diff --git a/alliteration-gen/.gitignore b/alliteration-gen/.gitignore new file mode 100644 index 0000000..eb5a316 --- /dev/null +++ b/alliteration-gen/.gitignore @@ -0,0 +1 @@ +target diff --git a/alliteration-gen/Cargo.lock b/alliteration-gen/Cargo.lock new file mode 100644 index 0000000..118b282 --- /dev/null +++ b/alliteration-gen/Cargo.lock @@ -0,0 +1,158 @@ +[[package]] +name = "alliteration-gen" +version = "0.1.0" +dependencies = [ + "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "ansi_term" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "atty" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "bitflags" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "clap" +version = "2.31.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "fuchsia-zircon" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "fuchsia-zircon-sys" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "libc" +version = "0.2.39" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "rand" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "redox_syscall" +version = "0.1.37" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "redox_termios" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "strsim" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "termion" +version = "1.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "textwrap" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "unicode-width" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "vec_map" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "winapi" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[metadata] +"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" +"checksum atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "af80143d6f7608d746df1520709e5d141c96f240b0e62b0aa41bdfb53374d9d4" +"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf" +"checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536" +"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" +"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" +"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff" +"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5" +"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd" +"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" +"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" +"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" +"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693" +"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f" +"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c" +"checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3" +"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" +"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" diff --git a/alliteration-gen/Cargo.toml b/alliteration-gen/Cargo.toml new file mode 100644 index 0000000..a513318 --- /dev/null +++ b/alliteration-gen/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "alliteration-gen" +version = "0.1.0" +authors = ["Samuel Pua "] + +[dependencies] +clap = "2.31.2" +rand = "0.4.2" diff --git a/alliteration-gen/bin/alliteration-gen b/alliteration-gen/bin/alliteration-gen new file mode 100755 index 0000000..a8de86d Binary files /dev/null and b/alliteration-gen/bin/alliteration-gen differ diff --git a/alliteration-gen/src/Princeton-WordNet/adjectives.txt b/alliteration-gen/src/Princeton-WordNet/adjectives.txt new file mode 100644 index 0000000..bbb4a1b --- /dev/null +++ b/alliteration-gen/src/Princeton-WordNet/adjectives.txt @@ -0,0 +1,21247 @@ +"a-ok", +"a-okay", +"a-one", +"a.m.", +"a_cappella", +"a_couple_of", +"a_few", +"a_la_carte", +"a_la_mode", +"a_posteriori", +"a_priori", +"abactinal", +"abandoned", +"abashed", +"abasic", +"abatable", +"abatic", +"abaxial", +"abbatial", +"abbreviated", +"abdicable", +"abdominal", +"abdominous", +"abdominovesical", +"abducent", +"abducting", +"abecedarian", +"aberdonian", +"aberrant", +"abeyant", +"abhorrent", +"abiding", +"abient", +"abiogenetic", +"abject", +"abkhaz", +"abkhazian", +"ablated", +"ablative", +"ablaze", +"able", +"able-bodied", +"abloom", +"ablutionary", +"abnaki", +"abnormal", +"abolishable", +"abolitionary", +"abomasal", +"abominable", +"aboral", +"aboriginal", +"abortifacient", +"abortive", +"aboulic", +"abounding", +"about", +"above", +"above-mentioned", +"above-named", +"aboveboard", +"aboveground", +"abranchial", +"abranchiate", +"abranchious", +"abrasive", +"abreast", +"abridged", +"abroach", +"abroad", +"abrupt", +"abruptly-pinnate", +"abscessed", +"absent", +"absentminded", +"absolute", +"absolutist", +"absolutistic", +"absolved", +"absolvitory", +"absorbable", +"absorbed", +"absorbefacient", +"absorbent", +"absorbing", +"absorptive", +"abstemious", +"abstentious", +"abstinent", +"abstract", +"abstracted", +"abstractionist", +"abstractive", +"abstruse", +"absurd", +"abulic", +"abundant", +"abused", +"abusive", +"abuzz", +"abysmal", +"abyssal", +"academic", +"acanthoid", +"acanthotic", +"acanthous", +"acapnial", +"acapnic", +"acapnotic", +"acarpellous", +"acarpelous", +"acarpous", +"acatalectic", +"acaudal", +"acaudate", +"acaulescent", +"accelerando", +"accelerated", +"accelerative", +"acceleratory", +"accented", +"accentual", +"acceptable", +"acceptant", +"accepted", +"accepting", +"acceptive", +"accessary", +"accessible", +"accessional", +"accessorial", +"accessory", +"accident-prone", +"accidental", +"accipitrine", +"acclivitous", +"accommodating", +"accommodational", +"accommodative", +"accompanied", +"accompanying", +"accomplishable", +"accomplished", +"accordant", +"according", +"accountable", +"accoutered", +"accoutred", +"accredited", +"accretionary", +"accretive", +"accrued", +"acculturational", +"acculturative", +"accumbent", +"accumulated", +"accumulative", +"accurate", +"accursed", +"accurst", +"accusative", +"accusatorial", +"accusatory", +"accusing", +"accusive", +"accustomed", +"ace", +"acellular", +"acentric", +"acephalous", +"acerate", +"acerb", +"acerbic", +"acerose", +"acervate", +"acetabular", +"acetic", +"acetonic", +"acetose", +"acetous", +"acetylenic", +"acetylic", +"achaean", +"achenial", +"acheronian", +"acherontic", +"achievable", +"aching", +"achlamydeous", +"achlorhydric", +"achondritic", +"achondroplastic", +"achromatic", +"achromatinic", +"achromatous", +"achromic", +"achromous", +"achy", +"acicular", +"aciculate", +"acid", +"acid-fast", +"acid-forming", +"acid-loving", +"acid-tasting", +"acidic", +"acidimetric", +"acidophilic", +"acidophilous", +"acidotic", +"acidulent", +"acidulous", +"aciduric", +"acinar", +"acinic", +"acinose", +"acinous", +"acknowledgeable", +"acknowledged", +"acned", +"acneiform", +"acold", +"acorn-shaped", +"acoustic", +"acoustical", +"acquainted", +"acquiescent", +"acquirable", +"acquired", +"acquisitive", +"acquitted", +"acrid", +"acrimonious", +"acritical", +"acrobatic", +"acrocarpous", +"acrocentric", +"acrogenic", +"acrogenous", +"acromegalic", +"acronymic", +"acronymous", +"acropetal", +"acrophobic", +"acroscopic", +"across-the-board", +"actable", +"actinal", +"acting", +"actinic", +"actinoid", +"actinometric", +"actinometrical", +"actinomorphic", +"actinomorphous", +"actinomycetal", +"actinomycetous", +"actinomycotic", +"actionable", +"activated", +"activating", +"active", +"activist", +"activistic", +"actual", +"actuarial", +"actuated", +"actuating", +"acuate", +"aculeate", +"aculeated", +"acuminate", +"acute", +"acyclic", +"ad-lib", +"ad_hoc", +"ad_hominem", +"adactylous", +"adagio", +"adamant", +"adamantine", +"adaptable", +"adaptational", +"adaptative", +"adapted", +"adaptive", +"adaxial", +"addable", +"addible", +"addicted", +"addictive", +"additional", +"additive", +"addlebrained", +"addled", +"addlepated", +"addressable", +"addressed", +"adducent", +"adducting", +"adductive", +"adenocarcinomatous", +"adenoid", +"adenoidal", +"adept", +"adequate", +"adequate_to", +"adherent", +"adhesive", +"adiabatic", +"adient", +"adipose", +"adjacent", +"adjectival", +"adjective", +"adjudicative", +"adjudicatory", +"adjunct", +"adjunctive", +"adjuratory", +"adjustable", +"adjusted", +"adjustive", +"adjuvant", +"administrable", +"administrative", +"admirable", +"admired", +"admissible", +"admissive", +"admittable", +"admittible", +"admonishing", +"admonitory", +"adnate", +"adnexal", +"adolescent", +"adonic", +"adoptable", +"adopted", +"adoptive", +"adorable", +"adored", +"adoring", +"adorned", +"adpressed", +"adrenal", +"adrenergic", +"adrenocortical", +"adrenocorticotrophic", +"adrenocorticotropic", +"adrift", +"adroit", +"adscititious", +"adscript", +"adscripted", +"adsorbable", +"adsorbate", +"adsorbent", +"adsorptive", +"adulatory", +"adult", +"adulterant", +"adulterate", +"adulterated", +"adulterating", +"adulterine", +"adulterous", +"adumbrative", +"adust", +"advance", +"advanced", +"advancing", +"advantageous", +"advective", +"adventitial", +"adventitious", +"adventive", +"adventuresome", +"adventuristic", +"adventurous", +"adverbial", +"adversative", +"adverse", +"advertent", +"advertised", +"advisable", +"advised", +"advisory", +"adynamic", +"aecial", +"aegean", +"aeolian", +"aeolotropic", +"aeonian", +"aerated", +"aerial", +"aeriferous", +"aeriform", +"aerobic", +"aerobiotic", +"aerodynamic", +"aerolitic", +"aerological", +"aeromechanic", +"aeromedical", +"aeronautic", +"aeronautical", +"aerophilatelic", +"aerophilic", +"aerophilous", +"aerosolised", +"aerosolized", +"aery", +"aeschylean", +"aesculapian", +"aesthetic", +"aesthetical", +"aestival", +"aetiologic", +"aetiological", +"afeard", +"afeared", +"afebrile", +"affable", +"affected", +"affecting", +"affectional", +"affectionate", +"affective", +"afferent", +"affiliated", +"affinal", +"affine", +"affined", +"affirmable", +"affirmative", +"affirmatory", +"affixal", +"affixed", +"affixial", +"afflicted", +"afflictive", +"affluent", +"affordable", +"afghan", +"afghani", +"afghanistani", +"afire", +"aflame", +"aflare", +"aflicker", +"afloat", +"aflutter", +"afoot", +"aforementioned", +"aforesaid", +"aforethought", +"afoul", +"afraid", +"african", +"african-american", +"afrikaans", +"afrikaner", +"afro-american", +"afro-asian", +"aft", +"after", +"after-hours", +"after-school", +"aftermost", +"aftershafted", +"agamic", +"agamogenetic", +"agamous", +"agape", +"agaze", +"age-old", +"age-related", +"aged", +"ageing", +"ageless", +"agelong", +"agential", +"agglomerate", +"agglomerated", +"agglomerative", +"agglutinate", +"agglutinative", +"aggravated", +"aggravating", +"aggregate", +"aggregated", +"aggregative", +"aggressive", +"aghast", +"agile", +"aging", +"agitated", +"agitating", +"agitative", +"agleam", +"aglitter", +"aglow", +"agnate", +"agnatic", +"agnostic", +"agnostical", +"ago", +"agog", +"agonadal", +"agonal", +"agone", +"agonised", +"agonising", +"agonistic", +"agonistical", +"agonized", +"agonizing", +"agoraphobic", +"agranulocytic", +"agraphic", +"agrarian", +"agreeable", +"agreed", +"agreed_upon", +"agrestic", +"agricultural", +"agrobiologic", +"agrobiological", +"agrologic", +"agrological", +"agronomic", +"agronomical", +"aground", +"agrypnotic", +"aguish", +"ahead", +"ahistorical", +"ahorse", +"ahorseback", +"aided", +"ailing", +"aimless", +"ain", +"air-breathing", +"air-conditioned", +"air-cooled", +"air-dried", +"air-dry", +"air-filled", +"air-tight", +"air-to-air", +"air-to-ground", +"air-to-surface", +"air_sick", +"airborne", +"aired", +"airheaded", +"airless", +"airlike", +"airsick", +"airtight", +"airworthy", +"airy", +"ajar", +"akimbo", +"akin", +"al_dente", +"alabaster", +"alabastrine", +"alacritous", +"alar", +"alarmed", +"alarming", +"alary", +"alaskan", +"alate", +"alated", +"albanian", +"albescent", +"albigensian", +"albinal", +"albinic", +"albinistic", +"albinotic", +"albitic", +"albuminous", +"albuminuric", +"alcalescent", +"alchemic", +"alchemical", +"alchemistic", +"alchemistical", +"alcohol-dependent", +"alcohol-soluble", +"alcoholic", +"aldehydic", +"aldermanic", +"aldermanly", +"aleatory", +"alert", +"aleuronic", +"aleutian", +"alexandrian", +"alexic", +"alfresco", +"algal", +"algebraic", +"algebraical", +"algerian", +"algid", +"algoid", +"algolagnic", +"algometric", +"algometrical", +"algonkian", +"algonquian", +"algonquin", +"algophobic", +"algorithmic", +"alien", +"alienable", +"alienated", +"alienating", +"aliform", +"alight", +"aligned", +"aligning", +"alike", +"alimental", +"alimentary", +"alimentative", +"aliphatic", +"aliquot", +"alive", +"alkahestic", +"alkalescent", +"alkalic", +"alkaline", +"alkaline-loving", +"alkaloidal", +"alkalotic", +"alkylic", +"all", +"all-around", +"all-devouring", +"all-embracing", +"all-encompassing", +"all-fired", +"all-important", +"all-inclusive", +"all-knowing", +"all-mains", +"all-metal", +"all-night", +"all-or-none", +"all-or-nothing", +"all-out", +"all-powerful", +"all-purpose", +"all-round", +"all-time", +"all-victorious", +"all-weather", +"all_important", +"all_in", +"all_over", +"all_right", +"allantoic", +"allantoid", +"allargando", +"alleged", +"allegiant", +"allegoric", +"allegorical", +"allegretto", +"allegro", +"allelic", +"allelomorphic", +"allergenic", +"allergic", +"alleviated", +"alleviative", +"alleviatory", +"alliaceous", +"allied", +"alligatored", +"alliterative", +"allocable", +"allocatable", +"allochronic", +"allochthonous", +"allogamous", +"allogeneic", +"allographic", +"allomerous", +"allometric", +"allomorphic", +"allopathic", +"allopatric", +"allophonic", +"allotropic", +"allotropical", +"allotted", +"allover", +"allowable", +"alloyed", +"alluring", +"allusive", +"alluvial", +"allylic", +"almighty", +"almond-eyed", +"almond-scented", +"almond-shaped", +"alone", +"aloof", +"alopecic", +"alpestrine", +"alpha", +"alphabetic", +"alphabetical", +"alphabetised", +"alphabetized", +"alphameric", +"alphamerical", +"alphanumeric", +"alphanumerical", +"alpine", +"alright", +"alsatian", +"altaic", +"alterable", +"alterative", +"altered", +"alternate", +"alternating", +"alternative", +"altissimo", +"altitudinal", +"altitudinous", +"alto", +"altricial", +"altruistic", +"alular", +"aluminiferous", +"aluminous", +"alveolar", +"alveolate", +"alvine", +"amalgamate", +"amalgamated", +"amalgamative", +"amaranthine", +"amateur", +"amateurish", +"amative", +"amatory", +"amaurotic", +"amazed", +"amazing", +"ambagious", +"ambassadorial", +"amber", +"amber-green", +"ambidextrous", +"ambient", +"ambiguous", +"ambitionless", +"ambitious", +"ambivalent", +"ambiversive", +"amblyopic", +"ambrosial", +"ambrosian", +"ambulacral", +"ambulant", +"ambulatory", +"ameban", +"amebic", +"ameboid", +"amebous", +"ameliorating", +"ameliorative", +"amelioratory", +"amenable", +"amendable", +"amendatory", +"amended", +"amenorrheal", +"amenorrheic", +"amenorrhoeal", +"amenorrhoeic", +"amentaceous", +"amentiferous", +"amerciable", +"american", +"amerind", +"amerindic", +"ametabolic", +"ametabolous", +"amethyst", +"amethystine", +"ametropic", +"amharic", +"amiable", +"amicable", +"amidship", +"aminic", +"amino", +"amiss", +"amitotic", +"ammino", +"ammoniac", +"ammoniacal", +"ammoniated", +"ammonitic", +"amnesiac", +"amnesic", +"amnestic", +"amnic", +"amnionic", +"amniotic", +"amoeban", +"amoebic", +"amoeboid", +"amoebous", +"amok", +"amoristic", +"amorous", +"amorphous", +"amort", +"amphibian", +"amphibiotic", +"amphibious", +"amphiprostylar", +"amphiprostyle", +"amphiprotic", +"amphistylar", +"amphitheatric", +"amphitheatrical", +"amphitropous", +"amphoric", +"amphoteric", +"ample", +"ampullar", +"ampullary", +"amuck", +"amused", +"amusing", +"amusive", +"amygdaliform", +"amygdaline", +"amygdaloid", +"amygdaloidal", +"amylaceous", +"amyloid", +"amyloidal", +"amylolytic", +"anabatic", +"anabiotic", +"anabolic", +"anachronic", +"anachronistic", +"anachronous", +"anaclinal", +"anaclitic", +"anacoluthic", +"anadromous", +"anaemic", +"anaerobic", +"anaerobiotic", +"anaesthetic", +"anaglyphic", +"anaglyphical", +"anaglyptic", +"anaglyptical", +"anagogic", +"anagogical", +"anagrammatic", +"anagrammatical", +"anal", +"anal_retentive", +"analeptic", +"analgesic", +"analgetic", +"analog", +"analogical", +"analogous", +"analogue", +"analphabetic", +"analytic", +"analytical", +"analyzable", +"analyzed", +"anamnestic", +"anamorphic", +"anapaestic", +"anapestic", +"anaphasic", +"anaphoric", +"anaphrodisiac", +"anaphylactic", +"anaplastic", +"anarchic", +"anarchical", +"anarchistic", +"anasarcous", +"anastigmatic", +"anastomotic", +"anatomic", +"anatomical", +"anatropous", +"ancestral", +"anchoritic", +"ancient", +"ancillary", +"andalusian", +"andante", +"andantino", +"andean", +"andorran", +"androgenetic", +"androgenic", +"androgenous", +"androgynous", +"ane", +"anecdotal", +"anecdotic", +"anecdotical", +"anechoic", +"anemic", +"anemographic", +"anemometric", +"anemometrical", +"anemophilous", +"anencephalic", +"anencephalous", +"aneroid", +"anesthetic", +"anestric", +"anestrous", +"aneuploid", +"aneurismal", +"aneurismatic", +"aneurysmal", +"aneurysmatic", +"anfractuous", +"angelic", +"angelical", +"angered", +"anginal", +"anginose", +"anginous", +"angiocarpic", +"angiocarpous", +"angiomatous", +"angiospermous", +"angled", +"anglican", +"anglo-catholic", +"anglo-indian", +"anglo-jewish", +"anglo-saxon", +"anglophilic", +"anglophobic", +"angolan", +"angry", +"anguillan", +"anguine", +"anguished", +"angular", +"angulate", +"anhydrous", +"anicteric", +"anile", +"animal", +"animalistic", +"animate", +"animated", +"animating", +"animatistic", +"animist", +"animistic", +"anionic", +"anise-scented", +"aniseikonic", +"anisogametic", +"anisogamic", +"anisogamous", +"anisometric", +"anisometropic", +"anisotropic", +"ankle-deep", +"ankylotic", +"annalistic", +"annelid", +"annelidan", +"annexal", +"annexational", +"annihilated", +"annihilating", +"annihilative", +"announced", +"annoyed", +"annoying", +"annual", +"annular", +"annulate", +"annulated", +"annunciatory", +"anodal", +"anodic", +"anodyne", +"anoestrous", +"anomalous", +"anomic", +"anon.", +"anonymous", +"anoperineal", +"anopheline", +"anorectal", +"anorectic", +"anorexic", +"anorexigenic", +"anorthic", +"anorthitic", +"anosmatic", +"anosmic", +"another", +"anoxemic", +"anoxic", +"anserine", +"answerable", +"answering", +"antacid", +"antagonistic", +"antarctic", +"ante_meridiem", +"antebellum", +"antecedent", +"antecubital", +"antediluvial", +"antediluvian", +"antemeridian", +"antemortem", +"antenatal", +"antennal", +"antennary", +"antenuptial", +"antepartum", +"antepenultimate", +"anterior", +"anterograde", +"anthelminthic", +"anthelmintic", +"antheral", +"antheridial", +"anthophagous", +"anthophilous", +"anthracitic", +"anthropic", +"anthropical", +"anthropocentric", +"anthropogenetic", +"anthropogenic", +"anthropoid", +"anthropoidal", +"anthropological", +"anthropometric", +"anthropometrical", +"anthropomorphic", +"anthropomorphous", +"anthropophagous", +"anti", +"anti-american", +"anti-intellectual", +"anti-semite", +"anti-semitic", +"antiadrenergic", +"antiaircraft", +"antiapartheid", +"antiauthoritarian", +"antibacterial", +"antibiotic", +"antiblack", +"antic", +"anticancer", +"anticholinergic", +"anticipant", +"anticipated", +"anticipative", +"anticipatory", +"anticlimactic", +"anticlimactical", +"anticlinal", +"anticlockwise", +"anticoagulative", +"anticyclonic", +"antidotal", +"antidromic", +"antiferromagnetic", +"antifertility", +"antifungal", +"antigenic", +"antiguan", +"antiheretical", +"antiknock", +"antiknocking", +"antimagnetic", +"antimicrobial", +"antimicrobic", +"antimonial", +"antimonic", +"antimonious", +"antimonopoly", +"antineoplastic", +"antinomian", +"antiparallel", +"antipathetic", +"antipathetical", +"antipersonnel", +"antiphlogistic", +"antiphonal", +"antiphonary", +"antipodal", +"antipodean", +"antipollution", +"antipyretic", +"antiquarian", +"antiquated", +"antique", +"antisatellite", +"antisemitic", +"antiseptic", +"antisocial", +"antistrophic", +"antisubmarine", +"antitank", +"antithetic", +"antithetical", +"antithyroid", +"antitoxic", +"antitrust", +"antitumor", +"antitumour", +"antitypic", +"antitypical", +"antiviral", +"antler-like", +"antlered", +"antonymous", +"antrorse", +"antsy", +"anuran", +"anuretic", +"anuric", +"anurous", +"anxiolytic", +"anxious", +"any", +"aoristic", +"aortal", +"aortic", +"apart", +"apathetic", +"apelike", +"aperient", +"aperiodic", +"apetalous", +"aphaeretic", +"aphakic", +"aphanitic", +"aphasic", +"apheretic", +"aphetic", +"aphonic", +"aphoristic", +"aphotic", +"aphrodisiac", +"aphrodisiacal", +"aphyllous", +"apian", +"apiarian", +"apical", +"apiculate", +"apicultural", +"apish", +"apivorous", +"aplacental", +"aplanatic", +"aplitic", +"apneic", +"apnoeic", +"apocalyptic", +"apocalyptical", +"apocarpous", +"apochromatic", +"apocrine", +"apocryphal", +"apocynaceous", +"apodal", +"apodeictic", +"apodictic", +"apodous", +"apogametic", +"apogamic", +"apogamous", +"apogean", +"apolitical", +"apologetic", +"apomictic", +"apomictical", +"aponeurotic", +"apopemptic", +"apophatic", +"apophyseal", +"apoplectic", +"apoplectiform", +"apoplectoid", +"aposiopetic", +"apostate", +"apostolic", +"apostolical", +"apostrophic", +"apothecial", +"apothegmatic", +"apothegmatical", +"apotropaic", +"appalachian", +"appalled", +"appalling", +"appareled", +"apparent", +"apparitional", +"appealable", +"appealing", +"appeasable", +"appeasing", +"appellant", +"appellate", +"appellative", +"appendaged", +"appendant", +"appendicular", +"apperceptive", +"appetent", +"appetising", +"appetitive", +"appetizing", +"applaudable", +"apple-scented", +"apple-shaped", +"apple-sized", +"applicable", +"applicative", +"applicatory", +"applied", +"appointed", +"appointive", +"apportionable", +"apportioned", +"apposable", +"apposite", +"appositional", +"appositive", +"appraising", +"appreciable", +"appreciated", +"appreciative", +"apprehended", +"apprehensible", +"apprehensive", +"apprenticed", +"appressed", +"approachable", +"approaching", +"approbative", +"approbatory", +"appropriable", +"appropriate", +"appropriative", +"approved", +"approving", +"approximate", +"approximative", +"appurtenant", +"apractic", +"apraxic", +"apropos", +"apsidal", +"apt", +"apteral", +"apterous", +"aptitudinal", +"aquacultural", +"aquaphobic", +"aquatic", +"aqueous", +"aquicultural", +"aquiferous", +"aquiline", +"arabian", +"arabic", +"arable", +"araceous", +"arachnidian", +"arachnoid", +"aramaean", +"aramaic", +"aramean", +"araneidal", +"araneidan", +"arawakan", +"arbitrable", +"arbitral", +"arbitrary", +"arbitrational", +"arbitrative", +"arboraceous", +"arborary", +"arboreal", +"arboreous", +"arborescent", +"arboresque", +"arborical", +"arboriform", +"arborous", +"arcadian", +"arcane", +"arced", +"arch", +"archaean", +"archaeologic", +"archaeological", +"archaeozoic", +"archaic", +"archaistic", +"archangelic", +"archangelical", +"archdiocesan", +"archducal", +"archean", +"arched", +"archegonial", +"archegoniate", +"archeologic", +"archeological", +"archeozoic", +"archepiscopal", +"archesporial", +"archetypal", +"archetypical", +"archidiaconal", +"archiepiscopal", +"arching", +"archipelagic", +"architectonic", +"architectural", +"archival", +"archosaurian", +"arciform", +"arco", +"arctic", +"arcuate", +"ardent", +"arduous", +"areal", +"arenaceous", +"arenicolous", +"areolar", +"areolate", +"argent", +"argentic", +"argentiferous", +"argentine", +"argentinian", +"argentous", +"argillaceous", +"argive", +"arguable", +"argumentative", +"argus-eyed", +"arid", +"ariled", +"arillate", +"ariose", +"aristocratic", +"aristocratical", +"aristotelean", +"aristotelian", +"aristotelic", +"arithmetic", +"arithmetical", +"armed", +"armenian", +"armillary", +"arminian", +"armless", +"armlike", +"armor-clad", +"armor-plated", +"armored", +"armorial", +"armour-clad", +"armour-plated", +"armoured", +"aroid", +"aromatic", +"around-the-clock", +"around_the_bend", +"aroused", +"arranged", +"arrant", +"arrayed", +"arresting", +"arrhythmic", +"arrhythmical", +"arrogant", +"arrow-shaped", +"arsenical", +"arsenious", +"artefactual", +"arterial", +"arteriolar", +"arteriosclerotic", +"arteriovenous", +"artesian", +"artful", +"arthralgic", +"arthritic", +"arthromeric", +"arthropodal", +"arthropodan", +"arthropodous", +"arthrosporic", +"arthrosporous", +"arthurian", +"articled", +"articular", +"articulary", +"articulate", +"articulated", +"articulative", +"articulatory", +"artifactual", +"artificial", +"artiodactyl", +"artiodactylous", +"artistic", +"artless", +"artsy-craftsy", +"arty", +"arty-crafty", +"arundinaceous", +"aryan", +"asat", +"ascendable", +"ascendant", +"ascendent", +"ascendible", +"ascending", +"ascensional", +"ascensive", +"ascertainable", +"ascertained", +"ascetic", +"ascetical", +"ascitic", +"asclepiadaceous", +"ascocarpous", +"ascomycetous", +"ascosporic", +"ascosporous", +"ascribable", +"aseptic", +"asexual", +"ash-blonde", +"ash-gray", +"ash-grey", +"ashamed", +"ashen", +"ashy", +"asian", +"asiatic", +"asinine", +"askance", +"askant", +"askew", +"aslant", +"asleep", +"aslope", +"asocial", +"aspectual", +"asphaltic", +"aspheric", +"aspherical", +"asphyxiated", +"asphyxiating", +"aspirant", +"aspiring", +"asquint", +"assailable", +"assamese", +"assassinated", +"assaultive", +"assentient", +"assertable", +"asserted", +"asserting", +"assertive", +"assessable", +"assiduous", +"assignable", +"assigned", +"assimilable", +"assimilating", +"assimilative", +"assimilatory", +"assistant", +"assisted", +"assistive", +"associable", +"associate", +"associational", +"associative", +"associatory", +"assonant", +"assorted", +"assuasive", +"assumed", +"assuming", +"assumptive", +"assured", +"assurgent", +"assuring", +"astatic", +"asteriated", +"asterisked", +"asterismal", +"asternal", +"asteroid", +"asteroidal", +"asthenic", +"asthmatic", +"astigmatic", +"astir", +"astomatal", +"astomatous", +"astonied", +"astonished", +"astonishing", +"astounded", +"astounding", +"astragalar", +"astral", +"astringent", +"astrocytic", +"astrological", +"astronautic", +"astronautical", +"astronomic", +"astronomical", +"astrophysical", +"astute", +"astylar", +"asunder", +"asymmetric", +"asymmetrical", +"asymptomatic", +"asymptotic", +"asynchronous", +"asyndetic", +"asynergic", +"at_a_loss", +"at_bay", +"at_fault", +"at_hand", +"at_large", +"at_loggerheads", +"at_odds", +"at_peace", +"at_rest", +"at_sea", +"at_the_ready", +"at_variance", +"at_work", +"atactic", +"ataractic", +"ataraxic", +"atavistic", +"ataxic", +"ateleiotic", +"atheist", +"atheistic", +"atheistical", +"athenian", +"atheromatic", +"atheromatous", +"atherosclerotic", +"athirst", +"athletic", +"atilt", +"atlantic", +"atmospheric", +"atmospherical", +"atomic", +"atomistic", +"atomistical", +"atonal", +"atonalistic", +"atonic", +"atoxic", +"atrabilious", +"atrial", +"atrioventricular", +"atrip", +"atrocious", +"atrophic", +"atrophied", +"attachable", +"attached", +"attacking", +"attainable", +"attained", +"attempted", +"attendant", +"attended", +"attention-getting", +"attentional", +"attentive", +"attenuate", +"attenuated", +"attested", +"attic", +"attired", +"attitudinal", +"attractable", +"attractive", +"attributable", +"attributive", +"attributive_genitive", +"attrited", +"attritional", +"atypical", +"au_courant", +"au_fait", +"au_gratin", +"au_jus", +"au_naturel", +"auburn", +"auctorial", +"audacious", +"audenesque", +"audible", +"audile", +"audio-lingual", +"audiometric", +"audiovisual", +"auditive", +"auditory", +"augean", +"augitic", +"augmentative", +"augmented", +"august", +"augustan", +"auld", +"aural", +"aureate", +"auric", +"auricular", +"auriculate", +"auriculated", +"auriculoventricular", +"auriferous", +"auriform", +"auroral", +"aurorean", +"aurous", +"auscultatory", +"auspicious", +"austenitic", +"austere", +"austral", +"australasian", +"australian", +"australopithecine", +"austrian", +"austronesian", +"autacoidal", +"autarchic", +"autarchical", +"autarkic", +"autarkical", +"authentic", +"authenticated", +"authorial", +"authorised", +"authoritarian", +"authoritative", +"authorized", +"autistic", +"autobiographic", +"autobiographical", +"autocatalytic", +"autochthonal", +"autochthonic", +"autochthonous", +"autocratic", +"autodidactic", +"autoecious", +"autoerotic", +"autofluorescent", +"autogamic", +"autogamous", +"autogenetic", +"autogenic", +"autogenous", +"autographed", +"autographic", +"autoicous", +"autoimmune", +"autoloading", +"autologous", +"autolytic", +"automated", +"automatic", +"automatonlike", +"automotive", +"autonomic", +"autonomous", +"autophytic", +"autoplastic", +"autoradiographic", +"autosemantic", +"autosomal", +"autotelic", +"autotomic", +"autotrophic", +"autotypic", +"autumn-blooming", +"autumn-flowering", +"autumnal", +"auxetic", +"auxiliary", +"auxinic", +"available", +"avant-garde", +"avaricious", +"avascular", +"avellan", +"avellane", +"avenged", +"average", +"averse", +"aversive", +"avertable", +"avertible", +"avestan", +"avian", +"avid", +"avifaunal", +"avifaunistic", +"avionic", +"avirulent", +"avitaminotic", +"avocado", +"avocational", +"avoidable", +"avowed", +"avuncular", +"awaited", +"awake", +"awakened", +"award-winning", +"aware", +"awash", +"away", +"awe-inspiring", +"aweary", +"awed", +"aweigh", +"aweless", +"awesome", +"awestricken", +"awestruck", +"awful", +"awheel", +"awing", +"awkward", +"awl-shaped", +"awless", +"awned", +"awninged", +"awnless", +"awny", +"awol", +"awry", +"axenic", +"axial", +"axile", +"axillary", +"axiological", +"axiomatic", +"axiomatical", +"axonal", +"azerbaijani", +"azido", +"azimuthal", +"azo", +"azoic", +"azonal", +"azonic", +"azotemic", +"azotic", +"azure", +"azygos", +"azygous", +"babelike", +"baboonish", +"baby-faced", +"babyish", +"babylonian", +"baccate", +"bacchanal", +"bacchanalian", +"bacchantic", +"bacchic", +"bacciferous", +"baccivorous", +"bacillar", +"bacillary", +"bacilliform", +"back", +"back-channel", +"back-geared", +"back-to-back", +"backbreaking", +"backed", +"backhand", +"backhanded", +"backless", +"backmost", +"backstage", +"backstair", +"backstairs", +"backswept", +"backward", +"bacteremic", +"bacterial", +"bactericidal", +"bacterioid", +"bacterioidal", +"bacteriologic", +"bacteriological", +"bacteriolytic", +"bacteriophagic", +"bacteriophagous", +"bacteriostatic", +"bacteroid", +"bacteroidal", +"baculiform", +"bad", +"bad-mannered", +"bad-tempered", +"baffled", +"baffling", +"bag-shaped", +"baggy", +"bahai", +"bahamian", +"bahraini", +"bailable", +"baked", +"baking", +"baking_hot", +"balanced", +"balconied", +"bald", +"bald-faced", +"bald-headed", +"bald-pated", +"balding", +"baleful", +"balking", +"balky", +"ball-hawking", +"ball-shaped", +"balletic", +"ballistic", +"bally", +"balmy", +"balsam-scented", +"balsamic", +"balsamy", +"baltic", +"balzacian", +"banal", +"banausic", +"bandaged", +"banded", +"bandy", +"bandy-legged", +"baneful", +"bang-up", +"banging", +"bangladeshi", +"bankable", +"bankrupt", +"banned", +"banner", +"bantam", +"bantering", +"bantoid", +"bantu", +"bantu-speaking", +"baptised", +"baptismal", +"baptistic", +"baptized", +"bar-shaped", +"barbadian", +"barbarian", +"barbaric", +"barbarous", +"barbate", +"barbecued", +"barbed", +"barbellate", +"bardic", +"bare", +"bare-ass", +"bare-assed", +"bare-breasted", +"bare-knuckle", +"bare-knuckled", +"bareback", +"barebacked", +"bared", +"barefaced", +"barefoot", +"barefooted", +"barehanded", +"bareheaded", +"barelegged", +"bargain-priced", +"baric", +"baritone", +"barky", +"barmy", +"barographic", +"barometric", +"barometrical", +"baronial", +"baroque", +"barred", +"barrel-shaped", +"barreled", +"barrelled", +"barren", +"barricaded", +"barytic", +"basal", +"basaltic", +"base", +"base-forming", +"baseborn", +"based", +"baseless", +"bashful", +"basic", +"basidial", +"basidiomycetous", +"basidiosporous", +"basifixed", +"basilar", +"basilary", +"basilican", +"basinal", +"basined", +"basipetal", +"basiscopic", +"basket-shaped", +"basophilic", +"bass", +"bastard", +"bastardised", +"bastardized", +"bastardly", +"bastioned", +"bated", +"bathetic", +"batholithic", +"batholitic", +"bathyal", +"bathymetric", +"bathymetrical", +"batrachian", +"bats", +"batter-fried", +"battered", +"battery-powered", +"battle-scarred", +"battleful", +"battlemented", +"batty", +"batwing", +"bauxitic", +"bavarian", +"bawdy", +"bay", +"bayesian", +"beaded", +"beadlike", +"beady", +"beady-eyed", +"beaked", +"beakless", +"beaklike", +"beaming", +"beamish", +"beamy", +"bean-shaped", +"bear-sized", +"bearable", +"bearded", +"beardless", +"beardown", +"bearing", +"bearish", +"beastly", +"beat", +"beat-up", +"beatable", +"beaten", +"beaten-up", +"beatific", +"beatified", +"beauteous", +"beautiful", +"becalmed", +"becoming", +"bedaubed", +"bedded", +"bedewed", +"bedfast", +"bedimmed", +"bedless", +"bedraggled", +"bedrid", +"bedridden", +"beechen", +"beefed-up", +"beefy", +"beery", +"beethovenian", +"beetle", +"beetle-browed", +"beetling", +"befitting", +"befogged", +"beforehand", +"befouled", +"befuddled", +"beggarly", +"beginning", +"begotten", +"begrimed", +"beguiled", +"beguiling", +"behavioral", +"behaviorist", +"behavioristic", +"behavioural", +"behaviourist", +"behaviouristic", +"beheaded", +"behind", +"behind-the-scenes", +"behindhand", +"beholden", +"beige", +"belarusian", +"belated", +"belemnitic", +"belgian", +"believable", +"belittled", +"belittling", +"bell-bottom", +"bell-bottomed", +"bell-shaped", +"bellbottom", +"belletristic", +"bellicose", +"bellied", +"belligerent", +"belly-up", +"bellying", +"bellyless", +"beloved", +"below_the_belt", +"belowground", +"belt-fed", +"belt-like", +"belt-shaped", +"belted", +"beltless", +"beltlike", +"bemused", +"bendable", +"bended", +"benedictine", +"benedictive", +"benedictory", +"benefic", +"beneficed", +"beneficent", +"beneficial", +"beneficiary", +"benevolent", +"bengali", +"benighted", +"benign", +"benignant", +"beninese", +"bent", +"bent_on", +"benthal", +"benthic", +"benthonic", +"bentonitic", +"benumbed", +"benzenoid", +"benzoic", +"benzylic", +"bereaved", +"bereft", +"bermudan", +"berried", +"berrylike", +"berserk", +"beseeching", +"besieged", +"besotted", +"bespectacled", +"bespoke", +"bespoken", +"besprent", +"best", +"best-known", +"best-loved", +"best-selling", +"bestial", +"bestubbled", +"beta", +"betrothed", +"better", +"better-known", +"better-looking", +"better_off", +"bettering", +"betting", +"betulaceous", +"bewhiskered", +"bewildered", +"bewitched", +"bewitching", +"beyond_doubt", +"bhutanese", +"biannual", +"bias", +"biased", +"biaural", +"biauricular", +"biaxal", +"biaxate", +"biaxial", +"bibbed", +"bibless", +"biblical", +"bibliographic", +"bibliographical", +"bibliolatrous", +"bibliomaniacal", +"bibliophilic", +"bibliopolic", +"bibliothecal", +"bibliothecarial", +"bibliotic", +"bibulous", +"bicameral", +"bicapsular", +"bicentenary", +"bicentennial", +"bicentric", +"bicephalous", +"bichromated", +"bichrome", +"bicipital", +"bicolor", +"bicolored", +"bicolour", +"bicoloured", +"biconcave", +"biconvex", +"bicorn", +"bicornate", +"bicorned", +"bicornuate", +"bicornuous", +"bicuspid", +"bicuspidate", +"bicyclic", +"bicylindrical", +"biddable", +"bidentate", +"bidirectional", +"biedermeier", +"biennial", +"biface", +"bifacial", +"bifid", +"bifilar", +"biflagellate", +"bifocal", +"bifoliate", +"biform", +"bifurcate", +"bifurcated", +"big", +"big-bellied", +"big-boned", +"big-chested", +"big-shouldered", +"big-ticket", +"bigamous", +"bigeminal", +"bigeneric", +"bigger", +"biggish", +"bigheaded", +"bighearted", +"bigmouthed", +"bignoniaceous", +"bigoted", +"bilabial", +"bilabiate", +"bilateral", +"bilaterally_symmetric", +"bilaterally_symmetrical", +"bilgy", +"biliary", +"bilinear", +"bilingual", +"bilious", +"billed", +"billiard", +"billion", +"billionth", +"billowing", +"billowy", +"bilobate", +"bilobated", +"bilobed", +"bilocular", +"biloculate", +"bimanual", +"bimestrial", +"bimetal", +"bimetallic", +"bimetallistic", +"bimillenial", +"bimodal", +"bimolecular", +"bimonthly", +"bimorphemic", +"bimotored", +"binary", +"binate", +"binaural", +"bindable", +"binding", +"binocular", +"binomial", +"binominal", +"binuclear", +"binucleate", +"binucleated", +"biocatalytic", +"biochemical", +"bioclimatic", +"biodegradable", +"biogenetic", +"biogenic", +"biogenous", +"biogeographic", +"biogeographical", +"biographic", +"biographical", +"biologic", +"biological", +"biologistic", +"bioluminescent", +"biomedical", +"bionic", +"bionomic", +"bionomical", +"biosynthetic", +"biosystematic", +"biotic", +"biotitic", +"biotypic", +"biovular", +"biparous", +"bipartisan", +"bipartite", +"bipartizan", +"biped", +"bipedal", +"bipinnate", +"bipinnatifid", +"bipolar", +"biquadratic", +"biracial", +"biradial", +"biramous", +"birch", +"birchen", +"bird's-eye", +"birefringent", +"birken", +"bisectional", +"biserrate", +"bisexual", +"bismarckian", +"bismuthal", +"bismuthic", +"bisontine", +"bistered", +"bistred", +"bistroic", +"bisulcate", +"bit-by-bit", +"bitchy", +"biting", +"bitter", +"bitterish", +"bittersweet", +"bittie", +"bitty", +"bitumenoid", +"bituminoid", +"bituminous", +"bivalent", +"bivalve", +"bivalved", +"bivariate", +"biweekly", +"biyearly", +"bizarre", +"bizonal", +"blabbermouthed", +"blabby", +"black", +"black-and-blue", +"black-and-tan", +"black-and-white", +"black-barred", +"black-coated", +"black-gray", +"black-grey", +"black-haired", +"black-marked", +"black-market", +"black-seeded", +"black-tie", +"black_and_white", +"blackened", +"blackguardly", +"blackish", +"blackish-brown", +"blackish-gray", +"blackish-grey", +"blackish-red", +"bladderlike", +"bladdery", +"bladed", +"bladelike", +"blae", +"blamable", +"blame", +"blameable", +"blamed", +"blameful", +"blameless", +"blameworthy", +"blanched", +"bland", +"blank", +"blanket", +"blanketed", +"blaring", +"blase", +"blasphemous", +"blasted", +"blastemal", +"blastematic", +"blastemic", +"blasting", +"blastocoelic", +"blastodermatic", +"blastodermic", +"blastogenetic", +"blastomeric", +"blastomycotic", +"blastoporal", +"blastoporic", +"blastospheric", +"blastular", +"blatant", +"blate", +"blazing", +"bleached", +"bleak", +"blear", +"blear-eyed", +"bleary", +"bleary-eyed", +"blebbed", +"blebby", +"blemished", +"blended", +"blessed", +"blest", +"blighted", +"blimpish", +"blind", +"blind_drunk", +"blinded", +"blindfold", +"blindfolded", +"blinding", +"blinking", +"blissful", +"blistering", +"blistery", +"blithe", +"blithesome", +"blockaded", +"blockading", +"blocked", +"blockheaded", +"blockish", +"blocky", +"blond", +"blonde", +"blood-and-guts", +"blood-filled", +"blood-red", +"blood-related", +"bloodcurdling", +"blooded", +"bloodguilty", +"bloodless", +"bloodshot", +"bloodstained", +"bloodsucking", +"bloodthirsty", +"bloody", +"bloody-minded", +"blooming", +"blotched", +"blotchy", +"blotted_out", +"blotto", +"blow-by-blow", +"blown", +"blown-up", +"blowsy", +"blowy", +"blowzy", +"blubbery", +"blue", +"blue-black", +"blue-blind", +"blue-blooded", +"blue-chip", +"blue-collar", +"blue-eyed", +"blue-flowered", +"blue-fruited", +"blue-gray", +"blue-green", +"blue-grey", +"blue-lilac", +"blue-purple", +"blue-ribbon", +"blue-sky", +"blue-violet", +"blue-white", +"blueish", +"bluff", +"bluish", +"bluish-gray", +"bluish-grey", +"bluish-lilac", +"bluish-purple", +"bluish-violet", +"bluish-white", +"bluish_black", +"bluish_green", +"blunt", +"blunted", +"blurred", +"blurry", +"blushful", +"blushing", +"blustering", +"blusterous", +"blustery", +"boastful", +"boat-shaped", +"bobtail", +"bobtailed", +"bodacious", +"bodied", +"bodiless", +"bodily", +"bodyless", +"boeotian", +"boffo", +"bogartian", +"boggy", +"bogus", +"bohemian", +"boiled", +"boisterous", +"bold", +"bolivian", +"bolographic", +"bolometric", +"bolshevik", +"bolshevist", +"bolshevistic", +"bolshy", +"bombastic", +"bombproof", +"bona_fide", +"bondable", +"bone", +"bone-covered", +"bone-dry", +"bone-idle", +"bone-lazy", +"bone_dry", +"boned", +"boneheaded", +"boneless", +"bonelike", +"boney", +"bonkers", +"bonnie", +"bonny", +"bony", +"bony-plated", +"bonzer", +"bookable", +"booked", +"bookish", +"boolean", +"booming", +"boon", +"boorish", +"boot-shaped", +"booted", +"bootleg", +"bootless", +"bootlicking", +"boozy", +"boracic", +"borated", +"bordered", +"borderline", +"boreal", +"bored", +"boric", +"boring", +"born", +"born-again", +"boronic", +"boskopoid", +"bosky", +"bosnian", +"bosomed", +"bosomy", +"boss", +"boss-eyed", +"bossy", +"botanic", +"botanical", +"botched", +"botchy", +"both", +"bothered", +"bothersome", +"botonee", +"botonnee", +"botryoid", +"botryoidal", +"botswanan", +"bottle-fed", +"bottle-green", +"bottle-shaped", +"bottom", +"bottom-dwelling", +"bottom-feeding", +"bottom-up", +"bottomed", +"bottomless", +"bottommost", +"botuliform", +"botulinal", +"bouffant", +"boughed", +"boughless", +"boughten", +"bouldered", +"bouldery", +"bouncing", +"bouncy", +"bound", +"bound_up", +"bounded", +"bounden", +"bounderish", +"boundless", +"bounteous", +"bountied", +"bountiful", +"bourgeois", +"boustrophedonic", +"bovid", +"bovine", +"bowed", +"bowed_down", +"bowelless", +"bowery", +"bowfront", +"bowing", +"bowl-shaped", +"bowleg", +"bowlegged", +"box-shaped", +"boxed", +"boxed-in", +"boxed_in", +"boxlike", +"boxy", +"boyish", +"boylike", +"boytrose", +"braced", +"brachial", +"brachiate", +"brachiopod", +"brachiopodous", +"brachycephalic", +"brachycranial", +"brachycranic", +"brachydactylic", +"brachydactylous", +"brachypterous", +"brachyurous", +"bracing", +"brackish", +"bracteal", +"bracteate", +"bracted", +"bracteolate", +"brag", +"braggart", +"bragging", +"braggy", +"brahminic", +"brahminical", +"braided", +"brain_dead", +"brainish", +"brainless", +"brainsick", +"brainwashed", +"brainy", +"braised", +"braky", +"braless", +"brambly", +"bran-new", +"branched", +"branchial", +"branchiate", +"branching", +"branchiopod", +"branchiopodan", +"branchiopodous", +"branchless", +"branchy", +"brand-new", +"branded", +"brash", +"brassbound", +"brasslike", +"brassy", +"brattish", +"bratty", +"brave", +"braw", +"brawny", +"brazen", +"brazen-faced", +"brazilian", +"breakable", +"breakaway", +"breakneck", +"breast-fed", +"breasted", +"breastless", +"breathed", +"breathing", +"breathless", +"breathtaking", +"breech-loading", +"breeched", +"breeding", +"breezy", +"bregmatic", +"briary", +"bribable", +"brick-shaped", +"brickle", +"brickly", +"bridal", +"bridgeable", +"brief", +"briefless", +"briery", +"bright", +"bright-red", +"bright_as_a_new_penny", +"bright_blue", +"brightly-colored", +"brightly-coloured", +"brilliant", +"brimful", +"brimfull", +"brimless", +"brimming", +"brinded", +"brindle", +"brindled", +"brine-cured", +"briny", +"brisant", +"brisk", +"bristle-pointed", +"bristled", +"bristlelike", +"bristly", +"britannic", +"british", +"briton", +"brittle", +"broached", +"broad", +"broad-brimmed", +"broad-headed", +"broad-leafed", +"broad-leaved", +"broad-minded", +"broad-shouldered", +"broadband", +"broadleaf", +"broadloom", +"broadnosed", +"broadside", +"brobdingnagian", +"brocaded", +"broiled", +"broke", +"broken", +"broken-backed", +"broken-down", +"broken-field", +"broken_in", +"brokenhearted", +"bromic", +"bromidic", +"bronchial", +"bronchiolar", +"bronchitic", +"bronchoscopic", +"bronze", +"bronze-red", +"bronzed", +"bronzy", +"brooding", +"broody", +"brotherlike", +"brotherly", +"brown", +"brown-black", +"brown-gray", +"brown-green", +"brown-grey", +"brown-haired", +"brown-purple", +"brown-speckled", +"brown-striped", +"browned", +"browned_off", +"brownish", +"brownish-black", +"brownish-gray", +"brownish-green", +"brownish-grey", +"brownish-orange", +"brownish-purple", +"brownish-red", +"brownish-speckled", +"brownish-striped", +"brownish-yellow", +"bruising", +"brumal", +"brummagem", +"brumous", +"bruneian", +"brunet", +"brunette", +"brushed", +"brushlike", +"brushy", +"brusk", +"brusque", +"brut", +"brutal", +"brute", +"brutish", +"bryophytic", +"bubaline", +"bubbling", +"bubbly", +"bubonic", +"buccal", +"buck-toothed", +"bucked_up", +"buckram", +"buckshee", +"bucolic", +"buddhist", +"buddhistic", +"budding", +"buddy-buddy", +"budgetary", +"buff", +"buff-brown", +"buff-colored", +"buff-coloured", +"buffeted", +"buffoonish", +"bugged", +"buggy", +"built", +"built-in", +"built-up", +"buirdly", +"bulb-shaped", +"bulbaceous", +"bulbar", +"bulbed", +"bulblike", +"bulbous", +"bulgarian", +"bulging", +"bulgy", +"bulimic", +"bulky", +"bullate", +"bullet-headed", +"bulletproof", +"bullheaded", +"bullish", +"bullnecked", +"bullocky", +"bully", +"bullying", +"bum", +"bumbling", +"bumper-to-bumper", +"bumpkinly", +"bumptious", +"bumpy", +"bunchy", +"bundled-up", +"bungaloid", +"bungled", +"bunglesome", +"bungling", +"buoyant", +"burbling", +"burbly", +"burdened", +"burdenless", +"burdensome", +"bureaucratic", +"burglarious", +"burglarproof", +"buried", +"burked", +"burled", +"burlesque", +"burly", +"burmese", +"burnable", +"burned", +"burned-out", +"burned-over", +"burning", +"burnished", +"burnt", +"burnt-out", +"burr-headed", +"burred", +"burrlike", +"burry", +"bursal", +"bursiform", +"burundi", +"burundian", +"bush", +"bush-league", +"bushed", +"bushwhacking", +"bushy", +"businesslike", +"bust", +"busted", +"bustling", +"busty", +"busy", +"busybodied", +"butch", +"butcherly", +"buteonine", +"butterfingered", +"butterfly-shaped", +"buttery", +"button-down", +"button-shaped", +"buttoned", +"buttoned-down", +"buttoned-up", +"buttonlike", +"buttony", +"buttressed", +"butyraceous", +"butyric", +"buxom", +"buzzing", +"bygone", +"bypast", +"byzantine", +"c", +"cabalistic", +"cachectic", +"cackly", +"cacodaemonic", +"cacodemonic", +"cacodylic", +"cacogenic", +"cacophonic", +"cacophonous", +"cacuminal", +"cadastral", +"cadaveric", +"cadaverous", +"caddish", +"cadenced", +"cadent", +"caducean", +"caducous", +"caecal", +"caecilian", +"caesarean", +"caesarian", +"caespitose", +"caesural", +"caffeinic", +"cagey", +"cagy", +"cairned", +"caitiff", +"calamitous", +"calando", +"calcaneal", +"calcareous", +"calced", +"calceiform", +"calceolate", +"calcic", +"calcicolous", +"calciferous", +"calcific", +"calcifugous", +"calcitic", +"calculable", +"calculated", +"calculating", +"calculative", +"calculous", +"calcuttan", +"calefacient", +"calefactive", +"calefactory", +"calendered", +"calendric", +"calendrical", +"calibrated", +"caliche-topped", +"calico", +"calicular", +"californian", +"caliginous", +"calisthenic", +"callable", +"caller", +"calligraphic", +"calligraphical", +"callipygian", +"callipygous", +"callithumpian", +"callous", +"calloused", +"callow", +"calm", +"caloric", +"calorie-free", +"calorifacient", +"calorific", +"calorimetric", +"calumniatory", +"calumnious", +"calvinist", +"calvinistic", +"calvinistical", +"calyceal", +"calycinal", +"calycine", +"calycled", +"calycular", +"calyculate", +"calyptrate", +"cambial", +"cambodian", +"cambrian", +"cameroonian", +"camouflaged", +"camp", +"camp-made", +"campanular", +"campanulate", +"campanulated", +"campestral", +"camphoraceous", +"camphorated", +"camphoric", +"campy", +"campylotropous", +"can-do", +"canadian", +"canalicular", +"canaliculate", +"canary", +"canary-yellow", +"cancellate", +"cancellated", +"cancelled", +"cancellous", +"cancerous", +"cancroid", +"candent", +"candescent", +"candid", +"candied", +"candy-like", +"candy-scented", +"canescent", +"canicular", +"canine", +"cankerous", +"canned", +"cannibalic", +"cannibalistic", +"cannular", +"canny", +"canonic", +"canonical", +"canonised", +"canonist", +"canonized", +"canopied", +"canorous", +"cantabile", +"cantankerous", +"canted", +"cantering", +"cantonal", +"canty", +"capable", +"capacious", +"capacitive", +"caparisoned", +"capetian", +"capillary", +"capital", +"capitalist", +"capitalistic", +"capitate", +"capitular", +"capitulary", +"cappadocian", +"capped", +"capricious", +"caprine", +"capsular", +"capsulate", +"capsulated", +"captious", +"captivated", +"captivating", +"captive", +"caramel", +"caramel_brown", +"carangid", +"carbocyclic", +"carbolated", +"carbonaceous", +"carbonated", +"carbonic", +"carboniferous", +"carbonous", +"carbonyl", +"carbonylic", +"carboxyl", +"carboxylic", +"carbuncled", +"carbuncular", +"carcinogenic", +"carcinomatous", +"card-playing", +"cardboard", +"cardiac", +"cardinal", +"cardiographic", +"cardiologic", +"cardiopulmonary", +"cardiorespiratory", +"cardiovascular", +"care-laden", +"cared-for", +"carefree", +"careful", +"careless", +"careworn", +"carinal", +"carinate", +"carinated", +"caring", +"carious", +"carmelite", +"carminative", +"carmine", +"carnal", +"carnassial", +"carnation", +"carnivorous", +"carolean", +"caroline", +"carolingian", +"carotid", +"carousing", +"carpal", +"carpellary", +"carpellate", +"carpetbag", +"carpetbagging", +"carpeted", +"carpophagous", +"carposporic", +"carposporous", +"carroty", +"carsick", +"cartesian", +"carthaginian", +"carthusian", +"cartilaginous", +"cartographic", +"cartographical", +"caruncular", +"carunculate", +"carunculated", +"carunculous", +"carved", +"carved_in_stone", +"carvel-built", +"carven", +"caryophyllaceous", +"case-by-case", +"case-hardened", +"casebook", +"cased", +"caseous", +"cash-and-carry", +"cashable", +"cashed", +"cassocked", +"cast-iron", +"cast-off", +"casteless", +"castellated", +"castled", +"castrated", +"casual", +"casuistic", +"casuistical", +"cata-cornered", +"catabatic", +"catabolic", +"catachrestic", +"catachrestical", +"cataclinal", +"cataclysmal", +"cataclysmic", +"catacorner", +"catadromous", +"catalan", +"catalatic", +"catalectic", +"cataleptic", +"catalytic", +"catamenial", +"cataphatic", +"cataphoretic", +"cataplastic", +"catapultian", +"catapultic", +"catarrhal", +"catarrhine", +"catarrhinian", +"catastrophic", +"catatonic", +"catching", +"catchpenny", +"catchy", +"catechetic", +"catechetical", +"catechismal", +"catechistic", +"categorematic", +"categorial", +"categoric", +"categorical", +"categorised", +"categorized", +"catenulate", +"cater-cornered", +"catercorner", +"caterpillar-tracked", +"cathartic", +"cathectic", +"cathedral", +"cathodic", +"catholic", +"cationic", +"catkinate", +"catoptric", +"catoptrical", +"cattish", +"catty", +"catty-corner", +"catty-cornered", +"caucasian", +"caucasic", +"caucasoid", +"caudal", +"caudate", +"caudated", +"caught_up", +"caulescent", +"cauline", +"caulked", +"causal", +"causative", +"causeless", +"caustic", +"cautionary", +"cautious", +"cavalier", +"cavernous", +"cavitied", +"cc", +"ccc", +"cd", +"ceaseless", +"cecal", +"cedar-scented", +"cedarn", +"ceilinged", +"celebrated", +"celebratory", +"celestial", +"celiac", +"celibate", +"cell-free", +"cell-like", +"cellular", +"celluloid", +"cellulosid", +"celtic", +"cementitious", +"cenobitic", +"cenobitical", +"cenogenetic", +"cenozoic", +"censored", +"censorial", +"censorious", +"censurable", +"centenarian", +"centenary", +"centennial", +"center", +"centered", +"centesimal", +"centigrade", +"central", +"central_american", +"centralised", +"centralising", +"centralist", +"centralistic", +"centralized", +"centralizing", +"centric", +"centrical", +"centrifugal", +"centripetal", +"centrist", +"centroidal", +"centromeric", +"centrosomic", +"centrosymmetric", +"cephalic", +"cephalopod", +"cephalopodan", +"ceramic", +"cercarial", +"cereal", +"cerebellar", +"cerebral", +"cerebrospinal", +"cerebrovascular", +"ceremonial", +"ceremonious", +"ceric", +"cerise", +"cernuous", +"cerous", +"certain", +"certifiable", +"certificated", +"certificatory", +"certified", +"cerulean", +"ceruminous", +"cervical", +"cervine", +"cesarean", +"cesarian", +"cespitose", +"cetacean", +"cetaceous", +"ceylonese", +"chadian", +"chaetal", +"chaetognathan", +"chaetognathous", +"chafed", +"chafflike", +"chaffy", +"chagrined", +"chained", +"chainlike", +"chaldaean", +"chaldean", +"chaldee", +"chalky", +"challengeable", +"challenging", +"chalybeate", +"chambered", +"champion", +"champleve", +"chance", +"chanceful", +"chancroidal", +"chancrous", +"chancy", +"changeable", +"changed", +"changeful", +"changeless", +"changing", +"chanted", +"chantlike", +"chaotic", +"chapfallen", +"chapleted", +"chapped", +"characteristic", +"characterless", +"charcoal", +"charcoal-gray", +"charcoal-grey", +"chargeable", +"charged", +"charismatic", +"charitable", +"charmed", +"charming", +"charnel", +"chartaceous", +"chartered", +"chartless", +"chartreuse", +"chary", +"chasidic", +"chassidic", +"chaste", +"chatoyant", +"chatty", +"chauvinistic", +"cheap", +"cheapjack", +"cheating", +"chechen", +"checked", +"checkered", +"cheeky", +"cheerful", +"cheering", +"cheerless", +"cheery", +"cheesed_off", +"cheeselike", +"cheeseparing", +"cheesy", +"chelate", +"chelated", +"cheliceral", +"chelicerate", +"chelicerous", +"cheliferous", +"chelonian", +"chemic", +"chemical", +"chemiluminescent", +"chemisorptive", +"chemoreceptive", +"chemosorptive", +"chemotherapeutic", +"chemotherapeutical", +"chequered", +"cherished", +"cherry", +"cherry-red", +"cherry-sized", +"cherty", +"cherubic", +"chestnut", +"chestnut-brown", +"chestnut-colored", +"chestnut-coloured", +"chesty", +"chewable", +"chewy", +"chian", +"chiasmal", +"chiasmatic", +"chiasmic", +"chic", +"chichi", +"chicken", +"chicken-breasted", +"chickenhearted", +"chief", +"chilblained", +"child-centered", +"childbearing", +"childish", +"childless", +"childlike", +"childly", +"chilean", +"chiliastic", +"chilling", +"chilly", +"chimeral", +"chimeric", +"chimerical", +"chinchy", +"chinese", +"chinese-red", +"chinked", +"chinless", +"chintzy", +"chippendale", +"chipper", +"chiromantic", +"chirpy", +"chisel-like", +"chiseled", +"chitinous", +"chivalric", +"chivalrous", +"chlamydeous", +"chlamydial", +"chlorophyllose", +"chlorophyllous", +"chlorotic", +"chock-full", +"chockablock", +"chockful", +"chocolate-brown", +"chocolate-colored", +"chocolate-coloured", +"choice", +"choke-full", +"choked", +"choky", +"choleraic", +"choleric", +"cholinergic", +"chondritic", +"choosey", +"choosy", +"chopfallen", +"chopped", +"choppy", +"choragic", +"choral", +"chordal", +"chordate", +"choreographic", +"choric", +"chorionic", +"christian", +"christianly", +"christless", +"christlike", +"christly", +"christological", +"chromatic", +"chromatinic", +"chromatographic", +"chromatographical", +"chromosomal", +"chronic", +"chronological", +"chthonian", +"chthonic", +"chubby", +"chuck-full", +"chuffed", +"chukker-brown", +"chummy", +"chunky", +"churchgoing", +"churchillian", +"churchly", +"churlish", +"churned-up", +"churning", +"churrigueresco", +"churrigueresque", +"chylaceous", +"chylifactive", +"chylifactory", +"chyliferous", +"chylific", +"chylous", +"ci", +"cigar-shaped", +"cilial", +"ciliary", +"ciliate", +"ciliated", +"cimmerian", +"cinematic", +"cinerary", +"cinnabar", +"cinnamon-colored", +"cinnamon-coloured", +"cinnamon-red", +"cinnamon-scented", +"cinnamon_colored", +"cinnamon_coloured", +"circadian", +"circinate", +"circuitous", +"circular", +"circular-knit", +"circulating", +"circulative", +"circulatory", +"circumboreal", +"circumferent", +"circumferential", +"circumlocutious", +"circumlocutory", +"circumpolar", +"circumscribed", +"circumspect", +"circumstantial", +"cisalpine", +"cislunar", +"cismontane", +"cissy", +"citified", +"citric", +"citrous", +"city-born", +"city-bred", +"city-like", +"cityfied", +"citywide", +"civic", +"civil", +"civil-libertarian", +"civilian", +"civilised", +"civilized", +"cl", +"clad", +"clairvoyant", +"clamant", +"clamatorial", +"clammy", +"clamorous", +"clandestine", +"clanging", +"clangorous", +"clanking", +"clannish", +"clapped_out", +"clarifying", +"clarion", +"clashing", +"class-conscious", +"classic", +"classical", +"classicistic", +"classifiable", +"classificatory", +"classified", +"classless", +"classy", +"clastic", +"clathrate", +"clattery", +"clausal", +"claustrophobic", +"claw-shaped", +"clawed", +"clawlike", +"clayey", +"clean", +"clean-burning", +"clean-cut", +"clean-handed", +"clean-limbed", +"clean-living", +"clean-shaven", +"cleanable", +"cleanly", +"cleansing", +"clear", +"clear-cut", +"clear-eyed", +"clear-sighted", +"clear-thinking", +"cleared", +"clearheaded", +"cleavable", +"cleft", +"cleistogamic", +"cleistogamous", +"clement", +"clenched", +"clerical", +"clever", +"cliched", +"client-server", +"cliff-hanging", +"climactic", +"climatic", +"climatical", +"climbable", +"clinched", +"clincher-built", +"clinical", +"clinker-built", +"clinking", +"clinquant", +"clip-on", +"clipped", +"cliquish", +"clitoral", +"clitoric", +"cloak-and-dagger", +"cloaked", +"clockwise", +"cloddish", +"clogged", +"clogging", +"cloggy", +"cloisonne", +"cloistered", +"cloistral", +"clonal", +"clonic", +"close", +"close-fitting", +"close-grained", +"close-hauled", +"close-knit", +"close-minded", +"close-packed", +"close-set", +"close_at_hand", +"close_set", +"close_together", +"closed", +"closed-captioned", +"closed-chain", +"closed-circuit", +"closed-door", +"closed-minded", +"closed-ring", +"closed_in", +"closefisted", +"closelipped", +"closely-held", +"closely_knit", +"closemouthed", +"closing", +"clothed", +"clothesless", +"clotted", +"cloud-covered", +"clouded", +"cloudless", +"cloudlike", +"cloudy", +"clove-scented", +"cloven", +"cloven-footed", +"cloven-hoofed", +"clownish", +"clownlike", +"cloying", +"cloze", +"club-shaped", +"clubable", +"clubbable", +"clubbish", +"clubby", +"clubfooted", +"clueless", +"clumsy", +"clunky", +"clustered", +"cluttered", +"clv", +"clx", +"clxv", +"clxx", +"clxxv", +"clxxx", +"co-ed", +"co-occurrent", +"co-ordinated", +"co-referent", +"coagulable", +"coagulate", +"coagulated", +"coal-black", +"coal-burning", +"coal-fired", +"coalesced", +"coalescent", +"coalescing", +"coarctate", +"coarse", +"coarse-furred", +"coarse-grained", +"coarse-haired", +"coarse-textured", +"coarsened", +"coastal", +"coastwise", +"coated", +"coaxal", +"coaxial", +"coaxing", +"cobwebby", +"coccal", +"coccoid", +"coccygeal", +"cochlear", +"cock-a-hoop", +"cockamamie", +"cockamamy", +"cockeyed", +"cockney", +"cocksure", +"cocky", +"cod", +"codified", +"coeducational", +"coeliac", +"coenobitic", +"coenobitical", +"coequal", +"coercive", +"coetaneous", +"coeval", +"coexistent", +"coexisting", +"coextensive", +"cogent", +"cogged", +"cogitable", +"cogitative", +"cognate", +"cognisable", +"cognisant", +"cognitive", +"cognizable", +"cognizant", +"cognoscible", +"coherent", +"cohesive", +"coiled", +"coiling", +"coin-operated", +"coincident", +"coincidental", +"coinciding", +"coital", +"cold", +"cold-blooded", +"cold-eyed", +"cold-temperate", +"cold_sober", +"coldhearted", +"coleridgean", +"coleridgian", +"colicky", +"collaborative", +"collagenic", +"collagenous", +"collapsable", +"collapsible", +"collarless", +"collateral", +"collect", +"collectable", +"collected", +"collectible", +"collective", +"collectivised", +"collectivist", +"collectivistic", +"collectivized", +"collegial", +"collegiate", +"collinear", +"colloidal", +"colloquial", +"collusive", +"colombian", +"colonial", +"colonic", +"colonised", +"colonized", +"colonnaded", +"color", +"color-blind", +"colorectal", +"colored", +"colorfast", +"colorful", +"colorimetric", +"colorimetrical", +"colorless", +"colossal", +"colour", +"colour-blind", +"coloured", +"colourful", +"colourless", +"coltish", +"columbian", +"columnar", +"columned", +"columniform", +"columnlike", +"comal", +"comate", +"comatose", +"comb-like", +"combat-ready", +"combatant", +"combative", +"combed", +"combinable", +"combinational", +"combinative", +"combinatorial", +"combinatory", +"combined", +"comburant", +"comburent", +"combustible", +"combustive", +"come-at-able", +"comely", +"comestible", +"comet-like", +"cometary", +"cometic", +"comfortable", +"comforted", +"comforting", +"comfortless", +"comfy", +"comic", +"comical", +"coming", +"commanding", +"comme_il_faut", +"commemorating", +"commemorative", +"commendable", +"commensal", +"commensurable", +"commensurate", +"commercial", +"commercial-grade", +"commercialised", +"commercialized", +"comminatory", +"commiserative", +"commissioned", +"committed", +"commodious", +"common", +"common-law", +"common_or_garden", +"commonplace", +"commonsense", +"commonsensible", +"commonsensical", +"communal", +"communicable", +"communicational", +"communicative", +"communicatory", +"communist", +"communistic", +"commutable", +"commutative", +"comose", +"compact", +"companionable", +"companionate", +"comparable", +"comparable_to", +"comparable_with", +"comparative", +"compartmental", +"compartmentalised", +"compartmentalized", +"compartmented", +"compassionate", +"compatible", +"compelling", +"compendious", +"compensable", +"compensated", +"competent", +"competitive", +"competitory", +"complacent", +"complaining", +"complaintive", +"complaisant", +"complemental", +"complementary", +"complete", +"completed", +"completing", +"complex", +"compliant", +"complicated", +"complimentary", +"compos_mentis", +"composed", +"composite", +"compositional", +"compound", +"compounded", +"comprehended", +"comprehendible", +"comprehensible", +"comprehensive", +"compressed", +"compressible", +"compromising", +"compulsive", +"compulsory", +"computable", +"computational", +"computer_readable", +"comradely", +"con_brio", +"concave", +"concavo-concave", +"concavo-convex", +"concealed", +"concealing", +"conceited", +"conceivable", +"concentrated", +"concentric", +"concentrical", +"conceptional", +"conceptive", +"conceptual", +"conceptualistic", +"concerned", +"concerted", +"concessive", +"conciliable", +"conciliative", +"conciliatory", +"concise", +"concluded", +"concluding", +"conclusive", +"concomitant", +"concordant", +"concrete", +"concretistic", +"concupiscent", +"concurrent", +"concurring", +"condemnable", +"condemnatory", +"condemning", +"condescending", +"condign", +"conditional", +"conditioned", +"condolent", +"conducive", +"conductive", +"condylar", +"cone-bearing", +"cone-shaped", +"conelike", +"confederate", +"confederative", +"confident", +"confidential", +"confiding", +"configurational", +"configured", +"confined", +"confining", +"confirmable", +"confirmative", +"confirmatory", +"confirmed", +"confirming", +"confiscate", +"conflicting", +"confluent", +"conformable", +"conforming", +"conformist", +"confounded", +"confounding", +"confrontational", +"confucian", +"confusable", +"confused", +"confusing", +"confutable", +"confutative", +"congealed", +"congeneric", +"congenerical", +"congenerous", +"congenial", +"congenital", +"congested", +"congestive", +"conglomerate", +"congolese", +"congratulatory", +"congregational", +"congregationalist", +"congressional", +"congruent", +"congruous", +"conic", +"conical", +"coniferous", +"conjectural", +"conjoined", +"conjoint", +"conjugal", +"conjugate", +"conjugated", +"conjunct", +"conjunctival", +"conjunctive", +"connate", +"connatural", +"connected", +"connective", +"conniving", +"connotational", +"connotative", +"connotative_of", +"connubial", +"conquerable", +"consanguine", +"consanguineal", +"consanguineous", +"conscience-smitten", +"conscienceless", +"conscientious", +"conscionable", +"conscious", +"consecrate", +"consecrated", +"consecutive", +"consensual", +"consentaneous", +"consentient", +"consenting", +"consequent", +"consequential", +"conservative", +"conserved", +"considerable", +"considerate", +"considered", +"consistent", +"consolable", +"consolatory", +"consolidated", +"consolidative", +"consoling", +"consonant", +"consonantal", +"conspecific", +"conspicuous", +"conspirative", +"conspiratorial", +"constant", +"constipated", +"constituent", +"constituted", +"constitutional", +"constitutive", +"constrained", +"constraining", +"constricted", +"constricting", +"constrictive", +"constructive", +"constructive-metabolic", +"consubstantial", +"consular", +"consultative", +"consultatory", +"consultive", +"consumable", +"consuming", +"consummate", +"consummated", +"consumptive", +"contagious", +"contained", +"contaminated", +"contaminating", +"contaminative", +"contemplative", +"contemporaneous", +"contemporary", +"contemptible", +"contemptuous", +"content", +"contented", +"contentious", +"conterminous", +"contestable", +"contested", +"contextual", +"contiguous", +"continent", +"continent-wide", +"continental", +"contingent", +"contingent_on", +"contingent_upon", +"continual", +"continuant", +"continued", +"continuing", +"continuous", +"contorted", +"contraband", +"contrabass", +"contraceptive", +"contraclockwise", +"contractable", +"contracted", +"contractile", +"contractual", +"contradictory", +"contralateral", +"contralto", +"contrapuntal", +"contrarious", +"contrary", +"contrary_to_fact", +"contrasting", +"contrastive", +"contrasty", +"contributing", +"contributive", +"contributory", +"contrite", +"contrived", +"controllable", +"controlled", +"controlling", +"controversial", +"contumacious", +"contumelious", +"convalescent", +"convenient", +"conventional", +"conventionalised", +"conventionalized", +"conventual", +"convergent", +"conversant", +"conversational", +"converse", +"converted", +"convertible", +"convex", +"convexo-concave", +"convexo-convex", +"conveyable", +"convinced", +"convincible", +"convincing", +"convivial", +"convolute", +"convoluted", +"convulsive", +"cooccurring", +"cooked", +"cookie-cutter", +"cookie-sized", +"cool", +"cool-white", +"coolheaded", +"cooperative", +"coordinate", +"coordinated", +"coordinating", +"coordinative", +"copacetic", +"copasetic", +"copernican", +"copesetic", +"copesettic", +"copious", +"coplanar", +"copper-bottomed", +"copper_colored", +"coppery", +"coptic", +"copular", +"copulative", +"copulatory", +"copyrighted", +"coquettish", +"coral", +"coral-red", +"corbelled", +"cordate", +"corded", +"cordial", +"cordiform", +"cordless", +"coreferent", +"coreferential", +"coriaceous", +"corinthian", +"corked", +"corking", +"corky", +"cormose", +"cormous", +"corn-fed", +"corneal", +"corned", +"corneous", +"cornered", +"cornish", +"corny", +"coronary", +"coroneted", +"corporal", +"corporate", +"corporatist", +"corporeal", +"corpulent", +"corpuscular", +"correct", +"correctable", +"corrected", +"correctional", +"corrective", +"correlate", +"correlated", +"correlational", +"correlative", +"correspondent", +"corresponding", +"corrigible", +"corroborant", +"corroborative", +"corroboratory", +"corroded", +"corrosion-resistant", +"corrosive", +"corrugated", +"corrupt", +"corrupted", +"corruptible", +"corrupting", +"corruptive", +"corsican", +"cortical", +"corticifugal", +"corticipetal", +"cortico-hypothalamic", +"corticoafferent", +"corticoefferent", +"corticofugal", +"coruscant", +"corvine", +"corymbose", +"coseismal", +"coseismic", +"cosher", +"cosignatory", +"cosmetic", +"cosmic", +"cosmogenic", +"cosmogonic", +"cosmogonical", +"cosmologic", +"cosmological", +"cosmopolitan", +"cost-effective", +"cost-efficient", +"cost-plus", +"costa_rican", +"costal", +"costate", +"costive", +"costless", +"costly", +"costumed", +"cosy", +"coterminous", +"cottony", +"cottony-white", +"cotyloid", +"cotyloidal", +"couchant", +"countable", +"counter", +"counteractive", +"counterbalanced", +"counterclockwise", +"counterfactual", +"counterfeit", +"counterinsurgent", +"counterintuitive", +"counterpoised", +"counterproductive", +"counterrevolutionary", +"countertenor", +"counterterror", +"counterterrorist", +"countless", +"countrified", +"country-bred", +"country-style", +"countryfied", +"countrywide", +"countywide", +"coupled", +"courageous", +"court-ordered", +"courteous", +"courtly", +"cousinly", +"couth", +"couthie", +"couthy", +"covalent", +"covariant", +"covered", +"covert", +"coveted", +"covetous", +"cowardly", +"cowl-shaped", +"cowled", +"coy", +"cozy", +"crabbed", +"crabby", +"crabwise", +"crack", +"crackbrained", +"cracked", +"cracker-barrel", +"crackers", +"cracking", +"crackle", +"crafty", +"cragfast", +"cragged", +"craggy", +"cram_full", +"cramped", +"cranial", +"craniometric", +"craniometrical", +"crank", +"cranky", +"crannied", +"crappy", +"crapulent", +"crapulous", +"crashing", +"crass", +"craved", +"craven", +"crazed", +"crazy", +"creaky", +"cream-colored", +"creamy", +"creamy-colored", +"creamy-white", +"creamy-yellow", +"crease-resistant", +"creaseless", +"creaseproof", +"creative", +"credal", +"credentialled", +"credible", +"creditable", +"credited", +"creditworthy", +"credulous", +"creedal", +"creepy", +"creepy-crawly", +"crenate", +"crenated", +"crenulate", +"crenulated", +"creole", +"crepuscular", +"crescendo", +"crescent", +"crescent-shaped", +"cress_green", +"cresson", +"crested", +"crestfallen", +"cretaceous", +"cretinous", +"criminal", +"criminative", +"criminatory", +"criminological", +"crimson", +"crimson-magenta", +"crimson-purple", +"crimson-yellow", +"cringing", +"crinkled", +"crinkly", +"crinoid", +"crippled", +"crippling", +"crisp", +"crispate", +"crispy", +"crisscross", +"crisscrossed", +"criterial", +"criterional", +"critical", +"croaky", +"croatian", +"crocked", +"crocketed", +"cromwellian", +"crookback", +"crookbacked", +"crooked", +"cropped", +"cross", +"cross-banded", +"cross-cultural", +"cross-eyed", +"cross-grained", +"cross-linguistic", +"cross-modal", +"cross-ply", +"cross-pollinating", +"cross-section", +"cross-sectional", +"cross-sentential", +"cross-shaped", +"cross-town", +"crossbred", +"crossed", +"crosshatched", +"crosstown", +"crosswise", +"crotchety", +"croupy", +"crow-sized", +"crowded", +"crowing", +"crowned", +"crowning", +"crownless", +"crucial", +"cruciate", +"cruciferous", +"cruciform", +"cruddy", +"crude", +"cruel", +"crumbly", +"crummy", +"crumpled", +"crural", +"crushed", +"crushing", +"crustacean", +"crustaceous", +"crustal", +"crusted", +"crustlike", +"crustose", +"crusty", +"crying", +"cryogenic", +"cryonic", +"cryptanalytic", +"cryptic", +"cryptical", +"cryptobiotic", +"cryptogamic", +"cryptogamous", +"cryptographic", +"cryptographical", +"cryptologic", +"cryptological", +"crystal_clear", +"crystalised", +"crystalized", +"crystalline", +"crystallised", +"crystallized", +"ctenoid", +"cuban", +"cube-shaped", +"cubelike", +"cubic", +"cubical", +"cubiform", +"cubist", +"cubistic", +"cubital", +"cuboid", +"cuboidal", +"cucumber-shaped", +"cucurbitaceous", +"cuddlesome", +"cuddly", +"culinary", +"culpable", +"cultivable", +"cultivatable", +"cultivated", +"cultural", +"cultured", +"cum_laude", +"cumbersome", +"cumbrous", +"cumulative", +"cumuliform", +"cumulous", +"cuneal", +"cuneate", +"cuneiform", +"cunning", +"cuplike", +"cupric", +"cuprous", +"cupular", +"cupulate", +"curable", +"curative", +"curatorial", +"curdled", +"cured", +"curious", +"curled", +"curling", +"curly", +"curly-coated", +"curly-grained", +"curly-haired", +"curly-leafed", +"curly-leaved", +"curmudgeonly", +"current", +"curricular", +"currish", +"cursed", +"cursed_with", +"cursive", +"cursorial", +"cursory", +"curst", +"curt", +"curtained", +"curtainless", +"curtal", +"curvaceous", +"curved", +"curvey", +"curvilineal", +"curvilinear", +"curving", +"curvy", +"cushioned", +"cushiony", +"cushy", +"cuspate", +"cuspated", +"cusped", +"cuspidal", +"cuspidate", +"cuspidated", +"cussed", +"custard-like", +"custodial", +"custom", +"custom-built", +"custom-made", +"customary", +"cut", +"cut-and-dried", +"cut-and-dry", +"cut-price", +"cut-rate", +"cut_off", +"cut_out", +"cut_up", +"cutaneal", +"cutaneous", +"cute", +"cuticular", +"cuttable", +"cutthroat", +"cutting", +"cutting-edge", +"cv", +"cx", +"cxl", +"cxlv", +"cxv", +"cxx", +"cxxv", +"cxxx", +"cxxxv", +"cyan", +"cyanobacterial", +"cyanogenetic", +"cyanogenic", +"cyanophyte", +"cybernetic", +"cyclic", +"cyclical", +"cycloid", +"cycloidal", +"cyclonal", +"cyclonic", +"cyclonical", +"cyclopean", +"cyclothymic", +"cylindric", +"cylindrical", +"cylindrical-stemmed", +"cymose", +"cynical", +"cyprian", +"cyprinid", +"cyprinoid", +"cypriot", +"cypriote", +"cyrillic", +"cystic", +"cytoarchitectonic", +"cytoarchitectural", +"cytogenetic", +"cytogenetical", +"cytokinetic", +"cytologic", +"cytological", +"cytolytic", +"cytomegalic", +"cytopathogenic", +"cytophotometric", +"cytoplasmatic", +"cytoplasmic", +"cytoplastic", +"cytotoxic", +"czarist", +"czaristic", +"czech", +"czechoslovakian", +"d", +"d.o.a.", +"dabbled", +"dacitic", +"dactylic", +"daedal", +"daft", +"dagger-like", +"daily", +"dainty", +"daisylike", +"dalmatian", +"damaged", +"damaging", +"damascene", +"damask", +"damn", +"damnable", +"damnatory", +"damned", +"damning", +"damp", +"dampish", +"danceable", +"dandified", +"dandy", +"dandyish", +"dangerous", +"danish", +"dank", +"dantean", +"dantesque", +"dapper", +"dappled", +"daredevil", +"daring", +"dark", +"dark-blue", +"dark-brown", +"dark-coated", +"dark-colored", +"dark-coloured", +"dark-fruited", +"dark-gray", +"dark-green", +"dark-grey", +"dark-haired", +"dark-skinned", +"dark-spotted", +"darkened", +"darkening", +"darkish", +"darkling", +"darling", +"darned", +"darwinian", +"dashed", +"dashing", +"dastard", +"dastardly", +"data-based", +"datable", +"dateable", +"dated", +"dateless", +"daughterly", +"daunted", +"daunting", +"dauntless", +"day-after-day", +"day-and-night", +"day-by-day", +"day-old", +"day-to-day", +"daylong", +"dazed", +"dazzled", +"dazzling", +"de-iodinating", +"de_facto", +"de_jure", +"de_luxe", +"de_rigueur", +"dead", +"dead-end", +"dead-on", +"dead_on_target", +"dead_set", +"deadened", +"deadening", +"deadlocked", +"deadly", +"deadpan", +"deaf", +"deaf-and-dumb", +"deaf-mute", +"deaf_as_a_post", +"deafened", +"deafening", +"dealt_out", +"dear", +"dearly-won", +"deathless", +"deathlike", +"deathly", +"debased", +"debasing", +"debatable", +"debauched", +"debile", +"debilitated", +"debilitating", +"debilitative", +"debonair", +"debonaire", +"deboned", +"debonnaire", +"decadent", +"decalescent", +"decapitated", +"decasyllabic", +"decayable", +"decayed", +"deceased", +"deceitful", +"decent", +"decentralised", +"decentralising", +"decentralized", +"decentralizing", +"deceptive", +"decided", +"deciding", +"deciduous", +"decimal", +"decipherable", +"deciphered", +"decisive", +"deckle-edged", +"deckled", +"declamatory", +"declarable", +"declarative", +"declaratory", +"declared", +"declassified", +"declivitous", +"decollete", +"decomposable", +"decompositional", +"decompound", +"deconsecrated", +"deconstructionist", +"decorated", +"decorative", +"decorous", +"decreased", +"decreasing", +"decreasing_monotonic", +"decreed", +"decrepit", +"decrescendo", +"decumbent", +"decurved", +"decussate", +"dedicated", +"dedifferentiated", +"deducible", +"deductible", +"deductive", +"deep", +"deep-chested", +"deep-eyed", +"deep-fried", +"deep-laid", +"deep-lobed", +"deep-mined", +"deep-pink", +"deep-rooted", +"deep-sea", +"deep-seated", +"deep-set", +"deep-water", +"deep-yellow", +"deep_in_thought", +"deepening", +"defamatory", +"defeasible", +"defeated", +"defective", +"defenceless", +"defendable", +"defending", +"defenseless", +"defensible", +"defensive", +"deferent", +"deferential", +"defervescent", +"defiant", +"deficient", +"defiled", +"definable", +"defined", +"definite", +"definitive", +"deflated", +"deflationary", +"deflective", +"defoliate", +"defoliated", +"deformational", +"deformed", +"deft", +"defunct", +"degage", +"degenerate", +"degenerative", +"degraded", +"degrading", +"degressive", +"dehiscent", +"dehumanised", +"dehumanized", +"dehydrated", +"deictic", +"deific", +"deist", +"deistic", +"dejected", +"delayed", +"delectable", +"deleterious", +"deliberate", +"deliberative", +"delible", +"delicate", +"delicious", +"delighted", +"delightful", +"delimited", +"delineate", +"delineated", +"delineative", +"delinquent", +"deliquescent", +"delirious", +"deliverable", +"delphian", +"delphic", +"deltoid", +"delusional", +"delusive", +"delusory", +"deluxe", +"demagogic", +"demagogical", +"demanding", +"demeaning", +"demented", +"democratic", +"demode", +"demographic", +"demolished", +"demon-ridden", +"demoniac", +"demoniacal", +"demonic", +"demonstrable", +"demonstrated", +"demonstrative", +"demonstrative_of", +"demoralised", +"demoralising", +"demoralized", +"demoralizing", +"demosthenic", +"demotic", +"demulcent", +"demure", +"demythologised", +"demythologized", +"denary", +"denatured", +"denaturised", +"denaturized", +"dendriform", +"dendritic", +"dendroid", +"dendroidal", +"deniable", +"denigrating", +"denigrative", +"denigratory", +"denominational", +"denotative", +"denotive", +"dense", +"dental", +"dentate", +"dented", +"denticulate", +"denudate", +"denuded", +"denumerable", +"denunciative", +"denunciatory", +"departed", +"departmental", +"dependable", +"dependant", +"dependant_on", +"dependant_upon", +"dependent", +"dependent_on", +"dependent_upon", +"depending_on", +"depicted", +"depictive", +"depilatory", +"depilous", +"depletable", +"depleted", +"deplorable", +"depopulated", +"depraved", +"deprecating", +"deprecative", +"deprecatory", +"depreciating", +"depreciative", +"depreciatory", +"depressant", +"depressed", +"depressing", +"deprived", +"deranged", +"derelict", +"derisive", +"derisory", +"derivable", +"derivational", +"derivative", +"derived", +"dermal", +"dermatologic", +"dermatological", +"dermic", +"derogative", +"derogatory", +"descendant", +"descendent", +"descending", +"describable", +"described", +"descriptive", +"desecrated", +"desegrated", +"desensitising", +"desensitizing", +"deserted", +"deserved", +"deserving", +"desiccate", +"desiccated", +"designate", +"designative", +"designed", +"designing", +"desirable", +"desired", +"desirous", +"desk-bound", +"deskbound", +"desolate", +"despairing", +"desperate", +"despicable", +"despised", +"despiteful", +"despoiled", +"despondent", +"despotic", +"despotical", +"destined", +"destitute", +"destroyable", +"destroyed", +"destructible", +"destructive", +"destructive-metabolic", +"desultory", +"detachable", +"detached", +"detailed", +"detectable", +"detected", +"detergent", +"determinable", +"determinant", +"determinate", +"determinative", +"determined", +"determining", +"deterministic", +"deterrent", +"detersive", +"detestable", +"detested", +"detonative", +"detractive", +"detrimental", +"deuced", +"deuteranopic", +"devalued", +"devastating", +"developed", +"developing", +"developmental", +"deviant", +"deviate", +"devil-may-care", +"devilish", +"devious", +"devoid", +"devoted", +"devotional", +"devouring", +"devout", +"deweyan", +"dewy", +"dewy-eyed", +"dexter", +"dexterous", +"dextral", +"dextrorotary", +"dextrorotatory", +"dextrorsal", +"dextrorse", +"dextrous", +"diabatic", +"diabetic", +"diabolic", +"diabolical", +"diachronic", +"diacritic", +"diacritical", +"diadromous", +"diagnosable", +"diagnostic", +"diagonal", +"diagonalizable", +"diagrammatic", +"diagrammatical", +"dialectal", +"dialectic", +"dialectical", +"diamagnetic", +"diamantine", +"diametral", +"diametric", +"diametrical", +"dianoetic", +"diaphanous", +"diaphoretic", +"diaphyseal", +"diaphysial", +"diarrheal", +"diarrheic", +"diarrhetic", +"diarrhoeal", +"diarrhoeic", +"diarrhoetic", +"diastolic", +"diatomic", +"diatonic", +"diazo", +"dicarboxylic", +"dicey", +"dichotomous", +"dichromatic", +"dickensian", +"dickey", +"dicky", +"diclinous", +"dicotyledonous", +"dictated", +"dictatorial", +"dictyopteran", +"didactic", +"didactical", +"die-cast", +"die-hard", +"diestrous", +"diestrual", +"dietary", +"dietetic", +"dietetical", +"different", +"differentiable", +"differential", +"differentiated", +"difficult", +"diffident", +"diffuse", +"diffused", +"diffusing", +"diffusive", +"digestible", +"digestive", +"dighted", +"digital", +"digitate", +"digitigrade", +"dignified", +"dignifying", +"digressive", +"dilapidated", +"dilatory", +"dilettante", +"dilettanteish", +"dilettantish", +"diligent", +"dilute", +"diluted", +"diluvial", +"diluvian", +"dim", +"dim-sighted", +"dim-witted", +"dimensional", +"dimensioning", +"diminished", +"diminishing", +"diminuendo", +"diminutive", +"dimmed", +"dimorphic", +"dimorphous", +"dingy", +"dinky", +"diocesan", +"dioecian", +"dioecious", +"dioestrous", +"dioestrual", +"dionysian", +"diploid", +"diplomatic", +"diplomatical", +"dipolar", +"dipped", +"dipterous", +"dipylon", +"dire", +"direct", +"directed", +"directing", +"directional", +"directionless", +"directive", +"direful", +"dirigible", +"dirt", +"dirt_cheap", +"dirty", +"dirty-faced", +"dirty-minded", +"disabled", +"disabling", +"disabused", +"disadvantaged", +"disadvantageous", +"disaffected", +"disagreeable", +"disappointed", +"disappointing", +"disapproving", +"disarming", +"disarranged", +"disarrayed", +"disastrous", +"disavowable", +"disbelieving", +"disc-shaped", +"discalceate", +"discalced", +"discarded", +"discernable", +"discernible", +"discerning", +"discharged", +"disciform", +"disciplinal", +"disciplinary", +"disciplined", +"disclike", +"disclosed", +"discoid", +"discoidal", +"discombobulated", +"discomfited", +"discomposed", +"discomycetous", +"disconcerted", +"disconcerting", +"disconfirming", +"disconnected", +"disconsolate", +"discontent", +"discontented", +"discontinued", +"discontinuous", +"discordant", +"discorporate", +"discouraged", +"discouraging", +"discourteous", +"discoverable", +"discovered", +"discreditable", +"discredited", +"discreet", +"discrepant", +"discrete", +"discretional", +"discretionary", +"discriminable", +"discriminate", +"discriminating", +"discriminative", +"discriminatory", +"discursive", +"disdainful", +"diseased", +"disembodied", +"disenchanted", +"disenchanting", +"disenfranchised", +"disentangled", +"disfigured", +"disfranchised", +"disgraced", +"disgraceful", +"disgruntled", +"disguised", +"disgusted", +"disgustful", +"disgusting", +"dish-shaped", +"disharmonious", +"disheartened", +"disheartening", +"dished", +"disheveled", +"dishevelled", +"dishonest", +"dishonorable", +"dishonored", +"dishonourable", +"dishy", +"disillusioned", +"disillusioning", +"disinclined", +"disinfectant", +"disingenuous", +"disinherited", +"disintegrable", +"disintegrative", +"disinterested", +"disjoined", +"disjoint", +"disjointed", +"disjunct", +"disjunctive", +"disk-shaped", +"disklike", +"dislikable", +"disliked", +"dislocated", +"dislogistic", +"disloyal", +"dismal", +"dismantled", +"dismayed", +"dismaying", +"dismissed", +"dismissible", +"dismissive", +"disobedient", +"disobliging", +"disordered", +"disorderly", +"disorganised", +"disorganized", +"disoriented", +"disorienting", +"disparaging", +"disparate", +"dispassionate", +"dispensable", +"dispensed", +"dispersed", +"dispersive", +"dispirited", +"dispiriting", +"displeased", +"displeasing", +"disposable", +"disposed", +"dispossessed", +"disproportional", +"disproportionate", +"disputable", +"disputatious", +"disputative", +"disputed", +"disqualified", +"disqualifying", +"disquieted", +"disquieting", +"disregarded", +"disreputable", +"disrespectful", +"disrupted", +"disruptive", +"dissatisfactory", +"dissatisfied", +"dissected", +"disseminative", +"dissentient", +"dissenting", +"dissentious", +"dissident", +"dissilient", +"dissimilar", +"dissimulative", +"dissipated", +"dissociable", +"dissociative", +"dissoluble", +"dissolute", +"dissolvable", +"dissolved", +"dissonant", +"dissuasive", +"distaff", +"distal", +"distant", +"distasteful", +"distensible", +"distinct", +"distinctive", +"distinguishable", +"distinguished", +"distortable", +"distorted", +"distracted", +"distrait", +"distraught", +"distressed", +"distressful", +"distressing", +"distributed", +"distributional", +"distributive", +"distrustful", +"disturbed", +"disturbing", +"disunited", +"disused", +"disyllabic", +"dithyrambic", +"diurnal", +"divalent", +"divergent", +"diverging", +"divers", +"diverse", +"diversified", +"diversionary", +"diverted", +"diverting", +"dividable", +"divided", +"divided_up", +"divinatory", +"divine", +"divisible", +"divisional", +"divisive", +"divorced", +"dizygotic", +"dizygous", +"dizzy", +"djiboutian", +"do-it-yourself", +"do-nothing", +"do-or-die", +"doable", +"docile", +"doctoral", +"doctorial", +"doctrinaire", +"doctrinal", +"documental", +"documentary", +"documented", +"doddering", +"doddery", +"dodgy", +"dog-eared", +"dog-sized", +"dog-tired", +"dogged", +"dogging", +"doglike", +"dogmatic", +"dogmatical", +"dolabrate", +"dolabriform", +"doled_out", +"doleful", +"dolichocephalic", +"dolichocranial", +"dolichocranic", +"dolled_up", +"dolomitic", +"dolorous", +"dolourous", +"doltish", +"dome-shaped", +"domed", +"domestic", +"domesticated", +"domiciliary", +"dominant", +"dominated", +"dominating", +"domineering", +"dominical", +"dominican", +"donatist", +"done", +"done_for", +"done_with", +"donnean", +"donnian", +"donnish", +"doomed", +"door-to-door", +"doped", +"dopey", +"dopy", +"dorian", +"doric", +"dormant", +"dormie", +"dormy", +"dorsal", +"dorsoventral", +"dosed", +"dostoevskian", +"dostoyevskian", +"dot-com", +"doting", +"dotted", +"dotty", +"double", +"double-barreled", +"double-barrelled", +"double-bass", +"double-bedded", +"double-breasted", +"double-chinned", +"double-dealing", +"double-dyed", +"double-edged", +"double-faced", +"double-geared", +"double-humped", +"double-jointed", +"double-quick", +"double-spaced", +"double-tongued", +"doubled", +"doubtful", +"doubting", +"doughnut-shaped", +"doughy", +"dour", +"dovish", +"dowdy", +"dowered", +"dowerless", +"down", +"down-and-out", +"down-to-earth", +"down_in_the_mouth", +"down_pat", +"downbound", +"downcast", +"downfield", +"downhearted", +"downhill", +"downlike", +"downmarket", +"downright", +"downscale", +"downstage", +"downstair", +"downstairs", +"downstream", +"downtown", +"downtrodden", +"downward", +"downward-arching", +"downward-sloping", +"downwind", +"downy", +"dozen", +"dozy", +"drab", +"draconian", +"drafty", +"dragging", +"draggled", +"drained", +"draining", +"dramatic", +"dramaturgic", +"dramaturgical", +"draped", +"drastic", +"draughty", +"drawn", +"drawn-out", +"dread", +"dreaded", +"dreadful", +"dreamed", +"dreamless", +"dreamlike", +"dreamy", +"drear", +"dreary", +"drenched", +"drenched_in", +"dress", +"dressed", +"dressed-up", +"dressed_to_kill", +"dressed_to_the_nines", +"dressy", +"dried", +"dried-out", +"dried-up", +"drifting", +"drill-like", +"drilled", +"drinkable", +"drip-dry", +"dripless", +"drippy", +"driven", +"driving", +"drizzling", +"drizzly", +"droll", +"drooping", +"droopy", +"dropping", +"dropsical", +"drowsing", +"drowsy", +"drudging", +"drug-addicted", +"drug-free", +"drugged", +"drugless", +"drum-like", +"drum-shaped", +"drumhead", +"drunk", +"drunken", +"drupaceous", +"dry", +"dry-cleaned", +"dry-eyed", +"dry-shod", +"dual", +"dual-lane", +"dualistic", +"dubious", +"dubitable", +"ducal", +"duck-billed", +"duckbill", +"ductile", +"ductless", +"dud", +"due", +"dulcet", +"dull", +"dull-purple", +"dull-white", +"dulled", +"dumb", +"dumbfounded", +"dumbfounding", +"dumbstricken", +"dumbstruck", +"dumfounded", +"dumfounding", +"dummy", +"dumpy", +"dun", +"dun-colored", +"dun-coloured", +"duncical", +"duncish", +"duodecimal", +"duodenal", +"duple", +"duplex", +"duplicable", +"duplicatable", +"duplicate", +"duplicitous", +"durable", +"dural", +"dusky", +"dusky-colored", +"dusky-coloured", +"dust-covered", +"dustlike", +"dusty", +"dutch", +"duteous", +"dutiable", +"dutiful", +"duty-bound", +"duty-free", +"dwarfish", +"dwindling", +"dyadic", +"dyed", +"dying", +"dynamic", +"dynamical", +"dynastic", +"dysfunctional", +"dysgenic", +"dyslectic", +"dyslexic", +"dyslogistic", +"dyspeptic", +"dysphemistic", +"dysphoric", +"dysplastic", +"dyspneal", +"dyspneic", +"dyspnoeal", +"dyspnoeic", +"dystopian", +"each", +"eager", +"eagle-eyed", +"ear-like", +"ear-shaped", +"eared", +"earless", +"earlier", +"earliest", +"early", +"early-blooming", +"early-flowering", +"earlyish", +"earned", +"earnest", +"earsplitting", +"earthborn", +"earthbound", +"earthen", +"earthlike", +"earthly", +"earthshaking", +"earthy", +"eased", +"east", +"east-central", +"east_african", +"east_german", +"east_indian", +"east_pakistani", +"eastbound", +"easterly", +"eastern", +"eastern_orthodox", +"easternmost", +"eastmost", +"eastside", +"eastward", +"easy", +"easygoing", +"eatable", +"ebionite", +"ebon", +"ebony", +"ebracteate", +"ebullient", +"eccentric", +"ecclesiastic", +"ecclesiastical", +"eccrine", +"ecdemic", +"echoic", +"echoing", +"echoless", +"echolike", +"echt", +"eclectic", +"ecologic", +"ecological", +"econometric", +"economic", +"economical", +"ecstatic", +"ectodermal", +"ectodermic", +"ectomorphic", +"ectopic", +"ectothermic", +"ectozoan", +"ecuadorian", +"ecumenic", +"ecumenical", +"edacious", +"edematous", +"edental", +"edentate", +"edentulate", +"edentulous", +"edged", +"edgeless", +"edgy", +"edible", +"edified", +"edifying", +"edited", +"editorial", +"educated", +"educational", +"educative", +"edwardian", +"eel-shaped", +"eellike", +"eerie", +"eery", +"effaceable", +"effected", +"effective", +"effectual", +"effeminate", +"efferent", +"effervescent", +"effervescing", +"effete", +"efficacious", +"efficient", +"efflorescent", +"effluent", +"effortful", +"effortless", +"effulgent", +"effusive", +"egalitarian", +"egg-filled", +"egg-producing", +"egg-shaped", +"egocentric", +"egoistic", +"egoistical", +"egotistic", +"egotistical", +"egregious", +"egyptian", +"eidetic", +"eight", +"eight-day", +"eight-fold", +"eight-membered", +"eight-sided", +"eighteen", +"eighteenth", +"eightfold", +"eighth", +"eightieth", +"eightpenny", +"eighty", +"eighty-eight", +"eighty-fifth", +"eighty-five", +"eighty-four", +"eighty-nine", +"eighty-one", +"eighty-seven", +"eighty-six", +"eighty-three", +"eighty-two", +"einsteinian", +"elaborate", +"elaborated", +"elapsed", +"elastic", +"elasticised", +"elasticized", +"elated", +"elating", +"elder", +"elderly", +"eldest", +"eldritch", +"elect", +"elected", +"elective", +"electoral", +"electric", +"electrical", +"electrifying", +"electrocardiographic", +"electrochemical", +"electroencephalographic", +"electrolytic", +"electromagnetic", +"electromechanical", +"electromotive", +"electron_microscopic", +"electronegative", +"electroneutral", +"electronic", +"electrophoretic", +"electropositive", +"electrostatic", +"eleemosynary", +"elegant", +"elegiac", +"elemental", +"elementary", +"elephantine", +"elevated", +"eleven", +"eleven-sided", +"eleventh", +"elfin", +"elfish", +"elflike", +"elicited", +"eligible", +"elite", +"elizabethan", +"ellipsoid", +"ellipsoidal", +"elliptic", +"elliptical", +"elocutionary", +"elongate", +"elongated", +"eloquent", +"elucidative", +"elusive", +"elvish", +"elysian", +"emaciated", +"emancipated", +"emancipative", +"emarginate", +"emasculate", +"emasculated", +"embarrassed", +"embarrassing", +"embattled", +"embedded", +"embezzled", +"emblematic", +"emblematical", +"embodied", +"emboldened", +"embolic", +"embonpoint", +"embossed", +"embroiled", +"embryologic", +"embryonal", +"embryonic", +"embryotic", +"emended", +"emergent", +"emerging", +"emeritus", +"eminent", +"emmetropic", +"emollient", +"emotional", +"emotionless", +"emotive", +"empathetic", +"empathic", +"emphasised", +"emphasized", +"emphatic", +"emphysematous", +"empiric", +"empirical", +"employable", +"employed", +"empowered", +"empty", +"empty-bellied", +"empty-handed", +"empty-headed", +"empurpled", +"empyreal", +"empyrean", +"emulous", +"en_deshabille", +"en_garde", +"enabling", +"enamored", +"enate", +"enatic", +"encased", +"enceinte", +"enchained", +"enchanted", +"enchanting", +"encircled", +"encircling", +"enclosed", +"encomiastic", +"encompassing", +"encouraged", +"encouraging", +"encroaching", +"encrusted", +"encumbered", +"encyclical", +"encyclopaedic", +"encyclopedic", +"encysted", +"end-rhymed", +"end-stopped", +"end-to-end", +"endangered", +"endearing", +"ended", +"endemic", +"endemical", +"endergonic", +"endermatic", +"endermic", +"endless", +"endocentric", +"endocrinal", +"endocrine", +"endodontic", +"endoergic", +"endogamic", +"endogamous", +"endogenetic", +"endogenic", +"endogenous", +"endometrial", +"endomorphic", +"endoparasitic", +"endoscopic", +"endothelial", +"endothermal", +"endothermic", +"endovenous", +"endowed", +"endozoan", +"endozoic", +"endurable", +"enduring", +"energetic", +"energising", +"energizing", +"energy-absorbing", +"energy-releasing", +"energy-storing", +"enervated", +"enervating", +"enfeebling", +"enforceable", +"enforced", +"enfranchised", +"engaged", +"engaging", +"english", +"english-speaking", +"engorged", +"engraved", +"engrossed", +"engrossing", +"enhanced", +"enhancive", +"enigmatic", +"enigmatical", +"enjoyable", +"enkindled", +"enlarged", +"enlightened", +"enlightening", +"enlivened", +"enlivening", +"enmeshed", +"ennobling", +"enolic", +"enormous", +"enough", +"enraged", +"enraptured", +"ensiform", +"ensorcelled", +"ensuant", +"ensuing", +"entangled", +"enteral", +"enteric", +"enterprising", +"entertained", +"entertaining", +"enthralled", +"enthralling", +"enthusiastic", +"enticing", +"entire", +"entitled", +"entomologic", +"entomological", +"entomophilous", +"entozoan", +"entozoic", +"entranced", +"entrancing", +"entrenched", +"entrepreneurial", +"enumerable", +"enured", +"enveloping", +"enviable", +"envious", +"environmental", +"envisioned", +"enwrapped", +"enzootic", +"enzymatic", +"eolithic", +"eolotropic", +"eonian", +"eosinophilic", +"eparchial", +"epenthetic", +"ephemeral", +"ephesian", +"epic", +"epical", +"epicarpal", +"epicene", +"epicurean", +"epicyclic", +"epicyclical", +"epideictic", +"epideictical", +"epidemic", +"epidemiologic", +"epidemiological", +"epidermal", +"epidermic", +"epidural", +"epigastric", +"epigrammatic", +"epileptic", +"epilithic", +"epimorphic", +"epiphyseal", +"epiphysial", +"epiphytic", +"epiphytotic", +"episcopal", +"episcopalian", +"episodic", +"epistemic", +"epistemological", +"epistolary", +"epistolatory", +"epithelial", +"epitheliod", +"epizoan", +"epizoic", +"epizootic", +"epoch-making", +"epochal", +"eponymic", +"eponymous", +"equable", +"equal", +"equal_to", +"equanimous", +"equatorial", +"equestrian", +"equiangular", +"equidistant", +"equilateral", +"equine", +"equinoctial", +"equipoised", +"equipotent", +"equipped", +"equiprobable", +"equipt", +"equitable", +"equivalent", +"equivocal", +"eradicable", +"erasable", +"erasmian", +"erect", +"erectile", +"eremitic", +"eremitical", +"ergodic", +"ergonomic", +"ergotic", +"ergotropic", +"eristic", +"eristical", +"eritrean", +"eroded", +"erogenous", +"erose", +"erosive", +"erotic", +"errant", +"erratic", +"errhine", +"erring", +"erroneous", +"error-prone", +"errorless", +"ersatz", +"erstwhile", +"erudite", +"eruptive", +"erythematous", +"erythroid", +"erythropoietic", +"escaped", +"eschatological", +"esophageal", +"esoteric", +"especial", +"essene", +"essential", +"established", +"esteemed", +"esthetic", +"esthetical", +"estimable", +"estival", +"estonian", +"estranged", +"estranging", +"estrogenic", +"estrous", +"estuarial", +"estuarine", +"esurient", +"etched", +"eternal", +"ethereal", +"ethical", +"ethiopian", +"ethnic", +"ethnical", +"ethnocentric", +"ethnographic", +"ethnographical", +"ethnologic", +"ethnological", +"etiolate", +"etiolated", +"etiologic", +"etiological", +"etymological", +"eucaryotic", +"eucharistic", +"euclidean", +"euclidian", +"eudaemonic", +"eudemonic", +"eugenic", +"eukaryotic", +"eulogistic", +"euphemistic", +"euphonic", +"euphonical", +"euphonious", +"euphonous", +"euphoriant", +"euphoric", +"eupneic", +"eupnoeic", +"eurafrican", +"eurasian", +"eurasiatic", +"eurocentric", +"european", +"europocentric", +"eusporangiate", +"eutherian", +"eutrophic", +"evacuant", +"evaluative", +"evanescent", +"evangelical", +"evangelistic", +"evaporable", +"evaporated", +"evaporative", +"evasive", +"even", +"even-pinnate", +"even-tempered", +"even-textured", +"even-toed", +"evenhanded", +"eventful", +"eventual", +"ever-changing", +"ever-present", +"evergreen", +"everlasting", +"every", +"every_last", +"everyday", +"evidenced", +"evident", +"evidential", +"evidentiary", +"evil", +"evil-looking", +"evil-minded", +"eviscerate", +"evitable", +"evocative", +"evoked", +"evolutionary", +"ex", +"ex-directory", +"ex_gratia", +"ex_officio", +"ex_post_facto", +"ex_vivo", +"exacerbating", +"exact", +"exacting", +"exaggerated", +"exalted", +"exalting", +"exanimate", +"exasperated", +"exasperating", +"exaugural", +"exceeding", +"excellent", +"exceptionable", +"exceptional", +"excess", +"excessive", +"exchangeable", +"exchanged", +"excitable", +"excitant", +"excitative", +"excitatory", +"excited", +"exciting", +"exclamatory", +"exclusive", +"excogitative", +"excrescent", +"excretory", +"excruciating", +"exculpated", +"exculpatory", +"excursive", +"excusable", +"excusatory", +"excused", +"execrable", +"executable", +"executed", +"executive", +"exegetic", +"exegetical", +"exemplary", +"exemplifying", +"exempt", +"exergonic", +"exhausted", +"exhaustible", +"exhausting", +"exhaustive", +"exhibitionistic", +"exhilarated", +"exhilarating", +"exhortative", +"exhortatory", +"exigent", +"exiguous", +"exilic", +"existent", +"existential", +"existentialist", +"existing", +"exocentric", +"exocrine", +"exodontic", +"exoergic", +"exogamic", +"exogamous", +"exogenic", +"exogenous", +"exonerated", +"exonerative", +"exorbitant", +"exoteric", +"exothermal", +"exothermic", +"exotic", +"expandable", +"expanded", +"expandible", +"expansible", +"expansile", +"expansionist", +"expansive", +"expectable", +"expectant", +"expected", +"expedient", +"expeditionary", +"expeditious", +"expendable", +"expensive", +"experienced", +"experient", +"experiential", +"experimental", +"expert", +"expiable", +"expiative", +"expiatory", +"expiratory", +"expired", +"explainable", +"explanatory", +"explicable", +"explicit", +"exploded", +"exploitative", +"exploitatory", +"exploited", +"exploitive", +"explorative", +"exploratory", +"explosive", +"exponential", +"exportable", +"exposed", +"expositive", +"expository", +"express", +"expressed", +"expressible", +"expressionist", +"expressionistic", +"expressionless", +"expressive", +"expurgated", +"exquisite", +"exsanguine", +"exsanguinous", +"extant", +"extemporaneous", +"extemporary", +"extempore", +"extendable", +"extended", +"extendible", +"extensible", +"extensile", +"extensional", +"extensive", +"extenuating", +"exterior", +"exterminable", +"exterminated", +"external", +"exteroceptive", +"exterritorial", +"extinct", +"extinguishable", +"extinguished", +"extirpable", +"extortionate", +"extra", +"extracellular", +"extractable", +"extractible", +"extracurricular", +"extradural", +"extragalactic", +"extrajudicial", +"extralegal", +"extralinguistic", +"extramarital", +"extramural", +"extraneous", +"extraordinaire", +"extraordinary", +"extrasensory", +"extrasystolic", +"extraterrestrial", +"extraterritorial", +"extravagant", +"extraversive", +"extravert", +"extraverted", +"extravertive", +"extreme", +"extremist", +"extricable", +"extrinsic", +"extropic", +"extrospective", +"extroversive", +"extrovert", +"extroverted", +"extrovertish", +"extrovertive", +"extrusive", +"exuberant", +"exultant", +"exulting", +"exuvial", +"eye-catching", +"eye-deceiving", +"eye-popping", +"eyed", +"eyeless", +"eyelike", +"eyes-only", +"fab", +"fabian", +"fabled", +"fabricated", +"fabulous", +"face-saving", +"face-to-face", +"faced", +"faceless", +"faceted", +"facetious", +"facial", +"facile", +"facilitative", +"facilitatory", +"fact-finding", +"factious", +"factitious", +"factor_analytic", +"factor_analytical", +"factorial", +"factory-made", +"factual", +"facultative", +"faddish", +"faddy", +"faded", +"faecal", +"fagged", +"fahrenheit", +"fail-safe", +"failing", +"fain", +"faineant", +"faint", +"faint-hearted", +"fainthearted", +"fair", +"fair-and-square", +"fair-haired", +"fair-minded", +"fair_to_middling", +"fairish", +"faithful", +"faithless", +"fake", +"falcate", +"falciform", +"falconine", +"fall-blooming", +"fall-flowering", +"fallacious", +"fallen", +"fallible", +"falling", +"fallow", +"false", +"falsetto", +"falsifiable", +"falstaffian", +"faltering", +"famed", +"familial", +"familiar", +"familiarised", +"familiarising", +"familiarized", +"familiarizing", +"famished", +"famous", +"fan-leafed", +"fan-leaved", +"fan-shaped", +"fanatic", +"fanatical", +"fancied", +"fanciful", +"fancy", +"fancy-free", +"fang-like", +"fanged", +"fanlike", +"fanned", +"fantabulous", +"fantastic", +"fantastical", +"far", +"far-famed", +"far-flung", +"far-off", +"far-out", +"far-right", +"far_left", +"faraway", +"farcical", +"farfetched", +"farinaceous", +"farming", +"farseeing", +"farsighted", +"farther", +"farthermost", +"farthest", +"fascinated", +"fascinating", +"fascist", +"fascistic", +"fashionable", +"fashioned", +"fast", +"fast-breaking", +"fast-flying", +"fast-footed", +"fast-growing", +"fast-paced", +"fast_asleep", +"fastened", +"fastidious", +"fastigiate", +"fat", +"fat-free", +"fat-soluble", +"fatal", +"fatalist", +"fatalistic", +"fated", +"fateful", +"fatheaded", +"fatherless", +"fatherlike", +"fatherly", +"fathomable", +"fatigued", +"fatless", +"fattened", +"fattening", +"fattish", +"fatty", +"fatuous", +"faucal", +"faultfinding", +"faultless", +"faulty", +"faustian", +"faux", +"faveolate", +"favorable", +"favored", +"favorite", +"favourable", +"favourite", +"fawn-colored", +"fawn-coloured", +"fawning", +"fazed", +"fearful", +"fearless", +"fearsome", +"feasible", +"featherbrained", +"feathered", +"featheredged", +"featherless", +"featherlike", +"feathery", +"featured", +"featureless", +"febrile", +"fecal", +"feckless", +"feculent", +"fecund", +"fed_up", +"federal", +"federate", +"federated", +"feeble", +"feebleminded", +"feigned", +"feisty", +"felicitous", +"feline", +"fell", +"felonious", +"felted", +"female", +"feminine", +"feminist", +"femoral", +"fencelike", +"fenestral", +"feral", +"ferial", +"ferine", +"fermentable", +"ferned", +"fernless", +"fernlike", +"ferny", +"ferocious", +"ferret-sized", +"ferric", +"ferromagnetic", +"ferrous", +"fertile", +"fertilizable", +"fervent", +"fervid", +"festal", +"festive", +"fetal", +"fetching", +"fetid", +"fettered", +"feudal", +"feudalistic", +"feudatory", +"fevered", +"feverish", +"feverous", +"few", +"fewer", +"fewest", +"fey", +"fiber-optic", +"fiberoptic", +"fibre-optic", +"fibreoptic", +"fibrillose", +"fibrinous", +"fibrocalcific", +"fibrocartilaginous", +"fibrous", +"fickle", +"fictile", +"fictional", +"fictitious", +"fictive", +"fiddle-shaped", +"fiddling", +"fidgety", +"fiducial", +"fiduciary", +"field-crop", +"fiendish", +"fierce", +"fiery", +"fifteen", +"fifteenth", +"fifth", +"fiftieth", +"fifty", +"fifty-eight", +"fifty-fifth", +"fifty-fifty", +"fifty-five", +"fifty-four", +"fifty-nine", +"fifty-one", +"fifty-seven", +"fifty-six", +"fifty-three", +"fifty-two", +"fig-shaped", +"fighting", +"figural", +"figurative", +"figured", +"fijian", +"filamentlike", +"filamentous", +"filar", +"filarial", +"filariid", +"file-like", +"filial", +"filiform", +"filipino", +"filled", +"filmable", +"filmed", +"filmy", +"filter-tipped", +"filthy", +"fimbriate", +"fin_de_siecle", +"finable", +"final", +"financial", +"fine", +"fine-grained", +"fine-leafed", +"fine-leaved", +"fine-looking", +"fine-textured", +"fine-tooth", +"fine-toothed", +"fineable", +"finer", +"finespun", +"fingered", +"fingerless", +"fingerlike", +"finical", +"finicky", +"finished", +"finite", +"finnish", +"finno-ugric-speaking", +"fire-resistant", +"fire-resisting", +"fire-resistive", +"fire-retardant", +"fired", +"fireproof", +"firm", +"firmamental", +"first", +"first-class", +"first-come-first-serve", +"first-rate", +"first-string", +"first-year", +"firstborn", +"firsthand", +"fiscal", +"fisheye", +"fishy", +"fissile", +"fissionable", +"fissiparous", +"fistular", +"fistulate", +"fistulous", +"fit", +"fitful", +"fitted", +"fitted_out", +"fitter", +"fitting", +"five", +"five-fold", +"five-hundredth", +"five-lobed", +"five-membered", +"five-needled", +"five-petaled", +"five-petalled", +"five-pointed", +"five-sided", +"five-year-old", +"five_hundred", +"fivefold", +"fixed", +"fizzing", +"fizzy", +"flabbergasted", +"flabby", +"flaccid", +"flag-waving", +"flagellate", +"flagellated", +"flagging", +"flagitious", +"flagrant", +"flakey", +"flaky", +"flamboyant", +"flame-colored", +"flame-coloured", +"flame-orange", +"flame-retardant", +"flameproof", +"flaming", +"flammable", +"flaring", +"flash", +"flash-frozen", +"flashy", +"flat", +"flat-bellied", +"flat-bottom", +"flat-bottomed", +"flat-footed", +"flat-growing", +"flat-top", +"flat-topped", +"flatbottom", +"flatbottomed", +"flattened", +"flattering", +"flatulent", +"flatus-relieving", +"flaunty", +"flavorful", +"flavorless", +"flavorous", +"flavorsome", +"flavourful", +"flavourless", +"flavourous", +"flavoursome", +"flawed", +"flawless", +"flaxen", +"flea-bitten", +"flecked", +"fledged", +"fledgeless", +"fledgeling", +"fledgling", +"fleeceable", +"fleecy", +"fleet", +"fleeting", +"flemish", +"flemish-speaking", +"flesh-colored", +"flesh-coloured", +"flesh-eating", +"fleshed_out", +"fleshly", +"fleshy", +"flexible", +"flexile", +"flexuous", +"flickering", +"flighted", +"flightless", +"flighty", +"flimsy", +"flint", +"flinty", +"flip", +"flippant", +"flipper-like", +"flirtatious", +"floating", +"floaty", +"floccose", +"flocculent", +"flooded", +"floodlighted", +"floodlit", +"floored", +"floppy", +"floral", +"florentine", +"floricultural", +"florid", +"flossy", +"flourishing", +"floury", +"flowered", +"flowering", +"flowerless", +"flowery", +"flowing", +"fluctuating", +"fluent", +"fluffy", +"fluid", +"flukey", +"fluky", +"fluorescent", +"flush", +"flush-seamed", +"flushed", +"flustered", +"fluvial", +"fly", +"fly-by-night", +"flyaway", +"flyblown", +"flying", +"flyspeck", +"foaming", +"foamy", +"focal", +"focused", +"focussed", +"foetal", +"foetid", +"fogbound", +"fogged", +"foggy", +"fogyish", +"foiled", +"foldable", +"foldaway", +"folding", +"foliaceous", +"foliaged", +"foliate", +"foliated", +"foliolate", +"foliose", +"folksy", +"follicular", +"following", +"fond", +"foodless", +"foolhardy", +"fooling", +"foolish", +"foolproof", +"foot-shaped", +"football-shaped", +"footed", +"footless", +"footling", +"footloose", +"footsore", +"footsure", +"foppish", +"for_sale", +"for_sure", +"forbearing", +"forbidden", +"forbidding", +"forced", +"forceful", +"forceless", +"forcible", +"forcipate", +"fordable", +"fore", +"fore-and-aft", +"foreboding", +"foregoing", +"foregone", +"forehand", +"forehanded", +"foreign", +"foreign-born", +"foremost", +"forensic", +"foreordained", +"foreseeable", +"foreshadowing", +"foresighted", +"foresightful", +"forested", +"forethoughtful", +"forfeit", +"forfeited", +"forficate", +"forged", +"forgetful", +"forgettable", +"forgivable", +"forgiving", +"forgotten", +"fork-like", +"forked", +"forlorn", +"form-only", +"formal", +"formalised", +"formalistic", +"formalized", +"formative", +"formed", +"former", +"formic", +"formidable", +"formless", +"formosan", +"formulaic", +"formulary", +"formulated", +"forte", +"fortemente", +"forthcoming", +"forthright", +"fortieth", +"fortified", +"fortissimo", +"fortnightly", +"fortuitous", +"fortunate", +"forty", +"forty-eight", +"forty-eighth", +"forty-fifth", +"forty-first", +"forty-five", +"forty-four", +"forty-fourth", +"forty-nine", +"forty-ninth", +"forty-one", +"forty-second", +"forty-seven", +"forty-seventh", +"forty-six", +"forty-sixth", +"forty-third", +"forty-three", +"forty-two", +"forward", +"forward-looking", +"forward-moving", +"fossil", +"fossiliferous", +"fossilised", +"fossilized", +"fossorial", +"foster", +"foul", +"foul-mouthed", +"foul-smelling", +"foul-spoken", +"fouled", +"found", +"four", +"four-dimensional", +"four-fold", +"four-footed", +"four-hundredth", +"four-lane", +"four-lobed", +"four-membered", +"four-needled", +"four-party", +"four-petaled", +"four-petalled", +"four-ply", +"four-pronged", +"four-sided", +"four-wheel", +"four-wheeled", +"four-year-old", +"four_hundred", +"fourfold", +"fourhanded", +"fourpenny", +"fourscore", +"foursquare", +"fourteen", +"fourteenth", +"fourth", +"fourth-year", +"foxy", +"fractional", +"fractious", +"fragile", +"fragmental", +"fragmentary", +"fragmented", +"fragrant", +"frail", +"framed", +"franciscan", +"frangible", +"frank", +"frankish", +"frantic", +"fraternal", +"fraudulent", +"fraught", +"frayed", +"freakish", +"freaky", +"freckled", +"free", +"free-and-easy", +"free-enterprise", +"free-flying", +"free-lance", +"free-living", +"free-range", +"free-soil", +"free-spoken", +"free-swimming", +"free-thinking", +"free_burning", +"freeborn", +"freehand", +"freehanded", +"freehearted", +"freelance", +"freestanding", +"freewheeling", +"freewill", +"freeze-dried", +"french", +"french-speaking", +"frenetic", +"frenzied", +"frequent", +"fresh", +"fresh-cut", +"freshman", +"fretful", +"fretted", +"freudian", +"friable", +"fricative", +"frictional", +"frictionless", +"fried", +"friendless", +"friendly", +"frightened", +"frightening", +"frightful", +"frigid", +"frigorific", +"frilled", +"frilly", +"fringed", +"fringy", +"frisian", +"frisky", +"frivolous", +"frizzly", +"frizzy", +"frolicky", +"frolicsome", +"front", +"frontal", +"frontmost", +"frore", +"frost-bound", +"frostbitten", +"frosted", +"frostian", +"frosty", +"frothing", +"frothy", +"froward", +"frowning", +"frowsty", +"frowsy", +"frowzled", +"frowzy", +"frozen", +"frugal", +"fruit-eating", +"fruitful", +"fruiting", +"fruitless", +"fruity", +"frumpish", +"frumpy", +"frustrated", +"frustrating", +"frustrative", +"fruticose", +"fruticulose", +"fucked-up", +"fucking", +"fuddled", +"fueled", +"fugacious", +"fugal", +"fuggy", +"fugitive", +"fugly", +"fulfilled", +"fulgent", +"fulgid", +"fulgurant", +"fulgurating", +"fulgurous", +"full", +"full-blood", +"full-blooded", +"full-blown", +"full-bodied", +"full-bosomed", +"full-clad", +"full-dress", +"full-face", +"full-fashioned", +"full-fledged", +"full-grown", +"full-length", +"full-page", +"full-scale", +"full-size", +"full-strength", +"full-term", +"full-time", +"full_of_life", +"fully_fashioned", +"fully_fledged", +"fully_grown", +"fulminant", +"fulsome", +"fumbling", +"fumed", +"functional", +"functionally_illiterate", +"functioning", +"fundamental", +"fundamentalist", +"fundamentalistic", +"funded", +"funerary", +"funereal", +"fungal", +"fungible", +"fungicidal", +"fungoid", +"fungous", +"funguslike", +"funicular", +"funky", +"funnel-shaped", +"funny", +"fur-bearing", +"furious", +"furled", +"furlike", +"furnished", +"furred", +"furrowed", +"furry", +"further", +"furthermost", +"furthest", +"furtive", +"fuscous", +"fused", +"fusible", +"fusiform", +"fussy", +"fusty", +"futile", +"future", +"future_day", +"futureless", +"futurist", +"futuristic", +"fuzzed", +"fuzzy", +"gabby", +"gabled", +"gabonese", +"gaelic", +"gaelic-speaking", +"gaga", +"gainful", +"gainly", +"galactic", +"galilaean", +"galilean", +"gallant", +"galled", +"gallic", +"gallican", +"gallinaceous", +"galling", +"galore", +"galvanic", +"galvanising", +"galvanizing", +"galwegian", +"gambian", +"game", +"gamey", +"gammy", +"gamopetalous", +"gamy", +"gandhian", +"gangling", +"gangly", +"gangrenous", +"gap-toothed", +"gaping", +"garbed", +"garbled", +"gardant", +"gargantuan", +"garish", +"garlicky", +"garmented", +"garmentless", +"garnet-colored", +"garnet-coloured", +"garrulous", +"gas-filled", +"gas-tight", +"gaseous", +"gasified", +"gassy", +"gastric", +"gastroduodenal", +"gastroesophageal", +"gastrointestinal", +"gastronomic", +"gastronomical", +"gathered", +"gauche", +"gaudy", +"gauguinesque", +"gaumless", +"gaunt", +"gauntleted", +"gaussian", +"gauze-like", +"gauzy", +"gawky", +"gay", +"geared", +"gelatinlike", +"gelatinous", +"gelded", +"gelid", +"gemmed", +"gemmiferous", +"genealogic", +"genealogical", +"general", +"general-purpose", +"generalised", +"generalized", +"generational", +"generative", +"generic", +"generous", +"genetic", +"genetical", +"genial", +"genic", +"geniculate", +"genital", +"genitive", +"genitourinary", +"genoese", +"genotypic", +"genotypical", +"genovese", +"genteel", +"gentile", +"gentle", +"gentlemanlike", +"gentlemanly", +"genuine", +"geocentric", +"geodesic", +"geodesical", +"geodetic", +"geographic", +"geographical", +"geologic", +"geological", +"geometric", +"geometrical", +"geomorphologic", +"geomorphological", +"geophysical", +"geophytic", +"geopolitical", +"georgian", +"geostationary", +"geostrategic", +"geosynchronous", +"geothermal", +"geothermic", +"geriatric", +"german", +"german-american", +"german-speaking", +"germane", +"germanic", +"germfree", +"germicidal", +"germinal", +"germy", +"gerontological", +"gerundial", +"gestational", +"gesticulating", +"gestural", +"get-at-able", +"getable", +"getatable", +"gettable", +"ghanaian", +"ghanese", +"ghanian", +"ghastly", +"ghostlike", +"ghostly", +"ghoulish", +"gi", +"giant", +"gibbose", +"gibbous", +"gibelike", +"gibraltarian", +"giddy", +"gifted", +"gigantic", +"gilbertian", +"gilded", +"gill-less", +"gilled", +"gilt", +"gilt-edged", +"gimbaled", +"gimcrack", +"gimpy", +"ginger", +"ginger-scented", +"gingerly", +"gingery", +"gingival", +"girlish", +"given", +"giving", +"glabellar", +"glabrescent", +"glabrous", +"glace", +"glacial", +"glaciated", +"glad", +"gladdened", +"gladiatorial", +"gladsome", +"glamorous", +"glamourous", +"glandular", +"glaring", +"glary", +"glass-like", +"glassed", +"glassless", +"glassy", +"glaswegian", +"glaucous", +"glazed", +"gleaming", +"gleeful", +"glial", +"glib", +"glib-tongued", +"glimmery", +"glinting", +"glistening", +"glistering", +"glittering", +"glittery", +"global", +"globose", +"globular", +"glomerular", +"gloomful", +"glooming", +"gloomy", +"glorified", +"glorious", +"glossopharyngeal", +"glossy", +"glossy-coated", +"glossy-furred", +"glossy-haired", +"glottal", +"glottochronological", +"gloved", +"gloveless", +"glowering", +"glowing", +"glued", +"gluey", +"glum", +"gluteal", +"glutinous", +"glutted", +"gluttonous", +"glycogenic", +"gnarled", +"gnarly", +"gnomic", +"gnomish", +"gnostic", +"go", +"go-as-you-please", +"go-to-meeting", +"goaded", +"goal-directed", +"goalless", +"goateed", +"goblet-shaped", +"gobsmacked", +"god-awful", +"god-fearing", +"goddam", +"goddamn", +"goddamned", +"godforsaken", +"godless", +"godlike", +"godly", +"goethean", +"goethian", +"goggle-eyed", +"going", +"gold", +"gold-bearing", +"gold-colored", +"gold-coloured", +"golden", +"golden-brown", +"golden-green", +"golden-yellow", +"gonadal", +"gonadotrophic", +"gonadotropic", +"gone", +"gonzo", +"good", +"good-for-naught", +"good-for-nothing", +"good-hearted", +"good-humored", +"good-humoured", +"good-looking", +"good-natured", +"good-tempered", +"good-time", +"good_enough", +"good_for_you", +"goodish", +"goodly", +"goody-goody", +"gooey", +"goofy", +"gooselike", +"goosey", +"goosy", +"gordian", +"gorgeous", +"gormless", +"gory", +"gossamer", +"gossipy", +"gothic", +"gouty", +"governable", +"governing", +"governmental", +"gowned", +"grabby", +"graceful", +"graceless", +"gracile", +"gracious", +"gradable", +"gradational", +"gradatory", +"grade-appropriate", +"grade-constructed", +"graded", +"gradual", +"graduate", +"graduated", +"graeco-roman", +"graecophile", +"graecophilic", +"grainy", +"gram-negative", +"gram-positive", +"grammatic", +"grammatical", +"grand", +"grandiloquent", +"grandiose", +"granitelike", +"granitic", +"granted", +"granular", +"granulated", +"granuliferous", +"granulocytic", +"granulomatous", +"granulose", +"grape-sized", +"grapelike", +"grapey", +"graphic", +"graphical", +"grapy", +"graspable", +"grasping", +"grass-covered", +"grass-eating", +"grassless", +"grasslike", +"grassroots", +"grassy", +"grassy-leafed", +"grassy-leaved", +"grateful", +"gratified", +"gratifying", +"grating", +"gratis", +"gratuitous", +"gratulatory", +"grave", +"gravelly", +"graven", +"gravid", +"gravimetric", +"gravitational", +"gravitative", +"gray", +"gray-black", +"gray-blue", +"gray-brown", +"gray-green", +"gray-haired", +"gray-headed", +"gray-pink", +"gray-white", +"grayish", +"grayish-black", +"grayish-blue", +"grayish-brown", +"grayish-green", +"grayish-pink", +"grayish-white", +"grazed", +"greased", +"greaseproof", +"greasy", +"great", +"great_bellied", +"greater", +"greatest", +"greathearted", +"grecian", +"greco-roman", +"greedy", +"greek", +"greek_orthodox", +"green", +"green-blind", +"green-eyed", +"green-white", +"greenhouse", +"greenish", +"greenish-brown", +"greenish-gray", +"greenish-grey", +"greenish-white", +"greensick", +"greenside", +"gregarious", +"gregorian", +"grenadian", +"grey", +"grey-black", +"grey-blue", +"grey-brown", +"grey-green", +"grey-haired", +"grey-headed", +"grey-pink", +"grey-white", +"greyed", +"greyish", +"greyish-black", +"greyish-blue", +"greyish-brown", +"greyish-green", +"greyish-pink", +"greyish-white", +"grief-stricken", +"grieving", +"grievous", +"grilled", +"grim", +"grimy", +"gripping", +"grisly", +"gristly", +"gritty", +"grizzled", +"grizzly", +"groggy", +"groomed", +"grooved", +"groovy", +"groping", +"gross", +"grotesque", +"grotty", +"grouchy", +"ground-floor", +"ground-hugging", +"groundbreaking", +"groundless", +"grouped", +"groveling", +"grovelling", +"growing", +"grown", +"grownup", +"grubby", +"grudging", +"grueling", +"gruelling", +"gruesome", +"gruff", +"grumbling", +"grumose", +"grumous", +"grumpy", +"grungy", +"gu", +"guardant", +"guarded", +"guatemalan", +"gubernatorial", +"guided", +"guiding", +"guileful", +"guileless", +"guilt-ridden", +"guiltless", +"guilty", +"guinean", +"guitar-shaped", +"gullible", +"gum-like", +"gummed", +"gummy", +"gumptious", +"gung_ho", +"gushing", +"gushy", +"gusseted", +"gustative", +"gustatorial", +"gustatory", +"gusty", +"gutless", +"gutsy", +"guttural", +"guyanese", +"gymnastic", +"gymnosophical", +"gymnospermous", +"gynaecological", +"gynandromorphic", +"gynandromorphous", +"gynecologic", +"gynecological", +"gyral", +"gyroscopic", +"h-shaped", +"habilimented", +"habit-forming", +"habitable", +"habited", +"habitual", +"hackneyed", +"hadal", +"hadean", +"haemal", +"haematal", +"haematic", +"haematogenic", +"haematological", +"haematopoietic", +"haemic", +"haemolytic", +"haemophilic", +"haemopoietic", +"haemorrhagic", +"hag-ridden", +"haggard", +"hagridden", +"hail-fellow", +"hail-fellow-well-met", +"hair-raising", +"hair-shirt", +"hair-shirted", +"haired", +"hairless", +"hairlike", +"hairsplitting", +"hairy", +"haitian", +"halal", +"halcyon", +"hale", +"half", +"half-and-half", +"half-baked", +"half-blooded", +"half-bound", +"half-bred", +"half-breed", +"half-clothed", +"half-crazed", +"half-dozen", +"half-evergreen", +"half-hardy", +"half-hearted", +"half-hourly", +"half-length", +"half-seas-over", +"half-size", +"half-timber", +"half-timbered", +"half-time", +"half-track", +"half-tracked", +"half-witted", +"half-yearly", +"half_dozen", +"halfhearted", +"halfway", +"hallowed", +"hallucinating", +"hallucinatory", +"hallucinogenic", +"halt", +"halting", +"ham-fisted", +"ham-handed", +"hammer-shaped", +"hammered", +"hammy", +"hand-crafted", +"hand-down", +"hand-held", +"hand-hewn", +"hand-loomed", +"hand-me-down", +"hand-operated", +"hand-to-hand", +"hand-to-mouth", +"handed", +"handed-down", +"handelian", +"handheld", +"handicapped", +"handled", +"handleless", +"handless", +"handmade", +"hands-down", +"hands-off", +"hands-on", +"handsewn", +"handsome", +"handstitched", +"handwoven", +"handwritten", +"handy", +"hangdog", +"hanoverian", +"haphazard", +"hapless", +"haploid", +"haploidic", +"happy", +"happy-go-lucky", +"haptic", +"harassed", +"hard", +"hard-and-fast", +"hard-baked", +"hard-bitten", +"hard-boiled", +"hard-core", +"hard-fought", +"hard-hitting", +"hard-line", +"hard-nosed", +"hard-of-hearing", +"hard-pressed", +"hard-shelled", +"hard-to-please", +"hard_put", +"hard_to_please", +"hard_up", +"hardback", +"hardbacked", +"hardbound", +"hardcore", +"hardcover", +"hardened", +"hardfisted", +"hardheaded", +"hardhearted", +"hardline", +"hardly_a", +"hardscrabble", +"hardworking", +"hardy", +"harebrained", +"harmful", +"harmless", +"harmonic", +"harmonical", +"harmonious", +"harmonised", +"harmonizable", +"harmonized", +"harnessed", +"harp-shaped", +"harried", +"harrowing", +"harsh", +"harsh-voiced", +"harum-scarum", +"hasidic", +"hassidic", +"hastate", +"hasty", +"hatched", +"hated", +"hateful", +"hatless", +"hatted", +"haughty", +"haunted", +"haunting", +"hawaiian", +"hawk-eyed", +"hawkish", +"haywire", +"hazardous", +"hazel", +"hazel-brown", +"hazy", +"head-in-the-clouds", +"head-on", +"head-to-head", +"headed", +"headfirst", +"headless", +"headlike", +"headlong", +"heads-up", +"headstrong", +"heady", +"healed", +"healing", +"healthful", +"healthier", +"healthy", +"hearable", +"heard", +"hearing", +"hearing-impaired", +"hearsay", +"heart-healthy", +"heart-shaped", +"heart-to-heart", +"heart-whole", +"heartbreaking", +"heartbroken", +"heartening", +"heartfelt", +"heartless", +"heartrending", +"heartsick", +"heartwarming", +"hearty", +"heat-absorbing", +"heat-releasing", +"heatable", +"heated", +"heated_up", +"heathen", +"heathenish", +"heathlike", +"heatless", +"heaven-sent", +"heavenly", +"heavenward", +"heavier-than-air", +"heavily_traveled", +"heavy", +"heavy-armed", +"heavy-coated", +"heavy-duty", +"heavy-footed", +"heavy-handed", +"heavy-laden", +"heavy-limbed", +"heavyhearted", +"heavyset", +"hebdomadal", +"hebdomadary", +"hebephrenic", +"hebraic", +"hebraical", +"hebrew", +"hebridean", +"hectic", +"hedged", +"hedonic", +"hedonistic", +"heedful", +"heedless", +"hefty", +"hegelian", +"heightening", +"heinous", +"held", +"heliac", +"heliacal", +"helical", +"heliocentric", +"hell-bent", +"hellenic", +"hellenistic", +"hellenistical", +"hellish", +"helmet-shaped", +"helmeted", +"helminthic", +"helpful", +"helpless", +"helter-skelter", +"hemal", +"hematal", +"hematic", +"hematogenic", +"hematologic", +"hematological", +"hematopoietic", +"hemic", +"hemimetabolic", +"hemimetabolous", +"hemimetamorphic", +"hemimetamorphous", +"hemingwayesque", +"hemiparasitic", +"hemispheric", +"hemispherical", +"hemodynamic", +"hemolytic", +"hemophilic", +"hemopoietic", +"hemorrhagic", +"hemostatic", +"hempen", +"henpecked", +"hep", +"hepatic", +"hepatotoxic", +"heralded", +"heraldic", +"heraldist", +"herbaceous", +"herbal", +"herbivorous", +"herculean", +"here", +"hereditary", +"heretical", +"heritable", +"hermaphrodite", +"hermaphroditic", +"hermeneutic", +"hermetic", +"hermitic", +"hermitical", +"heroic", +"heroical", +"hertzian", +"hesitant", +"hesitating", +"hesperian", +"het", +"het_up", +"heterocercal", +"heterocyclic", +"heterodactyl", +"heterodox", +"heterodyne", +"heteroecious", +"heterogeneous", +"heterogenous", +"heteroicous", +"heterologic", +"heterological", +"heterologous", +"heterometabolic", +"heterometabolous", +"heterosexual", +"heterosporous", +"heterothermic", +"heterotrophic", +"heterozygous", +"heuristic", +"hewn", +"hex", +"hexadecimal", +"hexagonal", +"hexangular", +"hexed", +"hi-fi", +"hi-tech", +"hibernal", +"hibernating", +"hick", +"hidden", +"hidebound", +"hideous", +"hidrotic", +"hiemal", +"hierarchal", +"hierarchic", +"hierarchical", +"hieratic", +"hieratical", +"hieroglyphic", +"hieroglyphical", +"hifalutin", +"higgledy-piggledy", +"high", +"high-altitude", +"high-and-mighty", +"high-backed", +"high-ceilinged", +"high-class", +"high-crowned", +"high-energy", +"high-fidelity", +"high-flown", +"high-grade", +"high-handed", +"high-interest", +"high-keyed", +"high-level", +"high-minded", +"high-necked", +"high-octane", +"high-performance", +"high-pitched", +"high-potential", +"high-power", +"high-powered", +"high-pressure", +"high-priced", +"high-principled", +"high-ranking", +"high-resolution", +"high-rise", +"high-risk", +"high-sounding", +"high-speed", +"high-spirited", +"high-stepped", +"high-stepping", +"high-strung", +"high-sudsing", +"high-tech", +"high-tension", +"high-ticket", +"high-toned", +"high-top", +"high-topped", +"high-velocity", +"high-voltage", +"high-yield", +"highborn", +"highbrow", +"highbrowed", +"higher", +"higher-ranking", +"highfalutin", +"highfaluting", +"highflying", +"highland", +"highly-developed", +"highly-sexed", +"highly_infective", +"highly_sensitive", +"highly_strung", +"hilar", +"hilarious", +"hilly", +"himalayan", +"hind", +"hinder", +"hindering", +"hindermost", +"hindi", +"hindmost", +"hindoo", +"hindu", +"hindustani", +"hip", +"hip-length", +"hip_to", +"hiplength", +"hipless", +"hipped", +"hippocratic", +"hircine", +"hired", +"hirsute", +"hispanic", +"hispaniolan", +"hispid", +"histologic", +"histological", +"historic", +"historical", +"historied", +"histrionic", +"hit-and-run", +"hit-or-miss", +"hitlerian", +"hitless", +"hittite", +"hmong", +"ho-hum", +"hoar", +"hoarse", +"hoary", +"hobnailed", +"hogged", +"hoggish", +"hoity-toity", +"hokey", +"hole-and-corner", +"hole-in-corner", +"holey", +"holier-than-thou", +"holistic", +"hollow", +"hollow-eyed", +"hollow-horned", +"hollywood", +"holographic", +"holographical", +"holometabolic", +"holometabolous", +"holophytic", +"holozoic", +"holy", +"home", +"home-baked", +"home-brewed", +"home-cured", +"home-loving", +"home-style", +"homebound", +"homegrown", +"homeless", +"homelike", +"homely", +"homemade", +"homeopathic", +"homeostatic", +"homeothermic", +"homeric", +"homesick", +"homespun", +"homeward", +"homeward-bound", +"homey", +"homicidal", +"homiletic", +"homiletical", +"hominal", +"homing", +"hominian", +"hominid", +"hominine", +"homocentric", +"homocercal", +"homochromatic", +"homocyclic", +"homoecious", +"homoerotic", +"homogeneous", +"homogenised", +"homogenized", +"homogenous", +"homoiothermic", +"homologic", +"homological", +"homologous", +"homonymic", +"homonymous", +"homophile", +"homophobic", +"homophonic", +"homophonous", +"homosexual", +"homosporous", +"homostyled", +"homostylic", +"homostylous", +"homothermic", +"homozygous", +"homy", +"honduran", +"honest", +"honest-to-god", +"honest-to-goodness", +"honey", +"honey-colored", +"honey-coloured", +"honey-scented", +"honeycombed", +"honeyed", +"honeylike", +"honied", +"honorable", +"honorary", +"honored", +"honorific", +"honourable", +"hoofed", +"hooflike", +"hook-nosed", +"hook-shaped", +"hooked", +"hooklike", +"hooved", +"hoped-for", +"hopeful", +"hopeless", +"hopped-up", +"horary", +"horizontal", +"hormonal", +"horn-rimmed", +"horn-shaped", +"horned", +"hornless", +"hornlike", +"horny", +"horrendous", +"horrible", +"horrid", +"horrific", +"horrified", +"horrifying", +"horror-stricken", +"horror-struck", +"horse-and-buggy", +"horse-drawn", +"hortative", +"hortatory", +"horticultural", +"hospitable", +"hostile", +"hot", +"hot-blooded", +"hot-tempered", +"hot_and_bothered", +"hot_under_the_collar", +"hotheaded", +"hottish", +"hourglass-shaped", +"hourlong", +"hourly", +"house-proud", +"house-to-house", +"house-trained", +"housebound", +"housebroken", +"housewifely", +"howling", +"hoydenish", +"huddled", +"hueless", +"huffish", +"huffy", +"huge", +"hugger-mugger", +"hugoesque", +"hulking", +"hulky", +"human", +"human-centered", +"human-centred", +"human-sized", +"humane", +"humanist", +"humanistic", +"humanitarian", +"humanlike", +"humble", +"humbled", +"humbling", +"humdrum", +"humic", +"humid", +"humified", +"humiliated", +"humiliating", +"humongous", +"humoral", +"humorless", +"humorous", +"humourless", +"humourous", +"humpbacked", +"humped", +"hunchbacked", +"hunched", +"hundred", +"hundred-and-eightieth", +"hundred-and-fifteenth", +"hundred-and-fifth", +"hundred-and-fiftieth", +"hundred-and-fifty-fifth", +"hundred-and-first", +"hundred-and-fortieth", +"hundred-and-forty-fifth", +"hundred-and-ninetieth", +"hundred-and-seventieth", +"hundred-and-seventy-fifth", +"hundred-and-sixtieth", +"hundred-and-sixty-fifth", +"hundred-and-tenth", +"hundred-and-thirtieth", +"hundred-and-thirty-fifth", +"hundred-and-twentieth", +"hundred-and-twenty-fifth", +"hundred_and_one", +"hundred_thousand", +"hundredth", +"hungarian", +"hungry", +"hunky-dory", +"hunted", +"hurried", +"hurrying", +"hurt", +"hurtful", +"husbandly", +"hush-hush", +"hushed", +"hushed-up", +"husky", +"huxleian", +"huxleyan", +"hyaline", +"hyaloid", +"hyaloplasmic", +"hybrid", +"hydrated", +"hydraulic", +"hydric", +"hydrocephalic", +"hydrodynamic", +"hydroelectric", +"hydrographic", +"hydrographical", +"hydrokinetic", +"hydrolyzable", +"hydrometric", +"hydropathic", +"hydrophilic", +"hydrophobic", +"hydrophytic", +"hydroponic", +"hydrostatic", +"hydrous", +"hydroxy", +"hygienic", +"hygienical", +"hygrophytic", +"hygroscopic", +"hymenal", +"hymeneal", +"hymenopterous", +"hyoid", +"hypaethral", +"hyperactive", +"hyperbolic", +"hyperboloidal", +"hypercatalectic", +"hypercritical", +"hyperemic", +"hyperfine", +"hypermetropic", +"hyperopic", +"hypersensitised", +"hypersensitive", +"hypersensitized", +"hypertensive", +"hyperthermal", +"hypertonic", +"hypertrophied", +"hypethral", +"hypnagogic", +"hypnogogic", +"hypnoid", +"hypnotic", +"hypnotised", +"hypnotized", +"hypoactive", +"hypochondriac", +"hypochondriacal", +"hypocritical", +"hypodermal", +"hypodermic", +"hypoglycaemic", +"hypoglycemic", +"hypognathous", +"hypophyseal", +"hypophysectomised", +"hypophysectomized", +"hypophysial", +"hypotensive", +"hypothalamic", +"hypothermic", +"hypothetic", +"hypothetical", +"hypotonic", +"hypovolaemic", +"hypovolemic", +"hysteric", +"hysterical", +"i", +"iambic", +"iatrogenic", +"iberian", +"ibsenian", +"ic", +"ice-clogged", +"ice-cold", +"ice-free", +"icebound", +"icelandic", +"icelandic-speaking", +"ichorous", +"icky", +"iconic", +"iconoclastic", +"icosahedral", +"ictal", +"icteric", +"icterogenic", +"ictic", +"icy", +"ideal", +"idealised", +"idealistic", +"idealized", +"ideational", +"idempotent", +"identical", +"identifiable", +"identified", +"ideographic", +"ideologic", +"ideological", +"idiographic", +"idiomatic", +"idiomatical", +"idiopathic", +"idiosyncratic", +"idiotic", +"idle", +"idolatrous", +"idolised", +"idolized", +"idyllic", +"iffy", +"igneous", +"ignescent", +"ignitable", +"ignited", +"ignitible", +"ignoble", +"ignominious", +"ignorant", +"ignored", +"ii", +"iii", +"il", +"iliac", +"ill", +"ill-advised", +"ill-affected", +"ill-bred", +"ill-chosen", +"ill-conceived", +"ill-considered", +"ill-defined", +"ill-dressed", +"ill-equipped", +"ill-famed", +"ill-fated", +"ill-favored", +"ill-favoured", +"ill-fed", +"ill-fitting", +"ill-formed", +"ill-gotten", +"ill-humored", +"ill-humoured", +"ill-judged", +"ill-mannered", +"ill-natured", +"ill-omened", +"ill-proportioned", +"ill-scented", +"ill-shapen", +"ill-smelling", +"ill-sorted", +"ill-starred", +"ill-tempered", +"ill-timed", +"ill-treated", +"ill-used", +"ill_at_ease", +"illative", +"illegal", +"illegible", +"illegitimate", +"illiberal", +"illicit", +"illimitable", +"illiterate", +"illogical", +"illuminated", +"illuminating", +"illusional", +"illusionary", +"illusive", +"illusory", +"illustrative", +"illustrious", +"ilx", +"ilxx", +"ilxxx", +"imaginable", +"imaginary", +"imaginative", +"imbalanced", +"imbecile", +"imbecilic", +"imbricate", +"imbricated", +"imitation", +"imitative", +"immaculate", +"immanent", +"immaterial", +"immature", +"immeasurable", +"immediate", +"immemorial", +"immense", +"immensurable", +"imminent", +"immiscible", +"immobile", +"immoderate", +"immodest", +"immoral", +"immortal", +"immotile", +"immovable", +"immoveable", +"immune", +"immunised", +"immunized", +"immunochemical", +"immunocompetent", +"immunocompromised", +"immunodeficient", +"immunogenic", +"immunologic", +"immunological", +"immunosuppressed", +"immunosuppressive", +"immunotherapeutic", +"immutable", +"impacted", +"impaired", +"impalpable", +"imparipinnate", +"impartial", +"impassable", +"impassioned", +"impassive", +"impatient", +"impeccable", +"impeccant", +"impecunious", +"impeded", +"impeding", +"impelled", +"impellent", +"impelling", +"impendent", +"impending", +"impenetrable", +"impenitent", +"imperative", +"imperceptible", +"imperfect", +"imperfectible", +"imperforate", +"imperial", +"imperialist", +"imperialistic", +"imperious", +"imperishable", +"impermanent", +"impermeable", +"impermissible", +"impersonal", +"impertinent", +"imperturbable", +"imperviable", +"impervious", +"impetiginous", +"impetuous", +"impious", +"impish", +"implacable", +"implanted", +"implausible", +"implemental", +"implemented", +"implicated", +"implicational", +"implicative", +"implicit", +"implicit_in", +"implike", +"imploring", +"impolite", +"impolitic", +"imponderable", +"important", +"important-looking", +"imported", +"importunate", +"imposed", +"imposing", +"impossible", +"impotent", +"impoverished", +"impracticable", +"impractical", +"imprecise", +"impregnable", +"impressed", +"impressible", +"impressionable", +"impressionist", +"impressionistic", +"impressive", +"imprisoned", +"improbable", +"impromptu", +"improper", +"improvable", +"improved", +"improvident", +"improving", +"improvised", +"imprudent", +"impudent", +"impugnable", +"impuissant", +"impulsive", +"impure", +"imputable", +"imputrescible", +"in", +"in-between", +"in-bounds", +"in-chief", +"in-person", +"in-situ", +"in-your-face", +"in_a_bad_way", +"in_advance", +"in_agreement", +"in_condition", +"in_demand", +"in_dishabille", +"in_effect", +"in_evidence", +"in_for", +"in_force", +"in_gear", +"in_good_taste", +"in_height", +"in_her_right_mind", +"in_high_spirits", +"in_his_right_mind", +"in_league", +"in_line", +"in_love", +"in_one's_birthday_suit", +"in_operation", +"in_order", +"in_play", +"in_question", +"in_series", +"in_sight", +"in_small_stages", +"in_stock", +"in_store", +"in_straitened_circumstances", +"in_style", +"in_the_altogether", +"in_the_buff", +"in_the_flesh", +"in_the_lead", +"in_the_public_eye", +"in_the_raw", +"in_their_right_minds", +"in_use", +"in_vitro", +"in_vivo", +"in_vogue", +"in_writing", +"in_your_birthday_suit", +"inaccessible", +"inaccurate", +"inactive", +"inadequate", +"inadmissible", +"inadvertent", +"inadvisable", +"inaesthetic", +"inalienable", +"inalterable", +"inane", +"inanimate", +"inapplicable", +"inapposite", +"inappreciable", +"inappropriate", +"inapt", +"inarguable", +"inarticulate", +"inartistic", +"inattentive", +"inaudible", +"inaugural", +"inauspicious", +"inauthentic", +"inboard", +"inborn", +"inbound", +"inbred", +"inbuilt", +"incalculable", +"incan", +"incandescent", +"incapable", +"incapacitated", +"incapacitating", +"incarnate", +"incased", +"incautious", +"incendiary", +"incensed", +"incertain", +"incessant", +"incestuous", +"inchoate", +"inchoative", +"incident", +"incidental", +"incipient", +"incised", +"incisive", +"incitive", +"inclement", +"inclined", +"included", +"inclusive", +"incognito", +"incognizable", +"incognizant", +"incognoscible", +"incoherent", +"incombustible", +"incoming", +"incommensurable", +"incommensurate", +"incommodious", +"incommunicado", +"incommunicative", +"incommutable", +"incomparable", +"incompatible", +"incompetent", +"incomplete", +"incomprehensible", +"incomprehensive", +"incompressible", +"incomputable", +"inconceivable", +"inconclusive", +"incongruent", +"incongruous", +"inconsequent", +"inconsequential", +"inconsiderable", +"inconsiderate", +"inconsistent", +"inconsolable", +"inconspicuous", +"inconstant", +"incontestable", +"incontestible", +"incontinent", +"incontrovertible", +"inconvenient", +"inconvertible", +"incorporate", +"incorporated", +"incorporative", +"incorporeal", +"incorrect", +"incorrigible", +"incorrupt", +"incorruptible", +"increased", +"increasing", +"increasing_monotonic", +"incredible", +"incredulous", +"incremental", +"incriminating", +"incriminatory", +"inculpable", +"inculpative", +"inculpatory", +"incumbent", +"incumbent_on", +"incurable", +"incurious", +"incursive", +"incurvate", +"incurved", +"indebted", +"indecent", +"indecipherable", +"indecisive", +"indecorous", +"indefatigable", +"indefeasible", +"indefensible", +"indefinable", +"indefinite", +"indehiscent", +"indelible", +"indelicate", +"indentured", +"independent", +"indescribable", +"indestructible", +"indeterminable", +"indeterminate", +"indexical", +"indexless", +"indian", +"indicative", +"indicatory", +"indictable", +"indie", +"indifferent", +"indigenous", +"indigent", +"indigestible", +"indignant", +"indigo", +"indirect", +"indiscernible", +"indiscreet", +"indiscrete", +"indiscriminate", +"indiscriminating", +"indispensable", +"indisposed", +"indisputable", +"indissoluble", +"indistinct", +"indistinguishable", +"individual", +"individualised", +"individualist", +"individualistic", +"individualized", +"indivisible", +"indivisible_by", +"indo-aryan", +"indo-european", +"indo-germanic", +"indocile", +"indolent", +"indomitable", +"indonesian", +"indoor", +"indrawn", +"indubitable", +"induced", +"inducive", +"inductive", +"indulgent", +"indurate", +"indusial", +"industrial", +"industrial-strength", +"industrialised", +"industrialized", +"industrious", +"indwelling", +"inebriated", +"inedible", +"ineffable", +"ineffective", +"ineffectual", +"inefficacious", +"inefficient", +"inelaborate", +"inelastic", +"inelegant", +"ineligible", +"ineluctable", +"inept", +"inequitable", +"ineradicable", +"inerrable", +"inerrant", +"inert", +"inertial", +"inescapable", +"inessential", +"inestimable", +"inevitable", +"inexact", +"inexcusable", +"inexhaustible", +"inexorable", +"inexpedient", +"inexpensive", +"inexperienced", +"inexperient", +"inexpert", +"inexpiable", +"inexplicable", +"inexplicit", +"inexpressible", +"inexpressive", +"inexpugnable", +"inexpungeable", +"inexpungible", +"inextensible", +"inexterminable", +"inextinguishable", +"inextirpable", +"inextricable", +"infallible", +"infamous", +"infantile", +"infatuated", +"infeasible", +"infected", +"infectious", +"infective", +"infelicitous", +"inferential", +"inferior", +"infernal", +"infertile", +"infinite", +"infinitesimal", +"infinitival", +"infirm", +"inflamed", +"inflammable", +"inflammatory", +"inflatable", +"inflated", +"inflationary", +"inflected", +"inflectional", +"inflexible", +"inflowing", +"influent", +"influential", +"informal", +"informational", +"informative", +"informatory", +"informed", +"infra_dig", +"infrahuman", +"inframaxillary", +"infrangible", +"infrared", +"infrasonic", +"infrequent", +"infuriated", +"infuriating", +"ingenious", +"ingenuous", +"inglorious", +"ingrained", +"ingratiating", +"ingratiatory", +"ingrowing", +"ingrown", +"inguinal", +"inhabitable", +"inhabited", +"inhalant", +"inharmonic", +"inharmonious", +"inherent", +"inheritable", +"inherited", +"inheriting", +"inhibited", +"inhibitory", +"inhomogeneous", +"inhospitable", +"inhuman", +"inhumane", +"inhumed", +"inimical", +"inimitable", +"iniquitous", +"initial", +"initiative", +"initiatory", +"injectable", +"injudicious", +"injured", +"injurious", +"ink-black", +"ink-jet", +"inky", +"inky-black", +"inlaid", +"inland", +"inmost", +"innate", +"inner", +"innermost", +"innocent", +"innocuous", +"innovational", +"innovative", +"innoxious", +"innumerable", +"innumerate", +"innumerous", +"inodorous", +"inoffensive", +"inoperable", +"inoperative", +"inopportune", +"inordinate", +"inorganic", +"inpouring", +"inquiring", +"inquisitive", +"inquisitorial", +"inquisitory", +"insalubrious", +"insane", +"insanitary", +"insatiable", +"insatiate", +"inscribed", +"inscriptive", +"inscrutable", +"insectan", +"insecticidal", +"insectivorous", +"insecure", +"insensate", +"insensible", +"insensitive", +"insentient", +"inseparable", +"inshore", +"inside", +"inside-out", +"insidious", +"insightful", +"insignificant", +"insincere", +"insinuating", +"insipid", +"insistent", +"insolent", +"insoluble", +"insolvable", +"insolvent", +"insomniac", +"insouciant", +"inspirational", +"inspiratory", +"inspired", +"inspiring", +"inspiriting", +"inst", +"instant", +"instantaneous", +"instigative", +"instinct", +"instinctive", +"institutional", +"institutionalised", +"institutionalized", +"instructional", +"instructive", +"instrumental", +"insubordinate", +"insubstantial", +"insufferable", +"insufficient", +"insular", +"insulting", +"insuperable", +"insupportable", +"insurable", +"insured", +"insurgent", +"insurmountable", +"insurrectional", +"insurrectionary", +"insusceptible", +"intact", +"intangible", +"integral", +"integrated", +"integrative", +"integumental", +"integumentary", +"intellectual", +"intelligent", +"intelligible", +"intemperate", +"intended", +"intense", +"intensified", +"intensifying", +"intensional", +"intensive", +"intent", +"intentional", +"interactional", +"interactive", +"interbred", +"intercalary", +"intercellular", +"interchangeable", +"interchurch", +"intercollegiate", +"interconnected", +"intercontinental", +"intercostal", +"intercrossed", +"interdenominational", +"interdepartmental", +"interdependent", +"interdisciplinary", +"interest-bearing", +"interested", +"interesting", +"interfacial", +"interfaith", +"interfering", +"intergalactic", +"interim", +"interior", +"interlaced", +"interlacing", +"interlineal", +"interlinear", +"interlinking", +"interlobular", +"interlocking", +"interlocutory", +"intermediate", +"intermeshed", +"interminable", +"intermittent", +"intermolecular", +"intermural", +"internal", +"international", +"internationalist", +"internationalistic", +"internecine", +"interoceptive", +"interoperable", +"interpersonal", +"interplanetary", +"interpretable", +"interpretative", +"interpreted", +"interpretive", +"interracial", +"interred", +"interrelated", +"interrogative", +"interrogatory", +"interrupted", +"interscholastic", +"interschool", +"intersectant", +"intersecting", +"intersexual", +"interspecies", +"interspecific", +"interstate", +"interstellar", +"interstitial", +"intertidal", +"intertribal", +"intervening", +"intervertebral", +"interwoven", +"intestate", +"intestinal", +"intimal", +"intimate", +"intimidated", +"intimidating", +"intolerable", +"intolerant", +"intoned", +"intoxicant", +"intoxicated", +"intoxicating", +"intra_vires", +"intracellular", +"intracerebral", +"intracranial", +"intractable", +"intracutaneous", +"intradepartmental", +"intradermal", +"intradermic", +"intragroup", +"intralinguistic", +"intralobular", +"intramolecular", +"intramural", +"intramuscular", +"intransigent", +"intransitive", +"intrapulmonary", +"intrasentential", +"intraspecies", +"intraspecific", +"intrastate", +"intrauterine", +"intravenous", +"intraventricular", +"intrepid", +"intricate", +"intriguing", +"intrinsic", +"intrinsical", +"introductory", +"introjected", +"introspective", +"introuvable", +"introversive", +"introverted", +"introvertish", +"introvertive", +"intruding", +"intrusive", +"intuitionist", +"intuitive", +"intumescent", +"inundated", +"inured", +"inutile", +"invading", +"invalid", +"invalidated", +"invalidating", +"invaluable", +"invariable", +"invariant", +"invasive", +"inventive", +"inverse", +"invertebrate", +"inverted", +"invertible", +"investigative", +"investigatory", +"inveterate", +"invidious", +"invigorated", +"invigorating", +"invincible", +"inviolable", +"inviolate", +"invisible", +"invitational", +"invitatory", +"inviting", +"involucrate", +"involuntary", +"involute", +"involved", +"invulnerable", +"inward", +"inward-developing", +"inward-moving", +"inwrought", +"iodinated", +"iodinating", +"iodised", +"iodized", +"ionian", +"ionic", +"ionised", +"ionized", +"ipsilateral", +"iraki", +"iranian", +"iraqi", +"irascible", +"irate", +"ireful", +"irenic", +"iridaceous", +"iridescent", +"iridic", +"irish", +"iritic", +"irksome", +"iron", +"iron-gray", +"iron-grey", +"ironclad", +"ironed", +"ironic", +"ironical", +"ironlike", +"ironshod", +"irrational", +"irreclaimable", +"irreconcilable", +"irrecoverable", +"irredeemable", +"irreducible", +"irrefutable", +"irregular", +"irrelevant", +"irreligious", +"irremediable", +"irremovable", +"irreparable", +"irreplaceable", +"irrepressible", +"irreproachable", +"irreproducible", +"irresistible", +"irresolute", +"irresponsible", +"irretrievable", +"irreverent", +"irreversible", +"irrevocable", +"irrevokable", +"irritable", +"irritated", +"irritating", +"irritative", +"irruptive", +"ischaemic", +"ischemic", +"isentropic", +"islamic", +"ismaili", +"isobilateral", +"isochronal", +"isochronous", +"isoclinal", +"isoclinic", +"isocyclic", +"isogonic", +"isolable", +"isolated", +"isolating", +"isolationist", +"isolationistic", +"isomeric", +"isometric", +"isometrical", +"isomorphic", +"isomorphous", +"isopteran", +"isosceles", +"isosmotic", +"isothermal", +"isothermic", +"isotonic", +"isotopic", +"isotropic", +"isotropous", +"israeli", +"isthmian", +"italian", +"italian-speaking", +"italic", +"itchy", +"item-by-item", +"iterative", +"itinerant", +"itsy-bitsy", +"itty-bitty", +"iv", +"ivied", +"ivy-covered", +"ix", +"ixc", +"ixl", +"jacksonian", +"jacobean", +"jacobinic", +"jacobinical", +"jade", +"jade-green", +"jaded", +"jagged", +"jaggy", +"jailed", +"jain", +"jainist", +"jam-packed", +"jamaican", +"jamesian", +"jammed", +"jangling", +"jangly", +"janus-faced", +"japanese", +"japanese-speaking", +"jarring", +"jaundiced", +"jaunty", +"javan", +"javanese", +"jawed", +"jawless", +"jazzy", +"jealous", +"jeering", +"jeffersonian", +"jejune", +"jelled", +"jellied", +"jellylike", +"jerking", +"jerkwater", +"jerky", +"jerry-built", +"jesting", +"jesuit", +"jesuitic", +"jesuitical", +"jet", +"jet-black", +"jet-propelled", +"jetting", +"jeweled", +"jewelled", +"jewish", +"jewish-orthodox", +"jiggered", +"jihadi", +"jilted", +"jingling", +"jingly", +"jingoistic", +"jinxed", +"jittering", +"jittery", +"jobless", +"jocose", +"jocular", +"jocund", +"joined", +"joint", +"jointed", +"joking", +"jolly", +"jolted", +"jolting", +"jolty", +"jordanian", +"journalistic", +"jovial", +"jovian", +"jowly", +"joyful", +"joyless", +"joyous", +"jr.", +"jubilant", +"judaic", +"judaical", +"judeo-christian", +"judgmental", +"judicable", +"judicial", +"judicious", +"jugular", +"juiceless", +"juicy", +"julian", +"jumbled", +"jumbo", +"jumentous", +"jumped-up", +"jumpy", +"jungian", +"jungly", +"junior", +"junior-grade", +"junoesque", +"jural", +"jurassic", +"juridic", +"juridical", +"jurisdictional", +"jurisprudential", +"juristic", +"jury-rigged", +"just", +"justifiable", +"justificative", +"justificatory", +"justified", +"jutting", +"juvenile", +"juxtaposed", +"k", +"kabbalistic", +"kafkaesque", +"kaleidoscopic", +"kaleidoscopical", +"kampuchean", +"kannada-speaking", +"kantian", +"kaput", +"karyokinetic", +"kashmiri", +"katabatic", +"katabolic", +"katari", +"katharobic", +"kayoed", +"kazakhstani", +"kechuan", +"keel-shaped", +"keeled", +"keen", +"keen-eyed", +"keen-sighted", +"kempt", +"kenyan", +"kept", +"kept_up", +"key", +"keyed", +"keyless", +"keynesian", +"khaki", +"kid-glove", +"kidney-shaped", +"killable", +"killing", +"kiln-dried", +"kin", +"kinaesthetic", +"kind", +"kind-hearted", +"kindhearted", +"kindled", +"kindly", +"kindred", +"kinesthetic", +"kinetic", +"king-size", +"king-sized", +"kinglike", +"kingly", +"kinky", +"kiplingesque", +"kitschy", +"kittenish", +"kitty-corner", +"kitty-cornered", +"kiwi-sized", +"knackered", +"knavish", +"knee-deep", +"knee-length", +"knifelike", +"knightly", +"knitted", +"knobbed", +"knobbly", +"knobby", +"knock-down", +"knock-down-and-drag-out", +"knock-kneed", +"knockabout", +"knockdown", +"knockdown-dragout", +"knocked-out", +"knocked_out", +"knockout", +"knotted", +"knotty", +"knowable", +"knowing", +"knowledgeable", +"known", +"ko'd", +"kokka", +"kookie", +"kooky", +"koranic", +"korean", +"kosher", +"kurdish", +"kuwaiti", +"kyphotic", +"kyrgyzstani", +"l", +"l-shaped", +"la-di-da", +"labeled", +"labelled", +"labial", +"labiate", +"labile", +"labor-intensive", +"labored", +"laboring", +"laborious", +"laborsaving", +"labour-intensive", +"laboured", +"labouring", +"laboursaving", +"labyrinthian", +"labyrinthine", +"laced", +"lacelike", +"lacerate", +"lacerated", +"lacertilian", +"lachrymal", +"lachrymatory", +"lachrymose", +"laciniate", +"lackadaisical", +"lacking", +"lackluster", +"lacklustre", +"laconic", +"lacrimal", +"lacrimatory", +"lactating", +"lacteal", +"lactic", +"lactogenic", +"lacustrine", +"lacy", +"ladder-proof", +"laden", +"ladened", +"ladylike", +"laggard", +"laic", +"laid", +"laid-back", +"laid-off", +"laid_low", +"laid_up", +"laissez-faire", +"lamarckian", +"lambent", +"lamblike", +"lame", +"lamellibranch", +"lamentable", +"lamented", +"lamenting", +"laminal", +"laminar", +"lamplit", +"lanate", +"lancastrian", +"lance-shaped", +"lancelike", +"lanceolate", +"lancet-shaped", +"lancinate", +"lancinating", +"landed", +"landless", +"landlocked", +"landlubberly", +"landscaped", +"languid", +"languorous", +"laniary", +"lank", +"lanky", +"lantern-jawed", +"lao", +"laotian", +"lap-jointed", +"lap-strake", +"lap-straked", +"lap-streak", +"lap-streaked", +"lapidarian", +"lapidary", +"lapsed", +"laputan", +"larboard", +"large", +"large-cap", +"large-capitalisation", +"large-capitalization", +"large-grained", +"large-headed", +"large-hearted", +"large-leafed", +"large-leaved", +"large-minded", +"large-mouthed", +"large-scale", +"larger", +"larger-than-life", +"larghetto", +"larghissimo", +"largish", +"largo", +"larval", +"laryngeal", +"laryngopharyngeal", +"lascivious", +"lash-like", +"lashing", +"last", +"last-ditch", +"last-minute", +"last-place", +"last_mentioned", +"lasting", +"late", +"late-blooming", +"late-flowering", +"late-ripening", +"late-spring-blooming", +"lateen", +"lateen-rigged", +"latent", +"later", +"lateral", +"latest", +"lathery", +"latin", +"latin-american", +"latinate", +"latino", +"latish", +"latitudinal", +"latitudinarian", +"latter", +"latter-day", +"latticed", +"latticelike", +"latvian", +"laudable", +"laudatory", +"laughable", +"laughing", +"laureate", +"laureled", +"laurelled", +"lavender", +"lavender-pink", +"lavender-tinged", +"lavish", +"law-abiding", +"lawful", +"lawfully-begotten", +"lawless", +"lax", +"laxative", +"lay", +"layered", +"lazy", +"lead-colored", +"lead-coloured", +"lead-free", +"leaded", +"leaden", +"leading", +"leadless", +"leaf-like", +"leafed", +"leafless", +"leaflike", +"leafy", +"leafy-stemmed", +"leakproof", +"leaky", +"leal", +"lean", +"leaning", +"learned", +"leased", +"least", +"leather-leafed", +"leather-leaved", +"leathered", +"leatherlike", +"leathery", +"leaved", +"leavened", +"lebanese", +"lecherous", +"lee", +"leechlike", +"leering", +"leery", +"leeward", +"left", +"left-eyed", +"left-hand", +"left-handed", +"left-of-center", +"left-slanting", +"left-wing", +"left_over", +"leftish", +"leftist", +"leftmost", +"leftover", +"legal", +"legato", +"legendary", +"legged", +"leggy", +"legible", +"legion", +"legislative", +"legitimate", +"legless", +"leglike", +"leguminous", +"leibnitzian", +"leibnizian", +"leisured", +"leisurely", +"lemon-scented", +"lemonlike", +"lemony", +"lendable", +"lengthened", +"lengthways", +"lengthwise", +"lengthy", +"lenient", +"lenitive", +"lenten", +"lentic", +"lenticular", +"lentiform", +"lentiginose", +"lentiginous", +"lentissimo", +"lento", +"leonardesque", +"leonine", +"lepidote", +"leprose", +"leprous", +"leptorhine", +"leptorrhine", +"leptorrhinian", +"leptorrhinic", +"leptosporangiate", +"lesbian", +"less", +"less-traveled", +"lessened", +"lesser", +"lethal", +"lethargic", +"letter-perfect", +"lettered", +"levantine", +"level", +"level-headed", +"levelheaded", +"levitical", +"levorotary", +"levorotatory", +"lewd", +"lexical", +"lexicalised", +"lexicalized", +"lexicographic", +"lexicographical", +"lexicostatistic", +"li", +"liable", +"libellous", +"libelous", +"liberal", +"liberalistic", +"liberated", +"liberian", +"libertine", +"libidinal", +"libidinous", +"libyan", +"licenced", +"licensed", +"licentious", +"licit", +"licked", +"lidded", +"lidless", +"liechtensteiner", +"liege", +"lienal", +"life-and-death", +"life-giving", +"life-or-death", +"life-size", +"life-sized", +"life-support", +"life-sustaining", +"life-threatening", +"lifeless", +"lifelike", +"lifelong", +"lifesize", +"lifted", +"light", +"light-armed", +"light-blue", +"light-boned", +"light-colored", +"light-duty", +"light-fingered", +"light-footed", +"light-green", +"light-haired", +"light-handed", +"light-headed", +"light-hearted", +"light-minded", +"light-sensitive", +"light-skinned", +"light-tight", +"lighted", +"lighter-than-air", +"lightheaded", +"lighthearted", +"lighting-up", +"lightless", +"lightly-armed", +"lightly_armored", +"lightly_armoured", +"lightproof", +"lightsome", +"lightweight", +"ligneous", +"lii", +"liii", +"likable", +"like", +"like-minded", +"likeable", +"liked", +"likely", +"lilac", +"lilac-blue", +"lilac-colored", +"lilac-pink", +"lilac-purple", +"liliaceous", +"lilliputian", +"lilting", +"lily-livered", +"lily-white", +"limacine", +"limacoid", +"limbed", +"limber", +"limbic", +"limbless", +"limited", +"limiting", +"limitless", +"limnological", +"limp", +"limpid", +"lincolnesque", +"lincolnian", +"lineal", +"linear", +"lined", +"linelike", +"lingual", +"linguistic", +"lingulate", +"linked", +"linnaean", +"linnean", +"lionhearted", +"lip-shaped", +"lipless", +"liplike", +"lipophilic", +"lipotropic", +"lipped", +"liquefiable", +"liquefied", +"liquescent", +"liquid", +"liquid-fueled", +"liquifiable", +"liquified", +"lissom", +"lissome", +"listed", +"listless", +"lit", +"lite", +"literal", +"literary", +"literate", +"lithe", +"lithe-bodied", +"lithesome", +"lithic", +"lithographic", +"lithomantic", +"lithophytic", +"lithuanian", +"litigious", +"littered", +"little", +"little-known", +"littler", +"littoral", +"liturgical", +"liv", +"livable", +"live", +"live-bearing", +"liveable", +"liveborn", +"livelong", +"lively", +"liver", +"liver-colored", +"liveried", +"liverish", +"liverpudlian", +"livery", +"livid", +"living", +"livonian-speaking", +"load-bearing", +"loaded", +"loaded_down", +"loamless", +"loamy", +"loath", +"loathly", +"loathsome", +"lobar", +"lobate", +"lobated", +"lobed", +"lobeliaceous", +"lobster-backed", +"lobular", +"local", +"localised", +"localized", +"located", +"locker-room", +"loco", +"locomotive", +"locomotor", +"lofty", +"logarithmic", +"loggerheaded", +"logical", +"logistic", +"logistical", +"logogrammatic", +"logographic", +"logy", +"lone", +"lonely", +"lonesome", +"long", +"long-acting", +"long-ago", +"long-armed", +"long-bodied", +"long-branched", +"long-chain", +"long-dated", +"long-distance", +"long-faced", +"long-familiar", +"long-haired", +"long-handled", +"long-headed", +"long-jawed", +"long-lasting", +"long-legged", +"long-life", +"long-lived", +"long-play", +"long-playing", +"long-range", +"long-run", +"long-shanked", +"long-snouted", +"long-spurred", +"long-stalked", +"long-staple", +"long-suffering", +"long-term", +"long-wearing", +"long-winded", +"long-wool", +"long-wooled", +"longanimous", +"longed-for", +"longhand", +"longish", +"longitudinal", +"longsighted", +"longstanding", +"longtime", +"look-alike", +"looking", +"loony", +"loopy", +"loose", +"loose-fitting", +"loose-jointed", +"loose-jowled", +"looseleaf", +"loosely_knit", +"loosened", +"looted", +"lop-eared", +"lopsided", +"loquacious", +"lordless", +"lordly", +"lordotic", +"lossless", +"lossy", +"lost", +"loth", +"lotic", +"louche", +"loud", +"loud-mouthed", +"loud-voiced", +"lousy", +"loutish", +"louvered", +"lovable", +"loveable", +"loved", +"loveless", +"lovelorn", +"lovely", +"loverlike", +"loverly", +"lovesick", +"lovesome", +"loving", +"low", +"low-altitude", +"low-backed", +"low-beam", +"low-budget", +"low-cal", +"low-ceilinged", +"low-class", +"low-cost", +"low-cut", +"low-density", +"low-down", +"low-grade", +"low-growing", +"low-interest", +"low-key", +"low-keyed", +"low-level", +"low-lying", +"low-necked", +"low-pitched", +"low-powered", +"low-pressure", +"low-priced", +"low-resolution", +"low-rise", +"low-set", +"low-spirited", +"low-sudsing", +"low-tech", +"low-tension", +"low-toned", +"low-voltage", +"lowborn", +"lowbred", +"lowbrow", +"lowbrowed", +"lower-class", +"lower-middle-class", +"lower-ranking", +"lowercase", +"lowered", +"lowering", +"lowermost", +"lowest", +"lowland", +"lowly", +"lowset", +"loyal", +"lubberly", +"lubricated", +"lubricious", +"lucent", +"lucid", +"lucifugal", +"lucifugous", +"luckless", +"lucky", +"lucrative", +"luculent", +"lucullan", +"ludicrous", +"lugubrious", +"lukewarm", +"lumbar", +"lumbering", +"lumbosacral", +"luminescent", +"luminous", +"lumpen", +"lumpish", +"lumpy", +"lunar", +"lunate", +"lunatic", +"lung-like", +"lunisolar", +"lupine", +"lurid", +"luscious", +"lush", +"lusitanian", +"lusterless", +"lustful", +"lustreless", +"lustrous", +"lusty", +"luteal", +"lutheran", +"luxe", +"luxembourgian", +"luxemburger", +"luxuriant", +"luxurious", +"lv", +"lvi", +"lvii", +"lviii", +"lx", +"lxi", +"lxii", +"lxiii", +"lxiv", +"lxv", +"lxvi", +"lxvii", +"lxviii", +"lxx", +"lxxi", +"lxxii", +"lxxiii", +"lxxiv", +"lxxv", +"lxxvi", +"lxxvii", +"lxxviii", +"lxxx", +"lxxxi", +"lxxxii", +"lxxxiii", +"lxxxiv", +"lxxxv", +"lxxxvi", +"lxxxvii", +"lxxxviii", +"lying_in_wait", +"lymphatic", +"lymphoblast-like", +"lymphocytic", +"lymphoid", +"lynx-eyed", +"lyonnaise", +"lyophilised", +"lyophilized", +"lyrate", +"lyre-shaped", +"lyric", +"lyrical", +"lysogenic", +"m", +"macabre", +"macaronic", +"macedonian", +"macerative", +"machiavellian", +"machine-accessible", +"machine-controlled", +"machine-driven", +"machine-made", +"machine_readable", +"machinelike", +"macho", +"macrencephalic", +"macrencephalous", +"macro", +"macrobiotic", +"macrocephalic", +"macrocephalous", +"macrocosmic", +"macroeconomic", +"macromolecular", +"macroscopic", +"macroscopical", +"maculate", +"mad", +"madagascan", +"madcap", +"maddened", +"maddening", +"made", +"made-to-order", +"made-up", +"magenta", +"magenta_pink", +"maggoty", +"magic", +"magical", +"magisterial", +"magna_cum_laude", +"magnanimous", +"magnetic", +"magnetised", +"magnetized", +"magnificent", +"magnified", +"magniloquent", +"magyar", +"mahogany-red", +"maiden", +"maidenlike", +"maidenly", +"mail-cheeked", +"mail-clad", +"mailed", +"maimed", +"main", +"mainstreamed", +"maintainable", +"maintained", +"majestic", +"major", +"majuscular", +"majuscule", +"make-believe", +"makeshift", +"maladaptive", +"maladjusted", +"maladjustive", +"maladroit", +"malapropos", +"malarial", +"malawian", +"malay", +"malayan", +"malayo-polynesian", +"malaysian", +"malcontent", +"male", +"maledict", +"malefic", +"maleficent", +"malevolent", +"malformed", +"malfunctioning", +"malian", +"malicious", +"malign", +"malignant", +"malleable", +"malnourished", +"malodorous", +"malodourous", +"malposed", +"malted", +"maltese", +"malthusian", +"maltreated", +"mammalian", +"mammary", +"mammoth", +"man-made", +"man-portable", +"man-sized", +"man-to-man", +"manageable", +"managerial", +"manchurian", +"mancunian", +"mandaean", +"mandatory", +"mandean", +"mandibular", +"mandibulate", +"mandibulofacial", +"maneuverable", +"manful", +"mangey", +"mangled", +"mangy", +"maniac", +"maniacal", +"manic", +"manic-depressive", +"manichaean", +"manichean", +"manichee", +"maniclike", +"manifest", +"manifold", +"manipulable", +"manipulative", +"manky", +"manlike", +"manly", +"manned", +"mannered", +"mannerly", +"mannish", +"manoeuvrable", +"manorial", +"manque", +"mansard", +"mantic", +"mantled", +"manual", +"manufactured", +"manx", +"many", +"many-chambered", +"many-lobed", +"many-sided", +"many_a", +"many_an", +"many_another", +"maoist", +"maple-like", +"maplelike", +"marauding", +"marbled", +"marbleised", +"marbleized", +"marched_upon", +"marginal", +"marian", +"marine", +"marital", +"maritime", +"marked", +"marked-up", +"marketable", +"markovian", +"marly", +"marmoreal", +"marmorean", +"maroc", +"maroon", +"maroon-purple", +"maroon-spotted", +"marooned", +"marred", +"marriageable", +"married", +"marshy", +"marsupial", +"martial", +"martian", +"marvellous", +"marvelous", +"marxist", +"marxist-leninist", +"masculine", +"masked", +"masochistic", +"masonic", +"masoretic", +"mass", +"mass-produced", +"mass-spectrometric", +"mass_spectroscopic", +"massive", +"masted", +"master", +"mastered", +"masterful", +"masterless", +"masterly", +"mastoid", +"mastoidal", +"mat", +"matched", +"matching", +"matchless", +"mated", +"mateless", +"material", +"materialistic", +"maternal", +"maternalistic", +"matey", +"mathematical", +"matriarchal", +"matriarchic", +"matricentric", +"matrilineal", +"matrilinear", +"matrimonial", +"matronly", +"matt", +"matte", +"matted", +"matter-of-course", +"matter-of-fact", +"maturational", +"mature", +"matured", +"matutinal", +"maudlin", +"mauritanian", +"mauritian", +"mauve", +"mauve-blue", +"mauve-pink", +"maverick", +"mawkish", +"maxi", +"maxillary", +"maxillodental", +"maxillofacial", +"maxillomandibular", +"maximal", +"maximising", +"maximizing", +"maximum", +"mayoral", +"mazed", +"mazy", +"meager", +"meagerly", +"meagre", +"mealy", +"mealy-mouthed", +"mealymouthed", +"mean", +"meandering", +"meaning", +"meaningful", +"meaningless", +"meanspirited", +"measly", +"measurable", +"measured", +"measureless", +"meat-eating", +"meatless", +"meaty", +"mechanic", +"mechanical", +"mechanically_skillful", +"mechanised", +"mechanistic", +"mechanized", +"mecopterous", +"meddlesome", +"meddling", +"mediaeval", +"medial", +"median", +"mediate", +"mediated", +"mediatorial", +"mediatory", +"medical", +"medicative", +"medicinal", +"medicolegal", +"medieval", +"mediocre", +"meditative", +"mediterranean", +"medium", +"medium-dry", +"medium-large", +"medium-size", +"medium-sized", +"medullary", +"medullated", +"medusoid", +"meek", +"meet", +"megakaryocytic", +"megalithic", +"megaloblastic", +"megalomaniacal", +"megalomanic", +"megascopic", +"meiotic", +"melancholic", +"melancholy", +"melanesian", +"meliorative", +"mellifluous", +"mellisonant", +"mellow", +"mellowed", +"melodic", +"melodious", +"melodramatic", +"meltable", +"melted", +"melting", +"membered", +"memberless", +"membrane-forming", +"membranous", +"memorable", +"menacing", +"mendacious", +"mendelian", +"mendicant", +"menial", +"meningeal", +"menopausal", +"mensal", +"menstrual", +"mensurable", +"mensural", +"mental", +"mentally_ill", +"mentholated", +"mephistophelean", +"mephistophelian", +"mephitic", +"mercantile", +"mercenary", +"mercerised", +"mercerized", +"merchantable", +"merciful", +"merciless", +"mercurial", +"mercuric", +"mercurous", +"mercury-contaminated", +"mere", +"meretricious", +"merged", +"merging", +"meridian", +"meridional", +"meritable", +"merited", +"meritless", +"meritocratic", +"meritorious", +"merovingian", +"merry", +"mesenteric", +"meshed", +"meshuga", +"meshugga", +"meshugge", +"meshuggeneh", +"meshuggener", +"mesial", +"mesic", +"mesmeric", +"mesmerised", +"mesmerized", +"mesmerizing", +"mesoamerican", +"mesoblastic", +"mesodermal", +"mesolithic", +"mesomorphic", +"mesonic", +"mesophytic", +"mesozoic", +"messianic", +"messy", +"metabolic", +"metabolous", +"metacarpal", +"metacentric", +"metagrabolised", +"metagrabolized", +"metagrobolised", +"metagrobolized", +"metal", +"metal-colored", +"metal-coloured", +"metal-cutting", +"metal-looking", +"metallic", +"metallic-colored", +"metallic-coloured", +"metallic-looking", +"metallike", +"metalloid", +"metallurgic", +"metallurgical", +"metameric", +"metamorphic", +"metamorphous", +"metaphoric", +"metaphorical", +"metaphysical", +"metastable", +"metastatic", +"metatarsal", +"meted_out", +"meteoric", +"meteoritic", +"meteoritical", +"meteorologic", +"meteorological", +"methodical", +"methodist", +"methodological", +"methylated", +"meticulous", +"metonymic", +"metonymical", +"metric", +"metrical", +"metrological", +"metropolitan", +"mettlesome", +"mexican", +"miasmal", +"miasmic", +"micaceous", +"michelangelesque", +"micro", +"microbial", +"microbic", +"microcephalic", +"microcephalous", +"microcosmic", +"microcrystalline", +"microeconomic", +"microelectronic", +"micrometeoric", +"micrometeoritic", +"micropylar", +"microscopic", +"microscopical", +"microsomal", +"mid", +"mid-atlantic", +"middle", +"middle-aged", +"middle-class", +"middle-level", +"middle-of-the-road", +"middle_atlantic", +"middle_eastern", +"middlemost", +"middling", +"midget", +"midi", +"midland", +"midmost", +"midway", +"midweekly", +"midwestern", +"miffed", +"mighty", +"migrant", +"migrational", +"migratory", +"milanese", +"milch", +"mild", +"mild-mannered", +"mild-tasting", +"militant", +"militarised", +"militaristic", +"militarized", +"military", +"milk-sick", +"milk-white", +"milkless", +"milklike", +"milky", +"milled", +"millenarian", +"millenary", +"millennial", +"millennian", +"million", +"millionth", +"mimetic", +"mimic", +"minacious", +"minatory", +"mincing", +"mind-altering", +"mind-bending", +"mind-blowing", +"mind-boggling", +"mind-expanding", +"minded", +"mindful", +"mindless", +"mine_run", +"mined", +"mineral", +"mingy", +"mini", +"miniature", +"minimal", +"minimalist", +"minimized", +"minimum", +"miniscule", +"ministerial", +"ministrant", +"minoan", +"minor", +"mint", +"mint-scented", +"minty", +"minus", +"minuscular", +"minuscule", +"minute", +"miotic", +"miraculous", +"mired", +"mirky", +"mirrored", +"mirrorlike", +"mirthful", +"mirthless", +"miry", +"misanthropic", +"misanthropical", +"misappropriated", +"misbegot", +"misbegotten", +"misbranded", +"miscellaneous", +"mischievous", +"miscible", +"miserable", +"miserly", +"misfortunate", +"misguided", +"mishnaic", +"mislabeled", +"mislaid", +"misleading", +"mismatched", +"mismated", +"misogynic", +"misogynistic", +"misogynous", +"misplaced", +"misrelated", +"misrepresented", +"missed", +"misshapen", +"missing", +"missional", +"missionary", +"mistakable", +"mistaken", +"mistreated", +"mistrustful", +"misty", +"misty-eyed", +"misunderstood", +"misused", +"mithraic", +"mithraistic", +"mitigable", +"mitigated", +"mitigative", +"mitigatory", +"mitotic", +"mitral", +"mixable", +"mixed", +"mixed-up", +"mnemonic", +"mnemotechnic", +"mnemotechnical", +"moated", +"mobbish", +"mobile", +"moblike", +"mock", +"mocking", +"mod", +"modal", +"model", +"modeled", +"moderate", +"moderate-size", +"moderate-sized", +"moderating", +"moderato", +"modern", +"modern-day", +"moderne", +"modernised", +"modernistic", +"modernized", +"modest", +"modifiable", +"modified", +"modish", +"modular", +"modulated", +"mohammedan", +"moire", +"moist", +"molal", +"molar", +"moldable", +"molded", +"moldovan", +"moldy", +"molecular", +"molten", +"momentaneous", +"momentary", +"momentous", +"monacan", +"monandrous", +"monarchal", +"monarchic", +"monarchical", +"monastic", +"monastical", +"monatomic", +"monaural", +"monecious", +"monegasque", +"moneran", +"monestrous", +"monetary", +"moneyed", +"moneyless", +"moneymaking", +"mongol", +"mongolian", +"mongoloid", +"monied", +"monistic", +"monitory", +"monkish", +"mono", +"monoatomic", +"monocarboxylic", +"monocarpic", +"monochromatic", +"monochrome", +"monochromic", +"monochromous", +"monocled", +"monoclinal", +"monoclinic", +"monoclinous", +"monoclonal", +"monocotyledonous", +"monodic", +"monodical", +"monoecious", +"monoestrous", +"monogamous", +"monogenic", +"monogynic", +"monogynous", +"monoicous", +"monolingual", +"monolithic", +"monomaniacal", +"monometallic", +"monomorphemic", +"mononuclear", +"mononucleate", +"monophonic", +"monophysite", +"monophysitic", +"monoploid", +"monopolistic", +"monopteral", +"monosemous", +"monosyllabic", +"monotheistic", +"monotone", +"monotonic", +"monotonous", +"monotypic", +"monounsaturated", +"monovalent", +"monovular", +"monozygotic", +"monstrous", +"montane", +"monthlong", +"monthly", +"montserratian", +"monumental", +"moody", +"moon-faced", +"moon-round", +"moon-splashed", +"moonless", +"moonlike", +"moonlit", +"moonstruck", +"moony", +"moorish", +"moot", +"mop-headed", +"moraceous", +"moral", +"moralistic", +"moravian", +"morbid", +"morbific", +"morbilliform", +"mordacious", +"mordant", +"more", +"more_than", +"moresque", +"morganatic", +"moribund", +"mormon", +"moroccan", +"moronic", +"morose", +"morphemic", +"morphologic", +"morphological", +"morphophonemic", +"mortal", +"mortgaged", +"mortified", +"mortifying", +"mortuary", +"mosaic", +"moslem", +"moss-grown", +"moss_green", +"mosstone", +"mossy", +"most", +"most-favored-nation", +"most-valuable", +"moth-eaten", +"moth-resistant", +"mother-naked", +"motherless", +"motherlike", +"motherly", +"mothproof", +"mothy", +"motile", +"motional", +"motionless", +"motivated", +"motivating", +"motivational", +"motivative", +"motive", +"motiveless", +"motley", +"motor", +"motor-assisted", +"motored", +"motorial", +"motorised", +"motorized", +"motorless", +"mottled", +"mouldy", +"mounded_over", +"mountainous", +"mounted", +"mournful", +"mourning", +"mouse-colored", +"mouse-eared", +"mouse-sized", +"mouselike", +"mousey", +"mousy", +"mouth-watering", +"mouthless", +"mouthlike", +"movable", +"moveable", +"moved", +"moving", +"mown", +"mozambican", +"mozartean", +"mozartian", +"much", +"muciferous", +"mucilaginous", +"mucinoid", +"mucinous", +"mucky", +"mucocutaneous", +"mucoid", +"mucoidal", +"mucopurulent", +"mucosal", +"mucose", +"mucous", +"mud-beplastered", +"mud-brick", +"muddied", +"muddled", +"muddleheaded", +"muddy", +"muffled", +"muggy", +"muhammadan", +"mulish", +"mullioned", +"multi-color", +"multi-colored", +"multi-colour", +"multi-coloured", +"multi-ethnic", +"multi-seeded", +"multi-stemmed", +"multi-valued", +"multicellular", +"multicolor", +"multicolored", +"multicolour", +"multicoloured", +"multicultural", +"multidimensional", +"multiethnic", +"multifaceted", +"multifactorial", +"multifarious", +"multiform", +"multilane", +"multilateral", +"multilevel", +"multilingual", +"multinational", +"multinomial", +"multinucleate", +"multiparous", +"multipartite", +"multiphase", +"multiple", +"multiple-choice", +"multiplex", +"multiplicative", +"multiplied", +"multipotent", +"multipurpose", +"multiracial", +"multistorey", +"multistoried", +"multistory", +"multitudinous", +"multivalent", +"multivariate", +"mum", +"mummy-brown", +"mundane", +"municipal", +"munificent", +"mural", +"murdered", +"murderous", +"murine", +"murky", +"murmuring", +"murmurous", +"muscle-bound", +"muscovite", +"muscular", +"musculoskeletal", +"mushy", +"musical", +"musicological", +"musing", +"musk-scented", +"musky", +"musky-scented", +"muslim", +"mussy", +"must", +"mustached", +"mustachioed", +"musty", +"mutable", +"mutafacient", +"mutagenic", +"mutant", +"mutational", +"mutative", +"mute", +"muted", +"mutilated", +"mutinous", +"mutual", +"mutualist", +"mutually_beneficial", +"mutually_exclusive", +"muzzle-loading", +"muzzy", +"myalgic", +"mycenaean", +"myelic", +"myelinated", +"myelinic", +"myeloid", +"myocardial", +"myoid", +"myopathic", +"myopic", +"myotic", +"myotonic", +"myriad", +"myrmecophagous", +"myrmecophilous", +"myrmecophytic", +"mysophobic", +"mysterious", +"mystic", +"mystical", +"mystified", +"mystifying", +"mythic", +"mythical", +"mythologic", +"mythological", +"n-th", +"nacreous", +"nagging", +"naiant", +"naif", +"nail-biting", +"naive", +"naked", +"naked-muzzled", +"naked-tailed", +"naked_as_a_jaybird", +"naked_as_the_day_one_was_born", +"naked_as_the_day_you_were_born", +"namby-pamby", +"nameless", +"namibian", +"naming", +"nanocephalic", +"napoleonic", +"napped", +"napping", +"nappy", +"narcissistic", +"narcoleptic", +"narcotic", +"narcotised", +"narcotising", +"narcotized", +"narcotizing", +"narial", +"narrative", +"narrow", +"narrow-bodied", +"narrow-minded", +"narrow-mouthed", +"narrowed", +"narrowing", +"nary", +"nasal", +"nascent", +"nasopharyngeal", +"nasty", +"natal", +"national", +"national_socialist", +"nationalist", +"nationalistic", +"nationwide", +"native", +"native-born", +"native_american", +"nativist", +"nativistic", +"natriuretic", +"natty", +"natural", +"naturalised", +"naturalistic", +"naturalized", +"naturally_occurring", +"naturistic", +"naughty", +"nauruan", +"nauseated", +"nauseating", +"nauseous", +"nautical", +"naval", +"navicular", +"navigable", +"navigational", +"nazarene", +"nazi", +"neandertal", +"neanderthal", +"neanderthalian", +"neapolitan", +"near", +"near-blind", +"nearby", +"nearsighted", +"neat", +"nebular", +"nebulose", +"nebulous", +"necessary", +"necessitous", +"neck-deep", +"neck_and_neck", +"necked", +"neckless", +"necklike", +"necromantic", +"necromantical", +"necrotic", +"nectar-rich", +"nectariferous", +"nectarous", +"nee", +"needed", +"needful", +"needle-shaped", +"needled", +"needlelike", +"needless", +"needy", +"nefarious", +"negative", +"negatively_charged", +"neglected", +"neglectful", +"negligent", +"negligible", +"negotiable", +"negro", +"negroid", +"neighboring", +"neighborly", +"neighbourly", +"neither", +"neo", +"neo-darwinian", +"neo-lamarckian", +"neoclassic", +"neoclassical", +"neoclassicist", +"neoclassicistic", +"neocortical", +"neoliberal", +"neolithic", +"neonatal", +"neoplastic", +"neotenic", +"neotenous", +"nepalese", +"nepali", +"nephritic", +"nephrotoxic", +"neritic", +"nerve-racking", +"nerve-wracking", +"nerveless", +"nervous", +"nervy", +"nescient", +"nestled", +"nestorian", +"net", +"nether", +"nethermost", +"netlike", +"nett", +"netted", +"nettled", +"nettlesome", +"networklike", +"neural", +"neuralgic", +"neurasthenic", +"neuroanatomic", +"neuroanatomical", +"neurobiological", +"neuroendocrine", +"neurogenic", +"neuroglial", +"neurologic", +"neurological", +"neuromatous", +"neuromotor", +"neuromuscular", +"neuronal", +"neuronic", +"neurophysiological", +"neuropsychiatric", +"neuropsychological", +"neurotic", +"neurotoxic", +"neurotropic", +"neuter", +"neutered", +"neutral", +"neutral-colored", +"neutral-coloured", +"neutralised", +"neutralized", +"never-ending", +"never-say-die", +"new", +"new-made", +"new-mown", +"new-sprung", +"new_caledonian", +"new_zealander", +"newborn", +"newfangled", +"newfound", +"newsless", +"newsworthy", +"newsy", +"newtonian", +"next", +"next-to-last", +"nibbed", +"nicaean", +"nicaraguan", +"nice", +"nicene", +"nickel-and-dime", +"nidicolous", +"nidifugous", +"niffy", +"nifty", +"nigerian", +"nigerien", +"niggardly", +"niggling", +"nigh", +"nighted", +"nightlong", +"nightly", +"nightmarish", +"nihilistic", +"nilotic", +"nilpotent", +"nimble", +"nimble-fingered", +"niminy-piminy", +"nine", +"nine-fold", +"nine-membered", +"nine-sided", +"ninefold", +"ninepenny", +"nineteen", +"nineteenth", +"ninetieth", +"ninety", +"ninety-eight", +"ninety-fifth", +"ninety-five", +"ninety-four", +"ninety-nine", +"ninety-one", +"ninety-seven", +"ninety-six", +"ninety-three", +"ninety-two", +"ninth", +"nip_and_tuck", +"nipping", +"nipponese", +"nippy", +"nisi", +"nitid", +"nitric", +"nitrogen-bearing", +"nitrogen-fixing", +"nitrogenous", +"nitrous", +"nitwitted", +"no", +"no-account", +"no-count", +"no-frills", +"no-go", +"no-good", +"no-hit", +"no-nonsense", +"no-win", +"noachian", +"noble", +"noble-minded", +"nocent", +"nociceptive", +"noctilucent", +"nocturnal", +"nodding", +"nodular", +"nodulated", +"noduled", +"nodulose", +"noetic", +"noiseless", +"noisome", +"noisy", +"nomadic", +"nominal", +"nominalistic", +"nominated", +"nominative", +"nomothetic", +"non-aromatic", +"non-automatic", +"non-buoyant", +"non-conducting", +"non-elective", +"non-finite", +"non-invertible", +"non-living", +"non-metric", +"non-miscible", +"non-negotiable", +"non-paying", +"non-poisonous", +"non-profit-making", +"non-resinous", +"non-resiny", +"non-slave", +"non-u", +"non-water-soluble", +"non-white", +"non-zero", +"non_compos_mentis", +"nonabsorbent", +"nonabsorptive", +"nonadaptive", +"nonaddictive", +"nonadhesive", +"nonadjacent", +"nonadsorbent", +"nonadsorptive", +"nonaged", +"nonagenarian", +"nonaggressive", +"nonalcoholic", +"nonaligned", +"nonappointive", +"nonarbitrable", +"nonarbitrary", +"nonarboreal", +"nonassertive", +"nonassociative", +"nonastringent", +"nonautonomous", +"nonbearing", +"nonbelligerent", +"noncaloric", +"noncarbonated", +"noncausal", +"noncausative", +"noncellular", +"nonchalant", +"nonchristian", +"nonchurchgoing", +"noncivilised", +"noncivilized", +"nonclassical", +"noncollapsable", +"noncollapsible", +"noncolumned", +"noncombatant", +"noncombinative", +"noncombining", +"noncombustible", +"noncommercial", +"noncommissioned", +"noncommittal", +"noncommunicable", +"noncompetitive", +"noncompliant", +"noncomprehensive", +"nonconcentric", +"nonconducting", +"nonconductive", +"nonconforming", +"nonconformist", +"nonconscious", +"noncontagious", +"noncontentious", +"noncontinuous", +"noncontroversial", +"nonconvergent", +"noncritical", +"noncrucial", +"noncrystalline", +"noncurrent", +"noncyclic", +"noncyclical", +"nondeductible", +"nondenominational", +"nondescript", +"nondigestible", +"nondisposable", +"none", +"nonechoic", +"noneffervescent", +"nonelected", +"nonelective", +"nonenterprising", +"nonenzymatic", +"nonequivalent", +"nonessential", +"nonexempt", +"nonexistent", +"nonexplorative", +"nonexploratory", +"nonexplosive", +"nonextant", +"nonextensile", +"nonfat", +"nonfatal", +"nonfictional", +"nonfigurative", +"nonfinancial", +"nonfissile", +"nonfissionable", +"nonflammable", +"nonflavored", +"nonflavoured", +"nonflowering", +"nonfunctional", +"nonglutinous", +"nongranular", +"nongregarious", +"nonhairy", +"nonharmonic", +"nonhereditary", +"nonheritable", +"nonhierarchic", +"nonhierarchical", +"nonhuman", +"nonimitative", +"nonimmune", +"nonindulgent", +"nonindustrial", +"noninfectious", +"noninflammatory", +"noninheritable", +"noninstitutional", +"noninstitutionalised", +"noninstitutionalized", +"nonintegrated", +"nonintellectual", +"noninterchangeable", +"nonintersecting", +"noninvasive", +"nonionic", +"nonionised", +"nonionized", +"nonjudgmental", +"nonkosher", +"nonleaded", +"nonlegal", +"nonlethal", +"nonlexical", +"nonlinear", +"nonlinguistic", +"nonliteral", +"nonliterary", +"nonliterate", +"nonliving", +"nonmagnetic", +"nonmandatory", +"nonmaterial", +"nonmeaningful", +"nonmechanical", +"nonmechanistic", +"nonmedicinal", +"nonmetal", +"nonmetallic", +"nonmetamorphic", +"nonmigratory", +"nonmilitary", +"nonmodern", +"nonmonotonic", +"nonmotile", +"nonmoving", +"nonmusical", +"nonnative", +"nonnatural", +"nonnegative", +"nonnomadic", +"nonnormative", +"nonobjective", +"nonobligatory", +"nonobservant", +"nonopening", +"nonoperational", +"nonoscillatory", +"nonparallel", +"nonparametric", +"nonparasitic", +"nonpareil", +"nonparticulate", +"nonpartisan", +"nonpartizan", +"nonpasserine", +"nonperiodic", +"nonpersonal", +"nonphotosynthetic", +"nonphysical", +"nonplused", +"nonplussed", +"nonpoisonous", +"nonpolar", +"nonpolitical", +"nonporous", +"nonpregnant", +"nonprehensile", +"nonprescription", +"nonproductive", +"nonprofessional", +"nonprofit", +"nonprognosticative", +"nonprogressive", +"nonproprietary", +"nonprotractile", +"nonpsychoactive", +"nonpublic", +"nonpurulent", +"nonracial", +"nonracist", +"nonradioactive", +"nonrandom", +"nonrational", +"nonreciprocal", +"nonreciprocating", +"nonrecreational", +"nonreflecting", +"nonreflective", +"nonrenewable", +"nonrepetitive", +"nonrepresentational", +"nonrepresentative", +"nonresident", +"nonresidential", +"nonresilient", +"nonresinous", +"nonresiny", +"nonresistant", +"nonresonant", +"nonrestrictive", +"nonreticulate", +"nonretractable", +"nonretractile", +"nonreturnable", +"nonreversible", +"nonrhythmic", +"nonrigid", +"nonruminant", +"nonsectarian", +"nonsegmental", +"nonsegregated", +"nonsense", +"nonsensical", +"nonsensitive", +"nonsexual", +"nonsignificant", +"nonskid", +"nonslip", +"nonslippery", +"nonsocial", +"nonsovereign", +"nonspatial", +"nonspeaking", +"nonspecific", +"nonspherical", +"nonstandard", +"nonsteroidal", +"nonstick", +"nonstop", +"nonstructural", +"nonsubjective", +"nonsubmergible", +"nonsubmersible", +"nonsuppurative", +"nonsurgical", +"nonsweet", +"nonsyllabic", +"nonsymbiotic", +"nonsynchronous", +"nonsynthetic", +"nontaxable", +"nontechnical", +"nontelescopic", +"nontelescoping", +"nonterritorial", +"nonthermal", +"nontoxic", +"nontraditional", +"nontransferable", +"nontranslational", +"nontransmissible", +"nonturbulent", +"nonuniform", +"nonunion", +"nonunionised", +"nonunionized", +"nonuple", +"nonvenomous", +"nonverbal", +"nonviable", +"nonviolent", +"nonviscid", +"nonvisual", +"nonvolatile", +"nonvolatilisable", +"nonvolatilizable", +"nonvoluntary", +"nonwashable", +"nonwoody", +"nordic", +"normal", +"norman", +"normative", +"normotensive", +"norse", +"north", +"north-central", +"north-polar", +"north_african", +"north_american", +"north_korean", +"north_vietnamese", +"northbound", +"northeast", +"northeasterly", +"northeastern", +"northeastward", +"northerly", +"northern", +"northernmost", +"northmost", +"northward", +"northwest", +"northwesterly", +"northwestern", +"northwestward", +"norwegian", +"nosed", +"noseless", +"nosey", +"nosocomial", +"nosohusial", +"nostalgic", +"nosy", +"not_bad", +"not_guilty", +"not_intrusive", +"not_surprised", +"notable", +"notched", +"noted", +"noteworthy", +"noticeable", +"noticed", +"notifiable", +"notional", +"notorious", +"nourished", +"nourishing", +"nouveau-riche", +"novel", +"noxious", +"nth", +"nubbly", +"nubby", +"nubile", +"nuclear", +"nucleate", +"nucleated", +"nude", +"nugatory", +"null", +"nullified", +"numb", +"numberless", +"numbing", +"numerable", +"numeral", +"numerate", +"numeric", +"numerical", +"numerological", +"numerous", +"numidian", +"numinous", +"nuptial", +"nursed", +"nurtural", +"nurturant", +"nut-bearing", +"nutbrown", +"nutlike", +"nutmeg-shaped", +"nutrient", +"nutritional", +"nutritionary", +"nutritious", +"nutritive", +"nuts", +"nutty", +"nymphomaniac", +"nymphomaniacal", +"o.k.", +"oafish", +"oaken", +"oaten", +"obdurate", +"obedient", +"obese", +"objectionable", +"objective", +"oblanceolate", +"oblate", +"obligate", +"obligated", +"obligational", +"obligatory", +"obliged", +"obliging", +"oblique", +"oblique-angled", +"obliterable", +"obliterate", +"obliterated", +"oblivious", +"oblong", +"obnoxious", +"obovate", +"obscene", +"obscure", +"obsequious", +"observable", +"observant", +"observational", +"observed", +"observing", +"obsessed", +"obsessional", +"obsessive", +"obsessive-compulsive", +"obsolescent", +"obsolete", +"obstetric", +"obstetrical", +"obstinate", +"obstreperous", +"obstructed", +"obstructive", +"obtainable", +"obtrusive", +"obtuse", +"obviating", +"obvious", +"occasional", +"occidental", +"occipital", +"occluded", +"occlusive", +"occult", +"occupational", +"occupied", +"occurrent", +"oceangoing", +"oceanic", +"ocellated", +"ocher", +"ochre", +"octagonal", +"octal", +"octangular", +"octogenarian", +"octosyllabic", +"octuple", +"ocular", +"odd", +"odd-job", +"odd-pinnate", +"oddish", +"odds-on", +"odious", +"odoriferous", +"odorless", +"odorous", +"odourless", +"oecumenic", +"oecumenical", +"of_age", +"of_import", +"of_sound_mind", +"of_the_essence", +"of_unsound_mind", +"off", +"off-and-on", +"off-base", +"off-center", +"off-centered", +"off-color", +"off-colour", +"off-guard", +"off-key", +"off-limits", +"off-line", +"off-putting", +"off-site", +"off-street", +"off-the-cuff", +"off-the-peg", +"off-the-rack", +"off-the-shelf", +"off-the-shoulder", +"off-the-wall", +"off-white", +"off_guard", +"off_her_guard", +"off_his_guard", +"off_one's_guard", +"off_the_beaten_track", +"off_the_hook", +"off_your_guard", +"offbeat", +"offenceless", +"offended", +"offending", +"offenseless", +"offensive", +"offhand", +"offhanded", +"official", +"officious", +"offish", +"offshore", +"offside", +"offsides", +"offstage", +"ohmic", +"oil-bearing", +"oil-fired", +"oil-soluble", +"oiled", +"oily", +"ok", +"okay", +"old", +"old-fashioned", +"old-hat", +"old-line", +"old-maidish", +"old-time", +"old-womanish", +"old-world", +"olde_worlde", +"olden", +"older", +"oldish", +"oldline", +"oleaceous", +"oleaginous", +"oleophilic", +"oleophobic", +"olfactive", +"olfactory", +"oligarchic", +"oligarchical", +"olive", +"olive-brown", +"olive-colored", +"olive-coloured", +"olive-drab", +"olive-gray", +"olive-grey", +"olive-like", +"olive-sized", +"olivelike", +"olympian", +"olympic", +"omani", +"ominous", +"omissible", +"omissive", +"omnibus", +"omnidirectional", +"omnifarious", +"omnipotent", +"omnipresent", +"omniscient", +"omnivorous", +"on", +"on-going", +"on-key", +"on-line", +"on-site", +"on-street", +"on-the-job", +"on-the-scene", +"on-the-spot", +"on_fire", +"on_guard", +"on_hand", +"on_one's_guard", +"on_tap", +"on_the_button", +"on_the_fence", +"on_the_go", +"on_the_hook", +"on_the_job", +"on_the_loose", +"on_the_nose", +"on_the_offensive", +"on_the_table", +"on_trial", +"on_your_guard", +"oncologic", +"oncological", +"oncoming", +"one", +"one-armed", +"one-celled", +"one-dimensional", +"one-eared", +"one-eyed", +"one-handed", +"one-horse", +"one-humped", +"one-man", +"one-member", +"one-on-one", +"one-party", +"one-person", +"one-piece", +"one-seed", +"one-seeded", +"one-sided", +"one-time", +"one-to-one", +"one-way", +"one-winged", +"one-woman", +"one-year", +"one-year-old", +"one_and_only", +"one_hundred", +"one_hundred_eighty", +"one_hundred_fifteen", +"one_hundred_fifty", +"one_hundred_fifty-five", +"one_hundred_five", +"one_hundred_forty", +"one_hundred_forty-five", +"one_hundred_ninety", +"one_hundred_one", +"one_hundred_seventy", +"one_hundred_seventy-five", +"one_hundred_sixty", +"one_hundred_sixty-five", +"one_hundred_ten", +"one_hundred_thirty", +"one_hundred_thirty-five", +"one_hundred_twenty", +"one_hundred_twenty-five", +"one_thousand", +"oneiric", +"onerous", +"onetime", +"ongoing", +"online", +"only", +"onomastic", +"onomatopoeic", +"onomatopoeical", +"onomatopoetic", +"onshore", +"onside", +"onstage", +"ontogenetic", +"ontological", +"onymous", +"oozing", +"oozy", +"opalescent", +"opaline", +"opaque", +"open", +"open-air", +"open-and-shut", +"open-chain", +"open-collared", +"open-ended", +"open-eyed", +"open-hearth", +"open-minded", +"open-plan", +"open-source", +"opencast", +"opencut", +"opened", +"openhanded", +"openhearted", +"opening", +"openmouthed", +"operable", +"operant", +"operatic", +"operating", +"operational", +"operationalist", +"operative", +"operculate", +"operculated", +"operose", +"ophthalmic", +"opinionated", +"opinionative", +"opisthognathous", +"opponent", +"opportune", +"opportunist", +"opportunistic", +"opposable", +"opposed", +"opposing", +"opposite", +"oppositive", +"oppressed", +"oppressive", +"opprobrious", +"optative", +"opthalmic", +"optic", +"optical", +"optimal", +"optimistic", +"optimum", +"optional", +"opulent", +"oracular", +"oral", +"orange", +"orange-brown", +"orange-colored", +"orange-coloured", +"orange-flowered", +"orange-hued", +"orange-red", +"orange-sized", +"orangish", +"orangish-red", +"oratorical", +"orb-weaving", +"orbicular", +"orbiculate", +"orbital", +"orbitual", +"orchestral", +"orchestrated", +"ordained", +"ordered", +"orderly", +"ordinal", +"ordinary", +"organic", +"organicistic", +"organisational", +"organised", +"organismal", +"organismic", +"organizational", +"organized", +"orgiastic", +"oriental", +"orientated", +"orientating", +"oriented", +"orienting", +"original", +"originative", +"ornamental", +"ornate", +"ornery", +"ornithological", +"oropharyngeal", +"orotund", +"orphaned", +"orphic", +"orthodontic", +"orthodox", +"orthogonal", +"orthographic", +"orthomolecular", +"orthopaedic", +"orthopedic", +"orthopedical", +"orthoptic", +"orthostatic", +"orthotropous", +"orwellian", +"oscan-speaking", +"oscillating", +"oscillatory", +"oscine", +"oscitant", +"osmotic", +"osseous", +"ossicular", +"ossiculate", +"ossiferous", +"ossified", +"osteal", +"ostensible", +"ostensive", +"ostentatious", +"otc", +"other", +"otherwise", +"otherworldly", +"otic", +"otiose", +"ototoxic", +"ottoman", +"out", +"out-and-out", +"out-of-bounds", +"out-of-date", +"out-of-door", +"out-of-pocket", +"out-of-school", +"out-of-the-way", +"out-of-town", +"out_of_gear", +"out_of_place", +"out_of_play", +"out_of_practice", +"out_of_print", +"out_of_reach", +"out_of_sight", +"out_of_stock", +"out_of_the_blue", +"out_of_the_question", +"out_of_true", +"out_of_use", +"out_of_whack", +"out_of_work", +"out_or_keeping", +"out_to", +"outback", +"outboard", +"outbound", +"outbred", +"outcast", +"outcaste", +"outclassed", +"outdated", +"outdoor", +"outdoorsy", +"outer", +"outermost", +"outfitted", +"outflowing", +"outgoing", +"outlandish", +"outlaw", +"outlawed", +"outlined", +"outlying", +"outmoded", +"outmost", +"outraged", +"outrageous", +"outre", +"outrigged", +"outright", +"outside", +"outsize", +"outsized", +"outspoken", +"outspread", +"outstanding", +"outstretched", +"outward", +"outward-bound", +"outward-developing", +"outward-moving", +"oval", +"oval-bodied", +"oval-fruited", +"oval-shaped", +"ovarian", +"ovate", +"oven-ready", +"oven-shaped", +"over", +"over-embellished", +"over-the-counter", +"over-the-hill", +"over-the-top", +"overabundant", +"overactive", +"overage", +"overaged", +"overall", +"overambitious", +"overanxious", +"overarm", +"overawed", +"overbearing", +"overblown", +"overbold", +"overburdened", +"overbusy", +"overcareful", +"overcast", +"overcautious", +"overconfident", +"overcredulous", +"overcritical", +"overcurious", +"overdelicate", +"overdone", +"overdressed", +"overdue", +"overeager", +"overemotional", +"overenthusiastic", +"overexcited", +"overfamiliar", +"overfed", +"overflowing", +"overfond", +"overfull", +"overgenerous", +"overgreedy", +"overgrown", +"overhand", +"overhanded", +"overhasty", +"overhead", +"overheated", +"overindulgent", +"overjealous", +"overjoyed", +"overladen", +"overland", +"overlarge", +"overloaded", +"overlooked", +"overlooking", +"overlying", +"overmodest", +"overmuch", +"overnice", +"overnight", +"overpowering", +"overpriced", +"overprotective", +"overproud", +"overreaching", +"overrefined", +"overriding", +"overripe", +"oversea", +"overseas", +"oversensitive", +"overserious", +"oversewn", +"oversexed", +"overshot", +"oversize", +"oversized", +"oversolicitous", +"overstated", +"overstrung", +"overstuffed", +"oversubscribed", +"oversuspicious", +"overt", +"overturned", +"overvaliant", +"overweening", +"overweight", +"overwhelming", +"overwrought", +"overzealous", +"oviform", +"ovine", +"oviparous", +"ovoid", +"ovoviviparous", +"ovular", +"owing", +"owlish", +"own", +"owned", +"owner-occupied", +"ownerless", +"ox-eyed", +"oxford-gray", +"oxford-grey", +"oxidative", +"oxidised", +"oxidizable", +"oxidized", +"oxonian", +"p.m.", +"pachydermal", +"pachydermatous", +"pachydermic", +"pachydermous", +"pacific", +"pacifist", +"pacifistic", +"packable", +"packaged", +"packed", +"padded", +"paddle-shaped", +"paederastic", +"paediatric", +"pagan", +"paid", +"paid-up", +"pain-free", +"pained", +"painful", +"painless", +"painstaking", +"paintable", +"painted", +"painterly", +"paired", +"pakistani", +"palaeolithic", +"palaeontological", +"palatable", +"palatal", +"palatalised", +"palatalized", +"palatial", +"palatine", +"palatoglossal", +"pale", +"pale-colored", +"pale-faced", +"pale-hued", +"pale_blue", +"paleoanthropological", +"paleocortical", +"paleolithic", +"paleontological", +"paleozoic", +"palestinian", +"palingenetic", +"palish", +"palladian", +"palliative", +"pallid", +"pally", +"palm-shaped", +"palmar", +"palmate", +"palmately-lobed", +"palmatifid", +"palmlike", +"palmy", +"palpable", +"palpatory", +"palpebrate", +"palpitant", +"palpitating", +"palsied", +"palsy-walsy", +"paltry", +"pampering", +"pan-hellenic", +"panamanian", +"pancake-like", +"pancake-style", +"pancreatic", +"pandemic", +"pandurate", +"panduriform", +"panegyric", +"panegyrical", +"paneled", +"panhellenic", +"panic-stricken", +"panic-struck", +"panicked", +"panicky", +"panicled", +"paniculate", +"panoplied", +"panoptic", +"panoptical", +"panoramic", +"pantalooned", +"pantheist", +"pantheistic", +"pantropic", +"pantropical", +"papal", +"paper_thin", +"paperback", +"paperbacked", +"paperlike", +"papery", +"papillary", +"papillate", +"papilliform", +"papillose", +"papist", +"papistic", +"papistical", +"pappose", +"papuan", +"parabolic", +"parabolical", +"paraboloidal", +"paradigmatic", +"paradisaic", +"paradisaical", +"paradisal", +"paradisiac", +"paradisiacal", +"paradoxical", +"paraguayan", +"parallel", +"paralytic", +"paralytical", +"paralyzed", +"paramagnetic", +"paramedical", +"parametric", +"paramilitary", +"paramount", +"paranasal", +"paranoid", +"paranormal", +"paraphrastic", +"paraplegic", +"parapsychological", +"parasitic", +"parasitical", +"parasiticidal", +"parasympathetic", +"parasympathomimetic", +"parceled_out", +"parched", +"pardonable", +"parental", +"parented", +"parenteral", +"parenthetic", +"parenthetical", +"parentless", +"pareve", +"parheliacal", +"parhelic", +"parietal", +"paripinnate", +"parisian", +"parked", +"parky", +"parliamentary", +"parlous", +"parochial", +"paroicous", +"parotid", +"parous", +"paroxysmal", +"parrotlike", +"parsimonious", +"part-time", +"parted", +"parthenogenetic", +"parthian", +"partial", +"partible", +"participating", +"participatory", +"participial", +"particolored", +"particoloured", +"particular", +"particularised", +"particularistic", +"particularized", +"particulate", +"partisan", +"partitive", +"partizan", +"parttime", +"parturient", +"party-spirited", +"parve", +"parvenu", +"parvenue", +"paschal", +"pass", +"passable", +"passant", +"passe", +"passee", +"passerine", +"passing", +"passionate", +"passionless", +"passive", +"past", +"pasted", +"pastel", +"pastel-colored", +"pastelike", +"pasteurian", +"pasteurised", +"pasteurized", +"pastoral", +"pasty", +"pat", +"patched", +"patchy", +"patellar", +"patelliform", +"patent", +"patented", +"paternal", +"paternalistic", +"pathetic", +"pathless", +"pathogenic", +"pathologic", +"pathological", +"patient", +"patient_of", +"patriarchal", +"patriarchic", +"patricentric", +"patrician", +"patrilineal", +"patrilinear", +"patrimonial", +"patriotic", +"patristic", +"patristical", +"patronised", +"patronising", +"patronized", +"patronizing", +"patronless", +"patronymic", +"patterned", +"pauline", +"paunchy", +"paved", +"pavlovian", +"pawky", +"payable", +"paying", +"paying_attention", +"pea-green", +"peace-loving", +"peaceable", +"peaceful", +"peacekeeping", +"peach-colored", +"peachy", +"peachy-colored", +"peachy-coloured", +"peacock-blue", +"peaked", +"peaky", +"peanut", +"pear-shaped", +"pearl_gray", +"pearl_grey", +"pearlescent", +"pearly", +"pearly-white", +"peaty", +"pebble-grained", +"pebbly", +"peccable", +"peccant", +"peckish", +"pectic", +"pectinate", +"pectineal", +"pectoral", +"peculiar", +"pecuniary", +"pedagogic", +"pedagogical", +"pedal", +"pedantic", +"pedate", +"pederastic", +"pedestrian", +"pediatric", +"pedigree", +"pedigreed", +"pedunculate", +"peeled", +"peerless", +"peeved", +"peevish", +"pegged-down", +"pejorative", +"pelagic", +"pelecypod", +"pelecypodous", +"pell-mell", +"pellucid", +"peloponnesian", +"peltate", +"pelvic", +"pemphigous", +"penal", +"penciled", +"pencilled", +"pendant", +"pendent", +"pending", +"pendulous", +"penetrable", +"penetrating", +"penetrative", +"penial", +"penicillin-resistant", +"penile", +"peninsular", +"penitent", +"penitential", +"penitentiary", +"pennate", +"penniless", +"penny-pinching", +"penny-wise", +"pensionable", +"pensive", +"pent", +"pent-up", +"pentagonal", +"pentamerous", +"pentangular", +"pentasyllabic", +"pentatonic", +"pentavalent", +"pentecostal", +"penultimate", +"penumbral", +"penurious", +"peopled", +"peppery", +"peppy", +"peptic", +"per_capita", +"perambulating", +"perceivable", +"perceived", +"perceptible", +"perceptive", +"perceptual", +"percipient", +"percussive", +"percutaneous", +"perdurable", +"peregrine", +"peremptory", +"perennial", +"perfect", +"perfected", +"perfectible", +"perfervid", +"perfidious", +"perfoliate", +"perforate", +"perforated", +"perfumed", +"perfunctory", +"perianal", +"pericardiac", +"pericardial", +"perigonal", +"perilous", +"perinasal", +"perinatal", +"perineal", +"periodic", +"periodical", +"periodontal", +"periodontic", +"peripatetic", +"peripheral", +"periphrastic", +"peripteral", +"perirhinal", +"perishable", +"peristylar", +"perithelial", +"peritoneal", +"peritrichous", +"periwigged", +"perked_up", +"perky", +"permanent", +"permanent-press", +"permeable", +"permeant", +"permeating", +"permeative", +"permed", +"permissible", +"permissive", +"permutable", +"pernicious", +"pernickety", +"peroneal", +"perpendicular", +"perpetual", +"perplexed", +"perplexing", +"persevering", +"persian", +"persistent", +"persisting", +"persnickety", +"person-to-person", +"personable", +"personal", +"personalised", +"personalized", +"perspicacious", +"perspicuous", +"persuadable", +"persuasible", +"persuasive", +"pert", +"pertinacious", +"pertinent", +"perturbed", +"perturbing", +"peruked", +"peruvian", +"pervasive", +"perverse", +"perversive", +"perverted", +"pervious", +"pesky", +"pessimal", +"pessimistic", +"pessimum", +"pestered", +"pestering", +"pestiferous", +"pestilent", +"pestilential", +"pet", +"petal-like", +"petaled", +"petalled", +"petalless", +"petallike", +"petaloid", +"petalous", +"petite", +"petitionary", +"petrifying", +"petrous", +"petticoated", +"pettish", +"petty", +"petulant", +"phagocytic", +"phalangeal", +"phallic", +"phantasmagoric", +"phantasmagorical", +"phantasmal", +"phantom", +"pharaonic", +"pharisaic", +"pharisaical", +"pharmaceutic", +"pharmaceutical", +"pharmacologic", +"pharmacological", +"pharyngeal", +"phenomenal", +"phenotypic", +"phenotypical", +"philanthropic", +"philatelic", +"philatelical", +"philharmonic", +"philhellene", +"philhellenic", +"philippine", +"philistine", +"philological", +"philosophic", +"philosophical", +"phlegmatic", +"phlegmatical", +"phlegmy", +"phobic", +"phocine", +"phoenician", +"phonemic", +"phonetic", +"phoney", +"phonic", +"phonogramic", +"phonologic", +"phonological", +"phony", +"phosphorescent", +"phosphoric", +"phosphorous", +"photic", +"photochemical", +"photoconductive", +"photoelectric", +"photoelectrical", +"photoemissive", +"photogenic", +"photographic", +"photomechanical", +"photometric", +"photometrical", +"photosensitive", +"photosynthetic", +"photovoltaic", +"phrasal", +"phreatic", +"phrenetic", +"phrenic", +"phrenological", +"phyletic", +"phylliform", +"phyllodial", +"phylogenetic", +"physical", +"physicochemical", +"physiologic", +"physiological", +"physiotherapeutic", +"phytophagic", +"phytophagous", +"phytophilous", +"piagetian", +"pianissimo", +"pianissimo_assai", +"pianistic", +"piano", +"picaresque", +"picayune", +"pickled", +"picky", +"pictographic", +"pictorial", +"pictural", +"pictured", +"picturesque", +"piddling", +"pie-eyed", +"piebald", +"piecemeal", +"pied", +"pierced", +"piercing", +"pietistic", +"pietistical", +"piezoelectric", +"piffling", +"pig-sized", +"pigeon-breasted", +"pigeon-toed", +"piggish", +"piggy", +"pigheaded", +"pilar", +"pilary", +"pillaged", +"pillar-shaped", +"pillared", +"pilose", +"pilosebaceous", +"pilotless", +"pilous", +"pimpled", +"pimply", +"pinchbeck", +"pinched", +"pineal", +"pinioned", +"pink", +"pink-collar", +"pink-lavender", +"pink-orange", +"pink-purple", +"pink-red", +"pink-slipped", +"pink-tinged", +"pink-tipped", +"pinkish", +"pinkish-lavender", +"pinkish-orange", +"pinkish-purple", +"pinkish-white", +"pinnate", +"pinnate-leafed", +"pinnate-leaved", +"pinnated", +"pinnatifid", +"pinnatisect", +"pinstriped", +"pint-size", +"pint-sized", +"pinwheel-shaped", +"pious", +"piquant", +"piratical", +"piscatorial", +"piscatory", +"piscine", +"piscivorous", +"pissed", +"pissed_off", +"pistillate", +"pitch-black", +"pitch-dark", +"pitched", +"pitcher-shaped", +"pitchy", +"piteous", +"pithy", +"pitiable", +"pitiful", +"pitiless", +"pitted", +"pituitary", +"pivotal", +"pixilated", +"pizzicato", +"placable", +"placating", +"placative", +"placatory", +"placeable", +"placed", +"placental", +"placid", +"placoid", +"plagiarised", +"plagiaristic", +"plagiarized", +"plagioclastic", +"plaguey", +"plaguy", +"plain", +"plain-woven", +"plainspoken", +"plaintive", +"planar", +"planate", +"plane", +"plane-polarized", +"planetal", +"planetary", +"plangent", +"planktonic", +"planless", +"planned", +"planoconcave", +"planoconvex", +"planographic", +"plant-eating", +"plantal", +"plantar", +"planted", +"plantigrade", +"plastered", +"plastic", +"platelike", +"platinum-blonde", +"platitudinal", +"platitudinous", +"platonic", +"platonistic", +"platyrhine", +"platyrhinian", +"platyrrhine", +"platyrrhinian", +"platyrrhinic", +"plausible", +"plausive", +"playable", +"played", +"played_out", +"playful", +"pleading", +"pleasant", +"pleasant-smelling", +"pleasant-tasting", +"pleased", +"pleasing", +"pleasurable", +"plebeian", +"pledged", +"plenary", +"plenteous", +"plentiful", +"pleochroic", +"pleomorphic", +"pleonastic", +"plethoric", +"pleural", +"pleurocarpous", +"pliable", +"pliant", +"plodding", +"plotted", +"ploughed", +"plowed", +"plucked", +"plucky", +"plugged", +"plumaged", +"plumate", +"plumb", +"plumbable", +"plumbaginaceous", +"plumbic", +"plumbous", +"plume-tipped", +"plumed", +"plumelike", +"plumlike", +"plummy", +"plumose", +"plump", +"plumping", +"plumy", +"plundered", +"plundering", +"pluperfect", +"plural", +"pluralistic", +"plus", +"plush", +"plush-like", +"plushy", +"plutocratic", +"plutocratical", +"plutonian", +"plutonic", +"pneumatic", +"pneumococcal", +"pneumogastric", +"pneumonic", +"po-faced", +"poached", +"pocked", +"pocket-size", +"pocket-sized", +"pocketable", +"pockmarked", +"podgy", +"podlike", +"poetic", +"poetical", +"poignant", +"poikilothermic", +"poikilothermous", +"point-blank", +"point-of-sale", +"pointed", +"pointed-toe", +"pointillist", +"pointillistic", +"pointless", +"pointy-toed", +"poised", +"poisonous", +"poker-faced", +"pokey", +"poky", +"polar", +"polarographic", +"pole-handled", +"polemic", +"polemical", +"polemoniaceous", +"policy-making", +"polish", +"polished", +"polite", +"politic", +"political", +"politically_correct", +"politically_incorrect", +"polluted", +"pollyannaish", +"poltroon", +"polyandrous", +"polyatomic", +"polychromatic", +"polychrome", +"polychromic", +"polycrystalline", +"polydactyl", +"polydactylous", +"polyestrous", +"polygamous", +"polygenic", +"polyglot", +"polygonal", +"polygynous", +"polyhedral", +"polymeric", +"polymorphemic", +"polymorphic", +"polymorphous", +"polynesian", +"polynomial", +"polyoestrous", +"polyoicous", +"polypetalous", +"polyphase", +"polyphonic", +"polyphonous", +"polyploid", +"polysemantic", +"polysemous", +"polysyllabic", +"polysynthetic", +"polytheistic", +"polytonal", +"polyunsaturated", +"polyvalent", +"pomaded", +"pompous", +"ponderable", +"pondering", +"ponderous", +"pontifical", +"poor", +"poor-spirited", +"poorly", +"pop", +"popeyed", +"popish", +"popliteal", +"popular", +"populated", +"populous", +"porcine", +"poriferous", +"pornographic", +"porose", +"porous", +"porphyritic", +"port", +"portable", +"portentous", +"porticoed", +"portly", +"portrayed", +"portuguese", +"posed", +"posh", +"positionable", +"positional", +"positioning", +"positive", +"positively_charged", +"positivist", +"positivistic", +"possessed", +"possessive", +"possible", +"post-communist", +"post-free", +"post_meridiem", +"postal", +"postbiblical", +"postdiluvian", +"postdoctoral", +"posted", +"posterior", +"postexilic", +"postganglionic", +"postglacial", +"postgraduate", +"posthumous", +"postictal", +"postindustrial", +"postmenopausal", +"postmeridian", +"postmillennial", +"postmodern", +"postmodernist", +"postmortal", +"postmortem", +"postnatal", +"postnuptial", +"postoperative", +"postpaid", +"postpartum", +"postpositive", +"postprandial", +"postulational", +"postural", +"postwar", +"pot-trained", +"potable", +"potbellied", +"potbound", +"potent", +"potential", +"potholed", +"potted", +"potty", +"potty-trained", +"pouch-shaped", +"pouched", +"pouchlike", +"pound-foolish", +"pouring", +"poverty-stricken", +"powder-puff", +"powder_blue", +"powdered", +"powdery", +"powdery-blue", +"power-assisted", +"power-driven", +"powered", +"powerful", +"powerless", +"practicable", +"practical", +"practiced", +"practised", +"praetorial", +"praetorian", +"pragmatic", +"pragmatical", +"praiseful", +"praiseworthy", +"praising", +"prakritic", +"prandial", +"prankish", +"prayerful", +"pre-christian", +"pre-columbian", +"pre-emptive", +"pre-existent", +"pre-existing", +"pre-jurassic", +"pre-raphaelite", +"pre-socratic", +"preachy", +"preadolescent", +"preanal", +"precancerous", +"precarious", +"precast", +"precative", +"precatory", +"precautional", +"precautionary", +"precedent", +"precedented", +"precedential", +"preceding", +"precious", +"precipitant", +"precipitate", +"precipitating", +"precipitous", +"precise", +"preclinical", +"preclusive", +"precocial", +"precocious", +"precognitive", +"preconceived", +"preconcerted", +"preconditioned", +"precooked", +"precooled", +"precordial", +"precursory", +"predaceous", +"predacious", +"predatory", +"predestinarian", +"predestinate", +"predestined", +"predetermined", +"predicative", +"predictable", +"predictive", +"predigested", +"predisposed", +"predominant", +"predominate", +"preeminent", +"preemptive", +"preexistent", +"preexisting", +"prefab", +"prefaded", +"prefatorial", +"prefatory", +"prefectural", +"preferable", +"preferent", +"preferential", +"preferred", +"prefigurative", +"prefrontal", +"pregnant", +"prehensile", +"prehistoric", +"prehistorical", +"prejudiced", +"prejudicial", +"prejudicious", +"prelapsarian", +"preliminary", +"preliterate", +"premarital", +"premature", +"premedical", +"premeditated", +"premenopausal", +"premenstrual", +"premier", +"premiere", +"premium", +"premonitory", +"prenatal", +"prenominal", +"prenuptial", +"preoccupied", +"preoperative", +"prepackaged", +"prepacked", +"prepaid", +"preparative", +"preparatory", +"prepared", +"preponderant", +"preponderating", +"prepositional", +"prepossessing", +"preposterous", +"preprandial", +"prepubertal", +"prepubescent", +"prepupal", +"prerecorded", +"prerequisite", +"presbyopic", +"prescient", +"prescribed", +"prescription", +"prescriptive", +"present", +"present-day", +"presentable", +"presentational", +"preservable", +"preservative", +"preserved", +"preset", +"presidential", +"presocratic", +"pressed", +"pressing", +"pressor", +"prestigious", +"prestissimo", +"presto", +"presumable", +"presumptive", +"presumptuous", +"presymptomatic", +"preteen", +"pretend", +"pretended", +"pretentious", +"preternatural", +"pretorial", +"pretorian", +"pretty", +"pretty-pretty", +"prevailing", +"prevalent", +"prevenient", +"preventable", +"preventative", +"preventive", +"previous", +"prewar", +"priapic", +"price-controlled", +"priceless", +"pricey", +"prickly", +"prickly-leafed", +"prickly-leaved", +"pricy", +"prideful", +"priestlike", +"priestly", +"priggish", +"prim", +"prima", +"prima_facie", +"primaeval", +"primal", +"primary", +"prime", +"primed", +"primeval", +"primiparous", +"primitive", +"primo", +"primordial", +"princely", +"principal", +"principled", +"printable", +"prior", +"prismatic", +"prisonlike", +"prissy", +"pristine", +"private", +"private-enterprise", +"privileged", +"privy", +"prix_fixe", +"prize", +"prizewinning", +"pro", +"pro-american", +"pro-choice", +"pro-inflammatory", +"pro-life", +"pro_bono", +"pro_forma", +"pro_tem", +"pro_tempore", +"proactive", +"probabilistic", +"probable", +"probationary", +"probative", +"probatory", +"probing", +"problematic", +"problematical", +"procaryotic", +"procedural", +"processed", +"processional", +"proclaimed", +"proconsular", +"procreative", +"procrustean", +"procumbent", +"procurable", +"prodigal", +"prodigious", +"prodromal", +"prodromic", +"productive", +"profanatory", +"profane", +"profaned", +"professed", +"professional", +"professorial", +"proficient", +"profit-maximising", +"profit-maximizing", +"profitable", +"profitless", +"profligate", +"profound", +"profoundly_deaf", +"profuse", +"progestational", +"prognathic", +"prognathous", +"prognostic", +"prognosticative", +"progressive", +"prohibited", +"prohibitive", +"prohibitory", +"proinflammatory", +"projected", +"projectile", +"projecting", +"prokaryotic", +"prolate", +"proletarian", +"prolific", +"prolix", +"prolonged", +"prolusory", +"prominent", +"promiscuous", +"promising", +"promissory", +"promotional", +"promotive", +"prompt", +"promulgated", +"prone", +"pronged", +"prongy", +"pronominal", +"pronounceable", +"pronounced", +"proof", +"proofed", +"propaedeutic", +"propagandist", +"propagandistic", +"propagative", +"propellant", +"propellent", +"propelling", +"proper", +"propertied", +"property-owning", +"propertyless", +"prophetic", +"prophetical", +"prophylactic", +"propitiative", +"propitiatory", +"propitious", +"proportionable", +"proportional", +"proportionate", +"proprietary", +"proprioceptive", +"propulsive", +"prosaic", +"proscribed", +"prosodic", +"prospective", +"prospering", +"prosperous", +"prospicient", +"prostate", +"prostatic", +"prosthetic", +"prosthodontic", +"prostrate", +"prostyle", +"prosy", +"protanopic", +"protean", +"protected", +"protecting", +"protective", +"proteinaceous", +"proteolytic", +"proterozoic", +"protestant", +"proto", +"protogeometric", +"prototypal", +"prototypic", +"prototypical", +"protozoal", +"protozoan", +"protozoic", +"protozoological", +"protracted", +"protractible", +"protractile", +"protruding", +"protrusible", +"protrusile", +"protrusive", +"protuberant", +"proud", +"proud_of", +"proustian", +"provable", +"proved", +"proven", +"provencal", +"proverbial", +"provident", +"providential", +"provincial", +"provisional", +"provisionary", +"provisory", +"provocative", +"provoked", +"provoking", +"prox", +"proximal", +"proximate", +"proximo", +"prudent", +"prudential", +"prudish", +"prurient", +"prussian", +"prying", +"pseudo", +"pseudohermaphrodite", +"pseudohermaphroditic", +"pseudonymous", +"pseudoperipteral", +"pseudoprostyle", +"pseudoscientific", +"psychedelic", +"psychiatric", +"psychiatrical", +"psychic", +"psychical", +"psychoactive", +"psychoanalytic", +"psychoanalytical", +"psychogenetic", +"psychogenic", +"psychokinetic", +"psycholinguistic", +"psychological", +"psychometric", +"psychomotor", +"psychoneurotic", +"psychopathic", +"psychopathologic", +"psychopathological", +"psychopharmacological", +"psychosexual", +"psychosomatic", +"psychotherapeutic", +"psychotic", +"psychotropic", +"pteridological", +"ptolemaic", +"pubertal", +"puberulent", +"pubescent", +"pubic", +"public", +"public-spirited", +"publicised", +"publicized", +"publishable", +"published", +"pucka", +"puckish", +"puddingheaded", +"pudendal", +"pudgy", +"puerile", +"puerperal", +"puff", +"puffed", +"puffy", +"pug-faced", +"pug-nose", +"pug-nosed", +"pugilistic", +"pugnacious", +"puissant", +"pukka", +"pulchritudinous", +"pulmonary", +"pulmonic", +"pulpy", +"pulseless", +"pulverised", +"pulverized", +"pumped", +"pumped-up", +"pumped_up", +"pumpkin-shaped", +"punch-drunk", +"punctilious", +"punctual", +"puncturable", +"punctured", +"punctureless", +"pungent", +"punic", +"punishable", +"punished", +"punishing", +"punitive", +"punitory", +"punk", +"puny", +"pupal", +"pupillary", +"puppyish", +"puppylike", +"puranic", +"purblind", +"purchasable", +"pure", +"pureblood", +"pureblooded", +"purebred", +"purgative", +"purgatorial", +"purging", +"purifying", +"puritanic", +"puritanical", +"purple", +"purple-black", +"purple-blue", +"purple-brown", +"purple-eyed", +"purple-flowered", +"purple-green", +"purple-lilac", +"purple-red", +"purple-spotted", +"purple-tinged", +"purple-tinted", +"purple-veined", +"purple-white", +"purplish", +"purplish-black", +"purplish-blue", +"purplish-brown", +"purplish-green", +"purplish-lilac", +"purplish-red", +"purplish-white", +"purpose-built", +"purpose-made", +"purposeful", +"purposeless", +"purposive", +"purse-proud", +"pursuant", +"pursued", +"pursuing", +"pursy", +"purulent", +"pushful", +"pushy", +"pusillanimous", +"pussy", +"pustulate", +"put-up", +"put-upon", +"put_on", +"putative", +"putdownable", +"putrefacient", +"putrefactive", +"putrefiable", +"putrescent", +"putrescible", +"putrid", +"putrid-smelling", +"puzzled", +"puzzling", +"pyaemic", +"pycnotic", +"pyemic", +"pyknic", +"pyknotic", +"pyloric", +"pyogenic", +"pyramidal", +"pyramidic", +"pyramidical", +"pyrectic", +"pyretic", +"pyrochemical", +"pyroelectric", +"pyroelectrical", +"pyrogallic", +"pyrogenetic", +"pyrogenic", +"pyrogenous", +"pyrographic", +"pyroligneous", +"pyrolignic", +"pyrolytic", +"pyrotechnic", +"pyrotechnical", +"pyrrhic", +"pythagorean", +"qabalistic", +"qatari", +"quack", +"quadrangular", +"quadraphonic", +"quadrasonic", +"quadrate", +"quadratic", +"quadrilateral", +"quadrillionth", +"quadripartite", +"quadriphonic", +"quadrisonic", +"quadruped", +"quadrupedal", +"quadruple", +"quadruplex", +"quadruplicate", +"quaggy", +"quaint", +"qualified", +"qualitative", +"quality", +"quantal", +"quantifiable", +"quantitative", +"quantized", +"quarantined", +"quarrelsome", +"quartan", +"quarterly", +"quartzose", +"quasi", +"quasi-religious", +"quasi-royal", +"quaternary", +"quaternate", +"quavering", +"queasy", +"quebecois", +"quechuan", +"queen-size", +"queen-sized", +"queenlike", +"queenly", +"queer", +"quelled", +"quenched", +"quenchless", +"querulous", +"questionable", +"questioning", +"quick", +"quick-change", +"quick-drying", +"quick-eared", +"quick-frozen", +"quick-sighted", +"quick-tempered", +"quick-witted", +"quickset", +"quicksilver", +"quiescent", +"quiet", +"quilted", +"quincentenary", +"quincentennial", +"quinquefoliate", +"quintessential", +"quintillionth", +"quintuple", +"quirky", +"quits", +"quixotic", +"quizzical", +"quondam", +"quotable", +"quotidian", +"r.c.", +"rabbinic", +"rabbinical", +"rabbit-sized", +"rabble-rousing", +"rabelaisian", +"rabid", +"racemose", +"rachitic", +"racial", +"racist", +"rackety", +"racking", +"racy", +"raddled", +"radial", +"radial-ply", +"radially_symmetrical", +"radiant", +"radiate", +"radiating", +"radical", +"radio", +"radio-controlled", +"radio-opaque", +"radioactive", +"radiographic", +"radiological", +"radiolucent", +"radiopaque", +"radiophonic", +"radiosensitive", +"radiotelephonic", +"raffish", +"raftered", +"ragged", +"raging", +"raiding", +"raimentless", +"raining", +"rainless", +"rainproof", +"rainy", +"raisable", +"raiseable", +"raised", +"raising", +"rakish", +"rallentando", +"rallying", +"ramate", +"rambling", +"rambunctious", +"ramose", +"ramous", +"rampageous", +"rampant", +"ramshackle", +"rancid", +"rancorous", +"random", +"randomised", +"randomized", +"randy", +"ranging", +"rangy", +"rank", +"rank-smelling", +"ranked", +"ranking", +"ransacked", +"ransomed", +"rapacious", +"raped", +"rapid", +"rapt", +"raptorial", +"rapturous", +"rare", +"rare-roasted", +"rarefied", +"rarified", +"raring", +"rascally", +"rash", +"raspberry-red", +"rasping", +"raspy", +"rastafarian", +"ratable", +"rateable", +"ratified", +"ratiocinative", +"rational", +"rationalist", +"rationalistic", +"rationed", +"ratlike", +"rattlebrained", +"rattled", +"rattlepated", +"rattling", +"ratty", +"raucous", +"raunchy", +"ravaged", +"ravaging", +"ravening", +"ravenous", +"raving_mad", +"ravishing", +"raw", +"rawboned", +"rayless", +"razed", +"razor-backed", +"razor-sharp", +"razorback", +"re-created", +"re-entrant", +"re-formed", +"reachable", +"reactionary", +"reactionist", +"reactive", +"readable", +"ready", +"ready-cooked", +"ready-made", +"ready-to-eat", +"ready-to-wear", +"ready_and_waiting", +"ready_to_hand", +"real", +"real-time", +"realised", +"realistic", +"realizable", +"realized", +"reanimated", +"rear", +"rearing", +"rearmost", +"rearward", +"reasonable", +"reasoned", +"reasoning", +"reasonless", +"reassured", +"reassuring", +"rebarbative", +"rebellious", +"reborn", +"recalcitrant", +"receding", +"receivable", +"received", +"recent", +"receptive", +"recessed", +"recessional", +"recessionary", +"recessive", +"rechargeable", +"recherche", +"reciprocal", +"reciprocative", +"reciprocatory", +"reckless", +"reclaimable", +"reclaimed", +"recluse", +"reclusive", +"recognisable", +"recognised", +"recognizable", +"recognized", +"recoilless", +"recollective", +"recombinant", +"reconcilable", +"reconciled", +"reconciling", +"recondite", +"reconstructed", +"reconstructive", +"record-breaking", +"recorded", +"recoverable", +"recovered", +"recovering", +"recreant", +"recreational", +"recriminative", +"recriminatory", +"recrudescent", +"rectal", +"rectangular", +"rectifiable", +"rectified", +"rectilineal", +"rectilinear", +"rectosigmoid", +"recumbent", +"recuperative", +"recurrent", +"recurring", +"recursive", +"recurvate", +"recurved", +"recusant", +"recyclable", +"red", +"red-blind", +"red-blooded", +"red-brick", +"red-brown", +"red-carpet", +"red-coated", +"red-faced", +"red-flowered", +"red-fruited", +"red-gray", +"red-grey", +"red-handed", +"red-hot", +"red-lavender", +"red-letter", +"red-orange", +"red-purple", +"red-rimmed", +"red-streaked", +"red-striped", +"red-violet", +"red_carpet", +"redbrick", +"reddened", +"reddish", +"reddish-brown", +"reddish-gray", +"reddish-grey", +"reddish-lavender", +"reddish-orange", +"reddish-pink", +"reddish-striped", +"reddish-violet", +"reddisn-purple", +"redeemable", +"redeemed", +"redeeming", +"redemptional", +"redemptive", +"redemptory", +"redheaded", +"redistributed", +"redolent", +"redoubled", +"redoubtable", +"reduced", +"reducible", +"reductionist", +"reductive", +"redundant", +"redux", +"reechoing", +"reedlike", +"reedy", +"reefy", +"reeking", +"reentrant", +"referable", +"referenced", +"referent", +"referential", +"refined", +"reflected", +"reflecting", +"reflective", +"reflex", +"reflexed", +"reflexive", +"reform-minded", +"reformable", +"reformative", +"reformatory", +"reformed", +"reformist", +"refractile", +"refractive", +"refractory", +"refractory-lined", +"refreshed", +"refreshful", +"refreshing", +"refrigerant", +"refrigerated", +"refrigerating", +"refulgent", +"refutable", +"regal", +"regardant", +"regardful", +"regardless", +"regenerate", +"regenerating", +"regent", +"regimental", +"regimented", +"regional", +"registered", +"regnant", +"regressive", +"regretful", +"regrettable", +"regular", +"regulated", +"regulation", +"regulative", +"regulatory", +"rehabilitative", +"reigning", +"reincarnate", +"reinforced", +"reinvigorated", +"reiterative", +"rejected", +"rejective", +"rejoicing", +"related", +"related_to", +"relatiative", +"relational", +"relative", +"relativistic", +"relaxant", +"relaxed", +"relaxing", +"releasing", +"relentless", +"relevant", +"reliable", +"reliant", +"relieved", +"religious", +"relinquished", +"relocated", +"reluctant", +"remaining", +"remarkable", +"rembrandtesque", +"remediable", +"remedial", +"remindful", +"reminiscent", +"remiss", +"remittent", +"remorseful", +"remorseless", +"remote", +"remote-controlled", +"removable", +"removed", +"remunerated", +"remunerative", +"renal", +"renascent", +"rending", +"renegade", +"renewable", +"renewed", +"renewing", +"reniform", +"renowned", +"rent-free", +"rentable", +"rental", +"renunciant", +"renunciative", +"reorganised", +"reorganized", +"repand", +"reparable", +"repayable", +"repeatable", +"repeated", +"repellant", +"repellent", +"repelling", +"repentant", +"repetitious", +"repetitive", +"replaceable", +"replete", +"reply-paid", +"reportable", +"reported", +"reposeful", +"reprehensible", +"representable", +"representational", +"representative", +"represented", +"repressed", +"repressing", +"repressive", +"reproachful", +"reprobate", +"reproducible", +"reproductive", +"reproving", +"reptilian", +"republican", +"repudiative", +"repugnant", +"repulsive", +"reputable", +"requested", +"required", +"requisite", +"rescindable", +"rescued", +"resentful", +"reserved", +"resettled", +"resident", +"residential", +"residual", +"residuary", +"resilient", +"resinated", +"resinlike", +"resinous", +"resiny", +"resistant", +"resistible", +"resistive", +"resistless", +"resolute", +"resolvable", +"resolved", +"resonant", +"resonating", +"resounding", +"resourceful", +"resourceless", +"respectable", +"respected", +"respectful", +"respective", +"respiratory", +"resplendent", +"respondent", +"responsible", +"responsible_for", +"responsive", +"rested", +"restful", +"restive", +"restless", +"restorative", +"restrained", +"restricted", +"restricting", +"restrictive", +"resultant", +"resupine", +"resurgent", +"resuscitated", +"retained", +"retaliatory", +"retarded", +"retentive", +"reticent", +"reticular", +"reticulate", +"retinal", +"retired", +"retiring", +"retractable", +"retracted", +"retractile", +"retral", +"retributive", +"retributory", +"retrievable", +"retro", +"retroactive", +"retroflex", +"retroflexed", +"retrograde", +"retrogressive", +"retrorse", +"retrospective", +"retrousse", +"returnable", +"returning", +"reusable", +"revealing", +"revelatory", +"revenant", +"revengeful", +"reverberant", +"reverberating", +"reverberative", +"revered", +"reverend", +"reverent", +"reverential", +"reverse", +"reversed", +"reversible", +"reversionary", +"reversive", +"revertible", +"reverting", +"revised", +"revitalised", +"revitalising", +"revitalized", +"revitalizing", +"revivalistic", +"revived", +"reviving", +"revocable", +"revokable", +"revolting", +"revolutionary", +"revolved", +"rewardful", +"rewarding", +"rh-negative", +"rh-positive", +"rhapsodic", +"rhenish", +"rheologic", +"rheological", +"rhetorical", +"rheumatic", +"rheumatoid", +"rheumy", +"rhinal", +"rhizoidal", +"rhizomatous", +"rhodesian", +"rhombic", +"rhombohedral", +"rhomboid", +"rhomboidal", +"rhymed", +"rhymeless", +"rhyming", +"rhythmic", +"rhythmical", +"riant", +"ribald", +"ribbed", +"ribbon-shaped", +"ribbonlike", +"ribbony", +"ribless", +"riblike", +"rich", +"rickettsial", +"rickety", +"riddled", +"ridged", +"ridiculous", +"riemannian", +"rife", +"rifled", +"rigged", +"right", +"right-angled", +"right-down", +"right-eyed", +"right-hand", +"right-handed", +"right-minded", +"right-side-out", +"right-side-up", +"right-wing", +"right_smart", +"righteous", +"rightful", +"rightish", +"rightist", +"rightmost", +"rigid", +"rigorous", +"riled", +"rimed", +"rimeless", +"riming", +"rimless", +"rimmed", +"rimose", +"rimy", +"ring-shaped", +"ringed", +"ringleted", +"ringlike", +"riotous", +"rip-roaring", +"riparian", +"ripe", +"ripened", +"ripping", +"rippled", +"risen", +"risible", +"rising", +"risk-free", +"riskless", +"risky", +"risque", +"rit.", +"ritardando", +"ritenuto", +"ritual", +"ritualistic", +"ritzy", +"rivalrous", +"riveting", +"roadless", +"roan", +"roaring", +"roast", +"roasted", +"robed", +"robotic", +"robotlike", +"robust", +"robustious", +"rock-bottom", +"rock-inhabiting", +"rock-loving", +"rock-ribbed", +"rock-steady", +"rockbound", +"rocket-propelled", +"rocklike", +"rocky", +"rococo", +"rod-shaped", +"rodlike", +"roentgenographic", +"roguish", +"roiled", +"roiling", +"roily", +"rolled", +"rolled_into_one", +"rollicking", +"rolling", +"roly-poly", +"romaic", +"roman", +"roman_catholic", +"romance", +"romani", +"romanian", +"romanic", +"romanist", +"romansh", +"romantic", +"romanticist", +"romanticistic", +"romany", +"romish", +"roofed", +"roofless", +"roomy", +"rooseveltian", +"rootbound", +"rooted", +"rootless", +"ropey", +"ropy", +"rosaceous", +"rose", +"rose-cheeked", +"rose-colored", +"rose-lavender", +"rose-lilac", +"rose-mauve", +"rose-purple", +"rose-red", +"rose-tinged", +"rose-tinted", +"roseate", +"rosicrucian", +"rostrate", +"rosy", +"rosy-cheeked", +"rosy-colored", +"rosy-purple", +"rot-resistant", +"rotary", +"rotatable", +"rotated", +"rotational", +"rotatory", +"rotted", +"rotten", +"rotund", +"rouged", +"rough", +"rough-and-ready", +"rough-and-tumble", +"rough-cut", +"rough-haired", +"rough-spoken", +"rough-textured", +"roughdried", +"roughened", +"roughhewn", +"roughish", +"roughshod", +"roumanian", +"round", +"round-arm", +"round-backed", +"round-bottom", +"round-bottomed", +"round-eyed", +"round-faced", +"round-fruited", +"round-shouldered", +"round-the-clock", +"round_the_bend", +"roundabout", +"rounded", +"roundheaded", +"roundish", +"rousing", +"rousseauan", +"routine", +"roving", +"rowdy", +"royal", +"ruandan", +"rubber", +"rubberlike", +"rubbery", +"rubbishy", +"rubicund", +"ruby", +"ruby-red", +"rudder-like", +"rudderless", +"ruddy", +"rude", +"rudimentary", +"rueful", +"ruffianly", +"ruffled", +"rugged", +"rugose", +"ruined", +"ruinous", +"rule-governed", +"ruled", +"ruling", +"ruly", +"rum", +"rumanian", +"rumansh", +"rumbling", +"rumbustious", +"ruminant", +"ruminative", +"rummy", +"rumpled", +"run-down", +"run-of-the-mill", +"run-of-the-mine", +"run-on", +"run-resistant", +"runaway", +"runcinate", +"runic", +"running", +"runny", +"runproof", +"runty", +"rupestral", +"rupicolous", +"rural", +"ruritanian", +"rush", +"rushed", +"rushlike", +"rushy", +"russet", +"russian", +"russian-speaking", +"russian_orthodox", +"rust", +"rust-brown", +"rust-colored", +"rust-free", +"rust-red", +"rust-resistant", +"rusted", +"rustic", +"rustless", +"rustling", +"rustproof", +"rustproofed", +"rusty", +"rusty-brown", +"rusty-red", +"ruthful", +"ruthless", +"rutted", +"ruttish", +"rutty", +"rwandan", +"s-shaped", +"sabahan", +"sabbatarian", +"sabbatic", +"sabbatical", +"saber-toothed", +"sabertoothed", +"sabine", +"sable", +"sabre-toothed", +"saccadic", +"saccharine", +"sacculate", +"sacculated", +"sacerdotal", +"sacked", +"saclike", +"sacral", +"sacramental", +"sacred", +"sacrificeable", +"sacrificial", +"sacrilegious", +"sacrosanct", +"sad", +"sad-faced", +"saddle-shaped", +"saddle-sore", +"saddled", +"sadducean", +"sadistic", +"sadomasochistic", +"safe", +"safe_and_sound", +"safety-related", +"sagacious", +"sage", +"sage-green", +"sagging", +"sagittal", +"sagittate", +"sagittiform", +"saharan", +"said", +"sainted", +"saintlike", +"saintly", +"salable", +"salacious", +"salamandriform", +"salaried", +"saleable", +"salient", +"salientian", +"saliferous", +"saline", +"salivary", +"sallow", +"salmon", +"salt", +"salt-cured", +"salted", +"saltish", +"saltlike", +"salty", +"salubrious", +"salutary", +"salvadoran", +"salvadorean", +"salvageable", +"salverform", +"salvific", +"salving", +"same", +"samoan", +"samoyedic-speaking", +"san_marinese", +"sanative", +"sanctified", +"sanctimonious", +"sanctionative", +"sanctioned", +"sanctioning", +"sand-blind", +"sandaled", +"sandalled", +"sandlike", +"sandpapery", +"sandy", +"sane", +"sanguinary", +"sanguine", +"sanguineous", +"sanious", +"sanitary", +"sanitised", +"sanitized", +"sapid", +"sapiens", +"sapient", +"sapiential", +"sapless", +"saponaceous", +"saponified", +"saporous", +"sapphic", +"sapphire", +"sapphirine", +"sappy", +"saprobic", +"saprophagous", +"saprophytic", +"saprozoic", +"sarawakian", +"sarcastic", +"sarcoid", +"sarcolemmal", +"sarcolemmic", +"sarcolemnous", +"sarcosomal", +"sardinian", +"sardonic", +"sartorial", +"sassy", +"satanic", +"satellite", +"satiable", +"satiate", +"satiated", +"satiny", +"satiric", +"satirical", +"satisfactory", +"satisfiable", +"satisfied", +"satisfying", +"saturated", +"saturnine", +"satyric", +"satyrical", +"saucer-eyed", +"saucer-shaped", +"saucy", +"saudi", +"saudi-arabian", +"saurian", +"sausage-shaped", +"saute", +"sauteed", +"savage", +"saved", +"saving", +"savorless", +"savory", +"savourless", +"savoury", +"saw-like", +"saw-toothed", +"sawed-off", +"sawn-off", +"sawtoothed-edged", +"saxatile", +"saxicoline", +"saxicolous", +"saxon", +"scabby", +"scabrous", +"scalable", +"scalar", +"scaled", +"scaleless", +"scalelike", +"scalene", +"scaley", +"scalic", +"scalloped", +"scaly", +"scaly-tailed", +"scandalmongering", +"scandalous", +"scandent", +"scandinavian", +"scant", +"scantily_clad", +"scanty", +"scaphoid", +"scapose", +"scapular", +"scapulohumeral", +"scarce", +"scarecrowish", +"scared", +"scarey", +"scarlet", +"scarlet-crimson", +"scarlet-pink", +"scarred", +"scary", +"scathing", +"scatological", +"scatterbrained", +"scattered", +"scattershot", +"scatty", +"scenic", +"scented", +"scentless", +"sceptered", +"sceptical", +"sceptred", +"scheduled", +"schematic", +"scheming", +"schismatic", +"schismatical", +"schizoid", +"schizophrenic", +"schmaltzy", +"schmalzy", +"scholarly", +"scholastic", +"schoolboyish", +"schoolgirlish", +"schoolwide", +"sciatic", +"scientific", +"scintillant", +"scintillating", +"sciolistic", +"scissor-tailed", +"sclerosed", +"sclerotic", +"scopal", +"scorbutic", +"scorched", +"scorching", +"scoreless", +"scorned", +"scornful", +"scotch", +"scotomatous", +"scots", +"scottish", +"scoundrelly", +"scoured", +"scowling", +"scrabbly", +"scraggly", +"scraggy", +"scrambled", +"scrappy", +"scratchy", +"scrawny", +"screaky", +"screaming", +"screechy", +"screw-loose", +"screw-topped", +"screwball", +"screwy", +"scrimpy", +"scrimy", +"scripted", +"scriptural", +"scrivened", +"scrofulous", +"scrotal", +"scrub", +"scrubbed", +"scrubby", +"scruffy", +"scrumptious", +"scrupulous", +"sculpted", +"sculptural", +"sculptured", +"sculpturesque", +"scummy", +"scurfy", +"scurrilous", +"scurrying", +"scurvy", +"scythian", +"sea-green", +"sea-level", +"seaborne", +"seafaring", +"seagirt", +"seagoing", +"sealed", +"seamanlike", +"seamanly", +"seamed", +"seamless", +"seamy", +"sear", +"searching", +"seared", +"searing", +"seasick", +"seasonable", +"seasonal", +"seasoned", +"seated", +"seaward", +"seaworthy", +"sebaceous", +"sec", +"secluded", +"second", +"second-best", +"second-class", +"second-rate", +"second-sighted", +"second-string", +"second-year", +"secondary", +"secondhand", +"secret", +"secretarial", +"secretive", +"secretory", +"sectarian", +"sectional", +"sectioned", +"sectorial", +"secular", +"secure", +"sedate", +"sedative", +"sedentary", +"sedgelike", +"sedgy", +"sedimentary", +"seditious", +"seductive", +"sedulous", +"see-through", +"seeable", +"seeded", +"seedless", +"seedy", +"seeing", +"seeming", +"seemly", +"seeping", +"seething", +"segmental", +"segmented", +"segregated", +"seismal", +"seismic", +"seismologic", +"seismological", +"select", +"selected", +"selective", +"self", +"self-abnegating", +"self-absorbed", +"self-acting", +"self-activating", +"self-addressed", +"self-aggrandising", +"self-aggrandizing", +"self-appointed", +"self-asserting", +"self-assertive", +"self-assured", +"self-aware", +"self-balancing", +"self-centered", +"self-centred", +"self-collected", +"self-colored", +"self-coloured", +"self-complacent", +"self-conceited", +"self-confessed", +"self-confident", +"self-conscious", +"self-consistent", +"self-constituted", +"self-contained", +"self-contradictory", +"self-defeating", +"self-denying", +"self-deprecating", +"self-destructive", +"self-directed", +"self-disciplined", +"self-educated", +"self-effacing", +"self-employed", +"self-enclosed", +"self-established", +"self-evident", +"self-examining", +"self-explanatory", +"self-fertilised", +"self-fertilized", +"self-forgetful", +"self-generated", +"self-giving", +"self-governing", +"self-important", +"self-imposed", +"self-induced", +"self-indulgent", +"self-involved", +"self-limited", +"self-loading", +"self-locking", +"self-loving", +"self-luminous", +"self-made", +"self-moving", +"self-opinionated", +"self-pollinated", +"self-pollinating", +"self-possessed", +"self-proclaimed", +"self-produced", +"self-propelled", +"self-propelling", +"self-referent", +"self-regulating", +"self-reliant", +"self-renewing", +"self-respectful", +"self-respecting", +"self-restraining", +"self-righteous", +"self-sacrificing", +"self-satisfied", +"self-sealing", +"self-seeded", +"self-seeking", +"self-service", +"self-serving", +"self-sowed", +"self-sown", +"self-styled", +"self-sufficient", +"self-sufficing", +"self-supporting", +"self-sustained", +"self-sustaining", +"self-whispered", +"self-willed", +"self-winding", +"selfish", +"selfless", +"selfsame", +"seljuk", +"sellable", +"semantic", +"semestral", +"semestrial", +"semi-climbing", +"semi-dry", +"semi-erect", +"semi-evergreen", +"semi-formal", +"semi-processed", +"semi-prostrate", +"semi-tuberous", +"semi-upright", +"semi-wild", +"semiabstract", +"semiannual", +"semiaquatic", +"semiarid", +"semiautobiographical", +"semiautomatic", +"semicentenary", +"semicentennial", +"semicircular", +"semicomatose", +"semiconducting", +"semiconductive", +"semiconscious", +"semidark", +"semidetached", +"semiempirical", +"semiformal", +"semihard", +"semiliquid", +"semiliterate", +"semilunar", +"semimonthly", +"seminal", +"seminiferous", +"seminude", +"semiofficial", +"semiopaque", +"semiotic", +"semiotical", +"semiparasitic", +"semipermanent", +"semipermeable", +"semipolitical", +"semiprecious", +"semiprivate", +"semipublic", +"semirigid", +"semiskilled", +"semisoft", +"semisolid", +"semisweet", +"semisynthetic", +"semite", +"semiterrestrial", +"semitic", +"semitic-speaking", +"semitransparent", +"semitropic", +"semitropical", +"semiweekly", +"sempiternal", +"senatorial", +"senecan", +"senegalese", +"senescent", +"senile", +"senior", +"sensate", +"sensational", +"sensationalistic", +"sensed", +"senseless", +"sensible", +"sensitised", +"sensitising", +"sensitive", +"sensitized", +"sensitizing", +"sensorial", +"sensorimotor", +"sensorineural", +"sensory", +"sensual", +"sensuous", +"sent", +"sentential", +"sententious", +"sentient", +"sentimental", +"sepaline", +"sepaloid", +"separable", +"separate", +"separated", +"separatist", +"separative", +"septal", +"septate", +"septic", +"septicemic", +"septrional", +"septuple", +"sepulchral", +"sequent", +"sequential", +"sequestered", +"sequined", +"seraphic", +"seraphical", +"serbian", +"sere", +"serendipitous", +"serene", +"serflike", +"serial", +"sericeous", +"sericultural", +"seriocomic", +"seriocomical", +"serious", +"serious-minded", +"serologic", +"serological", +"serous", +"serpentine", +"serrate", +"serrated", +"serried", +"serrulate", +"serviceable", +"servile", +"servo", +"servomechanical", +"sesquipedalian", +"sessile", +"set", +"set-apart", +"set-aside", +"set_in_stone", +"setaceous", +"setose", +"settled", +"seven", +"seven-day", +"seven-fold", +"seven-membered", +"seven-sided", +"sevenfold", +"seventeen", +"seventeenth", +"seventh", +"seventieth", +"seventy", +"seventy-eight", +"seventy-fifth", +"seventy-five", +"seventy-four", +"seventy-nine", +"seventy-one", +"seventy-seven", +"seventy-six", +"seventy-three", +"seventy-two", +"severable", +"several", +"several-seeded", +"severe", +"severed", +"sewed", +"sewn", +"sex-limited", +"sex-linked", +"sex-starved", +"sexagenarian", +"sexagesimal", +"sexed", +"sexist", +"sexless", +"sextuple", +"sexual", +"sexually_attractive", +"sexy", +"seychellois", +"shabby", +"shabby-genteel", +"shackled", +"shaded", +"shadowed", +"shadowy", +"shady", +"shagged", +"shaggy", +"shaggy-coated", +"shaggy-haired", +"shakable", +"shakeable", +"shakedown", +"shaken", +"shakespearean", +"shakespearian", +"shaky", +"shallow", +"shallow-draft", +"shallow-draught", +"sham", +"shamanist", +"shamanistic", +"shambolic", +"shamed", +"shamefaced", +"shameful", +"shameless", +"shaped", +"shapeless", +"shapely", +"shaping", +"shared", +"shared_out", +"sharing", +"sharp", +"sharp-angled", +"sharp-cornered", +"sharp-eared", +"sharp-eyed", +"sharp-limbed", +"sharp-nosed", +"sharp-pointed", +"sharp-set", +"sharp-sighted", +"sharp-tasting", +"sharp-toothed", +"sharp-worded", +"sharpened", +"shattered", +"shattering", +"shatterproof", +"shaved", +"shaven", +"shavian", +"sheared", +"sheathed", +"shed", +"sheeny", +"sheepish", +"sheeplike", +"sheer", +"sheetlike", +"shelflike", +"shelfy", +"shell-less", +"shelled", +"shellproof", +"sheltered", +"shelvy", +"shield-shaped", +"shielded", +"shifting", +"shiftless", +"shifty", +"shimmery", +"shingly", +"shining", +"shinto", +"shintoist", +"shintoistic", +"shiny", +"shipboard", +"shipshape", +"shirty", +"shitless", +"shitty", +"shivering", +"shivery", +"shoaly", +"shock-absorbent", +"shock-headed", +"shockable", +"shocked", +"shocking", +"shod", +"shodden", +"shoddy", +"shoed", +"shoeless", +"shona", +"shopsoiled", +"shopworn", +"shoreward", +"shorn", +"short", +"short-beaked", +"short-billed", +"short-bodied", +"short-dated", +"short-eared", +"short-haired", +"short-handed", +"short-handled", +"short-headed", +"short-lived", +"short-nosed", +"short-order", +"short-range", +"short-run", +"short-snouted", +"short-spurred", +"short-staffed", +"short-stalked", +"short-stemmed", +"short-tailed", +"short-tempered", +"short-term", +"short-winded", +"short-winged", +"short_and_sweet", +"shortened", +"shorthand", +"shortish", +"shortsighted", +"shot", +"shouldered", +"shouted", +"showery", +"showy", +"shredded", +"shrew-sized", +"shrewd", +"shrewish", +"shrieked", +"shrill", +"shrimpy", +"shrinkable", +"shriveled", +"shrivelled", +"shrubby", +"shrunken", +"shuddering", +"shuddery", +"shuha", +"shut", +"shut-in", +"shut_up", +"shuttered", +"shy", +"siamese", +"siberian", +"sibilant", +"sibyllic", +"sibylline", +"sicilian", +"sick", +"sick-abed", +"sick_of", +"sickening", +"sickish", +"sickle-shaped", +"sickly", +"side", +"side-to-side", +"side_by_side", +"sidearm", +"sidelong", +"sidereal", +"sidesplitting", +"sideways", +"sierra_leonean", +"sighted", +"sightless", +"sightly", +"sigmoid", +"sigmoidal", +"sign", +"sign-language", +"signal", +"signed", +"significant", +"significative", +"sikh", +"silenced", +"silent", +"siliceous", +"silicious", +"silk-lined", +"silken", +"silklike", +"silky", +"silky-haired", +"silky-leafed", +"silky-leaved", +"silly", +"silty", +"silvan", +"silver", +"silver-blue", +"silver-bodied", +"silver-colored", +"silver-gray", +"silver-green", +"silver-grey", +"silver-haired", +"silver-leafed", +"silver-leaved", +"silver-scaled", +"silver-tongued", +"silver-white", +"silverish", +"silvern", +"silvery", +"silvery-blue", +"silvery-bodied", +"silvery-gray", +"silvery-green", +"silvery-grey", +"silvery-leafed", +"silvery-leaved", +"silvery-white", +"simian", +"similar", +"simple", +"simple-minded", +"simplex", +"simplified", +"simplistic", +"simulated", +"simultaneous", +"sincere", +"sinewy", +"sinful", +"singable", +"singaporean", +"singhalese", +"singing", +"single", +"single-barreled", +"single-barrelled", +"single-bedded", +"single-breasted", +"single-celled", +"single-channel", +"single-handed", +"single-humped", +"single-lane", +"single-minded", +"single-seeded", +"single-shelled", +"single-spaced", +"single-stranded", +"singsong", +"singular", +"sinhala", +"sinhalese", +"sinister", +"sinistral", +"sinistrorsal", +"sinistrorse", +"sinitic", +"sinkable", +"sinless", +"sinning", +"sintered", +"sinuate", +"sinuous", +"sinusoidal", +"siouan", +"siouan-speaking", +"sissified", +"sissy", +"sissyish", +"sisterlike", +"sisterly", +"sisyphean", +"sitting", +"situated", +"six", +"six-fold", +"six-membered", +"six-pointed", +"six-sided", +"sixfold", +"sixpenny", +"sixteen", +"sixteenth", +"sixth", +"sixtieth", +"sixty", +"sixty-eight", +"sixty-fifth", +"sixty-five", +"sixty-four", +"sixty-fourth", +"sixty-nine", +"sixty-one", +"sixty-seven", +"sixty-six", +"sixty-three", +"sixty-two", +"sizable", +"size", +"sizeable", +"sized", +"sizzling", +"skanky", +"skeletal", +"skeptical", +"sketchy", +"skew", +"skew-eyed", +"skew-whiff", +"skewed", +"skilful", +"skilled", +"skillful", +"skim", +"skimmed", +"skimpy", +"skin-deep", +"skin-tight", +"skinless", +"skinned", +"skinnerian", +"skinny", +"skint", +"skintight", +"skirting", +"skittish", +"sky-blue", +"skyward", +"slack", +"slain", +"slaked", +"slam-bang", +"slanderous", +"slangy", +"slanted", +"slanting", +"slap-up", +"slapdash", +"slaphappy", +"slapstick", +"slashed", +"slashing", +"slate-black", +"slate-gray", +"slate-grey", +"slatey", +"slatternly", +"slaty", +"slaty-gray", +"slaty-grey", +"slaughterous", +"slav", +"slaveholding", +"slaveless", +"slavelike", +"slavic", +"slavish", +"slavonic", +"sleazy", +"sleek", +"sleeping", +"sleepless", +"sleepy", +"sleepy-eyed", +"sleepyheaded", +"sleety", +"sleeved", +"sleeveless", +"slender", +"slender-bodied", +"slender-waisted", +"slender-winged", +"sliced", +"slick", +"slicked", +"slicked_up", +"sliding", +"slight", +"slighting", +"slim", +"slim-bodied", +"slim-waisted", +"slimed", +"slimy", +"slipper-shaped", +"slippered", +"slippery", +"slipping", +"slippy", +"slipshod", +"slithering", +"slithery", +"slivery", +"sloped", +"sloping", +"slopped", +"sloppy", +"sloshed", +"slothful", +"slouchy", +"sloughy", +"slovakian", +"slovenian", +"slovenly", +"slow", +"slow-moving", +"slow-witted", +"slowgoing", +"slubbed", +"sluggish", +"sluicing", +"slumberous", +"slumbery", +"slumbrous", +"slummy", +"slurred", +"slushy", +"sluttish", +"sly", +"small", +"small-cap", +"small-capitalisation", +"small-capitalization", +"small-eared", +"small-fruited", +"small-grained", +"small-minded", +"small-scale", +"small-seeded", +"small-time", +"small-toothed", +"small-winged", +"smaller", +"smallish", +"smarmy", +"smart", +"smart_as_a_whip", +"smashed", +"smashing", +"smelling", +"smelly", +"smiling", +"smitten", +"smoggy", +"smoke-cured", +"smoke-dried", +"smoke-filled", +"smoke-free", +"smoked", +"smokeless", +"smoking", +"smoky", +"smoldering", +"smooth", +"smooth-bodied", +"smooth-faced", +"smooth-haired", +"smooth-shaven", +"smooth-shelled", +"smooth-skinned", +"smooth-spoken", +"smooth-textured", +"smooth-tongued", +"smoothbore", +"smoothed", +"smoothened", +"smothered", +"smothering", +"smouldering", +"smudgy", +"smug", +"smuggled", +"smutty", +"snafu", +"snake-haired", +"snakelike", +"snaky", +"snappish", +"snappy", +"snarled", +"snarly", +"snazzy", +"sneak", +"sneaking", +"sneaky", +"sneering", +"sneezy", +"snide", +"sniffly", +"sniffy", +"snobbish", +"snobby", +"snoopy", +"snooty", +"snorty", +"snot-nosed", +"snotty", +"snotty-nosed", +"snow-blind", +"snow-blinded", +"snow-capped", +"snow-clad", +"snow-covered", +"snow-white", +"snowbound", +"snowy", +"snub", +"snub-nosed", +"snuff", +"snuff-brown", +"snuffling", +"snuffly", +"snug", +"snuggled", +"so-called", +"so-so", +"soaked", +"soapy", +"soaring", +"sober", +"sobering", +"sobersided", +"sociable", +"social", +"socialised", +"socialist", +"socialistic", +"socialized", +"societal", +"sociobiologic", +"sociobiological", +"sociocultural", +"socioeconomic", +"sociolinguistic", +"sociological", +"sociopathic", +"socratic", +"sodden", +"sodding", +"soft", +"soft-boiled", +"soft-finned", +"soft-footed", +"soft-haired", +"soft-nosed", +"soft-spoken", +"soft-witted", +"soft_on", +"softened", +"softening", +"softheaded", +"softhearted", +"softish", +"soggy", +"soi-disant", +"soigne", +"soignee", +"soil-building", +"soiled", +"solanaceous", +"solar", +"sold", +"sold-out", +"soldierlike", +"soldierly", +"sole", +"soled", +"soleless", +"solemn", +"solicitous", +"solid", +"solid-colored", +"solid-coloured", +"solid-hoofed", +"solid-state", +"solidified", +"solitary", +"solo", +"solomonic", +"soluble", +"solvable", +"solved", +"solvent", +"somali", +"somalian", +"somatic", +"somatogenetic", +"somatogenic", +"somatosensory", +"somber", +"sombre", +"some", +"some_other", +"sometime", +"somniferous", +"somnific", +"somnolent", +"sonant", +"songful", +"songlike", +"sonic", +"sonorous", +"sonsie", +"sonsy", +"soot-black", +"soothing", +"sooty", +"sooty-black", +"sophistic", +"sophistical", +"sophisticated", +"sophomore", +"soporiferous", +"soporific", +"soppy", +"sopranino", +"soprano", +"sorbed", +"sorbefacient", +"sorcerous", +"sordid", +"sore", +"sore-eyed", +"sororal", +"sorrel", +"sorrowful", +"sorrowing", +"sorry", +"sorted", +"soteriological", +"sotho", +"sottish", +"souffle-like", +"soughing", +"sought", +"sought-after", +"sought_after", +"soul-destroying", +"soul-stirring", +"soulful", +"soulless", +"sound", +"sound_asleep", +"soundable", +"sounding", +"soundless", +"soundproof", +"soupy", +"sour", +"sour-tasting", +"soured", +"sourish", +"soused", +"south", +"south-central", +"south-polar", +"south_african", +"south_american", +"south_korean", +"southbound", +"southeast", +"southeasterly", +"southeastern", +"southeastward", +"southerly", +"southern", +"southernmost", +"southmost", +"southward", +"southwest", +"southwesterly", +"southwestern", +"southwestward", +"sovereign", +"soviet", +"sown", +"sozzled", +"spaced", +"spaced-out", +"spacey", +"spacial", +"spaciotemporal", +"spacious", +"spacy", +"spade-like", +"spade-shaped", +"spangled", +"spangly", +"spanish", +"spanish-speaking", +"spanking", +"spare", +"sparing", +"sparkling", +"sparkly", +"sparrow-sized", +"sparse", +"spartan", +"spasmodic", +"spastic", +"spatial", +"spatiotemporal", +"spattered", +"spatula-shaped", +"spatulate", +"spavined", +"spayed", +"speakable", +"speaking", +"spearhead-shaped", +"special", +"specialised", +"specialistic", +"specialized", +"specifiable", +"specific", +"specified", +"specious", +"specked", +"speckled", +"speckless", +"spectacled", +"spectacular", +"spectral", +"spectrographic", +"spectrometric", +"spectroscopic", +"spectroscopical", +"specular", +"speculative", +"speech-endowed", +"speechless", +"speedy", +"spell-bound", +"spellbinding", +"spellbound", +"spendable", +"spendthrift", +"spent", +"sperm-filled", +"spermatic", +"spermicidal", +"spermous", +"spheric", +"spherical", +"spheroidal", +"sphingine", +"spic", +"spic-and-span", +"spicate", +"spice-scented", +"spick", +"spick-and-span", +"spicy", +"spider-shaped", +"spiderlike", +"spiderly", +"spidery", +"spiffed_up", +"spiffing", +"spiffy", +"spiked", +"spikelike", +"spiky", +"spinal", +"spindle-legged", +"spindle-shanked", +"spindle-shaped", +"spindly", +"spine-tipped", +"spineless", +"spinnable", +"spinnbar", +"spinose", +"spinous", +"spiny", +"spiny-backed", +"spiny-edged", +"spiny-finned", +"spiny-leafed", +"spiny-leaved", +"spiny-stemmed", +"spiral", +"spiral-shelled", +"spiraling", +"spirant", +"spirited", +"spiritless", +"spiritous", +"spiritual", +"spiritualist", +"spiritualistic", +"spirituous", +"spiteful", +"splanchnic", +"splashed", +"splashy", +"splattered", +"splay", +"splayfoot", +"splayfooted", +"splendid", +"splendiferous", +"splenetic", +"splenic", +"splinterless", +"splinterproof", +"splintery", +"split", +"splitting", +"splotched", +"spoilable", +"spoiled", +"spoilt", +"spoken", +"spondaic", +"spongelike", +"spongy", +"spontaneous", +"spooky", +"spoon-shaped", +"sporadic", +"spore-bearing", +"sporogenous", +"sporting", +"sportive", +"sportsmanlike", +"sporty", +"spotless", +"spotted", +"spotty", +"spousal", +"spouting", +"sprawling", +"sprawly", +"spray-dried", +"spread", +"spread-eagle", +"spread-out", +"sprigged", +"sprightly", +"spring-blooming", +"spring-flowering", +"spring-loaded", +"springless", +"springlike", +"springy", +"sprouted", +"spruce", +"spruced_up", +"spry", +"spumy", +"spunky", +"spur-of-the-moment", +"spurious", +"spurned", +"spurting", +"squab", +"squabby", +"squalid", +"squalling", +"squally", +"squamulose", +"squandered", +"square", +"square-built", +"square-jawed", +"square-rigged", +"square-shaped", +"square-shouldered", +"square-tailed", +"square-toed", +"squared", +"squared-toe", +"squarish", +"squashed", +"squashy", +"squat", +"squatty", +"squawky", +"squeaking", +"squeaky", +"squealing", +"squeamish", +"squeezable", +"squelched", +"squiffy", +"squiggly", +"squinched", +"squint", +"squint-eyed", +"squinting", +"squinty", +"squirrel-sized", +"squirting", +"squishy", +"sr.", +"sri_lankan", +"stabbing", +"stabile", +"stabilised", +"stabilising", +"stabilized", +"stabilizing", +"stable", +"staccato", +"stacked", +"stage-struck", +"staged", +"stagey", +"stagflationary", +"staggering", +"stagnant", +"stagy", +"staid", +"stainable", +"stained", +"stainless", +"stale", +"stalemated", +"stalinist", +"stalked", +"stalkless", +"stall-fed", +"stalwart", +"staminate", +"stand-alone", +"stand-up", +"standard", +"standardised", +"standardized", +"standby", +"standing", +"standoffish", +"standpat", +"stannic", +"stannous", +"staphylococcal", +"staple", +"star", +"star-shaped", +"starboard", +"starchless", +"starchlike", +"starchy", +"staring", +"stark", +"stark_naked", +"starkers", +"starless", +"starlike", +"starlit", +"starred", +"starring", +"starry", +"starry-eyed", +"starting", +"startled", +"startling", +"starved", +"starving", +"statant", +"state-controlled", +"state-of-the-art", +"state-supported", +"stated", +"stateless", +"stately", +"statesmanlike", +"statesmanly", +"statewide", +"static", +"stationary", +"statistical", +"stative", +"statuary", +"statuesque", +"statute", +"statutory", +"staunch", +"stay-at-home", +"steadfast", +"steadied", +"steady", +"steady-going", +"steadying", +"stealthy", +"steam-powered", +"steamed", +"steaming", +"steamy", +"stearic", +"steel-plated", +"steely", +"steep", +"steep-sided", +"steepish", +"steerable", +"stellar", +"stellate", +"stemless", +"stemmatic", +"stemmed", +"stenographic", +"stenographical", +"stenosed", +"stenotic", +"stentorian", +"step-by-step", +"stepwise", +"stereo", +"stereophonic", +"stereoscopic", +"stereotyped", +"stereotypic", +"stereotypical", +"sterile", +"sterilised", +"sterilized", +"sterling", +"stern", +"sternal", +"sternutative", +"sternutatory", +"steroidal", +"stertorous", +"stewed", +"stick-in-the-mud", +"stick-on", +"sticking", +"sticking_out", +"sticky", +"stiff", +"stiff-backed", +"stiff-branched", +"stiff-haired", +"stiff-necked", +"stiff-tailed", +"stifled", +"stifling", +"stigmatic", +"still", +"stillborn", +"stilly", +"stilted", +"stimulant", +"stimulated", +"stimulating", +"stimulative", +"stinging", +"stingless", +"stingy", +"stinking", +"stinky", +"stinting", +"stipendiary", +"stippled", +"stipulatory", +"stirred", +"stirred_up", +"stirring", +"stirrup-shaped", +"stitched", +"stochastic", +"stock", +"stock-still", +"stocked", +"stocked_with", +"stockinged", +"stocky", +"stodgy", +"stoic", +"stoical", +"stoichiometric", +"stolid", +"stoloniferous", +"stomachal", +"stomachic", +"stomatal", +"stomatous", +"stone", +"stone-blind", +"stone-broke", +"stone-cold", +"stone-dead", +"stone-deaf", +"stone-gray", +"stone-grey", +"stone-sober", +"stoned", +"stoneless", +"stonelike", +"stony", +"stony-broke", +"stonyhearted", +"stooped", +"stooping", +"stoppable", +"stopped", +"stopped-up", +"stopped_up", +"stoppered", +"store-bought", +"stored-program", +"storeyed", +"storied", +"storm-beaten", +"storm-tossed", +"stormbound", +"stormproof", +"stormy", +"stout", +"stout-billed", +"stout-stemmed", +"stouthearted", +"stovepiped", +"straggling", +"straggly", +"straight", +"straight-backed", +"straight-billed", +"straight-from-the-shoulder", +"straight-grained", +"straight-laced", +"straight-legged", +"straight-out", +"straightarrow", +"straightaway", +"straightforward", +"straightlaced", +"strained", +"straining", +"strait", +"strait-laced", +"straitlaced", +"stranded", +"strange", +"strangled", +"strapless", +"straplike", +"strapping", +"strategic", +"strategical", +"stratified", +"stravinskian", +"stravinskyan", +"straw", +"straw-colored", +"straw-coloured", +"stray", +"straying", +"streaked", +"streaky", +"streaming", +"streamlined", +"street_smart", +"streetwise", +"strengthened", +"strenuous", +"strep", +"streptococcal", +"streptococcic", +"stressed", +"stressful", +"stretch", +"stretchable", +"stretched", +"stretchy", +"striate", +"stricken", +"strict", +"strident", +"strikebound", +"striking", +"stringent", +"stringy", +"strip-mined", +"striped", +"stripped", +"stripped-down", +"stripy", +"strong", +"strong-arm", +"strong-boned", +"strong-flavored", +"strong-growing", +"strong-minded", +"strong-scented", +"strong-smelling", +"strong-willed", +"stroppy", +"struck", +"structural", +"structured", +"struggling", +"strung", +"strung-out", +"stubbled", +"stubbly", +"stubborn", +"stubby", +"stuck", +"stuck-up", +"stuck_with", +"studded", +"studied", +"studious", +"stuffed", +"stuffy", +"stumpy", +"stung", +"stunned", +"stunning", +"stunted", +"stupefied", +"stupefying", +"stupendous", +"stupid", +"stuporous", +"sturdy", +"stygian", +"styleless", +"stylised", +"stylish", +"stylistic", +"stylized", +"styptic", +"suasible", +"suave", +"sub-rosa", +"sub-saharan", +"sub_judice", +"subacid", +"subacute", +"subalpine", +"subaltern", +"subaquatic", +"subaqueous", +"subarctic", +"subartesian", +"subatomic", +"subclavian", +"subclinical", +"subconscious", +"subcortical", +"subcutaneous", +"subduable", +"subdued", +"subdural", +"subfusc", +"subgross", +"subhuman", +"subjacent", +"subject", +"subjective", +"subjugable", +"subjugated", +"subjunctive", +"sublimate", +"sublimated", +"sublime", +"sublimed", +"subliminal", +"sublingual", +"subliterary", +"sublittoral", +"sublunar", +"sublunary", +"submarine", +"submerged", +"submergible", +"submersed", +"submersible", +"submissive", +"subnormal", +"subocean", +"suboceanic", +"subocular", +"suborbital", +"subordinate", +"subordinating", +"subordinative", +"subscribed", +"subscript", +"subsequent", +"subservient", +"subsidiary", +"subsidised", +"subsidized", +"subsonic", +"substandard", +"substantial", +"substantiating", +"substantiative", +"substantival", +"substantive", +"substitutable", +"substitute", +"subsurface", +"subterminal", +"subterranean", +"subterraneous", +"subtle", +"subtractive", +"subtropic", +"subtropical", +"suburban", +"suburbanised", +"suburbanized", +"subversive", +"succeeding", +"successful", +"successive", +"succinct", +"succinic", +"succulent", +"such", +"suchlike", +"suckled", +"suctorial", +"sudanese", +"sudden", +"sudorific", +"sudsy", +"suety", +"sufferable", +"suffering", +"sufficient", +"suffocating", +"suffocative", +"suffrutescent", +"suffusive", +"sufi", +"sugar-coated", +"sugared", +"sugarless", +"sugary", +"suggestible", +"suggestive", +"sui_generis", +"suicidal", +"suitable", +"suited", +"sulcate", +"sulfur-yellow", +"sulfuretted", +"sulfuric", +"sulfurized", +"sulfurous", +"sulky", +"sullen", +"sulphur-yellow", +"sulphuretted", +"sulphuric", +"sulphurous", +"sultry", +"sumatran", +"sumerian", +"summa_cum_laude", +"summary", +"summational", +"summative", +"summer-blooming", +"summer-flowering", +"summery", +"sumptuary", +"sumptuous", +"sun-drenched", +"sun-dried", +"sun-loving", +"sunbaked", +"sunburned", +"sunburnt", +"sunday-go-to-meeting", +"sundried", +"sundry", +"sunk", +"sunken", +"sunken-eyed", +"sunless", +"sunlit", +"sunny", +"sunny-side_up", +"sunrise", +"sunset", +"sunstruck", +"suntanned", +"super", +"superable", +"superabundant", +"superannuated", +"superb", +"supercharged", +"supercilious", +"supercritical", +"supererogatory", +"superfatted", +"superficial", +"superfine", +"superfluous", +"superhuman", +"superimposed", +"superincumbent", +"superior", +"superjacent", +"superlative", +"superlunar", +"superlunary", +"supernal", +"supernatant", +"supernatural", +"supernaturalist", +"supernaturalistic", +"supernormal", +"supernumerary", +"superordinate", +"superpatriotic", +"superposable", +"supersaturated", +"superscript", +"supersensitised", +"supersensitive", +"supersensitized", +"supersonic", +"superstitious", +"supervised", +"supervisory", +"supine", +"supperless", +"supple", +"supplemental", +"supplementary", +"suppliant", +"supplicant", +"supplicatory", +"supportable", +"supported", +"supporting", +"supportive", +"supposable", +"supposed", +"suppositional", +"suppositious", +"supposititious", +"suppressed", +"suppressive", +"suppurative", +"supranational", +"supranormal", +"supraocular", +"supraorbital", +"suprasegmental", +"supreme", +"surd", +"sure", +"sure-enough", +"sure-fire", +"sure-footed", +"sure-handed", +"sure_as_shooting", +"surefooted", +"surface", +"surface-active", +"surface-assimilative", +"surface-to-air", +"surficial", +"surgical", +"surging", +"surly", +"surmisable", +"surmountable", +"surmounted", +"surpassing", +"surpliced", +"surplus", +"surprised", +"surprising", +"surreal", +"surrealistic", +"surreptitious", +"surrogate", +"surrounded", +"surrounding", +"surviving", +"susceptible", +"suspect", +"suspected", +"suspended", +"suspenseful", +"suspensive", +"suspicious", +"sustainable", +"sustained", +"sustentacular", +"susurrant", +"susurrous", +"svelte", +"swagger", +"swaggering", +"swallow-tailed", +"swampy", +"swank", +"swanky", +"swart", +"swarthy", +"swashbuckling", +"swayback", +"swaybacked", +"swazi", +"swedish", +"sweeping", +"sweet", +"sweet-breathed", +"sweet-faced", +"sweet-flavored", +"sweet-scented", +"sweet-smelling", +"sweetened", +"sweetheart", +"sweetish", +"swell", +"swelled", +"sweltering", +"sweltry", +"swept", +"sweptback", +"sweptwing", +"swift", +"swift-footed", +"swimming", +"swingeing", +"swinging", +"swingy", +"swinish", +"swish", +"swishy", +"swiss", +"swollen", +"swollen-headed", +"swooning", +"sword-shaped", +"swordlike", +"sworn", +"sybaritic", +"sycophantic", +"syllabic", +"syllabled", +"syllogistic", +"sylphlike", +"sylvan", +"symbiotic", +"symbolic", +"symbolical", +"symmetric", +"symmetrical", +"sympathetic", +"sympathomimetic", +"sympatric", +"sympetalous", +"symphonic", +"symphonious", +"symptomatic", +"symptomless", +"synaesthetic", +"synaptic", +"syncarpous", +"syncategorematic", +"synchronal", +"synchronic", +"synchronised", +"synchronized", +"synchronous", +"synclinal", +"syncopated", +"syncretic", +"syncretical", +"syncretistic", +"syncretistical", +"syndetic", +"synecdochic", +"synecdochical", +"synergetic", +"synergistic", +"synesthetic", +"synoecious", +"synoicous", +"synonymous", +"synoptic", +"synoptical", +"synovial", +"synsemantic", +"syntactic", +"syntactical", +"syntagmatic", +"synthetic", +"synthetical", +"syphilitic", +"syrian", +"syrupy", +"systematic", +"systemic", +"systolic", +"t-shaped", +"tabby", +"table_d'hote", +"taboo", +"tabu", +"tabular", +"tacit", +"taciturn", +"tacky", +"tactful", +"tactical", +"tactile", +"tactless", +"tactual", +"tadpole-shaped", +"tagged", +"tahitian", +"tai", +"tail-shaped", +"tailed", +"tailless", +"taillike", +"tailor-made", +"tailored", +"tainted", +"taiwanese", +"tajikistani", +"take-away", +"take-home", +"taken", +"taken_for_granted", +"taken_up", +"taken_with", +"takeout", +"taking", +"talebearing", +"talented", +"talentless", +"taliped", +"talismanic", +"talkative", +"talky", +"tall", +"tall-growing", +"tall-stalked", +"tallish", +"taloned", +"tamable", +"tame", +"tameable", +"tamed", +"tamil", +"tan", +"tangential", +"tangerine", +"tangible", +"tangled", +"tangy", +"tanned", +"tannic", +"tannish", +"tansy-scented", +"tansy-smelling", +"tantalising", +"tantalizing", +"tantamount", +"tantric", +"tantrik", +"tanzanian", +"taoist", +"tape-recorded", +"taped", +"tapered", +"tapering", +"tapering_off", +"tapestried", +"tapped", +"tardive", +"tardy", +"target-hunting", +"tarred-and-feathered", +"tarry", +"tarsal", +"tart", +"tartarean", +"tartaric", +"tasmanian", +"tassel-shaped", +"tasseled", +"tasselled", +"tasteful", +"tasteless", +"tasty", +"tatterdemalion", +"tattered", +"tattling", +"tatty", +"taunting", +"taupe", +"taurine", +"taut", +"tautologic", +"tautological", +"tawdry", +"tawny", +"tawny-brown", +"tawny-colored", +"tawny-coloured", +"tax-exempt", +"tax-free", +"taxable", +"taxing", +"taxonomic", +"taxonomical", +"taxpaying", +"tea-scented", +"teachable", +"teal", +"tearaway", +"tearful", +"tearing", +"tearless", +"teary", +"teary-eyed", +"teased", +"teasing", +"technical", +"technical-grade", +"technical_grade", +"technological", +"technophilic", +"technophobic", +"techy", +"tectonic", +"tedious", +"teeming", +"teen", +"teenage", +"teenaged", +"teensy", +"teensy-weensy", +"teentsy", +"teeny", +"teeny-weeny", +"teetotal", +"tegular", +"telegnostic", +"telegraphic", +"telemetered", +"teleological", +"telepathic", +"telephonic", +"telescoped", +"telescopic", +"telling", +"telltale", +"tellurian", +"telluric", +"telocentric", +"temerarious", +"temperamental", +"temperate", +"tempered", +"tempering", +"tempest-swept", +"tempest-tossed", +"tempest-tost", +"tempestuous", +"temporal", +"temporary", +"temptable", +"tempting", +"ten", +"ten-fold", +"ten-membered", +"ten-sided", +"ten_thousand", +"tenable", +"tenacious", +"tenanted", +"tended_to", +"tendencious", +"tendentious", +"tender", +"tenderhearted", +"tenderised", +"tenderized", +"tending", +"tendinous", +"tendril-climbing", +"tenebrific", +"tenebrious", +"tenebrous", +"tenfold", +"tenor", +"tense", +"tensed", +"tensile", +"tensional", +"tensionless", +"tentacled", +"tentacular", +"tentative", +"tenth", +"tenuous", +"tenured", +"tepid", +"teratogenic", +"terefah", +"terete", +"terminable", +"terminal", +"terminated", +"terminative", +"terminological", +"ternary", +"ternate", +"terpsichorean", +"terrene", +"terrestrial", +"terrible", +"terrific", +"terrified", +"terrifying", +"territorial", +"terror-stricken", +"terror-struck", +"terse", +"tertian", +"tertiary", +"tessellated", +"testaceous", +"testamentary", +"testate", +"tested", +"testicular", +"testimonial", +"testy", +"tetanic", +"tetchy", +"tete-a-tete", +"tethered", +"tetragonal", +"tetramerous", +"tetrametric", +"tetravalent", +"teutonic", +"texan", +"textbook", +"textile", +"textual", +"textured", +"thai", +"thalamocortical", +"thalassic", +"thalloid", +"thallophytic", +"thankful", +"thankless", +"thawed", +"theatrical", +"theban", +"theist", +"theistic", +"theistical", +"thematic", +"then", +"thenal", +"thenar", +"theocratic", +"theological", +"theoretic", +"theoretical", +"theory-based", +"theosophical", +"therapeutic", +"therapeutical", +"thermal", +"thermic", +"thermionic", +"thermodynamic", +"thermodynamical", +"thermoelectric", +"thermoelectrical", +"thermogravimetric", +"thermohydrometric", +"thermolabile", +"thermometric", +"thermonuclear", +"thermoplastic", +"thermoset", +"thermosetting", +"thermostatic", +"thespian", +"thick", +"thick-billed", +"thick-bodied", +"thick-branched", +"thick-haired", +"thick-lipped", +"thick-skinned", +"thick-skulled", +"thick-stemmed", +"thickened", +"thickening", +"thicket-forming", +"thickheaded", +"thickly_settled", +"thickset", +"thickspread", +"thieving", +"thievish", +"thimble-shaped", +"thin", +"thin-bodied", +"thin-shelled", +"thin-skinned", +"thinkable", +"thinking", +"thinned", +"third", +"third-dimensional", +"third-rate", +"third-year", +"thirdhand", +"thirsty", +"thirteen", +"thirteenth", +"thirtieth", +"thirty", +"thirty-eight", +"thirty-eighth", +"thirty-fifth", +"thirty-first", +"thirty-five", +"thirty-four", +"thirty-fourth", +"thirty-nine", +"thirty-ninth", +"thirty-one", +"thirty-second", +"thirty-seven", +"thirty-seventh", +"thirty-six", +"thirty-sixth", +"thirty-third", +"thirty-three", +"thirty-two", +"thistlelike", +"thoracic", +"thoreauvian", +"thoriated", +"thorn-tipped", +"thornless", +"thorny", +"thorough", +"thoroughbred", +"thoroughgoing", +"thought-provoking", +"thoughtful", +"thoughtless", +"thousand", +"thousandth", +"thracian", +"threadbare", +"threaded", +"threadlike", +"thready", +"threatened", +"threatening", +"three", +"three-cornered", +"three-d", +"three-dimensional", +"three-figure", +"three-fold", +"three-hundredth", +"three-lane", +"three-legged", +"three-lipped", +"three-lobed", +"three-membered", +"three-needled", +"three-party", +"three-petaled", +"three-petalled", +"three-piece", +"three-ply", +"three-pronged", +"three-seeded", +"three-sided", +"three-way", +"three-wheel", +"three-wheeled", +"three-year-old", +"three_hundred", +"threefold", +"threepenny", +"threescore", +"thriftless", +"thrifty", +"thrilled", +"thrillful", +"thrilling", +"thriving", +"throated", +"throaty", +"throbbing", +"thrombosed", +"thronged", +"through", +"through_with", +"throwaway", +"throwback", +"thrown", +"thrown-away", +"thrown_and_twisted", +"thudding", +"thumbed", +"thumping", +"thundering", +"thunderous", +"thunderstruck", +"thundery", +"thwarted", +"thwarting", +"thwartwise", +"thyroid", +"thyroidal", +"thyrotoxic", +"tibetan", +"tibial", +"tickling", +"ticklish", +"tidal", +"tiddly", +"tidy", +"tie-on", +"tied", +"tied_up", +"tiered", +"tiger-striped", +"tigerish", +"tight", +"tight-fitting", +"tight-knit", +"tight-laced", +"tight_fitting", +"tightfisted", +"tightfitting", +"tightlipped", +"tightly_fitting", +"tightly_knit", +"tiled", +"tillable", +"tilled", +"tilted", +"timber-framed", +"timbered", +"time-consuming", +"time-honored", +"time-honoured", +"time-release", +"time-tested", +"timed", +"timeless", +"timely", +"timeserving", +"timeworn", +"timid", +"timorese", +"timorous", +"tined", +"tingling", +"tinkling", +"tinkly", +"tinned", +"tinny", +"tinpot", +"tinseled", +"tinselly", +"tiny", +"tip-and-run", +"tip-tilted", +"tip-up", +"tipped", +"tippy", +"tipsy", +"tiptoe", +"tiptop", +"tired", +"tired_of", +"tireless", +"tiresome", +"tiring", +"titanic", +"titillated", +"titillating", +"titled", +"tittering", +"titular", +"titulary", +"toadyish", +"toasted", +"tobagonian", +"tod", +"toed", +"toeless", +"toffee-nosed", +"together", +"togged", +"togged_up", +"togolese", +"toilet-trained", +"toiling", +"toilsome", +"token", +"tokenish", +"tolerable", +"tolerant", +"toll-free", +"tomboyish", +"tomentose", +"tomentous", +"tonal", +"tone-deaf", +"toned", +"toneless", +"tongan", +"tongue-in-cheek", +"tongue-shaped", +"tongue-tied", +"tongued", +"tongueless", +"tonguelike", +"tonic", +"tonsorial", +"tonsured", +"too-careful", +"too-generous", +"too-greedy", +"too_bad", +"too_big_for_one's_breeches", +"too_large", +"toothed", +"toothless", +"toothlike", +"toothsome", +"toothy", +"top", +"top-down", +"top-flight", +"top-grade", +"top-heavy", +"top-hole", +"top-notch", +"top-quality", +"top-secret", +"topical", +"topknotted", +"topless", +"topmost", +"topnotch", +"topographic", +"topographical", +"topologic", +"topological", +"topped", +"topping", +"tops", +"topsy-turvy", +"tormented", +"torn", +"toroidal", +"torpid", +"torrential", +"torrid", +"tortious", +"tortuous", +"tortured", +"torturesome", +"torturing", +"torturous", +"torulose", +"total", +"totaled", +"totalistic", +"totalitarian", +"totemic", +"totipotent", +"tottering", +"tottery", +"touch-and-go", +"touchable", +"touched", +"touching", +"touchy", +"touchy-feely", +"tough", +"tough-minded", +"tough-skinned", +"toughened", +"toupeed", +"touristed", +"touristy", +"tousled", +"towering", +"towheaded", +"toxic", +"toxicant", +"toxicologic", +"toxicological", +"trabeate", +"trabeated", +"trabecular", +"trabeculate", +"traceable", +"tracheal", +"trackable", +"tracked", +"trackless", +"tractable", +"tractile", +"tractive", +"trademarked", +"traditional", +"traditionalist", +"traditionalistic", +"tragic", +"tragical", +"tragicomic", +"tragicomical", +"trained", +"traitorous", +"tralatitious", +"tramontane", +"trancelike", +"tranquil", +"tranquilising", +"tranquilizing", +"tranquillising", +"tranquillizing", +"transactinide", +"transalpine", +"transatlantic", +"transcendent", +"transcendental", +"transcontinental", +"transcribed", +"transcultural", +"transcutaneous", +"transdermal", +"transdermic", +"transeunt", +"transferable", +"transferrable", +"transfixed", +"transformable", +"transformed", +"transgender", +"transgendered", +"transient", +"transistorised", +"transistorized", +"transitional", +"transitive", +"transitory", +"translatable", +"translational", +"translucent", +"translunar", +"translunary", +"transmissible", +"transmittable", +"transmitted", +"transmontane", +"transmundane", +"transmutable", +"transnational", +"transoceanic", +"transonic", +"transparent", +"transpiring", +"transplacental", +"transplantable", +"transpolar", +"transportable", +"transposable", +"transposed", +"transsexual", +"transuranic", +"transversal", +"transverse", +"transvestic", +"transvestite", +"trapezoidal", +"trapped", +"trashy", +"traumatic", +"travel-soiled", +"travel-stained", +"travel-worn", +"travelable", +"traveled", +"travelled", +"traversable", +"treacherous", +"treacly", +"treasonable", +"treasonous", +"treasured", +"treated", +"treble", +"tree-living", +"tree-shaped", +"treed", +"treeless", +"treelike", +"tref", +"trembling", +"tremendous", +"tremulous", +"trenchant", +"trend-setting", +"trendsetting", +"trendy", +"trepid", +"trespassing", +"trial-and-error", +"triangular", +"triangulate", +"triassic", +"tribadistic", +"tribal", +"tributary", +"tricentenary", +"tricentennial", +"trichromatic", +"trichrome", +"tricked-out", +"tricksy", +"tricky", +"triclinic", +"tricolor", +"tricuspid", +"tricuspidate", +"tried", +"tried_and_true", +"triennial", +"trifid", +"trifling", +"trifoliate", +"trifoliated", +"trifoliolate", +"trig", +"trigger-happy", +"trigonal", +"trigonometric", +"trihydroxy", +"trilateral", +"trilingual", +"trilled", +"trillion", +"trillionth", +"trilobate", +"trilobated", +"trilobed", +"trim", +"trimmed", +"trimotored", +"trinidadian", +"trinuclear", +"trinucleate", +"trinucleated", +"tripartite", +"tripinnate", +"tripinnated", +"tripinnatifid", +"triple", +"triple-crown", +"triplex", +"triploid", +"tripping", +"triskaidekaphobic", +"tritanopic", +"trite", +"triumphal", +"triumphant", +"triune", +"trivalent", +"trivial", +"trochaic", +"trojan", +"trompe-l'oeil", +"trophic", +"trophoblastic", +"trophotropic", +"tropic", +"tropical", +"trouble-free", +"troubled", +"troublesome", +"troubling", +"troublous", +"trousered", +"truant", +"truculent", +"true", +"true-blue", +"true-false", +"true-to-life", +"true_to", +"true_to_life", +"truehearted", +"trumped-up", +"trumpet-like", +"trumpet-shaped", +"truncate", +"truncated", +"trussed", +"trusted", +"trustful", +"trusting", +"trustworthy", +"trusty", +"truthful", +"trying", +"tsarist", +"tsaristic", +"tubal", +"tubby", +"tube-nosed", +"tube-shaped", +"tubed", +"tubeless", +"tubelike", +"tubercular", +"tuberculate", +"tuberculoid", +"tuberculous", +"tuberous", +"tubular", +"tucked", +"tudor", +"tufted", +"tumble-down", +"tumescent", +"tumid", +"tumultuous", +"tuneful", +"tuneless", +"tunisian", +"tuppeny", +"turbaned", +"turbid", +"turbinate", +"turbulent", +"turgid", +"turkey-sized", +"turkic", +"turkic-speaking", +"turkish", +"turkmen", +"turned", +"turned_on", +"turned_out", +"turnip-shaped", +"tuscan", +"tusked", +"tutelar", +"tutelary", +"tutorial", +"tuxedoed", +"twee", +"tweedy", +"twelfth", +"twelve", +"twelve-sided", +"twentieth", +"twenty", +"twenty-eight", +"twenty-eighth", +"twenty-fifth", +"twenty-first", +"twenty-five", +"twenty-four", +"twenty-fourth", +"twenty-nine", +"twenty-ninth", +"twenty-one", +"twenty-second", +"twenty-seven", +"twenty-seventh", +"twenty-six", +"twenty-sixth", +"twenty-third", +"twenty-three", +"twenty-two", +"twiggy", +"twiglike", +"twilight", +"twilit", +"twilled", +"twin", +"twin-bedded", +"twinkling", +"twinkly", +"twinned", +"twinning", +"twisted", +"twisting", +"twisty", +"two", +"two-a-penny", +"two-chambered", +"two-channel", +"two-dimensional", +"two-eared", +"two-faced", +"two-fold", +"two-footed", +"two-handed", +"two-humped", +"two-hundredth", +"two-lane", +"two-leafed", +"two-leaved", +"two-lipped", +"two-lobed", +"two-needled", +"two-part", +"two-party", +"two-piece", +"two-ply", +"two-pronged", +"two-sided", +"two-timing", +"two-toe", +"two-toed", +"two-way", +"two-wheel", +"two-wheeled", +"two-year", +"two-year-old", +"two_hundred", +"twofold", +"twopenny", +"twopenny-halfpenny", +"twoscore", +"tympanic", +"tympanitic", +"typic", +"typical", +"typographic", +"typographical", +"tyrannic", +"tyrannical", +"tyrannous", +"tyrolean", +"tyrolese", +"tzarist", +"u", +"u-shaped", +"ubiquitous", +"ugandan", +"ugly", +"ukrainian", +"ulcerated", +"ulcerative", +"ulcerous", +"ulnar", +"ult", +"ulterior", +"ultimate", +"ultimo", +"ultra", +"ultra_vires", +"ultraconservative", +"ultramarine", +"ultramicroscopic", +"ultramodern", +"ultramontane", +"ultranationalistic", +"ultrasonic", +"ultraviolet", +"umbel-like", +"umbellar", +"umbellate", +"umbelliferous", +"umbelliform", +"umber", +"umbilical", +"umbilicate", +"umbrageous", +"umbrella", +"umbrella-shaped", +"umbrellalike", +"umpteen", +"umpteenth", +"umptieth", +"umteen", +"umteenth", +"un-american", +"un-come-at-able", +"un-get-at-able", +"unabashed", +"unabated", +"unable", +"unabridged", +"unabused", +"unaccented", +"unacceptable", +"unaccepted", +"unaccessible", +"unaccommodating", +"unaccompanied", +"unaccountable", +"unaccredited", +"unaccustomed", +"unachievable", +"unacknowledged", +"unacquainted", +"unacquainted_with", +"unacquisitive", +"unactable", +"unadaptable", +"unadapted", +"unaddicted", +"unaddressed", +"unadjustable", +"unadjusted", +"unadoptable", +"unadorned", +"unadulterated", +"unadventurous", +"unadvisable", +"unadvised", +"unaerated", +"unaesthetic", +"unaffected", +"unaffecting", +"unaffectionate", +"unaffiliated", +"unaffixed", +"unafraid", +"unaged", +"unaggressive", +"unagitated", +"unaided", +"unaired", +"unairworthy", +"unalarming", +"unalert", +"unalienable", +"unalike", +"unalloyed", +"unalterable", +"unaltered", +"unambiguous", +"unambitious", +"unamended", +"unanalyzable", +"unanalyzed", +"unangry", +"unanimated", +"unanimous", +"unannealed", +"unannounced", +"unanswerable", +"unanswered", +"unanticipated", +"unapologetic", +"unappareled", +"unapparent", +"unappealable", +"unappealing", +"unappeasable", +"unappendaged", +"unappetising", +"unappetizing", +"unappreciated", +"unappreciative", +"unapprehensive", +"unapproachable", +"unarbitrary", +"unarguable", +"unargumentative", +"unarmed", +"unarmored", +"unarmoured", +"unarticulate", +"unarticulated", +"unartistic", +"unary", +"unascertainable", +"unascribable", +"unashamed", +"unasked", +"unassailable", +"unassertive", +"unassignable", +"unassigned", +"unassisted", +"unassuming", +"unassured", +"unasterisked", +"unattached", +"unattackable", +"unattainable", +"unattended", +"unattired", +"unattractive", +"unattributable", +"unauthentic", +"unauthorised", +"unauthorized", +"unavailable", +"unavailing", +"unavenged", +"unavoidable", +"unavowed", +"unawakened", +"unaware", +"unawed", +"unbacked", +"unbaffled", +"unbalanced", +"unbalconied", +"unbanded", +"unbaptised", +"unbaptized", +"unbarred", +"unbarreled", +"unbarrelled", +"unbearable", +"unbeatable", +"unbeaten", +"unbecoming", +"unbefitting", +"unbeholden", +"unbeknown", +"unbeknownst", +"unbelievable", +"unbelieving", +"unbeloved", +"unbelted", +"unbendable", +"unbending", +"unbeneficed", +"unbent", +"unbiased", +"unbiassed", +"unbigoted", +"unbitter", +"unbleached", +"unblemished", +"unblended", +"unblessed", +"unblinking", +"unbloody", +"unblushing", +"unbodied", +"unbolted", +"unbooked", +"unbordered", +"unborn", +"unbound", +"unbounded", +"unbowed", +"unbraced", +"unbrainwashed", +"unbranched", +"unbranching", +"unbranded", +"unbreakable", +"unbridgeable", +"unbridled", +"unbroken", +"unbrushed", +"unburdened", +"unburied", +"unburnished", +"unbuttoned", +"uncalled-for", +"uncamphorated", +"uncanny", +"uncapped", +"uncarbonated", +"uncared-for", +"uncaring", +"uncarpeted", +"uncarved", +"uncastrated", +"uncategorised", +"uncategorized", +"uncaulked", +"uncaused", +"unceasing", +"uncensored", +"unceremonial", +"unceremonious", +"uncertain", +"uncertified", +"unchained", +"unchallengeable", +"unchallenged", +"unchangeable", +"unchanged", +"unchanging", +"uncharacteristic", +"uncharged", +"uncharitable", +"uncharted", +"unchartered", +"unchaste", +"uncheckable", +"unchecked", +"uncheerful", +"unchewable", +"unchivalrous", +"unchristian", +"unchristianly", +"unchristlike", +"uncial", +"uncivil", +"uncivilised", +"uncivilized", +"unclad", +"unclaimed", +"unclassifiable", +"unclassified", +"unclean", +"uncleanly", +"unclear", +"uncleared", +"unclimbable", +"unclipped", +"unclogged", +"unclothed", +"unclouded", +"uncluttered", +"uncoated", +"uncoerced", +"uncoiled", +"uncollected", +"uncollectible", +"uncolored", +"uncoloured", +"uncolumned", +"uncombable", +"uncombed", +"uncombined", +"uncomely", +"uncomfortable", +"uncommercial", +"uncommercialised", +"uncommercialized", +"uncommitted", +"uncommon", +"uncommunicative", +"uncomparable", +"uncompartmented", +"uncompassionate", +"uncompensated", +"uncompetitive", +"uncomplaining", +"uncomplete", +"uncompleted", +"uncomplicated", +"uncomplimentary", +"uncompounded", +"uncomprehended", +"uncomprehending", +"uncomprehensible", +"uncompromising", +"unconcealed", +"unconcerned", +"unconditional", +"unconditioned", +"unconfessed", +"unconfined", +"unconfirmed", +"unconformable", +"unconformist", +"unconfused", +"uncongenial", +"unconnected", +"unconquerable", +"unconquered", +"unconscientious", +"unconscionable", +"unconscious", +"unconsecrated", +"unconsidered", +"unconsolable", +"unconsolidated", +"unconstipated", +"unconstitutional", +"unconstrained", +"unconstricted", +"unconstructive", +"unconsumed", +"unconsummated", +"uncontaminated", +"uncontaminating", +"uncontested", +"uncontrived", +"uncontrollable", +"uncontrolled", +"uncontroversial", +"unconventional", +"unconverted", +"unconvertible", +"unconvinced", +"unconvincing", +"uncooked", +"uncool", +"uncooperative", +"uncoordinated", +"uncordial", +"uncorrectable", +"uncorrected", +"uncorrelated", +"uncorroborated", +"uncorrupted", +"uncounted", +"uncoupled", +"uncousinly", +"uncouth", +"uncovered", +"uncrannied", +"uncreased", +"uncreative", +"uncritical", +"uncropped", +"uncrossed", +"uncrowded", +"uncrowned", +"uncrystallised", +"uncrystallized", +"unctuous", +"uncultivable", +"uncultivatable", +"uncultivated", +"uncultured", +"uncurbed", +"uncured", +"uncurled", +"uncurtained", +"uncurved", +"uncurving", +"uncut", +"undamaged", +"undatable", +"undated", +"undaunted", +"undeceived", +"undecided", +"undecipherable", +"undeciphered", +"undeclared", +"undecomposable", +"undecomposed", +"undecorated", +"undedicated", +"undefeated", +"undefendable", +"undefended", +"undeferential", +"undefiled", +"undefinable", +"undefined", +"undelineated", +"undemanding", +"undemocratic", +"undemonstrative", +"undeniable", +"undenominational", +"undependable", +"undepicted", +"under", +"under-the-counter", +"under-the-table", +"under_attack", +"under_fire", +"under_the_weather", +"under_wraps", +"underactive", +"underage", +"underarm", +"underbred", +"underclass", +"underclothed", +"undercoated", +"undercover", +"underdeveloped", +"underdone", +"underdressed", +"undereducated", +"underemployed", +"underfed", +"underground", +"underhand", +"underhanded", +"underhung", +"underivative", +"underived", +"underlying", +"undermanned", +"undermentioned", +"undernourished", +"underpopulated", +"underprivileged", +"undersea", +"undersealed", +"undersexed", +"undershot", +"undersize", +"undersized", +"underslung", +"understaffed", +"understandable", +"understanding", +"understated", +"understood", +"underwater", +"underway", +"underweight", +"undescended", +"undescriptive", +"undeserved", +"undeserving", +"undesigned", +"undesirable", +"undesired", +"undesiring", +"undesirous", +"undestroyable", +"undetectable", +"undetected", +"undeterminable", +"undetermined", +"undeterred", +"undeveloped", +"undeviating", +"undiagnosable", +"undiagnosed", +"undifferentiated", +"undigested", +"undignified", +"undiluted", +"undiminished", +"undimmed", +"undiplomatic", +"undirected", +"undiscerning", +"undischarged", +"undisciplined", +"undisclosed", +"undiscouraged", +"undiscoverable", +"undiscovered", +"undiscriminating", +"undisguised", +"undismayed", +"undisputable", +"undisputed", +"undissolved", +"undistinguishable", +"undistinguished", +"undistorted", +"undistributed", +"undisturbed", +"undiversified", +"undividable", +"undivided", +"undoable", +"undocumented", +"undogmatic", +"undogmatical", +"undomestic", +"undomesticated", +"undone", +"undrained", +"undramatic", +"undraped", +"undrawn", +"undreamed", +"undreamed_of", +"undreamt", +"undreamt_of", +"undressed", +"undried", +"undrinkable", +"undue", +"undulant", +"undulate", +"undulatory", +"undutiful", +"undyed", +"undying", +"undynamic", +"uneager", +"unearned", +"unearthly", +"uneasy", +"uneatable", +"uneconomic", +"uneconomical", +"unedifying", +"unedited", +"uneducated", +"uneffective", +"unelaborate", +"unelaborated", +"unembarrassed", +"unembellished", +"unembodied", +"unemotional", +"unemphatic", +"unemployable", +"unemployed", +"unenclosed", +"unencouraging", +"unencumbered", +"unended", +"unending", +"unendowed", +"unendurable", +"unenergetic", +"unenforceable", +"unenforced", +"unengaged", +"unenlightened", +"unenlightening", +"unenlivened", +"unenrgetic", +"unenterprising", +"unenthusiastic", +"unentitled", +"unenviable", +"unequal", +"unequal_to", +"unequaled", +"unequalised", +"unequalized", +"unequalled", +"unequipped", +"unequivocal", +"unerasable", +"unerect", +"unerring", +"unessential", +"unestablished", +"unethical", +"uneven", +"uneventful", +"unexacting", +"unexampled", +"unexceeded", +"unexcelled", +"unexceptionable", +"unexceptional", +"unexchangeable", +"unexcitable", +"unexcited", +"unexciting", +"unexclusive", +"unexcused", +"unexhausted", +"unexpansive", +"unexpected", +"unexpendable", +"unexpended", +"unexpired", +"unexplainable", +"unexplained", +"unexploded", +"unexploited", +"unexplorative", +"unexploratory", +"unexplored", +"unexportable", +"unexpressed", +"unexpressible", +"unexpressive", +"unexpurgated", +"unextended", +"unfaceted", +"unfading", +"unfailing", +"unfair", +"unfaithful", +"unfaltering", +"unfamiliar", +"unfamiliar_with", +"unfashionable", +"unfastened", +"unfastidious", +"unfathomable", +"unfathomed", +"unfattened", +"unfavorable", +"unfavourable", +"unfearing", +"unfeasible", +"unfeathered", +"unfed", +"unfeeling", +"unfeigned", +"unfeminine", +"unfenced", +"unfermented", +"unfertile", +"unfertilised", +"unfertilized", +"unfettered", +"unfilled", +"unfilmed", +"unfinished", +"unfirm", +"unfit", +"unfitting", +"unfixed", +"unflagging", +"unflappable", +"unflattering", +"unflavored", +"unflavoured", +"unflawed", +"unfledged", +"unflinching", +"unfluctuating", +"unflurried", +"unflustered", +"unfocused", +"unfocussed", +"unforbearing", +"unforced", +"unforceful", +"unforeseeable", +"unforeseen", +"unforesightful", +"unforested", +"unforethoughtful", +"unforfeitable", +"unforgettable", +"unforgivable", +"unforgiving", +"unformed", +"unfortunate", +"unfounded", +"unframed", +"unfree", +"unfrequented", +"unfretted", +"unfriendly", +"unfrightened", +"unfrosted", +"unfrozen", +"unfruitful", +"unfueled", +"unfulfilled", +"unfunctional", +"unfunded", +"unfunny", +"unfurnished", +"unfurrowed", +"ungainly", +"ungallant", +"ungarbed", +"ungarmented", +"ungathered", +"ungeared", +"ungenerous", +"ungentle", +"ungentlemanlike", +"ungentlemanly", +"ungetatable", +"unglamorous", +"unglamourous", +"unglazed", +"ungodly", +"ungovernable", +"ungoverned", +"ungraceful", +"ungracious", +"ungraded", +"ungrammatical", +"ungrasped", +"ungrateful", +"ungratified", +"ungratifying", +"ungreased", +"ungregarious", +"ungroomed", +"ungrudging", +"ungual", +"unguaranteed", +"unguarded", +"unguiculate", +"unguiculated", +"unguided", +"ungulate", +"ungulated", +"ungummed", +"ungusseted", +"unhallowed", +"unhampered", +"unhappy", +"unhardened", +"unharmed", +"unharmonious", +"unhatched", +"unhazardous", +"unheaded", +"unhealed", +"unhealthful", +"unhealthy", +"unhearable", +"unheard", +"unheard-of", +"unhearing", +"unheated", +"unheeded", +"unheeding", +"unhelpful", +"unheralded", +"unhesitating", +"unhewn", +"unhindered", +"unhinged", +"unholy", +"unhomogenised", +"unhomogenized", +"unhoped", +"unhoped-for", +"unhopeful", +"unhuman", +"unhumorous", +"unhurried", +"unhurt", +"unhygienic", +"uniate", +"unicameral", +"unicellular", +"unicuspid", +"unidentifiable", +"unidentified", +"unidimensional", +"unidirectional", +"unifacial", +"unified", +"unifilar", +"unifoliate", +"uniform", +"uniformed", +"unifying", +"unilateral", +"unilluminated", +"unilluminating", +"unimaginable", +"unimaginative", +"unimagined", +"unimodal", +"unimpaired", +"unimpassioned", +"unimpeachable", +"unimpeded", +"unimportant", +"unimposing", +"unimpregnated", +"unimpressed", +"unimpressionable", +"unimpressive", +"unimprisoned", +"unimproved", +"unincorporated", +"unindustrialised", +"unindustrialized", +"uninebriated", +"uninfected", +"uninflected", +"uninfluenced", +"uninfluential", +"uninformative", +"uninformed", +"uninhabitable", +"uninhabited", +"uninhibited", +"uninitiate", +"uninitiated", +"uninjectable", +"uninjured", +"uninominal", +"uninquiring", +"uninquisitive", +"uninspired", +"uninspiring", +"uninstructed", +"uninstructive", +"uninsurable", +"uninsured", +"unintegrated", +"unintelligent", +"unintelligible", +"unintended", +"unintentional", +"uninterested", +"uninteresting", +"uninterrupted", +"unintimidated", +"unintoxicated", +"unintrusive", +"uninucleate", +"uninventive", +"uninvited", +"uninviting", +"uninvolved", +"union", +"unionised", +"unionized", +"uniovular", +"uniovulate", +"uniparous", +"unipolar", +"unique", +"unironed", +"unisex", +"unisexual", +"unitarian", +"unitary", +"united", +"univalent", +"univalve", +"universal", +"universalist", +"universalistic", +"univocal", +"unjointed", +"unjust", +"unjustifiable", +"unjustified", +"unkempt", +"unkept", +"unkeyed", +"unkind", +"unkindled", +"unkindly", +"unknowable", +"unknowing", +"unknowledgeable", +"unknown", +"unlabeled", +"unlabelled", +"unlaced", +"unladylike", +"unlamented", +"unlatched", +"unlaureled", +"unlaurelled", +"unlawful", +"unleaded", +"unlearned", +"unleavened", +"unlettered", +"unlicenced", +"unlicensed", +"unlifelike", +"unlighted", +"unlikable", +"unlike", +"unlikeable", +"unlikely", +"unlimited", +"unlined", +"unlipped", +"unlisted", +"unlit", +"unliterary", +"unlittered", +"unlivable", +"unliveable", +"unliveried", +"unloaded", +"unlobed", +"unlocated", +"unlocked", +"unlogical", +"unlooked-for", +"unlovable", +"unloved", +"unlovely", +"unloving", +"unlubricated", +"unlucky", +"unmade", +"unmalicious", +"unmalleable", +"unmalted", +"unmanageable", +"unmanful", +"unmanlike", +"unmanly", +"unmanned", +"unmannered", +"unmannerly", +"unmapped", +"unmarked", +"unmarketable", +"unmarred", +"unmarried", +"unmatchable", +"unmatched", +"unmated", +"unmeasurable", +"unmeasured", +"unmechanical", +"unmechanised", +"unmechanized", +"unmediated", +"unmedical", +"unmedicative", +"unmedicinal", +"unmelodic", +"unmelodious", +"unmelted", +"unmemorable", +"unmentionable", +"unmercenary", +"unmerchantable", +"unmerciful", +"unmerited", +"unmeritorious", +"unmethodical", +"unmilitary", +"unmindful", +"unmined", +"unmingled", +"unmistakable", +"unmitigable", +"unmitigated", +"unmixable", +"unmixed", +"unmoderated", +"unmodernised", +"unmodernized", +"unmodifiable", +"unmodified", +"unmodulated", +"unmolested", +"unmortgaged", +"unmotivated", +"unmotorised", +"unmotorized", +"unmourned", +"unmovable", +"unmoved", +"unmoving", +"unmown", +"unmusical", +"unmutilated", +"unmyelinated", +"unnameable", +"unnamed", +"unnatural", +"unnaturalised", +"unnaturalized", +"unnavigable", +"unnecessary", +"unneeded", +"unneighborly", +"unneighbourly", +"unnerved", +"unnerving", +"unneurotic", +"unnotched", +"unnoted", +"unnoticeable", +"unnoticed", +"unnourished", +"unnumberable", +"unnumbered", +"unnumerable", +"unobjectionable", +"unobjective", +"unobligated", +"unobliging", +"unobservable", +"unobservant", +"unobserved", +"unobstructed", +"unobtainable", +"unobtrusive", +"unobvious", +"unoccupied", +"unoffending", +"unofficial", +"unoiled", +"unopen", +"unopened", +"unopposable", +"unopposed", +"unordered", +"unorganised", +"unorganized", +"unoriented", +"unoriginal", +"unornamented", +"unorthodox", +"unostentatious", +"unowned", +"unoxygenated", +"unpackaged", +"unpaid", +"unpainful", +"unpaintable", +"unpainted", +"unpaired", +"unpalatable", +"unparallel", +"unparalleled", +"unpardonable", +"unparented", +"unparliamentary", +"unpartitioned", +"unpassable", +"unpasteurised", +"unpasteurized", +"unpatented", +"unpatriotic", +"unpatronised", +"unpatronized", +"unpatterned", +"unpaved", +"unpeaceable", +"unpeaceful", +"unpeopled", +"unperceivable", +"unperceived", +"unperceiving", +"unperceptive", +"unperformed", +"unpermed", +"unpermissive", +"unperplexed", +"unpersuadable", +"unpersuaded", +"unpersuasive", +"unperturbed", +"unpictured", +"unpicturesque", +"unpierced", +"unpigmented", +"unpillared", +"unpitying", +"unplaced", +"unplanned", +"unplanted", +"unplayable", +"unplayful", +"unpleasant", +"unpleasant-smelling", +"unpleasing", +"unpledged", +"unploughed", +"unplowed", +"unplumbed", +"unpointed", +"unpolished", +"unpolitical", +"unpolluted", +"unpompous", +"unpopular", +"unpopulated", +"unportable", +"unposed", +"unpotted", +"unpowered", +"unpracticed", +"unpractised", +"unprecedented", +"unpredictable", +"unpredicted", +"unpredictive", +"unprejudiced", +"unpremeditated", +"unprepared", +"unprepossessing", +"unpresentable", +"unpresidential", +"unpressed", +"unpretending", +"unpretentious", +"unpreventable", +"unpriestly", +"unprincipled", +"unprintable", +"unproblematic", +"unprocessed", +"unprocurable", +"unproductive", +"unprofessional", +"unprofitable", +"unprogressive", +"unpromised", +"unpromising", +"unprompted", +"unpronounceable", +"unprophetic", +"unpropitious", +"unprotected", +"unprotective", +"unprovable", +"unproved", +"unproven", +"unprovided_for", +"unprovocative", +"unprovoked", +"unprovoking", +"unpublishable", +"unpublished", +"unpunctual", +"unpunished", +"unpurified", +"unqualified", +"unquenchable", +"unquestionable", +"unquestioned", +"unquestioning", +"unquiet", +"unquotable", +"unraised", +"unranked", +"unratable", +"unratified", +"unreachable", +"unreached", +"unreactive", +"unread", +"unreadable", +"unready", +"unreal", +"unrealised", +"unrealistic", +"unrealizable", +"unrealized", +"unreasonable", +"unreasoning", +"unreassuring", +"unreceptive", +"unreciprocated", +"unrecognisable", +"unrecognised", +"unrecognizable", +"unrecognized", +"unreconcilable", +"unreconciled", +"unreconstructed", +"unrecorded", +"unrecoverable", +"unredeemable", +"unredeemed", +"unreduced", +"unrefined", +"unreflected", +"unreflective", +"unreformable", +"unreformed", +"unrefreshed", +"unregenerate", +"unregenerated", +"unregistered", +"unregretful", +"unregretting", +"unregulated", +"unrehearsed", +"unrelated", +"unrelaxed", +"unreleased", +"unrelenting", +"unreliable", +"unrelieved", +"unremarkable", +"unremarked", +"unremedied", +"unremitting", +"unremorseful", +"unremunerative", +"unrenewable", +"unrenewed", +"unrentable", +"unrepaired", +"unrepeatable", +"unrepentant", +"unreplaceable", +"unreportable", +"unreported", +"unrepresentative", +"unrepressed", +"unreproducible", +"unrequested", +"unrequited", +"unresentful", +"unreserved", +"unresistant", +"unresisting", +"unresolvable", +"unresolved", +"unrespectable", +"unresponsive", +"unrested", +"unrestrained", +"unrestricted", +"unrestrictive", +"unretentive", +"unretrievable", +"unrevealed", +"unreverberant", +"unrevised", +"unrevived", +"unrewarded", +"unrewarding", +"unrhetorical", +"unrhymed", +"unrhythmic", +"unrhythmical", +"unrifled", +"unrigged", +"unrighteous", +"unrimed", +"unripe", +"unripened", +"unrivaled", +"unrivalled", +"unromantic", +"unroofed", +"unrouged", +"unruffled", +"unruly", +"unsaddled", +"unsafe", +"unsaid", +"unsalable", +"unsalaried", +"unsaleable", +"unsalted", +"unsanctified", +"unsanctioned", +"unsanded", +"unsanitary", +"unsaponified", +"unsarcastic", +"unsated", +"unsatiable", +"unsatiated", +"unsatisfactory", +"unsatisfiable", +"unsatisfied", +"unsatisfying", +"unsaturated", +"unsaved", +"unsavory", +"unsavoury", +"unscalable", +"unscathed", +"unscheduled", +"unscholarly", +"unschooled", +"unscientific", +"unscripted", +"unscrupulous", +"unsealed", +"unseamanlike", +"unseamed", +"unseasonable", +"unseasoned", +"unseaworthy", +"unsectarian", +"unsecured", +"unseductive", +"unseeable", +"unseeded", +"unseeing", +"unseemly", +"unseen", +"unseeyn", +"unsegmented", +"unsegregated", +"unselected", +"unselective", +"unselfconscious", +"unselfish", +"unsensational", +"unsent", +"unsentimental", +"unserviceable", +"unservile", +"unsettled", +"unsexed", +"unsexy", +"unshackled", +"unshaded", +"unshadowed", +"unshakable", +"unshaken", +"unshaped", +"unshapely", +"unshapen", +"unshared", +"unsharpened", +"unshaved", +"unshaven", +"unsheared", +"unsheathed", +"unshelled", +"unshielded", +"unshockable", +"unshod", +"unshoed", +"unshorn", +"unshrinkable", +"unshrinking", +"unshuttered", +"unsighted", +"unsightly", +"unsigned", +"unsilenced", +"unsinkable", +"unsized", +"unskilled", +"unskillful", +"unsleeping", +"unsloped", +"unsmiling", +"unsmooth", +"unsmoothed", +"unsnarled", +"unsociable", +"unsocial", +"unsoiled", +"unsold", +"unsoldierly", +"unsolicited", +"unsoluble", +"unsolvable", +"unsolved", +"unsophisticated", +"unsorted", +"unsought", +"unsound", +"unsoundable", +"unsounded", +"unsoured", +"unsown", +"unspaced", +"unsparing", +"unspeakable", +"unspecialised", +"unspecialized", +"unspecific", +"unspecified", +"unspectacular", +"unspent", +"unspoiled", +"unspoilt", +"unspoken", +"unsporting", +"unsportsmanlike", +"unspotted", +"unstable", +"unstaged", +"unstained", +"unstarred", +"unstated", +"unstatesmanlike", +"unsteady", +"unsterilised", +"unsterilized", +"unstilted", +"unstimulating", +"unstinted", +"unstinting", +"unstirred", +"unstoppable", +"unstoppered", +"unstrained", +"unstratified", +"unstressed", +"unstructured", +"unstrung", +"unstuck", +"unstudied", +"unstudious", +"unstylish", +"unsuasible", +"unsubdivided", +"unsubduable", +"unsubdued", +"unsubmissive", +"unsubstantial", +"unsubstantiated", +"unsubtle", +"unsuccessful", +"unsufferable", +"unsugared", +"unsuitable", +"unsuited", +"unsullied", +"unsung", +"unsupervised", +"unsupportable", +"unsupported", +"unsupportive", +"unsuppressed", +"unsure", +"unsurmountable", +"unsurpassable", +"unsurpassed", +"unsurprised", +"unsurprising", +"unsusceptible", +"unsuspected", +"unsuspecting", +"unsuspicious", +"unswayed", +"unsweet", +"unsweetened", +"unswept", +"unswerving", +"unsworn", +"unsyllabic", +"unsyllabled", +"unsymbolic", +"unsymmetric", +"unsymmetrical", +"unsympathetic", +"unsympathising", +"unsympathizing", +"unsynchronised", +"unsynchronized", +"unsynchronous", +"unsystematic", +"untactful", +"untagged", +"untainted", +"untalented", +"untalkative", +"untamed", +"untangled", +"untanned", +"untaped", +"untapped", +"untarnished", +"untasted", +"untaught", +"untaxed", +"untechnical", +"untellable", +"untempered", +"untempting", +"untenable", +"untenanted", +"untended", +"untested", +"untethered", +"unthankful", +"unthawed", +"untheatrical", +"unthematic", +"unthinkable", +"unthinking", +"unthought", +"unthought-of", +"unthoughtful", +"unthreatening", +"untidy", +"untied", +"untilled", +"untimbered", +"untimely", +"untipped", +"untired", +"untiring", +"untitled", +"untoasted", +"untold", +"untoothed", +"untouchable", +"untouched", +"untoughened", +"untoward", +"untraceable", +"untracked", +"untraditional", +"untrained", +"untrammeled", +"untrammelled", +"untransferable", +"untranslatable", +"untransmutable", +"untraveled", +"untravelled", +"untraversable", +"untraversed", +"untreated", +"untried", +"untrimmed", +"untrod", +"untrodden", +"untroubled", +"untrue", +"untrusting", +"untrustworthy", +"untrusty", +"untruthful", +"untucked", +"untufted", +"untuneful", +"unturned", +"untutored", +"untwisted", +"untypical", +"ununderstood", +"unusable", +"unuseable", +"unused", +"unusual", +"unutterable", +"unuttered", +"unvaccinated", +"unvalued", +"unvaned", +"unvanquishable", +"unvanquished", +"unvaried", +"unvarnished", +"unvarying", +"unveiled", +"unvendible", +"unvented", +"unventilated", +"unverbalised", +"unverbalized", +"unverifiable", +"unverified", +"unversed", +"unvigilant", +"unvindictive", +"unvitrified", +"unvoiced", +"unvoluntary", +"unvulcanised", +"unvulcanized", +"unwanted", +"unwarmed", +"unwarrantable", +"unwarranted", +"unwary", +"unwashed", +"unwatchful", +"unwavering", +"unwaxed", +"unweaned", +"unwearable", +"unwearied", +"unweary", +"unwearying", +"unweathered", +"unwebbed", +"unwed", +"unwedded", +"unwelcome", +"unwell", +"unwholesome", +"unwieldy", +"unwilled", +"unwilling", +"unwise", +"unwished", +"unwished-for", +"unwitting", +"unwomanly", +"unwonted", +"unwooded", +"unworkable", +"unworkmanlike", +"unworldly", +"unworried", +"unworthy", +"unwounded", +"unwoven", +"unwrapped", +"unwrinkled", +"unwritten", +"unyielding", +"up", +"up-and-coming", +"up-to-date", +"up-to-the-minute", +"up_in_the_air", +"up_on", +"up_to", +"up_to_her_neck", +"up_to_his_neck", +"up_to_my_neck", +"up_to_our_necks", +"up_to_their_necks", +"up_to_your_neck", +"upbeat", +"upbound", +"upcoming", +"upcountry", +"upcurved", +"upended", +"upfield", +"upfront", +"uphill", +"upland", +"uplifted", +"upmarket", +"upmost", +"upon_one's_guard", +"upper", +"upper-class", +"upper-level", +"upper-lower-class", +"upper-middle-class", +"uppercase", +"uppermost", +"uppish", +"uppity", +"upraised", +"upright", +"uproarious", +"upscale", +"upset", +"upsetting", +"upside-down", +"upstage", +"upstair", +"upstairs", +"upstanding", +"upstart", +"upstream", +"uptight", +"uptown", +"upturned", +"upward", +"upwind", +"uraemic", +"urban", +"urbane", +"urbanised", +"urbanized", +"urceolate", +"uremic", +"urethral", +"urgent", +"uric", +"uricosuric", +"urinary", +"urn-shaped", +"urogenital", +"ursine", +"uruguayan", +"usable", +"useable", +"used", +"used_to", +"useful", +"useless", +"user-friendly", +"usual", +"usufructuary", +"usurious", +"uterine", +"utile", +"utilised", +"utilitarian", +"utility", +"utility-grade", +"utilizable", +"utilized", +"utmost", +"utopian", +"utter", +"utterable", +"uttered", +"uttermost", +"uveal", +"uveous", +"uvular", +"uxorial", +"uxorious", +"uzbekistani", +"v", +"v-shaped", +"vacant", +"vaccinated", +"vacillant", +"vacillating", +"vacuolate", +"vacuolated", +"vacuous", +"vagabond", +"vagal", +"vagile", +"vaginal", +"vagrant", +"vague", +"vain", +"vainglorious", +"valedictory", +"valent", +"valetudinarian", +"valetudinary", +"valiant", +"valid", +"validated", +"validating", +"validatory", +"valorous", +"valuable", +"valued", +"valueless", +"valved", +"valvular", +"vaned", +"vanilla", +"vanilla-scented", +"vanished", +"vanquishable", +"vapid", +"vaporific", +"vaporish", +"vaporizable", +"vaporized", +"vaporous", +"vapourific", +"vapourisable", +"vapourised", +"vapourish", +"vapourous", +"variable", +"variant", +"varicelliform", +"varicolored", +"varicoloured", +"varicose", +"varied", +"variegated", +"variform", +"variolar", +"variolic", +"variolous", +"various", +"varnished", +"varying", +"vascular", +"vase-shaped", +"vasiform", +"vasomotor", +"vast", +"vatic", +"vatical", +"vaulted", +"vaulting", +"vedic", +"vegetal", +"vegetational", +"vegetative", +"vegetive", +"vehement", +"vehicular", +"veiled", +"veinal", +"veined", +"veinlike", +"velar", +"velvet", +"velvet-textured", +"velvety", +"velvety-furred", +"velvety-haired", +"velvety-plumaged", +"velvety-skinned", +"venal", +"vendable", +"vendible", +"venerable", +"venerating", +"venereal", +"venetian", +"venezuelan", +"vengeful", +"venial", +"venomed", +"venomous", +"venose", +"venous", +"vented", +"ventilated", +"ventilatory", +"ventral", +"ventricose", +"ventricous", +"ventricular", +"venturesome", +"venturous", +"veracious", +"verbal", +"verbalised", +"verbalized", +"verbatim", +"verbose", +"verboten", +"verdant", +"veridical", +"verifiable", +"verificatory", +"verified", +"verifying", +"verisimilar", +"veritable", +"vermicular", +"vermiculate", +"vermiculated", +"vermiform", +"vermilion", +"vermillion", +"verminous", +"vernacular", +"vernal", +"verrucose", +"versatile", +"versed", +"vertebral", +"vertebrate", +"vertical", +"verticillate", +"verticillated", +"vertiginous", +"very", +"vesical", +"vesicant", +"vesicatory", +"vesicular", +"vestal", +"vested", +"vestiary", +"vestibular", +"vestigial", +"vestmental", +"vestmented", +"veteran", +"veterinary", +"vexatious", +"vexed", +"vexing", +"vi", +"viable", +"viatical", +"vibrant", +"vibrational", +"vibratory", +"vibrionic", +"vicarial", +"vicarious", +"vice-presidential", +"vicenary", +"vicennial", +"viceregal", +"vicinal", +"vicious", +"victimised", +"victimized", +"victorian", +"victorious", +"viennese", +"vietnamese", +"viewable", +"viewless", +"vigesimal", +"vigilant", +"vigorous", +"vii", +"viii", +"vile", +"villainous", +"vinaceous", +"vincible", +"vindicated", +"vindicatory", +"vindictive", +"vinegarish", +"vinegary", +"vinous", +"violable", +"violated", +"violative", +"violent", +"violet", +"violet-black", +"violet-blue", +"violet-colored", +"violet-coloured", +"violet-flowered", +"violet-pink", +"violet-purple", +"violet-scented", +"violet-streaked", +"violet-tinged", +"violet-tinted", +"viral", +"virgin", +"virginal", +"viricidal", +"virile", +"virological", +"virtual", +"virtuoso", +"virtuous", +"virucidal", +"virulent", +"visaged", +"visceral", +"viscid", +"viscoelastic", +"viscometric", +"viscosimetric", +"viscous", +"viselike", +"visible", +"visionary", +"visored", +"visual", +"visualised", +"visualized", +"visually_challenged", +"visually_impaired", +"vital", +"vitalizing", +"vitiated", +"vitiliginous", +"vitreous", +"vitrified", +"vitriolic", +"vituperative", +"viva-voce", +"vivace", +"vivacious", +"vivid", +"viviparous", +"vixenish", +"vocal", +"vocalic", +"vocational", +"vocative", +"vociferous", +"voguish", +"voiced", +"voiceless", +"void", +"voidable", +"volant", +"volar", +"volatile", +"volatilisable", +"volatilised", +"volatilizable", +"volatilized", +"volcanic", +"volitional", +"voltaic", +"voltarean", +"voltarian", +"voluble", +"volumed", +"volumetric", +"volumetrical", +"voluminous", +"voluntary", +"volunteer", +"voluptuary", +"voluptuous", +"volute", +"voluted", +"voracious", +"voteless", +"votive", +"vowellike", +"voyeuristic", +"voyeuristical", +"vulcanised", +"vulcanized", +"vulgar", +"vulnerable", +"vulpecular", +"vulpine", +"vulturine", +"vulturous", +"vulval", +"vulvar", +"w-shaped", +"wacky", +"wafer-like", +"wafer-thin", +"wage-earning", +"waggish", +"wagnerian", +"wailful", +"wailing", +"wainscoted", +"waist-length", +"waiting", +"wakeful", +"wakeless", +"waking", +"walk-in", +"walk-on", +"walk-to", +"walk-up", +"walking", +"walleyed", +"walloping", +"wan", +"wandering", +"waning", +"wanted", +"wanting", +"wanton", +"war-ridden", +"war-torn", +"war-worn", +"warlike", +"warm", +"warm-blooded", +"warm-toned", +"warmed", +"warmhearted", +"warming", +"warning", +"warped", +"warring", +"warriorlike", +"wartlike", +"warty", +"wary", +"wash-and-wear", +"washable", +"washed", +"washed-out", +"washed-up", +"washingtonian", +"washy", +"wasp-waisted", +"waspish", +"waste", +"wasted", +"wasteful", +"watchful", +"water-cooled", +"water-insoluble", +"water-loving", +"water-repellent", +"water-resistant", +"water-soluble", +"water-washed", +"waterborne", +"watercress", +"watered", +"waterless", +"waterlogged", +"watermelon-shaped", +"waterproof", +"waterproofed", +"watertight", +"waterworn", +"watery", +"watery-eyed", +"wavelike", +"wavering", +"wavy", +"wavy-grained", +"waxed", +"waxen", +"waxing", +"waxlike", +"waxy", +"way-out", +"wayfaring", +"wayward", +"weak", +"weak-kneed", +"weak-stemmed", +"weakened", +"weakening", +"weakly", +"wealthy", +"weaned", +"weaponed", +"weaponless", +"weapons-grade", +"wearable", +"wearied", +"wearing", +"wearisome", +"weary", +"wearying", +"weasel-worded", +"weather", +"weather-beaten", +"weather-bound", +"weather-stripped", +"weathered", +"weatherly", +"weatherproof", +"weatherworn", +"web-footed", +"web-toed", +"webbed", +"webby", +"weblike", +"wed", +"wedded", +"wedge-shaped", +"wedged", +"wee", +"weedless", +"weedy", +"weeklong", +"weekly", +"weensy", +"weeny", +"weeping", +"weepy", +"weighed_down", +"weighted", +"weightless", +"weighty", +"weird", +"welcome", +"welcoming", +"welfare-statist", +"welfarist", +"well", +"well-adjusted", +"well-advised", +"well-appointed", +"well-balanced", +"well-behaved", +"well-bound", +"well-branched", +"well-bred", +"well-chosen", +"well-conducted", +"well-connected", +"well-defined", +"well-disposed", +"well-done", +"well-dressed", +"well-educated", +"well-endowed", +"well-favored", +"well-favoured", +"well-fed", +"well-fixed", +"well-formed", +"well-found", +"well-founded", +"well-groomed", +"well-grooved", +"well-grounded", +"well-heeled", +"well-informed", +"well-intentioned", +"well-kept", +"well-knit", +"well-known", +"well-lighted", +"well-lined", +"well-made", +"well-mannered", +"well-marked", +"well-meaning", +"well-meant", +"well-mined", +"well-nourished", +"well-off", +"well-ordered", +"well-preserved", +"well-proportioned", +"well-qualified", +"well-read", +"well-rounded", +"well-set", +"well-shaven", +"well-situated", +"well-spoken", +"well-thought-of", +"well-timed", +"well-to-do", +"well-tried", +"well-turned", +"well-wishing", +"well-worn", +"well_behaved", +"well_thought_out", +"well_timed", +"wellborn", +"welsh", +"wesleyan", +"west", +"west-central", +"west_african", +"westbound", +"westerly", +"western", +"westernmost", +"westmost", +"westside", +"westward", +"wet", +"whacked", +"whacking", +"whacky", +"whatever", +"whatsoever", +"wheaten", +"wheel-like", +"wheeled", +"wheelless", +"wheezing", +"wheezy", +"whimsical", +"whiney", +"whiny", +"whiplike", +"whipping", +"whippy", +"whirring", +"whiskered", +"whiskerless", +"whiskery", +"whispered", +"whispering", +"white", +"white-blotched", +"white-bread", +"white-collar", +"white-edged", +"white-flowered", +"white-haired", +"white-hot", +"white-lipped", +"white-livered", +"white-pink", +"white-ribbed", +"white-seeded", +"white-shoe", +"white-streaked", +"white-tie", +"whitened", +"whitewashed", +"whitish", +"whole", +"whole-souled", +"whole-wheat", +"wholehearted", +"wholemeal", +"wholesale", +"wholesome", +"whopping", +"whorled", +"wiccan", +"wicked", +"wide", +"wide-angle", +"wide-awake", +"wide-cut", +"wide-eyed", +"wide-open", +"wide-ranging", +"wide-screen", +"wide_of_the_mark", +"wideband", +"widely_distributed", +"widespread", +"widowed", +"wieldy", +"wifelike", +"wifely", +"wigged", +"wiggly", +"wigless", +"wild", +"wild-eyed", +"wildcat", +"wilful", +"willful", +"willing", +"willing_and_able", +"willowy", +"wilsonian", +"wilted", +"wily", +"wimpish", +"wimpy", +"windblown", +"windburned", +"windburnt", +"winded", +"winding", +"windless", +"windswept", +"windup", +"windward", +"windy", +"wine-red", +"winey", +"wing-shaped", +"winged", +"wingless", +"winglike", +"winking", +"winless", +"winning", +"winsome", +"winter-blooming", +"winter-flowering", +"wintery", +"wintry", +"winy", +"wiped_out", +"wire-haired", +"wired", +"wireless", +"wiry", +"wiry-coated", +"wiry-stemmed", +"wise", +"wise_to", +"wished-for", +"wishful", +"wishy-washy", +"wisplike", +"wispy", +"wistful", +"witching", +"witchlike", +"with-it", +"with_child", +"withdrawn", +"withered", +"withering", +"without_a_stitch", +"witless", +"wittgensteinian", +"witting", +"witty", +"wizard", +"wizardly", +"wizen", +"wizened", +"wobbling", +"wobbly", +"woebegone", +"woeful", +"wolf-sized", +"wolfish", +"wolflike", +"womanish", +"womanlike", +"womanly", +"womb-to-tomb", +"won", +"wonder-struck", +"wonderful", +"wondering", +"wonderworking", +"wondrous", +"wonky", +"wont_to", +"wonted", +"wood-burning", +"wood-fired", +"wooded", +"wooden", +"wooden-headed", +"woodsy", +"woody", +"woody-stemmed", +"woolen", +"woolgathering", +"woollen", +"woolly", +"woolly-haired", +"woolly-headed", +"woolly-stemmed", +"wooly", +"wooly-haired", +"wooly-minded", +"woozy", +"word-blind", +"word-of-mouth", +"word-perfect", +"wordless", +"wordsworthian", +"wordy", +"work-shy", +"workable", +"workaday", +"worked_up", +"working", +"working-class", +"workmanlike", +"world", +"world-class", +"world-shaking", +"world-shattering", +"world-weary", +"world-wide", +"worldly", +"worldly-minded", +"worldly-wise", +"worldwide", +"worm-eaten", +"worm-shaped", +"wormlike", +"wormy", +"worn", +"worn-out", +"worn_out", +"worried", +"worrisome", +"worrying", +"worse", +"worsened", +"worsening", +"worshipful", +"worshipped", +"worst", +"worth", +"worthful", +"worthless", +"worthwhile", +"worthy", +"would-be", +"wound", +"wound_up", +"wounded", +"wounding", +"woven", +"wraithlike", +"wrapped", +"wrapped_up", +"wrathful", +"wrecked", +"wrenching", +"wretched", +"wriggling", +"wriggly", +"wrinkle-resistant", +"wrinkled", +"wrinkleless", +"wrinkleproof", +"wrinkly", +"writ_large", +"writhed", +"writhen", +"writhing", +"written", +"wrong", +"wrong-side-out", +"wrongful", +"wrongheaded", +"wroth", +"wrothful", +"wrought", +"wry", +"wysiwyg", +"x", +"x-linked", +"xanthous", +"xc", +"xci", +"xcii", +"xciii", +"xciv", +"xcl", +"xcv", +"xcvi", +"xcvii", +"xcviii", +"xenogeneic", +"xenophobic", +"xeric", +"xerographic", +"xerophytic", +"xi", +"xii", +"xiii", +"xiv", +"xix", +"xl", +"xli", +"xlii", +"xliii", +"xliv", +"xlv", +"xlvi", +"xlvii", +"xlviii", +"xv", +"xvi", +"xvii", +"xviii", +"xx", +"xxi", +"xxii", +"xxiii", +"xxiv", +"xxix", +"xxv", +"xxvi", +"xxvii", +"xxviii", +"xxx", +"xxxi", +"xxxii", +"xxxiii", +"xxxiv", +"xxxv", +"xxxvi", +"xxxvii", +"xxxviii", +"y-shaped", +"y2k_compliant", +"yankee", +"yarn-spinning", +"yawning", +"year-around", +"year-end", +"year-round", +"yearlong", +"yearly", +"yearned-for", +"yeastlike", +"yeasty", +"yeatsian", +"yelled", +"yellow", +"yellow-banded", +"yellow-beige", +"yellow-bellied", +"yellow-brown", +"yellow-gray", +"yellow-green", +"yellow-grey", +"yellow-marked", +"yellow-orange", +"yellow-spotted", +"yellow-striped", +"yellow-tinged", +"yellow-tipped", +"yellow-white", +"yellowed", +"yellowish", +"yellowish-beige", +"yellowish-gray", +"yellowish-grey", +"yellowish-orange", +"yellowish-white", +"yemeni", +"yielding", +"yogic", +"yogistic", +"yokel-like", +"yokelish", +"yon", +"yonder", +"young", +"young-bearing", +"young-begetting", +"younger", +"youngish", +"youthful", +"yucky", +"yugoslav", +"yugoslavian", +"yuman", +"yummy", +"zaftig", +"zairean", +"zairese", +"zambian", +"zany", +"zapotec", +"zealous", +"zenithal", +"zero", +"zeroth", +"zestful", +"zesty", +"zig-zag", +"zigzag", +"zillion", +"zimbabwean", +"zionist", +"zippy", +"zodiacal", +"zoftig", +"zoic", +"zolaesque", +"zonal", +"zonary", +"zoological", +"zoonotic", +"zoophagous", +"zoroastrian", +"zygodactyl", +"zygomatic", +"zygomorphic", +"zygomorphous", +"zygotic", +"zymoid", +"zymolytic", +"zymotic" diff --git a/alliteration-gen/src/Princeton-WordNet/index.adj b/alliteration-gen/src/Princeton-WordNet/index.adj new file mode 100644 index 0000000..cde8be6 --- /dev/null +++ b/alliteration-gen/src/Princeton-WordNet/index.adj @@ -0,0 +1,21247 @@ +a-ok a 1 1 & 1 0 01122907 +a-okay a 1 1 & 1 0 01122907 +a-one a 1 2 & ; 1 0 02341864 +a.m. a 1 1 & 1 0 00130518 +a_cappella a 1 1 & 1 0 02252352 +a_couple_of a 1 1 & 1 1 01553340 +a_few a 1 1 & 1 1 01553340 +a_la_carte a 1 1 ! 1 0 02453183 +a_la_mode a 1 1 & 1 0 00971506 +a_posteriori a 2 3 ! & ^ 2 0 00139126 00859350 +a_priori a 2 3 ! & ^ 2 0 00138912 00861109 +abactinal a 1 1 ! 1 0 01665972 +abandoned a 2 1 & 2 1 01313004 01317231 +abashed a 1 1 & 1 1 00531628 +abasic a 1 2 \ + 1 0 02598608 +abatable a 1 2 & + 1 0 02288022 +abatic a 1 2 \ + 1 0 02598608 +abaxial a 1 2 ! ; 1 0 00002312 +abbatial a 1 2 \ + 1 0 02598768 +abbreviated a 2 1 & 2 1 01436432 01442597 +abdicable a 1 2 & + 1 0 02528048 +abdominal a 1 2 \ + 1 1 02934594 +abdominous a 1 2 & + 1 0 00986457 +abdominovesical a 1 1 \ 1 0 02598981 +abducent a 1 2 ! ; 1 0 00002956 +abducting a 1 1 ; 1 0 00002956 +abecedarian a 1 1 & 1 0 00100881 +aberdonian a 1 2 \ + 1 0 02599114 +aberrant a 1 2 & + 1 1 01596122 +abeyant a 1 2 & + 1 0 00034032 +abhorrent a 1 2 & + 1 1 01625063 +abiding a 1 1 & 1 1 01754873 +abient a 1 4 ! \ + ; 1 0 02599689 +abiogenetic a 1 2 \ + 1 0 02599837 +abject a 4 1 & 4 2 00904745 01049941 01229435 00789281 +abkhaz a 1 1 \ 1 0 02599269 +abkhazian a 1 1 \ 1 0 02599269 +ablated a 1 1 & 1 1 00882018 +ablative a 2 4 & \ + ; 2 0 03041636 00050260 +ablaze a 4 1 & 4 1 01726021 00475308 00402731 00270496 +able a 4 4 ! & = + 4 3 00001740 00510348 00306663 01017439 +able-bodied a 1 1 & 1 0 01017439 +abloom a 1 1 & 1 0 01488856 +ablutionary a 1 2 & + 1 0 02117866 +abnaki a 1 1 \ 1 0 02599409 +abnormal a 3 6 ! & ^ = + ; 3 1 01595596 01598592 01533535 +abolishable a 1 2 & + 1 0 00738182 +abolitionary a 1 2 \ + 1 0 03138752 +abomasal a 1 2 \ + 1 0 03138895 +abominable a 2 2 & + 2 1 01460679 01126291 +aboral a 1 2 ! ; 1 0 01665674 +aboriginal a 3 3 & \ + 3 0 02599509 01037148 00813589 +abortifacient a 1 2 & + 1 0 00322844 +abortive a 1 2 & + 1 0 01082714 +aboulic a 1 2 & + 1 0 01583486 +abounding a 1 1 & 1 1 00014358 +about a 1 1 & 1 0 00032358 +above a 1 1 & 1 1 00125993 +above-mentioned a 1 1 & 1 1 00126116 +above-named a 1 1 & 1 0 00126116 +aboveboard a 1 1 & 1 0 02318728 +aboveground a 1 1 & 1 1 02471264 +abranchial a 1 0 1 0 01107094 +abranchiate a 1 1 ! 1 0 01107094 +abranchious a 1 0 1 0 01107094 +abrasive a 2 2 & + 2 0 02239289 00090219 +abreast a 1 1 & 1 0 01306645 +abridged a 1 3 ! & ^ 1 0 00004413 +abroach a 1 1 & 1 0 01659762 +abroad a 1 1 & 1 1 01037763 +abrupt a 4 2 & + 4 2 02294122 01143585 01145151 00640520 +abruptly-pinnate a 1 1 & 1 0 02172617 +abscessed a 1 1 & 1 0 02114190 +absent a 3 4 ! & = + 3 1 01847672 00927832 00165171 +absentminded a 1 2 & + 1 1 00165171 +absolute a 5 3 ! & + 5 3 00005205 00520892 00719328 00897015 00094069 +absolutist a 1 2 \ + 1 0 03139045 +absolutistic a 1 2 \ + 1 0 03139045 +absolved a 1 1 & 1 0 01320184 +absolvitory a 1 2 & + 1 0 00923495 +absorbable a 1 2 ! + 1 0 00008734 +absorbed a 2 1 & 2 2 00163948 02009166 +absorbefacient a 1 1 & 1 0 00006777 +absorbent a 1 4 ! & = + 1 0 00006336 +absorbing a 1 1 & 1 0 01344171 +absorptive a 1 3 & = + 1 1 00006336 +abstemious a 2 5 ! & ^ = + 2 0 00009046 02401863 +abstentious a 1 2 & + 1 0 00009346 +abstinent a 1 2 & + 1 0 00009346 +abstract a 3 5 ! & ^ = + 3 2 00011757 01980557 00862526 +abstracted a 1 2 & + 1 0 00165171 +abstractionist a 1 2 & + 1 0 01980557 +abstractive a 1 2 & + 1 1 00860932 +abstruse a 1 2 & + 1 0 00899226 +absurd a 2 2 & + 2 2 01431112 02570643 +abulic a 1 2 & + 1 0 01583486 +abundant a 1 5 ! & ^ = + 1 1 00013887 +abused a 2 2 ! & 2 1 02495564 00017352 +abusive a 2 2 & + 2 0 01628531 01160584 +abuzz a 1 1 & 1 0 01920697 +abysmal a 2 2 & + 2 0 01499155 00690683 +abyssal a 2 3 & \ + 2 0 02973733 00690683 +academic a 3 3 & \ + 3 3 02599939 00862718 02083908 +acanthoid a 1 1 & 1 0 01810011 +acanthotic a 1 2 \ + 1 0 02600131 +acanthous a 1 2 & + 1 0 01810011 +acapnial a 1 2 \ + 1 0 02600244 +acapnic a 1 2 \ + 1 0 02600244 +acapnotic a 1 2 \ + 1 0 02600244 +acarpellous a 1 1 ; 1 0 00316167 +acarpelous a 1 2 ! ; 1 0 00316167 +acarpous a 1 1 & 1 0 01082925 +acatalectic a 1 2 ! + 1 0 00317886 +acaudal a 1 2 & ; 1 0 00320847 +acaudate a 1 3 ! & ; 1 0 00320847 +acaulescent a 1 2 ! ; 1 0 00322321 +accelerando a 1 2 & + 1 0 02537841 +accelerated a 1 1 & 1 1 00977105 +accelerative a 1 2 & + 1 0 02535161 +acceleratory a 1 2 & + 1 0 02535161 +accented a 2 1 & 2 0 02320751 02319538 +accentual a 2 3 ! \ + 2 0 03139235 02290454 +acceptable a 4 5 ! & ^ + ; 4 1 00017782 02297966 01124768 01020709 +acceptant a 1 2 & + 1 0 01985557 +accepted a 1 1 & 1 1 00027599 +accepting a 1 1 & 1 1 00076127 +acceptive a 2 3 ! & + 2 0 00075952 01985557 +accessary a 1 1 & 1 0 02355248 +accessible a 4 5 ! & ^ = + 4 0 00019131 00533221 00183675 00134251 +accessional a 1 1 \ 1 0 03139363 +accessorial a 1 2 & + 1 0 00902946 +accessory a 2 2 & + 2 0 02355248 02354897 +accident-prone a 1 1 & 1 0 01293049 +accidental a 1 2 & + 1 0 01338909 +accipitrine a 1 1 \ 1 0 03139452 +acclivitous a 1 2 & + 1 0 02484530 +accommodating a 2 3 ! & ^ 2 0 00020787 01195963 +accommodational a 1 2 \ + 1 0 03139585 +accommodative a 3 3 & ^ + 3 0 00020787 00513388 00046339 +accompanied a 2 1 ! 2 1 02250899 02252053 +accompanying a 1 1 & 1 0 00122844 +accomplishable a 1 2 & + 1 0 01821690 +accomplished a 3 1 & 3 2 02226028 00521329 02129535 +accordant a 2 3 ! & + 2 0 00552841 00577122 +according a 2 1 & 2 0 00553140 00471572 +accountable a 1 2 & + 1 0 01996875 +accoutered a 1 2 & ; 1 0 01094398 +accoutred a 1 2 & ; 1 0 01094398 +accredited a 1 1 & 1 0 00178811 +accretionary a 1 2 & + 1 0 02535335 +accretive a 1 2 & + 1 0 02535533 +accrued a 1 1 & 1 1 00880447 +acculturational a 1 2 \ + 1 0 03139749 +acculturative a 1 2 \ + 1 0 03139749 +accumbent a 1 1 & 1 0 01238201 +accumulated a 1 1 & 1 0 00880447 +accumulative a 2 2 & + 2 0 00048460 00029769 +accurate a 2 4 ! & ^ = 2 1 00021766 00631798 +accursed a 1 1 & 1 0 00669853 +accurst a 1 1 & 1 0 00669853 +accusative a 2 4 & \ + ; 2 1 00924257 02861997 +accusatorial a 1 3 ! \ + 1 0 03041739 +accusatory a 1 2 & + 1 0 00924257 +accusing a 1 1 & 1 1 00924257 +accusive a 1 2 & + 1 0 00924257 +accustomed a 2 2 ! & 2 1 00024417 00489491 +ace a 1 2 & ; 1 0 02341864 +acellular a 1 1 & 1 0 00328128 +acentric a 2 2 & \ 2 0 03140110 00543407 +acephalous a 1 2 & ; 1 0 01184448 +acerate a 1 1 & 1 0 02167133 +acerb a 2 1 & 2 0 02369027 01802165 +acerbic a 2 2 & + 2 0 02369027 01802165 +acerose a 1 1 & 1 0 02167133 +acervate a 1 1 \ 1 0 02600447 +acetabular a 1 2 & + 1 0 00535844 +acetic a 1 1 \ 1 0 03039907 +acetonic a 1 2 \ + 1 0 02600593 +acetose a 1 1 & 1 0 02369179 +acetous a 1 1 & 1 0 02369179 +acetylenic a 1 2 \ + 1 0 02600691 +acetylic a 1 2 \ + 1 0 02600792 +achaean a 1 1 \ 1 0 02600893 +achenial a 1 2 \ + 1 0 02601123 +acheronian a 1 2 & + 1 0 00273652 +acherontic a 1 1 & 1 0 00273652 +achievable a 1 2 & + 1 0 01821690 +aching a 1 1 & 1 1 01711465 +achlamydeous a 1 2 ! ; 1 0 00365681 +achlorhydric a 1 1 \ 1 0 02601242 +achondritic a 2 3 ! \ + 2 0 02601326 00365936 +achondroplastic a 1 2 \ + 1 0 02899271 +achromatic a 1 5 ! & ^ = + 1 0 00386392 +achromatinic a 1 3 ! \ + 1 0 02696638 +achromatous a 1 1 & 1 0 00401831 +achromic a 1 1 & 1 0 00401922 +achromous a 1 1 & 1 0 00401922 +achy a 1 2 & + 1 0 01711465 +acicular a 1 2 & + 1 0 02167133 +aciculate a 1 1 \ 1 0 02601432 +acid a 3 3 & + ; 3 1 01802165 02369335 00025470 +acid-fast a 1 1 & 1 0 01774191 +acid-forming a 1 1 & 1 0 00025633 +acid-loving a 1 3 ! & ; 1 0 00026706 +acid-tasting a 1 1 & 1 0 02395810 +acidic a 2 3 ! & ; 2 0 00025238 02369335 +acidimetric a 1 2 \ + 1 0 02601564 +acidophilic a 1 2 & + 1 0 00026895 +acidophilous a 1 1 & 1 0 00026895 +acidotic a 1 2 \ + 1 0 02601674 +acidulent a 1 1 & 1 0 02369335 +acidulous a 1 2 & + 1 0 02369335 +aciduric a 1 1 & 1 0 00026895 +acinar a 2 2 \ + 2 0 02601940 02601788 +acinic a 1 2 \ + 1 0 02601940 +acinose a 1 1 \ 1 0 02601940 +acinous a 1 2 \ + 1 0 02601940 +acknowledgeable a 1 2 & + 1 0 01272609 +acknowledged a 2 4 ! & ^ = 2 0 00027247 01918464 +acned a 1 1 & 1 0 00246175 +acneiform a 1 1 \ 1 0 02602190 +acold a 1 2 & ; 1 0 01251830 +acorn-shaped a 1 1 & 1 0 02144834 +acoustic a 1 2 \ + 1 0 02868489 +acoustical a 1 2 \ + 1 1 02868489 +acquainted a 1 1 & 1 1 00965894 +acquiescent a 1 2 & + 1 0 01612627 +acquirable a 1 2 & + 1 0 00183832 +acquired a 1 1 & 1 1 01315670 +acquisitive a 1 4 ! & = + 1 0 00029343 +acquitted a 1 1 & 1 0 01320474 +acrid a 2 2 & + 2 0 02398608 01802165 +acrimonious a 1 2 & + 1 0 00116744 +acritical a 1 1 & 1 0 00651841 +acrobatic a 1 2 & + 1 1 00032497 +acrocarpous a 1 1 ! 1 0 02590268 +acrocentric a 1 1 \ 1 0 03140220 +acrogenic a 1 1 \ 1 0 02602434 +acrogenous a 1 2 \ + 1 0 02602434 +acromegalic a 1 2 & + 1 0 02140834 +acronymic a 1 2 \ + 1 0 02859341 +acronymous a 1 2 \ + 1 0 02859341 +acropetal a 1 2 ! ; 1 0 00031674 +acrophobic a 1 2 & + 1 0 00078329 +acroscopic a 1 2 ! ; 1 0 00002730 +across-the-board a 1 1 & 1 0 00526062 +actable a 1 2 ! + 1 0 00795785 +actinal a 1 2 ! ; 1 0 01665816 +acting a 1 1 & 1 1 01756166 +actinic a 1 2 \ + 1 0 03039997 +actinoid a 1 1 & 1 0 02374557 +actinometric a 1 2 \ + 1 0 02602644 +actinometrical a 1 1 \ 1 0 02602644 +actinomorphic a 1 3 ! & ; 1 0 02374349 +actinomorphous a 1 2 & ; 1 0 02374349 +actinomycetal a 1 2 \ + 1 0 02602784 +actinomycetous a 1 2 \ + 1 0 02602784 +actinomycotic a 1 2 \ + 1 0 02602951 +actionable a 1 2 & + 1 0 01370864 +activated a 4 2 & ; 4 1 01954005 01928926 00042692 00034924 +activating a 1 1 & 1 0 00322938 +active a 14 6 ! & ^ = + ; 14 8 00037457 01660444 00038750 01515280 00031974 00042457 00035465 00927373 00043411 00042037 00041618 00041361 00040325 00034710 +activist a 1 2 & + 1 0 00039122 +activistic a 1 2 & + 1 0 00039122 +actual a 5 4 ! & = + 5 4 00043765 01933520 02460964 01933731 00666610 +actuarial a 1 2 \ + 1 0 02939542 +actuated a 1 1 & 1 0 01558641 +actuating a 1 1 & 1 0 00322938 +acuate a 1 1 & 1 0 01810189 +aculeate a 1 1 \ 1 0 02603069 +aculeated a 1 1 \ 1 0 02603069 +acuminate a 1 2 & + 1 0 02167285 +acute a 6 4 ! & + ; 6 3 00044760 00803275 01744515 01811820 01810189 00650900 +acyclic a 2 3 ! & ; 2 0 00677877 00677313 +ad-lib a 2 1 & 2 1 01845451 02213557 +ad_hoc a 2 1 & 2 0 01798371 01103529 +ad_hominem a 1 1 & 1 0 01767826 +adactylous a 1 1 \ 1 0 02603235 +adagio a 1 1 & 1 0 00982881 +adamant a 1 2 & + 1 1 01024812 +adamantine a 3 2 & \ 3 0 02603319 01151246 01024812 +adaptable a 1 3 ! & + 1 1 01027263 +adaptational a 1 1 & 1 0 00046471 +adaptative a 1 2 & + 1 0 00046109 +adapted a 1 1 & 1 1 01540637 +adaptive a 1 3 ! & + 1 0 00046109 +adaxial a 1 2 ! ; 1 0 00002527 +addable a 1 2 & + 1 0 00048706 +addible a 1 2 & + 1 0 00048706 +addicted a 1 2 ! & 1 1 00047029 +addictive a 1 2 ! + 1 0 00047786 +additional a 1 1 & 1 0 00048858 +additive a 2 4 ! & + ; 2 0 01417451 00048129 +addlebrained a 1 1 & 1 1 00435872 +addled a 2 1 & 2 0 01069187 00436115 +addlepated a 1 1 & 1 0 00435872 +addressable a 1 3 & + ; 1 0 00183932 +addressed a 1 2 ! & 1 1 00050641 +adducent a 1 2 ! ; 1 0 00003131 +adducting a 1 1 ; 1 0 00003131 +adductive a 1 2 + ; 1 0 00003131 +adenocarcinomatous a 1 2 \ + 1 0 02603423 +adenoid a 1 2 \ + 1 0 02603540 +adenoidal a 2 3 & \ + 2 0 02603673 01213550 +adept a 1 2 & + 1 1 02226162 +adequate a 3 5 ! & ^ = + 3 3 00051045 02336109 02080937 +adequate_to a 1 1 & 1 1 00051373 +adherent a 1 2 & + 1 0 00053032 +adhesive a 1 3 ! & + 1 0 00052672 +adiabatic a 1 2 ! ; 1 0 00744141 +adient a 1 4 ! \ + ; 1 0 02603779 +adipose a 1 2 & + 1 0 00992133 +adjacent a 3 2 & + 3 3 00447472 00566342 00444984 +adjectival a 1 2 \ + 1 1 02936020 +adjective a 2 3 ! \ ; 2 0 02936020 00055340 +adjudicative a 1 2 \ + 1 0 02603926 +adjudicatory a 1 2 \ + 1 0 02603926 +adjunct a 2 2 & + 2 0 02354897 00793250 +adjunctive a 1 2 & + 1 0 00566733 +adjuratory a 2 2 & + 2 0 00714190 00712765 +adjustable a 2 2 & + 2 0 01027686 00344686 +adjusted a 4 3 ! & ; 4 1 00350621 00351523 01682677 00352536 +adjustive a 1 2 & + 1 0 00046558 +adjuvant a 2 3 & + ; 2 0 02354897 01196098 +administrable a 1 2 & + 1 0 01474806 +administrative a 1 2 \ + 1 1 02904075 +admirable a 2 2 & + 2 2 00904290 01807605 +admired a 1 1 & 1 0 01462046 +admissible a 1 4 ! & = + 1 1 01761871 +admissive a 1 2 & + 1 0 01985812 +admittable a 1 2 & + 1 0 01762065 +admittible a 1 2 & + 1 0 01762065 +admonishing a 1 1 & 1 0 00996864 +admonitory a 2 2 & + 2 0 01771124 00996864 +adnate a 1 2 ! ; 1 0 02483386 +adnexal a 1 2 \ + 1 0 02604117 +adolescent a 4 3 & \ + 4 1 02602261 01647983 01492596 01490061 +adonic a 2 2 & \ 2 0 02604261 02019470 +adoptable a 1 2 ! + 1 0 00055765 +adopted a 1 1 ! 1 1 01034296 +adoptive a 2 3 ! & + 2 0 01406263 01034296 +adorable a 1 2 & + 1 0 01459755 +adored a 1 1 & 1 0 01462124 +adoring a 2 1 & 2 0 02012073 01464433 +adorned a 1 3 ! & ^ 1 0 00056002 +adpressed a 1 1 & 1 0 00447909 +adrenal a 2 2 \ + 2 1 02604343 02604473 +adrenergic a 1 2 \ + 1 0 02604543 +adrenocortical a 1 1 \ 1 0 02606070 +adrenocorticotrophic a 1 1 & 1 0 02309668 +adrenocorticotropic a 1 1 & 1 0 02309668 +adrift a 2 1 & 2 0 01910652 00077059 +adroit a 1 4 ! & ^ + 1 0 00061262 +adscititious a 2 1 & 2 0 01349760 00903117 +adscript a 2 3 ! & ; 2 0 02350035 01064619 +adscripted a 1 1 & 1 0 01064619 +adsorbable a 1 2 ! + 1 0 00008877 +adsorbate a 1 1 + 1 0 00008877 +adsorbent a 1 3 ! & + 1 0 00008206 +adsorptive a 1 2 & + 1 0 00008206 +adulatory a 1 2 & + 1 0 00907830 +adult a 2 3 & + ; 2 1 01488616 02134397 +adulterant a 1 2 & + 1 0 02117232 +adulterate a 1 1 & 1 0 01908539 +adulterated a 1 1 & 1 0 01908539 +adulterating a 1 2 ! & 1 0 02117232 +adulterine a 1 1 & 1 0 01407738 +adulterous a 2 2 & + 2 0 01550779 00961195 +adumbrative a 1 1 & 1 0 01882162 +adust a 2 2 & ; 2 0 02551946 00244820 +advance a 2 2 & + 2 0 00813915 00198383 +advanced a 8 1 & 8 8 01840121 00819526 01876261 01211296 01208738 00816839 00412171 00198383 +advancing a 1 1 & 1 0 01876555 +advantageous a 2 4 ! & ^ + 2 1 00064479 00931833 +advective a 1 2 \ + 1 0 02606182 +adventitial a 1 2 \ + 1 0 02606283 +adventitious a 1 1 & 1 0 01349435 +adventive a 1 1 & 1 0 01034858 +adventuresome a 1 2 & ^ 1 0 00065791 +adventuristic a 1 2 \ + 1 0 02606393 +adventurous a 1 4 ! & ^ + 1 1 00065791 +adverbial a 1 2 \ + 1 1 02936235 +adversative a 1 1 & 1 0 00564504 +adverse a 2 2 & + 2 1 00997036 00995647 +advertent a 1 2 & + 1 0 00164308 +advertised a 1 1 & 1 1 00469767 +advisable a 1 4 ! & ^ + 1 1 00067038 +advised a 2 2 & ^ 2 0 00067966 01306967 +advisory a 1 2 & + 1 0 01304802 +adynamic a 2 1 & 2 0 00810481 02324944 +aecial a 1 2 \ + 1 0 02606502 +aegean a 2 2 \ + 2 1 03017159 03017025 +aeolian a 2 2 \ + 2 0 02606601 02600999 +aeolotropic a 1 2 & ; 1 0 01361264 +aeonian a 2 3 & \ + 2 0 02720312 01755024 +aerated a 2 1 & 2 1 01954128 02276660 +aerial a 2 3 & + ; 2 0 01380267 00626136 +aeriferous a 1 1 \ 1 0 02606762 +aeriform a 2 1 & 2 0 02262879 00626136 +aerobic a 2 3 ! & + 2 1 00068566 00069217 +aerobiotic a 1 2 & + 1 0 00068738 +aerodynamic a 2 4 & \ + ; 2 1 02980122 02238128 +aerolitic a 1 2 \ + 1 0 02606960 +aerological a 1 2 \ + 1 0 02606856 +aeromechanic a 1 2 \ + 1 0 02607078 +aeromedical a 1 2 \ + 1 0 02607187 +aeronautic a 1 2 \ + 1 0 02607298 +aeronautical a 1 2 \ + 1 0 02607298 +aerophilatelic a 1 2 \ + 1 0 03007038 +aerophilic a 1 1 & 1 0 00068566 +aerophilous a 1 1 & 1 0 00068566 +aerosolised a 1 1 & 1 0 02262984 +aerosolized a 1 1 & 1 1 02262984 +aery a 1 1 & 1 0 00626136 +aeschylean a 1 2 \ + 1 0 03028216 +aesculapian a 1 2 \ + 1 0 02607455 +aesthetic a 3 4 ! & \ + 3 2 02991287 00069531 02393086 +aesthetical a 1 2 & + 1 0 00069531 +aestival a 1 1 & 1 0 01255022 +aetiologic a 2 2 \ + 2 0 02941235 02940953 +aetiological a 2 2 \ + 2 0 02941235 02940953 +afeard a 1 2 & ; 1 0 00078463 +afeared a 1 2 & ; 1 0 00078463 +afebrile a 1 2 ! \ 1 0 02726921 +affable a 1 2 & + 1 0 01075178 +affected a 3 5 ! & ^ = + 3 2 00070939 00073048 01559903 +affecting a 1 1 & 1 0 01560821 +affectional a 1 2 & + 1 0 00854255 +affectionate a 1 2 & + 1 1 01464700 +affective a 1 2 & + 1 0 00854255 +afferent a 1 4 ! & + ; 1 1 00333351 +affiliated a 1 1 & 1 1 01973311 +affinal a 1 3 & + ; 1 0 01971519 +affine a 2 4 & \ + ; 2 0 02607608 01971519 +affined a 1 1 & 1 0 00566835 +affirmable a 1 2 & + 1 0 01821920 +affirmative a 3 4 ! & ^ + 3 0 00075135 01817908 00996089 +affirmatory a 1 3 & ^ + 1 0 00075135 +affixal a 1 2 \ + 1 0 02607752 +affixed a 1 2 ! & 1 1 00158701 +affixial a 1 2 \ + 1 0 02607752 +afflicted a 2 1 & 2 1 02542148 01018264 +afflictive a 1 2 & + 1 0 01804175 +affluent a 1 2 & + 1 0 02022167 +affordable a 1 2 & + 1 0 00935103 +afghan a 1 2 \ + 1 0 03003928 +afghani a 1 2 \ + 1 0 03003928 +afghanistani a 1 2 \ + 1 0 03003928 +afire a 1 1 & 1 1 00475308 +aflame a 2 1 & 2 1 01726021 00475308 +aflare a 2 1 & 2 2 01563147 00475308 +aflicker a 1 1 & 1 0 02304119 +afloat a 3 2 ! & 3 1 01910652 00076921 01083754 +aflutter a 1 1 & 1 0 00919813 +afoot a 2 1 & 2 0 01562167 00666784 +aforementioned a 1 1 & 1 0 02068730 +aforesaid a 1 1 & 1 1 02068730 +aforethought a 1 1 & 1 0 01842963 +afoul a 1 1 & 1 0 00255308 +afraid a 4 4 ! & ^ = 4 3 00077645 00543993 00544231 01293396 +african a 1 2 \ + 1 1 02941790 +african-american a 1 2 & + 1 0 00242293 +afrikaans a 1 2 \ + 1 0 03042394 +afrikaner a 1 2 \ + 1 0 03042394 +afro-american a 1 2 & + 1 0 00242293 +afro-asian a 1 1 \ 1 0 02942200 +aft a 1 3 ! & ^ 1 0 01033371 +after a 1 1 & 1 0 01033542 +after-hours a 1 1 & 1 1 00817004 +after-school a 1 1 & 1 1 01693189 +aftermost a 1 1 & 1 0 01033616 +aftershafted a 1 1 & 1 0 00997914 +agamic a 1 2 & + 1 0 02136158 +agamogenetic a 1 2 & + 1 0 02136158 +agamous a 1 1 & 1 0 02136158 +agape a 1 1 & 1 1 01654582 +agaze a 1 1 & 1 0 01654769 +age-old a 1 1 & 1 1 01638962 +age-related a 1 1 & 1 0 01973529 +aged a 5 2 & + 5 2 01644225 02581047 01644541 01493423 01071794 +ageing a 1 1 & 1 0 01644709 +ageless a 1 2 & + 1 0 01755024 +agelong a 1 1 & 1 0 01438743 +agential a 1 2 \ + 1 0 02607909 +agglomerate a 1 2 & + 1 0 00467019 +agglomerated a 1 1 & 1 0 00467019 +agglomerative a 1 2 & + 1 0 00467019 +agglutinate a 1 1 & 1 0 00053154 +agglutinative a 2 2 & + 2 0 00112018 00053154 +aggravated a 2 1 & 2 0 01510320 00114266 +aggravating a 1 1 & 1 0 01340422 +aggregate a 2 3 & + ; 2 1 00467240 02216694 +aggregated a 1 1 & 1 0 00467240 +aggregative a 1 2 & + 1 0 00467240 +aggressive a 3 4 ! & ^ + 3 1 00082241 01356143 01244846 +aghast a 1 1 & 1 1 00078576 +agile a 2 2 & + 2 1 00032733 01334833 +aging a 1 1 & 1 0 01644709 +agitated a 2 3 ! & ^ 2 2 00085264 00087354 +agitating a 1 1 & 1 0 01896925 +agitative a 1 2 & + 1 0 01896925 +agleam a 1 1 & 1 0 00279092 +aglitter a 1 1 & 1 0 00279618 +aglow a 1 1 & 1 0 00279332 +agnate a 1 2 & + 1 0 01971671 +agnatic a 1 2 & + 1 0 01971671 +agnostic a 2 3 ! & \ 2 0 02604683 01305929 +agnostical a 1 2 & + 1 0 01305929 +ago a 1 1 & 1 0 01728476 +agog a 1 1 & 1 0 00919919 +agonadal a 1 1 \ 1 0 02975469 +agonal a 1 2 \ + 1 0 02608090 +agone a 1 1 & 1 0 01728476 +agonised a 1 1 & 1 0 01711614 +agonising a 1 1 & 1 0 01711724 +agonistic a 3 3 & \ + 3 0 02608244 00512769 00073358 +agonistical a 1 1 & 1 0 00512769 +agonized a 1 1 & 1 0 01711614 +agonizing a 1 1 & 1 0 01711724 +agoraphobic a 1 2 & + 1 0 00078705 +agranulocytic a 1 2 \ + 1 0 02608380 +agraphic a 1 1 \ 1 0 02608507 +agrarian a 1 1 & 1 0 02050841 +agreeable a 3 3 ! & + 3 0 00089051 00577122 00553279 +agreed a 1 1 & 1 0 02476338 +agreed_upon a 1 1 & 1 1 00603194 +agrestic a 2 1 & 2 0 02051013 01949611 +agricultural a 2 2 & \ 2 1 02790222 02050841 +agrobiologic a 1 2 \ + 1 0 02608592 +agrobiological a 1 2 \ + 1 0 02608592 +agrologic a 1 2 \ + 1 0 02608753 +agrological a 1 2 \ + 1 0 02608753 +agronomic a 1 2 \ + 1 0 02608902 +agronomical a 1 2 \ + 1 0 02608902 +aground a 1 1 ! 1 0 00077449 +agrypnotic a 1 2 \ + 1 0 02609065 +aguish a 1 1 & 1 0 02542256 +ahead a 1 1 & 1 1 02490631 +ahistorical a 1 1 ! 1 0 02920321 +ahorse a 1 1 & 1 0 01562284 +ahorseback a 1 1 & 1 1 01562284 +aided a 1 1 & 1 0 02353707 +ailing a 1 1 & 1 1 02542325 +aimless a 2 2 & + 2 1 01910652 02127159 +ain a 1 1 & 1 0 01768724 +air-breathing a 1 1 \ 1 0 02609168 +air-conditioned a 1 1 & 1 0 02530282 +air-cooled a 1 1 & 1 0 02530370 +air-dried a 1 1 & 1 0 02552222 +air-dry a 1 1 & 1 0 02552315 +air-filled a 1 1 & 1 0 01084023 +air-tight a 2 1 & 2 0 02525597 01398528 +air-to-air a 1 1 ! 1 0 00090917 +air-to-ground a 1 0 1 0 00090718 +air-to-surface a 1 1 ! 1 0 00090718 +air_sick a 1 2 & + 1 0 02542675 +airborne a 1 1 & 1 1 01522895 +aired a 1 1 & 1 0 02508917 +airheaded a 1 1 & 1 0 02120828 +airless a 1 1 & 1 1 02509484 +airlike a 1 1 & 1 0 02262879 +airsick a 1 2 & + 1 0 02542675 +airtight a 2 1 & 2 0 02525597 01398528 +airworthy a 1 3 ! = + 1 0 02088198 +airy a 4 2 & + 4 1 02508917 02498213 01186913 00626136 +ajar a 1 1 & 1 0 01652601 +akimbo a 1 1 & 1 0 02312060 +akin a 2 1 & 2 1 02071782 01971846 +al_dente a 1 2 & ; 1 0 01151335 +alabaster a 1 1 \ 1 0 02609369 +alabastrine a 1 1 \ 1 0 02609369 +alacritous a 1 2 & + 1 0 00977238 +alar a 2 2 & ; 2 0 03133666 02567117 +alarmed a 1 1 & 1 1 00078851 +alarming a 1 3 ! & = 1 0 00193015 +alary a 1 3 & + ; 1 0 02567117 +alaskan a 1 2 \ + 1 0 02609503 +alate a 1 2 & + 1 0 02567281 +alated a 1 1 & 1 0 02567281 +albanian a 1 2 \ + 1 0 02609813 +albescent a 1 1 & 1 0 00393422 +albigensian a 1 2 \ + 1 0 02609673 +albinal a 1 2 \ + 1 0 02609984 +albinic a 1 2 \ + 1 0 02609984 +albinistic a 1 2 \ + 1 0 02609984 +albinotic a 1 2 \ + 1 0 02609984 +albitic a 1 2 \ + 1 0 02610260 +albuminous a 1 2 \ + 1 0 02610364 +albuminuric a 1 2 \ + 1 0 02610486 +alcalescent a 1 1 & 1 0 00026051 +alchemic a 1 2 \ + 1 0 02610603 +alchemical a 1 2 \ + 1 0 02610603 +alchemistic a 1 2 \ + 1 0 02610761 +alchemistical a 1 2 \ + 1 0 02610761 +alcohol-dependent a 1 1 & 1 0 00047243 +alcohol-soluble a 1 1 & 1 0 02265306 +alcoholic a 2 3 ! & + 2 0 01158596 00047243 +aldehydic a 1 1 \ 1 0 02610917 +aldermanic a 1 2 \ + 1 0 03040103 +aldermanly a 1 2 \ + 1 0 03040103 +aleatory a 1 1 & 1 0 01842198 +alert a 3 4 ! & ^ + 3 1 00091311 00874226 00190653 +aleuronic a 1 2 \ + 1 0 02611013 +aleutian a 1 1 \ 1 0 02604802 +alexandrian a 1 2 \ + 1 0 03028338 +alexic a 1 2 \ + 1 0 03040264 +alfresco a 1 1 & 1 1 01692512 +algal a 1 2 \ + 1 0 02832586 +algebraic a 1 2 \ + 1 0 02854350 +algebraical a 1 2 \ + 1 0 02854350 +algerian a 1 2 \ + 1 1 02977826 +algid a 1 3 & + ; 1 0 01251958 +algoid a 1 1 \ 1 0 02611112 +algolagnic a 1 2 \ + 1 0 02611187 +algometric a 1 2 \ + 1 0 02611290 +algometrical a 1 2 \ + 1 0 02611290 +algonkian a 1 2 \ + 1 0 02611442 +algonquian a 1 2 \ + 1 0 02611442 +algonquin a 1 2 \ + 1 0 02611442 +algophobic a 1 2 & + 1 0 00078942 +algorithmic a 1 3 ! & + 1 0 00092691 +alien a 2 2 & + 2 2 01349927 01035007 +alienable a 1 4 ! & + ; 1 0 00093275 +alienated a 2 1 & 2 1 01683908 01463326 +alienating a 1 1 & 1 0 00760783 +aliform a 1 2 & ; 1 0 02567117 +alight a 1 1 & 1 0 00475308 +aligned a 2 2 ! & 2 0 00731804 02311190 +aligning a 1 1 & 1 0 01684811 +alike a 1 3 ! = + 1 1 01410606 +alimental a 1 1 & 1 0 02557719 +alimentary a 1 2 & + 1 0 02557719 +alimentative a 1 2 \ + 1 0 02611694 +aliphatic a 1 1 & 1 0 00677448 +aliquot a 1 2 & + 1 0 00516887 +alive a 7 5 ! & ^ = + 7 2 00094448 00805115 00118567 02106366 00927373 00190653 00041488 +alkahestic a 1 2 \ + 1 0 02611803 +alkalescent a 1 1 & 1 0 00026051 +alkalic a 1 3 & + ; 1 0 00025728 +alkaline a 1 4 ! & + ; 1 1 00025728 +alkaline-loving a 1 2 ! ; 1 0 00027074 +alkaloidal a 1 2 \ + 1 0 02611943 +alkalotic a 1 2 \ + 1 0 02612058 +alkylic a 1 3 \ + ; 1 0 02612184 +all a 2 2 ! & 2 2 02269286 00521584 +all-around a 1 1 & 1 0 00526541 +all-devouring a 1 2 & ; 1 0 00315254 +all-embracing a 1 1 & 1 0 00526062 +all-encompassing a 1 1 & 1 0 00526062 +all-fired a 1 2 & ; 1 1 01533659 +all-important a 1 1 & 1 1 01276150 +all-inclusive a 1 1 & 1 0 00526062 +all-knowing a 1 1 & 1 1 02569454 +all-mains a 1 2 & ; 1 0 01027832 +all-metal a 1 1 & 1 0 01527930 +all-night a 1 1 & 1 0 01441530 +all-or-none a 1 1 & 1 0 00521692 +all-or-nothing a 1 1 & 1 0 00521692 +all-out a 1 1 & 1 1 00521811 +all-powerful a 1 1 & 1 0 01826186 +all-purpose a 1 1 & 1 0 01102058 +all-round a 1 1 & 1 1 00526541 +all-time a 1 1 & 1 1 00505086 +all-victorious a 1 1 & 1 1 00570512 +all-weather a 1 1 & 1 1 02003023 +all_important a 1 1 & 1 0 01276150 +all_in a 1 2 & ; 1 0 02432154 +all_over a 1 1 & 1 1 01003277 +all_right a 1 2 & ; 1 1 02081114 +allantoic a 1 1 \ 1 0 02612300 +allantoid a 1 1 & 1 0 02044642 +allargando a 1 1 & 1 0 02538184 +alleged a 2 1 & 2 2 00687614 01916555 +allegiant a 1 3 & + ; 1 0 00961667 +allegoric a 1 2 & + 1 0 01981916 +allegorical a 1 2 & + 1 0 01981916 +allegretto a 1 2 & + 1 0 00982170 +allegro a 1 2 & + 1 0 00982065 +allelic a 1 2 \ + 1 0 02612400 +allelomorphic a 1 1 \ 1 0 02612400 +allergenic a 1 2 \ + 1 0 02612531 +allergic a 2 3 & \ + 2 0 02612653 02360944 +alleviated a 1 1 & 1 0 01519465 +alleviative a 1 2 & + 1 0 01341153 +alleviatory a 1 2 & + 1 0 01341153 +alliaceous a 2 4 & \ + ; 2 0 02626634 01055682 +allied a 5 2 & \ 5 1 01972070 02612939 02612787 02476485 00731955 +alligatored a 1 1 & 1 1 02239479 +alliterative a 1 2 & + 1 0 01965849 +allocable a 1 2 & + 1 1 00468176 +allocatable a 1 2 & + 1 0 00468176 +allochronic a 1 1 & 1 0 02379820 +allochthonous a 1 1 ! 1 0 00180496 +allogamous a 1 2 \ + 1 0 02613090 +allogeneic a 1 2 ! + 1 0 02595829 +allographic a 1 1 \ 1 0 02613206 +allomerous a 1 2 \ + 1 0 02613294 +allometric a 1 2 \ + 1 0 02613393 +allomorphic a 1 1 \ 1 0 02613502 +allopathic a 1 2 ! \ 1 0 03073110 +allopatric a 1 3 ! + ; 1 0 02376995 +allophonic a 1 2 \ + 1 0 02613584 +allotropic a 1 2 \ + 1 0 02613683 +allotropical a 1 2 \ + 1 0 02613683 +allotted a 1 1 & 1 0 00847103 +allover a 1 1 & 1 0 00521976 +allowable a 3 3 & ^ + 3 1 00689878 01760944 01762257 +alloyed a 2 1 & 2 0 01908641 01329306 +alluring a 1 1 & 1 0 02097480 +allusive a 1 2 & + 1 0 00766957 +alluvial a 1 2 \ + 1 0 03006126 +allylic a 1 3 \ + ; 1 0 02613965 +almighty a 1 2 & + 1 0 01826186 +almond-eyed a 1 1 & 1 0 00953731 +almond-scented a 1 1 & 1 0 01055767 +almond-shaped a 1 1 & 1 0 02044736 +alone a 4 2 & + 4 3 02249766 02251212 01862697 00505853 +aloof a 1 2 & + 1 1 01987646 +alopecic a 1 1 \ 1 0 02614093 +alpestrine a 1 1 & 1 0 01219279 +alpha a 2 2 & + 2 0 01276482 00877816 +alphabetic a 2 4 ! & \ + 2 0 02614194 00100634 +alphabetical a 2 3 & \ + 2 0 02614194 00100634 +alphabetised a 1 1 & 1 0 00100989 +alphabetized a 1 1 & 1 0 00100989 +alphameric a 1 1 \ 1 0 02614579 +alphamerical a 1 2 \ + 1 0 02614579 +alphanumeric a 1 1 \ 1 0 02614579 +alphanumerical a 1 2 \ + 1 0 02614579 +alpine a 3 3 & \ ; 3 0 03025746 03025590 01219373 +alright a 1 1 & 1 0 02081492 +alsatian a 1 2 \ + 1 0 02972344 +altaic a 1 2 \ + 1 0 02614816 +alterable a 2 4 ! & + ; 2 0 00349295 00348380 +alterative a 1 1 & 1 0 01165943 +altered a 3 2 ! & 3 1 00352127 02136970 01540637 +alternate a 4 4 ! & + ; 4 3 00676093 01853934 00675928 01663359 +alternating a 2 3 ! & ; 2 0 00763767 00675928 +alternative a 3 2 & + 3 2 01853934 00564667 00608668 +altissimo a 1 1 & 1 0 01213721 +altitudinal a 1 2 \ + 1 0 02614945 +altitudinous a 1 2 & + 1 0 01205131 +alto a 3 3 & + ; 3 0 01215663 01213961 01213786 +altricial a 1 1 ! 1 0 00101331 +altruistic a 1 3 ! ^ + 1 0 00101609 +alular a 1 3 \ + ; 1 0 02615079 +aluminiferous a 1 1 & 1 0 01528039 +aluminous a 1 2 \ + 1 0 02615207 +alveolar a 2 2 \ + 2 1 02615325 02615424 +alveolate a 1 2 & + 1 0 00327690 +alvine a 1 1 \ 1 0 02850047 +amalgamate a 1 1 & 1 0 02476637 +amalgamated a 1 1 & 1 0 02476637 +amalgamative a 1 2 \ + 1 0 02615587 +amaranthine a 2 2 & \ 2 0 02615711 01558086 +amateur a 2 2 & + 2 1 01869634 01870636 +amateurish a 1 2 & + 1 0 01870636 +amative a 1 2 & + 1 0 01465061 +amatory a 1 1 & 1 0 01465214 +amaurotic a 1 2 \ + 1 0 02615804 +amazed a 1 1 & 1 1 02357810 +amazing a 2 1 & 2 2 02359789 01282510 +ambagious a 1 2 & + 1 0 00767626 +ambassadorial a 1 2 \ + 1 0 03040846 +amber a 1 2 & + 1 1 00369504 +amber-green a 1 1 & 1 0 00369648 +ambidextrous a 2 3 ! & + 2 0 02029752 01223271 +ambient a 1 2 & + 1 0 00447753 +ambiguous a 3 5 ! & ^ + ; 3 3 00895442 00102201 01672239 +ambitionless a 1 3 & ^ = 1 0 00105023 +ambitious a 2 5 ! & ^ = + 2 2 00104051 00745642 +ambivalent a 1 2 & + 1 0 00337841 +ambiversive a 1 2 ! ; 1 0 01351922 +amblyopic a 1 2 \ + 1 0 02615921 +ambrosial a 2 2 & + 2 0 02395910 01179241 +ambrosian a 3 3 & \ + 3 0 02616071 02395910 01179241 +ambulacral a 1 3 \ + ; 1 0 02616202 +ambulant a 1 2 & + 1 0 01522985 +ambulatory a 2 3 & \ + 2 0 02616345 01522985 +ameban a 1 2 \ + 1 0 03040974 +amebic a 1 2 \ + 1 0 03040974 +ameboid a 1 1 \ 1 0 02616480 +amebous a 1 2 \ + 1 0 03040974 +ameliorating a 1 1 & 1 0 00232385 +ameliorative a 1 2 & + 1 0 00232385 +amelioratory a 1 2 & + 1 0 00232385 +amenable a 4 2 & + 4 1 00696828 02362499 02361325 01997415 +amendable a 1 2 & + 1 0 00635078 +amendatory a 1 2 & + 1 0 00232620 +amended a 2 2 ! & 2 1 00354090 00230843 +amenorrheal a 1 2 \ + 1 0 02616627 +amenorrheic a 1 1 \ 1 0 02616627 +amenorrhoeal a 1 2 \ + 1 0 02616627 +amenorrhoeic a 1 1 \ 1 0 02616627 +amentaceous a 1 3 & + ; 1 0 01865640 +amentiferous a 1 2 & ; 1 0 01865640 +amerciable a 1 2 & + 1 0 01402343 +american a 2 2 \ + 2 2 02927512 02927303 +amerind a 1 2 \ + 1 0 02928066 +amerindic a 1 1 \ 1 0 02928066 +ametabolic a 2 3 ! & ; 2 0 01508592 01531274 +ametabolous a 1 1 ; 1 0 01508592 +amethyst a 1 2 & + 1 0 00369732 +amethystine a 1 1 \ 1 0 02616906 +ametropic a 1 2 ! + 1 0 00105388 +amharic a 1 2 \ + 1 0 02616997 +amiable a 2 2 & + 2 2 01134232 01075178 +amicable a 1 4 ! & ^ + 1 1 01246579 +amidship a 1 1 & 1 0 00330219 +aminic a 1 2 \ + 1 0 02617146 +amino a 1 2 \ + 1 0 02617146 +amiss a 1 1 & 1 1 01092371 +amitotic a 1 2 \ + 1 0 02617357 +ammino a 1 1 \ 1 0 02617476 +ammoniac a 1 2 \ + 1 0 02617641 +ammoniacal a 1 2 \ + 1 0 02617641 +ammoniated a 1 1 \ 1 0 03132715 +ammonitic a 1 2 \ + 1 0 02617812 +amnesiac a 1 2 & + 1 0 01978237 +amnesic a 2 3 & \ + 2 0 02617933 01978237 +amnestic a 1 2 \ + 1 0 02617933 +amnic a 1 2 \ + 1 0 02618108 +amnionic a 1 2 \ + 1 0 02618108 +amniotic a 1 2 \ + 1 0 02618108 +amoeban a 1 2 \ + 1 0 03040974 +amoebic a 1 2 \ + 1 0 03040974 +amoeboid a 1 1 \ 1 0 02616480 +amoebous a 1 2 \ + 1 0 03040974 +amok a 1 1 & 1 0 02074673 +amoristic a 1 2 \ + 1 0 02618361 +amorous a 2 2 & + 2 1 01465061 01465214 +amorphous a 3 1 & 3 1 02151837 01680283 00269580 +amort a 1 2 & ; 1 0 00703366 +amphibian a 1 2 \ + 1 0 02831979 +amphibiotic a 1 2 & ; 1 0 00125553 +amphibious a 2 4 ! & \ + 2 0 02831979 00125319 +amphiprostylar a 1 1 & 1 0 00139492 +amphiprostyle a 1 1 & 1 0 00139492 +amphiprotic a 1 1 ; 1 0 00026515 +amphistylar a 2 1 & 2 0 00140880 00139492 +amphitheatric a 1 2 \ + 1 0 02618468 +amphitheatrical a 1 2 \ + 1 0 02618468 +amphitropous a 1 2 ! ; 1 0 01029873 +amphoric a 1 1 \ 1 0 02618668 +amphoteric a 1 2 ! ; 1 0 00026515 +ample a 3 5 ! & ^ = + 3 2 00105746 00014490 01383394 +ampullar a 1 3 \ + ; 1 0 02618880 +ampullary a 1 3 \ + ; 1 0 02618880 +amuck a 1 1 & 1 0 02074673 +amused a 1 1 & 1 1 01805355 +amusing a 2 1 & 2 0 01344485 01265308 +amusive a 1 2 & + 1 0 01344485 +amygdaliform a 1 1 & 1 0 02044736 +amygdaline a 1 1 \ 1 0 02619083 +amygdaloid a 1 1 & 1 0 02044736 +amygdaloidal a 1 1 & 1 0 02044736 +amylaceous a 1 1 & 1 0 02299189 +amyloid a 1 2 & + 1 0 02299189 +amyloidal a 1 2 & + 1 0 02299189 +amylolytic a 1 2 \ + 1 0 02619174 +anabatic a 1 2 ! ; 1 0 00109633 +anabiotic a 1 2 \ + 1 0 02619291 +anabolic a 2 4 ! & \ + 2 0 02619404 00107648 +anachronic a 1 2 & + 1 0 02379925 +anachronistic a 1 2 & + 1 0 02379925 +anachronous a 1 2 & + 1 0 02379925 +anaclinal a 1 2 ! ; 1 0 00108263 +anaclitic a 1 1 \ 1 0 02619527 +anacoluthic a 1 2 \ ; 1 0 02619686 +anadromous a 1 1 ! 1 0 00109261 +anaemic a 2 3 & \ + 2 0 03041331 02324781 +anaerobic a 2 1 ! 2 1 00069060 00069427 +anaerobiotic a 1 1 + 1 0 00069060 +anaesthetic a 2 3 & \ + 2 0 03041491 02103052 +anaglyphic a 1 1 \ 1 0 02619839 +anaglyphical a 1 2 \ + 1 0 02619839 +anaglyptic a 1 2 \ + 1 0 02619839 +anaglyptical a 1 1 \ 1 0 02619839 +anagogic a 1 1 \ 1 0 02620134 +anagogical a 1 1 \ 1 0 02620134 +anagrammatic a 1 2 \ + 1 0 02620252 +anagrammatical a 1 2 \ + 1 0 02620252 +anal a 2 4 ! \ + ; 2 0 02620436 00109966 +anal_retentive a 1 1 ; 1 0 00109966 +analeptic a 1 2 & + 1 1 02309800 +analgesic a 1 2 & + 1 0 01341490 +analgetic a 1 2 & + 1 0 01341490 +analog a 1 1 ; 1 0 00110497 +analogical a 1 2 & + 1 0 01419462 +analogous a 2 4 ! & + ; 2 1 02071973 01221290 +analogue a 1 2 ! ; 1 0 00110497 +analphabetic a 3 4 ! & \ + 3 0 02614435 00101152 01421887 +analytic a 4 6 ! & ^ \ + ; 4 2 02620550 00112231 00111415 00110853 +analytical a 2 3 ^ + ; 2 1 00112231 00110853 +analyzable a 1 1 & 1 0 02176741 +analyzed a 1 1 ! 1 0 00416765 +anamnestic a 1 2 \ + 1 0 02620724 +anamorphic a 2 1 \ 2 0 02620992 02620863 +anapaestic a 1 1 \ 1 0 02938689 +anapestic a 1 1 \ 1 0 02938689 +anaphasic a 1 2 \ + 1 0 02621117 +anaphoric a 1 1 \ 1 0 02938590 +anaphrodisiac a 1 1 ! 1 0 02137713 +anaphylactic a 1 2 \ + 1 0 03140875 +anaplastic a 1 2 \ + 1 0 02621246 +anarchic a 1 1 & 1 0 00600192 +anarchical a 1 2 & + 1 0 00600192 +anarchistic a 1 2 \ + 1 0 02621348 +anasarcous a 1 2 \ + 1 0 02621496 +anastigmatic a 2 2 ! \ 2 0 02621609 00108595 +anastomotic a 1 2 \ + 1 1 02948363 +anatomic a 2 2 \ + 2 1 02897524 02897730 +anatomical a 2 2 \ + 2 1 02897524 02897730 +anatropous a 1 2 ! ; 1 0 01029710 +ancestral a 2 4 & \ + ; 2 1 01314197 02604913 +anchoritic a 1 2 & + 1 0 02578546 +ancient a 2 2 & + 2 2 01728614 01644847 +ancillary a 1 1 & 1 0 02354897 +andalusian a 1 2 \ + 1 0 02621799 +andante a 1 2 & + 1 0 00982954 +andantino a 1 1 & 1 0 00982275 +andean a 1 2 \ + 1 1 03025853 +andorran a 1 2 \ + 1 0 02978000 +androgenetic a 1 2 \ + 1 0 02621901 +androgenic a 1 2 \ + 1 0 02622093 +androgenous a 1 2 \ + 1 0 02621901 +androgynous a 2 5 ! & \ = + 2 0 02622210 01478626 +ane a 1 1 & 1 0 02186338 +anecdotal a 2 3 & \ + 2 0 03044331 00495916 +anecdotic a 1 2 & + 1 0 00495916 +anecdotical a 1 2 & + 1 0 00495916 +anechoic a 1 1 & 1 0 02011320 +anemic a 2 3 & \ + 2 1 02324781 03041331 +anemographic a 1 1 \ 1 0 02622386 +anemometric a 1 2 \ + 1 0 02622493 +anemometrical a 1 2 \ + 1 0 02622493 +anemophilous a 1 1 ! 1 0 00196664 +anencephalic a 1 2 \ + 1 0 02622678 +anencephalous a 1 2 \ + 1 0 02622678 +aneroid a 1 2 \ + 1 0 03042661 +anesthetic a 2 3 & \ + 2 0 03041491 02103052 +anestric a 1 2 \ + 1 0 02622859 +anestrous a 2 4 ! & \ ; 2 0 02622859 02138257 +aneuploid a 1 1 \ 1 0 03005728 +aneurismal a 1 2 \ + 1 0 03005862 +aneurismatic a 1 2 \ + 1 0 03005862 +aneurysmal a 1 2 \ + 1 0 03005862 +aneurysmatic a 1 2 \ + 1 0 03005862 +anfractuous a 1 1 & 1 0 02312250 +angelic a 3 3 & \ + 3 1 01130261 02870663 01459949 +angelical a 3 3 & \ + 3 0 02870663 01459949 01130261 +angered a 1 1 & 1 0 00114454 +anginal a 1 2 \ + 1 0 02623037 +anginose a 1 1 \ 1 0 02623037 +anginous a 1 2 \ + 1 0 02623037 +angiocarpic a 1 1 \ 1 0 02623229 +angiocarpous a 1 2 \ + 1 0 02623229 +angiomatous a 1 2 \ + 1 0 02623387 +angiospermous a 1 2 \ + 1 0 02623529 +angled a 1 1 & 1 0 02048247 +anglican a 1 3 \ + ; 1 1 02954459 +anglo-catholic a 1 1 \ 1 0 02921108 +anglo-indian a 1 2 \ + 1 0 02921199 +anglo-jewish a 1 1 \ 1 1 02922690 +anglo-saxon a 1 2 \ + 1 1 03114843 +anglophilic a 1 2 \ + 1 0 02623672 +anglophobic a 1 2 \ + 1 0 02623776 +angolan a 1 2 \ + 1 0 03042812 +angry a 3 3 ! & + 3 2 00113818 00304144 01173697 +anguillan a 1 2 \ + 1 0 03042986 +anguine a 1 2 \ ; 1 0 02623880 +anguished a 1 1 & 1 1 01364585 +angular a 2 5 ! & ^ \ + 2 2 02930616 02047807 +angulate a 1 3 & ^ + 1 0 02047807 +anhydrous a 1 2 ! ; 1 1 02555550 +anicteric a 2 2 & \ 2 0 02623991 01171955 +anile a 1 1 & 1 0 01644967 +animal a 1 2 & + 1 1 01778572 +animalistic a 1 2 \ + 1 0 02624086 +animate a 3 5 ! & = + ; 3 1 00120252 00118066 00117385 +animated a 2 2 ! & 2 1 00118567 01565608 +animating a 1 1 & 1 0 01356932 +animatistic a 1 2 \ + 1 0 02624209 +animist a 1 2 \ + 1 0 02624314 +animistic a 1 2 \ + 1 0 02624314 +anionic a 1 3 ! \ + 1 1 02930255 +anise-scented a 1 1 & 1 0 01055846 +aniseikonic a 1 2 \ + 1 0 02624477 +anisogametic a 1 2 \ + 1 0 02624834 +anisogamic a 1 1 \ 1 0 02624615 +anisogamous a 1 2 \ + 1 0 02624615 +anisometric a 1 1 & 1 0 00892635 +anisometropic a 1 2 \ + 1 0 02625007 +anisotropic a 1 3 ! & + 1 0 01361107 +ankle-deep a 1 1 & 1 1 00692154 +ankylotic a 1 2 \ + 1 0 02625149 +annalistic a 1 2 \ + 1 0 02625281 +annelid a 1 3 \ + ; 1 0 02625975 +annelidan a 1 2 \ ; 1 0 02625975 +annexal a 1 2 \ + 1 0 02604117 +annexational a 1 2 \ + 1 0 02626177 +annihilated a 1 1 & 1 0 00734798 +annihilating a 2 1 & 2 1 00586617 01995047 +annihilative a 1 2 & + 1 0 00586617 +announced a 1 1 & 1 0 00687750 +annoyed a 2 1 & 2 1 01806106 02455845 +annoying a 1 1 & 1 1 00089550 +annual a 2 4 ! & + ; 2 1 00678024 01969150 +annular a 1 1 & 1 0 02044860 +annulate a 1 1 & 1 0 02044860 +annulated a 1 1 & 1 0 02044860 +annunciatory a 1 2 \ + 1 0 02626487 +anodal a 1 2 \ + 1 0 02626829 +anodic a 1 2 ! \ 1 0 02626829 +anodyne a 1 2 & + 1 0 01341490 +anoestrous a 1 1 \ 1 0 02622859 +anomalous a 1 2 & + 1 1 01596455 +anomic a 1 2 & + 1 1 01683908 +anon. a 1 1 & 1 0 00120574 +anonymous a 2 3 ! & + 2 2 00120574 00236652 +anoperineal a 1 1 \ 1 0 02627136 +anopheline a 1 2 \ + 1 0 02627257 +anorectal a 1 1 \ 1 0 02627383 +anorectic a 2 2 & + 2 0 00988797 00323047 +anorexic a 1 2 & + 1 0 00988797 +anorexigenic a 1 1 & 1 0 00323047 +anorthic a 1 1 ; 1 0 00366185 +anorthitic a 1 2 \ + 1 0 02627510 +anosmatic a 1 2 \ + 1 0 02627612 +anosmic a 2 3 & \ + 2 0 02627612 01274524 +another a 1 1 & 1 1 02070188 +anoxemic a 1 2 \ + 1 0 02627787 +anoxic a 1 2 \ + 1 0 02627927 +anserine a 2 3 & \ ; 2 0 02628073 00439905 +answerable a 2 2 & + 2 0 02266351 01997221 +answering a 1 1 & 1 1 01999608 +antacid a 1 2 & + 1 0 00623814 +antagonistic a 5 3 ! & + 5 2 01818680 01245138 00760577 00623565 00508480 +antarctic a 1 2 & + 1 0 02444627 +ante_meridiem a 1 1 & 1 0 00130518 +antebellum a 1 1 & 1 1 01537144 +antecedent a 1 4 ! & ^ + 1 0 00121865 +antecubital a 1 1 \ 1 0 02628171 +antediluvial a 1 2 \ + 1 0 02846743 +antediluvian a 2 2 & \ 2 0 02846743 01639230 +antemeridian a 1 3 ! & = 1 0 00130412 +antemortem a 1 1 ! 1 0 00121552 +antenatal a 1 0 1 0 00129103 +antennal a 1 2 \ + 1 0 02628337 +antennary a 1 2 \ + 1 0 02628337 +antenuptial a 1 1 \ 1 0 03043173 +antepartum a 1 0 1 0 00129103 +antepenultimate a 1 2 & + 1 0 01015940 +anterior a 2 5 ! & ^ = + 2 1 00130778 00122128 +anterograde a 1 2 ! = 1 0 00130281 +anthelminthic a 1 2 & + 1 0 01165266 +anthelmintic a 1 2 & + 1 0 01165266 +antheral a 1 3 & + ; 1 0 01477251 +antheridial a 1 2 \ + 1 0 02605035 +anthophagous a 1 1 & 1 0 00314265 +anthophilous a 1 1 & 1 0 00314265 +anthracitic a 1 2 \ + 1 0 02628550 +anthropic a 1 1 \ 1 0 02628667 +anthropical a 1 1 \ 1 0 02628667 +anthropocentric a 1 2 \ + 1 0 03135137 +anthropogenetic a 1 2 \ + 1 0 02628811 +anthropogenic a 1 1 \ 1 0 02628811 +anthropoid a 2 2 & + 2 0 01260282 01259015 +anthropoidal a 1 2 & + 1 0 01260282 +anthropological a 1 2 \ + 1 0 02907175 +anthropometric a 1 2 \ + 1 0 02629017 +anthropometrical a 1 2 \ + 1 0 02629017 +anthropomorphic a 1 1 & 1 1 01259123 +anthropomorphous a 1 1 & 1 0 01259123 +anthropophagous a 1 2 \ + 1 0 02629182 +anti a 1 1 ! 1 1 01817405 +anti-american a 1 3 ! \ + 1 0 02927803 +anti-intellectual a 1 2 & + 1 1 01333886 +anti-semite a 1 2 & + 1 0 00285905 +anti-semitic a 1 2 \ + 1 1 03043482 +antiadrenergic a 1 1 \ 1 0 02605157 +antiaircraft a 1 2 & + 1 0 01630439 +antiapartheid a 1 1 \ 1 0 02605281 +antiauthoritarian a 1 1 & 1 0 00715586 +antibacterial a 1 1 \ 1 0 02833873 +antibiotic a 1 2 \ + 1 1 02629301 +antiblack a 1 1 & 1 0 00285905 +antic a 1 2 & + 1 1 00967646 +anticancer a 1 1 \ 1 0 02629410 +anticholinergic a 1 2 ! + 1 0 00061088 +anticipant a 1 2 & + 1 0 01228797 +anticipated a 1 1 & 1 1 00929815 +anticipative a 1 2 & + 1 0 01228797 +anticipatory a 1 2 & + 1 0 00122245 +anticlimactic a 2 3 ! \ + 2 0 02629659 02487906 +anticlimactical a 1 1 \ 1 0 02629659 +anticlinal a 1 2 ! ; 1 0 00109016 +anticlockwise a 1 2 & ^ 1 0 00442057 +anticoagulative a 1 1 \ 1 0 02629846 +anticyclonic a 1 3 \ + ; 1 0 02629942 +antidotal a 1 1 \ 1 0 02605416 +antidromic a 1 2 & ; 1 0 01596674 +antiferromagnetic a 1 2 \ + 1 0 02605509 +antifertility a 1 1 & 1 0 01887819 +antifungal a 1 2 \ + 1 0 02832818 +antigenic a 1 2 \ + 1 0 02630121 +antiguan a 1 2 \ + 1 0 03043667 +antiheretical a 1 1 & 1 0 01690167 +antiknock a 1 2 & + 1 0 01396931 +antiknocking a 1 1 & 1 0 01396931 +antimagnetic a 1 1 ! 1 0 01470141 +antimicrobial a 1 2 & + 1 0 01165474 +antimicrobic a 1 2 & + 1 0 01165474 +antimonial a 1 2 & + 1 0 01528126 +antimonic a 1 2 \ + 1 0 02630221 +antimonious a 1 2 \ + 1 0 02630221 +antimonopoly a 1 1 & 1 0 00956568 +antineoplastic a 1 2 \ + 1 0 02629410 +antinomian a 1 2 \ + 1 0 02630402 +antiparallel a 1 1 & 1 0 01718470 +antipathetic a 2 2 & + 2 0 01293542 01245138 +antipathetical a 2 2 & + 2 0 01293542 01245138 +antipersonnel a 1 1 & 1 0 01629212 +antiphlogistic a 1 1 & 1 0 00623939 +antiphonal a 2 2 \ + 2 0 03110741 02630519 +antiphonary a 1 1 + 1 0 02630519 +antipodal a 1 2 \ + 1 0 02630695 +antipodean a 1 2 \ + 1 0 02630695 +antipollution a 1 1 \ 1 0 02605621 +antipyretic a 1 2 ! + 1 0 01170136 +antiquarian a 2 2 \ + 2 0 03043937 03043838 +antiquated a 1 1 & 1 0 01639230 +antique a 3 2 & + 3 2 01639446 00974159 01638962 +antisatellite a 1 1 \ 1 0 02605786 +antisemitic a 1 2 \ + 1 0 03043482 +antiseptic a 4 4 ! & ^ + 4 2 02115324 00622828 02118047 00424240 +antisocial a 2 1 & 2 0 02258972 02249948 +antistrophic a 1 1 \ 1 0 02630994 +antisubmarine a 1 1 & 1 0 01630579 +antitank a 1 1 & 1 0 01630673 +antithetic a 1 2 & + 1 0 02065404 +antithetical a 1 2 & + 1 1 02065404 +antithyroid a 1 1 \ 1 1 02981508 +antitoxic a 1 2 & + 1 0 02450814 +antitrust a 1 1 & 1 1 00956568 +antitumor a 1 1 \ 1 0 02629410 +antitumour a 1 1 \ 1 0 02629410 +antitypic a 1 2 \ + 1 0 02631085 +antitypical a 1 1 \ 1 0 02631085 +antiviral a 1 1 \ 1 0 02605953 +antler-like a 1 1 & 1 0 02034248 +antlered a 1 1 & 1 0 02034179 +antonymous a 1 3 ! & + 1 0 02381764 +antrorse a 1 2 ! ; 1 0 00123653 +antsy a 1 1 & 1 0 02406166 +anuran a 1 3 \ + ; 1 0 02631238 +anuretic a 1 2 \ + 1 0 02631453 +anuric a 1 1 \ 1 0 02631453 +anurous a 1 1 & 1 0 00320985 +anxiolytic a 1 2 \ + 1 0 02631594 +anxious a 2 3 & + ; 2 1 00811248 02456157 +any a 1 1 & 1 1 02267686 +aoristic a 1 3 \ + ; 1 0 02631686 +aortal a 1 2 \ + 1 0 02631812 +aortic a 1 2 \ + 1 0 02631812 +apart a 2 1 & 2 1 00567860 02110161 +apathetic a 2 2 & + 2 0 02281611 01342949 +apelike a 2 1 & 2 0 01260282 01216710 +aperient a 1 2 & + 1 0 00637979 +aperiodic a 1 2 ! & 1 0 01970464 +apetalous a 1 1 ! 1 0 01776532 +aphaeretic a 1 2 \ + 1 0 02631955 +aphakic a 1 2 \ + 1 0 02632148 +aphanitic a 1 2 \ + 1 0 02632263 +aphasic a 2 3 & \ + 2 0 02632363 00151530 +apheretic a 1 2 \ + 1 0 02631955 +aphetic a 1 2 \ + 1 0 02632504 +aphonic a 1 2 & + 1 0 00151661 +aphoristic a 2 2 & + 2 0 02653651 00546951 +aphotic a 1 1 & 1 0 00273901 +aphrodisiac a 1 2 ! + 1 0 02137538 +aphrodisiacal a 1 1 + 1 0 02137538 +aphyllous a 1 2 & ; 1 0 01703619 +apian a 1 1 \ 1 0 02632595 +apiarian a 1 2 \ + 1 0 02632696 +apical a 1 2 & + 1 0 02440184 +apiculate a 1 1 & 1 0 02167405 +apicultural a 1 2 \ + 1 0 02632799 +apish a 1 1 & 1 0 01216710 +apivorous a 1 1 & 1 0 00315631 +aplacental a 1 1 ! 1 0 01831346 +aplanatic a 1 2 & ; 1 0 00634259 +aplitic a 1 2 \ + 1 0 02632916 +apneic a 1 1 \ 1 0 02633011 +apnoeic a 1 1 \ 1 0 02633011 +apocalyptic a 2 3 & \ + 2 1 01882292 02633115 +apocalyptical a 1 2 & + 1 0 01882292 +apocarpous a 1 2 ! ; 1 0 00113476 +apochromatic a 1 2 & ; 1 0 00634404 +apocrine a 1 1 ! 1 0 00098529 +apocryphal a 2 3 & \ + 2 1 01916693 02633222 +apocynaceous a 1 1 \ 1 0 02633329 +apodal a 1 1 & 1 0 01031908 +apodeictic a 1 2 & ; 1 0 02461295 +apodictic a 1 2 & ; 1 0 02461295 +apodous a 1 1 & 1 0 01031908 +apogametic a 1 2 \ ; 1 0 02633447 +apogamic a 1 3 \ + ; 1 0 02633447 +apogamous a 1 3 \ + ; 1 0 02633447 +apogean a 1 2 \ + 1 0 02633696 +apolitical a 1 1 & 1 0 01815219 +apologetic a 1 3 ! & + 1 1 01631830 +apomictic a 2 4 & \ + ; 2 0 02633877 02136158 +apomictical a 1 3 \ + ; 1 0 02633877 +aponeurotic a 1 2 \ + 1 0 02634073 +apopemptic a 1 2 \ ; 1 0 02822472 +apophatic a 1 2 \ + 1 0 02634232 +apophyseal a 1 2 \ + 1 0 02634428 +apoplectic a 1 2 \ + 1 0 02634569 +apoplectiform a 1 1 \ 1 0 02634709 +apoplectoid a 1 1 \ 1 0 02634709 +aposiopetic a 1 2 \ + 1 0 02634820 +apostate a 1 2 & + 1 0 00959979 +apostolic a 2 2 \ + 2 1 02859500 02879638 +apostolical a 2 2 \ + 2 0 02879638 02859500 +apostrophic a 1 1 \ 1 0 02634940 +apothecial a 1 3 \ + ; 1 0 02635069 +apothegmatic a 2 3 & \ + 2 0 02635221 00546951 +apothegmatical a 1 2 \ + 1 0 02635221 +apotropaic a 1 1 & 1 0 01468319 +appalachian a 1 2 \ + 1 0 02635395 +appalled a 1 1 & 1 0 00078576 +appalling a 1 1 & 1 1 00193367 +appareled a 1 1 & 1 0 00454440 +apparent a 2 2 & + 2 2 01618376 01873985 +apparitional a 1 1 & 1 0 01574925 +appealable a 1 2 ! + 1 0 00132849 +appealing a 2 4 ! & + ; 2 2 00170358 02376277 +appeasable a 1 2 & + 1 0 01784946 +appeasing a 1 1 & 1 0 00759826 +appellant a 1 3 \ + ; 1 0 03044083 +appellate a 1 2 \ ; 1 0 03044083 +appellative a 2 3 & \ + 2 0 02635499 00722386 +appendaged a 1 1 ! 1 0 00133259 +appendant a 1 2 & + 1 0 00158864 +appendicular a 1 2 \ + 1 0 02635611 +apperceptive a 1 1 & 1 0 01745191 +appetent a 1 2 & + 1 0 00888051 +appetising a 1 4 & ^ = + 1 0 00133417 +appetitive a 1 1 \ 1 0 02997529 +appetizing a 1 5 ! & ^ = + 1 0 00133417 +applaudable a 1 2 & + 1 0 02585545 +apple-scented a 1 1 & 1 0 01055923 +apple-shaped a 1 1 & 1 0 02041134 +apple-sized a 1 1 & 1 0 02222578 +applicable a 1 2 & + 1 1 01975448 +applicative a 1 2 & + 1 0 01834812 +applicatory a 1 2 & + 1 0 01834812 +applied a 1 2 ! & 1 0 00863049 +appointed a 4 1 & 4 4 00846462 00847196 02129718 01097315 +appointive a 2 4 ! & \ + 2 0 02635794 00846462 +apportionable a 1 2 & + 1 0 00468176 +apportioned a 1 1 & 1 0 00540236 +apposable a 1 1 + 1 0 01662510 +apposite a 1 2 & + 1 0 00138314 +appositional a 1 2 \ + 1 0 02635941 +appositive a 1 2 \ + 1 0 02635941 +appraising a 1 1 & 1 0 00649892 +appreciable a 1 1 & 1 1 00624416 +appreciated a 1 1 & 1 0 01378429 +appreciative a 2 2 & + 2 1 01146732 00774676 +apprehended a 1 1 & 1 0 01378429 +apprehensible a 1 2 & + 1 0 00533452 +apprehensive a 3 2 & + 3 0 01745027 00822907 00079069 +apprenticed a 1 1 & 1 0 01064806 +appressed a 1 1 & 1 0 00447909 +approachable a 3 3 ! & + 3 1 00533221 00134060 00019349 +approaching a 1 1 & 1 0 01732601 +approbative a 1 2 & + 1 0 00996089 +approbatory a 1 2 & + 1 0 00996089 +appropriable a 1 2 & + 1 0 00093433 +appropriate a 1 5 ! & ^ = + 1 1 00134701 +appropriative a 1 2 \ + 1 0 02636123 +approved a 1 1 & 1 1 00179035 +approving a 1 1 & 1 0 00996089 +approximate a 3 1 & 3 1 00915976 00451872 00448130 +approximative a 1 2 & + 1 0 00915976 +appurtenant a 1 2 & + 1 0 02354897 +apractic a 1 2 & + 1 0 01018359 +apraxic a 1 2 & + 1 0 01018359 +apropos a 1 4 ! & ^ = 1 0 00138169 +apsidal a 1 2 \ + 1 0 02636261 +apt a 4 2 & + 4 1 01292411 01411919 01334958 00138314 +apteral a 2 2 ! & 2 0 00139344 02568389 +apterous a 1 1 & 1 0 02568389 +aptitudinal a 1 2 \ + 1 0 02636358 +aquacultural a 1 2 \ + 1 0 02790474 +aquaphobic a 1 2 & + 1 0 00080098 +aquatic a 2 4 ! & \ + 2 0 02636582 00124077 +aqueous a 2 3 ! \ ; 2 1 02636461 01355089 +aquicultural a 1 2 \ + 1 0 02790474 +aquiferous a 1 2 \ + 1 0 02636708 +aquiline a 1 1 & 1 0 02312354 +arabian a 2 2 \ + 2 0 03044566 03044462 +arabic a 1 2 \ + 1 0 03044740 +arable a 1 2 & + 1 1 01865807 +araceous a 1 3 \ + ; 1 0 02641201 +arachnidian a 1 3 \ + ; 1 0 02636811 +arachnoid a 1 3 \ + ; 1 0 02636811 +aramaean a 1 2 \ + 1 0 02637182 +aramaic a 1 2 \ + 1 0 02637063 +aramean a 1 2 \ + 1 0 02637182 +araneidal a 1 3 \ + ; 1 0 02637380 +araneidan a 1 2 \ ; 1 0 02637380 +arawakan a 1 2 \ + 1 0 02637537 +arbitrable a 1 2 ! + 1 0 00140233 +arbitral a 1 1 \ 1 0 02637730 +arbitrary a 1 3 ! & + 1 1 00718924 +arbitrational a 1 2 \ + 1 0 02637730 +arbitrative a 1 2 \ + 1 0 02637973 +arboraceous a 1 1 & 1 0 02573192 +arborary a 1 2 \ + 1 0 02638121 +arboreal a 3 4 ! & \ + 3 1 02638121 00141818 00613382 +arboreous a 3 2 & + 3 0 00141818 02573192 00613382 +arborescent a 1 1 & 1 0 00613382 +arboresque a 1 1 & 1 0 00613382 +arborical a 1 2 \ + 1 0 02638121 +arboriform a 1 1 & 1 0 00613382 +arborous a 1 2 \ + 1 0 02638121 +arcadian a 1 2 & + 1 0 02051179 +arcane a 1 1 & 1 0 00899612 +arced a 1 2 & ; 1 0 02315461 +arch a 3 1 & 3 0 02338917 02226661 02122715 +archaean a 1 2 & ; 1 0 00814073 +archaeologic a 1 2 \ + 1 0 02638392 +archaeological a 1 2 \ + 1 0 02638392 +archaeozoic a 1 3 & + ; 1 0 00814251 +archaic a 2 1 & 2 0 01639230 00817731 +archaistic a 1 2 \ + 1 0 02638740 +archangelic a 1 2 \ + 1 0 02638894 +archangelical a 1 2 \ + 1 0 02638894 +archdiocesan a 1 2 \ + 1 0 02639193 +archducal a 1 2 \ + 1 0 02639302 +archean a 1 3 & + ; 1 0 00814073 +arched a 2 3 & \ ; 2 2 02639064 02315461 +archegonial a 1 3 \ + ; 1 0 02639430 +archegoniate a 1 2 \ ; 1 0 02639430 +archeologic a 1 2 \ + 1 0 02638392 +archeological a 1 2 \ + 1 1 02638392 +archeozoic a 1 3 & + ; 1 0 00814251 +archepiscopal a 1 2 \ + 1 0 02639895 +archesporial a 1 3 \ + ; 1 0 02639590 +archetypal a 1 2 & + 1 0 01011392 +archetypical a 1 2 & + 1 0 01011392 +archidiaconal a 1 2 \ + 1 0 02639772 +archiepiscopal a 1 2 \ + 1 0 02639895 +arching a 1 2 & ; 1 1 02315461 +archipelagic a 1 2 \ + 1 0 02640086 +architectonic a 1 2 \ + 1 0 02898121 +architectural a 1 1 \ 1 1 02897957 +archival a 1 2 \ + 1 0 02640223 +archosaurian a 1 2 \ + 1 0 02640354 +arciform a 1 2 & ; 1 0 02315461 +arco a 1 1 & 1 0 00945658 +arctic a 2 2 & + 2 1 02444475 01252151 +arcuate a 1 3 & + ; 1 0 02315461 +ardent a 3 1 & 3 1 01726235 00886117 00281342 +arduous a 3 2 & + 3 1 00836544 00837977 00745858 +areal a 1 2 \ + 1 0 02640503 +arenaceous a 1 1 ! 1 0 00142040 +arenicolous a 1 1 \ 1 0 02640629 +areolar a 1 2 \ + 1 0 02640746 +areolate a 1 1 \ 1 0 02640746 +argent a 1 2 & + 1 0 00387392 +argentic a 1 1 \ 1 0 02640908 +argentiferous a 1 1 & 1 0 01528239 +argentine a 1 1 \ 1 0 02966972 +argentinian a 1 2 \ + 1 0 02966972 +argentous a 1 1 \ 1 0 02641012 +argillaceous a 1 2 ! + 1 0 00142270 +argive a 1 2 \ + 1 1 03017788 +arguable a 2 2 & + 2 0 01799670 00602117 +argumentative a 1 3 ! & + 1 1 00603367 +argus-eyed a 2 1 & 2 0 02158438 00091764 +arid a 2 2 & + 2 0 02552415 00806991 +ariled a 1 2 & ; 1 0 01694892 +arillate a 1 2 & ; 1 0 01694892 +ariose a 1 1 & 1 0 01501505 +aristocratic a 1 2 & + 1 1 01590484 +aristocratical a 1 2 & + 1 0 01590484 +aristotelean a 1 2 \ + 1 0 03028465 +aristotelian a 1 2 \ + 1 1 03028465 +aristotelic a 1 1 \ 1 0 03028465 +arithmetic a 1 2 \ + 1 0 03044869 +arithmetical a 1 2 \ + 1 0 03044869 +armed a 3 3 ! & ; 3 1 00142407 00146210 00144877 +armenian a 1 2 \ + 1 0 02625648 +armillary a 1 1 \ 1 0 02641118 +arminian a 1 2 \ + 1 0 02625546 +armless a 1 1 ! 1 0 00146786 +armlike a 1 1 & 1 0 00146430 +armor-clad a 1 1 & 1 0 00143854 +armor-plated a 1 1 & 1 0 00143854 +armored a 3 3 ! & ; 3 1 00143589 00146883 01094647 +armorial a 1 2 \ ; 1 0 03045059 +armour-clad a 1 1 & 1 0 00143854 +armour-plated a 1 1 & 1 0 00143854 +armoured a 2 2 & ; 2 0 00146883 00143589 +aroid a 1 3 \ + ; 1 0 02641201 +aromatic a 2 4 & \ + ; 2 0 02641378 01052428 +around-the-clock a 1 1 & 1 0 00595147 +around_the_bend a 1 1 & 1 0 02074929 +aroused a 6 1 & 6 2 02014514 00920494 02405677 02131668 01726021 00085630 +arranged a 3 2 ! & 3 1 01681028 01670427 01571869 +arrant a 1 1 & 1 0 01520091 +arrayed a 1 1 & 1 0 00454849 +arresting a 1 1 & 1 0 01282921 +arrhythmic a 2 2 & + 2 0 02303575 02021235 +arrhythmical a 1 1 & 1 0 02021235 +arrogant a 1 2 & + 1 1 01889819 +arrow-shaped a 1 1 & 1 0 02170673 +arsenical a 1 2 \ + 1 0 02641571 +arsenious a 1 2 \ + 1 0 02641731 +artefactual a 1 2 \ + 1 0 02986740 +arterial a 1 2 \ + 1 1 02641856 +arteriolar a 1 2 \ + 1 1 02948640 +arteriosclerotic a 1 2 \ + 1 0 02930987 +arteriovenous a 1 1 \ 1 0 02642258 +artesian a 1 1 ! 1 0 00098933 +artful a 2 4 ! & ^ + 2 0 01310685 00147734 +arthralgic a 1 2 \ + 1 0 02642394 +arthritic a 1 2 & + 1 0 01173795 +arthromeric a 1 2 \ + 1 0 02642497 +arthropodal a 1 3 \ + ; 1 0 02642634 +arthropodan a 1 2 \ ; 1 0 02642634 +arthropodous a 1 3 \ + ; 1 0 02642634 +arthrosporic a 1 3 \ + ; 1 0 02642886 +arthrosporous a 1 3 \ + ; 1 0 02642886 +arthurian a 1 2 \ + 1 0 02643082 +articled a 1 1 & 1 0 01064806 +articular a 1 2 \ + 1 0 02643220 +articulary a 1 2 \ + 1 0 02643220 +articulate a 2 4 ! & ^ + 2 1 00150202 00153410 +articulated a 1 2 ! & 1 0 00153410 +articulative a 1 2 \ + 1 0 02643446 +articulatory a 1 2 \ + 1 0 02643446 +artifactual a 1 2 \ + 1 0 02986740 +artificial a 3 4 ! & ^ + 3 2 01571363 00073465 01680417 +artiodactyl a 1 2 \ ; 1 0 02643673 +artiodactylous a 1 3 \ + ; 1 0 02643673 +artistic a 3 3 & \ + 3 2 02991122 00069948 02393086 +artless a 4 4 ! & ^ + 4 0 01309991 00149861 02228901 01949740 +artsy-craftsy a 1 1 & 1 0 01849844 +arty a 1 2 & + 1 1 01849740 +arty-crafty a 1 1 & 1 0 01849844 +arundinaceous a 1 2 \ + 1 0 02643900 +aryan a 1 2 \ + 1 0 03074565 +asat a 1 1 \ 1 0 02605786 +ascendable a 1 2 & + 1 0 02083391 +ascendant a 2 2 & + 2 0 02484638 00791631 +ascendent a 2 2 & + 2 0 02484638 00791631 +ascendible a 1 1 & 1 0 02083391 +ascending a 1 3 ! & ^ 1 1 02484208 +ascensional a 1 2 \ + 1 0 02644050 +ascensive a 1 2 & + 1 0 02484638 +ascertainable a 1 2 & + 1 1 00738829 +ascertained a 1 1 & 1 0 01610484 +ascetic a 2 3 & \ + 2 0 02644177 00009618 +ascetical a 2 3 & \ + 2 0 02644177 00009618 +ascitic a 1 2 \ + 1 0 02644407 +asclepiadaceous a 1 3 \ + ; 1 0 02644602 +ascocarpous a 1 3 \ + ; 1 0 02644748 +ascomycetous a 1 2 \ + 1 0 03023077 +ascosporic a 1 3 \ + ; 1 0 02644870 +ascosporous a 1 3 \ + ; 1 0 02644870 +ascribable a 1 2 & + 1 0 00171872 +aseptic a 1 2 & + 1 0 02115759 +asexual a 1 4 ! & = + 1 0 02135913 +ash-blonde a 1 1 & 1 0 00243945 +ash-gray a 1 1 & 1 0 00387593 +ash-grey a 1 1 & 1 0 00387593 +ashamed a 1 3 ! & ^ 1 1 00153898 +ashen a 2 1 & 2 1 00404568 02575653 +ashy a 1 2 & + 1 0 00387593 +asian a 1 2 \ + 1 0 02968525 +asiatic a 1 2 \ + 1 0 02968525 +asinine a 1 2 & + 1 0 02571277 +askance a 1 1 & 1 0 00762721 +askant a 1 1 & 1 0 00762721 +askew a 1 1 & 1 0 02312450 +aslant a 1 1 & 1 0 01234747 +asleep a 3 4 ! & ^ ; 3 1 00187736 02103333 00095873 +aslope a 1 1 & 1 0 01234747 +asocial a 2 1 & 2 0 02250231 02249948 +aspectual a 1 3 \ + ; 1 0 03045196 +asphaltic a 1 1 + 1 0 02598494 +aspheric a 1 2 & ; 1 0 02045008 +aspherical a 1 2 & ; 1 0 02045008 +asphyxiated a 1 1 \ 1 0 03045377 +asphyxiating a 1 1 & 1 0 00268273 +aspirant a 1 2 & + 1 0 00104533 +aspiring a 1 1 & 1 0 00104533 +asquint a 1 1 & 1 0 00762721 +assailable a 1 2 & + 1 0 02523664 +assamese a 1 2 \ + 1 0 02977465 +assassinated a 1 1 & 1 0 00096072 +assaultive a 1 2 & + 1 0 01629349 +assentient a 1 2 & + 1 0 00075389 +assertable a 1 2 & + 1 0 01821920 +asserted a 1 1 & 1 0 00687952 +asserting a 1 0 1 0 00686890 +assertive a 1 4 ! & ^ + 1 1 00156101 +assessable a 2 2 & + 2 0 02400471 01815540 +assiduous a 1 2 & + 1 0 00754393 +assignable a 1 2 & + 1 0 00093556 +assigned a 1 2 ! & 1 1 00846944 +assimilable a 1 1 & 1 0 01182302 +assimilating a 1 1 & 1 0 00006885 +assimilative a 2 2 & + 2 0 01985976 00006885 +assimilatory a 1 2 & + 1 0 00006885 +assistant a 1 2 & + 1 1 00793250 +assisted a 1 2 ! & 1 0 02353707 +assistive a 1 2 & + 1 0 01196276 +associable a 1 2 & + 1 0 00157659 +associate a 1 1 & 1 0 00793426 +associational a 1 2 \ ; 1 0 02645042 +associative a 1 3 ! & + 1 0 00157389 +associatory a 1 2 & + 1 0 00157389 +assonant a 2 3 & + ; 2 0 02063279 01966016 +assorted a 2 1 & 2 1 01199083 02065665 +assuasive a 1 1 & 1 0 00197151 +assumed a 1 1 & 1 0 01116857 +assuming a 1 1 & 1 0 00205696 +assumptive a 2 2 & + 2 0 00205696 00028008 +assured a 2 2 & + 2 2 00339157 02094203 +assurgent a 2 2 & ; 2 0 02485050 02484919 +assuring a 1 1 & 1 0 00197247 +astatic a 1 1 & 1 0 00344816 +asteriated a 1 1 \ 1 0 02645187 +asterisked a 1 1 & 1 0 01480492 +asterismal a 1 2 \ + 1 0 02645303 +asternal a 1 2 & ; 1 0 00568171 +asteroid a 1 2 & + 1 0 02048344 +asteroidal a 1 2 \ + 1 1 02980854 +asthenic a 2 2 & + 2 0 02324944 00828095 +asthmatic a 1 2 & + 1 0 01174048 +astigmatic a 1 2 ! + 1 0 00108698 +astir a 2 1 & 2 0 00186925 00032358 +astomatal a 1 1 \ 1 0 02645868 +astomatous a 1 2 ! ; 1 0 02310771 +astonied a 1 1 & 1 0 02357810 +astonished a 1 1 & 1 1 02357810 +astonishing a 2 1 & 2 1 02359789 01283155 +astounded a 1 1 & 1 0 02357810 +astounding a 2 1 & 2 1 00645856 01283155 +astragalar a 1 3 \ + ; 1 0 02646072 +astral a 1 1 \ 1 1 02802976 +astringent a 2 4 ! & = + 2 1 02369027 00189580 +astrocytic a 1 3 \ + ; 1 0 02646215 +astrological a 1 2 \ + 1 0 02910506 +astronautic a 1 2 \ + 1 0 02646381 +astronautical a 1 2 \ + 1 0 02646381 +astronomic a 2 3 & \ + 2 0 02646605 01383582 +astronomical a 2 3 & \ + 2 2 02646605 01383582 +astrophysical a 1 2 \ + 1 0 02907798 +astute a 1 2 & + 1 1 00438909 +astylar a 1 2 & ; 1 0 00141647 +asunder a 1 1 & 1 0 02110317 +asymmetric a 1 3 & ^ + 1 1 02373599 +asymmetrical a 2 4 ! & ^ + 2 0 02373599 01961048 +asymptomatic a 1 1 & 1 0 02540899 +asymptotic a 1 2 \ + 1 1 02929071 +asynchronous a 2 2 ! & 2 0 02380819 02379595 +asyndetic a 1 3 ! + ; 1 0 02381189 +asynergic a 1 2 \ + 1 0 02646804 +at_a_loss a 1 1 & 1 1 01765926 +at_bay a 1 1 & 1 1 01064913 +at_fault a 1 1 & 1 0 01321429 +at_hand a 2 1 & 2 2 00448644 00448314 +at_large a 1 1 & 1 1 01062114 +at_loggerheads a 1 1 & 1 0 01245441 +at_odds a 1 1 & 1 1 00578234 +at_peace a 1 2 & ; 1 0 00095873 +at_rest a 2 2 & ; 2 0 00188058 00095873 +at_sea a 1 1 & 1 0 01766133 +at_the_ready a 1 1 & 1 0 01931034 +at_variance a 1 1 & 1 0 00554098 +at_work a 1 1 & 1 1 00293248 +atactic a 1 2 \ + 1 0 02646952 +ataractic a 1 2 & + 1 0 02308472 +ataraxic a 1 2 & + 1 0 02308472 +atavistic a 1 2 & + 1 0 01877182 +ataxic a 1 2 \ + 1 0 02646952 +ateleiotic a 1 2 \ + 1 0 02899383 +atheist a 1 2 \ + 1 0 02826443 +atheistic a 2 3 & \ + 2 1 01784217 02826443 +atheistical a 2 2 & + 2 0 02826443 01784217 +athenian a 1 2 \ + 1 0 02972499 +atheromatic a 1 2 \ + 1 0 03008447 +atheromatous a 1 2 \ + 1 1 03008447 +atherosclerotic a 1 2 \ + 1 0 02647123 +athirst a 1 1 & 1 0 00888200 +athletic a 3 3 & \ + 3 2 02907656 00032497 00828661 +atilt a 1 1 & 1 0 01234527 +atlantic a 1 2 \ + 1 1 02946507 +atmospheric a 1 2 \ + 1 1 02831736 +atmospherical a 1 2 \ + 1 0 02831736 +atomic a 3 3 & \ + 3 2 02884619 00610532 01392071 +atomistic a 1 2 ! + 1 0 01680836 +atomistical a 1 1 + 1 0 01680836 +atonal a 1 3 ! + ; 1 0 02438188 +atonalistic a 1 3 \ + ; 1 0 02647236 +atonic a 2 3 ! \ + 2 0 02647358 02320886 +atoxic a 1 2 & ^ 1 0 02450640 +atrabilious a 1 1 & 1 0 01135269 +atrial a 1 3 \ + ; 1 0 02647497 +atrioventricular a 1 1 \ 1 0 02647688 +atrip a 1 2 & ; 1 0 01062819 +atrocious a 3 2 & + 3 0 01131454 01126291 00193480 +atrophic a 1 1 \ 1 1 03009360 +atrophied a 1 1 ! 1 1 00554879 +attachable a 1 3 ! & + 1 0 00161431 +attached a 4 4 ! & ^ ; 4 1 01973311 00160425 00157925 01465468 +attacking a 1 1 & 1 0 01629349 +attainable a 1 2 & + 1 0 01822153 +attained a 1 1 & 1 1 00821603 +attempted a 1 1 & 1 1 02333880 +attendant a 2 2 & + 2 0 01846815 00122844 +attended a 2 1 & 2 0 02252053 00308488 +attention-getting a 2 1 & 2 0 00579498 00170717 +attentional a 1 2 \ ; 1 0 02647917 +attentive a 2 5 ! & ^ = + 2 1 00163592 01194483 +attenuate a 1 1 & 1 0 00882166 +attenuated a 2 2 & ; 2 0 00882312 00882166 +attested a 1 1 & 1 0 01115920 +attic a 1 2 \ + 1 1 03017286 +attired a 1 1 & 1 1 00454440 +attitudinal a 1 1 \ 1 0 02648021 +attractable a 1 2 & + 1 0 01469927 +attractive a 3 6 ! & ^ = + ; 3 2 00166146 00170847 00169955 +attributable a 1 4 ! & = + 1 1 00171590 +attributive a 1 3 ! & ; 1 0 00172562 +attributive_genitive a 1 2 & ; 1 0 00172774 +attrited a 1 1 & 1 0 02581172 +attritional a 1 2 \ + 1 0 02648106 +atypical a 2 5 ! & ^ = + 2 1 02469928 01596809 +au_courant a 1 1 & 1 0 01306645 +au_fait a 1 1 & 1 0 01306645 +au_gratin a 1 1 & 1 0 00616408 +au_jus a 1 2 & ; 1 0 01368948 +au_naturel a 1 1 & 1 0 00457998 +auburn a 1 1 & 1 0 00369831 +auctorial a 1 2 \ + 1 0 02651014 +audacious a 3 2 & + 3 1 00250119 00155144 00066146 +audenesque a 1 1 \ 1 0 03028778 +audible a 1 5 ! & ^ = + 1 1 00173764 +audile a 1 2 \ + 1 0 02868704 +audio-lingual a 1 0 1 0 03045457 +audiometric a 1 2 \ + 1 0 02648270 +audiovisual a 1 2 \ + 1 0 02648392 +auditive a 1 1 \ 1 0 02868704 +auditory a 1 1 \ 1 0 02868704 +augean a 1 2 & + 1 0 00420182 +augitic a 1 2 \ + 1 0 02648576 +augmentative a 2 2 & + 2 0 02535645 01340522 +augmented a 1 1 & 1 0 00880586 +august a 2 1 & 2 0 01591050 01226660 +augustan a 1 2 \ + 1 0 03045585 +auld a 1 1 & 1 0 01639636 +aural a 2 1 \ 2 0 02648847 02648698 +aureate a 2 1 & 2 0 01794771 00369941 +auric a 1 1 \ 1 0 02650083 +auricular a 3 2 \ + 3 0 02979028 02649125 02648988 +auriculate a 1 2 & + 1 0 00812417 +auriculated a 1 1 & 1 0 00812417 +auriculoventricular a 1 1 \ 1 0 02647688 +auriferous a 1 1 & 1 0 01528349 +auriform a 1 1 & 1 0 02045144 +auroral a 2 2 \ + 2 0 02649873 02649706 +aurorean a 1 2 \ + 1 0 02649706 +aurous a 1 1 \ 1 0 02650083 +auscultatory a 1 1 \ 1 0 02650214 +auspicious a 1 5 ! & ^ = + 1 0 00176150 +austenitic a 1 2 \ + 1 0 02650303 +austere a 3 2 & + 3 1 01792387 01300187 00009618 +austral a 1 1 & 1 0 01605327 +australasian a 1 2 \ + 1 0 02650425 +australian a 1 2 \ + 1 0 03045750 +australopithecine a 1 2 \ + 1 0 02650537 +austrian a 1 2 \ + 1 0 02961099 +austronesian a 1 2 \ + 1 0 02977638 +autacoidal a 1 3 \ + ; 1 0 02650672 +autarchic a 1 1 \ 1 0 02650795 +autarchical a 1 2 \ + 1 0 02650795 +autarkic a 1 1 & 1 0 00728103 +autarkical a 2 3 & \ + 2 0 02650795 00728103 +authentic a 2 2 & + 2 2 02465115 01115635 +authenticated a 1 1 & 1 0 01115920 +authorial a 1 2 \ + 1 0 02651014 +authorised a 2 3 & ^ = 2 0 00178575 01632808 +authoritarian a 2 1 & 2 1 00717684 00787357 +authoritative a 3 1 & 3 1 01830403 02295098 01632808 +authorized a 2 4 ! & ^ = 2 1 00178575 01632808 +autistic a 1 2 & + 1 0 02542878 +autobiographic a 2 1 \ 2 0 02651468 02651244 +autobiographical a 2 2 \ + 2 0 02651468 02651244 +autocatalytic a 1 2 \ + 1 0 02651696 +autochthonal a 1 1 & 1 0 01036383 +autochthonic a 1 2 & + 1 0 01036383 +autochthonous a 2 2 ! & 2 0 00180359 01036383 +autocratic a 2 2 & + 2 0 00787595 00717684 +autodidactic a 1 2 \ + 1 0 03005593 +autoecious a 1 1 ! 1 0 00180655 +autoerotic a 1 2 & + 1 0 02131834 +autofluorescent a 1 2 & + 1 0 00270732 +autogamic a 1 3 & + ; 1 0 00871494 +autogamous a 1 4 ! & + ; 1 0 00871494 +autogenetic a 1 2 \ + 1 0 02651816 +autogenic a 1 1 & 1 0 00181030 +autogenous a 1 2 ! & 1 0 00181030 +autographed a 1 1 & 1 0 02161016 +autographic a 1 1 \ 1 0 02651921 +autoicous a 1 1 & 1 0 01543088 +autoimmune a 1 2 \ + 1 0 02649399 +autoloading a 1 1 & 1 0 00181904 +autologous a 1 1 ! 1 0 01220487 +autolytic a 1 2 \ + 1 0 02652018 +automated a 1 1 & 1 0 00182086 +automatic a 3 5 ! & ^ + ; 3 3 00181476 01499999 02522669 +automatonlike a 1 1 & 1 0 01499999 +automotive a 2 2 & \ 2 1 02926936 01562488 +autonomic a 1 2 & ; 1 1 02522938 +autonomous a 3 2 & + 3 0 01062393 00728431 00728225 +autophytic a 1 3 \ + ; 1 0 02652590 +autoplastic a 1 2 \ + 1 0 02652124 +autoradiographic a 1 1 \ 1 0 02652261 +autosemantic a 1 2 & ; 1 0 02593124 +autosomal a 1 2 \ + 1 0 02956502 +autotelic a 1 2 \ + 1 0 02652372 +autotomic a 1 2 \ + 1 0 02652490 +autotrophic a 1 3 ! \ ; 1 0 02652590 +autotypic a 1 2 \ + 1 0 02653056 +autumn-blooming a 1 1 & 1 0 01255530 +autumn-flowering a 1 1 & 1 0 01255530 +autumnal a 2 3 ! & + 2 0 01255296 01491930 +auxetic a 1 2 \ + 1 0 02653174 +auxiliary a 2 2 & + 2 1 01854129 02354897 +auxinic a 1 2 \ + 1 0 02653281 +available a 3 4 ! & = + 3 1 00183053 01062631 00777650 +avant-garde a 1 1 & 1 1 01686906 +avaricious a 1 2 & + 1 0 00029933 +avascular a 1 1 ! 1 0 02874053 +avellan a 1 1 \ 1 0 02653806 +avellane a 1 1 \ 1 0 02653806 +avenged a 1 2 ! < 1 0 03147281 +average a 6 3 & + ; 6 4 01594146 00486290 01673061 01531957 01594811 01594472 +averse a 1 1 & 1 0 01293542 +aversive a 1 1 \ 1 0 02997632 +avertable a 1 1 + 1 0 00343700 +avertible a 1 1 + 1 0 00343700 +avestan a 1 3 \ + ; 1 0 02926519 +avian a 1 2 \ ; 1 0 02653924 +avid a 2 2 & + 2 0 00888477 00886253 +avifaunal a 1 2 \ + 1 0 02654035 +avifaunistic a 1 2 \ + 1 0 02654035 +avionic a 1 2 \ + 1 0 02654216 +avirulent a 1 1 ! 1 0 00046014 +avitaminotic a 1 2 \ + 1 0 02654314 +avocado a 1 1 & 1 0 00370160 +avocational a 1 2 \ + 1 0 02654442 +avoidable a 1 1 + 1 0 00343700 +avowed a 1 1 & 1 1 00688074 +avuncular a 2 2 \ + 2 0 02654652 02654548 +awaited a 1 1 & 1 1 00929815 +awake a 2 3 ! & ^ 2 1 00186616 00190653 +awakened a 2 2 ! & 2 1 02014387 00187049 +award-winning a 1 1 \ 1 0 02654752 +aware a 2 5 ! & ^ = + 2 1 00190115 01977155 +awash a 1 1 & 1 0 01083754 +away a 3 4 ! & + ; 3 1 01847864 01219938 00023655 +awe-inspiring a 1 1 & 1 1 01282510 +aweary a 1 1 & 1 0 02432428 +awed a 2 2 ! & 2 2 02012157 02014715 +aweigh a 2 2 & ; 2 0 02490831 01062819 +aweless a 2 1 & 2 0 02015134 02013083 +awesome a 1 1 & 1 0 01282510 +awestricken a 1 1 & 1 0 02014715 +awestruck a 1 1 & 1 1 02014715 +awful a 6 5 & ^ = + ; 6 2 01126291 00193799 01587077 02012157 01677200 01282510 +awheel a 1 1 & 1 0 01562668 +awing a 1 1 & 1 0 01282510 +awkward a 6 4 ! & ^ + 6 3 00605406 01140514 02564023 01001180 00746047 00480439 +awl-shaped a 1 1 & 1 0 02144913 +awless a 2 1 & 2 0 02015134 02013083 +awned a 1 2 ! & 1 0 00216858 +awninged a 1 1 & 1 0 01695041 +awnless a 1 1 ! 1 0 00217183 +awny a 1 2 & + 1 0 00216858 +awol a 1 2 & + 1 0 01848171 +awry a 2 1 & 2 1 02312450 01092371 +axenic a 2 1 & 2 0 02116783 01906173 +axial a 3 4 & \ + ; 3 1 02654894 02655015 01445063 +axile a 1 2 \ ; 1 0 02655015 +axillary a 2 3 \ + ; 2 0 03133666 02655180 +axiological a 1 2 \ + 1 0 02655318 +axiomatic a 3 3 & \ + 3 1 01618895 02653651 02653385 +axiomatical a 1 2 \ + 1 0 02653385 +axonal a 1 3 \ + ; 1 0 02655431 +azerbaijani a 1 2 \ + 1 0 02655560 +azido a 1 2 \ ; 1 0 02655723 +azimuthal a 1 2 \ + 1 0 02655838 +azo a 1 1 \ 1 0 02655943 +azoic a 1 2 & ; 1 0 00814468 +azonal a 1 2 ! & 1 0 02590057 +azonic a 1 1 & 1 0 02590168 +azotemic a 1 2 \ + 1 0 02656218 +azotic a 1 2 \ + 1 0 03091996 +azure a 1 2 & + 1 0 00370267 +azygos a 1 2 & ; 1 0 02214366 +azygous a 1 2 & ; 1 0 02214366 +babelike a 1 1 & 1 1 00726189 +baboonish a 1 1 \ 1 0 02656464 +baby-faced a 1 1 & 1 0 00235239 +babyish a 1 1 & 1 0 01492907 +babylonian a 1 2 \ + 1 0 02656539 +baccate a 2 2 & \ 2 0 02656699 01080717 +bacchanal a 1 2 & + 1 0 00797706 +bacchanalian a 1 2 & + 1 0 00797706 +bacchantic a 1 2 \ + 1 0 02656801 +bacchic a 1 1 & 1 0 00797706 +bacciferous a 1 1 & 1 0 01080717 +baccivorous a 1 1 & 1 0 00314390 +bacillar a 2 3 & \ ; 2 0 02656930 02144988 +bacillary a 2 4 & \ + ; 2 0 02656930 02144988 +bacilliform a 1 1 & 1 0 02144988 +back a 3 3 ! & ^ 3 2 00197576 00131692 00668816 +back-channel a 1 1 \ 1 0 02657100 +back-geared a 1 1 & 1 0 01100394 +back-to-back a 1 1 & 1 1 00127543 +backbreaking a 1 1 & 1 0 00836544 +backed a 2 3 ! & ; 2 0 00200026 01699410 +backhand a 2 3 ! & ; 2 0 01033840 02284892 +backhanded a 2 1 & 2 0 01033840 00767133 +backless a 1 2 ! & 1 0 00201130 +backmost a 1 1 & 1 0 00197773 +backstage a 1 1 & 1 0 01860328 +backstair a 1 1 & 1 0 01706111 +backstairs a 1 1 & 1 0 01706111 +backswept a 1 1 & 1 0 00201722 +backward a 4 5 ! & ^ + ; 4 1 00201354 00204077 01840673 00810636 +bacteremic a 1 2 \ + 1 0 02657221 +bacterial a 1 2 \ + 1 1 02833544 +bactericidal a 1 2 & + 1 0 02116054 +bacterioid a 1 1 \ 1 0 02657741 +bacterioidal a 1 2 \ + 1 0 02657741 +bacteriologic a 1 2 \ + 1 0 02914740 +bacteriological a 1 2 \ + 1 0 02914740 +bacteriolytic a 1 2 \ + 1 0 02657334 +bacteriophagic a 1 2 \ + 1 0 02657454 +bacteriophagous a 1 2 \ + 1 0 02657454 +bacteriostatic a 1 2 \ + 1 0 02657619 +bacteroid a 1 2 \ + 1 0 02657741 +bacteroidal a 1 2 \ + 1 0 02657741 +baculiform a 1 1 & 1 0 02144988 +bad a 14 6 ! & ^ = + ; 14 4 01125429 01510444 00478311 01069283 01150475 02500050 02345713 02298642 02274537 01174222 01160775 01131803 01117226 01092572 +bad-mannered a 1 1 & 1 0 00641944 +bad-tempered a 1 1 & 1 0 01136248 +baffled a 1 1 & 1 0 01766133 +baffling a 1 1 & 1 1 00746451 +bag-shaped a 1 1 & 1 0 02145135 +baggy a 1 1 & 1 1 01446991 +bahai a 1 1 \ 1 0 02657966 +bahamian a 1 2 \ + 1 0 03045992 +bahraini a 1 2 \ + 1 0 03046184 +bailable a 2 2 & + 2 0 01763683 00852101 +baked a 2 1 & 2 2 02551946 00616532 +baking a 1 1 & 1 0 01247975 +baking_hot a 1 1 & 1 0 01247975 +balanced a 1 2 ! & 1 1 00893441 +balconied a 1 1 ! 1 0 00206003 +bald a 3 2 & + 3 2 01705088 00210848 01698610 +bald-faced a 2 1 & 2 0 00235326 00155144 +bald-headed a 1 1 & 1 0 00210848 +bald-pated a 1 1 & 1 0 00210848 +balding a 1 1 & 1 1 00211026 +baleful a 2 2 & + 2 1 00224366 00194357 +balking a 1 1 & 1 1 02452379 +balky a 1 2 & + 1 0 02452379 +ball-hawking a 1 2 & ; 1 1 02226756 +ball-shaped a 1 1 & 1 0 02041229 +balletic a 1 2 \ + 1 0 02658043 +ballistic a 1 2 \ + 1 0 02658188 +bally a 1 1 & 1 0 01520655 +balmy a 2 2 & + 2 0 02074929 00438332 +balsam-scented a 1 1 & 1 0 01056001 +balsamic a 1 2 \ + 1 0 02658412 +balsamy a 1 2 \ + 1 0 02658412 +baltic a 2 2 \ + 2 0 02962659 02962551 +balzacian a 1 2 \ + 1 0 03028863 +banal a 1 2 & + 1 0 01688757 +banausic a 1 2 & ; 1 0 01673434 +bandaged a 1 1 & 1 1 01955494 +banded a 3 2 ! & 3 0 00222969 01787009 00223375 +bandy a 1 1 & 1 0 01018530 +bandy-legged a 1 1 & 1 0 01018530 +baneful a 2 1 & 2 0 01611329 00224366 +bang-up a 1 2 & ; 1 0 01123879 +banging a 1 2 & ; 1 0 01388062 +bangladeshi a 1 2 \ + 1 0 03046349 +bankable a 2 2 & + 2 0 01871204 00018069 +bankrupt a 1 2 & + 1 1 02026629 +banned a 1 1 & 1 0 01402498 +banner a 1 1 & 1 0 02342196 +bantam a 1 1 & 1 0 01392249 +bantering a 1 1 & 1 0 01264913 +bantoid a 1 1 \ 1 0 03046559 +bantu a 1 2 \ + 1 0 03046708 +bantu-speaking a 2 2 & \ 2 0 03046931 00496170 +baptised a 1 0 1 0 02594329 +baptismal a 1 2 \ + 1 0 03047071 +baptistic a 1 2 \ + 1 0 02954633 +baptized a 1 1 ! 1 0 02594329 +bar-shaped a 1 1 & 1 0 02145209 +barbadian a 1 2 \ + 1 0 03047188 +barbarian a 1 2 & + 1 0 00412788 +barbaric a 2 2 & + 2 1 00412788 02393670 +barbarous a 2 2 & + 2 0 01263013 00413224 +barbate a 1 1 & 1 0 02153965 +barbecued a 1 1 & 1 0 00616654 +barbed a 2 1 & 2 1 02079313 00145083 +barbellate a 1 2 & + 1 0 00145083 +bardic a 1 1 \ 1 0 03047388 +bare a 10 3 ! & + 10 2 00457998 00106821 02155524 01698400 02563466 01792573 01714157 01242750 01086915 00060605 +bare-ass a 1 2 & ; 1 0 00458266 +bare-assed a 1 2 & ; 1 0 00458266 +bare-breasted a 1 1 & 1 0 00458488 +bare-knuckle a 1 1 & 1 0 01667271 +bare-knuckled a 1 1 & 1 0 01667271 +bareback a 1 1 & 1 0 00460624 +barebacked a 1 1 & 1 0 00460624 +bared a 1 1 & 1 0 00458664 +barefaced a 2 1 & 2 0 01705088 00155144 +barefoot a 1 1 & 1 1 02156686 +barefooted a 1 1 & 1 0 02156686 +barehanded a 1 1 & 1 0 00143201 +bareheaded a 1 1 & 1 0 00458664 +barelegged a 1 1 & 1 0 00458810 +bargain-priced a 1 1 & 1 1 00934554 +baric a 1 2 \ + 1 0 02658629 +baritone a 1 1 & 1 0 01215797 +barky a 1 2 & + 1 0 02239607 +barmy a 2 1 & 2 0 02281182 02074929 +barographic a 1 1 \ 1 0 02658737 +barometric a 1 2 \ + 1 0 02658835 +barometrical a 1 2 \ + 1 0 02658835 +baronial a 1 2 & + 1 1 01283508 +baroque a 2 3 & \ + 2 1 01794995 02974023 +barred a 2 1 & 2 0 01620893 01480603 +barrel-shaped a 1 1 & 1 0 02041711 +barreled a 2 2 ! & 2 0 00206205 01810348 +barrelled a 2 1 & 2 0 00206205 01810348 +barren a 3 2 & + 3 0 01242750 01002664 00927978 +barricaded a 1 1 & 1 0 01620893 +barytic a 1 2 \ + 1 0 02659044 +basal a 3 3 & + ; 3 0 00318667 01856066 00901060 +basaltic a 1 2 \ + 1 0 02659154 +base a 7 3 & + ; 7 2 01856066 01592857 02345859 02036077 01589650 01407816 01117362 +base-forming a 1 1 & 1 0 00026294 +baseborn a 2 2 & ; 2 0 01592857 01407816 +based a 2 1 & 2 2 02351064 02126140 +baseless a 1 1 & 1 0 02353211 +bashful a 2 3 & + ; 2 1 00252130 00204249 +basic a 4 3 ! & ; 4 2 01855764 02295298 01011753 00026168 +basidial a 1 2 \ + 1 0 02659292 +basidiomycetous a 1 3 \ + ; 1 0 02659404 +basidiosporous a 1 3 \ + ; 1 0 02659571 +basifixed a 1 2 & ; 1 0 00158961 +basilar a 1 2 \ + 1 0 02659733 +basilary a 1 2 \ + 1 0 02659733 +basilican a 1 2 \ + 1 0 02659931 +basinal a 1 1 \ 1 0 02660065 +basined a 1 1 & 1 0 01657056 +basipetal a 1 2 ! ; 1 0 00031824 +basiscopic a 1 2 ! ; 1 0 00002843 +basket-shaped a 1 1 & 1 0 02145308 +basophilic a 1 3 \ + ; 1 1 03008659 +bass a 1 1 & 1 0 01215935 +bastard a 1 2 & + 1 0 01117477 +bastardised a 1 2 & ; 1 0 01908755 +bastardized a 1 2 & ; 1 0 01908755 +bastardly a 2 2 & + 2 0 01407909 00905039 +bastioned a 1 1 & 1 0 01885275 +bated a 1 1 & 1 0 00882462 +bathetic a 1 1 & 1 0 00854413 +batholithic a 1 3 \ + ; 1 0 02660164 +batholitic a 1 3 \ + ; 1 0 02660164 +bathyal a 1 1 \ 1 0 02974248 +bathymetric a 1 2 \ + 1 0 02660337 +bathymetrical a 1 2 \ + 1 0 02660337 +batrachian a 1 3 \ + ; 1 0 02631238 +bats a 1 1 & 1 0 02074929 +batter-fried a 1 1 & 1 0 00616748 +battered a 3 1 & 3 2 00679562 02581254 00017509 +battery-powered a 1 1 & 1 0 01828706 +battle-scarred a 1 1 & 1 0 01318252 +battleful a 1 1 & 1 1 00082766 +battlemented a 2 1 & 2 0 01885382 01796109 +batty a 1 1 & 1 0 02074929 +batwing a 1 1 & 1 0 02567473 +bauxitic a 1 2 \ + 1 0 02660546 +bavarian a 1 2 \ + 1 0 02969775 +bawdy a 1 2 & + 1 1 00424787 +bay a 1 2 & + 1 0 00395977 +bayesian a 1 1 \ 1 0 02625430 +beaded a 1 1 & 1 1 01695160 +beadlike a 1 1 & 1 0 00280245 +beady a 2 2 & + 2 1 00280245 00056660 +beady-eyed a 1 1 & 1 0 00225821 +beaked a 1 2 ! & 1 0 00206403 +beakless a 1 1 ! 1 0 00207467 +beaklike a 1 1 & 1 0 00206627 +beaming a 3 1 & 3 1 00362892 01890097 00280463 +beamish a 1 1 & 1 0 00363031 +beamy a 2 2 & + 2 0 02561014 00280463 +bean-shaped a 1 1 & 1 0 02045255 +bear-sized a 1 1 & 1 0 01383684 +bearable a 1 2 & + 1 0 02435206 +bearded a 2 1 & 2 1 02153965 00217075 +beardless a 2 1 & 2 0 02153620 00211092 +beardown a 1 1 & 1 1 02321575 +bearing a 1 2 ! & 1 0 00217297 +bearish a 1 2 & ; 1 0 01664783 +beastly a 2 2 & + 2 0 01802774 01263445 +beat a 1 2 & ; 1 0 02432154 +beat-up a 1 1 & 1 1 00679562 +beatable a 1 2 & + 1 0 00569304 +beaten a 2 2 & < 2 0 03147543 00966037 +beaten-up a 1 1 & 1 0 00679562 +beatific a 2 1 & 2 0 01363824 01130261 +beatified a 1 1 & 1 0 02054075 +beauteous a 1 2 & + 1 0 00218305 +beautiful a 2 4 ! & ^ = 2 1 00217728 01800764 +becalmed a 1 1 & 1 0 01564512 +becoming a 2 2 & + 2 0 01878870 00907972 +bedaubed a 1 1 & 1 0 00056849 +bedded a 2 3 ! & ; 2 0 00208229 00207547 +bedewed a 1 1 & 1 0 02547862 +bedfast a 1 1 & 1 1 02543034 +bedimmed a 1 1 & 1 0 00781539 +bedless a 1 1 ! 1 0 00207961 +bedraggled a 2 1 & 2 1 00420287 00679717 +bedrid a 1 1 & 1 0 02543034 +bedridden a 1 1 & 1 0 02543034 +beechen a 1 1 & 1 0 02575733 +beefed-up a 1 1 & 1 1 02321702 +beefy a 1 2 & ; 1 1 02038126 +beery a 1 2 & + 1 0 00798017 +beethovenian a 1 2 \ + 1 0 03028987 +beetle a 1 1 & 1 0 01353516 +beetle-browed a 1 1 & 1 0 01077158 +beetling a 1 1 & 1 0 01353516 +befitting a 1 1 & 1 0 00135092 +befogged a 1 1 & 1 0 00436385 +beforehand a 1 1 & 1 0 00813915 +befouled a 1 1 & 1 0 00420480 +befuddled a 3 1 & 3 1 00436385 01766133 00436115 +beggarly a 2 2 & + 2 0 02025718 01112969 +beginning a 1 1 & 1 0 01009206 +begotten a 1 1 & 1 0 01406058 +begrimed a 1 1 & 1 0 00420650 +beguiled a 1 1 & 1 0 00865620 +beguiling a 2 1 & 2 1 02097480 01223781 +behavioral a 1 1 \ 1 1 02941652 +behaviorist a 1 2 \ + 1 0 02660651 +behavioristic a 1 2 \ + 1 0 02660651 +behavioural a 1 1 \ 1 0 02941652 +behaviourist a 1 2 \ + 1 0 02660651 +behaviouristic a 1 2 \ + 1 0 02660651 +beheaded a 1 1 & 1 0 01184584 +behind a 1 1 & 1 1 02492383 +behind-the-scenes a 1 1 & 1 0 01707531 +behindhand a 1 1 & 1 0 01901082 +beholden a 1 1 & 1 0 01616798 +beige a 1 2 & + 1 0 00370501 +belarusian a 1 2 \ + 1 0 02660940 +belated a 1 1 & 1 1 01901186 +belemnitic a 1 2 \ + 1 0 02661099 +belgian a 1 2 \ + 1 1 02960507 +believable a 1 4 & ^ = + 1 1 00644839 +belittled a 1 1 & 1 0 00882580 +belittling a 1 1 & 1 0 00906655 +bell-bottom a 1 1 & 1 0 02442441 +bell-bottomed a 1 1 & 1 0 02442441 +bell-shaped a 1 1 & 1 0 00537644 +bellbottom a 1 1 & 1 0 02442441 +belletristic a 1 1 & 1 0 01421249 +bellicose a 1 1 & 1 0 00082766 +bellied a 2 2 ! & 2 0 00222662 01353618 +belligerent a 2 2 & + 2 1 01244846 01742537 +belly-up a 1 1 & 1 0 02026629 +bellying a 1 1 & 1 0 01353618 +bellyless a 1 1 ! 1 0 00222873 +beloved a 1 2 & + 1 1 01462324 +below_the_belt a 1 2 & ; 1 0 00957551 +belowground a 2 1 & 2 1 02471984 00292750 +belt-fed a 1 1 & 1 0 00223504 +belt-like a 1 1 & 1 0 00223582 +belt-shaped a 1 1 & 1 0 02145388 +belted a 1 2 ! & 1 0 00223220 +beltless a 1 0 1 0 00223683 +beltlike a 1 1 & 1 0 00223582 +bemused a 2 1 & 2 0 02419159 01766133 +bendable a 1 2 & + 1 0 01022367 +bended a 1 1 & 1 1 01238343 +benedictine a 2 2 \ + 2 0 03047611 03047501 +benedictive a 1 1 \ 1 0 02661202 +benedictory a 1 1 \ 1 0 02661202 +benefic a 1 1 & 1 0 00224031 +beneficed a 1 1 ! 1 0 00208052 +beneficent a 2 5 ! & ^ = + 2 0 00223802 00359645 +beneficial a 1 2 & + 1 1 00064787 +beneficiary a 1 2 \ + 1 0 02661314 +benevolent a 4 3 & \ + 4 0 02661446 01372948 01111312 00359645 +bengali a 1 2 \ + 1 0 03047714 +benighted a 2 1 & 2 0 01901496 00884501 +benign a 3 6 ! & ^ = + ; 3 0 02594565 00226618 01372773 +benignant a 2 3 & ^ = 2 0 00226618 01372568 +beninese a 1 2 \ + 1 0 03047898 +bent a 3 1 & 3 0 01990172 01238343 00680005 +bent_on a 1 1 & 1 0 01990172 +benthal a 1 2 \ + 1 0 02661574 +benthic a 1 1 \ 1 0 02661574 +benthonic a 1 2 \ + 1 0 02661574 +bentonitic a 1 2 \ + 1 0 02661806 +benumbed a 2 1 & 2 0 02103333 01343679 +benzenoid a 1 1 \ 1 0 02661922 +benzoic a 1 1 \ 1 0 02662020 +benzylic a 1 3 \ + ; 1 0 02662142 +bereaved a 1 1 & 1 0 01364817 +bereft a 2 1 & 2 0 01463414 01364817 +bermudan a 1 2 \ + 1 0 03048046 +berried a 1 1 & 1 0 01080717 +berrylike a 1 1 \ 1 0 02656699 +berserk a 1 1 & 1 0 02074673 +beseeching a 1 2 ! & 1 0 00713995 +besieged a 1 1 & 1 0 01657129 +besotted a 1 2 & ; 1 0 00798103 +bespectacled a 1 1 & 1 1 00056943 +bespoke a 1 1 & 1 0 00672382 +bespoken a 2 1 & 2 0 00672382 00158110 +besprent a 1 1 & 1 0 02547953 +best a 2 5 ! & ^ + ; 2 1 00227507 00067379 +best-known a 1 1 & 1 1 01375546 +best-loved a 1 1 & 1 0 01462882 +best-selling a 1 1 & 1 1 01816195 +bestial a 1 2 & + 1 1 01263445 +bestubbled a 1 1 & 1 1 02154118 +beta a 2 1 & 2 0 01276693 00877938 +betrothed a 1 2 & + 1 1 00158110 +better a 4 3 ! & ; 4 3 00230335 00231761 00067379 01471260 +better-known a 1 1 & 1 0 01375689 +better-looking a 1 1 & 1 1 00218950 +better_off a 1 1 & 1 1 01048202 +bettering a 1 2 ! & 1 0 00232234 +betting a 1 1 & 1 0 01297946 +betulaceous a 1 2 \ + 1 0 02662252 +bewhiskered a 1 1 & 1 1 02153965 +bewildered a 1 1 & 1 1 01766133 +bewitched a 1 1 & 1 1 00865765 +bewitching a 1 1 & 1 0 00166753 +beyond_doubt a 1 1 & 1 0 01918541 +bhutanese a 1 2 \ + 1 0 03048204 +biannual a 1 1 & 1 0 01969348 +bias a 1 1 & 1 0 01719393 +biased a 1 1 & 1 0 01723091 +biaural a 1 1 & 1 0 00240417 +biauricular a 1 1 \ 1 0 02649570 +biaxal a 1 1 \ 1 0 02662394 +biaxate a 1 1 \ 1 0 02662394 +biaxial a 1 1 \ 1 0 02662394 +bibbed a 1 1 ! 1 0 00236839 +bibless a 1 1 ! 1 0 00236922 +biblical a 2 2 \ + 2 1 02854521 02854747 +bibliographic a 1 1 \ 1 0 02662538 +bibliographical a 1 2 \ + 1 1 02662538 +bibliolatrous a 1 2 \ + 1 0 02662692 +bibliomaniacal a 1 2 \ + 1 0 02662792 +bibliophilic a 1 2 \ + 1 0 02662933 +bibliopolic a 1 2 \ + 1 0 02663040 +bibliothecal a 1 2 \ + 1 0 02663145 +bibliothecarial a 1 2 \ + 1 0 02663145 +bibliotic a 1 2 \ + 1 0 02663351 +bibulous a 1 1 & 1 0 00798491 +bicameral a 2 2 ! & 2 0 00233263 02479361 +bicapsular a 1 2 \ ; 1 0 02663453 +bicentenary a 1 2 \ + 1 0 02999190 +bicentennial a 1 2 \ + 1 0 02999190 +bicentric a 1 1 & 1 0 00330322 +bicephalous a 1 1 & 1 0 01183892 +bichromated a 1 1 \ 1 0 02663583 +bichrome a 1 1 & 1 0 00396115 +bicipital a 1 2 \ + 1 0 02663676 +bicolor a 1 1 & 1 0 00396115 +bicolored a 1 1 & 1 0 00396115 +bicolour a 1 1 & 1 0 00396115 +bicoloured a 1 1 & 1 0 00396115 +biconcave a 1 1 & 1 0 00536008 +biconvex a 1 1 & 1 0 00537745 +bicorn a 1 2 & + 1 0 02034324 +bicornate a 1 1 & 1 0 02034324 +bicorned a 1 1 & 1 0 02034324 +bicornuate a 1 1 & 1 0 02034324 +bicornuous a 1 1 & 1 0 02034324 +bicuspid a 1 2 & + 1 0 02048449 +bicuspidate a 1 1 & 1 0 02048449 +bicyclic a 1 1 & 1 0 00676754 +bicylindrical a 1 1 \ 1 0 02709036 +biddable a 1 2 & + 1 0 01612627 +bidentate a 1 1 & 1 0 02245944 +bidirectional a 1 2 ! & 1 0 00233442 +biedermeier a 1 1 \ 1 0 02625838 +biennial a 2 4 ! & + ; 2 0 00678221 01969477 +biface a 1 1 & 1 0 00233635 +bifacial a 1 1 & 1 0 00233635 +bifid a 1 2 & ; 1 0 02479492 +bifilar a 1 1 \ 1 0 02728303 +biflagellate a 1 1 \ 1 0 03015336 +bifocal a 1 2 & ; 1 0 00330396 +bifoliate a 1 1 & 1 0 01700944 +biform a 1 1 & 1 0 02145464 +bifurcate a 1 1 & 1 0 02479602 +bifurcated a 1 1 & 1 0 02480023 +big a 13 5 ! & = + ; 13 5 01382086 01276872 01510444 01453084 00579622 02402439 01890752 01890187 01488616 01191780 01114658 01111418 00173391 +big-bellied a 1 1 & 1 0 00222775 +big-boned a 1 1 & 1 0 02038421 +big-chested a 1 1 & 1 1 02038555 +big-shouldered a 1 1 & 1 1 02038735 +big-ticket a 1 2 & ; 1 1 00933415 +bigamous a 1 2 & + 1 0 01545059 +bigeminal a 1 1 & 1 0 02216890 +bigeneric a 1 1 & 1 0 01904371 +bigger a 1 1 & 1 1 01383756 +biggish a 1 1 & 1 0 01383857 +bigheaded a 1 1 & 1 0 01890382 +bighearted a 1 2 & + 1 0 01111418 +bigmouthed a 1 1 & 1 0 00773299 +bignoniaceous a 1 2 \ + 1 0 02663798 +bigoted a 1 1 & 1 0 02436794 +bilabial a 1 2 \ + 1 0 03048385 +bilabiate a 1 2 & ; 1 0 01704273 +bilateral a 3 2 & + 3 1 02372118 01946012 00237788 +bilaterally_symmetric a 1 1 & 1 0 02372118 +bilaterally_symmetrical a 2 2 & ; 2 0 02374697 02372118 +bilgy a 1 2 & + 1 0 01053539 +biliary a 2 2 \ + 2 0 02664067 02663950 +bilinear a 1 1 & 1 0 01417678 +bilingual a 1 2 & + 1 1 01545777 +bilious a 3 3 & \ + 3 0 02664067 02543149 01135269 +billed a 1 2 & ; 1 0 00206750 +billiard a 1 1 \ 1 0 02664215 +billion a 2 3 & + ; 2 1 02199342 02199523 +billionth a 1 1 & 1 0 02212698 +billowing a 1 1 & 1 0 00304455 +billowy a 1 2 & + 1 0 00304455 +bilobate a 1 1 & 1 0 02171724 +bilobated a 1 1 & 1 0 02171724 +bilobed a 1 1 & 1 0 02171724 +bilocular a 1 2 & ; 1 0 02480151 +biloculate a 1 2 & ; 1 0 02480151 +bimanual a 1 1 & 1 0 02028046 +bimestrial a 2 2 & + 2 0 01969881 01438853 +bimetal a 1 2 & + 1 0 01528463 +bimetallic a 2 3 & \ + 2 0 02664354 01528463 +bimetallistic a 1 2 \ + 1 0 02664354 +bimillenial a 1 2 \ + 1 0 02664592 +bimodal a 1 2 ! ; 1 0 00240197 +bimolecular a 1 1 \ 1 1 02900932 +bimonthly a 2 1 & 2 0 01970014 01969881 +bimorphemic a 1 1 \ 1 0 02936511 +bimotored a 1 1 & 1 0 01559655 +binary a 2 2 & \ 2 0 02664700 02216985 +binate a 1 1 & 1 0 02171836 +binaural a 1 2 ! & 1 0 00240417 +bindable a 1 2 & + 1 0 00161684 +binding a 1 1 & 1 1 02499036 +binocular a 1 1 \ 1 0 02872265 +binomial a 2 2 & + 2 1 03048558 00121183 +binominal a 1 1 & 1 0 00121183 +binuclear a 1 1 ; 1 0 00241260 +binucleate a 1 2 ! ; 1 0 00241260 +binucleated a 1 1 ; 1 0 00241260 +biocatalytic a 1 2 \ + 1 0 02664825 +biochemical a 1 2 \ + 1 1 02664932 +bioclimatic a 1 1 \ 1 0 02665088 +biodegradable a 1 1 & 1 0 01753652 +biogenetic a 1 2 \ + 1 0 02665212 +biogenic a 2 2 & \ 2 0 02665497 00901161 +biogenous a 1 2 \ + 1 0 02665367 +biogeographic a 1 1 \ 1 0 02665642 +biogeographical a 1 2 \ + 1 0 02665642 +biographic a 1 1 \ 1 0 03048680 +biographical a 1 2 \ + 1 1 03048680 +biologic a 1 2 \ + 1 0 02665803 +biological a 2 4 ! & \ + 2 1 02665803 01405904 +biologistic a 1 2 \ + 1 0 02666029 +bioluminescent a 1 3 & + ; 1 0 00270856 +biomedical a 1 2 \ + 1 1 02760316 +bionic a 2 3 & \ + 2 0 02666434 01572009 +bionomic a 1 3 \ + ; 1 0 02906478 +bionomical a 1 3 \ + ; 1 0 02906478 +biosynthetic a 1 2 \ + 1 0 02666530 +biosystematic a 1 2 \ + 1 0 02666637 +biotic a 1 1 \ 1 0 02983891 +biotitic a 1 2 \ + 1 0 02666747 +biotypic a 1 2 \ + 1 0 02666852 +biovular a 1 0 1 0 00292298 +biparous a 1 1 & 1 0 02475430 +bipartisan a 1 1 & 1 1 00731471 +bipartite a 2 1 & 2 0 02171938 00238037 +bipartizan a 1 1 & 1 0 00731471 +biped a 1 2 ! + 1 0 00241672 +bipedal a 1 2 ! + 1 0 00241672 +bipinnate a 1 1 & 1 0 02172038 +bipinnatifid a 1 1 & 1 0 02172152 +bipolar a 3 3 ! & \ 3 0 02838374 02838220 02475604 +biquadratic a 1 2 \ + 1 0 03107913 +biracial a 1 1 & 1 0 01927904 +biradial a 1 1 & 1 0 02372303 +biramous a 1 1 & 1 0 02479602 +birch a 1 1 & 1 0 02575834 +birchen a 1 1 & 1 0 02575834 +bird's-eye a 1 1 & 1 0 02561123 +birefringent a 1 2 \ + 1 0 02837278 +birken a 1 1 & 1 0 02575834 +bisectional a 1 1 \ 1 0 02837404 +biserrate a 1 1 & 1 0 02246056 +bisexual a 2 3 ! & + 2 0 01203147 01478907 +bismarckian a 1 2 \ + 1 0 03029133 +bismuthal a 1 2 \ + 1 0 02837489 +bismuthic a 1 1 \ 1 0 02837588 +bisontine a 1 1 \ 1 0 02837700 +bistered a 1 1 \ 1 0 02837794 +bistred a 1 1 \ 1 0 02837794 +bistroic a 1 1 \ 1 0 02837910 +bisulcate a 1 1 & 1 0 02480747 +bit-by-bit a 1 1 & 1 0 01143006 +bitchy a 1 2 & + 1 0 00225912 +biting a 2 1 & 2 1 02079313 01711910 +bitter a 7 2 & + 7 5 00116744 02435901 01802165 01364993 01245610 02396098 01711910 +bitterish a 1 1 & 1 0 02396267 +bittersweet a 2 1 & 2 1 01362273 02396354 +bittie a 1 2 & ; 1 0 01392633 +bitty a 1 3 & + ; 1 0 01392633 +bitumenoid a 1 1 \ 1 0 03048971 +bituminoid a 1 1 \ 1 0 03048971 +bituminous a 1 2 \ + 1 0 03048845 +bivalent a 2 4 ! \ = ; 2 0 03049071 01546826 +bivalve a 1 4 ! & + ; 1 0 02483908 +bivalved a 1 2 & ; 1 0 02483908 +bivariate a 1 2 \ ; 1 0 03049220 +biweekly a 2 1 & 2 0 01969038 01968721 +biyearly a 2 1 & 2 0 01969477 01969348 +bizarre a 1 2 & + 1 1 00608791 +bizonal a 1 1 \ 1 0 03132360 +blabbermouthed a 2 1 & 2 0 00773299 00496259 +blabby a 1 1 & 1 0 00773299 +black a 14 5 ! & ^ = + 14 8 00392812 00241952 00114797 01229561 01131935 01050088 00396296 00274068 02079507 01706341 01402580 01227546 00756897 00421002 +black-and-blue a 1 1 & 1 0 01318330 +black-and-tan a 1 1 & 1 0 01787138 +black-and-white a 3 4 ! & \ ; 3 0 02666952 00394331 02480317 +black-barred a 1 1 & 1 0 01787231 +black-coated a 1 1 & 1 0 01699576 +black-gray a 1 1 & 1 0 00387808 +black-grey a 1 1 & 1 0 00387808 +black-haired a 1 1 & 1 1 00245319 +black-marked a 1 1 & 1 0 01787331 +black-market a 1 1 & 1 1 01402580 +black-seeded a 1 1 & 1 0 02255317 +black-tie a 1 1 & 1 0 01043746 +black_and_white a 1 1 ; 1 1 00394331 +blackened a 2 1 & 2 1 02234187 00396296 +blackguardly a 1 2 & + 1 0 01224964 +blackish a 1 1 & 1 0 00387699 +blackish-brown a 1 1 & 1 0 00370601 +blackish-gray a 1 1 & 1 0 00387808 +blackish-grey a 1 1 & 1 0 00387808 +blackish-red a 1 1 & 1 0 00370688 +bladderlike a 1 1 \ 1 0 03049350 +bladdery a 1 2 \ + 1 0 03049350 +bladed a 3 3 & \ ; 3 1 03049475 03049642 02412732 +bladelike a 1 1 & 1 0 02168248 +blae a 1 2 & ; 1 0 00370771 +blamable a 1 2 & + 1 0 01321529 +blame a 1 1 & 1 0 00669942 +blameable a 1 2 & + 1 0 01321529 +blamed a 1 1 & 1 0 00669942 +blameful a 1 1 & 1 0 01321529 +blameless a 1 2 & + 1 0 01320705 +blameworthy a 1 2 & + 1 0 01321529 +blanched a 2 2 & ; 2 1 00404568 00405554 +bland a 3 2 & + 3 1 02399595 02307563 00758800 +blank a 3 2 & + 3 2 01087093 00500889 01425056 +blanket a 1 1 & 1 0 00526062 +blanketed a 1 1 & 1 0 01695269 +blaring a 1 1 & 1 0 01453187 +blase a 3 1 & 3 0 02270782 01343200 00545484 +blasphemous a 2 2 & + 2 1 02012748 00425002 +blasted a 1 1 & 1 0 00669942 +blastemal a 1 2 \ + 1 0 03049812 +blastematic a 1 2 \ + 1 0 03049812 +blastemic a 1 2 \ + 1 0 03049812 +blasting a 2 1 & 2 1 00586883 01453187 +blastocoelic a 1 2 \ + 1 0 03050012 +blastodermatic a 1 2 \ + 1 0 03050164 +blastodermic a 1 2 \ + 1 0 03050164 +blastogenetic a 1 2 \ + 1 0 02667148 +blastomeric a 1 2 \ + 1 0 03050324 +blastomycotic a 1 2 \ + 1 0 03050430 +blastoporal a 1 2 \ + 1 0 03050560 +blastoporic a 1 2 \ + 1 0 03050560 +blastospheric a 1 2 \ + 1 0 03050716 +blastular a 1 2 \ + 1 0 03050716 +blatant a 2 2 & + 2 2 02090567 01920367 +blate a 1 2 & ; 1 0 00204249 +blazing a 2 1 & 2 1 00280844 02090567 +bleached a 2 1 & 2 1 00404961 01572171 +bleak a 3 2 & + 3 2 01229561 01242750 01252399 +blear a 1 1 & 1 0 02432562 +blear-eyed a 1 1 & 1 0 02432562 +bleary a 2 1 & 2 1 02432562 00781644 +bleary-eyed a 1 1 & 1 0 02432562 +blebbed a 1 1 & 1 0 00246348 +blebby a 2 2 & + 2 0 01174438 00246348 +blemished a 2 3 ! & ^ 2 0 00245952 01752553 +blended a 1 2 ! & 1 0 01329138 +blessed a 6 3 ! & + 6 3 00670741 02054216 00669942 02054075 01451768 01148764 +blest a 1 1 & 1 0 00670741 +blighted a 1 1 & 1 1 00734906 +blimpish a 1 1 & 1 0 00574644 +blind a 3 3 ! & + 3 3 02158826 01746292 01926654 +blind_drunk a 1 2 & ; 1 0 00798103 +blinded a 1 1 & 1 1 02159293 +blindfold a 1 1 & 1 0 02159364 +blindfolded a 1 1 & 1 1 02159364 +blinding a 1 1 & 1 0 00280844 +blinking a 2 1 & 2 0 01655386 01520655 +blissful a 1 2 & + 1 1 01148897 +blistering a 3 1 & 3 2 01802165 01248064 00977372 +blistery a 2 2 & + 2 0 01248064 01174438 +blithe a 2 2 & + 2 2 00545600 00363291 +blithesome a 1 1 & 1 0 00363291 +blockaded a 1 1 & 1 0 01620893 +blockading a 1 1 & 1 1 01764183 +blocked a 2 1 & 2 0 01653857 01621080 +blockheaded a 1 1 & 1 0 00440292 +blockish a 1 1 & 1 0 00657473 +blocky a 1 2 & + 1 0 00657473 +blond a 1 4 ! & = + 1 1 00243606 +blonde a 1 2 & = 1 1 00243606 +blood-and-guts a 1 2 & ; 1 1 01510628 +blood-filled a 1 1 & 1 1 00247868 +blood-red a 1 1 & 1 0 00381097 +blood-related a 1 1 & 1 0 01971846 +bloodcurdling a 1 1 & 1 0 00194817 +blooded a 1 1 & 1 0 01903813 +bloodguilty a 1 2 & + 1 0 01321939 +bloodless a 5 2 ! & 5 1 00096239 00249433 02281813 01260451 00404568 +bloodshot a 1 1 & 1 0 01175007 +bloodstained a 1 1 & 1 1 00247993 +bloodsucking a 2 1 & 2 1 00248118 00726723 +bloodthirsty a 1 2 & + 1 1 00248251 +bloody a 2 4 ! & ^ + 2 1 00247439 01520655 +bloody-minded a 2 2 & ; 2 0 02327078 00248251 +blooming a 1 1 & 1 0 01520655 +blotched a 1 1 & 1 0 01787408 +blotchy a 2 2 & + 2 0 01787408 00246497 +blotted_out a 1 1 & 1 0 00735088 +blotto a 1 2 & ; 1 0 00798103 +blow-by-blow a 1 1 & 1 0 00309620 +blown a 2 1 & 2 1 01562809 00268748 +blown-up a 1 1 & 1 0 01383935 +blowsy a 1 1 & 1 0 02424716 +blowy a 1 2 & + 1 0 00305225 +blowzy a 1 1 & 1 0 02424716 +blubbery a 1 2 & + 1 0 00986611 +blue a 8 2 & + 8 4 00370869 01606058 00703615 00425002 02132224 01590484 01300370 00364881 +blue-black a 1 1 & 1 1 00388152 +blue-blind a 1 2 & + 1 0 02160696 +blue-blooded a 1 1 & 1 0 01590484 +blue-chip a 1 1 & 1 0 02501247 +blue-collar a 2 3 ! & ^ 2 2 02556720 00260100 +blue-eyed a 2 2 & ; 2 2 01462461 00953814 +blue-flowered a 1 1 & 1 0 00396444 +blue-fruited a 1 1 & 1 0 01080823 +blue-gray a 1 1 & 1 0 00388032 +blue-green a 1 1 & 1 0 00371163 +blue-grey a 1 1 & 1 0 00388032 +blue-lilac a 1 1 & 1 0 00371311 +blue-purple a 1 1 & 1 0 00371411 +blue-ribbon a 1 1 & 1 1 02342309 +blue-sky a 1 1 & 1 0 00484538 +blue-violet a 1 1 & 1 0 00371511 +blue-white a 1 1 & 1 0 00387922 +blueish a 1 1 & 1 0 00370869 +bluff a 2 2 & + 2 0 01145422 00764301 +bluish a 1 1 & 1 1 00370869 +bluish-gray a 1 1 & 1 0 00388032 +bluish-grey a 1 1 & 1 0 00388032 +bluish-lilac a 1 1 & 1 0 00371311 +bluish-purple a 1 1 & 1 0 00371411 +bluish-violet a 1 1 & 1 0 00371511 +bluish-white a 1 1 & 1 0 00387922 +bluish_black a 1 1 & 1 0 00388152 +bluish_green a 1 1 & 1 0 00371163 +blunt a 4 2 & + 4 3 01811683 00800464 00764484 00556881 +blunted a 1 1 & 1 0 00800597 +blurred a 2 1 & 2 1 00781644 00430545 +blurry a 1 2 & + 1 0 00781644 +blushful a 2 1 & 2 0 00531887 00371611 +blushing a 1 1 & 1 1 00531887 +blustering a 1 1 & 1 0 00304670 +blusterous a 1 2 & + 1 0 00304670 +blustery a 2 2 & + 2 1 00304670 00788032 +boastful a 1 2 & + 1 1 01890752 +boat-shaped a 1 1 & 1 0 00536103 +bobtail a 1 1 & 1 0 00319851 +bobtailed a 1 1 & 1 0 00319851 +bodacious a 2 2 & ; 2 0 01520908 00155144 +bodied a 2 3 ! & ^ 2 0 00627849 00630466 +bodiless a 2 1 & 2 0 00631040 00629269 +bodily a 3 3 & \ + 3 0 02667275 01778935 00630329 +bodyless a 1 1 & 1 0 00629269 +boeotian a 1 2 \ + 1 1 03017468 +boffo a 1 1 & 1 0 02331721 +bogartian a 1 2 \ + 1 1 03029274 +boggy a 1 2 & + 1 0 02548066 +bogus a 1 1 & 1 1 01117477 +bohemian a 2 3 & \ + 2 0 02667426 00606859 +boiled a 1 1 & 1 0 00616822 +boisterous a 3 2 & + 3 1 01666489 02279360 00304949 +bold a 3 5 ! & ^ = + 3 2 00249721 00579881 01145422 +bolivian a 1 2 \ + 1 0 02967485 +bolographic a 1 1 \ 1 0 02667550 +bolometric a 1 2 \ + 1 0 02667637 +bolshevik a 1 1 \ 1 0 02875499 +bolshevist a 1 1 \ 1 0 02875499 +bolshevistic a 1 2 \ + 1 0 02875499 +bolshy a 1 2 & ; 1 0 02327315 +bombastic a 1 2 & + 1 0 02016881 +bombproof a 1 1 & 1 0 02525732 +bona_fide a 2 1 & 2 0 02179707 01115635 +bondable a 2 2 & + 2 0 00161684 00053248 +bone a 1 1 & 1 0 00295924 +bone-covered a 1 2 & ; 1 0 00147052 +bone-dry a 1 1 & 1 0 02552646 +bone-idle a 1 2 & ; 1 0 00294463 +bone-lazy a 1 2 & ; 1 0 00294463 +bone_dry a 1 1 & 1 0 02552646 +boned a 2 2 & ; 2 0 00296482 00296061 +boneheaded a 1 1 & 1 0 00440292 +boneless a 1 2 ! & 1 0 00296354 +bonelike a 1 1 & 1 0 00296186 +boney a 2 2 & + 2 0 00295657 00990192 +bonkers a 1 1 & 1 0 02074929 +bonnie a 1 1 & 1 0 00218440 +bonny a 1 1 & 1 0 00218440 +bony a 3 4 ! & \ + 3 1 00988988 03138224 00295657 +bony-plated a 1 1 & 1 0 00144020 +bonzer a 1 2 & ; 1 0 01675931 +bookable a 1 2 & + 1 0 01988565 +booked a 1 1 & 1 1 01988468 +bookish a 1 2 & + 1 0 02084101 +boolean a 1 2 \ + 1 0 02667741 +booming a 2 1 & 2 0 02331857 01456977 +boon a 1 1 & 1 1 00452020 +boorish a 1 2 & + 1 0 01949859 +boot-shaped a 1 1 & 1 0 02145598 +booted a 1 1 & 1 1 02156111 +bootleg a 1 1 & 1 0 01402580 +bootless a 1 1 & 1 0 01866812 +bootlicking a 2 1 & 2 0 02181231 00790394 +boozy a 1 2 & + 1 0 00798491 +boracic a 1 1 \ 1 0 03050870 +borated a 1 1 \ 1 0 02667973 +bordered a 1 3 ! & ^ 1 0 00257742 +borderline a 1 1 & 1 1 01496311 +boreal a 3 3 & \ + 3 0 03133530 03133413 01604453 +bored a 2 1 & 2 2 02432682 01343200 +boric a 1 2 \ + 1 0 03050870 +boring a 1 2 & + 1 1 01345307 +born a 2 2 ! & 2 1 01733462 01335708 +born-again a 1 1 & 1 0 01957177 +boronic a 1 2 \ + 1 0 02668058 +boskopoid a 1 1 \ 1 0 02668153 +bosky a 1 2 & + 1 0 02573443 +bosnian a 1 2 \ + 1 0 02964629 +bosomed a 1 1 & 1 0 02142787 +bosomy a 1 2 & + 1 0 02138989 +boss a 1 2 & ; 1 0 02342463 +boss-eyed a 1 2 & ; 1 0 00653617 +bossy a 1 2 & + 1 0 00787595 +botanic a 1 2 \ + 1 0 02668258 +botanical a 1 2 \ + 1 0 02668258 +botched a 1 1 & 1 0 02229201 +botchy a 1 2 & + 1 0 02229000 +both a 1 1 & 1 1 02268133 +bothered a 1 1 & 1 0 00532147 +bothersome a 1 1 & 1 0 00089550 +botonee a 1 1 & 1 0 00296783 +botonnee a 1 1 & 1 0 00296783 +botryoid a 1 1 \ 1 0 02668432 +botryoidal a 1 1 \ 1 0 02668432 +botswanan a 1 1 \ 1 0 02668585 +bottle-fed a 1 1 ! 1 0 00267356 +bottle-green a 1 1 & 1 0 00371741 +bottle-shaped a 1 1 & 1 0 02145674 +bottom a 2 2 ! & 2 0 02440691 00229978 +bottom-dwelling a 1 1 \ 1 0 02668695 +bottom-feeding a 1 1 \ 1 0 02668839 +bottom-up a 1 1 ! 1 0 02443406 +bottomed a 1 2 ! & 1 0 02442274 +bottomless a 4 3 ! & + 4 1 00690892 02443005 01415917 00458940 +bottommost a 1 1 & 1 0 02440881 +botuliform a 1 1 & 1 0 02145754 +botulinal a 1 2 \ + 1 1 02986098 +bouffant a 1 1 & 1 1 01384081 +boughed a 1 1 & 1 0 01414488 +boughless a 1 1 & 1 0 01414938 +boughten a 1 1 & 1 0 00675228 +bouldered a 1 1 & 1 0 02241988 +bouldery a 1 2 & + 1 0 02241988 +bouncing a 2 1 & 2 0 01170984 00805309 +bouncy a 2 2 & + 2 0 00843595 00805309 +bound a 9 4 ! & ^ ; 9 6 00252954 01058854 00256636 00340626 01955494 01682822 02371495 01064806 00638396 +bound_up a 2 1 & 2 1 01973655 00518405 +bounded a 1 2 & + 1 1 01006788 +bounden a 1 1 & 1 0 00848375 +bounderish a 1 1 & 1 0 01950857 +boundless a 1 2 & + 1 1 01007657 +bounteous a 1 2 & + 1 0 01111418 +bountied a 1 1 & 1 0 02015767 +bountiful a 2 2 & + 2 0 01111418 01080900 +bourgeois a 3 1 & 3 0 00297598 00260780 00260695 +boustrophedonic a 1 2 \ + 1 0 02668981 +bovid a 1 1 \ 1 0 02842185 +bovine a 2 2 & \ 2 1 02842185 00807277 +bowed a 4 3 ! & ; 4 0 00945513 02315461 01018530 00789392 +bowed_down a 1 1 & 1 1 00869690 +bowelless a 1 1 & 1 0 01507808 +bowery a 1 2 & + 1 0 01701017 +bowfront a 1 1 & 1 0 02045345 +bowing a 1 1 & 1 0 00789392 +bowl-shaped a 1 1 & 1 0 00536195 +bowleg a 1 1 & 1 0 01018530 +bowlegged a 1 1 & 1 0 01018530 +box-shaped a 1 1 & 1 0 00657600 +boxed a 2 1 & 2 1 00258090 01657233 +boxed-in a 1 1 & 1 0 01657233 +boxed_in a 1 1 & 1 1 01657233 +boxlike a 1 1 & 1 0 00657600 +boxy a 1 2 & + 1 0 00657600 +boyish a 1 2 & + 1 1 01648313 +boylike a 1 1 & 1 0 01648313 +boytrose a 1 1 \ 1 0 02668432 +braced a 2 1 & 2 1 01843746 02351149 +brachial a 1 1 \ 1 0 02669125 +brachiate a 2 2 & ; 2 0 00613728 00146501 +brachiopod a 1 1 \ 1 0 02669223 +brachiopodous a 1 2 \ + 1 0 02669223 +brachycephalic a 1 3 ! & + 1 0 00262124 +brachycranial a 1 1 & 1 0 00262124 +brachycranic a 1 1 & 1 0 00262124 +brachydactylic a 1 2 & + 1 0 01597105 +brachydactylous a 1 1 & 1 0 01597105 +brachypterous a 1 1 & 1 0 02567593 +brachyurous a 1 2 \ + 1 0 02669373 +bracing a 1 1 & 1 0 01357027 +brackish a 2 2 & + 2 0 01716845 01074062 +bracteal a 1 2 \ + 1 0 02669490 +bracteate a 1 2 ! \ 1 0 02669616 +bracted a 1 1 \ 1 0 02669616 +bracteolate a 1 1 \ 1 0 02669731 +brag a 1 2 & ; 1 0 02342463 +braggart a 1 1 & 1 0 01890752 +bragging a 1 1 & 1 0 01890752 +braggy a 1 2 & + 1 0 01890752 +brahminic a 1 2 \ + 1 0 02669806 +brahminical a 1 2 \ + 1 0 02669806 +braided a 1 1 & 1 0 02579760 +brain_dead a 1 1 & 1 0 00096414 +brainish a 1 2 & ; 1 0 00326608 +brainless a 1 1 & 1 0 01336837 +brainsick a 1 1 & 1 0 02075321 +brainwashed a 1 1 ! 1 0 00629532 +brainy a 1 2 & + 1 1 01335156 +braised a 1 1 & 1 0 00616913 +braky a 2 2 & + 2 0 02573708 00209253 +braless a 1 1 & 1 0 00458488 +brambly a 1 2 & + 1 0 02573708 +bran-new a 1 1 & 1 0 01641460 +branched a 2 1 & 2 1 02479602 00613866 +branchial a 1 2 \ + 1 0 02670050 +branchiate a 1 1 ! 1 0 01106989 +branching a 2 1 & 2 0 00613866 00612891 +branchiopod a 1 1 \ 1 0 02670202 +branchiopodan a 1 1 \ 1 0 02670202 +branchiopodous a 1 2 \ + 1 0 02670202 +branchless a 1 2 ! & 1 0 00614680 +branchy a 1 3 ! & + 1 0 00613068 +brand-new a 1 2 & + 1 0 01641460 +branded a 2 2 ! & 2 1 01110251 01481402 +brash a 1 2 & + 1 1 00204779 +brassbound a 2 1 & 2 0 01025732 00256883 +brasslike a 1 1 \ 1 0 02670411 +brassy a 3 3 & \ + 3 1 02670411 02393791 00155144 +brattish a 1 1 & 1 0 00641813 +bratty a 1 2 & + 1 0 00641813 +brave a 3 5 ! & ^ = + 3 2 00262792 00250119 00407151 +braw a 1 2 & ; 1 0 00407151 +brawny a 1 2 & + 1 0 02321809 +brazen a 2 3 & \ + 2 1 00155144 02905485 +brazen-faced a 1 1 & 1 0 00155144 +brazilian a 1 2 \ + 1 1 02966829 +breakable a 1 4 ! & = + 1 0 00708017 +breakaway a 1 1 & 1 0 00728619 +breakneck a 1 1 & 1 0 02059280 +breast-fed a 1 2 ! & 1 0 00267145 +breasted a 1 2 ! & 1 0 02142592 +breastless a 1 1 ! 1 0 02142983 +breathed a 1 1 & 1 0 00174719 +breathing a 1 2 ! & 1 1 00267452 +breathless a 3 4 ! & ^ + 3 2 00267871 00921369 00096595 +breathtaking a 1 1 & 1 0 00921369 +breech-loading a 1 1 \ 1 0 02670572 +breeched a 1 1 & 1 0 00454984 +breeding a 1 1 & 1 1 01081068 +breezy a 2 2 & + 2 0 00805566 00305225 +bregmatic a 1 3 \ + ; 1 0 02670678 +briary a 1 2 & + 1 0 00145083 +bribable a 1 2 & + 1 0 00621207 +brick-shaped a 1 1 & 1 0 00657726 +brickle a 1 1 & 1 0 00708498 +brickly a 1 1 & 1 0 00708498 +bridal a 2 2 \ + 2 0 02843495 02843382 +bridgeable a 1 2 ! + 1 0 00278266 +brief a 3 2 & + 3 3 01442826 00547166 01436432 +briefless a 1 1 & 1 0 01739080 +briery a 1 1 & 1 0 00145083 +bright a 10 4 ! & = + 10 6 00278551 00402855 01335458 00271022 01812237 01121238 00284930 02009688 01149050 00176387 +bright-red a 1 1 & 1 0 00371841 +bright_as_a_new_penny a 1 1 & 1 0 00281075 +bright_blue a 1 1 & 1 1 00370267 +brightly-colored a 1 1 & 1 0 00396523 +brightly-coloured a 1 1 & 1 0 00396523 +brilliant a 6 2 & + 6 6 02342608 01335156 01285376 00402855 00281173 02009688 +brimful a 1 1 & 1 0 01084091 +brimfull a 1 1 & 1 0 01084091 +brimless a 1 1 \ 1 0 02670812 +brimming a 1 1 & 1 0 01084091 +brinded a 1 1 & 1 0 01787548 +brindle a 1 1 & 1 1 01787548 +brindled a 1 1 & 1 0 01787548 +brine-cured a 1 1 & 1 0 01073311 +briny a 1 2 & + 1 0 01074062 +brisant a 1 2 \ + 1 0 02670899 +brisk a 3 2 & + 3 2 00874226 01357027 00035779 +bristle-pointed a 1 1 & 1 0 01810453 +bristled a 1 1 & 1 0 00145083 +bristlelike a 1 1 & 1 0 00145628 +bristly a 2 2 & + 2 0 01135420 00145083 +britannic a 1 2 \ + 1 1 02958017 +british a 1 2 \ + 1 1 03022177 +briton a 1 2 \ + 1 0 03132826 +brittle a 3 2 & + 3 1 00708498 02533682 01522214 +broached a 1 1 & 1 0 01659762 +broad a 8 4 & ^ = + 8 5 02560548 00526062 01101891 00428878 01211531 01384212 01287160 00286837 +broad-brimmed a 1 1 & 1 0 02561302 +broad-headed a 1 1 & 1 0 00262328 +broad-leafed a 1 1 & 1 0 00914269 +broad-leaved a 1 1 & 1 0 00914269 +broad-minded a 2 3 ! & + 2 0 02155771 00286578 +broad-shouldered a 1 1 & 1 0 02038735 +broadband a 2 1 \ 2 0 02671202 02671038 +broadleaf a 1 1 & 1 0 00914269 +broadloom a 1 1 & 1 0 02254434 +broadnosed a 1 0 1 0 01408929 +broadside a 1 1 & 1 0 02441373 +brobdingnagian a 2 3 & \ + 2 0 02671423 01387319 +brocaded a 1 1 & 1 1 00057149 +broiled a 1 1 & 1 0 00617033 +broke a 1 1 & 1 1 02023287 +broken a 13 5 ! & ^ = ; 13 3 00289082 00289983 01893303 00289594 02388441 02239746 01752692 01669246 01274626 00735195 00680156 00540366 00524388 +broken-backed a 3 2 & ; 3 1 00680395 01018667 00537884 +broken-down a 2 1 & 2 1 00679717 02124886 +broken-field a 1 2 & ; 1 0 00290337 +broken_in a 1 1 & 1 0 02388441 +brokenhearted a 1 2 & + 1 0 01365103 +bromic a 1 2 \ + 1 0 02671577 +bromidic a 2 2 & \ 2 0 02671714 01689223 +bronchial a 1 2 \ + 1 1 02948482 +bronchiolar a 1 2 \ + 1 1 02948774 +bronchitic a 1 2 & + 1 0 02543324 +bronchoscopic a 1 2 \ + 1 0 03141026 +bronze a 2 1 & 2 1 00371945 01528644 +bronze-red a 1 1 & 1 0 00372029 +bronzed a 1 1 & 1 1 00244958 +bronzy a 1 1 & 1 0 00371945 +brooding a 1 1 & 1 1 02419434 +broody a 2 1 & 2 0 02519292 02419434 +brotherlike a 1 0 1 0 00291471 +brotherly a 1 2 ! + 1 1 00291471 +brown a 2 2 & + 2 1 00372111 00245112 +brown-black a 1 1 & 1 0 00388249 +brown-gray a 1 1 & 1 0 00388350 +brown-green a 1 1 & 1 0 00372266 +brown-grey a 1 1 & 1 0 00388350 +brown-haired a 1 1 & 1 0 00245319 +brown-purple a 1 1 & 1 0 00372367 +brown-speckled a 1 1 & 1 0 01787740 +brown-striped a 1 1 & 1 0 01787842 +browned a 1 1 & 1 0 00245112 +browned_off a 1 1 & 1 0 01806483 +brownish a 1 1 & 1 1 00372111 +brownish-black a 1 1 & 1 0 00388249 +brownish-gray a 1 1 & 1 0 00388350 +brownish-green a 1 1 & 1 0 00372266 +brownish-grey a 1 1 & 1 0 00388350 +brownish-orange a 1 1 & 1 0 00384099 +brownish-purple a 1 1 & 1 0 00372367 +brownish-red a 1 1 & 1 0 00377702 +brownish-speckled a 1 1 & 1 0 01787740 +brownish-striped a 1 1 & 1 0 01787842 +brownish-yellow a 1 1 & 1 0 00369504 +bruising a 2 1 & 2 0 01160880 00841800 +brumal a 1 1 & 1 0 01256076 +brummagem a 1 2 & ; 1 0 02394366 +brumous a 1 1 & 1 0 00461609 +bruneian a 1 2 \ + 1 0 03051035 +brunet a 1 3 ! & = 1 0 00244503 +brunette a 1 2 & = 1 0 00244503 +brushed a 3 1 & 3 2 02445207 02427412 01153141 +brushlike a 1 1 & 1 0 00145706 +brushy a 1 2 & + 1 1 02573443 +brusk a 1 1 & 1 0 00640660 +brusque a 1 2 & + 1 0 00640660 +brut a 1 1 & 1 0 02368068 +brutal a 4 2 & + 4 1 01263013 01510798 01263445 00765173 +brute a 1 1 & 1 1 01263445 +brutish a 1 1 & 1 0 01263445 +bryophytic a 1 3 \ + ; 1 0 03141177 +bubaline a 1 1 \ 1 0 02992363 +bubbling a 2 1 & 2 0 02276305 00805810 +bubbly a 2 2 & + 2 0 02276305 00805676 +bubonic a 1 2 \ + 1 0 03051194 +buccal a 3 2 & \ 3 0 02671795 01665581 01665457 +buck-toothed a 1 1 & 1 0 02438655 +bucked_up a 1 1 & 1 0 01805489 +buckram a 1 1 & 1 0 01043924 +buckshee a 1 2 & ; 1 0 01710054 +bucolic a 2 2 & \ 2 1 02051179 02895044 +buddhist a 1 1 \ 1 1 02924102 +buddhistic a 1 2 \ + 1 0 02924102 +budding a 1 1 & 1 0 00742620 +buddy-buddy a 1 2 & ; 1 0 00452114 +budgetary a 1 2 \ + 1 1 03022593 +buff a 1 1 & 1 0 00372476 +buff-brown a 1 1 & 1 0 00372571 +buff-colored a 1 1 & 1 0 00396627 +buff-coloured a 1 1 & 1 0 00396627 +buffeted a 1 1 & 1 0 02456530 +buffoonish a 1 1 & 1 0 01265108 +bugged a 1 1 & 1 0 02568738 +buggy a 2 2 & + 2 0 02074929 00421202 +built a 1 1 & 1 1 01288690 +built-in a 1 1 & 1 1 01348528 +built-up a 1 1 & 1 0 02126332 +buirdly a 1 2 & ; 1 0 02038126 +bulb-shaped a 1 1 & 1 0 02041807 +bulbaceous a 1 2 \ + 1 0 03141315 +bulbar a 1 2 \ + 1 0 03141487 +bulbed a 1 1 \ 1 0 03141421 +bulblike a 1 2 & + 1 0 02041807 +bulbous a 2 2 & + 2 0 02041807 01353618 +bulgarian a 1 2 \ + 1 0 03051307 +bulging a 2 2 & ^ 2 2 00537339 01353618 +bulgy a 1 2 & + 1 0 01353618 +bulimic a 1 2 \ + 1 0 02671885 +bulky a 1 2 & + 1 1 01384438 +bullate a 1 2 & ; 1 0 02239888 +bullet-headed a 2 1 & 2 0 02327428 00262444 +bulletproof a 2 2 & + 2 0 00591513 00144102 +bullheaded a 1 2 & + 1 0 02327428 +bullish a 1 2 & ; 1 0 01663916 +bullnecked a 1 1 & 1 1 02322157 +bullocky a 1 2 & + 1 0 02322248 +bully a 1 2 & ; 1 1 01123879 +bullying a 1 1 & 1 0 00788032 +bum a 1 3 & + ; 1 0 02346013 +bumbling a 1 1 & 1 0 00063563 +bumper-to-bumper a 1 1 & 1 0 00980961 +bumpkinly a 1 2 & + 1 0 00636891 +bumptious a 1 2 & + 1 0 00205033 +bumpy a 2 2 & + 2 0 02243567 02240006 +bunchy a 1 2 & + 1 0 00538891 +bundled-up a 1 1 & 1 1 00455084 +bungaloid a 1 1 \ 1 0 03051512 +bungled a 1 1 & 1 0 02229201 +bunglesome a 1 1 & 1 0 02564023 +bungling a 2 1 & 2 0 02229324 00063563 +buoyant a 2 2 & + 2 2 01187072 00363621 +burbling a 1 1 & 1 0 00806064 +burbly a 1 1 & 1 0 00806064 +burdened a 2 2 ! & 2 1 00869461 00868241 +burdenless a 1 1 & 1 0 00869138 +burdensome a 1 2 & + 1 0 01189109 +bureaucratic a 1 2 \ + 1 1 03051619 +burglarious a 1 2 \ + 1 0 03051889 +burglarproof a 1 1 & 1 0 01885532 +buried a 1 2 ! & 1 0 00292611 +burked a 1 1 & 1 0 00470284 +burled a 1 1 & 1 0 01787941 +burlesque a 1 2 \ + 1 0 02873654 +burly a 1 2 & ; 1 1 02038126 +burmese a 1 2 \ + 1 0 03052018 +burnable a 1 2 & + 1 0 00473243 +burned a 3 1 & 3 0 01954263 00735336 00617137 +burned-out a 3 1 & 3 0 02432851 02125057 00735336 +burned-over a 1 1 & 1 0 00735336 +burning a 1 1 & 1 0 01276992 +burnished a 1 1 & 1 0 01812237 +burnt a 3 1 & 3 1 00617137 01954263 00735336 +burnt-out a 3 1 & 3 0 02432851 02125057 00735336 +burr-headed a 1 1 & 1 1 01183966 +burred a 1 1 & 1 0 00145083 +burrlike a 1 1 \ 1 0 02672015 +burry a 1 2 & + 1 0 00145083 +bursal a 1 2 \ + 1 0 02672116 +bursiform a 1 1 & 1 0 00536304 +burundi a 1 1 \ 1 0 03052218 +burundian a 1 2 \ + 1 0 03052218 +bush a 1 1 & 1 0 02346242 +bush-league a 1 1 & 1 0 02346242 +bushed a 1 2 & ; 1 0 02432154 +bushwhacking a 1 1 & 1 1 02088760 +bushy a 2 2 & + 2 1 02428610 00613975 +businesslike a 2 1 & 2 1 00839959 01910114 +bust a 1 1 & 1 0 02023287 +busted a 1 2 & ; 1 0 00680156 +bustling a 1 1 & 1 1 00035868 +busty a 1 2 & + 1 0 02138989 +busy a 5 4 ! & ^ + 5 4 00292937 01795203 01352561 00035978 01623360 +busybodied a 1 1 & 1 0 01352561 +butch a 2 3 & + ; 2 0 01483562 01201758 +butcherly a 2 2 & + 2 0 02229000 00249104 +buteonine a 1 2 \ + 1 0 02672219 +butterfingered a 1 1 & 1 0 00063563 +butterfly-shaped a 1 1 & 1 0 02145832 +buttery a 2 2 & + 2 0 02181432 00992291 +button-down a 2 1 & 2 1 00607656 00296935 +button-shaped a 1 1 & 1 0 02145918 +buttoned a 1 2 ! & 1 1 00296625 +buttoned-down a 1 1 & 1 0 00607656 +buttoned-up a 2 2 & ; 2 0 02383564 00574744 +buttonlike a 1 1 & 1 0 00280245 +buttony a 2 2 & + 2 0 00280245 00057390 +buttressed a 1 1 & 1 1 02351149 +butyraceous a 1 2 \ + 1 0 02672344 +butyric a 1 1 \ 1 0 02672500 +buxom a 2 2 & + 2 0 02138989 00986975 +buzzing a 1 1 & 1 1 01920697 +bygone a 1 2 & + 1 1 01728919 +bypast a 1 1 & 1 0 01728919 +byzantine a 3 2 & \ 3 0 02970073 02969925 02176841 +c a 1 1 & 1 0 02196107 +cabalistic a 1 2 & + 1 0 00899738 +cachectic a 1 2 \ + 1 0 02672591 +cackly a 1 2 & + 1 1 00299144 +cacodaemonic a 1 2 \ + 1 0 02672729 +cacodemonic a 1 2 \ + 1 0 02672729 +cacodylic a 1 3 \ + ; 1 0 02672886 +cacogenic a 1 2 \ + 1 0 02715365 +cacophonic a 1 3 & ^ + 1 0 00298767 +cacophonous a 1 4 ! & ^ + 1 0 00298767 +cacuminal a 1 2 & ; 1 0 00201802 +cadastral a 1 2 \ + 1 0 02673022 +cadaveric a 1 2 \ + 1 0 02673139 +cadaverous a 2 3 & \ + 2 1 00988988 02673139 +caddish a 1 1 & 1 0 00640931 +cadenced a 1 1 & 1 0 02019635 +cadent a 1 2 & + 1 0 02019635 +caducean a 1 2 \ + 1 0 02673345 +caducous a 1 3 ! & ; 1 0 01758582 +caecal a 1 2 \ + 1 0 02684742 +caecilian a 1 2 \ + 1 0 02673446 +caesarean a 2 2 \ + 2 0 03029573 03029400 +caesarian a 2 2 \ + 2 0 03029573 03029400 +caespitose a 1 2 & ; 1 0 02253817 +caesural a 1 2 \ + 1 0 02673594 +caffeinic a 1 2 \ + 1 0 02673712 +cagey a 2 1 & 2 1 00439252 00325619 +cagy a 2 1 & 2 0 00439252 00325619 +cairned a 1 1 \ 1 0 02673810 +caitiff a 1 2 & + 1 0 00265214 +calamitous a 1 2 & + 1 0 01050088 +calando a 1 1 & 1 0 02538295 +calcaneal a 1 1 \ 1 0 02673880 +calcareous a 1 1 \ 1 0 02673969 +calced a 1 1 ! 1 0 02156934 +calceiform a 1 1 \ 1 0 02674148 +calceolate a 1 1 \ 1 0 02674148 +calcic a 1 1 \ 1 0 02674303 +calcicolous a 1 1 ! 1 0 02595071 +calciferous a 1 1 \ 1 0 02674398 +calcific a 1 1 \ 1 0 03009696 +calcifugous a 1 1 ! 1 0 02595167 +calcitic a 1 2 \ + 1 0 02674530 +calculable a 1 4 ! & ^ + 1 0 00301187 +calculated a 1 1 & 1 0 01337939 +calculating a 1 1 & 1 1 01155603 +calculative a 1 2 & + 1 0 01155603 +calculous a 1 2 \ + 1 0 02674642 +calcuttan a 1 2 \ + 1 0 02978495 +calefacient a 1 1 & 1 0 01248198 +calefactive a 1 1 & 1 0 01248358 +calefactory a 1 1 & 1 0 01248358 +calendered a 1 1 & 1 0 01120010 +calendric a 1 2 \ + 1 0 02674772 +calendrical a 1 2 \ + 1 0 02674772 +calibrated a 1 1 < 1 0 03147643 +caliche-topped a 1 1 & 1 1 01740085 +calico a 2 3 & \ + 2 0 02675055 00398978 +calicular a 1 2 \ + 1 0 02676046 +californian a 1 2 \ + 1 0 03052403 +caliginous a 1 1 & 1 0 00274291 +calisthenic a 1 2 \ + 1 0 02675196 +callable a 1 2 & + 1 0 00136589 +caller a 2 2 & ; 2 0 02530474 01068012 +calligraphic a 1 1 \ 1 0 02909651 +calligraphical a 1 2 \ + 1 0 02909651 +callipygian a 1 1 & 1 0 02139403 +callipygous a 1 1 & 1 0 02139403 +callithumpian a 1 2 \ + 1 0 02675320 +callous a 2 2 & + 2 1 02107162 02447569 +calloused a 1 1 & 1 1 02447569 +callow a 1 1 & 1 0 00936998 +calm a 2 4 ! & ^ + 2 1 00529657 00302761 +caloric a 2 2 \ + 2 0 02814453 02675446 +calorie-free a 1 1 & 1 0 00993117 +calorifacient a 1 1 & 1 0 01248477 +calorific a 1 1 & 1 0 01248605 +calorimetric a 1 2 \ + 1 1 02675738 +calumniatory a 1 1 & 1 0 01161233 +calumnious a 1 2 & + 1 0 01161233 +calvinist a 1 3 \ + ; 1 0 02952975 +calvinistic a 1 3 \ + ; 1 0 02952975 +calvinistical a 1 3 \ + ; 1 0 02952975 +calyceal a 1 3 \ + ; 1 0 02675856 +calycinal a 1 2 \ ; 1 0 02675856 +calycine a 1 2 \ ; 1 0 02675856 +calycled a 1 1 \ 1 0 02676205 +calycular a 1 2 \ + 1 0 02676046 +calyculate a 1 1 \ 1 0 02676205 +calyptrate a 2 1 \ 2 0 02676383 02676309 +cambial a 1 3 \ + ; 1 0 02676456 +cambodian a 1 2 \ + 1 0 02968828 +cambrian a 1 2 \ + 1 0 03130073 +cameroonian a 1 2 \ + 1 0 03052588 +camouflaged a 1 1 & 1 0 02517713 +camp a 1 1 & 1 0 02394487 +camp-made a 1 1 & 1 0 00673662 +campanular a 1 2 \ + 1 0 02676610 +campanulate a 1 1 \ 1 0 02676610 +campanulated a 1 1 \ 1 0 02676610 +campestral a 1 1 & 1 0 02051500 +camphoraceous a 1 2 \ + 1 0 02676825 +camphorated a 1 1 ! 1 0 00306131 +camphoric a 1 2 \ + 1 0 02676966 +campy a 1 2 & + 1 0 02394487 +campylotropous a 1 2 ! ; 1 0 01029399 +can-do a 1 2 & ; 1 0 00808614 +canadian a 1 2 \ + 1 1 02982473 +canalicular a 1 2 \ + 1 0 02677112 +canaliculate a 1 1 & 1 0 02244065 +canary a 1 2 & + 1 0 00372653 +canary-yellow a 1 1 & 1 0 00372653 +cancellate a 2 2 & ; 2 0 02006538 00327541 +cancellated a 2 2 & ; 2 0 02006538 00327541 +cancelled a 1 0 1 0 01651896 +cancellous a 1 2 & ; 1 0 00327541 +cancerous a 2 2 & + 2 0 02594940 00227301 +cancroid a 1 2 \ + 1 0 02677231 +candent a 1 1 & 1 0 00271813 +candescent a 1 1 & 1 0 00271208 +candid a 3 2 & + 3 1 00764484 01799297 01310273 +candied a 2 1 & 2 0 02337912 01071941 +candy-like a 1 1 & 1 0 00617271 +candy-scented a 1 1 & 1 0 01056086 +canescent a 2 2 & ; 2 0 00388477 00212949 +canicular a 2 2 \ + 2 0 02677549 02677332 +canine a 2 3 \ + ; 2 0 02677861 02677703 +cankerous a 1 2 & + 1 0 01175158 +canned a 2 2 & ; 2 0 01423187 01072112 +cannibalic a 1 2 & + 1 0 01263832 +cannibalistic a 1 2 \ + 1 0 03052770 +cannular a 1 2 & + 1 0 02264807 +canny a 1 1 & 1 0 00439252 +canonic a 4 3 & \ + 4 0 03001653 03001527 02295298 01690244 +canonical a 4 3 & \ + 4 0 03001653 03001527 02295298 01690244 +canonised a 1 1 & 1 0 00179190 +canonist a 1 2 \ + 1 1 03001853 +canonized a 1 1 & 1 1 00179190 +canopied a 1 1 & 1 0 01695363 +canorous a 1 1 & 1 0 01501619 +cantabile a 1 2 & ; 1 0 01501718 +cantankerous a 2 2 & ; 2 0 02327078 01135673 +canted a 1 1 & 1 0 01234527 +cantering a 1 1 < 1 1 03147793 +cantonal a 1 1 \ 1 0 03052963 +canty a 1 2 & ; 1 0 00874547 +capable a 5 5 ! & ^ = + 5 5 00306314 02361540 00308015 00051373 00510348 +capacious a 1 2 & + 1 0 01384572 +capacitive a 1 1 \ 1 0 02678001 +caparisoned a 1 1 & 1 0 00455190 +capetian a 1 2 \ + 1 0 02678087 +capillary a 2 3 & \ + 2 0 02926858 02412880 +capital a 3 3 & + ; 3 0 02342778 01852548 01467919 +capitalist a 2 3 & \ + 2 1 03000110 00297403 +capitalistic a 2 4 ! & \ + 2 1 00297403 03000110 +capitate a 1 3 & + ; 1 0 02041940 +capitular a 1 1 \ 1 0 02678218 +capitulary a 1 1 \ 1 0 02678218 +cappadocian a 1 2 \ + 1 0 02678371 +capped a 2 1 & 2 0 00655292 00654125 +capricious a 2 2 & + 2 0 01842304 00719442 +caprine a 1 1 \ 1 0 02678502 +capsular a 2 3 \ + ; 2 0 02678850 02678677 +capsulate a 1 2 & ; 1 0 01657420 +capsulated a 1 2 & ; 1 0 01657420 +captious a 1 2 & + 1 0 00647867 +captivated a 2 1 & 2 0 01465583 00865620 +captivating a 1 1 & 1 1 00166753 +captive a 2 2 & + 2 1 01065126 00163948 +caramel a 1 2 & + 1 0 00372799 +caramel_brown a 1 2 & + 1 0 00372799 +carangid a 1 3 \ + ; 1 0 02679063 +carbocyclic a 1 2 \ ; 1 0 02679202 +carbolated a 1 2 \ ; 1 0 02679352 +carbonaceous a 1 1 \ 1 0 02863724 +carbonated a 1 1 & 1 0 02276852 +carbonic a 1 2 \ + 1 0 02863724 +carboniferous a 2 2 \ + 2 0 03053044 02863724 +carbonous a 1 1 \ 1 0 02863724 +carbonyl a 1 3 \ + ; 1 0 02679468 +carbonylic a 1 3 \ + ; 1 0 02679468 +carboxyl a 1 3 \ + ; 1 0 02679653 +carboxylic a 1 3 \ + ; 1 0 02679653 +carbuncled a 2 1 & 2 0 01175298 00057490 +carbuncular a 1 2 & + 1 0 01175298 +carcinogenic a 1 2 \ + 1 0 02679858 +carcinomatous a 1 2 \ + 1 0 02680017 +card-playing a 1 1 & 1 1 01297946 +cardboard a 1 1 & 1 0 01572325 +cardiac a 1 1 \ 1 0 02843717 +cardinal a 2 2 ! & 2 1 01277097 02183611 +cardiographic a 1 1 \ 1 0 02680151 +cardiologic a 1 2 \ + 1 0 02914902 +cardiopulmonary a 1 1 \ 1 0 02680242 +cardiorespiratory a 1 1 \ 1 0 02680242 +cardiovascular a 1 1 \ 1 1 02874130 +care-laden a 1 1 & 1 0 02456875 +cared-for a 1 2 ! & 1 0 00308355 +carefree a 2 2 & + 2 1 02459465 01998260 +careful a 5 6 ! & ^ = + ; 5 3 00309021 01977488 01271961 02456698 01895099 +careless a 3 5 ! & ^ = + 3 2 00311663 00150055 01194099 +careworn a 1 1 & 1 1 02433000 +carinal a 1 1 \ 1 0 02680492 +carinate a 1 1 + 1 0 03153361 +carinated a 1 0 1 0 03153361 +caring a 1 2 & + 1 0 00506601 +carious a 1 2 & + 1 0 01175427 +carmelite a 1 2 \ + 1 0 03053199 +carminative a 1 2 & + 1 0 01165665 +carmine a 1 2 & + 1 0 00381097 +carnal a 2 3 & \ + 2 1 01778572 02976040 +carnassial a 1 1 & 1 0 00801328 +carnation a 1 2 & + 1 0 00372960 +carnivorous a 2 4 ! & \ ; 2 0 02680580 00313387 +carolean a 1 2 \ + 1 0 02680723 +caroline a 1 1 \ 1 0 02680723 +carolingian a 1 2 \ + 1 0 02680977 +carotid a 1 1 \ 1 0 02681141 +carousing a 1 1 & 1 0 00797706 +carpal a 1 2 \ + 1 0 03053336 +carpellary a 1 2 \ + 1 0 02681282 +carpellate a 1 2 ! ; 1 0 00316046 +carpetbag a 2 2 & \ 2 0 02681402 00932184 +carpetbagging a 1 1 & 1 0 00932184 +carpeted a 1 1 ! 1 1 00316274 +carpophagous a 1 1 & 1 0 00314466 +carposporic a 1 2 \ + 1 0 02681567 +carposporous a 1 2 \ + 1 0 02681681 +carroty a 1 2 \ + 1 0 03132982 +carsick a 1 2 & + 1 0 02542675 +cartesian a 1 2 \ + 1 1 03026758 +carthaginian a 1 2 \ + 1 0 03104740 +carthusian a 1 1 \ 1 0 02682039 +cartilaginous a 2 3 & \ + 2 0 02681776 02445863 +cartographic a 1 1 \ 1 0 02681881 +cartographical a 1 2 \ + 1 0 02681881 +caruncular a 1 2 \ + 1 0 02682134 +carunculate a 1 1 \ 1 0 02682298 +carunculated a 1 1 \ 1 0 02682298 +carunculous a 1 2 \ + 1 0 02682134 +carved a 1 3 ! & ; 1 1 00317008 +carved_in_stone a 1 1 & 1 0 00347880 +carvel-built a 1 3 ! & ; 1 0 00316572 +carven a 1 2 & ; 1 1 00317008 +caryophyllaceous a 1 2 \ + 1 0 02682406 +case-by-case a 1 1 & 1 0 00729246 +case-hardened a 1 1 & 1 0 01155815 +casebook a 1 2 & + 1 1 02295511 +cased a 2 1 & 2 0 02155054 00257032 +caseous a 1 1 & 1 0 01175541 +cash-and-carry a 1 1 \ 1 0 02682543 +cashable a 1 2 & + 1 0 00916965 +cashed a 1 1 & 1 0 01708563 +cassocked a 1 1 & 1 1 00455310 +cast-iron a 1 1 & 1 0 02038891 +cast-off a 1 1 & 1 0 02528206 +casteless a 1 2 & ; 1 0 02528566 +castellated a 1 1 & 1 0 01796109 +castled a 1 1 & 1 0 01796109 +castrated a 1 2 ! & 1 0 02136802 +casual a 9 2 & + 9 5 00545746 01798484 01044557 01798162 00312234 01961205 01190484 01044730 00749749 +casuistic a 2 2 \ + 2 0 03053657 03053460 +casuistical a 2 2 \ + 2 0 03053657 03053460 +cata-cornered a 1 1 & 1 0 01719507 +catabatic a 1 1 ; 1 0 00109782 +catabolic a 2 4 ! & \ + 2 0 02682699 00107984 +catachrestic a 1 2 \ + 1 0 02682863 +catachrestical a 1 2 \ + 1 0 02682863 +cataclinal a 1 2 ! ; 1 0 00108434 +cataclysmal a 1 2 & + 1 0 00587193 +cataclysmic a 1 2 & + 1 0 00587193 +catacorner a 1 1 & 1 0 01719507 +catadromous a 1 1 ! 1 0 00109382 +catalan a 2 2 \ + 2 0 03054020 03053859 +catalatic a 1 2 \ + 1 0 02683049 +catalectic a 1 2 ! + 1 0 00318082 +cataleptic a 1 2 \ + 1 0 03054216 +catalytic a 1 2 \ + 1 0 03054409 +catamenial a 1 1 + 1 0 02879273 +cataphatic a 1 1 \ 1 0 02683160 +cataphoretic a 1 2 \ + 1 0 02718845 +cataplastic a 1 2 \ + 1 0 02683315 +catapultian a 1 2 \ + 1 1 02683419 +catapultic a 1 2 \ + 1 0 02683419 +catarrhal a 1 2 \ + 1 0 02683650 +catarrhine a 1 1 ! 1 0 01408738 +catarrhinian a 1 1 + 1 0 01408738 +catastrophic a 1 1 & 1 1 01161635 +catatonic a 1 3 \ + ; 1 1 03054551 +catching a 1 2 & + 1 0 01303042 +catchpenny a 1 1 & 1 0 00934738 +catchy a 2 2 & + 2 0 00746819 00170717 +catechetic a 2 3 \ + ; 2 0 02982288 02982102 +catechetical a 1 3 \ + ; 1 0 02982102 +catechismal a 1 3 \ + ; 1 0 02981935 +catechistic a 1 2 \ + 1 0 02982288 +categorematic a 1 4 ! & + ; 1 0 02592890 +categorial a 1 2 \ + 1 0 02683869 +categoric a 2 3 & \ + 2 0 02684005 01913931 +categorical a 2 3 & \ + 2 0 02684005 01913931 +categorised a 1 1 & 1 0 00414823 +categorized a 1 1 & 1 1 00414823 +catenulate a 1 1 & 1 0 02146029 +cater-cornered a 1 1 & 1 0 01719507 +catercorner a 1 1 & 1 0 01719507 +caterpillar-tracked a 1 1 & 1 0 02453770 +cathartic a 3 3 & + ; 3 0 01165830 00854869 00638067 +cathectic a 1 3 \ + ; 1 0 02684198 +cathedral a 1 2 \ + 1 0 02684317 +cathodic a 1 2 ! \ 1 0 02626995 +catholic a 2 3 & \ + 2 1 02920951 00287128 +cationic a 1 3 ! \ + 1 0 02930387 +catkinate a 1 1 \ 1 0 02684482 +catoptric a 1 2 \ + 1 0 02684557 +catoptrical a 1 2 \ + 1 0 02684557 +cattish a 1 1 & 1 0 00225912 +catty a 1 2 & + 1 0 00225912 +catty-corner a 1 1 & 1 0 01719507 +catty-cornered a 1 1 & 1 0 01719507 +caucasian a 2 3 & \ + 2 0 02843959 00243395 +caucasic a 1 2 \ + 1 0 02843959 +caucasoid a 1 1 & 1 0 00243395 +caudal a 3 4 ! & \ + 3 0 02843816 00319965 00131863 +caudate a 2 4 ! & + ; 2 0 00319534 02167513 +caudated a 1 2 & ; 1 0 00319534 +caught_up a 1 1 & 1 1 01515525 +caulescent a 1 3 ! & ; 1 0 00321094 +cauline a 2 3 ! & ; 2 0 00321094 00318498 +caulked a 1 2 ! & 1 0 01399328 +causal a 1 2 & + 1 1 00323199 +causative a 1 3 ! & + 1 1 00322457 +causeless a 2 1 & 2 0 01559042 01339203 +caustic a 2 2 & + 2 0 01802165 00587376 +cautionary a 2 2 & + 2 0 01887638 01771124 +cautious a 2 4 ! & ^ + 2 1 00325281 01532149 +cavalier a 1 1 & 1 0 00788145 +cavernous a 2 3 & + ; 2 0 02264366 00947012 +cavitied a 1 1 & 1 0 00327690 +cc a 1 1 & 1 0 02198302 +ccc a 1 1 & 1 0 02198409 +cd a 1 1 & 1 0 02198520 +ceaseless a 1 2 & + 1 1 00595299 +cecal a 1 2 \ + 1 0 02684742 +cedar-scented a 1 1 & 1 0 01056163 +cedarn a 1 1 & 1 0 02575952 +ceilinged a 1 2 ! & 1 0 01209770 +celebrated a 2 1 & 2 0 01375831 01121402 +celebratory a 1 2 \ + 1 0 02684875 +celestial a 3 2 & \ 3 3 02685153 02684971 01179345 +celiac a 2 1 \ 2 0 03009016 03008885 +celibate a 1 2 & + 1 0 00360950 +cell-free a 1 1 & 1 1 00328270 +cell-like a 1 1 & 1 0 00327857 +cellular a 2 5 ! & \ + ; 2 0 02685299 00327031 +celluloid a 1 1 & 1 0 01572458 +cellulosid a 1 1 \ 1 0 02686322 +celtic a 1 2 \ + 1 1 02957823 +cementitious a 1 2 \ + 1 0 02686439 +cenobitic a 1 3 ! \ + 1 0 02686630 +cenobitical a 1 2 \ + 1 0 02686630 +cenogenetic a 1 4 ! \ + ; 1 0 02687191 +cenozoic a 1 1 \ 1 0 02687333 +censored a 1 2 ! & 1 0 00318942 +censorial a 1 2 \ + 1 0 02687578 +censorious a 1 2 & + 1 0 00648089 +censurable a 1 1 & 1 0 01321529 +centenarian a 1 2 & + 1 0 01645048 +centenary a 1 2 \ + 1 1 02998988 +centennial a 1 2 \ + 1 0 02998988 +center a 2 3 ! & + 2 1 00330506 02031624 +centered a 1 1 & 1 1 00330644 +centesimal a 2 2 & \ 2 0 02687727 02209423 +centigrade a 1 1 \ 1 0 02687822 +central a 2 3 ! & + 2 2 01277097 00329831 +central_american a 1 2 \ + 1 1 03004196 +centralised a 1 0 1 0 01107751 +centralising a 1 1 & 1 0 00334702 +centralist a 1 1 \ 1 0 02688016 +centralistic a 1 1 \ 1 0 02688016 +centralized a 1 1 ! 1 1 01107751 +centralizing a 1 2 ! & 1 0 00334702 +centric a 1 2 & + 1 0 00330728 +centrical a 1 2 & + 1 0 00330728 +centrifugal a 3 2 ! & 3 0 00332375 00335225 00334245 +centripetal a 3 2 ! & 3 0 00332869 00334852 00333611 +centrist a 1 2 & + 1 0 02031810 +centroidal a 1 2 \ + 1 0 02688131 +centromeric a 1 2 \ + 1 0 03139930 +centrosomic a 1 2 \ + 1 0 02688263 +centrosymmetric a 1 1 & 1 0 02373309 +cephalic a 1 2 ! \ 1 0 02844174 +cephalopod a 1 2 \ + 1 0 02688369 +cephalopodan a 1 1 \ 1 0 02688369 +ceramic a 1 2 \ + 1 1 03015441 +cercarial a 1 2 \ + 1 0 02688523 +cereal a 1 2 \ + 1 0 02688623 +cerebellar a 1 2 \ + 1 0 02688833 +cerebral a 2 2 ! \ 2 2 01927455 02688974 +cerebrospinal a 1 1 \ 1 0 02689112 +cerebrovascular a 1 1 \ 1 0 02689256 +ceremonial a 1 2 & + 1 0 01042491 +ceremonious a 2 3 & \ + 2 0 02782367 01042703 +ceric a 1 1 \ 1 0 02689542 +cerise a 1 2 & + 1 0 00381097 +cernuous a 1 2 & ; 1 0 01238486 +cerous a 1 2 \ + 1 0 02689658 +certain a 7 4 ! & ^ = 7 4 00700884 00336831 00335421 00340239 02087342 00724397 00309740 +certifiable a 2 2 & + 2 0 02075594 00342488 +certificated a 1 1 & 1 0 00342626 +certificatory a 1 2 & + 1 0 02355398 +certified a 3 3 ! & ^ 3 1 00342250 02075594 01958259 +cerulean a 1 2 & + 1 0 00370267 +ceruminous a 1 2 \ + 1 0 02689782 +cervical a 2 2 \ + 2 0 02927169 02689430 +cervine a 1 1 \ 1 0 02689889 +cesarean a 1 2 \ + 1 0 03029573 +cesarian a 1 2 \ + 1 0 03029573 +cespitose a 1 2 & ; 1 0 02253817 +cetacean a 1 2 \ + 1 0 02689973 +cetaceous a 1 2 \ + 1 0 02689973 +ceylonese a 1 1 \ 1 0 03118413 +chadian a 1 2 \ + 1 0 03054743 +chaetal a 1 2 \ + 1 0 02690153 +chaetognathan a 1 2 \ + 1 0 02690270 +chaetognathous a 1 2 \ + 1 0 02690270 +chafed a 1 1 & 1 0 01712076 +chafflike a 1 1 \ 1 0 02690429 +chaffy a 2 3 & \ + 2 0 02690429 02502468 +chagrined a 1 1 & 1 0 00531628 +chained a 1 1 & 1 0 00253196 +chainlike a 1 1 & 1 0 02146029 +chaldaean a 1 2 \ + 1 0 02690613 +chaldean a 1 2 \ + 1 0 02690613 +chaldee a 1 2 \ + 1 0 02690613 +chalky a 2 3 & \ + 2 0 02673969 00388571 +challengeable a 1 2 & + 1 0 00590564 +challenging a 3 1 & 3 1 00745642 02306598 01897106 +chalybeate a 1 1 \ 1 0 02690922 +chambered a 1 1 & 1 1 02480631 +champion a 1 1 & 1 0 00228025 +champleve a 1 1 & 1 0 00057566 +chance a 1 1 & 1 1 01798162 +chanceful a 1 1 & 1 0 02059381 +chancroidal a 1 2 \ + 1 0 02691028 +chancrous a 1 2 \ + 1 0 02691142 +chancy a 2 3 & + ; 2 0 02059381 00341655 +changeable a 4 5 ! & ^ = + 4 0 00356339 00344125 02504558 00403072 +changed a 3 3 ! & ; 3 2 00354433 00352716 01531019 +changeful a 1 4 & ^ = + 1 0 00344125 +changeless a 3 2 & + 3 0 00356648 02506029 00347400 +changing a 1 1 & 1 1 00808822 +chanted a 1 1 & 1 1 01504926 +chantlike a 1 1 & 1 1 02020609 +chaotic a 3 4 & \ + ; 3 2 01669507 02390569 02691237 +chapfallen a 1 1 & 1 0 00703454 +chapleted a 1 1 & 1 0 00654315 +chapped a 1 1 & 1 0 02240129 +characteristic a 1 4 ! & ^ + 1 1 00356926 +characterless a 1 1 & 1 0 01673590 +charcoal a 1 2 & + 1 0 00388725 +charcoal-gray a 1 1 & 1 0 00388725 +charcoal-grey a 1 1 & 1 0 00388725 +chargeable a 1 1 & 1 0 01322044 +charged a 4 2 ! & 4 2 00358132 00854989 02276660 01897224 +charismatic a 1 2 & + 1 0 00167077 +charitable a 3 5 ! & ^ \ + 3 2 02691390 00359459 01372948 +charmed a 2 1 & 2 0 01465583 00865620 +charming a 2 1 & 2 1 01807799 01576071 +charnel a 1 1 & 1 0 01625492 +chartaceous a 1 1 \ 1 0 02691531 +chartered a 1 1 ! 1 0 00360041 +chartless a 1 1 & 1 0 01377257 +chartreuse a 1 2 & + 1 0 00373067 +chary a 1 2 & + 1 0 00325619 +chasidic a 1 1 \ 1 0 02738464 +chassidic a 1 1 \ 1 0 02738464 +chaste a 3 5 ! & ^ = + 3 0 00360650 01792821 01548694 +chatoyant a 1 1 & 1 0 00403072 +chatty a 2 2 & + 2 0 02384077 00496422 +chauvinistic a 2 3 & \ + 2 0 02691680 01740358 +cheap a 4 4 ! & + ; 4 3 00934199 02393791 02346013 01113114 +cheapjack a 1 1 & 1 0 02346351 +cheating a 2 1 & 2 0 00961195 00957743 +chechen a 1 1 \ 1 0 02691839 +checked a 1 1 & 1 0 01788048 +checkered a 2 1 & 2 0 01788048 00344890 +cheeky a 1 2 & + 1 0 00204779 +cheerful a 2 5 ! & ^ = + 2 1 00362467 01664015 +cheering a 1 1 & 1 0 02081563 +cheerless a 1 4 & ^ = + 1 0 00364479 +cheery a 1 2 & + 1 1 00363938 +cheesed_off a 1 1 & 1 0 01806483 +cheeselike a 1 1 & 1 0 01153346 +cheeseparing a 1 1 & 1 0 01113225 +cheesy a 1 2 & ; 1 0 02346013 +chelate a 2 1 \ 2 0 02692105 02691944 +chelated a 1 1 \ 1 0 02692105 +cheliceral a 1 2 \ + 1 0 02692229 +chelicerate a 1 1 \ 1 0 02692229 +chelicerous a 1 2 \ + 1 0 02692378 +cheliferous a 1 1 \ 1 0 02692034 +chelonian a 1 2 \ + 1 0 02692471 +chemic a 1 2 \ + 1 0 02692624 +chemical a 2 2 \ + 2 2 02692624 02692966 +chemiluminescent a 1 2 \ + 1 0 02693278 +chemisorptive a 1 1 & 1 0 00008443 +chemoreceptive a 1 1 \ 1 0 02693440 +chemosorptive a 1 1 & 1 0 00008443 +chemotherapeutic a 1 2 \ + 1 0 02693533 +chemotherapeutical a 1 2 \ + 1 0 02693533 +chequered a 1 1 & 1 0 01788048 +cherished a 1 1 & 1 1 01462625 +cherry a 1 2 & + 1 0 00381097 +cherry-red a 1 1 & 1 0 00381097 +cherry-sized a 1 1 & 1 0 02222675 +cherty a 1 2 \ + 1 0 02693701 +cherubic a 1 1 & 1 0 01459949 +chestnut a 1 2 & + 1 1 00373209 +chestnut-brown a 1 1 & 1 0 00373381 +chestnut-colored a 1 1 & 1 0 00396721 +chestnut-coloured a 1 1 & 1 0 00396721 +chesty a 2 2 & + 2 0 02038555 01889819 +chewable a 1 1 & 1 0 02446846 +chewy a 2 2 & + 2 0 02445978 00843988 +chian a 1 2 \ + 1 0 02693802 +chiasmal a 1 3 \ + ; 1 0 02693895 +chiasmatic a 1 3 \ + ; 1 0 02693895 +chiasmic a 1 3 \ + ; 1 0 02693895 +chic a 1 2 & + 1 1 00975487 +chichi a 1 1 & 1 0 00975692 +chicken a 1 3 & + ; 1 0 00265314 +chicken-breasted a 1 1 & 1 0 02142139 +chickenhearted a 1 2 & ; 1 0 00265314 +chief a 1 1 & 1 1 01277426 +chilblained a 1 1 & 1 0 01175636 +child-centered a 1 1 & 1 0 01262128 +childbearing a 1 2 \ + 1 0 02694109 +childish a 1 2 & + 1 1 01493016 +childless a 1 2 & + 1 0 01082998 +childlike a 2 1 & 2 2 01648491 02272047 +childly a 1 2 & + 1 0 01648491 +chilean a 1 2 \ + 1 0 02965985 +chiliastic a 1 1 + 1 0 02865018 +chilling a 1 1 & 1 1 00194924 +chilly a 3 2 & + 3 1 00857206 01252566 01077263 +chimeral a 1 2 \ + 1 0 02694247 +chimeric a 1 2 \ + 1 0 02694247 +chimerical a 2 3 & \ + 2 0 02694247 01942279 +chinchy a 1 1 & 1 0 01113114 +chinese a 2 1 \ 2 1 02964782 03122400 +chinese-red a 1 1 & 1 0 00385188 +chinked a 1 1 & 1 1 01399469 +chinless a 1 1 & 1 1 01875929 +chintzy a 2 2 & ; 2 0 02346013 01113114 +chippendale a 1 1 \ 1 0 02694583 +chipper a 1 1 & 1 1 00364145 +chiromantic a 1 2 \ + 1 0 02911243 +chirpy a 2 4 & \ + ; 2 0 02694784 00363621 +chisel-like a 1 1 & 1 0 00801462 +chiseled a 1 1 & 1 1 00779819 +chitinous a 1 2 \ + 1 0 02694948 +chivalric a 1 2 & + 1 0 01729157 +chivalrous a 1 2 & + 1 1 00640106 +chlamydeous a 1 3 ! + ; 1 0 00365513 +chlamydial a 1 2 \ + 1 0 02695045 +chlorophyllose a 1 1 \ 1 0 02695229 +chlorophyllous a 1 2 \ + 1 0 02695229 +chlorotic a 1 1 \ 1 0 02695389 +chock-full a 1 1 & 1 0 01084297 +chockablock a 1 1 & 1 0 01084297 +chockful a 1 1 & 1 1 01084297 +chocolate-brown a 1 1 & 1 0 00372111 +chocolate-colored a 1 1 & 1 0 00396839 +chocolate-coloured a 1 1 & 1 0 00396839 +choice a 2 2 & + 2 1 02342899 02396484 +choke-full a 1 1 & 1 0 01084297 +choked a 1 1 & 1 1 01621268 +choky a 1 1 & 1 0 01447683 +choleraic a 1 2 \ + 1 0 02695522 +choleric a 3 2 & + 3 0 01726613 01135914 00114921 +cholinergic a 1 1 ! 1 0 00060969 +chondritic a 1 2 ! + 1 0 00365799 +choosey a 1 1 & 1 0 00984251 +choosy a 1 1 & 1 1 00984251 +chopfallen a 1 1 & 1 0 00703454 +chopped a 1 1 & 1 0 00661640 +choppy a 2 2 & + 2 0 01143750 00305464 +choragic a 1 2 \ + 1 0 02695647 +choral a 1 2 \ + 1 0 02874282 +chordal a 1 2 \ + 1 0 02695765 +chordate a 1 2 \ + 1 0 02695966 +choreographic a 1 1 \ 1 1 02938143 +choric a 1 2 \ + 1 0 02874543 +chorionic a 1 2 \ + 1 0 02874700 +christian a 2 5 ! & \ + ; 2 2 02952275 00411009 +christianly a 1 2 & + 1 0 00411215 +christless a 1 1 & 1 0 00411599 +christlike a 1 1 & 1 0 00411353 +christly a 1 2 & + 1 0 00411353 +christological a 1 2 \ + 1 0 02696090 +chromatic a 3 7 ! & ^ \ = + ; 3 0 02956623 00409750 00366691 +chromatinic a 1 3 ! \ + 1 0 02696234 +chromatographic a 1 1 \ 1 1 02987910 +chromatographical a 1 2 \ + 1 0 02987910 +chromosomal a 1 2 \ + 1 0 02956752 +chronic a 3 3 ! & ; 3 1 00045123 01438963 00489768 +chronological a 1 2 \ + 1 0 02956880 +chthonian a 1 1 & 1 0 01303946 +chthonic a 1 1 & 1 0 01303946 +chubby a 1 2 & + 1 0 00986766 +chuck-full a 1 1 & 1 0 01084297 +chuffed a 1 2 & ; 1 0 01805618 +chukker-brown a 1 1 & 1 0 00383957 +chummy a 2 3 & + ; 2 0 01075524 00452114 +chunky a 2 2 & + 2 1 02141021 02386962 +churchgoing a 1 1 & 1 1 01783434 +churchillian a 1 2 \ + 1 1 02696386 +churchly a 1 2 & + 1 0 01783522 +churlish a 2 1 & 2 0 01142595 01136127 +churned-up a 1 1 & 1 0 00087837 +churning a 2 1 & 2 2 00087837 00087597 +churrigueresco a 1 1 & 1 0 01794995 +churrigueresque a 1 1 & 1 0 01794995 +chylaceous a 1 2 \ + 1 0 02851122 +chylifactive a 1 1 \ 1 0 02851296 +chylifactory a 1 1 \ 1 0 02851296 +chyliferous a 1 1 \ 1 0 02851451 +chylific a 1 1 \ 1 0 02851296 +chylous a 1 2 \ + 1 0 02851122 +ci a 1 1 & 1 0 02196211 +cigar-shaped a 1 1 & 1 0 01810613 +cilial a 1 2 \ + 1 0 02845379 +ciliary a 3 2 \ + 3 0 02845585 02845379 02845244 +ciliate a 3 2 & \ 3 0 02845379 02845244 02246182 +ciliated a 1 1 & 1 0 02246182 +cimmerian a 1 1 & 1 0 00274373 +cinematic a 1 2 \ + 1 1 02696795 +cinerary a 1 1 \ 1 0 02951184 +cinnabar a 1 1 & 1 0 00385188 +cinnamon-colored a 1 1 & 1 0 00396958 +cinnamon-coloured a 1 1 & 1 0 00396958 +cinnamon-red a 1 1 & 1 0 00397108 +cinnamon-scented a 1 1 & 1 0 01056242 +cinnamon_colored a 1 1 & 1 0 00396958 +cinnamon_coloured a 1 1 & 1 0 00396958 +circadian a 1 1 \ 1 0 02978635 +circinate a 1 1 & 1 0 02044860 +circuitous a 2 1 & 2 0 00767349 00763013 +circular a 2 3 & ^ + 2 1 02040652 00676271 +circular-knit a 1 1 & 1 0 02254546 +circulating a 1 1 & 1 0 00666960 +circulative a 1 2 \ + 1 0 02951565 +circulatory a 2 1 \ 2 0 02951565 02951306 +circumboreal a 1 1 & 1 0 01604453 +circumferent a 1 2 & + 1 0 00449332 +circumferential a 1 2 & + 1 0 00331716 +circumlocutious a 1 2 & + 1 0 00767626 +circumlocutory a 1 1 & 1 0 00767626 +circumpolar a 2 1 & 2 0 02515808 02444375 +circumscribed a 1 1 & 1 0 02002470 +circumspect a 1 1 & 1 1 01898490 +circumstantial a 1 2 & + 1 0 01103676 +cisalpine a 1 1 & 1 0 00410268 +cislunar a 1 1 \ 1 0 02757446 +cismontane a 1 2 ! & 1 0 00410078 +cissy a 1 1 & 1 0 01476325 +citified a 1 1 & 1 0 02052603 +citric a 1 1 \ 1 0 03054978 +citrous a 2 2 \ + 2 0 03055237 03055059 +city-born a 1 1 & 1 0 02052603 +city-bred a 1 1 & 1 0 02052603 +city-like a 1 1 & 1 0 02052757 +cityfied a 1 1 & 1 0 02052603 +citywide a 1 1 & 1 0 00526696 +civic a 2 1 \ 2 1 02697329 02696920 +civil a 6 5 ! & \ = + 6 2 01518161 00642379 02697116 02696920 00642934 00412355 +civil-libertarian a 1 2 & + 1 0 00575520 +civilian a 1 3 ! & + 1 1 01517921 +civilised a 2 2 & ^ 2 0 00411886 01947741 +civilized a 2 3 ! & ^ 2 1 00411886 01947741 +cl a 1 1 & 1 0 02197364 +clad a 2 2 & ^ 2 1 00453726 02155233 +clairvoyant a 2 2 & + 2 0 02109012 01882474 +clamant a 2 1 & 2 0 01920367 00712877 +clamatorial a 1 2 \ + 1 0 02697677 +clammy a 1 2 & + 1 1 02548619 +clamorous a 1 2 & + 1 1 01920367 +clandestine a 1 1 & 1 1 01706465 +clanging a 1 1 & 1 1 01920834 +clangorous a 1 2 & + 1 0 01920834 +clanking a 1 1 & 1 1 01921011 +clannish a 2 2 & + 2 1 02111981 01858740 +clapped_out a 1 2 & ; 1 0 02581365 +clarifying a 1 1 & 1 0 01323815 +clarion a 1 1 & 1 0 01453381 +clashing a 1 1 & 1 0 00508592 +class-conscious a 1 1 & 1 0 01203703 +classic a 3 2 & ; 3 1 02295098 00413622 00413861 +classical a 5 4 ! & \ ; 5 2 00413622 02295098 02698145 02298152 00413861 +classicistic a 1 2 \ + 1 0 02919986 +classifiable a 1 1 & 1 0 01272718 +classificatory a 1 2 \ + 1 1 03018802 +classified a 2 2 ! & 2 1 00414709 00415228 +classless a 1 1 & 1 1 00715677 +classy a 1 3 & + ; 1 0 00975778 +clastic a 2 3 & + ; 2 0 01332070 00162248 +clathrate a 2 2 & ; 2 0 02006538 01657562 +clattery a 1 1 & 1 0 01921171 +clausal a 1 2 \ + 1 0 02936971 +claustrophobic a 2 1 & 2 0 00558612 00079356 +claw-shaped a 1 1 & 1 0 02146159 +clawed a 2 1 & 2 0 02489961 00145883 +clawlike a 1 1 & 1 0 02490098 +clayey a 2 1 & 2 0 00142270 00502487 +clean a 18 6 ! & ^ = + ; 18 5 00417413 01914108 01906464 01906320 01749915 00427331 00426347 00424008 02116473 01548808 01404898 01087093 00956733 00749947 00522101 00143294 00061664 00047653 +clean-burning a 1 1 & 1 0 01098678 +clean-cut a 2 1 & 2 0 02423073 00780011 +clean-handed a 1 2 & ^ 1 0 01319874 +clean-limbed a 1 1 & 1 0 02139563 +clean-living a 1 1 & 1 0 01548808 +clean-shaven a 1 1 & 1 1 02153705 +cleanable a 1 1 & 1 0 00417898 +cleanly a 1 2 & + 1 0 00417978 +cleansing a 2 1 & 2 1 02117866 02116304 +clear a 17 6 ! & ^ = + ; 17 9 00428404 00435190 01622505 00431447 01062938 02459667 01906464 00869253 00780011 00697923 00460735 01914108 01750073 01582598 01405047 01320184 00771616 +clear-cut a 3 2 & + 3 1 00429016 01290028 00780011 +clear-eyed a 1 1 & 1 0 00771803 +clear-sighted a 2 1 & 2 0 02158646 00771803 +clear-thinking a 1 1 & 1 0 00435013 +cleared a 2 3 ! & ^ 2 1 01289701 01320184 +clearheaded a 1 2 ! & 1 1 00435013 +cleavable a 1 1 & 1 0 00784922 +cleft a 1 1 & 1 0 02172255 +cleistogamic a 1 1 \ 1 0 02697781 +cleistogamous a 1 1 \ 1 0 02697781 +clement a 2 4 ! & ^ + 2 0 00438166 00437539 +clenched a 1 1 & 1 0 01447781 +clerical a 3 3 & \ + 3 2 02698031 02697911 02556229 +clever a 3 2 & + 3 2 00439252 01334958 00061885 +cliched a 1 1 & 1 0 01689442 +client-server a 1 1 \ 1 0 02885370 +cliff-hanging a 1 1 & 1 0 02405805 +climactic a 1 2 ! + 1 0 02487718 +climatic a 1 2 \ + 1 0 03055374 +climatical a 1 2 \ + 1 0 03055374 +climbable a 2 1 & 2 0 02083391 01725031 +clinched a 1 1 & 1 1 01447781 +clincher-built a 1 1 ; 1 0 00316827 +clinical a 2 3 & \ + 2 2 02885529 01615460 +clinker-built a 1 2 ! ; 1 0 00316827 +clinking a 1 1 & 1 0 02009880 +clinquant a 1 1 & 1 0 00057737 +clip-on a 1 1 & 1 0 00161878 +clipped a 2 1 & 2 0 02454885 01442974 +cliquish a 1 2 & + 1 0 01858740 +clitoral a 1 2 \ + 1 0 02840328 +clitoric a 1 2 \ + 1 0 02840328 +cloak-and-dagger a 1 1 & 1 0 01706465 +cloaked a 2 1 & 2 0 01707230 01695505 +clockwise a 1 3 ! & ^ 1 1 00441781 +cloddish a 1 1 & 1 0 00440489 +clogged a 3 1 & 3 1 02415764 01621268 00868448 +clogging a 1 1 & 1 1 01764351 +cloggy a 1 1 & 1 0 00502487 +cloisonne a 1 2 & + 1 0 00057566 +cloistered a 2 1 & 2 0 02578894 01859055 +cloistral a 1 2 & + 1 0 02578894 +clonal a 1 1 \ 1 0 02698301 +clonic a 1 3 \ + ; 1 1 02817113 +close a 15 4 ! & = + 15 7 00446921 00451510 00444519 00309945 00022219 00890622 00558738 02509484 02232739 02000298 01859368 01447937 01436567 01113225 00501004 +close-fitting a 1 1 & 1 0 01447937 +close-grained a 1 1 & 1 0 02232869 +close-hauled a 1 2 & ; 1 0 00448777 +close-knit a 1 1 & 1 0 00452407 +close-minded a 1 1 & 1 0 00287962 +close-packed a 1 1 & 1 1 00502646 +close-set a 1 1 & 1 0 00448924 +close_at_hand a 2 1 & 2 1 00448644 00448314 +close_set a 1 1 & 1 0 00448924 +close_together a 1 1 & 1 0 00448130 +closed a 9 4 ! & ^ ; 9 5 01653538 01660135 01652782 01655162 02474377 02256659 02002580 01986349 01657760 +closed-captioned a 1 2 < ; 1 0 03154986 +closed-chain a 1 1 & 1 0 00676855 +closed-circuit a 1 1 \ 1 0 02698379 +closed-door a 1 1 & 1 0 01859466 +closed-minded a 1 1 & 1 0 00287962 +closed-ring a 1 1 & 1 0 00676855 +closed_in a 1 1 & 1 0 01657760 +closefisted a 1 1 & 1 0 01113505 +closelipped a 1 1 & 1 0 00501004 +closely-held a 1 1 & 1 0 00360442 +closely_knit a 1 1 & 1 1 00452407 +closemouthed a 1 1 & 1 0 00501004 +closing a 1 2 ! & 1 1 01010025 +clothed a 2 3 ! & ^ 2 1 00453726 01695505 +clothesless a 1 1 & 1 0 00459102 +clotted a 1 1 & 1 1 02415764 +cloud-covered a 1 1 & 1 0 00461971 +clouded a 4 1 & 4 2 02457015 00461971 00436544 00430545 +cloudless a 1 2 & + 1 0 00460946 +cloudlike a 1 1 & 1 0 00462129 +cloudy a 3 4 ! & + ; 3 1 00781974 00461311 00433529 +clove-scented a 1 1 & 1 0 01056325 +cloven a 1 1 & 1 0 02480747 +cloven-footed a 1 1 \ 1 0 02698514 +cloven-hoofed a 1 1 \ 1 0 02698514 +clownish a 1 1 & 1 0 01265108 +clownlike a 1 1 & 1 0 01265108 +cloying a 1 1 & 1 0 02368566 +cloze a 1 1 \ 1 0 02698663 +club-shaped a 2 1 & 2 0 02146347 02146235 +clubable a 1 2 & ; 1 0 02257601 +clubbable a 1 2 & ; 1 0 02257601 +clubbish a 1 1 & 1 0 02257731 +clubby a 2 2 & + 2 0 02257731 01858740 +clubfooted a 1 1 & 1 0 02141209 +clueless a 1 1 & 1 0 01308736 +clumsy a 4 2 & + 4 2 01140896 01001180 02564023 02229324 +clunky a 2 2 & + 2 0 01140896 00174056 +clustered a 2 2 & ; 2 0 02253536 00467019 +cluttered a 1 1 & 1 1 02424949 +clv a 1 1 & 1 0 02197476 +clx a 1 1 & 1 0 02197595 +clxv a 1 1 & 1 0 02197708 +clxx a 1 1 & 1 0 02197828 +clxxv a 1 1 & 1 0 02197944 +clxxx a 1 1 & 1 0 02198069 +co-ed a 1 1 & 1 0 01326415 +co-occurrent a 1 2 & + 1 0 02378496 +co-ordinated a 3 1 & 3 0 01486704 01328229 00062152 +co-referent a 1 0 1 0 02704005 +coagulable a 1 1 & 1 0 02415938 +coagulate a 1 1 & 1 0 02416036 +coagulated a 2 1 & 2 0 02416036 02260382 +coal-black a 1 1 & 1 1 00388849 +coal-burning a 1 1 & 1 0 01098826 +coal-fired a 1 1 & 1 0 01098826 +coalesced a 1 1 & 1 0 02476637 +coalescent a 1 2 & + 1 0 02476870 +coalescing a 1 1 & 1 0 02476870 +coarctate a 1 1 & 1 0 01657867 +coarse a 3 5 ! & ^ = + 3 2 02230990 01950198 02346557 +coarse-furred a 1 1 & 1 0 00213071 +coarse-grained a 2 1 & 2 0 02231502 02231355 +coarse-haired a 1 1 & 1 0 00213071 +coarse-textured a 1 1 & 1 0 02243086 +coarsened a 1 1 & 1 1 02346785 +coastal a 2 4 ! & \ + 2 2 02698782 00462909 +coastwise a 1 1 & 1 0 00463162 +coated a 2 2 ! & 2 1 01699095 00455405 +coaxal a 1 1 & 1 0 00543117 +coaxial a 1 1 & 1 1 00543117 +coaxing a 1 1 & 1 1 01770177 +cobwebby a 2 2 & + 2 0 02413390 00421308 +coccal a 1 2 \ + 1 0 02698898 +coccoid a 1 1 & 1 0 02042078 +coccygeal a 1 2 \ + 1 0 02699011 +cochlear a 1 1 \ 1 0 03014655 +cock-a-hoop a 1 1 & 1 0 01890752 +cockamamie a 1 2 & ; 1 0 02571536 +cockamamy a 1 2 & ; 1 0 02571536 +cockeyed a 3 2 & ; 3 1 02312450 02570643 00798103 +cockney a 2 2 \ + 2 0 03055658 03055543 +cocksure a 1 2 & + 1 0 00339288 +cocky a 1 2 & + 1 1 00156440 +cod a 1 1 & 1 0 00136727 +codified a 1 1 & 1 0 02286790 +coeducational a 1 1 & 1 0 01326415 +coeliac a 1 1 \ 1 0 03008885 +coenobitic a 1 2 \ + 1 0 02686630 +coenobitical a 1 2 \ + 1 0 02686630 +coequal a 1 1 & 1 0 00890781 +coercive a 1 2 & + 1 0 01826327 +coetaneous a 1 1 & 1 0 02378191 +coeval a 1 2 & + 1 0 02378191 +coexistent a 1 2 & + 1 1 02378347 +coexisting a 1 1 & 1 0 02378347 +coextensive a 1 1 & 1 0 00481463 +cogent a 1 2 & + 1 0 01770392 +cogged a 1 1 & 1 0 02438749 +cogitable a 1 1 & 1 0 02418093 +cogitative a 2 3 & \ + 2 0 02898433 02419933 +cognate a 3 3 & + ; 3 1 01973969 01973823 01971846 +cognisable a 1 0 1 0 01374582 +cognisant a 1 4 & ^ = + 1 0 00190115 +cognitive a 1 2 \ + 1 0 02898584 +cognizable a 1 0 1 0 01374582 +cognizant a 1 4 & ^ = + 1 0 00190115 +cognoscible a 1 0 1 0 01374582 +coherent a 4 5 ! & ^ + ; 4 2 00464513 01925708 00328528 00053384 +cohesive a 2 2 & + 2 1 00053564 02477047 +coiled a 1 2 ! & 1 0 02317327 +coiling a 1 1 & 1 0 02317598 +coin-operated a 1 1 \ 1 0 02699121 +coincident a 2 2 & + 2 0 02378496 00561757 +coincidental a 1 1 & 1 0 02378496 +coinciding a 1 1 & 1 0 02378496 +coital a 1 2 \ + 1 0 02887741 +cold a 13 5 ! & ^ = + 13 3 01251128 01257612 01069454 02532398 01750256 01689580 01510914 01466775 01263971 00887317 00572060 00442827 00096815 +cold-blooded a 2 3 ! & ; 2 1 01263971 02532898 +cold-eyed a 1 1 & 1 0 01723648 +cold-temperate a 1 1 & 1 0 02402846 +cold_sober a 1 1 & 1 1 00799716 +coldhearted a 1 4 ! & ^ + 1 0 02533540 +coleridgean a 1 2 \ + 1 0 03029801 +coleridgian a 1 2 \ + 1 0 03029801 +colicky a 1 2 & + 1 0 01175741 +collaborative a 1 2 & + 1 0 00620208 +collagenic a 1 2 \ + 1 0 02699289 +collagenous a 1 2 \ + 1 0 02699289 +collapsable a 1 1 & 1 0 00465737 +collapsible a 1 3 ! & + 1 1 00465737 +collarless a 1 1 \ 1 0 02699451 +collateral a 4 4 ! & ^ + 4 0 01417228 02355521 01854420 01718609 +collect a 1 1 & 1 0 00136727 +collectable a 1 1 & 1 0 00136884 +collected a 2 3 ! & < 2 0 03147919 00530354 +collectible a 1 2 & + 1 0 00136884 +collective a 3 3 ! & ^ 3 1 02112701 00466808 00298293 +collectivised a 2 1 & 2 0 00467564 00298507 +collectivist a 1 2 & + 1 0 00298507 +collectivistic a 1 2 & + 1 0 00298507 +collectivized a 2 1 & 2 0 00467564 00298507 +collegial a 2 2 \ + 2 0 02699792 02699524 +collegiate a 1 1 \ 1 1 02699524 +collinear a 1 1 & 1 0 00658513 +colloidal a 1 2 \ + 1 1 02903946 +colloquial a 1 1 & 1 1 01045963 +collusive a 1 2 & + 1 0 01707084 +colombian a 1 2 \ + 1 1 02967618 +colonial a 3 4 & \ + ; 3 1 02700029 02700199 02177397 +colonic a 1 2 \ + 1 0 02700317 +colonised a 1 1 & 1 0 01311605 +colonized a 1 1 & 1 0 01311605 +colonnaded a 1 1 & 1 0 00141316 +color a 1 2 ! ; 1 1 00394135 +color-blind a 2 2 & + 2 0 02159453 00286470 +colorectal a 1 1 \ 1 0 02700434 +colored a 4 4 ! & = + 4 2 00394562 00242575 01723091 01572171 +colorfast a 1 1 & 1 0 01774376 +colorful a 3 4 ! & ^ = 3 2 00402419 00406867 00394562 +colorimetric a 1 2 \ + 1 0 02700615 +colorimetrical a 1 2 \ + 1 0 02700615 +colorless a 2 5 ! & ^ = + 2 0 00408031 00404202 +colossal a 1 2 & + 1 1 01384730 +colour a 1 1 ; 1 1 00394135 +colour-blind a 2 2 & + 2 0 02159453 00286470 +coloured a 4 2 & = 4 0 00394562 01723091 01572171 00242575 +colourful a 2 4 ! & ^ = 2 0 00406867 00402419 +colourless a 2 5 ! & ^ = + 2 0 00408031 00404202 +coltish a 1 1 & 1 0 02122132 +columbian a 1 2 \ + 1 0 03029984 +columnar a 2 2 & + 2 0 00141111 00140989 +columned a 1 3 ! & ; 1 1 00140542 +columniform a 1 1 & 1 0 00141111 +columnlike a 1 1 & 1 1 00141111 +comal a 1 3 & + ; 1 0 00213172 +comate a 2 2 & ; 2 0 00654394 00213172 +comatose a 2 3 & \ + 2 0 02844578 00572202 +comb-like a 1 1 \ 1 0 02707283 +combat-ready a 1 2 & ; 1 0 01660444 +combatant a 1 2 & + 1 1 01517632 +combative a 3 2 & + 3 0 00603804 00512769 00082766 +combed a 1 1 ! 1 0 02429066 +combinable a 1 1 & 1 1 00472694 +combinational a 1 1 & 1 0 00472694 +combinative a 2 4 ! & ^ + 2 0 00472336 01331244 +combinatorial a 2 3 & + ; 2 0 01331244 00472534 +combinatory a 3 2 & ^ 3 0 00472336 01331244 00472694 +combined a 1 2 ! & 1 1 01329830 +comburant a 1 1 & 1 0 00473502 +comburent a 1 1 & 1 0 00473502 +combustible a 1 3 ! & + 1 0 00472992 +combustive a 1 2 & + 1 0 00473502 +come-at-able a 2 2 & ; 2 0 01822153 00019505 +comely a 2 2 & + 2 0 01878870 00218440 +comestible a 1 3 & ^ + 1 0 00828779 +comet-like a 1 1 & 1 0 02299673 +cometary a 1 2 \ + 1 1 02980696 +cometic a 1 2 \ + 1 0 02980696 +comfortable a 5 6 ! & ^ = + ; 5 2 00476819 00479330 02563194 02336338 02022556 +comforted a 1 1 & 1 1 00479783 +comforting a 2 1 & 2 2 02081563 00197319 +comfortless a 1 1 & 1 0 00478590 +comfy a 1 3 & = ; 1 0 00476819 +comic a 2 4 & \ + ; 2 2 01265308 02973392 +comical a 1 2 & + 1 0 01265308 +coming a 1 1 & 1 1 01732601 +commanding a 1 1 & 1 1 01205232 +comme_il_faut a 1 1 & 1 0 01878870 +commemorating a 1 1 \ 1 0 03055809 +commemorative a 1 2 \ + 1 0 03055809 +commendable a 1 1 & 1 1 02585545 +commensal a 1 3 \ + ; 1 0 02700792 +commensurable a 1 1 & 1 0 00481592 +commensurate a 1 4 ! & ^ + 1 1 00481222 +commercial a 3 5 ! & \ = + 3 2 00483146 03137558 02346878 +commercial-grade a 1 1 & 1 0 02346878 +commercialised a 1 1 & 1 0 00483481 +commercialized a 1 1 & 1 0 00483481 +comminatory a 1 2 & + 1 0 00924635 +commiserative a 1 2 & + 1 0 02375312 +commissioned a 2 2 ! & 2 0 00485431 00178811 +committed a 2 4 ! & ^ + 2 1 00518164 00157925 +commodious a 1 4 ! & + ; 1 0 00475996 +common a 9 5 ! & ^ = + 9 6 00492677 00485711 02152473 00970610 01046226 01593079 02346557 01950198 01673815 +common-law a 1 1 & 1 0 02287175 +common_or_garden a 1 2 & ; 1 0 00970803 +commonplace a 3 2 & + 3 2 01673946 00922840 01688757 +commonsense a 1 1 & 1 1 01943746 +commonsensible a 1 1 & 1 0 01943746 +commonsensical a 1 2 & + 1 0 01943746 +communal a 2 3 & \ + 2 2 00493012 02700918 +communicable a 2 1 & 2 0 01303042 00496569 +communicational a 1 2 & + 1 1 00496670 +communicative a 2 5 ! & ^ \ + 2 1 02956371 00494907 +communicatory a 1 3 & ^ + 1 0 00494907 +communist a 1 1 \ 1 1 02874876 +communistic a 1 2 \ + 1 1 02874876 +commutable a 2 3 ! & + 2 0 00348198 00917768 +commutative a 1 3 & + ; 1 0 00728826 +comose a 2 2 & ; 2 0 00654394 00213172 +compact a 3 4 ! & ^ + 3 1 00502180 02387413 00547317 +companionable a 1 2 & + 1 0 02257856 +companionate a 1 1 & 1 0 01075742 +comparable a 2 4 ! & ^ + 2 2 00503982 02063554 +comparable_to a 1 1 & 1 1 00504431 +comparable_with a 1 1 & 1 1 00504172 +comparative a 2 3 & \ + 2 1 02990954 00006032 +compartmental a 1 2 & + 1 0 00329034 +compartmentalised a 1 1 & 1 0 00329034 +compartmentalized a 1 1 & 1 0 00329034 +compartmented a 1 2 ! & 1 0 00328798 +compassionate a 1 4 ! & ^ + 1 0 00506299 +compatible a 3 5 ! & ^ + ; 3 1 00507464 00509039 00509576 +compelling a 2 1 & 2 0 01826477 01770591 +compendious a 1 2 & + 1 0 00547317 +compensable a 1 1 & 1 0 01708663 +compensated a 1 1 & 1 0 01708898 +competent a 3 4 ! & ^ + 3 2 00510050 00051571 00512130 +competitive a 3 3 ! & + 3 3 00512487 00297755 00083003 +competitory a 1 2 & + 1 0 00512487 +complacent a 1 2 & + 1 0 00589067 +complaining a 1 2 ! & 1 0 00513799 +complaintive a 1 1 & 1 0 00513799 +complaisant a 1 2 & + 1 0 00021110 +complemental a 1 2 & + 1 0 00049016 +complementary a 2 2 & + 2 0 02381963 00049016 +complete a 5 5 ! & ^ = + 5 2 00520214 01750386 02226028 01520091 01003277 +completed a 3 2 & ; 3 1 00521329 00551950 00522240 +completing a 1 1 & 1 0 00049016 +complex a 1 5 ! & ^ = + 1 1 02176178 +compliant a 1 4 ! & ^ + 1 0 00696518 +complicated a 1 2 & + 1 1 02177584 +complimentary a 2 4 ! & ^ + 2 1 00905905 01710260 +compos_mentis a 1 1 & 1 0 02073678 +composed a 1 3 ! & ^ 1 1 00529266 +composite a 2 4 & \ + ; 2 1 02177755 02701099 +compositional a 1 1 & 1 0 01331459 +compound a 3 5 ! & ^ + ; 3 0 02171024 02177872 02177397 +compounded a 1 1 & 1 0 01330008 +comprehended a 1 1 & 1 0 01378429 +comprehendible a 1 3 & ^ + 1 0 00532892 +comprehensible a 1 4 ! & ^ + 1 0 00532892 +comprehensive a 2 5 ! & ^ = + 2 1 00525453 01863970 +compressed a 3 2 & ; 3 2 01655538 00514613 02413037 +compressible a 2 3 ! & + 2 0 00514396 01153435 +compromising a 2 2 ! & 2 1 01026262 02523867 +compulsive a 2 2 & + 2 1 01583659 00104699 +compulsory a 1 1 & 1 0 00848466 +computable a 1 1 & 1 0 00301432 +computational a 1 2 \ + 1 0 02907473 +computer_readable a 1 1 ; 1 0 02902214 +comradely a 1 2 & + 1 0 01075864 +con_brio a 1 2 & ; 1 0 02279523 +concave a 1 4 ! & ^ + 1 1 00535452 +concavo-concave a 1 1 & 1 0 00536008 +concavo-convex a 1 1 & 1 0 00536416 +concealed a 2 3 ! & ^ 2 2 02517817 02088404 +concealing a 1 1 ! 1 0 02091020 +conceited a 1 1 & 1 0 01891773 +conceivable a 1 2 & + 1 1 02418249 +concentrated a 5 3 ! & ^ 5 3 00538565 00757001 01511031 01157762 00757923 +concentric a 1 3 ! & + 1 0 00542953 +concentrical a 1 1 & 1 0 00542953 +conceptional a 1 2 & + 1 0 00012071 +conceptive a 1 2 & + 1 0 01001945 +conceptual a 1 2 & + 1 1 00012362 +conceptualistic a 1 2 \ + 1 0 02701253 +concerned a 3 3 ! & ^ 3 2 00543603 01515692 01516346 +concerted a 1 1 & 1 1 02112108 +concessive a 1 2 \ + 1 0 03056010 +conciliable a 1 1 & 1 0 01784946 +conciliative a 1 2 & + 1 0 00759551 +conciliatory a 2 3 ! & + 2 1 01026262 00759551 +concise a 1 5 ! & ^ = + 1 1 00546646 +concluded a 1 1 & 1 0 01003277 +concluding a 1 1 & 1 1 01010271 +conclusive a 1 5 ! & ^ = + 1 1 00550282 +concomitant a 1 2 & + 1 0 00122844 +concordant a 2 2 & + 2 1 00577122 00553478 +concrete a 2 5 ! & ^ = + 2 1 00013160 02260477 +concretistic a 1 2 \ + 1 1 02701377 +concupiscent a 1 2 & + 1 0 01727133 +concurrent a 1 2 & + 1 1 02378496 +concurring a 1 1 & 1 0 00553478 +condemnable a 1 1 & 1 0 02035765 +condemnatory a 1 2 & + 1 1 00924791 +condemning a 1 1 & 1 0 00924791 +condescending a 1 2 & + 1 1 02338917 +condign a 1 1 & 1 0 01371258 +conditional a 2 4 ! & ^ + 2 1 01913413 00555325 +conditioned a 2 3 ! & ; 2 0 01637032 01017600 +condolent a 1 2 & + 1 0 02375491 +conducive a 1 2 & + 1 0 00323426 +conductive a 1 3 ! & + 1 0 00557813 +condylar a 1 2 \ + 1 0 02701548 +cone-bearing a 1 1 & 1 0 00913720 +cone-shaped a 1 1 \ 1 0 02844728 +conelike a 1 1 \ 1 0 02844728 +confederate a 2 2 & + 2 1 01606942 02476485 +confederative a 1 2 & + 1 0 02476485 +confident a 3 4 ! & = + 3 1 00338817 00337172 00306909 +confidential a 4 2 & + 4 1 01859801 01859571 00452605 00415696 +confiding a 1 1 & 1 1 02462883 +configurational a 1 1 \ 1 0 02701662 +configured a 1 1 & 1 0 01670524 +confined a 3 3 ! & ^ 3 0 01356283 00558373 01065126 +confining a 2 1 & 2 1 02004023 00558738 +confirmable a 1 1 & 1 0 00859453 +confirmative a 1 2 & + 1 0 02355521 +confirmatory a 1 2 & + 1 0 02355521 +confirmed a 2 2 ! & 2 2 00347571 01634495 +confirming a 2 2 & ; 2 0 01820481 02355521 +confiscate a 1 1 & 1 0 01452385 +conflicting a 2 1 & 2 1 00578234 01662912 +confluent a 1 2 & + 1 1 00612383 +conformable a 3 1 & 3 0 01612878 00696828 00577122 +conforming a 1 2 & ; 1 0 01690448 +conformist a 2 3 ! & ; 2 0 00610057 01690448 +confounded a 1 1 & 1 0 01766133 +confounding a 1 1 & 1 0 02356579 +confrontational a 1 2 \ + 1 0 02701775 +confucian a 1 2 \ + 1 0 02924600 +confusable a 1 1 & 1 0 02072341 +confused a 5 4 ! & ^ + 5 5 01766133 00465221 01684133 01669246 00435492 +confusing a 2 1 & 2 2 01685706 00430756 +confutable a 1 1 & 1 0 00721371 +confutative a 1 2 & + 1 0 00721371 +congealed a 1 1 & 1 0 02260570 +congeneric a 1 1 \ 1 0 02989167 +congenerical a 1 1 \ 1 0 02989167 +congenerous a 1 1 \ 1 0 02989167 +congenial a 2 4 ! & ^ + 2 0 00560586 00507789 +congenital a 1 1 & 1 1 01315844 +congested a 1 1 & 1 1 01084486 +congestive a 1 2 \ + 1 1 03007354 +conglomerate a 1 2 & + 1 0 01330114 +congolese a 1 2 \ + 1 0 03056115 +congratulatory a 1 2 & + 1 1 01000093 +congregational a 2 2 \ ; 2 1 02701922 02954799 +congregationalist a 1 2 \ ; 1 0 02954799 +congressional a 1 1 \ 1 1 02981648 +congruent a 2 5 ! & ^ + ; 2 0 00562116 00561600 +congruous a 2 4 ! & ^ + 2 0 00562116 00507912 +conic a 1 2 \ + 1 0 02844728 +conical a 1 2 \ + 1 0 02844728 +coniferous a 1 2 & + 1 0 00913720 +conjectural a 1 2 & + 1 0 00861216 +conjoined a 1 1 & 1 1 02112455 +conjoint a 1 1 & 1 0 02112455 +conjugal a 1 1 \ 1 1 02872066 +conjugate a 4 2 & ; 4 0 02477211 02172377 01059252 01059058 +conjugated a 3 2 & ; 3 1 01059252 02477211 01059058 +conjunct a 3 3 ! & ; 3 0 00565799 02477335 02112108 +conjunctival a 1 2 \ + 1 0 02702099 +conjunctive a 2 3 ! & + 2 0 00563648 02112108 +connate a 2 3 ! & ; 2 0 02483540 01973969 +connatural a 2 1 & 2 0 02072537 01034153 +connected a 5 4 ! & = + 5 2 01973311 00566099 02568884 01651346 01650581 +connective a 1 2 & + 1 1 00563980 +conniving a 2 1 & 2 0 01707084 01155603 +connotational a 1 2 & + 1 0 00723395 +connotative a 1 3 ! & ^ 1 0 00723163 +connotative_of a 1 1 & 1 0 00723395 +connubial a 1 1 \ 1 0 02872066 +conquerable a 2 3 ! & ^ 2 0 00569090 02357006 +consanguine a 1 2 & + 1 0 01971846 +consanguineal a 1 1 & 1 0 01971846 +consanguineous a 1 1 & 1 0 01971846 +conscience-smitten a 1 1 & 1 0 01322236 +conscienceless a 1 1 & 1 0 02086472 +conscientious a 2 3 ! & + 2 1 00310138 02086115 +conscionable a 1 1 & 1 0 01370053 +conscious a 3 4 ! & ^ + 3 3 01337767 00570590 00190960 +consecrate a 1 2 & ^ 1 0 00573225 +consecrated a 2 3 ! & ^ 2 0 00573225 02054310 +consecutive a 3 1 & 3 1 00127543 01667729 00596511 +consensual a 1 3 & + ; 1 0 00553594 +consentaneous a 1 2 & + 1 0 00553732 +consentient a 1 1 & 1 0 00553732 +consenting a 1 1 & 1 0 02565327 +consequent a 1 2 & + 1 1 00122844 +consequential a 1 2 & + 1 0 01277753 +conservative a 5 4 ! & ^ = 5 3 00574422 02030312 01532149 00607656 00260780 +conserved a 1 1 & 1 0 00737432 +considerable a 1 3 ! & ^ 1 1 00624026 +considerate a 1 4 ! & ^ + 1 1 00638981 +considered a 1 1 & 1 0 00068180 +consistent a 4 4 ! & ^ + 4 1 00576680 01867996 00464513 01200095 +consolable a 1 2 ! + 1 0 01232204 +consolatory a 1 2 & + 1 0 00197319 +consolidated a 2 1 & 2 1 02476637 00502730 +consolidative a 2 2 & + 2 0 01331540 00334940 +consoling a 1 1 & 1 1 00197319 +consonant a 2 2 & + 2 0 01163320 00577122 +consonantal a 2 3 ! \ + 2 1 02287636 02702209 +conspecific a 1 1 \ 1 0 02989459 +conspicuous a 2 5 ! & ^ = + 2 1 00579084 02090567 +conspirative a 1 2 \ + 1 0 02919275 +conspiratorial a 1 2 \ + 1 0 02919275 +constant a 3 5 ! & ^ = + 3 2 02506029 00583239 00595299 +constipated a 1 2 ! & 1 0 00638253 +constituent a 1 2 & + 1 0 00901345 +constituted a 1 1 & 1 0 01635146 +constitutional a 4 3 ! & \ 4 0 02702332 00179925 01348528 00901345 +constitutive a 1 1 & 1 0 00901345 +constrained a 1 1 & 1 0 00073761 +constraining a 1 1 & 1 1 02004023 +constricted a 2 3 ! & ; 2 1 02405038 01448456 +constricting a 1 1 & 1 0 02562235 +constrictive a 2 1 & 2 0 02562235 02004023 +constructive a 2 4 ! & ^ + 2 1 00584820 01818077 +constructive-metabolic a 1 1 & 1 0 00107868 +consubstantial a 1 3 \ + ; 1 0 02702473 +consular a 1 2 \ + 1 0 03056304 +consultative a 1 2 & + 1 0 01304802 +consultatory a 1 2 & + 1 0 01304802 +consultive a 1 2 & + 1 0 01304802 +consumable a 1 2 & + 1 0 00932829 +consuming a 1 1 & 1 0 01511152 +consummate a 3 1 & 3 0 02226979 01750386 01520091 +consummated a 1 2 ! & 1 1 00551806 +consumptive a 2 3 ! & + 2 1 01867502 02543436 +contagious a 2 2 & + 2 0 01303298 01303042 +contained a 1 1 & 1 0 00599005 +contaminated a 2 2 ! & 2 0 01909491 01908889 +contaminating a 2 1 & 2 0 00426608 01303449 +contaminative a 1 2 & + 1 0 02114483 +contemplative a 1 2 & + 1 1 02419434 +contemporaneous a 2 2 & + 2 0 02378872 02378191 +contemporary a 3 1 & 3 3 01536094 00667079 02378872 +contemptible a 1 4 ! & ^ + 1 1 00904548 +contemptuous a 1 2 & + 1 1 01995288 +content a 1 3 & ^ + 1 0 00588797 +contented a 1 4 ! & ^ + 1 1 00588797 +contentious a 2 2 & + 2 0 00603804 00602293 +conterminous a 3 1 & 3 0 00566961 00566342 00481463 +contestable a 1 4 ! & ^ + 1 0 00590390 +contested a 1 2 ! < 1 0 03148333 +contextual a 1 2 \ + 1 0 03002190 +contiguous a 3 2 & + 3 1 00449079 00566961 00566342 +continent a 2 3 ! & + 2 0 00591817 00360950 +continent-wide a 1 1 & 1 0 01567203 +continental a 4 4 ! & \ + 4 1 02886263 02886406 02886090 01566916 +contingent a 3 2 & + 3 0 01822411 00555859 00341933 +contingent_on a 1 1 & 1 0 00555859 +contingent_upon a 1 1 & 1 0 00555859 +continual a 2 2 ! & 2 1 00592222 00595863 +continuant a 1 2 & + 1 0 01157179 +continued a 1 2 ! & 1 1 00597758 +continuing a 2 1 & 2 1 00597988 01438963 +continuous a 2 6 ! & ^ = + ; 2 2 00594413 00597424 +contorted a 1 1 & 1 0 02312719 +contraband a 1 2 & + 1 1 01402580 +contrabass a 1 1 & 1 0 01216145 +contraceptive a 1 1 & 1 0 01887819 +contraclockwise a 1 2 & ^ 1 0 00442057 +contractable a 1 1 & 1 0 01303042 +contracted a 1 2 ! & 1 0 00554478 +contractile a 1 2 & + 1 0 00554624 +contractual a 1 2 \ + 1 1 02702656 +contradictory a 4 2 & + 4 1 02382144 02356579 00578234 00508750 +contralateral a 1 1 ! 1 0 02591787 +contralto a 1 1 & 1 0 01215663 +contrapuntal a 2 2 \ ; 2 0 02855970 01544169 +contrarious a 1 1 & 1 0 02328012 +contrary a 4 2 & + 4 2 02065958 02382396 01613839 00995647 +contrary_to_fact a 1 1 & 1 0 00555709 +contrasting a 1 1 & 1 1 02066142 +contrastive a 3 3 & + ; 3 0 02382572 02066142 00564858 +contrasty a 1 3 ! + ; 1 0 01021923 +contributing a 1 1 & 1 1 00323426 +contributive a 1 2 & + 1 0 00323426 +contributory a 1 2 & + 1 1 00323426 +contrite a 1 2 & + 1 0 01743506 +contrived a 2 1 & 2 1 01797394 00073465 +controllable a 1 1 & 1 0 01474942 +controlled a 1 3 ! & ^ 1 1 00598679 +controlling a 1 1 & 1 0 00791944 +controversial a 1 3 ! & + 1 1 00601783 +contumacious a 1 2 & + 1 0 02330574 +contumelious a 1 2 & + 1 0 01995500 +convalescent a 1 2 & + 1 0 02543598 +convenient a 2 6 ! & ^ = + ; 2 1 00604617 00475996 +conventional a 7 6 ! & ^ = + ; 7 6 00605516 01690606 00610861 00607421 01980796 00611281 01042703 +conventionalised a 1 1 & 1 0 01572604 +conventionalized a 1 1 & 1 0 01572604 +conventual a 1 2 & + 1 0 02578894 +convergent a 1 4 ! & ^ + 1 0 00612114 +conversant a 1 2 & + 1 0 01307067 +conversational a 1 2 & + 1 1 01045963 +converse a 2 1 & 2 0 02382762 00201961 +converted a 1 1 & 1 0 01957177 +convertible a 3 4 ! & = + 3 0 00916706 01027988 00348537 +convex a 1 4 ! & ^ + 1 1 00537339 +convexo-concave a 1 1 & 1 0 00538017 +convexo-convex a 1 1 & 1 0 00537745 +conveyable a 1 2 & + 1 0 00093556 +convinced a 2 2 ! & 2 2 00337172 00338421 +convincible a 1 2 & + 1 0 02361848 +convincing a 1 3 ! & ^ 1 1 00614990 +convivial a 1 2 & + 1 1 02258002 +convolute a 1 2 & ; 1 0 02317800 +convoluted a 2 2 & ; 2 0 02317800 02176841 +convulsive a 2 2 & + 2 2 02303754 02511340 +cooccurring a 1 1 & 1 1 02378496 +cooked a 1 2 ! & 1 0 00615757 +cookie-cutter a 1 1 & 1 0 02063759 +cookie-sized a 1 1 & 1 0 02222773 +cool a 6 6 ! & ^ = + ; 6 2 02529945 00530772 02532200 02531422 01914250 00971660 +cool-white a 1 1 & 1 0 00387922 +coolheaded a 1 1 & 1 0 00530772 +cooperative a 3 4 ! & ^ + 3 2 02112108 00619972 00513388 +coordinate a 1 2 & + 1 1 00890874 +coordinated a 3 1 & 3 2 01328229 00062152 01486704 +coordinating a 1 2 ! ; 1 0 00552315 +coordinative a 1 1 ; 1 0 00552315 +copacetic a 1 1 & 1 0 02081672 +copasetic a 1 1 & 1 0 02081672 +copernican a 2 1 & 2 0 01277952 01119033 +copesetic a 1 1 & 1 0 02081672 +copesettic a 1 1 & 1 0 02081672 +copious a 2 2 & + 2 0 00014858 00014490 +coplanar a 1 1 & 1 0 00659181 +copper-bottomed a 1 1 & 1 0 02442604 +copper_colored a 1 1 & 1 0 00373493 +coppery a 1 2 & + 1 0 00373493 +coptic a 1 2 \ + 1 0 03056463 +copular a 1 2 \ + 1 0 02984491 +copulative a 1 3 & + ; 1 0 00563789 +copulatory a 1 2 \ + 1 0 02887741 +copyrighted a 1 2 & ; 1 0 01110470 +coquettish a 1 1 & 1 0 02131958 +coral a 1 2 & + 1 0 00373621 +coral-red a 1 1 & 1 0 00373731 +corbelled a 1 1 < 1 0 03148653 +cordate a 1 1 & 1 0 02167628 +corded a 1 1 & 1 0 02240275 +cordial a 3 2 & + 3 1 01075178 02531122 02179808 +cordiform a 1 1 & 1 0 02167628 +cordless a 1 1 \ 1 0 02703911 +coreferent a 1 2 & + 1 0 01974071 +coreferential a 1 2 \ + 1 0 02704005 +coriaceous a 1 1 & 1 0 02446070 +corinthian a 2 2 \ + 2 0 02845048 02704686 +corked a 1 1 & 1 0 01126683 +corking a 1 2 & ; 1 0 01123879 +corky a 1 2 & + 1 0 01126683 +cormose a 1 1 \ 1 0 02704120 +cormous a 1 2 \ + 1 0 02704120 +corn-fed a 2 1 & 2 0 02300413 00637172 +corneal a 1 2 \ + 1 0 02704245 +corned a 1 1 & 1 0 01072196 +corneous a 1 1 & 1 0 01151452 +cornered a 1 1 & 1 0 01064913 +cornish a 1 1 \ 1 0 02704344 +corny a 1 2 & + 1 0 01689223 +coronary a 1 2 \ + 1 0 02984607 +coroneted a 1 1 & 1 0 01591227 +corporal a 2 1 & 2 0 01778935 00630466 +corporate a 4 2 & \ 4 2 02984781 00630466 02112701 01670669 +corporatist a 1 1 \ 1 0 02984911 +corporeal a 2 5 ! & ^ = + 2 1 00629997 01778935 +corpulent a 1 2 & + 1 0 00987180 +corpuscular a 1 2 \ + 1 0 02984998 +correct a 4 5 ! & ^ = + 4 3 00631391 01879261 01879464 00633410 +correctable a 2 1 & 2 0 01759092 00635078 +corrected a 1 2 ! & 1 0 00634062 +correctional a 1 2 & + 1 0 01902703 +corrective a 2 2 & + 2 0 01300661 00232754 +correlate a 1 1 & 1 0 01974298 +correlated a 1 1 & 1 1 01974298 +correlational a 1 2 \ + 1 0 02704461 +correlative a 2 3 & + ; 2 0 01974298 01946267 +correspondent a 1 2 & + 1 0 02071973 +corresponding a 3 1 & 3 3 01974451 02072660 02063554 +corrigible a 1 3 ! & + 1 0 00634862 +corroborant a 1 2 & ; 1 0 01357206 +corroborative a 1 2 & + 1 0 02355521 +corroboratory a 1 2 & + 1 0 02355521 +corroded a 1 1 & 1 0 02275803 +corrosion-resistant a 1 1 & 1 0 01775034 +corrosive a 2 2 & + 2 1 00587376 02079732 +corrugated a 1 1 & 1 1 02244198 +corrupt a 4 5 ! & ^ = + 4 1 00620731 02319129 01752792 01070716 +corrupted a 2 1 & 2 0 01752792 00621100 +corruptible a 1 2 & + 1 0 00621207 +corrupting a 3 1 & 3 0 02097796 01611490 01303449 +corruptive a 1 2 & + 1 0 01132366 +corsican a 1 2 \ + 1 0 03025252 +cortical a 1 2 \ + 1 1 02974979 +corticifugal a 1 1 & 1 0 00334379 +corticipetal a 1 1 & 1 0 00333824 +cortico-hypothalamic a 1 1 \ 1 1 02982840 +corticoafferent a 1 1 & 1 0 00333824 +corticoefferent a 1 1 & 1 0 00334379 +corticofugal a 1 1 & 1 1 00334379 +coruscant a 1 2 & + 1 0 00279618 +corvine a 1 1 \ 1 0 02845158 +corymbose a 1 1 \ 1 0 02704611 +coseismal a 1 1 & 1 0 02292303 +coseismic a 1 1 & 1 0 02292303 +cosher a 1 2 & ; 1 0 00427644 +cosignatory a 1 1 & 1 0 02112891 +cosmetic a 2 1 & 2 0 01091234 00070111 +cosmic a 2 3 & \ + 2 1 02702807 01385663 +cosmogenic a 1 1 \ 1 0 02703438 +cosmogonic a 1 2 \ + 1 0 02703438 +cosmogonical a 1 2 \ + 1 0 02703438 +cosmologic a 2 2 \ + 2 0 02703438 02703001 +cosmological a 2 2 \ + 2 0 02703438 02703001 +cosmopolitan a 3 3 ! & ; 3 0 01106614 00635955 00527188 +cost-effective a 1 1 & 1 0 00840103 +cost-efficient a 1 1 & 1 0 00840103 +cost-plus a 1 1 & 1 1 00740767 +costa_rican a 1 2 \ + 1 0 03056693 +costal a 1 3 \ + ; 1 0 02704844 +costate a 2 2 & ; 2 0 02240379 02021664 +costive a 1 1 ! 1 0 00637751 +costless a 1 1 & 1 0 01710260 +costly a 2 2 & + 2 2 00933941 00933599 +costumed a 1 1 & 1 0 00455485 +cosy a 1 2 & + 1 0 00477284 +coterminous a 1 1 & 1 0 00481463 +cottony a 1 2 & + 1 0 01153595 +cottony-white a 1 1 & 1 0 00389035 +cotyloid a 1 1 & 1 0 00535844 +cotyloidal a 1 1 & 1 0 00535844 +couchant a 1 2 & ; 1 0 01238773 +countable a 1 2 & + 1 0 00301589 +counter a 1 1 & 1 1 01818680 +counteractive a 1 2 & + 1 0 00042837 +counterbalanced a 1 1 & 1 1 00893878 +counterclockwise a 1 3 ! & ^ 1 0 00442057 +counterfactual a 1 2 & + 1 0 00555709 +counterfeit a 1 3 ! & ^ 1 0 01116380 +counterinsurgent a 1 2 \ + 1 0 02845704 +counterintuitive a 1 1 & 1 0 01944904 +counterpoised a 1 1 & 1 0 00893878 +counterproductive a 1 1 & 1 0 01161877 +counterrevolutionary a 2 3 ! \ + 2 0 02845871 02015403 +countertenor a 1 1 & 1 0 01213961 +counterterror a 1 1 \ 1 0 02845996 +counterterrorist a 1 1 \ 1 0 02845996 +countless a 1 2 & + 1 1 00301951 +countrified a 1 1 & 1 0 02051616 +country-bred a 1 1 & 1 0 02051788 +country-style a 1 1 & 1 0 02051881 +countryfied a 1 1 & 1 0 02051616 +countrywide a 1 1 & 1 0 00526984 +countywide a 1 1 & 1 0 00526832 +coupled a 2 1 & 2 0 02477211 00567161 +courageous a 1 4 & ^ = + 1 1 00262792 +court-ordered a 1 1 & 1 0 01400876 +courteous a 2 4 ! & ^ = 2 1 00641460 00639842 +courtly a 1 2 & + 1 0 00751838 +cousinly a 1 2 ! + 1 0 00453529 +couth a 1 1 & 1 0 01948014 +couthie a 1 2 & ; 1 0 01076024 +couthy a 1 2 & ; 1 0 01076024 +covalent a 1 2 \ + 1 0 02705254 +covariant a 1 2 & + 1 0 02504830 +covered a 1 2 ! & 1 1 01694223 +covert a 2 5 ! & ^ + ; 2 0 01705655 01885614 +coveted a 1 1 & 1 0 00733297 +covetous a 2 2 & + 2 0 00888765 00029933 +cowardly a 1 5 ! & ^ = + 1 1 00264776 +cowl-shaped a 1 1 & 1 0 02146481 +cowled a 1 1 & 1 1 00455605 +coy a 3 2 & + 3 0 01538118 00701894 00252310 +cozy a 3 2 & + 3 1 00477284 01076145 00452773 +crabbed a 1 2 & + 1 0 01136248 +crabby a 1 2 & + 1 0 01136248 +crabwise a 1 1 & 1 0 01719779 +crack a 1 2 & ; 1 1 02341864 +crackbrained a 1 1 & 1 0 02075737 +cracked a 3 1 & 3 1 02240129 02239479 02074929 +cracker-barrel a 1 1 & 1 0 02052005 +crackers a 1 1 & 1 0 02074929 +cracking a 1 2 & ; 1 0 01123879 +crackle a 1 1 & 1 0 01795460 +crafty a 1 2 & + 1 1 00148078 +cragfast a 1 1 & 1 0 00161170 +cragged a 1 1 & 1 0 02240490 +craggy a 1 1 & 1 1 02240490 +cram_full a 1 1 & 1 0 01084297 +cramped a 1 1 & 1 0 00476663 +cranial a 1 2 \ + 1 0 02844273 +craniometric a 1 2 \ + 1 0 02844419 +craniometrical a 1 2 \ + 1 0 02844419 +crank a 1 2 & ; 1 0 02292421 +cranky a 2 3 & + ; 2 1 02292421 01136541 +crannied a 1 1 ! 1 0 00466577 +crappy a 1 3 & + ; 1 0 01127782 +crapulent a 1 2 & + 1 0 00010537 +crapulous a 2 2 & + 2 0 00010537 00010385 +crashing a 1 1 & 1 0 01520655 +crass a 1 2 & + 1 0 01950711 +craved a 1 1 & 1 1 02527220 +craven a 1 2 & + 1 1 00265496 +crazed a 1 1 & 1 1 02075847 +crazy a 5 3 & + ; 5 3 02075321 01836766 00919984 00967897 00886448 +creaky a 3 2 & + 3 0 02581530 01921335 01173795 +cream-colored a 1 1 & 1 0 00397191 +creamy a 2 2 & + 2 1 00373811 02416285 +creamy-colored a 1 1 & 1 0 00397191 +creamy-white a 1 1 & 1 0 00397191 +creamy-yellow a 1 1 & 1 0 00373915 +crease-resistant a 1 1 \ 1 0 03056871 +creaseless a 1 1 & 1 0 02237303 +creaseproof a 1 1 \ 1 0 03056871 +creative a 2 5 ! & ^ = + 2 2 00643250 00585202 +credal a 1 2 \ + 1 0 03057075 +credentialled a 1 1 & 1 0 00342755 +credible a 3 5 ! & ^ = + 3 2 00644839 00646691 00615191 +creditable a 1 1 & 1 1 02585919 +credited a 1 1 & 1 0 00172172 +creditworthy a 1 2 & + 1 0 02465350 +credulous a 2 4 ! & ^ + 2 0 00646413 02272305 +creedal a 1 2 \ + 1 1 03057075 +creepy a 2 2 & + 2 0 01625760 00195191 +creepy-crawly a 1 1 & 1 0 00195191 +crenate a 1 1 & 1 0 02246296 +crenated a 1 1 & 1 0 02246296 +crenulate a 1 1 & 1 0 02246410 +crenulated a 1 1 & 1 0 02246410 +creole a 2 1 \ 2 0 03057413 03057253 +crepuscular a 1 2 & + 1 0 00274551 +crescendo a 1 2 & + 1 1 02537946 +crescent a 1 2 & + 1 0 02045473 +crescent-shaped a 1 1 & 1 0 02045473 +cress_green a 1 1 & 1 0 00374001 +cresson a 1 1 & 1 0 00374001 +crested a 3 2 & ; 3 1 00058280 00057992 00057881 +crestfallen a 1 1 & 1 0 00703454 +cretaceous a 2 2 \ + 2 0 03057732 03057591 +cretinous a 1 2 & + 1 0 01841179 +criminal a 3 2 & + 3 2 02035765 01322323 01402763 +criminative a 1 2 & + 1 0 00924952 +criminatory a 1 2 & + 1 0 00924952 +criminological a 1 2 \ + 1 0 02919863 +crimson a 3 2 & + 3 2 00381097 00248560 00395626 +crimson-magenta a 1 1 & 1 0 00374214 +crimson-purple a 1 1 & 1 0 00374303 +crimson-yellow a 1 1 & 1 0 00374390 +cringing a 1 1 & 1 0 00789871 +crinkled a 1 1 & 1 0 00911762 +crinkly a 1 2 & + 1 0 00911762 +crinoid a 1 2 \ + 1 0 02842320 +crippled a 1 1 & 1 1 01018788 +crippling a 1 1 & 1 1 01168166 +crisp a 6 2 & + 6 1 00780352 02446931 01252714 01068104 01030372 00547641 +crispate a 1 1 & 1 0 02246539 +crispy a 1 2 & + 1 0 02446931 +crisscross a 1 1 & 1 0 02006700 +crisscrossed a 1 1 & 1 1 02006700 +criterial a 1 2 & + 1 0 02295710 +criterional a 1 2 & + 1 0 02295710 +critical a 7 7 ! & ^ \ = + ; 7 6 00647542 00651935 00649586 00903894 00656132 00650577 02830645 +croaky a 1 2 & + 1 0 00299313 +croatian a 1 2 \ + 1 0 02964107 +crocked a 1 2 & ; 1 1 00798103 +crocketed a 1 1 & 1 1 00058379 +cromwellian a 1 2 \ + 1 0 03030235 +crookback a 1 2 & + 1 0 01019000 +crookbacked a 1 1 & 1 0 01019000 +crooked a 4 5 ! & ^ = + 4 1 02311544 02319129 01961048 01239199 +cropped a 1 1 & 1 0 01831679 +cross a 2 2 & + 2 2 01445917 01136248 +cross-banded a 1 1 & 1 0 01788169 +cross-cultural a 1 1 \ 1 0 02872908 +cross-eyed a 1 2 ! & 1 0 00653514 +cross-grained a 2 1 & 2 0 02328012 00911935 +cross-linguistic a 1 1 \ 1 0 02843095 +cross-modal a 1 1 \ 1 0 02976164 +cross-ply a 1 1 \ 1 0 02705409 +cross-pollinating a 1 1 \ 1 0 02705572 +cross-section a 1 1 & 1 1 01446240 +cross-sectional a 2 3 & \ + 2 1 02943631 01446240 +cross-sentential a 1 1 \ 1 0 02991962 +cross-shaped a 1 1 & 1 0 02146557 +cross-town a 1 1 & 1 0 00652893 +crossbred a 1 4 ! & ^ = 1 0 01904156 +crossed a 2 2 ! & 2 1 00652692 00653295 +crosshatched a 1 1 & 1 0 00277749 +crosstown a 1 1 & 1 0 00652893 +crosswise a 2 2 ! & 2 0 01445705 01232917 +crotchety a 1 2 & + 1 1 01135673 +croupy a 1 2 \ + 1 0 02705692 +crow-sized a 1 1 & 1 0 02222871 +crowded a 1 2 ! & 1 1 00559690 +crowing a 1 1 & 1 0 01890752 +crowned a 3 3 ! & ; 3 1 00655136 01381777 00653822 +crowning a 2 1 & 2 1 01578683 02440292 +crownless a 1 1 & 1 0 00654829 +crucial a 3 4 ! & ^ + 3 2 00655779 01487943 01276150 +cruciate a 1 1 & 1 0 02372434 +cruciferous a 1 3 \ + ; 1 0 02937720 +cruciform a 1 1 & 1 0 02372434 +cruddy a 1 1 & 1 0 00425313 +crude a 6 2 & + 6 2 02229584 00683531 01953467 00818175 00556881 00417204 +cruel a 1 2 & + 1 1 01263013 +crumbly a 1 2 & + 1 0 00708738 +crummy a 1 2 & ; 1 1 02346013 +crumpled a 1 1 & 1 1 00680005 +crural a 1 2 \ + 1 0 02705809 +crushed a 2 1 & 2 2 02240668 01893303 +crushing a 1 1 & 1 1 00587697 +crustacean a 1 1 \ 1 0 02706160 +crustaceous a 2 2 \ + 2 0 02706160 02706051 +crustal a 1 1 \ 1 0 02705928 +crusted a 1 1 & 1 1 01695749 +crustlike a 1 1 & 1 0 01695749 +crustose a 1 1 \ 1 0 02706305 +crusty a 2 2 & + 2 0 01695749 01137000 +crying a 2 1 & 2 0 00712877 00580039 +cryogenic a 1 2 \ + 1 0 02706480 +cryonic a 1 2 \ + 1 0 02706593 +cryptanalytic a 1 2 \ + 1 0 02706691 +cryptic a 3 1 & 3 1 00939444 00899738 00547930 +cryptical a 2 1 & 2 0 00939444 00899738 +cryptobiotic a 1 2 \ + 1 0 02707164 +cryptogamic a 1 2 \ + 1 0 02707008 +cryptogamous a 1 2 \ + 1 0 02707008 +cryptographic a 1 1 \ 1 0 02706691 +cryptographical a 1 2 \ + 1 0 02706691 +cryptologic a 1 2 \ + 1 0 02706691 +cryptological a 1 2 \ + 1 0 02706691 +crystal_clear a 2 2 & ; 2 0 00431774 00429355 +crystalised a 2 1 & 2 0 01071941 00269063 +crystalized a 1 1 & 1 0 01071941 +crystalline a 3 2 ! & 3 0 00268869 00780575 00431774 +crystallised a 1 0 1 0 00656862 +crystallized a 2 2 ! & 2 0 00656862 00269063 +ctenoid a 1 1 \ 1 0 02707283 +cuban a 1 2 \ + 1 1 02969591 +cube-shaped a 1 1 & 1 0 00657804 +cubelike a 1 1 & 1 0 00657804 +cubic a 1 4 ! & = + 1 0 00657198 +cubical a 1 2 & + 1 0 00657804 +cubiform a 1 1 & 1 0 00657804 +cubist a 1 1 \ 1 1 03021194 +cubistic a 1 2 \ + 1 0 03021194 +cubital a 1 2 \ + 1 0 02707429 +cuboid a 1 1 & 1 0 00657804 +cuboidal a 1 2 & + 1 0 00657804 +cucumber-shaped a 1 1 & 1 0 02050368 +cucurbitaceous a 1 2 \ + 1 0 02707528 +cuddlesome a 1 1 & 1 0 01460266 +cuddly a 1 2 & + 1 0 01460266 +culinary a 1 1 \ 1 0 02707659 +culpable a 1 2 & + 1 0 01321529 +cultivable a 1 1 & 1 0 01865807 +cultivatable a 1 1 & 1 0 01865807 +cultivated a 3 2 ! & 3 0 01833643 02388596 01947741 +cultural a 4 3 & \ + 4 3 02898922 02248693 02872501 02872362 +cultured a 1 1 & 1 1 01947741 +cum_laude a 1 1 & 1 0 02586089 +cumbersome a 2 2 & + 2 1 02564330 01001180 +cumbrous a 1 1 & 1 0 02564330 +cumulative a 1 2 & + 1 1 00048460 +cumuliform a 1 1 & 1 0 02042183 +cumulous a 1 2 & + 1 0 00539207 +cuneal a 1 0 1 0 03144955 +cuneate a 1 1 & 1 0 02167740 +cuneiform a 2 2 \ ; 2 0 03144955 02707750 +cunning a 3 1 & 3 0 00167278 00148078 00061885 +cuplike a 1 1 & 1 0 00536572 +cupric a 1 2 \ + 1 0 02707889 +cuprous a 1 1 \ 1 0 02707889 +cupular a 1 2 & + 1 0 00536655 +cupulate a 1 1 & 1 0 00536655 +curable a 2 3 ! & + 2 0 00994410 01521776 +curative a 1 2 & + 1 0 01165943 +curatorial a 1 2 \ + 1 0 02990154 +curdled a 1 1 & 1 0 02416036 +cured a 6 1 & 6 0 02541012 01951943 01495066 01072297 01072196 01071794 +curious a 3 4 ! & ^ + 3 2 00968010 00664449 01342572 +curled a 1 1 & 1 0 01030289 +curling a 1 1 & 1 0 01030289 +curly a 1 4 ! & = + 1 1 01030022 +curly-coated a 1 1 & 1 0 00213387 +curly-grained a 1 1 & 1 0 00911935 +curly-haired a 1 1 & 1 0 00213387 +curly-leafed a 1 1 & 1 0 01701134 +curly-leaved a 1 1 & 1 0 01701134 +curmudgeonly a 1 2 & + 1 0 01137000 +current a 1 5 ! & ^ = + 1 1 00666058 +curricular a 1 2 \ + 1 1 02708020 +currish a 2 1 & 2 0 01590044 01137289 +cursed a 2 3 ! & ; 2 1 00669478 01451225 +cursed_with a 1 1 & 1 0 00670418 +cursive a 1 1 & 1 0 02285035 +cursorial a 1 1 ! 1 0 02590519 +cursory a 1 1 & 1 1 00312234 +curst a 1 1 & 1 0 00669478 +curt a 2 2 & + 2 0 00640660 00547641 +curtained a 1 2 ! & 1 1 00671831 +curtainless a 1 1 ! 1 0 00672079 +curtal a 1 2 & ; 1 0 01436671 +curvaceous a 1 2 & + 1 0 02138989 +curved a 1 2 ! & 1 1 02315002 +curvey a 1 2 & + 1 0 02316071 +curvilineal a 1 1 & 1 0 02315648 +curvilinear a 1 1 & 1 0 02315648 +curving a 1 1 & 1 1 02315002 +curvy a 2 2 & + 2 0 02316071 02138989 +cushioned a 1 1 & 1 0 01153703 +cushiony a 1 2 & + 1 0 01153703 +cushy a 1 2 & ; 1 0 00750054 +cuspate a 1 1 & 1 0 02048626 +cuspated a 1 1 & 1 0 02048626 +cusped a 1 1 & 1 0 02048626 +cuspidal a 1 2 & + 1 0 02048626 +cuspidate a 1 1 & 1 0 02048626 +cuspidated a 1 1 & 1 0 02048626 +cussed a 1 2 & + 1 0 01957712 +custard-like a 1 1 \ 1 0 02708140 +custodial a 1 2 & + 1 1 01888017 +custom a 1 1 & 1 0 00672226 +custom-built a 1 1 & 1 0 00672513 +custom-made a 1 2 ! & 1 0 00672226 +customary a 2 2 & + 2 2 00606079 00489491 +cut a 9 3 ! & ; 9 3 00661278 00663267 00004615 02454750 01566027 00662958 02137070 00882742 00756327 +cut-and-dried a 1 1 & 1 0 01674134 +cut-and-dry a 1 1 & 1 0 01674134 +cut-price a 1 1 & 1 0 00934554 +cut-rate a 1 1 & 1 0 00934554 +cut_off a 1 1 & 1 1 00662318 +cut_out a 1 1 & 1 0 00663468 +cut_up a 1 1 & 1 0 00661819 +cutaneal a 1 2 \ + 1 0 02875707 +cutaneous a 1 1 \ 1 0 02875707 +cute a 2 2 & + 2 2 00167278 00148642 +cuticular a 1 2 \ + 1 0 02876088 +cuttable a 1 1 & 1 0 02446846 +cutthroat a 1 1 & 1 0 01507808 +cutting a 3 1 & 3 0 01374004 01252399 00803432 +cutting-edge a 1 1 & 1 0 00972642 +cv a 1 1 & 1 0 02196333 +cx a 1 1 & 1 0 02196439 +cxl a 1 1 & 1 0 02197130 +cxlv a 1 1 & 1 0 02197244 +cxv a 1 1 & 1 0 02196543 +cxx a 1 1 & 1 0 02196657 +cxxv a 1 1 & 1 0 02196769 +cxxx a 1 1 & 1 0 02196891 +cxxxv a 1 1 & 1 0 02197007 +cyan a 1 2 & + 1 0 00371163 +cyanobacterial a 1 2 \ + 1 0 02833979 +cyanogenetic a 1 2 & + 1 0 02449775 +cyanogenic a 1 2 & + 1 0 02449775 +cyanophyte a 1 1 \ 1 0 02833979 +cybernetic a 1 2 \ + 1 0 03057807 +cyclic a 5 6 ! & \ = + ; 5 0 02708232 00677545 00676555 00675701 01967803 +cyclical a 1 3 & = + 1 0 00675701 +cycloid a 1 1 & 1 0 02045620 +cycloidal a 1 2 & + 1 0 02045620 +cyclonal a 2 3 \ + ; 2 0 03058223 03057949 +cyclonic a 2 3 \ + ; 2 0 03058223 03057949 +cyclonical a 2 3 \ + ; 2 0 03058223 03057949 +cyclopean a 1 2 \ + 1 0 03058501 +cyclothymic a 1 2 \ + 1 0 03058635 +cylindric a 1 2 & + 1 0 02045723 +cylindrical a 1 2 & + 1 1 02045723 +cylindrical-stemmed a 1 1 & 1 0 00321444 +cymose a 1 2 & ; 1 0 00741240 +cynical a 1 2 & + 1 1 02463582 +cyprian a 2 3 & \ + 2 0 03058754 00361720 +cyprinid a 1 2 \ + 1 0 02846168 +cyprinoid a 1 1 \ 1 0 02846168 +cypriot a 1 2 \ + 1 0 03058754 +cypriote a 1 2 \ + 1 0 03058754 +cyrillic a 1 2 \ + 1 0 03059033 +cystic a 2 2 \ + 2 0 02709299 02709190 +cytoarchitectonic a 1 2 \ + 1 0 02708334 +cytoarchitectural a 1 2 \ + 1 0 02708334 +cytogenetic a 1 2 \ + 1 0 02709441 +cytogenetical a 1 2 \ + 1 0 02709441 +cytokinetic a 1 1 \ 1 0 02709599 +cytologic a 1 2 \ + 1 0 02709752 +cytological a 1 2 \ + 1 0 02709752 +cytolytic a 1 2 \ + 1 0 02708506 +cytomegalic a 1 1 & 1 0 01175939 +cytopathogenic a 1 1 & 1 0 01168315 +cytophotometric a 1 1 \ 1 0 02708649 +cytoplasmatic a 1 2 \ + 1 0 02708776 +cytoplasmic a 1 2 \ + 1 0 02708776 +cytoplastic a 1 2 \ + 1 0 02708931 +cytotoxic a 1 2 \ + 1 0 02709917 +czarist a 1 1 \ 1 0 02710043 +czaristic a 1 2 \ + 1 0 02710043 +czech a 1 2 \ + 1 0 02961688 +czechoslovakian a 1 2 \ + 1 0 02961688 +d a 1 1 & 1 0 02198631 +d.o.a. a 1 1 & 1 0 00096913 +dabbled a 1 1 & 1 1 01695891 +dacitic a 1 2 \ + 1 0 03059198 +dactylic a 1 3 \ + ; 1 0 03059340 +daedal a 1 1 & 1 0 02178116 +daft a 1 2 & + 1 0 02074929 +dagger-like a 1 1 & 1 0 00801539 +daily a 2 2 & + 2 0 01968165 01044557 +dainty a 4 2 & + 4 2 01948092 00706311 02396578 00984333 +daisylike a 1 1 \ 1 0 03059477 +dalmatian a 1 2 \ + 1 0 03059551 +damaged a 2 3 ! & ^ 2 0 00679147 01984252 +damaging a 2 1 & 2 1 01161984 00587890 +damascene a 2 3 & \ + 2 0 03059688 01795610 +damask a 1 2 & + 1 0 01795799 +damn a 2 1 & 2 2 00670530 00669942 +damnable a 1 1 & 1 0 00670635 +damnatory a 1 2 & + 1 0 00925177 +damned a 2 3 & + ; 2 2 00669942 01451225 +damning a 1 1 & 1 0 00925177 +damp a 1 2 & + 1 1 02548820 +dampish a 1 1 & 1 0 02548820 +danceable a 1 1 & 1 0 02019805 +dandified a 1 1 & 1 0 00849912 +dandy a 1 2 & ; 1 0 01123879 +dandyish a 1 1 & 1 0 00849912 +dangerous a 2 4 ! & ^ + 2 2 02058794 00651039 +danish a 1 2 \ + 1 1 02960338 +dank a 1 2 & + 1 1 02548619 +dantean a 1 2 \ + 1 0 03030364 +dantesque a 1 1 \ 1 0 03030364 +dapper a 1 2 & + 1 1 00971933 +dappled a 1 1 & 1 1 01788273 +daredevil a 1 2 & + 1 0 00250483 +daring a 2 1 & 2 1 00066146 01686906 +dark a 11 5 ! & ^ = + 11 4 00273082 00409440 00245200 01131935 02088883 01137378 00884501 00534250 00364881 00242575 00036763 +dark-blue a 1 1 & 1 1 00374477 +dark-brown a 1 1 & 1 1 00372111 +dark-coated a 1 1 & 1 0 00213516 +dark-colored a 1 1 & 1 0 00397314 +dark-coloured a 1 1 & 1 0 00397314 +dark-fruited a 1 1 & 1 0 01081263 +dark-gray a 1 1 & 1 0 00390725 +dark-green a 1 1 & 1 1 00375969 +dark-grey a 1 1 & 1 0 00390725 +dark-haired a 2 1 & 2 1 00245319 00213516 +dark-skinned a 2 2 & ; 2 1 00242575 00245458 +dark-spotted a 1 1 & 1 0 01788369 +darkened a 2 1 & 2 0 01645152 00274698 +darkening a 1 1 & 1 1 00274833 +darkish a 1 1 & 1 0 00409668 +darkling a 2 2 & ; 2 0 00275106 00274971 +darling a 1 2 & + 1 1 01462324 +darned a 1 1 & 1 1 00669942 +darwinian a 1 2 \ + 1 0 03013550 +dashed a 1 1 & 1 0 00290483 +dashing a 2 1 & 2 1 02279622 00971933 +dastard a 1 2 & + 1 0 00265765 +dastardly a 1 2 & + 1 0 00265765 +data-based a 1 1 & 1 0 00859949 +datable a 1 1 ! 1 0 00681409 +dateable a 1 0 1 0 00681409 +dated a 1 1 & 1 1 00974404 +dateless a 4 1 & 4 0 01007947 00681777 00681673 00353431 +daughterly a 1 2 & + 1 0 01722846 +daunted a 1 1 & 1 0 00532147 +daunting a 1 1 & 1 0 00867520 +dauntless a 1 2 & + 1 1 00250119 +day-after-day a 1 1 & 1 0 01968165 +day-and-night a 1 1 & 1 0 00595147 +day-by-day a 1 1 & 1 0 01968165 +day-old a 1 1 & 1 0 01069607 +day-to-day a 1 1 & 1 0 01968165 +daylong a 1 1 & 1 0 01439072 +dazed a 2 1 & 2 2 00436645 00875962 +dazzled a 2 1 & 2 0 02159612 00436920 +dazzling a 2 1 & 2 1 01283787 00280844 +de-iodinating a 1 2 ! ; 1 1 01232105 +de_facto a 1 2 ! ^ 1 0 00693743 +de_jure a 1 1 ! 1 0 00693961 +de_luxe a 1 1 & 1 0 00850053 +de_rigueur a 1 1 & 1 0 00848679 +dead a 17 6 ! & ^ = + ; 17 5 00095280 00099874 02432154 01838151 00041202 02107386 02105603 02011445 01872265 01241248 00929443 00845737 00833878 00668919 00522349 00359260 00036879 +dead-end a 1 1 & 1 0 00037985 +dead-on a 1 2 & ; 1 0 00022437 +dead_on_target a 1 1 & 1 0 00023120 +dead_set a 1 1 & 1 0 01990172 +deadened a 2 1 & 2 2 02105603 00804106 +deadening a 1 1 & 1 0 01345307 +deadlocked a 1 1 & 1 0 01621424 +deadly a 6 3 & + ; 6 2 00993667 00993885 02449952 01721691 01611329 00045888 +deadpan a 1 1 & 1 0 00501313 +deaf a 2 3 ! & + 2 1 00681930 01194328 +deaf-and-dumb a 1 1 & 1 0 00682168 +deaf-mute a 1 2 & + 1 0 00682168 +deaf_as_a_post a 1 1 & 1 0 00682521 +deafened a 1 1 & 1 0 00682329 +deafening a 1 1 & 1 1 01453467 +dealt_out a 1 1 & 1 0 00540236 +dear a 4 2 & + 4 2 01462324 00452883 02179968 00933599 +dearly-won a 1 1 & 1 0 00933941 +deathless a 1 1 & 1 0 01558194 +deathlike a 1 1 & 1 1 00097022 +deathly a 2 2 & + 2 1 00097022 00993667 +debased a 3 1 & 3 0 01908539 01212732 00621100 +debasing a 1 1 & 1 0 01228050 +debatable a 3 2 & + 3 0 01916784 00602117 00590669 +debauched a 1 1 & 1 0 01549568 +debile a 1 2 & + 1 0 02040233 +debilitated a 1 1 & 1 0 02324944 +debilitating a 1 2 ! & 1 1 01357966 +debilitative a 1 2 & + 1 0 01358096 +debonair a 2 1 & 2 0 01948231 00364145 +debonaire a 2 1 & 2 0 01948231 00364145 +deboned a 1 1 & 1 0 00296482 +debonnaire a 1 1 & 1 0 01948231 +decadent a 1 2 & + 1 1 01297658 +decalescent a 1 2 & + 1 0 00872715 +decapitated a 1 1 & 1 0 01184584 +decasyllabic a 1 1 & 1 0 02289543 +decayable a 1 1 & 1 0 01753785 +decayed a 1 1 & 1 0 02275892 +deceased a 1 2 & ; 1 1 00095873 +deceitful a 2 2 & + 2 0 01223941 01223271 +decent a 6 5 ! & ^ + ; 6 2 01993408 01878870 00682932 02336109 01538583 01538311 +decentralised a 1 1 & 1 0 01107973 +decentralising a 1 1 & 1 0 00335090 +decentralized a 1 2 ! & 1 0 01107973 +decentralizing a 1 2 ! & 1 0 00335090 +deceptive a 2 2 & + 2 1 01938975 01224253 +decided a 1 1 & 1 0 00701299 +deciding a 1 2 & + 1 0 00684782 +deciduous a 2 3 ! & ; 2 0 00914104 01758790 +decimal a 1 1 & 1 0 01915353 +decipherable a 1 1 & 1 0 01405047 +deciphered a 1 1 ! 1 0 01405693 +decisive a 4 4 ! & ^ + 4 2 00684480 00701178 00685638 00656132 +deckle-edged a 1 1 & 1 0 00258255 +deckled a 1 1 & 1 0 00258255 +declamatory a 1 1 & 1 0 02016881 +declarable a 1 1 & 1 0 00028181 +declarative a 2 4 ! \ + ; 2 1 00686890 03094520 +declaratory a 1 2 ! + 1 0 00686890 +declared a 2 2 ! & 2 1 00687356 00940870 +declassified a 1 1 & 1 0 00416550 +declivitous a 1 2 & + 1 0 02485895 +decollete a 1 1 & 1 0 01209210 +decomposable a 1 1 & 1 0 02176741 +decompositional a 1 2 & + 1 0 01332285 +decompound a 1 1 & 1 0 02172488 +deconsecrated a 1 1 & 1 0 00573926 +deconstructionist a 1 1 \ 1 0 02909336 +decorated a 1 2 & ^ 1 0 00056002 +decorative a 1 2 & + 1 1 01091234 +decorous a 2 4 ! & ^ + 2 0 00688947 01878870 +decreased a 1 2 ! & 1 0 00881735 +decreasing a 2 2 ! & 2 1 02536740 02538050 +decreasing_monotonic a 1 1 & 1 0 01547470 +decreed a 1 1 & 1 0 02129718 +decrepit a 2 1 & 2 0 02581530 02040233 +decrescendo a 1 2 & + 1 0 02538389 +decumbent a 1 1 & 1 0 01238201 +decurved a 1 1 & 1 0 00123961 +decussate a 1 1 & 1 0 00653044 +dedicated a 2 3 ! & ^ 2 1 00519211 00573225 +dedifferentiated a 1 1 & 1 1 00744669 +deducible a 1 2 & + 1 0 01296718 +deductible a 1 4 ! & + ; 1 1 00689673 +deductive a 2 5 ! & ^ \ + 2 1 02710294 01296474 +deep a 15 5 ! & ^ = + 15 8 00692762 01873163 00690058 00445937 01511292 01215935 00403385 02410983 02561391 01513776 01385046 01206916 00939444 00899226 00149120 +deep-chested a 1 1 & 1 0 02411116 +deep-eyed a 1 1 & 1 1 00989416 +deep-fried a 1 1 & 1 0 00617422 +deep-laid a 1 1 & 1 0 01797528 +deep-lobed a 1 1 & 1 0 00237881 +deep-mined a 1 1 & 1 0 01504147 +deep-pink a 1 1 & 1 0 00374556 +deep-rooted a 1 1 & 1 0 01635633 +deep-sea a 1 1 & 1 0 01380926 +deep-seated a 1 1 & 1 1 01635633 +deep-set a 1 1 & 1 1 02264521 +deep-water a 1 1 & 1 0 00691022 +deep-yellow a 1 1 & 1 0 00374635 +deep_in_thought a 1 1 & 1 1 02419159 +deepening a 1 1 & 1 0 01340691 +defamatory a 1 2 & + 1 0 01161233 +defeasible a 1 1 ! 1 0 00694086 +defeated a 2 3 ! & ^ 2 0 00694608 02333976 +defective a 3 2 & + 3 2 01752953 01597240 01092572 +defenceless a 2 2 & + 2 0 02524032 00143376 +defendable a 1 1 & 1 0 02525876 +defending a 1 2 & ; 1 0 01630773 +defenseless a 3 2 & + 3 0 02524032 01886783 00143376 +defensible a 1 2 & + 1 1 02525876 +defensive a 2 4 ! & ^ + 2 2 01630117 01632066 +deferent a 1 2 & + 1 0 01994180 +deferential a 1 2 & + 1 0 01994180 +defervescent a 1 2 \ + 1 0 03059847 +defiant a 1 4 ! & ^ + 1 1 00695523 +deficient a 3 4 & ^ = + 3 1 00052012 02336449 02297409 +defiled a 1 1 & 1 0 01905552 +definable a 1 1 & 1 1 00739022 +defined a 2 3 ! & ^ 2 1 00697188 00780712 +definite a 2 4 ! & ^ + 2 2 00700451 00335768 +definitive a 3 1 & 3 1 00940969 02295098 00550574 +deflated a 1 1 & 1 1 00703454 +deflationary a 1 3 ! + ; 1 0 02538803 +deflective a 1 2 & + 1 0 02312918 +defoliate a 1 1 & 1 0 01703710 +defoliated a 1 1 & 1 0 01703710 +deformational a 1 2 \ + 1 1 02954143 +deformed a 1 2 & + 1 1 02141298 +deft a 1 2 & + 1 0 00062367 +defunct a 2 2 & + 2 0 00834048 00097147 +degage a 2 1 & 2 0 02407855 00546155 +degenerate a 1 2 & + 1 0 01549568 +degenerative a 1 2 & + 1 0 00045356 +degraded a 2 1 & 2 0 01549568 01212732 +degrading a 2 1 & 2 0 01611490 01228050 +degressive a 2 1 & 2 0 02486046 01877792 +dehiscent a 1 3 ! = + 1 0 00702773 +dehumanised a 1 1 & 1 0 01260584 +dehumanized a 1 1 & 1 0 01260584 +dehydrated a 2 1 & 2 0 01176057 01072382 +deictic a 1 2 \ + 1 0 03135403 +deific a 1 1 & 1 0 01558291 +deist a 1 1 \ 1 0 02931554 +deistic a 1 2 \ + 1 0 02931554 +dejected a 1 3 ! & ^ 1 1 00703109 +delayed a 1 1 & 1 0 01841295 +delectable a 2 1 & 2 0 02396720 00733406 +deleterious a 1 1 & 1 0 01161059 +deliberate a 2 2 & + 2 2 01337939 01271961 +deliberative a 1 2 & + 1 0 02420215 +delible a 1 1 & 1 0 00897681 +delicate a 7 4 ! & ^ = 7 6 00705891 02227344 00709215 02448324 01948389 00746994 02103982 +delicious a 2 1 & 2 1 01807964 02396720 +delighted a 2 1 & 2 1 01805730 00865620 +delightful a 1 1 & 1 1 01807964 +delimited a 1 1 & 1 0 01006788 +delineate a 1 1 & 1 0 01714985 +delineated a 1 2 ! & 1 0 01714985 +delineative a 1 2 & + 1 0 01979326 +delinquent a 3 2 & + 3 0 01322488 00755220 00137120 +deliquescent a 1 2 & + 1 0 00492157 +delirious a 2 2 & + 2 0 02543823 02390724 +deliverable a 1 1 \ 1 0 02710438 +delphian a 1 2 \ + 1 0 03060601 +delphic a 2 2 & \ 2 0 03060601 01882621 +deltoid a 1 1 & 1 0 02167894 +delusional a 1 2 & + 1 0 01583880 +delusive a 1 2 & + 1 0 01942507 +delusory a 1 2 & + 1 0 01938975 +deluxe a 2 1 & 2 0 02024928 00850053 +demagogic a 1 2 \ + 1 0 03060782 +demagogical a 1 2 \ + 1 0 03060782 +demanding a 1 3 ! & ^ 1 1 00710260 +demeaning a 1 1 & 1 0 00752555 +demented a 1 2 & + 1 0 02075321 +democratic a 3 5 ! & ^ \ + 3 2 00715140 02710530 00486539 +demode a 1 1 & 1 0 00974159 +demographic a 1 2 \ + 1 0 02906351 +demolished a 1 1 & 1 0 00735608 +demon-ridden a 1 1 & 1 1 01726775 +demoniac a 1 2 & + 1 0 02074673 +demoniacal a 1 1 & 1 0 02074673 +demonic a 1 2 & + 1 0 01132515 +demonstrable a 2 2 & + 2 1 00591147 01619105 +demonstrated a 1 1 & 1 1 00591298 +demonstrative a 2 4 ! & ^ + 2 0 00720296 01323962 +demonstrative_of a 1 1 & 1 0 02356048 +demoralised a 1 1 & 1 0 01664880 +demoralising a 1 1 & 1 0 00867615 +demoralized a 1 1 & 1 0 01664880 +demoralizing a 1 1 & 1 0 00867615 +demosthenic a 1 2 \ + 1 0 03030515 +demotic a 2 3 & \ + 2 0 02710672 00486819 +demulcent a 1 2 & + 1 0 01153844 +demure a 1 2 & + 1 1 01538118 +demythologised a 1 1 & 1 0 01925979 +demythologized a 1 1 & 1 1 01925979 +denary a 2 1 & 2 0 02220207 01915353 +denatured a 1 1 & 1 0 00354692 +denaturised a 1 1 & 1 0 00354692 +denaturized a 1 1 & 1 0 00354692 +dendriform a 1 1 & 1 0 00613382 +dendritic a 1 2 \ + 1 0 02934066 +dendroid a 1 1 & 1 0 00613382 +dendroidal a 1 1 & 1 0 00613382 +deniable a 1 2 ! & 1 0 00721157 +denigrating a 1 1 & 1 0 01161233 +denigrative a 1 2 & + 1 0 01161233 +denigratory a 1 2 & + 1 0 01161233 +denominational a 3 2 & \ 3 1 02710825 02710981 02091851 +denotative a 2 4 ! & ^ + 2 0 00722110 01418989 +denotive a 1 3 & ^ + 1 0 00722110 +dense a 4 2 & + 4 3 02416390 01771839 01185264 00440579 +dental a 2 1 \ 2 1 02711098 02711194 +dentate a 1 1 & 1 0 02246637 +dented a 1 1 & 1 0 00680005 +denticulate a 1 1 & 1 0 02246733 +denudate a 1 1 & 1 0 01698610 +denuded a 1 1 & 1 0 01698610 +denumerable a 1 1 & 1 0 00301589 +denunciative a 1 2 & + 1 0 00924635 +denunciatory a 1 1 & 1 0 00924635 +departed a 2 3 & + ; 2 0 01728919 00095873 +departmental a 1 2 \ + 1 1 03059966 +dependable a 4 4 ! & ^ + 4 2 00724081 02465519 02301969 02273643 +dependant a 2 2 & + 2 0 00556174 00047406 +dependant_on a 1 1 & 1 0 00555859 +dependant_upon a 1 1 & 1 0 00555859 +dependent a 6 6 ! & ^ = + ; 6 2 00725772 00556174 00730470 02351370 02329864 00047406 +dependent_on a 1 1 & 1 1 00555859 +dependent_upon a 1 1 & 1 0 00555859 +depending_on a 1 1 & 1 1 00555859 +depicted a 1 1 & 1 0 01715157 +depictive a 1 2 & + 1 0 01979326 +depilatory a 1 2 & + 1 0 00211221 +depilous a 1 1 & 1 0 00211370 +depletable a 1 1 & 1 0 00925560 +depleted a 1 1 & 1 0 02336759 +deplorable a 3 1 & 3 1 01126841 02347086 02035765 +depopulated a 1 1 & 1 0 01313178 +depraved a 1 2 & + 1 0 00621524 +deprecating a 1 1 & 1 1 00906655 +deprecative a 2 2 & + 2 0 00906655 00648238 +deprecatory a 1 2 & + 1 1 00906655 +depreciating a 1 1 & 1 0 02536911 +depreciative a 2 2 & + 2 0 02536911 00906655 +depreciatory a 2 2 & + 2 0 02536911 00906655 +depressant a 1 3 ! & + 1 0 02308214 +depressed a 3 2 & ; 3 1 01212867 02413221 00703615 +depressing a 1 4 ! & ^ = 1 0 00364479 +deprived a 1 1 & 1 0 01864666 +deranged a 1 1 & 1 1 02075847 +derelict a 4 2 & + 4 0 02581530 01313004 00755220 00679717 +derisive a 1 2 & + 1 1 01995596 +derisory a 1 2 & + 1 0 02570643 +derivable a 1 1 & 1 0 00698506 +derivational a 1 1 ! 1 0 00113245 +derivative a 1 2 & + 1 0 00698586 +derived a 1 2 ! & 1 1 00698262 +dermal a 3 2 \ + 3 0 02876088 02875930 02875707 +dermatologic a 1 2 \ + 1 0 02916230 +dermatological a 1 2 \ + 1 0 02916230 +dermic a 1 2 \ + 1 0 02875930 +derogative a 1 2 & + 1 0 00907032 +derogatory a 1 2 & + 1 0 00907032 +descendant a 2 2 & + 2 0 02486122 01972204 +descendent a 2 2 & + 2 0 02486122 01972204 +descending a 1 3 ! & ^ 1 1 02485650 +describable a 1 1 & 1 0 00943599 +described a 1 1 & 1 0 01715287 +descriptive a 2 3 ! + ; 2 1 00732682 00732318 +desecrated a 1 2 ! & 1 0 00573770 +desegrated a 1 1 & 1 0 01326516 +desensitising a 1 2 & = 1 0 02108359 +desensitizing a 1 3 ! & = 1 0 02108359 +deserted a 1 1 & 1 0 01313004 +deserved a 1 1 & 1 0 01371137 +deserving a 1 3 & + ; 1 1 02586206 +desiccate a 1 1 & 1 0 00806991 +desiccated a 3 1 & 3 0 02552849 01072382 00806991 +designate a 1 1 & 1 0 01294756 +designative a 1 2 & + 1 0 00722611 +designed a 1 2 ! & 1 0 01339730 +designing a 1 1 & 1 0 00148852 +desirable a 2 4 ! & ^ + 2 1 00732960 00852197 +desired a 2 1 & 2 2 00733297 02527220 +desirous a 1 3 ! & + 1 0 00887719 +desk-bound a 1 1 & 1 0 00033886 +deskbound a 1 1 & 1 0 00033886 +desolate a 2 1 & 2 1 01242750 01232507 +despairing a 1 1 & 1 1 01229826 +desperate a 6 1 & 6 4 01229826 01990507 02059626 00263463 00713351 00651451 +despicable a 1 2 & + 1 0 01133017 +despised a 1 1 & 1 1 01463537 +despiteful a 1 1 & 1 0 00225099 +despoiled a 1 1 & 1 0 00735709 +despondent a 1 2 & + 1 1 01230153 +despotic a 3 3 & \ + 3 0 02711292 00718137 00717684 +despotical a 1 2 \ + 1 0 02711292 +destined a 2 1 & 2 0 01682822 00340626 +destitute a 2 1 & 2 0 02023430 00927978 +destroyable a 1 1 & 1 0 00738284 +destroyed a 2 3 ! & ^ 2 2 00734318 01451402 +destructible a 1 4 ! & = + 1 0 00737973 +destructive a 1 4 ! & ^ + 1 1 00586183 +destructive-metabolic a 1 1 & 1 0 00108145 +desultory a 1 1 & 1 1 01910819 +detachable a 1 2 ! & 1 1 00162083 +detached a 6 3 ! & ; 6 3 00546155 02110447 00568304 00160573 01467046 01060947 +detailed a 1 1 & 1 1 00310433 +detectable a 2 1 & 2 2 01746995 01287282 +detected a 2 2 ! & 2 1 01609201 01608127 +detergent a 1 2 & + 1 0 02118181 +determinable a 1 3 ! & ^ 1 1 00738593 +determinant a 1 2 & + 1 0 00684782 +determinate a 3 4 ! & + ; 3 1 00739932 00741076 00550574 +determinative a 1 2 & + 1 0 00684782 +determined a 5 2 ! & 5 1 01990373 01610339 02328108 02129908 00104699 +determining a 1 1 & 1 1 00684782 +deterministic a 1 2 & + 1 0 02130137 +deterrent a 1 2 & + 1 0 01764543 +detersive a 1 2 & + 1 0 02118181 +detestable a 2 1 & 2 0 01625063 01460679 +detested a 1 1 & 1 0 01463537 +detonative a 1 2 & + 1 0 00474883 +detractive a 1 2 & + 1 0 02537181 +detrimental a 1 2 & + 1 0 01161984 +deuced a 1 1 & 1 0 00669942 +deuteranopic a 1 2 & + 1 0 02159787 +devalued a 1 1 & 1 0 01212732 +devastating a 3 1 & 3 2 01995047 00586617 00587697 +developed a 3 2 ! & 3 1 00741867 01301840 01288895 +developing a 1 1 & 1 1 01302544 +developmental a 1 2 \ + 1 1 02945820 +deviant a 1 2 & + 1 1 01596122 +deviate a 1 2 & + 1 0 01596122 +devil-may-care a 2 1 & 2 0 01998260 00609341 +devilish a 2 1 & 2 1 01133374 02122379 +devious a 3 2 & + 3 1 00768098 02466382 00763013 +devoid a 1 1 & 1 0 00927978 +devoted a 2 2 & + 2 1 00519668 00519477 +devotional a 1 1 & 1 1 01781781 +devouring a 1 1 & 1 0 00888477 +devout a 2 2 & + 2 1 01783710 02179968 +deweyan a 1 2 \ + 1 0 03030635 +dewy a 1 2 & + 1 0 02547862 +dewy-eyed a 1 1 & 1 0 02272047 +dexter a 1 2 & ; 1 0 00743183 +dexterous a 1 1 & 1 1 00062367 +dextral a 2 4 ! & ^ + 2 0 00742879 02028865 +dextrorotary a 1 1 & 1 0 00441927 +dextrorotatory a 1 1 & 1 0 00441927 +dextrorsal a 1 2 & ; 1 0 00743293 +dextrorse a 1 2 & ; 1 0 00743293 +dextrous a 1 2 & + 1 1 00062367 +diabatic a 1 2 ! ; 1 0 00744017 +diabetic a 2 3 & \ + 2 0 03060971 02543934 +diabolic a 2 2 & + 2 0 01133374 01132515 +diabolical a 2 1 & 2 0 01133374 01132515 +diachronic a 1 3 ! + ; 1 1 02377418 +diacritic a 1 2 & + 1 0 00774911 +diacritical a 1 2 & + 1 0 00774911 +diadromous a 1 1 ! 1 0 00109504 +diagnosable a 1 1 & 1 0 01272836 +diagnostic a 2 3 & \ + 2 1 02975538 00357254 +diagonal a 2 2 & + 2 1 01719870 01234747 +diagonalizable a 1 2 \ ; 1 1 02711468 +diagrammatic a 1 2 & + 1 0 01715430 +diagrammatical a 1 2 & + 1 0 01715430 +dialectal a 1 2 \ + 1 0 03004561 +dialectic a 1 2 \ + 1 0 03023644 +dialectical a 1 2 \ + 1 0 03023644 +diamagnetic a 1 2 \ + 1 0 02711599 +diamantine a 1 1 \ 1 0 02711744 +diametral a 1 2 \ + 1 0 02711846 +diametric a 2 3 & \ + 2 0 02711846 02066312 +diametrical a 2 3 & \ + 2 0 02711846 02066312 +dianoetic a 1 2 & ; 1 0 01430452 +diaphanous a 1 1 & 1 0 02413390 +diaphoretic a 1 2 \ + 1 0 02712125 +diaphyseal a 1 2 \ + 1 1 02990660 +diaphysial a 1 2 \ + 1 0 02990660 +diarrheal a 1 2 & + 1 0 00638622 +diarrheic a 1 1 & 1 0 00638622 +diarrhetic a 1 2 & + 1 0 00638622 +diarrhoeal a 1 2 & + 1 0 00638622 +diarrhoeic a 1 1 & 1 0 00638622 +diarrhoetic a 1 2 & + 1 0 00638622 +diastolic a 1 2 \ + 1 0 02712270 +diatomic a 1 1 \ 1 1 02884949 +diatonic a 2 3 ! & ; 2 0 00409889 02437534 +diazo a 1 1 \ 1 0 02656034 +dicarboxylic a 1 1 \ 1 0 02712403 +dicey a 1 1 & 1 0 02059381 +dichotomous a 1 2 & + 1 0 02480861 +dichromatic a 2 3 & \ + 2 0 03040740 00396115 +dickensian a 1 2 \ + 1 0 02712499 +dickey a 1 3 & + ; 1 0 01274741 +dicky a 1 3 & + ; 1 0 01274741 +diclinous a 1 2 ! ; 1 0 01542744 +dicotyledonous a 1 2 ! ; 1 0 00753786 +dictated a 1 1 & 1 1 02129908 +dictatorial a 3 3 & \ + 3 0 02712678 00787357 00717684 +dictyopteran a 1 1 \ 1 0 03137726 +didactic a 1 1 & 1 0 01324131 +didactical a 1 2 & + 1 0 01324131 +die-cast a 1 1 & 1 0 02146645 +die-hard a 1 1 & 1 0 01025212 +diestrous a 1 1 & 1 0 02138428 +diestrual a 1 2 & + 1 0 02138428 +dietary a 1 2 \ + 1 1 02846322 +dietetic a 1 2 \ + 1 0 02846322 +dietetical a 1 2 \ + 1 0 02846322 +different a 5 5 ! & ^ = + 5 4 02064745 02070030 00490413 01410363 02070342 +differentiable a 2 2 & \ 2 1 02712810 00582636 +differential a 2 3 \ + ; 2 1 02712922 02909168 +differentiated a 2 3 ! & ; 2 1 00744277 02277829 +difficult a 2 5 ! & ^ = + 2 1 00744916 01475282 +diffident a 2 4 ! & = + 2 1 01987856 00339941 +diffuse a 3 2 & + 3 1 00540487 01157887 00549133 +diffused a 2 1 & 2 1 00540632 01157887 +diffusing a 1 1 & 1 1 00468362 +diffusive a 1 2 & + 1 0 00468362 +digestible a 1 4 ! & ^ + 1 1 01182024 +digestive a 1 2 \ + 1 1 03060385 +dighted a 1 2 & ; 1 0 00455717 +digital a 3 4 ! \ + ; 3 0 02713232 02713096 00110701 +digitate a 1 1 & 1 0 00946281 +digitigrade a 1 2 ! ; 1 0 00751170 +dignified a 2 3 ! & ^ 2 2 00751525 01890988 +dignifying a 1 1 & 1 0 01588426 +digressive a 2 2 & + 2 0 01976360 00768397 +dilapidated a 1 1 & 1 1 00679717 +dilatory a 1 1 & 1 0 00981067 +dilettante a 1 2 & + 1 0 01874331 +dilettanteish a 1 1 & 1 0 01874331 +dilettantish a 1 1 & 1 0 01874331 +diligent a 2 4 ! & ^ + 2 1 01736122 00754107 +dilute a 1 1 & 1 1 00756091 +diluted a 1 2 ! & 1 0 00756091 +diluvial a 1 1 \ 1 0 02846630 +diluvian a 1 1 \ 1 0 02846630 +dim a 5 2 & + 5 2 00275290 00782216 00284575 01229561 00440579 +dim-sighted a 1 1 & 1 0 02159969 +dim-witted a 1 1 & 1 0 01841390 +dimensional a 2 3 & \ + 2 2 02985102 00660313 +dimensioning a 1 1 & 1 1 01684922 +diminished a 4 2 & ; 4 1 01274945 00554879 00882890 00882580 +diminishing a 1 1 & 1 1 02537351 +diminuendo a 1 1 & 1 0 02538389 +diminutive a 1 2 & + 1 1 01392249 +dimmed a 1 2 ! & 1 0 00284575 +dimorphic a 1 1 \ 1 0 02713368 +dimorphous a 1 1 \ 1 0 02713368 +dingy a 3 2 & + 3 1 00420650 01909077 00364881 +dinky a 2 2 & ; 2 0 01392896 00167520 +diocesan a 1 2 \ + 1 0 02871449 +dioecian a 1 0 1 0 01543633 +dioecious a 1 1 ! 1 0 01543633 +dioestrous a 1 1 & 1 0 02138428 +dioestrual a 1 1 & 1 0 02138428 +dionysian a 1 3 \ + ; 1 0 02713581 +diploid a 1 3 ! + ; 1 0 01147622 +diplomatic a 2 5 ! & ^ \ + 2 2 02713715 00758459 +diplomatical a 1 3 & ^ + 1 0 00758459 +dipolar a 1 1 \ 1 0 02953973 +dipped a 1 1 & 1 0 01020117 +dipterous a 1 2 \ + 1 0 02713855 +dipylon a 1 2 \ + 1 1 03017659 +dire a 2 1 & 2 0 00651451 00193799 +direct a 10 6 ! & ^ = + ; 10 3 00760916 00770480 00763901 01416508 00769926 00769239 00763633 01852666 00914808 00005473 +directed a 2 1 & 2 1 01683061 01475041 +directing a 1 1 & 1 1 00199114 +directional a 3 4 ! & \ + 3 1 02713974 02714263 00199114 +directionless a 1 1 & 1 0 01910652 +directive a 1 2 & + 1 0 00199114 +direful a 1 1 & 1 0 00193799 +dirigible a 1 2 & + 1 0 01475160 +dirt a 1 1 & 1 0 01289480 +dirt_cheap a 1 1 & 1 0 00934874 +dirty a 12 5 ! & ^ = + 12 3 00419289 00424370 01587474 00426608 02114296 01909077 01405390 01403012 01245778 00957743 00621857 00305590 +dirty-faced a 1 1 & 1 0 00421383 +dirty-minded a 1 1 & 1 0 00425234 +disabled a 1 2 & + 1 1 01019283 +disabling a 2 2 ! & 2 1 01168166 01195341 +disabused a 1 1 & 1 0 00866182 +disadvantaged a 1 1 & 1 0 01864666 +disadvantageous a 1 4 ! & ^ + 1 0 00065488 +disaffected a 1 1 & 1 0 00589960 +disagreeable a 3 3 ! & + 3 0 00089355 01137882 00561359 +disappointed a 1 1 & 1 1 02333976 +disappointing a 1 1 & 1 1 02082611 +disapproving a 1 1 & 1 0 00997298 +disarming a 1 2 & + 1 0 01897948 +disarranged a 1 2 ! & 1 0 01681607 +disarrayed a 1 1 & 1 0 01681789 +disastrous a 1 2 & + 1 1 01050088 +disavowable a 1 1 & 1 0 00721287 +disbelieving a 1 1 & 1 0 00647247 +disc-shaped a 1 1 & 1 0 02042267 +discalceate a 1 1 ; 1 0 02157041 +discalced a 1 2 ! ; 1 0 02157041 +discarded a 1 1 & 1 1 02528206 +discernable a 1 1 + 1 1 00581812 +discernible a 3 3 ! & + 3 2 00581812 01747195 01287486 +discerning a 4 3 ! & ^ 4 1 00771373 02384672 01745027 00775135 +discharged a 1 1 & 1 0 00864884 +disciform a 1 1 & 1 0 02045894 +disciplinal a 1 1 & 1 0 01300661 +disciplinary a 3 3 & \ + 3 0 03061455 03061081 01300661 +disciplined a 2 1 & 2 2 00599111 01911951 +disclike a 1 1 & 1 0 02042267 +disclosed a 1 1 & 1 0 02508514 +discoid a 1 1 & 1 0 02042267 +discoidal a 1 1 & 1 0 02042267 +discombobulated a 1 1 & 1 0 00532288 +discomfited a 1 2 & + 1 0 02333976 +discomposed a 1 3 ! & ^ 1 0 00531342 +discomycetous a 1 2 \ + 1 0 02714433 +disconcerted a 1 1 & 1 1 00532288 +disconcerting a 1 1 & 1 1 01809019 +disconfirming a 2 2 & ; 2 0 01820861 02356712 +disconnected a 5 3 & + ; 5 0 02293856 02481012 02294122 01651609 00465221 +disconsolate a 2 2 & + 2 0 01232298 00364881 +discontent a 1 3 & ^ + 1 0 00589624 +discontented a 1 4 ! & ^ + 1 1 00589624 +discontinued a 1 2 ! & 1 0 00598203 +discontinuous a 2 5 ! & ^ + ; 2 0 00597599 00596769 +discordant a 2 3 ! & + 2 0 00553899 01164250 +discorporate a 1 1 & 1 1 00631040 +discouraged a 2 1 & 2 1 01664880 01992418 +discouraging a 2 3 ! & ^ 2 1 00867213 01771381 +discourteous a 2 4 ! & ^ = 2 1 00640283 00642152 +discoverable a 1 1 & 1 0 00738829 +discovered a 1 1 & 1 1 01610484 +discreditable a 1 1 & 1 0 01984097 +discredited a 2 1 & 2 0 01984252 00154163 +discreet a 3 3 ! & + 3 0 00772910 02384672 01898490 +discrepant a 3 2 & + 3 0 00578523 00562803 00554098 +discrete a 1 2 & + 1 1 02110778 +discretional a 1 1 & 1 0 00719819 +discretionary a 2 2 & + 2 1 00719819 02003186 +discriminable a 1 1 & 1 0 00582762 +discriminate a 1 2 ! ^ 1 0 00773579 +discriminating a 2 3 ! & ^ 2 1 00774323 01744515 +discriminative a 2 2 & + 2 0 00775301 00650135 +discriminatory a 4 2 & + 4 0 00285148 00997394 00775301 00065184 +discursive a 2 3 & + ; 2 0 01430452 00768397 +disdainful a 2 2 & + 2 1 01995288 01891109 +diseased a 1 1 & 1 1 01176246 +disembodied a 1 1 & 1 1 00631040 +disenchanted a 1 3 ! & ^ 1 0 00866047 +disenchanting a 1 1 & 1 0 00615343 +disenfranchised a 1 1 ! 1 0 00876735 +disentangled a 1 1 & 1 0 00256538 +disfigured a 1 1 & 1 1 00221318 +disfranchised a 1 0 1 0 00876735 +disgraced a 1 1 & 1 0 00154163 +disgraceful a 2 2 & + 2 0 01549964 01227546 +disgruntled a 1 1 & 1 0 00590163 +disguised a 1 1 & 1 1 01707230 +disgusted a 1 1 & 1 1 01806677 +disgustful a 1 1 & 1 0 01625893 +disgusting a 1 2 & + 1 1 01625893 +dish-shaped a 1 1 & 1 0 00536792 +disharmonious a 1 1 & 1 0 01164250 +disheartened a 1 1 & 1 1 01664880 +disheartening a 1 1 & 1 1 00867615 +dished a 1 1 & 1 0 00536792 +disheveled a 1 1 & 1 1 02425220 +dishevelled a 1 1 & 1 0 02425220 +dishonest a 2 3 ! & ^ 2 1 01222884 00621207 +dishonorable a 2 5 ! & ^ = + 2 0 01227137 01222884 +dishonored a 1 1 & 1 0 00154163 +dishonourable a 1 4 & ^ = + 1 0 01227137 +dishy a 1 3 & + ; 1 0 00218673 +disillusioned a 1 1 & 1 0 00866392 +disillusioning a 1 1 & 1 1 00615343 +disinclined a 1 3 ! & ^ 1 0 01293158 +disinfectant a 1 2 & + 1 0 02116054 +disingenuous a 1 4 ! & ^ + 1 0 01310685 +disinherited a 1 1 & 1 0 01463642 +disintegrable a 1 1 & 1 0 02265594 +disintegrative a 1 3 ! & + 1 1 01331878 +disinterested a 1 2 & + 1 1 01723543 +disjoined a 1 1 & 1 0 00568541 +disjoint a 1 2 & ; 1 0 02110993 +disjointed a 3 2 & + 3 1 00465221 02481354 01318510 +disjunct a 4 3 ! & ; 4 0 00565962 02481457 02111095 00597267 +disjunctive a 1 3 ! & + 1 0 00564262 +disk-shaped a 1 1 & 1 0 02042267 +disklike a 1 1 & 1 0 02042267 +dislikable a 1 1 & 1 0 01461597 +disliked a 1 2 ! & 1 0 01461455 +dislocated a 1 1 & 1 0 01318510 +dislogistic a 1 1 & 1 0 00907243 +disloyal a 2 4 ! & ^ = 2 0 01740630 00962634 +dismal a 1 1 & 1 0 00364881 +dismantled a 1 1 & 1 0 00735608 +dismayed a 1 1 & 1 1 00078576 +dismaying a 1 1 & 1 1 00193367 +dismissed a 1 1 & 1 0 00864884 +dismissible a 1 2 & + 1 0 01526769 +dismissive a 2 2 & + 2 0 01343411 00076580 +disobedient a 2 5 ! & ^ = + 2 1 01613463 02330762 +disobliging a 1 1 & 1 0 00021592 +disordered a 3 2 ! & 3 2 01669246 00465221 01668250 +disorderly a 3 3 ! & + 3 2 01666275 02425529 02390569 +disorganised a 1 2 & ^ 1 0 01668858 +disorganized a 1 3 ! & ^ 1 1 01668858 +disoriented a 2 1 & 2 0 01684133 01683908 +disorienting a 1 3 ! & ^ 1 0 01685377 +disparaging a 1 1 & 1 0 00907032 +disparate a 2 2 & + 2 1 02066836 01199476 +dispassionate a 1 2 & + 1 1 01723648 +dispensable a 1 4 ! ^ = + 1 0 00903449 +dispensed a 1 1 & 1 0 00540826 +dispersed a 1 1 & 1 1 00540977 +dispersive a 1 2 & + 1 0 00468362 +dispirited a 2 2 & + 2 0 02281938 00703615 +dispiriting a 1 1 & 1 0 00867615 +displeased a 1 3 ! & ^ 1 1 01805889 +displeasing a 1 3 ! & ^ 1 0 01808822 +disposable a 2 2 ! & 2 0 00777418 00776570 +disposed a 2 1 & 2 0 02565425 01292411 +dispossessed a 1 1 & 1 1 01050603 +disproportional a 1 0 1 0 00483048 +disproportionate a 2 2 ! & 2 2 00483048 00482059 +disputable a 2 1 & 2 1 00590669 00602117 +disputatious a 1 2 & + 1 0 00603804 +disputative a 1 2 & + 1 0 00603804 +disputed a 1 1 & 1 0 00602474 +disqualified a 2 2 & ; 2 1 00853225 00853324 +disqualifying a 1 0 1 0 01195341 +disquieted a 1 1 & 1 0 02457167 +disquieting a 1 1 & 1 0 00480753 +disregarded a 1 1 & 1 0 01608465 +disreputable a 1 5 ! & ^ = + 1 0 01983797 +disrespectful a 2 3 ! & ^ 2 0 01994602 02013083 +disrupted a 1 1 & 1 0 00597148 +disruptive a 1 2 & + 1 1 01923720 +dissatisfactory a 1 2 & + 1 0 02082611 +dissatisfied a 1 1 & 1 1 00590163 +dissected a 1 1 & 1 0 02172255 +disseminative a 1 2 & + 1 0 00468362 +dissentient a 2 2 & + 2 0 01691302 00075737 +dissenting a 1 1 & 1 0 00075737 +dissentious a 1 2 & + 1 0 00554302 +dissident a 2 2 & + 2 0 01691474 00075737 +dissilient a 1 2 & + 1 0 00003700 +dissimilar a 3 3 ! = + 3 1 02073113 01410905 01410363 +dissimulative a 1 2 & + 1 0 02181926 +dissipated a 2 1 & 2 0 01549568 01297946 +dissociable a 1 1 & 1 0 00785002 +dissociative a 1 2 & + 1 0 00785298 +dissoluble a 1 2 & + 1 0 02265386 +dissolute a 1 2 & + 1 0 01549568 +dissolvable a 1 1 & 1 0 02265386 +dissolved a 1 1 & 1 1 01506258 +dissonant a 3 3 & + ; 3 0 01164561 01164250 00554098 +dissuasive a 1 4 ! & ^ + 1 0 01770903 +distaff a 1 2 & + 1 0 01484451 +distal a 2 3 ! & ; 2 1 00778363 00778680 +distant a 5 5 ! & ^ = + 5 2 00445548 00450606 01987646 00443075 00442917 +distasteful a 2 2 & + 2 0 01716971 01625893 +distensible a 1 2 & + 1 0 00946844 +distinct a 5 4 ! & ^ + 5 3 02067063 00779374 02110778 00701299 00429016 +distinctive a 2 2 & + 2 2 00357556 01272718 +distinguishable a 2 2 ! & 2 1 00582314 02067063 +distinguished a 2 1 & 2 2 01278080 00752110 +distortable a 1 1 & 1 1 00345005 +distorted a 2 1 & 2 0 02141298 01311067 +distracted a 1 1 & 1 0 00165458 +distrait a 1 1 & 1 0 00165458 +distraught a 1 1 & 1 1 00085870 +distressed a 4 2 & ^ 4 1 02457558 00909363 02458497 02457167 +distressful a 1 2 & + 1 0 01189386 +distressing a 2 1 & 2 1 01189386 01126841 +distributed a 1 3 ! & ^ 1 0 00539793 +distributional a 1 1 \ 1 0 02714578 +distributive a 1 4 ! & ^ + 1 1 00467913 +distrustful a 1 4 ! & ^ + 1 0 02463154 +disturbed a 4 1 & 4 3 01681882 02457167 01584017 02075321 +disturbing a 1 1 & 1 1 01189386 +disunited a 1 1 & 1 0 02481012 +disused a 1 1 & 1 0 00669021 +disyllabic a 1 1 & 1 0 02288904 +dithyrambic a 1 1 \ 1 0 02714708 +diurnal a 2 3 ! & ; 2 0 00678666 01968033 +divalent a 1 2 \ ; 1 0 03049071 +divergent a 2 4 ! & ^ + 2 1 02066662 00612652 +diverging a 1 2 & ^ 1 0 00612652 +divers a 1 1 & 1 0 02067719 +diverse a 2 2 & + 2 2 02067719 02067491 +diversified a 1 3 ! & ^ 1 1 00783129 +diversionary a 1 2 & + 1 0 00763272 +diverted a 1 1 & 1 0 01805355 +diverting a 1 1 & 1 0 01344485 +dividable a 1 2 & ; 1 0 00785406 +divided a 3 3 ! & ^ 3 1 02478749 02221550 00541189 +divided_up a 1 1 & 1 0 00541189 +divinatory a 2 2 & + 2 0 01882754 00861216 +divine a 6 2 & + 6 3 01179547 01180363 01179767 02055460 01261127 01121507 +divisible a 1 3 ! & + 1 0 00784533 +divisional a 3 3 & \ + 3 0 03061626 00565115 00517010 +divisive a 1 1 & 1 1 00554302 +divorced a 1 1 & 1 1 01482551 +dizygotic a 1 1 \ 1 0 02933807 +dizygous a 1 1 \ 1 0 02933807 +dizzy a 2 2 & + 2 2 02544048 02120828 +djiboutian a 1 2 \ + 1 0 03061762 +do-it-yourself a 1 1 & 1 1 00674476 +do-nothing a 1 2 & + 1 0 01998535 +do-or-die a 1 1 & 1 0 01990507 +doable a 1 1 & 1 0 01821690 +docile a 3 4 ! & ^ + 3 1 02328659 02451634 02388773 +doctoral a 1 2 \ + 1 0 02893338 +doctorial a 1 2 \ + 1 0 02893338 +doctrinaire a 1 2 & + 1 1 01324271 +doctrinal a 1 2 \ + 1 1 03006225 +documental a 1 2 \ + 1 0 02896789 +documentary a 2 3 & \ + 2 0 02896789 01934026 +documented a 2 2 ! & 2 0 00786291 01115920 +doddering a 1 1 & 1 0 01645296 +doddery a 1 1 & 1 0 01645296 +dodgy a 2 2 & + 2 0 02059381 00148078 +dog-eared a 1 1 & 1 0 02581829 +dog-sized a 1 1 & 1 0 02222965 +dog-tired a 1 1 & 1 0 02433451 +dogged a 1 2 & + 1 1 02327569 +dogging a 1 1 & 1 1 00596043 +doglike a 1 1 & 1 1 00961908 +dogmatic a 3 3 & \ + 3 1 00288070 03061982 03006389 +dogmatical a 1 2 & + 1 0 00288070 +dolabrate a 1 1 & 1 0 02168014 +dolabriform a 1 1 & 1 0 02168014 +doled_out a 1 1 & 1 1 00540236 +doleful a 1 2 & + 1 1 01362387 +dolichocephalic a 1 2 ! & 1 0 00262529 +dolichocranial a 1 1 & 1 0 00262529 +dolichocranic a 1 1 & 1 0 00262529 +dolled_up a 1 1 & 1 0 00455824 +dolomitic a 1 2 \ + 1 0 03062151 +dolorous a 1 2 & + 1 0 01365239 +dolourous a 1 2 & + 1 0 01365239 +doltish a 1 1 & 1 0 00440489 +dome-shaped a 1 1 & 1 0 02046115 +domed a 1 1 & 1 0 02046017 +domestic a 5 6 ! & ^ \ = + 5 3 01038102 02919594 01038808 02388921 01036754 +domesticated a 2 1 & 2 0 02388921 01039203 +domiciliary a 1 2 \ + 1 0 03062280 +dominant a 3 6 ! & ^ = + ; 3 1 00791227 00793793 01066787 +dominated a 2 1 & 2 1 00599186 00789988 +dominating a 3 1 & 3 1 00791631 01205232 00787595 +domineering a 1 4 ! & ^ + 1 1 00787136 +dominical a 2 1 \ 2 0 02847025 02846927 +dominican a 2 1 \ 2 0 03062595 03062466 +donatist a 1 1 \ 1 0 02847126 +done a 2 1 & 2 1 01003536 00617344 +done_for a 2 2 & ; 2 1 00735882 02334321 +done_with a 1 1 & 1 1 01003822 +donnean a 1 2 \ + 1 0 03030753 +donnian a 1 2 \ + 1 0 03030753 +donnish a 1 1 & 1 0 02083908 +doomed a 4 3 & + ; 4 1 00097305 01451225 01051410 00340827 +door-to-door a 2 1 & 2 0 00761260 00527551 +doped a 2 1 & 2 1 01954418 00798879 +dopey a 1 3 & + ; 1 0 00439905 +dopy a 1 3 & + ; 1 0 00439905 +dorian a 1 1 \ 1 0 02847207 +doric a 1 1 \ 1 0 02847370 +dormant a 4 5 ! & = + ; 4 1 00188155 00040685 01238914 00034032 +dormie a 1 2 & ; 1 0 02490949 +dormy a 1 2 & ; 1 0 02490949 +dorsal a 2 3 ! + ; 2 0 00132127 00002312 +dorsoventral a 1 1 & 1 0 00132754 +dosed a 1 1 & 1 1 01955670 +dostoevskian a 1 2 \ + 1 0 03030919 +dostoyevskian a 1 2 \ + 1 0 03030919 +dot-com a 1 2 \ + 1 0 02847473 +doting a 1 1 & 1 0 01464433 +dotted a 2 1 & 2 2 01788445 00290483 +dotty a 2 2 & ; 2 0 02074929 00886448 +double a 7 5 ! & = + ; 7 3 02217799 02217452 02217241 02220308 01546826 01385149 00896026 +double-barreled a 2 2 ! & 2 0 00794277 00102578 +double-barrelled a 2 1 & 2 0 00794277 00102578 +double-bass a 1 1 & 1 0 01216145 +double-bedded a 1 1 & 1 0 00207706 +double-breasted a 1 1 ! 1 1 00794426 +double-chinned a 1 1 & 1 0 00987349 +double-dealing a 1 2 & + 1 0 01223271 +double-dyed a 1 1 & 1 0 01520091 +double-edged a 1 1 & 1 0 00102786 +double-faced a 2 1 & 2 0 01759876 01223271 +double-geared a 2 1 & 2 0 01100595 01100394 +double-humped a 1 1 \ 1 0 02819475 +double-jointed a 1 1 & 1 0 01022657 +double-quick a 1 1 & 1 0 00977606 +double-spaced a 1 1 & 1 0 01655972 +double-tongued a 1 1 & 1 0 01223271 +doubled a 1 1 & 1 0 02217241 +doubtful a 3 2 & + 3 2 01916979 00338013 02130672 +doubting a 1 1 & 1 0 02463847 +doughnut-shaped a 1 1 & 1 0 02044860 +doughy a 1 2 & + 1 0 01185417 +dour a 3 1 & 3 0 02327569 01802932 01137378 +dovish a 1 2 & + 1 0 01741953 +dowdy a 2 2 & + 2 0 00976339 00974519 +dowered a 1 1 & 1 0 00671357 +dowerless a 1 2 & ; 1 0 00671593 +down a 9 3 ! & ^ 9 5 02491961 02486248 02487414 02061678 01750617 01212867 01208492 00833737 00703615 +down-and-out a 1 2 & + 1 0 02334436 +down-to-earth a 1 1 & 1 0 01940472 +down_in_the_mouth a 1 1 & 1 0 00703615 +down_pat a 1 1 & 1 0 01750617 +downbound a 1 1 & 1 0 02492565 +downcast a 2 1 & 2 1 02492719 00703615 +downfield a 1 2 & ; 1 0 02492812 +downhearted a 1 2 & + 1 0 00703615 +downhill a 1 2 & + 1 1 02485895 +downlike a 1 1 & 1 0 01154030 +downmarket a 1 2 ! & 1 0 02488445 +downright a 2 2 & + 2 0 01222722 00520892 +downscale a 1 1 & 1 0 02488553 +downstage a 1 1 ! 1 0 02493867 +downstair a 1 1 & 1 0 02494092 +downstairs a 1 2 ! & 1 0 02494092 +downstream a 1 1 ! 1 0 02494499 +downtown a 1 2 ! + 1 1 02494716 +downtrodden a 1 1 & 1 0 01051718 +downward a 2 1 & 2 2 02486248 02492981 +downward-arching a 1 1 & 1 0 02486425 +downward-sloping a 1 1 & 1 0 02485895 +downwind a 1 1 & 1 0 01400237 +downy a 2 3 & + ; 2 0 01154030 00213610 +dozen a 1 2 & + 1 1 02187465 +dozy a 1 1 & 1 0 00188436 +drab a 4 2 & + 4 2 00807399 00405179 00378687 00364881 +draconian a 1 2 \ + 1 0 03031102 +drafty a 1 2 & + 1 1 01397674 +dragging a 1 1 & 1 1 00837084 +draggled a 1 1 & 1 0 00420287 +drained a 3 3 ! & ; 3 0 01088478 02434115 00359260 +draining a 1 1 & 1 0 01358231 +dramatic a 4 6 ! & \ = + ; 4 2 00794825 01284212 02714800 01469161 +dramaturgic a 1 2 \ + 1 0 03005423 +dramaturgical a 1 2 \ + 1 0 03005423 +draped a 2 1 & 2 1 01695505 00671976 +drastic a 1 1 & 1 1 00841934 +draughty a 1 2 & + 1 1 01397674 +drawn a 2 1 & 2 2 02433000 01653992 +drawn-out a 2 1 & 2 0 01439155 00981195 +dread a 1 2 & + 1 0 00193799 +dreaded a 1 1 & 1 0 00193799 +dreadful a 3 2 & + 3 2 00193799 01126291 01803247 +dreamed a 1 1 & 1 1 01935139 +dreamless a 1 1 & 1 0 02459862 +dreamlike a 1 1 & 1 1 01939226 +dreamy a 2 2 & + 2 1 00165585 00876204 +drear a 1 1 & 1 0 00364881 +dreary a 2 2 & + 2 1 00807399 00364881 +drenched a 1 1 & 1 1 01696165 +drenched_in a 1 1 & 1 0 01696165 +dress a 2 1 & 2 0 01043226 01042921 +dressed a 4 1 & 4 1 00454440 01955796 01005306 00455824 +dressed-up a 1 1 & 1 0 00455824 +dressed_to_kill a 1 1 & 1 0 00455824 +dressed_to_the_nines a 1 1 & 1 0 00455824 +dressy a 1 3 & + ; 1 1 01795353 +dried a 2 1 & 2 2 02553017 01072382 +dried-out a 1 1 & 1 1 02552849 +dried-up a 2 2 & ; 2 0 02553234 02553137 +drifting a 1 1 & 1 0 02127159 +drill-like a 1 1 & 1 0 00801616 +drilled a 1 1 & 1 1 01912145 +drinkable a 1 1 ! 1 0 00797113 +drip-dry a 2 1 & 2 0 02534042 01360085 +dripless a 1 1 & 1 0 01398648 +drippy a 3 2 & + 3 0 02549234 01397786 00854413 +driven a 3 1 & 3 1 02521758 01558749 00104699 +driving a 2 1 & 2 1 00808940 00874634 +drizzling a 1 1 & 1 1 02486504 +drizzly a 1 2 & + 1 0 02549234 +droll a 1 1 & 1 0 01265938 +drooping a 3 2 & ; 3 0 02433365 02403944 01238486 +droopy a 1 2 & + 1 0 02403944 +dropping a 1 1 & 1 0 02486628 +dropsical a 1 2 & + 1 0 01176544 +drowsing a 1 1 & 1 0 00188436 +drowsy a 2 2 & + 2 1 00188436 00165766 +drudging a 1 1 & 1 0 00293376 +drug-addicted a 1 1 & 1 0 00047406 +drug-free a 1 1 & 1 0 00799800 +drugged a 1 1 & 1 1 00798879 +drugless a 1 1 & 1 1 01166314 +drum-like a 1 1 & 1 0 02146760 +drum-shaped a 1 1 & 1 0 02146760 +drumhead a 1 1 & 1 0 01633880 +drunk a 2 2 & + 2 2 00797299 00920260 +drunken a 1 2 & + 1 1 00798491 +drupaceous a 1 2 \ + 1 0 02714948 +dry a 16 5 ! & ^ = + 16 2 02551380 01266092 02555267 02554940 02554546 02367785 01178669 02474076 02307729 02260730 01867052 01793106 01792973 01158837 00857387 00799953 +dry-cleaned a 1 1 & 1 0 00418110 +dry-eyed a 1 1 & 1 1 02473977 +dry-shod a 1 1 & 1 0 02553560 +dual a 3 2 & + 3 1 02217452 02217799 02183135 +dual-lane a 1 1 & 1 0 02221550 +dualistic a 1 2 \ + 1 0 02947252 +dubious a 3 2 & + 3 2 00338013 01916979 00338669 +dubitable a 1 1 & 1 0 01916979 +ducal a 1 2 \ + 1 0 03062754 +duck-billed a 1 1 & 1 0 00206900 +duckbill a 1 1 & 1 0 00206900 +ductile a 2 2 & + 2 0 02451551 02144436 +ductless a 1 1 \ 1 0 03062899 +dud a 1 1 & 1 0 01425154 +due a 4 2 ! & 4 2 00136354 00929916 00137725 00171872 +dulcet a 2 1 & 2 0 01800873 01501821 +dull a 12 6 ! & ^ = + ; 12 8 00806512 00283703 01454985 01345307 00393992 00803971 00440579 00036998 00800248 02107634 02011622 00462249 +dull-purple a 1 1 & 1 0 00374735 +dull-white a 1 1 & 1 0 00389150 +dulled a 3 1 & 3 1 01343679 00800597 00405406 +dumb a 4 2 & + 4 1 00440579 00152629 00152004 00151855 +dumbfounded a 1 1 & 1 0 02358277 +dumbfounding a 1 1 & 1 0 00645856 +dumbstricken a 1 1 & 1 0 02358277 +dumbstruck a 1 1 & 1 0 02358277 +dumfounded a 1 1 & 1 1 02358277 +dumfounding a 1 1 & 1 0 00645856 +dummy a 1 1 & 1 0 01572831 +dumpy a 3 3 & \ + 3 0 02715047 02386962 00987510 +dun a 1 1 & 1 1 00374818 +dun-colored a 1 1 & 1 0 00397441 +dun-coloured a 1 1 & 1 0 00397441 +duncical a 1 1 & 1 0 00440292 +duncish a 1 1 & 1 0 00440292 +duodecimal a 1 1 & 1 0 01915482 +duodenal a 1 2 \ + 1 0 02908647 +duple a 1 1 & 1 0 02217452 +duplex a 2 2 & ; 2 0 02218179 00233756 +duplicable a 1 2 & + 1 1 01868185 +duplicatable a 1 1 & 1 0 01868185 +duplicate a 2 1 & 2 0 02063903 01486854 +duplicitous a 1 2 & + 1 0 01223271 +durable a 3 2 & + 3 1 01439496 02124096 01754049 +dural a 1 2 \ + 1 0 02715142 +dusky a 2 3 & + ; 2 2 00275486 00245458 +dusky-colored a 1 1 & 1 0 00397314 +dusky-coloured a 1 1 & 1 0 00397314 +dust-covered a 1 1 & 1 0 01696346 +dustlike a 1 1 & 1 0 02233072 +dusty a 2 2 & + 2 0 01696346 01689580 +dutch a 1 1 \ 1 1 02960686 +duteous a 1 2 & + 1 0 01613047 +dutiable a 1 1 & 1 0 02400628 +dutiful a 1 2 & + 1 0 01613047 +duty-bound a 1 1 & 1 0 01616891 +duty-free a 1 1 & 1 0 02401196 +dwarfish a 1 2 & + 1 0 01393024 +dwindling a 1 1 & 1 1 02537513 +dyadic a 1 1 \ 1 0 02854257 +dyed a 1 1 & 1 0 01572171 +dying a 2 3 ! & ; 2 1 00003939 00811248 +dynamic a 3 6 ! & ^ \ + ; 3 1 00808191 02979878 00041618 +dynamical a 1 3 & ^ + 1 0 00808191 +dynastic a 1 2 \ + 1 0 02715244 +dysfunctional a 2 2 & + 2 0 01275057 00046792 +dysgenic a 1 3 ! \ + 1 0 02715365 +dyslectic a 1 2 & + 1 0 01275195 +dyslexic a 2 3 & \ + 2 0 03040408 01275195 +dyslogistic a 1 1 & 1 0 00907243 +dyspeptic a 2 2 & + 2 0 02544427 01135269 +dysphemistic a 1 2 ! + 1 0 00908672 +dysphoric a 1 3 ! ^ + 1 0 00909363 +dysplastic a 1 2 \ + 1 0 02715567 +dyspneal a 1 3 & ^ + 1 0 00267871 +dyspneic a 1 2 & ^ 1 0 00267871 +dyspnoeal a 1 3 & ^ + 1 0 00267871 +dyspnoeic a 1 2 & ^ 1 0 00267871 +dystopian a 2 3 ! \ + 2 0 03020075 02498507 +each a 1 1 & 1 1 02269635 +eager a 1 4 ! & ^ + 1 1 00810916 +eagle-eyed a 1 1 & 1 1 02157594 +ear-like a 1 1 & 1 0 02045144 +ear-shaped a 1 1 & 1 0 02045144 +eared a 2 2 ! & 2 1 02581829 00812170 +earless a 1 1 ! 1 0 00812860 +earlier a 1 2 & ; 1 0 00814611 +earliest a 1 2 & ; 1 1 00814611 +early a 6 6 ! & ^ = + ; 6 5 00812952 00817424 01729384 01648617 00819852 01732958 +early-blooming a 1 1 & 1 0 01254607 +early-flowering a 1 1 & 1 0 01254607 +earlyish a 1 1 & 1 0 00814902 +earned a 1 2 ! & 1 1 00821367 +earnest a 3 2 & + 3 1 02118840 02179968 01910114 +earsplitting a 1 1 & 1 1 01453467 +earthborn a 3 1 & 3 0 01557790 01259280 01181116 +earthbound a 2 1 & 2 1 01181251 01346343 +earthen a 1 1 \ 1 0 02905050 +earthlike a 2 1 & 2 1 00374944 01181329 +earthly a 1 4 ! & ^ + 1 0 01180695 +earthshaking a 2 1 & 2 1 01453625 02162458 +earthy a 5 3 & \ + 5 3 00683531 01570286 01317362 02905151 01940472 +eased a 1 1 & 1 0 01519465 +east a 1 2 ! & 1 1 00823350 +east-central a 1 1 & 1 0 00827192 +east_african a 1 2 \ + 1 0 02941957 +east_german a 1 1 \ 1 1 02957699 +east_indian a 1 2 \ + 1 0 02942077 +east_pakistani a 1 1 \ 1 0 03046349 +eastbound a 1 1 & 1 0 00823556 +easterly a 2 2 & + 2 0 00823832 00823665 +eastern a 5 3 ! & = 5 3 00823971 00826959 00823832 00825604 00823665 +eastern_orthodox a 1 2 \ ; 1 0 02953598 +easternmost a 1 1 & 1 0 00824094 +eastmost a 1 1 & 1 0 00824094 +eastside a 1 1 & 1 0 00824183 +eastward a 1 1 & 1 1 00823556 +easy a 12 6 ! & ^ = + ; 12 5 00749230 01272176 00822115 01808139 01192035 02364721 02022556 01144571 00477553 00361837 00184075 00015097 +easygoing a 3 3 & + ; 3 0 01272176 00750054 00712004 +eatable a 1 2 & ^ 1 1 00828779 +ebionite a 1 1 \ 1 0 02716412 +ebon a 1 1 & 1 0 00389231 +ebony a 1 1 & 1 0 00389231 +ebracteate a 1 2 ! \ 1 0 02716516 +ebullient a 1 2 & + 1 1 02279723 +eccentric a 2 3 ! & + 2 2 00608791 00543200 +ecclesiastic a 1 1 \ 1 0 02899486 +ecclesiastical a 1 1 \ 1 1 02899486 +eccrine a 1 1 ! 1 0 00098736 +ecdemic a 1 1 ! 1 0 01427602 +echoic a 2 2 ! & 2 0 01217579 02008820 +echoing a 1 1 & 1 0 02009993 +echoless a 1 1 & 1 0 02008508 +echolike a 1 1 & 1 0 02008820 +echt a 1 2 & ^ 1 0 01115349 +eclectic a 1 2 & + 1 1 00775486 +ecologic a 2 3 \ + ; 2 0 02906778 02906478 +ecological a 2 3 \ + ; 2 0 02906778 02906478 +econometric a 1 2 \ + 1 0 02919733 +economic a 5 3 & \ + 5 3 02716739 02716605 00840212 02577454 01871565 +economical a 3 4 & \ + ; 3 3 00840212 02716739 02421364 +ecstatic a 1 2 & + 1 1 01367008 +ectodermal a 1 2 \ + 1 0 02876360 +ectodermic a 1 2 \ + 1 0 02876360 +ectomorphic a 1 3 ! & ^ 1 0 00827923 +ectopic a 1 3 \ + ; 1 0 02717149 +ectothermic a 1 1 & 1 0 02533075 +ectozoan a 1 2 \ + 1 0 03064239 +ecuadorian a 1 2 \ + 1 0 02966324 +ecumenic a 1 2 & + 1 0 02092460 +ecumenical a 2 2 & + 2 0 02092460 00527188 +edacious a 1 2 & + 1 0 00010726 +edematous a 1 2 & + 1 1 01176544 +edental a 1 1 & 1 0 02439740 +edentate a 1 1 & 1 0 02439740 +edentulate a 1 1 & 1 0 02439740 +edentulous a 1 1 & 1 1 02439875 +edged a 3 1 & 3 1 00258411 01374004 00801691 +edgeless a 1 1 & 1 0 00800678 +edgy a 1 2 & + 1 1 02406370 +edible a 1 4 ! & ^ + 1 0 00828779 +edified a 1 1 & 1 0 00884157 +edifying a 1 1 ! 1 1 01325451 +edited a 1 1 & 1 0 00352877 +editorial a 2 2 \ + 2 1 02717258 02717402 +educated a 2 3 ! & ^ 2 1 00829745 01307375 +educational a 2 3 & \ + 2 2 02946221 01324565 +educative a 1 2 & + 1 0 01324424 +edwardian a 1 2 \ + 1 0 03062990 +eel-shaped a 1 1 & 1 0 02146864 +eellike a 1 1 & 1 0 02315808 +eerie a 2 1 & 2 0 01575299 00968522 +eery a 1 2 & + 1 0 00968522 +effaceable a 1 1 & 1 0 00897759 +effected a 1 1 & 1 0 02129535 +effective a 6 6 ! & ^ = + ; 6 5 00834198 00510644 00839225 00832784 00044132 01660712 +effectual a 2 4 & ^ = + 2 0 00834198 02499148 +effeminate a 1 2 & + 1 0 01476325 +efferent a 1 4 ! & + ; 1 0 00333987 +effervescent a 3 3 ! & + 3 0 02277279 02276088 00805810 +effervescing a 1 1 & 1 0 02276305 +effete a 1 1 & 1 0 01297658 +efficacious a 2 5 ! & ^ = + 2 1 00838856 00834198 +efficient a 2 4 ! & ^ + 2 2 00839619 00510644 +efflorescent a 1 2 & + 1 0 01488856 +effluent a 1 2 & + 1 0 01295837 +effortful a 1 4 ! & ^ + 1 0 00836277 +effortless a 2 4 ! & ^ + 2 1 00838296 00749749 +effulgent a 1 2 & + 1 0 00280463 +effusive a 2 2 & + 2 0 00806064 00720524 +egalitarian a 1 2 & + 1 0 00715677 +egg-filled a 1 1 & 1 0 01084575 +egg-producing a 1 1 & 1 0 01478353 +egg-shaped a 1 1 & 1 0 02046199 +egocentric a 1 3 & ^ + 1 0 00101800 +egoistic a 1 4 ! & ^ + 1 0 00101800 +egoistical a 1 2 & ^ 1 0 00101800 +egotistic a 2 2 & + 2 0 02098694 01891773 +egotistical a 2 2 & + 2 0 02098694 01891773 +egregious a 1 1 & 1 0 00580039 +egyptian a 1 2 \ + 1 0 02971469 +eidetic a 1 1 & 1 0 01979501 +eight a 1 1 & 1 1 02187073 +eight-day a 1 1 & 1 0 01439706 +eight-fold a 1 1 & 1 0 02219988 +eight-membered a 1 1 & 1 0 01503504 +eight-sided a 1 1 & 1 0 00238712 +eighteen a 1 1 & 1 1 02188108 +eighteenth a 1 1 & 1 1 02204363 +eightfold a 1 1 & 1 0 02219988 +eighth a 1 1 & 1 1 02203123 +eightieth a 1 1 & 1 0 02208971 +eightpenny a 1 1 & 1 0 02223066 +eighty a 1 1 & 1 1 02194151 +eighty-eight a 1 1 & 1 0 02194946 +eighty-fifth a 1 1 & 1 0 02209080 +eighty-five a 1 1 & 1 0 02194649 +eighty-four a 1 1 & 1 0 02194550 +eighty-nine a 1 1 & 1 0 02195049 +eighty-one a 1 1 & 1 0 02194255 +eighty-seven a 1 1 & 1 0 02194844 +eighty-six a 1 1 & 1 0 02194747 +eighty-three a 1 1 & 1 0 02194448 +eighty-two a 1 1 & 1 0 02194351 +einsteinian a 1 2 \ + 1 0 03031247 +elaborate a 2 2 & + 2 2 01795933 00310433 +elaborated a 1 1 & 1 0 00310433 +elapsed a 1 1 < 1 1 03148724 +elastic a 2 4 ! & ^ + 2 2 00843146 01028163 +elasticised a 1 1 & 1 0 00844112 +elasticized a 1 1 & 1 0 00844112 +elated a 2 3 ! & ^ 2 0 00704609 01367211 +elating a 1 1 & 1 0 00921538 +elder a 1 2 & + 1 1 02100031 +elderly a 1 1 & 1 1 01644225 +eldest a 1 2 & + 1 1 01012100 +eldritch a 1 1 & 1 0 01575424 +elect a 2 2 & + 2 0 02123579 01294857 +elected a 1 1 & 1 1 00846052 +elective a 2 3 ! & + 2 0 00846052 00847577 +electoral a 2 3 & \ + 2 1 02717538 00846219 +electric a 3 3 & \ + 3 1 02826877 02406640 00921631 +electrical a 2 1 \ 2 1 02826701 02826877 +electrifying a 1 1 & 1 1 00921866 +electrocardiographic a 1 1 \ 1 0 02717678 +electrochemical a 1 2 \ + 1 0 02717784 +electroencephalographic a 1 1 \ 1 0 02717896 +electrolytic a 2 2 \ + 2 0 02718131 02718008 +electromagnetic a 1 2 \ + 1 1 02926320 +electromechanical a 1 1 \ 1 0 02718256 +electromotive a 1 1 \ 1 0 02718393 +electron_microscopic a 1 1 \ 1 1 02918724 +electronegative a 1 1 & 1 0 00358534 +electroneutral a 1 1 & 1 0 00359160 +electronic a 2 2 \ + 2 1 02718497 02718719 +electrophoretic a 1 2 \ + 1 0 02718845 +electropositive a 1 1 & 1 0 00358678 +electrostatic a 1 2 \ + 1 1 02719009 +eleemosynary a 1 1 & 1 0 00359645 +elegant a 3 4 ! & ^ + 3 1 00849357 01142069 01139613 +elegiac a 2 2 & \ 2 0 02719244 01365407 +elemental a 3 2 & \ 3 1 02719395 02719503 01856238 +elementary a 3 3 & \ + 3 1 00750296 02719685 01856238 +elephantine a 1 1 & 1 0 01385773 +elevated a 3 1 & 3 1 01208044 01588619 00881432 +eleven a 1 1 & 1 1 02187379 +eleven-sided a 1 1 & 1 0 00238934 +eleventh a 1 1 & 1 1 02203500 +elfin a 4 2 & \ 4 2 01575810 01393141 02719872 02122543 +elfish a 1 1 & 1 0 02122543 +elflike a 1 1 & 1 0 01393141 +elicited a 1 1 & 1 0 02283356 +eligible a 1 4 ! & ^ + 1 1 00851744 +elite a 1 2 & + 1 0 02123579 +elizabethan a 1 2 \ + 1 0 03031400 +ellipsoid a 1 2 & + 1 0 02046446 +ellipsoidal a 1 2 & + 1 0 02046446 +elliptic a 3 2 & + 3 0 02168132 02046199 00548029 +elliptical a 2 2 & + 2 0 02046199 00548029 +elocutionary a 2 3 & \ + 2 0 03063176 00073935 +elongate a 2 1 & 2 0 02168699 01434007 +elongated a 2 1 & 2 2 01434218 01434007 +eloquent a 1 2 & + 1 1 00150505 +elucidative a 1 2 & + 1 0 01323815 +elusive a 4 2 & + 4 2 01273316 00149262 01717901 00746451 +elvish a 1 1 & 1 0 02122543 +elysian a 2 3 & \ + 2 0 02871347 01121507 +emaciated a 1 1 & 1 1 00988988 +emancipated a 1 1 & 1 1 01063102 +emancipative a 1 2 & + 1 0 02005364 +emarginate a 1 1 & 1 0 02246826 +emasculate a 1 1 & 1 0 01476325 +emasculated a 1 1 & 1 0 02137070 +embarrassed a 2 1 & 2 1 00531628 00154270 +embarrassing a 2 1 & 2 2 00746047 01803335 +embattled a 2 1 & 2 0 01843906 01796109 +embedded a 2 1 & 2 1 01657967 01328419 +embezzled a 1 1 & 1 0 01403151 +emblematic a 2 2 & + 2 1 01982186 02469119 +emblematical a 1 2 & + 1 0 01982186 +embodied a 1 1 & 1 0 00630466 +emboldened a 1 1 & 1 1 00250659 +embolic a 1 2 \ + 1 0 02992453 +embonpoint a 1 1 & 1 0 00986766 +embossed a 1 1 & 1 0 00057149 +embroiled a 1 1 & 1 0 01516014 +embryologic a 1 2 & + 1 0 01490257 +embryonal a 1 2 & + 1 0 01490257 +embryonic a 2 2 & + 2 0 01490257 00818581 +embryotic a 1 2 & + 1 0 00818581 +emended a 1 1 & 1 0 00352877 +emergent a 2 2 & + 2 0 01143855 00003553 +emerging a 2 1 & 2 0 01733082 00003553 +emeritus a 1 1 & 1 1 01645490 +eminent a 2 2 & + 2 0 02339120 01205473 +emmetropic a 1 2 ! + 1 0 00105566 +emollient a 1 2 & + 1 0 01153844 +emotional a 4 6 ! & ^ \ = + 4 3 01927279 00853776 02983577 00085630 +emotionless a 1 2 & + 1 0 01257990 +emotive a 1 2 & + 1 0 00854255 +empathetic a 1 2 & + 1 0 02375639 +empathic a 1 1 & 1 0 02375639 +emphasised a 1 1 & 1 0 02319765 +emphasized a 1 1 & 1 0 02319765 +emphatic a 3 2 & + 3 1 02319765 00842041 00156575 +emphysematous a 1 2 \ + 1 1 03009131 +empiric a 2 4 & \ + ; 2 0 03063305 00858917 +empirical a 2 5 ! & \ + ; 2 1 00858917 03063305 +employable a 1 1 ! 1 0 00865201 +employed a 2 3 ! & ^ 2 1 00863946 00942806 +empowered a 1 1 & 1 0 00179315 +empty a 4 4 ! & = + 4 2 01086545 01498084 01269319 01088749 +empty-bellied a 1 1 & 1 0 01269319 +empty-handed a 2 1 & 2 0 02334561 01087300 +empty-headed a 1 1 & 1 0 02120828 +empurpled a 1 1 & 1 0 02017372 +empyreal a 2 3 & \ + 2 0 02720042 01121757 +empyrean a 2 2 & \ 2 0 02720042 01121757 +emulous a 2 2 & \ 2 0 02720203 00512941 +en_deshabille a 1 1 & 1 0 00459210 +en_garde a 1 1 & 1 0 01630939 +enabling a 1 2 ! & 1 1 01194806 +enamored a 1 2 & + 1 0 01465668 +enate a 1 1 & 1 0 01972349 +enatic a 1 1 & 1 0 01972349 +encased a 1 1 & 1 0 02155054 +enceinte a 1 1 & 1 0 00173391 +enchained a 1 1 & 1 1 00253196 +enchanted a 1 2 ! & 1 1 00865471 +enchanting a 1 1 & 1 0 00166753 +encircled a 1 1 & 1 0 01658666 +encircling a 1 1 & 1 0 00332091 +enclosed a 1 2 ! & 1 0 01656628 +encomiastic a 1 2 & + 1 0 00906099 +encompassing a 2 1 & 2 0 00526062 00449332 +encouraged a 1 1 & 1 0 01805489 +encouraging a 2 3 ! & ^ 2 0 00866471 02356244 +encroaching a 1 1 & 1 0 01352320 +encrusted a 1 1 & 1 0 01695749 +encumbered a 1 2 ! & 1 0 00867916 +encyclical a 1 1 & 1 0 00541349 +encyclopaedic a 1 1 & 1 0 00527744 +encyclopedic a 1 1 & 1 0 00527744 +encysted a 1 1 \ 1 0 02876514 +end-rhymed a 1 1 & 1 0 01966212 +end-stopped a 1 1 ! 1 0 00873387 +end-to-end a 1 1 & 1 0 01445184 +endangered a 1 2 & ; 1 0 02524192 +endearing a 1 1 & 1 1 01459755 +ended a 1 1 & 1 0 01003277 +endemic a 3 3 ! & ; 3 0 01427757 01106815 01036383 +endemical a 1 1 & 1 0 01427757 +endergonic a 1 2 ! ; 1 0 00292024 +endermatic a 1 1 \ 1 0 02876601 +endermic a 1 1 \ 1 0 02876601 +endless a 4 2 & + 4 2 01439784 01008174 01007947 00596211 +endocentric a 1 2 ! ; 1 0 00870614 +endocrinal a 1 2 \ + 1 0 02915055 +endocrine a 1 2 ! \ 1 0 02915055 +endodontic a 1 2 \ + 1 0 02915507 +endoergic a 1 2 ! ^ 1 0 00872195 +endogamic a 2 1 ; 2 0 00871816 00871051 +endogamous a 2 3 ! + ; 2 0 00871816 00871051 +endogenetic a 1 3 & + ; 1 0 01331675 +endogenic a 2 4 ! & + ; 2 0 00873113 01331675 +endogenous a 2 2 ! \ 2 0 02876745 00873113 +endometrial a 1 2 \ + 1 0 03063492 +endomorphic a 1 2 ! ^ 1 0 00828175 +endoparasitic a 1 2 \ + 1 0 02915666 +endoscopic a 1 2 \ + 1 0 03063601 +endothelial a 1 2 \ + 1 1 03018375 +endothermal a 1 2 & ^ 1 0 00872510 +endothermic a 1 3 ! & ^ 1 0 00872510 +endovenous a 1 1 \ 1 0 02890703 +endowed a 1 2 ! & 1 1 00671091 +endozoan a 1 2 \ + 1 0 03064076 +endozoic a 1 0 1 0 00889490 +endurable a 1 1 & 1 0 02435206 +enduring a 2 2 & + 2 1 01754873 01736384 +energetic a 2 4 ! & ^ + 2 2 00873603 00885099 +energising a 1 1 & 1 0 00809164 +energizing a 1 1 & 1 0 00809164 +energy-absorbing a 1 1 ^ 1 0 00872195 +energy-releasing a 2 2 & ^ 2 0 00872347 00108145 +energy-storing a 1 1 & 1 0 00107868 +enervated a 1 1 & 1 0 02324944 +enervating a 1 1 & 1 1 01358096 +enfeebling a 1 1 & 1 0 01358096 +enforceable a 1 1 ! 1 1 00557221 +enforced a 1 1 ! 1 1 00557478 +enfranchised a 1 1 ! 1 0 00876609 +engaged a 7 2 & ; 7 2 00293611 01516207 01988468 01623360 01100817 00864203 00567287 +engaging a 1 1 & 1 0 00167671 +english a 2 2 \ + 2 1 03003344 03003616 +english-speaking a 1 1 & 1 0 00496845 +engorged a 1 1 & 1 0 01084486 +engraved a 1 1 & 1 1 00317310 +engrossed a 2 1 & 2 2 00163948 02285147 +engrossing a 1 1 & 1 1 01344171 +enhanced a 1 1 & 1 0 00880765 +enhancive a 2 2 & + 2 0 01340522 00070111 +enigmatic a 2 2 & + 2 1 00534524 00102930 +enigmatical a 1 2 & + 1 0 00534524 +enjoyable a 1 2 & + 1 1 01801029 +enkindled a 1 1 & 1 0 00475625 +enlarged a 4 1 & 4 0 00555117 01383935 01176695 00881177 +enlightened a 2 4 ! & ^ + 2 1 00884007 01307375 +enlightening a 2 1 ! 2 0 01325777 01325451 +enlivened a 2 3 ! & ^ 2 0 00119875 00118844 +enlivening a 1 1 & 1 0 01356932 +enmeshed a 1 1 & 1 0 00255453 +ennobling a 2 1 & 2 0 01588426 01323207 +enolic a 1 2 \ + 1 0 02915271 +enormous a 1 2 & + 1 1 01385255 +enough a 1 2 & + 1 1 02336109 +enraged a 1 1 & 1 1 00114454 +enraptured a 1 1 & 1 0 01367008 +ensiform a 1 1 & 1 0 02168248 +ensorcelled a 1 1 & 1 0 00865765 +ensuant a 1 1 & 1 0 00122844 +ensuing a 1 1 & 1 1 00127661 +entangled a 3 1 & 3 2 01516014 00255582 01065321 +enteral a 2 2 \ + 2 0 03063721 02935530 +enteric a 2 2 \ + 2 0 03063721 02935530 +enterprising a 1 4 ! & ^ + 1 1 00884778 +entertained a 1 1 & 1 0 01805355 +entertaining a 1 1 & 1 0 01344344 +enthralled a 1 1 & 1 0 00865620 +enthralling a 1 1 & 1 0 00166753 +enthusiastic a 1 4 ! & ^ + 1 1 00885695 +enticing a 1 1 & 1 0 02097480 +entire a 4 2 & + 4 3 00515380 00515870 02244890 02137394 +entitled a 1 1 & 1 1 00852425 +entomologic a 1 2 \ + 1 0 03063868 +entomological a 1 2 \ + 1 0 03063868 +entomophilous a 1 1 ! 1 0 00196799 +entozoan a 2 2 \ + 2 0 03064076 00889490 +entozoic a 1 1 ! 1 0 00889490 +entranced a 1 1 & 1 0 00865620 +entrancing a 1 1 & 1 0 00166753 +entrenched a 2 1 & 2 0 02526061 01635962 +entrepreneurial a 2 3 & \ + 2 0 03064382 00885288 +enumerable a 1 1 & 1 0 00301589 +enured a 1 1 & 1 0 02447779 +enveloping a 1 1 & 1 1 00449525 +enviable a 1 1 & 1 0 00733541 +envious a 1 2 & + 1 1 00888765 +environmental a 2 2 \ + 2 1 02943303 02943151 +envisioned a 1 1 & 1 0 01935301 +enwrapped a 1 1 & 1 0 00163948 +enzootic a 1 1 & 1 0 01428122 +enzymatic a 1 2 \ + 1 1 03005039 +eolithic a 1 1 \ 1 0 03089804 +eolotropic a 1 2 & ; 1 0 01361264 +eonian a 2 3 & \ + 2 0 02720312 01755024 +eosinophilic a 1 2 \ + 1 1 03010071 +eparchial a 1 2 \ + 1 0 02871575 +epenthetic a 1 1 \ 1 0 02720484 +ephemeral a 1 2 & + 1 1 01756292 +ephesian a 1 1 \ 1 0 02715677 +epic a 2 3 & \ + 2 2 01386010 03015589 +epical a 1 2 \ + 1 0 03015589 +epicarpal a 1 2 \ + 1 0 02932231 +epicene a 2 1 & 2 0 01478907 01476325 +epicurean a 3 3 & \ + 3 0 03001153 01298884 01298239 +epicyclic a 1 2 \ + 1 0 02940115 +epicyclical a 1 2 \ + 1 0 02940115 +epideictic a 1 1 & 1 0 00720777 +epideictical a 1 1 & 1 0 00720777 +epidemic a 1 4 ! & + ; 1 1 01426375 +epidemiologic a 1 2 \ + 1 0 02976681 +epidemiological a 1 2 \ + 1 0 02976681 +epidermal a 1 2 \ + 1 0 02876088 +epidermic a 1 2 \ + 1 0 02876088 +epidural a 1 1 \ 1 0 02720601 +epigastric a 2 2 \ + 2 0 02720818 02720715 +epigrammatic a 1 2 & + 1 0 00546951 +epileptic a 1 2 \ + 1 1 02945660 +epilithic a 1 1 \ 1 0 02720965 +epimorphic a 1 2 & ; 1 0 01529897 +epiphyseal a 1 2 \ + 1 1 02990501 +epiphysial a 1 2 \ + 1 0 02990501 +epiphytic a 1 3 \ + ; 1 0 03022349 +epiphytotic a 1 2 & ; 1 0 01426749 +episcopal a 2 3 \ + ; 2 0 02954981 02721057 +episcopalian a 1 2 \ ; 1 0 02954981 +episodic a 3 1 & 3 0 02481608 01842468 01756758 +epistemic a 1 2 \ + 1 0 02850132 +epistemological a 1 2 \ + 1 0 02850132 +epistolary a 1 2 & + 1 0 01046553 +epistolatory a 1 1 & 1 1 01046553 +epithelial a 1 2 \ + 1 0 02932334 +epitheliod a 1 1 \ 1 0 02932462 +epizoan a 1 2 \ + 1 0 03064239 +epizoic a 1 1 ! 1 0 00889672 +epizootic a 1 2 & ; 1 0 01427010 +epoch-making a 1 1 & 1 0 02162179 +epochal a 1 2 & + 1 0 02162179 +eponymic a 1 2 \ + 1 0 03036595 +eponymous a 1 2 \ + 1 0 03036595 +equable a 2 1 & 2 0 02402943 01134486 +equal a 2 5 ! & ^ = + 2 1 00889831 00051045 +equal_to a 1 1 & 1 1 00051373 +equanimous a 1 2 & + 1 0 00530354 +equatorial a 3 4 ! & \ + 3 0 02929769 02929637 02443623 +equestrian a 2 2 \ + 2 0 02721342 02721220 +equiangular a 1 1 & 1 0 02048794 +equidistant a 1 1 & 1 0 00890985 +equilateral a 1 1 & 1 0 00891081 +equine a 2 2 \ + 2 0 02721547 02721439 +equinoctial a 2 2 \ + 2 0 02721762 02721618 +equipoised a 1 1 & 1 0 02029954 +equipotent a 1 1 & 1 1 01824563 +equipped a 4 3 ! & ; 4 1 01094049 01096990 01844002 00142622 +equiprobable a 1 1 & 1 0 01413501 +equipt a 1 1 & 1 0 01094049 +equitable a 1 3 ! & ^ 1 1 00958151 +equivalent a 1 2 & + 1 0 00890351 +equivocal a 3 4 ! & ^ + 3 1 00895442 01917370 00551120 +eradicable a 1 2 ! & 1 0 00897517 +erasable a 1 1 & 1 0 00897759 +erasmian a 1 2 \ + 1 0 03031615 +erect a 2 5 ! & = + ; 2 1 01235859 01151592 +erectile a 2 2 & ; 2 0 01236443 00947012 +eremitic a 2 4 ! & \ + 2 0 02686950 02578546 +eremitical a 2 3 & \ + 2 0 02686950 02578546 +ergodic a 1 2 & ; 1 0 01924585 +ergonomic a 1 2 \ + 1 0 02721877 +ergotic a 1 2 \ + 1 0 02721979 +ergotropic a 1 2 \ + 1 1 02722083 +eristic a 1 2 & + 1 0 00604221 +eristical a 1 1 & 1 0 00604221 +eritrean a 1 2 \ + 1 0 03064520 +eroded a 1 1 & 1 1 02582064 +erogenous a 1 1 & 1 0 02104190 +erose a 1 1 & 1 0 02246903 +erosive a 2 2 & + 2 0 00588062 00587376 +erotic a 1 2 & + 1 1 02132080 +errant a 2 2 & + 2 0 00964303 00600395 +erratic a 3 1 & 3 1 00345189 02127509 00725227 +errhine a 1 1 & 1 0 00323796 +erring a 1 1 & 1 0 00964470 +erroneous a 1 2 & + 1 1 00632949 +error-prone a 1 1 & 1 0 00964470 +errorless a 1 1 & 1 0 01750746 +ersatz a 1 1 & 1 1 01572974 +erstwhile a 1 1 & 1 0 01729566 +erudite a 1 2 & + 1 1 02084358 +eruptive a 3 4 & \ + ; 3 0 02722187 01354925 00040534 +erythematous a 1 2 \ + 1 0 02722304 +erythroid a 1 1 \ 1 1 02722421 +erythropoietic a 1 2 \ + 1 0 02722501 +escaped a 1 1 & 1 1 01062114 +eschatological a 1 2 \ + 1 0 02722630 +esophageal a 1 2 \ + 1 0 02722801 +esoteric a 1 3 ! & ^ 1 1 00898963 +especial a 1 1 & 1 0 00488187 +essene a 1 1 \ 1 0 02722901 +essential a 5 7 ! & ^ \ = + ; 5 3 01580306 00900616 01276150 02722988 00055539 +established a 5 2 ! & 5 3 01635146 02129535 01690606 01893939 01035422 +esteemed a 1 1 & 1 0 01982957 +esthetic a 3 2 & \ 3 1 00069531 02991287 02393086 +esthetical a 1 2 & + 1 0 00069531 +estimable a 3 3 ! & ^ 3 0 00904163 01983162 00301432 +estival a 1 1 & 1 0 01255022 +estonian a 1 2 \ + 1 0 02723158 +estranged a 1 1 & 1 1 01463326 +estranging a 1 1 & 1 1 01685906 +estrogenic a 1 2 \ + 1 0 02723312 +estrous a 1 4 ! & + ; 1 0 02137806 +estuarial a 1 2 \ + 1 0 02723420 +estuarine a 1 1 \ 1 0 02723420 +esurient a 3 2 & + 3 0 01269506 00888477 00010726 +etched a 1 1 & 1 0 00317310 +eternal a 2 2 & + 2 2 01755024 01439784 +ethereal a 4 4 & \ + ; 4 1 00626136 02871060 01179345 00706455 +ethical a 3 5 ! & ^ \ + 3 3 02723563 00905386 02035086 +ethiopian a 1 2 \ + 1 0 03064693 +ethnic a 2 2 & + 2 1 02248693 01784401 +ethnical a 1 1 & 1 0 02248693 +ethnocentric a 1 1 \ 1 0 03135290 +ethnographic a 1 1 \ 1 0 03064883 +ethnographical a 1 2 \ + 1 0 03064883 +ethnologic a 1 2 \ + 1 0 03065047 +ethnological a 1 2 \ + 1 0 03065047 +etiolate a 1 2 & ; 1 0 00405554 +etiolated a 1 2 & ; 1 0 00405554 +etiologic a 2 2 \ + 2 0 02941235 02940953 +etiological a 2 2 \ + 2 0 02941235 02940953 +etymological a 1 2 \ + 1 1 03022003 +eucaryotic a 1 3 ! \ + 1 0 02859974 +eucharistic a 1 2 \ + 1 0 02715802 +euclidean a 1 2 \ + 1 0 03065227 +euclidian a 1 2 \ + 1 0 03065227 +eudaemonic a 1 2 \ + 1 0 02859817 +eudemonic a 1 2 \ + 1 0 02859817 +eugenic a 1 3 ! \ + 1 1 02715949 +eukaryotic a 1 3 ! \ + 1 0 02859974 +eulogistic a 1 2 & + 1 0 00906099 +euphemistic a 1 2 ! + 1 0 00908483 +euphonic a 1 2 \ + 1 0 02951702 +euphonical a 1 2 \ + 1 0 02951702 +euphonious a 2 4 ! & + ; 2 0 00300738 01455221 +euphonous a 1 2 & + 1 0 00300738 +euphoriant a 1 2 & + 1 0 00909118 +euphoric a 1 4 ! & ^ + 1 1 00908929 +eupneic a 1 1 & 1 0 00267452 +eupnoeic a 1 1 & 1 0 00267452 +eurafrican a 1 2 \ + 1 0 03023995 +eurasian a 1 2 \ + 1 1 03024132 +eurasiatic a 1 2 \ + 1 0 03024132 +eurocentric a 1 2 \ + 1 0 02716101 +european a 1 2 \ + 1 1 02968325 +europocentric a 1 1 \ 1 0 02716101 +eusporangiate a 1 1 ! 1 0 01409379 +eutherian a 1 2 \ + 1 0 03018964 +eutrophic a 1 2 \ ; 1 0 02716247 +evacuant a 1 2 & + 1 0 00638067 +evaluative a 1 2 & + 1 1 00649892 +evanescent a 1 2 & + 1 0 01756940 +evangelical a 3 3 & \ + 3 1 02923005 02922814 00886681 +evangelistic a 2 3 & \ + 2 0 02923281 00886681 +evaporable a 1 1 & 1 0 02519813 +evaporated a 1 1 & 1 0 02263150 +evaporative a 1 2 \ + 1 0 02924428 +evasive a 2 2 & + 2 1 00896182 01888284 +even a 6 5 ! & ^ = + 6 3 00913387 00891170 00909545 02372520 02302187 00892243 +even-pinnate a 1 1 & 1 0 02172617 +even-tempered a 1 1 & 1 0 01134486 +even-textured a 1 1 & 1 0 02237420 +even-toed a 1 2 \ ; 1 0 02643673 +evenhanded a 1 1 & 1 0 00958615 +eventful a 2 2 ! & 2 0 00804220 01277753 +eventual a 1 1 & 1 1 01578856 +ever-changing a 1 1 & 1 1 00808822 +ever-present a 1 1 & 1 1 01847022 +evergreen a 1 3 ! & ; 1 0 00913551 +everlasting a 2 2 & + 2 1 01755024 01520091 +every a 2 1 & 2 2 02269794 02270186 +every_last a 1 2 & ; 1 1 02270057 +everyday a 3 2 & + 3 1 01674242 01044557 00970947 +evidenced a 1 1 & 1 0 01894077 +evident a 2 2 & + 2 2 01618376 01287486 +evidential a 1 2 & + 1 1 02162733 +evidentiary a 2 4 & \ + ; 2 0 02723723 02162733 +evil a 3 5 ! & ^ = + 3 2 01131043 02514099 00224515 +evil-looking a 1 1 & 1 0 00221469 +evil-minded a 1 1 & 1 0 01133784 +eviscerate a 1 1 & 1 0 01318659 +evitable a 1 1 ! 1 0 00343700 +evocative a 1 2 & + 1 0 01977669 +evoked a 1 1 & 1 0 02283356 +evolutionary a 1 2 \ + 1 1 03000725 +ex a 1 1 & 1 0 00974159 +ex-directory a 1 1 & 1 0 01418486 +ex_gratia a 1 1 & 1 0 00847715 +ex_officio a 1 1 & 1 0 01632988 +ex_post_facto a 1 1 & 1 0 01884744 +ex_vivo a 1 0 1 0 01359277 +exacerbating a 1 1 & 1 0 01340422 +exact a 2 4 ! & ^ + 2 2 00914421 00631798 +exacting a 3 2 & ; 3 0 00985608 00711308 00710585 +exaggerated a 2 1 & 2 1 01533806 00881177 +exalted a 1 1 & 1 1 01588619 +exalting a 1 1 & 1 0 01323207 +exanimate a 1 1 & 1 0 00097768 +exasperated a 1 1 & 1 1 01806483 +exasperating a 2 1 & 2 1 01809245 01340422 +exaugural a 1 2 ! & 1 0 01290947 +exceeding a 1 1 & 1 0 01676026 +excellent a 1 2 & + 1 1 02343110 +exceptionable a 1 1 & 1 0 00018850 +exceptional a 3 3 & + ; 3 2 01676026 00488187 01598859 +excess a 1 1 & 1 1 01581305 +excessive a 2 2 & + 2 1 01533974 02000968 +exchangeable a 3 4 ! & = + 3 0 00917613 00916706 01978532 +exchanged a 1 1 & 1 0 00354833 +excitable a 2 4 ! & + ; 2 0 00918779 02104277 +excitant a 1 2 & + 1 0 02309971 +excitative a 1 1 & 1 0 02309971 +excitatory a 1 2 & + 1 1 02309971 +excited a 4 4 ! & ^ ; 4 3 00085630 00919542 02390724 01928926 +exciting a 2 4 ! & ^ = 2 2 00921014 02306763 +exclamatory a 1 2 & + 1 0 00842041 +exclusive a 3 3 ! & + 3 1 02152985 01862386 00539389 +excogitative a 1 2 & + 1 0 02420390 +excrescent a 1 2 \ + 1 0 02723904 +excretory a 1 2 \ + 1 0 02724050 +excruciating a 1 1 & 1 1 01711724 +exculpated a 1 1 & 1 0 01320184 +exculpatory a 1 4 ! & ^ + 1 0 00923321 +excursive a 1 1 & 1 0 00768397 +excusable a 2 2 ! & 2 0 01722039 01721197 +excusatory a 1 2 & + 1 0 01631830 +excused a 1 1 & 1 0 02365776 +execrable a 3 1 & 3 0 02347086 01460679 00670635 +executable a 1 2 & + 1 0 01822563 +executed a 1 1 & 1 0 00097452 +executive a 1 2 \ + 1 1 03017922 +exegetic a 1 2 \ + 1 0 02724166 +exegetical a 1 2 \ + 1 0 02724166 +exemplary a 3 2 & + 3 0 02586446 02469119 01771124 +exemplifying a 1 1 & 1 0 01305123 +exempt a 2 3 ! & ^ 2 1 02365397 02400929 +exergonic a 1 2 ! ; 1 0 00291848 +exhausted a 3 2 ! & 3 1 02433451 00926141 01088881 +exhaustible a 2 2 ! & 2 0 00925460 01006967 +exhausting a 2 1 & 2 1 01358231 00837249 +exhaustive a 1 1 & 1 1 00522463 +exhibitionistic a 1 2 & + 1 0 02090823 +exhilarated a 1 1 & 1 0 00705336 +exhilarating a 2 1 & 2 1 01357342 00921538 +exhortative a 1 1 & 1 0 00866735 +exhortatory a 1 2 & + 1 0 00866735 +exigent a 2 2 & + 2 0 00712877 00710585 +exiguous a 1 2 & + 1 0 00107017 +exilic a 1 2 \ + 1 0 02724308 +existent a 3 5 ! & ^ = + 3 1 00927017 01932973 00043765 +existential a 3 3 & \ + 3 1 00859632 02724630 02724483 +existentialist a 1 1 \ 1 0 02724759 +existing a 3 3 & ^ = 3 3 01731786 00927017 01847101 +exocentric a 1 2 ! ; 1 0 00870827 +exocrine a 1 2 ! \ 1 0 02915381 +exodontic a 1 2 \ + 1 0 02916403 +exoergic a 1 2 ! ^ 1 0 00872347 +exogamic a 2 3 ^ + ; 2 0 00872010 00871255 +exogamous a 2 4 ! ^ + ; 2 0 00872010 00871255 +exogenic a 1 2 ! + 1 0 00873251 +exogenous a 1 1 ! 1 0 00873251 +exonerated a 1 1 & 1 0 01320184 +exonerative a 1 2 & + 1 0 00923495 +exorbitant a 1 2 & + 1 0 01534282 +exoteric a 1 2 ! ^ 1 0 00900478 +exothermal a 1 1 ^ 1 0 00872906 +exothermic a 1 3 ! ^ + 1 0 00872906 +exotic a 2 2 & + 2 1 01035007 00968730 +expandable a 2 1 & 2 0 00947264 00844263 +expanded a 1 1 ! 1 1 00554780 +expandible a 2 2 & + 2 0 00947264 00844263 +expansible a 2 2 & + 2 0 00947264 00844263 +expansile a 1 1 & 1 0 00844263 +expansionist a 1 1 \ 1 0 02940292 +expansive a 4 4 ! & + ; 4 0 00946499 01284544 00909220 00496938 +expectable a 1 1 & 1 1 00930022 +expectant a 2 2 & + 2 1 01228797 00173391 +expected a 1 4 ! & ^ + 1 1 00929567 +expedient a 2 4 ! & ^ + 2 1 00931555 01813733 +expeditionary a 1 3 & + ; 1 0 01517317 +expeditious a 1 2 & + 1 0 00840510 +expendable a 2 3 ! & ^ 2 1 00932695 00777891 +expensive a 1 4 ! & ^ + 1 1 00933154 +experienced a 1 3 ! & ^ 1 1 00935500 +experient a 1 3 & ^ + 1 0 00935500 +experiential a 2 3 & \ + 2 2 02989601 00859632 +experimental a 3 2 & \ 3 3 02940392 00859949 00860127 +expert a 2 2 & + 2 1 02226162 02227946 +expiable a 1 1 & 1 0 01721319 +expiative a 1 2 \ + 1 0 02940509 +expiatory a 1 2 \ + 1 0 02940509 +expiratory a 1 2 \ + 1 0 03110610 +expired a 1 2 ! & 1 0 00937985 +explainable a 1 1 & 1 0 00938979 +explanatory a 1 2 & + 1 1 01324683 +explicable a 1 3 ! & ^ 1 0 00938801 +explicit a 2 5 ! & ^ = + 2 1 00940437 01418989 +exploded a 1 1 & 1 0 00568658 +exploitative a 1 2 & + 1 0 01867768 +exploitatory a 1 2 & + 1 0 01867768 +exploited a 2 2 ! & 2 0 00942693 02495687 +exploitive a 1 2 & + 1 0 01867768 +explorative a 1 2 & + 1 0 00877345 +exploratory a 1 3 ! & + 1 1 00877345 +explosive a 3 3 ! & + 3 2 00474620 02292573 01144009 +exponential a 1 2 \ + 1 0 02965274 +exportable a 1 2 ! & 1 0 00876989 +exposed a 2 1 & 2 2 01886620 00459330 +expositive a 1 1 & 1 0 01324870 +expository a 1 2 & + 1 1 01324870 +express a 2 2 & + 2 1 00941148 00977699 +expressed a 2 3 & ^ = 2 2 02284023 00940437 +expressible a 1 3 ! & + 1 1 00943363 +expressionist a 1 2 \ + 1 0 02835145 +expressionistic a 1 2 \ + 1 1 02835145 +expressionless a 1 1 & 1 1 00501313 +expressive a 1 2 & + 1 1 00497148 +expurgated a 1 1 & 1 0 00319090 +exquisite a 4 2 & + 4 1 01511387 00850552 00706311 00218837 +exsanguine a 1 1 & 1 0 00096239 +exsanguinous a 1 1 & 1 0 00096239 +extant a 1 3 ! & ^ 1 1 00928525 +extemporaneous a 1 1 & 1 0 01845451 +extemporary a 1 1 & 1 0 01845451 +extempore a 1 1 & 1 0 01845451 +extendable a 1 1 & 1 0 01434530 +extended a 5 2 ! & 5 2 01439155 01431638 01434218 01419638 01386234 +extendible a 1 2 & + 1 0 01434530 +extensible a 1 2 & + 1 0 00944449 +extensile a 1 2 ! & 1 0 00944449 +extensional a 1 3 & + ; 1 0 00722707 +extensive a 3 3 ! & + 3 2 01386234 00526062 01514598 +extenuating a 1 1 & 1 0 00923671 +exterior a 1 4 ! & ^ = 1 1 00952395 +exterminable a 1 1 & 1 0 00898013 +exterminated a 1 1 & 1 0 00734798 +external a 4 5 ! & ^ = + 4 3 00948103 01350225 01037885 00951003 +exteroceptive a 1 1 \ 1 0 02868051 +exterritorial a 1 0 1 0 02409293 +extinct a 3 4 ! & ^ = 3 0 00929164 00041051 00100213 +extinguishable a 1 1 ! 1 0 00947789 +extinguished a 1 2 & ; 1 1 00736020 +extirpable a 1 1 & 1 0 00898013 +extortionate a 1 1 & 1 0 01534282 +extra a 3 1 & 3 1 01581305 02367319 00048858 +extracellular a 1 3 ! \ ; 1 0 02685539 +extractable a 1 1 & 1 0 01526905 +extractible a 1 2 & + 1 0 01526905 +extracurricular a 3 1 & 3 0 01693425 01693311 01550779 +extradural a 1 1 \ 1 0 02720601 +extragalactic a 1 1 \ 1 0 02849257 +extrajudicial a 1 1 & 1 0 01403316 +extralegal a 1 1 & 1 1 01403469 +extralinguistic a 1 1 \ 1 0 02879535 +extramarital a 1 1 & 1 1 01550779 +extramural a 1 2 ! & 1 0 01347138 +extraneous a 4 2 & + 4 2 01976532 01350494 02117464 01350225 +extraordinaire a 1 1 & 1 0 01676350 +extraordinary a 3 5 ! & ^ = + 3 3 01675190 01534648 00490650 +extrasensory a 1 3 ! & ^ 1 0 02108827 +extrasystolic a 1 1 \ 1 0 03122108 +extraterrestrial a 1 2 \ + 1 1 02780355 +extraterritorial a 1 1 ! 1 0 02409293 +extravagant a 2 2 & + 2 2 02000968 02422242 +extraversive a 1 3 & ^ ; 1 0 01351391 +extravert a 1 2 & + 1 0 01351637 +extraverted a 1 1 & 1 0 01351637 +extravertive a 1 1 & 1 0 01351637 +extreme a 4 2 & + 4 4 01511520 01534858 01535082 00446107 +extremist a 1 1 & 1 0 01535270 +extricable a 1 1 ! 1 0 00945123 +extrinsic a 1 3 ! & ^ 1 0 01349041 +extropic a 1 2 \ + 1 0 02724960 +extrospective a 1 2 ! = 1 0 01350876 +extroversive a 1 4 ! & ^ ; 1 0 01351391 +extrovert a 1 1 & 1 0 01351637 +extroverted a 3 2 & = 3 0 01350876 02258249 01351637 +extrovertish a 1 1 & 1 0 01351837 +extrovertive a 1 1 & 1 0 01351637 +extrusive a 1 4 ! & + ; 1 0 01355556 +exuberant a 3 2 & + 3 1 02279723 02000968 00015247 +exultant a 1 2 & + 1 1 00704898 +exulting a 1 1 & 1 0 00704898 +exuvial a 1 2 \ + 1 0 02941513 +eye-catching a 1 1 & 1 0 00579498 +eye-deceiving a 1 1 & 1 1 01935581 +eye-popping a 1 1 & 1 0 01283787 +eyed a 1 2 ! & 1 1 00953332 +eyeless a 2 3 ! & + 2 0 00954965 02160135 +eyelike a 1 1 & 1 1 00953886 +eyes-only a 1 1 & 1 0 00415543 +fab a 1 1 & 1 0 01808227 +fabian a 2 2 & \ 2 0 03065414 00325840 +fabled a 1 1 & 1 1 01935744 +fabricated a 1 1 & 1 0 01935935 +fabulous a 3 2 & + 3 1 01808227 01936184 00645982 +face-saving a 1 1 & 1 1 01196367 +face-to-face a 1 1 & 1 0 01767975 +faced a 1 2 ! & 1 1 00234872 +faceless a 1 2 ! & 1 0 00236483 +faceted a 1 1 ! 1 0 02591506 +facetious a 1 2 & + 1 1 01264913 +facial a 2 2 \ + 2 0 02877704 02725058 +facile a 3 2 & + 3 0 01874561 00838533 00150505 +facilitative a 1 2 & + 1 0 01196484 +facilitatory a 1 2 & + 1 1 01196648 +fact-finding a 1 1 & 1 0 00879030 +factious a 1 2 & + 1 0 00554302 +factitious a 1 1 & 1 0 01573101 +factor_analytic a 1 1 \ 1 0 02725181 +factor_analytical a 1 2 \ + 1 0 02725181 +factorial a 1 2 \ + 1 0 02725350 +factory-made a 1 2 ! & 1 0 00675064 +factual a 2 3 & \ + 2 1 01933731 02899112 +facultative a 4 4 ! & \ ; 4 0 02725452 01617859 01194974 00847861 +faddish a 1 1 & 1 0 00972236 +faddy a 1 2 & + 1 0 00972236 +faded a 2 1 & 2 2 00404961 00882166 +faecal a 1 1 + 1 0 03065685 +fagged a 1 1 & 1 0 02433451 +fahrenheit a 1 1 \ 1 0 02725548 +fail-safe a 2 1 & 2 0 02094514 02058148 +failing a 1 1 & 1 0 02082812 +fain a 1 1 & 1 0 02565425 +faineant a 1 2 & + 1 0 00294579 +faint a 6 2 & + 6 4 01747364 00782216 02325097 02544525 00782568 00265989 +faint-hearted a 1 1 & 1 0 00265989 +fainthearted a 1 2 & + 1 0 00265989 +fair a 10 6 ! & ^ = + ; 10 3 00956131 01532261 00218440 00955626 01673061 01484342 01404898 00958475 00461091 00244054 +fair-and-square a 1 1 & 1 0 00957099 +fair-haired a 1 2 & ; 1 0 01462461 +fair-minded a 1 2 & + 1 0 00956976 +fair_to_middling a 1 1 & 1 0 02080937 +fairish a 2 1 & 2 0 01532261 00244054 +faithful a 3 5 ! & ^ = + 3 2 00958880 00022219 00960629 +faithless a 1 2 & + 1 0 00962939 +fake a 2 2 & + 2 1 01117477 01573238 +falcate a 1 1 & 1 0 02315914 +falciform a 1 1 & 1 0 02315914 +falconine a 1 1 \ 1 0 02992601 +fall-blooming a 1 1 & 1 0 01255530 +fall-flowering a 1 1 & 1 0 01255530 +fallacious a 3 2 & + 3 0 02500179 01223941 00633084 +fallen a 4 1 & 4 1 02493137 00736196 00362173 00097577 +fallible a 2 3 ! & + 2 0 00964090 01259391 +falling a 3 2 ! & 3 1 02537636 02487244 02486628 +fallow a 2 2 & + 2 1 01833401 00943092 +false a 10 5 ! & ^ = + 10 2 02461723 00633235 02500379 02182088 01942507 01573238 01224650 01164420 01116857 00584403 +falsetto a 1 2 & + 1 0 01214115 +falsifiable a 1 1 & 1 0 00859453 +falstaffian a 1 2 \ + 1 0 03027692 +faltering a 1 1 & 1 1 02304035 +famed a 1 1 & 1 1 01375831 +familial a 2 3 & \ + 2 0 02940759 01314537 +familiar a 4 5 ! & ^ = + 4 3 00965606 00970249 01307067 00453053 +familiarised a 1 1 & 1 0 01682677 +familiarising a 1 1 & 1 0 01685131 +familiarized a 1 1 & 1 0 01682677 +familiarizing a 1 1 & 1 0 01685131 +famished a 1 1 & 1 0 01269506 +famous a 1 2 & + 1 1 01375831 +fan-leafed a 1 1 & 1 0 01701227 +fan-leaved a 1 1 & 1 0 01701227 +fan-shaped a 1 1 & 1 0 02146949 +fanatic a 1 2 & + 1 0 01726859 +fanatical a 1 2 & + 1 0 01726859 +fancied a 1 1 & 1 0 01935935 +fanciful a 3 1 & 3 1 00643598 01936528 01796304 +fancy a 1 3 ! & ^ 1 1 01794340 +fancy-free a 1 1 & 1 1 00518848 +fang-like a 1 1 & 1 0 00801874 +fanged a 1 1 \ 1 0 02725764 +fanlike a 1 1 & 1 0 02561490 +fanned a 1 1 & 1 0 00541460 +fantabulous a 1 1 & 1 0 02343110 +fantastic a 5 2 & + 5 4 00967646 01676517 01942732 01936778 01796452 +fantastical a 2 2 & + 2 0 01936778 00967646 +far a 4 4 ! & = + 4 3 00442361 01434717 02032386 01535481 +far-famed a 1 1 & 1 1 01375831 +far-flung a 2 1 & 2 0 00541614 00446236 +far-off a 1 1 & 1 1 00443274 +far-out a 1 1 & 1 0 00609564 +far-right a 1 1 & 1 0 02030562 +far_left a 1 1 & 1 0 02031165 +faraway a 2 2 & + 2 1 00443274 00450915 +farcical a 1 2 & + 1 0 01266397 +farfetched a 1 1 & 1 0 01412721 +farinaceous a 2 1 & 2 0 02299189 02231502 +farming a 1 1 & 1 0 02050841 +farseeing a 2 1 & 2 0 02157594 01895296 +farsighted a 2 3 ! & + 2 0 02157399 01895296 +farther a 2 1 & 2 2 00443490 00443988 +farthermost a 1 2 & ; 1 0 00443618 +farthest a 1 2 & ; 1 0 00443618 +fascinated a 1 1 & 1 1 00865848 +fascinating a 2 1 & 2 1 01344171 00166753 +fascist a 1 2 \ + 1 1 02920769 +fascistic a 1 2 \ + 1 0 02920769 +fashionable a 3 2 ! & 3 1 00971075 00975171 01816305 +fashioned a 1 1 & 1 0 01340016 +fast a 10 6 ! & ^ = + ; 10 1 00976508 00983573 00981818 02237502 01774091 01549568 01270486 01059711 00959244 00323873 +fast-breaking a 1 2 & ; 1 0 00977839 +fast-flying a 1 1 & 1 1 01562992 +fast-footed a 1 1 & 1 0 01031602 +fast-growing a 1 1 & 1 1 01356143 +fast-paced a 1 1 & 1 0 00978059 +fast_asleep a 1 1 & 1 0 00188738 +fastened a 3 2 ! & 3 1 02095936 00296625 00254746 +fastidious a 2 5 ! & ^ + ; 2 1 00983862 00985608 +fastigiate a 1 2 & ; 1 0 01236565 +fat a 5 6 ! & ^ = + ; 5 2 00986027 02411224 00991838 01871349 01081340 +fat-free a 1 1 & 1 0 00992955 +fat-soluble a 1 1 & 1 0 02265496 +fatal a 4 3 ! & + 4 2 00993529 00685113 01050088 00343226 +fatalist a 1 2 \ + 1 0 03065516 +fatalistic a 1 2 \ + 1 0 03065516 +fated a 1 1 & 1 0 00340827 +fateful a 4 1 & 4 1 00685113 01883106 01050088 00343226 +fatheaded a 1 1 & 1 0 00440292 +fatherless a 2 1 & 2 0 01734267 01408135 +fatherlike a 1 1 & 1 0 01734607 +fatherly a 1 2 & + 1 0 01734607 +fathomable a 2 2 ! & 2 0 00994744 00533738 +fatigued a 1 1 & 1 1 02433451 +fatless a 1 1 & 1 0 00992955 +fattened a 1 1 & 1 0 01005410 +fattening a 1 1 & 1 1 01005506 +fattish a 1 1 & 1 0 00987703 +fatty a 1 3 ! & + 1 1 00991838 +fatuous a 1 2 & + 1 0 02571277 +faucal a 1 3 \ + ; 1 0 02992796 +faultfinding a 2 2 & + 2 0 00649228 00647867 +faultless a 1 1 & 1 0 01750847 +faulty a 2 2 & + 2 0 01752953 00023854 +faustian a 1 2 \ + 1 0 03134282 +faux a 1 1 & 1 0 01573238 +faveolate a 1 1 & 1 0 00327690 +favorable a 5 4 ! & ^ + 5 3 00995775 00995119 00177547 01246801 00604978 +favored a 1 1 & 1 1 01462882 +favorite a 2 2 & + 2 2 01816376 01462882 +favourable a 4 3 & ^ + 4 0 00995775 00995119 00604978 00177547 +favourite a 2 2 & + 2 0 01816376 01462882 +fawn-colored a 1 1 & 1 0 00397532 +fawn-coloured a 1 1 & 1 0 00397532 +fawning a 2 1 & 2 0 02181231 00790394 +fazed a 1 1 & 1 0 00532147 +fearful a 5 4 & ^ = + 5 2 00079485 00193799 00264776 01127147 00252498 +fearless a 2 4 & ^ = + 2 1 00081671 00250119 +fearsome a 1 1 & 1 0 00193799 +feasible a 1 2 & + 1 1 01822563 +featherbrained a 1 1 & 1 0 02120828 +feathered a 2 2 ! & 2 1 00058554 00997604 +featheredged a 1 1 & 1 0 00258255 +featherless a 1 1 & 1 0 00999330 +featherlike a 1 1 & 1 0 00998207 +feathery a 3 2 & + 3 0 00998207 00998040 00058554 +featured a 2 1 & 2 2 00580346 00235429 +featureless a 1 1 & 1 1 01793254 +febrile a 1 2 ! \ 1 0 02726715 +fecal a 1 1 + 1 0 03065685 +feckless a 2 2 & + 2 0 01998730 00511526 +feculent a 1 1 & 1 0 00421513 +fecund a 2 2 & + 2 1 01002055 01865967 +fed_up a 1 1 & 1 0 01806677 +federal a 4 5 ! & \ + ; 4 3 01106129 02725829 01606214 01107206 +federate a 1 1 & 1 0 02477457 +federated a 1 1 & 1 0 02477457 +feeble a 4 2 & + 4 1 02325304 02325097 02040233 01827766 +feebleminded a 1 3 & + ; 1 0 01840673 +feigned a 1 1 & 1 0 02182217 +feisty a 2 1 & 2 0 02279900 02106509 +felicitous a 2 5 ! & ^ = + 2 0 00999817 01048406 +feline a 1 2 \ + 1 1 02881888 +fell a 1 1 & 1 0 01263013 +felonious a 1 2 & + 1 0 01402763 +felted a 1 1 & 1 0 02580126 +female a 3 6 ! & ^ = + ; 3 2 01477806 01484451 01478182 +feminine a 4 5 ! & ^ + ; 4 2 01484083 01486197 01484987 02320289 +feminist a 1 2 \ + 1 0 02839357 +femoral a 1 2 \ + 1 0 02726017 +fencelike a 1 1 & 1 0 01658195 +fenestral a 2 2 \ ; 2 0 02726232 02726151 +feral a 1 1 & 1 0 02389520 +ferial a 1 2 \ + 1 0 02992691 +ferine a 1 1 & 1 0 02389520 +fermentable a 1 1 \ 1 0 02726345 +ferned a 1 2 ! & 1 0 00209079 +fernless a 1 1 ! 1 0 00209550 +fernlike a 1 1 & 1 0 00209390 +ferny a 2 2 & + 2 0 00209079 00209390 +ferocious a 1 2 & + 1 1 02511528 +ferret-sized a 1 1 & 1 0 02223165 +ferric a 1 1 \ 1 0 02726429 +ferromagnetic a 1 2 \ + 1 1 03003223 +ferrous a 1 1 \ 1 0 02726429 +fertile a 4 5 ! & ^ = + 4 2 01001689 01865967 01082115 01081340 +fertilizable a 1 1 & 1 0 01002170 +fervent a 2 2 & + 2 1 01726235 01248713 +fervid a 2 2 & + 2 0 01726235 01248713 +festal a 1 1 & 1 0 01367431 +festive a 1 2 & + 1 1 01367431 +fetal a 1 2 \ + 1 0 02892819 +fetching a 1 1 & 1 1 00167829 +fetid a 1 2 & + 1 1 01053634 +fettered a 1 1 & 1 0 00253361 +feudal a 1 2 \ + 1 1 02726546 +feudalistic a 1 2 \ + 1 0 02726546 +feudatory a 2 3 & \ + 2 0 03065804 02329606 +fevered a 1 1 & 1 0 00920167 +feverish a 3 3 & \ + 3 1 00086210 02726715 02544892 +feverous a 1 2 & + 1 0 02544892 +few a 1 5 ! & ^ = + 1 1 01552885 +fewer a 1 4 ! & ^ ; 1 1 01556616 +fewest a 1 2 ! ; 1 0 01557386 +fey a 2 1 & 2 0 02075938 01575810 +fiber-optic a 1 2 \ + 1 0 02727009 +fiberoptic a 1 2 \ + 1 0 02727009 +fibre-optic a 1 2 \ + 1 0 02727009 +fibreoptic a 1 2 \ + 1 0 02727009 +fibrillose a 1 1 \ 1 0 02727263 +fibrinous a 1 2 \ + 1 0 02727369 +fibrocalcific a 1 1 \ 1 1 03009792 +fibrocartilaginous a 1 1 \ 1 0 02727482 +fibrous a 2 2 & + 2 0 02446380 02446239 +fickle a 2 2 & + 2 0 00584626 00345189 +fictile a 3 2 & \ 3 0 02727579 02362030 00844461 +fictional a 2 4 ! & \ + 2 2 02727706 01935935 +fictitious a 2 2 & + 2 0 01935935 01116857 +fictive a 2 1 & 2 1 01116857 00643760 +fiddle-shaped a 1 1 & 1 0 02170052 +fiddling a 1 2 & ; 1 0 01280908 +fidgety a 1 2 & + 1 0 02406166 +fiducial a 3 3 & \ ; 3 0 02848388 02848227 02465909 +fiduciary a 1 2 \ + 1 0 02848388 +field-crop a 1 1 \ 1 0 02728002 +fiendish a 1 1 & 1 1 01132515 +fierce a 4 2 & + 4 3 02511528 01511854 01507808 00304949 +fiery a 3 2 & + 3 2 01726235 01248958 01256735 +fifteen a 1 2 & + 1 1 02187793 +fifteenth a 1 2 & + 1 1 02203976 +fifth a 1 2 & + 1 1 02202712 +fiftieth a 1 2 & + 1 1 02208145 +fifty a 1 2 & + 1 1 02191232 +fifty-eight a 1 1 & 1 0 02191992 +fifty-fifth a 1 1 & 1 0 02208270 +fifty-fifty a 1 1 & 1 1 00891170 +fifty-five a 1 1 & 1 0 02191710 +fifty-four a 1 1 & 1 0 02191616 +fifty-nine a 1 1 & 1 0 02192090 +fifty-one a 1 1 & 1 0 02191336 +fifty-seven a 1 1 & 1 0 02191895 +fifty-six a 1 1 & 1 0 02191803 +fifty-three a 1 1 & 1 0 02191519 +fifty-two a 1 1 & 1 0 02191427 +fig-shaped a 1 1 & 1 0 02147033 +fighting a 1 2 & ; 1 1 01660444 +figural a 1 1 & 1 0 01979604 +figurative a 2 3 ! & ^ 2 1 01419149 01979604 +figured a 1 1 & 1 0 01788564 +fijian a 1 2 \ + 1 0 03065969 +filamentlike a 1 1 & 1 0 02413851 +filamentous a 1 2 & + 1 0 02413851 +filar a 1 2 \ + 1 0 02728113 +filarial a 1 2 \ + 1 0 02728532 +filariid a 1 2 \ ; 1 0 02728683 +file-like a 1 1 & 1 0 00801947 +filial a 2 4 ! & \ ; 2 0 02884275 01722699 +filiform a 1 1 & 1 0 02413851 +filipino a 1 2 \ + 1 0 03066180 +filled a 3 4 ! & < ; 3 1 01084644 03149732 01623744 +filmable a 1 2 & ; 1 0 01028467 +filmed a 1 1 & 1 1 01423344 +filmy a 1 2 & + 1 0 02413390 +filter-tipped a 1 1 & 1 0 02431024 +filthy a 3 2 & + 3 1 00421590 01587474 00425313 +fimbriate a 1 1 & 1 0 02247074 +fin_de_siecle a 1 2 & ; 1 0 01004051 +finable a 1 1 & 1 0 01322621 +final a 3 2 & + 3 3 01010271 01579128 00349894 +financial a 1 3 ! \ + 1 1 02847894 +fine a 6 6 ! & ^ = + ; 6 5 02081114 01838253 02414031 00850183 02232251 01906817 +fine-grained a 2 1 & 2 1 02233390 02232869 +fine-leafed a 1 1 & 1 0 01701321 +fine-leaved a 1 1 & 1 0 01701321 +fine-looking a 1 1 & 1 1 00218950 +fine-textured a 1 1 & 1 0 02237644 +fine-tooth a 1 1 & 1 0 02438831 +fine-toothed a 1 1 & 1 0 02438831 +fineable a 1 1 & 1 0 01322621 +finer a 1 2 & ; 1 0 00230940 +finespun a 2 1 & 2 0 01948389 01838379 +fingered a 1 2 ! & 1 1 00946050 +fingerless a 1 1 ! 1 0 00946409 +fingerlike a 1 1 & 1 0 00946281 +finical a 1 1 & 1 0 00984624 +finicky a 1 1 & 1 1 00984624 +finished a 5 3 ! & ^ 5 2 01005063 01003050 01812630 01713550 00736299 +finite a 2 5 ! & ^ + ; 2 1 01006566 01008439 +finnish a 1 2 \ + 1 0 02959553 +finno-ugric-speaking a 1 1 & 1 0 00497330 +fire-resistant a 1 1 & 1 0 00474311 +fire-resisting a 1 1 & 1 0 00474311 +fire-resistive a 1 1 & 1 0 00474311 +fire-retardant a 1 1 & 1 0 00474311 +fired a 1 1 & 1 0 00864884 +fireproof a 1 1 & 1 0 00474227 +firm a 10 2 & + 10 8 01990653 01151740 00842199 02130272 02302366 02291336 02094388 01171076 01059711 00959244 +firmamental a 1 2 \ + 1 0 02871229 +first a 6 4 ! & ^ ; 6 5 01010862 02202047 01009343 01009206 00228294 01016215 +first-class a 1 1 & 1 1 02343110 +first-come-first-serve a 1 1 & 1 0 01988829 +first-rate a 1 2 & ; 1 1 02341864 +first-string a 2 1 & 2 0 01959711 01852924 +first-year a 1 2 & ; 1 0 01012247 +firstborn a 1 2 & + 1 0 01012100 +firsthand a 1 1 & 1 1 01852812 +fiscal a 1 2 \ + 1 1 02847894 +fisheye a 1 1 \ 1 0 02728812 +fishy a 2 4 & \ + ; 2 0 02728929 01917594 +fissile a 2 2 ! ; 2 0 01016874 01016644 +fissionable a 1 2 ! ; 1 0 01016874 +fissiparous a 2 2 & ; 2 0 02136423 00728619 +fistular a 1 3 & + ; 1 0 02264657 +fistulate a 1 2 & ; 1 0 02264657 +fistulous a 2 4 & \ + ; 2 0 02729065 02264657 +fit a 3 4 ! & ^ + 3 3 01020393 01931203 01017161 +fitful a 2 2 & + 2 0 00593664 00290593 +fitted a 1 1 < 1 0 03149960 +fitted_out a 2 1 & 2 0 01844002 01097484 +fitter a 1 1 & 1 0 00231963 +fitting a 2 2 & + 2 2 01879667 01370141 +five a 1 1 & 1 1 02186750 +five-fold a 1 1 & 1 0 02219660 +five-hundredth a 1 1 & 1 0 02212352 +five-lobed a 1 1 & 1 0 00239594 +five-membered a 1 1 & 1 0 01503052 +five-needled a 1 1 & 1 0 02169267 +five-petaled a 1 1 & 1 0 01775874 +five-petalled a 1 1 & 1 0 01775874 +five-pointed a 1 1 & 1 0 01810536 +five-sided a 1 1 & 1 0 00238490 +five-year-old a 1 1 & 1 0 01647906 +five_hundred a 1 1 & 1 1 02198631 +fivefold a 1 1 & 1 0 02219660 +fixed a 4 4 ! & ^ + 4 4 00740217 01564603 01059400 00347707 +fizzing a 1 1 & 1 0 02276752 +fizzy a 1 2 & + 1 0 02276752 +flabbergasted a 1 1 & 1 0 02358277 +flabby a 1 2 & + 1 0 01019713 +flaccid a 2 2 & + 2 0 01154229 01019713 +flag-waving a 1 1 & 1 0 01740358 +flagellate a 1 2 \ + 1 0 03015113 +flagellated a 1 1 \ 1 0 03015113 +flagging a 1 1 & 1 0 02433365 +flagitious a 2 1 & 2 0 02514380 01131454 +flagrant a 1 1 & 1 0 00580039 +flakey a 3 3 & \ + 3 0 02729182 02447104 00608791 +flaky a 3 3 & \ + 3 0 02729182 02447104 00608791 +flamboyant a 2 2 & + 2 0 01848701 01794771 +flame-colored a 1 1 & 1 0 00397633 +flame-coloured a 1 1 & 1 0 00397633 +flame-orange a 1 1 & 1 0 00381861 +flame-retardant a 1 1 & 1 0 00474440 +flameproof a 1 1 & 1 0 00474440 +flaming a 2 1 & 2 0 01520655 01256735 +flammable a 1 2 & + 1 0 00473658 +flaring a 1 1 & 1 0 01563147 +flash a 1 2 & + 1 0 02393791 +flash-frozen a 1 1 & 1 0 01072586 +flashy a 2 2 & + 2 2 02393791 00407420 +flat a 15 4 ! & + ; 15 5 00910101 00659259 01913931 01239040 01021794 01578152 02413037 02399595 02307563 02277078 01541828 01233020 00660551 00283972 00038119 +flat-bellied a 1 0 1 0 00222873 +flat-bottom a 1 1 & 1 0 02442765 +flat-bottomed a 1 1 & 1 1 02442765 +flat-footed a 4 2 & ; 4 1 01031405 01932481 01032845 00765289 +flat-growing a 1 1 & 1 0 01207007 +flat-top a 1 1 & 1 0 02441786 +flat-topped a 1 1 & 1 0 02441786 +flatbottom a 1 1 & 1 0 00910404 +flatbottomed a 1 1 & 1 0 00910404 +flattened a 1 1 & 1 1 00659530 +flattering a 1 2 ! & 1 0 00907661 +flatulent a 2 2 & + 2 0 01182974 01175741 +flatus-relieving a 1 1 & 1 0 01165665 +flaunty a 1 2 & + 1 0 01848611 +flavorful a 1 1 & 1 0 02396911 +flavorless a 1 2 & + 1 0 02399595 +flavorous a 1 2 & + 1 0 02396911 +flavorsome a 1 1 & 1 0 02396911 +flavourful a 1 1 & 1 0 02396911 +flavourless a 1 2 & + 1 0 02399595 +flavourous a 1 2 & + 1 0 02396911 +flavoursome a 1 1 & 1 0 02396911 +flawed a 1 1 & 1 0 01752553 +flawless a 1 2 & + 1 1 01751080 +flaxen a 1 1 & 1 0 00244199 +flea-bitten a 1 1 & 1 0 02581530 +flecked a 1 1 & 1 1 01788445 +fledged a 2 2 ! & 2 0 01095914 00998381 +fledgeless a 1 1 & 1 0 00999671 +fledgeling a 1 2 & + 1 0 01096123 +fledgling a 2 2 & + 2 2 01096123 00936998 +fleeceable a 1 1 & 1 0 02272485 +fleecy a 1 2 & + 1 0 01153141 +fleet a 1 2 & + 1 1 00978199 +fleeting a 1 2 & + 1 1 01443097 +flemish a 1 2 \ + 1 0 03066448 +flemish-speaking a 1 1 & 1 0 00497442 +flesh-colored a 1 1 & 1 0 00397757 +flesh-coloured a 1 1 & 1 0 00397757 +flesh-eating a 1 2 & ; 1 0 00313701 +fleshed_out a 1 1 & 1 0 00522680 +fleshly a 1 1 & 1 0 01778572 +fleshy a 2 3 & \ + 2 1 00987769 02729339 +flexible a 5 4 ! & ^ + 5 4 01024073 01022064 01028163 00844719 01026262 +flexile a 1 2 & ^ 1 0 01022064 +flexuous a 1 1 & 1 0 02316253 +flickering a 1 1 & 1 0 02304119 +flighted a 1 2 & ; 1 0 00998479 +flightless a 1 1 & 1 0 02568480 +flighty a 2 2 & + 2 0 02121123 00919155 +flimsy a 3 3 & ^ + 3 1 02325484 00615457 02164913 +flint a 1 1 & 1 0 01158180 +flinty a 2 3 & \ + 2 0 02729457 01158180 +flip a 1 1 & 1 0 01996051 +flippant a 1 2 & + 1 0 02121290 +flipper-like a 1 1 & 1 0 01414566 +flirtatious a 1 2 & + 1 0 02131958 +floating a 5 1 & 5 1 00077196 02127159 01523136 01061100 00518981 +floaty a 1 2 & + 1 0 01187072 +floccose a 1 2 & ; 1 0 00213814 +flocculent a 1 2 & + 1 0 01154351 +flooded a 1 1 & 1 1 01083754 +floodlighted a 1 1 & 1 0 00271288 +floodlit a 1 1 & 1 0 00271288 +floored a 1 1 ! 1 0 01210300 +floppy a 1 2 & + 1 0 02404306 +floral a 3 3 & \ + 3 1 01788705 02847786 02847619 +florentine a 1 1 \ 1 1 02904916 +floricultural a 1 2 \ + 1 0 02729544 +florid a 2 2 & + 2 1 01794771 01172139 +flossy a 1 2 & + 1 0 01154030 +flourishing a 1 1 & 1 0 02331857 +floury a 1 2 & + 1 0 02233154 +flowered a 1 1 & 1 0 01788705 +flowering a 1 1 ! 1 0 02597850 +flowerless a 1 2 ! & 1 0 02597951 +flowery a 2 3 & \ + 2 0 02729665 02017141 +flowing a 1 1 & 1 0 02238128 +fluctuating a 1 1 & 1 0 02304208 +fluent a 2 2 & + 2 0 01139832 00150505 +fluffy a 1 2 & + 1 1 01154030 +fluid a 5 2 & + 5 1 00345494 02261746 01139832 00778017 00345694 +flukey a 1 3 & + ; 1 0 00341655 +fluky a 1 3 & + ; 1 0 00341655 +fluorescent a 2 2 & + 2 1 00271419 00403505 +flush a 2 2 & + 2 1 00910542 02022167 +flush-seamed a 1 1 & 1 0 00316733 +flushed a 2 1 & 2 2 01170823 00395626 +flustered a 1 2 & ; 1 0 00532560 +fluvial a 1 1 \ 1 0 02729812 +fly a 1 2 & ; 1 0 00092136 +fly-by-night a 2 2 & + 2 0 02466566 01757082 +flyaway a 2 1 & 2 0 02121123 01447178 +flyblown a 3 1 & 3 0 01069823 00421875 00246623 +flying a 2 1 & 2 1 01562992 01270486 +flyspeck a 1 1 & 1 0 01392249 +foaming a 2 1 & 2 0 02276305 01176787 +foamy a 2 2 & + 2 1 01176787 02276305 +focal a 2 3 & \ + 2 1 00330904 02881438 +focused a 3 2 ! & 3 0 00782856 00612504 00350876 +focussed a 2 1 & 2 0 00782856 00612504 +foetal a 1 2 \ + 1 0 02892819 +foetid a 1 1 & 1 0 01053634 +fogbound a 1 1 & 1 0 00461859 +fogged a 1 1 & 1 0 00433811 +foggy a 4 2 & + 4 0 00875962 00781644 00461609 00433811 +fogyish a 1 1 & 1 0 00974697 +foiled a 1 1 & 1 0 02333976 +foldable a 1 1 & 1 0 00465943 +foldaway a 1 1 & 1 0 00465943 +folding a 1 1 & 1 0 00465943 +foliaceous a 3 3 & \ + 3 0 02730102 01701411 00208447 +foliaged a 1 1 & 1 0 01701411 +foliate a 3 3 & \ ; 3 0 02729927 01701512 00208447 +foliated a 2 3 & \ ; 2 0 02729927 00208447 +foliolate a 1 2 & ; 1 0 01701769 +foliose a 1 1 & 1 0 01701411 +folksy a 2 2 & + 2 1 02052005 01044922 +follicular a 1 2 \ + 1 1 03019836 +following a 4 2 ! & 4 3 00127815 00127948 00199569 00995365 +fond a 4 2 & + 4 3 01464700 01464433 01292683 02571903 +foodless a 1 1 & 1 0 02301107 +foolhardy a 1 2 & + 1 1 00250739 +fooling a 1 1 & 1 1 01190484 +foolish a 2 5 ! & ^ + ; 2 1 02570282 00439905 +foolproof a 1 1 & 1 1 00965176 +foot-shaped a 1 1 & 1 0 02147117 +football-shaped a 1 1 & 1 0 02147203 +footed a 1 2 ! & 1 0 01031232 +footless a 1 2 ! & 1 0 01031797 +footling a 1 2 & ; 1 0 01280908 +footloose a 1 1 & 1 1 01063286 +footsore a 1 1 & 1 0 02433895 +footsure a 1 1 & 1 0 02302941 +foppish a 1 2 & + 1 1 00849912 +for_sale a 1 1 & 1 1 00185607 +for_sure a 1 1 & 1 1 01918660 +forbearing a 1 1 & 1 0 01736571 +forbidden a 1 1 & 1 1 01761375 +forbidding a 2 1 & 2 0 01802932 00194357 +forced a 4 2 & < 4 2 03148831 02521890 02367477 00073761 +forceful a 2 3 ! & + 2 1 00841403 00156575 +forceless a 1 2 ! & 1 1 00842914 +forcible a 1 2 & + 1 0 00842324 +forcipate a 1 1 \ 1 0 02730212 +fordable a 1 1 & 1 0 00692255 +fore a 1 4 ! & ^ ; 1 0 01033081 +fore-and-aft a 1 2 & ; 1 0 01445320 +foreboding a 1 1 & 1 0 01883106 +foregoing a 1 1 & 1 1 00126235 +foregone a 1 1 & 1 0 01728919 +forehand a 1 1 ! 1 0 01033708 +forehanded a 2 1 & 2 0 01033708 01895630 +foreign a 4 5 ! & ^ = + 4 4 01037540 01034457 01349927 02117464 +foreign-born a 1 1 & 1 0 01035559 +foremost a 3 1 & 3 2 00228294 00198610 01033249 +forensic a 2 1 & 2 1 02017613 00863361 +foreordained a 1 1 & 1 0 00341017 +foreseeable a 1 1 & 1 1 01841699 +foreshadowing a 1 1 & 1 0 01882162 +foresighted a 1 2 & + 1 0 01895296 +foresightful a 1 2 & + 1 0 01895296 +forested a 1 1 & 1 0 02573859 +forethoughtful a 1 1 & 1 0 01895717 +forfeit a 1 1 & 1 1 01452385 +forfeited a 1 1 & 1 0 01452385 +forficate a 1 1 & 1 0 02479602 +forged a 1 1 & 1 0 01117226 +forgetful a 3 4 & ^ = + 3 1 02006031 01978003 00165943 +forgettable a 1 2 ! & 1 0 01040239 +forgivable a 1 1 & 1 0 01721197 +forgiving a 2 3 ! & + 2 0 01040984 00923495 +forgotten a 1 1 & 1 1 01608465 +fork-like a 1 1 & 1 0 02479602 +forked a 2 1 & 2 1 02479602 00896026 +forlorn a 1 1 & 1 0 01230387 +form-only a 1 1 & 1 0 01043070 +formal a 6 6 ! & ^ = + ; 6 3 01041916 01633153 01045216 01980796 01430628 00751838 +formalised a 2 3 & \ ; 2 0 02730304 01633316 +formalistic a 1 3 \ + ; 1 0 02730304 +formalized a 2 3 & \ ; 2 1 02730304 01633316 +formative a 2 3 & + ; 2 0 00585597 00585398 +formed a 1 2 ! & 1 0 02143056 +former a 4 2 ! & 4 3 01047301 01729566 01729819 01729384 +formic a 2 1 \ 2 0 02730770 02730673 +formidable a 2 2 & + 2 2 01284836 00195383 +formless a 2 1 & 2 0 02151837 00629382 +formosan a 1 1 + 1 0 03122400 +formulaic a 1 1 & 1 0 00606240 +formulary a 1 2 \ + 1 0 02730861 +formulated a 1 1 & 1 0 00742164 +forte a 1 2 ! & 1 0 01458736 +fortemente a 1 1 & 1 0 01458941 +forthcoming a 3 2 & + 3 0 02258249 01732601 00184229 +forthright a 1 2 & + 1 1 00764484 +fortieth a 1 1 & 1 0 02206998 +fortified a 2 1 & 2 1 01885275 02322391 +fortissimo a 1 1 & 1 0 01459058 +fortnightly a 1 2 & + 1 0 01969038 +fortuitous a 2 2 & + 2 0 01339203 01048587 +fortunate a 3 3 ! & ^ 3 2 01047874 00670938 00176676 +forty a 1 1 & 1 1 02190278 +forty-eight a 1 1 & 1 0 02191040 +forty-eighth a 1 1 & 1 0 02207913 +forty-fifth a 1 1 & 1 0 02207566 +forty-first a 1 1 & 1 0 02207105 +forty-five a 1 1 & 1 0 02190755 +forty-four a 1 1 & 1 0 02190660 +forty-fourth a 1 1 & 1 0 02207450 +forty-nine a 1 1 & 1 0 02191139 +forty-ninth a 1 1 & 1 0 02208030 +forty-one a 1 1 & 1 0 02190377 +forty-second a 1 1 & 1 0 02207219 +forty-seven a 1 1 & 1 0 02190942 +forty-seventh a 1 1 & 1 0 02207795 +forty-six a 1 1 & 1 0 02190849 +forty-sixth a 1 1 & 1 0 02207681 +forty-third a 1 1 & 1 0 02207334 +forty-three a 1 1 & 1 0 02190562 +forty-two a 1 1 & 1 0 02190469 +forward a 4 4 ! & ^ + 4 1 00203237 00204491 00203774 01876555 +forward-looking a 1 1 & 1 0 01876261 +forward-moving a 1 1 & 1 1 01876555 +fossil a 1 1 \ 1 0 02730982 +fossiliferous a 1 1 \ 1 0 02731061 +fossilised a 1 1 & 1 0 01025397 +fossilized a 1 1 & 1 0 01025397 +fossorial a 1 1 ! 1 0 02590614 +foster a 1 1 & 1 0 01406418 +foul a 8 4 ! & + ; 8 3 01625893 01053634 00957743 00955915 01405390 00425313 00421590 00255308 +foul-mouthed a 1 1 & 1 0 00425588 +foul-smelling a 1 1 & 1 1 01053634 +foul-spoken a 1 1 & 1 0 00425588 +fouled a 2 1 & 2 1 00420480 00255308 +found a 1 3 ! & ^ 1 1 01450713 +four a 1 1 & 1 1 02186665 +four-dimensional a 1 1 & 1 0 00661146 +four-fold a 2 1 & 2 0 02219287 02219144 +four-footed a 1 0 1 0 00241816 +four-hundredth a 1 1 & 1 0 02212231 +four-lane a 1 1 & 1 0 02221951 +four-lobed a 1 1 & 1 0 00239520 +four-membered a 1 1 & 1 0 01502925 +four-needled a 1 1 & 1 0 02169175 +four-party a 1 1 & 1 0 00239090 +four-petaled a 1 1 & 1 0 01775768 +four-petalled a 1 1 & 1 0 01775768 +four-ply a 1 1 & 1 0 02411322 +four-pronged a 1 1 & 1 0 02481793 +four-sided a 1 1 & 1 1 00238400 +four-wheel a 1 1 \ 1 0 02731461 +four-wheeled a 1 1 \ 1 0 02731461 +four-year-old a 1 1 & 1 0 01647829 +four_hundred a 1 1 & 1 0 02198520 +fourfold a 2 1 & 2 1 02219144 02219287 +fourhanded a 1 2 \ ; 1 0 02731334 +fourpenny a 1 1 & 1 0 02223263 +fourscore a 1 1 & 1 0 02194151 +foursquare a 1 1 & 1 0 01991029 +fourteen a 1 1 & 1 1 02187699 +fourteenth a 1 1 & 1 1 02203868 +fourth a 1 1 & 1 1 02202443 +fourth-year a 1 1 & 1 0 01013681 +foxy a 1 2 & + 1 0 00148078 +fractional a 1 5 ! & ^ = + 1 1 00516539 +fractious a 3 2 & + 3 0 01614127 01136541 00747226 +fragile a 3 2 & + 3 2 00709215 00706688 02164913 +fragmental a 1 2 & + 1 0 00517314 +fragmentary a 1 2 & + 1 1 00517314 +fragmented a 1 1 & 1 0 02481012 +fragrant a 1 3 ! & + 1 1 01052248 +frail a 3 4 ! & ^ + 3 1 02040049 01259391 00709215 +framed a 1 1 ! 1 1 01096750 +franciscan a 1 2 \ + 1 0 03066658 +frangible a 1 2 & + 1 0 00709446 +frank a 2 2 & + 2 1 00764484 01619379 +frankish a 1 1 \ 1 0 02731616 +frantic a 2 1 & 2 2 00086341 02390724 +fraternal a 3 3 ! \ + 3 0 02731699 00292298 00291471 +fraudulent a 1 2 & + 1 0 01223941 +fraught a 2 1 & 2 0 02457932 01084900 +frayed a 1 1 & 1 1 02582163 +freakish a 3 2 & + 3 0 01842304 01597387 00608791 +freaky a 2 2 & ; 2 0 00968957 00608791 +freckled a 1 1 & 1 0 01788843 +free a 9 5 ! & ^ = ; 9 5 01061489 01058363 01710260 01624010 01060947 01065694 01624115 00927978 00916199 +free-and-easy a 1 1 & 1 0 01044730 +free-enterprise a 1 1 & 1 0 00297755 +free-flying a 1 1 & 1 0 01380571 +free-lance a 2 1 & 2 0 00863823 01709081 +free-living a 1 2 & ; 1 0 00728993 +free-range a 1 1 & 1 0 00559530 +free-soil a 1 1 & 1 0 01065941 +free-spoken a 1 1 & 1 0 00764484 +free-swimming a 1 2 & ; 1 1 00160288 +free-thinking a 1 2 & ; 1 0 00287275 +free_burning a 1 1 & 1 1 00596358 +freeborn a 1 1 & 1 0 01065861 +freehand a 1 1 & 1 1 01687030 +freehanded a 2 1 & 2 0 01687030 01111418 +freehearted a 1 1 & 1 0 01111312 +freelance a 2 3 ! & + 2 0 00863823 01709081 +freestanding a 1 1 & 1 0 00160768 +freewheeling a 2 1 & 2 1 02001240 01998260 +freewill a 1 1 & 1 0 02520824 +freeze-dried a 2 1 & 2 0 01072908 01072782 +french a 1 1 \ 1 1 02958392 +french-speaking a 1 1 & 1 0 00497535 +frenetic a 1 1 & 1 0 00086341 +frenzied a 2 1 & 2 1 02391003 00086341 +frequent a 2 3 ! & + 2 2 01066542 00486990 +fresh a 12 5 ! & ^ = + 12 5 01067694 01641648 01357027 01687167 01071198 01073707 02554420 02434797 02370083 01906320 00418198 00205295 +fresh-cut a 1 1 & 1 0 01068217 +freshman a 1 2 & ; 1 0 01012247 +fretful a 2 2 & + 2 0 02406166 00513981 +fretted a 2 4 ! & \ ; 2 0 02731850 02006798 +freudian a 1 2 \ + 1 1 03031733 +friable a 1 2 & + 1 1 00708738 +fricative a 1 1 & 1 0 01157179 +frictional a 1 2 \ + 1 0 02732059 +frictionless a 1 1 \ 1 0 02732266 +fried a 1 1 & 1 1 00617422 +friendless a 1 2 & + 1 0 02528440 +friendly a 4 6 ! & ^ = + ; 4 2 01074650 01246801 01077995 01077638 +frightened a 2 1 & 2 2 00079629 00080357 +frightening a 1 1 & 1 1 00193799 +frightful a 3 3 & + ; 3 2 00193480 01677200 01127147 +frigid a 3 2 & + 3 2 01466775 01252151 01258264 +frigorific a 1 1 & 1 0 01253022 +frilled a 1 1 & 1 0 00058696 +frilly a 1 2 & + 1 0 00058696 +fringed a 3 1 & 3 2 00258587 00058822 02247166 +fringy a 1 2 & + 1 0 00331889 +frisian a 1 2 \ + 1 0 02732405 +frisky a 1 2 & + 1 0 02123007 +frivolous a 1 5 ! & ^ = + 1 1 02120458 +frizzly a 1 1 & 1 0 01030372 +frizzy a 1 2 & + 1 0 01030372 +frolicky a 1 1 & 1 0 02122132 +frolicsome a 1 2 & + 1 0 02122132 +front a 1 3 ! & ^ 1 1 00198147 +frontal a 4 4 & \ + ; 4 1 00131018 02894878 00198757 00131176 +frontmost a 1 1 & 1 0 00198610 +frore a 1 2 & ; 1 0 01253112 +frost-bound a 1 1 & 1 0 01078840 +frostbitten a 1 1 & 1 1 01078673 +frosted a 1 1 & 1 0 00433972 +frostian a 1 2 \ + 1 0 03031886 +frosty a 3 2 & + 3 0 01258264 01253254 01252714 +frothing a 1 1 & 1 0 01176787 +frothy a 2 2 & + 2 0 02276305 00805810 +froward a 1 1 & 1 0 01614372 +frowning a 1 1 & 1 0 01806992 +frowsty a 1 1 & 1 0 01053915 +frowsy a 1 1 & 1 0 02425749 +frowzled a 1 1 & 1 1 02425220 +frowzy a 1 1 & 1 0 02425749 +frozen a 7 3 ! & ^ 7 3 01078302 01564881 01258264 01506945 01072586 00778270 00347707 +frugal a 1 3 & + ; 1 0 02421364 +fruit-eating a 1 1 & 1 0 00314466 +fruitful a 1 4 ! & ^ + 1 1 01080297 +fruiting a 1 1 & 1 0 01489006 +fruitless a 1 2 & + 1 1 01866812 +fruity a 2 2 & + 2 0 02397119 02074929 +frumpish a 1 1 & 1 0 00974519 +frumpy a 1 2 & + 1 0 00974519 +frustrated a 1 1 & 1 1 02333976 +frustrating a 2 1 & 2 1 00867758 01764745 +frustrative a 1 2 & + 1 0 01764745 +fruticose a 1 0 1 0 03021866 +fruticulose a 1 0 1 0 03021866 +fucked-up a 1 1 & 1 0 01669617 +fucking a 1 1 & 1 0 01520655 +fuddled a 1 2 & ; 1 0 00798103 +fueled a 1 2 ! & 1 1 01098492 +fugacious a 1 2 & + 1 0 01756292 +fugal a 1 2 \ + 1 1 03011126 +fuggy a 1 3 & + ; 1 0 02509710 +fugitive a 1 1 & 1 0 01443097 +fugly a 1 1 & 1 0 00221553 +fulfilled a 1 1 & 1 0 00552089 +fulgent a 1 1 & 1 0 00280844 +fulgid a 1 1 & 1 0 00279618 +fulgurant a 1 1 & 1 0 01283787 +fulgurating a 1 2 & ; 1 0 00803751 +fulgurous a 1 1 & 1 0 01283787 +full a 8 4 ! & = + 8 6 01083157 00515380 00522885 02300501 01456710 00106020 01211531 00106277 +full-blood a 1 1 & 1 0 01903813 +full-blooded a 2 1 & 2 0 01903813 01171746 +full-blown a 2 1 & 2 0 01489085 00523068 +full-bodied a 1 1 & 1 0 02397234 +full-bosomed a 1 1 & 1 0 02138989 +full-clad a 1 1 & 1 1 00522680 +full-dress a 3 1 & 3 0 01043226 01042921 00523229 +full-face a 1 2 & ; 1 0 00203495 +full-fashioned a 1 1 & 1 0 02139652 +full-fledged a 2 1 & 2 0 01096308 00935792 +full-grown a 1 2 & ; 1 1 01488616 +full-length a 2 1 & 2 0 00515622 00005107 +full-page a 1 1 & 1 0 00515753 +full-scale a 1 1 & 1 0 00521811 +full-size a 1 1 & 1 0 01388655 +full-strength a 1 1 & 1 0 00757120 +full-term a 1 2 ! ^ 1 0 01495381 +full-time a 1 2 ! & 1 1 01089136 +full_of_life a 1 1 & 1 1 00119006 +fully_fashioned a 1 1 & 1 0 02139652 +fully_fledged a 2 1 & 2 0 01096308 00935792 +fully_grown a 1 2 & ; 1 0 01488616 +fulminant a 1 2 & + 1 0 01144102 +fulsome a 1 2 & + 1 0 02181432 +fumbling a 1 1 & 1 1 02229324 +fumed a 1 1 & 1 0 01954517 +functional a 6 7 ! & ^ \ = + ; 6 2 01090308 01092989 02976260 02124253 01835023 01091728 +functionally_illiterate a 1 1 & 1 0 01422098 +functioning a 1 2 ! & 1 1 01091556 +fundamental a 3 1 & 3 3 01277097 01856419 02162934 +fundamentalist a 1 2 \ ; 1 1 02953235 +fundamentalistic a 1 3 \ + ; 1 0 02953235 +funded a 1 1 ! 1 0 01098293 +funerary a 1 2 \ + 1 0 02950588 +funereal a 1 2 & + 1 0 01368464 +fungal a 1 2 \ + 1 1 02832678 +fungible a 1 3 & + ; 1 0 00917956 +fungicidal a 1 2 \ + 1 0 02832818 +fungoid a 1 1 \ 1 0 02832969 +fungous a 1 2 \ + 1 0 02832678 +funguslike a 1 1 \ 1 0 02832969 +funicular a 1 2 \ + 1 0 02848658 +funky a 4 3 & + ; 4 0 01053634 00855158 00609750 00266228 +funnel-shaped a 1 1 & 1 0 02147297 +funny a 4 3 & + ; 4 3 01265308 00968010 01917594 02545023 +fur-bearing a 1 1 & 1 0 01866129 +furious a 3 2 & + 3 3 02511528 00114454 00304144 +furled a 1 1 & 1 0 00253469 +furlike a 1 1 & 1 0 00213933 +furnished a 1 3 ! & ; 1 1 01096990 +furred a 1 1 & 1 0 00214001 +furrowed a 1 2 ! & 1 0 02243806 +furry a 1 2 & + 1 1 00214001 +further a 1 1 & 1 1 00443988 +furthermost a 1 2 & ; 1 0 00443618 +furthest a 1 2 & ; 1 0 00443618 +furtive a 2 2 & + 2 1 02088974 01706111 +fuscous a 1 1 & 1 0 00375090 +fused a 1 1 & 1 0 02476637 +fusible a 1 2 & + 1 0 01506385 +fusiform a 1 1 & 1 1 01810613 +fussy a 3 2 & + 3 1 01136248 01795203 00984624 +fusty a 2 1 & 2 0 01053915 00574884 +futile a 2 2 & + 2 2 02497471 01866812 +future a 4 7 ! & ^ \ = + ; 4 3 01732270 01884353 01294975 02992914 +future_day a 1 1 & 1 1 01732855 +futureless a 1 1 & 1 0 01230521 +futurist a 1 1 \ 1 0 02993094 +futuristic a 1 2 \ + 1 0 02993094 +fuzzed a 1 1 & 1 1 00214165 +fuzzy a 3 2 & + 3 2 00214165 00781644 00465585 +gabby a 1 2 & + 1 0 02384077 +gabled a 1 1 ! 1 0 01221502 +gabonese a 1 2 \ + 1 0 03066825 +gaelic a 1 2 \ + 1 1 02957823 +gaelic-speaking a 1 1 & 1 0 00497626 +gaga a 2 2 & ; 2 0 01645296 00886448 +gainful a 1 1 & 1 1 01871473 +gainly a 1 1 & 1 0 01140054 +galactic a 2 3 & \ + 2 0 02849098 01383582 +galilaean a 1 2 \ + 1 0 02732569 +galilean a 2 2 \ + 2 0 02732806 02732569 +gallant a 4 2 & + 4 1 00263840 02279622 01285136 00640106 +galled a 1 1 & 1 0 01712076 +gallic a 2 2 \ + 2 0 03066978 02958392 +gallican a 1 1 \ 1 0 02732935 +gallinaceous a 1 1 \ 1 0 02993258 +galling a 1 1 & 1 1 00089550 +galore a 2 1 & 2 0 01552162 00014358 +galvanic a 2 4 & \ + ; 2 1 02827160 00921631 +galvanising a 1 1 & 1 0 00921631 +galvanizing a 1 1 & 1 0 00921631 +galwegian a 1 2 \ + 1 0 02978335 +gambian a 1 2 \ + 1 0 03067153 +game a 2 2 & + 2 0 01018788 00263994 +gamey a 3 2 & + 3 0 02132224 01054047 00263994 +gammy a 1 2 & ; 1 0 01019450 +gamopetalous a 1 1 & 1 0 01775980 +gamy a 3 2 & + 3 0 02132224 01054047 00263994 +gandhian a 1 2 \ + 1 0 03032009 +gangling a 2 1 & 2 0 02385492 00989544 +gangly a 2 1 & 2 0 02385492 00989544 +gangrenous a 1 2 & + 1 0 01176973 +gap-toothed a 1 1 & 1 0 02438968 +gaping a 1 1 & 1 1 01654582 +garbed a 1 1 & 1 1 00454440 +garbled a 1 1 & 1 1 00465221 +gardant a 1 2 & ; 1 0 00203495 +gargantuan a 1 2 & + 1 0 01385773 +garish a 1 2 & + 1 0 02393791 +garlicky a 1 2 \ + 1 0 02733034 +garmented a 1 1 & 1 0 00454440 +garmentless a 1 1 & 1 0 00459102 +garnet-colored a 1 1 & 1 0 00397870 +garnet-coloured a 1 1 & 1 0 00397870 +garrulous a 1 2 & + 1 0 02384077 +gas-filled a 1 1 & 1 0 01085097 +gas-tight a 1 1 & 1 0 01398528 +gaseous a 1 4 ! & = + 1 1 02262542 +gasified a 1 1 & 1 0 02263270 +gassy a 2 2 & + 2 0 02263407 01175741 +gastric a 1 1 \ 1 0 02733187 +gastroduodenal a 1 1 \ 1 0 02733390 +gastroesophageal a 1 1 \ 1 0 02733515 +gastrointestinal a 1 1 \ 1 1 02975697 +gastronomic a 1 2 \ + 1 0 02975840 +gastronomical a 1 2 \ + 1 0 02975840 +gathered a 1 2 ! < 1 0 03147919 +gauche a 1 2 & + 1 1 00851329 +gaudy a 2 2 & + 2 2 02393791 00407420 +gauguinesque a 1 1 \ 1 0 03032131 +gaumless a 1 1 & 1 0 00441154 +gaunt a 1 2 & + 1 1 00988988 +gauntleted a 1 1 & 1 1 01428389 +gaussian a 1 2 \ + 1 0 03028005 +gauze-like a 1 1 & 1 0 02413390 +gauzy a 1 2 & + 1 0 02413390 +gawky a 1 2 & + 1 0 01140896 +gay a 6 2 & + 6 6 00363938 01367651 01298708 00407151 01367431 01201937 +geared a 1 2 ! & 1 0 01100210 +gelatinlike a 1 1 & 1 0 02416610 +gelatinous a 1 2 & + 1 0 02416610 +gelded a 1 1 & 1 0 02137070 +gelid a 1 2 & + 1 0 01252151 +gemmed a 1 1 & 1 0 00056660 +gemmiferous a 1 1 \ 1 0 02733782 +genealogic a 1 2 \ + 1 0 03067329 +genealogical a 1 2 \ + 1 0 03067329 +general a 6 6 ! & ^ = + ; 6 3 01101391 00783840 00487198 01426077 01839663 00527188 +general-purpose a 1 1 & 1 1 01102058 +generalised a 1 2 & ; 1 0 02278513 +generalized a 1 2 & ; 1 1 02278513 +generational a 1 2 \ + 1 0 02733873 +generative a 2 3 ! & + 2 0 01867295 01081592 +generic a 3 4 & \ + ; 3 0 02734016 01109599 01102164 +generous a 3 5 ! & ^ = + 3 3 01111016 01114434 00106182 +genetic a 4 3 & \ + 4 1 01314537 02734544 02734391 02734192 +genetical a 2 2 \ + 2 0 02734544 02734192 +genial a 3 3 & \ + 3 1 01075178 02734776 01242282 +genic a 1 2 \ + 1 0 02734544 +geniculate a 1 2 & ; 1 0 02313138 +genital a 1 1 \ 1 0 02881567 +genitive a 1 2 \ ; 1 0 02862251 +genitourinary a 1 1 \ 1 0 02881711 +genoese a 1 1 \ 1 0 02973056 +genotypic a 1 2 \ + 1 0 02942542 +genotypical a 1 2 \ + 1 0 02942542 +genovese a 1 1 \ 1 0 02973056 +genteel a 1 2 & + 1 0 01947741 +gentile a 1 2 \ + 1 1 02735066 +gentle a 7 2 & + 7 4 01509066 01373314 01455412 01590484 02388773 01192035 01144571 +gentlemanlike a 1 1 & 1 0 01948573 +gentlemanly a 1 2 & + 1 1 01948573 +genuine a 3 4 ! & ^ + 3 3 01115349 02180277 02460964 +geocentric a 1 2 ! & 1 0 01118568 +geodesic a 1 2 \ + 1 0 02993362 +geodesical a 1 2 \ + 1 0 02993362 +geodetic a 1 2 \ + 1 0 02993362 +geographic a 2 3 ! & \ 2 1 03021543 01470496 +geographical a 2 3 & \ + 2 1 03021543 01470496 +geologic a 1 2 \ + 1 0 02905591 +geological a 1 2 \ + 1 1 02905591 +geometric a 2 4 & \ + ; 2 2 01981009 02735208 +geometrical a 2 4 & \ + ; 2 1 02735208 01981009 +geomorphologic a 1 3 \ + ; 1 0 02949511 +geomorphological a 1 3 \ + ; 1 0 02949511 +geophysical a 1 2 \ + 1 0 02908235 +geophytic a 1 2 \ + 1 0 02735375 +geopolitical a 1 2 \ + 1 0 02907935 +georgian a 4 2 \ + 4 0 03068198 03067957 03067712 03067506 +geostationary a 1 1 & 1 0 01059911 +geostrategic a 1 2 \ + 1 0 02735476 +geosynchronous a 1 1 & 1 0 01060110 +geothermal a 1 1 \ 1 0 02735669 +geothermic a 1 1 \ 1 0 02735669 +geriatric a 2 2 \ + 2 0 02916730 02916539 +german a 1 2 \ + 1 1 02957469 +german-american a 1 1 \ 1 0 02916852 +german-speaking a 1 1 & 1 0 00497717 +germane a 1 2 & + 1 0 01975671 +germanic a 2 2 \ + 2 0 03068330 02958126 +germfree a 1 3 ! & ^ 1 0 02116618 +germicidal a 1 2 & + 1 0 02116054 +germinal a 1 2 & + 1 1 01687363 +germy a 1 4 ! & ^ + 1 0 02116934 +gerontological a 1 2 \ + 1 0 02916539 +gerundial a 1 3 \ + ; 1 1 03121060 +gestational a 1 2 \ + 1 0 02983097 +gesticulating a 1 1 & 1 1 00497808 +gestural a 2 1 & 2 0 00498161 00497964 +get-at-able a 1 2 & ; 1 0 00019505 +getable a 1 1 & 1 0 00184363 +getatable a 1 2 & ; 1 0 00019505 +gettable a 1 1 & 1 0 00184363 +ghanaian a 1 2 \ + 1 0 03068473 +ghanese a 1 1 \ 1 0 03068473 +ghanian a 1 2 \ + 1 0 03068473 +ghastly a 2 2 & + 2 1 00195684 01625492 +ghostlike a 1 1 & 1 1 01574925 +ghostly a 1 2 & + 1 1 01574925 +ghoulish a 1 1 & 1 0 01626440 +gi a 1 0 1 0 02975697 +giant a 1 2 & + 1 1 01385773 +gibbose a 1 1 & 1 0 00538174 +gibbous a 2 2 & + 2 0 01019000 00538174 +gibelike a 1 1 & 1 1 01995596 +gibraltarian a 1 2 \ + 1 0 03068737 +giddy a 2 2 & + 2 0 02544048 02120828 +gifted a 1 0 1 0 01119192 +gigantic a 1 2 & + 1 1 01386538 +gilbertian a 2 3 & \ + 2 0 03068909 01266649 +gilded a 4 1 & 4 1 00369941 02182302 02024928 01528730 +gill-less a 1 0 1 0 01107094 +gilled a 1 0 1 0 01106989 +gilt a 1 2 & + 1 1 00369941 +gilt-edged a 2 1 & 2 0 02343378 00058929 +gimbaled a 1 1 & 1 0 02351246 +gimcrack a 1 1 & 1 0 02393791 +gimpy a 1 2 & + 1 0 01018788 +ginger a 1 1 & 1 0 00397975 +ginger-scented a 1 1 & 1 0 01056402 +gingerly a 1 1 & 1 1 00325995 +gingery a 2 1 & 2 0 02397644 00397975 +gingival a 1 2 \ + 1 0 02735812 +girlish a 1 2 & + 1 1 01648698 +given a 2 2 & + 2 2 00028280 01292411 +giving a 1 1 & 1 0 01111418 +glabellar a 1 2 \ + 1 0 02735911 +glabrescent a 1 1 & 1 0 00211444 +glabrous a 1 2 & ; 1 0 00211564 +glace a 1 1 & 1 0 01071941 +glacial a 3 3 & \ + 3 0 02736015 01258264 01252151 +glaciated a 1 1 & 1 0 01078932 +glad a 4 4 ! & ^ + 4 3 01361414 02565583 01146920 00362892 +gladdened a 1 1 & 1 0 00705336 +gladiatorial a 1 2 \ + 1 0 03069079 +gladsome a 1 2 & + 1 0 01361705 +glamorous a 1 2 & + 1 1 00922051 +glamourous a 1 2 & + 1 0 00922051 +glandular a 1 2 \ + 1 0 03069238 +glaring a 2 1 & 2 2 00280844 00580039 +glary a 1 1 & 1 0 00280844 +glass-like a 1 1 & 1 0 01119937 +glassed a 1 0 1 0 01120654 +glassless a 1 0 1 1 01120766 +glassy a 3 3 & + ; 3 2 02237761 01087388 01119661 +glaswegian a 1 2 \ + 1 0 02971311 +glaucous a 1 1 & 1 0 00434097 +glazed a 4 2 ! & 4 1 01087388 01120654 01119421 01699652 +gleaming a 1 1 & 1 1 00279092 +gleeful a 1 2 & + 1 1 01367211 +glial a 1 2 \ + 1 0 02736179 +glib a 3 2 & + 3 0 01874716 01799781 01770726 +glib-tongued a 1 1 & 1 0 01770726 +glimmery a 1 2 & + 1 0 00281527 +glinting a 1 1 & 1 1 00279618 +glistening a 1 1 & 1 1 00281657 +glistering a 1 1 & 1 0 00279618 +glittering a 1 1 & 1 1 00279618 +glittery a 1 2 & + 1 0 00279618 +global a 2 2 & + 2 1 01568684 02041229 +globose a 1 2 & + 1 0 02041229 +globular a 1 2 & + 1 0 02041229 +glomerular a 1 2 \ + 1 1 03009594 +gloomful a 1 1 & 1 0 00275764 +glooming a 1 1 & 1 0 00275764 +gloomy a 3 2 & + 3 1 00275764 00703615 00364881 +glorified a 1 1 & 1 1 00179190 +glorious a 3 4 ! & ^ + 3 1 01120925 01285376 00219389 +glossopharyngeal a 1 1 \ 1 0 02880808 +glossy a 3 2 & + 3 0 01120010 00281657 00168039 +glossy-coated a 1 1 & 1 0 00214323 +glossy-furred a 1 1 & 1 0 00214323 +glossy-haired a 1 1 & 1 0 00214323 +glottal a 1 2 \ + 1 0 02880924 +glottochronological a 1 2 \ + 1 1 02881057 +gloved a 1 2 ! & 1 1 01428282 +gloveless a 1 1 ! 1 0 01428509 +glowering a 1 1 & 1 1 01137378 +glowing a 1 1 & 1 1 00886804 +glued a 1 1 & 1 1 00159106 +gluey a 1 2 & + 1 0 00053691 +glum a 2 2 & + 2 1 00704270 01137378 +gluteal a 1 2 \ + 1 0 02736276 +glutinous a 1 2 & + 1 0 00053691 +glutted a 1 1 & 1 0 01085167 +gluttonous a 1 5 ! & ^ = + 1 0 00009978 +glycogenic a 1 2 \ + 1 0 02736393 +gnarled a 1 1 & 1 0 02313235 +gnarly a 1 2 & + 1 0 02313235 +gnomic a 1 2 \ + 1 0 02849475 +gnomish a 1 1 & 1 0 01393311 +gnostic a 2 3 ! \ + 2 0 02849594 01305792 +go a 1 2 ! & 1 0 01122776 +go-as-you-please a 1 1 & 1 0 00607009 +go-to-meeting a 1 1 & 1 0 00228485 +goaded a 1 1 & 1 0 02521758 +goal-directed a 1 1 & 1 0 01910249 +goalless a 1 1 & 1 0 02335119 +goateed a 1 1 & 1 0 02154247 +goblet-shaped a 1 1 & 1 0 02042411 +gobsmacked a 1 2 & ; 1 0 02358650 +god-awful a 1 1 & 1 0 01802774 +god-fearing a 1 1 & 1 0 01783710 +goddam a 1 1 & 1 1 00669942 +goddamn a 2 1 & 2 1 00670530 00669942 +goddamned a 1 1 & 1 1 00669942 +godforsaken a 1 1 & 1 1 01243102 +godless a 1 2 & + 1 1 01782717 +godlike a 2 1 & 2 1 01261127 01179767 +godly a 2 2 & + 2 0 01781882 01179547 +goethean a 1 2 \ + 1 0 03032219 +goethian a 1 2 \ + 1 0 03032219 +goggle-eyed a 1 2 & ; 1 0 02358762 +going a 1 1 & 1 1 00036163 +gold a 2 2 & + 2 2 01528730 00369941 +gold-bearing a 1 1 & 1 0 01528349 +gold-colored a 1 1 & 1 0 00398172 +gold-coloured a 1 1 & 1 0 00398172 +golden a 6 1 & 6 3 00369941 01149195 01528730 00670938 00300943 00177547 +golden-brown a 1 1 & 1 0 00375303 +golden-green a 1 1 & 1 0 00375387 +golden-yellow a 1 1 & 1 0 00375217 +gonadal a 1 2 \ + 1 0 02975349 +gonadotrophic a 1 1 \ 1 0 03069388 +gonadotropic a 1 2 \ + 1 0 03069388 +gone a 4 2 & ; 4 4 00735882 00095873 01728919 01450084 +gonzo a 1 1 & 1 0 00608791 +good a 21 5 ! & ^ = + 21 14 01123148 00106020 01129977 01983162 00064787 01586752 02036934 02226162 00523364 00452883 02273643 01661289 01048762 00832784 01808329 01333477 01171213 01166413 01116026 01068306 00775611 +good-for-naught a 1 2 & + 1 0 02502578 +good-for-nothing a 1 2 & + 1 0 02502578 +good-hearted a 1 1 & 1 0 01372948 +good-humored a 1 2 & + 1 0 01134232 +good-humoured a 1 2 & + 1 0 01134232 +good-looking a 1 1 & 1 1 00218950 +good-natured a 1 5 ! & ^ = + 1 1 01133876 +good-tempered a 1 2 & + 1 0 01134486 +good-time a 1 1 & 1 0 02258002 +good_enough a 1 1 & 1 1 01124192 +good_for_you a 1 1 & 1 1 02558184 +goodish a 2 1 & 2 0 01124342 00624576 +goodly a 1 1 & 1 0 00624576 +goody-goody a 1 2 & + 1 0 01130614 +gooey a 1 2 & + 1 0 00054109 +goofy a 1 3 & + ; 1 0 02571536 +gooselike a 1 2 & ; 1 0 00439905 +goosey a 1 3 & + ; 1 0 00439905 +goosy a 1 3 & + ; 1 0 00439905 +gordian a 1 1 & 1 0 02178241 +gorgeous a 1 1 & 1 1 00219705 +gormless a 1 1 & 1 0 00441154 +gory a 2 1 & 2 1 00247993 00249104 +gossamer a 2 2 & + 2 1 00706455 02413390 +gossipy a 1 2 & + 1 0 00496422 +gothic a 5 4 & \ + ; 5 0 03069797 03069643 03069542 01537448 00969103 +gouty a 1 2 & + 1 0 02545168 +governable a 1 1 & 1 0 01474942 +governing a 1 1 & 1 1 00792075 +governmental a 1 1 & 1 0 01814711 +gowned a 1 1 & 1 1 00456026 +grabby a 1 1 & 1 0 00029933 +graceful a 2 4 ! & ^ + 2 1 01139352 01142069 +graceless a 3 2 & + 3 0 01142666 01141242 00851329 +gracile a 1 2 & + 1 0 01140188 +gracious a 4 4 ! & ^ + 4 1 01141743 01372568 00641460 00177834 +gradable a 1 1 & 1 0 01203873 +gradational a 1 2 & + 1 0 01143138 +gradatory a 1 1 & 1 0 01143138 +grade-appropriate a 1 1 & 1 0 00135193 +grade-constructed a 1 1 & 1 1 02471466 +graded a 1 1 & 1 1 01203986 +gradual a 2 4 ! & ^ + 2 1 01142804 01144359 +graduate a 1 1 & 1 1 01211665 +graduated a 2 2 & < 2 0 03147643 01143138 +graeco-roman a 1 1 & 1 0 00413861 +graecophile a 1 1 + 1 0 03133141 +graecophilic a 1 1 + 1 0 03133141 +grainy a 1 2 & + 1 0 02231502 +gram-negative a 1 2 & ; 1 0 01821078 +gram-positive a 1 2 & ; 1 0 01820684 +grammatic a 1 2 \ + 1 1 02880322 +grammatical a 2 3 ! \ + 2 1 02880322 01146012 +grand a 8 2 & + 8 2 01284544 01591050 02024928 01676517 01588619 01387149 01278251 00752110 +grandiloquent a 2 2 & + 2 0 02017721 01849960 +grandiose a 2 2 & + 2 1 01285713 01850288 +granitelike a 1 1 & 1 0 01151951 +granitic a 2 2 & + 2 0 01158180 01151951 +granted a 1 1 & 1 1 00028280 +granular a 2 2 & + 2 1 02231502 00365799 +granulated a 1 1 & 1 0 02231886 +granuliferous a 1 1 \ 1 0 02736507 +granulocytic a 1 2 \ + 1 1 03009253 +granulomatous a 1 2 \ + 1 0 02736596 +granulose a 1 1 & 1 0 02231502 +grape-sized a 1 1 & 1 0 02223361 +grapelike a 1 1 \ 1 0 02736716 +grapey a 1 2 & + 1 0 02397903 +graphic a 5 2 & \ 5 2 02285278 00941242 02736983 02736808 01941026 +graphical a 2 3 & \ + 2 1 02736808 02285278 +grapy a 1 2 & + 1 0 02397903 +graspable a 1 1 & 1 0 00533452 +grasping a 1 2 & + 1 0 00029933 +grass-covered a 1 1 & 1 0 00209781 +grass-eating a 1 1 & 1 0 00314559 +grassless a 1 1 ! 1 0 00210212 +grasslike a 1 1 & 1 0 00209916 +grassroots a 2 1 & 2 1 01856686 00487327 +grassy a 1 3 ! & + 1 0 00209620 +grassy-leafed a 1 1 & 1 0 01702031 +grassy-leaved a 1 1 & 1 0 01702031 +grateful a 2 3 ! & + 2 1 01146493 01801327 +gratified a 1 1 & 1 1 01805801 +gratifying a 2 1 & 2 0 01808413 01801029 +grating a 1 1 & 1 0 00299476 +gratis a 1 1 & 1 0 01710260 +gratuitous a 3 1 & 3 1 01371553 01710260 01582049 +gratulatory a 1 1 & 1 0 01000093 +grave a 3 2 & + 3 2 02119213 00651039 01278423 +gravelly a 2 2 & + 2 0 02242223 00299476 +graven a 2 1 & 2 0 00317481 00317310 +gravid a 1 2 & + 1 1 00173391 +gravimetric a 1 2 \ + 1 0 03002841 +gravitational a 1 2 \ + 1 1 02737183 +gravitative a 1 2 \ + 1 0 02737183 +gray a 4 2 & + 4 3 00389310 01645678 01607120 01014685 +gray-black a 1 1 & 1 0 00389607 +gray-blue a 1 1 & 1 0 00375471 +gray-brown a 1 1 & 1 0 00375593 +gray-green a 1 1 & 1 0 00375720 +gray-haired a 1 1 & 1 1 01645678 +gray-headed a 1 1 & 1 0 01645678 +gray-pink a 1 1 & 1 0 00375847 +gray-white a 1 1 & 1 0 00389734 +grayish a 1 1 & 1 0 00389310 +grayish-black a 1 1 & 1 0 00389607 +grayish-blue a 1 1 & 1 0 00375471 +grayish-brown a 1 1 & 1 0 00375593 +grayish-green a 1 1 & 1 0 00375720 +grayish-pink a 1 1 & 1 0 00375847 +grayish-white a 1 1 & 1 0 00389734 +grazed a 1 1 & 1 0 02445394 +greased a 1 0 1 0 02236645 +greaseproof a 1 1 & 1 0 01774483 +greasy a 2 2 & + 2 1 00992432 00422168 +great a 6 3 & + ; 6 4 01386883 01278818 01677433 01123879 01467919 00173391 +great_bellied a 1 1 & 1 0 00222775 +greater a 1 1 ! 1 1 01395330 +greatest a 1 1 & 1 1 02343517 +greathearted a 1 1 & 1 0 01589045 +grecian a 1 2 \ + 1 1 03016202 +greco-roman a 1 1 & 1 0 00413861 +greedy a 3 2 & + 3 1 00029933 00888477 00011160 +greek a 1 2 \ + 1 1 03016202 +greek_orthodox a 1 2 \ ; 1 0 02953598 +green a 5 4 ! & \ + 5 1 00375969 03069937 01493897 02545257 02272485 +green-blind a 1 2 & + 1 0 02159787 +green-eyed a 1 1 & 1 0 02464105 +green-white a 1 1 & 1 0 00389962 +greenhouse a 1 1 \ 1 0 03070101 +greenish a 1 2 & + 1 0 00375969 +greenish-brown a 1 1 & 1 0 00376255 +greenish-gray a 1 1 & 1 0 00389861 +greenish-grey a 1 1 & 1 0 00389861 +greenish-white a 1 1 & 1 0 00389962 +greensick a 1 1 \ 1 0 02695389 +greenside a 1 2 \ ; 1 0 03070230 +gregarious a 3 6 ! & ^ = + ; 3 2 02252634 02248984 02253389 +gregorian a 2 2 \ + 2 0 03070517 03070352 +grenadian a 1 2 \ + 1 0 03070697 +grey a 4 2 & + 4 1 00389310 01645678 01607120 01014685 +grey-black a 1 1 & 1 0 00389607 +grey-blue a 1 1 & 1 0 00375471 +grey-brown a 1 1 & 1 0 00375593 +grey-green a 1 1 & 1 0 00375720 +grey-haired a 1 1 & 1 0 01645678 +grey-headed a 1 1 & 1 0 01645678 +grey-pink a 1 1 & 1 0 00375847 +grey-white a 1 1 & 1 0 00389734 +greyed a 1 1 & 1 0 00405406 +greyish a 1 1 & 1 0 00389310 +greyish-black a 1 1 & 1 0 00389607 +greyish-blue a 1 1 & 1 0 00375471 +greyish-brown a 1 1 & 1 0 00375593 +greyish-green a 1 1 & 1 0 00375720 +greyish-pink a 1 1 & 1 0 00375847 +greyish-white a 1 1 & 1 0 00389734 +grief-stricken a 1 1 & 1 1 01364817 +grieving a 1 1 & 1 0 01364817 +grievous a 4 1 & 4 1 00651039 01365544 01278423 01131454 +grilled a 2 1 & 2 0 00617033 00616654 +grim a 6 2 & + 6 4 01785341 00195684 02079507 01802932 00703615 00364881 +grimy a 1 2 & + 1 1 00420650 +gripping a 1 1 & 1 0 01344171 +grisly a 1 1 & 1 0 00195684 +gristly a 1 2 & + 1 0 02445863 +gritty a 2 2 & + 2 1 02231502 00263994 +grizzled a 1 1 & 1 1 00245763 +grizzly a 1 2 & + 1 0 01645678 +groggy a 1 2 & + 1 1 00875962 +groomed a 1 3 ! & ^ 1 1 02427087 +grooved a 1 1 & 1 1 01636090 +groovy a 2 2 & ; 2 0 01123879 00972354 +groping a 1 1 & 1 0 00338275 +gross a 7 3 ! & + 7 3 01582821 01102308 00987974 02516435 01520091 00683531 00580039 +grotesque a 2 2 & + 2 2 00221627 00967646 +grotty a 1 2 & ; 1 0 01587643 +grouchy a 1 2 & + 1 0 01136248 +ground-floor a 1 1 & 1 0 02494253 +ground-hugging a 1 1 & 1 0 01207007 +groundbreaking a 1 1 & 1 0 01687586 +groundless a 1 1 & 1 1 02353211 +grouped a 1 1 & 1 0 00414919 +groveling a 1 1 & 1 0 00789871 +grovelling a 1 1 & 1 0 00789871 +growing a 1 1 \ 1 0 03070879 +grown a 1 2 & ; 1 1 01488616 +grownup a 1 3 & + ; 1 0 01488616 +grubby a 2 3 & \ + 2 0 02737371 00420650 +grudging a 2 1 & 2 0 02566299 01113636 +grueling a 1 1 & 1 0 00836544 +gruelling a 1 1 & 1 0 00836544 +gruesome a 1 2 & + 1 1 00195684 +gruff a 2 2 & + 2 2 01137000 00299690 +grumbling a 1 1 & 1 0 01457079 +grumose a 1 1 & 1 0 02416036 +grumous a 1 2 & + 1 0 02416036 +grumpy a 1 2 & + 1 0 01136248 +grungy a 1 2 & + 1 0 00420650 +gu a 1 0 1 0 02881711 +guardant a 1 2 & ; 1 0 00203495 +guarded a 1 1 & 1 0 00326202 +guatemalan a 1 2 \ + 1 1 03071022 +gubernatorial a 1 2 \ + 1 1 02983978 +guided a 1 2 ! & 1 0 01428972 +guiding a 2 1 & 2 0 00199463 00199114 +guileful a 1 1 & 1 0 00148078 +guileless a 1 1 & 1 0 02318950 +guilt-ridden a 1 1 & 1 0 01322702 +guiltless a 1 3 & ^ + 1 0 01319874 +guilty a 2 4 ! & ^ + 2 2 01320988 00154583 +guinean a 1 2 \ + 1 0 03071201 +guitar-shaped a 1 1 & 1 0 02147387 +gullible a 2 2 & + 2 1 02272485 00163315 +gum-like a 1 1 & 1 0 00054201 +gummed a 1 1 & 1 0 00054278 +gummy a 2 2 & + 2 1 00053691 00054278 +gumptious a 1 1 & 1 0 00885099 +gung_ho a 1 1 & 1 0 00886895 +gushing a 3 1 & 3 0 01240805 00806064 00720524 +gushy a 1 2 & + 1 0 00720524 +gusseted a 1 1 ! 1 0 00210281 +gustative a 1 1 \ 1 0 02868916 +gustatorial a 1 2 \ + 1 0 02868916 +gustatory a 1 2 \ + 1 0 02868916 +gusty a 1 2 & + 1 0 00305700 +gutless a 2 3 ! & + 2 0 00266985 02325816 +gutsy a 1 2 ! + 1 0 00266634 +guttural a 2 3 & \ + 2 1 00299313 02737461 +guyanese a 1 2 \ + 1 0 03071374 +gymnastic a 2 3 & \ + 2 1 00032497 02849732 +gymnosophical a 1 2 \ + 1 0 02917221 +gymnospermous a 1 2 \ + 1 0 02917327 +gynaecological a 1 2 \ + 1 0 02916969 +gynandromorphic a 1 1 & 1 0 01479025 +gynandromorphous a 1 2 & + 1 0 01479025 +gynecologic a 1 2 \ + 1 0 02916969 +gynecological a 1 2 \ + 1 0 02916969 +gyral a 1 1 \ 1 0 02849904 +gyroscopic a 1 2 \ + 1 0 03071535 +h-shaped a 1 1 & 1 0 02147922 +habilimented a 1 1 & 1 0 00454440 +habit-forming a 1 0 1 0 00047786 +habitable a 1 2 & + 1 1 01423851 +habited a 1 1 & 1 0 00456121 +habitual a 1 2 & + 1 1 00489491 +hackneyed a 1 1 & 1 1 01688757 +hadal a 1 1 \ 1 0 02974393 +hadean a 1 2 & + 1 0 01304081 +haemal a 1 1 \ 1 0 02850309 +haematal a 1 1 \ 1 0 02850309 +haematic a 1 1 \ 1 0 02850483 +haematogenic a 1 1 \ 1 0 02739578 +haematological a 1 2 \ + 1 0 02917470 +haematopoietic a 1 2 \ + 1 0 02739578 +haemic a 1 1 \ 1 0 02850483 +haemolytic a 1 2 \ + 1 0 03007530 +haemophilic a 1 2 \ + 1 0 02850826 +haemopoietic a 1 2 \ + 1 0 02739578 +haemorrhagic a 1 2 \ + 1 0 02740223 +hag-ridden a 1 1 & 1 0 02458046 +haggard a 2 1 & 2 2 02433000 00988988 +hagridden a 1 1 & 1 0 02458046 +hail-fellow a 1 1 & 1 0 01075864 +hail-fellow-well-met a 1 1 & 1 0 01075864 +hair-raising a 1 1 & 1 0 00194817 +hair-shirt a 1 1 \ 1 0 02737655 +hair-shirted a 1 1 \ 1 0 02737655 +haired a 1 1 & 1 0 00212173 +hairless a 1 3 ! & + 1 1 00210446 +hairlike a 1 1 & 1 0 02412880 +hairsplitting a 1 2 & + 1 0 01838379 +hairy a 2 3 ! & + 2 1 00212173 00196122 +haitian a 1 2 \ + 1 0 03071651 +halal a 2 3 & + ; 2 0 01879912 00427496 +halcyon a 2 1 & 2 0 01741270 01149195 +hale a 1 2 & + 1 0 01171396 +half a 3 2 ! & 3 2 00517554 00524496 00518035 +half-and-half a 1 1 & 1 0 00891468 +half-baked a 2 2 & ; 2 0 01836766 00619601 +half-blooded a 1 2 & ; 1 0 01904698 +half-bound a 1 1 & 1 0 00257102 +half-bred a 1 2 & ; 1 0 01904698 +half-breed a 1 2 & ; 1 0 01904698 +half-clothed a 1 1 & 1 0 00459443 +half-crazed a 1 1 & 1 0 02075847 +half-dozen a 1 1 & 1 0 02186833 +half-evergreen a 1 1 & 1 0 00913889 +half-hardy a 1 2 & ; 1 0 02039491 +half-hearted a 1 1 & 1 0 00887472 +half-hourly a 1 1 & 1 0 01968956 +half-length a 2 1 & 2 0 02387662 00004723 +half-seas-over a 1 1 & 1 0 00799129 +half-size a 1 1 & 1 0 01393397 +half-timber a 1 1 & 1 0 02429721 +half-timbered a 1 1 & 1 0 02429721 +half-time a 1 1 & 1 1 01089616 +half-track a 1 1 & 1 0 02453921 +half-tracked a 1 1 & 1 0 02453921 +half-witted a 1 2 & ; 1 0 01840673 +half-yearly a 1 1 & 1 0 01969348 +half_dozen a 1 1 & 1 1 02186833 +halfhearted a 1 1 & 1 0 00887472 +halfway a 3 1 & 3 2 00330506 01014838 00517710 +hallowed a 1 1 & 1 1 02054610 +hallucinating a 1 1 & 1 0 02543823 +hallucinatory a 1 2 & + 1 0 01936997 +hallucinogenic a 1 2 & + 1 0 01777212 +halt a 1 1 & 1 0 01018788 +halting a 2 1 & 2 0 01018788 00290784 +ham-fisted a 1 1 & 1 0 00063563 +ham-handed a 1 1 & 1 0 00063563 +hammer-shaped a 1 1 & 1 0 02147477 +hammered a 1 1 < 1 0 03149025 +hammy a 1 2 & + 1 0 00795395 +hand-crafted a 1 1 & 1 0 00673456 +hand-down a 1 1 & 1 0 01639720 +hand-held a 1 1 < 1 0 03149169 +hand-hewn a 1 1 & 1 0 00663576 +hand-loomed a 1 1 & 1 0 00673807 +hand-me-down a 1 2 & + 1 0 01639720 +hand-operated a 1 1 & 1 0 00182961 +hand-to-hand a 1 1 & 1 1 00449662 +hand-to-mouth a 1 1 & 1 0 00107128 +handed a 1 3 ! & + 1 0 02027704 +handed-down a 1 1 & 1 0 00611527 +handelian a 1 2 \ + 1 0 03032383 +handheld a 1 1 < 1 0 03149169 +handicapped a 1 1 & 1 1 01019283 +handled a 1 1 ! 1 1 02028367 +handleless a 1 1 ! 1 0 02028488 +handless a 2 2 ! & 2 1 02028263 00063563 +handmade a 1 2 ! & 1 1 00673456 +hands-down a 1 1 & 1 0 00750602 +hands-off a 1 1 & 1 0 00039929 +hands-on a 1 1 & 1 0 00039259 +handsewn a 1 1 & 1 0 00673919 +handsome a 2 2 & + 2 2 00218950 01111418 +handstitched a 1 1 & 1 0 00673919 +handwoven a 1 1 & 1 1 00673807 +handwritten a 1 1 & 1 1 02285407 +handy a 3 2 & + 3 2 00019731 00604897 00062626 +hangdog a 2 1 & 2 0 00154583 00079262 +hanoverian a 1 2 \ + 1 0 03071838 +haphazard a 2 2 & + 2 0 01924803 00312519 +hapless a 1 1 & 1 1 01050890 +haploid a 1 3 ! + ; 1 0 01147433 +haploidic a 1 1 ; 1 0 01147433 +happy a 4 5 ! & ^ = + 4 2 01148283 01048406 02565583 01000442 +happy-go-lucky a 1 1 & 1 0 01998260 +haptic a 1 1 \ 1 0 02869097 +harassed a 1 1 & 1 1 02455845 +hard a 12 5 ! & ^ = + 12 5 00744916 01155354 01150915 02322512 00836544 02286294 01157762 01156505 01299173 01158974 01127302 01069715 +hard-and-fast a 1 1 & 1 0 02506267 +hard-baked a 1 1 & 1 0 00617510 +hard-bitten a 1 1 & 1 0 02448623 +hard-boiled a 3 1 & 3 1 02448623 01155815 00617583 +hard-core a 3 1 & 3 0 01025610 00962025 00941375 +hard-fought a 1 1 & 1 1 00747471 +hard-hitting a 2 1 & 2 0 00834959 00083296 +hard-line a 1 1 & 1 0 01026150 +hard-nosed a 1 1 & 1 0 01940651 +hard-of-hearing a 1 1 & 1 0 00682419 +hard-pressed a 1 1 & 1 1 02457558 +hard-shelled a 1 1 & 1 0 02596626 +hard-to-please a 1 1 & 1 0 00710741 +hard_put a 1 1 & 1 1 02457558 +hard_to_please a 1 1 & 1 0 00710741 +hard_up a 1 1 & 1 0 02023661 +hardback a 1 2 & + 1 0 00200258 +hardbacked a 1 1 & 1 0 00200258 +hardbound a 1 1 & 1 0 00200258 +hardcore a 2 1 & 2 0 00962025 00941375 +hardcover a 1 2 & + 1 0 00200258 +hardened a 5 2 ! & 5 1 01155815 01521542 01459158 02447779 01152091 +hardfisted a 1 1 & 1 0 01113505 +hardheaded a 2 1 & 2 0 02328297 01940651 +hardhearted a 2 3 ! & + 2 0 01158020 00507292 +hardline a 1 1 & 1 0 01026150 +hardly_a a 1 1 & 1 1 01553494 +hardscrabble a 1 1 & 1 0 00107250 +hardworking a 1 1 & 1 1 00754682 +hardy a 3 2 & + 3 1 02038994 02039304 00250119 +harebrained a 1 1 & 1 0 02572038 +harmful a 1 4 ! & ^ + 1 0 01160031 +harmless a 1 3 ! & ^ 1 1 01159655 +harmonic a 5 4 ! & \ + 5 1 02737772 02738346 02738091 01163589 01163320 +harmonical a 1 2 & + 1 0 01163320 +harmonious a 4 4 ! & ^ + 4 2 01163083 00894029 00562308 00508036 +harmonised a 1 1 & 1 0 01163320 +harmonizable a 1 1 & 1 0 01986654 +harmonized a 1 1 & 1 0 01163320 +harnessed a 1 1 & 1 0 00599292 +harp-shaped a 1 1 & 1 0 02147567 +harried a 1 1 & 1 0 02455845 +harrowing a 1 1 & 1 0 01711724 +harsh a 6 4 & ^ = + 6 2 01803583 01803792 02230990 01374183 01190916 00090219 +harsh-voiced a 1 1 & 1 0 01453719 +harum-scarum a 1 2 & + 1 0 01998260 +hasidic a 1 1 \ 1 0 02738464 +hassidic a 1 1 \ 1 0 02738464 +hastate a 1 1 & 1 0 02168400 +hasty a 2 2 & + 2 1 01270704 01270868 +hatched a 2 1 & 2 0 01733588 00277749 +hated a 1 1 & 1 1 01463537 +hateful a 2 4 ! & ^ + 2 2 01460421 01587787 +hatless a 1 1 ! 1 1 01428838 +hatted a 1 2 ! & 1 0 01428581 +haughty a 1 2 & + 1 1 01891109 +haunted a 3 1 & 3 1 00544478 02458262 01311705 +haunting a 2 1 & 2 1 01040544 01561079 +hawaiian a 1 2 \ + 1 0 02738760 +hawk-eyed a 1 1 & 1 0 02158438 +hawkish a 1 2 & + 1 0 01742715 +haywire a 2 1 & 2 0 02074929 01092371 +hazardous a 1 2 & + 1 0 02059811 +hazel a 1 2 & + 1 1 00376342 +hazel-brown a 1 1 & 1 0 00376453 +hazy a 2 2 & + 2 1 00461609 00781644 +head-in-the-clouds a 1 1 & 1 0 02121123 +head-on a 2 1 & 2 0 01245889 00198757 +head-to-head a 2 1 & 2 0 01860890 00551416 +headed a 4 2 ! & 4 3 01683221 01184706 01183601 01489207 +headfirst a 1 1 & 1 0 00203614 +headless a 2 2 ! & 2 1 01184261 01336837 +headlike a 1 1 & 1 0 01184085 +headlong a 2 1 & 2 0 01270704 00203614 +heads-up a 1 1 & 1 0 00092275 +headstrong a 1 1 & 1 1 01614372 +heady a 3 2 & + 3 0 01898722 00922228 00250739 +healed a 1 1 & 1 0 02541012 +healing a 1 1 & 1 1 01165943 +healthful a 2 4 ! & ^ + 2 1 01164763 02112976 +healthier a 1 1 & 1 0 00231963 +healthy a 5 5 ! & ^ = + 5 3 01170243 02273838 02558184 01944088 00624576 +hearable a 1 4 & ^ = + 1 0 00173764 +heard a 1 1 & 1 1 01609762 +hearing a 1 2 ! & 1 0 00682744 +hearing-impaired a 1 1 & 1 0 00682419 +hearsay a 1 1 & 1 0 00768808 +heart-healthy a 1 1 & 1 0 02558032 +heart-shaped a 1 1 & 1 0 02167628 +heart-to-heart a 1 2 & + 1 0 01310273 +heart-whole a 1 1 & 1 0 02180486 +heartbreaking a 1 1 & 1 0 01365544 +heartbroken a 1 1 & 1 0 01365103 +heartening a 1 1 & 1 1 00866894 +heartfelt a 1 1 & 1 0 02179968 +heartless a 2 3 & + ; 2 0 01158020 02282171 +heartrending a 1 1 & 1 0 01365544 +heartsick a 2 2 & + 2 0 01365103 01230153 +heartwarming a 1 1 & 1 0 01561280 +hearty a 5 2 & + 5 1 02531243 02558528 01171746 01171606 00523479 +heat-absorbing a 1 2 & ^ 1 0 00872510 +heat-releasing a 1 1 ^ 1 0 00872906 +heatable a 1 2 & + 1 0 01249137 +heated a 2 1 & 2 2 01249309 01256865 +heated_up a 1 1 & 1 0 01249309 +heathen a 1 2 & + 1 0 01784401 +heathenish a 1 1 & 1 0 01784401 +heathlike a 1 1 \ 1 0 02739013 +heatless a 1 1 & 1 0 01253469 +heaven-sent a 1 1 & 1 0 01048976 +heavenly a 3 5 ! & ^ \ + 3 1 02684971 02685153 01178974 +heavenward a 1 1 & 1 0 02491171 +heavier-than-air a 1 2 & ; 1 0 01185636 +heavily_traveled a 1 1 & 1 0 02454339 +heavy a 27 5 ! & = + ; 27 7 01184932 01190683 01193373 01188762 00987769 00502487 00462409 01191618 01191227 02514239 02416390 02411559 02411447 02402439 01457692 01299173 01278423 01192786 01188491 01183114 01145639 01085268 00837415 00836544 00807667 00693020 00173391 +heavy-armed a 1 1 & 1 1 02039632 +heavy-coated a 1 1 & 1 1 00456229 +heavy-duty a 1 2 ! & 1 1 01188328 +heavy-footed a 1 2 ! & 1 0 01192639 +heavy-handed a 2 1 & 2 1 00063563 00788268 +heavy-laden a 2 1 & 2 0 02456875 00868241 +heavy-limbed a 1 1 & 1 0 01414663 +heavyhearted a 1 2 & + 1 0 01362598 +heavyset a 1 1 & 1 0 02387413 +hebdomadal a 1 2 & + 1 0 01968503 +hebdomadary a 1 2 & + 1 0 01968503 +hebephrenic a 1 2 & + 1 1 02076016 +hebraic a 2 2 \ + 2 1 03039087 03039314 +hebraical a 2 2 \ + 2 0 03039314 03039087 +hebrew a 2 2 \ + 2 1 03039314 03039087 +hebridean a 1 2 \ + 1 0 02739085 +hectic a 1 1 & 1 1 00086210 +hedged a 1 1 & 1 0 01913514 +hedonic a 1 2 & + 1 0 01298884 +hedonistic a 1 2 & + 1 0 01298884 +heedful a 3 4 ! & = + 3 0 01194483 01977488 00164308 +heedless a 2 4 ! & = + 2 1 01193714 00312757 +hefty a 3 2 & + 3 1 02321809 01185775 00624576 +hegelian a 1 2 \ + 1 1 03032518 +heightening a 1 1 & 1 0 01340875 +heinous a 1 2 & + 1 0 02514380 +held a 1 1 < 1 1 03149347 +heliac a 1 1 \ 1 0 02739189 +heliacal a 1 1 \ 1 0 02739189 +helical a 1 2 & + 1 0 02317598 +heliocentric a 1 2 ! & 1 0 01118928 +hell-bent a 1 1 & 1 0 01991166 +hellenic a 3 3 & \ + 3 2 00413861 03015805 03016202 +hellenistic a 1 2 \ + 1 0 03015805 +hellenistical a 1 2 \ + 1 0 03015805 +hellish a 2 1 & 2 0 01802774 01132515 +helmet-shaped a 1 1 & 1 0 00538276 +helmeted a 1 1 & 1 0 01094767 +helminthic a 1 2 & + 1 0 01165266 +helpful a 1 4 ! & ^ + 1 1 01195536 +helpless a 3 2 & + 3 3 01827946 01230616 00726317 +helter-skelter a 2 1 & 2 0 01669507 01271410 +hemal a 1 1 \ 1 0 02850309 +hematal a 1 1 \ 1 0 02850309 +hematic a 1 1 \ 1 0 02850483 +hematogenic a 1 1 \ 1 0 02739578 +hematologic a 1 2 \ + 1 0 02917470 +hematological a 1 2 \ + 1 0 02917470 +hematopoietic a 1 2 \ + 1 0 02739578 +hemic a 1 1 \ 1 0 02850483 +hemimetabolic a 1 2 & + 1 0 01530076 +hemimetabolous a 1 2 & + 1 0 01530076 +hemimetamorphic a 1 1 & 1 0 01530076 +hemimetamorphous a 1 2 & + 1 0 01530076 +hemingwayesque a 1 1 \ 1 0 03032642 +hemiparasitic a 1 2 \ + 1 0 02850701 +hemispheric a 1 2 \ + 1 0 02934876 +hemispherical a 1 2 \ + 1 0 02740070 +hemodynamic a 1 1 \ 1 0 02739967 +hemolytic a 1 2 \ + 1 1 03007530 +hemophilic a 1 2 \ + 1 0 02850826 +hemopoietic a 1 2 \ + 1 0 02739578 +hemorrhagic a 1 2 \ + 1 0 02740223 +hemostatic a 1 2 & + 1 0 00189833 +hempen a 1 1 & 1 0 02446380 +henpecked a 1 1 & 1 1 00789988 +hep a 1 2 & ; 1 0 01307571 +hepatic a 1 1 \ 1 0 02740380 +hepatotoxic a 1 2 & + 1 0 02450175 +heralded a 1 1 & 1 0 00469879 +heraldic a 2 2 & \ 2 1 00498286 02993591 +heraldist a 1 1 \ 1 0 02993591 +herbaceous a 1 2 & ; 1 0 02576795 +herbal a 1 2 \ + 1 0 02893195 +herbivorous a 1 2 ! & 1 0 00314023 +herculean a 2 2 & + 2 2 01261363 00747576 +here a 1 2 & + 1 1 01847242 +hereditary a 2 3 & + ; 2 0 01314537 01314197 +heretical a 1 2 & + 1 0 01691474 +heritable a 1 1 & 1 0 01313929 +hermaphrodite a 1 3 & + ; 1 0 01479181 +hermaphroditic a 2 3 & + ; 2 0 01542629 01479181 +hermeneutic a 1 1 \ 1 0 02626294 +hermetic a 1 1 & 1 1 01398772 +hermitic a 1 2 & + 1 0 02578546 +hermitical a 1 2 & + 1 0 02578546 +heroic a 5 2 & \ 5 4 01386010 02740508 00251134 01284544 00263463 +heroical a 1 2 & + 1 0 00251134 +hertzian a 1 2 \ + 1 0 03072518 +hesitant a 1 2 & + 1 0 00686573 +hesitating a 1 1 & 1 1 00686573 +hesperian a 1 1 & 1 0 00825375 +het a 1 1 & 1 0 01249309 +het_up a 2 2 & ; 2 1 01249309 00855309 +heterocercal a 1 2 ! ; 1 0 02590891 +heterocyclic a 1 2 & + 1 0 00676999 +heterodactyl a 1 1 ! 1 0 01198433 +heterodox a 1 1 & 1 0 01691474 +heterodyne a 1 2 \ ; 1 0 02740649 +heteroecious a 1 1 ! 1 0 00180835 +heterogeneous a 2 4 ! & ^ + 2 1 01198737 00181373 +heterogenous a 2 3 ! & ^ 2 0 01198737 00181373 +heteroicous a 1 1 & 1 0 01543225 +heterologic a 1 2 + ; 1 0 01221057 +heterological a 1 2 + ; 1 0 01221057 +heterologous a 2 3 ! + ; 2 0 01221057 01220311 +heterometabolic a 1 2 & + 1 0 01530378 +heterometabolous a 1 1 & 1 0 01530378 +heterosexual a 1 4 ! & = + 1 0 01201100 +heterosporous a 1 2 \ + 1 0 02740793 +heterothermic a 1 1 & 1 0 02533075 +heterotrophic a 1 2 ! ; 1 0 02652877 +heterozygous a 1 3 ! + ; 1 1 01200915 +heuristic a 1 3 ! & + 1 0 00092933 +hewn a 1 1 & 1 0 00663576 +hex a 1 1 \ 1 0 02741658 +hexadecimal a 1 1 \ 1 0 02741658 +hexagonal a 1 2 \ + 1 0 02741797 +hexangular a 1 1 \ 1 0 02741797 +hexed a 1 2 & ; 1 0 01468850 +hi-fi a 1 1 & 1 0 00022680 +hi-tech a 1 1 & 1 0 01208571 +hibernal a 1 1 & 1 0 01256076 +hibernating a 1 2 & ; 1 0 00188155 +hick a 1 1 & 1 0 00636891 +hidden a 3 1 & 3 1 02517817 02089514 02089377 +hidebound a 1 1 & 1 0 00575012 +hideous a 2 2 & + 2 2 01626562 00221934 +hidrotic a 1 2 \ + 1 0 02741943 +hiemal a 1 1 & 1 0 01256076 +hierarchal a 1 1 & 1 0 01203288 +hierarchic a 1 1 & 1 0 01203288 +hierarchical a 1 3 ! & + 1 0 01203288 +hieratic a 3 4 & \ + ; 3 0 02899666 02742039 01981243 +hieratical a 1 1 \ 1 0 02899666 +hieroglyphic a 2 2 \ + 2 0 02742403 02742206 +hieroglyphical a 2 2 \ + 2 0 02742403 02742206 +hifalutin a 1 1 & 1 0 01850288 +higgledy-piggledy a 1 1 & 1 0 02425529 +high a 7 5 ! & ^ = + 7 5 01210854 01204557 02339120 01213197 00705498 01054047 00799224 +high-altitude a 1 1 & 1 0 01205746 +high-and-mighty a 1 1 & 1 0 00787595 +high-backed a 1 1 & 1 1 00200431 +high-ceilinged a 1 1 & 1 1 01209984 +high-class a 1 1 & 1 0 00850434 +high-crowned a 1 1 & 1 0 00654596 +high-energy a 3 2 & \ 3 0 02742564 00874781 00809343 +high-fidelity a 1 1 & 1 0 00022680 +high-flown a 2 2 & ; 2 0 01850446 01588619 +high-grade a 1 1 & 1 0 00228173 +high-handed a 1 2 & + 1 0 00788145 +high-interest a 1 1 ! 1 0 01210717 +high-keyed a 1 1 & 1 0 00918939 +high-level a 2 1 & 2 0 02339577 01205746 +high-minded a 1 2 & + 1 0 01588619 +high-necked a 1 1 & 1 0 01209351 +high-octane a 2 1 & 2 0 00840634 00809343 +high-performance a 1 1 & 1 0 02343636 +high-pitched a 2 2 & = 2 2 01213197 01234952 +high-potential a 1 1 & 1 0 01829835 +high-power a 1 1 & 1 0 00809343 +high-powered a 2 1 & 2 1 00809343 01828836 +high-pressure a 1 1 & 1 0 00083296 +high-priced a 1 1 & 1 1 00933599 +high-principled a 1 1 & 1 0 01551377 +high-ranking a 1 1 & 1 0 02339577 +high-resolution a 1 1 ! 1 1 01218007 +high-rise a 1 2 ! & 1 0 01218341 +high-risk a 1 1 & 1 0 02274537 +high-sounding a 1 2 & ; 1 0 01850446 +high-speed a 1 1 & 1 1 00978429 +high-spirited a 1 2 & + 1 1 02279723 +high-stepped a 1 1 & 1 1 01205886 +high-stepping a 1 1 & 1 0 01205886 +high-strung a 1 1 & 1 0 02406370 +high-sudsing a 1 1 ! 1 1 01210477 +high-tech a 1 3 ! & + 1 0 01208571 +high-tension a 1 3 ! & ; 1 0 01829652 +high-ticket a 1 2 & ; 1 0 00933415 +high-toned a 1 1 & 1 0 00850434 +high-top a 1 1 & 1 0 01206046 +high-topped a 1 1 & 1 1 01206046 +high-velocity a 1 1 & 1 0 00978429 +high-voltage a 2 1 & 2 0 01829835 00809343 +high-yield a 1 1 & 1 0 01081917 +highborn a 1 1 & 1 0 01591227 +highbrow a 1 3 & + ; 1 0 01332907 +highbrowed a 1 2 & ; 1 0 01332907 +higher a 2 1 & 2 2 01211962 01211828 +higher-ranking a 1 1 & 1 0 02100566 +highfalutin a 1 1 & 1 0 01850288 +highfaluting a 1 1 & 1 0 01850288 +highflying a 2 1 & 2 0 02485319 02001406 +highland a 1 2 & + 1 0 01219111 +highly-developed a 1 1 & 1 0 01301840 +highly-sexed a 1 1 & 1 0 02134286 +highly_infective a 1 2 & ; 1 0 00045735 +highly_sensitive a 1 1 & 1 0 02104396 +highly_strung a 1 1 & 1 0 02406370 +hilar a 1 2 \ + 1 1 02947799 +hilarious a 1 2 & + 1 1 01266841 +hilly a 1 2 & + 1 0 02240490 +himalayan a 1 2 \ + 1 0 02965861 +hind a 1 1 & 1 0 00131692 +hinder a 1 1 & 1 0 00131692 +hindering a 1 1 & 1 0 01764351 +hindermost a 1 1 & 1 0 00197773 +hindi a 1 2 \ + 1 0 02923745 +hindmost a 1 1 & 1 0 00197773 +hindoo a 1 2 \ + 1 0 02923745 +hindu a 1 2 \ + 1 0 02923745 +hindustani a 1 2 \ + 1 0 02971672 +hip a 1 2 & ; 1 0 01307571 +hip-length a 1 0 1 0 03072673 +hip_to a 1 2 & ; 1 0 01307571 +hiplength a 1 1 \ 1 0 03072673 +hipless a 1 1 ! 1 0 01222253 +hipped a 2 3 ! & ; 2 0 01222100 01221719 +hippocratic a 1 2 \ + 1 0 03072816 +hircine a 1 1 \ 1 0 02742719 +hired a 2 1 & 2 1 00864346 00360041 +hirsute a 1 2 & + 1 0 00212173 +hispanic a 1 2 \ + 1 0 03072158 +hispaniolan a 1 2 \ + 1 0 03072028 +hispid a 1 2 & ; 1 0 00214461 +histologic a 1 2 \ + 1 0 03072365 +histological a 1 2 \ + 1 0 03072365 +historic a 2 2 & + 2 0 01730060 01279028 +historical a 4 5 ! & \ + ; 4 3 02920121 01934284 01730060 02377418 +historied a 1 1 & 1 0 01121402 +histrionic a 1 2 & + 1 0 00796337 +hit-and-run a 2 1 & 2 1 01629493 00755742 +hit-or-miss a 1 1 & 1 0 01924803 +hitlerian a 1 2 \ + 1 0 03032736 +hitless a 2 2 & ; 2 1 02334717 02335119 +hittite a 1 1 \ 1 0 03032887 +hmong a 1 1 \ 1 0 02923981 +ho-hum a 1 1 & 1 0 01345307 +hoar a 1 1 & 1 0 01645678 +hoarse a 1 2 & + 1 1 00299690 +hoary a 3 3 & + ; 3 0 01645678 01639891 00212949 +hobnailed a 1 1 & 1 0 02052197 +hogged a 1 2 & ; 1 0 00537884 +hoggish a 1 2 & + 1 0 00011327 +hoity-toity a 1 1 & 1 0 01850288 +hokey a 2 1 & 2 0 00854413 00073465 +hole-and-corner a 2 1 & 2 0 02164713 01706465 +hole-in-corner a 1 1 & 1 0 02164713 +holey a 1 2 & + 1 0 01397998 +holier-than-thou a 1 1 & 1 0 01782100 +holistic a 1 2 ! + 1 0 01680689 +hollow a 3 5 ! & ^ = + 3 3 02263982 02010127 01498084 +hollow-eyed a 1 1 & 1 0 00989416 +hollow-horned a 1 1 & 1 0 02034504 +hollywood a 2 2 & \ 2 0 02740899 00683910 +holographic a 3 2 & \ 3 0 03001428 03001278 02285480 +holographical a 1 1 \ 1 0 03001278 +holometabolic a 1 2 & + 1 0 01530622 +holometabolous a 1 2 & + 1 0 01530622 +holophytic a 1 2 ! + 1 0 00315931 +holozoic a 1 1 ! 1 0 00315805 +holy a 1 5 ! & ^ = + 1 0 02053818 +home a 3 4 ! & \ ; 3 2 01219827 02742844 01038332 +home-baked a 1 1 & 1 0 00674633 +home-brewed a 1 1 & 1 0 00674732 +home-cured a 1 1 & 1 0 00674824 +home-loving a 1 1 & 1 0 01039366 +home-style a 1 1 & 1 0 01039460 +homebound a 1 2 & + 1 0 00558827 +homegrown a 1 1 & 1 1 01036874 +homeless a 2 2 & + 2 0 02127693 01050603 +homelike a 1 1 & 1 0 00477661 +homely a 4 2 & + 4 3 00169432 00477661 01793405 00851588 +homemade a 1 2 ! & 1 1 00674270 +homeopathic a 1 2 ! \ 1 0 03072966 +homeostatic a 1 2 \ + 1 0 02741032 +homeothermic a 1 2 & + 1 0 02532681 +homeric a 1 2 \ + 1 1 03073251 +homesick a 1 2 & + 1 0 00889239 +homespun a 3 2 & + 3 0 02240795 02052005 00674913 +homeward a 1 1 & 1 0 01683349 +homeward-bound a 1 1 & 1 0 01683349 +homey a 1 2 & + 1 0 00477661 +homicidal a 1 2 & + 1 1 00248837 +homiletic a 2 2 \ + 2 0 03073574 03073420 +homiletical a 2 2 \ + 2 0 03073574 03073420 +hominal a 1 1 & 1 0 01259644 +homing a 1 1 & 1 0 01685231 +hominian a 1 1 & 1 0 01259746 +hominid a 1 2 & + 1 0 01259746 +hominine a 1 1 & 1 0 01259941 +homocentric a 1 1 & 1 0 00542953 +homocercal a 1 2 ! ; 1 0 02590709 +homochromatic a 1 0 1 0 00366355 +homocyclic a 1 1 & 1 0 00677170 +homoecious a 1 0 1 0 00180655 +homoerotic a 1 2 & + 1 0 01202105 +homogeneous a 1 4 ! & ^ + 1 1 01199751 +homogenised a 2 1 & 2 0 01329413 01200617 +homogenized a 2 1 & 2 0 01329413 01200617 +homogenous a 1 3 & ^ + 1 0 01199751 +homoiothermic a 1 2 & + 1 0 02532681 +homologic a 1 3 & + ; 1 0 01220882 +homological a 1 3 & + ; 1 0 01220882 +homologous a 2 4 ! & + ; 2 0 01220640 01220052 +homonymic a 1 1 \ 1 0 02741150 +homonymous a 1 1 \ 1 0 02741150 +homophile a 1 1 & 1 0 01201937 +homophobic a 1 1 & 1 0 00285413 +homophonic a 2 2 & + 2 0 02064013 01543937 +homophonous a 1 3 \ + ; 1 0 02993853 +homosexual a 1 4 ! & = + 1 1 01201422 +homosporous a 1 2 \ + 1 0 02741271 +homostyled a 1 2 \ ; 1 0 02741373 +homostylic a 1 2 \ ; 1 0 02741373 +homostylous a 1 2 \ ; 1 0 02741373 +homothermic a 1 2 & + 1 0 02532681 +homozygous a 1 3 ! + ; 1 1 01200705 +homy a 1 2 & + 1 0 00477661 +honduran a 1 2 \ + 1 0 02969241 +honest a 7 4 ! & ^ + 7 3 01222360 02180157 02465519 01851795 01225643 01116026 00958475 +honest-to-god a 1 1 & 1 0 01116118 +honest-to-goodness a 1 1 & 1 0 01116118 +honey a 1 2 & + 1 1 00376537 +honey-colored a 1 1 & 1 0 00398271 +honey-coloured a 1 1 & 1 0 00398271 +honey-scented a 1 1 & 1 0 01056481 +honeycombed a 1 1 & 1 0 00327690 +honeyed a 2 1 & 2 0 02338037 01501821 +honeylike a 1 1 & 1 0 02338125 +honied a 1 1 & 1 0 02338037 +honorable a 4 5 ! & ^ = + 4 1 01222360 01226240 02035086 01983162 +honorary a 1 2 & + 1 0 00821959 +honored a 1 1 & 1 1 01982957 +honorific a 1 2 & + 1 0 01994404 +honourable a 2 4 & ^ = + 2 0 01226240 02035086 +hoofed a 1 1 & 1 0 02489485 +hooflike a 1 1 \ 1 0 02742972 +hook-nosed a 1 1 & 1 0 01607492 +hook-shaped a 1 1 & 1 0 02147653 +hooked a 3 1 & 3 2 02312354 00047406 02316366 +hooklike a 1 1 & 1 0 02316366 +hooved a 1 1 & 1 0 02489485 +hoped-for a 1 1 & 1 0 00929815 +hopeful a 2 4 ! & ^ + 2 2 01228530 00176387 +hopeless a 4 5 ! & ^ + ; 4 1 01229020 02229812 01823475 01127440 +hopped-up a 2 2 & ; 2 0 01828987 00799401 +horary a 1 3 \ + ; 1 0 02743112 +horizontal a 1 4 ! & = + 1 1 01232635 +hormonal a 1 2 \ + 1 0 02934744 +horn-rimmed a 1 1 & 1 0 02027319 +horn-shaped a 1 1 & 1 0 02147739 +horned a 1 2 ! & 1 0 02033868 +hornless a 1 1 ! 1 0 02034739 +hornlike a 1 1 & 1 0 01151452 +horny a 3 2 & + 3 0 02131668 02034592 01151452 +horrendous a 1 1 & 1 0 00193799 +horrible a 1 1 & 1 1 00193480 +horrid a 2 2 & + 2 1 01127661 01626562 +horrific a 2 1 & 2 0 01626562 00193799 +horrified a 1 1 & 1 1 00079786 +horrifying a 1 1 & 1 1 00193480 +horror-stricken a 1 1 & 1 1 00079786 +horror-struck a 1 1 & 1 0 00079786 +horse-and-buggy a 1 1 & 1 0 01537269 +horse-drawn a 1 1 \ 1 0 02741557 +hortative a 1 1 & 1 0 00866735 +hortatory a 1 1 & 1 0 00866735 +horticultural a 1 2 \ + 1 0 02927048 +hospitable a 3 4 ! & ^ + 3 1 01242101 01243825 01986134 +hostile a 5 5 ! & ^ + ; 5 2 01244410 01077829 01987093 01243373 00083478 +hot a 21 6 ! & ^ = + ; 21 7 01247240 02511800 01256332 02532114 02132607 01403632 00977372 02527402 02397732 02227485 01816525 01804034 01641791 01468420 01124441 01068438 00811421 00445440 00427105 00358392 00033077 +hot-blooded a 1 1 & 1 0 00855565 +hot-tempered a 1 1 & 1 0 01135914 +hot_and_bothered a 1 2 & ; 1 0 00532560 +hot_under_the_collar a 1 2 & ; 1 0 00115094 +hotheaded a 2 2 & ; 2 0 01135914 00326608 +hottish a 1 1 & 1 0 01249555 +hourglass-shaped a 1 1 & 1 0 02147825 +hourlong a 1 1 & 1 0 01440058 +hourly a 1 2 & + 1 0 01968811 +house-proud a 1 1 & 1 0 01892327 +house-to-house a 1 1 & 1 0 00527551 +house-trained a 1 1 & 1 0 01912280 +housebound a 1 1 & 1 0 00558827 +housebroken a 1 1 & 1 0 01912280 +housewifely a 1 2 & + 1 0 01039556 +howling a 1 1 & 1 0 01676517 +hoydenish a 1 1 & 1 0 01485708 +huddled a 1 1 & 1 1 00559930 +hueless a 1 1 & 1 0 00390071 +huffish a 1 2 & + 1 0 01137994 +huffy a 2 3 & + ; 2 0 02106509 00115193 +huge a 1 1 & 1 1 01387319 +hugger-mugger a 2 2 & + 2 0 02425529 01706465 +hugoesque a 1 1 \ 1 0 03033024 +hulking a 1 1 & 1 0 01387902 +hulky a 1 2 & + 1 0 01387902 +human a 3 5 ! & \ = + 3 3 02743261 02743391 01258617 +human-centered a 1 1 & 1 0 01262284 +human-centred a 1 1 & 1 0 01262284 +human-sized a 1 1 & 1 0 02223457 +humane a 3 6 ! & ^ \ = + 3 1 02743547 01261867 00412460 +humanist a 4 2 & \ 4 1 02743750 02743932 02743547 01262284 +humanistic a 4 3 & \ + 4 1 02743932 02743750 02743547 01262284 +humanitarian a 2 3 & \ + 2 1 01262284 02993702 +humanlike a 1 1 & 1 0 01259123 +humble a 4 5 ! & ^ = + 4 2 02340458 01892953 02229961 01592857 +humbled a 1 1 & 1 0 01893303 +humbling a 1 1 & 1 0 00752555 +humdrum a 2 1 & 2 0 00922840 00807817 +humic a 1 2 \ + 1 0 02744247 +humid a 1 2 & + 1 0 02549393 +humified a 1 1 \ 1 0 02744370 +humiliated a 2 1 & 2 0 01893303 00154270 +humiliating a 1 1 & 1 1 00752555 +humongous a 1 2 & ; 1 0 01388062 +humoral a 1 2 \ + 1 0 02851001 +humorless a 1 2 ! & 1 0 01268426 +humorous a 1 4 ! & ^ + 1 1 01264336 +humourless a 1 1 & 1 0 01268426 +humourous a 1 3 & ^ + 1 0 01264336 +humpbacked a 1 1 & 1 0 01019000 +humped a 1 1 & 1 0 01019000 +hunchbacked a 1 1 & 1 0 01019000 +hunched a 1 1 & 1 0 01239199 +hundred a 1 1 & 1 1 02196107 +hundred-and-eightieth a 1 1 & 1 0 02211716 +hundred-and-fifteenth a 1 1 & 1 0 02209933 +hundred-and-fifth a 1 1 & 1 0 02209678 +hundred-and-fiftieth a 1 1 & 1 0 02210892 +hundred-and-fifty-fifth a 1 1 & 1 0 02211024 +hundred-and-first a 1 1 & 1 0 02209551 +hundred-and-fortieth a 1 1 & 1 0 02210620 +hundred-and-forty-fifth a 1 1 & 1 0 02210752 +hundred-and-ninetieth a 1 1 & 1 0 02211850 +hundred-and-seventieth a 1 1 & 1 0 02211436 +hundred-and-seventy-fifth a 1 1 & 1 0 02211572 +hundred-and-sixtieth a 1 1 & 1 0 02211164 +hundred-and-sixty-fifth a 1 1 & 1 0 02211296 +hundred-and-tenth a 1 1 & 1 0 02209806 +hundred-and-thirtieth a 1 1 & 1 0 02210344 +hundred-and-thirty-fifth a 1 1 & 1 0 02210478 +hundred-and-twentieth a 1 1 & 1 0 02210068 +hundred-and-twenty-fifth a 1 1 & 1 0 02210202 +hundred_and_one a 1 1 & 1 0 02196211 +hundred_thousand a 1 1 & 1 0 02199005 +hundredth a 1 1 & 1 0 02209423 +hungarian a 1 2 \ + 1 1 02961505 +hungry a 2 3 ! & + 2 2 01269073 00888200 +hunky-dory a 1 2 & ; 1 0 02081114 +hunted a 1 1 & 1 1 00079896 +hurried a 1 4 ! & ^ + 1 1 01270175 +hurrying a 1 1 & 1 1 00978581 +hurt a 2 1 & 2 1 01318741 00680532 +hurtful a 2 1 & 2 0 01374361 01161059 +husbandly a 2 3 ! & + 2 0 01735622 01039687 +hush-hush a 1 1 & 1 0 01706465 +hushed a 1 1 & 1 0 01455540 +hushed-up a 1 1 & 1 0 00470372 +husky a 2 3 & + ; 2 2 02038126 00299690 +huxleian a 1 2 \ + 1 0 03033108 +huxleyan a 1 2 \ + 1 0 03033108 +hyaline a 1 2 & + 1 1 00432251 +hyaloid a 1 1 & 1 0 00432251 +hyaloplasmic a 1 2 \ + 1 0 02744460 +hybrid a 1 2 & + 1 0 01904485 +hydrated a 1 1 ; 1 0 02555387 +hydraulic a 2 2 \ + 2 0 03073888 03073751 +hydric a 1 2 ! & 1 0 02589086 +hydrocephalic a 1 2 \ + 1 0 02744565 +hydrodynamic a 1 3 \ + ; 1 0 02979995 +hydroelectric a 1 2 \ + 1 0 02827950 +hydrographic a 1 1 \ 1 0 02744720 +hydrographical a 1 2 \ + 1 0 02744720 +hydrokinetic a 1 3 ! \ + 1 0 02828310 +hydrolyzable a 1 2 \ + 1 0 02744876 +hydrometric a 1 2 \ + 1 0 03002841 +hydropathic a 1 1 \ 1 0 03074039 +hydrophilic a 1 3 ! & ; 1 1 00491971 +hydrophobic a 2 4 ! & + ; 2 1 00491749 00080098 +hydrophytic a 1 2 & + 1 0 02589258 +hydroponic a 1 2 \ + 1 0 02790474 +hydrostatic a 1 3 ! \ + 1 0 02828123 +hydrous a 1 2 ! ; 1 1 02555387 +hydroxy a 1 1 \ 1 0 02744985 +hygienic a 1 2 & + 1 0 02113191 +hygienical a 1 2 & + 1 0 02113191 +hygrophytic a 1 2 & + 1 0 02589402 +hygroscopic a 1 2 & + 1 0 00007096 +hymenal a 1 2 \ + 1 0 03137031 +hymeneal a 1 1 \ 1 0 03137130 +hymenopterous a 1 2 \ + 1 0 02745075 +hyoid a 1 1 \ 1 0 03021459 +hypaethral a 1 1 & 1 0 01659014 +hyperactive a 1 2 & + 1 0 00033206 +hyperbolic a 2 3 & \ + 2 1 00881030 02994089 +hyperboloidal a 1 2 & + 1 0 02046625 +hypercatalectic a 1 2 ! + 1 0 00318291 +hypercritical a 1 1 & 1 0 00648345 +hyperemic a 1 2 \ + 1 1 03011750 +hyperfine a 1 2 & ; 1 1 02414323 +hypermetropic a 1 3 & + ; 1 0 02157747 +hyperopic a 1 3 & + ; 1 0 02157747 +hypersensitised a 1 1 & 1 0 02360944 +hypersensitive a 1 2 & + 1 0 02360944 +hypersensitized a 1 1 & 1 0 02360944 +hypertensive a 1 1 ! 1 0 01599114 +hyperthermal a 1 2 \ + 1 0 02985782 +hypertonic a 2 2 ! + 2 0 02408293 00895126 +hypertrophied a 1 1 ! 1 1 00555117 +hypethral a 1 1 & 1 0 01659014 +hypnagogic a 1 1 & 1 0 02309187 +hypnogogic a 1 1 & 1 0 02309187 +hypnoid a 1 1 & 1 0 00188917 +hypnotic a 2 3 & \ + 2 0 02745203 00168188 +hypnotised a 1 1 & 1 0 00865848 +hypnotized a 1 1 & 1 0 00865848 +hypoactive a 1 1 & 1 1 00034232 +hypochondriac a 1 1 & 1 0 01584164 +hypochondriacal a 1 2 & + 1 0 01584164 +hypocritical a 1 2 & + 1 0 02182562 +hypodermal a 1 2 \ + 1 0 02876829 +hypodermic a 1 2 \ + 1 0 02876936 +hypoglycaemic a 1 2 \ + 1 0 02877131 +hypoglycemic a 1 2 \ + 1 0 02877131 +hypognathous a 1 1 & 1 0 01875560 +hypophyseal a 1 2 \ + 1 1 03011592 +hypophysectomised a 1 1 < 1 1 03150124 +hypophysectomized a 1 1 < 1 0 03150124 +hypophysial a 1 2 \ + 1 0 03011592 +hypotensive a 1 1 ! 1 0 01599228 +hypothalamic a 1 2 \ + 1 1 02982729 +hypothermic a 1 2 \ + 1 0 02985662 +hypothetic a 1 1 & 1 0 00861216 +hypothetical a 1 2 & + 1 1 00861216 +hypotonic a 2 2 ! + 2 0 02408470 00895276 +hypovolaemic a 1 2 \ + 1 0 02877313 +hypovolemic a 1 2 \ + 1 0 02877313 +hysteric a 1 2 & + 1 0 01584287 +hysterical a 2 2 & + 2 2 01584287 00086606 +i a 1 1 & 1 0 02186338 +iambic a 1 2 \ ; 1 0 02897040 +iatrogenic a 1 2 & ; 1 0 02283525 +iberian a 1 2 \ + 1 0 02958714 +ibsenian a 1 2 \ + 1 0 03033259 +ic a 1 1 & 1 0 02196012 +ice-clogged a 1 1 & 1 0 01079143 +ice-cold a 1 1 & 1 0 01253592 +ice-free a 1 1 & 1 0 01079857 +icebound a 1 1 & 1 0 01079052 +icelandic a 1 1 \ 1 0 03074173 +icelandic-speaking a 1 1 & 1 1 00498439 +ichorous a 1 2 \ + 1 0 02851709 +icky a 2 2 & ; 2 0 01127782 00054109 +iconic a 1 2 \ + 1 0 02851550 +iconoclastic a 2 2 & + 2 0 01691687 00588207 +icosahedral a 1 2 \ + 1 0 02851944 +ictal a 1 2 \ + 1 0 02852128 +icteric a 1 2 & + 1 0 01177556 +icterogenic a 1 1 \ 1 0 02852052 +ictic a 1 1 \ 1 0 02852128 +icy a 4 2 & + 4 3 01258264 01252151 01079240 01120242 +ideal a 3 3 & \ + 3 2 01751201 00012689 02745284 +idealised a 1 1 & 1 0 01751353 +idealistic a 2 3 & \ + 2 0 02745284 01588619 +idealized a 1 1 & 1 1 01751353 +ideational a 1 2 & + 1 0 00012071 +idempotent a 1 2 & ; 1 0 00355453 +identical a 5 4 ! & + ; 5 2 02064127 02068946 00292448 01360962 00561896 +identifiable a 1 3 ! & + 1 1 01272397 +identified a 1 1 & 1 1 01376208 +ideographic a 1 1 \ 1 0 02745453 +ideologic a 1 2 & + 1 0 00012932 +ideological a 2 3 & \ + 2 0 02745555 00012932 +idiographic a 1 2 ! ; 1 0 02593735 +idiomatic a 1 2 \ + 1 1 03004358 +idiomatical a 1 2 \ + 1 0 03004358 +idiopathic a 1 1 \ 1 0 02745739 +idiosyncratic a 1 2 & + 1 1 00493820 +idiotic a 3 2 & + 3 1 02075737 02570643 01840880 +idle a 7 4 ! & ^ + 7 3 00294175 02353211 00037188 02121424 01998835 01872265 00865007 +idolatrous a 2 3 & \ + 2 0 02931096 01465922 +idolised a 1 1 & 1 0 01462124 +idolized a 1 1 & 1 1 01462124 +idyllic a 2 2 & + 2 1 01751465 01801446 +iffy a 1 2 & ; 1 0 00341655 +igneous a 3 4 ! & \ ; 3 0 02852265 01354925 01248958 +ignescent a 1 1 & 1 0 00473778 +ignitable a 1 2 & + 1 0 00473243 +ignited a 1 1 & 1 0 00475625 +ignitible a 1 2 & + 1 0 00473243 +ignoble a 2 5 ! & ^ = + 2 0 01589217 01593480 +ignominious a 1 2 & + 1 0 01227546 +ignorant a 3 2 & + 3 2 00831225 00830981 01308894 +ignored a 1 1 & 1 0 01608656 +ii a 1 1 & 1 0 02186470 +iii a 1 1 & 1 0 02186580 +il a 1 1 & 1 0 02191139 +iliac a 1 2 \ ; 1 0 02934216 +ill a 5 4 ! & ^ + 5 3 02541302 01162267 01128010 01246004 00178126 +ill-advised a 1 2 ! ^ 1 0 00068278 +ill-affected a 1 1 & 1 0 00589960 +ill-bred a 1 1 & 1 0 01950857 +ill-chosen a 1 1 & 1 0 01001180 +ill-conceived a 1 1 & 1 1 02572267 +ill-considered a 1 1 & 1 0 01899742 +ill-defined a 1 1 ! 1 0 00698088 +ill-dressed a 1 1 & 1 0 02428810 +ill-equipped a 1 1 & 1 1 01095785 +ill-famed a 1 1 & 1 0 01984411 +ill-fated a 1 1 & 1 1 01051410 +ill-favored a 1 1 & 1 0 00222147 +ill-favoured a 1 1 & 1 0 00222147 +ill-fed a 1 1 & 1 0 02301180 +ill-fitting a 1 1 & 1 0 00480880 +ill-formed a 1 1 & 1 0 01146207 +ill-gotten a 1 1 & 1 0 01403012 +ill-humored a 1 1 & 1 0 01137000 +ill-humoured a 1 1 & 1 0 01137000 +ill-judged a 1 1 & 1 0 01899742 +ill-mannered a 1 1 & 1 0 00641944 +ill-natured a 1 4 ! & ^ = 1 0 01134769 +ill-omened a 1 1 & 1 0 01051410 +ill-proportioned a 1 1 & 1 0 02141644 +ill-scented a 1 1 & 1 0 01053634 +ill-shapen a 1 1 & 1 0 02141298 +ill-smelling a 1 1 & 1 0 01053144 +ill-sorted a 1 1 & 1 0 01487352 +ill-starred a 1 1 & 1 1 01051410 +ill-tempered a 1 1 & 1 0 01136248 +ill-timed a 1 1 & 1 0 01662119 +ill-treated a 1 1 & 1 0 00017352 +ill-used a 1 1 & 1 1 02495687 +ill_at_ease a 1 1 & 1 0 00480439 +illative a 3 3 & \ ; 3 0 02748952 01296961 01296816 +illegal a 1 5 ! & ^ = + 1 1 01401854 +illegible a 1 3 ! & + 1 0 01405214 +illegitimate a 2 3 ! & ^ 2 1 01403760 01407465 +illiberal a 1 2 & + 1 0 00288237 +illicit a 2 3 ! & + 2 1 01550572 01403760 +illimitable a 1 1 & 1 0 01499269 +illiterate a 3 4 ! & ^ = 3 2 01421679 00830981 01421491 +illogical a 2 5 ! & ^ = + 2 0 01430847 00465221 +illuminated a 1 1 & 1 0 00271580 +illuminating a 1 0 1 1 01325777 +illusional a 1 2 & + 1 0 01937187 +illusionary a 1 2 & + 1 1 01937187 +illusive a 1 1 & 1 0 01937390 +illusory a 1 2 & + 1 1 01937390 +illustrative a 2 2 & + 2 1 01305123 01323962 +illustrious a 2 2 & + 2 2 01375831 01121989 +ilx a 1 1 & 1 0 02192090 +ilxx a 1 1 & 1 0 02193046 +ilxxx a 1 1 & 1 0 02194051 +imaginable a 1 1 & 1 0 02418249 +imaginary a 1 1 & 1 1 01936528 +imaginative a 1 2 & + 1 1 00643863 +imbalanced a 1 1 & 1 0 00894757 +imbecile a 1 2 & + 1 0 01840880 +imbecilic a 1 2 & + 1 0 01840880 +imbricate a 1 2 & ; 1 0 02241078 +imbricated a 1 2 & ; 1 0 02241078 +imitation a 1 1 & 1 1 01573238 +imitative a 3 4 ! & ^ + 3 1 01216456 01217579 01116380 +immaculate a 3 2 & + 3 1 00418364 01905140 01750847 +immanent a 2 4 ! & + ; 2 0 01273910 00468574 +immaterial a 5 5 ! & ^ = + 5 1 01488066 00630802 00627410 01976532 01280576 +immature a 5 6 ! & ^ = + ; 5 1 01492394 01646941 01493897 01489722 01096471 +immeasurable a 2 2 ! & 2 0 01498957 00302436 +immediate a 5 4 ! & = + 5 4 01731882 00449079 00770316 01579853 00978754 +immemorial a 1 1 & 1 0 01639973 +immense a 1 2 & + 1 1 01387319 +immensurable a 1 1 & 1 0 01498957 +imminent a 1 2 & + 1 1 00448314 +immiscible a 1 3 ! & ; 1 0 00509735 +immobile a 2 4 ! & ^ + 2 0 01525116 01059711 +immoderate a 1 5 ! & ^ = + 1 0 01533120 +immodest a 2 4 ! & ^ = 2 0 01539642 01538858 +immoral a 2 5 ! & ^ = + 2 2 01549291 02036077 +immortal a 1 4 ! & ^ + 1 1 01557903 +immotile a 1 3 & + ; 1 0 01525502 +immovable a 1 2 & + 1 0 01525320 +immoveable a 1 1 & 1 0 01525320 +immune a 4 3 & \ + 4 0 02745862 02365900 02363614 00072281 +immunised a 1 1 & 1 0 02363811 +immunized a 1 1 & 1 0 02363811 +immunochemical a 1 2 \ + 1 0 02745991 +immunocompetent a 1 2 ! + 1 0 02595469 +immunocompromised a 1 1 \ 1 0 02746103 +immunodeficient a 1 2 ! + 1 0 02595647 +immunogenic a 1 2 & + 1 0 02363939 +immunologic a 1 2 \ + 1 0 02746290 +immunological a 1 2 \ + 1 0 02746290 +immunosuppressed a 1 1 \ 1 0 02746446 +immunosuppressive a 1 1 \ 1 0 02746555 +immunotherapeutic a 1 1 \ 1 0 02746724 +immutable a 1 2 ! + 1 0 00356648 +impacted a 1 1 & 1 1 00502809 +impaired a 2 3 ! & ^ 2 1 01274261 01018264 +impalpable a 3 4 ! & ^ + 3 0 02391867 01717669 01748716 +imparipinnate a 1 1 & 1 0 02172995 +impartial a 2 4 ! & ^ + 2 1 01723308 00286214 +impassable a 1 2 ! & 1 1 01725273 +impassioned a 1 1 & 1 1 01726235 +impassive a 2 2 & + 2 0 00857560 00501313 +impatient a 2 4 ! & ^ + 2 2 01737241 00811536 +impeccable a 2 2 & + 2 1 01750847 02513521 +impeccant a 1 1 & 1 0 02513614 +impecunious a 1 2 & + 1 0 02023661 +impeded a 1 1 & 1 0 01621680 +impeding a 1 1 & 1 0 01764351 +impelled a 1 1 & 1 1 01558749 +impellent a 1 2 & + 1 0 00842550 +impelling a 1 1 & 1 0 00835122 +impendent a 1 2 & + 1 0 00448314 +impending a 1 1 & 1 1 00448314 +impenetrable a 3 3 ! & + 3 0 01771632 02416390 00534918 +impenitent a 2 4 ! & ^ + 2 0 01743909 01957855 +imperative a 2 6 ! & ^ \ + ; 2 1 00712419 03094404 +imperceptible a 1 4 ! & ^ + 1 0 01748318 +imperfect a 2 5 ! & ^ = + 2 2 01752167 01259391 +imperfectible a 1 2 & + 1 0 01753140 +imperforate a 1 1 & 1 0 00662782 +imperial a 4 3 & \ + 4 1 02747036 02747246 02746897 01591394 +imperialist a 1 1 \ 1 0 03074368 +imperialistic a 1 2 \ + 1 0 03074368 +imperious a 1 2 & + 1 0 01891109 +imperishable a 2 3 ! & + 2 0 01753922 01754873 +impermanent a 2 5 ! & ^ = + 2 0 01755627 01007120 +impermeable a 1 4 ! & ^ + 1 0 01772609 +impermissible a 2 4 ! & ^ + 2 0 01761186 01762748 +impersonal a 2 2 ! & 2 2 01769565 01615625 +impertinent a 3 2 & + 3 0 02280090 01976532 00205295 +imperturbable a 1 2 & + 1 0 00530047 +imperviable a 1 2 & ^ 1 0 01773665 +impervious a 1 4 ! & ^ + 1 1 01773665 +impetiginous a 1 1 \ 1 0 02747371 +impetuous a 2 3 & + ; 2 1 00326608 00842704 +impious a 2 5 ! & ^ = + 2 1 01782519 01995863 +impish a 1 2 & + 1 0 02122715 +implacable a 1 3 ! & ^ 1 1 01785180 +implanted a 1 1 & 1 0 01635633 +implausible a 2 4 ! & ^ + 2 0 01799957 01412721 +implemental a 1 2 & + 1 0 01196775 +implemented a 1 0 1 0 00557478 +implicated a 1 1 & 1 1 01516346 +implicational a 1 2 \ + 1 0 03094239 +implicative a 1 2 & + 1 0 00723542 +implicit a 2 5 ! & ^ = + 2 1 00941485 00005599 +implicit_in a 1 1 & 1 1 00941940 +implike a 1 1 & 1 1 02122715 +imploring a 1 1 & 1 0 00713995 +impolite a 1 4 ! & = + 1 0 00641640 +impolitic a 1 3 ! & ^ 1 0 01814085 +imponderable a 1 1 ! 1 0 01815669 +important a 5 5 ! & ^ = + 5 4 01275562 02161432 00655779 01830403 01539887 +important-looking a 1 1 & 1 1 01285850 +imported a 1 1 & 1 0 01035725 +importunate a 1 1 & 1 0 00714320 +imposed a 1 1 & 1 0 00848838 +imposing a 2 1 & 2 1 01283508 00752110 +impossible a 3 5 ! & ^ = + 3 2 01823092 02418692 02436025 +impotent a 2 5 ! & ^ = + 2 1 01824751 01825550 +impoverished a 2 1 & 2 0 02023430 00735195 +impracticable a 1 2 & + 1 0 01823574 +impractical a 2 5 ! & ^ = + 2 1 01836350 02498213 +imprecise a 1 4 ! & ^ + 1 1 01839417 +impregnable a 3 2 & + 3 1 02526124 01001945 00569918 +impressed a 1 1 & 1 0 00071142 +impressible a 1 2 & + 1 0 02364448 +impressionable a 1 2 ! & 1 0 02364448 +impressionist a 1 1 \ 1 1 02747466 +impressionistic a 2 2 \ + 2 0 02747667 02747466 +impressive a 2 4 ! & ^ + 2 1 01282014 00835292 +imprisoned a 1 1 & 1 0 01065126 +improbable a 3 3 ! & + 3 1 01413871 01800169 00646117 +impromptu a 1 1 & 1 1 01845451 +improper a 3 5 ! & ^ = + 3 0 01880531 01961410 00136185 +improvable a 1 1 & 1 0 00635244 +improved a 3 2 ! & 3 2 01288396 00231103 01290174 +improvident a 2 4 ! & ^ + 2 0 01895837 01899742 +improving a 1 1 & 1 0 02487108 +improvised a 1 1 & 1 1 01757211 +imprudent a 2 4 ! & ^ + 2 0 01899360 00773455 +impudent a 2 2 & + 2 2 01996051 00205295 +impugnable a 1 1 & 1 0 01917916 +impuissant a 1 2 & + 1 0 01825310 +impulsive a 5 3 & + ; 5 0 02282651 01843205 00808940 00719442 00326608 +impure a 3 6 ! & ^ = + ; 3 0 01908039 01905377 00427786 +imputable a 1 1 & 1 0 00171872 +imputrescible a 1 1 & 1 0 01754341 +in a 3 2 & ; 3 0 02332204 01295143 00972501 +in-between a 1 1 & 1 0 01014953 +in-bounds a 1 2 & ; 1 0 00955802 +in-chief a 1 2 & ; 1 0 01279183 +in-person a 1 1 & 1 1 01768466 +in-situ a 1 1 & 1 0 00353604 +in-your-face a 1 1 & 1 0 00083749 +in_a_bad_way a 1 1 & 1 0 02457558 +in_advance a 1 1 & 1 1 00198383 +in_agreement a 1 1 & 1 0 02476338 +in_condition a 1 1 & 1 0 01017600 +in_demand a 1 1 & 1 0 00733297 +in_dishabille a 1 1 & 1 0 00459210 +in_effect a 1 1 & 1 1 00832784 +in_evidence a 1 1 & 1 1 00580497 +in_for a 1 1 & 1 1 00341292 +in_force a 1 1 & 1 0 00832784 +in_gear a 1 1 & 1 0 01101022 +in_good_taste a 1 1 & 1 0 00689215 +in_height a 1 1 & 1 1 02385726 +in_her_right_mind a 1 1 & 1 0 02073834 +in_high_spirits a 1 1 & 1 0 00705498 +in_his_right_mind a 1 1 & 1 1 02073834 +in_league a 1 1 & 1 0 02477691 +in_line a 2 1 & 2 1 00128137 00852576 +in_love a 1 1 & 1 0 01465668 +in_one's_birthday_suit a 1 1 & 1 0 00459553 +in_operation a 1 1 & 1 1 00833018 +in_order a 1 1 & 1 1 01931517 +in_play a 1 2 & ; 1 0 00099590 +in_question a 1 1 & 1 0 01916979 +in_series a 1 2 & ; 1 0 02380358 +in_sight a 1 1 & 1 1 02515993 +in_small_stages a 1 1 & 1 0 01143006 +in_stock a 1 1 & 1 1 00184543 +in_store a 1 1 & 1 1 01733189 +in_straitened_circumstances a 1 1 & 1 0 02023661 +in_style a 1 1 & 1 0 00971506 +in_the_altogether a 1 2 & ; 1 0 00458266 +in_the_buff a 1 2 & ; 1 0 00458266 +in_the_flesh a 1 1 & 1 1 01768466 +in_the_lead a 1 1 & 1 0 02490631 +in_the_public_eye a 1 1 & 1 0 01861648 +in_the_raw a 1 2 & ; 1 0 00458266 +in_their_right_minds a 1 1 & 1 0 02073834 +in_use a 2 1 & 2 2 01623360 02495156 +in_vitro a 1 1 ! 1 1 01359277 +in_vivo a 1 2 ! ; 1 0 01359424 +in_vogue a 1 1 & 1 1 00971506 +in_writing a 1 1 & 1 0 02285278 +in_your_birthday_suit a 1 1 & 1 0 00459553 +inaccessible a 2 4 ! & = + 2 0 00019874 00186193 +inaccurate a 1 4 ! & ^ = 1 1 00023383 +inactive a 10 6 ! & ^ = + ; 10 2 01929802 00037757 01660857 00043125 00040685 00039592 00036481 00035074 00033574 01564315 +inadequate a 2 5 ! & ^ = + 2 1 00051696 02336904 +inadmissible a 1 4 ! & = + 1 0 01762582 +inadvertent a 1 2 & + 1 0 01338909 +inadvisable a 2 4 ! & ^ + 2 1 00067767 00932565 +inaesthetic a 1 2 ! & 1 0 00070583 +inalienable a 2 3 ! & ^ 2 0 00093810 00694483 +inalterable a 1 1 & 1 0 00349523 +inane a 1 2 & + 1 1 02571277 +inanimate a 3 5 ! & = + ; 3 1 00120411 00118238 00096595 +inapplicable a 1 2 & + 1 0 01976851 +inapposite a 1 2 & + 1 0 00138782 +inappreciable a 1 1 & 1 0 02165171 +inappropriate a 2 5 ! & ^ = + 2 1 00135718 00562909 +inapt a 1 2 & + 1 0 01001180 +inarguable a 1 1 & 1 0 00591406 +inarticulate a 1 3 ! & ^ 1 0 00151105 +inartistic a 1 1 & 1 0 00070839 +inattentive a 2 5 ! & ^ = + 2 0 00164863 00755876 +inaudible a 1 5 ! & ^ = + 1 1 00174379 +inaugural a 2 2 ! & 2 2 01290766 01009343 +inauspicious a 3 4 ! & = + 3 0 00176838 00997036 00178126 +inauthentic a 1 1 & 1 0 01117677 +inboard a 1 1 ! 1 1 01291234 +inborn a 2 1 & 2 0 01315844 01034153 +inbound a 1 1 & 1 0 01294583 +inbred a 2 2 ! & 2 0 01291757 01034153 +inbuilt a 1 1 & 1 0 01348528 +incalculable a 1 3 ! & ^ 1 1 00301777 +incan a 1 1 \ 1 0 02747989 +incandescent a 2 2 & + 2 1 00271813 01122121 +incapable a 4 5 ! & ^ = + 4 2 00307474 02364066 00308188 00052246 +incapacitated a 1 1 & 1 0 01827946 +incapacitating a 1 1 & 1 0 01168166 +incarnate a 2 1 & 2 1 00630466 00628201 +incased a 1 1 & 1 0 02155054 +incautious a 2 4 ! & ^ + 2 0 00326436 00313041 +incendiary a 3 2 & \ 3 0 02748097 01897378 00473869 +incensed a 1 1 & 1 1 00115494 +incertain a 1 2 & = 1 1 00337404 +incessant a 1 2 & + 1 0 00595299 +incestuous a 2 2 \ + 2 0 02748322 02748216 +inchoate a 1 1 & 1 0 00818829 +inchoative a 1 1 & 1 0 01490505 +incident a 2 3 & \ + 2 1 02987623 01856929 +incidental a 3 2 ! & 3 1 01856929 00903264 00122844 +incipient a 1 2 & + 1 0 00818829 +incised a 3 1 & 3 0 02172770 00661887 00317310 +incisive a 2 2 & + 2 1 01744515 00802020 +incitive a 1 2 & + 1 0 01897378 +inclement a 2 4 ! & ^ + 2 0 00438567 00437852 +inclined a 3 4 ! & ^ = 3 1 01292128 01234167 02565425 +included a 1 1 & 1 0 01658269 +inclusive a 1 3 ! & + 1 1 01863680 +incognito a 1 1 & 1 0 02089724 +incognizable a 1 1 & 1 0 01748824 +incognizant a 1 4 & ^ = + 1 0 00191603 +incognoscible a 1 1 & 1 0 01748824 +incoherent a 3 5 ! & ^ + ; 3 1 00464962 00328653 00152104 +incombustible a 1 1 & 1 0 00474043 +incoming a 2 4 ! & ^ = 2 1 01294300 01294051 +incommensurable a 2 1 & 2 0 00505285 00482139 +incommensurate a 1 3 ! & ^ 1 0 00481855 +incommodious a 1 3 ! & + 1 0 00476494 +incommunicado a 1 1 & 1 0 00501552 +incommunicative a 1 2 & ^ 1 0 00500569 +incommutable a 2 3 ! & + 2 0 00348808 00918616 +incomparable a 1 3 ! & ^ 1 0 00504592 +incompatible a 9 5 ! & ^ + ; 9 1 00508192 00623565 00561036 00509206 02382572 01487352 00578523 00562909 00509896 +incompetent a 5 5 ! & ^ + ; 5 0 00512261 00511214 02229324 01128103 00052246 +incomplete a 2 5 ! & ^ = + 2 1 00523978 01004541 +incomprehensible a 2 4 ! & ^ + 2 2 00939105 00533851 +incomprehensive a 1 1 & 1 0 00529075 +incompressible a 1 2 ! + 1 0 00514717 +incomputable a 1 1 & 1 0 00302436 +inconceivable a 1 2 & + 1 1 02418692 +inconclusive a 1 5 ! & ^ = + 1 0 00550777 +incongruent a 1 2 ! ; 1 0 00562026 +incongruous a 1 3 ! & + 1 0 00562469 +inconsequent a 1 2 & + 1 0 01280349 +inconsequential a 2 1 & 2 1 01280349 01431369 +inconsiderable a 1 1 ! 1 1 00625170 +inconsiderate a 2 4 ! & ^ + 2 0 00639356 02420757 +inconsistent a 3 4 ! & ^ + 3 2 00577920 01987207 00562803 +inconsolable a 1 2 ! & 1 0 01232298 +inconspicuous a 1 4 ! & = + 1 0 00581401 +inconstant a 1 5 ! & ^ = + 1 0 00583990 +incontestable a 2 3 ! & ^ 2 0 00590923 00721636 +incontestible a 1 2 & ^ 1 0 00590923 +incontinent a 1 3 ! & + 1 0 00591953 +incontrovertible a 2 2 & + 2 0 00721838 00591147 +inconvenient a 2 4 ! & = + 2 1 00605128 01662384 +inconvertible a 2 4 ! & = + 2 0 00917207 00348938 +incorporate a 1 1 & 1 0 02477557 +incorporated a 3 1 & 3 0 02477557 01670669 01328604 +incorporative a 1 2 & + 1 0 02535831 +incorporeal a 1 5 ! & ^ = + 1 0 00630802 +incorrect a 4 5 ! & ^ = + 4 1 00632438 01881478 01146371 00023854 +incorrigible a 1 3 ! & ^ 1 0 00635456 +incorrupt a 2 4 ! & = + 2 0 00622581 01549185 +incorruptible a 1 2 & + 1 0 00622935 +increased a 1 2 ! & 1 1 00880207 +increasing a 2 2 ! & 2 1 02534877 02537743 +increasing_monotonic a 1 1 & 1 0 01547595 +incredible a 1 5 ! & ^ = + 1 1 00645493 +incredulous a 1 4 ! & ^ + 1 0 00647070 +incremental a 1 2 & + 1 0 00049266 +incriminating a 1 1 & 1 0 00924952 +incriminatory a 1 2 & + 1 0 00924952 +inculpable a 1 2 & + 1 0 01320705 +inculpative a 1 3 & ^ + 1 0 00923993 +inculpatory a 1 4 ! & ^ + 1 0 00923993 +incumbent a 3 3 & + ; 3 0 02349003 01580601 00667208 +incumbent_on a 1 1 & 1 0 00848983 +incurable a 2 3 ! & + 2 1 00994567 00349759 +incurious a 1 2 ! & 1 0 00665587 +incursive a 1 1 & 1 0 01629681 +incurvate a 1 1 & 1 0 02316524 +incurved a 1 1 & 1 0 02316524 +indebted a 2 2 & + 2 1 01617004 01617144 +indecent a 3 4 ! & ^ + 3 2 01880918 00683185 01539022 +indecipherable a 2 1 & 2 0 01405523 00535042 +indecisive a 3 4 ! & ^ + 3 0 00686081 00685483 00702118 +indecorous a 2 4 ! & ^ + 2 0 00689471 01880918 +indefatigable a 1 2 & + 1 1 00874920 +indefeasible a 1 2 ! & 1 0 00694284 +indefensible a 3 1 & 3 1 01945010 02524345 01722367 +indefinable a 2 1 & 2 1 00697691 00944111 +indefinite a 2 4 ! & ^ + 2 1 00701479 00336564 +indehiscent a 1 2 ! = 1 0 00702962 +indelible a 1 1 & 1 1 00898488 +indelicate a 3 2 & ^ 3 1 02394793 00689471 00684054 +indentured a 1 1 & 1 0 01064806 +independent a 4 6 ! & ^ = + ; 4 2 00727564 01062393 00730215 00731606 +indescribable a 1 1 & 1 1 00944111 +indestructible a 2 4 ! & = + 2 0 00738368 01754049 +indeterminable a 2 3 ! & ^ 2 0 00739273 00302658 +indeterminate a 5 5 ! & ^ + ; 5 1 00740336 00741459 00896378 00739495 00551267 +indexical a 1 2 \ + 1 0 02937534 +indexless a 1 1 \ 1 0 02937648 +indian a 2 2 \ + 2 2 02928347 02928066 +indicative a 2 4 & \ + ; 2 0 03094520 02091300 +indicatory a 1 1 & 1 0 02091300 +indictable a 1 2 & + 1 0 01322044 +indie a 1 1 & 1 0 00729133 +indifferent a 10 3 & + ; 10 4 01342949 00546452 01194328 01280576 02340710 01930004 01724072 01723856 01674604 01532454 +indigenous a 1 2 & + 1 0 01036383 +indigent a 1 2 & + 1 0 02023430 +indigestible a 1 4 ! & ^ + 1 0 01182747 +indignant a 1 1 & 1 1 00115494 +indigo a 1 1 & 1 0 00398373 +indirect a 5 5 ! & ^ = + 5 2 00770993 00762355 01417228 00766457 01854546 +indiscernible a 2 2 ! & 2 0 00582164 01748936 +indiscreet a 1 3 ! & + 1 0 00773109 +indiscrete a 1 1 & 1 0 00785889 +indiscriminate a 2 3 ! & ^ 2 1 00776090 00773759 +indiscriminating a 1 2 & ^ 1 0 00775900 +indispensable a 3 5 ! & ^ = + 3 2 00903668 01580306 00849108 +indisposed a 2 1 & 2 0 02542325 01293542 +indisputable a 2 2 & + 2 0 00721636 00335895 +indissoluble a 2 1 & 2 0 02265891 01755418 +indistinct a 1 4 ! & ^ + 1 1 00781168 +indistinguishable a 2 3 ! & + 2 1 02064127 00582876 +individual a 4 5 ! & ^ = + 4 4 00493460 00729246 02153174 01768086 +individualised a 1 1 & 1 0 01768252 +individualist a 1 1 & 1 0 00494027 +individualistic a 2 2 & + 2 2 00494027 00297897 +individualized a 1 1 & 1 1 01768252 +indivisible a 1 2 ! & 1 0 00785684 +indivisible_by a 1 2 & ; 1 0 00786031 +indo-aryan a 1 1 \ 1 0 03074565 +indo-european a 2 1 \ 2 0 03074777 03074565 +indo-germanic a 1 1 \ 1 0 03074777 +indocile a 1 1 & 1 0 01475526 +indolent a 2 3 & + ; 2 1 00294579 00038260 +indomitable a 1 2 & + 1 0 00570099 +indonesian a 1 2 \ + 1 0 02972194 +indoor a 2 3 ! & ^ 2 1 01692786 00953127 +indrawn a 1 1 & 1 0 01988024 +indubitable a 1 2 & + 1 1 01918541 +induced a 1 2 ! & 1 1 02283188 +inducive a 1 2 & + 1 0 00324013 +inductive a 3 5 ! & ^ \ ; 3 0 02748421 01296270 00324013 +indulgent a 3 4 ! & ^ + 3 2 01297315 01763159 00996343 +indurate a 1 1 & 1 0 02107162 +indusial a 1 1 \ 1 0 02748542 +industrial a 4 4 ! & ^ \ 4 3 02748635 01301624 02556901 01188648 +industrial-strength a 1 1 & 1 0 02322704 +industrialised a 1 1 & 1 0 01301992 +industrialized a 1 1 & 1 0 01301992 +industrious a 2 2 & + 2 1 00754682 00885099 +indwelling a 1 1 & 1 0 00951528 +inebriated a 1 1 & 1 0 00797299 +inedible a 1 3 ! & ^ 1 0 00829496 +ineffable a 2 1 & 2 1 00944111 02055617 +ineffective a 3 5 ! & ^ = + 3 0 00835609 01825080 00511739 +ineffectual a 3 4 & ^ = + 3 0 00835609 02497471 01825080 +inefficacious a 1 4 ! ^ = + 1 0 00839411 +inefficient a 2 4 ! & ^ + 2 0 00840902 00511739 +inelaborate a 1 1 & 1 0 01793557 +inelastic a 1 4 ! & ^ + 1 0 00845528 +inelegant a 1 4 ! & ^ + 1 0 00851103 +ineligible a 2 5 ! & ^ + ; 2 1 00852988 01404042 +ineluctable a 1 1 & 1 0 00343360 +inept a 3 2 & + 3 2 01001180 00511526 00063953 +inequitable a 1 1 ! 1 0 00958712 +ineradicable a 1 3 ! & ^ 1 0 00898289 +inerrable a 1 1 & 1 0 00965359 +inerrant a 1 2 & + 1 0 00965359 +inert a 3 3 & + ; 3 2 01565038 01930004 00034322 +inertial a 1 1 \ 1 0 02748757 +inescapable a 1 1 & 1 1 00343360 +inessential a 2 5 ! & ^ = + 2 0 00902652 01582224 +inestimable a 1 1 & 1 0 00302436 +inevitable a 2 3 ! & + 2 2 00343015 01841834 +inexact a 1 4 ! & ^ + 1 0 00915787 +inexcusable a 2 2 ! & 2 1 01722260 01721867 +inexhaustible a 2 2 ! & 2 1 01008289 00925642 +inexorable a 2 2 & + 2 2 01785341 01024812 +inexpedient a 2 4 ! & ^ + 2 0 00932367 01814252 +inexpensive a 1 2 & + 1 1 00934199 +inexperienced a 1 3 ! & ^ 1 1 00936740 +inexperient a 1 3 & ^ + 1 0 00936740 +inexpert a 1 1 & 1 0 01870636 +inexpiable a 1 1 & 1 0 01721953 +inexplicable a 1 3 ! & ^ 1 1 00939105 +inexplicit a 1 4 & ^ = + 1 0 00941485 +inexpressible a 1 2 ! & 1 1 00943999 +inexpressive a 1 1 & 1 0 00501723 +inexpugnable a 1 1 & 1 0 00569918 +inexpungeable a 1 1 & 1 0 00898628 +inexpungible a 1 1 & 1 0 00898628 +inextensible a 1 0 1 0 00945019 +inexterminable a 1 1 & 1 0 00898814 +inextinguishable a 1 1 ! 1 0 00947945 +inextirpable a 1 1 & 1 0 00898814 +inextricable a 1 2 ! & 1 1 00945207 +infallible a 1 3 ! & + 1 1 00964906 +infamous a 1 2 & + 1 1 01984411 +infantile a 3 2 & \ 3 1 01493016 02748837 01648189 +infatuated a 1 1 & 1 0 01465668 +infeasible a 1 2 & + 1 0 01823574 +infected a 1 2 & ^ 1 0 02113827 +infectious a 3 4 ! & \ + 3 2 02114746 01302811 02833070 +infective a 2 2 & + 2 1 01168434 02114746 +infelicitous a 2 5 ! & ^ = + 2 0 01000881 01051814 +inferential a 5 4 & \ + ; 5 2 02748952 01297152 01296961 00723786 00585751 +inferior a 6 6 ! & ^ = + ; 6 2 02340213 02345272 02349852 02348678 02440996 02297409 +infernal a 5 5 ! & ^ \ + 5 3 02859053 01132515 00669942 02974812 01303776 +infertile a 1 4 & ^ = + 1 1 01002377 +infinite a 4 5 ! & ^ + ; 4 1 01007354 01008745 00301951 00005718 +infinitesimal a 1 1 & 1 0 01393483 +infinitival a 1 2 \ + 1 0 02937294 +infirm a 2 2 & + 2 0 02040233 01992555 +inflamed a 3 2 & ; 3 2 01177105 00270496 00059028 +inflammable a 1 2 & + 1 0 00473658 +inflammatory a 2 2 & + 2 1 01177246 01897378 +inflatable a 1 2 & + 1 0 00947520 +inflated a 2 2 & ; 2 1 00881030 01850446 +inflationary a 1 3 ! + ; 1 0 02538626 +inflected a 2 3 ! & ; 2 0 00700016 00699651 +inflectional a 1 2 ! + 1 0 00113015 +inflexible a 4 4 ! & ^ + 4 1 01024597 01025913 01023289 01029151 +inflowing a 1 1 & 1 0 01295255 +influent a 1 1 & 1 1 01295255 +influential a 1 3 ! & + 1 1 01830134 +informal a 4 5 ! & ^ = + 4 2 01044240 01634027 01045711 01076145 +informational a 1 1 \ 1 0 02749150 +informative a 3 4 ! & ^ + 3 0 01325777 01323449 01304570 +informatory a 1 3 & ^ + 1 0 01304570 +informed a 1 3 ! & ^ 1 1 01306273 +infra_dig a 1 1 & 1 0 00752714 +infrahuman a 1 1 & 1 0 01261727 +inframaxillary a 1 1 \ 1 0 02877910 +infrangible a 2 1 & 2 0 00709959 00094069 +infrared a 1 1 & 1 1 02517999 +infrasonic a 1 1 & 1 0 00174879 +infrequent a 1 4 ! & ^ + 1 1 01067193 +infuriated a 1 1 & 1 0 00114454 +infuriating a 1 1 & 1 1 01809245 +ingenious a 1 2 & + 1 0 00061885 +ingenuous a 2 4 ! & ^ + 2 0 01309991 02272670 +inglorious a 2 3 ! & ^ 2 1 01227546 01122411 +ingrained a 1 1 & 1 0 01635633 +ingratiating a 2 1 & 2 0 01808544 00908143 +ingratiatory a 2 2 & + 2 0 01770177 00908143 +ingrowing a 1 1 & 1 0 01177435 +ingrown a 1 1 & 1 0 01177435 +inguinal a 1 2 \ + 1 0 02749257 +inhabitable a 1 1 & 1 0 01423851 +inhabited a 1 2 ! & 1 1 01311321 +inhalant a 1 2 \ + 1 0 02749365 +inharmonic a 1 1 & 1 0 01164250 +inharmonious a 2 4 ! & ^ + 2 0 01164072 00563116 +inherent a 2 2 & + 2 1 01348528 00941940 +inheritable a 1 2 ! & 1 0 01313929 +inherited a 1 1 & 1 0 01314537 +inheriting a 1 1 & 1 0 01315249 +inhibited a 1 3 ! & ^ 1 1 01316222 +inhibitory a 1 2 & + 1 1 02004176 +inhomogeneous a 1 1 & 1 0 01199663 +inhospitable a 2 4 ! & ^ + 2 1 01242489 01244195 +inhuman a 2 2 & + 2 2 01263971 01260707 +inhumane a 1 5 ! & ^ = + 1 1 01262611 +inhumed a 1 1 & 1 0 00292611 +inimical a 1 2 & + 1 0 01246388 +inimitable a 1 1 & 1 0 01868470 +iniquitous a 1 2 & + 1 0 02514543 +initial a 1 1 & 1 1 01011973 +initiative a 1 2 & + 1 0 01009343 +initiatory a 1 2 & + 1 0 01009343 +injectable a 1 3 ! + ; 1 0 01317678 +injudicious a 1 2 & + 1 0 01899970 +injured a 1 3 ! & ^ 1 1 01317954 +injurious a 1 2 & + 1 0 01161059 +ink-black a 1 1 & 1 0 00390195 +ink-jet a 1 1 \ 1 0 02749510 +inky a 1 2 & + 1 0 00390195 +inky-black a 1 1 & 1 0 00390195 +inlaid a 1 1 & 1 0 00059131 +inland a 1 2 ! & 1 0 00463784 +inmost a 2 1 & 2 0 00951709 00950465 +innate a 3 2 & + 3 0 01637184 01335708 01315844 +inner a 6 5 ! & ^ = ; 6 4 00951831 00950272 01348835 01863066 01862891 00948985 +innermost a 2 1 & 2 0 00951709 00950465 +innocent a 7 5 ! & ^ + ; 7 4 01319874 01159907 02513614 02272670 01309220 00927978 00572392 +innocuous a 3 3 ! & ^ 3 0 01611839 01627635 01159907 +innovational a 1 2 & + 1 0 01687586 +innovative a 2 2 & + 2 0 01876261 01687586 +innoxious a 1 1 & 1 0 01611973 +innumerable a 1 2 & + 1 1 00301951 +innumerate a 1 2 ! = 1 0 00832200 +innumerous a 1 1 & 1 0 00301951 +inodorous a 1 2 & = 1 0 01057775 +inoffensive a 3 3 ! & = 3 0 01628677 01627459 00908483 +inoperable a 2 2 ! & 2 1 02125198 01169940 +inoperative a 1 2 ! & 1 0 00833575 +inopportune a 1 4 ! & ^ + 1 0 01661914 +inordinate a 1 2 & + 1 0 01533974 +inorganic a 2 3 ! & ; 2 1 01679244 01680116 +inpouring a 1 1 & 1 0 01295337 +inquiring a 1 3 ! & ^ 1 1 00878829 +inquisitive a 2 2 & + 2 1 00664879 00879259 +inquisitorial a 3 4 ! & \ + 3 0 03042005 00879624 00879468 +inquisitory a 1 1 & 1 0 00879918 +insalubrious a 1 2 & + 1 0 02559534 +insane a 2 4 ! & ^ + 2 2 02074092 02572038 +insanitary a 1 1 & 1 0 02113449 +insatiable a 1 1 & 1 0 02078399 +insatiate a 1 2 ! & 1 0 02078399 +inscribed a 2 1 & 2 1 02285607 00317310 +inscriptive a 1 1 \ 1 0 02749600 +inscrutable a 1 2 & + 1 1 00939444 +insectan a 1 2 \ + 1 0 02832164 +insecticidal a 1 1 \ 1 0 02749690 +insectivorous a 1 4 ! & + ; 1 0 00315383 +insecure a 4 4 ! & ^ + 4 0 02095786 02094755 02093493 02524443 +insensate a 2 2 & = 2 0 00117754 01263971 +insensible a 4 4 ! & ^ + 4 0 02102796 02107827 01748936 00572534 +insensitive a 2 5 ! & ^ = + 2 1 02105375 02106761 +insentient a 1 4 ! & = + 1 0 00117754 +inseparable a 1 1 & 1 1 00786173 +inshore a 2 2 ! & 2 0 00464195 00463308 +inside a 4 3 ! & ^ 4 2 01693799 00953213 01863066 00950592 +inside-out a 1 1 & 1 0 02468208 +insidious a 3 2 & + 3 0 02097884 02060106 01162406 +insightful a 1 2 & + 1 0 01745296 +insignificant a 4 5 ! & ^ = + 4 3 01288298 01498298 01473353 02164402 +insincere a 1 5 ! & ^ = + 1 0 02180797 +insinuating a 1 1 & 1 0 00908143 +insipid a 2 2 & + 2 0 02399595 01345997 +insistent a 2 2 & + 2 2 00592539 00712877 +insolent a 2 2 & + 2 2 01996051 00155144 +insoluble a 3 4 ! & ^ + 3 1 02265891 02266600 01230728 +insolvable a 1 1 & 1 0 02266771 +insolvent a 1 3 ! & + 1 0 02026442 +insomniac a 1 1 & 1 0 00187176 +insouciant a 1 2 & + 1 0 00545746 +inspirational a 1 2 & + 1 1 02055773 +inspiratory a 1 2 \ + 1 0 03110485 +inspired a 1 1 & 1 1 01121507 +inspiring a 1 2 ! & 1 1 01323096 +inspiriting a 1 1 & 1 0 00866894 +inst a 1 1 & 1 0 01732012 +instant a 3 2 & + 3 1 00979031 01732012 00712877 +instantaneous a 1 2 & + 1 1 00979031 +instigative a 1 2 & + 1 0 01897378 +instinct a 1 1 & 1 0 01085442 +instinctive a 1 1 & 1 0 02282985 +institutional a 2 4 ! & \ + 2 1 02749778 01231191 +institutionalised a 2 1 & 2 0 01230850 01231369 +institutionalized a 2 2 ! & 2 2 01230850 01231369 +instructional a 1 2 \ + 1 1 02981759 +instructive a 1 4 ! & ^ + 1 1 01323449 +instrumental a 2 4 ! & \ + 2 1 02825770 01196775 +insubordinate a 2 3 ! & ^ 2 0 02330336 00695938 +insubstantial a 2 5 ! & ^ = + 2 1 00625774 02559694 +insufferable a 1 1 & 1 0 02436025 +insufficient a 1 5 ! & ^ = + 1 1 02336449 +insular a 3 3 & \ + 3 0 02750483 01859970 00637267 +insulting a 1 1 & 1 0 01995288 +insuperable a 2 1 & 2 1 00570225 02357322 +insupportable a 1 1 & 1 0 01722367 +insurable a 1 1 & 1 0 02096923 +insured a 1 2 ! & 1 1 02096759 +insurgent a 1 2 & + 1 0 00963283 +insurmountable a 2 3 ! & ^ 2 1 02357115 00570225 +insurrectional a 1 2 \ + 1 0 02919100 +insurrectionary a 1 2 \ + 1 0 02919100 +insusceptible a 1 3 & ^ = 1 0 02363358 +intact a 4 2 & + 4 2 00515870 01319434 02137394 00681268 +intangible a 4 5 ! & ^ + ; 4 0 02392654 02391867 01273454 00627643 +integral a 3 3 & \ + 3 2 01348528 00515870 02685703 +integrated a 4 3 ! & ^ 4 1 02477557 01327925 01326148 01679744 +integrative a 2 4 ! & ^ + 2 0 01330986 00334940 +integumental a 1 2 \ + 1 0 02685785 +integumentary a 1 2 \ + 1 0 02685785 +intellectual a 3 5 ! & ^ = + 3 2 01780343 01332386 01927455 +intelligent a 4 5 ! & ^ = + 4 4 01334398 02271052 01944088 01926089 +intelligible a 2 4 ! & ^ + 2 1 00533452 01336926 +intemperate a 3 4 ! & ^ + 3 0 02403030 02402268 01299173 +intended a 2 4 ! & ^ = 2 1 01337486 00158238 +intense a 3 5 ! & ^ = + 3 1 01509527 00803275 00393683 +intensified a 1 1 & 1 0 01512142 +intensifying a 1 2 ! & 1 1 01340256 +intensional a 1 3 & + ; 1 0 00723910 +intensive a 3 4 ! & \ + 3 1 01512275 02858941 01514374 +intent a 1 2 & + 1 1 00163948 +intentional a 2 2 & + 2 1 01338116 01339730 +interactional a 1 2 & + 1 0 01946439 +interactive a 2 2 & + 2 0 00623356 01946439 +interbred a 1 1 & 1 0 01291850 +intercalary a 1 1 & 1 0 00049469 +intercellular a 1 2 \ ; 1 0 02685946 +interchangeable a 2 3 & + ; 2 0 02372697 01978532 +interchurch a 1 1 & 1 0 02092741 +intercollegiate a 1 1 & 1 0 01347348 +interconnected a 2 2 & + 2 0 02006933 01328229 +intercontinental a 1 2 ! & 1 1 01567500 +intercostal a 1 3 \ + ; 1 0 02704983 +intercrossed a 1 1 & 1 0 01904485 +interdenominational a 1 1 & 1 0 02092741 +interdepartmental a 1 2 ! \ 1 1 03060114 +interdependent a 1 2 & + 1 1 00726445 +interdisciplinary a 1 1 \ 1 0 03061250 +interest-bearing a 1 1 \ 1 0 02686046 +interested a 2 3 ! & + 2 2 01342237 01515692 +interesting a 1 5 ! & ^ = + 1 1 01343918 +interfacial a 1 2 \ + 1 0 02878680 +interfaith a 1 1 & 1 1 01783863 +interfering a 1 1 & 1 1 01352561 +intergalactic a 1 1 \ 1 0 02849367 +interim a 1 1 & 1 1 01757483 +interior a 5 4 ! & ^ = 5 1 00952867 01038332 00951831 00949115 00463917 +interlaced a 1 1 & 1 0 02006798 +interlacing a 1 1 & 1 0 02178348 +interlineal a 1 1 \ 1 0 02749971 +interlinear a 1 1 \ 1 0 02749971 +interlinking a 1 1 & 1 0 02178348 +interlobular a 1 1 \ 1 1 02948198 +interlocking a 1 1 & 1 1 02178348 +interlocutory a 1 1 \ 1 0 02828482 +intermediate a 2 2 ! & 2 2 01014251 01531957 +intermeshed a 2 1 & 2 1 00255453 01100817 +interminable a 1 1 & 1 1 01439784 +intermittent a 1 2 & + 1 1 00593836 +intermolecular a 1 1 \ 1 1 02901178 +intermural a 1 1 & 1 0 01347492 +internal a 5 4 ! & ^ = 5 4 00948670 01346978 01038332 00951831 01348835 +international a 2 4 ! & ^ + 2 2 01568375 01037885 +internationalist a 1 1 & 1 0 01569002 +internationalistic a 1 2 & + 1 0 01569002 +internecine a 2 1 & 2 0 00949229 00249303 +interoceptive a 1 1 \ 1 0 02868235 +interoperable a 1 3 & + ; 1 0 01835276 +interpersonal a 1 1 & 1 1 02249183 +interplanetary a 1 1 \ 1 0 02779310 +interpretable a 1 1 & 1 1 00938979 +interpretative a 1 2 & + 1 1 01325017 +interpreted a 1 1 & 1 0 01378671 +interpretive a 1 2 & + 1 0 01325017 +interracial a 2 1 & 2 0 01928019 01326652 +interred a 1 1 & 1 0 00292611 +interrelated a 1 2 & + 1 1 02006933 +interrogative a 2 4 ! \ + ; 2 0 03094740 00687163 +interrogatory a 1 2 ! + 1 0 00687163 +interrupted a 2 1 & 2 0 00598413 00290593 +interscholastic a 1 1 & 1 0 01347613 +interschool a 1 1 & 1 0 01347613 +intersectant a 1 2 & + 1 0 00653044 +intersecting a 1 1 & 1 1 00653044 +intersexual a 2 1 & 2 0 02135595 01479376 +interspecies a 1 1 ! 1 1 01341920 +interspecific a 1 0 1 0 01341920 +interstate a 1 1 ! 1 1 01569549 +interstellar a 1 1 \ 1 1 02803150 +interstitial a 1 2 \ + 1 1 02828564 +intertidal a 1 1 \ 1 0 02705138 +intertribal a 1 1 \ 1 0 03075087 +intervening a 1 1 & 1 0 00816160 +intervertebral a 1 1 \ 1 0 02750377 +interwoven a 1 1 & 1 1 02178348 +intestate a 1 2 ! ; 1 0 02444894 +intestinal a 1 2 \ + 1 0 02935530 +intimal a 1 2 \ + 1 1 03008785 +intimate a 6 1 & 6 3 00453308 01076145 00453053 02132735 01348835 00936038 +intimidated a 1 1 & 1 0 00252733 +intimidating a 1 1 & 1 0 00867520 +intolerable a 1 3 ! & ^ 1 1 02435671 +intolerant a 2 4 ! & ^ + 2 0 02436622 00288237 +intoned a 1 1 & 1 0 02020609 +intoxicant a 1 2 & + 1 0 01159119 +intoxicated a 2 2 ! & 2 0 00797299 00920260 +intoxicating a 2 1 & 2 0 01159119 00922228 +intra_vires a 1 2 ! ; 1 0 01347935 +intracellular a 1 3 ! \ ; 1 0 02686159 +intracerebral a 1 1 \ 1 0 02750090 +intracranial a 1 1 \ 1 0 02750166 +intractable a 1 5 ! & ^ = + 1 1 02451951 +intracutaneous a 1 1 \ 1 0 02877503 +intradepartmental a 1 2 ! \ 1 1 03060257 +intradermal a 1 1 \ 1 0 02877503 +intradermic a 1 1 \ 1 0 02877503 +intragroup a 1 1 & 1 0 01346978 +intralinguistic a 1 1 \ 1 0 02842862 +intralobular a 1 1 \ 1 0 02948281 +intramolecular a 1 1 \ 1 0 02901028 +intramural a 1 2 ! & 1 0 01346755 +intramuscular a 1 1 \ 1 0 02882838 +intransigent a 1 2 & + 1 0 01024812 +intransitive a 1 3 ! + ; 1 0 02488907 +intrapulmonary a 1 1 \ 1 1 02935437 +intrasentential a 1 1 \ 1 0 02991819 +intraspecies a 1 1 ! 1 0 01342058 +intraspecific a 1 0 1 0 01342058 +intrastate a 1 1 ! 1 0 01569807 +intrauterine a 1 1 \ 1 0 02933230 +intravenous a 1 1 \ 1 0 02890703 +intraventricular a 1 1 \ 1 0 02750241 +intrepid a 1 2 & + 1 0 00250119 +intricate a 1 1 & 1 1 02178500 +intriguing a 2 1 & 2 0 01897106 01344684 +intrinsic a 2 4 ! & ^ ; 2 1 01348258 00949374 +intrinsical a 1 2 & ^ 1 0 01348258 +introductory a 3 2 & + 3 1 01009709 01011753 00126339 +introjected a 1 2 & ; 1 1 01328753 +introspective a 1 3 ! = + 1 1 01350674 +introuvable a 1 1 & 1 0 01848056 +introversive a 1 6 ! & ^ = + ; 1 0 01351021 +introverted a 1 1 = 1 0 01350674 +introvertish a 1 1 & 1 0 01351302 +introvertive a 1 5 & ^ = + ; 1 0 01351021 +intruding a 1 1 & 1 0 01353153 +intrusive a 3 6 ! & ^ = + ; 3 1 01352067 01355207 01353014 +intuitionist a 1 1 \ 1 0 02750663 +intuitive a 2 2 & + 2 0 02282843 01431471 +intumescent a 1 2 & + 1 0 01174565 +inundated a 1 1 & 1 0 01083754 +inured a 1 1 & 1 0 02447779 +inutile a 1 2 & + 1 0 02497743 +invading a 1 1 & 1 0 01629681 +invalid a 2 4 ! & ^ + 2 0 02499750 00938210 +invalidated a 1 1 & 1 0 02500497 +invalidating a 1 1 & 1 0 02356712 +invaluable a 1 2 & + 1 1 02501367 +invariable a 1 4 ! & ^ + 1 1 02505716 +invariant a 2 3 & + ; 2 1 02506408 02506029 +invasive a 4 4 ! & + ; 4 0 01356365 01355966 01629681 01352320 +inventive a 1 2 & + 1 1 00643863 +inverse a 2 3 ! & ; 2 1 00202095 00769489 +invertebrate a 1 2 ! ; 1 0 02510273 +inverted a 2 2 & ; 2 1 02467559 01029710 +invertible a 1 1 ! 1 0 02595255 +investigative a 1 2 & + 1 1 00879030 +investigatory a 1 2 & + 1 0 00879030 +inveterate a 1 1 & 1 0 00489768 +invidious a 1 1 & 1 0 00997394 +invigorated a 1 1 & 1 0 02434797 +invigorating a 1 3 ! & ^ 1 0 01356683 +invincible a 1 2 & + 1 1 00570322 +inviolable a 4 2 ! & 4 0 02510604 02526124 02055900 00094069 +inviolate a 2 1 & 2 1 01319434 02055900 +invisible a 2 5 ! & ^ = + 2 1 02517265 00581401 +invitational a 1 2 \ + 1 0 03134550 +invitatory a 1 2 & + 1 0 01358534 +inviting a 1 3 ! & ^ 1 1 01358363 +involucrate a 1 2 \ ; 1 0 03134675 +involuntary a 2 4 ! & ^ ; 2 1 02521353 02522417 +involute a 2 2 & ; 2 0 02318057 02317942 +involved a 5 2 ! & 5 3 01514827 00868603 00158332 02176841 01658386 +invulnerable a 1 4 ! & ^ + 1 1 02525206 +inward a 2 4 ! & = + 2 1 00951247 01294583 +inward-developing a 1 2 & ; 1 0 00333015 +inward-moving a 1 1 & 1 0 00333197 +inwrought a 1 1 & 1 0 00059201 +iodinated a 1 1 \ 1 1 03005276 +iodinating a 1 2 ! ; 1 1 01231917 +iodised a 1 1 \ 1 0 03005276 +iodized a 1 1 \ 1 0 03005276 +ionian a 1 1 \ 1 0 02751177 +ionic a 3 3 ! \ + 3 1 02750752 02751058 02750948 +ionised a 1 0 1 0 00356110 +ionized a 1 1 ! 1 1 00356110 +ipsilateral a 1 1 ! 1 0 02591684 +iraki a 1 2 \ + 1 0 03075470 +iranian a 1 2 \ + 1 0 03075191 +iraqi a 1 2 \ + 1 0 03075470 +irascible a 2 2 & + 2 0 01135914 00114921 +irate a 1 1 & 1 0 00115777 +ireful a 1 1 & 1 0 00115777 +irenic a 1 1 & 1 0 01741408 +iridaceous a 1 2 \ + 1 0 02751484 +iridescent a 2 2 & + 2 0 00403072 00282020 +iridic a 2 1 \ 2 0 02852679 02852589 +irish a 1 2 \ + 1 1 03003744 +iritic a 1 1 \ 1 0 02751630 +irksome a 1 1 & 1 1 01345307 +iron a 1 1 & 1 1 02038891 +iron-gray a 1 2 & + 1 0 00390332 +iron-grey a 1 2 & + 1 0 00390332 +ironclad a 2 1 & 2 0 02155361 01025732 +ironed a 1 3 ! & ^ 1 0 01359543 +ironic a 2 2 & + 2 1 01266092 00563288 +ironical a 2 2 & + 2 2 00563288 01266092 +ironlike a 1 1 & 1 1 02322885 +ironshod a 1 1 & 1 1 02156177 +irrational a 2 6 ! & ^ \ + ; 2 1 01926376 02930083 +irreclaimable a 1 1 & 1 0 02514819 +irreconcilable a 1 2 ! & 1 1 01986926 +irrecoverable a 1 1 & 1 0 01956523 +irredeemable a 2 1 & 2 0 02514819 00917482 +irreducible a 1 1 ! 1 1 00883830 +irrefutable a 1 1 & 1 0 00721838 +irregular a 9 5 ! & ^ = + 9 2 01960656 00594146 01971046 01962107 01753249 01596809 01089775 00912094 00607202 +irrelevant a 1 3 ! & + 1 1 01976084 +irreligious a 1 4 ! & ^ + 1 0 01784017 +irremediable a 1 1 ! 1 1 01962819 +irremovable a 1 2 ! & 1 0 01527075 +irreparable a 1 1 ! 1 1 01963792 +irreplaceable a 1 3 ! ^ + 1 0 01978894 +irrepressible a 1 2 & + 1 0 00600540 +irreproachable a 1 1 & 1 0 01320705 +irreproducible a 1 2 & + 1 0 01868302 +irresistible a 2 3 ! & + 2 1 01989175 00168551 +irresolute a 1 4 ! & ^ + 1 1 01992149 +irresponsible a 1 4 ! & = + 1 1 01997910 +irretrievable a 1 1 & 1 0 01956675 +irreverent a 3 4 ! & ^ + 3 0 02012504 02280090 01782717 +irreversible a 1 3 ! & + 1 1 01759362 +irrevocable a 1 2 ! & 1 1 01760670 +irrevokable a 1 1 & 1 0 01760670 +irritable a 3 3 & + ; 3 1 01136541 02104600 02104277 +irritated a 1 1 & 1 0 01806106 +irritating a 3 1 & 3 1 00089550 02310185 00478685 +irritative a 1 2 & + 1 0 02310185 +irruptive a 1 1 & 1 0 01355378 +ischaemic a 1 2 \ + 1 0 02751733 +ischemic a 1 2 \ + 1 0 02751733 +isentropic a 1 1 \ 1 0 02751889 +islamic a 1 2 \ + 1 0 02923510 +ismaili a 1 1 \ 1 0 02751990 +isobilateral a 1 1 & 1 0 02372118 +isochronal a 1 1 & 1 0 00891569 +isochronous a 1 1 & 1 0 00891569 +isoclinal a 1 1 & 1 0 00891705 +isoclinic a 1 1 & 1 0 00891705 +isocyclic a 1 1 & 1 0 00677170 +isogonic a 1 2 & + 1 0 02048875 +isolable a 1 2 & + 1 0 02111339 +isolated a 6 1 & 6 3 00594267 02110447 02111095 02251576 01327205 00567860 +isolating a 1 1 & 1 0 00111604 +isolationist a 1 2 \ + 1 1 03022917 +isolationistic a 1 2 \ + 1 0 03022917 +isomeric a 1 2 \ + 1 0 02828688 +isometric a 4 5 ! & \ + ; 4 0 02828802 00355782 00891807 00658022 +isometrical a 1 2 & + 1 0 00891807 +isomorphic a 1 2 \ ; 1 0 02828917 +isomorphous a 1 3 \ + ; 1 0 02828917 +isopteran a 1 1 \ 1 0 03137840 +isosceles a 1 1 & 1 0 02372951 +isosmotic a 1 0 1 0 00894980 +isothermal a 1 2 & + 1 1 00891970 +isothermic a 1 1 \ 1 0 02902658 +isotonic a 4 4 ! & \ ; 4 2 00894980 02829094 00355950 02406790 +isotopic a 1 2 \ + 1 1 02902531 +isotropic a 1 3 ! & + 1 1 01360804 +isotropous a 1 2 & + 1 0 01360804 +israeli a 1 2 \ + 1 0 02972925 +isthmian a 1 2 \ + 1 0 02752122 +italian a 1 2 \ + 1 1 02957066 +italian-speaking a 1 1 & 1 0 00498536 +italic a 2 2 \ + 2 0 03075798 03075662 +itchy a 2 2 & + 2 0 02406166 01712327 +item-by-item a 1 1 & 1 0 00729246 +iterative a 1 2 & + 1 0 01964632 +itinerant a 1 2 & + 1 0 02128566 +itsy-bitsy a 1 2 & ; 1 0 01392633 +itty-bitty a 1 2 & ; 1 0 01392633 +iv a 1 1 & 1 0 02186665 +ivied a 1 1 & 1 0 01702140 +ivy-covered a 1 1 & 1 0 01702140 +ix a 1 1 & 1 0 02187161 +ixc a 1 1 & 1 0 02195049 +ixl a 1 1 & 1 0 02190182 +jacksonian a 1 2 \ + 1 1 03075944 +jacobean a 1 1 \ 1 0 03076108 +jacobinic a 1 2 \ + 1 0 03076230 +jacobinical a 1 2 \ + 1 0 03076230 +jade a 1 2 & + 1 0 00376645 +jade-green a 1 1 & 1 0 00376645 +jaded a 2 1 & 2 2 02433975 02078153 +jagged a 2 2 & + 2 1 00912288 02246903 +jaggy a 2 2 & + 2 0 02246903 00912288 +jailed a 1 1 & 1 0 01065126 +jain a 1 1 \ 1 0 02925342 +jainist a 1 2 \ + 1 0 02925342 +jam-packed a 1 1 & 1 0 00560100 +jamaican a 1 2 \ + 1 0 03076432 +jamesian a 2 1 \ 2 0 02752354 02752234 +jammed a 1 1 & 1 1 00560100 +jangling a 1 1 & 1 1 00300007 +jangly a 1 2 & + 1 0 00300007 +janus-faced a 3 1 & 3 1 02475692 01223271 00235571 +japanese a 1 2 \ + 1 1 02965043 +japanese-speaking a 1 1 & 1 0 00498629 +jarring a 1 1 & 1 1 00300196 +jaundiced a 2 1 & 2 0 01177556 00285506 +jaunty a 2 2 & + 2 2 00971933 00364145 +javan a 1 2 \ + 1 0 03076663 +javanese a 1 2 \ + 1 0 03076663 +jawed a 1 2 ! & 1 0 02597115 +jawless a 1 1 ! 1 0 02597418 +jazzy a 2 2 & + 2 1 02019881 00407420 +jealous a 2 1 & 2 2 00888765 02464105 +jeering a 1 1 & 1 0 01995596 +jeffersonian a 1 2 \ + 1 1 02752496 +jejune a 3 2 & + 3 0 02559694 01492596 01345997 +jelled a 1 1 & 1 0 02260570 +jellied a 1 1 & 1 0 02260570 +jellylike a 1 1 & 1 0 02416610 +jerking a 1 1 & 1 0 02303575 +jerkwater a 1 1 & 1 0 00637455 +jerky a 3 3 & + ; 3 0 02303575 01143750 00439905 +jerry-built a 1 1 & 1 0 02325642 +jesting a 1 1 & 1 0 01267076 +jesuit a 1 1 \ 1 0 03076935 +jesuitic a 1 2 \ + 1 0 03076935 +jesuitical a 1 2 \ + 1 0 03076935 +jet a 1 1 & 1 0 00388849 +jet-black a 1 1 & 1 0 00388849 +jet-propelled a 1 1 \ 1 0 02752678 +jetting a 1 1 & 1 1 01240931 +jeweled a 1 1 & 1 1 00056660 +jewelled a 1 1 & 1 0 00056660 +jewish a 1 1 \ 1 1 02922263 +jewish-orthodox a 1 2 \ ; 1 0 02953420 +jiggered a 1 2 & ; 1 0 02358898 +jihadi a 1 1 \ 1 0 02752787 +jilted a 1 1 & 1 0 01463735 +jingling a 1 1 & 1 1 02010266 +jingly a 1 2 & + 1 0 02010266 +jingoistic a 1 2 & + 1 0 01740358 +jinxed a 1 2 & ; 1 0 01468850 +jittering a 1 1 & 1 0 00345860 +jittery a 2 3 & \ + 2 0 02752865 02406370 +jobless a 1 1 & 1 0 00865007 +jocose a 1 2 & + 1 1 01267076 +jocular a 1 2 & + 1 1 01267076 +jocund a 1 2 & + 1 0 01367651 +joined a 2 1 & 2 1 01481812 00567161 +joint a 3 3 ! & ^ 3 2 02111684 02152716 00238189 +jointed a 1 2 & ; 1 0 00153545 +joking a 1 1 & 1 0 01267076 +jolly a 1 2 & + 1 1 01367651 +jolted a 2 1 & 2 2 00088055 00086005 +jolting a 1 0 1 0 02243567 +jolty a 1 1 + 1 0 02243567 +jordanian a 1 2 \ + 1 0 03077235 +journalistic a 1 2 \ + 1 0 03077419 +jovial a 1 2 & + 1 1 01367651 +jovian a 2 2 \ + 2 0 03077765 03077599 +jowly a 1 2 & + 1 0 00987349 +joyful a 2 4 ! & ^ + 2 0 01363613 01367211 +joyless a 1 4 ! & ^ + 1 0 01368192 +joyous a 1 4 ! & ^ + 1 1 01366718 +jr. a 1 1 & 1 0 02101382 +jubilant a 2 2 & + 2 1 00704898 01367211 +judaic a 2 2 \ + 2 0 02922448 02922263 +judaical a 1 2 \ + 1 0 02922448 +judeo-christian a 1 1 \ 1 0 02952450 +judgmental a 1 3 ! & + 1 0 00648977 +judicable a 1 1 & 1 0 00739163 +judicial a 4 3 & \ + 4 1 01400961 02753205 02752987 00650135 +judicious a 1 2 & + 1 0 01898722 +jugular a 1 2 \ + 1 0 02852756 +juiceless a 2 2 ! & 2 0 01369404 02307729 +juicy a 4 4 ! & + ; 4 3 01368793 02132967 01871349 02132224 +julian a 1 2 \ + 1 0 03077930 +jumbled a 1 1 & 1 1 02425529 +jumbo a 1 1 & 1 0 01385773 +jumentous a 1 2 \ + 1 0 02753345 +jumped-up a 1 2 & ; 1 0 01850742 +jumpy a 2 2 & + 2 1 02406370 02243567 +jungian a 1 2 \ + 1 1 03033785 +jungly a 1 2 & + 1 0 02573987 +junior a 3 5 ! & ^ = + 3 2 02100709 01015185 01648891 +junior-grade a 1 1 & 1 1 02100968 +junoesque a 1 1 & 1 0 02139793 +jural a 1 1 & 1 0 01401105 +jurassic a 1 1 \ 1 0 02753478 +juridic a 2 1 \ 2 0 02753724 02752987 +juridical a 2 1 \ 2 0 02753724 02752987 +jurisdictional a 1 2 & + 1 0 02408793 +jurisprudential a 1 2 \ + 1 0 02753868 +juristic a 1 1 & 1 0 01401105 +jury-rigged a 1 1 & 1 0 01757211 +just a 4 5 ! & ^ = + 4 1 01369663 00958151 00956131 02036934 +justifiable a 1 2 & + 1 0 01722140 +justificative a 2 2 & + 2 0 01632066 00923790 +justificatory a 2 2 & + 2 0 01632066 00923790 +justified a 1 2 & ; 1 0 00910750 +jutting a 1 1 & 1 1 01353982 +juvenile a 2 3 & \ + 2 1 02892980 01492596 +juxtaposed a 1 1 & 1 0 00449769 +k a 1 1 & 1 0 02198752 +kabbalistic a 1 2 & + 1 0 00899738 +kafkaesque a 2 2 & \ 2 0 03134166 01942888 +kaleidoscopic a 1 2 & + 1 0 00345949 +kaleidoscopical a 1 2 & + 1 0 00345949 +kampuchean a 1 2 \ + 1 0 02968828 +kannada-speaking a 1 1 & 1 0 00498724 +kantian a 1 2 \ + 1 0 03033914 +kaput a 1 2 & ; 1 0 00735882 +karyokinetic a 1 2 \ + 1 0 03078076 +kashmiri a 1 2 \ + 1 0 03078234 +katabatic a 1 2 ! ; 1 0 00109782 +katabolic a 2 3 & \ + 2 0 02682699 00107984 +katari a 1 2 \ + 1 0 03107596 +katharobic a 1 2 \ ; 1 0 03021051 +kayoed a 1 1 & 1 0 00572714 +kazakhstani a 1 2 \ + 1 0 03078445 +kechuan a 1 2 \ + 1 0 03108623 +keel-shaped a 1 1 & 1 0 02148011 +keeled a 1 0 1 0 03153361 +keen a 5 3 & + ; 5 1 01744515 01511387 01123879 00803432 00802179 +keen-eyed a 1 1 & 1 0 00954064 +keen-sighted a 2 1 & 2 0 02158438 02157594 +kempt a 1 1 & 1 0 02427594 +kenyan a 1 2 \ + 1 0 03078586 +kept a 1 1 ; 1 0 00289799 +kept_up a 1 1 & 1 0 00737515 +key a 1 1 & 1 1 01277097 +keyed a 2 2 ! & 2 0 01371769 02437462 +keyless a 1 1 ! 1 0 01371911 +keynesian a 1 2 \ + 1 0 03034035 +khaki a 1 2 & + 1 1 00376821 +kid-glove a 1 1 & 1 0 00759169 +kidney-shaped a 1 1 & 1 0 02170546 +killable a 1 2 & + 1 1 00829041 +killing a 1 2 & ; 1 0 01267339 +kiln-dried a 1 1 & 1 0 02553725 +kin a 1 2 & + 1 0 01971846 +kinaesthetic a 1 2 \ + 1 0 02870453 +kind a 3 5 ! & ^ = + 3 1 01372049 01242282 01041209 +kind-hearted a 1 1 & 1 0 01373545 +kindhearted a 1 2 & + 1 0 01373545 +kindled a 1 1 & 1 1 00475625 +kindly a 2 2 & + 2 1 01372948 00226891 +kindred a 2 2 & + 2 1 02071782 01972479 +kinesthetic a 1 2 \ + 1 1 02870453 +kinetic a 3 3 & \ + 3 1 02893827 01563349 00809164 +king-size a 1 1 & 1 0 01388228 +king-sized a 1 1 & 1 0 01388228 +kinglike a 1 1 & 1 0 01591699 +kingly a 1 2 & + 1 0 01591699 +kinky a 3 2 & + 3 0 01597509 01030372 00609564 +kiplingesque a 1 1 \ 1 0 03034192 +kitschy a 1 1 & 1 0 00854413 +kittenish a 1 1 & 1 1 02123007 +kitty-corner a 1 1 & 1 0 01719507 +kitty-cornered a 1 1 & 1 0 01719507 +kiwi-sized a 1 1 & 1 0 02223559 +knackered a 1 2 & ; 1 0 02434115 +knavish a 1 1 & 1 0 00148078 +knee-deep a 1 1 & 1 1 00692154 +knee-length a 1 1 \ 1 0 03078753 +knifelike a 4 1 & 4 1 00802300 01744515 00803432 00780944 +knightly a 2 2 & + 2 1 01729157 00640106 +knitted a 1 1 & 1 0 02580267 +knobbed a 1 1 & 1 0 02313235 +knobbly a 1 2 & + 1 0 02141735 +knobby a 1 2 & + 1 0 02141735 +knock-down a 1 1 & 1 0 02323072 +knock-down-and-drag-out a 1 2 & ; 1 0 02512044 +knock-kneed a 1 1 & 1 0 01019587 +knockabout a 2 1 & 2 0 02279360 00707667 +knockdown a 1 2 & ; 1 0 00467737 +knockdown-dragout a 1 2 & ; 1 0 02512044 +knocked-out a 1 2 & ; 1 0 00680634 +knocked_out a 1 1 & 1 0 00572714 +knockout a 1 1 & 1 0 02322512 +knotted a 2 1 & 2 1 00254880 02313235 +knotty a 4 2 & + 4 1 00746451 02313235 02176841 00255720 +knowable a 1 2 ! + 1 0 01374582 +knowing a 4 2 & + 4 1 01307690 01338116 01307850 00830051 +knowledgeable a 3 2 & + 3 1 00830051 01307850 00936038 +known a 1 3 ! & ^ 1 1 01375174 +ko'd a 1 1 & 1 0 00572714 +kokka a 1 2 \ + 1 0 02924932 +kookie a 1 1 & 1 0 02074929 +kooky a 1 2 & + 1 0 02074929 +koranic a 1 2 \ + 1 0 02855055 +korean a 1 2 \ + 1 1 02967791 +kosher a 2 2 & ; 2 1 00427644 01880071 +kurdish a 1 1 \ 1 0 03078832 +kuwaiti a 2 2 \ + 2 0 03079151 03078975 +kyphotic a 1 2 & + 1 0 01019000 +kyrgyzstani a 1 1 \ 1 0 02963272 +l a 1 1 & 1 1 02191232 +l-shaped a 1 1 & 1 0 02148361 +la-di-da a 1 1 & 1 0 01850288 +labeled a 1 1 ! 1 1 01379705 +labelled a 1 0 1 0 01379705 +labial a 2 2 \ + 2 0 02754417 02754327 +labiate a 1 1 & 1 0 01704420 +labile a 2 2 & ; 2 0 01929062 00894879 +labor-intensive a 1 1 & 1 0 00837574 +labored a 2 1 & 2 0 01141468 00837415 +laboring a 1 1 & 1 0 00293376 +laborious a 1 2 & + 1 0 00836544 +laborsaving a 1 1 & 1 1 01197024 +labour-intensive a 1 1 & 1 0 00837574 +laboured a 2 1 & 2 0 01141468 00837415 +labouring a 1 1 & 1 0 00293376 +laboursaving a 1 1 & 1 0 01197024 +labyrinthian a 1 2 & + 1 0 02178628 +labyrinthine a 2 2 & \ 2 0 02947928 02178628 +laced a 2 2 ! & 2 1 00254516 01788994 +lacelike a 1 1 & 1 0 01796600 +lacerate a 2 1 & 2 0 02247295 01318937 +lacerated a 2 1 & 2 0 02247295 01318937 +lacertilian a 1 2 \ + 1 0 02853740 +lachrymal a 2 1 \ 2 0 02879044 02878902 +lachrymatory a 1 1 \ 1 0 02879152 +lachrymose a 1 1 & 1 0 01365239 +laciniate a 1 1 & 1 0 02247166 +lackadaisical a 2 1 & 2 0 00876204 00295011 +lacking a 2 1 & 2 1 00052012 00927832 +lackluster a 2 1 & 2 0 00808011 00284194 +lacklustre a 2 1 & 2 0 00808011 00284194 +laconic a 1 1 & 1 0 00547641 +lacrimal a 2 1 \ 2 0 02879044 02878902 +lacrimatory a 1 1 \ 1 0 02879152 +lactating a 1 1 & 1 1 02554267 +lacteal a 1 1 \ 1 0 02848948 +lactic a 1 1 \ 1 0 02848787 +lactogenic a 1 1 \ 1 0 02754543 +lacustrine a 1 1 \ 1 0 02994217 +lacy a 2 2 & + 2 1 01796600 02007067 +ladder-proof a 1 1 & 1 0 01775280 +laden a 2 1 & 2 1 01085661 00869972 +ladened a 1 1 & 1 1 01085661 +ladylike a 1 2 & + 1 1 01948721 +laggard a 1 1 & 1 0 00981067 +laic a 1 1 & 1 0 02057226 +laid a 1 1 & 1 1 01681307 +laid-back a 1 1 & 1 0 02408011 +laid-off a 1 1 & 1 0 00864884 +laid_low a 1 1 & 1 0 02545385 +laid_up a 1 1 & 1 1 02545484 +laissez-faire a 1 1 & 1 1 00297897 +lamarckian a 1 2 \ + 1 0 03013904 +lambent a 1 2 & + 1 0 00279332 +lamblike a 1 1 & 1 1 00696996 +lame a 2 2 & + 2 0 02325304 01018788 +lamellibranch a 1 1 & 1 0 02484078 +lamentable a 1 2 & + 1 0 01126841 +lamented a 1 1 ! 1 0 01379988 +lamenting a 1 1 & 1 0 01365785 +laminal a 1 2 & + 1 0 00208613 +laminar a 1 2 & + 1 0 00208613 +lamplit a 1 1 & 1 0 00271966 +lanate a 1 1 & 1 0 00214640 +lancastrian a 2 2 \ + 2 0 03079460 03079293 +lance-shaped a 1 1 & 1 0 02148109 +lancelike a 1 1 & 1 0 02168549 +lanceolate a 1 1 & 1 0 02168549 +lancet-shaped a 1 1 & 1 0 02148187 +lancinate a 1 1 & 1 0 00803432 +lancinating a 1 1 & 1 0 00803432 +landed a 1 1 ! 1 0 00269758 +landless a 1 1 ! 1 0 00269894 +landlocked a 1 1 & 1 1 00464068 +landlubberly a 1 2 & + 1 0 01566725 +landscaped a 1 1 & 1 1 01289083 +languid a 1 1 & 1 1 00876204 +languorous a 1 2 & + 1 0 00876204 +laniary a 1 1 \ 1 0 02677861 +lank a 2 1 & 2 0 01434841 00989647 +lanky a 2 2 & + 2 2 02385492 00989544 +lantern-jawed a 1 1 & 1 0 01875711 +lao a 1 1 \ 1 1 03079803 +laotian a 1 2 \ + 1 0 03079627 +lap-jointed a 1 1 & 1 0 00910885 +lap-strake a 1 1 ; 1 0 00316827 +lap-straked a 1 1 ; 1 0 00316827 +lap-streak a 1 1 ; 1 0 00316827 +lap-streaked a 1 1 ; 1 0 00316827 +lapidarian a 1 1 & 1 0 00317629 +lapidary a 1 1 \ 1 0 02829238 +lapsed a 1 1 & 1 1 01784602 +laputan a 2 3 & \ + 2 0 03079951 02498213 +larboard a 1 1 & 1 0 02033742 +large a 7 4 ! & = + 7 2 01382086 02163307 02016881 01114658 00579622 00527870 00173391 +large-cap a 1 1 \ 1 0 02754618 +large-capitalisation a 1 1 \ 1 0 02754618 +large-capitalization a 1 1 \ 1 0 02754618 +large-grained a 1 1 & 1 0 02231355 +large-headed a 1 1 & 1 0 01184183 +large-hearted a 1 1 & 1 0 01372948 +large-leafed a 1 1 & 1 0 01702253 +large-leaved a 1 1 & 1 0 01702253 +large-minded a 1 1 & 1 0 00286837 +large-mouthed a 1 1 & 1 0 01388327 +large-scale a 2 1 & 2 1 01388418 01388542 +larger a 1 1 & 1 1 01383756 +larger-than-life a 1 1 & 1 0 01386010 +larghetto a 1 1 & 1 0 00983304 +larghissimo a 1 1 & 1 0 00983401 +largish a 1 1 & 1 0 01383857 +largo a 1 2 & + 1 0 00983196 +larval a 2 3 & \ + 2 1 01490603 03014166 +laryngeal a 1 2 \ + 1 0 02881995 +laryngopharyngeal a 1 2 \ + 1 0 02882135 +lascivious a 1 2 & + 1 0 02133207 +lash-like a 1 1 \ 1 0 03015113 +lashing a 1 1 & 1 1 02512205 +last a 9 2 ! & 9 7 01730329 01013279 01010271 01412912 00004296 01579128 01212095 00349894 00230076 +last-ditch a 1 1 & 1 0 01579304 +last-minute a 1 1 & 1 1 01901649 +last-place a 1 1 & 1 0 00230076 +last_mentioned a 1 1 & 1 1 01047752 +lasting a 4 5 & ^ = + ; 4 2 01754421 01439496 01758339 02291500 +late a 7 5 ! & = + ; 7 6 00816481 01901186 01730444 00097674 00820721 00819235 01729819 +late-blooming a 1 1 & 1 0 01255530 +late-flowering a 1 1 & 1 0 01255530 +late-ripening a 1 1 & 1 0 01255715 +late-spring-blooming a 1 1 & 1 0 01254607 +lateen a 1 1 & 1 0 01093524 +lateen-rigged a 1 1 & 1 0 01093524 +latent a 2 3 & + ; 2 2 00044608 00038462 +later a 2 1 & 2 1 00123485 00819235 +lateral a 2 1 & 2 0 02441469 00778828 +latest a 2 1 & 2 1 00668366 00971506 +lathery a 1 2 \ + 1 0 02754839 +latin a 4 1 \ 4 1 03080101 03080492 03080351 03080238 +latin-american a 1 2 \ + 1 1 02754995 +latinate a 1 1 \ 1 0 02904691 +latino a 1 1 \ 1 0 03072158 +latish a 1 1 & 1 0 00817176 +latitudinal a 1 2 \ + 1 0 02904780 +latitudinarian a 1 3 & + ; 1 0 00287275 +latter a 1 2 ! & 1 1 01047561 +latter-day a 1 1 & 1 0 01732131 +latticed a 1 1 & 1 0 02006798 +latticelike a 1 1 & 1 0 02006798 +latvian a 1 2 \ + 1 0 02962818 +laudable a 1 2 & + 1 0 02585545 +laudatory a 1 2 & + 1 0 00906312 +laughable a 2 2 & + 2 0 02570643 01265308 +laughing a 1 1 & 1 0 01149358 +laureate a 1 1 & 1 0 01226809 +laureled a 1 1 ! 1 0 01381777 +laurelled a 1 0 1 0 01381777 +lavender a 1 1 & 1 1 00376917 +lavender-pink a 1 1 & 1 0 00377323 +lavender-tinged a 1 1 & 1 0 00377036 +lavish a 2 2 & + 2 1 01111965 02025274 +law-abiding a 1 1 & 1 0 01395821 +lawful a 4 5 ! & ^ = + 4 0 01395617 01959807 01407267 01401224 +lawfully-begotten a 1 1 & 1 0 01406853 +lawless a 3 2 & + 3 1 00600192 01396503 01396333 +lax a 4 5 ! & ^ + ; 4 1 00755482 02405160 02403671 00638841 +laxative a 1 2 ! & 1 0 00637857 +lay a 2 2 & + 2 1 02057226 01869975 +layered a 1 1 & 1 0 00208749 +lazy a 2 2 & + 2 2 00981304 00294579 +lead-colored a 1 1 & 1 0 00398482 +lead-coloured a 1 1 & 1 0 00398482 +lead-free a 1 1 & 1 0 01397251 +leaded a 3 3 ! & ; 3 1 01060304 01396800 01656129 +leaden a 5 2 & \ 5 2 00462249 01189853 02754012 00837756 00807667 +leading a 4 2 ! & 4 4 01472790 02339341 00198904 02490631 +leadless a 1 1 & 1 0 01397125 +leaf-like a 1 1 & 1 0 01702543 +leafed a 1 1 & 1 0 01702357 +leafless a 1 2 ! & 1 0 01703494 +leaflike a 1 1 & 1 0 01702543 +leafy a 1 3 ! & + 1 0 01700414 +leafy-stemmed a 1 1 & 1 0 00321535 +leakproof a 1 1 & 1 0 01398865 +leaky a 3 4 ! & ^ + 3 0 01397385 00592113 00496259 +leal a 1 2 & ; 1 0 00962135 +lean a 4 5 ! & ^ = + 4 1 00988232 02027003 02337188 01872374 +leaning a 1 1 & 1 1 01234527 +learned a 3 3 & + ; 3 2 02084358 00830051 01637032 +leased a 1 0 1 0 00360041 +least a 1 2 ! ; 1 1 01556061 +leather-leafed a 1 1 & 1 0 01702627 +leather-leaved a 1 1 & 1 0 01702627 +leathered a 1 1 & 1 1 02446070 +leatherlike a 1 1 & 1 0 02446070 +leathery a 1 2 & + 1 0 02446070 +leaved a 1 1 & 1 0 01702357 +leavened a 1 1 ! 1 1 01399748 +lebanese a 1 1 \ 1 0 03080619 +lecherous a 1 2 & + 1 0 02133431 +lee a 1 1 & 1 0 01400237 +leechlike a 1 1 & 1 0 00726723 +leering a 2 1 & 2 1 00225408 02133653 +leery a 1 2 & + 1 0 02464277 +leeward a 1 2 ! & 1 0 01400098 +left a 4 4 ! & ^ = 4 3 02032953 00926505 02029438 02030935 +left-eyed a 1 1 & 1 0 00954153 +left-hand a 2 1 & 2 1 02029438 02033323 +left-handed a 6 4 ! & ^ + 6 0 02029167 01408240 01406961 00442255 00103196 00063563 +left-of-center a 1 1 & 1 1 02031335 +left-slanting a 1 2 & ; 1 0 02284892 +left-wing a 1 1 & 1 0 02031335 +left_over a 1 1 & 1 1 00926505 +leftish a 1 1 & 1 0 02031248 +leftist a 1 1 & 1 0 02031335 +leftmost a 1 1 & 1 0 02033450 +leftover a 1 1 & 1 0 00926505 +legal a 5 7 ! & ^ \ = + ; 5 4 01400562 02754096 02499148 02754197 00852754 +legato a 1 2 ! ; 1 0 02294263 +legendary a 2 2 & + 2 1 01376355 01935744 +legged a 1 2 ! & 1 1 01429485 +leggy a 2 3 & + ; 2 1 02386002 02385851 +legible a 1 3 ! & + 1 0 01404702 +legion a 1 1 & 1 0 01552419 +legislative a 2 2 \ + 2 2 02829565 02829422 +legitimate a 4 3 ! & ^ 4 4 01406640 02499301 01636205 01401224 +legless a 1 1 ! 1 0 01430009 +leglike a 1 1 & 1 0 01429676 +leguminous a 1 2 \ + 1 0 02755190 +leibnitzian a 1 2 \ + 1 0 03034283 +leibnizian a 1 2 \ + 1 0 03034283 +leisured a 1 1 & 1 0 00295235 +leisurely a 1 2 & + 1 0 01272176 +lemon-scented a 1 1 & 1 0 01056558 +lemonlike a 1 1 & 1 0 02369460 +lemony a 1 2 & + 1 0 02369460 +lendable a 1 2 & + 1 0 00184676 +lengthened a 1 1 & 1 0 01434218 +lengthways a 1 1 & 1 0 01444813 +lengthwise a 1 2 ! & 1 0 01444813 +lengthy a 1 2 & + 1 1 01439155 +lenient a 3 2 & + 3 0 01763159 00711831 00437744 +lenitive a 1 2 & + 1 0 01341153 +lenten a 1 1 \ 1 0 03080756 +lentic a 1 2 ! ; 1 0 00259433 +lenticular a 1 1 & 1 0 00537745 +lentiform a 1 1 & 1 0 00537745 +lentiginose a 1 1 & 1 0 01788843 +lentiginous a 1 2 & + 1 0 01788843 +lentissimo a 1 1 & 1 0 00983119 +lento a 1 1 & 1 0 00983052 +leonardesque a 1 1 \ 1 0 03034487 +leonine a 1 1 \ 1 0 02755301 +lepidote a 1 2 & ; 1 0 02241247 +leprose a 1 2 & ; 1 0 02241247 +leprous a 1 2 \ + 1 0 02829711 +leptorhine a 1 0 1 0 01408593 +leptorrhine a 1 1 ! 1 0 01408593 +leptorrhinian a 1 0 1 0 01408593 +leptorrhinic a 1 0 1 0 01408593 +leptosporangiate a 1 1 ! 1 0 01409221 +lesbian a 1 2 & + 1 0 01202212 +less a 3 4 ! & ^ ; 3 1 01555416 02347371 01556913 +less-traveled a 1 1 & 1 0 01817155 +lessened a 2 1 & 2 1 01274945 01519580 +lesser a 2 2 ! & 2 1 01395488 01393681 +lethal a 1 2 & + 1 1 00993885 +lethargic a 1 4 ! & ^ + 1 0 00875712 +letter-perfect a 1 1 & 1 0 00632071 +lettered a 1 1 & 1 0 00830051 +levantine a 1 2 \ + 1 0 03080862 +level a 5 1 & 5 4 00910101 02302537 01233104 00911091 00892243 +level-headed a 1 1 & 1 0 01944088 +levelheaded a 1 1 & 1 1 01944088 +levitical a 1 2 \ + 1 0 02755399 +levorotary a 1 1 & 1 0 00442255 +levorotatory a 1 1 & 1 0 00442255 +lewd a 2 2 & + 2 1 00425740 02133207 +lexical a 2 2 \ + 2 1 02886629 02886869 +lexicalised a 1 1 \ 1 0 02755525 +lexicalized a 1 1 \ 1 0 02755525 +lexicographic a 1 1 \ 1 0 02909808 +lexicographical a 1 2 \ + 1 0 02909808 +lexicostatistic a 1 2 \ + 1 1 02881246 +li a 1 1 & 1 0 02191336 +liable a 4 2 & + 4 3 01411919 02366365 02362178 01997583 +libellous a 1 2 & + 1 0 01161233 +libelous a 1 2 & + 1 0 01161233 +liberal a 5 5 ! & ^ = + 5 4 00286837 02031473 00575230 01111418 00916199 +liberalistic a 1 2 & + 1 0 00575685 +liberated a 2 1 & 2 1 01058650 01063102 +liberian a 1 2 \ + 1 0 03081006 +libertine a 1 2 & + 1 0 01549568 +libidinal a 1 2 \ + 1 0 02945514 +libidinous a 1 2 & + 1 0 02133207 +libyan a 1 2 \ + 1 0 03081160 +licenced a 1 1 & 1 0 00178811 +licensed a 1 1 & 1 1 00178811 +licentious a 1 2 & + 1 0 00362269 +licit a 2 3 ! & + 2 0 01550438 01401224 +licked a 1 2 & ; 1 1 00694773 +lidded a 2 2 ! & 2 0 01446457 02441895 +lidless a 3 2 ! & 3 0 01446632 02442184 00092391 +liechtensteiner a 1 2 \ + 1 0 03081328 +liege a 1 2 & + 1 0 00962306 +lienal a 1 2 \ + 1 0 02801156 +life-and-death a 1 1 & 1 0 00656384 +life-giving a 1 1 & 1 0 01357484 +life-or-death a 1 1 & 1 0 00656384 +life-size a 1 1 & 1 1 01388655 +life-sized a 1 1 & 1 0 01388655 +life-support a 1 1 \ 1 0 02755634 +life-sustaining a 1 1 & 1 0 00902347 +life-threatening a 1 1 & 1 0 00651039 +lifeless a 4 2 & + 4 2 00097768 01087557 00119533 00100373 +lifelike a 2 1 & 2 2 01941026 00074594 +lifelong a 1 1 & 1 1 01440159 +lifesize a 1 1 & 1 0 01388655 +lifted a 1 1 & 1 1 01208221 +light a 25 6 ! & ^ = + ; 25 12 01186408 00408660 01193046 01190993 01190316 00269989 02320442 01182414 00503527 01906464 01192393 00712186 01191876 01191448 02544525 02414188 02401863 02337329 02165318 02121572 02121424 01188186 00993117 00693570 00361837 +light-armed a 2 1 & 2 0 01193275 00142704 +light-blue a 1 1 & 1 0 00377131 +light-boned a 1 1 & 1 0 02040519 +light-colored a 1 3 & ^ = 1 0 00408660 +light-duty a 1 2 ! & 1 1 01188058 +light-fingered a 1 1 & 1 0 00062740 +light-footed a 1 2 ! & 1 1 01192248 +light-green a 1 1 & 1 1 00375969 +light-haired a 1 2 & = 1 1 00243606 +light-handed a 1 1 & 1 0 00706800 +light-headed a 2 1 & 2 2 02544525 02120828 +light-hearted a 1 1 & 1 0 00363291 +light-minded a 1 2 & + 1 0 02121290 +light-sensitive a 1 1 & 1 0 02104727 +light-skinned a 1 1 & 1 0 00243515 +light-tight a 1 1 & 1 0 00434265 +lighted a 2 2 ! & 2 2 00475125 00271580 +lighter-than-air a 1 2 & ; 1 0 01187322 +lightheaded a 2 2 & + 2 0 02544525 02120828 +lighthearted a 1 2 & + 1 1 00363291 +lighting-up a 1 1 & 1 0 00272069 +lightless a 2 2 & + 2 0 02518229 00275985 +lightly-armed a 1 1 & 1 0 01193275 +lightly_armored a 1 1 & 1 0 00144244 +lightly_armoured a 1 1 & 1 0 00144244 +lightproof a 1 1 & 1 0 00434265 +lightsome a 2 2 & + 2 0 01192393 00363291 +lightweight a 2 2 & + 2 1 01186733 01281559 +ligneous a 1 3 & + ; 1 0 02576058 +lii a 1 1 & 1 0 02191427 +liii a 1 1 & 1 0 02191519 +likable a 2 3 & + ; 2 0 02376277 01461292 +like a 4 5 ! & ^ = + 4 3 01409581 01411065 01410606 02063554 +like-minded a 1 1 & 1 1 01410036 +likeable a 2 3 & + ; 2 0 02376277 01461292 +liked a 1 2 ! & 1 0 01461138 +likely a 4 5 ! & ^ = + 4 2 01411451 01413247 01884176 00645169 +lilac a 1 2 & + 1 1 00376917 +lilac-blue a 1 1 & 1 0 00377224 +lilac-colored a 1 1 & 1 0 00376917 +lilac-pink a 1 1 & 1 0 00377323 +lilac-purple a 1 1 & 1 0 00377438 +liliaceous a 1 2 \ + 1 0 02755772 +lilliputian a 3 4 & \ + ; 3 0 03081485 01392249 01280908 +lilting a 1 1 & 1 0 02020011 +lily-livered a 1 2 & ; 1 0 00265314 +lily-white a 2 1 & 2 0 01327680 00390461 +limacine a 1 1 \ 1 0 02755918 +limacoid a 1 1 \ 1 0 02755918 +limbed a 1 2 ! & 1 0 01414250 +limber a 3 1 & 3 0 01024228 01022926 01022785 +limbic a 1 1 \ 1 0 03011036 +limbless a 1 2 ! & 1 0 01414817 +limited a 7 3 ! & ^ 7 3 01415021 02002470 00529191 01913642 01532586 01103844 01007258 +limiting a 2 2 & ; 2 1 02004023 02004385 +limitless a 3 2 & + 3 1 01499269 01415605 01007657 +limnological a 1 2 \ + 1 0 02756025 +limp a 2 2 & + 2 1 01070002 02404081 +limpid a 3 3 & + ; 3 0 00432453 00431774 00429355 +lincolnesque a 1 1 \ 1 0 03034580 +lincolnian a 1 2 \ + 1 0 03034580 +lineal a 2 4 ! & ^ + 2 0 01416508 00658591 +linear a 5 4 ! & + ; 5 2 01417451 00658259 00110497 02168699 01445438 +lined a 3 2 ! & 3 2 00258797 02241543 01417941 +linelike a 1 1 & 1 0 00658680 +lingual a 2 2 \ + 2 1 02842445 02829826 +linguistic a 2 3 ! \ + 2 2 02842445 02843218 +lingulate a 1 1 & 1 0 02046736 +linked a 1 1 & 1 0 00567161 +linnaean a 1 2 \ + 1 0 02830010 +linnean a 1 2 \ + 1 0 02830010 +lionhearted a 1 1 & 1 0 00264178 +lip-shaped a 1 1 & 1 0 02148277 +lipless a 1 1 ! 1 0 01704675 +liplike a 1 1 & 1 0 01704420 +lipophilic a 1 2 & ; 1 0 00492477 +lipotropic a 1 2 & ; 1 0 00492477 +lipped a 1 2 ! & 1 1 01704073 +liquefiable a 1 2 & + 1 0 02261985 +liquefied a 2 1 & 2 0 02262173 01506526 +liquescent a 1 1 & 1 0 01079978 +liquid a 7 5 ! & ^ = + 7 3 02261386 02473371 00432453 01505991 01505041 01139832 00778017 +liquid-fueled a 1 1 & 1 0 01099051 +liquifiable a 1 2 & + 1 0 02261985 +liquified a 3 2 & ^ 3 0 01505991 02262173 01506526 +lissom a 1 1 & 1 0 01140290 +lissome a 1 2 & + 1 0 01140290 +listed a 1 1 ! 1 1 01418288 +listless a 2 2 & + 2 1 00876465 02281938 +lit a 2 1 & 2 1 00271580 00475125 +lite a 1 1 & 1 0 00993117 +literal a 4 4 ! & ^ + 4 2 02460964 00914983 01418789 01793674 +literary a 3 3 & \ + 3 1 02830501 01421368 01045518 +literate a 3 3 ! & ^ 3 1 01421602 01421077 00830381 +lithe a 1 2 & + 1 1 01140290 +lithe-bodied a 1 1 & 1 0 00628354 +lithesome a 1 1 & 1 0 01140290 +lithic a 2 1 \ 2 0 02830954 02830849 +lithographic a 1 1 \ 1 0 03081681 +lithomantic a 1 2 \ + 1 0 02911008 +lithophytic a 1 3 \ + ; 1 0 03022469 +lithuanian a 1 2 \ + 1 0 02962961 +litigious a 2 3 & \ + 2 0 02859221 00603804 +littered a 1 1 & 1 1 02424949 +little a 8 6 ! & ^ = + ; 8 5 01391351 01554510 01649031 01280908 01455732 02386612 01467534 00855670 +little-known a 1 1 & 1 0 01377407 +littler a 1 1 & 1 0 01394922 +littoral a 1 1 \ 1 0 02888659 +liturgical a 1 2 \ + 1 0 02994312 +liv a 1 1 & 1 0 02191616 +livable a 1 3 ! & + 1 1 01423676 +live a 11 6 ! & ^ = + ; 11 1 01422556 00099290 00094448 02010441 01424596 00843595 00806243 00667463 00667353 00358392 00041488 +live-bearing a 1 1 ; 1 0 02519029 +liveable a 1 2 & + 1 0 01423676 +liveborn a 1 1 & 1 0 00094799 +livelong a 1 1 & 1 0 00516231 +lively a 6 5 ! & ^ = + 6 1 00804695 02280333 00874226 00843595 00804371 00119006 +liver a 1 1 & 1 0 00398581 +liver-colored a 1 1 & 1 0 00398581 +liveried a 1 1 ! 1 0 01424238 +liverish a 2 1 & 2 0 02543149 01135269 +liverpudlian a 1 2 \ + 1 0 03081813 +livery a 1 2 & + 1 0 02543149 +livid a 4 3 & + ; 4 3 00404568 00272172 00115906 01318330 +living a 6 3 & \ ; 6 3 02756129 01941274 00005839 00928874 00928781 00099704 +livonian-speaking a 1 1 & 1 0 00498817 +load-bearing a 1 1 & 1 0 00217428 +loaded a 5 3 ! & ; 5 3 01085661 01424455 00285725 02022167 00798103 +loaded_down a 2 1 & 2 1 00869690 00868241 +loamless a 1 1 ! 1 0 01425435 +loamy a 1 2 ! + 1 0 01425300 +loath a 2 1 & 2 0 02566453 01293542 +loathly a 1 1 & 1 0 01625893 +loathsome a 2 2 & + 2 2 02560035 01625893 +lobar a 1 2 \ + 1 0 02934314 +lobate a 2 2 & \ 2 0 02934458 02172851 +lobated a 1 1 \ 1 0 02934458 +lobed a 1 1 & 1 0 02172851 +lobeliaceous a 1 2 \ + 1 0 02756234 +lobster-backed a 1 1 & 1 1 00456576 +lobular a 1 2 \ + 1 1 02948068 +local a 3 5 ! & \ + ; 3 2 01106405 02756346 01425529 +localised a 2 2 & ; 2 0 01425708 01108276 +localized a 2 2 & ; 2 0 01425708 01108276 +located a 1 1 & 1 1 02126430 +locker-room a 1 1 \ 1 0 02756620 +loco a 1 1 & 1 0 02074929 +locomotive a 1 2 \ + 1 0 02994448 +locomotor a 1 1 \ 1 0 02994448 +lofty a 3 2 & + 3 2 01588619 01205473 01285136 +logarithmic a 1 2 \ + 1 0 02994617 +loggerheaded a 1 1 & 1 0 00440292 +logical a 4 5 ! & ^ = + 4 2 01430111 02499301 00464513 01925708 +logistic a 1 2 \ + 1 1 02986218 +logistical a 1 2 \ + 1 0 02986218 +logogrammatic a 1 2 \ + 1 0 02756743 +logographic a 1 1 \ 1 0 02756743 +logy a 1 2 & + 1 0 00875962 +lone a 3 1 & 3 2 02251212 02250430 02214736 +lonely a 4 2 & + 4 2 02251212 00704360 02250430 01313649 +lonesome a 2 2 & + 2 0 02214736 00704360 +long a 9 6 ! & ^ = + ; 9 3 01437963 01433493 02386125 02005756 01444434 01444022 02274869 01895296 00015589 +long-acting a 1 1 & 1 1 01440331 +long-ago a 1 1 & 1 0 01640124 +long-armed a 1 1 & 1 0 00146609 +long-bodied a 1 1 & 1 0 00628432 +long-branched a 1 1 & 1 0 00614120 +long-chain a 1 1 \ 1 0 02830223 +long-dated a 1 2 & ; 1 0 01440422 +long-distance a 2 2 & \ 2 0 02756894 00446333 +long-faced a 1 1 & 1 0 00235731 +long-familiar a 1 1 & 1 1 00966167 +long-haired a 1 1 & 1 0 00214812 +long-handled a 1 1 & 1 0 01434966 +long-headed a 1 1 & 1 0 00262705 +long-jawed a 1 1 & 1 0 02597245 +long-lasting a 1 1 & 1 0 01439496 +long-legged a 1 1 & 1 1 02385851 +long-life a 1 1 & 1 0 01440641 +long-lived a 1 1 & 1 1 01439496 +long-play a 1 1 & 1 0 00981455 +long-playing a 1 1 & 1 0 00981455 +long-range a 2 1 & 2 2 01440889 01435060 +long-run a 1 1 & 1 1 01441000 +long-shanked a 1 1 & 1 1 02385851 +long-snouted a 1 1 & 1 0 01435189 +long-spurred a 1 1 ! 1 0 02596222 +long-stalked a 1 1 & 1 0 02386305 +long-staple a 1 1 & 1 0 01435290 +long-suffering a 1 1 & 1 0 01736384 +long-term a 1 1 & 1 1 01441000 +long-wearing a 1 1 & 1 0 02124096 +long-winded a 1 2 & + 1 1 00549236 +long-wool a 1 1 & 1 0 01435399 +long-wooled a 1 1 & 1 0 01435399 +longanimous a 1 2 & + 1 0 01736571 +longed-for a 1 1 & 1 0 02527489 +longhand a 1 1 & 1 1 02285739 +longish a 1 1 & 1 0 01440574 +longitudinal a 3 3 & \ + 3 0 02830345 01445558 01440776 +longsighted a 2 2 & + 2 0 02157594 01895296 +longstanding a 1 1 & 1 1 01441271 +longtime a 1 1 & 1 0 01640261 +look-alike a 1 1 & 1 0 01410118 +looking a 1 1 & 1 1 01874886 +loony a 1 2 & + 1 0 02074929 +loopy a 2 3 & \ + 2 0 02757100 02074929 +loose a 13 5 ! & ^ + ; 13 6 00503321 00600725 01446749 01634027 00916199 00638841 00159381 02404421 02232112 01998835 01739582 01062114 00361837 +loose-fitting a 1 1 & 1 0 01446991 +loose-jointed a 1 1 & 1 1 02404670 +loose-jowled a 1 1 & 1 1 00987349 +looseleaf a 1 1 & 1 0 00257579 +loosely_knit a 1 1 & 1 1 00451032 +loosened a 1 1 & 1 0 00256538 +looted a 1 1 & 1 1 01087757 +lop-eared a 1 1 & 1 1 00812521 +lopsided a 2 2 & + 2 0 02373868 02312450 +loquacious a 1 2 & + 1 0 02384077 +lordless a 1 1 & 1 0 00600879 +lordly a 2 2 & + 2 1 01591050 01891109 +lordotic a 1 2 & + 1 0 01020117 +lossless a 1 1 ! 1 0 01433386 +lossy a 1 2 ! + 1 0 01433267 +lost a 9 3 ! & ^ 9 6 01449564 01684133 01450969 01452266 01956855 00535170 02419159 01766133 01230616 +loth a 2 1 & 2 0 02566453 01293542 +lotic a 1 1 ! 1 0 00259329 +louche a 1 1 & 1 0 01984669 +loud a 3 5 ! & ^ = + 3 2 01452593 02393791 01458736 +loud-mouthed a 1 1 & 1 0 01453809 +loud-voiced a 1 1 & 1 1 01453896 +lousy a 3 3 & + ; 3 2 01127782 00422374 01587474 +loutish a 1 1 & 1 0 01949859 +louvered a 1 1 & 1 0 02509059 +lovable a 1 4 ! & ^ + 1 0 01459422 +loveable a 1 3 & ^ + 1 0 01459422 +loved a 1 3 ! & ^ 1 0 01461822 +loveless a 2 1 & 2 0 01466956 01463869 +lovelorn a 1 1 & 1 0 01463414 +lovely a 2 2 & + 2 2 00219809 01459755 +loverlike a 1 1 & 1 0 01466038 +loverly a 1 1 & 1 0 01466038 +lovesick a 1 2 & + 1 0 01150063 +lovesome a 1 1 & 1 0 01464700 +loving a 1 4 ! & ^ + 1 1 01463965 +low a 10 5 ! & ^ = + 10 6 01212469 01206474 01455888 01951008 01215421 00904745 02340458 02336759 01893303 00703615 +low-altitude a 1 1 & 1 0 01207145 +low-backed a 1 1 & 1 0 00200529 +low-beam a 1 1 & 1 0 00284816 +low-budget a 1 1 & 1 0 00934966 +low-cal a 1 1 & 1 0 00993117 +low-ceilinged a 1 1 & 1 1 01210080 +low-class a 1 3 & ^ = 1 1 00259568 +low-cost a 1 1 & 1 1 00935103 +low-cut a 2 1 & 2 0 01209210 00201259 +low-density a 2 1 & 2 0 01187503 00541823 +low-down a 2 2 & ; 2 1 00904745 00855158 +low-grade a 1 1 & 1 1 02347489 +low-growing a 1 1 & 1 0 01207007 +low-interest a 1 1 ! 1 0 01210581 +low-key a 1 1 & 1 0 02000406 +low-keyed a 1 1 & 1 0 02000406 +low-level a 4 3 & ^ = 4 1 01213000 00792991 02340878 01207145 +low-lying a 2 1 & 2 1 01207282 01219709 +low-necked a 1 1 & 1 0 01209210 +low-pitched a 2 2 & = 2 1 01215421 01235071 +low-powered a 1 1 & 1 0 01828130 +low-pressure a 1 1 & 1 0 00085139 +low-priced a 1 1 & 1 0 00935103 +low-resolution a 1 1 ! 1 0 01218207 +low-rise a 1 2 ! & 1 0 01218797 +low-set a 2 1 & 2 0 02386962 01207423 +low-spirited a 1 2 & + 1 0 00703615 +low-sudsing a 1 1 ! 1 1 01210375 +low-tech a 1 1 ! 1 0 01208919 +low-tension a 1 2 ! ; 1 0 01829980 +low-toned a 1 1 & 1 1 01455888 +low-voltage a 1 1 ; 1 0 01829980 +lowborn a 1 3 ! & ^ 1 0 01592642 +lowbred a 1 1 & 1 0 01950857 +lowbrow a 1 2 & + 1 0 01334075 +lowbrowed a 1 1 & 1 0 01334075 +lower-class a 1 4 ! & ^ = 1 1 00259568 +lower-middle-class a 1 1 & 1 1 00260973 +lower-ranking a 1 1 & 1 0 02100968 +lowercase a 1 3 ! & ^ 1 0 01467298 +lowered a 1 2 ! & 1 1 01208352 +lowering a 1 1 & 1 1 00462409 +lowermost a 1 1 & 1 0 02440881 +lowest a 1 1 & 1 0 00230076 +lowland a 1 2 ! & 1 0 01219603 +lowly a 4 1 & 4 2 02340458 02100968 02229961 01592857 +lowset a 1 1 & 1 0 01207423 +loyal a 3 4 ! & ^ = 3 1 00961392 01740207 00959244 +lubberly a 2 2 & + 2 0 02230080 01566725 +lubricated a 1 1 ! 1 0 02236645 +lubricious a 2 1 & 2 0 02235188 02133779 +lucent a 1 1 & 1 0 00279332 +lucid a 4 3 & + ; 4 1 00429355 02073970 01925708 00431774 +lucifugal a 1 1 \ 1 0 02757215 +lucifugous a 1 1 \ 1 0 02757215 +luckless a 1 2 & ^ 1 0 01468682 +lucky a 3 4 ! & ^ + 3 2 01049210 01468097 00177547 +lucrative a 1 1 & 1 0 01871774 +luculent a 1 2 & ; 1 0 00429355 +lucullan a 1 2 & + 1 0 02025274 +ludicrous a 2 1 & 2 1 01266397 02570643 +lugubrious a 1 2 & + 1 1 01366062 +lukewarm a 2 2 & + 2 2 02529581 00887472 +lumbar a 1 2 \ + 1 1 03014770 +lumbering a 1 1 & 1 0 01192786 +lumbosacral a 1 1 \ 1 0 03014941 +luminescent a 1 2 & + 1 1 00272410 +luminous a 1 2 & + 1 1 00279332 +lumpen a 1 1 & 1 0 00441272 +lumpish a 1 1 & 1 1 00441272 +lumpy a 2 2 & + 2 0 02141021 00912490 +lunar a 1 1 \ 1 1 02757316 +lunate a 1 1 & 1 0 02045473 +lunatic a 1 3 & + ; 1 1 02076234 +lung-like a 1 1 \ 1 0 02757863 +lunisolar a 1 1 \ 1 0 02757975 +lupine a 1 1 \ 1 0 02758124 +lurid a 4 2 & + 4 3 02512334 02101757 00282389 00405750 +luscious a 2 1 & 2 1 02132967 02396720 +lush a 3 2 & + 3 1 00015247 02025274 01369078 +lusitanian a 2 2 \ + 2 0 02959007 02958844 +lusterless a 2 2 & + 2 0 00808011 00284194 +lustful a 3 2 & + 3 0 02133779 02133207 01727133 +lustreless a 2 2 & + 2 0 00808011 00284194 +lustrous a 3 2 & + 3 0 01812237 01122269 00281657 +lusty a 2 2 & + 2 2 01727133 01171746 +luteal a 1 2 \ + 1 0 02758222 +lutheran a 2 2 \ ; 2 0 03034741 02955358 +luxe a 1 1 & 1 0 00850053 +luxembourgian a 1 2 \ + 1 0 02960832 +luxemburger a 2 1 \ 2 0 03082125 03081986 +luxuriant a 3 2 & + 3 0 01795933 01298239 00015247 +luxurious a 2 2 & + 2 1 01298239 02024928 +lv a 1 1 & 1 0 02191710 +lvi a 1 1 & 1 0 02191803 +lvii a 1 1 & 1 0 02191895 +lviii a 1 1 & 1 0 02191992 +lx a 1 1 & 1 0 02192184 +lxi a 1 1 & 1 0 02192284 +lxii a 1 1 & 1 0 02192376 +lxiii a 1 1 & 1 0 02192469 +lxiv a 1 1 & 1 0 02192567 +lxv a 1 1 & 1 0 02192662 +lxvi a 1 1 & 1 0 02192756 +lxvii a 1 1 & 1 0 02192849 +lxviii a 1 1 & 1 0 02192947 +lxx a 1 1 & 1 0 02193141 +lxxi a 1 1 & 1 0 02193249 +lxxii a 1 1 & 1 0 02193346 +lxxiii a 1 1 & 1 0 02193444 +lxxiv a 1 1 & 1 0 02193547 +lxxv a 1 1 & 1 0 02193647 +lxxvi a 1 1 & 1 0 02193746 +lxxvii a 1 1 & 1 0 02193844 +lxxviii a 1 1 & 1 0 02193947 +lxxx a 1 1 & 1 0 02194151 +lxxxi a 1 1 & 1 0 02194255 +lxxxii a 1 1 & 1 0 02194351 +lxxxiii a 1 1 & 1 0 02194448 +lxxxiv a 1 1 & 1 0 02194550 +lxxxv a 1 1 & 1 0 02194649 +lxxxvi a 1 1 & 1 0 02194747 +lxxxvii a 1 1 & 1 0 02194844 +lxxxviii a 1 1 & 1 0 02194946 +lying_in_wait a 1 1 & 1 0 02089811 +lymphatic a 1 2 \ + 1 0 02831031 +lymphoblast-like a 1 1 & 1 0 00327930 +lymphocytic a 1 2 \ + 1 0 02831143 +lymphoid a 1 1 \ 1 0 02831272 +lynx-eyed a 1 1 & 1 0 02158438 +lyonnaise a 1 1 & 1 0 00617678 +lyophilised a 1 1 & 1 0 01072908 +lyophilized a 1 1 & 1 0 01072908 +lyrate a 1 1 & 1 0 02168796 +lyre-shaped a 1 1 & 1 0 02148450 +lyric a 4 4 ! & \ ; 4 2 00856011 01468994 02856460 02856286 +lyrical a 2 2 & + 2 1 01501990 00856011 +lysogenic a 2 2 \ + 2 0 02831478 02831364 +m a 1 1 & 1 0 02198752 +macabre a 1 1 & 1 1 00195684 +macaronic a 1 1 \ 1 0 02758328 +macedonian a 1 2 \ + 1 0 03082253 +macerative a 1 2 \ + 1 0 02901331 +machiavellian a 1 2 \ + 1 0 03082394 +machine-accessible a 1 1 & 1 0 01650581 +machine-controlled a 1 1 & 1 0 00182086 +machine-driven a 1 1 & 1 0 00182086 +machine-made a 1 1 ! 1 0 00674196 +machine_readable a 1 2 \ ; 1 0 02902214 +machinelike a 1 1 & 1 1 01499999 +macho a 1 1 & 1 0 01483562 +macrencephalic a 1 2 \ + 1 0 02901491 +macrencephalous a 1 2 \ + 1 0 02901491 +macro a 1 1 & 1 0 01388928 +macrobiotic a 1 2 \ + 1 0 02983739 +macrocephalic a 1 2 \ + 1 0 02901649 +macrocephalous a 1 1 \ 1 0 02901649 +macrocosmic a 1 2 \ + 1 0 02903062 +macroeconomic a 1 2 \ + 1 0 02758500 +macromolecular a 1 2 \ + 1 1 02902361 +macroscopic a 2 1 & 2 0 02516316 01388809 +macroscopical a 2 1 & 2 0 02516316 01388809 +maculate a 2 1 & 2 0 01905552 00422546 +mad a 4 3 & + ; 4 3 00115193 02075321 02390724 02572038 +madagascan a 1 2 \ + 1 0 03082589 +madcap a 1 2 & ; 1 0 00326608 +maddened a 1 1 & 1 1 00114454 +maddening a 1 1 & 1 1 01809245 +made a 3 2 ! & 3 2 00672785 01469390 02332286 +made-to-order a 2 1 & 2 0 00672513 00672382 +made-up a 1 2 & ; 1 0 01739808 +magenta a 1 2 & + 1 0 00377524 +magenta_pink a 1 1 & 1 0 00377616 +maggoty a 1 2 & + 1 0 01069823 +magic a 1 1 & 1 1 01576071 +magical a 1 2 & + 1 1 01576071 +magisterial a 3 3 & \ + 3 0 02831596 00787595 00752110 +magna_cum_laude a 1 1 & 1 0 02586608 +magnanimous a 2 2 & + 2 0 01589045 01114658 +magnetic a 5 4 ! & \ + 5 2 02926188 01469677 01470813 01470298 00167077 +magnetised a 1 1 & 1 0 01469677 +magnetized a 1 1 & 1 0 01469677 +magnificent a 1 2 & + 1 1 01285376 +magnified a 1 1 & 1 1 00881177 +magniloquent a 1 2 & + 1 0 02017721 +magyar a 1 1 + 1 0 02961505 +mahogany-red a 1 1 & 1 0 00381525 +maiden a 1 1 & 1 0 01009343 +maidenlike a 1 1 & 1 0 01484651 +maidenly a 1 2 & + 1 0 01484651 +mail-cheeked a 1 1 & 1 0 00144408 +mail-clad a 1 1 & 1 0 00144510 +mailed a 1 1 & 1 0 00144510 +maimed a 1 1 & 1 0 01020282 +main a 3 2 & ; 3 1 01277426 00730215 01512527 +mainstreamed a 1 1 & 1 0 01326805 +maintainable a 1 2 & + 1 0 01963688 +maintained a 2 1 & 2 1 00737515 00737801 +majestic a 3 2 & + 3 2 02339791 01285136 01591394 +major a 8 5 ! & = + ; 8 5 01472628 01471538 01471002 01472351 01472098 01473680 01471848 02100236 +majuscular a 1 2 & + 1 0 01474196 +majuscule a 2 3 ! & ^ 2 0 01473996 01467919 +make-believe a 1 2 & + 1 0 01937759 +makeshift a 1 2 & + 1 1 01757211 +maladaptive a 1 2 ! & 1 0 00046673 +maladjusted a 3 3 ! & ; 3 0 00351818 01584017 00351420 +maladjustive a 1 1 & 1 0 00046955 +maladroit a 1 4 ! & ^ + 1 1 00063277 +malapropos a 1 4 ! & ^ = 1 0 00138622 +malarial a 1 2 \ + 1 0 03082745 +malawian a 1 2 \ + 1 0 03082875 +malay a 1 2 \ + 1 0 03083069 +malayan a 2 2 \ + 2 0 03083417 03083069 +malayo-polynesian a 1 1 \ 1 0 02758610 +malaysian a 1 2 \ + 1 0 03083417 +malcontent a 1 2 & + 1 0 00589960 +male a 3 6 ! & ^ = + ; 3 1 01476685 01483677 01477077 +maledict a 1 1 & 1 0 00669853 +malefic a 1 1 & 1 0 00224515 +maleficent a 1 5 ! & ^ = + 1 0 00224166 +malevolent a 2 2 & + 2 0 00225564 00224515 +malformed a 1 1 & 1 1 02141298 +malfunctioning a 1 2 ! & 1 0 01092142 +malian a 1 2 \ + 1 0 03083678 +malicious a 1 3 ! & + 1 0 00224731 +malign a 2 5 ! & ^ = + 2 1 00227003 00224515 +malignant a 1 4 ! & + ; 1 0 02594714 +malleable a 2 2 & + 2 0 02451551 02144436 +malnourished a 1 2 ! & 1 0 02300914 +malodorous a 1 3 ! & + 1 0 01053144 +malodourous a 1 1 & 1 0 01053144 +malposed a 1 1 & 1 1 02313454 +malted a 1 2 ! < 1 0 03150301 +maltese a 1 1 \ 1 0 03083842 +malthusian a 1 2 \ + 1 0 03084010 +maltreated a 1 1 & 1 0 00017352 +mammalian a 1 2 \ + 1 1 02832272 +mammary a 1 2 \ + 1 0 02893994 +mammoth a 1 2 & + 1 1 01386538 +man-made a 1 2 & ; 1 0 01573568 +man-portable a 1 1 & 1 0 01525984 +man-sized a 2 2 & ; 2 0 01476046 01389022 +man-to-man a 2 2 & ; 2 0 00765410 00494198 +manageable a 2 4 ! & ^ + 2 0 01474513 01821690 +managerial a 1 2 \ + 1 0 02904223 +manchurian a 1 2 \ + 1 0 02969060 +mancunian a 1 2 \ + 1 0 03084196 +mandaean a 1 1 \ 1 0 02758750 +mandatory a 1 2 & + 1 1 00848466 +mandean a 1 1 \ 1 0 02758750 +mandibular a 1 2 \ + 1 0 02877910 +mandibulate a 1 1 \ 1 0 02758935 +mandibulofacial a 1 1 \ 1 0 02878045 +maneuverable a 1 2 & + 1 0 01523249 +manful a 2 3 & ^ + 2 0 01475831 01483677 +mangey a 1 2 & + 1 0 02582269 +mangled a 1 1 & 1 1 01318937 +mangy a 1 2 & + 1 0 02582269 +maniac a 1 2 & + 1 0 02076416 +maniacal a 1 2 & + 1 1 02076416 +manic a 1 2 & + 1 1 02391003 +manic-depressive a 1 2 & + 1 0 02076557 +manichaean a 2 2 \ + 2 0 02947252 02759009 +manichean a 1 2 \ + 1 0 02759009 +manichee a 1 1 \ 1 0 02759009 +maniclike a 1 1 & 1 1 02076713 +manifest a 1 1 & 1 0 01618376 +manifold a 1 1 & 1 1 02218314 +manipulable a 1 4 & ^ = + 1 0 02451113 +manipulative a 1 2 & + 1 0 00149461 +manky a 1 2 & ; 1 0 02502901 +manlike a 3 2 & ^ 3 0 01475831 01483677 01259015 +manly a 2 4 ! & ^ + 2 0 01475831 01483677 +manned a 1 1 ! 1 1 01479805 +mannered a 1 1 & 1 0 00074094 +mannerly a 1 2 & + 1 0 00641343 +mannish a 2 1 & 2 0 01485828 01483950 +manoeuvrable a 1 2 & + 1 0 01523249 +manorial a 1 2 \ + 1 0 03084397 +manque a 1 1 & 1 0 00104825 +mansard a 1 2 & + 1 0 01221875 +mantic a 1 1 & 1 1 01882754 +mantled a 1 1 & 1 0 01695505 +manual a 3 3 ! & \ 3 0 02759190 00182843 02557023 +manufactured a 1 1 & 1 1 00675368 +manx a 1 2 \ + 1 0 03084548 +many a 1 4 ! & ^ = 1 1 01551633 +many-chambered a 1 1 & 1 0 02481870 +many-lobed a 1 1 & 1 0 00239668 +many-sided a 3 1 & 3 0 00237240 02506922 00407654 +many_a a 1 1 & 1 1 01552255 +many_an a 1 1 & 1 0 01552255 +many_another a 1 1 & 1 1 01552255 +maoist a 1 1 \ 1 0 02759290 +maple-like a 1 1 & 1 0 00614200 +maplelike a 1 1 & 1 0 00614200 +marauding a 1 1 & 1 0 01629832 +marbled a 1 1 & 1 0 01789117 +marbleised a 1 1 & 1 0 01789117 +marbleized a 1 1 & 1 1 01789117 +marched_upon a 1 1 < 1 1 03150569 +marginal a 4 2 & + 4 2 00331889 01496311 02563466 01872486 +marian a 1 2 \ + 1 0 03034903 +marine a 5 3 & \ ; 5 1 02887899 02889746 02888000 01380721 00124353 +marital a 1 1 \ 1 1 02852920 +maritime a 2 2 & \ 2 0 02889746 00463399 +marked a 3 2 ! & 3 3 01287808 00580684 01480186 +marked-up a 1 1 & 1 0 01405390 +marketable a 3 2 & + 3 1 02061998 02062133 00877119 +markovian a 1 2 \ + 1 0 02994754 +marly a 1 2 \ + 1 0 02995039 +marmoreal a 1 2 \ + 1 0 02994872 +marmorean a 1 2 \ + 1 0 02994872 +maroc a 1 1 \ 1 0 03024420 +maroon a 1 1 & 1 1 00377702 +maroon-purple a 1 1 & 1 0 00377802 +maroon-spotted a 1 1 & 1 0 01789279 +marooned a 1 1 & 1 0 02251576 +marred a 1 1 & 1 0 00246727 +marriageable a 1 2 & + 1 0 01489325 +married a 2 4 ! & ^ \ 2 1 01481612 02852920 +marshy a 1 2 & + 1 0 02548066 +marsupial a 1 1 \ 1 0 02995373 +martial a 3 1 & 3 1 01518694 01518860 01517526 +martian a 1 2 \ + 1 1 02939406 +marvellous a 3 2 & + 3 0 01676517 01576551 00646117 +marvelous a 3 2 & + 3 2 01676517 00646117 01576551 +marxist a 1 1 \ 1 1 02875282 +marxist-leninist a 1 1 \ 1 0 02875374 +masculine a 3 5 ! & ^ + ; 3 2 01486084 01483324 02319922 +masked a 2 1 & 2 0 01707230 01481014 +masochistic a 1 2 ! + 1 0 02057681 +masonic a 2 2 \ + 2 0 02895418 02895268 +masoretic a 1 2 \ + 1 0 02895565 +mass a 1 1 & 1 0 00467240 +mass-produced a 1 1 & 1 0 00675473 +mass-spectrometric a 1 1 \ 1 1 02918615 +mass_spectroscopic a 1 2 \ + 1 0 02918490 +massive a 4 2 & + 4 1 01389170 02263875 01389451 01185916 +masted a 1 1 \ 1 1 02895668 +master a 1 1 & 1 0 01277426 +mastered a 1 1 & 1 0 01750617 +masterful a 1 1 & 1 0 02226979 +masterless a 1 1 & 1 0 00600879 +masterly a 1 2 & + 1 1 02226979 +mastoid a 2 2 \ + 2 0 02853534 02853434 +mastoidal a 1 0 1 0 02853434 +mat a 1 1 & 1 0 00283972 +matched a 2 3 ! & ^ 2 1 00513048 01486489 +matching a 2 1 & 2 2 01486854 01486704 +matchless a 1 1 & 1 0 00505410 +mated a 3 3 ! & ^ 3 0 01482956 01486960 01481932 +mateless a 2 1 & 2 0 01483251 01482658 +material a 6 5 ! & ^ = + 6 4 02577734 00626800 01487627 01779193 00629997 00625393 +materialistic a 2 2 & + 2 0 02577907 00260780 +maternal a 4 6 ! & ^ \ = + 4 1 01734884 02759367 01722529 01972349 +maternalistic a 1 2 & + 1 0 01735130 +matey a 1 3 & + ; 1 0 01075524 +mathematical a 5 4 & \ + ; 5 1 02937876 02230795 01918771 01822933 00915141 +matriarchal a 1 4 ! & ^ + 1 0 01738335 +matriarchic a 1 1 & 1 0 01738495 +matricentric a 1 1 & 1 0 01738663 +matrilineal a 1 1 & 1 0 01416809 +matrilinear a 1 1 & 1 0 01416809 +matrimonial a 1 2 \ + 1 0 02852920 +matronly a 1 2 & + 1 0 01485254 +matt a 1 2 & + 1 0 00283972 +matte a 1 2 & + 1 0 00283972 +matted a 2 1 & 2 1 00255918 00283972 +matter-of-course a 1 1 & 1 0 00930170 +matter-of-fact a 2 1 & 2 0 02018649 01835409 +maturational a 1 2 \ + 1 0 02979722 +mature a 5 5 ! & ^ = + 5 3 01491775 00742316 01488245 01493173 01095914 +matured a 2 1 & 2 0 01489085 00742316 +matutinal a 1 1 \ 1 0 02759480 +maudlin a 1 1 & 1 0 00854413 +mauritanian a 1 2 \ + 1 0 03084759 +mauritian a 1 2 \ + 1 0 03084759 +mauve a 1 2 & + 1 1 00377890 +mauve-blue a 1 1 & 1 0 00378002 +mauve-pink a 1 1 & 1 0 00378084 +maverick a 1 2 & + 1 0 00607202 +mawkish a 1 2 & + 1 0 00854413 +maxi a 1 2 ! ; 1 0 01433081 +maxillary a 1 2 \ + 1 0 02878147 +maxillodental a 1 1 \ 1 0 02878252 +maxillofacial a 1 2 \ ; 1 0 02878368 +maxillomandibular a 1 1 \ 1 0 02878580 +maximal a 1 2 ! & 1 1 01495725 +maximising a 1 1 & 1 0 02536026 +maximizing a 1 1 & 1 0 02536026 +maximum a 1 2 ! & 1 1 01495725 +mayoral a 1 2 \ + 1 0 03085072 +mazed a 1 1 & 1 0 01766133 +mazy a 1 2 & + 1 0 02178628 +meager a 1 5 ! & ^ = + 1 1 00106456 +meagerly a 1 3 & ^ = 1 0 00106456 +meagre a 1 4 & ^ = + 1 0 00106456 +mealy a 2 3 & \ + 2 0 02759910 02231502 +mealy-mouthed a 1 1 & 1 0 00768927 +mealymouthed a 1 1 & 1 0 00768927 +mean a 8 3 & + ; 8 3 01594146 01587787 01589650 02227663 02025718 01113807 01112969 00905039 +meandering a 1 1 & 1 1 00763407 +meaning a 1 1 & 1 0 01497387 +meaningful a 1 4 ! & ^ + 1 1 01496976 +meaningless a 1 4 ! & ^ + 1 1 01497736 +meanspirited a 2 2 & ^ 2 0 01115081 01589650 +measly a 1 1 & 1 0 00107384 +measurable a 2 4 ! & = + 2 2 01498769 01279310 +measured a 4 2 & ; 4 0 02931947 02020310 01337939 01271961 +measureless a 1 1 & 1 0 01499269 +meat-eating a 1 2 & ; 1 0 00313701 +meatless a 1 1 ! 1 0 01499602 +meaty a 2 3 ! & + 2 1 01499457 01497245 +mechanic a 1 1 & 1 0 01500247 +mechanical a 3 4 ! & \ + 3 3 01499686 02891236 02890983 +mechanically_skillful a 1 1 \ 1 0 02891236 +mechanised a 2 1 & 2 0 01523450 01500555 +mechanistic a 2 3 & \ + 2 1 01500416 02911112 +mechanized a 2 1 & 2 1 01500555 01523450 +mecopterous a 1 2 \ + 1 0 02760011 +meddlesome a 1 2 & + 1 0 01352561 +meddling a 1 1 & 1 1 01352561 +mediaeval a 2 2 & \ 2 0 02989754 01537448 +medial a 2 2 & + 2 0 00779133 00331030 +median a 3 3 & + ; 3 1 01594472 00779133 00331030 +mediate a 2 4 ! & = + 2 0 00770756 01014953 +mediated a 1 1 & 1 0 00771203 +mediatorial a 1 1 \ 1 0 02989921 +mediatory a 1 1 \ 1 0 02990035 +medical a 3 3 ! \ + 3 3 02760116 01168988 02607455 +medicative a 1 2 & + 1 0 01166656 +medicinal a 1 2 & + 1 0 01166656 +medicolegal a 1 1 \ 1 0 02760615 +medieval a 3 2 & \ 3 2 02989754 01537448 01729157 +mediocre a 3 2 & + 3 0 02347564 01673061 01128253 +meditative a 1 2 & + 1 1 02419434 +mediterranean a 1 2 \ + 1 0 03085213 +medium a 2 1 & 2 1 01531957 00617752 +medium-dry a 1 1 & 1 0 02368147 +medium-large a 1 1 & 1 0 01389634 +medium-size a 1 1 & 1 0 02223659 +medium-sized a 1 1 & 1 0 02223659 +medullary a 3 2 \ + 3 0 02761053 02760940 02760820 +medullated a 1 1 \ 1 0 02766699 +medusoid a 1 1 \ 1 0 02761162 +meek a 3 2 & + 3 1 01893510 02328916 00789494 +meet a 1 1 & 1 0 01370141 +megakaryocytic a 1 2 \ + 1 1 03012477 +megalithic a 1 2 \ + 1 0 03085394 +megaloblastic a 1 2 \ + 1 0 03012599 +megalomaniacal a 1 2 & + 1 0 01584569 +megalomanic a 1 2 & + 1 0 01584569 +megascopic a 1 1 & 1 0 02516435 +meiotic a 1 2 \ + 1 0 02763423 +melancholic a 1 2 & + 1 0 01362684 +melancholy a 2 1 & 2 1 01362684 00365261 +melanesian a 1 1 \ 1 0 02863959 +meliorative a 1 2 & + 1 0 00232385 +mellifluous a 1 1 & 1 0 01501821 +mellisonant a 1 1 & 1 0 01501821 +mellow a 5 2 & + 5 0 02408011 01493636 01492061 01156302 00799224 +mellowed a 2 1 & 2 0 01493636 01492061 +melodic a 2 2 & \ 2 1 01501113 02864068 +melodious a 2 3 ! & + 2 1 01502195 01501113 +melodramatic a 2 2 & + 2 1 00795078 00796337 +meltable a 1 2 & + 1 0 02265594 +melted a 1 3 ! & ^ 1 0 01505991 +melting a 1 1 & 1 1 01079978 +membered a 1 3 ! & ; 1 0 01502507 +memberless a 1 1 ! 1 0 01503886 +membrane-forming a 1 1 & 1 0 01177704 +membranous a 2 3 & \ + 2 0 03085572 01177704 +memorable a 1 1 & 1 1 01040752 +menacing a 1 1 & 1 1 00194357 +mendacious a 2 2 & + 2 1 01226129 02462089 +mendelian a 1 2 \ + 1 0 03085715 +mendicant a 1 2 & + 1 0 00714437 +menial a 1 1 & 1 1 02229961 +meningeal a 1 2 \ + 1 0 02761251 +menopausal a 1 2 \ + 1 0 02761349 +mensal a 1 1 \ 1 0 02932161 +menstrual a 1 1 \ 1 0 02879273 +mensurable a 2 2 = ; 2 0 02931947 01498769 +mensural a 2 2 \ ; 2 0 02932081 02931947 +mental a 5 5 ! & \ + ; 5 2 01779986 02898750 02734914 02734776 01177899 +mentally_ill a 1 1 & 1 1 02076817 +mentholated a 1 1 \ 1 0 03085877 +mephistophelean a 1 2 & + 1 0 01133374 +mephistophelian a 1 2 & + 1 0 01133374 +mephitic a 1 2 & + 1 0 01054204 +mercantile a 3 2 & \ 3 0 02995482 00483816 00483650 +mercenary a 3 2 & + 3 0 02577907 01709081 00483816 +mercerised a 1 1 < 1 0 03150670 +mercerized a 1 1 < 1 0 03150670 +merchantable a 1 1 & 1 0 02062133 +merciful a 2 4 ! & ^ + 2 1 01507134 01142196 +merciless a 1 4 ! & ^ + 1 1 01507402 +mercurial a 4 3 & \ + 4 1 00345189 02866674 02866448 02866278 +mercuric a 1 3 \ + ; 1 0 02763520 +mercurous a 1 3 \ + ; 1 0 02763520 +mercury-contaminated a 1 1 & 1 0 01909628 +mere a 2 1 & 2 2 01099707 01792573 +meretricious a 3 4 & \ + ; 3 0 02763684 02393791 02182302 +merged a 1 1 & 1 0 02477557 +merging a 1 1 & 1 0 00612383 +meridian a 2 3 & \ + 2 0 02866183 01489557 +meridional a 2 3 & \ + 2 0 02763824 01605445 +meritable a 1 2 & + 1 0 02586747 +merited a 1 2 ! & 1 0 01371137 +meritless a 1 1 & 1 0 02502578 +meritocratic a 1 2 \ + 1 0 03086002 +meritorious a 1 2 & + 1 1 02586747 +merovingian a 1 1 \ 1 0 02761455 +merry a 3 2 & + 3 2 01367651 01367431 00874226 +mesenteric a 1 2 \ + 1 1 03009476 +meshed a 2 1 & 2 0 02007225 01100817 +meshuga a 1 2 & ; 1 0 01837025 +meshugga a 1 2 & ; 1 0 01837025 +meshugge a 1 2 & ; 1 0 01837025 +meshuggeneh a 1 3 & + ; 1 0 01837025 +meshuggener a 1 2 & ; 1 0 01837025 +mesial a 1 3 ! & ; 1 0 00778958 +mesic a 2 5 ! & \ + ; 2 0 02995161 02589551 +mesmeric a 1 2 & + 1 0 00168188 +mesmerised a 1 1 & 1 0 00865848 +mesmerized a 1 1 & 1 0 00865848 +mesmerizing a 1 1 & 1 0 00168188 +mesoamerican a 1 2 \ + 1 0 02866825 +mesoblastic a 1 2 \ + 1 0 02866976 +mesodermal a 1 2 \ + 1 0 02866976 +mesolithic a 1 1 \ 1 0 03089951 +mesomorphic a 1 4 ! & + ; 1 0 00828336 +mesonic a 1 3 \ + ; 1 0 02995161 +mesophytic a 1 2 & + 1 0 02589730 +mesozoic a 1 1 \ 1 0 02867141 +messianic a 1 2 \ + 1 0 02867242 +messy a 1 2 & + 1 1 02426042 +metabolic a 2 4 ! \ + ; 2 1 02975096 01508444 +metabolous a 1 2 + ; 1 0 01508444 +metacarpal a 1 2 \ + 1 0 03086167 +metacentric a 2 3 \ + ; 2 0 03140494 03140338 +metagrabolised a 1 1 & 1 0 01766550 +metagrabolized a 1 1 & 1 0 01766550 +metagrobolised a 1 1 & 1 0 01766550 +metagrobolized a 1 1 & 1 0 01766550 +metal a 1 1 & 1 1 01527420 +metal-colored a 1 1 & 1 0 00398677 +metal-coloured a 1 1 & 1 0 00398677 +metal-cutting a 1 1 & 1 0 00802397 +metal-looking a 1 1 & 1 0 01528946 +metallic a 1 3 ! & + 1 1 01527420 +metallic-colored a 1 1 & 1 0 00398677 +metallic-coloured a 1 1 & 1 0 00398677 +metallic-looking a 1 1 & 1 0 01528946 +metallike a 1 1 & 1 0 01528946 +metalloid a 1 1 & 1 0 01529479 +metallurgic a 1 2 \ + 1 0 03086294 +metallurgical a 1 2 \ + 1 0 03086294 +metameric a 1 3 & + ; 1 0 02481951 +metamorphic a 2 4 ! & \ + 2 0 02951869 01529643 +metamorphous a 2 4 & \ + ; 2 0 02951869 01530801 +metaphoric a 1 2 & + 1 0 01419784 +metaphorical a 1 2 & + 1 0 01419784 +metaphysical a 3 3 & \ + 3 2 02865814 01576729 00862067 +metastable a 1 2 \ ; 1 0 02865963 +metastatic a 1 2 \ + 1 0 02975216 +metatarsal a 1 2 \ + 1 0 03086476 +meted_out a 1 1 & 1 1 00540236 +meteoric a 3 3 & \ + 3 0 02865479 02865315 00979234 +meteoritic a 1 2 \ + 1 1 02980416 +meteoritical a 1 2 \ + 1 0 02980416 +meteorologic a 1 2 \ + 1 0 02865479 +meteorological a 1 2 \ + 1 1 02865479 +methodical a 1 2 & + 1 1 01668567 +methodist a 1 2 \ ; 1 1 02955562 +methodological a 1 2 \ + 1 0 02943463 +methylated a 1 1 \ 1 0 03086603 +meticulous a 2 2 & + 2 0 01838529 00984879 +metonymic a 1 2 & + 1 0 01419999 +metonymical a 1 2 & + 1 0 01419999 +metric a 2 4 & \ + ; 2 0 02995636 02020310 +metrical a 2 4 & \ + ; 2 0 02995636 02020310 +metrological a 1 2 \ + 1 0 02763927 +metropolitan a 1 2 \ + 1 1 02865172 +mettlesome a 2 2 & + 2 0 02280457 00263994 +mexican a 1 2 \ + 1 1 03026902 +miasmal a 1 2 & + 1 0 00462546 +miasmic a 2 2 & + 2 0 01054204 00462546 +micaceous a 1 2 \ + 1 0 02764031 +michelangelesque a 1 1 \ 1 0 03035021 +micro a 1 1 & 1 0 01393976 +microbial a 1 2 \ + 1 1 03014485 +microbic a 1 1 \ 1 0 03014485 +microcephalic a 1 2 \ + 1 0 02901806 +microcephalous a 1 2 \ + 1 0 02901806 +microcosmic a 1 1 \ 1 0 02902744 +microcrystalline a 1 1 & 1 0 00269241 +microeconomic a 1 1 \ 1 0 02764159 +microelectronic a 1 2 \ + 1 0 02902068 +micrometeoric a 1 1 \ 1 0 02902883 +micrometeoritic a 1 2 \ + 1 1 02980583 +micropylar a 1 1 \ 1 0 02902976 +microscopic a 4 3 & \ + 4 1 02918844 02516570 01838772 01393822 +microscopical a 3 3 & \ + 3 0 02918844 02516570 01393822 +microsomal a 1 2 \ + 1 1 03019219 +mid a 1 1 & 1 1 00816324 +mid-atlantic a 1 1 & 1 0 00827327 +middle a 4 4 ! & = ; 4 4 01014953 00330506 00820458 00815941 +middle-aged a 1 1 & 1 1 01646021 +middle-class a 1 3 ! & = 1 1 00260430 +middle-level a 1 1 & 1 1 02341014 +middle-of-the-road a 2 1 & 2 0 02031810 01532653 +middle_atlantic a 1 1 & 1 1 00827327 +middle_eastern a 1 1 \ 1 0 02626379 +middlemost a 1 1 & 1 0 00331167 +middling a 1 1 & 1 0 01673061 +midget a 1 1 & 1 0 01392249 +midi a 1 2 ! ; 1 0 01432894 +midland a 1 1 & 1 0 00463917 +midmost a 1 1 & 1 0 00331167 +midway a 1 1 & 1 1 00330506 +midweekly a 1 2 & + 1 0 01970322 +midwestern a 1 1 & 1 1 00826403 +miffed a 1 1 & 1 0 01806106 +mighty a 1 2 & + 1 1 01826575 +migrant a 1 2 & + 1 0 02127815 +migrational a 1 2 \ + 1 0 02895861 +migratory a 2 3 ! & + 2 0 02129007 02127815 +milanese a 1 1 \ 1 0 02970576 +milch a 1 1 \ 1 0 03086712 +mild a 3 5 ! & ^ = + 3 1 01508719 01893510 00438332 +mild-mannered a 1 1 & 1 1 01509262 +mild-tasting a 1 1 & 1 0 02398051 +militant a 3 2 & + 3 2 01742715 00083003 01742537 +militarised a 1 1 & 1 0 00142825 +militaristic a 1 2 & + 1 0 01518577 +militarized a 1 1 & 1 0 00142825 +military a 3 3 ! & \ 3 3 02764251 01518386 01517081 +milk-sick a 1 1 & 1 0 02545592 +milk-white a 1 1 & 1 0 00390539 +milkless a 1 1 & 1 0 02554663 +milklike a 1 1 & 1 0 00434384 +milky a 1 2 & + 1 0 00434384 +milled a 1 1 & 1 0 01952153 +millenarian a 1 1 \ 1 0 02865018 +millenary a 2 2 \ + 2 0 03086852 02864699 +millennial a 1 2 \ + 1 0 02864824 +millennian a 1 2 \ + 1 0 02864824 +million a 1 1 & 1 1 02199177 +millionth a 1 1 & 1 0 02212591 +mimetic a 2 2 & + 2 1 01979803 01216807 +mimic a 1 2 & + 1 0 01216981 +minacious a 1 1 & 1 0 00194357 +minatory a 1 1 & 1 0 00194357 +mincing a 1 1 & 1 1 01948092 +mind-altering a 1 1 & 1 0 01777367 +mind-bending a 1 2 & ; 1 0 01777662 +mind-blowing a 2 2 & ; 2 0 01777662 00856132 +mind-boggling a 1 1 & 1 0 01285938 +mind-expanding a 1 1 & 1 0 01777526 +minded a 2 2 & ; 2 1 01683496 01292411 +mindful a 1 4 ! & = + 1 1 01977155 +mindless a 5 3 & = + 5 2 01498418 01334277 01978003 02571277 01945139 +mine_run a 1 1 & 1 0 01674926 +mined a 1 2 ! & 1 0 01503978 +mineral a 2 2 & \ 2 0 03086974 01680559 +mingy a 1 2 & + 1 0 01113807 +mini a 1 2 ! ; 1 0 01432712 +miniature a 1 1 & 1 1 01394075 +minimal a 1 2 ! & 1 1 01496021 +minimalist a 2 3 & \ ; 2 0 02764549 01532760 +minimized a 1 1 & 1 1 00883075 +minimum a 1 2 ! & 1 1 01496021 +miniscule a 1 1 & 1 0 01394180 +ministerial a 2 2 \ + 2 1 02764828 02764643 +ministrant a 1 2 & + 1 0 01197207 +minoan a 1 2 \ + 1 1 03016684 +minor a 10 5 ! & = + ; 10 5 01473083 01471723 01471368 01472225 01471954 01473826 01472509 02101240 01721401 01415219 +mint a 1 1 & 1 0 01751609 +mint-scented a 1 1 & 1 0 01056636 +minty a 1 1 \ 1 0 02764991 +minus a 2 2 ! & 2 0 01819821 00065667 +minuscular a 1 2 ^ + 1 0 01474324 +minuscule a 3 3 ! & ^ 3 0 01474324 01467534 01394180 +minute a 2 2 & + 2 1 01393483 00310716 +miotic a 1 2 \ + 1 0 02765308 +miraculous a 2 2 & + 2 1 01576551 01048976 +mired a 1 1 & 1 0 00868603 +mirky a 2 1 & 2 0 00433529 00276689 +mirrored a 1 1 & 1 0 02008917 +mirrorlike a 1 1 & 1 0 02008082 +mirthful a 2 2 & + 2 0 01367651 01265308 +mirthless a 1 1 & 1 0 01368657 +miry a 1 2 & + 1 0 02548066 +misanthropic a 2 2 & + 2 0 02463582 01138161 +misanthropical a 2 2 & + 2 0 02463582 01138161 +misappropriated a 1 1 & 1 0 01403151 +misbegot a 1 1 & 1 0 01407909 +misbegotten a 1 1 & 1 0 01407909 +misbranded a 1 1 & 1 1 01404195 +miscellaneous a 2 1 & 2 1 01199083 02506922 +mischievous a 2 2 & + 2 1 02122715 01162633 +miscible a 1 3 ! & ; 1 0 00509377 +miserable a 6 2 & + 6 3 01150205 01050890 00904745 02347086 00478872 00107384 +miserly a 1 2 & + 1 0 01113807 +misfortunate a 1 1 & 1 0 01050890 +misguided a 2 1 & 2 1 02572267 02036397 +mishnaic a 1 1 \ 1 0 02765076 +mislabeled a 1 1 & 1 0 01404195 +mislaid a 1 1 & 1 0 01449884 +misleading a 1 1 & 1 1 01224253 +mismatched a 2 3 ! & ^ 2 0 01487201 00892773 +mismated a 1 1 & 1 0 01487352 +misogynic a 1 2 & + 1 0 02464491 +misogynistic a 1 2 & + 1 0 01138316 +misogynous a 1 2 & + 1 0 01138316 +misplaced a 2 1 & 2 1 01682073 01449884 +misrelated a 1 1 & 1 1 01974904 +misrepresented a 1 1 & 1 0 01311067 +missed a 1 1 & 1 0 00535170 +misshapen a 1 2 & + 1 0 02141298 +missing a 2 1 & 2 1 01450178 00927832 +missional a 1 1 \ 1 0 02765506 +missionary a 1 1 \ 1 0 02765506 +mistakable a 1 1 & 1 0 02072341 +mistaken a 2 1 & 2 2 02036397 00633235 +mistreated a 1 1 & 1 0 00017352 +mistrustful a 1 1 & 1 0 02464277 +misty a 2 2 & + 2 1 00461609 02549569 +misty-eyed a 1 1 & 1 1 02473543 +misunderstood a 1 1 & 1 0 01379116 +misused a 1 2 ! & 1 1 02495346 +mithraic a 1 1 \ 1 0 03019322 +mithraistic a 1 2 \ + 1 0 03019322 +mitigable a 1 2 & + 1 0 01785079 +mitigated a 1 2 ! & 1 0 01519284 +mitigative a 1 2 & + 1 0 01341153 +mitigatory a 1 2 & + 1 0 01341153 +mitotic a 1 1 \ 1 0 03019483 +mitral a 2 2 \ + 2 1 03019576 03019709 +mixable a 1 3 & + ; 1 0 00509377 +mixed a 2 1 & 2 2 01199083 01326652 +mixed-up a 1 1 & 1 1 01766133 +mnemonic a 1 1 \ 1 0 02896017 +mnemotechnic a 1 1 \ 1 0 02896017 +mnemotechnical a 1 1 \ 1 0 02896017 +moated a 1 1 & 1 0 01885757 +mobbish a 1 1 & 1 0 01666927 +mobile a 5 4 ! & ^ + 5 1 02128084 01522376 01563494 00346103 00345694 +moblike a 1 1 & 1 1 01666927 +mock a 1 1 & 1 1 01117823 +mocking a 2 1 & 2 1 01995596 02123118 +mod a 1 1 & 1 0 00972902 +modal a 3 4 & \ + ; 3 1 01594811 02864551 02864400 +model a 1 1 & 1 1 02586446 +modeled a 1 1 & 1 1 02139884 +moderate a 3 5 ! & ^ = + 3 2 01531375 01509367 02402078 +moderate-size a 1 1 & 1 0 02223659 +moderate-sized a 1 1 & 1 0 02223659 +moderating a 1 2 ! & 1 0 01340990 +moderato a 1 1 & 1 0 00983499 +modern a 5 6 ! & ^ = + ; 5 4 01535709 00972902 00414354 01876261 00820975 +modern-day a 1 1 & 1 0 01536094 +moderne a 1 2 & ; 1 0 01536745 +modernised a 1 1 & 1 0 01876670 +modernistic a 1 2 & + 1 0 00972902 +modernized a 1 1 & 1 0 01876670 +modest a 7 5 ! & ^ = + 7 3 01539225 01532912 01851916 01537885 02340458 01893510 01415219 +modifiable a 1 2 ! + 1 0 00350069 +modified a 2 3 ! & ^ 2 2 01540365 01913642 +modish a 1 2 & + 1 0 00971506 +modular a 1 2 & + 1 0 02296415 +modulated a 2 2 ! & 2 0 01541448 00700214 +mohammedan a 1 2 \ + 1 0 03035113 +moire a 1 2 & + 1 0 01789359 +moist a 1 2 & + 1 1 02548820 +molal a 1 2 \ + 1 1 02900381 +molar a 4 4 ! \ + ; 4 0 02900545 02900219 02900081 01542071 +moldable a 1 2 & + 1 0 00844461 +molded a 1 1 & 1 0 02149787 +moldovan a 1 2 \ + 1 0 02963128 +moldy a 1 2 & + 1 0 01070088 +molecular a 2 4 ! \ + ; 2 1 02900700 01542252 +molten a 1 1 & 1 1 01506526 +momentaneous a 1 2 & + 1 0 01443097 +momentary a 1 2 & + 1 1 01443097 +momentous a 1 2 & + 1 1 02161982 +monacan a 1 2 \ + 1 0 02978155 +monandrous a 1 2 & + 1 0 01544580 +monarchal a 2 2 & + 2 0 01591895 00718339 +monarchic a 1 2 & + 1 0 00718339 +monarchical a 2 2 & + 2 0 01591895 00718339 +monastic a 1 2 & + 1 1 02578894 +monastical a 1 1 & 1 0 02578894 +monatomic a 1 1 \ 1 0 02884766 +monaural a 1 2 ! & 1 1 00240842 +monecious a 1 1 & 1 0 01542865 +monegasque a 1 2 \ + 1 0 02978155 +moneran a 1 1 \ 1 0 02834164 +monestrous a 1 1 & 1 0 02138034 +monetary a 1 2 \ + 1 0 02775934 +moneyed a 2 2 ! & 2 0 02026055 02022167 +moneyless a 2 2 ! & 2 0 02026197 02023914 +moneymaking a 2 2 & + 2 0 01871774 00483816 +mongol a 1 2 \ + 1 0 03087088 +mongolian a 2 2 \ + 2 0 03087424 03087088 +mongoloid a 3 2 \ ; 3 0 03087909 03087685 03087579 +monied a 1 0 1 0 02026055 +monistic a 1 2 \ + 1 0 02947019 +monitory a 1 1 & 1 0 01771124 +monkish a 1 1 & 1 1 01300961 +mono a 1 2 & ; 1 0 00241079 +monoatomic a 1 1 \ 1 0 02884766 +monocarboxylic a 1 1 \ 1 0 02765640 +monocarpic a 1 1 \ 1 0 03039556 +monochromatic a 3 4 ! & \ + 3 0 03040525 00366355 00398816 +monochrome a 1 2 & + 1 0 00398816 +monochromic a 1 1 & 1 0 00398816 +monochromous a 1 1 & 1 0 00398816 +monocled a 1 1 & 1 0 00056943 +monoclinal a 1 2 & ; 1 0 01235178 +monoclinic a 1 2 ! ; 1 0 00366025 +monoclinous a 1 3 ! & ; 1 0 01542489 +monoclonal a 1 1 \ 1 0 02765730 +monocotyledonous a 1 3 ! + ; 1 0 00753922 +monodic a 1 1 & 1 0 01544059 +monodical a 1 2 & + 1 0 01544059 +monoecious a 1 2 ! & 1 0 01542865 +monoestrous a 1 1 & 1 0 02138034 +monogamous a 1 3 ! & + 1 0 01544347 +monogenic a 1 2 & ; 1 0 01314863 +monogynic a 1 2 & + 1 0 01544688 +monogynous a 1 2 & + 1 0 01544688 +monoicous a 1 1 & 1 0 01542865 +monolingual a 1 1 ! 1 0 01545427 +monolithic a 2 1 & 2 0 01389170 00784037 +monomaniacal a 1 2 & + 1 0 01584724 +monometallic a 1 1 \ 1 0 02905356 +monomorphemic a 1 1 \ 1 0 02936627 +mononuclear a 1 2 ! ; 1 1 00241397 +mononucleate a 1 1 ; 1 0 00241397 +monophonic a 2 4 ! & + ; 2 1 00241079 01543772 +monophysite a 1 1 \ 1 0 02765825 +monophysitic a 1 2 \ + 1 0 02765825 +monoploid a 1 1 ; 1 0 01147433 +monopolistic a 1 2 & + 1 0 00513559 +monopteral a 1 1 & 1 0 00139990 +monosemous a 1 2 & + 1 0 00103953 +monosyllabic a 1 2 & + 1 0 02289018 +monotheistic a 1 2 ! + 1 0 01781243 +monotone a 2 3 & + ; 2 1 01547220 01541828 +monotonic a 2 4 ! & + ; 2 0 01547220 01541828 +monotonous a 2 1 & 2 1 00807817 01541828 +monotypic a 1 3 \ + ; 1 0 02765965 +monounsaturated a 1 1 & 1 0 00757634 +monovalent a 2 3 ! = ; 2 0 01547831 01546222 +monovular a 1 0 1 0 00292448 +monozygotic a 1 1 \ 1 0 02933692 +monstrous a 3 2 & + 3 3 01389738 01131454 00221627 +montane a 1 1 \ 1 0 02890874 +monthlong a 1 1 & 1 0 01441418 +monthly a 1 2 & + 1 0 01969707 +montserratian a 1 2 \ + 1 0 03088038 +monumental a 3 3 & \ + 3 1 02864165 02163468 01389170 +moody a 2 2 & + 2 0 01137378 00856325 +moon-faced a 1 1 & 1 0 00235823 +moon-round a 1 1 & 1 1 02042503 +moon-splashed a 1 1 & 1 1 01696502 +moonless a 1 1 ! 1 0 00278131 +moonlike a 1 1 & 1 0 02042503 +moonlit a 1 1 ! 1 1 00278006 +moonstruck a 1 2 & ; 1 0 02076234 +moony a 2 2 & + 2 0 00278006 00165585 +moorish a 1 2 \ + 1 0 03088220 +moot a 2 2 & ; 2 0 01977025 00602117 +mop-headed a 1 1 & 1 0 00614305 +moraceous a 1 2 \ + 1 0 02766085 +moral a 2 5 ! & ^ = + 2 1 01548193 01780596 +moralistic a 1 2 & + 1 1 01548925 +moravian a 1 1 \ 1 0 03040635 +morbid a 3 2 & + 3 0 02559862 01626440 01176246 +morbific a 1 1 & 1 0 01168434 +morbilliform a 1 1 \ 1 0 02766229 +mordacious a 2 2 & + 2 0 02079313 02060198 +mordant a 2 2 & + 2 0 02079507 00587376 +more a 2 3 ! ^ ; 2 2 01555133 01556355 +more_than a 1 2 ^ ; 1 0 01555133 +moresque a 1 1 \ 1 0 03088220 +morganatic a 1 1 & 1 0 01406961 +moribund a 2 1 & 2 0 00810764 00004171 +mormon a 1 2 \ ; 1 0 02955806 +moroccan a 1 2 \ + 1 1 03024420 +moronic a 1 2 & + 1 0 01841054 +morose a 1 2 & + 1 1 01137378 +morphemic a 1 2 \ + 1 1 02936410 +morphologic a 3 3 \ + ; 3 1 02949275 02949931 02949511 +morphological a 3 3 \ + ; 3 0 02949931 02949511 02949275 +morphophonemic a 1 2 \ + 1 1 02936859 +mortal a 4 5 ! & ^ + ; 4 2 01557614 01721691 01507992 00993667 +mortgaged a 1 1 & 1 0 00868815 +mortified a 2 1 & 2 0 01176973 00154270 +mortifying a 2 1 & 2 0 01803335 00752555 +mortuary a 2 2 \ + 2 0 02950471 02950371 +mosaic a 1 1 \ 1 0 03035313 +moslem a 1 2 \ + 1 0 02923510 +moss-grown a 2 1 & 2 0 01696632 00974697 +moss_green a 1 1 & 1 0 00378166 +mosstone a 1 1 & 1 0 00378166 +mossy a 2 2 & + 2 0 01696632 00974697 +most a 2 2 ! ; 2 2 01557120 01555732 +most-favored-nation a 1 1 \ 1 0 03035446 +most-valuable a 1 2 & ; 1 1 01279431 +moth-eaten a 3 1 & 3 0 02583043 02582473 01689580 +moth-resistant a 1 1 & 1 0 01774619 +mother-naked a 1 1 & 1 1 00459553 +motherless a 1 1 & 1 0 01734347 +motherlike a 1 1 & 1 0 01735252 +motherly a 1 2 & + 1 0 01735346 +mothproof a 1 1 & 1 0 01774619 +mothy a 2 2 & + 2 0 02582473 02458408 +motile a 1 3 & + ; 1 0 01523567 +motional a 1 2 \ + 1 1 03002724 +motionless a 1 2 & + 1 1 01564315 +motivated a 1 3 ! & ^ 1 1 01558385 +motivating a 1 2 & + 1 1 00324195 +motivational a 1 2 \ + 1 0 02766328 +motivative a 1 2 & + 1 0 00324195 +motive a 2 2 & + 2 1 00324481 00324195 +motiveless a 1 1 & 1 0 01559270 +motley a 2 2 & + 2 0 01199083 00398978 +motor a 2 2 & + 2 1 00334245 00324481 +motor-assisted a 1 1 & 1 0 02353849 +motored a 1 1 & 1 0 01559484 +motorial a 1 2 & ; 1 0 00333987 +motorised a 1 1 & 1 0 01559484 +motorized a 2 2 ! & 2 0 01559484 01523450 +motorless a 1 0 1 0 01559804 +mottled a 1 1 & 1 1 01788273 +mouldy a 1 2 & + 1 0 01070088 +mounded_over a 1 1 < 1 1 03150897 +mountainous a 3 2 & + 3 3 02240490 01389846 01219502 +mounted a 2 1 & 2 2 00159267 00059491 +mournful a 2 2 & + 2 1 01366157 01362387 +mourning a 1 1 & 1 0 01364817 +mouse-colored a 1 1 & 1 1 00378280 +mouse-eared a 1 1 & 1 0 00812626 +mouse-sized a 1 1 & 1 0 02223785 +mouselike a 1 1 & 1 0 00378280 +mousey a 3 3 & \ + 3 0 02766469 00378280 00252826 +mousy a 3 3 & \ + 3 1 00252826 02766469 00378280 +mouth-watering a 1 1 & 1 0 00133669 +mouthless a 1 1 ; 1 0 02310771 +mouthlike a 1 1 & 1 0 02310679 +movable a 2 2 & + 2 0 01526062 01523724 +moveable a 1 2 & + 1 0 01523724 +moved a 1 3 ! & ^ 1 0 01559903 +moving a 3 4 ! & ^ = 3 2 01561771 01560513 01565396 +mown a 1 3 ! & ; 1 0 01566027 +mozambican a 2 2 \ + 2 0 03088558 03088384 +mozartean a 1 2 \ + 1 0 03035675 +mozartian a 1 2 \ + 1 0 03035675 +much a 1 4 ! & ^ + 1 1 01553629 +muciferous a 1 1 \ 1 0 02867419 +mucilaginous a 1 2 & + 1 0 00053691 +mucinoid a 1 1 \ 1 0 02903281 +mucinous a 1 2 \ + 1 0 02903177 +mucky a 2 2 & + 2 0 02548066 00422620 +mucocutaneous a 1 1 \ 1 0 02903352 +mucoid a 1 2 \ + 1 0 02903793 +mucoidal a 1 1 \ 1 0 02903793 +mucopurulent a 1 1 \ 1 0 02903477 +mucosal a 1 2 \ + 1 0 02867505 +mucose a 1 1 \ 1 0 02903593 +mucous a 1 2 \ + 1 0 02903593 +mud-beplastered a 1 1 & 1 1 01696734 +mud-brick a 1 1 \ 1 0 03140621 +muddied a 1 1 & 1 1 01909077 +muddled a 1 1 & 1 0 00436115 +muddleheaded a 1 1 & 1 1 00435872 +muddy a 4 2 & + 4 2 02548066 00422620 01909077 00433529 +muffled a 2 1 & 2 2 01454985 01696855 +muggy a 1 2 & + 1 0 02549691 +muhammadan a 1 2 \ + 1 0 03035113 +mulish a 1 2 & + 1 0 02328297 +mullioned a 1 1 & 1 0 02482159 +multi-color a 1 1 & 1 0 00398978 +multi-colored a 1 1 & 1 0 00398978 +multi-colour a 1 1 & 1 0 00398978 +multi-coloured a 1 1 & 1 0 00398978 +multi-ethnic a 1 1 & 1 0 02249337 +multi-seeded a 1 1 & 1 0 02255394 +multi-stemmed a 1 1 & 1 0 00321614 +multi-valued a 1 1 & 1 0 00103302 +multicellular a 1 1 & 1 0 00328017 +multicolor a 1 1 & 1 0 00398978 +multicolored a 1 1 & 1 0 00398978 +multicolour a 1 1 & 1 0 00398978 +multicoloured a 1 1 & 1 0 00398978 +multicultural a 1 1 \ 1 0 02872776 +multidimensional a 1 2 ! & 1 1 00660019 +multiethnic a 1 1 & 1 0 02249337 +multifaceted a 1 1 & 1 0 02506922 +multifactorial a 1 1 & 1 0 02178837 +multifarious a 1 2 & + 1 0 02506922 +multiform a 1 2 ! & 1 0 01966853 +multilane a 1 2 ! & 1 0 02221362 +multilateral a 1 2 ! & 1 1 00237240 +multilevel a 1 1 \ 1 0 02888198 +multilingual a 1 2 ! & 1 0 01545571 +multinational a 1 1 & 1 0 01569166 +multinomial a 1 1 \ 1 0 03100751 +multinucleate a 1 2 ! \ 1 0 02882467 +multiparous a 1 3 ! & ; 1 0 02475292 +multipartite a 1 1 & 1 0 00238310 +multiphase a 1 2 \ ; 1 0 02888295 +multiple a 1 3 ! & + 1 1 02215977 +multiple-choice a 1 1 ! 1 1 02220788 +multiplex a 2 1 & 2 0 02218314 02179044 +multiplicative a 1 2 & + 1 0 02536123 +multiplied a 1 1 & 1 1 00881337 +multipotent a 1 1 & 1 0 01824653 +multipurpose a 1 1 & 1 0 02496323 +multiracial a 1 1 & 1 0 01928114 +multistorey a 1 1 & 1 0 01218548 +multistoried a 1 1 & 1 0 01218548 +multistory a 1 1 & 1 0 01218548 +multitudinous a 1 2 & + 1 1 00301951 +multivalent a 3 5 ! & = + ; 3 0 01547007 01546349 00103302 +multivariate a 1 2 & ; 1 0 02505004 +mum a 1 2 & + 1 1 00501820 +mummy-brown a 1 1 & 1 0 00383957 +mundane a 3 2 & + 3 1 01674242 02578035 01181446 +municipal a 2 3 & \ + 2 1 02697452 01038580 +munificent a 1 2 & + 1 0 01111965 +mural a 1 2 \ + 1 0 02879424 +murdered a 1 1 & 1 1 00097906 +murderous a 1 2 & + 1 0 00248837 +murine a 1 2 \ + 1 0 02867611 +murky a 2 2 & + 2 1 00433529 00276689 +murmuring a 1 1 & 1 0 01456038 +murmurous a 1 2 & + 1 0 01456221 +muscle-bound a 1 1 & 1 0 01023533 +muscovite a 1 2 \ + 1 0 03088695 +muscular a 4 4 & \ + ; 4 3 02882570 00828336 01826828 02321809 +musculoskeletal a 1 1 \ 1 0 02882726 +mushy a 2 2 & + 2 0 01154639 00854413 +musical a 4 5 ! & \ = + 4 2 02867783 01505462 01504625 01501113 +musicological a 1 2 \ + 1 0 02867945 +musing a 1 1 & 1 0 02419434 +musk-scented a 1 1 & 1 0 01056711 +musky a 1 2 & + 1 0 01053046 +musky-scented a 1 1 & 1 0 01056711 +muslim a 1 2 \ + 1 0 02923510 +mussy a 1 2 & + 1 0 02426042 +must a 1 1 & 1 0 00901547 +mustached a 1 1 & 1 1 02154334 +mustachioed a 1 1 & 1 0 02154334 +musty a 2 2 & + 2 0 01070088 01053915 +mutable a 1 2 ! + 1 0 00356339 +mutafacient a 1 1 \ 1 0 02986893 +mutagenic a 1 1 \ 1 0 02987017 +mutant a 1 2 \ + 1 0 02987454 +mutational a 1 2 \ + 1 1 02987177 +mutative a 1 2 \ + 1 0 02987332 +mute a 2 2 & + 2 1 00152285 00151855 +muted a 2 1 & 2 1 01455540 01454985 +mutilated a 1 1 & 1 0 01020282 +mutinous a 2 2 & + 2 0 02330935 00963502 +mutual a 2 2 & + 2 1 02152473 01945550 +mutualist a 1 1 & 1 0 00726445 +mutually_beneficial a 1 1 & 1 0 00726445 +mutually_exclusive a 1 1 & 1 1 00508750 +muzzle-loading a 1 1 \ 1 0 02888531 +muzzy a 2 1 & 2 0 00781644 00436115 +myalgic a 1 2 \ + 1 0 02766602 +mycenaean a 1 2 \ + 1 1 03016857 +myelic a 1 1 \ 1 0 03012707 +myelinated a 1 2 ! \ 1 0 02766699 +myelinic a 1 2 \ + 1 0 03012793 +myeloid a 2 1 \ 2 1 03012954 03013037 +myocardial a 1 2 \ + 1 1 03013124 +myoid a 1 1 \ 1 0 03013231 +myopathic a 1 2 \ + 1 0 02766952 +myopic a 2 2 & + 2 0 02157226 01896046 +myotic a 1 2 \ + 1 0 02765308 +myotonic a 1 2 \ + 1 0 03013300 +myriad a 1 2 & + 1 1 00301951 +myrmecophagous a 1 1 & 1 0 00315702 +myrmecophilous a 1 2 & ; 1 0 00726612 +myrmecophytic a 1 3 \ + ; 1 0 03025967 +mysophobic a 1 2 & + 1 0 00080213 +mysterious a 2 2 & + 2 2 00939444 00900071 +mystic a 3 3 & \ + 3 1 00900071 02863464 02863247 +mystical a 3 3 & \ + 3 1 02863247 02863464 00900071 +mystified a 1 1 & 1 0 01766550 +mystifying a 1 1 & 1 0 00939444 +mythic a 2 3 & \ + 2 1 02995972 01936184 +mythical a 1 2 & + 1 0 01936184 +mythologic a 1 2 & + 1 0 01936184 +mythological a 1 2 & + 1 1 01936184 +n-th a 1 1 & 1 0 02213144 +nacreous a 2 3 & \ + 2 0 02996123 00282020 +nagging a 1 1 & 1 1 01138610 +naiant a 1 2 & ; 1 0 01233225 +naif a 1 2 & ^ 1 0 02271544 +nail-biting a 1 1 & 1 0 02405805 +naive a 5 5 ! & ^ + ; 5 1 02271544 01912858 01637371 01309657 00937341 +naked a 5 2 & + 5 4 00457998 01886783 02354234 01705195 01698760 +naked-muzzled a 1 1 & 1 0 00211735 +naked-tailed a 1 1 & 1 0 00211827 +naked_as_a_jaybird a 1 2 & ; 1 0 00458266 +naked_as_the_day_one_was_born a 1 1 & 1 0 00459553 +naked_as_the_day_you_were_born a 1 1 & 1 0 00459553 +namby-pamby a 1 2 & + 1 0 02325816 +nameless a 1 2 & + 1 1 00120784 +namibian a 1 2 \ + 1 0 03088838 +naming a 1 1 & 1 0 00722386 +nanocephalic a 1 2 \ + 1 0 02901806 +napoleonic a 1 2 \ + 1 1 03035876 +napped a 1 1 & 1 0 01153141 +napping a 1 1 & 1 0 01932633 +nappy a 1 2 & + 1 0 01030372 +narcissistic a 1 2 & + 1 0 02098694 +narcoleptic a 1 2 \ + 1 0 02767110 +narcotic a 3 3 & \ + 3 0 02863111 02308840 01346198 +narcotised a 1 1 & 1 0 00798879 +narcotising a 1 1 & 1 0 02308840 +narcotized a 1 1 & 1 0 00798879 +narcotizing a 1 1 & 1 0 02308840 +narial a 1 2 \ + 1 0 03026652 +narrative a 1 2 & + 1 1 00498912 +narrow a 5 5 ! & ^ = + 5 3 02561888 01415480 00287640 02563310 00310716 +narrow-bodied a 1 1 & 1 0 00628519 +narrow-minded a 3 4 ! & ^ + 3 0 02155675 00287640 02091997 +narrow-mouthed a 1 1 & 1 0 02562484 +narrowed a 2 1 & 2 1 02562368 01448697 +narrowing a 2 1 & 2 0 02562909 02562235 +nary a 1 1 & 1 0 02268882 +nasal a 2 3 & \ + 2 2 02978781 01213550 +nascent a 1 3 ! & + 1 0 00003356 +nasopharyngeal a 1 2 \ + 1 0 02767250 +nasty a 4 5 ! & ^ = + 4 1 01587077 00747727 00425313 00421590 +natal a 2 1 \ 2 1 02767378 02767514 +national a 7 5 ! & ^ \ + 7 6 02988060 01567862 01105840 01861776 01038332 02988402 02988281 +national_socialist a 1 1 \ 1 0 02999718 +nationalist a 1 2 & + 1 0 01568092 +nationalistic a 2 2 & + 2 1 01740358 01568092 +nationwide a 1 1 & 1 0 00526984 +native a 4 3 ! & + 4 3 01036083 01033996 01037148 01906975 +native-born a 1 1 & 1 0 01037022 +native_american a 1 1 \ 1 0 02928066 +nativist a 2 1 \ 2 0 02988793 02988550 +nativistic a 2 2 \ + 2 0 02988793 02988550 +natriuretic a 1 2 \ + 1 0 02767596 +natty a 1 2 & + 1 0 00971933 +natural a 10 6 ! & ^ = + ; 10 4 01569965 01570892 01574036 01595050 01577771 02282985 01952643 01406180 01335708 00074594 +naturalised a 1 1 & 1 0 01831789 +naturalistic a 1 2 & + 1 0 01979985 +naturalized a 2 1 & 2 1 01035422 01831789 +naturally_occurring a 1 1 & 1 0 01847349 +naturistic a 1 2 \ + 1 0 02989069 +naughty a 2 2 & + 2 0 02132224 01128406 +nauruan a 1 2 \ + 1 0 03088968 +nauseated a 1 1 & 1 1 02545689 +nauseating a 1 2 & + 1 0 02560035 +nauseous a 2 2 & + 2 0 02560035 02545689 +nautical a 1 1 \ 1 1 02889746 +naval a 1 2 \ + 1 1 02767701 +navicular a 1 3 & + ; 1 0 02148526 +navigable a 1 2 & + 1 0 01724743 +navigational a 1 2 \ + 1 0 02909006 +nazarene a 2 1 \ 2 0 02768002 02767872 +nazi a 2 1 \ 2 2 02999904 02999718 +neandertal a 2 3 & \ + 2 0 03089121 01949859 +neanderthal a 2 3 & \ + 2 1 01949859 03089121 +neanderthalian a 1 2 \ + 1 0 03089121 +neapolitan a 1 2 \ + 1 0 02970442 +near a 6 4 ! & = + 6 1 00444519 02033556 01573762 01113225 00452883 00451872 +near-blind a 1 1 & 1 1 02159969 +nearby a 1 1 & 1 1 00445169 +nearsighted a 1 2 ! + 1 1 02157226 +neat a 6 3 & + ; 6 4 02423284 02423432 00850648 00061664 01123879 00757120 +nebular a 2 4 & \ + ; 2 0 03089377 00462129 +nebulose a 1 1 & 1 0 00781974 +nebulous a 3 4 & \ + ; 3 1 00781974 03089377 00702245 +necessary a 2 5 ! & ^ = + 2 2 01580050 00343552 +necessitous a 1 2 & + 1 0 02023430 +neck-deep a 1 1 & 1 0 01516605 +neck_and_neck a 1 1 & 1 0 00551416 +necked a 1 2 ! & 1 0 01209003 +neckless a 1 1 ! 1 0 01209679 +necklike a 1 1 & 1 0 01209470 +necromantic a 2 3 & \ + 2 0 02910789 01576845 +necromantical a 1 2 \ + 1 0 02910789 +necrotic a 1 2 \ + 1 1 02982602 +nectar-rich a 1 1 \ 1 0 03089713 +nectariferous a 1 2 \ + 1 0 03089615 +nectarous a 1 2 & + 1 0 02395910 +nee a 1 1 & 1 0 01315339 +needed a 1 1 & 1 1 01580775 +needful a 1 1 & 1 0 01580775 +needle-shaped a 1 1 & 1 0 02167133 +needled a 1 1 & 1 0 02168904 +needlelike a 1 1 & 1 0 01810189 +needless a 1 1 & 1 1 01582049 +needy a 2 2 & + 2 0 02023430 00710909 +nefarious a 1 2 & + 1 0 02515001 +negative a 9 6 ! & ^ = + ; 9 3 01818234 00075515 01128508 01820861 01820338 01819976 00587890 00358534 00065667 +negatively_charged a 1 1 & 1 1 00358534 +neglected a 2 1 & 2 2 01608656 00308720 +neglectful a 2 2 & + 2 0 00755876 00755220 +negligent a 1 4 ! & ^ + 1 1 00754873 +negligible a 2 1 & 2 1 01496462 02502994 +negotiable a 3 2 & + 3 0 01724916 01024400 00093556 +negro a 1 1 & 1 1 00242832 +negroid a 1 1 & 1 1 00243039 +neighboring a 1 1 & 1 0 00566342 +neighborly a 1 2 & + 1 0 01076435 +neighbourly a 1 2 & + 1 0 01076435 +neither a 1 1 & 1 0 00524607 +neo a 1 2 & ; 1 1 01536276 +neo-darwinian a 1 2 \ + 1 0 03013726 +neo-lamarckian a 1 1 \ 1 0 03014030 +neoclassic a 1 1 & 1 0 00414080 +neoclassical a 1 2 & + 1 0 00414080 +neoclassicist a 1 1 \ 1 0 02834992 +neoclassicistic a 1 2 \ + 1 0 02834992 +neocortical a 1 2 \ + 1 1 03010781 +neoliberal a 1 2 & + 1 1 00576011 +neolithic a 1 1 \ 1 0 03090086 +neonatal a 1 1 \ 1 0 02768106 +neoplastic a 1 2 \ + 1 0 02768271 +neotenic a 1 2 \ + 1 0 02768421 +neotenous a 1 2 \ + 1 0 02768421 +nepalese a 1 2 \ + 1 0 02971839 +nepali a 1 2 \ + 1 0 02971839 +nephritic a 2 2 \ + 2 0 02883710 02883599 +nephrotoxic a 1 2 & + 1 0 02450269 +neritic a 2 2 & \ 2 0 02973836 00692415 +nerve-racking a 1 1 & 1 0 00090408 +nerve-wracking a 1 1 & 1 0 00090408 +nerveless a 2 2 & + 2 1 00530772 01827766 +nervous a 5 3 & \ + 5 2 02406908 02456157 02904518 00919813 00919155 +nervy a 3 2 & + 3 0 02406370 00251373 00204779 +nescient a 2 2 & + 2 0 01306087 00831225 +nestled a 1 1 & 1 0 00449889 +nestorian a 1 2 \ + 1 0 02768611 +net a 2 2 ! & 2 2 01582461 01579128 +nether a 3 1 & 3 0 02441132 01303946 01207546 +nethermost a 1 1 & 1 0 02440881 +netlike a 1 1 & 1 1 02007067 +nett a 1 1 & 1 0 01582461 +netted a 1 1 & 1 0 02007067 +nettled a 1 1 & 1 0 01806106 +nettlesome a 2 1 & 2 1 00089550 01136541 +networklike a 1 1 & 1 0 02007322 +neural a 2 2 \ + 2 0 02904518 02894119 +neuralgic a 1 2 \ + 1 0 03090456 +neurasthenic a 1 2 \ + 1 0 03090612 +neuroanatomic a 1 2 \ + 1 0 02914414 +neuroanatomical a 1 2 \ + 1 0 02914414 +neurobiological a 1 2 \ + 1 0 02666294 +neuroendocrine a 1 1 \ 1 0 02882943 +neurogenic a 1 1 \ 1 0 02883112 +neuroglial a 1 2 \ + 1 0 02883210 +neurologic a 1 2 \ + 1 0 02917893 +neurological a 1 2 \ + 1 1 02917893 +neuromatous a 1 2 \ + 1 0 02883344 +neuromotor a 1 1 & 1 0 00334555 +neuromuscular a 1 1 \ 1 1 02883459 +neuronal a 1 2 \ + 1 1 02894119 +neuronic a 1 2 \ + 1 0 02894119 +neurophysiological a 1 2 \ + 1 0 02908887 +neuropsychiatric a 1 2 \ + 1 1 03011858 +neuropsychological a 1 2 \ + 1 0 02908768 +neurotic a 2 4 ! & \ + 2 2 02976525 01583040 +neurotoxic a 1 2 \ + 1 0 02883805 +neurotropic a 1 2 \ ; 1 0 02883914 +neuter a 2 3 ! & + 2 0 01486327 02136522 +neutered a 1 1 & 1 0 02136970 +neutral a 7 6 ! & ^ = + ; 7 3 01615625 01930004 00732160 01818992 00386392 00408284 00359160 +neutral-colored a 1 1 & 1 0 00399479 +neutral-coloured a 1 1 & 1 0 00399479 +neutralised a 1 1 & 1 0 01819152 +neutralized a 1 1 & 1 1 01819152 +never-ending a 1 1 & 1 0 00595299 +never-say-die a 1 1 & 1 0 00570099 +new a 11 6 ! & ^ = + ; 11 5 01640850 01687167 00937186 00128733 02070491 02584699 01687965 00821208 00820975 00818008 00024996 +new-made a 1 1 & 1 0 01068513 +new-mown a 1 1 & 1 0 01566223 +new-sprung a 1 1 & 1 0 01641921 +new_caledonian a 1 2 \ + 1 0 02768740 +new_zealander a 1 1 \ 1 0 03131480 +newborn a 2 1 & 2 2 01649184 01641921 +newfangled a 1 1 & 1 0 01687965 +newfound a 1 1 & 1 0 01642081 +newsless a 2 1 & 2 0 01309428 01305704 +newsworthy a 1 2 & + 1 0 01344834 +newsy a 2 2 & + 2 0 01305244 00496422 +newtonian a 1 2 \ + 1 1 03036014 +next a 3 1 & 3 3 00127948 00447472 01294975 +next-to-last a 2 1 & 2 0 01015392 01015185 +nibbed a 1 1 & 1 1 01810720 +nicaean a 1 2 \ + 1 0 03090782 +nicaraguan a 1 2 \ + 1 0 03090939 +nice a 5 5 ! & ^ = + 5 3 01586342 01993408 01838916 00984333 00641460 +nicene a 1 1 \ 1 0 03090782 +nickel-and-dime a 2 1 & 2 0 01281695 00935259 +nidicolous a 1 1 ! 1 0 01587950 +nidifugous a 1 1 ! 1 0 01588065 +niffy a 1 3 & + ; 1 0 01054367 +nifty a 1 2 & ; 1 0 01123879 +nigerian a 2 2 \ + 2 0 03091307 03091080 +nigerien a 1 1 \ 1 0 03091080 +niggardly a 1 2 & + 1 0 01113636 +niggling a 1 2 & ; 1 0 01280908 +nigh a 2 2 & = 2 0 00444519 02033556 +nighted a 1 1 & 1 1 01901496 +nightlong a 1 1 & 1 0 01441530 +nightly a 1 2 & + 1 0 01968352 +nightmarish a 1 1 & 1 1 00194817 +nihilistic a 1 2 \ + 1 1 02911757 +nilotic a 2 2 \ + 2 0 03091618 03091464 +nilpotent a 1 1 \ 1 1 03012377 +nimble a 2 2 & + 2 1 00032733 01334833 +nimble-fingered a 1 1 & 1 0 00062740 +niminy-piminy a 1 1 & 1 0 01948092 +nine a 1 1 & 1 1 02187161 +nine-fold a 1 1 & 1 0 02220099 +nine-membered a 1 1 & 1 0 01503633 +nine-sided a 1 1 & 1 0 00238788 +ninefold a 1 1 & 1 0 02220099 +ninepenny a 1 1 & 1 0 02223881 +nineteen a 1 2 & + 1 1 02188205 +nineteenth a 1 1 & 1 1 02204472 +ninetieth a 1 1 & 1 0 02209197 +ninety a 1 1 & 1 1 02195145 +ninety-eight a 1 1 & 1 0 02195911 +ninety-fifth a 1 1 & 1 0 02209306 +ninety-five a 1 1 & 1 0 02195620 +ninety-four a 1 1 & 1 0 02195523 +ninety-nine a 1 1 & 1 0 02196012 +ninety-one a 1 1 & 1 0 02195234 +ninety-seven a 1 1 & 1 0 02195811 +ninety-six a 1 1 & 1 0 02195716 +ninety-three a 1 1 & 1 0 02195423 +ninety-two a 1 1 & 1 0 02195328 +ninth a 1 1 & 1 1 02203249 +nip_and_tuck a 1 1 & 1 0 00551416 +nipping a 2 1 & 2 0 02079313 01252714 +nipponese a 1 1 + 1 0 02965043 +nippy a 2 2 & + 2 0 02398129 01252714 +nisi a 1 1 & 1 0 00551695 +nitid a 1 1 & 1 0 00279092 +nitric a 1 2 \ + 1 0 03091996 +nitrogen-bearing a 1 0 1 0 03091861 +nitrogen-fixing a 1 1 \ 1 0 03091751 +nitrogenous a 1 2 \ + 1 0 03091861 +nitrous a 1 2 \ + 1 0 03091996 +nitwitted a 1 1 & 1 0 00441365 +no a 1 2 ! & 1 1 02268485 +no-account a 1 1 & 1 1 02502578 +no-count a 1 1 & 1 0 02502578 +no-frills a 1 2 & ; 1 0 00901650 +no-go a 1 1 ! 1 0 01123002 +no-good a 2 2 & ; 2 0 02502578 01129021 +no-hit a 1 2 & ; 1 1 02332421 +no-nonsense a 1 1 & 1 1 00765537 +no-win a 1 1 & 1 0 02334854 +noachian a 1 1 \ 1 0 02768850 +noble a 4 5 ! & ^ = + 4 3 01283508 01590115 01588172 01930244 +noble-minded a 1 2 & + 1 0 01588619 +nocent a 1 1 & 1 0 01162817 +nociceptive a 1 1 & 1 1 02105055 +noctilucent a 1 1 & 1 0 00282557 +nocturnal a 2 3 ! \ ; 2 1 00678923 02931826 +nodding a 1 2 & ; 1 0 01238486 +nodular a 2 3 & \ + 2 1 03092198 02141867 +nodulated a 1 1 & 1 0 02141867 +noduled a 1 1 & 1 0 02141867 +nodulose a 1 1 & 1 0 02142063 +noetic a 1 2 & + 1 0 01780343 +noiseless a 1 2 & + 1 0 01919282 +noisome a 2 2 & + 2 0 02560035 01053634 +noisy a 2 4 ! & ^ + 2 1 01919931 00407766 +nomadic a 1 1 & 1 0 02128084 +nominal a 6 4 ! & \ ; 6 2 02769128 01496592 02768958 01939784 01099810 01043374 +nominalistic a 1 2 \ + 1 0 02769358 +nominated a 1 1 & 1 0 00846625 +nominative a 3 4 & \ + ; 3 0 02769463 01099810 00846625 +nomothetic a 1 2 ! ; 1 0 02593861 +non-aromatic a 1 1 & 1 0 01057958 +non-automatic a 1 1 & 1 0 00182961 +non-buoyant a 1 1 & 1 0 01186107 +non-conducting a 1 0 1 0 00558232 +non-elective a 1 1 & 1 0 00846789 +non-finite a 1 1 ; 1 0 01008745 +non-invertible a 1 1 ! 1 0 02595357 +non-living a 1 2 & = 1 0 00118238 +non-metric a 1 1 \ 1 0 02995864 +non-miscible a 1 2 & ; 1 0 00509735 +non-negotiable a 1 1 & 1 0 00094239 +non-paying a 1 1 & 1 0 01710421 +non-poisonous a 2 1 & 2 0 02450919 00829146 +non-profit-making a 1 1 & 1 0 00484680 +non-resinous a 1 1 & 1 0 00055142 +non-resiny a 1 1 & 1 0 00055142 +non-slave a 1 1 & 1 0 01065941 +non-u a 1 2 & ; 1 0 00259820 +non-water-soluble a 1 1 & 1 0 02266043 +non-white a 1 1 & 1 0 00242575 +non-zero a 1 1 & 1 0 02186265 +non_compos_mentis a 1 1 & 1 0 02076988 +nonabsorbent a 1 4 ! & = + 1 0 00007813 +nonabsorptive a 1 2 & = 1 0 00007813 +nonadaptive a 1 1 & 1 0 00046792 +nonaddictive a 1 1 ! 1 0 00047954 +nonadhesive a 1 2 ! & 1 0 00054908 +nonadjacent a 1 1 & 1 0 00446525 +nonadsorbent a 1 1 ! 1 0 00008595 +nonadsorptive a 1 0 1 0 00008595 +nonaged a 1 1 ; 1 0 01471954 +nonagenarian a 1 2 & + 1 0 01646120 +nonaggressive a 1 2 & ^ 1 0 00084956 +nonalcoholic a 1 1 ! 1 0 01159531 +nonaligned a 1 2 ! & 1 0 00732037 +nonappointive a 1 1 & 1 0 00846349 +nonarbitrable a 1 1 ! 1 0 00140437 +nonarbitrary a 1 2 ! & 1 0 00720082 +nonarboreal a 1 1 ! 1 0 00141947 +nonassertive a 1 1 & 1 1 00157080 +nonassociative a 1 1 ! 1 0 00157849 +nonastringent a 1 2 ! = 1 0 00190023 +nonautonomous a 1 1 & 1 0 01065401 +nonbearing a 1 1 ! 1 0 00217563 +nonbelligerent a 1 1 & 1 0 01741563 +noncaloric a 1 1 \ 1 0 02675626 +noncarbonated a 1 1 & 1 0 02277182 +noncausal a 1 0 1 0 00325197 +noncausative a 1 1 ! 1 0 00325197 +noncellular a 1 2 ! & 1 0 00328128 +nonchalant a 1 2 & + 1 1 00545746 +nonchristian a 1 1 & 1 0 00411599 +nonchurchgoing a 1 1 & 1 1 01784602 +noncivilised a 1 2 & ^ 1 0 00412567 +noncivilized a 1 3 ! & ^ 1 0 00412567 +nonclassical a 1 3 ! & ; 1 0 00414227 +noncollapsable a 1 1 & 1 0 00466365 +noncollapsible a 1 2 ! & 1 0 00466365 +noncolumned a 1 2 ! & 1 0 00141522 +noncombatant a 2 2 & + 2 0 01518295 01517755 +noncombinative a 1 2 ! & 1 0 00472810 +noncombining a 1 1 & 1 0 00472914 +noncombustible a 1 2 ! & 1 0 00474043 +noncommercial a 1 3 ! & = 1 0 00484333 +noncommissioned a 1 1 ! 1 1 00485593 +noncommittal a 1 1 & 1 0 00702444 +noncommunicable a 1 1 & 1 0 01303636 +noncompetitive a 1 2 ! & 1 1 00513165 +noncompliant a 1 3 & ^ + 1 0 00695523 +noncomprehensive a 1 2 ! & 1 0 00529075 +nonconcentric a 1 1 & 1 0 00543200 +nonconducting a 1 0 1 0 00558232 +nonconductive a 1 1 ! 1 0 00558232 +nonconforming a 1 1 & 1 0 01691826 +nonconformist a 2 2 ! & 2 0 00610249 01691826 +nonconscious a 2 1 & 2 0 00572845 00118451 +noncontagious a 1 1 & 1 0 01303636 +noncontentious a 1 1 & 1 0 00604520 +noncontinuous a 1 2 & ^ 1 0 00596769 +noncontroversial a 1 1 & 1 0 00602721 +nonconvergent a 1 1 & 1 0 01718732 +noncritical a 3 5 ! & ^ = ; 3 0 00652533 00651697 00650351 +noncrucial a 2 3 ! & = 2 0 00656771 00651697 +noncrystalline a 1 2 ! & 1 0 00269486 +noncurrent a 1 4 ! & ^ = 1 0 00668571 +noncyclic a 2 3 ! & = 2 0 00676457 01970604 +noncyclical a 1 1 = 1 0 00676457 +nondeductible a 1 1 ! 1 0 00689970 +nondenominational a 1 1 & 1 0 02092987 +nondescript a 1 2 & + 1 1 01673590 +nondigestible a 1 1 & 1 0 01183274 +nondisposable a 2 2 ! & 2 0 00778161 00776822 +none a 1 1 & 1 0 02269039 +nonechoic a 1 1 ! 1 0 01217919 +noneffervescent a 2 2 ! & 2 0 02277485 02276964 +nonelected a 1 1 & 1 0 00846789 +nonelective a 1 1 & 1 0 00846789 +nonenterprising a 1 2 & ^ 1 0 00885415 +nonenzymatic a 1 1 \ 1 1 03005155 +nonequivalent a 1 2 & + 1 1 00892976 +nonessential a 1 2 & + 1 0 00903264 +nonexempt a 2 3 ! & ^ 2 0 02400218 02366200 +nonexistent a 1 5 ! & ^ = + 1 1 00927578 +nonexplorative a 1 0 1 0 00878704 +nonexploratory a 1 1 ! 1 0 00878704 +nonexplosive a 1 1 ! 1 0 00475008 +nonextant a 2 2 & ^ 2 0 00929164 00928238 +nonextensile a 1 1 ! 1 0 00945019 +nonfat a 1 2 ! & 1 0 00992955 +nonfatal a 1 2 ! & 1 0 00994210 +nonfictional a 1 2 ! \ 1 0 02727912 +nonfigurative a 1 1 & 1 0 01980557 +nonfinancial a 1 2 ! \ 1 0 02848119 +nonfissile a 1 1 ! 1 0 01016806 +nonfissionable a 1 2 ! ; 1 0 01017048 +nonflammable a 1 1 & 1 0 00474541 +nonflavored a 1 1 & 1 0 02400002 +nonflavoured a 1 1 & 1 0 02400002 +nonflowering a 1 1 & 1 0 02597951 +nonfunctional a 2 4 ! & ^ = 2 1 01090993 01092142 +nonglutinous a 1 1 & 1 0 00055041 +nongranular a 1 1 & 1 0 02233282 +nongregarious a 1 1 & 1 0 02253205 +nonhairy a 1 1 & 1 0 00211916 +nonharmonic a 1 2 ! \ 1 0 02737981 +nonhereditary a 1 1 & 1 0 01316019 +nonheritable a 1 1 & 1 0 01315507 +nonhierarchic a 1 1 & 1 0 01204318 +nonhierarchical a 1 2 ! & 1 0 01204318 +nonhuman a 1 3 ! & = 1 0 01260023 +nonimitative a 1 1 ! 1 0 01217485 +nonimmune a 1 1 & 1 0 02362178 +nonindulgent a 1 4 ! & ^ + 1 0 01299888 +nonindustrial a 1 2 ! & 1 0 01302368 +noninfectious a 1 2 ! & 1 0 01303544 +noninflammatory a 1 1 & 1 0 01898051 +noninheritable a 1 2 ! & 1 0 01315507 +noninstitutional a 1 1 ! 1 0 01231837 +noninstitutionalised a 1 0 1 0 01231070 +noninstitutionalized a 1 1 ! 1 0 01231070 +nonintegrated a 1 1 ! 1 0 01329007 +nonintellectual a 1 4 ! & ^ = 1 0 01333718 +noninterchangeable a 1 2 & ; 1 0 02373981 +nonintersecting a 1 1 & 1 0 01718732 +noninvasive a 1 2 ! ; 1 0 01356515 +nonionic a 2 2 ! \ 2 1 00356211 02751367 +nonionised a 1 0 1 0 00356211 +nonionized a 1 1 ! 1 0 00356211 +nonjudgmental a 1 1 ! 1 0 00649405 +nonkosher a 1 2 & ; 1 0 00428121 +nonleaded a 1 1 & 1 0 01397251 +nonlegal a 1 1 & 1 0 01403469 +nonlethal a 1 1 & 1 0 00994326 +nonlexical a 1 1 \ 1 0 02886767 +nonlinear a 1 2 ! ; 1 0 01417790 +nonlinguistic a 1 2 ! \ 1 1 02842704 +nonliteral a 1 2 & ^ 1 0 01419149 +nonliterary a 1 1 & 1 0 01047144 +nonliterate a 1 1 & 1 0 00413312 +nonliving a 1 2 & = 1 0 00118238 +nonmagnetic a 1 1 ! 1 0 01470913 +nonmandatory a 1 1 & 1 0 00847972 +nonmaterial a 1 3 & ^ = 1 0 00627410 +nonmeaningful a 1 2 & ^ 1 0 01497736 +nonmechanical a 2 2 ! & 2 0 01500766 00064365 +nonmechanistic a 1 1 & 1 0 01500876 +nonmedicinal a 1 1 & 1 0 01168632 +nonmetal a 1 2 & + 1 0 01529293 +nonmetallic a 1 2 ! & 1 1 01529293 +nonmetamorphic a 1 2 ! & 1 0 01531180 +nonmigratory a 1 1 ! 1 0 02129136 +nonmilitary a 1 1 & 1 0 01518955 +nonmodern a 1 3 ! & ^ 1 0 01536911 +nonmonotonic a 1 2 ! ; 1 0 01547721 +nonmotile a 1 2 & ; 1 0 01525502 +nonmoving a 1 4 ! & ^ = 1 0 01564073 +nonmusical a 2 1 = 2 0 01505786 01505318 +nonnative a 3 2 ! & 3 0 01037405 01035559 01035277 +nonnatural a 1 1 & 1 0 01577086 +nonnegative a 1 2 & ; 1 0 01819592 +nonnomadic a 1 1 & 1 0 02126694 +nonnormative a 1 1 & 1 0 02297586 +nonobjective a 1 1 & 1 0 01980557 +nonobligatory a 1 1 & 1 0 00847972 +nonobservant a 1 1 & 1 1 01784723 +nonopening a 1 1 & 1 0 01654299 +nonoperational a 1 2 ! ; 1 0 01660857 +nonoscillatory a 1 1 & 1 0 01970686 +nonparallel a 2 2 & ; 2 0 02380358 01720091 +nonparametric a 1 2 \ ; 1 0 02911488 +nonparasitic a 1 2 & ; 1 0 00728993 +nonpareil a 1 1 & 1 0 00505410 +nonparticulate a 1 1 ! 1 1 01724456 +nonpartisan a 1 3 ! & + 1 0 00731292 +nonpartizan a 1 1 & 1 0 00731292 +nonpasserine a 1 2 ! \ 1 0 02775175 +nonperiodic a 1 1 & 1 0 01970464 +nonpersonal a 1 1 & 1 0 01769744 +nonphotosynthetic a 1 2 ! \ 1 0 02777831 +nonphysical a 1 1 & 1 0 00627643 +nonplused a 1 1 & 1 0 01765926 +nonplussed a 1 1 & 1 0 01765926 +nonpoisonous a 2 1 & 2 0 02450919 00829146 +nonpolar a 1 0 1 0 02751367 +nonpolitical a 1 2 ! & 1 1 01815129 +nonporous a 1 1 ! 1 0 00329695 +nonpregnant a 1 1 ! 1 0 00173694 +nonprehensile a 1 1 ! 1 0 00129029 +nonprescription a 1 2 ! ; 1 0 01846204 +nonproductive a 1 1 & 1 1 01867189 +nonprofessional a 1 2 ! & 1 0 01869370 +nonprofit a 1 1 & 1 0 00484680 +nonprognosticative a 1 1 & 1 0 01883719 +nonprogressive a 1 1 & 1 0 00574884 +nonproprietary a 1 2 ! & 1 0 01109359 +nonprotractile a 1 0 1 0 00945019 +nonpsychoactive a 1 1 ! 1 0 01778073 +nonpublic a 1 1 & 1 0 01860207 +nonpurulent a 1 1 & 1 0 02116397 +nonracial a 1 1 ! 1 0 01928381 +nonracist a 1 1 & 1 0 00286470 +nonradioactive a 1 1 ! 1 0 00427255 +nonrandom a 1 2 ! & 1 0 01925158 +nonrational a 2 1 & 2 0 01926921 01431471 +nonreciprocal a 1 2 ! & 1 0 01946911 +nonreciprocating a 1 1 & 1 0 01947021 +nonrecreational a 1 1 & 1 0 01869126 +nonreflecting a 1 1 & 1 0 02008380 +nonreflective a 1 2 ! & 1 0 02008380 +nonrenewable a 1 0 1 0 01963117 +nonrepetitive a 1 1 ! 1 0 01964775 +nonrepresentational a 1 4 ! & ^ ; 1 0 01980250 +nonrepresentative a 1 1 ! 1 0 01982538 +nonresident a 1 1 ! 1 1 02125601 +nonresidential a 1 1 ! 1 0 00485252 +nonresilient a 1 1 & 1 0 00845856 +nonresinous a 1 1 & 1 0 00055142 +nonresiny a 1 1 & 1 0 00055142 +nonresistant a 2 2 & + 2 0 02362178 00697089 +nonresonant a 1 1 & 1 0 02011142 +nonrestrictive a 1 2 & ; 1 0 02005460 +nonreticulate a 1 1 ! 1 0 02007413 +nonretractable a 1 0 1 0 02007775 +nonretractile a 1 1 ! 1 0 02007775 +nonreturnable a 1 1 ! 1 0 00777238 +nonreversible a 1 1 ! 1 0 01760009 +nonrhythmic a 1 1 & 1 0 02021332 +nonrigid a 1 2 ! ; 1 0 01027076 +nonruminant a 1 2 ! \ 1 0 02790134 +nonsectarian a 1 2 ! & 1 0 02092129 +nonsegmental a 1 2 & ; 1 0 02478589 +nonsegregated a 1 1 & 1 0 01326516 +nonsense a 1 1 & 1 1 01498594 +nonsensical a 2 2 & + 2 0 02570643 01498594 +nonsensitive a 1 1 & 1 0 00416651 +nonsexual a 1 2 & = 1 0 02135913 +nonsignificant a 1 2 ! ; 1 0 02165925 +nonskid a 1 1 & 1 0 02236423 +nonslip a 1 1 & 1 0 02236532 +nonslippery a 1 3 ! & ^ 1 0 02236271 +nonsocial a 1 1 & 1 0 02253205 +nonsovereign a 1 1 & 1 0 01065401 +nonspatial a 1 2 ! \ 1 0 02841422 +nonspeaking a 1 1 ! 1 0 00153239 +nonspecific a 1 2 ! ; 1 1 01105620 +nonspherical a 1 2 ! \ 1 0 02800851 +nonstandard a 3 4 ! & = ; 3 0 02298285 02297166 02295867 +nonsteroidal a 1 2 ! \ 1 0 02803740 +nonstick a 1 1 & 1 0 02235330 +nonstop a 2 1 & 2 0 00761449 00595147 +nonstructural a 1 1 & 1 0 01091160 +nonsubjective a 1 1 & 1 0 01615180 +nonsubmergible a 1 0 1 0 02473033 +nonsubmersible a 1 1 ! 1 0 02473033 +nonsuppurative a 1 2 ! \ 1 0 02805872 +nonsurgical a 1 2 ! \ 1 0 02889157 +nonsweet a 1 2 & ^ 1 0 02338327 +nonsyllabic a 2 2 ! & 2 0 02289738 02288490 +nonsymbiotic a 1 2 & ; 1 0 00728993 +nonsynchronous a 1 1 & 1 0 02380225 +nonsynthetic a 1 1 & 1 0 01679907 +nontaxable a 1 3 ! & ^ 1 0 02400929 +nontechnical a 1 1 ! 1 0 01109096 +nontelescopic a 1 1 & 1 0 00466486 +nontelescoping a 1 1 & 1 0 00466486 +nonterritorial a 1 2 ! ; 1 0 02409712 +nonthermal a 1 2 ! \ 1 0 02814758 +nontoxic a 2 3 ! & ^ 2 0 02450640 00829146 +nontraditional a 1 1 ! 1 0 00611938 +nontransferable a 1 1 & 1 0 00094324 +nontranslational a 1 2 ! \ 1 0 03092376 +nontransmissible a 2 1 & 2 0 01316019 01303636 +nonturbulent a 1 1 & 1 0 00088792 +nonuniform a 1 1 & 1 0 01199663 +nonunion a 1 2 ! & 1 0 02474674 +nonunionised a 1 1 & 1 0 02475001 +nonunionized a 1 1 & 1 0 02475001 +nonuple a 1 1 & 1 0 02220099 +nonvenomous a 1 1 & 1 0 02451014 +nonverbal a 3 1 & 3 1 00497964 00499183 00499062 +nonviable a 1 1 & 1 0 00098043 +nonviolent a 2 4 ! & ^ + 2 0 02512922 00249576 +nonviscid a 1 1 & 1 0 00055041 +nonvisual a 1 1 & 1 0 02518370 +nonvolatile a 1 1 ! 1 1 02520077 +nonvolatilisable a 1 0 1 0 02520077 +nonvolatilizable a 1 0 1 0 02520077 +nonvoluntary a 1 2 & ^ 1 0 02521353 +nonwashable a 1 1 ! 1 0 02534245 +nonwoody a 1 2 ! & 1 0 02576657 +nordic a 3 2 & \ 3 0 03092661 03092527 00244324 +normal a 4 6 ! & ^ = + ; 4 2 01593649 01599445 01598319 01720549 +norman a 2 1 \ 2 0 03092958 03092824 +normative a 2 2 \ ; 2 0 02996239 00732456 +normotensive a 1 1 ! 1 0 01599340 +norse a 2 1 \ 2 0 02960130 02959912 +north a 1 3 ! & = 1 1 01600333 +north-central a 2 1 & 2 0 01604566 01600888 +north-polar a 1 2 & + 1 0 02444475 +north_african a 1 1 \ 1 0 02996373 +north_american a 1 1 \ 1 0 02928566 +north_korean a 1 2 \ + 1 1 02967990 +north_vietnamese a 1 1 \ 1 0 02769692 +northbound a 1 1 & 1 0 01600713 +northeast a 2 1 & 2 1 01601592 01601763 +northeasterly a 2 2 & + 2 0 01601763 01601592 +northeastern a 2 1 & 2 0 01601592 00827556 +northeastward a 1 1 & 1 0 01601901 +northerly a 2 2 & + 2 1 01601297 01601069 +northern a 4 4 ! & = + 4 3 01605753 01601297 01601069 01604226 +northernmost a 1 1 & 1 0 01601462 +northmost a 1 1 & 1 0 01601462 +northward a 1 1 & 1 0 01600713 +northwest a 2 1 & 2 1 01601981 01602112 +northwesterly a 2 2 & + 2 0 01602112 01601981 +northwestern a 2 1 & 2 0 01601981 00826658 +northwestward a 1 1 & 1 0 01602250 +norwegian a 1 2 \ + 1 0 02959912 +nosed a 1 2 ! & 1 1 01607293 +noseless a 1 1 ! 1 0 01607909 +nosey a 1 2 & + 1 0 00665156 +nosocomial a 1 1 \ 1 0 02769811 +nosohusial a 1 0 1 0 03147163 +nostalgic a 1 2 & + 1 0 00889098 +nosy a 1 2 & + 1 0 00665156 +not_bad a 1 2 & ; 1 0 01123879 +not_guilty a 1 1 & 1 0 01320474 +not_intrusive a 1 1 = 1 0 01352895 +not_surprised a 1 0 1 0 02359308 +notable a 2 2 & + 2 2 02586957 01375831 +notched a 2 1 & 2 0 02247785 02246903 +noted a 2 1 & 2 1 01375831 01287972 +noteworthy a 2 1 & 2 1 02586957 02163602 +noticeable a 4 4 ! & = + 4 2 01286799 01746995 01614778 02323204 +noticed a 1 2 ! & 1 0 01607978 +notifiable a 1 2 & + 1 0 00471698 +notional a 4 2 & + 4 0 01936528 00861818 00643598 00012071 +notorious a 1 1 & 1 1 01984411 +nourished a 1 2 ! & 1 1 02300227 +nourishing a 1 1 & 1 0 02557719 +nouveau-riche a 1 2 & + 1 0 01850862 +novel a 2 1 & 2 1 01687167 01642245 +noxious a 1 4 ! & ^ + 1 0 01611067 +nth a 1 1 & 1 0 02213144 +nubbly a 1 2 & + 1 0 02240795 +nubby a 1 2 & + 1 0 02240795 +nubile a 1 1 & 1 1 01489325 +nuclear a 4 4 ! & \ ; 4 4 00610532 02862444 02862629 00331259 +nucleate a 1 2 \ ; 1 0 02862797 +nucleated a 1 2 \ ; 1 0 02862797 +nude a 1 2 & + 1 1 00457998 +nugatory a 1 1 & 1 0 02503216 +null a 1 3 & + ; 1 1 02500590 +nullified a 1 1 & 1 0 02500497 +numb a 3 2 & + 3 1 02103333 02107386 00080698 +numberless a 1 1 & 1 0 00301951 +numbing a 1 1 & 1 1 02108547 +numerable a 1 2 & + 1 0 00301589 +numeral a 1 1 \ 1 0 02769933 +numerate a 1 3 ! ^ = 1 0 00832075 +numeric a 2 2 & \ 2 0 02769933 01915586 +numerical a 3 4 ! & \ + 3 2 01915586 02769933 02230795 +numerological a 1 2 \ + 1 0 02770123 +numerous a 1 2 & + 1 1 01552419 +numidian a 1 2 \ + 1 0 02770229 +numinous a 2 3 & \ + 2 1 02056001 02770360 +nuptial a 1 1 \ 1 0 02843495 +nursed a 1 1 & 1 0 00267268 +nurtural a 1 2 & + 1 0 01316127 +nurturant a 1 1 & 1 0 00506743 +nut-bearing a 1 1 & 1 0 01866243 +nutbrown a 1 1 & 1 0 00245860 +nutlike a 2 1 & 2 0 02398255 02042599 +nutmeg-shaped a 1 1 & 1 0 02148648 +nutrient a 1 2 & + 1 1 02557719 +nutritional a 1 2 \ + 1 1 03002351 +nutritionary a 1 2 \ + 1 0 03002351 +nutritious a 1 2 & + 1 0 02557719 +nutritive a 1 2 & + 1 1 02557719 +nuts a 1 1 & 1 0 02074929 +nutty a 2 2 & + 2 0 02398255 02074929 +nymphomaniac a 1 2 & + 1 0 01584857 +nymphomaniacal a 1 2 & + 1 0 01584857 +o.k. a 1 2 & ; 1 1 02081114 +oafish a 1 1 & 1 0 01949859 +oaken a 1 1 & 1 1 02576223 +oaten a 1 1 \ 1 0 03130585 +obdurate a 2 1 & 2 1 01957712 01158180 +obedient a 1 5 ! & ^ = + 1 1 01612053 +obese a 1 2 & + 1 0 00987180 +objectionable a 2 2 & + 2 1 01626874 00018850 +objective a 4 5 ! & \ + ; 4 1 01615180 02861997 01934026 00013442 +oblanceolate a 1 1 & 1 0 02169467 +oblate a 1 3 ! ^ + 1 0 02049918 +obligate a 1 2 ! ; 1 0 01617675 +obligated a 1 3 ! & ^ 1 1 01616474 +obligational a 1 1 \ 1 1 03137958 +obligatory a 2 3 ! & ^ 2 0 00848074 01580968 +obliged a 1 1 & 1 1 01616891 +obliging a 1 2 & + 1 0 00021110 +oblique a 2 4 ! & ^ + 2 1 01718867 00768098 +oblique-angled a 1 1 & 1 0 01720198 +obliterable a 1 2 & + 1 0 00898132 +obliterate a 1 1 & 1 0 00735088 +obliterated a 1 1 & 1 0 00735088 +oblivious a 2 2 & + 2 1 00192026 00165943 +oblong a 2 2 & + 2 0 02169591 01435507 +obnoxious a 1 2 & + 1 1 01626874 +obovate a 1 1 & 1 0 02169728 +obscene a 3 2 & + 3 1 00684163 01625063 00425740 +obscure a 6 2 & + 6 2 00431004 00534250 02089377 01122595 00581637 00567860 +obsequious a 2 2 & + 2 1 02181231 00790540 +observable a 1 2 & + 1 1 01287486 +observant a 3 2 & + 3 1 00164462 01745517 01395821 +observational a 1 1 & 1 1 00859949 +observed a 1 1 & 1 1 01610484 +observing a 1 1 & 1 0 01745517 +obsessed a 2 1 & 2 1 00544478 00599468 +obsessional a 1 2 & + 1 0 01585022 +obsessive a 1 2 & + 1 0 01585022 +obsessive-compulsive a 1 2 & + 1 1 01585312 +obsolescent a 1 2 & + 1 1 00669367 +obsolete a 1 2 & + 1 0 00669021 +obstetric a 1 2 \ + 1 0 02917694 +obstetrical a 1 2 \ + 1 0 02917694 +obstinate a 3 2 & ^ 3 0 02326695 01957712 01613839 +obstreperous a 2 2 & + 2 0 00696207 00083876 +obstructed a 1 3 ! & ^ 1 0 01620509 +obstructive a 1 2 & + 1 0 01764351 +obtainable a 1 2 & + 1 1 00184363 +obtrusive a 2 3 ! & + 2 0 01614778 01353866 +obtuse a 4 3 ! & + 4 0 01811905 02169359 00772492 00440579 +obviating a 1 1 & 1 0 01765132 +obvious a 1 5 ! & ^ = + 1 1 01618053 +occasional a 4 1 & 4 2 01067415 01842468 01961205 00594004 +occidental a 1 2 & + 1 0 00825375 +occipital a 1 2 \ + 1 1 02934994 +occluded a 2 1 & 2 2 01621807 01330307 +occlusive a 1 2 \ + 1 1 02950154 +occult a 2 2 & + 2 0 02518470 00900071 +occupational a 1 1 \ 1 1 02894591 +occupied a 4 2 ! & 4 1 01623187 01624267 01311814 00293611 +occurrent a 1 2 & + 1 0 00667641 +oceangoing a 1 1 & 1 0 01381074 +oceanic a 3 3 & \ + 3 0 02890216 01416081 01381196 +ocellated a 1 1 \ 1 0 02869368 +ocher a 1 1 & 1 0 00378498 +ochre a 1 1 & 1 0 00378498 +octagonal a 1 1 \ 1 0 02834862 +octal a 1 1 \ 1 0 02869437 +octangular a 1 1 \ 1 0 02834862 +octogenarian a 1 1 & 1 0 01646278 +octosyllabic a 1 2 & + 1 0 02289151 +octuple a 1 1 & 1 0 02219988 +ocular a 3 2 & \ 3 1 02869823 02869563 02516148 +odd a 6 4 ! & + ; 6 4 00913454 00490845 00916383 00968010 01487496 00926505 +odd-job a 1 1 & 1 0 01089949 +odd-pinnate a 1 1 & 1 0 02172995 +oddish a 1 1 & 1 0 00969264 +odds-on a 1 1 & 1 0 00893118 +odious a 1 2 & + 1 1 01460679 +odoriferous a 3 1 & 3 0 01628200 01054504 01052611 +odorless a 1 3 ! & = 1 0 01057775 +odorous a 3 4 ! & = + 3 0 01055073 01054504 01052611 +odourless a 1 2 & = 1 0 01057775 +oecumenic a 1 1 & 1 0 02092460 +oecumenical a 2 2 & + 2 0 02092460 00527188 +of_age a 1 1 & 1 1 01644541 +of_import a 1 3 & ^ = 1 0 01275562 +of_sound_mind a 1 1 & 1 0 02073678 +of_the_essence a 1 1 & 1 0 01276150 +of_unsound_mind a 1 1 & 1 0 02076988 +off a 5 2 ! & 5 2 01651469 02082924 01651896 02369869 00035254 +off-and-on a 1 1 & 1 0 00290593 +off-base a 1 1 & 1 0 00332269 +off-center a 1 1 & 1 0 00543494 +off-centered a 1 1 & 1 0 00543494 +off-color a 2 1 & 2 0 02394793 00424787 +off-colour a 1 1 & 1 0 02394793 +off-guard a 1 1 & 1 0 01932633 +off-key a 1 1 & 1 0 01164420 +off-limits a 1 1 & 1 0 02002683 +off-line a 2 2 ! ; 2 0 01651044 01650752 +off-putting a 2 1 & 2 0 01809541 00171292 +off-site a 1 1 ! 1 0 01637766 +off-street a 1 1 ! 1 0 01638178 +off-the-cuff a 1 1 & 1 0 01845451 +off-the-peg a 1 1 & 1 0 00672932 +off-the-rack a 1 1 & 1 0 00672932 +off-the-shelf a 1 1 & 1 0 00672932 +off-the-shoulder a 1 1 & 1 0 00459746 +off-the-wall a 1 1 & 1 0 00608791 +off-white a 1 1 & 1 0 00392460 +off_guard a 1 1 & 1 1 01932633 +off_her_guard a 1 1 & 1 0 01932633 +off_his_guard a 1 1 & 1 0 01932633 +off_one's_guard a 1 1 & 1 0 01932633 +off_the_beaten_track a 1 1 & 1 1 00444220 +off_the_hook a 1 1 & 1 0 02058379 +off_your_guard a 1 1 & 1 0 01932633 +offbeat a 1 1 & 1 1 00609564 +offenceless a 1 1 & 1 0 01628839 +offended a 1 1 & 1 0 01807075 +offending a 1 2 ! & 1 0 01631025 +offenseless a 1 1 & 1 0 01628839 +offensive a 7 5 ! & ^ = + 7 1 01631386 01628946 01628302 01627965 01624633 00908672 02560035 +offhand a 2 1 & 2 0 01845451 00313217 +offhanded a 2 1 & 2 0 01845451 00313217 +official a 5 6 ! & ^ \ + ; 5 3 01632537 02991463 01634736 01959918 01636363 +officious a 1 2 & + 1 0 01352561 +offish a 1 1 & 1 0 00134562 +offshore a 2 2 ! & 2 0 00464399 01381340 +offside a 1 2 ! ; 1 0 01652158 +offsides a 1 1 ; 1 0 01652158 +offstage a 2 2 ! & 2 0 01637904 01860328 +ohmic a 1 2 \ + 1 1 02950264 +oil-bearing a 1 1 & 1 0 01866336 +oil-fired a 1 1 & 1 0 01099134 +oil-soluble a 1 1 & 1 0 02265719 +oiled a 1 1 ! 1 1 01955031 +oily a 4 2 & + 4 3 00992432 02181432 01699838 00422168 +ok a 1 2 & ; 1 0 02081114 +okay a 1 2 & ; 1 1 02081114 +old a 8 6 ! & ^ = + ; 8 4 01643620 01638438 00966357 00936297 01729566 01116118 00820219 00127137 +old-fashioned a 1 2 & + 1 1 00974159 +old-hat a 2 1 & 2 0 01688757 00974159 +old-line a 1 1 & 1 0 02030425 +old-maidish a 1 1 & 1 0 00985297 +old-time a 1 1 & 1 0 00973192 +old-womanish a 1 1 & 1 0 00985297 +old-world a 1 1 & 1 0 01537628 +olde_worlde a 1 1 & 1 0 00973192 +olden a 1 1 & 1 0 01730745 +older a 3 1 & 3 3 01644225 02100031 00936297 +oldish a 1 1 & 1 0 01646366 +oldline a 1 1 & 1 0 02030425 +oleaceous a 1 2 \ + 1 0 02770479 +oleaginous a 2 2 & + 2 0 02181432 00992432 +oleophilic a 1 3 ! & ; 1 1 00492332 +oleophobic a 1 1 ! 1 1 00492595 +olfactive a 1 1 \ 1 0 02770629 +olfactory a 1 1 \ 1 0 02770629 +oligarchic a 1 2 \ + 1 0 02770742 +oligarchical a 1 2 \ + 1 0 02770742 +olive a 1 1 & 1 1 00378782 +olive-brown a 1 1 & 1 0 00378591 +olive-colored a 1 1 & 1 0 00399606 +olive-coloured a 1 1 & 1 0 00399606 +olive-drab a 1 1 & 1 0 00378687 +olive-gray a 1 1 & 1 0 00390630 +olive-grey a 1 1 & 1 0 00390630 +olive-like a 1 1 & 1 0 02046828 +olive-sized a 1 1 & 1 0 01394316 +olivelike a 1 1 & 1 0 02046828 +olympian a 4 3 & \ + 4 0 03093379 03093184 02339791 01676026 +olympic a 2 2 \ + 2 1 03093076 03093379 +omani a 1 2 \ + 1 0 03093551 +ominous a 2 2 & + 2 1 00194357 00178126 +omissible a 1 2 & + 1 0 01857410 +omissive a 1 2 \ + 1 0 02765190 +omnibus a 1 2 & + 1 0 00528041 +omnidirectional a 1 2 ! \ 1 0 02714141 +omnifarious a 1 1 & 1 0 02507209 +omnipotent a 1 2 & + 1 0 01826186 +omnipresent a 1 2 & + 1 0 01847515 +omniscient a 1 2 & + 1 1 02569454 +omnivorous a 1 2 ! & 1 0 00315109 +on a 2 2 ! & 2 1 01651196 01651741 +on-going a 1 1 & 1 0 00667822 +on-key a 1 1 & 1 0 01163759 +on-line a 3 3 ! & ; 3 0 01650883 01650401 00667936 +on-site a 1 2 ! & 1 1 01637454 +on-street a 1 1 ! 1 0 01638311 +on-the-job a 1 1 \ 1 0 02771328 +on-the-scene a 1 1 & 1 1 01637583 +on-the-spot a 1 1 & 1 1 01637583 +on_fire a 1 1 & 1 1 00475308 +on_guard a 1 1 & 1 1 00162661 +on_hand a 1 1 & 1 1 00185020 +on_one's_guard a 1 1 & 1 0 00162661 +on_tap a 2 1 & 2 0 00185363 00185160 +on_the_button a 1 1 & 1 0 01839099 +on_the_fence a 1 1 & 1 0 00686356 +on_the_go a 1 1 & 1 0 00033359 +on_the_hook a 1 1 & 1 1 02060359 +on_the_job a 1 1 & 1 1 00864461 +on_the_loose a 1 1 & 1 0 01062114 +on_the_nose a 1 1 & 1 0 01839099 +on_the_offensive a 1 1 & 1 0 01630033 +on_the_table a 1 1 & 1 0 01024400 +on_trial a 1 1 & 1 1 01894576 +on_your_guard a 1 1 & 1 0 00162661 +oncologic a 1 2 \ + 1 0 02913243 +oncological a 1 2 \ + 1 0 02913243 +oncoming a 1 1 & 1 1 01562416 +one a 7 2 & + 7 5 02186338 02477885 02064427 01677623 00702642 01330506 00505410 +one-armed a 1 1 & 1 0 00146693 +one-celled a 1 1 & 1 0 00328401 +one-dimensional a 2 1 & 2 0 00659715 00658259 +one-eared a 1 1 & 1 0 00241004 +one-eyed a 1 1 & 1 0 00954233 +one-handed a 1 1 & 1 0 02027906 +one-horse a 1 1 & 1 1 00637455 +one-humped a 1 1 \ 1 0 02770951 +one-man a 1 1 & 1 0 02214518 +one-member a 1 2 & ; 1 0 02215769 +one-on-one a 2 2 & ; 2 0 01860465 00494198 +one-party a 1 1 & 1 0 00237156 +one-person a 1 1 & 1 0 02214518 +one-piece a 1 1 ! 1 0 01649876 +one-seed a 1 1 & 1 0 02255736 +one-seeded a 1 1 & 1 0 02255736 +one-sided a 3 1 & 3 0 01760009 00236989 01723091 +one-time a 1 1 & 1 0 01729566 +one-to-one a 1 1 & 1 0 01487048 +one-way a 1 1 & 1 0 00234378 +one-winged a 1 1 & 1 0 02567738 +one-woman a 1 1 & 1 0 02214518 +one-year a 1 1 ; 1 0 00678024 +one-year-old a 1 1 & 1 0 01647601 +one_and_only a 1 1 & 1 0 00505410 +one_hundred a 1 1 & 1 1 02196107 +one_hundred_eighty a 1 1 & 1 0 02198069 +one_hundred_fifteen a 1 1 & 1 0 02196543 +one_hundred_fifty a 1 1 & 1 0 02197364 +one_hundred_fifty-five a 1 1 & 1 0 02197476 +one_hundred_five a 1 1 & 1 0 02196333 +one_hundred_forty a 1 1 & 1 0 02197130 +one_hundred_forty-five a 1 1 & 1 0 02197244 +one_hundred_ninety a 1 1 & 1 0 02198187 +one_hundred_one a 1 1 & 1 0 02196211 +one_hundred_seventy a 1 1 & 1 0 02197828 +one_hundred_seventy-five a 1 1 & 1 0 02197944 +one_hundred_sixty a 1 1 & 1 0 02197595 +one_hundred_sixty-five a 1 1 & 1 0 02197708 +one_hundred_ten a 1 1 & 1 0 02196439 +one_hundred_thirty a 1 1 & 1 0 02196891 +one_hundred_thirty-five a 1 1 & 1 0 02197007 +one_hundred_twenty a 1 1 & 1 0 02196657 +one_hundred_twenty-five a 1 1 & 1 0 02196769 +one_thousand a 1 1 & 1 1 02198752 +oneiric a 1 1 \ 1 0 02771079 +onerous a 1 2 & + 1 0 01189109 +onetime a 1 1 & 1 1 01729566 +ongoing a 1 1 & 1 0 00667822 +online a 3 2 & ; 3 0 01650883 01650401 00667936 +only a 2 1 & 2 0 02214736 01862697 +onomastic a 1 2 \ + 1 0 02771174 +onomatopoeic a 2 1 \ 2 0 03137397 01217579 +onomatopoeical a 1 1 + 1 0 01217579 +onomatopoetic a 2 2 \ + 2 0 03137397 01217579 +onshore a 2 1 & 2 1 00464195 00125068 +onside a 1 2 ! ; 1 0 01652033 +onstage a 1 1 ! 1 0 01638053 +ontogenetic a 1 2 \ + 1 0 02942769 +ontological a 1 2 \ + 1 0 02920464 +onymous a 1 2 ! & 1 0 00121034 +oozing a 1 1 & 1 0 01397892 +oozy a 1 2 & + 1 0 01397892 +opalescent a 1 2 & + 1 1 00282020 +opaline a 1 1 & 1 0 00282020 +opaque a 2 5 ! & ^ = + 2 1 00433115 00535293 +open a 21 5 ! & ^ + ; 21 14 01652380 01652902 01886620 01861910 01654377 00185509 02003357 02523664 02232112 01659117 01659999 02130821 02087178 01449354 01985247 01704761 02474876 02361540 01622505 01310273 00036254 +open-air a 1 1 & 1 0 01692512 +open-and-shut a 1 1 & 1 0 01619475 +open-chain a 1 2 & ; 1 0 00677313 +open-collared a 1 1 & 1 1 00297250 +open-ended a 3 1 & 3 2 02003604 00740958 00346246 +open-eyed a 1 1 & 1 0 00091764 +open-hearth a 1 1 \ 1 0 02889271 +open-minded a 1 1 & 1 0 00287498 +open-plan a 1 1 & 1 0 02003477 +open-source a 1 2 \ ; 1 0 03093695 +opencast a 1 2 & ; 1 0 02471602 +opencut a 1 2 & ; 1 0 02471602 +opened a 3 1 & 3 2 01654377 01653135 02087178 +openhanded a 1 2 & + 1 0 01111418 +openhearted a 2 1 & 2 0 01372948 00499315 +opening a 1 3 ! & + 1 1 01008947 +openmouthed a 1 2 & ; 1 1 02358762 +operable a 3 2 ! & 3 0 01169817 02124253 01835663 +operant a 1 2 & + 1 0 00832609 +operatic a 1 2 \ + 1 1 02912383 +operating a 2 2 & < 2 1 03150985 00833018 +operational a 4 4 ! & \ ; 4 4 03014288 02124253 01660267 00833018 +operationalist a 1 1 \ 1 0 02912250 +operative a 4 3 ! & + 4 1 00832347 01169194 02164050 01091728 +operculate a 1 1 \ 1 0 02974507 +operculated a 1 1 \ 1 0 02974507 +operose a 1 2 & + 1 0 00836544 +ophthalmic a 2 1 \ 2 0 02889516 02889406 +opinionated a 1 1 & 1 1 00288362 +opinionative a 1 2 & + 1 0 00288362 +opisthognathous a 1 2 ! & 1 0 01875829 +opponent a 1 2 & + 1 0 01246148 +opportune a 1 4 ! & ^ + 1 0 01660994 +opportunist a 1 2 & + 1 0 00931974 +opportunistic a 1 2 & + 1 1 00931974 +opposable a 1 1 ! 1 0 01662510 +opposed a 1 2 ! & 1 1 01662756 +opposing a 1 1 & 1 1 01246148 +opposite a 6 4 ! & + ; 6 6 02070887 01663201 02071139 02070711 02067913 02066312 +oppositive a 1 1 & 1 0 00564504 +oppressed a 1 1 & 1 0 00869972 +oppressive a 2 2 & + 2 0 01189998 00788474 +opprobrious a 2 2 & + 2 0 01628531 01227546 +optative a 2 3 \ + ; 2 0 03094006 03093862 +opthalmic a 1 1 \ 1 0 02869823 +optic a 2 2 \ + 2 0 02869823 02869563 +optical a 3 2 \ + 3 2 02861859 02869563 02869823 +optimal a 1 2 & + 1 1 00228645 +optimistic a 2 4 ! & ^ + 2 1 01663571 01817908 +optimum a 1 2 & + 1 1 00228645 +optional a 1 2 ! & 1 0 00847399 +opulent a 1 2 & + 1 1 02024928 +oracular a 3 3 & \ + 3 0 03000868 01882621 00102930 +oral a 4 5 ! & \ + ; 4 1 02284169 02771485 01665184 00110252 +orange a 1 2 & + 1 1 00378892 +orange-brown a 1 1 & 1 0 00379181 +orange-colored a 1 1 & 1 0 00399715 +orange-coloured a 1 1 & 1 0 00399715 +orange-flowered a 1 1 & 1 0 00399840 +orange-hued a 1 1 & 1 0 00399715 +orange-red a 1 1 & 1 0 00379084 +orange-sized a 1 1 & 1 0 02223977 +orangish a 1 1 & 1 0 00378892 +orangish-red a 1 1 & 1 0 00379084 +oratorical a 1 2 & + 1 1 02017933 +orb-weaving a 1 1 \ 1 0 02771648 +orbicular a 2 1 & 2 0 02169844 02041229 +orbiculate a 1 1 & 1 0 02169844 +orbital a 2 2 \ + 2 1 02979285 02870178 +orbitual a 1 1 & 1 0 00676271 +orchestral a 1 2 \ + 1 1 02956137 +orchestrated a 1 1 \ 1 0 02956272 +ordained a 2 1 & 2 0 02129718 00573542 +ordered a 3 3 ! & ^ 3 1 01667519 01681028 00464513 +orderly a 2 3 ! & + 2 1 01666126 02423284 +ordinal a 2 4 ! & \ + 2 0 02996466 02200035 +ordinary a 2 5 ! & ^ = + 2 2 01672607 00486290 +organic a 6 4 ! & + ; 6 1 01679055 01679459 01093142 02558767 01166875 00901345 +organicistic a 1 2 \ + 1 0 02986392 +organisational a 1 1 \ 1 0 02898276 +organised a 1 1 & 1 0 02474476 +organismal a 1 2 \ + 1 0 02986509 +organismic a 1 2 \ + 1 0 02986509 +organizational a 1 1 \ 1 1 02898276 +organized a 3 3 ! & ^ 3 2 01670221 01668340 02474476 +orgiastic a 2 2 & + 2 0 02134162 00797706 +oriental a 1 2 & + 1 1 00825807 +orientated a 1 2 & ^ 1 0 01682229 +orientating a 1 2 & ^ 1 0 01684426 +oriented a 1 3 ! & ^ 1 1 01682229 +orienting a 1 3 ! & ^ 1 0 01684426 +original a 4 5 ! & ^ = + 4 3 01012503 01853039 01686439 00699207 +originative a 2 4 & ^ = + 2 0 00643250 01687363 +ornamental a 1 2 & + 1 0 01091234 +ornate a 1 2 & + 1 0 02017141 +ornery a 1 2 & + 1 1 01135673 +ornithological a 1 2 \ + 1 0 03094928 +oropharyngeal a 1 2 \ + 1 0 02771740 +orotund a 2 1 & 2 0 02016881 01457486 +orphaned a 1 1 & 1 0 01734171 +orphic a 2 3 & \ + 2 0 02771866 00900071 +orthodontic a 1 2 \ + 1 0 02915815 +orthodox a 3 6 ! & ^ \ = ; 3 2 02953420 01689880 02953598 +orthogonal a 3 2 & + 3 0 01976532 01974979 01720642 +orthographic a 1 2 \ + 1 1 02909952 +orthomolecular a 1 1 & 1 0 01166993 +orthopaedic a 1 1 \ 1 0 03095068 +orthopedic a 1 1 \ 1 1 03095068 +orthopedical a 1 2 \ + 1 0 03095068 +orthoptic a 1 2 \ + 1 0 03095257 +orthostatic a 1 1 & 1 0 01236716 +orthotropous a 1 2 ! ; 1 0 01029563 +orwellian a 1 2 \ + 1 0 02772012 +oscan-speaking a 1 1 & 1 0 00499441 +oscillating a 1 1 & 1 0 01967917 +oscillatory a 1 2 & + 1 0 01967917 +oscine a 1 2 \ + 1 0 03138122 +oscitant a 1 2 & + 1 0 00165766 +osmotic a 1 2 \ + 1 0 03000608 +osseous a 1 1 \ 1 1 03138224 +ossicular a 1 2 \ + 1 0 03138396 +ossiculate a 1 1 \ 1 0 03138396 +ossiferous a 1 1 \ 1 0 03138545 +ossified a 1 1 & 1 0 01025397 +osteal a 2 1 \ 2 0 03138664 03138224 +ostensible a 2 1 & 2 0 01873985 01117942 +ostensive a 2 1 & 2 0 01325193 01117942 +ostentatious a 2 3 ! & + 2 1 01848355 02394975 +otc a 1 1 & 1 0 01418647 +other a 4 5 ! & ^ = + 4 2 02069355 01730820 01729384 00969333 +otherwise a 1 1 & 1 0 02071301 +otherworldly a 1 2 & + 1 0 01577086 +otic a 1 1 \ 1 0 02979028 +otiose a 3 1 & 3 0 02503305 02497471 00294579 +ototoxic a 1 1 & 1 0 02450364 +ottoman a 1 1 \ 1 0 02970241 +out a 10 3 ! & ; 10 3 02061487 00100213 01823948 02334973 01761375 01295946 00974908 00952653 00949797 00572714 +out-and-out a 1 1 & 1 1 00520892 +out-of-bounds a 2 1 & 2 2 00956049 02002683 +out-of-date a 1 1 & 1 0 00669138 +out-of-door a 1 2 & ^ 1 0 01692222 +out-of-pocket a 1 1 & 1 0 00137373 +out-of-school a 1 1 & 1 1 01063490 +out-of-the-way a 3 1 & 3 1 00490979 01881365 00444220 +out-of-town a 1 1 & 1 1 00446605 +out_of_gear a 1 1 & 1 0 01101264 +out_of_place a 1 1 & 1 1 00138782 +out_of_play a 1 2 & ; 1 0 00100506 +out_of_practice a 1 1 & 1 0 02230205 +out_of_print a 1 1 & 1 0 00598536 +out_of_reach a 1 1 & 1 0 00020410 +out_of_sight a 1 1 & 1 1 02517817 +out_of_stock a 1 1 & 1 0 00186490 +out_of_the_blue a 1 1 & 1 1 00930765 +out_of_the_question a 1 1 & 1 1 02418692 +out_of_true a 1 1 & 1 0 00912637 +out_of_use a 1 1 & 1 0 01653857 +out_of_whack a 1 2 & ; 1 0 01092727 +out_of_work a 1 1 & 1 0 00865007 +out_or_keeping a 1 1 & 1 0 00562909 +out_to a 1 1 & 1 1 01990172 +outback a 1 2 & + 1 0 00020103 +outboard a 1 3 ! & + 1 0 01291391 +outbound a 1 1 & 1 0 01295660 +outbred a 1 3 ! ^ ; 1 0 01291937 +outcast a 1 2 & + 1 0 02528440 +outcaste a 1 3 & + ; 1 0 02528566 +outclassed a 1 1 & 1 1 02341132 +outdated a 1 1 & 1 1 00669138 +outdoor a 2 4 ! & ^ \ 2 2 01692222 03095372 +outdoorsy a 1 2 & + 1 0 01692640 +outer a 3 4 ! & = ; 3 2 00949548 00951163 00948384 +outermost a 1 1 & 1 0 00949883 +outfitted a 2 1 & 2 0 01097484 01094855 +outflowing a 1 1 & 1 0 01295837 +outgoing a 3 4 ! & ^ = 3 1 01295443 01294185 02258249 +outlandish a 1 2 & + 1 0 00608791 +outlaw a 2 2 & + 2 0 01403760 01396333 +outlawed a 1 1 & 1 0 01403760 +outlined a 1 1 & 1 1 00780712 +outlying a 1 1 & 1 1 00444399 +outmoded a 1 1 & 1 1 00974159 +outmost a 1 1 & 1 0 00949883 +outraged a 1 1 & 1 1 00115494 +outrageous a 2 2 & + 2 1 01626562 01534282 +outre a 1 1 & 1 0 00608791 +outrigged a 1 1 & 1 0 01093631 +outright a 1 1 & 1 1 01914407 +outside a 10 4 ! & ^ ; 10 7 01692969 01350225 00948514 01692222 01347749 00952761 01037885 01413084 00950002 00023655 +outsize a 1 2 & + 1 0 01389993 +outsized a 1 1 & 1 0 01389993 +outspoken a 2 2 & + 2 1 00499530 00764484 +outspread a 1 1 & 1 0 01431938 +outstanding a 4 1 & 4 2 02343762 00580805 01710543 01278818 +outstretched a 1 1 & 1 0 01432070 +outward a 2 5 ! & ^ = + 2 1 00950706 01295660 +outward-bound a 1 1 & 1 0 01295660 +outward-developing a 1 2 & ; 1 0 00332524 +outward-moving a 1 1 & 1 0 00332723 +oval a 1 2 & + 1 1 02046199 +oval-bodied a 1 1 & 1 0 00628610 +oval-fruited a 1 1 & 1 0 01082038 +oval-shaped a 1 1 & 1 0 02046199 +ovarian a 1 2 \ + 1 0 02932685 +ovate a 2 1 & 2 0 02169940 02046199 +oven-ready a 1 1 & 1 0 01844141 +oven-shaped a 1 1 & 1 0 02148728 +over a 1 1 & 1 1 01003277 +over-embellished a 1 1 & 1 0 02017372 +over-the-counter a 2 2 & ; 2 0 01846204 01418647 +over-the-hill a 1 1 & 1 0 01646435 +over-the-top a 1 1 & 1 0 01534648 +overabundant a 1 2 & + 1 0 00015720 +overactive a 1 2 & + 1 1 00033206 +overage a 1 1 & 1 0 01646435 +overaged a 1 1 & 1 0 01646435 +overall a 2 1 & 2 2 01102451 01582946 +overambitious a 1 1 & 1 0 00104942 +overanxious a 1 1 & 1 0 02093703 +overarm a 1 2 & ; 1 0 02470734 +overawed a 1 1 & 1 0 02014972 +overbearing a 2 2 & + 2 1 00787357 01891109 +overblown a 2 1 & 2 0 01849960 01489454 +overbold a 1 1 & 1 0 00205295 +overburdened a 1 1 & 1 0 00869690 +overbusy a 1 1 & 1 0 00293819 +overcareful a 1 1 & 1 0 00310943 +overcast a 1 2 & + 1 1 00461971 +overcautious a 1 1 & 1 0 00326296 +overconfident a 1 2 & + 1 1 00339288 +overcredulous a 1 1 & 1 0 00646890 +overcritical a 1 1 & 1 0 00648345 +overcurious a 1 1 & 1 1 00665502 +overdelicate a 1 1 & 1 0 00706974 +overdone a 2 1 & 2 1 01533806 00617864 +overdressed a 1 1 & 1 0 00456355 +overdue a 1 1 & 1 0 00137120 +overeager a 1 1 & 1 0 00811707 +overemotional a 1 1 & 1 0 00856511 +overenthusiastic a 1 1 & 1 0 00886980 +overexcited a 1 1 & 1 0 00920422 +overfamiliar a 1 1 & 1 0 00205150 +overfed a 1 1 & 1 0 02300714 +overflowing a 1 1 & 1 0 01083754 +overfond a 1 1 & 1 0 01466136 +overfull a 1 1 & 1 0 01085167 +overgenerous a 1 1 & 1 0 01111965 +overgreedy a 1 1 & 1 0 00011665 +overgrown a 2 1 & 2 1 01697235 02574092 +overhand a 2 3 ! & ; 2 1 02470734 00674021 +overhanded a 1 2 & ; 1 0 02470734 +overhasty a 1 1 & 1 0 01270868 +overhead a 1 1 ! 1 1 02472563 +overheated a 1 1 & 1 1 01249621 +overindulgent a 1 2 & + 1 0 01299385 +overjealous a 1 1 & 1 0 02464105 +overjoyed a 1 1 & 1 0 01363936 +overladen a 1 1 & 1 0 01085848 +overland a 1 1 & 1 0 00125170 +overlarge a 1 1 & 1 0 01390130 +overloaded a 1 1 & 1 1 01085848 +overlooked a 1 1 & 1 1 01608848 +overlooking a 1 1 & 1 0 01205232 +overlying a 1 1 & 1 0 02349149 +overmodest a 1 1 & 1 0 01538118 +overmuch a 1 2 & + 1 0 01553925 +overnice a 1 1 & 1 0 00984333 +overnight a 1 1 & 1 1 01441530 +overpowering a 1 1 & 1 0 01989446 +overpriced a 1 1 & 1 1 00934082 +overprotective a 1 1 & 1 1 01888450 +overproud a 1 1 & 1 0 01892433 +overreaching a 1 1 & 1 0 00251529 +overrefined a 1 1 & 1 0 01948958 +overriding a 1 1 & 1 1 00792202 +overripe a 1 1 & 1 0 01493807 +oversea a 1 1 & 1 0 01381473 +overseas a 2 1 & 2 1 01037763 01381473 +oversensitive a 1 2 & + 1 0 02106651 +overserious a 1 1 & 1 0 02119639 +oversewn a 1 1 & 1 0 00674021 +oversexed a 1 1 & 1 0 02134286 +overshot a 1 1 & 1 0 01354308 +oversize a 1 1 & 1 0 01389993 +oversized a 1 1 & 1 1 01389993 +oversolicitous a 1 1 & 1 0 00164598 +overstated a 1 1 & 1 0 01533806 +overstrung a 2 1 & 2 0 02406370 02403401 +overstuffed a 1 1 & 1 0 01154775 +oversubscribed a 1 1 & 1 0 02259380 +oversuspicious a 1 1 & 1 0 02464615 +overt a 1 3 ! & ^ 1 1 01704761 +overturned a 1 1 & 1 1 02467766 +overvaliant a 1 1 & 1 1 00251681 +overweening a 2 1 & 2 0 02000968 01540102 +overweight a 1 2 & + 1 1 00987769 +overwhelming a 2 1 & 2 1 01989446 01511152 +overwrought a 1 1 & 1 0 00085870 +overzealous a 1 1 & 1 0 01726859 +oviform a 1 1 & 1 0 02046199 +ovine a 1 1 \ 1 0 02932802 +oviparous a 1 3 ! & ; 1 0 02519171 +ovoid a 1 2 & + 1 0 02046199 +ovoviviparous a 1 2 ! ; 1 0 02519399 +ovular a 2 2 \ + 2 0 02933027 02932931 +owing a 1 1 & 1 1 01710543 +owlish a 1 1 & 1 0 02569945 +own a 1 1 & 1 1 01768724 +owned a 1 2 ! & 1 1 00360306 +owner-occupied a 1 1 & 1 0 01311973 +ownerless a 1 0 1 0 00360569 +ox-eyed a 1 1 & 1 0 00954390 +oxford-gray a 1 1 & 1 0 00390725 +oxford-grey a 1 1 & 1 0 00390725 +oxidative a 1 2 & + 1 0 00068883 +oxidised a 1 1 < 1 1 03151122 +oxidizable a 1 1 & 1 0 01929202 +oxidized a 1 1 < 1 0 03151122 +oxonian a 2 2 \ + 2 0 03095813 03095588 +p.m. a 1 1 & 1 0 00130701 +pachydermal a 1 2 \ + 1 0 02772186 +pachydermatous a 2 3 & \ + 2 0 02772186 02107162 +pachydermic a 1 2 \ + 1 0 02772186 +pachydermous a 1 2 \ + 1 0 02772186 +pacific a 3 3 & \ + 3 0 02946644 01741669 00760149 +pacifist a 1 2 & + 1 0 01741953 +pacifistic a 1 2 & + 1 0 01741953 +packable a 1 1 \ 1 0 02772465 +packaged a 1 2 ! & 1 0 01739178 +packed a 2 1 & 2 1 00560100 00502922 +padded a 1 1 & 1 1 01153703 +paddle-shaped a 1 1 & 1 0 02148805 +paederastic a 1 2 & + 1 0 01202367 +paediatric a 1 2 \ + 1 0 02893637 +pagan a 1 2 & + 1 0 01784401 +paid a 3 2 ! & 3 2 01708249 01869126 01871473 +paid-up a 1 1 & 1 0 01709245 +pain-free a 1 1 & 1 0 01713250 +pained a 1 1 & 1 0 01807075 +painful a 4 4 ! & ^ + 4 2 01711071 01804175 01126291 00478685 +painless a 2 3 ! & ^ 2 1 00750712 01713095 +painstaking a 1 2 & + 1 0 00310138 +paintable a 1 1 ! 1 0 01715872 +painted a 4 3 ! & ^ 4 2 01713373 01573889 01714516 00398978 +painterly a 1 3 & + ; 1 0 00070288 +paired a 3 2 & ; 3 1 01486960 01663201 01483076 +pakistani a 1 2 \ + 1 0 03095964 +palaeolithic a 1 1 \ 1 0 03090263 +palaeontological a 1 2 \ + 1 0 02772654 +palatable a 1 3 ! ^ + 1 0 01716227 +palatal a 2 3 & \ + 2 0 02996605 01157494 +palatalised a 1 1 & 1 0 01157494 +palatalized a 1 1 & 1 0 01157494 +palatial a 2 3 & \ + 2 0 03096141 01286093 +palatine a 3 2 \ + 3 0 02996605 02861483 02861402 +palatoglossal a 1 1 \ 1 0 02772543 +pale a 5 2 & + 5 4 00408992 02325984 00408445 00405879 01458200 +pale-colored a 1 1 & 1 0 00399923 +pale-faced a 1 1 & 1 0 00235913 +pale-hued a 1 1 & 1 0 00399923 +pale_blue a 1 1 & 1 0 00377131 +paleoanthropological a 1 2 \ + 1 0 02907330 +paleocortical a 1 2 \ + 1 1 03010904 +paleolithic a 1 1 \ 1 0 03090263 +paleontological a 1 2 \ + 1 0 02772654 +paleozoic a 1 1 \ 1 0 02996801 +palestinian a 1 2 \ + 1 0 02974615 +palingenetic a 1 4 ! \ + ; 1 0 02687434 +palish a 1 1 & 1 0 00409141 +palladian a 1 2 \ + 1 0 02772819 +palliative a 1 2 & + 1 0 01341153 +pallid a 3 2 & + 3 2 00405879 02325984 00408445 +pally a 1 2 & ; 1 0 01075524 +palm-shaped a 1 1 & 1 0 02173125 +palmar a 1 2 \ + 1 0 02773062 +palmate a 2 1 & 2 0 02591239 02173125 +palmately-lobed a 1 1 & 1 0 00239742 +palmatifid a 1 1 & 1 0 02173264 +palmlike a 1 1 & 1 0 00614791 +palmy a 1 1 & 1 0 02331857 +palpable a 2 5 ! & ^ + ; 2 1 01717117 01747713 +palpatory a 1 2 \ + 1 0 02773293 +palpebrate a 1 1 \ 1 0 02773401 +palpitant a 1 2 & + 1 0 02304322 +palpitating a 1 1 & 1 0 02304322 +palsied a 1 1 & 1 0 02545874 +palsy-walsy a 1 2 & ; 1 0 01075524 +paltry a 2 2 & + 2 0 02502994 00107384 +pampering a 1 2 & + 1 0 01299484 +pan-hellenic a 1 1 \ 1 0 03016027 +panamanian a 1 2 \ + 1 0 02966482 +pancake-like a 1 1 & 1 0 02042687 +pancake-style a 1 1 & 1 0 00617951 +pancreatic a 1 2 \ + 1 0 02932561 +pandemic a 2 2 & + 2 0 01427188 01102568 +pandurate a 1 1 & 1 0 02170052 +panduriform a 1 1 & 1 0 02170052 +panegyric a 1 2 & + 1 0 00906099 +panegyrical a 1 2 & + 1 0 00906099 +paneled a 1 1 & 1 0 00059669 +panhellenic a 1 1 \ 1 0 03016027 +panic-stricken a 1 1 & 1 1 00080357 +panic-struck a 1 1 & 1 0 00080357 +panicked a 1 1 & 1 1 00080357 +panicky a 1 2 & + 1 0 00080357 +panicled a 1 2 \ ; 1 0 02773472 +paniculate a 1 2 \ ; 1 0 03133791 +panoplied a 2 1 & 2 0 01094647 00454849 +panoptic a 2 1 & 2 0 02516785 00526062 +panoptical a 1 2 & + 1 0 02516785 +panoramic a 1 2 & + 1 1 02561123 +pantalooned a 1 1 & 1 0 00454984 +pantheist a 1 1 \ 1 0 02931675 +pantheistic a 1 2 \ + 1 0 02931675 +pantropic a 1 1 & 1 0 02443803 +pantropical a 1 1 & 1 0 02443803 +papal a 1 2 \ + 1 1 02879638 +paper_thin a 1 1 & 1 0 02414500 +paperback a 1 2 & + 1 0 00257232 +paperbacked a 1 1 & 1 0 00257232 +paperlike a 1 1 \ 1 0 02691531 +papery a 2 3 & \ + 2 1 02414599 02691531 +papillary a 1 2 \ + 1 1 03010176 +papillate a 1 1 \ 1 0 03010337 +papilliform a 1 1 \ 1 0 02773612 +papillose a 1 1 \ 1 0 03010176 +papist a 1 1 + 1 0 02921753 +papistic a 1 1 + 1 0 02921753 +papistical a 1 1 + 1 0 02921753 +pappose a 1 2 & ; 1 0 00214907 +papuan a 1 2 \ + 1 0 03096269 +parabolic a 2 3 & \ + 2 0 02996904 02046916 +parabolical a 2 3 & \ + 2 0 02996904 02046916 +paraboloidal a 1 2 & + 1 0 02047051 +paradigmatic a 3 3 ! \ + 3 0 02965552 02965415 02773691 +paradisaic a 1 1 & 1 0 01180084 +paradisaical a 1 1 & 1 0 01180084 +paradisal a 1 2 & + 1 0 01180084 +paradisiac a 1 1 & 1 0 01180084 +paradisiacal a 1 2 & + 1 0 01180084 +paradoxical a 1 2 & + 1 1 00939895 +paraguayan a 1 2 \ + 1 0 02967179 +parallel a 2 4 ! & ^ ; 2 1 01718158 02379157 +paralytic a 2 3 & \ + 2 0 03096448 02545989 +paralytical a 1 2 \ + 1 0 03096448 +paralyzed a 1 1 & 1 0 02545989 +paramagnetic a 1 2 \ + 1 1 03002617 +paramedical a 1 1 + 1 0 02773862 +parametric a 1 2 \ + 1 1 02911346 +paramilitary a 1 2 \ + 1 0 02764378 +paramount a 1 1 & 1 1 00792202 +paranasal a 1 1 \ 1 0 02774164 +paranoid a 1 2 & + 1 1 02077157 +paranormal a 2 3 ! & ^ 2 0 02108827 01599532 +paraphrastic a 1 2 & + 1 0 00353001 +paraplegic a 1 2 & + 1 0 02546116 +parapsychological a 1 2 & + 1 0 01599782 +parasitic a 3 3 & \ + 3 0 02833692 02720484 00726723 +parasitical a 2 3 & \ + 2 0 02833692 00726723 +parasiticidal a 1 1 & 1 0 01165266 +parasympathetic a 1 2 \ + 1 1 03011248 +parasympathomimetic a 1 1 \ 1 0 03011380 +parceled_out a 1 1 & 1 0 00540236 +parched a 2 1 & 2 1 02551946 00618040 +pardonable a 1 2 ! & 1 1 01721059 +parental a 2 4 ! \ + ; 2 1 02884085 01722529 +parented a 1 1 ! 1 0 01733867 +parenteral a 2 2 \ ; 2 0 03096747 03096635 +parenthetic a 1 2 & + 1 0 01857527 +parenthetical a 1 2 & + 1 0 01857527 +parentless a 1 1 & 1 0 01733982 +pareve a 1 2 & ; 1 0 00829243 +parheliacal a 1 1 \ 1 0 02774269 +parhelic a 1 2 \ + 1 0 02774269 +parietal a 1 2 \ ; 1 0 02896222 +paripinnate a 1 1 & 1 0 02172617 +parisian a 1 2 \ + 1 1 03023449 +parked a 1 1 < 1 1 03151302 +parky a 1 2 & ; 1 0 01252566 +parliamentary a 3 3 & \ + 3 2 02774411 00715830 00716056 +parlous a 1 1 & 1 0 02060496 +parochial a 2 3 & \ + 2 1 02871695 00637267 +paroicous a 1 1 & 1 0 01543502 +parotid a 1 1 \ 1 0 02774705 +parous a 1 2 \ + 1 0 02774585 +paroxysmal a 1 2 \ + 1 0 02774804 +parrotlike a 1 1 & 1 1 01217134 +parsimonious a 1 2 & + 1 0 01114116 +part-time a 1 2 ! & 1 1 01089369 +parted a 1 1 & 1 1 02173371 +parthenogenetic a 1 2 & + 1 0 02136158 +parthian a 1 2 \ + 1 0 03096931 +partial a 3 4 ! & ^ + 3 2 00524693 01722965 01292683 +partible a 1 1 & 1 0 00785555 +participating a 1 1 & 1 0 01515280 +participatory a 1 2 & + 1 0 00716211 +participial a 1 3 \ + ; 1 0 03097103 +particolored a 1 1 & 1 0 00398978 +particoloured a 1 1 & 1 0 00398978 +particular a 6 2 & + 6 3 01104026 01104460 00488187 01853228 00984624 00311044 +particularised a 1 1 & 1 0 01104709 +particularistic a 1 2 \ + 1 1 02860719 +particularized a 1 1 & 1 0 01104709 +particulate a 1 1 ! 1 1 01724368 +partisan a 1 3 ! & + 1 0 00730731 +partitive a 3 3 & \ + 3 0 03097502 03097289 00565289 +partizan a 1 2 & + 1 0 00730731 +parttime a 1 1 & 1 0 01089369 +parturient a 2 3 & \ + 2 0 02860919 00003829 +party-spirited a 1 1 & 1 0 00730896 +parve a 1 2 & ; 1 0 00829243 +parvenu a 2 2 & + 2 0 01850862 01642379 +parvenue a 2 1 & 2 0 01850862 01642379 +paschal a 1 1 \ 1 0 02774923 +pass a 1 1 ; 1 0 01241927 +passable a 2 2 ! & 2 0 01724551 02080937 +passant a 1 2 & ; 1 0 01236842 +passe a 1 1 & 1 0 00974159 +passee a 1 1 & 1 0 00974159 +passerine a 1 3 ! \ + 1 0 02775029 +passing a 4 3 ! & ; 4 1 01756292 01241927 02081933 00312234 +passionate a 1 4 ! & ^ + 1 1 01725712 +passionless a 2 3 ! & ^ 2 0 01727439 01257990 +passive a 3 5 ! & = + ; 3 2 00039592 02513101 00042228 +past a 2 5 ! & ^ = + 2 2 01727926 01296091 +pasted a 1 1 & 1 1 00159106 +pastel a 2 2 & + 2 2 00707087 00409207 +pastel-colored a 1 1 & 1 0 00400013 +pastelike a 1 1 & 1 1 00406140 +pasteurian a 1 2 \ + 1 0 03036191 +pasteurised a 1 1 < 1 0 03151423 +pasteurized a 1 1 < 1 0 03151423 +pastoral a 3 3 & \ + 3 1 02860564 02895044 02051179 +pasty a 2 2 & + 2 2 00406140 00053691 +pat a 2 2 & + 2 0 01799781 00135342 +patched a 2 1 & 2 1 01640356 01789481 +patchy a 1 2 & + 1 0 00912814 +patellar a 1 2 \ + 1 0 02861072 +patelliform a 1 1 & 1 0 00536792 +patent a 2 2 & + 2 0 01622748 01618376 +patented a 1 1 & 1 0 01110686 +paternal a 4 6 ! & ^ \ = + 4 0 02759604 01734436 01722529 01971671 +paternalistic a 1 2 & + 1 1 01734772 +pathetic a 3 2 & + 3 2 01050890 00905181 00752847 +pathless a 1 1 & 1 1 00020241 +pathogenic a 1 2 & + 1 1 01168434 +pathologic a 2 3 & \ + 2 1 01176246 02861206 +pathological a 3 3 & \ + 3 2 02861206 01585491 01176246 +patient a 1 4 ! & ^ + 1 1 01735736 +patient_of a 1 1 & 1 0 01736883 +patriarchal a 2 5 ! & ^ \ + 2 1 01737825 02759765 +patriarchic a 1 2 & + 1 0 01738100 +patricentric a 1 1 & 1 0 01738252 +patrician a 2 2 & + 2 0 01948848 01590484 +patrilineal a 1 1 & 1 0 01416959 +patrilinear a 1 1 & 1 0 01416959 +patrimonial a 1 3 & + ; 1 0 01314197 +patriotic a 1 4 ! & ^ + 1 1 01740207 +patristic a 1 2 \ + 1 1 03020463 +patristical a 1 2 \ + 1 0 03020463 +patronised a 1 0 1 0 01738746 +patronising a 1 1 & 1 0 02338917 +patronized a 1 1 ! 1 0 01738746 +patronizing a 1 1 & 1 1 02338917 +patronless a 1 1 & 1 0 01738895 +patronymic a 1 2 \ + 1 0 03097689 +patterned a 1 2 ! & 1 0 01786133 +pauline a 1 1 \ 1 0 02775318 +paunchy a 1 2 & + 1 0 00986457 +paved a 1 2 ! & 1 1 01739693 +pavlovian a 1 2 \ + 1 0 03036316 +pawky a 1 2 & ; 1 0 00149686 +payable a 1 1 & 1 1 00136884 +paying a 2 1 & 2 0 01871473 01708663 +paying_attention a 1 1 = 1 0 01194483 +pea-green a 1 1 & 1 0 00379495 +peace-loving a 1 1 & 1 1 01742119 +peaceable a 3 3 & ^ + 3 1 01742119 01740892 01741669 +peaceful a 2 4 ! & ^ + 2 1 01740892 02513101 +peacekeeping a 1 1 \ 1 0 02775417 +peach-colored a 1 1 & 1 0 00400101 +peachy a 2 3 & + ; 2 0 01123879 00379267 +peachy-colored a 1 1 & 1 0 00379267 +peachy-coloured a 1 1 & 1 0 00379267 +peacock-blue a 1 1 & 1 0 00379413 +peaked a 2 1 & 2 2 02542325 01810868 +peaky a 1 2 & + 1 1 01214255 +peanut a 1 1 & 1 0 01473353 +pear-shaped a 2 1 & 2 0 02042775 01457486 +pearl_gray a 1 1 & 1 0 00390844 +pearl_grey a 1 1 & 1 0 00390844 +pearlescent a 1 1 & 1 0 00282020 +pearly a 1 2 & + 1 1 00390943 +pearly-white a 1 1 & 1 0 00390943 +peaty a 1 2 \ + 1 0 02775599 +pebble-grained a 1 1 & 1 0 00912980 +pebbly a 1 2 & + 1 0 02242223 +peccable a 1 1 & 1 0 02515214 +peccant a 1 1 & 1 0 02515214 +peckish a 2 2 & ; 2 0 01269819 01136541 +pectic a 1 2 \ + 1 0 03097826 +pectinate a 1 1 & 1 0 02247422 +pectineal a 1 1 \ 1 0 02776296 +pectoral a 1 2 \ + 1 0 02860389 +peculiar a 4 2 & + 4 2 00968010 01104026 00491089 00357790 +pecuniary a 1 1 \ 1 0 02775934 +pedagogic a 1 2 \ + 1 0 02945971 +pedagogical a 1 2 \ + 1 1 02945971 +pedal a 1 1 \ 1 0 02776174 +pedantic a 1 2 & + 1 1 02083908 +pedate a 2 2 & ; 2 0 02173510 01031503 +pederastic a 1 2 & + 1 0 01202367 +pedestrian a 1 1 & 1 0 01346343 +pediatric a 1 2 \ + 1 0 02893637 +pedigree a 1 1 & 1 0 01903965 +pedigreed a 1 1 & 1 0 01903965 +pedunculate a 1 2 ! ; 1 0 00159735 +peeled a 1 2 & ; 1 0 00458266 +peerless a 1 1 & 1 0 00505410 +peeved a 1 1 & 1 0 01806106 +peevish a 1 2 & + 1 1 01136541 +pegged-down a 1 1 & 1 1 02096083 +pejorative a 1 1 & 1 0 00907243 +pelagic a 1 1 \ 1 0 02890216 +pelecypod a 1 2 & + 1 0 02484078 +pelecypodous a 1 2 & + 1 0 02484078 +pell-mell a 1 1 & 1 0 01271410 +pellucid a 2 3 & + ; 2 0 00431774 00429355 +peloponnesian a 1 2 \ + 1 0 02879947 +peltate a 1 1 & 1 0 02170199 +pelvic a 1 2 \ + 1 1 02894741 +pemphigous a 1 2 \ + 1 0 02776379 +penal a 3 2 & \ 3 0 02779420 01902866 01404370 +penciled a 1 1 < 1 1 03151711 +pencilled a 1 1 < 1 0 03151711 +pendant a 1 1 & 1 0 02351370 +pendent a 1 1 & 1 0 02351370 +pending a 1 1 & 1 1 01004703 +pendulous a 1 2 & ; 1 0 01238486 +penetrable a 2 3 ! & + 2 0 01771462 02524563 +penetrating a 2 1 & 2 1 01744515 00802514 +penetrative a 2 2 & + 2 0 01744515 00802514 +penial a 1 2 \ + 1 0 03097952 +penicillin-resistant a 1 1 \ 1 0 02779530 +penile a 1 1 \ 1 0 03097952 +peninsular a 1 2 \ + 1 0 03098252 +penitent a 1 4 ! & ^ + 1 0 01743217 +penitential a 1 2 & + 1 0 01743704 +penitentiary a 2 2 & + 2 0 01902980 01743704 +pennate a 1 1 & 1 0 00998598 +penniless a 1 2 & + 1 0 02023661 +penny-pinching a 1 2 & + 1 0 01113225 +penny-wise a 1 1 & 1 0 02421833 +pensionable a 1 1 & 1 0 00852875 +pensive a 2 2 & + 2 1 02419434 01362950 +pent a 1 1 & 1 0 00558951 +pent-up a 1 1 & 1 0 01316467 +pentagonal a 1 1 \ 1 0 02834730 +pentamerous a 1 2 & ; 1 0 02482298 +pentangular a 1 1 \ 1 0 02834730 +pentasyllabic a 1 1 & 1 0 02289287 +pentatonic a 1 2 \ + 1 0 02938485 +pentavalent a 1 2 \ ; 1 0 03098390 +pentecostal a 2 2 \ + 2 0 03098628 03098491 +penultimate a 1 1 & 1 0 01015392 +penumbral a 1 1 \ 1 0 02779654 +penurious a 2 2 & + 2 0 02023661 01114116 +peopled a 1 1 & 1 1 01312105 +peppery a 1 2 & + 1 0 02397496 +peppy a 1 2 & + 1 0 00805309 +peptic a 1 2 \ + 1 0 02908525 +per_capita a 1 1 & 1 1 00482452 +perambulating a 1 1 & 1 1 01523968 +perceivable a 2 1 & 2 0 01747849 00533452 +perceived a 2 1 & 2 1 01609501 01609373 +perceptible a 3 4 ! & ^ + 3 1 01746605 01717471 01287282 +perceptive a 2 4 ! & \ + 2 2 02868326 01744111 +perceptual a 1 2 \ + 1 1 02945377 +percipient a 1 2 & + 1 0 00771616 +percussive a 1 2 \ + 1 1 03004701 +percutaneous a 1 2 \ ; 1 0 02944327 +perdurable a 1 2 & + 1 0 01754049 +peregrine a 1 2 & + 1 0 02128084 +peremptory a 3 1 & 3 1 00787595 00713205 00685365 +perennial a 3 4 ! & + ; 3 1 00678473 01441729 00592880 +perfect a 3 4 ! & ^ = 3 1 01749320 01520091 00915321 +perfected a 1 1 & 1 0 02148917 +perfectible a 1 2 & + 1 0 01751693 +perfervid a 1 1 & 1 0 01726235 +perfidious a 1 2 & + 1 0 00960094 +perfoliate a 1 1 & 1 0 02170411 +perforate a 1 1 & 1 0 00662139 +perforated a 2 1 & 2 0 00662139 00661973 +perfumed a 2 1 & 2 1 01052888 01052611 +perfunctory a 2 1 & 2 1 00312234 01043619 +perianal a 1 1 \ 1 0 02856584 +pericardiac a 1 1 \ 1 0 02856654 +pericardial a 1 2 \ + 1 0 02856654 +perigonal a 1 1 \ 1 0 02775713 +perilous a 1 2 & + 1 1 02060496 +perinasal a 1 1 \ 1 0 02978928 +perinatal a 1 1 ! 1 0 00129276 +perineal a 1 2 \ + 1 0 02856851 +periodic a 2 3 ! & + 2 1 01967240 00594004 +periodical a 1 2 & + 1 0 01967240 +periodontal a 1 2 \ + 1 0 02916006 +periodontic a 1 2 \ + 1 0 02916006 +peripatetic a 2 3 & \ + 2 0 03028465 02128388 +peripheral a 2 3 ! & + 2 2 00331446 01857743 +periphrastic a 1 2 & + 1 0 00767626 +peripteral a 1 2 ! & 1 0 00139870 +perirhinal a 1 1 \ 1 0 02978928 +perishable a 1 4 ! & ^ + 1 0 01753365 +peristylar a 1 2 & + 1 0 00140075 +perithelial a 1 2 \ + 1 0 02775797 +peritoneal a 1 2 \ + 1 0 03001012 +peritrichous a 1 2 & ; 1 0 01696999 +periwigged a 1 1 & 1 0 02564683 +perked_up a 1 1 & 1 0 00119993 +perky a 1 2 & + 1 1 00363621 +permanent a 2 5 ! & ^ = + 2 1 01754421 01759527 +permanent-press a 1 1 & 1 0 01360085 +permeable a 1 4 ! & ^ + 1 0 01772032 +permeant a 1 2 & + 1 0 00468795 +permeating a 1 1 & 1 0 00468795 +permeative a 1 2 & + 1 0 00468795 +permed a 1 1 & 1 0 01030525 +permissible a 2 4 ! & ^ + 2 0 01760944 01762404 +permissive a 2 4 ! & = + 2 0 01763594 01762839 +permutable a 1 2 & + 1 0 00918200 +pernicious a 2 2 & + 2 0 01611329 01162406 +pernickety a 1 1 & 1 0 00985104 +peroneal a 1 1 \ 1 0 02856972 +perpendicular a 3 5 ! & ^ = + 3 0 01720280 01233347 01145724 +perpetual a 2 2 & + 2 1 01755024 00595299 +perplexed a 1 4 ! & ^ + 1 1 01765643 +perplexing a 1 1 & 1 1 00430756 +persevering a 1 1 & 1 0 01736122 +persian a 1 1 + 1 0 03075191 +persistent a 4 4 ! & + ; 4 2 00593071 01040544 01758339 02327569 +persisting a 1 1 & 1 0 00596043 +persnickety a 2 1 & 2 0 01890382 00985104 +person-to-person a 1 1 & 1 0 01769179 +personable a 1 2 & + 1 0 00168694 +personal a 5 5 ! & ^ \ + 5 4 01767329 01616157 02858816 01779428 02858707 +personalised a 1 1 & 1 0 01768252 +personalized a 2 1 & 2 1 01768252 01768969 +perspicacious a 2 2 & + 2 0 02569558 00771803 +perspicuous a 1 3 & + ; 1 0 00429355 +persuadable a 1 1 & 1 0 02361848 +persuasible a 1 2 & + 1 0 02361848 +persuasive a 1 4 ! & ^ + 1 1 01769843 +pert a 1 2 & + 1 1 02280090 +pertinacious a 1 2 & + 1 0 02327569 +pertinent a 2 2 & + 2 2 01975833 00138314 +perturbed a 1 2 & ; 1 0 00532560 +perturbing a 1 1 & 1 0 01189386 +peruked a 1 1 & 1 0 02564683 +peruvian a 1 2 \ + 1 0 02966154 +pervasive a 1 2 & + 1 0 00468795 +perverse a 3 2 & + 3 1 01818820 01613839 00621524 +perversive a 1 2 & + 1 0 01132366 +perverted a 3 1 & 3 0 01597509 01311067 00621524 +pervious a 1 4 ! & ^ + 1 0 01773234 +pesky a 1 1 & 1 0 00089550 +pessimal a 1 1 & 1 0 00230208 +pessimistic a 1 4 ! & ^ + 1 1 01664581 +pessimum a 1 1 & 1 0 00230208 +pestered a 1 1 & 1 1 02455845 +pestering a 1 1 & 1 1 00089550 +pestiferous a 4 1 & 4 0 02114296 01427333 01132366 00089550 +pestilent a 2 2 & + 2 0 01611329 01427333 +pestilential a 1 2 & + 1 1 01427333 +pet a 1 1 & 1 0 01462882 +petal-like a 1 1 & 1 0 01702727 +petaled a 1 1 & 1 0 01775540 +petalled a 1 1 & 1 0 01775540 +petalless a 1 0 1 0 01776532 +petallike a 1 1 & 1 0 01702727 +petaloid a 1 1 \ 1 0 02776496 +petalous a 1 3 ! & + 1 0 01775540 +petite a 1 2 & + 1 1 01392249 +petitionary a 1 2 & + 1 0 00714585 +petrifying a 1 1 & 1 0 00196233 +petrous a 1 1 & 1 0 01152320 +petticoated a 1 1 & 1 1 00456436 +pettish a 1 2 & + 1 0 01136541 +petty a 3 3 & + ; 3 0 02100968 01280908 00288498 +petulant a 1 2 & + 1 0 01136541 +phagocytic a 1 2 \ + 1 0 02776576 +phalangeal a 1 2 \ + 1 0 02776688 +phallic a 2 3 & \ + 2 0 02839179 01477391 +phantasmagoric a 1 2 & + 1 0 01943067 +phantasmagorical a 1 2 & + 1 0 01943067 +phantasmal a 1 2 & + 1 0 01574925 +phantom a 1 1 & 1 1 01939402 +pharaonic a 1 2 \ + 1 0 02776813 +pharisaic a 1 2 & + 1 0 01782100 +pharisaical a 1 2 & + 1 0 01782100 +pharmaceutic a 1 2 \ + 1 0 03098803 +pharmaceutical a 2 2 \ + 2 1 03098803 03099131 +pharmacologic a 1 2 \ + 1 0 02912686 +pharmacological a 1 2 \ + 1 1 02912686 +pharyngeal a 1 2 \ + 1 0 02997099 +phenomenal a 2 2 & \ 2 0 02859708 01676993 +phenotypic a 1 2 \ + 1 0 02942347 +phenotypical a 1 2 \ + 1 0 02942347 +philanthropic a 2 3 & \ + 2 1 00359645 03006699 +philatelic a 1 2 \ + 1 0 03006854 +philatelical a 1 2 \ + 1 0 03006854 +philharmonic a 2 2 & \ 2 1 03099259 01505619 +philhellene a 1 2 \ + 1 0 03133141 +philhellenic a 1 2 \ + 1 0 03133141 +philippine a 1 2 \ + 1 0 03066180 +philistine a 2 3 & \ + 2 0 03099392 01333886 +philological a 1 2 \ + 1 1 03019955 +philosophic a 2 3 & \ + 2 1 02858231 00858053 +philosophical a 2 3 & \ + 2 2 02858231 00858053 +phlegmatic a 1 2 & + 1 0 00858340 +phlegmatical a 1 2 & + 1 0 00858340 +phlegmy a 1 2 ! + 1 0 01178856 +phobic a 1 2 & + 1 0 01585679 +phocine a 1 1 \ 1 0 02853663 +phoenician a 1 1 \ 1 0 02776931 +phonemic a 1 2 \ + 1 1 02858086 +phonetic a 2 2 \ + 2 1 02857893 02857726 +phoney a 1 2 & + 1 0 01117477 +phonic a 3 2 \ + 3 1 03099638 03099549 02857893 +phonogramic a 1 2 \ + 1 0 02777055 +phonologic a 1 2 \ + 1 1 02777160 +phonological a 1 2 \ + 1 0 02777160 +phony a 1 2 & + 1 1 01117477 +phosphorescent a 1 2 & + 1 1 00272555 +phosphoric a 1 2 \ + 1 0 03099742 +phosphorous a 1 2 \ + 1 0 03099742 +photic a 1 1 \ 1 0 02838805 +photochemical a 1 2 \ + 1 0 02692815 +photoconductive a 1 2 \ + 1 0 02827413 +photoelectric a 1 1 \ 1 0 02827790 +photoelectrical a 1 1 \ 1 0 02827790 +photoemissive a 1 1 \ 1 0 02827571 +photogenic a 1 1 & 1 0 00168820 +photographic a 2 3 & \ + 2 1 02838592 00915420 +photomechanical a 1 2 \ + 1 0 02777355 +photometric a 1 1 \ 1 0 02777548 +photometrical a 1 2 \ + 1 0 02777548 +photosensitive a 1 2 & + 1 0 02104727 +photosynthetic a 1 3 ! \ + 1 0 02777686 +photovoltaic a 1 1 \ 1 0 02827662 +phrasal a 1 2 \ + 1 0 02937108 +phreatic a 1 1 \ 1 0 02777931 +phrenetic a 1 1 & 1 0 00086341 +phrenic a 1 1 \ 1 0 02997227 +phrenological a 1 2 \ + 1 0 02778016 +phyletic a 1 1 \ 1 0 02942958 +phylliform a 1 1 & 1 0 02149070 +phyllodial a 1 3 \ + ; 1 0 03133883 +phylogenetic a 1 2 \ + 1 0 02942958 +physical a 7 4 ! & \ + 7 5 01778212 02779774 00627004 01574259 00874092 00842324 00627204 +physicochemical a 1 1 \ 1 1 02693186 +physiologic a 1 2 & + 1 0 01779558 +physiological a 2 3 & \ + 2 1 02949082 01779558 +physiotherapeutic a 1 2 \ + 1 0 02889619 +phytophagic a 1 2 & ; 1 0 00314639 +phytophagous a 1 2 & ; 1 0 00314639 +phytophilous a 1 2 & ; 1 0 00314639 +piagetian a 1 2 \ + 1 0 03036464 +pianissimo a 1 2 & + 1 0 01458490 +pianissimo_assai a 1 1 & 1 0 01458619 +pianistic a 2 2 \ + 2 1 03023216 03023348 +piano a 1 2 ! & 1 0 01458303 +picaresque a 1 1 & 1 0 01224755 +picayune a 1 2 & ; 1 0 01280908 +pickled a 1 1 & 1 0 01073094 +picky a 1 1 & 1 0 00984624 +pictographic a 1 2 \ + 1 0 02778122 +pictorial a 2 3 & \ + 2 2 02861617 01941026 +pictural a 1 2 \ + 1 0 02861617 +pictured a 2 1 & 2 1 01935301 01715157 +picturesque a 2 2 & + 2 2 00219924 00407887 +piddling a 1 2 & ; 1 0 01280908 +pie-eyed a 1 2 & ; 1 0 00798103 +piebald a 1 1 & 1 0 00398978 +piecemeal a 1 1 & 1 0 01143006 +pied a 1 1 & 1 0 00398978 +pierced a 1 1 & 1 0 00662139 +piercing a 2 1 & 2 0 01744515 00803432 +pietistic a 2 3 & \ + 2 0 02920594 01782100 +pietistical a 2 3 & \ + 2 0 02920594 01782100 +piezoelectric a 1 2 \ + 1 1 02980972 +piffling a 1 2 & ; 1 0 01280908 +pig-sized a 1 1 & 1 0 02224076 +pigeon-breasted a 1 1 & 1 0 02142139 +pigeon-toed a 1 1 ! 1 1 01032624 +piggish a 1 2 & + 1 0 00011327 +piggy a 1 2 & + 1 0 00011327 +pigheaded a 1 2 & + 1 1 02327428 +pilar a 1 2 \ + 1 0 02778439 +pilary a 1 3 & + ; 1 0 00215087 +pillaged a 2 1 & 2 0 01087757 00735709 +pillar-shaped a 1 1 & 1 0 02047160 +pillared a 1 1 & 1 0 00141429 +pilose a 1 2 & ; 1 0 00215087 +pilosebaceous a 1 1 \ 1 0 02778533 +pilotless a 1 1 & 1 0 01480080 +pilous a 1 3 & + ; 1 0 00215087 +pimpled a 1 1 & 1 0 00246175 +pimply a 1 2 & + 1 0 00246175 +pinchbeck a 1 1 & 1 0 01118118 +pinched a 4 1 & 4 2 01213550 00988988 02023661 01448861 +pineal a 2 2 & \ 2 0 03099928 02047252 +pinioned a 2 1 & 2 0 02567815 00253654 +pink a 1 2 & + 1 1 00379595 +pink-collar a 1 1 & 1 0 02556568 +pink-lavender a 1 1 & 1 0 00379697 +pink-orange a 1 1 & 1 0 00379804 +pink-purple a 1 1 & 1 0 00380077 +pink-red a 1 1 & 1 0 00379914 +pink-slipped a 1 1 & 1 0 00864884 +pink-tinged a 1 1 & 1 0 00379992 +pink-tipped a 1 1 & 1 0 02431178 +pinkish a 1 1 & 1 0 00379595 +pinkish-lavender a 1 1 & 1 0 00379697 +pinkish-orange a 1 1 & 1 0 00379804 +pinkish-purple a 1 1 & 1 0 00380077 +pinkish-white a 1 1 & 1 0 00391077 +pinnate a 1 1 & 1 0 02173632 +pinnate-leafed a 1 1 & 1 0 01702814 +pinnate-leaved a 1 1 & 1 0 01702814 +pinnated a 1 1 & 1 0 02173632 +pinnatifid a 1 1 & 1 0 02173773 +pinnatisect a 1 1 & 1 0 02173930 +pinstriped a 1 1 & 1 0 01789873 +pint-size a 1 2 & ; 1 0 02387790 +pint-sized a 1 2 & ; 1 0 02387790 +pinwheel-shaped a 1 1 & 1 0 02042872 +pious a 1 5 ! & ^ = + 1 0 01781478 +piquant a 3 1 & 3 0 02398378 02306874 00167671 +piratical a 2 2 \ + 2 1 03100026 03100184 +piscatorial a 1 1 \ 1 0 03100315 +piscatory a 1 1 \ 1 0 03100315 +piscine a 1 1 \ 1 0 02832382 +piscivorous a 1 1 & 1 0 00313836 +pissed a 2 2 & ; 2 0 01806106 00798103 +pissed_off a 1 1 & 1 0 01806106 +pistillate a 2 2 & ; 2 0 00316046 01478482 +pitch-black a 1 2 & + 1 0 00274068 +pitch-dark a 1 1 & 1 0 00274068 +pitched a 2 2 & < 2 1 03151871 01235334 +pitcher-shaped a 1 1 & 1 0 02149153 +pitchy a 2 2 & + 2 0 00388849 00054364 +piteous a 1 2 & + 1 1 01050890 +pithy a 1 2 & + 1 1 00548316 +pitiable a 2 1 & 2 1 00905181 01050890 +pitiful a 3 1 & 3 1 00905181 01126841 01050890 +pitiless a 2 2 & + 2 1 01508086 01264179 +pitted a 1 1 & 1 0 00327690 +pituitary a 1 2 \ + 1 0 03100479 +pivotal a 1 2 & + 1 0 00656507 +pixilated a 2 2 & ; 2 0 02122715 00798103 +pizzicato a 1 1 & 1 0 00945927 +placable a 1 2 ! & 1 0 01784830 +placating a 1 1 & 1 0 00759826 +placative a 1 2 & + 1 0 00759826 +placatory a 1 2 & + 1 0 00759826 +placeable a 1 1 & 1 0 01272920 +placed a 2 1 & 2 0 02126430 01681477 +placental a 1 3 ! & + 1 0 01830946 +placid a 2 2 & + 2 2 00302951 01134486 +placoid a 1 1 & 1 0 00659421 +plagiarised a 1 1 & 1 0 00698848 +plagiaristic a 1 2 & + 1 0 00698848 +plagiarized a 1 1 & 1 0 00698848 +plagioclastic a 1 2 \ + 1 0 02778332 +plaguey a 2 2 & + 2 0 01427333 00089550 +plaguy a 1 2 & + 1 0 00089550 +plain a 7 4 ! & ^ + 7 6 01618376 01791911 01785906 01907103 00765666 00060605 00169432 +plain-woven a 1 1 & 1 0 02579864 +plainspoken a 2 1 & 2 0 02018899 00764484 +plaintive a 1 2 & + 1 0 01366157 +planar a 1 3 ! & + 1 1 00658942 +planate a 1 1 & 1 0 00659530 +plane a 1 2 & + 1 1 00910101 +plane-polarized a 1 1 \ 1 0 02779960 +planetal a 1 2 \ + 1 0 02778668 +planetary a 4 3 & \ + 4 1 02778668 02780093 02127509 01568684 +plangent a 1 2 & + 1 0 01457234 +planktonic a 1 2 \ + 1 0 02778943 +planless a 1 1 & 1 0 01910652 +planned a 2 3 ! & ^ 2 1 01797148 01842963 +planoconcave a 1 1 & 1 0 00536898 +planoconvex a 1 1 & 1 0 00538371 +planographic a 1 2 \ + 1 0 02779044 +plant-eating a 1 2 & ; 1 0 00314639 +plantal a 1 2 \ + 1 0 02833235 +plantar a 1 1 \ 1 0 02779163 +planted a 2 2 ! & 2 1 01635633 01831473 +plantigrade a 1 2 ! ; 1 0 00751353 +plastered a 3 2 & ; 3 1 02427718 01697129 00798103 +plastic a 3 2 & + 3 1 00844461 02364954 00585398 +platelike a 1 1 & 1 0 00659421 +platinum-blonde a 1 1 & 1 0 00243945 +platitudinal a 1 1 & 1 0 01689223 +platitudinous a 1 2 & + 1 1 01689223 +platonic a 2 3 & \ + 2 1 02780680 01727644 +platonistic a 1 2 \ + 1 0 02780538 +platyrhine a 1 0 1 0 01408929 +platyrhinian a 1 1 + 1 0 01408929 +platyrrhine a 1 1 ! 1 0 01408929 +platyrrhinian a 1 1 + 1 0 01408929 +platyrrhinic a 1 1 + 1 0 01408929 +plausible a 2 4 ! & ^ + 2 1 01799457 02182728 +plausive a 1 1 & 1 0 00996089 +playable a 1 1 ! 1 1 00955115 +played a 1 2 < ; 1 1 03152015 +played_out a 2 1 & 2 1 02433451 02582602 +playful a 1 4 ! & = + 1 1 02121859 +pleading a 1 1 & 1 0 00713995 +pleasant a 2 5 ! & ^ = + 2 2 01800349 01586866 +pleasant-smelling a 1 1 & 1 0 01056802 +pleasant-tasting a 1 1 & 1 0 02396720 +pleased a 2 3 ! & ^ 2 2 01805157 01892506 +pleasing a 1 3 ! & ^ 1 1 01807219 +pleasurable a 1 1 & 1 0 01801029 +plebeian a 1 2 & + 1 0 01593079 +pledged a 1 1 & 1 0 00518549 +plenary a 1 2 & + 1 0 00528167 +plenteous a 1 2 & + 1 0 00014490 +plentiful a 3 2 & + 3 2 00015854 00014490 01080900 +pleochroic a 1 1 \ 1 0 03007149 +pleomorphic a 1 2 \ + 1 0 02780837 +pleonastic a 1 2 & + 1 0 00549826 +plethoric a 1 2 & + 1 0 00015720 +pleural a 1 2 \ + 1 1 02947653 +pleurocarpous a 1 2 ! + 1 0 02590382 +pliable a 4 2 & + 4 0 02362030 02144436 01028163 01022367 +pliant a 4 2 & + 4 1 02364954 02144436 01028163 01022367 +plodding a 1 1 & 1 1 00837756 +plotted a 1 1 & 1 0 01842963 +ploughed a 1 1 & 1 0 01832945 +plowed a 1 2 ! & 1 0 01832945 +plucked a 2 3 ! & ; 2 0 00945772 00999519 +plucky a 2 2 & + 2 0 00266634 02279900 +plugged a 2 2 & < 2 0 03152135 01621080 +plumaged a 1 1 & 1 0 00998674 +plumate a 1 2 & ; 1 0 00998850 +plumb a 1 1 & 1 0 01233851 +plumbable a 1 0 1 0 00994744 +plumbaginaceous a 1 2 \ + 1 0 02780975 +plumbic a 1 1 \ 1 0 02781131 +plumbous a 1 1 \ 1 0 02781131 +plume-tipped a 1 1 & 1 0 02431262 +plumed a 3 2 & ; 3 0 00998985 00998850 00057881 +plumelike a 1 1 & 1 0 00999136 +plumlike a 1 1 & 1 0 02047335 +plummy a 2 2 & ; 2 0 00733632 00074216 +plumose a 1 2 & ; 1 0 00998850 +plump a 1 2 & + 1 1 00986766 +plumping a 1 1 & 1 1 01390215 +plumy a 3 1 & 3 0 00999136 00998985 00058554 +plundered a 1 1 & 1 0 01087757 +plundering a 1 1 & 1 0 00030701 +pluperfect a 1 1 & 1 0 01751828 +plural a 2 3 ! & + 2 0 02183512 02182979 +pluralistic a 1 2 \ + 1 1 02947477 +plus a 2 2 ! & 2 0 01819390 00065064 +plush a 1 1 & 1 1 02025274 +plush-like a 1 1 & 1 0 02231998 +plushy a 2 2 & + 2 0 02231998 02025274 +plutocratic a 1 2 \ + 1 0 02781247 +plutocratical a 1 2 \ + 1 0 02781247 +plutonian a 1 1 & 1 0 01304081 +plutonic a 1 2 & + 1 0 01355378 +pneumatic a 1 1 \ 1 0 02838894 +pneumococcal a 1 2 \ + 1 0 02839036 +pneumogastric a 2 3 \ + ; 2 0 02822055 02733652 +pneumonic a 2 2 \ + 2 0 02935285 02935115 +po-faced a 1 2 & ; 1 0 01268837 +poached a 1 1 & 1 0 00616822 +pocked a 2 1 & 2 0 02241714 00246878 +pocket-size a 2 1 & 2 0 01415219 01394400 +pocket-sized a 2 1 & 2 0 01415219 01394400 +pocketable a 1 1 & 1 0 01394400 +pockmarked a 2 1 & 2 0 02241714 00246878 +podgy a 1 1 & 1 0 00987510 +podlike a 1 1 & 1 0 02155454 +poetic a 4 3 & \ + 4 2 02857099 01420337 02857295 02018141 +poetical a 2 3 & \ + 2 0 02857099 02018141 +poignant a 2 2 & + 2 2 01560821 01712174 +poikilothermic a 1 2 & + 1 0 02533075 +poikilothermous a 1 2 & + 1 0 02533075 +point-blank a 2 1 & 2 1 00764484 00761592 +point-of-sale a 1 1 \ 1 0 03143374 +pointed a 2 4 ! & ^ + 2 1 01809655 00765862 +pointed-toe a 1 1 & 1 0 01032226 +pointillist a 1 2 & + 1 0 01789734 +pointillistic a 1 2 & + 1 0 01789734 +pointless a 2 3 ! & + 2 0 01811504 02503305 +pointy-toed a 1 1 & 1 0 01032226 +poised a 2 1 & 2 1 00894272 00530354 +poisonous a 3 2 & + 3 0 02450512 00829656 00226105 +poker-faced a 1 1 & 1 1 00501313 +pokey a 2 2 & + 2 0 00981067 00637455 +poky a 2 2 & + 2 0 00981067 00637455 +polar a 6 4 ! & \ + 6 2 00358820 02066312 02838005 02444147 01252151 00656507 +polarographic a 1 2 \ + 1 0 02781425 +pole-handled a 1 1 & 1 0 01434966 +polemic a 1 2 & + 1 0 00602563 +polemical a 1 2 & + 1 1 00602563 +polemoniaceous a 1 2 \ + 1 0 02781531 +policy-making a 1 1 & 1 0 01814929 +polish a 1 2 \ + 1 1 02961258 +polished a 4 3 ! & ^ 4 1 01811997 02271177 01952153 01005306 +polite a 3 4 ! & = + 3 2 00641158 01947741 00642379 +politic a 2 3 ! & ^ 2 1 01813400 00758800 +political a 3 4 ! & \ + 3 3 01814385 02857407 02857587 +politically_correct a 1 1 \ 1 0 02781685 +politically_incorrect a 1 1 \ 1 0 02781783 +polluted a 1 1 & 1 1 01908889 +pollyannaish a 1 1 & 1 0 01664015 +poltroon a 1 2 & + 1 0 00266309 +polyandrous a 1 2 & + 1 0 01545203 +polyatomic a 1 1 \ 1 0 02885076 +polychromatic a 2 2 ! & 2 0 00366526 00400193 +polychrome a 1 1 & 1 0 00400193 +polychromic a 1 1 & 1 0 00400193 +polycrystalline a 1 1 & 1 1 00269364 +polydactyl a 1 2 \ ; 1 0 02781885 +polydactylous a 1 3 \ + ; 1 0 02781885 +polyestrous a 1 1 & 1 0 02138138 +polygamous a 2 3 ! & + 2 0 01544856 01543225 +polygenic a 1 3 & + ; 1 0 01315025 +polyglot a 1 2 & + 1 0 01545904 +polygonal a 1 1 \ 1 0 03100611 +polygynous a 1 2 & + 1 0 01545317 +polyhedral a 1 2 \ + 1 0 02782106 +polymeric a 1 2 \ + 1 0 02782225 +polymorphemic a 1 1 \ 1 0 02936764 +polymorphic a 3 4 & \ + ; 3 0 02855503 02855185 01967041 +polymorphous a 3 4 & \ + ; 3 0 02855503 02855185 01967041 +polynesian a 1 1 \ 1 0 02961396 +polynomial a 1 2 \ + 1 0 03100751 +polyoestrous a 1 1 & 1 0 02138138 +polyoicous a 1 1 & 1 0 01543225 +polypetalous a 1 1 & 1 0 01776161 +polyphase a 1 2 \ ; 1 0 02888295 +polyphonic a 3 4 ! \ + ; 3 0 02856124 02855757 01544169 +polyphonous a 1 3 \ + ; 1 0 02855757 +polyploid a 1 4 ! & + ; 1 0 01147836 +polysemantic a 1 1 & 1 0 00103447 +polysemous a 1 2 & + 1 0 00103447 +polysyllabic a 2 2 & + 2 0 02289405 01435675 +polysynthetic a 1 1 & 1 0 00112018 +polytheistic a 1 2 ! + 1 0 01781356 +polytonal a 1 2 & + 1 1 02437685 +polyunsaturated a 1 1 & 1 0 00757783 +polyvalent a 2 4 ! = + ; 2 0 01547961 01546349 +pomaded a 1 1 & 1 1 02427882 +pompous a 2 3 & \ + 2 1 01849960 02782367 +ponderable a 2 2 ! & 2 0 01815309 02418093 +pondering a 1 1 & 1 0 02419434 +ponderous a 3 2 & + 3 2 01192786 01186207 01346538 +pontifical a 3 3 & \ + 3 0 02879638 02721057 01849960 +poor a 6 5 ! & ^ = + 6 3 01050890 02022953 02025498 02024411 02336904 01128719 +poor-spirited a 1 1 & 1 0 00266420 +poorly a 1 1 & 1 0 02542325 +pop a 1 2 & ; 1 0 00414518 +popeyed a 2 2 & ; 2 0 02358762 00954503 +popish a 1 0 1 0 02921753 +popliteal a 1 1 \ 1 0 02782525 +popular a 4 5 ! & = + ; 4 4 01815838 00716370 00486539 00414518 +populated a 1 1 & 1 1 01312215 +populous a 1 1 & 1 1 01312376 +porcine a 3 2 & \ 3 0 03100921 00987974 00011327 +poriferous a 1 2 & + 1 0 00329396 +pornographic a 1 2 & + 1 0 02134397 +porose a 1 1 & 1 0 00329585 +porous a 3 3 ! & + 3 1 01772305 00329396 01397998 +porphyritic a 1 2 \ + 1 0 03101056 +port a 1 2 & + 1 0 02033742 +portable a 2 3 ! & + 2 1 01525776 01291589 +portentous a 3 2 & + 3 2 02164165 01883106 01849960 +porticoed a 1 1 & 1 0 00139492 +portly a 1 1 & 1 0 00988077 +portrayed a 1 1 & 1 0 01715157 +portuguese a 1 2 \ + 1 0 02959007 +posed a 1 2 ! < 1 0 03152249 +posh a 1 2 & ; 1 0 00975778 +positionable a 1 1 \ 1 0 02782629 +positional a 1 1 \ 1 0 02782715 +positioning a 1 1 & 1 0 01684811 +positive a 11 7 ! & ^ \ = + ; 11 6 01817500 00337172 00065064 01820481 01043505 00721838 02782815 01820103 01819692 00358678 00339288 +positively_charged a 1 1 & 1 0 00358678 +positivist a 1 2 \ + 1 1 02782815 +positivistic a 1 2 \ + 1 0 02782815 +possessed a 2 1 & 2 1 00599468 02074673 +possessive a 3 4 & \ + ; 3 2 02862251 00030508 00792476 +possible a 2 5 ! & ^ = + 2 2 01821266 00044353 +post-communist a 1 1 \ 1 0 02875104 +post-free a 1 2 & ; 1 0 01709354 +post_meridiem a 1 1 & 1 0 00130701 +postal a 1 2 \ + 1 0 02885934 +postbiblical a 1 1 \ 1 0 02854968 +postdiluvian a 1 1 \ 1 0 02762522 +postdoctoral a 1 1 \ 1 0 02762621 +posted a 1 1 < 1 0 03152480 +posterior a 2 5 ! & ^ = + 2 1 00131426 00123485 +postexilic a 1 1 \ 1 0 02762782 +postganglionic a 1 1 \ 1 0 03101227 +postglacial a 1 1 \ 1 0 02762931 +postgraduate a 1 2 & + 1 0 01211665 +posthumous a 1 1 & 1 1 00817242 +postictal a 1 1 \ 1 0 03101415 +postindustrial a 1 1 & 1 0 01302137 +postmenopausal a 1 1 \ 1 0 02763056 +postmeridian a 1 3 ! & = 1 0 00130596 +postmillennial a 1 1 \ 1 0 03101553 +postmodern a 1 1 \ 1 0 02835329 +postmodernist a 1 1 \ 1 0 02835329 +postmortal a 1 1 + 1 0 00121649 +postmortem a 2 2 ! & 2 0 00121649 00128262 +postnatal a 1 1 ! 1 0 00129467 +postnuptial a 1 2 ! \ 1 0 03043371 +postoperative a 1 1 & 1 0 01169660 +postpaid a 1 1 & 1 0 01709437 +postpartum a 1 0 1 0 00129467 +postpositive a 1 1 \ 1 0 02763140 +postprandial a 1 1 ! 1 0 00129729 +postulational a 1 0 1 0 02653385 +postural a 1 2 \ + 1 0 03101667 +postwar a 1 1 ! 1 1 00130017 +pot-trained a 1 1 & 1 0 01912483 +potable a 1 1 + 1 0 00797113 +potbellied a 1 1 & 1 0 00986457 +potbound a 1 1 & 1 0 01831942 +potent a 4 5 ! & ^ = + 4 3 01830599 01826979 01824244 01825419 +potential a 2 4 ! & = + 2 2 00044353 01884176 +potholed a 1 1 & 1 0 02241714 +potted a 3 3 ! & ; 3 0 01834121 01073194 00004817 +potty a 3 2 & ; 3 0 01465668 01281874 00798384 +potty-trained a 1 1 & 1 0 01912483 +pouch-shaped a 1 1 & 1 0 00536304 +pouched a 1 1 \ 1 0 02763240 +pouchlike a 1 1 & 1 0 00536304 +pound-foolish a 1 1 & 1 0 02422499 +pouring a 1 1 & 1 0 01240805 +poverty-stricken a 1 1 & 1 0 02023430 +powder-puff a 1 1 & 1 1 01484814 +powder_blue a 1 2 & + 1 0 00380178 +powdered a 1 1 & 1 1 02233390 +powdery a 2 2 & + 2 2 02233390 00409319 +powdery-blue a 1 1 & 1 0 00380178 +power-assisted a 1 1 & 1 0 02354001 +power-driven a 1 1 & 1 0 01829149 +powered a 1 2 ! & 1 0 01828391 +powerful a 5 5 ! & ^ = + 5 4 01825671 02323072 01830599 02321809 01261363 +powerless a 1 5 ! & ^ = + 1 1 01827535 +practicable a 2 2 & + 2 2 01835663 01822563 +practical a 4 5 ! & ^ = + 4 2 01834304 01940651 01941814 00863555 +practiced a 2 1 & 2 1 02226162 00936427 +practised a 1 1 & 1 1 00936427 +praetorial a 1 2 \ + 1 0 03101818 +praetorian a 2 3 & \ + 2 0 03101818 00622014 +pragmatic a 3 3 & \ + 3 1 01835409 02783085 01940651 +pragmatical a 2 3 & \ + 2 0 02783085 01835409 +praiseful a 1 1 & 1 0 00906312 +praiseworthy a 1 2 & + 1 0 02585545 +praising a 1 1 & 1 0 00906312 +prakritic a 1 2 \ + 1 0 02761569 +prandial a 1 1 \ 1 0 02783250 +prankish a 1 2 & + 1 0 02122715 +prayerful a 1 1 & 1 0 01782426 +pre-christian a 1 1 \ 1 0 02761944 +pre-columbian a 1 1 \ 1 0 03030096 +pre-emptive a 1 2 & + 1 0 01765237 +pre-existent a 1 2 & + 1 0 00122386 +pre-existing a 1 1 & 1 0 00122386 +pre-jurassic a 1 1 \ 1 0 02753600 +pre-raphaelite a 1 2 \ + 1 0 03102110 +pre-socratic a 1 1 \ 1 0 02762404 +preachy a 1 1 & 1 0 01325273 +preadolescent a 1 1 & 1 0 01649271 +preanal a 1 1 \ 1 0 02783329 +precancerous a 1 1 \ 1 0 02783646 +precarious a 3 2 & + 3 2 00823192 02060496 02095037 +precast a 1 1 & 1 1 02149245 +precative a 1 1 & 1 0 00714763 +precatory a 1 1 & 1 0 00714763 +precautional a 1 1 & 1 0 01764895 +precautionary a 1 2 & + 1 0 01764895 +precedent a 1 2 & + 1 0 00126497 +precedented a 1 1 ! 1 0 00128467 +precedential a 1 2 & + 1 0 02100376 +preceding a 2 4 ! & ^ = 2 1 00125711 01296091 +precious a 4 2 & + 4 2 01462625 02501534 02587556 00148642 +precipitant a 1 2 & + 1 0 01270868 +precipitate a 1 2 & + 1 0 01270868 +precipitating a 1 1 & 1 0 00324680 +precipitous a 2 2 & + 2 0 01270868 01145151 +precise a 2 4 ! & ^ + 2 2 01837744 00631798 +preclinical a 1 1 \ 1 0 02783412 +preclusive a 1 2 & + 1 0 01765132 +precocial a 1 1 ! 1 0 00101452 +precocious a 2 5 ! & ^ + ; 2 1 01839829 00819051 +precognitive a 1 1 & 1 0 01882474 +preconceived a 1 1 < 1 1 03152577 +preconcerted a 1 1 & 1 0 02130391 +preconditioned a 1 1 & 1 0 01844241 +precooked a 1 1 & 1 1 01844441 +precooled a 1 1 & 1 1 02530620 +precordial a 1 2 \ + 1 0 02783795 +precursory a 1 1 & 1 0 01883226 +predaceous a 2 1 & 2 0 00313911 00030798 +predacious a 2 1 & 2 0 00313911 00030798 +predatory a 3 1 & 3 0 01629832 00084022 00030798 +predestinarian a 1 2 \ + 1 0 02783917 +predestinate a 1 1 & 1 0 00341017 +predestined a 1 1 & 1 0 00341017 +predetermined a 1 1 & 1 1 01797633 +predicative a 1 3 ! + ; 1 0 00172993 +predictable a 1 4 ! & ^ + 1 1 01841544 +predictive a 1 2 & + 1 1 01883325 +predigested a 1 1 & 1 1 01182554 +predisposed a 1 1 & 1 1 02362348 +predominant a 2 2 & + 2 0 01066787 00792202 +predominate a 1 1 & 1 0 00792202 +preeminent a 1 2 & + 1 1 02339341 +preemptive a 1 2 & + 1 0 01765237 +preexistent a 1 2 & + 1 1 00122386 +preexisting a 1 1 & 1 0 00122386 +prefab a 1 2 & + 1 0 00673172 +prefaded a 1 1 & 1 0 00406348 +prefatorial a 1 2 & + 1 0 00126339 +prefatory a 1 1 & 1 0 00126339 +prefectural a 1 2 \ + 1 0 03102723 +preferable a 1 1 & 1 1 00733743 +preferent a 1 2 & + 1 0 01462882 +preferential a 1 2 & + 1 1 00065184 +preferred a 2 1 & 2 1 00733743 01462882 +prefigurative a 1 2 & + 1 0 01882162 +prefrontal a 1 1 & 1 0 00131297 +pregnant a 3 3 ! & + 3 2 00173220 01497387 01084900 +prehensile a 3 2 ! & 3 0 00128882 01336084 00029933 +prehistoric a 3 4 & \ + ; 3 1 01730909 02946359 00975011 +prehistorical a 1 1 & 1 0 01730909 +prejudiced a 2 2 ! & 2 1 01616244 00285148 +prejudicial a 2 3 & \ + 2 1 01161984 02762081 +prejudicious a 2 3 & \ + 2 0 02762081 01161984 +prelapsarian a 1 1 \ 1 0 02784068 +preliminary a 1 2 & + 1 1 00878086 +preliterate a 2 1 & 2 2 01422243 00413312 +premarital a 1 1 \ 1 0 03043173 +premature a 3 4 ! & ^ + 3 0 01495535 00815227 00815000 +premedical a 2 2 & \ 2 0 02760500 00126702 +premeditated a 1 3 ! & ^ 1 0 01842763 +premenopausal a 1 1 \ 1 0 02762326 +premenstrual a 1 1 \ 1 0 02784185 +premier a 2 2 & + 2 0 01012990 01012855 +premiere a 1 2 & + 1 0 01012855 +premium a 1 1 & 1 1 02343931 +premonitory a 1 1 & 1 1 01883226 +prenatal a 1 1 ! 1 0 00129103 +prenominal a 1 2 & ; 1 0 00172562 +prenuptial a 1 2 ! \ 1 0 03043173 +preoccupied a 2 2 & + 2 2 02419159 00544478 +preoperative a 1 1 & 1 0 01169533 +prepackaged a 1 1 & 1 1 01739315 +prepacked a 1 1 & 1 0 01739315 +prepaid a 1 1 & 1 0 01709437 +preparative a 1 2 & + 1 1 00126830 +preparatory a 1 2 & + 1 1 00126830 +prepared a 3 4 ! & ^ + 3 2 01843380 02565425 01095085 +preponderant a 1 2 & + 1 0 00792202 +preponderating a 1 1 & 1 0 00792202 +prepositional a 1 2 \ ; 1 1 03102278 +prepossessing a 1 1 & 1 0 00168910 +preposterous a 1 1 & 1 1 02570643 +preprandial a 1 1 ! 1 0 00129612 +prepubertal a 1 3 & + ; 1 0 01490855 +prepubescent a 1 2 & ; 1 1 01490855 +prepupal a 1 1 & 1 1 01491067 +prerecorded a 1 1 & 1 0 01423491 +prerequisite a 1 2 & + 1 0 00849232 +presbyopic a 1 2 & + 1 0 02157399 +prescient a 1 2 & + 1 0 00772137 +prescribed a 4 1 & 4 2 00720212 02129718 01959918 01043505 +prescription a 1 2 ! ; 1 0 01846049 +prescriptive a 1 3 ! + ; 1 0 00732456 +present a 2 4 ! & = + 2 2 01731351 01846413 +present-day a 1 1 & 1 1 00667079 +presentable a 1 1 & 1 1 01993598 +presentational a 1 2 \ ; 1 1 02784317 +preservable a 1 1 & 1 0 00737619 +preservative a 1 2 & + 1 0 01888554 +preserved a 2 2 ! & 2 2 01071423 00737246 +preset a 1 1 & 1 0 01797633 +presidential a 2 4 ! ^ \ + 2 1 02984104 00753504 +presocratic a 1 1 \ 1 0 02762404 +pressed a 1 1 & 1 0 01359697 +pressing a 1 1 & 1 1 00713558 +pressor a 1 2 \ ; 1 0 02784558 +prestigious a 2 2 & + 2 0 01982957 01830703 +prestissimo a 1 1 & 1 0 00982430 +presto a 1 1 & 1 1 00982357 +presumable a 1 1 & 1 0 02418412 +presumptive a 2 2 & + 2 0 01413576 00645281 +presumptuous a 1 2 & + 1 0 00205696 +presymptomatic a 1 1 \ 1 0 02783412 +preteen a 1 2 & + 1 0 01649271 +pretend a 1 1 & 1 0 01937759 +pretended a 1 1 & 1 1 01116857 +pretentious a 3 4 ! & ^ + 3 0 01849288 01848355 02394975 +preternatural a 2 1 & 2 0 01677733 01577086 +pretorial a 1 2 \ + 1 0 03101818 +pretorian a 2 3 & \ + 2 0 03101818 00622014 +pretty a 2 3 & + ; 2 2 00220082 01128871 +pretty-pretty a 1 1 & 1 0 00220241 +prevailing a 1 1 & 1 0 01066787 +prevalent a 1 2 & + 1 0 01066787 +prevenient a 1 1 & 1 0 00122245 +preventable a 1 1 ! 1 0 00343883 +preventative a 2 3 & ^ + 2 0 01763813 01167269 +preventive a 2 4 ! & ^ + 2 1 01167269 01763813 +previous a 3 1 & 3 2 00127137 01729819 00815227 +prewar a 1 1 ! 1 1 00129878 +priapic a 2 1 & 2 0 01477564 01477391 +price-controlled a 1 1 & 1 0 00599628 +priceless a 1 2 & + 1 1 02501367 +pricey a 1 2 & + 1 0 00933599 +prickly a 2 2 & + 2 1 01135420 00145083 +prickly-leafed a 1 1 & 1 0 01702913 +prickly-leaved a 1 1 & 1 0 01702913 +pricy a 1 2 & + 1 0 00933599 +prideful a 2 2 & + 2 0 01891109 00704898 +priestlike a 1 0 1 0 00574114 +priestly a 2 3 ! \ + 2 0 02899666 00574114 +priggish a 1 2 & + 1 0 01880163 +prim a 2 2 & + 2 0 01948092 01880163 +prima a 1 1 & 1 0 01472790 +prima_facie a 1 1 & 1 0 00429793 +primaeval a 1 1 & 1 0 00813589 +primal a 2 1 & 2 0 01277097 00813589 +primary a 5 3 ! & ^ 5 3 01852174 00699521 01277426 01856238 00901060 +prime a 5 3 & \ ; 5 3 01012990 01013171 02342899 03012209 01489557 +primed a 1 1 & 1 1 01931203 +primeval a 1 1 & 1 1 00813589 +primiparous a 1 2 \ + 1 0 03102427 +primitive a 4 3 & + ; 4 3 00818175 00817731 00413432 01912858 +primo a 1 2 & ; 1 0 00228876 +primordial a 1 1 & 1 0 00813589 +princely a 2 2 & + 2 0 02024928 01592108 +principal a 1 1 & 1 1 01277426 +principled a 1 3 ! & ^ 1 0 01551130 +printable a 1 1 ! 1 1 01964933 +prior a 1 2 & + 1 1 00122128 +prismatic a 2 3 & \ + 2 0 03102558 00403654 +prisonlike a 1 1 & 1 0 01065538 +prissy a 2 1 & 2 0 01880163 00984333 +pristine a 2 1 & 2 0 01907293 00418679 +private a 4 4 ! & ^ + 4 1 01858094 01769378 01768086 00952181 +private-enterprise a 1 1 & 1 0 00297755 +privileged a 3 3 ! & ^ 3 1 01864123 02366078 01863066 +privy a 2 1 & 2 0 01860580 01308089 +prix_fixe a 1 0 1 0 02453035 +prize a 1 1 & 1 0 02342899 +prizewinning a 1 1 & 1 1 00228025 +pro a 1 1 ! 1 1 01817301 +pro-american a 1 2 ! \ 1 0 02927944 +pro-choice a 1 1 ! 1 0 02594006 +pro-inflammatory a 1 1 & 1 0 01178024 +pro-life a 1 1 ! 1 0 02594159 +pro_bono a 1 1 & 1 0 01710709 +pro_forma a 1 1 & 1 0 01043619 +pro_tem a 1 1 & 1 1 01757608 +pro_tempore a 1 1 & 1 0 01757608 +proactive a 2 3 ! & ; 2 0 02592147 00039394 +probabilistic a 2 2 \ + 2 0 03103058 03102871 +probable a 2 3 ! & + 2 2 01413247 01412134 +probationary a 1 2 & + 1 0 00556318 +probative a 1 2 & + 1 0 02163774 +probatory a 1 1 & 1 0 02163774 +probing a 1 1 & 1 0 00879918 +problematic a 2 2 & + 2 0 01916784 00746451 +problematical a 2 2 & + 2 0 01916784 00746451 +procaryotic a 1 3 ! \ + 1 0 02860183 +procedural a 2 3 \ + ; 2 1 03103198 00055340 +processed a 3 3 ! & ^ 3 1 01844585 01953297 01951684 +processional a 2 1 \ 2 0 03103520 03103380 +proclaimed a 1 1 & 1 1 00687750 +proconsular a 1 2 \ + 1 0 03103655 +procreative a 1 2 & + 1 1 01081592 +procrustean a 1 1 \ 1 0 02761686 +procumbent a 1 1 & 1 0 01239410 +procurable a 1 1 & 1 0 00184363 +prodigal a 1 2 & + 1 0 02422242 +prodigious a 3 2 & + 3 1 01384730 02164165 01676026 +prodromal a 1 2 \ + 1 0 02784701 +prodromic a 1 2 \ + 1 0 02784701 +productive a 4 4 ! & ^ + 4 3 01865197 01867295 02332604 01081340 +profanatory a 1 1 & 1 0 02057444 +profane a 4 4 ! & ^ + 4 1 00425002 02056880 02054926 02012748 +profaned a 1 1 & 1 0 00574010 +professed a 3 1 & 3 0 01869258 00688296 00688074 +professional a 5 3 ! & \ 5 5 01868724 02839695 01870100 02839505 02556402 +professorial a 1 2 \ + 1 0 02784873 +proficient a 2 3 & \ + 2 1 02226162 02809220 +profit-maximising a 1 1 & 1 0 02536365 +profit-maximizing a 1 1 & 1 1 02536365 +profitable a 1 4 ! & ^ + 1 1 01870889 +profitless a 1 1 & 1 0 02016295 +profligate a 2 2 & + 2 0 02422242 01549568 +profound a 6 4 ! & ^ + 6 2 01872745 01512645 02162934 00693237 00693020 00691141 +profoundly_deaf a 1 1 & 1 0 00682521 +profuse a 1 2 & + 1 1 00015247 +progestational a 2 1 \ 2 0 02983431 02983236 +prognathic a 1 2 & + 1 0 01875560 +prognathous a 1 2 ! & 1 0 01875560 +prognostic a 1 2 & + 1 0 01883325 +prognosticative a 1 2 & + 1 0 01883325 +progressive a 6 5 ! & ^ + ; 6 2 01876006 00576189 01877617 02536518 01668011 00037653 +prohibited a 2 1 & 2 0 01761375 01402498 +prohibitive a 1 1 & 1 0 01765498 +prohibitory a 1 1 & 1 0 01765498 +proinflammatory a 1 1 & 1 0 01178024 +projected a 1 1 & 1 1 01353982 +projectile a 1 2 & + 1 0 00809622 +projecting a 1 1 & 1 0 01353982 +prokaryotic a 1 3 ! \ + 1 0 02860183 +prolate a 2 3 ! & ^ 2 0 02050116 02046199 +proletarian a 1 2 & + 1 0 00259957 +prolific a 2 1 & 2 1 01865967 01082115 +prolix a 1 5 ! & ^ = + 1 0 00548781 +prolonged a 2 1 & 2 1 01439155 01434218 +prolusory a 1 1 \ 1 0 02785018 +prominent a 2 2 & + 2 2 00580805 00579622 +promiscuous a 2 2 & + 2 0 00774006 00361837 +promising a 2 1 & 2 2 01412286 00176387 +promissory a 1 2 \ + 1 0 02997740 +promotional a 2 1 \ 2 1 03103815 03103932 +promotive a 1 2 & + 1 0 00866987 +prompt a 3 2 & + 3 1 01900630 01931676 00978754 +promulgated a 1 1 & 1 0 00469999 +prone a 2 2 & + 2 2 01292884 01239534 +pronged a 2 1 & 2 0 02482509 02479602 +prongy a 1 2 & + 1 0 02479602 +pronominal a 1 1 \ 1 0 02937433 +pronounceable a 1 2 ! & 1 0 01878075 +pronounced a 1 1 & 1 1 01287808 +proof a 1 1 & 1 0 01774720 +proofed a 1 1 & 1 0 01954640 +propaedeutic a 1 2 & + 1 0 00126830 +propagandist a 1 2 \ + 1 0 03022739 +propagandistic a 1 2 \ + 1 1 03022739 +propagative a 1 2 \ + 1 0 02785130 +propellant a 1 2 & + 1 0 00809790 +propellent a 1 2 & + 1 0 00809790 +propelling a 1 1 & 1 0 00809790 +proper a 4 5 ! & ^ = + 4 4 01878466 01938322 01104889 00135455 +propertied a 1 1 & 1 0 00261602 +property-owning a 1 1 & 1 0 00261602 +propertyless a 1 1 & 1 0 00260100 +prophetic a 1 3 ! & + 1 1 01881696 +prophetical a 1 2 & + 1 0 01881696 +prophylactic a 3 2 & + 3 0 01887819 01887638 01167269 +propitiative a 1 2 & + 1 0 00760289 +propitiatory a 2 2 & + 2 0 02940509 00760289 +propitious a 1 5 ! & ^ = + 1 1 00177186 +proportionable a 1 2 & ; 1 0 00482580 +proportional a 2 2 & + 2 1 00482673 00482948 +proportionate a 3 3 ! & + 3 2 00482227 00481737 00894029 +proprietary a 1 3 ! & + 1 0 01109914 +proprioceptive a 1 1 \ 1 0 02868142 +propulsive a 2 3 & \ + 2 0 03104040 00809790 +prosaic a 3 2 & + 3 0 02018649 01346343 00922840 +proscribed a 1 1 & 1 0 01761375 +prosodic a 1 1 \ 1 1 02997329 +prospective a 1 3 ! & ^ 1 1 01883898 +prospering a 1 1 & 1 0 02331857 +prosperous a 4 2 & + 4 2 02022556 02331857 01149195 00177547 +prospicient a 1 2 & + 1 0 01895296 +prostate a 1 1 \ 1 0 02785279 +prostatic a 1 2 \ + 1 0 02785279 +prosthetic a 2 2 \ + 2 0 02785525 02785412 +prosthodontic a 1 2 \ + 1 0 02785647 +prostrate a 2 1 & 2 1 01239040 01239534 +prostyle a 1 1 & 1 0 00139702 +prosy a 1 2 & + 1 0 01346343 +protanopic a 1 2 & + 1 0 02160291 +protean a 1 2 & + 1 0 02505141 +protected a 2 3 ! & ^ 2 0 01884930 00737703 +protecting a 1 1 & 1 1 01888765 +protective a 3 4 ! & ^ + 3 2 01887076 02449177 00311187 +proteinaceous a 1 2 \ + 1 0 02785757 +proteolytic a 1 2 \ + 1 1 03019114 +proterozoic a 1 3 & + ; 1 0 00815406 +protestant a 2 4 & \ + ; 2 1 02952622 00514175 +proto a 1 2 & ; 1 1 00815586 +protogeometric a 1 1 & 1 1 01981448 +prototypal a 1 2 & + 1 0 01011392 +prototypic a 1 2 & + 1 0 01011392 +prototypical a 1 2 & + 1 1 01011392 +protozoal a 1 1 \ 1 0 02891869 +protozoan a 1 2 \ + 1 0 02891869 +protozoic a 1 1 \ 1 0 02891869 +protozoological a 1 2 \ + 1 0 02891733 +protracted a 1 1 & 1 0 01439155 +protractible a 1 1 & 1 0 00944734 +protractile a 1 1 & 1 0 00944734 +protruding a 1 1 & 1 0 01353982 +protrusible a 1 2 & + 1 0 00944848 +protrusile a 1 1 & 1 0 00944848 +protrusive a 1 4 ! & ^ + 1 0 01353226 +protuberant a 1 2 & + 1 0 01353618 +proud a 2 4 ! & ^ = 2 2 01889256 01285136 +proud_of a 1 1 & 1 1 01892506 +proustian a 1 2 \ + 1 0 03033397 +provable a 1 2 & + 1 0 01619105 +proved a 1 2 ! & 1 1 01893724 +proven a 1 1 & 1 0 01893724 +provencal a 1 1 \ 1 0 02761831 +proverbial a 2 3 & \ + 2 1 02990304 01376522 +provident a 2 4 ! & ^ + 2 0 01894758 01898974 +providential a 3 3 & \ + 3 1 01048976 03006513 01180363 +provincial a 2 4 ! & \ + 2 2 02785874 00636547 +provisional a 1 1 & 1 1 00556318 +provisionary a 1 2 & + 1 0 00556318 +provisory a 1 1 & 1 0 00556611 +provocative a 2 4 ! & ^ + 2 1 01896478 02134557 +provoked a 1 1 & 1 0 00114266 +provoking a 1 1 & 1 0 01896925 +prox a 1 1 & 1 0 01733330 +proximal a 1 3 ! + ; 1 1 00778509 +proximate a 2 2 ! & 2 1 01579608 00450147 +proximo a 1 1 & 1 0 01733330 +prudent a 1 4 ! & ^ + 1 0 01898129 +prudential a 1 2 & + 1 0 01899167 +prudish a 1 2 & + 1 0 01880163 +prurient a 1 2 & + 1 1 02133779 +prussian a 1 2 \ + 1 0 03104149 +prying a 1 1 & 1 0 00665156 +pseudo a 1 2 & ; 1 1 01118232 +pseudohermaphrodite a 1 1 & 1 0 01479509 +pseudohermaphroditic a 1 2 & + 1 0 01479509 +pseudonymous a 1 2 & + 1 0 00121376 +pseudoperipteral a 1 1 & 1 0 00140075 +pseudoprostyle a 1 1 & 1 0 00139702 +pseudoscientific a 1 1 & 1 0 02085322 +psychedelic a 3 2 & + 3 0 01777822 00403819 00086801 +psychiatric a 1 2 \ + 1 1 02913004 +psychiatrical a 1 2 \ + 1 0 02913004 +psychic a 2 2 & + 2 0 01780740 01599898 +psychical a 2 2 & + 2 1 01780740 01599898 +psychoactive a 1 2 ! & 1 0 01776974 +psychoanalytic a 1 2 \ + 1 0 02913428 +psychoanalytical a 1 2 \ + 1 0 02913428 +psychogenetic a 2 1 \ 2 0 02906059 02905943 +psychogenic a 2 2 & \ 2 0 02906059 01780937 +psychokinetic a 1 2 & + 1 0 01600041 +psycholinguistic a 1 2 \ + 1 0 02939656 +psychological a 2 3 & \ + 2 2 01781076 02905794 +psychometric a 1 2 \ + 1 0 02913737 +psychomotor a 1 1 \ 1 0 02913870 +psychoneurotic a 1 2 & + 1 0 01583040 +psychopathic a 1 2 & + 1 1 02077253 +psychopathologic a 1 2 & + 1 0 02077253 +psychopathological a 1 2 & + 1 0 02077253 +psychopharmacological a 1 2 \ + 1 1 03011972 +psychosexual a 1 2 \ + 1 0 02886971 +psychosomatic a 1 1 & 1 0 01585781 +psychotherapeutic a 2 3 & \ + 2 1 02914038 01165830 +psychotic a 1 3 & + ; 1 1 02077469 +psychotropic a 1 1 & 1 0 01776974 +pteridological a 1 2 \ + 1 0 02763308 +ptolemaic a 2 3 & \ + 2 0 03033522 01118673 +pubertal a 1 2 \ + 1 0 02786006 +puberulent a 1 2 & ; 1 0 00213610 +pubescent a 2 3 & + ; 2 1 01491240 00213610 +pubic a 1 2 \ + 1 0 02880076 +public a 2 4 ! & ^ + 2 2 01861205 00493297 +public-spirited a 1 1 & 1 0 02099303 +publicised a 1 1 & 1 0 00469603 +publicized a 1 2 ! & 1 1 00469603 +publishable a 1 1 ! 1 0 00471178 +published a 2 2 ! & 2 1 00470930 00469999 +pucka a 1 2 & ; 1 0 02344070 +puckish a 1 2 & + 1 1 02122715 +puddingheaded a 1 1 & 1 0 00435872 +pudendal a 1 2 \ + 1 0 03104332 +pudgy a 1 2 & + 1 0 00987510 +puerile a 2 3 & \ + 2 0 03104461 01492596 +puerperal a 1 2 \ + 1 0 03039648 +puff a 1 1 & 1 0 01796736 +puffed a 1 1 & 1 0 01796736 +puffy a 3 2 & + 3 0 01384081 01174565 00305700 +pug-faced a 1 1 & 1 0 00235988 +pug-nose a 1 1 & 1 0 01607572 +pug-nosed a 1 1 & 1 1 01607572 +pugilistic a 1 2 \ + 1 0 03104585 +pugnacious a 2 2 & + 2 0 02448623 00084353 +puissant a 1 3 & + ; 1 0 01827161 +pukka a 1 2 & ; 1 0 02344070 +pulchritudinous a 1 2 & + 1 0 00220341 +pulmonary a 1 1 \ 1 1 02935115 +pulmonic a 1 1 \ 1 0 02935115 +pulpy a 1 2 & + 1 0 02576918 +pulseless a 1 1 & 1 1 00096595 +pulverised a 1 1 & 1 0 02233390 +pulverized a 1 1 & 1 1 02233390 +pumped a 1 2 & ; 1 0 02407346 +pumped-up a 1 2 & ; 1 1 02407346 +pumped_up a 1 2 & ; 1 0 02407346 +pumpkin-shaped a 1 1 ^ 1 0 02049918 +punch-drunk a 1 2 & ; 1 0 00437223 +punctilious a 1 2 & + 1 0 01838529 +punctual a 1 3 ! & + 1 0 01900349 +puncturable a 1 1 ! 1 0 01776629 +punctured a 1 1 & 1 1 00662139 +punctureless a 1 2 ! & 1 0 01776713 +pungent a 2 2 & + 2 0 02398608 02079313 +punic a 2 2 & + 2 0 03104740 00960094 +punishable a 2 1 & 2 1 01322846 01404370 +punished a 1 2 ! & 1 0 01901777 +punishing a 2 2 & < 2 0 03152759 00836544 +punitive a 1 3 ! & + 1 1 01902468 +punitory a 1 2 & + 1 0 01902468 +punk a 1 2 & ; 1 0 02346013 +puny a 2 2 & + 2 1 02326342 01394558 +pupal a 1 2 & + 1 0 01491541 +pupillary a 1 2 \ + 1 0 02786103 +puppyish a 1 1 & 1 1 01649469 +puppylike a 1 1 & 1 0 01649469 +puranic a 1 2 \ + 1 0 02786215 +purblind a 2 1 & 2 0 02159969 00772492 +purchasable a 2 1 & 2 0 00621207 00185607 +pure a 7 5 ! & ^ = + 7 5 01905653 01520091 00393508 01163860 00862911 01904845 00361125 +pureblood a 1 2 & + 1 0 01903965 +pureblooded a 1 1 & 1 0 01903965 +purebred a 1 4 ! & = + 1 0 01903617 +purgative a 1 2 & + 1 0 00638067 +purgatorial a 2 2 \ + 2 0 03105129 03104988 +purging a 1 1 \ 1 0 03105129 +purifying a 3 3 ! & \ 3 0 03105129 02117694 02116304 +puritanic a 1 2 & + 1 0 01300370 +puritanical a 3 3 & \ + 3 0 03105296 01880163 01300370 +purple a 3 2 & + 3 1 00380312 02017372 01591394 +purple-black a 1 1 & 1 0 00391162 +purple-blue a 1 1 & 1 0 00380483 +purple-brown a 1 1 & 1 0 00380583 +purple-eyed a 1 1 & 1 0 00954576 +purple-flowered a 1 1 & 1 0 00400312 +purple-green a 1 1 & 1 0 00380686 +purple-lilac a 1 1 & 1 0 00380789 +purple-red a 1 1 & 1 0 00380895 +purple-spotted a 1 1 & 1 0 01790070 +purple-tinged a 1 1 & 1 0 00380992 +purple-tinted a 1 1 & 1 0 00380992 +purple-veined a 1 1 & 1 0 01789954 +purple-white a 1 1 & 1 0 00391265 +purplish a 1 1 & 1 0 00380312 +purplish-black a 1 1 & 1 0 00391162 +purplish-blue a 1 1 & 1 0 00380483 +purplish-brown a 1 1 & 1 0 00380583 +purplish-green a 1 1 & 1 0 00380686 +purplish-lilac a 1 1 & 1 0 00380789 +purplish-red a 1 1 & 1 0 00380895 +purplish-white a 1 1 & 1 0 00391265 +purpose-built a 1 1 & 1 0 01910359 +purpose-made a 1 1 & 1 0 01910359 +purposeful a 2 4 ! & ^ + 2 1 01909890 01497594 +purposeless a 2 4 ! & ^ + 2 0 01910488 02503305 +purposive a 2 1 & 2 0 01925242 01910249 +purse-proud a 1 1 & 1 0 01892683 +pursuant a 1 2 & + 1 1 00577405 +pursued a 1 1 < 1 1 03152874 +pursuing a 1 1 & 1 1 00199811 +pursy a 1 1 & 1 0 00268748 +purulent a 1 2 & + 1 0 02114613 +pushful a 1 1 & 1 0 00104318 +pushy a 1 2 & + 1 0 00104318 +pusillanimous a 1 2 & + 1 0 00266420 +pussy a 1 1 & 1 0 02114613 +pustulate a 1 2 & + 1 0 00246175 +put-up a 1 1 & 1 0 01797770 +put-upon a 1 1 & 1 0 02495687 +put_on a 1 1 & 1 0 01116857 +putative a 1 1 & 1 0 00028471 +putdownable a 1 1 & 1 0 01346650 +putrefacient a 1 2 & + 1 0 02115034 +putrefactive a 1 2 & + 1 0 02115034 +putrefiable a 1 1 & 1 0 01753785 +putrescent a 1 2 & + 1 0 01071049 +putrescible a 1 1 & 1 0 01753785 +putrid a 3 3 & \ + 3 0 02786315 01070844 00622354 +putrid-smelling a 1 1 & 1 0 01054630 +puzzled a 1 1 & 1 1 01765926 +puzzling a 2 1 & 2 2 00534524 00430756 +pyaemic a 1 2 \ + 1 0 03105430 +pycnotic a 1 2 \ + 1 0 03009911 +pyemic a 1 2 \ + 1 0 03105430 +pyknic a 1 1 ^ 1 0 00828175 +pyknotic a 1 2 \ + 1 1 03009911 +pyloric a 1 2 \ + 1 0 03105571 +pyogenic a 1 1 \ 1 0 03105674 +pyramidal a 1 2 & + 1 0 01810998 +pyramidic a 1 1 & 1 0 01810998 +pyramidical a 1 2 & + 1 0 01810998 +pyrectic a 1 2 \ + 1 0 03105742 +pyretic a 1 1 ! 1 0 01170069 +pyrochemical a 1 2 \ + 1 0 03105856 +pyroelectric a 1 2 \ + 1 0 03106005 +pyroelectrical a 1 2 \ + 1 0 03106005 +pyrogallic a 1 2 \ + 1 0 03106176 +pyrogenetic a 1 1 \ 1 0 03106279 +pyrogenic a 2 1 \ 2 0 03106279 02852265 +pyrogenous a 2 2 \ + 2 0 03106279 02852265 +pyrographic a 1 2 \ + 1 0 03106446 +pyroligneous a 1 1 \ 1 0 03106565 +pyrolignic a 1 1 \ 1 0 03106565 +pyrolytic a 1 2 \ + 1 0 03106748 +pyrotechnic a 2 3 & \ + 2 0 03106846 01677957 +pyrotechnical a 1 2 \ + 1 0 03106846 +pyrrhic a 3 2 \ + 3 0 03107450 03107285 03107061 +pythagorean a 1 2 \ + 1 0 03036805 +qabalistic a 1 2 & + 1 0 00899738 +qatari a 1 2 \ + 1 0 03107596 +quack a 1 1 & 1 1 01911589 +quadrangular a 1 2 \ + 1 0 02834340 +quadraphonic a 1 2 \ + 1 0 03108193 +quadrasonic a 1 1 \ 1 0 03108193 +quadrate a 1 1 & 1 0 02043499 +quadratic a 2 1 \ 2 0 03108077 03107801 +quadrilateral a 1 1 & 1 0 00238400 +quadrillionth a 1 1 & 1 0 02212914 +quadripartite a 1 1 & 1 0 00239090 +quadriphonic a 1 1 \ 1 0 03108193 +quadrisonic a 1 1 \ 1 0 03108193 +quadruped a 1 1 ! 1 0 00241816 +quadrupedal a 1 2 ! + 1 0 00241816 +quadruple a 2 1 & 2 0 02219287 02219144 +quadruplex a 1 1 & 1 0 02219287 +quadruplicate a 1 1 & 1 0 02219287 +quaggy a 1 2 & + 1 0 02548066 +quaint a 3 2 & + 3 2 00969556 00969763 00973192 +qualified a 5 4 ! & ^ ; 5 3 01911053 01913200 01958259 01540871 00556174 +qualitative a 2 3 ! & \ 2 1 01914521 02976870 +quality a 2 1 & 2 0 02342899 00261486 +quantal a 1 3 \ + ; 1 0 02976983 +quantifiable a 1 2 & + 1 0 01915745 +quantitative a 3 3 ! & \ 3 1 01914930 02977198 02290714 +quantized a 1 2 \ ; 1 0 02976983 +quarantined a 1 1 & 1 0 01327205 +quarrelsome a 1 2 & + 1 1 00603660 +quartan a 1 1 \ 1 0 02997900 +quarterly a 1 2 \ + 1 1 02998046 +quartzose a 1 1 \ 1 0 02998184 +quasi a 1 1 & 1 1 02072806 +quasi-religious a 1 1 & 1 0 02056165 +quasi-royal a 1 1 & 1 0 00654983 +quaternary a 2 1 & 2 0 02219492 02202443 +quaternate a 1 1 & 1 0 02219492 +quavering a 1 1 & 1 1 02304987 +queasy a 3 2 & + 3 0 02560035 02545689 02456157 +quebecois a 1 1 \ 1 0 02977320 +quechuan a 1 2 \ + 1 0 03108623 +queen-size a 1 1 & 1 0 01390344 +queen-sized a 1 1 & 1 0 01390344 +queenlike a 1 1 & 1 0 01592262 +queenly a 1 2 & + 1 0 01592262 +queer a 2 2 & + 2 1 00968010 01201937 +quelled a 1 1 & 1 0 00470528 +quenched a 2 1 & 2 0 01519673 00470528 +quenchless a 1 1 & 1 0 02078673 +querulous a 1 2 & + 1 1 00513981 +questionable a 2 3 ! & ^ 2 1 01916229 00721371 +questioning a 3 1 & 3 1 01766784 02463847 00664879 +quick a 6 2 & + 6 6 00979366 01270486 00032733 01335903 00978754 00919018 +quick-change a 1 1 & 1 0 00346368 +quick-drying a 1 1 & 1 0 00346527 +quick-eared a 1 1 & 1 0 00682841 +quick-frozen a 1 1 & 1 1 01072586 +quick-sighted a 2 1 & 2 0 02158438 01745653 +quick-tempered a 1 1 & 1 0 01135914 +quick-witted a 1 2 & + 1 0 00063087 +quickset a 1 1 & 1 0 01832108 +quicksilver a 1 1 & 1 1 00345189 +quiescent a 4 3 & + ; 4 1 00043231 01923118 00040909 00038623 +quiet a 6 5 ! & ^ + ; 6 5 01922763 01918984 01849170 01455540 00302951 00043615 +quilted a 1 1 & 1 1 02411683 +quincentenary a 1 1 \ 1 0 03108429 +quincentennial a 1 1 \ 1 0 03108429 +quinquefoliate a 1 1 & 1 0 02174089 +quintessential a 1 2 \ + 1 0 02998269 +quintillionth a 1 1 & 1 0 02213029 +quintuple a 1 1 & 1 0 02219660 +quirky a 1 2 & + 1 0 00609564 +quits a 1 1 & 1 0 00892104 +quixotic a 1 1 & 1 1 01837182 +quizzical a 2 1 & 2 0 02123118 01766784 +quondam a 1 1 & 1 0 01729566 +quotable a 2 3 ! & + 2 0 01963958 02587083 +quotidian a 1 1 & 1 0 01674242 +r.c. a 1 1 \ 1 0 02921753 +rabbinic a 1 2 \ + 1 0 02930765 +rabbinical a 1 2 \ + 1 0 02930765 +rabbit-sized a 1 1 & 1 0 02224168 +rabble-rousing a 1 1 & 1 0 01897378 +rabelaisian a 1 2 \ + 1 0 03108861 +rabid a 2 3 & \ + 2 0 02786473 01726859 +racemose a 1 2 & ; 1 0 00741633 +rachitic a 1 2 & + 1 0 02546316 +racial a 2 4 ! & \ + 2 2 03141609 01927654 +racist a 2 1 & 2 0 01928283 00285905 +rackety a 1 2 & + 1 0 01921466 +racking a 1 1 & 1 0 01712529 +racy a 4 2 & + 4 1 02280333 02397234 02132224 01524102 +raddled a 2 1 & 2 0 02582873 02433000 +radial a 4 3 & \ + 4 2 02836910 02836757 02836626 02373055 +radial-ply a 1 1 \ 1 0 02786549 +radially_symmetrical a 1 1 & 1 0 02373309 +radiant a 1 2 & + 1 1 00280463 +radiate a 2 1 & 2 0 02373055 02174188 +radiating a 1 1 & 1 0 00612980 +radical a 5 4 ! & \ ; 5 3 01535270 01642657 01856802 02836479 00318667 +radio a 1 2 \ ; 1 1 02953847 +radio-controlled a 1 1 & 1 0 01429138 +radio-opaque a 1 0 1 0 00434838 +radioactive a 1 3 ! & + 1 1 00426907 +radiographic a 1 2 \ + 1 0 02837145 +radiological a 1 2 \ + 1 0 02786744 +radiolucent a 1 1 ! 1 0 00434692 +radiopaque a 1 2 ! + 1 0 00434838 +radiophonic a 1 2 \ + 1 0 02786866 +radiosensitive a 1 2 & + 1 0 02104890 +radiotelephonic a 1 2 \ + 1 0 02786866 +raffish a 2 1 & 2 0 00971933 00609341 +raftered a 1 1 & 1 1 01210174 +ragged a 3 2 & + 3 3 02582697 02434210 00913131 +raging a 3 1 & 3 0 02511800 01512804 00304144 +raiding a 1 1 & 1 0 01629832 +raimentless a 1 1 & 1 0 00459102 +raining a 1 1 & 1 0 02486797 +rainless a 1 1 & 1 0 02553797 +rainproof a 1 1 & 1 0 01398941 +rainy a 1 2 & + 1 0 02550333 +raisable a 1 1 & 1 0 01524215 +raiseable a 1 1 & 1 0 01524215 +raised a 3 2 ! & 3 2 01207835 00057149 00881432 +raising a 1 1 & 1 1 02536605 +rakish a 2 2 & + 2 0 00971933 00609341 +rallentando a 1 1 & 1 0 02538508 +rallying a 1 1 & 1 1 00867092 +ramate a 1 1 & 1 0 00613866 +rambling a 3 1 & 3 0 02426679 00768397 00763407 +rambunctious a 1 1 & 1 0 01666489 +ramose a 1 1 & 1 0 00613866 +ramous a 1 1 & 1 0 00613866 +rampageous a 1 2 & + 1 0 02512470 +rampant a 3 3 & + ; 3 1 00601032 01236964 00016005 +ramshackle a 1 1 & 1 0 00679717 +rancid a 2 2 & + 2 0 01070321 01054922 +rancorous a 1 2 & + 1 0 00116940 +random a 1 3 ! & + 1 1 01924316 +randomised a 1 1 & 1 0 01961666 +randomized a 1 1 & 1 0 01961666 +randy a 1 1 & 1 0 02131668 +ranging a 1 1 < 1 1 03153018 +rangy a 3 2 & + 3 1 02385492 01524344 01390487 +rank a 5 2 & + 5 1 01002256 01627049 00580039 00520892 00016135 +rank-smelling a 1 1 & 1 0 01054741 +ranked a 1 1 & 1 1 01203986 +ranking a 1 1 & 1 0 02100566 +ransacked a 1 1 & 1 0 01087757 +ransomed a 2 2 & ; 2 0 01452024 01451850 +rapacious a 3 2 & + 3 0 00084022 00031138 00010726 +raped a 1 1 & 1 1 00735709 +rapid a 2 2 & + 2 1 00979697 00979862 +rapt a 1 1 & 1 0 01367008 +raptorial a 2 3 & \ + 2 0 02836314 00084022 +rapturous a 1 2 & + 1 0 01367008 +rare a 6 2 & + 6 3 00488561 01067538 00017024 02417725 01678112 00619691 +rare-roasted a 1 1 & 1 0 00618169 +rarefied a 2 1 & 2 0 02417725 01588619 +rarified a 2 1 & 2 1 02417725 01588619 +raring a 1 1 & 1 0 00811536 +rascally a 2 2 & + 2 0 02122379 01224964 +rash a 2 2 & + 2 0 01900188 00250739 +raspberry-red a 1 1 & 1 0 00371841 +rasping a 1 1 & 1 1 00299476 +raspy a 1 2 & + 1 0 00299476 +rastafarian a 1 2 \ + 1 0 02925195 +ratable a 1 3 & + ; 1 1 02400724 +rateable a 1 3 & + ; 1 0 02400724 +ratified a 1 1 & 1 0 01401413 +ratiocinative a 1 2 & + 1 0 01430716 +rational a 4 6 ! & ^ \ + ; 4 2 01925372 01780343 02929901 01333118 +rationalist a 1 1 \ 1 0 02909517 +rationalistic a 1 2 \ + 1 0 02787073 +rationed a 1 1 & 1 1 00541935 +ratlike a 1 1 \ 1 0 03144265 +rattlebrained a 1 1 & 1 0 02572420 +rattled a 1 2 & ; 1 0 00532560 +rattlepated a 1 1 & 1 0 02572420 +rattling a 2 1 & 2 0 01676517 00874226 +ratty a 3 3 & \ + 3 0 02787210 02583043 00422772 +raucous a 2 1 & 2 2 00300359 01667110 +raunchy a 3 2 & + 3 0 02134701 00425740 00420650 +ravaged a 1 1 & 1 0 00735709 +ravaging a 1 1 & 1 0 00588425 +ravening a 3 1 & 3 0 00084022 00031138 00010726 +ravenous a 2 2 & + 2 0 01269506 00010726 +raving_mad a 1 1 & 1 1 02077625 +ravishing a 1 1 & 1 0 00220502 +raw a 13 4 ! & + ; 13 7 01952643 01319061 00619433 01954943 01705195 00958020 00417204 01813081 01712753 01252399 01005914 00937186 00458266 +rawboned a 1 1 & 1 0 00989721 +rayless a 1 1 \ 1 0 03109032 +razed a 1 1 & 1 0 00735608 +razor-backed a 1 1 & 1 0 00200603 +razor-sharp a 2 1 & 2 1 00781061 00802767 +razorback a 1 2 & + 1 0 00200603 +re-created a 1 1 < 1 1 03153155 +re-entrant a 1 1 ! 1 0 02592015 +re-formed a 1 1 & 1 1 01670856 +reachable a 1 1 & 1 0 00019349 +reactionary a 1 2 & + 1 1 02030562 +reactionist a 1 1 & 1 0 02030562 +reactive a 2 4 ! & + ; 2 0 01928608 02105176 +readable a 1 2 & + 1 1 01405047 +ready a 5 5 ! & ^ = + 5 4 01930512 00185759 02565701 01844742 01335903 +ready-cooked a 1 1 & 1 0 00618274 +ready-made a 3 2 ! & 3 1 00672621 01689442 00675587 +ready-to-eat a 1 1 & 1 0 00673330 +ready-to-wear a 1 1 & 1 0 00672932 +ready_and_waiting a 1 1 & 1 0 01931926 +ready_to_hand a 1 1 & 1 0 00019731 +real a 9 6 ! & ^ = + ; 9 5 01932973 01937994 02119716 00013662 02460964 01939596 00625393 02392406 01941604 +real-time a 1 2 \ ; 1 0 02787452 +realised a 1 1 & 1 0 00521329 +realistic a 3 5 ! & ^ \ + 3 2 01939984 01979985 02787290 +realizable a 2 1 & 2 0 02392537 01821690 +realized a 1 1 & 1 0 00521329 +reanimated a 1 1 & 1 0 00119279 +rear a 1 2 & + 1 1 00197891 +rearing a 1 2 & ; 1 0 01236964 +rearmost a 1 1 & 1 0 00197773 +rearward a 2 2 & + 2 1 00197891 00202250 +reasonable a 3 5 ! & ^ = + 3 2 01943406 01532261 01926229 +reasoned a 1 1 & 1 0 02499511 +reasoning a 1 1 & 1 0 01926089 +reasonless a 3 1 & 3 0 01945139 01926803 01559042 +reassured a 1 1 & 1 1 00339599 +reassuring a 1 4 ! & ^ = 1 1 00196934 +rebarbative a 1 1 & 1 0 01804422 +rebellious a 3 2 & + 3 2 02331088 00589960 00963671 +reborn a 1 1 & 1 1 01957177 +recalcitrant a 2 2 & + 2 0 01614127 00696335 +receding a 1 1 & 1 0 00202411 +receivable a 1 1 & 1 0 00137277 +received a 2 2 & ; 2 0 02297664 00605893 +recent a 2 2 & + 2 2 01642477 01730444 +receptive a 4 3 ! & + 4 1 01773420 01985247 00333611 00007208 +recessed a 2 1 & 2 0 02264521 00536998 +recessional a 1 2 \ + 1 0 03109261 +recessionary a 1 1 \ 1 0 03109141 +recessive a 2 3 ! \ ; 2 0 03109141 00793988 +rechargeable a 1 1 & 1 0 01759251 +recherche a 1 1 & 1 0 00850552 +reciprocal a 2 3 ! & + 2 1 01945550 00769761 +reciprocative a 2 2 & + 2 0 01946764 01946595 +reciprocatory a 2 2 & + 2 0 01946764 01946595 +reckless a 2 2 & + 2 1 00250739 00312757 +reclaimable a 1 1 & 1 0 02496425 +reclaimed a 1 1 & 1 1 01451937 +recluse a 1 2 & + 1 0 02250691 +reclusive a 2 2 & + 2 0 02250691 01859055 +recognisable a 1 1 & 1 0 01272920 +recognised a 2 1 & 2 0 01636507 00027599 +recognizable a 2 1 & 2 2 01747996 01272920 +recognized a 2 1 & 2 1 00027599 01636507 +recoilless a 1 1 \ 1 0 02787627 +recollective a 1 2 ^ + 1 0 02005756 +recombinant a 1 1 \ 1 0 02787740 +reconcilable a 1 2 ! & 1 0 01986483 +reconciled a 1 1 & 1 0 00577612 +reconciling a 1 1 & 1 1 00046339 +recondite a 1 2 & + 1 0 00899226 +reconstructed a 1 1 ! 1 1 00288685 +reconstructive a 1 2 & + 1 0 00585856 +record-breaking a 1 1 & 1 0 00228967 +recorded a 2 2 ! & 2 1 01422956 01958512 +recoverable a 1 2 ! & 1 1 01956060 +recovered a 2 1 & 2 0 02541012 01450888 +recovering a 1 1 & 1 0 02543598 +recreant a 2 2 & + 2 0 00963858 00265496 +recreational a 2 3 & \ + 2 2 02787831 01869634 +recriminative a 1 2 & + 1 0 00925287 +recriminatory a 1 2 & + 1 0 00925287 +recrudescent a 1 2 & + 1 0 02013422 +rectal a 1 2 \ + 1 0 02933426 +rectangular a 2 2 & + 2 2 02048977 01720642 +rectifiable a 1 1 & 1 0 01963509 +rectified a 1 1 & 1 0 00634559 +rectilineal a 1 1 & 1 0 00658752 +rectilinear a 1 1 & 1 0 00658752 +rectosigmoid a 1 1 \ 1 0 02933540 +recumbent a 1 2 & + 1 0 01238201 +recuperative a 1 2 & + 1 0 01167540 +recurrent a 1 2 & + 1 1 00592880 +recurring a 1 1 & 1 0 00593276 +recursive a 1 1 & 1 0 00092848 +recurvate a 1 1 & 1 0 02316626 +recurved a 1 1 & 1 0 02316626 +recusant a 2 2 & + 2 0 01691302 01614558 +recyclable a 1 1 & 1 0 02496425 +red a 3 2 & + 3 3 00381097 00248560 00395626 +red-blind a 1 2 & + 1 0 02160291 +red-blooded a 1 1 & 1 0 01171746 +red-brick a 1 2 & ; 1 0 01536445 +red-brown a 1 1 & 1 0 00381525 +red-carpet a 1 1 & 1 0 00488697 +red-coated a 1 1 & 1 0 00456576 +red-faced a 2 1 & 2 1 00395626 00531887 +red-flowered a 1 1 & 1 0 00400395 +red-fruited a 1 1 & 1 0 01082302 +red-gray a 1 1 & 1 0 00391368 +red-grey a 1 1 & 1 0 00391368 +red-handed a 1 1 & 1 0 01322959 +red-hot a 5 1 & 5 0 02132967 01641791 01256973 01249768 00977372 +red-lavender a 1 1 & 1 0 00381636 +red-letter a 1 1 & 1 0 01040825 +red-orange a 1 1 & 1 0 00381861 +red-purple a 1 1 & 1 0 00381975 +red-rimmed a 1 1 & 1 1 02027480 +red-streaked a 1 1 & 1 0 01790150 +red-striped a 1 1 & 1 0 01790150 +red-violet a 1 1 & 1 0 00382074 +red_carpet a 1 1 & 1 0 00488697 +redbrick a 1 2 & ; 1 0 01536445 +reddened a 2 1 & 2 0 00395626 00270496 +reddish a 1 1 & 1 0 00381097 +reddish-brown a 1 1 & 1 0 00381525 +reddish-gray a 1 1 & 1 0 00391368 +reddish-grey a 1 1 & 1 0 00391368 +reddish-lavender a 1 1 & 1 0 00381636 +reddish-orange a 1 1 & 1 0 00381861 +reddish-pink a 1 1 & 1 0 00381766 +reddish-striped a 1 1 & 1 0 01790150 +reddish-violet a 1 1 & 1 0 00382074 +reddisn-purple a 1 1 & 1 0 00381975 +redeemable a 3 1 & 3 0 01956229 00916965 00635327 +redeemed a 1 2 & ; 1 0 01452024 +redeeming a 2 1 & 2 0 01130733 01124574 +redemptional a 1 2 \ + 1 0 03109399 +redemptive a 2 3 & \ + 2 0 03109399 01130733 +redemptory a 1 2 \ + 1 0 03109399 +redheaded a 1 1 & 1 1 00244410 +redistributed a 1 1 & 1 0 01108427 +redolent a 3 2 & + 3 0 01977669 01056897 01052428 +redoubled a 1 1 & 1 1 00881551 +redoubtable a 2 1 & 2 1 00195383 01983432 +reduced a 2 1 & 2 2 00881735 01213090 +reducible a 1 2 ! + 1 0 00883611 +reductionist a 1 1 \ 1 0 02979593 +reductive a 1 2 & + 1 0 00050446 +redundant a 2 2 & + 2 1 01581305 00549826 +redux a 1 1 & 1 0 02013630 +reechoing a 1 1 & 1 0 02009993 +reedlike a 1 1 & 1 0 00989830 +reedy a 2 2 & + 2 0 01921639 00989830 +reefy a 1 2 & + 1 0 00692548 +reeking a 2 1 & 2 1 02549857 01054832 +reentrant a 1 0 1 0 02592015 +referable a 1 1 & 1 0 00171872 +referenced a 1 1 & 1 0 00786485 +referent a 1 2 & + 1 0 00722886 +referential a 1 2 & + 1 0 00723015 +refined a 5 3 ! & ^ 5 2 01947266 01953297 02271177 01142069 00850648 +reflected a 1 2 ! & 1 0 02008615 +reflecting a 1 1 & 1 0 02008245 +reflective a 3 3 ! & + 3 1 02419434 02007882 01333331 +reflex a 1 3 & + ; 1 0 02522669 +reflexed a 1 1 & 1 0 02313563 +reflexive a 2 3 & + ; 2 0 02522669 00202508 +reform-minded a 1 2 & ; 1 0 00576189 +reformable a 1 1 & 1 0 00635327 +reformative a 1 2 & + 1 0 01197386 +reformatory a 1 2 & + 1 0 01197386 +reformed a 2 1 & 2 1 01691975 01957312 +reformist a 1 3 & + ; 1 0 00576189 +refractile a 1 1 \ 1 0 02788005 +refractive a 2 3 & \ + 2 0 02788005 02312918 +refractory a 3 3 & + ; 3 0 02452562 01999941 01614127 +refractory-lined a 1 1 \ 1 0 02788252 +refreshed a 1 1 & 1 1 02434797 +refreshful a 1 1 & 1 0 01357027 +refreshing a 2 1 & 2 1 01357027 01642245 +refrigerant a 1 2 & + 1 0 01253661 +refrigerated a 1 1 & 1 1 01253879 +refrigerating a 1 1 & 1 0 01253661 +refulgent a 1 2 & + 1 0 00280463 +refutable a 1 1 & 1 0 00721371 +regal a 1 1 & 1 1 01591394 +regardant a 1 2 & ; 1 1 00202677 +regardful a 1 1 & 1 0 01994180 +regardless a 1 1 & 1 0 01194099 +regenerate a 1 3 ! & ^ 1 0 01956964 +regenerating a 1 1 < 1 1 03153255 +regent a 1 3 & + ; 1 0 01827261 +regimental a 1 2 \ + 1 1 03109663 +regimented a 1 1 & 1 0 00599745 +regional a 2 2 & \ 2 2 02871858 02408977 +registered a 3 3 ! & ; 3 0 01958898 01958027 00786624 +regnant a 1 1 & 1 0 01827432 +regressive a 2 5 ! & ^ + ; 2 0 01877919 01876957 +regretful a 1 2 ! ^ 1 0 01150475 +regrettable a 1 1 & 1 0 01052038 +regular a 13 6 ! & ^ = + ; 13 7 01959294 02469577 02296632 02366927 00489863 02302187 01067003 01970777 01961937 00638501 02372520 01595312 01089275 +regulated a 1 1 ! 1 1 01962310 +regulation a 1 1 & 1 1 02296824 +regulative a 1 1 & 1 0 02004685 +regulatory a 1 2 & + 1 1 02004685 +rehabilitative a 2 3 ! & + 2 0 01903412 00585856 +reigning a 1 1 & 1 0 01827432 +reincarnate a 1 1 & 1 0 00630727 +reinforced a 2 1 & 2 0 02323358 01288690 +reinvigorated a 1 1 & 1 0 02434797 +reiterative a 1 2 & + 1 0 01964632 +rejected a 1 1 & 1 0 01463735 +rejective a 1 3 ! & + 1 0 00076341 +rejoicing a 1 1 & 1 1 00704898 +related a 2 4 ! & ^ + 2 2 01972820 01971237 +related_to a 1 1 & 1 1 01972820 +relatiative a 1 1 & 1 0 01903160 +relational a 1 1 & 1 0 00006245 +relative a 2 3 ! & + 2 2 00006032 00482673 +relativistic a 2 3 \ + ; 2 1 02835887 02836161 +relaxant a 1 2 & + 1 0 02309004 +relaxed a 1 3 ! & ^ 1 1 02407603 +relaxing a 1 1 & 1 0 01922227 +releasing a 1 2 & ; 1 0 00854869 +relentless a 2 2 & + 2 2 01785341 00593071 +relevant a 1 3 ! & + 1 1 01975138 +reliable a 3 4 ! & ^ + 3 3 00724081 02465519 02465115 +reliant a 1 2 & + 1 0 00727113 +relieved a 2 1 & 2 1 01519465 01353982 +religious a 4 4 ! & ^ + 4 2 02056265 01783158 01782981 02085740 +relinquished a 1 1 & 1 0 01624533 +relocated a 1 1 & 1 0 02126796 +reluctant a 3 2 & + 3 3 02566453 01293882 00811969 +remaining a 1 1 & 1 1 00926505 +remarkable a 2 1 & 2 2 01678417 02163602 +rembrandtesque a 1 1 \ 1 0 03037712 +remediable a 1 1 ! 1 0 01962631 +remedial a 2 2 & + 2 1 00232986 01165943 +remindful a 1 1 & 1 0 01977669 +reminiscent a 1 2 & + 1 0 01977669 +remiss a 1 2 & + 1 0 00755220 +remittent a 1 2 & + 1 0 00883188 +remorseful a 1 1 & 1 1 01743506 +remorseless a 1 1 & 1 1 01508086 +remote a 5 2 & + 5 4 00442917 01413084 00443075 00020103 00450606 +remote-controlled a 1 1 & 1 0 01479940 +removable a 2 2 ! & 2 0 01526582 00898132 +removed a 2 1 & 2 0 00451155 00443075 +remunerated a 1 1 & 1 0 01708898 +remunerative a 2 2 & + 2 1 01708663 01871774 +renal a 1 1 \ 1 0 02883599 +renascent a 1 2 & + 1 0 02013864 +rending a 1 1 & 1 1 00300469 +renegade a 1 2 & + 1 0 00963858 +renewable a 2 2 ! & 2 0 01962982 00925820 +renewed a 1 1 & 1 1 02013758 +renewing a 1 1 & 1 1 01357742 +reniform a 1 1 & 1 0 02170546 +renowned a 1 1 & 1 0 01375831 +rent-free a 1 1 & 1 0 01710809 +rentable a 1 1 ! 1 0 01963294 +rental a 2 2 \ + 2 0 02892164 02892033 +renunciant a 1 2 & + 1 0 01301056 +renunciative a 1 1 & 1 0 01301056 +reorganised a 1 1 & 1 0 01670982 +reorganized a 1 1 & 1 0 01670982 +repand a 1 1 & 1 0 02245020 +reparable a 1 2 ! & 1 0 01963509 +repayable a 1 1 & 1 1 00137501 +repeatable a 1 1 ! 1 0 01963958 +repeated a 1 1 & 1 1 00592880 +repellant a 2 2 & + 2 0 01804422 01625893 +repellent a 3 2 & + 3 0 01804422 01625893 00007990 +repelling a 1 1 & 1 0 01625893 +repentant a 1 4 ! & ^ + 1 1 01743217 +repetitious a 1 2 & + 1 0 01964367 +repetitive a 2 3 ! & + 2 1 00592539 01964367 +replaceable a 1 4 ! & ^ + 1 0 01978395 +replete a 2 1 & 2 0 02300501 01085442 +reply-paid a 1 1 & 1 0 01709542 +reportable a 2 2 ! & 2 0 00472057 00471842 +reported a 1 2 ! & 1 1 00471348 +reposeful a 1 1 & 1 0 01922227 +reprehensible a 1 2 & + 1 1 02035765 +representable a 1 2 & ; 1 0 00943683 +representational a 1 2 ! & 1 1 01979053 +representative a 3 3 ! & + 3 2 02469407 01981699 00716562 +represented a 1 1 & 1 0 01714985 +repressed a 1 1 & 1 1 01316467 +repressing a 1 1 & 1 0 02004176 +repressive a 1 2 & + 1 1 02004176 +reproachful a 1 1 & 1 0 00996864 +reprobate a 1 2 & + 1 0 00621524 +reproducible a 1 3 ! & + 1 1 01867996 +reproductive a 1 2 & + 1 0 01081592 +reproving a 1 1 & 1 0 00996864 +reptilian a 1 2 \ + 1 0 02832458 +republican a 2 3 & \ + 2 1 02788378 00716892 +repudiative a 1 2 & + 1 0 00076739 +repugnant a 1 2 & + 1 0 01625063 +repulsive a 3 5 ! & = + ; 3 1 01625063 00170156 00221934 +reputable a 1 5 ! & ^ = + 1 1 01982646 +requested a 1 1 ! 1 0 01965287 +required a 2 1 & 2 2 01580775 00848466 +requisite a 1 2 & + 1 0 01580775 +rescindable a 1 1 & 1 0 01760293 +rescued a 1 1 & 1 0 01451937 +resentful a 1 2 ! & 1 1 00116529 +reserved a 2 3 ! & ^ 2 0 01988324 01987341 +resettled a 1 1 & 1 0 02126796 +resident a 2 2 ! + 2 2 02125409 02129136 +residential a 2 3 ! \ + 2 2 00485044 03109795 +residual a 1 2 \ + 1 1 02835654 +residuary a 2 3 \ + ; 2 0 03109963 02835654 +resilient a 2 2 & + 2 0 02280566 00843595 +resinated a 1 1 \ 1 0 02853146 +resinlike a 1 1 \ 1 0 02788554 +resinous a 1 2 & + 1 0 00054364 +resiny a 1 2 & + 1 1 00054364 +resistant a 5 2 & + 5 1 02363614 02435383 01774869 00695938 00007990 +resistible a 1 1 ! 1 0 01989012 +resistive a 2 3 & \ + 2 1 03110183 00695938 +resistless a 2 1 & 2 0 01989175 00040058 +resolute a 2 4 ! & ^ + 2 1 01989669 00685924 +resolvable a 2 1 & 2 0 02266451 01986759 +resolved a 2 1 & 2 1 01991267 02267012 +resonant a 2 2 & + 2 1 02010536 01977669 +resonating a 1 1 & 1 0 02010536 +resounding a 1 1 & 1 1 02010536 +resourceful a 1 2 & + 1 0 00307182 +resourceless a 1 1 & 1 0 02024658 +respectable a 3 4 ! & ^ + 3 3 01993140 01983162 00624576 +respected a 1 1 & 1 1 01983548 +respectful a 2 4 ! & ^ + 2 1 01993940 02012333 +respective a 1 1 & 1 1 00494409 +respiratory a 1 2 \ + 1 1 03110322 +resplendent a 1 2 & + 1 1 00219389 +respondent a 1 2 & + 1 0 01999608 +responsible a 3 5 ! & ^ = + 3 2 01996377 00324878 02465350 +responsible_for a 1 1 & 1 1 00324878 +responsive a 3 5 ! & ^ \ + 3 0 03110741 01999306 02105176 +rested a 1 3 ! & ^ 1 0 02434605 +restful a 1 3 ! & + 1 0 01922227 +restive a 2 2 & + 2 1 02406370 01737503 +restless a 3 3 ! & + 3 2 00590271 01563578 01922562 +restorative a 2 2 & + 2 0 01357742 01167540 +restrained a 5 3 ! & ^ 5 2 00721050 02000118 02402078 01849170 00326202 +restricted a 3 4 ! & ^ ; 3 2 02002227 01540871 00415931 +restricting a 1 1 & 1 1 02004023 +restrictive a 2 3 ! & + 2 2 02003725 01888941 +resultant a 1 2 & + 1 1 00122844 +resupine a 1 1 & 1 0 01239781 +resurgent a 1 2 & + 1 0 02013864 +resuscitated a 1 1 & 1 0 02014048 +retained a 1 1 & 1 1 00737801 +retaliatory a 1 2 & + 1 0 01903160 +retarded a 1 3 ! & ^ 1 1 01840366 +retentive a 3 5 ! & ^ \ + 3 1 02005756 03110952 01772914 +reticent a 3 2 & + 3 0 02383709 00721050 00157268 +reticular a 1 2 & + 1 0 02006228 +reticulate a 1 2 ! & 1 1 02006228 +retinal a 1 2 \ + 1 1 02979139 +retired a 1 1 & 1 1 00035368 +retiring a 3 1 & 3 0 01539444 01296091 00157268 +retractable a 1 1 & 1 0 02007663 +retracted a 1 1 & 1 0 00202772 +retractile a 1 2 ! & 1 0 02007508 +retral a 2 1 & 2 0 00202875 00132040 +retributive a 2 1 & 2 0 01903160 01370305 +retributory a 2 1 & 2 0 01903160 01370305 +retrievable a 1 1 & 1 0 01956370 +retro a 1 2 & + 1 0 01884744 +retroactive a 2 3 ! & ; 2 0 02592396 01884744 +retroflex a 2 2 & ; 2 0 00203030 00201802 +retroflexed a 1 1 & 1 0 00203030 +retrograde a 4 4 ! & = ; 4 0 00770114 00130151 01877299 00202875 +retrogressive a 1 2 & + 1 1 01877299 +retrorse a 1 3 ! & ; 1 0 00123804 +retrospective a 1 4 ! & ^ + 1 0 01884539 +retrousse a 1 1 & 1 0 02140144 +returnable a 1 2 ! & 1 0 00776922 +returning a 2 1 & 2 0 01877416 00203123 +reusable a 1 1 & 1 0 02496425 +revealing a 2 2 ! & 2 1 01305344 02091165 +revelatory a 2 2 & + 2 0 02091300 01882292 +revenant a 2 2 & \ 2 0 02788651 00593276 +revengeful a 1 1 & 1 0 01041634 +reverberant a 1 3 ! & + 1 0 02009280 +reverberating a 1 1 & 1 0 02010536 +reverberative a 1 2 & + 1 0 02010536 +revered a 1 1 & 1 1 01226660 +reverend a 1 1 & 1 0 02056566 +reverent a 2 4 ! & ^ + 2 0 02011810 01781882 +reverential a 1 2 & + 1 0 02012333 +reverse a 3 3 ! & + 3 1 00202250 00203917 00202095 +reversed a 2 1 & 2 0 02467982 00201961 +reversible a 4 4 ! & + ; 4 1 01758934 01759676 01760488 00346626 +reversionary a 1 3 \ + ; 1 0 03111065 +reversive a 1 2 & + 1 0 00203123 +revertible a 1 2 & ; 1 0 00777106 +reverting a 1 1 & 1 0 01877416 +revised a 2 1 & 2 1 00353101 00354176 +revitalised a 1 1 & 1 0 02014140 +revitalising a 1 1 & 1 0 01357742 +revitalized a 1 1 & 1 0 02014140 +revitalizing a 1 1 & 1 0 01357742 +revivalistic a 1 3 \ + ; 1 0 02955216 +revived a 2 2 ! & 2 0 02013197 00119279 +reviving a 1 1 & 1 0 01357742 +revocable a 1 2 ! & 1 0 01760132 +revokable a 1 1 & 1 0 01760132 +revolting a 1 1 & 1 0 01625893 +revolutionary a 4 4 ! & \ + 4 1 01642657 02939919 02835481 02015238 +revolved a 1 1 & 1 0 02468110 +rewardful a 1 1 & 1 0 02015891 +rewarding a 1 3 ! & ^ 1 1 02015571 +rh-negative a 1 1 ! 1 0 02592750 +rh-positive a 1 1 ! 1 0 02592611 +rhapsodic a 1 1 & 1 0 01367008 +rhenish a 1 2 \ + 1 0 03111283 +rheologic a 1 3 \ + ; 1 0 02980247 +rheological a 1 3 \ + ; 1 0 02980247 +rhetorical a 2 5 ! & ^ \ + 2 0 02938854 02016535 +rheumatic a 1 2 & + 1 0 01173795 +rheumatoid a 1 1 & 1 0 01173795 +rheumy a 2 2 & + 2 0 02550023 01173795 +rhinal a 1 1 \ 1 0 02978781 +rhizoidal a 1 1 \ 1 0 03111573 +rhizomatous a 1 2 \ + 1 0 03111451 +rhodesian a 1 2 \ + 1 0 02788779 +rhombic a 1 2 \ + 1 0 02948892 +rhombohedral a 1 3 & + ; 1 0 02373467 +rhomboid a 1 2 \ + 1 0 03111656 +rhomboidal a 1 2 \ + 1 0 03111656 +rhymed a 1 2 ! & 1 0 01965636 +rhymeless a 1 0 1 0 01966315 +rhyming a 1 1 & 1 0 01965636 +rhythmic a 1 3 & ^ + 1 1 02019021 +rhythmical a 1 4 ! & ^ + 1 1 02019021 +riant a 1 1 & 1 0 01149358 +ribald a 1 2 & + 1 0 00424787 +ribbed a 2 2 ! & 2 0 02021540 02240379 +ribbon-shaped a 1 1 & 1 0 02149412 +ribbonlike a 1 1 & 1 0 02414749 +ribbony a 1 2 & + 1 0 02414749 +ribless a 1 1 ! 1 0 02021818 +riblike a 1 1 & 1 0 02021748 +rich a 12 6 ! & ^ = + ; 12 6 02021905 02024143 02501693 01081340 00403385 01866429 02026785 02024758 02560402 02397234 01457369 00014490 +rickettsial a 1 2 \ + 1 0 02892277 +rickety a 3 2 & + 3 1 02292797 02546316 02040233 +riddled a 2 1 & 2 1 00680791 01085937 +ridged a 1 1 < 1 0 03153361 +ridiculous a 3 2 & + 3 2 00752847 02570643 01266397 +riemannian a 1 2 \ + 1 0 03037799 +rife a 2 1 & 2 0 01066787 00015720 +rifled a 1 1 ! 1 0 02248078 +rigged a 1 3 ! & ; 1 0 01093323 +right a 14 6 ! & ^ = + ; 14 6 02031986 00631391 01879261 02034828 00633410 00135455 02030080 02082081 02029047 01879464 01720930 01693585 01661289 00023278 +right-angled a 1 1 & 1 0 02043587 +right-down a 1 1 & 1 0 00520892 +right-eyed a 1 1 & 1 0 00954678 +right-hand a 3 1 & 3 2 02032730 02029047 01197634 +right-handed a 2 4 ! & ^ + 2 0 02028612 00441927 +right-minded a 1 1 & 1 0 00633581 +right-side-out a 1 1 & 1 0 02468453 +right-side-up a 1 1 & 1 0 02468538 +right-wing a 1 1 & 1 0 02030793 +right_smart a 1 2 & ; 1 0 00624913 +righteous a 2 4 ! & ^ + 2 1 02036578 01549087 +rightful a 2 2 & + 2 1 01370475 01407267 +rightish a 1 1 & 1 0 02030704 +rightist a 1 2 & + 1 0 02030793 +rightmost a 1 1 & 1 0 02032617 +rigid a 5 4 ! & + ; 5 3 01023706 02436995 01029151 01026721 01564603 +rigorous a 2 2 & + 2 2 00915556 00711059 +riled a 1 1 & 1 0 01806106 +rimed a 1 1 & 1 0 01253254 +rimeless a 1 0 1 0 01966315 +riming a 1 1 & 1 0 01965636 +rimless a 1 1 ! 1 1 02027609 +rimmed a 1 2 ! & 1 0 02027147 +rimose a 1 1 & 1 0 02247489 +rimy a 1 1 & 1 0 01253254 +ring-shaped a 1 1 & 1 0 02044860 +ringed a 3 1 & 3 0 02044860 01790259 01482020 +ringleted a 1 1 & 1 0 01030605 +ringlike a 1 1 & 1 0 02042970 +riotous a 3 2 & + 3 2 00015247 01923720 01549568 +rip-roaring a 1 1 & 1 0 01921466 +riparian a 1 1 \ 1 0 02939272 +ripe a 5 3 ! & + 5 2 01493173 01931807 01661289 01492257 00816839 +ripened a 1 1 & 1 0 01493423 +ripping a 1 1 & 1 1 00300469 +rippled a 2 1 & 2 0 00911762 00088157 +risen a 1 1 & 1 0 02491308 +risible a 1 2 & + 1 0 01265308 +rising a 4 2 ! & 4 1 02486932 02484530 01733082 01642843 +risk-free a 1 1 & 1 0 02058529 +riskless a 1 2 & + 1 0 02058529 +risky a 2 2 & + 2 1 02059811 02274537 +risque a 1 1 & 1 0 02132224 +rit. a 1 1 & 1 0 02538508 +ritardando a 1 1 & 1 0 02538508 +ritenuto a 1 1 & 1 0 02538508 +ritual a 2 2 \ + 2 0 02892656 02892389 +ritualistic a 1 2 \ + 1 0 03111832 +ritzy a 1 3 & + ; 1 0 00850875 +rivalrous a 1 2 & + 1 0 00512941 +riveting a 1 1 & 1 0 01344171 +roadless a 1 1 & 1 0 00020241 +roan a 1 2 & + 1 0 00400472 +roaring a 1 1 & 1 0 02331857 +roast a 1 2 & + 1 0 00618377 +roasted a 1 1 & 1 1 00618377 +robed a 1 1 & 1 0 00454440 +robotic a 2 2 & \ 2 0 02939781 01499999 +robotlike a 1 1 & 1 0 01499999 +robust a 4 4 ! & ^ + 4 1 02037708 02397234 02323521 01951112 +robustious a 1 1 & 1 0 01666489 +rock-bottom a 1 1 & 1 0 01213090 +rock-inhabiting a 1 1 & 1 0 01312466 +rock-loving a 1 1 & 1 0 01172035 +rock-ribbed a 2 1 & 2 0 02241834 01025212 +rock-steady a 1 1 & 1 1 02301969 +rockbound a 1 1 & 1 0 02241834 +rocket-propelled a 1 1 \ 1 0 02788916 +rocklike a 1 1 & 1 1 01151951 +rocky a 4 2 & + 4 1 02241988 02243567 02293141 00747910 +rococo a 1 1 & 1 0 01796844 +rod-shaped a 2 1 & 2 0 02144988 02047413 +rodlike a 1 1 & 1 0 02047413 +roentgenographic a 1 2 \ + 1 0 02998438 +roguish a 2 2 & + 2 0 02122379 01224964 +roiled a 2 1 & 2 0 01806106 00087597 +roiling a 1 1 & 1 1 00087597 +roily a 1 1 & 1 0 00087597 +rolled a 3 2 & ; 3 0 02318057 01878227 00253469 +rolled_into_one a 1 1 & 1 1 01330662 +rollicking a 1 1 & 1 0 02122132 +rolling a 1 1 & 1 1 01878227 +roly-poly a 1 2 & + 1 0 00987510 +romaic a 1 2 \ + 1 0 03112046 +roman a 4 3 \ + ; 4 2 02921569 02921325 02922086 02921753 +roman_catholic a 1 1 \ 1 0 02921753 +romance a 1 1 \ 1 0 03080351 +romani a 1 1 \ 1 0 03112177 +romanian a 1 2 \ + 1 0 02962272 +romanic a 1 2 + ; 1 0 02921325 +romanist a 1 1 \ 1 0 02921753 +romansh a 1 1 \ 1 0 02789031 +romantic a 3 3 & \ + 3 2 02789151 01465214 01837182 +romanticist a 1 1 \ 1 0 02789151 +romanticistic a 1 2 \ + 1 0 02789151 +romany a 1 1 \ 1 0 03112177 +romish a 1 1 \ 1 0 02921753 +roofed a 1 2 ! ; 1 0 01700075 +roofless a 2 2 ! & 2 0 01700293 01050603 +roomy a 1 2 & + 1 0 00476249 +rooseveltian a 1 2 \ + 1 0 03037924 +rootbound a 2 1 & 2 0 01831942 00256042 +rooted a 1 1 & 1 0 01564881 +rootless a 1 1 & 1 0 02128736 +ropey a 3 4 & \ + ; 3 0 02789409 02416765 02347742 +ropy a 3 4 & \ + ; 3 0 02789409 02416765 02347742 +rosaceous a 2 3 & \ + 2 0 03141878 00382173 +rose a 1 1 & 1 1 00382173 +rose-cheeked a 1 1 & 1 0 01170823 +rose-colored a 2 1 & 2 0 01664156 00400644 +rose-lavender a 1 1 & 1 0 00382411 +rose-lilac a 1 1 & 1 0 00382411 +rose-mauve a 1 1 & 1 0 00382512 +rose-purple a 1 1 & 1 0 00382594 +rose-red a 1 1 & 1 0 00382321 +rose-tinged a 1 1 & 1 0 00382693 +rose-tinted a 1 1 & 1 0 00382693 +roseate a 1 1 & 1 0 00382173 +rosicrucian a 1 1 \ 1 0 03142022 +rostrate a 1 1 & 1 0 00207034 +rosy a 4 2 & + 4 3 01664156 01170823 00371611 00176676 +rosy-cheeked a 1 1 & 1 0 01170823 +rosy-colored a 1 1 & 1 0 00400644 +rosy-purple a 1 1 & 1 0 00382594 +rot-resistant a 1 1 & 1 0 01775200 +rotary a 2 2 & \ 2 1 02998561 00676271 +rotatable a 1 1 & 1 0 01524445 +rotated a 1 1 & 1 1 02468110 +rotational a 1 1 \ 1 0 03112379 +rotatory a 1 2 \ + 1 0 02939919 +rotted a 1 1 & 1 0 02275892 +rotten a 3 3 & + ; 3 1 01127782 02275892 01070538 +rotund a 3 2 & + 3 0 02047496 01457486 00987180 +rouged a 1 1 & 1 0 01714633 +rough a 14 5 ! & ^ + ; 14 7 02238462 01951197 00915976 00747910 00304949 00299476 00084353 02245403 02243567 00664167 02229584 01813183 01803583 01374183 +rough-and-ready a 1 1 & 1 0 00835504 +rough-and-tumble a 1 1 & 1 0 01667271 +rough-cut a 2 1 & 2 0 01950198 01006016 +rough-haired a 1 1 & 1 0 00215257 +rough-spoken a 1 1 & 1 0 01951372 +rough-textured a 1 1 & 1 0 02243086 +roughdried a 1 1 & 1 0 01360231 +roughened a 1 1 & 1 0 02240129 +roughhewn a 1 1 & 1 1 01006016 +roughish a 1 1 & 1 0 02242412 +roughshod a 3 1 & 3 0 02156293 01263013 00788268 +roumanian a 1 2 \ + 1 0 02962272 +round a 3 5 ! & ^ + ; 3 3 02040652 01457486 00916524 +round-arm a 1 2 & ; 1 0 02470952 +round-backed a 1 1 & 1 0 01239199 +round-bottom a 1 1 & 1 1 02442883 +round-bottomed a 1 1 & 1 0 02442883 +round-eyed a 2 1 & 2 0 02272047 00954760 +round-faced a 1 1 & 1 1 00235823 +round-fruited a 1 1 & 1 0 01082377 +round-shouldered a 1 1 & 1 0 01239199 +round-the-clock a 1 1 & 1 0 00595147 +round_the_bend a 1 1 & 1 0 02074929 +roundabout a 2 1 & 2 2 00767349 00763013 +rounded a 1 4 ! & ^ + 1 1 02043898 +roundheaded a 1 1 & 1 0 00262328 +roundish a 1 1 & 1 0 02043051 +rousing a 2 1 & 2 1 02307026 01897607 +rousseauan a 1 2 \ + 1 1 02858539 +routine a 1 1 & 1 1 01674242 +roving a 1 1 & 1 0 02128084 +rowdy a 1 2 & + 1 1 01667110 +royal a 5 2 & \ 5 2 02789579 02789798 01592509 01591394 00654685 +ruandan a 1 1 \ 1 0 03112486 +rubber a 1 2 & ; 1 0 01129021 +rubberlike a 1 1 & 1 1 00844869 +rubbery a 2 2 & + 2 1 00844869 02445863 +rubbishy a 1 2 & + 1 0 02503656 +rubicund a 1 1 & 1 0 01172139 +ruby a 1 1 & 1 0 00381097 +ruby-red a 1 1 & 1 0 00381097 +rudder-like a 1 1 & 1 0 02149502 +rudderless a 1 1 & 1 1 01910652 +ruddy a 2 2 & + 2 1 01172139 00381097 +rude a 5 3 & = + 5 2 00641944 01950857 00642725 01952643 00818175 +rudimentary a 3 3 & + ; 3 2 01856419 00524965 00742714 +rueful a 1 2 & + 1 0 01743506 +ruffianly a 1 2 & + 1 0 02512641 +ruffled a 2 1 & 2 2 00088157 00058696 +rugged a 4 5 ! & ^ = + 4 1 00707366 02243806 02239746 00748058 +rugose a 1 2 & ; 1 0 02242481 +ruined a 3 1 & 3 1 01451402 02334321 00736299 +ruinous a 2 2 & + 2 1 01161635 00586883 +rule-governed a 1 1 & 1 0 01959807 +ruled a 1 1 & 1 1 02329765 +ruling a 1 1 & 1 1 01827432 +ruly a 1 1 & 1 0 02423563 +rum a 1 1 & 1 0 00968010 +rumanian a 1 2 \ + 1 1 02962272 +rumansh a 1 1 \ 1 0 02789031 +rumbling a 1 1 & 1 0 01457079 +rumbustious a 1 1 & 1 0 01666489 +ruminant a 1 3 ! \ + 1 0 02789920 +ruminative a 1 2 & + 1 0 02419434 +rummy a 1 1 & 1 0 00968010 +rumpled a 1 1 & 1 0 02425220 +run-down a 2 1 & 2 2 02581530 01092889 +run-of-the-mill a 1 1 & 1 0 01674926 +run-of-the-mine a 1 1 & 1 0 01674926 +run-on a 1 1 ! 1 0 00873502 +run-resistant a 1 1 & 1 0 01775280 +runaway a 1 1 & 1 1 00601150 +runcinate a 1 1 & 1 0 02247637 +runic a 1 2 \ + 1 0 02938236 +running a 6 3 ! & ; 6 2 01240591 00592754 01241757 01240413 01445438 01091728 +runny a 1 2 & + 1 0 02261746 +runproof a 1 1 & 1 0 01775280 +runty a 2 3 & + ; 2 0 02387790 01394558 +rupestral a 1 1 \ 1 0 03133994 +rupicolous a 1 1 \ 1 0 03133994 +rural a 2 4 ! & \ + 2 2 02050452 02790726 +ruritanian a 1 2 \ + 1 0 02790900 +rush a 2 1 & 2 0 01988829 01271604 +rushed a 1 1 & 1 0 01271604 +rushlike a 1 1 & 1 0 00209988 +rushy a 1 2 & + 1 0 02574188 +russet a 1 1 & 1 0 00382792 +russian a 1 2 \ + 1 1 02957276 +russian-speaking a 1 1 & 1 0 00499730 +russian_orthodox a 1 2 \ ; 1 0 02953598 +rust a 1 1 & 1 0 00382874 +rust-brown a 1 1 & 1 0 00382874 +rust-colored a 1 1 & 1 0 00400737 +rust-free a 1 1 & 1 0 02053392 +rust-red a 1 1 & 1 0 00382990 +rust-resistant a 1 1 & 1 0 02053553 +rusted a 1 2 ! & 1 1 02052983 +rustic a 3 2 & + 3 2 02051616 00636891 02051013 +rustless a 1 2 ! & 1 0 02053253 +rustling a 1 1 & 1 0 01456221 +rustproof a 1 1 & 1 0 02053460 +rustproofed a 1 1 & 1 0 02053460 +rusty a 4 2 & + 4 2 02053094 00382874 02230205 01639891 +rusty-brown a 1 1 & 1 0 00383088 +rusty-red a 1 1 & 1 0 00382990 +ruthful a 1 2 & + 1 0 01743506 +ruthless a 1 2 & + 1 1 01508086 +rutted a 1 1 & 1 1 02244361 +ruttish a 1 1 & 1 0 02131668 +rutty a 1 2 & + 1 0 02244361 +rwandan a 1 1 \ 1 0 03112486 +s-shaped a 1 1 & 1 0 02150308 +sabahan a 1 2 \ + 1 0 03112615 +sabbatarian a 1 2 \ + 1 0 03112747 +sabbatic a 1 1 \ 1 0 03112989 +sabbatical a 2 2 \ + 2 0 03112989 03112867 +saber-toothed a 1 1 & 1 0 02439076 +sabertoothed a 1 1 & 1 0 02439076 +sabine a 1 1 \ 1 0 02791058 +sable a 1 1 & 1 0 00391487 +sabre-toothed a 1 1 & 1 0 02439076 +saccadic a 1 2 \ + 1 0 02791161 +saccharine a 1 2 & + 1 0 02368566 +sacculate a 1 1 \ 1 0 02791308 +sacculated a 1 1 \ 1 0 02791308 +sacerdotal a 2 2 \ + 2 0 02899912 02899666 +sacked a 1 1 & 1 0 00735709 +saclike a 1 1 & 1 0 00536304 +sacral a 2 3 & \ + 2 0 03113164 02056663 +sacramental a 1 2 \ + 1 0 02931227 +sacred a 5 4 ! & ^ + 5 3 02055062 02587261 02054310 02054610 00519823 +sacrificeable a 1 1 & 1 0 00932918 +sacrificial a 1 2 \ + 1 0 03113271 +sacrilegious a 1 2 & + 1 0 02012748 +sacrosanct a 1 1 & 1 0 02055900 +sad a 3 3 ! & + 3 1 01361863 01366277 01126841 +sad-faced a 1 1 & 1 0 00236086 +saddle-shaped a 1 1 & 1 0 02149597 +saddle-sore a 1 1 & 1 0 01712657 +saddled a 2 2 ! & 2 0 00460386 00870127 +sadducean a 1 2 \ + 1 0 02791630 +sadistic a 1 2 ! + 1 1 02057535 +sadomasochistic a 1 2 \ + 1 0 02791483 +safe a 4 5 ! & ^ + ; 4 2 02057829 00066933 02061307 02273643 +safe_and_sound a 1 1 & 1 0 02058656 +safety-related a 1 1 & 1 0 01889084 +sagacious a 2 2 & + 2 1 02569558 01813920 +sage a 2 1 & 2 0 02570183 00383189 +sage-green a 1 1 & 1 0 00383189 +sagging a 1 1 & 1 1 02403944 +sagittal a 1 1 & 1 0 00779240 +sagittate a 1 1 & 1 0 02170673 +sagittiform a 1 1 & 1 0 02170673 +saharan a 1 1 \ 1 0 02791735 +said a 1 1 & 1 1 02068730 +sainted a 1 1 & 1 0 01130261 +saintlike a 1 1 & 1 0 01130261 +saintly a 1 2 & + 1 0 01130261 +salable a 1 3 ! & + 1 1 02061799 +salacious a 2 2 & + 2 2 02133779 00425740 +salamandriform a 1 1 \ 1 0 03144356 +salaried a 3 2 ! & 3 0 00863717 01708898 01708663 +saleable a 1 1 & 1 0 02061799 +salient a 3 4 ! & + ; 3 1 00580805 02591896 01235439 +salientian a 1 3 \ + ; 1 0 02631238 +saliferous a 1 1 & 1 0 01074335 +saline a 1 2 & + 1 0 01074458 +salivary a 1 2 \ + 1 1 03012094 +sallow a 1 2 & + 1 1 01178134 +salmon a 1 1 & 1 0 00379804 +salt a 1 1 & 1 1 00803846 +salt-cured a 1 1 & 1 0 01073311 +salted a 1 1 & 1 0 01073311 +saltish a 1 1 & 1 0 01074582 +saltlike a 1 1 & 1 0 00026388 +salty a 3 4 ! & ^ + 3 1 02306874 01073822 02398773 +salubrious a 2 2 & + 2 1 02558184 02558996 +salutary a 1 1 & 1 1 01166413 +salvadoran a 1 1 \ 1 0 02969375 +salvadorean a 1 2 \ + 1 0 02969375 +salvageable a 1 1 & 1 0 01452138 +salverform a 1 1 & 1 0 01776282 +salvific a 1 1 \ 1 0 03144441 +salving a 1 1 & 1 0 01153844 +same a 4 5 ! & ^ = + 4 4 02068476 02062670 01411065 00355611 +samoan a 1 2 \ + 1 0 03113404 +samoyedic-speaking a 1 1 & 1 0 00499823 +san_marinese a 1 2 \ + 1 0 03113562 +sanative a 1 1 & 1 0 01165943 +sanctified a 1 1 & 1 1 02054310 +sanctimonious a 1 2 & + 1 0 01782100 +sanctionative a 1 2 & + 1 0 01195128 +sanctioned a 3 1 & 3 0 01690244 01401413 00179035 +sanctioning a 1 1 & 1 0 01195128 +sand-blind a 1 1 & 1 0 02159969 +sandaled a 1 1 & 1 0 02156421 +sandalled a 1 1 & 1 0 02156421 +sandlike a 1 0 1 0 00142040 +sandpapery a 1 2 & + 1 0 02242582 +sandy a 2 2 & + 2 1 00244199 00142040 +sane a 2 4 ! & ^ + 2 1 02073443 01926229 +sanguinary a 2 1 & 2 0 00249104 00248251 +sanguine a 2 2 & + 2 0 01664455 01172139 +sanguineous a 1 2 & + 1 1 00249104 +sanious a 1 2 \ + 1 0 02851709 +sanitary a 1 3 ! & + 1 0 02112976 +sanitised a 1 1 < 1 0 03153554 +sanitized a 1 1 < 1 0 03153554 +sapid a 1 2 & + 1 0 02396911 +sapiens a 1 1 \ 1 0 02791838 +sapient a 1 2 & + 1 0 02569558 +sapiential a 1 1 & 1 0 02570046 +sapless a 2 1 & 2 0 02040233 01369491 +saponaceous a 1 1 \ 1 0 03026319 +saponified a 1 2 ! < 1 0 03155193 +saporous a 1 1 & 1 0 02396911 +sapphic a 2 2 & + 2 0 02020495 01202212 +sapphire a 1 2 & + 1 1 00383291 +sapphirine a 1 1 \ 1 0 03020663 +sappy a 2 3 & + ; 2 0 02571536 01369274 +saprobic a 1 3 \ + ; 1 0 03020884 +saprophagous a 1 1 & 1 0 00314794 +saprophytic a 2 4 & \ + ; 2 0 03020750 00314927 +saprozoic a 1 1 & 1 0 00314794 +sarawakian a 1 2 \ + 1 0 03113705 +sarcastic a 1 5 ! & ^ = + 1 1 02079029 +sarcoid a 1 0 1 0 02729339 +sarcolemmal a 1 2 \ + 1 1 03007718 +sarcolemmic a 1 2 \ + 1 0 02791943 +sarcolemnous a 1 1 \ 1 0 02791943 +sarcosomal a 1 2 \ + 1 0 03007826 +sardinian a 1 2 \ + 1 0 03025403 +sardonic a 1 1 & 1 1 02079830 +sartorial a 2 2 \ + 2 0 02792214 02792080 +sassy a 1 2 & + 1 0 00205295 +satanic a 2 3 & \ + 2 1 01132515 02930503 +satellite a 1 1 & 1 0 00950119 +satiable a 1 1 & 1 0 02078264 +satiate a 1 2 ! & 1 0 02078011 +satiated a 1 1 & 1 0 02078011 +satiny a 1 2 & + 1 0 00282675 +satiric a 1 2 & + 1 1 02080110 +satirical a 1 2 & + 1 1 02080110 +satisfactory a 2 4 ! & ^ + 2 2 02080577 01124768 +satisfiable a 1 1 & 1 0 02078264 +satisfied a 2 1 & 2 1 00589344 01519673 +satisfying a 2 1 & 2 0 02558528 02081563 +saturated a 3 3 ! & ; 3 1 00757923 00757236 00393508 +saturnine a 2 1 & 2 0 02080318 01137378 +satyric a 1 2 \ + 1 0 03113881 +satyrical a 1 2 \ + 1 0 03113881 +saucer-eyed a 1 1 & 1 0 00954760 +saucer-shaped a 1 1 & 1 0 00537073 +saucy a 2 2 & + 2 0 02280090 00205295 +saudi a 1 2 \ + 1 0 03114139 +saudi-arabian a 1 2 \ + 1 0 03114139 +saurian a 1 2 \ + 1 0 02853740 +sausage-shaped a 1 1 & 1 0 02044642 +saute a 1 1 & 1 0 00618493 +sauteed a 1 1 & 1 0 00618493 +savage a 4 2 & + 4 3 01263013 02389520 00412788 02511528 +saved a 2 3 ! & ^ 2 1 01451498 00737703 +saving a 2 1 & 2 1 01130733 02421919 +savorless a 1 2 & + 1 0 02399595 +savory a 3 3 ! & + 3 1 01627836 02398378 00133669 +savourless a 1 2 & + 1 0 02399595 +savoury a 3 2 & + 3 0 01627836 02398378 00133669 +saw-like a 1 1 & 1 0 02242697 +saw-toothed a 1 1 & 1 0 02247785 +sawed-off a 2 2 & ; 2 0 02387790 01436791 +sawn-off a 2 2 & ; 2 0 02387790 01436791 +sawtoothed-edged a 1 1 & 1 0 00258899 +saxatile a 1 1 \ 1 0 03114359 +saxicoline a 1 1 \ 1 0 03114359 +saxicolous a 1 1 \ 1 0 03114359 +saxon a 1 3 \ + ; 1 0 03114508 +scabby a 1 2 & + 1 0 02242798 +scabrous a 2 2 & ; 2 0 02241247 00426068 +scalable a 1 3 ! & + 1 0 02083222 +scalar a 2 2 \ + 2 0 03134979 03134771 +scaled a 2 2 & ; 2 1 00147160 00144598 +scaleless a 1 1 & 1 0 00147659 +scalelike a 1 1 & 1 0 00450269 +scalene a 2 2 \ ; 2 0 02792424 02792326 +scaley a 1 3 & + ; 1 0 00147160 +scalic a 1 2 \ + 1 0 03141756 +scalloped a 1 1 & 1 1 02246296 +scaly a 2 3 & + ; 2 0 02241247 00147160 +scaly-tailed a 1 1 & 1 0 00320177 +scandalmongering a 1 2 & + 1 0 02101942 +scandalous a 1 2 & + 1 0 01549964 +scandent a 1 1 & 1 0 02485168 +scandinavian a 1 2 \ + 1 1 02960130 +scant a 1 2 & + 1 1 02337329 +scantily_clad a 1 1 & 1 0 00459443 +scanty a 1 2 & + 1 1 00106821 +scaphoid a 1 2 & ; 1 0 02148526 +scapose a 1 2 & ; 1 0 01703797 +scapular a 1 2 \ + 1 0 02792550 +scapulohumeral a 1 1 \ 1 0 02792661 +scarce a 1 5 ! & ^ = + 1 0 00016756 +scarecrowish a 1 1 & 1 1 00990053 +scared a 1 1 & 1 1 00079629 +scarey a 1 2 & + 1 0 00194924 +scarlet a 1 2 & + 1 0 00381097 +scarlet-crimson a 1 1 & 1 0 00383429 +scarlet-pink a 1 1 & 1 0 00383521 +scarred a 2 1 & 2 2 01480684 00246727 +scary a 1 1 & 1 0 00194924 +scathing a 1 1 & 1 1 00648614 +scatological a 1 2 & + 1 0 00426186 +scatterbrained a 2 1 & 2 0 02572420 02121123 +scattered a 2 1 & 2 1 00542099 00465221 +scattershot a 1 1 & 1 0 00776192 +scatty a 2 1 & 2 0 02572420 00165171 +scenic a 2 3 & \ + 2 1 00220600 02792789 +scented a 4 3 ! & ; 4 3 01058179 01052888 01052611 01057103 +scentless a 2 2 ! & 2 0 01058281 01058029 +sceptered a 1 1 & 1 0 00179315 +sceptical a 2 2 & + 2 0 02463847 00647247 +sceptred a 1 1 & 1 0 00179315 +scheduled a 1 2 ! & 1 1 02366716 +schematic a 1 3 & + ; 1 1 01980796 +scheming a 2 1 & 2 0 01155603 00148852 +schismatic a 1 2 \ + 1 0 03115053 +schismatical a 1 2 \ + 1 0 03115053 +schizoid a 2 2 & \ 2 0 03115277 01585892 +schizophrenic a 2 3 & \ + 2 2 02077741 03115277 +schmaltzy a 1 1 & 1 0 00854413 +schmalzy a 1 1 & 1 0 00854413 +scholarly a 1 4 ! & ^ + 1 1 02083615 +scholastic a 2 2 \ + 2 2 02792903 02793094 +schoolboyish a 1 1 & 1 0 01648313 +schoolgirlish a 1 1 & 1 1 01648698 +schoolwide a 1 1 & 1 0 00528495 +sciatic a 2 2 \ + 2 0 02841919 02841776 +scientific a 2 4 ! & \ = 2 2 02793273 02084804 +scintillant a 1 2 & + 1 0 00279618 +scintillating a 3 1 & 3 0 01336231 00805810 00279618 +sciolistic a 1 2 & + 1 0 01874331 +scissor-tailed a 1 1 & 1 0 00320255 +sclerosed a 1 1 \ 1 0 02793513 +sclerotic a 2 2 \ + 2 1 02793513 02793394 +scopal a 1 3 \ + ; 1 0 02992070 +scorbutic a 1 2 \ + 1 0 03115436 +scorched a 2 1 & 2 1 02551946 00736511 +scorching a 1 1 & 1 1 01249843 +scoreless a 1 1 & 1 1 02335119 +scorned a 1 1 & 1 0 01463537 +scornful a 1 1 & 1 1 01995288 +scotch a 2 3 & \ ; 2 0 03024647 02421364 +scotomatous a 1 2 \ + 1 0 03115598 +scots a 1 2 \ + 1 0 03024647 +scottish a 1 2 \ + 1 0 03024647 +scoundrelly a 1 2 & + 1 0 01224964 +scoured a 1 1 & 1 1 02582064 +scowling a 1 1 & 1 0 01077158 +scrabbly a 1 1 & 1 0 02574294 +scraggly a 1 1 & 1 1 02426270 +scraggy a 2 2 & + 2 0 00990192 00912288 +scrambled a 1 1 & 1 1 01669774 +scrappy a 1 2 & + 1 0 00084661 +scratchy a 4 2 & + 4 1 02239289 01136541 00578662 00299476 +scrawny a 2 2 & + 2 1 00990192 02347915 +screaky a 2 1 & 2 0 01921335 01214606 +screaming a 3 1 & 3 1 01512909 02102178 01266841 +screechy a 1 2 & + 1 1 01214606 +screw-loose a 1 2 & ; 1 1 02077904 +screw-topped a 1 1 & 1 0 02441990 +screwball a 1 3 & + ; 1 0 01836766 +screwy a 1 2 & ; 1 0 02077904 +scrimpy a 1 3 & ^ = 1 0 00106456 +scrimy a 2 1 & 2 0 01627166 01113636 +scripted a 1 1 ! 1 0 02213270 +scriptural a 2 3 \ + ; 2 1 02854521 02938361 +scrivened a 1 2 & ; 1 0 02285854 +scrofulous a 3 2 & + 3 0 02546526 01550304 00222272 +scrotal a 1 2 \ + 1 0 03098096 +scrub a 1 1 & 1 0 01289607 +scrubbed a 1 1 & 1 0 00418809 +scrubby a 2 2 & + 2 0 02574294 02347915 +scruffy a 1 1 & 1 0 02583271 +scrumptious a 1 1 & 1 0 02396720 +scrupulous a 2 4 ! & ^ + 2 0 02085449 00310138 +sculpted a 1 1 & 1 0 00317481 +sculptural a 2 3 & \ + 2 1 02924286 02139884 +sculptured a 2 1 & 2 1 00317481 02139884 +sculpturesque a 1 1 & 1 0 02139884 +scummy a 2 2 & + 2 0 00904745 00422870 +scurfy a 2 4 & \ + ; 2 0 02793681 02241247 +scurrilous a 1 2 & + 1 0 01628531 +scurrying a 1 1 & 1 1 00978581 +scurvy a 1 1 & 1 0 00904745 +scythian a 1 2 \ + 1 0 02793793 +sea-green a 1 1 & 1 0 00383607 +sea-level a 1 1 & 1 0 01219709 +seaborne a 1 1 & 1 0 01524562 +seafaring a 1 1 & 1 0 01381074 +seagirt a 1 1 & 1 0 00259011 +seagoing a 1 1 & 1 0 01381074 +sealed a 7 4 ! & ^ ; 7 0 02087342 02086667 02089943 01760847 01739898 01697318 01697129 +seamanlike a 1 1 ! 1 0 01566476 +seamanly a 1 1 + 1 0 01566476 +seamed a 2 2 ! & 2 0 02253964 02241543 +seamless a 3 2 ! & 3 0 02254264 02237978 00464845 +seamy a 2 2 & + 2 0 02254088 01984806 +sear a 1 2 & ; 1 0 02553234 +searching a 3 1 & 3 1 00879918 01336371 00878362 +seared a 1 1 & 1 0 00618584 +searing a 1 1 & 1 0 00648543 +seasick a 1 2 & + 1 0 02542675 +seasonable a 2 3 ! & + 2 0 01494586 01661529 +seasonal a 1 1 ! 1 1 01494273 +seasoned a 2 2 ! & 2 0 01494959 00936523 +seated a 1 1 ! 1 1 01240029 +seaward a 3 1 & 3 0 00464399 00464195 00463580 +seaworthy a 1 4 ! ^ = + 1 0 02087956 +sebaceous a 1 2 & + 1 0 00992432 +sec a 1 1 & 1 0 02368247 +secluded a 2 1 & 2 1 01860580 01859055 +second a 2 4 ! & + ; 2 1 02202146 01016436 +second-best a 1 1 & 1 0 00229130 +second-class a 1 1 & 1 0 02348140 +second-rate a 1 1 & 1 1 02347564 +second-sighted a 1 1 & 1 0 01882474 +second-string a 1 1 & 1 0 01854935 +second-year a 1 1 & 1 0 01015599 +secondary a 5 3 ! & ^ 5 1 01853461 02100968 01857956 01473558 00793592 +secondhand a 2 1 & 2 2 01854702 01640482 +secret a 11 1 & 11 5 02090069 01706465 00028984 01707404 00952181 02089514 01860580 01859571 01706986 00900071 00416045 +secretarial a 1 2 \ + 1 0 02794123 +secretive a 1 2 & + 1 0 00501004 +secretory a 1 1 \ 1 0 02794253 +sectarian a 2 4 ! & \ + 2 0 02794372 02091574 +sectional a 3 2 & \ 3 0 02943771 02482644 02409095 +sectioned a 1 1 & 1 1 02482644 +sectorial a 1 2 \ + 1 0 02794543 +secular a 5 4 ! & ^ \ 5 0 02793988 02577061 02056880 01782854 02057226 +secure a 5 4 ! & ^ + 5 2 02093305 02093888 02095311 02526124 02273643 +sedate a 2 2 & + 2 1 00689336 02119213 +sedative a 1 2 & + 1 0 02308472 +sedentary a 1 1 & 1 1 00034572 +sedgelike a 1 1 & 1 0 00209988 +sedgy a 1 3 & + ; 1 0 00210079 +sedimentary a 2 3 \ + ; 2 0 02952109 01355089 +seditious a 2 2 & + 2 0 01897378 00963283 +seductive a 1 3 ! & ^ 1 1 02097268 +sedulous a 1 2 & + 1 0 00754393 +see-through a 1 1 & 1 0 02413390 +seeable a 1 2 & ^ 1 0 02515341 +seeded a 5 3 ! & ; 5 0 02254778 02256209 02255608 02255487 01832245 +seedless a 1 2 ! & 1 0 02256082 +seedy a 4 3 ! & + 4 0 02255069 02583271 02542325 01984806 +seeing a 1 2 & + 1 0 02158731 +seeming a 1 1 & 1 1 01873985 +seemly a 1 2 & + 1 0 01878870 +seeping a 1 1 & 1 1 01397892 +seething a 1 1 & 1 1 00088328 +segmental a 2 2 & ; 2 2 02482790 02481951 +segmented a 1 2 & ; 1 0 02481951 +segregated a 1 3 ! & ^ 1 1 01326917 +seismal a 1 2 & + 1 0 02293230 +seismic a 1 2 & + 1 1 02293230 +seismologic a 1 2 \ + 1 0 02908366 +seismological a 1 2 \ + 1 0 02908366 +select a 2 1 & 2 1 02342899 02342309 +selected a 1 2 ! & 1 1 02123475 +selective a 2 2 & + 2 1 00775693 01863246 +self a 1 1 \ 1 1 02794670 +self-abnegating a 1 1 & 1 0 01301056 +self-absorbed a 1 1 & 1 0 00102079 +self-acting a 1 1 & 1 0 00182225 +self-activating a 1 1 & 1 0 00182225 +self-addressed a 1 1 & 1 0 00050799 +self-aggrandising a 2 2 & \ 2 0 02794853 01890752 +self-aggrandizing a 2 2 & \ 2 0 02794853 01890752 +self-appointed a 1 1 & 1 0 00179676 +self-asserting a 1 2 & ^ 1 0 00156101 +self-assertive a 2 2 & ^ 2 0 00156101 00205033 +self-assured a 1 1 & 1 0 00339742 +self-aware a 1 2 & + 1 0 00570991 +self-balancing a 1 1 & 1 0 00894435 +self-centered a 1 3 & ^ + 1 0 00101800 +self-centred a 1 2 & ^ 1 0 00101800 +self-collected a 1 1 & 1 0 00530354 +self-colored a 1 1 & 1 0 01200491 +self-coloured a 1 1 & 1 0 01200491 +self-complacent a 1 2 & + 1 0 00589067 +self-conceited a 1 1 & 1 1 01891773 +self-confessed a 1 1 & 1 0 00027833 +self-confident a 1 2 & + 1 1 00339742 +self-conscious a 2 2 & + 2 1 00570991 00480965 +self-consistent a 1 1 & 1 1 00577698 +self-constituted a 1 1 & 1 0 01636636 +self-contained a 2 1 & 2 1 00523587 00530354 +self-contradictory a 2 1 & 2 0 00939895 00578234 +self-defeating a 1 1 & 1 1 02335241 +self-denying a 2 1 & 2 0 02099442 01301056 +self-deprecating a 1 1 & 1 0 01632314 +self-destructive a 1 1 & 1 1 02060912 +self-directed a 1 1 & 1 0 00728225 +self-disciplined a 1 1 & 1 0 01301206 +self-educated a 1 1 & 1 0 00830508 +self-effacing a 1 1 & 1 1 00157268 +self-employed a 1 0 1 0 00863823 +self-enclosed a 1 1 & 1 1 01658533 +self-established a 1 1 & 1 0 01636636 +self-evident a 1 1 & 1 1 01618895 +self-examining a 1 1 = 1 0 01350674 +self-explanatory a 1 1 & 1 0 01619604 +self-fertilised a 1 1 & 1 0 00871690 +self-fertilized a 1 1 & 1 0 00871690 +self-forgetful a 1 1 & 1 0 02099561 +self-generated a 2 1 & 2 0 02282376 00181162 +self-giving a 1 1 & 1 0 02099442 +self-governing a 1 1 & 1 0 01062393 +self-important a 1 2 & + 1 0 01889819 +self-imposed a 1 1 & 1 1 02520925 +self-induced a 2 2 & \ 2 0 02795013 00181264 +self-indulgent a 1 2 & + 1 0 01299687 +self-involved a 1 1 & 1 0 00102079 +self-limited a 1 2 \ ; 1 0 02795109 +self-loading a 1 1 & 1 0 00181904 +self-locking a 1 1 & 1 1 00182418 +self-loving a 1 1 & 1 0 02098694 +self-luminous a 1 1 & 1 0 00283060 +self-made a 1 1 & 1 0 02332704 +self-moving a 1 1 & 1 0 00182225 +self-opinionated a 1 1 & 1 0 00288362 +self-pollinated a 1 1 & 1 0 00871690 +self-pollinating a 1 2 \ ; 1 0 02795262 +self-possessed a 1 1 & 1 0 00530354 +self-proclaimed a 1 1 & 1 0 00688413 +self-produced a 1 1 & 1 0 00181162 +self-propelled a 2 1 & 2 0 01562488 00810164 +self-propelling a 2 1 & 2 0 01562488 00810164 +self-referent a 1 2 & ; 1 0 00202508 +self-regulating a 1 1 & 1 0 00182225 +self-reliant a 1 2 & + 1 1 00728225 +self-renewing a 1 1 \ 1 0 02795399 +self-respectful a 1 1 & 1 0 01890988 +self-respecting a 1 1 & 1 0 01890988 +self-restraining a 1 1 & 1 0 01301206 +self-righteous a 1 1 & 1 0 01782100 +self-sacrificing a 1 1 & 1 0 02099442 +self-satisfied a 2 1 & 2 0 00589448 00589067 +self-sealing a 2 1 & 2 0 01776845 00054541 +self-seeded a 1 1 & 1 0 01832341 +self-seeking a 1 1 & 1 0 02098918 +self-service a 1 1 \ 1 0 02795489 +self-serving a 1 1 & 1 0 02098918 +self-sowed a 1 1 & 1 0 01832341 +self-sown a 1 1 & 1 0 01832341 +self-styled a 1 1 & 1 0 01918001 +self-sufficient a 1 2 & + 1 1 00729439 +self-sufficing a 1 1 & 1 0 00729439 +self-supporting a 1 1 & 1 0 00729647 +self-sustained a 1 1 & 1 0 01099348 +self-sustaining a 1 1 & 1 1 00729439 +self-whispered a 1 1 & 1 1 00952307 +self-willed a 1 1 & 1 0 01614372 +self-winding a 1 1 & 1 0 00182510 +selfish a 1 4 ! & ^ + 1 1 02098325 +selfless a 1 2 ^ + 1 0 00101609 +selfsame a 1 2 & + 1 0 02068946 +seljuk a 1 1 \ 1 0 02970360 +sellable a 1 1 & 1 0 02062133 +semantic a 1 2 \ + 1 1 02842042 +semestral a 1 2 & + 1 0 01970136 +semestrial a 1 2 & + 1 0 01970136 +semi-climbing a 1 1 & 1 0 01237162 +semi-dry a 1 1 & 1 0 02554019 +semi-erect a 1 1 & 1 0 01237254 +semi-evergreen a 1 1 & 1 0 00913889 +semi-formal a 1 1 & 1 0 01043746 +semi-processed a 1 1 & 1 1 01952301 +semi-prostrate a 1 1 & 1 0 01239617 +semi-tuberous a 1 1 \ 1 0 03026244 +semi-upright a 1 1 & 1 0 01237342 +semi-wild a 1 1 & 1 0 02389649 +semiabstract a 1 1 & 1 0 01981583 +semiannual a 1 1 & 1 0 01969348 +semiaquatic a 2 2 & ; 2 0 00125553 00124493 +semiarid a 1 1 & 1 0 02553902 +semiautobiographical a 1 1 \ 1 0 02795640 +semiautomatic a 2 1 & 2 0 00182639 00181904 +semicentenary a 1 1 \ 1 0 02998844 +semicentennial a 1 1 \ 1 0 02998844 +semicircular a 1 2 & + 1 0 02316718 +semicomatose a 1 1 & 1 0 00573008 +semiconducting a 1 1 & 1 0 00558019 +semiconductive a 1 1 & 1 0 00558019 +semiconscious a 1 2 & + 1 0 00571291 +semidark a 1 2 & + 1 0 00276226 +semidetached a 1 1 & 1 0 00160957 +semiempirical a 1 1 & 1 1 00860254 +semiformal a 1 1 & 1 0 01043746 +semihard a 1 1 & 1 0 01152453 +semiliquid a 1 1 & 1 0 02262293 +semiliterate a 3 1 & 3 2 00830630 01422354 01422468 +semilunar a 1 1 & 1 0 02045473 +semimonthly a 1 1 & 1 0 01970014 +seminal a 2 2 & \ 2 0 02795804 01687363 +seminiferous a 1 1 \ 1 0 02795925 +seminude a 1 1 & 1 0 00459881 +semiofficial a 1 1 & 1 0 01633490 +semiopaque a 1 1 & 1 0 00434524 +semiotic a 1 2 \ + 1 0 02796042 +semiotical a 1 1 + 1 0 02796042 +semiparasitic a 1 1 \ 1 0 02796194 +semipermanent a 1 1 & 1 0 01441000 +semipermeable a 1 1 & 1 0 01772512 +semipolitical a 1 1 & 1 0 01815030 +semiprecious a 1 1 & 1 1 02501820 +semiprivate a 1 1 & 1 0 01860765 +semipublic a 1 1 & 1 1 01862055 +semirigid a 2 2 & ; 2 0 01026911 01024002 +semiskilled a 1 1 & 1 1 02230324 +semisoft a 1 1 & 1 0 01154886 +semisolid a 1 1 & 1 0 02260847 +semisweet a 1 1 & 1 0 02396354 +semisynthetic a 1 2 & ; 1 0 01573568 +semite a 1 2 \ + 1 0 03115693 +semiterrestrial a 1 1 \ 1 0 02810316 +semitic a 2 2 \ + 2 0 03115874 03115693 +semitic-speaking a 1 1 & 1 0 00499920 +semitransparent a 1 2 & + 1 0 00432626 +semitropic a 1 0 1 0 02929216 +semitropical a 1 0 1 0 02929216 +semiweekly a 1 1 & 1 0 01968721 +sempiternal a 1 1 & 1 0 01007947 +senatorial a 1 2 \ + 1 1 02796301 +senecan a 1 2 \ + 1 0 03038065 +senegalese a 1 2 \ + 1 0 03116043 +senescent a 1 2 & + 1 0 01644709 +senile a 1 2 & + 1 1 01645296 +senior a 3 5 ! & ^ = + 3 2 02099774 01013681 01644225 +sensate a 1 1 & 1 0 00117654 +sensational a 3 4 ! & \ = 3 2 02101580 01282921 02796425 +sensationalistic a 1 2 & + 1 0 02101942 +sensed a 1 1 & 1 0 01609501 +senseless a 4 2 & + 4 2 01945139 00572534 02503305 00441365 +sensible a 4 5 ! & ^ = + 4 1 01943406 02102484 01748152 00191265 +sensitised a 1 1 & 1 0 02360944 +sensitising a 1 1 = 1 0 02108198 +sensitive a 5 5 ! & ^ = + 5 2 02103481 02105990 02102484 01712753 00416164 +sensitized a 1 1 & 1 0 02360944 +sensitizing a 1 2 ! = 1 0 02108198 +sensorial a 1 1 + 1 0 02108665 +sensorimotor a 1 1 \ 1 0 02894436 +sensorineural a 1 1 \ 1 0 02894327 +sensory a 3 3 ! & \ 3 2 00333611 02108665 02796425 +sensual a 2 2 & + 2 1 01778572 01257145 +sensuous a 1 2 & + 1 1 00070427 +sent a 1 1 ! 1 0 02109448 +sentential a 1 2 \ + 1 0 02991690 +sententious a 2 1 & 2 0 01851118 00548316 +sentient a 2 4 ! & = + 2 1 00117385 00571424 +sentimental a 2 2 & + 2 2 02449287 00854413 +sepaline a 1 1 \ 1 0 02796588 +sepaloid a 1 1 \ 1 0 02796588 +separable a 1 2 & + 1 1 00785002 +separate a 4 5 ! & ^ = + 4 2 02109678 00160768 01327371 00568541 +separated a 4 1 & 4 2 02110447 00542282 01318510 00568304 +separatist a 1 2 & + 1 0 00728619 +separative a 3 2 & + 3 0 00565565 00565289 00469170 +septal a 1 2 \ + 1 0 02796711 +septate a 1 1 \ 1 0 02796711 +septic a 2 5 ! & ^ \ + 2 1 02113827 02998669 +septicemic a 1 2 & + 1 0 02115187 +septrional a 1 1 & 1 0 01604945 +septuple a 1 1 & 1 0 02219876 +sepulchral a 3 3 & \ + 3 0 02796854 01625492 01368464 +sequent a 2 1 & 2 0 01667729 00122844 +sequential a 1 2 & + 1 1 01667729 +sequestered a 2 1 & 2 0 01859055 01327574 +sequined a 1 1 & 1 0 00056660 +seraphic a 2 3 & \ + 2 0 02870846 01459949 +seraphical a 1 2 \ + 1 0 02870846 +serbian a 1 2 \ + 1 0 02963942 +sere a 1 3 & + ; 1 0 02553234 +serendipitous a 1 2 & + 1 0 01468552 +serene a 2 1 & 2 0 00529657 00461195 +serflike a 1 1 & 1 0 01065614 +serial a 4 4 & \ + ; 4 1 01667729 02797257 02797021 02380358 +sericeous a 1 2 & ; 1 0 00213610 +sericultural a 1 2 \ + 1 0 03116224 +seriocomic a 1 1 & 1 0 01267480 +seriocomical a 1 1 & 1 0 01267480 +serious a 6 4 ! & = + 6 4 02118379 01279611 00651039 01333477 02123314 00748359 +serious-minded a 1 2 & + 1 0 02119971 +serologic a 1 2 \ + 1 0 02987760 +serological a 1 2 \ + 1 1 02987760 +serous a 1 2 \ + 1 0 03116391 +serpentine a 1 1 & 1 0 02316820 +serrate a 1 1 & 1 0 02247785 +serrated a 1 1 & 1 0 02247785 +serried a 1 1 & 1 0 00503020 +serrulate a 1 1 & 1 0 02247938 +serviceable a 3 4 ! & ^ + 3 1 02123812 02496534 01835843 +servile a 2 3 ! & + 2 0 00790086 01066226 +servo a 1 2 \ + 1 0 03137260 +servomechanical a 1 1 \ 1 0 03137260 +sesquipedalian a 2 2 & + 2 0 01851330 01435675 +sessile a 2 2 ! ; 2 0 00159975 00159498 +set a 7 1 & 7 4 01931203 01564603 02126430 01681307 02493300 02129908 01152091 +set-apart a 1 1 & 1 1 02110447 +set-aside a 1 1 & 1 0 01988468 +set_in_stone a 1 1 & 1 0 00347880 +setaceous a 1 2 & + 1 0 00145083 +setose a 1 1 & 1 0 00145083 +settled a 4 2 ! & 4 3 02129259 02125797 01311605 00303480 +seven a 1 2 & + 1 1 02186970 +seven-day a 1 1 & 1 0 01441965 +seven-fold a 1 1 & 1 0 02219876 +seven-membered a 1 1 & 1 0 01503375 +seven-sided a 1 1 & 1 0 00238636 +sevenfold a 1 1 & 1 0 02219876 +seventeen a 1 2 & + 1 1 02187995 +seventeenth a 1 2 & + 1 1 02204237 +seventh a 1 2 & + 1 1 02202979 +seventieth a 1 2 & + 1 0 02208723 +seventy a 1 2 & + 1 1 02193141 +seventy-eight a 1 1 & 1 0 02193947 +seventy-fifth a 1 1 & 1 0 02208852 +seventy-five a 1 1 & 1 0 02193647 +seventy-four a 1 1 & 1 0 02193547 +seventy-nine a 1 1 & 1 0 02194051 +seventy-one a 1 1 & 1 0 02193249 +seventy-seven a 1 1 & 1 0 02193844 +seventy-six a 1 1 & 1 0 02193746 +seventy-three a 1 1 & 1 0 02193444 +seventy-two a 1 1 & 1 0 02193346 +severable a 1 1 & 1 0 00785002 +several a 3 1 & 3 3 02268268 00494409 02068174 +several-seeded a 1 1 & 1 0 02255394 +severe a 6 2 & + 6 5 01513050 02322512 01792387 01301316 00651039 01129185 +severed a 1 1 & 1 0 00662318 +sewed a 1 1 & 1 0 02254172 +sewn a 1 1 & 1 0 02254172 +sex-limited a 1 1 \ 1 0 02887266 +sex-linked a 1 1 \ 1 0 02887399 +sex-starved a 1 1 & 1 0 02134896 +sexagenarian a 1 2 & + 1 0 01646646 +sexagesimal a 1 1 \ 1 0 02887115 +sexed a 2 1 & 2 0 02135692 02134802 +sexist a 1 2 & + 1 0 00286063 +sexless a 3 2 & + 3 0 02136522 02135213 02135138 +sextuple a 1 1 & 1 0 02219770 +sexual a 3 5 ! & \ = + 3 2 02887578 02135389 02132735 +sexually_attractive a 1 1 & 1 0 00733406 +sexy a 2 4 ! & ^ + 2 1 02131072 02137538 +seychellois a 1 2 \ + 1 0 03116517 +shabby a 2 2 & + 2 1 02583043 01228159 +shabby-genteel a 1 1 & 1 0 01892830 +shackled a 1 1 & 1 1 00253361 +shaded a 2 2 ! & 2 1 00276472 00277550 +shadowed a 1 1 & 1 1 00276862 +shadowy a 3 2 & + 3 1 00276862 00782216 00626483 +shady a 4 3 & + ; 4 0 02466566 01984669 01917594 00276862 +shagged a 1 1 & 1 0 02242887 +shaggy a 2 2 & + 2 1 02428610 02242887 +shaggy-coated a 1 1 & 1 0 02428610 +shaggy-haired a 1 1 & 1 0 02428610 +shakable a 1 1 & 1 0 00590782 +shakeable a 1 1 & 1 0 00590782 +shakedown a 1 1 \ 1 0 03144546 +shaken a 1 1 & 1 1 00086005 +shakespearean a 1 2 \ + 1 0 03027335 +shakespearian a 1 2 \ + 1 0 03027335 +shaky a 3 2 & + 3 1 02292797 02304565 02095037 +shallow a 3 4 ! & = + 3 1 00691696 00693356 01875227 +shallow-draft a 1 1 \ 1 0 03135608 +shallow-draught a 1 1 \ 1 0 03135608 +sham a 1 2 & + 1 0 01116857 +shamanist a 1 1 \ 1 0 03135786 +shamanistic a 1 2 \ + 1 0 03135786 +shambolic a 1 1 \ 1 0 03135937 +shamed a 2 1 & 2 0 00154583 00154163 +shamefaced a 3 2 & + 3 0 01538690 00154837 00154583 +shameful a 2 2 & + 2 1 01227546 01549964 +shameless a 1 2 & + 1 0 00155720 +shaped a 2 2 & \ 2 1 02149787 03136057 +shapeless a 2 2 & + 2 1 02151837 02142306 +shapely a 1 3 ! & + 1 1 02138659 +shaping a 1 1 & 1 0 00585398 +shared a 2 3 ! & ^ 2 1 02152216 00541189 +shared_out a 1 1 & 1 0 00541189 +sharing a 1 1 & 1 0 02099651 +sharp a 12 6 ! & ^ = + ; 12 9 00780352 01810189 01744515 00438909 01804728 01214430 01145151 00803038 00800826 01577973 01144230 00842810 +sharp-angled a 1 1 & 1 0 02049147 +sharp-cornered a 1 1 & 1 0 02049147 +sharp-eared a 1 1 & 1 0 00682841 +sharp-eyed a 3 1 & 3 0 02158438 01745653 00954064 +sharp-limbed a 1 1 & 1 1 01414740 +sharp-nosed a 1 1 & 1 0 01607744 +sharp-pointed a 1 1 \ 1 0 03136162 +sharp-set a 1 1 & 1 0 01269506 +sharp-sighted a 2 2 & + 2 0 02158438 01745653 +sharp-tasting a 1 1 & 1 0 02396267 +sharp-toothed a 1 1 & 1 0 00802960 +sharp-worded a 1 1 & 1 1 01804728 +sharpened a 2 1 & 2 0 01811172 00802844 +shattered a 1 1 & 1 0 00736671 +shattering a 1 1 & 1 1 01453984 +shatterproof a 1 1 & 1 0 00710097 +shaved a 1 1 & 1 1 02153472 +shaven a 1 2 ! & 1 1 02153472 +shavian a 1 2 \ + 1 0 03027213 +sheared a 2 2 ! & 2 0 02154422 00663807 +sheathed a 1 2 ! & 1 0 02154756 +shed a 1 2 & ; 1 0 01758582 +sheeny a 1 2 & + 1 0 00281657 +sheepish a 2 2 & + 2 0 02329075 00154837 +sheeplike a 1 1 & 1 1 02329075 +sheer a 4 1 & 4 3 00520892 01907103 01145422 02413390 +sheetlike a 1 1 & 1 0 00208872 +shelflike a 1 1 \ 1 0 03136242 +shelfy a 1 2 & + 1 0 00692548 +shell-less a 1 0 1 0 02597007 +shelled a 1 2 ! & 1 0 02596462 +shellproof a 1 1 & 1 0 02525732 +sheltered a 1 1 & 1 0 02526611 +shelvy a 1 1 & 1 0 00692548 +shield-shaped a 1 1 & 1 0 02170199 +shielded a 1 1 & 1 1 01885866 +shifting a 3 1 & 3 1 02505308 02305176 00503664 +shiftless a 1 2 & + 1 0 00105197 +shifty a 2 2 & + 2 0 02466382 02305176 +shimmery a 1 2 & + 1 0 00283167 +shingly a 1 2 & + 1 0 02242223 +shining a 3 1 & 3 1 02344241 01812237 00281657 +shinto a 1 1 \ 1 0 02924739 +shintoist a 1 1 \ 1 0 02924739 +shintoistic a 1 2 \ + 1 0 02924739 +shiny a 3 2 & + 3 1 00281657 01119421 01812237 +shipboard a 1 1 & 1 0 01757782 +shipshape a 1 1 & 1 1 02423649 +shirty a 1 2 & ; 1 0 01138450 +shitless a 1 2 & ; 1 0 00080861 +shitty a 1 3 & + ; 1 0 01127782 +shivering a 1 1 & 1 1 02304565 +shivery a 2 2 & + 2 1 01254026 00194924 +shoaly a 1 2 & + 1 0 00692548 +shock-absorbent a 1 1 & 1 0 00007331 +shock-headed a 1 1 & 1 0 00215344 +shockable a 1 1 ! 1 0 02155675 +shocked a 1 1 & 1 1 00078576 +shocking a 2 1 & 2 1 02101757 01549964 +shod a 2 2 ! & 2 1 02155936 02156934 +shodden a 1 1 & 1 0 02155936 +shoddy a 3 2 & + 3 0 02346351 02325642 01224253 +shoed a 1 1 & 1 0 02155936 +shoeless a 1 1 & 1 0 02156686 +shona a 1 1 \ 1 0 03136371 +shopsoiled a 1 1 & 1 0 02583467 +shopworn a 2 1 & 2 0 02583467 01688757 +shoreward a 1 0 1 0 00464195 +shorn a 1 0 1 0 02154422 +short a 11 6 ! & ^ = + ; 11 4 01442186 01436003 02386612 02336904 02006031 01444620 01444230 02337329 01896046 00709021 00640660 +short-beaked a 1 1 & 1 0 00207133 +short-billed a 1 1 & 1 0 00207133 +short-bodied a 1 1 & 1 0 00628687 +short-dated a 1 2 & ; 1 0 01443581 +short-eared a 1 1 & 1 0 00812710 +short-haired a 1 1 & 1 0 00215468 +short-handed a 1 1 & 1 0 00052431 +short-handled a 1 1 \ 1 0 03136487 +short-headed a 1 1 & 1 0 00262328 +short-lived a 1 1 & 1 1 01756292 +short-nosed a 1 1 & 1 0 01607572 +short-order a 1 1 \ 1 0 03136568 +short-range a 2 1 & 2 1 01443733 01437037 +short-run a 1 1 & 1 1 01443842 +short-snouted a 1 1 & 1 0 01437165 +short-spurred a 1 1 ! 1 0 02596342 +short-staffed a 1 1 & 1 0 00052431 +short-stalked a 1 1 & 1 0 02387970 +short-stemmed a 1 1 & 1 0 00321691 +short-tailed a 1 1 & 1 0 00320378 +short-tempered a 1 1 & 1 0 01135914 +short-term a 1 1 & 1 1 01443842 +short-winded a 1 1 & 1 0 00268748 +short-winged a 1 1 & 1 0 02567593 +short_and_sweet a 1 1 & 1 1 01443402 +shortened a 4 1 & 4 1 01436791 01442597 01437472 00004615 +shorthand a 1 1 & 1 0 02285969 +shortish a 1 1 & 1 0 01436968 +shortsighted a 3 2 & + 3 1 01896046 02157226 01899742 +shot a 1 1 & 1 0 00403072 +shouldered a 1 1 \ 1 1 03021693 +shouted a 1 1 & 1 0 01454244 +showery a 1 2 & + 1 0 02550333 +showy a 4 2 & + 4 1 01848701 00796591 00407420 00168039 +shredded a 1 1 & 1 0 00661640 +shrew-sized a 1 1 & 1 0 02224266 +shrewd a 2 2 & + 2 1 00438909 01155603 +shrewish a 1 2 & + 1 1 01138610 +shrieked a 1 1 < 1 1 03153653 +shrill a 3 2 & + 3 1 01214430 00713853 00403982 +shrimpy a 1 2 & + 1 0 01394558 +shrinkable a 1 1 ! 1 0 02158089 +shriveled a 3 2 & ; 3 1 02553234 00990442 00883345 +shrivelled a 3 2 & ; 3 0 02553234 00990442 00883345 +shrubby a 1 2 \ + 1 0 03021866 +shrunken a 2 1 & 2 0 00990442 00883345 +shuddering a 1 1 & 1 1 02305394 +shuddery a 1 2 & + 1 0 00194924 +shuha a 1 1 \ 1 0 02925084 +shut a 2 3 ! & ^ 2 2 01652782 01655162 +shut-in a 2 1 & 2 0 01351302 00558827 +shut_up a 1 1 & 1 1 00558951 +shuttered a 1 2 ! & 1 0 02256437 +shy a 3 4 & = + ; 3 0 00339941 02337558 00162863 +siamese a 3 2 \ + 3 0 03117012 03116809 03116651 +siberian a 1 2 \ + 1 0 03117272 +sibilant a 1 2 & + 1 0 01157179 +sibyllic a 1 2 & + 1 0 01882754 +sibylline a 2 1 & 2 0 01882754 00899738 +sicilian a 1 2 \ + 1 1 02959224 +sick a 7 3 & ^ + 7 4 02541302 02545689 02075321 01806677 02325984 01560165 00195684 +sick-abed a 1 1 & 1 0 02543034 +sick_of a 1 1 & 1 0 01806677 +sickening a 1 2 & + 1 0 02560035 +sickish a 1 1 & 1 1 02545689 +sickle-shaped a 1 1 & 1 0 02315914 +sickly a 2 1 & 2 1 01178134 02542325 +side a 1 2 ! & 1 1 02441215 +side-to-side a 1 1 \ 1 0 03136699 +side_by_side a 2 1 & 2 1 00447472 01974584 +sidearm a 1 1 \ 1 0 03144729 +sidelong a 3 1 & 3 1 00762721 02441469 01235568 +sidereal a 2 2 ! \ 2 0 02797408 00643116 +sidesplitting a 1 2 & ; 1 0 01267339 +sideways a 1 1 & 1 0 01719779 +sierra_leonean a 1 2 \ + 1 0 03117503 +sighted a 1 3 ! & + 1 0 02158301 +sightless a 1 2 & + 1 0 02160135 +sightly a 1 1 & 1 0 00218440 +sigmoid a 2 1 \ 2 0 02841678 02841534 +sigmoidal a 1 1 \ 1 0 02841534 +sign a 1 1 & 1 0 00498161 +sign-language a 1 1 & 1 0 00498161 +signal a 1 1 & 1 0 01286239 +signed a 2 2 ! & 2 1 02160878 00498161 +significant a 4 6 ! & ^ = + ; 4 4 02161432 00625055 02165655 01497387 +significative a 1 1 & 1 0 02091300 +sikh a 1 3 \ + ; 1 0 02797550 +silenced a 1 2 ! & 1 1 02166027 +silent a 6 2 & + 6 2 01919428 00501820 00942163 00175123 00174983 00151855 +siliceous a 1 2 \ + 1 0 02797704 +silicious a 1 2 \ + 1 0 02797704 +silk-lined a 1 1 & 1 0 01418104 +silken a 1 1 & 1 0 00282675 +silklike a 1 1 & 1 0 00282675 +silky a 1 2 & + 1 0 00282675 +silky-haired a 1 1 & 1 0 00215564 +silky-leafed a 1 1 & 1 0 01703012 +silky-leaved a 1 1 & 1 0 01703012 +silly a 4 3 & + ; 4 2 02571536 02120828 00752847 00437223 +silty a 1 2 & + 1 0 00503780 +silvan a 1 1 & 1 0 02574481 +silver a 4 1 & 4 3 01529053 00283327 00387392 00150505 +silver-blue a 1 1 & 1 0 00383700 +silver-bodied a 1 1 & 1 0 00628776 +silver-colored a 1 1 & 1 0 00400826 +silver-gray a 1 1 & 1 0 00391572 +silver-green a 1 1 & 1 0 00383827 +silver-grey a 1 1 & 1 0 00391572 +silver-haired a 1 1 & 1 0 00215654 +silver-leafed a 1 1 & 1 0 01703106 +silver-leaved a 1 1 & 1 0 01703106 +silver-scaled a 1 1 & 1 0 00147397 +silver-tongued a 1 1 & 1 0 00150505 +silver-white a 1 1 & 1 0 00391699 +silverish a 1 1 & 1 0 00387392 +silvern a 2 1 & 2 0 00301032 00283327 +silvery a 3 2 & + 3 2 00301032 00283327 00387392 +silvery-blue a 1 1 & 1 0 00383700 +silvery-bodied a 1 1 & 1 0 00628776 +silvery-gray a 1 1 & 1 0 00391572 +silvery-green a 1 1 & 1 0 00383827 +silvery-grey a 1 1 & 1 0 00391572 +silvery-leafed a 1 1 & 1 0 01703106 +silvery-leaved a 1 1 & 1 0 01703106 +silvery-white a 1 1 & 1 0 00391699 +simian a 1 2 \ + 1 0 02992241 +similar a 5 5 ! & ^ = + 5 2 02071420 01410606 01409581 02381495 01978532 +simple a 7 6 ! & ^ = + ; 7 5 02174896 00750296 01792573 02272047 01841390 02166346 01793812 +simple-minded a 2 2 & + 2 1 02272954 01841390 +simplex a 2 2 & ; 2 1 00234522 02175267 +simplified a 1 1 & 1 1 00750843 +simplistic a 1 1 & 1 1 02175487 +simulated a 2 1 & 2 1 01573238 01217338 +simultaneous a 1 2 & + 1 1 02378496 +sincere a 2 5 ! & ^ = + 2 1 02179279 02118840 +sinewy a 3 3 & \ + 3 1 02446239 02811265 02321809 +sinful a 3 2 & + 3 1 02514543 02037531 01534648 +singable a 1 1 & 1 0 01505181 +singaporean a 2 2 \ + 2 0 03117835 03117653 +singhalese a 2 1 \ 2 0 03118215 03118050 +singing a 1 2 & ; 1 0 01501718 +single a 7 6 ! & ^ = + ; 7 1 00493460 02220571 02213947 01482228 02153174 01966740 00539389 +single-barreled a 1 1 ! 1 0 00794146 +single-barrelled a 1 0 1 0 00794146 +single-bedded a 1 1 & 1 0 00207809 +single-breasted a 1 1 ! 1 0 00794650 +single-celled a 1 1 & 1 0 00328401 +single-channel a 1 2 & ; 1 0 00241079 +single-handed a 2 1 & 2 0 02353488 00729776 +single-humped a 1 1 \ 1 0 02770951 +single-lane a 1 1 ! 1 0 02221173 +single-minded a 1 2 & + 1 0 01991267 +single-seeded a 1 1 & 1 0 02255736 +single-shelled a 1 1 & 1 0 02483839 +single-spaced a 1 1 & 1 1 01656253 +single-stranded a 1 1 \ 1 0 02797907 +singsong a 1 1 & 1 0 02020609 +singular a 6 3 ! & + 6 3 01678417 00968010 00494622 02183421 02182862 02215087 +sinhala a 1 1 \ 1 0 03118215 +sinhalese a 2 1 \ 2 0 03118215 03118050 +sinister a 3 2 & ; 3 2 00194357 01131935 00743742 +sinistral a 2 4 ! & ^ + 2 0 00743435 02029568 +sinistrorsal a 1 2 & ; 1 0 00743869 +sinistrorse a 1 2 & ; 1 0 00743869 +sinitic a 1 1 \ 1 0 02964904 +sinkable a 1 1 ! 1 0 02213748 +sinless a 1 2 & + 1 0 02513614 +sinning a 1 1 & 1 0 01631217 +sintered a 1 1 < 1 1 03153755 +sinuate a 2 1 & 2 0 02316992 02245108 +sinuous a 1 2 & + 1 1 02316992 +sinusoidal a 1 2 & + 1 1 02317145 +siouan a 1 2 \ + 1 0 02798014 +siouan-speaking a 1 1 & 1 0 00500024 +sissified a 1 1 & 1 0 01476325 +sissy a 1 2 & + 1 0 01476325 +sissyish a 1 1 & 1 0 01476325 +sisterlike a 1 0 1 0 00291665 +sisterly a 1 2 ! + 1 0 00291665 +sisyphean a 2 3 & \ + 2 0 02798167 00837868 +sitting a 2 1 & 2 1 01240029 01565139 +situated a 1 1 & 1 1 02126430 +six a 1 1 & 1 1 02186833 +six-fold a 1 1 & 1 0 02219770 +six-membered a 1 1 & 1 0 01503179 +six-pointed a 1 1 & 1 0 01811277 +six-sided a 1 1 & 1 0 00238564 +sixfold a 1 1 & 1 0 02219770 +sixpenny a 1 1 & 1 0 00935359 +sixteen a 1 1 & 1 1 02187903 +sixteenth a 1 1 & 1 1 02204131 +sixth a 1 1 & 1 1 02202854 +sixtieth a 1 1 & 1 0 02208385 +sixty a 1 1 & 1 1 02192184 +sixty-eight a 1 1 & 1 0 02192947 +sixty-fifth a 1 1 & 1 0 02208608 +sixty-five a 1 1 & 1 0 02192662 +sixty-four a 1 1 & 1 0 02192567 +sixty-fourth a 1 1 & 1 0 02208492 +sixty-nine a 1 1 & 1 0 02193046 +sixty-one a 1 1 & 1 0 02192284 +sixty-seven a 1 1 & 1 0 02192849 +sixty-six a 1 1 & 1 0 02192756 +sixty-three a 1 1 & 1 0 02192469 +sixty-two a 1 1 & 1 0 02192376 +sizable a 2 1 & 2 1 01383394 00624576 +size a 1 2 & ; 1 1 02224362 +sizeable a 2 2 & + 2 0 01383394 00624576 +sized a 2 2 ! & 2 1 02222053 02225287 +sizzling a 2 1 & 2 1 01249962 01256973 +skanky a 1 2 & + 1 0 01625893 +skeletal a 2 3 & \ + 2 1 02935725 00988988 +skeptical a 2 2 & + 2 2 00647247 02463847 +sketchy a 1 2 & + 1 0 00525105 +skew a 1 2 & + 1 0 01235706 +skew-eyed a 1 1 & 1 0 00954864 +skew-whiff a 1 1 & 1 0 02312450 +skewed a 1 1 & 1 0 01235706 +skilful a 1 1 & 1 0 02226162 +skilled a 1 3 ! & ^ 1 1 02225510 +skillful a 2 2 & + 2 1 02226162 01838916 +skim a 1 1 & 1 0 00993316 +skimmed a 1 1 & 1 0 00993316 +skimpy a 1 1 & 1 0 02337188 +skin-deep a 1 1 & 1 0 01875437 +skin-tight a 1 1 & 1 0 01448058 +skinless a 1 1 ! 1 0 02597781 +skinned a 1 2 ! & 1 0 02597496 +skinnerian a 1 2 \ + 1 0 03027538 +skinny a 4 3 & \ + 4 1 00990192 02935913 01448178 01113225 +skint a 1 1 & 1 0 02023287 +skintight a 1 1 & 1 0 01448058 +skirting a 1 1 & 1 0 00332091 +skittish a 1 2 & + 1 0 00919155 +sky-blue a 1 1 & 1 0 00370267 +skyward a 1 1 & 1 0 02491171 +slack a 3 2 & + 3 1 02404421 01241455 00755482 +slain a 1 1 & 1 0 00098147 +slaked a 1 1 & 1 0 01519673 +slam-bang a 1 2 & ; 1 0 02512794 +slanderous a 1 2 & + 1 0 01161233 +slangy a 1 2 & + 1 0 01046784 +slanted a 2 1 & 2 1 01234747 01723091 +slanting a 1 1 & 1 1 01234747 +slap-up a 1 2 & ; 1 0 01123879 +slapdash a 1 1 & 1 0 00312519 +slaphappy a 2 2 & ; 2 0 01998260 00437223 +slapstick a 1 1 & 1 0 01267632 +slashed a 3 1 & 3 2 01790348 00663981 00882742 +slashing a 1 1 & 1 1 00810355 +slate-black a 1 1 & 1 0 00391806 +slate-gray a 1 1 & 1 0 00391897 +slate-grey a 1 1 & 1 0 00391897 +slatey a 1 1 & 1 0 00391897 +slatternly a 1 2 & + 1 0 02424716 +slaty a 1 1 & 1 0 00391897 +slaty-gray a 1 1 & 1 0 00391897 +slaty-grey a 1 1 & 1 0 00391897 +slaughterous a 1 2 & + 1 0 00249104 +slav a 1 2 \ + 1 0 03118661 +slaveholding a 1 1 & 1 0 01066441 +slaveless a 1 1 & 1 0 01065941 +slavelike a 1 1 & 1 0 00791044 +slavic a 1 2 \ + 1 0 03118790 +slavish a 2 1 & 2 0 01689775 00790691 +slavonic a 1 2 \ + 1 0 03118790 +sleazy a 3 3 & + ; 3 0 02414908 02346013 01984806 +sleek a 3 2 & + 3 0 02427981 02238128 00282675 +sleeping a 1 2 & ; 1 0 01238914 +sleepless a 2 2 & + 2 0 00187176 00092391 +sleepy a 1 2 & + 1 1 00189017 +sleepy-eyed a 1 1 & 1 1 00189017 +sleepyheaded a 1 1 & 1 0 00189017 +sleety a 1 2 & + 1 0 01079396 +sleeved a 1 1 ! 1 0 02256868 +sleeveless a 2 2 ! & 2 0 02257038 01866812 +slender a 5 2 & + 5 5 00990855 02562566 02415025 01394744 01140290 +slender-bodied a 1 1 & 1 0 00628881 +slender-waisted a 1 1 & 1 1 00991189 +slender-winged a 1 1 & 1 0 02567918 +sliced a 2 1 & 2 0 00661640 00317727 +slick a 4 2 & + 4 0 02235520 01799781 00282675 00148078 +slicked a 1 1 & 1 0 02427718 +slicked_up a 1 1 & 1 0 02423865 +sliding a 1 1 & 1 1 02235740 +slight a 3 3 & ^ + 3 0 01554510 02164913 00990855 +slighting a 1 1 & 1 0 00906655 +slim a 2 2 & + 2 1 00990855 01394744 +slim-bodied a 1 1 & 1 0 00628881 +slim-waisted a 1 1 & 1 1 00991189 +slimed a 1 1 & 1 0 02235826 +slimy a 2 2 & + 2 0 02235826 01133017 +slipper-shaped a 1 1 & 1 0 02149695 +slippered a 1 1 & 1 1 02156505 +slippery a 2 4 ! & ^ + 2 1 02234781 02466734 +slipping a 1 1 & 1 1 02235994 +slippy a 1 3 & ^ + 1 0 02234781 +slipshod a 1 1 & 1 0 00312519 +slithering a 1 1 & 1 0 02235994 +slithery a 1 1 & 1 0 02236146 +slivery a 1 2 \ + 1 1 02801349 +sloped a 1 1 & 1 0 01234747 +sloping a 2 1 & 2 2 01234747 01144730 +slopped a 1 2 & ; 1 0 00798103 +sloppy a 6 2 & + 6 1 02426420 02550170 02548066 01446991 00856511 00312519 +sloshed a 1 2 & ; 1 0 00798103 +slothful a 1 2 & + 1 0 00294579 +slouchy a 1 2 & + 1 0 02426550 +sloughy a 1 2 & + 1 0 02548066 +slovakian a 1 2 \ + 1 0 02964482 +slovenian a 1 2 \ + 1 0 02964291 +slovenly a 1 2 & + 1 1 02425749 +slow a 6 6 ! & ^ = + ; 6 3 00980527 00982602 00440579 00983722 01345307 00036998 +slow-moving a 1 1 & 1 1 00981612 +slow-witted a 1 3 & + ; 1 0 01840673 +slowgoing a 1 1 & 1 0 00885594 +slubbed a 1 1 & 1 0 02240795 +sluggish a 3 3 & + ; 3 1 00981703 00036998 00034322 +sluicing a 1 1 < 1 1 03153849 +slumberous a 2 2 & + 2 0 01922410 00189253 +slumbery a 1 2 & + 1 0 00189253 +slumbrous a 2 2 & + 2 0 01922410 00189253 +slummy a 1 2 & + 1 0 02025885 +slurred a 1 1 & 1 1 01337314 +slushy a 2 2 & + 2 0 01080060 00854413 +sluttish a 2 2 & + 2 0 02424716 00361837 +sly a 1 2 & + 1 1 00148078 +small a 10 5 ! & = + ; 10 7 01391351 01415219 01649031 01554940 02340458 01467534 01455732 02233680 01532912 00882580 +small-cap a 1 1 \ 1 0 03118960 +small-capitalisation a 1 1 \ 1 0 03118960 +small-capitalization a 1 1 \ 1 0 03118960 +small-eared a 1 1 & 1 0 00812785 +small-fruited a 1 1 & 1 0 01082456 +small-grained a 1 1 & 1 0 02233390 +small-minded a 1 1 & 1 0 00288498 +small-scale a 2 1 & 2 1 01395095 01415219 +small-seeded a 1 1 & 1 0 02255840 +small-time a 1 1 & 1 1 01281695 +small-toothed a 1 1 & 1 0 02439225 +small-winged a 1 1 & 1 0 02567999 +smaller a 1 1 & 1 1 01394922 +smallish a 1 1 & 1 1 01395028 +smarmy a 1 2 & + 1 0 02181432 +smart a 7 4 ! & ^ + 7 4 00438707 00975487 01335458 00205295 01513376 00980144 00182718 +smart_as_a_whip a 1 1 & 1 1 01335156 +smashed a 1 2 & ; 1 0 00798103 +smashing a 1 2 & ; 1 0 01123879 +smelling a 1 1 & 1 0 01056897 +smelly a 1 2 & + 1 0 01053634 +smiling a 1 2 & + 1 1 00363031 +smitten a 2 2 & ; 2 1 00071242 01465668 +smoggy a 1 2 & + 1 0 00462741 +smoke-cured a 1 1 & 1 0 01073435 +smoke-dried a 1 1 & 1 0 01073435 +smoke-filled a 1 1 & 1 0 02234388 +smoke-free a 1 1 & 1 0 02234673 +smoked a 1 1 & 1 0 01073435 +smokeless a 1 2 ! & 1 0 02234485 +smoking a 1 1 & 1 0 02234281 +smoky a 2 3 ! & + 2 0 02233927 02398928 +smoldering a 1 1 & 1 0 00116058 +smooth a 8 5 ! & ^ + ; 8 4 02236842 00758800 02244619 01139832 02294263 02243411 00750926 00302951 +smooth-bodied a 1 1 & 1 0 00628988 +smooth-faced a 1 1 & 1 0 00211092 +smooth-haired a 1 1 & 1 0 00215745 +smooth-shaven a 1 1 & 1 0 02153705 +smooth-shelled a 1 1 & 1 0 02596728 +smooth-skinned a 1 1 & 1 0 02597617 +smooth-spoken a 1 1 & 1 0 00150505 +smooth-textured a 1 1 & 1 0 02237644 +smooth-tongued a 1 1 & 1 0 01770726 +smoothbore a 1 0 1 0 02248204 +smoothed a 1 1 & 1 0 01359771 +smoothened a 1 1 & 1 0 01359771 +smothered a 2 1 & 2 1 01316808 01697425 +smothering a 1 1 & 1 1 00268383 +smouldering a 1 1 & 1 0 00116058 +smudgy a 1 2 & + 1 0 00423001 +smug a 1 2 & + 1 1 00589448 +smuggled a 1 1 & 1 0 01402580 +smutty a 2 2 & + 2 0 00425313 00421002 +snafu a 1 2 & + 1 0 01669617 +snake-haired a 1 1 & 1 0 00215834 +snakelike a 1 1 & 1 0 02316820 +snaky a 1 2 & + 1 0 02316820 +snappish a 1 2 & + 1 0 01138770 +snappy a 5 2 & + 5 1 01138770 02280680 01252714 00971933 00874226 +snarled a 1 1 & 1 0 00255720 +snarly a 1 2 & + 1 0 00255720 +snazzy a 1 2 & ; 1 0 00976016 +sneak a 1 2 & + 1 0 02088974 +sneaking a 1 1 & 1 0 02090228 +sneaky a 2 2 & + 2 0 02319346 02088974 +sneering a 1 1 & 1 0 00907400 +sneezy a 1 2 & + 1 0 02546624 +snide a 1 1 & 1 0 00907400 +sniffly a 1 2 & + 1 0 02473757 +sniffy a 1 1 & 1 0 01891109 +snobbish a 1 2 & + 1 1 01858740 +snobby a 1 2 & + 1 0 01858740 +snoopy a 1 2 & + 1 0 00665156 +snooty a 1 2 & + 1 0 01890382 +snorty a 1 3 & + ; 1 0 01138450 +snot-nosed a 2 1 & 2 0 01890382 00423269 +snotty a 2 2 & + 2 0 01890382 00423269 +snotty-nosed a 1 1 & 1 0 01996051 +snow-blind a 1 2 & + 1 0 02160465 +snow-blinded a 1 1 & 1 0 02160465 +snow-capped a 1 1 \ 1 0 02798267 +snow-clad a 1 1 & 1 0 01697592 +snow-covered a 1 1 & 1 0 01697592 +snow-white a 1 1 & 1 0 00392093 +snowbound a 1 1 & 1 0 00559031 +snowy a 3 2 & + 3 0 01698231 01697592 00392093 +snub a 1 1 & 1 0 01437268 +snub-nosed a 1 1 & 1 0 01607572 +snuff a 1 1 & 1 0 00383957 +snuff-brown a 1 1 & 1 0 00383957 +snuffling a 1 1 & 1 0 02473757 +snuffly a 1 2 & + 1 0 02473757 +snug a 4 2 & + 4 1 01885991 01447937 01399096 00477284 +snuggled a 1 1 & 1 1 00449889 +so-called a 1 1 & 1 1 01916555 +so-so a 1 1 & 1 1 01674604 +soaked a 1 2 & ; 1 0 00798103 +soapy a 2 3 & \ + 2 0 03026319 02181432 +soaring a 2 1 & 2 1 01212346 01205473 +sober a 4 4 ! & = + 4 3 00799517 02119213 00405179 02123314 +sobering a 1 1 & 1 1 02120150 +sobersided a 1 1 & 1 0 01268636 +sociable a 2 5 ! & ^ = + 2 0 02257141 00560900 +social a 6 7 ! & ^ \ = + ; 6 4 02798370 02248349 02798597 02258360 02252877 01076634 +socialised a 1 1 & 1 0 00576423 +socialist a 1 3 & ^ + 1 0 00298041 +socialistic a 1 4 ! & ^ + 1 1 00298041 +socialized a 1 1 & 1 1 00576423 +societal a 1 2 \ + 1 1 02798370 +sociobiologic a 1 2 \ + 1 0 02666132 +sociobiological a 1 2 \ + 1 0 02666132 +sociocultural a 1 1 \ 1 0 02872654 +socioeconomic a 1 1 \ 1 1 02717021 +sociolinguistic a 1 2 \ + 1 0 02842981 +sociological a 1 2 \ + 1 1 02906206 +sociopathic a 1 2 \ + 1 0 02799173 +socratic a 1 2 \ + 1 0 03033636 +sodden a 1 1 & 1 1 02549032 +sodding a 1 1 & 1 0 01520091 +soft a 19 6 ! & ^ = + ; 19 4 01152746 01156112 01454636 02448324 02286083 01459295 01458303 01157887 01156925 02487540 01914767 01763159 01509066 01192035 01019713 00760473 00750054 00438332 00284400 +soft-boiled a 2 1 & 2 0 01158453 00618752 +soft-finned a 1 1 \ 1 0 02798806 +soft-footed a 1 1 & 1 0 01456487 +soft-haired a 1 1 & 1 0 00215929 +soft-nosed a 1 1 \ 1 0 02798901 +soft-spoken a 1 1 & 1 1 01456572 +soft-witted a 1 1 & 1 0 00441365 +soft_on a 1 1 & 1 0 01465668 +softened a 2 1 & 2 1 01541567 01454985 +softening a 1 1 & 1 1 01153844 +softheaded a 1 2 & ; 1 0 01836766 +softhearted a 1 2 ! + 1 0 01158453 +softish a 1 1 & 1 0 01154886 +soggy a 3 2 & + 3 0 02548066 01185417 00034322 +soi-disant a 1 1 & 1 0 01918001 +soigne a 1 1 & 1 0 00850983 +soignee a 1 1 & 1 0 00850983 +soil-building a 1 1 & 1 0 01832491 +soiled a 1 3 & ^ = 1 1 00419289 +solanaceous a 1 2 \ + 1 0 02799301 +solar a 1 1 \ 1 1 02799016 +sold a 1 2 ! & 1 0 02259239 +sold-out a 2 1 & 2 1 00622468 02259540 +soldierlike a 1 1 & 1 0 01518694 +soldierly a 1 2 & + 1 0 01518694 +sole a 2 1 & 2 1 02152985 02214736 +soled a 1 1 ! 1 1 02259817 +soleless a 1 1 ! 1 0 02259966 +solemn a 2 2 & + 2 1 02119213 02118840 +solicitous a 2 2 & + 2 0 00544860 00164681 +solid a 15 5 ! & ^ = + 15 10 01125006 02260035 02263680 01200339 00291181 02558528 02275412 01151740 00658166 00434597 02273952 02120276 01993693 01200491 00784215 +solid-colored a 1 1 & 1 0 01786026 +solid-coloured a 1 1 & 1 0 01786026 +solid-hoofed a 1 1 & 1 0 02489667 +solid-state a 2 2 & ; 2 1 02261162 02261013 +solidified a 1 1 & 1 0 02260382 +solitary a 5 2 & + 5 2 02250430 02253205 02251212 02214736 01313649 +solo a 1 2 & ; 1 0 02252480 +solomonic a 1 2 \ + 1 0 02799446 +soluble a 2 4 ! & ^ + 2 1 02265015 02266145 +solvable a 1 2 & + 1 0 02266451 +solved a 1 1 ! 1 1 02267012 +solvent a 1 2 ! + 1 0 02026312 +somali a 1 2 \ + 1 0 03119182 +somalian a 1 2 \ + 1 0 03119182 +somatic a 1 1 & 1 1 01778935 +somatogenetic a 1 1 & 1 0 01779792 +somatogenic a 1 1 & 1 0 01779792 +somatosensory a 1 1 \ 1 0 02799595 +somber a 2 2 & + 2 1 00405179 00365261 +sombre a 2 2 & + 2 0 00405179 00365261 +some a 4 4 ! & ^ ; 4 3 02267308 01554063 01552634 01678586 +some_other a 1 1 & 1 1 02070188 +sometime a 1 1 & 1 0 01729566 +somniferous a 1 1 & 1 0 02309187 +somnific a 1 1 & 1 0 02309187 +somnolent a 1 2 & + 1 1 00189253 +sonant a 1 1 + 1 0 02286083 +songful a 1 2 & + 1 0 01501619 +songlike a 1 1 & 1 0 01501505 +sonic a 2 2 ! & 2 0 00175528 00174150 +sonorous a 1 2 & + 1 1 01457692 +sonsie a 1 1 & 1 0 02138989 +sonsy a 1 1 & 1 0 02138989 +soot-black a 1 1 & 1 0 00392184 +soothing a 2 1 & 2 0 00477896 00197151 +sooty a 2 2 & + 2 1 00388849 00423431 +sooty-black a 1 1 & 1 0 00392184 +sophistic a 2 3 & \ + 2 0 02999616 02500736 +sophistical a 1 2 & + 1 0 02500736 +sophisticated a 3 3 ! & ^ 3 2 02270342 01208738 01333609 +sophomore a 1 2 & + 1 0 01015599 +soporiferous a 2 1 & 2 0 02309187 01346198 +soporific a 2 2 & + 2 0 02309187 01346198 +soppy a 2 1 & 2 0 02549032 00854413 +sopranino a 1 1 & 1 0 01215028 +soprano a 1 1 & 1 0 01214842 +sorbed a 1 1 & 1 1 01330307 +sorbefacient a 1 1 & 1 0 00006777 +sorcerous a 1 2 & + 1 0 01576071 +sordid a 4 2 & + 4 1 01984806 00621857 00421875 00031384 +sore a 3 3 & + ; 3 3 01712753 01804175 00115193 +sore-eyed a 1 1 & 1 1 01178231 +sororal a 1 0 1 0 00291665 +sorrel a 1 1 & 1 1 00384099 +sorrowful a 1 4 ! & ^ + 1 1 01364008 +sorrowing a 1 1 & 1 0 01364817 +sorry a 4 3 & ^ + 4 2 01150475 01126841 02502578 00364881 +sorted a 2 1 & 2 0 02224509 00414919 +soteriological a 1 2 \ + 1 0 02799689 +sotho a 1 2 \ + 1 0 03119441 +sottish a 1 2 & + 1 0 00798491 +souffle-like a 1 1 & 1 0 00618865 +soughing a 1 1 & 1 0 01456221 +sought a 2 2 & < 2 1 03154886 02527588 +sought-after a 1 1 & 1 0 02527588 +sought_after a 1 1 & 1 0 00733297 +soul-destroying a 1 1 & 1 0 00588535 +soul-stirring a 1 1 & 1 0 01561429 +soulful a 1 2 & + 1 0 00856651 +soulless a 1 1 & 1 0 02107991 +sound a 9 4 ! & ^ + 9 4 02273326 01944088 02275209 01171213 02499511 02499148 02037152 00693020 00523786 +sound_asleep a 1 1 & 1 0 00188738 +soundable a 1 0 1 0 00994744 +sounding a 3 1 & 3 1 01874886 01457871 00174243 +soundless a 1 2 & + 1 0 01919428 +soundproof a 1 1 & 1 1 01775420 +soupy a 2 2 & + 2 0 02416898 00854413 +sour a 6 4 ! & ^ + 6 1 01054922 02368787 02399014 02369869 01164420 01137378 +sour-tasting a 1 1 & 1 0 02395810 +soured a 1 3 ! & ^ 1 0 02369763 +sourish a 1 1 & 1 0 02369460 +soused a 1 2 & ; 1 0 00798103 +south a 1 3 ! & = 1 1 01602330 +south-central a 2 1 & 2 1 01602797 01605569 +south-polar a 1 2 & + 1 0 02444627 +south_african a 1 2 \ + 1 0 02928926 +south_american a 1 2 \ + 1 0 02928728 +south_korean a 1 2 \ + 1 0 02968166 +southbound a 1 1 & 1 1 01602683 +southeast a 2 1 & 2 0 01603649 01603518 +southeasterly a 2 2 & + 2 0 01603649 01603518 +southeastern a 2 1 & 2 1 01603518 00827743 +southeastward a 1 1 & 1 0 01603789 +southerly a 2 2 & + 2 0 01603179 01602966 +southern a 4 4 ! & = + 4 4 01606648 01603179 01605081 01602966 +southernmost a 1 1 & 1 0 01603354 +southmost a 1 1 & 1 0 01603354 +southward a 1 1 & 1 0 01602683 +southwest a 2 1 & 2 0 01604000 01603869 +southwesterly a 2 2 & + 2 0 01604000 01603869 +southwestern a 2 1 & 2 0 01603869 00826215 +southwestward a 1 1 & 1 0 01604146 +sovereign a 2 1 & 2 2 01062393 00792641 +soviet a 1 1 \ 1 1 02959406 +sown a 1 1 & 1 0 01832245 +sozzled a 1 2 & ; 1 0 00798103 +spaced a 2 2 ! & 2 1 00542282 01655783 +spaced-out a 2 1 & 2 0 00609938 00437419 +spacey a 1 1 & 1 0 00609938 +spacial a 1 2 \ + 1 0 02841066 +spaciotemporal a 1 1 & 1 0 00528333 +spacious a 2 2 & + 2 1 01384212 00476249 +spacy a 1 1 & 1 0 00609938 +spade-like a 1 1 & 1 0 02150029 +spade-shaped a 1 1 & 1 0 02150029 +spangled a 1 1 & 1 0 00056660 +spangly a 1 2 & + 1 0 00056660 +spanish a 1 1 \ 1 1 02958576 +spanish-speaking a 1 1 & 1 0 00500126 +spanking a 1 1 & 1 0 00874226 +spare a 6 2 & + 6 2 00991301 01581305 01624115 01582306 00106821 00060605 +sparing a 1 2 & ; 1 0 02421364 +sparkling a 2 2 ! & 2 1 02299748 02277279 +sparkly a 2 2 & + 2 0 00805810 00279618 +sparrow-sized a 1 1 & 1 0 02224588 +sparse a 1 2 & + 1 1 00542359 +spartan a 4 3 & \ + 4 0 02972690 01991462 01301316 00009618 +spasmodic a 2 1 & 2 1 02303754 00593664 +spastic a 3 3 & \ + 3 0 03119608 02546713 02303754 +spatial a 1 3 ! \ + 1 1 02841066 +spatiotemporal a 2 2 & \ 2 0 02811081 00528333 +spattered a 1 1 & 1 0 01695891 +spatula-shaped a 1 1 & 1 0 02170821 +spatulate a 1 1 & 1 0 02170821 +spavined a 1 1 & 1 0 01020007 +spayed a 1 1 & 1 0 02137205 +speakable a 1 1 & 1 0 00943831 +speaking a 1 2 ! & 1 0 00152896 +spearhead-shaped a 1 1 & 1 0 02168400 +special a 7 2 & + 7 6 01104026 01678729 00488187 02278011 01103844 01853228 02367319 +specialised a 1 2 & ^ 1 0 02277607 +specialistic a 2 3 & \ + 2 0 02799988 02278195 +specialized a 1 3 ! & ^ 1 1 02277607 +specifiable a 1 1 & 1 0 01273033 +specific a 4 7 ! & ^ \ = + ; 4 2 01103021 01099951 02989316 01105233 +specified a 1 2 ! & 1 1 01099536 +specious a 2 2 & + 2 0 02462210 02182302 +specked a 1 1 & 1 0 01788445 +speckled a 1 1 & 1 1 01788445 +speckless a 1 1 & 1 0 00418364 +spectacled a 1 1 & 1 0 00056943 +spectacular a 3 2 & + 3 2 01284212 00795246 00580805 +spectral a 2 3 & \ + 2 2 02800132 01574925 +spectrographic a 1 2 \ + 1 0 02800291 +spectrometric a 1 2 \ + 1 0 02918132 +spectroscopic a 1 2 \ + 1 0 02918271 +spectroscopical a 1 2 \ + 1 0 02918271 +specular a 1 1 & 1 1 02008082 +speculative a 3 2 & + 3 2 02274537 00861818 00664879 +speech-endowed a 1 1 & 1 0 00150835 +speechless a 1 2 & + 1 0 00152629 +speedy a 2 2 & + 2 2 00979862 00979366 +spell-bound a 1 1 & 1 0 00865848 +spellbinding a 1 1 & 1 1 00168188 +spellbound a 1 1 & 1 1 00865848 +spendable a 1 1 & 1 0 00777891 +spendthrift a 1 1 & 1 0 02422242 +spent a 2 1 & 2 0 00926141 02433451 +sperm-filled a 1 1 & 1 0 01086042 +spermatic a 1 2 \ + 1 0 02800529 +spermicidal a 1 2 \ + 1 0 02800427 +spermous a 1 2 \ + 1 0 02800529 +spheric a 1 2 & + 1 0 02041229 +spherical a 2 4 ! & \ + 2 2 02800689 02041229 +spheroidal a 1 2 & + 1 0 02046446 +sphingine a 1 1 \ 1 0 02800941 +spic a 1 1 & 1 1 00418364 +spic-and-span a 2 1 & 2 0 01641460 00418364 +spicate a 1 2 \ ; 1 0 03119811 +spice-scented a 1 1 & 1 0 01057270 +spick a 1 1 & 1 0 00418364 +spick-and-span a 2 1 & 2 0 01641460 00418364 +spicy a 3 2 & + 3 0 02398378 02397732 02132224 +spider-shaped a 1 1 & 1 0 02150130 +spiderlike a 1 1 ; 1 0 02636811 +spiderly a 1 1 ; 1 0 02636811 +spidery a 1 2 + ; 1 1 02636811 +spiffed_up a 1 1 & 1 0 00455824 +spiffing a 1 2 & ; 1 0 02344381 +spiffy a 1 1 & 1 0 00971933 +spiked a 1 1 & 1 0 01811352 +spikelike a 1 1 & 1 0 01811430 +spiky a 1 1 & 1 0 01214255 +spinal a 1 2 \ + 1 0 02884456 +spindle-legged a 1 1 & 1 0 00991481 +spindle-shanked a 1 1 & 1 0 00991481 +spindle-shaped a 1 1 & 1 0 01810613 +spindly a 1 1 & 1 0 00989647 +spine-tipped a 1 1 & 1 0 02431351 +spineless a 4 4 ! & + ; 4 1 02325816 02510273 02278842 00146128 +spinnable a 2 2 & + 2 0 02364834 01023010 +spinnbar a 1 1 & 1 0 01023010 +spinose a 1 1 & 1 0 02248011 +spinous a 2 3 ! & + 2 0 02278738 01810011 +spiny a 2 2 & + 2 0 02278738 00145083 +spiny-backed a 1 1 & 1 0 00200760 +spiny-edged a 1 1 & 1 0 00259098 +spiny-finned a 1 1 \ 1 0 03119937 +spiny-leafed a 1 1 & 1 0 01703237 +spiny-leaved a 1 1 & 1 0 01703237 +spiny-stemmed a 1 1 & 1 0 00321770 +spiral a 1 1 & 1 0 02317598 +spiral-shelled a 1 1 & 1 0 02596810 +spiraling a 1 1 & 1 0 02317598 +spirant a 1 1 & 1 0 01157179 +spirited a 4 5 ! & ^ = + 4 1 02278939 00805309 00263994 00118844 +spiritless a 2 5 ! & ^ = + 2 0 02281325 00789494 +spiritous a 1 2 & + 1 0 01159217 +spiritual a 4 2 & + 4 3 02056265 02579136 00631193 01574925 +spiritualist a 1 1 \ 1 0 02911876 +spiritualistic a 1 2 \ + 1 0 02911876 +spirituous a 1 2 & + 1 0 01159217 +spiteful a 1 2 & + 1 1 00225099 +splanchnic a 1 0 1 0 02862964 +splashed a 2 1 & 2 1 00542501 01695891 +splashy a 3 3 & \ + 3 0 02801037 01848701 01697770 +splattered a 1 1 & 1 1 01695891 +splay a 1 1 & 1 0 01032978 +splayfoot a 1 1 & 1 0 01032710 +splayfooted a 1 2 ! & 1 0 01032710 +splendid a 3 1 & 3 1 00219389 02343110 01285376 +splendiferous a 1 1 & 1 0 00219389 +splenetic a 2 3 & \ + 2 0 02801156 01135420 +splenic a 1 2 \ + 1 0 02801156 +splinterless a 1 1 & 1 0 00710097 +splinterproof a 1 1 & 1 0 00710097 +splintery a 2 3 & \ + 2 1 00709625 02801349 +split a 2 1 & 2 1 02481012 00662529 +splitting a 1 1 & 1 1 00300469 +splotched a 1 1 & 1 0 01787408 +spoilable a 1 1 & 1 0 01753785 +spoiled a 2 1 & 2 1 01138902 01069283 +spoilt a 3 1 & 3 0 01138902 01069283 00734906 +spoken a 1 3 ! & ^ 1 1 02283703 +spondaic a 1 3 \ + ; 1 0 03120034 +spongelike a 2 1 & 2 0 01154964 00007516 +spongy a 2 2 & + 2 1 01154964 00007516 +spontaneous a 2 3 ! & + 2 1 02282376 02213557 +spooky a 1 1 & 1 0 00919155 +spoon-shaped a 1 1 & 1 0 02150220 +sporadic a 1 3 ! & ^ 1 1 00593374 +spore-bearing a 1 1 & 1 0 02598110 +sporogenous a 1 1 \ 1 0 02801641 +sporting a 4 2 & \ 4 3 00956733 02801839 00066565 01297946 +sportive a 2 3 & \ + 2 0 02801749 02122132 +sportsmanlike a 1 1 & 1 0 00956733 +sporty a 3 1 & 3 0 00956733 00407420 00033475 +spotless a 1 2 & + 1 1 00418364 +spotted a 1 1 & 1 0 01789481 +spotty a 2 1 & 2 0 01789481 00578662 +spousal a 2 2 \ + 2 0 02843495 02801964 +spouting a 1 1 & 1 0 01240931 +sprawling a 1 1 & 1 0 02426679 +sprawly a 1 2 & + 1 0 01432202 +spray-dried a 1 1 < 1 1 03153960 +spread a 3 1 & 3 3 00540977 01844858 01431938 +spread-eagle a 1 1 & 1 0 01432318 +spread-out a 1 1 & 1 1 00541460 +sprigged a 1 1 & 1 0 01790507 +sprightly a 1 2 & + 1 1 02280821 +spring-blooming a 1 1 & 1 0 01254607 +spring-flowering a 1 1 & 1 0 01254607 +spring-loaded a 1 1 \ 1 0 02802092 +springless a 1 1 & 1 0 00845928 +springlike a 1 1 & 1 0 00845025 +springy a 2 2 & + 2 0 00843595 00036346 +sprouted a 1 2 & ; 1 0 02491421 +spruce a 1 2 & + 1 0 00971933 +spruced_up a 1 1 & 1 0 00455824 +spry a 1 1 & 1 0 00032733 +spumy a 1 2 & + 1 0 02276305 +spunky a 2 2 & + 2 0 02279900 00263994 +spur-of-the-moment a 1 1 & 1 0 01845921 +spurious a 3 2 & + 3 0 02462210 01407909 01117677 +spurned a 1 1 & 1 0 01463735 +spurting a 1 1 & 1 0 01240931 +squab a 1 1 & 1 0 02388070 +squabby a 1 1 & 1 0 02388070 +squalid a 2 2 & + 2 0 01984806 00421875 +squalling a 1 1 & 1 1 01924148 +squally a 2 2 & + 2 0 01924148 00305882 +squamulose a 1 2 & ; 1 0 02241443 +squandered a 1 1 & 1 0 01450293 +square a 6 6 ! & ^ = + ; 6 1 02043217 02318464 02558528 01709681 00766102 00607857 +square-built a 1 1 & 1 0 02039763 +square-jawed a 1 1 & 1 0 02597329 +square-rigged a 1 1 & 1 0 01093850 +square-shaped a 1 1 & 1 0 02049243 +square-shouldered a 1 1 & 1 0 02038735 +square-tailed a 1 1 & 1 0 00320456 +square-toed a 2 1 & 2 0 01880163 01032339 +squared a 1 1 & 1 1 02043729 +squared-toe a 1 1 & 1 0 01032339 +squarish a 1 1 & 1 0 02043806 +squashed a 1 1 < 1 1 03154143 +squashy a 3 1 & 3 0 02576918 02548066 01154964 +squat a 2 2 & + 2 2 02386962 01207697 +squatty a 1 2 & + 1 0 02386962 +squawky a 1 2 & + 1 0 00299144 +squeaking a 1 1 & 1 0 01214606 +squeaky a 1 2 & + 1 1 01214606 +squealing a 1 1 & 1 0 01214606 +squeamish a 1 2 & + 1 0 00984333 +squeezable a 1 2 & + 1 0 01153435 +squelched a 1 1 & 1 0 00470528 +squiffy a 1 2 & ; 1 0 00798103 +squiggly a 1 2 & + 1 0 02313676 +squinched a 1 1 & 1 0 01655651 +squint a 1 1 & 1 0 00762721 +squint-eyed a 2 2 & \ 2 0 02799797 00762721 +squinting a 1 1 & 1 0 01655651 +squinty a 2 2 & \ 2 0 02799877 00762721 +squirrel-sized a 1 1 & 1 0 02224688 +squirting a 1 1 & 1 0 01240931 +squishy a 1 1 & 1 0 01154964 +sr. a 1 1 & 1 0 02100031 +sri_lankan a 1 2 \ + 1 0 03118413 +stabbing a 2 1 & 2 0 01162901 00803432 +stabile a 2 2 & ; 2 0 02291632 01525320 +stabilised a 1 1 & 1 0 02291754 +stabilising a 1 1 & 1 0 01197737 +stabilized a 1 1 & 1 1 02291754 +stabilizing a 1 1 & 1 1 01197737 +stable a 5 4 ! & ^ + 5 2 02290998 02274089 01930417 00894551 00348018 +staccato a 1 3 ! & ; 1 1 02293856 +stacked a 2 2 & < 2 1 03154289 02138989 +stage-struck a 1 1 & 1 0 00071427 +staged a 2 2 ! & 2 0 02294440 01571869 +stagey a 1 2 & + 1 0 00796715 +stagflationary a 1 2 \ + 1 0 02802220 +staggering a 1 1 & 1 1 01283155 +stagnant a 2 2 & + 2 1 01241248 00810764 +stagy a 1 2 & + 1 0 00796715 +staid a 1 2 & + 1 0 00689336 +stainable a 1 2 \ + 1 0 02802341 +stained a 2 2 ! & 2 2 00402004 01713713 +stainless a 1 1 & 1 0 00247247 +stale a 2 5 ! & ^ = + 2 1 01068726 01689580 +stalemated a 1 1 & 1 0 01621424 +stalinist a 1 1 \ 1 0 02802476 +stalked a 1 1 ; 1 1 00159735 +stalkless a 1 1 ; 1 0 00159498 +stall-fed a 1 1 & 1 0 02300786 +stalwart a 3 2 & + 3 0 02038994 01991586 00264262 +staminate a 1 2 & ; 1 1 01477251 +stand-alone a 1 2 & ; 1 0 00523867 +stand-up a 1 1 & 1 0 01237534 +standard a 5 5 ! & ^ = ; 5 3 02295998 00487525 02294777 02297664 01960076 +standardised a 2 1 & 2 0 02296950 01978532 +standardized a 2 1 & 2 1 02296950 01978532 +standby a 1 1 & 1 0 01855086 +standing a 6 2 ! & 6 2 01237433 01755508 01241065 01240235 01239862 01970963 +standoffish a 1 2 & + 1 0 00134562 +standpat a 1 1 & 1 0 00574884 +stannic a 1 1 \ 1 0 02802576 +stannous a 1 1 \ 1 0 02802576 +staphylococcal a 1 2 \ + 1 0 02802694 +staple a 1 1 & 1 0 00901826 +star a 1 1 & 1 1 01472790 +star-shaped a 1 1 & 1 0 02048344 +starboard a 1 1 & 1 0 02032850 +starchless a 1 1 ! 1 0 02299366 +starchlike a 1 1 & 1 0 02299189 +starchy a 2 3 ! & + 2 0 02299048 01043924 +staring a 2 1 & 2 0 01654769 01520091 +stark a 5 2 & + 5 1 00556881 01792387 01535583 01520091 01242750 +stark_naked a 1 2 & ; 1 0 00458266 +starkers a 1 2 & ; 1 0 00459953 +starless a 1 1 ! 1 0 02300101 +starlike a 1 1 & 1 0 02299889 +starlit a 1 1 & 1 0 02300002 +starred a 1 1 & 1 0 01480492 +starring a 1 1 & 1 0 01472790 +starry a 1 3 ! & + 1 0 02299437 +starry-eyed a 1 1 & 1 0 01664310 +starting a 2 1 & 2 2 01354430 01009865 +startled a 1 1 & 1 1 02359051 +startling a 1 1 & 1 1 02359958 +starved a 2 1 & 2 1 02301338 01269506 +starving a 1 1 & 1 1 02301338 +statant a 1 2 & ; 1 0 01237656 +state-controlled a 1 1 & 1 0 00298507 +state-of-the-art a 1 1 & 1 0 01876780 +state-supported a 1 1 & 1 1 01862161 +stated a 1 1 & 1 0 00940870 +stateless a 1 1 & 1 0 02127693 +stately a 3 2 & + 3 1 01283508 02386418 00751838 +statesmanlike a 1 2 ! ^ 1 1 00753093 +statesmanly a 1 2 ^ + 1 0 00753093 +statewide a 1 1 & 1 0 00528629 +static a 3 2 & \ 3 1 01564315 02719009 00348018 +stationary a 2 2 & + 2 0 01565252 01060445 +statistical a 1 2 \ + 1 1 02911627 +stative a 1 2 ! ; 1 0 00041841 +statuary a 1 2 \ + 1 0 02896383 +statuesque a 2 1 & 2 0 02386418 02139793 +statute a 1 1 & 1 0 02286790 +statutory a 2 2 & \ 2 1 02802848 01401532 +staunch a 1 2 & + 1 1 00583581 +stay-at-home a 1 1 & 1 0 00637645 +steadfast a 2 2 & + 2 0 01990653 00583581 +steadied a 1 1 & 1 1 02302705 +steady a 6 4 ! & ^ + 6 1 02301560 02291336 02095542 01990653 01067003 00919445 +steady-going a 1 1 & 1 0 02301969 +steadying a 1 1 & 1 0 01197899 +stealthy a 1 2 & + 1 1 02088974 +steam-powered a 1 1 & 1 0 01829254 +steamed a 2 1 & 2 1 00618944 01806106 +steaming a 1 1 & 1 1 02550517 +steamy a 3 2 & + 3 0 02550517 02549691 02131668 +stearic a 1 2 \ + 1 0 02853905 +steel-plated a 1 1 & 1 0 00143854 +steely a 2 2 & + 2 0 01155968 01152521 +steep a 3 4 ! & ^ + 3 1 01144887 01534282 01206164 +steep-sided a 1 1 & 1 0 01145931 +steepish a 1 1 & 1 0 01145862 +steerable a 1 1 & 1 0 01475160 +stellar a 2 2 & \ 2 1 01472790 02802976 +stellate a 1 1 & 1 0 02373055 +stemless a 2 3 ! & ; 2 0 02306080 00322321 +stemmatic a 1 1 \ 1 0 02803299 +stemmed a 3 3 ! & ; 3 1 02305906 00321094 02306192 +stenographic a 1 2 \ + 1 0 02803389 +stenographical a 1 2 \ + 1 0 02803389 +stenosed a 1 2 & ; 1 0 01449007 +stenotic a 1 3 & + ; 1 0 01449007 +stentorian a 1 2 & + 1 1 01456977 +step-by-step a 1 1 & 1 1 01143006 +stepwise a 1 1 & 1 1 01143006 +stereo a 1 2 & ; 1 1 00240655 +stereophonic a 1 3 & + ; 1 1 00240655 +stereoscopic a 2 2 \ + 2 0 03120323 03120176 +stereotyped a 1 1 & 1 1 00607977 +stereotypic a 1 2 & + 1 0 00607977 +stereotypical a 1 2 & + 1 0 00607977 +sterile a 3 5 ! & ^ = + 3 0 01002377 02115759 00644560 +sterilised a 1 1 & 1 0 01002827 +sterilized a 1 1 & 1 0 01002827 +sterling a 1 1 & 1 1 02343517 +stern a 4 2 & + 4 3 01300187 01785341 00711308 01792387 +sternal a 1 2 \ + 1 1 03007245 +sternutative a 1 1 & 1 0 00325069 +sternutatory a 2 2 & \ 2 0 03007929 00325069 +steroidal a 1 3 ! \ + 1 0 02803579 +stertorous a 1 2 & + 1 0 01921752 +stewed a 1 1 & 1 0 00616822 +stick-in-the-mud a 1 1 & 1 0 00974697 +stick-on a 1 1 & 1 0 00054667 +sticking a 1 1 & 1 1 01353982 +sticking_out a 1 1 & 1 0 01353982 +sticky a 5 2 & + 5 2 00053691 02550704 02549691 00746047 00054804 +stiff a 7 5 & ^ = + ; 7 3 01525659 02323726 01043924 01824244 01990653 01023706 00798103 +stiff-backed a 1 1 & 1 1 00200854 +stiff-branched a 1 1 & 1 0 00614436 +stiff-haired a 1 1 & 1 0 00216003 +stiff-necked a 1 1 & 1 0 02328445 +stiff-tailed a 1 1 & 1 0 00320536 +stifled a 1 1 & 1 0 01316808 +stifling a 1 1 & 1 0 01250121 +stigmatic a 3 2 \ + 3 0 03120454 02621609 00108595 +still a 6 3 ! & + 6 4 01564315 01919428 00302951 01565751 02277485 01241600 +stillborn a 2 1 & 2 0 01082714 00098307 +stilly a 1 2 & ; 1 0 01919676 +stilted a 1 1 & 1 1 00073465 +stimulant a 1 2 & + 1 0 02310371 +stimulated a 1 1 & 1 0 00920494 +stimulating a 3 3 ! & ^ 3 1 02306288 02310371 01357342 +stimulative a 1 4 ! & ^ + 1 0 02309341 +stinging a 1 1 & 1 0 01374004 +stingless a 1 1 \ 1 0 03120610 +stingy a 2 5 ! & ^ = + 2 0 01112573 00106456 +stinking a 2 2 & ; 2 1 01127782 01053634 +stinky a 2 3 & + ; 2 0 01053144 01127782 +stinting a 1 2 & ; 1 0 02421364 +stipendiary a 3 3 & \ + 3 0 03120681 01708898 01708663 +stippled a 1 1 & 1 0 01788445 +stipulatory a 1 2 & + 1 0 00603194 +stirred a 3 2 & ^ 3 0 01559903 00920494 00088545 +stirred_up a 1 1 & 1 0 00920494 +stirring a 2 1 & 2 0 02307026 01561429 +stirrup-shaped a 1 1 & 1 0 02150397 +stitched a 1 1 & 1 0 02254172 +stochastic a 1 2 & ; 1 0 01925000 +stock a 3 1 & 3 1 01688757 02297089 01960076 +stock-still a 1 1 & 1 0 01564881 +stocked a 1 1 & 1 0 01097690 +stocked_with a 1 1 & 1 0 01097690 +stockinged a 1 1 & 1 0 02156822 +stocky a 1 1 & 1 0 02387413 +stodgy a 3 2 & + 3 0 01183436 00974697 00606347 +stoic a 2 3 & \ + 2 1 00858558 03020354 +stoical a 1 2 & + 1 1 00858558 +stoichiometric a 1 2 \ + 1 0 02803876 +stolid a 1 2 & + 1 1 00857560 +stoloniferous a 1 1 \ 1 0 02645417 +stomachal a 1 2 \ + 1 0 02733187 +stomachic a 1 2 \ + 1 0 02733187 +stomatal a 2 2 \ + 2 0 02645677 02645494 +stomatous a 3 5 ! & \ + ; 3 0 02645677 02645494 02310533 +stone a 1 1 & 1 0 00384195 +stone-blind a 1 1 & 1 0 02160622 +stone-broke a 1 1 & 1 0 02023287 +stone-cold a 1 1 & 1 0 01254165 +stone-dead a 1 1 & 1 1 00098450 +stone-deaf a 1 1 & 1 0 00682521 +stone-gray a 1 1 & 1 1 00391897 +stone-grey a 1 1 & 1 0 00391897 +stone-sober a 1 1 & 1 0 00799716 +stoned a 1 2 & ; 1 0 00799401 +stoneless a 1 1 & 1 0 02256306 +stonelike a 1 1 & 1 0 01152320 +stony a 3 2 & + 3 0 02241988 01158180 01151951 +stony-broke a 1 1 & 1 0 02023287 +stonyhearted a 1 1 & 1 0 00507292 +stooped a 1 1 & 1 1 01239199 +stooping a 1 1 & 1 0 01239199 +stoppable a 1 2 ! & 1 0 02287878 +stopped a 1 1 & 1 0 01621894 +stopped-up a 2 1 & 2 0 01621894 01399469 +stopped_up a 1 1 & 1 0 01621894 +stoppered a 1 1 & 1 0 01654162 +store-bought a 1 1 & 1 0 00675228 +stored-program a 1 1 \ 1 0 02645950 +storeyed a 1 2 & ; 1 0 01218660 +storied a 2 2 & ; 2 1 01121402 01218660 +storm-beaten a 1 1 & 1 0 00681019 +storm-tossed a 1 1 & 1 0 02456530 +stormbound a 1 1 & 1 0 00559120 +stormproof a 1 1 & 1 0 01886139 +stormy a 2 4 ! & ^ + 2 2 00303727 01742912 +stout a 3 2 & + 3 3 01991586 00988077 02038994 +stout-billed a 1 1 & 1 0 00207226 +stout-stemmed a 1 1 & 1 0 00321849 +stouthearted a 1 2 & + 1 0 00264262 +stovepiped a 1 2 \ ; 1 0 02803986 +straggling a 1 1 & 1 1 02426679 +straggly a 2 2 & + 2 0 02426679 00542660 +straight a 15 6 ! & ^ = + ; 15 5 00596511 02310895 01030826 01237754 00022962 02318464 02318272 02314584 02423981 01201298 00911204 00766102 00757120 00632306 00607857 +straight-backed a 1 1 & 1 0 00200979 +straight-billed a 1 1 & 1 0 00207305 +straight-from-the-shoulder a 1 1 & 1 0 00764484 +straight-grained a 1 1 & 1 0 00910983 +straight-laced a 1 1 & 1 0 01880163 +straight-legged a 1 1 & 1 0 01429788 +straight-out a 1 1 & 1 1 01914407 +straightarrow a 1 1 & 1 0 02319034 +straightaway a 1 1 & 1 0 00978754 +straightforward a 4 2 & + 4 2 00897223 00766102 02318728 00761734 +straightlaced a 1 1 & 1 0 01880163 +strained a 4 1 & 4 2 01141468 02407041 00073761 00073358 +straining a 1 1 & 1 1 00837977 +strait a 1 2 & ; 1 0 02562705 +strait-laced a 1 1 & 1 0 01880163 +straitlaced a 1 1 & 1 1 01880163 +stranded a 1 1 & 1 1 02251576 +strange a 3 4 ! & = + 3 2 00967129 00966753 01034457 +strangled a 1 1 & 1 1 01316808 +strapless a 1 1 & 1 0 02352472 +straplike a 1 1 & 1 0 02562805 +strapping a 1 2 & ; 1 0 02038126 +strategic a 2 3 & \ + 2 2 02950711 01279735 +strategical a 1 2 \ + 1 0 02950711 +stratified a 3 3 ! & ; 3 1 01203986 00208229 01203703 +stravinskian a 1 2 \ + 1 0 03038199 +stravinskyan a 1 2 \ + 1 0 03038199 +straw a 1 2 & + 1 1 00384292 +straw-colored a 1 1 & 1 0 00400922 +straw-coloured a 1 1 & 1 0 00400922 +stray a 2 2 & + 2 1 00594267 01450443 +straying a 1 1 & 1 0 01450607 +streaked a 1 1 & 1 1 01790613 +streaky a 1 2 & + 1 0 01790613 +streaming a 2 3 & < ; 2 1 03149478 01952907 +streamlined a 2 1 & 2 1 00840737 02238128 +street_smart a 1 1 & 1 0 00439431 +streetwise a 1 1 & 1 0 00439431 +strengthened a 1 1 & 1 0 02323358 +strenuous a 2 2 & + 2 1 00875235 00837977 +strep a 1 2 \ + 1 0 03142114 +streptococcal a 1 2 \ + 1 0 03142114 +streptococcic a 1 1 \ 1 0 03142114 +stressed a 2 2 ! & 2 1 02458497 02319538 +stressful a 1 1 & 1 0 00090408 +stretch a 2 1 & 2 0 01435891 00845127 +stretchable a 1 2 & + 1 0 00845216 +stretched a 2 1 & 2 2 01023128 01432452 +stretchy a 1 2 & + 1 0 00845216 +striate a 1 1 \ 1 0 03136855 +stricken a 3 2 & ; 3 2 02542148 00071242 02545385 +strict a 5 3 & ^ + 5 2 00915556 02506267 01299888 02436995 00711308 +strident a 4 2 & + 4 0 01920367 01157179 00713853 00300359 +strikebound a 1 1 & 1 0 00037341 +striking a 2 2 & + 2 1 01284212 00580805 +stringent a 1 2 & + 1 0 00711059 +stringy a 4 1 & 4 1 00991584 02446239 02416765 00626701 +strip-mined a 1 1 & 1 0 01504430 +striped a 1 1 & 1 1 01790807 +stripped a 3 1 & 3 0 01496816 01086915 00460076 +stripped-down a 1 1 & 1 0 01496816 +stripy a 1 2 & + 1 0 01790807 +strong a 10 5 ! & ^ = ; 10 3 02321009 01513512 01826979 01824244 02526124 02275412 01961786 01158974 01068609 00842199 +strong-arm a 1 1 & 1 0 00842324 +strong-boned a 1 1 & 1 0 00296276 +strong-flavored a 1 1 & 1 0 02399176 +strong-growing a 1 1 & 1 0 01356143 +strong-minded a 2 1 & 2 0 02328559 00729894 +strong-scented a 1 1 & 1 0 01057348 +strong-smelling a 1 1 & 1 0 01057348 +strong-willed a 1 1 & 1 0 02328559 +stroppy a 1 2 & ; 1 0 02327315 +struck a 1 2 & ; 1 0 00071242 +structural a 6 3 & \ ; 6 4 02897335 02897158 01090593 00586060 02949511 02949275 +structured a 2 3 ! & ^ 2 1 01671732 01679744 +struggling a 1 1 & 1 1 02458691 +strung a 1 1 < 1 1 03154362 +strung-out a 1 1 & 1 0 00047406 +stubbled a 1 1 & 1 0 02154118 +stubbly a 1 1 & 1 0 02154118 +stubborn a 2 5 ! & ^ + ; 2 1 02326695 02452562 +stubby a 1 2 & + 1 0 01437349 +stuck a 2 3 ! & ; 2 0 00161065 01766958 +stuck-up a 1 1 & 1 1 01890382 +stuck_with a 1 1 & 1 1 00670418 +studded a 1 1 & 1 1 00059782 +studied a 1 2 ! ^ 1 0 01798828 +studious a 2 2 & + 2 1 00311354 02084101 +stuffed a 2 2 & ; 2 1 01086118 01086213 +stuffy a 3 2 & + 3 2 02509484 00606347 01622033 +stumpy a 1 1 & 1 0 02386962 +stung a 1 1 & 1 1 01806106 +stunned a 3 1 & 3 1 02357810 00572714 00436645 +stunning a 4 1 & 4 1 01282921 02360171 01686036 00220739 +stunted a 1 2 & + 1 0 02347915 +stupefied a 2 1 & 2 0 02358277 00436645 +stupefying a 3 1 & 3 1 01283155 01686269 00196312 +stupendous a 1 1 & 1 1 01384730 +stupid a 3 5 ! & ^ = + 3 2 00439588 00436645 01336587 +stuporous a 1 2 & + 1 0 00875962 +sturdy a 3 2 & + 3 1 02038994 01025913 00707795 +stygian a 2 1 & 2 0 01304250 00273652 +styleless a 1 2 ! & 1 0 00976123 +stylised a 1 1 & 1 0 01572604 +stylish a 2 3 ! & + 2 0 00975171 00971075 +stylistic a 1 2 & + 1 1 02018296 +stylized a 1 1 & 1 1 01572604 +styptic a 1 2 & + 1 0 00189833 +suasible a 1 1 & 1 0 02361848 +suave a 2 2 & + 2 2 01948231 00758800 +sub-rosa a 1 1 & 1 0 01707531 +sub-saharan a 1 1 \ 1 0 02804777 +sub_judice a 1 1 & 1 0 01401734 +subacid a 1 1 & 1 0 02369683 +subacute a 1 1 & 1 0 00044987 +subalpine a 1 1 & 1 0 01219279 +subaltern a 1 2 & + 1 0 02100968 +subaquatic a 2 2 & ; 2 0 00124685 00124493 +subaqueous a 1 2 & ; 1 0 00124685 +subarctic a 1 1 \ 1 0 02804139 +subartesian a 1 1 ! 1 0 00099097 +subatomic a 2 2 & \ 2 0 02885192 01392160 +subclavian a 1 1 \ 1 0 03142313 +subclinical a 1 1 \ 1 0 02885790 +subconscious a 1 2 & + 1 1 00573093 +subcortical a 1 1 \ 1 0 02804254 +subcutaneous a 1 1 \ 1 0 02876936 +subduable a 1 1 & 1 0 00569468 +subdued a 5 2 & + 5 2 01455540 02000406 02390194 00284400 00275290 +subdural a 1 1 \ 1 0 02804391 +subfusc a 1 1 & 1 0 00169692 +subgross a 1 1 & 1 0 02516690 +subhuman a 2 2 ! & 2 1 01261528 01021499 +subjacent a 1 2 ! & 1 0 02349477 +subject a 3 2 & + 3 0 02361540 02329864 00071559 +subjective a 2 4 ! & + ; 2 1 01615925 01273910 +subjugable a 1 1 & 1 0 00569468 +subjugated a 1 1 & 1 0 00694924 +subjunctive a 1 2 \ ; 1 0 03094107 +sublimate a 1 1 & 1 0 01907416 +sublimated a 1 1 < 1 0 03154463 +sublime a 4 3 & + ; 4 3 01121757 02056566 00705616 01588619 +sublimed a 1 1 < 1 0 03154463 +subliminal a 1 1 & 1 0 01749125 +sublingual a 1 1 \ 1 0 02804515 +subliterary a 1 1 & 1 1 01046994 +sublittoral a 1 1 \ 1 0 02888757 +sublunar a 2 2 & \ 2 0 02757446 01181661 +sublunary a 2 2 & \ 2 0 02757446 01181661 +submarine a 1 2 & + 1 0 02472137 +submerged a 2 2 & ; 2 0 02472252 00124685 +submergible a 1 1 + 1 0 02472693 +submersed a 2 2 & ; 2 0 02472252 00124685 +submersible a 1 2 ! + 1 0 02472693 +submissive a 2 4 ! & ^ + 2 1 00788821 00790691 +subnormal a 1 3 & + ; 1 0 01597702 +subocean a 1 1 & 1 0 01381615 +suboceanic a 1 1 & 1 0 01381615 +subocular a 1 0 1 0 02870315 +suborbital a 2 1 \ 2 0 02979443 02870315 +subordinate a 3 6 ! & ^ = + ; 3 1 00792991 02329355 00730470 +subordinating a 1 2 ! ; 1 0 00552618 +subordinative a 1 1 ; 1 0 00552618 +subscribed a 1 2 & ; 1 0 02161136 +subscript a 1 3 ! + ; 1 0 02349852 +subsequent a 1 4 ! & ^ + 1 1 00122626 +subservient a 3 2 & + 3 1 02330064 01196775 00790691 +subsidiary a 1 2 & + 1 0 01854129 +subsidised a 1 1 & 1 0 02352868 +subsidized a 1 1 & 1 1 02352868 +subsonic a 1 1 ! 1 0 00175719 +substandard a 1 1 & 1 0 02297409 +substantial a 5 5 ! & ^ = + 5 2 00625055 00901969 00625393 02558528 02275412 +substantiating a 1 1 & 1 0 02355521 +substantiative a 1 2 & + 1 0 02355521 +substantival a 1 3 \ + ; 1 0 03120834 +substantive a 3 3 ! & ; 3 1 00901969 00055539 01497245 +substitutable a 2 2 & + 2 0 02381613 00917768 +substitute a 3 2 & + 3 0 01855446 01853934 01572974 +subsurface a 1 2 ! & 1 1 02471782 +subterminal a 1 1 & 1 0 01015798 +subterranean a 2 1 & 2 0 02472384 01707733 +subterraneous a 2 1 & 2 0 02472384 01707733 +subtle a 3 1 & 3 1 01717901 01745846 01162406 +subtractive a 1 3 ! & + 1 0 00050083 +subtropic a 1 2 \ + 1 0 02929216 +subtropical a 1 1 \ 1 0 02929216 +suburban a 1 2 \ + 1 1 02804590 +suburbanised a 1 1 & 1 0 01108586 +suburbanized a 1 1 & 1 1 01108586 +subversive a 1 2 & + 1 0 00963283 +succeeding a 2 4 ! & ^ = 2 1 00127296 01294975 +successful a 1 5 ! & ^ = + 1 1 02331262 +successive a 1 2 & + 1 1 01667729 +succinct a 1 2 & + 1 0 00547317 +succinic a 1 1 \ 1 0 02840840 +succulent a 1 2 & + 1 0 01369078 +such a 1 1 & 1 1 01554230 +suchlike a 1 1 & 1 0 01410222 +suckled a 1 1 & 1 0 00267268 +suctorial a 1 2 \ + 1 0 02804905 +sudanese a 1 2 \ + 1 0 03121212 +sudden a 1 4 ! & ^ + 1 1 01143279 +sudorific a 1 1 \ 1 0 02712125 +sudsy a 1 1 \ 1 0 02754839 +suety a 1 2 & + 1 0 00992716 +sufferable a 1 1 & 1 0 02435206 +suffering a 2 1 & 2 2 02458871 01150205 +sufficient a 1 5 ! & ^ = + 1 1 02335828 +suffocating a 1 1 & 1 1 00268383 +suffocative a 1 2 & + 1 0 00268383 +suffrutescent a 1 1 & 1 0 02576365 +suffusive a 1 2 & + 1 0 00469468 +sufi a 1 1 \ 1 0 02805039 +sugar-coated a 1 1 & 1 0 02337912 +sugared a 1 1 & 1 0 02338197 +sugarless a 1 3 ! & ^ 1 0 02338327 +sugary a 1 4 ! & ^ + 1 0 02337667 +suggestible a 1 2 & + 1 0 02362708 +suggestive a 3 2 & + 3 1 00723542 02091300 00684334 +sui_generis a 1 1 & 1 0 02215382 +suicidal a 1 2 & + 1 0 02060912 +suitable a 2 2 & + 2 1 01020885 00852197 +suited a 2 1 & 2 2 01020885 00456739 +sulcate a 1 1 \ 1 0 03136940 +sulfur-yellow a 1 1 & 1 0 00384410 +sulfuretted a 1 1 \ 1 0 02853254 +sulfuric a 1 2 \ + 1 0 03121394 +sulfurized a 1 1 \ 1 0 02853254 +sulfurous a 3 3 & \ + 3 0 02805148 01802165 01250121 +sulky a 3 2 & + 3 1 01137994 00981703 00275764 +sullen a 2 2 & + 2 2 01137378 00462409 +sulphur-yellow a 1 1 & 1 0 00384410 +sulphuretted a 1 1 \ 1 0 02853254 +sulphuric a 1 2 \ + 1 0 03121394 +sulphurous a 3 3 & \ + 3 0 02805148 01802165 01250121 +sultry a 2 2 & + 2 2 01257145 01250121 +sumatran a 1 2 \ + 1 0 03121573 +sumerian a 1 2 \ + 1 0 02805331 +summa_cum_laude a 1 1 & 1 0 02587407 +summary a 2 2 & + 2 0 01633880 00547317 +summational a 1 2 & + 1 0 00049683 +summative a 1 1 & 1 0 00049683 +summer-blooming a 1 1 & 1 0 01255177 +summer-flowering a 1 1 & 1 0 01255177 +summery a 1 3 ! & + 1 0 01254784 +sumptuary a 1 1 & 1 0 02004838 +sumptuous a 1 2 & + 1 1 02024928 +sun-drenched a 1 1 & 1 0 01697878 +sun-dried a 1 1 & 1 1 01073592 +sun-loving a 1 1 & 1 0 01172394 +sunbaked a 2 1 & 2 1 02551946 01521905 +sunburned a 1 1 & 1 0 01178345 +sunburnt a 1 1 & 1 1 01178345 +sunday-go-to-meeting a 1 1 & 1 0 00228485 +sundried a 1 1 & 1 0 01073592 +sundry a 1 1 & 1 1 01199083 +sunk a 1 1 & 1 0 02334321 +sunken a 1 1 & 1 1 02264521 +sunken-eyed a 1 1 & 1 0 00989416 +sunless a 1 1 & 1 0 00461971 +sunlit a 1 1 & 1 0 00272771 +sunny a 1 2 & + 1 1 00363938 +sunny-side_up a 1 1 & 1 0 00619030 +sunrise a 1 1 & 1 0 01642951 +sunset a 2 1 & 2 0 01640618 01013843 +sunstruck a 1 1 & 1 1 00272771 +suntanned a 1 1 & 1 1 00244958 +super a 3 2 & ; 3 2 02341864 00528761 01390588 +superable a 1 1 & 1 0 02357006 +superabundant a 1 2 & + 1 0 00016247 +superannuated a 2 1 & 2 0 01646435 00669138 +superb a 2 1 & 2 1 02342608 01125154 +supercharged a 2 1 & 2 0 01829369 00854989 +supercilious a 2 2 & + 2 1 01891109 00907400 +supercritical a 1 1 & 1 0 00652351 +supererogatory a 1 1 & 1 0 01581305 +superfatted a 1 1 & 1 0 00992826 +superficial a 3 5 ! & ^ \ + 3 1 01873406 02805490 02165432 +superfine a 3 1 & 3 0 02233799 01948958 00229227 +superfluous a 2 2 & + 2 0 02503305 01581305 +superhuman a 1 2 ! & 1 0 01260873 +superimposed a 2 1 & 2 0 02349149 00208749 +superincumbent a 1 1 & 1 0 02349274 +superior a 7 6 ! & ^ = + ; 7 3 02341266 02338615 00792769 02349685 02348482 02100566 00072436 +superjacent a 1 2 ! & 1 0 02348847 +superlative a 1 2 & + 1 1 02343517 +superlunar a 2 2 & \ 2 0 02757599 01180549 +superlunary a 2 2 & \ 2 0 02757599 01180549 +supernal a 2 3 ! & ^ 2 0 01304374 01179345 +supernatant a 1 3 & + ; 1 1 02351490 +supernatural a 1 4 ! & ^ + 1 1 01574446 +supernaturalist a 1 1 \ 1 0 02912054 +supernaturalistic a 1 2 \ + 1 0 02912054 +supernormal a 2 2 & ; 2 0 01600174 01597928 +supernumerary a 1 2 & + 1 0 01581305 +superordinate a 1 1 & 1 0 02340003 +superpatriotic a 1 1 & 1 0 01740358 +superposable a 1 1 & 1 0 00561896 +supersaturated a 1 1 & 1 0 00758150 +superscript a 1 2 ! ; 1 0 02349685 +supersensitised a 1 1 & 1 0 02360944 +supersensitive a 1 1 & 1 0 02360944 +supersensitized a 1 1 & 1 0 02360944 +supersonic a 2 2 ! & 2 1 00175887 00175300 +superstitious a 1 2 & + 1 1 01927061 +supervised a 1 1 ! 1 0 02350205 +supervisory a 1 2 \ + 1 0 02904372 +supine a 2 1 & 2 1 01239781 00040058 +supperless a 1 1 & 1 0 01269907 +supple a 3 2 & + 3 0 01140290 01024228 01022785 +supplemental a 2 2 & + 2 1 01854129 00049879 +supplementary a 2 2 & + 2 1 01854129 00049879 +suppliant a 1 1 & 1 0 00714889 +supplicant a 1 2 & + 1 0 00714889 +supplicatory a 1 2 & + 1 0 00714889 +supportable a 1 1 & 1 0 02435206 +supported a 2 2 ! & 2 0 02352650 02350729 +supporting a 2 1 & 2 1 02356244 00217428 +supportive a 1 4 ! & ^ + 1 1 02354537 +supposable a 1 1 & 1 0 02418412 +supposed a 4 1 & 4 2 01617255 01414137 01916555 00861216 +suppositional a 1 2 & + 1 0 00861216 +suppositious a 1 2 & + 1 0 00861216 +supposititious a 1 2 & + 1 0 00861216 +suppressed a 3 2 ! & 3 0 00470111 02166159 01316808 +suppressive a 1 2 & + 1 0 02005065 +suppurative a 1 3 ! \ + 1 0 02805735 +supranational a 1 1 & 1 0 01569366 +supranormal a 1 1 & 1 0 01600174 +supraocular a 1 1 \ 1 0 02805966 +supraorbital a 1 1 \ 1 0 02805966 +suprasegmental a 1 2 & ; 1 0 02478052 +supreme a 4 1 & 4 4 01579467 00792641 02344512 01495912 +surd a 1 1 & 1 0 02286294 +sure a 9 5 ! & ^ = + 9 5 00336831 00309740 00340239 02094633 00724397 02465978 02461586 02302822 00335895 +sure-enough a 1 1 & 1 1 01116118 +sure-fire a 1 1 & 1 0 02332845 +sure-footed a 2 1 & 2 0 02302941 00306909 +sure-handed a 1 1 & 1 0 02227772 +sure_as_shooting a 1 1 & 1 0 00336041 +surefooted a 2 1 & 2 0 02302941 00306909 +surface a 1 2 ! & 1 1 02471091 +surface-active a 1 1 & 1 0 00042982 +surface-assimilative a 1 1 & 1 0 00008206 +surface-to-air a 1 1 ! 1 0 00091121 +surficial a 1 2 \ + 1 0 02806098 +surgical a 3 4 ! & \ + 3 0 02888968 01169194 00022852 +surging a 1 1 & 1 1 00304455 +surly a 1 2 & + 1 1 01139067 +surmisable a 1 1 & 1 0 02418412 +surmountable a 2 3 ! & ^ 2 0 02356820 01725031 +surmounted a 1 1 < 1 1 03149619 +surpassing a 2 1 & 2 0 02344793 01676026 +surpliced a 1 1 & 1 0 00456855 +surplus a 1 1 & 1 1 01581305 +surprised a 1 2 ! & 1 1 02357479 +surprising a 1 4 ! & ^ + 1 1 02359464 +surreal a 2 1 & 2 0 01943067 01939226 +surrealistic a 1 2 & + 1 0 01943067 +surreptitious a 2 1 & 2 0 02088974 01706465 +surrogate a 1 1 & 1 0 01406418 +surrounded a 1 1 & 1 1 01658666 +surrounding a 1 1 & 1 1 00449332 +surviving a 1 1 & 1 1 00928874 +susceptible a 2 5 ! & ^ = + 2 1 02360448 02365142 +suspect a 1 2 & ; 1 1 01917594 +suspected a 1 1 ! 1 0 02370212 +suspended a 1 1 & 1 1 02351692 +suspenseful a 1 1 & 1 0 02405805 +suspensive a 2 1 & 2 0 02405805 00686789 +suspicious a 2 3 & + ; 2 2 02464277 01917594 +sustainable a 1 2 \ + 1 0 02806261 +sustained a 2 1 & 2 0 00596639 00596358 +sustentacular a 1 2 \ + 1 0 02806435 +susurrant a 1 2 & + 1 0 01456038 +susurrous a 1 1 & 1 0 01456221 +svelte a 3 1 & 3 0 02271177 01140290 00990855 +swagger a 1 2 & ; 1 0 00972354 +swaggering a 2 1 & 2 1 01891109 00066703 +swallow-tailed a 1 1 & 1 0 00320614 +swampy a 1 2 & + 1 0 02548066 +swank a 1 1 & 1 0 00973434 +swanky a 1 2 & + 1 0 00973434 +swart a 1 2 & ; 1 1 00245458 +swarthy a 1 3 & + ; 1 1 00245458 +swashbuckling a 1 1 & 1 0 00066703 +swayback a 1 1 & 1 0 01020117 +swaybacked a 1 1 & 1 1 01020117 +swazi a 1 1 \ 1 0 03121723 +swedish a 1 1 \ 1 1 02959720 +sweeping a 2 1 & 2 1 02561560 00774182 +sweet a 10 4 ! & ^ + 10 7 02368336 01459949 01501821 01808671 01808413 01052611 02367604 01073707 02370083 02338197 +sweet-breathed a 1 1 & 1 0 00267774 +sweet-faced a 1 1 & 1 1 00236200 +sweet-flavored a 1 1 & 1 0 02338197 +sweet-scented a 1 1 & 1 0 01052611 +sweet-smelling a 1 1 & 1 1 01052611 +sweetened a 1 1 & 1 0 02338197 +sweetheart a 1 1 & 1 0 01864279 +sweetish a 1 1 & 1 0 02368718 +swell a 1 2 & ; 1 1 01123879 +swelled a 1 1 & 1 1 01890187 +sweltering a 1 1 & 1 1 01250393 +sweltry a 1 1 & 1 0 01250393 +swept a 1 2 ! & 1 0 02370752 +sweptback a 2 2 & ; 2 0 02370894 00201722 +sweptwing a 1 2 & ; 1 0 02371077 +swift a 1 2 & + 1 1 00978199 +swift-footed a 1 1 & 1 0 01031602 +swimming a 2 2 & ; 2 0 02473371 01233225 +swingeing a 1 2 & ; 1 0 01129371 +swinging a 1 1 & 1 0 02020011 +swingy a 1 2 & + 1 1 02020011 +swinish a 2 1 & 2 0 01949859 00011327 +swish a 1 2 & ; 1 0 00975778 +swishy a 1 2 & + 1 0 01921868 +swiss a 1 1 \ 1 1 02960975 +swollen a 1 1 & 1 0 01891773 +swollen-headed a 1 1 & 1 0 01891773 +swooning a 1 1 & 1 0 02544525 +sword-shaped a 1 1 & 1 0 02168248 +swordlike a 1 1 & 1 0 02168248 +sworn a 2 2 ! & 2 1 00518549 02371343 +sybaritic a 1 2 & + 1 0 01298239 +sycophantic a 2 2 & + 2 0 02181231 00790394 +syllabic a 5 4 ! & \ + 5 0 02806721 02806565 02290265 02288668 02288350 +syllabled a 1 1 & 1 0 02289659 +syllogistic a 1 2 \ + 1 0 02910644 +sylphlike a 1 1 & 1 0 01140290 +sylvan a 1 1 & 1 0 02574481 +symbiotic a 1 3 & + ; 1 0 00727268 +symbolic a 3 3 & \ + 3 3 02806907 01982186 02807163 +symbolical a 2 3 & \ + 2 0 02806907 01982186 +symmetric a 1 3 & ^ + 1 1 02371718 +symmetrical a 2 4 ! & ^ + 2 2 02371718 00894029 +sympathetic a 6 6 ! & ^ \ + ; 6 3 03008013 02374914 01372948 02376277 02072923 01163589 +sympathomimetic a 1 0 1 0 02604543 +sympatric a 1 3 ! + ; 1 0 02376809 +sympetalous a 1 1 & 1 0 01775980 +symphonic a 2 3 & \ + 2 1 03002040 01163941 +symphonious a 1 1 & 1 0 01163941 +symptomatic a 2 3 & \ + 2 1 00357254 02807249 +symptomless a 1 1 & 1 0 02540899 +synaesthetic a 1 2 \ + 1 0 02808126 +synaptic a 1 2 \ + 1 0 02933954 +syncarpous a 1 3 ! + ; 1 0 00113663 +syncategorematic a 1 4 ! & + ; 1 0 02593269 +synchronal a 1 2 & ^ 1 0 02377651 +synchronic a 3 5 ! & ^ + ; 3 0 02377651 02377186 02379323 +synchronised a 1 1 & 1 0 02379455 +synchronized a 1 1 & 1 0 02379455 +synchronous a 2 4 ! & ^ + 2 1 02377651 02380565 +synclinal a 1 2 ! ; 1 0 00109133 +syncopated a 1 1 & 1 0 02020810 +syncretic a 2 2 \ + 2 0 02807775 02807478 +syncretical a 2 2 \ + 2 0 02807775 02807478 +syncretistic a 2 2 \ + 2 0 02807775 02807478 +syncretistical a 2 2 \ + 2 0 02807775 02807478 +syndetic a 1 2 ! ; 1 0 02381089 +synecdochic a 1 2 & + 1 0 01420488 +synecdochical a 1 2 & + 1 0 01420488 +synergetic a 1 2 & + 1 0 00620341 +synergistic a 3 4 ! & \ + 3 1 00623356 02946888 00620341 +synesthetic a 1 2 \ + 1 0 02808126 +synoecious a 1 1 & 1 0 01543361 +synoicous a 1 1 & 1 0 01543361 +synonymous a 1 3 ! & + 1 1 02381302 +synoptic a 2 3 & \ + 2 0 02808380 02064537 +synoptical a 1 1 & 1 0 02064537 +synovial a 1 2 \ + 1 0 02808548 +synsemantic a 1 2 & ; 1 0 02593578 +syntactic a 1 2 \ + 1 1 02880557 +syntactical a 1 2 \ + 1 0 02880557 +syntagmatic a 1 3 ! \ + 1 0 02808653 +synthetic a 6 5 ! & ^ + ; 6 1 01573568 00112628 00111856 00111129 01572458 01118409 +synthetical a 2 3 ^ + ; 2 0 00112628 00111129 +syphilitic a 1 2 \ + 1 0 03121855 +syrian a 1 2 \ + 1 1 03016519 +syrupy a 3 1 & 3 1 02368566 02417028 02338037 +systematic a 2 4 ! ^ + ; 2 1 02382934 03018498 +systemic a 1 1 & 1 0 01426273 +systolic a 1 1 \ 1 0 03121996 +t-shaped a 1 1 & 1 0 02150569 +tabby a 1 1 & 1 0 01787548 +table_d'hote a 1 1 ! 1 0 02453035 +taboo a 2 1 & 2 1 01761375 02056761 +tabu a 2 1 & 2 0 02056761 01761375 +tabular a 2 3 & \ + 2 0 03122633 00659617 +tacit a 1 1 & 1 0 00942163 +taciturn a 1 4 ! & ^ + 1 0 02383380 +tacky a 2 2 & + 2 0 02550891 02393791 +tactful a 2 4 ! & ^ + 2 0 02384383 00759169 +tactical a 1 2 \ + 1 0 02951000 +tactile a 2 3 & \ + 2 1 02869097 02391683 +tactless a 2 4 ! & ^ + 2 0 02384843 00063953 +tactual a 2 2 & \ 2 1 02869097 02391683 +tadpole-shaped a 1 1 & 1 0 02150658 +tagged a 1 0 1 1 01379705 +tahitian a 1 2 \ + 1 0 03122221 +tai a 3 1 \ 3 0 03117012 03116809 03116651 +tail-shaped a 1 1 & 1 0 00320756 +tailed a 1 1 & 1 0 00320064 +tailless a 1 1 & 1 0 00320985 +taillike a 1 1 & 1 0 00319965 +tailor-made a 1 1 & 1 0 00672382 +tailored a 2 1 & 2 1 01793985 00672382 +tainted a 1 1 & 1 0 01070716 +taiwanese a 1 1 \ 1 0 03122400 +tajikistani a 1 1 \ 1 0 02963404 +take-away a 1 2 & ; 1 0 01526262 +take-home a 1 1 & 1 0 01582698 +taken a 2 1 & 2 1 01378671 00071739 +taken_for_granted a 1 1 & 1 1 01618895 +taken_up a 1 1 & 1 1 00544478 +taken_with a 1 1 & 1 0 01465668 +takeout a 1 2 & ; 1 0 01526262 +taking a 1 1 & 1 0 00167829 +talebearing a 1 1 & 1 0 00496259 +talented a 1 1 ! 1 0 01119192 +talentless a 1 1 + 1 0 01119305 +taliped a 1 1 & 1 0 02141209 +talismanic a 1 2 & + 1 1 01577327 +talkative a 3 2 & + 3 1 02384077 00773299 00496938 +talky a 1 2 & + 1 1 02384077 +tall a 4 6 ! & ^ = + ; 4 1 02385102 02017721 00748563 00646117 +tall-growing a 1 2 & ; 1 1 02386002 +tall-stalked a 1 1 & 1 0 02386305 +tallish a 1 1 & 1 0 02386545 +taloned a 1 1 & 1 0 00145883 +tamable a 1 2 & + 1 0 02451828 +tame a 4 5 ! & ^ = + 4 1 00923232 02389946 02388145 02328916 +tameable a 1 2 & + 1 0 02451828 +tamed a 2 3 & ^ = 2 0 02388145 02389099 +tamil a 1 1 \ 1 0 03122750 +tan a 1 1 & 1 0 00384533 +tangential a 2 3 & \ + 2 1 01976360 02808830 +tangerine a 1 1 & 1 0 00384694 +tangible a 4 5 ! & ^ + ; 4 2 02391455 00013662 02392134 01717117 +tangled a 2 2 ! & 2 2 00255057 02176841 +tangy a 1 2 & + 1 0 02369460 +tanned a 2 2 ! & 2 1 00244958 01659355 +tannic a 1 2 \ + 1 0 03122923 +tannish a 1 1 & 1 0 00384615 +tansy-scented a 1 1 & 1 0 01057447 +tansy-smelling a 1 1 & 1 0 01057447 +tantalising a 2 1 & 2 0 01358846 01358695 +tantalizing a 2 1 & 2 2 01358846 01358695 +tantamount a 1 1 & 1 0 00890351 +tantric a 1 2 \ + 1 0 02926025 +tantrik a 1 1 \ 1 0 02926025 +tanzanian a 1 2 \ + 1 0 03123013 +taoist a 2 1 \ 2 0 02925655 02925492 +tape-recorded a 1 1 & 1 0 01423592 +taped a 2 1 & 2 1 01060570 01423592 +tapered a 1 1 & 1 0 02562909 +tapering a 2 1 & 2 0 02562909 02537513 +tapering_off a 1 1 & 1 0 02537513 +tapestried a 1 1 & 1 0 00059965 +tapped a 1 2 ! & 1 0 01659577 +tardive a 1 1 & 1 0 00819709 +tardy a 1 2 & + 1 0 01901186 +target-hunting a 1 1 & 1 1 01429260 +tarred-and-feathered a 1 1 & 1 1 01902003 +tarry a 1 1 & 1 0 00054364 +tarsal a 1 2 \ + 1 0 03123143 +tart a 2 2 & + 2 1 02369460 01804728 +tartarean a 1 2 & + 1 0 01304081 +tartaric a 1 2 \ + 1 0 03123296 +tasmanian a 1 2 \ + 1 0 02809010 +tassel-shaped a 1 1 & 1 0 02150489 +tasseled a 1 1 & 1 0 00060053 +tasselled a 1 1 & 1 0 00060053 +tasteful a 2 5 ! & ^ = + 2 1 02392878 00850648 +tasteless a 2 5 ! & ^ = + 2 0 02399399 02393401 +tasty a 1 5 ! & ^ = + 1 0 02395115 +tatterdemalion a 2 2 & + 2 0 02583619 00679717 +tattered a 2 1 & 2 1 02583619 00736671 +tattling a 1 1 & 1 0 00496259 +tatty a 2 2 & + 2 0 02583043 02393791 +taunting a 1 1 & 1 1 01995596 +taupe a 1 2 & + 1 0 00375090 +taurine a 1 1 \ 1 0 02809128 +taut a 2 2 & + 2 2 02403505 02405959 +tautologic a 1 2 & + 1 0 00549826 +tautological a 1 2 & + 1 0 00549826 +tawdry a 2 2 & + 2 1 02393791 02346351 +tawny a 1 2 & + 1 1 00384782 +tawny-brown a 1 1 & 1 0 00384782 +tawny-colored a 1 1 & 1 0 00401028 +tawny-coloured a 1 1 & 1 0 00401028 +tax-exempt a 1 1 & 1 1 02401288 +tax-free a 1 1 & 1 0 02401288 +taxable a 1 4 ! & ^ + 1 1 02400218 +taxing a 1 1 & 1 1 01189109 +taxonomic a 1 3 \ + ; 1 0 03018498 +taxonomical a 1 3 \ + ; 1 0 03018498 +taxpaying a 1 1 & 1 1 02366474 +tea-scented a 1 1 & 1 0 01057541 +teachable a 1 2 & + 1 0 02451634 +teal a 1 2 & + 1 0 00371163 +tearaway a 1 2 & ; 1 0 00326608 +tearful a 2 3 ! & + 2 0 02473141 01365239 +tearing a 1 1 & 1 0 01511854 +tearless a 1 2 ! & 1 0 02473977 +teary a 1 1 & 1 0 02473655 +teary-eyed a 1 1 & 1 0 02473655 +teased a 1 1 & 1 0 00920603 +teasing a 3 1 & 3 0 02123118 02098002 00089550 +technical a 5 4 ! & \ + 5 3 02809220 01108716 02809692 02227946 00484070 +technical-grade a 1 2 & ; 1 0 01908341 +technical_grade a 1 2 & ; 1 0 01908341 +technological a 2 3 & \ + 2 2 02084979 02809692 +technophilic a 1 1 \ 1 0 02809492 +technophobic a 1 1 \ 1 0 02809592 +techy a 1 1 & 1 0 01136541 +tectonic a 2 2 \ ; 2 0 02939099 02898121 +tedious a 2 2 & + 2 1 01345307 00549236 +teeming a 1 2 & + 1 0 00016350 +teen a 1 1 & 1 1 01647983 +teenage a 1 1 & 1 1 01647983 +teenaged a 1 1 & 1 0 01647983 +teensy a 1 2 & ; 1 1 01392633 +teensy-weensy a 1 2 & ; 1 0 01392633 +teentsy a 1 2 & ; 1 0 01392633 +teeny a 1 2 & ; 1 0 01392633 +teeny-weeny a 1 2 & ; 1 0 01392633 +teetotal a 1 1 & 1 0 00799953 +tegular a 1 1 \ 1 0 02854154 +telegnostic a 1 2 & + 1 0 02109162 +telegraphic a 2 3 & \ + 2 1 02910074 00548579 +telemetered a 1 1 \ 1 0 02809958 +teleological a 1 2 \ + 1 0 02991586 +telepathic a 1 2 & + 1 0 02109326 +telephonic a 1 2 \ + 1 0 03123434 +telescoped a 1 1 & 1 0 01437472 +telescopic a 3 2 & + 3 0 02517002 02157936 00466077 +telling a 3 2 & + 3 1 01305344 01770392 00835292 +telltale a 1 2 & + 1 1 01305344 +tellurian a 1 1 \ 1 0 02810102 +telluric a 2 2 \ + 2 0 02810417 02810102 +telocentric a 1 1 \ 1 0 03140707 +temerarious a 1 2 & + 1 0 00250483 +temperamental a 3 3 & \ + 3 0 02810552 00856325 00725227 +temperate a 3 4 ! & ^ + 3 0 02402559 02401590 01509367 +tempered a 2 2 ! & 2 0 01521542 01521139 +tempering a 1 1 & 1 0 01341731 +tempest-swept a 1 1 & 1 0 02456530 +tempest-tossed a 1 1 & 1 0 02456530 +tempest-tost a 1 1 & 1 0 02456530 +tempestuous a 2 2 & + 2 0 01742912 00304144 +temporal a 5 3 & ^ \ 5 1 01757914 02810882 02810739 02577061 01181904 +temporary a 2 4 & ^ = + 2 1 01755627 01089775 +temptable a 1 2 & + 1 0 02362904 +tempting a 2 2 & + 2 0 02097480 01358695 +ten a 1 1 & 1 1 02187296 +ten-fold a 1 1 & 1 0 02220207 +ten-membered a 1 1 & 1 0 01503760 +ten-sided a 1 1 & 1 0 00238862 +ten_thousand a 1 1 & 1 0 02198891 +tenable a 1 2 & + 1 1 01944492 +tenacious a 3 3 & ^ + 3 0 02005756 02327569 00053384 +tenanted a 1 1 & 1 0 01311814 +tended_to a 1 1 & 1 0 00308488 +tendencious a 1 2 & + 1 0 00730985 +tendentious a 1 2 & + 1 0 00730985 +tender a 8 5 ! & ^ + ; 8 5 02448889 01712753 01649561 01464700 02446651 02448166 02292421 00707206 +tenderhearted a 2 2 & + 2 0 01466207 00506852 +tenderised a 1 1 & 1 0 02447215 +tenderized a 1 1 & 1 0 02447215 +tending a 1 1 & 1 0 01292411 +tendinous a 1 2 \ + 1 0 02811265 +tendril-climbing a 1 1 \ 1 0 02811428 +tenebrific a 1 1 & 1 0 00276355 +tenebrious a 1 1 & 1 0 00276355 +tenebrous a 1 1 & 1 1 00276355 +tenfold a 1 1 & 1 0 02220207 +tenor a 2 2 & ; 2 0 01215263 01215136 +tense a 3 5 ! & ^ + ; 3 0 02405326 02404868 02403206 +tensed a 1 1 & 1 0 01008656 +tensile a 2 2 & \ 2 0 02811547 02144436 +tensional a 1 2 \ + 1 1 02811660 +tensionless a 1 1 & 1 1 02404793 +tentacled a 1 1 \ 1 0 02811908 +tentacular a 1 2 \ + 1 0 02811774 +tentative a 2 1 & 2 1 00556318 02130672 +tenth a 1 1 & 1 1 02203373 +tenuous a 3 2 & + 3 0 02417611 02415172 02164913 +tenured a 1 1 & 1 0 01527245 +tepid a 2 2 & + 2 1 02529581 00887472 +teratogenic a 1 2 \ + 1 0 02811980 +terefah a 1 2 & ; 1 0 00428121 +terete a 1 2 & ; 1 0 02047603 +terminable a 1 1 & 1 0 01758038 +terminal a 5 3 ! & \ 5 0 02812306 02812147 01016035 01010271 00994073 +terminated a 2 2 & ; 2 0 01003277 00938305 +terminative a 1 2 & + 1 0 01010569 +terminological a 1 2 \ + 1 0 03123561 +ternary a 1 1 & 1 0 02218547 +ternate a 1 1 & 1 0 02174305 +terpsichorean a 1 2 \ + 1 0 03123695 +terrene a 2 2 & \ 2 0 02810102 01181446 +terrestrial a 5 3 ! & \ 5 2 02810102 02780093 00124918 02578035 01181661 +terrible a 4 3 & + ; 4 3 00193799 01126291 01513050 01677200 +terrific a 3 1 & 3 2 01513619 01676517 00196449 +terrified a 1 1 & 1 1 00080357 +terrifying a 1 1 & 1 1 00196449 +territorial a 3 5 ! & \ + ; 3 1 02812482 02409500 02408611 +terror-stricken a 1 1 & 1 1 00080981 +terror-struck a 1 1 & 1 1 00080981 +terse a 1 2 & + 1 1 00547641 +tertian a 2 1 \ 2 0 03123964 03123830 +tertiary a 1 1 & 1 0 02202307 +tessellated a 2 1 & 2 0 01790938 00059326 +testaceous a 1 2 \ + 1 0 02812697 +testamentary a 1 2 \ + 1 0 02812838 +testate a 1 3 ! + ; 1 0 02444758 +tested a 2 1 & 2 2 01894196 00724596 +testicular a 1 2 \ + 1 0 02933304 +testimonial a 2 2 \ + 2 0 02813162 02812989 +testy a 1 2 & + 1 0 01136541 +tetanic a 2 1 \ 2 0 03124201 03124111 +tetchy a 1 2 & + 1 0 01136541 +tete-a-tete a 1 2 & + 1 0 01860890 +tethered a 1 1 & 1 0 00253757 +tetragonal a 1 2 \ + 1 0 02834480 +tetramerous a 1 2 & ; 1 0 00239185 +tetrametric a 1 2 \ + 1 0 02834603 +tetravalent a 1 2 \ ; 1 0 03124290 +teutonic a 1 1 \ 1 1 02958126 +texan a 1 2 \ + 1 0 03124392 +textbook a 1 1 & 1 0 02295511 +textile a 1 1 \ 1 0 03124541 +textual a 1 2 \ + 1 0 02925879 +textured a 1 1 & 1 1 02243086 +thai a 3 2 \ + 3 0 03117012 03116809 03116651 +thalamocortical a 1 1 \ 1 0 02982956 +thalassic a 1 1 \ 1 0 02889978 +thalloid a 1 1 \ 1 0 03142399 +thallophytic a 1 2 \ + 1 0 03142512 +thankful a 1 2 & + 1 0 01146493 +thankless a 2 1 & 2 0 01147044 02016145 +thawed a 2 1 & 2 0 01506661 01080197 +theatrical a 2 4 ! & \ + 2 2 02813315 00796047 +theban a 2 1 \ 2 0 02813557 02813437 +theist a 1 2 \ + 1 0 02931345 +theistic a 1 2 \ + 1 1 02931345 +theistical a 1 2 \ + 1 0 02931345 +thematic a 2 3 ! \ + 2 1 02813680 02813978 +then a 1 1 & 1 1 01731108 +thenal a 1 2 \ + 1 0 02814104 +thenar a 1 2 \ + 1 0 02814104 +theocratic a 1 2 \ + 1 0 02990819 +theological a 1 2 \ + 1 1 02907000 +theoretic a 1 2 & + 1 0 00860611 +theoretical a 2 2 ! & 2 1 00860611 00862327 +theory-based a 1 1 & 1 0 00862190 +theosophical a 1 2 \ + 1 0 03124657 +therapeutic a 2 3 & \ + 2 2 01165943 02914213 +therapeutical a 1 2 \ + 1 0 02914213 +thermal a 3 4 ! & \ + 3 1 02814453 02814352 01250565 +thermic a 1 1 \ 1 0 02814453 +thermionic a 1 2 \ + 1 0 03124786 +thermodynamic a 1 2 \ + 1 1 02908041 +thermodynamical a 1 2 \ + 1 0 02908041 +thermoelectric a 1 2 \ + 1 0 02814878 +thermoelectrical a 1 1 \ 1 0 02814878 +thermogravimetric a 1 2 \ + 1 1 03003031 +thermohydrometric a 1 2 \ + 1 0 03003031 +thermolabile a 1 2 & ; 1 0 01929312 +thermometric a 1 2 \ + 1 1 03124931 +thermonuclear a 1 1 & 1 0 00610734 +thermoplastic a 1 2 ! + 1 0 02409849 +thermoset a 1 0 1 0 02410156 +thermosetting a 1 1 ! 1 0 02410156 +thermostatic a 1 2 \ + 1 0 03125096 +thespian a 1 2 \ + 1 0 03125227 +thick a 10 6 ! & ^ = + ; 10 4 02410393 00539009 02415390 01337314 02387413 01771839 01513776 00452114 00440292 00015480 +thick-billed a 1 1 & 1 0 00207389 +thick-bodied a 1 1 & 1 0 00629068 +thick-branched a 1 1 & 1 0 00614518 +thick-haired a 1 1 & 1 0 00216079 +thick-lipped a 1 1 & 1 0 01704523 +thick-skinned a 1 1 & 1 0 02108098 +thick-skulled a 1 1 & 1 1 00440292 +thick-stemmed a 1 1 & 1 0 00321928 +thickened a 3 1 & 3 1 02411798 02447569 02417170 +thickening a 2 1 & 2 1 01340691 02179167 +thicket-forming a 1 1 & 1 0 02574614 +thickheaded a 1 1 & 1 0 00440292 +thickly_settled a 1 1 & 1 1 01312376 +thickset a 2 1 & 2 0 02387413 00539687 +thickspread a 1 1 & 1 1 01698000 +thieving a 1 1 & 1 1 01225294 +thievish a 1 2 & + 1 0 01225294 +thimble-shaped a 1 1 & 1 0 02150750 +thin a 8 5 ! & ^ = + 8 5 02412164 00988232 02562566 00542359 02417301 01458054 02282277 02164913 +thin-bodied a 1 1 & 1 0 00628881 +thin-shelled a 1 1 & 1 0 02596905 +thin-skinned a 1 1 & 1 0 02106509 +thinkable a 1 3 ! & ^ 1 0 02417895 +thinking a 1 1 & 1 0 01926089 +thinned a 1 1 & 1 0 00756327 +third a 1 1 & 1 1 02202307 +third-dimensional a 1 1 & 1 1 00660809 +third-rate a 1 1 & 1 0 02348285 +third-year a 1 1 & 1 0 01015185 +thirdhand a 1 1 & 1 0 01855204 +thirsty a 4 3 ! & + 4 1 02554140 01270004 00888200 00007697 +thirteen a 1 1 & 1 1 02187606 +thirteenth a 1 1 & 1 1 02203763 +thirtieth a 1 1 & 1 1 02205838 +thirty a 1 1 & 1 1 02189306 +thirty-eight a 1 1 & 1 0 02190080 +thirty-eighth a 1 1 & 1 0 02206762 +thirty-fifth a 1 1 & 1 0 02206409 +thirty-first a 1 1 & 1 0 02205947 +thirty-five a 1 1 & 1 0 02189786 +thirty-four a 1 1 & 1 0 02189688 +thirty-fourth a 1 1 & 1 0 02206291 +thirty-nine a 1 1 & 1 0 02190182 +thirty-ninth a 1 1 & 1 0 02206881 +thirty-one a 1 1 & 1 0 02189396 +thirty-second a 1 1 & 1 0 02206056 +thirty-seven a 1 1 & 1 0 02189979 +thirty-seventh a 1 1 & 1 0 02206642 +thirty-six a 1 1 & 1 0 02189883 +thirty-sixth a 1 1 & 1 0 02206526 +thirty-third a 1 1 & 1 0 02206173 +thirty-three a 1 1 & 1 0 02189587 +thirty-two a 1 1 & 1 0 02189491 +thistlelike a 1 1 & 1 0 00145805 +thoracic a 1 1 \ 1 0 02860389 +thoreauvian a 1 2 \ + 1 0 03038401 +thoriated a 1 1 < 1 1 03154649 +thorn-tipped a 1 1 & 1 0 02431440 +thornless a 1 1 & 1 0 00146128 +thorny a 2 2 & + 2 0 00748674 00145083 +thorough a 2 2 & + 2 2 00311505 00522463 +thoroughbred a 1 1 & 1 0 01903965 +thoroughgoing a 2 1 & 2 1 00522463 01520091 +thought-provoking a 1 1 & 1 0 02306598 +thoughtful a 5 5 ! & ^ = + 5 3 01873295 02418872 02119971 01194483 00639230 +thoughtless a 2 5 ! & ^ = + 2 2 02420530 00639594 +thousand a 1 1 & 1 1 02198752 +thousandth a 1 1 & 1 0 02212473 +thracian a 1 1 \ 1 0 02972821 +threadbare a 2 1 & 2 1 01688757 02583898 +threaded a 1 1 \ 1 0 02815039 +threadlike a 1 1 & 1 0 02413851 +thready a 2 2 & + 2 0 02416765 02413851 +threatened a 1 2 & ; 1 1 02524688 +threatening a 2 1 & 2 1 00194357 00462409 +three a 1 1 & 1 1 02186580 +three-cornered a 2 1 & 2 0 02049323 00239325 +three-d a 1 1 & 1 0 00660809 +three-dimensional a 2 3 & = + 2 1 00660809 00657198 +three-figure a 1 1 & 1 0 01915849 +three-fold a 2 1 & 2 0 02218834 02217799 +three-hundredth a 1 1 & 1 0 02212108 +three-lane a 1 1 & 1 0 02221821 +three-legged a 1 1 & 1 0 01429870 +three-lipped a 1 1 & 1 0 01704599 +three-lobed a 2 1 & 2 0 02174542 00239444 +three-membered a 1 1 & 1 0 01502796 +three-needled a 1 1 & 1 0 02169081 +three-party a 1 1 & 1 0 00240008 +three-petaled a 1 1 & 1 0 01776423 +three-petalled a 1 1 & 1 0 01776423 +three-piece a 1 1 ! 1 0 01650193 +three-ply a 1 1 & 1 0 02411913 +three-pronged a 1 1 & 1 0 02482932 +three-seeded a 1 1 & 1 0 02255928 +three-sided a 1 1 & 1 0 00239847 +three-way a 1 1 & 1 1 00240008 +three-wheel a 1 1 \ 1 0 02731174 +three-wheeled a 1 1 \ 1 0 02731174 +three-year-old a 1 1 & 1 0 01647750 +three_hundred a 1 1 & 1 0 02198409 +threefold a 2 1 & 2 0 02218834 02217799 +threepenny a 2 1 & 2 0 02224790 00935359 +threescore a 1 1 & 1 0 02192184 +thriftless a 1 2 & + 1 0 01896299 +thrifty a 2 4 ! & ^ + 2 1 02421158 01895099 +thrilled a 1 1 & 1 0 00920704 +thrillful a 1 1 & 1 1 00920797 +thrilling a 2 1 & 2 1 00921866 02307199 +thriving a 1 1 & 1 1 02331857 +throated a 1 2 & ; 1 0 01209542 +throaty a 1 2 & + 1 0 01216317 +throbbing a 1 1 & 1 1 02020897 +thrombosed a 1 1 & 1 1 01622188 +thronged a 1 1 & 1 1 00560284 +through a 2 1 & 2 1 01003536 00762168 +through_with a 2 1 & 2 1 01003536 01003822 +throwaway a 2 1 & 2 0 02528206 00776706 +throwback a 1 1 & 1 0 01877182 +thrown a 2 2 & ; 2 0 02493395 00256237 +thrown-away a 1 1 & 1 0 02528206 +thrown_and_twisted a 1 2 & ; 1 1 00256237 +thudding a 1 1 & 1 1 02011622 +thumbed a 1 1 & 1 0 02584031 +thumping a 1 2 & ; 1 0 01388062 +thundering a 2 1 & 2 2 01922030 01286375 +thunderous a 2 2 & + 2 1 01453467 00178464 +thunderstruck a 1 1 & 1 0 02358277 +thundery a 2 2 & + 2 0 01453467 00306034 +thwarted a 1 1 & 1 0 02333976 +thwarting a 1 1 & 1 0 01764745 +thwartwise a 1 1 & 1 0 01445917 +thyroid a 2 1 \ 2 0 02981329 02981115 +thyroidal a 1 2 \ + 1 1 02981329 +thyrotoxic a 1 1 \ 1 1 02981224 +tibetan a 1 2 \ + 1 1 02965696 +tibial a 1 2 \ + 1 0 02815135 +tickling a 1 1 & 1 0 00922439 +ticklish a 1 1 & 1 0 00746994 +tidal a 1 2 \ + 1 0 02815241 +tiddly a 1 1 & 1 0 00798384 +tidy a 3 4 ! & ^ + 3 0 02422685 02427594 00624576 +tie-on a 1 1 & 1 0 00161993 +tied a 5 2 ! & 5 2 00253869 02478215 00254746 00254516 00892243 +tied_up a 1 1 & 1 1 00293882 +tiered a 1 1 \ 1 0 02815361 +tiger-striped a 1 1 & 1 0 01791036 +tigerish a 1 1 & 1 0 01508320 +tight a 14 5 ! & ^ + ; 14 6 01447302 02403505 02526441 01655538 01113807 00017186 01398199 02232739 02095670 00890622 00798103 00747727 00711059 00503157 +tight-fitting a 1 1 & 1 0 01448178 +tight-knit a 1 1 & 1 0 01328877 +tight-laced a 1 1 & 1 0 01880163 +tight_fitting a 1 1 & 1 0 01448178 +tightfisted a 1 2 & + 1 0 01113505 +tightfitting a 1 1 & 1 0 01448178 +tightlipped a 1 1 & 1 0 00501004 +tightly_fitting a 1 1 & 1 1 01448178 +tightly_knit a 1 1 & 1 1 01328877 +tiled a 1 1 & 1 1 01698103 +tillable a 1 1 & 1 0 01865807 +tilled a 1 1 & 1 1 01833092 +tilted a 1 1 & 1 1 01234527 +timber-framed a 1 1 & 1 0 02429880 +timbered a 2 2 ! & 2 2 02429571 02574706 +time-consuming a 1 1 & 1 0 01441866 +time-honored a 2 1 & 2 0 01983672 01226997 +time-honoured a 2 1 & 2 0 01983672 01226997 +time-release a 1 1 \ 1 0 02815459 +time-tested a 1 1 & 1 0 00724596 +timed a 1 1 & 1 1 01960207 +timeless a 1 2 & + 1 0 00353431 +timely a 2 2 & + 2 2 01900771 01661529 +timeserving a 1 1 & 1 0 00931974 +timeworn a 1 1 & 1 1 01688757 +timid a 3 5 ! & ^ = + 3 1 00251809 00339941 00265989 +timorese a 1 1 \ 1 0 02815635 +timorous a 1 2 & + 1 0 00252498 +tined a 1 1 & 1 0 02482509 +tingling a 1 1 & 1 1 00922439 +tinkling a 1 1 & 1 0 02010831 +tinkly a 1 2 & + 1 0 02010831 +tinned a 1 1 & 1 0 01072112 +tinny a 3 4 & \ + ; 3 0 02815753 02346013 01529167 +tinpot a 1 2 & ; 1 0 02503900 +tinseled a 1 1 & 1 0 00057737 +tinselly a 1 2 & + 1 0 00057737 +tiny a 1 2 & + 1 1 01392249 +tip-and-run a 1 1 & 1 0 01629493 +tip-tilted a 1 1 & 1 0 02140144 +tip-up a 1 1 & 1 0 00466229 +tipped a 2 3 ! & ; 2 1 02430756 01234527 +tippy a 1 2 & ; 1 0 02292421 +tipsy a 2 2 & + 2 1 00798384 02293386 +tiptoe a 1 1 & 1 0 01919793 +tiptop a 1 2 & ; 1 0 02341864 +tired a 2 3 ! & + 2 1 02431728 01688757 +tired_of a 1 1 & 1 1 01806677 +tireless a 2 2 & + 2 1 00874920 00754682 +tiresome a 1 2 & + 1 1 01345307 +tiring a 1 1 & 1 1 00837249 +titanic a 1 2 & + 1 1 01390683 +titillated a 1 1 & 1 0 00920603 +titillating a 3 1 & 3 1 00922344 02132080 00922439 +titled a 1 1 & 1 1 01591227 +tittering a 1 1 < 1 1 03154649 +titular a 5 3 & \ + 5 0 02816340 02816198 02815998 02815843 01043374 +titulary a 1 2 \ + 1 0 02816340 +toadyish a 2 1 & 2 0 02181231 00790394 +toasted a 1 1 & 1 0 00619119 +tobagonian a 1 2 \ + 1 0 03125370 +tod a 1 2 & ; 1 0 02251773 +toed a 1 2 ! & 1 0 01032029 +toeless a 1 1 ! 1 0 01032531 +toffee-nosed a 1 2 & ; 1 0 01861095 +together a 1 3 & + ; 1 1 01586194 +togged a 1 2 & ; 1 0 00456929 +togged_up a 1 1 & 1 0 00455824 +togolese a 1 1 \ 1 0 03125505 +toilet-trained a 1 1 & 1 0 01912483 +toiling a 1 1 & 1 1 00293376 +toilsome a 1 2 & + 1 0 00836544 +token a 1 1 & 1 0 01496592 +tokenish a 1 1 & 1 1 01496592 +tolerable a 2 3 ! & ^ 2 0 02435026 02080937 +tolerant a 5 4 ! & ^ + 5 3 02436341 01041209 00286837 02435383 01736883 +toll-free a 1 1 \ 1 0 02816522 +tomboyish a 1 2 & + 1 0 01485708 +tomentose a 2 3 & \ ; 2 0 03021347 00216155 +tomentous a 1 2 & ; 1 0 00216155 +tonal a 2 5 ! & \ + ; 2 2 02816663 02437148 +tone-deaf a 1 1 & 1 0 00682662 +toned a 2 2 ! & 2 1 02437853 02430096 +toneless a 1 1 ! 1 0 02430238 +tongan a 1 2 \ + 1 0 03125643 +tongue-in-cheek a 1 1 & 1 1 01264913 +tongue-shaped a 1 1 & 1 0 02046736 +tongue-tied a 1 1 & 1 0 00152104 +tongued a 2 2 ! & 2 1 02430355 00153083 +tongueless a 2 2 ! & 2 0 02430659 00152285 +tonguelike a 1 1 & 1 0 02430563 +tonic a 5 5 ! & \ + ; 5 0 02816888 02816663 02320751 02438043 01357027 +tonsorial a 1 1 \ 1 0 03125792 +tonsured a 1 1 & 1 0 00212057 +too-careful a 1 1 & 1 1 00310943 +too-generous a 1 1 & 1 0 01111965 +too-greedy a 1 1 & 1 0 00011665 +too_bad a 1 1 & 1 1 01052038 +too_big_for_one's_breeches a 1 1 & 1 0 01890382 +too_large a 1 1 & 1 1 01390130 +toothed a 3 2 ! & 3 0 02438346 02247785 02246903 +toothless a 2 2 ! & 2 0 02439582 00835978 +toothlike a 1 1 & 1 0 02439303 +toothsome a 3 3 & ^ + 3 0 01716227 02396720 02132967 +toothy a 1 2 & + 1 0 02439377 +top a 1 3 ! & ^ 1 1 02439949 +top-down a 1 1 ! 1 0 02443155 +top-flight a 1 2 & ; 1 0 02344672 +top-grade a 1 1 & 1 1 00228173 +top-heavy a 1 1 & 1 0 02293497 +top-hole a 1 2 & ; 1 0 02344672 +top-notch a 1 2 & ; 1 0 02341864 +top-quality a 1 1 & 1 1 00228173 +top-secret a 1 1 & 1 0 00416301 +topical a 3 4 & \ + ; 3 1 01425895 02817339 00668053 +topknotted a 1 2 & ; 1 0 00057992 +topless a 2 2 ! & 2 0 02442082 00458488 +topmost a 1 1 & 1 0 02440461 +topnotch a 1 2 & ; 1 1 02341864 +topographic a 1 2 \ + 1 0 03018112 +topographical a 1 2 \ + 1 1 03018112 +topologic a 1 1 \ 1 0 02817533 +topological a 1 1 \ 1 0 02817533 +topped a 1 2 ! & 1 1 02441642 +topping a 1 2 & ; 1 0 02344672 +tops a 1 2 & ; 1 0 02341864 +topsy-turvy a 1 2 & + 1 1 02425529 +tormented a 2 1 & 2 1 01364585 02458046 +torn a 2 1 & 2 2 01318937 02483011 +toroidal a 1 2 \ + 1 0 02817647 +torpid a 2 3 & + ; 2 1 00034322 00188155 +torrential a 3 3 & \ + 3 0 02817796 00601250 00016532 +torrid a 3 2 & + 3 0 01726235 01257330 01250694 +tortious a 1 1 \ 1 0 02817999 +tortuous a 3 2 & + 3 1 02176841 02313784 00769121 +tortured a 1 1 & 1 1 01364585 +torturesome a 1 1 & 1 0 01711724 +torturing a 1 1 & 1 1 01711724 +torturous a 1 2 & + 1 0 01711724 +torulose a 1 2 & ; 1 0 02142446 +total a 2 2 & + 2 2 00515380 00522885 +totaled a 1 1 & 1 0 00736879 +totalistic a 1 2 \ + 1 1 02818111 +totalitarian a 2 2 & \ 2 1 00718635 02818111 +totemic a 1 2 \ + 1 1 02954331 +totipotent a 1 3 \ + ; 1 0 02818402 +tottering a 2 1 & 2 1 02305484 02293592 +tottery a 1 1 & 1 0 02305484 +touch-and-go a 1 1 & 1 0 02060496 +touchable a 1 2 & ^ 1 0 02391455 +touched a 3 3 ! & ^ 3 0 02445093 01559903 02075938 +touching a 1 1 & 1 1 01560821 +touchy a 2 2 & + 2 0 02106509 00746994 +touchy-feely a 1 2 & ; 1 0 01466305 +tough a 9 5 ! & ^ + ; 9 6 02448437 00748058 02447344 00707795 02512641 00478311 02445636 01127302 00746451 +tough-minded a 1 1 & 1 0 02448749 +tough-skinned a 2 1 & 2 0 02446551 02108098 +toughened a 2 2 & ^ 2 0 02447344 01521542 +toupeed a 1 1 & 1 0 02564810 +touristed a 1 1 & 1 0 01816696 +touristy a 1 2 & + 1 0 01816696 +tousled a 1 1 & 1 1 02425220 +towering a 1 1 & 1 0 01205473 +towheaded a 1 1 & 1 0 00243945 +toxic a 1 4 ! & ^ + 1 1 02449430 +toxicant a 1 1 & 1 0 02450512 +toxicologic a 1 2 \ + 1 0 02912848 +toxicological a 1 2 \ + 1 0 02912848 +trabeate a 1 2 & ; 1 0 02314756 +trabeated a 1 2 & ; 1 0 02314756 +trabecular a 1 2 \ + 1 0 02943954 +trabeculate a 1 1 \ 1 0 02943954 +traceable a 2 2 ! & 2 1 00172308 02453323 +tracheal a 1 2 \ + 1 0 02944089 +trackable a 1 0 1 0 02453323 +tracked a 1 2 ! & 1 0 02453616 +trackless a 2 2 ! & 2 0 02454081 00020241 +tractable a 2 5 ! & ^ = + 2 0 02451113 02362499 +tractile a 1 1 & 1 0 02144436 +tractive a 1 1 \ 1 0 02944235 +trademarked a 1 1 & 1 0 01110819 +traditional a 2 3 ! & + 2 2 00611047 01690767 +traditionalist a 1 1 & 1 0 00575012 +traditionalistic a 1 2 & + 1 0 00611754 +tragic a 2 4 & \ + ; 2 2 01363153 02973241 +tragical a 1 2 & + 1 0 01363153 +tragicomic a 3 4 & \ + ; 3 1 02973540 01363370 01267762 +tragicomical a 2 2 & + 2 0 01363370 01267762 +trained a 1 2 ! & 1 1 01911683 +traitorous a 1 2 & + 1 1 00962939 +tralatitious a 1 1 & 1 0 00611527 +tramontane a 2 2 ! & 2 0 00410449 01035858 +trancelike a 1 1 & 1 0 00437149 +tranquil a 2 2 & + 2 1 00302951 00529657 +tranquilising a 1 1 & 1 0 02308472 +tranquilizing a 1 1 & 1 0 02308472 +tranquillising a 1 1 & 1 0 02308472 +tranquillizing a 1 1 & 1 0 02308472 +transactinide a 1 2 \ + 1 0 02873213 +transalpine a 1 2 & + 1 0 00410668 +transatlantic a 1 1 \ 1 0 02946777 +transcendent a 2 2 & + 2 0 02344793 01374912 +transcendental a 2 3 & \ + 2 2 01577086 02873359 +transcontinental a 1 1 & 1 0 01567294 +transcribed a 1 2 & ; 1 0 01423187 +transcultural a 1 1 \ 1 1 02873042 +transcutaneous a 1 2 \ ; 1 0 02944327 +transdermal a 1 2 \ ; 1 0 02944327 +transdermic a 1 2 \ ; 1 0 02944327 +transeunt a 1 2 ! ; 1 0 01274125 +transferable a 2 2 & + 2 0 01523724 00093556 +transferrable a 2 1 & 2 0 01523724 00093556 +transfixed a 1 1 & 1 0 00865848 +transformable a 1 1 & 1 0 00348537 +transformed a 1 1 & 1 1 00354934 +transgender a 1 1 & 1 0 01202514 +transgendered a 1 1 & 1 0 01202514 +transient a 2 3 & + ; 2 0 01274125 01756292 +transistorised a 1 1 & 1 0 01095277 +transistorized a 1 1 & 1 0 01095277 +transitional a 1 1 \ 1 1 02944694 +transitive a 1 3 ! + ; 1 0 02488705 +transitory a 1 2 & + 1 0 01756292 +translatable a 2 2 ! & 2 0 02489092 00348537 +translational a 1 2 ! \ 1 0 03125925 +translucent a 1 2 & + 1 1 00432626 +translunar a 2 2 & \ 2 0 02757599 01180549 +translunary a 2 2 & \ 2 0 02757599 01180549 +transmissible a 3 3 & + ; 3 1 01303042 01314537 01314197 +transmittable a 1 1 & 1 0 01303042 +transmitted a 1 1 & 1 0 01314537 +transmontane a 1 1 & 1 0 00410449 +transmundane a 1 1 & 1 0 01577498 +transmutable a 1 2 & + 1 0 00348537 +transnational a 1 1 & 1 0 01569166 +transoceanic a 1 1 \ 1 0 02890492 +transonic a 1 0 1 0 00175528 +transparent a 4 2 & + 4 2 00431774 02413390 02318950 01619689 +transpiring a 1 1 < 1 1 03154786 +transplacental a 1 1 & 1 0 01831203 +transplantable a 1 1 & 1 1 01524632 +transpolar a 1 1 \ 1 0 02838470 +transportable a 1 1 & 1 0 01523724 +transposable a 1 2 & + 1 0 00918200 +transposed a 1 1 & 1 0 00201961 +transsexual a 1 2 & + 1 0 01202634 +transuranic a 1 1 \ 1 0 02873557 +transversal a 1 1 & 1 0 01445917 +transverse a 1 1 & 1 1 01445917 +transvestic a 1 2 & + 1 0 01202813 +transvestite a 1 2 & + 1 0 01202813 +trapezoidal a 1 2 \ + 1 0 02948984 +trapped a 1 1 & 1 1 01064913 +trashy a 2 2 & + 2 0 02503656 02393791 +traumatic a 2 3 & \ + 2 0 02944872 01712940 +travel-soiled a 1 1 & 1 0 00423569 +travel-stained a 1 1 & 1 0 00423569 +travel-worn a 1 1 & 1 0 02434307 +travelable a 1 1 & 1 0 01725129 +traveled a 2 2 ! & 2 2 02454206 00636391 +travelled a 1 1 & 1 0 00636391 +traversable a 1 1 & 1 0 01725129 +treacherous a 2 2 & + 2 1 02061126 00960094 +treacly a 1 2 & + 1 0 02368566 +treasonable a 1 1 & 1 0 00962939 +treasonous a 1 2 & + 1 0 00962939 +treasured a 1 1 & 1 1 01462625 +treated a 3 3 ! & ^ 3 1 01953635 01955272 01521542 +treble a 4 1 & 4 1 01214842 02218834 02218547 02217799 +tree-living a 1 0 1 0 00141818 +tree-shaped a 1 1 & 1 0 00613382 +treed a 1 1 & 1 0 01064913 +treeless a 1 2 & ^ 1 0 02575008 +treelike a 1 1 & 1 0 00613382 +tref a 1 2 & ; 1 0 00428121 +trembling a 1 1 & 1 1 02304565 +tremendous a 3 2 & ; 3 2 01385255 01676517 01677200 +tremulous a 1 1 & 1 0 02304987 +trenchant a 3 2 & + 3 0 01336371 00834959 00429016 +trend-setting a 1 1 & 1 0 00973568 +trendsetting a 1 1 & 1 0 00973568 +trendy a 1 2 & + 1 0 00973677 +trepid a 1 1 & 1 0 00252498 +trespassing a 1 1 & 1 0 01352320 +trial-and-error a 2 1 & 2 0 00860365 00093108 +triangular a 2 2 & + 2 1 02049428 00239847 +triangulate a 1 1 \ 1 0 02834246 +triassic a 1 1 \ 1 0 03126054 +tribadistic a 1 2 & + 1 0 01202994 +tribal a 1 2 \ + 1 1 03074922 +tributary a 3 1 & 3 0 01855348 01617410 00323426 +tricentenary a 1 1 \ 1 0 02999398 +tricentennial a 1 1 \ 1 0 02999398 +trichromatic a 1 1 & 1 0 00401125 +trichrome a 1 1 & 1 1 00401125 +tricked-out a 1 1 & 1 0 00060151 +tricksy a 1 2 & + 1 0 00148078 +tricky a 3 2 & + 3 0 02466734 00746819 00148078 +triclinic a 1 2 ! ; 1 0 00366185 +tricolor a 1 1 & 1 1 00401125 +tricuspid a 1 1 & 1 0 02049648 +tricuspidate a 1 1 & 1 0 02049648 +tried a 2 1 & 2 0 01894196 00724596 +tried_and_true a 1 1 & 1 0 00724596 +triennial a 1 1 & 1 0 01969606 +trifid a 1 2 & ; 1 0 02483198 +trifling a 1 1 & 1 0 02502994 +trifoliate a 1 1 & 1 0 02174417 +trifoliated a 1 1 & 1 0 02174417 +trifoliolate a 1 1 & 1 0 02174417 +trig a 1 1 & 1 0 02423073 +trigger-happy a 2 1 & 2 1 01998989 01511854 +trigonal a 1 2 & ; 1 1 02373467 +trigonometric a 1 2 \ + 1 0 02912518 +trihydroxy a 1 1 \ 1 0 03126310 +trilateral a 2 1 & 2 0 01946167 00239847 +trilingual a 1 1 & 1 0 01546110 +trilled a 1 1 & 1 0 01878227 +trillion a 2 2 & ; 2 0 02199813 02199699 +trillionth a 1 1 & 1 0 02212805 +trilobate a 1 1 & 1 0 02174542 +trilobated a 1 1 & 1 0 02174542 +trilobed a 1 1 & 1 0 02174542 +trim a 4 2 & + 4 1 00991301 02423649 02423073 01793985 +trimmed a 1 2 ! & 1 0 02454750 +trimotored a 1 1 & 1 0 01559728 +trinidadian a 1 2 \ + 1 0 03126175 +trinuclear a 1 1 ; 1 0 00241530 +trinucleate a 1 2 ! ; 1 0 00241530 +trinucleated a 1 1 ; 1 0 00241530 +tripartite a 1 1 & 1 0 00240008 +tripinnate a 1 1 & 1 0 02174678 +tripinnated a 1 1 & 1 0 02174678 +tripinnatifid a 1 1 & 1 0 02174781 +triple a 2 1 & 2 1 02218547 02218834 +triple-crown a 2 2 & ; 2 0 02333147 02332956 +triplex a 1 1 & 1 0 02218547 +triploid a 1 2 & ; 1 0 01148086 +tripping a 2 1 & 2 0 02020011 01192393 +triskaidekaphobic a 1 2 & + 1 0 00081087 +tritanopic a 1 2 & + 1 0 02160696 +trite a 1 2 & + 1 1 01688757 +triumphal a 2 3 & \ + 2 0 03013412 00704898 +triumphant a 2 2 & + 2 2 00704898 00695209 +triune a 1 1 & 1 0 02219015 +trivalent a 1 2 \ ; 1 0 03126399 +trivial a 3 3 & + ; 3 1 01280908 02165432 02121735 +trochaic a 1 3 \ + ; 1 0 03126499 +trojan a 1 2 \ + 1 0 03126638 +trompe-l'oeil a 1 1 & 1 0 01935581 +trophic a 1 1 \ 1 0 02945002 +trophoblastic a 1 2 \ + 1 0 03126787 +trophotropic a 1 2 \ + 1 1 03126922 +tropic a 2 2 & + 2 0 02443907 01250835 +tropical a 4 4 & \ + ; 4 2 02443907 02929500 01420899 01250835 +trouble-free a 1 1 & 1 0 02459969 +troubled a 2 3 ! & ^ 2 2 02455297 01923720 +troublesome a 1 2 & + 1 1 00748795 +troubling a 1 1 & 1 0 01189386 +troublous a 1 2 & + 1 0 02458973 +trousered a 1 1 & 1 0 00454984 +truant a 1 2 & + 1 0 01848171 +truculent a 1 2 & + 1 1 00084795 +true a 12 5 ! & ^ = + 12 3 02460502 00023120 00959530 01225398 02469756 02465519 02180277 01938508 01470649 01407267 01163759 00911204 +true-blue a 1 1 & 1 0 00962476 +true-false a 1 1 ! 1 0 02221017 +true-to-life a 1 1 & 1 0 01941383 +true_to a 1 1 & 1 0 00960856 +true_to_life a 1 1 & 1 0 01941383 +truehearted a 1 1 & 1 0 00959244 +trumped-up a 1 1 & 1 0 02462375 +trumpet-like a 1 1 & 1 0 01454402 +trumpet-shaped a 1 1 & 1 0 02150842 +truncate a 1 1 & 1 0 01437752 +truncated a 2 1 & 2 0 01442597 01437752 +trussed a 1 1 & 1 0 00253869 +trusted a 1 1 & 1 1 02465978 +trustful a 1 4 ! & ^ + 1 0 02462619 +trusting a 1 3 & ^ + 1 0 02462619 +trustworthy a 2 4 ! & ^ + 2 2 02464693 01997748 +trusty a 1 3 & ^ + 1 0 02464693 +truthful a 2 4 ! & ^ + 2 2 01225398 02461438 +trying a 2 1 & 2 1 00748947 00090408 +tsarist a 1 1 \ 1 0 02710043 +tsaristic a 1 2 \ + 1 0 02710043 +tubal a 1 2 \ + 1 0 02896497 +tubby a 1 2 & + 1 0 00987510 +tube-nosed a 1 1 & 1 0 01607831 +tube-shaped a 1 1 & 1 0 02264807 +tubed a 1 1 ! 1 0 02466916 +tubeless a 1 2 ! + 1 0 02466999 +tubelike a 1 1 & 1 0 02264807 +tubercular a 4 3 & \ + 4 0 02818958 02818751 02818600 02546854 +tuberculate a 1 1 \ 1 0 02819139 +tuberculoid a 1 1 \ 1 0 02819219 +tuberculous a 1 2 & + 1 0 02546854 +tuberous a 1 2 \ + 1 0 03026095 +tubular a 1 2 & + 1 1 02264807 +tucked a 1 1 ! 1 0 02467108 +tudor a 1 1 \ 1 1 03027040 +tufted a 3 2 & ; 3 0 02253817 00060294 00057992 +tumble-down a 1 1 & 1 0 00679717 +tumescent a 1 2 & + 1 0 01174565 +tumid a 3 3 & + ; 3 0 02016881 01174565 01151592 +tumultuous a 1 2 & + 1 1 01923720 +tuneful a 1 2 ! + 1 1 01502195 +tuneless a 1 1 ! 1 0 01502383 +tunisian a 2 2 \ + 2 0 03127197 03127030 +tuppeny a 1 1 & 1 0 00935359 +turbaned a 1 1 & 1 0 01428767 +turbid a 1 2 & + 1 0 00433529 +turbinate a 2 2 & \ 2 0 02819346 02317598 +turbulent a 2 2 & + 2 2 01923720 00087597 +turgid a 2 2 & + 2 0 02016881 01174565 +turkey-sized a 1 1 & 1 0 02224879 +turkic a 1 1 \ 1 0 03127324 +turkic-speaking a 1 1 & 1 0 00500219 +turkish a 1 1 \ 1 1 03023852 +turkmen a 1 1 \ 1 0 02963535 +turned a 2 2 ! & 2 1 02467386 02369869 +turned_on a 1 1 & 1 0 02131668 +turned_out a 1 1 & 1 0 00457036 +turnip-shaped a 1 1 & 1 0 02150960 +tuscan a 1 2 \ + 1 0 02970689 +tusked a 1 2 & + 1 0 02439499 +tutelar a 1 1 & 1 0 01888017 +tutelary a 1 1 & 1 0 01888017 +tutorial a 1 2 \ + 1 0 03127435 +tuxedoed a 1 1 & 1 1 00457160 +twee a 1 1 & 1 0 01948092 +tweedy a 2 2 & + 2 1 02240795 00261885 +twelfth a 1 1 & 1 1 02203629 +twelve a 1 1 & 1 1 02187465 +twelve-sided a 1 1 & 1 0 00239012 +twentieth a 1 1 & 1 1 02204716 +twenty a 1 1 & 1 1 02188317 +twenty-eight a 1 1 & 1 0 02189108 +twenty-eighth a 1 1 & 1 1 02205610 +twenty-fifth a 1 1 & 1 1 02205271 +twenty-first a 1 1 & 1 1 02204823 +twenty-five a 1 1 & 1 1 02188817 +twenty-four a 1 1 & 1 1 02188720 +twenty-fourth a 1 1 & 1 0 02205158 +twenty-nine a 1 1 & 1 0 02189209 +twenty-ninth a 1 1 & 1 0 02205725 +twenty-one a 1 1 & 1 1 02188431 +twenty-second a 1 1 & 1 0 02204932 +twenty-seven a 1 1 & 1 0 02189008 +twenty-seventh a 1 1 & 1 0 02205496 +twenty-six a 1 1 & 1 1 02188913 +twenty-sixth a 1 1 & 1 0 02205384 +twenty-third a 1 1 & 1 0 02205045 +twenty-three a 1 1 & 1 1 02188620 +twenty-two a 1 1 & 1 0 02188525 +twiggy a 1 2 & + 1 0 00989957 +twiglike a 1 1 & 1 0 00989957 +twilight a 1 1 & 1 0 00275486 +twilit a 1 1 & 1 0 00275486 +twilled a 1 1 & 1 0 02240275 +twin a 1 1 & 1 1 01486854 +twin-bedded a 1 1 & 1 0 00207887 +twinkling a 1 1 & 1 1 00283580 +twinkly a 1 2 & + 1 0 00363031 +twinned a 1 1 & 1 0 01486854 +twinning a 1 1 & 1 0 02475430 +twisted a 1 1 & 1 1 01311067 +twisting a 1 1 & 1 0 02313784 +twisty a 1 1 & 1 0 02313784 +two a 1 1 & 1 1 02186470 +two-a-penny a 1 1 & 1 0 00935359 +two-chambered a 1 1 & 1 0 02479361 +two-channel a 1 2 & ; 1 0 00240655 +two-dimensional a 2 2 & + 2 0 00658942 00660551 +two-eared a 1 1 & 1 0 00240584 +two-faced a 2 1 & 2 0 01223271 00235571 +two-fold a 2 1 & 2 0 02217799 02217241 +two-footed a 1 0 1 0 00241672 +two-handed a 2 1 & 2 0 02029752 02028046 +two-humped a 1 1 \ 1 0 02819475 +two-hundredth a 1 1 & 1 0 02211989 +two-lane a 1 1 & 1 0 02221723 +two-leafed a 1 1 & 1 0 01703330 +two-leaved a 1 1 & 1 0 01703330 +two-lipped a 1 2 & ; 1 0 01704273 +two-lobed a 1 1 & 1 0 00237965 +two-needled a 1 1 & 1 0 02168991 +two-part a 1 1 & 1 0 00238037 +two-party a 1 1 & 1 0 00731471 +two-piece a 1 1 ! 1 0 01650037 +two-ply a 1 1 & 1 0 02412059 +two-pronged a 1 1 & 1 0 02483311 +two-sided a 2 1 & 2 0 01759676 00237788 +two-timing a 1 1 & 1 0 00961195 +two-toe a 1 1 & 1 0 01032451 +two-toed a 1 1 & 1 0 01032451 +two-way a 3 1 & 3 1 00731471 00238037 00233925 +two-wheel a 1 1 \ 1 0 02819582 +two-wheeled a 1 1 \ 1 0 02819582 +two-year a 1 1 ; 1 0 00678221 +two-year-old a 1 1 & 1 0 01647675 +two_hundred a 1 1 & 1 0 02198302 +twofold a 2 1 & 2 2 02217799 02217241 +twopenny a 1 1 & 1 0 00935359 +twopenny-halfpenny a 1 1 & 1 0 00935359 +twoscore a 1 1 & 1 1 02190278 +tympanic a 2 2 \ + 2 0 02945202 02945120 +tympanitic a 1 1 \ 1 0 02945292 +typic a 1 2 & + 1 0 02469119 +typical a 3 5 ! & ^ = + 3 2 02468635 00357556 01595440 +typographic a 1 2 \ + 1 1 02910248 +typographical a 1 2 \ + 1 0 02910248 +tyrannic a 1 2 & + 1 0 00717684 +tyrannical a 2 2 & + 2 0 00788474 00717684 +tyrannous a 1 2 & + 1 0 00788474 +tyrolean a 1 2 \ + 1 0 02971007 +tyrolese a 1 1 \ 1 0 02971007 +tzarist a 1 1 \ 1 0 02710043 +u a 1 2 & ; 1 0 00261735 +u-shaped a 1 1 & 1 0 02151145 +ubiquitous a 1 2 & + 1 1 01847515 +ugandan a 1 1 \ 1 0 03127583 +ugly a 4 5 ! & ^ = + 4 1 00220956 01139067 01133017 00193480 +ukrainian a 1 2 \ + 1 0 02963665 +ulcerated a 1 1 & 1 1 01175158 +ulcerative a 1 2 \ + 1 0 03142636 +ulcerous a 1 2 & + 1 0 01175158 +ulnar a 1 2 \ + 1 0 02837047 +ult a 1 1 & 1 0 01731208 +ulterior a 3 1 & 3 0 01707733 00451291 00123485 +ultimate a 2 4 ! & = + 2 2 01578312 01013961 +ultimo a 1 1 & 1 0 01731208 +ultra a 1 1 & 1 1 01535270 +ultra_vires a 1 2 ! ; 1 0 01348083 +ultraconservative a 1 2 & + 1 0 00575126 +ultramarine a 1 2 & + 1 0 00384936 +ultramicroscopic a 1 2 \ + 1 0 03142799 +ultramodern a 1 1 & 1 1 01536641 +ultramontane a 3 2 & \ 3 0 03142927 00410668 00410268 +ultranationalistic a 1 2 & + 1 0 01740358 +ultrasonic a 1 2 & + 1 1 00175300 +ultraviolet a 1 2 & + 1 1 02518601 +umbel-like a 1 1 & 1 0 00538469 +umbellar a 1 2 \ + 1 0 03026504 +umbellate a 2 2 & \ 2 0 03026504 00538469 +umbelliferous a 1 2 \ ; 1 0 02819848 +umbelliform a 1 2 \ ; 1 0 02819734 +umber a 1 2 & + 1 0 00385059 +umbilical a 1 2 \ + 1 0 02840935 +umbilicate a 1 1 & 1 0 00537169 +umbrageous a 2 2 & + 2 0 00276862 00115494 +umbrella a 1 1 & 1 0 00528875 +umbrella-shaped a 1 1 & 1 0 02151050 +umbrellalike a 1 1 & 1 0 02047726 +umpteen a 1 1 & 1 0 01552802 +umpteenth a 1 2 & ; 1 0 02204580 +umptieth a 1 2 & ; 1 0 02204580 +umteen a 1 1 & 1 0 01552802 +umteenth a 1 2 & ; 1 0 02204580 +un-american a 1 1 & 1 0 01740772 +un-come-at-able a 1 2 & ; 1 0 00020647 +un-get-at-able a 1 2 & ; 1 0 00020647 +unabashed a 1 1 & 1 0 00155886 +unabated a 1 1 & 1 1 01513951 +unable a 3 3 ! & = 3 2 00002098 00307794 01825080 +unabridged a 1 2 ! & 1 0 00004980 +unabused a 1 1 ! 1 0 00017688 +unaccented a 2 1 & 2 0 02320886 02320442 +unacceptable a 4 5 ! & ^ + ; 4 1 02083053 00018584 02436025 02298766 +unaccepted a 1 2 & ; 1 0 02298766 +unaccessible a 1 2 & = 1 0 00019874 +unaccommodating a 2 2 ! & 2 0 00021403 01198188 +unaccompanied a 3 2 ! & 3 1 02251057 02252182 02111486 +unaccountable a 2 1 & 2 1 00940108 01999085 +unaccredited a 1 1 & 1 0 00179815 +unaccustomed a 2 2 ! & 2 0 00024834 00491320 +unachievable a 1 1 & 1 1 01824081 +unacknowledged a 2 4 ! & ^ = 2 0 00028672 00688740 +unacquainted a 2 1 & 2 0 01309220 00966960 +unacquainted_with a 1 1 & 1 0 00966960 +unacquisitive a 1 2 ! = 1 0 00031533 +unactable a 1 1 ! 1 0 00795959 +unadaptable a 1 3 ! & + 1 0 01029044 +unadapted a 2 1 & 2 0 01541156 00351991 +unaddicted a 1 2 ! & 1 0 00047566 +unaddressed a 1 1 ! 1 0 00050947 +unadjustable a 1 1 & 1 0 01060712 +unadjusted a 2 2 ! & 2 1 00351226 00351991 +unadoptable a 1 1 ! 1 0 00055906 +unadorned a 1 3 ! & ^ 1 0 00060397 +unadulterated a 2 1 & 2 0 01907481 01520091 +unadventurous a 1 3 ! & ^ 1 0 00066800 +unadvisable a 1 1 ^ 1 0 00067767 +unadvised a 2 2 & ^ 2 0 00068278 01309526 +unaerated a 1 2 & ; 1 0 02509854 +unaesthetic a 1 1 & 1 0 00070583 +unaffected a 4 5 ! & ^ = + 4 2 00071992 02107827 01560320 00074346 +unaffecting a 1 1 & 1 0 01561694 +unaffectionate a 1 1 & 1 0 01467046 +unaffiliated a 1 1 & 1 0 00730009 +unaffixed a 1 1 ! 1 0 00159381 +unafraid a 2 4 ! & ^ = 2 1 00081671 02093305 +unaged a 1 1 & 1 0 01494146 +unaggressive a 1 3 ! & ^ 1 0 00084956 +unagitated a 3 3 ! & ^ 3 0 00088658 00087152 00529657 +unaided a 1 1 & 1 0 02354403 +unaired a 1 1 & 1 0 02509484 +unairworthy a 1 2 ! = 1 0 02088314 +unalarming a 1 2 ! = 1 0 00196560 +unalert a 1 2 ! ^ 1 0 00092551 +unalienable a 1 2 & ^ 1 0 00093810 +unalike a 1 2 ! = 1 0 01410905 +unalloyed a 1 1 & 1 0 01907595 +unalterable a 3 4 ! & + ; 3 1 00349523 00349148 00347400 +unaltered a 1 2 ! & 1 0 00353206 +unambiguous a 2 4 ! & ^ + 2 2 00103696 00896555 +unambitious a 1 4 ! & ^ = 1 0 00105023 +unamended a 1 2 ! ; 1 0 00354330 +unanalyzable a 1 1 & 1 0 02175684 +unanalyzed a 1 2 ! & 1 0 00417032 +unangry a 1 1 ! 1 0 00116463 +unanimated a 1 2 ! & 1 0 00119409 +unanimous a 2 2 & + 2 1 00553732 00784215 +unannealed a 1 1 & 1 0 01522214 +unannounced a 1 1 & 1 0 00930540 +unanswerable a 1 1 & 1 0 00591710 +unanswered a 1 1 & 1 1 01947127 +unanticipated a 1 1 & 1 0 00930765 +unapologetic a 1 1 ! 1 0 01632411 +unappareled a 1 1 & 1 0 00460157 +unapparent a 1 1 & 1 0 01620286 +unappealable a 1 1 ! 1 0 00133065 +unappealing a 2 3 ! & ; 2 0 02376562 00171044 +unappeasable a 1 1 & 1 0 01785341 +unappendaged a 1 1 ! 1 0 00133335 +unappetising a 1 3 ^ = + 1 0 00133851 +unappetizing a 1 4 ! ^ = + 1 0 00133851 +unappreciated a 2 1 & 2 0 02016145 00028867 +unappreciative a 1 1 & 1 0 01147300 +unapprehensive a 1 1 & 1 0 00081930 +unapproachable a 2 3 ! & + 2 0 00134401 00020410 +unarbitrary a 1 1 & 1 0 00720082 +unarguable a 1 1 & 1 0 00591406 +unargumentative a 1 2 ! & 1 0 00604399 +unarmed a 2 3 ! & ; 2 1 00142917 00145995 +unarmored a 2 3 ! & ; 2 0 00147528 00144728 +unarmoured a 2 2 & ; 2 0 00147528 00144728 +unarticulate a 1 2 & ^ 1 0 00151105 +unarticulated a 2 2 ! & 2 0 00153652 00152784 +unartistic a 1 1 & 1 0 00070839 +unary a 1 1 & 1 0 02215567 +unascertainable a 1 1 & 1 0 00739663 +unascribable a 1 1 = 1 0 00172452 +unashamed a 1 3 ! & ^ 1 0 00154965 +unasked a 1 1 & 1 1 01965512 +unassailable a 3 1 & 3 0 02526124 02510786 00591513 +unassertive a 1 4 ! & ^ + 1 0 00156839 +unassignable a 1 1 & 1 0 00094324 +unassigned a 1 1 ! 1 0 00847306 +unassisted a 2 2 ! & 2 1 02353488 02354129 +unassuming a 1 2 & + 1 0 01539444 +unassured a 1 1 & 1 0 02093802 +unasterisked a 1 1 & 1 1 01481282 +unattached a 3 3 ! & ; 3 1 00568881 00158407 00160288 +unattackable a 1 1 & 1 0 02526124 +unattainable a 1 2 & + 1 0 01824081 +unattended a 3 1 & 3 0 02350590 02251899 00308720 +unattired a 1 1 & 1 0 00460157 +unattractive a 3 5 ! & ^ = + 3 2 00169164 00171447 01359159 +unattributable a 1 2 ! = 1 0 00172452 +unauthentic a 1 1 & 1 1 01117677 +unauthorised a 2 3 & ^ = 2 0 00179486 01634199 +unauthorized a 2 4 ! & ^ = 2 1 00179486 01634199 +unavailable a 1 4 ! & = + 1 1 00185921 +unavailing a 1 1 & 1 1 02497471 +unavenged a 1 2 ! < 1 0 03147408 +unavoidable a 1 1 & 1 1 00343360 +unavowed a 3 1 & 3 0 02090228 00688855 00028984 +unawakened a 2 2 ! & 2 0 02014611 00189511 +unaware a 1 5 ! & ^ = + 1 1 00191603 +unawed a 1 2 ! & 1 0 02015055 +unbacked a 1 1 & 1 0 02353488 +unbaffled a 1 1 & 1 0 01767207 +unbalanced a 3 3 ! & ; 3 0 00894757 02075321 00893239 +unbalconied a 1 1 ! 1 0 00206127 +unbanded a 1 1 ! 1 0 00223119 +unbaptised a 1 0 1 0 02594443 +unbaptized a 1 1 ! 1 0 02594443 +unbarred a 1 1 & 1 0 02096382 +unbarreled a 1 1 ! 1 0 00206317 +unbarrelled a 1 0 1 0 00206317 +unbearable a 1 2 & ^ 1 0 02435671 +unbeatable a 2 1 & 2 0 02288252 00570322 +unbeaten a 1 1 & 1 0 00695335 +unbecoming a 1 2 & + 1 0 01880918 +unbefitting a 1 1 & 1 0 00136081 +unbeholden a 1 1 & 1 0 01617591 +unbeknown a 1 1 & 1 0 01377488 +unbeknownst a 1 1 & 1 0 01377488 +unbelievable a 2 3 & ^ = 2 1 00645493 01800169 +unbelieving a 3 1 & 3 0 01784217 01306087 00647247 +unbeloved a 1 1 & 1 0 01463414 +unbelted a 1 1 ! 1 0 00223683 +unbendable a 1 1 & 1 0 01990653 +unbending a 1 1 & 1 0 01029151 +unbeneficed a 1 1 ! 1 0 00208150 +unbent a 2 1 & 2 0 02311293 01237754 +unbiased a 2 1 & 2 0 01723856 00731725 +unbiassed a 2 1 & 2 0 01723856 00731725 +unbigoted a 1 1 & 1 0 02436551 +unbitter a 1 1 & 1 0 00117235 +unbleached a 1 1 & 1 0 01571181 +unblemished a 1 3 ! & ^ 1 0 00247013 +unblended a 1 2 ! & 1 0 01329616 +unblessed a 1 1 & 1 0 00671683 +unblinking a 2 1 & 2 0 00858780 00082034 +unbloody a 1 1 & 1 0 00249576 +unblushing a 1 1 & 1 0 00155720 +unbodied a 2 3 ! & ^ 2 0 00629146 00631040 +unbolted a 1 1 & 1 0 02096382 +unbooked a 1 1 & 1 0 01988934 +unbordered a 1 1 ! 1 0 00259256 +unborn a 1 2 ! & 1 1 01733661 +unbound a 3 3 ! & ^ 3 0 00257462 00254152 01058756 +unbounded a 1 2 & + 1 1 01007657 +unbowed a 2 1 & 2 0 01237754 00695432 +unbraced a 1 1 & 1 0 02352572 +unbrainwashed a 1 1 ! 1 0 00629808 +unbranched a 1 1 & 1 0 00614868 +unbranching a 1 1 & 1 0 00614868 +unbranded a 1 1 ! 1 0 01481513 +unbreakable a 1 4 ! & = + 1 1 00709744 +unbridgeable a 1 1 ! 1 0 00278418 +unbridled a 1 1 & 1 0 02001596 +unbroken a 5 5 ! & ^ = ; 5 2 00290923 02389719 01833226 00289799 00289365 +unbrushed a 1 1 & 1 0 02428884 +unburdened a 2 2 ! & 2 0 00870303 00869138 +unburied a 1 1 ! 1 0 00292872 +unburnished a 1 1 & 1 0 01813289 +unbuttoned a 2 2 ! & 2 1 00297097 02001776 +uncalled-for a 2 1 & 2 0 02528809 01582049 +uncamphorated a 1 1 ! 1 0 00306232 +uncanny a 2 1 & 2 1 01575424 01677733 +uncapped a 1 1 & 1 0 00655668 +uncarbonated a 1 1 & 1 0 02277182 +uncared-for a 1 2 ! & 1 0 00308593 +uncaring a 2 1 & 2 0 01467046 00639594 +uncarpeted a 1 1 ! 1 0 00316477 +uncarved a 1 1 ! 1 0 00317821 +uncastrated a 1 2 ! & 1 0 02137305 +uncategorised a 1 1 & 1 0 00415116 +uncategorized a 1 1 & 1 0 00415116 +uncaulked a 1 1 ! 1 0 01399671 +uncaused a 1 1 & 1 1 01339203 +unceasing a 2 1 & 2 0 01755024 00595299 +uncensored a 1 2 ! & 1 0 00319262 +unceremonial a 1 1 & 1 0 01045067 +unceremonious a 2 2 & + 2 0 01045067 00641036 +uncertain a 7 5 ! & ^ = + 7 2 00337404 00336168 02087450 00341405 02504558 00725522 00103567 +uncertified a 1 1 ! 1 1 00342902 +unchained a 1 1 & 1 0 00254296 +unchallengeable a 1 1 & 1 0 00602888 +unchallenged a 1 1 & 1 0 00603039 +unchangeable a 1 5 ! & ^ = + 1 1 00346991 +unchanged a 2 3 ! & ^ 2 2 00355258 00353206 +unchanging a 2 2 & + 2 0 00577782 00348018 +uncharacteristic a 1 2 ! ^ 1 0 00357983 +uncharged a 1 3 ! & ; 1 1 00358951 +uncharitable a 1 2 ! ^ 1 0 00359862 +uncharted a 1 1 & 1 0 01377257 +unchartered a 1 1 ! 1 0 00360235 +unchaste a 1 4 ! & ^ = 1 0 00361509 +uncheckable a 1 1 & 1 1 01475733 +unchecked a 1 1 & 1 0 02001596 +uncheerful a 1 4 & ^ = + 1 0 00364479 +unchewable a 1 1 & 1 0 02446239 +unchivalrous a 1 1 & 1 0 00640931 +unchristian a 1 2 ! & 1 0 00411481 +unchristianly a 1 1 & 1 0 00411694 +unchristlike a 1 1 & 1 0 00411694 +uncial a 1 2 \ + 1 0 02819988 +uncivil a 1 2 ! = 1 0 00642725 +uncivilised a 1 1 & 1 0 00412788 +uncivilized a 1 1 & 1 0 00412788 +unclad a 1 1 & 1 0 00460157 +unclaimed a 1 1 & 1 1 02528921 +unclassifiable a 1 1 & 1 0 01273604 +unclassified a 2 2 ! & 2 0 00416415 00415002 +unclean a 2 6 ! & ^ = + ; 2 1 00419289 00427786 +uncleanly a 1 2 & + 1 0 00423689 +unclear a 3 5 ! & ^ = + 3 0 00698088 00430191 01405523 +uncleared a 1 3 ! & ^ 1 0 01290333 +unclimbable a 2 1 & 2 0 02083516 01725422 +unclipped a 1 1 & 1 0 02455188 +unclogged a 1 1 & 1 0 01623088 +unclothed a 1 3 ! & ^ 1 0 00457598 +unclouded a 4 2 & + 4 1 01906464 00460946 00435374 00432861 +uncluttered a 1 1 & 1 0 02424095 +uncoated a 1 1 ! 1 0 01699982 +uncoerced a 1 1 & 1 0 02521036 +uncoiled a 1 2 ! & 1 0 02318272 +uncollected a 1 2 ! < 1 0 03148137 +uncollectible a 1 1 & 1 0 02500050 +uncolored a 2 4 ! & ^ = 2 0 00401650 01571181 +uncoloured a 1 3 & ^ = 1 0 00401650 +uncolumned a 1 1 & 1 0 00141522 +uncombable a 1 1 & 1 1 02429377 +uncombed a 1 2 ! & 1 0 02429182 +uncombined a 1 2 ! & 1 0 01330786 +uncomely a 1 1 & 1 0 01880918 +uncomfortable a 2 5 ! & ^ = + 2 2 00479933 00478015 +uncommercial a 1 1 & 1 0 00484782 +uncommercialised a 1 1 & 1 0 00484932 +uncommercialized a 1 1 & 1 0 00484932 +uncommitted a 3 2 ! & 3 0 00518716 00158407 01062631 +uncommon a 2 5 ! & ^ = + 2 1 00487653 01678112 +uncommunicative a 1 4 ! & ^ + 1 0 00500569 +uncomparable a 1 2 & ^ 1 0 00504592 +uncompartmented a 1 1 ! 1 0 00329268 +uncompassionate a 1 3 ! & ^ 1 0 00507053 +uncompensated a 1 1 & 1 0 01710946 +uncompetitive a 1 1 & 1 0 00513716 +uncomplaining a 1 2 ! ^ 1 0 00514278 +uncomplete a 1 3 & ^ = 1 0 00523978 +uncompleted a 2 2 & ; 2 0 01004541 00525315 +uncomplicated a 2 1 & 2 0 02175980 00750296 +uncomplimentary a 2 3 ! & ^ 2 0 00908315 00906455 +uncompounded a 1 1 & 1 0 01330890 +uncomprehended a 1 1 & 1 0 01379251 +uncomprehending a 1 1 & 1 0 00772776 +uncomprehensible a 1 2 & ^ 1 0 00533851 +uncompromising a 1 2 ! & 1 1 01025913 +unconcealed a 1 3 ! & ^ 1 0 02090341 +unconcerned a 3 3 ! & ^ 3 2 00545015 02460099 01516961 +unconditional a 3 3 ! & ^ 3 1 00556709 01913931 00730082 +unconditioned a 2 3 ! & ^ 2 0 01637184 00556709 +unconfessed a 1 2 & + 1 0 00029108 +unconfined a 2 3 ! & ^ 2 0 00559425 01063638 +unconfirmed a 1 2 ! & 1 0 01634851 +unconformable a 1 1 & 1 0 00578831 +unconformist a 1 0 1 0 00610249 +unconfused a 1 1 & 1 0 01767207 +uncongenial a 3 4 ! & ^ + 3 0 00561036 01243373 00508924 +unconnected a 3 5 ! & ^ = + 3 0 00567593 01972712 00465221 +unconquerable a 2 3 ! & ^ 2 1 00569568 02357322 +unconquered a 1 1 & 1 1 00695335 +unconscientious a 1 3 ! & + 1 0 02086356 +unconscionable a 2 1 & 2 0 02086472 01534282 +unconscious a 3 4 ! & ^ + 3 3 00571643 02521998 00192332 +unconsecrated a 1 1 & 1 0 02054926 +unconsidered a 1 1 & 1 0 02420757 +unconsolable a 1 1 & 1 0 01232298 +unconsolidated a 1 1 & 1 0 00503876 +unconstipated a 1 2 ! & 1 0 00638501 +unconstitutional a 1 1 ! 1 1 00180211 +unconstrained a 1 1 & 1 0 01063753 +unconstricted a 1 2 ! & 1 0 01449184 +unconstructive a 1 1 & 1 0 01198356 +unconsumed a 1 1 & 1 0 00926802 +unconsummated a 1 1 ! 1 0 00552168 +uncontaminated a 2 2 ! & 2 0 01909718 01907711 +uncontaminating a 1 0 1 0 00426347 +uncontested a 1 2 ! < 1 0 03148487 +uncontrived a 1 2 & ^ 1 0 01799035 +uncontrollable a 4 1 & 4 1 02452789 01475526 00635752 00600540 +uncontrolled a 1 3 ! & ^ 1 0 00599821 +uncontroversial a 1 2 ! & 1 0 00602721 +unconventional a 3 5 ! & ^ = + 3 1 00606602 00608421 01961410 +unconverted a 1 1 & 1 0 01957942 +unconvertible a 1 2 & = 1 0 00917207 +unconvinced a 1 2 ! & 1 0 00338551 +unconvincing a 2 3 ! & ^ 2 1 00615457 01800169 +uncooked a 1 1 & 1 0 00619808 +uncool a 1 2 & ; 1 0 01129533 +uncooperative a 2 3 ! & ^ 2 1 00620585 00021592 +uncoordinated a 2 1 & 2 0 01671336 00064176 +uncordial a 1 1 & 1 0 01077362 +uncorrectable a 1 1 & 1 0 00635752 +uncorrected a 2 2 ! & 2 0 00634636 01902313 +uncorrelated a 1 1 & 1 0 01975059 +uncorroborated a 1 1 & 1 0 02353599 +uncorrupted a 3 2 & ; 3 0 01751940 00623261 00623105 +uncounted a 1 1 & 1 0 00301951 +uncoupled a 1 1 & 1 0 00568959 +uncousinly a 1 1 ! 1 1 00453647 +uncouth a 1 2 & + 1 0 01950198 +uncovered a 1 1 & 1 0 00459330 +uncrannied a 1 1 ! 1 0 00466725 +uncreased a 1 1 & 1 0 02237303 +uncreative a 1 5 ! & ^ = + 1 0 00644372 +uncritical a 2 2 ! ^ 2 1 00650351 00648816 +uncropped a 1 1 & 1 0 01832707 +uncrossed a 2 1 ! 2 0 00653434 00653190 +uncrowded a 1 1 ! 1 0 00560453 +uncrowned a 2 3 ! & ; 2 0 00655445 00654829 +uncrystallised a 2 1 & 2 0 00657064 00269580 +uncrystallized a 2 2 ! & 2 0 00657064 00269580 +unctuous a 1 2 & + 1 0 02181432 +uncultivable a 1 1 & 1 0 01833939 +uncultivatable a 1 1 & 1 0 01833939 +uncultivated a 3 2 ! & 3 0 01833791 01949740 01334075 +uncultured a 1 1 & 1 0 01949740 +uncurbed a 1 1 & 1 0 02001596 +uncured a 1 1 & 1 0 01495298 +uncurled a 2 1 & 2 0 02318372 01031038 +uncurtained a 1 0 1 0 00672079 +uncurved a 1 1 & 1 0 02314919 +uncurving a 1 1 & 1 0 02314919 +uncut a 7 3 ! & ; 7 0 02455069 01566288 00664167 00663104 00662687 01319583 00005107 +undamaged a 1 3 ! & ^ 1 1 00681094 +undatable a 1 2 ! & 1 0 00681548 +undated a 1 1 & 1 0 00681673 +undaunted a 2 1 & 2 2 01991783 00264459 +undeceived a 1 1 & 1 0 00866182 +undecided a 3 1 & 3 0 02130821 00686356 00519103 +undecipherable a 1 1 & 1 0 01405523 +undeciphered a 1 1 ! 1 0 01405797 +undeclared a 1 2 ! & 1 1 00688581 +undecomposable a 1 1 & 1 0 02175684 +undecomposed a 1 1 & 1 0 01068306 +undecorated a 1 2 & ^ 1 0 00060397 +undedicated a 1 1 ! 1 0 00520081 +undefeated a 1 3 ! & ^ 1 0 00695024 +undefendable a 1 1 & 1 0 02523664 +undefended a 1 1 & 1 0 02523664 +undeferential a 1 1 & 1 0 01996288 +undefiled a 2 2 & ; 2 0 01905140 01751940 +undefinable a 1 1 & 1 0 00697691 +undefined a 1 3 ! & ^ 1 0 00697389 +undelineated a 1 2 ! & 1 0 01715574 +undemanding a 1 3 ! & ^ 1 0 00711528 +undemocratic a 1 2 ! & 1 0 00717417 +undemonstrative a 1 3 ! & ^ 1 0 00720913 +undeniable a 1 3 ! & ^ 1 1 00721505 +undenominational a 1 1 & 1 0 02093134 +undependable a 2 4 ! & ^ + 2 0 00724861 00964590 +undepicted a 1 1 & 1 1 01715708 +under a 2 1 & 2 2 01207546 00793682 +under-the-counter a 1 1 & 1 0 01404482 +under-the-table a 1 1 & 1 0 01707531 +under_attack a 1 1 & 1 0 02524900 +under_fire a 1 1 & 1 1 02524900 +under_the_weather a 1 1 & 1 0 02542325 +under_wraps a 1 1 & 1 0 01708049 +underactive a 1 1 & 1 0 00034232 +underage a 2 2 & ; 2 0 01471954 00727481 +underarm a 1 1 ; 1 0 02470531 +underbred a 2 1 & 2 0 01950857 01904596 +underclass a 1 1 & 1 0 01865043 +underclothed a 1 1 & 1 0 00459443 +undercoated a 1 2 & ; 1 0 02053631 +undercover a 1 1 & 1 1 01706465 +underdeveloped a 2 1 & 2 1 01302544 01491691 +underdone a 1 1 & 1 0 00619601 +underdressed a 1 1 & 1 0 00457258 +undereducated a 1 1 & 1 1 00831603 +underemployed a 1 1 & 1 0 01090061 +underfed a 1 1 & 1 0 02301180 +underground a 2 2 & + 2 1 02471984 01706465 +underhand a 2 3 ! & ; 2 0 02470531 02319346 +underhanded a 2 2 & ; 2 1 02319346 02470531 +underhung a 2 1 & 2 0 02351988 01354581 +underivative a 1 1 & 1 0 01688154 +underived a 1 2 ! & 1 0 00699085 +underlying a 3 1 & 3 1 00941940 02349604 01856419 +undermanned a 1 1 & 1 0 00052431 +undermentioned a 1 1 & 1 0 00127815 +undernourished a 1 1 & 1 0 02301180 +underpopulated a 1 1 & 1 0 01312567 +underprivileged a 1 3 ! & ^ 1 1 01864471 +undersea a 1 1 & 1 1 02472137 +undersealed a 1 2 & ; 1 0 02053631 +undersexed a 1 1 & 1 0 02135290 +undershot a 1 1 & 1 0 01354581 +undersize a 1 1 & 1 0 01395229 +undersized a 1 1 & 1 0 01395229 +underslung a 3 1 & 3 0 02352153 01354581 01207697 +understaffed a 1 1 & 1 0 00052431 +understandable a 1 2 & + 1 1 00533452 +understanding a 1 1 & 1 1 01745946 +understated a 1 1 & 1 0 02393220 +understood a 2 2 ! & 2 2 01378219 00942163 +underwater a 2 2 & ; 2 1 02472252 00124685 +underway a 1 1 & 1 1 00666784 +underweight a 1 1 & 1 0 00990192 +undescended a 1 1 \ 1 0 03143018 +undescriptive a 1 1 ! 1 0 00732872 +undeserved a 1 1 & 1 0 01371646 +undeserving a 1 1 & 1 0 02588421 +undesigned a 1 1 ! 1 0 01340147 +undesirable a 2 4 ! & ^ + 2 1 00733905 00853473 +undesired a 1 1 & 1 0 02529047 +undesiring a 1 0 1 0 00889334 +undesirous a 1 1 ! 1 0 00889334 +undestroyable a 2 1 & 2 0 01754049 00738503 +undetectable a 2 1 & 2 0 02518852 01748936 +undetected a 1 2 ! & 1 0 01609900 +undeterminable a 1 2 & ^ 1 0 00739273 +undetermined a 3 3 ! & ^ 3 0 01610803 00740336 02130821 +undeterred a 1 1 & 1 0 01991961 +undeveloped a 2 2 ! & 2 1 00742425 00942871 +undeviating a 2 1 & 2 0 00761844 00724720 +undiagnosable a 1 1 & 1 0 01273689 +undiagnosed a 1 1 & 1 0 01377721 +undifferentiated a 1 2 ! & 1 1 00744506 +undigested a 2 1 & 2 1 01379361 01183348 +undignified a 1 3 ! & ^ 1 0 00752392 +undiluted a 1 2 ! & 1 1 00756728 +undiminished a 1 1 & 1 1 01521017 +undimmed a 1 1 ! 1 0 00284930 +undiplomatic a 1 1 ! 1 0 00759458 +undirected a 1 1 & 1 0 01910652 +undiscerning a 1 3 ! & ^ 1 0 00772360 +undischarged a 2 1 & 2 0 01710543 01424706 +undisciplined a 3 1 & 3 0 01913089 01902313 00601499 +undisclosed a 1 1 & 1 0 01708164 +undiscouraged a 1 1 & 1 0 01991961 +undiscoverable a 1 1 & 1 0 00739663 +undiscovered a 2 1 & 2 0 01610126 01377819 +undiscriminating a 1 3 ! & ^ 1 0 00775900 +undisguised a 1 1 & 1 1 01705418 +undismayed a 1 1 & 1 0 01991783 +undisputable a 1 1 & 1 0 00721636 +undisputed a 1 1 & 1 1 00603039 +undissolved a 1 1 & 1 0 01507008 +undistinguishable a 1 0 1 0 00582876 +undistinguished a 1 1 & 1 0 01288298 +undistorted a 1 1 & 1 0 01310545 +undistributed a 1 1 & 1 0 00784411 +undisturbed a 1 1 & 1 0 02460262 +undiversified a 1 3 ! & ^ 1 0 00783675 +undividable a 1 2 & ; 1 0 00786031 +undivided a 4 1 & 4 0 02478383 02153359 00539389 00516360 +undoable a 1 1 & 1 0 01824081 +undocumented a 1 2 ! & 1 0 00786790 +undogmatic a 1 2 & ; 1 0 00287275 +undogmatical a 1 2 & ; 1 0 00287275 +undomestic a 1 3 ! & = 1 0 01039843 +undomesticated a 2 1 & 2 0 02389833 01040087 +undone a 4 1 & 4 1 01004818 02334321 02096604 01670037 +undrained a 1 1 ! 1 0 01089027 +undramatic a 1 3 ! & = 1 0 00795495 +undraped a 2 1 & 2 0 02508669 01698903 +undrawn a 1 1 & 1 0 01715790 +undreamed a 1 1 & 1 0 00646276 +undreamed_of a 1 1 & 1 0 00646276 +undreamt a 1 1 & 1 0 00646276 +undreamt_of a 1 1 & 1 0 00646276 +undressed a 2 1 & 2 0 01006136 00460157 +undried a 1 1 & 1 0 02551069 +undrinkable a 1 1 ! 1 1 00797218 +undue a 4 3 ! & ; 4 2 00137641 00137943 01945350 01533974 +undulant a 1 1 \ 1 0 03143155 +undulate a 1 1 & 1 0 02245223 +undulatory a 1 1 \ 1 0 03143155 +undutiful a 1 2 & + 1 0 01995863 +undyed a 1 1 & 1 0 01571181 +undying a 1 1 & 1 0 01558194 +undynamic a 1 2 ! & 1 0 00810481 +uneager a 1 2 ! & 1 0 00811820 +unearned a 1 2 ! & 1 0 00821723 +unearthly a 2 1 & 2 0 02579136 01575424 +uneasy a 5 4 ! & ^ + 5 1 00822449 01922562 02456157 00480439 00479073 +uneatable a 1 2 & ^ 1 0 00829496 +uneconomic a 1 1 & 1 0 02422592 +uneconomical a 2 1 & 2 1 00841159 02422592 +unedifying a 1 1 ! 1 0 01325691 +unedited a 1 1 & 1 0 00353812 +uneducated a 1 3 ! & ^ 1 0 00830717 +uneffective a 1 3 & ^ = 1 0 00835609 +unelaborate a 1 1 & 1 0 01793557 +unelaborated a 1 1 & 1 0 00525105 +unembarrassed a 1 1 & 1 0 00155886 +unembellished a 1 1 & 1 0 00060605 +unembodied a 1 1 & 1 0 00631040 +unemotional a 2 5 ! & ^ = + 2 0 00856860 00721050 +unemphatic a 1 1 & 1 0 02320680 +unemployable a 1 1 ! 1 0 00865331 +unemployed a 1 3 ! & ^ 1 1 00864693 +unenclosed a 1 2 ! & 1 0 01658814 +unencouraging a 1 1 & 1 0 00867841 +unencumbered a 2 2 ! & 2 0 00868988 00870481 +unended a 1 1 & 1 0 01004932 +unending a 1 1 & 1 1 01755024 +unendowed a 1 2 ! & 1 0 00671441 +unendurable a 1 2 & ^ 1 0 02435671 +unenergetic a 1 1 & 1 0 00885594 +unenforceable a 1 1 ! 1 0 00557304 +unenforced a 1 1 ! 1 0 00557637 +unengaged a 2 1 & 2 0 00295507 00158546 +unenlightened a 2 3 ! & ^ 2 0 00884286 01309657 +unenlightening a 2 1 ! 2 0 01326013 01325691 +unenlivened a 1 1 ! 1 0 00120132 +unenrgetic a 1 2 & ^ 1 0 00875712 +unenterprising a 1 3 ! & ^ 1 0 00885415 +unenthusiastic a 1 3 ! & ^ 1 1 00887062 +unentitled a 1 1 & 1 0 00853631 +unenviable a 2 1 & 2 0 00746047 00734187 +unequal a 2 4 ! & ^ = 2 0 00892379 00051696 +unequal_to a 1 1 & 1 0 00052246 +unequaled a 1 1 & 1 0 00505853 +unequalised a 1 1 & 1 0 00893347 +unequalized a 1 1 & 1 0 00893347 +unequalled a 1 1 & 1 0 00505853 +unequipped a 1 2 ! & 1 0 01095555 +unequivocal a 2 4 ! & ^ + 2 0 00896555 00940969 +unerasable a 1 1 & 1 0 00898488 +unerect a 1 3 ! & = 1 0 01237897 +unerring a 1 1 & 1 1 00965359 +unessential a 1 3 & ^ = 1 0 00902652 +unestablished a 1 2 ! & 1 0 01636757 +unethical a 1 2 ! ^ 1 0 00905728 +uneven a 5 5 ! & ^ = + 5 2 00911327 00892773 00913454 02305651 00578662 +uneventful a 1 1 ! 1 0 00804502 +unexacting a 1 1 & 1 0 00712314 +unexampled a 1 1 & 1 0 00128733 +unexceeded a 1 1 & 1 0 00229371 +unexcelled a 1 1 & 1 0 00229371 +unexceptionable a 1 1 & 1 0 00018222 +unexceptional a 1 1 & 1 0 01674926 +unexchangeable a 2 4 ! & = + 2 0 00918491 00917207 +unexcitable a 1 2 ! & 1 0 00919321 +unexcited a 1 2 ! ^ 1 0 00920881 +unexciting a 2 4 ! & ^ = 2 0 02307367 00922594 +unexclusive a 1 1 & 1 0 01862296 +unexcused a 1 1 & 1 0 02366618 +unexhausted a 1 2 ! & 1 0 00926348 +unexpansive a 2 2 ! & 2 0 00947680 02000559 +unexpected a 1 4 ! & ^ + 1 1 00930290 +unexpendable a 1 2 ! ^ 1 0 00933032 +unexpended a 2 1 & 2 0 00926871 00926505 +unexpired a 1 2 ! & 1 0 00938441 +unexplainable a 1 1 & 1 1 00940108 +unexplained a 2 1 & 2 2 01610952 00940314 +unexploded a 1 1 & 1 0 01424706 +unexploited a 1 2 ! & 1 0 00942871 +unexplorative a 1 0 1 0 00878704 +unexploratory a 1 0 1 0 00878704 +unexplored a 1 1 & 1 1 01377819 +unexportable a 1 1 ! 1 0 00877263 +unexpressed a 1 1 & 1 0 00942380 +unexpressible a 1 1 & 1 0 00943999 +unexpressive a 1 1 & 1 0 00501313 +unexpurgated a 1 1 & 1 0 00319389 +unextended a 1 1 ! 1 0 01432605 +unfaceted a 1 1 ! 1 0 02591594 +unfading a 1 1 & 1 0 01558086 +unfailing a 3 1 & 3 0 00965176 00925985 00583842 +unfair a 1 5 ! & ^ = + 1 1 00957176 +unfaithful a 4 5 ! & ^ = + 4 1 00959731 00960971 00962939 00024139 +unfaltering a 1 1 & 1 1 01990653 +unfamiliar a 1 5 ! & ^ = + 1 1 00966477 +unfamiliar_with a 1 1 & 1 0 00966960 +unfashionable a 1 3 ! & ^ 1 0 00973844 +unfastened a 4 3 ! & ^ 4 1 02096213 01652380 00297097 00254983 +unfastidious a 2 3 ! ^ ; 2 0 00985909 00985387 +unfathomable a 3 3 ! & ^ 3 0 00994882 00690683 00534827 +unfathomed a 1 1 & 1 0 00691141 +unfattened a 1 1 & 1 0 01006284 +unfavorable a 3 4 ! & ^ + 3 1 00996448 00995468 01129644 +unfavourable a 3 3 & ^ + 3 0 00996448 00995468 01129644 +unfearing a 1 1 & 1 0 00250119 +unfeasible a 1 2 & + 1 0 01823574 +unfeathered a 2 2 ! & 2 0 00999330 01096648 +unfed a 2 1 & 2 0 02301430 01099435 +unfeeling a 2 2 & + 2 0 00507292 00117961 +unfeigned a 1 1 & 1 0 02180277 +unfeminine a 1 1 & 1 0 01485971 +unfenced a 1 1 & 1 0 01659277 +unfermented a 1 1 & 1 0 02370083 +unfertile a 1 3 & ^ = 1 1 01002377 +unfertilised a 1 1 & 1 0 01002911 +unfertilized a 1 1 & 1 0 01002911 +unfettered a 1 1 & 1 1 00254296 +unfilled a 1 2 ! < 1 0 03149843 +unfilmed a 1 1 & 1 0 01422863 +unfinished a 3 3 ! & ^ 3 0 01005675 01004318 01714157 +unfirm a 2 1 & 2 0 01061310 00503664 +unfit a 3 4 ! & ^ + 3 1 01021301 01017738 01174222 +unfitting a 1 1 & 1 1 00562909 +unfixed a 2 3 ! & ^ 2 1 01060785 00702245 +unflagging a 2 1 & 2 0 00874920 00583842 +unflappable a 1 1 & 1 0 00530047 +unflattering a 1 1 ! 1 0 00908315 +unflavored a 1 1 & 1 0 02400002 +unflavoured a 1 1 & 1 0 02400002 +unflawed a 1 1 & 1 0 01751080 +unfledged a 3 2 ! & 3 0 01096471 00999671 00936998 +unflinching a 1 1 & 1 0 00082034 +unfluctuating a 1 1 & 1 0 02291336 +unflurried a 1 1 & 1 0 00531087 +unflustered a 1 1 & 1 0 00531087 +unfocused a 2 2 ! & 2 0 00782957 00542775 +unfocussed a 2 1 & 2 0 00782957 00542775 +unforbearing a 1 1 & 1 0 01737698 +unforced a 2 1 & 2 0 02521036 00838659 +unforceful a 1 1 & 1 0 00842914 +unforeseeable a 1 1 & 1 0 01842643 +unforeseen a 1 1 & 1 1 00930765 +unforesightful a 1 1 & 1 0 01896046 +unforested a 1 1 & 1 0 02575138 +unforethoughtful a 1 1 & 1 0 01896396 +unforfeitable a 1 1 & 1 0 00694483 +unforgettable a 1 2 ! & 1 1 01040410 +unforgivable a 1 1 & 1 0 01721867 +unforgiving a 2 2 ! & 2 0 01041481 01785341 +unformed a 2 2 ! & 2 0 02151705 01671509 +unfortunate a 3 5 ! & ^ = + 3 2 01049462 00176838 01001547 +unfounded a 1 1 & 1 0 02353211 +unframed a 1 1 ! 1 0 01096889 +unfree a 2 4 ! & ^ = 2 0 01066070 01064286 +unfrequented a 1 1 & 1 0 01313649 +unfretted a 1 3 ! \ ; 1 0 02731953 +unfriendly a 4 6 ! & ^ = + ; 4 0 01078178 01076793 01246388 01243373 +unfrightened a 1 1 & 1 0 00082160 +unfrosted a 1 1 & 1 1 00432998 +unfrozen a 1 3 ! & ^ 1 1 01079683 +unfruitful a 1 3 ! & ^ 1 0 01082535 +unfueled a 1 2 ! & 1 0 01099235 +unfulfilled a 1 1 & 1 0 02335393 +unfunctional a 1 1 & 1 0 01837487 +unfunded a 1 1 ! 1 0 01098390 +unfunny a 1 1 & 1 0 01268937 +unfurnished a 1 1 ! 1 0 01098154 +unfurrowed a 1 1 ! 1 0 02244472 +ungainly a 2 2 & + 2 1 01140896 02564023 +ungallant a 1 1 & 1 0 00640931 +ungarbed a 1 1 & 1 0 00460157 +ungarmented a 1 1 & 1 0 00460157 +ungathered a 1 2 ! < 1 0 03148137 +ungeared a 1 2 ! & 1 0 01101118 +ungenerous a 2 4 ! & ^ = 2 0 01115081 01112573 +ungentle a 1 1 & 1 0 01593480 +ungentlemanlike a 1 1 & 1 0 01951456 +ungentlemanly a 1 1 & 1 0 01951456 +ungetatable a 1 2 & ; 1 0 00020647 +unglamorous a 1 1 & 1 0 00922840 +unglamourous a 1 1 & 1 0 00922840 +unglazed a 2 2 ! & 2 0 01120766 01120398 +ungodly a 1 2 & + 1 1 02514543 +ungovernable a 1 1 & 1 0 01475526 +ungoverned a 2 1 & 2 0 02001596 00601499 +ungraceful a 1 2 & + 1 0 01141242 +ungracious a 2 4 ! & ^ + 2 0 01142349 00642152 +ungraded a 2 1 & 2 0 01289480 01204443 +ungrammatical a 1 2 ! & 1 0 01146207 +ungrasped a 1 1 & 1 0 01379562 +ungrateful a 2 3 ! & + 2 1 01147044 01804906 +ungratified a 1 1 & 1 0 00590271 +ungratifying a 1 1 & 1 0 02016145 +ungreased a 1 0 1 0 02236757 +ungregarious a 3 5 ! & ^ = ; 3 0 02253655 02253065 02259120 +ungroomed a 1 3 ! & ^ 1 0 02428377 +ungrudging a 1 1 & 1 0 01114973 +ungual a 1 1 \ 1 0 02840711 +unguaranteed a 1 1 & 1 0 02095193 +unguarded a 2 1 & 2 0 02525058 00163480 +unguiculate a 1 3 ! & + 1 0 02489745 +unguiculated a 1 1 & 1 0 02489745 +unguided a 1 1 ! 1 0 01429359 +ungulate a 1 3 ! & + 1 0 02489485 +ungulated a 1 1 & 1 0 02489485 +ungummed a 1 1 & 1 0 00055256 +ungusseted a 1 1 ! 1 0 00210371 +unhallowed a 1 2 & = 1 0 02054779 +unhampered a 2 1 & 2 0 02001984 01063958 +unhappy a 4 5 ! & ^ = + 4 2 01149494 00909363 01805064 01051814 +unhardened a 1 1 & 1 0 01522038 +unharmed a 1 1 & 1 0 01319712 +unharmonious a 1 2 & ^ 1 0 01164072 +unhatched a 1 1 & 1 0 01733784 +unhazardous a 1 1 & 1 0 02058529 +unheaded a 1 1 ! 1 0 01184825 +unhealed a 1 1 & 1 0 02547131 +unhealthful a 3 4 ! & ^ + 3 0 02113449 01167817 02559534 +unhealthy a 3 5 ! & ^ = + 3 1 01172889 02559534 01168845 +unhearable a 1 3 & ^ = 1 0 00174379 +unheard a 1 1 & 1 0 00175435 +unheard-of a 1 1 & 1 0 01377933 +unhearing a 1 1 & 1 0 00682521 +unheated a 1 1 & 1 1 01254296 +unheeded a 1 1 & 1 1 01608656 +unheeding a 1 2 & = 1 1 01193714 +unhelpful a 1 4 ! & ^ + 1 0 01198019 +unheralded a 1 1 & 1 0 00930540 +unhesitating a 1 1 & 1 0 00685924 +unhewn a 1 1 & 1 0 01006386 +unhindered a 1 1 & 1 0 02001984 +unhinged a 1 1 & 1 0 02075321 +unholy a 3 4 ! & = + 3 2 02054779 01132515 02037531 +unhomogenised a 1 1 & 1 0 01329719 +unhomogenized a 1 1 & 1 0 01329719 +unhoped a 1 1 & 1 0 00931070 +unhoped-for a 1 1 & 1 0 00931070 +unhopeful a 1 1 & 1 0 01229435 +unhuman a 1 1 & 1 0 01260584 +unhumorous a 1 1 & 1 0 01268426 +unhurried a 2 3 ! & + 2 1 01271700 01737084 +unhurt a 2 1 & 2 1 01319712 02058656 +unhygienic a 1 1 & 1 0 02113672 +uniate a 1 1 \ 1 0 02820153 +unicameral a 1 1 ! 1 0 00233353 +unicellular a 1 1 \ 1 0 02820395 +unicuspid a 1 1 & 1 0 02049812 +unidentifiable a 1 2 ! & 1 0 01273143 +unidentified a 2 1 & 2 0 01378088 00120784 +unidimensional a 1 1 ! 1 0 00659715 +unidirectional a 1 2 ! & 1 0 00234106 +unifacial a 1 1 & 1 0 00234733 +unified a 2 1 & 2 1 02477557 01328229 +unifilar a 1 1 \ 1 0 02728444 +unifoliate a 1 1 & 1 0 01703417 +uniform a 4 3 ! & + 4 2 01966488 01200095 00744506 01960310 +uniformed a 1 1 & 1 1 00457355 +unifying a 2 1 & 2 0 01331540 00334852 +unilateral a 2 2 ! & 2 1 00236989 01417105 +unilluminated a 1 1 & 1 0 00275985 +unilluminating a 1 0 1 0 01326013 +unimaginable a 1 1 & 1 1 02418692 +unimaginative a 3 1 & 3 1 00644560 01836025 00607977 +unimagined a 1 1 & 1 0 00646276 +unimodal a 1 2 ! ; 1 0 00240323 +unimpaired a 1 2 ! ^ 1 1 01275395 +unimpassioned a 1 1 & 1 1 01727741 +unimpeachable a 3 1 & 3 1 01918873 01320705 00018222 +unimpeded a 1 1 & 1 0 01622908 +unimportant a 2 5 ! & ^ = + 2 1 01279978 02164402 +unimposing a 1 1 & 1 1 01286659 +unimpregnated a 1 1 & 1 0 01002911 +unimpressed a 1 1 & 1 1 00072673 +unimpressionable a 1 1 ! 1 0 02365264 +unimpressive a 1 3 ! & ^ 1 1 01286539 +unimprisoned a 1 1 & 1 0 01063638 +unimproved a 2 2 ! & 2 1 01289229 01290547 +unincorporated a 1 1 & 1 0 01671620 +unindustrialised a 1 1 & 1 0 01302699 +unindustrialized a 1 1 & 1 0 01302699 +uninebriated a 1 1 & 1 0 00800159 +uninfected a 1 1 & 1 0 02116473 +uninflected a 3 3 ! & ; 3 0 00700312 00699876 00111415 +uninfluenced a 1 1 & 1 0 00072790 +uninfluential a 1 1 ! 1 0 01830871 +uninformative a 1 2 ! & 1 0 01305607 +uninformed a 1 3 ! & ^ 1 0 01308425 +uninhabitable a 1 1 & 1 0 01424156 +uninhabited a 1 2 ! & 1 0 01312739 +uninhibited a 1 3 ! & ^ 1 0 01317012 +uninitiate a 1 2 & + 1 0 00937341 +uninitiated a 1 1 & 1 1 00937341 +uninjectable a 1 2 ! ; 1 1 01317831 +uninjured a 1 3 ! & ^ 1 0 01319182 +uninominal a 1 2 & ; 1 0 02215769 +uninquiring a 2 2 ! & 2 0 00880120 00665962 +uninquisitive a 2 1 & 2 0 00880120 00665962 +uninspired a 2 1 & 2 0 00923066 00644560 +uninspiring a 1 1 ! 1 0 01323334 +uninstructed a 1 1 & 1 0 01309657 +uninstructive a 1 1 ! 1 0 01325372 +uninsurable a 1 1 & 1 0 02097152 +uninsured a 1 2 ! & 1 0 02097029 +unintegrated a 2 2 & ^ 2 0 01329007 01326917 +unintelligent a 1 4 ! & ^ = 1 1 01336587 +unintelligible a 2 4 ! & ^ + 2 0 01337121 00535293 +unintended a 1 4 ! & ^ = 1 1 01338730 +unintentional a 2 1 & 2 0 02566644 01339492 +uninterested a 2 2 ! & 2 0 01342759 00665829 +uninteresting a 2 5 ! & ^ = + 2 0 01344963 01231638 +uninterrupted a 2 3 & ^ = 2 1 00291338 00594413 +unintimidated a 1 1 & 1 0 00082034 +unintoxicated a 1 1 & 1 0 00800159 +unintrusive a 1 2 ! = 1 0 01352895 +uninucleate a 1 2 ! \ 1 0 02882373 +uninventive a 1 1 & 1 0 00644560 +uninvited a 1 1 & 1 1 02540458 +uninviting a 2 3 ! & ^ 2 0 01359035 02098243 +uninvolved a 2 2 ! & 2 1 01516832 00546155 +union a 2 2 ! & 2 1 01606214 02474191 +unionised a 2 1 & 2 0 00356211 02474476 +unionized a 2 1 & 2 0 00356211 02474476 +uniovular a 1 1 \ 1 0 02820490 +uniovulate a 1 1 \ 1 0 02820490 +uniparous a 1 2 ! ; 1 0 02475179 +unipolar a 1 1 ! 1 0 02475529 +unique a 4 2 & + 4 2 00505853 01105042 02215087 00491511 +unironed a 1 3 ! & ^ 1 0 01359861 +unisex a 1 1 & 1 0 01479715 +unisexual a 1 1 & 1 0 02135773 +unitarian a 1 3 \ + ; 1 0 02955996 +unitary a 4 4 ! & \ ; 4 0 02820808 02820598 01107521 02477885 +united a 2 3 ! & ^ 2 1 02475855 01481812 +univalent a 2 3 ! = ; 2 1 01546593 01546222 +univalve a 1 3 ! & ; 1 0 02483692 +universal a 3 2 & + 3 1 00527188 01102674 01028623 +universalist a 1 2 \ ; 1 0 02952814 +universalistic a 2 2 \ ; 2 1 02952814 03143286 +univocal a 1 2 & ^ 1 0 00896555 +unjointed a 1 2 & ; 1 0 00153789 +unjust a 3 5 ! & ^ = + 3 1 00957176 01370590 00958712 +unjustifiable a 1 1 & 1 0 01722367 +unjustified a 1 1 & 1 0 01945350 +unkempt a 2 2 & + 2 0 02429461 02426890 +unkept a 1 1 ; 1 0 00289594 +unkeyed a 1 1 ; 1 0 02438188 +unkind a 2 5 ! & ^ = + 2 1 01373728 01264179 +unkindled a 1 1 & 1 0 00475927 +unkindly a 1 1 & 1 0 01374461 +unknowable a 1 2 ! & 1 0 01374789 +unknowing a 1 2 & + 1 0 01308894 +unknowledgeable a 1 1 & 1 0 01308894 +unknown a 5 4 ! & ^ + 5 4 01376894 00120784 02370625 01122595 00966753 +unlabeled a 1 1 ! 1 0 01379844 +unlabelled a 1 0 1 0 01379844 +unlaced a 2 2 ! & 2 0 00254615 02001776 +unladylike a 1 1 & 1 0 01951559 +unlamented a 1 1 ! 1 0 01380127 +unlatched a 1 1 & 1 0 02096382 +unlaureled a 1 1 ! 1 0 01381907 +unlaurelled a 1 0 1 0 01381907 +unlawful a 5 5 ! & ^ = + 5 1 01961410 01396047 01551026 01408421 01403760 +unleaded a 2 3 ! & ; 2 0 01397125 01656520 +unlearned a 3 1 & 3 0 01637184 02084663 00831225 +unleavened a 1 1 ! 1 0 01399949 +unlettered a 2 1 & 2 0 01421887 00831225 +unlicenced a 1 1 & 1 0 00179815 +unlicensed a 1 1 & 1 0 00179815 +unlifelike a 1 1 & 1 0 01572325 +unlighted a 2 2 ! & 2 0 00475749 00275985 +unlikable a 2 2 & ; 2 0 02376562 01461680 +unlike a 2 3 ! ^ + 2 1 01410363 01411291 +unlikeable a 2 2 & ; 2 0 02376562 01461680 +unlikely a 3 4 ! & = + 3 2 01413871 01412415 01800169 +unlimited a 3 2 ! & 3 1 01415605 01914407 01008289 +unlined a 2 2 ! & 2 2 01418181 02237978 +unlipped a 1 0 1 0 01704675 +unlisted a 2 2 ! & 2 0 01418350 01958777 +unlit a 2 1 & 2 0 00475749 00275985 +unliterary a 1 1 & 1 1 01047144 +unlittered a 1 1 & 1 0 02424095 +unlivable a 1 2 ! & 1 0 01423998 +unliveable a 1 1 & 1 0 01423998 +unliveried a 1 1 ! 1 0 01424353 +unloaded a 1 2 ! & 1 1 01424868 +unlobed a 1 1 & 1 0 02170957 +unlocated a 1 1 & 1 0 02128922 +unlocked a 1 1 & 1 1 02096382 +unlogical a 1 3 & ^ = 1 0 01430847 +unlooked-for a 1 1 & 1 0 00930765 +unlovable a 1 1 & 1 0 01460982 +unloved a 1 3 ! & ^ 1 0 01463137 +unlovely a 1 1 & 1 1 00222449 +unloving a 1 3 ! & ^ 1 0 01466593 +unlubricated a 1 1 ! 1 0 02236757 +unlucky a 2 3 ! & ^ 2 1 01468682 01051410 +unmade a 1 1 ! 1 0 01469516 +unmalicious a 1 1 ! 1 1 00226535 +unmalleable a 1 2 & + 1 0 02452919 +unmalted a 1 2 ! < 1 0 03150431 +unmanageable a 4 4 ! & ^ + 4 0 02563727 01475282 02452789 00635752 +unmanful a 1 1 & 1 0 01476154 +unmanlike a 1 1 & 1 0 01476154 +unmanly a 2 3 ! & + 2 0 01476154 00266420 +unmanned a 1 2 ! & 1 0 01479940 +unmannered a 2 1 & 2 0 00641944 00074741 +unmannerly a 1 1 & 1 0 00641944 +unmapped a 1 1 & 1 0 01377257 +unmarked a 2 2 ! & 2 0 01481135 01608848 +unmarketable a 2 1 & 2 0 02062565 02062481 +unmarred a 1 2 & ^ 1 0 00247013 +unmarried a 1 3 ! & ^ 1 1 01482228 +unmatchable a 1 1 & 1 0 00505410 +unmatched a 2 1 & 2 0 01487496 00505410 +unmated a 2 3 ! & ^ 2 1 01483143 01487496 +unmeasurable a 1 1 & 1 0 01498957 +unmeasured a 2 1 & 2 0 01498957 02021415 +unmechanical a 1 1 & 1 0 00064365 +unmechanised a 1 1 & 1 0 01500952 +unmechanized a 1 1 & 1 0 01500952 +unmediated a 1 1 & 1 0 00770480 +unmedical a 1 1 & 1 0 01168632 +unmedicative a 1 1 & 1 0 01168632 +unmedicinal a 1 1 & 1 0 01168632 +unmelodic a 1 0 1 0 01502099 +unmelodious a 2 1 ! 2 0 01502383 01502099 +unmelted a 1 3 ! & ^ 1 0 01506770 +unmemorable a 1 1 & 1 0 01040331 +unmentionable a 1 1 & 1 0 01761609 +unmercenary a 1 1 & 1 0 02579363 +unmerchantable a 1 1 & 1 0 02062565 +unmerciful a 1 3 & ^ + 1 0 01507402 +unmerited a 2 2 ! & 2 0 01371397 02588527 +unmeritorious a 1 1 & 1 1 02588647 +unmethodical a 1 1 & 1 0 01669899 +unmilitary a 1 2 ! & 1 0 01518955 +unmindful a 2 4 ! & = + 2 0 01978003 00192026 +unmined a 1 1 ! 1 0 01504531 +unmingled a 1 1 & 1 0 01907103 +unmistakable a 2 1 & 2 1 00429909 01618376 +unmitigable a 1 1 & 1 0 01785783 +unmitigated a 1 2 ! & 1 0 01519803 +unmixable a 1 2 & ; 1 0 00509735 +unmixed a 2 1 & 2 0 01907103 01330890 +unmoderated a 1 1 & 1 0 01521427 +unmodernised a 1 1 & 1 0 01877521 +unmodernized a 1 1 & 1 0 01877521 +unmodifiable a 1 1 ! 1 0 00350384 +unmodified a 1 3 ! & ^ 1 0 01541013 +unmodulated a 1 2 ! & 1 0 01541632 +unmolested a 1 1 & 1 1 02460404 +unmortgaged a 1 1 & 1 0 00869253 +unmotivated a 1 3 ! & ^ 1 0 01558912 +unmotorised a 1 0 1 0 01559804 +unmotorized a 1 1 ! 1 0 01559804 +unmourned a 1 0 1 0 01380127 +unmovable a 1 1 & 1 0 01525320 +unmoved a 2 3 ! & ^ 2 1 01560320 00353604 +unmoving a 2 4 ! & ^ = 2 0 01564073 01561564 +unmown a 1 2 ! ; 1 0 01566288 +unmusical a 3 2 ! = 3 0 01505786 01505318 01502099 +unmutilated a 1 2 & ^ 1 0 00247013 +unmyelinated a 1 2 ! \ 1 0 02766848 +unnameable a 1 1 & 1 0 02055617 +unnamed a 1 1 & 1 0 00120784 +unnatural a 3 5 ! & ^ = + 3 1 01570470 01595596 00073048 +unnaturalised a 1 1 & 1 0 01035976 +unnaturalized a 1 1 & 1 0 01035976 +unnavigable a 1 1 & 1 0 01725537 +unnecessary a 1 4 ! & ^ = 1 1 01581115 +unneeded a 1 3 & ^ = 1 1 01581115 +unneighborly a 1 2 & + 1 0 01077485 +unneighbourly a 1 1 & 1 0 01077485 +unnerved a 1 1 & 1 0 00081234 +unnerving a 1 1 & 1 0 00195383 +unneurotic a 1 2 ! & 1 0 01586009 +unnotched a 1 1 & 1 0 02245318 +unnoted a 1 1 & 1 0 01608848 +unnoticeable a 3 4 ! & = + 3 0 01614988 01288091 00581637 +unnoticed a 1 2 ! & 1 1 01608264 +unnourished a 1 1 & 1 0 02301489 +unnumberable a 1 1 & 1 0 00301951 +unnumbered a 1 1 & 1 1 00301951 +unnumerable a 1 1 & 1 0 00301951 +unobjectionable a 3 2 & ^ 3 0 00424008 01627635 00018435 +unobjective a 1 1 & 1 0 01616350 +unobligated a 1 2 ! & 1 0 01617502 +unobliging a 1 1 & 1 0 00021403 +unobservable a 1 1 & 1 0 01749225 +unobservant a 1 1 & 1 0 01746464 +unobserved a 2 1 & 2 0 01610261 01608997 +unobstructed a 1 2 ! & 1 0 01622302 +unobtainable a 1 1 & 1 1 00186193 +unobtrusive a 1 2 ! + 1 0 01614988 +unobvious a 1 3 ! & = 1 0 01620052 +unoccupied a 3 2 ! & 3 1 01623836 01624403 01313346 +unoffending a 2 3 ! & = 2 0 01631703 01628677 +unofficial a 2 3 ! & ^ 2 1 01633591 01635018 +unoiled a 2 2 ! & 2 0 01955147 01714314 +unopen a 1 1 ^ 1 0 01652782 +unopened a 1 1 & 1 0 02086879 +unopposable a 1 1 ! 1 0 01662685 +unopposed a 1 1 ! 1 1 01663049 +unordered a 2 1 & 2 0 01668250 01204443 +unorganised a 2 2 & ^ 2 0 01671095 02475001 +unorganized a 2 3 ! & ^ 2 0 01671095 02475001 +unoriented a 1 3 ! & ^ 1 0 01683667 +unoriginal a 1 5 ! & ^ = + 1 0 01688271 +unornamented a 1 1 & 1 0 00060605 +unorthodox a 2 3 ! & = 2 2 00607202 01691073 +unostentatious a 2 2 ! & 2 0 01848970 02393220 +unowned a 1 1 ! 1 0 00360569 +unoxygenated a 1 2 & ; 1 0 02509854 +unpackaged a 1 2 ! & 1 0 01739456 +unpaid a 3 3 ! & ^ 3 1 01709815 02521183 01869634 +unpainful a 1 1 & 1 0 01713250 +unpaintable a 1 1 ! 1 1 01716034 +unpainted a 2 3 ! & ^ 2 0 01714774 01713925 +unpaired a 1 1 & 1 1 01487496 +unpalatable a 1 4 ! & ^ + 1 0 01716491 +unparallel a 1 1 & 1 0 00913306 +unparalleled a 1 1 & 1 1 00505853 +unpardonable a 1 2 ! & 1 0 01721530 +unparented a 1 2 ! & 1 0 01733982 +unparliamentary a 1 1 & 1 0 00642263 +unpartitioned a 1 1 & 1 0 02478504 +unpassable a 1 1 & 1 0 01725273 +unpasteurised a 1 1 < 1 0 03151582 +unpasteurized a 1 1 < 1 0 03151582 +unpatented a 1 1 & 1 0 01109782 +unpatriotic a 1 3 ! & ^ 1 1 01740630 +unpatronised a 1 1 & 1 0 01738895 +unpatronized a 1 2 ! & 1 0 01738895 +unpatterned a 1 1 & 1 0 01785906 +unpaved a 1 2 ! & 1 1 01739987 +unpeaceable a 1 1 & 1 0 01743138 +unpeaceful a 1 3 ! & ^ 1 0 01742296 +unpeopled a 1 1 & 1 0 01313525 +unperceivable a 1 2 & ^ 1 0 01748318 +unperceived a 1 1 & 1 0 01609101 +unperceiving a 1 1 & 1 0 01746114 +unperceptive a 2 3 ! & + 2 0 01746114 00776290 +unperformed a 1 1 & 1 1 02294662 +unpermed a 1 1 & 1 0 01031115 +unpermissive a 1 3 ! = + 1 0 01763445 +unperplexed a 1 2 ! & 1 0 01767076 +unpersuadable a 1 1 & 1 0 02364245 +unpersuaded a 1 1 & 1 0 01957942 +unpersuasive a 1 2 & + 1 0 00615655 +unperturbed a 1 1 & 1 0 00531087 +unpictured a 1 1 & 1 0 01715708 +unpicturesque a 1 1 & 1 1 00222449 +unpierced a 1 1 & 1 0 00662873 +unpigmented a 1 1 \ 1 0 02820991 +unpillared a 1 1 & 1 0 00141746 +unpitying a 1 1 & 1 0 01508086 +unplaced a 1 1 & 1 0 02335602 +unplanned a 2 3 ! & ^ 2 0 01797862 01339492 +unplanted a 1 2 ! & 1 0 01832604 +unplayable a 1 1 ! 1 0 00955405 +unplayful a 1 2 ! = 1 0 02123314 +unpleasant a 1 5 ! & ^ = + 1 1 01801600 +unpleasant-smelling a 1 1 & 1 0 01053144 +unpleasing a 1 2 & + 1 0 01142666 +unpledged a 1 1 & 1 0 00158546 +unploughed a 1 1 & 1 0 01833226 +unplowed a 1 2 ! & 1 1 01833226 +unplumbed a 1 1 & 1 1 00691141 +unpointed a 1 2 & + 1 0 01811504 +unpolished a 2 3 ! & ^ 2 0 01812846 00851329 +unpolitical a 1 1 & 1 0 01815219 +unpolluted a 1 1 & 1 0 01907711 +unpompous a 1 1 & 1 0 01852107 +unpopular a 1 4 ! & = + 1 1 01816956 +unpopulated a 1 1 & 1 0 01313525 +unportable a 1 1 ! 1 0 01526480 +unposed a 1 2 ! < 1 0 03152350 +unpotted a 1 1 ! 1 0 01834230 +unpowered a 1 1 ! 1 0 01829505 +unpracticed a 1 1 & 1 0 00937616 +unpractised a 1 1 & 1 0 00937616 +unprecedented a 1 2 ! & 1 1 00128572 +unpredictable a 3 4 ! & ^ + 3 1 01842001 00739789 00594146 +unpredicted a 1 1 & 1 0 00930540 +unpredictive a 1 1 & 1 0 01883813 +unprejudiced a 1 3 ! & ^ 1 0 00286214 +unpremeditated a 2 3 ! & ^ 2 1 01798697 01843092 +unprepared a 1 3 ! & ^ 1 1 01845160 +unprepossessing a 1 1 & 1 0 00169826 +unpresentable a 1 1 & 1 0 00169826 +unpresidential a 1 2 ! ^ 1 0 00753659 +unpressed a 1 1 & 1 0 01360321 +unpretending a 1 1 & 1 0 01848970 +unpretentious a 3 4 ! & ^ + 3 1 01851523 01848970 02393220 +unpreventable a 1 1 ! 1 0 00344024 +unpriestly a 1 1 ! 1 0 00574308 +unprincipled a 2 3 ! & ^ 2 0 01551461 01228282 +unprintable a 1 1 ! 1 0 01965096 +unproblematic a 1 1 & 1 1 00750296 +unprocessed a 3 3 ! & ^ 3 0 01953467 01952405 01071321 +unprocurable a 1 1 & 1 1 00186193 +unproductive a 2 4 ! & ^ + 2 0 01866535 00836111 +unprofessional a 1 2 ! & 1 0 01870321 +unprofitable a 1 4 ! & ^ + 1 0 01871949 +unprogressive a 1 1 & 1 0 00574884 +unpromised a 1 1 & 1 0 00158546 +unpromising a 1 1 & 1 1 00176991 +unprompted a 1 1 & 1 0 02282651 +unpronounceable a 2 2 ! & 2 0 01878358 00501998 +unprophetic a 1 2 ! & 1 0 01883586 +unpropitious a 1 5 ! & ^ = + 1 0 00177963 +unprotected a 1 4 ! & ^ + 1 1 01886407 +unprotective a 1 1 ! 1 0 01889173 +unprovable a 1 1 & 1 0 01620401 +unproved a 1 2 ! & 1 0 01894416 +unproven a 1 1 & 1 0 01894416 +unprovided_for a 2 1 & 2 0 02024022 00931306 +unprovocative a 1 3 ! & ^ 1 0 01897787 +unprovoked a 1 1 & 1 0 01559270 +unprovoking a 1 2 & ^ 1 0 01897787 +unpublishable a 1 1 ! 1 0 00471260 +unpublished a 1 1 ! 1 1 00471072 +unpunctual a 1 2 ! & 1 0 01900915 +unpunished a 1 2 ! & 1 1 01902171 +unpurified a 1 1 & 1 0 01909421 +unqualified a 4 4 ! & ^ ; 4 1 01913715 01911415 00512261 00853631 +unquenchable a 1 1 & 1 0 02078673 +unquestionable a 3 4 ! & ^ + 3 0 01918184 01115635 00897363 +unquestioned a 1 1 & 1 0 00603039 +unquestioning a 2 1 & 2 0 00646981 00005599 +unquiet a 2 3 ! & ^ 2 0 01923391 02456157 +unquotable a 1 1 ! 1 0 01964196 +unraised a 1 0 1 0 01399949 +unranked a 1 1 & 1 0 01204443 +unratable a 1 2 & ; 1 0 02401445 +unratified a 1 1 & 1 0 01404582 +unreachable a 1 1 & 1 0 00020410 +unreached a 1 1 & 1 0 00020410 +unreactive a 2 3 ! & ; 2 0 01929600 02105898 +unread a 1 1 & 1 0 01309835 +unreadable a 1 1 & 1 0 01405523 +unready a 1 4 ! & ^ = 1 1 01932234 +unreal a 4 5 ! & ^ = + 4 1 01934554 01938659 01571363 00625774 +unrealised a 1 1 & 1 0 02335393 +unrealistic a 1 3 ! & ^ 1 1 01941999 +unrealizable a 1 1 & 1 0 01824081 +unrealized a 1 1 & 1 0 02335393 +unreasonable a 2 4 ! & ^ = 2 0 01944660 01533974 +unreasoning a 1 1 & 1 1 01926654 +unreassuring a 1 2 ! = 1 0 00197447 +unreceptive a 1 2 ! & 1 0 01986260 +unreciprocated a 1 1 & 1 0 01947127 +unrecognisable a 1 1 & 1 0 01273773 +unrecognised a 2 1 & 2 0 01636887 00029216 +unrecognizable a 1 1 & 1 1 01273773 +unrecognized a 2 1 & 2 1 00029216 01636887 +unreconcilable a 1 1 & 1 0 01986926 +unreconciled a 1 1 & 1 0 00578960 +unreconstructed a 1 1 ! 1 1 00288809 +unrecorded a 1 1 & 1 0 01422556 +unrecoverable a 1 2 ! & 1 0 01956523 +unredeemable a 1 1 & 1 0 02514819 +unredeemed a 1 2 & ; 1 1 01451225 +unreduced a 1 1 & 1 0 00353889 +unrefined a 2 3 ! & ^ 2 0 01953467 01949149 +unreflected a 1 2 ! & 1 0 02009012 +unreflective a 1 1 & 1 1 02421003 +unreformable a 2 1 & 2 0 02514819 00635607 +unreformed a 1 1 & 1 0 01690987 +unrefreshed a 1 1 & 1 0 02434380 +unregenerate a 3 3 ! & ^ 3 0 02326695 01957454 00635607 +unregenerated a 1 2 & ^ 1 0 01957454 +unregistered a 3 3 ! & ; 3 0 01959111 01958659 00787002 +unregretful a 1 1 ! 1 0 01150771 +unregretting a 1 0 1 1 01150771 +unregulated a 2 2 ! & 2 0 01962492 01672487 +unrehearsed a 1 1 & 1 0 01845451 +unrelated a 2 3 ! & + 2 1 01974740 01972596 +unrelaxed a 1 1 & 1 0 02407193 +unreleased a 1 1 & 1 1 00470719 +unrelenting a 3 1 & 3 0 01785341 01510798 00593071 +unreliable a 4 4 ! & ^ + 4 1 00964590 00724861 02061126 01999180 +unrelieved a 1 1 & 1 0 01521017 +unremarkable a 1 1 & 1 1 01674242 +unremarked a 1 1 & 1 0 01609101 +unremedied a 1 1 & 1 0 00634759 +unremitting a 1 1 & 1 0 00595299 +unremorseful a 1 1 ^ 1 0 01743909 +unremunerative a 1 1 & 1 0 01872619 +unrenewable a 1 1 ! 1 0 01963117 +unrenewed a 1 0 1 0 02014308 +unrentable a 1 1 ! 1 0 01963378 +unrepaired a 1 1 & 1 0 02125294 +unrepeatable a 2 2 ! & 2 0 01964196 01868578 +unrepentant a 2 3 ! & ^ 2 0 01743909 01957712 +unreplaceable a 1 1 ^ 1 0 01978894 +unreportable a 1 1 ! 1 0 00472177 +unreported a 1 1 ! 1 0 00471966 +unrepresentative a 1 1 & 1 0 02470316 +unrepressed a 1 1 & 1 0 01317462 +unreproducible a 1 2 ! & 1 0 01868302 +unrequested a 1 2 ! & 1 0 01965388 +unrequited a 1 1 & 1 1 01947127 +unresentful a 1 2 ! & 1 0 00117106 +unreserved a 2 3 ! & ^ 2 0 01988724 01988166 +unresistant a 1 1 & 1 0 02362178 +unresisting a 1 1 & 1 0 00040058 +unresolvable a 2 1 & 2 0 02266771 00945399 +unresolved a 3 2 & ; 3 0 02267164 02130821 01164561 +unrespectable a 1 2 ! + 1 0 01993843 +unresponsive a 3 4 ! & ^ + 3 1 01999766 02531775 02364347 +unrested a 1 1 & 1 0 02434380 +unrestrained a 2 3 ! & ^ 2 0 02000680 02390724 +unrestricted a 5 4 ! & ^ ; 5 2 02002814 01064167 01862296 01541258 00416651 +unrestrictive a 1 2 ! & 1 0 02005245 +unretentive a 1 2 ! ^ 1 0 02006031 +unretrievable a 1 1 & 1 0 01956675 +unrevealed a 1 1 & 1 0 01708164 +unreverberant a 1 2 ! & 1 0 02011142 +unrevised a 1 1 & 1 0 00353969 +unrevived a 1 1 ! 1 0 02014308 +unrewarded a 1 1 & 1 0 02334561 +unrewarding a 1 2 ! & 1 0 02016001 +unrhetorical a 1 3 ! & ^ 1 0 02018486 +unrhymed a 1 1 ! 1 0 01966315 +unrhythmic a 1 2 & ^ 1 0 02021050 +unrhythmical a 1 3 ! & ^ 1 0 02021050 +unrifled a 1 1 ! 1 0 02248204 +unrigged a 1 2 ! ; 1 0 01093956 +unrighteous a 1 4 ! & ^ + 1 0 02037272 +unrimed a 1 0 1 0 01966315 +unripe a 2 1 & 2 0 01493897 01932902 +unripened a 1 1 & 1 0 01493897 +unrivaled a 1 1 & 1 0 00505410 +unrivalled a 1 1 & 1 0 00505410 +unromantic a 1 1 & 1 0 01467184 +unroofed a 1 1 & 1 0 01699006 +unrouged a 1 1 & 1 0 01714896 +unruffled a 2 1 & 2 0 00531087 00302951 +unruly a 3 2 & + 3 1 01666489 02330762 01475526 +unsaddled a 1 2 ! & 1 0 00460536 +unsafe a 3 2 & ^ 3 0 02094755 02058794 02524443 +unsaid a 1 1 & 1 1 00942380 +unsalable a 1 2 ! & 1 0 02062358 +unsalaried a 1 1 & 1 0 01710946 +unsaleable a 1 1 & 1 0 02062358 +unsalted a 1 1 & 1 0 02400125 +unsanctified a 1 1 & 1 0 02054926 +unsanctioned a 1 1 & 1 0 01634364 +unsanded a 1 1 & 1 0 01005914 +unsanitary a 1 3 ! & + 1 0 02113449 +unsaponified a 1 2 ! < 1 0 03155306 +unsarcastic a 1 2 ! = 1 0 02080488 +unsated a 1 1 & 1 0 02078788 +unsatiable a 1 1 & 1 0 02078399 +unsatiated a 1 1 & 1 0 02078788 +unsatisfactory a 1 4 ! & ^ + 1 1 02082218 +unsatisfiable a 1 1 & 1 0 02078894 +unsatisfied a 2 1 & 2 0 02078788 00590271 +unsatisfying a 1 1 & 1 0 02082611 +unsaturated a 3 3 ! & ; 3 1 00758290 00757408 00393852 +unsaved a 1 2 & ; 1 0 01451225 +unsavory a 2 3 ! & + 2 0 01627965 01716971 +unsavoury a 2 1 & 2 0 01627965 01716971 +unscalable a 1 1 ! 1 0 02083516 +unscathed a 1 1 & 1 1 01319712 +unscheduled a 1 2 ! & 1 0 02367095 +unscholarly a 1 3 ! & ^ 1 0 02084538 +unschooled a 1 1 & 1 0 00831696 +unscientific a 1 3 ! & = 1 1 02085132 +unscripted a 1 2 ! & 1 0 02213377 +unscrupulous a 1 3 ! ^ + 1 1 02085898 +unsealed a 2 3 ! & ^ 2 0 02087450 02086991 +unseamanlike a 1 2 ! & 1 0 01566634 +unseamed a 2 1 & 2 0 02254669 02237978 +unseasonable a 2 3 ! & + 2 0 01494740 01662119 +unseasoned a 3 2 ! & 3 0 01495181 02400125 00937732 +unseaworthy a 1 3 ! ^ = 1 0 02088086 +unsectarian a 1 1 & 1 0 02092129 +unsecured a 2 1 & 2 0 02096382 02095193 +unseductive a 1 3 ! & ^ 1 0 02098136 +unseeable a 1 2 & ^ 1 0 02517265 +unseeded a 2 2 ! & 2 0 02254971 01832807 +unseeing a 2 1 & 2 1 01746464 02160135 +unseemly a 1 2 & + 1 0 01880918 +unseen a 1 1 & 1 1 01610261 +unseeyn a 1 1 & 1 0 02518926 +unsegmented a 1 2 & ; 1 0 02478589 +unsegregated a 1 1 & 1 0 01326516 +unselected a 1 1 ! 1 0 02123743 +unselective a 1 1 & 1 0 00776406 +unselfconscious a 1 2 & + 1 1 00074867 +unselfish a 2 4 ! & ^ + 2 1 02099019 01112471 +unsensational a 1 2 ! = 1 0 02102321 +unsent a 1 1 ! 1 0 02109552 +unsentimental a 1 1 & 1 0 02448749 +unserviceable a 2 3 ! & ^ 2 0 02124654 02497830 +unservile a 1 1 ! 1 1 00791131 +unsettled a 4 2 ! & 4 1 02130514 02126889 02504558 01313835 +unsexed a 1 1 & 1 0 02136802 +unsexy a 1 2 ! & 1 0 02134999 +unshackled a 1 1 & 1 0 00254296 +unshaded a 2 2 ! & 2 0 00277867 00277183 +unshadowed a 1 1 & 1 0 00277339 +unshakable a 2 1 & 2 1 01990653 00591513 +unshaken a 1 1 & 1 0 01991783 +unshaped a 1 1 & 1 0 02152078 +unshapely a 1 3 ! & ^ 1 0 02140492 +unshapen a 1 1 & 1 0 02152078 +unshared a 1 3 ! & ^ 1 0 02152848 +unsharpened a 1 1 & 1 1 00800755 +unshaved a 1 1 & 1 1 02153817 +unshaven a 1 2 ! & 1 1 02153817 +unsheared a 2 2 ! & 2 0 02154635 00664317 +unsheathed a 1 1 ! 1 0 02155524 +unshelled a 1 1 ! 1 0 02597007 +unshielded a 1 1 & 1 1 01886963 +unshockable a 1 1 ! 1 0 02155771 +unshod a 2 3 ! & ; 2 0 02157041 02156579 +unshoed a 1 1 & 1 0 02156579 +unshorn a 1 0 1 0 02154635 +unshrinkable a 1 1 ! 1 0 02158192 +unshrinking a 1 1 & 1 0 00082034 +unshuttered a 1 1 ! 1 0 02256732 +unsighted a 1 1 & 1 0 02158826 +unsightly a 1 2 & + 1 0 00222543 +unsigned a 1 1 ! 1 1 02161314 +unsilenced a 1 1 ! 1 0 02166277 +unsinkable a 1 1 ! 1 0 02213824 +unsized a 2 2 ! & 2 0 02225387 02225071 +unskilled a 3 3 ! & ^ 3 0 02228335 01870636 01128103 +unskillful a 1 2 & + 1 0 02229000 +unsleeping a 1 1 & 1 0 00187443 +unsloped a 1 1 & 1 1 01234030 +unsmiling a 1 1 & 1 1 01368726 +unsmooth a 1 2 & ^ 1 0 02238462 +unsmoothed a 1 1 & 1 0 01360571 +unsnarled a 1 1 & 1 0 00256538 +unsociable a 1 5 ! & ^ = + 1 0 02258600 +unsocial a 1 4 ! & ^ = 1 0 02249441 +unsoiled a 1 1 & 1 0 00418950 +unsold a 1 1 ! 1 1 02259667 +unsoldierly a 1 1 & 1 0 01519167 +unsolicited a 1 1 & 1 0 01965512 +unsoluble a 1 1 & 1 0 02266771 +unsolvable a 1 1 & 1 0 02266771 +unsolved a 1 1 ! 1 1 02267164 +unsophisticated a 3 1 & 3 0 02273088 02175980 00636891 +unsorted a 2 1 & 2 0 02225202 00415116 +unsought a 1 1 & 1 0 02529047 +unsound a 6 4 ! & ^ + 6 0 02275629 02274253 02500179 02076817 01174222 00725704 +unsoundable a 1 1 & 1 0 00995027 +unsounded a 2 1 & 2 0 00691141 00175123 +unsoured a 1 2 ! & 1 0 02369989 +unsown a 1 1 & 1 0 01832807 +unspaced a 1 2 ! & 1 0 01656416 +unsparing a 2 1 & 2 0 01111965 00438063 +unspeakable a 3 1 & 3 2 00944111 01126291 02055617 +unspecialised a 1 2 & ^ 1 0 02278337 +unspecialized a 1 3 ! & ^ 1 0 02278337 +unspecific a 1 1 & 1 0 01101891 +unspecified a 1 1 ! 1 0 01100082 +unspectacular a 1 1 & 1 0 00795671 +unspent a 1 1 & 1 0 00926871 +unspoiled a 2 1 & 2 0 01068306 00623261 +unspoilt a 1 1 & 1 0 01068306 +unspoken a 2 1 & 2 1 00152285 00942380 +unsporting a 1 1 & 1 0 00957743 +unsportsmanlike a 1 1 & 1 0 00957743 +unspotted a 1 1 & 1 0 00418950 +unstable a 6 4 ! & ^ + 6 3 02291843 01929456 00823192 02076817 01992712 00345494 +unstaged a 1 2 ! & 1 0 02294563 +unstained a 4 2 ! & 4 2 00402159 01714406 00418950 00247247 +unstarred a 1 1 & 1 0 01481282 +unstated a 1 1 & 1 0 00942380 +unstatesmanlike a 1 2 ! ^ 1 0 00753378 +unsteady a 2 4 ! & ^ + 2 0 02303077 01061310 +unsterilised a 1 1 & 1 0 02117144 +unsterilized a 1 1 & 1 0 02117144 +unstilted a 1 1 & 1 1 00075019 +unstimulating a 1 3 ! & ^ 1 0 02307367 +unstinted a 1 1 & 1 0 01111965 +unstinting a 1 1 & 1 0 01111965 +unstirred a 1 1 & 1 0 00088899 +unstoppable a 1 2 ! & 1 0 02288118 +unstoppered a 1 1 & 1 0 01653231 +unstrained a 2 1 & 2 0 02408140 00838659 +unstratified a 1 2 ! ; 1 0 00208946 +unstressed a 1 2 ! & 1 1 02320117 +unstructured a 2 3 ! & ^ 2 1 01671881 01680283 +unstrung a 1 1 & 1 1 00532753 +unstuck a 2 2 ! & 2 0 00161276 01670037 +unstudied a 2 3 ! & ^ 2 0 01799035 00831903 +unstudious a 1 1 & 1 0 02084735 +unstylish a 2 2 & ^ 2 0 00976123 00973844 +unsuasible a 1 1 & 1 0 02364245 +unsubdivided a 1 3 & ^ ; 1 0 02166346 +unsubduable a 1 1 & 1 0 00570099 +unsubdued a 1 1 & 1 0 02391342 +unsubmissive a 1 0 1 0 00791131 +unsubstantial a 1 4 & ^ = + 1 0 00625774 +unsubstantiated a 1 1 & 1 0 02353599 +unsubtle a 1 1 & 1 0 00428878 +unsuccessful a 2 4 ! & ^ = 2 2 02333453 01082714 +unsufferable a 1 1 & 1 0 02436025 +unsugared a 1 1 & 1 0 02338468 +unsuitable a 4 2 & + 4 1 01021607 01976851 01129823 00853473 +unsuited a 1 1 & 1 1 01487352 +unsullied a 2 1 & 2 0 00419058 00247247 +unsung a 2 1 & 2 1 01122595 00028867 +unsupervised a 1 2 ! & 1 0 02350353 +unsupportable a 1 1 & 1 0 02436245 +unsupported a 2 2 ! & 2 0 02353026 02352301 +unsupportive a 1 3 ! & ^ 1 0 02356430 +unsuppressed a 1 1 & 1 0 01317560 +unsure a 2 3 ! & = 2 0 00339941 00337404 +unsurmountable a 2 2 & ^ 2 0 02357115 01725422 +unsurpassable a 1 1 & 1 0 00229487 +unsurpassed a 1 1 & 1 0 00229371 +unsurprised a 1 1 ! 1 0 02359308 +unsurprising a 1 2 ! ^ 1 0 02360351 +unsusceptible a 1 5 ! & ^ = + 1 0 02363358 +unsuspected a 1 2 ! & 1 0 02370329 +unsuspecting a 2 1 & 2 0 02463029 00192523 +unsuspicious a 1 1 & 1 0 02463029 +unswayed a 1 1 & 1 0 00072790 +unsweet a 2 1 & 2 0 02368247 00090628 +unsweetened a 1 1 & 1 0 02338543 +unswept a 2 2 ! & 2 0 02371215 00423781 +unswerving a 2 1 & 2 0 00761844 00583581 +unsworn a 1 1 ! 1 0 02371583 +unsyllabic a 1 1 & 1 0 02289738 +unsyllabled a 1 1 & 1 0 02290179 +unsymbolic a 1 0 1 0 01982538 +unsymmetric a 1 1 & 1 0 02374259 +unsymmetrical a 2 1 & 2 0 02374259 00892635 +unsympathetic a 5 4 ! & ^ ; 5 1 02375828 02376562 01986349 01374461 00561359 +unsympathising a 1 1 & 1 0 02376118 +unsympathizing a 1 1 & 1 0 02376118 +unsynchronised a 1 1 & 1 0 02380225 +unsynchronized a 1 1 & 1 0 02380225 +unsynchronous a 1 1 & 1 0 02380225 +unsystematic a 1 2 ! ^ 1 0 02383151 +untactful a 1 1 ^ 1 0 02384843 +untagged a 1 0 1 0 01379844 +untainted a 1 1 & 1 0 00247247 +untalented a 1 1 ! 1 0 01119305 +untalkative a 1 1 & 1 0 02383709 +untamed a 1 3 & ^ = 1 0 02389220 +untangled a 1 2 ! & 1 0 00256453 +untanned a 1 1 ! 1 0 01659447 +untaped a 1 1 & 1 0 01422863 +untapped a 2 2 ! & 2 0 01659874 00943203 +untarnished a 1 1 & 1 0 00247247 +untasted a 1 1 & 1 0 01086339 +untaught a 1 1 & 1 0 00831696 +untaxed a 1 1 & 1 0 02401288 +untechnical a 1 0 1 0 01109096 +untellable a 1 1 & 1 1 00944111 +untempered a 2 2 ! & 2 0 01522038 01521293 +untempting a 2 1 & 2 0 02098243 01359159 +untenable a 1 1 & 1 1 01945010 +untenanted a 1 1 & 1 0 01313346 +untended a 1 1 & 1 0 00308870 +untested a 2 1 & 2 1 00937732 01643094 +untethered a 1 1 & 1 0 00254419 +unthankful a 1 1 & 1 0 01147044 +unthawed a 1 1 & 1 0 01079532 +untheatrical a 1 1 ! 1 0 00796928 +unthematic a 1 2 ! \ 1 1 02813819 +unthinkable a 1 3 ! & ^ 1 0 02418538 +unthinking a 3 1 & 3 1 02421003 00639594 00441272 +unthought a 1 1 & 1 0 00931070 +unthought-of a 1 1 & 1 0 00931070 +unthoughtful a 1 2 & + 1 0 02421003 +unthreatening a 1 1 & 1 0 01247025 +untidy a 1 4 ! & ^ + 1 0 02424254 +untied a 3 2 ! & 3 0 00254983 00254615 00254296 +untilled a 1 1 & 1 0 01833541 +untimbered a 2 2 ! & 2 0 02430002 02575238 +untimely a 2 2 & + 2 0 01662119 00815000 +untipped a 1 1 ! 1 0 02431619 +untired a 1 1 & 1 0 02434929 +untiring a 1 1 & 1 0 00754682 +untitled a 1 1 & 1 0 01593480 +untoasted a 1 1 & 1 0 00619873 +untold a 1 1 & 1 1 01554412 +untoothed a 1 1 & 1 0 02245318 +untouchable a 5 2 & + 5 0 02526725 02510786 01761742 00428243 00186193 +untouched a 4 3 ! & ^ 4 2 01086339 00072790 02445554 01560320 +untoughened a 1 2 & ^ 1 0 02448166 +untoward a 2 1 & 2 1 01880918 00997036 +untraceable a 1 1 ! 1 0 02453492 +untracked a 1 1 & 1 0 00020241 +untraditional a 1 0 1 1 00611938 +untrained a 1 2 ! & 1 0 01912613 +untrammeled a 1 1 & 1 1 01416255 +untrammelled a 1 1 & 1 0 01416255 +untransferable a 1 1 & 1 0 00094324 +untranslatable a 1 1 ! 1 0 02489312 +untransmutable a 1 1 & 1 0 00348938 +untraveled a 1 2 ! & 1 0 02454482 +untravelled a 1 1 & 1 0 02454482 +untraversable a 1 1 & 1 0 01725624 +untraversed a 1 1 & 1 0 02454619 +untreated a 3 3 ! & ^ 3 0 01955898 01954781 00402285 +untried a 2 1 & 2 1 00937732 01643094 +untrimmed a 1 2 ! & 1 0 02455069 +untrod a 1 1 & 1 0 00020241 +untrodden a 1 1 & 1 0 00020241 +untroubled a 3 3 ! & ^ 3 0 02459109 02093305 01923286 +untrue a 4 1 & 4 1 02462489 00960481 00912637 00584403 +untrusting a 1 1 & 1 0 02464277 +untrustworthy a 1 4 ! & ^ + 1 0 02466111 +untrusty a 1 3 & ^ + 1 0 02466111 +untruthful a 1 4 ! & ^ + 1 0 01225898 +untucked a 1 1 ! 1 0 02467241 +untufted a 1 1 & 1 0 00060875 +untuneful a 1 0 1 0 01502383 +unturned a 1 2 ! & 1 0 02468326 +untutored a 1 1 & 1 0 00831696 +untwisted a 1 1 & 1 0 02311442 +untypical a 1 4 & ^ = + 1 0 02469928 +ununderstood a 1 2 ! & 1 0 01378878 +unusable a 1 1 & 1 0 02497830 +unuseable a 1 1 & 1 0 02497830 +unused a 4 1 & 4 1 00418198 01643260 00037188 00025138 +unusual a 3 5 ! & ^ = + 3 3 00490035 00967129 00488857 +unutterable a 3 1 & 3 0 02055617 00944111 00501998 +unuttered a 1 1 & 1 0 00942380 +unvaccinated a 1 1 & 1 0 02363093 +unvalued a 1 1 & 1 0 00028867 +unvaned a 1 1 & 1 0 00999671 +unvanquishable a 1 1 & 1 0 00570322 +unvanquished a 1 1 & 1 0 00695335 +unvaried a 1 4 ! ^ = + 1 0 02507968 +unvarnished a 2 1 & 2 0 01714406 00765666 +unvarying a 3 3 & ^ = 3 1 02506029 02507968 01966488 +unveiled a 1 2 ! & 1 0 02508277 +unvendible a 1 1 & 1 0 02062565 +unvented a 1 1 & 1 0 02509984 +unventilated a 1 3 ! & ^ 1 1 02509292 +unverbalised a 1 1 & 1 0 00942380 +unverbalized a 1 1 & 1 0 00942380 +unverifiable a 1 1 & 1 0 01616350 +unverified a 1 1 & 1 0 01894670 +unversed a 1 1 & 1 0 00937616 +unvigilant a 1 1 ^ 1 0 00092551 +unvindictive a 1 1 & 1 0 01041408 +unvitrified a 1 2 & ; 1 0 01120515 +unvoiced a 2 2 ! & 2 0 02286294 00942380 +unvoluntary a 1 2 & ^ 1 0 02521353 +unvulcanised a 1 1 & 1 0 01953161 +unvulcanized a 1 1 & 1 0 01953161 +unwanted a 2 3 ! & ^ 2 1 02527734 00733905 +unwarmed a 1 1 & 1 0 01254296 +unwarrantable a 1 1 & 1 0 01722367 +unwarranted a 3 1 & 3 1 01722367 02353211 01945350 +unwary a 1 4 ! & = + 1 0 00162990 +unwashed a 2 1 & 2 0 01593079 00423874 +unwatchful a 1 1 ^ 1 0 00092551 +unwavering a 2 1 & 2 1 01990653 02302537 +unwaxed a 1 1 ! 1 0 02534417 +unweaned a 1 1 ! 1 0 02539223 +unwearable a 1 1 ! 1 0 02539576 +unwearied a 1 1 & 1 0 02434929 +unweary a 1 1 & 1 0 02434929 +unwearying a 1 1 & 1 0 00874920 +unweathered a 1 1 & 1 0 02584817 +unwebbed a 1 1 ! 1 0 02591372 +unwed a 1 1 & 1 1 01482751 +unwedded a 1 1 & 1 0 01482751 +unwelcome a 2 3 ! & ^ 2 1 02540236 02529148 +unwell a 1 2 & + 1 0 02542325 +unwholesome a 1 4 ! & ^ + 1 0 02559180 +unwieldy a 3 3 ! & + 3 0 02563727 01837605 01140896 +unwilled a 2 1 & 2 0 02566644 02522082 +unwilling a 2 5 ! & ^ = + 2 1 02566015 02522164 +unwise a 2 2 & + 2 1 02572657 01814252 +unwished a 1 1 & 1 0 02529148 +unwished-for a 1 1 & 1 0 02529148 +unwitting a 3 3 ! & ^ 3 1 01339492 00192880 01308894 +unwomanly a 1 2 ! & 1 1 01485502 +unwonted a 1 1 & 1 0 00488998 +unwooded a 1 3 ! & ^ 1 0 02575008 +unworkable a 1 1 & 1 0 01823574 +unworkmanlike a 1 1 & 1 0 00511966 +unworldly a 2 3 ! & ^ 2 0 02578235 02273088 +unworried a 1 1 & 1 0 02459465 +unworthy a 3 5 ! & ^ = + 3 1 02588099 02588421 01133017 +unwounded a 1 1 & 1 0 01319807 +unwoven a 1 2 ! & 1 0 02579952 +unwrapped a 1 1 ! 1 0 02087723 +unwrinkled a 1 2 ! ^ 1 1 01360692 +unwritten a 3 2 ! & 3 1 02286927 02284169 02213557 +unyielding a 2 2 & + 2 0 02327569 01152620 +up a 8 4 ! & ^ ; 8 4 02490170 00186925 02487108 02485488 01845002 01208146 01091995 01004245 +up-and-coming a 1 1 & 1 0 00885099 +up-to-date a 2 2 & + 2 1 00668208 00972642 +up-to-the-minute a 1 1 & 1 0 00668366 +up_in_the_air a 2 1 & 2 1 00336724 00342139 +up_on a 1 1 & 1 0 01306645 +up_to a 2 1 & 2 2 00294056 00051373 +up_to_her_neck a 1 1 & 1 0 01516605 +up_to_his_neck a 1 1 & 1 0 01516605 +up_to_my_neck a 1 1 & 1 0 01516605 +up_to_our_necks a 1 1 & 1 0 01516605 +up_to_their_necks a 1 1 & 1 0 01516605 +up_to_your_neck a 1 1 & 1 0 01516605 +upbeat a 1 1 & 1 1 01664015 +upbound a 1 1 & 1 0 02491578 +upcoming a 1 1 & 1 1 01732601 +upcountry a 1 1 & 1 0 00463917 +upcurved a 1 1 & 1 0 02317258 +upended a 1 1 & 1 0 01233960 +upfield a 1 2 & ; 1 0 02491708 +upfront a 1 1 & 1 0 00766348 +uphill a 1 1 & 1 0 02484530 +upland a 1 2 ! & 1 1 01219111 +uplifted a 1 2 & ; 1 1 00705776 +upmarket a 1 2 ! & 1 0 02488118 +upmost a 1 1 & 1 0 02440461 +upon_one's_guard a 1 1 & 1 1 00162661 +upper a 3 1 & 3 2 02440617 01206318 02340096 +upper-class a 1 3 ! & = 1 0 00261245 +upper-level a 1 1 & 1 1 02339577 +upper-lower-class a 1 1 & 1 1 00260323 +upper-middle-class a 1 1 & 1 1 00261109 +uppercase a 1 3 ! & ^ 1 0 01467700 +uppermost a 1 1 & 1 1 02440461 +uppish a 1 2 & + 1 0 01890382 +uppity a 1 2 & + 1 0 01540102 +upraised a 1 1 & 1 1 01208221 +upright a 3 3 & = + 3 2 01234030 02036934 01235859 +uproarious a 2 2 & + 2 0 01921466 01266841 +upscale a 1 1 & 1 0 02488304 +upset a 5 1 & 5 3 02457167 01669246 00931395 02547217 02467766 +upsetting a 1 1 & 1 0 01809019 +upside-down a 1 1 & 1 1 02467559 +upstage a 2 2 ! & 2 0 02493700 01987646 +upstair a 1 0 1 0 02493951 +upstairs a 1 1 ! 1 1 02493951 +upstanding a 1 1 & 1 0 01993693 +upstart a 1 1 & 1 0 01850862 +upstream a 1 1 ! 1 1 02494401 +uptight a 1 1 & 1 0 02406370 +uptown a 1 1 ! 1 0 02494594 +upturned a 2 1 & 2 0 02467766 02140144 +upward a 2 1 & 2 2 02491836 02485488 +upwind a 1 1 & 1 0 01400464 +uraemic a 1 1 + 1 0 02656218 +urban a 2 4 ! & \ + 2 2 02821071 02052333 +urbane a 1 2 & + 1 0 02271177 +urbanised a 1 1 & 1 0 02052830 +urbanized a 1 1 & 1 1 02052830 +urceolate a 1 2 \ ; 1 0 02821243 +uremic a 1 2 \ + 1 0 02656218 +urethral a 1 2 \ + 1 0 02821373 +urgent a 1 2 & + 1 1 00713558 +uric a 1 1 \ 1 0 03127718 +uricosuric a 1 1 \ 1 0 03127822 +urinary a 2 2 \ + 2 1 03008207 03008345 +urn-shaped a 1 1 & 1 0 00537248 +urogenital a 1 1 \ 1 0 02821475 +ursine a 1 1 \ 1 0 02890613 +uruguayan a 1 2 \ + 1 0 02967333 +usable a 3 2 & + 3 1 02496674 02124253 00777650 +useable a 3 2 & + 3 1 02124253 02496674 00777650 +used a 3 2 ! & 3 3 02494923 02495687 01640482 +used_to a 1 1 & 1 1 00024619 +useful a 2 5 ! & ^ = + 2 1 02495922 01090820 +useless a 1 5 ! & ^ = + 1 1 02497141 +user-friendly a 1 1 & 1 0 00751099 +usual a 2 5 ! & ^ = + 2 2 00489108 00970610 +usufructuary a 1 2 \ + 1 0 02821586 +usurious a 1 2 & + 1 0 01534282 +uterine a 1 1 \ 1 0 02933132 +utile a 1 4 & ^ = + 1 0 02495922 +utilised a 1 1 & 1 0 02495270 +utilitarian a 2 2 & + 2 1 01090820 02496857 +utility a 2 1 & 2 0 02348376 01855446 +utility-grade a 1 1 & 1 0 02348376 +utilizable a 1 2 & + 1 0 02497013 +utilized a 1 1 & 1 0 02495270 +utmost a 3 3 & + ; 3 2 01511520 01212095 00443618 +utopian a 2 5 ! & ^ \ + 2 1 03020193 02497938 +utter a 2 1 & 2 1 01520091 00522349 +utterable a 1 2 & + 1 0 00943831 +uttered a 1 1 & 1 0 02284023 +uttermost a 2 3 & + ; 2 0 01511520 00443618 +uveal a 1 2 \ + 1 0 02821723 +uveous a 1 2 \ + 1 0 02821723 +uvular a 1 2 \ + 1 0 03127937 +uxorial a 1 1 + 1 0 01735475 +uxorious a 1 2 & + 1 0 01466476 +uzbekistani a 1 1 \ 1 0 02963810 +v a 1 1 & 1 0 02186750 +v-shaped a 1 1 & 1 0 02151438 +vacant a 2 2 & + 2 2 01088164 01087977 +vaccinated a 1 1 & 1 0 02363811 +vacillant a 1 2 & + 1 0 01992867 +vacillating a 1 1 & 1 0 01992867 +vacuolate a 1 1 \ 1 0 02821875 +vacuolated a 1 1 \ 1 1 02821875 +vacuous a 4 2 & + 4 0 02571277 01498084 01088262 00500889 +vagabond a 2 2 & + 2 0 02128736 02127159 +vagal a 1 3 \ + ; 1 0 02822055 +vagile a 1 3 ! & ; 1 0 00160144 +vaginal a 1 2 \ + 1 0 03128070 +vagrant a 1 2 & + 1 0 02127159 +vague a 3 3 & ^ + 3 3 00431004 00697389 00782216 +vain a 2 2 & + 2 2 01891773 01866812 +vainglorious a 1 2 & + 1 0 01890187 +valedictory a 2 3 & \ + 2 0 02822229 01291098 +valent a 1 3 \ + ; 1 0 02822601 +valetudinarian a 1 2 \ + 1 0 02822746 +valetudinary a 1 1 \ 1 0 02822746 +valiant a 1 2 & + 1 1 00264570 +valid a 2 4 ! & ^ + 2 1 02498708 00938659 +validated a 1 1 & 1 0 02499643 +validating a 1 1 & 1 0 02355521 +validatory a 1 2 & + 1 0 02355521 +valorous a 1 2 & + 1 0 00264570 +valuable a 2 4 ! & ^ + 2 2 02500884 02587738 +valued a 2 2 & ; 2 1 01915991 02587556 +valueless a 1 2 & + 1 1 02504046 +valved a 1 1 \ 1 0 02822929 +valvular a 1 2 \ + 1 0 03128193 +vaned a 1 1 & 1 0 00998381 +vanilla a 2 2 & \ 2 0 02823018 01794125 +vanilla-scented a 1 1 & 1 0 01057614 +vanished a 1 1 & 1 1 00928414 +vanquishable a 1 2 & + 1 0 00569304 +vapid a 2 2 & + 2 0 02399595 02308001 +vaporific a 2 1 & 2 0 02519813 02263491 +vaporish a 1 1 & 1 0 02263491 +vaporizable a 1 2 & + 1 0 02519813 +vaporized a 1 1 & 1 0 02263270 +vaporous a 3 2 & + 3 0 02413390 02263491 00462546 +vapourific a 2 1 & 2 0 02519813 02263491 +vapourisable a 1 1 & 1 0 02519813 +vapourised a 1 1 & 1 0 02263270 +vapourish a 1 1 & 1 0 02263491 +vapourous a 3 1 & 3 0 02413390 02263491 00462546 +variable a 3 4 ! & ^ + 3 3 02504131 02507515 01028796 +variant a 2 2 & + 2 1 02068277 02505415 +varicelliform a 1 1 \ 1 0 03144862 +varicolored a 2 1 & 2 0 02507324 00398978 +varicoloured a 2 1 & 2 0 02507324 00398978 +varicose a 1 2 & + 1 0 01178458 +varied a 3 5 ! & ^ = + 3 1 02506555 00783469 00355083 +variegated a 1 1 & 1 1 02507324 +variform a 1 1 & 1 0 02507436 +variolar a 1 1 \ 1 0 02823131 +variolic a 1 1 \ 1 0 02823131 +variolous a 1 1 \ 1 0 02823131 +various a 4 1 & 4 4 02065665 00494409 02067491 02507772 +varnished a 1 1 & 1 0 01713713 +varying a 1 1 & 1 1 02507515 +vascular a 1 3 ! \ + 1 1 02873811 +vase-shaped a 1 1 & 1 0 02151234 +vasiform a 1 1 & 1 0 02264807 +vasomotor a 1 1 \ 1 0 03143502 +vast a 1 2 & + 1 1 01387319 +vatic a 1 1 & 1 0 01882754 +vatical a 1 1 & 1 0 01882754 +vaulted a 1 1 & 1 0 02046017 +vaulting a 1 1 & 1 0 00251529 +vedic a 1 1 \ 1 0 02823266 +vegetal a 2 1 & 2 0 02598211 02136665 +vegetational a 1 1 + 1 0 02598211 +vegetative a 4 4 & \ + ; 4 0 02833331 02598211 02523092 02136665 +vegetive a 1 1 \ 1 0 02833331 +vehement a 2 2 & + 2 1 01511854 02323823 +vehicular a 1 2 \ + 1 0 03128327 +veiled a 2 2 ! & 2 1 02508104 00782738 +veinal a 1 2 \ + 1 0 02951425 +veined a 1 1 & 1 1 01791138 +veinlike a 1 1 & 1 0 01791138 +velar a 2 3 & \ + 2 0 02896692 01156750 +velvet a 2 2 & + 2 0 02238310 01155206 +velvet-textured a 1 1 & 1 0 02238310 +velvety a 2 2 & + 2 1 02238310 01155206 +velvety-furred a 1 1 & 1 0 00216308 +velvety-haired a 1 1 & 1 0 00216308 +velvety-plumaged a 1 1 & 1 0 00999242 +velvety-skinned a 1 1 & 1 0 02597696 +venal a 1 2 & + 1 0 00621207 +vendable a 1 2 & + 1 0 02062133 +vendible a 1 2 & + 1 0 02062133 +venerable a 2 2 & + 2 2 01646794 01226660 +venerating a 1 1 & 1 0 02012333 +venereal a 1 0 1 0 02881567 +venetian a 1 2 \ + 1 0 02970820 +venezuelan a 1 2 \ + 1 0 02966656 +vengeful a 1 2 & + 1 0 01041634 +venial a 2 2 & ; 2 0 01721401 01721197 +venomed a 1 1 & 1 0 00226339 +venomous a 2 2 & + 2 0 02449952 00226105 +venose a 1 1 & 1 0 01791138 +venous a 1 2 \ + 1 0 02642034 +vented a 1 1 & 1 0 02509170 +ventilated a 1 2 ! & 1 0 02508766 +ventilatory a 1 2 \ + 1 0 02823423 +ventral a 2 4 ! & + ; 2 0 00132385 00002527 +ventricose a 1 2 & ; 1 0 01354750 +ventricous a 1 2 & ; 1 0 01354750 +ventricular a 1 2 \ + 1 0 02823559 +venturesome a 1 2 & + 1 0 00066146 +venturous a 1 2 & + 1 0 00066146 +veracious a 2 2 & + 2 0 01225772 00023278 +verbal a 6 5 ! & \ + ; 6 2 00500310 02823920 02823724 02230581 02284324 00549675 +verbalised a 1 1 & 1 0 02284023 +verbalized a 1 1 & 1 0 02284023 +verbatim a 1 1 & 1 0 00914808 +verbose a 1 2 & + 1 0 00549236 +verboten a 1 1 & 1 0 01761375 +verdant a 1 2 & + 1 0 00016647 +veridical a 1 1 & 1 1 01941604 +verifiable a 2 2 & + 2 0 01615785 00859453 +verificatory a 1 2 & + 1 0 02355521 +verified a 1 1 & 1 0 01894324 +verifying a 1 1 & 1 0 02355521 +verisimilar a 1 1 & 1 0 01413763 +veritable a 2 1 & 2 2 02469577 01115635 +vermicular a 1 1 & 1 0 01796977 +vermiculate a 2 1 & 2 0 02584203 01796977 +vermiculated a 1 1 & 1 0 01796977 +vermiform a 1 1 & 1 0 02151320 +vermilion a 1 2 & + 1 1 00385188 +vermillion a 1 1 & 1 0 00385188 +verminous a 1 2 & + 1 0 01627315 +vernacular a 1 2 & + 1 0 01046226 +vernal a 2 2 ! & 2 1 01649720 01254432 +verrucose a 1 1 & 1 0 02243255 +versatile a 4 3 & + ; 4 0 02507772 02505617 02228163 01524722 +versed a 1 1 & 1 0 00936038 +vertebral a 1 2 \ + 1 1 03010664 +vertebrate a 1 3 ! + ; 1 0 02510062 +vertical a 4 6 ! & ^ \ = + 4 1 01233347 02824040 01235859 01204142 +verticillate a 1 1 & 1 0 00677721 +verticillated a 1 1 & 1 0 00677721 +vertiginous a 1 2 & + 1 0 02544048 +very a 2 1 & 2 2 01839317 02068946 +vesical a 1 2 \ + 1 0 03143662 +vesicant a 1 2 & + 1 0 01611683 +vesicatory a 1 2 & + 1 0 01611683 +vesicular a 1 1 \ 1 1 03010428 +vestal a 2 3 & \ + 2 0 03128472 00361125 +vested a 1 1 & 1 0 00557108 +vestiary a 1 2 \ + 1 0 03128583 +vestibular a 1 2 \ + 1 0 03010553 +vestigial a 1 2 & ; 1 0 00742714 +vestmental a 1 2 \ + 1 0 03128699 +vestmented a 1 1 & 1 0 00457482 +veteran a 1 2 & + 1 1 00936523 +veterinary a 1 2 \ + 1 1 03128816 +vexatious a 1 1 & 1 0 00089550 +vexed a 2 1 & 2 0 02455845 00749040 +vexing a 2 1 & 2 0 01809245 00089550 +vi a 1 1 & 1 0 02186833 +viable a 2 2 & + 2 1 01822563 00094941 +viatical a 1 2 \ + 1 0 02824194 +vibrant a 3 2 & + 3 1 02280969 02011002 00404110 +vibrational a 1 2 \ + 1 0 02824444 +vibratory a 1 2 & + 1 0 01563923 +vibrionic a 1 2 \ + 1 1 03128963 +vicarial a 1 2 \ + 1 0 02824585 +vicarious a 3 2 & ; 3 1 01855621 01598125 00918354 +vice-presidential a 1 2 \ + 1 0 02984333 +vicenary a 1 1 & 1 0 01916142 +vicennial a 1 1 \ 1 0 02824740 +viceregal a 1 2 \ + 1 0 03129098 +vicinal a 1 2 \ + 1 0 02871957 +vicious a 4 2 & + 4 2 01263013 02514099 02035765 00226105 +victimised a 1 1 & 1 0 02495687 +victimized a 1 1 & 1 0 02495687 +victorian a 3 3 & \ + 3 1 03027793 01880163 01537759 +victorious a 2 2 & + 2 0 02333314 00695209 +viennese a 1 1 \ 1 1 02971192 +vietnamese a 1 2 \ + 1 0 03129222 +viewable a 1 2 & + 1 0 02517169 +viewless a 1 1 & 1 0 01819293 +vigesimal a 1 1 \ 1 0 02824825 +vigilant a 1 2 & + 1 0 00091764 +vigorous a 2 2 & + 2 2 00875422 02039845 +vii a 1 1 & 1 0 02186970 +viii a 1 1 & 1 0 02187073 +vile a 2 2 & + 2 1 01133017 02560035 +villainous a 1 2 & + 1 1 02515001 +vinaceous a 2 3 & \ + 2 0 02854013 00385338 +vincible a 1 1 & 1 0 00569304 +vindicated a 1 1 & 1 0 01320184 +vindicatory a 3 2 & + 3 0 01903160 01370305 00923790 +vindictive a 2 2 & + 2 2 01041634 00225099 +vinegarish a 2 2 & + 2 0 02369179 01139245 +vinegary a 2 2 & + 2 0 02369179 01139245 +vinous a 1 2 \ + 1 0 02854013 +violable a 1 2 ! + 1 0 02510446 +violated a 1 1 & 1 0 00574010 +violative a 1 2 & + 1 0 01631386 +violent a 5 4 ! & ^ + 5 3 02510879 01570747 01514141 01511854 00248560 +violet a 1 2 & + 1 0 00380312 +violet-black a 1 1 & 1 0 00392281 +violet-blue a 1 1 & 1 0 00377224 +violet-colored a 1 1 & 1 0 00401444 +violet-coloured a 1 1 & 1 0 00401444 +violet-flowered a 1 1 & 1 0 00401444 +violet-pink a 1 1 & 1 0 00377323 +violet-purple a 1 1 & 1 0 00401562 +violet-scented a 1 1 & 1 0 01057695 +violet-streaked a 1 1 & 1 0 01791257 +violet-tinged a 1 1 & 1 0 00385432 +violet-tinted a 1 1 & 1 0 00385432 +viral a 1 2 \ + 1 0 02880201 +virgin a 2 2 & + 2 1 01643373 00361125 +virginal a 3 3 & \ + 3 0 02824922 01907878 00361125 +viricidal a 1 2 \ + 1 0 03144004 +virile a 3 2 & + 3 2 02324005 01483677 01825419 +virological a 1 2 \ + 1 0 02914599 +virtual a 2 1 & 2 1 01941814 00902157 +virtuoso a 1 2 & + 1 1 02226979 +virtuous a 2 4 ! & ^ + 2 0 02513269 00361125 +virucidal a 1 2 \ + 1 0 03144004 +virulent a 3 3 ! & + 3 1 02449952 00045561 01802165 +visaged a 1 2 & ; 1 0 00236338 +visceral a 2 2 & \ 2 1 02862964 01431471 +viscid a 1 2 & + 1 0 00053691 +viscoelastic a 1 2 & ; 1 1 00845406 +viscometric a 1 2 \ + 1 0 03143794 +viscosimetric a 1 2 \ + 1 0 03143794 +viscous a 2 2 & + 2 0 02417028 00053691 +viselike a 1 1 & 1 1 01448362 +visible a 3 4 ! & ^ + 3 2 02515341 01705513 00184792 +visionary a 1 2 & + 1 0 02498213 +visored a 1 1 & 1 1 01095406 +visual a 2 2 & \ 2 1 02869563 02516148 +visualised a 1 1 & 1 0 01935301 +visualized a 1 1 & 1 0 01935301 +visually_challenged a 1 1 & 1 0 02159969 +visually_impaired a 1 1 & 1 0 02159969 +vital a 4 2 & + 4 1 00903894 00902347 00119006 00095094 +vitalizing a 1 1 & 1 0 01357484 +vitiated a 2 1 & 2 0 01274945 00621100 +vitiliginous a 1 2 \ + 1 0 03144152 +vitreous a 3 3 & \ ; 3 0 02825213 02825060 01119661 +vitrified a 1 2 & ; 1 0 01119661 +vitriolic a 2 2 & + 2 0 01802165 00587376 +vituperative a 1 2 & + 1 0 00648614 +viva-voce a 1 1 & 1 0 02284423 +vivace a 1 1 & 1 0 00982518 +vivacious a 1 2 & + 1 1 02280969 +vivid a 4 2 & + 4 2 01941026 00430041 00402855 00393683 +viviparous a 1 2 ! ; 1 0 02519029 +vixenish a 1 1 & 1 0 00226434 +vocal a 4 4 ! & \ + 4 3 02825533 02825355 00499530 01454494 +vocalic a 2 4 ! & \ + 2 1 02287276 02825985 +vocational a 1 1 \ 1 1 02840478 +vocative a 1 3 \ + ; 1 0 03129490 +vociferous a 1 1 & 1 1 01920367 +voguish a 2 1 & 2 0 00975487 00973677 +voiced a 1 1 ! 1 1 02286083 +voiceless a 4 2 & + 4 0 02286294 00876735 00174719 00151661 +void a 2 3 & + ; 2 1 02500590 01088351 +voidable a 1 2 & + 1 0 01760293 +volant a 1 2 & ; 1 0 02568076 +volar a 1 1 \ 1 0 02773062 +volatile a 4 5 ! & ^ + ; 4 1 02519555 02292573 00584626 00346847 +volatilisable a 1 2 & + 1 0 02519813 +volatilised a 1 1 & 1 0 02263270 +volatilizable a 1 2 & + 1 0 02519813 +volatilized a 1 1 & 1 0 02263270 +volcanic a 3 3 & \ + 3 0 02826169 02293760 01355746 +volitional a 1 2 & + 1 0 02565801 +voltaic a 1 3 \ + ; 1 1 02827160 +voltarean a 1 2 \ + 1 0 03038536 +voltarian a 1 2 \ + 1 0 03038536 +voluble a 1 4 ! & ^ + 1 0 02383831 +volumed a 3 3 & \ ; 3 0 02985206 01390778 01097847 +volumetric a 1 2 \ + 1 1 02985474 +volumetrical a 1 2 \ + 1 0 02985474 +voluminous a 3 2 & + 3 1 01390900 02313784 00014858 +voluntary a 2 5 ! & ^ + ; 2 1 02520219 02522267 +volunteer a 1 1 & 1 0 02521183 +voluptuary a 1 2 & + 1 0 01298239 +voluptuous a 3 2 & + 3 1 02132967 02138989 01298239 +volute a 1 2 & + 1 0 02317598 +voluted a 1 1 & 1 0 02317598 +voracious a 2 2 & + 2 0 00031138 00010726 +voteless a 1 0 1 0 00876735 +votive a 1 1 & 1 1 00573666 +vowellike a 1 1 & 1 0 02287510 +voyeuristic a 1 2 \ + 1 0 03129648 +voyeuristical a 1 2 \ + 1 0 03129648 +vulcanised a 1 1 & 1 0 01951943 +vulcanized a 1 1 & 1 0 01951943 +vulgar a 4 2 & + 4 1 01950198 01593079 01046226 00683531 +vulnerable a 3 4 ! & ^ + 3 1 02523275 02363166 02326482 +vulpecular a 1 1 \ 1 0 02839865 +vulpine a 1 1 \ 1 1 02839865 +vulturine a 1 1 & 1 0 00084022 +vulturous a 1 2 & + 1 0 00084022 +vulval a 1 2 \ + 1 0 02840203 +vulvar a 1 1 \ 1 0 02840203 +w-shaped a 1 1 & 1 0 02151527 +wacky a 2 2 & ; 2 1 02571536 02074929 +wafer-like a 1 1 & 1 0 00619238 +wafer-thin a 1 1 & 1 0 02415294 +wage-earning a 2 1 & 2 0 02557145 00260100 +waggish a 1 2 & + 1 0 01268002 +wagnerian a 1 2 \ + 1 0 03036974 +wailful a 1 1 & 1 1 01365785 +wailing a 1 1 & 1 0 01365785 +wainscoted a 1 1 & 1 1 00059669 +waist-length a 1 1 & 1 0 00517816 +waiting a 1 1 & 1 1 01931926 +wakeful a 3 2 & + 3 1 00091764 00693570 00187590 +wakeless a 1 1 & 1 0 00693020 +waking a 1 1 & 1 0 00187590 +walk-in a 1 1 & 1 0 00691497 +walk-on a 1 0 1 0 00153239 +walk-to a 1 1 & 1 1 00450402 +walk-up a 1 1 & 1 0 01219007 +walking a 1 1 & 1 1 00450402 +walleyed a 1 1 ! 1 0 00653740 +walloping a 1 2 & ; 1 1 01388062 +wan a 3 2 & + 3 1 02325984 00405879 00119750 +wandering a 3 1 & 3 2 02128084 00763407 02127509 +waning a 1 1 ! 1 0 02534690 +wanted a 2 3 ! & ^ 2 0 02526925 01462625 +wanting a 2 1 & 2 0 00927832 00052012 +wanton a 2 2 & + 2 0 01559270 00361837 +war-ridden a 1 1 & 1 1 01742537 +war-torn a 1 1 & 1 0 00737033 +war-worn a 1 1 & 1 0 00737033 +warlike a 2 1 & 2 1 01742715 01518860 +warm a 10 5 ! & ^ = + 10 4 02529264 02530861 02531919 01464700 01068609 00919018 00886117 00806387 00479192 00445308 +warm-blooded a 1 3 ! & ; 1 0 02532508 +warm-toned a 1 1 & 1 1 00856790 +warmed a 1 1 & 1 1 02529761 +warmhearted a 1 3 ! ^ + 1 0 02533313 +warming a 2 1 & 2 1 02529859 01248198 +warning a 1 1 & 1 0 01771124 +warped a 1 1 & 1 1 02314070 +warring a 1 1 & 1 0 01742537 +warriorlike a 1 1 & 1 0 01518694 +wartlike a 1 1 & 1 0 02243255 +warty a 1 2 & + 1 0 02243255 +wary a 2 4 ! & = + 2 1 00162386 02464277 +wash-and-wear a 1 2 & + 1 0 02534042 +washable a 1 3 ! & + 1 0 02533810 +washed a 2 1 & 2 1 00419175 02551141 +washed-out a 2 1 & 2 0 02433451 00404961 +washed-up a 1 1 & 1 0 02334321 +washingtonian a 4 2 \ + 4 0 03037579 03037407 03037236 03037093 +washy a 2 1 & 2 0 00756459 00404961 +wasp-waisted a 1 1 & 1 0 00991189 +waspish a 1 1 & 1 0 01135420 +waste a 1 2 & + 1 0 01243102 +wasted a 4 1 & 4 2 02503305 01450293 00554879 00988988 +wasteful a 3 4 ! & ^ + 3 1 00841159 02422068 00588655 +watchful a 2 3 & ^ + 2 0 00091311 00187176 +water-cooled a 1 1 & 1 1 02530693 +water-insoluble a 1 1 & 1 0 02266043 +water-loving a 1 1 & 1 0 01172493 +water-repellent a 1 1 & 1 0 01773094 +water-resistant a 1 1 & 1 0 01773094 +water-soluble a 1 1 & 1 0 02265815 +water-washed a 2 1 & 2 0 01243609 00419175 +waterborne a 2 1 & 2 0 01525017 00077354 +watercress a 1 2 & + 1 0 00374001 +watered a 1 1 & 1 0 01789359 +waterless a 1 2 & + 1 0 02552415 +waterlogged a 1 1 & 1 0 02548066 +watermelon-shaped a 1 2 & ^ 1 0 02050116 +waterproof a 1 2 & + 1 1 01398941 +waterproofed a 1 1 & 1 0 01398941 +watertight a 2 1 & 2 0 01399235 00591513 +waterworn a 1 1 & 1 0 02584347 +watery a 4 2 & + 4 2 02551259 02549857 02262365 00756459 +watery-eyed a 1 1 & 1 0 02473655 +wavelike a 1 1 & 1 0 00911762 +wavering a 1 1 & 1 0 01992867 +wavy a 2 2 & + 2 2 01030691 00911762 +wavy-grained a 1 1 & 1 0 00911935 +waxed a 1 1 ! 1 1 02534315 +waxen a 2 2 & \ 2 1 03004852 00406495 +waxing a 1 1 ! 1 0 02534501 +waxlike a 1 1 & 1 1 00406495 +waxy a 4 3 & \ + 4 0 03004852 02364448 01022367 00406495 +way-out a 1 1 & 1 0 00609564 +wayfaring a 1 1 & 1 0 02128388 +wayward a 1 1 & 1 1 01613839 +weak a 12 6 ! & ^ = + ; 12 4 02324397 00756459 02320442 01259391 02493574 02230471 02040233 01960432 01828242 01747364 00964768 00441523 +weak-kneed a 1 1 & 1 0 01992996 +weak-stemmed a 1 1 & 1 0 00322007 +weakened a 5 1 & 5 1 01274945 02326621 00882166 00756327 00680532 +weakening a 2 1 & 2 0 01358096 01341822 +weakly a 1 1 & 1 0 02040233 +wealthy a 1 2 & + 1 1 02022167 +weaned a 1 2 ! ; 1 0 02539034 +weaponed a 1 1 & 1 0 00142622 +weaponless a 1 1 & 1 0 00143516 +weapons-grade a 2 1 & 2 0 02344998 02322704 +wearable a 1 2 ! + 1 0 02539359 +wearied a 1 1 & 1 1 02433975 +wearing a 1 1 & 1 0 00837249 +wearisome a 1 1 & 1 1 01345307 +weary a 1 2 & + 1 1 02432428 +wearying a 1 1 & 1 1 00837249 +weasel-worded a 1 1 & 1 0 01913514 +weather a 1 1 & 1 1 01400464 +weather-beaten a 2 1 & 2 1 02448040 02584459 +weather-bound a 1 1 & 1 0 00559271 +weather-stripped a 1 1 & 1 0 01399564 +weathered a 1 1 & 1 0 02584459 +weatherly a 1 3 \ + ; 1 0 03129915 +weatherproof a 1 1 & 1 0 01886241 +weatherworn a 1 1 & 1 0 02584459 +web-footed a 1 1 & 1 0 01031701 +web-toed a 1 1 & 1 0 01031701 +webbed a 2 2 ! & 2 0 02591088 02007067 +webby a 1 2 & + 1 0 02007067 +weblike a 1 1 & 1 0 02007067 +wed a 1 1 & 1 0 01482140 +wedded a 1 1 & 1 0 01482140 +wedge-shaped a 2 2 & \ 2 1 02167740 03144955 +wedged a 1 1 & 1 0 00502809 +wee a 2 3 & + ; 2 1 01392633 00815849 +weedless a 1 1 ! 1 0 02539877 +weedy a 2 3 ! & + 2 0 02539717 00990192 +weeklong a 1 1 & 1 0 01441965 +weekly a 1 2 & + 1 0 01968503 +weensy a 1 2 & ; 1 0 01392633 +weeny a 1 2 & ; 1 0 01392633 +weeping a 2 2 & ; 2 1 01365239 01238486 +weepy a 1 2 & + 1 0 02473886 +weighed_down a 2 1 & 2 0 01085268 00869690 +weighted a 2 1 & 2 1 01189853 00351012 +weightless a 1 2 ! + 1 0 01187777 +weighty a 5 3 ! & + 5 0 01187611 01770392 01278423 01190168 00987180 +weird a 2 2 & + 2 1 01575424 00970081 +welcome a 1 3 ! ^ + 1 1 02539968 +welcoming a 1 1 & 1 1 01244106 +welfare-statist a 1 1 & 1 0 00576573 +welfarist a 1 1 & 1 0 00576573 +well a 3 4 ! & ^ + 3 3 02540578 01048762 00067638 +well-adjusted a 1 1 & 1 0 00351679 +well-advised a 1 3 ! & ^ 1 0 00067966 +well-appointed a 1 1 & 1 0 01097966 +well-balanced a 2 1 & 2 1 00894627 00351679 +well-behaved a 1 1 & 1 0 01125241 +well-bound a 1 1 & 1 1 00257356 +well-branched a 1 1 & 1 0 00614600 +well-bred a 1 1 & 1 0 01949059 +well-chosen a 1 1 & 1 1 01000442 +well-conducted a 1 1 & 1 0 01668723 +well-connected a 1 1 & 1 0 00567414 +well-defined a 2 2 ! & 2 1 00779819 00697923 +well-disposed a 1 1 & 1 0 01246801 +well-done a 1 1 & 1 0 00619324 +well-dressed a 1 1 & 1 0 02428251 +well-educated a 1 1 & 1 1 00830051 +well-endowed a 1 1 & 1 0 02138989 +well-favored a 1 1 & 1 0 00218950 +well-favoured a 1 1 & 1 0 00218950 +well-fed a 1 1 & 1 1 02300624 +well-fixed a 1 1 & 1 0 02022556 +well-formed a 1 0 1 0 01146012 +well-found a 1 1 & 1 0 01097966 +well-founded a 1 1 & 1 0 01944492 +well-groomed a 2 1 & 2 0 02428251 02428150 +well-grooved a 1 1 & 1 0 01636090 +well-grounded a 1 1 & 1 0 02499511 +well-heeled a 1 1 & 1 0 02022556 +well-informed a 1 1 & 1 1 02271052 +well-intentioned a 1 1 & 1 0 01338363 +well-kept a 2 1 & 2 2 00737515 02423649 +well-knit a 1 1 & 1 0 02324165 +well-known a 2 1 & 2 2 01376705 00966167 +well-lighted a 1 1 & 1 0 00271580 +well-lined a 1 1 & 1 0 01086453 +well-made a 1 1 & 1 1 02345194 +well-mannered a 2 1 & 2 0 01949059 00641343 +well-marked a 1 1 & 1 0 01480916 +well-meaning a 2 1 & 2 1 01247025 01338363 +well-meant a 1 1 & 1 0 01338363 +well-mined a 1 1 & 1 0 01504282 +well-nourished a 1 1 & 1 0 02300624 +well-off a 2 1 & 2 0 02022556 01049352 +well-ordered a 1 1 & 1 0 01960557 +well-preserved a 1 1 & 1 0 01172594 +well-proportioned a 1 1 & 1 0 02140305 +well-qualified a 1 1 & 1 0 01911296 +well-read a 2 1 & 2 1 01308259 00830051 +well-rounded a 1 1 & 1 1 00526541 +well-set a 1 1 & 1 0 02324165 +well-shaven a 1 1 & 1 0 02153705 +well-situated a 1 1 & 1 0 02022556 +well-spoken a 1 1 & 1 0 00150936 +well-thought-of a 1 1 & 1 0 01983548 +well-timed a 1 1 & 1 0 01661529 +well-to-do a 1 1 & 1 0 02022556 +well-tried a 1 1 & 1 0 01894196 +well-turned a 2 2 & ; 2 0 02140392 01000592 +well-wishing a 1 2 & + 1 0 01000737 +well-worn a 2 1 & 2 0 02584610 01688757 +well_behaved a 1 1 & 1 0 01125241 +well_thought_out a 1 1 & 1 0 02420085 +well_timed a 1 1 & 1 0 01661529 +wellborn a 1 1 & 1 0 00262008 +welsh a 1 2 \ + 1 0 03130073 +wesleyan a 1 2 + ; 1 0 02955562 +west a 1 2 ! & 1 1 00824321 +west-central a 1 1 & 1 0 00826827 +west_african a 1 2 \ + 1 0 03042249 +westbound a 1 1 & 1 0 00824509 +westerly a 2 2 & + 2 0 00824753 00824509 +western a 4 4 ! & = + 4 3 00825089 00825970 00824631 00824753 +westernmost a 1 1 & 1 0 00824876 +westmost a 1 1 & 1 0 00824876 +westside a 1 1 & 1 0 00824965 +westward a 1 1 & 1 0 00824509 +wet a 6 5 ! & = + ; 6 1 02547317 02555126 02554752 02554267 01159405 00798103 +whacked a 1 2 & ; 1 0 02434473 +whacking a 1 2 & ; 1 0 01391074 +whacky a 2 2 & ; 2 0 02571536 02074929 +whatever a 1 1 & 1 0 02267686 +whatsoever a 1 1 & 1 0 02267686 +wheaten a 1 1 \ 1 0 03130337 +wheel-like a 1 1 & 1 0 02043142 +wheeled a 1 1 ! 1 0 02555683 +wheelless a 1 1 ! 1 0 02555777 +wheezing a 1 1 & 1 1 01174048 +wheezy a 2 2 & + 2 0 01921639 01174048 +whimsical a 1 2 & + 1 0 00719442 +whiney a 1 2 & + 1 0 00513981 +whiny a 1 2 & + 1 0 00513981 +whiplike a 1 1 \ 1 0 03015113 +whipping a 1 1 & 1 1 02280680 +whippy a 1 1 & 1 0 00844719 +whirring a 1 1 & 1 0 01922131 +whiskered a 1 1 & 1 1 02153965 +whiskerless a 1 1 & 1 0 02153620 +whiskery a 1 2 & + 1 0 02153965 +whispered a 1 1 & 1 0 02286507 +whispering a 1 1 & 1 0 01456038 +white a 12 5 ! & ^ = + 12 2 00393105 00243180 01905235 01698231 01327680 01250991 01130932 01087093 00756638 00406743 00404568 00272950 +white-blotched a 1 1 & 1 0 01791349 +white-bread a 1 1 & 1 0 00608245 +white-collar a 1 3 ! & ^ 1 1 02555954 +white-edged a 1 1 & 1 0 00259177 +white-flowered a 1 1 & 1 0 00392367 +white-haired a 2 2 & ; 2 0 01645678 01462461 +white-hot a 2 1 & 2 0 01257501 01250991 +white-lipped a 1 1 & 1 0 00081417 +white-livered a 1 2 & ; 1 0 00265314 +white-pink a 1 1 & 1 0 00385547 +white-ribbed a 1 1 & 1 0 01791434 +white-seeded a 1 1 & 1 0 02256005 +white-shoe a 1 2 & ; 1 0 01863442 +white-streaked a 1 1 & 1 0 01791510 +white-tie a 1 1 & 1 0 01044118 +whitened a 1 1 & 1 0 00406743 +whitewashed a 1 1 & 1 1 01713815 +whitish a 2 1 & 2 0 00434384 00392460 +whole a 5 5 ! & ^ = + 5 1 00514884 00517916 01319712 01171396 00784215 +whole-souled a 1 1 & 1 1 02180486 +whole-wheat a 1 1 \ 1 0 03130337 +wholehearted a 1 2 & + 1 0 02180486 +wholemeal a 1 1 \ 1 0 03130337 +wholesale a 1 1 & 1 0 00774182 +wholesome a 2 4 ! & ^ + 2 1 02557357 01172692 +whopping a 1 2 & ; 1 0 01388062 +whorled a 2 1 & 2 0 02317598 00677721 +wiccan a 1 1 \ 1 0 03130509 +wicked a 5 4 ! & ^ + 5 3 02513740 02037531 01513050 02122715 01625893 +wide a 7 5 ! & ^ = + 7 4 02560548 00526062 01654900 01384212 02563068 00106277 00024241 +wide-angle a 1 1 \ 1 0 02728812 +wide-awake a 2 1 & 2 0 00187443 00092275 +wide-cut a 1 1 & 1 1 00106277 +wide-eyed a 2 1 & 2 0 02272047 01654900 +wide-open a 2 1 & 2 1 01652689 01396503 +wide-ranging a 2 1 & 2 1 01391237 00783469 +wide-screen a 1 1 & 1 1 02561752 +wide_of_the_mark a 1 1 & 1 0 00024241 +wideband a 1 1 \ 1 0 02671038 +widely_distributed a 1 1 ; 1 0 01106614 +widespread a 2 1 & 2 2 01102876 00541614 +widowed a 1 1 & 1 1 01482865 +wieldy a 1 1 ! 1 0 02563616 +wifelike a 1 0 1 0 01735475 +wifely a 1 2 ! + 1 1 01735475 +wigged a 1 2 ! & 1 0 02564546 +wiggly a 2 2 & + 2 0 02316992 01563713 +wigless a 1 1 ! 1 0 02564915 +wild a 13 6 ! & ^ = + ; 13 5 02390335 02389220 01727303 00601650 01514141 02353211 02077625 02059811 01942732 01243102 00886448 00412788 00304144 +wild-eyed a 2 1 & 2 1 00087022 01837182 +wildcat a 3 2 & + 3 0 02274959 01634199 00878438 +wilful a 2 2 & + 2 0 02520693 01614372 +willful a 2 2 & + 2 1 02520693 01614372 +willing a 2 5 ! & ^ = + 2 1 02564986 02521036 +willing_and_able a 1 1 & 1 0 02565939 +willowy a 1 1 & 1 0 01140188 +wilsonian a 1 2 \ + 1 1 02696515 +wilted a 1 1 & 1 0 01070002 +wily a 1 2 & + 1 1 00148078 +wimpish a 1 1 & 1 0 00843046 +wimpy a 1 2 & + 1 0 00843046 +windblown a 1 1 & 1 1 02314236 +windburned a 1 1 & 1 0 01178577 +windburnt a 1 1 & 1 0 01178577 +winded a 1 1 & 1 0 00268748 +winding a 2 1 & 2 2 02313784 00763407 +windless a 1 2 & + 1 0 00303579 +windswept a 1 1 & 1 0 01243722 +windup a 1 1 & 1 0 01500672 +windward a 1 2 ! & 1 0 01400336 +windy a 4 2 & + 4 1 00305225 02498213 00980385 00549236 +wine-red a 1 1 & 1 0 00385651 +winey a 1 2 & + 1 0 02399259 +wing-shaped a 1 2 & ; 1 0 02567117 +winged a 2 2 ! & 2 0 02566799 00980287 +wingless a 1 2 ! & 1 0 02568285 +winglike a 1 1 & 1 0 02568192 +winking a 1 1 & 1 0 01655386 +winless a 1 1 & 1 1 02335708 +winning a 2 1 & 2 1 02333314 00167829 +winsome a 1 2 & + 1 0 00169056 +winter-blooming a 1 1 & 1 0 01256213 +winter-flowering a 1 1 & 1 0 01256213 +wintery a 1 2 & + 1 0 01255807 +wintry a 2 3 ! & + 2 1 01255807 01258264 +winy a 1 2 & + 1 0 02399259 +wiped_out a 2 1 & 2 1 00734798 00735195 +wire-haired a 1 1 & 1 0 00216420 +wired a 3 3 ! & ; 3 1 02568556 02407346 00254046 +wireless a 1 1 ! 1 0 02569030 +wiry a 3 3 & \ + 3 1 00991584 03145054 00216560 +wiry-coated a 1 1 & 1 0 00216420 +wiry-stemmed a 1 1 & 1 0 00322084 +wise a 4 4 ! & ^ + 4 2 02569130 01898722 01307690 00205295 +wise_to a 1 1 & 1 0 01307690 +wished-for a 1 1 & 1 0 02527489 +wishful a 2 2 & + 2 0 00887719 00104533 +wishy-washy a 1 1 & 1 0 02325816 +wisplike a 1 1 & 1 0 00991678 +wispy a 2 2 & + 2 0 00991678 00782216 +wistful a 1 2 & + 1 0 01362950 +witching a 1 1 & 1 0 01576071 +witchlike a 1 1 & 1 0 01577672 +with-it a 2 1 & 2 0 00972642 00439431 +with_child a 1 1 & 1 0 00173391 +withdrawn a 2 2 & + 2 0 02250691 01988024 +withered a 2 2 & ; 2 1 00990442 02553234 +withering a 2 1 & 2 1 00586617 01995047 +without_a_stitch a 1 1 & 1 0 00460296 +witless a 1 1 & 1 0 00441365 +wittgensteinian a 1 1 \ 1 0 03038796 +witting a 2 3 ! & ^ 2 0 00192756 01337767 +witty a 1 2 & + 1 1 01268194 +wizard a 1 2 & + 1 0 01576071 +wizardly a 1 2 & + 1 0 01576071 +wizen a 1 1 & 1 0 00990442 +wizened a 1 1 & 1 0 00990442 +wobbling a 1 1 & 1 1 02305786 +wobbly a 1 2 & + 1 1 02292797 +woebegone a 2 1 & 2 0 02581530 01366525 +woeful a 2 2 & + 2 1 01366525 02347086 +wolf-sized a 1 1 & 1 0 02224977 +wolfish a 2 2 & \ 2 0 02840006 00010726 +wolflike a 1 1 \ 1 1 02840006 +womanish a 1 2 & + 1 0 01476516 +womanlike a 1 1 & 1 0 01485401 +womanly a 1 3 ! & + 1 0 01484987 +womb-to-tomb a 1 1 & 1 1 01440159 +won a 1 1 ! 1 0 01452488 +wonder-struck a 1 1 & 1 0 00071897 +wonderful a 1 2 & + 1 1 01676517 +wondering a 1 1 & 1 0 00664879 +wonderworking a 1 1 & 1 1 01678946 +wondrous a 1 2 & + 1 1 01676517 +wonky a 2 1 & 2 0 02312450 02292797 +wont_to a 1 1 & 1 0 00024619 +wonted a 1 1 & 1 0 00489491 +wood-burning a 1 1 & 1 0 01098941 +wood-fired a 1 1 & 1 0 01098941 +wooded a 1 3 ! & ^ 1 1 02572823 +wooden a 2 2 & + 2 1 02576489 01141595 +wooden-headed a 1 1 & 1 0 00440292 +woodsy a 2 2 & + 2 0 02574890 02573192 +woody a 3 3 ! & + 3 0 02575330 02573192 01152189 +woody-stemmed a 1 1 & 1 0 00322242 +woolen a 1 2 \ + 1 1 03130689 +woolgathering a 1 1 & 1 0 00165585 +woollen a 1 2 \ + 1 0 03130689 +woolly a 4 2 & + 4 2 01154351 00436115 00216668 00214640 +woolly-haired a 1 1 & 1 0 00216668 +woolly-headed a 1 1 & 1 0 00436115 +woolly-stemmed a 1 1 & 1 0 00322161 +wooly a 3 2 & + 3 0 01154351 00436115 00216668 +wooly-haired a 1 1 & 1 0 00216668 +wooly-minded a 1 1 & 1 0 00436115 +woozy a 1 1 & 1 0 02544048 +word-blind a 1 1 \ 1 0 03040264 +word-of-mouth a 1 1 & 1 0 02284423 +word-perfect a 1 1 & 1 0 00632071 +wordless a 1 1 & 1 0 00152285 +wordsworthian a 1 2 \ + 1 0 03038683 +wordy a 1 2 & + 1 0 00549236 +work-shy a 1 1 & 1 0 00294579 +workable a 1 2 & + 1 1 01822563 +workaday a 1 1 & 1 0 01674242 +worked_up a 1 1 & 1 0 00085630 +working a 5 1 & 5 5 00864461 01836117 01758194 01091728 00833334 +working-class a 2 1 & 2 1 00260100 02557145 +workmanlike a 1 1 & 1 1 00511037 +world a 1 1 & 1 1 01568684 +world-class a 1 1 & 1 0 00228294 +world-shaking a 1 1 & 1 1 02162458 +world-shattering a 1 1 & 1 1 02162458 +world-weary a 1 2 & + 1 0 02432682 +world-wide a 3 1 & 3 0 01568684 01567694 00527188 +worldly a 2 4 ! & ^ + 2 1 02577061 02270782 +worldly-minded a 1 1 & 1 0 02577907 +worldly-wise a 1 1 & 1 0 02271437 +worldwide a 3 1 & 3 1 01567694 01568684 00527188 +worm-eaten a 1 1 & 1 0 02584203 +worm-shaped a 1 1 & 1 0 02151320 +wormlike a 1 1 & 1 0 00789871 +wormy a 2 2 & + 2 0 02584203 00789871 +worn a 2 3 ! & ^ 2 2 02580449 02433000 +worn-out a 2 1 & 2 0 02582873 02433451 +worn_out a 1 1 & 1 0 02433451 +worried a 2 1 & 2 1 02457167 00822907 +worrisome a 2 2 & = 2 0 00197447 01189386 +worrying a 1 1 & 1 0 01189386 +worse a 2 4 ! & + ; 2 1 00231252 00232068 +worsened a 2 1 & 2 0 00232068 00231591 +worsening a 1 1 ! 1 0 00233151 +worshipful a 2 1 & 2 0 02012073 01781882 +worshipped a 1 1 & 1 0 01462124 +worst a 1 5 ! & ^ + ; 1 1 00229630 +worth a 2 3 & + ; 2 2 02586206 02502016 +worthful a 1 1 & 1 0 02587738 +worthless a 2 4 ! & ^ + 2 1 02502163 01133017 +worthwhile a 1 2 & + 1 1 02587936 +worthy a 3 5 ! & ^ = + 3 2 02584981 00852197 01021120 +would-be a 1 1 & 1 0 00104825 +wound a 1 1 & 1 0 02318207 +wound_up a 1 1 & 1 1 02405677 +wounded a 1 1 & 1 1 01318741 +wounding a 1 1 & 1 0 01162901 +woven a 1 2 ! & 1 1 02579469 +wraithlike a 1 1 & 1 1 00626483 +wrapped a 3 2 ! & 3 2 01695505 00163948 02087594 +wrapped_up a 1 1 & 1 1 00518405 +wrathful a 1 1 & 1 1 00116245 +wrecked a 1 1 & 1 0 00737116 +wrenching a 1 1 & 1 1 01712529 +wretched a 5 2 & + 5 2 02347086 00478872 01150205 01133017 01050890 +wriggling a 1 1 & 1 0 01563713 +wriggly a 1 2 & + 1 0 01563713 +wrinkle-resistant a 1 1 \ 1 0 03056871 +wrinkled a 2 3 ! & ^ 2 0 01360413 01359861 +wrinkleless a 1 1 ^ 1 0 01360692 +wrinkleproof a 1 1 \ 1 0 03056871 +wrinkly a 1 2 & ^ 1 0 01360413 +writ_large a 1 1 & 1 1 01619880 +writhed a 1 1 & 1 1 02312719 +writhen a 1 1 & 1 0 02312719 +writhing a 1 1 & 1 1 01563713 +written a 3 3 ! & ^ 3 1 02284578 02286661 02213270 +wrong a 9 5 ! & ^ = + 9 4 00632438 02035337 00136185 01092371 00633778 01881478 01694081 01662119 00023854 +wrong-side-out a 1 1 & 1 0 02468208 +wrongful a 3 2 & + 3 0 01408421 01396628 01371009 +wrongheaded a 1 1 & 1 0 00633937 +wroth a 1 1 & 1 0 00116245 +wrothful a 1 1 & 1 0 00116245 +wrought a 1 1 & 1 0 02149787 +wry a 2 1 & 2 1 01266092 02314371 +wysiwyg a 1 1 \ 1 0 03145145 +x a 1 1 & 1 0 02187296 +x-linked a 1 1 \ 1 0 03145310 +xanthous a 1 1 & 1 0 00385756 +xc a 1 1 & 1 0 02195145 +xci a 1 1 & 1 0 02195234 +xcii a 1 1 & 1 0 02195328 +xciii a 1 1 & 1 0 02195423 +xciv a 1 1 & 1 0 02195523 +xcl a 1 1 & 1 0 02198187 +xcv a 1 1 & 1 0 02195620 +xcvi a 1 1 & 1 0 02195716 +xcvii a 1 1 & 1 0 02195811 +xcviii a 1 1 & 1 0 02195911 +xenogeneic a 1 2 ! + 1 0 02596059 +xenophobic a 1 2 & + 1 0 00081513 +xeric a 1 2 ! & 1 0 02588762 +xerographic a 1 2 \ + 1 0 03130858 +xerophytic a 1 2 & + 1 0 02588915 +xi a 1 1 & 1 0 02187379 +xii a 1 1 & 1 0 02187465 +xiii a 1 1 & 1 0 02187606 +xiv a 1 1 & 1 0 02187699 +xix a 1 1 & 1 0 02188205 +xl a 1 1 & 1 0 02190278 +xli a 1 1 & 1 0 02190377 +xlii a 1 1 & 1 0 02190469 +xliii a 1 1 & 1 0 02190562 +xliv a 1 1 & 1 0 02190660 +xlv a 1 1 & 1 0 02190755 +xlvi a 1 1 & 1 0 02190849 +xlvii a 1 1 & 1 0 02190942 +xlviii a 1 1 & 1 0 02191040 +xv a 1 1 & 1 0 02187793 +xvi a 1 1 & 1 0 02187903 +xvii a 1 1 & 1 0 02187995 +xviii a 1 1 & 1 0 02188108 +xx a 1 1 & 1 0 02188317 +xxi a 1 1 & 1 0 02188431 +xxii a 1 1 & 1 0 02188525 +xxiii a 1 1 & 1 0 02188620 +xxiv a 1 1 & 1 0 02188720 +xxix a 1 1 & 1 0 02189209 +xxv a 1 1 & 1 0 02188817 +xxvi a 1 1 & 1 0 02188913 +xxvii a 1 1 & 1 0 02189008 +xxviii a 1 1 & 1 0 02189108 +xxx a 1 1 & 1 0 02189306 +xxxi a 1 1 & 1 0 02189396 +xxxii a 1 1 & 1 0 02189491 +xxxiii a 1 1 & 1 0 02189587 +xxxiv a 1 1 & 1 0 02189688 +xxxv a 1 1 & 1 0 02189786 +xxxvi a 1 1 & 1 0 02189883 +xxxvii a 1 1 & 1 0 02189979 +xxxviii a 1 1 & 1 0 02190080 +y-shaped a 1 1 & 1 0 02151616 +y2k_compliant a 1 1 & 1 0 01613309 +yankee a 1 2 & + 1 1 01606470 +yarn-spinning a 1 1 & 1 0 00500434 +yawning a 3 1 & 3 1 01653379 01655025 00165766 +year-around a 1 0 1 0 01494429 +year-end a 1 1 & 1 0 01010747 +year-round a 1 1 ! 1 1 01494429 +yearlong a 1 1 & 1 0 01442079 +yearly a 1 2 & + 1 0 01969150 +yearned-for a 1 1 & 1 0 02527489 +yeastlike a 1 1 \ 1 0 03145467 +yeasty a 3 3 & \ + 3 0 03145467 02281182 00644299 +yeatsian a 1 2 \ + 1 0 03038894 +yelled a 1 1 & 1 1 01454244 +yellow a 6 3 & + ; 6 3 00385756 00265314 01640729 02101942 01228370 01177556 +yellow-banded a 1 1 & 1 0 01791591 +yellow-beige a 1 1 & 1 0 00385990 +yellow-bellied a 1 2 & ; 1 0 00265314 +yellow-brown a 1 1 & 1 1 00369504 +yellow-gray a 1 1 & 1 0 00392574 +yellow-green a 1 1 & 1 1 00386095 +yellow-grey a 1 1 & 1 0 00392574 +yellow-marked a 1 1 & 1 0 01791670 +yellow-orange a 1 1 & 1 0 00386196 +yellow-spotted a 1 1 & 1 0 01791749 +yellow-striped a 1 1 & 1 0 01791829 +yellow-tinged a 1 1 & 1 0 00386303 +yellow-tipped a 1 1 & 1 0 02431529 +yellow-white a 1 1 & 1 0 00392706 +yellowed a 1 1 & 1 0 01640729 +yellowish a 1 1 & 1 0 00385756 +yellowish-beige a 1 1 & 1 0 00385990 +yellowish-gray a 1 1 & 1 0 00392574 +yellowish-grey a 1 1 & 1 0 00392574 +yellowish-orange a 1 1 & 1 0 00386196 +yellowish-white a 1 1 & 1 0 00392706 +yemeni a 1 2 \ + 1 0 03130962 +yielding a 3 1 & 3 1 02329220 01154500 01026552 +yogic a 1 2 \ + 1 0 02985904 +yogistic a 1 2 \ + 1 0 02985904 +yokel-like a 1 1 & 1 1 00441630 +yokelish a 1 1 & 1 0 01950857 +yon a 1 1 & 1 0 00446758 +yonder a 1 1 & 1 1 00446758 +young a 5 6 ! & ^ = + ; 5 2 01646941 00818008 01649720 01643480 00937732 +young-bearing a 1 1 & 1 0 01478353 +young-begetting a 1 1 & 1 0 01477711 +younger a 1 1 & 1 1 02101382 +youngish a 1 1 & 1 1 01649651 +youthful a 1 2 & + 1 1 01649720 +yucky a 1 1 & 1 0 01625893 +yugoslav a 1 2 \ + 1 0 02962013 +yugoslavian a 1 2 \ + 1 0 02962013 +yuman a 1 1 \ 1 0 03145622 +yummy a 1 1 & 1 0 02396720 +zaftig a 1 1 & 1 0 00986975 +zairean a 1 2 \ + 1 0 03131116 +zairese a 1 2 \ + 1 0 03131116 +zambian a 1 2 \ + 1 0 03131331 +zany a 2 3 & + ; 2 0 02571536 01265108 +zapotec a 1 1 \ 1 0 03145734 +zealous a 1 2 & + 1 0 00886253 +zenithal a 1 2 \ + 1 0 03131633 +zero a 4 2 & \ 4 3 02186132 02269142 02201882 03145851 +zeroth a 1 1 & 1 0 02201970 +zestful a 1 2 & + 1 0 02281182 +zesty a 2 2 & + 2 0 02398378 02281182 +zig-zag a 1 2 & + 1 0 02314451 +zigzag a 1 2 & + 1 0 02314451 +zillion a 1 1 & 1 0 02199919 +zimbabwean a 1 2 \ + 1 0 03131750 +zionist a 2 2 \ + 2 0 03132067 03131904 +zippy a 2 2 & + 2 0 00874226 00805309 +zodiacal a 1 2 \ + 1 1 03132560 +zoftig a 1 1 & 1 0 00986975 +zoic a 1 1 \ 1 0 02656121 +zolaesque a 1 1 \ 1 0 03039004 +zonal a 2 2 ! \ 2 0 03132185 02589913 +zonary a 1 1 + 1 0 03132185 +zoological a 2 2 \ + 2 0 02891564 02891444 +zoonotic a 1 2 \ + 1 0 03145956 +zoophagous a 1 2 & ; 1 0 00313701 +zoroastrian a 1 2 \ + 1 0 02926708 +zygodactyl a 1 1 ! 1 0 01198586 +zygomatic a 1 2 \ + 1 0 03146117 +zygomorphic a 1 2 ! ; 1 0 02374697 +zygomorphous a 1 1 ; 1 0 02374697 +zygotic a 1 2 \ + 1 0 02882275 +zymoid a 1 1 \ 1 0 03146237 +zymolytic a 1 2 \ + 1 0 03000447 +zymotic a 2 2 \ + 2 0 03000447 03000341 diff --git a/alliteration-gen/src/Princeton-WordNet/index.noun b/alliteration-gen/src/Princeton-WordNet/index.noun new file mode 100644 index 0000000..0d25bfd --- /dev/null +++ b/alliteration-gen/src/Princeton-WordNet/index.noun @@ -0,0 +1,117656 @@ +a'man n 1 2 @ ; 1 0 08346286 +a-bomb n 1 3 @ ~ %p 1 0 02753044 +a-horizon n 1 2 @ %s 1 0 08658469 +a-line n 1 1 @ 1 0 02697221 +a-list n 1 1 @ 1 0 06485431 +a-scan_ultrasonography n 1 1 @ 1 0 00902108 +a-team n 1 1 @ 1 0 08077035 +a._a._michelson n 1 1 @ 1 0 11178393 +a._a._milne n 1 1 @ 1 0 11180812 +a._conan_doyle n 1 1 @ 1 0 10906462 +a._e._burnside n 1 1 @ 1 0 10873937 +a._e._housman n 1 1 @ 1 0 11061734 +a._e._kennelly n 1 1 @ 1 0 11101250 +a._e._w._mason n 1 1 @ 1 0 11162915 +a._noam_chomsky n 1 1 @ 1 0 10896452 +a._testudineus n 1 2 @ #m 1 0 02556373 +a.e. n 1 1 @ 1 0 11275035 +a_battery n 1 1 @ 1 0 02666624 +a_capella_singing n 1 2 @ - 1 0 00546070 +a_cappella_singing n 1 2 @ - 1 0 00546070 +a_horizon n 1 2 @ %s 1 0 08658469 +a_kempis n 1 1 @ 1 0 10810818 +a_la_carte n 1 1 @ 1 0 06497117 +a_level n 1 2 @ ; 1 0 14431015 +aa n 3 1 @ 3 0 14931472 08010191 06697935 +aaa n 1 1 @ 1 0 14106456 +aachen n 1 2 @ #p 1 0 08769439 +aaland_islands n 1 2 @ #p 1 0 08780510 +aalborg n 1 2 @ #p 1 0 08762243 +aalii n 1 2 @ #m 1 0 12740967 +aalst n 1 1 @ 1 0 08850663 +aalto n 1 1 @ 1 0 10806693 +aar n 1 2 @ #p 1 0 09186064 +aardvark n 1 2 @ #m 1 0 02082791 +aardwolf n 1 2 @ #m 1 0 02118176 +aare n 1 2 @ #p 1 0 09186064 +aare_river n 1 2 @ #p 1 0 09186064 +aarhus n 1 2 @ #p 1 0 08762104 +aaron n 2 2 @ ; 2 0 10807016 10806841 +aaron's_rod n 1 1 @ 1 0 12889713 +aaron_burr n 1 1 @ 1 0 10874162 +aaron_copland n 1 1 @ 1 0 10909929 +aaron_montgomery_ward n 1 1 @ 1 0 11373897 +aarp n 1 1 @ 1 0 08487149 +aas n 1 1 @ 1 0 06698031 +aave n 1 2 @ - 1 0 06947658 +ab n 4 3 @ ~ #p 4 1 06698640 15216563 05557339 05401096 +aba n 2 1 @ 2 0 02666079 02665985 +aba_transit_number n 1 1 @ 1 0 06425534 +abaca n 2 1 @ 2 0 14947558 12353431 +abacus n 2 1 @ 2 0 02666347 02666196 +abadan n 1 2 @ #p 1 0 08911602 +abalone n 1 3 @ ~ #m 1 0 01942869 +abamp n 1 2 @ %p 1 0 13637722 +abampere n 1 2 @ %p 1 0 13637722 +abandon n 2 1 @ 2 1 04885398 07481223 +abandoned_infant n 1 1 @ 1 0 10107883 +abandoned_person n 1 2 @ ~ 1 0 09753930 +abandoned_ship n 1 1 @ 1 0 02666501 +abandonment n 3 3 @ ~ + 3 2 00204439 00055315 00091013 +abarticulation n 1 1 @ 1 0 14294271 +abasement n 2 3 @ ~ + 2 1 14440623 00273449 +abashment n 1 2 @ + 1 0 07508092 +abasia n 1 3 @ ~ + 1 0 14549070 +abasia_trepidans n 1 1 @ 1 0 14549284 +abatable_nuisance n 1 1 @ 1 0 05830832 +abatement n 2 3 @ ~ + 2 0 07368256 00361333 +abatement_of_a_nuisance n 1 3 @ ~ ; 1 0 00361459 +abatis n 1 1 @ 1 0 02666735 +abator n 1 2 @ + 1 0 09754051 +abattis n 1 1 @ 1 0 02666735 +abattoir n 1 1 @ 1 0 02666943 +abaya n 1 2 @ ; 1 0 02667093 +abb n 1 2 @ ; 1 0 08011266 +abbacy n 1 1 @ 1 0 08550364 +abbe n 1 1 @ 1 0 09754152 +abbe_condenser n 1 1 @ 1 0 02667244 +abbess n 1 3 @ ~ + 1 0 09754217 +abbey n 3 2 @ + 3 1 02667576 02667478 02667379 +abbot n 1 3 @ ~ + 1 1 09754404 +abbott_lawrence_lowell n 1 1 @ 1 0 11142368 +abbreviation n 2 4 @ ~ + - 2 0 07091587 00359135 +abbreviator n 1 2 @ + 1 0 09754907 +abc n 1 2 @ ; 1 0 05872742 +abc's n 1 2 @ ; 1 0 05872742 +abcoulomb n 1 2 @ %p 1 0 13636866 +abcs n 1 2 @ ; 1 0 05872742 +abdias n 2 2 @ #p 2 0 11211236 06439712 +abdication n 2 2 @ + 2 0 07254456 06511762 +abdicator n 1 2 @ + 1 0 09755657 +abdomen n 2 5 @ ~ #p %p + 2 1 05556943 05558345 +abdominal n 1 3 @ ~ #p 1 0 05557339 +abdominal_actinomycosis n 1 1 @ 1 0 14259739 +abdominal_aorta n 1 2 @ #p 1 0 05336635 +abdominal_aortic_aneurysm n 1 1 @ 1 0 14106456 +abdominal_breathing n 1 1 @ 1 0 00833296 +abdominal_cavity n 1 2 @ #p 1 0 05558345 +abdominal_delivery n 1 2 @ %p 1 0 00185778 +abdominal_external_oblique_muscle n 1 1 @ 1 0 05557839 +abdominal_muscle n 1 3 @ ~ #p 1 0 05557339 +abdominal_nerve_plexus n 1 2 @ #p 1 0 05508735 +abdominal_pregnancy n 1 1 @ 1 0 14047440 +abdominal_wall n 1 2 @ #p 1 0 05604434 +abdominocentesis n 1 1 @ 1 0 00943471 +abdominoplasty n 1 1 @ 1 0 00034777 +abdominousness n 1 2 @ + 1 0 04999964 +abducens n 1 1 @ 1 0 05479108 +abducens_muscle n 1 1 @ 1 0 05316407 +abducens_nerve n 1 1 @ 1 0 05479108 +abducent n 1 1 @ 1 0 05479108 +abducent_nerve n 1 1 @ 1 0 05479108 +abduction n 2 3 @ + ; 2 0 00775460 00333037 +abductor n 2 3 @ ~ + 2 0 10230801 05291010 +abductor_muscle n 1 2 @ ~ 1 0 05291010 +abecedarian n 2 1 @ 2 0 09755788 08093653 +abecedarius n 1 1 @ 1 0 06377971 +abel n 2 2 @ ; 2 0 10807197 09587217 +abel_janszoon_tasman n 1 1 @ 1 0 11332068 +abel_tasman n 1 1 @ 1 0 11332068 +abelard n 1 1 @ 1 0 10807317 +abele n 1 1 @ 1 0 12732009 +abelia n 1 2 @ #m 1 0 12671651 +abelian_group n 1 1 @ 1 0 06017472 +abelmoschus n 1 3 @ #m %m 1 0 12171750 +abelmoschus_esculentus n 1 3 @ #m %p 1 0 12171966 +abelmoschus_moschatus n 1 2 @ #m 1 0 12172481 +abelmosk n 1 2 @ #m 1 0 12172481 +abenaki n 1 1 @ 1 0 09645871 +aberdare n 1 2 @ #p 1 0 08895148 +aberdeen n 4 3 @ #p + 4 0 09153570 09139380 09094093 08892186 +aberdeen_angus n 1 1 @ 1 0 02405929 +aberrance n 1 3 @ ~ + 1 0 14503665 +aberrancy n 1 3 @ ~ + 1 0 14503665 +aberrant n 1 2 @ + 1 0 09755893 +aberration n 3 3 @ ~ + 3 1 14503665 14386590 11420139 +abetalipoproteinemia n 1 1 @ 1 0 14151884 +abetment n 1 2 @ + 1 0 07251619 +abettal n 1 2 @ + 1 0 07251619 +abetter n 1 2 @ + 1 0 09756049 +abettor n 1 2 @ + 1 0 09756049 +abeyance n 1 3 @ ~ + 1 0 14010636 +abfarad n 1 2 @ %p 1 0 13636529 +abhenry n 1 2 @ #p 1 0 13639147 +abhorrence n 1 2 @ + 1 0 07503430 +abhorrer n 1 2 @ + 1 0 09756195 +abidance n 3 3 @ ~ + 3 0 01203676 01053920 01021889 +abidjan n 1 2 @ #p 1 0 08736779 +abience n 1 4 ! @ + ; 1 0 09180616 +abies n 1 3 @ #m %m 1 0 11620560 +abies_alba n 1 1 @ 1 0 11621547 +abies_amabilis n 1 1 @ 1 0 11621281 +abies_balsamea n 1 1 @ 1 0 11621950 +abies_bracteata n 1 1 @ 1 0 11622771 +abies_concolor n 1 1 @ 1 0 11621727 +abies_fraseri n 1 1 @ 1 0 11622184 +abies_grandis n 1 1 @ 1 0 11622368 +abies_lasiocarpa n 1 1 @ 1 0 11622591 +abies_lowiana n 1 1 @ 1 0 11621727 +abies_venusta n 1 1 @ 1 0 11622771 +abila n 1 2 @ #p 1 0 09321694 +abilene n 2 2 @ #p 2 0 09142674 09088151 +ability n 2 5 ! @ ~ = + 2 2 05200169 05616246 +abiogenesis n 1 2 @ + 1 0 11420376 +abiogenist n 1 2 @ + 1 0 09756400 +abiotrophy n 1 1 @ 1 0 07428111 +abjection n 1 2 @ ~ 1 1 14440623 +abjuration n 1 3 @ ~ + 1 0 07206096 +abjurer n 1 2 @ + 1 0 09754541 +abkhas n 2 3 @ #m ; 2 0 09639543 08487953 +abkhasian n 2 2 @ #m 2 0 09639543 06978656 +abkhaz n 3 6 @ #m #p %m ; - 3 0 09639543 09019355 08487953 +abkhazia n 1 4 @ #p %m - 1 0 09019355 +abkhazian n 2 2 @ #m 2 0 09639543 06978656 +ablactation n 2 1 @ 2 0 13423405 00198270 +ablation n 2 3 @ ~ + 2 1 00393369 13423489 +ablative n 1 1 @ 1 0 06312418 +ablative_absolute n 1 1 @ 1 0 06312612 +ablative_case n 1 1 @ 1 0 06312418 +ablaut n 1 2 @ ~ 1 0 07112103 +able-bodied_seaman n 1 1 @ 1 0 09756500 +able-bodiedism n 1 1 @ 1 0 01154237 +able-bodism n 1 1 @ 1 0 01154237 +able_seaman n 1 1 @ 1 0 09756500 +ableism n 1 1 @ 1 0 01154237 +ablepharia n 1 1 @ 1 0 14152169 +ablism n 1 1 @ 1 0 01154237 +abls n 1 1 @ 1 0 06698775 +ablution n 1 2 @ + 1 0 00255450 +abm n 1 1 @ 1 0 02716626 +abnaki n 2 1 @ 2 0 09645871 06908048 +abnegation n 2 2 @ + 2 0 07204665 00205649 +abnegator n 1 2 @ + 1 0 09754633 +abney_level n 1 1 @ 1 0 02667693 +abnormal_psychology n 1 1 @ 1 0 06137759 +abnormalcy n 1 2 @ ~ 1 0 14501726 +abnormality n 4 4 ! @ ~ + 4 1 14501726 05646535 04798185 00737188 +abo n 1 1 @ 1 1 09676490 +abo_antibodies n 1 1 @ 1 1 15027888 +abo_blood_group_system n 1 1 @ 1 0 05733361 +abo_group n 1 1 @ 1 0 05733361 +abo_system n 1 1 @ 1 0 05733361 +abocclusion n 1 1 @ 1 0 14053965 +abode n 2 3 @ ~ %p 2 2 08558963 03259505 +abohm n 1 2 @ #p 1 0 13646694 +abolishment n 1 2 @ + 1 0 00228283 +abolition n 1 2 @ + 1 1 00228283 +abolitionism n 1 2 @ + 1 0 05958208 +abolitionist n 1 3 @ ~ + 1 1 09756637 +abomasum n 1 3 @ #p + 1 0 02399942 +abominable_snowman n 1 1 @ 1 0 09487252 +abomination n 3 2 @ + 3 0 09756961 07503430 00745431 +abominator n 1 2 @ + 1 0 09754780 +abor n 1 1 @ 1 0 06933824 +aboriginal n 2 3 @ ~ + 2 0 09676490 09620794 +aboriginal_australian n 1 3 @ ~ ; 1 0 06940290 +aborigine n 2 3 @ ~ + 2 1 09620794 09676490 +abort n 1 1 @ 1 0 00034939 +aborticide n 2 2 @ ~ 2 0 02667906 00231315 +abortifacient n 1 3 @ ~ + 1 0 02667906 +abortion n 2 3 @ ~ + 2 1 00230324 07319652 +abortion-inducing_drug n 1 2 @ ~ 1 0 02667906 +abortion_pill n 1 1 @ 1 0 02668093 +abortionist n 1 2 @ + 1 0 09757175 +abortus n 1 1 @ 1 0 01460303 +aboulia n 1 2 @ + 1 0 14026166 +about-face n 2 3 @ ~ + 2 0 00346936 00163406 +about_turn n 1 1 @ 1 0 00346936 +above n 1 1 @ 1 0 06392660 +abracadabra n 1 1 @ 1 0 06610063 +abrachia n 1 1 @ 1 0 14466258 +abradant n 2 3 @ ~ + 2 0 14799244 02668393 +abrader n 1 3 @ ~ + 1 0 02668393 +abrading_stone n 1 1 @ 1 0 02668613 +abraham n 1 1 @ 1 0 10807487 +abraham's_bosom n 1 2 @ ; 1 0 05628031 +abraham_lincoln n 1 1 @ 1 1 11132462 +abraham_stoker n 1 1 @ 1 0 11318824 +abramis n 1 3 @ #m %m 1 0 01440344 +abramis_brama n 1 2 @ #m 1 0 01440467 +abrasion n 3 3 @ ~ + 3 0 14286549 13423615 11460063 +abrasive n 1 3 @ ~ + 1 0 14799244 +abrasive_material n 1 2 @ ~ 1 0 14799244 +abrasiveness n 2 2 @ + 2 0 04949066 04780114 +abreaction n 1 3 @ + ; 1 1 00253395 +abridgement n 1 2 @ + 1 0 06468123 +abridger n 1 2 @ + 1 0 09754907 +abridgment n 1 1 @ 1 1 06468123 +abrocoma n 1 3 @ #m %m 1 0 02368280 +abrocome n 1 2 @ #m 1 0 02368399 +abrogation n 1 3 @ ~ + 1 0 00231887 +abrogator n 1 2 @ + 1 0 09757311 +abronia n 1 3 @ #m %m 1 0 11836556 +abronia_elliptica n 1 1 @ 1 0 11837020 +abronia_fragrans n 1 1 @ 1 0 11837204 +abronia_latifolia n 1 1 @ 1 0 11837351 +abronia_maritima n 1 1 @ 1 0 11837562 +abronia_umbellata n 1 1 @ 1 0 11837743 +abronia_villosa n 1 1 @ 1 0 11837970 +abruptio_placentae n 1 1 @ 1 0 14054102 +abruption n 1 1 @ 1 0 01068528 +abruptly-pinnate_leaf n 1 1 @ 1 0 13160116 +abruptness n 3 3 ! @ + 3 1 04915462 05069624 05060476 +abruzzi n 1 3 @ #p %p 1 0 08804154 +abruzzi_e_molise n 1 3 @ #p %p 1 0 08804154 +abs n 1 1 @ 1 0 14592028 +abscess n 1 3 @ ~ %p 1 1 14312172 +abscessed_tooth n 1 1 @ 1 0 14312363 +abscissa n 1 1 @ 1 1 06011589 +abscission n 2 3 @ ~ + 2 0 13423779 00392709 +absconder n 1 3 @ ~ + 1 0 09755241 +abscondment n 1 2 @ + 1 0 00055633 +abseil n 1 2 @ ; 1 0 00326809 +abseiler n 1 1 @ 1 0 09757449 +absence n 4 5 ! @ ~ #p + 4 2 13960974 01234345 15270862 14088412 +absence_seizure n 1 3 @ ~ #p 1 0 14088412 +absence_without_leave n 1 2 @ ; 1 0 00055793 +absentee n 1 3 @ ~ + 1 0 09757653 +absentee_ballot n 1 2 @ ; 1 0 06476573 +absentee_rate n 1 1 @ 1 1 13817761 +absenteeism n 1 1 @ 1 1 01234528 +absentmindedness n 1 2 @ + 1 0 05701209 +absinth n 1 2 @ %s 1 0 07908411 +absinthe n 2 4 @ #m #s %s 2 0 11929477 07908411 +absinthe_oil n 1 1 @ 1 0 14893881 +absolute n 1 2 @ + 1 1 05854474 +absolute_alcohol n 1 1 @ 1 0 14709791 +absolute_ceiling n 1 1 @ 1 0 05132827 +absolute_frequency n 1 1 @ 1 0 13598237 +absolute_magnitude n 1 2 @ ; 1 0 05090979 +absolute_majority n 1 2 @ ; 1 0 13581067 +absolute_pitch n 1 1 @ 1 0 05658106 +absolute_scale n 1 1 @ 1 0 13853002 +absolute_space n 1 1 @ 1 0 00029007 +absolute_temperature n 1 1 @ 1 1 05013095 +absolute_threshold n 1 2 @ ~ 1 0 05712559 +absolute_value n 1 2 @ ~ 1 0 13581465 +absolute_viscosity n 1 1 @ 1 0 13589140 +absolute_zero n 1 2 @ ; 1 0 05013204 +absoluteness n 2 2 @ + 2 0 05124534 04738398 +absolution n 2 4 @ ~ #p + 2 0 14574349 00094240 +absolutism n 4 3 @ ~ + 4 0 14443912 08440630 06213688 05958337 +absolutist n 1 2 @ + 1 0 09755398 +absolver n 1 2 @ + 1 0 09755555 +absorbance n 1 2 @ ; 1 0 05089367 +absorbate n 1 2 @ + 1 0 14597628 +absorbency n 1 4 ! @ = + 1 1 04940964 +absorbent n 1 3 @ ~ + 1 0 14597413 +absorbent_cotton n 1 1 @ 1 0 14598251 +absorbent_material n 1 2 @ ~ 1 0 14597413 +absorber n 1 3 @ + ; 1 0 14598079 +absorptance n 1 1 @ 1 0 13586455 +absorption n 6 5 @ ~ #p + ; 6 2 13423922 13424183 13434878 13434688 05704266 05700087 +absorption_band n 1 1 @ 1 0 11420631 +absorption_coefficient n 1 1 @ 1 0 13586455 +absorption_factor n 1 2 @ ; 1 0 05010062 +absorption_indicator n 1 2 @ ~ 1 0 14598383 +absorption_spectrum n 1 1 @ 1 1 11421214 +absorption_unit n 1 2 @ ~ 1 0 13599871 +absorptivity n 1 3 @ + ; 1 0 05010062 +abstainer n 2 3 @ ~ + 2 0 09758173 09757944 +abstemiousness n 2 3 @ = + 2 0 05114262 04883942 +abstention n 1 2 @ + 1 1 04882622 +abstinence n 2 3 @ ~ + 2 0 04882622 01068773 +abstinent n 1 3 @ ~ + 1 0 09757944 +abstract n 2 3 @ ~ + 2 1 05854150 06468951 +abstract_art n 1 2 @ ~ 1 1 02669079 +abstract_artist n 1 2 @ ~ 1 0 09758424 +abstract_entity n 1 2 @ ~ 1 0 00002137 +abstract_expressionism n 1 1 @ 1 1 02668747 +abstract_thought n 1 2 @ ~ 1 0 05772356 +abstractedness n 1 3 @ ~ + 1 0 05700625 +abstracter n 1 2 @ + 1 0 09755086 +abstraction n 6 3 @ ~ + 6 4 05854150 00392848 05780104 02669001 05700625 00002137 +abstractionism n 2 3 @ ~ + 2 1 02669079 05940869 +abstractionist n 1 3 @ ~ + 1 0 09758424 +abstractness n 1 4 ! @ = + 1 0 04762134 +abstractor n 1 2 @ + 1 0 09755086 +abstruseness n 2 2 @ + 2 1 04823416 05926358 +abstrusity n 1 2 @ + 1 0 05926358 +absurd n 1 1 @ 1 0 13928191 +absurdity n 2 2 @ + 2 2 06607809 04891683 +absurdness n 1 2 @ + 1 0 06607809 +abu_ali_al-husain_ibn_abdallah_ibn_sina n 1 1 @ 1 0 10829733 +abu_dhabi n 1 2 @ #p 1 0 09044536 +abu_hafs_al-masri_brigades n 1 2 @ ; 1 0 08010364 +abu_nidal_organization n 1 2 @ ; 1 0 08020242 +abu_sayyaf n 1 2 @ ; 1 0 08010559 +abudefduf n 1 3 @ #m %m 1 0 02607345 +abudefduf_saxatilis n 1 2 @ #m 1 0 02607470 +abuja n 1 2 @ #p 1 0 08974171 +abukir n 1 2 @ #p 1 0 09186225 +abukir_bay n 1 2 @ #p 1 0 09186225 +abul-walid_mohammed_ibn-ahmad_ibn-mohammed_ibn-roshd n 1 1 @ 1 0 10829450 +abulia n 1 2 @ + 1 0 14026166 +abundance n 3 5 ! @ ~ + ; 3 1 05115040 13820239 13820000 +abuse n 3 3 @ ~ + 3 1 00419908 06715223 00947719 +abuser n 1 2 @ + 1 0 09758643 +abutilon n 1 3 @ #m %m 1 0 12172715 +abutilon_theophrasti n 1 2 @ #m 1 0 12173069 +abutment n 2 2 @ + 2 0 08620763 02669295 +abutment_arch n 1 1 @ 1 0 02669442 +abutter n 1 2 @ + 1 0 09758781 +abvolt n 1 2 @ #p 1 0 13642464 +abwatt n 1 2 @ #p 1 0 13644165 +aby_moritz_warburg n 1 1 @ 1 0 11373550 +aby_warburg n 1 1 @ 1 0 11373550 +abydos n 1 2 @ #p 1 0 09040299 +abyla n 1 2 @ #p 1 0 09321694 +abysm n 1 2 @ + 1 0 09186359 +abyss n 1 2 @ + 1 1 09186359 +abyssal_zone n 1 1 @ 1 0 09186592 +abyssinia n 1 5 @ #p %m %p - 1 0 08778061 +abyssinian n 1 1 @ 1 0 02124313 +abyssinian_banana n 1 2 @ #m 1 0 12353754 +abyssinian_cat n 1 1 @ 1 0 02124313 +ac n 2 2 @ #s 2 0 14627655 11423952 +acacia n 1 4 @ ~ #m %s 1 0 11756092 +acacia_auriculiformis n 1 2 @ #m 1 0 11756870 +acacia_cambegei n 1 2 @ #m 1 0 11757017 +acacia_catechu n 1 3 @ #m %s 1 0 11757190 +acacia_dealbata n 1 2 @ #m 1 0 11757653 +acacia_farnesiana n 1 2 @ #m 1 0 11757851 +acacia_melanoxylon n 1 2 @ #m 1 0 11758122 +acacia_pycnantha n 1 2 @ #m 1 0 11758276 +acacia_xanthophloea n 1 2 @ #m 1 0 11758483 +academe n 1 3 @ %p - 1 0 08274923 +academia n 1 4 @ %p + - 1 0 08274923 +academic n 1 3 @ ~ + 1 1 09759069 +academic_administrator n 1 2 @ ~ 1 0 09758885 +academic_costume n 1 2 @ %p 1 0 02669534 +academic_degree n 1 2 @ ~ 1 0 06697331 +academic_department n 1 2 @ ~ 1 0 08115204 +academic_freedom n 1 1 @ 1 0 13992194 +academic_gown n 1 3 @ ~ #p 1 0 02669723 +academic_program n 1 2 @ ; 1 1 05909730 +academic_relation n 1 2 @ ~ 1 0 13840404 +academic_requirement n 1 2 @ ~ 1 0 05892991 +academic_robe n 1 3 @ ~ #p 1 0 02669723 +academic_session n 1 3 @ ~ #p 1 0 15225249 +academic_term n 1 3 @ ~ #p 1 0 15225249 +academic_year n 1 2 @ %p 1 0 15203565 +academician n 3 4 @ ~ #m + 3 0 09759501 09759311 09759069 +academicianship n 1 2 @ + 1 1 00588473 +academicism n 1 1 @ 1 0 04802079 +academism n 1 1 @ 1 0 04802079 +academy n 4 4 @ ~ %m + 4 2 08279298 08280124 08277805 02669885 +academy_award n 1 1 @ 1 0 07268967 +academy_of_motion_picture_arts_and_sciences n 1 1 @ 1 0 08280462 +academy_of_television_arts_and_sciences n 1 1 @ 1 0 08280649 +acadia n 1 2 @ #p 1 0 08821187 +acadia_national_park n 1 2 @ #p 1 0 08602037 +acadian n 1 2 @ ~ 1 0 09677168 +acalypha n 1 3 @ #m %m 1 0 12922283 +acalypha_virginica n 1 2 @ #m 1 0 12922458 +acantha n 1 2 @ + 1 0 13912839 +acanthaceae n 1 3 @ #m %m 1 0 12811856 +acanthion n 1 1 @ 1 0 05231264 +acanthisitta n 1 3 @ #m %m 1 0 01588858 +acanthisitta_chloris n 1 2 @ #m 1 0 01588996 +acanthisittidae n 1 3 @ #m %m 1 0 01588172 +acanthocephala n 1 3 @ #m %m 1 0 01923171 +acanthocephalan n 1 2 @ #m 1 0 01923404 +acanthocereus n 1 2 @ #m 1 0 11842861 +acanthocereus_pentagonus n 1 2 @ %p 1 0 11843053 +acanthocereus_tetragonus n 1 2 @ %p 1 0 11843053 +acanthocybium n 1 3 @ #m %m 1 0 02625132 +acanthocybium_solandri n 1 2 @ #m 1 0 02625258 +acanthocyte n 1 1 @ 1 0 05454452 +acanthocytosis n 1 1 @ 1 0 14071758 +acantholysis n 1 2 @ #p 1 0 14221601 +acanthoma n 1 2 @ ~ 1 0 14235667 +acanthophis n 1 3 @ #m %m 1 0 01750027 +acanthophis_antarcticus n 1 2 @ #m 1 0 01750167 +acanthopterygian n 1 3 @ ~ #m 1 0 02552171 +acanthopterygii n 1 3 @ #m %m 1 0 02551824 +acanthoscelides n 1 3 @ #m %m 1 0 02182498 +acanthoscelides_obtectus n 1 2 @ #m 1 0 02182642 +acanthosis n 1 3 @ #p + 1 0 14221741 +acanthosis_nigricans n 1 1 @ 1 0 14221924 +acanthuridae n 1 3 @ #m %m 1 0 02621107 +acanthurus n 1 3 @ #m %m 1 0 02621419 +acanthurus_chirurgus n 1 2 @ #m 1 0 02621577 +acanthus n 1 3 @ ~ #m 1 0 12812235 +acanthus_family n 1 3 @ #m %m 1 0 12811856 +acanthus_mollis n 1 1 @ 1 0 12812478 +acapnia n 1 2 @ + 1 0 14042165 +acapulco n 1 2 @ #p 1 1 08742205 +acapulco_de_juarez n 1 2 @ #p 1 0 08742205 +acapulco_gold n 1 2 @ #p 1 0 02670049 +acaracide n 1 1 @ 1 0 14598834 +acardia n 1 2 @ #p 1 0 14019296 +acariasis n 1 1 @ 1 0 14453066 +acaricide n 1 1 @ 1 0 14598834 +acarid n 1 2 @ #m 1 0 01780142 +acaridae n 1 3 @ #m %m 1 0 01780026 +acaridiasis n 1 1 @ 1 0 14453066 +acarina n 1 3 @ #m %m 1 0 01775879 +acarine n 1 3 @ ~ #m 1 0 01776192 +acariosis n 1 1 @ 1 0 14453066 +acaroid_resin n 1 1 @ 1 0 14598937 +acarophobia n 1 1 @ 1 0 14381732 +acarus n 1 2 @ #m 1 0 01781570 +acaryote n 1 1 @ 1 0 05449538 +acatalectic n 1 3 @ + ; 1 0 06348215 +acataphasia n 1 1 @ 1 0 14096123 +acathexia n 1 1 @ 1 0 14014425 +acathexis n 1 2 @ ; 1 0 09185865 +acc n 1 2 @ #p 1 0 08196622 +accaroid_resin n 1 1 @ 1 0 14598937 +accelerando n 1 2 @ + 1 0 15264726 +acceleration n 3 5 ! @ ~ + ; 3 3 05060783 00330457 15275851 +acceleration_unit n 1 2 @ ~ 1 0 13599982 +accelerator n 4 6 @ ~ #p %p + ; 4 2 02670683 02670186 14723628 02670382 +accelerator_factor n 1 1 @ 1 0 15071366 +accelerator_pedal n 1 2 @ #p 1 0 02670683 +accelerometer n 1 1 @ 1 0 02670935 +accent n 5 5 @ ~ + ; - 5 2 07131511 14434866 07155661 07085375 06822198 +accent_mark n 1 3 @ ~ ; 1 0 06822198 +accenting n 1 1 @ 1 1 01264243 +accentor n 1 3 @ ~ #m 1 0 01527194 +accentual_system n 1 1 @ 1 1 07112805 +accentuation n 2 2 @ + 2 0 07085786 01264243 +acceptability n 1 4 ! @ ~ + 1 0 04792679 +acceptableness n 1 3 @ ~ + 1 0 04792679 +acceptance n 7 5 ! @ ~ + ; 7 4 06193727 00180413 13932421 07176073 13381602 04638175 00082525 +acceptance_sampling n 1 1 @ 1 0 00806621 +acceptation n 3 3 @ ~ + 3 0 14412725 06602801 00180413 +acceptor n 2 2 @ ; 2 0 14583843 09759684 +acceptor_rna n 1 1 @ 1 0 14833143 +access n 6 4 @ ~ + ; 6 3 05176188 05175467 02671062 06354204 02671224 00281132 +access_code n 1 2 @ ~ 1 0 06354204 +access_road n 1 1 @ 1 1 02671988 +access_time n 1 3 @ %p ; 1 0 15171857 +accessary n 1 2 @ ~ 1 0 09759875 +accessibility n 2 5 ! @ ~ = + 2 0 04718999 04655649 +accession n 6 4 @ ~ + ; 6 0 13424477 13341962 13253423 07177192 05176188 00236581 +accessory n 3 3 @ ~ + 3 2 02671780 02671421 09759875 +accessory_after_the_fact n 1 1 @ 1 0 09760080 +accessory_before_the_fact n 1 1 @ 1 0 09760290 +accessory_cephalic_vein n 1 2 @ #p 1 0 05356442 +accessory_during_the_fact n 1 1 @ 1 0 09760476 +accessory_fruit n 1 1 @ 1 0 13140367 +accessory_hemiazygos_vein n 1 1 @ 1 0 05356657 +accessory_hemiazygous_vein n 1 1 @ 1 0 05356657 +accessory_nerve n 1 1 @ 1 0 05480401 +accessory_vertebral_vein n 1 1 @ 1 0 05356889 +accho n 1 2 @ #p 1 0 08793310 +acciaccatura n 1 1 @ 1 0 06871983 +accidence n 1 1 @ 1 0 06178238 +accident n 2 3 @ ~ + 2 2 07301336 07300960 +accident_surgery n 1 1 @ 1 0 06064838 +accidental n 1 1 @ 1 0 06867345 +accidental_injury n 1 2 @ ~ 1 0 07313636 +accipiter n 1 3 @ #m %m 1 0 01606335 +accipiter_cooperii n 1 2 @ #m 1 0 01606809 +accipiter_gentilis n 1 2 @ #m 1 0 01606522 +accipiter_nisus n 1 2 @ #m 1 0 01606672 +accipitridae n 1 3 @ #m %m 1 0 01605119 +accipitriformes n 1 1 @ 1 0 01604968 +acclaim n 1 2 @ + 1 0 06691684 +acclamation n 1 2 @ + 1 0 06691684 +acclimation n 1 2 @ + 1 0 13424643 +acclimatisation n 1 2 @ + 1 0 13424643 +acclimatization n 1 2 @ + 1 0 13424643 +acclivity n 1 3 @ ~ + 1 0 09206985 +accolade n 1 2 @ ~ 1 0 06696483 +accommodating_iol n 1 1 @ 1 0 02672152 +accommodating_lens_implant n 1 1 @ 1 0 02672152 +accommodation n 6 4 @ ~ + ; 6 0 07369604 07177437 05755486 02672371 01210816 00193225 +accommodation_endorser n 1 1 @ 1 0 09760735 +accommodation_ladder n 1 2 @ ; 1 0 02672646 +accommodation_reflex n 1 1 @ 1 0 00117124 +accommodator n 1 2 @ + 1 0 10369166 +accompaniment n 4 3 @ ~ + 4 2 07284554 07031752 05109511 00827782 +accompanist n 1 2 @ + 1 0 09760913 +accompanying_vein n 1 1 @ 1 0 05357160 +accompanyist n 1 1 @ 1 0 09760913 +accomplice n 1 2 @ ~ 1 1 09761068 +accomplished_fact n 1 1 @ 1 0 00047941 +accomplishment n 2 3 @ ~ + 2 1 00035189 05637558 +accord n 4 3 @ ~ + 4 0 13971065 07176804 06773434 04713332 +accord_and_satisfaction n 1 1 @ 1 0 07178525 +accordance n 2 2 @ + 2 1 07176804 01086572 +accordance_of_rights n 1 1 @ 1 0 01086572 +accordion n 1 2 @ %p 1 0 02672831 +accordion_door n 1 1 @ 1 0 03376771 +accordionist n 1 1 @ 1 0 09761310 +accouchement n 1 3 @ ~ %p 1 0 13448334 +accoucheur n 1 2 @ ~ 1 0 10369699 +accoucheuse n 1 1 @ 1 0 10314836 +account n 10 5 @ ~ %p + ; 10 6 06514093 06681551 13929037 06738281 09179382 05169037 13354985 07217924 06516955 05157732 +account_book n 1 3 @ ~ %m 1 0 13404248 +account_executive n 1 1 @ 1 0 09761753 +account_payable n 1 1 @ 1 0 14490801 +account_representative n 1 1 @ 1 0 09761753 +account_statement n 1 3 @ ~ %p 1 0 13354985 +accountability n 1 2 @ + 1 0 04669828 +accountancy n 1 4 @ ~ + - 1 0 00618734 +accountant n 1 3 @ ~ + 1 1 09761403 +accountantship n 1 2 @ + 1 0 00588598 +accounting n 5 6 @ ~ #m %p + - 5 3 06739509 05662532 00618734 13405962 13354985 +accounting_data n 1 1 @ 1 0 08462534 +accounting_entry n 1 2 @ ~ 1 0 13405296 +accounting_firm n 1 1 @ 1 0 08062326 +accounting_principle n 1 2 @ #m 1 0 05955593 +accounting_standard n 1 2 @ #m 1 0 05955593 +accounting_system n 1 3 @ ~ #m 1 0 13405962 +accounts_payable n 1 1 @ 1 0 13407561 +accounts_receivable n 1 2 @ ; 1 0 13407208 +accouterment n 1 2 @ ~ 1 1 02671780 +accoutrement n 1 2 @ ~ 1 0 02671780 +accra n 1 2 @ #p 1 0 08946564 +accreditation n 1 2 @ + 1 1 01140193 +accretion n 6 4 @ ~ + ; 6 1 13424865 13754565 13425425 13425245 13425067 13263540 +accroides n 1 1 @ 1 0 14598937 +accroides_gum n 1 1 @ 1 0 14598937 +accroides_resin n 1 1 @ 1 0 14598937 +accrual n 1 3 @ ~ + 1 0 00372013 +accrual_basis n 1 2 ! @ 1 0 13406638 +accruement n 1 3 @ ~ + 1 0 00372013 +acculturation n 3 3 @ ~ + 3 1 01128984 05984936 05757049 +accumulation n 4 4 @ ~ + ; 4 3 13424865 07951464 00372013 13366693 +accumulator n 3 4 @ ~ %p ; 3 0 09936362 04328329 02673078 +accumulator_register n 1 2 @ ; 1 0 02673078 +accuracy n 2 5 ! @ ~ = ; 2 2 04802907 04803209 +accusal n 1 3 @ ~ + 1 0 07234230 +accusation n 2 3 @ ~ + 2 1 07234230 06730780 +accusative n 1 2 @ + 1 0 06311557 +accusative_case n 1 1 @ 1 0 06311557 +accused n 1 1 @ 1 0 09762011 +accuser n 1 2 @ + 1 0 09762385 +ace n 6 5 @ ~ #p %m + 6 3 13742573 02673291 09762509 14735642 08175498 00568701 +ace_inhibitor n 1 2 @ ~ 1 0 02673637 +ace_of_clubs n 1 1 @ 1 0 02674101 +ace_of_diamonds n 1 1 @ 1 0 02674184 +ace_of_hearts n 1 1 @ 1 0 02674273 +ace_of_spades n 1 1 @ 1 1 02674358 +acebutolol n 1 1 @ 1 0 02673480 +acedia n 1 1 @ 1 0 00758795 +acellular_slime_mold n 1 2 @ #m 1 0 12975804 +acentric_chromosome n 1 1 @ 1 0 05444610 +acephalia n 1 2 @ #p 1 0 14019441 +acephalism n 1 2 @ #p 1 0 14019441 +acephaly n 1 2 @ #p 1 0 14019441 +acer n 1 3 @ #m %m 1 0 12752039 +acer_argutum n 1 1 @ 1 0 12755559 +acer_campestre n 1 1 @ 1 0 12754648 +acer_circinatum n 1 1 @ 1 0 12754468 +acer_glabrum n 1 1 @ 1 0 12754174 +acer_japonicum n 1 1 @ 1 0 12755727 +acer_macrophyllum n 1 1 @ 1 0 12754003 +acer_negundo n 1 2 @ ~ 1 0 12755225 +acer_negundo_californicum n 1 1 @ 1 0 12755387 +acer_palmatum n 1 1 @ 1 0 12755876 +acer_pennsylvanicum n 1 1 @ 1 0 12753762 +acer_platanoides n 1 1 @ 1 0 12754781 +acer_pseudoplatanus n 1 1 @ 1 0 12754981 +acer_rubrum n 1 1 @ 1 0 12753573 +acer_saccharinum n 1 1 @ 1 0 12753007 +acer_saccharum n 1 1 @ 1 0 12753245 +acer_spicatum n 1 1 @ 1 0 12754311 +aceraceae n 1 3 @ #m %m 1 0 12751823 +acerate_leaf n 1 1 @ 1 0 13157595 +acerbity n 3 2 @ + 3 0 04995009 04994126 04643397 +acerola n 2 3 @ #p %p 2 0 12694486 07746334 +acervulus n 1 1 @ 1 0 11533026 +acetabulum n 1 3 @ #p + 1 0 05596224 +acetal n 1 1 @ 1 0 14710805 +acetaldehyde n 1 1 @ 1 0 14711008 +acetaldol n 1 1 @ 1 0 14710935 +acetamide n 1 1 @ 1 0 14711197 +acetaminophen n 1 1 @ 1 0 02674482 +acetanilid n 1 1 @ 1 0 02674912 +acetanilide n 1 1 @ 1 0 02674912 +acetate n 2 3 @ ~ %s 2 0 14599806 02675219 +acetate_disk n 1 2 @ #p 1 0 02675077 +acetate_rayon n 1 2 @ %s 1 0 02675219 +acetic_acid n 1 3 @ ~ #s 1 0 14599168 +acetic_anhydride n 1 1 @ 1 0 14768640 +acetin n 1 1 @ 1 0 14599494 +acetoacetic_acid n 1 1 @ 1 0 14927051 +acetone n 1 2 @ + 1 1 14600504 +acetone_body n 1 2 @ ~ 1 0 14926595 +acetonemia n 1 1 @ 1 1 14267205 +acetonuria n 1 2 @ ~ 1 0 14271480 +acetophenetidin n 1 1 @ 1 0 02675354 +acetphenetidin n 1 1 @ 1 0 02675354 +acetum n 2 3 @ ~ + 2 0 14599641 07828987 +acetyl n 1 2 @ + 1 0 14594456 +acetyl_chloride n 1 1 @ 1 0 14808911 +acetyl_group n 1 1 @ 1 0 14594456 +acetyl_radical n 1 1 @ 1 0 14594456 +acetylation n 1 2 @ + 1 0 13425637 +acetylcholine n 1 1 @ 1 0 14808418 +acetylene n 1 3 @ #s + 1 0 14600742 +acetylsalicylic_acid n 1 3 @ ~ %s 1 0 02748618 +achaea n 1 2 @ #p 1 0 08782490 +achaean n 2 1 @ 2 0 09710619 08160586 +achaian n 1 1 @ 1 0 09710619 +ache n 1 3 @ ~ + 1 1 14323683 +achene n 1 3 @ ~ + 1 0 12036067 +acheron n 1 4 @ #p + ; 1 0 09186709 +acherontia n 1 3 @ #m %m 1 0 02299715 +acherontia_atropos n 1 2 @ #m 1 0 02299846 +acheson n 1 1 @ 1 0 10807858 +acheson_process n 1 1 @ 1 0 13425839 +acheta n 1 3 @ #m %m 1 0 02229867 +acheta_assimilis n 1 2 @ #m 1 0 02230187 +acheta_domestica n 1 2 @ #m 1 0 02230023 +achievability n 1 2 @ + 1 0 14482444 +achievement n 1 3 @ ~ + 1 1 00035189 +achiever n 1 4 ! @ ~ + 1 0 09762821 +achille_ratti n 1 1 @ 1 0 11238303 +achillea n 1 3 @ ~ #m 1 0 11916467 +achillea_millefolium n 1 1 @ 1 0 11916696 +achillea_ptarmica n 1 1 @ 1 0 11916965 +achilles n 1 1 @ 1 0 09594298 +achilles'_heel n 1 1 @ 1 0 05042468 +achilles_tendon n 1 2 @ #p 1 0 05578740 +achimenes n 1 2 @ #m 1 0 12830222 +aching n 1 3 @ ~ + 1 0 14323683 +achira n 1 1 @ 1 0 12351091 +achlorhydria n 1 1 @ 1 0 14054262 +achmad_sukarno n 1 1 @ 1 0 11323849 +achoerodus n 1 3 @ #m %m 1 0 02608151 +achoerodus_gouldii n 1 2 @ #m 1 0 02608284 +acholia n 1 1 @ 1 0 14054465 +achomawi n 3 2 @ ; 3 0 09645996 08488081 06921755 +achondrite n 1 2 @ + 1 0 09186928 +achondroplasia n 1 2 @ + 1 0 14121804 +achondroplasty n 1 1 @ 1 0 14121804 +achras n 1 2 @ #m 1 0 12772419 +achras_zapota n 1 3 @ #p %p 1 0 12774641 +achromasia n 1 1 @ 1 0 04977561 +achromatic_color n 1 3 ! @ ~ 1 0 04960079 +achromatic_colour n 1 2 @ ~ 1 0 04960079 +achromatic_lens n 1 1 @ 1 0 02675522 +achromatic_vision n 1 1 @ 1 0 05655482 +achromaticity n 1 2 @ ~ 1 0 04958634 +achromatin n 1 3 @ #p + 1 0 05436381 +achromatism n 1 2 @ ~ 1 0 04958634 +achromia n 1 2 @ ; 1 0 04959061 +achromycin n 1 3 @ ~ ; 1 0 04416530 +achylia n 1 1 @ 1 0 14054642 +achylia_gastrica n 1 1 @ 1 0 14054642 +acicula n 1 2 @ + 1 0 09187036 +acid n 2 3 @ ~ + 2 1 14607521 02675657 +acid-base_balance n 1 2 @ ; 1 0 13425980 +acid-base_equilibrium n 1 2 @ ; 1 0 13425980 +acid-base_indicator n 1 2 @ ~ 1 0 14609198 +acid_anhydrides n 1 1 @ 1 0 14808617 +acid_dye n 1 2 @ ~ 1 0 14754378 +acid_halide n 1 2 @ ~ 1 0 14808752 +acid_head n 1 1 @ 1 0 09763272 +acid_hydrogen n 1 1 @ 1 0 14640890 +acid_precipitation n 1 1 @ 1 0 14517629 +acid_rain n 1 1 @ 1 0 14517629 +acid_rock n 1 1 @ 1 0 07065562 +acid_test n 1 1 @ 1 0 05747495 +acid_value n 1 2 @ ; 1 0 13581598 +acidemia n 1 1 @ 1 0 14020753 +acidic_hydrogen n 1 1 @ 1 0 14640890 +acidification n 1 2 @ + 1 0 13426238 +acidimetry n 1 2 @ + 1 0 00647919 +acidity n 3 4 ! @ ~ + 3 1 04993882 05716961 05039526 +acidophil n 1 2 @ + 1 0 01349333 +acidophile n 1 2 @ + 1 0 01349333 +acidophilus n 1 2 @ #m 1 0 01380298 +acidophilus_milk n 1 1 @ 1 0 07845571 +acidosis n 1 3 @ ~ + 1 0 14019600 +acidulousness n 1 2 @ + 1 0 05716961 +acinonyx n 1 3 @ #m %m 1 0 02130190 +acinonyx_jubatus n 1 2 @ #m 1 0 02130308 +acinos n 1 3 @ #m %m 1 0 12839409 +acinos_arvensis n 1 2 @ #m 1 0 12839574 +acinus n 2 3 @ #p + 2 0 13138155 05516366 +acipenser n 1 3 @ #m %m 1 0 02640453 +acipenser_huso n 1 3 @ #m %p 1 0 02640857 +acipenser_transmontanus n 1 2 @ #m 1 0 02640626 +acipenseridae n 1 3 @ #m %m 1 0 02640093 +ack-ack n 1 3 @ ~ %p 1 0 02715712 +ack-ack_gun n 1 3 @ ~ %p 1 0 02715712 +ackee n 1 2 @ #p 1 0 07762740 +acknowledgement n 2 3 @ ~ = 2 0 14411981 06628861 +acknowledgment n 3 4 @ ~ = + 3 0 14411981 06763681 06628861 +aclant n 1 3 @ #p %m 1 0 08174995 +aclinic_line n 1 1 @ 1 0 08490531 +acme n 2 2 @ ~ 2 0 13940456 08677801 +acne n 1 2 @ ~ 1 0 14222112 +acne_rosacea n 1 1 @ 1 0 14222352 +acne_vulgaris n 1 1 @ 1 0 14222541 +acnidosporidia n 1 3 @ #m %m 1 0 01425817 +acocanthera n 1 3 @ #m %m 1 0 11768242 +acocanthera_oblongifolia n 1 2 @ #m 1 0 11768505 +acocanthera_oppositifolia n 1 2 @ #m 1 0 11768816 +acocanthera_spectabilis n 1 2 @ #m 1 0 11768505 +acocanthera_venenata n 1 2 @ #m 1 0 11768816 +acokanthera n 1 3 @ #m %m 1 0 11768242 +acolyte n 1 2 @ ~ 1 1 09763349 +aconcagua n 1 2 @ #p 1 0 09187204 +aconite n 1 3 @ ~ #m 1 0 11722982 +aconitum n 1 3 @ #m %m 1 0 11722769 +aconitum_lycoctonum n 1 1 @ 1 0 11723452 +aconitum_napellus n 1 1 @ 1 0 11723227 +acoraceae n 1 2 @ #m 1 0 11780747 +acorea n 1 1 @ 1 0 14021853 +acores n 1 2 @ #p 1 0 08985345 +acorn n 1 3 @ #p %p 1 0 12267677 +acorn_barnacle n 1 2 @ #m 1 0 01998741 +acorn_cup n 1 2 @ #p 1 0 12267931 +acorn_squash n 2 3 @ #p %p 2 0 12160857 07717410 +acorn_tube n 1 1 @ 1 0 02675885 +acorus n 1 3 @ #m %m 1 0 11780589 +acorus_calamus n 1 4 @ #m %s %p 1 0 11780930 +acousma n 1 1 @ 1 0 14377830 +acoustic n 1 2 @ + 1 0 02675987 +acoustic_aphasia n 1 1 @ 1 0 14097893 +acoustic_buoy n 1 2 @ ~ 1 0 07266442 +acoustic_delay_line n 1 2 @ #p 1 0 02676097 +acoustic_device n 1 2 @ ~ 1 0 02676261 +acoustic_gramophone n 1 2 @ ~ 1 0 03452267 +acoustic_guitar n 1 1 @ 1 0 02676566 +acoustic_impedance n 1 1 @ 1 0 11504478 +acoustic_meatus n 1 3 @ #p %p 1 0 05248667 +acoustic_modem n 1 1 @ 1 0 02676670 +acoustic_nerve n 1 2 @ #p 1 0 05479503 +acoustic_phenomenon n 1 2 @ ~ 1 0 11425401 +acoustic_power n 1 1 @ 1 0 05100866 +acoustic_projection n 1 1 @ 1 0 11512331 +acoustic_radiation_pressure n 1 2 @ ; 1 0 05100981 +acoustic_reactance n 1 1 @ 1 0 11504478 +acoustic_resistance n 1 1 @ 1 0 11504478 +acoustic_spectrum n 1 2 @ ~ 1 0 11510714 +acoustic_storage n 1 2 @ %p 1 0 02676805 +acoustic_wave n 1 3 @ ~ ; 1 0 07347224 +acoustician n 1 2 @ + 1 0 09763668 +acousticophobia n 1 1 @ 1 0 14384227 +acoustics n 1 4 @ ~ + - 1 0 06094774 +acquaintance n 3 4 ! @ ~ + 3 3 05817145 13930245 09763784 +acquaintanceship n 1 2 @ + 1 0 13930245 +acquiescence n 2 3 @ ~ + 2 2 14413162 07175575 +acquired_hemochromatosis n 1 1 @ 1 0 14207388 +acquired_immune_deficiency_syndrome n 1 1 @ 1 0 14127782 +acquired_immunity n 1 2 @ ~ 1 0 14528193 +acquired_reflex n 1 2 @ ~ 1 0 00864226 +acquired_taste n 1 1 @ 1 0 07498455 +acquirement n 1 2 @ ~ 1 0 05637558 +acquirer n 4 3 @ ~ + 4 0 09764201 08419562 08419354 08419163 +acquiring n 1 3 @ ~ + 1 0 00041899 +acquisition n 4 3 @ ~ + 4 1 00077419 13253255 05752544 05637558 +acquisition_agreement n 1 1 @ 1 0 06527710 +acquisitiveness n 1 4 @ ~ = + 1 0 04946078 +acquittal n 1 4 ! @ + ; 1 0 01193886 +acquittance n 1 2 @ ; 1 0 06552814 +acragas n 1 2 @ #p 1 0 08811812 +acrasiomycetes n 1 3 @ #m %m 1 0 12975982 +acre n 3 2 @ #p 3 1 13613742 08854725 08793310 +acre-foot n 1 1 @ 1 0 13617468 +acre_inch n 1 1 @ 1 0 13617630 +acreage n 1 1 @ 1 1 05128870 +acres n 1 2 @ ~ 1 1 13246662 +acridid n 1 3 @ ~ #m 1 0 02226821 +acrididae n 1 3 @ #m %m 1 0 02226598 +acridity n 3 2 @ + 3 0 05717266 04995100 04780232 +acridness n 2 2 @ + 2 0 04995100 04780232 +acridotheres n 1 3 @ #m %m 1 0 01577818 +acridotheres_tristis n 1 2 @ #m 1 0 01577941 +acrilan n 1 2 @ ; 1 0 03979847 +acrimony n 1 2 @ + 1 0 04643397 +acris n 1 3 @ #m %m 1 0 01651370 +acris_crepitans n 1 1 @ 1 0 01651641 +acris_gryllus n 1 1 @ 1 0 01651778 +acroanaesthesia n 1 1 @ 1 0 14028291 +acroanesthesia n 1 1 @ 1 0 14028291 +acrobat n 1 2 @ ~ 1 0 09764381 +acrobates n 1 3 @ #m %m 1 0 01882372 +acrobatic_feat n 1 3 @ ~ #p 1 0 00438065 +acrobatic_stunt n 1 3 @ ~ #p 1 0 00438065 +acrobatics n 2 4 @ ~ %p + 2 1 00434075 00302861 +acrocarp n 1 2 ! @ 1 0 11539289 +acrocarpous_moss n 1 1 @ 1 0 11539289 +acrocarpus n 1 3 @ #m %m 1 0 12490330 +acrocarpus_fraxinifolius n 1 2 @ #m 1 0 12490490 +acrocentric_chromosome n 1 1 @ 1 0 05444709 +acrocephalus n 1 2 @ #m 1 0 01565480 +acrocephalus_schoenobaenus n 1 1 @ 1 0 01565599 +acrocephaly n 1 1 @ 1 0 14164190 +acroclinium n 1 2 @ %m 1 0 11917186 +acroclinium_roseum n 1 2 @ #m 1 0 11917407 +acrocomia n 1 3 @ #m %m 1 0 12583529 +acrocomia_aculeata n 1 2 @ %p 1 0 12583855 +acrocomia_vinifera n 1 2 @ #m 1 0 12583681 +acrocyanosis n 1 1 @ 1 0 14303448 +acrodont n 1 1 @ 1 0 01324916 +acrogen n 1 2 @ + 1 0 11536369 +acrolein n 1 1 @ 1 0 14998290 +acromegalia n 1 2 @ %p 1 0 14368483 +acromegaly n 1 3 @ %p + 1 0 14368483 +acromial_process n 1 2 @ #p 1 0 05280365 +acromicria n 1 1 @ 1 0 14021936 +acromikria n 1 1 @ 1 0 14021936 +acromion n 1 2 @ #p 1 0 05280365 +acromphalus n 1 1 @ 1 0 14022068 +acromyotonia n 1 1 @ 1 0 14545548 +acronym n 1 3 @ + - 1 0 07091902 +acrophobia n 1 2 @ + 1 0 14382766 +acrophony n 1 1 @ 1 0 07230796 +acropolis n 1 1 @ 1 0 02676938 +acropora n 1 3 @ #m %m 1 0 01917434 +acrosome n 1 2 @ #p 1 0 05457795 +acrostic n 2 1 @ 2 0 06786209 06366130 +acrostichum n 1 3 @ #m %m 1 0 13206001 +acrostichum_aureum n 1 3 @ #m ; 1 0 13206178 +acrylamide n 1 1 @ 1 0 14711364 +acrylate n 1 1 @ 1 0 14998421 +acrylate_resin n 1 2 @ ~ 1 0 14593671 +acrylic n 4 2 @ ~ 4 0 14965958 14593671 02677136 02677028 +acrylic_acid n 1 1 @ 1 0 14998522 +acrylic_fiber n 1 1 @ 1 0 14965958 +acrylic_paint n 1 1 @ 1 0 02677136 +acrylic_resin n 1 2 @ ~ 1 0 14593671 +acrylonitrile n 1 1 @ 1 0 14998677 +acrylonitrile-butadiene-styrene n 1 1 @ 1 0 14592028 +act n 5 6 @ ~ #p %p + ; 5 4 06532095 00030358 07009640 06892016 07014029 +act_of_god n 1 1 @ 1 0 07315350 +act_of_terrorism n 1 3 @ ~ - 1 0 00759694 +actaea n 1 3 @ #m %m 1 0 11723655 +actaea_alba n 1 1 @ 1 0 11724363 +actaea_rubra n 1 1 @ 1 0 11724109 +acth n 1 1 @ 1 0 05408113 +actias n 1 3 @ #m %m 1 0 02302853 +actias_luna n 1 2 @ #m 1 0 02302969 +actifed n 1 1 @ 1 0 02677232 +actin n 1 2 @ #s 1 0 14731334 +actinaria n 1 3 @ #m %m 1 0 01914415 +acting n 1 4 @ ~ #p + 1 1 00548326 +acting_out n 2 2 @ ; 2 0 07014596 06887962 +actinia n 2 2 @ #m 2 0 01914961 01914830 +actinian n 1 2 @ #m 1 0 01914830 +actiniaria n 1 3 @ #m %m 1 0 01914415 +actiniarian n 1 2 @ #m 1 0 01914830 +actinic_dermatitis n 1 1 @ 1 0 14222685 +actinic_keratosis n 1 1 @ 1 0 14228376 +actinic_radiation n 1 3 @ ~ #p 1 0 11421401 +actinic_ray n 1 3 @ ~ #p 1 0 11421401 +actinide n 1 1 @ 1 0 14584110 +actinide_series n 1 2 @ ; 1 0 14625110 +actinidia n 1 3 @ #m %m 1 0 12371002 +actinidia_arguta n 1 2 @ #m 1 0 12371202 +actinidia_chinensis n 1 3 @ #m %p 1 0 12371439 +actinidia_deliciosa n 1 3 @ #m %p 1 0 12371439 +actinidia_polygama n 1 2 @ #m 1 0 12371704 +actinidiaceae n 1 3 @ #m %m 1 0 12370842 +actiniopteris n 1 2 @ #m 1 0 13206438 +actinism n 1 2 @ + 1 0 04917292 +actinium n 1 2 @ #s 1 0 14627655 +actinoid n 1 1 @ 1 0 14584110 +actinolite n 1 2 @ #m 1 0 14725217 +actinomeris n 1 2 @ #m 1 0 12030479 +actinomeris_alternifolia n 1 1 @ 1 0 12030908 +actinometer n 1 1 @ 1 1 02677436 +actinometry n 1 2 @ + 1 0 00998037 +actinomyces n 1 2 @ #m 1 0 01375760 +actinomycetaceae n 1 3 @ #m %m 1 0 01375460 +actinomycetales n 1 3 @ #m %m 1 0 01374989 +actinomycete n 1 5 @ ~ #m + ; 1 0 01375204 +actinomycin n 1 1 @ 1 0 02677602 +actinomycosis n 1 3 @ ~ + 1 0 14254102 +actinomyxidia n 1 3 @ #m %m 1 0 01427005 +actinomyxidian n 1 2 @ #m 1 0 01427143 +actinon n 1 1 @ 1 0 14584110 +actinopod n 1 3 @ ~ #m 1 0 01390466 +actinopoda n 1 3 @ #m %m 1 0 01390287 +actinotherapy n 1 3 @ ~ ; 1 0 00705580 +actinozoa n 1 3 @ #m %m 1 0 01913838 +actinozoan n 1 3 @ ~ #m 1 0 01914163 +action n 10 8 ! @ ~ #p %p = + ; 10 8 00037396 14006945 00952963 13518963 06373513 04835950 02677718 01181902 01182312 00576451 +action_at_law n 1 3 @ ~ ; 1 0 01181902 +action_mechanism n 1 4 @ ~ #p %p 1 0 02677718 +action_officer n 1 1 @ 1 0 09764732 +action_painting n 1 1 @ 1 0 02668747 +action_plant n 1 2 @ #m 1 0 11755319 +action_potential n 1 1 @ 1 0 07308308 +action_replay n 1 2 @ ; 1 0 01020117 +action_spectrum n 1 1 @ 1 0 11421618 +actitis n 1 3 @ #m %m 1 0 02026798 +actitis_hypoleucos n 1 2 @ #m 1 0 02026948 +actitis_macularia n 1 2 @ #m 1 0 02027075 +actium n 2 3 @ #p ; 2 0 08786161 01268457 +activase n 1 2 @ ; 1 0 04441282 +activated_carbon n 1 1 @ 1 0 14796359 +activated_charcoal n 1 1 @ 1 0 14796359 +activating n 1 2 @ ~ 1 0 01046984 +activating_agent n 1 2 @ ; 1 0 14723425 +activation n 3 4 ! @ ~ + 3 0 13426376 01046984 00236821 +activation_energy n 1 1 @ 1 1 11421822 +activator n 1 5 ! @ ~ + ; 1 0 14723079 +active n 3 2 @ + 3 1 14776804 13803158 09764900 +active_agent n 1 1 @ 1 0 14776804 +active_air_defense n 1 1 @ 1 0 00960395 +active_application n 1 1 @ 1 0 06570520 +active_birth n 1 1 @ 1 0 13426591 +active_citizen n 1 1 @ 1 0 09765118 +active_immunity n 1 1 @ 1 0 14527553 +active_matrix_screen n 1 1 @ 1 0 02678010 +active_placebo n 1 1 @ 1 0 02678174 +active_site n 1 2 @ #p 1 0 08623260 +active_transport n 1 2 @ ; 1 0 13426726 +active_trust n 1 2 ! @ 1 0 13360950 +active_voice n 1 2 ! @ 1 0 13803158 +activeness n 2 5 ! @ ~ = + 2 0 14006945 04635104 +activewear n 1 2 @ ~ 1 0 04285803 +activism n 1 2 @ + 1 1 05901840 +activist n 1 3 @ ~ + 1 0 10315837 +activity n 6 6 ! @ ~ = + ; 6 3 00407535 14006945 13440063 14531203 13518963 04635104 +actomyosin n 1 2 @ %s 1 0 14729737 +actor n 2 3 @ ~ + 2 1 09765278 09767197 +actor's_agent n 1 1 @ 1 0 09767592 +actor's_assistant n 1 1 @ 1 0 10033082 +actor's_line n 1 3 @ ~ #p 1 0 07010821 +actress n 1 2 @ ~ 1 1 09767700 +acts n 1 2 @ #p 1 0 06442405 +acts_of_the_apostles n 1 2 @ #p 1 0 06442405 +actual_damages n 1 2 @ ; 1 0 13291356 +actual_eviction n 1 2 @ ; 1 0 01194711 +actual_possession n 1 2 @ ; 1 0 00809886 +actual_sin n 1 2 ! @ 1 0 00757337 +actualisation n 1 3 @ ~ + 1 0 00931847 +actuality n 1 4 @ ~ = + 1 1 13954818 +actualization n 1 3 @ ~ + 1 0 00931847 +actuarial_table n 1 2 @ ~ 1 0 08266542 +actuary n 1 4 @ ~ + ; 1 0 10652954 +actuation n 1 3 @ ~ + 1 0 00045250 +actuator n 1 3 @ ~ + 1 0 02678384 +actus_reus n 1 2 @ ~ 1 0 00732746 +acuity n 2 2 @ ~ 2 0 05655567 05620468 +acular n 1 3 @ %s ; 1 0 03612559 +aculea n 1 1 @ 1 0 01900985 +aculeus n 2 2 @ ~ 2 0 13089419 01901091 +acumen n 2 2 @ + 2 0 13089526 05621808 +acuminate_leaf n 1 1 @ 1 0 13157684 +acupressure n 1 2 @ ; 1 0 00710338 +acupuncture n 1 2 @ ; 1 0 00710155 +acute n 1 1 @ 1 0 06822576 +acute-angled_triangle n 1 1 @ 1 0 13879816 +acute_accent n 1 1 @ 1 0 06822576 +acute_angle n 1 1 @ 1 0 13891937 +acute_anterior_poliomyelitis n 1 1 @ 1 0 14140176 +acute_brain_disorder n 1 1 @ 1 0 14054762 +acute_gastritis n 1 1 @ 1 0 14346606 +acute_glaucoma n 1 1 @ 1 0 14255536 +acute_glossitis n 1 1 @ 1 0 14347045 +acute_hemorrhagic_encephalitis n 1 1 @ 1 0 14342742 +acute_inclusion_body_encephalitis n 1 1 @ 1 0 14343062 +acute_kidney_failure n 1 1 @ 1 0 14114886 +acute_leukemia n 1 2 @ ~ 1 0 14243268 +acute_lymphoblastic_leukemia n 1 1 @ 1 0 14243393 +acute_lymphocytic_leukemia n 1 1 @ 1 0 14243393 +acute_myelocytic_leukemia n 1 1 @ 1 0 14243649 +acute_myeloid_leukemia n 1 1 @ 1 0 14243649 +acute_organic_brain_syndrome n 1 1 @ 1 0 14054762 +acute_pyelonephritis n 1 1 @ 1 0 14566476 +acute_renal_failure n 1 1 @ 1 0 14114886 +acute_schizophrenic_episode n 1 1 @ 1 0 14400325 +acute_triangle n 1 1 @ 1 0 13879816 +acuteness n 3 4 ! @ ~ + 3 0 05653327 05620468 04705536 +acyclovir n 1 1 @ 1 0 02678528 +acyl n 1 2 @ ~ 1 0 14594708 +acyl_anhydrides n 1 1 @ 1 0 14808617 +acyl_group n 1 2 @ ~ 1 0 14594708 +acyl_halide n 1 2 @ ~ 1 0 14808752 +acylation n 1 2 @ ~ 1 0 13426948 +acylglycerol n 1 3 @ ~ #p 1 0 14885088 +ad n 1 2 @ ~ 1 1 07248801 +ad-lib n 1 2 @ + 1 0 06714697 +ad_agency n 1 1 @ 1 0 08353912 +ad_blitz n 1 2 @ ~ 1 0 00798959 +ad_campaign n 1 2 @ ~ 1 1 00798959 +ad_valorem_tax n 1 1 @ 1 0 13316722 +ada n 1 1 @ 1 0 14707361 +ada-scid n 1 1 @ 1 0 14129223 +adactylia n 1 1 @ 1 0 14152803 +adactylism n 1 1 @ 1 0 14152803 +adactyly n 1 1 @ 1 0 14152803 +adad n 1 2 @ ; 1 0 09515027 +adage n 1 1 @ 1 0 07153838 +adagio n 2 3 @ #p ; 2 0 07047804 00526259 +adalia n 2 4 @ #m #p %m 2 0 09040839 02165754 +adalia_bipunctata n 1 2 @ #m 1 0 02165877 +adam n 3 2 @ ; 3 1 09586553 10808045 02678738 +adam's_apple n 2 3 @ #m #p 2 0 11776511 05530296 +adam's_needle n 1 1 @ 1 0 12483427 +adam's_needle-and-thread n 1 1 @ 1 0 12483427 +adam's_peak n 1 2 @ #p 1 0 09187594 +adam-and-eve n 1 2 @ #m 1 0 12045514 +adam_smith n 1 1 @ 1 0 11305258 +adamance n 1 2 @ + 1 0 04863793 +adamant n 1 2 @ ~ 1 0 14834563 +adams n 4 2 @ #p 4 0 10808539 10808353 10808200 09187407 +adams-stokes_syndrome n 1 1 @ 1 0 14362593 +adana n 1 2 @ #p 1 0 09040475 +adansonia n 1 3 @ #m %m 1 0 12189620 +adansonia_digitata n 1 3 @ #m %p 1 0 12189987 +adansonia_gregorii n 1 3 @ #m %p 1 0 12189779 +adapa n 1 2 @ ; 1 0 09515131 +adapid n 1 2 @ #m 1 0 02496210 +adapid_group n 1 2 @ #m 1 0 02496210 +adapin n 1 1 @ 1 0 03229905 +adaptability n 1 4 ! @ ~ + 1 0 04659090 +adaptation n 3 4 @ ~ + ; 3 1 06408779 13427078 00193406 +adapter n 2 3 @ ~ + 2 0 09809925 02678897 +adaption n 1 3 @ ~ + 1 0 13427078 +adaptive_radiation n 1 1 @ 1 0 07440045 +adaptor n 1 2 @ + 1 0 02678897 +adar n 1 3 @ #p %p 1 0 15215480 +adar_sheni n 1 2 @ #p 1 0 15215693 +add n 1 2 @ %p 1 0 14056280 +add-in n 1 2 @ ~ 1 0 03033986 +add-on n 2 3 @ ~ + 2 0 02679415 02671421 +addax n 1 2 @ #m 1 0 02421136 +addax_nasomaculatus n 1 2 @ #m 1 0 02421136 +addend n 1 1 @ 1 0 13728818 +addendum n 1 3 @ ~ #p 1 0 06399631 +adder n 3 3 @ #m + 3 0 09768753 02679142 01752585 +adder's_fern n 1 1 @ 1 0 13173882 +adder's_tongue n 1 3 @ ~ #m 1 0 12960378 +adder's_tongue_fern n 1 3 @ ~ #m 1 0 12960378 +addict n 2 3 @ ~ + 2 0 09769076 09768830 +addiction n 3 4 @ ~ + ; 3 0 14062725 07486145 00087849 +adding_machine n 1 2 @ #p 1 0 02679257 +addis_ababa n 1 2 @ #p 1 0 08778401 +addison's_disease n 1 1 @ 1 0 14116908 +addison's_syndrome n 1 1 @ 1 0 14116908 +addition n 6 4 ! @ ~ + 6 3 02679415 00363788 13754293 13253423 08554872 00872107 +addition_reaction n 1 1 @ 1 0 13427356 +additions_to_esther n 1 2 @ #p 1 0 06458685 +additive n 1 3 @ ~ + 1 1 02679788 +additive_inverse n 1 2 @ ; 1 0 13843001 +addle-head n 1 1 @ 1 0 10598904 +addlehead n 1 1 @ 1 0 10598904 +address n 8 6 @ ~ #p %p + ; 8 4 06356515 08491027 07238694 07067591 06794216 06787150 05082648 04842232 +addressee n 1 2 @ + 1 0 09769345 +addressing_machine n 1 1 @ 1 0 02679961 +addressograph n 1 1 @ 1 0 02679961 +adducer n 1 1 @ 1 0 09769525 +adducing n 1 1 @ 1 0 06649704 +adduct n 1 1 @ 1 0 14584016 +adduction n 1 3 @ + ; 1 0 00333203 +adductor n 1 3 @ ~ + 1 0 05291728 +adductor_muscle n 1 2 @ ~ 1 0 05291728 +ade n 1 2 @ ~ 1 0 07925966 +adelaide n 1 2 @ #p 1 0 08834543 +adelges n 1 3 @ #m %m 1 0 02254531 +adelges_abietis n 1 2 @ #m 1 0 02255023 +adelges_piceae n 1 2 @ #m 1 0 02254901 +adelgid n 1 3 @ ~ #m 1 0 02254697 +adelgidae n 1 3 @ #m %m 1 0 02254370 +adelie n 1 2 @ #m 1 0 02056228 +adelie_coast n 1 2 @ #p 1 0 08494782 +adelie_land n 1 2 @ #p 1 0 08494782 +adelie_penguin n 1 2 @ #m 1 0 02056228 +adeline_virginia_stephen_woolf n 1 2 @ #m 1 0 11396667 +aden n 1 2 @ #p 1 0 09164903 +aden-abyan_islamic_army n 1 2 @ ; 1 0 08025112 +adenanthera n 1 3 @ #m %m 1 0 11758628 +adenanthera_pavonina n 1 2 @ #m 1 0 11758799 +adenauer n 1 1 @ 1 0 10808756 +adenine n 1 3 @ #s ; 1 0 14706889 +adenitis n 1 1 @ 1 0 14257687 +adenium n 1 3 @ #m %m 1 0 11769002 +adenium_multiflorum n 1 2 @ #m 1 0 11769176 +adenium_obesum n 1 2 @ #m 1 0 11769176 +adenocarcinoma n 1 3 @ ~ + 1 0 14246710 +adenohypophysis n 1 3 @ #p %p 1 0 05484355 +adenoid n 1 3 @ #p + 1 0 05529286 +adenoidectomy n 1 1 @ 1 0 00665970 +adenoma n 1 2 @ ~ 1 1 14235793 +adenomatous_polyp n 1 1 @ 1 0 14234611 +adenomegaly n 1 1 @ 1 0 14367005 +adenomyosarcoma n 1 1 @ 1 0 14246097 +adenomyosis n 1 1 @ 1 0 14204763 +adenopathy n 1 1 @ 1 0 14117173 +adenosine n 1 2 @ ; 1 0 14707101 +adenosine_deaminase n 1 1 @ 1 0 14707361 +adenosine_diphosphate n 1 1 @ 1 0 14707903 +adenosine_monophosphate n 1 1 @ 1 0 14707710 +adenosine_triphosphate n 1 1 @ 1 0 14708042 +adenosis n 1 2 @ ~ 1 0 14059928 +adenota n 1 3 @ #m %m 1 0 02427958 +adenota_vardoni n 1 2 @ #m 1 0 02428089 +adenovirus n 1 2 @ ~ 1 0 01330126 +adenylic_acid n 1 1 @ 1 0 14707710 +adept n 1 3 @ ~ + 1 0 09762509 +adeptness n 1 3 @ ~ + 1 0 05642175 +adequacy n 2 4 ! @ ~ = 2 2 04792357 05112609 +adequateness n 1 3 @ = + 1 0 04792357 +ader_wax n 1 1 @ 1 0 14665102 +adermin n 1 1 @ 1 0 15091669 +adesite n 1 1 @ 1 0 14932222 +adh n 1 1 @ 1 0 05414147 +adhd n 1 2 @ %p 1 0 14056280 +adherence n 2 3 @ ~ + 2 1 01212882 04935528 +adherent n 1 3 @ ~ + 1 1 10016103 +adhesion n 4 3 @ ~ + 4 0 14206224 05584008 04935528 01212882 +adhesion_contract n 1 1 @ 1 0 06521878 +adhesive n 1 4 @ ~ %s + 1 1 14702416 +adhesive_agent n 1 3 @ ~ %s 1 0 14702416 +adhesive_bandage n 1 2 @ ~ 1 0 02680110 +adhesive_friction n 1 2 @ ; 1 0 11460281 +adhesive_material n 1 3 @ ~ %s 1 0 14702416 +adhesive_plaster n 1 2 @ ~ 1 0 03957420 +adhesive_tape n 1 2 @ ~ 1 0 02680337 +adhesiveness n 1 2 @ + 1 0 04935528 +adhocracy n 1 1 @ 1 0 08009239 +adi_granth n 1 2 @ ; 1 0 06430784 +adiabatic_process n 1 2 @ ; 1 0 13427481 +adiantaceae n 1 2 @ #m 1 0 13179216 +adiantum n 1 3 @ #m %m 1 0 13206584 +adiantum_bellum n 1 1 @ 1 0 13207572 +adiantum_capillus-veneris n 1 1 @ 1 0 13207094 +adiantum_pedatum n 1 1 @ 1 0 13207335 +adiantum_tenerum n 1 2 @ ~ 1 0 13207736 +adiantum_tenerum_farleyense n 1 1 @ 1 0 13207923 +adience n 1 4 ! @ + ; 1 0 09180791 +adieu n 1 1 @ 1 1 06629610 +adige n 1 2 @ #p 1 0 09187743 +adios n 1 1 @ 1 1 06629610 +adipic_acid n 1 1 @ 1 0 14612317 +adipose_cell n 1 2 @ %s 1 0 05456622 +adipose_tissue n 1 2 @ ~ 1 0 05268965 +adipose_tumor n 1 1 @ 1 0 14239322 +adiposeness n 1 2 @ + 1 0 04999741 +adiposis n 1 1 @ 1 0 05000537 +adiposity n 1 2 @ + 1 0 04999741 +adirondack_mountains n 1 2 @ #p 1 0 09187923 +adirondacks n 1 2 @ #p 1 0 09187923 +adit n 1 2 @ #p 1 0 02680512 +aditi n 1 1 @ 1 0 09524027 +aditya n 1 1 @ 1 0 09524151 +adjacency n 1 2 @ + 1 0 05085991 +adjective n 2 5 @ ~ #p %p + 2 2 06321702 06319029 +adjoining_room n 1 1 @ 1 0 02680638 +adjournment n 2 2 @ + 2 1 00216038 01067070 +adjudication n 1 1 @ 1 1 00874457 +adjudicator n 1 3 @ ~ + 1 0 09769636 +adjunct n 3 3 @ ~ + 3 1 09188229 09769803 06312767 +adjunction n 1 2 @ + 1 0 00147454 +adjuration n 1 2 @ + 1 0 07187150 +adjustable_spanner n 1 2 @ ~ 1 0 02680754 +adjustable_wrench n 1 2 @ ~ 1 0 02680754 +adjuster n 1 2 @ + 1 0 09769929 +adjusting_entry n 1 1 @ 1 0 13405480 +adjustment n 5 3 @ ~ + 5 3 07369604 00199707 00999787 13427078 13274092 +adjustor n 1 2 @ + 1 0 09769929 +adjutant n 2 4 @ ~ #m ; 2 0 09770179 02003037 +adjutant_bird n 1 2 @ #m 1 0 02003037 +adjutant_general n 1 1 @ 1 0 09770359 +adjutant_stork n 1 2 @ #m 1 0 02003037 +adjuvant n 1 2 @ + 1 0 02680947 +adlai_ewing_stevenson n 1 1 @ 1 0 11317749 +adlai_stevenson n 1 1 @ 1 0 11317749 +adlumia n 1 2 @ #m 1 0 11909745 +adlumia_fungosa n 1 1 @ 1 0 11909864 +adman n 1 2 @ ~ 1 0 09773962 +admass n 1 2 @ ; 1 0 08180484 +administration n 6 8 @ ~ #p %m %p + ; - 6 4 01135952 08164585 00694990 15266265 01124794 00694866 +administrative_body n 1 2 @ ~ 1 0 08077292 +administrative_data_processing n 1 1 @ 1 0 13427633 +administrative_district n 1 2 @ ~ 1 0 08491826 +administrative_division n 1 2 @ ~ 1 0 08491826 +administrative_hearing n 1 2 @ ; 1 0 01200000 +administrative_law n 1 2 @ ; 1 0 08453108 +administrative_official n 1 2 @ ~ 1 1 09880427 +administrative_unit n 1 2 @ ~ 1 0 08077292 +administrator n 3 3 @ ~ + 3 2 09770949 09770743 09770472 +administrivia n 1 1 @ 1 0 01137206 +admirability n 1 2 @ + 1 0 04729127 +admirableness n 1 2 @ + 1 0 04729127 +admiral n 2 2 @ ~ 2 0 09771204 02276258 +admiral_byrd n 1 1 @ 1 0 10876798 +admiral_dewey n 1 1 @ 1 0 10933084 +admiral_nelson n 1 1 @ 1 0 11203059 +admiral_nimitz n 1 1 @ 1 0 11207929 +admiralty n 2 2 @ ; 2 0 08349548 00588703 +admiralty_brass n 1 1 @ 1 0 14960261 +admiralty_island n 1 2 @ #p 1 0 09057170 +admiralty_islands n 1 2 @ #p 1 0 08843085 +admiralty_law n 1 3 @ ; - 1 1 08454191 +admiralty_metal n 1 1 @ 1 0 14960261 +admiralty_mile n 1 1 @ 1 0 13660619 +admiralty_range n 1 2 @ #p 1 0 09188094 +admiration n 3 3 @ ~ + 3 2 07500741 07509996 01218593 +admirer n 3 3 @ ~ + 3 1 10677713 09771664 09771435 +admissibility n 1 5 ! @ ~ = + 1 0 04793016 +admission n 4 3 @ ~ + 4 2 01248191 07215948 13321495 05176188 +admission_charge n 1 1 @ 1 0 13321495 +admission_day n 1 1 @ 1 0 15158189 +admission_fee n 1 1 @ 1 0 13321495 +admission_price n 1 1 @ 1 0 13321495 +admittance n 2 3 @ ~ + 2 0 05176188 01248191 +admixture n 3 2 @ + 3 0 14487598 02681084 00380083 +admonisher n 1 2 @ + 1 0 09771855 +admonishment n 1 2 @ + 1 0 06714420 +admonition n 2 3 @ ~ + 2 1 06672297 06714420 +adnexa n 1 2 @ + 1 0 05221649 +adnoun n 1 1 @ 1 0 06320440 +ado n 1 1 @ 1 1 00555138 +adobe n 2 3 @ #s %s 2 0 14600927 02681392 +adobe_brick n 1 2 @ %s 1 0 02681392 +adobe_house n 1 1 @ 1 1 04255899 +adobe_lily n 1 1 @ 1 0 12453714 +adobo n 1 2 @ ; 1 0 07579917 +adolescence n 2 4 @ #p %p + 2 1 15147850 14426910 +adolescent n 1 3 @ ~ + 1 1 09772029 +adolf_eichmann n 1 1 @ 1 0 10953797 +adolf_hitler n 1 1 @ 1 0 11052672 +adolf_loos n 1 1 @ 1 0 11138085 +adolf_windaus n 1 1 @ 1 0 11392754 +adolph_simon_ochs n 1 1 @ 1 0 11211870 +adolphe_sax n 1 1 @ 1 0 11283158 +adonic n 1 1 @ 1 0 06385080 +adonic_line n 1 1 @ 1 0 06385080 +adonis n 3 4 @ #m %m ; 3 1 10288964 11724529 09547629 +adonis_annua n 1 2 @ #m 1 0 11724660 +adoptee n 1 2 @ + 1 0 09772330 +adopter n 1 2 @ + 1 0 09772448 +adoption n 3 4 @ ~ + ; 3 1 00180413 01185292 00084371 +adoptive_parent n 1 1 @ 1 0 09772448 +adorability n 1 2 @ + 1 0 04686257 +adorableness n 1 2 @ + 1 0 04686257 +adoration n 3 2 @ ~ 3 0 07501420 01218766 01043989 +adorer n 1 3 @ ~ + 1 0 09771435 +adornment n 2 3 @ ~ + 2 0 02681518 00262596 +adoxography n 1 1 @ 1 0 00930481 +adp n 2 2 @ ~ 2 0 14707903 13436063 +adp_system n 1 3 @ ~ %p 1 0 03085915 +adps n 1 3 @ ~ %p 1 0 03085915 +adrenal n 1 4 @ #p %p + 1 0 05331171 +adrenal_cortex n 1 2 @ #p 1 0 05490983 +adrenal_cortical_steroid n 1 2 @ ~ 1 0 14751417 +adrenal_gland n 1 3 @ #p %p 1 0 05331171 +adrenal_medulla n 1 2 @ #p 1 0 05491308 +adrenalectomy n 1 1 @ 1 0 00666107 +adrenalin n 1 2 @ ; 1 0 05408388 +adrenaline n 1 1 @ 1 0 05408388 +adrenarche n 1 1 @ 1 0 07325639 +adrenergic n 1 3 @ ~ + 1 0 02682038 +adrenergic_agonist_eyedrop n 1 1 @ 1 0 00656835 +adrenergic_drug n 1 2 @ ~ 1 0 02682038 +adrenocorticotrophic_hormone n 1 1 @ 1 0 05408113 +adrenocorticotrophin n 1 1 @ 1 0 05408113 +adrenocorticotropic_hormone n 1 1 @ 1 0 05408113 +adrenocorticotropin n 1 1 @ 1 0 05408113 +adrenosterone n 1 1 @ 1 0 14747838 +adrian n 2 1 @ 2 0 11021342 10808886 +adrianople n 1 2 @ #p 1 0 08916111 +adrianopolis n 1 2 @ #p 1 0 08916111 +adriatic n 1 3 @ #p %p 1 0 09188383 +adriatic_sea n 1 3 @ #p %p 1 0 09188383 +adroitness n 1 3 @ ~ + 1 1 05642175 +adsorbate n 1 2 @ + 1 0 14598704 +adsorbent n 1 2 @ + 1 0 14598525 +adsorbent_material n 1 1 @ 1 0 14598525 +adsorption n 1 3 @ ~ + 1 0 13427789 +adsuki_bean n 1 2 @ #m 1 0 12577686 +adulation n 1 1 @ 1 0 06695753 +adulator n 1 3 @ ~ + 1 0 10095869 +adult n 2 5 ! @ ~ %p + 2 2 09605289 01321456 +adult-onset_diabetes n 1 1 @ 1 0 14118936 +adult-onset_diabetes_mellitus n 1 1 @ 1 0 14118936 +adult_body n 1 4 @ ~ #p %p 1 0 05219561 +adult_education n 1 1 @ 1 1 00885297 +adult_female n 1 3 @ ~ %p 1 0 10787470 +adult_female_body n 1 3 @ #p %p 1 0 05220126 +adult_intelligence n 1 1 @ 1 0 13822249 +adult_male n 1 3 @ ~ %p 1 0 10287213 +adult_male_body n 1 3 @ #p %p 1 0 05220306 +adult_respiratory_distress_syndrome n 1 1 @ 1 0 14055052 +adult_tooth n 1 1 @ 1 0 05306708 +adulterant n 1 2 @ + 1 0 14616939 +adulteration n 2 1 @ 2 0 14487443 00163630 +adulterator n 2 2 @ + 2 0 14616939 09772606 +adulterer n 1 3 @ ~ + 1 1 09772746 +adulteress n 1 1 @ 1 0 09772930 +adultery n 1 2 @ + 1 0 00848466 +adulthood n 2 4 @ ~ %p + 2 1 15152817 14425103 +adumbration n 2 1 @ 2 0 05776015 02682207 +advance n 6 4 ! @ ~ + 6 4 07445265 07357388 07164349 00282050 13375891 00364260 +advance_death_benefit n 1 2 @ ~ 1 0 13297397 +advanced_research_and_development_activity n 1 2 @ #p 1 0 08340753 +advancement n 3 3 @ ~ + 3 0 07251984 00282050 00249501 +advancer n 1 2 @ + 1 0 09773076 +advantage n 3 5 ! @ ~ #p + 3 1 05155821 13610426 05142863 +advantageousness n 1 3 @ ~ + 1 0 05160796 +advection n 1 3 @ + ; 1 0 13427989 +advent n 3 4 @ #p %p ; 3 1 00048828 15241507 07322550 +advent_sunday n 1 2 @ #p 1 0 15241655 +adventism n 1 3 @ ~ + 1 0 06226934 +adventist n 1 2 @ + 1 0 09678747 +adventitia n 1 3 @ ~ + 1 0 05606633 +adventitious_root n 1 1 @ 1 0 13126192 +adventure n 1 2 @ + 1 1 00796315 +adventure_story n 1 2 @ ~ 1 0 06370268 +adventurer n 2 3 @ ~ + 2 1 09606009 10072708 +adventuress n 1 1 @ 1 0 09773169 +adventurism n 1 1 @ 1 0 04662182 +adventurousness n 1 2 @ + 1 0 04859177 +adverb n 2 5 @ ~ #p %p + 2 1 06319157 06323612 +adverbial n 1 2 @ + 1 0 06324355 +adversary n 1 2 @ ~ 1 1 09773245 +adversative_conjunction n 1 1 @ 1 0 13800267 +adverse_opinion n 1 1 @ 1 0 06782383 +adverse_witness n 1 1 @ 1 0 09773682 +adversity n 2 3 @ ~ + 2 1 14475661 07336612 +advert n 1 2 @ ~ 1 0 07248801 +advertence n 1 2 @ + 1 0 05704096 +advertency n 1 2 @ + 1 0 05704096 +advertisement n 1 3 @ ~ + 1 1 07248801 +advertiser n 1 3 @ ~ + 1 0 09773962 +advertising n 2 3 @ ~ + 2 2 07248801 01101329 +advertising_agency n 1 1 @ 1 1 08353912 +advertising_campaign n 1 2 @ ~ 1 1 00798959 +advertising_department n 1 1 @ 1 0 08118260 +advertising_division n 1 1 @ 1 0 08118260 +advertizement n 1 3 @ ~ + 1 0 07248801 +advertizer n 1 3 @ ~ + 1 0 09773962 +advertizing n 1 2 @ ~ 1 0 07248801 +advertorial n 1 1 @ 1 0 07249180 +advice n 1 2 @ ~ 1 1 06671484 +advice_and_consent n 1 3 @ #p ; 1 0 06535980 +advil n 1 3 @ %s ; 1 0 03556281 +advisability n 1 3 ! @ + 1 1 05160399 +advisee n 1 2 @ + 1 0 09774167 +advisement n 1 3 @ ~ + 1 0 05785067 +adviser n 1 3 @ ~ + 1 0 09774266 +advisor n 1 3 @ ~ + 1 1 09774266 +advisory n 1 2 @ + 1 0 06747008 +advisory_board n 1 3 @ ~ #m 1 0 08381636 +advisory_service n 1 1 @ 1 0 00577931 +advocacy n 1 3 @ ~ + 1 1 01214171 +advocate n 2 4 @ ~ + ; 2 1 09774783 09775663 +advocator n 1 3 @ ~ + 1 0 09774783 +advowson n 1 2 @ ; 1 0 05175613 +adynamia n 1 1 @ 1 0 05040833 +adz n 1 1 @ 1 0 02682311 +adze n 1 1 @ 1 0 02682311 +adzhar n 1 2 @ #p 1 0 09019592 +adzharia n 1 2 @ #p 1 0 09019592 +adzuki_bean n 1 2 @ #m 1 0 12577686 +aec n 1 2 @ #p 1 0 08122358 +aeciospore n 1 2 @ #p 1 0 13063666 +aecium n 1 3 @ #p + 1 0 13063514 +aedes n 1 3 @ #m %m 1 0 02200705 +aedes_aegypti n 1 2 @ #m 1 0 02200850 +aedes_albopictus n 1 2 @ #m 1 0 02201000 +aegadean_islands n 1 2 @ #p 1 0 08784905 +aegadean_isles n 2 2 @ #p 2 0 08784905 01268633 +aegates n 1 2 @ #p 1 0 08784905 +aegates_isles n 1 2 @ #p 1 0 01268633 +aegean n 1 4 @ #p %p + 1 1 09188609 +aegean_civilisation n 1 2 @ ~ 1 0 08290156 +aegean_civilization n 1 2 @ ~ 1 0 08290156 +aegean_culture n 1 2 @ ~ 1 0 08290156 +aegean_island n 1 3 @ ~ #p 1 1 08782627 +aegean_sea n 1 3 @ #p %p 1 0 09188609 +aegiceras n 1 3 @ #m %m 1 0 12916025 +aegiceras_majus n 1 2 @ #m 1 0 12916179 +aegilops n 1 3 @ #m %m 1 0 12104614 +aegilops_triuncalis n 1 2 @ #m 1 0 12104734 +aegina n 2 2 @ #p 2 0 08782847 01910998 +aegir n 1 1 @ 1 0 07403920 +aegis n 2 3 @ ~ #p 2 1 01214863 02895154 +aegisthus n 1 2 @ ; 1 0 09595717 +aegospotami n 2 2 @ #p 2 0 09188894 01268886 +aegospotamos n 2 2 @ #p 2 0 09188894 01268886 +aegypiidae n 1 1 @ 1 0 01616551 +aegypius n 1 3 @ #m %m 1 0 01617949 +aegypius_monachus n 1 2 @ #m 1 0 01618082 +aegyptopithecus n 1 2 @ #m 1 0 02479332 +aelius_donatus n 1 1 @ 1 0 10939187 +aeneas n 1 1 @ 1 0 09594604 +aeneas_silvius n 1 1 @ 1 0 11236852 +aeneid n 1 1 @ 1 0 06380055 +aengus n 1 2 @ ; 1 0 09507909 +aeolia n 1 3 @ #p %p 1 0 08784104 +aeolian n 2 2 @ + 2 0 09710753 08160697 +aeolian_harp n 1 1 @ 1 0 02682407 +aeolian_lyre n 1 1 @ 1 0 02682407 +aeolic n 1 1 @ 1 0 06977800 +aeolic_dialect n 1 1 @ 1 0 06977800 +aeolis n 1 3 @ #p %p 1 0 08784104 +aeolus n 1 2 @ + 1 0 09553490 +aeon n 3 5 @ ~ %p + ; 3 1 09536584 15243730 15243590 +aeonium n 1 3 @ #m %m 1 0 12786684 +aeonium_haworthii n 1 2 @ #m 1 0 12786836 +aepyceros n 1 3 @ #m %m 1 0 02422561 +aepyceros_melampus n 1 2 @ #m 1 0 02422699 +aepyornidae n 1 3 @ #m %m 1 0 01522147 +aepyorniformes n 1 3 @ #m %m 1 0 01521980 +aepyornis n 1 2 @ #m 1 0 01522450 +aeration n 2 2 @ + 2 1 13428159 00200244 +aerator n 1 2 @ + 1 1 02682569 +aerial n 2 3 @ ~ #p 2 1 00561226 02715229 +aerial_ladder n 1 1 @ 1 0 02682699 +aerial_ladder_truck n 1 1 @ 1 0 03632852 +aerial_torpedo n 1 1 @ 1 0 02682811 +aerial_tramway n 1 1 @ 1 0 04469813 +aerialist n 1 2 @ ~ 1 0 09764598 +aerides n 1 2 @ #m 1 0 12044467 +aerie n 2 1 @ 2 0 09189157 08492354 +aerobacter n 1 3 @ #m %m 1 0 01353773 +aerobacter_aerogenes n 1 2 @ #m 1 1 01353932 +aerobatics n 1 2 @ ~ 1 0 00302861 +aerobe n 1 1 @ 1 0 01326897 +aerobic_exercise n 1 1 @ 1 0 00625858 +aerobics n 1 2 @ + 1 0 00625858 +aerobiosis n 1 2 @ + 1 0 11473685 +aerodontalgia n 1 2 @ ; 1 0 14324099 +aerodrome n 1 3 @ ~ %p 1 0 02692232 +aerodynamic_force n 1 2 @ ~ 1 0 11422114 +aerodynamic_lift n 1 2 @ ~ 1 0 11422277 +aerodynamics n 1 2 @ + 1 0 06114351 +aeroembolism n 2 1 @ 2 0 14101317 14068344 +aerofoil n 1 3 @ ~ %p 1 0 02688443 +aerogenerator n 1 2 @ %p 1 0 04587404 +aerogram n 1 1 @ 1 0 06626060 +aerogramme n 1 1 @ 1 0 06626060 +aerolite n 1 2 @ + 1 0 09189289 +aerology n 1 2 @ + 1 0 06119226 +aeromechanics n 1 2 @ + 1 0 06114351 +aeromedicine n 1 2 @ + 1 0 06046037 +aeronaut n 1 2 @ ~ 1 0 09826204 +aeronautical_engineer n 1 2 @ ~ 1 0 09775907 +aeronautical_engineering n 2 1 @ 2 0 06126177 00949948 +aeronautics n 1 4 @ ~ + - 1 0 06096913 +aerophagia n 1 1 @ 1 0 00840057 +aerophilately n 1 2 @ + 1 0 01016628 +aerophile n 1 1 @ 1 0 09776186 +aerophyte n 1 2 @ ~ 1 0 13122985 +aeroplane n 1 4 @ ~ %p - 1 0 02691156 +aerosol n 2 3 @ ~ + 2 1 11422597 02682922 +aerosol_bomb n 2 2 @ ~ 2 0 04420461 02682922 +aerosol_can n 1 2 @ ~ 1 0 02682922 +aerosol_container n 1 2 @ ~ 1 0 02682922 +aerospace n 1 3 @ #p %p 1 0 08502171 +aerospace_engineer n 1 1 @ 1 0 09776079 +aerospace_medicine n 1 1 @ 1 0 06046037 +aertex n 1 1 @ 1 0 02683183 +aery n 2 1 @ 2 0 09189157 08492354 +aeschylus n 1 2 @ + 1 1 10809086 +aeschynanthus n 1 3 @ ~ #m 1 0 12830568 +aeschynanthus_radicans n 1 1 @ 1 0 12830789 +aesculapius n 1 2 @ + 1 0 09559201 +aesculus n 1 3 @ #m %m 1 0 12768177 +aesculus_hippocastanum n 1 3 @ ~ #m 1 0 12768369 +aesir n 1 2 @ ; 1 0 09579070 +aesop n 1 1 @ 1 0 10809223 +aesop's_fables n 1 1 @ 1 0 06372428 +aesthesia n 1 1 @ 1 0 05678148 +aesthesis n 1 2 @ ~ 1 0 05712076 +aesthete n 1 1 @ 1 0 10064537 +aesthetic n 1 3 @ + ; 1 0 05968971 +aesthetician n 2 2 @ + 2 0 10064831 10064669 +aesthetics n 1 3 @ + ; 1 0 06161223 +aestivation n 2 4 @ #p + ; 2 0 14014162 07947069 +aether n 2 1 @ 2 0 09553599 06254915 +aethionema n 1 3 @ #m %m 1 0 11869890 +aethusa n 1 3 @ #m %m 1 0 12931109 +aethusa_cynapium n 1 2 @ #m 1 0 12931231 +aetiologist n 1 2 @ + 1 0 10066059 +aetiology n 2 2 @ + 2 0 07327608 06161048 +aetobatus n 1 3 @ #m %m 1 0 01499261 +aetobatus_narinari n 1 2 @ #m 1 0 01499396 +afars_and_issas n 1 5 @ #m #p %m %p 1 0 08762495 +affability n 1 3 @ ~ + 1 0 04654652 +affableness n 1 3 @ ~ + 1 0 04654652 +affair n 3 2 @ ~ 3 3 05671325 13931889 07447261 +affaire n 1 1 @ 1 0 13931889 +affaire_d'honneur n 1 1 @ 1 0 01172784 +affairs n 2 2 @ ~ 2 2 05671676 01107359 +affect n 1 2 @ + 1 1 07479926 +affectation n 1 2 @ ~ 1 0 00755673 +affected_role n 1 1 @ 1 0 06332136 +affectedness n 2 5 ! @ ~ = + 2 0 04787763 00755673 +affection n 1 2 @ ~ 1 1 07544647 +affectionateness n 2 3 @ ~ + 2 0 07544647 04627000 +affective_disorder n 1 2 @ ~ 1 0 14388910 +affenpinscher n 1 1 @ 1 0 02110627 +afferent n 1 4 @ ~ %p + 1 0 05475134 +afferent_fiber n 1 2 @ #p 1 0 05475397 +afferent_nerve n 1 3 @ ~ %p 1 0 05475134 +afferent_neuron n 1 2 @ #p 1 0 05466892 +affiant n 1 1 @ 1 0 09776261 +affidavit n 1 3 @ ~ ; 1 1 06736529 +affiliate n 2 2 @ + 2 0 09776346 08009478 +affiliation n 2 3 @ ~ + 2 2 13930385 01082061 +affine n 1 3 @ + ; 1 0 09776522 +affine_geometry n 1 2 @ ; 1 0 06005399 +affine_transformation n 1 2 @ ; 1 0 13785965 +affinity n 7 5 ! @ ~ + ; 7 1 11426778 13813283 13812296 13811410 11422822 04747798 04688648 +affirmation n 4 5 ! @ ~ + ; 4 1 06732350 07203126 06684798 01186192 +affirmative n 1 4 ! @ ~ + 1 0 07203696 +affirmative_action n 1 1 @ 1 0 06659685 +affirmative_pleading n 1 2 @ ; 1 0 06559832 +affirmativeness n 1 2 @ + 1 0 05167117 +affirmed n 1 1 @ 1 0 02384639 +affirmer n 1 3 @ ~ + 1 0 09814660 +affix n 1 4 @ ~ #p + 1 0 06308049 +affixation n 3 3 @ ~ + 3 0 06177923 00927694 00379422 +afflatus n 1 1 @ 1 0 05835449 +affliction n 3 3 @ ~ + 3 0 14477342 14213199 07305234 +affluence n 1 3 @ ~ + 1 1 14491625 +affluent n 2 2 @ + 2 0 09776642 09278997 +afforestation n 1 2 @ + 1 0 00400278 +affray n 2 2 @ ~ 2 0 07184545 01176335 +affricate n 1 1 @ 1 0 07118990 +affricate_consonant n 1 1 @ 1 0 07118990 +affrication n 1 1 @ 1 0 07116641 +affricative n 1 1 @ 1 0 07118990 +affright n 1 3 @ ~ + 1 0 07520612 +affront n 1 3 @ ~ + 1 1 01225027 +affusion n 1 1 @ 1 0 01038147 +afghan n 5 5 @ ~ #m + - 5 1 02683323 09689435 06975132 04187970 02088094 +afghan_hound n 1 1 @ 1 0 02088094 +afghan_monetary_unit n 1 2 @ ~ 1 0 13663077 +afghani n 2 4 @ %p + - 2 0 13663229 06975132 +afghanistan n 1 6 @ #p %m %p + - 1 0 08703454 +afghanistani n 1 4 @ ~ #m + 1 0 09689435 +afibrinogenemia n 1 2 @ ~ 1 0 14170623 +aficionado n 2 1 @ 2 0 09776933 09776807 +afisr n 1 3 @ #m #p 1 0 08197386 +afl n 1 1 @ 1 0 08233913 +afl-cio n 1 1 @ 1 0 08234103 +aflatoxin n 1 1 @ 1 0 14714645 +aflaxen n 1 3 @ %s ; 1 0 03808144 +afp n 1 1 @ 1 0 15033846 +aframomum n 1 3 @ #m %m 1 0 12357802 +aframomum_melegueta n 1 2 @ #m 1 0 12357968 +afrasian n 1 2 @ ~ 1 0 06986558 +afrasian_language n 1 2 @ ~ 1 0 06986558 +africa n 1 5 @ #p %p + - 1 1 09189411 +african n 1 3 @ ~ + 1 0 09634494 +african-american n 1 2 @ + 1 0 09637013 +african-american_music n 1 2 @ ~ 1 0 07025604 +african_american n 1 1 @ 1 0 09637013 +african_american_english n 1 2 @ - 1 0 06947658 +african_american_vernacular_english n 1 2 @ - 1 0 06947658 +african_bowstring_hemp n 1 1 @ 1 0 12481150 +african_chameleon n 1 2 @ #m 1 0 01694178 +african_clawed_frog n 1 2 @ #m 1 0 01654637 +african_coral_snake n 1 2 @ #m 1 0 01746952 +african_country n 1 3 @ ~ #p 1 0 08698379 +african_crocodile n 1 1 @ 1 0 01697457 +african_daisy n 3 3 @ ~ #m 3 0 11992806 11971783 11925303 +african_elephant n 1 2 @ #m 1 0 02504458 +african_gray n 1 2 @ #m 1 0 01817953 +african_green_monkey n 1 1 @ 1 0 02485688 +african_grey n 1 2 @ #m 1 0 01817953 +african_hemp n 2 2 @ #m 2 0 12481150 12205460 +african_holly n 1 1 @ 1 0 12895298 +african_hunting_dog n 1 1 @ 1 0 02116738 +african_lily n 1 2 @ #m 1 0 12429352 +african_love_grass n 1 1 @ 1 0 12120578 +african_mahogany n 1 2 @ #m 1 0 12699031 +african_marigold n 1 1 @ 1 0 12020736 +african_millet n 1 2 @ #m 1 0 12118661 +african_monitor n 1 1 @ 1 0 01694955 +african_nation n 1 3 @ ~ #p 1 0 08698379 +african_oil_palm n 1 1 @ 1 0 12590499 +african_sandalwood n 1 2 @ #m 1 0 12509109 +african_scented_mahogany n 1 2 @ #m 1 0 12698027 +african_tea n 1 1 @ 1 0 03608870 +african_tulip n 1 2 @ #m 1 0 12429352 +african_violet n 1 2 @ #m 1 0 12833149 +african_walnut n 1 2 @ #m 1 0 12699618 +african_wild_ass n 1 1 @ 1 0 02390640 +african_yellowwood n 1 2 @ #m 1 0 11652578 +africander n 1 1 @ 1 0 02406046 +africanized_bee n 1 1 @ 1 0 02208498 +africanized_honey_bee n 1 1 @ 1 0 02208498 +afrikaans n 1 2 @ + 1 0 06952861 +afrikander n 1 1 @ 1 0 09635635 +afrikaner n 1 2 @ + 1 0 09635635 +afrl n 1 2 @ #p 1 0 02688895 +afro n 1 1 @ 1 0 05258889 +afro-american n 1 2 @ + 1 0 09637013 +afro-asiatic n 1 2 @ ~ 1 0 06986558 +afro-wig n 1 1 @ 1 0 02683454 +afro_hairdo n 1 1 @ 1 0 05258889 +afroasiatic n 1 2 @ ~ 1 0 06986558 +afroasiatic_language n 1 2 @ ~ 1 0 06986558 +afrocarpus n 1 3 @ #m %m 1 0 11653323 +afrocarpus_falcata n 1 2 @ #m 1 0 11653570 +afropavo n 1 1 @ 1 0 01803641 +afropavo_congensis n 1 1 @ 1 0 01803641 +afspc n 1 2 @ #p 1 0 08196892 +after-shave n 1 2 @ ~ 1 0 02683791 +after-shave_lotion n 1 2 @ ~ 1 0 02683791 +after_part n 1 3 @ #p %p 1 0 04316646 +afterbirth n 1 1 @ 1 0 05520965 +afterburner n 1 2 @ #p 1 0 02683558 +aftercare n 1 1 @ 1 0 00656192 +afterdamp n 1 1 @ 1 0 14726642 +afterdeck n 1 2 @ %p 1 0 02683692 +aftereffect n 2 1 @ 2 1 11411501 14311574 +afterglow n 2 1 @ 2 0 11517898 07492368 +afterimage n 1 2 @ ~ 1 0 05936130 +afterlife n 1 2 @ ~ 1 0 15143864 +aftermath n 2 2 @ ~ 2 0 11411610 07294019 +afternoon n 2 2 @ %p 2 2 15166191 06632807 +afternoon_tea n 1 2 @ ; 1 0 07575510 +afterpains n 1 1 @ 1 0 14330992 +afterpiece n 1 2 @ ~ 1 0 07008544 +afters n 1 2 @ ~ 1 0 07609840 +aftersensation n 1 2 @ ~ 1 0 05936130 +aftershaft n 1 1 @ 1 0 01897257 +aftershock n 1 1 @ 1 0 07429637 +aftertaste n 1 1 @ 1 0 05936300 +afterthought n 2 1 @ 2 0 05790012 02683936 +afterworld n 1 1 @ 1 0 05626524 +ag n 1 3 @ ~ #s 1 0 14654954 +aga n 1 2 @ ; 1 0 06340047 +agal n 1 1 @ 1 0 02684083 +agalactia n 1 1 @ 1 0 14022199 +agalactosis n 1 1 @ 1 0 14022199 +agalinis n 1 2 @ #m 1 0 12883733 +agama n 1 2 @ #m 1 0 01687978 +agamemnon n 1 2 @ ; 1 0 09594906 +agamete n 1 3 @ ~ + 1 0 11547737 +agamid n 1 3 @ ~ #m 1 0 01687665 +agamid_lizard n 1 3 @ ~ #m 1 0 01687665 +agamidae n 1 3 @ #m %m 1 0 01687441 +agammaglobulinemia n 1 1 @ 1 0 14128331 +agamogenesis n 1 3 @ ~ + 1 0 13434120 +agapanthus n 1 3 @ ~ #m 1 0 12429148 +agapanthus_africanus n 1 2 @ #m 1 0 12429352 +agape n 3 2 @ ; 3 0 07543910 07543732 01028534 +agape_love n 1 1 @ 1 0 07543732 +agapornis n 1 3 @ #m %m 1 0 01819918 +agar n 2 4 @ ~ #s %s 2 0 14900184 14900008 +agar-agar n 1 2 @ #s 1 0 14900008 +agaric n 2 3 @ ~ #m 2 0 13054073 12998815 +agaricaceae n 1 3 @ #m %m 1 0 13000372 +agaricales n 1 3 @ #m %m 1 0 12998349 +agaricus n 1 3 @ #m %m 1 0 13000668 +agaricus_arvensis n 1 2 @ #m 1 0 13001366 +agaricus_campestris n 1 2 @ #m 1 0 13001529 +agassiz n 1 1 @ 1 0 10809317 +agastache n 1 3 @ #m %m 1 0 12839839 +agastache_foeniculum n 1 1 @ 1 0 12840362 +agastache_mexicana n 1 1 @ 1 0 12840502 +agastache_nepetoides n 1 1 @ 1 0 12840168 +agate n 1 2 @ ~ 1 1 14708232 +agate_line n 1 1 @ 1 0 13713003 +agateware n 1 1 @ 1 0 02684248 +agatha_christie n 1 1 @ 1 0 10896987 +agathis n 1 3 @ #m %m 1 0 11647131 +agathis_alba n 1 1 @ 1 0 11647868 +agathis_australis n 1 2 @ #m 1 0 11647703 +agathis_dammara n 1 1 @ 1 0 11647868 +agathis_lanceolata n 1 2 @ #m 1 0 11648268 +agathis_robusta n 1 2 @ #m 1 0 11648039 +agavaceae n 1 3 @ #m %m 1 0 12476036 +agave n 1 3 @ ~ #m 1 0 12476510 +agave_americana n 1 2 @ #m 1 0 12477163 +agave_atrovirens n 1 3 @ #m %s 1 0 12477747 +agave_cantala n 1 2 @ #m 1 0 12477583 +agave_family n 1 3 @ #m %m 1 0 12476036 +agave_sisalana n 1 2 @ #m 1 0 12477401 +agave_tequilana n 1 3 @ #m %s 1 0 12477983 +agdestis n 1 2 @ #m 1 0 11856055 +agdistis n 1 1 @ 1 0 09576914 +age n 5 6 @ ~ #p %p = + 5 3 04924103 15254028 15145171 15242955 15153787 +age-related_macular_degeneration n 1 1 @ 1 0 14256889 +age_bracket n 1 2 @ ~ 1 0 07943480 +age_class n 1 1 @ 1 0 07974766 +age_group n 1 2 @ ~ 1 1 07943480 +age_limit n 1 1 @ 1 0 06664213 +age_norm n 1 1 @ 1 0 06023243 +age_of_consent n 1 1 @ 1 0 15151764 +age_of_fishes n 1 2 @ #p 1 0 15127982 +age_of_mammals n 1 3 @ #p %p 1 0 15124361 +age_of_man n 1 3 @ #p %p 1 0 15124545 +age_of_reason n 1 1 @ 1 1 08472590 +age_of_reptiles n 1 2 @ %p 1 0 15126175 +aged n 1 3 ! @ + 1 1 07943870 +agedness n 1 2 @ + 1 0 04927632 +agee n 1 1 @ 1 0 10809576 +ageing n 2 2 @ ~ 2 0 13551965 13429006 +ageism n 1 1 @ 1 0 01154373 +agelaius n 1 3 @ #m %m 1 0 01575270 +agelaius_phoeniceus n 1 2 @ #m 1 0 01575401 +agelessness n 1 2 @ + 1 0 04742418 +agency n 5 3 @ ~ + 5 3 08337324 08057206 14007546 14000403 00172710 +agency_security n 1 1 @ 1 0 13340080 +agenda n 2 3 @ ~ %p 2 1 05910940 06485261 +agenda_item n 1 2 @ #p 1 0 06482868 +agendum n 1 3 @ ~ %p 1 0 06485261 +agene n 1 3 @ + ; 1 0 15017121 +agenesia n 1 1 @ 1 0 13428308 +agenesis n 1 1 @ 1 0 13428308 +agent n 6 4 @ ~ #m + 6 4 09190918 09777353 14778436 09777012 10373801 06332364 +agent-in-place n 1 1 @ 1 0 09778266 +agent_bank n 2 1 @ 2 0 08418885 08418316 +agent_orange n 1 2 @ %s 1 0 14601039 +agent_provocateur n 1 1 @ 1 0 09778392 +agentive_role n 1 1 @ 1 0 06332364 +agerasia n 1 1 @ 1 0 04674624 +ageratina n 1 3 @ #m %m 1 0 11917633 +ageratina_altissima n 1 2 @ #m 1 0 11917835 +ageratum n 2 3 @ ~ #m 2 0 11955896 11918286 +ageratum_houstonianum n 1 1 @ 1 0 11918473 +aggeus n 2 2 @ #p 2 0 11021916 06440937 +agglomerate n 2 3 @ ~ + 2 0 14711647 07961480 +agglomeration n 2 2 @ ~ 2 1 07959269 01014490 +agglomerator n 1 2 @ + 1 0 02684356 +agglutinating_activity n 1 1 @ 1 1 13428804 +agglutination n 3 3 @ ~ + 3 2 13428608 13428421 13428804 +agglutination_test n 1 2 @ ~ 1 0 05739613 +agglutinin n 1 2 @ ~ 1 1 15028684 +agglutinogen n 1 2 @ ~ 1 0 15029002 +aggrandisement n 1 3 @ ~ + 1 0 00373544 +aggrandizement n 1 3 @ ~ + 1 0 00373544 +aggravated_assault n 1 1 @ 1 0 00768063 +aggravation n 3 3 @ ~ + 3 0 07518878 01221790 00374835 +aggravator n 1 2 @ + 1 0 09778537 +aggregate n 3 3 @ %m + 3 1 04353803 14594925 08418103 +aggregate_fruit n 1 2 @ ~ 1 0 13137672 +aggregation n 2 2 @ ~ 2 1 07951464 01014066 +aggregator n 1 3 @ ~ + 1 0 09936620 +aggression n 5 4 @ ~ #p + 5 3 04658268 07548567 00964569 01237167 01221611 +aggressiveness n 3 3 @ ~ + 3 2 04837232 07548567 04643662 +aggressor n 2 3 @ ~ + 2 2 09821253 09778676 +aggro n 1 2 @ ; 1 0 01172598 +agha n 1 2 @ ; 1 0 06340047 +aghan n 1 2 @ #p 1 0 15220864 +agility n 1 2 @ + 1 0 05003850 +agincourt n 1 2 @ ; 1 0 01269161 +aging n 2 2 @ ~ 2 0 13551965 13429006 +agio n 1 1 @ 1 0 13324297 +agiotage n 1 1 @ 1 0 13324297 +agism n 1 1 @ 1 0 01154373 +agitated_depression n 1 1 @ 1 0 14389584 +agitation n 5 3 ! @ ~ 5 1 14403107 13979503 07513508 00554300 00333366 +agitator n 1 2 @ + 1 0 09778783 +agitprop n 1 1 @ 1 0 06674791 +agkistrodon n 1 3 @ #m %m 1 0 01754190 +agkistrodon_contortrix n 1 2 @ #m 1 0 01754370 +agkistrodon_piscivorus n 1 2 @ #m 1 0 01754533 +aglaia n 1 2 @ ; 1 0 09495619 +aglaomorpha n 1 3 @ #m %m 1 0 13174206 +aglaomorpha_meyeniana n 1 2 @ #m 1 0 13174354 +aglaonema n 1 3 @ #m %m 1 0 11781430 +aglaonema_modestum n 1 2 @ #m 1 0 11781658 +aglet n 2 2 @ #p 2 0 02684649 02684515 +agnail n 1 1 @ 1 0 05584746 +agnate n 1 2 @ + 1 0 10236663 +agnatha n 1 3 @ #m %m 1 0 01473990 +agnathan n 1 3 @ ~ #m 1 0 01474283 +agnation n 1 1 @ 1 0 13814898 +agnes_de_mille n 1 1 @ 1 0 10929886 +agnes_george_de_mille n 1 1 @ 1 0 10929886 +agnes_gonxha_bojaxhiu n 1 1 @ 1 0 11335878 +agni n 1 2 @ ; 1 0 09524263 +agnomen n 1 1 @ 1 0 06334377 +agnosia n 1 2 @ ~ 1 0 14099933 +agnostic n 2 2 @ + 2 0 09779124 09778927 +agnosticism n 2 1 @ 2 0 06222508 05980051 +agnus_dei n 2 1 @ 2 0 06883274 06456276 +agon n 1 2 @ ~ 1 0 00035697 +agonic_line n 1 1 @ 1 0 08490685 +agonidae n 1 3 @ #m %m 1 0 02647503 +agonist n 4 5 ! @ ~ + ; 4 0 10172793 09779280 05293268 02684789 +agonus n 1 3 @ #m %m 1 0 02647903 +agonus_cataphractus n 1 2 @ #m 1 0 02648035 +agony n 2 3 @ ~ + 2 2 07495551 14324274 +agony_aunt n 1 1 @ 1 0 09779461 +agony_column n 1 1 @ 1 0 06271514 +agora n 3 2 @ #p 3 0 13706415 08492461 02684962 +agoraphobia n 1 2 @ + 1 0 14381840 +agouti n 1 2 @ #m 1 0 02366002 +agra n 1 2 @ #p 1 0 08904115 +agranulocytosis n 1 2 @ + 1 0 14071896 +agranulosis n 1 1 @ 1 0 14071896 +agrapha n 1 1 @ 1 0 07154760 +agraphia n 1 1 @ 1 0 14095948 +agreeability n 1 3 @ ~ + 1 0 04640927 +agreeableness n 2 4 ! @ ~ + 2 0 04779053 04640927 +agreement n 6 5 ! @ ~ %p + 6 4 06770275 04713428 13971065 05795044 13797313 07175241 +agribusiness n 1 1 @ 1 0 01104406 +agricola n 1 1 @ 1 0 10809675 +agricultural_agent n 1 1 @ 1 1 09971385 +agricultural_laborer n 1 2 @ ~ 1 0 09779623 +agricultural_labourer n 1 2 @ ~ 1 0 09779623 +agriculturalist n 1 2 @ ~ 1 0 09779790 +agriculture n 4 5 @ ~ %p + - 4 2 01104406 00916464 08128964 08075287 +agriculture_department n 1 1 @ 1 0 08128964 +agriculture_secretary n 2 2 @ #m 2 0 10570704 00600200 +agriculturist n 1 3 @ ~ + 1 0 09779790 +agrigento n 1 2 @ #p 1 0 08811812 +agrimonia n 1 3 @ ~ #m 1 0 12622875 +agrimonia_eupatoria n 1 1 @ 1 0 12623077 +agrimonia_procera n 1 1 @ 1 0 12623211 +agrimony n 1 3 @ ~ #m 1 0 12622875 +agriocharis n 1 3 @ #m %m 1 0 01794460 +agriocharis_ocellata n 1 2 @ #m 1 0 01794651 +agrippa n 1 1 @ 1 0 10809857 +agrippina n 2 1 @ 2 0 10810215 10810046 +agrippina_the_elder n 1 1 @ 1 0 10810046 +agrippina_the_younger n 1 1 @ 1 0 10810215 +agrobacterium n 1 3 @ #m %m 1 0 01354521 +agrobacterium_tumefaciens n 1 2 @ #m 1 1 01354724 +agrobiology n 1 3 @ #p + 1 0 06066072 +agrology n 1 3 @ #p + 1 0 06066267 +agromania n 1 1 @ 1 0 09181889 +agronomist n 1 2 @ + 1 0 09780120 +agronomy n 1 3 @ %p + 1 0 06065819 +agropyron n 1 3 @ #m %m 1 0 12104943 +agropyron_cristatum n 1 1 @ 1 0 12105353 +agropyron_intermedium n 1 1 @ 1 0 12106134 +agropyron_pauciflorum n 1 1 @ 1 0 12106323 +agropyron_repens n 1 1 @ 1 0 12105578 +agropyron_smithii n 1 1 @ 1 0 12105981 +agropyron_subsecundum n 1 1 @ 1 0 12105828 +agropyron_trachycaulum n 1 1 @ 1 0 12106323 +agrostemma n 1 3 @ #m %m 1 0 11805380 +agrostemma_githago n 1 2 @ #m 1 0 11805544 +agrostis n 1 3 @ #m %m 1 0 12106540 +agrostis_alba n 1 2 @ #m 1 0 12132092 +agrostis_canina n 1 1 @ 1 0 12107002 +agrostis_nebulosa n 1 1 @ 1 0 12107191 +agrostis_palustris n 1 1 @ 1 0 12107336 +agrypnia n 1 2 @ + 1 0 01030033 +agua n 1 1 @ 1 0 01646388 +agua_toad n 1 1 @ 1 0 01646388 +aguacate n 1 2 @ #p 1 0 07764847 +ague n 3 3 @ ~ #p 3 1 14065332 14340462 06822576 +ague_grass n 1 2 @ #m 1 0 12430471 +ague_root n 1 2 @ #m 1 0 12430471 +ague_weed n 1 2 @ #m 1 0 12295796 +agueweed n 2 2 @ #m 2 0 12295796 11968931 +ahab n 1 1 @ 1 0 10810397 +ahem n 1 1 @ 1 0 07126521 +ahimsa n 1 2 @ ; 1 0 06789801 +ahmad_shah_masoud n 1 1 @ 1 0 11163342 +ahmed_salman_rushdie n 1 1 @ 1 0 11274454 +ahmed_zoki_yamani n 1 1 @ 1 0 11401947 +ahpcrc n 1 2 @ #p 1 0 02741681 +ahriman n 1 1 @ 1 0 09532101 +ahuehuete n 1 2 @ #p 1 0 11642622 +ahura n 1 2 @ ; 1 0 09524555 +ahura_mazda n 1 1 @ 1 0 09531955 +ahvenanmaa n 1 2 @ #p 1 0 08780510 +ai n 4 5 @ ~ #m #p ; 4 0 08395682 06133203 02457408 00845352 +aiai n 1 2 @ ; 1 0 08012384 +aid n 4 3 @ ~ + 4 3 05154908 01207609 13265904 00654885 +aid_station n 1 2 @ ; 1 0 03238407 +aide n 2 3 @ ~ ; 2 2 09770179 09780249 +aide-de-camp n 1 3 @ ~ ; 1 0 09770179 +aide-memoire n 1 1 @ 1 0 06506430 +aides n 1 2 @ ; 1 0 09570298 +aidoneus n 1 2 @ ; 1 0 09570298 +aids n 1 1 @ 1 0 14127782 +aigina n 1 2 @ #p 1 0 08782847 +aiglet n 2 2 @ #p 2 0 02684649 02684515 +aigret n 1 1 @ 1 0 02685082 +aigrette n 1 1 @ 1 0 02685082 +aiguilette n 1 1 @ 1 0 02684515 +aiken n 1 1 @ 1 0 10810549 +aikido n 1 1 @ 1 0 00825331 +ail n 1 3 @ ~ #p 1 0 07818277 +ailanthus n 1 3 @ ~ #m 1 0 12717072 +ailanthus_altissima n 1 2 @ #m 1 0 12717224 +ailanthus_silkworm n 1 2 @ #m 1 0 02303777 +aileron n 1 2 @ #p 1 0 02685253 +ailey n 1 1 @ 1 0 10810671 +ailment n 1 3 @ ~ + 1 1 14055408 +ailurophobia n 1 1 @ 1 0 14385002 +ailuropoda n 1 3 @ #m %m 1 0 02510240 +ailuropoda_melanoleuca n 1 2 @ #m 1 0 02510455 +ailuropodidae n 1 2 @ #m 1 0 02510065 +ailurus n 1 3 @ #m %m 1 0 02509694 +ailurus_fulgens n 1 2 @ #m 1 0 02509815 +aim n 4 3 @ ~ + 4 3 05982152 05981230 00815644 08680888 +aimee_semple_mcpherson n 1 1 @ 1 0 11169943 +aimlessness n 1 2 @ + 1 1 05174326 +aioli n 1 1 @ 1 0 07834774 +aioli_sauce n 1 1 @ 1 0 07834774 +air n 9 9 @ ~ #s #p %s %p + ; - 9 5 14841267 08653314 04727214 11431754 08499057 14842703 07028373 06255354 00300441 +air-intake n 1 2 @ #p 1 0 02689961 +air-raid_shelter n 1 1 @ 1 0 02868638 +air-sleeve n 1 1 @ 1 0 07257582 +air-to-air_missile n 1 1 @ 1 0 02693413 +air-to-ground_missile n 1 1 @ 1 0 02693540 +air-to-surface_missile n 1 1 @ 1 1 02693540 +air_alert n 3 1 @ 3 0 15297859 14031922 06803023 +air_attache n 1 2 @ ; 1 0 09780395 +air_attack n 1 1 @ 1 0 00974111 +air_bag n 1 2 @ #p 1 0 02685365 +air_base n 1 2 @ ; 1 0 02685585 +air_bladder n 1 1 @ 1 0 02467581 +air_bubble n 1 1 @ 1 0 09191635 +air_castle n 1 1 @ 1 0 05769471 +air_cell n 1 2 @ #p 1 0 05528395 +air_cleaner n 1 3 @ ~ #p 1 0 02688273 +air_combat_command n 1 2 @ #p 1 0 08196622 +air_compressor n 1 1 @ 1 0 02686227 +air_conditioner n 1 2 @ + 1 0 02686379 +air_conditioning n 1 2 @ + 1 0 02686379 +air_corps n 1 1 @ 1 1 08194815 +air_cover n 1 2 @ ; 1 0 00818170 +air_crew n 1 3 @ ~ %m 1 0 08273406 +air_current n 1 3 @ ~ %s 1 0 11525955 +air_cushion n 3 1 @ 3 0 14842560 02687682 02687539 +air_defense n 1 2 @ ~ 1 1 00960192 +air_division n 1 2 @ %p 1 0 08219330 +air_duct n 1 3 @ ~ %p 1 0 02690941 +air_embolism n 2 1 @ 2 0 14101317 14068344 +air_filter n 1 3 @ ~ #p 1 0 02688273 +air_flow n 1 1 @ 1 0 07406601 +air_force n 2 6 @ ~ #p %m %p ; 2 1 08196024 08196230 +air_force_academy n 1 3 @ ~ ; 1 0 08279800 +air_force_intelligence_surveillance_and_reconnaissance n 1 3 @ #m #p 1 0 08197386 +air_force_isr n 1 3 @ #m #p 1 0 08197386 +air_force_officer n 1 1 @ 1 0 09780828 +air_force_research_laboratory n 1 2 @ #p 1 0 02688895 +air_force_space_command n 1 2 @ #p 1 0 08196892 +air_gas n 1 1 @ 1 0 14862481 +air_group n 1 1 @ 1 0 08219628 +air_gun n 1 2 @ ~ 1 0 02689274 +air_hammer n 1 1 @ 1 0 02689434 +air_hole n 2 1 @ 2 0 11423028 02689556 +air_horn n 2 2 @ #p 2 0 02689748 02689648 +air_hose n 1 1 @ 1 0 02690270 +air_hostess n 1 1 @ 1 0 10655875 +air_jacket n 1 1 @ 1 0 03703945 +air_lane n 1 2 @ ~ 1 0 08492546 +air_letter n 1 1 @ 1 0 06626060 +air_lock n 1 1 @ 1 0 02690583 +air_mail n 1 2 ! @ 1 0 06623100 +air_marshal n 1 2 @ ; 1 0 09781171 +air_mass n 1 2 @ ~ 1 0 14520518 +air_mattress n 1 2 @ ~ 1 1 02690809 +air_medal n 1 1 @ 1 0 06708007 +air_mile n 1 1 @ 1 0 13660337 +air_national_guard n 1 2 @ #p 1 0 08197149 +air_passage n 1 3 @ ~ %p 1 0 02690941 +air_plant n 1 2 @ ~ 1 0 13122985 +air_pocket n 1 1 @ 1 0 11423028 +air_pollution n 1 2 @ ~ 1 0 14517412 +air_potato n 1 1 @ 1 0 12088768 +air_power n 1 2 @ ; 1 0 08433727 +air_pressure n 1 2 @ ~ 1 0 11429458 +air_pump n 1 2 @ ~ 1 0 02692513 +air_raid n 1 1 @ 1 0 00974111 +air_reconnaissance n 1 1 @ 1 0 00985356 +air_rifle n 1 2 @ ~ 1 0 02689274 +air_sac n 3 2 @ #p 3 0 05528395 02467884 02467746 +air_search_radar n 1 1 @ 1 0 02692680 +air_shaft n 1 1 @ 1 0 02692787 +air_sickness n 1 2 @ + 1 0 14203605 +air_sock n 1 1 @ 1 0 07257582 +air_space n 1 2 @ #p 1 0 08555569 +air_spring n 1 1 @ 1 0 02687682 +air_station n 1 2 @ ; 1 0 02685585 +air_terminal n 1 3 @ #p %p 1 0 02693246 +air_thermometer n 1 1 @ 1 0 03426285 +air_traffic n 1 1 @ 1 0 08425556 +air_transport n 1 1 @ 1 0 01105635 +air_transportation n 1 1 @ 1 0 01105635 +air_transportation_system n 1 2 @ ~ 1 0 02693709 +air_travel n 1 3 @ ~ - 1 0 00300441 +air_traveler n 1 1 @ 1 0 09781398 +air_traveller n 1 1 @ 1 0 09781398 +air_unit n 1 4 @ ~ #m ; 1 0 08195797 +air_wave n 1 1 @ 1 1 07347373 +air_well n 1 1 @ 1 0 02692787 +airborne_patrol n 1 1 @ 1 0 00825005 +airborne_transmission n 1 1 @ 1 0 09191427 +airbrake n 2 2 @ #p 2 0 02685855 02685701 +airbrush n 1 2 @ + 1 0 02685995 +airburst n 1 1 @ 1 0 07408086 +airbus n 1 1 @ 1 0 02686121 +aircraft n 1 5 @ ~ #m %p - 1 1 02686568 +aircraft_carrier n 1 2 @ %p 1 1 02687172 +aircraft_engine n 1 2 @ #p 1 0 02687423 +aircraft_landing n 1 2 @ ~ 1 0 00305153 +aircraftman n 1 1 @ 1 0 09780547 +aircraftsman n 1 1 @ 1 0 09780547 +aircrew n 1 3 @ ~ %m 1 0 08273406 +aircrewman n 1 3 @ ~ #m 1 0 09780676 +airdock n 1 2 @ #p 1 0 02687821 +airdrome n 1 3 @ ~ %p 1 0 02692232 +airdrop n 1 1 @ 1 0 00317709 +aire n 1 2 @ #p 1 0 09191707 +aire_river n 1 2 @ #p 1 0 09191707 +airedale n 1 1 @ 1 0 02096051 +airedale_terrier n 1 1 @ 1 0 02096051 +airfare n 1 1 @ 1 0 13308336 +airfield n 1 4 @ ~ #p %p 1 0 02687992 +airflow n 1 1 @ 1 1 07406601 +airfoil n 1 3 @ ~ %p 1 0 02688443 +airforce n 1 4 @ ~ %m ; 1 0 08196024 +airframe n 1 1 @ 1 1 02689144 +airgun n 1 2 @ ~ 1 0 02689274 +airhead n 2 2 @ ; 2 0 09780984 08689357 +airiness n 3 2 @ + 3 0 05105745 05028963 04632866 +airing n 3 2 @ ~ 3 0 06253140 00312266 00266645 +airing_cupboard n 1 1 @ 1 0 02689819 +airlift n 1 3 @ ~ + 1 0 00316594 +airline n 2 3 @ %p + 2 0 02690270 02690081 +airline_business n 1 2 @ %p 1 0 02690081 +airliner n 1 4 @ ~ %p + 1 0 02690373 +airlock n 1 1 @ 1 0 02690583 +airmail n 2 2 @ + 2 0 06622993 06264812 +airmail_letter n 1 1 @ 1 0 06626060 +airmailer n 1 2 @ + 1 0 02690715 +airman n 1 3 @ ~ + 1 0 09826204 +airmanship n 1 2 @ + 1 0 05635188 +airplane n 1 4 @ ~ %p - 1 1 02691156 +airplane_landing n 1 2 @ ~ 1 0 00305153 +airplane_maneuver n 1 2 @ ~ 1 0 00170844 +airplane_mechanics n 1 1 @ 1 1 00607075 +airplane_pilot n 1 3 @ ~ ; 1 0 10433164 +airplane_propeller n 1 2 @ #p 1 0 02692086 +airplane_ticket n 1 1 @ 1 0 06519253 +airport n 1 3 @ ~ %p 1 1 02692232 +airport_terminal n 1 3 @ #p %p 1 0 02693246 +airpost n 1 1 @ 1 0 06264812 +airs n 1 1 @ 1 1 04788011 +airscrew n 1 2 @ #p 1 0 02692086 +airship n 1 3 @ ~ %p 1 0 02692877 +airsickness n 1 2 @ + 1 0 14203605 +airspace n 2 2 @ #p 2 0 08555569 08502317 +airspeed n 1 1 @ 1 1 15283433 +airstream n 2 2 @ ~ 2 0 11423356 11423197 +airstrip n 1 3 @ ~ %p 1 0 02693070 +airwave n 1 1 @ 1 0 06255354 +airway n 4 4 @ ~ #p %p 4 1 02690941 08492546 05510173 02690081 +airwoman n 1 1 @ 1 0 09826605 +airworthiness n 1 3 @ = + 1 0 14547188 +aisle n 3 1 @ 3 2 02694182 02693860 02694045 +aitchbone n 1 1 @ 1 0 07663118 +aix n 1 3 @ #m %m 1 0 01851996 +aix-la-chapelle n 1 2 @ #p 1 0 08769439 +aix_galericulata n 1 2 @ #m 1 0 01852400 +aix_sponsa n 1 3 @ ~ #m 1 0 01852142 +aizoaceae n 1 3 @ #m %m 1 0 11818945 +ajaia n 1 3 @ #m %m 1 0 02007161 +ajaia_ajaja n 1 2 @ #m 1 0 02007284 +ajax n 1 1 @ 1 0 09589323 +ajuga n 1 3 @ #m %m 1 0 12840640 +ajuga_chamaepitys n 1 1 @ 1 0 12841472 +ajuga_genevensis n 1 1 @ 1 0 12841193 +ajuga_pyramidalis n 1 1 @ 1 0 12841354 +ajuga_reptans n 1 1 @ 1 0 12841007 +ak n 1 3 @ #p %p 1 0 09055015 +akaba n 1 2 @ #p 1 0 08927678 +akan n 1 1 @ 1 0 06997486 +akaryocyte n 1 1 @ 1 0 05449538 +akaryote n 1 1 @ 1 0 05449538 +akee n 2 4 @ #m #p %p 2 0 12742290 07762740 +akee_tree n 1 3 @ #m %p 1 0 12742290 +aken n 1 2 @ #p 1 0 08769439 +akeridae n 1 3 @ #m %m 1 0 01951721 +akha n 1 1 @ 1 0 06932803 +akhbari n 1 2 @ ; 1 0 08474120 +akhenaten n 1 1 @ 1 0 10810923 +akhenaton n 1 1 @ 1 0 10810923 +akinesia n 1 1 @ 1 0 14085474 +akinesis n 1 1 @ 1 0 14085474 +akinetic_epilepsy n 1 1 @ 1 0 14086528 +akira_kurosawa n 1 1 @ 1 0 11112907 +akka n 1 2 @ #p 1 0 08793310 +akkadian n 1 3 @ ~ ; 1 0 06987525 +akko n 1 2 @ #p 1 0 08793310 +akmola n 1 1 @ 1 0 09020119 +akron n 1 2 @ #p 1 0 09130452 +aksa_martyrs_brigades n 1 2 @ ; 1 0 08010942 +aku n 1 1 @ 1 0 06997368 +akvavit n 1 2 @ %s 1 0 07902799 +akwa'ala n 3 2 @ ; 3 0 09646112 08488250 06922389 +al n 2 7 @ ~ #m #s #p %p - 2 0 14627820 09053185 +al-aksa_martyrs_brigades n 1 2 @ ; 1 0 08010942 +al-asifa n 1 3 @ #m ; 1 0 08011523 +al-fatah n 1 3 @ #m ; 1 0 08011523 +al-gama'a_al-islamiyya n 1 2 @ ; 1 0 08012028 +al-hakim n 1 1 @ 1 0 10813813 +al-hasan_ibn_al-haytham n 1 1 @ 1 0 10813986 +al-haytham n 1 1 @ 1 0 10813986 +al-hudaydah n 1 2 @ #p 1 0 09165146 +al-iraq n 1 6 @ #m #p %m %p - 1 0 08913434 +al-itihaad_al-islamiya n 1 2 @ ; 1 0 08012384 +al-jama'a_al-islamiyyah_al-muqatilah_bi-libya n 1 2 @ ; 1 0 08032594 +al-jihad n 1 2 @ ; 1 0 08012765 +al-ma'unah n 1 2 @ ; 1 0 08013176 +al-magrib n 1 5 @ #m #p %m %p 1 0 08969291 +al-muhajiroun n 1 2 @ ; 1 0 08013453 +al-mukalla n 1 2 @ #p 1 0 09165294 +al-qa'ida n 1 2 @ ; 1 0 08013845 +al-qaeda n 1 2 @ ; 1 0 08013845 +al-qaida n 1 2 @ ; 1 0 08013845 +al-qur'an n 1 2 @ %p 1 0 06461609 +al-rashid_trust n 1 2 @ ; 1 0 08014202 +al-tawhid n 1 2 @ ; 1 0 08014860 +al-ummah n 1 2 @ ; 1 0 08015116 +al_alamayn n 1 3 @ #p ; 1 0 01278232 +al_aqabah n 1 2 @ #p 1 0 08927678 +al_capone n 1 1 @ 1 0 10881784 +al_faran n 1 2 @ ; 1 0 08022972 +al_gore n 1 1 @ 1 0 11008313 +al_hirschfeld n 1 1 @ 1 0 11052043 +al_itihaad_al_islamiya n 1 2 @ ; 1 0 08012384 +al_jolson n 1 1 @ 1 0 11089669 +al_ladhiqiyah n 1 2 @ #p 1 0 09034402 +al_madinah n 1 2 @ #p 1 0 08994339 +al_nathir n 1 2 @ ; 1 0 08013653 +al_qahira n 1 3 @ #p %m 1 0 08898633 +al_qanoon n 1 2 @ ; 1 0 08030711 +al_sunna_wal_jamma n 1 2 @ ; 1 0 08014615 +al_tawhid n 1 2 @ ; 1 0 08014860 +ala n 2 3 @ #p + 2 0 05309965 02151940 +alabama n 4 5 @ #m #p %p - 4 1 09053185 09646220 09191875 06912248 +alabama_lip_fern n 1 1 @ 1 0 13208965 +alabama_river n 1 2 @ #p 1 0 09191875 +alabaman n 1 1 @ 1 1 09740856 +alabamian n 1 1 @ 1 1 09740856 +alabaster n 3 1 @ 3 1 14665351 14665469 04961062 +alacrity n 1 2 @ + 1 0 04632963 +aladdin n 1 1 @ 1 0 09589444 +aladdin's_lamp n 1 2 @ ; 1 0 02694279 +alalia n 1 1 @ 1 0 14085592 +alamo n 1 2 @ ; 1 0 01269360 +alan_alexander_milne n 1 1 @ 1 0 11180812 +alan_bartlett_shepard_jr. n 1 1 @ 1 0 11297263 +alan_hodgkin n 1 1 @ 1 0 11053559 +alan_jay_lerner n 1 1 @ 1 0 11129130 +alan_lloyd_hodgkin n 1 1 @ 1 0 11053559 +alan_mathison_turing n 1 1 @ 1 0 11352498 +alan_paton n 1 1 @ 1 0 11225350 +alan_seeger n 1 1 @ 1 0 11290864 +alan_shepard n 1 1 @ 1 0 11297263 +alan_stewart_paton n 1 1 @ 1 0 11225350 +alan_turing n 1 1 @ 1 0 11352498 +aland_islands n 1 2 @ #p 1 0 08780510 +alanine n 1 1 @ 1 0 14602490 +alar n 1 2 @ ; 1 0 14708531 +alaric n 1 1 @ 1 0 10811118 +alarm n 4 4 @ ~ = + 4 2 07519773 02694426 06803157 02694662 +alarm_bell n 1 1 @ 1 0 07265886 +alarm_clock n 1 1 @ 1 0 02694662 +alarm_system n 1 2 @ ~ 1 0 02694426 +alarmism n 1 2 @ + 1 0 07224684 +alarmist n 1 3 @ ~ + 1 0 09781504 +alarum n 1 2 @ ~ 1 0 06803157 +alaska n 1 4 @ #p %p + 1 1 09055015 +alaska_cedar n 1 2 @ #m 1 0 11635830 +alaska_cod n 1 1 @ 1 0 02522866 +alaska_crab n 2 4 @ #m #p %p 2 0 07788435 01981276 +alaska_fur_seal n 1 1 @ 1 0 02077787 +alaska_king_crab n 2 4 @ #m #p %p 2 0 07788435 01981276 +alaska_native n 1 1 @ 1 0 09741074 +alaska_peninsula n 1 2 @ #p 1 0 09192122 +alaska_range n 1 3 @ #p %p 1 0 09192280 +alaska_rein_orchid n 1 1 @ 1 0 12068615 +alaska_standard_time n 1 1 @ 1 0 15132865 +alaskan n 1 3 @ ~ + 1 0 09740954 +alaskan_brown_bear n 1 1 @ 1 0 02132788 +alaskan_king_crab n 2 4 @ #m #p %p 2 0 07788435 01981276 +alaskan_malamute n 1 1 @ 1 0 02110063 +alaskan_native n 1 1 @ 1 0 09741074 +alaskan_pipeline n 1 2 @ #p 1 0 02694776 +alastrim n 1 1 @ 1 0 14124688 +alauda n 1 3 @ #m %m 1 0 01527774 +alauda_arvensis n 1 2 @ #m 1 0 01527917 +alaudidae n 1 3 @ #m %m 1 0 01527480 +alb n 1 1 @ 1 0 02694966 +albacore n 2 3 @ #p %p 2 0 07780874 02627037 +alban_berg n 1 1 @ 1 0 10846089 +albania n 1 5 @ #p %m %p + 1 0 08704822 +albanian n 2 4 @ ~ #m + 2 0 09689958 06942252 +albanian_capital n 1 2 @ #p 1 0 08705091 +albanian_monetary_unit n 1 2 @ ~ 1 0 13684503 +albany n 2 2 @ #p 2 1 09118313 09076533 +albatrellus n 1 2 @ #m 1 0 13050555 +albatrellus_dispansus n 1 2 @ #m 1 0 13050705 +albatrellus_ovinus n 1 2 @ #m 1 0 13050940 +albatross n 2 3 @ ~ #m 2 0 05689645 02058221 +albedo n 1 1 @ 1 0 13820432 +albee n 1 1 @ 1 0 10811228 +alben_barkley n 1 1 @ 1 0 10834690 +alben_william_barkley n 1 1 @ 1 0 10834690 +albers n 1 1 @ 1 0 10811352 +albers-schonberg_disease n 1 1 @ 1 0 14210119 +albert n 1 1 @ 1 0 10811540 +albert_abraham_michelson n 1 1 @ 1 0 11178393 +albert_bruce_sabin n 1 1 @ 1 0 11277279 +albert_camus n 1 1 @ 1 0 10881092 +albert_edward n 1 2 @ #m 1 0 10951459 +albert_einstein n 1 1 @ 1 0 10954498 +albert_francis_charles_augustus_emmanuel n 1 1 @ 1 0 10811540 +albert_gore_jr. n 1 1 @ 1 0 11008313 +albert_michelson n 1 1 @ 1 0 11178393 +albert_sabin n 1 1 @ 1 0 11277279 +albert_schweitzer n 1 1 @ 1 0 11287964 +albert_speer n 1 1 @ 1 0 11309958 +albert_szent-gyorgyi n 1 1 @ 1 0 11328085 +albert_von_szent-gyorgyi n 1 1 @ 1 0 11328085 +alberta n 1 3 @ #p %p 1 0 08822202 +alberti n 1 1 @ 1 0 10811708 +alberto_giacometti n 1 1 @ 1 0 10997553 +albigenses n 1 2 @ + 1 0 08085159 +albigensianism n 1 1 @ 1 0 06227708 +albinism n 1 2 @ + 1 0 14152279 +albino n 1 2 @ + 1 0 09781650 +albino_luciano n 1 1 @ 1 0 11087612 +albion n 1 1 @ 1 0 08872936 +albite n 1 2 @ + 1 0 14865533 +albizia n 1 3 @ ~ #m 1 0 11759224 +albizia_julibrissin n 1 1 @ 1 0 11759404 +albizia_lebbeck n 1 1 @ 1 0 11759609 +albizia_saman n 1 1 @ 1 0 11759853 +albizzia n 1 3 @ ~ #m 1 0 11759224 +albizzia_julibrissin n 1 1 @ 1 0 11759404 +albizzia_lebbeck n 1 1 @ 1 0 11759609 +alborg n 1 2 @ #p 1 0 08762243 +albrecht_durer n 1 1 @ 1 0 10945977 +albrecht_eusebius_wenzel_von_wallenstein n 1 1 @ 1 0 11372054 +albright's_disease n 1 1 @ 1 0 14366486 +albuca n 1 2 @ #m 1 0 12429770 +albuginaceae n 1 3 @ #m %m 1 0 12981595 +albuginea n 1 2 @ ~ 1 0 05606528 +albugo n 1 3 @ #m %m 1 0 12981791 +albula n 1 3 @ #m %m 1 0 02542283 +albula_vulpes n 1 2 @ #m 1 0 02542432 +albulidae n 1 3 @ #m %m 1 0 02542162 +album n 2 2 @ ~ 2 2 06591815 02695079 +albumen n 2 3 @ ~ #p 2 0 14731509 07841037 +albumin n 1 3 @ ~ + 1 1 14731509 +albuminoid n 1 2 @ ~ 1 0 15026716 +albuminuria n 1 2 @ + 1 0 14265958 +albuquerque n 1 2 @ #p 1 0 09115315 +albuterol n 1 1 @ 1 0 02695321 +alca n 1 3 @ #m %m 1 0 02045705 +alca_torda n 1 2 @ #m 1 0 02045864 +alcaeus n 1 1 @ 1 0 10811900 +alcahest n 1 1 @ 1 0 15048463 +alcaic n 1 1 @ 1 0 06378104 +alcaic_verse n 1 1 @ 1 0 06378104 +alcalde n 1 1 @ 1 0 09781804 +alcapton n 1 1 @ 1 0 14585048 +alcaptonuria n 1 1 @ 1 0 14084709 +alcazar n 1 1 @ 1 0 02695627 +alcea n 1 3 @ #m %m 1 0 12173407 +alcea_rosea n 1 2 @ #m 1 0 12173912 +alcedinidae n 1 3 @ #m %m 1 0 01826998 +alcedo n 1 3 @ #m %m 1 0 01827658 +alcedo_atthis n 1 2 @ #m 1 0 01827793 +alcelaphus n 1 3 @ #m %m 1 0 02421962 +alces n 1 3 @ #m %m 1 0 02432867 +alces_alces n 1 2 @ #m 1 0 02432983 +alchemist n 1 2 @ + 1 0 09781921 +alchemy n 2 3 @ + - 2 0 13840958 05778749 +alcibiades n 1 1 @ 1 0 10812047 +alcidae n 1 3 @ #m %m 1 0 02045024 +alcides n 1 2 @ ; 1 0 09578005 +alcohol n 2 3 @ ~ + 2 1 07884567 14708720 +alcohol-in-glass_thermometer n 1 1 @ 1 0 02695762 +alcohol_abuse n 1 1 @ 1 0 00948064 +alcohol_addiction n 1 1 @ 1 0 14064644 +alcohol_amnestic_disorder n 1 1 @ 1 0 14395597 +alcohol_group n 1 1 @ 1 0 14595076 +alcohol_radical n 1 1 @ 1 0 14595076 +alcohol_thermometer n 1 1 @ 1 0 02695762 +alcoholic n 1 2 @ + 1 0 09782167 +alcoholic_abuse n 1 1 @ 1 0 00948064 +alcoholic_beverage n 1 2 @ ~ 1 0 07884567 +alcoholic_dementia n 1 1 @ 1 0 14395597 +alcoholic_drink n 1 2 @ ~ 1 0 07884567 +alcoholics_anonymous n 1 1 @ 1 0 08010191 +alcoholism n 2 1 @ 2 0 14064644 09181993 +alcoholism_abuse n 1 1 @ 1 0 00948064 +alcott n 1 1 @ 1 0 10812225 +alcove n 1 2 @ ~ 1 0 02696048 +alcyonacea n 1 2 @ #m 1 0 01915290 +alcyonaria n 1 3 @ #m %m 1 0 01915093 +alcyone n 1 2 @ ; 1 0 09486639 +aldactone n 1 2 @ ; 1 0 14754192 +aldebaran n 1 2 @ #m 1 0 09192462 +aldehyde n 1 2 @ ~ 1 0 14584765 +aldehyde-alcohol n 1 2 @ ~ 1 0 14711799 +aldehyde_group n 1 1 @ 1 0 14595176 +aldehyde_radical n 1 1 @ 1 0 14595176 +alder n 2 5 @ ~ #m #s %s 2 0 12284665 12284262 +alder-leaved_serviceberry n 1 1 @ 1 0 12623818 +alder_blight n 1 2 @ ; 1 0 14215908 +alder_buckthorn n 1 1 @ 1 0 13142380 +alder_dogwood n 1 1 @ 1 0 13142380 +alder_fly n 1 2 @ #m 1 0 02266864 +alder_tree n 1 4 @ ~ #m %s 1 0 12284262 +alderfly n 1 2 @ #m 1 0 02266864 +alderleaf_juneberry n 1 1 @ 1 0 12623818 +alderman n 1 2 @ + 1 1 09782397 +aldohexose n 1 2 @ ~ 1 0 14710501 +aldol n 1 2 @ ~ 1 0 14711799 +aldol_reaction n 1 1 @ 1 0 13429194 +aldomet n 1 2 @ ; 1 0 03755991 +aldose n 1 2 @ ~ 1 0 14710662 +aldosterone n 1 1 @ 1 0 14752511 +aldosteronism n 1 1 @ 1 0 14117317 +aldous_huxley n 1 1 @ 1 0 11069746 +aldous_leonard_huxley n 1 1 @ 1 0 11069746 +aldrovanda n 1 3 @ #m %m 1 0 12783173 +aldrovanda_vesiculosa n 1 2 @ #m 1 0 12783316 +ale n 1 2 @ ~ 1 0 07889510 +ale_drinker n 1 1 @ 1 0 09846894 +aleatory_contract n 1 1 @ 1 0 06522119 +alec_guinness n 1 1 @ 1 0 11019269 +alecost n 1 3 @ #m %p 1 0 12021499 +alectis n 1 3 @ #m %m 1 0 02577823 +alectis_ciliaris n 1 2 @ #m 1 0 02577952 +alecto n 1 1 @ 1 0 09506598 +alectoria n 1 3 @ #m %m 1 0 12990407 +alectoris n 1 3 @ #m %m 1 0 01807988 +alectoris_graeca n 1 2 @ #m 1 0 01808291 +alectoris_ruffa n 1 2 @ #m 1 0 01808140 +alectura n 1 3 @ #m %m 1 0 01801753 +alectura_lathami n 1 2 @ #m 1 0 01801876 +alehoof n 1 2 @ #m 1 0 12847374 +alehouse n 1 1 @ 1 0 02696165 +aleksandr_aleksandrovich_blok n 1 1 @ 1 0 10853628 +aleksandr_borodin n 1 1 @ 1 0 10858333 +aleksandr_feodorovich_kerensky n 1 1 @ 1 0 11102144 +aleksandr_i._solzhenitsyn n 1 1 @ 1 0 11308120 +aleksandr_mikjailovich_prokhorov n 1 1 @ 1 0 11246718 +aleksandr_nikolayevich_scriabin n 1 1 @ 1 0 11289830 +aleksandr_pavlovich n 1 2 @ ; 1 0 10812550 +aleksandr_porfirevich_borodin n 1 1 @ 1 0 10858333 +aleksandr_prokhorov n 1 1 @ 1 0 11246718 +aleksandr_scriabin n 1 1 @ 1 0 11289830 +aleksandr_sergeyevich_pushkin n 1 1 @ 1 0 11249191 +aleksandr_solzhenitsyn n 1 1 @ 1 0 11308120 +aleksey_maksimovich_peshkov n 1 1 @ 1 0 11008870 +aleksey_maximovich_peshkov n 1 1 @ 1 0 11008870 +alembic n 1 1 @ 1 0 02696246 +alendronate n 1 1 @ 1 0 02696384 +alep n 1 2 @ #p 1 0 09034286 +aleph n 1 2 @ #m 1 0 06836714 +aleph-nought n 1 1 @ 1 0 13753894 +aleph-null n 1 1 @ 1 0 13753894 +aleph-zero n 1 1 @ 1 0 13753894 +alepisaurus n 1 3 @ #m %m 1 0 02544086 +aleppo n 1 2 @ #p 1 0 09034286 +aleppo_boil n 1 1 @ 1 0 14181187 +aleppo_grass n 1 1 @ 1 0 12138905 +alert n 3 3 @ ~ + 3 0 14031660 07224774 06803157 +alerting n 2 2 @ ~ 2 1 14036043 07224774 +alertness n 3 3 @ ~ + 3 1 05705722 14036043 04664628 +alessandro_di_mariano_dei_filipepi n 1 1 @ 1 0 10859012 +alessandro_farnese n 1 1 @ 1 0 11226126 +alessandro_manzoni n 1 1 @ 1 0 11155331 +alethic_logic n 1 1 @ 1 0 06166046 +aletris n 1 3 @ #m %m 1 0 12429942 +aletris_aurea n 1 2 @ #m 1 0 12430675 +aletris_farinosa n 1 2 @ #m 1 0 12430471 +aletta_jacobs n 1 1 @ 1 0 11077762 +aleuria_aurantia n 1 1 @ 1 0 13029760 +aleurites n 1 3 @ #m %m 1 0 12927354 +aleurites_fordii n 1 2 @ #m 1 0 12927758 +aleurites_moluccana n 1 3 @ #m %p 1 0 12927494 +aleurone n 1 2 @ + 1 0 14729953 +aleut n 3 2 @ ; 3 0 09782589 08488411 06918312 +aleutian n 1 1 @ 1 0 09782589 +aleutian_islands n 1 3 @ #p - 1 0 08835675 +aleutians n 1 3 @ #p - 1 0 08835675 +aleve n 1 3 @ %s ; 1 0 03808144 +alewife n 2 4 @ #m #p %p 2 0 07785631 02531114 +alex_boncayao_brigade n 1 2 @ ; 1 0 08011266 +alex_haley n 1 1 @ 1 0 11024033 +alexander n 2 3 @ #m + 2 0 12945828 10812360 +alexander_alexandrovich_blok n 1 1 @ 1 0 10853628 +alexander_archipelago n 1 3 @ #p %p 1 0 09057021 +alexander_bell n 1 1 @ 1 0 10842213 +alexander_calder n 1 1 @ 1 0 10879009 +alexander_fleming n 1 1 @ 1 0 10972825 +alexander_graham_bell n 1 1 @ 1 0 10842213 +alexander_hamilton n 1 1 @ 1 0 11025668 +alexander_i n 1 2 @ ; 1 0 10812550 +alexander_ii n 1 2 @ ; 1 0 10812800 +alexander_iii n 1 2 @ ; 1 0 10813049 +alexander_isayevich_solzhenitsyn n 1 1 @ 1 0 11308120 +alexander_melville_bell n 1 1 @ 1 0 10842575 +alexander_pope n 1 1 @ 1 0 11242743 +alexander_pushkin n 1 1 @ 1 0 11249191 +alexander_selcraig n 1 1 @ 1 0 11291824 +alexander_selkirk n 1 1 @ 1 0 11291824 +alexander_the_great n 1 1 @ 1 1 10812360 +alexander_the_liberator n 1 2 @ ; 1 0 10812800 +alexander_vi n 1 1 @ 1 0 10813204 +alexander_wilson n 1 1 @ 1 0 11392082 +alexander_woollcott n 1 1 @ 1 0 11396943 +alexanders n 1 2 @ #m 1 0 12945828 +alexandre_dumas n 1 1 @ 1 0 10944902 +alexandre_emile_jean_yersin n 1 1 @ 1 0 11402801 +alexandre_gustave_eiffel n 1 1 @ 1 0 10954039 +alexandre_yersin n 1 1 @ 1 0 11402801 +alexandria n 2 2 @ #p 2 0 09091285 08898187 +alexandria_senna n 1 1 @ 1 0 12499979 +alexandrian n 1 1 @ 1 0 09782730 +alexandrian_laurel n 1 2 @ #m 1 0 12365462 +alexandrian_senna n 1 1 @ 1 0 12499979 +alexandrine n 1 2 @ ; 1 0 06348373 +alexandrite n 1 1 @ 1 0 14715679 +alexia n 1 1 @ 1 0 14099050 +alexic n 1 2 @ + 1 0 09782855 +alexis_carrel n 1 1 @ 1 0 10883688 +alexis_charles_henri_maurice_de_tocqueville n 1 1 @ 1 0 11344337 +alexis_de_tocqueville n 1 1 @ 1 0 11344337 +aleyrodes n 1 3 @ #m %m 1 0 02246487 +aleyrodidae n 1 3 @ #m %m 1 0 02246284 +alfalfa n 2 3 @ #p %p 2 0 12549420 07801779 +alfalfa_sprout n 1 1 @ 1 0 07719756 +alfilaria n 1 1 @ 1 0 12688903 +alfileria n 1 1 @ 1 0 12688903 +alfonso_borgia n 1 1 @ 1 0 10880024 +alfred n 1 1 @ 1 0 10813374 +alfred_alistair_cooke n 1 2 @ ; 1 0 10908756 +alfred_bernhard_nobel n 1 1 @ 1 0 11208688 +alfred_binet n 1 1 @ 1 0 10851282 +alfred_charles_kinsey n 1 1 @ 1 0 11105609 +alfred_charles_william_harmsworth n 1 1 @ 1 0 11029298 +alfred_damon_runyon n 1 1 @ 1 0 11273907 +alfred_de_musset n 1 1 @ 1 0 11198094 +alfred_dreyfus n 1 1 @ 1 0 10943405 +alfred_edward_housman n 1 1 @ 1 0 11061734 +alfred_edward_woodley_mason n 1 1 @ 1 0 11162915 +alfred_eisenstaedt n 1 1 @ 1 0 10955282 +alfred_habdank_skarbek_korzybski n 1 1 @ 1 0 11109563 +alfred_hawthorne n 1 1 @ 1 0 11049938 +alfred_hitchcock n 1 1 @ 1 0 11052299 +alfred_joseph_hitchcock n 1 1 @ 1 0 11052299 +alfred_kastler n 1 1 @ 1 0 11097525 +alfred_korzybski n 1 1 @ 1 0 11109563 +alfred_kroeber n 1 1 @ 1 0 11110917 +alfred_krupp n 1 1 @ 1 0 11111845 +alfred_lord_tennyson n 1 1 @ 1 0 11335330 +alfred_lothar_wegener n 1 1 @ 1 0 11379536 +alfred_louis_kroeber n 1 1 @ 1 0 11110917 +alfred_lunt n 1 1 @ 1 0 11145199 +alfred_nobel n 1 1 @ 1 0 11208688 +alfred_north_whitehead n 1 1 @ 1 0 11384566 +alfred_noyes n 1 1 @ 1 0 11210291 +alfred_russel_wallace n 1 1 @ 1 0 11371443 +alfred_stieglitz n 1 1 @ 1 0 11318348 +alfred_tennyson n 1 1 @ 1 0 11335330 +alfred_thayer_mahan n 1 1 @ 1 0 11149483 +alfred_the_great n 1 1 @ 1 0 10813374 +alga n 1 3 @ ~ + 1 0 01397114 +algae n 1 2 @ ~ 1 1 01397114 +algarobilla n 1 2 @ #p 1 0 11766046 +algarroba n 4 5 @ #m #s #p %p 4 0 12493426 12493208 11766046 11765859 +algarroba_bean n 1 3 @ #s #p 1 0 12493426 +algarrobilla n 1 2 @ #p 1 0 11766046 +algebra n 1 5 @ ~ + ; - 1 0 06012726 +algebraic_language n 1 2 @ ~ 1 0 06898794 +algebraic_number n 1 1 @ 1 0 13730902 +algebraist n 1 2 @ + 1 0 09784043 +alger n 1 1 @ 1 0 10813527 +algeria n 1 7 @ #m #p %m %p + - 1 0 08705397 +algerian n 1 3 @ #m + 1 0 09690083 +algerian_capital n 1 2 @ #p 1 0 08706058 +algerian_centime n 1 2 @ #p 1 0 13668632 +algerian_dinar n 1 2 @ %p 1 0 13668491 +algerian_monetary_unit n 1 2 @ ~ 1 0 13668380 +algerie n 1 6 @ #m #p %m %p - 1 0 08705397 +algeripithecus n 1 3 @ #m %m 1 0 02479482 +algeripithecus_minutus n 1 2 @ #m 1 0 02479634 +algernon_charles_swinburne n 1 1 @ 1 0 11327163 +algidity n 1 2 @ + 1 0 14204441 +algiers n 1 2 @ #p 1 0 08706058 +algin n 1 1 @ 1 0 14900454 +alginic_acid n 1 1 @ 1 0 14900454 +algol n 2 2 @ #m 2 0 09192566 06901764 +algolagnia n 1 2 @ + 1 0 07493682 +algology n 1 1 @ 1 0 06074507 +algometer n 1 1 @ 1 0 02696569 +algometry n 1 2 @ + 1 0 00998196 +algonkian n 2 2 @ + 2 0 09646432 06908159 +algonkin n 2 1 @ 2 0 09646432 06908159 +algonquian n 2 3 @ ~ + 2 0 09646608 06906971 +algonquian_language n 1 2 @ ~ 1 0 06906971 +algonquin n 2 3 @ ~ + 2 0 09646608 06906971 +algophilia n 1 1 @ 1 0 07493682 +algophobia n 1 2 @ + 1 0 14382871 +algorism n 2 1 @ 2 0 06810691 06004599 +algorithm n 1 3 @ ~ + 1 0 05847438 +algorithm_error n 1 2 @ ; 1 0 07300781 +algorithmic_language n 1 2 @ ~ 1 0 06898972 +algorithmic_program n 1 2 @ ~ 1 0 05847438 +algorithmic_rule n 1 2 @ ~ 1 0 05847438 +algren n 1 1 @ 1 0 10813711 +alhacen n 1 1 @ 1 0 10813986 +alhambra n 1 2 @ #p 1 0 02696669 +alhazen n 1 1 @ 1 0 10813986 +ali n 2 1 @ 2 0 10814574 10814328 +ali_baba n 1 1 @ 1 0 09782946 +alias n 1 1 @ 1 0 06338158 +alibi n 2 4 @ ~ + ; 2 1 06741099 06741305 +alice-josephine_pons n 1 1 @ 1 0 11242321 +alice_b._toklas n 1 1 @ 1 0 11345017 +alice_hamilton n 1 1 @ 1 0 11025926 +alice_malsenior_walker n 1 1 @ 1 0 11371125 +alice_paul n 1 1 @ 1 0 11226614 +alice_walker n 1 1 @ 1 0 11371125 +alicia_alonso n 1 1 @ 1 0 10815343 +alicyclic_compound n 1 1 @ 1 0 14601178 +alidad n 2 2 @ #p 2 0 02697022 02696843 +alidade n 2 2 @ #p 2 0 02697022 02696843 +alien n 3 3 @ ~ + 3 1 10103485 10661002 09484465 +alien_absconder n 1 1 @ 1 0 09783130 +alienage n 1 1 @ 1 0 04799789 +alienation n 4 3 @ ~ ; 4 1 07502387 14415773 01108150 00035891 +alienation_of_affection n 1 1 @ 1 0 00734107 +alienator n 1 2 @ + 1 0 09783369 +alienee n 1 1 @ 1 0 09783537 +alienism n 2 2 @ ; 2 0 06056787 04799789 +alienist n 1 1 @ 1 0 09783653 +alienor n 1 1 @ 1 0 09783776 +alignment n 4 6 ! @ ~ %m + ; 4 2 08293982 05077146 07415167 01000068 +alikeness n 1 4 @ ~ = + 1 0 04744814 +aliment n 1 3 @ ~ + 1 0 07570720 +alimentary_canal n 1 4 @ ~ #p %p 1 0 05532225 +alimentary_paste n 1 2 @ ~ 1 0 07698915 +alimentary_tract n 1 4 @ ~ #p %p 1 0 05532225 +alimentary_tract_smear n 1 2 @ ~ 1 0 05265417 +alimentation n 2 3 @ ~ + 2 0 07570720 01057759 +alimony n 1 1 @ 1 0 13283620 +alinement n 1 3 @ ~ %m 1 0 08293982 +aliphatic_compound n 1 2 @ ~ 1 0 14601294 +aliquant n 1 2 ! @ 1 0 13734816 +aliquant_part n 1 1 @ 1 0 13734816 +aliquot n 1 3 ! @ + 1 1 13734629 +aliquot_part n 1 1 @ 1 0 13734629 +alir n 1 2 @ ; 1 0 08016900 +alisma n 1 3 @ #m %m 1 0 12612020 +alisma_plantago-aquatica n 1 3 @ ~ #m 1 0 12612170 +alismales n 1 3 @ #m %m 1 0 12610933 +alismataceae n 1 3 @ #m %m 1 0 12611815 +alismatidae n 1 2 @ #m 1 0 11668340 +alistair_cooke n 1 2 @ ; 1 0 10908756 +aliterate n 1 1 @ 1 0 09783884 +aliterate_person n 1 1 @ 1 0 09783884 +aliveness n 2 4 @ ~ = + 2 0 13961642 05005447 +aliyah n 2 2 @ ; 2 0 06696991 00056551 +alizarin n 1 2 @ ~ 1 0 14986277 +alizarin_carmine n 1 1 @ 1 0 14986438 +alizarin_crimson n 1 1 @ 1 1 14986438 +alizarin_red n 1 1 @ 1 0 14986438 +alizarin_yellow n 1 1 @ 1 0 14754705 +alizarine n 1 2 @ ~ 1 0 14986277 +alizarine_red n 1 1 @ 1 0 04963307 +alka-seltzer n 1 2 @ ; 1 0 14776924 +alkahest n 1 2 @ + 1 0 15048463 +alkalemia n 1 1 @ 1 0 14020936 +alkali n 2 3 @ ~ + 2 1 14618253 14712036 +alkali_bee n 1 2 @ #m 1 1 02210921 +alkali_grass n 1 2 @ #m 1 0 12467018 +alkali_metal n 1 1 @ 1 0 14712224 +alkali_poisoning n 1 1 @ 1 0 14510104 +alkalimetry n 1 1 @ 1 0 00648087 +alkaline-earth_metal n 1 1 @ 1 0 14712489 +alkaline_earth n 1 1 @ 1 0 14712489 +alkaline_metal n 1 1 @ 1 0 14712224 +alkalinity n 1 3 ! @ + 1 0 05039709 +alkalinuria n 1 1 @ 1 0 14021118 +alkaliser n 1 2 @ ~ 1 0 14778019 +alkalizer n 1 3 @ ~ + 1 0 14778019 +alkaloid n 1 3 @ ~ + 1 0 14712692 +alkalosis n 1 3 @ ~ + 1 0 14021266 +alkaluria n 1 1 @ 1 0 14021118 +alkane n 1 2 @ ~ 1 0 14951377 +alkane_series n 1 2 @ ~ 1 0 14951377 +alkanet n 1 1 @ 1 0 12817694 +alkapton n 1 1 @ 1 0 14585048 +alkaptonuria n 1 1 @ 1 0 14084709 +alkene n 1 2 @ ~ 1 0 14713120 +alkeran n 1 2 @ ; 1 0 03743577 +alky n 1 1 @ 1 0 09782167 +alkyd n 1 1 @ 1 0 14902500 +alkyd_resin n 1 1 @ 1 0 14902500 +alkyl n 1 3 @ ~ + 1 0 14617189 +alkyl_group n 1 2 @ ~ 1 0 14617189 +alkyl_halide n 1 2 @ ~ 1 0 14601646 +alkyl_radical n 1 2 @ ~ 1 0 14617189 +alkylating_agent n 1 2 @ ~ 1 0 02697438 +alkylbenzene n 1 2 @ ~ 1 0 14601505 +alkylbenzenesulfonate n 1 1 @ 1 1 14713247 +alkyne n 1 2 @ #s 1 0 14600742 +all-day_sucker n 1 1 @ 1 0 07607605 +all-or-none_law n 1 2 @ ; 1 0 05874017 +all-rounder n 1 1 @ 1 0 09784870 +all-terrain_bike n 1 1 @ 1 0 03792782 +all_arounder n 1 1 @ 1 0 09784870 +all_clear n 2 1 @ 2 0 06804097 06689554 +all_fools'_day n 1 2 @ #p 1 0 15188505 +all_fours n 1 2 @ ~ 1 0 00489730 +all_get_out n 1 1 @ 1 0 13775319 +all_saints'_day n 1 2 @ #p 1 0 15195059 +all_souls'_day n 1 2 @ #p 1 0 15195477 +alla_breve n 1 1 @ 1 0 06865049 +alla_nazimova n 1 1 @ 1 0 11201941 +allah n 1 1 @ 1 0 09538544 +allamanda n 1 3 @ ~ #m 1 0 11769621 +allamanda_cathartica n 1 1 @ 1 0 11769803 +allantois n 1 2 @ ; 1 0 01473393 +allayer n 1 2 @ + 1 0 10518349 +allegation n 2 3 @ ~ ; 2 2 07236077 06731186 +allegement n 1 3 @ ~ + 1 0 06731186 +alleghany_plum n 1 2 @ %p 1 0 12638753 +alleghenies n 1 2 @ #p 1 0 09192708 +allegheny n 1 2 @ #p 1 0 09192973 +allegheny_chinkapin n 1 3 @ #m %p 1 0 12263738 +allegheny_mountain_spurge n 1 1 @ 1 0 12747120 +allegheny_mountains n 1 2 @ #p 1 0 09192708 +allegheny_plum n 1 2 @ %p 1 0 12638753 +allegheny_river n 1 2 @ #p 1 0 09192973 +allegheny_spurge n 1 1 @ 1 0 12747120 +allegheny_vine n 1 1 @ 1 0 11909864 +allegiance n 2 3 @ ~ + 2 1 01206153 04877938 +allegoriser n 1 2 @ + 1 0 09784160 +allegorizer n 1 2 @ + 1 0 09784160 +allegory n 3 3 @ ~ + 3 1 06372095 06880664 06366581 +allegretto n 2 2 @ + 2 0 15264891 07039949 +allegro n 2 3 @ ~ + 2 0 15265021 07039770 +allegro_con_spirito n 1 1 @ 1 1 15265135 +allele n 1 4 @ ~ + ; 1 0 05437785 +allelomorph n 1 3 @ ~ ; 1 0 05437785 +allemande n 1 1 @ 1 0 07840124 +allemande_sauce n 1 1 @ 1 0 07840124 +allen n 3 1 @ 3 0 10815113 10814953 10814776 +allen_ginsberg n 1 1 @ 1 0 11000660 +allen_screw n 1 1 @ 1 0 02697576 +allen_stewart_konigsberg n 1 1 @ 1 0 10814953 +allen_tate n 1 1 @ 1 0 11332423 +allen_wrench n 1 1 @ 1 0 02697675 +allentown n 1 2 @ #p 1 0 09134999 +allergen n 1 3 @ ~ + 1 0 14584260 +allergic_eczema n 1 2 @ ~ 1 0 14225346 +allergic_reaction n 1 2 @ ~ 1 0 14532816 +allergic_rhinitis n 1 2 @ ~ 1 0 14533937 +allergist n 1 2 @ + 1 0 09784306 +allergology n 1 1 @ 1 0 06046245 +allergy n 1 3 @ ~ + 1 0 14532816 +allergy_diet n 1 1 @ 1 0 07561730 +alleviant n 1 2 @ + 1 0 03879854 +alleviation n 2 3 @ ~ + 2 0 07493280 00354884 +alleviator n 2 2 @ + 2 0 09784443 03879854 +alley n 2 3 @ #p %p 2 1 02697759 02882014 +alley_cat n 1 1 @ 1 1 02122510 +alleyway n 1 1 @ 1 1 02697759 +allgood n 1 2 @ %p 1 0 11828973 +allhallows n 1 2 @ #p 1 0 15195059 +allhallows_eve n 1 1 @ 1 0 15191233 +allhallowtide n 1 1 @ 1 0 15195388 +alliaceae n 1 2 @ #m 1 0 12430878 +alliaceous_plant n 1 3 @ ~ #m 1 0 12431434 +alliance n 5 4 @ ~ %m + 5 0 14418822 13792183 08293982 06773684 01081456 +alliaria n 1 3 @ #m %m 1 0 11870212 +alliaria_officinalis n 1 2 @ #m 1 0 11870418 +allice n 1 1 @ 1 0 02530999 +allice_shad n 1 1 @ 1 0 02530999 +allied_command_atlantic n 1 3 @ #p %m 1 0 08174995 +allied_command_europe n 1 3 @ #p %m 1 0 08175498 +allies n 3 1 @ 3 0 08171592 08171210 08170978 +alligator n 2 4 @ ~ #m + 2 2 14760447 01698434 +alligator_clip n 1 3 @ #p %p 1 0 02915904 +alligator_grass n 1 2 @ #m 1 0 11824747 +alligator_lizard n 1 2 @ #m 1 0 01689811 +alligator_mississipiensis n 1 1 @ 1 0 01698640 +alligator_pear n 1 2 @ #p 1 0 07764847 +alligator_sinensis n 1 1 @ 1 0 01698782 +alligator_snapper n 1 2 @ #m 1 0 01666585 +alligator_snapping_turtle n 1 2 @ #m 1 0 01666585 +alligator_weed n 1 2 @ #m 1 0 11824747 +alligator_wrench n 1 1 @ 1 0 02697876 +alligatorfish n 1 2 @ #m 1 0 02648313 +alligatoridae n 1 3 @ #m %m 1 0 01698144 +allionia n 1 3 @ #m %m 1 0 11838266 +allionia_incarnata n 1 2 @ #m 1 0 11838413 +allioniaceae n 1 3 @ #m %m 1 0 11835806 +allis n 1 1 @ 1 0 02530999 +allis_shad n 1 1 @ 1 0 02530999 +alliteration n 1 2 @ + 1 0 07097094 +alliterator n 1 2 @ + 1 0 09784564 +allium n 1 4 @ #m %m + 1 0 12431128 +allium_acuminatum n 1 2 @ #m 1 0 12432069 +allium_ampeloprasum n 1 1 @ 1 0 12432356 +allium_ascalonicum n 1 2 @ %p 1 0 12433178 +allium_canadense n 1 1 @ 1 0 12432574 +allium_carinatum n 1 1 @ 1 0 12432707 +allium_cepa n 1 4 @ ~ %s %p 1 0 12432808 +allium_cepa_aggregatum n 1 2 @ %p 1 0 12433178 +allium_cepa_viviparum n 1 1 @ 1 0 12433540 +allium_cernuum n 1 1 @ 1 0 12433769 +allium_fistulosum n 1 1 @ 1 0 12433952 +allium_haematochiton n 1 1 @ 1 0 12434106 +allium_neopolitanum n 1 1 @ 1 0 12434483 +allium_paradoxum n 1 1 @ 1 0 12434634 +allium_porrum n 1 2 @ %p 1 0 12434239 +allium_sativum n 1 2 @ %p 1 0 12434775 +allium_schoenoprasum n 1 2 @ %p 1 0 12435152 +allium_scorodoprasum n 1 1 @ 1 0 12434985 +allium_sphaerocephalum n 1 1 @ 1 0 12435965 +allium_tricoccum n 1 1 @ 1 0 12435338 +allium_triquetrum n 1 1 @ 1 0 12436090 +allium_tuberosum n 1 2 @ %p 1 0 12435777 +allium_ursinum n 1 1 @ 1 0 12435649 +allium_vineale n 1 1 @ 1 0 12435486 +allmouth n 1 3 @ #m %p 1 0 02548247 +alloantibody n 1 1 @ 1 0 15029482 +allocation n 3 4 @ ~ + ; 3 2 13289467 01083645 00164579 +allocation_unit n 1 2 @ %p 1 0 13626942 +allocator n 1 2 @ + 1 0 09784707 +allocution n 1 2 @ ; 1 0 07239183 +allogamy n 1 3 ! @ + 1 0 07437870 +allograft n 1 1 @ 1 0 05583386 +allograph n 2 1 @ 2 0 06819557 06404806 +allomerism n 1 3 @ + ; 1 0 07337935 +allometry n 1 2 @ + 1 0 05998356 +allomorph n 2 2 @ ~ 2 0 14819856 06306606 +allopathy n 1 2 ! @ 1 0 00710692 +allopatry n 1 3 ! @ + 1 0 13959289 +allophone n 1 3 @ + ; 1 0 07111933 +allopurinol n 1 1 @ 1 0 02698036 +allosaur n 1 2 @ #m 1 0 01714231 +allosaurus n 1 2 @ #m 1 0 01714231 +allotment n 2 3 @ ~ + 2 2 13289467 01083645 +allotrope n 1 2 @ + 1 0 14624025 +allotropism n 1 2 @ + 1 0 11409329 +allotropy n 1 2 @ + 1 0 11409329 +allowance n 6 3 @ ~ + 6 4 13286254 13293377 13274092 04749991 13370215 01141841 +allowance_account n 1 1 @ 1 0 13370215 +alloy n 2 4 @ ~ %s + 2 0 14586769 14487598 +alloy_cast_iron n 1 2 @ ~ 1 0 14715786 +alloy_iron n 1 2 @ ~ 1 0 14715786 +alloy_steel n 1 2 @ ~ 1 0 14716042 +allspice n 3 5 @ ~ #m #p %p 3 0 12331066 11700864 07814007 +allspice_tree n 2 3 @ #m %p 2 0 12331263 12331066 +allure n 1 3 @ ~ + 1 0 04688842 +allurement n 3 3 @ ~ + 3 0 05695446 04688842 00161044 +allusion n 1 2 @ + 1 1 06766544 +allusiveness n 1 2 @ + 1 0 04919458 +alluvial_cone n 1 1 @ 1 0 11423471 +alluvial_deposit n 1 3 @ ~ %s 1 0 09193282 +alluvial_fan n 1 1 @ 1 0 11423471 +alluvial_flat n 1 1 @ 1 0 09193551 +alluvial_plain n 1 1 @ 1 0 09193551 +alluvial_sediment n 1 3 @ ~ %s 1 0 09193282 +alluvial_soil n 1 2 @ #s 1 0 14719725 +alluviation n 1 2 @ ~ 1 0 11445395 +alluvion n 3 3 @ ~ %s 3 0 13429300 11454591 09193282 +alluvium n 1 4 @ ~ %s + 1 0 09193282 +ally n 2 4 @ ~ #m + 2 2 08305942 09785042 +allyl n 1 2 @ + 1 0 14617427 +allyl_alcohol n 1 2 @ #s 1 0 14719893 +allyl_group n 1 1 @ 1 0 14617427 +allyl_radical n 1 1 @ 1 0 14617427 +allyl_resin n 1 1 @ 1 0 14720101 +alma-ata n 1 2 @ #p 1 0 09020299 +alma_mater n 1 1 @ 1 0 08402339 +almanac n 2 1 @ 2 0 06426655 06426279 +almandine n 2 1 @ 2 0 15051301 14676486 +almandite n 1 1 @ 1 0 14676486 +almaty n 1 2 @ #p 1 0 09020299 +almighty n 1 3 @ ~ + 1 0 09536363 +almond n 2 4 @ ~ #p %p 2 0 12645174 07750586 +almond-leaves_willow n 1 2 @ #m 1 0 12727729 +almond_cookie n 1 1 @ 1 0 07636126 +almond_crescent n 1 1 @ 1 0 07636126 +almond_extract n 1 1 @ 1 0 07826544 +almond_moth n 1 2 @ #m 1 0 02290664 +almond_oil n 1 1 @ 1 0 12645754 +almond_tree n 1 3 @ ~ #m 1 0 12644902 +almond_willow n 1 2 @ #m 1 0 12727960 +almoner n 1 1 @ 1 0 09785236 +almoravid n 1 1 @ 1 0 09682967 +alms n 1 2 @ ; 1 0 01090117 +alms-giving n 1 1 @ 1 0 01090225 +alms_box n 1 1 @ 1 0 03982767 +alms_dish n 1 1 @ 1 0 02698244 +alms_tray n 1 1 @ 1 0 02698244 +almsgiver n 1 1 @ 1 0 09785580 +almsgiving n 1 1 @ 1 0 01090225 +alnico n 1 1 @ 1 0 14716358 +alnus n 1 3 @ #m %m 1 0 12283981 +alnus_crispa n 1 2 @ #m 1 0 12286197 +alnus_glutinosa n 1 2 @ #m 1 0 12284821 +alnus_incana n 1 2 @ #m 1 0 12285049 +alnus_maritima n 1 2 @ #m 1 0 12285195 +alnus_rhombifolia n 1 2 @ #m 1 0 12285369 +alnus_rubra n 1 2 @ #m 1 0 12285512 +alnus_rugosa n 1 2 @ #m 1 0 12285705 +alnus_serrulata n 1 2 @ #m 1 0 12285900 +alnus_veridis n 1 2 @ #m 1 0 12286068 +alnus_veridis_crispa n 1 2 @ #m 1 0 12286197 +alnus_vulgaris n 1 2 @ #m 1 0 12284821 +alocasia n 1 3 @ ~ #m 1 0 11782036 +alocasia_macrorrhiza n 1 1 @ 1 0 11782266 +aloe n 1 3 @ ~ #m 1 0 12436677 +aloe_family n 1 2 @ #m 1 0 12436260 +aloe_ferox n 1 1 @ 1 0 12436907 +aloe_vera n 1 1 @ 1 0 12437047 +aloeaceae n 1 2 @ #m 1 0 12436260 +aloes n 1 1 @ 1 1 02698366 +aloha n 1 2 @ ; 1 0 06631921 +aloha_state n 1 4 @ #p %p - 1 0 09078231 +alois_senefelder n 1 1 @ 1 0 11292662 +aloneness n 1 3 @ ~ + 1 1 04622415 +alonso n 1 1 @ 1 0 10815343 +aloofness n 2 3 @ ~ + 2 1 07505871 04656996 +alopecia n 1 2 @ ~ 1 0 14457361 +alopecia_areata n 1 1 @ 1 0 14457630 +alopecurus n 1 3 @ #m %m 1 0 12107489 +alopecurus_pratensis n 1 2 @ #m 1 0 12107710 +alopex n 1 3 @ #m %m 1 0 02119961 +alopex_lagopus n 1 3 @ ~ #m 1 0 02120079 +alopiidae n 1 3 @ #m %m 1 0 01485673 +alopius n 1 3 @ #m %m 1 0 01485801 +alopius_vulpinus n 1 2 @ #m 1 0 01486010 +alosa n 1 3 @ #m %m 1 0 02530294 +alosa_alosa n 1 1 @ 1 0 02530999 +alosa_chrysocloris n 1 1 @ 1 0 02530831 +alosa_pseudoharengus n 1 3 @ #m %p 1 0 02531114 +alosa_sapidissima n 1 2 @ %p 1 0 02530637 +alouatta n 1 3 @ #m %m 1 0 02492536 +aloys_senefelder n 1 1 @ 1 0 11292662 +alp n 1 1 @ 1 0 09193705 +alpaca n 3 2 @ #m 3 0 15104598 02698473 02438272 +alpena n 1 2 @ #p 1 0 09100080 +alpenstock n 1 2 @ %p 1 0 02698634 +alpha n 2 3 @ #m + 2 1 06834138 07329169 +alpha-adrenergic_blocker n 1 2 @ ~ 1 0 02698769 +alpha-adrenergic_blocking_agent n 1 2 @ ~ 1 0 02698769 +alpha-adrenergic_receptor n 1 2 @ #p 1 0 05609111 +alpha-adrenoceptor n 1 2 @ #p 1 0 05609111 +alpha-beta_brass n 1 2 @ ~ 1 0 14720238 +alpha-blocker n 1 2 @ ~ 1 0 02698769 +alpha-interferon n 1 1 @ 1 0 02699096 +alpha-linolenic_acid n 1 1 @ 1 0 14609443 +alpha-lipoprotein n 1 2 @ %s 1 0 14907349 +alpha-naphthol n 1 1 @ 1 0 14609689 +alpha-naphthol_test n 1 1 @ 1 0 14609784 +alpha-tocopheral n 1 1 @ 1 0 14720833 +alpha_and_omega n 2 1 @ 2 0 15244094 06604209 +alpha_blocker n 1 2 @ ~ 1 0 02698769 +alpha_brass n 1 1 @ 1 0 14720474 +alpha_bronze n 1 1 @ 1 0 14720588 +alpha_centauri n 1 2 @ #m 1 0 09193772 +alpha_crucis n 1 2 @ #m 1 0 09193933 +alpha_decay n 1 1 @ 1 0 13429432 +alpha_fetoprotein n 1 1 @ 1 0 15033846 +alpha_foetoprotein n 1 1 @ 1 0 15033846 +alpha_geminorum n 1 2 @ #m 1 0 09237749 +alpha_globulin n 1 1 @ 1 0 14731964 +alpha_iron n 1 2 @ #s 1 0 14720692 +alpha_methyl_dopa n 1 1 @ 1 0 03755991 +alpha_orionis n 1 2 @ #m 1 0 09219731 +alpha_particle n 1 1 @ 1 0 09194052 +alpha_privative n 1 1 @ 1 0 06308674 +alpha_radiation n 1 1 @ 1 0 11423607 +alpha_ray n 1 1 @ 1 0 11423607 +alpha_receptor n 1 2 @ #p 1 0 05609111 +alpha_rhythm n 1 1 @ 1 0 11423756 +alpha_software n 1 1 @ 1 0 06566805 +alpha_test n 1 2 @ ; 1 0 05799761 +alpha_wave n 1 1 @ 1 0 11423756 +alphabet n 2 5 @ ~ %m + ; 2 0 06497459 05872742 +alphabet_soup n 2 1 @ 2 0 08400191 07583978 +alphabetic_character n 1 4 @ ~ #m #p 1 1 06828818 +alphabetic_script n 1 1 @ 1 0 06361314 +alphabetic_writing n 1 1 @ 1 0 06361314 +alphabetisation n 1 1 @ 1 0 01011028 +alphabetiser n 1 2 @ + 1 0 09785409 +alphabetization n 1 2 @ + 1 0 01011028 +alphabetizer n 1 2 @ + 1 0 09785409 +alphanumeric_characters n 1 1 @ 1 0 06500262 +alphanumeric_display n 1 4 @ ~ #p %p 1 0 03196598 +alphanumerics n 1 2 @ + 1 0 06500262 +alphavirus n 1 2 @ #m 1 0 01332488 +alphonse_bertillon n 1 1 @ 1 0 10849213 +alphonse_capone n 1 1 @ 1 0 10881784 +alpine_anemone n 1 1 @ 1 0 11725311 +alpine_ash n 1 1 @ 1 0 12336973 +alpine_azalea n 1 2 @ #m 1 0 12240477 +alpine_bearberry n 1 1 @ 1 0 12231709 +alpine_besseya n 1 1 @ 1 0 12878325 +alpine_celery_pine n 1 1 @ 1 0 11650430 +alpine_clover n 1 1 @ 1 0 11752798 +alpine_clubmoss n 1 1 @ 1 0 13222985 +alpine_coltsfoot n 1 2 @ #m 1 0 11982939 +alpine_enchanter's_nightshade n 1 1 @ 1 0 12341795 +alpine_fir n 1 1 @ 1 0 11622591 +alpine_glacier n 1 1 @ 1 0 09194227 +alpine_gold n 1 2 @ #m 1 0 11983375 +alpine_golden_chain n 1 2 @ #m 1 0 12538209 +alpine_goldenrod n 1 1 @ 1 0 12016914 +alpine_hulsea n 1 2 @ #m 1 0 11983375 +alpine_lady_fern n 1 1 @ 1 0 13194758 +alpine_lift n 1 1 @ 1 0 04396650 +alpine_milk_vetch n 1 1 @ 1 0 12508618 +alpine_mouse-ear n 1 1 @ 1 0 11807696 +alpine_salamander n 1 2 @ #m 1 0 01630148 +alpine_scurvy n 1 1 @ 1 0 14200873 +alpine_sunflower n 1 2 @ #m 1 0 12025507 +alpine_totara n 1 2 @ #m 1 0 11652966 +alpine_type_of_glacier n 1 1 @ 1 0 09194227 +alpine_woodsia n 1 1 @ 1 0 13202355 +alpinia n 1 3 @ #m %m 1 0 12356668 +alpinia_galanga n 1 2 @ #m 1 0 12356960 +alpinia_officinalis n 1 2 @ #m 1 0 12357100 +alpinia_officinarum n 1 2 @ #m 1 0 12357100 +alpinia_purpurata n 1 2 @ #m 1 0 12357343 +alpinia_speciosa n 1 2 @ #m 1 0 12357485 +alpinia_zerumbet n 1 2 @ #m 1 0 12357485 +alpinism n 1 2 @ + 1 0 00325975 +alpinist n 1 2 @ + 1 0 09785659 +alprazolam n 1 1 @ 1 0 02699343 +alps n 1 3 @ #p %p 1 0 09194357 +als n 1 1 @ 1 0 14105737 +alsace n 1 3 @ #p + 1 0 08940209 +alsatia n 1 2 @ #p 1 0 08940209 +alsatian n 2 2 @ + 2 0 09785786 02106662 +also-ran n 1 2 @ ~ 1 0 10272913 +alsobia n 1 3 @ #m %m 1 0 12830974 +alsobia_dianthiflora n 1 2 @ #m 1 0 12831141 +alsophila n 1 3 @ #m %m 1 0 02287476 +alsophila_pometaria n 1 2 @ #m 1 0 02287622 +alstonia n 1 3 @ #m %m 1 0 11770013 +alstonia_scholaris n 1 2 @ #m 1 0 11770256 +alstroemeria n 1 3 @ ~ #m 1 0 12438571 +alstroemeria_pelegrina n 1 2 @ #m 1 0 12438783 +alstroemeriaceae n 1 2 @ #m 1 0 12438046 +alt n 1 1 @ 1 0 13836550 +altace n 1 2 @ ; 1 0 04051068 +altai_mountains n 1 2 @ #p 1 0 09194710 +altaic n 2 3 @ ~ + 2 0 09690208 06926212 +altaic_language n 1 2 @ ~ 1 0 06926212 +altair n 1 2 @ #m 1 0 09194938 +altar n 2 2 @ ~ 2 0 02699629 02699494 +altar_boy n 1 1 @ 1 0 09785891 +altar_wine n 1 1 @ 1 0 07893425 +altarpiece n 1 1 @ 1 0 02699770 +altay_mountains n 1 2 @ #p 1 0 09194710 +altazimuth n 1 1 @ 1 0 02699915 +alter_ego n 1 1 @ 1 1 09785992 +alterability n 1 3 ! @ + 1 0 04741530 +alteration n 3 3 @ ~ + 3 2 07296428 00199707 00399393 +altercation n 1 2 @ ~ 1 1 07184545 +altering n 1 2 @ ~ 1 0 00692506 +alternanthera n 1 3 @ #m %m 1 0 11824548 +alternanthera_philoxeroides n 1 2 @ #m 1 0 11824747 +alternate n 1 2 @ + 1 0 10680153 +alternating_current n 1 2 ! @ 1 0 11423952 +alternating_electric_current n 1 1 @ 1 0 11423952 +alternation n 1 2 @ + 1 0 01010684 +alternation_of_generations n 1 2 @ ~ 1 0 11424194 +alternative n 1 3 @ ~ + 1 1 05790944 +alternative_birth n 1 1 @ 1 0 13429585 +alternative_birthing n 1 1 @ 1 0 13429585 +alternative_energy n 1 2 @ ~ 1 0 11424400 +alternative_medicine n 1 2 @ ~ 1 0 00613473 +alternative_pleading n 1 2 @ ; 1 0 06560021 +alternator n 1 3 @ #p ; 1 0 02700064 +althaea n 1 3 @ ~ #m 1 0 12174311 +althea n 1 3 @ ~ #m 1 0 12174311 +althea_gibson n 1 1 @ 1 0 10998117 +althea_officinalis n 1 2 @ #m 1 0 12174521 +althea_rosea n 1 2 @ #m 1 0 12173912 +altimeter n 1 3 @ ~ %p 1 0 02700258 +altitude n 3 3 @ ~ + 3 1 05131647 13897657 13836550 +altitude_sickness n 1 2 @ ~ 1 0 14042914 +alto n 5 3 @ ~ + 5 0 09786115 06872905 06872785 04986637 04986526 +alto_clef n 1 1 @ 1 0 06863086 +alto_relievo n 1 1 @ 1 0 02700422 +alto_rilievo n 1 1 @ 1 0 02700422 +alto_saxophonist n 1 1 @ 1 0 09786226 +altocumulus n 1 1 @ 1 0 09195098 +altocumulus_cloud n 1 1 @ 1 0 09195098 +altogether n 1 1 @ 1 0 14456586 +altoist n 1 1 @ 1 0 09786226 +alton_glenn_miller n 1 1 @ 1 0 11180209 +altoona n 1 2 @ #p 1 0 09135142 +altostratus n 1 1 @ 1 0 09195235 +altostratus_cloud n 1 1 @ 1 0 09195235 +altruism n 1 3 ! @ + 1 1 04833276 +altruist n 1 3 @ ~ + 1 0 10421956 +alula n 2 3 @ #p + 2 0 02190465 01897667 +alum n 4 2 @ ~ 4 0 14628307 14628119 09786338 02700622 +alumbloom n 1 3 @ ~ #m 1 0 12798284 +alumina n 1 3 @ ~ #s 1 0 14823944 +aluminate n 1 1 @ 1 0 14824140 +aluminium n 1 3 @ ~ #s 1 0 14627820 +aluminium_bronze n 1 1 @ 1 0 14722912 +aluminium_chloride n 1 1 @ 1 0 15017878 +aluminium_foil n 1 2 @ %s 1 0 02700767 +aluminium_hydroxide n 1 2 @ #s 1 0 14824238 +aluminium_oxide n 1 3 @ ~ #s 1 0 14823944 +aluminum n 1 4 @ ~ #s + 1 1 14627820 +aluminum_bronze n 1 1 @ 1 0 14722912 +aluminum_business n 1 1 @ 1 0 08066186 +aluminum_chloride n 1 1 @ 1 1 15017878 +aluminum_foil n 1 2 @ %s 1 1 02700767 +aluminum_hydroxide n 1 2 @ #s 1 0 14824238 +aluminum_industry n 1 1 @ 1 0 08066186 +aluminum_oxide n 1 3 @ ~ #s 1 0 14823944 +alumna n 1 2 @ ~ 1 0 09786338 +alumnus n 1 2 @ ~ 1 0 09786338 +alumroot n 1 3 @ ~ #m 1 0 12798284 +alundum n 1 1 @ 1 1 14824469 +alupent n 1 2 @ ; 1 0 03752649 +alvar_aalto n 1 1 @ 1 0 10806693 +alveolar n 1 2 @ + 1 0 07115493 +alveolar_arch n 1 2 @ #p 1 0 05310206 +alveolar_artery n 1 3 @ ~ #p 1 0 05335310 +alveolar_bed n 1 2 @ #p 1 1 05387842 +alveolar_consonant n 1 1 @ 1 0 07115493 +alveolar_ectasia n 1 1 @ 1 0 14064296 +alveolar_point n 1 1 @ 1 0 05234911 +alveolar_process n 1 3 @ #p %p 1 0 05310351 +alveolar_resorption n 1 1 @ 1 0 14081124 +alveolar_rhabdomyosarcoma n 1 1 @ 1 0 14245758 +alveolar_rhabdosarcoma n 1 1 @ 1 0 14245758 +alveolar_ridge n 1 3 @ #p %p 1 0 05310351 +alveolitis n 2 2 @ ~ 2 0 14257993 14257779 +alveolus n 2 3 @ #p + 2 1 05528395 05285480 +alvin_ailey n 1 1 @ 1 0 10810671 +alyssum n 2 3 @ #m %m 2 0 11870747 11870607 +alytes n 1 3 @ #m %m 1 0 01648001 +alytes_cisternasi n 1 2 @ #m 1 0 01648356 +alytes_obstetricans n 1 2 @ #m 1 0 01648139 +alzheimer's n 1 1 @ 1 0 14396096 +alzheimer's_disease n 1 1 @ 1 0 14396096 +alzheimers n 1 1 @ 1 0 14396096 +am n 3 1 @ 3 0 14628494 06701001 06281594 +amabilis_fir n 1 1 @ 1 0 11621281 +amadavat n 1 2 @ #m 1 0 01543936 +amaethon n 1 2 @ ; 1 0 09507639 +amah n 2 2 @ ~ 2 0 10774870 10282672 +amalgam n 2 2 @ + 2 0 14716550 07963987 +amalgamation n 1 1 @ 1 0 01238424 +amalgamator n 1 2 @ + 1 0 09786922 +amandine_aurore_lucie_dupin n 1 1 @ 1 0 11280013 +amanita n 1 4 @ ~ #m %m 1 0 13002433 +amanita_caesarea n 1 2 @ #m 1 0 13002750 +amanita_mappa n 1 2 @ #m 1 0 13002925 +amanita_muscaria n 1 2 @ #m 1 0 13003061 +amanita_phalloides n 1 2 @ #m 1 0 13003254 +amanita_rubescens n 1 2 @ #m 1 0 13003522 +amanita_verna n 1 2 @ #m 1 0 13003712 +amanuensis n 1 1 @ 1 0 10654015 +amaranth n 2 3 @ ~ #m 2 0 11823305 11823043 +amaranth_family n 1 3 @ #m %m 1 0 11822557 +amaranthaceae n 1 3 @ #m %m 1 0 11822557 +amaranthus n 1 3 @ #m %m 1 0 11822849 +amaranthus_albus n 1 1 @ 1 0 11823436 +amaranthus_caudatus n 1 1 @ 1 0 11823572 +amaranthus_cruentus n 1 1 @ 1 0 11823756 +amaranthus_graecizans n 1 1 @ 1 0 11823436 +amaranthus_hybridus_erythrostachys n 1 1 @ 1 0 11823756 +amaranthus_hybridus_hypochondriacus n 1 1 @ 1 0 11823756 +amaranthus_hypochondriacus n 1 1 @ 1 0 11824146 +amaranthus_spinosus n 1 2 @ #m 1 0 11824344 +amarelle n 2 3 @ #p %p 2 0 12643688 07758125 +amaretto n 1 1 @ 1 0 07908567 +amarillo n 1 2 @ #p 1 0 09142771 +amaryllidaceae n 1 3 @ #m %m 1 0 12418680 +amaryllis n 1 3 @ ~ #m 1 0 12419037 +amaryllis_belladonna n 1 2 @ #m 1 0 12419394 +amaryllis_family n 1 3 @ #m %m 1 0 12418680 +amastia n 1 2 @ ; 1 0 14022369 +amaterasu n 1 1 @ 1 0 09534675 +amaterasu_omikami n 1 1 @ 1 0 09534675 +amateur n 2 4 ! @ ~ + 2 1 09786585 09786760 +amateurishness n 1 2 @ + 1 1 05649116 +amateurism n 1 1 @ 1 0 06246076 +amati n 2 1 @ 2 0 10815477 02700895 +amativeness n 1 3 @ ~ + 1 0 07489059 +amatungulu n 1 2 @ %p 1 0 11771924 +amauropelta n 1 2 @ #m 1 0 13228194 +amaurosis n 1 2 @ + 1 0 14096412 +amazement n 1 3 @ ~ + 1 1 07509572 +amazon n 4 4 @ #m #p ; 4 0 09787293 09787076 09195372 01818299 +amazon_ant n 1 2 @ #m 1 0 02222582 +amazon_river n 1 2 @ #p 1 0 09195372 +amazona n 1 3 @ #m %m 1 0 01818169 +ambage n 1 2 @ + 1 0 07090379 +ambages n 1 2 @ ; 1 0 00415988 +ambassador n 2 3 @ ~ + 2 1 09787534 09787765 +ambassadorship n 1 2 @ + 1 0 00588780 +ambassadress n 1 1 @ 1 0 09787878 +amber n 2 2 @ + 2 1 04966240 14894880 +amber_lily n 1 2 @ #m 1 0 12439830 +amberbell n 1 1 @ 1 0 12450840 +amberboa n 1 3 @ #m %m 1 0 11918631 +amberboa_moschata n 1 2 @ #m 1 0 11918808 +amberfish n 1 2 @ #m 1 0 02578771 +ambergris n 1 1 @ 1 0 14700985 +amberjack n 1 2 @ #m 1 0 02578771 +ambiance n 2 2 @ ~ 2 1 14524849 08494133 +ambidexterity n 1 2 @ + 1 0 05067199 +ambidextrousness n 1 2 @ + 1 0 05067199 +ambience n 2 3 @ ~ + 2 0 14524849 08494133 +ambiguity n 2 4 ! @ ~ + 2 2 06604319 04825114 +ambit n 1 2 @ ~ 1 0 05125377 +ambition n 2 4 @ ~ = + 2 2 07484547 04836268 +ambitiousness n 1 4 @ ~ = + 1 0 04836268 +ambivalence n 1 3 @ ~ + 1 0 07483305 +ambivalency n 1 2 @ ~ 1 0 07483305 +ambiversion n 1 3 ! @ ; 1 0 04622216 +amble n 1 3 @ ~ + 1 0 00284101 +ambler n 1 2 @ + 1 0 10553235 +ambloplites n 1 3 @ #m %m 1 0 02564130 +ambloplites_rupestris n 1 2 @ #m 1 0 02564403 +amblygonite n 1 2 @ %s 1 0 14665605 +amblyopia n 1 2 @ + 1 0 14096598 +amblyrhynchus n 1 3 @ #m %m 1 0 01677613 +amblyrhynchus_cristatus n 1 2 @ #m 1 0 01677747 +ambo n 1 1 @ 1 0 03159640 +amboina_pine n 1 1 @ 1 0 11647868 +amboyna n 2 4 @ #m #s %s 2 0 12565590 12565368 +amboyna_pine n 1 1 @ 1 0 11647868 +ambrogio_damiano_achille_ratti n 1 1 @ 1 0 11238303 +ambrose n 1 3 @ + ; 1 0 10815648 +ambrose_bierce n 1 1 @ 1 0 10851139 +ambrose_everett_burnside n 1 1 @ 1 0 10873937 +ambrose_gwinett_bierce n 1 1 @ 1 0 10851139 +ambrosia n 4 5 @ ~ #m + ; 4 0 14774090 11919447 07610502 07610295 +ambrosia_artemisiifolia n 1 1 @ 1 0 11919761 +ambrosia_psilostachya n 1 1 @ 1 0 11920133 +ambrosia_trifida n 1 1 @ 1 0 11919975 +ambrosiaceae n 1 2 @ #m 1 0 11919232 +ambulacrum n 1 3 @ #p + 1 0 02317025 +ambulance n 1 2 @ ~ 1 1 02701002 +ambulance_chaser n 1 1 @ 1 0 09787955 +ambulant_plague n 1 1 @ 1 0 14139333 +ambulation n 1 2 @ + 1 0 00283951 +ambulatory n 1 1 @ 1 0 02701125 +ambulatory_plague n 1 1 @ 1 0 14139333 +ambuscade n 1 3 @ ~ + 1 1 01246926 +ambush n 1 3 @ ~ + 1 1 01246926 +ambusher n 1 2 @ + 1 0 09788073 +ambystoma n 1 3 @ #m %m 1 0 01631903 +ambystoma_maculatum n 1 1 @ 1 0 01632458 +ambystoma_mexicanum n 1 1 @ 1 0 01632777 +ambystoma_talpoideum n 1 1 @ 1 0 01632308 +ambystoma_tigrinum n 1 1 @ 1 0 01632601 +ambystomatidae n 1 3 @ #m %m 1 0 01631759 +ambystomid n 1 3 @ ~ #m 1 0 01632047 +ambystomid_salamander n 1 3 @ ~ #m 1 0 01632047 +amd n 1 1 @ 1 0 14256889 +ameba n 1 4 @ ~ #m + 1 0 01392380 +amebiasis n 1 2 @ ~ 1 0 14175165 +amebic_dysentery n 1 1 @ 1 0 14175313 +amebiosis n 1 2 @ ~ 1 0 14175165 +amedeo_avogadro n 1 1 @ 1 0 10830046 +amedeo_modigliano n 1 1 @ 1 0 11183955 +ameer n 1 3 @ ~ ; 1 0 10052497 +ameiuridae n 1 3 @ #m %m 1 0 02518813 +ameiurus n 1 3 @ #m %m 1 0 02518990 +ameiurus_melas n 1 1 @ 1 0 02519340 +amelanchier n 1 3 @ #m %m 1 0 12623368 +amelanchier_alnifolia n 1 1 @ 1 0 12623818 +amelanchier_bartramiana n 1 1 @ 1 0 12624055 +amelia n 1 1 @ 1 0 14466344 +amelia_earhart n 1 1 @ 1 0 10947403 +amelioration n 1 2 @ + 1 0 00261029 +ameloblast n 1 1 @ 1 0 05448053 +amelogenesis n 1 1 @ 1 0 13429780 +amen n 1 1 @ 1 0 09511368 +amen-ra n 1 1 @ 1 0 09511519 +amen_cadence n 1 1 @ 1 0 07046030 +amen_corner n 1 2 @ #p 1 1 02701260 +amenability n 1 2 @ + 1 0 04906026 +amenableness n 1 2 @ + 1 0 04906026 +amended_return n 1 1 @ 1 1 06548991 +amendment n 2 3 @ ~ + 2 2 01250101 06723635 +amends n 2 2 @ ~ 2 0 13290676 00095329 +amenhotep_iv n 1 1 @ 1 0 10810923 +amenia n 1 2 @ ~ 1 0 14302261 +amenities n 1 1 @ 1 0 13366137 +amenity n 1 1 @ 1 0 04779053 +amenorrhea n 1 3 @ ~ + 1 0 14302261 +amenorrhoea n 1 3 @ ~ + 1 0 14302261 +ament n 1 2 @ + 1 0 11674798 +amentia n 1 1 @ 1 0 05646926 +amentiferae n 1 2 @ #m 1 0 12313574 +amercement n 1 3 @ ~ + 1 0 13301328 +america n 2 8 @ ~ #m #p %m %p + - 2 2 09044862 09195615 +american n 3 4 @ ~ #m + 3 2 09738708 06947479 09738400 +american-indian_language n 1 2 @ ~ 1 0 06906439 +american_agave n 1 2 @ #m 1 0 12477163 +american_alligator n 1 1 @ 1 0 01698640 +american_aloe n 1 3 @ ~ #m 1 0 12476510 +american_angelica_tree n 1 2 @ #m 1 0 11797508 +american_antelope n 1 2 @ #m 1 0 02429456 +american_arborvitae n 1 2 @ #m 1 0 11644226 +american_arrowroot n 1 1 @ 1 0 12351790 +american_aspen n 1 1 @ 1 0 12734070 +american_badger n 1 2 @ #m 1 0 02447762 +american_baptist_convention n 1 2 @ %m 1 0 08089797 +american_barberry n 1 1 @ 1 0 11697802 +american_basswood n 1 1 @ 1 0 12203529 +american_beech n 1 2 @ #m 1 0 12261808 +american_bison n 1 3 @ #m %p 1 0 02410702 +american_bittern n 1 2 @ #m 1 0 02011805 +american_bittersweet n 1 2 @ #m 1 0 12748248 +american_black_bear n 1 3 @ ~ #m 1 0 02133161 +american_blight n 1 2 @ #m 1 0 02253913 +american_bog_asphodel n 1 1 @ 1 0 12464128 +american_brooklime n 1 2 @ #m 1 0 12890685 +american_buffalo n 1 3 @ #m %p 1 0 02410702 +american_bugbane n 1 1 @ 1 0 11728769 +american_capital n 1 4 @ ~ #p %p 1 0 09070793 +american_centaury n 1 1 @ 1 0 12298395 +american_chameleon n 1 2 @ #m 1 0 01682714 +american_cheese n 1 2 @ ~ 1 0 07852919 +american_chestnut n 1 2 @ #m 1 0 12263038 +american_civil_war n 1 3 @ %p ; 1 0 01301630 +american_cockroach n 1 2 @ #m 1 0 02234355 +american_columbo n 1 2 @ #m 1 0 12292877 +american_coot n 1 2 @ #m 1 0 02018207 +american_copper n 1 2 @ #m 1 0 02282553 +american_crab_apple n 1 2 @ #m 1 0 12635151 +american_cranberry n 1 2 @ %p 1 0 12245885 +american_cranberry_bush n 1 2 @ #m 1 0 12680402 +american_crayfish n 1 3 @ #m %p 1 0 01985797 +american_creeper n 1 2 @ #m 1 0 01589718 +american_cress n 1 2 @ #p 1 0 11873845 +american_crow n 1 1 @ 1 0 01579149 +american_dewberry n 2 2 @ %p 2 0 12655351 12655245 +american_dog_tick n 1 2 @ #m 1 0 01779148 +american_dog_violet n 1 1 @ 1 0 12388293 +american_dogwood n 1 1 @ 1 0 12947544 +american_dream n 1 1 @ 1 1 07484792 +american_dwarf_birch n 1 2 @ #m 1 0 12283790 +american_eagle n 1 2 @ #m 1 0 01614925 +american_egret n 1 2 @ #m 1 0 02009912 +american_elder n 1 2 @ %p 1 0 12678548 +american_elk n 2 3 @ ~ #m 2 0 02431785 02431122 +american_elm n 1 2 @ #m 1 0 12406488 +american_english n 1 2 @ ~ 1 0 06947479 +american_falls n 1 2 @ #p 1 0 09195796 +american_featherfoil n 1 1 @ 1 0 12094401 +american_federalist_party n 1 1 @ 1 0 08259753 +american_federation_of_labor n 1 1 @ 1 0 08233913 +american_federation_of_labor_and_congress_of_industrial_organizations n 1 1 @ 1 0 08234103 +american_feverfew n 1 2 @ #m 1 0 12001294 +american_flag n 1 1 @ 1 0 02701566 +american_flagfish n 1 2 @ #m 1 0 01447946 +american_fly_honeysuckle n 1 3 @ ~ #m 1 0 12674685 +american_flying_squirrel n 1 3 @ ~ #m 1 0 02360781 +american_football n 1 3 @ ~ - 1 0 00469651 +american_football_game n 1 3 @ ~ - 1 0 00469651 +american_foxhound n 1 1 @ 1 0 02089725 +american_frogbit n 1 2 @ #m 1 0 12614096 +american_gallinule n 1 2 @ #m 1 0 02017475 +american_gentian n 1 2 @ #m 1 0 12292877 +american_germander n 1 1 @ 1 0 12869668 +american_ginseng n 1 3 @ #m %p 1 0 11800020 +american_gray_birch n 1 2 @ #m 1 0 12282235 +american_green_toad n 1 1 @ 1 0 01647033 +american_grey_birch n 1 2 @ #m 1 0 12282235 +american_hackberry n 1 2 @ #m 1 0 12409651 +american_harvest_mouse n 1 2 @ #m 1 0 02336275 +american_hazel n 1 1 @ 1 0 12289310 +american_hellebore n 1 1 @ 1 0 12464649 +american_holly n 1 1 @ 1 0 12757816 +american_hop n 1 1 @ 1 0 12398384 +american_hornbeam n 1 2 @ #m 1 0 12287195 +american_indian n 2 3 @ ~ #m 2 0 09645091 06906439 +american_indian_day n 1 2 @ #p 1 0 15190779 +american_ivy n 1 2 @ #m 1 0 13148384 +american_kestrel n 1 2 @ #m 1 0 01612122 +american_labor_party n 1 1 @ 1 0 08257779 +american_lady_crab n 1 2 @ #m 1 0 01979526 +american_language n 1 2 @ ~ 1 0 06947479 +american_larch n 1 1 @ 1 0 11619227 +american_laurel n 1 1 @ 1 0 12237641 +american_legion n 1 2 @ %m 1 0 08228980 +american_leishmaniasis n 1 1 @ 1 0 14181409 +american_licorice n 1 2 @ #m 1 0 12533190 +american_lime n 1 1 @ 1 0 12203529 +american_liquorice n 1 2 @ #m 1 0 12533190 +american_lobster n 2 4 @ #m #p %p 2 0 07792926 01983481 +american_lotus n 1 3 @ #m %p 1 0 11717577 +american_magpie n 1 1 @ 1 0 01582498 +american_maidenhair_fern n 1 1 @ 1 0 13207335 +american_marten n 1 1 @ 1 0 02450561 +american_mastodon n 1 2 @ #m 1 0 02506248 +american_mastodont n 1 2 @ #m 1 0 02506248 +american_merganser n 1 2 @ #m 1 0 01854838 +american_mink n 1 1 @ 1 0 02443015 +american_mistletoe n 2 2 @ #m 2 0 12739966 12738259 +american_mountain_ash n 1 1 @ 1 0 12658603 +american_oil_palm n 1 1 @ 1 0 12590600 +american_olive n 1 2 @ #m 1 0 12309630 +american_organ n 1 1 @ 1 0 02701730 +american_oriole n 1 3 @ ~ #m 1 0 01571904 +american_parasol n 1 2 @ #m 1 0 13014409 +american_parsley_fern n 1 2 @ #m 1 0 13210350 +american_party n 1 1 @ 1 0 08257971 +american_pasqueflower n 1 1 @ 1 0 11737752 +american_pennyroyal n 1 3 @ #m %s 1 0 12847927 +american_persimmon n 1 3 @ #m %p 1 0 12771597 +american_pit_bull_terrier n 1 1 @ 1 0 02093428 +american_plaice n 1 1 @ 1 0 02660091 +american_plan n 1 2 @ ~ 1 0 13415744 +american_plane n 1 2 @ #m 1 0 12807409 +american_pulsatilla n 1 1 @ 1 0 11737752 +american_quaking_aspen n 1 1 @ 1 0 12734070 +american_raspberry n 1 2 @ %p 1 0 12656528 +american_rattlebox n 1 2 @ #m 1 0 12519824 +american_red_elder n 1 1 @ 1 0 12679432 +american_red_plum n 1 1 @ 1 0 12638964 +american_red_squirrel n 1 1 @ 1 0 02357401 +american_redstart n 1 1 @ 1 0 01568294 +american_revised_version n 1 1 @ 1 0 06449477 +american_revolution n 1 2 @ %p 1 1 01302086 +american_revolutionary_leader n 1 2 @ ~ 1 0 09740085 +american_revolutionary_war n 1 2 @ %p 1 0 01302086 +american_robin n 1 2 @ #m 1 0 01558993 +american_rock_brake n 1 2 @ #m 1 0 13210350 +american_sable n 1 1 @ 1 0 02450561 +american_saddle_horse n 1 1 @ 1 0 02379630 +american_samoa n 1 3 @ #p %p 1 0 08991878 +american_shrew_mole n 1 2 @ #m 1 0 01891274 +american_sign_language n 1 2 @ %p 1 0 06876007 +american_smelt n 1 2 @ #p 1 0 07798728 +american_smokewood n 1 1 @ 1 0 12760316 +american_smooth_dogfish n 1 2 @ #m 1 0 01492708 +american_spicebush n 1 2 @ #m 1 0 11706325 +american_spikenard n 1 2 @ #m 1 0 11797981 +american_staffordshire_terrier n 1 1 @ 1 0 02093428 +american_standard_code_for_information_interchange n 1 3 @ %p ; 1 0 06356755 +american_standard_version n 1 1 @ 1 0 06449477 +american_star_grass n 1 1 @ 1 0 12423444 +american_state n 1 4 @ ~ #p %p 1 0 08655464 +american_stock_exchange n 1 1 @ 1 0 02701871 +american_sweet_chestnut n 1 2 @ #m 1 0 12263038 +american_sweet_gum n 1 3 @ #m %s 1 0 12316572 +american_sycamore n 1 2 @ #m 1 0 12807409 +american_toad n 1 1 @ 1 0 01646802 +american_turkey_oak n 1 1 @ 1 0 12273515 +american_twinflower n 1 2 @ #m 1 0 12673588 +american_virgin_islands n 1 2 @ #p 1 0 08755003 +american_wall_fern n 1 1 @ 1 0 13173697 +american_war_of_independence n 1 2 @ %p 1 0 01302086 +american_water_ouzel n 1 2 @ #m 1 0 01602209 +american_water_shrew n 1 2 @ #m 1 0 01892744 +american_water_spaniel n 1 1 @ 1 0 02102806 +american_watercress n 2 2 @ #p 2 0 11882636 11873845 +american_white_birch n 1 2 @ #m 1 0 12281974 +american_white_oak n 1 1 @ 1 0 12270027 +american_white_pine n 1 1 @ 1 0 11613219 +american_widgeon n 1 1 @ 1 0 01848840 +american_wistaria n 1 1 @ 1 0 12580896 +american_wisteria n 1 1 @ 1 0 12580896 +american_woodcock n 1 2 @ #m 1 0 02031585 +american_wormseed n 1 1 @ 1 0 11828804 +americana n 1 2 @ ; 1 1 02701393 +americanisation n 1 2 @ + 1 0 13429888 +americanism n 3 1 @ 3 1 04878539 07081345 00413554 +americanization n 1 2 @ + 1 0 13429888 +americium n 1 1 @ 1 0 14628494 +americus_vespucius n 1 1 @ 1 0 11365100 +amerigo_vespucci n 1 1 @ 1 0 11365100 +amerind n 1 3 @ ~ + 1 0 06906439 +amerindian n 1 3 @ ~ - 1 0 09644820 +amerindian_language n 1 2 @ ~ 1 0 06906439 +amerindian_race n 1 2 @ %m 1 0 09648176 +amethopterin n 1 1 @ 1 0 03755712 +amethyst n 1 2 @ + 1 0 14722589 +amethystine_python n 1 1 @ 1 1 01744555 +ametria n 1 1 @ 1 0 14152924 +ametropia n 1 4 @ ~ + ; 1 0 14096724 +amex n 1 1 @ 1 0 02701871 +amhara n 1 1 @ 1 0 09705671 +amharic n 1 2 @ + 1 0 06987812 +amia n 1 3 @ #m %m 1 0 02638960 +amia_calva n 1 2 @ #m 1 0 02639087 +amiability n 2 3 @ ~ + 2 0 07551691 04654652 +amiableness n 1 3 @ ~ + 1 0 04654652 +amianthum n 1 3 @ #m %m 1 0 12438977 +amianthum_muscaetoxicum n 1 2 @ #m 1 0 12439154 +amianthum_muscitoxicum n 1 2 @ #m 1 0 12439154 +amicability n 2 2 @ + 2 0 07499830 04654998 +amicableness n 2 2 @ + 2 0 07499830 04654998 +amicus_curiae n 1 2 @ ; 1 1 09788237 +amicus_curiae_brief n 1 2 @ ; 1 0 06543949 +amide n 1 2 @ ~ 1 0 14724264 +amidopyrine n 1 1 @ 1 0 02702166 +amigo n 1 2 @ ; 1 0 09788521 +amiidae n 1 3 @ #m %m 1 0 02638835 +amine n 1 3 @ ~ + 1 0 14739004 +amino n 1 3 @ ~ + 1 0 14617597 +amino_acid n 1 3 @ ~ #s 1 1 14601829 +amino_group n 1 2 @ ~ 1 0 14617597 +amino_plastic n 1 1 @ 1 0 14743381 +amino_resin n 1 1 @ 1 0 14743381 +aminoaciduria n 1 1 @ 1 0 14266168 +aminoalkane n 1 2 @ ~ 1 0 14739004 +aminoalkanoic_acid n 1 3 @ ~ #s 1 0 14601829 +aminobenzine n 1 1 @ 1 0 14754505 +aminobenzoic_acid n 1 1 @ 1 0 14743289 +aminomethane n 1 1 @ 1 1 14617715 +aminopherase n 1 2 @ ~ 1 0 15077338 +aminophylline n 1 1 @ 1 0 02701984 +aminoplast n 1 1 @ 1 0 14743381 +aminopyrine n 1 1 @ 1 0 02702166 +aminotransferase n 1 2 @ ~ 1 0 15077338 +amiodarone n 1 1 @ 1 0 02702304 +amir n 1 3 @ ~ ; 1 0 10052497 +amish n 1 2 @ #m 1 0 09677713 +amish_sect n 1 2 @ %m 1 0 08093813 +amitosis n 1 2 @ + 1 0 13430074 +amitriptyline n 1 1 @ 1 0 02702575 +amitriptyline_hydrochloride n 1 1 @ 1 0 02702575 +amity n 2 3 @ ~ + 2 1 04655929 13970460 +amlodipine_besylate n 1 1 @ 1 0 02702809 +amman n 1 2 @ #p 1 0 08927548 +ammeter n 1 2 @ ~ 1 0 02702989 +ammine n 1 1 @ 1 0 14743727 +ammo n 1 2 @ ~ 1 1 02703275 +ammobium n 1 3 @ ~ #m 1 0 11920498 +ammobium_alatum n 1 1 @ 1 0 11920663 +ammodytes n 1 3 @ #m %m 1 0 02618372 +ammodytidae n 1 3 @ #m %m 1 0 02618244 +ammonia n 2 3 @ ~ + 2 0 14743840 14743582 +ammonia_alum n 1 1 @ 1 0 14628307 +ammonia_clock n 1 1 @ 1 0 02703124 +ammonia_water n 1 1 @ 1 0 14743840 +ammoniac n 1 2 @ + 1 1 14743976 +ammonification n 1 2 @ + 1 0 13430262 +ammonite n 1 2 @ + 1 0 09195958 +ammonium n 1 2 @ + 1 0 14744120 +ammonium_alum n 1 1 @ 1 0 14628307 +ammonium_carbamate n 1 1 @ 1 0 14744291 +ammonium_carbonate n 1 1 @ 1 0 14744417 +ammonium_chloride n 1 1 @ 1 0 14744589 +ammonium_hydroxide n 1 1 @ 1 0 14743840 +ammonium_ion n 1 1 @ 1 1 14744120 +ammonium_nitrate n 1 2 @ #s 1 0 15014012 +ammoniuria n 1 1 @ 1 0 14266313 +ammonoid n 1 1 @ 1 0 09195958 +ammotragus n 1 3 @ #m %m 1 0 02415971 +ammotragus_lervia n 1 2 @ #m 1 0 02416104 +ammunition n 3 2 @ ~ 3 1 02703275 14585808 06484696 +ammunition_chest n 1 1 @ 1 0 02937237 +amnesia n 1 3 @ ~ + 1 0 05672391 +amnesiac n 1 2 @ + 1 0 09788611 +amnesic n 1 2 @ + 1 0 09788611 +amnesic_aphasia n 1 1 @ 1 0 14098663 +amnestic_aphasia n 1 1 @ 1 0 14098663 +amnesty n 3 3 @ + ; 3 0 14529082 06552639 01249315 +amnio n 1 2 @ ; 1 0 00943600 +amniocentesis n 1 2 @ ; 1 0 00943600 +amnion n 1 4 @ #p + ; 1 0 01472638 +amnionic_fluid n 1 2 @ #p 1 0 05399627 +amnios n 1 3 @ #p ; 1 0 01472638 +amniota n 1 4 @ #m %m ; 1 0 01472303 +amniote n 1 3 @ #m %p 1 0 01472502 +amniotic_cavity n 1 2 @ %p 1 0 05399486 +amniotic_fluid n 1 2 @ #p 1 0 05399627 +amniotic_sac n 1 3 @ #p ; 1 0 01472638 +amobarbital n 1 2 @ ~ 1 0 02703499 +amobarbital_sodium n 1 1 @ 1 0 02703692 +amoeba n 1 4 @ ~ #m + 1 0 01392380 +amoebiasis n 1 2 @ ~ 1 0 14175165 +amoebic_dysentery n 1 1 @ 1 0 14175313 +amoebida n 1 3 @ #m %m 1 0 01391569 +amoebina n 1 3 @ #m %m 1 0 01391569 +amoebiosis n 1 2 @ ~ 1 0 14175165 +amon n 1 1 @ 1 0 09511368 +amon-ra n 1 1 @ 1 0 09511519 +amontillado n 1 1 @ 1 0 07901264 +amor n 1 2 @ ; 1 0 09560061 +amora n 1 1 @ 1 0 09788761 +amoralism n 1 2 @ + 1 0 05958427 +amoralist n 1 2 @ + 1 0 09789150 +amorality n 1 1 @ 1 0 04854893 +amorist n 1 2 @ + 1 1 09789304 +amorousness n 2 3 @ ~ + 2 0 07544213 07489059 +amorpha n 1 3 @ ~ #m 1 0 12504094 +amorpha_californica n 1 1 @ 1 0 12504570 +amorpha_canescens n 1 1 @ 1 0 12504306 +amorpha_fruticosa n 1 1 @ 1 0 12504783 +amorphophallus n 1 2 @ #m 1 0 11782761 +amorphophallus_campanulatus n 1 3 @ #m ; 1 0 11782878 +amorphophallus_paeonifolius n 1 3 @ #m ; 1 0 11782878 +amorphophallus_rivieri n 1 2 @ #m 1 0 11783162 +amorphophallus_titanum n 1 2 @ #m 1 0 11783488 +amorphous_shape n 1 2 @ ~ 1 0 13867492 +amortisation n 2 2 @ + 2 0 01122938 01121070 +amortization n 2 2 @ + 2 0 01122938 01121070 +amos n 2 2 @ #p 2 0 10816136 06439560 +amount n 4 4 @ ~ = + 4 4 13331198 05107765 00033615 05861067 +amount_of_money n 1 2 @ ~ 1 1 13331198 +amour n 1 1 @ 1 0 13931889 +amour_propre n 1 1 @ 1 0 07508996 +amoxicillin n 1 1 @ 1 0 02703894 +amoxil n 1 1 @ 1 0 02703894 +amoy n 1 1 @ 1 0 06930633 +amp n 2 3 @ #p %p 2 1 13637376 14707710 +amperage n 1 1 @ 1 0 11424704 +ampere n 2 3 @ #p %p 2 0 13637841 13637376 +ampere-hour n 1 2 @ %p 1 0 13637124 +ampere-minute n 1 3 @ #p %p 1 0 13636989 +ampere-second n 1 2 @ #p 1 0 13636648 +ampere-turn n 1 1 @ 1 0 13642122 +ampersand n 1 1 @ 1 0 06841873 +amphetamine n 1 2 @ ~ 1 0 02704153 +amphetamine_sulfate n 1 1 @ 1 0 02704462 +amphetamine_sulphate n 1 1 @ 1 0 02704462 +amphibia n 1 4 @ #m %m + 1 0 01625747 +amphibian n 3 5 @ ~ #m %p + 3 0 02704792 02704645 01627424 +amphibian_family n 1 3 @ ~ #m 1 0 01626134 +amphibian_genus n 1 3 @ ~ #m 1 0 01626600 +amphibious_aircraft n 1 2 @ %p 1 0 02704645 +amphibious_assault n 1 2 @ ~ 1 0 00981369 +amphibious_demonstration n 1 1 @ 1 0 00972319 +amphibious_landing n 1 2 @ ; 1 0 00057748 +amphibious_operation n 1 3 @ ~ ; 1 0 00981180 +amphibious_vehicle n 1 2 @ ~ 1 0 02704792 +amphibole n 1 4 @ ~ #m #s 1 0 14665767 +amphibole_group n 1 2 @ %m 1 0 14666012 +amphibolips n 1 2 @ #m 1 0 02217050 +amphibolite n 1 2 @ %s 1 0 14666369 +amphibology n 1 1 @ 1 1 06604743 +amphiboly n 1 1 @ 1 0 06604743 +amphibrach n 1 1 @ 1 0 07095516 +amphicarpa n 1 3 @ #m %m 1 0 12505032 +amphicarpa_bracteata n 1 2 @ #m 1 0 12505253 +amphicarpaea n 1 3 @ #m %m 1 0 12505032 +amphicarpaea_bracteata n 1 2 @ #m 1 0 12505253 +amphictyony n 1 1 @ 1 0 08360248 +amphidiploid n 1 2 @ ; 1 0 01319932 +amphidiploidy n 1 1 @ 1 0 14570581 +amphigory n 1 1 @ 1 0 06608035 +amphimixis n 2 4 @ ~ #m %m 2 0 13555240 07373481 +amphineura n 1 3 @ #m %m 1 0 01954202 +amphioxidae n 1 3 @ #m %m 1 0 01467504 +amphioxus n 1 2 @ #m 1 0 01467804 +amphipod n 1 3 @ ~ #m 1 0 01992773 +amphipoda n 1 3 @ #m %m 1 0 01992516 +amphiprion n 1 3 @ #m %m 1 0 02606926 +amphiprion_percula n 1 2 @ #m 1 0 02607201 +amphisbaena n 2 3 @ %m ; 2 0 09492733 01683036 +amphisbaenia n 1 2 @ %m 1 0 01683036 +amphisbaenidae n 1 2 @ #m 1 0 01682920 +amphitheater n 2 5 @ ~ %p + ; 2 0 02705201 02704949 +amphitheatre n 2 5 @ ~ %p + ; 2 0 02705201 02704949 +amphitheatrum_flavium n 1 2 @ #p 1 0 03072828 +amphitropous_ovule n 1 1 @ 1 0 11679528 +amphiuma n 1 2 @ #m 1 0 01638722 +amphiumidae n 1 3 @ #m %m 1 0 01638482 +amphora n 1 1 @ 1 0 02705429 +amphotericin n 1 1 @ 1 0 02705558 +ampicillin n 1 1 @ 1 0 02705651 +ampleness n 2 2 @ + 2 0 05112910 05104256 +amplexicaul_leaf n 1 1 @ 1 0 13153532 +amplification n 3 3 @ ~ ; 3 1 00371487 05109324 00365329 +amplifier n 1 4 @ ~ #p + 1 1 02705944 +amplitude n 3 3 @ ~ ; 3 1 07444882 05115418 05098311 +amplitude_distortion n 1 1 @ 1 0 11512144 +amplitude_level n 1 1 @ 1 0 05098425 +amplitude_modulation n 1 1 @ 1 0 06281594 +ampoule n 1 1 @ 1 0 03923379 +ampul n 1 1 @ 1 0 03923379 +ampule n 1 1 @ 1 0 03923379 +ampulla n 2 3 @ #p + 2 0 05254197 02706221 +amputation n 2 2 @ + 2 0 14550469 00666350 +amputator n 1 2 @ + 1 0 09789449 +amputee n 1 1 @ 1 0 09789566 +amrinone n 1 1 @ 1 0 02706373 +amsinckia n 1 3 @ #m %m 1 0 12816753 +amsinckia_grandiflora n 1 2 @ #m 1 0 12817129 +amsinckia_intermedia n 1 2 @ #m 1 0 12816942 +amsler_grid n 1 1 @ 1 0 05931658 +amsonia n 1 3 @ #m %m 1 0 11770526 +amsonia_tabernaemontana n 1 2 @ #m 1 0 11770753 +amsterdam n 1 2 @ #p 1 1 08949737 +amulet n 1 2 @ ~ 1 1 02706586 +amun n 1 1 @ 1 0 09511368 +amun_ra n 1 1 @ 1 0 09511519 +amundsen n 1 1 @ 1 0 10816223 +amur n 1 2 @ #p 1 0 09196103 +amur_privet n 1 1 @ 1 0 12308112 +amur_river n 1 2 @ #p 1 0 09196103 +amusd n 1 1 @ 1 0 06703522 +amusement n 2 3 @ ~ + 2 2 07491476 00429048 +amusement_arcade n 1 1 @ 1 0 02706806 +amusement_park n 1 3 @ ~ %p 1 0 08494231 +amy_lowell n 1 1 @ 1 0 11142517 +amy_lyon n 1 1 @ 1 0 11026078 +amygdala n 1 2 @ #p 1 0 05495571 +amygdalaceae n 1 3 @ #m %m 1 0 12644464 +amygdalin n 1 2 @ ~ 1 0 14887464 +amygdaloid n 1 1 @ 1 0 14722738 +amygdaloid_nucleus n 1 2 @ #p 1 0 05495571 +amygdalotomy n 1 1 @ 1 0 00683722 +amygdalus n 1 2 @ #m 1 0 12644713 +amygdalus_communis n 1 3 @ ~ %p 1 0 12645174 +amygdalus_communis_amara n 1 1 @ 1 0 12645530 +amyl n 1 1 @ 1 0 14617834 +amyl_alcohol n 1 1 @ 1 0 14744698 +amyl_nitrate n 1 1 @ 1 0 02706916 +amylase n 1 2 @ ~ 1 0 14735457 +amyloid n 2 3 @ + ; 2 0 15054862 14730105 +amyloid_plaque n 1 1 @ 1 0 05244421 +amyloid_protein_plaque n 1 1 @ 1 0 05244421 +amyloidosis n 1 1 @ 1 0 14065693 +amylolysis n 1 2 @ + 1 0 13430391 +amylum n 1 2 @ ~ 1 0 15053867 +amyotonia n 1 1 @ 1 0 14545845 +amyotrophia n 1 1 @ 1 0 14105629 +amyotrophic_lateral_sclerosis n 1 1 @ 1 0 14105737 +amyotrophy n 1 1 @ 1 0 14105629 +amytal n 1 1 @ 1 0 02703692 +amyxia n 1 1 @ 1 0 14338848 +an n 1 1 @ 1 0 06698150 +an_nafud n 1 2 @ #p 1 0 09171376 +an_nefud n 1 2 @ #p 1 0 09171376 +ana n 2 2 @ ; 2 0 09507756 08462964 +anabantidae n 1 3 @ #m %m 1 0 02556014 +anabaptism n 1 2 @ + 1 0 06231794 +anabaptist n 1 4 @ ~ #m + 1 1 09677427 +anabaptist_denomination n 1 2 @ %m 1 0 08093111 +anabas n 1 3 @ #m %m 1 0 02556195 +anabas_testudineus n 1 2 @ #m 1 0 02556373 +anabiosis n 1 2 @ + 1 0 14063290 +anabolic_steroid n 1 1 @ 1 0 15111116 +anabolism n 1 4 ! @ #p + 1 0 13430495 +anabrus n 1 3 @ #m %m 1 0 02228565 +anabrus_simplex n 1 2 @ #m 1 0 02228697 +anacanthini n 1 2 @ #m 1 0 02521472 +anacardiaceae n 1 3 @ #m %m 1 0 12758639 +anacardium n 1 3 @ #m %m 1 0 12759120 +anacardium_occidentale n 1 3 @ #m %p 1 0 12759273 +anachronism n 3 2 @ + 3 2 15180304 02707036 09606873 +anacin_iii n 1 2 @ ; 1 0 02674482 +anaclisis n 1 2 @ ; 1 0 13930725 +anaclitic_depression n 1 1 @ 1 0 14389739 +anacoluthia n 1 1 @ 1 0 07098989 +anacoluthon n 1 1 @ 1 0 07098989 +anaconda n 1 2 @ #m 1 1 01743086 +anacyclus n 1 3 @ #m %m 1 0 11920867 +anacyclus_pyrethrum n 1 2 @ #m 1 0 11920998 +anadama_bread n 1 2 @ ; 1 0 07680168 +anadenanthera n 1 3 @ #m %m 1 0 11760128 +anadenanthera_colubrina n 1 2 @ #m 1 0 11760294 +anadiplosis n 1 1 @ 1 0 07099598 +anaemia n 2 3 @ ~ + 2 0 14372738 14195315 +anaerobe n 1 3 @ ~ + 1 0 01327028 +anaerobic_exercise n 1 2 @ ~ 1 0 00625993 +anaesthesia n 1 3 @ ~ + 1 1 14023491 +anaesthetic n 1 3 @ ~ + 1 0 02710766 +anaesthetic_agent n 1 2 @ ~ 1 0 02710766 +anaesthetist n 1 2 @ + 1 0 09793495 +anagallis n 1 3 @ #m %m 1 0 12092127 +anagallis_arvensis n 1 1 @ 1 0 12092417 +anagallis_tenella n 1 1 @ 1 0 12092629 +anagasta n 1 3 @ #m %m 1 0 02289845 +anagasta_kuehniella n 1 2 @ #m 1 0 02289988 +anaglyph n 2 3 @ ~ + 2 0 02707344 02707188 +anaglyphy n 1 2 @ + 1 0 13430786 +anagnost n 1 1 @ 1 0 09789668 +anagoge n 1 1 @ 1 0 06246241 +anagram n 1 3 @ ~ + 1 0 06287620 +anagrams n 1 1 @ 1 0 00502030 +anagyris n 1 3 @ #m %m 1 0 12505563 +anagyris_foetida n 1 2 @ #m 1 0 12505752 +anaheim n 1 3 @ #p %p 1 0 09062015 +anal_intercourse n 1 1 @ 1 0 00849294 +anal_personality n 1 2 @ ; 1 0 04619083 +anal_phase n 1 3 @ #p ; 1 0 15145782 +anal_retentive_personality n 1 2 @ ; 1 0 04619083 +anal_sex n 1 1 @ 1 0 00849294 +anal_sphincter n 1 3 @ #p %p 1 0 05571713 +anal_stage n 1 3 @ #p ; 1 0 15145782 +analbuminemia n 1 1 @ 1 0 14072126 +analecta n 1 1 @ 1 0 06612538 +analects n 1 1 @ 1 0 06612538 +analeptic n 1 2 @ + 1 0 02707547 +analgesia n 1 2 @ + 1 0 14552205 +analgesic n 1 3 @ ~ + 1 0 02707683 +analog n 1 2 @ ~ 1 0 04746430 +analog-digital_converter n 1 1 @ 1 0 03197446 +analog-to-digital_converter n 1 1 @ 1 0 03197446 +analog_clock n 1 1 @ 1 0 02708093 +analog_computer n 1 2 @ ~ 1 0 02708224 +analog_watch n 1 1 @ 1 0 02708433 +analogist n 1 2 @ + 1 0 09789898 +analogue n 1 2 @ ~ 1 1 04746430 +analogue_computer n 1 2 @ ~ 1 1 02708224 +analogy n 3 2 @ + 3 2 05780339 00651176 05942579 +analphabet n 1 1 @ 1 0 09790047 +analphabetic n 1 2 @ + 1 0 09790047 +analphabetism n 1 2 @ + 1 0 05649256 +analysand n 1 1 @ 1 0 09790188 +analyser n 1 2 @ + 1 0 02708711 +analysis n 6 6 ! @ ~ + ; - 6 3 00634276 05772667 06376014 07067876 06014043 00704305 +analysis_of_variance n 1 2 @ ; 1 0 06030601 +analysis_situs n 1 2 @ ; 1 0 06017594 +analyst n 3 3 @ ~ + 3 1 09790482 09791530 09790278 +analytic_geometry n 1 2 @ ; 1 0 06008382 +analytic_thinking n 1 2 @ ~ 1 0 05772667 +analytical_balance n 1 1 @ 1 0 02708555 +analytical_cubism n 1 1 @ 1 1 08476988 +analytical_geometry n 1 2 @ ; 1 0 06008382 +analytical_review n 1 1 @ 1 0 13411785 +analyticity n 1 2 @ + 1 1 05208690 +analyzer n 1 2 @ + 1 1 02708711 +anamnesis n 2 3 @ %p + 2 0 06515297 05761918 +anamnestic_reaction n 1 1 @ 1 0 00860857 +anamnestic_response n 1 1 @ 1 0 00860857 +anamorphism n 3 2 ! @ 3 0 13431221 13431043 02708885 +anamorphosis n 2 1 @ 2 0 13431221 02708885 +ananas n 2 4 @ #m #p %m 2 0 12607198 07753275 +ananas_comosus n 1 3 @ #m %p 1 0 12607456 +ananias n 1 2 @ ; 1 0 09607055 +anapaest n 1 1 @ 1 0 07095390 +anapest n 1 1 @ 1 0 07095390 +anaphalis n 1 3 @ #m %m 1 0 11921200 +anaphalis_margaritacea n 1 2 @ #m 1 0 11921395 +anaphase n 1 3 @ #p + 1 0 13431380 +anaphor n 1 1 @ 1 0 06287859 +anaphora n 2 1 @ 2 0 07100815 07100678 +anaphoric_pronoun n 1 1 @ 1 0 06325576 +anaphoric_relation n 1 1 @ 1 0 13802805 +anaphrodisia n 1 2 ! @ 1 0 07488676 +anaphylactic_shock n 1 1 @ 1 0 14067902 +anaphylaxis n 1 4 @ ~ + ; 1 0 14533547 +anaplasia n 1 2 @ + 1 0 14369194 +anaplasmosis n 1 1 @ 1 1 14260044 +anaplasty n 1 2 @ ~ 1 0 00690501 +anaprox n 1 3 @ %s ; 1 0 03808144 +anapsid n 1 4 ! @ ~ #m 1 0 01661592 +anapsid_reptile n 1 3 @ ~ #m 1 0 01661592 +anapsida n 1 3 @ #m %m 1 0 01661404 +anapurna n 2 2 @ #p 2 0 09527560 09197945 +anarchism n 1 2 @ + 1 0 06213890 +anarchist n 1 3 @ ~ + 1 1 09791816 +anarchy n 1 4 @ ~ + ; 1 1 13973059 +anarhichadidae n 1 3 @ #m %m 1 0 02616572 +anarhichas n 1 3 @ #m %m 1 0 02616705 +anarthria n 1 1 @ 1 0 14100092 +anas n 1 3 @ #m %m 1 0 01847565 +anas_acuta n 1 2 @ #m 1 0 01849157 +anas_americana n 1 1 @ 1 0 01848840 +anas_clypeata n 1 2 @ #m 1 0 01848976 +anas_crecca n 1 1 @ 1 0 01848323 +anas_discors n 1 1 @ 1 0 01848453 +anas_penelope n 1 3 @ ~ #m 1 0 01848648 +anas_platyrhynchos n 1 2 @ #m 1 0 01847806 +anas_querquedula n 1 1 @ 1 0 01848555 +anas_rubripes n 1 2 @ #m 1 0 01847978 +anasa n 1 3 @ #m %m 1 0 02239659 +anasa_tristis n 1 2 @ #m 1 0 02239774 +anasarca n 1 2 @ + 1 0 14315897 +anasazi n 1 2 @ ~ 1 0 09647473 +anaspid n 1 2 @ #m 1 0 01475940 +anaspida n 1 3 @ #m %m 1 0 01475794 +anastalsis n 1 2 ! @ 1 0 13431569 +anastatica n 1 2 @ %m 1 0 11870916 +anastatica_hierochuntica n 1 2 @ #m 1 0 11871059 +anastigmat n 1 1 @ 1 0 02709101 +anastigmatic_lens n 1 1 @ 1 0 02709265 +anastomosis n 1 2 @ + 1 1 05249420 +anastomotic_vein n 1 1 @ 1 0 05357366 +anastomus n 1 3 @ #m %m 1 0 02003456 +anastrophe n 1 1 @ 1 0 07101140 +anastylosis n 1 2 @ ; 1 0 00269471 +anathema n 2 2 @ + 2 0 09792125 07233863 +anathematisation n 1 2 @ + 1 0 00206600 +anathematization n 1 2 @ + 1 0 00206600 +anatidae n 1 3 @ #m %m 1 0 01845627 +anatole_france n 1 1 @ 1 0 10977368 +anatoli_karpov n 1 1 @ 1 0 11096991 +anatoli_yevgenevich_karpov n 1 1 @ 1 0 11096991 +anatolia n 1 4 @ #p %p - 1 0 08701942 +anatolian n 1 2 @ ~ 1 0 06975594 +anatolian_language n 1 2 @ ~ 1 0 06975594 +anatomical n 1 2 @ + 1 1 07151892 +anatomical_reference n 1 1 @ 1 0 07151892 +anatomical_sphincter n 1 2 @ ~ 1 0 05570839 +anatomical_structure n 1 2 @ ~ 1 0 05225602 +anatomist n 1 3 @ ~ + 1 0 09792237 +anatomy n 3 5 @ ~ #p + - 3 3 06057539 05217168 00646187 +anatotitan n 1 2 @ #m 1 0 01706401 +anatoxin n 1 1 @ 1 0 15034454 +anatropous_ovule n 1 1 @ 1 0 11679652 +anaxagoras n 1 1 @ 1 0 10816424 +anaximander n 1 1 @ 1 0 10816644 +anaximenes n 1 1 @ 1 0 10816890 +ancestor n 1 4 ! @ ~ + 1 1 09792555 +ancestor_worship n 1 1 @ 1 0 01029323 +ancestress n 1 1 @ 1 0 09792896 +ancestry n 2 3 @ ~ = 2 1 08101937 04922787 +anchor n 3 5 @ ~ #p %p + 3 2 02709367 05694232 09792969 +anchor_chain n 1 1 @ 1 0 02709637 +anchor_light n 1 1 @ 1 0 02709763 +anchor_ring n 1 2 @ ~ 1 0 13875392 +anchor_rope n 1 1 @ 1 0 02709637 +anchorage n 5 4 @ ~ #p + 5 0 13923582 13320691 09055906 08639776 00052052 +anchorage_ground n 1 3 @ ~ #p 1 0 08639776 +anchorite n 1 2 @ + 1 0 10519126 +anchorman n 1 1 @ 1 0 09792969 +anchorperson n 1 1 @ 1 0 09792969 +anchovy n 2 4 @ ~ #m #s 2 0 07783667 02533834 +anchovy_butter n 1 1 @ 1 0 07856895 +anchovy_dressing n 1 1 @ 1 0 07834065 +anchovy_paste n 1 2 @ %s 1 0 07783827 +anchovy_pear n 2 4 @ #m #p %p 2 0 12327528 07753448 +anchovy_pear_tree n 1 3 @ #m %p 1 0 12327528 +anchovy_pizza n 1 1 @ 1 0 07874343 +anchovy_sauce n 1 1 @ 1 0 07830493 +anchusa n 1 3 @ ~ #m 1 0 12817464 +anchusa_capensis n 1 1 @ 1 0 12817855 +anchusa_officinalis n 1 1 @ 1 0 12817694 +anchusa_riparia n 1 1 @ 1 0 12818004 +anchylosis n 1 1 @ 1 0 14022520 +ancien_regime n 1 2 @ ; 1 0 08051739 +ancient n 2 2 @ + 2 0 09793248 09793141 +ancient_greek n 1 2 @ ~ 1 0 06977434 +ancient_history n 2 1 @ 2 0 06514529 05612531 +ancient_pine n 1 1 @ 1 0 11612575 +ancientness n 1 2 @ + 1 0 04925756 +ancients n 1 2 @ ; 1 0 07943646 +ancistrodon n 1 3 @ #m %m 1 1 01754190 +ancohuma n 1 2 @ #p 1 0 09196302 +anconeous_muscle n 1 2 @ #p 1 0 05292856 +ancylidae n 1 3 @ #m %m 1 0 01949684 +ancylostomatidae n 1 3 @ #m %m 1 0 01932800 +ancylus n 1 3 @ #m %m 1 0 01949817 +ancylus_fluviatilis n 1 2 @ #m 1 0 01949973 +and_circuit n 1 1 @ 1 0 02709908 +and_gate n 1 1 @ 1 0 02709908 +andalucia n 1 3 @ #p %p 1 0 08493261 +andalusia n 1 4 @ #p %p + 1 0 08493261 +andaman_marble n 1 3 @ #m %s 1 0 12770892 +andaman_redwood n 1 2 @ #s 1 0 12565590 +andaman_sea n 1 3 @ #p %p 1 0 09196454 +andante n 2 2 @ + 2 0 15265219 07040148 +andean_condor n 1 2 @ #m 1 0 01619835 +andelmin n 1 3 @ ~ #m 1 0 12506181 +anders_celsius n 1 1 @ 1 0 10888891 +andersen n 1 1 @ 1 0 10817102 +anderson n 5 1 @ 5 0 10817935 10817717 10817607 10817458 10817244 +andes n 1 4 @ #p %p + 1 0 09196611 +andesite n 1 1 @ 1 0 14725364 +andhra_pradesh n 1 2 @ #p 1 0 08904954 +andira n 1 3 @ #m %m 1 0 12505987 +andira_inermis n 1 2 @ #m 1 0 12506341 +andiron n 1 1 @ 1 0 02710044 +andorra n 1 3 @ #p %m 1 0 09023118 +andorran n 1 3 @ #m + 1 0 09690496 +andradite n 1 2 @ ~ 1 0 14829264 +andre_derain n 1 1 @ 1 0 10931333 +andre_eglevsky n 1 1 @ 1 0 10953344 +andre_gide n 1 1 @ 1 0 10998651 +andre_le_notre n 1 1 @ 1 0 11127011 +andre_maginot n 1 1 @ 1 0 11149243 +andre_malraux n 1 1 @ 1 0 11152758 +andre_markoff n 1 1 @ 1 0 11157275 +andre_maurois n 1 1 @ 1 0 11165712 +andre_paul_guillaume_gide n 1 1 @ 1 0 10998651 +andre_weil n 1 1 @ 1 0 11379691 +andrea_guarneri n 1 1 @ 1 0 11017831 +andrea_mantegna n 1 1 @ 1 0 11154857 +andrea_palladio n 1 1 @ 1 0 11221495 +andreaea n 1 2 @ #m 1 0 11539825 +andreaeales n 1 3 @ #m %m 1 0 11539675 +andreas_vesalius n 1 1 @ 1 0 11364419 +andrei_andreyevich_gromyko n 1 1 @ 1 0 11017118 +andrei_arsenevich_tarkovsky n 1 1 @ 1 0 11331669 +andrei_dimitrievich_sakharov n 1 1 @ 1 0 11278498 +andrei_gromyko n 1 1 @ 1 0 11017118 +andrei_markov n 1 1 @ 1 0 11157275 +andrei_sakharov n 1 1 @ 1 0 11278498 +andrei_tarkovsky n 1 1 @ 1 0 11331669 +andrei_voznesenski n 1 1 @ 1 0 11369444 +andrena n 1 2 @ #m 1 1 02210427 +andrenid n 1 2 @ #m 1 0 02210427 +andrenidae n 1 3 @ #m %m 1 0 02210096 +andres_martinez n 1 2 @ ; 1 0 11201386 +andres_segovia n 1 1 @ 1 0 11291284 +andrew n 1 2 @ ; 1 0 10818088 +andrew's_clintonia n 1 2 @ #m 1 0 12472326 +andrew_carnegie n 1 1 @ 1 0 10882988 +andrew_d._white n 1 1 @ 1 0 11383546 +andrew_dickson_white n 1 1 @ 1 0 11383546 +andrew_fielding_huxley n 1 1 @ 1 0 11069974 +andrew_huxley n 1 1 @ 1 0 11069974 +andrew_jackson n 1 1 @ 1 0 11075823 +andrew_jackson_downing n 1 1 @ 1 0 10942279 +andrew_johnson n 1 1 @ 1 0 11088059 +andrew_lloyd_webber n 1 1 @ 1 0 11136405 +andrew_marvell n 1 1 @ 1 0 11160361 +andrew_mellon n 1 1 @ 1 0 11172609 +andrew_w._mellon n 1 1 @ 1 0 11172609 +andrew_william_mellon n 1 1 @ 1 0 11172609 +andrew_wyeth n 1 1 @ 1 0 11400126 +andrews n 1 1 @ 1 0 10818312 +andricus n 1 2 @ #m 1 0 02217201 +andrija_mohorovicic n 1 1 @ 1 0 11184531 +androecium n 1 1 @ 1 0 13093928 +androgen n 1 2 @ ~ 1 0 14747587 +androgenesis n 1 2 @ + 1 0 13431722 +androgenic_hormone n 1 2 @ ~ 1 0 14747587 +androgeny n 1 2 @ + 1 0 13431722 +androglossia n 1 1 @ 1 0 04982113 +androgyne n 1 2 @ + 1 0 10172080 +androgyny n 1 2 @ + 1 0 05008746 +android n 1 1 @ 1 0 02710201 +andromeda n 4 4 @ ~ #m ; 4 0 12243459 12229443 09497364 09197271 +andromeda_galaxy n 1 1 @ 1 0 08271656 +andromeda_glaucophylla n 1 1 @ 1 0 12229651 +andromeda_polifolia n 1 1 @ 1 0 12229887 +androphobia n 1 1 @ 1 0 14381997 +andropogon n 1 3 @ #m %m 1 0 12108249 +andropogon_furcatus n 1 1 @ 1 0 12133682 +andropogon_gerardii n 1 1 @ 1 0 12133682 +andropogon_scoparius n 1 1 @ 1 0 12133462 +andropogon_virginicus n 1 1 @ 1 0 12108613 +androsterone n 1 1 @ 1 0 14747981 +andryala n 1 2 @ #m 1 0 11921792 +andrzej_wajda n 1 1 @ 1 0 11370554 +andvari n 1 2 @ ; 1 0 09579198 +andy_warhol n 1 1 @ 1 0 11374448 +anecdote n 1 2 @ + 1 1 07220586 +anecdotist n 1 3 @ ~ + 1 0 09793352 +anechoic_chamber n 1 1 @ 1 0 02710324 +aneides n 1 3 @ #m %m 1 0 01636984 +aneides_lugubris n 1 1 @ 1 0 01637338 +anemia n 3 5 @ ~ #m %m + 3 1 14195315 14372738 12955639 +anemia_adiantifolia n 1 2 @ #m 1 0 12955840 +anemic_anoxia n 1 1 @ 1 0 14043458 +anemic_hypoxia n 1 1 @ 1 0 14041508 +anemography n 1 1 @ 1 0 00998329 +anemometer n 1 2 @ + 1 0 02710429 +anemometry n 1 1 @ 1 0 00998423 +anemone n 2 3 @ ~ #m 2 0 11725015 01914609 +anemone_canadensis n 1 1 @ 1 0 11725480 +anemone_cylindrica n 1 2 @ ~ 1 0 11725623 +anemone_fish n 1 3 @ ~ #m 1 0 02607072 +anemone_ludoviciana n 1 1 @ 1 0 11737752 +anemone_nemorosa n 1 1 @ 1 0 11725821 +anemone_occidentalis n 1 1 @ 1 0 11738063 +anemone_pulsatilla n 1 1 @ 1 0 11738203 +anemone_quinquefolia n 1 1 @ 1 0 11725973 +anemone_riparia n 1 1 @ 1 0 11726145 +anemone_sylvestris n 1 1 @ 1 0 11726269 +anemone_tetonensis n 1 1 @ 1 0 11725311 +anemone_virginiana n 1 1 @ 1 0 11726433 +anemonella n 1 3 @ #m %m 1 0 11726569 +anemonella_thalictroides n 1 2 @ #m 1 0 11726707 +anemopsis n 1 3 @ #m %m 1 0 13152203 +anemopsis_californica n 1 2 @ #m 1 0 13152339 +anencephalia n 1 1 @ 1 0 14152617 +anencephaly n 1 2 @ + 1 0 14152617 +anergy n 2 1 @ 2 0 14128536 14010845 +aneroid n 1 3 @ #p + 1 0 02710600 +aneroid_barometer n 1 2 @ #p 1 0 02710600 +anesthesia n 1 3 @ ~ + 1 0 14023491 +anesthesiologist n 1 2 @ + 1 0 09793495 +anesthesiology n 1 2 @ + 1 0 06046383 +anesthetic n 1 3 @ ~ + 1 0 02710766 +anesthetic_agent n 1 2 @ ~ 1 0 02710766 +anesthetist n 1 2 @ + 1 0 09793495 +anesthyl n 1 1 @ 1 0 02711110 +anestrum n 1 2 @ ~ 1 0 14038482 +anestrus n 1 4 ! @ ~ + 1 0 14038482 +anethum n 1 2 @ #m 1 0 12931449 +anethum_graveolens n 1 2 @ %p 1 0 12931542 +aneuploidy n 1 1 @ 1 0 14022661 +aneurin n 1 1 @ 1 0 15091129 +aneurism n 1 3 @ ~ + 1 0 14106025 +aneurysm n 1 3 @ ~ + 1 0 14106025 +ang n 1 2 @ #p 1 0 08197149 +angara n 1 2 @ #p 1 0 09197432 +angara_river n 1 2 @ #p 1 0 09197432 +angas n 1 1 @ 1 0 06982989 +angel n 4 6 @ ~ #m #p %p + 4 1 09538915 10546850 09793717 09197660 +angel's_trumpet n 2 2 @ #m 2 0 12899752 12899537 +angel-wing_begonia n 1 1 @ 1 0 12361135 +angel_cake n 1 1 @ 1 0 07632240 +angel_dust n 1 1 @ 1 0 03921499 +angel_falls n 1 2 @ #p 1 0 09197660 +angel_food_cake n 1 1 @ 1 0 07632240 +angel_shark n 1 2 @ #m 1 0 01495493 +angelfish n 3 2 @ #m 3 0 02605936 02604954 01495493 +angelica n 3 3 @ ~ #m 3 0 12931906 07826453 07826340 +angelica_archangelica n 1 1 @ 1 0 12932173 +angelica_sylvestris n 1 1 @ 1 0 12932365 +angelim n 1 3 @ ~ #m 1 0 12506181 +angelique n 1 3 @ ~ #m 1 0 12931906 +angelo_correr n 1 1 @ 1 0 11014450 +angelo_guiseppe_roncalli n 1 1 @ 1 0 11086607 +angelology n 1 1 @ 1 0 06182757 +angelus n 2 1 @ 2 0 07446744 06456384 +angelus_bell n 1 1 @ 1 0 07446744 +anger n 3 3 @ ~ + 3 2 07516354 14036539 00758972 +angevin n 1 2 @ #m 1 0 09709229 +angevine n 1 2 @ #m 1 0 09709229 +angiitis n 1 1 @ 1 0 14258176 +angina n 2 3 @ ~ + 2 0 14173625 14108039 +angina_pectoris n 1 1 @ 1 0 14108039 +angiocardiogram n 1 1 @ 1 0 02711237 +angiocarp n 1 2 @ + 1 0 11665648 +angioedema n 1 1 @ 1 0 14120310 +angiogenesis n 1 1 @ 1 0 13431992 +angiogenesis_inhibitor n 1 1 @ 1 0 02711422 +angiogram n 1 2 @ ~ 1 0 02711573 +angiography n 1 2 @ ~ 1 0 00905336 +angiohemophilia n 1 1 @ 1 0 14171176 +angiologist n 1 2 @ + 1 0 09793830 +angiology n 1 2 @ + 1 0 06046528 +angioma n 1 3 @ ~ + 1 0 14235928 +angiopathy n 1 2 @ ~ 1 0 14071419 +angioplasty n 1 1 @ 1 0 00666468 +angiopteris n 1 2 @ #m 1 0 13215586 +angiopteris_evecta n 1 2 @ #m 1 0 13215586 +angiosarcoma n 1 1 @ 1 0 14240262 +angioscope n 1 1 @ 1 0 02711780 +angiosperm n 1 5 @ ~ #m %p + 1 0 11665372 +angiospermae n 1 3 @ #m %m 1 0 11664929 +angiospermous_tree n 1 3 @ ~ #m 1 0 13109733 +angiospermous_yellowwood n 1 2 @ ~ 1 0 11650919 +angiotelectasia n 1 1 @ 1 0 14014521 +angiotensin n 1 2 @ ~ 1 0 02711890 +angiotensin-converting_enzyme n 1 1 @ 1 0 14735642 +angiotensin-converting_enzyme_inhibitor n 1 2 @ ~ 1 0 02673637 +angiotensin_converting_enzyme n 1 1 @ 1 0 14735642 +angiotensin_i n 1 1 @ 1 0 02712134 +angiotensin_ii n 1 1 @ 1 0 02712280 +angiotensin_ii_inhibitor n 1 2 @ ~ 1 0 02712393 +angiotonin n 1 2 @ ~ 1 0 02711890 +angle n 3 3 @ ~ + 3 2 13887509 06211078 09702673 +angle-closure_glaucoma n 1 1 @ 1 0 14255536 +angle_bracket n 2 1 @ 2 0 06842452 02712545 +angle_iron n 1 1 @ 1 0 02712545 +angle_of_attack n 1 1 @ 1 0 13891082 +angle_of_dip n 1 2 @ ; 1 0 13892897 +angle_of_extinction n 1 1 @ 1 1 13891735 +angle_of_incidence n 1 2 @ ~ 1 0 13890869 +angle_of_inclination n 1 2 @ ; 1 0 13889602 +angle_of_reflection n 1 1 @ 1 0 13891371 +angle_of_refraction n 1 1 @ 1 0 13891547 +angle_of_view n 1 1 @ 1 0 13919059 +angled_loofah n 1 1 @ 1 0 12166929 +angledozer n 1 1 @ 1 0 02712643 +angler n 3 4 @ #m %p + 3 0 09794081 09793946 02548247 +angler_fish n 1 3 @ #m %p 1 0 02548247 +anglerfish n 1 3 @ #m %p 1 0 02548247 +anglesea n 1 2 @ #p 1 0 08895928 +anglesea_island n 1 2 @ #p 1 0 08895928 +anglesey n 1 2 @ #p 1 0 08895928 +anglesey_island n 1 2 @ #p 1 0 08895928 +anglewing n 1 1 @ 1 0 02277422 +angleworm n 1 2 @ #m 1 0 01935395 +anglia n 1 1 @ 1 0 08873067 +anglian n 1 1 @ 1 0 06949852 +anglican n 1 4 ! @ #m + 1 1 09958292 +anglican_catholic n 1 2 @ #m 1 0 09680235 +anglican_church n 1 5 @ ~ %m ; - 1 1 08087981 +anglican_communion n 1 5 @ ~ %m ; - 1 0 08087981 +anglicanism n 1 2 @ ~ 1 0 06229106 +anglicisation n 1 2 @ + 1 0 13432085 +anglicism n 2 1 @ 2 0 07081473 00413674 +anglicization n 1 2 @ + 1 0 13432085 +angling n 1 3 @ ~ - 1 0 00454237 +anglo-american n 1 1 @ 1 1 09740724 +anglo-catholicism n 1 1 @ 1 0 06229240 +anglo-french n 1 1 @ 1 0 06965834 +anglo-indian n 1 2 @ + 1 0 09702541 +anglo-norman n 1 1 @ 1 0 06965834 +anglo-saxon n 3 5 @ ~ + ; - 3 1 09701977 09702134 06949591 +anglo-saxon_deity n 1 3 @ ~ ; 1 0 09586011 +anglomania n 1 1 @ 1 0 05670512 +anglophil n 1 1 @ 1 0 09794211 +anglophile n 1 1 @ 1 0 09794211 +anglophilia n 1 3 ! @ + 1 1 07500957 +anglophobe n 1 1 @ 1 0 09794320 +anglophobia n 1 3 ! @ + 1 0 07502099 +angola n 1 5 @ #p %m %p + 1 0 08707917 +angolan n 1 4 @ ~ #m + 1 0 09690621 +angolan_capital n 1 2 @ #p 1 0 08708304 +angolan_monetary_unit n 1 2 @ ~ 1 0 13683805 +angolese n 1 1 @ 1 0 09690762 +angora n 4 2 @ #p 4 0 09040601 02417387 02328150 02123478 +angora_cat n 1 1 @ 1 0 02123478 +angora_goat n 1 1 @ 1 0 02417387 +angora_rabbit n 1 1 @ 1 0 02328150 +angostura n 1 1 @ 1 0 13163093 +angostura_bark n 1 1 @ 1 0 13163093 +angostura_bridge n 1 2 @ #p 1 0 02712762 +angoumois_grain_moth n 1 2 @ #m 1 0 02294097 +angoumois_moth n 1 2 @ #m 1 0 02294097 +angraecum n 1 3 @ #m %m 1 0 12044571 +angrecum n 1 2 @ #m 1 0 12044784 +angriness n 1 3 @ ~ + 1 0 14036539 +angry_walk n 1 1 @ 1 0 00290015 +angst n 1 1 @ 1 1 07526002 +angstrom n 1 3 @ #p %p 1 0 13658027 +angstrom_unit n 1 3 @ #p %p 1 0 13658027 +anguid_lizard n 1 3 @ ~ #m 1 0 01689411 +anguidae n 1 3 @ #m %m 1 0 01689226 +anguilla n 2 5 @ #m #p %m + 2 0 08708742 02526673 +anguilla_sucklandii n 1 1 @ 1 0 02527057 +anguillan n 1 3 @ #m + 1 0 09690864 +anguillidae n 1 3 @ #m %m 1 0 02526486 +anguilliformes n 1 3 @ #m %m 1 0 02525866 +anguillula n 1 3 @ #m %m 1 0 01931984 +anguillula_aceti n 1 2 @ #m 1 0 01932151 +anguis n 1 3 @ #m %m 1 0 01690005 +anguis_fragilis n 1 2 @ #m 1 0 01690149 +anguish n 2 2 @ + 2 2 07496755 14449022 +angular_acceleration n 1 2 @ ; 1 0 11469108 +angular_artery n 1 1 @ 1 0 05335850 +angular_distance n 1 2 @ ~ 1 0 13888491 +angular_momentum n 1 1 @ 1 0 05029327 +angular_position n 1 2 @ ~ 1 0 13836371 +angular_shape n 1 2 @ ~ 1 0 13864763 +angular_unit n 1 2 @ ~ 1 0 13600097 +angular_vein n 1 1 @ 1 0 05357500 +angular_velocity n 1 2 @ ; 1 0 11469265 +angularity n 2 4 ! @ ~ + 2 0 13864763 05070849 +angulation n 2 1 @ 2 0 00998514 00405106 +angus n 2 2 @ ; 2 0 09507909 02405929 +angus_frank_johnstone_wilson n 1 1 @ 1 0 11392210 +angus_og n 1 2 @ ; 1 0 09507909 +angwantibo n 1 2 @ #m 1 0 02499568 +anhedonia n 1 1 @ 1 0 14026285 +anhidrosis n 1 1 @ 1 0 14023804 +anhima n 1 3 @ #m %m 1 0 01860713 +anhima_cornuta n 1 2 @ #m 1 0 01860864 +anhimidae n 1 3 @ #m %m 1 0 01860337 +anhinga n 1 3 @ ~ #m 1 0 02054502 +anhinga_anhinga n 1 1 @ 1 0 02054711 +anhingidae n 1 3 @ #m %m 1 0 02054251 +anhydride n 1 2 @ ~ 1 0 14767291 +anhydrosis n 1 1 @ 1 0 14023804 +ani n 1 2 @ #m 1 0 01824344 +anicius_manlius_severinus_boethius n 1 1 @ 1 0 10854777 +anigozanthus n 1 3 @ #m %m 1 0 12312405 +anigozanthus_manglesii n 1 2 @ #m 1 0 12312728 +anil n 2 1 @ 2 0 14754860 12536291 +aniline n 1 1 @ 1 0 14754505 +aniline_dye n 1 1 @ 1 0 14754985 +aniline_oil n 1 1 @ 1 0 14754505 +anima n 1 2 @ ; 1 0 05675715 +animadversion n 1 3 @ ~ + 1 0 06709998 +animal n 1 7 @ ~ #m %s %p + - 1 1 00015388 +animal-worship n 1 2 @ ~ 1 0 01046441 +animal_black n 1 1 @ 1 0 14668895 +animal_charcoal n 1 1 @ 1 0 14668895 +animal_communication n 1 2 @ ~ 1 0 06796506 +animal_disease n 1 2 @ ~ 1 0 14253124 +animal_fancier n 1 2 @ ~ 1 0 09794426 +animal_fat n 1 2 @ ~ 1 0 14787520 +animal_fiber n 1 2 @ ~ 1 0 14959472 +animal_fibre n 1 2 @ ~ 1 0 14959472 +animal_foot n 1 2 @ ~ 1 0 02153445 +animal_glue n 1 1 @ 1 0 14703190 +animal_group n 1 3 @ ~ #m 1 0 07993929 +animal_husbandry n 1 2 @ - 1 0 00917211 +animal_kingdom n 1 2 @ %m 1 0 01313093 +animal_leg n 1 3 @ #p %p 1 0 02464327 +animal_magnetism n 1 1 @ 1 0 04686388 +animal_material n 1 2 @ ~ 1 0 14755804 +animal_nature n 1 1 @ 1 0 04623443 +animal_oil n 1 2 @ ~ 1 0 14755077 +animal_order n 1 3 @ ~ #m 1 0 01342529 +animal_pigment n 1 2 @ ~ 1 0 14756039 +animal_product n 1 2 @ ~ 1 0 14700745 +animal_psychology n 1 1 @ 1 0 06138789 +animal_scientist n 1 2 @ ~ 1 0 10806222 +animal_skin n 1 2 @ ~ 1 0 14758842 +animal_starch n 1 1 @ 1 0 14795749 +animal_stuffer n 1 1 @ 1 0 10693459 +animal_tissue n 1 3 @ ~ #s 1 0 05267548 +animal_toxin n 1 2 @ ~ 1 0 15034741 +animal_trainer n 1 2 @ ~ 1 0 10159045 +animal_virus n 1 2 @ ~ 1 0 01335659 +animalcule n 1 1 @ 1 0 01324019 +animalculum n 1 1 @ 1 0 01324019 +animalia n 1 2 @ %m 1 0 01313093 +animalisation n 1 1 @ 1 0 00271879 +animalism n 2 2 @ + 2 0 05958549 04624517 +animality n 1 2 @ + 1 0 04623443 +animalization n 2 1 @ 2 0 02712907 00271879 +animate_being n 1 6 @ ~ #m %s %p - 1 0 00015388 +animate_thing n 1 3 @ ~ - 1 0 00004258 +animated_cartoon n 1 1 @ 1 0 06616464 +animated_oat n 1 1 @ 1 0 12110475 +animateness n 1 5 ! @ ~ = + 1 0 05005447 +animation n 6 3 @ ~ = 6 0 13961642 05005809 04631700 01048466 00908405 00552436 +animatism n 1 2 @ + 1 0 05735256 +animator n 2 2 @ + 2 0 10056103 09794550 +animatronics n 1 1 @ 1 0 06133802 +anime n 2 1 @ 2 0 14896018 14766265 +animism n 1 2 @ + 1 0 05958712 +animist n 1 2 @ + 1 0 09794668 +animosity n 1 1 @ 1 1 07548100 +animus n 1 1 @ 1 0 07548100 +anion n 1 3 @ ~ + 1 1 09197815 +anionic n 1 2 @ + 1 1 14618050 +anionic_compound n 1 1 @ 1 0 14617944 +anionic_detergent n 1 1 @ 1 0 14618050 +anise n 2 5 @ #m #s #p %p 2 0 12943049 07826653 +anise_cookie n 1 2 @ %s 1 0 07637045 +anise_hyssop n 1 1 @ 1 0 12840362 +anise_plant n 1 3 @ #m %p 1 0 12943049 +anise_seed n 1 3 @ #s #p 1 0 07826653 +anise_tree n 1 3 @ ~ #m 1 0 11708658 +aniseed n 1 3 @ #s #p 1 0 07826653 +aniseikonia n 1 2 @ + 1 0 14097162 +anisette n 1 2 @ %s 1 0 07908647 +anisette_de_bordeaux n 1 2 @ %s 1 0 07908647 +anisogamete n 1 2 @ + 1 0 05457201 +anisogamy n 1 3 @ + ; 1 0 13432249 +anisometropia n 1 2 @ + 1 0 14555560 +anisoptera n 1 2 @ #m 1 0 02268334 +anisotremus n 1 3 @ #m %m 1 0 02589486 +anisotremus_surinamensis n 1 1 @ 1 0 02589796 +anisotremus_virginicus n 1 2 @ #m 1 0 02589623 +anisotropy n 1 3 ! @ + 1 0 04917680 +anjou n 2 3 @ #p %m 2 0 08940371 07768139 +ankara n 1 2 @ #p 1 0 09040601 +ankle n 1 4 @ #p %p + 1 1 05578442 +ankle_brace n 1 1 @ 1 0 02713003 +ankle_bracelet n 1 1 @ 1 0 02713097 +ankle_joint n 1 3 @ #p %p 1 0 05578442 +anklebone n 1 2 @ #p 1 0 05271383 +anklet n 3 2 @ + 3 0 02713364 02713218 02713097 +anklets n 1 1 @ 1 0 02713218 +ankus n 1 1 @ 1 0 02713496 +ankyloglossia n 1 1 @ 1 0 14472111 +ankylosaur n 1 3 @ ~ #m 1 0 01702256 +ankylosaurus n 1 3 @ ~ #m 1 0 01702256 +ankylosing_spondylitis n 1 1 @ 1 0 14220474 +ankylosis n 1 2 @ + 1 0 14022520 +anlage n 1 1 @ 1 0 05298159 +ann_arbor n 1 3 @ #p %p 1 0 09100223 +anna n 1 1 @ 1 0 13704418 +anna_amalia_mercouri n 1 1 @ 1 0 11175748 +anna_eleanor_roosevelt n 1 1 @ 1 0 11270380 +anna_howard_shaw n 1 1 @ 1 0 11296139 +anna_mary_robertson_moses n 1 1 @ 1 0 11193645 +anna_pavlova n 1 1 @ 1 0 11227400 +annaba n 1 2 @ #p 1 0 08706247 +annalist n 1 2 @ + 1 0 09794797 +annals n 2 2 @ + 2 0 06597617 06515662 +annam n 1 6 @ #m #p %m %p - 1 0 09163192 +annamese n 2 2 @ #m 2 0 09747191 06937229 +annamite n 1 1 @ 1 0 06937229 +annapolis n 1 2 @ #p 1 0 09094217 +annapurna n 2 2 @ #p 2 0 09527560 09197945 +anne n 1 1 @ 1 0 10818469 +anne_boleyn n 1 1 @ 1 0 10855431 +anne_bradstreet n 1 1 @ 1 0 10861174 +anne_bronte n 1 1 @ 1 0 10865860 +anne_dudley_bradstreet n 1 1 @ 1 0 10861174 +anne_hathaway n 1 1 @ 1 0 11034485 +anne_hutchinson n 1 1 @ 1 0 11069085 +anne_mansfield_sullivan n 1 1 @ 1 0 11324428 +anne_robert_jacques_turgot n 1 1 @ 1 0 11352192 +anne_sexton n 1 1 @ 1 0 11294582 +anne_sullivan n 1 1 @ 1 0 11324428 +annealing n 1 1 @ 1 0 00402951 +annelid n 1 4 @ ~ #m + 1 0 01934440 +annelid_worm n 1 3 @ ~ #m 1 0 01934440 +annelida n 1 3 @ #m %m 1 0 01934207 +annex n 1 4 @ ~ #p + 1 0 02713594 +annexa n 1 1 @ 1 0 05221649 +annexation n 2 2 @ + 2 0 00373418 00078536 +annexe n 1 3 @ ~ #p 1 0 02713594 +annie_oakley n 1 1 @ 1 0 11210806 +anniellidae n 1 3 @ #m %m 1 0 01691085 +annihilation n 2 3 @ ~ + 2 2 00218208 07330828 +annihilator n 1 2 @ + 1 0 09794917 +anniversary n 1 2 @ ~ 1 1 15249799 +annon n 1 2 @ #p 1 0 07761611 +annona n 1 3 @ #m %m 1 0 11693812 +annona_cherimola n 1 2 @ %p 1 0 11694300 +annona_diversifolia n 1 2 @ %p 1 0 11694469 +annona_glabra n 1 2 @ %p 1 0 11695285 +annona_muricata n 1 2 @ %p 1 0 11694664 +annona_reticulata n 1 2 @ %p 1 0 11694866 +annona_squamosa n 1 2 @ %p 1 0 11695085 +annonaceae n 1 3 @ #m %m 1 0 11693566 +annotating n 1 1 @ 1 0 00371735 +annotation n 2 3 @ ~ + 2 0 06763273 00371735 +annotator n 1 2 @ + 1 0 09795010 +announcement n 2 3 @ ~ + 2 2 06726158 06746580 +announcer n 2 3 @ ~ + 2 0 09795334 09795124 +annoyance n 5 3 @ ~ + 5 2 14406573 07518261 09778537 05830059 00418394 +annoyer n 1 2 @ + 1 0 10695555 +annoying n 1 2 @ ~ 1 0 00418394 +annual n 2 4 @ ~ + ; 2 0 11552806 06426468 +annual_fern n 1 2 @ #m 1 0 13208302 +annual_parallax n 1 2 @ ~ 1 0 11528636 +annual_ring n 1 1 @ 1 0 11424816 +annual_salt-marsh_aster n 1 1 @ 1 0 11935627 +annualry n 1 1 @ 1 0 05567489 +annuitant n 1 1 @ 1 0 09795556 +annuity n 1 2 @ ~ 1 0 13294503 +annuity_in_advance n 1 2 @ ~ 1 0 13294763 +annular_eclipse n 1 1 @ 1 0 07369099 +annular_scotoma n 1 1 @ 1 0 14556426 +annulet n 3 2 @ ; 3 0 02713992 02713835 02713769 +annulment n 3 4 @ ~ + ; 3 0 14564056 01240979 00231887 +annulus n 2 4 @ ~ #p ; 2 0 13875392 13095348 +annum n 1 2 @ ; 1 0 15204201 +annunciation n 3 4 @ ~ #p ; 3 0 15186147 06747190 06726158 +annunciation_day n 1 2 @ #p 1 0 15186147 +annunciation_lily n 1 1 @ 1 0 12426978 +annunciator n 1 2 @ + 1 0 02714139 +annwfn n 1 2 @ ; 1 0 05626618 +annwn n 1 2 @ ; 1 0 05626618 +ano n 1 2 @ ; 1 0 08020242 +anoa n 1 2 @ #m 1 0 02409038 +anoa_depressicornis n 1 2 @ #m 1 0 02409038 +anoa_mindorensis n 1 2 @ #m 1 0 02409202 +anobiidae n 1 3 @ #m %m 1 0 02177644 +anode n 2 5 ! @ ~ #p + 2 1 02714315 02714535 +anodonta n 1 3 @ #m %m 1 0 01965111 +anodyne n 1 3 @ ~ + 1 0 02707683 +anoectochilus n 1 3 @ #m %m 1 0 12045004 +anoestrum n 1 2 @ ~ 1 0 14038482 +anoestrus n 1 3 @ ~ + 1 0 14038482 +anogramma n 1 3 @ #m %m 1 0 13208138 +anogramma_leptophylla n 1 2 @ #m 1 0 13208302 +anointer n 1 2 @ + 1 0 09795639 +anointing n 1 2 @ ~ 1 0 00712833 +anointing_of_the_sick n 1 1 @ 1 0 01039637 +anointment n 1 3 @ ~ + 1 0 00712833 +anole n 1 2 @ #m 1 0 01682714 +anolis n 1 3 @ #m %m 1 0 01682588 +anolis_carolinensis n 1 2 @ #m 1 0 01682714 +anomala n 1 3 @ #m %m 1 0 02173571 +anomala_orientalis n 1 2 @ #m 1 0 02173784 +anomalist n 1 2 @ + 1 0 09606380 +anomalistic_month n 1 1 @ 1 0 15208036 +anomalistic_year n 1 1 @ 1 0 15201822 +anomalopidae n 1 3 @ #m %m 1 0 01451524 +anomalops n 1 2 @ #m 1 0 01451863 +anomalopteryx n 1 2 @ #m 1 0 01523493 +anomalopteryx_oweni n 1 2 @ #m 1 0 01523493 +anomalous_communication n 1 2 @ ~ 1 0 07255791 +anomalousness n 1 3 @ ~ + 1 0 14505821 +anomaly n 3 4 @ ~ + ; 3 0 14505821 09606527 08622763 +anomia n 2 3 @ #m %m 2 0 14098663 01962350 +anomia_ephippium n 1 2 @ #m 1 0 01962506 +anomic_aphasia n 1 1 @ 1 0 14098663 +anomie n 2 2 @ + 2 1 14415898 04851865 +anomiidae n 1 3 @ #m %m 1 0 01962223 +anomy n 2 2 @ + 2 0 14415898 04851865 +anonym n 1 2 @ ~ 1 0 06338278 +anonymity n 1 2 @ + 1 1 14436285 +anonymous_file_transfer_protocol n 1 1 @ 1 0 06665612 +anonymous_ftp n 1 1 @ 1 0 06665612 +anopheles n 1 3 @ #m %m 1 0 02201252 +anopheline n 1 3 @ #m + 1 0 02201497 +anopia n 1 1 @ 1 0 14553873 +anoplophora_glabripennis n 1 1 @ 1 0 02183096 +anoplura n 1 3 @ #m %m 1 0 02183697 +anorak n 1 3 @ ~ ; 1 0 03891051 +anorchia n 1 1 @ 1 0 14022849 +anorchidism n 1 1 @ 1 0 14022849 +anorchism n 1 1 @ 1 0 14022849 +anorectic n 1 2 @ + 1 0 09795751 +anorexia n 1 3 @ ~ + 1 1 14055796 +anorexia_nervosa n 1 2 @ ; 1 0 14061263 +anorexic n 1 2 @ + 1 0 09795751 +anorgasmia n 1 1 @ 1 0 14056588 +anorthite n 1 2 @ + 1 0 14865667 +anorthography n 1 1 @ 1 0 14095948 +anorthopia n 1 1 @ 1 0 14097321 +anosmia n 1 2 @ + 1 0 14552477 +anostraca n 1 3 @ #m %m 1 0 01995137 +anouilh n 1 1 @ 1 0 10818715 +anova n 1 2 @ ; 1 0 06030601 +anovulant n 1 3 @ ~ %s 1 0 03936895 +anovulation n 1 2 ! @ 1 0 13432443 +anovulatory_drug n 1 3 @ ~ %s 1 0 03936895 +anoxemia n 1 2 @ + 1 0 14503234 +anoxia n 1 3 @ ~ + 1 0 14043243 +anoxic_anoxia n 1 1 @ 1 0 14043579 +anpu n 1 1 @ 1 0 09511712 +ans n 1 3 @ #p %p 1 0 05504532 +ansaid n 1 3 @ %s ; 1 0 03371532 +ansar_al-islam n 1 2 @ ; 1 0 08015321 +ansar_al_islam n 1 2 @ ; 1 0 08015321 +anselm n 1 1 @ 1 0 10818860 +anser n 1 3 @ #m %m 1 0 01856225 +anser_anser n 1 2 @ #m 1 0 01856553 +anser_cygnoides n 1 2 @ #m 1 0 01856380 +anseres n 1 2 @ #m 1 0 01846156 +anseriform_bird n 1 3 @ ~ #m 1 0 01845477 +anseriformes n 1 3 @ #m %m 1 0 01845272 +anserinae n 1 2 @ #m 1 0 01858023 +anshar n 1 2 @ ; 1 0 09515269 +answer n 5 5 ! @ ~ + ; 5 3 06746005 06743506 07200527 06560254 01234952 +answerability n 1 2 @ + 1 0 04669828 +answerableness n 1 2 @ + 1 0 04669828 +answerer n 1 3 @ ~ + 1 0 10524413 +answering_machine n 1 1 @ 1 0 02714751 +ant n 1 3 @ ~ #m 1 1 02219486 +ant_bear n 2 2 @ #m 2 0 02460451 02082791 +ant_bird n 1 3 @ ~ #m 1 0 01553142 +ant_cow n 1 1 @ 1 0 02253494 +ant_lion n 2 2 @ #m 2 0 02264232 02264021 +ant_shrike n 1 2 @ #m 1 0 01553762 +ant_thrush n 1 2 @ #m 1 0 01553527 +antabuse n 1 2 @ ; 1 0 03214051 +antacid n 1 3 @ ~ + 1 0 14778019 +antagonism n 4 4 @ ~ + ; 4 0 13980288 13860548 07548366 01074252 +antagonist n 3 4 ! @ ~ + 3 1 09773245 05293420 02714883 +antagonistic_muscle n 1 3 @ ~ ; 1 0 05293040 +antakiya n 1 2 @ #p 1 0 09040998 +antakya n 1 2 @ #p 1 0 09040998 +antalya n 1 2 @ #p 1 0 09040839 +antananarivo n 1 2 @ #p 1 0 08962465 +antapex n 1 2 ! @ 1 0 08495249 +antarctic n 1 3 @ %p + 1 0 08494459 +antarctic_circle n 1 1 @ 1 0 08494676 +antarctic_continent n 1 3 @ #p %p 1 0 09198106 +antarctic_ocean n 1 2 @ #p 1 0 09198574 +antarctic_peninsula n 1 2 @ #p 1 0 09198755 +antarctic_zone n 1 2 @ %p 1 0 08494459 +antarctica n 1 3 @ #p %p 1 0 09198106 +antares n 1 2 @ #m 1 1 09198997 +antbird n 1 3 @ ~ #m 1 0 01553142 +ante n 1 3 @ + ; 1 0 13343917 +anteater n 6 3 @ ~ #m 6 1 02461830 02460009 02082791 01885498 01872772 01872401 +antecedence n 1 2 @ + 1 0 05047279 +antecedency n 1 2 @ + 1 0 05047279 +antecedent n 4 3 @ ~ + 4 2 09792555 07326880 13844923 06603651 +antechamber n 1 3 @ ~ #p 1 0 02715513 +antediluvian n 2 2 @ + 2 0 09795894 09793248 +antediluvian_patriarch n 1 1 @ 1 0 09795894 +antedon n 1 4 @ ~ #m %m 1 0 02320888 +antedonidae n 1 4 @ ~ #m %m 1 0 02320621 +antefix n 1 1 @ 1 0 02715096 +antelope n 1 2 @ ~ 1 1 02419796 +antelope_chipmunk n 1 1 @ 1 0 02357911 +antelope_squirrel n 1 1 @ 1 0 02357911 +antenna n 3 4 @ ~ #p + 3 2 02715229 04843270 02584915 +antennaria n 1 3 @ #m %m 1 0 11921949 +antennaria_dioica n 1 3 @ ~ #m 1 0 11922374 +antennaria_plantaginifolia n 1 2 @ #m 1 0 11922192 +antennariidae n 1 3 @ #m %m 1 0 02548990 +antepenult n 1 1 @ 1 0 06305223 +antepenultima n 1 2 @ + 1 0 06305223 +antepenultimate n 1 1 @ 1 0 06305223 +anterior n 1 3 @ ~ + 1 1 05306190 +anterior_cardinal_vein n 1 1 @ 1 0 05360042 +anterior_cerebral_artery n 1 1 @ 1 0 05341416 +anterior_cerebral_vein n 1 1 @ 1 0 05361640 +anterior_crural_nerve n 1 2 @ #p 1 0 05568104 +anterior_facial_vein n 1 1 @ 1 0 05361805 +anterior_fontanelle n 1 1 @ 1 0 05543425 +anterior_horn n 1 2 @ #p 1 0 05424963 +anterior_jugular_vein n 1 1 @ 1 0 05371144 +anterior_labial_veins n 1 1 @ 1 0 05424351 +anterior_meningeal_artery n 1 1 @ 1 0 05351278 +anterior_naris n 1 2 @ #p 1 0 05600109 +anterior_pituitary n 1 3 @ #p %p 1 0 05484355 +anterior_pituitary_gland n 1 3 @ #p %p 1 0 05484355 +anterior_root n 1 2 @ #p 1 0 05424963 +anterior_serratus_muscle n 1 1 @ 1 0 05550494 +anterior_synechia n 1 1 @ 1 0 14206722 +anterior_temporal_artery n 1 1 @ 1 0 05354955 +anterior_vertebral_vein n 1 1 @ 1 0 05357682 +anteriority n 2 3 ! @ + 2 0 05078289 05047279 +anterograde_amnesia n 1 1 @ 1 0 05672862 +anteroom n 1 3 @ ~ #p 1 0 02715513 +anthelminthic n 1 3 @ ~ + 1 0 04528630 +anthelmintic n 1 3 @ ~ + 1 0 04528630 +anthem n 2 2 @ ~ 2 0 07048928 07035870 +anthemis n 1 3 @ #m %m 1 0 11923016 +anthemis_arvensis n 1 2 @ #m 1 0 11923637 +anthemis_cotula n 1 2 @ #m 1 0 11923174 +anthemis_nobilis n 1 3 @ #m #s 1 0 11949402 +anthemis_tinctoria n 1 2 @ #m 1 0 11923397 +anther n 1 3 @ #p + 1 0 11675245 +antheraea n 1 3 @ #m %m 1 0 02304229 +antheraea_mylitta n 1 2 @ #m 1 0 02304797 +antheraea_pernyi n 1 2 @ #m 1 0 02304657 +antheraea_polyphemus n 1 2 @ #m 1 0 02304432 +anthericum n 1 3 @ #m %m 1 0 12439400 +anthericum_liliago n 1 2 @ #m 1 0 12439626 +anthericum_torreyi n 1 2 @ #m 1 0 12439830 +antheridiophore n 1 1 @ 1 0 13091492 +antheridium n 1 2 @ + 1 0 13091312 +antheropeas n 1 3 @ #m %m 1 0 11923827 +antheropeas_wallacei n 1 2 @ #m 1 0 11924014 +antherozoid n 1 1 @ 1 0 13095543 +anthesis n 1 1 @ 1 0 13439570 +anthidium n 1 3 @ #m %m 1 0 02211773 +anthill n 1 1 @ 1 1 09199101 +anthoceropsida n 1 3 @ #m %m 1 0 11538123 +anthoceros n 1 2 @ #m 1 0 11538716 +anthocerotaceae n 1 3 @ #m %m 1 0 11538582 +anthocerotales n 1 3 @ #m %m 1 0 11538341 +anthologist n 1 2 @ + 1 0 09796062 +anthology n 1 3 @ ~ + 1 0 06591609 +anthonomus n 1 3 @ #m %m 1 0 02178563 +anthonomus_grandis n 1 2 @ #m 1 0 02178717 +anthony n 2 1 @ 2 0 10820163 10819134 +anthony_burgess n 1 1 @ 1 0 10872505 +anthony_charles_lynton_blair n 1 1 @ 1 0 10852506 +anthony_comstock n 1 1 @ 1 0 10906048 +anthony_hopkins n 1 1 @ 1 0 11059438 +anthony_trollope n 1 1 @ 1 0 11349207 +anthony_vandyke n 1 1 @ 1 0 11359867 +anthony_wayne n 1 1 @ 1 0 11377564 +anthophyllite n 1 2 @ #m 1 0 14725444 +anthophyta n 1 3 @ #m %m 1 0 11664929 +anthozoa n 1 3 @ #m %m 1 0 01913838 +anthozoan n 1 3 @ ~ #m 1 0 01914163 +anthracite n 1 2 @ + 1 0 14814921 +anthracite_coal n 1 1 @ 1 0 14814921 +anthracosis n 1 1 @ 1 0 14150210 +anthrax n 2 2 @ ~ 2 0 14260182 14072423 +anthrax_bacillus n 1 1 @ 1 0 01350226 +anthrax_pneumonia n 1 1 @ 1 0 14072934 +anthrenus_scrophulariae n 1 1 @ 1 0 02170599 +anthriscus n 1 3 @ #m %m 1 0 12932532 +anthriscus_cereifolium n 1 3 @ #m %p 1 0 12932706 +anthriscus_sylvestris n 1 2 @ #m 1 0 12932966 +anthropocentricity n 1 2 @ + 1 0 06201476 +anthropocentrism n 1 2 @ + 1 0 06201476 +anthropogenesis n 1 2 @ + 1 0 13432647 +anthropogeny n 1 2 @ + 1 0 13432647 +anthropoid n 2 2 @ + 2 0 09796185 02470709 +anthropoid_ape n 1 3 @ ~ #m 1 0 02470899 +anthropoidea n 1 3 @ #m %m 1 0 02470451 +anthropolatry n 1 1 @ 1 0 01045202 +anthropologist n 1 3 @ ~ + 1 1 09796323 +anthropology n 1 5 @ ~ %p + - 1 1 06143546 +anthropology_department n 1 1 @ 1 0 08115602 +anthropometry n 1 2 @ + 1 0 00998604 +anthropomorphism n 1 2 @ + 1 0 05767386 +anthropophagite n 1 1 @ 1 0 09891079 +anthropophagus n 1 2 @ + 1 0 09891079 +anthropophagy n 1 1 @ 1 0 00412982 +anthroposophy n 1 1 @ 1 0 05953881 +anthurium n 1 3 @ ~ #m 1 0 11783920 +anthurium_andraeanum n 1 1 @ 1 0 11784126 +anthurium_scherzerianum n 1 1 @ 1 0 11784126 +anthus n 1 3 @ #m %m 1 0 01528542 +anthus_pratensis n 1 1 @ 1 0 01528845 +anthyllis n 1 3 @ #m %m 1 0 12506614 +anthyllis_barba-jovis n 1 2 @ #m 1 0 12506784 +anthyllis_vulneraria n 1 2 @ #m 1 0 12506991 +anti n 1 1 @ 1 0 09796809 +anti-american n 1 2 @ + 1 0 09796974 +anti-catholicism n 1 1 @ 1 1 06227453 +anti-drug_law n 1 2 @ ; 1 0 06532910 +anti-dumping_duty n 1 1 @ 1 0 13317759 +anti-g_suit n 1 1 @ 1 0 02720576 +anti-imperialist_international_brigade n 1 2 @ ; 1 0 08026904 +anti-impotence_drug n 1 2 @ ~ 1 0 04537602 +anti-inflammatory n 1 2 @ ~ 1 0 02721538 +anti-inflammatory_drug n 1 2 @ ~ 1 0 02721538 +anti-intellectual n 1 2 @ + 1 0 10423031 +anti-masonic_party n 1 1 @ 1 0 08258184 +anti-personnel_bomb n 1 3 @ ~ #p 1 0 03390327 +anti-racketeering_law n 1 2 @ ; 1 0 06533039 +anti-semite n 1 2 @ + 1 1 09797742 +anti-semitism n 1 2 @ + 1 1 06203956 +anti-submarine_rocket n 1 1 @ 1 0 02724722 +anti-sway_bar n 1 2 @ #p 1 0 04294614 +anti-takeover_defense n 1 1 @ 1 0 00790086 +anti-tnf_compound n 1 2 @ ~ 1 0 02724966 +anti-torque_rotor n 1 1 @ 1 0 04385799 +anti-virus_program n 1 1 @ 1 0 06569966 +anti-war_movement n 1 1 @ 1 0 00799125 +antiacid n 1 2 @ ~ 1 0 14778019 +antiaircraft n 1 4 @ ~ %p + 1 0 02715712 +antiaircraft_fire n 1 1 @ 1 0 00987775 +antiaircraft_gun n 1 3 @ ~ %p 1 0 02715712 +antialiasing n 1 2 @ ; 1 0 05665421 +antianxiety_agent n 1 2 @ ~ 1 0 04470232 +antianxiety_drug n 1 2 @ ~ 1 0 03771443 +antiarrhythmic n 1 2 @ ~ 1 0 02715941 +antiarrhythmic_drug n 1 2 @ ~ 1 0 02715941 +antiarrhythmic_medication n 1 2 @ ~ 1 0 02715941 +antibacterial n 1 2 @ ~ 1 0 02716205 +antibacterial_drug n 1 2 @ ~ 1 0 02716205 +antiballistic_missile n 1 1 @ 1 0 02716626 +antibaryon n 1 1 @ 1 0 09199219 +antiberiberi_factor n 1 1 @ 1 0 15091129 +antibiosis n 1 1 @ 1 0 07990648 +antibiotic n 1 3 @ ~ + 1 0 02716866 +antibiotic_drug n 1 2 @ ~ 1 0 02716866 +antibody n 1 3 @ ~ %p 1 1 15027189 +antic n 1 3 @ ~ + 1 0 00427580 +anticatalyst n 1 3 ! @ ; 1 0 14725024 +anticholinergic n 1 3 @ ~ + 1 0 02717901 +anticholinergic_drug n 1 2 @ ~ 1 0 02717901 +anticholinesterase n 1 2 @ ~ 1 0 02718084 +antichrist n 1 2 @ ; 1 0 10819285 +anticipant n 1 2 @ + 1 0 09797113 +anticipation n 4 2 @ ~ 4 3 07511080 05951323 05775081 14486122 +anticipator n 1 2 @ + 1 0 09797113 +anticipatory_breach n 1 1 @ 1 0 00069444 +anticlimax n 2 3 @ #p + 2 0 07427951 06373991 +anticoagulant n 1 2 @ ~ 1 0 02718259 +anticoagulant_medication n 1 2 @ ~ 1 0 02718259 +anticoagulation n 1 1 @ 1 1 00710015 +anticonvulsant n 1 2 @ ~ 1 0 02718469 +anticonvulsant_drug n 1 2 @ ~ 1 0 02718469 +anticyclone n 1 5 ! @ %p + ; 1 0 14521021 +antidepressant n 1 2 @ ~ 1 0 02718811 +antidepressant_drug n 1 2 @ ~ 1 0 02718811 +antidiabetic n 1 2 @ ~ 1 0 02719105 +antidiabetic_drug n 1 2 @ ~ 1 0 02719105 +antidiarrheal n 1 2 @ ~ 1 0 02719294 +antidiarrheal_drug n 1 2 @ ~ 1 0 02719294 +antidiuretic n 1 2 @ ~ 1 0 02719450 +antidiuretic_drug n 1 2 @ ~ 1 0 02719450 +antidiuretic_hormone n 1 1 @ 1 0 05414147 +antido n 1 1 @ 1 0 06895176 +antidorcas n 1 3 @ #m %m 1 0 02423465 +antidorcas_euchore n 1 2 @ #m 1 0 02423589 +antidorcas_marsupialis n 1 2 @ #m 1 0 02423589 +antidote n 1 2 @ ~ 1 0 02719588 +antielectron n 1 1 @ 1 0 09397896 +antiemetic n 1 2 @ ~ 1 0 02719750 +antiemetic_drug n 1 2 @ ~ 1 0 02719750 +antiepileptic n 1 2 @ ~ 1 0 02718469 +antiepileptic_drug n 1 2 @ ~ 1 0 02718469 +antiestablishmentarianism n 1 1 @ 1 0 05958919 +antiestablishmentism n 1 1 @ 1 0 05958919 +antifeminism n 1 2 @ + 1 0 01156070 +antifeminist n 1 3 @ ~ + 1 0 09912243 +antiferromagnetism n 1 3 @ ~ + 1 0 11479640 +antiflatulent n 1 1 @ 1 0 02719951 +antifouling_paint n 1 1 @ 1 0 02720048 +antifreeze n 1 2 @ ~ 1 0 14766364 +antifungal n 1 3 @ ~ + 1 0 02720201 +antifungal_agent n 1 2 @ ~ 1 0 02720201 +antigen n 1 5 @ ~ %p + ; 1 1 15037339 +antigenic_determinant n 1 3 @ #p ; 1 0 15037664 +antigone n 1 2 @ ; 1 0 09596374 +antigonia n 1 3 @ #m %m 1 0 01453591 +antigonus n 1 1 @ 1 0 10819533 +antigonus_cyclops n 1 1 @ 1 0 10819533 +antigram n 1 1 @ 1 0 06294147 +antigua n 1 4 @ #p %m + 1 0 08709945 +antigua_and_barbuda n 1 4 @ #m #p %p 1 0 08709704 +antiguan n 1 3 @ #m + 1 0 09691024 +antihaemophilic_factor n 1 1 @ 1 0 15071684 +antihaemophilic_globulin n 1 1 @ 1 0 15071684 +antihemophilic_factor n 1 1 @ 1 0 15071684 +antihemophilic_globulin n 1 1 @ 1 0 15071684 +antihemorrhagic_factor n 1 2 @ ~ 1 0 15092751 +antihero n 1 1 @ 1 0 10172942 +antihistamine n 1 2 @ ~ 1 0 02720725 +antihypertensive n 1 2 @ ~ 1 0 02721160 +antihypertensive_drug n 1 2 @ ~ 1 0 02721160 +antiknock n 1 3 @ ~ + 1 0 14585223 +antilepton n 1 2 @ ~ 1 0 09199341 +antilles n 1 3 @ #p %p 1 0 08747737 +antilocapra n 1 3 @ #m %m 1 0 02429276 +antilocapra_americana n 1 2 @ #m 1 0 02429456 +antilocapridae n 1 3 @ #m %m 1 0 02429123 +antilog n 1 1 @ 1 0 06812794 +antilogarithm n 1 1 @ 1 0 06812794 +antilope n 1 3 @ #m %m 1 0 02420389 +antilope_cervicapra n 1 2 @ #m 1 0 02420509 +antimacassar n 1 1 @ 1 0 02721813 +antimalarial n 1 2 @ ~ 1 0 02721948 +antimalarial_drug n 1 2 @ ~ 1 0 02721948 +antimatter n 1 2 @ %s 1 0 14582535 +antimeson n 1 1 @ 1 0 09199498 +antimetabolite n 1 2 @ ~ 1 0 02722166 +antimicrobial n 1 3 @ ~ + 1 0 03208229 +antimicrobic n 1 3 @ ~ + 1 0 03208229 +antimonial_lead n 1 2 @ ~ 1 0 14905197 +antimony n 1 3 @ #s + 1 0 14628668 +antimony_potassium_tartrate n 1 1 @ 1 0 14955391 +antimuon n 1 1 @ 1 0 09199581 +antimycin n 1 1 @ 1 0 02722349 +antimycotic n 1 2 @ ~ 1 0 02720201 +antimycotic_agent n 1 2 @ ~ 1 0 02720201 +antineoplastic n 1 3 @ ~ + 1 0 02722458 +antineoplastic_antibiotic n 1 2 @ ~ 1 0 02722997 +antineoplastic_drug n 1 2 @ ~ 1 0 02722458 +antineutrino n 1 1 @ 1 0 09199728 +antineutron n 1 1 @ 1 0 09199817 +antinode n 1 3 ! @ ; 1 0 08498732 +antinomasia n 1 1 @ 1 0 07101557 +antinomian n 1 2 @ + 1 0 09797257 +antinomianism n 1 1 @ 1 0 06187154 +antinomy n 1 1 @ 1 0 06724437 +antioch n 1 2 @ #p 1 0 09040998 +antiophthalmic_factor n 1 2 @ ~ 1 0 15089803 +antioxidant n 1 2 @ ~ 1 0 14724645 +antiparticle n 1 2 @ #s 1 0 09199904 +antipasto n 1 1 @ 1 0 07581249 +antipathy n 2 2 @ + 2 1 07502669 05811466 +antipernicious_anemia_factor n 1 1 @ 1 0 15091304 +antipersonnel_bomb n 1 3 @ ~ #p 1 0 03390327 +antiperspirant n 1 1 @ 1 0 02723165 +antiphon n 1 3 @ ~ + 1 0 07033245 +antiphonal n 1 2 @ + 1 0 07034516 +antiphonary n 1 1 @ 1 0 07034516 +antiphony n 2 3 @ ~ + 2 0 07048782 07033245 +antiphrasis n 1 2 @ #p 1 0 07101250 +antipodal n 1 2 @ + 1 0 13829243 +antipodal_opposition n 1 1 @ 1 0 13829243 +antipode n 1 2 @ + 1 0 13855100 +antipodes n 1 2 @ + 1 0 08631750 +antipope n 1 2 @ ~ 1 0 09797375 +antiproton n 1 1 @ 1 0 09200193 +antiprotozoal n 1 2 @ ~ 1 0 02723292 +antiprotozoal_drug n 1 2 @ ~ 1 0 02723292 +antipruritic n 1 1 @ 1 0 02723491 +antipsychotic n 1 2 @ ~ 1 0 03713736 +antipsychotic_agent n 1 2 @ ~ 1 0 03713736 +antipsychotic_drug n 1 2 @ ~ 1 0 03713736 +antipyresis n 1 1 @ 1 0 00664285 +antipyretic n 1 2 @ + 1 0 02723595 +antiquarian n 1 2 @ + 1 0 09797606 +antiquark n 1 2 @ #p 1 0 09200317 +antiquary n 1 1 @ 1 0 09797606 +antique n 2 2 @ + 2 0 10376890 02723754 +antiquity n 3 5 @ ~ #p + - 3 1 15253139 04925756 02724026 +antiredeposition n 1 1 @ 1 1 13432802 +antirrhinum n 1 3 @ #m %m 1 0 12877041 +antirrhinum_coulterianum n 1 1 @ 1 0 12877493 +antirrhinum_filipes n 1 1 @ 1 0 12877637 +antirrhinum_majus n 1 1 @ 1 0 12877838 +antisemitism n 1 2 @ + 1 0 06203956 +antisepsis n 2 2 @ + 2 0 14495230 13432903 +antiseptic n 1 3 @ ~ + 1 0 02724207 +antiserum n 1 1 @ 1 1 05403702 +antisocial_personality_disorder n 1 1 @ 1 0 14388139 +antispasmodic n 1 2 @ ~ 1 0 02724533 +antispasmodic_agent n 1 2 @ ~ 1 0 02724533 +antistrophe n 1 2 @ #p 1 0 06386832 +antisyphilitic n 1 1 @ 1 0 02724838 +antitauon n 1 1 @ 1 0 09200419 +antithesis n 2 2 @ + 2 1 13855230 07101406 +antitoxin n 1 3 @ ~ + 1 0 15028050 +antitrade n 1 1 @ 1 0 11520120 +antitrade_wind n 1 1 @ 1 0 11520120 +antitrades n 1 1 @ 1 0 11424938 +antitrust_case n 1 2 @ ; 1 1 01184045 +antitrust_law n 1 2 @ ; 1 0 06533297 +antitrust_legislation n 1 2 @ ; 1 0 06533297 +antitussive n 1 2 @ ~ 1 0 02725242 +antitype n 2 3 ! @ + 2 0 05927364 05841029 +antivenene n 1 1 @ 1 0 15028208 +antivenin n 1 1 @ 1 0 15028208 +antivert n 1 2 @ ; 1 0 03739136 +antiviral n 1 2 @ ~ 1 0 02725367 +antiviral_agent n 1 2 @ ~ 1 0 02725367 +antiviral_drug n 1 2 @ ~ 1 0 02725367 +antler n 1 2 @ #p 1 0 01325658 +antler_moth n 1 2 @ #m 1 0 02296276 +antlia n 1 1 @ 1 0 09200527 +antlion n 2 2 @ #m 2 0 02264232 02264021 +antlion_fly n 1 2 @ #m 1 0 02264021 +antofagasta n 1 2 @ #p 1 0 08721145 +antoine_domino n 1 1 @ 1 0 10938640 +antoine_henri_becquerel n 1 1 @ 1 0 10840563 +antoine_laurent_de_jussieu n 1 1 @ 1 0 11094928 +antoine_laurent_lavoisier n 1 1 @ 1 0 11119917 +antoine_lavoisier n 1 1 @ 1 0 11119917 +anton_bruckner n 1 1 @ 1 0 10868025 +anton_chekhov n 1 1 @ 1 0 10894652 +anton_chekov n 1 1 @ 1 0 10894652 +anton_gregor_rubinstein n 1 1 @ 1 0 11273286 +anton_grigorevich_rubinstein n 1 1 @ 1 0 11273286 +anton_pavlovich_chekhov n 1 1 @ 1 0 10894652 +anton_pavlovich_chekov n 1 1 @ 1 0 10894652 +anton_rubenstein n 1 1 @ 1 0 11273286 +anton_van_leeuwenhoek n 1 1 @ 1 0 11129808 +anton_van_leuwenhoek n 1 1 @ 1 0 11129808 +antonin_dvorak n 1 1 @ 1 0 10946961 +antonine_wall n 1 2 @ #p 1 0 02725596 +antoninus n 1 1 @ 1 0 10819755 +antonio_allegri_da_correggio n 1 1 @ 1 0 10912079 +antonio_gaudi n 1 1 @ 1 0 10992336 +antonio_gaudi_i_cornet n 1 1 @ 1 0 10992336 +antonio_ghislieri n 1 1 @ 1 0 11237075 +antonio_lopez_de_santa_ana n 1 1 @ 1 0 11280905 +antonio_lopez_de_santa_anna n 1 1 @ 1 0 11280905 +antonio_lucio_vivaldi n 1 1 @ 1 0 11367910 +antonio_pignatelli n 1 1 @ 1 0 11072673 +antonio_stradivari n 1 1 @ 1 0 11320821 +antonio_vivaldi n 1 1 @ 1 0 11367910 +antonius n 1 1 @ 1 0 10820163 +antonius_pius n 1 1 @ 1 0 10820053 +antonius_stradivarius n 1 1 @ 1 0 11320821 +antony n 1 1 @ 1 0 10820163 +antony_tudor n 1 1 @ 1 0 11351677 +antonym n 1 4 ! @ ~ + 1 0 06288024 +antonymy n 1 1 @ 1 0 13808405 +antrozous n 1 3 @ #m %m 1 0 02147452 +antrozous_pallidus n 1 2 @ #m 1 0 02147591 +antrum n 1 1 @ 1 0 05304252 +antum n 1 2 @ ; 1 0 09515473 +antwerp n 1 2 @ #p 1 0 08850741 +antwerpen n 1 2 @ #p 1 0 08850741 +anu n 1 2 @ ; 1 0 09515570 +anubis n 1 1 @ 1 0 09511712 +anunnaki n 1 2 @ ; 1 0 09515712 +anura n 1 3 @ #m %m 1 0 01639369 +anuran n 1 3 @ ~ + 1 0 01639765 +anuresis n 1 2 @ + 1 0 14065903 +anuria n 1 1 @ 1 0 14065903 +anus n 1 5 @ ~ #p %p + 1 0 05538016 +anvers n 1 2 @ #p 1 0 08850741 +anvil n 2 2 @ #p 2 1 02725872 05326340 +anwar_el-sadat n 1 1 @ 1 0 11277900 +anwar_sadat n 1 1 @ 1 0 11277900 +anxiety n 2 3 @ ~ ; 2 2 14374432 07523905 +anxiety_attack n 1 1 @ 1 0 14081665 +anxiety_disorder n 1 2 @ ~ 1 0 14380473 +anxiety_hysteria n 1 1 @ 1 0 14393716 +anxiety_neurosis n 1 1 @ 1 0 14393958 +anxiety_reaction n 1 1 @ 1 0 14380717 +anxiolytic n 1 3 @ ~ + 1 0 03771443 +anxiolytic_drug n 1 2 @ ~ 1 0 03771443 +anxiousness n 2 4 @ ~ + ; 2 0 14374432 07524760 +any-and-all_bid n 1 1 @ 1 0 00790677 +anzac n 1 1 @ 1 0 09797873 +anzio n 1 2 @ #p 1 0 08807716 +ao_dai n 1 1 @ 1 0 02726017 +aorist n 1 2 @ + 1 0 06330037 +aorta n 1 3 @ ~ + 1 1 05335971 +aortic_aneurysm n 1 2 @ ~ 1 0 14106352 +aortic_arch n 1 1 @ 1 0 05336377 +aortic_orifice n 1 1 @ 1 0 05246089 +aortic_plexus n 1 1 @ 1 0 05236582 +aortic_stenosis n 1 1 @ 1 0 14106609 +aortic_valve n 1 1 @ 1 0 05394526 +aortitis n 1 2 @ ~ 1 0 14258293 +aotus n 1 3 @ #m %m 1 0 02492240 +aotus_trivirgatus n 1 2 @ #m 1 0 02492356 +aoudad n 1 2 @ #m 1 0 02416104 +apache n 3 3 @ ~ ; 3 1 09649926 09607208 06919433 +apache_dance n 1 2 @ ; 1 0 00530386 +apache_devil_dance n 1 1 @ 1 0 00541972 +apadana n 1 1 @ 1 0 02726210 +apalachicola n 1 2 @ #p 1 0 09200649 +apalachicola_river n 1 2 @ #p 1 0 09200649 +apalachicola_rosemary n 1 2 @ #m 1 0 12845908 +apanage n 2 1 @ 2 0 13298287 13254443 +apar n 1 2 @ #m 1 0 02455135 +apartheid n 1 1 @ 1 0 06659168 +apartment n 1 4 @ ~ #p %p 1 1 02726305 +apartment_building n 1 3 @ ~ %p 1 1 02726681 +apartment_house n 1 3 @ ~ %p 1 1 02726681 +apatetic_coloration n 1 1 @ 1 0 04979203 +apathy n 2 3 @ ~ + 2 0 07483622 04636610 +apatite n 1 3 @ ~ %s 1 0 14666510 +apatosaur n 1 2 @ #m 1 0 01709484 +apatosaurus n 1 2 @ #m 1 0 01709484 +apatosaurus_excelsus n 1 2 @ #m 1 0 01709484 +apatura n 1 3 @ #m %m 1 0 02278704 +apatura_iris n 1 1 @ 1 0 02278980 +apc n 2 2 @ ; 2 0 02740300 02726861 +ape n 3 3 @ ~ + 3 1 02470325 09964411 09796185 +ape-man n 2 1 @ 2 0 10322801 09797998 +apeldoorn n 1 2 @ #p 1 0 08950035 +apennines n 1 3 @ #p - 1 0 09200874 +aper n 1 3 @ ~ + 1 0 09964411 +apercu n 1 1 @ 1 0 06468749 +aperea n 1 1 @ 1 0 02364840 +aperient n 1 3 @ ~ + 1 0 04025748 +aperitif n 1 1 @ 1 0 07886463 +aperture n 3 3 @ ~ #p 3 1 02727141 09201031 02727016 +apery n 1 3 @ ~ + 1 0 00549472 +apetalous_flower n 1 1 @ 1 0 11674019 +apex n 2 5 ! @ ~ #p + 2 1 08677801 08494987 +apex_of_the_sun's_way n 1 2 @ #p 1 0 08494987 +apgar_score n 1 1 @ 1 0 05739400 +aphaeresis n 1 3 @ + ; 1 0 13433061 +aphagia n 1 1 @ 1 0 14096328 +aphakia n 1 1 @ 1 0 14097432 +aphakic n 1 2 @ + 1 0 09798096 +aphanite n 1 2 @ + 1 0 14726315 +aphasia n 1 3 @ ~ + 1 0 14097574 +aphasic n 1 2 @ + 1 0 09798244 +aphasmidia n 1 2 @ #m 1 0 01929788 +aphelion n 1 2 ! @ 1 0 08495908 +apheresis n 2 4 @ ~ + ; 2 0 13433061 00649992 +aphesis n 1 2 @ + 1 0 13433283 +aphid n 1 3 @ ~ #m 1 0 02252226 +aphid_lion n 1 2 @ #m 1 0 02264591 +aphididae n 1 3 @ #m %m 1 0 02252429 +aphidoidea n 1 3 @ #m %m 1 0 02252039 +aphis n 1 3 @ #m %m 1 0 02252608 +aphis_fabae n 1 2 @ #m 1 0 02252972 +aphis_lion n 1 2 @ #m 1 0 02264591 +aphis_pomi n 1 2 @ #m 1 0 02252799 +aphonia n 1 2 @ + 1 0 14400507 +aphorism n 1 2 @ + 1 0 07153130 +aphorist n 1 2 @ + 1 0 09798404 +aphriza n 1 3 @ #m %m 1 0 02026498 +aphriza_virgata n 1 2 @ #m 1 0 02026629 +aphrodisia n 1 2 ! @ 1 0 07488567 +aphrodisiac n 1 2 @ + 1 0 02727281 +aphrodite n 1 1 @ 1 0 09554132 +aphrophora n 1 3 @ #m %m 1 0 02258354 +aphrophora_saratogensis n 1 2 @ #m 1 0 02258629 +aphthous_ulcer n 1 1 @ 1 0 14211985 +aphyllanthaceae n 1 2 @ #m 1 0 12440128 +aphyllanthes n 1 2 @ #m 1 0 12440385 +aphyllophorales n 1 3 @ #m %m 1 0 13049285 +apia n 1 2 @ #p 1 0 08991752 +apiaceae n 1 4 @ ~ #m %m 1 0 12930044 +apiarist n 1 1 @ 1 0 09846755 +apiary n 1 3 @ %p + 1 0 02727426 +apical_placentation n 1 1 @ 1 0 11681255 +apiculture n 1 2 @ + 1 0 00916285 +apiculturist n 1 2 @ + 1 0 09846755 +apidae n 1 3 @ #m %m 1 0 02207942 +apios n 1 3 @ #m %m 1 0 12507236 +apios_americana n 1 3 @ #m %p 1 0 12507379 +apios_tuberosa n 1 3 @ #m %p 1 0 12507379 +apis n 1 3 @ #m %m 1 0 02208143 +apis_mellifera n 1 3 @ ~ #m 1 0 02208280 +apis_mellifera_adansonii n 1 1 @ 1 0 02208498 +apis_mellifera_scutellata n 1 1 @ 1 0 02208498 +apishamore n 1 1 @ 1 0 02727566 +apium n 1 3 @ #m %m 1 0 12933164 +apium_graveolens n 1 2 @ #m 1 0 12933274 +apium_graveolens_dulce n 1 2 @ %p 1 0 12933403 +apium_graveolens_rapaceum n 1 2 @ %p 1 0 12933616 +aplacophora n 1 3 @ #m %m 1 0 01954340 +aplacophoran n 1 2 @ #m 1 0 01954516 +aplasia n 1 1 @ 1 0 14023901 +aplastic_anaemia n 1 1 @ 1 0 14164341 +aplastic_anemia n 1 1 @ 1 0 14164341 +aplectrum n 1 3 @ #m %m 1 0 12045352 +aplectrum_hyemale n 1 2 @ #m 1 0 12045514 +aplite n 1 2 @ + 1 0 14726484 +aplodontia n 1 3 @ #m %m 1 0 02363818 +aplodontia_rufa n 1 2 @ #m 1 0 02363996 +aplodontiidae n 1 3 @ #m %m 1 0 02363681 +aplomb n 1 1 @ 1 1 04904162 +aplysia n 1 3 @ #m %m 1 0 01951107 +aplysia_punctata n 1 2 @ #m 1 0 01951274 +aplysiidae n 1 3 @ #m %m 1 0 01950952 +apnea n 1 2 @ ~ 1 0 14369408 +apoapsis n 1 5 ! @ ~ #p ; 1 0 08495617 +apocalypse n 2 4 @ #p + - 2 0 07315631 06447897 +apocope n 1 1 @ 1 0 07091737 +apocrine_gland n 1 1 @ 1 0 05330848 +apocrypha n 1 5 @ #p %p + - 1 0 06457952 +apocynaceae n 1 3 @ #m %m 1 0 11766609 +apocynum n 1 3 @ #m %m 1 0 11767196 +apocynum_androsaemifolium n 1 1 @ 1 0 11767630 +apocynum_cannabinum n 1 1 @ 1 0 11767877 +apocynum_pumilum n 1 1 @ 1 0 11768108 +apodeme n 1 2 @ #p 1 0 01905121 +apodemus n 1 3 @ #m %m 1 0 02332606 +apodemus_sylvaticus n 1 2 @ #m 1 0 02333190 +apodidae n 1 3 @ #m %m 1 0 01831930 +apodiform_bird n 1 3 @ ~ #m 1 0 01831712 +apodiformes n 1 3 @ #m %m 1 0 01831519 +apoenzyme n 1 1 @ 1 0 14730301 +apogamy n 1 3 @ + ; 1 0 13433462 +apogee n 2 3 ! @ + 2 1 15291199 08495420 +apogon n 1 2 @ #m 1 0 02572369 +apogon_maculatus n 1 1 @ 1 0 02572484 +apogonidae n 1 3 @ #m %m 1 0 02571983 +apoidea n 1 3 @ #m %m 1 0 02206624 +apojove n 1 2 ! @ 1 0 08496095 +apolemia n 1 1 @ 1 0 01913440 +apollinaire n 1 1 @ 1 0 10820444 +apollo n 1 3 @ ~ ; 1 0 09553767 +apollo_asteroid n 1 1 @ 1 0 09201189 +apollo_program n 1 1 @ 1 0 05899621 +apologetics n 1 1 @ 1 0 06182866 +apologia n 1 1 @ 1 1 06740919 +apologist n 1 2 @ + 1 1 09798534 +apologue n 1 2 @ ~ 1 0 06372095 +apology n 3 2 @ + 3 1 06633363 06740919 05821102 +apolune n 1 2 ! @ 1 0 08496199 +apomict n 1 1 @ 1 0 11536567 +apomixis n 1 3 @ ~ + 1 0 13433727 +apomorphine n 1 1 @ 1 0 02727660 +aponeurosis n 1 2 @ + 1 0 05582690 +apophasis n 1 2 @ + 1 0 07101649 +apophatism n 1 2 ! @ 1 0 05942104 +apophthegm n 1 1 @ 1 0 07153130 +apophysis n 2 4 @ #p + ; 2 0 13088460 05473104 +apoplexy n 1 4 @ ~ %p + 1 0 14082303 +apoptosis n 1 1 @ 1 0 11486381 +aporocactus n 1 3 @ #m %m 1 0 11843285 +aporocactus_flagelliformis n 1 2 @ #m 1 0 11843441 +aposelene n 1 2 ! @ 1 0 08496199 +aposematic_coloration n 1 1 @ 1 0 04979002 +aposiopesis n 1 2 @ + 1 0 07101778 +apostasy n 2 1 @ 2 0 14413411 00204814 +apostate n 1 2 @ + 1 0 10007109 +apostelic_father n 1 2 @ ~ 1 0 09799213 +apostle n 3 4 @ ~ + ; 3 0 09799461 09799213 09798811 +apostle_of_germany n 1 2 @ ; 1 0 10856486 +apostle_of_the_gentiles n 1 2 @ ; 1 0 11225661 +apostle_paul n 1 2 @ ; 1 0 11225661 +apostleship n 1 2 @ + 1 0 00588881 +apostolic_delegate n 1 2 @ ; 1 0 09799607 +apostrophe n 2 2 @ + 2 0 07101937 06841987 +apothecaries'_ounce n 1 3 @ #p %p 1 0 13722522 +apothecaries'_pound n 1 2 @ %p 1 0 13722757 +apothecaries'_unit n 1 2 @ ~ 1 0 13716878 +apothecaries'_weight n 1 2 @ ~ 1 0 13716878 +apothecary n 1 2 @ ~ 1 1 10421470 +apothecary's_shop n 1 2 @ %p 1 0 03249342 +apothecium n 1 3 @ ~ + 1 0 11533622 +apothegm n 1 2 @ + 1 0 07153130 +apotheosis n 2 3 @ ~ + 2 0 10325243 01029114 +appalachia n 1 3 @ #p + 1 0 08493493 +appalachian n 1 2 @ + 1 0 09799808 +appalachian_mountains n 1 3 @ #p %p 1 0 09201301 +appalachians n 1 3 @ #p %p 1 0 09201301 +appalling n 1 1 @ 1 1 07285872 +appaloosa n 1 1 @ 1 0 02379743 +appanage n 2 1 @ 2 0 13298287 13254443 +apparatchik n 2 1 @ 2 0 09800056 09799920 +apparatus n 2 3 @ ~ ; 2 1 02727825 05218899 +apparatus_urogenitalis n 1 2 @ %p 1 0 05509452 +apparel n 1 3 @ ~ + 1 0 02728440 +apparel_chain n 1 1 @ 1 0 08061609 +apparel_industry n 1 1 @ 1 0 08066317 +apparency n 1 2 @ + 1 0 04706727 +apparent_horizon n 1 2 @ #p 1 0 08585657 +apparent_motion n 1 1 @ 1 0 11425088 +apparent_movement n 1 1 @ 1 0 11425088 +apparentness n 1 2 @ + 1 0 04706727 +apparition n 4 3 @ ~ + 4 1 09547111 07323436 05897553 00050484 +appeal n 4 4 @ ~ + ; 4 3 07186828 04687333 01185611 06513764 +appeal_board n 1 1 @ 1 1 08323301 +appealingness n 1 3 @ ~ + 1 0 04687333 +appeals_board n 1 1 @ 1 0 08323301 +appeals_court n 1 2 @ ~ 1 0 08330106 +appearance n 6 4 ! @ ~ + 6 5 04673965 07321772 01233627 05939432 00050195 00755277 +appearing n 1 1 @ 1 0 01233627 +appeasement n 1 2 @ ~ 1 0 01150938 +appeaser n 1 2 @ + 1 0 09800249 +appellant n 1 2 @ + 1 0 09800469 +appellate_court n 1 2 @ ~ 1 0 08330106 +appellation n 1 2 @ ~ 1 0 06338908 +appellative n 1 3 @ ~ + 1 0 06338908 +appendage n 3 3 @ ~ + 3 0 05559908 05470189 02728763 +appendectomy n 1 1 @ 1 0 00666232 +appendicectomy n 1 1 @ 1 0 00666232 +appendicitis n 1 1 @ 1 0 14258512 +appendicle n 1 2 @ + 1 0 02728968 +appendicular_artery n 1 1 @ 1 0 05336893 +appendicular_skeleton n 1 3 @ #p %p 1 0 05587034 +appendicular_vein n 1 1 @ 1 0 05357867 +appendicularia n 1 2 @ #m 1 0 01470733 +appendix n 2 3 @ ~ #p 2 1 06399337 05537576 +appenzeller n 1 1 @ 1 0 02107908 +apperception n 1 2 @ + 1 0 05708658 +appetence n 1 3 @ ~ + 1 0 07485626 +appetency n 1 3 @ ~ + 1 0 07485626 +appetiser n 1 2 @ ~ 1 0 07581346 +appetisingness n 1 4 @ ~ = + 1 0 04995531 +appetite n 1 2 @ ~ 1 1 07485626 +appetite_suppressant n 1 1 @ 1 0 04361529 +appetizer n 1 2 @ ~ 1 0 07581346 +appetizingness n 1 5 ! @ ~ = + 1 0 04995531 +appian_way n 1 2 @ #p 1 0 02729060 +applauder n 1 2 @ + 1 0 09926088 +applause n 1 3 @ ~ #p 1 1 06691989 +apple n 2 5 @ ~ #m #p %p 2 1 07739125 12633994 +apple_aphid n 1 2 @ #m 1 0 02252799 +apple_blight n 1 1 @ 1 0 14216054 +apple_butter n 1 1 @ 1 0 07642742 +apple_canker n 1 1 @ 1 0 14216054 +apple_dumpling n 1 1 @ 1 0 07614103 +apple_fritter n 1 1 @ 1 0 07640014 +apple_geranium n 1 2 @ #m 1 0 12688187 +apple_jelly n 1 2 @ ~ 1 0 07643474 +apple_juice n 1 1 @ 1 0 07924366 +apple_maggot n 1 2 @ #m 1 0 02196896 +apple_mint n 1 1 @ 1 0 12856479 +apple_nut n 1 2 @ #p 1 0 12594533 +apple_of_discord n 1 2 @ ; 1 0 02729345 +apple_of_peru n 2 2 @ #m 2 0 12907057 12903503 +apple_orchard n 1 1 @ 1 0 02729755 +apple_pie n 1 1 @ 1 0 07626174 +apple_polisher n 1 1 @ 1 0 09800631 +apple_rust n 1 2 @ #m 1 0 13065514 +apple_sauce n 1 1 @ 1 0 07825850 +apple_tart n 2 1 @ 2 0 07624130 07623834 +apple_tree n 1 4 @ ~ #m %s 1 1 12633638 +apple_turnover n 1 1 @ 1 0 07624666 +applecart n 2 1 @ 2 0 05795835 02729222 +applejack n 1 2 @ #s 1 1 07903543 +applemint n 1 1 @ 1 0 12856479 +applesauce n 2 2 @ ; 2 0 07825850 06611998 +applesauce_cake n 1 1 @ 1 0 07629697 +applet n 1 1 @ 1 0 06570647 +appleton n 2 2 @ #p 2 0 10820613 09157555 +appleton_layer n 1 2 @ #p 1 0 08582337 +applewood n 1 2 @ #s 1 0 12633866 +appliance n 2 2 @ ~ 2 0 02729965 02729837 +applicability n 1 4 ! @ ~ + 1 1 13795180 +applicant n 1 3 @ ~ + 1 1 09607280 +application n 7 3 @ ~ + 7 3 00949134 06512580 00712225 06570110 03691128 00633329 00036061 +application-oriented_language n 1 2 @ ~ 1 0 06899110 +application_form n 1 1 @ 1 1 06473837 +application_program n 1 2 @ ~ 1 0 06570110 +applications_programme n 1 2 @ ~ 1 0 06570110 +applicator n 1 2 @ ~ 1 1 02730265 +applied_anatomy n 1 1 @ 1 0 06059125 +applied_math n 1 2 @ ~ 1 0 06018022 +applied_mathematics n 1 2 @ ~ 1 0 06018022 +applied_psychology n 1 1 @ 1 0 06138347 +applied_science n 1 3 @ ~ - 1 0 06125041 +applied_scientist n 1 2 @ ~ 1 0 09615807 +applier n 2 3 @ ~ + 2 0 09607280 02730265 +applique n 1 2 @ + 1 0 02730437 +appoggiatura n 1 1 @ 1 0 06871983 +appointee n 2 3 @ ~ + 2 2 09800964 09607630 +appointment n 6 4 @ ~ %m ; 6 3 00163779 08385009 02730568 09607630 00586105 00090393 +appointment_book n 1 1 @ 1 0 06416049 +appointment_calendar n 1 1 @ 1 0 06416049 +apportioning n 1 2 @ ~ 1 0 01083645 +apportionment n 1 3 @ ~ + 1 0 01083645 +appositeness n 1 3 ! @ + 1 0 04716491 +apposition n 3 4 @ ~ + ; 3 0 13801217 13433948 01051801 +appraisal n 3 3 @ ~ + 3 1 05733583 06528783 00875519 +appraiser n 2 4 @ ~ + ; 2 1 09802050 09802239 +appreciation n 5 4 ! @ ~ = 5 5 05806623 05749619 07229111 01218593 00364440 +appreciativeness n 1 2 @ + 1 0 07504529 +appreciator n 1 3 @ ~ + 1 0 09802445 +apprehender n 2 2 @ + 2 0 10240082 09801102 +apprehension n 4 3 @ ~ + 4 2 07521674 05805475 05951566 00088725 +apprehensiveness n 1 3 @ ~ + 1 0 07521674 +apprentice n 1 3 @ ~ + 1 1 09801864 +apprenticeship n 1 2 @ + 1 1 00588998 +apprisal n 1 3 @ ~ + 1 0 07212424 +appro n 1 2 @ ; 1 0 14412564 +approach n 9 5 @ ~ #p + ; 9 3 00941140 00280853 02671062 08493961 07310507 07164349 05046471 04746134 00573268 +approach_path n 1 2 @ #p 1 0 08493961 +approach_pattern n 1 2 @ %p 1 0 08492747 +approach_shot n 1 3 @ ~ ; 1 0 00573268 +approach_trench n 1 1 @ 1 0 02730748 +approachability n 1 3 ! @ + 1 0 04655649 +approaching n 3 2 @ ~ 3 0 07310507 05046471 00280853 +approbation n 2 3 ! @ + 2 0 07500612 06687178 +appropriateness n 2 5 ! @ ~ = + 2 0 04899031 04715947 +appropriation n 3 3 @ ~ ; 3 1 13289845 00373418 00083975 +appropriation_bill n 1 3 @ %p ; 1 0 06537124 +appropriator n 1 3 @ ~ + 1 0 09802641 +approval n 4 4 ! @ ~ + 4 3 01215392 07500159 14412374 06686736 +approver n 1 2 @ + 1 0 09802844 +approving n 1 2 @ ~ 1 0 01215392 +approximate_range n 1 1 @ 1 0 05126066 +approximation n 4 2 @ ~ 4 2 05803379 04744032 06783442 00146277 +appurtenance n 2 3 @ ~ + 2 0 03430959 02671421 +apr n 1 3 @ #p %p 1 0 15211189 +apraxia n 1 2 @ + 1 0 14091126 +apresoline n 1 1 @ 1 0 03550671 +apricot n 3 4 @ ~ #m #p 3 0 12640607 07750872 04971675 +apricot_bar n 1 1 @ 1 0 07637949 +apricot_sauce n 1 1 @ 1 0 07832307 +apricot_tree n 1 3 @ ~ #m 1 0 12640607 +april n 1 3 @ #p %p 1 1 15211189 +april_14 n 1 2 @ #p 1 0 15188688 +april_fool n 2 1 @ 2 0 09801275 00514356 +april_fools' n 1 2 @ #p 1 0 15188505 +april_fools'_day n 1 2 @ #p 1 0 15188505 +apron n 4 4 @ #p %p ; 4 1 02730930 08496334 04013362 02731123 +apron_string n 1 2 @ #p 1 0 02731251 +apse n 1 4 @ ~ #p + 1 0 02731398 +apsis n 1 3 @ ~ #p 1 0 02731398 +apsu n 1 2 @ ; 1 0 09515877 +aptenodytes n 1 3 @ #m %m 1 0 02056421 +aptenodytes_forsteri n 1 2 @ #m 1 0 02056728 +aptenodytes_patagonica n 1 2 @ #m 1 0 02056570 +apterygidae n 1 3 @ #m %m 1 0 01520284 +apterygiformes n 1 3 @ #m %m 1 0 01520058 +apteryx n 1 2 @ #m 1 0 01520576 +aptitude n 1 4 ! @ ~ + 1 1 05622456 +aptness n 2 3 ! @ + 2 0 04943154 04716491 +apulia n 1 3 @ #p %p 1 0 08810358 +apus n 2 3 @ #m %m 2 0 09201714 01832381 +apus_apus n 1 2 @ #m 1 0 01832493 +apyretic_tetanus n 1 1 @ 1 0 14310504 +aqaba n 1 2 @ #p 1 0 08927678 +aqua n 1 1 @ 1 0 04969798 +aqua-lung n 1 3 @ %p ; 1 0 02731629 +aqua_fortis n 1 1 @ 1 0 14766532 +aqua_regia n 1 1 @ 1 0 14767477 +aqua_vitae n 1 1 @ 1 0 07902336 +aquaculture n 1 2 @ + 1 0 00916147 +aqualung n 1 2 @ %p 1 0 02731629 +aquamarine n 2 1 @ 2 0 14767663 04969798 +aquanaut n 2 1 @ 2 0 10607291 09801371 +aquaphobia n 1 2 @ + 1 0 14382967 +aquaplane n 1 2 @ + 1 0 02731900 +aquarium n 1 2 @ ~ 1 0 02732072 +aquarius n 3 3 @ #p ; 3 0 09753642 09201840 08687884 +aquarius_the_water_bearer n 1 1 @ 1 0 08687884 +aquatic n 1 2 @ + 1 0 11536673 +aquatic_bird n 1 2 @ ~ 1 0 01844917 +aquatic_fern n 1 2 @ ~ 1 0 12957076 +aquatic_mammal n 1 3 @ ~ %p 1 0 02062017 +aquatic_plant n 1 3 @ ~ %p 1 0 13121544 +aquatic_vertebrate n 1 3 @ ~ %p 1 0 01473806 +aquatics n 1 3 @ ~ - 1 0 00441824 +aquatint n 2 2 @ + 2 0 02732295 00939091 +aquavit n 1 2 @ %s 1 0 07902799 +aqueduct n 1 2 @ %p 1 0 02732433 +aqueductus_cerebri n 1 1 @ 1 0 05503401 +aqueous_humor n 1 1 @ 1 0 05318263 +aqueous_humour n 1 1 @ 1 0 05318263 +aqueous_solution n 1 1 @ 1 0 14589912 +aquiculture n 1 3 @ ~ + 1 0 00918976 +aquifer n 1 2 @ + 1 0 09201998 +aquifoliaceae n 1 3 @ #m %m 1 0 12756286 +aquila n 3 4 @ #m #p %m 3 0 09202142 08804319 01614195 +aquila_chrysaetos n 1 3 @ ~ #m 1 0 01614343 +aquila_degli_abruzzi n 1 2 @ #p 1 0 08804319 +aquila_rapax n 1 2 @ #m 1 0 01614556 +aquilege n 1 3 @ ~ #m 1 0 11727091 +aquilegia n 1 3 @ ~ #m 1 0 11727091 +aquilegia_caerulea n 1 2 @ #m 1 0 11727540 +aquilegia_canadensis n 1 2 @ #m 1 0 11727358 +aquilegia_scopulorum_calcarea n 1 2 @ #m 1 0 11727540 +aquilegia_vulgaris n 1 2 @ #m 1 0 11727738 +aquinas n 1 2 @ ; 1 0 10820790 +aquitaine n 1 2 @ #p 1 0 08940517 +aquitania n 1 2 @ #p 1 0 08940517 +ar n 3 5 @ #m #s #p %p 3 0 14628920 13613862 09059274 +ar_rimsal n 1 2 @ #p 1 0 09172111 +ara n 2 3 @ #m %m 2 0 09202285 01818409 +arab n 2 3 @ ~ #m 2 0 09729530 02379908 +arab-berbers n 1 1 @ 1 0 08483500 +arab-israeli_war n 2 2 @ ; 2 0 01302683 01302449 +arab_chief n 1 1 @ 1 0 10588357 +arab_league n 1 2 @ %m 1 0 08172103 +arab_republic_of_egypt n 1 6 @ #m #p %m %p - 1 0 08897065 +arab_revolutionary_brigades n 1 2 @ ; 1 0 08020242 +arabesque n 2 1 @ 2 0 05081802 02732572 +arabia n 1 6 @ #p %m %p + - 1 0 08847694 +arabian n 2 4 @ ~ #m + 2 0 09729530 02379908 +arabian_camel n 1 1 @ 1 0 02437312 +arabian_coffee n 1 1 @ 1 0 12663023 +arabian_desert n 2 3 @ #p %p 2 0 09168020 09167767 +arabian_gulf n 1 3 @ #p %p 1 0 09390424 +arabian_jasmine n 1 1 @ 1 0 12307455 +arabian_nights n 1 2 @ - 1 0 07222230 +arabian_nights'_entertainment n 1 2 @ - 1 0 07222230 +arabian_peninsula n 1 5 @ #p %m %p - 1 0 08847694 +arabian_sea n 1 3 @ #p %p 1 1 09202405 +arabian_tea n 1 1 @ 1 0 03608870 +arabic n 1 3 @ + - 1 0 06988057 +arabic_alphabet n 1 1 @ 1 0 06500062 +arabic_language n 1 2 @ - 1 0 06988057 +arabic_numeral n 1 2 ! @ 1 0 06807501 +arabidopsis n 1 2 @ #m 1 0 11871294 +arabidopsis_lyrata n 1 1 @ 1 0 11871748 +arabidopsis_thaliana n 1 1 @ 1 0 11871496 +arability n 1 2 @ + 1 0 04715818 +arabis n 1 3 @ #m %m 1 0 11871916 +arabis_canadensis n 1 2 @ #m 1 0 11872324 +arabis_glabra n 1 2 @ #m 1 0 11872658 +arabis_turrita n 1 2 @ #m 1 0 11872473 +arabist n 1 1 @ 1 0 09802951 +araceae n 1 4 @ #m %m + 1 0 11778534 +arachis n 1 3 @ #m %m 1 0 11748330 +arachis_hypogaea n 1 3 @ #m %p 1 0 11748501 +arachnid n 1 3 @ ~ #m 1 0 01769347 +arachnida n 1 4 @ #m %m + 1 0 01768969 +arachnoid n 2 5 @ ~ #m #p + 2 0 05482676 01769347 +arachnoid_membrane n 1 2 @ #p 1 0 05482676 +arachnophobia n 1 1 @ 1 0 14382075 +arafat n 1 1 @ 1 0 10821218 +arafura_sea n 1 2 @ #p 1 0 09202603 +aragon n 2 2 @ #p 2 0 10821379 09027460 +aragonite n 1 1 @ 1 0 14666758 +araguaia n 1 2 @ #p 1 0 09202810 +araguaia_river n 1 2 @ #p 1 0 09202810 +araguaya n 1 2 @ #p 1 0 09202810 +araguaya_river n 1 2 @ #p 1 0 09202810 +arak n 1 1 @ 1 0 07902937 +aral_sea n 1 1 @ 1 0 09330233 +arales n 1 3 @ #m %m 1 0 11778391 +aralia n 1 2 @ #m 1 0 11797321 +aralia_elata n 1 2 @ #m 1 0 11798496 +aralia_hispida n 1 2 @ #m 1 0 11798270 +aralia_nudicaulis n 1 2 @ #m 1 0 11797722 +aralia_racemosa n 1 2 @ #m 1 0 11797981 +aralia_spinosa n 1 2 @ #m 1 0 11797508 +aralia_stipulata n 1 1 @ 1 0 11798688 +araliaceae n 1 3 @ #m %m 1 0 11796744 +aram n 1 2 @ + 1 0 09033813 +aram_ilich_khachaturian n 1 1 @ 1 0 11103648 +aram_kachaturian n 1 1 @ 1 0 11095587 +aram_khachaturian n 1 1 @ 1 0 11103648 +aramaean n 1 1 @ 1 0 09803060 +aramaic n 2 3 @ ~ + 2 0 06988307 06351888 +aramaic_script n 1 1 @ 1 0 06351888 +arame n 1 1 @ 1 0 01397690 +aramean n 1 1 @ 1 0 09803060 +aramus n 1 2 @ #m 1 0 02013362 +aramus_guarauna n 1 2 @ #m 1 0 02013567 +aramus_pictus n 1 2 @ #m 1 0 02013706 +aran_islands n 1 2 @ #p 1 0 08708870 +aranea n 1 3 @ #m %m 1 0 01773319 +aranea_diademata n 1 2 @ #m 1 0 01773797 +araneae n 1 3 @ #m %m 1 0 01771966 +araneida n 1 4 @ #m %m + 1 0 01771966 +araneus n 1 3 @ #m %m 1 0 01773319 +araneus_cavaticus n 1 2 @ #m 1 0 01773549 +aranyaka n 1 1 @ 1 0 06465623 +arapaho n 2 1 @ 2 0 09650250 06908291 +arapahoe n 2 1 @ 2 0 09650250 06908291 +ararat n 1 2 @ #p 1 0 09203032 +arariba n 1 2 @ #m 1 0 11749603 +araroba n 1 1 @ 1 0 02732696 +aras n 1 2 @ #p 1 0 09203217 +arauca n 1 2 @ #p 1 0 09203481 +araucaria n 1 3 @ ~ #m 1 0 11645914 +araucaria_araucana n 1 1 @ 1 0 11646167 +araucaria_bidwillii n 1 2 @ %p 1 0 11646694 +araucaria_columnaris n 1 1 @ 1 0 11646517 +araucaria_cunninghamii n 1 1 @ 1 0 11646955 +araucaria_excelsa n 1 1 @ 1 0 11646344 +araucaria_family n 1 3 @ #m %m 1 0 11645271 +araucaria_heterophylla n 1 1 @ 1 0 11646344 +araucariaceae n 1 3 @ #m %m 1 0 11645271 +araujia n 1 3 @ #m %m 1 0 13235947 +araujia_sericofera n 1 2 @ #m 1 0 13236100 +arava n 1 2 @ ; 1 0 03654086 +arawak n 2 2 @ + 2 0 09803247 06917764 +arawakan n 2 2 @ + 2 0 09803247 06917764 +arawn n 1 2 @ ; 1 0 09508076 +araxes n 1 2 @ #p 1 0 09203217 +arb n 1 1 @ 1 0 09803800 +arbalest n 1 1 @ 1 0 02981911 +arbalist n 1 1 @ 1 0 02981911 +arbiter n 2 3 @ ~ + 2 0 09804053 09803429 +arbitrage n 1 3 @ ~ + 1 0 01093965 +arbitrager n 1 2 @ + 1 0 09803800 +arbitrageur n 1 1 @ 1 0 09803800 +arbitrament n 1 2 @ + 1 0 01190884 +arbitrariness n 1 2 @ + 1 0 04671841 +arbitration n 2 3 @ + ; 2 0 07150850 01190884 +arbitration_clause n 1 2 @ #p 1 0 06393253 +arbitrator n 1 3 @ ~ + 1 0 09803429 +arbitrement n 1 2 @ + 1 0 01190884 +arbor n 3 4 @ ~ #p + 3 0 13107891 04277493 02732827 +arbor_day n 1 1 @ 1 0 15158359 +arboreal_salamander n 1 1 @ 1 0 01637338 +arborescent_plant n 1 2 @ ~ 1 0 13103750 +arboretum n 1 1 @ 1 0 02733075 +arboriculture n 1 2 @ + 1 0 00917614 +arboriculturist n 1 2 @ + 1 0 10104756 +arborist n 1 2 @ + 1 0 10727818 +arborolatry n 1 1 @ 1 0 01045714 +arborvirus n 1 2 @ ~ 1 0 01329186 +arborvitae n 1 2 @ ~ 1 0 11643835 +arbour n 1 2 @ ~ 1 0 02732827 +arbovirus n 1 2 @ ~ 1 0 01329186 +arbutus n 1 3 @ ~ #m 1 0 12230347 +arbutus_menziesii n 1 1 @ 1 0 12230540 +arbutus_unedo n 1 1 @ 1 0 12230794 +arc n 3 4 @ ~ #p + 3 2 11511523 13874384 13896100 +arc-boutant n 1 1 @ 1 0 03373943 +arc_cosecant n 1 1 @ 1 0 13789136 +arc_cosine n 1 1 @ 1 0 13787853 +arc_cotangent n 1 1 @ 1 0 13788502 +arc_lamp n 1 2 @ ~ 1 0 02735361 +arc_light n 1 2 @ ~ 1 0 02735361 +arc_secant n 1 1 @ 1 0 13788820 +arc_sine n 1 1 @ 1 0 13787551 +arc_tangent n 1 1 @ 1 0 13788182 +arca n 1 3 @ #m %m 1 0 01963136 +arcade n 2 3 @ ~ %p 2 0 02733378 02733213 +arcadia n 1 3 @ #p %m 1 0 08790353 +arcadian n 1 3 @ #m + 1 0 09711754 +arcadic n 1 1 @ 1 0 06977948 +arcadic_dialect n 1 1 @ 1 0 06977948 +arcado-cyprians n 1 1 @ 1 0 08160586 +arcangelo_corelli n 1 1 @ 1 0 10910948 +arcanum n 1 2 @ ~ 1 0 06672953 +arccos n 1 1 @ 1 0 13787853 +arccosecant n 1 1 @ 1 0 13789136 +arccosine n 1 1 @ 1 0 13787853 +arccotangent n 1 1 @ 1 0 13788502 +arcdegree n 1 3 @ #p %p 1 0 13611207 +arcella n 1 2 @ #m 1 0 01394492 +arcellidae n 1 3 @ #m %m 1 0 01394193 +arceuthobium n 1 3 @ #m %m 1 0 12738087 +arceuthobium_pusillum n 1 2 @ #m 1 0 12738259 +arch n 4 6 @ ~ #p %p + ; 4 2 13886133 05576573 02734217 02733524 +arch_support n 1 1 @ 1 0 02735268 +archaebacteria n 1 3 @ ~ #m 1 0 01347583 +archaebacterium n 1 3 @ ~ #m 1 0 01347583 +archaeobacteria n 1 3 @ ~ #m 1 0 01347583 +archaeologist n 1 3 @ ~ + 1 1 09804806 +archaeology n 1 4 @ ~ + - 1 0 06144081 +archaeopteryx n 1 2 @ #m 1 0 01516212 +archaeopteryx_lithographica n 1 2 @ #m 1 0 01516212 +archaeornis n 1 2 @ #m 1 0 01517389 +archaeornithes n 1 3 @ #m %m 1 0 01515811 +archaeozoic n 1 3 @ #p + 1 0 15129220 +archaeozoic_aeon n 1 2 @ #p 1 0 15129220 +archaicism n 1 3 @ + - 1 0 07073447 +archaism n 1 3 @ + - 1 0 07073447 +archaist n 2 2 @ + 2 0 09804230 09797606 +archangel n 2 3 @ ~ + 2 1 09539183 12932173 +archbishop n 1 3 @ ~ + 1 1 09805151 +archbishopric n 1 1 @ 1 0 08550455 +archdeacon n 1 3 @ + ; 1 0 09804343 +archdeaconry n 1 1 @ 1 0 08550560 +archdiocese n 1 2 @ + 1 0 08550862 +archduchess n 1 1 @ 1 0 09804518 +archduchy n 1 1 @ 1 0 08556950 +archduke n 1 3 @ ~ + 1 0 09804658 +archean n 1 3 @ #p + 1 0 15129220 +archean_aeon n 1 2 @ #p 1 0 15129220 +archean_eon n 1 2 @ #p 1 0 15129220 +archegonium n 1 2 @ + 1 0 11689054 +archenteron n 1 3 @ #p %p 1 0 01462945 +archeobacteria n 1 3 @ ~ #m 1 0 01347583 +archeological_remains n 1 2 @ ; 1 0 09203677 +archeological_site n 1 3 @ ~ ; 1 0 08550076 +archeologist n 1 3 @ ~ + 1 0 09804806 +archeology n 1 4 @ ~ + - 1 0 06144081 +archeopteryx n 1 2 @ #m 1 0 01516212 +archeozoic n 1 3 @ #p + 1 0 15129220 +archeozoic_eon n 1 2 @ #p 1 0 15129220 +archer n 3 3 @ ~ ; 3 0 09805324 09753348 08687525 +archerfish n 1 2 @ #m 1 0 02620578 +archery n 1 1 @ 1 0 00446980 +arches_national_park n 1 2 @ #p 1 0 08602254 +archespore n 1 2 @ + 1 0 11688378 +archesporium n 1 2 @ + 1 0 11688378 +archetype n 1 2 @ + 1 0 05938400 +archiannelid n 1 2 @ #m 1 0 01934844 +archiannelida n 1 3 @ #m %m 1 0 01934705 +archibald_macleish n 1 1 @ 1 0 11148152 +archibald_percival_wavell n 1 1 @ 1 0 11377315 +archidiaconate n 1 1 @ 1 0 14432527 +archidiskidon n 1 3 @ #m %m 1 0 02505342 +archidiskidon_imperator n 1 2 @ #m 1 0 02505485 +archil n 2 2 @ #m 2 0 14989430 12988572 +archilochus n 1 3 @ #m %m 1 0 01834039 +archilochus_colubris n 1 2 @ #m 1 0 01834177 +archimandrite n 1 2 @ ~ 1 0 09754404 +archimedes n 1 1 @ 1 0 10821514 +archimedes'_principle n 1 2 @ ; 1 0 05874716 +archine n 1 1 @ 1 0 13652443 +archipallium n 1 1 @ 1 0 05481870 +archipelago n 1 4 @ ~ %m + 1 0 09203827 +architect n 1 2 @ ~ 1 1 09805475 +architectonics n 1 3 @ #p + 1 0 06124395 +architectural_engineering n 1 1 @ 1 0 06134075 +architectural_ornament n 1 3 @ ~ ; 1 0 02734423 +architectural_plan n 1 2 @ ~ 1 0 03954199 +architectural_style n 1 2 @ ~ 1 0 05841351 +architecture n 4 5 @ ~ %p ; - 4 3 02734725 06123363 00610738 04932278 +architeuthis n 1 2 @ #m 1 0 01972131 +architrave n 2 2 @ #p 2 0 02734994 02734835 +archive n 1 3 @ ~ + 1 0 02735086 +archives n 1 1 @ 1 1 06592991 +archivist n 1 2 @ + 1 0 09806944 +archness n 1 1 @ 1 0 04649651 +archosargus n 1 3 @ #m %m 1 0 02591757 +archosargus_probatocephalus n 1 2 @ #m 1 0 02592055 +archosargus_rhomboidalis n 1 2 @ #m 1 0 02591911 +archosaur n 1 4 @ ~ #m + 1 0 01695681 +archosauria n 1 3 @ #m %m 1 0 01695259 +archosaurian n 1 4 @ ~ #m + 1 0 01695681 +archosaurian_reptile n 1 3 @ ~ #m 1 0 01695681 +archpriest n 1 2 @ ~ 1 0 09807075 +archway n 1 2 @ #p 1 0 02734217 +arcidae n 1 3 @ #m %m 1 0 01963017 +arcminute n 1 3 @ #p %p 1 0 13611567 +arcsec n 1 1 @ 1 0 13788820 +arcsecant n 1 1 @ 1 0 13788820 +arcsecond n 1 2 @ #p 1 0 13611395 +arcsin n 1 1 @ 1 0 13787551 +arcsine n 1 1 @ 1 0 13787551 +arctan n 1 1 @ 1 0 13788182 +arctangent n 1 1 @ 1 0 13788182 +arctic n 2 2 @ + 2 1 08496477 02735538 +arctic_archipelago n 1 2 @ #p 1 0 08825987 +arctic_char n 1 1 @ 1 0 02538562 +arctic_circle n 1 1 @ 1 1 08496798 +arctic_fox n 1 3 @ ~ #m 1 0 02120079 +arctic_ground_squirrel n 1 1 @ 1 0 02359047 +arctic_hare n 1 2 @ #m 1 0 02327656 +arctic_moss n 1 2 @ #m 1 0 12991184 +arctic_mouse-ear n 1 1 @ 1 0 11807696 +arctic_ocean n 1 2 @ %p 1 0 09204977 +arctic_poppy n 1 2 @ #m 1 0 11901759 +arctic_skua n 1 2 @ #m 1 0 02044517 +arctic_willow n 1 2 @ #m 1 0 12726528 +arctic_wolf n 1 1 @ 1 0 02114548 +arctic_zone n 1 1 @ 1 0 08496477 +arctictis n 1 3 @ #m %m 1 0 02135981 +arctictis_bintourong n 1 2 @ #m 1 0 02136103 +arctiid n 1 3 @ ~ #m 1 0 02305407 +arctiid_moth n 1 3 @ ~ #m 1 0 02305407 +arctiidae n 1 3 @ #m %m 1 0 02305245 +arctium n 1 3 @ #m %m 1 0 11924330 +arctium_lappa n 1 1 @ 1 0 11924849 +arctium_minus n 1 1 @ 1 0 11924661 +arctocebus n 1 3 @ #m %m 1 0 02499434 +arctocebus_calabarensis n 1 2 @ #m 1 0 02499568 +arctocephalus n 1 3 @ #m %m 1 0 02077023 +arctocephalus_philippi n 1 1 @ 1 0 02077384 +arctonyx n 1 3 @ #m %m 1 0 02448754 +arctonyx_collaris n 1 2 @ #m 1 0 02448885 +arctostaphylos n 1 3 @ #m %m 1 0 12231031 +arctostaphylos_alpina n 1 1 @ 1 0 12231709 +arctostaphylos_andersonii n 1 1 @ 1 0 12232114 +arctostaphylos_manzanita n 1 1 @ 1 0 12232280 +arctostaphylos_tomentosa n 1 1 @ 1 0 12232503 +arctostaphylos_uva-ursi n 1 1 @ 1 0 12231358 +arctotis n 1 3 @ #m %m 1 0 11925140 +arctotis_stoechadifolia n 1 2 @ #m 1 0 11925450 +arctotis_venusta n 1 2 @ #m 1 0 11925450 +arcturus n 1 2 @ #m 1 0 09205334 +arcuate_artery n 1 2 @ #p 1 0 05337055 +arcuate_artery_of_the_kidney n 1 2 @ #p 1 0 05337178 +arcuate_vein_of_the_kidney n 1 2 @ #p 1 0 05358036 +arcus n 1 1 @ 1 0 05317815 +arcus_senilis n 1 1 @ 1 1 05317815 +arcus_zygomaticus n 1 2 @ #p 1 0 05284851 +arda n 1 2 @ #p 1 0 08340753 +ardea n 1 3 @ #m %m 1 0 02008316 +ardea_herodius n 1 2 @ #m 1 0 02008497 +ardea_occidentalis n 1 2 @ #m 1 0 02008643 +ardeb n 1 1 @ 1 0 13616340 +ardeidae n 1 3 @ #m %m 1 0 02007721 +ardennes n 1 3 @ #p - 1 0 08941681 +ardennes_counteroffensive n 1 3 @ #p ; 1 0 01271107 +ardent_spirits n 1 1 @ 1 0 07902336 +ardisia n 1 3 @ #m %m 1 0 12097180 +ardisia_crenata n 1 2 @ #m 1 0 12097396 +ardisia_escallonoides n 1 2 @ #m 1 0 12097556 +ardisia_paniculata n 1 2 @ #m 1 0 12097556 +ardor n 3 2 @ ~ 3 1 07555402 07544129 07481375 +ardour n 3 2 @ ~ 3 0 07555402 07544129 07481375 +ards n 1 1 @ 1 0 14055052 +arduousness n 1 2 @ + 1 0 04709759 +are n 1 2 @ #p 1 0 13613862 +area n 6 3 @ ~ + 6 6 08497294 05815517 05221895 14514039 02735688 05128519 +area_17_of_brodmann n 1 2 @ #p 1 0 05494617 +area_bombing n 1 1 @ 1 0 00978993 +area_code n 1 1 @ 1 0 06354626 +area_of_cardiac_dullness n 1 2 @ #p 1 0 05391540 +area_unit n 1 2 @ ~ 1 0 13600404 +areaway n 1 1 @ 1 1 02736396 +areca n 1 3 @ ~ #m 1 0 12584191 +areca_catechu n 1 2 @ %p 1 0 12584365 +areca_nut n 1 2 @ #p 1 0 07770869 +arecaceae n 1 3 @ #m %m 1 0 12581381 +arecidae n 1 3 @ #m %m 1 0 11668573 +areflexia n 1 1 @ 1 0 14406465 +arena n 4 3 @ ~ %p 4 1 14514039 08497107 04295881 02736511 +arena_theater n 1 1 @ 1 0 02736645 +arenaceous_rock n 1 2 @ ~ 1 0 14697485 +arenaria n 2 3 @ #m %m 2 0 11805837 02024923 +arenaria-melanocephala n 1 1 @ 1 0 02025389 +arenaria_caroliniana n 1 1 @ 1 0 11806369 +arenaria_groenlandica n 1 1 @ 1 0 11806219 +arenaria_interpres n 1 1 @ 1 0 02025239 +arenaria_peploides n 1 1 @ 1 0 11806521 +arenaria_serpyllifolia n 1 1 @ 1 0 11806814 +arenaria_stricta n 1 1 @ 1 0 11806679 +arenaviridae n 1 3 @ #m %m 1 0 01333082 +arenavirus n 1 3 @ ~ #m 1 0 01330497 +arendt n 1 1 @ 1 0 10821699 +arenga n 1 3 @ #m %m 1 0 12584559 +arenga_pinnata n 1 3 @ #m %s 1 0 12584715 +areola n 2 3 @ #p + 2 0 05555017 05554804 +areolar_tissue n 1 1 @ 1 0 05268255 +areopagite n 1 2 @ #m 1 0 09807379 +areopagus n 2 3 @ #p %m 2 0 08785743 08164110 +arequipa n 1 2 @ #p 1 0 08979590 +arere n 1 2 @ #m 1 0 12201938 +ares n 1 2 @ ; 1 0 09555236 +arete n 1 1 @ 1 0 09205509 +areteria_cervicalis n 1 2 @ #p 1 0 05341920 +arethusa n 1 3 @ ~ #m 1 0 12045860 +arethusa_bulbosa n 1 2 @ #m 1 0 12046028 +argal n 1 2 @ #m 1 0 02414763 +argali n 1 2 @ #m 1 0 02414763 +argasid n 1 2 @ #m 1 0 01779463 +argasidae n 1 3 @ #m %m 1 0 01779340 +argemone n 1 3 @ ~ #m 1 0 11902709 +argemone_mexicana n 1 1 @ 1 0 11902982 +argent n 1 2 @ + 1 0 14986144 +argentina n 2 6 @ #m #p %m %p + 2 0 08711974 02542804 +argentine n 1 2 @ #m 1 0 02542958 +argentine_hemorrhagic_fever n 1 1 @ 1 0 14073505 +argentine_monetary_unit n 1 2 @ ~ 1 0 13663448 +argentine_republic n 1 5 @ #m #p %m %p 1 0 08711974 +argentinian n 1 3 @ #m + 1 0 09691149 +argentinidae n 1 3 @ #m %m 1 0 02542598 +argentinosaur n 1 2 @ #m 1 0 01711160 +argentite n 1 2 @ %s 1 0 14666885 +argil n 1 2 @ + 1 0 14602597 +argillaceous_rock n 1 1 @ 1 0 14697600 +argillite n 1 1 @ 1 0 14667017 +arginine n 1 1 @ 1 0 14767796 +argiope n 1 3 @ #m %m 1 0 01772985 +argiope_aurantia n 1 2 @ #m 1 0 01773157 +argiopidae n 1 3 @ #m %m 1 0 01772782 +argive n 1 2 @ + 1 0 09807495 +argle-bargle n 1 2 @ ; 1 0 07182485 +argo n 1 2 @ %p 1 0 09205607 +argon n 1 2 @ #s 1 1 14628920 +argonaut n 3 3 @ #m ; 3 0 09607782 09589585 01970667 +argonauta n 1 3 @ #m %m 1 0 01970502 +argonauta_argo n 1 2 @ #m 1 0 01970667 +argonautidae n 1 3 @ #m %m 1 0 01970342 +argonne n 1 4 @ #p %p ; 1 0 01287431 +argonne_forest n 1 4 @ #p %p ; 1 0 01287431 +argonon n 1 2 @ ~ 1 0 14624369 +argos n 1 3 @ #p + 1 0 08786660 +argosy n 1 1 @ 1 0 08386280 +argot n 1 3 @ ~ - 1 1 07157273 +arguer n 1 3 @ ~ + 1 0 09997404 +arguing n 1 2 @ ~ 1 0 07183151 +argument n 7 4 @ ~ + ; 7 4 06648724 07183151 07140978 06467680 06356299 05857781 05773049 +argumentation n 2 3 @ ~ + 2 0 07140978 05773049 +argun n 1 2 @ #p 1 0 09205890 +argun_river n 1 2 @ #p 1 0 09205890 +argus n 2 3 @ #m ; 2 0 09489889 01803893 +argus_pheasant n 1 2 @ #m 1 0 01803893 +argusianus n 1 3 @ #m %m 1 0 01803764 +argy-bargy n 1 2 @ ; 1 0 07182485 +argyle n 3 1 @ 3 0 02737166 02736934 02736798 +argyll n 3 1 @ 3 0 02737166 02736934 02736798 +argynnis n 1 2 @ #m 1 0 02278601 +argyranthemum n 1 3 @ #m %m 1 0 11925720 +argyranthemum_frutescens n 1 2 @ #m 1 0 11925898 +argyreia n 1 3 @ #m %m 1 0 12824581 +argyrodite n 1 2 @ %s 1 0 14667181 +argyrol n 1 2 @ ; 1 0 03762809 +argyrotaenia n 1 2 @ #m 1 0 02284771 +argyrotaenia_citrana n 1 2 @ #m 1 0 02284884 +argyroxiphium n 1 3 @ #m %m 1 0 11926185 +argyroxiphium_sandwicense n 1 2 @ #m 1 0 11926365 +arhant n 1 1 @ 1 0 09532837 +arhat n 1 1 @ 1 0 09532837 +arhus n 1 2 @ #p 1 0 08762104 +aria n 1 3 @ ~ #p 1 0 07049514 +ariadne n 1 1 @ 1 0 09564889 +arial_mosaic n 1 1 @ 1 0 03787904 +ariana n 1 2 @ #p 1 0 09037991 +arianism n 1 3 ! @ + 1 1 06187756 +arianist n 1 2 @ + 1 1 09807609 +arianrhod n 1 2 @ ; 1 0 09508228 +arianrod n 1 2 @ ; 1 0 09508228 +aricara n 2 1 @ 2 0 09650456 06915821 +aridity n 2 3 @ ~ + 2 1 05148186 14537250 +aridness n 1 2 @ + 1 0 14537250 +aries n 3 3 @ #p ; 3 0 09752246 09206133 08686129 +aries_the_ram n 1 1 @ 1 0 08686129 +arietta n 1 1 @ 1 0 07049634 +ariidae n 1 3 @ #m %m 1 0 02520669 +arikara n 2 1 @ 2 0 09650456 06915821 +aril n 1 1 @ 1 0 13090871 +arilus n 1 3 @ #m %m 1 0 02244670 +arilus_cristatus n 1 2 @ #m 1 0 02244797 +ariocarpus n 1 3 @ #m %m 1 0 11843709 +ariocarpus_fissuratus n 1 2 @ #m 1 0 11843896 +ariomma n 1 3 @ #m %m 1 0 02634414 +arioso n 1 2 @ ; 1 0 07087508 +arisaema n 1 3 @ #m %m 1 0 11784323 +arisaema_atrorubens n 1 2 @ #m 1 0 11784497 +arisaema_dracontium n 1 2 @ #m 1 0 11784825 +arisaema_triphyllum n 1 2 @ #m 1 0 11784497 +arisarum n 1 3 @ #m %m 1 0 11785100 +arisarum_vulgare n 1 2 @ #m 1 0 11785276 +arishth n 1 3 @ #m %p 1 0 12696492 +arista n 1 1 @ 1 0 02585168 +aristarchus n 2 1 @ 2 0 10821867 09206289 +aristarchus_of_samos n 1 1 @ 1 0 10822027 +aristide_maillol n 1 1 @ 1 0 11149867 +aristocort n 1 2 @ ; 1 0 15078768 +aristocracy n 2 4 @ ~ %m + 2 2 08388207 08387213 +aristocrat n 1 4 @ ~ #m + 1 0 09807754 +aristolochia n 1 3 @ #m %m 1 0 11801247 +aristolochia_clematitis n 1 3 @ ~ #m 1 0 11801392 +aristolochia_durior n 1 1 @ 1 0 11801665 +aristolochia_macrophylla n 1 1 @ 1 0 11801665 +aristolochia_serpentaria n 1 1 @ 1 0 11801891 +aristolochiaceae n 1 3 @ #m %m 1 0 11801038 +aristolochiales n 1 3 @ #m %m 1 0 11800799 +aristopak n 1 2 @ ; 1 0 15078768 +aristophanes n 1 1 @ 1 0 10822211 +aristotelean n 1 2 @ + 1 0 09808080 +aristotelia n 1 3 @ #m %m 1 0 12193458 +aristotelia_racemosa n 1 2 @ #m 1 0 12193665 +aristotelia_serrata n 1 2 @ #m 1 0 12193665 +aristotelian n 1 2 @ + 1 0 09808080 +aristotelian_logic n 1 1 @ 1 0 05664344 +aristotelianism n 1 3 @ + ; 1 0 05969194 +aristotle n 1 3 @ + - 1 1 10822338 +arithmancy n 1 1 @ 1 0 05776592 +arithmetic n 1 5 @ ~ + ; - 1 1 06004067 +arithmetic_mean n 1 2 @ ; 1 0 06024230 +arithmetic_operation n 1 2 @ ~ 1 0 00872541 +arithmetic_progression n 1 2 @ ; 1 0 08460924 +arithmetician n 1 2 @ + 1 0 09808351 +arity n 1 2 @ ; 1 0 05857974 +arius n 2 3 @ #m %m 2 0 10822567 02520985 +arizona n 2 5 @ #m #p %m %p 2 1 09057311 01733346 +arizona_ash n 1 1 @ 1 0 12306270 +arizona_cypress n 1 1 @ 1 0 11631854 +arizona_elegans n 1 2 @ #m 1 0 01733466 +arizona_sycamore n 1 2 @ #m 1 0 12808007 +arizona_white_oak n 1 1 @ 1 0 12270278 +arizona_wild_cotton n 1 1 @ 1 0 12177455 +arizonan n 1 1 @ 1 0 09741233 +arizonian n 1 1 @ 1 0 09741233 +arjuna n 1 2 @ ; 1 0 09486781 +ark n 2 2 @ ; 2 0 02737467 02737351 +ark_of_the_covenant n 1 2 @ ; 1 0 02737467 +ark_shell n 1 2 @ #m 1 0 01963317 +arkansan n 1 1 @ 1 0 09741331 +arkansas n 2 4 @ #m #p %p 2 1 09059274 09206375 +arkansas_kingbird n 1 1 @ 1 0 01548492 +arkansas_river n 1 2 @ #p 1 0 09206375 +arkansawyer n 1 1 @ 1 0 09741331 +arles n 1 1 @ 1 0 13350322 +arlington n 1 2 @ #p 1 0 09142887 +arm n 6 5 @ ~ #p %p + 6 4 05563770 02737833 04565375 02737660 08401248 04236377 +arm's_length n 1 1 @ 1 1 05129928 +arm-twisting n 1 1 @ 1 0 07245472 +arm_band n 1 1 @ 1 0 02739427 +arm_bone n 1 3 @ ~ #p 1 0 05593017 +arm_exercise n 1 2 @ ~ 1 0 00629176 +arm_guard n 1 1 @ 1 0 02738859 +arm_pad n 1 1 @ 1 0 02738859 +armada n 1 2 @ ~ 1 0 08293003 +armadillidiidae n 1 3 @ #m %m 1 0 01991233 +armadillidium n 1 3 @ #m %m 1 0 01991367 +armadillo n 1 3 @ ~ #m 1 1 02454379 +armageddon n 2 2 @ ; 2 0 08506932 00956340 +armagnac n 1 1 @ 1 0 07903731 +armament n 2 5 ! @ ~ + ; 2 1 02738031 01156899 +armamentarium n 1 1 @ 1 0 07953367 +armand_jean_du_plessis n 1 1 @ 1 0 11261483 +armata_corsa n 1 2 @ ; 1 0 08015731 +armature n 1 3 @ ~ #p 1 0 02738271 +armband n 2 1 @ 2 0 07262942 02738449 +armchair n 1 3 @ ~ %p 1 1 02738535 +armchair_liberal n 1 1 @ 1 0 09808466 +armed_bullhead n 1 2 @ #m 1 0 02648035 +armed_combat n 1 4 @ ~ #p ; 1 0 00964343 +armed_forces n 1 4 @ ~ %m - 1 1 08199025 +armed_forces_censorship n 1 2 @ ~ 1 0 00822159 +armed_forces_day n 1 2 @ #p 1 0 15189347 +armed_islamic_group n 1 2 @ ; 1 0 08016035 +armed_robbery n 1 1 @ 1 0 00781912 +armed_service n 1 4 @ ~ %m ; 1 1 08198137 +armed_services n 1 4 @ ~ %m - 1 0 08199025 +armenia n 1 7 @ #m #p %m %p + - 1 0 09017526 +armenian n 3 3 @ #m + 3 0 09690371 06942699 06352117 +armenian_alphabet n 1 1 @ 1 0 06352117 +armenian_apostolic_orthodox_church n 1 2 @ #p 1 0 08083083 +armenian_church n 1 2 @ #p 1 0 08083083 +armenian_language n 1 1 @ 1 0 06942699 +armenian_monetary_unit n 1 2 @ ~ 1 0 13699313 +armenian_secret_army_for_the_liberation_of_armenia n 1 2 @ ; 1 0 08016385 +armeria n 1 3 @ #m %m 1 0 12098665 +armeria_maritima n 1 1 @ 1 0 12099031 +armerican_cheddar n 1 2 @ ~ 1 0 07852919 +armet n 1 2 @ #p 1 0 02738741 +armful n 1 1 @ 1 1 13764540 +armguard n 1 1 @ 1 0 02888270 +armhole n 1 2 @ #p 1 0 02738978 +armiger n 2 1 @ 2 0 09808686 09808591 +armilla n 2 2 @ ; 2 0 02739248 02739123 +armillaria n 1 3 @ #m %m 1 0 13231436 +armillaria_caligata n 1 2 @ #m 1 0 13231919 +armillaria_ponderosa n 1 1 @ 1 0 13232106 +armillaria_zelleri n 1 1 @ 1 0 13232363 +armillariella n 1 3 @ #m %m 1 0 13232515 +armillariella_mellea n 1 2 @ #m 1 0 13232779 +armillary_sphere n 1 1 @ 1 0 02739248 +armin n 1 1 @ 1 0 10822786 +arming n 1 3 ! @ ~ 1 0 01156899 +arminian n 1 2 @ #m 1 0 10738871 +arminian_baptist n 1 1 @ 1 0 08090083 +arminian_church n 1 2 @ %m 1 0 08092190 +arminianism n 1 2 @ + 1 0 06229586 +arminius n 2 1 @ 2 0 10822962 10822786 +armistice n 1 1 @ 1 0 13970912 +armistice_day n 1 2 @ #p 1 0 15200896 +armlet n 1 2 @ + 1 0 02739427 +armoire n 1 1 @ 1 1 02739550 +armor n 3 4 @ ~ + ; 3 1 02739668 08197742 01902750 +armor-bearer n 1 1 @ 1 0 09808686 +armor_plate n 1 2 @ ~ 1 0 02740764 +armor_plating n 1 2 @ ~ 1 0 02740764 +armoracia n 1 3 @ #m %m 1 0 11872850 +armoracia_rusticana n 1 3 @ #m %p 1 0 11872973 +armored_car n 2 2 @ ; 2 0 02740061 02739889 +armored_catfish n 1 2 @ #m 1 0 02520525 +armored_combat_vehicle n 1 4 @ ~ %p ; 1 0 04389033 +armored_dinosaur n 1 3 @ ~ #m 1 0 01701551 +armored_personnel_carrier n 1 2 @ ; 1 0 02740300 +armored_scale n 1 3 @ ~ #m 1 0 02249515 +armored_sea_robin n 1 2 @ #m 1 0 02651617 +armored_searobin n 1 2 @ #m 1 0 02651617 +armored_vehicle n 1 2 @ ~ 1 0 02740533 +armorer n 3 2 @ + 3 0 09808949 09808794 08066095 +armorial_bearing n 1 2 @ ~ 1 0 03008565 +armory n 4 2 @ ; 4 0 05634059 02743426 02743207 02741367 +armour n 3 4 @ ~ + ; 3 0 08197742 02739668 01902750 +armour_plate n 1 2 @ ~ 1 0 02740764 +armoured_car n 2 2 @ ; 2 0 02740061 02739889 +armoured_combat_vehicle n 1 4 @ ~ %p ; 1 0 04389033 +armoured_personnel_carrier n 1 2 @ ; 1 0 02740300 +armoured_vehicle n 1 2 @ ~ 1 0 02740533 +armourer n 3 2 @ + 3 0 09808949 09808794 08066095 +armoury n 4 2 @ ; 4 0 05634059 02743426 02743207 02741367 +armpit n 1 3 @ #p %p 1 1 05549576 +armrest n 1 3 @ ~ #p 1 0 02741475 +arms n 2 4 @ ~ %p ; 2 1 04566257 03058726 +arms-runner n 1 1 @ 1 0 10152440 +arms_control n 1 1 @ 1 0 00808485 +arms_deal n 1 1 @ 1 0 01110633 +arms_industry n 1 1 @ 1 0 08068924 +arms_manufacturer n 1 2 @ ~ 1 0 09809134 +arms_race n 1 1 @ 1 0 07472808 +armstrong n 2 1 @ 2 0 10823369 10823199 +army n 3 6 @ ~ #p %m %p ; 3 2 08191230 08183290 08394922 +army_ant n 1 2 @ #m 1 0 02220518 +army_attache n 1 2 @ ; 1 0 09809279 +army_base n 1 1 @ 1 0 02741587 +army_brat n 1 1 @ 1 0 09809427 +army_corps n 1 4 @ ~ #m %m 1 0 08212527 +army_cutworm n 1 2 @ #m 1 0 02296912 +army_engineer n 1 3 @ ~ ; 1 0 09809538 +army_for_the_liberation_of_rwanda n 1 2 @ ; 1 0 08016900 +army_high_performance_computing_research_center n 1 2 @ #p 1 0 02741681 +army_hut n 1 3 @ ~ ; 1 0 03550153 +army_intelligence n 1 4 @ #m #p ; 1 0 08395682 +army_national_guard n 1 3 @ #p ; 1 0 08396990 +army_of_muhammad n 1 2 @ ; 1 0 08026197 +army_of_the_confederacy n 1 1 @ 1 0 08394657 +army_of_the_pure n 1 2 @ ; 1 0 08031020 +army_of_the_righteous n 1 2 @ ; 1 0 08031020 +army_officer n 1 3 @ ~ ; 1 0 09809749 +army_tank n 1 4 @ ~ %p ; 1 0 04389033 +army_unit n 1 5 @ ~ #m %m ; 1 0 08190754 +army_worm n 1 2 @ #m 1 0 02297442 +armyworm n 3 2 @ #m 3 0 02297442 02297294 02204907 +arna_wendell_bontemps n 1 1 @ 1 0 10857159 +arng n 1 3 @ #p ; 1 0 08396990 +arnhem n 1 2 @ #p 1 0 08950230 +arnica n 3 3 @ #m #s 3 0 11927509 11926833 02741981 +arnica_bud n 1 1 @ 1 0 11989087 +arnica_cordifolia n 1 2 @ #m 1 0 11926976 +arnica_montana n 1 3 @ #m %s 1 0 11927215 +arno n 1 2 @ #p 1 0 09206693 +arno_river n 1 2 @ #p 1 0 09206693 +arnold n 2 1 @ 2 0 10823760 10823529 +arnold-chiari_deformity n 1 1 @ 1 0 14213867 +arnold_daniel_palmer n 1 1 @ 1 0 11221650 +arnold_gesell n 1 1 @ 1 0 10997234 +arnold_joseph_toynbee n 1 1 @ 1 0 11347317 +arnold_lucius_gesell n 1 1 @ 1 0 10997234 +arnold_of_brescia n 1 1 @ 1 0 10823894 +arnold_palmer n 1 1 @ 1 0 11221650 +arnold_schoenberg n 1 1 @ 1 0 11285902 +arnold_schonberg n 1 1 @ 1 0 11285902 +arnold_toynbee n 1 1 @ 1 0 11347317 +arnoseris n 1 3 @ #m %m 1 0 11927616 +arnoseris_minima n 1 2 @ #m 1 0 11927740 +aroeira_blanca n 1 2 @ #m 1 0 12764978 +aroid n 1 4 @ ~ #m + 1 0 11779300 +arolla_pine n 1 2 @ %p 1 0 11612018 +aroma n 2 4 @ ~ = + 2 1 04980008 05714466 +aromatherapy n 1 1 @ 1 0 00662196 +aromatic_aster n 1 1 @ 1 0 11935715 +aromatic_compound n 1 1 @ 1 0 14610088 +aromatic_hydrocarbon n 1 2 @ ~ 1 0 14767996 +arouet n 1 1 @ 1 0 11368638 +arousal n 4 3 @ ~ + 4 1 00242808 14023997 05678745 00853835 +arouser n 1 2 @ + 1 0 10763985 +arp n 1 1 @ 1 0 10824146 +arpeggio n 1 1 @ 1 0 06869610 +arpent n 1 1 @ 1 0 13614143 +arquebus n 1 1 @ 1 0 02742070 +arrack n 1 1 @ 1 0 07902937 +arraignment n 1 2 @ + 1 0 07235936 +arrangement n 6 3 @ ~ + 6 5 05795044 07938773 05726596 05075602 07038400 00939628 +arranger n 2 3 @ ~ + 2 0 10383237 09809925 +arranging n 1 2 @ ~ 1 0 00939628 +arras n 1 2 @ %p 1 0 04393404 +array n 4 3 @ ~ + 4 2 07939382 06888174 02742322 02742194 +arrears n 2 1 @ 2 0 14490685 13397443 +arrest n 2 3 @ ~ + 2 1 00088725 14010927 +arrest_warrant n 1 3 @ ~ ; 1 0 06547615 +arrested_development n 1 1 @ 1 0 14503354 +arrester n 1 3 @ #p + 1 0 02742468 +arrester_hook n 1 2 @ #p 1 0 02742468 +arrhenatherum n 1 3 @ #m %m 1 0 12108742 +arrhenatherum_elatius n 1 2 @ #m 1 0 12108871 +arrhenius n 1 1 @ 1 0 10824352 +arrhenius_theory_of_dissociation n 1 2 @ ; 1 0 06108850 +arrhythmia n 1 3 @ ~ + 1 0 14110674 +arriere_pensee n 1 1 @ 1 0 05698620 +arrival n 3 3 @ ~ + 3 3 00048225 00048374 09810166 +arrival_gate n 1 1 @ 1 0 02742663 +arrival_time n 1 1 @ 1 0 15180934 +arrivederci n 1 1 @ 1 0 06629610 +arriver n 1 3 @ ~ + 1 0 09810166 +arriviste n 1 2 @ ~ 1 0 10740868 +arroba n 2 1 @ 2 0 13717619 13616427 +arrogance n 1 3 @ ~ + 1 1 04887912 +arrogation n 1 3 @ ~ + 1 0 00085678 +arrogator n 1 2 @ + 1 0 09810364 +arrow n 2 4 @ ~ #p %p 2 2 06818121 02742753 +arrow-grass_family n 1 3 @ #m %m 1 0 12617140 +arrow_arum n 1 3 @ ~ #m 1 0 11790788 +arrow_grass n 1 2 @ #m 1 0 12617559 +arrow_leaved_aster n 1 1 @ 1 0 11935794 +arrow_wood n 2 2 @ #m 2 0 12681376 12681141 +arrowhead n 1 3 @ #p %p 1 0 02743050 +arrowleaf_groundsel n 1 1 @ 1 0 12012510 +arrowroot n 3 1 @ 3 0 15054347 12351790 12351091 +arrowroot_family n 1 3 @ #m %m 1 0 12351287 +arrowsmith n 1 1 @ 1 0 09810633 +arrowworm n 1 3 @ ~ #m 1 0 01923890 +arroyo n 1 2 @ ; 1 1 09206896 +arroyo_willow n 1 2 @ #m 1 0 12729023 +arroz_con_pollo n 1 1 @ 1 0 07862095 +arse n 2 3 @ #p ; 2 0 05559256 05538215 +arsehole n 1 2 @ ; 1 0 05538215 +arsenal n 3 2 @ ; 3 0 02743426 02743207 02741367 +arsenate n 1 1 @ 1 0 14610261 +arsenic n 2 3 @ #s + 2 1 14768201 14629149 +arsenic_acid n 1 1 @ 1 0 14610347 +arsenic_group n 1 1 @ 1 0 14788714 +arsenic_trioxide n 1 1 @ 1 0 14768201 +arsenical n 1 2 @ + 1 0 14602721 +arsenide n 1 1 @ 1 0 14610443 +arsenopyrite n 1 2 @ %s 1 0 14667328 +arsenous_anhydride n 1 1 @ 1 0 14768201 +arsenous_oxide n 1 1 @ 1 0 14768201 +arsine n 1 1 @ 1 0 14756200 +arson n 1 2 @ + 1 0 00378296 +arsonist n 1 3 @ ~ + 1 0 09810707 +art n 4 6 @ ~ #p + ; - 4 4 02743547 00933420 05638987 06998748 +art_class n 1 2 @ ~ 1 0 00885457 +art_collection n 1 2 @ ~ 1 0 07953499 +art_critic n 1 2 @ ~ 1 0 09810867 +art_dealer n 1 2 @ ~ 1 0 09810983 +art_deco n 1 1 @ 1 0 08465118 +art_department n 1 1 @ 1 0 08115778 +art_director n 1 1 @ 1 0 09811112 +art_editor n 1 1 @ 1 1 09811281 +art_exhibition n 1 2 @ ~ 1 0 08407839 +art_form n 1 3 @ ~ ; 1 0 05841151 +art_gallery n 1 2 @ ~ 1 0 03412058 +art_historian n 1 2 @ ~ 1 0 09811414 +art_history n 1 2 @ ~ 1 0 06156015 +art_movement n 1 2 @ ~ 1 0 08466643 +art_nouveau n 1 1 @ 1 0 08465312 +art_object n 1 2 @ ~ 1 0 03838535 +art_paper n 1 2 @ ; 1 0 14768854 +art_rock n 1 1 @ 1 0 07065333 +art_school n 1 1 @ 1 1 02746978 +art_student n 1 1 @ 1 1 09813351 +art_tatum n 1 1 @ 1 0 11332688 +art_teacher n 1 1 @ 1 1 09813441 +artamidae n 1 3 @ #m %m 1 0 01596761 +artamus n 1 3 @ #m %m 1 0 01596887 +artaxerxes n 2 1 @ 2 0 10824710 10824541 +artaxerxes_i n 1 1 @ 1 0 10824541 +artaxerxes_ii n 1 1 @ 1 0 10824710 +artefact n 1 3 @ ~ + 1 0 00021939 +artemia n 1 3 @ #m %m 1 0 01995323 +artemia_salina n 1 2 @ #m 1 0 01995686 +artemis n 1 2 @ ; 1 0 09556697 +artemis_pontica n 1 2 @ #m 1 0 11930994 +artemis_spinescens n 1 2 @ #m 1 0 11931135 +artemisia n 1 3 @ ~ #m 1 0 11928352 +artemisia_abrotanum n 1 2 @ #m 1 0 11929291 +artemisia_absinthium n 1 3 @ #m #s 1 0 11929477 +artemisia_annua n 1 2 @ #m 1 0 11929743 +artemisia_californica n 1 2 @ #m 1 0 11929880 +artemisia_campestris n 1 2 @ #m 1 0 11930038 +artemisia_cana n 1 2 @ #m 1 0 12014085 +artemisia_dracunculus n 1 2 @ %p 1 0 11930203 +artemisia_filifolia n 1 2 @ #m 1 0 11930353 +artemisia_frigida n 1 2 @ #m 1 0 11930571 +artemisia_gnaphalodes n 1 1 @ 1 0 11930788 +artemisia_ludoviciana n 1 1 @ 1 0 11930788 +artemisia_maritima n 1 2 @ #m 1 0 12014355 +artemisia_stelleriana n 1 2 @ #m 1 0 11931312 +artemisia_tridentata n 1 2 @ #m 1 0 12014524 +artemisia_vulgaris n 1 1 @ 1 0 11931540 +artemision_at_ephesus n 1 2 @ #m 1 0 02744077 +artemus_ward n 1 1 @ 1 0 10866571 +arteria n 1 2 @ ~ 1 0 05333777 +arteria_alveolaris n 1 3 @ ~ #p 1 0 05335310 +arteria_alveolaris_inferior n 1 1 @ 1 0 05335515 +arteria_alveolaris_superior n 1 1 @ 1 0 05335700 +arteria_angularis n 1 1 @ 1 0 05335850 +arteria_appendicularis n 1 1 @ 1 0 05336893 +arteria_arcuata n 1 2 @ #p 1 0 05337055 +arteria_ascendens n 1 2 @ #p 1 0 05337855 +arteria_auricularis n 1 2 @ #p 1 0 05338025 +arteria_axillaris n 1 2 @ #p 1 0 05338166 +arteria_basilaris n 1 2 @ #p 1 0 05338410 +arteria_brachialis n 1 2 @ #p 1 0 05338614 +arteria_buccalis n 1 2 @ #p 1 0 05339168 +arteria_bulbi_penis n 1 1 @ 1 0 05337485 +arteria_bulbi_vestibuli n 1 1 @ 1 0 05337663 +arteria_carotis n 1 3 @ ~ #p 1 0 05339357 +arteria_celiaca n 1 1 @ 1 0 05340317 +arteria_centralis_retinae n 1 2 @ #p 1 0 05340599 +arteria_cerebelli n 1 3 @ ~ #p 1 0 05340795 +arteria_cerebri n 1 2 @ ~ 1 0 05341206 +arteria_choroidea n 1 2 @ #p 1 0 05342070 +arteria_ciliaris n 1 2 @ #p 1 0 05342214 +arteria_circumflexa_femoris n 1 2 @ #p 1 0 05342673 +arteria_circumflexa_humeri n 1 2 @ #p 1 0 05342854 +arteria_circumflexa_ilium n 1 1 @ 1 0 05343037 +arteria_circumflexa_scapulae n 1 2 @ #p 1 0 05343218 +arteria_colica n 1 2 @ #p 1 0 05343408 +arteria_communicans n 1 2 @ #p 1 0 05343542 +arteria_coronaria n 1 3 @ ~ #p 1 0 05343718 +arteria_cystica n 1 1 @ 1 0 05344350 +arteria_digitalis n 1 2 @ #p 1 0 05344514 +arteria_epigastrica n 1 1 @ 1 0 05344697 +arteria_ethmoidalis n 1 2 @ #p 1 0 05344848 +arteria_facialis n 1 1 @ 1 0 05345038 +arteria_femoralis n 1 2 @ #p 1 0 05345247 +arteria_gastrica n 1 3 @ ~ #p 1 0 05345581 +arteria_gastrica_breves n 1 1 @ 1 0 05346191 +arteria_gastrica_sinistra n 1 1 @ 1 0 05345978 +arteria_glutes n 1 2 @ #p 1 0 05346406 +arteria_hepatica n 1 2 @ #p 1 0 05346585 +arteria_ileocolica n 1 1 @ 1 0 05346892 +arteria_ileum n 1 2 @ #p 1 0 05346714 +arteria_iliaca n 1 3 @ ~ #p 1 0 05347146 +arteria_iliolumbalis n 1 1 @ 1 0 05347871 +arteria_infraorbitalis n 1 1 @ 1 0 05348054 +arteria_intercostalis n 1 1 @ 1 0 05348540 +arteria_labialis n 1 3 @ ~ #p 1 0 05348884 +arteria_labialis_inferior n 1 1 @ 1 0 05349101 +arteria_labialis_superior n 1 1 @ 1 0 05349273 +arteria_lacrimalis n 1 2 @ #p 1 0 05349659 +arteria_laryngea n 1 2 @ #p 1 0 05349906 +arteria_lienalis n 1 2 @ #p 1 0 05350061 +arteria_lingualis n 1 2 @ #p 1 0 05350256 +arteria_lumbalis n 1 1 @ 1 0 05350453 +arteria_maxillaris n 1 2 @ ~ 1 0 05350679 +arteria_meningea n 1 2 @ ~ 1 0 05351058 +arteria_mesenterica n 1 2 @ ~ 1 0 05351746 +arteria_metacarpea n 1 2 @ #p 1 0 05352291 +arteria_metatarsea n 1 2 @ #p 1 0 05352433 +arteria_musculophrenica n 1 1 @ 1 0 05352601 +arteria_nutricia n 1 1 @ 1 0 05352754 +arteria_ophthalmica n 1 1 @ 1 0 05352896 +arteria_ovarica n 1 2 @ #p 1 0 05353070 +arteria_palatina n 1 1 @ 1 0 05353241 +arteria_pancreatica n 1 1 @ 1 0 05353364 +arteria_perinealis n 1 1 @ 1 0 05353507 +arteria_poplitea n 1 1 @ 1 0 05345421 +arteria_pudenda n 1 1 @ 1 0 05353683 +arteria_pulmonalis n 1 2 @ ~ 1 0 05353819 +arteria_radialis n 1 1 @ 1 0 05338847 +arteria_rectalis n 1 2 @ #p 1 0 05354238 +arteria_renalis n 1 2 @ #p 1 0 05354381 +arteria_subclavia n 1 2 @ #p 1 0 05354580 +arteria_temporalis_anterior n 1 1 @ 1 0 05354955 +arteria_temporalis_intermedia n 1 1 @ 1 0 05355146 +arteria_temporalis_posterior n 1 1 @ 1 0 05355341 +arteria_testicularis n 1 2 @ #p 1 0 05355527 +arteria_ulnaris n 1 1 @ 1 0 05355706 +arteria_uterina n 1 2 @ #p 1 0 05355890 +arteria_vaginalis n 1 2 @ #p 1 0 05356083 +arteria_vertebralis n 1 1 @ 1 0 05356291 +arterial_blood n 1 1 @ 1 0 05400445 +arterial_blood_gases n 1 1 @ 1 0 00998768 +arterial_blood_vessel n 1 2 @ ~ 1 0 05333777 +arterial_plaque n 1 1 @ 1 0 05244619 +arterial_pressure n 1 1 @ 1 0 11430863 +arterial_road n 1 2 @ ; 1 0 02744323 +arterial_sclerosis n 1 2 @ ~ 1 0 14108324 +arteriectasia n 1 1 @ 1 0 14024185 +arteriectasis n 1 1 @ 1 0 14024185 +arteriogram n 1 1 @ 1 0 02744423 +arteriography n 1 1 @ 1 0 00905742 +arteriola n 1 2 @ + 1 0 05337301 +arteriole n 1 2 @ + 1 1 05337301 +arteriolosclerosis n 1 1 @ 1 1 14108232 +arteriosclerosis n 1 3 @ ~ + 1 0 14108324 +arteriosclerosis_obliterans n 1 1 @ 1 1 14109889 +arteritis n 1 2 @ ~ 1 0 14258609 +artery n 2 3 @ ~ + 2 1 05333777 02744532 +artery_of_the_labyrinth n 1 2 @ #p 1 0 05349445 +artery_of_the_penis_bulb n 1 1 @ 1 0 05337485 +artery_of_the_vestibule_bulb n 1 1 @ 1 0 05337663 +artesian_well n 1 1 @ 1 0 02744634 +artfulness n 1 4 ! @ ~ + 1 0 04876705 +arthralgia n 1 2 @ + 1 0 14324572 +arthritic n 1 2 @ + 1 0 09811568 +arthritis n 1 3 @ ~ + 1 1 14186541 +arthrocentesis n 1 1 @ 1 0 00943861 +arthrodesis n 1 1 @ 1 0 00666600 +arthrogram n 1 1 @ 1 0 02744844 +arthrography n 1 2 @ ~ 1 0 00905842 +arthromere n 1 3 @ #p + 1 0 05225439 +arthropathy n 1 1 @ 1 0 14024296 +arthroplasty n 1 2 @ ~ 1 0 00666733 +arthropod n 1 5 @ ~ #m %p + 1 0 01767661 +arthropod_family n 1 3 @ ~ #m 1 0 01759182 +arthropod_genus n 1 3 @ ~ #m 1 0 01762525 +arthropoda n 1 4 @ #m %m + 1 0 01767199 +arthropteris n 1 2 @ #m 1 0 13204482 +arthroscope n 1 1 @ 1 0 02744961 +arthroscopy n 1 1 @ 1 0 00666884 +arthrospore n 2 2 @ + 2 0 13092548 13092385 +arthur n 2 2 @ + 2 0 10825180 10824888 +arthur_ashe n 1 1 @ 1 0 10825718 +arthur_compton n 1 1 @ 1 0 10905703 +arthur_conan_doyle n 1 1 @ 1 0 10906462 +arthur_edwin_kennelly n 1 1 @ 1 0 11101250 +arthur_evans n 1 1 @ 1 0 10963254 +arthur_fiedler n 1 1 @ 1 0 10970488 +arthur_garfield_hays n 1 1 @ 1 0 11036521 +arthur_holly_compton n 1 1 @ 1 0 10905703 +arthur_holmes n 1 1 @ 1 0 11056799 +arthur_honegger n 1 1 @ 1 0 11057679 +arthur_jacob_arshawsky n 1 1 @ 1 0 11296429 +arthur_james_balfour n 1 1 @ 1 0 10832568 +arthur_john_gielgud n 1 1 @ 1 0 10998860 +arthur_koestler n 1 1 @ 1 0 11108584 +arthur_laffer n 1 1 @ 1 0 11114285 +arthur_marx n 1 2 @ #m 1 0 11161045 +arthur_meier_schlesinger n 1 1 @ 1 0 11284742 +arthur_meier_schlesinger_jr. n 1 1 @ 1 0 11284884 +arthur_miller n 1 1 @ 1 0 11179923 +arthur_mitchell n 1 1 @ 1 0 11181937 +arthur_neville_chamberlain n 1 1 @ 1 0 10889689 +arthur_rimbaud n 1 1 @ 1 0 11262765 +arthur_robert_ashe n 1 1 @ 1 0 10825718 +arthur_rubinstein n 1 1 @ 1 0 11273479 +arthur_schlesinger n 2 1 @ 2 0 11284884 11284742 +arthur_schlesinger_jr. n 1 1 @ 1 0 11284884 +arthur_schopenhauer n 1 1 @ 1 0 11286354 +arthur_seymour_sullivan n 1 1 @ 1 0 11324212 +arthur_stanley_jefferson_laurel n 1 2 @ #m 1 0 11119190 +arthur_sullivan n 1 1 @ 1 0 11324212 +arthur_symons n 1 1 @ 1 0 11327650 +arthur_tappan n 1 1 @ 1 0 11331192 +arthur_tatum n 1 1 @ 1 0 11332688 +arthur_wellesley n 1 1 @ 1 0 11380923 +arthurian_legend n 1 2 @ - 1 0 06371734 +artichoke n 2 4 @ #m #p %p 2 0 11959632 07718747 +artichoke_heart n 1 2 @ #p 1 0 07718920 +artichoke_plant n 1 3 @ #m %p 1 0 11959632 +article n 4 5 @ ~ #p + ; 4 3 06268096 00022903 06392935 06324669 +article_of_clothing n 1 3 @ ~ %p 1 0 03051540 +article_of_commerce n 1 2 @ ~ 1 0 02745091 +article_of_faith n 2 3 @ ~ ; 2 0 06270690 05942888 +article_of_furniture n 1 3 @ ~ - 1 0 03405725 +articles_of_agreement n 1 1 @ 1 0 06526486 +articles_of_confederation n 1 1 @ 1 0 06533863 +articles_of_incorporation n 1 2 @ #p 1 0 06470688 +articular_muscle n 1 3 @ ~ #p 1 0 05293597 +articulated_ladder n 1 1 @ 1 0 02745228 +articulated_lorry n 1 3 @ ~ %p 1 0 04467665 +articulateness n 1 2 @ + 1 0 04651195 +articulatio n 1 5 @ ~ #p %p ; 1 0 05595083 +articulatio_coxae n 1 3 @ #p %p 1 0 05596004 +articulatio_cubiti n 1 3 @ #p %p 1 0 05579944 +articulatio_genus n 1 3 @ #p %p 1 0 05573602 +articulatio_humeri n 1 3 @ #p %p 1 0 05549061 +articulatio_plana n 1 2 @ ~ 1 0 05578251 +articulatio_radiocarpea n 1 3 @ #p %p 1 0 05584928 +articulatio_spheroidea n 1 2 @ ~ 1 0 05595531 +articulatio_synovialis n 1 2 @ ~ 1 0 05543177 +articulatio_talocruralis n 1 3 @ #p %p 1 0 05578442 +articulatio_temporomandibularis n 1 1 @ 1 0 05276668 +articulatio_trochoidea n 1 1 @ 1 0 05597188 +articulation n 5 6 @ ~ #p %p + ; 5 1 07131854 13911151 07073208 05595083 00147314 +articulator n 2 3 @ ~ + 2 0 09811712 05301392 +articulatory_system n 1 3 @ #p %p 1 0 05296639 +artie_shaw n 1 1 @ 1 0 11296429 +artifact n 1 4 ! @ ~ + 1 1 00021939 +artifice n 1 1 @ 1 1 00172598 +artificer n 3 2 @ ~ 3 0 10214637 09974648 09808794 +artificial_additive n 1 1 @ 1 0 03377845 +artificial_blood n 1 1 @ 1 0 14768480 +artificial_flower n 1 1 @ 1 0 02745395 +artificial_heart n 1 2 @ ~ 1 0 02745492 +artificial_horizon n 1 1 @ 1 0 02745611 +artificial_insemination n 1 1 @ 1 0 00845352 +artificial_intelligence n 1 2 @ ~ 1 0 06133203 +artificial_joint n 1 1 @ 1 0 02745816 +artificial_kidney n 1 1 @ 1 0 02746008 +artificial_lake n 1 3 @ ~ #p 1 1 04078747 +artificial_language n 1 3 ! @ ~ 1 0 06894544 +artificial_pacemaker n 1 1 @ 1 0 03870290 +artificial_respiration n 1 2 @ #p 1 0 00831919 +artificial_satellite n 1 3 @ ~ %p 1 0 04137444 +artificial_skin n 1 1 @ 1 0 02746225 +artificiality n 1 3 @ ~ + 1 0 04788494 +artillery n 3 5 @ ~ #p %p ; 3 3 02746365 08389297 07246932 +artillery_fire n 1 2 @ ~ 1 1 00994449 +artillery_plant n 1 2 @ #m 1 0 12395289 +artillery_shell n 1 1 @ 1 0 02746595 +artillery_unit n 1 3 @ ~ ; 1 0 08389297 +artilleryman n 1 1 @ 1 1 09811852 +artiodactyl n 1 3 @ ~ #m 1 0 02394477 +artiodactyl_mammal n 1 3 @ ~ #m 1 0 02394477 +artiodactyla n 1 4 @ #m %m + 1 0 02394068 +artisan n 1 2 @ ~ 1 1 09974648 +artisan's_lien n 1 1 @ 1 0 13401261 +artist n 1 3 @ ~ + 1 1 09812338 +artist's_loft n 1 1 @ 1 0 02746683 +artist's_model n 1 1 @ 1 0 09813219 +artist's_workroom n 1 2 @ ~ 1 0 02746841 +artiste n 1 1 @ 1 0 09813126 +artistic_creation n 1 3 @ ~ - 1 0 00933420 +artistic_movement n 1 2 @ ~ 1 0 08466643 +artistic_production n 1 3 @ ~ - 1 0 00933420 +artistic_style n 1 2 @ ~ 1 0 04929422 +artistry n 1 2 @ ~ 1 1 05638987 +artium_baccalaurens n 1 1 @ 1 0 06698640 +artium_magister n 1 1 @ 1 0 06701001 +artlessness n 2 4 ! @ ~ + 2 0 04880830 04872676 +artocarpus n 1 3 @ #m %m 1 0 12400261 +artocarpus_altilis n 1 3 @ #m %p 1 0 12400489 +artocarpus_communis n 1 3 @ #m %p 1 0 12400489 +artocarpus_heterophyllus n 1 3 @ #m %p 1 0 12400720 +artocarpus_odoratissima n 1 3 @ #m %p 1 0 12400924 +artois n 1 2 @ #p 1 0 08940670 +arts n 1 2 @ ~ 1 1 06153846 +arts_and_crafts n 1 3 @ ~ ; 1 0 00935005 +artsd n 1 1 @ 1 0 06705306 +artur_rubinstein n 1 1 @ 1 0 11273479 +artur_schnabel n 1 1 @ 1 0 11285456 +arturo_toscanini n 1 1 @ 1 0 11346257 +artwork n 1 3 @ ~ #p 1 0 06998748 +aruba n 1 2 @ #p 1 0 08748794 +arugula n 1 2 @ #m 1 0 11886537 +arui n 1 2 @ #m 1 0 02416104 +arulo n 1 1 @ 1 0 06895266 +arum n 2 4 @ ~ #m #p 2 0 11780018 11779300 +arum_family n 1 3 @ #m %m 1 0 11778534 +arum_lily n 1 3 @ ~ #m 1 0 11793779 +arum_maculatum n 1 3 @ #m %p 1 0 11780148 +arum_palaestinum n 1 2 @ #m 1 0 11780424 +arundinaria n 1 4 @ #m %m + 1 0 12148079 +arundinaria_gigantea n 1 3 @ #m #p 1 0 12148253 +arundinaria_tecta n 1 2 @ #m 1 0 12148439 +arundo n 1 3 @ #m %m 1 0 12109189 +arundo_conspicua n 1 1 @ 1 0 12109365 +arundo_donax n 1 2 @ #m 1 0 12109498 +arundo_richardii n 1 1 @ 1 0 12115383 +aruru n 1 2 @ ; 1 0 09515988 +arvicola n 1 3 @ #m %m 1 0 02341805 +arvicola_amphibius n 1 2 @ #m 1 0 02341974 +aryan n 2 2 @ + 2 0 09635973 09635823 +arytaenoid n 1 2 @ #p 1 0 05530092 +arytenoid n 1 2 @ #p 1 0 05530092 +arytenoid_cartilage n 1 2 @ #p 1 0 05530092 +as n 2 4 @ #s #p %p 2 0 14629149 08991878 +asa_dulcis n 1 1 @ 1 0 14897941 +asa_gray n 1 1 @ 1 0 11012474 +asa_yoelson n 1 1 @ 1 0 11089669 +asadha n 1 2 @ #p 1 0 15220267 +asafetida n 1 1 @ 1 0 14768989 +asafoetida n 1 1 @ 1 0 14768989 +asahikawa n 1 2 @ #p 1 0 08923177 +asala n 1 2 @ ; 1 0 08016385 +asama n 1 2 @ #p 1 0 08926681 +asamiya n 1 1 @ 1 0 06970784 +asana n 1 3 @ ~ ; 1 0 05081957 +asanga n 1 1 @ 1 0 10825407 +asaph_hall n 1 1 @ 1 0 11024419 +asarabacca n 1 1 @ 1 0 11802995 +asarh n 1 2 @ #p 1 0 15220267 +asarum n 1 3 @ #m %m 1 0 11802076 +asarum_canadense n 1 1 @ 1 0 11802410 +asarum_europaeum n 1 1 @ 1 0 11802995 +asarum_shuttleworthii n 1 2 @ #m 1 0 11802800 +asarum_virginicum n 1 1 @ 1 0 11802586 +asbat_al-ansar n 1 2 @ ; 1 0 08017257 +asbestos n 1 3 @ ~ #m 1 0 14725591 +asbestos_abatement n 1 1 @ 1 0 00361684 +asbestosis n 1 1 @ 1 0 14150363 +ascaphidae n 1 3 @ #m %m 1 0 01644542 +ascaphus n 1 3 @ #m %m 1 0 01644699 +ascaphus_trui n 1 2 @ #m 1 0 01644900 +ascariasis n 1 1 @ 1 0 14453175 +ascaridae n 1 3 @ #m %m 1 0 01930485 +ascaridia n 1 3 @ #m %m 1 0 01930995 +ascaridia_galli n 1 2 @ #m 1 0 01931140 +ascaris n 1 3 @ #m %m 1 0 01930672 +ascaris_lumbricoides n 1 2 @ #m 1 0 01930852 +ascendance n 1 3 @ ~ + 1 0 14441825 +ascendancy n 1 3 @ ~ + 1 1 14441825 +ascendant n 2 3 @ ~ + 2 0 14442361 09792555 +ascendence n 1 3 @ ~ + 1 0 14441825 +ascendency n 1 3 @ ~ + 1 0 14441825 +ascendent n 2 2 @ ~ 2 0 14442361 09792555 +ascender n 3 4 @ ~ + ; 3 0 09813522 06830561 06800532 +ascending n 1 2 @ ~ 1 0 00324384 +ascending_aorta n 1 1 @ 1 0 05336246 +ascending_artery n 1 2 @ #p 1 0 05337855 +ascending_colon n 1 3 @ #p %p 1 0 05537060 +ascending_node n 1 2 ! @ 1 0 08498279 +ascension n 5 4 @ ~ + ; 5 0 15193052 07445480 07311822 07311661 00324384 +ascension_day n 1 2 @ ; 1 0 15193052 +ascension_of_christ n 1 2 @ ; 1 0 07311822 +ascension_of_the_lord n 1 2 @ ; 1 0 15193052 +ascent n 3 4 ! @ ~ + 3 0 09206985 07445480 00324384 +ascesis n 1 1 @ 1 0 01069012 +ascetic n 1 3 @ ~ + 1 0 09758173 +asceticism n 3 2 @ ~ 3 0 05959082 04881998 01069012 +asch n 1 1 @ 1 0 10825554 +aschelminthes n 1 3 @ #m %m 1 0 01929396 +ascidiaceae n 1 3 @ #m %m 1 0 01468532 +ascidian n 1 3 @ ~ #m 1 0 01468712 +ascidian_tadpole n 1 2 @ #m 1 0 01470895 +ascii n 1 3 @ %p ; 1 0 06356755 +ascii_character n 1 3 @ ~ #p 1 0 06820425 +ascii_character_set n 1 2 @ ; 1 0 06357078 +ascii_control_character n 1 2 @ ~ 1 0 06820601 +ascii_text_file n 1 2 @ ~ 1 0 06511242 +ascites n 1 2 @ + 1 0 14110025 +asclepia_meadii n 1 1 @ 1 0 13234857 +asclepiad n 1 2 @ #m 1 0 13233435 +asclepiadaceae n 1 4 @ #m %m + 1 0 13233012 +asclepias n 1 3 @ #m %m 1 0 13233548 +asclepias_albicans n 1 1 @ 1 0 13234114 +asclepias_curassavica n 1 1 @ 1 0 13234293 +asclepias_exaltata n 1 1 @ 1 0 13234519 +asclepias_incarnata n 1 1 @ 1 0 13234678 +asclepias_meadii n 1 1 @ 1 0 13234857 +asclepias_purpurascens n 1 1 @ 1 0 13235011 +asclepias_speciosa n 1 1 @ 1 0 13235159 +asclepias_subverticillata n 1 1 @ 1 0 13235319 +asclepias_tuberosa n 1 1 @ 1 0 13235503 +asclepias_verticillata n 1 1 @ 1 0 13235766 +asclepius n 1 1 @ 1 0 09559201 +ascocarp n 1 4 @ ~ #p + 1 0 11532816 +ascolichen n 1 1 @ 1 0 12987423 +ascoma n 1 1 @ 1 0 11533472 +ascomycete n 1 5 @ ~ #m %p + 1 0 13024012 +ascomycetes n 1 3 @ #m %m 1 0 13023783 +ascomycetous_fungus n 1 4 @ ~ #m %p 1 0 13024012 +ascomycota n 1 3 @ #m %m 1 0 13023292 +ascomycotina n 1 3 @ #m %m 1 0 13023292 +ascophyllum n 1 2 @ #m 1 0 01405442 +ascophyllum_nodosum n 1 1 @ 1 0 01405616 +ascorbic_acid n 1 1 @ 1 0 15093298 +ascospore n 1 2 @ + 1 0 13092240 +ascot n 1 1 @ 1 0 02747063 +ascription n 2 4 @ ~ = + 2 0 05734909 05734559 +ascus n 1 2 @ #p 1 0 13092078 +asdic n 1 3 @ #p %p 1 0 04259771 +asean n 1 2 @ %m 1 0 08487504 +asepsis n 2 2 @ + 2 0 14495230 13432903 +asexual_reproduction n 1 2 @ ~ 1 0 13434120 +asexuality n 1 2 @ + 1 0 05008085 +asgard n 1 2 @ ; 1 0 05626767 +ash n 3 7 @ ~ #m #s %s %p + 3 2 14769160 12303462 12303921 +ash-bin n 1 1 @ 1 0 02747177 +ash-key n 1 2 @ #p 1 0 12306419 +ash-leaved_maple n 1 2 @ ~ 1 0 12755225 +ash-pan n 1 1 @ 1 0 02747672 +ash_bin n 1 1 @ 1 0 02747177 +ash_cake n 1 1 @ 1 0 07688265 +ash_can n 1 1 @ 1 0 02747379 +ash_gray n 1 1 @ 1 0 04962062 +ash_grey n 1 1 @ 1 0 04962062 +ash_tree n 1 5 @ ~ #m %s %p 1 0 12303462 +ash_wednesday n 1 2 @ #p 1 0 15195622 +ashbin n 1 1 @ 1 0 02747177 +ashcake n 1 1 @ 1 0 07688265 +ashcan n 1 1 @ 1 0 02747177 +ashcan_school n 2 1 @ 2 0 08275497 02747379 +ashe n 1 1 @ 1 0 10825718 +asheville n 1 2 @ #p 1 0 09128040 +ashir n 1 2 @ ; 1 0 09516146 +ashkenazi n 1 1 @ 1 0 09607903 +ashkhabad n 1 2 @ #p 1 0 09021812 +ashlar n 1 1 @ 1 0 02747541 +ashley_montagu n 1 1 @ 1 0 11186356 +ashram n 2 2 @ ; 2 0 08643386 08643267 +ashton n 1 1 @ 1 0 10825923 +ashtoreth n 1 2 @ ; 1 0 09516323 +ashtray n 1 1 @ 1 0 02747802 +ashur n 2 3 @ #p ; 2 0 09516146 08919241 +ashurbanipal n 1 1 @ 1 0 10826033 +asia n 2 6 @ ~ #p %p + - 2 1 09207288 08172877 +asia_minor n 1 4 @ #p %p - 1 1 08701942 +asian n 1 3 @ ~ + 1 0 09641757 +asian_american n 1 1 @ 1 0 09642821 +asian_black_grouse n 1 1 @ 1 0 01795900 +asian_coral_snake n 1 2 @ #m 1 0 01746727 +asian_country n 1 3 @ ~ #p 1 0 08700255 +asian_crocodile n 1 1 @ 1 0 01697611 +asian_horseshoe_crab n 1 2 @ #m 1 0 01788291 +asian_influenza n 1 1 @ 1 0 14122670 +asian_longhorned_beetle n 1 1 @ 1 0 02183096 +asian_nation n 1 3 @ ~ #p 1 0 08700255 +asian_russia n 1 2 @ #p 1 0 09007613 +asian_seabass n 1 2 @ #m 1 0 02560546 +asian_shamanism n 1 1 @ 1 0 06244852 +asian_tiger_mosquito n 1 2 @ #m 1 0 02201000 +asian_wild_ox n 1 3 @ ~ #m 1 0 02409870 +asiatic n 1 3 @ ~ + 1 0 09641757 +asiatic_beetle n 1 2 @ #m 1 0 02173784 +asiatic_black_bear n 1 2 @ #m 1 0 02133704 +asiatic_buffalo n 1 3 @ ~ #m 1 0 02408429 +asiatic_cholera n 1 1 @ 1 0 14129579 +asiatic_cockroach n 1 2 @ #m 1 0 02233943 +asiatic_flu n 1 1 @ 1 0 14122670 +asiatic_flying_squirrel n 1 3 @ ~ #m 1 0 02362194 +asiatic_shrew_mole n 1 2 @ #m 1 0 01891013 +asiatic_sweetleaf n 1 1 @ 1 0 12776774 +aside n 2 1 @ 2 0 07011075 06600684 +asilidae n 1 3 @ #m %m 1 0 02195996 +asimina n 1 3 @ #m %m 1 0 11695485 +asimina_triloba n 1 3 @ #m %p 1 0 11695599 +asimov n 1 1 @ 1 0 10826204 +asin n 1 2 @ #p 1 0 15220625 +asininity n 1 2 @ + 1 0 04891944 +asio n 1 3 @ #m %m 1 0 01624707 +asio_otus n 1 2 @ #m 1 0 01624833 +ask_jeeves n 1 2 @ ; 1 0 06579294 +asker n 1 3 @ ~ + 1 0 10207831 +asking n 1 2 @ ~ 1 0 07185325 +asking_price n 1 2 @ ~ 1 0 13304009 +asklepios n 1 1 @ 1 0 09559201 +asl n 1 2 @ %p 1 0 06876007 +asmara n 1 2 @ #p 1 0 08777815 +asmera n 1 2 @ #p 1 0 08777815 +asp n 2 2 @ #m 2 0 01752736 01748389 +asp_viper n 1 2 @ #m 1 0 01752736 +aspadana n 1 2 @ #p 1 0 08912012 +aspalathus n 1 3 @ #m %m 1 0 12507670 +aspalathus_cedcarbergensis n 1 2 @ #m 1 0 12507823 +aspalathus_linearis n 1 2 @ #m 1 0 12507823 +asparagaceae n 1 2 @ #m 1 0 12440623 +asparaginase n 1 1 @ 1 0 02747915 +asparagine n 1 1 @ 1 0 14602851 +asparagus n 2 4 @ #m #p %p 2 0 12441183 07719213 +asparagus_asparagoides n 1 2 @ #m 1 0 12441552 +asparagus_bean n 1 2 @ #m 1 0 12579038 +asparagus_bed n 1 1 @ 1 0 02748088 +asparagus_fern n 1 2 @ #m 1 0 12441390 +asparagus_officinales n 1 3 @ #m %p 1 0 12441183 +asparagus_pea n 1 1 @ 1 0 12545865 +asparagus_plumosus n 1 2 @ #m 1 0 12441390 +asparagus_setaceous n 1 2 @ #m 1 0 12441390 +aspartame n 1 1 @ 1 0 07858841 +aspartic_acid n 1 1 @ 1 0 14602987 +aspect n 5 3 @ ~ + 5 3 05850624 04733118 05933246 13804669 04679738 +aspect_ratio n 1 1 @ 1 0 13820544 +aspen n 1 2 @ ~ 1 0 12733647 +aspen_poplar n 1 1 @ 1 0 12732009 +asper n 1 2 @ #p 1 0 13687420 +asperger's_syndrome n 1 1 @ 1 0 14084291 +aspergill n 1 2 @ %p 1 0 02748183 +aspergillaceae n 1 3 @ #m %m 1 0 13027190 +aspergillales n 1 3 @ #m %m 1 0 13026763 +aspergillosis n 3 1 @ 3 0 14260349 14182871 14071559 +aspergillus n 1 2 @ #m 1 0 13027375 +aspergillus_fumigatus n 1 1 @ 1 0 13027557 +asperity n 2 2 @ ~ 2 0 04710127 04643099 +aspersion n 3 3 @ ~ + 3 0 06718543 01220336 01038261 +aspersorium n 2 2 @ %p 2 0 02748359 02748183 +asperula n 1 3 @ #m %m 1 0 12661420 +asperula_odorata n 1 3 @ #s %p 1 0 12665271 +asperula_tinctoria n 1 1 @ 1 0 12661661 +asphalt n 2 2 @ + 2 1 14769465 14667455 +asphodel n 1 3 @ ~ #m 1 0 12441958 +asphodelaceae n 1 2 @ #m 1 0 12441770 +asphodeline n 1 3 @ #m %m 1 0 12442220 +asphodeline_lutea n 1 2 @ #m 1 0 12442697 +asphodelus n 1 2 @ #m 1 0 12442865 +asphyxia n 1 3 @ %p + 1 0 14042423 +asphyxiation n 2 3 @ ~ + 2 0 14043882 00225593 +asphyxiator n 1 1 @ 1 0 03345837 +aspic n 1 1 @ 1 0 07808675 +aspidelaps n 1 3 @ #m %m 1 0 01746818 +aspidelaps_lubricus n 1 2 @ #m 1 0 01746952 +aspidiotus n 1 3 @ #m %m 1 0 02249673 +aspidiotus_perniciosus n 1 2 @ #m 1 0 02249809 +aspidistra n 1 2 @ #m 1 0 12443323 +aspidistra_elatio n 1 2 @ #m 1 0 12443323 +aspidophoroides n 1 3 @ #m %m 1 0 02648174 +aspidophoroides_monopterygius n 1 2 @ #m 1 0 02648313 +aspinwall n 1 2 @ #p 1 0 08739669 +aspirant n 1 2 @ + 1 1 09801533 +aspirate n 1 2 @ + 1 0 07116758 +aspiration n 4 4 @ ~ #p + 4 1 04836491 07484547 07116869 00836788 +aspiration_pneumonia n 1 1 @ 1 0 14260550 +aspirator n 1 2 @ + 1 0 02748491 +aspirer n 1 2 @ + 1 0 09801533 +aspirin n 1 3 @ ~ %s 1 1 02748618 +aspirin_powder n 1 1 @ 1 0 02749169 +aspis n 1 3 @ #m %m 1 0 01753354 +aspleniaceae n 1 3 @ #m %m 1 0 13179972 +asplenium n 1 3 @ #m %m 1 0 13180304 +asplenium_adiantum-nigrum n 1 1 @ 1 0 13180875 +asplenium_billotii n 1 1 @ 1 0 13182937 +asplenium_bradleyi n 1 1 @ 1 0 13182662 +asplenium_ceterach n 1 2 @ #m 1 0 13183489 +asplenium_montanum n 1 1 @ 1 0 13182338 +asplenium_nidus n 1 2 @ #m 1 0 13181055 +asplenium_nigripes n 1 2 @ #m 1 0 13184001 +asplenium_pinnatifidum n 1 1 @ 1 0 13182799 +asplenium_platyneuron n 1 1 @ 1 0 13181244 +asplenium_rhizophyllum n 1 1 @ 1 0 13181811 +asplenium_ruta-muraria n 1 1 @ 1 0 13182462 +asplenium_scolopendrium n 1 2 @ #m 1 0 13183056 +asplenium_trichomanes n 1 1 @ 1 0 13181988 +asplenium_viride n 1 1 @ 1 0 13182164 +ass n 4 5 @ ~ #m #p ; 4 2 05559256 09813632 02389346 00846021 +ass-kisser n 1 2 @ ~ 1 0 10684827 +assagai n 1 1 @ 1 0 02749670 +assailability n 1 2 @ + 1 0 05043349 +assailant n 1 3 @ ~ + 1 0 09821253 +assam n 1 2 @ #p 1 0 08902097 +assam_fever n 1 1 @ 1 0 14181049 +assam_rubber n 1 1 @ 1 0 12402840 +assamese n 2 2 @ + 2 0 09673779 06970784 +assassin n 2 4 @ ~ + ; 2 1 09813696 09814084 +assassin_bug n 1 3 @ ~ #m 1 0 02244173 +assassination n 2 2 @ + 2 0 06719974 00221056 +assassinator n 1 4 @ ~ + ; 1 0 09813696 +assault n 4 5 @ ~ #p + ; 4 2 00974444 00767826 02384225 00773402 +assault_and_battery n 1 2 @ ~ 1 0 00768203 +assault_gun n 2 2 @ ; 2 0 02749479 02749292 +assault_rifle n 1 2 @ ; 1 0 02749479 +assaulter n 1 3 @ ~ + 1 0 09821253 +assay n 4 3 @ ~ + 4 1 05738625 14584390 07219162 00791527 +assay-mark n 1 1 @ 1 0 06855035 +assayer n 1 2 @ + 1 0 09814252 +assegai n 1 1 @ 1 0 02749670 +assemblage n 4 3 @ ~ + 4 3 07975026 03533486 01229938 07951464 +assembler n 1 1 @ 1 0 06573337 +assemblies_of_god n 1 1 @ 1 0 08150770 +assembling n 1 2 @ ~ 1 0 01014066 +assembly n 6 3 ! @ ~ 6 3 02749790 00912001 03386420 08163792 02749953 01229938 +assembly_hall n 1 1 @ 1 0 02750070 +assembly_language n 1 1 @ 1 0 06899310 +assembly_line n 1 3 @ #p %p 1 1 04008385 +assembly_plant n 1 2 @ ~ 1 0 02750169 +assembly_program n 1 1 @ 1 0 06573337 +assemblyman n 1 1 @ 1 0 09814381 +assemblywoman n 1 1 @ 1 0 09814488 +assent n 1 3 @ ~ + 1 1 07175575 +assenter n 1 2 @ + 1 0 09814567 +assenting n 1 1 @ 1 0 07177192 +asserter n 1 3 @ ~ + 1 0 09814660 +assertion n 2 3 @ ~ + 2 2 06729499 07203126 +assertiveness n 1 3 @ ~ + 1 1 05167237 +assertiveness_training n 1 1 @ 1 0 00701325 +assessee n 1 2 @ + 1 0 09815076 +assessment n 4 3 @ ~ + 4 1 05733583 13403146 05146055 00874067 +assessor n 1 3 @ ~ + 1 1 10692883 +asset n 1 3 ! @ ~ 1 1 05154517 +assets n 1 3 @ ~ ; 1 0 13329641 +asseveration n 1 3 @ ~ + 1 0 06729499 +asseverator n 1 3 @ ~ + 1 0 09814660 +asshole n 2 2 @ ; 2 0 09815188 05538215 +assibilation n 2 2 @ + 2 0 13434406 07129202 +assiduity n 1 3 @ ~ + 1 1 04865502 +assiduousness n 1 3 @ ~ + 1 0 04865502 +assignation n 2 3 @ ~ + 2 0 01231435 01083645 +assignee n 1 3 @ + ; 1 1 09815455 +assigning n 1 2 @ ~ 1 1 00164345 +assignment n 6 4 @ ~ + ; 6 3 00730247 06545528 00164345 13254237 00796586 00163779 +assignor n 1 2 @ ; 1 0 09815677 +assimilation n 6 3 @ ~ + 6 0 13930928 13434878 13434688 13434537 05757049 05755714 +assimilator n 1 3 @ ~ + 1 0 10251779 +assist n 2 4 @ ~ + ; 2 2 01207609 00558008 +assistance n 2 3 @ ~ + 2 2 01207609 05154908 +assistant n 1 3 @ ~ + 1 1 09815790 +assistant_foreman n 1 1 @ 1 0 10661732 +assistant_professor n 1 1 @ 1 0 09816654 +assisted_suicide n 1 2 @ ~ 1 0 00222939 +assize n 2 2 @ ; 2 0 06664353 06553472 +assizes n 1 1 @ 1 0 08330843 +associability n 1 2 @ + 1 0 04688058 +associableness n 1 2 @ + 1 0 04688058 +associate n 5 4 @ ~ #m + 5 1 09816771 09945905 09817174 07284848 06697703 +associate_degree n 1 2 @ ~ 1 0 06697703 +associate_in_applied_science n 1 1 @ 1 0 06698031 +associate_in_arts n 1 1 @ 1 0 06697935 +associate_in_nursing n 1 1 @ 1 0 06698150 +associate_professor n 1 1 @ 1 1 09817386 +associated_state n 1 1 @ 1 0 08627316 +associateship n 1 1 @ 1 0 00589103 +association n 8 6 ! @ ~ %m + ; 8 5 08049401 01081628 14421139 05763916 13930385 13782769 13435152 07990377 +association_area n 1 1 @ 1 0 05487224 +association_cortex n 1 1 @ 1 0 05487224 +association_football n 1 3 @ %p - 1 0 00478262 +association_for_the_advancement_of_retired_persons n 1 1 @ 1 0 08487149 +association_of_islamic_groups_and_communities n 1 2 @ ; 1 0 08028623 +association_of_orangemen n 1 3 @ %m ; 1 0 08036669 +association_of_southeast_asian_nations n 1 2 @ %m 1 0 08487504 +association_theory n 1 2 @ ; 1 0 06137918 +associationism n 1 2 @ ; 1 0 06137918 +associative_aphasia n 1 1 @ 1 0 14098078 +assonance n 1 2 @ + 1 0 07097346 +assortative_mating n 1 2 ! @ 1 0 00847770 +assortment n 2 3 @ ~ + 2 1 08398773 01012712 +assouan n 1 2 @ #p 1 0 08898457 +assuagement n 1 2 @ + 1 0 07493280 +assuan n 1 2 @ #p 1 0 08898457 +assumed_name n 2 2 @ ; 2 0 06338158 06334512 +assumption n 7 5 @ ~ #p + ; 7 3 06753800 05892096 00082870 15193908 07357866 04838727 00083260 +assumption_of_mary n 1 2 @ #p 1 0 15193908 +assur n 1 2 @ #p 1 0 08919241 +assurance n 4 5 @ ~ = + ; 4 3 05697363 07227772 07227406 13345286 +assurbanipal n 1 1 @ 1 0 10826033 +assuredness n 1 2 @ + 1 0 04904162 +assyria n 1 4 @ #p %p - 1 0 08918944 +assyrian n 3 2 @ ; 3 2 09640490 06988684 06987659 +assyrian_akkadian n 1 2 @ ; 1 0 06987659 +assyrian_neo-aramaic n 1 2 @ ; 1 0 06988684 +assyriology n 1 1 @ 1 1 06144762 +astacidae n 1 3 @ #m %m 1 0 01984958 +astacura n 1 3 @ #m %m 1 0 01984958 +astacus n 1 3 @ #m %m 1 0 01985331 +astaire n 1 1 @ 1 0 10826352 +astana n 1 1 @ 1 0 09020119 +astarte n 1 2 @ ; 1 0 09516323 +astasia n 1 1 @ 1 0 14550366 +astatic_coils n 1 2 @ #p 1 0 02750320 +astatic_galvanometer n 1 2 @ %p 1 0 02750652 +astatine n 1 1 @ 1 0 14629561 +aster n 2 3 @ ~ #m 2 0 11931918 05446006 +aster_acuminatus n 1 1 @ 1 0 11932927 +aster_arenosus n 1 1 @ 1 0 11933099 +aster_cordifolius n 1 1 @ 1 0 11933257 +aster_divaricatus n 1 1 @ 1 0 11933387 +aster_dumosus n 1 1 @ 1 0 11933546 +aster_ericoides n 1 1 @ 1 0 11933728 +aster_falcatus n 1 1 @ 1 0 11933903 +aster_family n 1 3 @ #m %m 1 0 11911591 +aster_linarifolius n 1 1 @ 1 0 11934041 +aster_linosyris n 1 1 @ 1 0 11934239 +aster_macrophyllus n 1 1 @ 1 0 11934463 +aster_novae-angliae n 1 1 @ 1 0 11934616 +aster_novi-belgii n 1 1 @ 1 0 11934807 +aster_ptarmicoides n 1 1 @ 1 0 11935027 +aster_shortii n 1 1 @ 1 0 11935187 +aster_tripolium n 1 1 @ 1 0 11935330 +aster_turbinellis n 1 1 @ 1 0 11935469 +asteraceae n 1 3 @ #m %m 1 0 11911591 +astereognosis n 1 1 @ 1 0 14056143 +asterid_dicot_family n 1 3 @ ~ #m 1 0 11566230 +asterid_dicot_genus n 1 3 @ ~ #m 1 0 11579418 +asteridae n 1 3 @ #m %m 1 0 11910835 +asterion n 1 2 @ #p 1 0 05231397 +asterisk n 1 2 @ + 1 1 06828389 +asterism n 2 5 @ ~ #m + ; 2 0 13881810 09208496 +asteroid n 1 3 @ ~ + 1 0 09208702 +asteroid_belt n 1 2 @ #p 1 0 08498888 +asteroidea n 1 3 @ #m %m 1 0 02317212 +asterope n 2 3 @ #m ; 2 0 09549983 09445780 +asthenia n 1 2 @ + 1 0 14547976 +asthenic_type n 1 1 @ 1 0 04999111 +asthenopia n 1 1 @ 1 0 14016863 +asthenosphere n 1 2 @ #p 1 0 09209025 +astheny n 1 2 @ + 1 0 14547976 +asthma n 1 4 @ ~ %p + 1 0 14145911 +asthma_attack n 1 3 @ ~ %p 1 0 14145911 +asthmatic n 1 1 @ 1 0 09817536 +astigmatism n 2 5 ! @ ~ + ; 2 0 14553590 13938899 +astigmia n 2 4 @ ~ + ; 2 0 14553590 13938899 +astilbe n 1 3 @ ~ #m 1 0 12794985 +astilbe_biternata n 1 1 @ 1 0 12795209 +astilbe_chinensis_pumila n 1 1 @ 1 0 12795352 +astilbe_japonica n 1 1 @ 1 0 12795555 +astonishment n 1 3 @ ~ + 1 1 07509572 +astor n 2 1 @ 2 0 10826717 10826557 +astragal n 2 4 @ ~ #p + 2 0 05271383 02815237 +astragalus n 2 5 @ #m #p %m + 2 0 12508077 05271383 +astragalus_alpinus n 1 1 @ 1 0 12508618 +astragalus_danicus n 1 1 @ 1 0 12508762 +astragalus_glycyphyllos n 1 1 @ 1 0 12508497 +astrakhan n 2 2 @ #p 2 0 14764440 09004358 +astrantia n 1 3 @ ~ #m 1 0 12934036 +astrantia_major n 1 1 @ 1 0 12934174 +astraphobia n 1 1 @ 1 0 14383067 +astreus n 1 2 @ #m 1 0 13045834 +astreus_hygrometricus n 1 1 @ 1 0 13046130 +astreus_pteridis n 1 1 @ 1 0 13045975 +astringence n 1 2 @ + 1 0 05717549 +astringency n 2 3 @ = + 2 0 05717549 05202034 +astringent n 1 3 @ ~ + 1 0 02750835 +astringent_drug n 1 2 @ ~ 1 0 02750835 +astrobiology n 1 1 @ 1 0 06071722 +astrocyte n 1 4 @ ~ #p + 1 0 05467758 +astrodome n 1 1 @ 1 0 02751067 +astrodynamics n 1 1 @ 1 0 06096451 +astrogator n 1 2 @ + 1 0 09817694 +astroglia n 1 2 @ %p 1 0 05467619 +astrolabe n 1 1 @ 1 0 02751215 +astrolatry n 1 1 @ 1 0 01045807 +astrologer n 1 3 @ ~ + 1 0 09817816 +astrologist n 1 3 @ ~ + 1 0 09817816 +astrology n 1 4 @ ~ + - 1 0 05778131 +astroloma n 1 3 @ #m %m 1 0 12254014 +astroloma_humifusum n 1 2 @ #m 1 0 12254168 +astrometry n 1 1 @ 1 0 06096600 +astronaut n 1 3 @ ~ + 1 0 09818022 +astronautics n 1 3 @ ~ - 1 0 06096913 +astronavigation n 1 1 @ 1 0 00816530 +astronium n 1 3 @ #m %m 1 0 12759496 +astronium_fraxinifolium n 1 2 @ #m 1 0 12759668 +astronomer n 1 3 @ ~ ; 1 0 09818343 +astronomical_telescope n 1 2 @ ~ 1 0 02751295 +astronomical_unit n 1 1 @ 1 1 13657244 +astronomical_year n 1 1 @ 1 0 15202806 +astronomy n 1 4 @ ~ + - 1 1 06095022 +astronomy_satellite n 1 1 @ 1 0 02751490 +astronomy_unit n 1 2 @ ~ 1 0 13649054 +astrophysicist n 1 3 @ ~ + 1 0 09819291 +astrophysics n 1 3 @ ~ + 1 1 06097775 +astrophyton n 1 3 @ #m %m 1 0 02318538 +astrophyton_muricatum n 1 2 @ #m 1 0 02318687 +astropogon n 1 2 @ #m 1 0 02572628 +astropogon_stellatus n 1 1 @ 1 0 02572763 +astuteness n 2 4 @ ~ + ; 2 0 05621439 05613962 +asuncion n 1 2 @ #p 1 0 08978667 +asur n 1 2 @ #p 1 0 08919241 +asura n 1 1 @ 1 0 09524440 +asurbanipal n 1 1 @ 1 0 10826033 +asvina n 1 2 @ #p 1 0 15220625 +asvins n 1 2 @ ; 1 0 09524671 +aswan n 1 2 @ #p 1 0 08898457 +aswan_high_dam n 1 2 @ #p 1 0 02751623 +asylum n 2 2 @ ~ 2 0 04071102 03746574 +asymmetry n 1 5 ! @ ~ + ; 1 1 05065717 +asymptote n 1 2 @ + 1 0 13870935 +asynchronism n 1 2 ! @ 1 0 13845838 +asynchronous_operation n 1 2 ! @ 1 0 13435377 +asynchronous_transfer_mode n 1 1 @ 1 0 06279071 +asynchrony n 1 1 @ 1 1 13845838 +asynclitism n 1 2 @ #p 1 0 14049098 +asyndeton n 1 2 @ + 1 0 07099135 +asynergia n 1 2 @ + 1 0 14024391 +asynergy n 1 2 @ + 1 0 14024391 +asystole n 1 1 @ 1 0 14024581 +at n 2 2 @ #p 2 0 14629561 13681048 +at-bat n 1 2 @ ; 1 1 00458456 +at_home n 1 1 @ 1 1 08254540 +atabrine n 1 2 @ ; 1 0 04034641 +atacama_desert n 1 2 @ #p 1 0 09168193 +atacama_trench n 1 1 @ 1 0 09209132 +atactic_abasia n 1 1 @ 1 0 14549382 +atakapa n 2 1 @ 2 0 09647680 06907567 +atakapan n 1 1 @ 1 0 06907567 +atar n 1 2 @ ~ 1 0 14892989 +ataractic n 1 3 @ ~ + 1 0 04470232 +ataractic_agent n 1 2 @ ~ 1 0 04470232 +ataractic_drug n 1 2 @ ~ 1 0 04470232 +atarax n 1 2 @ ; 1 0 03554131 +ataraxia n 1 2 @ + 1 0 04904560 +ataraxis n 1 1 @ 1 0 07515790 +ataturk n 1 1 @ 1 0 10826952 +atavism n 1 2 @ + 1 0 07343574 +atavist n 1 2 @ + 1 0 09819860 +ataxia n 1 4 @ ~ #p + 1 0 14091254 +ataxic_abasia n 1 1 @ 1 0 14549382 +ataxic_aphasia n 1 1 @ 1 0 14098458 +ataxy n 1 3 @ ~ #p 1 0 14091254 +atayalic n 1 1 @ 1 0 06940854 +ate n 1 1 @ 1 0 09557289 +atelectasis n 1 1 @ 1 0 14502896 +ateleiosis n 1 2 @ + 1 0 14508799 +ateles n 1 3 @ #m %m 1 0 02493673 +ateles_geoffroyi n 1 2 @ #m 1 0 02493793 +atelier n 1 2 @ ~ 1 0 02746841 +ateliosis n 1 1 @ 1 0 14508799 +aten n 1 1 @ 1 0 09511875 +atenolol n 1 2 @ #s 1 0 02751782 +ateria_gastrica_dextra n 1 1 @ 1 0 05345783 +atf n 1 2 @ #p 1 0 08140219 +athabascan n 2 3 @ ~ ; 2 1 06907728 09647834 +athabaskan n 2 3 @ ~ ; 2 0 09647834 06907728 +athanasian_creed n 1 1 @ 1 0 05958114 +athanasianism n 1 2 ! @ 1 0 06187960 +athanasius n 1 2 @ ; 1 0 10827155 +athanasius_the_great n 1 2 @ ; 1 0 10827155 +athanor n 1 2 @ ; 1 0 02752039 +athapascan n 2 3 @ ~ ; 2 0 09647834 06907728 +athapaskan n 2 3 @ ~ ; 2 0 09647834 06907728 +athapaskan_language n 1 3 @ ~ ; 1 0 06907728 +athar n 1 2 @ ~ 1 0 14892989 +atharva-veda n 1 1 @ 1 0 06465255 +atheism n 2 3 ! @ + 2 0 06223468 05980256 +atheist n 1 2 @ + 1 1 09820044 +athelstan n 1 1 @ 1 0 10827513 +athena n 1 2 @ ; 1 0 09557387 +athenaeum n 2 1 @ 2 0 08228405 02752199 +athene n 2 4 @ #m %m ; 2 0 09557387 01621994 +athene_noctua n 1 2 @ #m 1 0 01622120 +atheneum n 2 1 @ 2 0 08228405 02752199 +athenian n 1 4 @ ~ #m + 1 0 09711132 +athens n 3 5 @ #p %m %p + 3 1 08785343 09130599 09076982 +atherinidae n 1 3 @ #m %m 1 0 02602215 +atherinopsis n 1 3 @ #m %m 1 0 02602620 +atherinopsis_californiensis n 1 2 @ #m 1 0 02602760 +atherodyde n 1 1 @ 1 0 04051269 +atherogenesis n 1 1 @ 1 0 14108576 +atheroma n 1 2 @ + 1 0 05269495 +atherosclerosis n 1 2 @ + 1 0 14108713 +atherurus n 1 3 @ #m %m 1 0 02347140 +athetosis n 1 1 @ 1 0 14108938 +athinai n 1 4 @ #p %m %p 1 0 08785343 +athiorhodaceae n 1 2 @ #m 1 0 01361840 +athlete n 1 3 @ ~ + 1 1 09820263 +athlete's_foot n 1 1 @ 1 0 14126078 +athlete's_heart n 1 1 @ 1 0 05389182 +athletic_competition n 1 2 @ ~ 1 0 07456638 +athletic_contest n 1 2 @ ~ 1 0 07456638 +athletic_facility n 1 3 @ ~ %p 1 0 02752311 +athletic_field n 1 4 @ ~ #p %p 1 0 08570758 +athletic_game n 1 3 @ ~ %p 1 0 00463246 +athletic_sock n 1 1 @ 1 0 02752496 +athletic_supporter n 1 1 @ 1 0 02752615 +athletic_training n 1 2 @ ~ 1 0 00893498 +athletic_type n 1 1 @ 1 0 04999306 +athletic_wear n 1 2 @ ~ 1 0 04285803 +athleticism n 1 1 @ 1 1 05036237 +athletics n 3 4 @ ~ + - 3 1 00523513 07456638 00886582 +athodyd n 1 1 @ 1 0 04051269 +athol_fugard n 1 1 @ 1 0 10984979 +athos n 1 2 @ #p 1 0 08785132 +athrotaxis n 1 3 @ #m %m 1 0 11632794 +athrotaxis_selaginoides n 1 2 @ #m 1 0 11632929 +athyriaceae n 1 3 @ #m %m 1 0 13192025 +athyrium n 1 3 @ #m %m 1 0 13194328 +athyrium_distentifolium n 1 1 @ 1 0 13194758 +athyrium_filix-femina n 1 3 @ ~ #m 1 0 13194572 +athyrium_pycnocarpon n 1 2 @ #m 1 0 13194918 +athyrium_thelypteroides n 1 2 @ #m 1 0 13196738 +ativan n 1 2 @ ; 1 0 03690005 +atlanta n 2 5 @ #p %p ; - 2 2 09076675 01269633 +atlantic n 1 4 @ %p + - 1 1 09209263 +atlantic_bonito n 1 2 @ #m 1 0 02628062 +atlantic_bottlenose_dolphin n 1 1 @ 1 0 02069974 +atlantic_city n 1 2 @ #p 1 0 09112857 +atlantic_coast n 1 2 @ #p 1 0 09210236 +atlantic_cod n 1 2 @ %p 1 0 02522722 +atlantic_croaker n 1 2 @ #m 1 0 02596720 +atlantic_halibut n 1 1 @ 1 0 02660519 +atlantic_herring n 1 2 @ #m 1 0 02532272 +atlantic_manta n 1 2 @ #m 1 0 01500476 +atlantic_moonfish n 1 2 @ ~ 1 0 02578233 +atlantic_ocean n 1 3 @ %p - 1 1 09209263 +atlantic_puffin n 1 2 @ #m 1 0 02047975 +atlantic_ridley n 1 1 @ 1 0 01664492 +atlantic_sailfish n 1 2 @ #m 1 0 02630615 +atlantic_salmon n 2 5 @ ~ #m #p %p 2 0 07796005 02535537 +atlantic_sea_bream n 1 2 @ #m 1 0 02591911 +atlantic_spiny_dogfish n 1 2 @ #m 1 0 01493829 +atlantic_standard_time n 1 1 @ 1 0 15131734 +atlantic_time n 1 1 @ 1 0 15131734 +atlantic_tripletail n 1 1 @ 1 0 02636405 +atlantic_walrus n 1 1 @ 1 0 02081798 +atlantic_white_cedar n 1 2 @ #m 1 0 11635152 +atlantides n 1 2 @ ; 1 0 09549216 +atlantis n 1 1 @ 1 0 05626929 +atlas n 4 4 @ ~ %p ; 4 0 09575548 06427086 05588746 02752810 +atlas_cedar n 1 1 @ 1 0 11624192 +atlas_moth n 1 2 @ #m 1 0 02305085 +atlas_mountains n 1 2 @ #p 1 0 09210346 +atlas_vertebra n 1 1 @ 1 0 05588746 +atm n 3 2 @ ~ 3 1 13711060 06279071 02977058 +atmometer n 1 1 @ 1 0 02752917 +atmosphere n 6 5 @ ~ #p %p + 6 5 14524849 13711060 08499057 14520278 09210604 04727214 +atmospheric_condition n 1 3 @ ~ ; 1 0 11524662 +atmospheric_electricity n 1 2 @ ~ 1 0 11476231 +atmospheric_phenomenon n 1 2 @ ~ 1 0 11425580 +atmospheric_pressure n 1 2 @ ~ 1 0 11429458 +atmospheric_state n 1 2 @ ~ 1 0 14520278 +atmospheric_static n 1 2 @ ~ 1 0 07431683 +atmospherics n 1 2 @ ~ 1 0 07431683 +atole n 1 1 @ 1 0 07703515 +atoll n 1 2 @ ~ 1 0 09210862 +atom n 2 6 @ ~ #p %p + ; 2 1 14619225 14585519 +atom_bomb n 1 3 @ ~ %p 1 1 02753044 +atom_smasher n 1 3 @ ~ %p 1 0 02670382 +atomic_bomb n 1 3 @ ~ %p 1 1 02753044 +atomic_clock n 1 2 @ ~ 1 0 02753394 +atomic_cocktail n 1 1 @ 1 0 02753569 +atomic_energy n 1 2 @ ~ 1 0 11425989 +atomic_energy_commission n 1 2 @ #p 1 1 08122358 +atomic_explosion n 1 2 @ %p 1 0 07408386 +atomic_mass n 1 3 @ ~ ; 1 0 05025935 +atomic_mass_unit n 1 1 @ 1 0 13715495 +atomic_number n 1 2 @ ~ 1 0 13598715 +atomic_number_1 n 1 3 @ ~ #s 1 0 14640434 +atomic_number_10 n 1 2 @ #s 1 0 14646152 +atomic_number_100 n 1 1 @ 1 0 14637339 +atomic_number_101 n 1 1 @ 1 0 14645092 +atomic_number_102 n 1 1 @ 1 0 14647722 +atomic_number_103 n 1 1 @ 1 0 14643323 +atomic_number_104 n 1 1 @ 1 0 14653416 +atomic_number_105 n 1 1 @ 1 0 14636523 +atomic_number_106 n 1 1 @ 1 0 14654058 +atomic_number_107 n 1 1 @ 1 0 14631757 +atomic_number_108 n 1 1 @ 1 0 14639795 +atomic_number_109 n 1 1 @ 1 0 14644963 +atomic_number_11 n 1 2 @ #s 1 0 14655371 +atomic_number_110 n 1 1 @ 1 0 14636392 +atomic_number_111 n 1 1 @ 1 0 14652824 +atomic_number_112 n 1 1 @ 1 0 14659794 +atomic_number_113 n 1 1 @ 1 0 14660314 +atomic_number_114 n 1 1 @ 1 0 14660183 +atomic_number_115 n 1 1 @ 1 0 14660052 +atomic_number_116 n 1 1 @ 1 0 14659922 +atomic_number_12 n 1 2 @ #s 1 0 14644249 +atomic_number_13 n 1 3 @ ~ #s 1 0 14627820 +atomic_number_14 n 1 2 @ #s 1 0 14654541 +atomic_number_15 n 1 2 @ #s 1 0 14649197 +atomic_number_16 n 1 3 @ ~ #s 1 0 14656219 +atomic_number_17 n 1 3 @ ~ #s 1 0 14634591 +atomic_number_18 n 1 2 @ #s 1 0 14628920 +atomic_number_19 n 1 2 @ #s 1 0 14650807 +atomic_number_2 n 1 1 @ 1 0 14639921 +atomic_number_20 n 1 3 @ ~ #s 1 0 14632648 +atomic_number_21 n 1 2 @ #s 1 0 14653831 +atomic_number_22 n 1 3 @ #s ; 1 0 14659211 +atomic_number_23 n 1 2 @ #s 1 0 14661020 +atomic_number_24 n 1 3 @ ~ #s 1 0 14635092 +atomic_number_25 n 1 2 @ #s 1 0 14644654 +atomic_number_26 n 1 3 @ ~ #s 1 0 14642417 +atomic_number_27 n 1 3 @ ~ #s 1 0 14635290 +atomic_number_28 n 1 2 @ #s 1 0 14646610 +atomic_number_29 n 1 3 @ ~ #s 1 0 14635722 +atomic_number_3 n 1 2 @ #s 1 0 14643793 +atomic_number_30 n 1 2 @ ~ 1 0 14661977 +atomic_number_31 n 1 2 @ #s 1 0 14638256 +atomic_number_32 n 1 2 @ #s 1 0 14638517 +atomic_number_33 n 1 2 @ #s 1 0 14629149 +atomic_number_34 n 1 2 @ #s 1 0 14654175 +atomic_number_35 n 1 2 @ #s 1 0 14632129 +atomic_number_36 n 1 2 @ #s 1 0 14642916 +atomic_number_37 n 1 2 @ #s 1 0 14652954 +atomic_number_38 n 1 3 @ ~ #s 1 0 14655731 +atomic_number_39 n 1 2 @ #s 1 0 14661740 +atomic_number_4 n 1 2 @ #s 1 0 14631295 +atomic_number_40 n 1 2 @ #s 1 0 14662281 +atomic_number_41 n 1 3 @ ~ #s 1 0 14646942 +atomic_number_42 n 1 2 @ #s 1 0 14645661 +atomic_number_43 n 1 1 @ 1 0 14657047 +atomic_number_44 n 1 1 @ 1 0 14653242 +atomic_number_45 n 1 1 @ 1 0 14652623 +atomic_number_46 n 1 1 @ 1 0 14648754 +atomic_number_47 n 1 3 @ ~ #s 1 0 14654954 +atomic_number_48 n 1 2 @ #s 1 0 14632444 +atomic_number_49 n 1 2 @ #s 1 0 14641223 +atomic_number_5 n 1 2 @ #s 1 0 14631871 +atomic_number_50 n 1 2 @ #s 1 0 14658855 +atomic_number_51 n 1 2 @ #s 1 0 14628668 +atomic_number_52 n 1 2 @ #s 1 0 14657228 +atomic_number_53 n 1 3 @ ~ #s 1 0 14641397 +atomic_number_54 n 1 2 @ #s 1 0 14661274 +atomic_number_55 n 1 3 @ ~ #s 1 0 14634232 +atomic_number_56 n 1 3 @ ~ #s 1 0 14629998 +atomic_number_57 n 1 1 @ 1 0 14643118 +atomic_number_58 n 1 2 @ #s 1 0 14633957 +atomic_number_59 n 1 2 @ #s 1 0 14651212 +atomic_number_6 n 1 3 @ ~ #s 1 0 14633206 +atomic_number_60 n 1 2 @ #s 1 0 14645882 +atomic_number_61 n 1 1 @ 1 0 14651479 +atomic_number_62 n 1 2 @ #s 1 0 14653596 +atomic_number_63 n 1 2 @ #s 1 0 14637176 +atomic_number_64 n 1 2 @ #s 1 0 14638041 +atomic_number_65 n 1 2 @ #s 1 0 14657566 +atomic_number_66 n 1 1 @ 1 0 14636647 +atomic_number_67 n 1 2 @ #s 1 0 14640222 +atomic_number_68 n 1 2 @ #s 1 0 14636988 +atomic_number_69 n 1 2 @ #s 1 0 14658546 +atomic_number_7 n 1 3 @ ~ #s 1 0 14647235 +atomic_number_70 n 1 2 @ #s 1 0 14661482 +atomic_number_71 n 1 1 @ 1 0 14644063 +atomic_number_72 n 1 1 @ 1 0 14639556 +atomic_number_73 n 1 2 @ #s 1 0 14656666 +atomic_number_74 n 1 2 @ #s 1 0 14659512 +atomic_number_75 n 1 1 @ 1 0 14652390 +atomic_number_76 n 1 1 @ 1 0 14647907 +atomic_number_77 n 1 1 @ 1 0 14642219 +atomic_number_78 n 1 1 @ 1 0 14649543 +atomic_number_79 n 1 3 @ ~ #s 1 0 14638799 +atomic_number_8 n 1 3 @ ~ #s 1 0 14648100 +atomic_number_80 n 1 2 @ #s 1 0 14645346 +atomic_number_81 n 1 2 @ #s 1 0 14657818 +atomic_number_82 n 1 3 @ ~ #s 1 0 14643467 +atomic_number_83 n 1 1 @ 1 0 14631502 +atomic_number_84 n 1 1 @ 1 0 14650556 +atomic_number_85 n 1 1 @ 1 0 14629561 +atomic_number_86 n 1 1 @ 1 0 14652104 +atomic_number_87 n 1 1 @ 1 0 14637864 +atomic_number_88 n 1 2 @ #s 1 0 14651921 +atomic_number_89 n 1 2 @ #s 1 0 14627655 +atomic_number_9 n 1 2 @ #s 1 0 14637507 +atomic_number_90 n 1 3 @ ~ #s 1 0 14658109 +atomic_number_91 n 1 1 @ 1 0 14651708 +atomic_number_92 n 1 3 @ ~ #s 1 0 14660443 +atomic_number_93 n 1 1 @ 1 0 14646403 +atomic_number_94 n 1 2 @ ~ 1 0 14649775 +atomic_number_95 n 1 1 @ 1 0 14628494 +atomic_number_96 n 1 1 @ 1 0 14636220 +atomic_number_97 n 1 1 @ 1 0 14631134 +atomic_number_98 n 1 1 @ 1 0 14633037 +atomic_number_99 n 1 1 @ 1 0 14636822 +atomic_physics n 1 3 @ %p - 1 1 06100555 +atomic_pile n 1 1 @ 1 0 02753710 +atomic_power n 1 1 @ 1 0 11426125 +atomic_reactor n 1 1 @ 1 0 02753710 +atomic_spectrum n 1 3 @ %p ; 1 0 11426288 +atomic_theory n 2 4 @ ~ #p ; 2 0 06103270 06102476 +atomic_warhead n 1 2 @ #p 1 0 02753881 +atomic_weapon n 1 3 @ ~ %p 1 0 03834604 +atomic_weight n 1 3 @ ~ ; 1 0 05025935 +atomisation n 2 2 @ + 2 0 00388210 00218602 +atomiser n 1 3 @ ~ + 1 0 02754103 +atomism n 2 4 ! @ + ; 2 0 06138099 06102476 +atomist_theory n 1 2 @ ; 1 0 06102476 +atomistic_theory n 1 2 @ ; 1 0 06102476 +atomization n 2 2 @ + 2 0 00388210 00218602 +atomizer n 1 3 @ ~ + 1 0 02754103 +aton n 1 1 @ 1 0 09511875 +atonalism n 1 2 @ + 1 0 06864014 +atonality n 1 3 ! @ + 1 0 06864014 +atonement n 2 3 @ ~ + 2 0 13292787 00095121 +atonia n 1 2 @ + 1 0 14545845 +atonicity n 1 3 ! @ + 1 0 14545845 +atony n 1 2 @ + 1 0 14545845 +atopic_allergy n 1 1 @ 1 0 14532250 +atopic_dermatitis n 1 1 @ 1 0 14222788 +atopic_eczema n 1 1 @ 1 0 14222788 +atopognosia n 1 1 @ 1 0 14091965 +atopognosis n 1 1 @ 1 0 14091965 +atopy n 1 1 @ 1 0 14532250 +atorvastatin n 1 1 @ 1 0 02754421 +atp n 1 1 @ 1 0 14708042 +atrazine n 1 1 @ 1 0 14629772 +atresia n 1 1 @ 1 0 14049262 +atreus n 1 2 @ ; 1 0 09594756 +atrial_artery n 1 1 @ 1 0 05343941 +atrial_auricle n 1 2 @ #p 1 0 05392348 +atrial_fibrillation n 1 1 @ 1 0 14362373 +atrial_septal_defect n 1 1 @ 1 0 14469334 +atrichornis n 1 3 @ #m %m 1 0 01545889 +atrichornithidae n 1 3 @ #m %m 1 0 01545752 +atrioventricular_block n 1 1 @ 1 0 14362593 +atrioventricular_bundle n 1 1 @ 1 0 05390479 +atrioventricular_nodal_rhythm n 1 1 @ 1 0 04768309 +atrioventricular_node n 1 1 @ 1 0 05390761 +atrioventricular_trunk n 1 1 @ 1 0 05390479 +atrioventricular_valve n 1 3 @ ~ %p 1 0 05394277 +atriplex n 1 3 @ #m %m 1 0 11830570 +atriplex_hortensis n 1 1 @ 1 0 11831100 +atriplex_hymenelytra n 1 1 @ 1 0 11831297 +atriplex_lentiformis n 1 1 @ 1 0 11831521 +atriplex_mexicana n 1 1 @ 1 0 11829205 +atrium n 2 3 @ ~ + 2 0 05393023 02754656 +atrium_cordis n 1 3 @ ~ %p 1 0 05393230 +atrium_dextrum n 1 1 @ 1 0 05393429 +atrium_of_the_heart n 1 3 @ ~ %p 1 0 05393230 +atrium_sinistrum n 1 1 @ 1 0 05393629 +atrociousness n 1 2 @ + 1 0 04830343 +atrocity n 2 3 @ ~ + 2 0 04830343 00424767 +atromid-s n 1 2 @ ; 1 0 03047353 +atropa n 1 3 @ #m %m 1 0 12898226 +atropa_belladonna n 1 2 @ #m 1 0 12898342 +atrophedema n 1 1 @ 1 0 14120310 +atrophic_arthritis n 1 3 @ ~ ; 1 0 14186738 +atrophy n 2 3 @ ~ + 2 1 14365741 07427060 +atropidae n 1 2 @ #m 1 0 02261184 +atropine n 1 2 @ ~ 1 0 02754756 +atropos n 1 2 @ #m 1 0 09565787 +atrovent n 1 2 @ ; 1 0 03584111 +atsugewi n 2 1 @ 2 0 09650609 06921853 +attacapa n 1 1 @ 1 0 06907567 +attacapan n 2 1 @ 2 0 09647680 06907567 +attache n 2 3 @ ~ #m 2 0 09821086 02755140 +attache_case n 1 1 @ 1 0 02755140 +attachment n 7 4 @ ~ + ; 7 2 07545161 02755244 06554981 02755352 01212882 00379422 00147595 +attack n 9 5 @ ~ %p + ; 9 6 00972621 00457723 06711159 00941140 00773814 00236953 14081375 13435548 01220619 +attack_aircraft n 1 3 @ ~ ; 1 0 03335030 +attack_aircraft_carrier n 1 2 @ %p 1 1 02687172 +attack_dog n 1 1 @ 1 0 02104184 +attack_submarine n 1 2 @ ; 1 0 02755529 +attacker n 1 3 @ ~ + 1 1 09821253 +attainability n 1 2 @ + 1 0 14482444 +attainableness n 1 2 @ + 1 0 14482444 +attainder n 1 1 @ 1 0 00232765 +attainment n 3 3 @ ~ + 3 2 00062806 00048656 05637558 +attalea n 1 3 @ #m %m 1 0 12584970 +attalea_funifera n 1 3 @ #m %p 1 0 12585137 +attar n 1 2 @ ~ 1 0 14892989 +attar_of_roses n 1 1 @ 1 0 14893128 +attempt n 2 3 @ ~ + 2 2 00786195 00773814 +attempter n 1 2 @ + 1 0 10728998 +attendance n 3 4 ! @ ~ + 3 1 01233397 15284999 08185063 +attendance_check n 1 1 @ 1 0 01012257 +attendant n 3 3 @ ~ + 3 1 09821831 09608002 07284554 +attendee n 1 2 @ ~ 1 0 09608002 +attender n 3 4 @ ~ #m + 3 0 10165448 09821831 09608002 +attending n 2 2 @ ~ 2 0 05702275 01233397 +attention n 6 6 ! @ ~ = + ; 6 6 05702275 00654885 05853636 01228645 05650579 05082790 +attention_deficit_disorder n 1 2 @ %p 1 0 14056280 +attention_deficit_hyperactivity_disorder n 1 2 @ %p 1 0 14056280 +attention_span n 1 1 @ 1 0 05702602 +attentiveness n 3 5 ! @ ~ = + 3 0 05702726 04663204 04662951 +attenuation n 2 2 @ + 2 0 07427534 05041712 +attenuator n 1 2 @ + 1 0 02755675 +attestant n 2 3 @ + ; 2 0 10786270 09822640 +attestation n 2 3 @ + ; 2 0 06736405 06649915 +attestation_report n 1 2 @ ~ 1 0 00578154 +attestation_service n 1 2 @ ~ 1 0 00578154 +attestator n 1 2 @ ; 1 0 10786270 +attester n 1 2 @ + 1 0 09822640 +attestor n 1 2 @ ; 1 0 10786270 +attic n 4 5 @ ~ #p + ; 4 1 03686130 06977610 05539454 02755823 +attic_fan n 1 1 @ 1 0 02755984 +attica n 1 2 @ #p 1 1 08786283 +atticus n 1 3 @ #m %m 1 0 02304967 +atticus_atlas n 1 2 @ #m 1 0 02305085 +attila n 1 1 @ 1 0 10827678 +attila_the_hun n 1 1 @ 1 0 10827678 +attilio n 1 1 @ 1 0 05263448 +attire n 1 3 @ ~ + 1 1 02756098 +attitude n 4 4 @ ~ = + 4 3 06193203 05079866 00755863 13828343 +attlee n 1 1 @ 1 0 10827873 +attorney n 1 5 @ ~ #m + ; 1 1 10249950 +attorney-client_privilege n 1 1 @ 1 0 05179838 +attorney-client_relation n 1 3 @ %m ; 1 0 13839662 +attorney_general n 3 3 @ #m ; 3 3 09822830 10570429 00599917 +attorney_general_of_the_united_states n 1 2 @ #m 1 0 00599917 +attorneyship n 1 2 @ + 1 0 00589217 +attosecond n 1 2 @ #p 1 0 15235540 +attracter n 3 3 @ ~ ; 3 0 10032676 05866199 05850823 +attraction n 5 4 ! @ ~ + 5 4 11426530 06615561 04688246 05850823 10032676 +attractive_feature n 1 2 @ ~ 1 0 05850823 +attractive_force n 1 2 @ ~ 1 0 11426530 +attractive_nuisance n 1 1 @ 1 0 05831057 +attractiveness n 2 5 ! @ ~ = + 2 0 04688246 04686003 +attractor n 3 4 @ ~ + ; 3 0 10032676 05866199 05850823 +attribute n 2 2 @ ~ 2 2 05849040 00024264 +attribution n 2 4 @ ~ = + 2 0 05734909 05734559 +attributive_genitive n 1 1 @ 1 0 06312001 +attributive_genitive_case n 1 1 @ 1 0 06312001 +attrition n 5 2 @ + 5 0 13423615 11460063 07534700 07356970 00361795 +attrition_rate n 1 1 @ 1 0 15276307 +atypical_pneumonia n 1 2 @ ~ 1 0 14147964 +atypicality n 1 3 ! @ + 1 0 14503060 +au n 2 3 @ ~ #s 2 0 14638799 13657244 +au_pair n 1 2 @ ~ 1 0 09823683 +au_pair_girl n 1 1 @ 1 0 09823832 +au_revoir n 1 1 @ 1 0 06629610 +auberge n 1 2 @ ~ 1 0 03541696 +aubergine n 2 4 @ #m #p %p 2 0 12896000 07713074 +auc n 1 2 @ ; 1 0 08047032 +auchincloss n 1 1 @ 1 0 10828091 +auckland n 1 2 @ #p 1 0 08972920 +auction n 2 3 @ + - 2 0 00491161 00092366 +auction_block n 1 1 @ 1 0 02756601 +auction_bridge n 1 1 @ 1 0 00491161 +auction_house n 1 1 @ 1 0 08076946 +auction_pitch n 1 1 @ 1 0 00498558 +auction_sale n 1 2 @ - 1 0 00092366 +auctioneer n 1 2 @ + 1 0 09608377 +aucuba n 1 2 @ #m 1 0 12946432 +audaciousness n 2 3 @ ~ + 2 0 04859449 04838510 +audacity n 2 3 @ ~ + 2 2 04859449 04838510 +audad n 1 2 @ #m 1 0 02416104 +auden n 1 1 @ 1 0 10828233 +audibility n 1 4 ! @ = + 1 0 05018934 +audible n 1 1 @ 1 0 00188183 +audibleness n 1 3 @ = + 1 0 05018934 +audience n 4 4 @ ~ #m %m 4 2 08221897 08222293 14484778 07143624 +audile n 1 2 @ + 1 0 10165673 +audio n 4 3 @ ~ #p 4 0 06278136 05056386 04262678 02756751 +audio_amplifier n 1 1 @ 1 0 02756854 +audio_cd n 1 2 @ ; 1 0 02757061 +audio_compact_disc n 1 2 @ ; 1 0 02757061 +audio_frequency n 1 1 @ 1 0 05056386 +audio_lingual_acquisition n 1 1 @ 1 0 05755007 +audio_recording n 1 2 @ ~ 1 0 04262678 +audio_system n 1 3 @ ~ %p 1 1 02757462 +audiocassette n 1 1 @ 1 0 02756977 +audiogram n 1 1 @ 1 0 02757211 +audiology n 1 1 @ 1 0 06060732 +audiometer n 1 1 @ 1 0 02757337 +audiometry n 2 2 @ + 2 0 06060732 00998982 +audiotape n 2 2 @ ~ 2 0 02757810 02757714 +audiovisual n 1 2 @ + 1 0 02757927 +audiovisual_aid n 1 1 @ 1 0 02757927 +audit n 2 4 @ ~ %p + 2 1 13411157 00141176 +audit_program n 1 1 @ 1 0 05891426 +audit_programme n 1 1 @ 1 0 05891426 +audited_account n 1 3 @ ~ %p 1 0 13411157 +audition n 2 4 @ ~ + - 2 0 05657718 00794614 +auditor n 3 4 @ ~ #m + 3 0 10165448 09823153 09822955 +auditorium n 1 2 @ ~ 1 1 02758134 +auditory_agnosia n 1 1 @ 1 0 14100243 +auditory_aphasia n 1 1 @ 1 0 14097893 +auditory_apparatus n 1 4 @ #p %p ; 1 0 05300675 +auditory_area n 1 1 @ 1 0 05488223 +auditory_canal n 1 3 @ #p %p 1 0 05248667 +auditory_center n 1 1 @ 1 0 05463873 +auditory_communication n 1 2 @ ~ 1 0 07109019 +auditory_cortex n 1 1 @ 1 0 05488223 +auditory_hallucination n 1 1 @ 1 0 14377830 +auditory_hyperesthesia n 1 1 @ 1 0 14551321 +auditory_image n 1 1 @ 1 0 05936995 +auditory_meatus n 1 3 @ #p %p 1 0 05248667 +auditory_modality n 1 3 @ ~ - 1 0 05657718 +auditory_nerve n 1 2 @ #p 1 0 05479503 +auditory_ossicle n 1 2 @ ~ 1 0 05277941 +auditory_perception n 1 2 @ ~ 1 0 05711503 +auditory_sensation n 1 2 @ ~ 1 0 05718254 +auditory_sense n 1 3 @ ~ - 1 0 05657718 +auditory_system n 1 3 @ %p ; 1 0 05300507 +auditory_tube n 1 2 @ #p 1 0 05325153 +audubon n 1 1 @ 1 0 10828368 +audubon's_caracara n 1 2 @ #m 1 0 01612955 +audubon's_warbler n 1 2 @ #m 1 0 01569262 +audubon_warbler n 1 2 @ #m 1 0 01569262 +auf_wiedersehen n 1 1 @ 1 0 06629610 +aug n 1 3 @ #p %p 1 1 15212455 +augean_stables n 1 2 @ ; 1 0 02758270 +augeas n 1 3 @ + ; 1 0 09486424 +augend n 1 1 @ 1 0 13728924 +auger n 2 1 @ 2 0 03968886 02758490 +aught n 1 2 @ ~ 1 0 13740168 +augite n 1 2 @ + 1 0 14667668 +augmentation n 3 3 ! @ + 3 0 07369470 07030376 00365231 +augmentin n 1 1 @ 1 0 02703894 +augsburg_confession n 1 1 @ 1 0 06472607 +augur n 1 3 @ + ; 1 0 09823287 +augury n 1 3 @ ~ + 1 0 07286014 +august n 1 3 @ #p %p 1 1 15212455 +august_1 n 1 1 @ 1 0 15190228 +august_15 n 1 2 @ #p 1 0 15193908 +august_6 n 1 2 @ ; 1 0 15299367 +august_f._mobius n 1 1 @ 1 0 11183791 +august_ferdinand_mobius n 1 1 @ 1 0 11183791 +august_friedrich_leopold_weismann n 1 1 @ 1 0 11380159 +august_plum n 1 1 @ 1 0 12638964 +august_strindberg n 1 1 @ 1 0 11322481 +august_von_wassermann n 1 1 @ 1 0 11375909 +august_wilhelm_von_hoffmann n 1 1 @ 1 0 11055042 +augusta n 2 2 @ #p 2 0 09092822 09077111 +auguste_comte n 1 1 @ 1 0 10906234 +auguste_rodin n 1 1 @ 1 0 11267949 +augustin_eugene_scribe n 1 1 @ 1 0 11289999 +augustin_jean_fresnel n 1 1 @ 1 0 10981961 +augustine n 1 2 @ ; 1 0 10828573 +augustine_of_hippo n 1 2 @ ; 1 0 10828573 +augustinian n 1 3 @ ~ #m 1 0 10778711 +augustinian_canons n 1 1 @ 1 0 08148294 +augustinian_hermits n 1 1 @ 1 0 08148388 +augustinian_order n 1 3 @ ~ %m 1 0 08148067 +augustus n 1 2 @ + 1 0 10828990 +augustus_welby_northmore_pugin n 1 1 @ 1 0 11248232 +auk n 1 3 @ ~ #m 1 0 02045369 +auklet n 1 1 @ 1 0 02045596 +aulacorhyncus n 1 3 @ #m %m 1 0 01843576 +auld_langsyne n 1 1 @ 1 0 15252635 +aulostomidae n 1 3 @ #m %m 1 0 01457576 +aulostomus n 1 3 @ #m %m 1 0 01457708 +aulostomus_maculatus n 1 2 @ #m 1 0 01457852 +aum n 1 2 @ ; 1 0 08017614 +aum_shinrikyo n 1 2 @ ; 1 0 08017614 +aunt n 1 3 ! @ ~ 1 1 09823502 +auntie n 1 2 @ ~ 1 0 09823502 +aunty n 1 2 @ ~ 1 0 09823502 +aura n 3 2 @ ~ 3 0 14302460 04951716 04727214 +aurelius n 1 1 @ 1 0 10819755 +aureolaria n 1 3 @ #m %m 1 0 12878525 +aureolaria_pedicularia n 1 2 @ #m 1 0 12878784 +aureolaria_virginica n 1 2 @ #m 1 0 12879068 +aureole n 2 2 @ #p 2 0 11427067 04951716 +aureomycin n 1 2 @ ; 1 1 03023415 +auricle n 2 5 @ ~ #p %p + 2 0 05392348 05323889 +auricula n 2 2 @ #p 2 0 12091806 05392562 +auricula_atrii n 1 2 @ #p 1 0 05392348 +auricular_appendage n 1 2 @ #p 1 0 05392562 +auricular_appendix n 1 2 @ #p 1 0 05392562 +auricular_artery n 1 2 @ #p 1 0 05338025 +auricular_point n 1 2 @ #p 1 0 05231592 +auricular_vein n 1 1 @ 1 0 05358226 +auriculare n 1 2 @ #p 1 0 05231592 +auricularia n 1 3 @ #m %m 1 0 13062272 +auricularia_auricula n 1 2 @ #m 1 0 13062421 +auriculariaceae n 1 3 @ #m %m 1 0 13062112 +auriculariales n 1 2 @ #m 1 0 13061921 +auriga n 1 2 @ %m 1 0 09211056 +auriparus n 1 3 @ #m %m 1 0 01593423 +auriparus_flaviceps n 1 2 @ #m 1 0 01593553 +auriscope n 1 1 @ 1 0 03858183 +aurochs n 2 2 @ #m 2 0 02410900 02405101 +aurora n 3 5 @ ~ %p + ; 3 0 15168790 11427241 09572113 +aurora_australis n 1 1 @ 1 0 11427501 +aurora_borealis n 1 1 @ 1 0 11427619 +auroscope n 1 1 @ 1 0 03858183 +auschwitz n 1 2 @ #p 1 0 02758600 +auscultation n 1 3 @ ~ + 1 0 00876542 +auspex n 1 2 @ ; 1 0 09823287 +auspice n 1 2 @ + 1 0 07286799 +auspices n 1 1 @ 1 0 01214863 +auspiciousness n 1 4 ! @ = + 1 0 05161150 +aussie n 1 3 @ ~ #m 1 0 09691279 +austen n 1 1 @ 1 0 10829293 +austenite n 1 4 @ #s %s + 1 0 14769760 +austenitic_manganese_steel n 1 1 @ 1 0 14947255 +austenitic_steel n 1 2 @ %s 1 0 14769962 +austereness n 1 2 @ + 1 0 04697666 +austerity n 1 3 @ ~ + 1 1 04881998 +austerlitz n 2 4 @ #p ; - 2 0 08758172 01269857 +austin n 1 3 @ #p %p 1 1 09143017 +austin_friar n 1 1 @ 1 0 10778888 +austin_friars n 1 1 @ 1 0 08148512 +austral n 1 2 @ %p 1 0 13663562 +austral_islands n 1 2 @ #p 1 0 08990701 +australasia n 1 3 @ #p + 1 0 08836165 +australia n 2 8 @ ~ #m #p %m %p + - 2 1 08831004 09211266 +australian n 2 5 @ ~ #m + ; 2 0 09691279 06940290 +australian_aborigine n 1 1 @ 1 0 09676490 +australian_alps n 1 2 @ #p 1 0 09211735 +australian_arowana n 1 2 @ #m 1 0 02545153 +australian_blacksnake n 1 2 @ #m 1 0 01750743 +australian_bonytongue n 1 2 @ #m 1 0 02545387 +australian_capital n 1 2 @ #p 1 0 08832269 +australian_chestnut n 1 2 @ #m 1 0 12512674 +australian_cockroach n 1 2 @ #m 1 0 02234570 +australian_coral_snake n 1 2 @ #m 1 0 01747285 +australian_crawl n 1 2 @ %p 1 0 00570366 +australian_desert n 1 3 @ #p %p 1 0 09168336 +australian_dollar n 1 1 @ 1 0 13671967 +australian_grass_tree n 2 2 @ #m 2 0 12466206 12254667 +australian_hare's_foot n 1 2 @ #m 1 0 13188619 +australian_heath n 1 3 @ ~ #m 1 0 12252866 +australian_honeysuckle n 1 1 @ 1 0 12215824 +australian_labor_party n 1 1 @ 1 0 08261162 +australian_lungfish n 1 1 @ 1 0 02516994 +australian_magpie n 1 3 @ ~ #m 1 0 01582856 +australian_nettle n 1 2 @ #m 1 0 12394328 +australian_nettle_tree n 1 2 @ #m 1 0 12394328 +australian_pea n 1 2 @ #m 1 0 12527081 +australian_pine n 1 2 @ #m 1 0 12225563 +australian_pitcher_plant n 1 2 @ #m 1 0 12784889 +australian_reed_grass n 1 1 @ 1 0 12113323 +australian_sea_lion n 1 2 @ #m 1 0 02078738 +australian_state n 1 3 @ ~ #p 1 0 08832447 +australian_stilt n 1 3 @ ~ #m 1 0 02036053 +australian_sumac n 1 2 @ #m 1 0 12762405 +australian_sword_lily n 1 2 @ #m 1 0 12312728 +australian_terrier n 1 1 @ 1 0 02096294 +australian_turtledove n 1 2 @ #m 1 0 01813948 +australopithecine n 1 4 @ ~ #m + 1 0 02476219 +australopithecus n 1 3 @ #m %m 1 0 02475821 +australopithecus_afarensis n 1 3 @ ~ #m 1 0 02476567 +australopithecus_africanus n 1 2 @ #m 1 0 02476870 +australopithecus_boisei n 1 2 @ #m 1 0 02477028 +australopithecus_robustus n 1 2 @ #m 1 0 02477329 +austria n 1 7 @ #m #p %m %p + - 1 0 08845555 +austria-hungary n 1 2 @ #p 1 0 08845366 +austrian n 1 3 @ #m + 1 0 09691604 +austrian_capital n 1 3 @ #p - 1 0 08846324 +austrian_monetary_unit n 1 2 @ ~ 1 0 13705800 +austrian_schilling n 1 2 @ %p 1 0 13705929 +austrian_winter_pea n 1 2 @ %p 1 0 12561309 +austro-asiatic n 1 2 @ ~ 1 0 06936620 +austro-asiatic_language n 1 2 @ ~ 1 0 06936620 +austrocedrus n 1 3 @ #m %m 1 0 11633116 +austrocedrus_chilensis n 1 2 @ #m 1 0 11633284 +austronesia n 1 6 @ #p %m %p + ; 1 0 08836329 +austronesian n 2 4 @ ~ #m + 2 0 09691435 06937531 +austronesian_language n 1 2 @ ~ 1 0 06937531 +austrotaxus n 1 3 @ #m %m 1 0 11662764 +austrotaxus_spicata n 1 2 @ #m 1 0 11662937 +autacoid n 1 3 @ ~ + 1 0 05414534 +autarchy n 2 3 @ ~ + 2 0 13993356 08361001 +autarky n 1 2 @ + 1 0 13993356 +auteur n 1 1 @ 1 0 09823927 +authentication n 2 2 @ + 2 0 06855035 00154233 +authenticator n 1 3 @ + ; 1 0 09802239 +authenticity n 1 3 @ ~ + 1 1 04783247 +author n 2 3 @ ~ + 2 2 10794014 10126177 +author's_name n 1 2 @ #p 1 0 06338744 +authoress n 1 1 @ 1 0 09824065 +authoring_language n 1 1 @ 1 0 06566949 +authorisation n 4 5 @ ~ = + ; 4 0 06556481 05196582 05176607 01138670 +authoriser n 1 2 @ + 1 0 09825096 +authoritarian n 1 2 @ ~ 1 0 09824135 +authoritarian_regime n 1 1 @ 1 0 08051384 +authoritarian_state n 1 1 @ 1 0 08051384 +authoritarianism n 1 2 @ ~ 1 0 08440630 +authorities n 1 5 @ ~ %m %p ; 1 1 08050678 +authority n 7 4 @ ~ = ; 7 6 05196582 09824609 09824361 05697363 08337324 05176607 06411592 +authority_figure n 1 1 @ 1 0 09824978 +authorization n 4 5 @ ~ = + ; 4 1 06556481 05196582 05176607 01138670 +authorized_shares n 1 1 @ 1 0 13342398 +authorized_stock n 1 1 @ 1 0 13342398 +authorized_version n 1 1 @ 1 0 06449095 +authorizer n 1 2 @ + 1 0 09825096 +authorship n 2 4 @ ~ + - 2 1 00929718 00240754 +autism n 1 4 @ ~ + ; 1 0 05896998 +auto n 1 4 @ ~ %p - 1 1 02958343 +auto-changer n 1 2 @ #p 1 0 04063154 +auto-da-fe n 1 2 @ ; 1 0 01164730 +auto-mechanic n 1 1 @ 1 0 09825750 +auto-suggestion n 1 1 @ 1 0 00158805 +auto_accessory n 1 2 @ #p 1 0 02758753 +auto_company n 1 1 @ 1 0 08002269 +auto_factory n 1 1 @ 1 0 02761696 +auto_limitation n 1 1 @ 1 1 01124110 +auto_loan n 1 1 @ 1 0 13400024 +auto_maker n 1 2 @ #m 1 0 08066763 +auto_manufacturer n 1 2 @ #m 1 0 08066763 +auto_mechanics n 1 1 @ 1 1 00607185 +auto_part n 1 1 @ 1 0 02762044 +auto_race n 1 2 @ ~ 1 0 07458892 +auto_racing n 1 2 @ - 1 0 00449517 +auto_tire n 1 2 @ ~ 1 0 02971167 +autoantibody n 1 2 @ ~ 1 0 15027618 +autobahn n 1 1 @ 1 0 02758863 +autobiographer n 1 2 @ + 1 0 09825296 +autobiography n 1 3 @ ~ + 1 0 06516087 +autobus n 1 5 @ ~ #m %p - 1 0 02924116 +autocatalysis n 1 2 @ + 1 0 13435770 +autochthon n 1 1 @ 1 0 09757076 +autochthony n 1 2 @ + 1 0 04800152 +autoclave n 1 3 @ ~ + 1 0 02758960 +autocoid n 1 2 @ ~ 1 0 05414534 +autocracy n 2 2 @ ~ 2 0 08361001 06214020 +autocrat n 1 3 @ ~ + 1 0 10735298 +autocue n 1 2 @ ~ 1 0 04010779 +autodefensas_unidas_de_colombia n 1 2 @ ; 1 0 08047032 +autodidact n 1 2 @ + 1 0 09825413 +autoeroticism n 1 3 @ ~ + 1 0 00855527 +autoerotism n 1 2 @ ~ 1 0 00855527 +autofluorescence n 1 2 @ + 1 1 11427736 +autofocus n 1 1 @ 1 0 02759257 +autogamy n 1 3 ! @ + 1 0 07438655 +autogenesis n 1 2 @ + 1 0 11420376 +autogenic_therapy n 1 1 @ 1 0 00710550 +autogenic_training n 1 1 @ 1 0 00710550 +autogenics n 1 1 @ 1 0 00710550 +autogeny n 1 1 @ 1 0 11420376 +autogiro n 1 1 @ 1 0 02759387 +autograft n 1 1 @ 1 0 05583158 +autograph n 2 3 @ ~ + 2 0 06407094 06404907 +autograph_album n 1 1 @ 1 0 02759615 +autogyro n 1 1 @ 1 0 02759387 +autoimmune_diabetes n 1 2 @ %p 1 0 14118423 +autoimmune_disease n 1 3 @ ~ %p 1 0 14187378 +autoimmune_disorder n 1 3 @ ~ %p 1 0 14187378 +autoimmunity n 1 3 @ #p + 1 0 14527977 +autoinjector n 1 1 @ 1 0 02759700 +autolatry n 1 1 @ 1 0 01044761 +autoloader n 1 2 @ ~ 1 1 02759963 +autolysis n 1 2 @ + 1 0 13435918 +automaker n 1 2 @ #m 1 0 08066763 +automat n 2 1 @ 2 0 02760199 02760099 +automated_teller n 1 1 @ 1 0 02977058 +automated_teller_machine n 1 1 @ 1 0 02977058 +automatic n 2 3 @ ~ + 2 0 02760855 02760658 +automatic_choke n 1 1 @ 1 0 02760298 +automatic_data_processing n 1 2 @ ~ 1 0 13436063 +automatic_data_processing_system n 1 3 @ ~ %p 1 0 03085915 +automatic_drive n 1 1 @ 1 0 02761034 +automatic_face_recognition n 1 2 @ ; 1 0 06644105 +automatic_firearm n 1 2 @ ~ 1 0 02760429 +automatic_gun n 1 2 @ ~ 1 0 02760429 +automatic_pilot n 2 2 @ %p 2 0 05679305 02762169 +automatic_pistol n 1 1 @ 1 0 02760658 +automatic_rifle n 1 2 @ ~ 1 0 02760855 +automatic_teller n 1 1 @ 1 0 02977058 +automatic_teller_machine n 1 1 @ 1 0 02977058 +automatic_transmission n 1 1 @ 1 0 02761034 +automatic_washer n 1 1 @ 1 0 04554684 +automatic_weapon n 1 2 @ ~ 1 0 02760429 +automation n 3 3 @ ~ + 3 1 00102457 14574504 02761206 +automatism n 1 1 @ 1 0 00859490 +automaton n 2 3 @ ~ + 2 0 09825519 02761392 +automeris n 1 3 @ #m %m 1 0 02303917 +automeris_io n 1 2 @ #m 1 0 02304036 +automobile n 1 5 @ ~ %p + - 1 1 02958343 +automobile_battery n 1 2 @ #p 1 0 02961225 +automobile_driver n 1 2 @ ~ 1 0 10502576 +automobile_engine n 1 3 @ #p %p 1 0 02761557 +automobile_factory n 1 1 @ 1 0 02761696 +automobile_horn n 1 3 @ #p %p 1 0 02761834 +automobile_industry n 1 2 @ %m 1 1 08067077 +automobile_insurance n 1 2 @ ~ 1 0 13345403 +automobile_loan n 1 1 @ 1 0 13400024 +automobile_mechanic n 1 1 @ 1 0 09825750 +automobile_race n 1 2 @ ~ 1 0 07458892 +automobile_tire n 1 2 @ ~ 1 0 02971167 +automobile_traffic n 1 1 @ 1 0 08426111 +automobile_trunk n 1 3 @ ~ #p 1 0 03696065 +automobilist n 1 2 @ + 1 0 10334101 +automotive_engineer n 1 1 @ 1 0 09825939 +automotive_engineering n 1 1 @ 1 0 00950070 +automotive_technology n 1 1 @ 1 0 00950070 +automotive_vehicle n 1 4 @ ~ %p - 1 0 03791235 +automysophobia n 1 1 @ 1 0 14383163 +autonomic_ganglion n 1 3 @ ~ #p 1 0 05297163 +autonomic_nervous_system n 1 3 @ #p %p 1 0 05504532 +autonomic_plexus n 1 1 @ 1 0 05236709 +autonomy n 2 3 @ ~ + 2 1 13992514 14001031 +autophyte n 1 2 @ + 1 0 13124654 +autophytic_plant n 1 1 @ 1 0 13124654 +autopilot n 2 2 @ %p 2 0 05679305 02762169 +autoplasty n 2 2 @ + 2 0 05583158 00667096 +autopsy n 1 2 @ + 1 1 00141396 +autoradiograph n 1 1 @ 1 0 02762371 +autoradiography n 1 1 @ 1 0 13436206 +autoregulation n 1 2 @ ; 1 0 13436503 +autosexing n 1 1 @ 1 0 00915347 +autosomal_dominant_disease n 1 2 @ ~ 1 0 14162025 +autosomal_dominant_disorder n 1 2 @ ~ 1 0 14162025 +autosomal_recessive_defect n 1 2 @ ~ 1 0 14162275 +autosomal_recessive_disease n 1 2 @ ~ 1 0 14162275 +autosome n 1 2 @ + 1 0 05443966 +autostrada n 1 1 @ 1 0 02762508 +autosuggestion n 1 1 @ 1 0 00158805 +autotelism n 1 2 @ + 1 0 05946089 +autotomy n 1 2 @ + 1 0 00394242 +autotroph n 1 1 @ 1 0 13124654 +autotrophic_organism n 1 1 @ 1 0 13124654 +autotype n 2 2 @ + 2 0 13436361 03316274 +autotypy n 1 1 @ 1 0 13436361 +autumn n 1 3 @ %p + 1 1 15236859 +autumn_crocus n 1 2 @ #m 1 0 12455540 +autumn_pumpkin n 1 3 @ #m %p 1 0 12158443 +autumn_sneezeweed n 1 1 @ 1 0 11977512 +autumnal_equinox n 2 4 ! @ #p ; 2 0 15223750 08521112 +auvergne n 1 2 @ #p 1 0 08940835 +auxesis n 1 2 @ + 1 0 13436682 +auxiliary n 1 3 @ ~ + 1 1 09780249 +auxiliary_airfield n 1 1 @ 1 0 02762609 +auxiliary_boiler n 1 2 @ ; 1 0 02762725 +auxiliary_cell n 1 1 @ 1 0 08359581 +auxiliary_engine n 1 2 @ ; 1 0 02762909 +auxiliary_equipment n 1 2 @ #p 1 0 03842377 +auxiliary_operation n 1 1 @ 1 0 13436809 +auxiliary_pump n 1 1 @ 1 0 02763083 +auxiliary_research_submarine n 1 1 @ 1 0 02763198 +auxiliary_storage n 1 1 @ 1 0 02763306 +auxiliary_verb n 1 2 @ ~ 1 0 06318513 +auxin n 1 3 @ ~ + 1 0 14745057 +av n 1 2 @ #p 1 0 15216563 +avadavat n 1 2 @ #m 1 0 01543936 +avahi n 1 3 @ #m %m 1 0 02500472 +avahi_laniger n 1 2 @ #m 1 0 02500596 +avail n 1 2 @ + 1 1 05149832 +availability n 1 5 ! @ ~ = + 1 1 04718999 +availableness n 1 4 @ ~ = + 1 0 04718999 +avalanche n 2 3 @ ~ + 2 0 07405137 07285036 +avalanche_lily n 1 2 @ #m 1 0 12451566 +avalokiteshvara n 1 1 @ 1 0 09532691 +avalokitesvara n 1 1 @ 1 0 09532691 +avant-garde n 1 1 @ 1 0 08465558 +avaram n 1 1 @ 1 0 12499757 +avarice n 2 2 @ + 2 1 00758525 04945758 +avariciousness n 1 2 @ + 1 0 04945758 +avaritia n 1 1 @ 1 0 00758525 +avatar n 2 2 @ ~ 2 0 10418302 09530238 +ave_maria n 1 1 @ 1 0 06456515 +avena n 1 3 @ #m %m 1 0 12109719 +avena_barbata n 1 1 @ 1 0 12110352 +avena_fatua n 1 1 @ 1 0 12110236 +avena_sativa n 1 2 @ %p 1 0 12110085 +avene_sterilis n 1 1 @ 1 0 12110475 +avenger n 1 2 @ + 1 0 09826074 +avens n 1 3 @ ~ #m 1 0 12631331 +aventail n 1 2 @ #p 1 0 02941845 +aventurine n 1 2 @ ~ 1 0 15064560 +avenue n 2 2 @ ~ 2 1 00941604 02763472 +average n 3 4 @ ~ + ; 3 1 06021761 13820655 05856979 +average_cost n 1 1 @ 1 1 05145573 +averageness n 2 2 @ + 2 0 14501172 04795061 +averell_harriman n 1 1 @ 1 0 11030025 +averment n 1 3 @ ~ + 1 0 06729499 +averrhoa n 1 2 @ #m 1 0 12704191 +averrhoa_bilimbi n 1 1 @ 1 0 12704513 +averrhoa_carambola n 1 2 @ %p 1 0 12704343 +averroes n 1 1 @ 1 0 10829450 +aversion n 2 2 @ + 2 1 07502669 00204022 +aversion_therapy n 1 1 @ 1 0 00701491 +aversive_conditioning n 1 1 @ 1 0 05758907 +aversive_stimulus n 1 1 @ 1 0 05832113 +averting n 2 1 @ 2 0 01077738 00204022 +aves n 1 4 @ #m %m ; 1 0 01502262 +avesta n 1 2 @ + 1 0 06430996 +avestan n 2 2 @ + 2 0 06973941 06352301 +aviary n 1 1 @ 1 1 02763604 +aviation n 4 5 @ ~ + ; - 4 1 08433727 08067218 05635188 00300441 +aviation_medicine n 1 1 @ 1 0 06046037 +aviator n 1 3 @ ~ + 1 0 09826204 +aviatress n 1 1 @ 1 0 09826605 +aviatrix n 1 1 @ 1 0 09826605 +avicenna n 1 1 @ 1 0 10829733 +avicennia n 1 3 @ #m %m 1 0 12915230 +avicennia_marina n 1 2 @ #m 1 0 12915568 +avicennia_officinalis n 1 2 @ #m 1 0 12915811 +avicenniaceae n 1 2 @ #m 1 0 12915400 +avidity n 1 3 @ ~ + 1 0 07555184 +avidness n 1 3 @ ~ + 1 0 07555184 +avifauna n 1 2 @ + 1 0 07993643 +avignon n 1 2 @ #p 1 0 08934313 +avionics n 1 2 @ + 1 0 06097231 +avitaminosis n 1 3 @ ~ + 1 0 14198576 +avo n 1 2 @ #p 1 0 13690549 +avocado n 2 4 @ #m #p %p 2 1 07764847 11706761 +avocado_pear n 1 2 @ #p 1 0 07764847 +avocado_tree n 1 3 @ #m %p 1 0 11706761 +avocation n 1 3 @ ~ + 1 0 00432689 +avocet n 1 2 @ #m 1 0 02036711 +avogadro n 1 1 @ 1 0 10830046 +avogadro's_hypothesis n 1 1 @ 1 0 05874941 +avogadro's_law n 1 1 @ 1 0 05874941 +avogadro's_number n 1 1 @ 1 0 13585819 +avogadro_number n 1 1 @ 1 0 13585819 +avoidance n 1 3 @ ~ + 1 1 00203753 +avoirdupois n 2 3 @ ~ %p 2 0 13715921 04999401 +avoirdupois_unit n 1 3 @ ~ #p 1 0 13716084 +avoirdupois_weight n 1 2 @ %p 1 0 13715921 +avon n 3 2 @ #p 3 0 09212151 09211944 08881153 +avouchment n 1 2 @ ~ 1 0 06732350 +avowal n 1 3 @ ~ + 1 0 06732350 +avower n 2 3 @ ~ + 2 0 09826698 09814660 +avulsion n 2 2 @ + 2 0 07297376 00384658 +awakening n 1 3 @ ~ + 1 1 01259773 +award n 3 4 @ ~ + ; 3 3 00087663 06696483 13268146 +awarding n 1 3 @ ~ ; 1 1 00087663 +awareness n 2 4 @ ~ = + 2 2 05675905 05677952 +away_game n 1 2 ! @ 1 0 00456690 +awayness n 1 2 @ + 1 0 13961273 +awe n 2 2 @ + 2 1 07510184 07521039 +awfulness n 1 3 @ ~ + 1 1 04782116 +awkwardness n 5 4 ! @ ~ + 5 0 05648459 05162807 05004294 04815624 04711665 +awl n 1 3 @ ~ %p 1 0 02763714 +awlwort n 1 2 @ #m 1 0 11898271 +awn n 1 2 @ + 1 0 13090743 +awning n 1 1 @ 1 0 02763901 +awning_deck n 1 2 @ #p 1 0 03549732 +awnless_bromegrass n 1 1 @ 1 0 12111043 +awol n 1 2 @ + 1 0 09757836 +ax n 1 4 @ ~ %p + 1 1 02764044 +ax_handle n 1 2 @ #p 1 0 02764398 +ax_head n 1 2 @ #p 1 0 02764505 +axe n 1 4 @ ~ %p + 1 1 02764044 +axe_handle n 1 2 @ #p 1 0 02764398 +axe_head n 1 2 @ #p 1 0 02764505 +axerophthol n 1 2 @ ~ 1 0 15089803 +axial_motion n 1 2 @ ~ 1 0 07441619 +axial_muscle n 1 1 @ 1 0 05587531 +axial_rotation n 1 2 @ ~ 1 0 07441619 +axial_skeleton n 1 3 @ #p %p 1 0 05587288 +axil n 1 2 @ + 1 0 13130423 +axile_placentation n 1 1 @ 1 0 11681393 +axilla n 1 4 @ #p %p + 1 0 05549576 +axillary_artery n 1 2 @ #p 1 0 05338166 +axillary_cavity n 1 3 @ #p %p 1 0 05549576 +axillary_fossa n 1 3 @ #p %p 1 0 05549576 +axillary_node n 1 1 @ 1 0 05430300 +axillary_vein n 1 1 @ 1 0 05358345 +axiology n 1 2 @ + 1 0 06161606 +axiom n 2 4 @ ~ + ; 2 1 07152948 06753550 +axis n 6 4 @ ~ %p + 6 1 06008609 13128771 08171792 08171094 05588840 02764614 +axis_of_rotation n 1 2 @ ~ 1 0 02764614 +axis_vertebra n 1 2 @ %p 1 0 05588840 +axle n 1 3 @ ~ #p 1 1 02764779 +axle_bar n 1 1 @ 1 0 02764935 +axle_grease n 1 1 @ 1 0 14770146 +axletree n 1 3 @ ~ #p 1 0 02765028 +axolemma n 1 2 @ #p 1 0 05286167 +axolotl n 1 1 @ 1 0 01632777 +axon n 1 4 @ #p %p + 1 0 05468849 +axone n 1 3 @ #p %p 1 0 05468849 +axseed n 1 2 @ #m 1 0 12519089 +ayah n 1 2 @ ; 1 0 09826821 +ayapana n 1 2 @ #m 1 0 11937692 +ayapana_triplinervis n 1 2 @ #m 1 0 11937692 +ayatollah n 1 2 @ ; 1 0 09826945 +ayatollah_khomeini n 1 1 @ 1 0 11104008 +ayatollah_ruholla_khomeini n 1 1 @ 1 0 11104008 +aye-aye n 1 2 @ #m 1 0 02498153 +ayin n 1 2 @ #m 1 0 06838329 +ayn_rand n 1 1 @ 1 0 11253630 +ayr n 1 1 @ 1 0 08892327 +ayrshire n 1 1 @ 1 0 02406432 +aythya n 1 3 @ #m %m 1 0 01850676 +aythya_affinis n 1 1 @ 1 0 01851731 +aythya_americana n 1 2 @ #m 1 0 01851207 +aythya_ferina n 1 2 @ #m 1 0 01851038 +aythya_marila n 1 1 @ 1 0 01851573 +aythya_valisineria n 1 2 @ #m 1 0 01850873 +ayurveda n 1 2 @ ; 1 0 06466030 +az n 2 3 @ #p %p 2 0 13893502 09057311 +az_zarqa n 1 2 @ #p 1 0 08928083 +azactam n 1 2 @ ; 1 0 02765868 +azadirachta n 1 3 @ #m %m 1 0 12696322 +azadirachta_indica n 1 3 @ #m %p 1 0 12696492 +azadirachtin n 1 2 @ #s 1 0 14739271 +azalea n 1 2 @ #m 1 0 12245319 +azaleastrum n 1 3 @ #m %m 1 0 12245067 +azathioprine n 1 1 @ 1 0 02765247 +azedarach n 1 2 @ #m 1 0 12695975 +azederach n 1 2 @ #m 1 0 12695975 +azerbaijan n 1 5 @ #m #p %p - 1 0 09018162 +azerbaijani n 2 2 @ + 2 0 09735542 06927007 +azerbaijani_monetary_unit n 1 2 @ ~ 1 0 13699612 +azerbaijani_republic n 1 5 @ #m #p %p - 1 0 09018162 +azerbajdzhan n 1 5 @ #m #p %p - 1 0 09018162 +azerbajdzhan_republic n 1 5 @ #m #p %p - 1 0 09018162 +azeri n 1 1 @ 1 0 08483265 +azide n 1 2 @ ~ 1 0 14770248 +azido_group n 1 1 @ 1 0 14621194 +azido_radical n 1 1 @ 1 0 14621194 +azimuth n 1 2 @ + 1 1 13893502 +azithromycin n 1 1 @ 1 0 02765656 +azo_dye n 1 2 @ ~ 1 0 14770500 +azo_group n 1 1 @ 1 0 14621319 +azo_radical n 1 1 @ 1 0 14621319 +azoimide n 1 2 @ %s 1 0 14612764 +azolla n 1 3 @ #m %m 1 0 12959371 +azolla_caroliniana n 1 2 @ #m 1 0 12959538 +azollaceae n 1 2 @ #m 1 0 12959226 +azores n 1 2 @ #p 1 0 08985345 +azotaemia n 1 1 @ 1 0 14210971 +azote n 1 2 @ + 1 0 14647623 +azotemia n 1 2 @ + 1 0 14210971 +azoturia n 1 1 @ 1 0 14211212 +azt n 1 1 @ 1 0 02765429 +aztec n 1 1 @ 1 0 09648911 +aztec_lily n 1 2 @ #m 1 0 12422559 +aztec_marigold n 1 1 @ 1 0 12020736 +aztecan n 1 1 @ 1 0 06918734 +aztreonam n 1 1 @ 1 0 02765868 +azure n 1 2 @ + 1 0 04969242 +azure_aster n 1 1 @ 1 0 11935877 +azurite n 1 1 @ 1 0 14667855 +azygos_vein n 1 1 @ 1 0 05358507 +azygous_vein n 1 1 @ 1 0 05358507 +azymia n 1 1 @ 1 0 14110146 +b n 7 5 @ ~ #m #s ; 7 1 01349948 15090742 14631871 13713521 13614256 06831284 05400978 +b-52 n 1 2 @ ; 1 1 02766044 +b-complex_vitamin n 1 2 @ ~ 1 0 15090742 +b-flat_clarinet n 1 1 @ 1 0 02834027 +b-girl n 1 1 @ 1 0 09852430 +b-horizon n 1 1 @ 1 0 08658612 +b-meson n 1 1 @ 1 0 09224828 +b-scan_ultrasonography n 1 1 @ 1 0 00902240 +b._b._king n 1 1 @ 1 0 11105298 +b._f._skinner n 1 1 @ 1 0 11304461 +b.o. n 1 1 @ 1 0 04980920 +b.t.u. n 1 2 @ %p 1 0 13727478 +b.th.u. n 1 2 @ #p 1 0 13726947 +b_battery n 1 1 @ 1 0 02813981 +b_cell n 1 1 @ 1 0 05451695 +b_complex n 1 2 @ ~ 1 0 15090742 +b_horizon n 1 1 @ 1 0 08658612 +b_lymphocyte n 1 1 @ 1 0 05451695 +b_vitamin n 1 2 @ ~ 1 1 15090742 +ba n 2 3 @ ~ #s 2 0 14629998 06698640 +baa n 1 2 @ + 1 0 07376168 +baa-lamb n 1 1 @ 1 0 02412700 +baader-meinhof_gang n 1 2 @ ; 1 0 08017974 +baader_meinhof_gang n 1 2 @ ; 1 0 08017974 +baal n 1 1 @ 1 0 09516700 +baal_merodach n 1 2 @ ; 1 0 09519288 +baas n 1 1 @ 1 0 09827166 +baba n 1 2 @ ~ 1 0 07629797 +baba_au_rhum n 1 1 @ 1 0 07629898 +babacu_oil n 1 2 @ #s 1 0 12592971 +babar n 1 1 @ 1 0 09589748 +babassu n 1 3 @ #m %p 1 0 12592544 +babassu_nut n 1 3 @ #p %s 1 0 12592839 +babassu_oil n 1 2 @ #s 1 0 12592971 +babassu_palm n 1 3 @ #m %p 1 0 12592544 +babbitt n 1 2 @ + 1 0 14772007 +babbitt_metal n 1 1 @ 1 0 14772007 +babbitting n 1 1 @ 1 0 00827535 +babble n 1 2 @ + 1 0 06610143 +babbler n 2 3 @ #m + 2 0 09911570 01566645 +babbling n 1 2 @ + 1 0 06610143 +babe n 2 3 @ ~ ; 2 1 09827683 09827363 +babe_didrikson n 1 1 @ 1 0 11404666 +babe_ruth n 1 1 @ 1 0 11276100 +babe_zaharias n 1 1 @ 1 0 11404666 +babel n 2 3 @ #p ; 2 0 04460634 00379993 +babesiidae n 1 3 @ #m %m 1 0 01425336 +babies'-breath n 1 2 @ #m 1 0 11810358 +babies'_slippers n 1 2 @ #m 1 0 12545635 +babinski n 1 1 @ 1 0 00117267 +babinski_reflex n 1 1 @ 1 0 00117267 +babinski_sign n 1 1 @ 1 0 00117267 +babiroussa n 1 2 @ #m 1 0 02396796 +babirusa n 1 2 @ #m 1 0 02396796 +babirussa n 1 2 @ #m 1 0 02396796 +babka n 1 1 @ 1 0 07630667 +baboo n 1 1 @ 1 0 09827246 +baboon n 1 2 @ ~ 1 0 02486410 +babu n 1 1 @ 1 0 09827246 +babushka n 1 1 @ 1 0 02766168 +baby n 7 4 @ ~ + ; 7 2 09827683 09827519 09918554 09828216 09827363 01322221 00796767 +baby's_bed n 1 2 @ ~ 1 0 02766320 +baby's_breath n 1 2 @ #m 1 0 11810358 +baby's_dummy n 1 1 @ 1 0 03075768 +baby's_room n 1 2 @ ~ 1 0 03836062 +baby's_tears n 1 2 @ #m 1 0 12393723 +baby-boom_generation n 1 2 @ %m 1 0 08371838 +baby-sitter n 1 2 @ + 1 0 09829305 +baby-walker n 1 1 @ 1 0 04545305 +baby_bed n 1 2 @ ~ 1 0 02766320 +baby_bird n 1 1 @ 1 0 01504344 +baby_blue-eyes n 1 2 @ #m 1 0 12836337 +baby_boom n 1 2 @ %m 1 0 08371838 +baby_boomer n 1 2 @ #m 1 0 09828403 +baby_buggy n 1 2 @ ~ 1 0 02766534 +baby_buster n 1 1 @ 1 0 09828600 +baby_carriage n 1 2 @ ~ 1 0 02766534 +baby_doc n 1 1 @ 1 0 10946750 +baby_doctor n 1 2 @ ~ 1 0 09828760 +baby_farmer n 1 1 @ 1 0 09828988 +baby_grand n 1 1 @ 1 0 02766792 +baby_grand_piano n 1 1 @ 1 0 02766792 +baby_minder n 1 1 @ 1 0 09829122 +baby_oil n 1 1 @ 1 0 02766961 +baby_powder n 1 1 @ 1 0 02767038 +baby_rose n 1 1 @ 1 0 12622072 +baby_shoe n 1 1 @ 1 0 02767147 +baby_sitting n 1 1 @ 1 0 00655727 +baby_talk n 2 1 @ 2 0 07155531 07155426 +baby_tears n 1 2 @ #m 1 0 12393723 +baby_tooth n 1 2 @ #p 1 0 05306894 +babyhood n 2 3 @ %p + 2 0 15145586 14427239 +babylon n 1 6 @ #p %p + ; - 1 0 08916832 +babylonia n 1 5 @ #p %p ; - 1 0 08917503 +babylonian n 2 3 @ ~ ; 2 1 09640220 06352446 +babylonian_captivity n 1 1 @ 1 0 00208141 +babylonian_weeping_willow n 1 2 @ #m 1 0 12726670 +babyminder n 1 1 @ 1 0 09829122 +babyrousa n 1 3 @ #m %m 1 0 02396667 +babyrousa_babyrussa n 1 2 @ #m 1 0 02396796 +babysitter n 1 2 @ + 1 0 09829305 +babysitting n 1 1 @ 1 0 00655727 +babytalk n 2 1 @ 2 0 07155531 07155426 +bacca n 1 1 @ 1 0 13137951 +baccalaureate n 2 3 @ ~ #p 2 0 07244154 06698252 +baccarat n 1 1 @ 1 0 00489933 +bacchanal n 3 2 @ + 3 0 10526300 09829798 00511212 +bacchanalia n 2 1 @ 2 0 00511676 00511212 +bacchant n 3 3 @ + ; 3 0 10526300 09829798 09829506 +bacchante n 1 2 @ ; 1 0 09829650 +baccharis n 1 3 @ #m %m 1 0 11937965 +baccharis_halimifolia n 1 2 @ #m 1 0 11938261 +baccharis_pilularis n 1 2 @ #m 1 0 11938732 +baccharis_viminea n 1 2 @ #m 1 0 11938556 +bacchus n 1 2 @ ; 1 0 09559404 +baccy n 1 3 @ ~ %s 1 0 04442831 +bach n 2 1 @ 2 0 10830229 07277915 +bachelor n 2 2 @ + 2 1 09829923 10238749 +bachelor's_button n 2 2 @ #m 2 0 11947802 11826198 +bachelor's_degree n 1 2 @ ~ 1 0 06698252 +bachelor-at-arms n 1 1 @ 1 0 10238749 +bachelor_girl n 1 1 @ 1 0 09830080 +bachelor_of_arts n 1 1 @ 1 0 06698640 +bachelor_of_arts_in_library_science n 1 1 @ 1 0 06698775 +bachelor_of_arts_in_nursing n 1 1 @ 1 0 06698902 +bachelor_of_divinity n 1 1 @ 1 0 06699012 +bachelor_of_laws n 1 1 @ 1 0 06704898 +bachelor_of_literature n 1 1 @ 1 0 06699115 +bachelor_of_medicine n 1 2 @ ; 1 0 06699225 +bachelor_of_music n 1 1 @ 1 0 06699366 +bachelor_of_naval_science n 1 1 @ 1 0 06699465 +bachelor_of_science n 1 1 @ 1 1 06699579 +bachelor_of_science_in_architecture n 1 1 @ 1 0 06699685 +bachelor_of_science_in_engineering n 1 1 @ 1 0 06699811 +bachelor_of_theology n 1 1 @ 1 0 06699926 +bachelor_party n 1 1 @ 1 0 08255660 +bachelorette n 1 1 @ 1 0 09830080 +bachelorhood n 2 2 @ + 2 0 15153353 13967715 +bacillaceae n 1 3 @ #m %m 1 0 01356459 +bacillariophyceae n 1 3 @ #m %m 1 0 01400891 +bacillary_dysentery n 1 1 @ 1 0 14184608 +bacillary_white_diarrhea n 1 1 @ 1 0 14275077 +bacillary_white_diarrhoea n 1 1 @ 1 0 14275077 +bacillus n 1 4 @ ~ #m + 1 0 01349948 +bacillus_anthracis n 1 1 @ 1 0 01350226 +bacillus_globigii n 1 1 @ 1 0 01350485 +bacillus_subtilis n 1 1 @ 1 0 01350485 +bacitracin n 1 1 @ 1 0 02767240 +back n 9 8 ! @ ~ #m #p %p + ; 9 3 05558717 04059701 08625846 09830194 05588174 02840619 02767665 02767433 00725775 +back-blast n 1 1 @ 1 0 07408519 +back-formation n 1 1 @ 1 0 06288350 +back-number n 1 1 @ 1 0 10161521 +back_brace n 1 1 @ 1 1 02768655 +back_breaker n 1 1 @ 1 0 02675657 +back_burner n 1 2 ! @ 1 0 13950143 +back_channel n 1 1 @ 1 0 06260817 +back_circle n 1 1 @ 1 1 00434396 +back_country n 1 1 @ 1 1 08502672 +back_door n 3 1 @ 3 1 00281291 06354481 02768744 +back_end n 1 2 @ ~ 1 0 08629508 +back_entrance n 1 1 @ 1 0 02768744 +back_exercise n 1 1 @ 1 0 00629803 +back_judge n 1 1 @ 1 0 09830553 +back_matter n 1 2 @ %p 1 0 06390805 +back_of_beyond n 1 1 @ 1 0 08499680 +back_pack n 1 2 @ ~ 1 0 02769748 +back_porch n 1 1 @ 1 1 02770211 +back_room n 1 1 @ 1 0 02770293 +back_saw n 1 1 @ 1 0 02770585 +back_street n 1 1 @ 1 0 02697759 +back_talk n 1 1 @ 1 0 06721949 +back_tooth n 1 1 @ 1 1 05306476 +backache n 1 2 @ ~ 1 0 14325335 +backband n 1 1 @ 1 0 02767815 +backbeat n 1 3 @ #p ; 1 0 07086861 +backbench n 1 3 @ + ; 1 0 02767956 +backbencher n 1 3 @ + ; 1 0 09830400 +backbend n 1 1 @ 1 1 00434231 +backbiter n 1 2 @ + 1 0 09999135 +backblast n 1 1 @ 1 0 07408519 +backboard n 2 2 @ ; 2 0 02768226 02768114 +backbone n 5 5 @ ~ #p %p ; 5 2 05694232 05032351 05588174 04277980 02768433 +backchat n 1 2 @ ~ 1 0 06777794 +backcloth n 1 1 @ 1 0 02768864 +backdoor n 3 1 @ 3 0 06354481 02768744 00281291 +backdown n 1 2 @ + 1 0 07206302 +backdrop n 1 1 @ 1 1 02768864 +backer n 1 2 @ + 1 1 09793717 +backfield n 1 3 @ #m %m 1 0 08429744 +backfire n 4 3 @ ~ + 4 0 07408965 07408621 07303153 00073032 +backflow n 1 2 @ ~ 1 0 07406350 +backflowing n 1 2 @ ~ 1 0 07406350 +backgammon n 1 1 @ 1 0 00502822 +backgammon_board n 1 1 @ 1 0 02768973 +background n 8 4 @ ~ + ; 8 6 04921417 05933834 05823517 07430480 07285191 14513259 02769075 02768864 +background_knowledge n 1 1 @ 1 0 05823517 +background_level n 1 1 @ 1 0 05098620 +background_noise n 1 2 @ ~ 1 0 07430770 +background_processing n 1 1 @ 1 0 13436992 +background_radiation n 1 1 @ 1 0 07431119 +background_signal n 1 2 @ ~ 1 0 07430480 +backgrounder n 1 2 @ + 1 0 07144571 +backgrounding n 1 1 @ 1 0 13436992 +backhand n 1 3 @ ~ + 1 0 00566690 +backhand_drive n 1 1 @ 1 0 00568057 +backhand_shot n 1 2 @ ~ 1 0 00566690 +backhand_stroke n 1 2 @ ~ 1 0 00566690 +backhander n 1 1 @ 1 0 00133160 +backhoe n 1 2 @ %p 1 0 02769290 +backing n 3 3 @ #p + 3 2 01213886 02769460 13365698 +backlash n 2 3 @ ~ + 2 0 07350192 00203020 +backlighting n 1 1 @ 1 0 02769669 +backlog n 3 3 @ ~ + 3 1 07953603 15100945 13368052 +backpack n 1 3 @ ~ + 1 0 02769748 +backpacker n 1 2 @ + 1 0 09830629 +backpacking n 1 1 @ 1 0 00319312 +backpacking_tent n 1 1 @ 1 0 02769963 +backplate n 1 2 @ #p 1 0 02770078 +backrest n 1 3 @ ~ #p 1 0 02767433 +backroom n 1 1 @ 1 0 02770441 +backroom_boy n 1 1 @ 1 0 09830759 +backsaw n 1 1 @ 1 0 02770585 +backscratcher n 2 1 @ 2 0 09830926 02770721 +backseat n 2 3 @ ~ ; 2 0 13951629 02770830 +backseat_driver n 1 1 @ 1 0 09831057 +backsheesh n 1 2 @ ~ 1 0 13298701 +backside n 2 3 @ ~ #p 2 0 08629508 05559256 +backslapper n 1 2 @ + 1 0 09831166 +backslider n 1 2 @ + 1 0 10511239 +backsliding n 1 2 @ ~ 1 0 00068333 +backspace n 1 2 @ #p 1 0 02771004 +backspace_character n 1 1 @ 1 0 06820837 +backspace_key n 1 2 @ #p 1 0 02771004 +backspacer n 1 3 @ #p + 1 0 02771004 +backspin n 1 1 @ 1 0 07442439 +backstage n 1 1 @ 1 1 04592962 +backstairs n 1 2 @ ; 1 0 02771166 +backstay n 1 1 @ 1 0 02771286 +backstitch n 1 2 @ + 1 0 02771383 +backstop n 3 3 @ + ; 3 0 09901143 02771547 00177638 +backstroke n 1 2 @ %p 1 0 00571283 +backstroker n 1 2 @ + 1 0 09831303 +backswimmer n 1 2 @ #m 1 0 02241008 +backsword n 2 1 @ 2 0 04223170 02771750 +backtalk n 1 1 @ 1 0 06721949 +backup n 5 4 @ ~ + ; 5 0 13437181 10648237 07031752 02771840 01213886 +backup_file n 1 2 @ ; 1 0 06509513 +backup_man n 1 2 @ ~ 1 0 10648237 +backup_system n 1 1 @ 1 0 02772101 +backwardness n 1 3 @ ~ + 1 0 05646218 +backwash n 3 1 @ 3 0 11423197 11411610 07344368 +backwater n 2 1 @ 2 0 09212360 08502507 +backwoods n 1 1 @ 1 1 08502672 +backwoodsman n 1 2 @ ~ 1 0 10113072 +backyard n 1 1 @ 1 1 02772197 +bacon n 3 3 @ ~ %p 3 1 07670433 10830731 10830456 +bacon-lettuce-tomato_sandwich n 1 1 @ 1 0 07698401 +bacon_and_eggs n 2 2 @ #m 2 0 12545635 07862244 +bacon_rind n 1 2 @ #p 1 0 07670902 +bacon_strip n 1 1 @ 1 0 07670657 +bacteremia n 1 3 @ + ; 1 0 14110219 +bacteria n 1 5 @ ~ + ; - 1 1 01348530 +bacteria_bed n 1 1 @ 1 0 02772282 +bacteria_family n 1 3 @ ~ #m 1 0 01352059 +bacteria_genus n 1 3 @ ~ #m 1 0 01352574 +bacteria_order n 1 2 @ #m 1 0 01351959 +bacteria_species n 1 3 @ ~ #m 1 0 01353411 +bacteriacide n 1 1 @ 1 0 14772185 +bacteriaemia n 1 2 @ ; 1 0 14110219 +bacterial_plaque n 1 1 @ 1 0 05244755 +bacterial_toxin n 1 2 @ ~ 1 0 15034939 +bactericide n 2 3 @ ~ + 2 0 14772185 02716205 +bacteriemia n 1 2 @ ; 1 0 14110219 +bacteriochlorophyll n 1 1 @ 1 0 01399065 +bacteriological_warfare n 1 1 @ 1 0 00996056 +bacteriologist n 1 3 @ ~ + 1 0 09831411 +bacteriology n 1 3 @ + - 1 0 06046692 +bacteriolysis n 1 2 @ + 1 0 13437379 +bacteriophage n 1 3 @ ~ + 1 0 01334862 +bacteriostasis n 1 2 @ + 1 0 13437495 +bacteriostat n 1 1 @ 1 0 14779082 +bacterium n 1 5 @ ~ + ; - 1 0 01348530 +bacteroid n 1 2 @ + 1 0 01349735 +bacteroidaceae n 1 3 @ #m %m 1 0 01364587 +bacteroides n 1 2 @ #m 1 0 01364866 +bactrian_camel n 1 1 @ 1 0 02437482 +bad n 1 3 ! @ ~ 1 1 05144079 +bad_block n 1 2 @ ; 1 0 13626789 +bad_blood n 1 1 @ 1 0 07548100 +bad_check n 1 1 @ 1 0 13382121 +bad_cheque n 1 1 @ 1 0 13382121 +bad_debt n 1 1 @ 1 0 13398768 +bad_egg n 1 3 ! @ ; 1 0 09831731 +bad_fairy n 1 1 @ 1 0 09542170 +bad_guy n 1 2 ! @ 1 1 09831856 +bad_hat n 1 2 @ ~ 1 1 10731244 +bad_lands n 1 2 @ #p 1 0 08502797 +bad_luck n 3 3 ! @ ~ 3 3 14475405 11427842 07304852 +bad_manners n 1 1 @ 1 0 04914881 +bad_person n 1 3 ! @ ~ 1 0 09831962 +bad_temper n 1 2 @ ~ 1 0 07518132 +bad_weather n 1 3 ! @ ~ 1 1 14523090 +badaga n 2 1 @ 2 0 09674307 06979853 +baddeleyite n 1 2 @ %s 1 0 14667949 +baddie n 1 2 @ ; 1 0 10753779 +bade n 1 1 @ 1 0 06983225 +badge n 2 3 @ ~ + 2 2 06882561 05851131 +badger n 2 2 @ ~ 2 0 09746536 02447366 +badger_dog n 1 2 @ ~ 1 0 02089232 +badger_skunk n 1 2 @ #m 1 0 02446645 +badger_state n 1 3 @ #p %p 1 0 09157163 +badgerer n 1 2 @ + 1 0 10167565 +badgering n 1 1 @ 1 0 00425278 +badinage n 1 1 @ 1 0 06777961 +badlands n 2 4 @ ~ #p ; 2 0 09212572 08502797 +badlands_national_park n 1 2 @ #p 1 0 08602456 +badminton n 1 3 @ ~ - 1 0 00480508 +badminton_court n 1 2 @ ; 1 0 02772435 +badminton_equipment n 1 3 @ ~ ; 1 0 02772554 +badminton_racket n 1 2 @ ; 1 0 02772700 +badminton_racquet n 1 2 @ ; 1 0 02772700 +badness n 3 4 ! @ ~ + 3 1 05144079 05036715 04909563 +baeda n 1 2 @ ; 1 0 10840769 +baedeker n 2 1 @ 2 0 10831003 06423233 +baffin_bay n 1 1 @ 1 0 09212690 +baffin_island n 1 2 @ #p 1 1 08819683 +baffle n 1 3 @ ~ + 1 0 02772868 +baffle_board n 1 2 @ ~ 1 0 02772868 +baffled n 1 1 @ 1 1 07944242 +bafflement n 1 2 @ + 1 0 05685030 +bag n 9 5 @ ~ #p %p + 9 6 02773037 13754778 02797881 02774152 13764639 02773838 09832321 02370360 00432881 +bag_lady n 1 1 @ 1 0 09832633 +bag_of_tricks n 1 1 @ 1 1 05616955 +bagascosis n 1 1 @ 1 0 14260774 +bagasse n 1 1 @ 1 0 14772317 +bagassosis n 1 1 @ 1 0 14260774 +bagatelle n 3 2 @ ; 3 0 07042498 02774502 00501479 +bagdad n 1 2 @ #p 1 0 08914193 +bagel n 1 3 @ ~ ; 1 0 07693725 +bagful n 1 1 @ 1 0 13764639 +baggage n 3 3 @ ~ %p 3 1 02774630 09832456 02774921 +baggage_car n 1 2 @ #m 1 0 02775039 +baggage_claim n 1 1 @ 1 0 02775178 +baggageman n 1 1 @ 1 0 09832538 +bagger n 2 2 @ + 2 0 10390427 02775359 +bagging n 1 4 @ ~ %s + 1 0 04123567 +baghdad n 1 2 @ #p 1 0 08914193 +bagman n 2 2 @ ~ 2 0 10726786 09832762 +bagnio n 2 2 @ ~ 2 0 04581595 02806875 +bagpipe n 1 3 @ ~ %p 1 1 02775483 +bagpiper n 1 2 @ ~ 1 0 10435041 +baguet n 1 1 @ 1 0 07687381 +baguette n 1 1 @ 1 0 07687381 +bahai n 1 1 @ 1 0 09832873 +bahaism n 1 1 @ 1 0 06244552 +bahama_grass n 1 2 @ #m 1 0 12115748 +bahama_islands n 1 5 @ #m #p %m %p 1 0 08847268 +bahamas n 1 6 @ #m #p %m %p + 1 0 08847268 +bahamian n 1 3 @ #m + 1 0 09691729 +bahamian_dollar n 1 1 @ 1 0 13672077 +bahasa n 1 2 @ ~ 1 0 06939198 +bahasa_indonesia n 1 2 @ ~ 1 0 06939198 +bahasa_kebangsaan n 1 1 @ 1 0 06939051 +bahasa_malaysia n 1 1 @ 1 0 06939051 +bahasa_melayu n 1 1 @ 1 0 06939051 +bahia_blanca n 1 1 @ 1 0 08712698 +bahia_coquilla n 1 3 @ #m %p 1 0 12585137 +bahia_grass n 1 2 @ #m 1 0 12128306 +bahia_piassava n 1 3 @ #m %p 1 0 12585137 +bahrain n 2 5 @ #m #p %m %p 2 0 08848421 08848094 +bahrain_dinar n 1 2 @ %p 1 0 13668864 +bahrain_island n 1 2 @ #p 1 0 08848421 +bahraini n 1 3 @ #m + 1 0 09691858 +bahrainian_monetary_unit n 1 2 @ ~ 1 0 13668751 +bahrein n 2 5 @ #m #p %m %p 2 0 08848421 08848094 +bahrein_island n 1 2 @ #p 1 0 08848421 +bahreini n 1 2 @ #m 1 0 09691858 +baht n 1 2 @ %p 1 0 13663820 +bai n 1 1 @ 1 0 06931605 +baic n 1 1 @ 1 0 06931605 +baikal n 1 2 @ #p 1 0 09242767 +bail n 2 3 @ + ; 2 0 13350976 05903445 +bail_bond n 1 2 @ ; 1 0 13350976 +bailee n 1 2 @ + 1 0 09832978 +bailey n 4 1 @ 4 0 10831363 10831136 02775813 02775689 +bailey_bridge n 1 1 @ 1 0 02775897 +bailiff n 1 2 @ + 1 0 09833111 +bailiffship n 1 2 @ + 1 0 00589318 +bailiwick n 2 2 @ ~ 2 0 08550664 05996646 +bailment n 1 2 @ + 1 0 01108971 +bailor n 1 2 @ + 1 0 09833275 +bain-marie n 1 1 @ 1 0 02776007 +baiomys n 1 3 @ #m %m 1 0 02337480 +baiomys_taylori n 1 2 @ #m 1 0 02337598 +bairava n 1 1 @ 1 0 09528919 +bairdiella n 1 3 @ #m %m 1 0 02595217 +bairdiella_chrysoura n 1 2 @ #m 1 0 02595339 +bairiki n 1 2 @ #p 1 0 08840964 +bairn n 1 2 @ ; 1 0 09833441 +baisa n 1 2 @ #p 1 0 13697262 +baisakh n 1 2 @ #p 1 0 15220027 +bait n 2 4 @ ~ #p + 2 1 05695232 02776205 +bait_and_switch n 1 1 @ 1 0 00091977 +bait_casting n 1 1 @ 1 0 00454855 +baiting n 1 1 @ 1 0 00425182 +baiza n 1 2 @ #p 1 0 13697262 +baize n 1 1 @ 1 0 02776505 +baja_california n 1 4 @ #p %p - 1 0 09343761 +bakeapple n 1 1 @ 1 0 12657294 +baked-apple_berry n 1 1 @ 1 0 12657294 +baked_alaska n 1 1 @ 1 0 07610620 +baked_egg n 1 1 @ 1 0 07842605 +baked_goods n 1 3 @ ~ %p 1 0 07622061 +baked_potato n 1 2 @ ~ 1 0 07710952 +bakehouse n 1 2 @ ~ 1 0 02776631 +bakelite n 1 2 @ ; 1 0 14596216 +baker n 2 2 @ + 2 0 09833651 09833536 +baker's_dozen n 1 1 @ 1 0 13747199 +baker's_eczema n 1 1 @ 1 0 14225215 +baker's_yeast n 1 2 @ #m 1 0 13025854 +bakersfield n 1 2 @ #p 1 0 09062320 +bakery n 1 2 @ ~ 1 0 02776631 +bakeshop n 1 2 @ ~ 1 0 02776631 +baking n 2 3 @ ~ + 2 0 00715843 00246341 +baking-powder_biscuit n 1 2 @ ~ 1 0 07694403 +baking_chocolate n 1 1 @ 1 0 07602279 +baking_powder n 1 1 @ 1 0 14772461 +baking_soda n 1 1 @ 1 0 14775995 +baking_tray n 1 2 @ ; 1 0 03101796 +bakke_decision n 1 2 @ ; 1 0 01191364 +baklava n 1 1 @ 1 0 07627790 +baksheesh n 1 2 @ ~ 1 0 13298701 +bakshis n 1 2 @ ~ 1 0 13298701 +bakshish n 1 2 @ ~ 1 0 13298701 +baku n 1 2 @ #p 1 0 09018426 +bakunin n 1 1 @ 1 0 10831483 +balaclava n 1 1 @ 1 0 02776825 +balaclava_helmet n 1 1 @ 1 0 02776825 +balaena n 1 3 @ #m %m 1 0 02063846 +balaena_mysticetus n 1 2 @ #m 1 0 02064000 +balaeniceps n 1 3 @ #m %m 1 0 02005238 +balaeniceps_rex n 1 2 @ #m 1 0 02005399 +balaenicipitidae n 1 3 @ #m %m 1 0 02005102 +balaenidae n 1 3 @ #m %m 1 0 02063516 +balaenoptera n 1 3 @ #m %m 1 0 02064608 +balaenoptera_acutorostrata n 1 2 @ #m 1 0 02065407 +balaenoptera_borealis n 1 2 @ #m 1 0 02065263 +balaenoptera_musculus n 1 2 @ #m 1 0 02064816 +balaenoptera_physalus n 1 2 @ #m 1 0 02065026 +balaenopteridae n 1 3 @ #m %m 1 0 02064154 +balagan n 1 2 @ ; 1 0 13976527 +balalaika n 1 1 @ 1 0 02776978 +balance n 12 6 ! @ ~ #p + ; 12 3 14002279 13408980 05076827 13897996 13810818 13409160 09753065 08687150 05064827 03118539 02777402 02777100 +balance-of-payments_problem n 1 1 @ 1 0 14411079 +balance_beam n 1 1 @ 1 0 02777292 +balance_of_international_payments n 1 2 @ %p 1 1 13410458 +balance_of_payments n 1 2 @ %p 1 1 13410458 +balance_of_power n 1 1 @ 1 1 14002813 +balance_of_trade n 1 1 @ 1 0 13409363 +balance_sheet n 1 1 @ 1 1 13403964 +balance_wheel n 1 2 @ #p 1 0 02777402 +balanced_budget n 1 1 @ 1 0 13421702 +balanced_diet n 1 1 @ 1 0 07561848 +balancer n 2 3 @ #p + 2 0 09833751 02152212 +balanchine n 1 1 @ 1 0 10831656 +balancing n 1 1 @ 1 0 00185104 +balanidae n 1 3 @ #m %m 1 0 01998467 +balanitis n 1 1 @ 1 0 14260898 +balanoposthitis n 1 1 @ 1 0 14260991 +balanus n 1 3 @ #m %m 1 0 01998599 +balanus_balanoides n 1 2 @ #m 1 0 01998741 +balarama n 1 1 @ 1 0 09531409 +balas n 1 1 @ 1 0 15051392 +balas_ruby n 1 1 @ 1 0 15051392 +balata n 2 3 @ #s %s 2 0 12774496 12774299 +balata_tree n 1 2 @ %s 1 0 12774299 +balaton n 1 2 @ #p 1 0 09212935 +balboa n 2 2 @ %p 2 0 13664153 10831860 +balbriggan n 1 1 @ 1 0 02777638 +balcony n 2 3 @ ~ %p 2 0 02777927 02777734 +bald-faced_hornet n 1 1 @ 1 0 02213663 +bald_cypress n 2 2 @ #m 2 0 11642243 11641963 +bald_eagle n 1 2 @ #m 1 0 01614925 +baldachin n 1 1 @ 1 0 02778131 +balder n 1 2 @ ; 1 0 09579491 +balderdash n 1 1 @ 1 0 06608143 +baldhead n 1 1 @ 1 0 09833896 +baldness n 1 3 @ ~ + 1 0 14457041 +baldpate n 2 1 @ 2 0 09833896 01848840 +baldr n 1 2 @ ; 1 0 09579491 +baldric n 1 1 @ 1 0 02778294 +baldrick n 1 1 @ 1 0 02778294 +baldwin n 3 1 @ 3 0 10832251 10832085 07739923 +baldy n 1 1 @ 1 0 09833896 +bale n 2 4 @ ~ #p + 2 1 02778456 09032483 +balearic_islands n 1 3 @ #p %p 1 0 09024668 +baleen n 1 1 @ 1 0 14758252 +baleen_whale n 1 3 @ ~ #m 1 0 02063224 +balefire n 1 1 @ 1 0 07303335 +balefulness n 1 3 @ = + 1 0 04846533 +balenciaga n 1 1 @ 1 0 10832415 +balfour n 1 1 @ 1 0 10832568 +bali n 1 3 @ #m #p 1 1 08908509 +balibago n 1 1 @ 1 0 12180168 +balinese n 1 1 @ 1 1 06939656 +baling_wire n 1 1 @ 1 0 02778588 +balistes n 1 3 @ #m %m 1 0 02653359 +balistes_vetula n 1 2 @ #m 1 0 02653497 +balistidae n 1 3 @ #m %m 1 0 02652979 +balk n 4 4 @ ~ #p + 4 0 08516080 05689249 04045644 00107279 +balkan n 1 2 @ #m 1 0 09709332 +balkan_country n 1 3 @ ~ #p 1 0 08698126 +balkan_mountain_range n 1 2 @ #p 1 0 09213076 +balkan_mountains n 1 2 @ #p 1 0 09213076 +balkan_nation n 1 3 @ ~ #p 1 0 08698126 +balkan_peninsula n 1 4 @ #p %m %p 1 0 08713772 +balkan_state n 1 3 @ ~ #p 1 0 08698126 +balkan_wars n 1 4 @ #p %p ; 1 0 01302935 +balkans n 3 4 @ #p %m %p 3 0 09213076 08713772 08698038 +balker n 1 3 @ ~ + 1 0 09833997 +balkiness n 1 2 @ + 1 1 04908721 +balkline n 1 1 @ 1 0 08516260 +ball n 12 5 @ ~ #p %p + 12 6 02778669 03802228 13899404 08253268 05524615 02779435 10832731 07961016 07448885 05576194 00474568 00107400 +ball-and-socket_joint n 2 3 @ ~ %p 2 0 05595531 02779719 +ball-breaker n 2 1 @ 2 0 09834258 00720166 +ball-buster n 2 1 @ 2 0 09834258 00720166 +ball-peen_hammer n 1 1 @ 1 0 02783035 +ball_and_chain n 1 1 @ 1 0 02779609 +ball_bearing n 1 1 @ 1 0 02780315 +ball_boy n 1 1 @ 1 0 09834159 +ball_carrier n 1 3 @ ~ ; 1 0 09834378 +ball_cartridge n 1 1 @ 1 0 02780445 +ball_club n 1 2 @ #m 1 1 08079613 +ball_cock n 1 1 @ 1 0 02780588 +ball_fern n 1 2 @ #m 1 0 13188767 +ball_field n 1 3 @ #p %p 1 1 02780916 +ball_game n 1 4 @ ~ ; - 1 1 00471437 +ball_gown n 1 1 @ 1 0 02781121 +ball_hawk n 1 1 @ 1 0 09835230 +ball_hawking n 1 1 @ 1 0 00557865 +ball_nettle n 1 1 @ 1 0 12893993 +ball_nightshade n 1 1 @ 1 0 12893993 +ball_of_fire n 2 2 @ ~ 2 0 10462429 10135709 +ball_valve n 1 1 @ 1 0 02783459 +ballad n 2 3 @ ~ + 2 2 07049713 06378298 +ballad_maker n 1 2 @ ~ 1 0 10624540 +ballade n 1 1 @ 1 0 06378427 +balladeer n 1 3 @ ~ + 1 0 09980090 +ballast n 5 2 @ + 5 1 02779845 14699209 04691992 02780121 02779971 +ballast_resistor n 1 1 @ 1 1 02780121 +ballcock n 1 1 @ 1 0 02780588 +balldress n 1 2 @ ; 1 0 02780704 +ballerina n 1 2 @ ~ 1 1 09834592 +ballet n 2 5 @ ~ %p + - 2 2 00528667 07054336 +ballet_company n 1 2 @ %m 1 1 08187707 +ballet_dancer n 1 3 @ ~ #m 1 1 09834699 +ballet_master n 1 1 @ 1 0 09834885 +ballet_mistress n 1 1 @ 1 0 09835017 +ballet_position n 1 2 @ ~ 1 0 05080382 +ballet_skirt n 1 1 @ 1 0 02780815 +balletomane n 1 1 @ 1 1 09835153 +balletomania n 1 1 @ 1 0 05670615 +ballgame n 2 4 @ ~ ; - 2 0 13932739 00471437 +ballista n 1 1 @ 1 0 02981911 +ballistic_capsule n 1 3 @ ~ %p 1 0 04264914 +ballistic_fingerprinting n 1 1 @ 1 0 06423994 +ballistic_galvanometer n 1 1 @ 1 0 02781213 +ballistic_identification n 1 1 @ 1 0 06423994 +ballistic_missile n 1 2 @ ~ 1 1 02781338 +ballistic_missile_defense_organization n 1 2 @ #p 1 0 08395991 +ballistic_pendulum n 1 2 @ ~ 1 0 02781517 +ballistic_trajectory n 1 1 @ 1 0 11481487 +ballistics n 2 2 @ + 2 0 11481487 06114246 +ballistite n 1 2 @ %s 1 0 15016503 +ballistocardiogram n 1 2 @ #p 1 0 07003672 +ballistocardiograph n 1 2 @ #p 1 0 02781764 +ballock n 1 4 @ ~ #p %p 1 0 05524615 +balloon n 2 4 @ ~ %p + 2 2 02782093 02782329 +balloon_bomb n 1 1 @ 1 0 02782432 +balloon_flower n 1 2 @ #m 1 0 12887293 +balloon_sail n 1 1 @ 1 0 02782602 +balloon_seat n 1 1 @ 1 0 02826683 +balloon_vine n 1 1 @ 1 0 12743009 +balloonfish n 1 2 @ #m 1 0 02656032 +ballooning n 1 1 @ 1 0 00303221 +balloonist n 1 3 @ ~ + 1 0 09835348 +ballot n 2 3 @ ~ + 2 2 06470922 00183505 +ballot_box n 1 1 @ 1 0 02782681 +ballota n 1 3 @ #m %m 1 0 12841686 +ballota_nigra n 1 2 @ #m 1 0 12841872 +balloting n 1 2 @ ~ 1 0 00183505 +ballottement n 1 1 @ 1 0 00144182 +ballpark n 2 3 @ %p ; 2 1 02782778 05126066 +ballpen n 1 1 @ 1 0 02783161 +ballplayer n 1 3 @ ~ ; 1 1 09835506 +ballpoint n 1 1 @ 1 0 02783161 +ballpoint_pen n 1 1 @ 1 0 02783161 +ballroom n 1 2 @ ~ 1 1 02783324 +ballroom_dance n 1 2 @ ~ 1 0 00534849 +ballroom_dancing n 1 2 @ ~ 1 0 00534849 +ballroom_music n 1 1 @ 1 0 07060697 +balls-up n 1 2 @ ; 1 0 00075618 +ballup n 1 3 @ + ; 1 0 00075618 +ballyhoo n 1 2 @ + 1 1 07248507 +ballyhoo_artist n 1 1 @ 1 0 10579835 +balm n 2 5 @ ~ %s + ; 2 0 14896923 03845550 +balm_of_gilead n 3 2 @ #m 3 1 11621950 14897083 12692521 +balminess n 1 1 @ 1 0 14522570 +balmoral n 2 1 @ 2 0 02783708 02783567 +balmoral_castle n 1 2 @ #p 1 0 08892428 +balochi n 1 1 @ 1 0 06974687 +baloney n 1 2 @ ; 1 0 06611147 +balsa n 2 4 @ #m #s %s 2 0 12191813 12191587 +balsa_raft n 1 1 @ 1 0 02783900 +balsa_wood n 1 2 @ #s 1 0 12191813 +balsam n 3 5 @ ~ #s %s + 3 1 11552686 14896714 02783790 +balsam_apple n 1 2 @ #m 1 0 12167436 +balsam_capivi n 1 1 @ 1 0 14897620 +balsam_family n 1 3 @ #m %m 1 0 12683950 +balsam_fir n 1 1 @ 1 0 11621950 +balsam_herb n 1 3 @ #m %p 1 0 12021499 +balsam_of_peru n 1 2 @ #s 1 0 12551877 +balsam_of_tolu n 1 3 @ ~ #s 1 0 12551669 +balsam_pear n 1 2 @ #m 1 0 12167602 +balsam_poplar n 1 1 @ 1 0 12731835 +balsam_willow n 1 2 @ #m 1 0 12729950 +balsam_woolly_aphid n 1 2 @ #m 1 0 02254901 +balsaminaceae n 1 3 @ #m %m 1 0 12683950 +balsamorhiza n 1 3 @ #m %m 1 0 11938977 +balsamroot n 1 2 @ #m 1 0 11939180 +balthasar n 1 3 @ #m ; 1 0 10832908 +balthazar n 1 3 @ #m ; 1 0 10832908 +baltic n 2 4 @ ~ %p + 2 0 09213254 06945679 +baltic-finnic n 1 2 @ ~ 1 0 06957524 +baltic_language n 1 2 @ ~ 1 0 06945679 +baltic_republic n 1 3 @ ~ #p 1 0 09012101 +baltic_sea n 1 2 @ %p 1 0 09213254 +baltic_state n 1 3 @ ~ #p 1 0 09012101 +baltimore n 1 3 @ #p %p 1 1 09094381 +baltimore_bird n 1 1 @ 1 0 01572489 +baltimore_oriole n 1 1 @ 1 0 01572489 +balto-slavic n 1 2 @ ~ 1 0 06943558 +balto-slavic_language n 1 2 @ ~ 1 0 06943558 +balto-slavonic n 1 2 @ ~ 1 0 06943558 +baluchi n 1 1 @ 1 0 06974687 +baluster n 1 2 @ #p 1 0 02783994 +balusters n 1 3 @ #p %p 1 0 02788148 +balustrade n 1 3 @ #p %p 1 1 02788148 +balzac n 1 2 @ + 1 1 10833111 +bam n 2 3 @ ~ #p 2 0 08911726 07376257 +bamako n 1 2 @ #p 1 0 08965958 +bambino n 1 1 @ 1 0 10714465 +bamboo n 2 5 @ ~ #m #s %s 2 0 12147539 12147226 +bamboo_curtain n 1 1 @ 1 0 05692094 +bamboo_fern n 1 2 @ #m 1 0 13209808 +bamboo_palm n 2 1 @ 2 0 12596148 12595699 +bamboo_shoot n 1 2 @ #p 1 0 07719330 +bambusa n 1 3 @ #m %m 1 0 12147699 +bambusa_vulgaris n 1 3 @ #m %p 1 0 12147835 +bambuseae n 1 3 @ #m %m 1 0 12147031 +ban n 5 4 @ ~ #p + 5 1 06542047 13702315 13685578 07255401 06698902 +banality n 1 2 @ + 1 0 07154046 +banana n 2 4 @ ~ #m #p 2 2 12352287 07753592 +banana_boat n 1 1 @ 1 0 02784124 +banana_bread n 1 1 @ 1 0 07684938 +banana_family n 1 3 @ #m %m 1 0 12351975 +banana_oil n 1 1 @ 1 0 14772594 +banana_passion_fruit n 1 1 @ 1 0 12384569 +banana_peel n 1 1 @ 1 0 07738570 +banana_quit n 1 2 @ #m 1 0 01539272 +banana_republic n 1 1 @ 1 0 08503004 +banana_skin n 1 1 @ 1 0 07738570 +banana_split n 1 1 @ 1 0 07616748 +banana_tree n 1 3 @ ~ #m 1 0 12352287 +band n 13 5 @ ~ #p %p + 13 7 08240169 08249038 04680465 02784732 08249960 06260518 02784218 05267211 04092609 02785570 02785365 02785191 02784998 +band-tail_pigeon n 1 2 @ #m 1 0 01812866 +band-tailed_pigeon n 1 2 @ #m 1 0 01812866 +band_aid n 2 2 @ ; 2 0 02786058 00268457 +band_of_partisans n 1 2 @ ; 1 0 08017257 +band_saw n 1 1 @ 1 0 02786837 +bandage n 1 4 @ ~ %p + 1 1 02785648 +bandaging n 1 1 @ 1 0 00696882 +bandana n 1 1 @ 1 0 02786198 +bandanna n 1 1 @ 1 0 02786198 +bandbox n 1 1 @ 1 0 02786331 +bandeau n 1 3 @ ~ %p 1 0 02892767 +banded_adder n 1 1 @ 1 0 01751215 +banded_anteater n 1 2 @ #m 1 0 01885498 +banded_gecko n 1 2 @ #m 1 0 01675722 +banded_krait n 1 1 @ 1 0 01751215 +banded_palm_civet n 1 2 @ #m 1 0 02137302 +banded_purple n 1 2 @ #m 1 0 02276902 +banded_rattlesnake n 1 3 @ ~ #m 1 0 01755740 +banded_rudderfish n 1 2 @ #m 1 0 02579091 +banded_sand_snake n 1 1 @ 1 0 01738731 +banded_stilt n 1 2 @ #m 1 0 02036228 +banded_water_snake n 1 2 @ #m 1 0 01737472 +bandelet n 1 1 @ 1 0 02713835 +bandelette n 1 1 @ 1 0 02713835 +banderilla n 1 1 @ 1 0 02786463 +banderillero n 1 1 @ 1 0 09836343 +bandicoot n 1 3 @ ~ #m 1 0 01876326 +bandicoot_rat n 1 2 @ #m 1 0 02334201 +banding n 2 3 @ ~ #p 2 0 04680465 02784732 +bandit n 1 1 @ 1 1 09837088 +banditry n 1 1 @ 1 0 00966294 +bandleader n 1 2 @ ~ 1 0 09837201 +bandlet n 1 1 @ 1 0 02713835 +bandmaster n 1 2 @ ~ 1 0 09837360 +bandoleer n 1 1 @ 1 1 02786611 +bandolier n 1 1 @ 1 0 02786611 +bandoneon n 1 1 @ 1 0 02786736 +bandsaw n 1 1 @ 1 0 02786837 +bandsman n 1 2 @ ; 1 0 09837459 +bandstand n 1 1 @ 1 1 02786984 +bandtail n 1 2 @ #m 1 0 01812866 +bandung n 1 2 @ #p 1 0 08909933 +bandwagon n 2 1 @ 2 0 05751533 02787120 +bandwagon_effect n 1 1 @ 1 0 11411839 +bandwidth n 1 1 @ 1 1 13579510 +bandy_leg n 1 1 @ 1 0 05561834 +bandy_legs n 1 1 @ 1 0 14560253 +bandyleg n 1 1 @ 1 0 05561834 +bane n 1 1 @ 1 0 14445226 +baneberry n 2 5 @ ~ #m #p %p 2 0 11723986 11723770 +banff n 1 2 @ #p 1 0 08822427 +bang n 5 3 @ ~ + 5 3 07410207 07376257 05258985 07528470 00064504 +bang's_disease n 1 1 @ 1 0 14261508 +bangalore n 1 2 @ #p 1 0 08903352 +bangalore_torpedo n 1 1 @ 1 0 02787269 +banger n 2 4 @ ~ + ; 2 0 07677860 03345115 +bangiaceae n 1 3 @ #m %m 1 0 01415256 +banging n 2 1 @ 2 2 07376539 01176115 +bangkok n 1 2 @ #p 1 0 09036880 +bangla n 1 1 @ 1 0 06970946 +bangla_desh n 1 5 @ #p %m %p - 1 0 08848731 +bangladesh n 1 5 @ #p %m %p - 1 0 08848731 +bangladeshi n 1 3 @ #m + 1 0 09691994 +bangladeshi_monetary_unit n 1 2 @ ~ 1 0 13707897 +bangle n 2 4 @ ~ #m %p 2 0 02887970 02787435 +bangor n 3 2 @ #p 3 0 09092948 08895254 08888367 +bangtail n 1 2 @ ~ 1 0 02382948 +bangui n 1 2 @ #p 1 0 08718801 +banian n 2 1 @ 2 0 12402348 02788462 +banian_tree n 1 1 @ 1 0 12402348 +banishment n 2 3 @ ~ + 2 0 14427633 00206302 +banister n 1 3 @ #p %p 1 1 02788148 +banjo n 1 2 @ %p 1 1 02787622 +banjul n 1 2 @ #p 1 0 08946042 +bank n 10 5 @ ~ #m %p + 10 4 09213565 08420278 09213434 08462066 13368318 13356402 09213828 04139859 02787772 00169305 +bank-depositor_relation n 1 2 @ ; 1 0 13838766 +bank_account n 1 2 @ ~ 1 1 13359690 +bank_bill n 1 2 @ ~ 1 0 13393762 +bank_building n 1 2 @ %p 1 0 02787772 +bank_card n 1 1 @ 1 0 13376426 +bank_charter n 1 1 @ 1 0 06476899 +bank_check n 1 2 @ ~ 1 0 13381734 +bank_clerk n 1 1 @ 1 0 10698970 +bank_closing n 1 1 @ 1 0 00229688 +bank_commissioner n 1 1 @ 1 0 09837580 +bank_deposit n 1 2 @ ~ 1 0 13381145 +bank_discount n 1 2 @ ~ 1 0 13319253 +bank_draft n 1 1 @ 1 0 13380530 +bank_examination n 1 1 @ 1 0 01265325 +bank_examiner n 1 1 @ 1 0 09837981 +bank_failure n 1 1 @ 1 0 14478862 +bank_gravel n 1 1 @ 1 0 14699321 +bank_guard n 1 1 @ 1 0 09838117 +bank_holding_company n 1 2 @ ~ 1 0 08185501 +bank_holiday n 1 1 @ 1 0 15200032 +bank_identification_number n 1 1 @ 1 0 06425534 +bank_line n 1 2 @ ~ 1 0 13379413 +bank_loan n 1 2 @ ~ 1 0 13374597 +bank_manager n 1 1 @ 1 0 09838200 +bank_martin n 1 2 @ #m 1 0 01596273 +bank_note n 1 2 @ ~ 1 0 13393762 +bank_of_england n 1 1 @ 1 0 08352035 +bank_of_japan n 1 1 @ 1 0 08352218 +bank_rate n 1 1 @ 1 0 13319415 +bank_robber n 1 1 @ 1 0 09838295 +bank_run n 1 1 @ 1 0 00396344 +bank_shot n 1 1 @ 1 0 00110415 +bank_statement n 1 1 @ 1 0 06516782 +bank_swallow n 1 2 @ #m 1 0 01596273 +bank_vault n 1 2 @ #p 1 0 04523831 +bank_withdrawal n 1 2 @ ~ 1 0 00396213 +bankbook n 1 1 @ 1 0 13414159 +banker n 2 3 @ ~ + 2 1 09837824 09837720 +banker's_acceptance n 1 1 @ 1 0 13381602 +banker's_bill n 1 2 @ ~ 1 0 13393762 +banker's_check n 1 1 @ 1 0 13380309 +banker's_draft n 1 1 @ 1 0 13380530 +bankhead n 1 1 @ 1 0 10833304 +bankia n 1 3 @ #m %m 1 0 01967396 +bankia_setaceae n 1 2 @ #m 1 0 01967517 +banking n 2 4 @ ~ + - 2 0 01100658 01100273 +banking_company n 1 3 @ ~ #m 1 0 08420278 +banking_concern n 1 3 @ ~ #m 1 0 08420278 +banking_game n 1 1 @ 1 0 00509566 +banking_industry n 1 3 @ ~ %m 1 0 08066491 +banking_system n 1 3 @ ~ %m 1 0 08066491 +banknote n 1 2 @ ~ 1 0 13393762 +bankroll n 1 2 @ ; 1 0 13356569 +bankrupt n 1 2 @ + 1 0 09838370 +bankruptcy n 3 3 @ + ; 3 2 14478684 14478433 01186397 +banks n 1 1 @ 1 0 10833425 +banksia n 1 3 @ ~ #m 1 0 12215579 +banksia_integrifolia n 1 1 @ 1 0 12215824 +banksia_rose n 1 1 @ 1 0 12620969 +banner n 3 2 @ ~ 3 1 02788021 06345878 04301140 +banneret n 1 1 @ 1 0 10238898 +banning n 1 2 @ ~ 1 0 07255401 +banning-order n 1 1 @ 1 0 06542742 +bannister n 2 3 @ #p %p 2 0 10833595 02788148 +bannock n 1 1 @ 1 0 07683360 +bannockburn n 1 2 @ ; 1 0 01270153 +banns n 1 2 @ ; 1 0 06747369 +banquet n 2 3 @ ~ + 2 1 08253640 07578093 +banquet_song n 1 1 @ 1 0 07053606 +banqueting n 1 1 @ 1 0 00840751 +banquette n 1 1 @ 1 0 02788386 +banshee n 1 2 @ ; 1 1 09544262 +banshie n 1 2 @ ; 1 0 09544262 +bantam n 1 1 @ 1 0 01791954 +bantamweight n 2 1 @ 2 0 09838621 09838511 +banteng n 1 2 @ #m 1 0 02405440 +banter n 1 3 @ ~ + 1 1 06777794 +banti's_disease n 1 1 @ 1 0 14072239 +banti's_syndrome n 1 1 @ 1 0 14072239 +banting n 2 2 @ #m 2 0 10833805 02405440 +bantoid_language n 1 2 @ ~ 1 0 06991980 +bantu n 2 3 @ ~ + 2 0 09692624 06991980 +banyan n 2 1 @ 2 0 12402348 02788462 +banyan_tree n 1 1 @ 1 0 12402348 +banzai n 1 1 @ 1 0 06692740 +banzai_attack n 1 1 @ 1 0 00975074 +banzai_charge n 1 1 @ 1 0 00975074 +baobab n 1 3 @ #m %p 1 0 12189987 +bap n 1 2 @ ; 1 0 07680313 +baphia n 1 3 @ #m %m 1 0 12508936 +baphia_nitida n 1 2 @ #m 1 0 12509109 +baptisia n 1 3 @ #m %m 1 0 12509297 +baptisia_australis n 1 1 @ 1 0 12509665 +baptisia_lactea n 1 1 @ 1 0 12509821 +baptisia_tinctoria n 1 1 @ 1 0 12509993 +baptism n 1 3 @ ~ + 1 0 01037819 +baptismal_font n 1 1 @ 1 0 02788572 +baptismal_name n 1 1 @ 1 0 06337458 +baptist n 1 4 @ ~ #m + 1 1 09838701 +baptist_church n 1 3 @ %m %p 1 0 08089420 +baptist_denomination n 1 3 @ ~ #p 1 0 08089627 +baptistery n 1 1 @ 1 0 02788572 +baptistic_doctrine n 1 1 @ 1 0 06232047 +baptistry n 1 1 @ 1 0 02788572 +baptists n 1 3 @ %m %p 1 0 08089420 +bar n 15 6 @ ~ #p %p + ; 15 6 02796995 02789487 02788689 06864725 02789271 01077350 13711855 09214060 08112402 04683136 02937469 02907391 02790154 02790012 02789770 +bar-room_plant n 1 2 @ #m 1 0 12443323 +bar_absolute n 1 2 @ #p 1 0 13712120 +bar_billiards n 1 2 @ ; 1 0 00501479 +bar_bit n 1 1 @ 1 0 02791795 +bar_chart n 1 2 @ ~ 1 0 07001717 +bar_code n 1 1 @ 1 0 06354774 +bar_exam n 1 1 @ 1 0 07197537 +bar_examination n 1 1 @ 1 0 07197537 +bar_fly n 1 1 @ 1 0 09839085 +bar_girl n 1 1 @ 1 0 09852430 +bar_graph n 1 2 @ ~ 1 0 07001717 +bar_line n 1 2 @ ~ 1 0 06800698 +bar_magnet n 1 1 @ 1 0 02793296 +bar_mask n 1 1 @ 1 0 02793414 +bar_mitzvah n 1 3 @ + ; 1 0 07453924 +bar_printer n 1 1 @ 1 0 02794664 +bar_sinister n 2 1 @ 2 0 13953215 06795290 +bar_soap n 1 1 @ 1 0 02797455 +baraka n 1 1 @ 1 0 10834011 +baranduki n 1 1 @ 1 0 02360480 +barany n 1 1 @ 1 0 10834176 +barb n 4 4 @ ~ #p + 4 1 06767922 02790550 02790322 01898185 +barbacan n 1 1 @ 1 0 02791665 +barbadian n 1 3 @ #m + 1 0 09693982 +barbados n 2 6 @ #m #p %m %p + 2 0 08755436 08755214 +barbados-gooseberry_vine n 1 3 @ #m %p 1 0 11852531 +barbados_cherry n 2 3 @ #p %p 2 0 12694486 07746334 +barbados_dollar n 1 1 @ 1 0 13672177 +barbados_gooseberry n 2 4 @ #m #p %p 2 0 11852531 07769102 +barbados_maidenhair n 1 1 @ 1 0 13207923 +barbados_pride n 1 2 @ #m 1 0 11758799 +barbara_hepworth n 1 1 @ 1 0 11044168 +barbara_tuchman n 1 1 @ 1 0 11351212 +barbara_ward n 1 1 @ 1 0 11374281 +barbara_wertheim_tuchman n 1 1 @ 1 0 11351212 +barbarea n 1 4 @ #m %m %p 1 0 11873396 +barbarea_praecox n 1 2 @ #p 1 0 11873845 +barbarea_verna n 1 2 @ #p 1 0 11873845 +barbarea_vulgaris n 1 2 @ #p 1 0 11874081 +barbarian n 2 3 @ ~ + 2 1 10553402 10410815 +barbarisation n 1 2 @ + 1 0 00272123 +barbarism n 1 1 @ 1 0 00424934 +barbarity n 2 2 @ + 2 0 04830343 00424934 +barbarization n 1 2 @ + 1 0 00272123 +barbarossa n 2 1 @ 2 0 10979887 10834337 +barbarousness n 1 2 @ + 1 0 04830343 +barbary n 1 3 @ #p %p 1 0 08503238 +barbary_ape n 1 1 @ 1 0 02487847 +barbary_coast n 2 2 @ #p 2 0 08503639 08503477 +barbary_pirate n 1 2 @ ~ 1 0 09966941 +barbary_sheep n 1 2 @ #m 1 0 02416104 +barbasco n 1 2 @ #m 1 0 12100187 +barbecue n 3 2 @ + 3 0 07654148 07576781 02790669 +barbecue_pit n 1 1 @ 1 0 09214269 +barbecue_sauce n 1 1 @ 1 0 07835331 +barbecued_spareribs n 1 1 @ 1 0 07862348 +barbecued_wing n 1 1 @ 1 0 07648997 +barbecuing n 1 1 @ 1 0 00247654 +barbed_wire n 1 3 @ ~ %p 1 1 02790823 +barbel n 1 2 @ + 1 0 02585285 +barbell n 1 1 @ 1 1 02790996 +barbeque n 3 1 @ 3 0 07654148 07576781 02790669 +barber n 2 2 @ + 2 0 10834439 09838895 +barber's_itch n 1 1 @ 1 0 14126181 +barber's_pole n 1 1 @ 1 0 07267067 +barber_chair n 1 2 @ #p 1 0 02791124 +barberry n 1 3 @ ~ #m 1 0 11697560 +barberry_family n 1 3 @ #m %m 1 0 11697158 +barbershop n 1 2 @ %p 1 0 02791270 +barbershop_quartet n 1 1 @ 1 0 08247400 +barberton_daisy n 1 2 @ #m 1 0 11971927 +barbet n 1 2 @ #m 1 0 01842235 +barbette n 1 1 @ 1 0 02791385 +barbette_carriage n 1 1 @ 1 0 02791532 +barbican n 1 1 @ 1 0 02791665 +barbital n 1 1 @ 1 1 02791894 +barbitone n 1 1 @ 1 0 02791894 +barbiturate n 1 2 @ ~ 1 1 02792049 +barbituric_acid n 1 1 @ 1 0 14772716 +barbra_joan_streisand n 1 1 @ 1 0 11322178 +barbra_streisand n 1 1 @ 1 0 11322178 +barbu n 1 2 @ #m 1 0 02611294 +barbuda n 1 2 @ #p 1 0 08710113 +barbwire n 1 3 @ ~ %p 1 0 02790823 +barcarole n 1 1 @ 1 0 07049931 +barcarolle n 1 1 @ 1 0 07049931 +barcelona n 1 2 @ #p 1 0 09025189 +bard n 2 2 @ + 2 0 09839022 02792305 +bard_of_avon n 1 1 @ 1 0 11295196 +bardeen n 1 1 @ 1 0 10834543 +bardolatry n 1 1 @ 1 0 01044268 +bare_bone n 1 1 @ 1 0 05271607 +bare_bones n 1 2 @ ; 1 0 05921685 +bareboat n 1 1 @ 1 0 02792409 +bareboating n 1 1 @ 1 0 00315534 +bareness n 3 2 @ + 3 0 14525548 14456893 04697819 +barents_sea n 1 3 @ #p %p 1 0 09214422 +barf n 1 1 @ 1 0 14855992 +bargain n 2 3 @ ~ + 2 1 06771159 13253751 +bargain_hunter n 1 1 @ 1 0 09839343 +bargain_rate n 1 1 @ 1 0 05147237 +bargainer n 2 3 @ ~ + 2 0 10720453 09839167 +bargaining n 1 3 @ ~ + 1 1 07149836 +bargaining_chip n 1 1 @ 1 0 05156673 +barge n 1 3 @ ~ + 1 1 02792552 +barge_pole n 1 1 @ 1 0 02792948 +bargee n 1 2 @ + 1 0 10261388 +bargello n 1 1 @ 1 0 02792822 +bargeman n 1 1 @ 1 0 10261388 +bari n 1 2 @ #p 1 0 08810505 +barilla n 2 2 @ #m 2 0 11834654 11833999 +baring n 1 2 @ ~ 1 0 00394803 +barish n 1 1 @ 1 0 06933689 +barite n 1 2 @ %s 1 0 14678230 +baritone n 3 1 @ 3 0 09839436 06872562 02793089 +baritone_horn n 1 1 @ 1 0 02793089 +baritone_voice n 1 1 @ 1 0 06872562 +barium n 1 4 @ ~ #s + 1 1 14629998 +barium_dioxide n 1 1 @ 1 0 14630630 +barium_enema n 1 1 @ 1 0 00696300 +barium_hydroxide n 1 1 @ 1 0 14630363 +barium_monoxide n 1 1 @ 1 0 14630492 +barium_oxide n 1 1 @ 1 0 14630492 +barium_peroxide n 1 1 @ 1 0 14630630 +barium_protoxide n 1 1 @ 1 0 14630492 +barium_sulfate n 1 1 @ 1 0 14772877 +barium_sulphate n 2 2 @ %s 2 0 14772877 14678230 +bark n 4 4 @ ~ #p + 4 3 13162297 07376731 02793199 07376621 +bark-louse n 1 1 @ 1 0 02261063 +bark_beetle n 1 3 @ ~ #m 1 0 02180233 +bark_louse n 1 1 @ 1 0 02261063 +barkeep n 1 2 @ ~ 1 1 09841188 +barkeeper n 1 2 @ ~ 1 0 09841188 +barker n 2 2 @ + 2 0 09839515 02084732 +barking_deer n 1 2 @ #m 1 0 02434954 +barking_frog n 1 2 @ #m 1 0 01643507 +barkley n 1 1 @ 1 0 10834690 +barley n 2 4 @ ~ #m #p 2 1 07803093 12123244 +barley-sugar n 1 1 @ 1 0 07598928 +barley_candy n 1 1 @ 1 0 07598928 +barley_grass n 1 1 @ 1 0 12123741 +barley_water n 1 1 @ 1 0 07584859 +barleycorn n 2 3 @ ~ #p 2 0 12123648 07803093 +barm n 1 2 @ ~ 1 0 15106271 +barmaid n 1 1 @ 1 0 09839702 +barman n 1 2 @ ~ 1 0 09841188 +barmbrack n 1 2 @ ; 1 0 07680416 +barn n 2 4 @ ~ %p ; 2 1 02793495 13614256 +barn_dance n 1 1 @ 1 0 07449452 +barn_door n 1 1 @ 1 0 02793842 +barn_grass n 1 2 @ #m 1 0 12117695 +barn_millet n 1 2 @ #m 1 0 12117695 +barn_owl n 1 2 @ #m 1 0 01625562 +barn_spider n 1 2 @ #m 1 0 01773549 +barn_swallow n 1 2 @ #m 1 0 01594787 +barnaba_chiaramonti n 1 1 @ 1 0 11237550 +barnaby's_thistle n 1 1 @ 1 0 11949015 +barnacle n 2 3 @ ~ #m 2 0 01998183 01857851 +barnacle_goose n 1 2 @ #m 1 0 01857851 +barnburner n 2 2 @ ; 2 1 09839774 07319399 +barndoor n 1 1 @ 1 0 02793684 +barndoor_skate n 1 2 @ #m 1 0 01502101 +barney_oldfield n 1 1 @ 1 0 11213966 +barnful n 1 1 @ 1 1 13764998 +barnstormer n 2 2 @ + 2 0 09840050 09839860 +barnum n 1 1 @ 1 0 10834869 +barnyard n 1 1 @ 1 1 02793930 +barnyard_grass n 1 2 @ #m 1 0 12117695 +barograph n 1 1 @ 1 0 02794008 +barometer n 1 3 @ ~ + 1 0 02794156 +barometric_pressure n 1 1 @ 1 1 11495708 +baron n 3 3 @ ~ + 3 0 09840520 09840435 09840217 +baron_adrian n 1 1 @ 1 0 10808886 +baron_alexander_von_humboldt n 1 1 @ 1 0 11065938 +baron_clive n 1 1 @ 1 0 10902934 +baron_clive_of_plassey n 1 1 @ 1 0 10902934 +baron_de_la_brede_et_de_montesquieu n 1 1 @ 1 0 11186911 +baron_friedrich_heinrich_alexander_von_humboldt n 1 1 @ 1 0 11065938 +baron_friedrich_wilhelm_ludolf_gerhard_augustin_von_steuben n 1 1 @ 1 0 11317086 +baron_georges_cuvier n 1 1 @ 1 0 10919278 +baron_hermann_ludwig_ferdinand_von_helmholtz n 1 1 @ 1 0 11039344 +baron_hugh_caswall_tremenheere_dowding n 1 1 @ 1 0 10941714 +baron_jean_baptiste_joseph_fourier n 1 1 @ 1 0 10976468 +baron_karl_maria_friedrich_ernst_von_weber n 1 1 @ 1 0 11378462 +baron_karl_wilhelm_von_humboldt n 1 1 @ 1 0 11066209 +baron_lister n 1 1 @ 1 0 11134895 +baron_lloyd_webber_of_sydmonton n 1 1 @ 1 0 11136405 +baron_munchausen n 1 1 @ 1 0 11196305 +baron_olivier_of_birghton n 1 1 @ 1 0 11214320 +baron_richard_von_krafft-ebing n 1 1 @ 1 0 11110205 +baron_snow_of_leicester n 1 1 @ 1 0 11307082 +baron_verulam n 1 1 @ 1 0 10830456 +baron_wilhelm_von_humboldt n 1 1 @ 1 0 11066209 +baronage n 1 2 @ %m 1 0 08388636 +baronduki n 1 1 @ 1 0 02360480 +baroness n 1 1 @ 1 0 09843309 +baroness_dudevant n 1 1 @ 1 0 11280013 +baroness_emmusca_orczy n 1 1 @ 1 0 11216264 +baroness_jackson_of_lodsworth n 1 1 @ 1 0 11374281 +baroness_karen_blixen n 1 1 @ 1 0 10935745 +baroness_thatcher_of_kesteven n 1 1 @ 1 0 11337779 +baronet n 1 2 @ + 1 0 09840639 +baronetage n 2 1 @ 2 0 08388783 00589415 +baronetcy n 2 1 @ 2 0 14432623 06343364 +barong n 1 1 @ 1 0 02794368 +baronne_anne_louise_germaine_necker_de_steal-holstein n 1 1 @ 1 0 11311959 +barony n 3 1 @ 3 1 13251906 14432623 08557057 +baroque n 2 1 @ 2 0 15259076 04698307 +baroque_era n 1 1 @ 1 0 15259076 +baroque_period n 1 1 @ 1 0 15259076 +baroqueness n 1 2 @ + 1 0 04698307 +baroreceptor n 1 1 @ 1 1 05300128 +barosaur n 1 2 @ #m 1 0 01709876 +barosaurus n 1 2 @ #m 1 0 01709876 +barouche n 1 1 @ 1 0 02794474 +barque n 1 1 @ 1 0 02793199 +barrack n 1 5 @ ~ %p + ; 1 1 02794779 +barracking n 1 1 @ 1 0 01068633 +barracouta n 1 1 @ 1 0 02514041 +barracuda n 1 2 @ ~ 1 0 02603317 +barrage n 2 2 @ + 2 2 07083441 00987863 +barrage_balloon n 1 2 @ ~ 1 0 02794972 +barrage_fire n 1 1 @ 1 0 00987863 +barrage_jamming n 1 1 @ 1 0 01251010 +barramundi n 1 2 @ #m 1 0 02560546 +barranquilla n 1 2 @ #p 1 0 08732807 +barrater n 1 1 @ 1 0 09840871 +barrator n 1 1 @ 1 0 09840871 +barratry n 4 2 @ ; 4 0 01114172 00776466 00769401 00765343 +barred_owl n 1 2 @ #m 1 0 01623110 +barred_pickerel n 1 1 @ 1 0 02561937 +barrel n 5 5 @ ~ #p %p + 5 3 02795528 02795169 13901211 13764764 13619920 +barrel_cactus n 2 3 @ ~ #m 2 0 11847169 11845557 +barrel_knot n 1 1 @ 1 0 02795783 +barrel_maker n 1 1 @ 1 0 09963773 +barrel_organ n 1 2 @ ; 1 0 02795978 +barrel_roll n 1 1 @ 1 1 00170536 +barrel_vault n 1 1 @ 1 0 02796207 +barrelfish n 1 2 @ #m 1 0 02635154 +barrelful n 1 1 @ 1 0 13764764 +barrelhouse n 1 1 @ 1 0 02795670 +barrels n 1 1 @ 1 0 13774311 +barren n 1 3 @ ~ + 1 0 08504594 +barren_ground_caribou n 1 1 @ 1 0 02434415 +barrenness n 2 3 @ ~ + 2 0 14045347 05148186 +barrenwort n 1 2 @ #m 1 0 11699071 +barrette n 1 1 @ 1 0 02796318 +barretter n 1 1 @ 1 0 02780121 +barricade n 2 2 @ + 2 2 04096848 02796412 +barrie n 1 1 @ 1 0 10835022 +barrier n 3 2 @ ~ 3 3 02796623 05690916 09214581 +barrier_island n 1 2 @ ~ 1 0 09214760 +barrier_reef n 1 1 @ 1 0 09214916 +barrier_strip n 1 1 @ 1 0 03606106 +barring n 1 1 @ 1 0 00207622 +barrio n 2 2 @ ; 2 0 08676349 08676253 +barrister n 1 3 @ ~ ; 1 0 09840963 +barroom n 1 3 @ ~ #p 1 0 02796995 +barrow n 3 2 @ ; 3 0 13764897 02922292 02797295 +barrow's_goldeneye n 1 1 @ 1 0 01850553 +barrow-boy n 1 1 @ 1 0 09968128 +barrow-man n 1 1 @ 1 0 09968128 +barrowful n 1 1 @ 1 0 13764897 +barrymore n 5 1 @ 5 0 10836029 10835866 10835709 10835450 10835218 +bars n 1 4 @ ~ %p ; 1 0 03888605 +barstow n 1 2 @ #p 1 0 09062478 +bart n 1 1 @ 1 0 09840639 +bartender n 1 2 @ ~ 1 1 09841188 +barter n 1 3 @ ~ + 1 0 01109687 +barterer n 1 2 @ + 1 0 09841400 +barth n 2 1 @ 2 0 10836308 10836184 +barthelme n 1 1 @ 1 0 10836413 +barthold_george_niebuhr n 1 1 @ 1 0 11206705 +bartholdi n 1 1 @ 1 0 10836555 +bartholin n 1 1 @ 1 0 10836725 +bartholin's_gland n 1 2 @ #p 1 0 05523859 +bartholomeu_dias n 1 1 @ 1 0 10934154 +bartholomeu_diaz n 1 1 @ 1 0 10934154 +bartholomew_roberts n 1 1 @ 1 0 11264193 +bartle_frere n 1 2 @ #m 1 0 12214245 +bartlesville n 1 2 @ #p 1 0 09132053 +bartlett n 3 1 @ 3 0 10837023 10836862 07768230 +bartlett_pear n 1 1 @ 1 1 07768230 +bartok n 1 1 @ 1 0 10837258 +bartolome_esteban_murillo n 1 1 @ 1 0 11197633 +bartolomeo_alberto_capillari n 1 1 @ 1 0 11014833 +bartolomeo_prignano n 1 1 @ 1 0 11357086 +bartolomeo_vanzetti n 1 1 @ 1 0 11360311 +bartolommeo_eustachio n 1 1 @ 1 0 10963050 +bartonia n 1 2 @ #m 1 0 12035907 +bartram_juneberry n 1 1 @ 1 0 12624055 +bartramia n 1 3 @ #m %m 1 0 02029571 +bartramia_longicauda n 1 2 @ #m 1 0 02029706 +bartramian_sandpiper n 1 2 @ #m 1 0 02029706 +baruch n 3 2 @ #p 3 0 10837567 10837461 06459323 +baruch_de_spinoza n 1 1 @ 1 0 11311450 +barunduki n 1 1 @ 1 0 02360480 +barycenter n 1 2 @ ; 1 0 08523064 +barye n 1 2 @ #p 1 0 13712120 +baryon n 1 2 @ ~ 1 0 09215023 +baryon_number n 1 1 @ 1 0 13599114 +baryshnikov n 1 1 @ 1 0 10837737 +baryta n 1 3 @ ~ + 1 0 14630204 +barytes n 1 2 @ %s 1 0 14678230 +barytone n 1 1 @ 1 0 09839436 +bas_bleu n 1 1 @ 1 0 09861599 +bas_mitzvah n 1 2 @ ; 1 0 07454196 +bas_relief n 1 1 @ 1 1 02803129 +basal_body_temperature n 1 1 @ 1 0 05014710 +basal_body_temperature_method n 1 1 @ 1 0 00852522 +basal_body_temperature_method_of_family_planning n 1 1 @ 1 0 00852522 +basal_ganglion n 1 3 @ ~ #p 1 0 05497363 +basal_metabolic_rate n 1 1 @ 1 0 13437610 +basal_metabolism n 1 1 @ 1 0 13437753 +basal_placentation n 1 1 @ 1 0 11681554 +basal_temperature n 1 1 @ 1 0 05014710 +basal_vein n 1 1 @ 1 0 05358764 +basalt n 1 3 @ %s + 1 0 14773022 +bascule n 1 1 @ 1 0 02797535 +base n 20 6 @ ~ #p %p + ; 20 8 02798290 03387016 02797881 09215315 08511777 06658118 05793554 02797692 14964590 14618253 13897837 13809769 13597794 08490402 08013845 06300193 03569964 02798769 02798574 02798117 +base_hit n 1 3 @ ~ ; 1 1 00131090 +base_metal n 1 1 @ 1 0 14618674 +base_of_operations n 1 3 @ ~ ; 1 0 02798290 +base_on_balls n 1 2 @ ; 1 1 00127286 +base_pair n 1 2 @ #p 1 0 14630769 +base_rate n 1 2 @ ; 1 0 13319726 +base_runner n 1 2 @ ; 1 1 09841696 +baseball n 2 3 @ ~ - 2 2 00471613 02799071 +baseball_bat n 1 2 @ %p 1 0 02799175 +baseball_cap n 1 2 @ %p 1 0 02799323 +baseball_card n 1 1 @ 1 0 02799442 +baseball_clinic n 1 1 @ 1 0 07146784 +baseball_club n 1 2 @ #m 1 0 08079613 +baseball_coach n 1 3 @ ~ ; 1 0 09841515 +baseball_diamond n 1 4 @ #p %p ; 1 0 02799593 +baseball_equipment n 1 3 @ ~ ; 1 0 02799897 +baseball_field n 1 3 @ #p %p 1 0 02780916 +baseball_game n 1 3 @ ~ - 1 1 00471613 +baseball_glove n 1 1 @ 1 0 02800213 +baseball_league n 1 3 @ ~ %m 1 0 08231874 +baseball_manager n 1 3 @ ~ ; 1 0 09841515 +baseball_mitt n 1 1 @ 1 0 02800213 +baseball_play n 1 3 @ ~ ; 1 0 00564177 +baseball_player n 1 3 @ ~ ; 1 0 09835506 +baseball_score n 1 1 @ 1 0 00189476 +baseball_season n 1 2 @ ~ 1 0 15240389 +baseball_swing n 1 1 @ 1 0 00571444 +baseball_team n 1 4 @ ~ %m %p 1 0 08079319 +baseboard n 1 1 @ 1 0 02800354 +basel n 1 2 @ #p 1 0 09032483 +baseline n 3 1 @ 3 1 13854318 08650919 08573140 +basement n 2 2 @ ~ 2 1 02800497 02800675 +baseness n 1 2 @ + 1 0 04807971 +basenji n 1 1 @ 1 0 02110806 +bash n 2 2 @ + 2 1 07410207 07448038 +bashfulness n 1 2 @ + 1 0 07508092 +basia n 1 2 @ #p 1 0 08914413 +basic n 2 2 @ ; 2 0 06902909 02800793 +basic_assumption n 1 1 @ 1 0 05893512 +basic_cognitive_process n 1 2 @ ~ 1 0 05701944 +basic_color n 1 1 @ 1 0 14773275 +basic_colour n 1 1 @ 1 0 14773275 +basic_dye n 1 1 @ 1 0 14773275 +basic_english n 1 1 @ 1 0 06895396 +basic_iron n 1 1 @ 1 0 14773447 +basic_point_defense_missile_system n 1 1 @ 1 0 02800940 +basic_principle n 1 2 @ ~ 1 0 05871362 +basic_slag n 1 1 @ 1 0 14773618 +basic_training n 1 2 @ ; 1 0 00895680 +basics n 2 2 @ ~ 2 0 06639563 05871362 +basidiocarp n 1 2 @ #p 1 0 11533212 +basidiolichen n 1 1 @ 1 0 12987535 +basidiomycete n 1 5 @ ~ #m %p + 1 0 12997654 +basidiomycetes n 1 3 @ #m %m 1 0 12996841 +basidiomycetous_fungi n 1 4 @ ~ #m %p 1 0 12997654 +basidiomycota n 1 3 @ #m %m 1 0 12996225 +basidiomycotina n 1 3 @ #m %m 1 0 12996225 +basidiospore n 1 2 @ + 1 0 11548465 +basidium n 1 4 @ ~ %p + 1 0 12994475 +basil n 3 5 @ ~ #m #p ; 3 0 12860365 10837918 07816164 +basil_balm n 2 2 @ #m 2 0 12859272 12839574 +basil_mint n 1 1 @ 1 0 12863819 +basil_of_caesarea n 1 2 @ ; 1 0 10837918 +basil_the_great n 1 2 @ ; 1 0 10837918 +basil_thyme n 1 2 @ #m 1 0 12839574 +basilar_artery n 1 2 @ #p 1 0 05338410 +basilar_membrane n 1 2 @ #p 1 0 05286272 +basileus n 1 1 @ 1 1 09841865 +basilic_vein n 1 2 @ #p 1 0 05358944 +basilica n 2 3 @ %p + 2 0 02801184 02801047 +basilicata n 1 3 @ #p ; 1 0 08804487 +basiliscus n 1 3 @ #m %m 1 0 01682293 +basilisk n 3 3 @ #m ; 3 0 09492877 02801450 01682435 +basin n 5 2 @ ~ 5 1 02801525 13765086 09215437 08518940 04553920 +basinet n 1 3 @ #p %p 1 0 02801823 +basinful n 1 1 @ 1 0 13765086 +basis n 3 3 @ ~ #p 3 2 13790912 05793554 13809769 +basivertebral_vein n 1 1 @ 1 0 05359124 +basket n 4 3 @ ~ + 4 2 02801938 13765207 02802215 00190431 +basket-handle_arch n 1 1 @ 1 0 04427216 +basket_ash n 1 1 @ 1 0 12305089 +basket_fern n 2 2 @ #m 2 0 13205249 13175682 +basket_fish n 1 3 @ ~ #m 1 0 02318167 +basket_flower n 1 1 @ 1 0 11947429 +basket_hilt n 1 1 @ 1 0 02802886 +basket_maker n 1 1 @ 1 0 09842395 +basket_oak n 1 1 @ 1 0 12276628 +basket_rummy n 1 2 @ ~ 1 0 00497060 +basket_spikemoss n 1 1 @ 1 0 13224922 +basket_star n 1 3 @ ~ #m 1 0 02318167 +basket_weave n 1 1 @ 1 1 02802990 +basket_willow n 1 2 @ #m 1 0 12729729 +basketball n 2 4 @ ~ %p - 2 1 00480993 02802426 +basketball_backboard n 1 2 @ ; 1 0 02768226 +basketball_clinic n 1 1 @ 1 0 07146640 +basketball_coach n 1 1 @ 1 0 09841955 +basketball_court n 1 4 @ ~ %p ; 1 0 02802544 +basketball_equipment n 1 3 @ ~ ; 1 0 02802721 +basketball_game n 1 4 @ ~ %p - 1 0 00480993 +basketball_hoop n 1 1 @ 1 0 02802215 +basketball_league n 1 2 @ %m 1 0 08232299 +basketball_play n 1 3 @ ~ #p 1 0 00563494 +basketball_player n 1 2 @ ~ 1 0 09842047 +basketball_score n 1 1 @ 1 0 00190338 +basketball_season n 1 1 @ 1 0 15240633 +basketball_shot n 1 3 @ ~ #p 1 0 00110057 +basketball_team n 1 3 @ #m %m 1 1 08079852 +basketeer n 1 3 @ ~ + 1 0 09842047 +basketful n 1 1 @ 1 0 13765207 +basketmaker n 1 1 @ 1 0 09842288 +basketry n 1 1 @ 1 0 00607293 +basketweaver n 1 1 @ 1 0 09842288 +basking_shark n 1 2 @ #m 1 0 01485479 +basle n 1 2 @ #p 1 0 09032483 +basophil n 1 1 @ 1 0 05453523 +basophile n 1 1 @ 1 0 05453523 +basophilia n 1 2 @ + 1 0 04944910 +basotho n 1 2 @ #m 1 0 09692125 +basque n 2 2 @ #m 2 0 09692250 06966695 +basque_fatherland_and_liberty n 1 2 @ ; 1 0 08018189 +basque_homeland_and_freedom n 1 2 @ ; 1 0 08018189 +basra n 1 2 @ #p 1 0 08914413 +bass n 8 3 @ ~ #p 8 2 04986796 07032292 09842528 07777945 07777512 06872354 02803349 02565573 +bass_clarinet n 1 1 @ 1 0 02803539 +bass_clef n 1 1 @ 1 0 06862954 +bass_drum n 1 1 @ 1 0 02803666 +bass_fiddle n 1 1 @ 1 0 02803934 +bass_guitar n 1 1 @ 1 0 02804123 +bass_horn n 1 2 @ ~ 1 0 02804252 +bass_part n 1 2 @ ~ 1 0 07032292 +bass_viol n 2 1 @ 2 0 04536595 02803934 +bass_voice n 1 2 @ ~ 1 0 06872354 +bassariscidae n 1 2 @ #m 1 0 02508458 +bassariscus n 1 3 @ #m %m 1 0 02508615 +bassariscus_astutus n 1 2 @ #m 1 0 02508742 +bassarisk n 1 2 @ #m 1 0 02508742 +basse-normandie n 1 2 @ #p 1 0 08940936 +basset n 1 1 @ 1 0 02088238 +basset_horn n 1 1 @ 1 0 02803809 +basset_hound n 1 1 @ 1 0 02088238 +basset_oboe n 1 1 @ 1 0 03510866 +basseterre n 1 2 @ #p 1 0 08988068 +bassia n 1 3 @ #m %m 1 0 11831730 +bassia_scoparia n 1 2 @ #m 1 0 11831874 +bassine n 1 2 @ #s 1 0 12585967 +bassinet n 2 1 @ 2 1 02804414 02804515 +bassist n 1 1 @ 1 0 09842629 +basso n 2 2 @ ~ 2 0 09842528 06872354 +basso_continuo n 1 1 @ 1 0 07032556 +basso_profundo n 1 1 @ 1 0 06872479 +basso_relievo n 1 1 @ 1 0 02803129 +basso_rilievo n 1 1 @ 1 0 02803129 +bassoon n 1 3 @ ~ + 1 0 02804610 +bassoonist n 1 2 @ + 1 0 09842716 +basswood n 2 5 @ ~ #m #s %s 2 0 12203331 12202936 +bast n 3 3 @ %p ; 3 0 13099444 13098962 09512028 +bast_fiber n 1 1 @ 1 0 13099444 +bastard n 3 3 @ + ; 3 1 09815188 09842823 02804772 +bastard_feverfew n 1 2 @ #m 1 0 12001077 +bastard_indigo n 3 1 @ 3 0 12572759 12504783 12504570 +bastard_lignum_vitae n 1 2 @ #m 1 0 12722567 +bastard_pennyroyal n 1 1 @ 1 0 12871859 +bastard_pimpernel n 1 2 @ #m 1 0 12092930 +bastard_ridley n 1 1 @ 1 0 01664492 +bastard_title n 1 1 @ 1 0 06257772 +bastard_toadflax n 1 2 @ #m 1 0 12736228 +bastard_turtle n 1 1 @ 1 0 01664492 +bastard_wing n 1 2 @ #p 1 0 01897667 +bastard_yellowwood n 1 2 @ #m 1 0 11653570 +bastardisation n 1 2 @ + 1 0 00272303 +bastardization n 2 2 @ + 2 0 06726478 00272303 +bastardy n 1 1 @ 1 0 13953215 +bastardy_proceeding n 1 2 @ ; 1 0 01183798 +baste n 1 2 @ + 1 0 02805111 +baster n 3 1 @ 3 0 09843200 09843048 02805283 +bastille n 2 3 @ #p ; 2 0 02805584 02805443 +bastille_day n 1 2 @ #p 1 0 15200493 +bastinado n 2 2 @ + 2 0 02805845 00422114 +basting n 2 2 @ #p 2 0 02805111 00247955 +basting_stitch n 1 1 @ 1 0 02805111 +bastion n 3 2 @ ~ 3 1 08064372 02806088 02805983 +bastnaesite n 1 2 @ %s 1 0 14668065 +bastnasite n 1 2 @ %s 1 0 14668065 +basuco n 1 1 @ 1 0 02806274 +basuto n 1 1 @ 1 0 06995526 +basutoland n 1 4 @ #p %m %p 1 0 08958830 +bat n 5 6 @ ~ #m %p + ; 5 2 02139199 00458456 04292414 03132076 02806379 +bat_boy n 1 2 @ ; 1 0 09843443 +bat_mitzvah n 1 3 @ + ; 1 0 07454196 +bata n 1 1 @ 1 0 06984556 +bataan n 1 3 @ #p ; 1 0 01270343 +batch n 3 3 @ ~ + 3 1 08400772 13774404 08400452 +batch_processing n 1 1 @ 1 0 13437902 +bateau_bridge n 1 2 @ %p 1 0 03981760 +batfish n 1 2 @ #m 1 0 02547733 +bath n 6 5 @ ~ #p %p + 6 3 02806530 00257770 02808440 13616560 08878202 02807731 +bath_asparagus n 1 1 @ 1 0 12460146 +bath_chair n 1 1 @ 1 0 02806762 +bath_linen n 1 2 @ ~ 1 0 02807260 +bath_mat n 1 1 @ 1 0 02807401 +bath_mitzvah n 1 2 @ ; 1 0 07454196 +bath_oil n 1 1 @ 1 0 02807523 +bath_powder n 1 2 @ ~ 1 0 04447276 +bath_salts n 1 2 @ ; 1 0 02808185 +bath_soap n 1 1 @ 1 0 04447965 +bath_towel n 1 2 @ ~ 1 1 02808304 +bath_water n 1 1 @ 1 0 14773787 +bathe n 1 2 @ + 1 0 00442437 +bather n 2 3 @ ~ + 2 1 10683126 09843602 +bathhouse n 2 3 @ ~ %p 2 0 02806992 02806875 +bathing n 2 3 @ ~ + 2 2 00427853 00255214 +bathing_cap n 1 1 @ 1 0 02807133 +bathing_costume n 1 2 @ ~ 1 0 04371563 +bathing_machine n 1 2 @ %p 1 0 02806992 +bathing_suit n 1 2 @ ~ 1 1 04371563 +bathing_trunks n 1 2 @ ; 1 0 04371430 +bathing_tub n 1 3 @ ~ #p 1 0 02808440 +batholite n 1 3 @ ~ + 1 0 14932303 +batholith n 1 3 @ ~ + 1 0 14932303 +bathometer n 1 1 @ 1 0 02808695 +bathos n 3 2 @ #p 3 1 07068048 07482267 06373991 +bathrobe n 1 1 @ 1 1 02807616 +bathroom n 2 4 @ ~ #p %p 2 1 02807731 04446276 +bathroom_cleaner n 1 1 @ 1 0 02807998 +bathroom_fixture n 1 1 @ 1 0 02808097 +bathroom_tissue n 1 2 @ ~ 1 0 15075141 +bathsheba n 1 2 @ ; 1 0 10838288 +bathtub n 1 3 @ ~ #p 1 1 02808440 +bathtub_gin n 1 1 @ 1 1 07902698 +bathyal_district n 1 1 @ 1 0 09255343 +bathyal_zone n 1 1 @ 1 0 09255343 +bathyergidae n 1 3 @ #m %m 1 0 02369012 +bathyergus n 1 3 @ #m %m 1 0 02369170 +bathymeter n 1 2 @ + 1 0 02808695 +bathymetry n 1 2 @ + 1 0 00999089 +bathyscape n 1 1 @ 1 0 02808829 +bathyscaph n 1 1 @ 1 0 02808829 +bathyscaphe n 1 1 @ 1 0 02808829 +bathysphere n 1 1 @ 1 0 02808968 +batidaceae n 1 3 @ #m %m 1 0 11827169 +batik n 1 2 @ + 1 0 02809105 +batis n 1 3 @ #m %m 1 0 11827348 +batis_maritima n 1 2 @ #m 1 0 11827541 +batiste n 1 1 @ 1 0 02809241 +batman n 1 1 @ 1 0 09843716 +batna n 1 2 @ #p 1 0 08706399 +batoidei n 1 3 @ #m %m 1 0 01496617 +batoko_palm n 1 2 @ #m 1 0 12378249 +baton n 5 1 @ 5 1 02809364 04491388 02809736 02809605 02809491 +baton_rouge n 1 3 @ #p %p 1 1 09091398 +baton_rouge_bridge n 1 2 @ #p 1 0 02809866 +baton_twirler n 1 2 @ ~ 1 0 09843824 +batrachia n 1 3 @ #m %m 1 0 01639369 +batrachian n 1 3 @ ~ + 1 0 01639765 +batrachoididae n 1 3 @ #m %m 1 0 02548522 +batrachomyomachia n 1 1 @ 1 0 07184652 +batrachoseps n 1 3 @ #m %m 1 0 01637478 +batsman n 1 3 @ ~ ; 1 0 09843956 +batswana n 1 2 @ #m 1 0 09693618 +battalion n 2 4 @ ~ #m %m 2 1 08214083 13775093 +batten n 2 2 @ + 2 0 02810930 02810008 +batter n 2 4 @ ~ + ; 2 1 09843956 07860805 +batter's_box n 1 2 @ #p 1 1 02810270 +batter_bread n 1 1 @ 1 0 07689313 +battercake n 1 2 @ ~ 1 0 07640203 +battering n 1 1 @ 1 0 01176115 +battering_ram n 1 1 @ 1 1 02810139 +battery n 7 6 @ ~ #p %m %p ; 7 3 08389572 02810471 07953827 08077177 02810782 00987863 00768203 +battery-acid n 1 1 @ 1 0 02675657 +battery_acid n 1 1 @ 1 0 14773865 +battery_charger n 1 1 @ 1 0 03008976 +batting n 2 3 @ + ; 2 1 00126584 02810930 +batting_average n 2 2 @ ; 2 2 13817872 13818143 +batting_cage n 1 1 @ 1 0 02811059 +batting_coach n 1 2 @ ; 1 1 09844221 +batting_glove n 1 1 @ 1 0 02811204 +batting_helmet n 1 1 @ 1 0 02811350 +batting_order n 1 3 @ %p ; 1 0 06486161 +battle n 3 5 @ ~ #p + ; 3 2 00953559 00788973 00958896 +battle-ax n 2 3 @ ~ #p 2 1 02811468 09844356 +battle-axe n 2 3 @ ~ #p 2 0 09844356 02811468 +battle_born_state n 1 3 @ #p %p 1 0 09110422 +battle_cruiser n 1 1 @ 1 0 02811618 +battle_cry n 2 1 @ 2 1 07123404 07152752 +battle_damage n 1 2 @ ; 1 0 07339808 +battle_dress n 1 2 @ ; 1 0 02811719 +battle_fatigue n 1 1 @ 1 0 14388596 +battle_flag n 1 1 @ 1 1 02811842 +battle_fleet n 1 1 @ 1 0 08293238 +battle_group n 1 3 @ #m %m 1 0 08213671 +battle_line n 1 2 @ ; 1 1 08595054 +battle_of_atlanta n 1 3 @ #p ; 1 0 01269633 +battle_of_austerlitz n 1 3 @ #p ; 1 0 01269857 +battle_of_boyne n 1 3 @ #p ; 1 0 01272787 +battle_of_britain n 1 3 @ #p ; 1 0 01270628 +battle_of_brunanburh n 1 2 @ ; 1 0 01273081 +battle_of_bull_run n 1 3 @ #p ; 1 0 01273491 +battle_of_bunker_hill n 1 3 @ #p ; 1 0 01273735 +battle_of_caporetto n 1 3 @ #p ; 1 0 01274171 +battle_of_chattanooga n 1 3 @ #p ; 1 0 01275389 +battle_of_chickamauga n 1 3 @ #p ; 1 0 01275697 +battle_of_cowpens n 1 3 @ #p ; 1 0 01276436 +battle_of_crecy n 1 3 @ #p ; 1 0 01276634 +battle_of_cunaxa n 1 2 @ ; 1 0 01276875 +battle_of_cynoscephalae n 1 2 @ ; 1 0 01277065 +battle_of_el_alamein n 1 3 @ #p ; 1 0 01278232 +battle_of_flodden_field n 1 2 @ ; 1 0 01278692 +battle_of_fontenoy n 1 3 @ #p ; 1 0 01278873 +battle_of_fredericksburg n 1 3 @ #p ; 1 0 01279342 +battle_of_gettysburg n 1 3 @ #p ; 1 0 01279615 +battle_of_granicus_river n 1 2 @ ; 1 0 01279866 +battle_of_guadalcanal n 1 3 @ #p ; 1 0 01280055 +battle_of_hastings n 1 3 @ #p ; 1 0 01280514 +battle_of_hohenlinden n 1 3 @ #p ; 1 0 01280792 +battle_of_ipsus n 1 2 @ ; 1 0 01281427 +battle_of_issus n 1 2 @ ; 1 0 01281638 +battle_of_ivry n 1 2 @ ; 1 0 01281813 +battle_of_jena n 1 3 @ #p ; 1 0 01282289 +battle_of_jutland n 1 3 @ #p ; 1 0 01282466 +battle_of_kerbala n 1 2 @ ; 1 0 01270860 +battle_of_lake_trasimenus n 1 3 @ #p ; 1 0 01283185 +battle_of_langside n 1 2 @ ; 1 0 01283389 +battle_of_lepanto n 1 2 @ ; 1 0 01283565 +battle_of_leuctra n 1 2 @ ; 1 0 01283753 +battle_of_little_bighorn n 1 2 @ ; 1 0 01284444 +battle_of_lule_burgas n 1 3 @ #p ; 1 0 01285101 +battle_of_lutzen n 1 3 @ #p ; 1 0 01285305 +battle_of_magenta n 1 2 @ ; 1 0 01285784 +battle_of_maldon n 1 2 @ ; 1 0 01286000 +battle_of_marathon n 1 2 @ ; 1 0 01286569 +battle_of_marston_moor n 1 3 @ #p ; 1 0 01286938 +battle_of_midway n 1 3 @ #p ; 1 0 01287782 +battle_of_minden n 1 3 @ #p ; 1 0 01288057 +battle_of_monmouth n 1 3 @ #p ; 1 0 01288272 +battle_of_monmouth_court_house n 1 3 @ #p ; 1 0 01288272 +battle_of_naseby n 1 3 @ #p ; 1 0 01288549 +battle_of_navarino n 1 2 @ ; 1 0 01288795 +battle_of_omdurman n 1 2 @ ; 1 0 01289444 +battle_of_panipat n 1 2 @ ; 1 0 01289997 +battle_of_pharsalus n 1 2 @ ; 1 0 01290711 +battle_of_philippi n 1 2 @ ; 1 0 01290840 +battle_of_pittsburgh_landing n 1 3 @ #p ; 1 0 01294502 +battle_of_plassey n 1 2 @ ; 1 0 01291310 +battle_of_plataea n 1 2 @ ; 1 0 01291517 +battle_of_poitiers n 1 2 @ ; 1 0 01291839 +battle_of_puebla n 1 2 @ ; 1 0 01292200 +battle_of_pydna n 1 2 @ ; 1 0 01292343 +battle_of_ravenna n 1 2 @ ; 1 0 01292553 +battle_of_rocroi n 1 3 @ #p ; 1 0 01292735 +battle_of_rossbach n 1 3 @ #p ; 1 0 01292928 +battle_of_saratoga n 1 3 @ #p ; 1 0 01294127 +battle_of_sempatch n 1 2 @ ; 1 0 01294330 +battle_of_shiloh n 1 3 @ #p ; 1 0 01294502 +battle_of_soissons-reims n 1 3 @ #p ; 1 0 01294791 +battle_of_solferino n 1 2 @ ; 1 0 01295153 +battle_of_spotsylvania_courthouse n 1 3 @ #p ; 1 0 01295918 +battle_of_st_mihiel n 1 3 @ #p ; 1 0 01293167 +battle_of_tannenberg n 1 3 @ #p ; 1 0 01296505 +battle_of_tertry n 1 2 @ ; 1 0 01296946 +battle_of_teutoburger_wald n 1 2 @ ; 1 0 01297095 +battle_of_tewkesbury n 1 2 @ ; 1 0 01297291 +battle_of_the_aisne n 1 3 @ #p ; 1 0 01294791 +battle_of_the_ardennes_bulge n 1 3 @ #p ; 1 0 01271107 +battle_of_the_bismarck_sea n 1 3 @ #p ; 1 0 01271669 +battle_of_the_bulge n 1 3 @ #p ; 1 0 01271107 +battle_of_the_chemin-des-dames n 1 3 @ #p ; 1 0 01294791 +battle_of_the_coral_sea n 1 3 @ #p ; 1 0 01276194 +battle_of_the_little_bighorn n 1 2 @ ; 1 0 01284444 +battle_of_the_marne n 1 3 @ #p ; 1 0 01271428 +battle_of_the_philippine_sea n 1 3 @ #p ; 1 0 01290997 +battle_of_the_somme n 2 3 @ #p ; 2 0 01295528 01295373 +battle_of_the_spanish_armada n 1 2 @ ; 1 0 01295684 +battle_of_thermopylae n 1 2 @ ; 1 0 01297484 +battle_of_trafalgar n 1 3 @ #p ; 1 0 01297706 +battle_of_trasimeno n 1 2 @ ; 1 0 01297978 +battle_of_valmy n 1 2 @ ; 1 0 01298371 +battle_of_verdun n 1 3 @ #p ; 1 0 01298573 +battle_of_wagram n 1 3 @ #p ; 1 0 01299037 +battle_of_wake n 1 3 @ #p ; 1 0 01299224 +battle_of_wake_island n 1 3 @ #p ; 1 0 01299224 +battle_of_waterloo n 1 3 @ #p ; 1 0 01299476 +battle_of_wits n 1 1 @ 1 0 01168840 +battle_of_ypres n 3 3 @ #p ; 3 0 01301080 01300782 01300508 +battle_of_zama n 1 3 @ #p ; 1 0 01301423 +battle_plan n 1 1 @ 1 0 05902786 +battle_royal n 1 1 @ 1 0 00554200 +battle_sight n 1 1 @ 1 0 02812342 +battledore n 2 2 @ ; 2 0 02772700 00480885 +battledore_and_shuttlecock n 1 1 @ 1 0 00480885 +battlefield n 1 3 @ ~ %p 1 1 08506641 +battlefront n 1 2 @ #p 1 1 08573674 +battleground n 1 3 @ ~ %p 1 1 08506641 +battlement n 1 3 @ #p %p 1 0 02811936 +battler n 1 3 @ ~ + 1 0 09939313 +battleship n 1 2 @ ~ 1 0 02812201 +battlesight n 1 1 @ 1 0 02812342 +battlewagon n 1 2 @ ~ 1 0 02812201 +battue n 2 1 @ 2 0 00452734 00224260 +batwing n 1 1 @ 1 1 02812505 +bauble n 2 2 @ #m 2 0 07267702 02787435 +baud n 1 2 @ ; 1 0 13579679 +baud_rate n 1 2 @ ; 1 0 13579679 +baudelaire n 1 1 @ 1 0 10838484 +bauhaus n 1 1 @ 1 0 05841624 +bauhinia n 1 3 @ #m %m 1 0 12490671 +bauhinia_monandra n 1 2 @ #m 1 0 12490827 +bauhinia_variegata n 1 2 @ #m 1 0 12491017 +baulk n 3 3 @ ~ #p 3 0 08516080 05689249 04045644 +baulk-line n 1 1 @ 1 0 08516260 +baulker n 1 3 @ ~ + 1 0 09833997 +baum n 1 1 @ 1 0 10838665 +bauxite n 1 3 @ %s + 1 0 14668277 +bavaria n 1 5 @ #p %p + - 1 1 08771596 +bavarian n 1 2 @ + 1 0 09844457 +bavarian_blue n 1 1 @ 1 0 07852532 +bavarian_cream n 1 1 @ 1 0 07620597 +bawbee n 1 1 @ 1 0 13389105 +bawd n 1 3 @ ~ + 1 0 10485440 +bawdiness n 1 3 @ ~ + 1 0 04903368 +bawdry n 1 1 @ 1 0 07124736 +bawdy n 1 2 @ + 1 0 07124736 +bawdyhouse n 1 2 @ ~ 1 1 04581595 +bawler n 2 3 @ ~ + 2 0 10533983 09844566 +bawling n 1 1 @ 1 0 00868799 +bawling_out n 1 1 @ 1 0 06713187 +bay n 7 6 @ ~ #m #p %p + 7 2 09215664 07376836 11704093 02812785 02812631 02696048 02388917 +bay-leaved_caper n 1 1 @ 1 0 11865574 +bay-rum_tree n 1 2 @ #m 1 0 12330891 +bay_grass n 1 3 @ ~ #m 1 0 12120114 +bay_laurel n 1 3 @ #m %p 1 0 11704093 +bay_leaf n 1 2 @ #p 1 0 07816296 +bay_lynx n 1 1 @ 1 0 02127482 +bay_myrtle n 1 1 @ 1 0 11741575 +bay_of_bengal n 1 3 @ #p %p 1 0 09216442 +bay_of_biscay n 1 2 @ #p 1 0 09216588 +bay_of_campeche n 1 2 @ #p 1 0 09297729 +bay_of_fundy n 1 2 @ #p 1 0 09216781 +bay_of_naples n 1 2 @ #p 1 0 09216968 +bay_of_ob n 1 2 @ #p 1 0 09298974 +bay_rum n 1 1 @ 1 0 02813252 +bay_scallop n 2 4 @ #m #p %p 2 0 07798025 01966377 +bay_state n 1 4 @ #p %p - 1 0 09095023 +bay_stater n 1 1 @ 1 0 09741432 +bay_tree n 1 3 @ #m %p 1 0 11704093 +bay_willow n 1 2 @ #m 1 0 12729521 +bay_window n 2 3 @ ~ ; 2 0 05556071 02813399 +bay_wreath n 1 2 @ ; 1 0 03648804 +baya n 1 1 @ 1 0 01543175 +bayard n 1 1 @ 1 0 10838802 +bayat n 1 2 @ ; 1 0 07227055 +bayberry n 2 2 @ #m 2 0 12330891 11741797 +bayberry_tallow n 1 2 @ #s 1 0 11742003 +bayberry_wax n 1 2 @ #s 1 0 11742003 +baycol n 1 2 @ ; 1 0 02998209 +bayer n 1 4 @ ~ %s ; 1 0 02748618 +bayes n 1 1 @ 1 0 10838997 +bayes'_postulate n 1 2 @ ; 1 0 05918704 +bayes'_theorem n 1 2 @ ; 1 0 05918379 +baykal n 1 2 @ #p 1 0 09242767 +bayonet n 1 2 @ + 1 1 02812949 +bayonne n 1 3 @ #p %p 1 0 09113207 +bayonne_bridge n 1 2 @ #p 1 0 02813089 +bayou n 1 1 @ 1 0 09217086 +bayrut n 1 2 @ #p 1 0 08957806 +bayt_lahm n 1 2 @ #p 1 0 08795232 +bazaar n 3 2 @ ~ 3 1 02813544 02813645 01118182 +bazar n 2 1 @ 2 0 02813645 02813544 +bazooka n 1 1 @ 1 0 02813752 +bb n 1 1 @ 1 0 02813874 +bb_gun n 1 1 @ 1 0 02814116 +bb_shot n 1 1 @ 1 0 02813874 +bbl n 1 3 @ #p %p 1 0 13619920 +bbs n 1 2 @ ; 1 0 02916684 +bd n 1 1 @ 1 0 06699012 +bdellium n 1 1 @ 1 0 14898273 +be n 1 2 @ #s 1 0 14631295 +be-all_and_end-all n 1 1 @ 1 0 05865454 +be_all_and_end_all n 1 1 @ 1 0 05865454 +beach n 1 5 @ ~ #p %s + 1 1 09217230 +beach_aster n 1 1 @ 1 0 11966617 +beach_ball n 1 1 @ 1 0 02814224 +beach_buggy n 1 1 @ 1 0 03256788 +beach_chair n 1 1 @ 1 0 03168217 +beach_erosion n 1 1 @ 1 0 13438006 +beach_flea n 1 2 @ #m 1 0 01993214 +beach_goldenrod n 1 1 @ 1 0 12017664 +beach_grass n 1 1 @ 1 0 12103349 +beach_heather n 1 2 @ #m 1 0 12376740 +beach_house n 1 1 @ 1 0 02814338 +beach_morning_glory n 1 1 @ 1 0 12828628 +beach_pancake n 1 1 @ 1 0 11837562 +beach_pea n 1 2 @ #m 1 0 12540250 +beach_plum n 2 3 @ #p %p 2 0 12639376 07751977 +beach_plum_bush n 1 2 @ %p 1 0 12639376 +beach_sand_verbena n 1 1 @ 1 0 11837743 +beach_strawberry n 1 2 @ #m 1 0 12630763 +beach_towel n 1 1 @ 1 0 02814428 +beach_waggon n 1 3 @ ~ %p 1 0 02814533 +beach_wagon n 1 3 @ ~ %p 1 0 02814533 +beach_wormwood n 1 2 @ #m 1 0 11931312 +beachball n 1 1 @ 1 0 02814224 +beachcomber n 1 1 @ 1 0 09844685 +beachfront n 1 1 @ 1 0 09217414 +beachhead n 2 1 @ 2 1 08689449 00036299 +beachwear n 1 1 @ 1 0 02814774 +beacon n 3 3 @ ~ + 3 1 07264213 04041930 02814860 +beacon_fire n 1 2 @ ~ 1 0 07264213 +beacon_hill n 1 2 @ #p 1 0 09096190 +beacon_light n 1 2 @ ~ 1 1 02814860 +bead n 3 3 @ ~ + 3 1 02815071 13901585 02815237 +bead_and_quirk n 1 1 @ 1 0 04035481 +bead_fern n 1 2 @ #m 1 0 13198914 +bead_tree n 1 2 @ #m 1 0 12553742 +beaded_lizard n 1 2 @ #m 1 0 01692523 +beading n 2 2 @ ~ 2 0 02815389 02815237 +beading_plane n 1 1 @ 1 0 02815478 +beadle n 2 2 @ ; 2 1 09844770 10839131 +beads n 1 2 @ ~ 1 0 02815600 +beadsman n 1 1 @ 1 1 09844898 +beadwork n 2 2 @ ~ 2 0 02815389 02815237 +beagle n 1 1 @ 1 0 02088364 +beagling n 1 1 @ 1 0 00452864 +beak n 4 5 @ ~ #p + ; 4 2 01758510 01758308 12875594 05598707 +beaked_hazelnut n 1 1 @ 1 0 12289585 +beaked_parsley n 1 3 @ #m %p 1 0 12932706 +beaked_salmon n 1 2 @ #m 1 0 02529293 +beaked_whale n 1 3 @ ~ #m 1 0 02068206 +beaker n 2 1 @ 2 0 02815834 02815749 +beam n 7 5 @ ~ %s + ; 7 4 06792645 02815950 11428379 11428023 05136546 02816381 02777292 +beam-ends n 1 2 @ ; 1 0 08511017 +beam_balance n 1 2 @ ~ 1 0 02816494 +beam_of_light n 1 2 @ ~ 1 0 11428023 +beam_scale n 1 1 @ 1 0 04312154 +bean n 4 6 @ ~ #m #p %p + 4 1 07724943 13136316 12556307 05539454 +bean-caper_family n 1 3 @ #m %m 1 0 12720532 +bean_aphid n 1 2 @ #m 1 0 02252972 +bean_beetle n 1 2 @ #m 1 0 02166229 +bean_blight n 1 1 @ 1 0 14217253 +bean_caper n 1 2 @ #m 1 0 12721122 +bean_counter n 1 1 @ 1 0 09845016 +bean_curd n 1 2 @ %s 1 0 07709881 +bean_dip n 1 1 @ 1 0 07582811 +bean_plant n 1 4 @ ~ #m %p 1 0 12556307 +bean_sprout n 1 1 @ 1 0 07719616 +bean_tostada n 1 1 @ 1 0 07881525 +bean_town n 1 4 @ #p %p - 1 0 09095751 +bean_tree n 1 2 @ ~ 1 0 13108131 +bean_trefoil n 1 2 @ #m 1 0 12505752 +bean_weevil n 1 2 @ #m 1 0 02182642 +beanbag n 1 1 @ 1 0 02816656 +beanball n 1 1 @ 1 0 00107551 +beaner n 1 2 @ + 1 0 00107551 +beanfeast n 1 2 @ ; 1 0 08254195 +beanie n 1 1 @ 1 0 02816768 +beano n 1 1 @ 1 0 00504660 +beanstalk n 1 1 @ 1 0 13129938 +beantown n 1 4 @ #p %p - 1 0 09095751 +beany n 1 1 @ 1 0 02816768 +bear n 2 4 ! @ ~ #m 2 1 02131653 09845191 +bear's-paw_fern n 1 2 @ #m 1 0 13174354 +bear's_breech n 1 1 @ 1 0 12812478 +bear's_breeches n 1 1 @ 1 0 12812478 +bear's_ear n 1 1 @ 1 0 12091806 +bear's_foot n 1 1 @ 1 0 11734093 +bear's_grape n 1 1 @ 1 0 12231358 +bear_cat n 1 2 @ #m 1 0 02509815 +bear_claw n 3 1 @ 3 0 07692887 02816895 02156320 +bear_cub n 1 1 @ 1 0 01322983 +bear_grass n 4 2 @ #m 4 0 12484029 12483625 12480004 12465557 +bear_hug n 2 1 @ 2 0 00813220 00174782 +bear_market n 1 1 @ 1 0 08073130 +bear_oak n 1 1 @ 1 0 12272735 +bear_paw n 1 1 @ 1 0 07692887 +bearberry n 3 4 @ ~ #m %p 3 0 13141564 12757303 12231192 +bearberry_willow n 1 2 @ #m 1 0 12730776 +bearcat n 1 2 @ #m 1 0 02136103 +beard n 5 5 @ ~ #p %p + 5 1 05261566 13090594 09845401 02416270 01955318 +beard_lichen n 1 2 @ #m 1 0 12989938 +beard_moss n 1 2 @ #m 1 0 12989938 +beard_worm n 1 2 @ #m 1 0 01928865 +bearded_darnel n 1 1 @ 1 0 12125183 +bearded_iris n 1 3 @ ~ #m 1 0 12412355 +bearded_seal n 1 2 @ #m 1 0 02080713 +bearded_vulture n 1 1 @ 1 0 01617443 +bearded_wheatgrass n 1 1 @ 1 0 12105828 +beardless_iris n 1 3 @ ~ #m 1 0 12412606 +bearer n 4 2 @ + 4 2 09897696 10311243 10395073 10179911 +bearer_bond n 1 1 @ 1 0 13338066 +bearer_of_the_sword n 1 2 @ ; 1 0 08010559 +bearing n 6 4 @ ~ #p + 6 3 13795695 08680888 04910377 05002822 03008565 02817031 +bearing_brass n 1 1 @ 1 0 14773989 +bearing_false_witness n 1 1 @ 1 0 00772381 +bearing_metal n 1 1 @ 1 0 14719597 +bearing_rein n 1 1 @ 1 0 02817251 +bearing_wall n 1 1 @ 1 0 02817386 +bearnaise n 1 1 @ 1 0 07835547 +bearskin n 2 1 @ 2 0 14764518 02817516 +bearwood n 1 2 @ %p 1 0 13141564 +beast n 2 7 @ ~ #m %s %p + - 2 2 00015388 09845589 +beast_of_burden n 1 2 @ ~ 1 0 01317089 +beastliness n 2 3 @ + ; 2 0 04845684 04781967 +beat n 10 5 @ ~ #m + ; 10 3 08507381 07400906 07086518 11477710 09845849 07376937 07094093 05058893 00547616 00314094 +beat_generation n 1 2 @ %m 1 0 08369615 +beater n 2 3 @ ~ + 2 0 09845737 02817650 +beatification n 3 4 @ ~ + ; 3 0 13987719 01265475 01040128 +beating n 2 3 @ ~ + 2 1 01176219 01160729 +beating-reed_instrument n 1 2 @ ~ 1 0 02817799 +beatitude n 2 3 @ ~ #p 2 0 13987719 06301012 +beatles n 1 2 @ %m 1 0 08369920 +beatnik n 1 2 @ #m 1 1 09845849 +beatniks n 1 2 @ %m 1 0 08369615 +beatrice n 1 1 @ 1 0 09589876 +beatrice_lillie n 1 1 @ 1 0 11132117 +beatrice_webb n 1 1 @ 1 0 11378087 +beats n 1 2 @ %m 1 0 08369615 +beats_per_minute n 1 3 @ #p ; 1 0 15286042 +beau n 2 2 @ ~ 2 1 09871364 09991026 +beau_brummell n 1 1 @ 1 0 10868397 +beau_geste n 1 1 @ 1 0 01228544 +beau_ideal n 1 2 @ ~ 1 0 05924519 +beau_monde n 1 2 @ %m 1 0 08387930 +beaufort_scale n 2 2 @ %p 2 0 13850674 13648947 +beaufort_sea n 1 2 @ #p 1 0 09217508 +beaugregory n 1 2 @ #m 1 0 02606751 +beaujolais n 1 1 @ 1 0 07894102 +beaumont n 3 2 @ #p 3 0 10839469 10839329 09143205 +beaumontia n 1 3 @ #m %m 1 0 11770969 +beaumontia_grandiflora n 1 2 @ #m 1 0 11771147 +beaut n 1 1 @ 1 0 05925702 +beauteousness n 1 2 @ + 1 0 04685396 +beautician n 1 3 @ ~ + 1 0 09845999 +beautification n 1 3 @ ~ + 1 0 00261604 +beauty n 3 5 ! @ ~ = + 3 3 04683814 10613996 05925702 +beauty_bush n 1 2 @ #m 1 0 12672631 +beauty_consultant n 1 1 @ 1 0 09846142 +beauty_parlor n 1 1 @ 1 0 04131208 +beauty_parlour n 1 1 @ 1 0 04131208 +beauty_quark n 1 1 @ 1 0 09227530 +beauty_salon n 1 1 @ 1 0 04131208 +beauty_shop n 1 1 @ 1 0 04131208 +beauty_sleep n 1 1 @ 1 0 15273875 +beauty_spot n 1 1 @ 1 0 02818027 +beauty_treatment n 1 2 @ ~ 1 0 00261797 +beauvoir n 1 1 @ 1 0 10839617 +beaux_arts n 1 3 @ ~ - 1 0 06156968 +beaver n 7 5 @ ~ #m #p + 7 0 14764617 09745229 05262120 03237416 02818254 02818135 02363005 +beaver_board n 1 1 @ 1 0 02818402 +beaver_fur n 1 1 @ 1 0 14764617 +beaver_rat n 1 2 @ #m 1 0 02335231 +beaver_state n 1 3 @ #p %p 1 0 09133010 +beaverbrook n 1 1 @ 1 0 10839791 +bebop n 1 2 @ + 1 0 07063101 +bechamel n 1 2 @ ~ 1 0 07837362 +bechamel_sauce n 1 2 @ ~ 1 0 07837362 +bechtel_crab n 1 1 @ 1 0 12635955 +bechuana n 1 2 @ #m 1 0 09693618 +beck n 1 1 @ 1 0 06877008 +becker_muscular_dystrophy n 1 1 @ 1 0 14161075 +becket n 2 2 @ ; 2 0 10840021 02818507 +becket_bend n 1 1 @ 1 0 04189092 +beckett n 1 1 @ 1 0 10840354 +beckley n 1 2 @ #p 1 0 09155692 +beckman_thermometer n 1 1 @ 1 0 02818687 +becomingness n 1 3 ! @ + 1 0 04900597 +becquerel n 1 1 @ 1 0 10840563 +bed n 8 6 @ ~ #p %p + ; 8 3 02818832 02819474 09217638 09217867 08659076 03650173 02819881 02819697 +bed-and-breakfast n 1 1 @ 1 0 02820085 +bed-ground n 1 1 @ 1 0 08499357 +bed-wetting n 1 1 @ 1 0 13438088 +bed_and_breakfast n 1 1 @ 1 0 02820085 +bed_bug n 1 2 @ #m 1 0 02240517 +bed_check n 1 1 @ 1 0 05825688 +bed_clothing n 1 2 @ ~ 1 0 02820210 +bed_cover n 1 2 @ ~ 1 0 02822220 +bed_covering n 1 2 @ ~ 1 0 02822220 +bed_ground n 1 1 @ 1 0 08499357 +bed_jacket n 1 1 @ 1 0 02820675 +bed_linen n 1 2 @ ~ 1 1 02821030 +bed_of_flowers n 1 2 @ ~ 1 0 03368352 +bed_of_roses n 1 2 @ #p 1 0 04109471 +bed_pillow n 1 1 @ 1 0 02821328 +bed_rest n 1 1 @ 1 0 01064468 +bed_sheet n 1 2 @ ~ 1 0 04188179 +bed_wetter n 1 1 @ 1 0 09846586 +beda n 1 2 @ ; 1 0 10840769 +bedbug n 1 2 @ #m 1 0 02240517 +bedchamber n 1 4 @ ~ #p %p 1 0 02821627 +bedclothes n 1 2 @ ~ 1 0 02820210 +bedcover n 1 2 @ ~ 1 0 02822220 +bedder n 1 1 @ 1 0 13083461 +bedding n 2 2 @ ~ 2 1 02820210 02820432 +bedding_geranium n 1 2 @ #m 1 0 12687698 +bedding_material n 1 1 @ 1 0 02820432 +bedding_plant n 1 1 @ 1 0 13083461 +bede n 1 2 @ ; 1 0 10840769 +bedesman n 1 1 @ 1 0 09844898 +bedevilment n 1 2 @ + 1 0 00425278 +bedfellow n 2 1 @ 2 0 09846355 09846265 +bedford_cord n 1 1 @ 1 0 02820556 +bedframe n 1 3 @ #p %p 1 0 02822579 +bedground n 1 1 @ 1 1 08499357 +bedlam n 2 2 @ ~ 2 0 13976322 02820798 +bedlamite n 1 1 @ 1 0 10276942 +bedlington_terrier n 1 1 @ 1 0 02093647 +bedloe's_island n 1 2 @ #p 1 0 09114401 +bedouin n 1 1 @ 1 0 09846469 +bedpan n 1 1 @ 1 0 02821202 +bedpost n 1 2 @ #p 1 1 02821415 +bedrest n 1 1 @ 1 0 01064468 +bedrich_smetana n 1 1 @ 1 0 11305159 +bedrock n 2 2 @ ~ 2 0 09218044 05871362 +bedroll n 1 1 @ 1 0 02821543 +bedroom n 1 4 @ ~ #p %p 1 1 02821627 +bedroom_community n 1 1 @ 1 0 08555001 +bedroom_furniture n 1 2 @ ~ 1 0 02821943 +bedroom_set n 1 1 @ 1 1 08007667 +bedroom_suite n 1 1 @ 1 0 08007667 +bedside n 1 1 @ 1 1 08649711 +bedside_manner n 1 1 @ 1 0 04910562 +bedsit n 1 1 @ 1 0 02822064 +bedsitter n 1 1 @ 1 0 02822064 +bedsitting_room n 1 1 @ 1 0 02822064 +bedsore n 1 1 @ 1 0 14212126 +bedspread n 1 2 @ ~ 1 0 02822220 +bedspring n 1 4 @ ~ #p ; 1 0 02822399 +bedstead n 1 3 @ #p %p 1 1 02822579 +bedstraw n 1 3 @ ~ #m 1 0 12665048 +bedtime n 1 2 @ ~ 1 1 15168475 +beduin n 1 1 @ 1 0 09846469 +bedwetter n 1 1 @ 1 0 09846586 +bee n 2 3 @ ~ #m 2 1 02206856 07975909 +bee_balm n 3 3 @ #m %p 3 0 12858871 12858397 12854600 +bee_beetle n 1 1 @ 1 0 02171164 +bee_eater n 1 2 @ #m 1 0 01828970 +bee_fly n 1 2 @ #m 1 0 02195819 +bee_house n 1 2 @ %p 1 0 02727426 +bee_killer n 1 2 @ #m 1 0 02196119 +bee_moth n 1 2 @ #m 1 0 02289307 +bee_orchid n 1 1 @ 1 0 12074867 +bee_sting n 1 1 @ 1 0 14287741 +beebalm n 3 3 @ #m %p 3 0 12858871 12858397 12854600 +beebread n 1 1 @ 1 1 14774090 +beech n 2 6 @ ~ #m #s %s %p 2 1 12260799 12261179 +beech_family n 1 3 @ #m %m 1 0 12260208 +beech_fern n 1 3 @ ~ #m 1 0 13230662 +beech_marten n 1 1 @ 1 0 02450677 +beech_tree n 1 5 @ ~ #m %s %p 1 0 12260799 +beecher n 1 1 @ 1 0 10841065 +beechnut n 1 2 @ #p 1 0 07771082 +beechwood n 1 2 @ #s 1 0 12261179 +beef n 3 5 @ ~ #p %p + 3 2 02404186 07663592 07209965 +beef_bourguignonne n 1 1 @ 1 0 07862461 +beef_broth n 1 1 @ 1 0 07585015 +beef_burrito n 1 1 @ 1 0 07881117 +beef_cattle n 1 2 @ ~ 1 1 02404186 +beef_fondue n 1 1 @ 1 0 07868045 +beef_goulash n 1 1 @ 1 0 07590752 +beef_jerky n 1 1 @ 1 0 07664936 +beef_loin n 1 3 @ #p %p 1 0 07658814 +beef_man n 1 1 @ 1 1 09902017 +beef_neck n 1 1 @ 1 0 07661486 +beef_patty n 1 1 @ 1 0 07664121 +beef_plant n 1 1 @ 1 0 11826715 +beef_roast n 1 1 @ 1 0 07663796 +beef_stew n 1 1 @ 1 0 07592481 +beef_stock n 1 1 @ 1 0 07585015 +beef_stroganoff n 1 1 @ 1 0 07878145 +beef_tallow n 1 1 @ 1 0 14774397 +beef_tea n 1 1 @ 1 0 07810633 +beef_tenderloin n 1 2 @ %p 1 0 07659968 +beef_tongue n 1 1 @ 1 0 07653126 +beef_wellington n 1 1 @ 1 0 07862611 +beefalo n 1 1 @ 1 0 02407763 +beefburger n 1 3 @ ~ %p 1 0 07697100 +beefcake n 1 1 @ 1 0 02822762 +beefeater n 1 1 @ 1 0 10803691 +beefsteak n 1 2 @ ~ 1 0 07658168 +beefsteak_begonia n 1 1 @ 1 0 12361560 +beefsteak_fungus n 1 2 @ #m 1 0 13053608 +beefsteak_geranium n 1 1 @ 1 0 12361946 +beefsteak_morel n 1 2 @ #m 1 0 13038068 +beefsteak_plant n 2 2 @ #m 2 0 12860978 11826715 +beefsteak_tomato n 1 1 @ 1 0 07734183 +beefwood n 5 5 @ ~ #m #s %s 5 0 12774299 12225769 12225349 12223160 12218490 +beehive n 4 4 @ ~ #p %p 4 1 02823030 09218159 05257393 02822865 +beehive_state n 1 3 @ #p %p 1 0 09147046 +beekeeper n 1 1 @ 1 0 09846755 +beekeeping n 1 1 @ 1 0 00916285 +beeline n 1 1 @ 1 0 08616872 +beelzebub n 1 2 @ ; 1 0 09543353 +beep n 1 2 @ + 1 0 07377082 +beeper n 1 2 @ + 1 0 02823124 +beer n 1 3 @ ~ + 1 1 07886849 +beer_barrel n 1 1 @ 1 0 02823335 +beer_bottle n 1 1 @ 1 1 02823428 +beer_can n 1 1 @ 1 0 02823510 +beer_drinker n 1 1 @ 1 0 09846894 +beer_garden n 1 1 @ 1 0 02823586 +beer_glass n 1 1 @ 1 0 02823750 +beer_hall n 1 1 @ 1 0 02823848 +beer_keg n 1 1 @ 1 0 02823335 +beer_maker n 1 1 @ 1 0 09874118 +beer_mat n 1 1 @ 1 0 02823964 +beer_mug n 1 1 @ 1 0 02824058 +beerbohm n 1 1 @ 1 0 10841241 +beeswax n 1 4 @ ~ %s + 1 0 15094824 +beet n 2 4 @ ~ #m #p 2 0 11832214 07719839 +beet_armyworm n 1 2 @ #m 1 0 02297938 +beet_blight n 1 1 @ 1 0 14216152 +beet_green n 1 2 @ #p 1 0 07719980 +beet_sugar n 2 1 @ 2 0 14774491 07596258 +beethoven n 2 2 @ + 2 0 10841405 07278014 +beetle n 2 4 @ ~ #m + 2 1 02164464 03715386 +beetleweed n 1 2 @ #m 1 0 12251278 +beetroot n 2 4 @ ~ #p %p 2 0 11832480 07719839 +befooling n 1 1 @ 1 0 06716992 +befoulment n 1 2 @ + 1 0 14498404 +befuddlement n 1 2 @ + 1 0 05685030 +begetter n 1 3 @ ~ + 1 0 10080869 +beggar n 1 3 @ ~ + 1 1 09847010 +beggar's-ticks n 1 4 @ ~ #m %p 1 0 11940006 +beggar's_lice n 2 3 @ ~ #m 2 0 12820113 12526516 +beggar-my-neighbor n 1 1 @ 1 0 00490155 +beggar-my-neighbor_policy n 1 1 @ 1 0 05902014 +beggar-my-neighbor_strategy n 1 1 @ 1 0 05902014 +beggar-my-neighbour n 1 1 @ 1 0 00490155 +beggar-my-neighbour_policy n 1 1 @ 1 0 05902014 +beggar-my-neighbour_strategy n 1 1 @ 1 0 05902014 +beggar-ticks n 2 5 @ ~ #m #p %p 2 0 11940478 11940006 +beggar_lice n 2 3 @ ~ #m 2 0 12820113 12526516 +beggarman n 1 1 @ 1 0 09847267 +beggarweed n 1 1 @ 1 0 12526754 +beggarwoman n 1 1 @ 1 0 09847344 +beggary n 2 2 @ + 2 1 07187996 14494032 +begging n 1 1 @ 1 0 07187996 +begin n 1 1 @ 1 0 10841657 +beginner n 2 3 @ ~ + 2 1 10363913 10107303 +beginning n 5 4 ! @ ~ + 5 5 07290905 15265518 05868051 08507558 00235435 +beginning_rhyme n 1 1 @ 1 0 07097094 +begonia n 1 3 @ ~ #m 1 0 12360108 +begonia_cheimantha n 1 1 @ 1 0 12360958 +begonia_cocchinea n 1 1 @ 1 0 12361135 +begonia_dregei n 1 1 @ 1 0 12361350 +begonia_erythrophylla n 1 1 @ 1 0 12361560 +begonia_family n 1 3 @ #m %m 1 0 12359734 +begonia_feastii n 1 1 @ 1 0 12361560 +begonia_heracleifolia n 1 1 @ 1 0 12361754 +begonia_rex n 1 1 @ 1 0 12361946 +begonia_semperflorens n 1 1 @ 1 0 12362274 +begonia_socotrana n 1 1 @ 1 0 12362514 +begonia_tuberhybrida n 1 1 @ 1 0 12362668 +begoniaceae n 1 3 @ #m %m 1 0 12359734 +beguilement n 2 2 @ + 2 0 04686388 00515414 +beguiler n 2 3 @ ~ + 2 0 09998101 09910374 +beguine n 3 3 @ #m ; 3 0 10602695 07054994 00535321 +begum n 1 1 @ 1 0 09847425 +behalf n 2 1 @ 2 2 00721660 05143300 +behavior n 4 3 @ ~ ; 4 3 01220984 14008342 04897762 01221254 +behavior_modification n 1 2 @ ~ 1 0 00700979 +behavior_therapy n 1 2 @ ~ 1 0 00700979 +behaviorism n 1 3 @ ~ + 1 0 06139764 +behaviorist n 1 2 @ + 1 0 09608520 +behavioristic_psychology n 1 2 @ ~ 1 0 06139764 +behaviour n 4 3 @ ~ ; 4 0 14008342 04897762 01221254 01220984 +behaviourism n 1 3 @ ~ + 1 0 06139764 +behaviourist n 1 2 @ + 1 0 09608520 +behaviouristic_psychology n 1 2 @ ~ 1 0 06139764 +beheading n 2 1 @ 2 0 01165224 00228181 +behemoth n 2 1 @ 2 0 10128909 09938991 +behest n 1 1 @ 1 0 07170572 +behind n 1 2 @ #p 1 1 05559256 +behmen n 1 1 @ 1 0 10854397 +behmenism n 1 1 @ 1 0 06188146 +beholder n 1 3 @ ~ + 1 0 09626589 +beholding n 1 2 @ ~ 1 0 05710860 +behrens n 1 1 @ 1 0 10841880 +behring n 1 1 @ 1 0 10846913 +beige n 1 2 @ + 1 0 04973291 +beigel n 1 3 @ ~ ; 1 0 07693725 +beignet n 1 1 @ 1 0 07639716 +beijing n 1 3 @ #p %p 1 0 08724726 +beijing_dialect n 1 1 @ 1 0 06930093 +being n 2 8 ! @ ~ %s %p = + - 2 2 13954253 00004475 +beingness n 1 3 @ ~ = 1 0 13954253 +beira n 1 2 @ #p 1 0 08971404 +beirut n 1 2 @ #p 1 0 08957806 +bel n 2 2 @ ; 2 0 13713521 09516881 +bel-merodach n 1 2 @ ; 1 0 09519288 +bel_and_the_dragon n 1 2 @ #p 1 0 06459173 +bel_canto n 1 1 @ 1 1 00546216 +bel_esprit n 1 1 @ 1 0 09847629 +bela_bartok n 1 1 @ 1 0 10837258 +bela_ferenc_blasko n 1 1 @ 1 0 11144431 +bela_lugosi n 1 1 @ 1 0 11144431 +belamcanda n 1 3 @ #m %m 1 0 12415911 +belamcanda_chinensis n 1 2 @ #m 1 0 12416073 +belarus n 1 6 @ #m #p %m %p + 1 0 09011151 +belarusian n 1 2 @ + 1 0 06944480 +belarusian_monetary_unit n 1 2 @ ~ 1 0 13699925 +belau n 1 3 @ #p %p 1 0 08977948 +belay n 1 2 @ + 1 0 09218494 +belaying_pin n 1 2 @ ; 1 0 02824152 +belch n 1 2 @ + 1 1 00117578 +belching n 2 1 @ 2 2 00117810 00117578 +beldam n 2 1 @ 2 0 10155485 09847543 +beldame n 2 1 @ 2 0 10155485 09847543 +beleaguering n 1 3 @ ~ ; 1 0 01075117 +belem n 1 2 @ #p 1 0 08854855 +belemnite n 1 3 @ #m + 1 0 01973723 +belemnitidae n 1 3 @ #m %m 1 0 01973566 +belemnoidea n 1 3 @ #m %m 1 0 01973375 +belfast n 1 2 @ #p 1 0 08888479 +belfry n 2 3 @ ~ #p 2 1 02946127 02824319 +belgian n 1 4 @ ~ #m + 1 0 09694109 +belgian_beef_stew n 1 1 @ 1 0 07863644 +belgian_capital n 1 2 @ #p 1 0 08850450 +belgian_congo n 1 4 @ #p %m %p 1 0 08734385 +belgian_endive n 1 2 @ #p 1 0 07731767 +belgian_franc n 1 2 @ %p 1 0 13676897 +belgian_griffon n 1 2 @ ~ 1 0 02112497 +belgian_hare n 1 1 @ 1 0 02328009 +belgian_sheepdog n 1 2 @ ~ 1 0 02104882 +belgian_shepherd n 1 2 @ ~ 1 0 02104882 +belgian_waffle n 1 1 @ 1 0 07641807 +belgique n 1 6 @ #m #p %m %p - 1 0 08849753 +belgium n 1 7 @ #m #p %m %p + - 1 0 08849753 +belgrade n 1 2 @ #p 1 0 08817418 +belief n 2 4 ! @ ~ + 2 2 05941423 05916739 +believability n 1 4 @ ~ = + 1 0 04782878 +believer n 2 4 @ ~ #m + 2 2 09848489 09847727 +believing n 1 2 @ ~ 1 0 05726093 +belisarius n 1 1 @ 1 0 10842030 +belittling n 2 1 @ 2 0 06718434 01220074 +belize n 1 2 @ #p 1 0 08737521 +belize_dollar n 1 1 @ 1 0 13672274 +bell n 10 7 @ ~ #m #p %p + ; 10 3 02824448 03222516 07377244 15227593 13886260 10842575 10842376 10842213 03017168 02824858 +bell-bottoms n 1 2 @ ; 1 0 02825442 +bell-like_call n 1 1 @ 1 0 06796942 +bell-shaped_curve n 1 2 @ ; 1 0 06026088 +bell_apple n 1 2 @ #p 1 0 07754279 +bell_arch n 1 1 @ 1 0 02825153 +bell_book n 1 1 @ 1 0 06504326 +bell_buoy n 1 1 @ 1 0 07266573 +bell_captain n 1 1 @ 1 0 09848916 +bell_cot n 1 1 @ 1 0 02825657 +bell_cote n 1 1 @ 1 0 02825657 +bell_deck n 1 1 @ 1 0 02825775 +bell_founder n 1 1 @ 1 0 09849167 +bell_foundry n 1 1 @ 1 0 02825872 +bell_gable n 1 1 @ 1 0 02825961 +bell_glass n 1 1 @ 1 0 02826068 +bell_heather n 2 1 @ 2 0 12228546 12228387 +bell_jar n 1 1 @ 1 0 02826068 +bell_magpie n 1 2 @ #m 1 0 01583495 +bell_metal n 1 1 @ 1 0 14774575 +bell_morel n 1 3 @ ~ #m 1 0 13032923 +bell_pepper n 2 4 @ #m %s %p 2 0 12901264 07720875 +bell_push n 1 1 @ 1 0 02826589 +bell_ringer n 3 2 @ ; 3 0 10714851 09849256 00064789 +bell_ringing n 3 2 @ ~ 3 0 07446920 07245885 00544441 +bell_seat n 1 1 @ 1 0 02826683 +bell_shape n 1 1 @ 1 0 13886260 +bell_tent n 1 1 @ 1 0 02826812 +bell_toad n 1 2 @ #m 1 0 01644900 +bell_tower n 1 3 @ ~ %p 1 0 02826886 +bella_sombra n 1 1 @ 1 0 11855842 +belladonna n 2 2 @ #m 2 0 12898342 02825004 +belladonna_lily n 1 2 @ #m 1 0 12419394 +belladonna_plant n 1 2 @ #m 1 0 12898342 +bellarmine n 2 1 @ 2 0 10842730 02825240 +bellarmino n 1 1 @ 1 0 10842730 +bellbird n 1 2 @ #m 1 0 01552034 +bellbottom_pants n 1 2 @ ; 1 0 02825442 +bellbottom_trousers n 1 2 @ ; 1 0 02825442 +bellboy n 1 1 @ 1 0 09848775 +belle n 1 1 @ 1 1 09849012 +belle_de_nuit n 1 1 @ 1 0 12827537 +belle_isle_cress n 1 2 @ #p 1 0 11873845 +belle_miriam_silverman n 1 1 @ 1 0 11300326 +belleau_wood n 1 3 @ #p ; 1 0 01271428 +bellerophon n 1 2 @ ; 1 0 09500003 +belles-lettres n 1 1 @ 1 0 06366269 +belles_lettres n 1 1 @ 1 0 06366269 +bellflower n 1 3 @ ~ #m 1 0 12036939 +bellflower_family n 1 3 @ #m %m 1 0 12036533 +bellhop n 1 1 @ 1 1 09848775 +bellicoseness n 1 1 @ 1 0 04643875 +bellicosity n 1 1 @ 1 0 04643875 +belligerence n 2 3 @ ~ + 2 0 07548695 04643662 +belligerency n 2 3 @ ~ + 2 0 07548695 00964781 +belligerent n 1 3 @ ~ + 1 0 09939313 +belling n 1 1 @ 1 0 07054122 +bellingham n 1 2 @ #p 1 0 09153710 +bellini n 1 1 @ 1 0 10842923 +bellis n 1 3 @ #m %m 1 0 11939380 +bellis_perennis n 1 1 @ 1 0 11939699 +bellman n 1 1 @ 1 0 09848775 +belloc n 1 1 @ 1 0 10843035 +bellow n 2 2 @ + 2 1 07121361 10843228 +bellower n 1 2 @ ~ 1 0 10533983 +bellowing n 1 2 @ + 1 0 07121361 +bellows n 1 2 @ ; 1 0 02826259 +bellows_fish n 1 2 @ #m 1 0 01457082 +bellpull n 1 1 @ 1 0 02826459 +bells_of_ireland n 1 2 @ #m 1 0 12857779 +bellwether n 2 1 @ 2 0 09849349 02412337 +bellwort n 1 3 @ ~ #m 1 0 12475035 +belly n 5 5 @ ~ #p %p + 5 2 05556943 05555917 13895262 08588486 02157415 +belly_button n 1 2 @ #p 1 0 05556595 +belly_dance n 1 2 @ + 1 0 00530554 +belly_dancer n 1 1 @ 1 0 09849462 +belly_dancing n 1 1 @ 1 0 00530554 +belly_flop n 1 1 @ 1 0 00443517 +belly_flopper n 1 1 @ 1 0 00443517 +belly_laugh n 2 1 @ 2 0 07127790 06778925 +belly_whop n 1 1 @ 1 0 00443517 +belly_whopper n 1 1 @ 1 0 00443517 +bellyache n 1 2 @ #p 1 0 14327266 +bellyacher n 1 3 @ ~ + 1 0 10776339 +bellyband n 2 1 @ 2 0 02827148 02827020 +bellybutton n 1 2 @ #p 1 0 05556595 +bellyful n 1 1 @ 1 0 05120000 +belmont n 1 2 @ #p 1 0 02827289 +belmont_park n 1 2 @ #p 1 0 02827289 +belmont_stakes n 1 1 @ 1 0 07462405 +belo_horizonte n 1 2 @ #p 1 0 08855126 +belonging n 1 2 @ ~ 1 0 07529817 +belongings n 1 3 @ ~ + 1 0 13244109 +belonidae n 1 3 @ #m %m 1 0 02549796 +belorussia n 1 5 @ #m #p %m %p 1 0 09011151 +belorussian n 1 2 @ #m 1 0 09695979 +belostomatidae n 1 3 @ #m %m 1 0 02242004 +beloved n 1 2 @ + 1 0 09849598 +belsen n 1 1 @ 1 0 02827466 +belshazzar n 1 2 @ ; 1 1 10843425 +belt n 7 5 @ ~ %s %p + 7 4 02827883 02827606 08509786 07410207 09452653 02828115 00133338 +belt_ammunition n 1 1 @ 1 0 02828115 +belt_bag n 1 2 @ ~ 1 0 04544450 +belt_buckle n 1 3 @ #p %p 1 1 02828299 +belt_maker n 1 1 @ 1 0 09849801 +belted_ammunition n 1 1 @ 1 0 02828115 +belted_kingfisher n 1 2 @ #m 1 0 01828096 +belted_sandfish n 1 2 @ #m 1 0 02568807 +belting n 1 2 @ #s 1 0 02828427 +beltway n 1 1 @ 1 0 02828648 +beluga n 2 3 @ #m %p 2 0 02640857 02072798 +beluga_caviar n 1 2 @ #p 1 0 07799738 +belvedere n 2 2 @ #m 2 0 11831874 02828555 +bema n 1 3 @ #p %p 1 0 03004824 +bemidji n 1 2 @ #p 1 0 09102415 +bemisia n 1 3 @ #m %m 1 0 02247363 +bemisia_tabaci n 1 2 @ #m 1 0 02247655 +bemusement n 1 2 @ + 1 0 05685030 +ben n 1 2 @ ; 1 0 09218641 +ben_gurion n 1 1 @ 1 0 10844805 +ben_hecht n 1 1 @ 1 0 11037966 +ben_hogan n 1 1 @ 1 0 11055454 +ben_jonson n 1 1 @ 1 0 11091184 +ben_shahn n 1 1 @ 1 0 11295033 +ben_sira n 1 2 @ #p 1 0 06460295 +benadryl n 1 1 @ 1 0 03203225 +bench n 7 7 @ ~ #m #p %m + ; 7 4 02828884 09456207 08166187 04600486 08328700 08209519 02829116 +bench_clamp n 1 1 @ 1 0 02829246 +bench_hook n 1 1 @ 1 0 02829353 +bench_lathe n 1 1 @ 1 0 02829510 +bench_mark n 1 1 @ 1 0 07259145 +bench_press n 2 2 @ ~ 2 1 00626574 02829596 +bench_vise n 1 3 @ ~ %p 1 0 04538552 +bench_warmer n 1 2 @ ; 1 0 09849874 +bench_warrant n 1 3 @ ~ ; 1 0 06547615 +benchley n 1 1 @ 1 0 10843705 +benchmark n 2 1 @ 2 0 07261143 07259145 +bend n 6 5 @ ~ #p + ; 6 3 13869327 07310991 02829696 13907415 09133364 02830013 +bend_dexter n 1 1 @ 1 0 02830013 +bend_sinister n 1 1 @ 1 0 06795290 +bendability n 1 3 @ ~ + 1 0 05022709 +benday_process n 1 1 @ 1 0 05665625 +bender n 3 2 @ + 3 0 02830157 00511041 00107875 +bending n 3 2 @ ~ 3 0 07310991 05011277 00405206 +bendopa n 1 2 @ ; 1 0 14605132 +bends n 1 1 @ 1 0 14068344 +bendy_tree n 1 2 @ #m 1 0 12188635 +benedetto_caetani n 1 1 @ 1 0 10856799 +benedetto_odescalchi n 1 1 @ 1 0 11072396 +benedick n 1 1 @ 1 0 09849990 +benedict n 3 1 @ 3 0 10844401 10843858 09849990 +benedict_arnold n 1 1 @ 1 0 10823529 +benedict_de_spinoza n 1 1 @ 1 0 11311450 +benedict_xiv n 1 1 @ 1 0 10844031 +benedict_xv n 1 1 @ 1 0 10844231 +benedictine n 2 3 @ #m + 2 0 10112434 07908812 +benedictine_order n 1 2 @ %m 1 0 08148601 +benediction n 2 2 @ ~ 2 1 01043693 07189411 +benefaction n 2 2 @ + 2 0 13270260 01226679 +benefactive_role n 1 1 @ 1 0 06332545 +benefactor n 1 2 @ ~ 1 0 09608709 +benefactress n 1 1 @ 1 0 09609155 +benefice n 1 3 @ ~ + 1 0 13248087 +beneficence n 2 5 ! @ ~ = + 2 0 07545833 04840537 +beneficiary n 2 3 @ ~ + 2 1 09850121 06332545 +beneficiation n 1 3 @ + - 1 0 13516312 +benefit n 3 3 @ ~ + 3 3 13296899 05142641 06892534 +benefit_album n 1 1 @ 1 0 06592421 +benefit_concert n 1 1 @ 1 0 06892657 +benefit_of_clergy n 1 1 @ 1 0 01139490 +benelux n 1 2 @ %m 1 0 08305766 +benet n 2 1 @ 2 0 10844667 10844527 +benevolence n 3 4 ! @ ~ + 3 0 07545717 04840285 01226679 +benford's_law n 1 1 @ 1 0 05875392 +bengal n 1 1 @ 1 0 08710535 +bengal_bean n 1 2 @ %p 1 0 12550408 +bengal_kino n 1 1 @ 1 0 14901265 +bengal_light n 1 1 @ 1 0 07264484 +bengal_rose n 1 1 @ 1 0 12621260 +bengal_tiger n 1 1 @ 1 0 02129837 +bengali n 3 4 @ #m + ; 3 0 09692430 08483353 06970946 +benghal_bean n 1 2 @ %p 1 0 12550408 +benghazi n 1 2 @ #p 1 0 08960363 +benign_prostatic_hyperplasia n 1 1 @ 1 0 14368917 +benign_tumor n 1 2 @ ~ 1 0 14236226 +benign_tumour n 1 2 @ ~ 1 0 14236226 +benignancy n 1 4 ! @ = + 1 0 04840981 +benignity n 2 5 ! @ ~ = + 2 0 04840981 00034574 +benin n 1 4 @ #p %m %p 1 0 08759420 +benin_franc n 1 1 @ 1 0 13677019 +beninese n 1 3 @ #m + 1 0 09694269 +benison n 1 1 @ 1 0 07189562 +benito_mussolini n 1 1 @ 1 0 11198253 +benjamin n 2 2 @ ; 2 0 14897941 10845050 +benjamin_britten n 1 1 @ 1 0 10864635 +benjamin_bush n 1 2 @ #m 1 0 11706325 +benjamin_david_goodman n 1 1 @ 1 0 11007332 +benjamin_disraeli n 1 1 @ 1 0 10937364 +benjamin_franklin n 1 1 @ 1 0 10979079 +benjamin_franklin_bridge n 1 2 @ #p 1 0 02830294 +benjamin_franklin_norris_jr. n 1 1 @ 1 0 11209543 +benjamin_harris n 1 1 @ 1 0 11030260 +benjamin_harrison n 1 1 @ 1 0 11031668 +benjamin_henry_latrobe n 1 1 @ 1 0 11118602 +benjamin_jonson n 1 1 @ 1 0 11091184 +benjamin_jowett n 1 1 @ 1 0 11092938 +benjamin_kubelsky n 1 1 @ 1 0 10845424 +benjamin_peirce n 1 1 @ 1 0 11228486 +benjamin_ricketson_tucker n 1 1 @ 1 0 11351529 +benjamin_rush n 1 1 @ 1 0 11274269 +benjamin_shahn n 1 1 @ 1 0 11295033 +benjamin_spock n 1 1 @ 1 0 11311623 +benjamin_thompson n 1 1 @ 1 0 11339669 +benjamin_west n 1 1 @ 1 0 11382112 +benne n 1 3 @ #m %p 1 0 12874783 +bennet n 2 1 @ 2 0 12632733 12631813 +bennett n 1 1 @ 1 0 10845248 +bennettitaceae n 1 3 @ #m %m 1 0 11604393 +bennettitales n 1 3 @ #m %m 1 0 11604225 +bennettitis n 1 2 @ #m 1 0 11604576 +benni n 1 3 @ #m %p 1 0 12874783 +bennie n 1 2 @ ; 1 0 02830596 +bennington n 1 2 @ #p 1 1 09148422 +benniseed n 1 3 @ #p %s 1 0 07827410 +benny n 2 3 @ #m %p 2 0 12874783 10845424 +benny_goodman n 1 1 @ 1 0 11007332 +benny_hill n 1 1 @ 1 0 11049938 +benoit_mandelbrot n 1 1 @ 1 0 11153456 +bent n 4 3 @ ~ #m 4 1 06199702 12106786 08570533 05624254 +bent-grass n 1 3 @ ~ #m 1 0 12106786 +bent_grass n 1 3 @ ~ #m 1 0 12106786 +bent_hang n 1 1 @ 1 0 00436609 +bentham n 1 1 @ 1 0 10845603 +benthic_division n 1 1 @ 1 0 08578517 +benthonic_zone n 1 1 @ 1 0 08578517 +benthos n 2 2 @ + 2 0 08578517 00005787 +benton n 2 1 @ 2 0 10845926 10845763 +bentonite n 1 2 @ + 1 0 14813709 +bentwood n 1 1 @ 1 0 02830430 +benvenuto_cellini n 1 1 @ 1 0 10888788 +benweed n 1 2 @ #m 1 0 12012253 +benzedrine n 1 2 @ ; 1 0 02830596 +benzene n 1 2 @ ~ 1 0 14774699 +benzene_formula n 1 1 @ 1 0 14774894 +benzene_nucleus n 1 1 @ 1 0 14774894 +benzene_ring n 1 1 @ 1 0 14774894 +benzine n 1 2 @ ~ 1 0 14774699 +benzoate n 1 2 @ ~ 1 0 14775067 +benzoate_of_soda n 1 1 @ 1 0 14775173 +benzocaine n 1 1 @ 1 0 02830721 +benzodiazepine n 1 2 @ ~ 1 0 02830852 +benzofuran n 1 1 @ 1 0 14898101 +benzoic_acid n 1 1 @ 1 0 14775321 +benzoin n 2 2 @ #m 2 0 14897941 11706120 +benzoin_odoriferum n 1 2 @ #m 1 0 11706325 +benzol n 1 2 @ ~ 1 0 14774699 +benzoquinone n 1 2 @ ~ 1 0 15000973 +benzoyl_group n 1 1 @ 1 0 14622768 +benzoyl_peroxide n 1 1 @ 1 0 14775430 +benzoyl_radical n 1 1 @ 1 0 14622768 +benzyl n 1 2 @ + 1 0 14622623 +benzyl_group n 1 1 @ 1 0 14622623 +benzyl_radical n 1 1 @ 1 0 14622623 +benzylpenicillin n 1 1 @ 1 0 03910723 +beograd n 1 2 @ #p 1 0 08817418 +beowulf n 1 1 @ 1 0 09589996 +bequest n 1 2 @ ; 1 1 13263779 +berating n 1 1 @ 1 0 06713377 +berber n 2 2 @ ~ 2 0 09850317 06990544 +berberidaceae n 1 3 @ #m %m 1 0 11697158 +berberis n 1 3 @ #m %m 1 0 11697388 +berberis_canadensis n 1 1 @ 1 0 11697802 +berberis_thunbergii n 1 1 @ 1 0 11698245 +berberis_vulgaris n 1 1 @ 1 0 11698042 +berbers n 1 1 @ 1 0 08483500 +berceuse n 1 1 @ 1 0 07051851 +bercy n 1 1 @ 1 0 07835701 +bercy_butter n 1 1 @ 1 0 07835701 +bereaved n 1 1 @ 1 0 09850457 +bereaved_person n 1 1 @ 1 0 09850457 +bereavement n 1 2 @ + 1 1 13989280 +beret n 1 1 @ 1 0 02831237 +berg n 2 2 @ ~ 2 1 09308572 10846089 +bergall n 1 2 @ #m 1 0 02610373 +bergamot n 1 1 @ 1 0 12708941 +bergamot_mint n 2 1 @ 2 0 12858397 12855710 +bergamot_orange n 1 1 @ 1 0 12708941 +bergen n 1 3 @ #m #p 1 0 08765315 +bergenia n 1 2 @ #m 1 0 12796022 +bergman n 2 1 @ 2 0 10846400 10846224 +bergson n 1 1 @ 1 0 10846504 +beria n 1 1 @ 1 0 10846693 +beriberi n 1 2 @ ~ 1 0 14199264 +bering n 1 1 @ 1 0 10846913 +bering_sea n 1 2 @ #p 1 0 09218782 +bering_standard_time n 1 1 @ 1 0 15133289 +bering_strait n 1 1 @ 1 0 09218963 +bering_time n 1 1 @ 1 0 15133289 +berit n 1 1 @ 1 0 01031392 +berith n 1 1 @ 1 0 01031392 +berk n 1 2 @ ; 1 0 09850642 +berkeley n 2 3 @ #p %p 2 0 10847125 09062585 +berkelium n 1 1 @ 1 0 14631134 +berkshire n 1 3 @ #p %p 1 0 08881256 +berkshire_hills n 1 2 @ #p 1 0 09219078 +berkshires n 1 2 @ #p 1 0 09219078 +berlage n 1 1 @ 1 0 10847330 +berlin n 3 5 @ #p %m %p + 3 1 08769645 10847454 02831335 +berlin_airlift n 1 1 @ 1 0 00316806 +berlin_doughnut n 1 1 @ 1 0 07639344 +berliner n 1 4 @ ~ #m + 1 0 09748408 +berlioz n 1 1 @ 1 0 10847653 +berm n 2 3 @ ~ #p 2 0 09219233 04206948 +bermuda n 1 3 @ #p %m 1 0 08710678 +bermuda_buttercup n 1 1 @ 1 0 12703383 +bermuda_cedar n 1 2 @ #m 1 0 11637482 +bermuda_chub n 1 2 @ #m 1 0 02604480 +bermuda_dollar n 1 1 @ 1 0 13672367 +bermuda_grass n 1 2 @ #m 1 0 12115748 +bermuda_lily n 1 1 @ 1 0 12427757 +bermuda_maidenhair n 1 1 @ 1 0 13207572 +bermuda_maidenhair_fern n 1 1 @ 1 0 13207572 +bermuda_onion n 1 1 @ 1 0 07722390 +bermuda_plan n 1 1 @ 1 0 13415998 +bermuda_rig n 1 1 @ 1 0 02831455 +bermuda_shorts n 1 2 @ ; 1 0 02831595 +bermuda_triangle n 1 2 @ #p 1 0 08710951 +bermudan n 1 3 @ #m + 1 0 09694392 +bermudan_rig n 1 1 @ 1 0 02831455 +bermudas n 1 3 @ #p %m 1 0 08710678 +bermudian n 1 2 @ #m 1 0 09694392 +bermudian_rig n 1 1 @ 1 0 02831455 +bern n 1 2 @ #p 1 1 09032321 +berna_eli_oldfield n 1 1 @ 1 0 11213966 +bernard n 1 1 @ 1 0 10847793 +bernard_arthur_owen_williams n 1 1 @ 1 0 11390170 +bernard_baruch n 1 1 @ 1 0 10837567 +bernard_hinault n 1 1 @ 1 0 11050723 +bernard_law_montgomery n 1 1 @ 1 0 11188316 +bernard_malamud n 1 1 @ 1 0 11151084 +bernard_mannes_baruch n 1 1 @ 1 0 10837567 +bernardo_bertolucci n 1 1 @ 1 0 10849323 +bernd_heinrich_wilhelm_von_kleist n 1 1 @ 1 0 11107436 +berne n 1 2 @ #p 1 0 09032321 +bernese_mountain_dog n 1 1 @ 1 0 02107683 +bernhard_riemann n 1 1 @ 1 0 11262168 +bernhardt n 1 1 @ 1 0 10847994 +bernini n 1 1 @ 1 0 10848122 +bernoulli n 3 1 @ 3 0 10848641 10848500 10848356 +bernoulli's_law n 1 2 @ ; 1 0 05875148 +bernoulli_distribution n 1 2 @ ; 1 0 06036697 +bernstein n 1 1 @ 1 0 10848802 +beroe n 1 2 @ #m 1 0 01919385 +berra n 1 1 @ 1 0 10848946 +berretta n 1 1 @ 1 0 02843909 +berry n 3 5 @ ~ #p %p + 3 1 07742704 13137409 10849083 +berry_fern n 1 1 @ 1 0 13196369 +berserk n 1 1 @ 1 0 09850760 +berserker n 1 1 @ 1 0 09850760 +berteroa n 1 3 @ #m %m 1 0 11874300 +berteroa_incana n 1 2 @ #m 1 0 11874423 +berth n 3 3 @ ~ + 3 1 00586262 08640111 02831724 +bertholletia n 1 3 @ #m %m 1 0 12327718 +bertholletia_excelsa n 1 3 @ #m %p 1 0 12327846 +bertillon n 1 1 @ 1 0 10849213 +bertillon_system n 1 1 @ 1 0 00152230 +bertolt_brecht n 1 1 @ 1 0 10863552 +bertolucci n 1 1 @ 1 0 10849323 +bertram_brockhouse n 1 1 @ 1 0 10865140 +bertrand_arthur_william_russell n 1 1 @ 1 0 11274812 +bertrand_russell n 1 1 @ 1 0 11274812 +berycomorphi n 1 3 @ #m %m 1 0 01450081 +beryl n 1 3 @ ~ %s 1 0 14668539 +beryllium n 1 2 @ #s 1 1 14631295 +beryllium_bronze n 1 1 @ 1 0 14775626 +berzelius n 1 1 @ 1 0 10849435 +besieger n 2 2 @ + 2 1 09850974 09851087 +besieging n 1 3 @ ~ ; 1 0 01075117 +besom n 1 1 @ 1 0 02831894 +bessel n 1 1 @ 1 0 10849625 +bessemer n 1 1 @ 1 0 10849873 +bessemer_converter n 1 2 @ #p 1 0 02831998 +bessemer_process n 1 1 @ 1 0 13438223 +bessera n 1 3 @ #m %m 1 0 12443547 +bessera_elegans n 1 2 @ #m 1 0 12443736 +besseya n 1 3 @ #m %m 1 0 12878019 +besseya_alpina n 1 1 @ 1 0 12878325 +bessie_smith n 1 1 @ 1 0 11305745 +bessy_cerca n 1 2 @ #m 1 0 02653497 +best n 3 3 ! @ + 3 2 00127531 09851165 10850049 +best_and_greatest n 1 1 @ 1 0 09574544 +best_evidence_rule n 1 1 @ 1 0 06653727 +best_friend n 1 1 @ 1 1 09851371 +best_man n 1 2 @ #m 1 0 09851465 +best_seller n 1 1 @ 1 1 06412497 +bestiality n 2 2 @ + 2 0 04830578 00858060 +bestiary n 1 1 @ 1 0 06412610 +bestowal n 2 2 @ + 2 1 01086356 13271937 +bestower n 1 2 @ ~ 1 0 10025730 +bestowment n 2 2 @ + 2 0 13271937 01086356 +bestseller n 1 1 @ 1 0 06412497 +bet n 2 4 @ ~ #p + 2 1 13343526 00506658 +beta n 2 3 @ #m %m 2 1 06834245 11832108 +beta-adrenergic_blocker n 1 2 @ ~ 1 0 02832168 +beta-adrenergic_blocking_agent n 1 2 @ ~ 1 0 02832168 +beta-adrenergic_receptor n 1 2 @ #p 1 0 05609524 +beta-adrenoceptor n 1 2 @ #p 1 0 05609524 +beta-blocking_agent n 1 2 @ ~ 1 0 02832168 +beta-carotene n 1 1 @ 1 0 14721470 +beta-hydroxybutyric_acid n 1 1 @ 1 0 14927250 +beta-interferon n 1 1 @ 1 0 02832652 +beta-lactamase n 1 1 @ 1 0 14978544 +beta-lipoprotein n 1 2 @ %s 1 0 14943009 +beta-naphthol n 1 1 @ 1 0 14730421 +beta_blocker n 1 2 @ ~ 1 0 02832168 +beta_blocker_eyedrop n 1 1 @ 1 0 00657080 +beta_cell n 1 1 @ 1 0 05268383 +beta_centauri n 1 2 @ #m 1 0 09219349 +beta_crucis n 1 2 @ #m 1 0 09219467 +beta_decay n 1 1 @ 1 0 13438521 +beta_endorphin n 1 1 @ 1 0 14809247 +beta_globulin n 1 1 @ 1 0 15077917 +beta_iron n 1 1 @ 1 0 14722056 +beta_orionis n 1 1 @ 1 0 09410365 +beta_particle n 1 1 @ 1 0 09219592 +beta_radiation n 1 1 @ 1 0 11428699 +beta_ray n 1 1 @ 1 0 11428699 +beta_receptor n 1 2 @ #p 1 0 05609524 +beta_rhythm n 1 1 @ 1 0 11428862 +beta_software n 1 1 @ 1 0 06567143 +beta_test n 1 2 @ ; 1 0 05799952 +beta_vulgaris n 1 3 @ ~ #m 1 0 11832214 +beta_vulgaris_cicla n 1 2 @ %p 1 0 11832671 +beta_vulgaris_rubra n 1 2 @ %p 1 0 11832480 +beta_vulgaris_vulgaris n 1 1 @ 1 0 11832899 +beta_wave n 1 1 @ 1 0 11428862 +betaine n 1 1 @ 1 0 14721951 +betatron n 1 1 @ 1 0 02832838 +bete_noire n 1 1 @ 1 0 09792125 +betel n 1 2 @ #m 1 0 13149970 +betel_nut n 1 2 @ #p 1 0 07770869 +betel_palm n 1 2 @ %p 1 0 12584365 +betel_pepper n 1 2 @ #m 1 0 13149970 +betelgeuse n 1 2 @ #m 1 0 09219731 +beth n 1 2 @ #m 1 0 06836822 +bethe n 1 1 @ 1 0 10850273 +bethel n 1 1 @ 1 0 02833040 +bethlehem n 2 2 @ #p 2 0 09135246 08795232 +bethlehem-judah n 1 2 @ #p 1 0 08795232 +bethlehem_ephrathah n 1 2 @ #p 1 0 08795232 +bethune n 1 1 @ 1 0 10850469 +betise n 1 1 @ 1 0 01248075 +betrayal n 2 3 @ ~ + 2 1 00749767 04879879 +betrayer n 2 3 @ ~ + 2 0 10206173 10027590 +betrothal n 2 3 @ ~ + 2 0 07228211 01036778 +betrothed n 1 3 @ ~ + 1 0 09851575 +betsy_griscom_ross n 1 1 @ 1 0 11270577 +betsy_ross n 1 1 @ 1 0 11270577 +bette_davis n 1 1 @ 1 0 10924347 +better n 4 3 @ ~ + 4 1 05143558 09851876 09851719 05143690 +better_half n 1 3 @ ~ #m 1 0 10640620 +betterment n 3 3 @ ~ + 3 1 07357388 14422751 00261029 +betting_odds n 1 1 @ 1 0 13823483 +betting_shop n 1 2 @ ; 1 0 02833140 +bettong n 1 2 @ #m 1 0 01880716 +bettongia n 1 3 @ #m %m 1 0 01880570 +bettor n 1 3 @ ~ + 1 0 09851876 +betty_friedan n 1 1 @ 1 0 10982450 +betty_naomi_friedan n 1 1 @ 1 0 10982450 +betty_naomi_goldstein_friedan n 1 1 @ 1 0 10982450 +betula n 1 3 @ #m %m 1 0 12280886 +betula_alleghaniensis n 1 2 @ #m 1 0 12281788 +betula_cordifolia n 1 2 @ #m 1 0 12281974 +betula_fontinalis n 1 2 @ #m 1 0 12283542 +betula_glandulosa n 1 2 @ #m 1 0 12283790 +betula_lenta n 1 2 @ #m 1 0 12283147 +betula_leutea n 1 2 @ #m 1 0 12281788 +betula_neoalaskana n 1 2 @ #m 1 0 12283395 +betula_nigra n 1 2 @ #m 1 0 12282933 +betula_papyrifera n 1 2 @ #m 1 0 12281974 +betula_pendula n 1 2 @ #m 1 0 12282527 +betula_populifolia n 1 2 @ #m 1 0 12282235 +betula_pubescens n 1 2 @ #m 1 0 12282737 +betulaceae n 1 4 @ #m %m + 1 0 12280487 +betweenbrain n 1 3 @ #p %p 1 0 05496990 +beurre_noisette n 1 1 @ 1 0 07849026 +bevatron n 1 1 @ 1 0 02833275 +bevel n 2 3 @ ~ + 2 0 02833576 02833403 +bevel_gear n 1 2 @ ~ 1 0 02833793 +bevel_square n 1 1 @ 1 0 02833403 +beverage n 1 2 @ ~ 1 1 07881800 +beveridge n 1 1 @ 1 0 10850667 +beverly_hills n 1 2 @ #p 1 0 09062791 +beverly_sills n 1 1 @ 1 0 11300326 +bevin n 1 1 @ 1 0 10850964 +bevy n 2 2 @ %m 2 1 08415774 07991579 +bewick's_swan n 1 1 @ 1 0 01859852 +bewilderment n 1 2 @ + 1 1 05685030 +bewitchery n 1 2 @ + 1 0 04686388 +bewitchment n 1 2 @ + 1 0 05979454 +bextra n 1 1 @ 1 0 04518468 +bey n 2 1 @ 2 0 09852289 09852179 +bezant n 1 1 @ 1 0 13389194 +bezel n 1 1 @ 1 0 02833943 +bezique n 1 1 @ 1 0 00494100 +bezoar_goat n 1 1 @ 1 0 02417663 +bezzant n 1 1 @ 1 0 13389194 +bh n 1 1 @ 1 0 14631757 +bhadon n 1 2 @ #p 1 0 15220503 +bhadrapada n 1 2 @ #p 1 0 15220503 +bhaga n 1 1 @ 1 0 09524840 +bhagavad-gita n 1 3 @ #p ; 1 0 06431156 +bhagavadgita n 1 3 @ #p ; 1 0 06431156 +bhakti n 1 2 @ ; 1 0 01042998 +bhang n 1 2 @ #p 1 0 02834147 +bharat n 1 6 @ #m #p %m %p - 1 0 08900535 +bhumi_devi n 1 1 @ 1 0 09525170 +bhutan n 1 3 @ #p %m 1 0 08852209 +bhutanese n 1 3 @ #m + 1 0 09694529 +bhutanese_monetary_unit n 1 2 @ ~ 1 0 13689282 +bhutani n 1 2 @ #m 1 0 09694529 +bi n 1 1 @ 1 0 14631502 +bi-fold_door n 1 2 @ %p 1 0 02836513 +bialy n 1 1 @ 1 0 07692517 +bialystoker n 1 1 @ 1 0 07692517 +bias n 2 3 @ ~ + 2 1 06201908 13904164 +biauriculate_heart n 1 2 @ ; 1 0 05389310 +bib n 2 2 @ #p 2 0 02834397 02834295 +bib-and-tucker n 1 2 @ ; 1 0 02834506 +bibb_lettuce n 1 1 @ 1 0 07724078 +bible n 2 5 @ ~ %p + - 2 1 06431740 06422643 +bible-worship n 1 1 @ 1 0 01044867 +bible_belt n 1 1 @ 1 1 08510030 +bible_leaf n 1 3 @ #m %p 1 0 12021499 +biblical_aramaic n 1 1 @ 1 0 06988540 +biblical_latin n 1 1 @ 1 0 06963571 +bibliographer n 1 2 @ + 1 0 09852558 +bibliography n 1 2 @ + 1 1 06486630 +bibliolatry n 1 2 @ + 1 0 01044867 +bibliomania n 1 2 @ + 1 0 04946266 +bibliophile n 1 2 @ + 1 0 09852679 +bibliopole n 1 2 @ + 1 0 09852826 +bibliopolist n 1 1 @ 1 0 09852826 +bibliothec n 1 2 @ ~ 1 0 10257948 +bibliotheca n 1 2 @ + 1 0 07978055 +bibliotics n 1 2 @ + 1 0 05998526 +bibliotist n 1 2 @ + 1 0 09852979 +bibos n 1 3 @ #m %m 1 0 02409702 +bibos_frontalis n 1 2 @ #m 1 0 02410141 +bibos_gaurus n 1 2 @ #m 1 0 02410011 +bicameral_script n 1 2 @ ~ 1 0 06825863 +bicarbonate n 1 2 @ ~ 1 0 14775729 +bicarbonate_of_soda n 1 1 @ 1 0 14775995 +bicentenary n 1 2 @ + 1 0 15251600 +bicentennial n 1 2 @ + 1 0 15251600 +biceps n 1 3 @ ~ + 1 1 05579239 +biceps_brachii n 1 2 @ #p 1 1 05579436 +biceps_humeri n 1 2 @ #p 1 0 05579436 +bichloride n 1 1 @ 1 0 15017343 +bichloride_of_mercury n 1 1 @ 1 0 14950694 +bichromate n 1 1 @ 1 0 15013764 +bicker n 1 2 @ + 1 0 07184735 +bickering n 1 1 @ 1 1 07184735 +bicolor_lespediza n 1 2 @ #m 1 0 12543186 +bicorn n 1 2 @ + 1 0 02834642 +bicorne n 1 1 @ 1 0 02834642 +bicuspid n 1 2 @ + 1 0 05307358 +bicuspid_valve n 1 1 @ 1 0 05393813 +bicycle n 1 4 @ ~ %p + 1 1 02834778 +bicycle-built-for-two n 1 1 @ 1 0 02835271 +bicycle_chain n 1 1 @ 1 0 02835412 +bicycle_clip n 1 1 @ 1 0 02835551 +bicycle_pump n 1 1 @ 1 0 02835724 +bicycle_race n 1 2 @ ~ 1 0 07459249 +bicycle_rack n 1 1 @ 1 0 02835829 +bicycle_seat n 1 2 @ #p 1 0 02835915 +bicycle_traffic n 1 1 @ 1 0 08426211 +bicycle_wheel n 1 3 @ #p %p 1 0 02836035 +bicycler n 1 3 @ ~ + 1 0 09986189 +bicycling n 1 1 @ 1 0 00451563 +bicyclist n 1 3 @ ~ + 1 0 09986189 +bid n 4 5 @ ~ #p + ; 4 2 07168131 00786887 07165086 06737112 +bid_price n 1 2 @ ; 1 0 13304186 +bida n 1 2 @ #p 1 0 08987262 +bidder n 2 3 @ ~ + 2 1 09853087 09853184 +bidding n 3 5 @ ~ #p + ; 3 1 07168131 07186528 06737112 +bidding_contest n 1 1 @ 1 0 01169112 +biddy n 2 2 @ ~ 2 0 01792640 01792042 +bidens n 1 3 @ #m %m 1 0 11939887 +bidens_bipinnata n 1 1 @ 1 0 11940349 +bidens_connata n 1 1 @ 1 0 11940915 +bidens_coronata n 1 1 @ 1 0 11940599 +bidens_trichosperma n 1 1 @ 1 0 11940599 +bidens_tripartita n 1 1 @ 1 0 11940750 +bidet n 1 1 @ 1 0 02836174 +biennial n 1 3 @ + ; 1 0 11552976 +bier n 2 2 @ ~ 2 0 02836392 02836268 +bierce n 1 1 @ 1 0 10851139 +biff n 1 4 @ ~ + ; 1 0 00134780 +bifocals n 1 2 @ ; 1 0 02836607 +bifurcation n 3 4 @ #p %p + 3 0 13887056 13886910 00388710 +big-bang_theory n 1 2 @ ; 1 0 05887911 +big-bud_hickory n 1 2 @ #m 1 0 12322099 +big-cone_douglas_fir n 1 1 @ 1 0 11629047 +big-cone_spruce n 1 1 @ 1 0 11629047 +big-eared_bat n 1 2 @ #m 1 0 02144936 +big-eyed_scad n 1 2 @ #m 1 0 02581108 +big-leaf_maple n 1 1 @ 1 0 12754003 +big-toothed_aspen n 1 1 @ 1 0 12734215 +big-tree_plum n 1 1 @ 1 0 12640081 +big_band n 1 1 @ 1 1 08250168 +big_bang n 1 2 @ ; 1 0 07408796 +big_bang_theory n 1 2 @ ; 1 0 05887911 +big_bedbug n 1 2 @ #m 1 0 02244515 +big_ben n 1 2 @ #p 1 0 02836766 +big_bend n 1 2 @ #p 1 0 08602650 +big_bend_national_park n 1 2 @ #p 1 0 08602822 +big_bill_haywood n 1 1 @ 1 0 11036911 +big_bill_tilden n 1 1 @ 1 0 11342440 +big_blue n 1 1 @ 1 0 02836900 +big_board n 2 3 @ #p %p 2 0 03822951 02837134 +big_brother n 2 1 @ 2 0 09853541 09853467 +big_brown_bat n 1 2 @ #m 1 0 02147173 +big_bucks n 1 2 @ ; 1 0 13250680 +big_business n 1 1 @ 1 0 07967129 +big_businessman n 1 2 @ ~ 1 0 09840217 +big_cat n 1 3 @ ~ #m 1 0 02127808 +big_cheese n 1 3 @ ~ ; 1 0 09853881 +big_deal n 2 3 @ ~ ; 2 0 09853881 05168697 +big_dipper n 2 3 @ ~ #p 2 0 09219858 04102406 +big_enchilada n 1 3 @ ~ ; 1 0 09853881 +big_fish n 1 3 @ ~ ; 1 0 09853881 +big_game n 1 1 @ 1 0 02153109 +big_gun n 1 3 @ ~ ; 1 0 09853881 +big_h n 1 2 @ ; 1 0 02837416 +big_hand n 1 1 @ 1 0 03772584 +big_league n 1 3 @ %m ; 1 1 08231499 +big_leaguer n 1 2 @ #m 1 1 10283931 +big_marigold n 1 1 @ 1 0 12020736 +big_money n 1 2 @ ; 1 0 13250680 +big_sagebrush n 1 2 @ #m 1 0 12014524 +big_science n 1 1 @ 1 0 00637912 +big_shagbark n 1 3 @ #m %p 1 0 12321395 +big_shellbark n 1 3 @ #m %p 1 0 12321395 +big_shellbark_hickory n 1 3 @ #m %p 1 0 12321395 +big_shot n 1 3 @ ~ ; 1 1 09853881 +big_sioux_river n 1 2 @ #p 1 0 09220574 +big_sister n 1 1 @ 1 0 09854218 +big_spender n 1 1 @ 1 0 10635625 +big_stick n 1 1 @ 1 0 06880013 +big_sur n 1 2 @ #p 1 0 09166756 +big_time n 1 1 @ 1 0 14475154 +big_toe n 1 2 @ #p 1 0 05577741 +big_top n 1 2 @ #p 1 0 03035252 +big_tree n 1 2 @ #m 1 0 11641494 +big_wheel n 1 3 @ ~ ; 1 0 09853881 +bigamist n 1 2 @ + 1 0 09853305 +bigamy n 2 3 @ + ; 2 0 13964466 00775095 +bigarade n 1 3 @ #m %p 1 0 12708654 +bigeye n 1 2 @ #m 1 0 02571652 +bigeye_scad n 1 2 @ #m 1 0 02581108 +bigfoot n 1 1 @ 1 0 09487385 +biggin n 1 1 @ 1 0 02837309 +bighead n 1 1 @ 1 0 14261112 +bigheartedness n 1 2 @ + 1 0 04832401 +bighorn n 2 3 @ #m #p 2 0 09220046 02415577 +bighorn_river n 1 2 @ #p 1 0 09220046 +bighorn_sheep n 1 2 @ #m 1 0 02415577 +bight n 4 4 @ ~ #p + 4 0 13875884 13869896 09220239 02837567 +bight_of_benin n 1 2 @ #p 1 0 09220434 +bigness n 1 4 ! @ ~ + 1 0 05103946 +bignonia n 1 3 @ #m %m 1 0 12813870 +bignonia_capreolata n 1 2 @ #m 1 0 12814003 +bignoniaceae n 1 5 @ ~ #m %m + 1 0 12813393 +bignoniad n 1 2 @ #m 1 0 12813753 +bigos n 1 1 @ 1 0 07589458 +bigot n 1 2 @ ~ 1 0 09853645 +bigotry n 1 1 @ 1 0 06206210 +bigram n 1 1 @ 1 0 06360599 +bigtooth_aspen n 1 1 @ 1 0 12734215 +bigtoothed_aspen n 1 1 @ 1 0 12734215 +bigwig n 1 1 @ 1 0 10235142 +bihar n 1 2 @ #p 1 0 08905085 +bihari n 1 1 @ 1 0 06970510 +bijou n 1 1 @ 1 0 02837702 +bijugate_leaf n 1 1 @ 1 0 13157346 +bijugous_leaf n 1 1 @ 1 0 13157346 +bike n 2 4 @ ~ %p + 2 0 03790512 02834778 +bikers n 1 2 @ %m 1 0 08370878 +bikini n 2 2 @ #p 2 0 08839296 02837789 +bikini_pants n 1 2 @ ; 1 0 02837887 +bilabial n 1 2 @ + 1 0 07117333 +bilateral_contract n 1 1 @ 1 0 06522357 +bilateral_descent n 1 1 @ 1 0 13814456 +bilateral_symmetry n 1 1 @ 1 0 05065386 +bilateralism n 1 1 @ 1 0 05065386 +bilaterality n 1 2 @ + 1 0 05065386 +bilberry n 3 3 @ #p %p 3 0 12248574 12248359 07743224 +bilby n 1 2 @ #m 1 0 01876667 +bile n 1 2 @ + 1 1 05406570 +bile_acid n 1 2 @ ~ 1 0 15059552 +bile_duct n 1 3 @ #p %p 1 0 05386845 +bile_salt n 1 1 @ 1 0 15012999 +bilestone n 1 1 @ 1 0 09286200 +bilge n 2 4 @ ~ #p + 2 0 15059797 02838014 +bilge_keel n 1 2 @ #p 1 0 02838178 +bilge_pump n 1 2 @ #p 1 0 02838345 +bilge_water n 1 1 @ 1 0 15059797 +bilge_well n 1 3 @ #p ; 1 0 02838577 +bilges n 1 1 @ 1 0 02838448 +bilgewater n 1 2 @ ; 1 0 06611147 +bilharzia n 1 1 @ 1 0 14180565 +bilharziasis n 1 1 @ 1 1 14180565 +biliary_ductule n 1 2 @ #p 1 0 05387028 +bilimbi n 1 1 @ 1 0 12704513 +bilingual n 1 2 @ + 1 0 09854290 +bilingual_dictionary n 1 1 @ 1 0 06419234 +bilingualism n 1 1 @ 1 0 05622617 +bilingualist n 1 1 @ 1 0 09854290 +biliousness n 2 3 @ ~ + 2 0 14062565 04642258 +bilirubin n 1 1 @ 1 0 14756369 +bill n 10 6 @ ~ #p %p + ; 10 4 06536853 06516955 13393762 00551407 07250339 06793426 06486874 02838958 02838728 01758308 +bill-me_order n 1 2 @ ~ 1 0 06529630 +bill_clinton n 1 1 @ 1 0 10902591 +bill_gates n 1 1 @ 1 0 10991936 +bill_haley n 1 1 @ 1 0 11024226 +bill_mauldin n 1 1 @ 1 0 11165164 +bill_of_attainder n 1 2 @ ; 1 0 06537323 +bill_of_entry n 1 1 @ 1 0 06487050 +bill_of_exchange n 1 2 @ ~ 1 0 13377268 +bill_of_fare n 1 2 @ ~ 1 0 06492939 +bill_of_goods n 2 1 @ 2 0 06610557 06487172 +bill_of_health n 1 1 @ 1 1 06479204 +bill_of_indictment n 1 3 @ ~ %p 1 0 07235335 +bill_of_lading n 1 1 @ 1 0 06520742 +bill_of_particulars n 1 3 @ #p ; 1 0 06559114 +bill_of_review n 1 1 @ 1 0 01197479 +bill_of_rights n 1 4 @ #p %p ; 1 0 06727758 +bill_of_sale n 1 2 @ ; 1 0 06545728 +bill_poster n 1 1 @ 1 0 09854510 +bill_russell n 1 1 @ 1 0 11275495 +bill_sticker n 1 1 @ 1 0 09854510 +billabong n 2 2 @ ; 2 0 09220922 09220770 +billboard n 1 1 @ 1 0 02839110 +billet n 3 4 @ ~ + ; 3 0 06626286 02839200 00586262 +billet_doux n 1 1 @ 1 0 06626618 +billfish n 4 3 @ ~ #m 4 0 02641379 02630739 02551668 02549989 +billfold n 1 1 @ 1 0 04548362 +billhook n 1 1 @ 1 0 02838958 +billiard_ball n 1 2 @ ~ 1 0 02839351 +billiard_hall n 1 1 @ 1 0 02839592 +billiard_marker n 1 1 @ 1 0 02839477 +billiard_parlor n 1 1 @ 1 0 02839592 +billiard_parlour n 1 1 @ 1 0 02839592 +billiard_player n 1 1 @ 1 0 09854421 +billiard_room n 1 1 @ 1 0 02839592 +billiard_saloon n 1 1 @ 1 0 02839592 +billiard_table n 1 2 @ %p 1 0 03982430 +billiards n 1 3 @ %p - 1 0 00499924 +billie_jean_king n 1 1 @ 1 0 11105463 +billie_jean_moffitt_king n 1 1 @ 1 0 11105463 +billie_the_kid n 1 1 @ 1 0 10857001 +billing n 1 2 @ ~ 1 0 07190941 +billings n 1 2 @ #p 1 0 09108728 +billingsgate n 1 1 @ 1 0 06721342 +billion n 3 4 @ ~ + ; 3 1 13752172 13776432 13751829 +billion-dollar_grass n 1 2 @ #m 1 0 12117912 +billionaire n 1 1 @ 1 0 10529684 +billionth n 2 2 @ ; 2 0 13850019 13739721 +billow n 1 2 @ + 1 0 07348545 +billy n 2 1 @ 2 0 04491388 02416880 +billy-ho n 1 1 @ 1 0 13775319 +billy_buttons n 1 2 @ #m 1 0 11958888 +billy_club n 1 1 @ 1 0 04491388 +billy_goat n 1 1 @ 1 0 02416880 +billy_graham n 1 1 @ 1 0 11010385 +billy_mitchell n 1 1 @ 1 0 11182621 +billy_sunday n 1 1 @ 1 0 11325534 +billy_wilder n 1 1 @ 1 0 11386503 +billyo n 1 1 @ 1 0 13775319 +billyoh n 1 1 @ 1 0 13775319 +billystick n 1 1 @ 1 0 04491388 +bilocation n 1 1 @ 1 0 08489890 +bilocular_capsule n 1 1 @ 1 0 11685400 +biloxi n 3 2 @ #p 3 0 09650729 09104474 06908401 +bilsted n 1 3 @ #m %s 1 0 12316572 +biltong n 1 2 @ ; 1 0 07665013 +bimbo n 1 1 @ 1 0 09854708 +bimester n 1 2 @ + 1 0 15204609 +bimetal n 1 2 @ + 1 0 14776237 +bimetallic_strip n 1 2 @ #p 1 0 02839758 +bimetallism n 1 2 @ + 1 0 13373746 +bimetallist n 1 2 @ + 1 0 09854813 +bimillenary n 2 1 @ 2 0 15252300 15141375 +bimillennium n 2 2 @ + 2 0 15252300 15141375 +bimli n 1 2 @ %p 1 0 12178129 +bimli_hemp n 1 2 @ %p 1 0 12178129 +bimonthly n 1 1 @ 1 0 06594751 +bin n 3 3 @ ~ + 3 1 02839910 13765306 06425534 +bin_laden n 1 1 @ 1 0 10851452 +bin_liner n 1 2 @ ; 1 0 02841063 +binary n 2 2 @ ~ 2 0 09221070 06570963 +binary_arithmetic_operation n 1 1 @ 1 0 13440935 +binary_code n 1 1 @ 1 0 06357304 +binary_compound n 1 2 @ ~ 1 0 14618834 +binary_digit n 1 1 @ 1 0 13741512 +binary_file n 1 2 @ ; 1 0 06509675 +binary_notation n 1 1 @ 1 0 06809905 +binary_number_system n 1 1 @ 1 0 06810020 +binary_numeration_system n 1 1 @ 1 0 06810020 +binary_operation n 1 1 @ 1 0 13440935 +binary_program n 1 1 @ 1 0 06570963 +binary_star n 1 2 @ ~ 1 0 09221070 +binary_system n 1 1 @ 1 0 06810020 +bind n 1 2 @ + 1 0 05689801 +binder n 4 2 @ + 4 1 02840361 14704465 02840245 02840134 +binder's_board n 1 1 @ 1 0 14776391 +binder_board n 1 1 @ 1 0 14776391 +bindery n 1 2 @ + 1 0 02840515 +binding n 5 4 @ ~ #p + 5 3 04689198 02840927 00696882 04228215 02840619 +binding_energy n 1 1 @ 1 0 11429057 +bindweed n 1 3 @ ~ #m 1 0 12823859 +bine n 1 1 @ 1 0 12398174 +binet n 1 1 @ 1 0 10851282 +binet-simon_scale n 1 1 @ 1 0 01007372 +binful n 1 1 @ 1 0 13765306 +bing_cherry n 1 1 @ 1 0 07757511 +bing_crosby n 1 1 @ 1 0 10916731 +binge n 2 3 @ ~ + 2 0 01073824 00510723 +binge-eating_syndrome n 1 1 @ 1 0 14057001 +binge-purge_syndrome n 1 1 @ 1 0 14056685 +binge-vomit_syndrome n 1 1 @ 1 0 14056685 +binger n 1 1 @ 1 0 09974177 +binghamton n 1 2 @ #p 1 0 09124589 +bingle n 1 2 @ ~ 1 0 00132601 +bingo n 1 1 @ 1 0 00504660 +binnacle n 1 1 @ 1 0 02841187 +binocular_microscope n 1 2 @ ~ 1 0 02841506 +binocular_vision n 1 2 @ ~ 1 0 05656042 +binoculars n 1 3 @ %p ; 1 1 02841315 +binomial n 1 3 @ + ; 1 1 06036506 +binomial_distribution n 1 2 @ ; 1 1 06036697 +binomial_theorem n 1 3 @ #p ; 1 0 06036939 +binturong n 1 2 @ #m 1 0 02136103 +bio-assay n 1 2 @ ~ 1 0 05740300 +bio_lab n 1 1 @ 1 0 02842008 +bioarm n 1 2 @ ~ 1 0 02842303 +bioassay n 1 3 @ ~ + 1 1 05740300 +bioattack n 1 2 @ ~ 1 0 00967780 +biocatalyst n 1 2 @ + 1 0 14723909 +biochemical_mechanism n 1 1 @ 1 1 13438671 +biochemist n 1 3 @ ~ + 1 0 09854915 +biochemistry n 1 4 @ ~ + - 1 0 06079620 +biochip n 1 1 @ 1 0 02841641 +bioclimatology n 1 1 @ 1 0 06119496 +biodefence n 1 1 @ 1 0 00961594 +biodefense n 1 1 @ 1 0 00961594 +biodegradable_pollution n 1 2 ! @ 1 0 14517067 +biodiversity n 1 1 @ 1 0 04751652 +bioelectricity n 1 2 @ ~ 1 0 11429238 +bioengineering n 1 1 @ 1 0 06126523 +bioethics n 1 2 @ ~ 1 0 06159777 +biofeedback n 1 1 @ 1 0 05910070 +bioflavinoid n 1 1 @ 1 0 15093137 +biogenesis n 2 2 @ + 2 0 13438817 00850260 +biogeny n 1 1 @ 1 0 00850260 +biogeographical_region n 1 2 @ ~ 1 0 08578364 +biogeography n 1 2 @ + 1 0 06066414 +biographer n 1 3 @ ~ + 1 0 09855433 +biography n 1 3 @ ~ + 1 1 06515827 +biohazard n 2 1 @ 2 0 14542441 09221424 +biohazard_suit n 1 1 @ 1 0 02841847 +bioko n 1 3 @ #p %p 1 0 08763932 +biologic_attack n 1 2 @ ~ 1 0 00967780 +biological_agent n 1 1 @ 1 0 09221424 +biological_attack n 1 2 @ ~ 1 0 00967780 +biological_clock n 1 1 @ 1 0 15135536 +biological_defence n 1 1 @ 1 0 00961594 +biological_defense n 1 1 @ 1 0 00961594 +biological_group n 1 2 @ ~ 1 0 07941170 +biological_process n 1 2 @ ~ 1 0 13526110 +biological_research n 1 2 @ ~ 1 0 00638080 +biological_science n 1 3 @ ~ - 1 0 06037666 +biological_terrorism n 1 2 @ ; 1 0 00763132 +biological_time n 1 2 @ ~ 1 0 15116532 +biological_warfare n 1 2 @ ~ 1 1 00967780 +biological_warfare_defence n 1 1 @ 1 0 00967993 +biological_warfare_defense n 1 1 @ 1 0 00967993 +biological_weapon n 1 2 @ ~ 1 0 02842303 +biologism n 1 2 @ + 1 0 00411235 +biologist n 1 4 @ ~ + ; 1 1 09855630 +biology n 3 5 @ ~ %m + - 3 1 06037666 11473488 07993109 +biology_department n 1 1 @ 1 0 08115912 +biology_lab n 1 1 @ 1 0 02842008 +biology_laboratory n 1 1 @ 1 0 02842008 +bioluminescence n 1 2 @ + 1 0 11476619 +biomass n 2 1 @ 2 0 14684918 05024691 +biome n 1 2 @ ~ 1 0 07941945 +biomedical_cloning n 1 1 @ 1 0 00639007 +biomedical_science n 1 1 @ 1 0 06041466 +biomedicine n 2 3 @ ~ + 2 1 06047096 06046898 +biometric_authentication n 1 3 @ ~ ; 1 0 06424275 +biometric_identification n 1 3 @ ~ ; 1 0 06424275 +biometrics n 1 1 @ 1 0 06041600 +biometry n 1 1 @ 1 0 06041600 +bionic_man n 1 1 @ 1 0 09985978 +bionic_woman n 1 1 @ 1 0 09985978 +bionics n 1 2 @ + 1 0 06126336 +bionomics n 1 4 @ ~ + - 1 0 06070929 +biont n 1 1 @ 1 0 00006400 +biophysicist n 1 2 @ + 1 1 09856267 +biophysics n 1 2 @ + 1 0 06097478 +biopiracy n 1 1 @ 1 0 00782629 +biopsy n 1 2 @ ~ 1 1 05740929 +bioremediation n 2 2 @ ; 2 0 06127057 01135163 +biosafety n 1 1 @ 1 0 14538811 +biosafety_level n 1 2 @ ~ 1 0 14428404 +biosafety_level_1 n 1 1 @ 1 0 14428655 +biosafety_level_2 n 1 1 @ 1 0 14428796 +biosafety_level_3 n 1 1 @ 1 0 14428970 +biosafety_level_4 n 1 1 @ 1 0 14429150 +bioscience n 1 2 @ ~ 1 0 06037298 +bioscope n 2 1 @ 2 0 02842219 02842133 +biosphere n 1 2 @ #p 1 0 08499504 +biostatistics n 1 1 @ 1 0 06041600 +biosynthesis n 1 2 @ + 1 0 13438817 +biosystematics n 1 2 @ + 1 0 06152973 +biosystematy n 1 1 @ 1 0 06152973 +biota n 1 2 @ %m 1 0 07993109 +biotech n 1 2 @ ~ 1 0 06126761 +biotechnology n 2 2 @ ~ 2 0 06126761 06126523 +bioterrorism n 1 2 @ ; 1 0 00763132 +biotic_community n 1 3 @ ~ ; 1 0 07941729 +biotin n 1 1 @ 1 0 15092650 +biotite n 1 3 @ ~ + 1 0 14668743 +biotype n 1 2 @ + 1 0 07941574 +bioweapon n 1 2 @ ~ 1 0 02842303 +biped n 1 3 @ %p + 1 0 02157285 +bipedalism n 1 1 @ 1 0 04998254 +bipinnate_leaf n 1 1 @ 1 0 13160015 +biplane n 1 1 @ 1 0 02842573 +biplane_flying_fish n 1 1 @ 1 0 02550780 +bipolar_disorder n 1 2 @ ~ 1 0 14392639 +biprism n 1 2 @ %p 1 0 02842684 +biquadrate n 1 2 @ + 1 0 13731356 +biquadratic n 3 2 @ + 3 0 13731356 06670390 05862113 +biquadratic_equation n 1 1 @ 1 0 06670390 +biquadratic_polynomial n 1 1 @ 1 0 05862113 +birch n 3 6 @ ~ #m #s %s + 3 0 12281600 12281241 02842809 +birch_bark n 1 1 @ 1 0 02843029 +birch_beer n 1 1 @ 1 0 07927716 +birch_family n 1 3 @ #m %m 1 0 12280487 +birch_leaf_miner n 1 1 @ 1 0 02219015 +birch_oil n 1 2 @ #s 1 0 14952441 +birch_rod n 1 1 @ 1 0 02842809 +birch_tree n 1 4 @ ~ #m %s 1 0 12281241 +birchbark n 1 1 @ 1 0 02843029 +birchbark_canoe n 1 1 @ 1 0 02843029 +bird n 5 7 @ ~ #m #p %p + - 5 2 01503061 07644382 09989045 07123870 04212282 +bird's-eye_bush n 1 2 @ #m 1 0 12382875 +bird's-eye_maple n 1 1 @ 1 0 12752892 +bird's-foot_fern n 1 1 @ 1 0 13212379 +bird's-foot_violet n 1 1 @ 1 0 12389501 +bird's-nest_fungus n 1 2 @ #m 1 0 13046669 +bird's_eye n 1 1 @ 1 0 12891305 +bird's_eye_view n 1 1 @ 1 0 06209101 +bird's_foot n 1 4 @ ~ #p %p 1 0 02154416 +bird's_foot_clover n 1 2 @ #m 1 0 12545635 +bird's_foot_trefoil n 2 2 @ #m 2 0 12574320 12545635 +bird's_nest n 1 2 @ ~ 1 0 09221571 +bird's_nest_fern n 1 2 @ #m 1 0 13181055 +bird-footed_dinosaur n 1 3 @ ~ #m 1 0 01712008 +bird-on-the-wing n 1 1 @ 1 0 12705698 +bird-scarer n 1 1 @ 1 0 04143712 +bird_cherry n 1 2 @ ~ 1 0 12647376 +bird_cherry_tree n 1 2 @ ~ 1 0 12647376 +bird_dog n 1 1 @ 1 0 02098806 +bird_family n 1 3 @ ~ #m 1 0 01504437 +bird_fancier n 1 1 @ 1 0 09856401 +bird_feed n 1 2 @ ~ 1 0 07805594 +bird_feeder n 1 1 @ 1 0 02843553 +bird_food n 1 2 @ ~ 1 0 07805594 +bird_genus n 1 3 @ ~ #m 1 0 01507175 +bird_louse n 1 3 @ ~ #m 1 0 02185481 +bird_nest n 1 2 @ ~ 1 0 09221571 +bird_of_jove n 1 3 @ ~ #m 1 0 01613294 +bird_of_juno n 1 3 @ ~ #m 1 0 01805801 +bird_of_minerva n 1 3 @ ~ #m 1 0 01621127 +bird_of_night n 1 3 @ ~ #m 1 0 01621127 +bird_of_paradise n 3 3 @ ~ #m 3 0 12489815 12354619 01571126 +bird_of_passage n 2 2 @ ~ 2 0 10765679 01515303 +bird_of_prey n 1 2 @ ~ 1 0 01604330 +bird_parker n 1 1 @ 1 0 11222914 +bird_pepper n 1 2 @ #m 1 0 12901724 +bird_sanctuary n 1 1 @ 1 0 02763604 +bird_shot n 1 2 @ #p 1 1 02843777 +bird_vetch n 1 1 @ 1 0 12575812 +bird_watcher n 2 3 @ ~ + 2 0 10384214 09856500 +birdbath n 1 1 @ 1 1 02843158 +birdbrain n 1 1 @ 1 0 10598904 +birdcage n 1 1 @ 1 0 02843276 +birdcage_mask n 1 1 @ 1 0 02843365 +birdcall n 2 2 @ ~ 2 0 06796642 02843465 +birder n 1 2 @ + 1 0 09856500 +birdfeeder n 1 1 @ 1 0 02843553 +birdhouse n 1 2 @ ~ 1 1 02843684 +birdie n 2 3 @ + ; 2 0 13595276 04212282 +birdlime n 1 2 @ + 1 0 14702703 +birdnest n 1 2 @ ~ 1 0 09221571 +birdnesting n 1 1 @ 1 0 00711799 +birdseed n 1 2 @ ~ 1 0 07805594 +birdseed_grass n 1 2 @ #m 1 0 12129986 +birdsong n 1 2 @ ~ 1 0 06796642 +birefringence n 1 2 @ + 1 1 11503482 +biretta n 1 1 @ 1 0 02843909 +biriani n 1 1 @ 1 0 07654298 +birling n 1 2 @ ; 1 0 00343894 +birmingham n 2 2 @ #p 2 2 09053947 08877613 +biro n 1 1 @ 1 0 02783161 +birr n 2 3 @ %p + 2 0 13664396 07399917 +birretta n 1 1 @ 1 0 02843909 +birth n 5 5 ! @ ~ #p + 5 3 15142167 07320302 13532886 13813765 09856671 +birth-control_campaigner n 1 2 @ ~ 1 0 09856827 +birth-control_reformer n 1 2 @ ~ 1 0 09856827 +birth_canal n 1 1 @ 1 0 05226937 +birth_certificate n 1 1 @ 1 0 06478452 +birth_control n 1 2 @ ~ 1 1 00851994 +birth_control_device n 1 2 @ ~ 1 0 03096593 +birth_control_pill n 1 3 @ ~ %s 1 0 03936895 +birth_defect n 1 2 @ ~ 1 0 14465048 +birth_pangs n 1 1 @ 1 0 14330833 +birth_prevention n 1 2 @ ~ 1 1 00851994 +birth_rate n 1 1 @ 1 0 15276427 +birth_trauma n 2 1 @ 2 0 14287995 14285461 +birthday n 2 1 @ 2 2 15250178 15252422 +birthday_cake n 1 1 @ 1 0 07629988 +birthday_card n 1 1 @ 1 0 06627260 +birthday_gift n 1 1 @ 1 0 13269054 +birthday_party n 1 1 @ 1 0 07448121 +birthday_present n 1 1 @ 1 0 13269054 +birthday_suit n 1 1 @ 1 0 14456586 +birthing n 1 3 @ ~ #p 1 0 13532886 +birthing_coach n 1 1 @ 1 0 10241024 +birthmark n 1 2 @ ~ 1 0 04692638 +birthplace n 2 1 @ 2 1 08510350 08510456 +birthrate n 1 1 @ 1 0 15276427 +birthright n 3 1 @ 3 1 04921576 13263920 04921308 +birthroot n 1 1 @ 1 0 12468900 +birthwort n 1 3 @ ~ #m 1 0 11801392 +birthwort_family n 1 3 @ #m %m 1 0 11801038 +biryani n 1 1 @ 1 0 07654298 +bisayan n 1 3 @ ~ #m 1 0 10755648 +bisayas n 1 2 @ #p 1 0 08982452 +biscayne_bay n 1 2 @ #p 1 0 09221723 +biscayne_national_park n 1 2 @ #p 1 0 08602997 +biscuit n 2 3 @ ~ ; 2 2 07693972 07635155 +biscutalla_laevigata n 1 2 @ #m 1 0 11874878 +biscutella n 1 3 @ #m %m 1 0 11874707 +bise n 1 1 @ 1 0 11429356 +bisection n 1 2 @ + 1 0 00386450 +biserial_correlation n 1 2 @ ; 1 0 06033889 +biserial_correlation_coefficient n 1 2 @ ; 1 0 06033889 +bisexual n 1 3 @ ~ + 1 0 09857007 +bisexual_person n 1 2 @ ~ 1 0 09857007 +bisexuality n 2 2 @ + 2 0 05008746 00857160 +bishkek n 1 2 @ #p 1 0 09020792 +bishop n 3 4 @ ~ + ; 3 1 09857200 07913300 02844056 +bishop's_cap n 1 3 @ ~ #m 1 0 12800586 +bishop's_hat n 1 2 @ #m 1 0 11699071 +bishop's_pine n 1 1 @ 1 0 11610437 +bishop's_throne n 1 2 @ #p 1 0 02983904 +bishop_berkeley n 1 1 @ 1 0 10847125 +bishop_of_rome n 1 3 @ ~ #m 1 0 10453533 +bishop_pine n 1 1 @ 1 0 11610437 +bishop_ulfila n 1 1 @ 1 0 11355669 +bishop_ulfilas n 1 1 @ 1 0 11355669 +bishop_wulfila n 1 1 @ 1 0 11355669 +bishopric n 1 3 @ ~ %p 1 0 08550966 +bishopry n 1 1 @ 1 1 00589494 +biskek n 1 2 @ #p 1 0 09020792 +bismarck n 2 3 @ #p + 2 0 10851599 09129719 +bismarck_archipelago n 1 3 @ #p %p 1 0 08842819 +bismarck_sea n 2 4 @ #p ; - 2 0 09221900 01271669 +bismark n 1 1 @ 1 0 07639344 +bismuth n 1 2 @ + 1 0 14631502 +bison n 1 3 @ ~ #m 1 0 02410509 +bison_bison n 1 3 @ #m %p 1 0 02410702 +bison_bonasus n 1 2 @ #m 1 0 02410900 +bisque n 1 1 @ 1 0 07584332 +bissau n 1 2 @ #p 1 0 08948027 +bissextile_day n 1 2 @ #p 1 0 15159426 +bissextile_year n 1 1 @ 1 0 15202230 +bister n 1 1 @ 1 0 14843640 +bistre n 1 1 @ 1 0 14843640 +bistro n 1 1 @ 1 0 02844214 +bit n 11 5 @ ~ #p %p + 11 5 13761407 09222051 15246853 07309457 02844714 13625237 07579076 07009042 06892016 02845002 02844307 +bit_field n 1 2 @ ; 1 0 08005761 +bit_part n 1 2 @ ~ 1 1 05929363 +bitartrate n 1 1 @ 1 0 14955682 +bitch n 4 4 @ ~ + ; 4 0 14408519 09982873 07209965 02083672 +bitchery n 1 2 @ + 1 0 01222333 +bitchiness n 1 2 @ + 1 0 04842515 +bite n 9 4 @ ~ + ; 9 2 14287408 07579076 14297870 07577374 07477413 06776986 04992834 00838816 00361041 +bite_plate n 1 1 @ 1 0 02845130 +biteplate n 1 1 @ 1 0 02845130 +biter n 1 3 @ ~ + 1 1 09857852 +bitewing n 1 1 @ 1 0 02845293 +bithynia n 1 3 @ #p %p 1 0 08503921 +biting_louse n 1 3 @ ~ #m 1 0 02185481 +biting_midge n 1 2 @ #m 1 0 02202678 +bitis n 1 3 @ #m %m 1 0 01752889 +bitis_arietans n 1 2 @ #m 1 0 01753032 +bitis_gabonica n 1 2 @ #m 1 0 01753180 +bitmap n 1 1 @ 1 0 02845425 +bitok n 1 1 @ 1 0 07862770 +bits_per_inch n 1 2 @ ; 1 0 05089048 +bits_per_second n 1 2 @ ; 1 0 15276642 +bitstock n 1 2 @ #p 1 0 02886907 +bitt n 1 6 @ ~ #p %p + ; 1 0 02864593 +bitt_pin n 1 1 @ 1 0 02845860 +bittacidae n 1 3 @ #m %m 1 0 02162831 +bitter n 3 4 @ ~ + ; 3 0 07889814 05717115 04994824 +bitter-bark n 1 2 @ #m 1 0 12669362 +bitter_almond n 1 1 @ 1 0 12645530 +bitter_almond_oil n 1 1 @ 1 0 12645913 +bitter_aloes n 1 1 @ 1 0 02698366 +bitter_betch n 1 1 @ 1 0 12576451 +bitter_cassava n 1 3 @ %s %p 1 0 12926689 +bitter_chocolate n 1 1 @ 1 0 07602279 +bitter_cress n 1 3 @ ~ #m 1 0 11881742 +bitter_dock n 1 1 @ 1 0 12604639 +bitter_end n 2 3 @ #p ; 2 1 14476697 02845576 +bitter_floom n 1 1 @ 1 0 12298395 +bitter_hickory n 1 2 @ #m 1 0 12320806 +bitter_lemon n 1 1 @ 1 0 07927836 +bitter_orange n 2 4 @ #m #p %p 2 0 12708654 07748753 +bitter_orange_tree n 1 3 @ #m %p 1 0 12708654 +bitter_pea n 1 2 @ #m 1 0 12525168 +bitter_pecan n 1 2 @ #m 1 0 12320414 +bitter_pignut n 1 2 @ #m 1 0 12320806 +bitter_principle n 1 1 @ 1 0 14776523 +bitter_salts n 1 1 @ 1 0 14945725 +bitter_spar n 1 2 @ %s 1 0 14673747 +bittercress n 1 3 @ ~ #m 1 0 11881742 +bittern n 1 2 @ ~ 1 0 02011460 +bitterness n 4 3 @ ~ + 4 2 07548978 04643397 05717115 04994824 +bitternut n 1 2 @ #m 1 0 12320806 +bitternut_hickory n 1 2 @ #m 1 0 12320806 +bitterroot n 1 2 @ #m 1 0 11860555 +bitters n 1 1 @ 1 1 07903101 +bittersweet n 2 2 @ #m 2 0 12894607 12748248 +bittersweet_chocolate n 1 1 @ 1 0 07603722 +bittersweet_nightshade n 1 2 @ #m 1 0 12894607 +bitterweed n 2 3 @ ~ #m 2 0 12003167 11919447 +bitterwood n 3 3 @ #m %s 3 0 12718995 12718483 12716594 +bitterwood_tree n 1 3 @ ~ #m 1 0 12715914 +bitthead n 1 2 @ #p 1 0 02845763 +bitumastic n 1 1 @ 1 0 02845985 +bitumen n 1 3 @ ~ + 1 0 14911530 +bituminous_coal n 1 2 @ ~ 1 0 14815086 +biu-mandara n 1 2 @ ~ 1 0 06984953 +bivalve n 1 4 @ ~ #m + 1 0 01955933 +bivalvia n 1 3 @ #m %m 1 0 01955463 +bivouac n 2 4 @ ~ + ; 2 1 02944826 08518171 +bivouacking n 1 1 @ 1 0 01055165 +biweekly n 1 1 @ 1 0 06594904 +biz n 1 2 @ ; 1 0 00583089 +bizarreness n 1 2 @ + 1 0 04798511 +bize n 1 1 @ 1 0 11429356 +bizet n 1 1 @ 1 0 10851865 +bja n 1 3 @ #p ; 1 0 08135770 +bjs n 1 2 @ #p 1 0 08136027 +bk n 1 1 @ 1 0 14631134 +blabber n 1 3 @ ~ + 1 0 10206173 +blabbermouth n 1 1 @ 1 0 10692696 +blaberus n 1 3 @ #m %m 1 0 02235078 +black n 7 6 ! @ ~ #m + ; 7 1 04960277 13983807 10852130 10851987 09636339 02846260 02846141 +black-and-tan_coonhound n 1 1 @ 1 0 02089078 +black-and-tan_terrier n 1 2 @ ~ 1 0 02094721 +black-backed_gull n 1 2 @ #m 1 0 02041875 +black-billed_cuckoo n 1 2 @ #m 1 0 01823740 +black-body_radiation n 1 1 @ 1 0 11429661 +black-capped_chickadee n 1 1 @ 1 0 01592257 +black-crowned_night_heron n 1 2 @ #m 1 0 02010728 +black-eyed_pea n 3 4 @ #m #p %p 3 0 12578916 12578626 07726672 +black-eyed_susan n 3 2 @ #m 3 0 12813189 12180456 12008487 +black-eyed_susan_vine n 1 2 @ #m 1 0 12813189 +black-footed_albatross n 1 2 @ #m 1 0 02058747 +black-footed_ferret n 1 2 @ #m 1 0 02443484 +black-fronted_bush_shrike n 1 2 @ #m 1 0 01600341 +black-headed_snake n 1 2 @ #m 1 0 01739094 +black-legged_tick n 1 2 @ #m 1 0 01777909 +black-necked_cobra n 1 2 @ #m 1 0 01748686 +black-necked_grebe n 1 1 @ 1 0 02050586 +black-necked_stilt n 1 2 @ #m 1 0 02034971 +black-necked_stork n 1 2 @ #m 1 0 02004492 +black-stem_spleenwort n 1 1 @ 1 0 13181406 +black-stemmed_spleenwort n 1 1 @ 1 0 13181406 +black-tailed_deer n 1 1 @ 1 0 02432704 +black-winged_stilt n 1 2 @ #m 1 0 02035210 +black_africa n 1 2 @ #p 1 0 09172480 +black_african n 1 2 @ ~ 1 0 09635534 +black_american n 1 1 @ 1 0 09637013 +black_and_gold_garden_spider n 1 2 @ #m 1 0 01773157 +black_and_tan n 1 1 @ 1 0 09857957 +black_and_white n 2 3 @ ~ %p 2 0 06349220 02846399 +black_angus n 1 1 @ 1 0 02405929 +black_apricot n 1 2 @ #m 1 0 12641180 +black_archangel n 1 2 @ #m 1 0 12841872 +black_art n 1 2 @ ~ 1 0 05978812 +black_ash n 1 1 @ 1 0 12305089 +black_bamboo n 1 2 @ #m 1 0 12149350 +black_bass n 2 3 @ ~ #m 2 0 02567772 02564720 +black_bead n 1 2 @ #m 1 0 11764814 +black_bean n 1 1 @ 1 0 07727458 +black_bear n 2 3 @ ~ #m 2 0 02133704 02133161 +black_bearberry n 1 1 @ 1 0 12231709 +black_bee n 1 1 @ 1 0 02208848 +black_beech n 1 2 @ #m 1 0 12267411 +black_belt n 2 1 @ 2 0 09858165 07268166 +black_bile n 1 1 @ 1 0 05406782 +black_bindweed n 1 2 @ #m 1 0 12089846 +black_birch n 2 2 @ #m 2 0 12283147 12282933 +black_body n 1 1 @ 1 1 09222406 +black_book n 1 1 @ 1 0 06487260 +black_box n 1 1 @ 1 0 02846733 +black_bread n 1 1 @ 1 1 07685918 +black_bream n 1 2 @ #m 1 0 02593191 +black_bryony n 1 2 @ #m 1 0 12089846 +black_buck n 1 2 @ #m 1 0 02420509 +black_buffalo n 1 2 @ #m 1 0 01445593 +black_calla n 1 2 @ #m 1 0 11780424 +black_caraway n 1 1 @ 1 0 11737125 +black_carpet_beetle n 1 1 @ 1 0 02170738 +black_cat n 1 1 @ 1 0 02450829 +black_catechu n 1 2 @ #s 1 0 11757433 +black_cherry n 2 3 @ ~ #p 2 0 12648888 07757312 +black_cherry_tree n 1 1 @ 1 0 12648888 +black_cock n 1 1 @ 1 0 01796019 +black_cohosh n 1 1 @ 1 0 11728945 +black_comedy n 1 1 @ 1 0 07015841 +black_cottonwood n 2 1 @ 2 0 12733428 12733218 +black_crappie n 1 1 @ 1 0 02562971 +black_currant n 2 4 @ #m #p %p 2 0 12805561 07744559 +black_cypress_pine n 1 1 @ 1 0 11633999 +black_death n 1 1 @ 1 0 14139462 +black_diamond n 1 1 @ 1 0 14793393 +black_disease n 1 1 @ 1 0 14265006 +black_duck n 1 2 @ #m 1 0 01847978 +black_economy n 1 2 @ #p 1 0 08364548 +black_elder n 1 1 @ 1 0 12679201 +black_elderberry n 1 2 @ %p 1 0 12678548 +black_english n 1 2 @ - 1 0 06947658 +black_english_vernacular n 1 2 @ - 1 0 06947658 +black_eye n 3 2 @ ~ 3 1 14289387 14438419 07475870 +black_felt_cup n 1 1 @ 1 0 12984160 +black_flag n 1 2 @ %p 1 1 02847009 +black_fly n 1 2 @ #m 1 0 02205673 +black_forest n 1 2 @ ; 1 0 09222742 +black_fox n 1 1 @ 1 0 02119247 +black_friar n 1 3 @ ~ #m 1 0 10778345 +black_fritillary n 1 1 @ 1 0 12452480 +black_grama n 1 1 @ 1 0 12112337 +black_greasewood n 1 2 @ #m 1 0 11835251 +black_grouse n 1 3 @ ~ #m 1 0 01795545 +black_guillemot n 1 1 @ 1 0 02046939 +black_gum n 2 1 @ 2 0 12340755 12338454 +black_hand n 1 2 @ ; 1 0 08246036 +black_haw n 2 2 @ #m 2 0 12773142 12681579 +black_hawk n 1 1 @ 1 0 10852320 +black_hellebore n 2 1 @ 2 0 11734493 11734300 +black_hemlock n 1 1 @ 1 0 11627908 +black_henbane n 1 2 @ #m 1 0 12904314 +black_hickory n 3 3 @ #m %p 3 0 12322099 12320627 12319204 +black_hills n 2 3 @ #p %p 2 0 09222880 09139993 +black_hole n 1 1 @ 1 1 09223177 +black_hole_of_calcutta n 1 1 @ 1 0 02847223 +black_hollander n 1 2 @ #m 1 0 12727960 +black_horehound n 1 2 @ #m 1 0 12841872 +black_huckleberry n 1 2 @ %p 1 0 12236768 +black_humor n 1 2 @ ; 1 0 07068133 +black_humour n 1 2 @ ; 1 0 07068133 +black_ice n 1 1 @ 1 0 14915462 +black_jack_pershing n 1 1 @ 1 0 11230780 +black_kite n 1 1 @ 1 0 01608814 +black_knapweed n 1 1 @ 1 0 11948656 +black_knot n 1 1 @ 1 0 14278219 +black_larch n 1 1 @ 1 0 11619227 +black_lead n 1 2 @ ~ 1 0 14796575 +black_letter n 1 1 @ 1 0 06826589 +black_locust n 2 4 @ #m #s %s 2 0 12568506 12568186 +black_lotion n 1 2 @ %s 1 0 02847942 +black_lovage n 1 2 @ #m 1 0 12945828 +black_lung n 1 1 @ 1 0 14150210 +black_lung_disease n 1 1 @ 1 0 14150210 +black_magic n 1 2 @ ~ 1 0 05978812 +black_maire n 1 2 @ #m 1 0 12301613 +black_mallee n 1 1 @ 1 0 12338454 +black_mamba n 1 2 @ ~ 1 0 01749742 +black_man n 1 2 @ ~ 1 1 09637211 +black_mangrove n 2 2 @ #m 2 0 12916179 12915568 +black_margate n 1 1 @ 1 0 02589796 +black_maria n 2 1 @ 2 0 03977966 00496599 +black_market n 2 3 @ %m + 2 0 08425173 01097739 +black_marketeer n 1 3 @ #m + 1 0 09858560 +black_marlin n 1 1 @ 1 0 02631475 +black_medick n 1 1 @ 1 0 12549192 +black_morel n 1 2 @ #m 1 0 13033577 +black_moss n 1 2 @ #m 1 0 12608127 +black_mulberry n 1 1 @ 1 0 12399534 +black_music n 1 2 @ ~ 1 0 07025604 +black_muslim n 1 3 @ ~ #m 1 0 09858733 +black_mustard n 1 3 @ #m %p 1 0 11879505 +black_nightshade n 1 2 @ ~ 1 0 12896307 +black_oak n 1 1 @ 1 0 12279458 +black_olive n 1 1 @ 1 1 07767549 +black_opal n 1 1 @ 1 0 14776686 +black_operation n 1 1 @ 1 0 00984357 +black_panther n 1 2 @ #m 1 0 09858913 +black_panthers n 1 2 @ %m 1 0 08258358 +black_pea n 1 2 @ #m 1 0 12540488 +black_pepper n 2 4 @ #m %s %p 2 0 13149506 07815839 +black_person n 1 4 @ ~ #m ; 1 0 09636339 +black_pine n 5 2 @ #m 5 0 11658544 11658331 11618290 11614713 11611233 +black_plague n 1 1 @ 1 0 14139462 +black_poplar n 1 2 @ ~ 1 0 12732491 +black_prince n 1 1 @ 1 0 10949782 +black_pudding n 1 1 @ 1 0 07676121 +black_race n 1 2 @ %m 1 0 09636890 +black_racer n 1 2 @ ~ 1 0 01730960 +black_raspberry n 1 2 @ %p 1 0 12656685 +black_rat n 1 2 @ #m 1 0 02333909 +black_rat_snake n 1 2 @ #m 1 0 01732789 +black_rhinoceros n 1 2 @ #m 1 0 02393161 +black_rock_desert n 1 2 @ #p 1 0 09168592 +black_rockweed n 1 2 @ #m 1 0 01405250 +black_root_rot_fungus n 1 2 @ #m 1 0 12966804 +black_rot n 1 1 @ 1 0 14278360 +black_rudderfish n 1 2 @ #m 1 0 02635154 +black_sage n 1 2 @ #m 1 0 12871484 +black_sally n 1 1 @ 1 0 12338454 +black_salsify n 2 4 @ #m #p %p 2 0 12013035 07735294 +black_saltwort n 1 2 @ #m 1 0 12093885 +black_sea n 1 2 @ %p 1 0 09223325 +black_sea_bass n 1 2 @ #m 1 0 02567772 +black_september n 1 2 @ ; 1 0 08020242 +black_september_movement n 1 2 @ ; 1 0 08018666 +black_sheep n 2 1 @ 2 0 10555430 02413050 +black_snakeroot n 2 1 @ 2 0 11802410 11728945 +black_spleenwort n 1 1 @ 1 0 13180875 +black_spot n 1 1 @ 1 0 14278500 +black_spruce n 1 1 @ 1 0 11625804 +black_squirrel n 1 2 @ #m 1 0 02356977 +black_stork n 1 2 @ #m 1 0 02002724 +black_sumac n 1 1 @ 1 0 12763762 +black_swan n 1 2 @ #m 1 0 01860187 +black_tai n 1 1 @ 1 0 06935016 +black_tea n 1 2 @ ~ 1 0 07934530 +black_tie n 2 1 @ 2 0 03201776 02847631 +black_tongue n 1 1 @ 1 0 14311801 +black_tree_fern n 1 2 @ #m 1 0 13187367 +black_turnstone n 1 1 @ 1 0 02025389 +black_vernacular n 1 2 @ - 1 0 06947658 +black_vernacular_english n 1 2 @ - 1 0 06947658 +black_vomit n 1 1 @ 1 0 14144960 +black_vulture n 2 2 @ #m 2 0 01620414 01618082 +black_walnut n 2 4 @ #m #p %p 2 0 12319204 07771405 +black_walnut_tree n 1 3 @ #m %p 1 0 12319204 +black_wattle n 1 2 @ #m 1 0 11756870 +black_weevil n 1 2 @ #m 1 0 02182930 +black_whale n 2 2 @ #m 2 0 02071636 02067240 +black_widow n 1 2 @ #m 1 0 01774384 +black_willow n 1 2 @ #m 1 0 12729315 +black_woman n 1 1 @ 1 0 09637339 +blackamoor n 1 4 @ ~ #m ; 1 0 09636339 +blackback_flounder n 1 2 @ %p 1 0 02659478 +blackball n 1 2 @ + 1 0 00207622 +blackbeard n 1 1 @ 1 0 11334003 +blackbeetle n 1 2 @ #m 1 0 02233943 +blackberry n 2 4 @ ~ #p + 2 1 07744811 12653762 +blackberry-lily n 1 2 @ #m 1 0 12416073 +blackberry_bush n 1 2 @ ~ 1 0 12653762 +blackbird n 2 3 @ ~ #m 2 0 01574045 01558594 +blackboard n 1 1 @ 1 1 02846511 +blackboard_eraser n 1 1 @ 1 0 02846619 +blackbody n 1 1 @ 1 0 09222406 +blackbody_radiation n 1 1 @ 1 0 11429661 +blackbuck n 1 2 @ #m 1 0 02420509 +blackburn n 1 2 @ #m 1 0 01569060 +blackburnian_warbler n 1 2 @ #m 1 0 01569060 +blackcap n 4 3 @ #m %p 4 0 12656685 02042180 01592257 01564773 +blackcap_raspberry n 1 2 @ %p 1 0 12656685 +blackcock n 1 1 @ 1 0 01796019 +blackdamp n 1 1 @ 1 0 14797264 +blackening n 1 2 @ ~ 1 1 00274437 +blackface n 1 1 @ 1 0 02846874 +blackfish n 3 2 @ #m 3 0 02610066 02535163 02071636 +blackfly n 2 2 @ #m 2 0 02252972 02205673 +blackfoot n 2 1 @ 2 0 09650839 06908494 +blackfoot_daisy n 1 2 @ #m 1 0 11995840 +blackfriar n 1 3 @ ~ #m 1 0 10778345 +blackguard n 1 3 @ ~ + 1 0 09886220 +blackhead n 1 2 @ #p 1 0 05245775 +blackheart n 2 1 @ 2 0 14278102 07757753 +blackheart_cherry n 1 1 @ 1 0 07757753 +blacking n 1 1 @ 1 0 15039568 +blackjack n 4 2 @ %p 4 0 12274863 02847461 02847009 00490350 +blackjack_oak n 1 1 @ 1 0 12274863 +blackleg n 1 2 @ + 1 0 10554455 +blacklist n 1 2 @ + 1 0 06487260 +blackmail n 1 2 @ + 1 0 00784598 +blackmailer n 1 2 @ + 1 1 09858299 +blackmouth_bass n 1 2 @ #m 1 0 02567334 +blackness n 2 3 @ ~ + 2 2 04960277 13983807 +blackout n 5 4 @ ~ + ; 5 2 15271619 13984082 07422506 05679800 05672391 +blackpoll n 1 2 @ #m 1 0 01569566 +blackpool n 1 2 @ #p 1 0 08878367 +blacksburg n 1 2 @ #p 1 0 09150284 +blackseed n 1 2 @ #m 1 0 12140511 +blackshirt n 1 1 @ 1 0 09859038 +blacksmith n 1 2 @ ~ 1 1 09859152 +blacksnake n 2 3 @ ~ #m 2 0 01732789 01730960 +blacktail n 1 1 @ 1 0 02432704 +blacktail_deer n 1 1 @ 1 0 02432704 +blacktail_jackrabbit n 1 1 @ 1 0 02327435 +blacktail_prairie_dog n 1 1 @ 1 0 02359556 +blackthorn n 2 2 @ #m 2 0 12649723 12627119 +blacktip_shark n 1 2 @ #m 1 0 01489920 +blacktop n 1 2 @ + 1 0 14976871 +blacktopping n 1 2 @ + 1 0 14976871 +blackwall_hitch n 1 1 @ 1 0 02847728 +blackwash n 3 2 @ %s 3 0 06719974 02847942 02847852 +blackwater n 1 1 @ 1 0 14073331 +blackwater_fever n 1 1 @ 1 0 14073647 +blackwood n 2 4 @ ~ #s %s 2 0 12524395 12524188 +blackwood_tree n 1 3 @ ~ %s 1 0 12524188 +bladder n 2 4 @ ~ #p + 2 0 05512139 02848118 +bladder_campion n 2 2 @ #m 2 0 11816829 11816336 +bladder_cherry n 1 1 @ 1 0 12910875 +bladder_disorder n 1 2 @ ~ 1 0 14057221 +bladder_fern n 1 3 @ ~ #m 1 0 13195761 +bladder_fucus n 1 2 @ #m 1 0 01405250 +bladder_ketmia n 1 1 @ 1 0 12180456 +bladder_senna n 1 2 @ #m 1 0 12518481 +bladder_sphincter n 1 2 @ #p 1 0 05572396 +bladder_stone n 1 1 @ 1 0 09223487 +bladder_worm n 1 2 @ #m 1 0 01924800 +bladdernose n 1 2 @ #m 1 0 02081060 +bladdernut_family n 1 3 @ #m %m 1 0 12769430 +bladderpod n 4 2 @ #m 4 0 12168898 11899762 11893640 11890884 +bladderwort n 1 2 @ #m 1 0 12872458 +bladderwort_family n 1 3 @ #m %m 1 0 12871992 +bladderwrack n 2 2 @ #m 2 0 01405616 01405250 +blade n 9 4 @ ~ #p %p 9 4 13131883 09859285 09223591 04373894 07661165 05236029 02848806 02848523 02848216 +blade_apple n 1 2 @ #p 1 0 07769102 +blade_bit n 1 1 @ 1 0 03353147 +blade_roast n 1 1 @ 1 0 07661273 +blaeberry n 1 2 @ %p 1 0 12248574 +blah n 1 1 @ 1 0 07087777 +blahs n 1 2 @ ; 1 0 07539962 +blaia_zimondal n 1 1 @ 1 0 06895601 +blain n 1 2 @ ~ 1 0 14183420 +blair n 1 1 @ 1 0 10852506 +blaise_pascal n 1 1 @ 1 0 11224419 +blake n 1 1 @ 1 0 10852669 +blame n 2 3 @ ~ + 2 2 07237758 06713752 +blame_game n 1 1 @ 1 0 07236307 +blamelessness n 1 2 @ + 1 0 13989863 +blameworthiness n 1 2 @ + 1 0 13990960 +blanc n 1 1 @ 1 0 07836600 +blanc_fixe n 1 1 @ 1 0 14772877 +blanching_agent n 1 3 @ ~ #s 1 0 14779205 +blancmange n 1 1 @ 1 0 07610746 +bland_diet n 1 1 @ 1 0 07562017 +blandfordia n 1 3 @ #m %m 1 0 12443929 +blandishment n 2 3 @ ~ + 2 0 06695862 00159899 +blandness n 3 2 @ + 3 1 04629417 04997282 04913322 +blank n 4 1 @ 4 0 06839190 03632189 02849051 02848921 +blank_check n 2 2 @ #m 2 0 13993685 13383696 +blank_cheque n 1 2 @ #m 1 0 13383696 +blank_endorsement n 1 1 @ 1 0 06405423 +blank_shell n 1 1 @ 1 0 02848921 +blank_space n 1 3 @ ~ #p 1 0 06389553 +blank_verse n 1 1 @ 1 0 06378524 +blanket n 3 4 @ ~ #p + 3 2 02849154 09223725 02849419 +blanket_flower n 1 1 @ 1 0 11970846 +blanket_stitch n 1 1 @ 1 0 02849565 +blankness n 1 2 @ + 1 0 14455419 +blanquillo n 1 2 @ #m 1 0 02583096 +blantyre n 1 2 @ #p 1 0 08962951 +blare n 1 2 @ + 1 1 07377473 +blarina n 1 3 @ #m %m 1 0 01892271 +blarina_brevicauda n 1 2 @ #m 1 0 01892385 +blaring n 1 1 @ 1 1 07377473 +blarney n 1 2 @ + 1 0 06696025 +blarney_stone n 1 1 @ 1 0 02849729 +blasphemer n 1 3 @ ~ + 1 0 09859412 +blasphemy n 2 2 @ + 2 1 07124172 00746587 +blast n 6 4 @ ~ + ; 6 2 00128867 07376257 11465017 07408171 07287288 06711159 +blast_furnace n 1 2 @ #p 1 0 02849885 +blast_trauma n 1 1 @ 1 0 14288107 +blast_wave n 1 2 @ ~ 1 0 07347846 +blastema n 1 2 @ + 1 0 05431402 +blaster n 1 2 @ + 1 0 09859557 +blasting_cap n 1 2 @ %p 1 0 02850060 +blasting_gelatin n 1 2 @ %s 1 0 02850218 +blastocele n 1 3 @ #p + 1 0 01459242 +blastocladia n 1 2 @ #m 1 0 12978826 +blastocladiales n 1 3 @ #m %m 1 0 12978381 +blastocoel n 1 3 @ #p + 1 0 01459242 +blastocoele n 1 3 @ #p + 1 0 01459242 +blastocyst n 1 1 @ 1 0 01462042 +blastocyte n 1 1 @ 1 0 05447962 +blastocytoma n 1 1 @ 1 0 14236595 +blastoderm n 1 2 @ + 1 0 01459480 +blastodermic_vessicle n 1 1 @ 1 0 01462042 +blastodiaceae n 1 3 @ #m %m 1 0 12978654 +blastodisc n 1 1 @ 1 0 01459480 +blastoff n 1 2 @ + 1 0 00103590 +blastogenesis n 2 2 @ + 2 0 13438979 05992804 +blastoma n 1 1 @ 1 0 14236595 +blastomere n 1 2 @ + 1 0 01459664 +blastomyces n 1 2 @ #m 1 0 13080174 +blastomycete n 1 1 @ 1 0 13080306 +blastomycosis n 1 3 @ ~ + 1 0 14125159 +blastopore n 1 3 @ #p + 1 0 01463115 +blastosphere n 1 4 @ ~ %p + 1 0 01461646 +blastula n 1 4 @ ~ %p + 1 0 01461646 +blatancy n 1 2 @ + 1 1 04706882 +blather n 1 2 @ + 1 0 06610332 +blatherskite n 1 1 @ 1 0 06610332 +blatta n 1 3 @ #m %m 1 0 02233767 +blatta_orientalis n 1 2 @ #m 1 0 02233943 +blattaria n 1 3 @ #m %m 1 0 02233096 +blattella n 1 3 @ #m %m 1 0 02234719 +blattella_germanica n 1 2 @ #m 1 0 02234848 +blattidae n 1 3 @ #m %m 1 0 02233577 +blattodea n 1 3 @ #m %m 1 0 02233096 +blaxploitation n 1 1 @ 1 0 00419315 +blaze n 5 2 @ + 5 3 13439088 07305907 00736786 04952570 04681058 +blazer n 1 1 @ 1 0 02850358 +blazing n 1 1 @ 1 0 13439088 +blazing_star n 2 3 @ ~ #m 2 0 12035631 11991263 +blazon n 1 5 @ ~ %p + ; 1 0 03058726 +blazonry n 1 5 @ ~ %p + ; 1 0 03058726 +bleach n 3 4 @ ~ #s + 3 1 04961136 14779205 00274009 +bleach_liquor n 1 2 @ %s 1 0 14781062 +bleacher n 1 2 @ + 1 0 09859684 +bleachers n 1 2 @ ; 1 1 02850552 +bleaching_agent n 1 3 @ ~ #s 1 0 14779205 +bleaching_clay n 1 1 @ 1 0 14780605 +bleaching_earth n 1 1 @ 1 0 14780605 +bleaching_powder n 1 1 @ 1 0 14780850 +bleakness n 1 2 @ + 1 0 14525548 +bleat n 1 2 @ + 1 1 07377931 +bleb n 1 4 @ ~ + ; 1 1 05517837 +blechnaceae n 1 3 @ #m %m 1 0 13184492 +blechnum n 1 3 @ #m %m 1 0 13184873 +blechnum_spicant n 1 1 @ 1 0 13185269 +bleeder n 1 2 @ + 1 0 10170989 +bleeder's_disease n 1 2 @ ~ 1 0 14170337 +bleeding n 1 3 @ ~ + 1 0 14288235 +bleeding_heart n 2 2 @ #m 2 0 11910271 09859818 +bleeding_tooth n 1 2 @ #m 1 0 01946827 +bleep n 1 2 @ + 1 0 07377082 +blemish n 1 3 @ ~ + 1 1 04692157 +blend n 3 4 @ ~ + - 3 1 07375405 06288527 00380696 +blende n 1 2 @ %s 1 0 15107876 +blended_whiskey n 1 1 @ 1 0 07906572 +blended_whisky n 1 1 @ 1 0 07906572 +blender n 1 2 @ + 1 0 02850732 +blending n 2 2 @ ~ 2 1 00380696 01003936 +blenheim n 1 3 @ #p ; 1 0 01271915 +blenheim_spaniel n 1 1 @ 1 0 02086646 +blenniidae n 1 3 @ #m %m 1 0 02612982 +blennioid n 1 3 @ ~ #m 1 0 02612657 +blennioid_fish n 1 3 @ ~ #m 1 0 02612657 +blennioidea n 1 3 @ #m %m 1 0 02612393 +blennius n 1 3 @ #m %m 1 0 02613434 +blennius_pholis n 1 2 @ #m 1 0 02613572 +blenny n 1 3 @ ~ #m 1 0 02613181 +blepharism n 1 1 @ 1 0 14362075 +blepharitis n 1 1 @ 1 0 14261244 +blepharospasm n 1 1 @ 1 0 14361064 +blephilia n 1 3 @ #m %m 1 0 12842105 +blephilia_celiata n 1 2 @ #m 1 0 12842642 +blephilia_hirsuta n 1 2 @ #m 1 0 12842519 +bleriot n 1 1 @ 1 0 10852803 +blessed_event n 1 2 @ ; 1 0 07320894 +blessed_thistle n 2 2 @ #m 2 0 12015525 11955532 +blessed_trinity n 1 2 @ %m 1 0 09536789 +blessed_virgin n 1 1 @ 1 0 11161412 +blessedness n 1 3 @ ~ + 1 0 13987719 +blessing n 5 3 @ ~ + 5 1 01215392 14474264 07190039 07189411 01043693 +blether n 1 2 @ + 1 0 07137129 +bletia n 1 2 @ #m 1 0 12046428 +bletia_striata n 1 2 @ #m 1 0 12046815 +bletilla n 1 3 @ #m %m 1 0 12046620 +bletilla_striata n 1 2 @ #m 1 0 12046815 +bleu n 1 2 @ ~ 1 0 07852045 +bleu_cheese_dressing n 1 1 @ 1 0 07833535 +blewits n 1 1 @ 1 0 13017102 +blida n 1 2 @ #p 1 0 08706502 +bligh n 1 1 @ 1 0 10852961 +blighia n 1 3 @ #m %m 1 0 12742041 +blighia_sapida n 1 3 @ #m %p 1 0 12742290 +blight n 2 3 @ ~ + 2 1 14562854 14215331 +blight_canker n 1 1 @ 1 0 14217147 +blighter n 2 2 @ ~ 2 0 10419630 09908025 +blighty n 1 1 @ 1 0 08873147 +blighty_wound n 1 1 @ 1 0 07340453 +blimp n 2 2 @ ; 2 0 09937489 02850950 +blind n 4 4 @ ~ %m + 4 3 07944408 02851384 02851099 06760508 +blind_alley n 2 2 @ ; 2 0 02851540 00038573 +blind_bend n 1 1 @ 1 0 02851795 +blind_corner n 1 1 @ 1 0 02851675 +blind_curve n 1 1 @ 1 0 02851795 +blind_date n 2 1 @ 2 0 09859975 08385490 +blind_eel n 1 2 @ #m 1 0 01638722 +blind_flying n 1 1 @ 1 0 00303049 +blind_gentian n 2 1 @ 2 0 12294723 12294331 +blind_gut n 1 3 @ #p %p 1 0 05536370 +blind_landing n 1 1 @ 1 0 00303049 +blind_person n 1 2 @ #m 1 0 09860130 +blind_side n 1 1 @ 1 0 08649873 +blind_snake n 1 3 @ ~ #m 1 0 01740551 +blind_spot n 2 2 @ #p 2 0 05815691 05456082 +blind_staggers n 1 1 @ 1 0 14275764 +blind_stitching n 1 1 @ 1 0 00715949 +blind_trust n 1 1 @ 1 0 13361083 +blinder n 1 2 @ + 1 0 04593629 +blindfold n 1 2 @ + 1 0 02851939 +blindman's_bluff n 1 1 @ 1 0 00484362 +blindman's_buff n 1 1 @ 1 0 00484362 +blindness n 1 3 @ ~ + 1 1 14126660 +blindworm n 2 2 @ #m 2 0 01690149 01655344 +bling n 1 1 @ 1 0 02852043 +bling_bling n 1 1 @ 1 0 02852043 +blini n 1 1 @ 1 0 07640844 +blink n 1 3 @ ~ + 1 0 00117959 +blink_of_an_eye n 1 1 @ 1 0 15247110 +blinker n 3 3 @ #p + 3 1 02852173 07262704 04593629 +blinking n 1 3 @ ~ + 1 0 00117959 +blinking_chickweed n 1 1 @ 1 0 11861487 +blinks n 1 1 @ 1 0 11861487 +blintz n 1 2 @ ; 1 0 07640991 +blintze n 1 2 @ ; 1 0 07640991 +bliny n 1 1 @ 1 0 07640844 +blip n 2 1 @ 2 0 07299203 07263358 +bliss n 1 2 @ ~ 1 0 13987905 +blissfulness n 1 3 @ ~ + 1 0 13987905 +blissus n 1 3 @ #m %m 1 0 02239073 +blissus_leucopterus n 1 2 @ #m 1 0 02239192 +blister n 3 4 @ ~ + ; 3 0 14464512 13088858 05517837 +blister_beetle n 1 3 @ ~ #m 1 0 02179012 +blister_blight n 2 1 @ 2 0 14216318 14216234 +blister_copper n 1 1 @ 1 0 14781513 +blister_pack n 1 1 @ 1 0 02852360 +blister_rust n 2 2 @ #m 2 0 14277833 13064457 +blistering n 1 1 @ 1 0 13573181 +blistering_agent n 1 1 @ 1 0 14957270 +blitheness n 1 3 @ ~ + 1 0 07530478 +blitt n 1 1 @ 1 0 06699115 +blitz n 2 3 @ + ; 2 0 00976085 00975781 +blitzkrieg n 1 2 @ ; 1 0 00975781 +blitzstein n 1 1 @ 1 0 10853244 +blixen n 1 1 @ 1 0 10935745 +blizzard n 2 1 @ 2 1 11509570 08459087 +bloat n 1 2 @ + 1 1 14315549 +bloater n 1 1 @ 1 0 07785235 +blob n 1 2 @ + 1 1 13910019 +bloc n 1 2 @ ~ 1 1 08171094 +blocadren n 1 2 @ ; 1 0 04438742 +bloch n 1 1 @ 1 0 10853413 +block n 12 6 @ ~ #p %p + ; 12 5 02852523 08642145 13914608 07954014 02853016 13626464 05645199 04020298 03288225 02853449 02756601 00562398 +block_anaesthesia n 1 1 @ 1 0 14027396 +block_and_tackle n 1 2 @ %p 1 0 02853745 +block_anesthesia n 1 1 @ 1 0 14027396 +block_capital n 1 1 @ 1 1 06839637 +block_diagram n 1 1 @ 1 1 02853991 +block_grant n 1 1 @ 1 0 00088154 +block_letter n 1 1 @ 1 0 06839637 +block_of_metal n 1 2 @ ~ 1 0 03570526 +block_plane n 1 1 @ 1 0 02854532 +block_vote n 1 1 @ 1 0 00183995 +blockade n 2 4 @ ~ + ; 2 1 00954086 02853218 +blockade-runner n 1 1 @ 1 0 02853336 +blockage n 3 3 @ ~ + 3 0 14507951 02853449 01074694 +blockbuster n 2 2 @ ; 2 0 02853870 00064151 +blocker n 2 3 @ ~ + 2 0 09860248 02854156 +blockhead n 1 1 @ 1 0 10039663 +blockhouse n 1 1 @ 1 0 02854378 +blocking n 1 3 @ ~ + 1 0 00562398 +blocking_agent n 1 2 @ ~ 1 0 02854156 +bloemfontein n 1 2 @ #p 1 0 09002325 +blog n 1 1 @ 1 0 06402202 +blogger n 1 1 @ 1 0 09860415 +blok n 1 1 @ 1 0 10853628 +bloke n 1 2 @ ~ 1 1 09908025 +blolly n 1 2 @ #m 1 0 12662379 +blond n 2 2 @ ~ 2 0 09860506 04966017 +blonde n 2 2 @ ~ 2 1 09860506 04966017 +blonde_lilian n 1 1 @ 1 0 12450607 +blondness n 1 2 @ + 1 0 04977247 +blood n 5 6 @ ~ %s %p + ; 5 4 05399847 04628747 10505942 08101937 07944618 +blood-brain_barrier n 1 1 @ 1 0 09223911 +blood-oxygenation_level_dependent_functional_magnetic_resonance_imaging n 1 1 @ 1 0 00902975 +blood-twig n 1 1 @ 1 0 12948053 +blood_agar n 1 1 @ 1 0 14900342 +blood_bank n 1 1 @ 1 0 13368517 +blood_berry n 1 2 @ #m 1 0 11856573 +blood_blister n 1 1 @ 1 0 14312889 +blood_brother n 2 2 @ ~ 2 0 09876454 09860653 +blood_brotherhood n 1 1 @ 1 0 13929477 +blood_cell n 1 3 @ ~ #p 1 0 05449268 +blood_clam n 1 2 @ #m 1 0 01963479 +blood_clot n 1 1 @ 1 0 05402333 +blood_clotting n 1 1 @ 1 0 13439230 +blood_coagulation n 1 1 @ 1 0 13439230 +blood_corpuscle n 1 3 @ ~ #p 1 0 05449268 +blood_count n 2 2 @ ~ 2 0 13592105 00652803 +blood_cup n 1 2 @ #m 1 0 13030852 +blood_cyst n 1 2 @ ~ 1 0 14201989 +blood_disease n 1 2 @ ~ 1 0 14189204 +blood_disorder n 1 2 @ ~ 1 0 14189204 +blood_donor n 1 2 @ ~ 1 0 09860813 +blood_dyscrasia n 1 2 @ ~ 1 0 14053850 +blood_extravasation n 1 1 @ 1 0 14370526 +blood_feud n 1 1 @ 1 0 01236947 +blood_flower n 1 1 @ 1 0 13234293 +blood_fluke n 1 2 @ #m 1 0 01927159 +blood_glucose n 1 1 @ 1 0 14884481 +blood_group n 1 2 @ ~ 1 0 05400601 +blood_heat n 1 2 @ ~ 1 0 05014879 +blood_kinship n 1 2 @ ; 1 0 13813591 +blood_knot n 1 1 @ 1 0 02795783 +blood_lily n 1 3 @ ~ #m 1 0 12420535 +blood_line n 1 2 @ ~ 1 0 08101937 +blood_meal n 1 1 @ 1 0 07570141 +blood_money n 3 1 @ 3 0 13290566 13284184 13281925 +blood_plasma n 1 2 @ %s 1 0 05403427 +blood_platelet n 1 1 @ 1 0 15023959 +blood_poisoning n 1 2 @ ~ 1 0 14189837 +blood_pressure n 1 3 @ ~ #p 1 1 11429968 +blood_profile n 1 1 @ 1 0 00652975 +blood_pudding n 1 1 @ 1 0 07676121 +blood_relation n 1 1 @ 1 0 10236114 +blood_relative n 1 1 @ 1 1 10236114 +blood_sausage n 1 1 @ 1 0 07676121 +blood_serum n 1 4 @ ~ #s %s 1 0 05403149 +blood_spavin n 1 1 @ 1 0 14273084 +blood_sport n 1 2 @ ~ 1 0 00451866 +blood_stream n 1 2 @ #p 1 0 05401951 +blood_sugar n 1 1 @ 1 0 14884481 +blood_test n 1 2 @ ~ 1 0 05742551 +blood_transfusion n 1 2 @ ~ 1 1 00324056 +blood_type n 1 2 @ ~ 1 0 05400601 +blood_typing n 1 1 @ 1 0 00152990 +blood_vessel n 1 3 @ ~ #p 1 1 05417975 +bloodbath n 1 1 @ 1 0 00224260 +bloodberry n 1 2 @ #m 1 0 11856573 +bloodguilt n 1 2 @ + 1 0 13991121 +bloodhound n 1 1 @ 1 1 02088466 +bloodiness n 2 2 @ + 2 0 13974937 04624687 +bloodleaf n 1 3 @ ~ #m 1 0 11826569 +bloodless_revolution n 1 1 @ 1 0 01304356 +bloodletting n 2 3 @ ~ ; 2 0 00698004 00224260 +bloodline n 2 2 @ ~ 2 0 08101937 04923907 +bloodlust n 1 1 @ 1 0 07485203 +bloodmobile n 1 1 @ 1 0 02854630 +bloodroot n 1 2 @ #m 1 0 11908077 +bloodshed n 2 1 @ 2 1 00221178 00224260 +bloodstain n 1 1 @ 1 0 04695605 +bloodstock n 1 1 @ 1 0 08101755 +bloodstone n 1 1 @ 1 0 14781631 +bloodstream n 1 2 @ #p 1 1 05401951 +bloodsucker n 1 3 @ ~ #m 1 0 01937909 +bloodthirstiness n 1 2 @ + 1 0 04624687 +bloodwood_tree n 2 3 @ #m %s 2 0 12565102 12496949 +bloodworm n 1 2 @ #m 1 0 01937579 +bloodwort n 1 2 @ #m 1 0 12312110 +bloodwort_family n 1 3 @ #m %m 1 0 12311894 +bloody_mary n 2 4 @ ~ #m %s 2 0 11161664 07913393 +bloody_shame n 1 1 @ 1 0 07913537 +bloom n 6 5 @ ~ #p %p + 6 4 13439390 11669335 15151641 14050871 15295045 11410527 +bloom_of_youth n 1 2 @ #p 1 0 15151641 +bloomer n 2 3 @ ~ + 2 0 11672269 00074790 +bloomeria n 1 3 @ #m %m 1 0 12444261 +bloomeria_crocea n 1 2 @ #m 1 0 12444490 +bloomers n 1 2 @ ; 1 0 02854739 +bloomfield n 1 1 @ 1 0 10853767 +blooming n 1 1 @ 1 1 13439390 +blooming-fool_begonia n 1 1 @ 1 0 12360958 +bloomington n 1 2 @ #p 1 0 09085089 +bloomsbury n 1 2 @ #p 1 0 08874920 +bloomsbury_group n 1 2 @ %m 1 0 08240966 +blooper n 1 2 @ ~ 1 0 00074790 +blossom n 2 5 @ ~ #p %p + 2 1 11669335 15295045 +blossoming n 1 1 @ 1 0 13439570 +blot n 2 3 @ ~ + 2 1 04694441 00072261 +blotch n 1 2 @ + 1 1 04694809 +blotter n 2 2 @ + 2 0 14781752 06502858 +blotting_paper n 1 1 @ 1 0 14781752 +blouse n 1 3 @ ~ %p 1 0 02854926 +blow n 7 4 @ ~ #p + 7 4 01173038 07338681 07475870 07298982 11465017 03066743 00835501 +blow_drier n 1 1 @ 1 0 03483316 +blow_dryer n 1 1 @ 1 0 03483316 +blow_fly n 1 3 @ ~ #m 1 0 02191773 +blow_gas n 1 1 @ 1 0 14781872 +blow_tube n 2 1 @ 2 0 02855560 02855253 +blowback n 2 2 @ ~ 2 0 07408965 06635104 +blowball n 1 3 @ ~ #m 1 0 12024176 +blower n 3 5 @ ~ #m %p + 3 1 02855089 03271574 02062430 +blowfish n 2 6 @ ~ #m #p %s %p 2 1 07781972 02655020 +blowfly n 1 3 @ ~ #m 1 0 02191773 +blowgun n 1 1 @ 1 0 02855253 +blowhard n 1 1 @ 1 0 09872066 +blowhole n 2 3 @ ~ #p 2 0 05250420 04526241 +blowing n 1 3 @ ~ + 1 1 13439807 +blowing_gas n 1 1 @ 1 1 14781872 +blowing_up n 1 1 @ 1 0 06713377 +blowjob n 1 2 @ ; 1 0 00855301 +blowlamp n 1 2 @ ~ 1 0 02855390 +blowout n 3 2 @ + 3 0 07475107 07318618 00518669 +blowpipe n 2 1 @ 2 0 02855560 02855253 +blowtorch n 1 2 @ ~ 1 0 02855390 +blowtube n 2 1 @ 2 0 02855560 02855253 +blowup n 3 3 @ ~ + 3 0 07308563 07014320 03289462 +blt n 1 1 @ 1 0 07698401 +blu-82 n 1 1 @ 1 0 02836900 +blubber n 2 3 @ ~ + 2 0 14781989 04999401 +blubberer n 1 2 @ + 1 0 09860940 +blucher n 2 1 @ 2 0 10853932 02855701 +bludgeon n 1 3 @ ~ + 1 1 02855793 +bludgeoner n 1 2 @ + 1 0 09861059 +blue n 7 4 @ ~ #m + 7 4 04968895 02855925 08480847 09224566 14986593 02703692 02282257 +blue-belly n 1 1 @ 1 0 01680655 +blue-blindness n 1 2 @ + 1 0 14155031 +blue-chip_stock n 1 1 @ 1 0 13334767 +blue-eyed_african_daisy n 1 2 @ #m 1 0 11925450 +blue-eyed_grass n 1 2 @ #m 1 0 12418221 +blue-eyed_mary n 1 2 @ #m 1 0 12882158 +blue-green_algae n 1 3 @ ~ #m 1 1 01358572 +blue-headed_vireo n 1 1 @ 1 0 01603152 +blue-winged_teal n 1 1 @ 1 0 01848453 +blue_african_lily n 1 2 @ #m 1 0 12429352 +blue_air n 1 1 @ 1 1 09224566 +blue_angel n 1 1 @ 1 0 02703692 +blue_ash n 1 1 @ 1 0 12305819 +blue_baby n 1 1 @ 1 0 09861166 +blue_blood n 1 3 @ ~ #m 1 0 09807754 +blue_book n 3 1 @ 3 0 07219636 06507711 06414151 +blue_bugle n 1 1 @ 1 0 12841193 +blue_bull n 1 2 @ #m 1 0 02425532 +blue_cardinal_flower n 1 1 @ 1 0 12169320 +blue_cat n 1 1 @ 1 0 02519862 +blue_catfish n 1 1 @ 1 0 02519862 +blue_channel_cat n 1 1 @ 1 0 02519862 +blue_channel_catfish n 1 1 @ 1 0 02519862 +blue_cheese n 1 2 @ ~ 1 0 07852045 +blue_cheese_dressing n 2 1 @ 2 0 07833672 07833535 +blue_chip n 2 1 @ 2 0 13334767 02856013 +blue_cohosh n 1 2 @ #m 1 0 11698562 +blue_columbine n 1 2 @ #m 1 0 11727540 +blue_copperas n 1 1 @ 1 0 14782252 +blue_crab n 2 4 @ #m #p %p 2 0 07787980 01979874 +blue_curls n 1 3 @ ~ #m 1 0 12871272 +blue_daisy n 1 2 @ #m 1 0 11969607 +blue_darter n 1 2 @ #m 1 0 01606809 +blue_devil n 2 2 @ #m 2 0 12819728 02703692 +blue_devils n 1 1 @ 1 0 14404460 +blue_elder n 1 2 @ #m 1 0 12678794 +blue_elderberry n 1 2 @ #m 1 0 12678794 +blue_false_indigo n 1 1 @ 1 0 12509665 +blue_fig n 2 4 @ #m #p %p 2 0 12193334 12192877 +blue_flag n 1 1 @ 1 0 12415089 +blue_fleabane n 1 1 @ 1 0 11965962 +blue_fox n 1 1 @ 1 0 02120278 +blue_funk n 1 1 @ 1 0 14404610 +blue_goose n 1 3 @ ~ #m 1 0 01856890 +blue_grama n 1 1 @ 1 0 12112219 +blue_grass n 1 3 @ ~ #m 1 0 12131405 +blue_green n 1 2 @ ~ 1 0 04968426 +blue_gum n 1 1 @ 1 0 12337617 +blue_jack n 1 3 @ #m %p 1 0 02536864 +blue_jasmine n 1 1 @ 1 0 11730015 +blue_jay n 1 2 @ #m 1 0 01580870 +blue_jean n 1 3 @ ~ ; 1 0 03594734 +blue_jessamine n 1 1 @ 1 0 11730015 +blue_jet n 1 1 @ 1 0 11475067 +blue_joke n 1 1 @ 1 0 06779096 +blue_law n 1 2 @ ; 1 0 06538105 +blue_lotus n 2 1 @ 2 0 11716167 11716041 +blue_mahoe n 1 1 @ 1 0 12178494 +blue_marguerite n 1 2 @ #m 1 0 11969607 +blue_marlin n 1 1 @ 1 0 02631330 +blue_mockingbird n 1 2 @ #m 1 0 01587278 +blue_mold_fungus n 1 2 @ #m 1 0 12981086 +blue_moon n 1 2 @ ; 1 0 15244200 +blue_mountain_tea n 1 1 @ 1 0 12017326 +blue_murder n 1 1 @ 1 0 07121904 +blue_nile n 1 1 @ 1 0 09224193 +blue_note n 1 2 @ #p 1 0 07051517 +blue_orchid n 1 2 @ #m 1 0 12086192 +blue_pea n 1 1 @ 1 0 12517642 +blue_peafowl n 1 1 @ 1 0 01806364 +blue_peter n 1 1 @ 1 0 06875552 +blue_pickerel n 1 1 @ 1 0 02557909 +blue_pike n 1 1 @ 1 0 02557909 +blue_pikeperch n 1 1 @ 1 0 02557909 +blue_pimpernel n 1 1 @ 1 0 12868019 +blue_point n 2 4 @ #m #p %p 2 0 07786484 01961059 +blue_point_siamese n 1 1 @ 1 0 02123785 +blue_pointed n 1 1 @ 1 0 01484562 +blue_poppy n 1 2 @ #m 1 0 11906917 +blue_racer n 1 1 @ 1 0 01731137 +blue_ribbon n 1 1 @ 1 0 07268302 +blue_ribbon_commission n 1 1 @ 1 0 08322756 +blue_ribbon_committee n 1 1 @ 1 0 08322756 +blue_ribbon_jury n 1 2 @ ; 1 0 08415469 +blue_ridge n 1 2 @ #p 1 0 09224325 +blue_ridge_mountains n 1 2 @ #p 1 0 09224325 +blue_runner n 1 1 @ 1 0 02577164 +blue_sage n 4 2 @ #m 4 0 12865367 12865239 12864902 12014524 +blue_shark n 1 2 @ #m 1 0 01491006 +blue_skullcap n 1 1 @ 1 0 12868019 +blue_sky n 1 1 @ 1 0 09224566 +blue_sky_law n 1 2 @ ; 1 0 06538215 +blue_star n 1 2 @ #m 1 0 11770753 +blue_stem n 1 1 @ 1 0 12133682 +blue_stone n 1 1 @ 1 0 14782252 +blue_story n 1 1 @ 1 0 06779096 +blue_succory n 1 1 @ 1 0 11946918 +blue_thistle n 1 2 @ #m 1 0 12819728 +blue_tit n 1 2 @ #m 1 0 01592694 +blue_toadflax n 1 1 @ 1 0 12884100 +blue_tulip n 1 1 @ 1 0 11737752 +blue_vitriol n 1 1 @ 1 0 14782252 +blue_wall n 1 1 @ 1 0 01050356 +blue_wall_of_silence n 1 1 @ 1 0 01050356 +blue_walleye n 1 1 @ 1 0 02557909 +blue_whale n 1 2 @ #m 1 0 02064816 +blueback_salmon n 1 3 @ #m %p 1 0 02536165 +bluebeard n 1 2 @ ; 1 0 09590205 +bluebell n 3 2 @ #m 3 0 12459275 12291959 12037328 +blueberry n 2 4 @ ~ #m #p 2 0 12246232 07743544 +blueberry_bush n 1 3 @ ~ #m 1 0 12246232 +blueberry_pie n 1 1 @ 1 1 07626405 +blueberry_root n 1 2 @ #m 1 0 11698562 +blueberry_yogurt n 1 1 @ 1 0 07849506 +bluebill n 1 3 @ ~ #m 1 0 01851375 +bluebird n 2 2 @ #m 2 0 01594004 01562014 +bluebonnet n 2 1 @ 2 0 12547215 02783567 +bluebottle n 2 2 @ #m 2 0 11947802 02191979 +bluecoat n 1 1 @ 1 0 09861287 +bluefin n 2 4 @ #m #p %p 2 0 07781207 02627292 +bluefin_tuna n 2 4 @ #m #p %p 2 0 07781207 02627292 +bluefish n 2 4 @ #m #p %p 2 1 02573704 07785783 +bluegill n 1 2 @ #m 1 0 02563792 +bluegrass n 3 3 @ ~ #m 3 0 12131405 09090389 07062190 +bluegrass_country n 1 1 @ 1 0 09090389 +bluegrass_region n 1 1 @ 1 0 09090389 +bluegrass_state n 1 3 @ #p %p 1 0 09089139 +bluegrass_stater n 1 1 @ 1 0 09743275 +bluehead n 1 2 @ #m 1 0 02609302 +blueing n 2 1 @ 2 0 14986593 13439935 +bluejack_oak n 1 1 @ 1 0 12273114 +bluejacket n 1 2 @ ~ 1 0 09861395 +blueness n 1 3 @ ~ + 1 0 04968895 +bluenose n 1 1 @ 1 0 09725546 +bluepoint n 2 4 @ #m #p %p 2 0 07786484 01961059 +blueprint n 2 2 @ + 2 0 05902327 02856109 +blueprint_paper n 1 1 @ 1 0 14782150 +blues n 2 3 @ ~ %p 2 1 07051185 14404460 +bluestem n 1 1 @ 1 0 12133682 +bluestem_wheatgrass n 1 1 @ 1 0 12105981 +bluestocking n 1 1 @ 1 1 09861599 +bluestone n 1 1 @ 1 0 14995812 +bluethroat n 1 2 @ #m 1 0 01562451 +bluethroat_pikeblenny n 1 2 @ #m 1 0 02614653 +bluetick n 1 1 @ 1 0 02088632 +bluetongue n 1 1 @ 1 0 14261717 +blueweed n 1 2 @ #m 1 0 12819728 +bluewing n 1 1 @ 1 0 01848453 +bluff n 3 2 @ + 3 2 09224725 06759602 00756598 +bluffer n 1 2 @ + 1 0 09861718 +bluffness n 1 2 @ + 1 0 04650913 +bluing n 2 2 @ + 2 0 14986593 13439935 +bluish_green n 1 2 @ ~ 1 0 04968426 +blunder n 1 3 @ ~ + 1 1 00074790 +blunderbuss n 1 2 @ %p 1 0 02856237 +blunderer n 1 2 @ + 1 0 09879744 +blunt-leaf_heath n 1 1 @ 1 0 12253664 +blunt_file n 1 2 ! @ 1 0 02856362 +blunt_trauma n 1 1 @ 1 0 14288725 +bluntness n 2 3 @ ~ + 2 0 04846383 04705671 +blur n 1 2 @ + 1 1 05940414 +blurb n 1 1 @ 1 0 07248060 +blurriness n 1 3 @ ~ + 1 0 04704346 +blush n 2 2 @ + 2 0 14050871 00118268 +blush_wine n 1 1 @ 1 0 07893253 +blusher n 2 3 @ #m + 2 0 13003522 04112752 +blushing_mushroom n 1 2 @ #m 1 0 13003522 +bluster n 4 2 @ + 4 2 13976182 06889591 11465297 07230089 +blusterer n 1 2 @ + 1 0 10274318 +bm n 2 3 @ ~ ; 2 0 14854262 13441387 +bmdo n 1 2 @ #p 1 0 08395991 +bmi n 1 1 @ 1 0 06640016 +bmr n 1 1 @ 1 0 13437610 +bmus n 1 1 @ 1 0 06699366 +bns n 1 1 @ 1 0 06699465 +bo's'n n 1 1 @ 1 0 09862183 +bo'sun n 1 1 @ 1 0 09862183 +bo_hai n 1 2 @ #p 1 0 09226209 +bo_tree n 1 1 @ 1 0 12402596 +boa n 2 3 @ ~ #m 2 0 03325584 01741943 +boa_constrictor n 1 1 @ 1 1 01742172 +boann n 1 2 @ ; 1 0 09508368 +boar n 2 3 @ #m %p 2 0 02396427 02396014 +boar_thistle n 1 1 @ 1 0 11955153 +board n 9 5 @ ~ %m %p + 9 3 08322981 15101854 02856463 07565259 03211616 03201208 03098140 03033986 02857023 +board_foot n 1 1 @ 1 0 13617835 +board_game n 1 3 @ ~ - 1 0 00502415 +board_measure n 1 1 @ 1 0 13617713 +board_meeting n 1 1 @ 1 0 08308039 +board_member n 1 2 @ #m 1 0 10308168 +board_of_appeals n 1 1 @ 1 0 08323301 +board_of_directors n 1 3 @ ~ #m 1 1 08380768 +board_of_education n 1 1 @ 1 0 08413408 +board_of_regents n 1 1 @ 1 1 08323658 +board_of_selectmen n 1 2 @ %m 1 0 08323471 +board_of_trade_unit n 1 2 @ %p 1 0 13727478 +board_of_trustees n 1 1 @ 1 1 08323825 +board_rule n 1 1 @ 1 0 02857812 +boarder n 3 2 @ + 3 0 10269458 09862479 09862345 +boarding n 2 2 @ ~ 2 1 00058337 02857365 +boarding_card n 1 1 @ 1 0 06690647 +boarding_house n 1 2 @ ~ 1 0 02857477 +boarding_pass n 1 1 @ 1 0 06690647 +boarding_school n 1 2 ! @ 1 0 08411701 +boardinghouse n 1 2 @ ~ 1 1 02857477 +boardroom n 1 2 @ ~ 1 0 02857644 +boards n 2 3 @ #p ; 2 0 02858044 02857907 +boardwalk n 1 2 @ ~ 1 0 02858179 +boarfish n 2 2 @ #m 2 0 01453742 01453475 +boarhound n 1 1 @ 1 0 02088745 +boast n 1 3 @ ~ + 1 1 07229530 +boaster n 1 2 @ + 1 0 09872066 +boastfulness n 1 2 @ + 1 0 04887373 +boasting n 1 2 @ ~ 1 0 07229530 +boat n 2 5 @ ~ %p + - 2 1 02858304 03456024 +boat-billed_heron n 1 2 @ #m 1 0 02011281 +boat_bug n 1 2 @ #m 1 0 02243209 +boat_club n 1 1 @ 1 0 08230785 +boat_deck n 1 1 @ 1 0 02859084 +boat_hook n 1 1 @ 1 0 02859343 +boat_paddle n 1 1 @ 1 0 03873416 +boat_race n 1 2 @ ~ 1 0 07459523 +boat_racing n 1 2 @ ~ 1 0 00449695 +boat_train n 1 1 @ 1 0 02859729 +boat_whistle n 1 2 @ #p 1 0 02859829 +boatbill n 1 2 @ #m 1 0 02011281 +boatbuilder n 1 1 @ 1 0 09861863 +boater n 2 3 @ ~ + 2 1 02859184 09861946 +boathouse n 1 1 @ 1 0 02859443 +boating n 1 3 @ ~ + 1 1 00315390 +boatload n 1 1 @ 1 1 13775523 +boatman n 1 3 @ ~ + 1 0 09861946 +boatmanship n 1 2 @ + 1 0 05639941 +boatswain n 1 1 @ 1 1 09862183 +boatswain's_chair n 1 1 @ 1 0 02859557 +boatswain_bird n 1 2 @ #m 1 0 02055107 +boatyard n 1 1 @ 1 0 02859955 +bob n 7 6 @ ~ #m #p %p + 7 0 13686877 05259109 02860847 02860239 02860063 02158066 00336274 +bob_dylan n 1 1 @ 1 0 10947108 +bob_hope n 1 1 @ 1 0 11059263 +bob_marley n 1 1 @ 1 0 11157580 +bob_mathias n 1 1 @ 1 0 11164332 +bob_woodward n 1 1 @ 1 0 11396338 +bobber n 1 3 @ #m + 1 0 02860063 +bobbin n 1 2 @ ~ 1 0 02860415 +bobbin_lace n 1 2 @ ~ 1 0 03938522 +bobble n 1 2 @ ; 1 0 00071864 +bobby n 1 1 @ 1 0 09862621 +bobby-socker n 1 1 @ 1 0 09862713 +bobby_fischer n 1 1 @ 1 0 10971528 +bobby_jones n 1 1 @ 1 0 11090512 +bobby_orr n 1 1 @ 1 0 11217072 +bobby_pin n 1 1 @ 1 1 02860640 +bobbysock n 1 1 @ 1 0 02713218 +bobbysocks n 1 1 @ 1 0 02713218 +bobbysoxer n 1 1 @ 1 1 09862713 +bobcat n 1 1 @ 1 0 02127482 +bobfloat n 1 2 @ #m 1 0 02860063 +bobolink n 1 2 @ #m 1 0 01573898 +bobsled n 2 2 @ + 2 0 02861022 02860847 +bobsledding n 1 1 @ 1 0 00447463 +bobsleigh n 2 1 @ 2 0 02861022 02860847 +bobtail n 2 1 @ 2 0 02158066 02105641 +bobwhite n 1 3 @ ~ #m 1 0 01804478 +bobwhite_quail n 1 3 @ ~ #m 1 0 01804478 +boccaccio n 1 1 @ 1 0 10854146 +bocce n 1 1 @ 1 0 00462997 +bocce_ball n 1 1 @ 1 0 02861147 +bocci n 1 1 @ 1 0 00462997 +bocci_ball n 1 1 @ 1 0 02861147 +boccie n 1 1 @ 1 0 00462997 +boccie_ball n 1 1 @ 1 0 02861147 +bocconia n 2 2 @ #m 2 0 11906514 11903333 +bocconia_frutescens n 1 2 @ #m 1 0 11903333 +boche n 1 2 @ ; 1 0 09748239 +bock n 1 1 @ 1 0 07887461 +bock_beer n 1 1 @ 1 0 07887461 +bod n 1 3 @ ~ #p 1 0 05217168 +boddhisatva n 1 2 @ ~ 1 0 09532384 +bodega n 1 1 @ 1 0 02861286 +bodensee n 1 2 @ #p 1 0 09252766 +bodhisattva n 1 2 @ ~ 1 0 09532384 +bodice n 1 3 @ #p %p 1 1 02861387 +bodice_ripper n 1 1 @ 1 0 06369554 +bodily_cavity n 1 4 @ ~ #p ; 1 0 05303402 +bodily_fluid n 1 2 @ ~ 1 0 05397468 +bodily_function n 1 2 @ ~ 1 1 13440063 +bodily_process n 1 2 @ ~ 1 0 13440063 +bodily_property n 1 2 @ ~ 1 0 04997988 +bodily_structure n 1 2 @ ~ 1 0 05225602 +boding n 1 2 @ ~ 1 0 07522128 +bodkin n 4 1 @ 4 0 03981094 02861777 02861658 02861509 +bodo-garo n 1 1 @ 1 0 06933689 +bodoni n 2 1 @ 2 0 10854265 06826726 +bodoni_font n 1 1 @ 1 0 06826726 +body n 11 7 @ ~ #p %p = + ; 11 8 05216365 07965085 05217859 09224911 05549830 08436288 04934546 06394701 05024616 04261506 02861886 +body-build n 1 2 @ ~ 1 0 04998530 +body_armor n 1 3 @ ~ %p 1 0 02862048 +body_armour n 1 3 @ ~ %p 1 0 02862048 +body_bag n 1 1 @ 1 0 02862770 +body_count n 1 1 @ 1 0 13592219 +body_covering n 1 3 @ ~ %p 1 0 05237755 +body_english n 1 1 @ 1 0 00333572 +body_fluid n 1 2 @ ~ 1 0 05397468 +body_hair n 1 2 @ #p 1 0 05255578 +body_language n 1 1 @ 1 0 06876892 +body_length n 1 1 @ 1 1 13653821 +body_lotion n 1 1 @ 1 0 02862916 +body_louse n 1 2 @ #m 1 0 02184720 +body_mass_index n 1 1 @ 1 0 06640016 +body_odor n 1 1 @ 1 0 04980920 +body_odour n 1 1 @ 1 0 04980920 +body_of_water n 1 5 @ ~ #p %s ; 1 1 09225146 +body_of_work n 1 2 @ ~ 1 0 03841417 +body_pad n 1 1 @ 1 0 02863340 +body_part n 1 4 @ ~ #p %p 1 1 05220461 +body_plethysmograph n 1 1 @ 1 0 02863176 +body_politic n 1 3 @ ~ %p 1 0 08168978 +body_process n 1 2 @ ~ 1 0 13440063 +body_servant n 1 2 @ ~ 1 1 09863238 +body_snatcher n 1 1 @ 1 0 10144571 +body_stocking n 1 1 @ 1 0 02863014 +body_structure n 1 2 @ ~ 1 0 05225602 +body_substance n 1 3 @ ~ #p 1 0 05263850 +body_suit n 1 1 @ 1 0 03657511 +body_temperature n 1 2 @ ~ 1 0 05014879 +body_type n 1 2 @ ~ 1 0 04998966 +body_waste n 1 2 @ ~ 1 0 14853947 +body_weight n 1 3 @ ~ = 1 1 05027135 +bodybuilder n 1 1 @ 1 1 09862845 +bodybuilding n 1 2 @ ~ 1 1 00625993 +bodyguard n 2 5 @ ~ #m #p + 2 1 09863031 08215801 +bodywork n 2 2 @ #p 2 0 02863426 00713493 +boehm n 1 1 @ 1 0 10854397 +boehme n 1 1 @ 1 0 10854397 +boehmenism n 1 1 @ 1 0 06188146 +boehmeria n 1 3 @ #m %m 1 0 12392943 +boehmeria_nivea n 1 2 @ #m 1 0 12393269 +boell n 1 1 @ 1 0 10854627 +boeotia n 1 5 @ #p %p + - 1 0 08789243 +boer n 1 1 @ 1 0 09635635 +boer_war n 1 2 @ ; 1 0 01303252 +boethius n 1 1 @ 1 0 10854777 +boeuf n 1 4 @ ~ #p %p 1 0 07663592 +boeuf_bourguignonne n 1 1 @ 1 0 07862461 +boeuf_fondu_bourguignon n 1 1 @ 1 0 07868045 +boffin n 1 2 @ ; 1 0 09863339 +bofors_gun n 1 1 @ 1 0 02863536 +bog n 1 3 @ ~ + 1 1 09225943 +bog_asphodel n 1 3 @ ~ #m 1 0 12463743 +bog_aster n 1 1 @ 1 0 11935953 +bog_bilberry n 1 1 @ 1 0 12248780 +bog_candles n 1 1 @ 1 0 12066018 +bog_hemp n 1 3 @ ~ #m 1 0 12393086 +bog_kalmia n 1 1 @ 1 0 12237855 +bog_laurel n 1 1 @ 1 0 12237855 +bog_moss n 1 2 @ #m 1 0 11542137 +bog_myrtle n 1 2 @ #m 1 0 12484784 +bog_pimpernel n 1 1 @ 1 0 12092629 +bog_plant n 1 2 @ ~ 1 0 13122364 +bog_rein_orchid n 1 1 @ 1 0 12066018 +bog_rhubarb n 1 2 @ #m 1 0 12002428 +bog_rose n 1 2 @ #m 1 0 12046028 +bog_rosemary n 1 1 @ 1 0 12229651 +bog_soil n 1 1 @ 1 0 14782403 +bog_spavin n 1 1 @ 1 0 14273183 +bog_star n 1 2 @ #m 1 0 12801781 +bog_whortleberry n 1 1 @ 1 0 12248780 +bogart n 1 2 @ + 1 0 10855047 +bogbean n 1 2 @ #m 1 0 12484784 +bogey n 3 3 @ + ; 3 1 09542258 13595414 02863638 +bogeyman n 1 1 @ 1 0 09488117 +bogie n 2 1 @ 2 0 09542258 02863638 +bogmat n 1 2 @ #m 1 0 11796573 +bogota n 1 2 @ #p 1 0 08732979 +bogy n 2 1 @ 2 1 02863638 09542258 +bohemia n 2 2 @ + 2 0 08758882 08241309 +bohemian n 3 3 @ ~ #p 3 0 10154186 09863620 09863500 +bohemian_waxwing n 1 1 @ 1 0 01603953 +bohemianism n 1 1 @ 1 0 01223672 +bohme n 1 1 @ 1 0 10854397 +bohr n 1 1 @ 1 0 10855200 +bohr_theory n 1 2 @ ; 1 0 06103422 +bohrium n 1 1 @ 1 0 14631757 +boidae n 1 3 @ #m %m 1 0 01741744 +boil n 2 3 @ ~ + 2 0 14183210 05014099 +boil_smut n 1 2 @ #m 1 0 13067330 +boiled_dinner n 1 1 @ 1 0 07862946 +boiled_egg n 1 2 @ ~ 1 0 07841495 +boiler n 2 6 @ ~ #p %m %p + 2 1 02863750 03612814 +boilerplate n 2 3 @ #m #p 2 0 07075006 02863995 +boilers_suit n 1 2 @ ; 1 0 03863262 +boilersuit n 1 2 @ ; 1 0 03863262 +boiling n 2 2 @ ~ 2 1 13440779 00247792 +boiling_point n 2 1 @ 2 0 05014099 04629030 +boiling_water_reactor n 1 1 @ 1 0 02864122 +boise n 1 2 @ #p 1 0 09081560 +boisterousness n 2 2 @ + 2 0 14523669 04985064 +bok_choi n 2 2 @ #m 2 0 11879054 07714448 +bok_choy n 2 2 @ #m 2 0 11879054 07714448 +bokkos n 1 1 @ 1 0 06983114 +bokmaal n 1 2 @ ~ 1 0 06954461 +bokmal n 1 2 @ ~ 1 0 06954461 +bola n 2 1 @ 2 0 02865351 02864342 +bola_tie n 1 1 @ 1 0 02865351 +bolanci n 1 1 @ 1 0 06982855 +bolbitis n 1 2 @ #m 1 0 13202933 +bold n 1 1 @ 1 0 06827219 +bold_face n 1 1 @ 1 0 06827219 +bold_fmri n 1 1 @ 1 0 00902975 +boldface n 1 2 @ + 1 0 06827219 +boldness n 3 5 ! @ ~ = + 3 1 04858785 04838210 04707252 +bole n 3 3 @ #p %p 3 0 14990864 13165815 06982855 +bolero n 3 1 @ 3 0 07055103 02864504 00530755 +boletaceae n 1 3 @ #m %m 1 0 13054211 +bolete n 1 3 @ ~ #m 1 0 13054560 +boletellus n 1 3 @ #m %m 1 0 13059852 +boletellus_russellii n 1 2 @ #m 1 0 13060017 +boletus n 1 3 @ #m %m 1 0 13055009 +boletus_chrysenteron n 1 2 @ #m 1 0 13055423 +boletus_edulis n 1 2 @ #m 1 0 13055577 +boletus_frostii n 1 2 @ #m 1 0 13055792 +boletus_luridus n 1 2 @ #m 1 0 13055949 +boletus_mirabilis n 1 2 @ #m 1 0 13056135 +boletus_pallidus n 1 2 @ #m 1 0 13056349 +boletus_pulcherrimus n 1 2 @ #m 1 0 13056607 +boletus_pulverulentus n 1 2 @ #m 1 0 13056799 +boletus_roxanae n 1 2 @ #m 1 0 13057054 +boletus_subvelutipes n 1 2 @ #m 1 0 13057242 +boletus_variipes n 1 2 @ #m 1 0 13057422 +boletus_zelleri n 1 2 @ #m 1 0 13057639 +boleyn n 1 1 @ 1 0 10855431 +bolide n 1 1 @ 1 0 11484260 +bolingbroke n 1 2 @ #m 1 0 11041814 +bolivar n 2 2 @ %p 2 0 13666790 10855604 +bolivia n 2 7 @ #m #p %m %p + - 2 0 08852843 00497321 +bolivian n 1 2 @ #m 1 0 09694664 +bolivian_monetary_unit n 1 2 @ ~ 1 0 13690911 +boliviano n 1 2 @ %p 1 0 13691022 +boll n 1 1 @ 1 0 11685512 +boll_weevil n 1 2 @ #m 1 0 02178717 +bollard n 1 5 @ ~ #p %p ; 1 0 02864593 +bollock n 2 4 @ ~ #p %p 2 0 05524615 02864878 +bollworm n 1 2 @ ~ 1 0 02310000 +bollywood n 1 1 @ 1 0 08068375 +bolo n 2 1 @ 2 1 02865351 02864987 +bolo_knife n 1 1 @ 1 0 02864987 +bolo_tie n 1 1 @ 1 0 02865351 +bologna n 2 3 @ ~ #p 2 0 08806458 07676273 +bologna_sausage n 1 2 @ ~ 1 0 07676273 +bolognese_pasta_sauce n 1 1 @ 1 0 07830986 +bologram n 1 1 @ 1 0 02865108 +bolograph n 1 1 @ 1 0 02865108 +bolometer n 1 2 @ + 1 0 02865214 +boloney n 1 2 @ ; 1 0 06611147 +bolshevik n 2 3 @ ~ + 2 1 09863749 09863936 +bolshevism n 1 3 @ ~ + 1 0 08368308 +bolshevist n 1 3 @ ~ + 1 0 09863936 +bolshie n 1 1 @ 1 0 09863749 +bolshy n 1 1 @ 1 0 09863749 +bolster n 1 2 @ + 1 1 02865509 +bolt n 7 6 @ ~ #p %p + ; 7 4 11519121 02866106 02865931 00555983 02866286 02865665 00204943 +bolt-hole n 1 1 @ 1 0 09226367 +bolt_cutter n 1 1 @ 1 0 02866386 +bolt_of_lightning n 1 1 @ 1 0 11519121 +bolti n 1 1 @ 1 0 02586238 +boltonia n 1 3 @ #m %m 1 0 11941261 +boltzmann n 1 1 @ 1 0 10855834 +boltzmann's_constant n 1 1 @ 1 0 13585997 +boltzmann_distribution_law n 1 2 @ ; 1 0 05877178 +bolus n 2 1 @ 2 0 13901490 02866474 +bolzano n 1 2 @ #p 1 0 08804662 +bomarea n 1 3 @ #m %m 1 0 12419592 +bomarea_edulis n 1 2 @ #m 1 0 12419878 +bomarea_salsilla n 1 2 @ #m 1 0 12420124 +bomb n 3 3 @ ~ + 3 2 02866578 02867592 07365193 +bomb_blast n 1 2 @ ~ 1 0 07408288 +bomb_calorimeter n 1 1 @ 1 1 02867592 +bomb_rack n 1 2 @ #p 1 0 02868429 +bomb_shelter n 1 1 @ 1 1 02868638 +bomb_site n 1 1 @ 1 0 08516431 +bombacaceae n 1 3 @ #m %m 1 0 12188985 +bombard n 1 1 @ 1 0 02867267 +bombardier n 2 2 @ #m 2 0 09864429 09864252 +bombardier_beetle n 1 2 @ #m 1 0 02167505 +bombardment n 4 3 @ ~ + 4 0 07083441 00987863 00978580 00978413 +bombardon n 2 1 @ 2 0 03512030 02867267 +bombast n 1 2 @ + 1 1 07087777 +bombax n 1 3 @ #m %m 1 0 12189293 +bombax_ceiba n 1 2 @ #m 1 0 12189429 +bombax_malabarica n 1 2 @ #m 1 0 12189429 +bombay n 1 2 @ #p 1 1 08903872 +bombay_ceiba n 1 1 @ 1 0 12190410 +bombay_hemp n 1 2 @ %p 1 0 12178129 +bombazine n 1 1 @ 1 0 02867401 +bomber n 3 5 @ ~ %p + ; 3 1 02867715 09864536 07697825 +bomber_aircrew n 1 2 @ %m 1 0 08273531 +bomber_crew n 1 2 @ %m 1 0 08273531 +bomber_harris n 1 1 @ 1 0 11030395 +bomber_jacket n 1 1 @ 1 0 02867966 +bombie n 1 1 @ 1 0 02868068 +bombilation n 1 2 @ + 1 0 07378234 +bombina n 1 3 @ #m %m 1 0 01648494 +bombina_bombina n 1 2 @ #m 1 0 01648620 +bombination n 1 2 @ + 1 0 07378234 +bombing n 2 4 @ ~ + ; 2 1 00978413 00979742 +bombing_run n 1 2 @ ~ 1 0 00978764 +bomblet n 1 4 @ ~ #p + 1 0 02868240 +bombproof n 1 2 @ + 1 1 02868638 +bombshell n 3 1 @ 3 0 09864632 07298396 02868546 +bombsight n 1 1 @ 1 0 02868870 +bombus n 1 3 @ #m %m 1 1 02209508 +bombycid n 1 3 @ ~ #m 1 0 02300173 +bombycid_moth n 1 3 @ ~ #m 1 0 02300173 +bombycidae n 1 3 @ #m %m 1 0 02300018 +bombycilla n 1 3 @ #m %m 1 0 01603478 +bombycilla_cedrorun n 1 1 @ 1 0 01603812 +bombycilla_garrulus n 1 1 @ 1 0 01603953 +bombycillidae n 1 3 @ #m %m 1 0 01603316 +bombyliidae n 1 3 @ #m %m 1 0 02195693 +bombyx n 1 3 @ #m %m 1 0 02300378 +bombyx_mori n 1 2 @ #m 1 0 02300554 +bon_mot n 1 2 @ ; 1 0 06776783 +bon_ton n 1 2 @ %m 1 0 08387930 +bon_vivant n 1 1 @ 1 0 10061656 +bon_voyage n 1 1 @ 1 0 06629858 +bonaire n 1 2 @ #p 1 0 08748917 +bonanza n 2 1 @ 2 0 09226498 07477587 +bonaparte n 1 1 @ 1 0 11200276 +bonasa n 1 3 @ #m %m 1 0 01797767 +bonasa_umbellus n 1 2 @ #m 1 0 01797886 +bonavist n 1 2 @ #m 1 0 12537569 +bonbon n 1 1 @ 1 0 07599649 +bonce n 1 1 @ 1 0 05539454 +bond n 10 4 @ ~ + ; 10 6 11436283 13417410 13792183 13350976 04181228 02755352 14782529 10855987 09590377 04935528 +bond-trading_activity n 1 1 @ 1 0 00079603 +bond_certificate n 1 2 @ ~ 1 0 13417410 +bond_issue n 1 1 @ 1 0 13337471 +bond_paper n 1 1 @ 1 0 14782529 +bond_rating n 1 1 @ 1 0 05738404 +bond_servant n 1 2 @ ~ 1 0 09865398 +bond_trading n 1 1 @ 1 0 00079603 +bondage n 3 2 @ ~ 3 0 13997529 13997253 00843681 +bonded_labor n 1 1 @ 1 0 13997778 +bondholder n 1 1 @ 1 0 09864761 +bonding n 3 3 @ ~ ; 3 0 13781820 05665769 00148653 +bondmaid n 2 1 @ 2 0 09865162 09865068 +bondman n 2 1 @ 2 0 09864968 09864891 +bondsman n 3 1 @ 3 1 09864891 09865279 09864968 +bondswoman n 3 1 @ 3 0 09865279 09865162 09865068 +bonduc n 2 3 @ #m %p 2 0 12496427 12488454 +bonduc_nut n 1 2 @ #p 1 0 11689197 +bonduc_tree n 1 3 @ #m %p 1 0 12488454 +bondwoman n 2 1 @ 2 0 09865162 09865068 +bone n 3 7 @ ~ #s #p %s %p + 3 2 05269901 14757848 04961331 +bone-ash_cup n 1 1 @ 1 0 02868975 +bone-forming_cell n 1 1 @ 1 0 05448149 +bone-headed_dinosaur n 1 3 @ ~ #m 1 0 01703011 +bone_age n 1 1 @ 1 0 04924674 +bone_ash n 1 1 @ 1 0 14782689 +bone_black n 1 1 @ 1 0 14668895 +bone_cell n 1 3 @ ~ #p 1 0 05447599 +bone_char n 1 1 @ 1 0 14668895 +bone_china n 1 1 @ 1 0 02869155 +bone_fat n 1 2 @ %p 1 0 14783038 +bone_marrow n 2 3 @ ~ #p 2 1 05285623 07873057 +bone_of_contention n 1 1 @ 1 0 06600139 +bone_oil n 2 2 @ #p 2 0 14783436 14783251 +bone_spavin n 1 1 @ 1 0 14273277 +bonefish n 1 2 @ #m 1 0 02542432 +bonehead n 1 1 @ 1 0 10039663 +bonelet n 1 4 @ ~ #p + 1 0 05277728 +bonemeal n 1 1 @ 1 1 14782833 +boner n 1 2 @ ~ 1 0 00074790 +bones n 1 2 @ ; 1 0 02869249 +boneset n 2 3 @ #m %p 2 0 12822955 11968931 +bonesetter n 1 1 @ 1 0 09865547 +boneshaker n 1 1 @ 1 0 02869563 +bonete n 1 2 @ #p 1 0 09226591 +bonfire n 1 1 @ 1 1 07303335 +bonfire_night n 1 1 @ 1 0 15159139 +bong n 1 1 @ 1 0 07376454 +bongo n 2 2 @ #m 2 0 02869737 02424085 +bongo_drum n 1 1 @ 1 0 02869737 +bonheur n 1 2 @ ; 1 0 07527061 +bonhoeffer n 1 1 @ 1 0 10856215 +bonhomie n 1 2 @ ~ 1 0 04654652 +boniface n 2 3 @ ~ ; 2 0 10856486 10186774 +boniface_viii n 1 1 @ 1 0 10856799 +boniness n 1 2 @ + 1 0 05001867 +bonito n 3 5 @ ~ #m #p %p 3 0 07781022 02629230 02627835 +bonito_shark n 1 1 @ 1 0 01484562 +bonn n 1 2 @ #p 1 1 08772137 +bonnet n 2 5 @ ~ #p %p + 2 1 02869837 03530910 +bonnet_macaque n 1 1 @ 1 0 02487675 +bonnet_monkey n 1 1 @ 1 0 02487675 +bonnet_shark n 1 1 @ 1 0 01495006 +bonnethead n 1 1 @ 1 0 01495006 +bonney n 1 1 @ 1 0 10857001 +bonobo n 1 2 @ #m 1 0 02482650 +bonsai n 1 2 @ ~ 1 0 13111881 +bontemps n 1 1 @ 1 0 10857159 +bonus n 2 3 @ ~ #p 2 1 05829656 13273154 +bonxie n 1 3 @ ~ #m 1 0 02044778 +bony_fish n 1 3 @ ~ #m 1 0 02514825 +bony_labyrinth n 1 2 @ #p 1 0 05321917 +bonyness n 1 2 @ + 1 0 05001867 +boo n 1 2 @ + 1 0 07123870 +boo-boo n 1 2 @ ~ 1 0 00074790 +boob n 2 4 @ #p %p + 2 0 10039391 05554405 +boob_tube n 1 4 @ #p %p ; 1 0 04405907 +booboisie n 1 1 @ 1 0 08181820 +booby n 2 2 @ #m 2 1 10039391 02053584 +booby_hatch n 1 1 @ 1 0 02820798 +booby_prize n 1 2 @ ~ 1 0 02869965 +booby_trap n 2 2 @ ~ 2 1 03639675 05688990 +boocercus_eurycerus n 1 2 @ #m 1 0 02424085 +boodle n 2 1 @ 2 0 13385216 00493308 +booger n 2 1 @ 2 0 09488117 05416128 +boogeyman n 1 1 @ 1 0 09488117 +boogie n 1 2 @ + 1 0 07063249 +boogie-woogie n 1 1 @ 1 0 07063249 +boojum_tree n 1 2 @ #m 1 0 12382233 +book n 11 8 @ ~ #p %m %p + ; - 11 4 06410904 02870092 06636524 07009946 13404248 07954441 07954211 06461609 06431740 06394865 02870526 +book_agent n 1 1 @ 1 0 09865672 +book_bag n 1 1 @ 1 0 02870676 +book_binding n 1 3 @ ~ #p 1 0 02840619 +book_fair n 2 1 @ 2 0 08408418 01118338 +book_jacket n 1 1 @ 1 1 07248320 +book_louse n 1 3 @ ~ #m 1 0 02261419 +book_lover n 1 1 @ 1 0 09852679 +book_lung n 1 1 @ 1 0 05528245 +book_matches n 1 1 @ 1 0 04126980 +book_of_account n 1 3 @ ~ %m 1 0 13404248 +book_of_amos n 1 2 @ #p 1 0 06439560 +book_of_baruch n 1 2 @ #p 1 0 06459323 +book_of_common_prayer n 1 2 @ %p 1 0 06457171 +book_of_daniel n 1 2 @ #p 1 0 06438995 +book_of_deuteronomy n 1 3 @ #p %p 1 0 06433475 +book_of_ecclesiastes n 1 2 @ #p 1 0 06437531 +book_of_esther n 1 2 @ #p 1 0 06436717 +book_of_exodus n 1 2 @ #p 1 0 06432715 +book_of_ezekiel n 1 2 @ #p 1 0 06438748 +book_of_ezra n 1 2 @ #p 1 0 06436183 +book_of_facts n 1 2 @ ~ 1 0 06417598 +book_of_genesis n 1 3 @ #p - 1 0 06432376 +book_of_habakkuk n 1 2 @ #p 1 0 06440489 +book_of_haggai n 1 2 @ #p 1 0 06440937 +book_of_hosea n 1 2 @ #p 1 0 06439253 +book_of_instructions n 1 1 @ 1 0 06422144 +book_of_isaiah n 1 2 @ #p 1 0 06438126 +book_of_jeremiah n 1 2 @ #p 1 0 06438290 +book_of_job n 1 2 @ #p 1 0 06436939 +book_of_joel n 1 2 @ #p 1 0 06439408 +book_of_jonah n 1 2 @ #p 1 0 06439924 +book_of_joshua n 1 2 @ #p 1 0 06433923 +book_of_judges n 1 2 @ #p 1 0 06434165 +book_of_judith n 1 2 @ #p 1 0 06459834 +book_of_knowledge n 1 1 @ 1 0 06427710 +book_of_lamentations n 1 2 @ #p 1 0 06438477 +book_of_leviticus n 1 2 @ #p 1 0 06433035 +book_of_malachi n 1 1 @ 1 0 06441464 +book_of_maps n 1 3 @ ~ %p 1 0 06427086 +book_of_micah n 1 2 @ #p 1 0 06440102 +book_of_mormon n 1 1 @ 1 0 06455775 +book_of_nahum n 1 2 @ #p 1 0 06440313 +book_of_nehemiah n 1 2 @ #p 1 0 06436443 +book_of_numbers n 1 2 @ #p 1 0 06433249 +book_of_obadiah n 1 2 @ #p 1 0 06439712 +book_of_proverbs n 1 2 @ #p 1 0 06437308 +book_of_psalms n 2 2 @ #p 2 0 06437137 06417467 +book_of_revelation n 1 3 @ #p - 1 0 06447897 +book_of_ruth n 1 2 @ #p 1 0 06434368 +book_of_susanna n 1 2 @ #p 1 0 06459016 +book_of_the_prophet_daniel n 1 2 @ #p 1 0 06438995 +book_of_tobit n 1 2 @ #p 1 0 06459681 +book_of_zachariah n 1 2 @ #p 1 0 06441195 +book_of_zephaniah n 1 2 @ #p 1 0 06440663 +book_review n 1 1 @ 1 0 06410655 +book_scorpion n 1 2 @ #m 1 0 01771100 +book_seller n 1 1 @ 1 0 09865838 +book_token n 1 2 @ ; 1 0 06518253 +book_value n 1 2 @ ~ 1 0 13337146 +bookbinder n 1 1 @ 1 0 09865744 +bookbindery n 1 1 @ 1 0 02870772 +bookbinding n 1 1 @ 1 0 00607374 +bookcase n 1 2 @ %p 1 1 02870880 +bookclub n 1 1 @ 1 0 08228538 +bookdealer n 1 1 @ 1 0 09865838 +bookend n 1 1 @ 1 0 02871005 +booker n 1 3 @ ~ + 1 1 09865954 +booker_t._washington n 1 1 @ 1 0 11375677 +booker_taliaferro_washington n 1 1 @ 1 0 11375677 +bookfair n 2 1 @ 2 0 08408418 01118338 +bookie n 1 1 @ 1 0 09866222 +booking n 2 3 @ ~ + 2 2 00270919 01218327 +booking_agent n 1 2 @ ~ 1 0 09865954 +booking_clerk n 1 2 @ ; 1 0 09629477 +bookishness n 1 2 @ + 1 0 04866365 +bookkeeper n 1 1 @ 1 0 09866115 +bookkeeping n 1 3 @ ~ - 1 0 00619230 +booklet n 1 3 @ ~ + 1 0 06413889 +booklouse n 1 3 @ ~ #m 1 0 02261419 +booklover n 1 1 @ 1 0 09852679 +bookmaker n 2 1 @ 2 0 09866354 09866222 +bookman n 1 2 @ ~ 1 0 10557854 +bookmark n 1 1 @ 1 0 02871147 +bookmarker n 1 1 @ 1 0 02871147 +bookmobile n 1 1 @ 1 0 02871314 +bookplate n 1 1 @ 1 0 07272416 +bookseller n 1 1 @ 1 0 09866473 +bookshelf n 1 1 @ 1 1 02871439 +bookshop n 1 1 @ 1 0 02871525 +bookstall n 1 1 @ 1 0 02871525 +bookstore n 1 1 @ 1 0 02871525 +bookworm n 2 2 @ ~ 2 0 10411356 09866559 +boole n 1 2 @ + 1 0 10857271 +boolean_algebra n 1 1 @ 1 0 06165000 +boolean_logic n 1 1 @ 1 0 06165000 +boolean_operation n 1 1 @ 1 0 13440935 +boom n 5 3 @ #p + 5 1 07377682 14488813 07477587 02871824 02871631 +boom_box n 1 2 @ ; 1 0 03436182 +boom_town n 1 1 @ 1 0 08671293 +boomer n 1 2 @ #m 1 0 09828403 +boomerang n 2 4 @ ~ + ; 2 0 02871963 00073032 +boon n 1 2 @ ~ 1 1 14474264 +boondocks n 1 1 @ 1 0 08502672 +boondoggle n 1 2 @ + 1 0 00041614 +boone n 1 1 @ 1 0 10857418 +boor n 1 1 @ 1 0 10410815 +boorishness n 2 2 @ + 2 0 04914576 04817788 +boost n 3 3 @ ~ + 3 2 01211019 05110408 01211339 +booster n 6 4 @ ~ #p + 6 0 10677713 10482220 09866661 02872529 02872333 02872172 +booster_amplifier n 1 2 @ #p 1 0 02872529 +booster_cable n 1 2 @ ~ 1 0 03604843 +booster_dose n 1 1 @ 1 0 02872172 +booster_rocket n 1 2 @ #p 1 0 02872333 +booster_shot n 1 1 @ 1 0 02872172 +booster_station n 1 2 @ #p 1 0 02872529 +booster_unit n 1 2 @ #p 1 0 02872333 +boot n 7 5 @ ~ %p + ; 7 2 02872752 02873244 07528470 02873520 02873363 00422261 00136329 +boot_camp n 1 2 @ ; 1 0 02873623 +boot_maker n 1 1 @ 1 0 09867069 +boot_sale n 1 2 @ ; 1 0 01118614 +bootblack n 1 1 @ 1 0 09866817 +bootboys n 1 2 @ %m 1 0 08371200 +booted_armillaria n 1 2 @ #m 1 0 13231919 +bootee n 1 1 @ 1 0 02873733 +bootes n 1 2 @ %m 1 0 09226738 +booth n 4 2 @ ~ 4 2 02874214 02873839 10857540 02874086 +boothose n 1 1 @ 1 0 02874336 +bootie n 1 1 @ 1 0 02873733 +bootjack n 1 1 @ 1 0 02874442 +bootlace n 1 2 @ #p 1 0 02874537 +bootleg n 2 3 @ #p + 2 0 07902520 02874642 +bootlegger n 1 2 @ + 1 1 09866922 +bootlegging n 2 1 @ 2 1 00092663 00092847 +bootlicker n 1 2 @ + 1 0 09800631 +bootmaker n 1 1 @ 1 0 09867069 +bootstrap n 1 1 @ 1 0 02874750 +boott's_goldenrod n 1 1 @ 1 0 12018014 +booty n 1 2 @ %p 1 1 13262663 +booyong n 1 1 @ 1 0 12199790 +booze n 1 3 @ ~ + 1 1 07901587 +booze-up n 1 1 @ 1 0 00511041 +boozer n 1 2 @ + 1 0 09782167 +boozing n 1 2 @ ~ 1 0 00748515 +bop n 2 3 @ #p + 2 0 08141664 07063101 +bopeep n 1 1 @ 1 0 00487072 +boracic_acid n 1 2 @ ~ 1 0 14783670 +borage n 2 4 @ #m #p %p 2 0 12816508 07816398 +borage_family n 1 3 @ #m %m 1 0 12815925 +boraginaceae n 1 3 @ #m %m 1 0 12815925 +borago n 1 3 @ #m %m 1 0 12816359 +borago_officinalis n 1 3 @ #m %p 1 0 12816508 +borassus n 1 3 @ #m %m 1 0 12585512 +borassus_flabellifer n 1 3 @ #m %s 1 0 12585629 +borate n 1 1 @ 1 1 14783588 +borax n 1 2 @ %s 1 0 14669084 +bordeaux n 2 3 @ ~ #p 2 0 08934532 07895237 +bordeaux_mixture n 1 1 @ 1 0 02874876 +bordeaux_wine n 1 2 @ ~ 1 0 07895237 +bordelaise n 1 1 @ 1 0 07835823 +bordello n 1 2 @ ~ 1 0 04581595 +border n 5 4 @ ~ #p + 5 3 08512736 13903387 08565701 03780247 02875013 +border_collie n 1 1 @ 1 0 02106166 +border_district n 1 1 @ 1 0 08513163 +border_patrol n 1 2 @ %m 1 0 08328876 +border_patrolman n 1 2 @ #m 1 1 09867311 +border_terrier n 1 1 @ 1 0 02093754 +borderer n 1 2 @ ; 1 0 09867154 +borderland n 1 1 @ 1 0 08513163 +borderline n 1 2 @ ~ 1 0 08512736 +borderline_intelligence n 1 1 @ 1 0 13822364 +borderline_schizophrenia n 1 1 @ 1 0 14398929 +bore n 4 4 @ ~ + ; 4 0 09867437 07403920 05103283 02875233 +bore-hole n 1 3 @ ~ ; 1 0 02875233 +bore_bit n 1 2 @ ~ 1 0 02875436 +boreas n 2 4 @ ~ + ; 2 0 11487950 09556915 +borecole n 1 3 @ ~ #m 1 0 11876976 +boredom n 1 2 @ ~ 1 1 07539790 +borer n 2 3 @ ~ + 2 0 02875436 01923025 +borges n 1 1 @ 1 0 10857697 +borgia n 4 1 @ 4 0 10880024 10858018 10857849 10813204 +boric_acid n 2 2 @ ~ 2 0 14783808 14783670 +boring n 2 1 @ 2 0 00942799 00923130 +boringness n 1 2 @ + 1 0 05206006 +boris_fyodorovich_godunov n 1 1 @ 1 0 11003599 +boris_godunov n 1 1 @ 1 0 11003599 +boris_karloff n 1 1 @ 1 0 11096801 +boris_leonidovich_pasternak n 1 1 @ 1 0 11224654 +boris_pasternak n 1 1 @ 1 0 11224654 +boris_spassky n 1 1 @ 1 0 11309772 +boris_vasilevich_spassky n 1 1 @ 1 0 11309772 +born n 1 1 @ 1 0 10858164 +born-again_christian n 1 1 @ 1 0 09867818 +bornean n 1 3 @ ~ #m 1 0 09694771 +borneo n 1 4 @ #p %m %p 1 0 08843215 +bornholm_disease n 1 1 @ 1 0 14330340 +bornite n 1 2 @ %s 1 0 14669242 +borodin n 1 1 @ 1 0 10858333 +borodino n 1 3 @ #p ; 1 0 01272134 +boron n 1 3 @ #s + 1 0 14631871 +boron_chamber n 1 2 @ #p 1 0 02875626 +boron_counter_tube n 1 2 @ %p 1 0 02875815 +boron_trifluoride n 1 1 @ 1 0 14784111 +borosilicate n 1 1 @ 1 0 14784198 +borough n 2 2 @ ~ 2 1 08540532 08540016 +borough_english n 1 1 @ 1 0 13263375 +borrelia n 1 2 @ #m 1 0 01383027 +borrelia_burgdorferi n 1 2 @ #m 1 0 01383151 +borrow_pit n 1 1 @ 1 0 09226869 +borrower n 1 4 ! @ ~ + 1 1 09867633 +borrower's_card n 1 1 @ 1 0 06478199 +borrowing n 2 2 @ ~ 2 1 00084371 01111133 +borrowing_cost n 1 1 @ 1 0 13302201 +borsch n 1 1 @ 1 0 07584423 +borscht n 1 1 @ 1 0 07584423 +borscht_belt n 1 3 @ #p ; 1 0 09125984 +borscht_circuit n 1 3 @ #p ; 1 0 09125984 +borsh n 1 1 @ 1 0 07584423 +borshch n 1 1 @ 1 0 07584423 +borsht n 1 1 @ 1 0 07584423 +borsht_belt n 1 3 @ #p ; 1 0 09125984 +borsht_circuit n 1 3 @ #p ; 1 0 09125984 +borstal n 1 1 @ 1 0 02875948 +bortsch n 1 1 @ 1 0 07584423 +borzoi n 1 1 @ 1 0 02090622 +bos n 1 3 @ #m %m 1 0 02401661 +bos'n n 1 1 @ 1 0 09862183 +bos_banteng n 1 2 @ #m 1 0 02405440 +bos_grunniens n 1 2 @ #m 1 0 02405302 +bos_indicus n 1 3 @ ~ #m 1 0 02404573 +bos_primigenius n 1 2 @ #m 1 0 02405101 +bos_taurus n 1 5 @ ~ #m %m %p 1 0 02402425 +bosc n 1 1 @ 1 0 07768068 +bosch n 1 1 @ 1 0 10858468 +bose n 1 1 @ 1 0 10858577 +bose-einstein_statistics n 1 2 @ ; 1 0 05875723 +boselaphus n 1 3 @ #m %m 1 0 02425393 +boselaphus_tragocamelus n 1 2 @ #m 1 0 02425532 +bosh n 1 2 @ ; 1 0 06611147 +bosie n 1 1 @ 1 0 00477097 +bosie_ball n 1 1 @ 1 0 00477097 +bosin's_disease n 1 1 @ 1 0 14344189 +bosk n 1 2 @ + 1 0 08438840 +boskop_man n 1 2 @ #m 1 0 02475478 +bosna_i_hercegovina n 1 2 @ %p 1 0 08817630 +bosnia n 2 4 @ #p %p + 2 0 08818135 08817630 +bosnia-herzegovina n 1 2 @ %p 1 0 08817630 +bosnia_and_herzegovina n 1 2 @ %p 1 0 08817630 +bosom n 6 5 @ #p %p + ; 6 4 14416473 05553486 02876084 00180770 05919263 05554405 +bosom_of_abraham n 1 2 @ ; 1 0 05628031 +boson n 1 2 @ ~ 1 0 09226997 +bosporus n 1 2 @ #p 1 0 09227219 +bosporus_bridge n 1 2 @ #p 1 0 02876193 +boss n 5 3 @ ~ + 5 3 10104209 09867956 10104064 10403162 03626115 +bossism n 1 1 @ 1 0 01128547 +boston n 1 4 @ #p %p - 1 1 09095751 +boston_baked_beans n 1 1 @ 1 0 07863107 +boston_brown_bread n 1 1 @ 1 0 07680761 +boston_bull n 1 1 @ 1 0 02096585 +boston_cream_pie n 1 1 @ 1 0 07634048 +boston_fern n 1 1 @ 1 0 13205058 +boston_harbor n 1 2 @ #p 1 0 09096089 +boston_ivy n 1 2 @ #m 1 0 13148208 +boston_lettuce n 1 1 @ 1 0 07724173 +boston_rocker n 1 1 @ 1 0 02876326 +boston_tea_party n 1 2 @ ; 1 0 01178415 +boston_terrier n 1 1 @ 1 0 02096585 +bostonian n 1 1 @ 1 0 09741526 +bosun n 1 1 @ 1 0 09862183 +bosun's_chair n 1 1 @ 1 0 02859557 +boswell n 2 1 @ 2 0 10858872 09868157 +boswellia n 1 3 @ #m %m 1 0 12691834 +boswellia_carteri n 1 2 @ #m 1 0 12692024 +boswellia_serrata n 1 2 @ #m 1 0 12692160 +bosworth_field n 1 3 @ #p ; 1 0 01272367 +bot n 1 1 @ 1 0 02311879 +bota n 1 1 @ 1 0 02876457 +botanical n 1 1 @ 1 0 02876537 +botanical_garden n 1 1 @ 1 0 02733075 +botanical_medicine n 1 2 @ ; 1 0 00700421 +botanist n 1 3 @ ~ + 1 0 09868270 +botany n 2 6 @ ~ #m + ; - 2 0 08436759 06066555 +botany_bay_fig n 1 1 @ 1 0 12403276 +botaurus n 1 3 @ #m %m 1 0 02011668 +botaurus_lentiginosus n 1 2 @ #m 1 0 02011805 +botaurus_stellaris n 1 2 @ #m 1 0 02011943 +botch n 1 3 @ ~ + 1 0 00074790 +botcher n 1 2 @ + 1 0 09879744 +botfly n 1 2 @ ~ 1 0 02193163 +bother n 2 3 @ ~ + 2 0 07372565 05830059 +botheration n 2 3 @ ~ + 2 0 14406573 05830059 +bothidae n 1 3 @ #m %m 1 0 02660769 +bothrops n 1 3 @ #m %m 1 0 01758019 +bothrops_atrops n 1 2 @ #m 1 0 01758141 +botox n 1 1 @ 1 0 14587886 +botrychium n 1 3 @ #m %m 1 0 12960729 +botrychium_lunaria n 1 1 @ 1 0 12961112 +botrychium_matricariifolium n 1 1 @ 1 0 12961242 +botrychium_multifidum n 1 1 @ 1 0 12961393 +botrychium_virginianum n 1 1 @ 1 0 12961536 +botswana n 1 4 @ #p %m %p 1 0 08852389 +botswana_monetary_unit n 1 2 @ ~ 1 0 13695815 +botticelli n 1 1 @ 1 0 10859012 +bottle n 3 4 @ ~ %p + 3 2 02876657 13765396 02877266 +bottle-grass n 1 1 @ 1 0 12135049 +bottle-nosed_dolphin n 1 3 @ ~ #m 1 0 02069701 +bottle-nosed_whale n 1 2 @ #m 1 0 02068541 +bottle-tree n 1 3 @ ~ #m 1 0 12196129 +bottle_bank n 1 2 @ ; 1 0 02877513 +bottle_bill n 1 2 @ ; 1 0 06537562 +bottle_collection n 3 1 @ 3 0 07954576 01015551 00949042 +bottle_cork n 1 2 @ #p 1 0 03108853 +bottle_gentian n 1 1 @ 1 0 12294331 +bottle_gourd n 1 2 @ #m 1 0 12166128 +bottle_grass n 1 1 @ 1 0 12135049 +bottle_green n 1 1 @ 1 0 04967882 +bottle_opener n 1 2 @ ~ 1 0 02877962 +bottle_screw n 1 1 @ 1 0 03109150 +bottle_tree n 1 3 @ ~ #m 1 0 12196129 +bottlebrush n 1 1 @ 1 0 02877642 +bottlebrush_buckeye n 1 1 @ 1 0 12769065 +bottlecap n 1 2 @ #p 1 0 02877765 +bottled_gas n 1 1 @ 1 0 14878483 +bottled_water n 1 1 @ 1 0 07935737 +bottleful n 1 2 @ ~ 1 0 13765396 +bottleneck n 2 2 @ + 2 1 13912992 02877865 +bottlenose n 2 3 @ ~ #m 2 0 02069701 02068541 +bottlenose_dolphin n 1 3 @ ~ #m 1 0 02069701 +bottlenose_whale n 1 2 @ #m 1 0 02068541 +bottler n 1 2 @ + 1 0 08066644 +bottling_plant n 1 1 @ 1 0 02878107 +bottom n 7 5 ! @ ~ #p + 7 5 08511241 08511970 05559256 15256245 09217638 09227428 02878222 +bottom-dweller n 1 2 @ ~ 1 0 01316579 +bottom-feeder n 2 2 @ ~ 2 0 01316734 01316579 +bottom_dog n 1 1 @ 1 0 09868703 +bottom_feeder n 1 1 @ 1 0 09868782 +bottom_fermentation n 1 1 @ 1 0 13441154 +bottom_fermenting_yeast n 1 1 @ 1 0 14784831 +bottom_fish n 1 1 @ 1 0 02513355 +bottom_line n 2 2 @ #p 2 0 13423267 06606618 +bottom_lurkers n 1 1 @ 1 0 01316838 +bottom_of_the_inning n 1 2 @ #p 1 0 15256245 +bottom_quark n 1 1 @ 1 0 09227530 +bottom_rot n 1 1 @ 1 0 14278642 +bottom_rot_fungus n 1 2 @ #m 1 0 13015688 +bottom_round n 1 1 @ 1 0 07662517 +bottomland n 1 1 @ 1 1 09227428 +bottomlessness n 1 2 @ + 1 0 05135582 +botulin n 1 2 @ + 1 0 15035123 +botulinum n 1 2 @ #m 1 0 01357328 +botulinum_toxin n 1 2 @ ~ 1 0 14587688 +botulinum_toxin_a n 1 1 @ 1 0 14587886 +botulinus n 1 2 @ #m 1 0 01357328 +botulinus_toxin n 1 1 @ 1 0 15035123 +botulism n 1 1 @ 1 0 14068894 +botulismotoxin n 1 1 @ 1 0 15035123 +bouchee n 1 1 @ 1 0 07627223 +boucle n 1 1 @ 1 1 02878425 +boudoir n 1 1 @ 1 0 02878534 +bouffant n 1 1 @ 1 0 05257476 +bouffe n 1 2 @ ~ 1 0 07026646 +bougainvillaea n 1 3 @ #m %m 1 0 11838741 +bougainville n 2 2 @ #p 2 0 10859194 08843571 +bougainville_trench n 1 1 @ 1 0 09227683 +bougainvillea n 1 3 @ ~ #m 1 0 11838916 +bougainvillea_glabra n 1 1 @ 1 0 11839167 +bough n 1 1 @ 1 1 13165727 +bouillabaisse n 1 1 @ 1 0 07591586 +bouillon n 1 1 @ 1 0 07584938 +bouillon_cube n 1 1 @ 1 0 07810531 +boulder n 2 4 @ ~ #p + 2 1 09227839 09067721 +boulder_clay n 1 1 @ 1 0 15074772 +boulder_fern n 1 2 @ #m 1 0 13189428 +boule n 1 1 @ 1 0 02878628 +boulevard n 1 2 @ ~ 1 1 02763472 +boulevardier n 1 1 @ 1 0 09868899 +boulez n 1 1 @ 1 0 10859369 +boulle n 1 1 @ 1 0 02878628 +bounce n 3 3 @ ~ + 3 2 05020981 00120202 07350401 +bouncer n 1 2 @ + 1 0 09869009 +bounciness n 1 2 @ + 1 0 05020981 +bouncing n 1 1 @ 1 1 07350401 +bouncing_bess n 1 2 @ #m 1 0 11814584 +bouncing_bet n 1 2 @ #m 1 0 11814584 +bouncing_betty n 1 1 @ 1 1 02878796 +bouncing_putty n 1 1 @ 1 0 14784290 +bound n 4 3 @ ~ + 4 1 13903079 08512259 05124057 00120202 +bound_form n 1 2 @ ~ 1 0 06306945 +bound_morpheme n 1 2 @ ~ 1 0 06306945 +boundary n 3 3 @ ~ + 3 2 08512259 13903079 05124057 +boundary_condition n 1 2 @ ; 1 0 06755776 +boundary_layer n 1 1 @ 1 0 11431191 +boundary_line n 1 2 @ ~ 1 0 08512736 +bounded_interval n 1 1 @ 1 0 06016462 +boundedness n 1 2 @ + 1 0 05209659 +bounder n 2 3 @ ~ + 2 0 09886220 09869171 +boundlessness n 1 2 @ + 1 0 05209324 +bounds n 1 2 @ ~ 1 1 08512259 +bounteousness n 1 2 @ + 1 0 04832244 +bountifulness n 1 2 @ + 1 0 05115418 +bounty n 4 3 @ + ; 4 0 13272059 05115418 04832244 02878883 +bounty_hunter n 2 1 @ 2 0 09869447 09869317 +bouquet n 2 1 @ 2 1 02879087 04980463 +bourbon n 4 4 @ #m #s %m 4 2 09869706 07906718 09869578 08154012 +bourbon_dynasty n 1 2 @ %m 1 0 08154012 +bourdon n 1 2 @ #p 1 0 03245724 +bourgeois n 2 3 @ ~ #m 2 0 09882716 09869830 +bourgeoisie n 1 3 @ ~ %m 1 1 08181658 +bourgogne n 1 2 @ #p 1 0 08941057 +bourguignon n 1 1 @ 1 0 07835921 +bourguignon_sauce n 1 1 @ 1 0 07835921 +bourn n 2 1 @ 2 0 08513072 05981546 +bourne n 2 1 @ 2 0 08513072 05981546 +bourse n 1 1 @ 1 0 02879228 +bourtree n 1 1 @ 1 0 12679201 +boustrophedon n 1 2 @ + 1 0 06361446 +bout n 4 4 @ ~ #p ; 4 1 15256714 15119072 07456906 00510723 +bouteloua n 1 3 @ #m %m 1 0 12111882 +bouteloua_eriopoda n 1 1 @ 1 0 12112337 +bouteloua_gracilis n 1 1 @ 1 0 12112219 +boutique n 1 1 @ 1 0 02879309 +boutonneuse_fever n 1 1 @ 1 0 14078120 +boutonniere n 1 1 @ 1 0 02879422 +bouvet_island n 1 2 @ #p 1 0 08711143 +bouvier_des_flandres n 1 1 @ 1 0 02106382 +bouviers_des_flandres n 1 1 @ 1 0 02106382 +bouvines n 1 2 @ ; 1 0 01272582 +bouyei n 1 1 @ 1 0 06936290 +bovid n 1 3 @ ~ #m 1 0 02401031 +bovidae n 1 3 @ #m %m 1 0 02400139 +bovinae n 1 2 @ #m 1 0 02401305 +bovine n 1 3 @ ~ #m 1 0 02402010 +bovine_spongiform_encephalitis n 1 1 @ 1 0 14261846 +bovini n 1 2 @ #m 1 0 02401509 +bovril n 1 1 @ 1 0 07810633 +bow n 9 5 @ ~ #p %p + 9 4 02880189 02879517 02880008 02879718 13896100 07274425 07229341 02880308 00547765 +bow-tie n 1 2 @ ~ 1 0 02883205 +bow-wow n 2 1 @ 2 0 07378163 02084732 +bow_and_arrow n 1 2 @ %p 1 0 02880393 +bow_leg n 2 1 @ 2 0 14560253 05561834 +bow_legs n 1 1 @ 1 0 14560253 +bow_tie n 1 2 @ ~ 1 0 02883205 +bow_window n 1 2 @ ~ 1 0 02813399 +bow_wood n 1 1 @ 1 0 12399899 +bowditch n 1 1 @ 1 0 10859485 +bowdler n 1 2 @ + 1 0 10859669 +bowdlerisation n 2 2 @ + 2 0 00397191 00396825 +bowdleriser n 1 2 @ + 1 0 10073992 +bowdlerism n 1 1 @ 1 0 00397545 +bowdlerization n 2 2 @ + 2 0 00397191 00396825 +bowdlerizer n 1 2 @ + 1 0 10073992 +bowed_stringed_instrument n 1 3 @ ~ %p 1 0 02880546 +bowel n 1 4 @ ~ #p %p 1 0 05534333 +bowel_movement n 1 2 @ ; 1 0 13441387 +bowels n 1 1 @ 1 0 08516584 +bower n 1 3 @ ~ + 1 1 02732827 +bower_actinidia n 1 2 @ #m 1 0 12371202 +bowerbird n 1 3 @ ~ #m 1 0 01600657 +bowery n 1 2 @ #p 1 0 09121936 +bowfin n 1 2 @ #m 1 0 02639087 +bowhead n 1 2 @ #m 1 0 02064000 +bowhead_whale n 1 2 @ #m 1 0 02064000 +bowie n 1 1 @ 1 0 10859857 +bowie_knife n 1 1 @ 1 0 02880842 +bowiea n 1 3 @ #m %m 1 0 12444666 +bowiea_volubilis n 1 2 @ #m 1 0 12444898 +bowing n 2 2 @ ~ 2 0 07274425 00101410 +bowknot n 1 1 @ 1 0 02880189 +bowl n 9 5 @ ~ #p %p + 9 3 02881193 13893694 02880940 13765531 04295881 02882301 02881546 02881397 00104409 +bowlder n 1 2 @ ~ 1 1 09227839 +bowleg n 1 1 @ 1 0 05561834 +bowler n 3 2 @ + 3 0 09870096 09869961 02881757 +bowler_hat n 1 1 @ 1 0 02881757 +bowlful n 1 1 @ 1 0 13765531 +bowline n 1 1 @ 1 0 02881906 +bowline_knot n 1 1 @ 1 0 02881906 +bowling n 3 5 @ ~ %p ; - 3 0 00461782 00104976 00041740 +bowling_alley n 2 3 @ #p %p 2 0 02882190 02882014 +bowling_ball n 1 3 @ #p %p 1 0 02882301 +bowling_equipment n 1 3 @ ~ %p 1 0 02882483 +bowling_green n 2 2 @ #p 2 0 09089524 08516660 +bowling_league n 1 1 @ 1 0 08232410 +bowling_pin n 1 2 @ ~ 1 0 02882647 +bowling_score n 1 1 @ 1 0 00187056 +bowling_shoe n 1 2 @ #p 1 0 02882894 +bowls n 1 2 @ %p 1 0 00462804 +bowman n 1 2 @ ~ 1 0 09805324 +bowman's_capsule n 1 2 @ #p 1 0 05247621 +bowsprit n 1 1 @ 1 0 02883004 +bowstring n 1 2 @ #p 1 1 02883101 +bowstring_hemp n 3 5 @ ~ #m #s %s 3 0 14784506 12481641 12480895 +bowtie n 1 2 @ ~ 1 0 02883205 +bowtie_pasta n 1 1 @ 1 0 07699430 +box n 10 7 @ ~ #m #p %s %p + 10 4 02883344 02884225 13765624 14408951 13883494 12746106 02884607 02884450 02884011 00135148 +box_beam n 1 1 @ 1 0 02884859 +box_calf n 1 1 @ 1 0 14784601 +box_camera n 1 1 @ 1 0 02884994 +box_coat n 1 1 @ 1 0 02885233 +box_elder n 1 2 @ ~ 1 0 12755225 +box_end_wrench n 1 2 @ %p 1 0 02886434 +box_family n 1 3 @ #m %m 1 0 12745788 +box_girder n 1 1 @ 1 0 02884859 +box_huckleberry n 1 1 @ 1 0 12237152 +box_kite n 1 1 @ 1 0 02885785 +box_kodak n 1 1 @ 1 1 02884994 +box_number n 2 1 @ 2 0 08491531 08491410 +box_office n 2 2 @ #p 2 0 13258167 02885882 +box_pleat n 1 2 @ #p 1 0 02886035 +box_seat n 2 2 @ #p 2 0 02886183 02884450 +box_spring n 1 1 @ 1 0 02886321 +box_tortoise n 1 3 @ ~ #m 1 0 01669191 +box_turtle n 1 3 @ ~ #m 1 0 01669191 +box_white_oak n 1 1 @ 1 0 12278371 +box_wrench n 1 2 @ %p 1 0 02886434 +boxberry n 2 3 @ #m #p 2 0 12668517 07743723 +boxcar n 1 2 @ ~ 1 1 02885108 +boxcars n 1 2 @ ; 1 0 13746946 +boxer n 4 3 @ ~ + 4 1 09870208 10390427 09870746 02108089 +boxers n 1 2 @ ; 1 0 03234164 +boxershorts n 1 2 @ ; 1 0 03234164 +boxfish n 1 3 @ ~ #m 1 0 02654425 +boxful n 1 1 @ 1 0 13765624 +boxing n 2 4 @ ~ + - 2 0 00445802 00322228 +boxing_day n 1 3 @ #p ; 1 0 15196746 +boxing_equipment n 1 3 @ ~ ; 1 0 02885338 +boxing_glove n 1 2 @ ; 1 0 02885462 +boxing_match n 1 2 @ ~ 1 0 07465960 +boxing_ring n 1 2 @ ; 1 0 02885663 +boxthorn n 1 3 @ ~ #m 1 0 12904938 +boxwood n 2 5 @ ~ #m #s %s 2 0 12746474 12746106 +boy n 4 5 ! @ ~ + ; 4 4 10285313 09870926 10624074 09637837 +boy_orator_of_the_platte n 1 1 @ 1 0 10869385 +boy_scout n 2 3 @ ~ #m 2 1 09871681 09871867 +boy_scouts n 1 2 @ %m 1 0 08470710 +boy_scouts_of_america n 1 2 @ #m 1 0 08470928 +boy_wonder n 1 1 @ 1 0 09871952 +boycott n 1 2 @ + 1 0 00206130 +boyfriend n 1 1 @ 1 0 09871364 +boyhood n 1 2 @ + 1 1 15147504 +boyishness n 1 2 @ + 1 0 04667076 +boykinia n 1 3 @ #m %m 1 0 12796192 +boykinia_elata n 1 2 @ #m 1 0 12796385 +boykinia_occidentalis n 1 2 @ #m 1 0 12796385 +boyle n 2 1 @ 2 0 10860347 10860108 +boyle's_law n 1 1 @ 1 0 05875988 +boyne n 1 3 @ #p ; 1 0 01272787 +boys-and-girls n 1 2 @ #m 1 0 12924036 +boysenberry n 2 3 @ #p %p 2 0 12654857 07745046 +boysenberry_bush n 1 2 @ %p 1 0 12654857 +bozeman n 1 2 @ #p 1 0 09108586 +bozo n 2 2 @ ~ 2 0 10157744 10153414 +bph n 1 1 @ 1 0 14368917 +bpi n 1 2 @ ; 1 0 05089048 +bpm n 1 3 @ #p ; 1 0 15286042 +bps n 1 2 @ ; 1 0 15276642 +br n 2 3 @ #s ; 2 0 14632129 08041484 +bra n 1 3 @ ~ %p 1 0 02892767 +brabancon_griffon n 1 1 @ 1 0 02112706 +brace n 9 6 @ ~ #p %p + ; 9 1 02887209 13743605 07985223 06842165 02887683 02887489 02887079 02886907 02886599 +brace_and_bit n 1 2 @ %p 1 0 02887832 +brace_wrench n 1 1 @ 1 0 02888429 +bracelet n 2 3 @ ~ %p 2 0 04556204 02887970 +bracelet_wood n 1 2 @ #m 1 0 12099972 +bracer n 2 2 @ + 2 0 02888270 02888133 +bracero n 1 1 @ 1 0 09872285 +braces n 1 1 @ 1 0 02887079 +brachial_artery n 1 2 @ #p 1 0 05338614 +brachial_plexus n 1 1 @ 1 0 05506034 +brachial_vein n 1 1 @ 1 0 05359347 +brachiation n 1 2 @ + 1 0 00283450 +brachinus n 1 3 @ #m %m 1 0 02167375 +brachiocephalic_vein n 1 1 @ 1 0 05359516 +brachiopod n 1 2 @ #m 1 0 02315487 +brachiopoda n 1 4 @ #m %m + 1 0 02315309 +brachium n 1 2 @ ; 1 0 13914141 +brachycephalic n 1 1 @ 1 0 09872464 +brachycephalism n 1 1 @ 1 0 05212362 +brachycephaly n 1 2 @ + 1 0 05212362 +brachychiton n 1 3 @ #m %m 1 0 12195965 +brachychiton_acerifolius n 1 1 @ 1 0 12196336 +brachychiton_australis n 1 1 @ 1 0 12196527 +brachychiton_populneus n 1 1 @ 1 0 12196694 +brachychiton_rupestris n 1 1 @ 1 0 12196954 +brachycome n 1 3 @ #m %m 1 0 11941719 +brachycome_iberidifolia n 1 2 @ #m 1 0 11941924 +brachydactylia n 1 1 @ 1 0 14092114 +brachydactyly n 1 2 @ + 1 0 14092114 +brachystegia n 1 3 @ #m %m 1 0 12491200 +brachystegia_speciformis n 1 2 @ #m 1 0 12491435 +brachyura n 1 4 @ #m %m + 1 0 01976477 +brachyuran n 1 2 @ #m 1 0 01976868 +bracing n 1 4 @ ~ #p + 1 1 02886599 +bracken n 2 2 @ #m 2 0 13190060 13189844 +bracket n 4 3 @ ~ + 4 0 08006094 06842452 06842290 02888569 +bracket_creep n 1 1 @ 1 0 13310415 +bracket_fungus n 1 1 @ 1 0 13050397 +bracketed_blenny n 1 3 @ ~ #m 1 0 02614978 +brackishness n 1 2 @ + 1 0 04993752 +bract n 1 4 @ ~ #p + 1 0 13154841 +bracteole n 1 1 @ 1 0 13155095 +bractlet n 1 1 @ 1 0 13155095 +brad n 1 2 @ + 1 1 02888817 +bradawl n 1 1 @ 1 0 02888898 +bradbury n 1 1 @ 1 0 10860444 +bradford n 1 1 @ 1 0 10860589 +bradley n 2 1 @ 2 0 10860999 10860807 +bradley's_spleenwort n 1 1 @ 1 0 13182662 +bradley_method n 1 1 @ 1 0 13441536 +bradley_method_of_childbirth n 1 1 @ 1 0 13441536 +bradstreet n 1 1 @ 1 0 10861174 +brady n 2 1 @ 2 0 10861535 10861329 +bradycardia n 1 1 @ 1 0 14362510 +bradypodidae n 1 3 @ #m %m 1 0 02456776 +bradypus n 1 3 @ #m %m 1 0 02457249 +bradypus_tridactylus n 1 2 @ #m 1 0 02457408 +brae n 1 2 @ ; 1 0 09228055 +brag n 1 2 @ + 1 0 07229747 +braga n 1 2 @ #p 1 0 08985958 +brage n 1 2 @ ; 1 0 09579714 +bragg n 1 1 @ 1 0 10861741 +braggadocio n 1 1 @ 1 1 07230089 +braggart n 1 2 @ + 1 0 09872066 +bragger n 1 2 @ + 1 0 09872066 +bragging n 1 1 @ 1 0 07229747 +bragi n 1 2 @ ; 1 0 09579714 +brahe n 1 1 @ 1 0 10861926 +brahma n 2 3 @ ~ #m 2 0 09524921 02404573 +brahman n 4 4 @ ~ #m %m 4 0 09872782 09872557 08306959 02404573 +brahmana n 1 1 @ 1 0 06465457 +brahmanism n 2 1 @ 2 0 08096950 06237865 +brahmaputra n 1 2 @ #p 1 0 09228144 +brahmaputra_river n 1 2 @ #p 1 0 09228144 +brahmi n 1 1 @ 1 0 06352618 +brahmin n 4 5 @ ~ #m %m + 4 0 09872782 09872557 08306959 02404573 +brahminism n 2 1 @ 2 0 08096950 06237865 +brahms n 2 1 @ 2 0 10862113 07278146 +brahui n 2 1 @ 2 0 09725935 06982581 +braid n 2 3 @ ~ + 2 1 05259512 02889035 +braiding n 1 2 @ ~ 1 0 02889035 +brail n 2 1 @ 2 0 02889332 02889228 +braille n 2 2 @ + 2 0 10862281 06362792 +brain n 5 5 @ ~ #p %p + 5 4 05481095 05618056 05611302 10126926 07652585 +brain-fag n 1 1 @ 1 0 14018203 +brain-stem n 1 3 @ #p %p 1 0 05501185 +brain-teaser n 1 1 @ 1 0 06785223 +brain-worker n 1 1 @ 1 0 09872996 +brain_cell n 1 3 @ ~ #p 1 0 05465868 +brain_coral n 1 2 @ #m 1 0 01917289 +brain_damage n 1 1 @ 1 0 14085220 +brain_death n 1 1 @ 1 0 11487078 +brain_disease n 1 2 @ ~ 1 0 14085708 +brain_disorder n 1 2 @ ~ 1 0 14085708 +brain_doctor n 1 2 @ ~ 1 0 10354265 +brain_drain n 1 1 @ 1 0 01062468 +brain_edema n 1 1 @ 1 0 14317064 +brain_fever n 1 1 @ 1 0 14138364 +brain_mushroom n 1 2 @ #m 1 0 13038068 +brain_science n 1 1 @ 1 0 06082025 +brain_stem n 1 3 @ #p %p 1 0 05501185 +brain_sugar n 1 1 @ 1 0 14876771 +brain_surgeon n 1 1 @ 1 0 10354754 +brain_surgery n 1 2 @ ~ 1 0 00667246 +brain_trust n 1 1 @ 1 0 08241512 +brain_truster n 1 1 @ 1 0 09830759 +brain_tumor n 1 2 @ ~ 1 1 14236743 +brain_tumour n 1 2 @ ~ 1 0 14236743 +brain_wave n 1 3 @ ~ ; 1 0 11431302 +braincase n 1 3 @ #p %p 1 0 05540513 +brainchild n 1 1 @ 1 0 03574004 +brainiac n 1 2 @ ~ 1 0 10126926 +brainpan n 1 3 @ #p %p 1 0 05540513 +brainpower n 1 1 @ 1 0 05618056 +brainstem n 1 3 @ #p %p 1 0 05501185 +brainstorm n 1 3 @ ~ + 1 0 05807306 +brainstorming n 1 2 @ + 1 0 01203277 +brainwashing n 1 1 @ 1 0 00888960 +brainwave n 2 3 @ ~ ; 2 0 11431302 05807306 +brainworker n 1 1 @ 1 0 09872996 +braising n 1 1 @ 1 0 00247229 +brake n 5 5 @ ~ #m #p + 5 1 02889425 13214031 13189844 08437721 02889646 +brake_band n 1 2 @ #p 1 0 02889856 +brake_cylinder n 1 2 @ #p 1 0 02889996 +brake_disk n 1 2 @ #p 1 0 02890188 +brake_drum n 1 2 @ #p 1 0 02890351 +brake_failure n 1 1 @ 1 0 07421580 +brake_light n 1 2 @ #p 1 0 07265990 +brake_lining n 1 2 @ #p 1 0 02890513 +brake_pad n 1 2 @ #p 1 0 02890662 +brake_pedal n 1 2 @ #p 1 0 02890804 +brake_shoe n 1 3 @ #p %p 1 0 02890940 +brake_system n 1 4 @ ~ #p %p 1 0 02891188 +brakeman n 1 1 @ 1 0 09873135 +brakes n 1 4 @ ~ #p %p 1 1 02891188 +bram_stoker n 1 1 @ 1 0 11318824 +brama n 1 3 @ #m %m 1 0 02582591 +brama_raii n 1 2 @ #m 1 0 02582721 +bramante n 1 1 @ 1 0 10862507 +bramble n 1 3 @ ~ + 1 1 13119870 +bramble_bush n 1 3 @ ~ #m 1 0 12653218 +brambling n 1 2 @ #m 1 0 01530575 +bramidae n 1 3 @ #m %m 1 0 02582437 +bramley's_seedling n 1 1 @ 1 0 07742224 +bran n 2 3 @ #s %s 2 0 14806176 07568991 +bran_flake n 1 1 @ 1 0 07705386 +bran_muffin n 1 1 @ 1 0 07690431 +branch n 6 5 @ ~ #p %p + 6 3 08401248 13163250 13913849 11415721 09228324 02737833 +branch_line n 1 2 @ ~ 1 0 02891430 +branch_water n 1 1 @ 1 0 07935878 +branched_chain n 1 1 @ 1 0 09228492 +branched_chain_ketoaciduria n 1 1 @ 1 0 14159887 +branchia n 1 3 @ ~ + 1 0 02510769 +branchial_arch n 1 1 @ 1 0 02511303 +branchial_cleft n 1 1 @ 1 0 02511107 +branching n 1 2 @ ~ 1 0 00388392 +branchiobdella n 1 2 @ #m 1 0 01935997 +branchiobdellidae n 1 3 @ #m %m 1 0 01935743 +branchiopod n 1 2 @ ~ 1 0 01994492 +branchiopod_crustacean n 1 2 @ ~ 1 0 01994492 +branchiopoda n 1 4 @ #m %m + 1 0 01994176 +branchiopodan n 1 2 @ ~ 1 0 01994492 +branchiostegidae n 1 3 @ #m %m 1 0 02582919 +branchiostomidae n 1 3 @ #m %m 1 0 01467504 +branchiura n 1 3 @ #m %m 1 0 01997436 +branchlet n 1 2 @ ~ 1 0 13163991 +brancusi n 1 1 @ 1 0 10862676 +brand n 6 5 @ ~ %p + - 6 3 06845599 05845140 06795543 15101157 06794666 04373894 +brand-name_drug n 1 2 ! @ 1 0 02891566 +brand-newness n 1 2 @ + 1 0 04926620 +brand_name n 1 3 @ ~ - 1 0 06845599 +brandenburg n 1 2 @ #p 1 0 08775597 +branding n 1 1 @ 1 0 01223488 +branding_iron n 1 1 @ 1 0 03585337 +brandish n 1 2 @ + 1 0 06890254 +brandt n 1 1 @ 1 0 10862822 +brandy n 1 3 @ ~ #s 1 1 07903208 +brandy_glass n 1 1 @ 1 0 04249882 +brandy_nose n 1 1 @ 1 0 14397040 +brandy_sling n 1 1 @ 1 0 07917791 +brandy_snifter n 1 1 @ 1 0 04249882 +brandyball n 1 1 @ 1 0 07599068 +brandysnap n 1 1 @ 1 0 07695097 +brant n 1 3 @ ~ #m 1 0 01857325 +brant_goose n 1 3 @ ~ #m 1 0 01857325 +branta n 1 3 @ #m %m 1 0 01857171 +branta_bernicla n 1 1 @ 1 0 01857512 +branta_canadensis n 1 2 @ #m 1 0 01857632 +branta_leucopsis n 1 2 @ #m 1 0 01857851 +braque n 1 1 @ 1 0 10862999 +brasenia n 1 3 @ #m %m 1 0 11718521 +brasenia_schreberi n 1 2 @ #m 1 0 11718681 +brash_oak n 1 1 @ 1 0 12278371 +brashness n 2 2 @ + 2 0 04818700 04662283 +brasier n 1 2 @ ~ 1 0 02893418 +brasil n 1 6 @ #m #p %m %p - 1 0 08853741 +brasilia n 1 2 @ #p 1 0 08855308 +brasov n 1 2 @ #p 1 0 08814333 +brass n 7 7 @ ~ #p %m %s %p + 7 5 14716997 02891788 08164585 04838210 02892304 08217135 02892201 +brass_band n 1 1 @ 1 0 08249336 +brass_buttons n 1 2 @ #m 1 0 11958499 +brass_family n 1 2 @ ; 1 0 07998206 +brass_hat n 1 2 @ ; 1 0 09873242 +brass_instrument n 1 3 @ ~ %p 1 0 02891788 +brass_knuckles n 1 2 @ ; 1 0 02892948 +brass_knucks n 1 2 @ ; 1 0 02892948 +brass_monkey n 1 1 @ 1 0 02893148 +brass_ring n 1 1 @ 1 0 14484378 +brass_section n 1 2 @ ~ 1 0 08217135 +brassaia_actinophylla n 1 2 @ #m 1 0 11800565 +brassard n 1 2 @ #p 1 0 02892392 +brassavola n 1 2 @ #m 1 0 12047345 +brasserie n 1 1 @ 1 0 02892499 +brassia n 1 3 @ #m %m 1 0 12047586 +brassia_lawrenceana n 1 2 @ #m 1 0 12047884 +brassia_verrucosa n 1 2 @ #m 1 0 12048056 +brassica n 1 3 @ #m %m 1 1 11875100 +brassica_hirta n 1 2 @ %p 1 0 11896519 +brassica_juncea n 1 2 @ #m 1 0 11878633 +brassica_kaber n 1 1 @ 1 0 11896722 +brassica_napus n 1 3 @ #m %s 1 0 11879722 +brassica_napus_napobrassica n 1 3 @ #m %p 1 0 11877860 +brassica_nigra n 1 3 @ #m %p 1 0 11879505 +brassica_oleracea n 2 4 @ ~ #m %p 2 0 11875691 11875523 +brassica_oleracea_acephala n 1 3 @ ~ #m 1 0 11876976 +brassica_oleracea_botrytis n 1 2 @ %p 1 0 11876634 +brassica_oleracea_capitata n 1 2 @ ~ 1 0 11875938 +brassica_oleracea_gemmifera n 1 2 @ %p 1 0 11876432 +brassica_oleracea_gongylodes n 1 3 @ #m %p 1 0 11877283 +brassica_oleracea_italica n 1 3 @ #m %p 1 0 11876803 +brassica_perviridis n 1 2 @ #m 1 0 11879291 +brassica_rapa n 1 3 @ #m %p 1 0 11877646 +brassica_rapa_chinensis n 1 2 @ #m 1 0 11879054 +brassica_rapa_pekinensis n 1 2 @ #m 1 0 11878808 +brassica_rapa_perviridis n 1 2 @ #m 1 0 11879291 +brassica_rapa_ruvo n 1 3 @ #m %p 1 0 11878101 +brassicaceae n 1 3 @ #m %m 1 0 11867525 +brassie n 1 1 @ 1 0 02892626 +brassiere n 1 3 @ ~ %p 1 0 02892767 +brat n 2 2 @ + 2 0 10702483 07677982 +bratislava n 1 2 @ #p 1 0 08759263 +brattice n 1 1 @ 1 0 02893269 +brattleboro n 1 2 @ #p 1 0 09148529 +bratwurst n 1 1 @ 1 0 07677982 +braun n 2 1 @ 2 0 10863440 10863124 +braun's_holly_fern n 1 1 @ 1 0 13200193 +braunschweig n 1 2 @ #p 1 0 08772551 +bravado n 1 1 @ 1 1 06889591 +bravais_lattice n 1 1 @ 1 0 05732086 +brave n 2 3 ! @ + 2 0 09645788 07944754 +braveness n 1 4 @ ~ = + 1 0 04857083 +bravery n 2 3 @ ~ = 2 1 04857083 07526182 +bravo n 2 4 @ ~ + ; 2 0 09813696 06692834 +bravura n 1 1 @ 1 0 05637356 +brawl n 2 2 @ + 2 0 07448038 01176431 +brawler n 1 2 @ + 1 0 09873348 +brawn n 1 2 @ + 1 0 05030418 +brawniness n 1 2 @ + 1 0 05030418 +braxton-hicks_contraction n 1 1 @ 1 0 00370688 +braxton_bragg n 1 1 @ 1 0 10861741 +bray n 1 2 @ + 1 0 07378059 +brazenness n 1 2 @ + 1 1 04859636 +brazier n 1 2 @ ~ 1 0 02893418 +brazil n 2 7 @ #m #p %m %p + - 2 1 08853741 07771731 +brazil-nut_tree n 1 3 @ #m %p 1 0 12327846 +brazil_nut n 2 4 @ #m #p %p 2 0 12327846 07771731 +brazilian n 1 3 @ ~ #m 1 0 09694894 +brazilian_capital n 1 2 @ #p 1 0 08855308 +brazilian_guava n 1 1 @ 1 0 12334153 +brazilian_ironwood n 1 2 @ #m 1 0 12489676 +brazilian_monetary_unit n 1 2 @ ~ 1 0 13667797 +brazilian_pepper_tree n 1 2 @ #m 1 0 12765402 +brazilian_potato_tree n 1 2 @ #m 1 0 12897999 +brazilian_rosewood n 1 2 @ #m 1 0 12523475 +brazilian_trumpeter n 1 1 @ 1 0 02021281 +brazilwood n 2 4 @ #m #s %s 2 0 12489524 12489268 +brazos n 1 2 @ #p 1 0 09228619 +brazos_river n 1 2 @ #p 1 0 09228619 +brazzaville n 1 2 @ #p 1 0 08734250 +breach n 3 3 @ ~ + 3 1 00068901 09228801 07313814 +breach_of_contract n 1 2 @ ~ 1 0 00069173 +breach_of_duty n 1 1 @ 1 0 00069604 +breach_of_promise n 1 1 @ 1 0 00069815 +breach_of_the_covenant_of_warranty n 1 1 @ 1 0 00069685 +breach_of_the_peace n 1 1 @ 1 0 00771713 +breach_of_trust n 1 1 @ 1 0 00069918 +breach_of_trust_with_fraudulent_intent n 1 1 @ 1 0 00070077 +breach_of_warranty n 1 1 @ 1 0 00070215 +bread n 2 5 @ ~ #p %s + 2 1 07679356 13385216 +bread-and-butter_issue n 1 1 @ 1 0 05815267 +bread-bin n 1 1 @ 1 0 02893692 +bread-stick n 1 2 @ ~ 1 0 07680517 +bread_and_butter n 1 2 @ ~ 1 1 13365286 +bread_and_butter_pickle n 1 1 @ 1 0 07825399 +bread_board n 1 1 @ 1 0 02893800 +bread_dough n 1 1 @ 1 1 07861158 +bread_knife n 1 1 @ 1 0 02893941 +bread_line n 1 1 @ 1 0 08432606 +bread_maker n 1 1 @ 1 0 09833536 +bread_mold n 1 2 @ #m 1 0 12973937 +bread_sauce n 1 1 @ 1 0 07831955 +breadbasket n 3 4 @ ~ #p %p 3 0 08516767 05395690 02893608 +breadboard n 1 1 @ 1 0 02893800 +breadbox n 1 1 @ 1 0 02893692 +breadcrumb n 1 1 @ 1 0 07622473 +breadfruit n 2 4 @ #m #p %p 2 0 12400489 07754451 +breadfruit_tree n 1 3 @ #m %p 1 0 12400489 +breadline n 1 1 @ 1 0 08432606 +breadroot n 1 2 @ #m 1 0 12564613 +breadstick n 1 2 @ ~ 1 0 07680517 +breadstuff n 2 4 @ ~ #p %s 2 0 07679356 07567039 +breadth n 2 3 @ ~ = 2 2 05618293 05136150 +breadth_index n 1 1 @ 1 0 13820826 +breadwinner n 1 1 @ 1 0 09873473 +break n 16 6 @ ~ #p %p + ; 16 6 07367812 07316856 09278537 07313814 01062997 00376400 15271008 14292090 07367548 07297633 00500280 00482892 00383952 00294748 00188007 00059989 +break-axe n 1 2 @ #m 1 0 12194613 +break-in n 1 3 @ ~ + 1 0 00785263 +break_dance n 1 2 @ + 1 0 00526412 +break_dancing n 1 1 @ 1 0 00526412 +break_of_day n 1 1 @ 1 1 15168790 +break_of_serve n 1 2 @ ; 1 0 00482892 +break_of_the_day n 1 1 @ 1 0 15168790 +break_seal n 1 1 @ 1 1 02894431 +breakability n 1 2 @ + 1 0 05043755 +breakable n 1 1 @ 1 1 02894024 +breakableness n 1 5 ! @ ~ = + 1 0 04939324 +breakage n 3 3 @ ~ + 3 0 13754948 13293512 00376400 +breakaway n 1 2 @ + 1 1 00385266 +breakax n 1 2 @ #m 1 0 12194613 +breakaxe n 1 2 @ #m 1 0 12194613 +breakbone_fever n 1 1 @ 1 0 14129784 +breakdown n 4 3 @ ~ + 4 1 00553362 14066492 07421316 05781800 +breaker n 3 3 @ ~ + 3 0 09873604 07344233 03034244 +breaker_point n 1 2 @ #p 1 0 03213826 +breakers n 1 1 @ 1 0 07344233 +breakfast n 1 3 @ ~ + 1 1 07574602 +breakfast_area n 1 1 @ 1 0 02894158 +breakfast_food n 1 2 @ ~ 1 0 07702642 +breakfast_nook n 1 1 @ 1 0 02894158 +breakfast_table n 1 1 @ 1 1 02894337 +breakfast_time n 1 1 @ 1 0 15165805 +breaking n 1 2 @ ~ 1 1 00376400 +breaking_and_entering n 1 2 @ ~ 1 0 00785263 +breaking_away n 2 1 @ 2 1 00385266 00053020 +breaking_ball n 1 1 @ 1 0 00107875 +breaking_off n 1 1 @ 1 0 01068528 +breaking_point n 2 2 @ ; 2 0 14376695 11515526 +breaking_wind n 1 1 @ 1 0 00839597 +breakout n 1 2 @ + 1 0 00059989 +breakstone n 1 3 @ ~ #m 1 0 12793015 +breakthrough n 3 2 @ + 3 2 05808218 00151409 00975955 +breakup n 2 3 @ ~ + 2 2 00215314 07331400 +breakwater n 1 1 @ 1 1 02894605 +bream n 4 5 @ ~ #m #p %p 4 0 07777358 07777189 02590702 02563182 +breast n 4 5 @ ~ #p %p + 4 2 05553288 05554405 07648408 01514431 +breast_cancer n 1 1 @ 1 0 14246899 +breast_drill n 1 1 @ 1 0 02894847 +breast_feeding n 1 1 @ 1 0 01058870 +breast_implant n 1 1 @ 1 0 02895008 +breast_of_lamb n 1 1 @ 1 0 07667480 +breast_of_veal n 1 1 @ 1 0 07665983 +breast_pocket n 1 2 @ #p 1 0 02895328 +breastbone n 1 3 @ #p %p 1 0 05281189 +breastpin n 1 2 @ ~ 1 0 02906438 +breastplate n 1 3 @ ~ #p 1 0 02895154 +breaststroke n 1 3 @ %p + 1 0 00571060 +breaststroker n 1 2 @ + 1 0 09873769 +breastwork n 1 2 @ ~ 1 1 03889503 +breath n 5 2 @ ~ 5 4 00835032 14841770 15274695 07163988 11432262 +breath_of_fresh_air n 1 1 @ 1 0 07357253 +breathalyser n 1 1 @ 1 0 02895438 +breathalyzer n 1 1 @ 1 0 02895438 +breather n 2 3 @ #p + 2 0 15274695 04250850 +breathing n 1 4 @ ~ %p + 1 1 00831191 +breathing_apparatus n 1 2 @ ~ 1 0 02895606 +breathing_device n 1 2 @ ~ 1 0 02895606 +breathing_in n 1 3 @ ~ #p 1 0 00836788 +breathing_machine n 1 2 @ ~ 1 0 02895606 +breathing_out n 1 3 @ ~ #p 1 0 00835267 +breathing_place n 1 1 @ 1 0 15274695 +breathing_room n 1 1 @ 1 0 13778089 +breathing_space n 2 1 @ 2 1 15274695 13778089 +breathing_spell n 1 1 @ 1 0 15274695 +breathing_time n 1 1 @ 1 0 15274695 +breathlessness n 1 2 @ + 1 0 14370122 +breccia n 1 2 @ + 1 0 14697839 +brecht n 1 1 @ 1 0 10863552 +breech n 1 3 @ #p %p 1 0 02895881 +breech_birth n 1 2 @ ~ 1 0 00185438 +breech_closer n 1 2 @ #p 1 0 02896074 +breech_delivery n 1 2 @ ~ 1 0 00185438 +breech_presentation n 1 2 @ ~ 1 0 00185438 +breechblock n 1 2 @ #p 1 0 02896074 +breechcloth n 1 2 @ ~ 1 0 02896294 +breechclout n 1 2 @ ~ 1 0 02896294 +breeches n 1 4 @ ~ %p ; 1 1 02896442 +breeches_buoy n 1 1 @ 1 0 02896694 +breechloader n 1 1 @ 1 0 02896856 +breed n 2 4 @ ~ #m + 2 1 08101410 05839547 +breed's_hill n 1 2 @ #p 1 0 09096343 +breeder n 1 2 @ + 1 0 09873899 +breeder_reactor n 1 2 @ %p 1 0 02896949 +breeding n 5 3 @ ~ + 5 1 04813540 04921900 01129532 00914929 00849523 +breeding_ground n 1 2 @ ~ 1 0 08516885 +breeze n 2 3 @ ~ + 2 1 11431754 00575365 +breeze_block n 1 1 @ 1 0 03031957 +breeziness n 2 2 @ + 2 0 14523787 04633797 +bregma n 1 2 @ + 1 0 05231769 +breiz n 1 3 @ #p %m 1 0 08941208 +bremen n 1 3 @ #m #p 1 0 08770013 +bremerhaven n 1 2 @ #p 1 0 08770274 +bren n 1 1 @ 1 0 02897097 +bren_gun n 1 1 @ 1 0 02897097 +brenner_pass n 1 2 @ #p 1 0 09228928 +brent n 1 3 @ ~ #m 1 0 01857325 +brent_goose n 1 3 @ ~ #m 1 0 01857325 +brer_rabbit n 1 1 @ 1 0 09590980 +brescia n 1 2 @ #p 1 0 08804845 +breslau n 1 2 @ #p 1 0 08984332 +brest n 1 2 @ #p 1 0 08934694 +bret_harte n 1 1 @ 1 0 11032840 +bretagne n 1 3 @ #p %m 1 0 08941208 +brethren n 1 2 @ ; 1 0 08147670 +breton n 2 2 @ #m 2 0 09709001 06961771 +breuer n 1 1 @ 1 0 10863717 +breughel n 1 1 @ 1 0 10868177 +breughel_the_elder n 1 1 @ 1 0 10868177 +breve n 1 1 @ 1 0 06822831 +brevet n 1 2 @ + 1 0 06471069 +breviary n 1 2 @ ; 1 0 06417096 +brevibloc n 1 2 @ ; 1 0 03296759 +brevicipitidae n 1 3 @ #m %m 1 0 01652583 +brevity n 2 2 @ + 2 2 07089431 05053042 +brevoortia n 1 3 @ #m %m 1 0 02531503 +brevoortia_tyrannis n 1 3 @ #m %s 1 0 02531625 +brew n 1 3 @ ~ + 1 0 07886572 +brewage n 1 3 @ ~ + 1 0 07886572 +brewer n 2 2 @ + 2 0 09874118 09874014 +brewer's_mole n 1 1 @ 1 0 01890144 +brewer's_mountain_heather n 1 2 @ #m 1 0 12243109 +brewer's_spruce n 1 1 @ 1 0 11625223 +brewer's_yeast n 2 3 @ ~ #m 2 0 14784705 13025854 +brewery n 1 3 @ ~ + 1 0 02897237 +brewing n 1 2 @ - 1 0 00915140 +brewpub n 1 1 @ 1 0 02897389 +brezhnev n 1 1 @ 1 0 10863896 +briar n 4 4 @ #m %p + 4 0 12621619 12470512 12227658 02897572 +briar_pipe n 1 1 @ 1 0 02897572 +briard n 1 1 @ 1 0 02105251 +briarroot n 1 3 @ #p %s 1 0 12227909 +briarwood n 1 2 @ #s 1 0 12228045 +bribe n 1 3 @ ~ + 1 1 13284562 +briber n 1 2 @ + 1 1 09874260 +bribery n 1 3 @ ~ + 1 0 00776262 +bric-a-brac n 1 1 @ 1 1 02897692 +brick n 2 3 @ ~ %s 2 2 02897820 09874428 +brick_cheese n 1 1 @ 1 0 07852712 +brick_red n 1 1 @ 1 0 04973585 +brick_trowel n 1 1 @ 1 0 02898269 +brickbat n 2 1 @ 2 0 09229158 06710960 +brickellia n 1 2 @ #m 1 0 11942144 +brickfield n 1 1 @ 1 0 02898478 +brickkiln n 1 1 @ 1 0 02898093 +bricklayer n 1 1 @ 1 1 09874518 +bricklayer's_hammer n 1 1 @ 1 0 02898173 +bricklaying n 1 1 @ 1 1 00607458 +bricks_and_mortar n 1 1 @ 1 0 14785065 +brickwork n 1 2 @ ~ 1 0 02898369 +brickyard n 1 1 @ 1 0 02898478 +bricole n 1 1 @ 1 0 02981911 +bridal n 1 1 @ 1 0 01037469 +bridal-wreath n 2 2 @ #m 2 0 12797860 12659539 +bridal_gown n 1 1 @ 1 0 02898585 +bridal_wreath n 2 2 @ #m 2 0 12797860 12659539 +bride n 3 4 @ ~ #m + 3 1 09874618 10864204 09874725 +bride's_bonnet n 1 2 @ #m 1 0 12472778 +bride-gift n 1 1 @ 1 1 13269596 +bride-to-be n 1 1 @ 1 0 10085970 +bride_price n 1 1 @ 1 0 13265603 +bridecake n 1 1 @ 1 0 07632802 +bridegroom n 2 2 @ #m 2 1 10147935 10148035 +bridesmaid n 1 2 @ #m 1 0 09874862 +bridge n 9 6 @ ~ #p %p + - 9 5 02898711 02899808 13793330 05599203 00490569 02899694 02899569 02899439 02899257 +bridge_agent n 1 1 @ 1 0 09875025 +bridge_circuit n 1 2 @ ~ 1 0 02899808 +bridge_deck n 1 3 @ ~ %p 1 0 02899257 +bridge_hand n 1 3 @ ~ %p 1 0 07957327 +bridge_partner n 1 2 @ ~ 1 0 09875188 +bridge_player n 1 2 @ ~ 1 0 09875353 +bridge_whist n 1 1 @ 1 0 00491037 +bridged-t n 1 1 @ 1 1 02900011 +bridgehead n 2 2 @ ~ 2 1 08689028 08517010 +bridgeport n 1 2 @ #p 1 0 09068921 +bridges n 1 1 @ 1 0 10864064 +bridget n 1 1 @ 1 0 10864204 +bridgetown n 1 2 @ #p 1 0 08755664 +bridgework n 1 1 @ 1 0 02899569 +bridle n 2 4 @ #p %p + 2 1 02900160 01146039 +bridle_path n 1 1 @ 1 0 02900459 +bridle_road n 1 1 @ 1 0 02900459 +bridoon n 1 1 @ 1 0 02900594 +brie n 1 1 @ 1 0 07852614 +brief n 2 4 @ ~ + ; 2 1 06543781 06468640 +briefcase n 1 3 @ ~ %p 1 1 02900705 +briefcase_bomb n 1 1 @ 1 0 02900857 +briefcase_computer n 1 1 @ 1 0 02900987 +briefing n 1 3 @ + ; 1 1 07217782 +briefness n 2 2 @ + 2 0 05134238 05053042 +briefs n 1 2 @ ; 1 0 02901114 +brier n 5 3 @ #m %p 5 1 12621836 13090018 12621619 12470512 12227658 +brier-wood n 1 2 @ #s 1 0 12228045 +brier_patch n 1 1 @ 1 0 12621836 +brierpatch n 1 1 @ 1 0 12621836 +brierwood n 1 2 @ #s 1 0 12228045 +brig n 2 2 @ ; 2 1 02901377 02901259 +brigade n 1 2 @ + 1 1 08213978 +brigadier n 1 1 @ 1 1 09875540 +brigadier_general n 1 1 @ 1 1 09875540 +brigand n 1 1 @ 1 0 09837088 +brigandine n 1 1 @ 1 0 02901481 +brigantine n 1 1 @ 1 0 02901620 +brigate_rosse n 1 2 @ ; 1 0 08041484 +brigham_young n 1 1 @ 1 0 11403220 +bright's_disease n 1 2 @ ~ 1 0 14113798 +bright_side n 1 1 @ 1 0 07493095 +brightness n 3 5 ! @ ~ = + 3 1 04952242 05620955 05018103 +brightness_constancy n 1 1 @ 1 0 05709148 +brightness_level n 1 3 @ ~ = 1 0 05018103 +brighton n 1 2 @ #p 1 0 08878533 +brigid n 1 1 @ 1 0 10864204 +brigit n 1 2 @ ; 1 0 09508474 +brigit_nilsson n 1 1 @ 1 0 11207768 +brihaspati n 1 1 @ 1 0 09525065 +brill n 1 1 @ 1 0 02662993 +brilliance n 3 3 @ ~ + 3 2 04952570 04814238 05619743 +brilliancy n 1 2 @ + 1 1 04954920 +brilliant_pebble n 1 1 @ 1 0 02901901 +brilliantine n 1 1 @ 1 0 02901793 +brim n 2 4 @ ~ #p + 2 1 02902250 02902079 +brimstone n 1 1 @ 1 0 14785325 +brindisi n 1 2 @ #p 1 0 08807894 +brine n 2 4 @ ~ %s + 2 0 15008847 07937203 +brine_shrimp n 1 2 @ #m 1 0 01995686 +brinell_number n 1 1 @ 1 0 13609948 +bringing n 1 2 @ ~ 1 1 00317207 +bringing_close_together n 1 1 @ 1 0 00146277 +bringing_up n 1 1 @ 1 0 01129532 +brininess n 1 2 @ + 1 0 04993604 +brinjal n 1 3 @ #m %p 1 0 12896000 +brink n 3 1 @ 3 1 13903738 08517127 05125193 +brinkmanship n 1 1 @ 1 0 06661243 +brinton n 1 1 @ 1 0 10864428 +briny n 1 4 @ #p %p + 1 0 09345932 +brio n 1 3 @ ~ = 1 0 04631700 +brioche n 1 1 @ 1 0 07691539 +briony n 1 3 @ ~ #m 1 0 12163035 +brioschi n 1 2 @ ; 1 0 14777104 +briquet n 1 1 @ 1 0 02902411 +briquette n 1 1 @ 1 0 02902411 +bris n 1 1 @ 1 0 01031392 +brisance n 1 2 @ + 1 0 11412179 +brisbane n 1 2 @ #p 1 0 08832877 +brisbane_quandong n 1 3 @ #m %p 1 0 12192877 +brisket n 1 1 @ 1 0 07657547 +briskness n 1 2 @ + 1 0 04632963 +brisling n 2 4 @ #m #p %p 2 0 07798985 02532918 +briss n 1 1 @ 1 0 01031392 +bristle n 2 3 @ #p + 2 2 02902535 01901610 +bristle_brush n 1 1 @ 1 0 02902687 +bristle_fern n 1 3 @ ~ #m 1 0 12952165 +bristle_grass n 1 2 @ #m 1 0 12134486 +bristlecone_fir n 1 1 @ 1 0 11622771 +bristlecone_pine n 1 1 @ 1 0 11617272 +bristlegrass n 1 2 @ #m 1 0 12134486 +bristletail n 1 2 @ ~ 1 0 02270200 +bristliness n 1 2 @ + 1 0 04949799 +bristly_locust n 1 2 @ #m 1 0 12567950 +bristly_oxtongue n 1 2 @ #m 1 0 12003167 +bristly_sarsaparilla n 1 2 @ #m 1 0 11798270 +bristly_sarsparilla n 1 2 @ #m 1 0 11798270 +bristol n 1 2 @ #p 1 0 08878708 +bristol_channel n 1 2 @ #p 1 0 09229249 +brit n 3 3 @ ~ #m 3 0 09700964 02530188 01996895 +britain n 1 7 @ ~ #m #p %p + - 1 1 08860123 +britannia_metal n 1 1 @ 1 0 14785436 +britches n 1 2 @ ; 1 0 02902816 +brith n 1 1 @ 1 0 01031392 +briticism n 1 1 @ 1 0 07081473 +british n 1 2 @ + 1 1 09732544 +british_cabinet n 1 3 @ %m ; 1 0 08382056 +british_capacity_unit n 1 2 @ ~ 1 0 13615557 +british_capital n 1 4 @ #p %m %p 1 0 08873622 +british_columbia n 1 4 @ #p %p - 1 0 08822855 +british_commonwealth n 1 2 @ %m 1 0 08049989 +british_crown n 1 1 @ 1 0 06884337 +british_east_africa n 1 2 @ #m 1 0 08858529 +british_empire n 1 2 @ %m 1 0 08857682 +british_empiricism n 1 1 @ 1 0 05959263 +british_guiana n 1 5 @ #m #p %m %p 1 0 08948346 +british_honduras n 1 2 @ #p 1 0 08737521 +british_house_of_commons n 1 3 @ #m %m 1 0 08162691 +british_house_of_lords n 1 3 @ #m %m 1 0 08162860 +british_imperial_system n 1 2 @ %p 1 0 13577731 +british_isles n 1 4 @ #m #p %p 1 0 08858248 +british_labour_party n 1 2 @ %m 1 0 08261320 +british_monetary_unit n 1 2 @ ~ 1 0 13686526 +british_parliament n 1 2 @ %m 1 0 08319408 +british_people n 1 1 @ 1 0 09732544 +british_pound n 1 2 @ %p 1 0 13686660 +british_pound_sterling n 1 2 @ %p 1 0 13686660 +british_shilling n 1 2 @ %p 1 0 13686877 +british_system n 1 2 @ %p 1 0 13577731 +british_thermal_unit n 1 2 @ #p 1 0 13726947 +british_virgin_islands n 1 2 @ #p 1 0 08754814 +british_west_africa n 1 3 @ #m #p 1 0 08858713 +british_west_indies n 1 2 @ #m 1 0 08747494 +britisher n 1 3 @ ~ #m 1 0 09700964 +britishism n 2 1 @ 2 0 07081473 00413674 +briton n 2 4 @ ~ #m + 2 0 09700964 09688366 +brits n 1 1 @ 1 0 09732544 +britt n 2 1 @ 2 0 02530188 01996895 +brittanic n 1 2 @ ~ 1 0 06961399 +brittany n 1 3 @ #p %m 1 0 08941208 +brittany_spaniel n 1 1 @ 1 0 02101388 +britten n 1 1 @ 1 0 10864635 +brittle n 1 2 @ ~ 1 0 07599783 +brittle-star n 1 2 @ #m 1 0 02317781 +brittle_bladder_fern n 1 1 @ 1 0 13196003 +brittle_bush n 1 2 @ #m 1 0 11963932 +brittle_fern n 1 1 @ 1 0 13196003 +brittle_maidenhair n 1 2 @ ~ 1 0 13207736 +brittle_maidenhair_fern n 1 2 @ ~ 1 0 13207736 +brittle_star n 1 2 @ #m 1 0 02317781 +brittle_willow n 1 2 @ #m 1 0 12728322 +brittlebush n 1 2 @ #m 1 0 11963932 +brittleness n 1 3 @ ~ + 1 0 04939547 +brix_scale n 1 1 @ 1 0 13610046 +brno n 1 2 @ #p 1 0 08758334 +broach n 1 2 @ ~ 1 0 02906438 +broad n 1 1 @ 1 0 09875663 +broad-bean n 1 3 @ #m %p 1 0 12576029 +broad-bean_plant n 1 3 @ #m %p 1 0 12576029 +broad-leaved_bottletree n 1 1 @ 1 0 12196527 +broad-leaved_dock n 1 1 @ 1 0 12604639 +broad-leaved_everlasting_pea n 1 2 @ #m 1 0 12540001 +broad-leaved_montia n 1 1 @ 1 0 11861238 +broad-leaved_plantain n 2 1 @ 2 0 12600095 12599435 +broad-leaved_twayblade n 1 2 @ #m 1 0 12071259 +broad-mindedness n 1 3 ! @ + 1 0 06204623 +broad_arrow n 3 1 @ 3 0 07271052 06818317 02902916 +broad_bean n 4 4 @ #m #p %p 4 0 12576323 12576029 07801892 07729384 +broad_beech_fern n 1 1 @ 1 0 13230843 +broad_buckler-fern n 1 2 @ #m 1 0 13193143 +broad_gauge n 1 1 @ 1 0 02903964 +broad_hatchet n 1 1 @ 1 0 02904109 +broad_interpretation n 1 1 @ 1 0 05766698 +broad_jump n 2 2 @ %p 2 0 07469609 00440382 +broad_leaved_centaury n 1 1 @ 1 0 12291564 +broad_leaved_goldenrod n 1 1 @ 1 0 12018530 +broadax n 1 2 @ ~ 1 0 02903006 +broadaxe n 1 2 @ ~ 1 0 02903006 +broadbill n 4 3 @ ~ #m 4 0 02011281 01851375 01848976 01546506 +broadcast n 2 3 @ ~ + 2 1 06254007 06619428 +broadcast_area n 1 1 @ 1 0 08517204 +broadcast_journalist n 1 2 @ ~ 1 0 09875979 +broadcast_medium n 1 2 @ - 1 0 06264176 +broadcast_station n 1 2 @ ~ 1 0 02903405 +broadcaster n 2 3 @ ~ + 2 0 09875786 02903204 +broadcasting n 2 3 @ ~ - 2 1 06264176 06276697 +broadcasting_company n 1 1 @ 1 1 08002015 +broadcasting_station n 1 2 @ ~ 1 0 02903405 +broadcasting_studio n 1 2 @ #p 1 0 02903588 +broadcloth n 2 1 @ 2 0 02903852 02903727 +broadening n 3 1 @ 3 2 00407270 00250597 13574804 +broadloom n 1 1 @ 1 0 02904233 +broadness n 1 3 @ ~ + 1 0 05136343 +broadsheet n 1 2 @ ~ 1 0 07250339 +broadside n 5 4 @ ~ + ; 5 1 07250339 07233415 02904505 02904348 00988177 +broadsword n 1 2 @ ~ 1 0 02904640 +broadtail n 2 1 @ 2 0 14765148 02414043 +broadway n 1 2 @ #p 1 1 09122086 +brobdingnag n 1 2 @ + 1 0 05627083 +broca n 1 1 @ 1 0 10864858 +broca's_aphasia n 1 1 @ 1 0 14098458 +broca's_area n 1 2 @ #p 1 0 05488385 +broca's_center n 1 2 @ #p 1 0 05488385 +broca's_convolution n 1 2 @ #p 1 0 05488385 +broca's_gyrus n 1 2 @ #p 1 0 05488385 +brocade n 1 2 @ + 1 0 02904803 +brocadopa n 1 2 @ ; 1 0 14605132 +broccoli n 2 4 @ #m #p %p 2 0 11876803 07714990 +broccoli_raab n 2 4 @ #m #p %p 2 0 11878101 07715407 +broccoli_rabe n 2 4 @ #m #p %p 2 0 11878101 07715407 +brochette n 1 1 @ 1 0 02903126 +brochure n 1 2 @ ~ 1 0 06413889 +brocket n 2 2 @ #m 2 0 02434712 02431542 +brockhouse n 1 1 @ 1 0 10865140 +brodiaea n 1 3 @ ~ #m 1 0 12445387 +brodiaea_elegans n 1 2 @ #m 1 0 12445628 +brodmann's_area n 1 1 @ 1 0 05488615 +brodmann's_area_17 n 1 2 @ #p 1 0 05494617 +brogan n 1 1 @ 1 0 02904927 +broglie n 1 1 @ 1 0 10865329 +brogue n 1 1 @ 1 0 02904927 +broil n 1 2 @ + 1 0 00246754 +broiler n 2 2 @ + 2 1 02905036 07645242 +broiling n 1 1 @ 1 0 00246754 +broken_arch n 1 1 @ 1 0 02905152 +broken_heart n 1 1 @ 1 0 07534847 +broken_home n 1 1 @ 1 0 07973373 +broken_wind n 1 1 @ 1 0 14265350 +brokenheartedness n 1 3 @ ~ + 1 0 07535010 +broker n 1 4 @ ~ #m + 1 1 09777012 +broker-dealer n 1 1 @ 1 0 09876152 +brokerage n 3 4 @ ~ %m + 3 1 08069878 08057460 02905288 +brokerage_account n 1 2 @ ~ 1 0 13351457 +brokerage_firm n 1 3 @ ~ %m 1 0 08069878 +brokerage_house n 1 1 @ 1 0 02905288 +brolly n 1 2 @ ; 1 0 03415252 +bromberg n 1 2 @ #p 1 0 08983274 +brome n 1 3 @ ~ #m 1 0 12110778 +bromegrass n 1 3 @ ~ #m 1 0 12110778 +bromelia n 1 2 @ #m 1 0 12607717 +bromeliaceae n 1 3 @ #m %m 1 0 12606907 +bromeosin n 1 1 @ 1 0 14987484 +bromic_acid n 1 1 @ 1 0 14785524 +bromide n 2 2 @ ~ 2 0 14785625 07154046 +bromine n 1 3 @ #s + 1 0 14632129 +bromo-seltzer n 1 2 @ ; 1 0 14777188 +bromoform n 1 1 @ 1 0 14620549 +bromophenol_blue n 1 1 @ 1 1 14986719 +bromothymol_blue n 1 1 @ 1 0 14986890 +brompheniramine_maleate n 1 2 @ #s 1 0 02905422 +bromphenol_blue n 1 1 @ 1 0 14986719 +brompton_stock n 1 2 @ #m 1 0 11892817 +bromthymol_blue n 1 1 @ 1 0 14986890 +bromus n 1 3 @ #m %m 1 0 12110630 +bromus_arvensis n 1 1 @ 1 0 12111627 +bromus_inermis n 1 1 @ 1 0 12111043 +bromus_japonicus n 1 1 @ 1 0 12111744 +bromus_secalinus n 1 1 @ 1 0 12111238 +bromus_tectorum n 1 1 @ 1 0 12111399 +bronc n 1 2 @ ~ 1 1 02380745 +bronchial_artery n 1 2 @ #p 1 1 05339047 +bronchial_asthma n 1 3 @ ~ %p 1 0 14145911 +bronchial_pneumonia n 1 2 @ ~ 1 0 14148231 +bronchial_tube n 1 2 @ #p 1 0 05531511 +bronchial_vein n 1 1 @ 1 0 05359695 +bronchiole n 1 3 @ #p + 1 1 05531666 +bronchiolitis n 1 1 @ 1 1 14146459 +bronchitis n 1 4 @ ~ %p + 1 0 14146273 +broncho n 1 2 @ ~ 1 0 02380745 +bronchodilator n 1 2 @ ~ 1 0 02905612 +bronchopneumonia n 1 2 @ ~ 1 0 14148231 +bronchoscope n 1 2 @ + 1 0 02905886 +bronchoscopic_smear n 1 1 @ 1 0 05266486 +bronchospasm n 1 2 @ #p 1 0 00226511 +bronchus n 1 3 @ #p + 1 1 05531511 +bronco n 1 2 @ ~ 1 0 02380745 +bronco_buster n 1 1 @ 1 0 09883630 +bronco_busting n 1 2 @ #p 1 0 00299826 +broncobuster n 1 1 @ 1 0 09883630 +bronislaw_kasper_malinowski n 1 1 @ 1 0 11151579 +bronislaw_malinowski n 1 1 @ 1 0 11151579 +bronte n 3 1 @ 3 0 10865860 10865700 10865567 +bronte_sisters n 1 1 @ 1 0 07989620 +brontosaur n 1 2 @ #m 1 0 01709484 +brontosaurus n 1 2 @ #m 1 0 01709484 +bronx n 1 2 @ #p 1 0 09119989 +bronx-whitestone_bridge n 1 2 @ #p 1 0 02906027 +bronx_cheer n 1 1 @ 1 0 07123870 +bronze n 2 4 @ ~ %s + 2 1 14717275 02906175 +bronze_age n 2 3 @ #p ; 2 0 15231415 15231263 +bronze_medal n 1 1 @ 1 0 02906254 +bronze_star n 1 1 @ 1 0 06708304 +bronze_star_medal n 1 1 @ 1 0 06708304 +bronzed_diabetes n 1 2 @ ~ 1 0 14206929 +brooch n 1 3 @ ~ + 1 0 02906438 +brood n 1 3 @ ~ + 1 1 07990824 +brood_bitch n 1 1 @ 1 0 02083780 +brood_hen n 1 1 @ 1 0 01792955 +brooder n 1 3 @ %p + 1 0 03567066 +brooder_pneumonia n 1 1 @ 1 0 14260349 +brooding n 2 1 @ 2 2 13441812 07533607 +broodmare n 1 1 @ 1 0 02377603 +broody n 1 1 @ 1 0 01792955 +broody_hen n 1 1 @ 1 1 01792955 +brook n 1 2 @ ~ 1 1 09229409 +brook_thistle n 1 1 @ 1 0 11955040 +brook_trout n 2 4 @ #m #p %p 2 0 07794893 02538216 +brooke n 1 1 @ 1 0 10865990 +brooklet n 1 1 @ 1 0 09229641 +brooklime n 2 2 @ #m 2 0 12891093 12890685 +brooklyn n 1 3 @ #p %p 1 1 09120087 +brooklyn_bridge n 1 2 @ #p 1 0 02906578 +brooks n 1 1 @ 1 0 10866090 +brookweed n 2 1 @ 2 0 12096674 12096563 +broom n 3 5 @ ~ #m %p + 3 1 02906734 12520864 12233529 +broom-weed n 1 2 @ #m 1 0 11974888 +broom_beard_grass n 1 1 @ 1 0 12133462 +broom_closet n 1 1 @ 1 0 02906963 +broom_grass n 1 3 @ ~ #m 1 0 12108432 +broom_handle n 1 2 @ #p 1 0 02907082 +broom_palm n 1 2 @ #m 1 0 12597798 +broom_sedge n 1 1 @ 1 0 12108613 +broom_snakeroot n 1 2 @ #m 1 0 11974557 +broom_snakeweed n 1 2 @ #m 1 0 11974557 +broom_tree n 1 2 @ #m 1 0 12530439 +broomcorn n 1 1 @ 1 0 12139196 +broomcorn_millet n 1 1 @ 1 0 12127575 +broomrape_family n 1 2 @ #m 1 0 12874231 +broomstick n 1 2 @ #p 1 0 02907082 +broomweed n 1 2 @ #m 1 0 11974888 +brosme_brosme n 1 2 @ %p 1 0 02525382 +brosmius n 1 2 @ #m 1 0 02525287 +broth n 2 2 @ ~ 2 0 07585208 07584593 +broth_of_a_boy n 1 1 @ 1 1 09876308 +broth_of_a_man n 1 1 @ 1 0 09876308 +brothel n 1 2 @ ~ 1 1 04581595 +brothel_keeper n 1 1 @ 1 0 10279669 +brother n 5 6 ! @ ~ #m + ; 5 2 09876454 09876892 09877951 09877124 09876701 +brother-in-law n 1 1 @ 1 1 09877288 +brotherhood n 4 5 @ ~ #p %m + 4 3 13814336 08075388 07500042 08233056 +brotherly_love n 1 1 @ 1 0 04840405 +brotula n 1 2 @ #m 1 0 02559144 +brotulidae n 1 3 @ #m %m 1 0 02558980 +brougham n 2 1 @ 2 0 02907296 02907194 +brouhaha n 2 1 @ 2 0 07385660 00552568 +broussonetia n 1 3 @ #m %m 1 0 12403862 +broussonetia_papyrifera n 1 2 @ #m 1 0 12403994 +brow n 3 3 @ #p %p 3 3 05602548 05313535 08584787 +brow_ptosis n 1 1 @ 1 0 14559134 +browallia n 1 2 @ #m 1 0 12898774 +brown n 4 5 @ ~ #m #p + 4 1 04971928 10866385 10866217 02907985 +brown-tail_moth n 1 2 @ #m 1 0 02286425 +brown_algae n 1 3 @ ~ #m 1 0 01402600 +brown_ash n 1 1 @ 1 0 12305089 +brown_bat n 1 1 @ 1 0 02146371 +brown_bear n 1 3 @ ~ #m 1 0 02132136 +brown_bells n 1 1 @ 1 0 12453539 +brown_bent n 1 1 @ 1 0 12107002 +brown_betty n 1 1 @ 1 0 07618587 +brown_bread n 2 2 @ ~ 2 0 07682316 07680761 +brown_bullhead n 1 1 @ 1 0 02519472 +brown_butter n 1 1 @ 1 0 07849026 +brown_coal n 1 2 @ ~ 1 0 14815263 +brown_creeper n 1 2 @ #m 1 0 01589718 +brown_cup n 1 2 @ #m 1 0 12968309 +brown_hickory n 1 2 @ #m 1 0 12320627 +brown_hyena n 1 2 @ #m 1 0 02117646 +brown_lacewing n 1 2 @ #m 1 0 02265330 +brown_lemming n 1 2 @ #m 1 0 02345078 +brown_oak n 1 1 @ 1 0 12199790 +brown_onion_sauce n 1 1 @ 1 0 07839864 +brown_pine n 1 2 @ #m 1 0 11652376 +brown_rat n 1 3 @ ~ #m 1 0 02333546 +brown_rice n 1 1 @ 1 0 07804543 +brown_root_rot_fungus n 1 2 @ #m 1 0 13027879 +brown_rot n 1 2 @ ~ 1 0 14278773 +brown_rot_gummosis n 1 1 @ 1 0 14278953 +brown_sauce n 2 2 @ ; 2 0 07836456 07836077 +brown_snail n 1 2 @ #m 1 0 01945143 +brown_soft_scale n 1 2 @ #m 1 0 02249134 +brown_study n 1 1 @ 1 0 05701107 +brown_sugar n 1 2 @ ~ 1 0 07596452 +brown_swiss n 1 1 @ 1 0 02406533 +brown_thrasher n 1 1 @ 1 0 01588002 +brown_thrush n 1 1 @ 1 0 01588002 +brown_trout n 1 4 @ ~ #m %p 1 0 02537319 +brown_university n 1 3 @ #m #p 1 0 02907985 +browne n 2 1 @ 2 0 10866738 10866571 +brownian_motion n 1 1 @ 1 0 11433140 +brownian_movement n 1 1 @ 1 0 11433140 +brownie n 3 3 @ ~ ; 3 0 09877370 09540739 07636271 +brownie_mix n 1 1 @ 1 0 07593972 +browning n 4 1 @ 4 0 10867238 10867064 10866883 00246552 +browning_automatic_rifle n 1 1 @ 1 0 02907391 +browning_machine_gun n 1 1 @ 1 0 02907656 +brownish_yellow n 1 1 @ 1 0 04966428 +brownness n 1 3 @ ~ + 1 0 04971928 +brownout n 1 2 @ ; 1 0 13984082 +brownshirt n 1 3 @ #m ; 1 0 09877443 +brownstone n 2 1 @ 2 0 14785840 02907873 +brownsville n 1 2 @ #p 1 0 09143321 +browntail n 1 2 @ #m 1 0 02286425 +browse n 3 2 @ + 3 0 08437317 06598648 00839023 +browser n 2 3 @ ~ + 2 0 09877587 06571301 +browsing n 2 1 @ 2 0 06598648 00839023 +bruce n 2 1 @ 2 0 10867708 10867473 +bruce_lee n 1 1 @ 1 0 11124300 +brucella n 1 1 @ 1 0 01351170 +brucellosis n 2 1 @ 2 1 14128029 14261508 +bruch n 1 1 @ 1 0 10867933 +bruchidae n 1 3 @ #m %m 1 0 02181863 +bruchus n 1 3 @ #m %m 1 0 02182220 +bruchus_pisorum n 1 2 @ #m 1 0 02182355 +brucine n 1 2 @ #s 1 0 14715189 +bruckenthalia n 1 3 @ #m %m 1 0 12232683 +bruckenthalia_spiculifolia n 1 2 @ #m 1 0 12232851 +bruckner n 1 1 @ 1 0 10868025 +bruegel n 1 1 @ 1 0 10868177 +brueghel n 1 1 @ 1 0 10868177 +bruges n 1 3 @ #m #p 1 0 08851034 +brugmansia n 1 3 @ #m %m 1 0 12899333 +brugmansia_arborea n 1 2 @ #m 1 0 12899537 +brugmansia_sanguinea n 1 1 @ 1 0 12899971 +brugmansia_suaveolens n 1 2 @ #m 1 0 12899752 +bruin n 2 3 @ ~ #m 2 0 02132320 02132136 +bruise n 1 3 @ ~ + 1 1 14288871 +bruiser n 1 2 @ + 1 0 09878702 +brule n 1 1 @ 1 0 09650989 +brumaire n 1 2 @ #p 1 0 15176161 +brummagem n 1 2 @ #p 1 0 08877613 +brummell n 1 1 @ 1 0 10868397 +brummie n 1 1 @ 1 0 09877750 +brummy n 1 1 @ 1 0 09877750 +brunanburh n 1 2 @ ; 1 0 01273081 +brunch n 1 3 @ + ; 1 0 07574923 +brunch_coat n 1 1 @ 1 0 02908123 +brunei n 1 5 @ #m #p %m + 1 0 08896092 +brunei_dollar n 1 1 @ 1 0 13672462 +bruneian n 1 2 @ #m 1 0 09695514 +brunelleschi n 1 1 @ 1 0 10868562 +brunet n 1 1 @ 1 0 09877856 +brunette n 1 1 @ 1 0 09877856 +brunfelsia n 1 3 @ #m %m 1 0 12898959 +brunfelsia_americana n 1 2 @ #m 1 0 12899166 +brunhild n 1 2 @ ; 1 0 09590495 +brunn n 1 2 @ #p 1 0 08758334 +brunnhilde n 1 2 @ ; 1 0 09590495 +bruno n 3 2 @ ; 3 0 11127565 10868980 10868738 +bruno_of_toul n 1 1 @ 1 0 11127565 +bruno_walter n 1 1 @ 1 0 11372799 +brunswick n 3 2 @ #p 3 0 09093072 09077266 08772551 +brunswick_stew n 1 1 @ 1 0 07589543 +brunt n 1 1 @ 1 0 05035712 +brusa n 1 2 @ #p 1 0 09042213 +brush n 9 5 @ ~ #p %p + 9 3 08437515 02908217 07413714 02908605 02157954 00959376 00656386 00256620 00039545 +brush-footed_butterfly n 1 3 @ ~ #m 1 0 02274822 +brush-off n 1 2 @ + 1 0 00203649 +brush-tail_porcupine n 1 2 @ #m 1 0 02347274 +brush-tailed_phalanger n 1 2 @ #m 1 0 01881857 +brush-tailed_porcupine n 1 2 @ #m 1 0 02347274 +brush_cut n 1 1 @ 1 1 05260714 +brush_discharge n 1 1 @ 1 0 11433297 +brush_fire n 1 1 @ 1 1 07303466 +brush_kangaroo n 1 2 @ ~ 1 0 01877812 +brush_turkey n 1 2 @ #m 1 0 01801876 +brush_wolf n 1 2 @ ~ 1 0 02114855 +brushing n 2 1 @ 2 1 00656386 00256620 +brushup n 1 3 @ ~ + 1 0 00897811 +brushwood n 2 2 @ ~ 2 0 14785197 08437515 +brushwork n 1 1 @ 1 0 05643491 +brusqueness n 1 2 @ + 1 0 04915462 +brussels n 1 2 @ #p 1 0 08850450 +brussels_biscuit n 1 1 @ 1 0 07689842 +brussels_carpet n 1 1 @ 1 0 02908773 +brussels_griffon n 1 2 @ ~ 1 0 02112497 +brussels_lace n 1 1 @ 1 0 02908951 +brussels_sprout n 1 2 @ %p 1 0 11876432 +brussels_sprouts n 1 3 @ #p ; 1 0 07715221 +brutalisation n 3 2 @ + 3 0 14574675 00733317 00271879 +brutality n 2 2 @ + 2 2 04830689 00424934 +brutalization n 3 2 @ + 3 0 14574675 00733317 00271879 +brute n 2 6 @ ~ #m %s %p - 2 1 09845589 00015388 +brutus n 1 1 @ 1 0 10869207 +bruxelles n 1 2 @ #p 1 0 08850450 +bruxism n 1 1 @ 1 0 00279534 +brya n 1 2 @ #m 1 0 11748936 +brya_ebenus n 1 2 @ %s 1 0 11749112 +bryaceae n 1 3 @ #m %m 1 0 11540970 +bryales n 1 2 @ #m 1 0 11540000 +bryan n 2 2 @ #p 2 0 10869385 09143549 +bryan_donkin n 1 1 @ 1 0 10939630 +bryanthus n 1 2 @ #m 1 0 12233249 +bryanthus_taxifolius n 1 2 @ #m 1 0 12242850 +bryce_canyon_national_park n 1 2 @ #p 1 0 08603158 +brynhild n 1 2 @ ; 1 0 09590495 +bryonia_alba n 1 1 @ 1 0 12163279 +bryonia_dioica n 1 1 @ 1 0 12163456 +bryony n 1 3 @ ~ #m 1 0 12163035 +bryophyta n 1 4 @ #m %m + 1 0 11536778 +bryophyte n 1 3 @ ~ #m 1 0 11537327 +bryopsida n 1 3 @ #m %m 1 0 11538935 +bryozoa n 1 3 @ #m %m 1 0 02313495 +bryozoan n 1 2 @ #m 1 0 02313709 +brythonic n 1 2 @ ~ 1 0 06961399 +bryum n 1 2 @ #m 1 0 11541111 +bs n 1 1 @ 1 0 06699579 +bsarch n 1 1 @ 1 0 06699685 +bse n 1 1 @ 1 0 14261846 +btu n 1 2 @ #p 1 0 13726947 +bubalus n 1 3 @ #m %m 1 0 02408217 +bubalus_bubalis n 1 3 @ ~ #m 1 0 02408429 +bubalus_mindorensis n 1 2 @ #m 1 0 02409202 +bubble n 4 3 @ ~ + 4 1 09229709 05907251 05896379 02909053 +bubble-jet_printer n 1 1 @ 1 0 02909285 +bubble_and_squeak n 1 2 @ ; 1 0 07863229 +bubble_bath n 1 1 @ 1 0 00257969 +bubble_chamber n 1 1 @ 1 0 02909165 +bubble_dance n 1 1 @ 1 0 00531745 +bubble_gum n 1 1 @ 1 1 07600285 +bubble_gum_dermatitis n 1 1 @ 1 0 14222918 +bubble_jet_printer n 1 1 @ 1 0 02909285 +bubble_pack n 1 1 @ 1 0 02852360 +bubble_shell n 1 2 @ #m 1 0 01952029 +bubblejet n 1 1 @ 1 0 02909285 +bubbler n 2 2 @ + 2 0 03241335 02909408 +bubbliness n 1 2 @ + 1 0 04733347 +bubbly n 1 1 @ 1 0 07893642 +buber n 1 1 @ 1 0 10869683 +bubo n 2 4 @ #m %m + 2 0 14315722 01622230 +bubo_virginianus n 1 1 @ 1 0 01622483 +bubonic_plague n 1 2 @ ~ 1 0 14139015 +bubulcus n 1 3 @ #m %m 1 0 02010144 +bubulcus_ibis n 1 2 @ #m 1 0 02010272 +buccal_artery n 1 2 @ #p 1 0 05339168 +buccal_cavity n 1 2 @ #p 1 0 05302899 +buccaneer n 1 3 @ ~ + 1 0 10435367 +buccaneering n 1 1 @ 1 0 00783527 +buccinator_muscle n 1 2 @ #p 1 0 05294068 +buccinidae n 1 3 @ #m %m 1 0 01947275 +bucconidae n 1 3 @ #m %m 1 0 01842380 +buccula n 1 1 @ 1 0 05599769 +bucephala n 1 3 @ #m %m 1 0 01850035 +bucephala_islandica n 1 1 @ 1 0 01850553 +bucephela_albeola n 1 2 @ #m 1 0 01850192 +bucephela_clangula n 1 3 @ ~ #m 1 0 01850373 +buceros n 1 2 @ #m 1 0 01829288 +bucerotidae n 1 3 @ #m %m 1 0 01829143 +buchanan n 1 1 @ 1 0 10869931 +bucharest n 1 2 @ #p 1 0 08814474 +bucharesti n 1 2 @ #p 1 0 08814474 +buchenwald n 1 2 @ #p 1 0 02909543 +buchloe n 1 3 @ #m %m 1 0 12112488 +buchloe_dactyloides n 1 2 @ #m 1 0 12112609 +buchner n 1 1 @ 1 0 10870072 +buck n 5 4 @ ~ + ; 5 1 04524142 13395897 10870235 04140631 01888264 +buck's_fizz n 1 1 @ 1 0 07930315 +buck-and-wing n 1 1 @ 1 0 00528298 +buck_fever n 1 1 @ 1 0 07511524 +buck_private n 1 1 @ 1 0 10476467 +buck_sergeant n 1 1 @ 1 0 09777870 +buckaroo n 1 1 @ 1 0 09973209 +buckbean n 1 2 @ #m 1 0 12484784 +buckbean_family n 1 3 @ #m %m 1 0 12484413 +buckboard n 1 1 @ 1 1 02909706 +buckeroo n 1 1 @ 1 0 09973209 +bucket n 2 4 @ ~ #p + 2 1 02909870 13765749 +bucket_seat n 1 1 @ 1 0 02910145 +bucket_shop n 2 1 @ 2 0 08070130 02910241 +bucketful n 1 1 @ 1 0 13765749 +buckeye n 3 3 @ ~ #m 3 0 12768682 12768369 09745041 +buckeye_state n 1 3 @ #p %p 1 0 09130076 +bucking_bronco n 1 1 @ 1 0 02380875 +buckingham_palace n 1 2 @ #p 1 0 08875843 +buckle n 2 4 @ ~ %p + 2 1 02910353 13885700 +buckler n 1 2 @ ~ 1 0 04192698 +buckler_fern n 1 3 @ ~ #m 1 0 13192625 +buckler_mustard n 1 2 @ #m 1 0 11874878 +buckleya n 1 2 @ #m 1 0 12735817 +buckleya_distichophylla n 1 2 @ #m 1 0 12735817 +buckminster_fuller n 1 1 @ 1 0 10985440 +buckminsterfullerene n 1 1 @ 1 0 14622350 +buckram n 1 2 @ + 1 0 02910542 +bucksaw n 1 1 @ 1 0 02910701 +buckshot n 1 2 @ #p 1 0 02843777 +buckskin n 2 1 @ 2 1 02381004 14760555 +buckskins n 1 2 @ ; 1 0 02910864 +buckthorn n 3 4 @ ~ #m %p 3 0 13141141 12772753 12599185 +buckthorn_berry n 1 2 @ #p 1 0 13141415 +buckthorn_family n 1 3 @ #m %m 1 0 13140699 +bucktooth n 1 1 @ 1 0 05306390 +buckwheat n 2 4 @ #m #p %p 2 0 12601494 07803310 +buckwheat_cake n 1 1 @ 1 0 07640653 +buckwheat_family n 1 3 @ #m %m 1 0 12600574 +buckwheat_tree n 1 2 @ #m 1 0 12751172 +buckyball n 1 1 @ 1 0 14622350 +bucolic n 2 2 @ ~ 2 0 10410668 06379439 +bucuresti n 1 2 @ #p 1 0 08814474 +bud n 2 3 @ ~ + 2 2 11674914 13165086 +bud_brush n 1 2 @ #m 1 0 11931135 +bud_sagebrush n 1 2 @ #m 1 0 11931135 +budapest n 1 2 @ #p 1 0 08952423 +buddha n 2 1 @ 2 1 09532214 09532942 +buddhism n 2 5 @ ~ %m + - 2 0 08098708 06240244 +buddhist n 1 4 @ ~ #m + 1 1 09683757 +budding n 1 1 @ 1 0 13441959 +buddleia n 1 2 @ #m 1 0 12485653 +buddy n 1 2 @ ~ 1 1 09877951 +buddy_holly n 1 1 @ 1 0 11056654 +buddy_system n 1 1 @ 1 0 00389763 +budge n 1 1 @ 1 0 10870440 +budgereegah n 1 2 @ #m 1 0 01821869 +budgerigar n 1 2 @ #m 1 0 01821869 +budgerygah n 1 2 @ #m 1 0 01821869 +budget n 2 3 @ ~ + 2 2 13421832 13421462 +budget_cut n 1 1 @ 1 0 00352585 +budget_deficit n 1 2 @ ~ 1 0 13396485 +budget_items n 1 3 @ #p ; 1 0 13277179 +budgie n 1 2 @ #m 1 0 01821869 +budorcas n 1 3 @ #m %m 1 0 02419515 +budorcas_taxicolor n 1 2 @ #m 1 0 02419634 +buena_vista n 1 3 @ #p ; 1 0 01273230 +buenos_aires n 1 2 @ #p 1 0 08712876 +buff n 5 4 @ ~ #m + 5 1 10077593 14760696 05239589 04973957 02910964 +buffalo n 4 5 @ ~ #m #p %p 4 1 02410702 09118505 07663492 02407959 +buffalo_bill n 1 1 @ 1 0 10904270 +buffalo_bill's_wild_west_show n 1 1 @ 1 0 00523263 +buffalo_bill_cody n 1 1 @ 1 0 10904270 +buffalo_bur n 1 1 @ 1 0 12897341 +buffalo_carpet_beetle n 1 1 @ 1 0 02170599 +buffalo_chip n 1 1 @ 1 0 09243906 +buffalo_clover n 2 1 @ 2 0 12547215 11753562 +buffalo_fish n 1 3 @ ~ %p 1 0 01445429 +buffalo_gnat n 1 2 @ #m 1 0 02205673 +buffalo_gourd n 1 3 @ #m %p 1 0 12162425 +buffalo_grass n 2 2 @ #m 2 0 12141167 12112609 +buffalo_indian n 1 2 @ ~ 1 0 09649554 +buffalo_nut n 2 4 @ #m #p %p 2 0 12737251 12736999 +buffalo_wing n 1 1 @ 1 0 07648913 +buffalofish n 2 4 @ ~ #p %p 2 0 07779263 01445429 +buffel_grass n 1 1 @ 1 0 12114010 +buffer n 7 7 @ ~ #s #p %p + ; 7 1 14785941 08688424 03328201 02911485 02911332 02911158 02910964 +buffer_country n 1 1 @ 1 0 08517327 +buffer_solution n 1 3 @ ~ %s 1 0 14786110 +buffer_state n 1 1 @ 1 0 08517327 +buffer_storage n 1 4 @ ~ #p ; 1 0 02911485 +buffer_store n 1 4 @ ~ #p ; 1 0 02911485 +buffer_zone n 1 1 @ 1 0 08688424 +buffered_aspirin n 1 1 @ 1 0 02911890 +bufferin n 1 2 @ ; 1 0 02911890 +buffet n 3 4 @ ~ #p %p 3 1 02912065 07576182 04247736 +buffet_car n 1 1 @ 1 0 03200357 +buffeting n 1 1 @ 1 0 07410526 +buffing_wheel n 1 2 @ #p 1 0 02912319 +bufflehead n 1 2 @ #m 1 0 01850192 +buffoon n 2 2 @ ~ 2 1 09931165 09930876 +buffoonery n 1 2 @ ~ 1 0 00513401 +bufo n 1 2 @ #m 1 0 01646292 +bufo_americanus n 1 1 @ 1 0 01646802 +bufo_boreas n 1 1 @ 1 0 01647640 +bufo_bufo n 1 1 @ 1 0 01646555 +bufo_calamita n 1 1 @ 1 0 01646648 +bufo_canorus n 1 1 @ 1 0 01647180 +bufo_debilis n 1 1 @ 1 0 01647033 +bufo_marinus n 1 1 @ 1 0 01646388 +bufo_microscaphus n 1 1 @ 1 0 01647466 +bufo_speciosus n 1 1 @ 1 0 01647303 +bufo_viridis n 1 1 @ 1 0 01646902 +bufonidae n 1 3 @ #m %m 1 0 01645634 +bug n 5 4 @ ~ #m + 5 1 02236355 14464675 02912440 02236896 01384491 +bug-hunter n 1 2 @ ~ 1 0 10059904 +bugaboo n 2 1 @ 2 0 09488117 05832621 +buganda n 1 3 @ #p %p 1 0 09043411 +bugbane n 2 3 @ ~ #m 2 0 12464649 11728530 +bugbear n 2 1 @ 2 0 09488117 05811662 +bugger n 1 2 @ + 1 0 10621514 +bugger_all n 1 2 @ ; 1 0 13740765 +buggery n 1 2 @ + 1 0 00849294 +bugginess n 1 2 @ + 1 0 14472526 +buggy n 1 1 @ 1 1 02912557 +buggy_whip n 1 1 @ 1 0 02912673 +bugle n 3 4 @ ~ #m + 3 1 02912894 12840749 02913035 +bugle_call n 1 2 @ ~ 1 0 06804199 +bugler n 1 2 @ + 1 1 09878179 +bugleweed n 2 3 @ ~ #m 2 0 12852234 12840749 +bugloss n 2 2 @ #m 2 0 12817694 12003167 +bugologist n 1 2 @ ~ 1 0 10059904 +bugology n 1 3 @ ~ - 1 0 06072275 +buhl n 1 1 @ 1 0 02878628 +build n 2 3 @ ~ #p 2 1 04998530 05217168 +builder n 3 3 @ ~ + 3 1 15097209 09878559 09878275 +building n 4 5 @ ~ %p + - 4 3 02913152 00911048 01104637 07973241 +building_block n 2 3 @ ~ %p 2 0 09465459 02914813 +building_code n 1 2 @ ; 1 0 06668432 +building_complex n 1 2 @ ~ 1 0 02914991 +building_department n 1 1 @ 1 0 08119226 +building_material n 1 2 @ ~ 1 0 14786479 +building_permit n 1 1 @ 1 0 06550046 +building_site n 1 2 @ ~ 1 0 08676622 +building_society n 1 1 @ 1 0 08422930 +building_supply_house n 1 1 @ 1 1 02915199 +building_supply_store n 1 1 @ 1 0 02915199 +buildup n 3 3 @ ~ + 3 1 00372226 13442168 07247451 +built-in_bed n 1 1 @ 1 0 02915379 +built-soap_powder n 1 1 @ 1 0 04254535 +built_in_bed n 1 2 @ ~ 1 0 02831724 +bujumbura n 1 2 @ #p 1 0 08716517 +bukharin n 1 1 @ 1 0 10870691 +bulawayo n 1 2 @ #p 1 0 09167652 +bulb n 6 5 @ ~ #p %p + 6 3 13134059 03665924 02915480 13864035 05495172 05227079 +bulbar_conjunctiva n 1 1 @ 1 0 05315382 +bulbil n 1 1 @ 1 0 13134531 +bulblet n 1 1 @ 1 0 13134531 +bulblet_bladder_fern n 1 1 @ 1 0 13196369 +bulblet_fern n 1 1 @ 1 0 13196369 +bulbourethral_gland n 1 2 @ #p 1 0 05523629 +bulbous_iris n 1 2 @ #m 1 0 12412850 +bulbous_plant n 1 2 @ ~ 1 0 13134302 +bulbul n 1 1 @ 1 0 01560419 +bulgaria n 1 7 @ #m #p %m %p + - 1 1 08714132 +bulgarian n 2 3 @ #m + 2 0 09695620 06945569 +bulgarian_capital n 1 2 @ #p 1 0 08714458 +bulgarian_monetary_unit n 1 2 @ ~ 1 0 13685678 +bulge n 1 3 @ ~ + 1 1 13894434 +bulghur n 1 3 @ #p ; 1 0 07803408 +bulginess n 1 3 @ ~ + 1 0 05070453 +bulgur n 1 3 @ #p ; 1 0 07803408 +bulgur_pilaf n 1 1 @ 1 0 07873679 +bulgur_wheat n 1 3 @ #p ; 1 0 07803408 +bulima_nervosa n 1 1 @ 1 0 14056685 +bulimarexia n 1 1 @ 1 0 14056685 +bulimia n 2 2 @ + 2 0 14057001 14039828 +bulimic n 1 2 @ + 1 0 09836057 +bulk n 3 4 @ ~ = + 3 2 05122557 05099389 05025413 +bulk_mail n 1 1 @ 1 0 06266077 +bulk_modulus n 1 1 @ 1 0 13588233 +bulkhead n 1 2 @ #p 1 0 02915675 +bulkiness n 1 2 @ + 1 0 05104421 +bull n 11 7 ! @ ~ #p %p + ; 11 4 02403325 09878702 06611376 00075790 09879144 09878921 09752381 08686332 08517449 06726761 01887623 +bull's-eye n 1 1 @ 1 0 03162297 +bull's_eye n 3 3 @ #p ; 3 3 00187144 08517449 00064789 +bull-snake n 1 3 @ ~ #m 1 0 01733757 +bull_bay n 1 1 @ 1 0 11710136 +bull_fiddle n 1 1 @ 1 0 02803934 +bull_market n 1 1 @ 1 0 08073243 +bull_mastiff n 1 1 @ 1 0 02108422 +bull_moose_party n 1 1 @ 1 0 08262695 +bull_neck n 1 1 @ 1 0 05547313 +bull_nettle n 1 1 @ 1 0 12893993 +bull_nose n 1 1 @ 1 0 14262045 +bull_pine n 1 1 @ 1 0 11614420 +bull_run n 2 3 @ #p ; 2 0 09151800 01273491 +bull_session n 1 2 @ ; 1 0 07142924 +bull_shark n 1 2 @ #m 1 0 01489501 +bull_snake n 1 3 @ ~ #m 1 0 01733757 +bull_terrier n 1 2 @ ~ 1 0 02093056 +bull_thistle n 1 1 @ 1 0 11955153 +bull_tongue n 1 1 @ 1 0 02918204 +bulla n 2 3 @ ~ ; 2 0 05517837 02915807 +bullace n 1 2 @ ~ 1 0 12639736 +bullace_grape n 1 3 @ ~ #p 1 0 07759424 +bullbat n 1 2 @ #m 1 0 01836384 +bullbrier n 1 2 @ #m 1 0 12470512 +bulldog n 1 3 @ ~ + 1 0 02108672 +bulldog_ant n 1 2 @ #m 1 0 02222321 +bulldog_clip n 1 3 @ #p %p 1 0 02915904 +bulldog_wrench n 1 1 @ 1 0 02916065 +bulldozer n 1 3 @ ~ + 1 0 02916179 +bullet n 3 4 @ ~ #p ; 3 1 02916350 02917067 00108181 +bullet_fingerprinting n 1 1 @ 1 0 06423994 +bullet_hole n 1 1 @ 1 1 09229941 +bullet_train n 1 1 @ 1 0 02917067 +bullethead n 1 1 @ 1 1 05539370 +bulletin n 1 3 @ ~ + 1 1 06682290 +bulletin_board n 2 3 @ ~ ; 2 0 02916684 02916538 +bulletin_board_system n 1 2 @ ; 1 0 02916684 +bulletproof_vest n 1 1 @ 1 0 02916936 +bullfight n 1 2 @ ~ 1 0 02917163 +bullfighter n 1 2 @ ~ 1 0 09836160 +bullfighting n 1 2 @ %p 1 0 00452034 +bullfinch n 2 2 @ #m 2 0 10870897 01534155 +bullfrog n 1 2 @ #m 1 0 01641577 +bullhead n 2 3 @ ~ #m 2 0 02645538 02519148 +bullhead_catfish n 1 3 @ ~ #m 1 0 02519148 +bullheadedness n 1 3 @ ~ + 1 0 04863074 +bullhorn n 1 1 @ 1 0 02917377 +bullion n 2 1 @ 2 0 13371682 02917521 +bullnose n 1 1 @ 1 0 02917607 +bullnosed_plane n 1 1 @ 1 0 02917607 +bullock n 2 2 @ + 2 0 02403820 02403231 +bullock's_heart n 2 3 @ #p %p 2 0 11694866 07761461 +bullock's_heart_tree n 1 2 @ %p 1 0 11694866 +bullock's_oriole n 1 1 @ 1 0 01572654 +bullock_block n 1 1 @ 1 0 02864878 +bullock_heart n 1 2 @ %p 1 0 11694866 +bullpen n 2 2 @ #p 2 0 02917964 02917742 +bullring n 1 1 @ 1 0 02918112 +bullrush n 2 2 @ #m 2 0 12155773 11743772 +bullshit n 1 3 @ + ; 1 0 06611376 +bullshot n 1 2 @ %s 1 0 07913644 +bullterrier n 1 2 @ ~ 1 0 02093056 +bully n 2 3 @ ~ + 2 1 09879297 09879552 +bully_beef n 1 1 @ 1 0 07664266 +bully_pulpit n 1 1 @ 1 0 00598439 +bully_tree n 1 2 @ %s 1 0 12774299 +bullyboy n 1 1 @ 1 1 09879616 +bullying n 1 2 @ ~ 1 0 01222477 +bulnesia n 1 3 @ #m %m 1 0 12721357 +bulnesia_sarmienti n 1 3 @ #m %s 1 0 12721477 +bulrush n 2 2 @ #m 2 0 12155773 11743772 +bulrush_millet n 1 2 @ #m 1 0 12128825 +bultmann n 1 1 @ 1 0 10871129 +bulwark n 3 4 @ ~ #p + 3 0 04051825 02918330 02894605 +bulwer-lytton n 1 1 @ 1 0 11146494 +bum n 4 4 @ ~ #p + 4 2 10539715 10723300 10197967 05559256 +bumblebee n 1 2 @ #m 1 1 02209624 +bumbler n 1 2 @ + 1 0 09879744 +bumboat n 1 1 @ 1 0 02918455 +bumelia n 1 3 @ #m %m 1 0 12772557 +bumelia_lanuginosa n 1 1 @ 1 0 12773142 +bumelia_lycioides n 1 1 @ 1 0 12772908 +bumf n 1 2 @ ; 1 0 06598244 +bummer n 2 1 @ 2 0 14406900 14311709 +bump n 3 3 @ ~ + 3 0 14289504 13894434 07338681 +bumper n 2 4 @ #p %p + 2 0 02918831 02918595 +bumper_car n 1 1 @ 1 0 02918964 +bumper_guard n 1 2 @ #p 1 0 02919148 +bumper_jack n 1 1 @ 1 0 02919308 +bumph n 1 2 @ ; 1 0 06598244 +bumpiness n 1 2 @ + 1 0 04949681 +bumpkin n 1 2 @ + 1 0 10804102 +bumptiousness n 1 2 @ + 1 0 05167412 +bun n 1 2 @ ~ 1 0 07680932 +bun-fight n 1 2 @ ; 1 0 07448232 +buna n 1 2 @ %s 1 0 15007803 +buna_rubber n 1 2 @ %s 1 0 15007803 +bunce n 1 1 @ 1 0 07477587 +bunch n 3 3 @ ~ + 3 3 07959943 08273843 07954731 +bunch_grass n 1 1 @ 1 0 12103476 +bunchberry n 1 1 @ 1 0 12948251 +bunche n 1 1 @ 1 0 10871270 +bunchgrass n 1 1 @ 1 0 12103476 +bunco n 1 3 @ ~ + 1 0 00779248 +bunco_game n 1 2 @ ~ 1 0 00779248 +buncombe n 1 2 @ ~ 1 0 06611681 +bundesbank n 1 1 @ 1 0 08352134 +bundle n 3 4 @ ~ + ; 3 2 08008017 02919414 13250680 +bundle_of_his n 1 1 @ 1 0 05390479 +bundling n 3 1 @ 3 0 07188979 00322391 00113954 +bunfight n 1 2 @ ; 1 0 07448232 +bung n 1 3 @ #p + 1 0 02919648 +bungalow n 1 1 @ 1 0 02919792 +bungarus n 1 3 @ #m %m 1 0 01750920 +bungarus_fasciatus n 1 1 @ 1 0 01751215 +bungee n 1 1 @ 1 0 02919890 +bungee_cord n 1 1 @ 1 0 02919890 +bunghole n 2 2 @ ; 2 0 05538215 02919976 +bungle n 1 3 @ ~ + 1 0 00074790 +bungler n 1 2 @ + 1 0 09879744 +bunion n 1 1 @ 1 0 14316352 +bunji-bunji n 1 1 @ 1 0 12698774 +bunk n 6 3 @ ~ + 6 3 02920164 02831724 02920083 06611681 06607339 02920259 +bunk_bed n 1 1 @ 1 0 02920259 +bunker n 3 4 @ ~ #p + 3 1 02920369 02920658 02920503 +bunker_buster n 1 1 @ 1 0 02920785 +bunker_hill n 1 3 @ #p ; 1 0 01273735 +bunker_mentality n 1 1 @ 1 0 04843675 +bunkmate n 1 1 @ 1 1 09880075 +bunko n 1 2 @ ~ 1 0 00779248 +bunko_game n 1 2 @ ~ 1 0 00779248 +bunkum n 1 2 @ ~ 1 0 06611681 +bunny n 2 2 @ ; 2 0 09880189 02324587 +bunny_girl n 1 1 @ 1 0 09880189 +bunny_hug n 1 1 @ 1 0 00536249 +bunny_rabbit n 1 2 @ ; 1 0 02324587 +buns n 1 2 @ #p 1 0 05559256 +bunsen n 2 1 @ 2 0 10871424 02921029 +bunsen_burner n 1 1 @ 1 0 02921029 +bunt n 4 4 @ #m + ; 4 1 00128477 14284026 13068434 13068255 +buntal n 1 2 @ #p 1 0 14867690 +bunter n 1 2 @ + 1 1 09880338 +bunting n 2 2 @ ~ 2 0 02921195 01537134 +bunuel n 1 1 @ 1 0 10871655 +bunya_bunya n 2 3 @ #p %p 2 0 11646694 07737594 +bunya_bunya_tree n 1 2 @ %p 1 0 11646694 +bunyan n 2 1 @ 2 0 10871756 09591155 +bunyaviridae n 1 2 @ #m 1 0 01331345 +bunyavirus n 1 1 @ 1 0 01331522 +buoy n 1 3 @ ~ + 1 0 07266178 +buoyancy n 4 2 @ + 4 0 07530723 05028963 04944412 04633959 +buphthalmum n 1 3 @ #m %m 1 0 11942366 +buphthalmum_salicifolium n 1 1 @ 1 0 11942659 +bur n 2 4 @ ~ #p + 2 0 12036368 02921292 +bur-reed_family n 1 3 @ #m %m 1 0 12156308 +bur_grass n 1 3 @ ~ #m 1 0 12113657 +bur_marigold n 1 4 @ ~ #m %p 1 0 11940006 +bur_oak n 1 1 @ 1 0 12274358 +bur_reed n 1 2 @ #m 1 0 12156679 +bura n 1 1 @ 1 0 06983895 +burbage n 1 1 @ 1 0 10871926 +burbank n 1 1 @ 1 0 10872105 +burberry n 1 1 @ 1 0 02921406 +burbot n 1 1 @ 1 0 02523427 +burchell's_zebra n 1 1 @ 1 0 02391234 +burden n 4 3 @ ~ + 4 2 05832745 03679986 06604066 05920159 +burden_of_proof n 1 1 @ 1 0 01130905 +burdensomeness n 1 2 @ + 1 0 04711031 +burdock n 1 3 @ ~ #m 1 0 11924445 +bureau n 2 3 @ ~ %p 2 2 08337324 03015254 +bureau_de_change n 1 2 @ ; 1 0 08002125 +bureau_of_alcohol_tobacco_and_firearms n 1 2 @ #p 1 0 08140219 +bureau_of_customs n 1 2 @ #p 1 0 08142972 +bureau_of_diplomatic_security n 1 2 @ #p 1 0 08138259 +bureau_of_engraving_and_printing n 1 2 @ #p 1 0 08143163 +bureau_of_intelligence_and_research n 1 3 @ #m #p 1 0 08138686 +bureau_of_justice_assistance n 1 3 @ #p ; 1 0 08135770 +bureau_of_justice_statistics n 1 2 @ #p 1 0 08136027 +bureau_of_the_census n 1 2 @ #p 1 0 08129621 +bureaucracy n 3 4 @ ~ %m + 3 1 08456727 08051565 08009659 +bureaucrat n 1 2 @ ~ 1 0 09880427 +bureaucratic_procedure n 1 1 @ 1 0 01025563 +bureaucratism n 1 3 @ ~ %m 1 0 08456727 +buret n 1 1 @ 1 0 02921592 +burette n 1 1 @ 1 0 02921592 +burg n 1 1 @ 1 0 08671168 +burger n 2 3 @ ~ %p 2 0 10872287 07697100 +burgess n 2 1 @ 2 0 10872505 09880646 +burgh n 1 1 @ 1 0 08540193 +burgher n 2 3 @ ~ #m 2 0 09880646 09869830 +burglar n 1 3 @ ~ + 1 1 09880741 +burglar_alarm n 2 1 @ 2 0 06803478 02921756 +burglary n 1 3 @ ~ + 1 1 00785045 +burgomaster n 1 1 @ 1 0 09880881 +burgoo n 3 1 @ 3 0 07874995 07589872 07589724 +burgoyne n 1 1 @ 1 0 10872624 +burgrass n 1 3 @ ~ #m 1 0 12113657 +burgrave n 2 1 @ 2 0 09881133 09881009 +burgundy n 3 3 @ ~ #p 3 0 08941057 07893891 04963905 +burgundy_sauce n 1 1 @ 1 0 07835921 +burgundy_wine n 1 2 @ ~ 1 0 07893891 +burhinidae n 1 3 @ #m %m 1 0 02039942 +burhinus n 1 3 @ #m %m 1 0 02040113 +burhinus_oedicnemus n 1 2 @ #m 1 0 02040266 +burial n 2 3 @ ~ + 2 1 07451687 01050627 +burial_chamber n 1 2 @ ~ 1 0 02921884 +burial_garment n 1 2 @ ~ 1 0 02922159 +burial_ground n 1 2 @ ~ 1 0 08521623 +burial_mound n 1 2 @ ; 1 0 02922292 +burial_site n 1 2 @ ~ 1 0 08521623 +burial_vault n 1 2 @ ~ 1 0 04523690 +burin n 1 1 @ 1 0 02922461 +burk n 1 1 @ 1 0 10872839 +burka n 1 1 @ 1 0 02922578 +burke n 2 1 @ 2 0 10873059 10872839 +burkina_faso n 1 1 @ 1 0 08896440 +burkina_faso_franc n 1 2 @ %p 1 0 13679038 +burl n 3 5 @ #s #p %s + 3 0 13166191 13166044 04948905 +burlap n 1 1 @ 1 0 02922798 +burlap_bag n 1 1 @ 1 0 03469903 +burlesque n 2 2 @ + 2 0 07017999 06780309 +burlington n 1 3 @ #p %p 1 0 09148662 +burma n 1 6 @ #m #p %m %p - 1 1 08715390 +burma_padauk n 1 2 @ #m 1 0 12565730 +burmannia n 1 2 @ #m 1 0 12087408 +burmanniaceae n 1 3 @ #m %m 1 0 12087207 +burmeisteria n 1 3 @ #m %m 1 0 02456505 +burmeisteria_retusa n 1 2 @ #m 1 0 02456645 +burmese n 2 3 @ #m + 2 0 09695747 06932435 +burmese-yi n 1 2 @ ~ 1 0 06932265 +burmese_cat n 1 1 @ 1 0 02123917 +burmese_rosewood n 1 2 @ #m 1 0 12565730 +burn n 5 3 @ ~ + 5 2 14325437 14290534 14289590 04694090 00403911 +burn_bag n 1 1 @ 1 0 02922877 +burn_center n 1 2 @ #p 1 0 02922996 +burn_mark n 1 2 @ ~ 1 0 04694090 +burn_plant n 1 1 @ 1 0 12437047 +burnability n 1 2 @ ~ 1 0 04712405 +burner n 2 3 @ ~ + 2 1 02923129 02923331 +burnet_bloodwort n 1 3 @ #m %p 1 0 12637485 +burnett n 1 1 @ 1 0 10873303 +burnham n 1 1 @ 1 0 10873505 +burning n 6 2 @ ~ 6 1 00378069 14325437 13450206 01165112 01164618 00422391 +burning_at_the_stake n 1 2 @ ~ 1 0 01164618 +burning_bush n 4 3 @ #m ; 4 0 13118398 12749679 12712626 11831874 +burnish n 1 3 @ ~ + 1 0 04955160 +burnoose n 1 1 @ 1 0 02923535 +burnous n 1 1 @ 1 0 02923535 +burnouse n 1 1 @ 1 0 02923535 +burns n 2 1 @ 2 0 10873783 10873679 +burnside n 2 1 @ 2 0 10873937 05262802 +burnt_lime n 1 2 @ %s 1 0 14789885 +burnt_sienna n 2 2 @ ~ 2 1 04973386 14843767 +burnt_umber n 2 1 @ 2 0 15083611 04972451 +burnup n 2 2 @ ; 2 0 07459642 00356516 +burp n 1 2 @ + 1 0 00117578 +burp_gun n 1 1 @ 1 0 02923682 +burping n 1 1 @ 1 0 00117578 +burqa n 1 1 @ 1 0 02922578 +burr n 5 4 @ ~ #p + 5 2 12036368 02923802 10874162 02923915 02921292 +burr_drill n 1 2 @ %p 1 0 03176238 +burr_marigold n 1 4 @ ~ #m %p 1 0 11940006 +burr_oak n 1 1 @ 1 0 12274358 +burrawong n 1 2 @ #m 1 0 11604046 +burrfish n 1 2 @ #m 1 0 02656301 +burrhus_frederic_skinner n 1 1 @ 1 0 11304461 +burrill_bernard_crohn n 1 1 @ 1 0 10915862 +burrito n 1 3 @ ~ ; 1 0 07880968 +burro n 1 1 @ 1 0 02389779 +burro_deer n 1 3 @ ~ #m 1 0 02432511 +burroughs n 3 1 @ 3 0 10874706 10874540 10874393 +burrow n 1 3 @ ~ + 1 1 09230041 +bursa n 2 3 @ #p + 2 0 09042213 05516554 +bursa_omentalis n 1 2 @ #p 1 0 05428136 +bursar n 1 1 @ 1 0 09881265 +bursary n 1 1 @ 1 0 13358151 +bursera n 1 3 @ #m %m 1 0 12691189 +bursera_microphylla n 1 2 @ #m 1 0 12691428 +bursera_simaruba n 1 2 @ #m 1 0 12691661 +burseraceae n 1 3 @ #m %m 1 0 12690388 +bursitis n 1 2 @ ~ 1 1 14261384 +burst n 4 3 @ ~ + 4 3 00377364 00988320 00555325 07434942 +burster n 1 3 @ ~ + 1 0 03008275 +bursting_charge n 1 2 @ ~ 1 0 03008275 +bursting_explosive n 1 1 @ 1 0 03212247 +burt n 1 1 @ 1 0 10874921 +burthen n 1 2 @ + 1 0 02924023 +burton n 3 1 @ 3 0 10875249 10875107 07889990 +burundi n 1 5 @ #p %m %p + 1 0 08716219 +burundi_franc n 1 2 @ %p 1 0 13677109 +burundian n 1 2 @ #m 1 0 09695871 +burunduki n 1 1 @ 1 0 02360480 +burweed_marsh_elder n 1 1 @ 1 0 11985321 +burying n 1 2 @ ~ 1 0 01050627 +burying_ground n 1 2 @ ~ 1 0 08521623 +bus n 4 7 @ ~ #m #p %p + - 4 1 02924116 05730591 02924713 02924554 +bus_company n 1 1 @ 1 1 08186761 +bus_depot n 1 1 @ 1 0 02926288 +bus_driver n 1 1 @ 1 0 09883362 +bus_fare n 1 1 @ 1 0 13308432 +bus_lane n 1 1 @ 1 0 02925808 +bus_line n 1 2 @ %p 1 1 02925901 +bus_route n 1 2 @ %p 1 0 08517554 +bus_service n 1 1 @ 1 0 08186761 +bus_station n 1 1 @ 1 0 02926288 +bus_stop n 1 2 @ #p 1 1 08517676 +bus_terminal n 1 1 @ 1 0 02926288 +bus_ticket n 1 1 @ 1 0 06519846 +bus_topology n 1 1 @ 1 0 05730591 +bus_traffic n 1 1 @ 1 0 08426298 +busbar n 1 2 @ #p 1 0 02924713 +busboy n 1 1 @ 1 1 09881358 +busby n 1 1 @ 1 0 02817516 +bush n 7 5 @ ~ #m #p + 7 3 13112664 08505018 08438223 10875910 10875681 10875468 05263587 +bush_administration n 2 1 @ 2 0 08165866 08165650 +bush_baby n 1 2 @ #m 1 0 02499808 +bush_bean n 1 2 @ ~ 1 0 12556533 +bush_clover n 1 3 @ ~ #m 1 0 12542910 +bush_hibiscus n 1 2 @ #m 1 0 12185859 +bush_honeysuckle n 3 2 @ #m 3 0 12676940 12672289 12672083 +bush_jacket n 1 1 @ 1 1 02925385 +bush_lawyer n 1 1 @ 1 0 12653436 +bush_league n 1 3 @ %m ; 1 0 08231678 +bush_leaguer n 1 2 @ #m 1 0 10321340 +bush_nasturtium n 1 1 @ 1 0 12720200 +bush_pea n 1 3 @ ~ #m 1 0 12573256 +bush_poppy n 1 2 @ #m 1 0 11905035 +bush_shrike n 1 3 @ ~ #m 1 0 01600085 +bush_tit n 1 2 @ #m 1 0 01593028 +bush_vetch n 1 1 @ 1 0 12576695 +bush_violet n 1 2 @ #m 1 0 12898774 +bush_willow n 2 2 @ #m 2 0 12324558 12324388 +bushbaby n 1 2 @ #m 1 0 02499808 +bushbuck n 1 2 @ #m 1 0 02425228 +bushel n 2 3 @ #p %p 2 1 13620871 13622591 +bushel_basket n 1 1 @ 1 0 02925009 +bushido n 1 1 @ 1 0 06667625 +bushing n 2 2 @ + 2 0 02925250 02925107 +bushman n 2 1 @ 2 0 09881613 09881519 +bushman's_poison n 1 2 @ #m 1 0 11768816 +bushnell n 1 1 @ 1 0 10876160 +bushtit n 1 2 @ #m 1 0 01593028 +bushwhacker n 2 2 @ + 2 1 10176357 09881748 +bushy_aster n 1 1 @ 1 0 11933546 +bushytail_woodrat n 1 3 @ ~ #m 1 0 02339922 +business n 9 7 @ ~ #p %m %p ; - 9 7 08061042 01094725 00582388 05833022 05983801 01096245 07966927 08401554 00550341 +business_activity n 1 3 @ ~ #p 1 1 01095753 +business_address n 1 1 @ 1 0 08559922 +business_agent n 1 2 @ ~ 1 1 09777975 +business_card n 1 1 @ 1 0 06425404 +business_college n 1 1 @ 1 0 08281682 +business_community n 1 1 @ 1 0 08113073 +business_concern n 1 5 @ ~ %m ; - 1 1 08061042 +business_cycle n 1 1 @ 1 0 07444100 +business_data_processing n 1 1 @ 1 0 13427633 +business_deal n 1 2 @ ~ 1 0 01110274 +business_deduction n 1 2 @ ~ 1 0 13310858 +business_department n 1 2 @ ~ 1 0 08118039 +business_district n 1 2 @ ~ 1 1 08539072 +business_editor n 1 1 @ 1 0 09881895 +business_enterprise n 1 5 @ ~ #p %p - 1 1 01094725 +business_establishment n 1 2 @ ~ 1 0 03953020 +business_executive n 1 2 @ ~ 1 1 09966255 +business_expense n 1 2 @ ~ 1 0 13276330 +business_firm n 1 2 @ ~ 1 1 08059870 +business_index n 1 1 @ 1 0 06640317 +business_interruption_insurance n 1 1 @ 1 0 13345962 +business_leader n 1 2 @ ~ 1 1 09840217 +business_letter n 1 1 @ 1 0 06624724 +business_life n 1 1 @ 1 0 00606227 +business_line n 1 3 @ ~ %p 1 0 03671668 +business_loan n 1 1 @ 1 0 13374764 +business_lunch n 1 1 @ 1 0 07575226 +business_news n 1 1 @ 1 0 06681454 +business_office n 1 3 @ ~ #p 1 0 03841666 +business_organisation n 1 5 @ ~ %m ; - 1 0 08061042 +business_organization n 1 5 @ ~ %m ; - 1 1 08061042 +business_people n 1 2 @ ; 1 0 07945077 +business_relation n 1 3 @ ~ %m 1 0 13836841 +business_relationship n 1 2 @ ~ 1 1 13929037 +business_school n 1 1 @ 1 0 08281812 +business_sector n 1 4 @ ~ ; - 1 0 07966927 +business_suit n 1 2 @ ~ 1 0 02925519 +business_traveler n 1 1 @ 1 0 09883047 +businessman n 1 2 @ ~ 1 1 09882007 +businessmen n 1 1 @ 1 1 08113073 +businesspeople n 1 2 @ ; 1 0 07945077 +businessperson n 1 2 @ ~ 1 0 09882716 +businesswoman n 1 2 @ ~ 1 0 09882615 +busker n 1 2 @ ; 1 0 09883174 +buskin n 1 1 @ 1 0 02925666 +busload n 1 1 @ 1 0 13765866 +busman n 1 1 @ 1 0 09883362 +busman's_holiday n 1 1 @ 1 0 01065945 +buspar n 1 2 @ ; 1 0 02926044 +buspirone n 1 1 @ 1 0 02926044 +buss n 1 3 @ ~ + 1 0 00138221 +bust n 4 4 @ ~ #p + 4 0 07365024 05551494 02926188 00510723 +bust-up n 1 1 @ 1 0 07184965 +bust-up_takeover n 1 1 @ 1 0 00175433 +bustard n 1 3 @ ~ #m 1 0 02018795 +bustard_quail n 1 3 @ ~ #m 1 0 02019929 +buster n 5 2 @ + 5 0 10083358 09883740 09883630 09883452 09828600 +buster_keaton n 1 1 @ 1 0 11098380 +bustier n 1 1 @ 1 0 02926426 +bustle n 2 2 @ + 2 1 00555138 02926591 +busy_bee n 1 2 @ ~ 1 0 10040945 +busybody n 1 1 @ 1 0 09883807 +busyness n 1 2 @ + 1 0 14008050 +busywork n 1 1 @ 1 0 00581621 +butacaine n 1 1 @ 1 0 02926727 +butacaine_sulfate n 1 1 @ 1 0 02926727 +butadiene n 1 3 @ ~ #s 1 0 14912092 +butane n 1 1 @ 1 0 14685017 +butanoic_acid n 1 2 @ ~ 1 0 14788332 +butanol n 1 1 @ 1 0 14788200 +butanone n 1 1 @ 1 0 14787954 +butat n 1 2 @ #p 1 0 13668266 +butazolidin n 1 2 @ ; 1 0 03922722 +butch n 1 3 @ + ; 1 0 09883947 +butcher n 4 3 @ ~ + 4 0 09884391 09884305 09884133 09879744 +butcher's_broom n 1 2 @ #m 1 0 12463134 +butcher_block n 1 1 @ 1 0 02926886 +butcher_board n 1 1 @ 1 0 02926886 +butcher_cumberland n 1 1 @ 1 0 10917164 +butcher_knife n 1 1 @ 1 0 02927053 +butcher_paper n 1 1 @ 1 0 14879115 +butcher_shop n 1 1 @ 1 0 02927161 +butcherbird n 2 3 @ ~ #m 2 0 01598988 01583209 +butchering n 1 2 @ %p 1 0 00620424 +butchery n 3 4 @ ~ %p + 3 0 02666943 00620424 00223983 +butea n 1 3 @ #m %m 1 0 12510197 +butea_frondosa n 1 2 @ #m 1 0 12510343 +butea_gum n 1 1 @ 1 0 14901265 +butea_kino n 1 1 @ 1 0 14901265 +butea_monosperma n 1 2 @ #m 1 0 12510343 +butene n 1 2 @ ~ 1 0 14787093 +buteo n 1 3 @ #m %m 1 0 01607103 +buteo_buteo n 1 2 @ #m 1 0 01607962 +buteo_jamaicensis n 1 2 @ #m 1 0 01607429 +buteo_lagopus n 1 2 @ #m 1 0 01607600 +buteo_lineatus n 1 2 @ #m 1 0 01607812 +buteonine n 1 3 @ #m + 1 0 01607309 +butler n 3 1 @ 3 1 09884509 10876513 10876419 +butt n 9 5 @ ~ #p %p + 9 1 02927296 13124855 09884666 05559256 04394261 03030663 02928413 02927608 02927399 +butt-weld n 1 2 @ + 1 0 02929582 +butt-welding n 1 3 @ ~ + 1 0 00149699 +butt_end n 1 2 @ ~ 1 0 02927296 +butt_hinge n 1 1 @ 1 0 02928299 +butt_joint n 1 2 @ ~ 1 0 02928413 +butt_pack n 1 1 @ 1 0 03321563 +butt_shaft n 1 1 @ 1 0 02929462 +butt_weld n 1 2 @ + 1 0 02929582 +butt_welding n 1 3 @ ~ + 1 0 00149699 +butte n 2 3 @ #p ; 2 0 09230202 09108884 +butter n 2 3 @ ~ + 2 1 07848338 09884815 +butter-and-eggs n 1 3 @ ~ #m 1 0 12884260 +butter-bean_plant n 1 3 @ #m %p 1 0 12558425 +butter-flower n 1 3 @ ~ #m 1 0 11720353 +butter-print n 1 2 @ #m 1 0 12173069 +butter_bean n 2 4 @ #m #p %p 2 0 12558425 07729225 +butter_churn n 1 1 @ 1 0 03029445 +butter_cookie n 1 2 @ ~ 1 0 07635827 +butter_daisy n 1 1 @ 1 0 12031139 +butter_dish n 1 1 @ 1 0 02927764 +butter_knife n 1 1 @ 1 0 02928049 +butterball n 2 2 @ #m 2 0 10082146 01850192 +butterbean n 1 2 @ #p 1 0 07729225 +butterbur n 1 2 @ #m 1 0 12002428 +buttercrunch n 1 1 @ 1 0 07723968 +buttercup n 1 3 @ ~ #m 1 0 11720353 +buttercup_family n 1 3 @ #m %m 1 0 11719468 +buttercup_squash n 2 2 @ #m 2 0 12161577 07718068 +butterfat n 1 1 @ 1 1 14787707 +butterfield n 1 1 @ 1 0 10876661 +butterfingers n 1 1 @ 1 0 09884934 +butterfish n 3 5 @ ~ #m #p %p 3 0 07786005 02632989 02615298 +butterflower n 1 3 @ ~ #m 1 0 11720353 +butterfly n 2 3 @ ~ %p 2 0 02274259 00570854 +butterfly_bush n 1 2 @ #m 1 0 12485653 +butterfly_collector n 1 1 @ 1 0 10254761 +butterfly_effect n 1 1 @ 1 0 11412334 +butterfly_fish n 1 3 @ ~ #m 1 0 02605316 +butterfly_flower n 2 2 @ #m 2 0 12913144 12490827 +butterfly_nut n 1 1 @ 1 0 04593185 +butterfly_orchid n 5 3 @ ~ #m 5 0 12080395 12074408 12061614 12061380 12043836 +butterfly_orchis n 2 2 @ #m 2 0 12061614 12043836 +butterfly_pea n 3 2 @ #m 3 0 12517642 12517445 12513172 +butterfly_plant n 2 2 @ #m 2 0 12076852 12074408 +butterfly_ray n 1 2 @ #m 1 0 01498699 +butterfly_stroke n 1 2 @ %p 1 0 00570854 +butterfly_valve n 1 2 @ #p 1 0 02927887 +butterfly_weed n 1 1 @ 1 0 13235503 +butterflyfish n 1 2 @ #m 1 0 02652132 +butterhead_lettuce n 1 3 @ ~ #p 1 0 07723753 +buttermilk n 1 1 @ 1 0 07847047 +buttermilk_biscuit n 1 1 @ 1 0 07694516 +buttermilk_pancake n 1 1 @ 1 0 07640749 +butternut n 2 4 @ #m #p %p 2 0 12318965 07771891 +butternut_squash n 2 3 @ #p %p 2 0 12161744 07717556 +butternut_tree n 1 3 @ #m %p 1 0 12318965 +butterscotch n 1 1 @ 1 0 07600394 +butterweed n 2 2 @ #m 2 0 12012111 12000191 +butterwort n 1 2 @ #m 1 0 12872914 +buttery n 2 2 @ ~ 2 0 03885535 02928172 +buttinsky n 1 1 @ 1 0 09885059 +buttock n 1 3 @ #p %p 1 0 05559727 +buttocks n 1 2 @ #p 1 1 05559256 +button n 7 5 @ ~ #p %p + 7 2 02928608 04027023 11531916 07268413 05523420 04073425 02928841 +button-quail n 1 3 @ ~ #m 1 0 02019929 +button_fern n 2 2 @ #m 2 0 13212559 13201423 +button_hole n 1 2 @ #p 1 0 02928930 +button_mangrove n 1 1 @ 1 0 12324906 +button_pink n 1 1 @ 1 0 11809437 +button_quail n 1 3 @ ~ #m 1 0 02019929 +button_snakeroot n 3 3 @ ~ #m 3 0 12938667 12938445 11991263 +button_tree n 1 1 @ 1 0 12324906 +buttonhole n 1 2 @ #p 1 0 02928930 +buttonhole_stitch n 1 1 @ 1 0 02929059 +buttonhook n 1 1 @ 1 0 02929184 +buttonwood n 1 2 @ #m 1 0 12807409 +buttress n 1 3 @ ~ + 1 0 02929289 +buttressing n 1 2 @ ~ 1 0 02929289 +butty n 1 2 @ ; 1 0 07696527 +butut n 1 2 @ #p 1 0 13668266 +butyl n 1 3 @ %s + 1 0 15008025 +butyl_alcohol n 1 1 @ 1 0 14788200 +butyl_nitrite n 1 1 @ 1 0 02929749 +butyl_rubber n 1 1 @ 1 0 15007917 +butylene n 1 2 @ ~ 1 0 14787093 +butyric_acid n 1 2 @ ~ 1 0 14788332 +butyrin n 1 2 @ ~ 1 0 14788485 +buxaceae n 1 3 @ #m %m 1 0 12745788 +buxomness n 1 2 @ + 1 0 05001302 +buxus n 1 3 @ #m %m 1 0 12745976 +buxus_sempervirens n 1 1 @ 1 0 12746253 +buy n 1 3 @ ~ + 1 0 13253751 +buy-and-bust_operation n 1 1 @ 1 0 00410096 +buyback n 1 2 @ + 1 0 00079212 +buyer n 1 3 @ ~ + 1 1 09885145 +buyer's_market n 1 1 @ 1 0 01097920 +buyers'_market n 1 1 @ 1 0 01097920 +buyi n 1 1 @ 1 0 06936290 +buying n 1 3 @ ~ + 1 1 00081572 +buyout n 1 3 @ ~ + 1 0 00789534 +buyout_bid n 1 1 @ 1 0 07165410 +buzz n 2 2 @ + 2 2 07378234 01260008 +buzz_bomb n 1 1 @ 1 0 02929923 +buzz_saw n 1 2 @ ~ 1 0 03034663 +buzzard n 2 2 @ #m 2 0 01619310 01607962 +buzzards_bay n 1 2 @ #p 1 0 09230361 +buzzer n 2 3 @ ~ + 2 0 03222516 02930080 +buzzword n 1 1 @ 1 0 06608277 +bvd n 1 2 @ ; 1 0 02930214 +bvd's n 1 2 @ ; 1 0 02930214 +bw n 1 2 @ ~ 1 1 00967780 +bw_defence n 1 1 @ 1 0 00967993 +bw_defense n 1 1 @ 1 0 00967993 +bwr n 1 1 @ 1 0 02864122 +by-and-by n 1 1 @ 1 0 15252770 +by-blow n 1 1 @ 1 0 09842823 +by-catch n 1 1 @ 1 0 01319685 +by-election n 1 1 @ 1 0 00183240 +by-line n 2 3 @ ~ %p 2 0 06348885 00432689 +by-product n 2 2 @ ~ 2 2 11412592 02930492 +byblos n 1 2 @ #p 1 0 08958535 +bycatch n 1 1 @ 1 0 01319685 +bydgoszcz n 1 2 @ #p 1 0 08983274 +bye n 2 1 @ 2 0 07176499 06629610 +bye-bye n 1 1 @ 1 0 06629610 +bye-election n 1 1 @ 1 0 00183240 +byelarus n 1 5 @ #m #p %m %p 1 0 09011151 +byelorussia n 1 5 @ #m #p %m %p 1 0 09011151 +byelorussian n 2 2 @ #m 2 0 09695979 06944480 +bygone n 1 2 @ + 1 1 15121153 +bylaw n 1 1 @ 1 0 06537951 +byname n 1 1 @ 1 0 06337693 +bypass n 3 3 @ #p + 3 1 02828648 05548203 04211001 +bypass_capacitor n 1 1 @ 1 0 02930339 +bypass_condenser n 1 1 @ 1 0 02930339 +bypath n 1 1 @ 1 0 02930645 +byplay n 1 2 @ ~ 1 0 00550341 +byproduct n 2 2 @ ~ 2 0 11412592 02930492 +byrd n 2 1 @ 2 0 10877015 10876798 +byre n 1 1 @ 1 0 03123809 +byrnie n 1 1 @ 1 0 03499468 +byroad n 1 1 @ 1 0 02930645 +byron n 1 1 @ 1 0 10877253 +byssus n 1 1 @ 1 0 01955318 +bystander n 1 1 @ 1 0 09885334 +byte n 1 3 @ #p %p 1 0 13626013 +byway n 1 1 @ 1 0 02930645 +byword n 1 1 @ 1 0 07153838 +byzant n 1 1 @ 1 0 13389194 +byzantine n 1 2 @ #m 1 0 09696124 +byzantine_architecture n 1 1 @ 1 0 05841740 +byzantine_church n 1 1 @ 1 0 08086219 +byzantine_empire n 1 4 @ #p %m %p 1 0 08800676 +byzantine_greek n 1 1 @ 1 0 06977190 +byzantinism n 1 1 @ 1 0 06188721 +byzantium n 2 4 @ #p %m %p 2 0 08801099 08800676 +c n 12 6 @ ~ #m #s #p ; 12 1 13714491 15284285 15093298 14829765 14828511 14633206 13750415 13636648 06902696 06866332 06831391 03066743 +c-clamp n 1 1 @ 1 0 02988066 +c-horizon n 1 1 @ 1 0 08658776 +c-note n 1 1 @ 1 0 13395074 +c-ration n 1 1 @ 1 0 07566231 +c-reactive_protein n 1 1 @ 1 0 14732299 +c-section n 1 2 @ %p 1 0 00185778 +c._d._gibson n 1 1 @ 1 0 10998474 +c._diphtheriae n 1 2 @ #m 1 0 01366700 +c._h._best n 1 1 @ 1 0 10850049 +c._k._ogden n 1 1 @ 1 0 11212786 +c._northcote_parkinson n 1 1 @ 1 0 11223119 +c._p._snow n 1 1 @ 1 0 11307082 +c._psittaci n 1 1 @ 1 0 01372944 +c._s._forester n 1 1 @ 1 0 10975404 +c._s._lewis n 1 1 @ 1 0 11130291 +c._trachomatis n 1 1 @ 1 0 01373090 +c._vann_woodward n 1 1 @ 1 0 11396535 +c._w._post n 1 1 @ 1 0 11243562 +c.p.u. n 1 4 @ #p %p ; 1 0 02995345 +c2h6 n 1 1 @ 1 0 14850826 +c_and_w n 1 2 @ ~ 1 0 07060440 +c_battery n 1 1 @ 1 0 02987950 +c_clef n 1 1 @ 1 0 06863209 +c_compiler n 1 1 @ 1 0 06573934 +c_horizon n 1 1 @ 1 0 08658776 +c_major n 1 2 @ ; 1 0 06866442 +c_major_scale n 1 2 @ ; 1 0 06866442 +c_program n 1 1 @ 1 0 06902831 +ca n 2 6 @ ~ #s #p %p - 2 0 14632648 09060768 +caaba n 1 3 @ #p ; 1 0 03606719 +cab n 3 4 @ ~ #m #p 3 1 02931148 02931013 02930766 +cab_fare n 1 1 @ 1 0 13308543 +cabal n 2 5 @ ~ %m + ; 2 0 08241798 05908882 +cabala n 2 3 @ + ; 2 0 06673770 05954100 +cabalism n 2 2 @ ; 2 0 05954366 01213406 +cabalist n 3 3 @ #m ; 3 0 09885676 09885534 09885416 +cabana n 1 1 @ 1 1 02931294 +cabaret n 2 2 @ ~ 2 0 02931417 00520672 +cabasset n 1 1 @ 1 0 03785721 +cabassous n 1 2 @ #m 1 0 02455428 +cabassous_unicinctus n 1 2 @ #m 1 0 02455428 +cabbage n 3 6 @ ~ #m #p %p + 3 1 07713895 13385216 11875691 +cabbage-bark_tree n 1 2 @ #m 1 0 12506341 +cabbage_bark n 1 2 @ #m 1 0 12506341 +cabbage_butterfly n 1 3 @ ~ #m 1 0 02280649 +cabbage_palm n 4 2 @ #m 4 0 12597134 12596849 12591351 12591017 +cabbage_palmetto n 1 2 @ #m 1 0 12597134 +cabbage_tree n 3 2 @ #m 3 0 12591351 12506341 12478768 +cabbageworm n 1 2 @ #m 1 0 02310585 +cabbala n 2 2 @ ; 2 0 06673770 05954100 +cabbalah n 2 2 @ ; 2 0 06673770 05954100 +cabby n 1 1 @ 1 0 10693646 +cabdriver n 1 1 @ 1 0 10693646 +cabell n 1 1 @ 1 0 10877456 +caber n 1 1 @ 1 0 02931836 +cabernet n 1 2 @ #s 1 0 07895710 +cabernet_sauvignon n 1 2 @ #s 1 0 07895710 +cabernet_sauvignon_grape n 1 2 @ %s 1 0 13146740 +cabg n 1 1 @ 1 0 00675808 +cabin n 3 5 @ ~ #p %p + 3 2 02932227 02932400 02932019 +cabin_boy n 1 1 @ 1 0 09885769 +cabin_car n 1 2 @ #m 1 0 02932523 +cabin_class n 1 1 @ 1 0 02932693 +cabin_cruiser n 1 1 @ 1 0 02932891 +cabin_liner n 1 1 @ 1 0 02933750 +cabinet n 4 5 @ ~ #p %m %p 4 1 02933112 08381820 02933462 02933340 +cabinet_minister n 2 3 @ ~ #m 2 0 09886010 00585964 +cabinet_wood n 1 1 @ 1 0 14787816 +cabinetmaker n 1 2 @ ~ 1 0 09885866 +cabinetmaking n 1 1 @ 1 0 00617601 +cabinetry n 1 3 @ ; - 1 0 00607542 +cabinetwork n 2 3 @ ; - 2 0 02933649 00607542 +cable n 6 5 @ ~ #p %p + 6 3 06275095 02934168 02933842 13652886 06278338 02933990 +cable's_length n 1 1 @ 1 0 13652886 +cable_car n 1 2 @ #p 1 0 02934451 +cable_length n 1 1 @ 1 0 13652886 +cable_railway n 1 2 @ %p 1 0 02934641 +cable_system n 1 2 @ %p 1 0 02933990 +cable_television n 2 2 @ %p 2 0 06278338 02933990 +cable_television_service n 1 2 @ %p 1 0 02933990 +cable_tramway n 1 1 @ 1 0 04469813 +cablegram n 1 1 @ 1 0 06275095 +cabman n 1 1 @ 1 0 10693646 +cabochon n 1 1 @ 1 0 14700046 +cabomba n 1 3 @ #m %m 1 0 11718096 +cabomba_caroliniana n 1 2 @ #m 1 0 11718296 +cabombaceae n 1 3 @ #m %m 1 0 11717820 +caboodle n 1 1 @ 1 0 07954731 +caboose n 2 4 @ ~ #m #p 2 0 03412220 02932523 +cabot n 2 1 @ 2 0 10877841 10877584 +cabotage n 2 1 @ 2 0 05175771 00315307 +cabriolet n 1 1 @ 1 0 02931013 +cabstand n 1 1 @ 1 0 08517966 +cacajao n 1 3 @ #m %m 1 0 02493109 +cacalia n 1 3 @ #m %m 1 0 11942875 +cacalia_javanica n 1 2 @ #m 1 0 11963305 +cacalia_lutea n 1 2 @ #m 1 0 11963305 +cacao n 1 3 @ ~ #m 1 0 12201580 +cacao_bean n 1 2 @ #s 1 0 07754894 +cacao_moth n 1 2 @ #m 1 0 02290340 +cacao_tree n 1 3 @ ~ #m 1 0 12201580 +cacatua n 1 3 @ #m %m 1 0 01818959 +cacatua_galerita n 1 1 @ 1 0 01819313 +cachalot n 1 2 @ #m 1 0 02067240 +cache n 3 4 @ ~ + ; 3 1 02934888 13366912 02935017 +cachet n 3 2 @ ; 3 0 06705984 06548110 02935316 +cachexia n 1 2 @ + 1 0 14548105 +cachexy n 1 2 @ + 1 0 14548105 +cachi n 1 2 @ #p 1 0 09230500 +cachinnation n 1 2 @ + 1 0 07127350 +cachou n 1 1 @ 1 0 07607832 +cacicus n 1 3 @ #m %m 1 0 01573483 +cacique n 1 2 @ #m 1 0 01573627 +cackle n 3 3 @ ~ + 3 0 07378437 07136940 07127451 +cackler n 2 3 @ #m + 2 0 01792808 01566645 +cacodaemon n 1 3 @ + ; 1 0 09542541 +cacodemon n 1 4 ! @ + ; 1 0 09542541 +cacodyl n 2 2 @ + 2 0 14788875 14788714 +cacodyl_group n 1 1 @ 1 0 14788714 +cacodyl_radical n 1 1 @ 1 0 14788714 +cacoethes n 1 2 @ ~ 1 0 09181557 +cacogenesis n 1 1 @ 1 0 14045835 +cacogenics n 1 2 @ + 1 0 06042690 +cacography n 1 2 @ ~ 1 0 06404147 +cacomistle n 1 2 @ #m 1 0 02508742 +cacomixle n 1 2 @ #m 1 0 02508742 +cacophony n 2 2 @ + 2 0 07377473 04984938 +cactaceae n 1 3 @ #m %m 1 0 11841529 +cactus n 1 3 @ ~ #m 1 0 11842204 +cactus_euphorbia n 1 2 @ #m 1 0 12921660 +cactus_family n 1 3 @ #m %m 1 0 11841529 +cactus_mouse n 1 2 @ #m 1 0 02337171 +cactus_wren n 1 2 @ #m 1 0 01586374 +cad n 2 2 @ ~ 2 0 09886220 06567689 +cadaster n 1 1 @ 1 0 06502192 +cadastre n 1 2 @ + 1 0 06502192 +cadaver n 1 3 @ ~ + 1 1 05218119 +cadaverine n 1 1 @ 1 0 15095771 +caddice-fly n 1 1 @ 1 0 02269340 +caddice_fly n 1 1 @ 1 0 02269340 +caddie n 1 2 @ + 1 0 09886403 +caddis-fly n 1 1 @ 1 0 02269340 +caddis_fly n 1 1 @ 1 0 02269340 +caddisworm n 1 2 @ #m 1 0 02269657 +caddo n 2 2 @ ~ 2 0 09651123 06915601 +caddoan n 1 2 @ ~ 1 0 06915601 +caddoan_language n 1 2 @ ~ 1 0 06915601 +caddy n 1 2 @ + 1 0 02935387 +cadence n 3 4 @ ~ + ; 3 1 07094093 07045928 04991879 +cadency n 1 2 @ + 1 0 04991879 +cadenza n 1 1 @ 1 1 07046218 +cadet n 1 4 @ ~ + ; 1 0 09886540 +cadetship n 1 2 @ + 1 0 00589596 +cadger n 1 3 @ ~ + 1 0 10330189 +cadiz n 1 2 @ #p 1 0 09025451 +cadmium n 1 2 @ #s 1 0 14632444 +cadmium_cell n 1 1 @ 1 0 04573379 +cadmium_orange n 1 1 @ 1 0 15096331 +cadmium_sulfide n 1 2 @ ~ 1 0 15095926 +cadmium_sulphide n 1 1 @ 1 0 14677610 +cadmium_yellow n 1 2 @ ~ 1 1 15096048 +cadmium_yellow_pale n 1 1 @ 1 0 15096233 +cadmus n 1 2 @ ; 1 0 09490054 +cadra n 1 3 @ #m %m 1 0 02290521 +cadra_cautella n 1 2 @ #m 1 0 02290664 +cadra_figulilella n 1 2 @ #m 1 0 02290870 +cadre n 2 3 @ ~ #m 2 2 08358594 08242100 +caduceus n 1 2 @ + 1 0 06884520 +caeciliadae n 1 3 @ #m %m 1 0 01655116 +caecilian n 1 3 @ #m + 1 0 01655344 +caeciliidae n 1 4 @ #m %m + 1 0 01655116 +caecum n 1 4 @ #p %p + 1 0 05536370 +caelum n 1 1 @ 1 0 09230646 +caenogenesis n 1 1 @ 1 0 13444940 +caenolestes n 1 3 @ #m %m 1 0 01875880 +caenolestidae n 1 3 @ #m %m 1 0 01875717 +caesalpinia n 1 3 @ #m %m 1 0 12488121 +caesalpinia_bonduc n 1 3 @ #m %p 1 0 12488454 +caesalpinia_bonducella n 1 3 @ #m %p 1 0 12488454 +caesalpinia_coriaria n 1 3 @ #m %p 1 0 12488709 +caesalpinia_decapetala n 1 2 @ #m 1 0 12489046 +caesalpinia_echinata n 1 3 @ #m %s 1 0 12489268 +caesalpinia_ferrea n 1 2 @ #m 1 0 12489676 +caesalpinia_gilliesii n 1 2 @ #m 1 0 12489815 +caesalpinia_pulcherrima n 1 2 @ #m 1 0 12490054 +caesalpinia_sepiaria n 1 2 @ #m 1 0 12489046 +caesalpiniaceae n 1 2 @ #m 1 0 12487394 +caesalpinioideae n 1 3 @ #m %m 1 0 12487647 +caesar n 2 2 @ + 2 1 10878161 10878375 +caesar's_agaric n 1 2 @ #m 1 0 13002750 +caesar_salad n 1 1 @ 1 0 07806879 +caesarea n 1 2 @ #p 1 0 08795492 +caesarean n 1 3 @ %p + 1 0 00185778 +caesarean_delivery n 1 2 @ %p 1 0 00185778 +caesarean_section n 1 2 @ %p 1 0 00185778 +caesarian n 1 2 @ %p 1 0 00185778 +caesarian_delivery n 1 2 @ %p 1 0 00185778 +caesarian_section n 1 2 @ %p 1 0 00185778 +caesarism n 1 2 @ ~ 1 0 08440630 +caesaropapism n 1 1 @ 1 0 06188721 +caesium n 1 3 @ ~ #s 1 0 14634232 +caesium_clock n 1 1 @ 1 0 02935490 +caesura n 2 2 @ + 2 0 15271732 07085072 +cafe n 1 2 @ ~ 1 1 02935658 +cafe_au_lait n 1 1 @ 1 0 07919572 +cafe_noir n 1 1 @ 1 0 07919665 +cafe_royale n 1 1 @ 1 0 07929940 +cafeteria n 1 2 @ ~ 1 1 02935891 +cafeteria_facility n 1 2 @ ; 1 0 02936020 +cafeteria_tray n 1 1 @ 1 0 02936176 +caff n 1 2 @ ; 1 0 02936281 +caffe_latte n 1 1 @ 1 0 07920222 +caffein n 1 3 @ #s + 1 0 14761122 +caffein_addict n 1 1 @ 1 0 09886700 +caffein_addiction n 1 1 @ 1 0 14065156 +caffeine n 1 2 @ #s 1 0 14761122 +caffeine_addict n 1 1 @ 1 0 09886700 +caffeine_intoxication n 1 1 @ 1 0 14510247 +caffeinism n 1 1 @ 1 0 14510247 +caffer n 1 2 @ ; 1 0 10228864 +caffer_cat n 1 2 @ #m 1 0 02125872 +caffre n 1 2 @ ; 1 0 10228864 +caftan n 2 1 @ 2 0 02936570 02936402 +cage n 5 3 @ ~ + 5 2 02936714 13998966 10878530 02936921 02811059 +cager n 1 2 @ ~ 1 0 09842047 +cagliostro n 1 1 @ 1 0 10878672 +cagney n 1 1 @ 1 0 10878844 +cagoule n 1 1 @ 1 0 02937010 +cahita n 2 1 @ 2 0 09670415 06918932 +cahoot n 1 1 @ 1 0 07177111 +caiman n 1 3 @ ~ #m 1 0 01699040 +caiman_lizard n 1 1 @ 1 0 01687290 +caiman_sclerops n 1 1 @ 1 0 01699254 +caimitillo n 1 1 @ 1 0 12773917 +caimito n 1 2 @ #m 1 0 12773651 +cain n 1 2 @ ; 1 0 09586994 +cainogenesis n 1 1 @ 1 0 13444940 +cairene n 1 2 @ #m 1 0 09886807 +cairina n 1 3 @ #m %m 1 0 01852544 +cairina_moschata n 1 2 @ #m 1 0 01852671 +cairn n 2 1 @ 2 0 07273802 02096177 +cairn_terrier n 1 1 @ 1 0 02096177 +cairngorm n 1 1 @ 1 0 14694571 +cairo n 2 3 @ #p %m 2 0 09082988 08898633 +caisson n 4 2 @ ; 4 0 03064443 02937336 02937237 02937093 +caisson_disease n 1 1 @ 1 0 14068344 +caitiff n 1 3 @ + ; 1 0 09886911 +caitra n 1 3 @ #p %p 1 0 15219694 +cajan_pea n 2 4 @ #m #p %p 2 0 12510774 07726230 +cajanus n 1 3 @ #m %m 1 0 12510569 +cajanus_cajan n 1 3 @ #m %p 1 0 12510774 +cajolery n 1 2 @ + 1 0 06695862 +cajun n 1 1 @ 1 0 09677280 +cakchiquel n 2 1 @ 2 0 09651418 06926112 +cake n 3 2 @ ~ 3 1 02937469 07663899 07628870 +cake_mix n 1 1 @ 1 0 07594066 +cakehole n 1 1 @ 1 0 05302307 +cakewalk n 2 3 @ + ; 2 0 00530874 00036580 +cakile n 1 3 @ #m %m 1 0 11880218 +cakile_maritima n 1 2 @ #m 1 0 11880411 +calaba n 1 2 @ #m 1 0 12364940 +calabar-bean_vine n 1 3 @ #m %p 1 0 12486882 +calabar_bean n 1 2 @ #p 1 0 12487058 +calabash n 5 2 @ #m 5 0 12815838 12815668 12166128 03449451 02937614 +calabash_pipe n 1 1 @ 1 0 02937614 +calabash_tree n 1 2 @ #m 1 0 12815668 +calabazilla n 1 3 @ #m %p 1 0 12162425 +calabria n 1 3 @ #p ; 1 0 08804962 +calabur_tree n 1 2 @ #m 1 0 12194147 +calabura n 1 2 @ #m 1 0 12194147 +caladenia n 1 3 @ ~ #m 1 0 12048399 +caladenia_cairnsiana n 1 2 @ #m 1 0 12048537 +caladium n 1 3 @ ~ #m 1 0 11785668 +caladium_bicolor n 1 1 @ 1 0 11785875 +calais n 1 2 @ #p 1 0 08934868 +calamagrostic_quadriseta n 1 1 @ 1 0 12113323 +calamagrostis n 1 2 @ %m 1 0 12112789 +calamagrostis_acutiflora n 1 1 @ 1 0 12113195 +calamari n 1 3 @ #p ; 1 0 07781801 +calamary n 1 3 @ #p ; 1 0 07781801 +calamine n 1 3 @ #s %s 1 0 14678406 +calamine_lotion n 1 2 @ %s 1 0 02937766 +calamint n 1 3 @ ~ #m 1 0 12842887 +calamintha n 1 3 @ #m %m 1 0 12842765 +calamintha_grandiflora n 1 1 @ 1 0 12843316 +calamintha_nepeta n 1 1 @ 1 0 12843557 +calamintha_nepeta_glantulosa n 1 1 @ 1 0 12843557 +calamintha_sylvatica n 1 1 @ 1 0 12843144 +calamity n 1 3 @ ~ + 1 1 07314838 +calamity_jane n 1 1 @ 1 0 10872839 +calamus n 5 7 @ ~ #m #p %m %s %p 5 0 12586298 11781176 11780930 02592607 02468617 +calamus_australis n 1 1 @ 1 0 12586725 +calamus_oil n 1 2 @ #s 1 0 11781301 +calamus_penna n 1 2 @ #m 1 0 02592734 +calamus_rotang n 1 2 @ %p 1 0 12586499 +calan n 1 2 @ ; 1 0 04527808 +calandrinia n 1 3 @ #m %m 1 0 11858406 +calandrinia_ciliata n 1 2 @ #m 1 0 11858814 +calanthe n 1 2 @ #m 1 0 12048928 +calapooya n 1 1 @ 1 0 09658254 +calapuya n 1 1 @ 1 0 09658254 +calash n 2 2 @ #p 2 0 02938095 02937958 +calash_top n 1 2 @ #p 1 0 02937958 +calathian_violet n 1 2 @ #m 1 0 12295033 +calc-tufa n 1 1 @ 1 0 14931323 +calcaneus n 1 2 @ #p 1 0 05274808 +calcarine_fissure n 1 2 @ #p 1 0 05224585 +calcarine_sulcus n 1 2 @ #p 1 0 05224585 +calcedony n 1 2 @ ~ 1 0 14806333 +calceolaria n 1 2 @ #m 1 0 12879527 +calceus n 1 1 @ 1 0 02938218 +calciferol n 1 2 @ %s 1 0 15092227 +calcification n 3 3 @ ~ + 3 1 13442312 14364980 14011408 +calcimine n 1 2 @ + 1 0 02938321 +calcination n 1 2 @ + 1 0 13442476 +calcined_lime n 1 2 @ %s 1 0 14789885 +calcite n 1 5 @ ~ #s %s + 1 0 14935751 +calcitonin n 1 1 @ 1 0 05413465 +calcium n 1 4 @ ~ #s + 1 1 14632648 +calcium-channel_blocker n 1 2 @ ~ 1 0 02938514 +calcium-cyanamide n 1 1 @ 1 0 14789220 +calcium_bicarbonate n 1 1 @ 1 0 14936790 +calcium_blocker n 1 2 @ ~ 1 0 02938514 +calcium_carbide n 1 1 @ 1 0 14789087 +calcium_carbonate n 1 3 @ ~ #s 1 0 14936905 +calcium_chloride n 1 2 @ #s 1 0 14937225 +calcium_hydrate n 1 1 @ 1 0 14936010 +calcium_hydride n 1 1 @ 1 1 14937366 +calcium_hydroxide n 1 1 @ 1 0 14936010 +calcium_hypochlorite n 1 1 @ 1 0 14789365 +calcium_ion n 1 1 @ 1 0 15071229 +calcium_lactate n 1 1 @ 1 1 14789504 +calcium_light n 1 2 @ #m 1 0 03669665 +calcium_nitrate n 1 1 @ 1 0 14789724 +calcium_octadecanoate n 1 1 @ 1 0 14790259 +calcium_oxide n 1 2 @ %s 1 0 14789885 +calcium_phosphate n 1 1 @ 1 0 14790137 +calcium_stearate n 1 1 @ 1 0 14790259 +calcium_sulfate n 1 2 @ ~ 1 0 14937521 +calcium_sulphate n 1 2 @ ~ 1 0 14937521 +calculating_machine n 1 2 @ ~ 1 0 02938886 +calculation n 3 3 @ ~ + 3 2 00868910 05802185 05796423 +calculator n 2 3 @ ~ + 2 0 09887034 02938886 +calculus n 3 4 @ ~ + ; 3 1 09230768 09454925 06013741 +calculus_of_variations n 1 2 @ ; 1 0 06015978 +calcutta n 1 3 @ #p + 1 0 08903636 +calder n 1 1 @ 1 0 10879009 +caldera n 1 1 @ 1 0 09231117 +calderon n 1 1 @ 1 0 10879155 +calderon_de_la_barca n 1 1 @ 1 0 10879155 +caldron n 1 1 @ 1 0 02939185 +caldwell n 1 1 @ 1 0 10879364 +calean n 1 1 @ 1 0 03533014 +caleche n 2 2 @ #p 2 0 02938095 02937958 +caledonia n 1 2 @ #p 1 0 08891415 +caledonian_canal n 1 2 @ #p 1 0 02939291 +calefaction n 1 1 @ 1 0 05016451 +calendar n 3 4 @ ~ %p + 3 2 15173479 06487395 08266849 +calendar_day n 1 3 @ ~ #p 1 0 15157041 +calendar_method n 1 1 @ 1 0 00853145 +calendar_method_of_birth_control n 1 1 @ 1 0 00853145 +calendar_month n 1 3 @ ~ %p 1 0 15209413 +calendar_week n 1 3 @ #p %p 1 0 15136147 +calendar_year n 1 2 @ ~ 1 1 15202634 +calender n 1 2 @ + 1 0 02939565 +calendula n 1 3 @ ~ #m 1 0 11943407 +calendula_officinalis n 1 1 @ 1 0 11943660 +caley_pea n 1 1 @ 1 0 12539564 +calf n 4 5 @ ~ #m #p %p 4 2 01887896 05574332 14761334 01888045 +calf's-foot_jelly n 1 1 @ 1 0 07595051 +calf's_brain n 1 1 @ 1 0 07652696 +calf's_liver n 1 1 @ 1 0 07652207 +calf's_tongue n 1 1 @ 1 0 07653217 +calf_bone n 1 2 @ #p 1 0 05594201 +calf_love n 1 1 @ 1 0 07544351 +calf_roping n 1 2 @ #p 1 0 00300206 +calfskin n 1 2 @ ~ 1 0 14761334 +calgary n 1 2 @ #p 1 0 08822546 +cali n 1 2 @ #p 1 0 08733163 +cali_cartel n 1 2 @ ; 1 0 08237400 +caliber n 2 4 @ ~ = + 2 2 04728068 05103283 +calibration n 1 3 @ ~ + 1 1 00999245 +calibre n 2 3 @ ~ = 2 1 04728068 05103283 +caliche n 2 1 @ 2 0 14845578 14699441 +calico n 1 2 @ + 1 0 02939763 +calico_aster n 1 1 @ 1 0 11937102 +calico_bush n 1 1 @ 1 0 12237641 +calico_cat n 1 1 @ 1 0 02123242 +calico_crab n 1 2 @ #m 1 0 01979526 +caliculus n 1 2 @ ~ 1 0 02155448 +calidris n 1 3 @ #m %m 1 0 02028556 +calidris_canutus n 1 2 @ #m 1 0 02028900 +calidris_ferruginea n 1 2 @ #m 1 0 02029087 +calidris_melanotos n 1 2 @ #m 1 0 02028727 +calif n 1 2 @ ~ 1 0 09887496 +calif. n 1 4 @ #p %p - 1 0 09060768 +california n 1 5 @ #p %p + - 1 1 09060768 +california_allspice n 1 1 @ 1 0 11701302 +california_bay_tree n 1 2 @ #m 1 0 11707827 +california_beauty n 1 2 @ #m 1 0 12198793 +california_black_oak n 1 1 @ 1 0 12273344 +california_black_walnut n 1 2 @ #m 1 0 12318782 +california_bluebell n 2 1 @ 2 0 12837259 12837052 +california_box_elder n 1 1 @ 1 0 12755387 +california_buckthorn n 1 1 @ 1 0 13142182 +california_buckwheat n 1 1 @ 1 0 12602612 +california_coffee n 1 1 @ 1 0 13142182 +california_condor n 1 1 @ 1 0 01620135 +california_dandelion n 1 2 @ #m 1 0 11984144 +california_false_morel n 1 2 @ #m 1 0 13037585 +california_fern n 1 2 @ #m 1 0 12935609 +california_four_o'clock n 1 2 @ #m 1 0 11840067 +california_fuchsia n 1 2 @ #m 1 0 12342852 +california_lady's_slipper n 1 1 @ 1 0 12057660 +california_laurel n 1 2 @ #m 1 0 11707827 +california_live_oak n 1 1 @ 1 0 12269406 +california_newt n 1 1 @ 1 0 01631512 +california_nutmeg n 1 2 @ #m 1 0 11649150 +california_olive n 1 2 @ #m 1 0 11707827 +california_personality_inventory n 1 1 @ 1 0 06474972 +california_pitcher_plant n 1 2 @ #m 1 0 12781007 +california_pompano n 1 2 @ #m 1 0 02633677 +california_poppy n 1 2 @ #m 1 0 11905392 +california_privet n 1 1 @ 1 0 12309052 +california_quail n 1 1 @ 1 0 01806847 +california_redbud n 1 1 @ 1 0 12514138 +california_redwood n 1 2 @ #m 1 0 11641034 +california_romero n 1 2 @ #m 1 0 12871484 +california_sage n 1 2 @ #m 1 0 11929880 +california_sagebrush n 1 2 @ #m 1 0 11929880 +california_sea_lion n 1 2 @ #m 1 0 02078574 +california_single-leaf_pinyon n 1 1 @ 1 0 11610602 +california_sycamore n 1 2 @ #m 1 0 12807773 +california_tree_poppy n 1 2 @ #m 1 0 11907689 +california_whipsnake n 1 1 @ 1 0 01731941 +california_white_fir n 1 1 @ 1 0 11621727 +california_white_oak n 1 1 @ 1 0 12273939 +california_wine n 1 1 @ 1 0 07896060 +california_yellow_bells n 1 2 @ #m 1 0 12835331 +california_yew n 1 2 @ #m 1 0 11662128 +californian n 1 2 @ + 1 1 09741612 +californium n 1 1 @ 1 0 14633037 +caligula n 1 1 @ 1 0 10879551 +caliper n 1 3 @ ~ + 1 0 02939866 +caliph n 1 2 @ ~ 1 1 09887496 +caliphate n 3 1 @ 3 0 15248812 08550766 00589691 +caliphate_state n 1 2 @ ; 1 0 08028623 +calisaya n 1 2 @ #m 1 0 12664187 +calisthenics n 2 3 @ + ; 2 0 00627664 00627437 +calixtus_ii n 1 1 @ 1 0 10879789 +calixtus_iii n 1 1 @ 1 0 10880024 +calk n 1 2 @ + 1 0 02940143 +calkin n 1 1 @ 1 0 02940143 +call n 13 5 @ ~ #p + ; 13 6 06272803 06198505 07120524 07192129 06796642 01055954 07192661 07192511 07190693 06582761 01055493 00164801 00080743 +call-back n 2 2 @ + 2 1 06273207 01218213 +call-board n 1 1 @ 1 1 02940289 +call-in n 1 2 @ + 1 0 06273555 +call-out n 1 2 @ + 1 0 07231840 +call_box n 2 1 @ 2 0 04401680 03990210 +call_center n 1 1 @ 1 0 02940385 +call_centre n 1 1 @ 1 0 02940385 +call_fire n 1 1 @ 1 0 00988556 +call_forwarding n 1 1 @ 1 0 06273414 +call_girl n 1 1 @ 1 0 09889065 +call_loan n 1 1 @ 1 0 13399275 +call_mark n 1 1 @ 1 0 06818439 +call_number n 1 1 @ 1 0 06818439 +call_option n 2 3 ! @ #p 2 0 13242410 00080743 +call_up n 1 3 @ + ; 1 0 07169353 +call_waiting n 1 1 @ 1 0 06273743 +calla n 2 4 @ ~ #m %m 2 0 11793779 11786017 +calla_lily n 1 3 @ ~ #m 1 0 11793779 +calla_palustris n 1 2 @ #m 1 0 11786131 +callas n 1 1 @ 1 0 10880189 +callathump n 2 1 @ 2 0 08428623 07054122 +callback n 1 2 @ + 1 0 07280072 +caller n 7 3 @ ~ + 7 1 09887850 09888978 09888832 09888635 09888429 09888269 09888017 +caller-out n 1 1 @ 1 0 09888635 +caller-up n 1 1 @ 1 0 09888017 +caller_id n 1 1 @ 1 0 02940570 +calliandra n 1 2 @ #m 1 0 11760785 +callicebus n 1 3 @ #m %m 1 0 02493390 +calligrapher n 1 2 @ + 1 0 09889170 +calligraphist n 1 2 @ + 1 0 09889170 +calligraphy n 1 2 @ + 1 0 06403969 +callimorpha n 1 3 @ #m %m 1 0 02305799 +callimorpha_jacobeae n 1 2 @ #m 1 0 02305929 +callinectes n 1 3 @ #m %m 1 0 01979738 +callinectes_sapidus n 1 3 @ #m %p 1 0 01979874 +calling n 1 3 @ ~ + 1 0 00583246 +calling_card n 3 1 @ 3 0 13376512 06633205 05852287 +calling_into_question n 1 1 @ 1 0 07232053 +calling_together n 1 1 @ 1 0 01230850 +callionymidae n 1 3 @ #m %m 1 0 02618697 +calliope n 2 3 @ %p ; 2 0 09566320 02940706 +calliophis n 1 3 @ #m %m 1 0 01746565 +calliopsis n 1 1 @ 1 0 11957678 +calliper n 1 3 @ ~ + 1 0 02939866 +calliphora n 1 3 @ #m %m 1 0 02191617 +calliphora_vicina n 1 1 @ 1 0 02191979 +calliphoridae n 1 3 @ #m %m 1 0 02191449 +callirhoe n 1 3 @ #m %m 1 0 12174742 +callirhoe_digitata n 1 1 @ 1 0 12175181 +callirhoe_involucrata n 1 1 @ 1 0 12175370 +callirhoe_triangulata n 1 1 @ 1 0 12175598 +callisaurus n 1 3 @ #m %m 1 0 01678522 +callisaurus_draconoides n 1 2 @ #m 1 0 01678657 +callistephus n 1 3 @ #m %m 1 0 11943824 +callistephus_chinensis n 1 2 @ #m 1 0 11943992 +callisthenics n 2 2 @ ; 2 0 00627664 00627437 +callisto n 1 1 @ 1 0 09231263 +callithricidae n 1 3 @ #m %m 1 0 02490030 +callithrix n 1 3 @ #m %m 1 0 02490435 +callithump n 2 2 @ + 2 0 08428623 07054122 +callithump_parade n 1 1 @ 1 0 08428623 +callitrichaceae n 1 3 @ #m %m 1 0 12693590 +callitriche n 1 3 @ #m %m 1 0 12693734 +callitris n 1 3 @ #m %m 1 0 11633459 +callitris_calcarata n 1 1 @ 1 0 11633999 +callitris_cupressiformis n 1 1 @ 1 0 11633863 +callitris_endlicheri n 1 1 @ 1 0 11633999 +callitris_glauca n 1 1 @ 1 0 11634243 +callitris_glaucophylla n 1 1 @ 1 0 11634243 +callitris_parlatorei n 1 1 @ 1 0 11634393 +callitris_quadrivalvis n 1 2 @ %s 1 0 11643022 +callophis n 1 3 @ #m %m 1 0 01746565 +callorhinus n 1 3 @ #m %m 1 0 02077533 +callorhinus_ursinus n 1 1 @ 1 0 02077787 +callosectomy n 1 1 @ 1 0 00683915 +callosity n 2 3 @ ~ + 2 0 14364566 04844625 +callosotomy n 1 1 @ 1 0 00683915 +callousness n 1 3 @ ~ + 1 1 04844625 +callowness n 1 1 @ 1 0 14426568 +calluna n 1 3 @ #m %m 1 0 12233410 +calluna_vulgaris n 1 2 @ #m 1 0 12233529 +callus n 3 4 @ ~ + ; 3 0 14364566 14363785 13088688 +calm n 2 4 @ ~ #p + 2 1 04903813 11431617 +calm_air n 1 2 @ #p 1 0 11431617 +calming n 1 2 @ ~ 1 0 01150938 +calmness n 3 4 ! @ ~ + 3 1 04903813 14522265 07514968 +calnada_pea n 1 1 @ 1 0 12575812 +calocarpum n 1 2 @ #m 1 0 12773334 +calocarpum_zapota n 1 3 @ #m %p 1 0 12775919 +calocedrus n 1 3 @ #m %m 1 0 11634526 +calocedrus_decurrens n 1 2 @ #m 1 0 11634736 +calochortus n 1 3 @ #m %m 1 0 12445848 +calochortus_albus n 1 2 @ #m 1 0 12446908 +calochortus_amabilis n 1 2 @ #m 1 0 12447121 +calochortus_amoenus n 1 2 @ #m 1 0 12447346 +calochortus_elegans n 1 2 @ #m 1 0 12447581 +calochortus_kennedyi n 1 2 @ #m 1 0 12447891 +calochortus_luteus n 1 2 @ #m 1 0 12448136 +calochortus_macrocarpus n 1 2 @ #m 1 0 12448361 +calochortus_nuttallii n 1 1 @ 1 0 12448700 +calomel n 1 3 @ #s %s 1 0 14950937 +caloocan n 1 2 @ #p 1 0 08981922 +caloosahatchee n 1 2 @ #p 1 0 09231361 +caloosahatchee_canal n 1 2 @ #p 1 0 02940878 +caloosahatchee_river n 1 2 @ #p 1 0 09231361 +calophyllum n 1 3 @ #m %m 1 0 12364379 +calophyllum_calaba n 1 2 @ #m 1 0 12364940 +calophyllum_candidissimum n 1 2 @ #m 1 0 12365285 +calophyllum_inophyllum n 1 2 @ #m 1 0 12365462 +calophyllum_longifolium n 1 2 @ #m 1 0 12365158 +calopogon n 1 3 @ #m %m 1 0 12049134 +calopogon_pulchellum n 1 2 @ #m 1 0 12049282 +calopogon_tuberosum n 1 2 @ #m 1 0 12049282 +calorie n 2 4 @ #p %p + 2 0 13726562 13726296 +calorie_chart n 1 1 @ 1 0 06487610 +calorimeter n 1 2 @ ~ 1 1 02941095 +calorimetry n 1 2 @ + 1 0 01001814 +caloscypha_fulgens n 1 1 @ 1 0 13029610 +calosoma n 1 3 @ ~ #m 1 0 02167820 +calosoma_scrutator n 1 1 @ 1 0 02167944 +calostoma_cinnabarina n 1 2 @ #m 1 0 13042134 +calostoma_lutescens n 1 2 @ #m 1 0 13041943 +calostoma_ravenelii n 1 2 @ #m 1 0 13042316 +calostomataceae n 1 3 @ #m %m 1 0 13041725 +calpac n 1 1 @ 1 0 02941228 +calpack n 1 1 @ 1 0 02941228 +calpe n 1 3 @ #p %m 1 0 09028841 +calque n 1 1 @ 1 0 06301445 +calque_formation n 1 1 @ 1 0 06301445 +caltha n 1 3 @ #m %m 1 0 11727976 +caltha_palustris n 1 2 @ #m 1 0 11728099 +caltrop n 3 3 @ ~ #m 3 0 12723610 12348294 11948044 +calumet n 1 1 @ 1 0 02941408 +calumniation n 1 2 @ ~ 1 0 06719579 +calumny n 2 3 @ ~ + 2 1 06719579 01220336 +calvados n 1 1 @ 1 0 07903643 +calvaria n 1 2 @ #p 1 0 05540407 +calvary n 2 2 @ #p 2 0 08796219 07306032 +calvary_clover n 1 1 @ 1 0 12549005 +calvary_cross n 1 1 @ 1 0 02941605 +calvatia n 1 3 @ #m %m 1 0 13044149 +calvatia_gigantea n 1 2 @ #m 1 0 13044375 +calvert_vaux n 1 1 @ 1 0 11361757 +calves'_feet n 1 1 @ 1 0 07666303 +calves'_liver n 1 1 @ 1 0 07652207 +calvin n 2 1 @ 2 0 10880669 10880398 +calvin_coolidge n 1 1 @ 1 0 10908919 +calvin_klein n 1 1 @ 1 0 11106943 +calvin_richard_klein n 1 1 @ 1 0 11106943 +calving n 1 1 @ 1 1 13442639 +calvinism n 1 2 @ + 1 0 06229853 +calvinist n 1 3 @ ~ + 1 0 09889346 +calvinistic_baptist n 1 1 @ 1 0 08090329 +calvino n 1 1 @ 1 0 10880841 +calx n 1 2 @ %s 1 0 14789885 +calycanthaceae n 1 3 @ #m %m 1 0 11700401 +calycanthus n 1 3 @ #m %m 1 0 11700676 +calycanthus_family n 1 3 @ #m %m 1 0 11700401 +calycanthus_floridus n 1 1 @ 1 0 11701066 +calycanthus_occidentalis n 1 1 @ 1 0 11701302 +calycle n 2 2 @ ~ 2 0 11692108 02155448 +calycophyllum n 1 3 @ #m %m 1 0 12661873 +calycophyllum_candidissimum n 1 2 @ #m 1 0 12662074 +calyculus n 2 3 @ ~ + 2 0 11692108 02155448 +calymmatobacterium n 1 2 @ %m 1 0 01365122 +calymmatobacterium_granulomatis n 1 2 @ #m 1 0 01365322 +calypso n 2 2 @ ; 2 0 12049562 09490210 +calypso_bulbosa n 1 1 @ 1 0 12049562 +calypter n 1 2 @ #p 1 0 02190465 +calyptra n 1 1 @ 1 0 11532547 +calyptridium_umbellatum n 1 2 @ #m 1 0 11862300 +calystegia n 1 3 @ #m %m 1 0 12824909 +calystegia_sepium n 1 2 @ #m 1 0 12825061 +calyx n 1 6 @ ~ #p %p + ; 1 0 11691523 +calyx_tube n 1 1 @ 1 0 11690254 +cam n 2 3 @ ~ #p 2 0 09231587 02941716 +cam_river n 1 2 @ #p 1 0 09231587 +cam_stroke n 1 2 @ ~ 1 0 07351195 +camachile n 1 2 @ #m 1 0 11764478 +camail n 1 2 @ #p 1 0 02941845 +camaraderie n 1 1 @ 1 1 04653627 +camarilla n 1 2 @ %m 1 0 08241798 +camas n 1 3 @ ~ #m 1 0 12449296 +camash n 1 3 @ ~ #m 1 0 12449296 +camass n 1 3 @ ~ #m 1 0 12449296 +camassia n 1 3 @ #m %m 1 0 12449024 +camassia_leichtlinii n 1 2 @ #m 1 0 12449784 +camassia_quamash n 1 2 @ #m 1 0 12449526 +camassia_scilloides n 1 2 @ #m 1 0 12449934 +cambarus n 1 3 @ #m %m 1 0 01985667 +camber n 3 2 @ + 3 0 13864423 09213828 01001344 +camber_arch n 1 1 @ 1 0 02942015 +camberwell_beauty n 1 2 @ #m 1 0 02275560 +cambium n 2 3 @ #p + 2 0 13097338 05286412 +cambodia n 1 7 @ #m #p %m %p + - 1 1 08716738 +cambodian n 1 4 @ ~ #m + 1 0 09696280 +cambodian_capital n 1 2 @ #p 1 0 08717059 +cambodian_monetary_unit n 1 2 @ ~ 1 0 13697727 +cambria n 1 6 @ #p %m %p + - 1 0 08894456 +cambrian n 2 4 @ #m #p + 2 0 15128549 09747329 +cambrian_mountains n 1 1 @ 1 0 09231761 +cambrian_period n 1 2 @ #p 1 0 15128549 +cambric n 1 1 @ 1 0 02942147 +cambric_tea n 1 1 @ 1 0 07933652 +cambridge n 3 4 @ #p %m %p 3 1 02942227 09096664 08878016 +cambridge_university n 1 2 @ #p 1 0 02942227 +camcorder n 1 1 @ 1 0 02942349 +camden n 1 2 @ #p 1 0 09113333 +camel n 1 3 @ ~ #m 1 0 02437136 +camel's_hair n 1 1 @ 1 0 02942460 +camel_racing n 1 1 @ 1 0 00449892 +camelhair n 1 1 @ 1 0 02942460 +camelia n 1 3 @ ~ #m 1 0 12929403 +camelidae n 1 3 @ #m %m 1 0 02436813 +camelina n 1 3 @ #m %m 1 0 11880610 +camelina_sativa n 1 2 @ #m 1 0 11880791 +camellia n 1 3 @ ~ #m 1 0 12929403 +camellia_japonica n 1 1 @ 1 0 12929600 +camellia_sinensis n 1 3 @ #m %p 1 0 12929783 +camellia_state n 1 5 @ #m #p %p - 1 0 09053185 +camelopard n 1 3 @ ~ #m 1 0 02439033 +camelot n 1 2 @ ; 1 0 08558289 +camelpox n 1 1 @ 1 0 14262153 +camelus n 1 3 @ #m %m 1 0 02436993 +camelus_bactrianus n 1 1 @ 1 0 02437482 +camelus_dromedarius n 1 1 @ 1 0 02437312 +camembert n 1 1 @ 1 0 07852833 +cameo n 1 1 @ 1 0 02942577 +camera n 2 3 @ ~ %p 2 2 02942699 04404997 +camera_angle n 1 1 @ 1 0 05076384 +camera_care n 1 1 @ 1 0 00267821 +camera_lens n 1 3 @ ~ #p 1 1 02943241 +camera_lucida n 1 2 @ #p 1 0 02943465 +camera_obscura n 1 1 @ 1 0 02943686 +camera_operator n 1 1 @ 1 0 09889539 +camera_tripod n 1 1 @ 1 0 02943871 +cameraman n 1 1 @ 1 0 09889539 +cameroon n 2 5 @ #p %m %p + 2 0 09173623 08717209 +cameroon_franc n 1 2 @ %p 1 0 13677222 +cameroonian n 1 3 @ #m + 1 0 09696456 +cameroun n 1 4 @ #p %m %p 1 0 08717209 +camillo_golgi n 1 1 @ 1 0 11005780 +camion n 2 1 @ 2 0 03690473 03235979 +camise n 1 1 @ 1 0 02943964 +camisole n 2 1 @ 2 0 02944146 02944075 +camlan n 1 2 @ ; 1 0 08507109 +camlet n 2 1 @ 2 0 02944375 02944256 +camo n 1 1 @ 1 0 02944579 +camomile n 1 3 @ #m #s 1 0 11949402 +camomile_tea n 1 2 @ %s 1 0 07934152 +camorra n 1 1 @ 1 0 08246185 +camosh n 1 3 @ ~ #m 1 0 12449296 +camouflage n 4 2 @ + 4 0 04679074 02944579 02944459 01049266 +camp n 8 4 @ ~ + ; 8 6 02944826 08478018 02945161 08240633 02945379 05649960 02945813 02945594 +camp_bed n 1 2 @ %p 1 0 03114504 +camp_chair n 1 1 @ 1 0 02946270 +camp_david n 1 1 @ 1 0 08643499 +camp_follower n 2 1 @ 2 0 09890296 09890192 +camp_meeting n 1 1 @ 1 0 08308156 +camp_robber n 1 3 @ ~ #m 1 0 01581166 +campaign n 4 4 @ ~ + ; 4 3 07472929 00798245 00968155 00309906 +campaign_for_governor n 1 1 @ 1 0 07473207 +campaign_hat n 1 1 @ 1 0 02945964 +campaigner n 1 3 @ ~ + 1 0 09889691 +campaigning n 1 3 @ ~ %p 1 0 00799537 +campana n 1 2 @ + 1 0 13886260 +campania n 1 4 @ #p %m %p 1 0 08805122 +campanile n 1 2 @ ~ 1 0 02946127 +campanula n 1 3 @ ~ #m 1 0 12036939 +campanula_americana n 1 1 @ 1 0 12038038 +campanula_aparinoides n 1 1 @ 1 0 12038208 +campanula_carpatica n 1 1 @ 1 0 12039317 +campanula_divaricata n 1 1 @ 1 0 12037864 +campanula_glomerata n 1 1 @ 1 0 12038406 +campanula_medium n 1 1 @ 1 0 12037691 +campanula_persicifolia n 1 1 @ 1 0 12038585 +campanula_pyramidalis n 1 1 @ 1 0 12038760 +campanula_rapunculoides n 1 1 @ 1 0 12037499 +campanula_rapunculus n 1 1 @ 1 0 12038898 +campanula_rotundifolia n 1 1 @ 1 0 12037328 +campanula_trachelium n 1 1 @ 1 0 12039122 +campanulaceae n 1 3 @ #m %m 1 0 12036533 +campanulales n 1 3 @ #m %m 1 0 11911274 +campbell n 1 1 @ 1 0 10880981 +campeachy n 1 3 @ #m %s 1 0 12496949 +campeche n 2 3 @ #p %p 2 0 08740617 08740483 +campephilus n 1 3 @ #m %m 1 0 01840278 +campephilus_principalis n 1 2 @ #m 1 0 01840412 +camper n 2 3 @ ~ + 2 1 09889941 02946348 +camper_trailer n 1 1 @ 1 1 02946509 +campfire n 1 1 @ 1 1 07303585 +campfire_girl n 1 1 @ 1 0 09890072 +campground n 1 1 @ 1 0 08518171 +camphor n 1 3 @ #s + 1 0 14790979 +camphor_ball n 1 2 @ %s 1 0 03788703 +camphor_daisy n 1 2 @ #m 1 0 11976314 +camphor_dune_tansy n 1 2 @ #m 1 0 12021882 +camphor_ice n 1 1 @ 1 0 02946633 +camphor_oil n 1 1 @ 1 0 14791202 +camphor_tree n 1 2 @ #m 1 0 11704620 +camphorated_tincture_of_opium n 1 1 @ 1 0 03889974 +camphorweed n 1 1 @ 1 0 12871696 +camping n 1 2 @ + 1 1 01055165 +camping_area n 1 1 @ 1 0 08518171 +camping_bus n 1 2 @ ~ 1 0 02946348 +camping_ground n 1 1 @ 1 0 08518171 +camping_site n 1 1 @ 1 0 08518171 +campion n 1 3 @ ~ #m 1 0 11815491 +campmate n 1 1 @ 1 1 09890411 +campong n 1 1 @ 1 0 08673039 +camponotus n 1 3 @ #m %m 1 0 02220676 +campsis_radicans n 1 1 @ 1 0 12814235 +campsite n 1 1 @ 1 0 08518171 +campstool n 1 1 @ 1 0 02946753 +camptosorus n 1 2 @ #m 1 0 13181616 +camptosorus_rhizophyllus n 1 1 @ 1 0 13181811 +campus n 1 2 @ %p 1 1 08518374 +campyloneurum n 1 3 @ #m %m 1 0 13174515 +campyloneurum_augustifolium n 1 1 @ 1 0 13175074 +campylorhynchus n 1 3 @ #m %m 1 0 01586170 +campylotropous_ovule n 1 1 @ 1 0 11679779 +camshaft n 1 2 @ #p 1 0 02946824 +camus n 1 1 @ 1 0 10881092 +camwood n 1 2 @ #m 1 0 12509109 +can n 6 5 @ ~ #p %p + 6 1 02946921 13765990 07266776 05559256 04446521 04446276 +can_buoy n 1 1 @ 1 0 07266776 +can_of_worms n 1 2 @ ; 1 0 05687832 +can_opener n 1 2 @ ~ 1 0 02951585 +canaan n 1 4 @ #p %p - 1 0 08798382 +canaanite n 2 1 @ 2 0 09890507 06989325 +canaanitic n 1 2 @ ~ 1 0 06989146 +canaanitic_language n 1 2 @ ~ 1 0 06989146 +canachites n 1 3 @ #m %m 1 0 01797180 +canachites_canadensis n 1 2 @ #m 1 0 01797307 +canada n 1 7 @ #m #p %m %p + - 1 1 08820121 +canada_anemone n 1 1 @ 1 0 11725480 +canada_balsam n 2 1 @ 2 0 14897164 11621950 +canada_garlic n 1 1 @ 1 0 12432574 +canada_ginger n 1 1 @ 1 0 11802410 +canada_goose n 1 2 @ #m 1 0 01857632 +canada_jay n 1 3 @ ~ #m 1 0 01581166 +canada_lily n 1 1 @ 1 0 12426749 +canada_lynx n 1 1 @ 1 0 02127381 +canada_moonseed n 1 2 @ #m 1 0 11713370 +canada_plum n 1 1 @ 1 0 12640284 +canada_porcupine n 1 2 @ #m 1 0 02348173 +canada_thistle n 1 1 @ 1 0 11954161 +canada_violet n 1 1 @ 1 0 12388652 +canada_wild_rye n 1 1 @ 1 0 12119717 +canadian n 2 5 @ ~ #m #p + 2 0 09696585 09231890 +canadian_aspen n 1 1 @ 1 0 12734215 +canadian_bacon n 1 2 @ #p 1 0 07670995 +canadian_capital n 1 2 @ #p 1 0 08827486 +canadian_dollar n 1 1 @ 1 0 13672794 +canadian_falls n 1 2 @ #p 1 0 09232165 +canadian_fleabane n 1 2 @ #m 1 0 11956348 +canadian_french n 1 1 @ 1 0 06965961 +canadian_goldenrod n 1 1 @ 1 0 12016567 +canadian_goose n 1 2 @ #m 1 0 01857632 +canadian_hemlock n 1 1 @ 1 0 11627512 +canadian_maritime_provinces n 1 3 @ #p %p 1 0 08821578 +canadian_pondweed n 1 1 @ 1 0 12614625 +canadian_province n 1 2 @ ~ 1 0 08821885 +canadian_red_pine n 1 1 @ 1 0 11616486 +canadian_river n 1 2 @ #p 1 0 09231890 +canadian_security_intelligence_service n 1 2 @ ; 1 0 08342419 +canadian_shield n 1 2 @ #p 1 0 08821319 +canafistola n 1 1 @ 1 0 12492106 +canafistula n 1 1 @ 1 0 12492106 +canakkale_bogazi n 1 2 @ #p 1 0 09041371 +canal n 3 5 @ ~ %p + ; 3 0 09232317 05250659 02947212 +canal_boat n 1 1 @ 1 0 02947660 +canal_of_schlemm n 1 1 @ 1 0 05251789 +canal_zone n 1 2 @ #p 1 0 08739829 +canaliculus n 1 2 @ + 1 0 05251655 +canalis_cervicis_uteri n 1 1 @ 1 0 05519559 +canalis_inguinalis n 1 1 @ 1 0 05386544 +canalis_vertebralis n 1 2 @ #p 1 0 05249232 +canalisation n 2 2 @ + 2 0 01142843 01142519 +canalization n 2 2 @ + 2 0 01142843 01142519 +canandaigua_lake n 1 2 @ #m 1 0 09232526 +cananga n 1 3 @ #m %m 1 0 11695813 +cananga_odorata n 1 2 @ #m 1 0 11695974 +canangium n 1 3 @ #m %m 1 0 11695813 +canape n 1 1 @ 1 0 07581607 +canara n 1 2 @ #p 1 0 08902753 +canard n 1 1 @ 1 0 06758135 +canarese n 1 1 @ 1 0 09674631 +canaries n 1 3 @ #p %p 1 0 09024972 +canary n 4 5 @ ~ #m + ; 4 0 10091012 09890662 04966114 01533339 +canary_bird n 1 3 @ ~ #m 1 0 01533339 +canary_creeper n 1 1 @ 1 0 12720354 +canary_grass n 1 2 @ #m 1 0 12129986 +canary_island_hare's_foot_fern n 1 2 @ #m 1 0 13188462 +canary_islands n 1 3 @ #p %p 1 0 09024972 +canary_seed n 1 1 @ 1 0 07806120 +canary_whitewood n 1 3 @ #m %s 1 0 11712282 +canary_wine n 1 1 @ 1 0 07894451 +canary_yellow n 1 1 @ 1 0 04966114 +canarybird_flower n 1 1 @ 1 0 12720354 +canarybird_vine n 1 1 @ 1 0 12720354 +canasta n 1 2 @ ~ 1 0 00497060 +canavalia n 1 3 @ #m %m 1 0 12511046 +canavalia_ensiformis n 1 2 @ #m 1 0 12511239 +canavalia_gladiata n 1 2 @ #m 1 0 12511488 +canavanine n 1 1 @ 1 0 14603143 +canberra n 1 2 @ #p 1 0 08832269 +cancan n 1 1 @ 1 0 00531077 +cancel n 1 2 @ + 1 0 06867218 +cancellation n 2 3 @ ~ + 2 1 00232386 07207142 +cancer n 5 7 @ ~ #m #p %m + ; 5 1 14239918 09752657 09232687 08686658 01977832 +cancer_body n 1 1 @ 1 0 09417926 +cancer_borealis n 1 2 @ #m 1 0 01978587 +cancer_cell n 1 2 @ #p 1 0 05431285 +cancer_drug n 1 2 @ ~ 1 0 02722458 +cancer_irroratus n 1 2 @ #m 1 0 01978455 +cancer_juice n 1 1 @ 1 0 05398760 +cancer_magister n 1 3 @ #m %p 1 0 01978287 +cancer_of_the_blood n 1 2 @ ~ 1 0 14242922 +cancer_of_the_liver n 1 1 @ 1 0 14131651 +cancer_the_crab n 1 1 @ 1 0 08686658 +cancer_weed n 1 1 @ 1 0 12865708 +cancerweed n 1 1 @ 1 0 12865708 +cancridae n 1 3 @ #m %m 1 0 01977684 +cancroid n 1 2 @ + 1 0 14242788 +cancun n 1 2 @ #p 1 0 08740729 +candela n 1 1 @ 1 0 13641534 +candelabra n 1 2 @ ~ 1 0 02947818 +candelabrum n 1 2 @ ~ 1 0 02947818 +candelilla n 2 3 @ #m %s 2 0 12928307 12921126 +candelilla_wax n 1 2 @ #s 1 0 14791292 +candid_camera n 1 1 @ 1 0 02947977 +candida n 1 3 @ ~ #m 1 0 13079419 +candida_albicans n 1 3 @ #m #p 1 0 13079567 +candidacy n 1 3 @ ~ %p 1 1 00799537 +candidate n 2 2 @ ~ 2 2 09889691 09890749 +candidature n 1 3 @ ~ %p 1 0 00799537 +candidiasis n 1 3 @ ~ %p 1 0 14181713 +candidness n 1 3 @ ~ + 1 0 04871720 +candied_apple n 1 1 @ 1 0 07600696 +candied_citrus_peel n 1 2 @ ~ 1 0 07601407 +candied_fruit n 1 2 @ ~ 1 0 07600506 +candle n 2 4 @ ~ %p + 2 1 02948072 13641534 +candle_flame n 1 1 @ 1 1 11433435 +candle_holder n 1 3 @ ~ %p 1 0 02948557 +candleberry n 1 1 @ 1 0 11741797 +candlelight n 1 1 @ 1 0 11433435 +candlemaker n 1 1 @ 1 0 09890894 +candlemas n 1 2 @ #p 1 0 15186681 +candlemas_day n 1 2 @ #p 1 0 15186681 +candlenut n 2 4 @ #m #p %p 2 0 12927494 11689957 +candlepin n 1 1 @ 1 0 02948293 +candlepin_bowling n 1 1 @ 1 0 00462686 +candlepins n 1 1 @ 1 0 00462686 +candlepower n 1 1 @ 1 0 05100751 +candlepower_unit n 1 2 @ ~ 1 0 13640050 +candlesnuffer n 1 1 @ 1 0 02948403 +candlestick n 1 3 @ ~ %p 1 0 02948557 +candlestick_tulip n 1 1 @ 1 0 12454556 +candlewick n 2 3 @ #p %p 2 1 02948719 02948834 +candlewood n 1 2 @ ~ 1 0 12381511 +candor n 2 2 @ ~ 2 0 06203030 04871720 +candour n 2 2 @ ~ 2 1 04871720 06203030 +candy n 1 2 @ ~ 1 1 07597365 +candy_apple n 1 1 @ 1 0 07600696 +candy_bar n 1 1 @ 1 0 07598256 +candy_cane n 1 1 @ 1 0 07601572 +candy_corn n 1 1 @ 1 0 07601686 +candy_egg n 1 1 @ 1 0 07842130 +candy_kiss n 1 2 @ ~ 1 0 07606764 +candy_store n 1 2 @ ~ 1 1 03089624 +candy_striper n 1 1 @ 1 0 09890987 +candy_thermometer n 1 1 @ 1 0 02948942 +candyfloss n 1 1 @ 1 0 07605040 +candymaker n 1 2 @ ~ 1 0 09953350 +candytuft n 1 2 @ #m 1 0 11889619 +candyweed n 1 1 @ 1 0 12705458 +cane n 3 3 @ ~ + 3 1 02949202 12136206 02949084 +cane_blight n 1 1 @ 1 0 14216404 +cane_reed n 1 3 @ #m #p 1 0 12148253 +cane_sugar n 2 2 @ ~ 2 0 14791453 07595649 +canebrake n 1 2 @ %p 1 0 08437847 +canebrake_rattler n 1 1 @ 1 0 01755952 +canebrake_rattlesnake n 1 1 @ 1 0 01755952 +canecutter n 1 2 @ #m 1 0 02325884 +canella n 1 2 @ #p 1 0 12372520 +canella-alba n 1 3 @ #m %p 1 0 12372233 +canella_bark n 1 2 @ #p 1 0 12372520 +canella_family n 1 3 @ #m %m 1 0 12371911 +canella_winterana n 1 3 @ #m %p 1 0 12372233 +canellaceae n 1 3 @ #m %m 1 0 12371911 +canetti n 1 1 @ 1 0 10881269 +canfield n 1 1 @ 1 0 00495677 +canful n 1 1 @ 1 0 13765990 +cangue n 1 1 @ 1 0 02949356 +canicola_fever n 1 1 @ 1 0 14273601 +canicula n 1 3 @ #m + 1 0 09435965 +canicular_days n 1 2 @ #p 1 0 15237567 +canicule n 1 3 @ #p + 1 0 15237567 +canid n 1 4 @ ~ #m %p 1 0 02083346 +canidae n 1 3 @ #m %m 1 0 02083038 +canine n 2 5 @ ~ #m %p + 2 0 05307091 02083346 +canine_chorea n 1 1 @ 1 0 14262336 +canine_distemper n 1 1 @ 1 0 14264203 +canine_tooth n 1 2 @ ~ 1 0 05307091 +caning n 1 1 @ 1 1 04582205 +canis n 1 3 @ #m %m 1 0 02083863 +canis_aureus n 1 2 @ #m 1 0 02115096 +canis_dingo n 1 1 @ 1 0 02115641 +canis_familiaris n 1 4 @ ~ #m %p 1 0 02084071 +canis_latrans n 1 2 @ ~ 1 0 02114855 +canis_lupus n 1 1 @ 1 0 02114367 +canis_lupus_tundrarum n 1 1 @ 1 0 02114548 +canis_major n 1 2 @ %m 1 0 09232841 +canis_minor n 1 2 @ %m 1 0 09232989 +canis_niger n 1 1 @ 1 0 02114712 +canis_rufus n 1 1 @ 1 0 02114712 +canistel n 2 4 @ #m #p %p 2 0 12775717 07755262 +canistel_tree n 1 3 @ #m %p 1 0 12775717 +canister n 2 2 @ %p 2 0 02976641 02949542 +canister_shot n 1 2 @ %p 1 0 02976641 +canker n 3 2 @ + 3 0 14279417 14212759 05693669 +canker_brake n 1 2 @ #m 1 0 13199717 +canker_sore n 1 1 @ 1 0 14212759 +cankerweed n 1 2 @ #m 1 0 11997160 +cankerworm n 1 3 @ ~ #m 1 0 02287799 +canna n 1 3 @ ~ #m 1 0 12350758 +canna_edulis n 1 1 @ 1 0 12351091 +canna_generalis n 1 1 @ 1 0 12350959 +canna_indica n 1 1 @ 1 0 12351091 +canna_lily n 1 1 @ 1 0 12350959 +cannabidaceae n 1 3 @ #m %m 1 0 12396255 +cannabin n 1 1 @ 1 0 14791560 +cannabis n 2 6 @ ~ #m #s #p %p 2 0 12396924 02949691 +cannabis_indica n 1 2 @ %p 1 0 12397431 +cannabis_resin n 1 1 @ 1 0 14791560 +cannabis_sativa n 1 2 @ %p 1 0 12397210 +cannaceae n 1 3 @ #m %m 1 0 12350433 +cannae n 1 3 @ #p ; 1 0 01274000 +canned_food n 1 2 @ ~ 1 0 07572957 +canned_foods n 1 2 @ ~ 1 0 07572957 +canned_goods n 1 2 @ ~ 1 0 07572957 +canned_hunt n 1 1 @ 1 0 00452947 +canned_meat n 1 2 @ ~ 1 0 07573103 +cannel_coal n 1 1 @ 1 0 14791722 +cannelloni n 1 1 @ 1 0 07863547 +cannery n 1 2 @ + 1 0 02950018 +cannes n 1 2 @ #p 1 0 08935212 +cannibal n 1 2 @ + 1 0 09891079 +cannibal_mound n 1 1 @ 1 0 07877675 +cannibalism n 1 3 @ ~ + 1 0 00412839 +cannikin n 2 1 @ 2 0 02950186 02950120 +cannister n 1 1 @ 1 0 02949542 +cannon n 6 6 @ ~ #p %p + ; 6 1 02950256 02950826 02950632 02950482 02462828 00500449 +cannon_ball n 1 1 @ 1 0 02950943 +cannon_bone n 1 2 @ #p 1 0 02463024 +cannon_cracker n 1 1 @ 1 0 02951090 +cannon_fire n 1 2 @ ~ 1 0 00994449 +cannon_fodder n 1 2 @ ; 1 1 09891300 +cannonade n 1 2 @ + 1 0 00994623 +cannonball n 1 1 @ 1 0 02950943 +cannoneer n 1 2 @ + 1 0 09811852 +cannula n 1 2 @ + 1 0 02951170 +cannulation n 1 2 @ + 1 0 00321195 +cannulisation n 1 2 @ + 1 0 00321195 +cannulization n 1 2 @ + 1 0 00321195 +canoe n 1 3 @ ~ + 1 0 02951358 +canoe_birch n 1 2 @ #m 1 0 12281974 +canoe_cedar n 1 2 @ #m 1 0 11644046 +canoeist n 1 2 @ + 1 0 09891470 +canola n 1 2 @ %s 1 0 07674001 +canola_oil n 1 2 @ %s 1 0 07674001 +canon n 6 5 @ ~ %p + ; 6 1 06664594 09891613 09233446 07042862 06487729 06430537 +canon_law n 1 2 @ - 1 0 08453299 +canonical_hour n 1 3 @ ~ ; 1 0 15229408 +canonisation n 1 3 @ + ; 1 0 01040390 +canonist n 1 2 @ + 1 0 09891730 +canonization n 1 3 @ + ; 1 0 01040390 +canopic_jar n 1 1 @ 1 0 02951703 +canopic_vase n 1 1 @ 1 0 02951703 +canopus n 1 2 @ #m 1 0 09233134 +canopy n 3 4 @ ~ #p + 3 0 02952237 02952109 02951843 +cant n 5 4 @ ~ + - 5 1 06608277 09213828 07157273 07136098 02833576 +cant_dog n 1 2 @ ~ 1 0 03903133 +cant_hook n 1 1 @ 1 0 02952935 +cantabrian_mountains n 1 2 @ #p 1 0 09233284 +cantabrigian n 1 2 @ #m 1 0 09703708 +cantala n 2 2 @ #m 2 0 12478131 12477583 +cantaloup n 2 3 @ #p %p 2 0 12164656 07755929 +cantaloup_vine n 1 2 @ %p 1 0 12164656 +cantaloupe n 2 3 @ #p %p 2 0 12164656 07755929 +cantaloupe_vine n 1 2 @ %p 1 0 12164656 +cantata n 1 2 @ ~ 1 0 07042249 +canteen n 5 1 @ 5 1 02952374 02952798 02952674 02952585 02952485 +canter n 1 2 @ + 1 1 00288486 +canterbury n 1 2 @ #p 1 0 08883772 +canterbury_bell n 2 2 @ #m 2 0 12832538 12037691 +canterbury_tales n 1 1 @ 1 0 07221623 +cantering_rhythm n 1 1 @ 1 0 14111540 +cantharellus n 1 3 @ #m %m 1 0 13004160 +cantharellus_cibarius n 1 2 @ #m 1 0 13004423 +cantharellus_cinnabarinus n 1 2 @ #m 1 0 13004992 +cantharellus_clavatus n 1 2 @ #m 1 0 13004826 +cantharellus_floccosus n 1 2 @ #m 1 0 13004640 +canthus n 1 3 @ ~ #p 1 0 05314075 +canticle n 1 2 @ ~ 1 0 07036443 +canticle_of_canticles n 1 2 @ #p 1 0 06437824 +canticle_of_simeon n 1 1 @ 1 0 06456642 +canticles n 1 2 @ #p 1 0 06437824 +cantilever n 1 2 @ + 1 1 02953056 +cantilever_bridge n 1 2 @ ~ 1 0 02953197 +cantillation n 1 2 @ + 1 0 01254882 +cantle n 1 2 @ #p 1 1 02953455 +canto n 2 2 @ #p 2 0 07031636 06384269 +canton n 2 4 @ ~ #p + 2 0 08725454 08540770 +canton_crepe n 1 1 @ 1 0 02953552 +canton_flannel n 1 1 @ 1 0 03115400 +canton_ginger n 1 2 @ %p 1 0 12356023 +canton_river n 1 2 @ #p 1 0 09483340 +cantonese n 1 1 @ 1 0 06930427 +cantonese_dialect n 1 1 @ 1 0 06930427 +cantonment n 1 4 @ ~ + ; 1 0 02944826 +cantor n 2 1 @ 2 0 09919771 09891864 +cantus_firmus n 1 1 @ 1 0 07035305 +canuck n 1 1 @ 1 0 09696944 +canulation n 1 2 @ + 1 0 00321195 +canulisation n 1 2 @ + 1 0 00321195 +canulization n 1 2 @ + 1 0 00321195 +canute n 1 1 @ 1 0 10881382 +canute_the_great n 1 1 @ 1 0 10881382 +canvas n 6 5 @ ~ #p %s %p 6 4 02953673 02954068 14513489 02954163 04127904 02953850 +canvas_tent n 1 2 @ ~ 1 0 02954163 +canvasback n 1 2 @ #m 1 0 01850873 +canvasback_duck n 1 2 @ #m 1 0 01850873 +canvass n 7 6 @ ~ #p %s %p + 7 0 14513489 05800998 04127904 02954163 02954068 02953850 02953673 +canvasser n 4 4 @ ~ + ; 4 0 10623354 10565502 10451590 09892066 +canvassing n 1 1 @ 1 0 07245885 +canyon n 1 3 @ %p ; 1 1 09233446 +canyon_live_oak n 1 1 @ 1 0 12270946 +canyon_oak n 1 1 @ 1 0 12270946 +canyon_treefrog n 1 2 @ #m 1 0 01651059 +canyonlands_national_park n 1 2 @ #p 1 0 08603308 +canyonside n 1 2 @ #p 1 1 09233603 +caoutchouc n 1 2 @ ~ 1 0 15006258 +caoutchouc_tree n 1 1 @ 1 0 12926039 +cap n 9 6 @ ~ #p %p + ; 9 4 02954340 02954938 03182232 02955065 11532351 09305358 06657646 03139089 02956247 +cap_opener n 1 1 @ 1 0 02956795 +cap_screw n 1 1 @ 1 0 02957135 +capability n 3 5 ! @ ~ = + 3 1 05202497 14530836 05623181 +capableness n 2 5 ! @ ~ = + 2 0 05623181 05202497 +capaciousness n 2 3 @ ~ + 2 0 05618607 05105265 +capacitance n 2 3 @ ~ #p 2 1 11433546 02955247 +capacitance_unit n 1 2 @ ~ 1 0 13632744 +capacitor n 1 3 @ ~ #p 1 1 02955247 +capacitor_microphone n 1 1 @ 1 0 03087816 +capacity n 9 5 ! @ ~ + ; 9 5 05203397 14530836 13779374 00914795 00720951 13755053 11433546 05622956 05033569 +capacity_measure n 1 3 @ ~ #p 1 0 13600822 +capacity_unit n 1 3 @ ~ #p 1 0 13600822 +caparison n 1 3 @ ~ + 1 0 02955540 +cape n 2 2 @ ~ 2 2 09233715 02955767 +cape_aloe n 1 1 @ 1 0 12436907 +cape_ann n 1 2 @ #p 1 0 09098027 +cape_breton_island n 1 2 @ #p 1 0 08826699 +cape_buffalo n 1 2 @ #m 1 0 02409508 +cape_canaveral n 1 2 @ #p 1 0 09234104 +cape_cod n 1 2 @ #p 1 0 09098184 +cape_cod_bay n 1 2 @ #p 1 0 09234374 +cape_cod_canal n 1 2 @ #p 1 0 09098358 +cape_colony n 1 2 @ #p 1 0 09001580 +cape_dagga n 1 2 @ #m 1 0 12850906 +cape_fear n 1 2 @ #p 1 0 09127014 +cape_fear_river n 1 2 @ #p 1 0 09234491 +cape_flattery n 1 2 @ #p 1 0 09127161 +cape_forget-me-not n 2 1 @ 2 0 12818004 12817855 +cape_froward n 1 2 @ #p 1 0 09127274 +cape_girardeau n 1 2 @ #p 1 0 09106393 +cape_gooseberry n 1 2 @ #m 1 0 12911079 +cape_hatteras n 1 2 @ #p 1 0 09127461 +cape_horn n 1 2 @ #p 1 0 08722645 +cape_hunting_dog n 1 1 @ 1 0 02116738 +cape_hyacinth n 1 1 @ 1 0 12458874 +cape_jasmine n 1 1 @ 1 0 12666965 +cape_jessamine n 1 1 @ 1 0 12666965 +cape_kafferboom n 1 1 @ 1 0 12528109 +cape_kennedy n 1 2 @ #p 1 0 09234104 +cape_lobster n 1 2 @ #m 1 0 01983829 +cape_marigold n 1 2 @ #m 1 0 11961446 +cape_may n 1 2 @ #p 1 0 09114262 +cape_may_warbler n 1 2 @ #m 1 0 01568720 +cape_of_good_hope n 2 1 @ 2 0 09002195 09002096 +cape_of_good_hope_province n 1 2 @ #p 1 0 09001580 +cape_passero n 2 3 @ #p ; 2 0 08811653 01290162 +cape_periwinkle n 1 2 @ #m 1 0 11772408 +cape_primrose n 1 2 @ #m 1 0 12834190 +cape_province n 1 2 @ #p 1 0 09001580 +cape_sable n 2 2 @ #p 2 0 09234885 09234756 +cape_town n 1 2 @ #p 1 0 09000462 +cape_trafalgar n 1 2 @ #p 1 0 09235053 +cape_tulip n 1 2 @ #m 1 0 12420722 +cape_verde n 1 3 @ #p %p 1 0 08717915 +cape_verde_escudo n 1 2 @ %p 1 0 13675824 +cape_verde_islands n 1 3 @ #p %p 1 0 08717730 +cape_verde_monetary_unit n 1 2 @ ~ 1 0 13675708 +cape_yellowwood n 1 2 @ #m 1 0 11652578 +cape_york n 1 2 @ #p 1 0 09235244 +cape_york_peninsula n 1 3 @ #p %p 1 0 09235469 +capek n 1 1 @ 1 0 10881616 +capelan n 1 2 @ #m 1 0 02541257 +capelin n 1 2 @ #m 1 0 02541257 +capeline_bandage n 1 1 @ 1 0 02955944 +capella n 2 3 @ #m %m 2 0 09234654 02031752 +caper n 6 5 @ ~ #m #p + 6 0 11865071 07822053 00782792 00512267 00511817 00427580 +caper_family n 1 3 @ #m %m 1 0 11864602 +caper_sauce n 1 1 @ 1 0 07840219 +caper_spurge n 1 2 @ #m 1 0 12918404 +caper_tree n 2 1 @ 2 0 11865574 11865429 +capercaillie n 1 2 @ #m 1 0 01797020 +capercailzie n 1 2 @ #m 1 0 01797020 +capet n 1 2 @ + 1 0 10891271 +capetian n 1 2 @ #m 1 0 09892156 +capetian_dynasty n 1 2 @ %m 1 0 08154213 +capeweed n 1 2 @ #m 1 0 11984144 +capful n 1 1 @ 1 0 13766080 +capibara n 1 1 @ 1 0 02365480 +capillarity n 1 2 @ + 1 0 11433806 +capillary n 2 3 @ ~ #p 2 1 02956069 05425910 +capillary_action n 1 1 @ 1 1 11433806 +capillary_artery n 1 1 @ 1 0 05337301 +capillary_bed n 1 1 @ 1 1 05268510 +capillary_fracture n 1 1 @ 1 0 14293505 +capillary_tube n 1 2 @ #p 1 0 02956069 +capillary_tubing n 1 2 @ #p 1 1 02956069 +capillary_vein n 1 2 @ ~ 1 0 05426087 +capillary_vessel n 1 2 @ ~ 1 0 05425910 +capital n 8 5 @ ~ #p %m + 8 4 13354420 13353607 08518505 06824227 08518747 08357129 07282929 02956247 +capital_account n 2 3 @ #p ; 2 0 13355656 13355504 +capital_cost n 1 1 @ 1 0 13305932 +capital_expenditure n 1 1 @ 1 0 13278275 +capital_gain n 1 1 @ 1 1 13311830 +capital_gains_tax n 1 1 @ 1 0 13312190 +capital_letter n 1 2 @ ~ 1 0 06824227 +capital_levy n 1 2 @ ~ 1 0 13312329 +capital_loss n 1 1 @ 1 1 13312010 +capital_of_afghanistan n 1 2 @ #p 1 0 08704237 +capital_of_alabama n 1 2 @ #p 1 0 09053801 +capital_of_alaska n 1 2 @ #p 1 0 09055786 +capital_of_antigua_and_barbuda n 1 2 @ #p 1 0 08710325 +capital_of_argentina n 1 2 @ #p 1 0 08712876 +capital_of_arizona n 1 2 @ #p 1 0 09058376 +capital_of_arkansas n 1 2 @ #p 1 0 09060280 +capital_of_armenia n 1 2 @ #p 1 0 09018030 +capital_of_australia n 1 2 @ #p 1 0 08832269 +capital_of_austria n 1 3 @ #p - 1 0 08846324 +capital_of_azerbaijan n 1 2 @ #p 1 0 09018426 +capital_of_bahrain n 1 2 @ #p 1 0 08848568 +capital_of_bangladesh n 1 2 @ #p 1 0 08849226 +capital_of_barbados n 1 2 @ #p 1 0 08755664 +capital_of_belarus n 1 2 @ #p 1 0 09011518 +capital_of_belgium n 1 2 @ #p 1 0 08850450 +capital_of_benin n 1 2 @ #p 1 0 08759684 +capital_of_bolivia n 1 2 @ #p 1 0 08853308 +capital_of_botswana n 1 2 @ #p 1 0 08852685 +capital_of_brazil n 1 2 @ #p 1 0 08855308 +capital_of_burundi n 1 2 @ #p 1 0 08716517 +capital_of_california n 1 2 @ #p 1 0 09064966 +capital_of_cameroon n 1 2 @ #p 1 0 08717510 +capital_of_canada n 1 2 @ #p 1 0 08827486 +capital_of_cape_verde n 1 2 @ #p 1 0 08718094 +capital_of_central_africa n 1 2 @ #p 1 0 08718801 +capital_of_chad n 1 2 @ #p 1 0 08720280 +capital_of_chile n 1 2 @ #p 1 0 08721559 +capital_of_colombia n 1 2 @ #p 1 0 08732979 +capital_of_colorado n 1 2 @ #p 1 0 09068107 +capital_of_connecticut n 1 2 @ #p 1 0 09069190 +capital_of_costa_rica n 1 2 @ #p 1 0 08736376 +capital_of_cuba n 1 2 @ #p 1 0 08750612 +capital_of_cyprus n 1 2 @ #p 1 0 08757132 +capital_of_delaware n 1 2 @ #p 1 0 09070233 +capital_of_djibouti n 1 2 @ #p 1 0 08762823 +capital_of_ecuador n 1 2 @ #p 1 0 08777233 +capital_of_egypt n 1 3 @ #p %m 1 0 08898633 +capital_of_estonia n 1 2 @ #p 1 0 09012530 +capital_of_ethiopia n 1 2 @ #p 1 0 08778401 +capital_of_finland n 1 2 @ #p 1 0 08780018 +capital_of_florida n 1 2 @ #p 1 0 09075170 +capital_of_france n 1 4 @ #p %m %p 1 0 08932568 +capital_of_gabon n 1 2 @ #p 1 0 08945705 +capital_of_gambia n 1 2 @ #p 1 0 08946042 +capital_of_georgia n 2 4 @ #p %p - 2 0 09076675 09019194 +capital_of_ghana n 1 2 @ #p 1 0 08946564 +capital_of_greece n 1 4 @ #p %m %p 1 0 08785343 +capital_of_grenada n 1 2 @ #p 1 0 08947180 +capital_of_guatemala n 1 2 @ #p 1 0 08737376 +capital_of_guinea n 1 2 @ #p 1 0 08947617 +capital_of_guinea-bissau n 1 2 @ #p 1 0 08948027 +capital_of_hawaii n 1 2 @ #p 1 0 09078784 +capital_of_hungary n 1 2 @ #p 1 0 08952423 +capital_of_iceland n 1 2 @ #p 1 0 08953596 +capital_of_idaho n 1 2 @ #p 1 0 09081560 +capital_of_illinois n 1 2 @ #p 1 0 09084483 +capital_of_india n 1 2 @ #p 1 0 08903049 +capital_of_indiana n 1 2 @ #p 1 0 09085593 +capital_of_indonesia n 1 2 @ #p 1 0 08909719 +capital_of_iowa n 1 2 @ #p 1 0 09086995 +capital_of_iran n 1 2 @ #p 1 0 08911421 +capital_of_iraq n 1 2 @ #p 1 0 08914193 +capital_of_ireland n 1 3 @ #p %m 1 0 08889191 +capital_of_israel n 1 3 @ #p %p 1 0 08794798 +capital_of_italy n 1 5 @ #p %m %p - 1 0 08806897 +capital_of_jamaica n 1 2 @ #p 1 0 08754238 +capital_of_japan n 1 2 @ #p 1 0 08923348 +capital_of_jordan n 1 2 @ #p 1 0 08927548 +capital_of_kansas n 1 2 @ #p 1 0 09088815 +capital_of_kazakhstan n 1 1 @ 1 0 09020119 +capital_of_kentucky n 1 2 @ #p 1 0 09089631 +capital_of_kenya n 1 2 @ #p 1 0 08928582 +capital_of_kuwait n 1 2 @ #p 1 0 08929555 +capital_of_kyrgyzstan n 1 2 @ #p 1 0 09020792 +capital_of_laos n 1 2 @ #p 1 0 08957064 +capital_of_latvia n 1 3 @ #m #p 1 0 09013353 +capital_of_lebanon n 1 2 @ #p 1 0 08957806 +capital_of_lesotho n 1 2 @ #p 1 0 08959105 +capital_of_liberia n 1 2 @ #p 1 0 08959495 +capital_of_libya n 1 2 @ #p 1 0 08960099 +capital_of_liechtenstein n 1 2 @ #p 1 0 08960843 +capital_of_lithuania n 1 2 @ #p 1 0 09014273 +capital_of_louisiana n 1 3 @ #p %p 1 0 09091398 +capital_of_luxembourg n 1 2 @ #p 1 0 08961402 +capital_of_madagascar n 1 2 @ #p 1 0 08962465 +capital_of_maine n 1 2 @ #p 1 0 09092822 +capital_of_malawi n 1 2 @ #p 1 0 08963095 +capital_of_malaysia n 1 2 @ #p 1 0 08963969 +capital_of_malta n 1 2 @ #p 1 0 08966647 +capital_of_maryland n 1 2 @ #p 1 0 09094217 +capital_of_massachusetts n 1 4 @ #p %p - 1 0 09095751 +capital_of_mexico n 1 2 @ #p 1 0 08744236 +capital_of_michigan n 1 2 @ #p 1 0 09101318 +capital_of_minnesota n 1 3 @ #m #p 1 0 09103377 +capital_of_mississippi n 1 2 @ #p 1 0 09105003 +capital_of_missouri n 1 2 @ #p 1 0 09106912 +capital_of_moldova n 1 2 @ #p 1 0 09014850 +capital_of_mongolia n 1 2 @ #p 1 0 08969123 +capital_of_montana n 1 2 @ #p 1 0 09109180 +capital_of_morocco n 1 2 @ #p 1 0 08970445 +capital_of_mozambique n 1 2 @ #p 1 0 08971554 +capital_of_nebraska n 1 3 @ #p %p 1 0 09109882 +capital_of_nepal n 1 2 @ #p 1 0 08906809 +capital_of_nevada n 1 2 @ #p 1 0 09110784 +capital_of_new_hampshire n 1 2 @ #p 1 0 09111754 +capital_of_new_jersey n 1 2 @ #p 1 0 09113022 +capital_of_new_mexico n 1 2 @ #p 1 0 09116318 +capital_of_new_york n 1 2 @ #p 1 0 09118313 +capital_of_new_zealand n 1 2 @ #p 1 0 08973202 +capital_of_nicaragua n 1 2 @ #p 1 0 08739047 +capital_of_niger n 1 2 @ #p 1 0 08973647 +capital_of_nigeria n 1 2 @ #p 1 0 08974171 +capital_of_north_carolina n 1 2 @ #p 1 0 09127844 +capital_of_north_dakota n 1 2 @ #p 1 0 09129719 +capital_of_north_korea n 1 2 @ #p 1 0 08955397 +capital_of_northern_ireland n 1 2 @ #p 1 0 08888479 +capital_of_norway n 1 2 @ #p 1 0 08765069 +capital_of_ohio n 1 3 @ #p %p 1 0 09131001 +capital_of_oklahoma n 1 2 @ #p 1 0 09132597 +capital_of_oman n 1 2 @ #p 1 0 08975435 +capital_of_oregon n 1 2 @ #p 1 0 09134202 +capital_of_pakistan n 1 2 @ #p 1 0 08977035 +capital_of_panama n 1 2 @ #p 1 0 08739512 +capital_of_papua_new_guinea n 1 2 @ #p 1 0 08845053 +capital_of_paraguay n 1 2 @ #p 1 0 08978667 +capital_of_pennsylvania n 1 2 @ #p 1 0 09135733 +capital_of_peru n 1 2 @ #p 1 0 08979878 +capital_of_poland n 1 2 @ #p 1 0 08983105 +capital_of_portugal n 1 3 @ #p %p 1 0 08986066 +capital_of_qatar n 1 2 @ #p 1 0 08987262 +capital_of_red_china n 1 3 @ #p %p 1 0 08724726 +capital_of_rhode_island n 1 2 @ #p 1 0 09137451 +capital_of_romania n 1 2 @ #p 1 0 08814474 +capital_of_rwanda n 1 2 @ #p 1 0 08815346 +capital_of_san_marino n 1 2 @ #p 1 0 08992508 +capital_of_saudi_arabia n 1 3 @ ~ #p 1 0 08993871 +capital_of_senegal n 1 2 @ #p 1 0 08996118 +capital_of_serbia_and_montenegro n 1 2 @ #p 1 0 08817418 +capital_of_seychelles n 1 2 @ #p 1 0 08996714 +capital_of_sierra_leone n 1 2 @ #p 1 0 08997132 +capital_of_singapore n 1 2 @ #p 1 0 08997801 +capital_of_slovakia n 1 2 @ #p 1 0 08759263 +capital_of_somalia n 1 2 @ #p 1 0 08998853 +capital_of_south_africa n 1 2 @ #p 1 0 09000272 +capital_of_south_carolina n 1 2 @ #p 1 0 09138358 +capital_of_south_dakota n 1 2 @ #p 1 0 09139508 +capital_of_south_korea n 1 2 @ #p 1 0 08955951 +capital_of_spain n 1 2 @ #p 1 0 09024467 +capital_of_sri_lanka n 1 2 @ #p 1 0 08719465 +capital_of_sudan n 1 2 @ #p 1 0 09030210 +capital_of_suriname n 1 2 @ #p 1 0 09031061 +capital_of_swaziland n 1 2 @ #p 1 0 09031501 +capital_of_sweden n 1 2 @ #p 1 0 08766236 +capital_of_switzerland n 1 2 @ #p 1 0 09032321 +capital_of_syria n 1 3 @ #p %m 1 0 09033936 +capital_of_taiwan n 1 2 @ #p 1 0 08730895 +capital_of_tajikistan n 1 2 @ #p 1 0 09021313 +capital_of_tanzania n 1 2 @ #p 1 0 09034967 +capital_of_tennessee n 1 2 @ #p 1 0 09141297 +capital_of_texas n 1 3 @ #p %p 1 0 09143017 +capital_of_thailand n 1 2 @ #p 1 0 09036880 +capital_of_the_bahamas n 1 2 @ #p 1 0 08847570 +capital_of_the_dominican_republic n 1 2 @ #p 1 0 08752293 +capital_of_the_netherlands n 1 2 @ #p 1 0 08949737 +capital_of_the_philippines n 1 2 @ #p 1 0 08981746 +capital_of_the_russian_federation n 1 3 @ #p %p 1 0 09004068 +capital_of_the_ukraine n 1 2 @ #p 1 0 09015907 +capital_of_the_united_kingdom n 1 4 @ #p %m %p 1 0 08873622 +capital_of_the_united_states n 1 4 @ ~ #p %p 1 0 09070793 +capital_of_tibet n 1 2 @ #p 1 0 08907377 +capital_of_togo n 1 2 @ #p 1 0 08760228 +capital_of_trinidad_and_tobago n 1 2 @ #p 1 0 08756511 +capital_of_tunisia n 1 2 @ #p 1 0 09037838 +capital_of_turkey n 1 2 @ #p 1 0 09040601 +capital_of_turkmenistan n 1 2 @ #p 1 0 09021812 +capital_of_uganda n 1 2 @ #p 1 0 09043926 +capital_of_uruguay n 1 2 @ #p 1 0 09160571 +capital_of_utah n 1 2 @ #p 1 0 09147737 +capital_of_uzbek n 1 2 @ #p 1 0 09022538 +capital_of_vanuatu n 1 2 @ #p 1 0 09160968 +capital_of_venezuela n 1 2 @ #p 1 0 09162276 +capital_of_vermont n 1 2 @ #p 1 0 09148259 +capital_of_vietnam n 1 2 @ #p 1 0 09164095 +capital_of_virginia n 1 2 @ #p 1 0 09150047 +capital_of_washington n 1 2 @ #p 1 0 09154000 +capital_of_west_virginia n 1 2 @ #p 1 0 09155798 +capital_of_western_samoa n 1 2 @ #p 1 0 08991752 +capital_of_wisconsin n 1 3 @ #p %p 1 0 09158024 +capital_of_wyoming n 1 2 @ #p 1 0 09159675 +capital_of_zambia n 1 2 @ #p 1 0 09165996 +capital_of_zimbabwe n 1 2 @ #p 1 0 09167505 +capital_offense n 1 1 @ 1 0 00768353 +capital_punishment n 1 2 @ ~ 1 1 01163779 +capital_ship n 1 1 @ 1 0 02956393 +capital_stock n 2 1 @ 2 1 13342398 13334650 +capitalisation n 4 3 @ ~ + 4 0 06402425 00952214 00951626 00093006 +capitalism n 1 4 ! @ ~ + 1 1 08364143 +capitalist n 2 4 @ ~ + ; 2 1 09892262 09609232 +capitalist_economy n 1 2 @ ~ 1 0 08364143 +capitalization n 4 3 @ ~ + 4 0 06402425 00952214 00951626 00093006 +capitate n 1 2 @ + 1 0 05273223 +capitate_bone n 1 1 @ 1 0 05273223 +capitation n 1 2 @ ~ 1 0 13314226 +capitol n 2 2 @ #p 2 0 02956699 02956500 +capitol_building n 1 2 @ #p 1 0 02956500 +capitol_hill n 1 2 @ #p 1 0 09071349 +capitol_reef_national_park n 1 2 @ #p 1 0 08603525 +capitonidae n 1 3 @ #m %m 1 0 01842111 +capitulation n 3 3 @ ~ + 3 0 06471242 06467868 00067707 +capitulum n 3 3 @ ~ #p 3 0 13133786 13133613 13128156 +capiz n 1 2 @ #m 1 0 01962788 +caplin n 1 2 @ #m 1 0 02541257 +capo n 1 1 @ 1 0 09892410 +capon n 2 2 @ + 2 0 07645384 01792530 +capone n 1 1 @ 1 0 10881784 +caporetto n 1 3 @ #p ; 1 0 01274171 +capote n 2 1 @ 2 0 02957008 02956883 +capoten n 1 2 @ ; 1 0 02958002 +cappadocia n 1 3 @ #p + 1 0 08701161 +capparidaceae n 1 3 @ #m %m 1 0 11864602 +capparis n 1 3 @ #m %m 1 0 11864906 +capparis_arborea n 1 1 @ 1 0 11865276 +capparis_cynophallophora n 1 1 @ 1 0 11865429 +capparis_flexuosa n 1 1 @ 1 0 11865574 +capparis_mitchellii n 1 1 @ 1 0 11865738 +capparis_spinosa n 1 2 @ %p 1 0 11865874 +capped_macaque n 1 1 @ 1 0 02487675 +cappelletti n 1 1 @ 1 0 07701244 +cappuccino n 1 1 @ 1 0 07920349 +cappuccino_coffee n 1 1 @ 1 0 07920349 +capra n 2 3 @ #m %m 2 0 10881986 02416410 +capra_aegagrus n 1 1 @ 1 0 02417663 +capra_falconeri n 1 1 @ 1 0 02417785 +capra_hircus n 1 2 @ ~ 1 0 02417070 +capra_ibex n 1 1 @ 1 0 02417914 +caprella n 1 3 @ #m %m 1 0 01993400 +capreolus n 1 3 @ #m %m 1 0 02433426 +capreolus_capreolus n 1 3 @ ~ #m 1 0 02433546 +capri n 1 2 @ #p 1 0 08805953 +capric_acid n 1 1 @ 1 0 14791830 +capriccio n 1 1 @ 1 0 07280424 +caprice n 1 2 @ + 1 0 07490579 +capriciousness n 2 2 @ + 2 0 04735075 04671841 +capricorn n 3 3 @ #p ; 3 0 09753498 09235713 08687709 +capricorn_the_goat n 1 1 @ 1 0 08687709 +capricornis n 1 3 @ #m %m 1 0 02418934 +capricornus n 1 2 @ #p 1 0 09235713 +caprifig n 1 1 @ 1 0 12401893 +caprifoliaceae n 1 3 @ #m %m 1 0 12671157 +caprimulgid n 1 3 @ ~ #m 1 0 01835276 +caprimulgidae n 1 3 @ #m %m 1 0 01835087 +caprimulgiform_bird n 1 3 @ ~ #m 1 0 01834918 +caprimulgiformes n 1 3 @ #m %m 1 0 01834702 +caprimulgus n 1 3 @ #m %m 1 0 01835584 +caprimulgus_carolinensis n 1 2 @ #m 1 0 01835918 +caprimulgus_europaeus n 1 2 @ #m 1 0 01835769 +caprimulgus_vociferus n 1 2 @ #m 1 0 01836087 +caprine_animal n 1 4 @ ~ #m %p 1 0 02416519 +capriole n 2 2 @ ; 2 0 00512351 00512267 +caproic_acid n 1 1 @ 1 0 14791988 +caproidae n 1 3 @ #m %m 1 0 01453188 +capromyidae n 1 3 @ #m %m 1 0 02366702 +capros n 1 3 @ #m %m 1 0 01453330 +capros_aper n 1 2 @ #m 1 0 01453475 +caprylic_acid n 1 1 @ 1 0 14792146 +capsaicin n 1 2 @ #s 1 0 15032829 +capsella n 1 3 @ #m %m 1 0 11881063 +capsella_bursa-pastoris n 1 2 @ #m 1 0 11881189 +capsicum n 2 6 @ ~ #m %m %s %p 2 0 12900462 12900148 +capsicum_annuum_cerasiforme n 1 2 @ #m 1 0 12901565 +capsicum_annuum_conoides n 1 2 @ #m 1 0 12900783 +capsicum_annuum_grossum n 1 4 @ #m %s %p 1 0 12901264 +capsicum_annuum_longum n 1 4 @ #m %s %p 1 0 12900987 +capsicum_baccatum n 1 2 @ #m 1 0 12901724 +capsicum_frutescens n 1 3 @ #m %p 1 0 12902021 +capsicum_frutescens_baccatum n 1 2 @ #m 1 0 12901724 +capsicum_pepper_plant n 1 5 @ ~ #m %s %p 1 0 12900462 +capsid n 2 4 @ ~ #m #p 2 0 02237581 01329794 +capsidae n 1 3 @ #m %m 1 0 02237239 +capsizing n 1 2 @ ; 1 0 07353232 +capstan n 1 1 @ 1 1 02957252 +capstone n 2 2 @ #p 2 0 05642678 02957427 +capsula_glomeruli n 1 2 @ #p 1 0 05247621 +capsule n 7 5 @ ~ #p %p + 7 2 02957755 02957586 11685179 06468123 05317191 04264765 03267468 +captain n 7 4 @ ~ + ; 7 5 09893191 09892831 09893015 10298912 09893344 09892693 09892513 +captain's_chair n 1 1 @ 1 0 02957862 +captain_bligh n 1 1 @ 1 0 10852961 +captain_bob n 1 1 @ 1 0 10837023 +captain_cook n 1 1 @ 1 0 10908313 +captain_hicks n 1 1 @ 1 0 13744722 +captain_horatio_hornblower n 1 1 @ 1 0 09600439 +captain_james_cook n 1 1 @ 1 0 10908313 +captain_john_smith n 1 1 @ 1 0 11305402 +captain_kidd n 1 1 @ 1 0 11104458 +captaincy n 1 1 @ 1 0 00589769 +captainship n 1 2 @ + 1 0 00589769 +caption n 3 3 @ #p + 3 0 07209691 06347588 06346891 +captivation n 2 2 @ + 2 0 14407899 07497976 +captive n 3 3 @ ~ + 3 2 10476086 09893502 09893600 +captive_finance_company n 1 1 @ 1 0 08421441 +captivity n 2 3 @ ~ + 2 2 13999206 13997050 +captopril n 1 1 @ 1 0 02958002 +captor n 1 3 ! @ ~ 1 1 09609561 +capture n 5 3 @ ~ + 5 2 00088481 13442867 13442715 00775286 00166702 +capturer n 1 3 @ ~ + 1 0 09609561 +capuchin n 2 2 @ #m 2 0 02958264 02492035 +capulin n 2 3 @ #p %p 2 0 12642964 07757874 +capulin_tree n 1 2 @ %p 1 0 12642964 +caput n 2 4 @ ~ #p %p 2 0 13895362 05538625 +capybara n 1 1 @ 1 0 02365480 +car n 5 6 @ ~ #m #p %p - 5 2 02958343 02959942 02960501 02960352 02934451 +car-ferry n 1 1 @ 1 0 02964295 +car-mechanic n 1 1 @ 1 0 09825750 +car_battery n 1 2 @ #p 1 0 02961225 +car_bomb n 1 1 @ 1 0 02961544 +car_boot_sale n 1 2 @ ; 1 0 01118614 +car_care n 1 2 @ ~ 1 0 00267917 +car_carrier n 1 1 @ 1 0 02962414 +car_company n 1 1 @ 1 0 08002269 +car_dealer n 1 1 @ 1 0 08063650 +car_door n 1 4 @ ~ #p %p 1 1 02963821 +car_factory n 1 1 @ 1 0 02761696 +car_horn n 1 3 @ #p %p 1 0 02761834 +car_insurance n 1 2 @ ~ 1 0 13345403 +car_loan n 1 1 @ 1 0 13400024 +car_maker n 1 2 @ #m 1 0 08066763 +car_manufacturer n 1 2 @ #m 1 0 08066763 +car_mirror n 1 3 @ ~ #p 1 0 02965783 +car_park n 1 2 @ ~ 1 0 08615638 +car_part n 1 1 @ 1 0 02762044 +car_pool n 1 1 @ 1 0 08240484 +car_port n 1 1 @ 1 0 02968074 +car_race n 1 2 @ ~ 1 0 07458892 +car_racing n 1 2 @ - 1 0 00449517 +car_rental n 1 1 @ 1 0 13248598 +car_seat n 1 4 @ ~ #p %p 1 0 02970685 +car_sickness n 1 2 @ + 1 0 14203813 +car_tire n 1 2 @ ~ 1 0 02971167 +car_traffic n 1 1 @ 1 0 08426111 +car_train n 1 1 @ 1 0 02971579 +car_transporter n 1 1 @ 1 0 04474035 +car_wheel n 1 4 @ ~ #p %p 1 0 02974003 +car_window n 1 3 @ ~ #p 1 0 02974219 +carabao n 1 1 @ 1 1 02408817 +carabid_beetle n 1 3 @ ~ #m 1 0 02167151 +carabidae n 1 3 @ #m %m 1 0 02166986 +carabineer n 1 2 @ + 1 0 09893746 +carabiner n 1 1 @ 1 0 02960690 +carabinier n 1 1 @ 1 0 09893746 +caracal n 1 1 @ 1 0 02127678 +caracara n 1 2 @ ~ 1 0 01612628 +caracas n 1 2 @ #p 1 0 09162276 +carack n 1 1 @ 1 0 02968210 +caracolito n 1 2 @ #m 1 0 12702124 +caracul n 1 1 @ 1 0 02414043 +carafate n 1 2 @ ; 1 0 04349701 +carafe n 1 1 @ 1 0 02960903 +caragana n 1 3 @ ~ #m 1 0 12511856 +caragana_arborescens n 1 1 @ 1 0 12512095 +caragana_sinica n 1 1 @ 1 0 12512294 +carageen n 1 2 @ #m 1 0 01414633 +carambola n 2 3 @ #p %p 2 0 12704343 07746551 +carambola_tree n 1 2 @ %p 1 0 12704343 +caramel n 3 3 @ ~ + 3 0 07601809 07595180 04973957 +caramel_apple n 1 1 @ 1 0 07600696 +caramel_brown n 1 3 @ ~ + 1 0 04973957 +caramel_bun n 1 1 @ 1 0 07693223 +caramelized_sugar n 1 1 @ 1 0 07595180 +carancha n 1 2 @ #m 1 0 01613177 +caranda n 1 2 @ #m 1 0 12588780 +caranda_palm n 1 2 @ #m 1 0 12588780 +caranday n 1 2 @ #m 1 0 12588780 +carangid n 1 4 @ ~ #m + 1 0 02576223 +carangid_fish n 1 3 @ ~ #m 1 0 02576223 +carangidae n 1 3 @ #m %m 1 0 02575766 +caranx n 1 2 @ #m 1 0 02576460 +caranx_bartholomaei n 1 1 @ 1 0 02577041 +caranx_crysos n 1 1 @ 1 0 02577164 +caranx_hippos n 1 1 @ 1 0 02576906 +carapace n 1 4 @ ~ #p %s 1 0 01903756 +carapidae n 1 3 @ #m %m 1 0 02559232 +carassius n 1 3 @ #m %m 1 0 01443398 +carassius_auratus n 1 3 @ ~ #m 1 0 01443537 +carassius_carassius n 1 2 @ #m 1 0 01443831 +carassius_vulgaris n 1 2 @ #m 1 0 01443831 +carat n 2 3 @ #p %p 2 0 13723577 13585127 +caravaggio n 1 1 @ 1 0 10882089 +caravan n 2 3 @ %m + 2 1 08427629 04520382 +caravan_inn n 1 1 @ 1 0 02961035 +caravanning n 1 1 @ 1 0 01066061 +caravansary n 1 1 @ 1 0 02961035 +caravanserai n 1 1 @ 1 0 02961035 +caraway n 2 5 @ ~ #m #p %p 2 0 12934479 07816726 +caraway_seed n 1 3 @ #s #p 1 0 07827554 +caraway_seed_bread n 1 1 @ 1 0 07681355 +carbamate n 1 2 @ ~ 1 0 14792281 +carbamic_acid n 1 1 @ 1 0 14792389 +carbamide n 1 1 @ 1 0 15085472 +carbide n 1 2 @ ~ 1 0 14792550 +carbine n 1 2 @ + 1 1 02961451 +carbineer n 1 1 @ 1 0 09893746 +carbo_loading n 1 1 @ 1 0 07562651 +carbohydrate n 1 2 @ ~ 1 0 14792703 +carbohydrate_loading n 1 1 @ 1 0 07562651 +carbolic_acid n 1 1 @ 1 0 14796073 +carboloy n 1 2 @ ; 1 0 14793223 +carbomycin n 1 1 @ 1 0 02961714 +carbon n 3 4 @ ~ #s + 3 1 14633206 14797813 02961851 +carbon-14_dating n 1 1 @ 1 0 00992732 +carbon_14 n 1 1 @ 1 0 14633856 +carbon_arc n 1 2 @ ~ 1 0 02961947 +carbon_arc_lamp n 1 2 @ ~ 1 0 02961947 +carbon_atom n 1 1 @ 1 0 14633781 +carbon_black n 1 1 @ 1 0 14793533 +carbon_copy n 1 1 @ 1 0 02961851 +carbon_cycle n 2 1 @ 2 0 13443228 13443120 +carbon_dating n 1 1 @ 1 0 00992732 +carbon_dichloride n 1 1 @ 1 0 04416338 +carbon_dioxide n 1 3 @ ~ + 1 1 14796969 +carbon_dioxide_acidosis n 1 1 @ 1 0 14020271 +carbon_disulfide n 1 1 @ 1 0 14797436 +carbon_monoxide n 1 1 @ 1 0 14797641 +carbon_monoxide_gas n 1 1 @ 1 0 14797641 +carbon_monoxide_poisoning n 1 2 @ %p 1 0 14510401 +carbon_nanotube n 1 1 @ 1 0 14622491 +carbon_paper n 1 1 @ 1 0 14797813 +carbon_process n 1 1 @ 1 0 06681035 +carbon_steel n 1 2 @ ~ 1 0 14803074 +carbon_tet n 1 1 @ 1 0 14798039 +carbon_tetrachloride n 1 1 @ 1 1 14798039 +carbon_tetrahalide n 1 1 @ 1 1 14798331 +carbonado n 2 1 @ 2 0 14793393 07664468 +carbonara n 1 1 @ 1 0 07831146 +carbonate n 1 3 @ ~ + 1 1 14798450 +carbonated_water n 1 2 @ #s 1 0 07936548 +carbonation n 1 2 @ + 1 0 13442998 +carbondale n 1 2 @ #p 1 0 09083151 +carbonic_acid n 1 2 @ + 1 0 14799084 +carbonic_acid_gas n 1 2 @ ~ 1 0 14796969 +carboniferous n 1 4 @ #p %p + 1 0 15127307 +carboniferous_period n 1 3 @ #p %p 1 0 15127307 +carbonisation n 1 2 @ + 1 0 13443370 +carbonization n 1 2 @ + 1 0 13443370 +carbonnade_flamande n 1 1 @ 1 0 07863644 +carbonyl n 1 3 @ %s + 1 0 14790526 +carbonyl_group n 1 2 @ #s 1 0 14790693 +carborundum n 1 2 @ ; 1 0 14799476 +carboxyl n 1 2 @ + 1 0 14790796 +carboxyl_group n 1 1 @ 1 0 14790796 +carboxylic_acid n 1 2 @ ~ 1 0 14739360 +carboxymethyl_cellulose n 1 1 @ 1 1 14794203 +carboy n 1 1 @ 1 0 02962061 +carbuncle n 2 2 @ + 2 0 14877486 14183774 +carburetor n 1 3 @ #p %p 1 0 02962200 +carburettor n 1 3 @ #p %p 1 0 02962200 +carcajou n 1 2 @ #m 1 0 02449183 +carcase n 1 1 @ 1 0 01758757 +carcass n 1 1 @ 1 1 01758757 +carcharhinidae n 1 3 @ #m %m 1 0 01488539 +carcharhinus n 1 3 @ #m %m 1 0 01489275 +carcharhinus_leucas n 1 2 @ #m 1 0 01489501 +carcharhinus_limbatus n 1 2 @ #m 1 0 01489920 +carcharhinus_obscurus n 1 2 @ #m 1 0 01490360 +carcharhinus_plumbeus n 1 2 @ #m 1 0 01489709 +carcharias n 1 3 @ #m %m 1 0 01487312 +carcharias_taurus n 1 2 @ #m 1 0 01487506 +carchariidae n 1 3 @ #m %m 1 0 01487077 +carcharinus_longimanus n 1 2 @ #m 1 0 01490112 +carcharodon n 1 3 @ #m %m 1 0 01484717 +carcharodon_carcharias n 1 2 @ #m 1 0 01484850 +carcinogen n 1 2 @ + 1 0 14793812 +carcinoid n 1 1 @ 1 0 14237148 +carcinoma n 1 3 @ ~ + 1 0 14242337 +carcinoma_in_situ n 1 1 @ 1 0 14247035 +carcinomatous_myopathy n 1 1 @ 1 0 14079156 +carcinosarcoma n 1 1 @ 1 0 14237351 +card n 11 5 @ ~ %p + ; 11 3 02962545 06477371 06627006 14800034 10762342 06793426 06633205 06507941 06492939 06486161 03033986 +card-house n 1 1 @ 1 0 03545756 +card_catalog n 2 2 @ ~ 2 0 06488473 02963302 +card_catalogue n 2 2 @ ~ 2 0 06488473 02963302 +card_game n 1 4 @ ~ %p - 1 0 00488225 +card_index n 1 2 @ ~ 1 0 02963302 +card_player n 1 2 @ ~ 1 0 09894654 +card_shark n 1 1 @ 1 0 09894909 +card_sharp n 1 1 @ 1 0 09894909 +card_sharper n 1 1 @ 1 0 09894909 +card_table n 2 1 @ 2 1 02964196 02964075 +card_trick n 1 1 @ 1 0 00552219 +cardamine n 1 3 @ #m %m 1 0 11881426 +cardamine_bulbifera n 1 1 @ 1 0 11882237 +cardamine_bulbosa n 1 1 @ 1 0 11882821 +cardamine_diphylla n 1 1 @ 1 0 11882426 +cardamine_douglasii n 1 1 @ 1 0 11882972 +cardamine_pratensis n 1 1 @ 1 0 11882074 +cardamine_rotundifolia n 1 1 @ 1 0 11882636 +cardamom n 2 4 @ #m #p %p 2 0 12358293 07822323 +cardamon n 2 4 @ #m #p %p 2 0 12358293 07822323 +cardamum n 1 2 @ #p 1 0 07822323 +cardboard n 1 2 @ ~ 1 1 14799601 +cardcase n 1 1 @ 1 0 02962843 +cardcastle n 1 1 @ 1 0 03545756 +cardholder n 2 1 @ 2 0 09894040 09893916 +cardhouse n 1 1 @ 1 0 03545756 +cardia n 1 1 @ 1 0 05396229 +cardiac_arrest n 1 1 @ 1 0 14024581 +cardiac_arrhythmia n 1 2 @ ~ 1 0 14110674 +cardiac_cycle n 1 1 @ 1 0 07341304 +cardiac_glucoside n 1 2 @ ~ 1 0 15059939 +cardiac_glycoside n 1 2 @ ~ 1 0 15059939 +cardiac_insufficiency n 1 1 @ 1 0 14113636 +cardiac_massage n 1 2 @ #p 1 0 00659349 +cardiac_monitor n 1 2 @ %p 1 0 02962938 +cardiac_murmur n 1 2 @ ~ 1 0 14334814 +cardiac_muscle n 1 3 @ ~ #p 1 0 05389939 +cardiac_output n 1 1 @ 1 0 15277926 +cardiac_pacemaker n 1 1 @ 1 0 05389460 +cardiac_plexus n 1 1 @ 1 0 05506229 +cardiac_resuscitation n 1 2 @ %p 1 0 00832626 +cardiac_rhythm n 1 2 @ ~ 1 0 04768186 +cardiac_sphincter n 1 2 @ #p 1 0 05571132 +cardiac_tamponade n 1 1 @ 1 0 14508578 +cardiac_valve n 1 4 @ ~ #p %p 1 0 05395098 +cardiff n 1 2 @ #p 1 0 08895386 +cardigan n 2 2 @ %p 2 0 02963159 02113186 +cardigan_welsh_corgi n 1 1 @ 1 0 02113186 +cardiidae n 1 3 @ #m %m 1 0 01959668 +cardinal n 4 5 @ ~ #m + ; 4 1 09894143 13597585 04963449 01541386 +cardinal_bellarmine n 1 1 @ 1 0 10842730 +cardinal_compass_point n 1 2 @ ~ 1 0 13831000 +cardinal_flower n 1 1 @ 1 0 12168750 +cardinal_grosbeak n 1 2 @ #m 1 0 01541386 +cardinal_newman n 1 1 @ 1 0 11204962 +cardinal_number n 1 2 @ ~ 1 0 13597585 +cardinal_richelieu n 1 1 @ 1 0 11261483 +cardinal_tetra n 1 2 @ #m 1 0 02584145 +cardinal_vein n 1 2 @ ~ 1 0 05359828 +cardinal_virtue n 1 2 @ ~ 1 0 04847600 +cardinalate n 1 1 @ 1 0 08153022 +cardinalfish n 1 3 @ ~ #m 1 0 02572196 +cardinalis_cardinalis n 1 2 @ #m 1 0 01541386 +cardinality n 1 2 @ ; 1 0 13591586 +cardinalship n 1 2 @ + 1 0 00589948 +cardiogenic_shock n 1 1 @ 1 0 14067481 +cardiogram n 1 2 @ #p 1 0 07004057 +cardiograph n 2 2 @ #p 2 0 02963503 02781764 +cardiography n 1 1 @ 1 0 00832092 +cardioid n 1 1 @ 1 0 13909632 +cardioid_microphone n 1 1 @ 1 0 02963692 +cardiologist n 1 2 @ + 1 0 09894445 +cardiology n 1 2 @ + 1 0 06047275 +cardiomegaly n 1 1 @ 1 1 14334631 +cardiomyopathy n 1 2 @ ~ 1 0 14110966 +cardiopathy n 1 2 @ ~ 1 0 14103288 +cardiopulmonary_arrest n 1 1 @ 1 0 14024581 +cardiopulmonary_exercise n 1 2 @ ~ 1 0 00435563 +cardiopulmonary_resuscitation n 1 2 @ %p 1 0 00832626 +cardiospasm n 1 1 @ 1 0 00226711 +cardiospermum n 1 3 @ #m %m 1 0 12742546 +cardiospermum_grandiflorum n 1 1 @ 1 0 12742878 +cardiospermum_halicacabum n 1 1 @ 1 0 12743009 +cardiovascular_disease n 1 2 @ ~ 1 0 14057371 +cardiovascular_system n 1 4 @ ~ #p %p 1 0 05511618 +carditis n 1 2 @ ~ 1 0 14338942 +cardium n 1 3 @ #m %m 1 0 01959834 +cardium_edule n 1 2 @ %p 1 0 01960177 +cardizem n 1 2 @ ; 1 0 03198637 +cardoon n 2 4 @ #m #p %p 2 0 11959862 07730033 +cardroom n 1 1 @ 1 1 02963987 +cards n 1 4 @ ~ %p - 1 1 00488225 +cardsharp n 1 1 @ 1 0 09894909 +cardsharper n 1 1 @ 1 0 09894909 +carducci n 1 1 @ 1 0 10882293 +carduelinae n 1 2 @ #m 1 0 01530691 +carduelis n 1 3 @ #m %m 1 0 01530846 +carduelis_cannabina n 1 2 @ #m 1 0 01531344 +carduelis_carduelis n 1 2 @ #m 1 0 01531178 +carduelis_cucullata n 1 2 @ #m 1 0 01531639 +carduelis_flammea n 1 2 @ #m 1 0 01531811 +carduelis_hornemanni n 1 2 @ #m 1 0 01531971 +carduelis_spinus n 1 1 @ 1 0 01531512 +cardura n 1 1 @ 1 0 03229656 +carduus n 1 3 @ #m %m 1 0 11944569 +carduus_crispus n 1 2 @ #m 1 0 11944751 +carduus_nutans n 1 2 @ #m 1 0 11944954 +care n 6 3 @ ~ + 6 6 00654885 05615869 07524529 07505047 00829378 00267522 +care_delivery n 1 1 @ 1 0 01060101 +careen n 1 2 @ + 1 0 00348008 +career n 2 3 @ ~ + 2 2 00583246 00282613 +career_counseling n 1 1 @ 1 0 06651047 +career_girl n 1 1 @ 1 0 09895138 +career_man n 1 1 @ 1 0 09895480 +careerism n 1 2 @ + 1 1 00413086 +careerist n 1 3 @ ~ + 1 0 09895222 +carefreeness n 2 3 @ ~ + 2 0 07530866 04672210 +carefulness n 2 5 ! @ ~ = + 2 0 04664058 04663494 +caregiver n 2 3 @ ~ #m 2 0 10165109 09895561 +carelessness n 2 4 ! @ ~ + 2 2 04664964 00739270 +carelian n 2 2 @ #m 2 0 09706746 06958063 +caress n 1 2 @ + 1 1 00144778 +caressing n 1 2 @ ~ 1 0 00854000 +caret n 1 1 @ 1 0 06818603 +caretaker n 2 2 @ ~ 2 1 09895701 09895902 +caretta n 1 3 @ #m %m 1 0 01663939 +caretta_caretta n 1 2 @ #m 1 0 01664065 +carew n 1 1 @ 1 0 10882436 +carex n 1 3 @ #m %m 1 0 12151814 +carex_arenaria n 1 2 @ #m 1 0 12152031 +carex_pseudocyperus n 1 2 @ #m 1 0 12152251 +carfare n 1 1 @ 1 0 13308432 +carful n 1 1 @ 1 0 13766166 +cargo n 1 1 @ 1 1 02964389 +cargo_area n 1 2 @ #p 1 0 02964634 +cargo_container n 1 1 @ 1 0 02964843 +cargo_cult n 2 2 @ ; 2 0 08151753 06225357 +cargo_deck n 1 2 @ #p 1 0 02964634 +cargo_door n 1 1 @ 1 0 02964934 +cargo_hatch n 1 1 @ 1 0 02965024 +cargo_helicopter n 1 1 @ 1 0 02965122 +cargo_hold n 1 2 @ #p 1 0 02964634 +cargo_liner n 1 1 @ 1 0 02965216 +cargo_ship n 1 3 @ ~ %p 1 0 02965300 +cargo_ships n 1 1 @ 1 0 04196502 +cargo_vessel n 1 3 @ ~ %p 1 0 02965300 +carhop n 1 1 @ 1 0 09896084 +cariama n 1 3 @ #m %m 1 0 02014061 +cariama_cristata n 1 2 @ #m 1 0 02014237 +cariamidae n 1 3 @ #m %m 1 0 02013889 +carib n 2 1 @ 2 0 09726811 06917926 +carib_indian n 1 1 @ 1 0 09726811 +carib_wood n 1 2 @ #m 1 0 12569037 +caribbean n 2 2 @ %p 2 1 09235894 08709038 +caribbean_island n 1 2 @ #p 1 1 08746942 +caribbean_language n 1 1 @ 1 0 06917926 +caribbean_sea n 1 2 @ %p 1 0 09235894 +caribe n 1 2 @ #m 1 0 02584449 +caribees n 1 3 @ #p %p 1 0 08748280 +caribou n 1 3 @ ~ #m 1 0 02433925 +carica n 1 3 @ #m %m 1 0 12372932 +carica_papaya n 1 3 @ #m %p 1 0 12373100 +caricaceae n 1 3 @ #m %m 1 0 12372708 +caricature n 1 3 @ ~ + 1 0 06780069 +caricature_plant n 1 2 @ #m 1 0 12812801 +caricaturist n 1 3 @ ~ + 1 0 09896170 +caries n 1 2 @ + 1 0 13444513 +carillon n 2 2 @ ~ 2 0 02965529 00544441 +carillon_playing n 1 2 @ ~ 1 0 00544441 +carillonneur n 1 1 @ 1 0 09896311 +carina n 2 4 @ ~ #p %m 2 0 09236077 05227209 +carina_fornicis n 1 2 @ #p 1 0 05227438 +carinate n 1 4 ! @ %p + 1 0 01517966 +carinate_bird n 1 2 @ %p 1 0 01517966 +caring n 1 3 @ ~ + 1 0 07546125 +carioca n 3 2 @ #m 3 0 09695019 07055203 00535455 +carissa n 1 3 @ ~ #m 1 0 11771539 +carissa_bispinosa n 1 1 @ 1 0 11771746 +carissa_grandiflora n 1 2 @ %p 1 0 11771924 +carissa_macrocarpa n 1 2 @ %p 1 0 11771924 +carissa_plum n 1 2 @ #p 1 0 07746910 +carjacking n 1 2 @ + 1 0 00227484 +carl_anderson n 1 1 @ 1 0 10817244 +carl_august_nielsen n 1 1 @ 1 0 11207006 +carl_clinton_van_doren n 1 1 @ 1 0 11359697 +carl_david_anderson n 1 1 @ 1 0 10817244 +carl_gustaf_mossander n 1 1 @ 1 0 11193250 +carl_gustav_jung n 1 2 @ - 1 0 11094611 +carl_jung n 1 2 @ - 1 0 11094611 +carl_lewis n 1 1 @ 1 0 11131135 +carl_maria_von_weber n 1 1 @ 1 0 11378462 +carl_nielsen n 1 1 @ 1 0 11207006 +carl_orff n 1 1 @ 1 0 11216386 +carl_rogers n 1 1 @ 1 0 11268523 +carl_sandburg n 1 1 @ 1 0 11280213 +carl_van_doren n 1 1 @ 1 0 11359697 +carl_von_linne n 1 1 @ 1 0 11133551 +carl_xvi_gustaf n 1 1 @ 1 0 10882588 +carl_xvi_gustav n 1 1 @ 1 0 10882588 +carl_yastrzemski n 1 1 @ 1 0 11402341 +carlina n 1 3 @ #m %m 1 0 11945228 +carlina_acaulis n 1 1 @ 1 0 11945514 +carlina_vulgaris n 1 1 @ 1 0 11945783 +carline_thistle n 1 3 @ ~ #m 1 0 11945367 +carling_float n 1 1 @ 1 0 03663781 +carlo_goldoni n 1 1 @ 1 0 11005320 +carload n 2 1 @ 2 1 07976069 13775523 +carlos n 1 2 @ ; 1 0 11201386 +carlos_chavez n 1 1 @ 1 0 10894365 +carlos_fuentes n 1 1 @ 1 0 10984876 +carlos_the_jackal n 1 2 @ ; 1 0 11201386 +carlovingian n 1 3 @ ~ #m 1 0 09896520 +carlovingian_dynasty n 1 2 @ %m 1 0 08154363 +carlsbad n 1 2 @ #p 1 0 09115478 +carlsbad_caverns n 1 2 @ #p 1 0 09236251 +carlsbad_caverns_national_park n 1 2 @ #p 1 0 08603704 +carlyle n 1 1 @ 1 0 10882706 +carmaker n 1 2 @ #m 1 0 08066763 +carmelite n 1 3 @ #m + 1 0 10778148 +carmelite_order n 1 2 @ %m 1 0 08148827 +carmichael n 1 1 @ 1 0 10882846 +carminative n 1 2 @ + 1 0 02965617 +carmine n 1 2 @ + 1 0 04963449 +carnage n 1 2 @ ~ 1 0 00223983 +carnal_abuse n 2 1 @ 2 0 00847167 00846961 +carnal_knowledge n 1 3 @ ~ %p 1 0 00845523 +carnality n 1 2 @ + 1 0 07490214 +carnallite n 1 2 @ %s 1 0 14669413 +carnassial_tooth n 1 1 @ 1 0 05283649 +carnation n 2 2 @ + 2 0 11808468 04971211 +carnation_family n 1 3 @ #m %m 1 0 11804604 +carnauba n 2 4 @ #m #s %s 2 0 12588584 12588320 +carnauba_palm n 1 3 @ #m %s 1 0 12588320 +carnauba_wax n 1 2 @ #s 1 0 12588584 +carnegie n 2 1 @ 2 0 10883202 10882988 +carnegie_mellon_university n 1 2 @ #p 1 0 02965936 +carnegiea n 1 3 @ #m %m 1 0 11844203 +carnegiea_gigantea n 1 2 @ #m 1 0 11844371 +carnelian n 1 1 @ 1 0 14801594 +carniolan_bee n 1 1 @ 1 0 02208979 +carnival n 3 3 @ ~ %p 3 1 00511555 00552679 00519333 +carnivora n 1 3 @ #m %m 1 0 02074915 +carnivore n 2 3 @ ~ #m 2 0 02075296 01324431 +carnivorous_bat n 1 3 @ ~ #m 1 0 02141306 +carnivorous_plant n 1 2 @ ~ 1 0 12778605 +carnosaur n 1 2 @ #m 1 0 01713508 +carnosaura n 1 3 @ #m %m 1 0 01713310 +carnot n 1 1 @ 1 0 10883380 +carnot's_ideal_cycle n 1 1 @ 1 0 07341665 +carnot_cycle n 1 1 @ 1 0 07341665 +carnotite n 1 2 @ %s 1 0 14669677 +carob n 3 6 @ #m #s #p %s %p 3 0 12493426 12493208 07598335 +carob_bar n 1 1 @ 1 0 07598529 +carob_bean n 1 3 @ #s #p 1 0 12493426 +carob_bean_tree n 1 3 @ #m %p 1 0 12493208 +carob_powder n 1 2 @ %s 1 0 07598335 +carob_tree n 1 3 @ #m %p 1 0 12493208 +caroche n 1 1 @ 1 0 02966068 +carol n 2 2 @ + 2 0 07035747 00546613 +caroler n 1 2 @ + 1 0 09896401 +carolina n 1 3 @ #p %p 1 0 09052835 +carolina_allspice n 1 1 @ 1 0 11701066 +carolina_buckthorn n 1 1 @ 1 0 13141972 +carolina_chickadee n 1 1 @ 1 0 01592540 +carolina_hemlock n 1 1 @ 1 0 11627714 +carolina_jasmine n 1 2 @ #m 1 0 12485981 +carolina_lupine n 1 1 @ 1 0 12573647 +carolina_moonseed n 1 2 @ #m 1 0 11713763 +carolina_parakeet n 1 2 @ #m 1 0 01821554 +carolina_pond_fern n 1 2 @ #m 1 0 12959538 +carolina_spring_beauty n 1 2 @ #m 1 0 11859275 +carolina_wren n 1 2 @ #m 1 0 01586020 +carolinas n 1 3 @ #p %p 1 0 09052835 +caroline_islands n 1 2 @ #p 1 0 08838716 +caroling n 1 1 @ 1 0 00546861 +carolingian n 1 3 @ ~ #m 1 0 09896520 +carolingian_dynasty n 1 2 @ %m 1 0 08154363 +carolinian n 1 1 @ 1 0 09741722 +caroller n 1 2 @ + 1 0 09896401 +carolus n 1 1 @ 1 0 10891981 +carolus_linnaeus n 1 1 @ 1 0 11133551 +carom n 2 3 @ #p + 2 0 07409475 00500449 +carotene n 2 2 @ ~ 2 0 15090535 14721236 +carotenemia n 1 1 @ 1 0 14566606 +carotenoid n 1 2 @ ~ 1 0 14720962 +carothers n 1 1 @ 1 0 10883533 +carotid_artery n 1 3 @ ~ #p 1 0 05339357 +carotid_body n 1 1 @ 1 0 05340121 +carotid_plexus n 1 1 @ 1 0 05506369 +carotin n 1 2 @ ~ 1 0 15090535 +carousal n 1 2 @ + 1 0 00511041 +carouse n 1 2 @ + 1 0 00511041 +carousel n 2 1 @ 2 0 02966372 02966193 +carouser n 1 2 @ + 1 0 10769321 +carp n 2 4 @ ~ #m #p 2 0 07779123 01439514 +carpal n 1 3 @ ~ #p 1 0 05271814 +carpal_bone n 1 3 @ ~ #p 1 0 05271814 +carpal_tunnel n 1 2 @ #p 1 0 05272110 +carpal_tunnel_syndrome n 1 1 @ 1 0 14057569 +carpathian_mountains n 1 3 @ #p %p 1 0 09236423 +carpathians n 1 3 @ #p %p 1 0 09236423 +carpel n 1 4 @ ~ #p + 1 0 11677743 +carpentaria n 1 2 @ #p 1 0 09297920 +carpenter n 1 3 @ ~ + 1 1 09896685 +carpenter's_hammer n 1 1 @ 1 0 02966545 +carpenter's_kit n 1 1 @ 1 0 02966687 +carpenter's_level n 1 3 @ ~ %p 1 0 02966786 +carpenter's_mallet n 1 1 @ 1 0 02966942 +carpenter's_plane n 1 2 @ ~ 1 0 03954731 +carpenter's_rule n 1 1 @ 1 0 02967081 +carpenter's_saw n 1 2 @ ~ 1 0 03488188 +carpenter's_square n 1 1 @ 1 0 02967170 +carpenter_ant n 1 2 @ #m 1 0 02220804 +carpenter_bee n 1 2 @ #m 1 0 02209354 +carpenteria n 1 2 @ #m 1 0 12789554 +carpenteria_californica n 1 2 @ #m 1 0 12789554 +carpentry n 1 4 @ ~ + - 1 1 00607775 +carper n 1 2 @ + 1 0 09896826 +carpet n 2 4 @ ~ %p + 2 1 04118021 09236766 +carpet_beater n 1 2 @ %p 1 0 02967407 +carpet_beetle n 1 3 @ ~ #m 1 0 02170400 +carpet_bombing n 1 2 @ + 1 0 00978993 +carpet_bug n 1 3 @ ~ #m 1 0 02170400 +carpet_grass n 1 2 @ #m 1 0 12140511 +carpet_knight n 1 1 @ 1 0 09897170 +carpet_loom n 1 1 @ 1 0 02967540 +carpet_moth n 1 2 @ #m 1 0 02292692 +carpet_pad n 1 2 @ ~ 1 0 02967626 +carpet_shark n 1 2 @ #m 1 0 01486540 +carpet_slipper n 1 2 @ ~ 1 0 04241394 +carpet_snake n 1 1 @ 1 0 01743936 +carpet_sweeper n 1 1 @ 1 0 02967782 +carpet_tack n 1 1 @ 1 0 02967991 +carpetbag n 1 1 @ 1 0 02967294 +carpetbagger n 1 1 @ 1 0 09896973 +carpeting n 1 4 @ ~ %p + 1 0 04118021 +carpetweed n 1 2 @ #m 1 0 11821534 +carpetweed_family n 1 3 @ #m %m 1 0 11818945 +carphophis n 1 3 @ #m %m 1 0 01728445 +carphophis_amoenus n 1 2 @ #m 1 0 01728572 +carpinaceae n 1 2 @ #m 1 0 12286372 +carping n 1 1 @ 1 1 06711030 +carpinus n 1 3 @ #m %m 1 0 12286581 +carpinus_betulus n 1 2 @ #m 1 0 12286988 +carpinus_caroliniana n 1 2 @ #m 1 0 12287195 +carpobrotus n 1 3 @ #m %m 1 0 11819354 +carpobrotus_edulis n 1 2 @ #m 1 0 11819509 +carpocapsa n 1 3 @ #m %m 1 0 02285052 +carpocapsa_pomonella n 1 2 @ #m 1 0 02285179 +carpodacus n 1 3 @ #m %m 1 0 01532664 +carpodacus_mexicanus n 1 2 @ #m 1 0 01532829 +carpodacus_purpureus n 1 2 @ #m 1 0 01533000 +carpophore n 1 1 @ 1 0 11677902 +carport n 1 1 @ 1 0 02968074 +carpospore n 1 3 @ #p + 1 0 11548728 +carpus n 1 4 @ #p %p + 1 0 05584928 +carrack n 1 1 @ 1 0 02968210 +carrageen n 1 2 @ #m 1 0 01414633 +carrageenan n 1 1 @ 1 0 14801711 +carrageenin n 1 1 @ 1 0 14801711 +carragheen n 1 2 @ #m 1 0 01414633 +carrefour n 1 3 @ ~ #p 1 0 03581125 +carrel n 2 2 @ #p 2 0 10883688 02968333 +carrell n 1 2 @ #p 1 0 02968333 +carrere n 1 1 @ 1 0 10883871 +carriage n 5 6 @ ~ #m #p %p + 5 2 03895866 02968473 05002822 02969010 02766534 +carriage_bolt n 1 1 @ 1 0 02969163 +carriage_dog n 1 2 @ ~ 1 0 02110341 +carriage_house n 1 1 @ 1 0 03055857 +carriage_return n 1 1 @ 1 0 13443537 +carriage_trade n 1 1 @ 1 0 01106715 +carriage_wrench n 1 1 @ 1 0 02969527 +carriageway n 1 3 @ #p ; 1 0 02969323 +carrick_bend n 1 1 @ 1 0 02969634 +carrick_bitt n 1 1 @ 1 0 02969754 +carrier n 11 5 @ ~ %p + ; 11 5 09897696 02970100 02687172 14727153 08057633 11501230 10283037 09897603 09897350 02969886 01314145 +carrier_bag n 1 2 @ ~ 1 0 04122825 +carrier_electrophoresis n 1 1 @ 1 0 13532059 +carrier_pigeon n 1 1 @ 1 0 01815036 +carrier_wave n 1 1 @ 1 0 11501230 +carrion n 1 1 @ 1 0 01758895 +carrion_crow n 1 2 @ #m 1 0 01620414 +carrion_flower n 1 3 @ ~ #m 1 0 13238375 +carrion_fungus n 1 3 @ ~ #m 1 0 13040303 +carrizo n 1 2 @ #m 1 0 12130937 +carroll n 1 1 @ 1 0 10884061 +carron_oil n 1 1 @ 1 0 02970311 +carrot n 4 5 @ #m #p %p + 4 0 12937678 12937388 07730207 01219722 +carrot_family n 1 4 @ ~ #m %m 1 0 12930044 +carrot_juice n 1 1 @ 1 0 07925608 +carrot_pudding n 1 1 @ 1 0 07617839 +carrot_stick n 1 1 @ 1 0 07730320 +carrottop n 1 1 @ 1 0 10513823 +carrousel n 2 1 @ 2 0 02966372 02966193 +carry n 1 3 @ ~ + 1 1 00318735 +carry-forward n 1 2 @ ; 1 0 13409647 +carry-over n 2 4 @ ~ + ; 2 1 05756203 13409647 +carry_amelia_moore_nation n 1 1 @ 1 0 11201061 +carry_nation n 1 1 @ 1 0 11201061 +carryall n 1 1 @ 1 0 02970408 +carrycot n 1 2 @ %p 1 0 02970534 +carrying_charge n 2 1 @ 2 0 13307370 13306190 +carrying_cost n 1 1 @ 1 0 13306190 +carrying_into_action n 1 2 @ ~ 1 1 00097504 +carrying_out n 2 2 @ ~ 2 0 01127379 00097504 +carson n 2 1 @ 2 0 10884597 10884369 +carson_city n 1 2 @ #p 1 0 09110784 +carson_mccullers n 1 1 @ 1 0 11168839 +carson_smith_mccullers n 1 1 @ 1 0 11168839 +cart n 2 4 @ ~ %p + 2 2 02970849 03484083 +cart-track_plant n 1 1 @ 1 0 12599435 +cart_horse n 1 1 @ 1 0 02386853 +cart_track n 1 2 @ ~ 1 0 04463510 +cartage n 1 2 @ + 1 0 01106118 +cartagena n 2 2 @ #p 2 0 09025584 08733415 +cartagena_bark n 1 2 @ #m 1 0 12664005 +carte n 1 2 @ ~ 1 0 06492939 +carte_blanche n 1 1 @ 1 0 05197701 +carte_du_jour n 1 2 @ ~ 1 0 06492939 +cartel n 1 2 @ ~ 1 0 08236621 +carter n 3 2 @ + 3 0 10885006 10884831 09897914 +carter_administration n 1 1 @ 1 0 08166083 +cartesian n 1 1 @ 1 0 09898020 +cartesian_coordinate n 1 2 @ ~ 1 0 06011092 +cartesian_coordinate_system n 1 1 @ 1 0 05728271 +cartesian_plane n 1 1 @ 1 0 13861449 +cartesian_product n 1 1 @ 1 0 07999068 +carthage n 1 4 @ #p %m + 1 0 08919949 +carthaginian n 1 4 @ ~ #m + 1 0 09697070 +carthamus n 1 3 @ #m %m 1 0 11945930 +carthamus_tinctorius n 1 4 @ #m %s %p 1 0 11946051 +carthorse n 1 1 @ 1 0 02386853 +carthusian n 1 2 @ #m 1 0 09898107 +carthusian_order n 1 2 @ %m 1 0 08149004 +cartier n 1 1 @ 1 0 10885176 +cartilage n 1 6 @ ~ #s %s %p + 1 1 05288091 +cartilage_bone n 1 1 @ 1 0 05273555 +cartilaginification n 1 1 @ 1 0 14183926 +cartilaginous_fish n 1 3 @ ~ #m 1 0 01480516 +cartilaginous_structure n 1 3 @ ~ %s 1 0 05531161 +cartilaginous_tube n 1 2 @ ~ 1 0 05531379 +carting n 1 1 @ 1 0 01106118 +cartload n 1 1 @ 1 0 13766252 +cartographer n 1 3 @ ~ + 1 0 09898215 +cartography n 1 2 @ + 1 0 00924579 +carton n 2 2 @ ~ 2 1 13766337 02971356 +cartonful n 1 1 @ 1 0 13766337 +cartoon n 2 4 @ ~ #p + 2 1 06780678 06616464 +cartoon_strip n 1 3 @ #p %p 1 0 07003352 +cartoonist n 1 3 @ ~ + 1 1 09898346 +cartouch n 1 1 @ 1 0 02971473 +cartouche n 1 1 @ 1 0 02971473 +cartridge n 4 4 @ ~ #p %p 4 1 02971691 03704376 02972182 02971940 +cartridge_belt n 1 2 @ ~ 1 1 02972397 +cartridge_brass n 1 1 @ 1 0 14794534 +cartridge_clip n 1 3 @ ~ #p 1 0 02973017 +cartridge_ejector n 1 2 @ #p 1 0 02972533 +cartridge_extractor n 1 2 @ #p 1 0 02972714 +cartridge_font n 1 2 @ ; 1 0 06826407 +cartridge_fuse n 1 1 @ 1 0 02972934 +cartridge_holder n 1 3 @ ~ #p 1 0 02973017 +cartridge_paper n 2 1 @ 2 0 14799927 14799833 +cartridge_remover n 1 2 @ #p 1 0 02972714 +cartroad n 1 2 @ ~ 1 0 04463510 +cartwheel n 3 4 @ #p %p + 3 2 02973236 00434657 13392262 +cartwright n 2 1 @ 2 0 10885352 09898692 +carum n 1 3 @ #m %m 1 0 12934368 +carum_carvi n 1 4 @ ~ #m %p 1 0 12934479 +caruncle n 1 3 @ ~ + 1 0 05471181 +caruncula n 1 3 @ ~ + 1 0 05471181 +caruso n 1 1 @ 1 0 10885487 +carvedilol n 1 1 @ 1 0 02973395 +carver n 4 3 @ ~ + 4 0 10885603 10789963 10566072 09985470 +carving n 3 3 @ ~ + 3 1 02973558 00942234 00937656 +carving_fork n 1 1 @ 1 0 02973805 +carving_knife n 1 1 @ 1 0 02973904 +cary_grant n 1 1 @ 1 0 11011398 +carya n 1 3 @ #m %m 1 0 12319687 +carya_aquatica n 1 2 @ #m 1 0 12320414 +carya_cordiformis n 1 2 @ #m 1 0 12320806 +carya_glabra n 1 2 @ #m 1 0 12320627 +carya_illinoensis n 1 4 @ #m %s %p 1 0 12321077 +carya_illinoinsis n 1 4 @ #m %s %p 1 0 12321077 +carya_laciniosa n 1 3 @ #m %p 1 0 12321395 +carya_myristicaeformis n 1 2 @ #m 1 0 12321669 +carya_myristiciformis n 1 2 @ #m 1 0 12321669 +carya_ovata n 1 3 @ #m %p 1 0 12321873 +carya_tomentosa n 1 2 @ #m 1 0 12322099 +caryatid n 1 1 @ 1 0 02974348 +caryocar n 1 3 @ #m %m 1 0 12373526 +caryocar_nuciferum n 1 3 @ #m %p 1 0 12373739 +caryocaraceae n 1 3 @ #m %m 1 0 12373361 +caryophyllaceae n 1 4 @ #m %m + 1 0 11804604 +caryophyllaceous_plant n 1 2 @ #m 1 0 11805255 +caryophyllales n 1 3 @ #m %m 1 0 11804082 +caryophyllidae n 1 3 @ #m %m 1 0 11803475 +caryophylloid_dicot_family n 1 3 @ ~ #m 1 0 11565040 +caryophylloid_dicot_genus n 1 3 @ ~ #m 1 0 11573660 +caryopsis n 1 2 @ ~ 1 0 12156819 +caryota n 1 3 @ #m %m 1 0 12586867 +caryota_urens n 1 1 @ 1 0 12587132 +casaba n 1 1 @ 1 0 07756838 +casaba_melon n 1 1 @ 1 0 07756838 +casablanca n 1 2 @ #p 1 0 08969798 +casals n 1 1 @ 1 0 10885831 +casanova n 2 1 @ 2 0 10885994 09898797 +casanova_de_seingalt n 1 1 @ 1 0 10885994 +casava n 1 3 @ ~ #m 1 0 12926480 +casbah n 1 1 @ 1 0 08628141 +cascabel n 1 1 @ 1 0 04236935 +cascade n 3 2 @ + 3 0 09236957 08460152 07363668 +cascade_everlasting n 1 2 @ #m 1 0 11999656 +cascade_liquefier n 1 1 @ 1 0 02974454 +cascade_mountains n 1 3 @ #p %p 1 0 09237076 +cascade_penstemon n 1 2 @ #m 1 0 12888234 +cascade_range n 1 3 @ #p %p 1 0 09237076 +cascade_transformer n 1 1 @ 1 0 02974565 +cascades n 1 3 @ #p %p 1 0 09237076 +cascades_frog n 1 2 @ #m 1 0 01641930 +cascading_menu n 1 2 @ ; 1 0 06493721 +cascara n 1 2 @ #p 1 0 13141797 +cascara_buckthorn n 1 2 @ %p 1 0 13141564 +cascara_sagrada n 1 2 @ #p 1 0 13141797 +cascarilla n 1 3 @ #m %p 1 0 12923108 +cascarilla_bark n 1 2 @ #p 1 0 12923257 +case n 20 6 @ ~ #m #p + ; 20 11 07308889 13943400 01182654 05817743 02974697 09898892 10668666 06784966 06649426 13766436 06310945 14015996 09909060 06825399 05238036 04190747 02977619 02975589 02975412 02975212 +case-fatality_proportion n 1 1 @ 1 0 13816071 +case-hardened_steel n 1 1 @ 1 0 14794693 +case-to-infection_proportion n 1 1 @ 1 0 13816313 +case-to-infection_ratio n 1 1 @ 1 0 13816313 +case_agreement n 1 1 @ 1 0 13797856 +case_history n 1 2 @ ~ 1 1 06514880 +case_in_point n 1 1 @ 1 1 05821486 +case_knife n 2 1 @ 2 0 02976249 02976123 +case_law n 2 3 @ ; - 2 0 08453722 06535035 +case_load n 1 1 @ 1 1 00581382 +case_officer n 1 2 @ ~ 1 0 09899134 +case_shot n 1 2 @ %p 1 0 02976641 +case_study n 2 2 @ ; 2 0 07219297 00646680 +casebook n 1 2 @ + 1 0 06503034 +caseful n 1 1 @ 1 0 13766436 +casein n 2 1 @ 2 0 14735347 02975994 +casein_glue n 1 1 @ 1 0 14703345 +casein_paint n 1 1 @ 1 0 02975994 +casemaking_clothes_moth n 1 2 @ #m 1 0 02292085 +casement n 1 1 @ 1 0 02976350 +casement_window n 1 1 @ 1 0 02976455 +casern n 1 1 @ 1 0 02976552 +casework n 1 1 @ 1 0 01209079 +caseworker n 1 2 @ ~ 1 0 10620027 +caseworm n 1 2 @ ~ 1 0 02269522 +casey_jones n 1 1 @ 1 0 11090631 +casey_stengel n 1 1 @ 1 0 11316429 +cash n 3 4 ! @ ~ + 3 1 13386614 13386465 10886222 +cash_account n 1 3 ! @ ~ 1 0 13351680 +cash_advance n 1 1 @ 1 0 13375891 +cash_bar n 1 1 @ 1 0 02976815 +cash_basis n 1 2 ! @ 1 1 13406852 +cash_card n 1 1 @ 1 0 13376643 +cash_cow n 1 1 @ 1 0 05910577 +cash_crop n 1 1 @ 1 0 13086063 +cash_dispenser n 1 1 @ 1 0 02977058 +cash_equivalent n 1 2 @ ~ 1 0 13364984 +cash_flow n 1 1 @ 1 0 13259199 +cash_in_hand n 1 2 @ ~ 1 0 13356112 +cash_machine n 1 1 @ 1 0 02977058 +cash_price n 1 1 @ 1 0 13305373 +cash_register n 1 2 @ %p 1 1 02977438 +cash_surrender_value n 1 1 @ 1 0 13269683 +cashbox n 1 2 @ ~ 1 0 02976939 +cashcard n 1 1 @ 1 0 13376643 +cashew n 2 4 @ #m #p %p 2 0 12759273 07772147 +cashew_nut n 1 2 @ #p 1 0 07772147 +cashew_tree n 1 3 @ #m %p 1 0 12759273 +cashier n 2 1 @ 2 0 10698970 09899289 +cashier's_check n 1 1 @ 1 0 13383439 +cashier's_cheque n 1 1 @ 1 0 13383439 +cashmere n 3 4 @ #p %p - 3 1 02977330 15104669 08975617 +cashmere_goat n 1 1 @ 1 0 02417242 +casimir_funk n 1 1 @ 1 0 10986022 +casing n 3 4 @ ~ #p + 3 0 04190747 02977822 02977619 +casino n 2 2 @ ~ 2 1 02977936 00491713 +casino-hotel n 2 1 @ 2 0 03542727 03542605 +cask n 2 3 @ ~ %p 2 0 13766547 02795169 +casket n 2 3 @ ~ + 2 0 03064758 02978055 +caskful n 1 1 @ 1 0 13766547 +casmerodius n 1 3 @ #m %m 1 0 02009620 +casmerodius_albus n 1 2 @ #m 1 0 02009750 +caspar n 1 3 @ #m ; 1 0 10886361 +caspar_bartholin n 1 1 @ 1 0 10836725 +caspase n 1 1 @ 1 0 14669823 +caspase-mediated_cell_death n 1 1 @ 1 0 11486381 +casper n 1 2 @ #p 1 0 09159546 +caspian n 1 2 @ #p 1 0 09237404 +caspian_sea n 1 2 @ #p 1 0 09237404 +casque n 1 3 @ ~ #p 1 0 02978205 +casquet n 1 1 @ 1 0 02978367 +casquetel n 1 1 @ 1 0 02978367 +cass_gilbert n 1 1 @ 1 0 10999048 +cassandra n 1 2 @ ; 1 0 09596186 +cassareep n 1 1 @ 1 0 07921090 +cassava n 3 6 @ ~ #m #s #p %s 3 0 14761578 12927013 12926480 +cassava_starch n 1 2 @ #s 1 0 14761578 +cassegrainian_telescope n 1 1 @ 1 0 02978478 +casserole n 2 2 @ ~ 2 0 07580359 02978753 +cassette n 1 3 @ ~ %p 1 0 02978881 +cassette_deck n 1 1 @ 1 0 02979074 +cassette_player n 1 1 @ 1 0 02979186 +cassette_recorder n 1 1 @ 1 0 02979290 +cassette_tape n 1 2 @ #p 1 0 02979399 +cassia n 3 5 @ ~ #m %m %p 3 0 12491826 12491626 11705171 +cassia-bark_tree n 1 3 @ #m %p 1 0 11705171 +cassia_acutifolia n 1 1 @ 1 0 12499979 +cassia_alata n 1 2 @ ; 1 0 12499439 +cassia_augustifolia n 1 1 @ 1 0 12499979 +cassia_auriculata n 1 1 @ 1 0 12499757 +cassia_bark n 1 2 @ #p 1 0 11705387 +cassia_fasciculata n 1 2 @ #m 1 0 12494358 +cassia_fistula n 1 1 @ 1 0 12492106 +cassia_grandis n 1 1 @ 1 0 12492460 +cassia_javonica n 1 1 @ 1 0 12492682 +cassia_marginata n 1 1 @ 1 0 12492900 +cassia_marilandica n 1 2 @ #m 1 0 12500309 +cassia_occidentalis n 1 1 @ 1 0 12500751 +cassia_roxburghii n 1 1 @ 1 0 12492900 +cassia_tora n 1 2 @ #m 1 0 12500518 +cassie n 1 2 @ #m 1 0 11757851 +cassin's_kingbird n 1 1 @ 1 0 01548694 +cassino n 1 2 @ ~ 1 0 00491713 +cassiope n 1 3 @ #m %m 1 0 12233759 +cassiope_mertensiana n 1 2 @ #m 1 0 12233998 +cassiopeia n 2 2 @ ; 2 0 09497775 09237627 +cassirer n 1 1 @ 1 0 10886558 +cassiri n 1 2 @ #s 1 0 07932323 +cassite n 2 1 @ 2 1 06968601 09640577 +cassiterite n 1 2 @ %s 1 0 14669927 +cassius n 1 1 @ 1 0 10886763 +cassius_clay n 1 1 @ 1 0 10814574 +cassius_longinus n 1 1 @ 1 0 10886763 +cassius_marcellus_clay n 1 1 @ 1 0 10814574 +cassock n 1 2 @ ~ 1 0 02979516 +cassowary n 1 2 @ #m 1 0 01519563 +cast n 9 5 @ ~ #m #p + 9 2 08237863 03779370 13913566 04677514 02979836 02979662 01245813 00454624 00105479 +cast-iron_plant n 1 2 @ #m 1 0 12443323 +cast_iron n 1 3 @ ~ %s 1 1 14801921 +cast_of_characters n 1 3 @ ~ #m 1 0 08237863 +castanea n 1 3 @ #m %m 1 0 12262327 +castanea_chrysophylla n 1 2 @ #m 1 0 12264786 +castanea_crenata n 1 2 @ #m 1 0 12263588 +castanea_dentata n 1 2 @ #m 1 0 12263038 +castanea_mollissima n 1 2 @ #m 1 0 12263410 +castanea_ozarkensis n 1 3 @ #m %p 1 0 12263987 +castanea_pumila n 1 3 @ #m %p 1 0 12263738 +castanea_sativa n 1 1 @ 1 0 12263204 +castanets n 1 2 @ ; 1 1 02869249 +castanopsis n 1 3 @ #m %m 1 0 12264254 +castanopsis_chrysophylla n 1 2 @ #m 1 0 12264786 +castanospermum n 1 3 @ #m %m 1 0 12512460 +castaway n 2 2 @ ~ 2 0 10386312 09899438 +caste n 4 4 @ ~ #p ; 4 0 14431738 08306194 08306047 07995617 +caste_system n 1 1 @ 1 0 08378698 +caster n 3 2 @ + 3 0 09609746 02980203 02980036 +caster_sugar n 1 2 @ ; 1 0 07595751 +castigation n 2 2 @ + 2 1 06713187 01161017 +castile n 1 2 @ #p 1 0 09027853 +castile_soap n 1 1 @ 1 0 02980325 +castilian n 1 1 @ 1 0 06967185 +castilla n 1 2 @ #p 1 0 09027853 +castilleia n 1 3 @ #m %m 1 0 12879719 +castilleja n 1 3 @ #m %m 1 0 12879719 +castilleja_chromosa n 1 1 @ 1 0 12880244 +castilleja_miniata n 1 1 @ 1 0 12880462 +castilleja_sessiliflora n 1 1 @ 1 0 12880638 +castilleja_sulphurea n 1 1 @ 1 0 12880799 +castillian n 1 1 @ 1 0 09709441 +casting n 4 3 @ ~ + 4 0 02979662 00909899 00454624 00161603 +casting_lots n 1 1 @ 1 0 00180054 +casting_vote n 1 1 @ 1 0 00184981 +castle n 4 5 @ ~ %p + ; 4 2 03878066 02980441 02980625 00166552 +castle_in_spain n 1 1 @ 1 0 05769471 +castle_in_the_air n 1 1 @ 1 0 05769471 +castling n 1 2 @ + 1 0 00166552 +castor n 5 3 @ #m %m 5 0 09237749 02980203 02980036 02818135 02362862 +castor-oil_plant n 1 3 @ #m %p 1 0 12924623 +castor_bean n 1 2 @ #p 1 0 11689678 +castor_bean_plant n 1 3 @ #m %p 1 0 12924623 +castor_canadensis n 1 1 @ 1 0 02363351 +castor_fiber n 1 1 @ 1 0 02363245 +castor_oil n 1 2 @ %s 1 0 02980841 +castor_sugar n 1 2 @ ; 1 0 07595751 +castoridae n 1 3 @ #m %m 1 0 02362721 +castoroides n 1 2 @ #m 1 0 02363511 +castrate n 1 2 @ + 1 0 10066452 +castration n 3 3 @ ~ + 3 0 00692349 00667847 00397010 +castration_anxiety n 1 2 @ ; 1 0 14374764 +castrato n 1 1 @ 1 0 09899534 +castries n 1 2 @ #p 1 0 08988861 +castro n 1 1 @ 1 0 10886929 +castroism n 1 1 @ 1 0 06215043 +casualness n 1 3 @ ~ + 1 0 04912240 +casualty n 4 3 @ ~ ; 4 0 09899782 09899671 07361717 07340094 +casualty_care_research_center n 1 2 @ #p 1 0 08396760 +casuaridae n 1 3 @ #m %m 1 0 01519228 +casuariiformes n 1 3 @ #m %m 1 0 01519046 +casuarina n 1 3 @ ~ #m 1 0 12224978 +casuarina_equisetfolia n 1 2 @ #m 1 0 12225563 +casuarinaceae n 1 3 @ #m %m 1 0 12224522 +casuarinales n 1 3 @ #m %m 1 0 12224309 +casuarius n 1 3 @ #m %m 1 0 01519401 +casuist n 1 2 @ + 1 0 09899929 +casuistry n 2 3 @ ~ + 2 0 06160244 06160055 +casus_belli n 1 1 @ 1 0 07291215 +cat n 8 5 @ ~ #m + ; 8 1 02121620 10153414 09900153 03608870 02985606 02983507 02127808 00901476 +cat's-claw n 1 2 @ #m 1 0 11764814 +cat's-ear n 2 2 @ #m 2 0 12446737 11984144 +cat's-paw n 2 1 @ 2 0 10209616 02985828 +cat's-tail n 1 1 @ 1 0 12155773 +cat's_cradle n 1 1 @ 1 0 00484802 +cat's_eye n 1 1 @ 1 0 14803886 +cat's_feet n 1 3 @ ~ #m 1 0 11922374 +cat's_foot n 1 3 @ ~ #m 1 0 11922374 +cat-o'-nine-tails n 1 1 @ 1 0 02985606 +cat_and_mouse n 1 1 @ 1 0 00484532 +cat_and_rat n 1 1 @ 1 0 00484532 +cat_bear n 1 2 @ #m 1 0 02509815 +cat_box n 1 1 @ 1 0 02982515 +cat_burglar n 1 1 @ 1 0 10188226 +cat_cracker n 1 2 @ #p 1 0 02981565 +cat_fancier n 1 1 @ 1 0 09901921 +cat_flea n 1 2 @ #m 1 0 02187279 +cat_food n 1 1 @ 1 0 07806043 +cat_rig n 1 1 @ 1 0 02985758 +cat_scan n 1 1 @ 1 0 04142549 +cat_scanner n 1 1 @ 1 0 03084834 +cat_scratch_disease n 1 1 @ 1 0 14073906 +cat_shark n 1 2 @ #m 1 0 01488385 +cat_sleep n 1 2 @ ~ 1 0 00858377 +cat_squirrel n 2 2 @ #m 2 0 02357111 02356381 +cat_suit n 1 1 @ 1 0 03657511 +cat_thyme n 1 1 @ 1 0 12870048 +cat_valium n 1 1 @ 1 0 03606572 +catabatic_wind n 1 1 @ 1 0 11443283 +catabiosis n 1 1 @ 1 0 13443709 +catabolism n 1 4 ! @ #p + 1 0 13443787 +catacala n 1 3 @ #m %m 1 0 02295717 +catachresis n 1 2 @ + 1 0 07102034 +cataclysm n 2 3 @ ~ + 2 0 11434016 07314838 +catacomb n 1 2 @ ; 1 0 02981024 +catafalque n 1 1 @ 1 0 02981198 +cataflam n 1 3 @ %s ; 1 0 03191967 +catalan n 2 3 @ + ; 2 0 09900284 06967529 +catalase n 1 2 @ + 1 0 14737639 +catalectic n 1 3 @ + ; 1 0 06348500 +catalepsy n 1 2 @ + 1 0 14070206 +cataleptic n 1 2 @ + 1 0 09900391 +catalexis n 1 2 @ + 1 0 07094355 +catalina_cherry n 1 1 @ 1 0 12647231 +catalina_island n 1 2 @ #p 1 0 09066948 +catalog n 2 3 @ ~ + 2 2 06416206 06487897 +catalog_buying n 1 1 @ 1 0 00082223 +cataloged_procedure n 1 2 @ #p 1 0 06583178 +cataloger n 1 2 @ + 1 0 09900499 +catalogue n 2 3 @ ~ + 2 1 06487897 06416206 +cataloguer n 1 2 @ + 1 0 09900499 +catalonia n 1 3 @ #p + 1 0 09028062 +catalpa n 1 3 @ ~ #m 1 0 12814643 +catalpa_bignioides n 1 1 @ 1 0 12814857 +catalpa_speciosa n 1 1 @ 1 0 12814960 +catalufa n 1 2 @ #m 1 0 02571810 +catalysis n 1 3 @ ~ + 1 0 13444131 +catalyst n 2 5 ! @ ~ + ; 2 0 14723628 09900711 +catalytic_converter n 1 1 @ 1 0 02981321 +catalytic_cracker n 1 2 @ #p 1 0 02981565 +catamaran n 1 1 @ 1 0 02981792 +catamenia n 1 3 @ ~ + 1 0 13513747 +catamite n 1 1 @ 1 0 09900873 +catamount n 2 3 @ ~ #m 2 0 02127052 02125311 +catamountain n 1 2 @ #m 1 0 02125081 +catananche n 1 3 @ ~ #m 1 0 11946727 +catananche_caerulea n 1 1 @ 1 0 11946918 +cataphasia n 1 1 @ 1 0 14401878 +cataphatism n 1 2 ! @ 1 0 05942338 +cataphoresis n 1 3 @ ~ + 1 0 13472518 +cataphract n 1 3 @ ~ %p 1 0 02862048 +cataphyll n 1 2 @ ~ 1 0 11686195 +cataplasia n 1 3 @ + ; 1 0 07428257 +cataplasm n 1 2 @ ~ 1 0 03993403 +catapres n 1 2 @ ; 1 0 03048412 +catapult n 3 2 @ + 3 0 04240097 02982232 02981911 +cataract n 2 2 @ ~ 2 0 14254570 09237918 +cataract_canyon n 1 2 @ #p 1 0 09238030 +cataract_surgery n 1 2 @ ~ 1 0 00678425 +catarrh n 1 2 @ + 1 0 14339772 +catarrhal_fever n 1 2 @ ~ 1 0 14262419 +catarrhine n 1 4 @ ~ #m + 1 0 02484473 +catasetum n 1 3 @ #m %m 1 0 12049796 +catasetum_macrocarpum n 1 2 @ #m 1 0 12050014 +catastrophe n 3 2 @ ~ 3 2 07314838 14476290 11434016 +catastrophic_illness n 1 1 @ 1 0 14066005 +catatonia n 2 4 @ #p %p + 2 0 14545045 14399116 +catatonic_schizophrenia n 1 2 @ %p 1 0 14399116 +catatonic_type_schizophrenia n 1 2 @ %p 1 0 14399116 +catawba n 3 1 @ 3 0 09651537 07759324 06908605 +catbird n 2 3 @ ~ #m 2 0 01600657 01587526 +catboat n 1 1 @ 1 0 02982416 +catbrier n 1 2 @ #m 1 0 12470512 +catcall n 1 2 @ + 1 1 07122018 +catch n 10 3 @ ~ + 10 1 05164673 13755822 09900981 09238143 07067760 02982790 02982599 00458641 00138956 00088725 +catch_crop n 1 1 @ 1 0 13086220 +catch_phrase n 1 1 @ 1 0 07152463 +catchall n 1 1 @ 1 0 02983072 +catcher n 2 4 @ #m + ; 2 1 09901143 00723241 +catcher's_mask n 1 2 @ ~ 1 0 02983189 +catchfly n 2 3 @ ~ #m 2 0 11815491 11811473 +catching n 3 3 @ + ; 3 1 00126886 00151087 00077981 +catchment n 1 2 @ + 1 0 02983357 +catchment_area n 1 2 @ ~ 1 0 08518940 +catchment_basin n 1 2 @ ~ 1 0 08518940 +catchphrase n 1 1 @ 1 0 07152463 +catchweed n 1 1 @ 1 0 12666159 +catchword n 2 2 @ ~ 2 0 07152259 06291603 +catclaw n 1 2 @ #m 1 0 11764814 +catechesis n 1 2 @ + 1 0 00887882 +catechetical_instruction n 1 1 @ 1 0 00888037 +catechin n 1 1 @ 1 0 15067237 +catechism n 2 3 @ + ; 2 0 07194293 06412771 +catechist n 1 2 @ + 1 0 09901337 +catecholamine n 1 2 @ ~ 1 1 14807929 +catechu n 2 4 @ #m #s %s 2 0 11757433 11757190 +catechumen n 1 1 @ 1 0 09901502 +categorem n 1 3 ! @ + 1 0 06752410 +categoreme n 1 3 ! @ + 1 0 06752410 +categorical_imperative n 1 1 @ 1 0 06656143 +categorisation n 3 2 @ ~ 3 0 07939638 05732756 01012712 +categorization n 3 3 @ ~ + 3 0 07939638 05732756 01012712 +category n 2 4 @ ~ %m + 2 2 07997703 05838765 +catena n 1 2 @ + 1 0 08376526 +catenary n 1 1 @ 1 0 13868607 +caterer n 1 2 @ + 1 1 09901642 +catering n 1 1 @ 1 0 01104324 +caterpillar n 2 4 @ ~ #m ; 2 1 02309337 02983507 +caterpillar_track n 1 3 @ ~ #p 1 0 04464418 +caterpillar_tread n 1 3 @ ~ #p 1 0 04464418 +caterwaul n 1 2 @ + 1 0 07378569 +catfish n 3 3 @ ~ #m 3 0 07780038 02616851 02517442 +catgut n 2 2 @ #s 2 0 12572858 02983741 +catha n 1 3 @ #m %m 1 0 11598100 +catha_edulis n 1 2 @ #m 1 0 11598287 +catharacta n 1 3 @ #m %m 1 0 02044659 +catharacta_skua n 1 1 @ 1 0 02044908 +catharanthus n 1 3 @ #m %m 1 0 11772154 +catharanthus_roseus n 1 2 @ #m 1 0 11772408 +cathari n 1 1 @ 1 0 08085159 +catharism n 1 1 @ 1 0 06227708 +cathars n 1 1 @ 1 0 08085159 +catharsis n 2 3 @ + ; 2 1 00253395 00253577 +cathartes n 1 3 @ #m %m 1 0 01619152 +cathartes_aura n 1 2 @ #m 1 0 01619310 +cathartic n 1 3 @ ~ + 1 0 04025748 +cathartid n 1 3 @ ~ #m 1 0 01618922 +cathartidae n 1 3 @ #m %m 1 0 01618671 +cathay n 1 5 @ #p %m %p - 1 0 08723006 +cathaya n 1 2 @ #m 1 0 11629354 +cathedra n 1 3 @ #p + 1 0 02983904 +cathedral n 2 3 @ ~ %p 2 1 02984061 02984203 +cather n 1 1 @ 1 0 10887137 +catherine n 2 1 @ 2 0 10887593 10887420 +catherine_de_medicis n 1 1 @ 1 0 10887790 +catherine_howard n 1 1 @ 1 0 11062111 +catherine_i n 1 1 @ 1 0 10887290 +catherine_ii n 1 1 @ 1 0 10887420 +catherine_of_aragon n 1 1 @ 1 0 10887593 +catherine_parr n 1 1 @ 1 0 11224046 +catherine_the_great n 1 1 @ 1 0 10887420 +catherine_wheel n 1 1 @ 1 0 02984328 +catheter n 1 3 @ ~ + 1 1 02984469 +catheterisation n 1 2 @ + 1 0 00321562 +catheterization n 1 2 @ + 1 0 00321562 +cathexis n 1 3 @ + ; 1 0 09185612 +cathode n 2 4 ! @ ~ #p 2 1 02984699 02984937 +cathode-ray_oscilloscope n 1 3 @ #p %p 1 0 03857828 +cathode-ray_tube n 1 4 @ ~ #p %p 1 0 02985137 +cathode_ray n 1 1 @ 1 0 11428567 +catholic n 1 4 @ ~ #m + 1 1 09679925 +catholic_church n 1 3 @ ~ %m 1 1 08083320 +catholic_pope n 1 3 @ ~ #m 1 0 10453533 +catholic_reaction_force n 1 2 @ ; 1 0 08024408 +catholic_school n 1 1 @ 1 0 08411369 +catholicism n 1 3 @ ~ + 1 1 06227263 +catholicity n 2 3 @ ~ + 2 0 06227263 04765691 +catholicon n 1 2 @ ~ 1 0 03880770 +catholicos n 1 1 @ 1 0 09901786 +cathouse n 1 2 @ ~ 1 0 04581595 +cation n 1 3 @ ~ + 1 0 09238294 +cationic_detergent n 1 2 @ ~ 1 0 14803695 +catjang_pea n 1 3 @ #m %p 1 0 12510774 +catkin n 1 1 @ 1 1 11674798 +catling n 1 1 @ 1 0 02985506 +catmint n 1 2 @ #m 1 0 12859986 +catnap n 1 3 @ ~ + 1 0 00858377 +catnip n 1 2 @ #m 1 0 12859986 +catocala_nupta n 1 1 @ 1 0 02296021 +catoptrics n 1 2 @ + 1 0 06101180 +catoptrophorus n 1 3 @ #m %m 1 0 02030709 +catoptrophorus_semipalmatus n 1 2 @ #m 1 0 02030837 +catostomid n 1 3 @ ~ #m 1 0 01444783 +catostomidae n 1 3 @ #m %m 1 0 01444520 +catostomus n 1 2 @ #m 1 0 01445173 +catskill_mountains n 1 3 @ #p %p 1 0 09238425 +catskills n 1 3 @ #p %p 1 0 09238425 +catsup n 1 1 @ 1 0 07822197 +catsup_bottle n 1 1 @ 1 0 02985963 +cattail n 1 3 @ ~ #m 1 0 12155583 +cattail_family n 1 3 @ #m %m 1 0 12155259 +cattail_millet n 1 2 @ #m 1 0 12128825 +cattalo n 1 1 @ 1 0 02407763 +cattell n 2 1 @ 2 0 10891569 10891428 +cattie n 1 2 @ ; 1 0 13717728 +cattiness n 1 2 @ + 1 0 04842515 +cattle n 1 6 @ ~ #m %m %p + 1 1 02402425 +cattle_boat n 1 1 @ 1 0 02986348 +cattle_breeding n 1 1 @ 1 0 00915497 +cattle_cake n 1 2 @ ; 1 0 07800487 +cattle_car n 1 1 @ 1 0 02986066 +cattle_drive n 1 1 @ 1 0 00317485 +cattle_egret n 1 2 @ #m 1 0 02010272 +cattle_farm n 1 1 @ 1 0 04052442 +cattle_grid n 1 1 @ 1 0 02986160 +cattle_guard n 1 1 @ 1 0 02986160 +cattle_pen n 1 1 @ 1 0 03124590 +cattle_plague n 1 1 @ 1 0 14272141 +cattle_ranch n 1 1 @ 1 0 04052442 +cattle_thief n 1 1 @ 1 1 10544480 +cattle_trail n 1 2 @ ~ 1 0 02986480 +cattleman n 2 2 @ ~ 2 1 09902017 09972661 +cattleship n 1 2 @ + 1 0 02986348 +cattley_guava n 1 1 @ 1 0 12333961 +cattleya n 1 2 @ #m 1 0 12050533 +cattleya_citrina n 1 2 @ #m 1 0 12061104 +catty n 1 2 @ ; 1 0 13717728 +catullus n 1 1 @ 1 0 10887981 +catwalk n 2 1 @ 2 0 02986757 02986605 +caucasia n 1 5 @ %m %p + - 1 0 08519624 +caucasian n 2 4 @ ~ #m + 2 0 09638875 06978180 +caucasian_language n 1 2 @ ~ 1 0 06978180 +caucasian_race n 1 2 @ %m 1 0 09639237 +caucasian_walnut n 1 1 @ 1 0 12322699 +caucasoid_race n 1 2 @ %m 1 0 09639237 +caucasus n 2 6 @ #p %m %p + - 2 0 09238674 08519624 +caucasus_mountains n 1 2 @ #p 1 0 09238674 +caucus n 1 2 @ + 1 0 08308313 +cauda n 1 2 @ + 1 0 05228264 +caudal_anaesthesia n 1 1 @ 1 0 14028406 +caudal_anesthesia n 1 1 @ 1 0 14028406 +caudal_appendage n 1 2 @ #p 1 0 02158213 +caudal_block n 1 1 @ 1 0 14028406 +caudal_fin n 1 3 @ ~ #p 1 0 02466957 +caudal_vertebra n 1 2 @ #p 1 0 05589756 +caudata n 1 3 @ #m %m 1 0 01628450 +caudate n 2 4 @ #m #p + 2 0 05497741 01628770 +caudate_nucleus n 1 2 @ #p 1 0 05497741 +caudex n 2 1 @ 2 0 13130305 13129078 +caudine_forks n 1 2 @ ; 1 0 01274374 +caul n 2 2 @ #p 2 0 05429658 05310596 +cauldron n 1 1 @ 1 0 02939185 +cauliflower n 2 3 @ #p %p 2 0 11876634 07715103 +cauliflower_ear n 1 1 @ 1 0 05324276 +caulk n 1 1 @ 1 0 15014696 +caulking n 1 1 @ 1 0 15014696 +caulophyllum n 1 3 @ #m %m 1 0 11698433 +caulophyllum_thalictrioides n 1 2 @ #m 1 0 11698562 +caulophyllum_thalictroides n 1 2 @ #m 1 0 11698562 +causa n 1 3 @ ~ ; 1 0 01182654 +causal_agency n 1 2 @ ~ 1 0 00007347 +causal_agent n 1 2 @ ~ 1 0 00007347 +causal_factor n 1 2 @ ~ 1 1 05692419 +causalgia n 1 1 @ 1 0 14325575 +causality n 1 2 @ + 1 0 13780606 +causation n 1 3 @ ~ + 1 0 00042311 +cause n 5 4 @ ~ + ; 5 5 07326557 06740402 00798245 00007347 01182654 +cause_celebre n 1 1 @ 1 0 07307646 +cause_of_action n 1 2 @ ; 1 0 06730068 +cause_of_death n 1 1 @ 1 0 14540564 +causerie n 1 1 @ 1 0 07135080 +causeway n 1 2 @ + 1 0 02986920 +causing n 1 2 @ ~ 1 0 00042311 +caustic n 1 3 @ ~ + 1 0 15014529 +caustic_lime n 1 1 @ 1 0 14936010 +caustic_potash n 1 1 @ 1 0 14996843 +caustic_remark n 1 2 @ = 1 0 06777164 +caustic_soda n 1 1 @ 1 0 15014990 +cauterant n 1 3 @ ~ + 1 0 02987047 +cauterisation n 1 3 @ ~ + 1 0 00668112 +cauterization n 1 3 @ ~ + 1 0 00668112 +cautery n 2 3 @ ~ + 2 0 02987047 00668112 +caution n 4 4 ! @ ~ + 4 3 04664058 07225167 05615869 04891184 +cautious n 1 2 @ + 1 1 07944900 +cautious_statement n 1 1 @ 1 0 06762602 +cautiousness n 1 2 @ + 1 0 04664058 +cavalcade n 1 1 @ 1 1 08427918 +cavalier n 2 1 @ 2 0 09902256 09902128 +cavalier_hat n 1 1 @ 1 0 02987379 +cavalla n 1 2 @ #m 1 0 02625851 +cavalry n 2 4 @ ~ %m ; 2 1 08397856 08389710 +cavalry_horse n 1 1 @ 1 0 02378541 +cavalry_sword n 1 2 @ ~ 1 0 02987492 +cavalryman n 2 3 @ ~ #m 2 2 09902611 09902353 +cave n 1 4 @ ~ %p + 1 1 09238926 +cave_bat n 1 2 @ #m 1 0 02147591 +cave_dweller n 1 1 @ 1 0 09902731 +cave_in n 1 2 @ + 1 0 07361416 +cave_man n 1 1 @ 1 0 09902731 +cave_myotis n 1 2 @ #m 1 0 02146879 +caveat n 2 2 @ ; 2 1 07225167 06747907 +caveat_emptor n 1 1 @ 1 0 06663785 +cavell n 1 1 @ 1 0 10888151 +caveman n 1 1 @ 1 1 09902731 +cavendish n 1 1 @ 1 0 10888401 +cavern n 2 3 @ ~ + 2 2 09239451 09239302 +cavernous_sinus n 1 1 @ 1 0 05252259 +cavetto n 1 1 @ 1 0 02987706 +cavia n 1 3 @ #m %m 1 0 02364377 +cavia_cobaya n 1 1 @ 1 0 02364673 +cavia_porcellus n 1 1 @ 1 0 02364840 +caviar n 1 2 @ ~ 1 0 07799579 +caviare n 1 2 @ ~ 1 0 07799579 +caviidae n 1 3 @ #m %m 1 0 02364221 +cavil n 1 2 @ + 1 0 06761798 +caviler n 1 2 @ + 1 0 10501203 +caviller n 1 2 @ + 1 0 10501203 +cavity n 4 4 @ ~ #p ; 4 1 09393108 13911517 13444513 05303402 +cavity_resonator n 1 2 @ ~ 1 0 04080454 +cavity_wall n 1 1 @ 1 0 02987823 +caviuna_wood n 1 2 @ #m 1 0 12523475 +cavum n 1 4 @ ~ #p ; 1 0 05303402 +cavy n 1 3 @ ~ #m 1 0 02364520 +caw n 1 2 @ + 1 0 07378682 +caxton n 1 1 @ 1 0 10888644 +cay n 1 2 @ #p 1 0 09325395 +cayenne n 3 5 @ #m #s %s %p 3 0 12900987 07822518 07721942 +cayenne_jasmine n 1 2 @ #m 1 0 11772408 +cayenne_pepper n 3 5 @ #m #s %s %p 3 0 12900987 07822518 07721942 +cayman n 1 3 @ ~ #m 1 0 01699040 +cayman_islands n 1 3 @ #p %p 1 0 08709399 +cayman_islands_dollar n 1 1 @ 1 0 13672967 +cayuga n 2 1 @ 2 0 09651653 06916217 +cayuga_lake n 1 2 @ #m 1 0 09239581 +cayuse n 1 1 @ 1 0 02382039 +cazique n 1 2 @ #m 1 0 01573627 +cbc n 1 1 @ 1 0 00652975 +cbr n 1 2 @ ; 1 0 11441077 +cc n 1 3 @ #p %p 1 1 13623636 +ccrc n 1 2 @ #p 1 0 08396760 +cd n 4 3 @ ~ #s 4 0 14632444 13641534 13365137 03079230 +cd-r n 1 1 @ 1 0 02988486 +cd-rom n 1 1 @ 1 0 02988679 +cd-rom_drive n 1 1 @ 1 0 02988963 +cd-wo n 1 1 @ 1 0 02988486 +cd4 n 1 1 @ 1 0 14888529 +cd4_cell n 1 1 @ 1 0 05452204 +cd4_t_cell n 1 1 @ 1 0 05452204 +cd8 n 1 1 @ 1 0 14888720 +cd8_cell n 1 1 @ 1 0 05452516 +cd8_t_cell n 1 1 @ 1 0 05452516 +cd_burner n 1 1 @ 1 0 03079494 +cd_drive n 1 2 @ #p 1 0 02988156 +cd_player n 1 2 @ %p 1 0 02988304 +cdc n 1 2 @ #p 1 0 08124649 +cdna n 1 2 @ ~ 1 0 14816899 +ce n 1 2 @ #s 1 0 14633957 +cease n 1 2 @ + 1 0 15268239 +cease-fire n 1 1 @ 1 0 13970912 +cease_and_desist_order n 1 3 @ ~ ; 1 0 06542830 +ceaselessness n 1 2 @ + 1 0 05052587 +cebidae n 1 3 @ #m %m 1 0 02491590 +cebu n 2 3 @ #p %m 2 0 08982037 08980640 +cebu_city n 1 2 @ #p 1 0 08982037 +cebu_maguey n 1 1 @ 1 0 12478131 +cebuan n 2 2 @ #m 2 0 09697246 06940109 +cebuano n 1 1 @ 1 0 06940109 +cebuella n 1 3 @ #m %m 1 0 02490686 +cebuella_pygmaea n 1 2 @ #m 1 0 02490811 +cebus n 1 3 @ #m %m 1 0 02491906 +cebus_capucinus n 1 2 @ #m 1 0 02492035 +cecal_appendage n 1 2 @ #p 1 0 05537576 +cecidomyidae n 1 3 @ #m %m 1 0 02189214 +cecil_b._demille n 1 1 @ 1 0 10930099 +cecil_blount_demille n 1 1 @ 1 0 10930099 +cecil_frank_powell n 1 1 @ 1 0 11244887 +cecil_j._rhodes n 1 1 @ 1 0 11259054 +cecil_john_rhodes n 1 1 @ 1 0 11259054 +cecil_rhodes n 1 1 @ 1 0 11259054 +cecil_scott_forester n 1 1 @ 1 0 10975404 +cecity n 1 2 @ ~ 1 0 14126660 +cecropia n 2 3 @ #m %m 2 0 12404484 02303284 +cecropia_moth n 1 1 @ 1 0 02303284 +cecropia_peltata n 1 2 @ #m 1 0 12404729 +cecropiaceae n 1 3 @ #m %m 1 0 12404314 +cecum n 1 4 @ #p %p + 1 0 05536370 +cedar n 3 5 @ ~ #m #s %s 3 0 11630017 11623304 11623105 +cedar-apple_rust n 1 2 @ #m 1 0 13065514 +cedar_chest n 1 1 @ 1 0 02989099 +cedar_elm n 1 2 @ #m 1 0 12406902 +cedar_mahogany n 1 2 @ #m 1 0 12698027 +cedar_nut n 1 2 @ #p 1 0 11612235 +cedar_of_goa n 1 1 @ 1 0 11632376 +cedar_of_lebanon n 1 1 @ 1 0 11623815 +cedar_rapids n 1 2 @ #p 1 0 09086793 +cedar_tree n 2 4 @ ~ #m %s 2 0 11630017 11623105 +cedar_waxwing n 1 1 @ 1 0 01603812 +cedarbird n 1 1 @ 1 0 01603812 +cedarwood n 1 3 @ ~ #s 1 0 11623304 +cedi n 1 2 @ %p 1 0 13667048 +cedilla n 1 1 @ 1 0 06822958 +ceding n 1 2 @ ~ 1 0 00213052 +ceding_back n 1 1 @ 1 0 01249991 +cedrela n 1 3 @ #m %m 1 0 12697021 +cedrela_calantas n 1 2 @ #m 1 0 12700357 +cedrela_odorata n 1 3 @ #m %s 1 0 12697152 +cedrus n 1 3 @ #m %m 1 0 11622988 +cedrus_atlantica n 1 1 @ 1 0 11624192 +cedrus_deodara n 1 1 @ 1 0 11623967 +cedrus_libani n 1 1 @ 1 0 11623815 +cefadroxil n 1 1 @ 1 0 02989178 +cefobid n 1 2 @ ; 1 0 02989313 +cefoperazone n 1 1 @ 1 0 02989313 +cefotaxime n 1 1 @ 1 0 02989475 +ceftazidime n 1 1 @ 1 0 02989685 +ceftin n 1 1 @ 1 0 02990103 +ceftriaxone n 1 1 @ 1 0 02989893 +cefuroxime n 1 1 @ 1 0 02990103 +ceiba n 1 2 @ #m 1 0 12190241 +ceiba_pentandra n 1 1 @ 1 0 12190410 +ceiba_tree n 1 1 @ 1 0 12190410 +ceibo n 1 1 @ 1 0 12528549 +ceilidh n 1 2 @ ; 1 0 07448394 +ceiling n 4 4 @ ~ #p ; 4 3 02990373 05132542 06657646 05132667 +celandine n 2 2 @ #m 2 0 12684379 11903671 +celandine_poppy n 1 2 @ #m 1 0 11908846 +celastraceae n 1 3 @ #m %m 1 0 12747563 +celastric_articulatus n 1 2 @ #m 1 0 12748534 +celastrus n 1 3 @ #m %m 1 0 12747961 +celastrus_orbiculatus n 1 2 @ #m 1 0 12748534 +celastrus_scandens n 1 2 @ #m 1 0 12748248 +celebes n 1 2 @ #p 1 0 08909107 +celebrant n 2 3 @ ~ + 2 1 09902954 09902851 +celebrater n 1 2 @ ~ 1 0 09902954 +celebration n 3 3 @ ~ + 3 2 07450651 00428000 00516086 +celebrator n 1 3 @ ~ + 1 0 09902954 +celebrex n 1 2 @ ; 1 0 02990561 +celebrity n 2 2 @ ~ 2 1 09903153 14437386 +celecoxib n 1 1 @ 1 0 02990561 +celeriac n 2 3 @ #p %p 2 0 12933616 07730708 +celerity n 1 2 @ ~ 1 1 05059132 +celery n 2 4 @ ~ #p %p 2 0 12933403 07730406 +celery-leaved_buttercup n 1 1 @ 1 0 11722621 +celery-topped_pine n 1 1 @ 1 0 11650160 +celery_blight n 1 1 @ 1 0 14216546 +celery_cabbage n 2 2 @ #m 2 0 11878808 07714287 +celery_pine n 1 3 @ ~ #m 1 0 11649878 +celery_root n 2 3 @ #p %p 2 0 12933616 07730708 +celery_salt n 1 1 @ 1 0 07813324 +celery_seed n 1 2 @ #p 1 0 07828156 +celery_stick n 1 2 @ #p 1 0 07708685 +celery_top_pine n 1 1 @ 1 0 11650160 +celesta n 1 1 @ 1 0 02990758 +celestial_body n 1 4 @ ~ #p - 1 1 09239740 +celestial_city n 1 1 @ 1 0 05628193 +celestial_equator n 1 1 @ 1 0 08520190 +celestial_globe n 1 2 @ ~ 1 0 02990920 +celestial_guidance n 1 1 @ 1 0 00816665 +celestial_hierarchy n 1 2 @ %m 1 0 08378066 +celestial_horizon n 1 1 @ 1 0 08585846 +celestial_latitude n 1 2 @ ; 1 0 08632894 +celestial_longitude n 1 2 @ ; 1 0 08633191 +celestial_mechanics n 1 1 @ 1 0 06097594 +celestial_navigation n 1 1 @ 1 0 00816530 +celestial_orbit n 1 3 @ ~ %p 1 0 08612049 +celestial_point n 1 3 @ ~ #p 1 0 08520401 +celestial_pole n 1 2 @ ~ 1 0 08621099 +celestial_sphere n 1 2 @ %p 1 0 08521267 +celestite n 1 2 @ %s 1 0 14670061 +celiac_artery n 1 1 @ 1 1 05340317 +celiac_disease n 1 1 @ 1 0 14057828 +celiac_trunk n 1 1 @ 1 0 05340317 +celibacy n 2 2 @ ; 2 0 13967507 01069125 +celibate n 1 2 @ + 1 0 09903367 +celiocentesis n 1 1 @ 1 0 00943963 +celioma n 1 1 @ 1 0 14237489 +celioscopy n 1 1 @ 1 0 00642325 +cell n 7 8 @ ~ #m #p %p + ; - 7 3 02991711 00006484 02991048 08358594 02992529 02991555 02991302 +cell-mediated_immune_response n 1 1 @ 1 0 00861199 +cell_death n 1 3 @ ~ ; 1 0 11486178 +cell_division n 1 2 @ ~ 1 0 13444703 +cell_doctrine n 1 2 @ ; 1 0 06105609 +cell_membrane n 1 2 @ #p 1 0 05312782 +cell_nucleus n 1 5 @ ~ #p %s %p 1 0 05434927 +cell_organ n 1 3 @ ~ #p 1 0 05445668 +cell_organelle n 1 3 @ ~ #p 1 0 05445668 +cell_theory n 1 2 @ ; 1 0 06105609 +cell_wall n 1 2 @ #p 1 0 11530283 +cellar n 3 2 @ ~ 3 1 02800497 04108137 02991847 +cellarage n 2 1 @ 2 0 13320766 02991950 +cellaret n 1 1 @ 1 0 03769610 +cellblock n 1 4 @ ~ #p %p 1 0 02992032 +cellini n 1 1 @ 1 0 10888788 +cellist n 1 3 @ ~ + 1 0 09903501 +cello n 1 2 @ + 1 0 02992211 +cellophane n 1 1 @ 1 0 02992368 +cellphone n 1 2 @ + 1 0 02992529 +cellular_division n 1 2 @ ~ 1 0 13444703 +cellular_inclusion n 1 2 @ ~ 1 0 09310806 +cellular_phone n 1 1 @ 1 0 02992529 +cellular_respiration n 1 1 @ 1 0 00830811 +cellular_slime_mold n 1 3 @ ~ #m 1 0 12976198 +cellular_telephone n 1 1 @ 1 0 02992529 +cellularity n 1 3 @ ~ + 1 0 14061462 +cellulite n 1 1 @ 1 0 05269668 +cellulitis n 1 1 @ 1 0 14339914 +celluloid n 2 5 @ ~ %s ; - 2 0 14965501 06262567 +cellulose n 1 3 @ ~ #s 1 1 14793921 +cellulose_acetate n 1 3 @ ~ #s 1 1 14965135 +cellulose_ester n 1 3 @ ~ %s 1 0 14794823 +cellulose_nitrate n 1 3 @ ~ #s 1 0 14794993 +cellulose_tape n 1 1 @ 1 0 02992795 +cellulose_triacetate n 1 1 @ 1 0 14965321 +cellulose_xanthate n 1 2 @ #s 1 0 14965780 +cellulosic n 1 2 @ %s 1 0 14804039 +celom n 1 1 @ 1 0 05606801 +celoma n 1 1 @ 1 0 05606801 +celosia n 1 3 @ #m %m 1 0 11825013 +celosia_argentea n 1 2 @ #m 1 0 11825211 +celosia_argentea_cristata n 1 1 @ 1 0 11825351 +celosia_cristata n 1 1 @ 1 0 11825351 +celsius n 1 1 @ 1 0 10888891 +celsius_scale n 1 1 @ 1 0 13852600 +celt n 1 3 @ ~ + 1 0 09688008 +celtic n 1 3 @ ~ + 1 0 06960298 +celtic_cross n 1 1 @ 1 0 02993081 +celtic_deity n 1 2 @ ~ 1 0 09507097 +celtic_language n 1 2 @ ~ 1 0 06960298 +celtis n 1 3 @ #m %m 1 0 12409016 +celtis_australis n 1 2 @ #m 1 0 12409470 +celtis_laevigata n 1 2 @ #m 1 0 12409840 +celtis_occidentalis n 1 2 @ #m 1 0 12409651 +celtuce n 2 3 @ #p %p 2 0 11987349 07724819 +cembalo n 1 2 @ ~ 1 0 03496296 +cembra_nut n 1 2 @ #p 1 0 11612235 +cembra_nut_tree n 1 2 @ %p 1 0 11612018 +cement n 5 5 @ ~ #s #p + 5 3 14804487 14804175 14704640 14804641 05308810 +cement_mixer n 1 1 @ 1 0 03087069 +cementite n 1 2 @ #s 1 0 14805145 +cementum n 1 2 @ #p 1 0 05308810 +cemetery n 1 2 @ ~ 1 1 08521623 +cenchrus n 1 3 @ #m %m 1 0 12113471 +cenchrus_ciliaris n 1 1 @ 1 0 12114010 +cenchrus_tribuloides n 1 2 @ #m 1 0 12113790 +cenobite n 1 3 ! @ + 1 0 10519291 +cenogenesis n 1 3 ! @ + 1 0 13444940 +cenotaph n 1 1 @ 1 0 02993194 +cenozoic n 1 3 @ #p %p 1 0 15124361 +cenozoic_era n 1 3 @ #p %p 1 0 15124361 +censer n 1 2 @ ; 1 0 02993368 +censor n 2 2 @ + 2 0 09903936 09903639 +censoring n 2 2 @ ~ 2 0 00821083 00397347 +censorship n 2 3 @ ~ + 2 1 00821083 00397347 +censure n 2 3 @ ~ + 2 1 06709998 14413993 +census n 1 2 @ + 1 1 00653388 +census_bureau n 1 2 @ #p 1 0 08129621 +census_taker n 1 1 @ 1 0 09904057 +cent n 2 3 @ ~ #p 2 2 13664521 13390626 +cental n 1 3 @ #p %p 1 0 13721177 +centare n 1 1 @ 1 0 13613294 +centas n 1 1 @ 1 0 13701703 +centaur n 2 4 @ ~ %m ; 2 0 09493043 09240051 +centaurea n 1 3 @ #m %m 1 0 11947079 +centaurea_americana n 1 1 @ 1 0 11947429 +centaurea_cineraria n 1 1 @ 1 0 11947629 +centaurea_cyanus n 1 2 @ #m 1 0 11947802 +centaurea_gymnocarpa n 1 1 @ 1 0 11947629 +centaurea_imperialis n 1 2 @ #m 1 0 11948469 +centaurea_moschata n 1 2 @ #m 1 0 11918808 +centaurea_nigra n 1 1 @ 1 0 11948656 +centaurea_scabiosa n 1 1 @ 1 0 11948864 +centaurea_solstitialis n 1 1 @ 1 0 11949015 +centauria_calcitrapa n 1 1 @ 1 0 11948044 +centaurium n 1 3 @ #m %m 1 0 12290522 +centaurium_calycosum n 1 1 @ 1 0 12290975 +centaurium_minus n 1 1 @ 1 0 12291143 +centaurium_scilloides n 1 1 @ 1 0 12291292 +centaurus n 1 2 @ %m 1 0 09240051 +centaury n 2 3 @ ~ #m 2 0 12290748 11947251 +centavo n 1 2 @ #p 1 0 13665256 +centenarian n 1 2 @ + 1 0 09904208 +centenary n 1 2 @ + 1 0 15251336 +centennial n 1 2 @ + 1 1 15251336 +centennial_state n 1 3 @ #p %p 1 0 09067277 +center n 18 9 @ ~ #m #s #p %m %p + ; 18 12 08523483 02994219 02993546 08521816 05921123 05812038 05463533 08481832 09904556 09904321 08514034 08416523 09904708 07602650 03965456 00728464 00727500 00725506 +center_bit n 1 1 @ 1 0 02993877 +center_field n 2 3 @ #m #p 2 0 02994219 00724684 +center_fielder n 1 1 @ 1 0 10387476 +center_for_disease_control_and_prevention n 1 2 @ #p 1 0 08124649 +center_line n 1 1 @ 1 1 13871967 +center_of_attention n 1 2 @ ~ 1 0 05812038 +center_of_buoyancy n 1 2 @ ; 1 0 08522287 +center_of_curvature n 1 1 @ 1 0 05102764 +center_of_flotation n 1 1 @ 1 0 08522742 +center_of_gravity n 1 2 @ ~ 1 0 08522518 +center_of_immersion n 1 2 @ ; 1 0 08522287 +center_of_mass n 1 2 @ ~ 1 0 08522872 +center_punch n 1 1 @ 1 0 02994573 +center_spread n 1 2 @ #p 1 0 06258228 +center_stage n 2 1 @ 2 0 13948654 08524021 +centerboard n 1 3 @ ~ #p 1 0 02994012 +centerfield n 2 3 @ #m #p 2 1 02994219 00724684 +centerfielder n 1 1 @ 1 0 10387476 +centerfold n 1 1 @ 1 0 06258361 +centering n 2 4 @ ~ + ; 2 1 05704694 00120943 +centerline n 1 1 @ 1 0 13871967 +centerpiece n 2 2 @ ~ 2 0 05851330 02994419 +centesimo n 1 2 @ #p 1 0 13664808 +centesis n 1 3 @ ~ ; 1 0 00943187 +centigrade_scale n 1 1 @ 1 0 13852600 +centigrade_thermometer n 1 1 @ 1 0 02994743 +centile n 1 2 @ ; 1 0 05737752 +centiliter n 1 3 @ #p %p 1 0 13623856 +centilitre n 1 3 @ #p %p 1 0 13623856 +centime n 2 3 @ ~ #p 2 0 13665965 13390626 +centimeter n 1 3 @ #p %p 1 1 13658828 +centimetre n 1 3 @ #p %p 1 0 13658828 +centimo n 1 2 @ #p 1 0 13665027 +centipede n 1 3 @ ~ #m 1 0 01784675 +centner n 3 3 @ #p %p 3 0 13725271 13725108 13721177 +central n 1 4 @ ~ #p + 1 0 02994858 +central_africa n 1 3 @ #p %p 1 0 08718577 +central_african_republic n 1 3 @ #p %p 1 0 08718577 +central_african_republic_franc n 1 1 @ 1 0 13677337 +central_america n 2 4 @ #p %m %p 2 0 08735705 08173165 +central_american n 1 4 @ ~ #m + 1 0 09697401 +central_american_country n 1 3 @ ~ #p 1 0 08703035 +central_american_nation n 1 3 @ ~ #p 1 0 08703035 +central_american_strap_fern n 1 1 @ 1 0 13175074 +central_artery_of_the_retina n 1 2 @ #p 1 0 05340599 +central_bank n 1 2 @ ~ 1 0 08349916 +central_body n 1 1 @ 1 0 05446767 +central_chimpanzee n 1 1 @ 1 0 02482474 +central_city n 1 2 @ #p 1 1 08524130 +central_dravidian n 1 2 @ ~ 1 0 06981498 +central_gyrus n 1 2 @ ~ 1 0 05492655 +central_heating n 1 1 @ 1 1 02995151 +central_intelligence_agency n 1 3 @ #m %p 1 0 08124971 +central_intelligence_machinery n 1 2 @ ; 1 0 08342670 +central_nervous_system n 1 4 @ #p %s %p 1 1 05480794 +central_office n 1 3 @ ~ ; 1 0 03504723 +central_park n 1 2 @ #p 1 0 09121230 +central_powers n 1 1 @ 1 0 08171415 +central_processing_unit n 1 4 @ #p %p ; 1 0 02995345 +central_processor n 1 4 @ #p %p ; 1 0 02995345 +central_scotoma n 1 1 @ 1 0 14556552 +central_standard_time n 1 1 @ 1 0 15132201 +central_sulcus n 1 2 @ #p 1 0 05223823 +central_thai n 1 1 @ 1 0 06936149 +central_time n 1 1 @ 1 0 15132201 +central_vein_of_retina n 1 1 @ 1 0 05360678 +central_vein_of_suprarenal_gland n 1 1 @ 1 0 05360880 +central_veins_of_liver n 1 1 @ 1 0 05360470 +central_vision n 1 1 @ 1 0 05656160 +centralisation n 2 2 @ + 2 0 01237872 01015175 +centralism n 1 1 @ 1 0 05986822 +centrality n 1 3 ! @ + 1 0 05078025 +centralization n 2 3 ! @ + 2 1 01237872 01015175 +centranthus n 1 3 @ #m %m 1 0 12950984 +centranthus_ruber n 1 2 @ #m 1 0 12951146 +centrarchid n 1 4 @ ~ #m %p 1 0 02562315 +centrarchidae n 1 3 @ #m %m 1 0 02562085 +centre n 9 5 @ ~ #s #p + 9 0 08941426 08523483 08521816 08514034 07602650 05921123 05812038 05463533 02993546 +centre_bit n 1 1 @ 1 0 02993877 +centre_for_international_crime_prevention n 1 2 @ #m 1 0 08302468 +centre_of_attention n 1 2 @ ~ 1 0 05812038 +centre_of_buoyancy n 1 2 @ ; 1 0 08522287 +centre_of_curvature n 1 1 @ 1 0 05102764 +centre_of_flotation n 1 1 @ 1 0 08522742 +centre_of_gravity n 1 2 @ ~ 1 0 08522518 +centre_of_immersion n 1 2 @ ; 1 0 08522287 +centre_of_mass n 1 2 @ ~ 1 0 08522872 +centre_spread n 1 2 @ #p 1 0 06258228 +centre_stage n 2 1 @ 2 0 13948654 08524021 +centreboard n 1 3 @ ~ #p 1 0 02994012 +centrefold n 1 1 @ 1 0 06258361 +centrepiece n 2 2 @ ~ 2 0 05851330 02994419 +centrex n 1 1 @ 1 0 02995770 +centrifugal_force n 1 2 ! @ 1 0 11434594 +centrifugal_pump n 1 1 @ 1 0 02995871 +centrifugation n 1 3 @ ~ + 1 1 13445296 +centrifuge n 1 3 @ ~ + 1 1 02995998 +centriole n 1 1 @ 1 0 05446181 +centripetal_acceleration n 1 1 @ 1 0 15276023 +centripetal_force n 1 2 ! @ 1 0 11434747 +centriscidae n 1 3 @ #m %m 1 0 01457276 +centrism n 1 2 @ + 1 0 06214379 +centrist n 1 3 @ #m + 1 0 09904837 +centrocercus n 1 3 @ #m %m 1 0 01797472 +centrocercus_urophasianus n 1 2 @ #m 1 0 01797601 +centroid n 1 2 @ + 1 0 08523217 +centrolobium n 1 3 @ #m %m 1 0 11749462 +centrolobium_robustum n 1 2 @ #m 1 0 11749603 +centromere n 1 3 @ #p + 1 0 05444324 +centropistes_striata n 1 2 @ #m 1 0 02567772 +centropomidae n 1 3 @ #m %m 1 0 02559606 +centropomus n 1 2 @ #m 1 0 02559974 +centropristis n 1 3 @ #m %m 1 0 02567484 +centropristis_philadelphica n 1 2 @ #m 1 0 02567633 +centropus n 1 3 @ #m %m 1 0 01824443 +centropus_phasianinus n 1 1 @ 1 0 01824862 +centropus_sinensis n 1 1 @ 1 0 01824749 +centrosema n 1 3 @ #m %m 1 0 12512947 +centrosema_virginianum n 1 2 @ #m 1 0 12513172 +centrosome n 1 2 @ + 1 0 05446767 +centrospermae n 1 1 @ 1 0 11804433 +centrum n 1 3 @ #p %p 1 0 05273684 +centunculus n 1 3 @ #m %m 1 0 12092766 +centurion n 1 2 @ ; 1 0 09905050 +century n 2 4 @ ~ #p %p 2 1 15205532 13750415 +century_plant n 1 3 @ ~ #m 1 0 12476510 +ceo n 1 1 @ 1 0 09916348 +cephalalgia n 1 2 @ ~ 1 0 14326607 +cephalanthera n 1 3 @ #m %m 1 0 12050766 +cephalanthera_rubra n 1 2 @ #m 1 0 12051103 +cephalaspid n 1 2 @ #m 1 0 01475648 +cephalaspida n 1 3 @ #m %m 1 0 01475421 +cephalexin n 1 1 @ 1 0 02996249 +cephalhematoma n 1 1 @ 1 0 14318552 +cephalic_index n 1 1 @ 1 0 13820826 +cephalic_vein n 1 2 @ #p 1 0 05361123 +cephalitis n 1 2 @ ~ 1 0 14342132 +cephalobidae n 1 3 @ #m %m 1 0 01931845 +cephalochordata n 1 3 @ #m %m 1 0 01467180 +cephalochordate n 1 3 @ ~ #m 1 0 01467336 +cephaloglycin n 1 1 @ 1 0 02996570 +cephalohematoma n 1 1 @ 1 0 14318552 +cephalometry n 1 1 @ 1 0 01001923 +cephalopod n 1 4 @ ~ #m + 1 0 01968315 +cephalopod_mollusk n 1 3 @ ~ #m 1 0 01968315 +cephalopoda n 1 3 @ #m %m 1 0 01968115 +cephalopterus n 1 3 @ #m %m 1 0 01552192 +cephalopterus_ornatus n 1 2 @ #m 1 0 01552333 +cephaloridine n 1 1 @ 1 0 02996703 +cephalosporin n 1 2 @ ~ 1 0 02996840 +cephalotaceae n 1 3 @ #m %m 1 0 12784543 +cephalotaxaceae n 1 3 @ #m %m 1 0 11648428 +cephalotaxus n 1 3 @ #m %m 1 0 11648617 +cephalothin n 1 1 @ 1 0 02997292 +cephalotus n 1 3 @ #m %m 1 0 12784738 +cephalotus_follicularis n 1 2 @ #m 1 0 12784889 +cepheus n 2 2 @ ; 2 0 09497641 09240272 +cepphus n 1 3 @ #m %m 1 0 02046613 +cepphus_columba n 1 1 @ 1 0 02047045 +cepphus_grylle n 1 1 @ 1 0 02046939 +cer n 1 1 @ 1 0 05759017 +cerambycidae n 1 3 @ #m %m 1 0 02168542 +ceramic n 1 4 @ ~ + ; 1 0 02997391 +ceramic_ware n 1 2 @ ~ 1 0 02997607 +ceramicist n 1 3 @ ~ + 1 0 10460806 +ceramics n 1 3 @ + - 1 0 00935247 +ceramist n 1 3 @ ~ + 1 0 10460806 +cerapteryx n 1 3 @ #m %m 1 0 02296150 +cerapteryx_graminis n 1 2 @ #m 1 0 02296276 +ceras n 1 1 @ 1 0 01954004 +cerastes n 1 2 @ #m 1 0 01753488 +cerastes_cornutus n 1 2 @ #m 1 0 01753488 +cerastium n 1 3 @ #m %m 1 0 11806975 +cerastium_alpinum n 1 1 @ 1 0 11807696 +cerastium_arvense n 1 1 @ 1 0 11807367 +cerastium_tomentosum n 1 1 @ 1 0 11807525 +cerate n 1 2 @ ~ 1 0 02997773 +ceratin n 1 2 @ #s 1 0 14732472 +ceratitis n 1 3 @ #m %m 1 0 02197048 +ceratitis_capitata n 1 2 @ #m 1 0 02197185 +ceratodontidae n 1 3 @ #m %m 1 0 02516427 +ceratodus n 1 2 @ #m 1 0 02516776 +ceratonia n 1 3 @ #m %m 1 0 12493090 +ceratonia_siliqua n 1 3 @ #m %p 1 0 12493208 +ceratopetalum n 1 3 @ #m %m 1 0 12787196 +ceratopetalum_gummiferum n 1 2 @ #m 1 0 12787364 +ceratophyllaceae n 1 3 @ #m %m 1 0 11701903 +ceratophyllum n 1 3 @ #m %m 1 0 11702081 +ceratopogon n 1 2 @ #m 1 0 02202878 +ceratopogonidae n 1 3 @ #m %m 1 0 02202509 +ceratopsia n 1 3 @ #m %m 1 0 01703341 +ceratopsian n 1 3 @ ~ #m 1 0 01703569 +ceratopsidae n 1 2 @ #m 1 0 01703866 +ceratopteris n 1 3 @ #m %m 1 0 13171649 +ceratopteris_pteridioides n 1 2 @ #m 1 0 13171797 +ceratopteris_thalictroides n 1 2 @ #m 1 0 13171975 +ceratosaur n 1 3 @ ~ #m 1 0 01712752 +ceratosaurus n 1 3 @ ~ #m 1 0 01712752 +ceratostomataceae n 1 3 @ #m %m 1 0 12964572 +ceratostomella n 1 3 @ #m %m 1 0 12964750 +ceratostomella_ulmi n 1 2 @ #m 1 0 12964920 +ceratotherium n 1 2 @ #m 1 0 02392710 +ceratotherium_simum n 1 1 @ 1 0 02392824 +ceratozamia n 1 2 @ #m 1 0 11602478 +cerberus n 1 2 @ ; 1 0 09493204 +cercaria n 1 3 @ #m + 1 0 01925916 +cercidiphyllaceae n 1 3 @ #m %m 1 0 11702428 +cercidiphyllum n 1 3 @ #m %m 1 0 11702566 +cercidiphyllum_japonicum n 1 2 @ #m 1 0 11702713 +cercidium n 1 2 @ #m 1 0 12493699 +cercidium_floridum n 1 2 @ #m 1 0 12498055 +cercis n 1 3 @ #m %m 1 0 12513426 +cercis_canadensis n 1 1 @ 1 0 12513933 +cercis_occidentalis n 1 1 @ 1 0 12514138 +cercocebus n 1 3 @ #m %m 1 0 02485865 +cercopidae n 1 3 @ #m %m 1 0 02257536 +cercopithecidae n 1 3 @ #m %m 1 0 02483915 +cercopithecus n 1 3 @ #m %m 1 0 02484813 +cercopithecus_aethiops n 1 1 @ 1 0 02485371 +cercopithecus_aethiops_pygerythrus n 1 1 @ 1 0 02485536 +cercopithecus_aethiops_sabaeus n 1 1 @ 1 0 02485688 +cercopithecus_talapoin n 1 1 @ 1 0 02485225 +cercospora n 1 3 @ #m %m 1 0 13080674 +cercospora_kopkei n 1 3 @ #m ; 1 0 13080866 +cercosporella n 1 2 @ #m 1 0 13079775 +cere n 1 1 @ 1 0 01758637 +cereal n 3 3 @ ~ + 3 0 12141495 07802417 07702796 +cereal_bowl n 1 1 @ 1 0 02997910 +cereal_box n 1 1 @ 1 0 02998003 +cereal_grass n 1 2 @ ~ 1 0 12141495 +cereal_oat n 1 2 @ %p 1 0 12110085 +cerebellar_artery n 1 3 @ ~ #p 1 0 05340795 +cerebellar_hemisphere n 1 2 @ #p 1 0 05485856 +cerebellar_vein n 1 1 @ 1 0 05361278 +cerebellum n 1 4 @ #p %p + 1 1 05485554 +cerebral_aneurysm n 1 1 @ 1 0 14107653 +cerebral_aqueduct n 1 1 @ 1 0 05503401 +cerebral_artery n 1 2 @ ~ 1 0 05341206 +cerebral_cortex n 1 5 @ ~ #p %s %p 1 1 05486510 +cerebral_death n 1 1 @ 1 0 11487078 +cerebral_edema n 1 1 @ 1 0 14317064 +cerebral_hemisphere n 1 3 @ ~ #p 1 0 05476915 +cerebral_hemorrhage n 1 2 @ #p 1 0 14370391 +cerebral_mantle n 1 5 @ ~ #p %s %p 1 0 05486510 +cerebral_palsy n 1 1 @ 1 1 14094653 +cerebral_peduncle n 1 2 @ #p 1 0 05476754 +cerebral_thrombosis n 1 1 @ 1 0 14102347 +cerebral_vein n 1 2 @ ~ 1 0 05361391 +cerebration n 1 3 @ ~ + 1 0 05770926 +cerebromeningitis n 1 1 @ 1 0 14343411 +cerebrospinal_fever n 1 1 @ 1 0 14138364 +cerebrospinal_fluid n 1 2 @ #p 1 0 05504107 +cerebrospinal_meningitis n 1 1 @ 1 0 14138364 +cerebrovascular_accident n 1 3 @ ~ %p 1 0 14082303 +cerebrum n 1 3 @ #p %p 1 0 05491993 +cerecloth n 1 1 @ 1 0 02998107 +cerement n 1 1 @ 1 0 03879116 +ceremonial n 1 3 @ ~ + 1 0 07450842 +ceremonial_dance n 1 3 @ ~ #p 1 0 00541479 +ceremonial_occasion n 1 2 @ ~ 1 0 07450842 +ceremoniousness n 1 3 ! @ + 1 0 04911777 +ceremony n 3 3 @ ~ + 3 3 07450842 01026897 01027379 +ceres n 2 2 @ ; 2 0 09558756 09240409 +ceresin n 1 1 @ 1 0 14805322 +cereus n 1 3 @ #m %m 1 0 11844651 +ceriman n 2 3 @ #p %p 2 0 11789589 07746749 +cerise n 1 2 @ + 1 0 04964443 +cerium n 1 3 @ #s + 1 0 14633957 +cerivastatin n 1 1 @ 1 0 02998209 +cero n 2 3 @ #m %p 2 0 02626265 02625851 +cerotic_acid n 1 2 @ #s 1 0 14610548 +ceroxylon n 1 3 @ #m %m 1 0 12587366 +ceroxylon_alpinum n 1 2 @ #m 1 0 12587487 +ceroxylon_andicola n 1 2 @ #m 1 0 12587487 +cert n 1 2 @ ; 1 0 04753799 +certainty n 2 4 ! @ ~ = 2 2 05697135 04753455 +certhia n 1 3 @ #m %m 1 0 01589582 +certhia_americana n 1 2 @ #m 1 0 01589718 +certhia_familiaris n 1 1 @ 1 0 01589893 +certhiidae n 1 3 @ #m %m 1 0 01589125 +certificate n 2 3 @ ~ + 2 1 06471345 13416345 +certificate_of_deposit n 1 2 @ ~ 1 0 13365137 +certificate_of_incorporation n 1 2 @ #p 1 0 06476741 +certificate_of_indebtedness n 1 2 @ ~ 1 0 13398241 +certification n 4 3 @ ~ + 4 2 01139830 06650431 06471345 00154233 +certified_check n 1 1 @ 1 0 13383090 +certified_cheque n 1 1 @ 1 0 13383090 +certified_milk n 1 1 @ 1 0 07846014 +certified_public_accountant n 1 1 @ 1 0 09905185 +certiorari n 1 2 @ ; 1 1 06553631 +certitude n 1 1 @ 1 1 05697789 +cerulean n 1 2 @ + 1 0 04969242 +cerulean_blue n 1 1 @ 1 1 14805412 +cerumen n 1 2 @ + 1 0 15095103 +ceruse n 1 1 @ 1 0 15097722 +cerussite n 1 2 @ %s 1 0 14670178 +cervantes n 1 1 @ 1 0 10889032 +cervantes_saavedra n 1 1 @ 1 0 10889032 +cervical_artery n 1 2 @ #p 1 0 05341920 +cervical_canal n 1 1 @ 1 0 05519559 +cervical_cap n 1 1 @ 1 0 02998363 +cervical_disc_syndrome n 1 1 @ 1 0 14304722 +cervical_glands n 1 1 @ 1 0 05524062 +cervical_glands_of_the_uterus n 1 1 @ 1 0 05524062 +cervical_nerve n 1 1 @ 1 0 05569427 +cervical_plexus n 1 1 @ 1 0 05506507 +cervical_root_syndrome n 1 1 @ 1 0 14304722 +cervical_smear n 1 2 @ #p 1 0 05266239 +cervical_vein n 1 1 @ 1 0 05363270 +cervical_vertebra n 1 3 @ ~ #p 1 0 05588551 +cervicitis n 1 1 @ 1 0 14340091 +cervicofacial_actinomycosis n 1 1 @ 1 0 14254397 +cervid n 1 4 @ ~ #m %p 1 0 02430045 +cervidae n 1 3 @ #m %m 1 0 02429695 +cervix n 2 5 @ ~ #p %p + 2 0 05546540 05303232 +cervix_uteri n 1 3 @ ~ #p 1 0 05303232 +cervus n 1 3 @ #m %m 1 0 02430929 +cervus_elaphus n 1 3 @ ~ #m 1 0 02431122 +cervus_elaphus_canadensis n 1 2 @ #m 1 0 02431785 +cervus_nipon n 1 2 @ #m 1 0 02431976 +cervus_sika n 1 2 @ #m 1 0 02431976 +cervus_unicolor n 1 2 @ #m 1 0 02431628 +ceryle n 1 3 @ #m %m 1 0 01827948 +ceryle_alcyon n 1 2 @ #m 1 0 01828096 +cesar_chavez n 1 1 @ 1 0 10894208 +cesar_estrada_chavez n 1 1 @ 1 0 10894208 +cesar_franck n 1 1 @ 1 0 10978693 +cesar_ritz n 1 1 @ 1 0 11263558 +cesare_borgia n 1 1 @ 1 0 10857849 +cesarean n 1 3 @ %p + 1 0 00185778 +cesarean_delivery n 1 2 @ %p 1 0 00185778 +cesarean_section n 1 2 @ %p 1 0 00185778 +cesarian n 1 3 @ %p + 1 0 00185778 +cesarian_section n 1 2 @ %p 1 0 00185778 +cesium n 1 3 @ ~ #s 1 0 14634232 +cesium_137 n 1 1 @ 1 0 14634477 +cessation n 1 3 @ ~ + 1 0 07362075 +cession n 1 3 @ ~ + 1 0 00213052 +cesspit n 1 1 @ 1 0 02998563 +cesspool n 1 1 @ 1 0 02998563 +cestida n 1 3 @ #m %m 1 0 01920582 +cestidae n 1 3 @ #m %m 1 0 01920735 +cestoda n 1 3 @ #m %m 1 0 01927301 +cestode n 1 3 @ ~ #m 1 0 01927456 +cestrum n 1 3 @ #m %m 1 0 12902297 +cestrum_diurnum n 1 2 @ #m 1 0 12902466 +cestrum_nocturnum n 1 2 @ #m 1 0 12902662 +cestum n 1 3 @ #m %m 1 0 01920939 +cestum_veneris n 1 2 @ #m 1 0 01921059 +cetacea n 1 4 @ #m %m + 1 0 02062209 +cetacean n 1 5 @ ~ #m %p + 1 0 02062430 +cetacean_mammal n 1 4 @ ~ #m %p 1 0 02062430 +cetchup n 1 1 @ 1 0 07822197 +ceterach n 1 2 @ #m 1 0 13183251 +ceterach_officinarum n 1 2 @ #m 1 0 13183489 +cetonia n 1 3 @ #m %m 1 0 02175440 +cetonia_aurata n 1 2 @ #m 1 0 02175569 +cetoniidae n 1 3 @ #m %m 1 0 02175263 +cetorhinidae n 1 2 @ #m 1 0 01485306 +cetorhinus n 1 3 @ #m %m 1 0 01485073 +cetorhinus_maximus n 1 2 @ #m 1 0 01485479 +cetraria n 1 3 @ #m %m 1 0 12992022 +cetraria_islandica n 1 2 @ #m 1 0 12992177 +cetrimide n 1 1 @ 1 0 14805550 +cetus n 1 1 @ 1 0 09240507 +cewa n 1 2 @ #m 1 0 09697771 +ceylon n 2 5 @ #p %m %p - 2 1 08718962 08719100 +ceylon_bowstring_hemp n 1 1 @ 1 0 12481289 +ceylon_cinnamon n 1 3 @ #m %p 1 0 11704791 +ceylon_cinnamon_tree n 1 3 @ #m %p 1 0 11704791 +ceylon_gooseberry n 1 3 @ #m %p 1 0 12378963 +ceylonite n 1 1 @ 1 0 15051503 +cezanne n 1 1 @ 1 0 10889316 +cf n 2 1 @ 2 0 14633037 14155506 +cfc n 1 2 @ ~ 1 0 14603497 +cfo n 1 1 @ 1 0 09916601 +cftr n 1 1 @ 1 0 05439810 +cgs n 1 1 @ 1 0 13578140 +cgs_system n 1 1 @ 1 0 13578140 +ch'i n 1 2 @ ; 1 0 14050559 +ch'in n 1 1 @ 1 0 08157182 +ch'in_dynasty n 1 1 @ 1 0 08157182 +ch'in_shih_huang_ti n 1 1 @ 1 0 11250581 +ch'ing n 1 1 @ 1 0 08157405 +ch'ing_dynasty n 1 1 @ 1 0 08157405 +cha-cha n 1 2 @ + 1 1 00535557 +cha-cha-cha n 1 1 @ 1 0 00535557 +chabad n 2 2 @ %m 2 0 08475332 06234415 +chabad-lubavitch n 1 2 @ %m 1 0 08475332 +chabad_hasidism n 1 1 @ 1 0 06234415 +chabasite n 1 1 @ 1 0 15107196 +chabazite n 1 1 @ 1 0 15107196 +chablis n 2 2 @ #p 2 0 08935381 07894551 +chachalaca n 1 3 @ ~ #m 1 0 01800424 +chachka n 2 2 @ ; 2 0 09905530 02998696 +chacma n 1 1 @ 1 0 02486657 +chacma_baboon n 1 1 @ 1 0 02486657 +chad n 4 6 @ ~ #p %m %p + 4 0 14805676 09330467 08720037 06986276 +chadar n 1 1 @ 1 0 02998841 +chaddar n 1 1 @ 1 0 02998841 +chadian n 1 3 @ #m + 1 0 09697650 +chadian_franc n 1 2 @ %p 1 0 13677469 +chadic n 1 2 @ ~ 1 0 06986276 +chadic_language n 1 2 @ ~ 1 0 06986276 +chadlock n 1 1 @ 1 0 11896722 +chador n 1 1 @ 1 0 02998841 +chaenactis n 1 2 @ #m 1 0 11949857 +chaenomeles n 1 3 @ #m %m 1 0 12624249 +chaenomeles_japonica n 1 1 @ 1 0 12624568 +chaenomeles_speciosa n 1 1 @ 1 0 12624721 +chaenopsis n 1 3 @ #m %m 1 0 02614288 +chaenopsis_ocellata n 1 2 @ #m 1 0 02614653 +chaeronea n 1 2 @ ; 1 0 01274531 +chaeta n 1 2 @ + 1 0 01901694 +chaetodipterus n 1 3 @ #m %m 1 0 02604811 +chaetodipterus_faber n 1 2 @ #m 1 0 02604954 +chaetodon n 1 2 @ #m 1 0 02605703 +chaetodontidae n 1 3 @ #m %m 1 0 02605139 +chaetognath n 1 3 @ ~ #m 1 0 01923890 +chaetognatha n 1 4 @ #m %m + 1 0 01923637 +chafe n 2 3 @ ~ + 2 0 14333136 07518261 +chafeweed n 1 1 @ 1 0 11972959 +chaff n 2 3 @ ~ + 2 0 14805899 02999001 +chaffinch n 1 2 @ #m 1 0 01530439 +chaffweed n 1 2 @ #m 1 0 12092930 +chafing n 1 2 @ ~ 1 0 07496166 +chafing_dish n 1 1 @ 1 0 02999138 +chafing_gear n 1 1 @ 1 0 02999272 +chaga n 1 1 @ 1 0 06993445 +chagall n 1 1 @ 1 0 10889533 +chagatai n 1 1 @ 1 0 06928047 +chagga n 1 1 @ 1 0 06993445 +chagrin n 1 2 @ + 1 1 07507742 +chahta n 1 1 @ 1 0 06912436 +chaim_azriel_weizmann n 1 1 @ 1 0 11380429 +chaim_soutine n 1 1 @ 1 0 11309318 +chaim_weizmann n 1 1 @ 1 0 11380429 +chain n 10 7 @ ~ #p %m %p + ; 10 5 08376250 09240621 02999410 08057816 02999936 13652994 10891029 09403734 03000021 02999757 +chain-smoker n 1 2 @ + 1 0 09905697 +chain_armor n 1 3 @ ~ ; 1 0 03000247 +chain_armour n 1 3 @ ~ ; 1 0 03000247 +chain_fern n 1 3 @ ~ #m 1 0 13186388 +chain_gang n 1 1 @ 1 0 08243248 +chain_letter n 1 1 @ 1 0 06625739 +chain_lightning n 1 1 @ 1 0 11459200 +chain_mail n 1 3 @ ~ ; 1 0 03000247 +chain_of_mountains n 1 3 @ ~ %p 1 0 09403734 +chain_pickerel n 1 1 @ 1 0 02561803 +chain_pike n 1 1 @ 1 0 02561803 +chain_printer n 1 2 @ %p 1 0 03000530 +chain_reaction n 2 1 @ 2 1 13445479 13445624 +chain_reactor n 1 1 @ 1 0 02753710 +chain_saw n 1 1 @ 1 0 03000684 +chain_stitch n 2 2 @ ~ 2 0 03000966 03000808 +chain_store n 1 2 @ #m 1 1 03001115 +chain_tongs n 1 4 @ ~ %p ; 1 0 03001282 +chain_wrench n 1 1 @ 1 0 03001540 +chainlink_fence n 1 1 @ 1 0 03000134 +chains n 1 2 @ ; 1 0 03585438 +chainsaw n 1 1 @ 1 0 03000684 +chair n 5 4 @ ~ %p + 5 2 03001627 00598056 10468962 03271030 03002096 +chair_car n 1 1 @ 1 0 03891664 +chair_lift n 1 1 @ 1 0 03002341 +chair_of_state n 1 2 @ ~ 1 0 03002210 +chairlift n 1 1 @ 1 0 03002341 +chairman n 1 3 @ ~ + 1 1 10468962 +chairman_of_the_board n 1 1 @ 1 1 09905842 +chairmanship n 1 2 @ + 1 0 00590047 +chairperson n 1 2 @ ~ 1 0 10468962 +chairwoman n 1 2 @ ~ 1 0 10468962 +chaise n 2 2 @ %p 2 1 03002711 03002555 +chaise_longue n 1 1 @ 1 0 03002711 +chait n 1 3 @ #p %p 1 0 15219694 +chaja n 1 1 @ 1 0 01861330 +chalaza n 2 2 @ #p 2 0 11679085 01460963 +chalazion n 1 1 @ 1 0 14202520 +chalcanthite n 1 1 @ 1 0 14782252 +chalcedon n 2 2 @ #p 2 0 09041199 08314153 +chalcedony n 1 2 @ ~ 1 0 14806333 +chalcid n 1 3 @ ~ #m 1 0 02217563 +chalcid_fly n 1 3 @ ~ #m 1 0 02217563 +chalcid_wasp n 1 3 @ ~ #m 1 0 02217563 +chalcidae n 1 3 @ #m %m 1 0 02217334 +chalcidfly n 1 3 @ ~ #m 1 0 02217563 +chalcididae n 1 3 @ #m %m 1 0 02217334 +chalcis n 1 3 @ #m %m 1 0 02217997 +chalcis_fly n 1 2 @ #m 1 0 02218134 +chalcocite n 1 2 @ %s 1 0 14670344 +chalcopyrite n 1 2 @ %s 1 0 14670481 +chalcostigma n 1 3 @ #m %m 1 0 01834284 +chaldaea n 2 5 @ #p %p ; - 2 0 08917881 08917503 +chaldaean n 2 2 @ + 2 0 09905965 09640327 +chaldea n 2 6 @ #p %p + ; - 2 0 08917881 08917503 +chaldean n 2 2 @ + 2 0 09905965 09640327 +chaldee n 2 2 @ + 2 0 09905965 09640327 +chaldron n 1 1 @ 1 0 13623329 +chalet n 1 1 @ 1 0 03002816 +chalice n 1 2 @ ~ 1 0 03002948 +chalice_vine n 1 2 @ #m 1 0 12913791 +chalk n 4 5 @ ~ #s %s + 4 0 14806598 04961472 03754295 03003091 +chalk_dust n 1 1 @ 1 0 14839698 +chalk_line n 1 1 @ 1 0 03003378 +chalk_pit n 1 1 @ 1 0 03003548 +chalk_talk n 1 1 @ 1 0 00893402 +chalkboard n 1 1 @ 1 0 02846511 +chalkpit n 1 1 @ 1 0 03003548 +chalkstone n 1 1 @ 1 0 15085925 +challah n 1 2 @ ; 1 0 07681450 +challenge n 5 3 @ ~ + 5 3 13932948 07231294 07193405 07208565 07191569 +challenger n 1 3 @ ~ + 1 0 10533013 +challis n 1 1 @ 1 0 03003633 +chalons n 1 2 @ ; 1 0 01274733 +chalons-sur-marne n 1 2 @ ; 1 0 01274733 +chalybite n 1 1 @ 1 0 15039827 +chamaea n 1 3 @ #m %m 1 0 01593156 +chamaea_fasciata n 1 2 @ #m 1 0 01593282 +chamaecrista n 1 3 @ #m %m 1 0 12494115 +chamaecrista_fasciculata n 1 2 @ #m 1 0 12494358 +chamaecyparis n 1 3 @ #m %m 1 0 11634970 +chamaecyparis_lawsoniana n 1 3 @ #m %s 1 0 11635433 +chamaecyparis_nootkatensis n 1 2 @ #m 1 0 11635830 +chamaecyparis_thyoides n 1 2 @ #m 1 0 11635152 +chamaecytisus n 1 3 @ #m %m 1 0 12514324 +chamaecytisus_palmensis n 1 2 @ #m 1 0 12514592 +chamaedaphne n 1 3 @ #m %m 1 0 12234176 +chamaedaphne_calyculata n 1 2 @ #m 1 0 12234318 +chamaeleo n 1 3 @ #m %m 1 0 01693995 +chamaeleo_chamaeleon n 1 2 @ #m 1 0 01694178 +chamaeleo_oweni n 1 2 @ #m 1 0 01694311 +chamaeleon n 2 3 @ ~ #m 2 0 09240889 01693783 +chamaeleonidae n 1 3 @ #m %m 1 0 01693472 +chamaeleontidae n 1 3 @ #m %m 1 0 01693472 +chamaemelum n 1 3 @ #m %m 1 0 11949217 +chamaemelum_nobilis n 1 3 @ #m #s 1 0 11949402 +chamber n 5 5 @ ~ #p %p + 5 3 03003730 05392744 03004146 08318904 02821627 +chamber_music n 1 1 @ 1 1 07026239 +chamber_of_commerce n 1 1 @ 1 1 08319061 +chamber_orchestra n 1 1 @ 1 0 08248411 +chambered_nautilus n 1 2 @ #m 1 0 01968897 +chamberlain n 3 1 @ 3 0 10889689 09906195 09906079 +chambermaid n 1 1 @ 1 1 09906293 +chamberpot n 1 1 @ 1 0 03004275 +chambers n 1 1 @ 1 0 10889905 +chambray n 1 1 @ 1 0 03004409 +chameleon n 3 3 @ ~ #m 3 0 09906449 09240889 01693783 +chameleon_tree_frog n 1 1 @ 1 0 01651285 +chamfer n 1 3 @ ~ + 1 0 02833576 +chamfer_bit n 1 1 @ 1 0 03004531 +chamfer_plane n 1 1 @ 1 0 03004620 +chamfron n 1 1 @ 1 0 03005619 +chammy n 1 2 @ ~ 1 0 14761806 +chammy_leather n 1 2 @ ~ 1 0 14761806 +chamois n 2 3 @ ~ #m 2 0 14761806 02419336 +chamois_cloth n 1 1 @ 1 0 03004713 +chamois_cress n 1 1 @ 1 0 11893916 +chamois_leather n 1 2 @ ~ 1 0 14761806 +chamomile n 1 3 @ #m #s 1 0 11949402 +chamosite n 1 1 @ 1 0 14806728 +champ n 1 2 @ ~ 1 1 09906704 +champagne n 2 3 @ #p %p 2 1 07893642 08941535 +champagne-ardenne n 1 3 @ #p %p 1 0 08941535 +champagne_cup n 1 1 @ 1 0 07931001 +champagne_flute n 1 1 @ 1 0 03372549 +champaign n 2 3 @ ~ #p 2 0 09393605 09083255 +champerty n 1 2 @ ; 1 0 00765488 +champion n 4 3 @ ~ + 4 2 09906704 09906538 10677713 09762509 +champion_lode n 1 1 @ 1 0 11445960 +championship n 3 2 @ ~ 3 1 13948912 07457834 01213886 +champlain n 2 2 @ #p 2 0 10890032 09330604 +champollion n 1 1 @ 1 0 10890211 +champs_elysees n 1 2 @ #p 1 0 08934174 +chanal n 1 2 @ #m 1 0 12531328 +chanar n 1 2 @ #m 1 0 12531328 +chance n 5 3 @ ~ + 5 4 14483917 11418138 00802629 05091770 14482968 +chance-half_correlation n 1 2 @ ; 1 0 06035674 +chance-medley n 1 2 @ ; 1 0 00221343 +chance_event n 1 2 @ ~ 1 0 07300960 +chance_variable n 1 1 @ 1 0 05864177 +chancel n 1 3 @ #p %p 1 1 03004824 +chancellery n 1 1 @ 1 0 03005033 +chancellor n 3 5 @ ~ #m + ; 3 0 09907408 09906986 09906848 +chancellor_of_the_exchequer n 1 2 @ #m 1 0 09907408 +chancellorship n 1 2 @ + 1 0 00590148 +chancellorsville n 2 3 @ #p ; 2 0 09151963 01274909 +chancery n 2 1 @ 2 0 08331011 03005147 +chancre n 1 3 @ #p + 1 0 14184067 +chancroid n 1 2 @ + 1 0 14212303 +chandelier n 1 1 @ 1 1 03005285 +chandelle n 1 1 @ 1 0 00169651 +chandi n 1 1 @ 1 0 09525486 +chandler n 3 2 @ ~ 3 0 10890437 09907804 09907566 +chandlery n 2 1 @ 2 0 03005515 03005425 +chanfron n 1 1 @ 1 0 03005619 +chang n 1 2 @ #p 1 0 09481523 +chang_jiang n 1 2 @ #p 1 0 09481523 +chang_kuo n 1 1 @ 1 0 09533301 +chang_kuo-lao n 1 1 @ 1 0 09533301 +changan n 1 2 @ #p 1 0 08729452 +change n 10 3 @ ~ + 10 7 07296428 13859043 00191142 11412727 13387689 03005920 03005769 13388111 13387479 04752034 +change-of-pace n 1 1 @ 1 0 00107684 +change-of-pace_ball n 1 1 @ 1 0 00107684 +change-up n 1 1 @ 1 0 00107684 +change_of_color n 1 2 @ ~ 1 0 00273690 +change_of_course n 1 2 @ ~ 1 0 00349886 +change_of_direction n 1 2 @ ~ 1 0 00346296 +change_of_integrity n 1 2 @ ~ 1 0 00376063 +change_of_life n 1 2 @ #p 1 0 15154462 +change_of_location n 1 2 @ ~ 1 0 07311115 +change_of_magnitude n 1 2 @ ~ 1 0 00351485 +change_of_mind n 1 2 @ ~ 1 0 05789808 +change_of_shape n 1 2 @ ~ 1 0 00404403 +change_of_state n 1 2 @ ~ 1 0 00199130 +change_ringing n 1 1 @ 1 0 00544605 +changeability n 1 4 @ ~ = + 1 0 04733640 +changeableness n 1 5 ! @ ~ = + 1 0 04733640 +changefulness n 1 3 @ ~ + 1 0 04734885 +changelessness n 2 4 ! @ ~ + 2 0 05054312 04737934 +changeling n 2 2 @ ~ 2 0 10197525 09907919 +changeover n 1 3 @ ~ + 1 0 07415730 +changer n 2 4 @ ~ #p + 2 0 09609871 04063154 +changjiang n 1 2 @ #p 1 0 09481523 +changtzu n 1 2 @ #p 1 0 09241047 +channel n 8 5 @ ~ %p + ; 8 2 06259898 03006105 13893786 09241247 06260121 05250659 03006398 01113595 +channel_bass n 1 2 @ #m 1 0 02595702 +channel_capacity n 1 1 @ 1 0 15287073 +channel_cat n 1 2 @ ~ 1 0 02519686 +channel_catfish n 1 2 @ ~ 1 0 02519686 +channel_island n 1 3 @ ~ #p 1 0 08887013 +channel_islands_national_park n 1 2 @ #p 1 0 08603924 +channel_tunnel n 1 1 @ 1 0 03027935 +channelisation n 1 2 @ + 1 0 01142519 +channelization n 1 2 @ + 1 0 01142519 +channels n 1 1 @ 1 0 06261464 +channidae n 1 3 @ #m %m 1 0 02514198 +channukah n 1 3 @ #p ; 1 0 15199033 +channukkah n 1 3 @ #p ; 1 0 15199033 +chanoyu n 1 2 @ ; 1 0 01027231 +chanson_de_geste n 1 1 @ 1 0 06382506 +chant n 1 3 @ ~ + 1 0 07034634 +chantarelle n 1 2 @ #m 1 0 13004423 +chanter n 1 3 @ #p + 1 0 03006626 +chanterelle n 1 2 @ #m 1 0 13004423 +chantey n 1 1 @ 1 0 07050042 +chanting n 1 3 @ ~ + 1 0 01254685 +chantry n 2 1 @ 2 0 13271705 03006788 +chanty n 1 1 @ 1 0 07050042 +chanukah n 1 3 @ #p ; 1 0 15199033 +chanukkah n 1 3 @ #p ; 1 0 15199033 +chao_phraya n 1 2 @ #p 1 0 09241712 +chaos n 4 4 @ ~ + ; 4 1 13976322 11434899 09557770 06246529 +chaotic_attractor n 1 1 @ 1 0 05866489 +chap n 4 4 @ ~ + ; 4 1 09908025 13907272 09241929 03006903 +chaparral n 1 1 @ 1 0 08438223 +chaparral_broom n 1 2 @ #m 1 0 11938732 +chaparral_cock n 1 2 @ #m 1 0 01824035 +chaparral_mallow n 1 2 @ #m 1 0 12183026 +chaparral_pea n 1 2 @ #m 1 0 12559044 +chaparral_sage n 1 1 @ 1 0 12865562 +chapati n 1 2 @ ; 1 0 07683490 +chapatti n 1 2 @ ; 1 0 07683490 +chapeau n 1 3 @ ~ %p 1 0 03497657 +chapel n 2 2 @ ~ 2 1 03007130 01033024 +chapel_hill n 1 3 @ #p %p 1 0 09128201 +chapel_service n 1 1 @ 1 0 01033024 +chapelgoer n 1 1 @ 1 0 09958133 +chaperon n 1 3 @ ~ + 1 0 09908273 +chaperone n 1 3 @ ~ + 1 0 09908273 +chapiter n 1 2 @ #p 1 0 02956247 +chaplain n 1 3 @ ~ + 1 0 09908508 +chaplaincy n 1 1 @ 1 0 00590269 +chaplainship n 1 2 @ + 1 0 00590269 +chaplet n 1 2 @ ~ 1 0 04606014 +chaplin n 1 1 @ 1 0 10890637 +chapman n 2 1 @ 2 0 10890868 09908678 +chapter n 5 3 @ #m #p 5 3 06396142 15252907 08228665 08228838 07307172 +chapterhouse n 2 1 @ 2 0 03007444 03007297 +chapultepec n 1 3 @ #p ; 1 0 01275142 +char n 3 4 @ ~ #m + 3 0 14685172 09911226 02538406 +chara n 1 2 @ #m 1 0 01412925 +charabanc n 1 5 @ ~ #m %p - 1 0 02924116 +characeae n 1 3 @ #m %m 1 0 01412479 +characid n 1 3 @ ~ #m 1 0 02583567 +characidae n 1 3 @ #m %m 1 0 02583211 +characin n 1 3 @ ~ #m 1 0 02583567 +characin_fish n 1 3 @ ~ #m 1 0 02583567 +characinidae n 1 1 @ 1 0 02583457 +character n 9 6 @ ~ #p %p + ; 9 7 09587565 05849284 04620216 05929008 09909060 14438693 06694796 06818970 04616916 +character-at-a-time_printer n 1 2 @ ~ 1 0 03007591 +character_actor n 1 1 @ 1 0 09909363 +character_assassination n 1 1 @ 1 0 06719974 +character_printer n 1 2 @ ~ 1 0 03007591 +character_reference n 1 1 @ 1 0 06694796 +character_set n 1 2 @ ~ 1 0 06488880 +character_witness n 1 1 @ 1 0 09909477 +characterisation n 2 3 @ ~ + 2 0 07201804 07201562 +characterisic_function n 1 3 @ ~ ; 1 0 07001065 +characteristic n 4 5 @ ~ #p + ; 4 2 05849789 04731497 06813310 04917870 +characteristic_curve n 1 3 @ ~ ; 1 0 07001065 +characteristic_root_of_a_square_matrix n 1 1 @ 1 0 05856589 +characterization n 3 3 @ ~ + 3 1 07201804 07201562 00548802 +charade n 2 2 @ #p 2 0 06780309 06288947 +charades n 1 2 @ %p 1 0 00459727 +charadrii n 1 3 @ #m %m 1 0 02022135 +charadriidae n 1 3 @ #m %m 1 0 02023133 +charadriiformes n 1 3 @ #m %m 1 0 02021438 +charadrius n 1 3 @ #m %m 1 0 02023664 +charadrius_melodus n 1 2 @ #m 1 0 02023855 +charadrius_morinellus n 1 2 @ #m 1 0 02024185 +charadrius_vociferus n 1 2 @ #m 1 0 02023992 +charales n 1 3 @ #m %m 1 0 01412279 +charcoal n 4 2 @ + 4 2 14685296 03007824 04962240 03007955 +charcoal_burner n 2 1 @ 2 0 09909660 03008080 +charcoal_gray n 1 1 @ 1 1 04962240 +charcoal_grey n 1 1 @ 1 0 04962240 +charcot n 1 1 @ 1 0 10891830 +charcot-marie-tooth_disease n 1 1 @ 1 0 14208587 +charcuterie n 1 1 @ 1 0 03008177 +chard n 2 3 @ #p %p 2 0 11832671 07720277 +chard_plant n 1 2 @ %p 1 0 11832671 +chardonnay n 2 3 @ #s %s 2 0 13145924 07894799 +chardonnay_grape n 1 2 @ %s 1 0 13145924 +charge n 15 5 @ ~ #p + ; 15 7 00974762 06561942 13306870 11435028 00829378 00731222 09909760 13400798 09185612 07528470 07190941 07169480 06730780 03008565 03008275 +charge-exchange_accelerator n 1 1 @ 1 0 03008817 +charge_account n 1 2 @ ~ 1 0 13375604 +charge_account_credit n 1 2 @ ~ 1 0 13375323 +charge_card n 1 3 @ ~ %p 1 0 13376012 +charge_d'affaires n 1 1 @ 1 0 09909929 +charge_of_quarters n 1 1 @ 1 0 09910084 +charge_per_unit n 1 2 @ ~ 1 0 13325010 +charge_plate n 1 3 @ ~ %p 1 0 13376012 +charge_sheet n 1 1 @ 1 0 06502858 +charge_unit n 1 2 @ ~ 1 0 13632961 +chargeman n 1 1 @ 1 0 09859557 +charger n 2 2 @ + 2 1 02378625 03008976 +chari n 1 2 @ #p 1 0 09431409 +chari-nile n 1 2 @ ~ 1 0 06997938 +chari_river n 1 2 @ #p 1 0 09431409 +charina n 1 3 @ #m %m 1 0 01742310 +charina_bottae n 1 2 @ #m 1 0 01742447 +chariness n 1 3 @ = + 1 0 04664413 +chariot n 2 2 @ + 2 1 03009111 03009269 +chariot_race n 1 1 @ 1 0 07459778 +charioteer n 2 3 @ %m + 2 0 09910222 09211056 +charisma n 1 2 @ + 1 1 04686537 +charitable_trust n 1 1 @ 1 0 13361465 +charitableness n 1 2 @ + 1 0 04832050 +charity n 5 2 @ ~ 5 3 08406619 04840405 01089635 12809626 08055824 +charity_case n 1 1 @ 1 0 10773800 +charity_shot n 1 2 @ ~ 1 0 00110964 +charity_throw n 1 2 @ ~ 1 0 00110964 +charity_toss n 1 2 @ ~ 1 0 00110964 +charivari n 1 1 @ 1 0 07054122 +charlatan n 1 2 @ ~ 1 1 10334782 +charlatanism n 1 1 @ 1 0 00750306 +charlemagne n 1 1 @ 1 0 10891981 +charleroi n 1 2 @ #p 1 0 08851364 +charles n 9 3 @ #p + 9 0 10893433 10893153 10892947 10892786 10892564 10892416 10892218 10891981 09242037 +charles's_law n 1 2 @ ; 1 0 05878229 +charles's_wain n 1 2 @ #p 1 0 09219858 +charles_a._lindbergh n 1 1 @ 1 0 11132948 +charles_andre_joseph_marie_de_gaulle n 1 1 @ 1 0 10927824 +charles_augustin_de_coulomb n 1 1 @ 1 0 10912802 +charles_augustus_lindbergh n 1 1 @ 1 0 11132948 +charles_baudelaire n 1 1 @ 1 0 10838484 +charles_bullfinch n 1 1 @ 1 0 10870897 +charles_camille_saint-saens n 1 1 @ 1 0 11278351 +charles_christopher_parker n 1 1 @ 1 0 11222914 +charles_cornwallis n 1 1 @ 1 0 10911687 +charles_dana_gibson n 1 1 @ 1 0 10998474 +charles_darwin n 1 1 @ 1 0 10923313 +charles_de_gaulle n 1 1 @ 1 0 10927824 +charles_dickens n 1 1 @ 1 0 10934410 +charles_digby_harrod n 1 1 @ 1 0 11032359 +charles_dillon_stengel n 1 1 @ 1 0 11316429 +charles_dodgson n 1 1 @ 1 0 10884061 +charles_dudley_warner n 1 1 @ 1 0 11374589 +charles_eames n 1 1 @ 1 0 10947259 +charles_edouard_jeanneret n 1 1 @ 1 0 11123124 +charles_edward_berry n 1 1 @ 1 0 10849083 +charles_edward_ives n 1 1 @ 1 0 11075670 +charles_evans_hughes n 1 1 @ 1 0 11064662 +charles_farrar_browne n 1 1 @ 1 0 10866571 +charles_follen_mckim n 1 1 @ 1 0 11169294 +charles_fourier n 1 1 @ 1 0 10976256 +charles_francis_hall n 1 1 @ 1 0 11024582 +charles_francois_gounod n 1 1 @ 1 0 11009635 +charles_franklin_kettering n 1 1 @ 1 0 11102878 +charles_frederick_menninger n 1 1 @ 1 0 11174354 +charles_frederick_worth n 1 1 @ 1 0 11397885 +charles_goodyear n 1 1 @ 1 0 11007620 +charles_grey n 1 1 @ 1 0 11015650 +charles_hard_townes n 1 1 @ 1 0 11346873 +charles_hardin_holley n 1 1 @ 1 0 11056654 +charles_henry_harrod n 1 1 @ 1 0 11032158 +charles_herbert_best n 1 1 @ 1 0 10850049 +charles_i n 3 1 @ 3 0 10892947 10892564 10891981 +charles_ii n 2 1 @ 2 0 10892947 10892786 +charles_ix n 1 1 @ 1 0 10893433 +charles_james_fox n 1 1 @ 1 0 10976997 +charles_john_huffam_dickens n 1 1 @ 1 0 10934410 +charles_joseph_clark n 1 1 @ 1 0 10898549 +charles_kay_ogden n 1 1 @ 1 0 11212786 +charles_kettering n 1 1 @ 1 0 11102878 +charles_l'enfant n 1 1 @ 1 0 11126295 +charles_lamb n 1 1 @ 1 0 11115029 +charles_laughton n 1 1 @ 1 0 11119061 +charles_lindbergh n 1 1 @ 1 0 11132948 +charles_liston n 1 1 @ 1 0 11135044 +charles_louis_de_secondat n 1 1 @ 1 0 11186911 +charles_louis_napoleon_bonaparte n 1 1 @ 1 0 11200492 +charles_lutwidge_dodgson n 1 1 @ 1 0 10884061 +charles_m._schulz n 1 1 @ 1 0 11286820 +charles_martin_hall n 1 1 @ 1 0 11024731 +charles_maurice_de_talleyrand n 1 1 @ 1 0 11329690 +charles_menninger n 1 1 @ 1 0 11174354 +charles_munroe_schulz n 1 1 @ 1 0 11286820 +charles_peirce n 1 1 @ 1 0 11228298 +charles_percy_snow n 1 1 @ 1 0 11307082 +charles_pierre_baudelaire n 1 1 @ 1 0 10838484 +charles_proteus_steinmetz n 1 1 @ 1 0 11315580 +charles_ringling n 1 1 @ 1 0 11263180 +charles_river n 1 2 @ #p 1 0 09242037 +charles_robert_darwin n 1 1 @ 1 0 10923313 +charles_robert_redford n 1 1 @ 1 0 11256125 +charles_sanders_peirce n 1 1 @ 1 0 11228298 +charles_schulz n 1 1 @ 1 0 11286820 +charles_stewart_parnell n 1 1 @ 1 0 11223929 +charles_stuart n 1 1 @ 1 0 10892564 +charles_taze_russell n 1 1 @ 1 0 11275772 +charles_the_bald n 1 1 @ 1 0 10892947 +charles_the_great n 1 1 @ 1 0 10891981 +charles_thomson_rees_wilson n 1 1 @ 1 0 11391234 +charles_townes n 1 1 @ 1 0 11346873 +charles_vii n 1 1 @ 1 0 10893153 +charles_watson-wentworth n 1 1 @ 1 0 11267343 +charles_wesley n 1 1 @ 1 0 11381964 +charles_wilkes n 1 1 @ 1 0 11387060 +charles_william_post n 1 1 @ 1 0 11243562 +charleston n 3 3 @ #p + 3 1 09155798 09138538 00536359 +charlestown n 1 3 @ #p %p 1 0 09096498 +charlestown_navy_yard n 1 2 @ #p 1 0 03009477 +charley-horse n 1 2 @ ; 1 0 14360742 +charley_horse n 1 2 @ ; 1 0 14360742 +charlie_chaplin n 1 1 @ 1 0 10890637 +charlie_parker n 1 1 @ 1 0 11222914 +charlock n 1 1 @ 1 0 11896722 +charlotte n 2 3 @ ~ #p 2 0 09128372 07610890 +charlotte_anna_perkins_gilman n 1 1 @ 1 0 11000349 +charlotte_bronte n 1 1 @ 1 0 10865567 +charlotte_corday n 1 1 @ 1 0 10910580 +charlotte_russe n 1 1 @ 1 0 07614004 +charlottetown n 1 2 @ #p 1 0 08828928 +charm n 4 4 @ ~ + ; 4 3 04687333 07159791 03009633 05844433 +charm_campaign n 1 1 @ 1 0 00799236 +charm_quark n 1 1 @ 1 0 09242232 +charmer n 2 3 @ ~ + 2 0 10615179 09910374 +charnel n 1 1 @ 1 1 03009794 +charnel_house n 1 1 @ 1 0 03009794 +charolais n 1 1 @ 1 0 02406647 +charon n 1 2 @ ; 1 0 09493374 +charophyceae n 1 3 @ #m %m 1 0 01412085 +charr n 1 3 @ ~ #m 1 0 02538406 +charred_pancake_cup n 1 1 @ 1 0 12984377 +charronia n 1 3 @ #m %m 1 0 02450992 +charronia_flavigula n 1 2 @ #m 1 0 02451125 +chart n 2 3 @ ~ + 2 2 06999802 03009920 +charter n 2 4 @ ~ %p + 2 1 06471737 06522501 +charter_member n 1 1 @ 1 0 09910719 +charter_school n 1 1 @ 1 0 08410454 +chartered_accountant n 1 1 @ 1 0 09910556 +charterhouse n 1 1 @ 1 0 03010057 +chartism n 1 2 @ + 1 0 05956287 +chartist n 2 2 @ + 2 0 09911051 09910840 +chartres n 1 3 @ #p %p 1 0 08935516 +chartres_cathedral n 1 2 @ #p 1 0 03010138 +chartreuse n 2 3 @ %s + 2 0 07908923 04968257 +charwoman n 1 1 @ 1 0 09911226 +charybdis n 1 2 @ ; 1 0 07433336 +chase n 3 3 @ ~ + 3 1 00319939 10893606 03010283 +chased n 1 1 @ 1 0 10494778 +chaser n 2 3 @ ~ + 2 0 10494935 07883860 +chasid n 1 2 @ #m 1 0 10161695 +chasidim n 1 2 @ %m 1 0 08094866 +chasidism n 1 2 @ ~ 1 0 06234257 +chasm n 1 2 @ ~ 1 0 09242389 +chasse n 1 3 @ + ; 1 0 00534152 +chassid n 1 2 @ #m 1 0 10161695 +chassidim n 1 2 @ %m 1 0 08094866 +chassidism n 1 2 @ ~ 1 0 06234257 +chassis n 3 3 @ ~ #p 3 0 05217168 03010656 03010473 +chasteness n 1 2 @ + 1 0 04697442 +chastening n 1 1 @ 1 0 06714288 +chastisement n 2 2 @ + 2 1 01161017 06714288 +chastity n 2 5 @ ~ = + ; 2 1 01069125 04849759 +chasuble n 1 1 @ 1 0 03010795 +chat n 3 4 @ ~ #m + 3 0 07134850 01569836 01560636 +chat_room n 1 1 @ 1 0 06359467 +chat_show n 1 2 @ ~ 1 0 06620227 +chateau n 1 1 @ 1 0 03010915 +chateau-thierry n 1 3 @ #p ; 1 0 01271428 +chateaubriand n 2 1 @ 2 0 10893830 07660361 +chatelaine n 2 1 @ 2 0 09911465 03011018 +chateura n 1 3 @ #m %m 1 0 01832684 +chateura_pelagica n 1 2 @ #m 1 0 01832813 +chatroom n 1 1 @ 1 0 06359467 +chattahoochee n 1 2 @ #p 1 0 09242514 +chattahoochee_river n 1 2 @ #p 1 0 09242514 +chattanooga n 2 3 @ #p ; 2 0 09140569 01275389 +chattel n 1 2 @ ; 1 0 13245846 +chattel_mortgage n 1 1 @ 1 0 13352722 +chatter n 3 3 @ ~ + 3 1 07136940 07378952 07378781 +chatter_mark n 2 1 @ 2 0 11436163 04692787 +chatterbox n 2 2 @ #m 2 0 12062781 09911570 +chatterer n 2 4 @ ~ #m + 2 0 09911570 01550761 +chattering n 2 2 @ + 2 1 07378952 07378781 +chaucer n 1 1 @ 1 0 10894065 +chauffeur n 1 3 @ ~ + 1 0 09908853 +chauffeuse n 1 1 @ 1 0 09908986 +chaulmoogra n 1 2 @ #m 1 0 12379531 +chaulmoogra_oil n 1 1 @ 1 1 15086672 +chaulmoogra_tree n 1 2 @ #m 1 0 12379531 +chaulmugra n 1 2 @ #m 1 0 12379531 +chauna n 1 3 @ #m %m 1 0 01861025 +chauna_torquata n 1 1 @ 1 0 01861330 +chauvinism n 2 2 @ + 2 0 04878646 01156070 +chauvinist n 2 2 @ + 2 0 09912075 09911849 +chavez n 2 1 @ 2 0 10894365 10894208 +chaw n 1 2 @ + 1 0 07579399 +chawbacon n 1 1 @ 1 0 10804102 +che_guevara n 1 1 @ 1 0 11018153 +cheap-jack n 1 1 @ 1 0 10190516 +cheap_money n 1 1 @ 1 1 13378717 +cheap_shot n 2 1 @ 2 0 06768259 01175831 +cheapjack n 1 1 @ 1 0 09912598 +cheapness n 2 2 @ + 2 0 05147237 04818460 +cheapskate n 1 1 @ 1 0 09912681 +cheat n 5 3 @ ~ + 5 0 12125183 12111238 09998101 00780148 00754424 +cheater n 1 3 @ ~ + 1 0 09998101 +cheatgrass n 1 1 @ 1 0 12111399 +cheating n 1 3 @ ~ + 1 0 00754424 +chebab n 1 2 @ ; 1 0 09912765 +chechen n 2 1 @ 2 0 09912907 06978422 +chechen_republic n 1 2 @ #p 1 0 09004625 +chechenia n 1 2 @ #p 1 0 09004625 +chechnya n 1 2 @ #p 1 0 09004625 +check n 13 5 @ ~ #p + ; 13 6 13381734 05738625 06517942 14010927 05825245 00141806 06818747 05689249 04692908 03011162 01146039 00562935 00167446 +check-in n 1 2 @ + 1 0 00141669 +check-out_procedure n 1 2 @ ~ 1 0 00141806 +check_bit n 1 2 @ ; 1 0 13625482 +check_character n 1 2 @ ; 1 0 06819824 +check_girl n 1 1 @ 1 0 09913240 +check_mark n 1 1 @ 1 1 06818747 +check_overdraft_credit n 1 1 @ 1 0 13380996 +check_register n 1 1 @ 1 0 06506926 +check_stub n 1 1 @ 1 0 06507815 +checkbook n 1 2 @ %m 1 1 13414310 +checker n 3 4 @ ~ + ; 3 0 09913110 09912995 03011355 +checker_board n 1 4 @ ~ #p %p 1 0 03011521 +checkerberry n 2 5 @ #m #p %s %p 2 0 12235765 07743723 +checkerbloom n 1 2 @ #m 1 0 12187247 +checkerboard n 1 4 @ ~ #p %p 1 0 03011521 +checkered_adder n 1 1 @ 1 0 01734808 +checkered_daffodil n 1 1 @ 1 0 12453186 +checkered_lily n 1 3 @ ~ #m 1 0 12451915 +checkered_whiptail n 1 1 @ 1 0 01686808 +checkers n 1 3 @ %p - 1 0 00502952 +checking_account n 1 2 @ ; 1 0 13363970 +checking_program n 1 1 @ 1 0 06573472 +checklist n 1 1 @ 1 1 06489070 +checkmate n 2 2 @ + 2 0 07475035 00167764 +checkout n 3 3 @ ~ + 3 1 00141806 15181282 03011741 +checkout_counter n 1 1 @ 1 0 03011741 +checkout_line n 1 1 @ 1 0 08432714 +checkout_time n 1 1 @ 1 0 15181282 +checkpoint n 1 1 @ 1 0 08517825 +checkrein n 1 1 @ 1 0 02817251 +checkroom n 1 1 @ 1 0 03011892 +checksum n 1 1 @ 1 0 05826092 +checkup n 1 2 @ %p 1 1 00142361 +cheddar n 2 3 @ ~ #p 2 0 08878885 07852919 +cheddar_cheese n 1 2 @ ~ 1 0 07852919 +cheddar_pink n 1 1 @ 1 0 11809271 +cheek n 4 5 @ ~ #p %p + 4 1 05602835 06721813 05559727 04838210 +cheek_muscle n 1 2 @ #p 1 0 05294068 +cheek_pouch n 1 1 @ 1 0 05517145 +cheekbone n 1 3 @ #p %p 1 1 05273822 +cheekiness n 1 3 @ ~ + 1 0 04915866 +cheekpiece n 1 2 @ #p 1 0 03012013 +cheep n 1 2 @ + 1 0 07379094 +cheer n 2 5 @ ~ #p = + 2 1 06692572 04630689 +cheerer n 1 2 @ + 1 0 09913329 +cheerfulness n 2 6 ! @ ~ #p = + 2 1 04630689 07530478 +cheering n 1 2 @ + 1 1 07251779 +cheerio n 1 1 @ 1 0 06629610 +cheerleader n 2 2 @ + 2 0 09913593 09913455 +cheerlessness n 1 4 ! @ ~ + 1 0 07537068 +cheese n 2 5 @ ~ #m %s %p 2 1 07850329 12171503 +cheese_cutter n 1 2 @ %p 1 0 03012499 +cheese_dip n 1 1 @ 1 0 07582892 +cheese_fondue n 1 1 @ 1 0 07867616 +cheese_pizza n 1 1 @ 1 0 07874259 +cheese_press n 1 1 @ 1 0 03012644 +cheese_rind n 1 2 @ #p 1 0 07850957 +cheese_sauce n 1 2 @ ~ 1 0 07836731 +cheese_souffle n 1 1 @ 1 0 07863802 +cheese_spread n 1 1 @ 1 0 07856756 +cheese_tray n 1 1 @ 1 0 03012159 +cheeseboard n 1 1 @ 1 0 03012159 +cheeseburger n 1 1 @ 1 0 07697313 +cheesecake n 2 1 @ 2 0 07630089 03012263 +cheesecloth n 1 1 @ 1 1 03012373 +cheeseflower n 1 2 @ #m 1 0 12171503 +cheesemonger n 1 1 @ 1 0 09913741 +cheetah n 1 2 @ #m 1 0 02130308 +cheever n 1 1 @ 1 0 10894522 +cheewink n 1 2 @ #m 1 0 01542168 +chef n 1 2 @ ~ 1 0 09963574 +chef's_salad n 1 1 @ 1 0 07807472 +chef-d'oeuvre n 1 1 @ 1 0 03727605 +cheilanthes n 1 3 @ #m %m 1 0 13208468 +cheilanthes_alabamensis n 1 1 @ 1 0 13208965 +cheilanthes_eatonii n 1 1 @ 1 0 13209460 +cheilanthes_gracillima n 1 2 @ #m 1 0 13209129 +cheilanthes_lanosa n 1 1 @ 1 0 13209270 +cheilitis n 1 1 @ 1 0 14340182 +cheiloschisis n 1 1 @ 1 0 14214355 +cheilosis n 1 1 @ 1 0 14058066 +cheiranthus n 1 3 @ #m %m 1 0 11883137 +cheiranthus_allionii n 1 2 @ #m 1 0 11887476 +cheiranthus_asperus n 1 2 @ #m 1 0 11887750 +cheiranthus_cheiri n 1 2 @ #m 1 0 11883328 +chekhov n 1 1 @ 1 0 10894652 +chekov n 1 1 @ 1 0 10894652 +chela n 2 2 @ #p 2 1 09685006 02156532 +chelate n 1 2 @ + 1 0 14619033 +chelate_compound n 1 1 @ 1 0 14619033 +chelation n 2 3 @ + ; 2 0 13445972 13445831 +chelicera n 1 2 @ + 1 0 01768596 +chelicerata n 1 3 @ #m %m 1 0 01768402 +chelidonium n 1 3 @ #m %m 1 0 11903525 +chelidonium_majus n 1 2 @ #m 1 0 11903671 +chelifer n 1 3 @ #m %m 1 0 01770967 +chelifer_cancroides n 1 2 @ #m 1 0 01771100 +cheloid n 1 1 @ 1 0 14363913 +chelone n 1 3 @ #m %m 1 0 12880963 +chelone_glabra n 1 2 @ #m 1 0 12881105 +chelonethida n 1 3 @ #m %m 1 0 01770553 +chelonia n 2 4 @ #m %m + 2 0 01663659 01662274 +chelonia_mydas n 1 2 @ #m 1 0 01663782 +chelonian n 1 4 @ ~ #m + 1 0 01662622 +chelonian_reptile n 1 3 @ ~ #m 1 0 01662622 +chelonidae n 1 3 @ #m %m 1 0 01663169 +cheloniidae n 1 3 @ #m %m 1 0 01663169 +chelyabinsk n 1 2 @ #p 1 0 09010453 +chelydra n 1 3 @ #m %m 1 0 01666102 +chelydra_serpentina n 1 2 @ #m 1 0 01666228 +chelydridae n 1 3 @ #m %m 1 0 01665761 +chem_lab n 1 1 @ 1 0 03013718 +chemakuan n 1 2 @ ~ 1 0 06913948 +chemakum n 1 1 @ 1 0 06914069 +chemical n 1 3 @ ~ + 1 1 14806838 +chemical_action n 1 3 @ ~ ; 1 0 13446390 +chemical_agent n 1 2 @ ~ 1 0 14779550 +chemical_analysis n 1 3 @ ~ - 1 0 00646833 +chemical_attraction n 1 1 @ 1 0 11422822 +chemical_balance n 1 1 @ 1 0 02708555 +chemical_bomb n 1 1 @ 1 0 03012734 +chemical_bond n 1 2 @ ~ 1 0 11436283 +chemical_chain n 1 4 @ ~ #p ; 1 0 09240621 +chemical_change n 1 3 @ ~ ; 1 0 13446390 +chemical_compound n 1 3 @ ~ ; 1 0 14818238 +chemical_decomposition_reaction n 1 3 @ ~ ; 1 0 13458268 +chemical_defence n 1 1 @ 1 0 00961794 +chemical_defense n 1 1 @ 1 0 00961794 +chemical_diabetes n 1 1 @ 1 0 14120096 +chemical_element n 1 3 @ ~ %p 1 0 14622893 +chemical_energy n 1 1 @ 1 0 11438468 +chemical_engineering n 2 1 @ 2 0 06127460 00950217 +chemical_equilibrium n 1 2 @ ~ 1 0 13446197 +chemical_formula n 1 3 @ ~ %p 1 1 06816935 +chemical_group n 1 4 @ ~ #p ; 1 0 14621446 +chemical_industry n 1 1 @ 1 0 08067342 +chemical_irritant n 1 2 @ ~ 1 0 15032661 +chemical_mace n 1 2 @ ; 1 0 14944617 +chemical_mechanism n 1 2 @ ~ 1 0 13512506 +chemical_notation n 1 2 @ #p 1 0 06816785 +chemical_operations n 1 1 @ 1 0 00967622 +chemical_phenomenon n 1 3 @ ~ ; 1 0 11409059 +chemical_plant n 1 1 @ 1 0 03012897 +chemical_process n 1 3 @ ~ ; 1 0 13446390 +chemical_property n 1 2 @ ~ 1 0 05009758 +chemical_reaction n 1 3 @ ~ ; 1 1 13447361 +chemical_reactor n 1 2 @ ~ 1 0 03013006 +chemical_science n 1 3 @ ~ - 1 0 06084469 +chemical_substance n 1 2 @ ~ 1 0 14806838 +chemical_terrorism n 1 2 @ ; 1 0 00763282 +chemical_warfare n 1 1 @ 1 0 00967622 +chemical_weapon n 1 2 @ ~ 1 0 03013162 +chemical_weapons_convention n 1 1 @ 1 0 06774468 +chemiluminescence n 1 2 @ + 1 0 11476767 +chemin_de_fer n 1 1 @ 1 0 00489933 +chemise n 2 2 @ %p 2 0 03013580 03013438 +chemisorption n 1 2 @ + 1 0 13447923 +chemist n 2 4 @ ~ + ; 2 2 09913824 10421470 +chemist's n 1 2 @ %p 1 0 03249342 +chemist's_shop n 1 2 @ %p 1 0 03249342 +chemistry n 3 4 @ ~ + - 3 1 06084469 14580752 13840958 +chemistry_department n 1 1 @ 1 0 08116073 +chemistry_lab n 1 1 @ 1 0 03013718 +chemistry_laboratory n 1 1 @ 1 1 03013718 +chemnitz n 1 2 @ #p 1 0 08770518 +chemoimmunology n 1 1 @ 1 0 06051925 +chemoreceptor n 1 2 @ ~ 1 0 05300231 +chemosis n 1 1 @ 1 0 14316048 +chemosorption n 1 2 @ + 1 0 13447923 +chemosurgery n 1 1 @ 1 0 00668404 +chemosynthesis n 1 1 @ 1 0 13448179 +chemotaxis n 1 2 @ ~ 1 0 00862859 +chemotherapy n 1 3 @ ~ + 1 0 00662340 +chemulpo n 1 2 @ #p 1 0 08956140 +chen n 1 3 @ #m %m 1 0 01856748 +chen_caerulescens n 1 3 @ ~ #m 1 0 01856890 +chen_n._yang n 1 1 @ 1 0 11402120 +chenfish n 1 2 @ #m 1 0 02598573 +chenille n 2 3 @ #s %s 2 0 03013992 03013850 +chenille_cord n 1 2 @ #s 1 0 03013992 +chenin_blanc n 2 3 @ #s %s 2 0 13147532 07899533 +chennai n 1 2 @ #p 1 0 08904392 +chenopodiaceae n 1 4 @ ~ #m %m 1 0 11827775 +chenopodiales n 1 3 @ #m %m 1 0 11804082 +chenopodium n 1 3 @ #m %m 1 0 11828113 +chenopodium_album n 1 2 @ %p 1 0 11828577 +chenopodium_ambrosioides n 1 1 @ 1 0 11828804 +chenopodium_bonus-henricus n 1 2 @ %p 1 0 11828973 +chenopodium_botrys n 1 1 @ 1 0 11829205 +chenopodium_capitatum n 1 1 @ 1 0 11829435 +chenopodium_glaucum n 1 1 @ 1 0 11829672 +chenopodium_hybridum n 1 1 @ 1 0 11829922 +chenopodium_murale n 1 1 @ 1 0 11830045 +chenopodium_rubrum n 1 1 @ 1 0 11830252 +chenopodium_vulvaria n 1 1 @ 1 0 11830400 +cheoplastic_metal n 1 1 @ 1 0 14809521 +cheops n 1 1 @ 1 0 09915434 +cheque n 1 3 @ ~ + 1 0 13381734 +chequebook n 1 2 @ %m 1 0 13414310 +chequer n 1 3 @ ~ ; 1 0 03011355 +chequing_account n 1 2 @ ; 1 0 13363970 +cherbourg n 1 2 @ #p 1 0 08935674 +cheremis n 2 2 @ #m 2 0 09706396 06957287 +cheremiss n 2 2 @ #m 2 0 09706396 06957287 +cherepovets n 1 2 @ #p 1 0 09004495 +cherimolla n 1 2 @ #p 1 0 07761141 +cherimoya n 2 3 @ #p %p 2 0 11694300 07761141 +cherimoya_tree n 1 2 @ %p 1 0 11694300 +chermidae n 1 3 @ #m %m 1 0 02256010 +chernobyl n 1 2 @ #p 1 0 09016365 +chernozemic_soil n 1 1 @ 1 0 14809666 +cherokee n 2 2 @ ~ 2 1 06916117 09651790 +cherokee_rose n 1 1 @ 1 0 12621945 +cheroot n 1 1 @ 1 0 03014119 +cherry n 4 8 @ ~ #m #s #p %s %p + 4 0 12641796 12641413 07757132 04964443 +cherry-tree_gum n 1 1 @ 1 0 14900571 +cherry_apple n 1 2 @ #m 1 0 12634734 +cherry_birch n 1 2 @ #m 1 0 12283147 +cherry_bomb n 1 1 @ 1 1 03014204 +cherry_crab n 1 2 @ #m 1 0 12634734 +cherry_laurel n 2 2 @ #m 2 0 12646950 12643113 +cherry_pepper n 1 2 @ #m 1 0 12901565 +cherry_plum n 1 1 @ 1 0 12643313 +cherry_red n 1 1 @ 1 0 04964443 +cherry_stone n 1 1 @ 1 0 11690169 +cherry_tomato n 2 5 @ ~ #m #p %p 2 0 12906021 07734292 +cherry_tree n 1 5 @ ~ #m %s %p 1 0 12641413 +cherrystone n 2 1 @ 2 0 07787270 01958435 +cherrystone_clam n 2 1 @ 2 0 07787270 01958435 +chert n 1 3 @ ~ + 1 0 14870525 +cherub n 2 1 @ 2 0 09915577 09539730 +cherubini n 1 1 @ 1 0 10894905 +chervil n 2 4 @ #m #p %p 2 0 12932706 07816839 +chesapeake_bay n 1 2 @ #p 1 0 09243405 +chesapeake_bay_retriever n 1 1 @ 1 0 02099849 +cheshire_cat n 1 1 @ 1 0 09591676 +cheshire_cheese n 1 1 @ 1 0 07853232 +chess n 2 4 @ ~ %p - 2 0 12111238 00503237 +chess_board n 1 2 @ #p 1 0 03014317 +chess_club n 1 1 @ 1 0 08229275 +chess_game n 1 4 @ ~ %p - 1 0 00503237 +chess_master n 1 2 @ ~ 1 0 09915651 +chess_match n 1 1 @ 1 0 07466108 +chess_move n 1 3 @ ~ #p 1 0 00166355 +chess_opening n 1 2 @ ; 1 0 00457890 +chess_piece n 1 3 @ ~ #p 1 0 03014440 +chess_player n 1 2 @ ~ 1 0 09915834 +chess_set n 1 2 @ %p 1 1 07997338 +chessboard n 1 2 @ #p 1 0 03014317 +chessman n 1 3 @ ~ #p 1 0 03014440 +chest n 4 5 @ ~ #p %p + 4 2 05552607 03014705 05553288 03015254 +chest_cavity n 1 3 @ #p %p 1 0 05553049 +chest_of_drawers n 1 3 @ ~ %p 1 0 03015254 +chest_pain n 1 1 @ 1 0 14325902 +chest_protector n 1 1 @ 1 0 03015478 +chest_register n 1 1 @ 1 0 05127500 +chest_tone n 1 1 @ 1 0 05127500 +chest_voice n 1 1 @ 1 0 05127500 +chester n 1 3 @ #p %p 1 0 09135993 +chester_a._arthur n 1 1 @ 1 0 10825180 +chester_alan_arthur n 1 1 @ 1 0 10825180 +chester_nimitz n 1 1 @ 1 0 11207929 +chester_william_nimitz n 1 1 @ 1 0 11207929 +chesterfield n 3 1 @ 3 0 10895073 03015149 03015052 +chesterton n 1 1 @ 1 0 10895274 +chestnut n 6 8 @ ~ #m #s #p %s %p + 6 0 12262905 12262553 07772274 04972350 02468504 02388735 +chestnut-bark_disease n 1 1 @ 1 0 14216653 +chestnut_blight n 1 1 @ 1 0 14216653 +chestnut_canker n 1 1 @ 1 0 14216653 +chestnut_oak n 1 2 @ ~ 1 0 12275489 +chestnut_tree n 1 5 @ ~ #m %s %p 1 0 12262553 +chetah n 1 2 @ #m 1 0 02130308 +chetrum n 1 2 @ #p 1 0 13689518 +cheval-de-frise n 1 1 @ 1 0 03015631 +cheval_glass n 1 1 @ 1 0 03015851 +chevalier n 2 1 @ 2 0 10895549 09902256 +chevalier_de_bayard n 1 1 @ 1 0 10838802 +chevalier_de_lamarck n 1 1 @ 1 0 11114791 +chevaux-de-frise n 1 1 @ 1 1 03015631 +cheviot n 1 1 @ 1 0 02413917 +cheviot_hills n 1 2 @ #p 1 0 08796844 +cheviots n 1 2 @ #p 1 0 08796844 +chevre n 1 1 @ 1 0 07853560 +chevron n 2 2 @ ; 2 0 07269552 03015975 +chevrotain n 1 3 @ ~ #m 1 0 02435853 +chew n 2 4 @ ~ #p + 2 0 07579399 00278810 +chewa n 1 2 @ #m 1 0 09697771 +chewer n 1 3 @ ~ + 1 0 09915964 +chewing n 1 4 @ ~ #p + 1 0 00278810 +chewing_gum n 1 3 @ ~ %s 1 0 07599998 +chewing_out n 1 1 @ 1 1 06713187 +chewink n 1 2 @ #m 1 0 01542168 +cheyenne n 3 2 @ #p 3 2 09159675 06908700 09651968 +cheyne-stokes_respiration n 1 1 @ 1 0 00834290 +chi n 2 3 @ #m ; 2 0 14050559 06836381 +chiacoan_peccary n 1 1 @ 1 0 02398141 +chian_turpentine n 1 1 @ 1 0 14897521 +chiang_chung-cheng n 1 1 @ 1 0 10895688 +chiang_kai-shek n 1 1 @ 1 0 10895688 +chianti n 1 1 @ 1 0 07895595 +chiaroscuro n 1 2 @ ~ 1 0 03016056 +chiasm n 1 3 @ ~ + 1 0 05228496 +chiasma n 1 2 @ ~ 1 0 05228496 +chiasma_opticum n 1 1 @ 1 0 05228881 +chiasmus n 1 1 @ 1 0 07102271 +chic n 1 3 @ ~ + 1 0 04813712 +chicago n 2 3 @ #p %p 2 1 09083390 00493308 +chicane n 3 3 @ ~ + 3 0 07957456 03016209 00752954 +chicanery n 1 3 @ ~ + 1 0 00752954 +chicano n 1 1 @ 1 0 09722817 +chicha n 1 1 @ 1 0 03533014 +chichewa n 2 2 @ #m 2 0 09697771 06992600 +chichi n 2 2 @ ~ 2 0 09916109 04813712 +chichipe n 1 2 @ #m 1 0 11848867 +chick n 2 1 @ 2 1 01792042 09989045 +chickadee n 1 3 @ ~ #m 1 0 01592084 +chickamauga n 1 3 @ #p ; 1 0 01275697 +chickasaw n 2 1 @ 2 0 09652149 06912340 +chickasaw_plum n 1 2 @ %p 1 0 12639168 +chicken n 4 5 @ ~ #p %p + 4 2 07644967 01791625 10781817 07457936 +chicken_and_rice n 1 2 @ ~ 1 0 07861813 +chicken_breast n 1 1 @ 1 0 14215199 +chicken_broth n 1 1 @ 1 0 07585107 +chicken_cacciatora n 1 1 @ 1 0 07580592 +chicken_cacciatore n 1 1 @ 1 0 07580592 +chicken_casserole n 1 2 @ ~ 1 0 07580470 +chicken_coop n 1 1 @ 1 0 03016389 +chicken_cordon_bleu n 1 1 @ 1 0 07864065 +chicken_drumstick n 1 1 @ 1 0 07648150 +chicken_farm n 1 1 @ 1 0 03016511 +chicken_feed n 2 1 @ 2 0 07805389 03754295 +chicken_hawk n 1 1 @ 1 0 01606978 +chicken_kiev n 1 1 @ 1 0 07864756 +chicken_leg n 1 1 @ 1 0 07648150 +chicken_little n 1 1 @ 1 0 09591814 +chicken_liver n 1 1 @ 1 0 07652310 +chicken_louse n 1 2 @ #m 1 0 02185814 +chicken_manure n 1 1 @ 1 0 14863788 +chicken_marengo n 1 1 @ 1 0 07863935 +chicken_mousse n 1 1 @ 1 0 07617526 +chicken_paprika n 1 1 @ 1 0 07864317 +chicken_paprikash n 1 1 @ 1 0 07864317 +chicken_provencale n 1 1 @ 1 0 07861681 +chicken_purloo n 1 1 @ 1 0 07590177 +chicken_roundworm n 1 2 @ #m 1 0 01931140 +chicken_run n 1 1 @ 1 0 03016737 +chicken_salad n 1 1 @ 1 0 07808479 +chicken_sandwich n 1 1 @ 1 0 07696728 +chicken_scratch n 1 1 @ 1 0 06404322 +chicken_snake n 1 2 @ #m 1 0 01732989 +chicken_soup n 1 1 @ 1 0 07585557 +chicken_stew n 1 1 @ 1 0 07592317 +chicken_stock n 1 1 @ 1 0 07585107 +chicken_taco n 1 1 @ 1 0 07880880 +chicken_tetrazzini n 1 1 @ 1 0 07864475 +chicken_wing n 1 2 @ #p 1 0 07648814 +chicken_wire n 1 1 @ 1 0 03016609 +chicken_yard n 1 1 @ 1 0 03016737 +chickenfeed n 1 1 @ 1 0 13388000 +chickenpox n 1 1 @ 1 0 14132975 +chickenshit n 1 2 @ ; 1 0 06611856 +chickeree n 1 1 @ 1 0 02357585 +chickpea n 3 3 @ #p %p 3 0 12515925 12515711 07726095 +chickpea_plant n 1 2 @ %p 1 0 12515711 +chickweed n 2 3 @ ~ #m 2 0 11817914 11807108 +chickweed_phlox n 1 2 @ #m 1 0 12810847 +chicle n 1 2 @ #s 1 0 14900695 +chicle_gum n 1 2 @ #s 1 0 14900695 +chicness n 1 3 @ ~ + 1 0 04813712 +chico n 1 2 @ #m 1 0 11160861 +chicory n 4 5 @ ~ #m #p %p 4 0 11953610 11953038 07731284 07730855 +chicory_escarole n 1 3 @ ~ #p 1 0 07731587 +chicory_plant n 1 3 @ #m %p 1 0 11953038 +chicory_root n 2 2 @ #p 2 0 11953610 07731284 +chicot n 1 2 @ #m 1 0 12496427 +chiding n 1 3 @ ~ + 1 0 06712833 +chief n 3 2 @ ~ 3 2 10162991 10104209 10164025 +chief_assistant n 1 1 @ 1 0 10531109 +chief_constable n 1 2 @ ; 1 0 09916209 +chief_executive n 2 3 @ ~ #p 2 0 10467395 00597265 +chief_executive_officer n 1 1 @ 1 0 09916348 +chief_financial_officer n 1 1 @ 1 0 09916601 +chief_joseph n 1 1 @ 1 0 11092126 +chief_justice n 1 3 @ ~ ; 1 1 09916788 +chief_of_staff n 1 2 @ ; 1 0 09917214 +chief_of_state n 1 2 @ ~ 1 0 10164747 +chief_operating_officer n 1 1 @ 1 0 09916348 +chief_petty_officer n 1 2 @ ; 1 0 09917345 +chief_secretary n 1 2 @ #m 1 0 09917481 +chieftain n 2 3 @ ~ + 2 1 09893344 10164025 +chieftaincy n 1 1 @ 1 0 00590383 +chieftainship n 1 2 @ + 1 0 00590383 +chiffon n 1 1 @ 1 0 03016868 +chiffon_cake n 1 1 @ 1 0 07630220 +chiffonier n 1 2 @ %p 1 0 03016953 +chigetai n 1 1 @ 1 0 02390938 +chigger n 2 2 @ #m 2 0 02187554 01781071 +chigger_flower n 1 1 @ 1 0 13235503 +chiggerflower n 1 1 @ 1 0 13235503 +chignon n 1 1 @ 1 1 05259726 +chigoe n 1 2 @ #m 1 0 02187554 +chigoe_flea n 1 2 @ #m 1 0 02187554 +chihuahua n 3 3 @ #p %p 3 0 08742578 08742455 02085620 +chihuahuan_desert n 1 2 @ #p 1 0 09168707 +chihuahuan_spotted_whiptail n 1 1 @ 1 0 01686403 +chilblain n 1 2 @ ~ 1 0 14183522 +chilblains n 1 2 @ ~ 1 0 14183522 +child n 4 6 ! @ ~ #m %p + 4 3 09917593 09918248 09918554 09918762 +child's_body n 1 3 @ #p %p 1 0 05219420 +child's_game n 1 2 @ ~ 1 0 00483935 +child's_play n 2 2 @ ~ 2 0 00575365 00431893 +child's_room n 1 2 @ ~ 1 0 03017070 +child_abuse n 1 1 @ 1 0 00420218 +child_care n 1 2 @ ~ 1 1 01209963 +child_molester n 1 1 @ 1 0 10411867 +child_neglect n 1 1 @ 1 0 00420336 +child_pornography n 1 1 @ 1 0 00747519 +child_prodigy n 1 1 @ 1 0 09918867 +child_psychology n 1 1 @ 1 0 06138941 +child_support n 1 1 @ 1 0 13299071 +child_welfare_agency n 1 1 @ 1 0 08423840 +child_welfare_service n 1 1 @ 1 1 08423840 +childbearing n 1 4 @ ~ %p + 1 0 13448334 +childbed n 1 4 @ ~ #p %p 1 0 14048441 +childbed_fever n 1 1 @ 1 0 14190493 +childbirth n 1 3 @ ~ %p 1 0 13448334 +childbirth-preparation_class n 1 1 @ 1 0 00885574 +childcare n 1 2 @ ~ 1 0 01209963 +childe_hassam n 1 1 @ 1 0 11033992 +childhood n 2 4 @ ~ %p + 2 2 15147097 14427065 +childishness n 1 2 @ + 1 1 04928760 +childlessness n 1 2 @ + 1 0 13933103 +chile n 2 9 @ ~ #m #s #p %m %p + - 2 0 08720481 07721456 +chile_bonito n 1 2 @ #m 1 0 02628259 +chile_hazel n 1 2 @ #m 1 0 12216968 +chile_nut n 1 2 @ #m 1 0 12216968 +chile_pine n 1 1 @ 1 0 11646167 +chile_tarweed n 1 2 @ %s 1 0 11994527 +chilean n 1 3 @ #m + 1 0 09697986 +chilean_bonito n 1 2 @ #m 1 0 02628259 +chilean_cedar n 1 2 @ #m 1 0 11633284 +chilean_firebush n 1 2 @ #m 1 0 12216628 +chilean_flameflower n 1 2 @ #m 1 0 12216628 +chilean_hazelnut n 1 2 @ #m 1 0 12216968 +chilean_jasmine n 1 2 @ #m 1 0 11773628 +chilean_monetary_unit n 1 2 @ ~ 1 0 13691401 +chilean_nut n 1 2 @ #m 1 0 12216968 +chilean_peso n 1 2 @ %p 1 0 13691509 +chilean_rimu n 1 2 @ #m 1 0 11656549 +chilean_strawberry n 1 2 @ #m 1 0 12630763 +chili n 2 5 @ ~ #s #p ; 2 0 07864934 07721456 +chili_con_carne n 1 2 @ ; 1 0 07864934 +chili_dog n 1 1 @ 1 0 07865105 +chili_pepper n 2 7 @ ~ #m #s #p %s %p 2 0 12900987 07721456 +chili_powder n 1 2 @ %s 1 0 07822687 +chili_sauce n 1 1 @ 1 0 07822845 +chili_vinegar n 1 1 @ 1 0 07823004 +chiliad n 1 2 @ ~ 1 0 13750844 +chiliasm n 1 2 @ + 1 0 06189551 +chiliast n 1 1 @ 1 0 10318414 +chill n 4 2 @ + 4 3 05015463 07520112 14340287 07537259 +chiller n 1 1 @ 1 0 01261113 +chilli n 1 4 @ ~ #s #p 1 0 07721456 +chilli_pepper n 1 4 @ #m %s %p 1 0 12900987 +chilliness n 2 3 @ ~ + 2 0 05015678 04629604 +chilling n 1 3 @ ~ + 1 0 13453160 +chills_and_fever n 1 3 @ ~ #p 1 0 14340462 +chilly n 1 4 @ ~ #s #p 1 0 07721456 +chiloe n 1 2 @ #p 1 0 08721286 +chilomastix n 1 2 @ #m 1 0 01420000 +chilomeniscus n 1 3 @ #m %m 1 0 01738470 +chilomeniscus_cinctus n 1 1 @ 1 0 01738731 +chilomycterus n 1 3 @ #m %m 1 0 02656171 +chilopoda n 1 3 @ #m %m 1 0 01784427 +chilopsis n 1 3 @ #m %m 1 0 12815060 +chilopsis_linearis n 1 2 @ #m 1 0 12815198 +chiluba n 1 2 @ #m 1 0 09693244 +chimaera n 3 4 @ ~ #m ; 3 0 09493562 05769314 01481331 +chimaera_monstrosa n 1 1 @ 1 0 01481498 +chimaeridae n 1 3 @ #m %m 1 0 01481063 +chimakum n 1 1 @ 1 0 09652278 +chimaphila n 1 3 @ #m %m 1 0 12257343 +chimaphila_corymbosa n 1 1 @ 1 0 12257725 +chimaphila_umbellata n 1 1 @ 1 0 12257725 +chimariko n 2 1 @ 2 0 09652398 06920994 +chimborazo n 1 2 @ #p 1 0 09243615 +chime n 1 3 @ ~ + 1 0 03017168 +chimera n 2 3 @ + ; 2 0 09493562 05769314 +chimney n 2 4 @ ~ #p %p 2 1 03017428 03636891 +chimney_bellflower n 1 1 @ 1 0 12038760 +chimney_breast n 1 1 @ 1 0 03017698 +chimney_corner n 1 1 @ 1 1 03017835 +chimney_plant n 1 1 @ 1 0 12038760 +chimney_swallow n 2 2 @ #m 2 0 01832813 01594787 +chimney_swift n 1 2 @ #m 1 0 01832813 +chimneypiece n 1 2 @ #p 1 0 03719343 +chimneypot n 1 1 @ 1 0 03017931 +chimneystack n 1 2 @ #p 1 0 03018058 +chimneysweep n 1 1 @ 1 0 09919061 +chimneysweeper n 1 1 @ 1 0 09919061 +chimonanthus n 1 3 @ #m %m 1 0 11701492 +chimonanthus_praecox n 1 2 @ #m 1 0 11701698 +chimp n 1 3 @ ~ #m 1 0 02481823 +chimpanzee n 1 3 @ ~ #m 1 0 02481823 +chimwini n 1 1 @ 1 0 06992709 +chin n 2 4 @ ~ #p %p 2 1 05599617 06933279 +chin-up n 1 2 @ + 1 1 00629597 +chin-wag n 1 1 @ 1 0 07135080 +chin-wagging n 1 1 @ 1 0 07135080 +chin_music n 1 1 @ 1 1 07137129 +chin_rest n 1 2 @ #p 1 0 03019685 +chin_strap n 1 1 @ 1 0 03019806 +chin_wag n 1 1 @ 1 0 07135080 +chin_wagging n 1 1 @ 1 0 07135080 +china n 4 6 @ ~ #p %m %p - 4 2 08723006 03018209 08730550 03018493 +china_aster n 1 2 @ #m 1 0 11943992 +china_cabinet n 1 1 @ 1 0 03018349 +china_clay n 1 3 @ #s - 1 0 14670639 +china_closet n 1 1 @ 1 0 03018349 +china_fleece_vine n 1 2 @ #m 1 0 12601106 +china_grass n 1 2 @ #m 1 0 12393269 +china_jute n 1 2 @ #m 1 0 12173069 +china_pink n 1 2 @ ~ 1 0 11808721 +china_rose n 2 1 @ 2 0 12621260 12179391 +china_stone n 1 3 @ #s - 1 0 14670639 +china_tree n 2 2 @ #m 2 0 12741792 12695975 +chinaberry n 2 2 @ #m 2 0 12741792 12695975 +chinaberry_tree n 1 2 @ #m 1 0 12695975 +chinaman n 2 2 @ ; 2 0 09698337 00476952 +chinaware n 1 2 @ ~ 1 0 03018493 +chincapin n 1 2 @ #p 1 0 07772413 +chinch n 1 2 @ #m 1 0 02240517 +chinch_bug n 1 2 @ #m 1 0 02239192 +chincherinchee n 1 1 @ 1 0 12460308 +chinchilla n 3 2 @ #m 3 0 14764715 03018614 02367492 +chinchilla_laniger n 1 2 @ #m 1 0 02367492 +chinchilla_rat n 1 2 @ #m 1 0 02368399 +chinchillidae n 1 3 @ #m %m 1 0 02367131 +chinchillon n 1 2 @ #m 1 0 02368116 +chinchona n 1 4 @ ~ #m %p 1 0 12663804 +chine n 2 2 @ + 2 0 07654538 01895128 +chinese n 2 4 @ ~ #m ; 2 1 06929742 09698108 +chinese_alligator n 1 1 @ 1 0 01698782 +chinese_angelica n 1 1 @ 1 0 11798688 +chinese_angelica_tree n 1 1 @ 1 0 11798688 +chinese_anise n 2 5 @ #m #s #p %p 2 0 11709205 07826930 +chinese_black_mushroom n 1 2 @ #m 1 0 13001930 +chinese_brown_sauce n 1 2 @ ; 1 0 07836456 +chinese_cabbage n 2 2 @ #m 2 0 11878808 07714287 +chinese_celery n 1 1 @ 1 0 07714287 +chinese_checkers n 1 1 @ 1 0 00503981 +chinese_chequers n 1 1 @ 1 0 00503981 +chinese_chestnut n 1 2 @ #m 1 0 12263410 +chinese_chive n 1 2 @ %p 1 0 12435777 +chinese_cinnamon n 1 2 @ #p 1 0 11705387 +chinese_cork_oak n 1 1 @ 1 0 12279293 +chinese_date n 1 2 @ #p 1 0 07765999 +chinese_deity n 1 3 @ ~ ; 1 0 09533048 +chinese_elm n 2 2 @ #m 2 0 12408077 12407715 +chinese_evergreen n 1 2 @ #m 1 0 11781658 +chinese_forget-me-not n 1 2 @ #m 1 0 12818966 +chinese_fried_rice n 1 1 @ 1 0 07868340 +chinese_goose n 1 2 @ #m 1 0 01856380 +chinese_gooseberry n 2 4 @ #m #p %p 2 0 12371439 07763629 +chinese_hibiscus n 1 1 @ 1 0 12179391 +chinese_holly n 1 2 @ #m 1 0 12757115 +chinese_jujube n 1 2 @ #p 1 0 07765999 +chinese_lacquer_tree n 1 2 @ #m 1 0 12767648 +chinese_lantern n 1 1 @ 1 0 03018712 +chinese_lantern_plant n 1 1 @ 1 0 12910875 +chinese_magnolia n 1 1 @ 1 0 11711289 +chinese_monetary_unit n 1 2 @ ~ 1 0 13709819 +chinese_mushroom n 1 2 @ #m 1 0 13020191 +chinese_mustard n 2 2 @ #m 2 0 11878633 07819682 +chinese_paddlefish n 1 2 @ #m 1 0 02639922 +chinese_parasol n 1 2 @ #m 1 0 12198286 +chinese_parasol_tree n 1 2 @ #m 1 0 12198286 +chinese_parsley n 2 4 @ #m #p %p 2 0 12936469 07817315 +chinese_pea_tree n 1 1 @ 1 0 12512294 +chinese_primrose n 1 1 @ 1 0 12091697 +chinese_privet n 1 1 @ 1 0 12308664 +chinese_puzzle n 1 1 @ 1 0 03018848 +chinese_restaurant_syndrome n 1 1 @ 1 0 14304964 +chinese_revolution n 1 2 @ ; 1 0 01303582 +chinese_rhubarb n 1 1 @ 1 0 12603672 +chinese_scholar_tree n 1 2 @ #m 1 0 12570394 +chinese_scholartree n 1 2 @ #m 1 0 12570394 +chinese_shan n 1 1 @ 1 0 06935111 +chinese_silk_plant n 1 2 @ #m 1 0 12393269 +chinese_wall n 1 2 @ #p 1 0 03018971 +chinese_water_chestnut n 1 2 @ %p 1 0 12153741 +chinese_white n 1 2 @ %s 1 0 15108745 +chinese_white_cabbage n 1 2 @ #m 1 0 11879054 +chinese_wistaria n 1 1 @ 1 0 12580786 +chinese_wood_oil n 1 1 @ 1 0 15086545 +chinese_yam n 1 1 @ 1 0 12088495 +chingpo n 1 1 @ 1 0 06933185 +chink n 3 3 @ + ; 3 0 09698337 09243769 07379223 +chinkapin n 1 2 @ #p 1 0 07772413 +chinkapin_oak n 1 1 @ 1 0 12275675 +chinning_bar n 1 1 @ 1 1 03019198 +chino n 2 3 @ #s %s 2 0 03019434 03019304 +chino-japanese_war n 1 2 @ ; 1 0 01275934 +chinoiserie n 1 1 @ 1 0 03019535 +chinook n 5 4 @ #m #p %p 5 0 11438612 09652535 07796321 06924996 02536456 +chinook_jargon n 1 1 @ 1 0 06905828 +chinook_salmon n 2 4 @ #m #p %p 2 0 07796321 02536456 +chinook_wind n 1 1 @ 1 0 11438612 +chinookan n 1 1 @ 1 0 06924996 +chinquapin n 3 4 @ #m #p %p 3 0 12263987 12263738 07772413 +chinquapin_oak n 1 1 @ 1 0 12275675 +chintz n 1 1 @ 1 0 03019938 +chiococca n 1 3 @ #m %m 1 0 12662223 +chiococca_alba n 1 2 @ #m 1 0 12662379 +chionanthus n 1 3 @ #m %m 1 0 12301917 +chionanthus_virginicus n 1 1 @ 1 0 12302248 +chionochloa_conspicua n 1 1 @ 1 0 12109365 +chios n 1 3 @ #p + 1 0 08782976 +chip n 9 6 @ ~ #p %p + ; 9 2 09222051 03020563 09243906 07712559 04692908 03020416 03020034 00573530 00377169 +chip_shot n 1 2 @ ; 1 0 00573530 +chipboard n 1 1 @ 1 0 15102455 +chipewyan n 2 1 @ 2 0 09652746 06920010 +chipmunk n 1 2 @ #m 1 0 02360282 +chipolata n 1 2 @ ; 1 0 07676425 +chipotle n 1 1 @ 1 0 07721833 +chippendale n 1 1 @ 1 0 10896046 +chippewa n 2 1 @ 2 0 09663472 06911366 +chippewaian n 1 1 @ 1 0 06920010 +chippewyan n 1 1 @ 1 0 06920010 +chipping n 1 2 @ + 1 0 00377169 +chipping_sparrow n 1 2 @ #m 1 0 01536035 +chips n 1 2 @ ; 1 0 07711080 +chiralgia n 1 1 @ 1 0 14325976 +chiricahua_apache n 1 1 @ 1 0 06919548 +chirico n 1 1 @ 1 0 10896255 +chirocephalus n 1 3 @ #m %m 1 0 01995323 +chirography n 1 1 @ 1 0 06403969 +chirology n 1 1 @ 1 0 05777830 +chiromancer n 1 2 @ + 1 0 10395209 +chiromancy n 1 2 @ + 1 0 05777830 +chiron n 2 2 @ ; 2 0 09493807 09244022 +chironomidae n 1 3 @ #m %m 1 0 02203008 +chironomus n 1 2 @ #m 1 0 02203332 +chiropodist n 1 2 @ + 1 0 09919297 +chiropody n 1 2 @ + 1 0 06062076 +chiropractic n 1 1 @ 1 0 00707967 +chiropractor n 1 1 @ 1 1 09919200 +chiroptera n 1 3 @ #m %m 1 0 02138921 +chiropteran n 1 4 @ ~ #m %p 1 0 02139199 +chirp n 1 3 @ ~ + 1 0 07379409 +chirpiness n 1 2 @ + 1 0 04632063 +chirrup n 1 2 @ + 1 0 07379577 +chisel n 1 3 @ ~ + 1 1 03020692 +chisel_steel n 1 1 @ 1 0 14809756 +chiseler n 1 3 @ ~ + 1 0 09955015 +chiseller n 1 3 @ ~ + 1 0 09955015 +chisholm_trail n 1 2 @ #p 1 0 03020927 +chishona n 1 1 @ 1 0 06992807 +chisinau n 1 2 @ #p 1 0 09014850 +chislev n 1 3 @ #p %p 1 0 15214840 +chit n 2 1 @ 2 0 09919451 06517942 +chit-chat n 1 2 @ + 1 0 07135080 +chit_chat n 1 2 @ + 1 0 07135080 +chitchat n 1 2 @ + 1 0 07135080 +chitin n 1 3 @ %s + 1 0 14732722 +chitlings n 1 1 @ 1 0 07671722 +chitlins n 1 1 @ 1 0 07671722 +chiton n 2 2 @ #m 2 0 03021121 01955084 +chittagong n 1 2 @ #p 1 0 08849372 +chittam_bark n 1 2 @ #p 1 0 13141797 +chittamwood n 3 2 @ %p 3 0 13141564 12773142 12760316 +chittem_bark n 1 2 @ #p 1 0 13141797 +chitterlings n 1 1 @ 1 0 07671722 +chittimwood n 2 2 @ %p 2 0 13141564 12773142 +chivalry n 2 2 @ + 2 1 04913738 05955848 +chivaree n 1 1 @ 1 0 07054122 +chive n 1 2 @ %p 1 0 12435152 +chives n 2 3 @ #p %p 2 0 12435152 07817024 +chiwere n 1 2 @ ~ 1 0 06908801 +chlamydera n 1 3 @ #m %m 1 0 01601268 +chlamydera_nuchalis n 1 2 @ #m 1 0 01601410 +chlamydia n 2 4 @ ~ #m + 2 0 14175579 01372709 +chlamydia_psittaci n 1 1 @ 1 0 01372944 +chlamydia_trachomatis n 1 1 @ 1 0 01373090 +chlamydiaceae n 1 3 @ #m %m 1 0 01372372 +chlamydomonadaceae n 1 3 @ #m %m 1 0 01409477 +chlamydomonas n 1 2 @ #m 1 0 01409665 +chlamydosaurus n 1 3 @ #m %m 1 0 01688106 +chlamydosaurus_kingi n 1 2 @ #m 1 0 01688243 +chlamydospore n 1 2 @ ~ 1 0 11548870 +chlamyphore n 1 2 @ #m 1 0 02456275 +chlamyphorus n 1 3 @ #m %m 1 0 02456147 +chlamyphorus_truncatus n 1 2 @ #m 1 0 02456275 +chlamys n 2 5 @ ~ #p %p + 2 0 11692265 03021228 +chloasma n 1 1 @ 1 0 14302652 +chloe_anthony_wofford n 1 1 @ 1 0 11192349 +chlor-trimeton n 1 2 @ ; 1 0 03022978 +chloral_hydrate n 1 2 @ ~ 1 0 03021360 +chlorambucil n 1 1 @ 1 0 03021531 +chloramine n 1 1 @ 1 0 03021696 +chloramine-t n 1 1 @ 1 0 03021696 +chloramphenicol n 1 1 @ 1 0 03021858 +chloranthaceae n 1 3 @ #m %m 1 0 13151265 +chloranthus n 1 2 @ #m 1 0 13151439 +chlorate n 1 1 @ 1 0 14610703 +chlordiazepoxide n 1 1 @ 1 0 03022041 +chlorella n 1 2 @ #m 1 0 01411450 +chlorenchyma n 1 1 @ 1 0 13096677 +chlorhexidine n 1 1 @ 1 0 03022250 +chloric_acid n 1 1 @ 1 0 14610782 +chloride n 2 2 @ ~ 2 1 15017604 15016852 +chloride_of_lime n 1 1 @ 1 0 14780850 +chlorinated_lime n 1 1 @ 1 0 14780850 +chlorination n 2 3 @ ~ + 2 0 13448622 00709659 +chlorine n 1 4 @ ~ #s + 1 1 14634591 +chlorine_dioxide n 1 1 @ 1 0 14809843 +chlorine_water n 1 1 @ 1 0 14810032 +chlorinity n 1 1 @ 1 0 13581871 +chloris n 1 2 @ #m 1 0 12114226 +chloris_gayana n 1 1 @ 1 0 12114590 +chloris_truncata n 1 1 @ 1 0 12114770 +chlorite n 1 1 @ 1 0 14670954 +chloroacetophenone n 1 2 @ ~ 1 0 14604038 +chlorobenzene n 1 1 @ 1 0 14603236 +chlorobenzylidenemalononitrile n 1 1 @ 1 0 14603798 +chlorococcales n 1 3 @ #m %m 1 0 01410847 +chlorococcum n 1 2 @ #m 1 0 01411036 +chlorofluorocarbon n 1 2 @ ~ 1 0 14603497 +chloroform n 1 2 @ + 1 0 03022406 +chlorofucin n 1 1 @ 1 0 01398803 +chlorohydric_acid n 1 2 @ ~ 1 0 14912387 +chloromycetin n 1 1 @ 1 0 03021858 +chlorophis n 1 3 @ #m %m 1 0 01730429 +chlorophoneus n 1 3 @ #m %m 1 0 01600197 +chlorophoneus_nigrifrons n 1 2 @ #m 1 0 01600341 +chlorophthalmidae n 1 3 @ #m %m 1 0 02543737 +chlorophyceae n 1 3 @ #m %m 1 0 01407465 +chlorophyl n 1 2 @ ~ 1 0 01398212 +chlorophyll n 1 3 @ ~ + 1 0 01398212 +chlorophyll_a n 1 1 @ 1 0 01398481 +chlorophyll_b n 1 1 @ 1 0 01398632 +chlorophyll_c n 1 1 @ 1 0 01398803 +chlorophyll_d n 1 1 @ 1 0 01398941 +chlorophyllum_molybdites n 1 1 @ 1 0 13012973 +chlorophyta n 1 3 @ #m %m 1 0 01407065 +chlorophyte n 1 3 @ ~ #m 1 0 01407798 +chloropicrin n 1 1 @ 1 0 14810168 +chloroplast n 1 1 @ 1 0 12962992 +chloroprene n 1 2 @ #s 1 0 14912245 +chloroquine n 1 1 @ 1 0 03022634 +chlorosis n 1 1 @ 1 0 14166775 +chlorothiazide n 1 1 @ 1 1 03022788 +chlorous_acid n 1 1 @ 1 0 14610914 +chloroxylon n 1 3 @ #m %m 1 0 12697360 +chloroxylon_swietenia n 1 3 @ #m %s 1 0 12697514 +chlorpheniramine_maleate n 1 1 @ 1 0 03022978 +chlorpromazine n 1 1 @ 1 1 03023175 +chlorpyrifos n 1 1 @ 1 0 14810466 +chlortetracycline n 1 1 @ 1 0 03023415 +chlorthalidone n 1 1 @ 1 0 03023623 +chlorura n 1 3 @ #m %m 1 0 01542316 +chlorura_chlorura n 1 2 @ #m 1 0 01542433 +choanocyte n 1 1 @ 1 0 01907287 +choc n 1 1 @ 1 0 07603411 +choc-ice n 1 1 @ 1 0 07614942 +chock n 1 3 @ ~ + 1 1 03023878 +chocolate n 3 3 @ ~ %s 3 1 07922764 07601999 04972451 +chocolate_bar n 1 2 @ ~ 1 0 07603511 +chocolate_cake n 1 2 @ ~ 1 0 07630294 +chocolate_candy n 1 3 @ ~ %s 1 0 07602454 +chocolate_chip_cookie n 1 1 @ 1 0 07638317 +chocolate_eclair n 1 1 @ 1 0 07628779 +chocolate_egg n 1 1 @ 1 0 07842044 +chocolate_fondue n 1 1 @ 1 0 07867751 +chocolate_fudge n 1 1 @ 1 0 07605597 +chocolate_ice_cream n 1 2 @ ~ 1 0 07614825 +chocolate_kiss n 1 1 @ 1 0 07607138 +chocolate_liquor n 1 1 @ 1 0 07602829 +chocolate_milk n 1 1 @ 1 0 07921360 +chocolate_mousse n 1 1 @ 1 0 07617611 +chocolate_pudding n 1 1 @ 1 0 07618432 +chocolate_root n 1 1 @ 1 0 12632072 +chocolate_sauce n 1 2 @ ~ 1 0 07836838 +chocolate_syrup n 1 2 @ ~ 1 0 07836838 +chocolate_tree n 1 3 @ ~ #m 1 0 12201580 +chocolate_truffle n 1 1 @ 1 0 07609632 +choctaw n 2 1 @ 2 0 09652900 06912436 +choeronycteris n 1 3 @ #m %m 1 0 02142993 +choeronycteris_mexicana n 1 2 @ #m 1 0 02143142 +choice n 3 2 @ ~ 3 3 05790242 00161243 05790944 +choice_morsel n 1 1 @ 1 0 07594737 +choice_of_words n 1 2 @ ~ 1 0 07081739 +choiceness n 1 2 @ + 1 0 04728604 +choir n 3 4 @ #p %m + 3 1 08188638 08188814 03024064 +choir_loft n 1 1 @ 1 0 03024233 +choir_school n 1 1 @ 1 0 08410092 +choirboy n 1 1 @ 1 1 09919690 +choirmaster n 1 1 @ 1 0 09919771 +choke n 2 4 @ ~ #p + 2 0 03024518 03024333 +choke_coil n 1 2 @ #p 1 0 03024518 +choke_hold n 1 1 @ 1 0 00417131 +chokecherry n 2 5 @ ~ #m #p %p 2 0 12650805 12650556 +chokecherry_tree n 1 4 @ ~ #m %p 1 0 12650556 +chokedamp n 1 1 @ 1 0 14797264 +chokehold n 2 1 @ 2 0 05193781 00417131 +chokepoint n 2 1 @ 2 0 13912992 08543776 +choker n 4 3 @ ~ + 4 0 10121246 09919899 03024882 03024746 +chokey n 1 1 @ 1 0 03025070 +choking n 2 2 @ + 2 0 14058252 00225786 +choking_coil n 1 2 @ #p 1 0 03024518 +choky n 1 1 @ 1 0 03025070 +cholangiography n 1 1 @ 1 0 00906140 +cholangitis n 1 1 @ 1 0 14340734 +cholecalciferol n 1 2 @ %s 1 0 15092227 +cholecystectomy n 1 2 @ ~ 1 0 00669000 +cholecystitis n 1 1 @ 1 0 14340822 +cholecystokinin n 1 1 @ 1 0 05409136 +cholelithiasis n 1 1 @ 1 1 14115245 +cholelithotomy n 1 1 @ 1 0 00683470 +choler n 3 3 @ ~ + 3 0 07552729 07516354 05406958 +cholera n 1 2 @ + 1 0 14129579 +cholera_infantum n 1 1 @ 1 0 14172217 +cholera_morbus n 1 1 @ 1 0 14172383 +cholestasis n 1 1 @ 1 0 14054465 +cholesterin n 1 2 @ ~ 1 0 15058544 +cholesterol n 1 2 @ ~ 1 1 15058544 +cholesterosis_cutis n 1 1 @ 1 0 14233717 +cholic_acid n 1 1 @ 1 0 15059694 +choline n 1 1 @ 1 0 14810561 +cholinesterase n 1 1 @ 1 0 14735822 +cholla n 1 2 @ #m 1 0 11851839 +choloepus n 1 3 @ #m %m 1 0 02457756 +choloepus_didactylus n 1 2 @ #m 1 0 02457945 +choloepus_hoffmanni n 1 2 @ #m 1 0 02458135 +chomp n 1 3 @ ~ + 1 1 00838816 +chomping n 1 2 @ + 1 0 00279136 +chomsky n 1 1 @ 1 0 10896452 +chon n 2 2 @ #p 2 0 13709486 13709118 +chondrichthian n 1 3 @ ~ #m 1 0 01480516 +chondrichthyes n 1 3 @ #m %m 1 0 01480336 +chondrin n 1 2 @ + 1 0 14730802 +chondriosome n 1 2 @ ~ 1 0 05445389 +chondrite n 1 3 @ %p + 1 0 09244191 +chondrodystrophy n 1 1 @ 1 0 14121804 +chondroma n 1 1 @ 1 0 14236130 +chondrosarcoma n 1 1 @ 1 0 14240487 +chondrule n 1 2 @ #p 1 0 09244331 +chondrus n 1 3 @ #m %m 1 0 01414502 +chondrus_crispus n 1 2 @ #m 1 0 01414633 +chongqing n 1 2 @ #p 1 0 08725161 +choo-choo n 1 1 @ 1 0 03025165 +chooser n 1 1 @ 1 0 10431625 +chop n 5 3 @ ~ + 5 0 11527767 07653982 05546298 00566889 00129317 +chop-suey_greens n 2 4 @ #m #p %p 2 0 11951052 07709701 +chop_shop n 1 1 @ 1 0 03025641 +chop_shot n 1 1 @ 1 0 00566889 +chop_steak n 1 1 @ 1 0 07664121 +chop_suey n 1 1 @ 1 0 07865196 +chophouse n 1 1 @ 1 0 04307878 +chopin n 3 1 @ 3 1 07278256 10896823 10896644 +chopine n 1 1 @ 1 0 03025250 +chopped_steak n 1 1 @ 1 0 07664121 +chopper n 4 4 @ ~ %p + 4 1 00129317 05283498 03512147 03041632 +choppiness n 1 2 @ + 1 0 14524029 +chopping_block n 1 2 @ %s 1 1 03025357 +chopping_board n 1 1 @ 1 0 03025513 +chopsteak n 1 1 @ 1 0 07664121 +chopstick n 1 1 @ 1 0 03025755 +choragus n 1 3 @ + ; 1 0 09920106 +choral n 1 1 @ 1 0 07036328 +choral_ode n 1 1 @ 1 0 06384165 +chorale n 1 1 @ 1 0 07036328 +chorale_prelude n 1 1 @ 1 0 07040693 +chord n 2 3 @ ~ + 2 2 13874927 06869951 +chordamesoderm n 1 1 @ 1 0 01464318 +chordata n 1 3 @ #m %m 1 0 01465994 +chordate n 1 4 @ ~ #m + 1 0 01466257 +chordate_family n 1 3 @ ~ #m 1 0 01466828 +chordate_genus n 1 3 @ ~ #m 1 0 01466996 +chordeiles n 1 3 @ #m %m 1 0 01836246 +chorditis n 2 1 @ 2 0 14341001 14340914 +chordomesoderm n 1 1 @ 1 0 01464318 +chordophone n 1 2 @ ~ 1 0 03025886 +chordospartium n 1 3 @ #m %m 1 0 12514802 +chore n 1 2 @ ~ 1 1 00719705 +chorea n 2 2 @ ~ 2 0 14262336 14094881 +choreic_abasia n 1 1 @ 1 0 14549491 +choreographer n 1 3 @ ~ + 1 0 09920283 +choreography n 3 2 @ ~ 3 1 00528397 07020763 06816445 +chorine n 1 2 @ #m 1 1 09920901 +chorioallantoic_membrane n 1 1 @ 1 0 01473620 +chorioallantois n 1 1 @ 1 0 01473620 +choriomeningitis n 1 2 @ ~ 1 0 14095128 +chorion n 1 5 @ #p %p + ; 1 0 01472939 +chorionic_villus n 1 2 @ #p 1 0 01473188 +chorionic_villus_biopsy n 1 1 @ 1 0 05742962 +chorionic_villus_sampling n 1 1 @ 1 0 05742962 +chorioretinitis n 1 1 @ 1 0 14354847 +choriotis n 1 3 @ #m %m 1 0 02019308 +choriotis_australis n 1 2 @ #m 1 0 02019438 +chorister n 1 4 @ ~ #m + 1 0 09920771 +chorizagrotis n 1 3 @ #m %m 1 0 02296756 +chorizagrotis_auxiliaris n 1 2 @ #m 1 0 02296912 +chorizema n 1 3 @ #m %m 1 0 12515219 +chorizo n 1 1 @ 1 0 07676520 +choroid n 1 2 @ #p 1 0 05313115 +choroid_coat n 1 2 @ #p 1 0 05313115 +choroid_plexus n 1 2 @ %p 1 0 05506648 +choroid_vein n 1 1 @ 1 0 05363428 +choroidal_artery n 1 2 @ #p 1 0 05342070 +choropleth_map n 1 1 @ 1 0 03026093 +chortle n 1 2 @ + 1 0 07127563 +chorus n 5 6 @ ~ #p %m + ; 5 3 07379695 08187837 07050177 08188449 08187988 +chorus_frog n 1 2 @ #m 1 0 01652026 +chorus_girl n 1 2 @ #m 1 0 09920901 +chorus_line n 1 3 @ ~ %m 1 0 08188449 +chosen n 3 1 @ 3 1 09921034 08954975 08386853 +chosen_people n 1 2 @ ~ 1 0 08483136 +chou n 3 3 @ ~ #p 3 0 08479407 07713895 07628576 +chou_dynasty n 1 1 @ 1 0 08479407 +chou_en-lai n 1 1 @ 1 0 11406314 +chough n 1 1 @ 1 0 01579729 +chow n 3 1 @ 3 0 08479407 07565161 02112137 +chow_chow n 1 1 @ 1 0 02112137 +chow_dynasty n 1 1 @ 1 0 08479407 +chow_line n 1 2 @ ; 1 0 08432820 +chow_mein n 1 1 @ 1 0 07865484 +chowchow n 2 1 @ 2 0 07825312 07642833 +chowder n 1 2 @ ~ 1 0 07587441 +chrestomathy n 1 1 @ 1 0 06400849 +chris_evert n 1 1 @ 1 0 10963815 +chrism n 1 1 @ 1 0 03026350 +chrisom n 1 1 @ 1 0 03026350 +chrissie_evert n 1 1 @ 1 0 10963815 +christ n 2 3 @ ~ + 2 1 11083656 09537660 +christ's-thorn n 2 3 @ #m %p 2 0 13143758 13143285 +christ's_resurrection n 1 2 @ ; 1 0 07312018 +christ_plant n 1 2 @ #m 1 0 12921868 +christ_thorn n 1 2 @ #m 1 0 12921868 +christ_within n 1 1 @ 1 0 09184668 +christchurch n 1 2 @ #p 1 0 08973064 +christella n 1 2 @ #m 1 0 13228536 +christendom n 1 3 @ %p + 1 1 08082236 +christening n 1 2 @ + 1 1 01038375 +christiaan_eijkman n 1 1 @ 1 0 10954328 +christiaan_huygens n 1 1 @ 1 0 11070218 +christian n 1 4 @ ~ #m + 1 1 09678009 +christian_bible n 1 4 @ ~ %p - 1 0 06431740 +christian_church n 2 4 @ ~ #p %m 2 1 08082602 08087776 +christian_dior n 1 1 @ 1 0 10936716 +christian_era n 1 1 @ 1 0 15249096 +christian_friedrich_hebbel n 1 1 @ 1 0 11037836 +christian_friedrich_schonbein n 1 1 @ 1 0 11285692 +christian_holy_day n 1 2 @ ~ 1 0 15184170 +christian_huygens n 1 1 @ 1 0 11070218 +christian_johann_doppler n 1 1 @ 1 0 10940315 +christian_liturgy n 1 2 @ %p 1 0 01033345 +christian_name n 1 1 @ 1 0 06337458 +christian_religion n 1 3 @ ~ - 1 0 06226057 +christian_schonbein n 1 1 @ 1 0 11285692 +christian_science n 2 2 @ %m 2 0 08090803 06230060 +christian_scientist n 1 2 @ #m 1 0 09678581 +christian_theology n 1 4 @ ~ %p - 1 0 06184270 +christian_year n 1 2 @ %p 1 0 15173064 +christiania n 1 2 @ #p 1 0 08765069 +christianisation n 1 2 @ + 1 0 07355347 +christianity n 2 5 @ ~ %p + - 2 1 06226057 08082236 +christianization n 1 2 @ + 1 0 07355347 +christie n 1 1 @ 1 0 10896987 +christine_marie_evert n 1 1 @ 1 0 10963815 +christmas n 2 3 @ #p %p 2 2 15196537 15196186 +christmas_begonia n 1 1 @ 1 0 12360958 +christmas_bells n 1 2 @ #m 1 0 12444095 +christmas_berry n 2 2 @ #m 2 0 12905412 12633061 +christmas_box n 1 2 @ ; 1 0 13298935 +christmas_bush n 1 2 @ #m 1 0 12787364 +christmas_cactus n 1 2 @ #m 1 0 11853356 +christmas_cake n 1 2 @ ; 1 0 07631511 +christmas_card n 1 1 @ 1 1 06627623 +christmas_carol n 1 1 @ 1 0 07035747 +christmas_day n 1 2 @ #p 1 0 15196186 +christmas_disease n 1 1 @ 1 0 14170987 +christmas_eve n 1 1 @ 1 1 15196444 +christmas_factor n 1 1 @ 1 0 15071960 +christmas_fern n 1 2 @ #m 1 0 13199717 +christmas_flower n 1 2 @ #m 1 0 12920204 +christmas_gift n 1 2 @ ~ 1 0 13269186 +christmas_green n 1 2 @ ~ 1 0 13223265 +christmas_holly n 1 1 @ 1 0 12757816 +christmas_present n 1 2 @ ~ 1 0 13269186 +christmas_pudding n 1 1 @ 1 0 07617708 +christmas_rose n 1 1 @ 1 0 11734300 +christmas_star n 1 2 @ #m 1 0 12920204 +christmas_stocking n 1 1 @ 1 0 03026506 +christmas_tree n 5 2 @ #m 5 0 12787364 12738599 11621547 11621281 03026626 +christmasberry n 2 2 @ #m 2 0 12905412 12633061 +christmastide n 1 3 @ #p %p 1 0 15196537 +christmastime n 1 3 @ #p %p 1 0 15196537 +christology n 2 2 @ + 2 0 06187013 06184574 +christoph_willibald_von_gluck n 1 1 @ 1 0 11002548 +christopher n 1 1 @ 1 0 10897154 +christopher_carson n 1 1 @ 1 0 10884369 +christopher_columbus n 1 1 @ 1 0 10905315 +christopher_fry n 1 1 @ 1 0 10984126 +christopher_isherwood n 1 1 @ 1 0 11074284 +christopher_marlowe n 1 1 @ 1 0 11157719 +christopher_william_bradshaw_isherwood n 1 1 @ 1 0 11074284 +chroma n 1 3 @ #s + 1 0 04975340 +chromaesthesia n 1 2 @ ~ 1 0 05720826 +chromate n 1 2 @ ~ 1 0 14811826 +chromatic_aberration n 1 1 @ 1 0 11438904 +chromatic_color n 1 4 ! @ ~ %s 1 0 04959672 +chromatic_colour n 1 3 @ ~ %s 1 0 04959672 +chromatic_scale n 1 1 @ 1 0 06861196 +chromatic_vision n 1 1 @ 1 0 05656294 +chromaticity n 1 3 @ = + 1 0 04975122 +chromatid n 1 2 @ #p 1 0 05444175 +chromatin n 1 4 @ ~ #p + 1 0 05436080 +chromatin_granule n 1 3 @ ~ #p 1 0 05436080 +chromatism n 2 1 @ 2 0 14377965 04976489 +chromatogram n 1 1 @ 1 1 03026741 +chromatography n 1 3 @ ~ + 1 1 13448778 +chromatography_column n 1 1 @ 1 0 03074574 +chrome n 1 2 @ + 1 1 14810704 +chrome-nickel_steel n 1 1 @ 1 0 14810854 +chrome-tungsten_steel n 1 1 @ 1 0 14811083 +chrome_alum n 1 1 @ 1 0 14955246 +chrome_green n 2 2 @ ~ 2 0 14811196 04967974 +chrome_red n 1 1 @ 1 0 04963201 +chrome_yellow n 1 1 @ 1 0 14811556 +chromesthesia n 1 2 @ ~ 1 0 05720826 +chromic_acid n 1 1 @ 1 1 14811706 +chromite n 1 2 @ %s 1 0 14671125 +chromium n 1 3 @ ~ #s 1 1 14635092 +chromium_steel n 1 1 @ 1 0 14802921 +chromoblastomycosis n 1 1 @ 1 0 14125333 +chromogen n 1 2 @ ~ 1 0 14671253 +chromolithography n 1 1 @ 1 0 06680333 +chromophore n 1 2 @ #p 1 0 14808147 +chromoplast n 1 1 @ 1 0 12962847 +chromosomal_aberration n 1 2 @ ~ 1 0 14504103 +chromosomal_anomaly n 1 2 @ ~ 1 0 14504103 +chromosomal_mutation n 1 4 @ ~ %p ; 1 0 07425011 +chromosome n 1 5 @ ~ #p %p + 1 0 05442131 +chromosome_mapping n 1 2 @ ; 1 0 01024643 +chromosonal_disorder n 1 2 @ ~ 1 0 14504103 +chromosphere n 1 2 @ #p 1 0 09244469 +chronic_bronchitis n 1 2 @ ~ 1 0 14146571 +chronic_eczema n 1 1 @ 1 0 14225877 +chronic_gastritis n 1 1 @ 1 0 14346731 +chronic_glaucoma n 1 1 @ 1 0 14256346 +chronic_glossitis n 1 1 @ 1 0 14347190 +chronic_kidney_failure n 1 1 @ 1 0 14115086 +chronic_leukemia n 1 2 @ ~ 1 0 14243877 +chronic_lymphocytic_leukemia n 1 1 @ 1 0 14244003 +chronic_myelocytic_leukemia n 1 1 @ 1 0 14244160 +chronic_obstructive_pulmonary_disease n 1 1 @ 1 0 14146774 +chronic_pyelonephritis n 1 1 @ 1 0 14566766 +chronic_renal_failure n 1 1 @ 1 0 14115086 +chronic_wasting_disease n 1 1 @ 1 0 14262585 +chronicle n 1 4 @ ~ + ; 1 0 06514093 +chronicler n 1 3 @ ~ + 1 0 09921168 +chronograph n 1 1 @ 1 0 03026907 +chronological_age n 1 1 @ 1 0 04924491 +chronological_record n 1 1 @ 1 0 06515662 +chronological_sequence n 1 2 @ ~ 1 0 05044822 +chronological_succession n 1 2 @ ~ 1 0 05044822 +chronology n 3 3 @ ~ + 3 0 13845114 06503224 06156346 +chronometer n 1 1 @ 1 0 03027001 +chronoperates n 1 3 @ #m %m 1 0 01720117 +chronoperates_paradoxus n 1 2 @ #m 1 0 01720266 +chronoscope n 1 2 @ ~ 1 0 03027108 +chrosomal_abnormality n 1 2 @ ~ 1 0 14504103 +chrysalis n 1 1 @ 1 0 02312640 +chrysanthemum n 2 5 @ ~ #m #p %p 2 1 11951271 11950345 +chrysanthemum_balsamita n 1 3 @ #m %p 1 0 12021499 +chrysanthemum_cinerariifolium n 1 2 @ #m 1 0 12022382 +chrysanthemum_coccineum n 1 2 @ #m 1 0 12022054 +chrysanthemum_coronarium n 1 2 @ #m 1 0 11950877 +chrysanthemum_coronarium_spatiosum n 1 3 @ #m %p 1 0 11951052 +chrysanthemum_dog n 1 1 @ 1 0 02097474 +chrysanthemum_frutescens n 1 2 @ #m 1 0 11925898 +chrysanthemum_lacustre n 1 2 @ #m 1 0 11990627 +chrysanthemum_leucanthemum n 1 2 @ #m 1 0 11989869 +chrysanthemum_maximum n 1 2 @ #m 1 0 11990167 +chrysanthemum_maximum_maximum n 1 2 @ #m 1 0 11990313 +chrysanthemum_morifolium n 1 1 @ 1 0 11961100 +chrysanthemum_parthenium n 1 2 @ #m 1 0 12023108 +chrysanthemum_ptarmiciflorum n 1 2 @ #m 1 0 12023407 +chrysanthemum_segetum n 1 2 @ #m 1 0 11950686 +chrysaora n 1 3 @ #m %m 1 0 01911271 +chrysaora_quinquecirrha n 1 2 @ #m 1 0 01911403 +chrysarobin n 1 1 @ 1 0 02732696 +chrysemys n 1 3 @ #m %m 1 0 01669527 +chrysemys_picta n 1 2 @ #m 1 0 01669654 +chrysobalanus n 1 3 @ #m %m 1 0 12624873 +chrysobalanus_icaco n 1 3 @ #m %p 1 0 12625003 +chrysoberyl n 1 3 @ ~ %s 1 0 14671372 +chrysochloridae n 1 3 @ #m %m 1 0 01890274 +chrysochloris n 1 3 @ #m %m 1 0 01890411 +chrysolepis n 1 3 @ #m %m 1 0 12264621 +chrysolepis_chrysophylla n 1 2 @ #m 1 0 12264786 +chrysolepis_sempervirens n 1 2 @ #m 1 0 12265083 +chrysolite n 1 2 @ ~ 1 0 14812047 +chrysolophus n 1 3 @ #m %m 1 0 01804029 +chrysolophus_pictus n 1 2 @ #m 1 0 01804163 +chrysomelid n 1 3 @ ~ #m 1 0 02169497 +chrysomelidae n 1 3 @ #m %m 1 0 02169345 +chrysophrys n 1 3 @ #m %m 1 0 02592866 +chrysophrys_auratus n 1 3 @ #m %p 1 0 02593019 +chrysophrys_australis n 1 2 @ #m 1 0 02593191 +chrysophyceae n 1 2 @ #m 1 0 01400575 +chrysophyllum n 1 3 @ #m %m 1 0 12773488 +chrysophyllum_cainito n 1 2 @ #m 1 0 12773651 +chrysophyllum_oliviforme n 1 1 @ 1 0 12773917 +chrysophyta n 1 3 @ #m %m 1 0 01399772 +chrysopid n 1 3 @ ~ #m 1 0 02264885 +chrysopidae n 1 3 @ #m %m 1 0 02264734 +chrysoprase n 1 1 @ 1 0 14812233 +chrysopsis n 1 3 @ #m %m 1 0 11951385 +chrysopsis_mariana n 1 1 @ 1 0 11951820 +chrysopsis_villosa n 1 2 @ #m 1 0 11981475 +chrysosplenium n 1 3 @ #m %m 1 0 12796617 +chrysosplenium_americanum n 1 2 @ #m 1 0 12797025 +chrysothamnus n 1 3 @ #m %m 1 0 11952153 +chrysothamnus_nauseosus n 1 2 @ #m 1 0 11952541 +chrysotherapy n 1 1 @ 1 0 00706222 +chrysotile n 1 1 @ 1 0 14725809 +chu_kiang n 1 2 @ #p 1 0 09483340 +chuang-tzu n 1 1 @ 1 0 09534058 +chub n 1 2 @ #m 1 0 01441272 +chub_mackerel n 1 2 @ #m 1 0 02624987 +chubbiness n 1 2 @ + 1 0 05001089 +chuck n 3 4 @ ~ #p %p 3 1 07565161 07656452 03027250 +chuck-will's-widow n 1 2 @ #m 1 0 01835918 +chuck_berry n 1 1 @ 1 0 10849083 +chuck_short_ribs n 1 1 @ 1 0 07656645 +chuck_wagon n 1 1 @ 1 1 03027505 +chucker-out n 1 1 @ 1 0 09869009 +chuckhole n 1 1 @ 1 0 09398076 +chuckle n 1 2 @ + 1 1 07127563 +chuckwalla n 1 1 @ 1 0 01678343 +chuddar n 1 1 @ 1 0 02998841 +chufa n 1 2 @ #m 1 0 12150969 +chug n 1 2 @ + 1 0 07379852 +chukaku-ha n 1 2 @ ; 1 0 08018983 +chukchi n 2 1 @ 2 0 09921291 06928234 +chukchi_language n 1 1 @ 1 0 06928234 +chukchi_peninsula n 1 1 @ 1 0 09244683 +chukchi_sea n 1 2 @ #p 1 0 09244831 +chukka n 2 3 @ #p ; 2 0 15255641 03027625 +chukka_boot n 1 1 @ 1 0 03027625 +chukker n 1 3 @ #p ; 1 0 15255641 +chula_vista n 1 2 @ #p 1 0 09062961 +chum n 3 4 @ ~ #m + 3 0 09877951 03027797 02536685 +chum_salmon n 1 2 @ #m 1 0 02536685 +chumminess n 1 2 @ + 1 0 04653627 +chump n 1 1 @ 1 1 09921409 +chump_change n 1 1 @ 1 0 13388000 +chunga n 1 2 @ #m 1 0 02014524 +chunga_burmeisteri n 1 2 @ #m 1 0 02014524 +chungking n 1 2 @ #p 1 0 08725161 +chunk n 2 3 @ ~ + 2 1 07961016 13758197 +chunking n 1 3 @ + ; 1 0 05731568 +chunnel n 1 1 @ 1 0 03027935 +church n 4 8 @ ~ #p %m %p + ; - 4 3 08082602 03028079 01032368 08082899 +church-state n 1 1 @ 1 1 08177863 +church_bell n 1 2 @ ; 1 1 03028596 +church_bench n 1 1 @ 1 0 03920867 +church_building n 1 4 @ ~ %p ; 1 0 03028079 +church_calendar n 1 2 @ %p 1 0 15181718 +church_doctrine n 1 2 @ ~ 1 0 06789411 +church_father n 1 3 @ ~ ; 1 1 09921792 +church_festival n 1 3 @ ~ %p 1 0 15162210 +church_hat n 1 1 @ 1 0 03028785 +church_key n 1 1 @ 1 0 03029066 +church_member n 1 2 @ ~ 1 1 09922485 +church_mode n 1 1 @ 1 0 06860481 +church_mouse n 1 1 @ 1 0 02451912 +church_music n 1 2 @ ~ 1 0 07033007 +church_of_christ_scientist n 1 2 @ %m 1 0 08090803 +church_of_england n 1 5 @ ~ %m ; - 1 1 08087981 +church_of_ireland n 1 1 @ 1 0 08088675 +church_of_jesus_christ_of_latter-day_saints n 1 2 @ %m 1 0 08089205 +church_of_rome n 1 4 @ %m %p - 1 1 08083599 +church_of_scientology n 1 1 @ 1 0 08100033 +church_of_the_brethren n 1 2 @ %m 1 0 08090547 +church_officer n 1 2 @ ~ 1 0 09922799 +church_property n 1 2 @ ~ 1 0 13247818 +church_roll n 1 1 @ 1 1 06496773 +church_school n 1 2 @ ~ 1 0 08284221 +church_service n 1 2 @ - 1 1 01032368 +church_slavic n 1 1 @ 1 0 06944156 +church_tower n 1 2 @ #p 1 1 03029197 +church_year n 1 2 @ %p 1 0 15173064 +churchgoer n 1 2 @ ~ 1 1 09922485 +churchill n 3 3 @ #p + 3 0 10897594 10897312 08824323 +churchill_downs n 1 2 @ #p 1 0 03028907 +churchman n 1 2 @ ~ 1 1 09928136 +churchwarden n 1 1 @ 1 0 09922659 +churchyard n 1 1 @ 1 1 08647354 +churidars n 1 1 @ 1 0 03029296 +churl n 3 2 @ ~ 3 0 10410815 10357737 10148305 +churn n 1 2 @ + 1 0 03029445 +chute n 2 4 @ ~ %p + 2 2 03888257 03029603 +chute-the-chute n 1 2 @ ~ 1 0 04102406 +chutney n 1 1 @ 1 0 07823105 +chutzpa n 1 2 @ ; 1 0 04916200 +chutzpah n 1 2 @ ; 1 0 04916200 +chutzpanik n 1 2 @ ; 1 0 09921673 +chuvash n 2 1 @ 2 0 09735654 06927952 +chyle n 1 3 @ %s + 1 0 05403849 +chyloderma n 1 1 @ 1 0 14367649 +chylomicron n 1 1 @ 1 0 14812359 +chyme n 1 1 @ 1 0 14583400 +chymosin n 1 2 @ #s 1 0 15004317 +chytridiaceae n 1 2 @ #m 1 0 12978232 +chytridiales n 1 3 @ #m %m 1 0 12977795 +chytridiomycetes n 1 3 @ #m %m 1 0 12977565 +ci n 1 2 @ %p 1 0 13645599 +cia n 1 3 @ #m %p 1 0 08124971 +cialis n 1 2 @ ; 1 0 04383537 +ciao n 1 2 @ ; 1 0 06631921 +ciardi n 1 1 @ 1 0 10897796 +cibotium n 1 3 @ #m %m 1 0 13190917 +cibotium_barometz n 1 2 @ #m 1 0 13191148 +cicada n 1 3 @ ~ #m 1 1 02256656 +cicada_killer n 1 2 @ #m 1 0 02216211 +cicadellidae n 1 3 @ #m %m 1 0 02258780 +cicadidae n 1 3 @ #m %m 1 0 02256365 +cicala n 1 3 @ ~ #m 1 0 02256656 +cicatrice n 1 2 @ ~ 1 0 14363483 +cicatrix n 1 3 @ ~ + 1 0 14363483 +cicer n 1 2 @ #m 1 0 12515597 +cicer_arietinum n 1 2 @ %p 1 0 12515711 +cicero n 2 1 @ 2 0 13712890 10897946 +cicerone n 1 1 @ 1 0 09923003 +cichlid n 1 3 @ ~ #m 1 0 02585872 +cichlid_fish n 1 3 @ ~ #m 1 0 02585872 +cichlidae n 1 3 @ #m %m 1 0 02585732 +cichorium n 1 3 @ #m %m 1 0 11952900 +cichorium_endivia n 1 3 @ #m %p 1 0 11953339 +cichorium_intybus n 1 3 @ #m %p 1 0 11953038 +cicily_isabel_fairfield n 1 1 @ 1 0 11382398 +cicindelidae n 1 3 @ #m %m 1 0 02164973 +ciconia n 1 3 @ #m %m 1 0 02002384 +ciconia_ciconia n 1 2 @ #m 1 0 02002556 +ciconia_nigra n 1 2 @ #m 1 0 02002724 +ciconiidae n 1 3 @ #m %m 1 0 02001821 +ciconiiformes n 1 3 @ #m %m 1 0 02001428 +cicuta n 1 3 @ #m %m 1 0 12934776 +cicuta_verosa n 1 2 @ #m 1 0 12934985 +cid n 1 3 @ #p %p 1 0 08141092 +cidade_de_praia n 1 2 @ #p 1 0 08718094 +cider n 1 2 @ ~ 1 0 07921455 +cider_gum n 1 1 @ 1 0 12337922 +cider_mill n 1 1 @ 1 0 03029812 +cider_vinegar n 1 1 @ 1 0 07829248 +ciderpress n 1 1 @ 1 0 03029925 +cigar n 1 3 @ ~ %p 1 1 03030035 +cigar-box_cedar n 1 2 @ #s 1 0 12700711 +cigar_band n 1 1 @ 1 0 03030262 +cigar_box n 1 1 @ 1 1 03030353 +cigar_butt n 1 2 @ #p 1 1 03030433 +cigar_cutter n 1 1 @ 1 0 03030557 +cigar_lighter n 1 1 @ 1 0 03031422 +cigar_smoker n 1 1 @ 1 0 09923186 +cigaret n 1 3 @ ~ %p 1 0 03030663 +cigarette n 1 3 @ ~ %p 1 1 03030663 +cigarette_burn n 1 1 @ 1 0 04694293 +cigarette_butt n 1 2 @ #p 1 0 03030880 +cigarette_case n 1 1 @ 1 0 03031012 +cigarette_holder n 1 2 @ %p 1 0 03031152 +cigarette_lighter n 1 1 @ 1 0 03031422 +cigarette_paper n 1 1 @ 1 0 14812566 +cigarette_smoker n 1 1 @ 1 0 09923101 +cigarfish n 1 2 @ #m 1 0 02581642 +cigarillo n 1 1 @ 1 0 03031306 +cilantro n 2 4 @ #m #p %p 2 0 12936469 07817315 +ciliary_artery n 1 2 @ #p 1 0 05342214 +ciliary_body n 1 2 @ #p 1 0 05313344 +ciliary_veins n 1 1 @ 1 0 05363559 +ciliata n 1 3 @ #m %m 1 0 01394901 +ciliate n 1 3 @ ~ #m 1 1 01395254 +ciliated_protozoan n 1 3 @ ~ #m 1 1 01395254 +cilioflagellata n 1 3 @ #m %m 1 0 01417041 +ciliophora n 1 3 @ #m %m 1 0 01394901 +ciliophoran n 1 3 @ ~ #m 1 0 01395254 +cilium n 2 3 @ #p + 2 1 01458105 05314919 +cim n 1 2 @ ; 1 0 08342670 +cimabue n 1 1 @ 1 0 10898133 +cimarron n 2 3 @ #m #p 2 0 09244972 02415577 +cimarron_river n 1 2 @ #p 1 0 09244972 +cimetidine n 1 1 @ 1 0 03031553 +cimex n 1 3 @ #m %m 1 0 02240377 +cimex_lectularius n 1 2 @ #m 1 0 02240517 +cimicidae n 1 3 @ #m %m 1 0 02240223 +cimicifuga n 1 3 @ #m %m 1 0 11728350 +cimicifuga_americana n 1 1 @ 1 0 11728769 +cimicifuga_foetida n 1 1 @ 1 0 11729142 +cimicifuga_racemosa n 1 1 @ 1 0 11728945 +cinch n 3 4 @ ~ #p + 3 1 00575365 03031756 00498427 +cinchona n 2 5 @ ~ #m #p %p 2 0 12664710 12663804 +cinchona_bark n 1 2 @ #p 1 0 12664710 +cinchona_calisaya n 1 2 @ #m 1 0 12664187 +cinchona_cordifolia n 1 2 @ #m 1 0 12664005 +cinchona_lancifolia n 1 2 @ #m 1 0 12664005 +cinchona_ledgeriana n 1 2 @ #m 1 0 12664187 +cinchona_officinalis n 1 2 @ #m 1 0 12664187 +cinchona_pubescens n 1 2 @ #m 1 0 12664469 +cinchona_tree n 1 2 @ #m 1 0 12664469 +cinchonine n 1 1 @ 1 0 14713341 +cincinnati n 1 2 @ #p 1 1 09130883 +cincinnatus n 1 1 @ 1 0 10898308 +cinclidae n 1 3 @ #m %m 1 0 01601550 +cinclus n 1 3 @ #m %m 1 0 01601919 +cinclus_aquaticus n 1 2 @ #m 1 0 01602080 +cinclus_mexicanus n 1 2 @ #m 1 0 01602209 +cinco_de_mayo n 1 1 @ 1 0 15158450 +cincture n 1 2 @ ~ 1 0 03438071 +cinder n 1 1 @ 1 0 09245212 +cinder_block n 1 1 @ 1 0 03031957 +cinder_pig n 1 1 @ 1 0 14812763 +cinder_track n 1 1 @ 1 0 03032158 +cinderella n 2 1 @ 2 0 09923263 09591973 +cine-camera n 1 2 @ ~ 1 0 03789171 +cine-film n 1 2 @ ~ 1 0 03789400 +cine_projector n 1 3 @ ~ %p 1 0 03795976 +cinema n 2 5 @ ~ + ; - 2 1 06262567 03032252 +cinema_verite n 1 1 @ 1 0 06617011 +cinematographer n 1 2 @ + 1 0 09889539 +cinematography n 1 3 @ ~ + 1 0 00907919 +cineraria n 1 2 @ #m 1 0 12001707 +cineraria_maritima n 1 2 @ #m 1 0 12011620 +cinerarium n 1 1 @ 1 0 03073694 +cingulate_gyrus n 1 2 @ #p 1 0 05496592 +cingulum n 1 2 @ ; 1 0 05228732 +cinnabar n 2 3 @ #m %s 2 0 14671587 02305929 +cinnabar_chanterelle n 1 2 @ #m 1 0 13004992 +cinnabar_moth n 1 2 @ #m 1 0 02305929 +cinnamene n 1 2 @ ~ 1 0 14595543 +cinnamomum n 1 3 @ #m %m 1 0 11704401 +cinnamomum_camphora n 1 2 @ #m 1 0 11704620 +cinnamomum_cassia n 1 3 @ #m %p 1 0 11705171 +cinnamomum_loureirii n 1 3 @ #m %p 1 0 11705573 +cinnamomum_zeylanicum n 1 3 @ #m %p 1 0 11704791 +cinnamon n 3 5 @ ~ #m #p %p 3 0 11705052 11704791 07814203 +cinnamon_bark n 2 2 @ #p 2 0 11705776 11705052 +cinnamon_bear n 1 1 @ 1 0 02133400 +cinnamon_bread n 1 1 @ 1 0 07681691 +cinnamon_bun n 1 1 @ 1 0 07693048 +cinnamon_fern n 1 1 @ 1 0 12953919 +cinnamon_roll n 1 1 @ 1 0 07693048 +cinnamon_snail n 1 1 @ 1 0 07693048 +cinnamon_stone n 1 1 @ 1 0 14903466 +cinnamon_toast n 1 1 @ 1 0 07689490 +cinnamon_vine n 1 1 @ 1 0 12088495 +cinque n 1 1 @ 1 0 13744521 +cinquefoil n 2 3 @ ~ #m 2 0 12636885 03032453 +cio n 1 1 @ 1 0 08234298 +cipher n 5 3 @ ~ + 5 1 06254239 13742358 13740168 09923418 06355307 +cipro n 1 2 @ ; 1 0 03032576 +ciprofloxacin n 1 1 @ 1 0 03032576 +cira n 1 2 @ ; 1 0 08019281 +circadian_rhythm n 1 1 @ 1 0 15135700 +circaea n 1 3 @ #m %m 1 0 12341412 +circaea_alpina n 1 1 @ 1 0 12341795 +circaea_lutetiana n 1 1 @ 1 0 12341931 +circaetus n 1 3 @ #m %m 1 0 01610426 +circassian n 3 4 @ ~ #m ; 3 0 09639382 08488675 06978527 +circassian_walnut n 1 3 @ #m %m 1 0 12319414 +circe n 1 2 @ ; 1 0 09493983 +circinus n 1 1 @ 1 0 09245370 +circis_siliquastrum n 1 2 @ #m 1 0 12513613 +circle n 8 5 @ ~ #p %p + 8 4 13873502 08240169 13873917 00295172 04465933 04036494 03033019 03032811 +circle_of_curvature n 1 1 @ 1 0 05102889 +circle_of_willis n 1 2 @ #p 1 0 05342374 +circlet n 2 1 @ 2 0 13873849 03033267 +circuit n 7 6 @ ~ #p %p + ; 7 2 03033362 00310666 08616985 08514592 08330514 04038109 00295172 +circuit_board n 1 2 @ ~ 1 0 03033986 +circuit_breaker n 1 1 @ 1 0 03034244 +circuit_card n 1 2 @ ~ 1 0 03033986 +circuit_court_of_appeals n 1 3 @ #m ; 1 0 08330298 +circuitry n 1 1 @ 1 1 03034405 +circular n 1 3 @ ~ + 1 0 07250339 +circular_file n 1 1 @ 1 0 04555700 +circular_function n 1 2 @ ~ 1 0 13786960 +circular_measure n 1 1 @ 1 0 13610987 +circular_plane n 1 1 @ 1 0 03034516 +circular_saw n 1 2 @ ~ 1 0 03034663 +circularisation n 1 2 @ + 1 0 01101753 +circularity n 1 3 @ ~ + 1 0 05073559 +circularization n 1 2 @ + 1 0 01101753 +circulating_decimal n 1 1 @ 1 0 13736376 +circulating_library n 1 1 @ 1 0 03656091 +circulation n 6 5 @ ~ %p + ; 6 2 06253371 11439031 13592598 13592384 07312221 00368302 +circulatory_failure n 1 1 @ 1 0 14112101 +circulatory_system n 1 4 @ ~ #p %p 1 1 05511618 +circumcision n 3 4 @ ~ + ; 3 0 15193271 01031194 00395654 +circumduction n 1 1 @ 1 0 00333733 +circumference n 3 4 @ ~ %p + 3 1 05101261 08514592 05101675 +circumflex n 1 1 @ 1 0 06823102 +circumflex_artery n 1 2 @ ~ 1 0 05342499 +circumflex_artery_of_the_thigh n 1 2 @ #p 1 0 05342673 +circumflex_femoral_vein n 1 1 @ 1 0 05364000 +circumflex_humeral_artery n 1 2 @ #p 1 0 05342854 +circumflex_iliac_artery n 1 1 @ 1 0 05343037 +circumflex_iliac_vein n 1 1 @ 1 0 05363868 +circumflex_scapular_artery n 1 2 @ #p 1 0 05343218 +circumflex_vein n 1 2 @ ~ 1 0 05363676 +circumlocution n 2 2 @ + 2 0 07090379 06761342 +circumnavigation n 1 3 @ + ; 1 0 00296263 +circumscription n 1 2 @ + 1 0 01149480 +circumspection n 2 2 @ ~ 2 0 05615500 04891184 +circumstance n 4 3 @ ~ + 4 3 13942875 14512817 05822746 07451338 +circumstances n 2 2 @ ~ 2 1 14473222 13329489 +circumstantial_evidence n 1 3 ! @ ; 1 0 06735533 +circumvention n 1 2 @ + 1 0 00741685 +circumvolution n 1 2 @ + 1 0 00342424 +circus n 6 6 @ ~ #m %m %p ; 6 3 08189211 00519739 00552679 03035089 03034860 01609549 +circus_acrobat n 1 1 @ 1 0 09923561 +circus_aeruginosus n 1 2 @ #m 1 0 01609956 +circus_cyaneus n 1 2 @ #m 1 0 01610226 +circus_pygargus n 1 2 @ #m 1 0 01610100 +circus_tent n 1 2 @ #p 1 0 03035252 +cirio n 1 2 @ #m 1 0 12382233 +cirque n 1 1 @ 1 0 09245515 +cirrhosis n 1 1 @ 1 0 14116482 +cirrhosis_of_the_liver n 1 1 @ 1 0 14116482 +cirrhus n 1 1 @ 1 0 13102946 +cirriped n 1 3 @ ~ #m 1 0 01998183 +cirripede n 1 3 @ ~ #m 1 0 01998183 +cirripedia n 1 3 @ #m %m 1 0 01998019 +cirrocumulus n 1 1 @ 1 0 09245650 +cirrocumulus_cloud n 1 1 @ 1 0 09245650 +cirrostratus n 1 1 @ 1 0 09245833 +cirrostratus_cloud n 1 1 @ 1 0 09245833 +cirrus n 3 2 @ ~ 3 0 13102946 09245964 01900341 +cirrus_cloud n 1 2 @ ~ 1 0 09245964 +cirsium n 1 3 @ #m %m 1 0 11953762 +cirsium_arvense n 1 1 @ 1 0 11954161 +cirsium_discolor n 1 1 @ 1 0 11954345 +cirsium_eriophorum n 1 1 @ 1 0 11954642 +cirsium_flodmanii n 1 2 @ ~ 1 0 11954484 +cirsium_helenioides n 1 1 @ 1 0 11954798 +cirsium_heterophylum n 1 1 @ 1 0 11954798 +cirsium_lanceolatum n 1 1 @ 1 0 11955153 +cirsium_rivulare n 1 1 @ 1 0 11955040 +cirsium_vulgare n 1 1 @ 1 0 11955153 +cis n 1 2 @ %m 1 0 08295138 +cisc n 2 3 ! @ ; 2 0 08343102 04932561 +cisco n 2 4 @ #m #p %p 2 0 07795459 02539573 +cistaceae n 1 3 @ #m %m 1 0 12374002 +cistercian n 1 1 @ 1 0 10726388 +cistern n 3 2 @ ~ 3 0 05516711 03035715 03035510 +cisterna n 1 1 @ 1 0 05516711 +cistothorus n 1 3 @ #m %m 1 0 01584994 +cistothorus_palustris n 1 1 @ 1 0 01585287 +cistothorus_platensis n 1 1 @ 1 0 01585422 +cistron n 1 4 @ ~ #p ; 1 0 05436752 +cistus n 1 3 @ #m %m 1 0 12374238 +cistus_albidus n 1 1 @ 1 0 12374705 +cistus_ladanifer n 1 2 @ %s 1 0 12374862 +cistus_ladanum n 1 2 @ %s 1 0 12374862 +citadel n 1 2 @ ~ 1 0 02806088 +citation n 6 4 @ ~ + ; 6 1 06706125 07180570 06763681 06613056 06558277 02384326 +citation_form n 1 2 @ #p 1 0 06300632 +cite n 1 2 @ ~ 1 0 06763681 +citellus n 1 3 @ #m %m 1 0 02357741 +citellus_citellus n 1 1 @ 1 0 02358584 +citellus_lateralis n 1 1 @ 1 0 02358390 +citellus_leucurus n 1 1 @ 1 0 02357911 +citellus_parryi n 1 1 @ 1 0 02359047 +citellus_richardsoni n 1 1 @ 1 0 02358712 +citellus_variegatus n 1 1 @ 1 0 02358890 +citharichthys n 1 3 @ #m %m 1 0 02662081 +citharichthys_cornutus n 1 1 @ 1 0 02662397 +cither n 2 2 @ ~ 2 0 04615226 03035832 +cithern n 1 1 @ 1 0 03035832 +citizen n 1 5 ! @ ~ #m + 1 1 09923673 +citizen_genet n 1 1 @ 1 0 10994097 +citizenry n 1 3 @ ~ %m 1 0 08160276 +citizens_committee n 1 2 @ ~ 1 1 08325686 +citizenship n 2 3 @ + ; 2 0 13953467 04898208 +citizenship_day n 1 2 @ #p 1 0 15190652 +citlaltepetl n 1 2 @ #p 1 0 09173777 +citole n 1 1 @ 1 0 03035832 +citrange n 2 4 @ #m #p %p 2 0 12712320 07750299 +citrange_tree n 1 3 @ #m %p 1 0 12712320 +citrate n 1 1 @ 1 0 14604184 +citric_acid n 1 3 @ #s + 1 0 14812872 +citric_acid_cycle n 1 3 @ #p %p 1 0 13505467 +citrin n 1 1 @ 1 0 15093137 +citrine n 1 1 @ 1 0 14813067 +citron n 2 4 @ #p %s %p 2 1 07750449 12709349 +citron_tree n 1 3 @ %s %p 1 0 12709349 +citroncirus n 1 3 @ #m %m 1 0 12712149 +citroncirus_webberi n 1 3 @ #m %p 1 0 12712320 +citronwood n 2 2 @ #s 2 0 12709591 11643506 +citrophilous_mealybug n 1 2 @ #m 1 0 02251067 +citrophilus_mealybug n 1 2 @ #m 1 0 02251067 +citrous_fruit n 1 4 @ ~ #p %p 1 0 07747055 +citrulline n 1 1 @ 1 0 14604286 +citrullus n 1 3 @ #m %m 1 0 12163649 +citrullus_vulgaris n 1 3 @ #m %p 1 0 12164065 +citrus n 2 6 @ ~ #m #p %p + 2 1 07747055 12707781 +citrus_aurantifolia n 1 3 @ #m %p 1 0 12711984 +citrus_aurantium n 1 3 @ #m %p 1 0 12708654 +citrus_bergamia n 1 1 @ 1 0 12708941 +citrus_decumana n 1 3 @ #m %p 1 0 12709103 +citrus_fruit n 1 4 @ ~ #p %p 1 0 07747055 +citrus_grandis n 1 3 @ #m %p 1 0 12709103 +citrus_limetta n 1 1 @ 1 0 12711817 +citrus_limon n 1 4 @ ~ #m %p 1 0 12711596 +citrus_limonia n 1 2 @ #m 1 0 12711398 +citrus_maxima n 1 3 @ #m %p 1 0 12709103 +citrus_mealybug n 1 2 @ #m 1 0 02251593 +citrus_medica n 1 3 @ %s %p 1 0 12709349 +citrus_nobilis n 1 3 @ #m %p 1 0 12710917 +citrus_paradisi n 1 3 @ #m %p 1 0 12709688 +citrus_reticulata n 1 4 @ ~ #m %p 1 0 12709901 +citrus_sinensis n 1 3 @ #m %p 1 0 12710693 +citrus_tangelo n 1 3 @ #m %p 1 0 12711182 +citrus_tree n 1 4 @ ~ #m %p 1 0 12707781 +citrus_whitefly n 1 2 @ #m 1 0 02246941 +citta_del_vaticano n 1 3 @ #p %p 1 0 09161452 +cittern n 1 1 @ 1 0 03035832 +city n 3 4 @ ~ %p + 3 3 08524735 08540903 08226335 +city-state n 1 2 @ ~ 1 0 08177958 +city_block n 1 1 @ 1 0 08642145 +city_boy n 1 1 @ 1 0 09924313 +city_center n 1 2 @ #p 1 0 08524130 +city_centre n 1 2 @ #p 1 0 08524130 +city_council n 1 1 @ 1 1 08311282 +city_desk n 1 1 @ 1 0 08118592 +city_district n 1 3 @ ~ #p 1 0 08537837 +city_editor n 1 1 @ 1 0 09923996 +city_father n 1 1 @ 1 0 09924106 +city_hall n 1 1 @ 1 0 03036022 +city_limit n 1 2 @ #p 1 0 08541130 +city_limits n 1 2 @ #p 1 0 08541130 +city_line n 1 1 @ 1 0 08516002 +city_man n 1 1 @ 1 0 09924195 +city_manager n 1 2 @ ~ 1 0 10303814 +city_of_bridges n 1 3 @ #m #p 1 0 08851034 +city_of_brotherly_love n 1 3 @ #p %p 1 0 09136182 +city_of_god n 1 1 @ 1 0 05628193 +city_of_light n 1 4 @ #p %m %p 1 0 08932568 +city_of_london n 1 2 @ #p 1 0 08874273 +city_of_the_angels n 1 3 @ #p %p 1 0 09063673 +city_of_westminster n 1 3 @ #p %p 1 0 08875547 +city_planning n 1 2 @ %m 1 0 00928542 +city_room n 1 1 @ 1 0 08118592 +city_slicker n 1 1 @ 1 0 09924313 +city_state n 1 2 @ ~ 1 0 08177958 +city_university n 1 1 @ 1 1 03036244 +cityscape n 2 1 @ 2 0 06209770 03036149 +ciudad_bolivar n 1 3 @ #p %p 1 0 09162414 +ciudad_de_mexico n 1 2 @ #p 1 0 08744236 +ciudad_juarez n 1 2 @ #p 1 0 08742743 +ciudad_trujillo n 1 2 @ #p 1 0 08752293 +ciudad_victoria n 1 2 @ #p 1 0 08742892 +cive n 1 2 @ %p 1 0 12435152 +civet n 1 3 @ ~ #m 1 0 02135220 +civet_bean n 1 2 @ #p 1 0 07729225 +civet_cat n 2 3 @ ~ #m 2 0 02508742 02135220 +civic_center n 2 2 @ #p 2 1 03078506 08543496 +civic_duty n 1 2 @ ~ 1 0 01131004 +civic_leader n 1 1 @ 1 0 09924437 +civic_pride n 1 1 @ 1 0 04886790 +civic_responsibility n 1 2 @ ~ 1 0 01131004 +civic_spirit n 1 1 @ 1 0 04886790 +civics n 1 1 @ 1 0 06143454 +civies n 1 2 @ ; 1 0 03036341 +civil_action n 1 1 @ 1 0 01184230 +civil_authority n 1 2 @ ~ 1 1 10541833 +civil_censorship n 1 1 @ 1 0 00821518 +civil_contempt n 1 2 @ ; 1 0 01180718 +civil_day n 1 3 @ ~ #p 1 0 15157041 +civil_death n 2 2 @ ; 2 0 13952792 00232765 +civil_defense n 1 2 @ ~ 1 1 00960688 +civil_disobedience n 1 2 @ ~ 1 0 01179927 +civil_engineer n 1 2 @ ~ 1 0 09924540 +civil_engineering n 1 2 @ ~ 1 0 06127683 +civil_law n 2 5 ! @ ~ ; - 2 1 08453464 06534659 +civil_leader n 1 1 @ 1 0 09924437 +civil_libertarian n 1 1 @ 1 0 09924854 +civil_liberty n 2 3 @ + ; 2 0 13995662 05183242 +civil_list n 1 2 @ ; 1 0 13422061 +civil_marriage n 1 1 @ 1 0 01037577 +civil_officer n 1 2 @ ~ 1 0 10541833 +civil_order n 1 1 @ 1 0 13968859 +civil_right n 1 3 @ ~ ; 1 0 05182563 +civil_rights_activist n 1 2 @ ~ 1 0 09924996 +civil_rights_leader n 1 2 @ ~ 1 0 09924996 +civil_rights_movement n 1 1 @ 1 0 08471369 +civil_rights_worker n 1 2 @ ~ 1 0 09924996 +civil_servant n 1 2 @ #m 1 0 09925459 +civil_service n 1 4 @ ~ #m %m 1 1 08357258 +civil_suit n 1 2 @ ; 1 0 01183031 +civil_time n 1 2 @ ~ 1 0 15116910 +civil_union n 1 2 @ ; 1 0 13964591 +civil_war n 1 2 @ ~ 1 1 00962567 +civil_wrong n 1 4 @ ~ ; - 1 0 00733883 +civil_year n 1 2 @ ~ 1 0 15202634 +civilian n 1 3 ! @ + 1 1 09924742 +civilian_clothing n 1 2 @ ~ 1 0 03036469 +civilian_dress n 1 2 @ ~ 1 0 03036469 +civilian_garb n 1 2 @ ~ 1 0 03036469 +civilisation n 4 5 @ ~ %p + ; 4 0 13448970 08287844 08111783 04811995 +civility n 2 5 ! @ ~ = + 2 0 04914133 01227908 +civilization n 4 5 @ ~ %p + ; 4 1 08111783 13448970 08287844 04811995 +civvies n 1 2 @ ; 1 0 03036341 +cjd n 1 1 @ 1 0 14100494 +cl n 2 5 @ ~ #s #p %p 2 0 14634591 13623856 +clabber n 1 2 @ + 1 0 07850219 +clack n 2 2 @ + 2 0 07379963 03036701 +clack_valve n 1 1 @ 1 0 03036701 +cladding n 1 2 @ ~ 1 0 03315644 +clade n 1 1 @ 1 0 07992308 +cladistic_analysis n 1 1 @ 1 0 06153402 +cladistics n 1 1 @ 1 0 06153402 +cladode n 1 1 @ 1 0 13130014 +cladogram n 1 1 @ 1 0 13912424 +cladonia n 1 3 @ #m %m 1 0 12990938 +cladonia_rangiferina n 1 2 @ #m 1 0 12991184 +cladoniaceae n 1 3 @ #m %m 1 0 12990800 +cladophyll n 1 1 @ 1 0 13130014 +cladorhyncus n 1 3 @ #m %m 1 0 02035845 +cladorhyncus_leucocephalum n 1 2 @ #m 1 0 02036228 +cladrastis n 1 3 @ #m %m 1 0 12516040 +cladrastis_kentukea n 1 2 @ #m 1 0 12516165 +cladrastis_lutea n 1 2 @ #m 1 0 12516165 +claes_oldenburg n 1 1 @ 1 0 11213726 +claes_thure_oldenburg n 1 1 @ 1 0 11213726 +claforan n 1 2 @ ; 1 0 02989475 +claim n 6 3 @ ~ + 6 5 06729864 06730563 01061945 05175904 05181199 07192129 +claim_agent n 1 1 @ 1 0 09769929 +claim_form n 1 1 @ 1 0 06473940 +claim_jumper n 1 1 @ 1 0 09925824 +claimant n 1 3 @ ~ + 1 1 09925592 +claiming_race n 1 1 @ 1 0 07461650 +claims_adjuster n 1 1 @ 1 0 09769929 +claims_adjustor n 1 1 @ 1 0 09769929 +clairvoyance n 1 3 @ ~ + 1 1 07256695 +clairvoyant n 1 2 @ + 1 0 09925953 +clam n 3 6 @ ~ #p %p + ; 3 1 01956481 13395897 07786686 +clam_chowder n 1 2 @ ~ 1 0 07587700 +clam_dip n 1 1 @ 1 0 07582970 +clamatores n 1 3 @ #m + 1 0 01547143 +clambake n 1 1 @ 1 0 07576969 +clamber n 1 2 @ + 1 0 00325502 +clamminess n 1 2 @ + 1 0 14536085 +clammy_chickweed n 1 3 @ ~ #m 1 0 11807108 +clammy_locust n 1 2 @ #m 1 0 12568649 +clammyweed n 1 2 @ #m 1 0 11867311 +clamor n 2 2 @ + 2 1 07377473 07122118 +clamoring n 1 2 @ + 1 1 07122118 +clamour n 1 2 @ + 1 0 07122118 +clamouring n 1 1 @ 1 0 07122118 +clamp n 1 3 @ ~ + 1 0 03036866 +clampdown n 1 2 @ + 1 0 00808967 +clams n 1 1 @ 1 0 13385216 +clamshell n 2 1 @ 2 1 01956849 03037108 +clan n 1 3 @ ~ %m 1 1 07969695 +clan_member n 1 2 @ #m 1 0 10308275 +clandestine_operation n 1 2 @ ~ 1 0 00983651 +clang n 1 2 @ + 1 1 07380144 +clanger n 1 3 @ + ; 1 0 00076393 +clangor n 1 2 @ + 1 1 07380144 +clangoring n 1 1 @ 1 1 07380144 +clangour n 1 2 @ + 1 0 07380144 +clangula n 1 2 @ %m 1 0 01853763 +clangula_hyemalis n 1 2 @ #m 1 0 01853870 +clank n 1 2 @ + 1 0 07380144 +clannishness n 1 2 @ + 1 1 04889337 +clansman n 1 2 @ #m 1 0 10308275 +clanswoman n 1 2 @ #m 1 0 10308275 +clap n 3 3 @ ~ + 3 1 07376257 14133543 07379963 +clapboard n 1 2 @ + 1 0 15103007 +clapper n 3 4 @ #p %p + 3 0 09926088 05301072 03037228 +clapper_valve n 1 1 @ 1 0 03036701 +clapperboard n 1 1 @ 1 0 03037404 +clappers n 1 2 @ ; 1 0 02869249 +clapping n 1 4 @ ~ #p + 1 1 06691989 +claptrap n 1 1 @ 1 0 07087777 +claque n 1 2 @ #p 1 0 08223137 +clara_josephine_schumann n 1 1 @ 1 0 11287186 +clare_booth_luce n 1 1 @ 1 0 11143806 +clarence n 1 1 @ 1 0 03037590 +clarence_darrow n 1 1 @ 1 0 10923146 +clarence_day n 1 1 @ 1 0 10925772 +clarence_malcolm_lowry n 1 1 @ 1 0 11142922 +clarence_seward_darrow n 1 1 @ 1 0 10923146 +clarence_shepard_day_jr. n 1 1 @ 1 0 10925772 +claret n 2 3 @ ~ + 2 1 04964001 07895435 +claret_cup n 1 2 @ %s 1 0 07931096 +clarification n 2 3 @ ~ + 2 0 07171206 00264192 +clarified_butter n 1 2 @ ~ 1 0 07848771 +clarinet n 1 3 @ ~ + 1 0 03037709 +clarinet_section n 1 1 @ 1 0 08218004 +clarinetist n 1 3 @ ~ + 1 0 09926246 +clarinettist n 1 3 @ ~ + 1 0 09926246 +clarion n 1 2 @ + 1 0 03037899 +clarity n 2 5 ! @ ~ = + 2 2 04820258 04701460 +clark n 4 1 @ 4 0 10899164 10898929 10898693 10898549 +clark's_nutcracker n 1 1 @ 1 0 01581984 +clark_cell n 1 1 @ 1 0 03038041 +clark_gable n 1 1 @ 1 0 10986437 +clark_standard_cell n 1 1 @ 1 0 03038041 +clarksburg n 1 2 @ #p 1 0 09155986 +claro n 1 1 @ 1 0 03038190 +clary n 1 1 @ 1 0 12866162 +clary_sage n 2 3 @ #p %p 2 0 12865037 07820683 +clash n 4 3 @ ~ + 4 2 07380144 13981137 13981271 00959376 +clasp n 2 4 @ ~ #p + 2 0 03038281 00812526 +clasp_knife n 1 1 @ 1 0 03038480 +class n 8 8 @ ~ #m #p %m %p + ; 8 5 07997703 08238463 07974025 00884466 08239808 08238660 08103777 04815177 +class-action_suit n 1 2 @ ; 1 0 01183166 +class_acrasiomycetes n 1 3 @ #m %m 1 0 12975982 +class_act n 1 1 @ 1 0 10325549 +class_actinozoa n 1 3 @ #m %m 1 0 01913838 +class_action n 1 2 @ ; 1 0 01183166 +class_amphibia n 1 3 @ #m %m 1 0 01625747 +class_angiospermae n 1 3 @ #m %m 1 0 11664929 +class_anthoceropsida n 1 3 @ #m %m 1 0 11538123 +class_anthozoa n 1 3 @ #m %m 1 0 01913838 +class_aphasmidia n 1 2 @ #m 1 0 01929788 +class_arachnida n 1 3 @ #m %m 1 0 01768969 +class_archiannelida n 1 3 @ #m %m 1 0 01934705 +class_ascidiaceae n 1 3 @ #m %m 1 0 01468532 +class_ascomycetes n 1 3 @ #m %m 1 0 13023783 +class_asteroidea n 1 3 @ #m %m 1 0 02317212 +class_aves n 1 4 @ #m %m ; 1 0 01502262 +class_bacillariophyceae n 1 3 @ #m %m 1 0 01400891 +class_basidiomycetes n 1 3 @ #m %m 1 0 12996841 +class_bivalvia n 1 3 @ #m %m 1 0 01955463 +class_bryopsida n 1 3 @ #m %m 1 0 11538935 +class_cephalopoda n 1 3 @ #m %m 1 0 01968115 +class_cestoda n 1 3 @ #m %m 1 0 01927301 +class_channidae n 1 3 @ #m %m 1 0 02514198 +class_charophyceae n 1 3 @ #m %m 1 0 01412085 +class_chilopoda n 1 3 @ #m %m 1 0 01784427 +class_chlorophyceae n 1 3 @ #m %m 1 0 01407465 +class_chondrichthyes n 1 3 @ #m %m 1 0 01480336 +class_chrysophyceae n 1 2 @ #m 1 0 01400575 +class_chytridiomycetes n 1 3 @ #m %m 1 0 12977565 +class_ciliata n 1 3 @ #m %m 1 0 01394901 +class_ciliophora n 1 3 @ #m %m 1 0 01394901 +class_coniferopsida n 1 3 @ #m %m 1 0 11605708 +class_crinoidea n 1 3 @ #m %m 1 0 02319967 +class_crustacea n 1 3 @ #m %m 1 0 01974399 +class_cryptophyceae n 1 3 @ #m %m 1 0 01421164 +class_cyanobacteria n 1 3 @ #m %m 1 0 01358259 +class_cyanophyceae n 1 3 @ #m %m 1 0 01358259 +class_cycadopsida n 1 3 @ #m %m 1 0 11599694 +class_cyclosporeae n 1 2 @ #m 1 0 01403968 +class_deuteromycetes n 1 2 @ #m 1 0 12996068 +class_diatomophyceae n 1 3 @ #m %m 1 0 01400891 +class_dicotyledonae n 1 3 @ #m %m 1 0 11665781 +class_dicotyledones n 1 3 @ #m %m 1 0 11665781 +class_diplopoda n 1 3 @ #m %m 1 0 01786402 +class_echinoidea n 1 3 @ #m %m 1 0 02318915 +class_equisetatae n 1 3 @ #m %m 1 0 13218722 +class_euglenophyceae n 1 3 @ #m %m 1 0 01406262 +class_eumycetes n 1 2 @ #m 1 0 12995435 +class_feeling n 1 1 @ 1 0 07548224 +class_fellow n 1 1 @ 1 0 10560106 +class_filicinae n 1 3 @ #m %m 1 0 13169219 +class_filicopsida n 1 3 @ #m %m 1 0 13169219 +class_flagellata n 1 3 @ #m %m 1 0 01416354 +class_gasteromycetes n 1 3 @ #m %m 1 0 13038944 +class_gasteropoda n 1 3 @ #m %m 1 0 01941670 +class_gastromycetes n 1 3 @ #m %m 1 0 13038944 +class_gastropoda n 1 3 @ #m %m 1 0 01941670 +class_ginkgophytina n 1 3 @ #m %m 1 0 11663449 +class_ginkgopsida n 1 3 @ #m %m 1 0 11663449 +class_gnetopsida n 1 3 @ #m %m 1 0 11596486 +class_gymnospermae n 1 3 @ #m %m 1 0 11595312 +class_hemiascomycetes n 1 3 @ #m %m 1 0 13024763 +class_hepaticae n 1 3 @ #m %m 1 0 11542341 +class_hepaticopsida n 1 3 @ #m %m 1 0 11542341 +class_heterokontae n 1 2 @ #m 1 0 01400575 +class_hexapoda n 1 3 @ #m %m 1 0 02159271 +class_hirudinea n 1 3 @ #m %m 1 0 01937719 +class_holothuroidea n 1 3 @ #m %m 1 0 02321342 +class_hyalospongiae n 1 3 @ #m %m 1 0 01907495 +class_hydrozoa n 1 3 @ #m %m 1 0 01911511 +class_hymenomycetes n 1 2 @ #m 1 0 12998130 +class_insecta n 1 3 @ #m %m 1 0 02159271 +class_lamellibranchia n 1 3 @ #m %m 1 0 01955463 +class_larvacea n 1 3 @ #m %m 1 0 01470287 +class_liliopsida n 1 3 @ #m %m 1 0 11667562 +class_list n 1 2 @ ; 1 0 06489190 +class_lycopodiate n 1 3 @ #m %m 1 0 13220842 +class_lycopodineae n 1 2 @ #m 1 0 13221383 +class_lycopsida n 1 3 @ #m %m 1 0 13220842 +class_magnoliopsida n 1 3 @ #m %m 1 0 11665781 +class_mammalia n 1 3 @ #m %m 1 0 01861465 +class_mastigophora n 1 3 @ #m %m 1 0 01416354 +class_merostomata n 1 3 @ #m %m 1 0 01787191 +class_monocotyledonae n 1 3 @ #m %m 1 0 11667562 +class_monocotyledones n 1 3 @ #m %m 1 0 11667562 +class_musci n 1 3 @ #m %m 1 0 11538935 +class_myriapoda n 1 3 @ #m %m 1 0 01786402 +class_myxomycetes n 1 3 @ #m %m 1 0 12975608 +class_nuda n 1 3 @ #m %m 1 0 01919099 +class_oligochaeta n 1 3 @ #m %m 1 0 01935012 +class_onychophora n 1 3 @ #m %m 1 0 01999374 +class_oomycetes n 1 3 @ #m %m 1 0 12977296 +class_ophiuroidea n 1 3 @ #m %m 1 0 02317488 +class_osteichthyes n 1 3 @ #m %m 1 0 02514575 +class_pauropoda n 1 2 @ #m 1 0 01783205 +class_pelecypoda n 1 3 @ #m %m 1 0 01955463 +class_period n 1 2 @ #p 1 0 01232246 +class_phaeophyceae n 1 3 @ #m %m 1 0 01402169 +class_phasmidia n 1 2 @ #m 1 0 01929951 +class_pinopsida n 1 2 @ #m 1 0 11607071 +class_placodermi n 1 3 @ #m %m 1 0 01479937 +class_plectomycetes n 1 3 @ #m %m 1 0 13026529 +class_polychaeta n 1 3 @ #m %m 1 0 01936219 +class_polyplacophora n 1 3 @ #m %m 1 0 01954729 +class_psilopsida n 1 3 @ #m %m 1 0 13215936 +class_psilotatae n 1 3 @ #m %m 1 0 13215936 +class_pteridospermopsida n 1 3 @ #m %m 1 0 11604698 +class_pyrenomycetes n 1 3 @ #m %m 1 0 13028070 +class_reptilia n 1 3 @ #m %m 1 0 01660719 +class_rhodophyceae n 1 3 @ #m %m 1 0 01413744 +class_sarcodina n 1 3 @ #m %m 1 0 01389875 +class_scaphopoda n 1 3 @ #m %m 1 0 01941030 +class_schizomycetes n 1 2 @ #m 1 0 01358135 +class_scyphozoa n 1 3 @ #m %m 1 0 01910529 +class_sphenopsida n 1 3 @ #m %m 1 0 13218722 +class_sporozoa n 1 3 @ #m %m 1 0 01421496 +class_structure n 1 3 @ ~ %m 1 0 08378555 +class_struggle n 1 1 @ 1 0 00959800 +class_symphyla n 1 3 @ #m %m 1 0 01783384 +class_tardigrada n 1 3 @ #m %m 1 0 01783936 +class_taxopsida n 1 2 @ #m 1 0 11660537 +class_tentaculata n 1 3 @ #m %m 1 0 01919504 +class_thaliacea n 1 3 @ #m %m 1 0 01469222 +class_tiliomycetes n 1 2 @ #m 1 0 13065702 +class_trematoda n 1 3 @ #m %m 1 0 01925469 +class_turbellaria n 1 3 @ #m %m 1 0 01925133 +class_ulvophyceae n 1 2 @ #m 1 0 01408088 +class_war n 1 1 @ 1 0 00959800 +class_warfare n 1 1 @ 1 0 00959800 +class_xanthophyceae n 1 2 @ #m 1 0 01400772 +class_zygomycetes n 1 3 @ #m %m 1 0 12972629 +classic n 2 1 @ 2 2 03038595 09926426 +classic_hemochromatosis n 1 1 @ 1 0 14207256 +classical n 1 2 @ ~ 1 0 07025900 +classical_architecture n 1 3 @ ~ - 1 0 05841985 +classical_ballet n 1 1 @ 1 0 00529622 +classical_conditioning n 1 1 @ 1 0 05759182 +classical_greek n 1 1 @ 1 0 06977610 +classical_haemophilia n 1 1 @ 1 0 14170772 +classical_hemophilia n 1 1 @ 1 0 14170772 +classical_latin n 1 1 @ 1 0 06963082 +classical_mechanics n 1 1 @ 1 0 06111335 +classical_music n 1 2 @ ~ 1 0 07025900 +classical_mythology n 1 3 @ ~ - 1 0 07978924 +classical_scholar n 1 2 @ ~ 1 0 09926656 +classical_style n 1 1 @ 1 0 04698511 +classicalism n 1 1 @ 1 0 06154724 +classicism n 1 3 ! @ + 1 0 06154724 +classicist n 2 4 ! @ ~ + 2 1 09926519 09926656 +classics n 1 2 @ + 1 1 06170371 +classification n 4 4 ! @ ~ + 4 2 01012712 07939638 05732756 01148904 +classification_system n 1 2 @ ~ 1 0 05727220 +classified n 1 2 @ ~ 1 0 07249585 +classified_ad n 1 2 @ ~ 1 0 07249585 +classified_advertisement n 1 2 @ ~ 1 0 07249585 +classified_stock n 1 1 @ 1 0 13335008 +classifier n 2 2 @ + 2 1 09926862 06308436 +classifying_adjective n 1 2 @ ~ 1 0 06322157 +classmate n 1 1 @ 1 1 10560106 +classroom n 1 3 @ ~ #p 1 1 03038685 +classroom_project n 1 2 @ #p 1 0 00728849 +classwork n 1 2 @ #p 1 0 00728975 +clast n 1 4 @ #p + ; 1 0 09246134 +clastic_rock n 1 4 @ %p + ; 1 0 09246292 +clathraceae n 1 3 @ #m %m 1 0 13042514 +clathrus n 1 2 @ #m 1 0 13042694 +clatonia_lanceolata n 1 2 @ #m 1 0 11859472 +clatter n 1 2 @ + 1 1 07380473 +claude_achille_debussy n 1 1 @ 1 0 10926597 +claude_bernard n 1 1 @ 1 0 10847793 +claude_debussey n 1 1 @ 1 0 10926597 +claude_e._shannon n 1 1 @ 1 0 11295619 +claude_elwood_shannon n 1 1 @ 1 0 11295619 +claude_levi-strauss n 1 1 @ 1 0 11130113 +claude_monet n 1 1 @ 1 0 11185392 +claude_shannon n 1 1 @ 1 0 11295619 +claudication n 1 2 @ ~ 1 0 14549937 +claudio_monteverdi n 1 1 @ 1 0 11187364 +claudius n 1 1 @ 1 0 10899414 +claudius_i n 1 1 @ 1 0 10899414 +claudius_ptolemaeus n 1 1 @ 1 0 11247413 +clause n 2 5 @ ~ #p + ; 2 2 06314144 06392935 +clausewitz n 1 1 @ 1 0 10899747 +claustrophobe n 1 1 @ 1 0 09926991 +claustrophobia n 1 1 @ 1 1 14383252 +claustrum n 1 1 @ 1 0 05497922 +clavariaceae n 1 3 @ #m %m 1 0 12985629 +claviceps n 1 3 @ #m %m 1 0 12965463 +claviceps_purpurea n 1 3 @ ~ #m 1 0 12965626 +clavichord n 1 1 @ 1 0 03038870 +clavicipitaceae n 1 2 @ ~ 1 0 13024500 +clavicle n 1 3 @ #p %p 1 0 05274105 +clavier n 2 3 @ ~ #p 2 0 03928814 03039015 +clavus n 1 1 @ 1 0 14364802 +claw n 4 4 @ ~ #p + 4 3 02156140 03532672 02156532 02154742 +claw_hammer n 1 1 @ 1 0 02966545 +claw_hatchet n 1 1 @ 1 0 03039156 +clawback n 1 2 @ ; 1 0 00089657 +clawfoot n 1 1 @ 1 0 14214001 +clawhammer n 1 1 @ 1 0 02966545 +claxon n 1 2 @ + 1 0 03622058 +clay n 5 4 @ ~ #s %s 5 1 14813182 14956325 10900146 10899951 05218119 +clay-colored_robin n 1 2 @ #m 1 0 01559160 +clay_pigeon n 1 1 @ 1 0 03039259 +clay_pipe n 1 2 @ ~ 1 0 03039618 +clay_sculpture n 1 1 @ 1 0 03779621 +claymore n 2 1 @ 2 0 03039493 03039353 +claymore_mine n 1 1 @ 1 0 03039353 +claystone n 1 1 @ 1 0 14814419 +claytonia n 1 3 @ #m %m 1 0 11859024 +claytonia_caroliniana n 1 2 @ #m 1 0 11859275 +claytonia_virginica n 1 2 @ #m 1 0 11859737 +clayware n 1 3 @ ~ %s 1 0 03992703 +clean n 1 2 @ %p 1 1 00626838 +clean_and_jerk n 1 2 @ %p 1 0 00626838 +clean_bill_of_health n 1 1 @ 1 0 07227589 +clean_bomb n 1 1 @ 1 0 03039711 +clean_room n 1 2 @ ~ 1 0 03040376 +clean_slate n 1 1 @ 1 1 14484646 +cleaner n 3 3 @ ~ + 3 1 03040587 09927305 09927089 +cleaners n 1 2 @ ; 1 0 03039827 +cleaning n 1 3 @ ~ + 1 1 00251013 +cleaning_device n 1 2 @ ~ 1 0 03039947 +cleaning_equipment n 1 2 @ ~ 1 0 03039947 +cleaning_implement n 1 2 @ ~ 1 0 03039947 +cleaning_lady n 1 1 @ 1 0 09911226 +cleaning_pad n 1 2 @ ~ 1 0 03040229 +cleaning_woman n 1 1 @ 1 0 09911226 +cleanliness n 2 4 ! @ ~ + 2 0 14496451 04896161 +cleanness n 2 5 ! @ ~ = + 2 0 14496193 13990389 +cleanser n 1 3 @ ~ + 1 0 03040587 +cleansing n 1 3 @ ~ + 1 1 00251013 +cleansing_agent n 1 2 @ ~ 1 0 03040587 +cleanthes n 1 1 @ 1 0 10900366 +cleanup n 3 5 @ ~ #p + ; 3 0 13259797 06486405 00251013 +cleanup_position n 1 3 @ #p ; 1 0 06486405 +cleanup_spot n 1 3 @ #p ; 1 0 06486405 +clear n 2 2 @ + 2 0 13990502 08632423 +clear-air_turbulence n 1 1 @ 1 0 14524487 +clear_and_present_danger n 1 1 @ 1 0 14541247 +clear_liquid_diet n 1 1 @ 1 0 07562172 +clear_sailing n 1 1 @ 1 0 00282953 +clearance n 3 2 @ + 3 1 05090111 13778261 01141593 +clearance_sale n 1 1 @ 1 0 01118776 +clearcutness n 1 2 @ + 1 0 04821451 +clearing n 3 3 @ ~ + 3 1 08541288 01247647 00264192 +clearing_house n 1 1 @ 1 1 08055516 +clearness n 2 5 ! @ ~ = + 2 1 04820258 04701460 +clearstory n 1 1 @ 1 0 03041810 +clearway n 1 2 @ ; 1 0 03040836 +clearweed n 1 2 @ #m 1 0 12395068 +cleat n 3 4 @ ~ #p + 3 1 03041265 03041114 03040983 +cleats n 1 3 @ %p ; 1 0 03041449 +cleavage n 5 4 @ #p + ; 5 0 13920012 13449319 13449156 05553897 00386345 +cleavage_cavity n 1 2 @ #p 1 0 01459242 +cleaver n 1 2 @ + 1 0 03041632 +cleavers n 1 1 @ 1 0 12666159 +clef n 1 2 @ ~ 1 0 06862562 +cleft n 2 3 @ ~ + 2 1 13908201 09258715 +cleft_foot n 1 1 @ 1 0 14214209 +cleft_lip n 1 1 @ 1 0 14214355 +cleft_palate n 1 1 @ 1 0 14214486 +cleg n 1 2 @ #m 1 0 02195526 +clegg n 1 2 @ #m 1 0 02195526 +cleistes n 1 3 @ #m %m 1 0 12051285 +cleistes_divaricata n 1 2 @ #m 1 0 12051514 +cleistes_rosea n 1 2 @ #m 1 0 12051792 +cleistocarp n 1 1 @ 1 0 11533772 +cleistogamy n 1 1 @ 1 0 07439167 +cleistothecium n 1 1 @ 1 0 11533772 +clematis n 1 3 @ ~ #m 1 0 11729478 +clematis_baldwinii n 1 1 @ 1 0 11729860 +clematis_crispa n 1 1 @ 1 0 11730015 +clematis_lasiantha n 1 1 @ 1 0 11730205 +clematis_ochreleuca n 1 1 @ 1 0 11730312 +clematis_tangutica n 1 1 @ 1 0 11730458 +clematis_texensis n 1 1 @ 1 0 11730602 +clematis_versicolor n 1 1 @ 1 0 11730750 +clematis_verticillaris n 1 1 @ 1 0 11731659 +clematis_viorna n 1 1 @ 1 0 11730933 +clematis_virginiana n 1 1 @ 1 0 11731157 +clematis_vitalba n 1 1 @ 1 0 11731411 +clemence_sophia_harned_lozier n 1 1 @ 1 0 11143163 +clemenceau n 1 1 @ 1 0 10900524 +clemency n 2 3 @ ~ + 2 0 14522408 01071411 +clemens n 1 1 @ 1 0 10900730 +clement_attlee n 1 1 @ 1 0 10827873 +clement_iii n 1 1 @ 1 0 10900953 +clement_philibert_leo_delibes n 1 1 @ 1 0 10928978 +clement_richard_attlee n 1 1 @ 1 0 10827873 +clement_vii n 1 1 @ 1 0 10901192 +clement_xi n 1 1 @ 1 0 10901420 +clement_xiv n 1 1 @ 1 0 10901589 +clementine n 2 1 @ 2 0 12710415 07748157 +clementine_tree n 1 1 @ 1 0 12710415 +clench n 2 4 @ ~ + ; 2 0 03042984 00812526 +clenched_fist n 1 1 @ 1 0 05565064 +cleome n 2 4 @ ~ #m %m 2 0 11866248 11866078 +cleome_hassleriana n 1 1 @ 1 0 11866469 +cleome_pinnata n 1 2 @ #m 1 0 11897466 +cleome_serrulata n 1 1 @ 1 0 11866706 +cleopatra n 1 1 @ 1 0 10901827 +clepsydra n 1 1 @ 1 0 04558347 +clerestory n 1 1 @ 1 0 03041810 +clergy n 1 5 ! @ ~ %m + 1 1 08152787 +clergyman n 1 4 ! @ ~ #m 1 1 09927451 +cleric n 1 2 @ ~ 1 1 09928136 +clerical_collar n 1 1 @ 1 0 03041964 +clericalism n 1 1 @ 1 0 06489410 +clericalist n 1 1 @ 1 0 09928364 +clerid n 1 3 @ ~ #m 1 0 02170993 +clerid_beetle n 1 3 @ ~ #m 1 0 02170993 +cleridae n 1 3 @ #m %m 1 0 02170848 +clerihew n 1 1 @ 1 0 06378627 +clerisy n 1 2 @ ~ 1 0 08387354 +clerk n 2 3 @ ~ + 2 2 09928451 10548227 +clerking n 1 4 @ ~ + - 1 1 00619230 +clerkship n 1 2 @ + 1 0 00590518 +clethra n 1 2 @ #m 1 0 12249993 +clethra_alnifolia n 1 1 @ 1 0 12250180 +clethraceae n 1 3 @ #m %m 1 0 12249821 +clethrionomys n 1 3 @ #m %m 1 0 02342109 +cleveland n 2 2 @ #p 2 1 09130714 10902051 +clever_clogs n 1 2 @ ; 1 0 09928845 +clever_dick n 1 2 @ ; 1 0 09928845 +cleverness n 3 3 @ ~ + 3 1 05633672 05620955 04730367 +clevis n 1 1 @ 1 0 03042139 +clew n 2 3 @ ~ + 2 0 07961379 06643763 +clews n 1 2 @ ; 1 0 03042384 +cli n 1 1 @ 1 0 06575505 +clianthus n 1 3 @ ~ #m 1 0 12516584 +clianthus_formosus n 1 1 @ 1 0 12516828 +clianthus_puniceus n 1 1 @ 1 0 12517077 +clianthus_speciosus n 1 1 @ 1 0 12516828 +cliche n 1 1 @ 1 1 07154046 +clichy n 1 2 @ #p 1 0 08933437 +clichy-la-garenne n 1 2 @ #p 1 0 08933437 +click n 4 3 @ #p + 4 1 07379223 07118210 03901548 00112828 +click-clack n 1 2 @ ~ 1 0 07380686 +click_beetle n 1 1 @ 1 0 02176439 +clickety-clack n 1 1 @ 1 0 07380784 +clickety-click n 1 1 @ 1 1 07380784 +client n 3 5 @ ~ #m #p ; 3 2 09985075 09984659 03827107 +client-centered_therapy n 1 1 @ 1 0 00703236 +clientage n 1 1 @ 1 0 13837351 +clientele n 1 1 @ 1 1 08401554 +cliff n 1 2 @ ~ 1 1 09246464 +cliff-brake n 1 3 @ ~ #m 1 0 13211790 +cliff_brake n 1 3 @ ~ #m 1 0 13211790 +cliff_diving n 1 1 @ 1 0 00443692 +cliff_dweller n 1 1 @ 1 0 09929005 +cliff_dwelling n 1 1 @ 1 0 03042490 +cliff_penstemon n 1 2 @ #m 1 0 12887713 +cliff_rose n 1 1 @ 1 0 12099031 +cliff_swallow n 1 2 @ #m 1 0 01594968 +cliffhanger n 2 1 @ 2 0 07458099 06621681 +clifford_odets n 1 1 @ 1 0 11212120 +clifford_trust n 1 1 @ 1 0 13361624 +cliftonia n 1 3 @ #m %m 1 0 12751043 +cliftonia_monophylla n 1 2 @ #m 1 0 12751172 +climacteric n 2 2 @ #p 2 0 15154646 15154462 +climate n 2 2 @ + 2 2 14519366 14524661 +climate_change n 1 1 @ 1 0 13449450 +climatic_zone n 1 2 @ ~ 1 0 08542081 +climatologist n 1 1 @ 1 0 09929202 +climatology n 1 2 @ ~ 1 0 06119377 +climax n 5 4 @ ~ #p + 5 3 07417043 06373747 00062133 14568516 07102373 +climb n 3 3 @ ~ + 3 0 09206985 07370410 00325110 +climb-down n 1 1 @ 1 0 07206302 +climber n 5 3 @ ~ + 5 0 13102409 10618685 10334957 09929298 03126385 +climbing n 1 2 @ + 1 0 07370410 +climbing_bird's_nest_fern n 1 2 @ #m 1 0 13176714 +climbing_bittersweet n 1 2 @ #m 1 0 12748248 +climbing_boneset n 1 2 @ #m 1 0 11996251 +climbing_corydalis n 1 2 @ #m 1 0 11904274 +climbing_fern n 1 3 @ ~ #m 1 0 12956170 +climbing_frame n 1 2 @ ; 1 0 03042697 +climbing_fumitory n 1 1 @ 1 0 11909864 +climbing_hemp-vine n 1 2 @ #m 1 0 11996251 +climbing_hempweed n 1 2 @ #m 1 0 11996251 +climbing_hydrangea n 3 2 @ #m 3 0 12791790 12789226 12788487 +climbing_iron n 1 1 @ 1 0 03126385 +climbing_lily n 1 2 @ #m 1 0 12455950 +climbing_maidenhair n 1 1 @ 1 0 12956588 +climbing_maidenhair_fern n 1 1 @ 1 0 12956588 +climbing_nightshade n 1 2 @ #m 1 0 12894607 +climbing_onion n 1 2 @ #m 1 0 12444898 +climbing_perch n 1 2 @ #m 1 0 02556373 +climbing_salamander n 1 3 @ ~ #m 1 0 01637112 +clime n 1 1 @ 1 0 14519366 +clinch n 5 5 @ ~ #p + ; 5 1 00059728 03042984 03042829 03036866 00417859 +clinch_river n 1 2 @ #p 1 0 09246660 +clincher n 3 2 @ + 3 0 06649567 05692758 03043173 +cline n 1 1 @ 1 0 10902232 +cling n 1 1 @ 1 0 07738224 +cling_film n 1 2 @ %s 1 0 04135710 +clingfilm n 1 2 @ %s 1 0 04135710 +clingfish n 1 3 @ ~ #m 1 0 02635580 +clingstone n 1 1 @ 1 0 07738224 +clinic n 3 4 @ ~ #p + 3 0 08054076 07146300 03043274 +clinical_anatomy n 1 1 @ 1 0 06059125 +clinical_depression n 1 2 @ ~ 1 0 14389240 +clinical_neurology n 1 2 @ ; 1 0 06052864 +clinical_psychologist n 1 2 @ ~ 1 0 10489944 +clinical_psychology n 1 1 @ 1 0 06057172 +clinical_test n 1 2 @ ~ 1 0 00792356 +clinical_thermometer n 1 1 @ 1 0 03043423 +clinical_trial n 1 2 @ ~ 1 0 00792356 +clinician n 1 2 @ ; 1 0 09929577 +clinid n 1 2 @ #m 1 0 02614140 +clinid_fish n 1 2 @ #m 1 0 02614140 +clinidae n 1 3 @ #m %m 1 0 02613960 +clink n 2 3 @ ~ + 2 0 07379223 03592245 +clinker n 2 2 @ + 2 0 09245212 03043693 +clinker_block n 1 1 @ 1 0 03031957 +clinker_brick n 1 1 @ 1 0 03043693 +clinocephalism n 1 1 @ 1 0 14159153 +clinocephaly n 1 1 @ 1 0 14159153 +clinodactyly n 1 1 @ 1 0 14159318 +clinometer n 1 1 @ 1 0 03043798 +clinopodium n 1 3 @ #m %m 1 0 12843844 +clinopodium_grandiflorum n 1 1 @ 1 0 12843316 +clinopodium_vulgare n 1 2 @ #m 1 0 12843970 +clinoril n 1 3 @ %s ; 1 0 04353410 +clinton n 4 2 @ #p 4 0 10902752 10902591 10902409 09086894 +clinton's_lily n 1 3 @ ~ #m 1 0 12472024 +clinton_administration n 1 1 @ 1 0 08165760 +clintonia n 1 3 @ ~ #m 1 0 12472024 +clintonia_andrewsiana n 1 2 @ #m 1 0 12472326 +clintonia_borealis n 1 2 @ #m 1 0 12472559 +clintonia_uniflora n 1 2 @ #m 1 0 12472778 +clio n 1 2 @ ; 1 0 09566436 +clioquinol n 1 1 @ 1 0 03583109 +clip n 6 4 @ ~ #p + 6 3 02973017 07309599 03043958 03044166 00359614 00133234 +clip-clop n 1 1 @ 1 0 07380934 +clip-on n 1 1 @ 1 0 03044801 +clip_art n 1 1 @ 1 0 03044278 +clip_artist n 1 1 @ 1 0 09929770 +clip_joint n 1 1 @ 1 0 03044537 +clip_lead n 1 2 @ %p 1 0 03044671 +clipboard n 1 1 @ 1 0 03044418 +clipper n 4 3 @ + ; 4 0 03669886 03045228 03045074 03044934 +clipper_ship n 1 1 @ 1 0 03045228 +clippety-clop n 1 1 @ 1 0 07380934 +clipping n 3 3 @ ~ + 3 0 06612649 00359903 00359614 +clique n 1 2 @ ~ 1 1 08240633 +cliquishness n 1 2 @ + 1 0 04889337 +clit n 1 3 @ #p %p 1 0 05523420 +clitocybe n 1 3 @ #m %m 1 0 13020623 +clitocybe_clavipes n 1 2 @ #m 1 0 13020964 +clitocybe_dealbata n 1 2 @ #m 1 0 13021166 +clitocybe_inornata n 1 2 @ #m 1 0 13021332 +clitocybe_irina n 1 2 @ #m 1 0 13021689 +clitocybe_nuda n 1 1 @ 1 0 13017102 +clitocybe_robusta n 1 2 @ #m 1 0 13021543 +clitocybe_subconnexa n 1 2 @ #m 1 0 13021867 +clitoral_vein n 1 2 @ ~ 1 0 05364184 +clitoria n 1 3 @ #m %m 1 0 12517253 +clitoria_mariana n 1 2 @ #m 1 0 12517445 +clitoria_turnatea n 1 1 @ 1 0 12517642 +clitoridectomy n 1 1 @ 1 0 00669155 +clitoris n 1 4 @ #p %p + 1 0 05523420 +clive n 1 1 @ 1 0 10902934 +clive_sinclair n 1 1 @ 1 0 11302224 +clive_staples_lewis n 1 1 @ 1 0 11130291 +clivers n 1 1 @ 1 0 12666159 +cloaca n 2 3 @ #p ; 2 0 05304341 04179126 +cloak n 2 3 @ ~ + 2 1 03045698 03045337 +cloakmaker n 1 1 @ 1 0 09929861 +cloakroom n 2 1 @ 2 0 03045928 03045800 +clobber n 1 1 @ 1 0 13251154 +cloche n 2 1 @ 2 0 03046133 03046029 +clock n 1 4 @ ~ %p + 1 1 03046257 +clock-watching n 1 1 @ 1 0 05703070 +clock_dial n 1 2 @ #p 1 0 03046657 +clock_face n 1 2 @ #p 1 0 03046657 +clock_golf n 1 1 @ 1 0 00573106 +clock_pendulum n 1 1 @ 1 0 03046802 +clock_radio n 1 1 @ 1 0 03046921 +clock_time n 1 3 @ ~ = 1 0 15129927 +clock_tower n 1 1 @ 1 0 03047052 +clock_watcher n 1 1 @ 1 0 09929988 +clocking n 1 2 @ + 1 1 15133903 +clockmaker n 1 2 @ ~ 1 0 09930102 +clocks n 1 1 @ 1 0 12688903 +clocksmith n 1 2 @ ~ 1 0 09930102 +clockwise_rotation n 1 1 @ 1 0 07441373 +clockwork n 1 2 @ %p 1 0 03047171 +clockwork_universe n 1 1 @ 1 0 06211529 +clod n 2 2 @ ~ 2 2 07961016 10274639 +clodhopper n 1 1 @ 1 1 02904927 +clofibrate n 1 1 @ 1 0 03047353 +clog n 3 2 @ + 3 0 03047690 03047553 00530208 +clog_dance n 1 1 @ 1 0 00530208 +clog_dancer n 1 1 @ 1 0 09990690 +clog_dancing n 1 1 @ 1 0 00530208 +cloisonne n 1 2 @ + 1 0 03047799 +cloister n 2 4 @ ~ + ; 2 0 04073948 03047941 +clomid n 1 2 @ ; 1 0 03048094 +clomiphene n 1 1 @ 1 0 03048094 +clomiphene_citrate n 1 1 @ 1 0 03048094 +clomipramine n 1 1 @ 1 0 03048322 +clon n 1 1 @ 1 0 07940242 +clone n 3 3 @ + ; 3 0 10531557 07940242 03626925 +clonidine n 1 1 @ 1 0 03048412 +cloning n 1 2 @ ~ 1 0 00638243 +clonus n 1 2 @ + 1 0 14083061 +clop n 1 1 @ 1 0 07380934 +clopidogrel_bisulfate n 1 1 @ 1 0 03048598 +clopping n 1 1 @ 1 0 07380934 +clorox n 1 2 @ ; 1 0 14815628 +close n 3 4 @ ~ #p + 3 1 15267536 06398401 00210797 +close-order_drill n 1 2 @ ; 1 0 00896526 +close-quarter_fighting n 1 1 @ 1 0 00959537 +close_call n 1 1 @ 1 0 00061014 +close_corporation n 1 2 @ ~ 1 0 08383690 +close_order n 1 2 @ ; 1 0 08427163 +close_quarters n 1 2 @ ; 1 0 08623424 +close_shave n 1 1 @ 1 0 00061014 +close_support n 1 1 @ 1 0 00971984 +close_supporting_fire n 1 1 @ 1 0 00988696 +closed-angle_glaucoma n 1 1 @ 1 0 14255536 +closed-circuit_television n 1 3 @ ~ ; 1 0 03049066 +closed-class_word n 1 3 @ ~ %p 1 0 06291318 +closed-end_fund n 1 1 @ 1 0 08071908 +closed-end_investment_company n 1 1 @ 1 0 08071908 +closed-heart_surgery n 1 2 @ ~ 1 0 00675357 +closed-loop_system n 1 1 @ 1 0 03049326 +closed_book n 1 1 @ 1 0 05685538 +closed_chain n 1 4 ! @ ~ ; 1 0 09246883 +closed_circuit n 1 3 ! @ ~ 1 1 03048883 +closed_corporation n 1 2 @ ~ 1 0 08383690 +closed_couplet n 1 1 @ 1 0 06385728 +closed_curve n 1 2 @ ~ 1 0 13868248 +closed_fracture n 1 1 @ 1 0 14294117 +closed_gentian n 2 1 @ 2 0 12294723 12294331 +closed_interval n 1 2 ! @ 1 1 06016462 +closed_loop n 1 1 @ 1 0 03049326 +closed_primary n 1 1 @ 1 0 00182897 +closed_session n 1 1 @ 1 0 07147116 +closed_shop n 1 1 @ 1 0 08235076 +closed_universe n 1 2 @ ; 1 0 09247071 +closedown n 1 3 @ ~ + 1 0 00229260 +closely_held_corporation n 1 1 @ 1 0 08384041 +closeness n 6 4 ! @ ~ + 6 0 07530124 05112474 05085572 04833687 04657407 04655442 +closeout n 1 2 @ + 1 0 01118890 +closer n 2 4 @ ~ + ; 2 0 09930464 09930257 +closet n 4 4 @ ~ %p + 4 3 03148324 04558478 04550184 03049457 +closet_auger n 1 1 @ 1 0 03049605 +closet_drama n 1 1 @ 1 0 07015400 +closet_queen n 1 1 @ 1 0 09930628 +closeup n 1 1 @ 1 1 03049695 +closeup_lens n 1 1 @ 1 0 03049782 +closing n 5 5 ! @ ~ #p + 5 1 00344040 06398401 00281462 00229260 00211110 +closing_curtain n 1 1 @ 1 0 00210797 +closing_off n 1 2 @ ~ 1 1 01202029 +closing_price n 1 2 @ ; 1 0 13304340 +closing_time n 1 1 @ 1 0 15168665 +clostridia n 1 2 @ #m 1 0 01357156 +clostridial_myonecrosis n 1 2 @ ; 1 0 14313943 +clostridium n 1 2 @ #m 1 0 01357156 +clostridium_botulinum n 1 2 @ #m 1 0 01357328 +clostridium_perfringens n 1 2 @ #m 1 0 01357507 +clostridium_perfringens_epsilon_toxin n 1 1 @ 1 0 14714353 +closure n 7 3 @ ~ + 7 1 00281462 06666829 06249421 05789089 02853449 01074694 00229260 +closure_by_compartment n 1 1 @ 1 0 06667027 +clot n 1 3 @ ~ + 1 1 05402091 +clot_buster n 1 2 @ ~ 1 0 04429169 +clotbur n 1 3 @ ~ #m 1 0 11924445 +cloth n 1 4 @ ~ %s %p 1 1 03309808 +cloth_cap n 1 1 @ 1 0 03049924 +cloth_covering n 1 2 @ ~ 1 0 03050026 +clothes n 1 2 @ ~ 1 1 02728440 +clothes_basket n 1 1 @ 1 0 03050864 +clothes_closet n 1 1 @ 1 0 03050546 +clothes_designer n 1 2 @ ~ 1 0 09972157 +clothes_drier n 1 2 @ ~ 1 0 03050655 +clothes_dryer n 1 2 @ ~ 1 0 03050655 +clothes_hamper n 1 1 @ 1 0 03050864 +clothes_hanger n 1 2 @ %p 1 0 03057920 +clothes_moth n 1 2 @ ~ 1 0 02291748 +clothes_peg n 1 1 @ 1 0 03051249 +clothes_pin n 1 1 @ 1 0 03051249 +clothes_tree n 1 1 @ 1 0 03051396 +clothesbrush n 1 1 @ 1 1 03050453 +clotheshorse n 2 2 @ ~ 2 1 03051041 09991026 +clothesline n 1 1 @ 1 1 03051152 +clothespin n 1 1 @ 1 0 03051249 +clothespress n 1 1 @ 1 0 03050546 +clothier n 1 1 @ 1 0 09930772 +clothing n 1 4 @ ~ %p + 1 1 03051540 +clothing_store n 1 2 @ ~ 1 0 03052464 +clotho n 1 2 @ #m 1 0 09565503 +clotted_cream n 1 2 @ ; 1 0 07847453 +clotting n 1 3 @ ~ + 1 0 13454479 +clotting_factor n 1 2 @ ~ 1 0 15022776 +clotting_time n 1 1 @ 1 0 15296920 +cloture n 1 3 @ ~ + 1 0 06666829 +cloud n 6 6 @ ~ #p %m %s + 6 3 11439690 09247410 13960357 14525108 13982999 07996149 +cloud-cuckoo-land n 1 1 @ 1 0 05627222 +cloud_bank n 1 1 @ 1 0 09247847 +cloud_chamber n 1 1 @ 1 0 03052628 +cloud_cover n 1 1 @ 1 0 14524198 +cloud_grass n 1 1 @ 1 0 12107191 +cloud_nine n 1 2 @ ~ 1 0 13987905 +cloud_seeder n 1 1 @ 1 0 10575594 +cloudberry n 1 1 @ 1 0 12657294 +cloudburst n 1 1 @ 1 1 11502102 +cloudiness n 3 3 @ ~ + 3 0 14524198 13984468 04703698 +clouding n 1 2 @ + 1 0 13449566 +clouding_up n 1 1 @ 1 0 13449566 +cloudlessness n 1 2 @ + 1 0 04951978 +clout n 4 4 @ ~ + ; 4 0 07262278 05157274 03052917 00134780 +clout_nail n 1 1 @ 1 0 03052917 +clove n 4 6 @ #m #s #p %s %p 4 0 12339831 12339526 07818422 07814487 +clove_hitch n 1 1 @ 1 0 03053047 +clove_oil n 1 1 @ 1 0 14893271 +clove_pink n 1 1 @ 1 0 11808468 +clove_tree n 1 3 @ #m %p 1 0 12339526 +cloven_foot n 2 1 @ 2 0 06795657 02154264 +cloven_hoof n 2 1 @ 2 0 06795657 02154264 +clover n 1 3 @ ~ #m 1 1 11752578 +clover-leaf_roll n 1 1 @ 1 0 07692248 +clover-root n 1 1 @ 1 0 12632526 +clover_fern n 1 3 @ ~ #m 1 0 12957608 +cloverleaf n 1 1 @ 1 0 03053163 +cloveroot n 1 1 @ 1 0 12632526 +clovis n 1 1 @ 1 0 10903172 +clovis_culture n 1 2 @ ; 1 0 08291582 +clovis_i n 1 1 @ 1 0 10903172 +clowder n 1 2 @ %m 1 0 07995365 +clown n 2 3 @ ~ + 2 2 09931165 09930876 +clown_anemone_fish n 1 2 @ #m 1 0 02607201 +clowning n 2 3 @ ~ + 2 1 00513401 06781383 +clozapine n 1 1 @ 1 0 03053272 +clozaril n 1 1 @ 1 0 03053272 +cloze_procedure n 1 1 @ 1 0 05741139 +cloze_test n 1 1 @ 1 0 05741139 +club n 7 6 @ ~ #m %m %p + 7 5 08079613 08227214 03053474 03054311 03446070 03053788 02931417 +club-head n 1 4 @ #p %p ; 1 0 03446268 +club-moss n 1 4 @ ~ #m %p 1 0 13221529 +club_car n 1 1 @ 1 0 03053976 +club_drug n 1 2 @ ~ 1 0 03054098 +club_fungus n 1 1 @ 1 0 12985773 +club_head n 1 4 @ #p %p ; 1 0 03446268 +club_member n 1 2 @ #m 1 0 10308394 +club_moss n 1 4 @ ~ #m %p 1 0 13221529 +club_sandwich n 1 1 @ 1 0 07696839 +club_soda n 1 2 @ #s 1 0 07936548 +club_steak n 1 1 @ 1 0 07660463 +clubbing n 1 1 @ 1 0 14302847 +clubfoot n 1 2 @ ~ 1 1 14214584 +clubhead n 1 4 @ #p %p ; 1 0 03446268 +clubhouse n 1 2 @ %p 1 1 03054311 +clubmoss_family n 1 3 @ #m %m 1 0 13222477 +clubroom n 1 2 @ #p 1 0 03054491 +clubroot_fungus n 1 2 @ #m 1 0 12983654 +cluck n 1 2 @ + 1 1 07381100 +clucking n 1 1 @ 1 0 07381100 +clue n 2 2 @ ~ 2 2 06802785 06643763 +clumber n 1 1 @ 1 0 02101556 +clumber_spaniel n 1 1 @ 1 0 02101556 +clump n 3 3 @ ~ + 3 2 07959943 07961016 07396945 +clumping n 1 1 @ 1 0 07380934 +clumsiness n 3 3 @ ~ + 3 0 05648459 05004294 04815624 +clumsy_person n 1 2 @ ~ 1 0 09931267 +clunch n 1 2 @ ; 1 0 14814531 +clunk n 1 2 @ + 1 0 07396945 +clunking n 1 1 @ 1 0 07380934 +clupea n 1 3 @ #m %m 1 0 02531820 +clupea_harangus n 1 4 @ ~ #m %p 1 0 02532028 +clupea_harengus_harengus n 1 2 @ #m 1 0 02532272 +clupea_harengus_pallasii n 1 2 @ #m 1 0 02532451 +clupea_sprattus n 1 3 @ #m %p 1 0 02532918 +clupeid n 1 3 @ ~ #m 1 0 02529772 +clupeid_fish n 1 3 @ ~ #m 1 0 02529772 +clupeidae n 1 3 @ #m %m 1 0 02529515 +clusia n 1 2 @ #m 1 0 12365900 +clusia_flava n 1 2 @ #m 1 0 12366053 +clusia_insignis n 1 2 @ #m 1 0 12366186 +clusia_major n 1 2 @ #m 1 0 12366313 +clusia_rosea n 1 2 @ #m 1 0 12366313 +clusiaceae n 1 3 @ #m %m 1 0 12363988 +cluster n 1 3 @ ~ + 1 1 07959943 +cluster_bean n 1 2 @ #m 1 0 12520406 +cluster_bomb n 1 2 @ %p 1 0 03054605 +cluster_bomblet n 1 3 @ ~ #p 1 0 02868240 +cluster_headache n 1 1 @ 1 0 14327543 +cluster_of_differentiation_4 n 1 1 @ 1 0 14888529 +cluster_of_differentiation_8 n 1 1 @ 1 0 14888720 +clustered_bellflower n 1 1 @ 1 0 12038406 +clustered_lady's_slipper n 1 1 @ 1 0 12057895 +clustered_poppy_mallow n 1 1 @ 1 0 12175598 +clustering n 1 3 @ ~ + 1 0 07959943 +clutch n 7 5 @ ~ #p %p + 7 2 00812526 14032737 08400870 08400452 03055418 03055159 03054901 +clutch_bag n 1 1 @ 1 0 03055418 +clutch_pedal n 1 2 @ #p 1 0 03055159 +clutches n 1 2 @ ~ 1 1 00812526 +clutter n 2 3 @ ~ + 2 0 14500567 07263745 +clyde n 1 2 @ #p 1 0 09247942 +clyde_tombaugh n 1 1 @ 1 0 11345539 +clyde_william_tombaugh n 1 1 @ 1 0 11345539 +clydesdale n 1 1 @ 1 0 02386968 +clydesdale_terrier n 1 1 @ 1 0 02097967 +clypeus n 1 2 @ #p 1 0 01903631 +clyster n 1 2 @ ~ 1 0 00695944 +clytemnestra n 1 2 @ ; 1 0 09595545 +clytocybe_alba n 1 2 @ #m 1 0 13021543 +cm n 2 3 @ #p %p 2 1 13658828 14636220 +cmb n 1 2 @ ; 1 0 11441077 +cmbr n 1 2 @ ; 1 0 11441077 +cmv n 1 1 @ 1 0 01339801 +cn_gas n 1 2 @ ~ 1 0 14604038 +cn_tower n 1 2 @ #p 1 0 03055537 +cnemidophorus n 1 3 @ #m %m 1 0 01685679 +cnemidophorus_exsanguis n 1 1 @ 1 0 01686403 +cnemidophorus_sexlineatus n 1 1 @ 1 0 01686044 +cnemidophorus_tesselatus n 1 1 @ 1 0 01686808 +cnemidophorus_tigris n 1 1 @ 1 0 01686609 +cnemidophorus_velox n 1 1 @ 1 0 01686220 +cnicus n 1 3 @ #m %m 1 0 11955398 +cnicus_benedictus n 1 2 @ #m 1 0 11955532 +cnidaria n 1 3 @ #m %m 1 0 01909111 +cnidarian n 1 4 @ ~ #m %p 1 0 01909422 +cnidoscolus n 1 3 @ #m %m 1 0 12924984 +cnidoscolus_urens n 1 2 @ #m 1 0 12925179 +cnidosporidia n 1 3 @ #m %m 1 0 01426784 +cnossos n 1 1 @ 1 0 08784581 +cnossus n 1 1 @ 1 0 08784581 +cnpz n 1 2 @ ; 1 0 08035233 +cns n 1 4 @ #p %s %p 1 0 05480794 +cnut n 1 1 @ 1 0 10881382 +co n 4 5 @ ~ #s #p %p 4 0 14797641 14635290 09957013 09067277 +co-beneficiary n 1 1 @ 1 0 09933972 +co-defendant n 1 2 @ ~ 1 0 09933411 +co-discoverer n 1 1 @ 1 0 09934085 +co-ed n 1 1 @ 1 0 09934213 +co-occurrence n 2 3 @ ~ + 2 0 07284554 05048301 +co-op n 1 1 @ 1 0 01100877 +co-operative_republic_of_guyana n 1 5 @ #m #p %m %p 1 0 08948346 +co-optation n 2 2 @ + 2 1 00181191 00164999 +co-option n 2 2 @ + 2 0 00181191 00164999 +co-ordinate n 1 2 @ ~ 1 0 06010930 +co-pilot n 1 2 @ #m 1 0 09964202 +co-respondent n 1 1 @ 1 0 09965625 +co-star n 1 2 @ + 1 0 09967967 +co-worker n 1 1 @ 1 1 09936215 +co2 n 1 2 @ ~ 1 0 14796969 +coach n 5 7 @ ~ #m %p + ; - 5 1 09931640 09931418 03895866 03055670 02924116 +coach-and-four n 1 3 @ ~ %p 1 0 03055670 +coach_dog n 1 2 @ ~ 1 0 02110341 +coach_horse n 1 1 @ 1 0 02387887 +coach_house n 1 1 @ 1 0 03055857 +coach_station n 1 1 @ 1 0 02926288 +coachbuilder n 1 1 @ 1 0 09932227 +coaching n 1 2 @ + 1 1 00270800 +coaching_job n 1 1 @ 1 1 00270800 +coachman n 1 1 @ 1 0 09932336 +coachwhip n 2 2 @ #m 2 0 12381931 01731764 +coachwhip_snake n 1 1 @ 1 0 01731764 +coaction n 1 2 @ + 1 0 01205156 +coadjutor n 1 1 @ 1 0 09610093 +coagulant n 1 2 @ + 1 0 14815728 +coagulase n 1 2 @ ~ 1 0 14735953 +coagulation n 1 3 @ ~ + 1 0 13454479 +coagulation_factor n 1 2 @ ~ 1 0 15022776 +coagulator n 1 2 @ + 1 0 14815728 +coagulum n 1 3 @ ~ + 1 0 05402091 +coahuila n 1 2 @ #p 1 0 08743003 +coal n 2 4 @ ~ %s + 2 1 14814616 09273130 +coal-tar_creosote n 1 1 @ 1 0 14825631 +coal_black n 1 1 @ 1 0 04960582 +coal_car n 1 1 @ 1 0 03056097 +coal_chute n 1 1 @ 1 0 03056215 +coal_gas n 1 2 @ ~ 1 0 14685475 +coal_house n 1 1 @ 1 0 03056288 +coal_industry n 1 1 @ 1 0 08067460 +coal_mine n 1 2 @ #p 1 0 03056368 +coal_miner n 1 1 @ 1 0 09932508 +coal_miner's_lung n 1 1 @ 1 0 14150210 +coal_oil n 1 2 @ ~ 1 0 14687633 +coal_scuttle n 1 1 @ 1 0 04158002 +coal_seam n 1 2 @ %p 1 0 08659242 +coal_shovel n 1 1 @ 1 0 03056493 +coal_tar n 1 2 @ %s 1 0 14911899 +coal_tongs n 1 2 @ ; 1 0 03347472 +coalbin n 1 1 @ 1 0 03056010 +coalescence n 1 2 @ + 1 1 00382109 +coalescency n 1 2 @ + 1 0 00382109 +coalface n 1 2 @ #p 1 0 08659331 +coalfield n 1 1 @ 1 0 08659663 +coalhole n 1 1 @ 1 0 03056010 +coaling_station n 1 1 @ 1 0 08639367 +coalition n 3 4 @ ~ %m + 3 1 08293982 14418662 00382109 +coalman n 1 1 @ 1 0 09932429 +coalpit n 1 2 @ #p 1 0 03056368 +coaming n 1 1 @ 1 0 03056583 +coarctation n 2 2 @ ; 2 0 07313518 05071185 +coarseness n 4 3 @ ~ + 4 0 07072838 04949256 04948722 04817280 +coast n 4 4 @ ~ %p + 4 1 09428293 09248153 05934029 00328502 +coast_banksia n 1 1 @ 1 0 12215824 +coast_boykinia n 1 2 @ #m 1 0 12796385 +coast_lily n 1 1 @ 1 0 12427946 +coast_live_oak n 1 1 @ 1 0 12269406 +coast_mountains n 1 3 @ #p %p 1 0 09248477 +coast_polypody n 1 1 @ 1 0 13173488 +coast_range n 1 3 @ #p %p 1 0 09248477 +coast_redwood n 1 2 @ #m 1 0 11641034 +coast_rhododendron n 1 1 @ 1 0 12244458 +coast_white_cedar n 1 2 @ #m 1 0 11635152 +coastal_diving_bird n 1 3 @ ~ #m 1 0 02040505 +coastal_plain n 1 2 @ ~ 1 0 09248294 +coastal_rein_orchid n 1 1 @ 1 0 12066821 +coaster n 3 2 @ + 3 0 09932706 09932616 03056701 +coaster_brake n 1 2 @ #p 1 0 03056873 +coaster_wagon n 1 1 @ 1 0 04543509 +coastguard n 1 4 @ ~ %m ; 1 0 08192361 +coastguardsman n 1 2 @ #m 1 0 09932788 +coastland n 1 1 @ 1 0 09248399 +coastline n 1 1 @ 1 0 08613000 +coat n 3 5 @ ~ #p %p + 3 2 03057021 03058107 01898731 +coat-of-mail_shell n 1 2 @ #m 1 0 01955084 +coat_button n 1 2 @ #p 1 0 03057541 +coat_closet n 1 1 @ 1 0 03057636 +coat_hanger n 1 2 @ %p 1 0 03057920 +coat_of_arms n 1 4 @ ~ %p ; 1 0 03058726 +coat_of_mail n 1 3 @ ~ %p 1 0 02862048 +coat_of_paint n 1 2 @ ~ 1 0 03058949 +coat_rack n 1 1 @ 1 0 03059103 +coat_stand n 1 1 @ 1 0 03051396 +coat_tree n 1 1 @ 1 0 03051396 +coatdress n 1 1 @ 1 0 03057724 +coatee n 1 1 @ 1 0 03057841 +coati n 1 2 @ #m 1 0 02509515 +coati-mondi n 1 2 @ #m 1 0 02509515 +coati-mundi n 1 2 @ #m 1 0 02509515 +coating n 4 3 @ ~ + 4 1 03058107 04700642 03058603 00712225 +coatrack n 1 1 @ 1 0 03059103 +coatroom n 1 1 @ 1 0 03045800 +coats_land n 1 2 @ #p 1 0 08541454 +coattail n 1 2 @ #p 1 1 03059236 +coattails_effect n 1 2 @ ; 1 0 11412993 +coauthor n 1 1 @ 1 0 09932892 +coax n 1 3 @ ~ + 1 0 03059366 +coax_cable n 1 2 @ ~ 1 0 03059366 +coaxer n 1 2 @ + 1 0 10775379 +coaxial_cable n 1 2 @ ~ 1 0 03059366 +coaxing n 1 2 @ + 1 0 06696025 +cob n 4 3 @ #m #p 4 0 07772788 02386141 02041875 01858780 +cobalamin n 1 1 @ 1 0 15091304 +cobalt n 1 3 @ ~ #s 1 0 14635290 +cobalt_60 n 1 1 @ 1 0 14635542 +cobalt_bloom n 1 1 @ 1 0 14674776 +cobalt_blue n 2 1 @ 2 1 04969798 14671744 +cobalt_ultramarine n 1 1 @ 1 0 14671744 +cobaltite n 1 2 @ %s 1 0 14671895 +cobber n 1 1 @ 1 0 09933020 +cobble n 1 2 @ + 1 0 03059528 +cobbler n 3 3 @ ~ + 3 1 09933098 07913774 07625831 +cobbler's_last n 1 1 @ 1 0 03644532 +cobblers n 2 2 @ ; 2 0 06608405 05525100 +cobblestone n 1 1 @ 1 0 03059528 +cobbling n 1 2 @ + 1 0 00617865 +cobia n 1 2 @ #m 1 0 02574271 +cobitidae n 1 3 @ #m %m 1 0 01438461 +cobnut n 2 2 @ #p 2 0 12289433 07772788 +cobol n 1 1 @ 1 0 06902611 +cobra n 1 2 @ ~ 1 0 01747885 +cobweb n 3 2 @ + 3 0 03059934 03059806 03059685 +coca n 3 4 @ #m %s ; 3 0 12690046 10903413 03060074 +coca_cola n 1 1 @ 1 1 07928696 +coca_plant n 1 2 @ #m 1 0 12690046 +cocain n 1 4 @ ~ #s + 1 0 03060294 +cocaine n 1 3 @ ~ #s 1 1 03060294 +cocaine_addict n 1 1 @ 1 0 09933235 +cocaine_addiction n 1 1 @ 1 0 14064984 +cocarboxylase n 1 1 @ 1 0 14800138 +cocci n 1 2 @ ~ 1 0 01350855 +coccid_insect n 1 3 @ ~ #m 1 0 02248368 +coccidae n 1 3 @ #m %m 1 0 02248744 +coccidia n 1 3 @ #m %m 1 0 01422835 +coccidioidomycosis n 1 1 @ 1 1 14147014 +coccidiomycosis n 1 1 @ 1 0 14147014 +coccidiosis n 1 2 @ ; 1 1 14453290 +coccidium n 1 2 @ #m 1 0 01423302 +coccinellidae n 1 3 @ #m %m 1 0 02165247 +coccobacillus n 1 2 @ ~ 1 0 01350994 +coccoidea n 1 3 @ #m %m 1 0 02248147 +coccothraustes n 1 3 @ #m %m 1 0 01540697 +coccothraustes_coccothraustes n 1 2 @ #m 1 0 01540832 +cocculus n 1 3 @ #m %m 1 0 11713628 +cocculus_carolinus n 1 2 @ #m 1 0 11713763 +coccus n 1 3 @ ~ + 1 0 01350855 +coccus_hesperidum n 1 2 @ #m 1 0 02249134 +coccygeal_nerve n 1 1 @ 1 0 05569577 +coccygeal_plexus n 1 1 @ 1 0 05506832 +coccygeal_vertebra n 1 2 @ #p 1 0 05589756 +coccyx n 1 4 @ #p %p + 1 0 05274247 +coccyzus n 1 3 @ #m %m 1 0 01823610 +coccyzus_erythropthalmus n 1 2 @ #m 1 0 01823740 +cochimi n 2 1 @ 2 0 09653014 06922485 +cochin n 1 1 @ 1 0 01790812 +cochin_china n 1 1 @ 1 0 01790812 +cochineal n 2 2 @ #m 2 0 14987025 02250280 +cochineal_insect n 1 2 @ #m 1 0 02250280 +cochise n 1 1 @ 1 0 10903570 +cochlea n 1 3 @ #p %p 1 0 05326624 +cochlearia n 1 3 @ #m %m 1 0 11883799 +cochlearia_officinalis n 1 2 @ #m 1 0 11883945 +cochlearius n 1 3 @ #m %m 1 0 02011156 +cochlearius_cochlearius n 1 2 @ #m 1 0 02011281 +cochon_de_lait n 1 1 @ 1 0 07669098 +cochran n 1 1 @ 1 0 10903722 +cock n 5 5 @ ~ #p + ; 5 0 05526713 04327682 03481824 01792158 01514668 +cock's_eggs n 1 2 @ #m 1 0 12912274 +cock-a-doodle-doo n 1 1 @ 1 0 07381231 +cock-a-leekie n 1 1 @ 1 0 07585644 +cock-and-bull_story n 1 1 @ 1 0 06757289 +cock_of_the_rock n 2 2 @ #m 2 0 01551300 01551080 +cock_sucking n 1 2 @ ; 1 0 00855301 +cockade n 1 1 @ 1 0 03060599 +cockaigne n 1 2 @ ; 1 0 05627385 +cockateel n 1 2 @ #m 1 0 01819734 +cockatiel n 1 2 @ #m 1 0 01819734 +cockatoo n 1 3 @ ~ #m 1 1 01819115 +cockatoo_parrot n 1 2 @ #m 1 0 01819734 +cockatrice n 1 1 @ 1 0 09494149 +cockchafer n 1 2 @ #m 1 0 02174659 +cockcroft n 1 1 @ 1 0 10903918 +cockcroft-walton_accelerator n 1 1 @ 1 0 03060728 +cockcroft-walton_voltage_multiplier n 1 1 @ 1 0 03060728 +cockcroft_and_walton_accelerator n 1 1 @ 1 0 03060728 +cockcroft_and_walton_voltage_multiplier n 1 1 @ 1 0 03060728 +cockcrow n 1 1 @ 1 0 15168790 +cocked_hat n 1 2 @ ~ 1 0 03061050 +cocker n 1 1 @ 1 0 02102318 +cocker_spaniel n 1 1 @ 1 0 02102318 +cockerel n 1 1 @ 1 0 01792429 +cockfight n 1 1 @ 1 0 07466195 +cockfighting n 1 2 @ - 1 0 00452152 +cockhorse n 1 1 @ 1 0 03061211 +cockiness n 1 2 @ + 1 0 05167412 +cockle n 2 4 @ ~ #m #p 2 0 07787613 01959985 +cockle-bur n 1 2 @ #m 1 0 12033139 +cockle-burr n 1 2 @ #m 1 0 12033139 +cocklebur n 2 2 @ #m 2 0 12033139 11924849 +cockleburr n 1 2 @ #m 1 0 12033139 +cockleshell n 1 1 @ 1 0 03061345 +cockloft n 1 1 @ 1 0 03061428 +cockney n 2 2 @ + 2 0 09704770 06948017 +cockpit n 3 4 @ #p %p ; 3 1 03061505 03061819 03061674 +cockroach n 1 3 @ ~ #m 1 1 02233338 +cockscomb n 4 2 @ #p 4 0 11825351 09973490 03061893 01792255 +cocksfoot n 1 1 @ 1 0 12116429 +cockspur n 2 2 @ #m 2 0 12116429 11841247 +cockspur_hawthorn n 1 2 @ #m 1 0 12627347 +cockspur_thorn n 1 2 @ #m 1 0 12627347 +cocksucker n 2 2 @ ; 2 0 09933324 09815188 +cocksureness n 1 2 @ + 1 0 05697789 +cocktail n 2 2 @ ~ 2 0 07911677 07581775 +cocktail_dress n 1 1 @ 1 0 03062015 +cocktail_lounge n 1 1 @ 1 0 03062122 +cocktail_party n 1 1 @ 1 1 07448608 +cocktail_sauce n 1 1 @ 1 0 07837110 +cocktail_shaker n 1 1 @ 1 0 03062245 +cocktail_table n 1 1 @ 1 0 03063968 +cockup n 1 2 @ ; 1 0 00075618 +cocky-leeky n 1 1 @ 1 0 07585644 +coco n 1 3 @ #m %p 1 0 12587803 +coco_de_macao n 1 3 @ #m %p 1 0 12592544 +coco_palm n 1 3 @ #m %p 1 1 12587803 +coco_plum n 2 4 @ #m #p %p 2 0 12625003 07758407 +coco_plum_tree n 1 3 @ #m %p 1 0 12625003 +cocoa n 2 4 @ ~ #s %s 2 0 07922764 07755089 +cocoa_bean n 1 2 @ #s 1 0 07754894 +cocoa_butter n 2 2 @ #s 2 0 14864731 07602996 +cocoa_palm n 1 3 @ #m %p 1 0 12587803 +cocoa_plum n 2 4 @ #m #p %p 2 0 12625003 07758407 +cocoa_powder n 1 2 @ ~ 1 0 07603177 +cocoanut n 1 3 @ #p %s 1 0 07772935 +cocobolo n 1 3 @ #m %s 1 0 12523850 +coconspirator n 1 4 @ ~ #m + 1 0 09958892 +coconut n 3 7 @ ~ #m #s #p %s %p 3 2 07773238 07772935 12587803 +coconut_cake n 1 1 @ 1 0 07630398 +coconut_cream n 1 1 @ 1 0 07840672 +coconut_macaroon n 1 1 @ 1 0 07636779 +coconut_meat n 1 3 @ ~ #s 1 0 07773238 +coconut_milk n 2 2 @ #s 2 0 07840672 07773428 +coconut_oil n 1 2 @ #s 1 0 07674161 +coconut_palm n 1 3 @ #m %p 1 0 12587803 +coconut_tree n 1 3 @ #m %p 1 0 12587803 +coconut_water n 1 2 @ #s 1 0 07773428 +cocoon n 1 2 @ + 1 1 02312744 +cocooning n 1 1 @ 1 0 01201906 +cocopa n 2 1 @ 2 0 09653144 06922579 +cocopah n 2 1 @ 2 0 09653144 06922579 +cocos n 1 3 @ #m %m 1 0 12587686 +cocos_nucifera n 1 3 @ #m %p 1 0 12587803 +cocoswood n 1 2 @ #s 1 0 11749273 +cocotte n 2 2 @ ~ 2 0 10485440 03062336 +cocoyam n 2 3 @ #s #p 2 0 11786843 07736813 +cocozelle n 2 3 @ #p %p 2 0 12159942 07716649 +cocteau n 1 1 @ 1 0 10904107 +cocus n 1 2 @ ; 1 0 09574926 +cocuswood n 1 2 @ #s 1 0 11749273 +cocytus n 1 3 @ #p ; 1 0 09248724 +cod n 3 5 @ ~ #m #p + 3 0 13140049 07789063 02522399 +cod-liver_oil n 1 2 @ ~ 1 0 14815867 +cod_liver_oil n 1 2 @ ~ 1 0 14815867 +cod_oil n 1 1 @ 1 0 14816064 +coda n 1 2 @ #p 1 0 07039478 +codariocalyx n 1 3 @ #m %m 1 0 12517820 +codariocalyx_motorius n 1 2 @ #m 1 0 12518013 +coddled_egg n 1 2 @ ~ 1 0 07841495 +coddler n 1 2 @ + 1 0 10395390 +code n 3 4 @ ~ + ; 3 2 06667317 06353934 06355894 +code_flag n 1 2 @ ~ 1 0 06875392 +code_of_behavior n 1 2 @ ~ 1 1 05668095 +code_of_conduct n 1 2 @ ~ 1 1 05668095 +codefendant n 1 2 @ ~ 1 0 09933411 +codeine n 1 1 @ 1 0 03062461 +coder n 1 4 @ ~ + ; 1 0 10481268 +codetalker n 1 1 @ 1 0 09933613 +codex n 2 1 @ 2 0 06489560 06407372 +codfish n 2 4 @ ~ #m #p 2 0 07789063 02522399 +codfish_ball n 1 1 @ 1 0 07865575 +codfish_cake n 1 1 @ 1 0 07865575 +codger n 1 1 @ 1 0 09933842 +codiaeum n 1 3 @ #m %m 1 0 12923439 +codiaeum_variegatum n 1 2 @ #m 1 0 12923652 +codicil n 1 3 @ #p ; 1 0 06544657 +codification n 2 3 @ ~ + 2 2 01009507 06667317 +coding n 1 3 @ ~ + 1 0 00614489 +coding_dna n 1 1 @ 1 0 14830992 +coding_system n 1 2 @ ~ 1 0 06353757 +codlin_moth n 1 2 @ #m 1 0 02285179 +codling n 1 2 @ + 1 0 02522637 +codling_moth n 1 2 @ #m 1 0 02285179 +codlins-and-cream n 1 1 @ 1 0 12343092 +codon n 1 1 @ 1 0 14816401 +codpiece n 1 2 @ #p 1 0 03062651 +codswallop n 1 2 @ ; 1 0 06611998 +cody n 1 1 @ 1 0 10904270 +coeducation n 1 1 @ 1 0 00884202 +coefficient n 1 2 @ ~ 1 1 13586122 +coefficient_of_absorption n 1 1 @ 1 0 13586455 +coefficient_of_concordance n 1 2 @ ; 1 0 06035014 +coefficient_of_correlation n 1 3 @ ~ ; 1 0 06032246 +coefficient_of_drag n 1 1 @ 1 0 13586831 +coefficient_of_elasticity n 1 3 @ ~ ; 1 0 13587963 +coefficient_of_expansion n 1 1 @ 1 0 13588625 +coefficient_of_friction n 1 1 @ 1 0 13587030 +coefficient_of_mutual_induction n 1 1 @ 1 0 13587236 +coefficient_of_reflection n 1 1 @ 1 0 13588819 +coefficient_of_self_induction n 1 1 @ 1 0 13587525 +coefficient_of_viscosity n 1 1 @ 1 0 13589140 +coelacanth n 1 2 @ #m 1 0 02515713 +coelenterata n 1 3 @ #m %m 1 0 01909111 +coelenterate n 1 4 @ ~ #m %p 1 0 01909422 +coelenterate_family n 1 3 @ ~ #m 1 0 01908287 +coelenterate_genus n 1 3 @ ~ #m 1 0 01908415 +coelenteron n 1 2 @ #p 1 0 01905543 +coeliac_plexus n 1 2 @ #p 1 0 05508735 +coeloglossum n 1 3 @ #m %m 1 0 12052053 +coeloglossum_bracteatum n 1 2 @ #m 1 0 12052267 +coeloglossum_viride n 1 2 @ #m 1 0 12052447 +coelogyne n 1 2 @ #m 1 0 12052787 +coelom n 1 1 @ 1 0 05606801 +coelophysis n 1 2 @ #m 1 0 01713170 +coelostat n 1 1 @ 1 0 03062798 +coenobite n 1 2 @ + 1 0 10519291 +coenzyme n 1 2 @ ~ 1 0 14800277 +coenzyme_a n 1 1 @ 1 0 14800539 +coenzyme_q n 1 2 @ ; 1 0 15082890 +coercion n 2 3 @ ~ + 2 0 01127245 00156812 +coereba n 1 3 @ #m %m 1 0 01539136 +coerebidae n 1 3 @ #m %m 1 0 01538775 +coeur_d'alene n 2 2 @ #p 2 0 09653295 09081688 +coeur_d'alene_lake n 1 2 @ #p 1 0 09243100 +coeval n 1 2 @ + 1 0 09960417 +coevals n 1 2 @ ~ 1 0 08369406 +coexistence n 1 2 @ + 1 1 13957268 +coextension n 1 1 @ 1 0 05133748 +cofactor n 1 1 @ 1 0 14800706 +coffea n 1 3 @ #m %m 1 0 12662654 +coffea_arabica n 1 1 @ 1 0 12663023 +coffea_canephora n 1 1 @ 1 0 12663359 +coffea_liberica n 1 1 @ 1 0 12663254 +coffea_robusta n 1 1 @ 1 0 12663359 +coffee n 4 7 @ ~ #m #s #p %s %p 4 1 07929519 12662772 07929351 04972451 +coffee-table_book n 1 1 @ 1 0 03064118 +coffee_bar n 1 2 @ ~ 1 0 02935658 +coffee_bean n 1 3 @ #s #p 1 0 07929351 +coffee_berry n 1 3 @ #s #p 1 0 07929351 +coffee_blight n 1 1 @ 1 0 14216793 +coffee_break n 1 1 @ 1 1 07577918 +coffee_cake n 1 2 @ ~ 1 0 07630512 +coffee_can n 1 1 @ 1 0 03062985 +coffee_cappuccino n 1 1 @ 1 0 07920349 +coffee_cream n 1 1 @ 1 0 07847917 +coffee_cup n 1 3 @ ~ %p 1 1 03063073 +coffee_fern n 1 2 @ #m 1 0 13212025 +coffee_filter n 1 1 @ 1 0 03063199 +coffee_fungus n 1 2 @ #m 1 0 13016289 +coffee_grinder n 1 1 @ 1 0 03063485 +coffee_grounds n 1 2 @ ; 1 0 09248914 +coffee_liqueur n 1 2 @ ~ 1 0 07909129 +coffee_maker n 1 2 @ ~ 1 0 03063338 +coffee_mill n 1 1 @ 1 0 03063485 +coffee_mug n 1 1 @ 1 0 03063599 +coffee_ring n 1 1 @ 1 0 07691424 +coffee_roll n 1 2 @ ~ 1 0 07692614 +coffee_rose n 1 2 @ #m 1 0 11776511 +coffee_royal n 1 1 @ 1 0 07929940 +coffee_senna n 1 1 @ 1 0 12500751 +coffee_shop n 1 2 @ ~ 1 1 02935658 +coffee_stall n 1 1 @ 1 0 03063834 +coffee_substitute n 1 2 @ ~ 1 0 07731122 +coffee_table n 1 1 @ 1 0 03063968 +coffee_tree n 1 4 @ ~ #m %p 1 0 12662772 +coffee_urn n 1 1 @ 1 0 03064250 +coffeeberry n 1 1 @ 1 0 13142182 +coffeecake n 1 2 @ ~ 1 0 07630512 +coffeehouse n 1 2 @ ~ 1 1 02935658 +coffeepot n 1 3 @ ~ %p 1 1 03063689 +coffer n 2 1 @ 2 0 03064443 03064350 +cofferdam n 1 1 @ 1 0 02937093 +coffey_still n 1 2 @ #p 1 0 03064562 +coffin n 1 3 @ ~ + 1 1 03064758 +coffin_nail n 1 3 @ ~ %p 1 0 03030663 +cofounder n 1 1 @ 1 0 09610173 +cog n 2 3 @ #p + 2 0 09934337 03064935 +cog_railway n 1 1 @ 1 0 03065063 +cogency n 2 2 @ + 2 0 13794793 04783567 +cogent_evidence n 1 2 @ ~ 1 0 05824739 +cogitation n 2 3 @ ~ + 2 0 05835568 05784242 +cognac n 1 1 @ 1 0 07903841 +cognate n 2 2 @ + 2 0 10236114 06289074 +cognate_word n 1 1 @ 1 0 06289074 +cognation n 2 2 @ ; 2 0 13814755 13813591 +cognisance n 1 4 @ ~ = + 1 0 05675905 +cognition n 1 2 @ ~ 1 0 00023271 +cognitive_content n 1 2 @ ~ 1 0 05809192 +cognitive_factor n 1 2 @ ~ 1 0 05686481 +cognitive_neuroscience n 1 2 @ #p 1 0 06082136 +cognitive_neuroscientist n 1 1 @ 1 0 09934488 +cognitive_operation n 1 3 @ ~ ; 1 0 05701363 +cognitive_process n 1 3 @ ~ ; 1 0 05701363 +cognitive_psychology n 1 3 @ ~ #p 1 0 06138582 +cognitive_science n 1 2 @ %p 1 0 06142861 +cognitive_scientist n 1 2 @ ~ 1 0 09934647 +cognitive_semantics n 1 1 @ 1 0 06180548 +cognitive_state n 1 2 @ ~ 1 0 05669934 +cognizance n 3 5 ! @ ~ = + 3 1 05675905 05805157 05710481 +cognomen n 2 2 @ ~ 2 0 06337693 06336904 +cognoscente n 1 2 @ ~ 1 0 09956387 +cognovit_judgement n 1 2 @ ; 1 0 01188273 +cognovit_judgment n 1 2 @ ; 1 0 01188273 +cogwheel n 1 3 @ ~ %p 1 0 03430551 +cohabitation n 1 3 @ ~ + 1 0 01054876 +cohan n 1 1 @ 1 0 10904463 +coherence n 2 4 ! @ ~ + 2 0 14420464 04821277 +coherency n 2 3 @ ~ + 2 0 14420464 04821277 +cohesion n 3 4 @ ~ + ; 3 1 14420464 13449714 11436585 +cohesiveness n 2 3 @ ~ + 2 1 14420464 04935904 +cohn n 1 1 @ 1 0 10904639 +coho n 2 4 @ #m #p %p 2 0 07796468 02536864 +coho_salmon n 2 4 @ #m #p %p 2 0 07796468 02536864 +cohoe n 2 4 @ #m #p %p 2 0 07796468 02536864 +cohort n 3 2 @ ~ 3 0 08251213 08251104 07943480 +cohosh n 1 4 @ ~ #m %p 1 0 11723770 +cohune n 1 3 @ #m %p 1 0 12593122 +cohune-nut_oil n 1 2 @ #s 1 0 12593508 +cohune_fat n 1 2 @ #s 1 0 12593508 +cohune_nut n 1 3 @ #p %s 1 0 12593341 +cohune_oil n 1 2 @ #s 1 0 12593508 +cohune_palm n 1 3 @ #m %p 1 0 12593122 +coif n 2 4 @ ~ %p + 2 0 05256862 03065243 +coiffeur n 1 1 @ 1 0 09934774 +coiffeuse n 1 1 @ 1 0 09934846 +coiffure n 1 4 @ ~ %p + 1 0 05256862 +coign n 2 1 @ 2 0 04036004 04035912 +coigne n 2 1 @ 2 0 04036004 04035912 +coigue n 1 2 @ #m 1 0 12266644 +coil n 6 3 @ ~ + 6 1 03065424 13875970 03066232 03066130 03066029 03065708 +coil_spring n 1 1 @ 1 0 03066359 +coin n 1 4 @ ~ %p + 1 1 13388245 +coin_bank n 1 2 @ ~ 1 0 04139859 +coin_blank n 1 1 @ 1 0 03954393 +coin_box n 1 2 @ #p 1 0 03066464 +coin_collecting n 1 1 @ 1 0 01015996 +coin_collection n 2 1 @ 2 0 07954863 01015996 +coin_collector n 1 1 @ 1 0 10366779 +coin_machine n 1 3 @ ~ %p 1 0 04243941 +coin_silver n 1 1 @ 1 0 14816613 +coin_slot n 1 2 @ #p 1 0 03066606 +coinage n 3 3 @ ~ + 3 0 13387877 06294441 00940560 +coincidence n 3 3 @ ~ + 3 1 07316999 05077661 05048301 +coiner n 3 3 @ + ; 3 0 09935233 09935107 09934921 +coinsurance n 1 2 @ + 1 0 13346209 +coir n 1 1 @ 1 0 12588054 +coition n 1 3 @ ~ %p 1 0 00845523 +coitus n 1 4 @ ~ %p + 1 0 00845523 +coitus_interruptus n 1 1 @ 1 0 00849059 +coke n 3 2 @ + 3 0 14685768 07928696 03066743 +col n 1 2 @ ~ 1 0 09249034 +cola n 2 6 @ ~ #m %m %s ; 2 0 12197211 07927931 +cola_acuminata n 1 4 @ #m %s %p 1 0 12197359 +cola_extract n 1 2 @ #s 1 0 07774479 +cola_nut n 1 3 @ #s #p 1 0 12197601 +colander n 1 1 @ 1 0 03066849 +colaptes n 1 3 @ #m %m 1 0 01839470 +colaptes_auratus n 1 1 @ 1 0 01839750 +colaptes_caper_collaris n 1 1 @ 1 0 01840120 +colaptes_chrysoides n 1 1 @ 1 0 01839949 +colbert n 1 1 @ 1 0 07837234 +colbert_butter n 1 1 @ 1 0 07837234 +colchicaceae n 1 2 @ #m 1 0 12455101 +colchicine n 1 1 @ 1 0 03066965 +colchicum n 1 3 @ #m %m 1 0 12455342 +colchicum_autumnale n 1 2 @ #m 1 0 12455540 +colchis n 1 2 @ ; 1 0 09015653 +cold n 3 4 @ ~ %p + 3 2 14145501 05015117 05725676 +cold-water_flat n 1 1 @ 1 0 03067810 +cold_cash n 1 1 @ 1 0 13422684 +cold_cathode n 1 1 @ 1 0 03067093 +cold_cereal n 1 2 @ ~ 1 0 07704755 +cold_chisel n 1 1 @ 1 0 03067212 +cold_comfort n 1 1 @ 1 0 07492928 +cold_cream n 1 1 @ 1 0 03067339 +cold_cuts n 1 2 @ ~ 1 0 07654438 +cold_duck n 1 1 @ 1 0 07893792 +cold_feet n 1 1 @ 1 0 07523016 +cold_fish n 1 1 @ 1 0 09935351 +cold_frame n 1 1 @ 1 1 03067518 +cold_front n 1 2 @ ~ 1 0 11460829 +cold_fusion n 1 1 @ 1 0 13449892 +cold_gangrene n 1 2 @ ; 1 0 14313661 +cold_medicine n 1 1 @ 1 0 03067690 +cold_rubber n 1 1 @ 1 0 15007190 +cold_shoulder n 1 2 @ + 1 0 01225997 +cold_snap n 1 1 @ 1 0 15246683 +cold_sore n 1 1 @ 1 0 14132375 +cold_spell n 1 1 @ 1 0 15246683 +cold_storage n 2 1 @ 2 0 14013549 00811825 +cold_stuffed_tomato n 1 1 @ 1 0 07878926 +cold_sweat n 1 2 @ #p 1 1 14405774 +cold_turkey n 2 1 @ 2 0 07140237 00229034 +cold_war n 2 2 ! @ 2 1 13982000 13982156 +cold_water n 1 1 @ 1 0 06718269 +cold_wave n 1 1 @ 1 0 11439924 +cold_weather n 1 2 @ ~ 1 1 11440012 +coldcream n 1 1 @ 1 0 03067339 +coldheartedness n 1 3 @ ~ + 1 0 07506149 +coldness n 3 4 ! @ ~ + 3 2 05725676 04629604 05015117 +cole n 2 3 @ ~ #m 2 0 11876976 07714078 +cole_albert_porter n 1 1 @ 1 0 11243268 +cole_porter n 1 1 @ 1 0 11243268 +coleman_hawkins n 1 1 @ 1 0 11035017 +coleonyx n 1 3 @ #m %m 1 0 01675599 +coleoptera n 1 3 @ #m %m 1 0 02163982 +coleridge n 1 3 @ #m + 1 1 10904821 +coleslaw n 1 1 @ 1 0 07808587 +colette n 1 1 @ 1 0 10904992 +coleus n 1 3 @ ~ #m 1 0 12844939 +coleus_amboinicus n 1 1 @ 1 0 12845187 +coleus_aromaticus n 1 1 @ 1 0 12845187 +coleus_blumei n 1 1 @ 1 0 12845413 +colewort n 1 3 @ ~ #m 1 0 11876976 +colic n 1 3 @ ~ + 1 0 14325732 +colic_artery n 1 2 @ #p 1 0 05343408 +colic_root n 1 3 @ ~ #m 1 0 12430198 +colic_vein n 1 1 @ 1 0 05364345 +colicroot n 1 3 @ ~ #m 1 0 12430198 +colima n 1 2 @ #p 1 0 09174015 +colin_luther_powell n 1 1 @ 1 0 11245110 +colin_powell n 1 1 @ 1 0 11245110 +colinus n 1 3 @ #m %m 1 0 01804340 +colinus_virginianus n 1 1 @ 1 0 01804653 +coliphage n 1 1 @ 1 0 01335218 +coliseum n 1 3 @ ~ %p 1 0 02704949 +colitis n 1 2 @ ~ 1 0 14341091 +collaboration n 2 2 @ + 2 1 01205156 01205341 +collaborationism n 1 2 @ + 1 0 01205341 +collaborationist n 1 2 @ + 1 0 09935793 +collaborator n 3 3 @ ~ + 3 1 09953483 09935793 09935434 +collage n 2 2 @ ~ 2 1 03067912 07954946 +collage_film n 1 1 @ 1 0 06615818 +collagen n 1 3 @ #s + 1 0 05287090 +collagenase n 1 1 @ 1 0 14736079 +collapse n 4 3 @ ~ + 4 3 14066203 07361128 00327510 07477945 +collapsible_shelter n 1 3 @ ~ %p 1 0 04411264 +collar n 9 6 @ ~ #p %p + ; 9 1 03068181 04680752 03068998 03068862 03068707 03068486 03024882 01145688 00088725 +collar_blight n 1 1 @ 1 0 14216888 +collar_cell n 1 1 @ 1 0 01907287 +collarbone n 1 3 @ #p %p 1 0 05274105 +collard n 1 1 @ 1 0 11877193 +collard_greens n 1 1 @ 1 0 07714188 +collards n 1 1 @ 1 0 07714188 +collared_lizard n 1 2 @ #m 1 0 01679626 +collared_peccary n 1 1 @ 1 0 02397744 +collared_pika n 1 2 @ #m 1 0 02328942 +collateral n 1 3 @ ~ + 1 0 13352865 +collateral_damage n 1 2 @ ; 1 0 07361863 +collateral_fraud n 1 1 @ 1 0 00778017 +collation n 3 3 @ ~ + 3 0 07577374 01014607 00651531 +colleague n 2 2 @ + 2 2 09936215 09935990 +collect n 1 1 @ 1 0 07189633 +collect_call n 1 1 @ 1 0 06273294 +collectable n 1 2 @ ~ 1 0 03069213 +collectible n 1 2 @ ~ 1 0 03069213 +collecting n 1 3 @ ~ + 1 0 01014066 +collection n 4 3 @ ~ + 4 4 07951464 06591442 06513764 01014066 +collection_plate n 1 1 @ 1 0 03960374 +collective n 1 3 @ ~ + 1 1 08056601 +collective_agreement n 1 2 @ ~ 1 0 06526961 +collective_bargaining n 1 1 @ 1 0 07150023 +collective_farm n 1 2 @ ~ 1 0 08056747 +collective_noun n 1 1 @ 1 0 06319575 +collective_security n 1 1 @ 1 0 14540220 +collectivisation n 1 2 @ + 1 0 01152787 +collectivism n 2 3 @ ~ + 2 0 08368308 06214580 +collectivist n 1 3 @ ~ + 1 0 10619176 +collectivization n 1 2 @ + 1 0 01152787 +collector n 4 5 @ ~ #p + ; 4 3 09936620 09936362 09249155 03069381 +collector's_item n 1 2 @ ~ 1 0 03069567 +collector_of_internal_revenue n 1 1 @ 1 0 10693052 +colleen n 1 1 @ 1 0 09936825 +college n 3 6 @ ~ #m #p %m + 3 1 08278169 08278324 03069752 +college_boy n 1 2 @ ~ 1 0 09937056 +college_girl n 1 1 @ 1 1 09934213 +college_level n 1 1 @ 1 1 14431338 +college_man n 1 2 @ ~ 1 0 09937056 +college_of_cardinals n 1 4 @ #p %m ; 1 0 08085824 +college_student n 1 2 @ ~ 1 1 09936892 +collegian n 1 2 @ ~ 1 1 09937056 +collegiate_dictionary n 1 1 @ 1 0 06419354 +collembola n 1 3 @ #m %m 1 0 02163144 +collembolan n 1 2 @ #m 1 0 02163297 +collet n 3 2 @ #p 3 0 03329536 03070059 03069919 +collet_chuck n 1 1 @ 1 0 03070059 +collider n 1 3 @ ~ + 1 0 03070193 +collie n 1 1 @ 1 0 02106030 +collier n 1 1 @ 1 0 09932508 +colliery n 1 2 @ %p 1 0 03070396 +colligation n 2 3 @ ~ + 2 0 14420954 05764197 +collimation n 1 2 @ + 1 0 01000276 +collimator n 2 3 @ #p + 2 0 03070854 03070587 +collins n 2 1 @ 2 0 10905159 07913882 +collinsia n 1 3 @ #m %m 1 0 12881429 +collinsia_bicolor n 1 2 @ #m 1 0 12881631 +collinsia_heterophylla n 1 2 @ #m 1 0 12881631 +collinsia_parviflora n 1 2 @ #m 1 0 12881913 +collinsia_verna n 1 2 @ #m 1 0 12882158 +collinsonia n 1 3 @ #m %m 1 0 12844220 +collinsonia_canadensis n 1 2 @ #m 1 0 12844409 +collis_potter_huntington n 1 1 @ 1 0 11067184 +collision n 3 4 @ ~ + ; 3 1 07302542 07301543 07183000 +collision_course n 2 1 @ 2 0 09249272 00038863 +collocalia n 1 3 @ #m %m 1 0 01832979 +collocalia_inexpectata n 1 2 @ #m 1 0 01833112 +collocation n 2 3 @ ~ + 2 0 07015151 01051801 +collodion n 1 1 @ 1 0 14795263 +colloid n 1 4 @ ~ + - 1 0 14588219 +colloidal_gel n 1 2 @ ~ 1 0 14590542 +colloidal_solution n 1 1 @ 1 0 14590795 +colloidal_suspension n 1 1 @ 1 0 14590795 +colloquialism n 1 2 @ - 1 0 07075172 +colloquium n 2 2 @ ~ 2 0 08327906 07239327 +colloquy n 2 1 @ 2 0 07143044 07137733 +collotype n 1 2 @ ~ 1 0 06679726 +collotype_printing n 1 2 @ ~ 1 0 06679726 +collusion n 2 3 @ ~ + 2 1 05795244 07176962 +collyrium n 1 1 @ 1 0 03309214 +collywobbles n 1 1 @ 1 0 14172383 +colobus n 1 3 @ ~ #m 1 0 02488702 +colobus_guereza n 1 1 @ 1 0 02488894 +colobus_monkey n 1 3 @ ~ #m 1 0 02488702 +colocasia n 1 3 @ #m %m 1 0 11786365 +colocasia_esculenta n 1 3 @ #m %p 1 0 11786539 +cologne n 2 3 @ #m #p 2 0 08772307 03071021 +cologne_water n 1 1 @ 1 0 03071021 +colombia n 1 7 @ #m #p %m %p + - 1 0 08732116 +colombian n 1 3 @ #m + 1 0 09698517 +colombian_monetary_unit n 1 2 @ ~ 1 0 13691651 +colombian_peso n 1 2 @ %p 1 0 13691764 +colombo n 1 2 @ #p 1 0 08719465 +colon n 5 5 @ ~ #p %p + 5 1 05535869 13667643 13667372 08739669 06842660 +colon_cancer n 1 1 @ 1 0 14247239 +colonel n 1 3 @ ~ ; 1 1 09937250 +colonel_blimp n 2 2 @ ; 2 0 09937489 09592147 +colonial n 1 3 @ #m + 1 1 09937688 +colonialism n 1 3 @ ~ + 1 0 00426526 +colonialist n 1 2 @ + 1 0 09937802 +colonic n 1 3 @ ~ + 1 0 00696147 +colonic_irrigation n 1 2 @ ~ 1 0 00696147 +colonisation n 1 3 @ ~ + 1 0 01252280 +coloniser n 1 3 @ ~ + 1 0 09937903 +colonist n 1 3 @ ~ + 1 0 10583387 +colonization n 1 3 @ ~ + 1 0 01252280 +colonizer n 1 3 @ ~ + 1 0 09937903 +colonnade n 2 3 @ ~ %p 2 0 03071160 02733213 +colonoscope n 1 1 @ 1 0 03071288 +colonoscopy n 1 1 @ 1 0 00642446 +colony n 6 7 @ ~ #p %m %p + ; 6 2 08374049 07995856 09048460 08514233 08499840 07996010 +colophon n 1 1 @ 1 0 03071431 +colophony n 1 1 @ 1 0 14896128 +color n 8 7 ! @ ~ %m = + ; 8 5 04956594 05193338 04988478 07968354 04677952 14984973 05844663 04674968 +color-blind_person n 1 2 @ ~ 1 0 09610255 +color_bar n 1 1 @ 1 0 05692234 +color_bearer n 1 2 @ ; 1 1 09938272 +color_blindness n 1 3 @ ~ + 1 0 14153010 +color_chart n 1 2 @ ~ 1 0 07001446 +color_circle n 1 1 @ 1 0 07001547 +color_code n 1 1 @ 1 0 06355078 +color_constancy n 1 1 @ 1 0 05709343 +color_force n 1 2 @ ; 1 0 11516819 +color_guard n 1 1 @ 1 0 09938449 +color_line n 1 1 @ 1 0 05692234 +color_of_law n 1 2 @ ; 1 0 04678401 +color_property n 1 2 @ ~ 1 0 04974968 +color_scheme n 1 1 @ 1 1 07964144 +color_sergeant n 1 1 @ 1 1 09938554 +color_spectrum n 1 2 @ #p 1 0 11523369 +color_television n 1 3 @ ~ %p 1 0 03072201 +color_television_system n 1 3 @ ~ %p 1 0 03072201 +color_television_tube n 1 3 @ ~ #p 1 0 03072440 +color_tube n 1 3 @ ~ #p 1 0 03072440 +color_tv n 1 3 @ ~ %p 1 1 03072201 +color_tv_tube n 1 3 @ ~ #p 1 0 03072440 +color_vision n 1 1 @ 1 0 05656294 +color_vision_deficiency n 1 2 @ ~ 1 0 14153010 +color_wash n 1 1 @ 1 0 03072682 +color_wheel n 1 1 @ 1 0 07001547 +coloradan n 1 1 @ 1 0 09741816 +coloradillo n 1 1 @ 1 0 12668131 +colorado n 3 3 @ #p %p 3 1 09067277 09250016 09249418 +colorado_beetle n 1 2 @ #m 1 0 02169974 +colorado_blue_spruce n 1 1 @ 1 0 11626585 +colorado_desert n 1 2 @ #p 1 0 09168915 +colorado_fir n 1 1 @ 1 0 11621727 +colorado_four_o'clock n 1 1 @ 1 0 11840476 +colorado_plateau n 1 3 @ #p %p 1 0 09250165 +colorado_potato_beetle n 1 2 @ #m 1 0 02169974 +colorado_river n 2 2 @ #p 2 0 09250016 09249418 +colorado_river_hemp n 1 1 @ 1 0 12569616 +colorado_springs n 1 2 @ #p 1 0 09067878 +colorado_spruce n 1 1 @ 1 0 11626585 +coloration n 3 3 @ ~ + 3 0 04988478 04975988 00161739 +coloratura n 2 2 @ ~ 2 1 09938080 00546299 +coloratura_soprano n 1 2 @ ~ 1 0 09938080 +colorcast n 1 1 @ 1 0 06620790 +colored n 1 3 @ + ; 1 0 09637512 +colored_audition n 1 1 @ 1 0 05721019 +colored_hearing n 1 1 @ 1 0 05721019 +colored_person n 1 2 @ ; 1 0 09637512 +colorimeter n 1 2 @ + 1 0 03071552 +colorimetric_analysis n 1 1 @ 1 0 00647536 +colorimetry n 1 2 @ + 1 0 00647536 +coloring n 3 4 @ ~ = + 3 0 07567139 04956594 00274941 +coloring_book n 1 1 @ 1 0 03071782 +coloring_material n 1 2 @ ~ 1 0 14984973 +colorist n 1 2 @ + 1 0 09938672 +colorlessness n 1 4 ! @ ~ + 1 0 04958634 +colors n 2 3 @ ~ ; 2 1 03071923 03072056 +colossae n 1 2 @ #p 1 0 08701555 +colosseum n 1 2 @ #p 1 0 03072828 +colossian n 1 2 @ ~ 1 0 09938851 +colossians n 1 2 @ #p 1 0 06444711 +colossus n 2 2 @ + 2 0 10128909 09938991 +colossus_of_rhodes n 1 2 @ #m 1 0 03073016 +colostomy n 1 2 @ %p 1 0 00668552 +colostrum n 1 1 @ 1 0 05399356 +colour n 8 6 @ ~ %m = + ; 8 0 14984973 07968354 05844663 05193338 04988478 04956594 04677952 04674968 +colour_bar n 1 1 @ 1 0 05692234 +colour_blindness n 1 2 @ ~ 1 0 14153010 +colour_constancy n 1 1 @ 1 0 05709343 +colour_line n 1 1 @ 1 0 05692234 +colour_of_law n 1 2 @ ; 1 0 04678401 +colour_scheme n 1 1 @ 1 0 07964144 +colour_supplement n 1 2 @ ; 1 0 06596179 +colour_television n 1 3 @ ~ %p 1 0 03072201 +colour_television_system n 1 3 @ ~ %p 1 0 03072201 +colour_television_tube n 1 3 @ ~ #p 1 0 03072440 +colour_tube n 1 3 @ ~ #p 1 0 03072440 +colour_tv n 1 3 @ ~ %p 1 0 03072201 +colour_tv_tube n 1 3 @ ~ #p 1 0 03072440 +colour_vision_deficiency n 1 2 @ ~ 1 0 14153010 +colour_wash n 1 1 @ 1 0 03072682 +colouration n 3 2 @ ~ 3 0 04988478 04975988 00161739 +colourcast n 1 1 @ 1 0 06620790 +colouring n 3 4 @ ~ = + 3 0 07567139 04956594 00274941 +colouring_material n 1 2 @ ~ 1 0 14984973 +colourlessness n 1 3 @ ~ + 1 0 04958634 +colours n 2 3 @ ~ ; 2 0 03072056 03071923 +colpitis n 1 1 @ 1 0 14341253 +colpocele n 1 2 @ ~ 1 0 14295691 +colpocystitis n 1 1 @ 1 0 14341334 +colpocystocele n 1 1 @ 1 0 14296966 +colpoxerosis n 1 1 @ 1 0 14058456 +colt n 2 3 @ ~ ; 2 2 02376791 03073296 +coltan n 1 1 @ 1 0 14672373 +colter n 1 2 @ #p 1 0 03073384 +coltsfoot n 2 2 @ #m 2 0 12251278 12029635 +coluber n 1 3 @ #m %m 1 0 01730679 +coluber_constrictor n 1 2 @ ~ 1 0 01730960 +coluber_constrictor_flaviventris n 1 1 @ 1 0 01731137 +coluber_hippocrepis n 1 2 @ #m 1 0 01731277 +colubrid n 1 3 @ ~ #m 1 0 01727646 +colubrid_snake n 1 3 @ ~ #m 1 0 01727646 +colubridae n 1 3 @ #m %m 1 0 01726960 +colubrina n 1 3 @ #m %m 1 0 13142695 +colugo n 1 3 @ ~ #m 1 0 02502514 +columba n 2 3 @ #m %m 2 0 09250551 01812471 +columba_fasciata n 1 2 @ #m 1 0 01812866 +columba_livia n 1 2 @ #m 1 0 01812662 +columba_palumbus n 1 2 @ #m 1 0 01813088 +columbarium n 3 1 @ 3 0 03228692 03073694 03073545 +columbary n 1 1 @ 1 0 03228692 +columbia n 5 3 @ #m #p 5 0 09250678 09140674 09138358 09106502 03073832 +columbia_river n 1 2 @ #p 1 0 09250678 +columbia_tiger_lily n 1 1 @ 1 0 12427391 +columbia_university n 1 3 @ #m #p 1 0 03073832 +columbian_mammoth n 1 1 @ 1 0 02505238 +columbidae n 1 3 @ #m %m 1 0 01811682 +columbiform_bird n 1 3 @ ~ #m 1 0 01810700 +columbiformes n 1 3 @ #m %m 1 0 01810466 +columbine n 1 3 @ ~ #m 1 1 11727091 +columbite n 1 2 @ %s 1 0 14683859 +columbite-tantalite n 1 1 @ 1 0 14672373 +columbium n 1 1 @ 1 0 14647154 +columbo n 1 2 @ #m 1 0 12292877 +columbus n 4 4 @ #p %p + 4 1 09131001 10905315 09104604 09077410 +columbus_day n 1 2 @ #p 1 0 15190895 +columella n 1 1 @ 1 0 13900914 +column n 9 7 @ ~ #m #p %p + ; 9 7 08429052 03074574 08433575 13900422 06268567 03074380 03073977 06268357 05585999 +column_chromatography n 1 1 @ 1 1 13450070 +column_inch n 1 1 @ 1 0 13713300 +columnar_cell n 1 2 @ ~ 1 0 05242070 +columnar_epithelial_cell n 1 2 @ ~ 1 0 05242070 +columnea n 1 2 @ #m 1 0 12831535 +columniation n 1 2 @ ; 1 0 05076069 +columnist n 1 3 @ ~ + 1 1 09939154 +colutea n 1 3 @ #m %m 1 0 12518305 +colutea_arborescens n 1 2 @ #m 1 0 12518481 +colymbiformes n 1 3 @ #m %m 1 0 02049299 +colza n 1 3 @ #m %s 1 0 11879722 +colza_oil n 1 2 @ #s 1 0 11880032 +coma n 3 5 @ ~ #p + ; 3 1 05680193 13090395 09251002 +coma_berenices n 1 1 @ 1 0 09251229 +comanche n 2 1 @ 2 0 09653438 06914930 +comandra n 1 3 @ #m %m 1 0 12736064 +comandra_pallida n 1 2 @ #m 1 0 12736228 +comatoseness n 1 3 @ ~ + 1 0 05680193 +comatula n 1 1 @ 1 0 02321062 +comatulid n 1 2 @ #m 1 0 02321170 +comatulidae n 1 1 @ 1 0 02320769 +comb n 5 5 @ ~ #p %p + 5 2 03074855 01792255 03075097 01921440 00256746 +comb-footed_spider n 1 2 @ #m 1 0 01774097 +comb-out n 2 2 @ + 2 0 00256961 00090610 +comb-plate n 1 2 @ #p 1 0 01918585 +comb_jelly n 1 4 @ ~ #m %p 1 0 01918744 +combat n 2 6 @ ~ #p %p + ; 2 2 00964343 01170962 +combat_area n 1 4 @ ~ #p ; 1 0 08688590 +combat_boot n 1 1 @ 1 0 02925666 +combat_casualty n 1 2 @ ; 1 0 07339808 +combat_ceiling n 1 1 @ 1 0 05132962 +combat_fatigue n 1 1 @ 1 0 14388596 +combat_injury n 1 3 @ ~ ; 1 0 07340249 +combat_intelligence n 1 2 @ ~ 1 0 00982347 +combat_mission n 1 1 @ 1 1 00970903 +combat_neurosis n 1 1 @ 1 0 14388596 +combat_pay n 1 1 @ 1 0 13279809 +combat_pilot n 1 3 @ ~ ; 1 0 09939827 +combat_ship n 1 5 @ ~ #m %p ; 1 0 04552696 +combat_zone n 2 4 @ ~ #p ; 2 0 08689646 08688590 +combatant n 1 3 @ ~ + 1 0 09939313 +combativeness n 1 3 @ ~ + 1 0 04837615 +comber n 3 1 @ 3 0 09940026 07352617 03075248 +combination n 7 4 @ ~ + ; 7 1 07963711 08373723 08373544 08272961 07964495 00870453 00378985 +combination_in_restraint_of_trade n 1 2 @ ; 1 1 07964809 +combination_lock n 1 1 @ 1 0 03075370 +combination_plane n 1 1 @ 1 0 03075500 +combination_salad n 1 2 @ ~ 1 0 07807317 +combine n 3 3 @ ~ + 3 1 03075634 08236621 07373803 +combined_dna_index_system n 1 1 @ 1 0 06509075 +combined_operation n 1 2 @ ; 1 0 00955565 +combing n 1 3 @ ~ + 1 0 00256746 +combining n 2 3 @ ~ + 2 0 07373803 00378985 +combining_form n 1 2 @ - 1 0 06307152 +combining_weight n 1 1 @ 1 0 05026508 +combo n 1 1 @ 1 1 08250302 +combretaceae n 1 3 @ #m %m 1 0 12323411 +combretum n 1 2 @ #m 1 0 12324056 +combretum_appiculatum n 1 2 @ #m 1 0 12324388 +combretum_bracteosum n 1 2 @ #m 1 0 12324222 +combretum_erythrophyllum n 1 2 @ #m 1 0 12324558 +combretum_family n 1 3 @ #m %m 1 0 12323411 +combtooth_blenny n 1 3 @ ~ #m 1 0 02613181 +combustibility n 1 2 @ ~ 1 0 04712405 +combustible n 1 2 @ + 1 0 14816745 +combustible_material n 1 1 @ 1 0 14816745 +combustibleness n 1 2 @ ~ 1 0 04712405 +combustion n 3 3 @ ~ + 3 1 13450206 13978914 00378069 +come n 1 3 @ ~ %p 1 0 05404336 +come-on n 2 1 @ 2 0 05695232 04689660 +comeback n 2 3 @ ~ + 2 1 07199922 00051077 +comedian n 2 2 @ ~ 2 1 09940146 09940725 +comedienne n 2 2 @ ~ 2 0 09940987 09940818 +comedo n 1 2 @ #p 1 0 05245775 +comedown n 1 1 @ 1 0 00273601 +comedy n 2 4 ! @ ~ + 2 2 07015510 06781383 +comedy_ballet n 1 1 @ 1 0 00529902 +comeliness n 1 2 @ + 1 0 04685396 +comenius n 1 1 @ 1 0 10905568 +comer n 2 3 @ ~ + 2 1 09941089 09810166 +comer_vann_woodward n 1 1 @ 1 0 11396535 +comestible n 1 3 @ ~ + 1 0 07556637 +comet n 1 4 @ %p + ; 1 1 09251407 +comeupance n 1 1 @ 1 0 07294423 +comeuppance n 1 1 @ 1 0 07294423 +comfit n 1 1 @ 1 0 07604956 +comfort n 7 5 ! @ ~ = + 7 3 14445379 07492516 01211667 14491889 13987219 04033995 01211185 +comfort_food n 1 1 @ 1 0 07556406 +comfort_station n 1 2 @ ~ 1 0 04018667 +comfort_woman n 1 1 @ 1 0 09941172 +comfort_zone n 1 1 @ 1 0 05725879 +comfortableness n 2 4 @ ~ = + 2 0 14445379 07530000 +comforter n 4 3 @ ~ + 4 0 10686313 10518349 04033995 03075768 +comforts n 1 1 @ 1 1 13366137 +comfrey n 2 4 @ ~ #m #p 2 0 12822769 07817160 +comic n 1 3 @ ~ + 1 0 09940146 +comic_book n 1 2 @ %p 1 1 06596364 +comic_opera n 1 2 @ ~ 1 0 07026646 +comic_strip n 1 3 @ #p %p 1 0 07003352 +comicality n 1 2 @ + 1 0 05210717 +coming n 4 3 @ ~ + 4 2 00280853 00048828 05046471 00062133 +coming_attraction n 1 1 @ 1 0 06615927 +coming_back n 1 1 @ 1 0 07447022 +coming_into_court n 1 1 @ 1 0 01233627 +coming_together n 2 2 @ ~ 2 0 01230965 00146856 +coming_upon n 1 1 @ 1 0 00147187 +comint n 1 1 @ 1 0 00983287 +comity n 1 2 @ ~ 1 0 13969854 +comity_of_nations n 1 1 @ 1 0 13969988 +comma n 2 2 @ #m 2 0 06842852 02278024 +comma_bacillus n 1 2 @ #m 1 0 01364329 +comma_butterfly n 1 2 @ #m 1 0 02278024 +command n 7 5 @ ~ #p + ; 7 6 07168131 08190292 05197797 04719376 13953608 05641959 06584891 +command_guidance n 1 1 @ 1 0 00817017 +command_key n 1 2 @ ; 1 0 03097673 +command_language n 1 1 @ 1 0 06899446 +command_line n 1 1 @ 1 0 06586355 +command_line_interface n 1 1 @ 1 0 06575505 +command_module n 1 1 @ 1 0 03075946 +command_overhead n 1 3 @ #p ; 1 0 15298011 +command_post n 1 2 @ ; 1 0 03076104 +command_processing_overhead n 1 3 @ #p ; 1 0 15298011 +command_processing_overhead_time n 1 3 @ #p ; 1 0 15298011 +command_prompt n 1 2 @ ; 1 0 06280604 +command_sergeant_major n 1 1 @ 1 0 10581278 +commandant n 1 4 @ ~ + ; 1 0 09941964 +commander n 4 4 @ ~ + ; 4 2 09941964 09941383 09941571 09780828 +commander_in_chief n 1 1 @ 1 0 09941787 +commandership n 1 2 @ + 1 0 00590626 +commandery n 1 1 @ 1 0 00590626 +commanding_officer n 1 3 @ ~ ; 1 1 09941964 +commandment n 2 3 @ ~ + 2 1 07169848 06185955 +commando n 2 3 @ ~ ; 2 1 09942275 08404373 +commedia_dell'arte n 1 1 @ 1 0 07015928 +commelina n 1 2 @ #m 1 0 12606438 +commelinaceae n 1 3 @ #m %m 1 0 12605965 +commelinales n 1 3 @ #m %m 1 0 12605019 +commelinidae n 1 3 @ #m %m 1 0 11668952 +commemoration n 2 3 @ ~ + 2 0 07452841 06688522 +commemorative n 1 1 @ 1 0 09251689 +commencement n 3 4 @ ~ %p + 3 0 15265518 07454758 00235435 +commencement_ceremony n 1 2 @ %p 1 0 07454758 +commencement_day n 1 1 @ 1 0 15158691 +commencement_exercise n 1 2 @ %p 1 0 07454758 +commendation n 2 3 @ ~ + 2 0 06706125 06686736 +commensal n 1 2 @ + 1 0 01386182 +commensalism n 1 1 @ 1 0 13842241 +commensurateness n 1 2 @ + 1 0 13817279 +comment n 3 3 @ ~ + 3 2 06765044 06762711 07223170 +commentary n 1 3 @ ~ + 1 1 06762711 +commentator n 2 3 @ ~ + 2 1 10369528 09942431 +commerce n 3 6 @ ~ %p = + - 3 1 01090446 08129268 07137622 +commerce_department n 1 2 @ %p 1 0 08129268 +commerce_secretary n 2 2 @ #m 2 0 10570961 00600435 +commercial n 1 3 @ ~ + 1 1 07250034 +commercial_activity n 1 3 @ ~ #p 1 0 01095753 +commercial_agency n 1 1 @ 1 0 08354842 +commercial_art n 1 1 @ 1 1 03076298 +commercial_artist n 1 1 @ 1 0 09942587 +commercial_bank n 1 2 @ ~ 1 0 08418420 +commercial_bribery n 1 1 @ 1 0 00776581 +commercial_credit n 1 1 @ 1 0 13379619 +commercial_credit_company n 1 1 @ 1 0 08421807 +commercial_document n 1 2 @ ~ 1 0 06472025 +commercial_enterprise n 2 5 @ ~ #p %p - 2 1 08065093 01094725 +commercial_finance_company n 1 1 @ 1 0 08421807 +commercial_instrument n 1 2 @ ~ 1 0 06472025 +commercial_law n 1 2 @ ; 1 0 08455037 +commercial_letter_of_credit n 1 1 @ 1 0 13380004 +commercial_loan n 1 1 @ 1 0 13374764 +commercial_message n 1 2 @ ~ 1 0 07250034 +commercial_paper n 1 1 @ 1 0 13414849 +commercial_traveler n 1 2 @ ~ 1 0 10726786 +commercial_traveller n 1 2 @ ~ 1 0 10726786 +commercial_treaty n 1 1 @ 1 0 06773857 +commercialisation n 1 2 @ + 1 0 00951781 +commercialism n 1 5 @ ~ %p = - 1 1 01090446 +commercialization n 1 2 @ + 1 1 00951781 +commie n 1 2 @ ~ 1 1 09945319 +commination n 2 1 @ 2 0 07189779 06733682 +comminuted_fracture n 1 1 @ 1 0 14292571 +commiphora n 1 3 @ #m %m 1 0 12692323 +commiphora_meccanensis n 1 2 @ #m 1 0 12692521 +commiphora_myrrha n 1 3 @ #m %s 1 0 12692714 +commiseration n 2 2 @ + 2 1 07553964 06633692 +commissaire_maigret n 1 1 @ 1 0 09600764 +commissar n 1 1 @ 1 0 09942697 +commissariat n 1 2 @ ~ 1 0 07572353 +commissary n 2 3 @ ~ ; 2 1 03076411 03076623 +commission n 9 5 @ ~ %m + ; 9 3 08324514 13320860 01140471 14009274 08402442 07169480 06478988 00773235 00731222 +commission_on_human_rights n 1 1 @ 1 0 08297284 +commission_on_narcotic_drugs n 1 1 @ 1 0 08297464 +commission_on_the_status_of_women n 1 1 @ 1 0 08297646 +commission_plan n 1 1 @ 1 0 08225853 +commissionaire n 1 2 @ ; 1 0 09942871 +commissioned_military_officer n 1 3 @ ~ ; 1 0 09943239 +commissioned_naval_officer n 1 3 @ ~ ; 1 0 09943541 +commissioned_officer n 1 3 @ ~ ; 1 0 09942970 +commissioner n 2 4 @ ~ #m + 2 1 09943811 09944022 +commissioning n 1 3 @ ~ + 1 0 01140471 +commissure n 1 2 @ ~ 1 0 05476094 +commitment n 5 3 @ ~ + 5 3 04646990 01206153 01239868 06684383 01165692 +committal n 2 2 @ + 2 0 01165692 00773235 +committal_service n 1 1 @ 1 0 01034233 +committal_to_memory n 1 2 @ ~ 1 0 05755156 +committal_to_writing n 1 2 @ ~ 1 0 00614224 +committedness n 1 3 @ ~ + 1 0 04646990 +committee n 2 4 @ ~ %m + 2 2 08324514 08325686 +committee_for_state_security n 1 1 @ 1 0 08485434 +committee_meeting n 1 1 @ 1 0 08308039 +committee_member n 1 3 @ ~ #m 1 1 09944160 +committeeman n 1 1 @ 1 1 09944337 +committeewoman n 1 1 @ 1 0 09944430 +commixture n 1 2 @ + 1 0 00380083 +commode n 2 4 @ ~ #p %p 2 0 04446521 03016953 +commodiousness n 1 3 @ ~ + 1 0 05105265 +commodities_exchange n 1 3 @ ~ %p 1 0 03077074 +commodities_market n 1 3 @ ~ %p 1 0 03077074 +commodity n 1 2 @ ~ 1 1 03076708 +commodity_brokerage n 1 1 @ 1 0 08070236 +commodity_exchange n 1 3 @ ~ %p 1 0 03077074 +commodore n 1 3 @ ~ ; 1 0 09945021 +commodore_john_barry_bridge n 1 2 @ #p 1 0 03077304 +commodore_perry n 1 1 @ 1 0 11230158 +commodore_vanderbilt n 1 1 @ 1 0 11359187 +common n 1 4 @ ~ #p + 1 1 08615374 +common-law_marriage n 1 2 @ ; 1 0 13964879 +common_ageratum n 1 1 @ 1 0 11918473 +common_alder n 1 2 @ #m 1 0 12284821 +common_allamanda n 1 1 @ 1 0 11769803 +common_american_shad n 1 2 @ %p 1 0 02530637 +common_amsinckia n 1 2 @ #m 1 0 12816942 +common_apricot n 1 3 @ #m %p 1 0 12641007 +common_arrowhead n 1 1 @ 1 0 12612640 +common_ax n 1 1 @ 1 0 03077442 +common_axe n 1 1 @ 1 0 03077442 +common_bamboo n 1 3 @ #m %p 1 0 12147835 +common_barberry n 1 1 @ 1 0 11698042 +common_barley n 1 2 @ %p 1 0 12123450 +common_basil n 1 2 @ %p 1 0 12860542 +common_bean n 2 5 @ ~ #m #p %p 2 0 12556793 07726796 +common_bean_plant n 1 4 @ ~ #m %p 1 0 12556793 +common_bearberry n 1 1 @ 1 0 12231358 +common_beech n 1 2 @ #m 1 0 12261359 +common_beet n 1 3 @ ~ #m 1 0 11832214 +common_bile_duct n 1 3 @ #p %p 1 0 05386845 +common_birch n 1 2 @ #m 1 0 12282527 +common_bird_cherry n 1 3 @ #m %p 1 0 12647560 +common_blackfish n 1 2 @ #m 1 0 02071636 +common_bog_rosemary n 1 1 @ 1 0 12229887 +common_booklouse n 1 2 @ #m 1 0 02261757 +common_box n 1 1 @ 1 0 12746253 +common_brant_goose n 1 1 @ 1 0 01857512 +common_broom n 1 2 @ #m 1 0 12521394 +common_burdock n 1 1 @ 1 0 11924661 +common_buttercup n 1 1 @ 1 0 11721124 +common_calamint n 1 1 @ 1 0 12843144 +common_camas n 1 2 @ #m 1 0 12449526 +common_canary n 1 1 @ 1 0 01533481 +common_caper n 1 2 @ %p 1 0 11865874 +common_cardinal_vein n 1 1 @ 1 0 05360297 +common_carline_thistle n 1 1 @ 1 0 11945783 +common_carotid n 1 1 @ 1 0 05339583 +common_carotid_artery n 1 1 @ 1 0 05339583 +common_carrier n 1 2 @ ~ 1 0 08057633 +common_chickweed n 1 1 @ 1 0 11818069 +common_chord n 1 1 @ 1 0 06870211 +common_cockscomb n 1 1 @ 1 0 11825351 +common_cold n 1 3 @ ~ %p 1 0 14145501 +common_comfrey n 1 2 @ %p 1 0 12822955 +common_coral_tree n 1 1 @ 1 0 12528549 +common_corn_salad n 1 1 @ 1 0 12950796 +common_cotton_grass n 1 1 @ 1 0 12152722 +common_daisy n 1 1 @ 1 0 11939699 +common_dandelion n 1 2 @ %p 1 0 12024445 +common_denominator n 2 1 @ 2 0 13735476 04617441 +common_devil's_claw n 1 2 @ #m 1 0 12875269 +common_divisor n 1 2 @ ~ 1 0 13734992 +common_dogbane n 1 1 @ 1 0 11767630 +common_dolphin n 1 2 @ #m 1 0 02069412 +common_duckweed n 1 2 @ #m 1 0 11795049 +common_eel n 1 3 @ #m %p 1 0 02526818 +common_eland n 1 2 @ #m 1 0 02427032 +common_elder n 1 1 @ 1 0 12679201 +common_era n 1 1 @ 1 0 15249096 +common_european_ash n 1 1 @ 1 0 12304703 +common_european_dogwood n 1 1 @ 1 0 12948053 +common_european_earwig n 1 2 @ #m 1 0 02273392 +common_european_jay n 1 1 @ 1 0 01580490 +common_evening_primrose n 1 1 @ 1 0 12344483 +common_facial_vein n 1 1 @ 1 0 05364448 +common_factor n 1 2 @ ~ 1 0 13734992 +common_fate n 1 1 @ 1 0 06249685 +common_fault n 1 1 @ 1 0 09372313 +common_fennel n 2 3 @ #p %p 2 0 12939282 07817758 +common_fig n 1 3 @ ~ %p 1 0 12401684 +common_fig_tree n 1 3 @ ~ %p 1 0 12401684 +common_flat_pea n 1 2 @ #m 1 0 12562141 +common_four-o'clock n 1 1 @ 1 0 11839823 +common_foxglove n 1 1 @ 1 0 12882945 +common_fraction n 1 2 @ ~ 1 0 13732295 +common_front n 1 1 @ 1 0 08471589 +common_garden_cress n 1 3 @ #m %p 1 0 11890507 +common_garter_snake n 1 1 @ 1 0 01735439 +common_ginger n 1 2 @ %p 1 0 12356023 +common_good n 1 1 @ 1 0 05159854 +common_grape_hyacinth n 1 1 @ 1 0 12460957 +common_grape_vine n 1 4 @ ~ #m %p 1 0 13145444 +common_ground n 1 1 @ 1 0 13791122 +common_gum_cistus n 1 2 @ %s 1 0 12374862 +common_heath n 2 1 @ 2 0 12253664 12253487 +common_hop n 1 1 @ 1 0 12398174 +common_hops n 1 1 @ 1 0 12398174 +common_horehound n 1 1 @ 1 0 12854193 +common_horsetail n 1 1 @ 1 0 13219833 +common_hyacinth n 1 1 @ 1 0 12458550 +common_iguana n 1 2 @ #m 1 0 01677366 +common_iliac_artery n 1 1 @ 1 1 05347359 +common_iliac_vein n 1 1 @ 1 0 05369924 +common_ivy n 1 2 @ #m 1 0 11798978 +common_jasmine n 1 1 @ 1 0 12307240 +common_juniper n 1 2 @ %p 1 0 11638109 +common_kingsnake n 1 1 @ 1 0 01734637 +common_knowledge n 1 2 @ ~ 1 0 05612241 +common_laburnum n 1 2 @ #m 1 0 12538380 +common_lady's-slipper n 1 1 @ 1 0 12056758 +common_land n 1 1 @ 1 0 08542304 +common_law n 2 3 @ ; - 2 1 06535035 08453722 +common_lettuce n 1 3 @ #m %p 1 0 11986511 +common_lilac n 1 1 @ 1 0 12311579 +common_limpet n 1 2 @ #m 1 0 01949085 +common_logarithm n 1 1 @ 1 0 06812915 +common_louse n 1 2 @ #m 1 0 02184473 +common_lynx n 1 1 @ 1 0 02127292 +common_mackerel n 1 3 @ #m %p 1 0 02624551 +common_madia n 1 2 @ #m 1 0 11994336 +common_maidenhair n 1 1 @ 1 0 13207094 +common_mallow n 1 2 @ #m 1 0 12171316 +common_man n 1 2 @ ~ 1 1 09610405 +common_marigold n 1 1 @ 1 0 11943660 +common_market n 1 2 @ %m 1 0 08173515 +common_matrimony_vine n 1 1 @ 1 0 12905135 +common_measure n 3 2 @ ~ 3 0 15264010 13734992 07094731 +common_meter n 1 1 @ 1 0 07094731 +common_milkwort n 1 1 @ 1 0 12706410 +common_mood n 1 1 @ 1 0 13801700 +common_moonseed n 1 2 @ #m 1 0 11713370 +common_moonwort n 1 1 @ 1 0 12961112 +common_morel n 1 2 @ #m 1 0 13032381 +common_morning_glory n 2 1 @ 2 0 12827068 12826895 +common_mosquito n 1 2 @ #m 1 0 02202006 +common_mugwort n 1 1 @ 1 0 11931540 +common_mullein n 1 1 @ 1 0 12889713 +common_multiple n 1 1 @ 1 0 13735355 +common_murre n 1 1 @ 1 0 02047411 +common_myrtle n 1 2 @ #m 1 0 12330587 +common_nardoo n 1 1 @ 1 0 12957803 +common_newt n 1 2 @ #m 1 0 01630670 +common_nightshade n 1 2 @ ~ 1 0 12896307 +common_noun n 1 3 ! @ ~ 1 0 06320153 +common_nuisance n 1 1 @ 1 0 05831566 +common_nutcracker n 1 1 @ 1 0 01581874 +common_oak n 1 1 @ 1 0 12277578 +common_opossum n 1 1 @ 1 0 01875313 +common_osier n 1 2 @ #m 1 0 12731029 +common_pea n 1 3 @ #m %p 1 0 12560420 +common_people n 1 3 @ ~ %m 1 0 07947255 +common_pepper n 1 4 @ #m %s %p 1 0 13149506 +common_person n 1 2 @ ~ 1 0 09610405 +common_pitcher_plant n 1 2 @ #m 1 0 12779851 +common_plantain n 1 1 @ 1 0 12599435 +common_plum n 1 1 @ 1 0 12639584 +common_polypody n 1 1 @ 1 0 13173882 +common_pond-skater n 1 2 @ #m 1 0 02243878 +common_privet n 1 1 @ 1 0 12309277 +common_purslane n 1 2 @ #m 1 0 11858077 +common_raccoon n 1 1 @ 1 0 02508213 +common_racoon n 1 1 @ 1 0 02508213 +common_ragweed n 1 1 @ 1 0 11919761 +common_reed n 1 2 @ #m 1 0 12130937 +common_room n 1 2 @ ; 1 0 03077616 +common_rorqual n 1 2 @ #m 1 0 02065026 +common_rose_mallow n 1 1 @ 1 0 12178896 +common_roundworm n 1 2 @ #m 1 0 01930852 +common_rush n 1 2 @ #m 1 0 11743772 +common_sage n 1 2 @ %p 1 0 12865824 +common_salt n 2 4 @ ~ #s %s 2 0 14672023 07813107 +common_scold n 1 2 @ ~ 1 0 10561861 +common_scoter n 1 1 @ 1 0 01853666 +common_scurvy_grass n 1 2 @ #m 1 0 11883945 +common_seal n 1 2 @ #m 1 0 02079851 +common_sense n 1 3 @ ~ + 1 1 05614657 +common_shares n 1 2 @ ~ 1 0 13335172 +common_shiner n 1 2 @ #m 1 0 01441910 +common_shrew n 1 2 @ #m 1 0 01892030 +common_sickle_pine n 1 2 @ #m 1 0 11654984 +common_snapping_turtle n 1 2 @ #m 1 0 01666228 +common_snowberry n 1 2 @ #m 1 0 12677612 +common_soldier n 1 1 @ 1 1 10476467 +common_sorrel n 1 2 @ #p 1 0 07736371 +common_speedwell n 1 1 @ 1 0 12891643 +common_spindle_tree n 1 1 @ 1 0 12749289 +common_spoonbill n 1 2 @ #m 1 0 02006985 +common_spotted_orchid n 1 2 @ #m 1 0 12058822 +common_st_john's_wort n 1 1 @ 1 0 12368028 +common_staghorn_fern n 1 2 @ #m 1 0 13177884 +common_starling n 1 2 @ #m 1 0 01577035 +common_stinkhorn n 1 2 @ #m 1 0 13040629 +common_stock n 1 2 @ ~ 1 0 13335172 +common_stock_equivalent n 1 1 @ 1 0 13336492 +common_sunflower n 1 2 @ %p 1 0 11978713 +common_tarweed n 1 2 @ #m 1 0 11994336 +common_teasel n 1 1 @ 1 0 12682668 +common_thorn_apple n 1 1 @ 1 0 12903503 +common_thyme n 1 2 @ %p 1 0 12870682 +common_time n 1 1 @ 1 0 15264010 +common_tobacco n 1 2 @ #s 1 0 12907857 +common_topaz n 1 1 @ 1 0 15076523 +common_touch n 1 1 @ 1 0 04931567 +common_unicorn_plant n 1 2 @ #m 1 0 12875269 +common_valerian n 1 1 @ 1 0 12950314 +common_vetchling n 1 2 @ #m 1 0 12541157 +common_viper n 1 2 @ #m 1 0 01752585 +common_wallaby n 1 2 @ #m 1 0 01878061 +common_wart n 1 1 @ 1 0 04696695 +common_wasp n 1 2 @ #m 1 0 02213543 +common_water_snake n 1 2 @ #m 1 0 01737472 +common_watercress n 1 2 @ #m 1 0 11893131 +common_wheat n 1 2 @ %p 1 0 12142874 +common_white_dogwood n 1 1 @ 1 0 12947313 +common_winterberry_holly n 1 1 @ 1 0 12758471 +common_wolffia n 1 1 @ 1 0 11796188 +common_wood_sorrel n 1 1 @ 1 0 12703190 +common_wormwood n 1 3 @ #m #s 1 0 11929477 +common_year n 1 1 @ 1 0 15202131 +common_yellowthroat n 1 1 @ 1 0 01570839 +common_yellowwood n 1 2 @ #m 1 0 11653570 +common_zebra n 1 1 @ 1 0 02391234 +commonage n 1 1 @ 1 0 13247149 +commonality n 2 5 ! @ ~ = + 2 0 08181930 04764741 +commonalty n 1 1 @ 1 0 08181930 +commoner n 1 2 @ ~ 1 1 09610405 +commonness n 4 5 ! @ ~ = + 4 0 14501375 04817280 04795545 04764741 +commonplace n 1 2 @ + 1 1 07154046 +commonplace_book n 1 1 @ 1 0 06415584 +commonplaceness n 1 4 @ ~ = + 1 0 04795545 +commons n 4 4 @ ~ #p ; 4 0 08615374 08542304 08181930 08168117 +commonweal n 1 1 @ 1 0 05159854 +commonwealth n 4 3 @ ~ %p 4 2 08542403 08168978 08375154 08361329 +commonwealth_country n 1 1 @ 1 0 08166931 +commonwealth_day n 1 2 @ #p 1 0 15200164 +commonwealth_of_australia n 1 6 @ #m #p %m %p - 1 0 08831004 +commonwealth_of_dominica n 1 4 @ #m #p %p 1 0 08763193 +commonwealth_of_independent_states n 1 2 @ %m 1 0 08295138 +commonwealth_of_nations n 1 2 @ %m 1 0 08049989 +commonwealth_of_puerto_rico n 1 3 @ #p %p 1 0 08752974 +commonwealth_of_the_bahamas n 1 5 @ #m #p %m %p 1 0 08847268 +commotion n 3 2 @ ~ 3 2 13977366 00553823 07442068 +communalism n 2 1 @ 2 0 01081346 01040943 +commune n 2 3 @ + ; 2 2 08541609 08375369 +communicable_disease n 1 2 @ ~ 1 0 14122053 +communicant n 1 1 @ 1 0 09945223 +communicating n 1 3 @ ~ + 1 1 06252138 +communicating_artery n 1 2 @ #p 1 0 05343542 +communication n 3 3 @ ~ + 3 3 06252138 00033020 13792842 +communication_channel n 1 3 @ ~ ; 1 0 06260121 +communication_equipment n 1 4 @ ~ #p %p 1 0 03077958 +communication_system n 2 4 @ ~ #p %p 2 1 03078287 03077958 +communication_theory n 1 2 @ - 1 0 05997361 +communication_trench n 1 1 @ 1 0 02730748 +communications n 1 2 @ - 1 0 05997361 +communications_intelligence n 1 1 @ 1 0 00983287 +communications_protocol n 1 3 @ ~ ; 1 0 06665108 +communications_satellite n 1 3 @ #p %p 1 0 03077741 +communications_security_establishment n 1 2 @ ; 1 0 08342888 +communications_technology n 1 2 @ ~ 1 0 00950356 +communicativeness n 1 4 ! @ ~ + 1 0 04650527 +communicator n 1 3 @ ~ + 1 0 09610660 +communion n 3 5 @ ~ #p + ; 3 2 01036333 07134575 08147019 +communion_table n 1 1 @ 1 0 02699629 +communique n 1 2 @ %p 1 1 06682794 +communisation n 3 2 @ + 3 0 01153139 01152973 01151788 +communism n 2 3 @ ~ + 2 2 08365855 06214744 +communism_peak n 1 2 @ #p 1 0 09251832 +communist n 2 4 @ ~ #m + 2 2 09945603 09945319 +communist_china n 1 5 @ #p %m %p - 1 1 08723006 +communist_economy n 1 1 @ 1 0 08367579 +communist_manifesto n 1 1 @ 1 0 06727416 +communist_party n 1 2 @ %m 1 0 08258523 +communist_party_of_kampuchea n 1 2 @ ; 1 0 08028999 +community n 6 5 @ ~ %p + ; 6 4 08223802 13240839 08224274 13971382 08553535 07941729 +community_center n 1 1 @ 1 0 03078506 +community_chest n 1 1 @ 1 0 08055964 +community_college n 1 1 @ 1 1 08282542 +community_of_interests n 1 1 @ 1 0 13971382 +community_of_scholars n 1 1 @ 1 0 08113197 +community_property n 1 1 @ 1 0 13245504 +community_service n 2 1 @ 2 0 01210281 01210102 +communization n 3 2 @ + 3 0 01153139 01152973 01151788 +commutability n 2 2 @ + 2 0 04737234 04734145 +commutation n 4 4 @ ~ + ; 4 1 00315700 06548498 01165919 00196485 +commutation_ticket n 1 1 @ 1 0 06519077 +commutative_group n 1 1 @ 1 0 06017472 +commutator n 1 2 @ + 1 1 03078670 +commute n 1 1 @ 1 0 00307455 +commuter n 2 3 @ ~ + 2 2 03078802 09945745 +commuter_traffic n 1 1 @ 1 1 08425657 +commuter_train n 1 1 @ 1 0 03078802 +commuting n 1 2 @ + 1 1 00315700 +comoro_islands n 1 3 @ #p %p 1 0 08733690 +comoros n 1 2 @ #p 1 0 08733897 +comp n 1 1 @ 1 0 07197889 +compact n 3 2 @ ~ 3 1 03078995 06772260 03079136 +compact-disk_burner n 1 1 @ 1 0 03079494 +compact_car n 1 1 @ 1 0 03079136 +compact_disc n 1 2 @ ~ 1 0 03079230 +compact_disc_read-only_memory n 1 1 @ 1 0 02988679 +compact_disc_recordable n 1 1 @ 1 0 02988486 +compact_disc_write-once n 1 1 @ 1 0 02988486 +compact_disk n 1 2 @ ~ 1 0 03079230 +compaction n 2 3 @ ~ + 2 0 07419233 00358089 +compactness n 2 3 @ ~ + 2 0 05088804 04941325 +companion n 3 3 @ ~ + 3 2 09945905 09946278 09760609 +companionability n 1 2 @ + 1 0 04653479 +companionableness n 1 2 @ + 1 0 04653479 +companionship n 1 3 @ ~ + 1 1 13929588 +companionway n 1 1 @ 1 0 03079616 +company n 9 6 @ ~ #m %m + ; 9 6 08058098 08214272 13929588 08187033 09887850 08184861 08264897 08219059 08077711 +company_man n 1 1 @ 1 0 09946437 +company_name n 1 1 @ 1 0 06845199 +company_operator n 1 1 @ 1 1 09946574 +company_union n 1 1 @ 1 0 08234792 +comparability n 1 2 @ + 1 0 04746842 +comparative n 1 3 @ + - 1 0 06322693 +comparative_anatomist n 1 2 @ ~ 1 0 09946672 +comparative_anatomy n 1 1 @ 1 0 06059282 +comparative_degree n 1 2 @ - 1 0 06322693 +comparative_literature n 1 1 @ 1 1 06169667 +comparative_negligence n 1 2 @ ; 1 0 00739632 +comparative_psychology n 1 1 @ 1 0 06138789 +compare n 1 2 @ + 1 0 04746842 +comparing n 1 3 @ ~ + 1 0 00142665 +comparison n 3 3 @ ~ + 3 2 00142665 13853808 04746842 +compartment n 2 3 @ ~ + 2 2 03080309 03079741 +compartment_pressure n 1 1 @ 1 0 11495822 +compartmentalisation n 2 3 @ ~ + 2 0 14417146 01012712 +compartmentalization n 2 3 @ ~ + 2 0 14417146 01012712 +compass n 4 3 @ ~ + 4 2 03080497 05125377 05623628 03080633 +compass_card n 1 1 @ 1 0 03080731 +compass_flower n 1 3 @ ~ #m 1 0 11915658 +compass_north n 1 1 @ 1 0 13831441 +compass_plane n 1 1 @ 1 0 03034516 +compass_plant n 2 3 @ ~ #m 2 0 12545232 11915658 +compass_point n 1 2 @ ~ 1 0 13830305 +compass_saw n 1 1 @ 1 0 03080904 +compassion n 2 3 @ ~ + 2 2 07553741 04829550 +compassionate_leave n 1 2 @ ; 1 0 15139691 +compassionateness n 1 3 @ ~ + 1 0 07553741 +compatibility n 2 4 ! @ ~ + 2 0 07554758 04712735 +compatible_software n 2 1 @ 2 0 06567531 06567400 +compatriot n 1 2 @ ~ 1 1 09970699 +compeer n 1 3 @ ~ #m 1 0 09626238 +compendium n 2 3 @ ~ + 2 0 06591442 06467996 +compensating_balance n 1 1 @ 1 0 13409850 +compensation n 3 4 @ ~ + ; 3 1 13282550 13450636 00259643 +compensatory_damages n 1 2 @ ; 1 0 13291356 +compensatory_spending n 1 1 @ 1 0 01122754 +compensatory_time n 1 1 @ 1 0 15118935 +compere n 1 2 @ + 1 0 09946814 +competence n 1 4 ! @ ~ + 1 1 05153520 +competence_hearing n 1 2 @ ; 1 0 01200266 +competency n 1 3 @ ~ + 1 0 05153520 +competition n 4 4 ! @ ~ + 4 3 13837009 07456188 01168569 10533013 +competitiveness n 1 2 @ + 1 0 04837425 +competitor n 1 3 @ ~ + 1 1 10533013 +compilation n 2 2 @ + 2 0 06593099 01014731 +compiler n 2 5 @ ~ %p + ; 2 0 09946957 06573600 +compiling n 1 2 @ + 1 1 01014731 +compiling_program n 1 4 @ ~ %p ; 1 0 06573600 +complacence n 1 3 @ ~ + 1 0 07531713 +complacency n 1 3 @ ~ + 1 0 07531713 +complainant n 1 4 @ ~ + ; 1 0 10437852 +complainer n 1 3 @ ~ + 1 0 10776339 +complaint n 5 5 @ ~ #p + ; 5 3 14055408 07208930 07208708 06562217 06561942 +complaisance n 1 2 @ + 1 1 04641153 +complement n 6 4 @ ~ #p + 6 4 06315638 13591998 08218212 05109511 14736201 05696297 +complement_fixation n 1 1 @ 1 0 00861382 +complement_fixation_test n 1 2 @ ~ 1 0 05741949 +complementarity n 2 2 @ + 2 0 13857314 13841467 +complementary n 1 1 @ 1 0 04975739 +complementary_angles n 1 1 @ 1 0 13888387 +complementary_color n 1 1 @ 1 0 04975739 +complementary_distribution n 1 2 @ ; 1 0 05087664 +complementary_dna n 1 2 @ ~ 1 0 14816899 +complementary_medicine n 1 1 @ 1 0 00613819 +complementation n 2 2 @ ; 2 0 13800418 05087664 +complete_blood_count n 1 1 @ 1 0 00652975 +complete_fracture n 1 1 @ 1 0 14292688 +completeness n 2 6 ! @ ~ = + ; 2 1 14460974 04785414 +completion n 2 4 @ ~ + ; 2 2 00557419 00211110 +complex n 4 3 @ ~ ; 4 2 05870365 14817592 07482521 02914991 +complex_absence n 1 1 @ 1 0 14088758 +complex_body_part n 1 2 @ ~ 1 0 05225602 +complex_conjugate n 1 1 @ 1 0 13729732 +complex_fraction n 1 1 @ 1 0 13736057 +complex_instruction_set_computer n 1 3 ! @ ; 1 0 04932561 +complex_instruction_set_computing n 1 3 ! @ ; 1 0 04932561 +complex_number n 1 4 @ ~ %p ; 1 1 13729428 +complex_quantity n 1 4 @ ~ %p ; 1 0 13729428 +complex_sentence n 1 3 @ ~ %p 1 0 06285559 +complexifier n 1 2 @ + 1 0 09947127 +complexion n 5 5 @ ~ = + ; 5 1 04976952 07964324 06211206 04675193 04624289 +complexity n 1 5 ! @ ~ = + 1 1 04766275 +complexness n 1 4 @ ~ = + 1 0 04766275 +compliance n 3 4 ! @ ~ + 3 1 01203676 04641153 01166926 +compliancy n 1 2 @ + 1 0 04641153 +complicatedness n 1 2 @ + 1 0 04766620 +complication n 5 2 @ + 5 2 01076359 13933221 14074041 07423899 04766620 +complicity n 1 1 @ 1 1 13991245 +compliment n 1 3 @ ~ + 1 1 06695227 +compliments n 1 2 @ ; 1 0 06630627 +complin n 1 1 @ 1 0 15230363 +compline n 1 1 @ 1 0 15230363 +component n 3 4 @ ~ #p + 3 3 05868954 13809207 03081021 +component_part n 1 3 @ ~ #p 1 0 13809207 +comportment n 1 3 @ ~ + 1 1 04910377 +composer n 1 3 @ ~ + 1 1 09947232 +composing n 2 3 @ ~ + 2 1 05076472 00939452 +compositae n 1 3 @ #m %m 1 0 11911591 +composite n 2 4 @ ~ #m + 2 1 05870365 11915214 +composite_material n 1 1 @ 1 0 14817783 +composite_number n 1 1 @ 1 0 13594417 +composite_order n 1 1 @ 1 0 04699474 +composite_plant n 1 3 @ ~ #m 1 0 11915214 +composite_school n 1 1 @ 1 0 08413248 +compositeness n 1 1 @ 1 0 05208796 +composition n 9 5 @ ~ %p + - 9 6 05076472 04933544 14588492 07037465 00939452 00929718 06677974 06409752 03081660 +composition_board n 1 2 @ ~ 1 0 14799601 +compositor n 1 2 @ + 1 0 09949946 +compositor's_case n 1 2 @ ; 1 0 02975589 +compost n 1 2 @ + 1 1 14818101 +compost_heap n 1 1 @ 1 0 07961956 +compost_pile n 1 1 @ 1 0 07961956 +composure n 1 4 ! @ ~ + 1 1 04903813 +compote n 1 1 @ 1 0 07611046 +compound n 3 4 @ ~ + ; 3 3 05870180 14818238 03081859 +compound_eye n 1 2 @ %p 1 0 05312427 +compound_fraction n 1 1 @ 1 0 13736057 +compound_fracture n 1 1 @ 1 0 14292796 +compound_interest n 1 1 @ 1 0 13318804 +compound_leaf n 1 2 @ ~ 1 0 13156592 +compound_lens n 1 2 @ ~ 1 0 03081986 +compound_lever n 1 2 @ ~ 1 0 03082127 +compound_microscope n 1 2 @ %p 1 0 03082280 +compound_morphology n 1 1 @ 1 0 06178510 +compound_number n 1 1 @ 1 0 13597147 +compound_pendulum n 1 2 @ ~ 1 0 03927792 +compound_pistil n 1 1 @ 1 0 11677045 +compound_protein n 1 2 @ ~ 1 0 14731135 +compound_sentence n 1 1 @ 1 0 06286100 +compounding n 1 3 @ ~ + 1 1 00378985 +comprehensibility n 1 4 ! @ ~ + 1 0 04819026 +comprehension n 2 3 ! @ + 2 1 05805902 13794034 +comprehensive n 1 1 @ 1 0 07197889 +comprehensive_examination n 1 1 @ 1 0 07197889 +comprehensive_school n 1 1 @ 1 0 08413248 +comprehensiveness n 2 4 @ ~ = + 2 0 14461519 05618293 +compress n 1 2 @ %s 1 1 03082450 +compressed_air n 1 2 @ ~ 1 0 14842378 +compressed_gas n 1 2 @ ~ 1 0 14842226 +compressibility n 1 3 ! @ + 1 0 04938474 +compressing n 1 3 @ ~ + 1 0 00356790 +compression n 4 4 ! @ ~ + 4 0 07419233 07313241 00616083 00356790 +compression_bandage n 1 1 @ 1 0 03082656 +compression_fracture n 1 1 @ 1 0 14292944 +compressor n 1 4 @ ~ %p + 1 0 03082807 +compromise n 2 3 @ ~ + 2 2 01205564 07179342 +compromise_verdict n 1 3 @ ~ ; 1 0 01192633 +compromiser n 1 1 @ 1 0 09970822 +compsognathus n 1 2 @ #m 1 0 01714536 +compton n 1 1 @ 1 0 10905703 +comptonia n 1 3 @ #m %m 1 0 11742175 +comptonia_asplenifolia n 1 2 @ #m 1 0 11742310 +comptonia_peregrina n 1 2 @ #m 1 0 11742310 +comptroller n 1 3 @ ~ + 1 0 09761403 +comptroller_general n 1 1 @ 1 1 09950150 +comptroller_of_the_currency n 2 2 @ #p 2 0 09950318 08142801 +comptrollership n 1 2 @ + 1 0 00590806 +compulsion n 3 3 @ ~ + 3 3 09181330 09183255 00156812 +compulsive n 1 3 @ ~ + 1 1 09950457 +compulsiveness n 1 3 @ ~ + 1 0 04625882 +compulsivity n 1 3 @ ~ + 1 1 04625882 +compulsory_process n 1 1 @ 1 0 05177705 +compunction n 1 2 @ ~ 1 1 07536074 +computation n 2 3 @ ~ + 2 2 00868910 05802185 +computational_linguist n 1 1 @ 1 0 09950728 +computational_linguistics n 1 2 @ ~ 1 0 06168552 +computed_axial_tomography n 1 1 @ 1 0 00901476 +computed_tomography n 1 1 @ 1 0 00901476 +computer n 2 7 @ ~ #p %p + ; - 2 1 03082979 09887034 +computer-aided_design n 1 1 @ 1 0 06567689 +computer-oriented_language n 1 1 @ 1 0 06899633 +computer_accessory n 1 2 @ #p 1 0 03084204 +computer_address n 1 3 @ ~ ; 1 0 06356515 +computer_architecture n 2 3 @ ~ ; 2 0 06725249 04932278 +computer_backup n 1 2 @ ; 1 0 02771840 +computer_business n 1 1 @ 1 0 08066965 +computer_circuit n 1 4 @ ~ #p ; 1 0 03084420 +computer_code n 1 3 @ ~ ; 1 0 06355894 +computer_database n 1 3 @ ~ ; 1 0 06588511 +computer_dealer n 1 1 @ 1 0 08063738 +computer_display n 1 3 @ ~ %p 1 0 03085602 +computer_error n 1 3 @ ~ ; 1 0 07299569 +computer_expert n 1 2 @ ~ 1 0 09950917 +computer_file n 1 3 @ ~ ; 1 0 06509210 +computer_file_name n 1 3 @ %p ; 1 0 06335532 +computer_filename n 1 3 @ %p ; 1 0 06335532 +computer_game n 1 2 @ ~ 1 0 00458890 +computer_graphic n 1 1 @ 1 0 03453696 +computer_graphics n 1 3 @ ~ - 1 0 03084647 +computer_guru n 1 2 @ ~ 1 0 09950917 +computer_hardware n 1 4 @ ~ #p ; 1 0 03493333 +computer_industry n 1 1 @ 1 0 08067565 +computer_keyboard n 1 1 @ 1 0 03085013 +computer_language n 1 1 @ 1 0 06899633 +computer_memory n 1 4 @ ~ #p %p 1 0 03744276 +computer_memory_unit n 1 2 @ ~ 1 0 13601596 +computer_menu n 1 3 @ ~ ; 1 0 06493392 +computer_monitor n 1 1 @ 1 0 03085219 +computer_mouse n 1 2 @ %p 1 0 03793489 +computer_network n 1 4 @ ~ %p ; 1 0 03085333 +computer_operation n 1 2 @ ~ 1 0 13450862 +computer_paper n 1 1 @ 1 0 14820052 +computer_peripheral n 1 4 @ ~ #p ; 1 0 03916720 +computer_program n 1 4 @ ~ %p ; 1 0 06568978 +computer_programing n 1 3 @ ~ - 1 0 00928947 +computer_programme n 1 4 @ ~ %p ; 1 0 06568978 +computer_programmer n 1 3 @ ~ ; 1 0 10481268 +computer_programming n 1 3 @ ~ - 1 0 00928947 +computer_science n 1 5 @ ~ #p ; - 1 0 06128570 +computer_scientist n 1 2 @ ~ 1 0 09951070 +computer_screen n 1 3 @ ~ %p 1 0 03085602 +computer_simulation n 1 3 @ ; - 1 0 05666700 +computer_software n 1 3 @ ~ ; 1 0 06566077 +computer_storage n 1 4 @ ~ #p %p 1 0 03744276 +computer_store n 1 1 @ 1 0 03085781 +computer_system n 1 3 @ ~ %p 1 0 03085915 +computer_technology n 1 2 @ - 1 0 00950705 +computer_user n 1 2 @ ~ 1 0 09951274 +computer_virus n 1 1 @ 1 0 06585816 +computerization n 1 2 @ + 1 0 00102779 +computerized_axial_tomography n 1 1 @ 1 0 00901476 +computerized_axial_tomography_scanner n 1 1 @ 1 0 03084834 +computerized_tomography n 1 1 @ 1 0 00901476 +computing n 2 5 @ ~ #p ; - 2 0 06128570 00868910 +computing_device n 1 6 @ ~ #p %p ; - 1 0 03082979 +computing_machine n 1 6 @ ~ #p %p ; - 1 0 03082979 +computing_system n 1 3 @ ~ %p 1 0 03085915 +comrade n 3 3 @ ~ + 3 1 09945905 09951524 09877124 +comradeliness n 1 2 @ + 1 0 04653627 +comradery n 1 1 @ 1 0 04653627 +comradeship n 1 2 @ + 1 0 04653627 +comstock n 1 1 @ 1 0 10906048 +comstock's_mealybug n 1 2 @ #m 1 0 02251233 +comstock_mealybug n 1 2 @ #m 1 0 02251233 +comstockery n 1 1 @ 1 0 00397647 +comte n 1 1 @ 1 0 10906234 +comte_de_mirabeau n 1 1 @ 1 0 11181634 +comte_de_rochambeau n 1 1 @ 1 0 11266703 +comte_de_saxe n 1 1 @ 1 0 11283300 +comte_donatien_alphonse_francois_de_sade n 1 1 @ 1 0 11278120 +comtesse_du_barry n 1 1 @ 1 0 10943811 +comtism n 1 1 @ 1 0 05993622 +con n 3 4 ! @ ~ + 3 1 06649325 09962966 00779248 +con_artist n 1 1 @ 1 0 09954879 +con_game n 1 2 @ ~ 1 1 00779248 +con_man n 1 1 @ 1 0 09954879 +conacaste n 1 2 @ #m 1 0 11761202 +conakry n 1 2 @ #p 1 0 08947617 +conan_doyle n 1 1 @ 1 0 10906462 +concatenation n 4 3 @ ~ + 4 0 14419737 13793127 08376250 00146443 +concave_lens n 1 1 @ 1 0 03215337 +concave_polygon n 1 3 ! @ ~ 1 0 13866827 +concave_polyhedron n 1 1 @ 1 0 13884384 +concave_shape n 1 2 @ ~ 1 0 13864965 +concaveness n 1 3 @ ~ + 1 0 05070032 +concavity n 2 3 @ ~ + 2 0 13864965 05070032 +concealing n 1 3 @ ~ + 1 0 01048912 +concealment n 3 3 @ ~ + 3 0 14416089 04151940 01048912 +conceding n 1 3 @ ~ + 1 0 07176243 +conceit n 5 3 ! @ ~ 5 1 07508996 07106113 07088868 07068473 04887129 +conceitedness n 1 2 @ ~ 1 0 04887129 +conceivability n 1 2 @ + 1 0 14482299 +conceivableness n 1 2 @ + 1 0 14482299 +conceiver n 1 3 @ ~ + 1 0 10383816 +concentrate n 3 3 @ ~ + 3 3 14837506 07567390 05937878 +concentrated_fire n 1 1 @ 1 0 00989583 +concentration n 7 4 ! @ ~ + 7 6 05038593 05088804 00375071 07413899 05704266 01231980 04865502 +concentration_camp n 2 2 @ ~ 2 1 03086183 14448692 +concentration_gradient n 1 1 @ 1 0 13859692 +concentricity n 1 3 ! @ + 1 0 05073723 +concepcion n 1 1 @ 1 0 08721449 +concept n 1 3 @ ~ + 1 1 05835747 +concept_album n 1 2 @ ~ 1 0 06592078 +conception n 4 4 ! @ ~ + 4 4 05835747 00844847 07328942 05633385 +conceptual_semantics n 1 1 @ 1 0 06180548 +conceptualisation n 2 3 @ ~ + 2 0 05836275 00940842 +conceptualism n 1 2 @ + 1 0 05969537 +conceptuality n 1 3 @ ~ + 1 1 05836275 +conceptualization n 2 3 @ ~ + 2 1 00940842 05836275 +conceptus n 1 3 @ ~ %p 1 0 01458842 +concern n 5 7 ! @ ~ %m + ; - 5 5 05670710 07524529 07504841 05832264 08061042 +concert n 1 4 @ ~ + - 1 1 06892775 +concert-goer n 1 1 @ 1 0 09951616 +concert_band n 1 1 @ 1 0 08249459 +concert_dance n 1 4 @ ~ %p - 1 0 00528667 +concert_grand n 1 1 @ 1 0 03086457 +concert_hall n 1 1 @ 1 1 03086580 +concert_piano n 1 1 @ 1 0 03086457 +concert_pitch n 1 1 @ 1 0 04985580 +concerted_music n 1 2 @ ~ 1 0 07024929 +concertina n 2 3 @ ~ + 2 1 03086868 03086670 +concerto n 1 2 @ ~ 1 1 07043275 +concerto_grosso n 1 1 @ 1 0 07043389 +concession n 3 3 @ ~ + 3 2 06526619 07176243 07216412 +concessionaire n 1 1 @ 1 1 09951717 +concessioner n 1 1 @ 1 0 09951717 +conch n 1 3 @ ~ #m 1 0 01943899 +concha n 1 3 @ ~ ; 1 0 05229198 +conchfish n 1 1 @ 1 0 02572763 +conchologist n 1 2 @ + 1 0 09951835 +conchology n 1 2 @ + 1 0 01015689 +concierge n 1 1 @ 1 1 09951953 +conciliation n 3 2 @ + 3 0 13971561 07151122 01151407 +conciliator n 1 3 @ ~ + 1 0 09952163 +conciseness n 1 2 @ + 1 1 07089024 +concision n 1 1 @ 1 0 07089024 +conclave n 1 1 @ 1 1 08308410 +conclusion n 9 5 @ ~ #p %p + 9 6 05838176 05781541 15267536 07291312 06753030 00209943 07177622 06398401 00162632 +conclusion_of_law n 1 2 @ ; 1 0 01192463 +conclusiveness n 1 4 ! @ = + 1 0 04754440 +concoction n 4 3 @ ~ + 4 0 07882497 07375053 05634219 00926668 +concomitance n 1 2 @ + 1 0 05048690 +concomitant n 1 2 @ ~ 1 0 07284554 +concord n 6 5 @ ~ #p + ; 6 1 09111754 13969243 13797313 09096903 07180183 01283935 +concord_grape n 1 1 @ 1 0 07759194 +concordance n 3 3 @ ~ + 3 0 13969243 07180183 06492040 +concordat n 1 2 @ ~ 1 0 06772260 +concourse n 3 2 @ ~ 3 0 08182716 03086963 00147091 +concrete n 1 4 @ ~ %s + 1 1 14820180 +concrete_jungle n 1 3 @ #p %p 1 0 08509251 +concrete_mixer n 1 1 @ 1 0 03087069 +concrete_representation n 1 2 @ ~ 1 0 05941037 +concreteness n 1 5 ! @ ~ = + 1 0 04759849 +concretion n 4 3 @ ~ + 4 0 13451073 09230768 07419233 00382109 +concretism n 1 3 @ ~ + 1 0 05941037 +concubinage n 1 1 @ 1 0 01055065 +concubine n 1 2 @ ~ 1 0 09952393 +concupiscence n 1 3 @ ~ + 1 0 07487955 +concurrence n 4 3 @ ~ + 4 2 07176682 01205702 13971802 05048301 +concurrency n 2 1 @ 2 0 07176682 01205702 +concurrent_execution n 1 1 @ 1 0 13518279 +concurrent_negligence n 1 2 @ ; 1 0 00739850 +concurrent_operation n 1 1 @ 1 0 13451204 +concurring_opinion n 1 2 @ ; 1 0 06552116 +concussion n 2 2 @ + 2 2 07411490 07409930 +condemnation n 5 4 @ ~ + ; 5 3 06709692 01223257 07233634 14574846 01189282 +condensate n 2 3 @ ~ + 2 0 15008765 11446242 +condensation n 6 4 @ ~ + ; 6 1 06246700 13451348 11446242 07313241 06468123 00357680 +condensation_pump n 1 1 @ 1 0 03087245 +condensation_trail n 1 1 @ 1 0 09255519 +condensed_milk n 1 1 @ 1 1 07846471 +condenser n 4 4 @ ~ #p + 4 1 02955247 03087643 03087521 03087366 +condenser_microphone n 1 1 @ 1 0 03087816 +condensing n 1 3 @ ~ + 1 0 00357680 +condescendingness n 1 2 @ + 1 0 04655168 +condescension n 3 2 @ + 3 1 04888268 06719404 04655168 +condiment n 1 2 @ ~ 1 0 07810907 +condition n 8 5 @ ~ #p + ; 8 4 13920835 06755568 13920429 05822746 14546227 13923440 06770875 05798863 +conditional_contract n 1 1 @ 1 0 06522633 +conditional_probability n 1 1 @ 1 0 05092236 +conditional_reaction n 1 2 @ ~ 1 0 00864226 +conditional_reflex n 1 2 @ ~ 1 0 00864226 +conditional_relation n 1 1 @ 1 0 13860281 +conditional_response n 1 2 @ ~ 1 0 00864226 +conditional_sale n 2 1 @ 2 0 13352341 06528191 +conditionality n 1 2 @ + 1 0 13924069 +conditioned_avoidance n 1 1 @ 1 0 00864680 +conditioned_avoidance_response n 1 1 @ 1 0 00864680 +conditioned_emotion n 1 1 @ 1 0 05759017 +conditioned_emotional_response n 1 1 @ 1 0 05759017 +conditioned_reaction n 1 2 @ ~ 1 1 00864226 +conditioned_reflex n 1 2 @ ~ 1 1 00864226 +conditioned_response n 1 2 @ ~ 1 1 00864226 +conditioned_stimulus n 1 1 @ 1 1 05828425 +conditioner n 3 2 @ + 3 1 00625551 09953178 03088020 +conditioning n 1 3 @ ~ + 1 1 05752921 +conditions n 3 3 @ ~ ; 3 0 13923219 13923030 11524662 +condo n 1 2 @ #p 1 0 03088580 +condolence n 1 2 @ + 1 0 06633692 +condom n 1 1 @ 1 0 03088164 +condominium n 2 3 @ #p %p 2 0 03088580 03088389 +condonation n 1 2 @ + 1 0 01227351 +condor n 1 2 @ ~ 1 0 01619536 +condorcet n 1 1 @ 1 0 10906638 +conduct n 2 3 @ ~ + 2 2 01220984 04897762 +conductance n 1 1 @ 1 0 11503813 +conductance_unit n 1 2 @ ~ 1 0 13633229 +conducting n 2 2 @ + 2 0 01136265 01133760 +conducting_wire n 1 2 @ ~ 1 1 04594489 +conduction n 1 3 @ ~ + 1 1 11512818 +conduction_anaesthesia n 1 1 @ 1 0 14027396 +conduction_anesthesia n 1 1 @ 1 0 14027396 +conduction_aphasia n 1 1 @ 1 0 14098078 +conduction_deafness n 1 1 @ 1 0 14551146 +conductive_hearing_loss n 1 1 @ 1 0 14551146 +conductivity n 1 3 @ ~ + 1 1 11512818 +conductor n 4 4 ! @ ~ + 4 3 09952539 14821043 09953052 03088707 +conductress n 1 1 @ 1 0 09953275 +conduit n 1 2 @ ~ 1 0 03089014 +condylar_process n 1 2 @ #p 1 0 05471837 +condyle n 1 4 @ ~ #p + 1 0 05471629 +condylion n 1 2 @ #p 1 0 05231940 +condyloid_process n 1 2 @ #p 1 0 05471837 +condyloma_acuminatum n 1 1 @ 1 0 04696797 +condylura n 1 2 @ #m 1 0 01889740 +condylura_cristata n 1 1 @ 1 0 01889849 +cone n 4 5 @ ~ #p %p + 4 1 03089348 13872592 11682842 05456257 +cone-nosed_bug n 1 2 @ #m 1 0 02244515 +cone_cell n 1 3 @ #p %p 1 0 05456257 +cone_clutch n 1 1 @ 1 0 03089477 +cone_friction_clutch n 1 1 @ 1 0 03089477 +cone_pepper n 1 2 @ #m 1 0 12900783 +cone_shape n 1 3 @ ~ %p 1 0 13872592 +coneflower n 3 3 @ ~ #m 3 0 12008252 12006766 11962272 +conenose n 1 2 @ #m 1 0 02244515 +conenose_bug n 1 2 @ #m 1 0 02244515 +conepatus n 1 3 @ #m %m 1 0 02446512 +conepatus_leuconotus n 1 2 @ #m 1 0 02446645 +conessi n 1 2 @ #m 1 0 11772879 +conestoga n 1 2 @ #m 1 0 03122295 +conestoga_wagon n 1 2 @ #m 1 1 03122295 +coney n 4 4 @ ~ #m %p 4 0 02569334 02372584 02328429 02324045 +coney_island n 1 2 @ #p 1 0 09120207 +confab n 1 3 @ ~ + 1 0 07134850 +confabulation n 2 4 @ ~ + ; 2 0 07134850 05935535 +confect n 1 2 @ ~ 1 0 07597365 +confection n 2 3 @ ~ + 2 0 07596684 00926668 +confectionary n 1 2 @ ~ 1 0 03089624 +confectioner n 1 2 @ ~ 1 0 09953350 +confectionery n 3 2 @ ~ 3 0 07596967 03089624 00433113 +confederacy n 4 6 @ ~ %m %p = + 4 2 09050244 08303275 08251303 06524935 +confederate n 3 3 @ ~ + 3 1 09953615 09953483 09761068 +confederate_army n 1 1 @ 1 0 08394657 +confederate_flag n 1 1 @ 1 0 04304084 +confederate_jasmine n 1 2 @ #m 1 0 11777552 +confederate_rose n 1 1 @ 1 0 12179122 +confederate_rose_mallow n 1 1 @ 1 0 12179122 +confederate_soldier n 1 2 @ ~ 1 0 09953775 +confederate_states n 1 4 @ %m %p = 1 0 09050244 +confederate_states_of_america n 1 4 @ %m %p = 1 0 09050244 +confederation n 3 3 @ ~ + 3 0 14418822 08303275 01081456 +conferee n 2 3 @ #m + 2 0 09954081 09953965 +conference n 3 4 @ ~ %m + 3 3 08308497 08231184 07142566 +conference_call n 1 2 @ ~ 1 0 06274408 +conference_center n 1 1 @ 1 0 03089753 +conference_house n 1 1 @ 1 1 03089753 +conference_room n 1 2 @ %p 1 1 03089879 +conference_table n 1 2 @ #p 1 0 03090000 +conferment n 1 2 @ + 1 0 01086356 +conferral n 1 2 @ + 1 0 01086356 +conferrer n 2 2 @ ~ 2 0 10025730 09954246 +conferva n 1 2 @ #m 1 0 01401842 +confervoid_algae n 1 1 @ 1 0 01402039 +confession n 5 4 @ ~ + ; 5 3 07216083 06472242 01039307 06727133 06472409 +confession_of_judgement n 1 2 @ ; 1 0 01188273 +confession_of_judgment n 1 2 @ ; 1 0 01188273 +confessional n 1 1 @ 1 0 03090172 +confessor n 2 2 @ + 2 1 09954355 09954479 +confetti n 1 1 @ 1 0 03090278 +confidant n 1 3 @ ~ + 1 1 09954639 +confidante n 1 1 @ 1 1 09954804 +confidence n 5 4 ! @ = + 5 3 05697363 07526505 14483744 13929852 06673435 +confidence_game n 1 2 @ ~ 1 0 00779248 +confidence_man n 1 1 @ 1 0 09954879 +confidence_trick n 1 2 @ ~ 1 0 00779248 +confidential_adviser-advisee_relation n 1 2 @ ; 1 0 13838930 +confidential_information n 1 1 @ 1 0 06651577 +confidentiality n 2 2 @ + 2 1 14416668 05615749 +configuration n 2 4 @ ~ = + 2 2 05731779 05064037 +configurationism n 1 3 @ %p ; 1 0 06141324 +confinement n 4 5 @ ~ #p %p + 4 2 14048441 01146576 13998576 01148614 +confines n 1 2 @ ; 1 1 05126228 +confirmation n 5 3 @ ~ + 5 2 05825245 06650070 07179943 01038895 01038761 +confirmation_hearing n 1 1 @ 1 0 07147511 +confiscation n 1 3 @ ~ + 1 0 00085678 +confit n 1 1 @ 1 0 07581132 +confiture n 1 2 @ ~ 1 0 07597145 +conflagration n 1 2 @ ~ 1 0 07303697 +conflict n 7 5 @ ~ #p + ; 7 5 00958896 07483439 00953559 13980845 04714679 13855377 07181935 +conflict_of_interest n 1 1 @ 1 0 13933391 +confluence n 3 3 @ + ; 3 0 08542634 00380881 00147091 +confluent n 1 1 @ 1 0 09278997 +conflux n 1 1 @ 1 0 00380881 +conformal_projection n 1 1 @ 1 0 03090437 +conformance n 1 3 @ ~ + 1 0 04713692 +conformation n 3 4 @ ~ = + 3 0 13898207 05064037 01203676 +conformational_entropy n 1 1 @ 1 0 05012941 +conformism n 1 4 ! @ ~ + 1 0 06211963 +conformist n 1 4 ! @ + ; 1 0 09957614 +conformity n 5 3 ! @ ~ 5 3 04713692 01203676 06211963 07176804 04801763 +confrere n 1 1 @ 1 1 09935990 +confrontation n 5 3 @ ~ + 5 1 07231728 07181713 07181043 01169744 00651670 +confucian n 1 1 @ 1 0 09955406 +confucianism n 1 1 @ 1 0 05969758 +confucianist n 1 1 @ 1 0 09955406 +confucius n 1 2 @ + 1 0 10906822 +confusedness n 1 3 @ ~ + 1 0 05683582 +confusion n 5 3 @ ~ + 5 2 13975752 05683582 07507912 00379754 00072473 +confutation n 2 2 @ + 2 0 07201105 05826722 +confuter n 1 2 @ + 1 0 10510546 +conga n 2 2 @ + 2 0 07055295 00536516 +conga_line n 1 1 @ 1 0 08432149 +conge n 3 3 @ + ; 3 0 03090598 01141729 00216607 +congealment n 1 1 @ 1 0 13451508 +congee n 4 2 @ ; 4 0 07704205 03090598 01141729 00216607 +congelation n 1 2 @ + 1 0 13451508 +congenator n 1 1 @ 1 0 01328302 +congener n 3 1 @ 3 0 14800842 01328302 00003993 +congeneric n 1 1 @ 1 0 01328302 +congeniality n 2 3 ! @ + 2 0 04712978 04655829 +congenialness n 1 2 @ + 1 0 04712978 +congenital_abnormality n 1 2 @ ~ 1 0 14465048 +congenital_afibrinogenemia n 1 1 @ 1 0 14171492 +congenital_anomaly n 1 2 @ ~ 1 0 14465048 +congenital_defect n 1 2 @ ~ 1 0 14465048 +congenital_disease n 1 2 @ ~ 1 0 14151139 +congenital_disorder n 1 2 @ ~ 1 0 14465048 +congenital_heart_defect n 1 2 @ ~ 1 0 14469014 +congenital_megacolon n 1 1 @ 1 0 14156488 +congenital_pancytopenia n 1 1 @ 1 0 14164866 +conger n 1 2 @ #m 1 0 02527622 +conger_eel n 1 2 @ #m 1 0 02527622 +congeries n 1 2 @ %m 1 0 08418103 +congestion n 2 3 @ ~ + 2 2 14320394 13944747 +congestive_heart_failure n 1 1 @ 1 0 14112719 +congius n 1 3 @ #p %p 1 0 13622209 +conglobation n 2 2 @ + 2 0 13865786 07375214 +conglomerate n 2 3 @ ~ + 2 0 14863031 08058937 +conglomeration n 3 3 @ %m + 3 0 13865786 08418103 07375214 +conglutination n 2 2 @ + 2 0 13571365 00382109 +congo n 4 4 @ #p %m %p 4 1 08734385 09252078 08734044 07934678 +congo_copal n 1 1 @ 1 0 14895498 +congo_eel n 1 2 @ #m 1 0 01638722 +congo_franc n 1 2 @ %p 1 0 13677579 +congo_gum n 1 1 @ 1 0 14895498 +congo_peafowl n 1 1 @ 1 0 01803641 +congo_red n 1 2 @ ; 1 0 14770631 +congo_river n 1 2 @ #p 1 0 09252078 +congo_snake n 1 2 @ #m 1 0 01638722 +congolese n 1 3 @ #m + 1 0 09698644 +congoo_mallee n 1 1 @ 1 0 12337131 +congou n 1 1 @ 1 0 07934678 +congou_tea n 1 1 @ 1 0 07934678 +congratulation n 2 3 @ + ; 2 1 06633896 07140348 +congratulations n 1 2 @ ~ 1 1 06693198 +congregant n 1 1 @ 1 0 09955517 +congregating n 1 2 @ + 1 0 01231686 +congregation n 3 4 @ ~ #m + 3 2 07991364 07976181 01231686 +congregation_of_the_inquisition n 1 1 @ 1 0 08333639 +congregational_christian_church n 1 1 @ 1 0 08091152 +congregational_church n 1 2 @ %m 1 0 08090973 +congregationalism n 1 2 @ + 1 0 06230613 +congregationalist n 1 3 @ #m + 1 0 09955643 +congress n 4 5 @ ~ #m %m %p 4 2 08161757 08308800 08318691 00845523 +congress_boot n 1 1 @ 1 0 03090710 +congress_gaiter n 1 1 @ 1 1 03090710 +congress_of_industrial_organizations n 1 1 @ 1 0 08234298 +congress_of_racial_equality n 1 1 @ 1 0 08308922 +congress_shoe n 1 1 @ 1 0 03090710 +congressional_district n 1 2 @ #p 1 0 08542884 +congressional_medal_of_honor n 1 1 @ 1 0 06707178 +congressional_record n 1 1 @ 1 0 06508417 +congressman n 1 2 @ ~ 1 1 09955781 +congresswoman n 1 2 @ ~ 1 0 09955781 +congreve n 1 1 @ 1 0 10907103 +congridae n 1 3 @ #m %m 1 0 02527498 +congruence n 1 2 @ + 1 0 04714156 +congruity n 1 3 ! @ + 1 0 04714156 +congruousness n 1 3 ! @ + 1 0 04714156 +conic n 1 4 @ ~ + ; 1 0 13872975 +conic_morel n 1 2 @ #m 1 0 13033577 +conic_projection n 1 2 @ ~ 1 0 03090856 +conic_section n 1 3 @ ~ ; 1 0 13872975 +conic_verpa n 1 2 @ #m 1 0 13033396 +conic_waxycap n 1 2 @ #m 1 0 13070875 +conical_buoy n 1 1 @ 1 0 07266879 +conical_projection n 1 2 @ ~ 1 0 03090856 +conidiophore n 1 1 @ 1 0 11549138 +conidiospore n 1 1 @ 1 0 11549009 +conidium n 1 1 @ 1 0 11549009 +conifer n 1 4 @ ~ %p + 1 0 13108841 +coniferales n 1 3 @ #m %m 1 0 11607392 +coniferophyta n 1 3 @ #m %m 1 0 11605708 +coniferophytina n 1 3 @ #m %m 1 0 11605708 +coniferopsida n 1 3 @ #m %m 1 0 11605708 +coniferous_tree n 1 3 @ ~ %p 1 0 13108841 +conilurus n 1 3 @ #m %m 1 0 02334337 +conima n 1 1 @ 1 0 14820641 +coniogramme n 1 3 @ #m %m 1 0 13209647 +coniogramme_japonica n 1 2 @ #m 1 0 13209808 +conium n 1 3 @ #m %m 1 0 12935457 +conium_maculatum n 1 2 @ #m 1 0 12935609 +conjecture n 3 3 @ ~ + 3 1 05891783 06782680 05773923 +conjoined_twin n 1 1 @ 1 0 10595012 +conjugal_family n 1 1 @ 1 0 07973487 +conjugal_right n 1 1 @ 1 0 05177897 +conjugal_visitation n 1 1 @ 1 0 05178220 +conjugal_visitation_right n 1 1 @ 1 0 05178220 +conjugate n 1 2 @ + 1 1 14820425 +conjugate_solution n 1 1 @ 1 0 14820425 +conjugated_protein n 1 2 @ ~ 1 0 14731135 +conjugation n 6 4 @ ~ %m + 6 0 14420954 13804085 08006868 08006741 00847340 00381680 +conjunction n 6 3 @ ~ ; 6 3 05048301 14420954 06325826 13799392 07415167 03605915 +conjunctiva n 1 4 @ ~ #p + 1 0 05315095 +conjunctival_layer_of_bulb n 1 1 @ 1 0 05315382 +conjunctival_layer_of_eyelids n 1 1 @ 1 0 05315612 +conjunctival_veins n 1 1 @ 1 0 05364612 +conjunctive n 1 2 @ ~ 1 0 06325826 +conjunctivitis n 1 2 @ ~ 1 0 14341432 +conjunctivitis_arida n 1 1 @ 1 0 14538113 +conjuncture n 1 1 @ 1 0 07417298 +conjuration n 3 3 @ ~ + 3 0 07160116 05978159 00099951 +conjure_man n 1 1 @ 1 0 10055181 +conjurer n 2 3 @ ~ + 2 0 10280674 10055181 +conjuring n 1 3 @ ~ + 1 0 05978159 +conjuring_trick n 1 2 @ ~ 1 0 00099951 +conjuror n 2 3 @ ~ + 2 0 10280674 10055181 +conjury n 1 3 @ ~ + 1 0 05978159 +conk n 1 3 @ + ; 1 0 05598868 +conker n 1 1 @ 1 0 12768682 +conn's_syndrome n 1 1 @ 1 0 14305149 +connaraceae n 1 2 @ #m 1 0 11746224 +connarus n 1 3 @ #m %m 1 0 11746419 +connarus_guianensis n 1 2 @ #m 1 0 11746600 +connectedness n 2 5 ! @ ~ = + 2 0 14419164 13791389 +connecter n 1 3 @ ~ + 1 0 03091374 +connecticut n 3 3 @ #p %p 3 1 09068444 09252273 09068805 +connecticut_river n 1 2 @ #p 1 0 09252273 +connecticuter n 1 1 @ 1 0 09741904 +connecting_flight n 1 1 @ 1 0 00301443 +connecting_rod n 1 2 @ ~ 1 0 03091044 +connecting_room n 1 1 @ 1 0 03091223 +connection n 9 5 @ ~ = + ; 9 5 13791389 14419164 03091374 09956147 05763916 13870805 09956035 00316989 00145218 +connective n 2 2 @ ~ 2 0 06325826 03091374 +connective_tissue n 1 4 @ ~ %s %p 1 1 05286536 +connectivity n 1 2 @ + 1 0 04918053 +connector n 1 3 @ ~ + 1 0 03091374 +connemara_heath n 1 2 @ #m 1 0 12234669 +connexion n 6 4 @ ~ = + 6 0 13870805 13791389 05763916 03091374 00316989 00145218 +conning_tower n 2 2 @ #p 2 0 03092053 03091907 +conniption n 1 1 @ 1 0 14406303 +connivance n 2 4 @ ~ + ; 2 0 07176962 06689125 +connochaetes n 1 3 @ #m %m 1 0 02421308 +connoisseur n 1 3 @ ~ + 1 1 09956387 +connoisseurship n 1 2 @ + 1 0 05750027 +connolly n 1 1 @ 1 0 10907236 +connors n 1 1 @ 1 0 10907501 +connotation n 2 2 @ + 2 2 06602935 05923566 +conocarpus n 1 2 @ #m 1 0 12324756 +conocarpus_erectus n 1 1 @ 1 0 12324906 +conoclinium n 1 3 @ #m %m 1 0 11955770 +conoclinium_coelestinum n 1 2 @ #m 1 0 11955896 +conodont n 2 2 @ #m 2 0 01476696 01476418 +conodonta n 1 3 @ #m %m 1 0 01476135 +conodontophorida n 1 3 @ #m %m 1 0 01476135 +conoid n 1 3 @ ~ %p 1 0 13872592 +conopodium n 1 3 @ #m %m 1 0 12935982 +conopodium_denudatum n 1 2 @ #m 1 0 12936155 +conospermum n 1 3 @ #m %m 1 0 12216028 +conoy n 1 1 @ 1 0 09653616 +conquering n 1 3 @ ~ + 1 0 00089027 +conqueror n 1 3 @ ~ + 1 1 09956578 +conquest n 3 2 @ ~ 3 2 00089027 00065216 00160532 +conquistador n 1 3 @ ~ ; 1 0 09956780 +conrad n 1 1 @ 1 0 10907647 +conrad_aiken n 1 1 @ 1 0 10810549 +conrad_potter_aiken n 1 1 @ 1 0 10810549 +conradina n 1 3 @ #m %m 1 0 12845732 +conradina_glabra n 1 2 @ #m 1 0 12845908 +consanguinity n 1 4 ! @ + ; 1 0 13813591 +conscience n 3 3 @ ~ + 3 3 09184136 04848492 07506797 +conscience_money n 1 1 @ 1 0 13283187 +conscientious_objector n 1 1 @ 1 1 09957013 +conscientiousness n 2 4 ! @ ~ + 2 0 04848686 04672355 +consciousness n 2 5 ! @ ~ = + 2 2 05675130 05675905 +consciousness-altering_drug n 1 2 @ ~ 1 0 04017137 +conscript n 1 3 @ + ; 1 0 10028765 +conscription n 1 4 @ ~ + ; 1 1 01157850 +consecration n 2 3 @ + ; 2 0 01041111 01040646 +consecutive_operation n 1 1 @ 1 0 13554800 +consensus n 1 2 @ + 1 1 13971901 +consent n 1 3 @ ~ + 1 1 06689667 +consent_decree n 1 2 @ ; 1 0 06540284 +consequence n 3 4 ! @ ~ + 3 3 11410625 07294019 05170574 +conservancy n 2 2 @ ; 2 0 08325530 00819524 +conservation n 3 4 @ ~ + ; 3 2 07419599 00819274 06104073 +conservation_of_charge n 1 1 @ 1 0 06104372 +conservation_of_electricity n 1 1 @ 1 0 06104372 +conservation_of_energy n 1 1 @ 1 0 06104578 +conservation_of_mass n 1 1 @ 1 0 06104844 +conservation_of_matter n 1 1 @ 1 0 06104844 +conservation_of_momentum n 1 1 @ 1 0 06105107 +conservation_of_parity n 1 2 @ ; 1 0 06105314 +conservationist n 1 3 @ ~ + 1 0 10060621 +conservatism n 1 2 @ ~ 1 1 06216160 +conservative n 2 4 ! @ ~ + 2 1 09957156 09957523 +conservative_jew n 1 2 @ #m 1 0 09611548 +conservative_judaism n 2 3 @ %m ; 2 0 08095160 06234619 +conservative_party n 1 1 @ 1 0 08258744 +conservativism n 1 3 @ ~ + 1 0 06216160 +conservativist n 1 2 @ ~ 1 0 09957156 +conservatoire n 1 2 @ ~ 1 0 03092314 +conservator n 2 1 @ 2 0 09983889 09611722 +conservator-ward_relation n 1 2 @ ; 1 0 13839120 +conservatory n 3 2 @ ~ 3 0 08287436 03092314 03092166 +conserve n 1 3 @ ~ + 1 0 07642471 +conserves n 1 2 @ ~ 1 0 07642471 +considerateness n 1 3 @ ~ + 1 0 04841358 +consideration n 6 4 ! @ ~ + 6 4 05784831 05822746 07138915 04841358 13323313 01229793 +consignee n 1 2 @ + 1 0 09958447 +consigner n 1 2 @ + 1 0 09958569 +consignment n 3 2 @ + 3 0 02964389 01165692 00317917 +consignor n 1 2 @ + 1 0 09958569 +consistence n 2 4 @ ~ = + 2 1 04745932 04934546 +consistency n 4 6 ! @ ~ = + ; 4 2 04934546 04745932 14420780 04785195 +consistory n 1 1 @ 1 0 08331121 +consolation n 2 3 @ ~ + 2 1 07492655 01211667 +console n 4 2 @ ; 4 0 03092883 03092656 03092476 02933340 +console_table n 1 1 @ 1 0 03092883 +consolida n 1 3 @ #m %m 1 0 11732309 +consolida_ambigua n 1 2 @ #m 1 0 11732567 +consolidation n 3 3 @ ~ + 3 2 07374633 01237415 09252586 +consomme n 1 2 @ ~ 1 0 07584110 +consonance n 2 2 @ + 2 0 07097548 04984351 +consonant n 2 4 ! @ ~ + 2 2 07115021 07115381 +consonant_rhyme n 1 1 @ 1 0 07097548 +consonant_system n 1 1 @ 1 1 07112942 +consonantal_system n 1 1 @ 1 1 07112942 +consort n 2 3 @ ~ + 2 0 09958724 08188814 +consortium n 1 2 @ ~ 1 0 08236438 +conspecific n 1 1 @ 1 0 01314026 +conspectus n 1 1 @ 1 0 06468328 +conspicuous_consumption n 1 1 @ 1 0 13451665 +conspicuousness n 2 5 ! @ ~ = + 2 0 14434219 04706087 +conspiracy n 3 5 @ ~ %m + ; 3 3 06524935 05908882 08251303 +conspiracy_of_silence n 1 1 @ 1 0 06525406 +conspirator n 1 4 @ ~ #m + 1 1 09958892 +constable n 3 2 @ ; 3 1 09959142 10907851 09959258 +constabulary n 1 3 @ ~ %m 1 0 08209687 +constance n 2 2 @ #p 2 0 09252766 08316965 +constancy n 3 6 ! @ ~ = + ; 3 1 04738641 05708818 04877264 +constant n 2 2 @ ~ 2 1 05858936 13585429 +constant-width_font n 1 1 @ 1 0 06825996 +constant_lambert n 1 1 @ 1 0 11115131 +constant_of_gravitation n 1 3 @ #p ; 1 0 13590327 +constant_of_proportionality n 1 2 @ ~ 1 0 13593634 +constant_quantity n 1 2 @ ~ 1 0 05858936 +constantan n 1 1 @ 1 0 14820747 +constantin_brancusi n 1 1 @ 1 0 10862676 +constantina n 1 2 @ #p 1 0 08814664 +constantine n 2 2 @ #p 2 0 10907962 08706823 +constantine_i n 1 1 @ 1 0 10907962 +constantine_the_great n 1 1 @ 1 0 10907962 +constantinople n 5 3 @ #p %p 5 0 09041785 08314901 08314501 08314327 08313790 +constatation n 1 1 @ 1 1 05893512 +constellation n 2 4 @ ~ %m + 2 1 05731779 09252970 +consternation n 1 2 @ = 1 1 07519773 +constipation n 2 3 @ ~ + 2 0 14371161 00272878 +constituency n 1 3 @ #m %m 1 0 08238156 +constituent n 5 6 @ ~ #m #p + ; 5 2 03081021 09611884 13809207 06312966 05868954 +constitution n 5 5 @ ~ %p + ; 5 2 06533648 00237078 06534132 04933544 03093018 +constitution_of_the_united_states n 1 3 @ %p ; 1 0 06534132 +constitution_state n 1 3 @ #p %p 1 0 09068444 +constitutional n 1 2 @ + 1 0 00284544 +constitutional_convention n 1 2 @ %m 1 0 08309226 +constitutional_union_party n 1 1 @ 1 0 08258974 +constitutionalism n 2 2 @ + 2 0 08361172 06216948 +constitutionalist n 1 2 @ + 1 0 09959387 +constraint n 3 2 @ ~ 3 0 13998781 04081844 01149621 +constriction n 4 3 @ ~ + 4 1 13912992 07313518 05721728 01149911 +constrictor n 1 3 @ ~ + 1 0 01741562 +constrictor_constrictor n 1 1 @ 1 0 01742172 +construal n 1 2 @ + 1 0 06742630 +construct n 1 2 @ ~ 1 0 05835747 +construction n 7 6 ! @ ~ %p + - 7 5 00911048 06313651 05771836 04341686 00873381 07173959 01104637 +construction_industry n 1 1 @ 1 0 08067683 +construction_paper n 1 1 @ 1 0 14820933 +construction_worker n 1 1 @ 1 0 09959527 +constructive_breach n 1 1 @ 1 0 00069444 +constructive_eviction n 1 2 @ ; 1 0 01194904 +constructive_fraud n 1 2 @ ~ 1 0 00777806 +constructive_metabolism n 1 2 @ #p 1 0 13430495 +constructive_possession n 1 2 @ ; 1 0 00810026 +constructive_trust n 1 1 @ 1 0 13361962 +constructiveness n 1 3 ! @ + 1 0 05165745 +constructivism n 1 3 @ %m + 1 0 08465776 +constructivist n 1 3 @ #m + 1 0 09959658 +constructor n 1 3 @ ~ + 1 0 09878275 +consubstantiation n 1 2 @ + 1 0 06188292 +consuetude n 1 1 @ 1 0 00413795 +consuetudinal n 1 1 @ 1 0 06421844 +consuetudinary n 1 1 @ 1 0 06421844 +consul n 1 2 @ + 1 0 09959797 +consulate n 1 2 @ + 1 0 03093427 +consulship n 1 2 @ + 1 0 00590913 +consultancy n 1 2 @ + 1 0 00631712 +consultant n 1 3 @ ~ + 1 1 09774266 +consultation n 3 3 @ ~ + 3 2 07143624 07143137 01264050 +consulting_company n 1 1 @ 1 0 08062464 +consulting_firm n 1 1 @ 1 1 08062464 +consulting_service n 1 2 @ ~ 1 0 00577749 +consumer n 1 3 @ ~ + 1 1 09612848 +consumer_credit n 1 2 @ ~ 1 0 13374426 +consumer_durables n 1 3 @ ~ ; 1 0 03257877 +consumer_finance_company n 1 2 @ ~ 1 0 08421100 +consumer_goods n 1 3 @ ~ ; 1 0 03093574 +consumer_loan n 1 2 @ ~ 1 0 13399782 +consumer_price_index n 1 1 @ 1 0 06641654 +consumer_research n 1 1 @ 1 0 00640721 +consumerism n 2 1 @ 2 0 05995220 00799409 +consummation n 2 3 @ ~ + 2 0 00061792 00061598 +consumption n 4 4 @ ~ + ; 4 1 00838098 14144064 13451804 00356367 +consumption_weed n 1 2 @ #m 1 0 11938261 +consumptive n 1 1 @ 1 0 09960001 +contact n 9 4 @ ~ + ; 9 7 00039297 00124880 14419510 07339329 09960117 06261260 03093792 07279285 03094159 +contact_action n 1 2 @ ~ 1 0 13444131 +contact_arm n 1 2 @ #p 1 0 04593866 +contact_dermatitis n 1 2 @ ~ 1 0 14223074 +contact_lens n 1 1 @ 1 0 03094159 +contact_print n 1 1 @ 1 0 03094347 +contact_sport n 1 2 @ ~ 1 1 00433458 +contadino n 1 1 @ 1 0 09613118 +contagion n 3 3 @ ~ + 3 0 14122235 07360647 06282383 +contagious_abortion n 1 1 @ 1 0 14261508 +contagious_disease n 1 2 @ ~ 1 0 14122235 +container n 1 3 @ ~ + 1 1 03094503 +container_ship n 1 1 @ 1 0 03095699 +container_vessel n 1 1 @ 1 0 03095699 +containerful n 1 2 @ ~ 1 0 13756125 +containership n 1 1 @ 1 0 03095699 +containment n 3 4 @ ~ + ; 3 0 05986948 03095965 01147451 +contaminant n 1 2 @ + 1 0 14821984 +contamination n 3 4 ! @ ~ + 3 1 14487731 14821984 00276987 +conte_alessandro_giuseppe_antonio_anastasio_volta n 1 1 @ 1 0 11368368 +conte_alessandro_volta n 1 1 @ 1 0 11368368 +contemplation n 2 3 @ ~ + 2 2 00878926 05785508 +contemplative n 1 1 @ 1 0 09960315 +contemplativeness n 1 2 @ + 1 0 04660805 +contemporaneity n 2 3 @ = + 2 0 05050668 05048948 +contemporaneousness n 2 3 @ = + 2 0 05050668 05048948 +contemporaries n 1 2 @ ~ 1 1 08369406 +contemporary n 1 1 @ 1 1 09960417 +contemporary_world n 1 1 @ 1 0 15120528 +contempt n 4 4 @ ~ + ; 4 2 07502980 04915687 06715927 01180200 +contempt_of_congress n 1 2 @ ; 1 0 01180398 +contempt_of_court n 1 3 @ ~ ; 1 0 01180557 +contemptibility n 1 2 @ + 1 0 04807971 +contemptuousness n 1 2 @ + 1 0 04888510 +contender n 1 3 @ ~ + 1 0 10533013 +content n 7 4 @ ~ #p + 7 6 07955057 06598915 13816521 13779374 05809192 14412882 04347225 +content_word n 1 3 @ ~ %p 1 0 06289250 +contentedness n 1 2 @ + 1 0 14412882 +contention n 3 3 @ ~ + 3 2 06731378 07183151 01168569 +contentiousness n 1 3 @ ~ + 1 0 04643979 +contentment n 1 4 ! @ ~ + 1 0 07531105 +contents n 1 2 @ #p 1 0 06489659 +contest n 2 3 @ ~ + 2 2 07456188 01168961 +contestant n 2 2 @ ~ 2 1 09613191 10018021 +contestation n 1 3 @ ~ + 1 0 07183151 +contestee n 1 3 @ + ; 1 0 09612131 +contester n 1 3 @ + ; 1 0 09612291 +context n 2 3 @ ~ + 2 2 06284898 14512817 +context_of_use n 1 1 @ 1 0 06284898 +contextual_definition n 1 1 @ 1 0 06744663 +contextualism n 1 1 @ 1 0 05959407 +contiguity n 1 2 @ + 1 0 05085991 +contiguousness n 1 2 @ + 1 0 05085991 +continence n 2 2 @ + 2 1 04882813 04884177 +continency n 1 2 @ + 1 0 04882813 +continent n 2 5 @ ~ #p %p + 2 2 09254614 08696737 +continental_army n 1 1 @ 1 0 08394811 +continental_breakfast n 1 1 @ 1 0 07574780 +continental_congress n 1 1 @ 1 0 08318423 +continental_divide n 1 3 @ %p ; 1 0 08679562 +continental_drift n 1 1 @ 1 0 11434448 +continental_glacier n 1 2 @ ~ 1 0 09255070 +continental_plan n 1 1 @ 1 0 13416106 +continental_quilt n 1 2 @ %s 1 0 03266749 +continental_shelf n 1 1 @ 1 0 09255207 +continental_slope n 1 1 @ 1 0 09255343 +contingence n 1 1 @ 1 0 07290761 +contingency n 2 2 @ + 2 1 07290761 14001973 +contingency_fee n 1 1 @ 1 0 13321081 +contingency_procedure n 1 1 @ 1 0 06583354 +contingent n 2 2 @ ; 2 1 07976420 08404549 +contingent_probability n 1 1 @ 1 0 05092236 +continuance n 3 4 ! @ ~ + 3 1 01017987 15133621 15133488 +continuant n 1 2 @ ~ 1 0 07118367 +continuant_consonant n 1 3 ! @ ~ 1 0 07118367 +continuation n 4 4 ! @ ~ + 4 1 01017987 06399503 06250208 05051896 +continuative n 1 2 @ ~ 1 0 06325826 +continued_fraction n 1 1 @ 1 0 13736550 +continuing_education n 1 1 @ 1 0 00884311 +continuing_trespass n 1 1 @ 1 0 00734783 +continuity n 3 4 ! @ = + 3 1 14422035 07010393 05054130 +continuity_army_council n 1 2 @ ; 1 0 08019281 +continuity_irish_republican_army n 1 2 @ ; 1 0 08019281 +continuo n 1 1 @ 1 0 07032556 +continuous_creation_theory n 1 2 @ ; 1 0 05888572 +continuous_receiver_watch n 1 1 @ 1 0 00881257 +continuous_tense n 1 2 @ ~ 1 0 13805734 +continuousness n 1 2 @ + 1 0 05052587 +continuum n 1 3 @ ~ + 1 1 15123754 +conto n 1 2 @ %p 1 0 13676285 +contopus n 1 3 @ #m %m 1 0 01549314 +contopus_sordidulus n 1 1 @ 1 0 01549641 +contopus_virens n 1 3 @ ~ #m 1 0 01549430 +contortion n 2 2 @ + 2 2 00404726 13885370 +contortionist n 1 2 @ + 1 0 09960545 +contour n 3 4 @ ~ = + 3 2 06801580 05064037 05851517 +contour_feather n 1 1 @ 1 0 01897536 +contour_language n 1 1 @ 1 1 06905141 +contour_line n 1 2 @ ~ 1 0 06801580 +contour_map n 1 1 @ 1 0 03096142 +contour_sheet n 1 1 @ 1 0 03353467 +contra n 1 1 @ 1 0 09612447 +contra_danse n 1 3 @ ~ + 1 0 00539121 +contraband n 1 2 @ + 1 0 03096273 +contrabandist n 1 3 @ ~ + 1 0 10615334 +contrabass n 1 1 @ 1 1 02803934 +contrabassoon n 1 1 @ 1 0 03096439 +contraception n 1 2 @ ~ 1 1 00852181 +contraceptive n 1 2 @ ~ 1 1 03096593 +contraceptive_device n 1 2 @ ~ 1 1 03096593 +contraceptive_diaphragm n 1 1 @ 1 0 03189461 +contraceptive_method n 1 2 @ ~ 1 0 00852181 +contraceptive_pill n 1 3 @ ~ %s 1 0 03936895 +contract n 3 7 @ ~ #p %p + ; - 3 2 06520944 06737394 00491366 +contract_bridge n 1 2 @ ~ 1 0 00491366 +contract_killing n 1 1 @ 1 0 00221480 +contract_law n 1 2 @ - 1 0 06162042 +contract_of_adhesion n 1 1 @ 1 0 06521878 +contract_of_hazard n 1 1 @ 1 0 06528403 +contract_offer n 1 1 @ 1 0 07161613 +contract_under_seal n 1 1 @ 1 0 06524278 +contractile_organ n 1 2 @ ~ 1 0 05289601 +contractility n 1 3 @ ~ + 1 0 05201813 +contracting n 1 2 @ + 1 0 00077981 +contraction n 4 5 ! @ ~ + ; 4 1 00369802 07313241 06289472 00365471 +contractor n 4 4 @ ~ + ; 4 1 09960688 09961012 09960891 05289601 +contracture n 1 2 @ + 1 0 00369399 +contradance n 1 2 @ ~ 1 0 00539121 +contradiction n 3 4 @ ~ + ; 3 2 13857676 07206887 07206596 +contradiction_in_terms n 1 3 @ ~ ; 1 0 07206887 +contradictoriness n 1 3 @ ~ + 1 0 13857486 +contradictory n 1 1 @ 1 0 13783259 +contradistinction n 1 2 @ + 1 1 05748614 +contrafagotto n 1 1 @ 1 0 03096439 +contrail n 1 1 @ 1 0 09255519 +contraindication n 1 4 ! @ + ; 1 0 06797947 +contralto n 2 2 @ ~ 2 1 09961198 06872905 +contraption n 1 2 @ ~ 1 1 02729965 +contrapuntist n 1 2 @ + 1 0 09612580 +contrarian n 1 1 @ 1 0 09612700 +contrariety n 1 1 @ 1 0 13858392 +contrariness n 2 3 @ ~ + 2 0 04909018 04641869 +contrary n 3 1 @ 3 1 13858604 13858270 13783421 +contras n 1 1 @ 1 0 08030185 +contrast n 5 4 @ ~ + ; 5 4 13855627 00651813 05748786 05711084 05126362 +contrast_material n 1 1 @ 1 0 14899687 +contrast_medium n 1 1 @ 1 0 14899687 +contravention n 1 2 @ + 1 0 01170813 +contredanse n 1 3 @ ~ + 1 0 00539121 +contretemps n 1 2 @ ; 1 0 00959645 +contribution n 5 3 @ ~ + 5 4 00787465 13270038 01089778 13269890 01102712 +contributor n 2 2 @ + 2 2 10670310 09961331 +contributory_negligence n 1 2 @ ; 1 0 00740048 +contriteness n 1 2 @ + 1 0 07534700 +contrition n 1 1 @ 1 1 07534700 +contrivance n 6 3 @ ~ + 6 2 02729965 05634457 05905802 05727808 03644248 00940709 +contriver n 1 3 @ ~ + 1 0 10438172 +control n 11 5 @ ~ #p + ; 11 9 05196375 13827205 00830448 05798569 00803617 14441825 04882968 05641959 03096960 09504790 06657202 +control_account n 1 2 @ #p 1 0 13405015 +control_board n 1 3 @ ~ %p 1 0 03098140 +control_center n 1 1 @ 1 0 03097362 +control_character n 1 2 @ ~ 1 0 06820601 +control_circuit n 1 1 @ 1 0 03097535 +control_condition n 1 2 @ #p 1 1 05798569 +control_experiment n 1 1 @ 1 0 05798413 +control_freak n 1 1 @ 1 0 09961469 +control_function n 1 1 @ 1 0 13452117 +control_grid n 1 2 @ #p 1 0 03458552 +control_key n 1 2 @ ; 1 0 03097673 +control_operation n 1 1 @ 1 0 13452117 +control_panel n 1 3 @ ~ %p 1 0 03098140 +control_rod n 1 2 @ #p 1 0 03098515 +control_room n 1 1 @ 1 0 03098688 +control_stick n 1 1 @ 1 0 04317976 +control_stock n 1 1 @ 1 0 13336650 +control_surface n 1 3 @ ~ %p 1 0 02688443 +control_system n 1 2 @ ~ 1 0 03098806 +control_tower n 1 2 @ #p 1 1 03098959 +controlled_substance n 1 2 @ ~ 1 0 03097890 +controller n 3 3 @ ~ + 3 1 09761403 10525134 03096960 +controllership n 1 2 @ + 1 0 00591006 +controlling_interest n 1 1 @ 1 0 13287414 +controversialist n 1 2 @ ~ 1 0 09615465 +controversy n 1 3 @ ~ + 1 1 07183151 +contumacy n 2 3 @ + ; 2 0 01180858 01179564 +contumely n 1 3 @ ~ + 1 0 06715223 +contusion n 2 3 @ ~ + 2 1 14288871 00126100 +conundrum n 1 1 @ 1 0 06785223 +conurbation n 1 2 @ ~ 1 0 08539717 +conuropsis n 1 3 @ #m %m 1 0 01821418 +conuropsis_carolinensis n 1 2 @ #m 1 0 01821554 +convalescence n 1 3 @ ~ + 1 0 13452347 +convalescent n 1 2 @ + 1 0 09961605 +convallaria n 1 3 @ #m %m 1 0 12471366 +convallaria_majalis n 1 2 @ #m 1 0 12471544 +convallariaceae n 1 2 @ #m 1 0 12471150 +convection n 2 3 @ + ; 2 1 13452614 13452750 +convector n 1 1 @ 1 0 03099147 +convener n 1 3 @ + ; 1 0 09961739 +convenience n 4 5 ! @ ~ = + 4 2 14446493 04718563 04018667 02729965 +convenience_food n 1 2 @ ~ 1 0 07593549 +convenience_store n 1 1 @ 1 0 03099274 +conveniences n 1 1 @ 1 0 13366137 +convening n 1 2 @ + 1 0 01231819 +convent n 2 5 @ ~ #p %p + 2 1 03099454 08224413 +conventicle n 2 1 @ 2 0 08384900 03099622 +convention n 5 5 @ ~ = + ; 5 2 08309086 05667613 06774316 04801532 01231819 +conventionalisation n 1 2 @ + 1 0 01159964 +conventionalism n 1 3 @ ~ = 1 0 04801532 +conventionality n 3 5 ! @ ~ = + 3 0 06212155 05650180 04801532 +conventionalization n 1 2 @ + 1 0 01159964 +conventioneer n 1 2 @ + 1 0 09961889 +convergence n 4 4 ! @ ~ + 4 0 07414740 05863106 05764365 00146572 +convergency n 2 4 ! @ ~ + 2 0 05863106 00146572 +convergent_strabismus n 1 1 @ 1 0 14506233 +convergent_thinker n 1 1 @ 1 0 10458111 +convergent_thinking n 1 3 ! @ #p 1 0 05796937 +converging n 1 3 @ ~ + 1 0 00146572 +converging_lens n 1 2 @ ~ 1 0 03099771 +conversance n 1 2 @ + 1 0 05817145 +conversancy n 1 2 @ + 1 0 05817145 +conversation n 1 3 @ ~ + 1 1 07133701 +conversation_piece n 1 1 @ 1 0 05812370 +conversation_stopper n 1 1 @ 1 0 06768394 +conversational_partner n 1 1 @ 1 0 10210911 +conversationalist n 1 3 @ ~ + 1 0 09961999 +conversationist n 1 3 @ ~ + 1 0 09961999 +converse n 1 1 @ 1 0 06751742 +conversion n 9 4 @ ~ + ; 9 4 07415730 05802912 00189106 00094788 13452947 07355194 07102483 01093380 00400083 +conversion_disorder n 1 2 @ ~ 1 0 14386697 +conversion_factor n 1 1 @ 1 0 13593438 +conversion_hysteria n 1 2 @ ~ 1 0 14386697 +conversion_reaction n 1 2 @ ~ 1 0 14386697 +converso n 1 2 @ ~ 1 0 09962214 +convert n 1 3 @ ~ + 1 1 09962414 +converter n 1 3 @ ~ + 1 0 03099945 +convertibility n 1 4 ! @ = + 1 0 04736757 +convertible n 3 2 @ ~ 3 1 03100240 13419325 03100346 +convertible_bond n 1 1 @ 1 0 13337634 +convertible_security n 1 1 @ 1 0 13419325 +convertor n 1 3 @ ~ + 1 0 03099945 +convex_lens n 1 2 @ ~ 1 0 03099771 +convex_polygon n 1 2 ! @ 1 0 13866626 +convex_polyhedron n 1 1 @ 1 0 13884261 +convex_shape n 1 2 @ ~ 1 0 13864153 +convexity n 2 3 @ ~ + 2 1 05070290 13864153 +convexness n 1 3 @ ~ + 1 0 05070290 +conveyance n 5 5 @ ~ %p + ; 5 0 06546633 06252954 03100490 01108402 00315986 +conveyance_of_title n 1 2 @ ~ 1 0 01108402 +conveyancer n 1 3 @ + ; 1 0 09962612 +conveyancing n 1 2 @ ~ 1 0 01108402 +conveyer n 2 5 @ ~ #p + ; 2 0 09962789 03100897 +conveyer_belt n 1 4 @ ~ #p ; 1 0 03100897 +conveying n 1 3 @ ~ + 1 0 01108402 +conveyor n 2 5 @ ~ #p + ; 2 2 09962789 03100897 +conveyor_belt n 1 4 @ ~ #p ; 1 0 03100897 +convict n 2 3 @ ~ + 2 1 09962966 09963159 +convict_fish n 1 2 @ #m 1 0 02649218 +convictfish n 1 2 @ #m 1 0 02649218 +conviction n 2 5 ! @ ~ + ; 2 2 05942888 01189282 +convincingness n 1 1 @ 1 0 05192130 +conviviality n 2 3 @ ~ + 2 0 04653357 00509846 +convocation n 2 2 @ + 2 0 08402222 01230850 +convolution n 3 4 @ ~ #p + 3 0 13878112 05492426 00404959 +convolution_of_broca n 1 2 @ #p 1 0 05488385 +convolvulaceae n 1 3 @ #m %m 1 0 12823164 +convolvulus n 1 3 @ ~ #m 1 0 12823717 +convolvulus_arvensis n 1 2 @ #m 1 0 12824053 +convolvulus_scammonia n 1 1 @ 1 0 12824289 +convolvulus_sepium n 1 2 @ #m 1 0 12825061 +convoy n 3 2 @ + 3 1 08417801 08417673 00827974 +convulsion n 4 3 @ ~ + 4 0 14082788 14082595 13977732 07305438 +cony n 3 4 @ ~ #m %p 3 0 02372584 02328429 02324045 +conyza n 1 3 @ #m %m 1 0 11956208 +conyza_canadensis n 1 2 @ #m 1 0 11956348 +coo n 1 2 @ + 1 0 07381329 +cook n 2 3 @ ~ + 2 1 09963320 10908313 +cook_strait n 1 2 @ #p 1 0 09255768 +cookbook n 1 1 @ 1 0 06413020 +cooke n 2 2 @ ; 2 0 10908756 10908534 +cooker n 1 3 @ ~ + 1 0 03101156 +cookery n 1 5 @ ~ %p + - 1 0 00243918 +cookery_book n 1 1 @ 1 0 06413020 +cookfire n 1 1 @ 1 1 03101302 +cookhouse n 2 3 @ ~ #p 2 0 03412220 03101375 +cookie n 3 3 @ ~ ; 3 1 07635155 09963680 06387538 +cookie_cutter n 1 1 @ 1 0 03101517 +cookie_jar n 1 1 @ 1 0 03101664 +cookie_jar_reserve n 1 1 @ 1 0 13369723 +cookie_sheet n 1 1 @ 1 0 03101796 +cooking n 1 5 @ ~ %p + - 1 1 00243918 +cooking_apple n 1 3 ! @ ~ 1 0 07742012 +cooking_chocolate n 1 1 @ 1 0 07602279 +cooking_oil n 1 1 @ 1 0 07673145 +cooking_pan n 1 2 @ ~ 1 0 03880531 +cooking_stove n 1 3 @ ~ %p 1 0 04330340 +cooking_utensil n 1 2 @ ~ 1 1 03101986 +cookout n 1 3 @ ~ + 1 0 07576577 +cookstove n 1 2 @ %p 1 0 03102371 +cookware n 1 2 @ ~ 1 0 03101986 +cooky n 2 3 @ ~ ; 2 0 09963680 07635155 +cooky_jar n 1 1 @ 1 0 03101664 +cool n 2 2 @ + 2 0 05016001 04904162 +cool_jazz n 1 1 @ 1 0 07063413 +coolant n 1 2 @ + 1 1 14822141 +coolant_system n 1 1 @ 1 0 03102516 +cooler n 3 2 @ + 3 1 03102654 07914006 03102771 +cooley's_anaemia n 1 1 @ 1 0 14195939 +cooley's_anemia n 1 1 @ 1 0 14195939 +coolidge n 1 1 @ 1 0 10908919 +coolie n 1 2 @ ; 1 0 09642917 +cooling n 2 4 @ ~ %p + 2 2 13453160 03102859 +cooling_system n 2 4 @ ~ #p %p 2 0 03103128 03102859 +cooling_tower n 1 1 @ 1 0 03103396 +coolness n 4 3 @ ~ + 4 3 07515328 05015678 04858632 04629604 +coolwart n 1 2 @ #m 1 0 12803754 +cooly n 1 2 @ ; 1 0 09642917 +coon n 3 2 @ ; 3 1 09613559 09638009 02508213 +coon_bear n 1 2 @ #m 1 0 02510455 +coon_cat n 2 2 @ #m 2 0 02509515 02508742 +coondog n 1 1 @ 1 0 02088992 +coonhound n 1 2 @ ~ 1 0 02088839 +coonskin n 1 1 @ 1 0 03103563 +coonskin_cap n 1 1 @ 1 0 03103563 +coontie n 1 1 @ 1 0 11602091 +coop n 2 2 @ ~ 2 1 03016389 02936714 +cooper n 4 2 @ + 4 0 10909471 10909303 10909127 09963773 +cooper's_hawk n 1 2 @ #m 1 0 01606809 +cooper_union n 1 2 @ #p 1 0 03103682 +cooper_union_for_the_advancement_of_science_and_art n 1 2 @ #p 1 0 03103682 +cooperation n 2 4 ! @ ~ + 2 2 01202904 00411384 +cooperative n 2 1 @ 2 2 01100877 08227088 +cooperativeness n 1 2 @ + 1 0 04906026 +cooperator n 1 3 @ ~ + 1 0 09935434 +cooperstown n 1 3 @ #p %p 1 0 09118639 +coordinate n 1 2 @ ~ 1 1 06010930 +coordinate_axis n 1 3 @ ~ #p 1 0 06008896 +coordinate_bond n 1 1 @ 1 0 11437957 +coordinate_clause n 1 2 @ #p 1 0 06314595 +coordinate_geometry n 1 2 @ ; 1 0 06008382 +coordinate_system n 1 3 @ ~ %p 1 0 05728024 +coordinated_universal_time n 1 2 @ ~ 1 0 15130434 +coordinating_conjunction n 2 1 @ 2 0 13799655 06326054 +coordination n 4 4 ! @ ~ + 4 2 05641556 00807273 13800539 05641432 +coordination_compound n 1 2 @ ~ 1 0 14817592 +coordinator n 1 2 @ + 1 1 09963914 +coosa n 1 2 @ #p 1 0 09255921 +coosa_river n 1 2 @ #p 1 0 09255921 +coot n 1 3 @ ~ #m 1 0 02018027 +cooter n 1 2 @ #m 1 0 01668892 +cootie n 1 2 @ #m 1 0 02184720 +cop n 1 3 @ + ; 1 1 09879144 +copaiba n 1 1 @ 1 0 14897620 +copaiba_balsam n 1 1 @ 1 0 14897620 +copal n 1 2 @ ~ 1 0 14895189 +copaline n 1 1 @ 1 0 14895373 +copalite n 1 1 @ 1 0 14895373 +copartner n 1 3 @ + ; 1 0 09964064 +copartnership n 1 2 @ + 1 0 08060878 +cope n 2 2 @ #p 2 0 03503097 03103904 +copeck n 1 2 @ #p 1 0 13699189 +copehan n 1 2 @ ~ 1 0 06924214 +copenhagen n 1 2 @ #p 1 1 08761868 +copepod n 1 4 @ ~ #m #p 1 0 01996585 +copepod_crustacean n 1 4 @ ~ #m #p 1 0 01996585 +copepoda n 1 3 @ #m %m 1 0 01996392 +copernican_system n 1 2 @ ; 1 0 05890642 +copernicia n 1 3 @ #m %m 1 0 12588156 +copernicia_alba n 1 2 @ #m 1 0 12588780 +copernicia_australis n 1 2 @ #m 1 0 12588780 +copernicia_cerifera n 1 3 @ #m %s 1 0 12588320 +copernicia_prunifera n 1 3 @ #m %s 1 0 12588320 +copernicus n 2 1 @ 2 0 10909724 09256182 +copestone n 2 2 @ #p 2 0 05642678 02957427 +copier n 1 3 @ ~ + 1 0 03257586 +copilot n 1 2 @ #m 1 0 09964202 +coping n 1 2 @ #p 1 1 03503097 +coping_saw n 1 1 @ 1 0 03104019 +coping_stone n 1 2 @ #p 1 0 02957427 +copiousness n 1 3 @ ~ + 1 0 05115040 +copland n 1 1 @ 1 0 10909929 +copley n 1 1 @ 1 0 10910076 +copolymer n 1 2 @ + 1 0 14902949 +copout n 1 2 @ + 1 0 00069060 +copper n 5 6 @ ~ #m #s + ; 5 1 14635722 13391774 09879144 04973669 02282385 +copper's_nark n 1 2 @ ; 1 0 10345659 +copper-base_alloy n 1 2 @ ~ 1 0 14822563 +copper_beech n 1 2 @ #m 1 0 12261571 +copper_color n 1 1 @ 1 0 04973669 +copper_glance n 1 2 @ %s 1 0 14670344 +copper_mine n 1 1 @ 1 0 03104147 +copper_nose n 1 1 @ 1 0 14397040 +copper_oxide n 1 1 @ 1 0 14822762 +copper_pyrites n 1 2 @ %s 1 0 14670481 +copper_rockfish n 1 1 @ 1 0 02644360 +copper_sulfate n 1 2 @ ~ 1 0 14822839 +copper_sulphate n 1 2 @ ~ 1 0 14822839 +copperhead n 2 2 @ #m 2 0 01754370 01747589 +copperplate n 3 1 @ 3 0 06350777 03104413 03104247 +copperplate_engraving n 1 1 @ 1 0 03104247 +coppersmith n 1 1 @ 1 0 09964315 +copperware n 1 1 @ 1 0 03104512 +coppice n 1 2 @ ~ 1 0 08437515 +coppola n 1 1 @ 1 0 10910305 +copra n 1 2 @ #s 1 0 07773572 +copra_oil n 1 2 @ #s 1 0 07674161 +coprinaceae n 1 2 @ #m 1 0 13005835 +coprinus n 1 3 @ #m %m 1 0 13005568 +coprinus_atramentarius n 1 2 @ #m 1 0 13005984 +coprinus_comatus n 1 2 @ #m 1 0 13006171 +coprolalia n 1 1 @ 1 0 14503528 +coprolite n 1 1 @ 1 0 09256272 +coprolith n 1 1 @ 1 0 09256360 +coprophagia n 1 1 @ 1 0 00839163 +coprophagy n 1 1 @ 1 0 00839163 +copse n 1 2 @ ~ 1 0 08437515 +copt n 2 3 @ #m + 2 0 09700706 09681234 +coptic n 1 2 @ + 1 0 06990371 +coptic_church n 1 2 @ %m 1 0 08087203 +coptis n 1 3 @ #m %m 1 0 11731861 +coptis_groenlandica n 1 2 @ #m 1 0 11732052 +coptis_trifolia_groenlandica n 1 2 @ #m 1 0 11732052 +copula n 1 2 @ + 1 0 06472824 +copulation n 1 4 @ ~ %p + 1 0 00845523 +copulative n 1 2 @ + 1 0 06472824 +copulative_conjunction n 1 1 @ 1 0 13799967 +copy n 4 5 @ ~ #s + ; 4 3 06505517 03104594 06390512 06676109 +copy_editing n 1 1 @ 1 0 06428105 +copy_editor n 1 1 @ 1 0 09964659 +copybook n 1 1 @ 1 0 06415922 +copycat n 1 2 @ ~ 1 0 09964411 +copyhold n 1 1 @ 1 0 13242923 +copyholder n 1 1 @ 1 0 03105088 +copying n 1 3 @ ~ + 1 0 01019524 +copyist n 1 3 @ ~ + 1 0 09964805 +copyreader n 1 2 @ + 1 0 09964659 +copyright n 1 2 @ + 1 0 06473168 +copyright_infringement n 1 2 @ ~ 1 0 00770834 +copywriter n 1 1 @ 1 0 09965021 +coq_au_vin n 1 1 @ 1 0 07861557 +coquetry n 1 2 @ + 1 0 00512522 +coquette n 1 2 @ + 1 1 09965134 +coquilla_nut n 1 2 @ #p 1 0 12585373 +coquille n 2 1 @ 2 0 07865700 03105214 +coquilles_saint-jacques n 1 1 @ 1 0 07865788 +cor_anglais n 1 1 @ 1 0 03288742 +cor_pulmonale n 1 1 @ 1 0 14367080 +cora n 1 2 @ ; 1 0 09569467 +coracan n 1 2 @ #m 1 0 12118661 +coracias n 1 3 @ #m %m 1 0 01826542 +coracias_garrulus n 1 2 @ #m 1 0 01826680 +coraciidae n 1 3 @ #m %m 1 0 01826223 +coraciiform_bird n 1 3 @ ~ #m 1 0 01825930 +coraciiformes n 1 3 @ #m %m 1 0 01825417 +coracle n 1 1 @ 1 0 03105306 +coragyps n 1 3 @ #m %m 1 0 01620282 +coragyps_atratus n 1 2 @ #m 1 0 01620414 +corakan n 1 2 @ #m 1 0 12118661 +coral n 4 4 @ ~ #p + 4 1 04971820 14823036 07793795 01915811 +coral-root_bittercress n 1 1 @ 1 0 11882237 +coral-wood n 1 2 @ #m 1 0 11758799 +coral_bean n 1 2 @ #m 1 0 12570703 +coral_bean_tree n 1 1 @ 1 0 12528382 +coral_bush n 1 2 @ #m 1 0 12572188 +coral_drops n 1 2 @ #m 1 0 12443736 +coral_fungus n 1 3 @ ~ #m 1 0 12985857 +coral_gem n 1 1 @ 1 0 12545429 +coral_honeysuckle n 1 2 @ #m 1 0 12676703 +coral_necklace n 1 2 @ #m 1 0 11811059 +coral_pea n 1 3 @ ~ #m 1 0 12536871 +coral_reef n 1 2 @ ~ 1 0 09256479 +coral_root n 1 3 @ ~ #m 1 0 12053405 +coral_sea n 2 4 @ #p ; - 2 0 09256663 01276194 +coral_snake n 2 2 @ ~ 2 0 01746359 01745484 +coral_tree n 1 3 @ ~ #m 1 0 12527738 +coral_vine n 1 1 @ 1 0 12537068 +coralbells n 1 2 @ #m 1 0 12798910 +coralberry n 2 2 @ #m 2 0 12677841 12097396 +corallorhiza n 1 3 @ #m %m 1 0 12053138 +corallorhiza_maculata n 1 1 @ 1 0 12053690 +corallorhiza_striata n 1 1 @ 1 0 12053962 +corallorhiza_trifida n 1 1 @ 1 0 12054195 +coralroot n 1 1 @ 1 0 11882237 +coralwood n 1 2 @ #m 1 0 11758799 +coralwort n 1 1 @ 1 0 11882237 +corbel n 1 3 @ + ; 1 0 03105467 +corbel_arch n 1 2 @ ; 1 0 03105645 +corbel_step n 1 2 @ ; 1 0 03105810 +corbett n 1 1 @ 1 0 10910421 +corbie-step n 1 2 @ ; 1 0 03105810 +corbie_gable n 1 2 @ ; 1 0 03105974 +corbiestep n 1 2 @ ; 1 0 03105810 +corbina n 1 1 @ 1 0 02598134 +corchorus n 2 3 @ #m %m 2 0 12204730 12204546 +cord n 4 3 @ ~ + 4 1 03106110 13602401 03106898 03106722 +cord_blood n 1 1 @ 1 0 05402472 +cord_grass n 1 3 @ ~ #m 1 0 12139575 +cordage n 2 2 @ ~ 2 0 13579829 03107046 +cordaitaceae n 1 3 @ #m %m 1 0 11606661 +cordaitales n 1 3 @ #m %m 1 0 11606379 +cordaites n 1 2 @ #m 1 0 11606846 +cordarone n 1 2 @ ; 1 0 02702304 +cordate_leaf n 1 1 @ 1 0 13157780 +corday n 1 1 @ 1 0 10910580 +cordell_hull n 1 1 @ 1 0 11065562 +cordgrass n 1 3 @ ~ #m 1 0 12139575 +cordia n 1 3 @ #m %m 1 0 12818147 +cordia_alliodora n 1 2 @ #m 1 0 12818346 +cordia_gerascanthus n 1 2 @ #m 1 0 12818601 +cordial n 1 2 @ ~ 1 0 07907943 +cordial_reception n 1 1 @ 1 0 06631506 +cordiality n 1 2 @ + 1 0 04655929 +cordierite n 1 2 @ ~ 1 0 14672544 +cordite n 1 2 @ %s 1 0 03107152 +corditis n 1 1 @ 1 0 14341563 +cordoba n 4 3 @ #p %p 4 0 13691269 10910769 09025728 08713136 +cordon n 3 1 @ 3 0 08376948 07267931 03107383 +cordon_bleu n 2 1 @ 2 0 09965424 07268302 +cordova n 3 2 @ #p 3 0 10910769 09025728 08713136 +cordovan n 1 1 @ 1 0 14762145 +cords n 1 2 @ ; 1 0 03107488 +corduroy n 2 3 @ ~ + 2 1 03106722 03107609 +corduroys n 1 2 @ ; 1 1 03107488 +cordwood n 1 1 @ 1 0 15100834 +cordylidae n 1 3 @ #m %m 1 0 01684941 +cordyline n 1 3 @ #m %m 1 0 12478283 +cordyline_australis n 1 2 @ #m 1 0 12478768 +cordyline_terminalis n 1 2 @ #m 1 0 12478506 +cordylus n 1 2 @ #m 1 0 01685107 +core n 10 5 @ ~ #p + ; 10 5 08242223 08524262 09256815 05921123 09256895 08308922 06604066 03108069 03107904 03107716 +core_bit n 1 2 @ #p 1 0 03108455 +core_drill n 1 2 @ %p 1 0 03108624 +core_dump n 1 2 @ ; 1 0 06390051 +core_group n 1 2 @ ~ 1 0 08242223 +core_memory n 1 3 @ %p ; 1 0 03706415 +coreference n 1 3 @ ~ + 1 0 13799063 +coregonidae n 1 3 @ #m %m 1 0 02538730 +coregonus n 1 3 @ #m %m 1 0 02539251 +coregonus_artedi n 1 3 @ #m %p 1 0 02539573 +coregonus_clupeaformis n 1 2 @ #m 1 0 02539424 +coreid n 1 3 @ ~ #m 1 0 02239528 +coreid_bug n 1 3 @ ~ #m 1 0 02239528 +coreidae n 1 3 @ #m %m 1 0 02239347 +coreligionist n 1 1 @ 1 0 09965515 +corelli n 1 1 @ 1 0 10910948 +coreopsis n 1 3 @ ~ #m 1 0 11956850 +coreopsis_gigantea n 1 1 @ 1 0 11957317 +coreopsis_maritima n 1 1 @ 1 0 11957514 +coreopsis_tinctoria n 1 1 @ 1 0 11957678 +corer n 1 1 @ 1 0 03108759 +corespondent n 1 1 @ 1 0 09965625 +corgard n 1 2 @ ; 1 0 03804311 +corgi n 1 2 @ ~ 1 0 02112826 +coriander n 3 4 @ #m #p %p 3 0 12936469 07817465 07817315 +coriander_plant n 1 3 @ #m %p 1 0 12936469 +coriander_seed n 1 2 @ #p 1 0 07817465 +coriandrum n 1 2 @ %m 1 0 12936333 +coriandrum_sativum n 1 3 @ #m %p 1 0 12936469 +coricidin n 1 2 @ ; 1 0 03022978 +corinth n 1 4 @ #p %m + 1 0 08786432 +corinthian n 2 3 @ #m + 2 0 10439727 09711320 +corinthian_order n 1 1 @ 1 0 04699298 +coriolis_effect n 1 2 @ ; 1 0 11413263 +coriolis_force n 1 2 @ ; 1 0 11440123 +corium n 1 2 @ #p 1 0 05243879 +corixa n 1 3 @ #m %m 1 0 02243065 +corixidae n 1 3 @ #m %m 1 0 02242942 +cork n 5 5 @ #m #p + ; 5 1 14823227 14823547 08889400 03108853 02860063 +cork_jacket n 1 2 @ ~ 1 0 03662887 +cork_oak n 1 1 @ 1 0 12278650 +cork_tree n 2 2 @ #m 2 0 12713866 12529220 +corkage n 1 1 @ 1 0 13307995 +corkboard n 1 1 @ 1 0 14823376 +corker n 2 3 @ + ; 2 0 06506603 03109033 +corkscrew n 1 1 @ 1 1 03109150 +corkscrew_flower n 1 2 @ #m 1 0 12577895 +corkwood n 1 2 @ #m 1 0 11742878 +corkwood_family n 1 3 @ #m %m 1 0 11742531 +corkwood_tree n 1 2 @ #m 1 0 11742878 +corm n 1 2 @ + 1 0 13134680 +cormorant n 1 2 @ #m 1 0 02054036 +cormous_plant n 1 2 @ ~ 1 0 13134844 +corn n 7 7 @ ~ #m #p %s %p + 7 3 12143676 12144580 07731952 14364802 12144117 07906877 04627809 +corn_beef n 1 1 @ 1 0 07664266 +corn_belt n 1 2 @ %p 1 0 08543916 +corn_borer n 2 2 @ #m 2 0 02309841 02289610 +corn_borer_moth n 1 2 @ #m 1 0 02289610 +corn_cake n 1 1 @ 1 0 07688021 +corn_campion n 1 2 @ #m 1 0 11805544 +corn_chamomile n 1 2 @ #m 1 0 11923637 +corn_chip n 1 2 @ ~ 1 0 07712748 +corn_chowder n 1 1 @ 1 0 07587618 +corn_cob n 1 2 @ #p 1 0 08544125 +corn_cockle n 1 2 @ #m 1 0 11805544 +corn_dab n 1 1 @ 1 0 07688757 +corn_dance n 1 1 @ 1 0 00542065 +corn_dodger n 1 1 @ 1 0 07688757 +corn_earworm n 1 2 @ #m 1 0 02310334 +corn_exchange n 1 1 @ 1 0 03110937 +corn_field n 1 1 @ 1 0 08544719 +corn_flake n 1 1 @ 1 0 07705303 +corn_fritter n 1 1 @ 1 0 07640105 +corn_gluten n 1 1 @ 1 0 07570447 +corn_gluten_feed n 1 1 @ 1 0 07570530 +corn_lily n 1 2 @ #m 1 0 12417836 +corn_liquor n 1 1 @ 1 0 07902520 +corn_marigold n 1 2 @ #m 1 0 11950686 +corn_mayweed n 2 2 @ #m 2 0 12028424 11923637 +corn_mint n 1 1 @ 1 0 12855365 +corn_muffin n 1 1 @ 1 0 07690511 +corn_oil n 1 3 @ #s %s 1 0 07674267 +corn_poppy n 1 2 @ #m 1 0 11902200 +corn_pudding n 1 1 @ 1 0 07617932 +corn_salad n 1 3 @ ~ #m 1 0 12950669 +corn_silk n 1 1 @ 1 0 12145638 +corn_smut n 1 3 @ ~ #m 1 0 13067191 +corn_snake n 1 2 @ #m 1 0 01732614 +corn_snow n 1 1 @ 1 0 15044122 +corn_speedwell n 1 1 @ 1 0 12890928 +corn_spurrey n 1 2 @ #m 1 0 11817160 +corn_spurry n 1 2 @ #m 1 0 11817160 +corn_stalk n 1 2 @ #p 1 0 11678010 +corn_sugar n 2 1 @ 2 0 14823690 07596362 +corn_syrup n 1 1 @ 1 1 07860548 +corn_tash n 1 1 @ 1 0 07688265 +corn_whiskey n 1 2 @ ~ 1 0 07906877 +corn_whisky n 1 2 @ ~ 1 0 07906877 +cornaceae n 1 3 @ #m %m 1 0 12946088 +cornbread n 1 2 @ ~ 1 0 07687789 +corncob n 1 2 @ #p 1 0 08544125 +corncrake n 1 2 @ #m 1 0 02015797 +corncrib n 1 1 @ 1 0 03109253 +cornea n 1 4 @ ~ #p + 1 0 05317354 +corneal_graft n 1 2 @ ~ 1 0 00681613 +corneal_transplant n 1 2 @ ~ 1 0 00681613 +corned_beef n 1 1 @ 1 0 07664266 +corned_beef_hash n 1 1 @ 1 0 07869522 +corneille n 1 1 @ 1 0 10911104 +cornel n 1 4 @ ~ #m %s 1 0 12946849 +cornelia_otis_skinner n 1 1 @ 1 0 11304669 +cornelian n 1 1 @ 1 0 14801594 +cornelian_cherry n 1 1 @ 1 0 12948495 +cornelis_jansen n 1 1 @ 1 0 11080745 +cornelius_jansenius n 1 1 @ 1 0 11080745 +cornelius_vanderbilt n 1 1 @ 1 0 11359187 +cornell n 2 1 @ 2 0 10911534 10911288 +cornell_university n 1 3 @ #m #p 1 0 03109350 +corner n 11 5 @ ~ #p + ; 11 9 08544419 08544275 03109881 03109486 08659993 13872421 14445072 14408951 09257011 08544593 03109693 +corner_kick n 1 1 @ 1 0 00137709 +corner_man n 1 2 @ #m 1 0 10056719 +corner_pocket n 1 1 @ 1 0 03110100 +corner_post n 1 1 @ 1 1 03110202 +cornerback n 1 1 @ 1 0 09965787 +cornerstone n 3 3 @ ~ #p 3 0 05793554 03110470 03110332 +cornet n 1 3 @ ~ + 1 0 03110669 +cornetfish n 1 2 @ #m 1 0 01454545 +cornetist n 1 3 @ ~ + 1 0 10732010 +corneum n 1 2 @ #p 1 0 05243077 +cornfield n 1 1 @ 1 1 08544719 +cornflour n 1 1 @ 1 0 15054467 +cornflower n 2 2 @ #m 2 0 12475242 11947802 +cornflower_aster n 1 2 @ #m 1 0 12020184 +cornhusk n 1 1 @ 1 0 13139837 +cornhusker n 2 1 @ 2 0 09965905 09744161 +cornhusker_state n 1 3 @ #p %p 1 0 09109444 +cornhusking n 2 1 @ 2 0 08188967 01265071 +cornice n 3 3 @ #p + 3 0 03111296 03111177 03111041 +cornish n 2 1 @ 2 0 06961681 01790398 +cornish_fowl n 1 1 @ 1 0 01790398 +cornish_heath n 1 1 @ 1 0 12228689 +cornish_pasty n 1 1 @ 1 0 07865911 +cornishman n 1 2 @ #m 1 0 09703809 +cornishwoman n 1 2 @ #m 1 0 09703932 +cornmeal n 1 2 @ #s 1 1 07568095 +cornmeal_mush n 1 3 @ ~ %s 1 0 07703333 +cornpone n 1 1 @ 1 0 07688624 +cornsilk n 1 1 @ 1 0 12145638 +cornsmut n 1 3 @ ~ #m 1 0 13067191 +cornstalk n 1 2 @ #p 1 0 11678010 +cornstarch n 1 1 @ 1 0 15054467 +cornu n 1 2 @ ; 1 0 05607001 +cornucopia n 2 2 @ ~ 2 0 06808121 05115804 +cornus n 1 3 @ #m %m 1 0 12946578 +cornus_amomum n 1 1 @ 1 0 12947895 +cornus_canadensis n 1 1 @ 1 0 12948251 +cornus_florida n 1 1 @ 1 0 12947313 +cornus_mas n 1 1 @ 1 0 12948495 +cornus_obliqua n 1 1 @ 1 0 12947756 +cornus_sanguinea n 1 1 @ 1 0 12948053 +cornus_stolonifera n 1 1 @ 1 0 12947544 +cornwall n 1 3 @ #p %m 1 0 08881398 +cornwallis n 1 1 @ 1 0 10911687 +corokia n 1 2 @ #m 1 0 12948633 +corolla n 1 4 @ #p %p ; 1 0 11691046 +corollary n 2 2 @ ; 2 0 07294260 05780563 +corona n 6 4 @ #p + ; 6 1 11427067 11691332 11440802 11440691 05607126 03111483 +corona_borealis n 1 1 @ 1 0 09257141 +corona_discharge n 1 1 @ 1 0 11440802 +coronach n 1 2 @ ~ 1 0 07050619 +coronal n 1 2 @ ~ 1 0 04606014 +coronal_suture n 1 2 @ #p 1 0 05543917 +coronary n 1 2 @ #p 1 0 14102831 +coronary-artery_disease n 1 2 @ ~ 1 0 14108324 +coronary_artery n 1 3 @ ~ #p 1 1 05343718 +coronary_artery_bypass_graft n 1 1 @ 1 0 00675808 +coronary_artery_disease n 1 1 @ 1 0 14108713 +coronary_bypass n 1 1 @ 1 0 00675808 +coronary_bypass_surgery n 1 1 @ 1 0 00675808 +coronary_care_unit n 1 2 @ #p 1 0 08077842 +coronary_failure n 1 2 @ ~ 1 0 14112255 +coronary_heart_disease n 1 2 @ ~ 1 0 14102631 +coronary_insufficiency n 1 1 @ 1 0 14113636 +coronary_occlusion n 1 1 @ 1 0 14102454 +coronary_sinus n 1 1 @ 1 0 05252402 +coronary_thrombosis n 1 2 @ #p 1 0 14102831 +coronation n 1 2 @ + 1 0 07453638 +coroner n 1 1 @ 1 1 09965985 +coronet n 2 2 @ #p 2 0 03111564 02462213 +coronilla n 1 3 @ ~ #m 1 0 12518879 +coronilla_varia n 1 2 @ #m 1 0 12519089 +coronion n 1 2 @ #p 1 0 05232074 +coronoid_process n 1 3 @ ~ #p 1 0 05472032 +coronoid_process_of_the_mandible n 1 3 @ #p %p 1 0 05472205 +coropuna n 1 2 @ #p 1 0 09257280 +corot n 1 1 @ 1 0 10911948 +corozo n 1 2 @ #m 1 0 12589142 +corozo_palm n 1 2 @ #m 1 0 12589142 +corp n 1 3 @ ~ - 1 0 08059412 +corporal n 1 1 @ 1 1 09966139 +corporal_punishment n 1 2 @ ~ 1 0 01161161 +corporality n 1 3 @ ~ = 1 0 04760771 +corporate_bond n 1 1 @ 1 0 13337770 +corporate_executive n 1 2 @ ~ 1 0 09966255 +corporate_finance n 1 2 @ - 1 0 01098968 +corporate_investor n 1 2 @ ~ 1 0 08075929 +corporate_trust n 1 2 @ ~ 1 0 08236621 +corporation n 2 4 @ ~ ; - 2 1 08059412 05556071 +corporation_law n 1 2 @ - 1 0 06162223 +corporatism n 1 1 @ 1 0 05197043 +corporatist n 1 1 @ 1 0 09966470 +corporeality n 1 5 ! @ ~ = + 1 1 04760771 +corposant n 1 1 @ 1 0 11440802 +corps n 2 4 @ ~ #m %m 2 2 08212527 08213079 +corps_de_ballet n 1 2 @ #m 1 0 08189089 +corps_diplomatique n 1 1 @ 1 0 08357647 +corpse n 1 2 @ ~ 1 1 05218119 +corpulence n 1 2 @ + 1 1 05000537 +corpulency n 1 2 @ ~ 1 0 05000342 +corpus n 3 2 @ #p 3 0 13355868 07955455 05221526 +corpus_amygdaloideum n 1 2 @ #p 1 0 05495571 +corpus_callosum n 1 2 @ #p 1 0 05491461 +corpus_christi n 2 2 @ #p 2 0 15193660 09143649 +corpus_delicti n 1 2 @ ; 1 1 06734823 +corpus_geniculatum_laterale n 1 1 @ 1 0 05487694 +corpus_geniculatum_mediale n 1 1 @ 1 0 05487941 +corpus_luteum n 1 3 @ #p + 1 0 05518614 +corpus_mamillare n 1 2 @ #p 1 0 05228020 +corpus_sternum n 1 2 @ #p 1 0 05281452 +corpus_striatum n 1 2 @ %p 1 0 05499542 +corpuscle n 2 4 @ ~ #p + 2 0 14585519 05449268 +corpuscular-radiation_pressure n 1 2 @ ~ 1 1 11497173 +corpuscular_radiation n 1 2 @ ~ 1 1 11499510 +corpuscular_theory n 1 3 ! @ ; 1 0 06106084 +corpuscular_theory_of_light n 1 3 ! @ ; 1 0 06106084 +corral n 1 2 @ + 1 1 03124590 +corrasion n 1 2 @ + 1 0 13423615 +correction n 7 3 @ ~ + 7 3 00258854 13755957 06428537 06714288 05111511 01161821 00662527 +correctional_institution n 1 2 @ ~ 1 0 03111690 +correctional_rehabilitation n 1 1 @ 1 0 00400851 +corrections n 2 1 @ 2 0 08120624 01166092 +correctitude n 1 3 @ ~ = 1 0 04898437 +corrective n 1 2 @ ~ 1 0 03111899 +correctness n 2 5 ! @ ~ = + 2 1 04802198 04899201 +correggio n 1 1 @ 1 0 10912079 +corregidor n 1 3 @ #p ; 1 0 01270343 +correlate n 1 2 @ + 1 0 05858407 +correlation n 3 5 @ ~ #p + ; 3 2 13841651 06032246 06031248 +correlation_coefficient n 1 3 @ ~ ; 1 0 06032246 +correlation_matrix n 1 2 @ ; 1 0 06030049 +correlation_table n 1 2 @ ; 1 0 06030906 +correlational_analysis n 1 4 @ ~ %p ; 1 0 06029830 +correlational_statistics n 1 3 @ ~ #p 1 0 06031248 +correlative n 1 1 @ 1 0 05858407 +correlativity n 1 2 @ + 1 0 13841651 +correspondence n 5 5 @ ~ %p + ; 5 2 06623614 04713428 13817279 05064827 04745240 +correspondence_course n 1 1 @ 1 1 00890320 +correspondence_school n 1 1 @ 1 0 08278589 +correspondent n 2 3 @ ~ + 2 2 09966554 09966710 +corrida n 1 2 @ ~ 1 0 02917163 +corridor n 1 2 @ ~ 1 1 03112099 +corrie n 1 1 @ 1 0 09245515 +corrigenda n 1 1 @ 1 0 06489847 +corrigendum n 1 1 @ 1 0 06769578 +corroborating_evidence n 1 2 @ ; 1 0 06735731 +corroboration n 1 2 @ + 1 0 06650431 +corrodentia n 1 3 @ #m %m 1 0 02260183 +corroding n 1 3 @ ~ + 1 0 13453428 +corrosion n 2 3 @ ~ + 2 0 14561995 13453428 +corrosive n 1 2 @ + 1 0 14823788 +corrosive_sublimate n 1 1 @ 1 0 14950694 +corrugated_board n 1 1 @ 1 0 14800979 +corrugated_cardboard n 1 1 @ 1 0 14800979 +corrugated_fastener n 1 1 @ 1 0 03112240 +corrugated_iron n 1 2 @ %s 1 1 03112431 +corrugation n 2 2 @ + 2 0 13902229 00406485 +corruptibility n 1 3 ! @ + 1 0 04851585 +corruption n 6 4 @ ~ = + 6 1 04853948 14561102 13453640 04850996 00272448 00159396 +corruptness n 2 5 ! @ ~ = + 2 0 14440035 04853948 +corsage n 1 1 @ 1 1 02879087 +corsair n 2 2 @ ~ 2 0 09966941 03112605 +corse n 2 3 @ #p - 2 0 08942091 08941895 +corselet n 1 1 @ 1 0 03112719 +corset n 1 3 @ ~ + 1 0 03112869 +corsica n 2 4 @ #p + - 2 0 08942091 08941895 +corsican_army n 1 2 @ ; 1 0 08015731 +corslet n 1 1 @ 1 0 03112719 +cortaderia n 1 3 @ #m %m 1 0 12114981 +cortaderia_richardii n 1 1 @ 1 0 12115383 +cortaderia_selloana n 1 2 @ #m 1 0 12115180 +cortef n 1 2 @ ; 1 0 14752702 +cortege n 2 3 @ ~ %p 2 0 08429482 08429167 +cortes n 1 1 @ 1 0 10912243 +cortex n 3 7 ! @ ~ #p %s %p + 3 2 05486510 05490578 05320636 +cortez n 1 1 @ 1 0 10912243 +cortical_area n 1 3 @ ~ #p 1 0 05486920 +cortical_cataract n 1 1 @ 1 0 14256014 +cortical_epilepsy n 1 3 @ ~ %p 1 0 14086626 +cortical_potential n 1 3 @ ~ ; 1 1 11431302 +cortical_region n 1 3 @ ~ #p 1 0 05486920 +corticium n 1 3 @ #m %m 1 0 13015229 +corticium_salmonicolor n 1 2 @ #m 1 0 13015509 +corticium_solani n 1 2 @ #m 1 0 13015688 +corticoid n 1 2 @ ~ 1 0 14751417 +corticospinal_tract n 1 3 @ #p %p 1 0 05491612 +corticosteroid n 1 2 @ ~ 1 1 14751417 +corticosterone n 1 1 @ 1 0 14745891 +corticotrophin n 1 1 @ 1 0 05408113 +corticotropin n 1 1 @ 1 1 05408113 +cortina n 1 1 @ 1 0 13073979 +cortinariaceae n 1 3 @ #m %m 1 0 13074084 +cortinarius n 1 3 @ #m %m 1 0 13074277 +cortinarius_armillatus n 1 1 @ 1 0 13074619 +cortinarius_atkinsonianus n 1 2 @ #m 1 0 13074814 +cortinarius_corrugatus n 1 2 @ #m 1 0 13075020 +cortinarius_gentilis n 1 2 @ #m 1 0 13075272 +cortinarius_mutabilis n 1 2 @ #m 1 0 13075441 +cortinarius_semisanguineus n 1 2 @ #m 1 0 13075684 +cortinarius_subfoetidus n 1 2 @ #m 1 0 13075847 +cortinarius_violaceus n 1 2 @ #m 1 0 13076041 +cortisol n 1 1 @ 1 0 14752702 +cortisone n 1 1 @ 1 0 14752952 +cortland n 1 1 @ 1 0 07740033 +cortone_acetate n 1 2 @ ; 1 0 14752952 +corundom n 1 3 @ ~ #s 1 0 14672717 +corundum n 1 3 @ ~ #s 1 0 14672717 +coruscation n 2 2 @ + 2 0 07412668 05619903 +corvee n 1 1 @ 1 0 00621326 +corvette n 1 1 @ 1 0 03113035 +corvidae n 1 3 @ #m %m 1 0 01578341 +corvine_bird n 1 3 @ ~ #m 1 0 01578575 +corvus n 2 3 @ #m %m 2 0 09257429 01578821 +corvus_brachyrhyncos n 1 1 @ 1 0 01579149 +corvus_corax n 1 2 @ #m 1 0 01579260 +corvus_frugilegus n 1 2 @ #m 1 0 01579410 +corvus_monedula n 1 2 @ #m 1 0 01579578 +coryanthes n 1 3 @ #m %m 1 0 12054499 +corydalidae n 1 3 @ #m %m 1 0 02265717 +corydalis n 3 4 @ ~ #m %m 3 0 11904109 11903881 02265860 +corydalis_claviculata n 1 2 @ #m 1 0 11904274 +corydalis_sempervirens n 1 1 @ 1 0 11904477 +corydalis_solida n 1 1 @ 1 0 11904743 +corydalus n 1 3 @ #m %m 1 0 02265860 +corydalus_cornutus n 1 2 @ #m 1 0 02266050 +corylaceae n 1 2 @ #m 1 0 12288422 +corylopsis n 1 3 @ #m %m 1 0 12315424 +corylus n 1 3 @ #m %m 1 0 12288598 +corylus_americana n 1 1 @ 1 0 12289310 +corylus_avellana n 1 1 @ 1 0 12289433 +corylus_avellana_grandis n 1 1 @ 1 0 12289433 +corylus_cornuta n 1 1 @ 1 0 12289585 +corymb n 1 1 @ 1 0 13131282 +corynebacteriaceae n 1 3 @ #m %m 1 0 01366015 +corynebacterium n 1 3 @ ~ #m 1 0 01366276 +corynebacterium_diphtheriae n 1 2 @ #m 1 0 01366700 +corypha n 1 3 @ #m %m 1 0 12589286 +corypha_gebanga n 1 2 @ #m 1 0 12589458 +corypha_umbraculifera n 1 3 @ #m %p 1 0 12589841 +corypha_utan n 1 2 @ #m 1 0 12589458 +coryphaena_equisetis n 1 1 @ 1 0 02582349 +coryphaena_hippurus n 1 1 @ 1 0 02582220 +coryphaenidae n 1 3 @ #m %m 1 0 02581803 +coryphantha n 1 2 @ #m 1 0 11845277 +corythosaur n 1 2 @ #m 1 0 01706686 +corythosaurus n 1 2 @ #m 1 0 01706686 +coryza n 1 2 @ ~ 1 0 14355060 +cos n 2 1 @ 2 0 13787723 07724492 +cos_lettuce n 2 2 @ #m 2 0 11986729 07724492 +cosa_nostra n 1 3 @ %m - 1 0 08245802 +coscoroba n 1 2 @ #m 1 0 01858281 +cosec n 1 1 @ 1 0 13789002 +cosecant n 1 1 @ 1 1 13789002 +cosh n 1 2 @ + 1 0 02847461 +cosignatory n 1 1 @ 1 0 09613690 +cosigner n 2 2 @ + 2 1 09613690 09613853 +cosimo_de_medici n 1 1 @ 1 0 10912451 +cosimo_the_elder n 1 1 @ 1 0 10912451 +cosine n 1 1 @ 1 0 13787723 +cosiness n 1 2 @ + 1 0 14446298 +cosmea n 1 2 @ #m 1 0 11958080 +cosmetic n 1 2 @ ~ 1 0 03113152 +cosmetic_dentistry n 1 1 @ 1 0 06047923 +cosmetic_surgeon n 1 1 @ 1 0 09967270 +cosmetic_surgery n 1 2 @ ~ 1 0 00674158 +cosmetician n 2 2 @ ~ 2 0 09967063 09845999 +cosmetologist n 1 2 @ + 1 0 09967159 +cosmetology n 1 2 @ + 1 0 00631887 +cosmic_background_radiation n 1 2 @ ; 1 0 11441077 +cosmic_dust n 1 2 @ #s 1 0 11441416 +cosmic_microwave_background n 1 2 @ ; 1 0 11441077 +cosmic_microwave_background_radiation n 1 2 @ ; 1 0 11441077 +cosmic_radiation n 1 3 @ ~ %p 1 0 11441561 +cosmic_ray n 1 2 @ #p 1 0 11441707 +cosmic_string n 1 2 @ ; 1 0 09449282 +cosmic_time n 1 2 @ ~ 1 0 15116724 +cosmid n 1 2 @ ; 1 0 01372199 +cosmocampus n 1 3 @ #m %m 1 0 01456296 +cosmocampus_profundus n 1 2 @ #m 1 0 01456454 +cosmogeny n 1 2 @ - 1 0 06098195 +cosmogony n 1 3 @ + - 1 0 06098195 +cosmographer n 1 2 @ + 1 0 09819477 +cosmographist n 1 2 @ + 1 0 09819477 +cosmography n 2 2 @ + 2 0 06123126 03113337 +cosmolatry n 1 1 @ 1 0 01045924 +cosmological_constant n 1 1 @ 1 0 13589546 +cosmologist n 1 3 @ ~ + 1 0 09819667 +cosmology n 2 3 @ + - 2 0 06163223 06098195 +cosmonaut n 1 2 @ ~ 1 0 09818022 +cosmopolitan n 1 2 @ ~ 1 0 09967406 +cosmopolite n 1 2 @ ~ 1 0 09967406 +cosmos n 2 6 @ ~ #m %m %p + 2 1 09466280 11958080 +cosmotron n 1 1 @ 1 0 03113505 +coss n 1 1 @ 1 0 13652529 +cossack n 1 1 @ 1 0 09967555 +cost n 3 3 @ ~ + 3 3 13275847 05145118 05163807 +cost-benefit_analysis n 1 1 @ 1 0 05781953 +cost-of-living_allowance n 1 1 @ 1 0 13274364 +cost-of-living_benefit n 1 1 @ 1 0 13297097 +cost-of-living_index n 1 1 @ 1 0 06641654 +cost-plus_contract n 1 1 @ 1 0 06522784 +cost-pull_inflation n 1 1 @ 1 0 13453737 +cost_accountant n 1 1 @ 1 1 09967816 +cost_accounting n 1 2 @ ~ 1 0 00619011 +cost_analysis n 1 1 @ 1 1 00648790 +cost_cutting n 1 1 @ 1 0 00352778 +cost_increase n 1 1 @ 1 0 05110408 +cost_ledger n 1 1 @ 1 0 13404534 +cost_of_capital n 1 1 @ 1 0 13305932 +cost_of_living n 1 1 @ 1 1 13302001 +cost_overrun n 1 1 @ 1 0 13301835 +costa n 2 6 @ ~ #p %p + ; 2 0 05592126 05279026 +costa_rica n 1 6 @ #m #p %m %p + 1 0 08736107 +costa_rican n 1 2 @ #m 1 0 09698788 +costa_rican_colon n 1 2 @ %p 1 0 13667372 +costa_rican_monetary_unit n 1 2 @ ~ 1 0 13667255 +costal_cartilage n 1 2 @ #p 1 0 05592302 +costal_groove n 1 1 @ 1 0 05223248 +costalgia n 1 1 @ 1 0 14330046 +costanoan n 2 1 @ 2 0 09653805 06924560 +costermonger n 1 1 @ 1 0 09968128 +costia n 1 2 @ #m 1 0 01419573 +costia_necatrix n 1 2 @ #m 1 0 01419573 +costiasis n 1 1 @ 1 0 14262740 +costing n 1 2 @ ; 1 0 00619142 +costliness n 1 2 @ + 1 0 05146272 +costmary n 2 4 @ #m #p %p 2 0 12021499 07817599 +costoaxillary_vein n 1 1 @ 1 0 05364730 +costochondritis n 1 1 @ 1 0 14341652 +costs n 1 1 @ 1 0 13293625 +costume n 4 4 @ ~ %p + 4 2 03113657 03114041 03114236 03113835 +costume_designer n 1 1 @ 1 0 09968259 +costumer n 1 2 @ + 1 0 09968259 +costumier n 1 1 @ 1 0 09968259 +costus_oil n 1 1 @ 1 0 14893406 +costusroot n 1 2 @ #m 1 0 12010188 +cosy n 1 1 @ 1 0 03114379 +cot n 3 2 @ %p 3 0 03342432 03131574 03114504 +cot_death n 1 1 @ 1 0 14310292 +cotacachi n 1 2 @ #p 1 0 09174166 +cotan n 1 1 @ 1 0 13788369 +cotangent n 1 1 @ 1 0 13788369 +cote n 1 1 @ 1 0 03114634 +cote_d'azur n 1 2 @ #p 1 0 08939437 +cote_d'ivoire n 1 3 @ #p %p 1 0 08736517 +cote_d'ivoire_franc n 1 2 @ %p 1 0 13677998 +cotenant n 1 1 @ 1 0 09968433 +coterie n 1 2 @ ~ 1 0 08240633 +cotes_de_provence n 1 1 @ 1 0 07896165 +cothromboplastin n 1 1 @ 1 0 15071503 +cotilion n 2 1 @ 2 0 07449037 00536655 +cotillion n 2 1 @ 2 0 07449037 00536655 +cotinga n 1 3 @ ~ #m 1 0 01550761 +cotingidae n 1 3 @ #m %m 1 0 01550429 +cotinus n 1 3 @ #m %m 1 0 12760013 +cotinus_americanus n 1 1 @ 1 0 12760316 +cotinus_coggygria n 1 1 @ 1 0 12760539 +cotinus_obovatus n 1 1 @ 1 0 12760316 +cotoneaster n 1 3 @ ~ #m 1 0 12625383 +cotoneaster_dammeri n 1 1 @ 1 0 12625670 +cotoneaster_horizontalis n 1 1 @ 1 0 12625823 +cotonou n 1 2 @ #p 1 0 08759852 +cotopaxi n 1 2 @ #p 1 0 09174301 +cotswold n 1 1 @ 1 0 02413484 +cotswold_hills n 1 2 @ #p 1 0 08796707 +cotswolds n 1 2 @ #p 1 0 08796707 +cottage n 1 1 @ 1 1 02919792 +cottage_cheese n 1 1 @ 1 0 07851767 +cottage_dweller n 1 1 @ 1 0 09968549 +cottage_industry n 1 1 @ 1 0 00913427 +cottage_pie n 1 2 @ ; 1 0 07866151 +cottage_pink n 1 1 @ 1 0 11809594 +cottage_tent n 1 1 @ 1 1 03114743 +cottage_tulip n 1 1 @ 1 0 12454793 +cottager n 1 1 @ 1 0 09968549 +cottar n 2 2 @ ~ 2 0 09968741 03114839 +cotter n 3 2 @ ~ 3 0 09968741 09968652 03114839 +cotter_pin n 1 1 @ 1 1 03115014 +cottidae n 1 3 @ #m %m 1 0 02644967 +cottier n 1 1 @ 1 0 09968652 +cotton n 4 7 @ ~ #m #s %s %p + 4 2 14870078 03115180 12175949 03115301 +cotton-seed_tree n 1 2 @ #m 1 0 11938261 +cotton_ball n 1 1 @ 1 0 14279543 +cotton_bollworm n 1 2 @ #m 1 0 02310334 +cotton_cake n 1 1 @ 1 0 14824556 +cotton_candy n 1 1 @ 1 0 07605040 +cotton_fiber n 1 3 @ ~ #s 1 0 14870078 +cotton_flannel n 1 1 @ 1 0 03115400 +cotton_gin n 1 1 @ 1 0 03115525 +cotton_grass n 1 3 @ ~ #m 1 0 12152532 +cotton_mill n 1 1 @ 1 0 03115663 +cotton_mouse n 1 2 @ #m 1 0 02337332 +cotton_plant n 1 4 @ ~ #m %p 1 0 12175949 +cotton_rat n 1 2 @ #m 1 0 02338722 +cotton_rose n 2 3 @ ~ #m 2 0 12179122 11970101 +cotton_rush n 1 3 @ ~ #m 1 0 12152532 +cotton_stainer n 1 2 @ #m 1 0 02245443 +cotton_strain n 1 1 @ 1 0 02248062 +cotton_thistle n 1 2 @ #m 1 0 11998888 +cotton_wool n 1 3 @ ~ #s 1 0 14870078 +cottonmouth n 1 2 @ #m 1 1 01754533 +cottonmouth_moccasin n 1 2 @ #m 1 0 01754533 +cottonseed n 1 3 @ #p %s 1 0 11689815 +cottonseed_cake n 1 1 @ 1 0 14824556 +cottonseed_oil n 1 2 @ #s 1 0 07674393 +cottontail n 1 4 @ ~ #m %p 1 0 02325366 +cottontail_rabbit n 1 4 @ ~ #m %p 1 0 02325366 +cottonweed n 2 2 @ #m 2 0 11921395 11825749 +cottonwick n 1 2 @ #m 1 0 02589196 +cottonwood n 2 2 @ ~ 2 0 12732756 12203896 +cottrell_precipitator n 1 1 @ 1 0 03998673 +cottus n 1 3 @ #m %m 1 0 02645143 +cotula n 1 3 @ #m %m 1 0 11958316 +cotula_coronopifolia n 1 2 @ #m 1 0 11958499 +coturnix n 1 3 @ #m %m 1 0 01804796 +coturnix_communis n 1 1 @ 1 0 01805070 +coturnix_coturnix n 1 1 @ 1 0 01805070 +cotyledon n 1 1 @ 1 0 11686398 +cotyloid_cavity n 1 2 @ #p 1 0 05596224 +cotyloid_joint n 1 2 @ ~ 1 0 05595531 +coucal n 1 3 @ ~ #m 1 0 01824575 +couch n 3 2 @ ~ 3 1 04256520 03115897 03115762 +couch_grass n 1 1 @ 1 0 12105578 +couch_potato n 1 2 @ ; 1 0 09944529 +couchette n 1 2 @ #p 1 0 03116008 +coude_system n 1 1 @ 1 0 03116163 +coude_telescope n 1 1 @ 1 0 03116163 +coue n 1 1 @ 1 0 10912626 +cougar n 1 2 @ #m 1 0 02125311 +cough n 1 3 @ #p + 1 0 14359174 +cough_drop n 1 1 @ 1 0 07607967 +coughing n 1 3 @ #p + 1 0 14359174 +coughing_up n 1 1 @ 1 0 00118445 +coulisse n 2 1 @ 2 0 03116435 03116333 +coulomb n 2 2 @ #p 2 0 13636648 10912802 +coulomb's_law n 1 1 @ 1 0 05876148 +coulter n 1 2 @ #p 1 0 03073384 +coumadin n 1 2 @ ; 1 0 04551205 +coumara_nut n 1 1 @ 1 0 11750173 +coumarone n 1 1 @ 1 0 14898101 +coumarone-indene_resin n 1 1 @ 1 0 14824702 +coumarone_resin n 1 1 @ 1 0 14824702 +coumarouna n 1 3 @ #m %m 1 0 11749742 +coumarouna_odorata n 1 2 @ #m 1 0 11749920 +council n 3 4 @ ~ %m ; 3 1 08310949 08312559 08309409 +council_bluffs n 1 1 @ 1 0 09086509 +council_board n 1 2 @ #p 1 0 03090000 +council_chamber n 1 2 @ ~ 1 0 02857644 +council_member n 1 3 @ ~ #m 1 0 09944763 +council_of_basel-ferrara-florence n 1 1 @ 1 0 08317139 +council_of_chalcedon n 1 1 @ 1 0 08314153 +council_of_constance n 1 1 @ 1 0 08316965 +council_of_economic_advisors n 1 1 @ 1 0 08124496 +council_of_ephesus n 1 1 @ 1 0 08313983 +council_of_trent n 1 1 @ 1 0 08317529 +council_of_vienne n 1 1 @ 1 0 08316748 +council_on_environmental_policy n 1 1 @ 1 0 08128004 +council_table n 1 2 @ #p 1 0 03090000 +council_tax n 1 2 @ ; 1 0 13312754 +councillor n 1 4 @ ~ #m + 1 0 09944763 +councillorship n 1 2 @ + 1 0 00591111 +councilman n 1 1 @ 1 0 09944677 +councilorship n 1 1 @ 1 0 00591111 +councilwoman n 1 1 @ 1 0 09944931 +counsel n 2 4 @ ~ + ; 2 1 09775663 06650701 +counsel_to_the_crown n 1 2 @ ~ 1 0 10235385 +counseling n 1 3 @ ~ + 1 1 06650701 +counselling n 1 3 @ ~ + 1 0 06650701 +counsellor n 3 4 @ ~ + ; 3 0 09969062 09968845 09775663 +counsellorship n 1 2 @ + 1 0 00591236 +counselor n 3 4 @ ~ + ; 3 2 09968845 09969062 09775663 +counselor-at-law n 1 2 @ ; 1 0 09775663 +counselorship n 1 2 @ + 1 0 00591236 +count n 3 2 @ ~ 3 2 13591761 00634586 09969218 +count_alessandro_di_cagliostro n 1 1 @ 1 0 10878672 +count_alessandro_volta n 1 1 @ 1 0 11368368 +count_ferdinand_von_zeppelin n 1 1 @ 1 0 11406141 +count_fleet n 1 1 @ 1 0 02384120 +count_lev_nikolayevitch_tolstoy n 1 1 @ 1 0 11345378 +count_maurice_maeterlinck n 1 1 @ 1 0 11148899 +count_nikolaus_ludwig_von_zinzendorf n 1 1 @ 1 0 11407465 +count_noun n 1 1 @ 1 0 06319799 +count_palatine n 1 1 @ 1 0 09969375 +count_per_minute n 1 1 @ 1 0 15285180 +count_rumford n 1 1 @ 1 0 11339669 +countdown n 1 2 @ + 1 0 00653518 +countenance n 3 5 @ ~ #p + ; 3 3 04679549 06687358 05601357 +counter n 9 6 @ ~ #p %p + ; 9 4 03116530 03117199 03116767 02912065 09969491 07199922 03117420 03116942 00135504 +counter-revolutionist n 1 1 @ 1 0 09969869 +counter-sabotage n 1 1 @ 1 0 00986813 +counter_check n 1 1 @ 1 0 13382614 +counter_conditioning n 1 1 @ 1 0 05759949 +counter_reformation n 1 1 @ 1 0 08474623 +counter_tube n 1 2 @ ~ 1 0 03118346 +counteraction n 1 2 @ + 1 0 00233386 +counterargument n 1 1 @ 1 0 06649108 +counterattack n 2 4 @ ~ + ; 2 1 00978173 00458094 +counterattraction n 1 1 @ 1 0 06615736 +counterbalance n 3 3 @ ~ + 3 1 03118539 13897996 13291189 +counterbattery_fire n 1 1 @ 1 0 00989937 +counterblast n 1 1 @ 1 0 06711705 +counterblow n 1 1 @ 1 0 01173569 +counterbombardment n 1 1 @ 1 0 00990071 +counterbore n 1 1 @ 1 0 03117642 +countercharge n 2 1 @ 2 0 06731069 00974994 +countercheck n 2 1 @ 2 0 14015266 05738894 +counterclaim n 1 3 @ + ; 1 0 01184407 +counterclockwise_rotation n 1 1 @ 1 0 07441494 +countercoup n 1 1 @ 1 0 01145219 +counterculture n 1 2 @ ~ 1 0 05752020 +countercurrent n 2 1 @ 2 0 07404584 01168199 +counterdemonstration n 1 1 @ 1 0 01177990 +counterdemonstrator n 1 1 @ 1 0 09969589 +counterespionage n 1 1 @ 1 0 00654683 +counterexample n 1 1 @ 1 0 05826832 +counterfactuality n 1 3 ! @ + 1 0 04759712 +counterfeit n 1 2 @ + 1 0 03562262 +counterfeiter n 1 3 @ ~ + 1 0 10105085 +counterfire n 1 2 @ ~ 1 0 00989773 +counterfoil n 1 1 @ 1 0 06507815 +counterglow n 1 1 @ 1 0 11442298 +counterinsurgency n 1 2 @ + 1 0 00963749 +counterintelligence n 1 3 @ ~ ; 1 0 00986275 +counterirritant n 1 1 @ 1 0 03117776 +counterman n 1 2 @ ~ 1 0 09969718 +countermand n 1 2 @ + 1 0 07168486 +countermarch n 1 2 @ ; 1 0 00291004 +countermeasure n 1 2 @ ~ 1 0 00174663 +countermine n 1 3 @ + ; 1 0 01077190 +countermortar_fire n 1 1 @ 1 0 00990195 +countermove n 1 2 @ ~ 1 0 00978173 +counteroffensive n 1 1 @ 1 1 00980200 +counteroffer n 1 1 @ 1 0 07164972 +counterpane n 1 2 @ ~ 1 0 02822220 +counterpart n 2 2 @ ~ 2 2 05695806 03117939 +counterperson n 1 2 @ ~ 1 0 09969718 +counterplan n 1 1 @ 1 0 05908391 +counterplay n 1 2 @ ; 1 0 00458094 +counterplea n 1 2 @ ; 1 0 06561343 +counterplot n 1 2 @ + 1 0 05908391 +counterpoint n 1 3 @ + - 1 1 07025419 +counterpoise n 1 3 @ ~ + 1 0 03118539 +counterpoison n 1 2 @ ~ 1 0 02719588 +counterpreparation_fire n 1 1 @ 1 0 00990319 +counterproposal n 1 1 @ 1 1 07162424 +counterpunch n 1 1 @ 1 0 00135504 +counterreformation n 1 1 @ 1 0 14424384 +counterrevolution n 1 2 @ + 1 0 00963057 +counterrevolutionary n 1 1 @ 1 0 09969869 +counterrevolutionist n 1 2 @ + 1 0 09969869 +countershot n 1 1 @ 1 1 00123143 +countersign n 2 2 @ + 2 0 06674188 06405020 +countersignature n 1 2 @ + 1 0 06405020 +countersink n 2 2 @ + 2 0 03118051 03117642 +countersink_bit n 1 1 @ 1 0 03117642 +counterspy n 1 1 @ 1 0 09970192 +counterstain n 1 1 @ 1 0 15053212 +countersubversion n 1 1 @ 1 0 00986663 +countersuit n 1 2 @ ; 1 0 01183373 +countertenor n 2 1 @ 2 0 09970295 06872785 +counterterrorism n 1 2 @ ; 1 0 05906734 +counterterrorist n 1 1 @ 1 0 09970088 +counterterrorist_center n 1 3 @ #p ; 1 0 08125420 +countertop n 1 2 @ #p 1 0 03118245 +countertransference n 1 1 @ 1 0 06247484 +countervailing_duty n 1 1 @ 1 0 13318024 +counterweight n 1 3 @ ~ + 1 0 03118539 +counterwoman n 1 2 @ ~ 1 0 09969718 +countess n 1 1 @ 1 0 09970402 +counting n 1 3 @ ~ + 1 1 00634586 +countinghouse n 1 2 @ ; 1 0 03118846 +countlessness n 1 2 @ + 1 0 05122419 +country n 5 4 @ ~ %m %p 5 5 08168978 08544813 08166552 08644722 08497294 +country-dance n 1 3 @ ~ + 1 0 00539121 +country_and_western n 1 2 @ ~ 1 0 07060440 +country_borage n 1 1 @ 1 0 12845187 +country_club n 1 1 @ 1 1 08229362 +country_dancing n 1 2 @ ~ 1 0 00539121 +country_doctor n 1 1 @ 1 1 09970493 +country_house n 1 2 @ ~ 1 0 03118969 +country_music n 1 2 @ ~ 1 0 07060440 +country_of_origin n 1 2 @ ~ 1 0 08510169 +country_people n 2 1 @ 2 0 07945369 07945236 +country_store n 1 1 @ 1 1 03119203 +countryfolk n 2 1 @ 2 0 07945369 07945236 +countryman n 2 2 @ ~ 2 1 09970963 09971135 +countryseat n 1 1 @ 1 0 13251980 +countryside n 1 1 @ 1 1 08645033 +countrywoman n 2 1 @ 2 0 09971273 09971047 +counts/minute n 1 1 @ 1 0 15285180 +county n 2 4 @ ~ %p ; 2 1 08546183 08546870 +county_agent n 1 1 @ 1 0 09971385 +county_council n 1 2 @ ; 1 0 08357529 +county_courthouse n 1 2 @ #p 1 0 08547143 +county_line n 1 1 @ 1 0 08515911 +county_palatine n 1 1 @ 1 0 08547048 +county_seat n 1 2 @ #p 1 0 08547143 +county_town n 1 3 @ #p ; 1 0 08547300 +coup n 2 2 @ ~ 2 2 01145015 00065336 +coup_d'etat n 1 2 @ ~ 1 0 01145015 +coup_d'oeil n 1 2 @ ~ 1 0 00877625 +coup_de_grace n 1 1 @ 1 0 00219463 +coup_de_main n 1 2 @ ~ 1 0 01246541 +coup_de_theatre n 3 2 @ #p 3 0 07298543 07007444 07007341 +coupe n 1 1 @ 1 0 03119396 +couperin n 1 1 @ 1 0 10913010 +couple n 5 5 @ ~ %p + ; 5 4 07985628 07988857 13771290 13743605 09257563 +coupler n 1 3 @ ~ + 1 0 03119510 +couplet n 2 3 @ ~ %p 2 0 13743605 06378917 +coupling n 3 3 @ ~ + 3 1 04613158 03119510 00847340 +coupon n 2 2 @ ~ 2 2 06518068 05822001 +coupon_bond n 1 1 @ 1 0 13338066 +courage n 1 5 ! @ ~ = + 1 1 04857083 +courageousness n 1 4 @ ~ = + 1 0 04857083 +courante n 1 1 @ 1 0 00526663 +courbaril n 1 3 @ #m %s 1 0 11750508 +courbaril_copal n 1 2 @ #s 1 0 11750745 +courbet n 1 1 @ 1 0 10913203 +coureur_de_bois n 1 1 @ 1 0 09971595 +courgette n 2 3 @ #p %p 2 0 12159804 07716358 +courier n 1 2 @ ~ 1 1 10311021 +courlan n 1 2 @ #m 1 0 02013567 +course n 9 5 @ ~ #p %p + 9 5 00884466 08377085 08681222 00038262 09387222 08238463 07556970 03120029 03119790 +course_catalog n 1 2 @ ~ 1 0 06674947 +course_catalogue n 1 2 @ ~ 1 0 06674947 +course_credit n 1 2 @ ~ 1 0 00065855 +course_of_action n 1 2 @ ~ 1 0 00038262 +course_of_instruction n 1 3 @ ~ %p 1 0 00884466 +course_of_lectures n 1 2 @ #p 1 0 00890441 +course_of_study n 2 3 @ ~ %p 2 0 06676416 00884466 +course_session n 1 2 @ #p 1 0 01232246 +courser n 4 3 @ ~ #m 4 0 09971682 02378625 02087314 02039171 +coursework n 1 2 @ #p 1 0 00885088 +coursing n 1 2 @ + 1 0 00453126 +court n 11 7 @ ~ #p %m %p + ; 11 4 08329453 03120778 08051946 03120491 10913355 08329322 03790755 03649459 03121040 03120198 01229223 +court-martial n 2 4 @ ~ + ; 2 0 08331525 01196316 +court_card n 1 2 @ ~ 1 0 03314028 +court_game n 1 3 @ ~ - 1 0 00479076 +court_of_appeals n 1 2 @ ~ 1 0 08330106 +court_of_assize n 1 1 @ 1 0 08330843 +court_of_assize_and_nisi_prius n 1 1 @ 1 0 08330843 +court_of_chancery n 1 1 @ 1 0 08331011 +court_of_domestic_relations n 1 1 @ 1 0 08332090 +court_of_justice n 1 1 @ 1 0 03649459 +court_of_law n 1 1 @ 1 0 03649459 +court_of_saint_james's n 1 1 @ 1 0 08052135 +court_order n 1 3 @ ~ ; 1 1 06539502 +court_plaster n 1 1 @ 1 0 03121556 +court_tennis n 1 1 @ 1 0 00483705 +courtelle n 1 2 @ ; 1 0 03121190 +courtesan n 1 2 @ ~ 1 0 09952393 +courtesy n 3 4 ! @ ~ = 3 1 01228245 06714874 04912732 +courthouse n 2 3 @ %p ; 2 0 03121431 03121298 +courtier n 1 2 @ ~ 1 1 09971839 +courting n 1 3 @ ~ + 1 0 07188685 +courtliness n 1 2 @ + 1 0 04813283 +courtly_love n 1 2 @ ; 1 0 05668581 +courtroom n 1 4 @ #p %p ; 1 0 03120778 +courtship n 1 2 @ ~ 1 0 07188685 +courtyard n 1 3 @ ~ #p 1 1 03120198 +couscous n 2 1 @ 2 0 07937461 07701597 +cousin n 1 2 @ + 1 1 09972010 +cousin-german n 1 1 @ 1 0 09972010 +cousteau n 1 1 @ 1 0 10913503 +couture n 1 1 @ 1 0 00618642 +couturier n 1 2 @ ~ 1 0 09972157 +couvade n 1 1 @ 1 0 00413904 +couverture n 1 1 @ 1 0 07603930 +covalence n 1 2 @ + 1 0 05034761 +covalency n 1 2 @ + 1 0 05034761 +covalent_bond n 1 2 @ ~ 1 0 11436748 +covariance n 1 3 @ + ; 1 0 06025287 +covariation n 1 3 @ + ; 1 0 06032752 +cove n 2 2 @ ~ 2 1 09257761 09257843 +coven n 1 2 @ %m 1 0 08398467 +covenant n 2 4 @ ~ + ; 2 0 06772260 06525588 +coventry n 2 2 @ #p 2 0 14427633 08879867 +cover n 10 4 @ ~ #p + 10 7 04151940 02849154 01049685 02840619 09257949 04453910 00988893 13318411 03121698 01049992 +cover-up n 1 3 @ ~ + 1 0 01050187 +cover_charge n 1 1 @ 1 0 13318411 +cover_crop n 1 1 @ 1 0 13086438 +cover_girl n 1 1 @ 1 0 09972458 +cover_glass n 1 2 @ #p 1 0 03122573 +cover_letter n 1 1 @ 1 0 06624816 +cover_plate n 1 1 @ 1 0 03123666 +cover_slip n 1 2 @ #p 1 0 03122573 +cover_song n 1 1 @ 1 0 03121698 +cover_version n 1 1 @ 1 0 03121698 +coverage n 3 2 @ + 3 2 13344664 05123760 06683784 +coverall n 1 2 @ ~ 1 0 03121897 +covered_bridge n 1 1 @ 1 0 03122073 +covered_couch n 1 1 @ 1 0 03122202 +covered_option n 1 1 @ 1 0 00080619 +covered_smut n 1 1 @ 1 0 13066448 +covered_stadium n 1 1 @ 1 0 03220692 +covered_stand n 1 2 @ %p 1 0 03452953 +covered_wagon n 1 2 @ #m 1 1 03122295 +covering n 5 3 @ ~ + 5 0 09257949 03122748 01049685 00828082 00712225 +covering_fire n 1 1 @ 1 0 00988893 +covering_letter n 1 1 @ 1 0 06624816 +covering_material n 1 2 @ ~ 1 0 14825062 +coverlet n 1 2 @ + 1 1 03123553 +covert n 2 3 @ ~ %m 2 0 07991780 04151940 +covert_operation n 1 2 @ ~ 1 0 00984195 +covertness n 1 2 @ + 1 0 14416349 +covetousness n 3 2 @ + 3 1 07549979 04945758 00758525 +covey n 2 2 @ %m 2 0 08310309 07991868 +coville n 1 3 @ #m %p 1 0 12723062 +cow n 3 3 @ ~ %p 3 2 02403454 01887787 09972587 +cow's_head n 1 2 @ #m 1 0 13034062 +cow-nosed_ray n 1 2 @ #m 1 0 01499732 +cow-tongue_fern n 1 1 @ 1 0 13174823 +cow_barn n 1 1 @ 1 0 03123809 +cow_chip n 1 1 @ 1 0 09243906 +cow_cockle n 1 2 @ #m 1 0 11818636 +cow_dung n 1 1 @ 1 0 09243906 +cow_lily n 1 2 @ #m 1 0 11716422 +cow_man n 1 1 @ 1 0 09902017 +cow_manure n 1 1 @ 1 0 14863883 +cow_oak n 1 1 @ 1 0 12276628 +cow_parsley n 1 2 @ #m 1 0 12932966 +cow_parsnip n 1 2 @ #m 1 0 12939874 +cow_pasture n 1 1 @ 1 0 08547468 +cow_pen n 1 1 @ 1 0 03124590 +cow_pie n 1 1 @ 1 0 14855066 +cow_pony n 1 1 @ 1 0 02379081 +cow_shark n 1 2 @ #m 1 0 01483021 +cow_town n 1 1 @ 1 0 08671382 +cowage n 2 3 @ #p %p 2 0 12550788 12550408 +coward n 2 3 @ ~ + 2 1 09614047 10913641 +cowardice n 1 4 ! @ ~ = 1 1 04860065 +cowardliness n 1 4 @ ~ = + 1 0 04860065 +cowbarn n 1 1 @ 1 0 03123809 +cowbell n 1 1 @ 1 0 03123917 +cowberry n 2 3 @ #p %p 2 0 12249542 07744057 +cowbird n 1 2 @ #m 1 0 01575117 +cowboy n 3 2 @ ~ 3 1 09972661 09973072 09972946 +cowboy_boot n 1 1 @ 1 0 03124043 +cowboy_hat n 1 1 @ 1 0 03124170 +cowcatcher n 1 2 @ #p 1 0 03328201 +cowfish n 1 2 @ #m 1 0 02654745 +cowgirl n 1 1 @ 1 0 09973422 +cowhand n 1 2 @ ~ 1 1 09972661 +cowherb n 1 2 @ #m 1 0 11818636 +cowherd n 1 2 @ ~ 1 0 09972661 +cowhide n 3 4 @ #s %s + 3 1 14762248 14759444 03124313 +cowhouse n 1 1 @ 1 0 03123809 +cowl n 2 4 @ #p %p + 2 0 03530910 03124474 +cowl_muscle n 1 1 @ 1 0 05591770 +cowlick n 1 1 @ 1 0 05256702 +cowling n 1 4 @ #p %p + 1 1 03530910 +cowman n 1 2 @ ~ 1 0 09972661 +cownose_ray n 1 2 @ #m 1 0 01499732 +cowpea n 3 4 @ #m #p %p 3 0 12578916 12578626 07726672 +cowpea_plant n 1 3 @ #m %p 1 0 12578626 +cowpen_daisy n 1 1 @ 1 0 12031139 +cowpens n 1 3 @ #p ; 1 0 01276436 +cowper n 2 1 @ 2 0 10914006 10913871 +cowper's_gland n 1 2 @ #p 1 0 05523629 +cowpie n 1 1 @ 1 0 14855066 +cowpoke n 1 2 @ ~ 1 0 09972661 +cowpox n 1 1 @ 1 0 14262882 +cowpuncher n 1 2 @ ~ 1 1 09972661 +cowrie n 1 3 @ ~ #m 1 0 01953361 +cowry n 1 3 @ ~ #m 1 0 01953361 +cows n 1 5 @ ~ #m %m %p 1 1 02402425 +cows'_milk n 1 1 @ 1 0 07845335 +cowshed n 1 1 @ 1 0 03123809 +cowskin n 1 2 @ #s 1 0 14762248 +cowslip n 2 2 @ #m 2 0 12091377 11728099 +cowtown n 1 1 @ 1 0 08671382 +cox n 2 3 @ ~ + 2 0 14737847 09973624 +cox's_orange_pippin n 1 1 @ 1 0 07740115 +cox-1 n 1 1 @ 1 0 14738052 +cox-2 n 1 1 @ 1 0 14738295 +cox-2_inhibitor n 1 2 @ ~ 1 0 03124700 +coxa n 1 3 @ #p %p 1 0 05596004 +coxcomb n 3 2 @ #p 3 0 09973490 03061893 01792255 +coxsackie_virus n 1 1 @ 1 0 01338178 +coxsackievirus n 1 1 @ 1 0 01338178 +coxswain n 1 1 @ 1 0 09973624 +coydog n 1 1 @ 1 0 02115012 +coyness n 1 2 @ + 1 1 04788159 +coyol n 1 2 @ #m 1 0 12583681 +coyol_palm n 1 2 @ #m 1 0 12583681 +coyote n 3 2 @ ~ 3 1 02114855 09973903 09973749 +coyote_brush n 1 2 @ #m 1 0 11938732 +coyote_bush n 1 2 @ #m 1 0 11938732 +coyote_state n 1 3 @ #p %p 1 0 09138935 +coypu n 1 2 @ #m 1 0 02366959 +cozenage n 1 2 @ + 1 0 00754280 +coziness n 1 2 @ + 1 0 14446298 +cozy n 1 1 @ 1 0 03114379 +cpa n 1 1 @ 1 0 09905185 +cpi n 2 1 @ 2 0 06641654 06474972 +cpr n 1 2 @ %p 1 0 00832626 +cps n 1 2 @ #p 1 1 15279104 +cpu n 1 4 @ #p %p ; 1 0 02995345 +cpu_board n 1 2 @ #p 1 0 03125057 +cr n 1 3 @ ~ #s 1 1 14635092 +crab n 7 6 @ ~ #m #p + ; 7 1 01976957 09974054 09752657 08686658 07787715 02185167 00445529 +crab-eating_dog n 1 1 @ 1 0 02116185 +crab-eating_fox n 1 1 @ 1 0 02116185 +crab-eating_macaque n 1 1 @ 1 0 02488003 +crab-eating_opossum n 1 2 @ #m 1 0 01875610 +crab-eating_raccoon n 1 1 @ 1 0 02508346 +crab-eating_seal n 1 1 @ 1 0 02076402 +crab_apple n 3 4 @ ~ #p %p 3 0 12634429 12634211 07739344 +crab_cactus n 1 2 @ #m 1 0 11854479 +crab_cocktail n 1 2 @ %p 1 0 07582027 +crab_grass n 1 3 @ ~ #m 1 0 12117017 +crab_legs n 1 1 @ 1 0 07788106 +crab_louis n 1 1 @ 1 0 07808166 +crab_louse n 1 2 @ #m 1 0 02185167 +crab_nebula n 1 2 @ #m 1 0 09258587 +crabapple n 3 4 @ ~ #p %p 3 0 12634429 12634211 07739344 +crabapple_jelly n 1 1 @ 1 0 07643577 +crabbedness n 1 2 @ + 1 0 04641700 +crabbiness n 1 2 @ + 1 0 04641700 +crabby_person n 1 1 @ 1 0 09974054 +crabeater_seal n 1 1 @ 1 0 02076402 +crabgrass n 1 3 @ ~ #m 1 0 12117017 +crabmeat n 1 3 @ ~ #p 1 0 07787715 +crabs n 1 1 @ 1 0 14454874 +cracidae n 1 3 @ #m %m 1 0 01799086 +crack n 10 4 @ ~ + ; 10 4 09258715 03416329 13907272 07381423 14485673 06767777 04693096 03125184 00787061 00376994 +crack-up n 1 3 @ ~ + 1 0 14066492 +crack_addict n 1 1 @ 1 0 09974177 +crack_cocaine n 1 1 @ 1 0 03125184 +crack_of_doom n 1 2 @ ; 1 0 15171307 +crack_shot n 1 2 @ ~ 1 0 10294953 +crack_willow n 1 2 @ #m 1 0 12728322 +crackdown n 1 2 @ + 1 0 01148182 +cracked-wheat_bread n 1 1 @ 1 0 07681805 +cracked_wheat n 1 1 @ 1 0 07803779 +cracker n 5 3 @ ~ + 5 1 07681926 10513938 09974278 03345115 03125352 +cracker_bonbon n 1 1 @ 1 0 03125352 +cracker_crumbs n 1 1 @ 1 0 07622587 +crackerberry n 1 1 @ 1 0 12948251 +crackerjack n 2 1 @ 2 0 10222353 03599212 +cracking n 3 3 @ ~ + 3 2 07381423 00376994 13453861 +crackle n 2 3 @ ~ + 2 1 07381678 03125588 +crackle_china n 1 1 @ 1 0 03125588 +crackleware n 1 1 @ 1 0 03125588 +crackling n 2 3 @ ~ + 2 0 14677485 07381678 +cracklings n 1 1 @ 1 0 07671845 +crackpot n 1 1 @ 1 1 09974496 +cracksman n 1 1 @ 1 0 10546062 +cracow n 1 2 @ #p 1 0 08983413 +cracticidae n 1 3 @ #m %m 1 0 01582625 +cracticus n 1 3 @ #m %m 1 0 01583043 +cradle n 4 3 @ %p + 4 2 03125729 08510456 15142452 04098795 +cradle_cap n 1 1 @ 1 0 14223870 +cradlesong n 2 1 @ 2 0 07051851 00546738 +craft n 5 3 @ ~ + 5 2 00606370 03125870 08436562 05638063 05621178 +craft_fair n 1 1 @ 1 0 01118495 +craft_union n 1 1 @ 1 0 08234493 +crafter n 1 2 @ + 1 1 09975425 +craftiness n 2 2 @ + 2 0 05621178 04876561 +craftsman n 3 3 @ ~ + 3 3 09975630 09975425 09974648 +craftsmanship n 1 3 @ ~ + 1 1 05638063 +crag n 1 1 @ 1 1 09259025 +cragsman n 1 1 @ 1 0 10535604 +craig_ventner n 1 1 @ 1 0 11362573 +craigie n 1 1 @ 1 0 10914134 +crake n 1 2 @ ~ 1 0 02015554 +crambe n 1 3 @ #m %m 1 0 11884198 +crambe_maritima n 1 2 @ #m 1 0 11884384 +crammer n 4 2 @ + 4 0 09975933 09975806 08278707 06414727 +cramp n 3 3 @ ~ + 3 1 14360459 03126251 03126090 +cramp_iron n 1 1 @ 1 0 03126090 +crampbark n 1 2 @ #m 1 0 12680864 +crampfish n 1 2 @ #m 1 0 01496331 +crampon n 2 1 @ 2 0 03126580 03126385 +crampoon n 2 1 @ 2 0 03126580 03126385 +cran n 1 1 @ 1 0 13616688 +cranberry n 2 5 @ ~ #m #s #p 2 0 12245695 07743902 +cranberry_bush n 1 2 @ #m 1 0 12680402 +cranberry_culture n 1 1 @ 1 0 00917961 +cranberry_heath n 1 2 @ #m 1 0 12254168 +cranberry_juice n 1 1 @ 1 0 07924443 +cranberry_sauce n 1 2 @ %s 1 0 07823698 +cranberry_tree n 2 2 @ #m 2 0 12680864 12680402 +crane n 5 4 @ ~ #m + 5 0 10914447 10914331 09295455 03126707 02012849 +crane's_bill n 1 3 @ ~ #m 1 0 12685831 +crane_fly n 1 2 @ #m 1 0 02205219 +cranesbill n 1 3 @ ~ #m 1 0 12685831 +crangon n 1 2 @ #m 1 0 01986681 +crangonidae n 1 3 @ #m %m 1 0 01986538 +cranial_cavity n 1 1 @ 1 0 05392906 +cranial_index n 1 1 @ 1 0 13820826 +cranial_nerve n 1 2 @ ~ 1 0 05476256 +cranial_orbit n 1 3 @ #p %p 1 0 05285275 +craniata n 1 3 @ #m %m 1 0 01471070 +craniate n 1 5 @ ~ #m %p - 1 0 01471682 +craniologist n 1 2 @ + 1 0 10427467 +craniology n 1 3 @ ~ + 1 0 06041805 +craniometer n 1 1 @ 1 0 03126927 +craniometric_point n 1 3 @ ~ #p 1 0 05230603 +craniometry n 1 2 @ + 1 0 06147308 +craniotomy n 1 1 @ 1 0 00668736 +cranium n 1 4 @ #p %p + 1 0 05540513 +crank n 4 3 @ ~ + 4 0 10148305 09974496 03754295 03127024 +crank_call n 1 1 @ 1 1 06273890 +crank_handle n 1 1 @ 1 0 03127302 +crank_letter n 1 1 @ 1 0 06624967 +crankcase n 1 2 @ #p 1 0 03127203 +crankiness n 1 2 @ + 1 0 04641869 +crankshaft n 1 2 @ #p 1 0 03127408 +cranny n 2 1 @ 2 0 13907272 09259104 +crap n 2 3 @ + ; 2 0 14854581 06611376 +crap-shooter n 1 1 @ 1 0 10591678 +crap_game n 1 1 @ 1 0 00509302 +crap_shooting n 1 1 @ 1 0 00509302 +crapaud n 1 2 @ #m 1 0 01643896 +crape n 2 3 @ ~ + 2 0 07641138 03130563 +crape_fern n 1 2 @ #m 1 0 12954353 +crape_jasmine n 1 2 @ #m 1 0 11776511 +crape_myrtle n 1 2 @ #m 1 0 12329260 +crapette n 1 1 @ 1 0 00496760 +crapper n 1 5 @ ~ #p %p + 1 0 04446521 +crappie n 2 5 @ ~ #m #p %p 2 0 07780486 02562796 +craps n 2 5 @ ~ %p ; - 2 0 13743460 00508952 +crapshoot n 2 2 @ ; 2 0 00802785 00509302 +crapshooter n 1 1 @ 1 0 09976024 +crapulence n 1 3 @ ~ + 1 0 00748515 +crash n 5 4 @ ~ + ; 5 4 07380144 07301950 07477945 00126236 07478874 +crash_barrier n 1 1 @ 1 0 03127531 +crash_course n 1 1 @ 1 0 06676709 +crash_dive n 1 1 @ 1 0 00327279 +crash_helmet n 1 2 @ ~ 1 0 03127747 +crash_landing n 1 2 @ ; 1 0 00305519 +crash_program n 1 1 @ 1 0 06676709 +crash_programme n 1 1 @ 1 0 06676709 +crasher n 1 2 @ + 1 0 10121952 +craspedia n 1 3 @ #m %m 1 0 11958742 +crassitude n 1 1 @ 1 0 04844343 +crassness n 1 2 @ + 1 1 04844343 +crassostrea n 1 3 @ #m %m 1 0 01961468 +crassula n 1 2 @ #m 1 0 12785312 +crassulaceae n 1 3 @ #m %m 1 0 12785110 +crataegus n 1 3 @ #m %m 1 0 12626030 +crataegus_aestivalis n 1 2 @ #m 1 0 12627526 +crataegus_apiifolia n 1 2 @ #m 1 0 12626674 +crataegus_biltmoreana n 1 2 @ #m 1 0 12626878 +crataegus_calpodendron n 1 2 @ #m 1 0 12627119 +crataegus_coccinea n 1 1 @ 1 0 12628705 +crataegus_coccinea_mollis n 1 2 @ #m 1 0 12628356 +crataegus_crus-galli n 1 2 @ #m 1 0 12627347 +crataegus_laevigata n 1 2 @ #m 1 0 12627750 +crataegus_marshallii n 1 2 @ #m 1 0 12626674 +crataegus_mollis n 1 2 @ #m 1 0 12628356 +crataegus_monogyna n 1 2 @ #m 1 0 12628060 +crataegus_oxyacantha n 1 1 @ 1 0 12628579 +crataegus_oxycantha n 1 2 @ #m 1 0 12627750 +crataegus_pedicellata n 1 1 @ 1 0 12628705 +crataegus_tomentosa n 1 2 @ #m 1 0 12627119 +crate n 2 3 @ ~ + 2 1 03127925 13766637 +crateful n 1 1 @ 1 0 13766637 +crater n 3 3 @ ~ #p 3 0 09472413 09259376 09259219 +crater_lake_national_park n 1 2 @ #p 1 0 08604085 +crateva n 1 2 @ #m 1 0 11866942 +craton n 1 2 @ #p 1 0 09259500 +cravat n 1 2 @ ~ 1 0 03128085 +craven n 1 1 @ 1 0 10452024 +cravenness n 1 2 @ + 1 0 04860272 +craving n 1 3 @ ~ + 1 0 07485475 +craw n 1 1 @ 1 0 01974055 +crawdad n 2 4 @ ~ #m #p 2 0 07788885 01985128 +crawdaddy n 1 3 @ ~ #m 1 0 01985128 +crawfish n 3 5 @ ~ #m #p %p 3 0 07788885 01985128 01984695 +crawford n 2 1 @ 2 0 10914658 10914548 +crawl n 3 3 @ %p + 3 1 00330035 00570366 00294868 +crawl_space n 1 2 @ #p 1 0 08555710 +crawler n 3 4 @ ~ #m + 3 0 10684827 09976119 01935395 +crawling n 1 2 @ + 1 0 00294868 +crawlspace n 1 2 @ #p 1 0 08555710 +crax n 1 3 @ #m %m 1 0 01799540 +crayfish n 4 5 @ ~ #m #p %p 4 0 07793260 07788885 01985128 01984695 +crayon n 1 2 @ + 1 0 03128248 +craze n 3 3 @ ~ + 3 1 05751173 14391876 04693274 +craziness n 3 3 @ ~ + 3 0 14397889 05647156 00512843 +crazy n 1 2 @ ; 1 0 09976283 +crazy_bone n 1 2 @ #p 1 0 05580662 +crazy_glue n 1 2 @ ; 1 0 14703458 +crazy_horse n 1 1 @ 1 0 10914779 +crazy_house n 1 1 @ 1 0 02820798 +crazy_quilt n 1 1 @ 1 0 03128427 +crazy_weed n 1 3 @ ~ #m 1 0 12554526 +crazyweed n 1 3 @ ~ #m 1 0 12554526 +creak n 1 2 @ + 1 0 07381864 +creaking n 1 2 @ + 1 1 07381864 +cream n 3 3 @ ~ + 3 1 08387035 07847198 03128519 +cream-colored_courser n 1 2 @ #m 1 0 02039497 +cream-of-tartar_tree n 1 3 @ #m %p 1 0 12189779 +cream_cheese n 1 2 @ ~ 1 0 07851298 +cream_of_tartar n 1 1 @ 1 0 15013269 +cream_pitcher n 1 2 @ #m 1 0 03129001 +cream_puff n 1 2 @ ~ 1 0 07628576 +cream_sauce n 1 1 @ 1 0 07837545 +cream_soda n 1 1 @ 1 0 07928163 +cream_violet n 1 1 @ 1 0 12390099 +creamcups n 1 2 @ #m 1 0 11907405 +creamer n 1 2 @ #m 1 0 03129001 +creamery n 1 1 @ 1 0 03128868 +creaminess n 1 2 @ + 1 0 04936690 +crease n 3 4 @ ~ #p + 3 0 13907415 13905792 03628728 +creashak n 1 1 @ 1 0 12231358 +creatin n 1 1 @ 1 0 14825243 +creatine n 1 1 @ 1 0 14825243 +creatine_phosphate n 1 1 @ 1 0 14982421 +creatine_phosphoric_acid n 1 1 @ 1 0 14982421 +creating_by_mental_acts n 1 2 @ ~ 1 0 00927261 +creating_by_removal n 1 2 @ ~ 1 0 00941777 +creating_from_raw_materials n 1 2 @ ~ 1 0 00908909 +creation n 6 6 @ ~ %m %p + ; 6 5 00908492 03129123 07328942 00240184 00237869 09466280 +creation_science n 1 1 @ 1 0 05959785 +creationism n 1 2 @ ~ 1 0 05959578 +creative_activity n 1 2 @ ~ 1 0 00908492 +creative_person n 1 2 @ ~ 1 0 09812338 +creative_thinker n 1 1 @ 1 0 10708292 +creative_thinking n 1 4 @ ~ %p = 1 0 05624700 +creativeness n 1 6 ! @ ~ %p = + 1 1 05624700 +creativity n 1 5 @ ~ %p = + 1 1 05624700 +creator n 2 3 @ ~ + 2 2 09536363 09614315 +creature n 3 7 @ ~ #m %s %p + - 3 3 00015388 09976429 09976551 +creature_comforts n 1 1 @ 1 0 13366137 +creche n 2 1 @ 2 1 03129471 03129636 +crecy n 1 3 @ #p ; 1 0 01276634 +cred n 1 1 @ 1 0 04784525 +credence n 2 2 @ ~ 2 0 06193727 03129753 +credendum n 1 2 @ ; 1 0 06270690 +credential n 1 2 @ ~ 1 0 06471345 +credentials n 1 2 @ ~ 1 0 06471345 +credenza n 1 1 @ 1 0 03129753 +credibility n 1 5 ! @ ~ = + 1 0 04782878 +credibleness n 1 4 @ ~ = + 1 0 04782878 +credit n 9 5 ! @ ~ #p + 9 6 06688274 13378518 13405646 00037200 13374281 00065855 06763681 06346681 05803747 +credit_account n 1 2 @ ~ 1 0 13375604 +credit_analyst n 1 1 @ 1 0 09790666 +credit_application n 1 1 @ 1 0 06512943 +credit_bureau n 1 1 @ 1 0 08354065 +credit_card n 1 3 @ ~ %p 1 0 13376012 +credit_crunch n 1 1 @ 1 0 14488912 +credit_entry n 1 1 @ 1 0 13405646 +credit_hour n 1 1 @ 1 0 00066075 +credit_line n 2 3 @ ~ %p 2 0 13379413 06348885 +credit_order n 1 2 @ ~ 1 0 06529630 +credit_rating n 1 1 @ 1 0 05803747 +credit_side n 1 1 @ 1 0 13406374 +credit_system n 1 1 @ 1 1 05903112 +credit_union n 1 1 @ 1 0 08234628 +creditor n 1 4 ! @ ~ + 1 0 09976728 +credits n 1 2 @ #p 1 0 06489968 +creditworthiness n 1 2 @ + 1 0 04669063 +credo n 1 2 @ ~ 1 1 05959954 +credulity n 1 3 @ ~ + 1 0 04895558 +credulousness n 1 2 @ + 1 0 04881156 +cree n 2 1 @ 2 0 09653971 06909298 +creed n 2 3 @ ~ + 2 2 05959954 06789411 +creek n 2 2 @ ~ 2 1 09229409 09654079 +creek_bed n 1 2 @ ~ 1 0 09448690 +creek_confederacy n 1 2 @ %m 1 0 08303862 +creel n 1 1 @ 1 0 03129848 +creep n 4 2 @ + 4 0 09976917 07312503 03129944 00294868 +creep_feed n 1 1 @ 1 1 07800636 +creeper n 3 4 @ ~ #m + 3 1 13102648 09976119 01589286 +creepiness n 1 2 @ + 1 0 05723080 +creeping n 1 2 @ + 1 0 00294868 +creeping_bellflower n 1 1 @ 1 0 12037499 +creeping_bent n 1 1 @ 1 0 12107336 +creeping_bentgrass n 1 1 @ 1 0 12107336 +creeping_bugle n 1 1 @ 1 0 12841007 +creeping_buttercup n 1 1 @ 1 0 11722466 +creeping_charlie n 1 1 @ 1 0 12095647 +creeping_crowfoot n 1 1 @ 1 0 11722466 +creeping_fern n 1 1 @ 1 0 12956367 +creeping_jenny n 1 1 @ 1 0 12095647 +creeping_juniper n 1 1 @ 1 0 11638525 +creeping_lily n 1 2 @ #m 1 0 12455950 +creeping_oxalis n 1 1 @ 1 0 12703557 +creeping_snowberry n 1 2 @ #m 1 0 12235479 +creeping_soft_grass n 1 1 @ 1 0 12122918 +creeping_spike_rush n 1 1 @ 1 0 12154114 +creeping_st_john's_wort n 1 1 @ 1 0 12368451 +creeping_thistle n 1 1 @ 1 0 11954161 +creeping_thyme n 1 1 @ 1 0 12870891 +creeping_willow n 1 2 @ #m 1 0 12730143 +creeping_windmill_grass n 1 1 @ 1 0 12114770 +creeping_wintergreen n 1 4 @ #m %s %p 1 0 12235765 +creeping_wood_sorrel n 1 1 @ 1 0 12703557 +creeping_zinnia n 1 2 @ #m 1 0 12009792 +creeps n 2 2 @ ; 2 0 14263089 07519983 +creepy-crawlies n 1 1 @ 1 0 07503716 +creepy-crawly n 1 1 @ 1 0 01314781 +creese n 1 1 @ 1 0 03628728 +cremains n 1 1 @ 1 0 05218533 +cremation n 1 2 @ + 1 0 00378880 +cremation_chamber n 1 2 @ ~ 1 0 03130066 +crematorium n 2 2 @ ~ 2 0 03130233 03130066 +crematory n 2 2 @ ~ 2 0 03130233 03130066 +creme_anglais n 1 1 @ 1 0 07619301 +creme_brulee n 1 1 @ 1 0 07619409 +creme_caramel n 1 1 @ 1 0 07619208 +creme_de_cacao n 1 2 @ %s 1 0 07909231 +creme_de_fraise n 1 1 @ 1 0 07909504 +creme_de_menthe n 1 2 @ #s 1 0 07909362 +cremona n 1 2 @ #p 1 0 08808792 +crenate_leaf n 1 1 @ 1 0 13160604 +crenation n 1 1 @ 1 0 13874558 +crenature n 1 1 @ 1 0 13874558 +crenel n 2 3 @ #p + 2 0 13874558 03130340 +crenelation n 2 4 @ #p %p + 2 0 02811936 00911572 +crenellation n 2 4 @ #p %p + 2 0 02811936 00911572 +crenelle n 2 3 @ #p + 2 0 13874558 03130340 +creole n 3 3 @ ~ + 3 0 09709673 09709531 06905358 +creole-fish n 1 2 @ #m 1 0 02569905 +creon n 1 2 @ ; 1 0 09596547 +creosol n 1 2 @ #s 1 0 14825487 +creosote n 2 3 @ %s + 2 0 14825812 14825631 +creosote_bush n 1 3 @ #m %p 1 0 12723062 +crepe n 3 3 @ ~ + 3 0 14826173 07641138 03130563 +crepe_de_chine n 1 1 @ 1 0 03130761 +crepe_fern n 1 2 @ #m 1 0 12954799 +crepe_flower n 1 2 @ #m 1 0 12329260 +crepe_gardenia n 1 2 @ #m 1 0 11776511 +crepe_jasmine n 1 2 @ #m 1 0 11776511 +crepe_marocain n 1 1 @ 1 0 03722944 +crepe_myrtle n 1 2 @ #m 1 0 12329260 +crepe_paper n 1 1 @ 1 0 14826173 +crepe_rubber n 1 1 @ 1 0 15006682 +crepe_suzette n 1 1 @ 1 0 07641256 +crepis n 1 3 @ #m %m 1 0 11959104 +crepitation n 1 3 @ ~ + 1 0 07381678 +crepitation_rale n 1 1 @ 1 0 07382044 +crepuscle n 1 4 @ ~ #p + 1 0 15169421 +crepuscule n 1 4 @ ~ #p + 1 0 15169421 +crescendo n 1 4 @ ~ + ; 1 1 04990525 +crescent n 1 2 @ + 1 0 13896217 +crescent-cell_anaemia n 1 1 @ 1 0 14168792 +crescent-cell_anemia n 1 1 @ 1 0 14168792 +crescent_roll n 1 1 @ 1 0 07691650 +crescent_wrench n 1 1 @ 1 0 03130866 +crescentia n 1 3 @ #m %m 1 0 12815434 +crescentia_cujete n 1 2 @ #m 1 0 12815668 +cresol n 1 2 @ ~ 1 0 14825982 +cress n 2 3 @ ~ #m 2 0 11869351 07732747 +cress_plant n 1 3 @ ~ #m 1 0 11869351 +crest n 5 5 @ ~ #p + ; 5 2 08547544 08617963 03138981 03131038 01326015 +crested_cariama n 1 2 @ #m 1 0 02014237 +crested_coral_root n 1 2 @ #m 1 0 12069009 +crested_myna n 1 2 @ #m 1 0 01577941 +crested_penguin n 1 2 @ #m 1 0 02057330 +crested_screamer n 1 3 @ ~ #m 1 0 01861148 +crested_swift n 1 2 @ #m 1 0 01833415 +crested_wheat_grass n 1 1 @ 1 0 12105353 +crested_wheatgrass n 1 1 @ 1 0 12105353 +crestless_wave n 1 2 @ ~ 1 0 07348258 +cretaceous n 1 3 @ #p + 1 0 15126361 +cretaceous_period n 1 2 @ #p 1 0 15126361 +cretan n 1 3 @ ~ #m 1 0 09709795 +cretan_dittany n 1 2 @ #m 1 0 12853706 +crete n 1 4 @ #p %m %p 1 0 08784333 +crete_dittany n 1 2 @ #m 1 0 12853706 +cretin n 1 3 @ ~ + 1 0 10197525 +cretinism n 1 2 @ + 1 0 14121667 +cretonne n 1 1 @ 1 0 03131193 +creutzfeldt-jakob_disease n 1 1 @ 1 0 14100494 +crevalle_jack n 1 1 @ 1 0 02576906 +crevasse n 1 1 @ 1 0 09259677 +crevice n 2 2 @ ~ 2 1 13907272 09258715 +crew n 4 5 @ ~ #m %m + 4 2 08273167 08242799 08273843 08273736 +crew_cut n 1 1 @ 1 0 05260821 +crew_member n 1 3 @ ~ #m 1 1 09977178 +crew_neck n 1 1 @ 1 0 03131431 +crew_neckline n 1 1 @ 1 0 03131431 +crewelwork n 1 1 @ 1 0 03131325 +crewet n 1 1 @ 1 0 03140431 +crewman n 3 3 @ ~ #m 3 0 10546633 09977178 09977082 +crex n 1 3 @ #m %m 1 0 02015685 +crex_crex n 1 2 @ #m 1 0 02015797 +crib n 5 5 @ ~ #p %p + 5 1 03131574 06347225 03131669 00492083 00491901 +crib_death n 1 1 @ 1 0 14310292 +cribbage n 1 2 @ %p 1 0 00491901 +cribbage_board n 1 1 @ 1 0 03131791 +cricetidae n 1 3 @ #m %m 1 0 02335349 +cricetus n 1 3 @ #m %m 1 0 02342727 +cricetus_cricetus n 1 1 @ 1 0 02343058 +crichton n 1 1 @ 1 0 10915025 +crick n 2 3 @ + ; 2 0 14361182 10915173 +cricket n 2 6 @ ~ #m %p + - 2 1 02229544 00476389 +cricket-bat_willow n 1 2 @ #m 1 0 12726357 +cricket_ball n 1 1 @ 1 0 03131967 +cricket_bat n 1 2 @ %p 1 0 03132076 +cricket_equipment n 1 3 @ ~ ; 1 0 03132261 +cricket_frog n 1 3 @ ~ #m 1 0 01651487 +cricket_match n 1 1 @ 1 0 07466322 +cricketer n 1 3 @ ~ + 1 0 09977326 +crier n 3 3 @ ~ + 3 0 10773126 10719132 09977520 +crime n 2 5 @ ~ + ; - 2 2 00766234 00767477 +crime_rate n 1 1 @ 1 0 15276801 +crime_syndicate n 1 2 @ ~ 1 0 08246302 +crime_wave n 1 1 @ 1 0 07325102 +crimea n 1 4 @ #p %p - 1 0 09015460 +crimea-congo_hemorrhagic_fever n 1 1 @ 1 0 14179390 +crimean_war n 1 2 @ ; 1 0 01303739 +criminal n 1 3 @ ~ + 1 1 09977660 +criminal_congress n 1 2 @ ~ 1 0 00848098 +criminal_contempt n 1 2 @ ; 1 0 01181066 +criminal_conversation n 1 1 @ 1 0 00848466 +criminal_court n 1 2 @ ~ 1 0 08331213 +criminal_intelligence_services_of_canada n 1 2 @ ; 1 0 08343102 +criminal_investigation_command n 1 3 @ #p %p 1 0 08141092 +criminal_law n 1 4 @ %p ; - 1 1 06539178 +criminal_maintenance n 1 2 @ ; 1 0 00765791 +criminal_negligence n 1 2 @ ; 1 0 00740342 +criminal_offence n 1 4 @ ~ ; - 1 0 00766234 +criminal_offense n 1 4 @ ~ ; - 1 0 00766234 +criminal_possession n 1 3 @ ~ ; 1 0 00810234 +criminal_prosecution n 1 4 @ ~ #p ; 1 0 01198307 +criminal_record n 1 1 @ 1 0 06490173 +criminal_suit n 1 2 @ ; 1 0 01183497 +criminalisation n 1 2 ! @ 1 0 01125959 +criminalism n 1 1 @ 1 0 13991346 +criminality n 1 2 @ + 1 1 13991346 +criminalization n 1 2 ! @ 1 0 01125959 +criminalness n 1 2 @ + 1 0 13991346 +criminologist n 1 3 @ ~ + 1 0 09978442 +criminology n 1 3 @ ~ + 1 0 06151942 +crimp n 3 3 @ ~ + 3 0 13907415 09978566 05258299 +crimper n 2 1 @ 2 0 09978566 03150232 +crimson n 1 2 @ + 1 1 04963588 +crimson_clover n 1 1 @ 1 0 11753143 +cringle n 1 1 @ 1 0 03132438 +crinion n 1 2 @ #p 1 0 08523340 +crinkle n 1 4 @ ~ #p + 1 0 13905792 +crinkle-root n 1 1 @ 1 0 11882426 +crinkle_root n 1 1 @ 1 0 11882426 +crinkleroot n 1 1 @ 1 0 11882426 +crinoid n 1 4 @ ~ #m + 1 0 02320127 +crinoidea n 1 3 @ #m %m 1 0 02319967 +crinoline n 3 2 @ %p 3 0 03534580 03132776 03132666 +criollo n 2 2 @ ; 2 0 09978697 07922955 +cripple n 1 3 @ ~ + 1 1 09978889 +crisis n 2 4 @ ~ = + 2 2 13933560 07417644 +crisis_intervention n 1 1 @ 1 0 00703422 +crisp n 1 2 @ + 1 1 07712559 +crisphead_lettuce n 1 2 @ #p 1 0 07724269 +crispin n 1 1 @ 1 0 10915373 +crispiness n 1 3 @ ~ + 1 0 04939547 +crispness n 3 3 @ ~ + 3 1 04927098 07089276 04939547 +crisscross n 1 2 @ + 1 0 04681387 +cristal n 1 1 @ 1 0 02678738 +cristobal_balenciaga n 1 1 @ 1 0 10832415 +cristobal_colon n 1 1 @ 1 0 10905315 +cristobalite n 1 2 @ %s 1 0 14672893 +cristoforo_colombo n 1 1 @ 1 0 10905315 +criterion n 2 3 @ ~ + 2 2 07260623 05924920 +crith n 1 1 @ 1 0 13717914 +critic n 3 3 @ ~ + 3 2 09979589 09979321 09979072 +critical_analysis n 1 2 @ ~ 1 0 05733864 +critical_angle n 1 1 @ 1 0 13891242 +critical_appraisal n 1 2 @ ~ 1 0 05733864 +critical_mass n 2 1 @ 2 0 05108412 05024797 +critical_point n 1 2 @ ~ 1 0 14033185 +critical_review n 1 2 @ ~ 1 0 06410391 +criticality n 2 4 @ ~ = + 2 0 14451672 14033587 +criticalness n 1 2 @ + 1 0 14451672 +criticism n 3 3 @ ~ + 3 3 06710546 05734018 06374587 +critique n 2 3 @ ~ + 2 0 06410391 05734018 +critter n 1 1 @ 1 0 01314663 +critter_sitter n 1 1 @ 1 0 10420507 +crius n 1 2 @ ; 1 0 09575033 +crixivan n 1 1 @ 1 0 03568430 +crna_gora n 1 2 @ #p 1 0 08817235 +cro n 1 3 @ #p %p 1 0 03857828 +cro-magnon n 1 2 @ #m 1 0 02475358 +croak n 1 2 @ + 1 0 07125367 +croaker n 2 5 @ ~ #p %p + 2 0 07778342 02596381 +croaking n 1 2 @ + 1 1 07125367 +croat n 1 2 @ #m 1 0 09751256 +croatia n 1 5 @ #p %m %p + 1 0 08815858 +croatian n 1 3 @ #m + 1 0 09751256 +crocanthemum_canadense n 1 1 @ 1 0 12375769 +crocethia n 1 3 @ #m %m 1 0 02029243 +crocethia_alba n 1 2 @ #m 1 0 02029378 +crochet n 1 2 @ + 1 0 03132879 +crochet_hook n 1 1 @ 1 0 03133050 +crochet_needle n 1 1 @ 1 0 03133050 +crochet_stitch n 1 2 @ ~ 1 0 03133177 +crocheting n 2 2 @ + 2 0 03132879 00909565 +crock n 3 2 @ + 3 0 14793533 06608525 03133415 +crock_pot n 1 2 @ ; 1 0 03133878 +crockery n 1 2 @ ~ 1 0 03133538 +crocket n 1 1 @ 1 0 03133744 +crockett n 1 1 @ 1 0 10915566 +crocodile n 1 3 @ ~ #m 1 0 01697178 +crocodile_bird n 1 2 @ #m 1 0 02039780 +crocodile_river n 1 2 @ #p 1 0 09339512 +crocodile_tears n 1 1 @ 1 0 06760249 +crocodilia n 1 3 @ #m %m 1 0 01696282 +crocodilian n 1 3 @ ~ #m 1 0 01696633 +crocodilian_reptile n 1 3 @ ~ #m 1 0 01696633 +crocodilus n 1 3 @ #m %m 1 0 01697002 +crocodylia n 1 3 @ #m %m 1 0 01696282 +crocodylidae n 1 3 @ #m %m 1 0 01696849 +crocodylus n 1 3 @ #m %m 1 0 01697002 +crocodylus_niloticus n 1 1 @ 1 0 01697457 +crocodylus_porosus n 1 1 @ 1 0 01697611 +crocolite n 1 1 @ 1 0 14673032 +crocus n 1 3 @ ~ #m 1 0 12416423 +crocus_sativus n 1 2 @ %p 1 0 12416703 +crocuta n 1 3 @ #m %m 1 0 02117772 +crocuta_crocuta n 1 2 @ #m 1 0 02117900 +croesus n 2 1 @ 2 0 10915772 09979913 +croft n 1 2 @ ; 1 0 03134015 +crofter n 1 1 @ 1 1 09979985 +crohn n 1 1 @ 1 0 10915862 +crohn's_disease n 1 1 @ 1 0 14305990 +croissant n 1 1 @ 1 0 07691650 +croix_de_guerre n 1 1 @ 1 0 06709245 +cromlech n 1 1 @ 1 0 03220237 +cromorne n 1 1 @ 1 0 03628831 +cromwell n 1 2 @ + 1 0 10916105 +cronartium n 1 3 @ #m %m 1 0 13064247 +cronartium_ribicola n 1 2 @ #m 1 0 13064457 +crone n 1 1 @ 1 1 10155485 +cronus n 1 2 @ ; 1 0 09557965 +crony n 1 2 @ ~ 1 1 09877951 +cronyism n 1 1 @ 1 0 01154487 +cronyn n 1 1 @ 1 0 10916325 +croo_monkey n 1 1 @ 1 0 02488003 +crook n 3 3 @ ~ + 3 2 09977660 13869327 03134118 +crookback n 1 2 @ + 1 0 10192412 +crooked-stemmed_aster n 1 1 @ 1 0 11936027 +crookedness n 3 3 ! @ + 3 0 13885370 05074218 04875556 +crookes n 1 1 @ 1 0 10916505 +crookes_radiometer n 1 1 @ 1 0 03134232 +crookes_tube n 1 1 @ 1 0 03134394 +crookneck n 1 1 @ 1 0 07716203 +crookneck_squash n 1 1 @ 1 0 07716203 +crooner n 1 3 @ ~ + 1 0 09980090 +crooning n 2 2 @ + 2 0 00547101 00546972 +crop n 6 4 @ ~ #p + 6 1 13085864 11530512 07955566 03134595 03134496 01974055 +crop-dusting n 1 2 @ ; 1 0 00368939 +crop_failure n 1 1 @ 1 0 14478975 +cropper n 1 1 @ 1 0 10586444 +croquet n 1 3 @ + - 1 0 00466880 +croquet_ball n 1 1 @ 1 0 03134739 +croquet_equipment n 1 3 @ ~ ; 1 0 03134853 +croquet_mallet n 1 1 @ 1 0 03135030 +croquette n 1 1 @ 1 0 07866015 +crore n 1 2 @ ; 1 0 13751686 +crosby n 1 1 @ 1 0 10916731 +crosier n 1 1 @ 1 0 07267309 +cross n 6 4 @ ~ + ; 6 3 03135532 04681387 03135152 14477667 01327322 00850425 +cross-classification n 1 1 @ 1 0 05735789 +cross-country_jumping n 1 2 @ #p 1 0 00451186 +cross-country_riding n 1 2 @ #p 1 0 00451186 +cross-country_skiing n 1 1 @ 1 0 00440941 +cross-division n 1 1 @ 1 0 05735789 +cross-dresser n 1 2 @ + 1 0 10726031 +cross-examination n 1 4 @ %p + ; 1 1 07194950 +cross-examiner n 1 2 @ + 1 0 09980458 +cross-eye n 1 1 @ 1 0 14506233 +cross-fertilisation n 2 3 @ ~ + 2 0 07437575 00040545 +cross-fertilization n 2 4 ! @ ~ + 2 0 07437575 00040545 +cross-florida_waterway n 1 1 @ 1 0 09259746 +cross-index n 1 2 @ + 1 0 06764867 +cross-leaved_heath n 1 1 @ 1 0 12228546 +cross-link n 1 2 @ + 1 0 11436929 +cross-linkage n 1 2 @ + 1 0 11436929 +cross-pollination n 2 3 ! @ + 2 0 07438792 00157318 +cross-purpose n 1 1 @ 1 1 05983122 +cross-question n 1 3 @ #p + 1 0 07195630 +cross-questioner n 1 2 @ + 1 0 09980458 +cross-reference n 1 1 @ 1 0 06764867 +cross-stitch n 2 2 @ ~ 2 0 03137863 03137744 +cross_bit n 1 1 @ 1 0 03136254 +cross_bun n 1 1 @ 1 0 07691237 +cross_country n 1 2 @ ~ 1 0 07460793 +cross_dressing n 1 1 @ 1 0 01031858 +cross_hair n 1 2 @ #p 1 0 03136773 +cross_infection n 1 1 @ 1 0 14178326 +cross_of_calvary n 1 1 @ 1 0 02941605 +cross_of_lorraine n 1 1 @ 1 0 03690279 +cross_product n 1 1 @ 1 0 05864758 +cross_section n 3 4 @ ~ + ; 3 1 08548065 05822085 05092421 +cross_street n 1 1 @ 1 0 03137973 +cross_thwart n 1 2 @ #p 1 0 04432043 +cross_vine n 1 2 @ #m 1 0 12814003 +cross_wire n 1 2 @ #p 1 0 03136773 +crossbar n 3 3 @ ~ #p 3 0 03135917 03135788 03135656 +crossbeam n 1 1 @ 1 0 04475496 +crossbench n 1 2 @ ; 1 0 03136051 +crossbencher n 1 2 @ ; 1 0 09980275 +crossbill n 1 2 @ #m 1 0 01533893 +crossbones n 1 1 @ 1 0 06807971 +crossbow n 1 1 @ 1 0 03136369 +crossbreed n 1 4 @ ~ + ; 1 0 01327322 +crossbreeding n 2 3 @ ~ ; 2 0 00850425 00849768 +crosscheck n 2 1 @ 2 0 05825802 00563097 +crosscurrent n 2 1 @ 2 0 07404584 01168199 +crosscut n 2 2 @ + 2 0 08617311 04204953 +crosscut_handsaw n 1 1 @ 1 0 03136504 +crosscut_saw n 1 1 @ 1 0 03136504 +crosse n 1 1 @ 1 0 03136657 +crossed_eye n 1 1 @ 1 0 14506233 +crossfire n 2 1 @ 2 0 07134179 00990474 +crosshairs n 1 2 @ ; 1 0 05812485 +crosshatch n 1 2 @ + 1 0 04681797 +crosshead n 2 2 @ #p 2 0 06344329 03137044 +crossheading n 1 1 @ 1 0 06344329 +crossing n 7 5 @ ~ #p + ; 7 1 00297532 09283623 08547938 03581125 03137228 00850425 00313245 +crossing_guard n 1 2 @ ~ 1 0 09980658 +crossing_over n 1 2 @ #p 1 0 13454130 +crossjack n 1 1 @ 1 0 03137473 +crossness n 2 3 @ ~ + 2 0 07552729 04641700 +crossopterygian n 1 3 @ ~ #m 1 0 02515214 +crossopterygii n 1 3 @ #m %m 1 0 02514988 +crossover n 4 4 @ ~ #p ; 4 0 13454130 09980805 07032753 03137228 +crossover_voter n 1 1 @ 1 0 09980805 +crosspatch n 1 2 @ ~ 1 0 10148305 +crosspiece n 2 2 @ ~ 2 0 04475496 03137579 +crossroad n 1 3 @ ~ #p 1 1 03581125 +crossroads n 3 2 @ ~ 3 3 08226978 14033185 05764613 +crosstalk n 1 1 @ 1 0 07431247 +crosstie n 1 2 @ #p 1 0 04433585 +crosswalk n 1 2 @ ~ 1 0 03137228 +crossway n 1 3 @ ~ #p 1 0 03581125 +crosswind n 1 1 @ 1 0 11442524 +crossword n 1 1 @ 1 0 06785654 +crossword_puzzle n 1 1 @ 1 0 06785654 +crotal n 1 2 @ #m 1 0 12991837 +crotalaria n 1 3 @ ~ #m 1 0 12519563 +crotalaria_sagitallis n 1 2 @ #m 1 0 12519824 +crotalaria_spectabilis n 1 2 @ #m 1 0 12520015 +crotalidae n 1 3 @ #m %m 1 0 01753721 +crotalus n 1 3 @ #m %m 1 0 01755274 +crotalus_adamanteus n 1 1 @ 1 0 01755581 +crotalus_atrox n 1 2 @ #m 1 0 01756508 +crotalus_cerastes n 1 2 @ #m 1 0 01756291 +crotalus_horridus_atricaudatus n 1 1 @ 1 0 01755952 +crotalus_horridus_horridus n 1 3 @ ~ #m 1 0 01755740 +crotalus_lepidus n 1 2 @ #m 1 0 01756733 +crotalus_mitchellii n 1 2 @ #m 1 0 01757343 +crotalus_scutulatus n 1 2 @ #m 1 0 01757115 +crotalus_tigris n 1 2 @ #m 1 0 01756916 +crotalus_viridis n 1 2 @ #m 1 0 01756089 +crotaphion n 1 2 @ #p 1 0 05232221 +crotaphytus n 1 3 @ #m %m 1 0 01679494 +crotch n 3 3 @ ~ #p 3 0 13914265 05597436 05514081 +crotch_hair n 1 3 @ ~ #p 1 0 05263587 +crotchet n 4 3 @ ~ + 4 0 13869547 06871127 04797824 03138128 +crotchetiness n 1 2 @ + 1 0 04641869 +croton n 2 4 @ ~ #m %s 2 0 12923652 12922763 +croton_bug n 1 2 @ #m 1 0 02234848 +croton_eluteria n 1 3 @ #m %p 1 0 12923108 +croton_oil n 1 2 @ #s 1 0 12922933 +croton_tiglium n 1 4 @ ~ #m %s 1 0 12922763 +crotonbug n 1 2 @ #m 1 0 02234848 +crotophaga n 1 3 @ #m %m 1 0 01824227 +crottal n 1 2 @ #m 1 0 12991837 +crottle n 1 2 @ #m 1 0 12991837 +crouch n 1 2 @ + 1 1 00405766 +croup n 2 4 @ ~ #p + 2 0 14174011 02463611 +croupe n 1 3 @ ~ #p 1 0 02463611 +croupier n 1 1 @ 1 0 09980985 +croupier's_rake n 1 1 @ 1 0 03138217 +crouse n 1 1 @ 1 0 10916887 +crouton n 1 1 @ 1 0 07682197 +crow n 6 4 @ ~ #m + 6 2 01579028 07382286 09654259 09257429 07229747 06909391 +crow's_feet n 1 1 @ 1 0 13906345 +crow's_foot n 2 1 @ 2 0 13906345 12199790 +crow's_nest n 1 2 @ #p 1 0 03139998 +crow-bait n 1 1 @ 1 0 02381119 +crow_blackbird n 1 3 @ ~ #m 1 0 01574390 +crow_corn n 1 3 @ ~ #m 1 0 12430198 +crow_garlic n 1 1 @ 1 0 12435486 +crow_pheasant n 1 1 @ 1 0 01824749 +crow_step n 1 2 @ ; 1 0 03105810 +crowbait n 1 1 @ 1 1 02381119 +crowbar n 1 2 @ ~ 1 0 03138344 +crowberry n 1 2 @ #m 1 0 12751675 +crowberry_family n 1 3 @ #m %m 1 0 12751402 +crowd n 2 3 @ ~ + 2 2 08182379 08273843 +crowd_control n 1 1 @ 1 0 00804180 +crowding n 1 3 @ ~ + 1 0 13933841 +crowfoot n 1 3 @ ~ #m 1 0 11720353 +crowfoot_family n 1 3 @ #m %m 1 0 11719468 +crowfoot_grass n 1 1 @ 1 0 12116734 +crowing n 1 2 @ + 1 0 07229747 +crown n 12 6 @ ~ #p %p + ; 12 5 06884097 05308141 03138856 03138669 03138534 13389864 13128003 08617963 06705891 05539595 03139089 03138981 +crown-beard n 1 3 @ ~ #m 1 0 12030654 +crown-of-the-field n 1 2 @ #m 1 0 11805544 +crown_beard n 1 3 @ ~ #m 1 0 12030654 +crown_colony n 1 1 @ 1 0 08500079 +crown_daisy n 1 2 @ #m 1 0 11950877 +crown_fire n 1 1 @ 1 0 07304353 +crown_gall n 1 2 @ ~ 1 1 14279632 +crown_glass n 2 1 @ 2 0 14880557 14880273 +crown_imperial n 1 1 @ 1 0 12452836 +crown_jewel n 2 1 @ 2 0 13330425 03139341 +crown_jewels n 1 3 @ ~ ; 1 0 03139464 +crown_land n 1 2 @ ; 1 0 13252062 +crown_lens n 1 1 @ 1 0 03139640 +crown_monkey n 1 1 @ 1 0 02487675 +crown_of_thorns n 3 2 @ #m 3 0 14477667 12921868 03139731 +crown_prince n 1 1 @ 1 0 09981092 +crown_princess n 2 1 @ 2 0 09981278 09981183 +crown_roast n 1 1 @ 1 0 07668356 +crown_saw n 1 1 @ 1 0 03139887 +crown_vetch n 1 2 @ #m 1 0 12519089 +crown_wart n 1 1 @ 1 0 14280011 +crownbeard n 1 3 @ ~ #m 1 0 12030654 +crowned_head n 1 2 @ ~ 1 0 10628644 +crownwork n 1 2 @ ; 1 0 03139089 +crozier n 1 1 @ 1 0 07267309 +crp n 1 1 @ 1 0 14732299 +crt n 1 4 @ ~ #p %p 1 0 02985137 +crt_screen n 1 4 @ ~ #p %p 1 0 04152593 +cruciality n 1 2 @ + 1 0 14451672 +crucian_carp n 1 2 @ #m 1 0 01443831 +crucible n 1 1 @ 1 0 03140126 +crucible_steel n 1 1 @ 1 0 14803283 +crucifer n 1 4 @ ~ #m %p 1 0 11868814 +cruciferae n 1 4 @ #m %m + 1 0 11867525 +cruciferous_plant n 1 4 @ ~ #m %p 1 0 11868814 +cruciferous_vegetable n 1 3 @ ~ #p 1 0 07713395 +crucifix n 2 2 @ + 2 1 03140292 00434844 +crucifix_fish n 1 2 @ #m 1 0 02521129 +crucifixion n 3 2 @ + 3 1 01165337 07332864 00422551 +crud n 3 1 @ 3 0 15044232 14856752 14074267 +crude n 1 3 @ ~ %s 1 0 14980579 +crude_oil n 1 3 @ ~ %s 1 0 14980579 +crudeness n 3 2 @ + 3 0 14472624 04915121 04817564 +crudites n 1 3 @ ~ %s 1 0 07708512 +crudity n 2 2 @ + 2 2 14472624 04915121 +cruel_and_unusual_punishment n 1 1 @ 1 0 01161411 +cruel_plant n 1 2 @ #m 1 0 13236100 +cruelness n 1 3 @ ~ + 1 0 04845475 +cruelty n 3 2 @ ~ 3 3 00424599 07506382 04845475 +cruet n 1 1 @ 1 0 03140431 +cruet-stand n 1 1 @ 1 0 03140546 +cruise n 1 2 @ + 1 0 00312932 +cruise_control n 1 1 @ 1 0 03140652 +cruise_liner n 1 1 @ 1 0 03141327 +cruise_missile n 1 1 @ 1 0 03140771 +cruise_ship n 1 1 @ 1 0 03141327 +cruiser n 3 3 @ ~ + 3 0 03141065 03140900 02932891 +cruiserweight n 1 1 @ 1 0 10261624 +cruller n 1 1 @ 1 0 07639577 +crumb n 3 4 @ ~ #p + 3 0 13760980 10539715 07622261 +crumb_cake n 1 1 @ 1 0 07630782 +crumbliness n 1 2 @ + 1 0 04939742 +crumhorn n 1 1 @ 1 0 03628831 +crumpet n 1 1 @ 1 0 07630909 +crunch n 3 3 @ ~ + 3 1 07382414 13934070 00358089 +crupper n 1 1 @ 1 1 03141455 +crus n 1 3 @ #p + 1 0 05561390 +crusade n 2 3 @ ~ + 2 2 00798245 00968715 +crusader n 2 3 @ ~ + 2 0 10515194 09981365 +cruse n 1 1 @ 1 0 03141612 +crush n 4 3 @ ~ + 4 1 14762366 08183398 07544351 00358089 +crushed_leather n 1 1 @ 1 0 14762366 +crushed_rock n 1 2 @ ~ 1 0 14698884 +crusher n 1 2 @ + 1 1 03141702 +crushing n 1 3 @ ~ + 1 0 01079604 +crust n 3 6 @ ~ #p %s %p + 3 1 09260010 09260218 04915866 +crustacea n 1 4 @ #m %m + 1 0 01974399 +crustacean n 1 4 @ ~ #m %p 1 0 01974773 +crustal_movement n 1 2 @ ; 1 0 07310338 +crustal_plate n 1 1 @ 1 0 09395457 +crustose_thallus n 1 1 @ 1 0 11532194 +crutch n 2 1 @ 2 2 03141823 00178700 +crux n 2 4 @ ~ #m %m 2 0 09441352 06606694 +crux_australis n 1 3 @ #m %m 1 0 09441352 +crux_of_the_matter n 1 2 @ ~ 1 1 06606694 +cry n 5 3 @ ~ + 5 4 07120524 07121157 07152752 07014752 07382572 +cry-baby_tree n 1 1 @ 1 0 12528549 +cryaesthesia n 1 1 @ 1 0 14533106 +crybaby n 2 2 @ ~ 2 0 10781817 10776339 +crybaby_tree n 1 1 @ 1 0 12528549 +cryesthesia n 1 1 @ 1 0 14533106 +crying n 1 3 @ ~ + 1 0 00868196 +cryoanaesthesia n 1 1 @ 1 0 14026869 +cryoanesthesia n 1 1 @ 1 0 14026869 +cryobiology n 1 2 @ ~ 1 0 06069996 +cryocautery n 2 1 @ 2 0 03141991 00697614 +cryogen n 1 2 @ ~ 1 0 14826328 +cryogenics n 1 3 @ + - 1 0 06098687 +cryogeny n 1 2 @ - 1 0 06098687 +cryolite n 1 2 @ %s 1 0 14673150 +cryometer n 1 1 @ 1 0 03142099 +cryonics n 1 2 @ + 1 0 06070179 +cryopathy n 1 2 @ ~ 1 0 14294678 +cryophobia n 1 1 @ 1 0 14383362 +cryoscope n 1 1 @ 1 0 03142205 +cryostat n 1 1 @ 1 1 03142325 +cryosurgery n 1 1 @ 1 0 00668829 +crypt n 1 2 @ ; 1 0 03142431 +cryptacanthodes n 1 3 @ #m %m 1 0 02616251 +cryptacanthodes_maculatus n 1 2 @ #m 1 0 02616397 +cryptanalysis n 1 2 @ + 1 0 06172502 +cryptanalyst n 1 1 @ 1 0 09981540 +cryptanalytics n 1 1 @ 1 0 06172502 +cryptic_coloration n 1 1 @ 1 0 04979307 +cryptobiosis n 1 2 @ + 1 0 14063475 +cryptobranchidae n 1 3 @ #m %m 1 0 01633047 +cryptobranchus n 1 3 @ #m %m 1 0 01633250 +cryptobranchus_alleganiensis n 1 2 @ #m 1 0 01633406 +cryptocercidae n 1 3 @ #m %m 1 0 02235321 +cryptocercus n 1 2 @ #m 1 0 02235465 +cryptococcosis n 1 1 @ 1 0 14147212 +cryptocoryne n 1 2 @ #m 1 0 11787190 +cryptogam n 1 3 @ ~ + 1 0 11552133 +cryptogamia n 1 3 ! @ #m 1 0 11551898 +cryptogram n 1 1 @ 1 0 06355183 +cryptogramma n 1 3 @ #m %m 1 0 13210006 +cryptogramma_acrostichoides n 1 2 @ #m 1 0 13210350 +cryptogramma_crispa n 1 1 @ 1 0 13210597 +cryptogrammataceae n 1 2 @ #m 1 0 13227009 +cryptograph n 3 1 @ 3 0 06355307 06355183 03142579 +cryptographer n 1 2 @ + 1 0 09981540 +cryptography n 2 3 @ ~ + 2 0 06172502 00614489 +cryptologist n 1 2 @ + 1 0 09981540 +cryptology n 1 2 @ + 1 0 06172502 +cryptomeria n 1 3 @ #m %m 1 0 11636068 +cryptomeria_japonica n 1 2 @ #m 1 0 11636204 +cryptomonad n 1 2 @ #m 1 0 01421333 +cryptophyceae n 1 3 @ #m %m 1 0 01421164 +cryptophyta n 1 3 @ #m %m 1 0 01421012 +cryptophyte n 1 2 @ #m 1 0 01421333 +cryptoprocta n 1 2 @ #m 1 0 02136285 +cryptoprocta_ferox n 1 1 @ 1 0 02136452 +cryptorchidism n 1 3 @ ~ %p 1 0 14092247 +cryptorchidy n 1 3 @ ~ %p 1 0 14092247 +cryptorchism n 1 3 @ ~ %p 1 0 14092247 +cryptotermes n 1 3 @ #m %m 1 0 02225577 +cryptotermes_brevis n 1 2 @ #m 1 0 02225798 +cryptotis n 1 2 @ #m 1 0 01893294 +cryptotis_parva n 1 1 @ 1 0 01893399 +crystal n 6 5 @ ~ #p %s + 6 3 14883206 03142912 09260466 14879750 03142834 03142679 +crystal_ball n 1 1 @ 1 0 03143131 +crystal_counter n 1 2 @ %p 1 0 03143255 +crystal_detector n 1 2 @ %p 1 0 03143400 +crystal_gazing n 1 1 @ 1 0 05775695 +crystal_lattice n 1 1 @ 1 0 05732086 +crystal_microphone n 1 2 @ %p 1 0 03143572 +crystal_oscillator n 1 1 @ 1 0 03143754 +crystal_pickup n 1 2 @ %p 1 0 03143982 +crystal_rectifier n 1 2 @ ~ 1 0 03202760 +crystal_set n 1 1 @ 1 0 03144156 +crystal_tea n 1 2 @ #m 1 0 12238491 +crystal_violet n 1 1 @ 1 0 14770838 +crystalline_lens n 1 3 @ #p %p 1 0 05320362 +crystallisation n 1 3 @ ~ + 1 0 11410298 +crystallite n 1 1 @ 1 1 09260744 +crystallization n 3 3 @ ~ + 3 0 11410298 09260466 05772044 +crystallized_fruit n 1 2 @ ~ 1 0 07600506 +crystallized_ginger n 1 1 @ 1 0 07600895 +crystallizing n 1 3 @ ~ + 1 0 11410298 +crystallographer n 1 1 @ 1 0 09981740 +crystallography n 1 2 @ - 1 1 06098876 +cs n 1 3 @ ~ #s 1 0 14634232 +cs_gas n 1 1 @ 1 0 14603798 +cse n 1 2 @ ; 1 0 08342888 +csis n 1 2 @ ; 1 0 08342419 +cst n 1 1 @ 1 0 15132201 +ct n 2 3 @ #p %p 2 0 09068444 00901476 +ctc n 1 3 @ #p ; 1 0 08125420 +ctene n 1 2 @ #p 1 0 01918585 +ctenidium n 1 1 @ 1 0 01953877 +ctenizidae n 1 3 @ #m %m 1 0 01775592 +ctenocephalides n 1 4 @ ~ #m %m 1 0 02186834 +ctenocephalides_canis n 1 2 @ #m 1 0 02187150 +ctenocephalides_felis n 1 2 @ #m 1 0 02187279 +ctenocephalus n 1 1 @ 1 0 02187022 +ctenophora n 1 3 @ #m %m 1 0 01918310 +ctenophore n 1 4 @ ~ #m %p 1 0 01918744 +ctenophore_family n 1 3 @ ~ #m 1 0 01918010 +ctenophore_genus n 1 3 @ ~ #m 1 0 01918152 +cu n 1 3 @ ~ #s 1 0 14635722 +cu_ft n 1 1 @ 1 1 13601483 +cu_in n 1 1 @ 1 0 13601370 +cub n 3 3 @ ~ + 3 0 09981834 09871229 01322685 +cub_scout n 1 1 @ 1 0 09981939 +cub_shark n 1 2 @ #m 1 0 01489501 +cuba n 2 7 @ #m #p %m %p + - 2 1 08750334 08750151 +cubage_unit n 1 3 @ ~ #p 1 0 13600822 +cuban n 1 3 @ #m + 1 0 09698901 +cuban_bast n 1 1 @ 1 0 12178494 +cuban_capital n 1 2 @ #p 1 0 08750612 +cuban_heel n 1 1 @ 1 0 03144262 +cuban_itch n 1 1 @ 1 0 14124688 +cuban_mahogany n 1 2 @ #m 1 0 12699922 +cuban_monetary_unit n 1 2 @ ~ 1 0 13691909 +cuban_peso n 1 2 @ %p 1 0 13692014 +cuban_revolution n 1 1 @ 1 0 01303934 +cuban_sandwich n 1 1 @ 1 0 07697825 +cuban_spinach n 1 1 @ 1 0 11861853 +cubature_unit n 1 3 @ ~ #p 1 0 13600822 +cubby n 1 1 @ 1 0 03144365 +cubbyhole n 2 1 @ 2 0 03144486 03144365 +cube n 5 4 @ ~ #m + 5 2 13916721 13914608 13731241 12544862 03144592 +cube_root n 1 1 @ 1 0 13731959 +cubeb n 3 6 @ #m #s #p %s %p 3 0 13150378 13150178 03144756 +cubeb_cigarette n 1 2 @ %s 1 0 03144756 +cubeb_vine n 1 3 @ #m %p 1 0 13150178 +cubic_centimeter n 1 3 @ #p %p 1 0 13623636 +cubic_centimetre n 1 3 @ #p %p 1 0 13623636 +cubic_content_unit n 1 3 @ ~ #p 1 0 13600822 +cubic_decimeter n 1 3 @ #p %p 1 0 13624190 +cubic_decimetre n 1 3 @ #p %p 1 0 13624190 +cubic_foot n 1 1 @ 1 1 13601483 +cubic_inch n 1 1 @ 1 0 13601370 +cubic_kilometer n 1 2 @ %p 1 0 13625063 +cubic_kilometre n 1 2 @ %p 1 0 13625063 +cubic_measure n 1 3 @ ~ #p 1 0 13600822 +cubic_meter n 1 3 @ #p %p 1 0 13624873 +cubic_metre n 1 3 @ #p %p 1 0 13624873 +cubic_millimeter n 1 2 @ #p 1 0 13623455 +cubic_millimetre n 1 2 @ #p 1 0 13623455 +cubic_yard n 1 1 @ 1 0 13618076 +cubicity n 1 3 @ = + 1 0 05063729 +cubicle n 3 3 @ ~ #p 3 0 02991555 02968333 02873839 +cubism n 1 4 @ ~ %m + 1 1 08466175 +cubist n 1 3 @ #m + 1 0 09982013 +cubit n 1 1 @ 1 0 13653349 +cubital_joint n 1 3 @ #p %p 1 0 05579944 +cubital_nerve n 1 3 @ ~ #p 1 0 05568767 +cubitiere n 1 2 @ #p 1 0 03144873 +cubitus n 2 4 @ #p %p + 2 0 05579944 05564229 +cuboid n 1 1 @ 1 0 13884930 +cuboid_bone n 1 2 @ #p 1 0 05271685 +cuboidal_cell n 1 1 @ 1 0 05242396 +cuboidal_epithelial_cell n 1 1 @ 1 0 05242396 +cucking_stool n 1 1 @ 1 0 03144982 +cuckold n 1 3 @ ~ + 1 0 09982152 +cuckoldom n 1 1 @ 1 0 13966683 +cuckoldry n 1 1 @ 1 0 00160922 +cuckoo n 2 4 @ ~ #m + 2 0 10157744 01823013 +cuckoo's_nest n 1 1 @ 1 0 02820798 +cuckoo-bumblebee n 1 2 @ #m 1 1 02209964 +cuckoo_bread n 1 1 @ 1 0 12703190 +cuckoo_clock n 1 1 @ 1 0 03145147 +cuckoo_flower n 2 1 @ 2 0 11882074 11811706 +cuckooflower n 1 1 @ 1 0 11882074 +cuckoopint n 1 3 @ #m %p 1 0 11780148 +cuculidae n 1 3 @ #m %m 1 0 01822773 +cuculiform_bird n 1 3 @ ~ #m 1 0 01822602 +cuculiformes n 1 3 @ #m %m 1 0 01822423 +cuculus n 1 3 @ #m %m 1 0 01823279 +cuculus_canorus n 1 2 @ #m 1 0 01823414 +cucumber n 2 5 @ ~ #m #p %p 2 0 12165384 07718472 +cucumber_tree n 1 1 @ 1 0 11710827 +cucumber_vine n 1 3 @ #m %p 1 0 12165384 +cucumis n 1 3 @ #m %m 1 0 12164215 +cucumis_melo n 1 4 @ ~ #m %p 1 0 12164363 +cucumis_melo_cantalupensis n 1 2 @ %p 1 0 12164656 +cucumis_melo_inodorus n 1 2 @ %p 1 0 12164881 +cucumis_melo_reticulatus n 1 2 @ %p 1 0 12165170 +cucumis_sativus n 1 3 @ #m %p 1 0 12165384 +cucurbit n 1 1 @ 1 0 12157677 +cucurbita n 1 4 @ #m %m %p 1 0 12158148 +cucurbita_argyrosperma n 1 3 @ #p %p 1 0 12162181 +cucurbita_foetidissima n 1 3 @ #m %p 1 0 12162425 +cucurbita_maxima n 2 3 @ #m %p 2 0 12161744 12161056 +cucurbita_maxima_turbaniformis n 1 4 @ ~ #m %p 1 0 12161285 +cucurbita_mixta n 1 3 @ #p %p 1 0 12162181 +cucurbita_moschata n 1 2 @ %p 1 0 12161969 +cucurbita_pepo n 1 3 @ #m %p 1 0 12158443 +cucurbita_pepo_melopepo n 1 4 @ ~ #m %p 1 0 12159055 +cucurbitaceae n 1 5 @ ~ #m %m + 1 0 12157276 +cud n 2 1 @ 2 1 07805478 07579399 +cudbear n 1 1 @ 1 0 14989430 +cuddle n 1 2 @ + 1 0 00417643 +cuddling n 1 3 @ ~ + 1 0 00854000 +cuddy n 1 2 @ #p 1 0 03145277 +cudgel n 1 3 @ ~ + 1 0 03145384 +cudweed n 3 3 @ ~ #m 3 0 11972759 11970101 11930788 +cue n 4 4 @ ~ %p + 4 0 07011209 06643763 05829213 03145522 +cue_ball n 1 1 @ 1 0 03145719 +cue_stick n 1 2 @ %p 1 0 03145522 +cuff n 2 5 @ ~ #p %p + 2 1 03145843 03484576 +cufflink n 1 1 @ 1 1 03146075 +cuirass n 1 2 @ %p 1 0 03146219 +cuirassier n 1 1 @ 1 0 09982277 +cuisine n 1 2 @ ~ 1 0 07571324 +cuisse n 1 2 @ #p 1 0 03146342 +cuke n 1 3 @ ~ #p 1 0 07718472 +cul n 1 1 @ 1 0 03146449 +cul_de_sac n 2 1 @ 2 0 03146449 02851540 +culbertson n 1 1 @ 1 0 10916993 +culcita n 1 3 @ #m %m 1 0 13191318 +culcita_dubia n 1 2 @ #m 1 0 13191620 +culdoscope n 1 1 @ 1 0 03146560 +culdoscopy n 1 1 @ 1 0 00642604 +culebra n 1 2 @ #p 1 0 08753412 +culex n 1 3 @ #m %m 1 0 02201758 +culex_fatigans n 1 2 @ #m 1 0 02202124 +culex_pipiens n 1 2 @ #m 1 0 02202006 +culex_quinquefasciatus n 1 2 @ #m 1 0 02202124 +culiacan n 1 2 @ #p 1 0 08743125 +culicidae n 1 3 @ #m %m 1 0 02199999 +culinary_art n 1 2 @ ~ 1 0 07571324 +cull n 1 2 @ + 1 0 05790572 +cullender n 1 1 @ 1 0 03066849 +cullis n 1 2 @ #p 1 0 03146687 +culm n 1 1 @ 1 0 13163471 +culmination n 4 5 @ ~ #p + ; 4 1 15291199 08548239 06373747 00211110 +culotte n 1 1 @ 1 0 03146777 +culpability n 1 2 @ + 1 0 13990960 +culpable_negligence n 1 2 @ ; 1 0 00740342 +culpableness n 1 2 @ + 1 0 13990960 +culprit n 1 1 @ 1 1 10417168 +cult n 5 4 @ ~ %m + 5 2 08151490 05751173 08151229 05948537 05948264 +cult_of_personality n 1 1 @ 1 1 05672286 +cultism n 2 3 @ ~ + 2 0 01206774 01044448 +cultist n 2 3 @ #m + 2 1 09982370 09982525 +cultivar n 1 1 @ 1 0 13084834 +cultivated_cabbage n 1 4 @ ~ #m %p 1 0 11875691 +cultivated_carrot n 1 3 @ #m %p 1 0 12937388 +cultivated_celery n 1 2 @ %p 1 0 12933403 +cultivated_crab_apple n 1 3 @ ~ %p 1 0 12634429 +cultivated_land n 1 2 @ ~ 1 0 09260907 +cultivated_parsnip n 1 2 @ %p 1 0 12941717 +cultivated_plant n 1 2 ! @ 1 0 13084993 +cultivated_rice n 1 2 @ %p 1 0 12126084 +cultivated_strawberry n 1 3 @ #m %p 1 0 12630478 +cultivation n 5 4 @ ~ + ; 5 2 01129363 00915722 14459824 13454318 00916023 +cultivator n 2 3 @ ~ + 2 0 09779790 03146846 +cultural_anthropologist n 1 3 @ ~ + 1 0 10618465 +cultural_anthropology n 1 3 @ ~ + 1 0 06147522 +cultural_attache n 1 1 @ 1 0 09982760 +cultural_movement n 1 2 @ ~ 1 0 08471799 +cultural_revolution n 1 2 @ ; 1 0 07424436 +culturati n 1 1 @ 1 0 08387495 +culture n 7 5 @ ~ %p + ; 7 4 08287844 05751794 05984936 00920510 14459824 06194409 00917759 +culture_medium n 1 3 @ ~ ; 1 0 14899328 +culture_shock n 1 1 @ 1 0 05684249 +cultus n 1 2 @ ~ 1 0 05948264 +culver's_physic n 1 2 @ #m 1 0 12882321 +culver's_root n 1 2 @ #m 1 0 12882321 +culverin n 2 1 @ 2 0 03147156 03147084 +culvers_physic n 1 2 @ #m 1 0 12882321 +culvers_root n 1 2 @ #m 1 0 12882321 +culvert n 1 1 @ 1 0 03147280 +cum n 1 3 @ ~ %p 1 0 05404336 +cumana n 1 2 @ #p 1 0 09162581 +cumarone n 1 1 @ 1 0 14898101 +cumberland n 2 2 @ #p 2 0 10917164 09261138 +cumberland_gap n 1 2 @ #p 1 0 09261407 +cumberland_mountains n 1 3 @ #p %p 1 0 09261604 +cumberland_plateau n 1 3 @ #p %p 1 0 09261604 +cumberland_river n 1 2 @ #p 1 0 09261138 +cumbersomeness n 1 2 @ + 1 0 04711665 +cumbria n 2 3 @ #p %p 2 0 08881674 08881549 +cumfrey n 1 3 @ ~ #m 1 0 12822769 +cumin n 2 4 @ #s #p %p 2 0 12936826 07814634 +cumin_seed n 1 3 @ #s #p 1 0 07814634 +cuminum n 1 3 @ #m %p 1 0 12936713 +cuminum_cyminum n 1 3 @ #p %p 1 0 12936826 +cummerbund n 1 1 @ 1 0 03147397 +cummings n 1 1 @ 1 0 10917377 +cumquat n 1 4 @ ~ #m %p 1 0 12713063 +cumulation n 1 3 @ ~ + 1 0 07961480 +cumulative_preferred n 1 1 @ 1 0 13336204 +cumulative_preferred_stock n 1 1 @ 1 0 13336204 +cumulative_vote n 1 1 @ 1 0 00184135 +cumulonimbus n 1 1 @ 1 0 09261772 +cumulonimbus_cloud n 1 1 @ 1 0 09261772 +cumulus n 2 3 @ ~ + 2 1 09261960 07961480 +cumulus_cloud n 1 2 @ ~ 1 0 09261960 +cunaxa n 1 2 @ ; 1 0 01276875 +cunctation n 1 1 @ 1 0 01067362 +cunctator n 1 1 @ 1 0 10478626 +cuneate_leaf n 1 1 @ 1 0 13157858 +cuneiform n 1 2 @ ~ 1 0 06361635 +cuneiform_bone n 1 1 @ 1 0 05272545 +cuneus n 1 1 @ 1 0 13919547 +cuniculus n 1 2 @ #m 1 0 02366203 +cuniculus_paca n 1 1 @ 1 0 02366301 +cunner n 1 2 @ #m 1 0 02610373 +cunnilinctus n 1 1 @ 1 0 00855055 +cunnilingus n 1 1 @ 1 0 00855055 +cunning n 2 1 @ 2 0 05621178 04876888 +cunningham n 1 1 @ 1 0 10917554 +cunonia_family n 1 3 @ #m %m 1 0 12787007 +cunoniaceae n 1 3 @ #m %m 1 0 12787007 +cunt n 2 1 @ 2 0 09982873 05521514 +cuon n 1 3 @ #m %m 1 0 02115775 +cuon_alpinus n 1 2 @ #m 1 0 02115913 +cup n 8 5 @ ~ #p %p + 8 3 03147509 13766733 13904665 13619168 12267841 07930864 03148130 03147901 +cup_and_saucer n 1 1 @ 1 0 12037691 +cup_final n 1 2 @ ; 1 0 07467027 +cup_fungus n 1 3 @ ~ #m 1 0 13028611 +cup_hook n 1 1 @ 1 0 03148518 +cup_morel n 1 2 @ #m 1 0 13032618 +cup_of_tea n 1 1 @ 1 1 00432881 +cup_tie n 1 1 @ 1 0 00461294 +cupbearer n 1 1 @ 1 0 09983053 +cupboard n 1 2 @ ~ 1 1 03148324 +cupboard_love n 1 1 @ 1 0 01226837 +cupcake n 1 1 @ 1 0 07631023 +cupel n 1 1 @ 1 0 02868975 +cupflower n 2 3 @ ~ #m 2 0 12913791 12908645 +cupful n 1 1 @ 1 0 13766733 +cupid n 2 2 @ ; 2 0 09560061 06881224 +cupid's_bow n 2 1 @ 2 0 13868813 03148632 +cupid's_dart n 1 1 @ 1 0 11946918 +cupid's_disease n 1 2 @ ~ 1 0 14133159 +cupid's_itch n 1 2 @ ~ 1 0 14133159 +cupidity n 1 1 @ 1 0 04945758 +cupola n 2 1 @ 2 0 03148808 03148727 +cuppa n 1 2 @ ; 1 0 07933799 +cupper n 1 2 @ ; 1 0 07933799 +cupping n 1 2 @ + 1 0 00698794 +cupressaceae n 1 3 @ #m %m 1 0 11629501 +cupressus n 1 3 @ #m %m 1 0 11630351 +cupressus_abramsiana n 1 1 @ 1 0 11631619 +cupressus_arizonica n 1 1 @ 1 0 11631854 +cupressus_goveniana n 1 1 @ 1 0 11631159 +cupressus_goveniana_abramsiana n 1 1 @ 1 0 11631619 +cupressus_goveniana_pigmaea n 1 1 @ 1 0 11631405 +cupressus_guadalupensis n 1 1 @ 1 0 11631985 +cupressus_lusitanica n 1 1 @ 1 0 11632376 +cupressus_macrocarpa n 1 1 @ 1 0 11632167 +cupressus_pigmaea n 1 1 @ 1 0 11631405 +cupressus_sempervirens n 1 1 @ 1 0 11632619 +cupric_acetate n 1 1 @ 1 0 15096524 +cupric_sulfate n 1 2 @ ~ 1 0 14822839 +cupric_sulphate n 1 2 @ ~ 1 0 14822839 +cuprimine n 1 2 @ ; 1 0 03909835 +cuprite n 1 2 @ %s 1 0 14673325 +cupronickel n 1 1 @ 1 0 14717925 +cupule n 2 3 @ #p + 2 0 12267931 02465585 +cuquenan n 1 2 @ #p 1 0 09262082 +cuquenan_falls n 1 2 @ #p 1 0 09262082 +cur n 2 2 @ ~ 2 1 02084861 09983214 +curability n 1 3 ! @ + 1 0 04856721 +curableness n 1 3 ! @ + 1 0 04856721 +curacao n 2 2 @ #p 2 0 08749042 07909954 +curacoa n 1 1 @ 1 0 07909954 +curacy n 1 1 @ 1 0 00591446 +curandera n 1 1 @ 1 0 09983314 +curandero n 1 1 @ 1 0 09983444 +curare n 1 1 @ 1 0 15111609 +curassow n 1 2 @ #m 1 0 01799679 +curate n 1 2 @ ~ 1 0 09983572 +curate_cycloid n 1 1 @ 1 0 13908954 +curative n 1 3 @ ~ #p 1 0 04074482 +curator n 1 2 @ + 1 0 09983889 +curatorship n 1 2 @ + 1 0 00591523 +curb n 4 3 @ %p + 4 1 03148920 03149135 02701871 01146039 +curb_bit n 1 1 @ 1 0 03149135 +curb_market n 1 1 @ 1 0 03149261 +curb_roof n 1 2 @ ~ 1 0 03149401 +curb_service n 1 1 @ 1 0 00098822 +curbing n 1 2 @ %p 1 0 03148920 +curbside n 1 1 @ 1 1 03149531 +curbstone n 1 2 @ #p 1 0 03149686 +curculionidae n 1 3 @ #m %m 1 0 02178244 +curcuma n 1 3 @ #m %m 1 0 12356255 +curcuma_domestica n 1 3 @ #m %p 1 0 12356395 +curcuma_longa n 1 3 @ #m %p 1 0 12356395 +curd n 2 3 @ ~ #s 2 0 07850083 07849912 +curdling n 1 3 @ ~ + 1 0 13454479 +cure n 1 4 @ ~ #p + 1 1 04074482 +cure-all n 1 2 @ ~ 1 1 03880770 +curet n 1 1 @ 1 0 03149810 +curettage n 1 3 @ ~ #p 1 0 00669481 +curette n 1 1 @ 1 0 03149810 +curettement n 1 3 @ ~ #p 1 0 00669481 +curfew n 3 2 @ ; 3 0 15180209 06804606 06540527 +curia n 1 3 @ #p ; 1 0 08085648 +curie n 3 2 @ %p 3 0 13645599 10917999 10917703 +curie_point n 1 1 @ 1 0 05013461 +curie_temperature n 1 1 @ 1 0 05013461 +curietherapy n 1 1 @ 1 0 00706019 +curing n 1 4 @ ~ #p + 1 0 13491060 +curio n 1 2 @ ~ 1 1 03149951 +curiosa n 1 2 @ ; 1 0 06411753 +curiosity n 2 3 @ ~ + 2 1 05682570 03149951 +curiousness n 2 4 @ ~ = + 2 0 05683197 04799344 +curitiba n 1 2 @ #p 1 0 08855505 +curium n 1 1 @ 1 0 14636220 +curl n 3 4 @ ~ #p + 3 0 13875970 10918119 05257737 +curled_leaf_pondweed n 1 2 @ #m 1 0 12616248 +curler n 1 2 @ + 1 0 03150232 +curlew n 1 3 @ ~ #m 1 0 02033561 +curlew_sandpiper n 1 2 @ #m 1 0 02029087 +curlicue n 2 2 @ ~ 2 0 13875970 06801033 +curliness n 1 4 ! @ = + 1 0 05074374 +curling n 1 3 @ + ; 1 0 00461611 +curling_iron n 1 1 @ 1 0 03150511 +curly-coated_retriever n 1 1 @ 1 0 02099429 +curly-heads n 1 1 @ 1 0 11730312 +curly_clematis n 1 1 @ 1 0 11730015 +curly_endive n 1 3 @ ~ #p 1 0 07730855 +curly_grass n 1 2 @ #m 1 0 12955414 +curly_grass_fern n 1 2 @ #m 1 0 12955414 +curly_pondweed n 1 2 @ #m 1 0 12616248 +curlycup_gumweed n 1 1 @ 1 0 11973749 +curmudgeon n 1 2 @ + 1 0 09984047 +currajong n 1 1 @ 1 0 12196694 +currant n 3 3 @ ~ #m 3 1 07744246 12805146 07752966 +currant_bush n 1 3 @ ~ #m 1 0 12805146 +currawong n 1 2 @ #m 1 0 01583495 +currency n 3 4 @ ~ = + 3 2 13385913 04765586 05050379 +current n 3 2 @ ~ 3 3 11443532 07406765 08461595 +current_account n 2 3 @ #p ; 2 0 13410803 13363970 +current_assets n 1 3 @ #m ; 1 0 13333047 +current_electricity n 1 1 @ 1 0 11514559 +current_intelligence n 1 1 @ 1 0 00982153 +current_of_air n 1 3 @ ~ %s 1 0 11525955 +current_unit n 1 2 @ ~ 1 0 13633375 +currentness n 1 4 @ ~ = + 1 0 05050379 +currer_bell n 1 1 @ 1 0 10865700 +curriculum n 1 4 @ ~ %p + 1 1 06676416 +curriculum_vitae n 1 1 @ 1 0 06468403 +currier n 2 2 @ + 2 0 10918358 09984187 +curry n 1 4 @ ~ + ; 1 0 07823951 +curry_powder n 1 1 @ 1 0 07823814 +curry_sauce n 1 1 @ 1 0 07840395 +currycomb n 1 2 @ + 1 0 03150661 +curse n 5 3 @ ~ + 5 3 07125096 07233634 07160424 14445226 07420354 +curse_word n 1 1 @ 1 0 07125096 +cursed_crowfoot n 1 1 @ 1 0 11722621 +cursive n 1 2 @ ~ 1 0 06350274 +cursive_script n 1 2 @ ~ 1 0 06350274 +cursor n 1 2 @ ; 1 0 03150795 +cursorius n 1 3 @ #m %m 1 0 02039377 +cursorius_cursor n 1 2 @ #m 1 0 02039497 +curtailment n 3 2 @ + 3 0 05134122 01147950 00192910 +curtain n 2 4 @ ~ %p + 2 2 03151077 09262233 +curtain_call n 1 1 @ 1 1 07229341 +curtain_lecture n 1 1 @ 1 0 06714184 +curtain_raiser n 2 1 @ 2 1 00243577 07019396 +curtain_raising n 1 1 @ 1 0 07329363 +curtain_ring n 1 1 @ 1 0 03151401 +curtilage n 1 2 @ ~ 1 0 04610879 +curtis n 1 1 @ 1 0 10918558 +curtisia n 1 2 @ #m 1 0 12948849 +curtiss n 1 1 @ 1 0 10918679 +curtness n 1 2 @ + 1 1 04915462 +curtsey n 1 2 @ + 1 0 07274890 +curtsy n 1 2 @ + 1 0 07274890 +curvaceousness n 1 2 @ + 1 0 04686748 +curvature n 3 4 @ ~ + ; 3 0 14213328 05102435 05072663 +curve n 5 6 ! @ ~ #p + ; 5 3 13867641 07000941 00107875 05072663 02829696 +curve_ball n 1 1 @ 1 0 00107875 +curved_shape n 1 2 @ ~ 1 0 13867641 +curvet n 1 2 @ + 1 0 00288190 +curvilinear_correlation n 1 2 @ ; 1 0 06031657 +curvilinear_regression n 1 2 @ ; 1 0 06029118 +cusco n 1 1 @ 1 0 08979740 +cuscus n 1 2 @ #m 1 0 01881564 +cuscuta n 1 3 @ #m %m 1 0 12825301 +cuscuta_gronovii n 1 2 @ #m 1 0 12825721 +cush-cush n 1 1 @ 1 0 12089496 +cushat n 1 2 @ #m 1 0 01813088 +cushaw n 2 3 @ #p %p 2 0 12162181 07718195 +cushing n 1 1 @ 1 0 10918834 +cushing's_disease n 1 1 @ 1 0 14117449 +cushing's_syndrome n 1 1 @ 1 0 14117668 +cushion n 3 4 @ ~ #p + 3 1 04198797 03151800 03151500 +cushion_calamint n 1 2 @ #m 1 0 12843970 +cushion_flower n 1 2 @ #m 1 0 12218868 +cushioning n 1 4 @ ~ %s + 1 1 03873064 +cushitic n 1 2 @ ~ 1 0 06990836 +cusk n 3 3 @ #p %p 3 0 07778810 02525382 02523427 +cusk-eel n 1 2 @ #m 1 0 02558860 +cusp n 3 3 @ #p + 3 1 03151916 05389625 05307521 +cuspid n 1 3 @ ~ + 1 0 05307091 +cuspidation n 1 1 @ 1 0 03152062 +cuspidor n 1 1 @ 1 0 04281260 +cuss n 3 3 @ ~ + 3 2 10419630 09908025 07125096 +cussedness n 1 2 @ + 1 0 04909270 +custard n 1 2 @ ~ 1 0 07619004 +custard-apple_family n 1 3 @ #m %m 1 0 11693566 +custard_apple n 2 5 @ ~ #m #p %p 2 0 11693981 07760859 +custard_apple_tree n 1 4 @ ~ #m %p 1 0 11693981 +custard_pie n 1 1 @ 1 0 03152144 +custer n 1 1 @ 1 0 10919061 +custer's_last_stand n 1 2 @ ; 1 0 01284444 +custodial_account n 1 1 @ 1 0 13351860 +custodian n 1 3 @ ~ + 1 1 09984298 +custodianship n 1 2 @ + 1 0 00591622 +custody n 3 2 @ + 3 1 13999663 01147347 00818678 +custody_battle n 1 2 @ ; 1 0 01187085 +custody_case n 1 2 @ ; 1 0 01184565 +custom n 4 3 @ ~ + 4 2 00413239 05667404 13317002 01096873 +custom-built n 1 1 @ 1 0 03152483 +custom-made n 1 2 ! @ 1 0 03152483 +customer n 1 3 @ ~ #m 1 1 09984659 +customer's_broker n 1 1 @ 1 0 09761753 +customer's_man n 1 1 @ 1 0 09761753 +customer_agent n 1 1 @ 1 0 09984960 +customhouse n 1 1 @ 1 0 03152303 +customs n 1 2 @ ~ 1 0 13317002 +customs_bureau n 1 2 @ #p 1 0 08142972 +customs_duty n 1 2 @ ~ 1 0 13317002 +customs_service n 1 2 @ #p 1 0 08142972 +customs_union n 1 2 @ ~ 1 0 08305568 +customshouse n 1 1 @ 1 0 03152303 +cut n 20 4 @ ~ #p ; 20 3 13289159 06618234 03152619 14429885 14287113 07653394 06721461 06612865 06428216 05750948 03152743 01225997 00571444 00565809 00489475 00387657 00386915 00359238 00352331 00067254 +cut-and-thrust n 1 1 @ 1 0 01176540 +cut-in n 2 2 @ ; 2 0 00384510 00384329 +cut-rate_sale n 1 2 @ ~ 1 0 01117723 +cut-up n 1 1 @ 1 0 10463714 +cut_glass n 1 1 @ 1 1 03153145 +cut_of_beef n 1 3 @ ~ #p 1 0 07656077 +cut_of_lamb n 1 3 @ ~ #p 1 0 07667326 +cut_of_meat n 1 2 @ ~ 1 0 07653394 +cut_of_mutton n 1 2 @ ~ 1 0 07667042 +cut_of_pork n 1 3 @ ~ #p 1 0 07668902 +cut_of_veal n 1 3 @ ~ #p 1 0 07665595 +cut_price n 1 1 @ 1 0 05147237 +cut_rate n 1 1 @ 1 0 05147237 +cutaneous_anthrax n 1 1 @ 1 0 14072625 +cutaneous_leishmaniasis n 1 1 @ 1 0 14181187 +cutaneous_sensation n 1 2 @ ~ 1 0 05723210 +cutaneous_senses n 1 2 @ #p 1 0 05655119 +cutaneous_vein n 1 1 @ 1 0 05364905 +cutaway n 2 1 @ 2 0 03152951 03152830 +cutaway_drawing n 1 1 @ 1 0 03152951 +cutaway_model n 1 1 @ 1 0 03152951 +cutback n 1 3 @ ~ + 1 0 00353782 +cutch n 1 1 @ 1 0 12951331 +cuteness n 1 2 @ + 1 0 04685649 +cuterebra n 1 2 @ #m 1 0 02193955 +cuterebridae n 1 3 @ #m %m 1 0 02193799 +cuticle n 3 6 @ ~ #p %s %p + 3 0 05581932 05240211 01903756 +cuticula n 1 2 @ + 1 0 01895630 +cutin n 1 2 @ ; 1 0 14673462 +cutis n 1 6 @ ~ #p %s %p + 1 0 05238282 +cutlas n 1 1 @ 1 0 03153246 +cutlass n 1 1 @ 1 1 03153246 +cutlassfish n 1 2 @ #m 1 0 02622955 +cutleaved_coneflower n 1 3 @ ~ #m 1 0 12008749 +cutler n 1 1 @ 1 0 09985207 +cutlery n 2 3 @ ~ %p 2 0 03154073 03153375 +cutlet n 1 1 @ 1 0 07654886 +cutoff n 3 1 @ 3 0 13759014 04204953 03153585 +cutoff_saw n 1 1 @ 1 0 03136504 +cutout n 3 3 @ ~ + 3 0 03153948 03153821 03153681 +cutpurse n 1 1 @ 1 0 10431907 +cutter n 6 3 @ ~ + 6 0 10659294 09985470 09985279 04409128 03154316 03154073 +cutthroat n 1 1 @ 1 0 09985577 +cutting n 10 4 @ ~ #p + 10 3 00945205 13127473 00386915 09262371 06612649 00942234 00489475 00387657 00363052 00359238 +cutting_angle n 1 1 @ 1 0 13892765 +cutting_board n 1 1 @ 1 0 03025513 +cutting_edge n 2 2 @ #p 2 1 06209419 03624497 +cutting_implement n 1 2 @ ~ 1 0 03154446 +cutting_off n 2 2 @ ~ 2 0 00392709 00359238 +cutting_out n 1 2 @ ~ 1 0 00393369 +cutting_room n 1 1 @ 1 0 03154616 +cutting_tool n 1 2 @ ~ 1 0 03154073 +cuttle n 1 2 @ #m 1 0 01972541 +cuttlefish n 1 2 @ #m 1 0 01972541 +cutty_stool n 1 1 @ 1 0 03154745 +cutwork n 1 1 @ 1 0 03154895 +cutworm n 1 3 @ ~ #m 1 0 02295390 +cuvier n 1 1 @ 1 0 10919278 +cuzco n 1 1 @ 1 0 08979740 +cv n 1 1 @ 1 0 06468403 +cva n 1 3 @ ~ %p 1 0 14082303 +cwm n 1 1 @ 1 0 09245515 +cwt n 2 3 @ #p %p 2 0 13721177 13721003 +cy_pres n 1 1 @ 1 0 05848691 +cy_pres_doctrine n 1 1 @ 1 0 05848691 +cy_young n 1 1 @ 1 0 11403456 +cyamopsis n 1 3 @ #m %m 1 0 12520223 +cyamopsis_psoraloides n 1 2 @ #m 1 0 12520406 +cyamopsis_tetragonolobus n 1 2 @ #m 1 0 12520406 +cyamus n 1 3 @ #m %m 1 0 01993714 +cyan n 1 2 @ + 1 0 04968619 +cyanamid n 1 1 @ 1 0 14826482 +cyanamide n 2 1 @ 2 0 14826482 14789220 +cyanic_acid n 1 1 @ 1 0 14826613 +cyanide n 2 2 @ ~ 2 0 14827346 14826767 +cyanide_group n 1 1 @ 1 0 14827191 +cyanide_poisoning n 1 1 @ 1 0 14510648 +cyanide_process n 1 1 @ 1 0 13454789 +cyanide_radical n 1 1 @ 1 0 14827191 +cyanine_dye n 1 1 @ 1 0 14987150 +cyanite n 1 1 @ 1 0 14679584 +cyano_group n 1 1 @ 1 0 14827191 +cyano_radical n 1 1 @ 1 0 14827191 +cyanobacteria n 1 4 @ ~ #m + 1 0 01358572 +cyanocitta n 1 3 @ #m %m 1 0 01580644 +cyanocitta_cristata n 1 2 @ #m 1 0 01580870 +cyanocobalamin n 1 1 @ 1 0 15091304 +cyanogen n 1 2 @ + 1 0 14827017 +cyanohydrin n 1 1 @ 1 0 14827505 +cyanophyceae n 1 3 @ #m %m 1 0 01358259 +cyanophyta n 1 3 @ #m %m 1 0 01357707 +cyanosis n 1 3 @ ~ #p 1 0 14303009 +cyanuramide n 1 1 @ 1 0 14949746 +cyanuric_acid n 1 1 @ 1 0 14827680 +cyathea n 1 3 @ #m %m 1 0 13187167 +cyathea_medullaris n 1 2 @ #m 1 0 13187367 +cyatheaceae n 1 3 @ #m %m 1 0 13187031 +cybele n 1 1 @ 1 0 09594093 +cyber-terrorism n 1 3 @ + ; 1 0 00763630 +cyber-terrorist n 1 3 @ + ; 1 0 10155222 +cyberart n 1 1 @ 1 0 03155055 +cybercafe n 1 1 @ 1 0 03155178 +cybercrime n 1 1 @ 1 0 00768483 +cyberculture n 1 1 @ 1 0 06194736 +cybernation n 1 2 @ + 1 0 00102779 +cybernaut n 1 1 @ 1 0 09985683 +cybernetics n 1 3 @ + ; 1 0 06142598 +cyberphobia n 1 1 @ 1 0 14383444 +cyberpunk n 3 2 @ ; 3 0 10155222 09985809 06368814 +cybersex n 1 1 @ 1 0 14037816 +cyberspace n 1 1 @ 1 0 03580615 +cyberwar n 1 2 @ ; 1 0 00763630 +cyborg n 1 1 @ 1 0 09985978 +cycad n 1 2 @ ~ 1 0 11600372 +cycad_family n 1 3 @ #m %m 1 0 11600671 +cycadaceae n 1 3 @ #m %m 1 0 11600671 +cycadales n 1 3 @ #m %m 1 0 11600139 +cycadofilicales n 1 3 @ #m %m 1 0 11604904 +cycadophyta n 1 3 @ #m %m 1 0 11599694 +cycadophytina n 1 3 @ #m %m 1 0 11599694 +cycadopsida n 1 3 @ #m %m 1 0 11599694 +cycas n 1 3 @ #m %m 1 0 11600900 +cycas_circinalis n 1 2 @ #m 1 0 11601333 +cycas_revoluta n 1 3 @ ~ %s 1 0 11601177 +cyclades n 2 2 @ #p 2 1 08290928 08783149 +cycladic_civilisation n 1 1 @ 1 0 08290928 +cycladic_civilization n 1 1 @ 1 0 08290928 +cycladic_culture n 1 1 @ 1 0 08290928 +cyclamen n 1 2 @ #m 1 0 12093329 +cyclamen_hederifolium n 1 2 @ #m 1 0 12093600 +cyclamen_neopolitanum n 1 2 @ #m 1 0 12093600 +cyclamen_purpurascens n 1 2 @ #m 1 0 12093329 +cycle n 6 5 @ ~ #p %p + 6 5 15287830 08377332 07342495 15279104 07341038 02834778 +cycle_of_rebirth n 1 3 @ ~ ; 1 0 07321517 +cycle_per_second n 1 2 @ #p 1 0 15279104 +cycle_rickshaw n 1 1 @ 1 0 03904433 +cycles/second n 1 2 @ #p 1 0 15279104 +cyclic_disorder n 1 1 @ 1 0 14392862 +cyclic_neutropenia n 1 1 @ 1 0 14196722 +cyclic_redundancy_check n 1 1 @ 1 0 06357632 +cyclicity n 1 4 @ ~ = + 1 0 04767805 +cycling n 1 3 @ ~ + 1 0 00451370 +cycliophora n 1 3 @ #m %m 1 0 02314717 +cyclist n 1 3 @ ~ + 1 1 09986189 +cyclobenzaprine n 1 1 @ 1 0 03155334 +cyclodestructive_surgery n 1 1 @ 1 0 00678988 +cyclohexanol n 1 1 @ 1 0 14827763 +cyclohexanol_phthalate n 1 1 @ 1 1 14827871 +cycloid n 1 3 @ ~ + 1 0 13908777 +cycloloma n 1 3 @ #m %m 1 0 11833208 +cycloloma_atriplicifolium n 1 2 @ #m 1 0 11833373 +cyclone n 2 6 ! @ ~ %p + ; 2 0 14521302 11443721 +cyclone_cellar n 1 1 @ 1 0 04329681 +cyclooxygenase n 1 2 @ ~ 1 0 14737847 +cyclooxygenase-1 n 1 1 @ 1 0 14738052 +cyclooxygenase-2 n 1 1 @ 1 0 14738295 +cyclopaedia n 1 2 @ ~ 1 0 06427387 +cyclopean_masonry n 1 1 @ 1 0 03155502 +cyclopedia n 1 2 @ ~ 1 0 06427387 +cyclopes n 1 3 @ #m %m 1 0 02460684 +cyclopes_didactylus n 1 2 @ #m 1 0 02460817 +cyclophorus n 1 2 @ #m 1 0 13178883 +cyclophorus_lingua n 1 2 @ #m 1 0 13178284 +cyclopia n 1 1 @ 1 0 14503990 +cyclopropane n 1 1 @ 1 0 03155661 +cyclops n 2 4 @ #m + ; 2 0 09490572 01997119 +cyclopteridae n 1 3 @ #m %m 1 0 02646377 +cyclopterus n 1 3 @ #m %m 1 0 02646508 +cyclopterus_lumpus n 1 3 @ ~ #m 1 0 02646667 +cyclorama n 1 1 @ 1 0 03884072 +cycloserine n 1 1 @ 1 0 03155788 +cyclosis n 1 1 @ 1 0 11443929 +cyclosorus n 1 2 @ #m 1 0 13228692 +cyclosporeae n 1 2 @ #m 1 0 01403968 +cyclostomata n 1 3 @ #m %m 1 0 01476829 +cyclostome n 1 2 @ #m 1 0 01477080 +cyclostyle n 1 2 @ + 1 0 03155915 +cyclothymia n 1 2 @ + 1 0 14392862 +cyclothymic_disorder n 1 1 @ 1 0 14392862 +cyclotron n 1 2 @ ~ 1 0 03156071 +cycnoches n 1 3 @ #m %m 1 0 12054902 +cyder n 1 2 @ ~ 1 0 07921455 +cydippea n 1 2 @ #m 1 0 01919714 +cydippida n 1 2 @ #m 1 0 01919714 +cydippidea n 1 2 @ #m 1 0 01919714 +cydonia n 1 3 @ #m %m 1 0 12628872 +cydonia_oblonga n 1 3 @ #m %p 1 0 12628986 +cygnet n 1 1 @ 1 0 01858906 +cygnus n 2 3 @ #m %m 2 0 09262490 01858989 +cygnus_atratus n 1 2 @ #m 1 0 01860187 +cygnus_buccinator n 1 2 @ #m 1 0 01860002 +cygnus_columbianus n 1 3 @ ~ #m 1 0 01859496 +cygnus_columbianus_bewickii n 1 1 @ 1 0 01859852 +cygnus_columbianus_columbianus n 1 1 @ 1 0 01859689 +cygnus_cygnus n 1 2 @ #m 1 0 01859325 +cygnus_olor n 1 2 @ #m 1 0 01859190 +cylinder n 4 5 @ ~ #p %p + 4 1 13865298 13899804 03156405 03156279 +cylinder_block n 1 3 @ #p %p 1 0 03288225 +cylinder_head n 1 1 @ 1 0 03156606 +cylinder_lock n 1 2 @ %p 1 0 03156767 +cylinder_press n 1 1 @ 1 0 03360431 +cylindrical_lining n 1 1 @ 1 0 02925107 +cylindricality n 1 2 @ + 1 0 05073403 +cylindricalness n 1 2 @ + 1 0 05073403 +cylix n 1 1 @ 1 0 03629520 +cyma n 1 3 @ ~ ; 1 0 03156990 +cyma_recta n 1 1 @ 1 0 03157215 +cyma_reversa n 1 1 @ 1 0 03842585 +cymatiidae n 1 3 @ #m %m 1 0 01947613 +cymatium n 1 3 @ ~ ; 1 0 03156990 +cymbal n 1 2 @ ~ 1 0 03157348 +cymbalist n 1 1 @ 1 0 09986450 +cymbid n 1 2 @ #m 1 0 12055516 +cymbidium n 1 2 @ #m 1 0 12055516 +cyme n 1 2 @ ~ 1 0 13132940 +cymene n 1 1 @ 1 0 14827979 +cymling n 1 2 @ %p 1 0 12160125 +cymograph n 1 1 @ 1 0 03629643 +cymric n 1 2 @ ; 1 0 06961557 +cymru n 1 5 @ #p %m %p - 1 0 08894456 +cymry n 1 2 @ #m 1 0 09747329 +cymule n 1 1 @ 1 0 13133140 +cynancum n 1 2 @ #m 1 0 13236495 +cynara n 1 3 @ #m %m 1 0 11959489 +cynara_cardunculus n 1 3 @ #m %p 1 0 11959862 +cynara_scolymus n 1 3 @ #m %p 1 0 11959632 +cynewulf n 1 1 @ 1 0 10919496 +cynic n 2 3 @ ~ + 2 1 09986532 09986700 +cynicism n 1 1 @ 1 0 07543204 +cynipid_gall_wasp n 1 2 @ #m 1 0 02216740 +cynipid_wasp n 1 2 @ #m 1 0 02216740 +cynipidae n 1 3 @ #m %m 1 0 02216547 +cynips n 1 2 @ #m 1 0 02216924 +cynocephalidae n 1 3 @ #m %m 1 0 02502212 +cynocephalus n 1 3 @ #m %m 1 0 02502357 +cynocephalus_variegatus n 1 1 @ 1 0 02502807 +cynodon n 1 3 @ #m %m 1 0 12115563 +cynodon_dactylon n 1 2 @ #m 1 0 12115748 +cynodon_plectostachyum n 1 2 @ #m 1 0 12116058 +cynodont n 1 2 @ #m 1 0 01720767 +cynodontia n 1 3 @ #m %m 1 0 01720496 +cynoglossidae n 1 3 @ #m %m 1 0 02663352 +cynoglossum n 1 3 @ #m %m 1 0 12818742 +cynoglossum_amabile n 1 2 @ #m 1 0 12818966 +cynoglossum_officinale n 1 2 @ #m 1 0 12819141 +cynoglossum_virginaticum n 1 2 @ #m 1 0 12819354 +cynomys n 1 3 @ #m %m 1 0 02359204 +cynomys_gunnisoni n 1 1 @ 1 0 02359667 +cynomys_ludovicianus n 1 1 @ 1 0 02359556 +cynophobia n 1 1 @ 1 0 14385082 +cynopterus n 1 3 @ #m %m 1 0 02140719 +cynopterus_sphinx n 1 2 @ #m 1 0 02140858 +cynoscephalae n 2 3 @ #p ; 2 0 08790199 01277065 +cynoscion n 1 3 @ #m %m 1 0 02599207 +cynoscion_nebulosus n 1 3 @ #m %p 1 0 02599557 +cynoscion_regalis n 1 3 @ #m %p 1 0 02599347 +cynosure n 2 1 @ 2 0 06651145 05812646 +cynthia n 1 2 @ ; 1 0 09556697 +cynthia_moth n 1 2 @ #m 1 0 02303585 +cynwulf n 1 1 @ 1 0 10919496 +cyon n 1 3 @ #m %m 1 0 02115775 +cyperaceae n 1 4 @ ~ #m %m 1 0 12149751 +cyperus n 1 2 @ %m 1 0 12150447 +cyperus_alternifolius n 1 2 @ #m 1 0 12150722 +cyperus_esculentus n 1 2 @ #m 1 0 12150969 +cyperus_longus n 1 2 @ #m 1 0 12151170 +cyperus_papyrus n 1 2 @ #m 1 0 12151365 +cyperus_rotundus n 1 2 @ #m 1 0 12151615 +cypher n 5 3 @ ~ + 5 0 13742358 13740168 09923418 06355307 06254239 +cyphomandra n 1 3 @ #m %m 1 0 12902887 +cypraea n 1 3 @ #m %m 1 0 01953197 +cypraea_moneta n 1 1 @ 1 0 01953594 +cypraea_tigris n 1 1 @ 1 0 01953762 +cypraeidae n 1 3 @ #m %m 1 0 01953032 +cypre n 1 2 @ #m 1 0 12818346 +cypress n 2 6 @ ~ #m #s %s %p 2 0 11630890 11630489 +cypress_family n 1 3 @ #m %m 1 0 11629501 +cypress_pine n 1 3 @ ~ #m 1 0 11633633 +cypress_sedge n 1 2 @ #m 1 0 12152251 +cypress_spurge n 1 2 @ #m 1 0 12919646 +cypress_tree n 1 5 @ ~ #m %s %p 1 1 11630489 +cypress_vine n 1 1 @ 1 0 12827270 +cyprian n 2 4 @ ~ #m + 2 0 10485440 09699020 +cyprinid n 1 4 @ ~ #m + 1 0 01439121 +cyprinid_fish n 1 3 @ ~ #m 1 0 01439121 +cyprinidae n 1 3 @ #m %m 1 0 01438720 +cypriniform_fish n 1 3 @ ~ #m 1 0 01438208 +cypriniformes n 1 3 @ #m %m 1 0 01437805 +cyprinodont n 1 3 @ ~ #m 1 0 01446589 +cyprinodontidae n 1 3 @ #m %m 1 0 01446283 +cyprinus n 1 3 @ #m %m 1 0 01439657 +cyprinus_carpio n 1 4 @ ~ #m %p 1 0 01439808 +cypriot n 1 3 @ #m + 1 0 09699020 +cypriot_monetary_unit n 1 2 @ ~ 1 0 13693514 +cypriot_pound n 1 2 @ %p 1 0 13693641 +cypriote n 1 3 @ #m + 1 0 09699020 +cypripedia n 1 2 @ #m 1 0 12056099 +cypripedium n 1 3 @ #m %m 1 0 12055839 +cypripedium_acaule n 1 1 @ 1 0 12056601 +cypripedium_album n 1 1 @ 1 0 12056758 +cypripedium_arietinum n 1 1 @ 1 0 12056990 +cypripedium_calceolus n 1 2 @ ~ 1 0 12057211 +cypripedium_calceolus_pubescens n 1 1 @ 1 0 12057447 +cypripedium_californicum n 1 1 @ 1 0 12057660 +cypripedium_fasciculatum n 1 1 @ 1 0 12057895 +cypripedium_montanum n 1 1 @ 1 0 12058192 +cypripedium_parviflorum n 1 2 @ ~ 1 0 12057211 +cypripedium_reginae n 1 1 @ 1 0 12056758 +cyproheptadine n 1 1 @ 1 0 03157582 +cyprus n 2 6 @ #p %m %p + - 2 0 08756884 08756735 +cyrano_de_bergerac n 1 1 @ 1 0 10919598 +cyril n 1 1 @ 1 0 10919886 +cyril_burt n 1 1 @ 1 0 10874921 +cyril_lodowic_burt n 1 1 @ 1 0 10874921 +cyril_northcote_parkinson n 1 1 @ 1 0 11223119 +cyrilla n 1 2 @ #m 1 0 12750767 +cyrilla_family n 1 3 @ #m %m 1 0 12750306 +cyrilla_racemiflora n 1 2 @ #m 1 0 12750767 +cyrilliaceae n 1 3 @ #m %m 1 0 12750306 +cyrillic n 1 2 @ + 1 0 06499796 +cyrillic_alphabet n 1 1 @ 1 0 06499796 +cyrtomium n 1 2 @ #m 1 0 13195151 +cyrtomium_aculeatum n 1 1 @ 1 0 13195341 +cyrus n 1 1 @ 1 0 10920051 +cyrus_hall_mccormick n 1 1 @ 1 0 11168645 +cyrus_ii n 1 1 @ 1 0 10920207 +cyrus_mccormick n 1 1 @ 1 0 11168645 +cyrus_the_elder n 1 1 @ 1 0 10920207 +cyrus_the_great n 1 1 @ 1 0 10920207 +cyrus_the_younger n 1 1 @ 1 0 10920051 +cyst n 2 3 @ ~ + 2 1 14202996 05517578 +cysteine n 1 1 @ 1 0 14604454 +cystic_artery n 1 1 @ 1 0 05344350 +cystic_breast_disease n 1 1 @ 1 0 14198380 +cystic_fibrosis n 1 1 @ 1 0 14155506 +cystic_fibrosis_transport_regulator n 1 1 @ 1 0 05439810 +cystic_mastitis n 1 1 @ 1 0 14198380 +cystic_vein n 1 1 @ 1 0 05365059 +cystine n 1 1 @ 1 0 14604616 +cystitis n 1 1 @ 1 0 14188702 +cystocele n 1 1 @ 1 0 14296966 +cystoid_macular_edema n 1 1 @ 1 0 14254926 +cystolith n 1 1 @ 1 0 09223487 +cystoparalysis n 1 1 @ 1 0 14086036 +cystophora n 1 3 @ #m %m 1 0 02080934 +cystophora_cristata n 1 2 @ #m 1 0 02081060 +cystoplegia n 1 1 @ 1 0 14086036 +cystopteris n 1 3 @ #m %m 1 0 13195547 +cystopteris_bulbifera n 1 1 @ 1 0 13196369 +cystopteris_fragilis n 1 1 @ 1 0 13196003 +cystopteris_montana n 1 1 @ 1 0 13196234 +cytesis_proliferus n 1 2 @ #m 1 0 12514592 +cytherea n 1 1 @ 1 0 09554132 +cytidine n 1 1 @ 1 0 15073147 +cytisus n 1 3 @ #m %m 1 0 12520661 +cytisus_albus n 1 2 @ #m 1 0 12521186 +cytisus_multiflorus n 1 2 @ #m 1 0 12521186 +cytisus_ramentaceus n 1 2 @ #m 1 0 12498457 +cytisus_scoparius n 1 2 @ #m 1 0 12521394 +cytoarchitectonics n 1 1 @ 1 0 04933197 +cytoarchitecture n 1 2 @ + 1 0 04933197 +cytochrome n 1 4 @ ~ %s ; 1 0 15025571 +cytochrome_c n 1 1 @ 1 0 15025815 +cytogenesis n 1 2 @ + 1 0 13454950 +cytogeneticist n 1 1 @ 1 0 09986904 +cytogenetics n 1 2 @ + 1 0 06070738 +cytogeny n 1 1 @ 1 0 13454950 +cytokine n 1 2 @ ~ 1 0 14828193 +cytokinesis n 1 2 @ #p 1 0 13504497 +cytokinin n 1 1 @ 1 0 14745477 +cytol n 1 4 @ ~ #p %p 1 0 05432948 +cytologic_smear n 1 2 @ ~ 1 0 05265139 +cytologic_specimen n 1 2 @ ~ 1 0 05267073 +cytologist n 1 1 @ 1 0 09987045 +cytology n 1 4 @ ~ + - 1 0 06070503 +cytolysin n 1 1 @ 1 0 14828396 +cytolysis n 1 2 @ + 1 0 13455086 +cytomegalovirus n 1 1 @ 1 0 01339801 +cytomembrane n 1 2 @ #p 1 0 05312782 +cytopenia n 1 2 @ ~ 1 0 13973490 +cytophotometer n 1 1 @ 1 0 03157751 +cytophotometry n 1 1 @ 1 0 01003435 +cytoplasm n 1 5 @ ~ #p %p + 1 1 05432948 +cytoplast n 1 1 @ 1 0 05433400 +cytosine n 1 2 @ #s 1 0 14828511 +cytoskeleton n 1 2 @ #p 1 0 05433496 +cytosmear n 1 2 @ ~ 1 0 05265139 +cytosol n 1 1 @ 1 0 05433709 +cytostome n 1 2 @ #p 1 0 01458010 +cytotoxic_drug n 1 2 @ ~ 1 0 03157987 +cytotoxic_t_cell n 1 1 @ 1 0 05452516 +cytotoxicity n 1 1 @ 1 0 13583611 +cytotoxin n 1 3 @ ~ + 1 0 15035367 +czar n 2 4 @ ~ + ; 2 0 09987239 09987161 +czar_alexander_i n 1 2 @ ; 1 0 10812550 +czar_alexander_ii n 1 2 @ ; 1 0 10812800 +czar_alexander_iii n 1 2 @ ; 1 0 10813049 +czar_nicholas_i n 1 2 @ ; 1 0 11205975 +czar_peter_i n 1 1 @ 1 0 11231433 +czarina n 1 1 @ 1 0 09987573 +czaritza n 1 1 @ 1 0 09987573 +czech n 3 3 @ #m + 3 0 09699403 09699200 06944911 +czech_capital n 1 2 @ #p 1 0 08757926 +czech_monetary_unit n 1 2 @ ~ 1 0 13681142 +czech_republic n 1 4 @ #p %m %p 1 0 08757264 +czechoslovak n 1 2 @ #m 1 0 09699200 +czechoslovakia n 1 5 @ #p %m %p + 1 1 08757569 +czechoslovakian n 1 3 @ #m + 1 0 09699200 +czerny n 1 1 @ 1 0 10920366 +czestochowa n 1 2 @ #p 1 0 08983556 +d n 3 3 @ #m %s 3 0 15092227 13750712 06831498 +d'oyly_carte n 1 1 @ 1 0 10942473 +d-day n 1 1 @ 1 0 15162523 +d-layer n 1 2 @ #p 1 0 08582157 +d._h._lawrence n 1 1 @ 1 0 11120146 +d._w._griffith n 1 1 @ 1 0 11016374 +d.a. n 1 1 @ 1 0 06703834 +d.c. n 1 3 @ #p %p 1 0 09070487 +d.p.r.k. n 1 4 @ #p %p - 1 0 08955082 +d_and_c n 1 2 @ %p 1 0 00670250 +d_region n 1 2 @ #p 1 0 08582157 +da n 1 1 @ 1 0 10019072 +da'wah n 1 1 @ 1 0 00731136 +da_gamma n 1 1 @ 1 0 10920582 +da_vinci n 1 1 @ 1 0 11128394 +dab n 2 2 @ + 2 1 00125436 13761171 +daba n 1 1 @ 1 0 06984446 +dabbler n 2 2 @ + 2 0 09987696 01847407 +dabbling_duck n 1 2 ! @ 1 0 01847407 +dabchick n 1 1 @ 1 0 02050809 +daboecia n 1 3 @ #m %m 1 0 12234513 +daboecia_cantabrica n 1 2 @ #m 1 0 12234669 +dacca n 1 2 @ #p 1 0 08849226 +dace n 1 2 @ #m 1 0 01441117 +dacelo n 1 3 @ #m %m 1 0 01828267 +dacelo_gigas n 1 2 @ #m 1 0 01828556 +dacha n 1 1 @ 1 0 03158186 +dachau n 1 2 @ #p 1 0 03158259 +dachshund n 1 2 @ ~ 1 0 02089232 +dachsie n 1 2 @ ~ 1 0 02089232 +dacite n 1 3 @ %s + 1 0 14726823 +dacninae n 1 3 @ #m %m 1 0 01538775 +dacoit n 1 2 @ ; 1 0 09987927 +dacoity n 1 2 @ ; 1 0 00782927 +dacridium_laxifolius n 1 2 @ #m 1 0 11656771 +dacron n 1 2 @ ; 1 0 03158414 +dacrycarpus n 1 2 @ #m 1 0 11653728 +dacrycarpus_dacrydioides n 1 1 @ 1 0 11653904 +dacrydium n 1 3 @ #m %m 1 0 11654124 +dacrydium_bidwilli n 1 2 @ #m 1 0 11655592 +dacrydium_colensoi n 1 2 @ #m 1 0 11654438 +dacrydium_cupressinum n 1 2 @ #m 1 0 11654293 +dacrydium_franklinii n 1 2 @ #m 1 0 11656123 +dacrymyces n 1 2 @ #m 1 0 13062868 +dacrymycetaceae n 1 3 @ #m %m 1 0 13062630 +dacryocyst n 1 2 @ #p 1 0 05331988 +dacryocystitis n 1 1 @ 1 0 14341769 +dacryon n 1 1 @ 1 0 05232345 +dactyl n 2 5 @ ~ #p %p + 2 0 07095148 05566097 +dactylis n 1 2 @ #m 1 0 12116267 +dactylis_glomerata n 1 1 @ 1 0 12116429 +dactyloctenium n 1 2 @ #m 1 0 12116583 +dactyloctenium_aegypticum n 1 1 @ 1 0 12116734 +dactylomegaly n 1 1 @ 1 0 14367249 +dactylopiidae n 1 3 @ #m %m 1 0 02249995 +dactylopius n 1 3 @ #m %m 1 0 02250133 +dactylopius_coccus n 1 2 @ #m 1 0 02250280 +dactylopteridae n 1 3 @ #m %m 1 0 02651846 +dactylopterus n 1 2 @ #m 1 0 02652005 +dactylorhiza n 1 3 @ #m %m 1 0 12058429 +dactylorhiza_fuchsii n 1 2 @ #m 1 0 12058822 +dactylorhiza_maculata_fuchsii n 1 2 @ #m 1 0 12058822 +dactyloscopidae n 1 2 @ %m 1 0 02612046 +dad n 1 1 @ 1 1 09988063 +dada n 2 1 @ 2 0 09988063 08466412 +dadaism n 1 1 @ 1 1 08466412 +daddy n 1 1 @ 1 1 09988063 +daddy_longlegs n 2 2 @ #m 2 0 02205219 01770081 +dado n 3 2 @ #p 3 0 04544138 03158668 03158542 +dado_plane n 1 1 @ 1 0 03158796 +dae-han-min-gook n 1 5 @ ~ #p %p - 1 0 08954611 +daedal n 1 2 @ ; 1 0 09560196 +daedalus n 1 2 @ ; 1 0 09560196 +daemon n 2 2 @ ~ 2 0 09542339 09506216 +daffo n 1 1 @ 1 0 06983114 +daffodil n 1 2 @ ~ 1 1 12421683 +daffodil_garlic n 1 1 @ 1 0 12434483 +dafla n 1 1 @ 1 0 06933824 +daftness n 1 2 @ + 1 0 14397889 +dag n 2 3 @ #p %p 2 0 13724350 03591901 +dag_hammarskjold n 1 1 @ 1 0 11026372 +dag_hjalmar_agne_carl_hammarskjold n 1 1 @ 1 0 11026372 +dagame n 1 2 @ #m 1 0 12662074 +dagan n 1 2 @ ; 1 0 09517209 +dagda n 1 2 @ ; 1 0 09508666 +dagestani n 1 1 @ 1 0 08483650 +dagga n 1 2 @ #m 1 0 12850906 +dagger n 2 3 @ ~ %p 2 1 03158885 06828529 +dagger_fern n 1 2 @ #m 1 0 13199717 +daggerboard n 1 1 @ 1 0 03159176 +dago n 1 2 @ ; 1 0 09716439 +dagon n 1 2 @ ; 1 0 09517057 +daguerre n 1 1 @ 1 0 10920832 +daguerreotype n 1 1 @ 1 0 03159331 +dah n 1 2 @ #p 1 0 06805962 +dahl n 2 4 @ #m #p %p 2 0 12510774 07726230 +dahlia n 1 2 @ #m 1 0 11960245 +dahlia_pinnata n 1 2 @ #m 1 0 11960245 +dahna n 1 2 @ #p 1 0 09172111 +dahomey n 1 4 @ #p %m %p 1 0 08759420 +daikon n 1 1 @ 1 0 11895092 +dail n 1 2 @ #p 1 0 08319539 +dail_eireann n 1 2 @ #p 1 0 08319539 +daily n 1 1 @ 1 0 06267564 +daily_dew n 1 2 @ #m 1 0 12782530 +daily_double n 1 1 @ 1 0 00506919 +daily_round n 1 1 @ 1 0 00415098 +daily_variation n 1 1 @ 1 1 07444278 +daimler n 1 1 @ 1 0 10921009 +daimon n 1 2 @ ~ 1 0 09542339 +daintiness n 1 2 @ + 1 0 04813066 +dainty n 1 3 @ ~ + 1 0 07557165 +daiquiri n 1 3 @ ~ %s 1 1 07914413 +dairen n 1 2 @ #p 1 0 08727003 +dairy n 1 1 @ 1 1 03159535 +dairy_cattle n 1 2 @ ~ 1 1 02406174 +dairy_cow n 1 2 @ ~ 1 1 02406174 +dairy_farm n 1 1 @ 1 0 03159535 +dairy_farmer n 1 1 @ 1 0 09988392 +dairy_farming n 1 1 @ 1 0 00918289 +dairy_product n 1 3 @ ~ %s 1 0 07843775 +dairying n 1 1 @ 1 0 00918289 +dairymaid n 1 1 @ 1 0 09988216 +dairyman n 2 1 @ 2 1 09988392 09988311 +dais n 1 1 @ 1 1 03159640 +daishiki n 1 1 @ 1 0 03163381 +daisy n 1 3 @ ~ #m 1 1 11939491 +daisy-bush n 1 3 @ ~ #m 1 0 11997969 +daisy-leaved_grape_fern n 1 1 @ 1 0 12961242 +daisy_bush n 1 3 @ ~ #m 1 0 11997969 +daisy_chain n 2 1 @ 2 0 08376823 03159828 +daisy_cutter n 2 4 @ ~ #p ; 2 0 03390327 00131347 +daisy_fleabane n 1 1 @ 1 0 11966083 +daisy_print_wheel n 1 2 @ #p 1 0 03160001 +daisy_wheel n 1 2 @ #p 1 0 03160001 +daisybush n 1 3 @ ~ #m 1 0 11997969 +daisyleaf_grape_fern n 1 1 @ 1 0 12961242 +daisywheel_printer n 1 2 @ %p 1 0 03160186 +dak n 1 2 @ #m 1 0 12510343 +dakar n 1 2 @ #p 1 0 08996118 +dakoit n 1 2 @ ; 1 0 09987927 +dakoity n 1 2 @ ; 1 0 00782927 +dakota n 3 3 @ #p %p 3 0 09654374 09053019 06909478 +dal n 1 3 @ #p %p 1 0 13624509 +dalai_lama n 1 1 @ 1 0 09988493 +dalasi n 1 2 @ %p 1 0 13668161 +dalbergia n 1 3 @ #m %m 1 0 12521847 +dalbergia_cearensis n 1 3 @ #m %s 1 0 12523141 +dalbergia_latifolia n 1 2 @ #m 1 0 12522678 +dalbergia_nigra n 1 2 @ #m 1 0 12523475 +dalbergia_retusa n 1 3 @ #m %s 1 0 12523850 +dalbergia_sissoo n 1 2 @ #m 1 0 12522894 +dalbergia_stevensonii n 1 1 @ 1 0 12523698 +dale n 1 2 @ ; 1 0 09262690 +dale_carnegie n 1 1 @ 1 0 10883202 +dalea n 1 3 @ #m %m 1 0 12524518 +dalea_spinosa n 1 2 @ #m 1 0 12524633 +dalesman n 1 1 @ 1 0 09988597 +daleth n 1 2 @ #m 1 0 06837037 +dali n 1 1 @ 1 0 10921218 +dalian n 1 2 @ #p 1 0 08727003 +dall's_sheep n 1 2 @ #m 1 0 02415253 +dall_sheep n 1 2 @ #m 1 0 02415253 +dallas n 1 2 @ #p 1 1 09143786 +dalliance n 2 2 @ + 2 0 01067819 00512522 +dallier n 1 2 @ + 1 0 09988703 +dallis_grass n 1 2 @ #m 1 0 12128071 +dallisgrass n 1 2 @ #m 1 0 12128071 +dalmane n 1 2 @ ; 1 0 03371363 +dalmatia n 1 3 @ %m + 1 0 08819223 +dalmatia_pyrethrum n 1 2 @ #m 1 0 12022382 +dalmatian n 2 4 @ ~ #m + 2 0 09988918 02110341 +dalmatian_iris n 1 1 @ 1 0 12414329 +dalmatian_laburnum n 1 2 @ #m 1 0 12498457 +dalmatian_pyrethrum n 1 2 @ #m 1 0 12022382 +dalo n 1 3 @ #m %p 1 0 11786539 +dalton n 1 1 @ 1 0 10921324 +dalton's_law n 2 2 @ ; 2 0 05882226 05876469 +dalton's_law_of_partial_pressures n 1 2 @ ; 1 0 05876469 +dalton_trumbo n 1 1 @ 1 0 11350059 +daltonism n 1 1 @ 1 0 14154168 +dam n 3 5 @ ~ #p %p + 3 1 03160309 13659419 01323493 +dama n 1 3 @ #m %m 1 0 02433205 +dama_dama n 1 2 @ #m 1 0 02433318 +damage n 5 4 @ ~ + ; 5 3 07420770 07339653 00403092 13303315 00744131 +damage_control n 1 1 @ 1 0 00804271 +damages n 1 2 @ ~ 1 0 13290676 +damaliscus n 1 3 @ #m %m 1 0 02422249 +damaliscus_lunatus n 1 2 @ #m 1 0 02422391 +damar n 1 1 @ 1 0 14895807 +damaraland_mole_rat n 1 1 @ 1 0 02370137 +damascene n 2 3 @ #m + 2 0 09733580 03160593 +damascus n 1 3 @ #p %m 1 1 09033936 +damascus_steel n 1 1 @ 1 0 14803438 +damask n 2 2 @ + 2 0 03160894 03160740 +damask_rose n 1 1 @ 1 0 12621410 +damask_steel n 1 1 @ 1 0 14803438 +damask_violet n 1 2 @ #m 1 0 11888800 +dame n 2 2 @ ~ 2 1 09989045 09989290 +dame's_violet n 1 2 @ #m 1 0 11888800 +dame_agatha_mary_clarissa_christie n 1 1 @ 1 0 10896987 +dame_alice_ellen_terry n 1 1 @ 1 0 11336544 +dame_alicia_markova n 1 1 @ 1 0 11157140 +dame_barbara_hepworth n 1 1 @ 1 0 11044168 +dame_daphne_du_maurier n 1 1 @ 1 0 10945263 +dame_edith_louisa_sitwell n 1 1 @ 1 0 11304011 +dame_edith_sitwell n 1 1 @ 1 0 11304011 +dame_ellen_terry n 1 1 @ 1 0 11336544 +dame_jean_iris_murdoch n 1 1 @ 1 0 11196764 +dame_joan_sutherland n 1 1 @ 1 0 11325867 +dame_kiri_janette_te_kanawa n 1 1 @ 1 0 11334773 +dame_kiri_te_kanawa n 1 1 @ 1 0 11334773 +dame_margot_fonteyn n 1 1 @ 1 0 10974455 +dame_muriel_spark n 1 1 @ 1 0 11309613 +dame_myra_hess n 1 1 @ 1 0 11048109 +dame_nellie_melba n 1 1 @ 1 0 11172045 +dame_rebecca_west n 1 1 @ 1 0 11382398 +dame_sybil_thorndike n 1 1 @ 1 0 11341267 +damgalnunna n 1 2 @ ; 1 0 09517342 +daminozide n 1 1 @ 1 0 14708531 +damkina n 1 2 @ ; 1 0 09517342 +dammar n 1 1 @ 1 0 14895807 +dammar_pine n 1 4 @ ~ #m %s 1 0 11647306 +dammar_resin n 1 1 @ 1 0 14895807 +damn n 1 1 @ 1 1 05140793 +damnation n 2 3 @ ~ + 2 1 07233542 14458593 +damned n 1 2 @ + 1 1 07945490 +damocles n 1 1 @ 1 0 10921571 +damoiselle n 1 1 @ 1 0 09989168 +damon n 1 1 @ 1 0 10921879 +damon_and_pythias n 1 2 @ ; 1 0 09560426 +damon_runyon n 1 1 @ 1 0 11273907 +damosel n 1 1 @ 1 0 09989168 +damourite n 1 1 @ 1 0 14673669 +damozel n 1 1 @ 1 0 09989168 +damp n 1 3 @ ~ + 1 0 14535905 +damp-proof_course n 1 1 @ 1 0 03161228 +damp_course n 1 1 @ 1 0 03161228 +dampener n 1 2 @ + 1 0 03161016 +dampening n 1 3 @ ~ + 1 0 00278040 +damper n 3 4 @ ~ #p + 3 0 03161725 03161450 01145905 +damper_block n 1 2 @ #p 1 0 03161893 +damping_off n 1 1 @ 1 0 14280151 +damping_off_fungus n 1 1 @ 1 0 12982590 +dampness n 1 3 @ ~ + 1 0 14535905 +damsel n 1 1 @ 1 0 09989168 +damselfish n 1 3 @ ~ #m 1 0 02606384 +damselfly n 1 1 @ 1 0 02268853 +damson n 1 2 @ #p 1 0 07751737 +damson_plum n 3 3 @ #p %p 3 0 12773917 12639910 07751737 +damson_plum_tree n 1 2 @ %p 1 0 12639910 +dana n 1 2 @ ; 1 0 09508809 +danaea n 1 2 @ #m 1 0 13215799 +danaid n 1 3 @ ~ #m 1 0 02279637 +danaid_butterfly n 1 3 @ ~ #m 1 0 02279637 +danaidae n 1 3 @ #m %m 1 0 02279442 +danau n 1 2 @ #p 1 0 09263087 +danaus n 1 3 @ #m %m 1 0 02279819 +danaus_plexippus n 1 2 @ #m 1 0 02279972 +dance n 4 4 @ ~ + - 4 3 07020538 08253141 00428270 07448717 +dance_band n 1 2 @ ~ 1 0 08249960 +dance_floor n 1 1 @ 1 0 03162080 +dance_hall n 1 2 @ ~ 1 0 02783324 +dance_lesson n 1 1 @ 1 0 00889682 +dance_master n 1 1 @ 1 0 09990777 +dance_music n 2 2 @ ~ 2 0 07060697 07054433 +dance_of_death n 1 1 @ 1 0 00542149 +dance_orchestra n 1 2 @ ~ 1 0 08249960 +dance_palace n 1 2 @ ~ 1 0 02783324 +dance_school n 1 1 @ 1 0 08411483 +dance_step n 1 3 @ ~ #p 1 0 00533922 +dancer n 2 3 @ ~ + 2 1 09989502 09990415 +danceroom_music n 1 1 @ 1 0 07060697 +dancing n 1 4 @ ~ + - 1 1 00428270 +dancing-master n 1 1 @ 1 0 09990777 +dancing_lady_orchid n 1 2 @ #m 1 0 12074408 +dancing_partner n 1 1 @ 1 0 09990904 +dancing_school n 1 1 @ 1 1 08278822 +dandelion n 1 3 @ ~ #m 1 1 12024176 +dandelion_green n 2 2 @ #p 2 0 12024690 07733217 +dander n 2 1 @ 2 0 09262798 07518000 +dandie_dinmont n 1 1 @ 1 0 02096437 +dandie_dinmont_terrier n 1 1 @ 1 0 02096437 +dandle_board n 1 2 @ #p 1 0 04167759 +dandruff n 2 1 @ 2 0 14231207 09262955 +dandy n 2 3 @ ~ + 2 0 09991026 04612373 +dandy_fever n 1 1 @ 1 0 14129784 +dandyism n 1 1 @ 1 0 04910848 +dane n 1 3 @ ~ #m 1 1 09699642 +danewort n 1 2 @ #m 1 0 12679023 +dangaleat n 1 1 @ 1 0 06985573 +danger n 4 4 ! @ ~ + 4 4 14540765 00802238 14541044 08644213 +danger_line n 1 1 @ 1 1 08644327 +danger_zone n 1 1 @ 1 0 08689873 +dangerous_undertaking n 1 1 @ 1 0 00796315 +dangerousness n 1 4 ! @ ~ + 1 0 04856460 +dangla n 1 1 @ 1 0 06985573 +dangle-berry n 1 1 @ 1 0 12236977 +dangleberry n 1 1 @ 1 0 12236977 +dangling n 1 2 @ + 1 0 01017701 +dangling_modifier n 1 2 @ ~ 1 1 06323822 +dangling_participle n 1 1 @ 1 0 06324086 +daniel n 3 3 @ #p ; 3 0 10922019 09991285 06438995 +daniel_bernoulli n 1 1 @ 1 0 10848641 +daniel_boone n 1 1 @ 1 0 10857418 +daniel_chester_french n 1 1 @ 1 0 10981750 +daniel_defoe n 1 1 @ 1 0 10927270 +daniel_garrison_brinton n 1 1 @ 1 0 10864428 +daniel_hudson_burnham n 1 1 @ 1 0 10873505 +daniel_jones n 1 1 @ 1 0 11090136 +daniel_morgan n 1 1 @ 1 0 11190592 +daniel_ortega n 1 1 @ 1 0 11217182 +daniel_ortega_saavedra n 1 1 @ 1 0 11217182 +daniel_patrick_moynihan n 1 1 @ 1 0 11194205 +daniel_rutherford n 1 1 @ 1 0 11276549 +daniel_webster n 1 1 @ 1 0 11379217 +danish n 2 2 @ + 2 1 06954048 07693590 +danish_blue n 1 1 @ 1 0 07852452 +danish_capital n 1 2 @ #p 1 0 08761868 +danish_krone n 1 2 @ %p 1 0 13682740 +danish_monetary_unit n 1 2 @ ~ 1 0 13682631 +danish_pastry n 1 1 @ 1 0 07693590 +dankness n 1 2 @ + 1 0 14536085 +danmark n 1 6 @ #m #p %m %p - 1 0 08761244 +dano-norwegian n 1 2 @ ~ 1 0 06954461 +danse_du_ventre n 1 1 @ 1 0 00530554 +danse_macabre n 1 1 @ 1 0 00542149 +danseur n 1 1 @ 1 0 09991406 +danseur_noble n 1 1 @ 1 0 09991406 +danseuse n 1 2 @ ~ 1 0 09834592 +dante n 1 2 @ + 1 1 10922239 +dante_alighieri n 1 1 @ 1 0 10922239 +dante_gabriel_rossetti n 1 1 @ 1 0 11271563 +danton n 1 1 @ 1 0 10922501 +danton_true_young n 1 1 @ 1 0 11403456 +danu n 1 2 @ ; 1 0 09508809 +danube n 1 2 @ #p 1 0 09263087 +danube_river n 1 2 @ #p 1 0 09263087 +danzig n 1 3 @ #m #p 1 0 08983742 +daoism n 1 3 @ %p - 1 0 05977340 +daphne n 2 4 @ ~ #m ; 2 0 12346578 09550278 +daphne_cneorum n 1 1 @ 1 0 12346813 +daphne_du_maurier n 1 1 @ 1 0 10945263 +daphne_family n 1 3 @ #m %m 1 0 12346179 +daphne_laureola n 1 1 @ 1 0 12346986 +daphne_mezereum n 1 2 @ %p 1 0 12347158 +daphnia n 1 2 @ #m 1 0 01994910 +dapperness n 1 2 @ + 1 0 04814025 +dapple n 1 3 @ ~ + 1 0 04682462 +dapple-gray n 1 1 @ 1 0 04962395 +dapple-grey n 1 1 @ 1 0 04962395 +dappled-gray n 1 1 @ 1 0 04962395 +dappled-grey n 1 1 @ 1 0 04962395 +dapsang n 1 2 @ #p 1 0 09322701 +dapsone n 1 1 @ 1 0 03162171 +dar_al-harb n 1 1 @ 1 0 09178596 +dar_al-islam n 1 1 @ 1 0 09178481 +dar_es_salaam n 1 2 @ #p 1 0 09034967 +daraf n 1 1 @ 1 0 13637988 +dard n 1 2 @ ~ 1 0 06972311 +dardan n 1 2 @ #m 1 0 09750524 +dardanelles n 2 3 @ #p ; 2 0 09041371 01277288 +dardanelles_campaign n 1 3 @ #p ; 1 0 01277288 +dardanian n 1 2 @ #m 1 0 09750524 +dardanus n 1 2 @ ; 1 0 09494280 +dardic n 1 2 @ ~ 1 0 06972311 +dardic_language n 1 2 @ ~ 1 0 06972311 +dare n 1 2 @ + 1 0 07231532 +daredevil n 1 3 @ ~ + 1 0 09991530 +daredevilry n 1 1 @ 1 0 04859323 +daredeviltry n 1 1 @ 1 0 04859323 +darfur n 1 2 @ #p 1 0 09029884 +dari n 1 1 @ 1 0 06974283 +dari_persian n 1 1 @ 1 0 06974283 +daricon n 1 2 @ ; 1 0 03869222 +darier's_disease n 1 1 @ 1 0 14228712 +daring n 2 4 @ ~ = + 2 2 07231532 04858785 +darius_i n 1 1 @ 1 0 10922772 +darius_iii n 1 1 @ 1 0 10922968 +darius_milhaud n 1 1 @ 1 0 11179124 +darius_the_great n 1 1 @ 1 0 10922772 +darjeeling n 1 1 @ 1 0 07934800 +dark n 5 6 ! @ ~ #p %p + 5 5 13983515 14563564 08646306 15167027 05988498 +dark-eyed_junco n 1 1 @ 1 0 01534582 +dark-field_microscope n 1 1 @ 1 0 04506688 +dark_adaptation n 1 1 @ 1 0 00193622 +dark_ages n 1 3 @ #p - 1 1 15259284 +dark_blue n 1 1 @ 1 1 04969703 +dark_bread n 1 2 @ ~ 1 1 07682316 +dark_chocolate n 1 1 @ 1 0 07603722 +dark_comedy n 1 1 @ 1 0 07016098 +dark_field_illumination n 1 1 @ 1 1 00645622 +dark_glasses n 1 3 @ %p ; 1 0 04356056 +dark_ground_illumination n 1 1 @ 1 0 00645622 +dark_horse n 2 1 @ 2 0 09991740 02385580 +dark_lantern n 1 1 @ 1 0 03162297 +dark_matter n 1 3 @ %p ; 1 0 14582220 +dark_meat n 1 2 @ #p 1 0 07650637 +dark_red n 1 2 @ ~ 1 0 04963740 +darkening n 1 3 @ ~ + 1 0 00274437 +darkey n 1 2 @ ; 1 0 09637684 +darkie n 1 2 @ ; 1 0 09637684 +darkling_beetle n 1 3 @ ~ #m 1 0 02181235 +darkling_groung_beetle n 1 3 @ ~ #m 1 0 02181235 +darkness n 6 4 ! @ ~ + 6 4 13983515 08646306 14563564 05988498 04979870 04978216 +darkroom n 1 1 @ 1 0 03162460 +darky n 1 2 @ ; 1 0 09637684 +darling n 2 4 @ ~ #p + 2 1 09991867 09263479 +darling_pea n 1 3 @ ~ #m 1 0 11751765 +darling_river n 1 2 @ #p 1 0 09263479 +darlingtonia n 1 3 @ #m %m 1 0 12780852 +darlingtonia_californica n 1 2 @ #m 1 0 12781007 +darmera n 1 3 @ #m %m 1 0 12797213 +darmera_peltata n 1 2 @ #m 1 0 12797368 +darmstadtium n 1 1 @ 1 0 14636392 +darn n 2 1 @ 2 0 05140793 03745285 +darnel n 1 1 @ 1 0 12125183 +darner n 1 2 @ + 1 0 09992138 +darning n 1 2 @ + 1 0 00267217 +darning_needle n 2 1 @ 2 0 03162556 02268443 +darpa n 1 2 @ #p 1 0 08132046 +darrow n 1 1 @ 1 0 10923146 +darryl_francis_zanuck n 1 1 @ 1 0 11404971 +darryl_zanuck n 1 1 @ 1 0 11404971 +darsana n 1 2 @ ; 1 0 06238036 +dart n 3 4 @ ~ #p + 3 0 03162818 03162714 00334356 +dart_board n 1 1 @ 1 0 03162940 +dart_player n 1 1 @ 1 0 09992238 +dart_thrower n 1 1 @ 1 0 04430158 +dartboard n 1 1 @ 1 0 03162940 +darter n 2 4 @ ~ #m + 2 0 02054502 01314910 +dartmouth n 1 3 @ #m #p 1 0 03163081 +dartmouth_college n 1 3 @ #m #p 1 0 03163081 +darts n 1 1 @ 1 0 00504209 +darvon n 1 2 @ ; 1 0 04012852 +darwin n 2 3 @ #p + 2 1 10923313 08835058 +darwin_tulip n 1 1 @ 1 0 12454949 +darwinian n 1 2 @ + 1 0 09992331 +darwinism n 1 2 @ ~ 1 0 06110091 +daryacheh-ye_orumiyeh n 1 2 @ #p 1 0 09333706 +das n 1 3 @ ~ #m 1 0 02372584 +das_kapital n 1 1 @ 1 0 07282929 +dash n 6 4 @ ~ #p + 6 2 04812871 00294452 07469043 06843148 06805962 00555983 +dash-pot n 1 1 @ 1 0 03163488 +dashboard n 2 2 @ #p 2 0 04281375 03163222 +dasheen n 3 5 @ #m #s #p %p 3 0 11786843 11786539 07736813 +dashiell_hammett n 1 1 @ 1 0 11026816 +dashiki n 1 1 @ 1 0 03163381 +dashing_hopes n 1 1 @ 1 0 00068755 +dasht-e-kavir n 1 2 @ #p 1 0 09169038 +dasht-e-lut n 1 2 @ #p 1 0 09169188 +dassie n 1 3 @ ~ #m 1 0 02372584 +dastard n 1 2 @ + 1 0 09992429 +dastardliness n 1 2 @ + 1 0 04861221 +dasyatidae n 1 3 @ #m %m 1 0 01497878 +dasyatis n 1 3 @ #m %m 1 0 01498268 +dasyatis_centroura n 1 2 @ #m 1 0 01498406 +dasymeter n 1 1 @ 1 0 03163649 +dasypodidae n 1 3 @ #m %m 1 0 02454119 +dasyprocta n 1 3 @ #m %m 1 0 02365848 +dasyprocta_aguti n 1 2 @ #m 1 0 02366002 +dasyproctidae n 1 3 @ #m %m 1 0 02365672 +dasypus n 1 3 @ #m %m 1 0 02454657 +dasypus_novemcinctus n 1 2 @ #m 1 0 02454794 +dasyure n 1 3 @ ~ #m 1 0 01883920 +dasyurid n 1 3 @ ~ #m 1 0 01883513 +dasyurid_marsupial n 1 3 @ ~ #m 1 0 01883513 +dasyuridae n 1 3 @ #m %m 1 0 01883212 +dasyurus n 1 3 @ #m %m 1 0 01883762 +dasyurus_quoll n 1 1 @ 1 0 01884104 +dasyurus_viverrinus n 1 1 @ 1 0 01884203 +dat n 1 1 @ 1 0 03195959 +data n 1 2 @ ~ 1 1 08462320 +data-storage_medium n 1 2 @ ~ 1 0 06263762 +data_communication n 1 3 @ ~ ; 1 0 06278830 +data_conversion n 1 1 @ 1 0 05803095 +data_converter n 1 3 @ ~ #p 1 0 03163798 +data_encryption n 1 2 @ ; 1 0 00616807 +data_file n 1 2 @ ~ 1 0 06508816 +data_format n 1 3 @ ~ ; 1 0 06636806 +data_formatting n 1 3 @ ~ ; 1 0 06636806 +data_hierarchy n 1 1 @ 1 0 08378180 +data_input_device n 1 2 @ ~ 1 0 03163973 +data_link n 1 1 @ 1 0 03674270 +data_mining n 1 1 @ 1 0 13455234 +data_multiplexer n 1 1 @ 1 0 03164192 +data_point n 1 2 @ ~ 1 0 05816622 +data_processing n 1 4 @ ~ %p ; 1 1 13455487 +data_processor n 1 6 @ ~ #p %p ; - 1 0 03082979 +data_rate n 1 2 @ ~ 1 0 15276959 +data_structure n 1 3 @ ~ ; 1 0 05728493 +data_system n 1 2 @ ~ 1 0 03164344 +data_track n 1 2 @ ; 1 0 04464211 +database n 1 2 @ ~ 1 0 06637824 +database_management n 1 1 @ 1 0 01133933 +database_management_system n 1 2 @ ~ 1 0 06588785 +date n 8 6 @ ~ #m #p %m + 8 5 15159583 09992538 08385009 15179888 15120223 15160579 15159819 07765073 +date-nut_bread n 1 1 @ 1 0 07685118 +date_bar n 1 1 @ 1 0 07638039 +date_bread n 1 1 @ 1 0 07685031 +date_line n 1 1 @ 1 0 08599792 +date_of_reference n 1 2 @ ; 1 0 15296687 +date_palm n 1 2 @ %p 1 0 12593994 +date_plum n 1 1 @ 1 0 12771890 +date_rape n 1 1 @ 1 0 00773673 +dateline n 2 3 @ #p + 2 0 08599792 06349030 +dating n 1 3 @ ~ + 1 0 00992331 +dative n 1 1 @ 1 0 06311723 +dative_bond n 1 1 @ 1 0 11437957 +dative_case n 1 1 @ 1 0 06311723 +datril n 1 2 @ ; 1 0 02674482 +datum n 1 2 @ ~ 1 1 05816622 +datura n 1 3 @ #m %m 1 0 12903250 +datura_arborea n 1 2 @ #m 1 0 12899537 +datura_sanguinea n 1 1 @ 1 0 12899971 +datura_stramonium n 1 1 @ 1 0 12903503 +datura_suaveolens n 1 2 @ #m 1 0 12899752 +daub n 3 3 @ ~ + 3 0 14828683 04694441 03164532 +daubentonia n 1 3 @ #m %m 1 0 02497983 +daubentonia_madagascariensis n 1 2 @ #m 1 0 02498153 +daubentoniidae n 1 2 @ %m 1 0 02497832 +dauber n 1 2 @ + 1 0 09992746 +daubing n 1 3 @ ~ + 1 0 00718815 +daucus n 1 3 @ #m %m 1 0 12936999 +daucus_carota n 1 2 @ #m 1 0 12937130 +daucus_carota_sativa n 1 3 @ #m %p 1 0 12937388 +daugavpils n 1 2 @ #p 1 0 09013724 +daughter n 1 4 ! @ ~ + 1 1 09992837 +daughter-in-law n 1 1 @ 1 0 09993040 +daughter_cell n 1 1 @ 1 0 11688552 +daumier n 1 1 @ 1 0 10923521 +dauntlessness n 1 2 @ + 1 0 04858089 +dauphin n 1 1 @ 1 0 09993122 +davalia_bullata n 1 2 @ #m 1 0 13188767 +davalia_bullata_mariesii n 1 2 @ #m 1 0 13188767 +davallia n 1 3 @ ~ #m 1 0 13188096 +davallia_canariensis n 1 2 @ #m 1 0 13188462 +davallia_mariesii n 1 2 @ #m 1 0 13188767 +davallia_pyxidata n 1 2 @ #m 1 0 13188619 +davalliaceae n 1 3 @ #m %m 1 0 13187604 +davenport n 3 3 @ ~ #p 3 0 09086635 03164722 03164605 +david n 3 2 @ ; 3 0 10924231 10924072 10923700 +david_alfaro_siqueiros n 1 1 @ 1 0 11302962 +david_barnard_steinman n 1 1 @ 1 0 11315379 +david_ben_gurion n 1 1 @ 1 0 10844805 +david_bruce n 1 1 @ 1 0 10867708 +david_bushnell n 1 1 @ 1 0 10876160 +david_crockett n 1 1 @ 1 0 10915566 +david_garrick n 1 1 @ 1 0 10991415 +david_glasgow_farragut n 1 1 @ 1 0 10966982 +david_grun n 1 1 @ 1 0 10844805 +david_hartley n 1 1 @ 1 0 11033003 +david_herbert_lawrence n 1 1 @ 1 0 11120146 +david_hilbert n 1 1 @ 1 0 11049835 +david_hubel n 1 1 @ 1 0 11063944 +david_hume n 1 1 @ 1 0 11066425 +david_john_moore_cornwell n 1 1 @ 1 0 11122825 +david_lewelyn_wark_griffith n 1 1 @ 1 0 11016374 +david_livingstone n 1 1 @ 1 0 11135797 +david_low n 1 1 @ 1 0 11142155 +david_mamet n 1 1 @ 1 0 11153094 +david_o._selznick n 1 1 @ 1 0 11292207 +david_oliver_selznick n 1 1 @ 1 0 11292207 +david_ricardo n 1 1 @ 1 0 11259457 +david_riesman n 1 1 @ 1 0 11262340 +david_riesman_jr. n 1 1 @ 1 0 11262340 +david_rittenhouse n 1 1 @ 1 0 11263337 +david_roland_smith n 1 1 @ 1 0 11306175 +david_sarnoff n 1 1 @ 1 0 11281995 +david_siqueiros n 1 1 @ 1 0 11302962 +david_smith n 1 1 @ 1 0 11306175 +davidson's_penstemon n 1 2 @ #m 1 0 12885956 +daviesia n 1 3 @ #m %m 1 0 12524944 +davis n 6 1 @ 6 0 10925402 10924987 10924828 10924649 10924452 10924347 +davis'_birthday n 1 2 @ #p 1 0 15189684 +davis_cup n 1 1 @ 1 0 03164809 +davit n 1 2 @ #p 1 0 03164929 +davy n 1 1 @ 1 0 10925132 +davy's_gray n 1 1 @ 1 1 14923060 +davy's_grey n 1 1 @ 1 0 14923060 +davy_crockett n 1 1 @ 1 0 10915566 +davy_jones n 1 2 @ ~ 1 0 09376526 +davy_jones's_locker n 1 2 @ ~ 1 0 09376526 +davy_lamp n 1 1 @ 1 0 04126852 +davys n 1 1 @ 1 0 10925402 +daw n 1 2 @ #m 1 0 01579578 +dawah n 1 1 @ 1 0 00731136 +dawdler n 1 3 @ ~ + 1 0 09993252 +dawdling n 1 2 @ + 1 0 01067819 +dawes n 1 1 @ 1 0 10925584 +dawn n 3 3 @ + ; 3 2 15168790 07326108 15267945 +dawn_horse n 1 2 @ #m 1 0 02375862 +dawn_redwood n 1 2 @ #m 1 0 11640132 +dawning n 1 2 @ + 1 1 15168790 +dawson n 1 2 @ #p 1 0 08830256 +dawson's_encephalitis n 1 1 @ 1 0 14344189 +dawson_river_salmon n 1 2 @ #m 1 0 02545153 +day n 10 6 ! @ ~ #p %p + 10 6 15155220 15123115 15157225 15164957 15136453 15249236 15208540 15208333 14484516 10925772 +day_bed n 1 1 @ 1 0 04344873 +day_blindness n 1 1 @ 1 0 14554345 +day_boarder n 1 2 @ ~ 1 0 09993651 +day_book n 1 1 @ 1 0 06502858 +day_camp n 1 1 @ 1 1 03165343 +day_care n 1 1 @ 1 0 01210439 +day_care_center n 1 1 @ 1 0 03165466 +day_game n 1 2 ! @ 1 0 00456465 +day_jessamine n 1 2 @ #m 1 0 12902466 +day_laborer n 1 1 @ 1 0 09994400 +day_labourer n 1 1 @ 1 0 09994400 +day_lily n 2 3 @ ~ #m 2 0 12457771 12456845 +day_nursery n 1 1 @ 1 0 03165466 +day_of_atonement n 1 2 @ ; 1 0 15185471 +day_of_judgement n 1 2 @ ; 1 0 15171307 +day_of_judgment n 1 2 @ ; 1 0 15171307 +day_of_reckoning n 2 2 @ ; 2 0 15171307 07334206 +day_of_remembrance n 1 2 @ ~ 1 0 15249799 +day_of_rest n 1 2 @ ~ 1 0 15137047 +day_of_the_month n 1 2 @ ~ 1 0 15159583 +day_of_the_week n 1 3 @ ~ #p 1 0 15163005 +day_off n 1 1 @ 1 1 15137556 +day_return n 1 1 @ 1 0 06520092 +day_school n 3 2 ! @ 3 1 08411585 08411849 03165616 +day_shift n 2 1 @ 2 0 15292722 08218592 +day_watch n 1 1 @ 1 1 08218592 +dayan n 1 1 @ 1 0 10925939 +daybed n 2 1 @ 2 1 03165096 03002711 +daybook n 2 1 @ 2 0 13405166 03165211 +dayboy n 1 1 @ 1 0 09993822 +daybreak n 1 1 @ 1 1 15168790 +daycare n 1 1 @ 1 0 01210439 +daydream n 1 2 @ + 1 0 05769471 +daydreamer n 1 3 @ ~ + 1 0 09993901 +daydreaming n 1 2 @ + 1 0 05769471 +dayflower n 1 3 @ ~ #m 1 0 12606545 +dayfly n 1 2 @ #m 1 0 02262449 +daygirl n 1 1 @ 1 0 09994319 +daylight n 2 4 @ ~ #p %p 2 2 15164957 11444038 +daylight-saving_time n 1 1 @ 1 0 15117246 +daylight-savings_time n 1 1 @ 1 0 15117246 +daylight_saving n 1 1 @ 1 0 15117246 +daylight_savings n 1 1 @ 1 0 15117246 +daylight_vision n 1 2 @ ~ 1 0 05657166 +daylily n 1 3 @ ~ #m 1 0 12456845 +daypro n 1 3 @ %s ; 1 0 03867515 +days n 1 1 @ 1 1 15141059 +dayspring n 1 1 @ 1 0 15168790 +daystar n 1 1 @ 1 0 09359471 +daytime n 1 4 @ ~ #p %p 1 1 15164957 +dayton n 1 2 @ #p 1 0 09131205 +dayton_ax n 1 1 @ 1 0 03077442 +dayton_axe n 1 1 @ 1 0 03077442 +daytona_beach n 1 2 @ #p 1 0 09072611 +daze n 2 2 @ + 2 0 07510625 05684561 +dazzle n 1 2 @ + 1 0 04952821 +db n 2 1 @ 2 0 14636523 13713633 +dba n 1 2 @ ; 1 0 06334512 +dbms n 1 2 @ ~ 1 0 06588785 +dc n 2 3 @ #p %p 2 2 09070487 11447153 +dccp n 1 2 @ %m 1 0 08302257 +dci n 1 1 @ 1 0 10015607 +dd n 1 1 @ 1 0 06703114 +ddc n 1 1 @ 1 0 03190763 +ddi n 1 1 @ 1 0 03190897 +dds n 1 1 @ 1 0 06703002 +ddt n 1 1 @ 1 0 14599938 +de n 1 3 @ #p %p 1 0 09069862 +de-escalation n 1 3 @ + ; 1 0 00355252 +de-iodinase n 1 1 @ 1 1 14829073 +de-iodination n 1 2 @ + 1 1 13460863 +de-nazification n 1 1 @ 1 0 13461722 +de-stalinisation n 1 1 @ 1 0 13463656 +de-stalinization n 1 1 @ 1 0 13463656 +de_bakey n 1 1 @ 1 0 10926238 +de_broglie n 1 1 @ 1 0 10865329 +de_facto_segregation n 1 1 @ 1 0 08379630 +de_forest n 1 1 @ 1 0 10927424 +de_gaulle n 1 1 @ 1 0 10927824 +de_jure_segregation n 1 1 @ 1 0 08379782 +de_kooning n 1 1 @ 1 0 10928299 +de_l'orme n 1 1 @ 1 0 10929437 +de_la_mare n 1 1 @ 1 0 10928645 +de_mille n 1 1 @ 1 0 10929886 +de_niro n 1 1 @ 1 0 10930913 +de_quincey n 1 1 @ 1 0 10931167 +de_sade n 1 1 @ 1 0 11278120 +de_saussure n 1 1 @ 1 0 10931634 +de_sica n 1 1 @ 1 0 10932140 +de_spinoza n 1 1 @ 1 0 11311450 +de_valera n 1 1 @ 1 0 10932244 +de_vries n 1 1 @ 1 0 10932495 +dea n 1 2 @ #p 1 0 08141374 +deacon n 2 2 @ ~ 2 1 09994673 09994520 +deaconess n 1 1 @ 1 0 09994808 +deactivation n 2 4 ! @ + ; 2 0 00233795 00233614 +dead n 2 4 ! @ ~ %m 2 2 07945657 15123362 +dead-air_space n 1 1 @ 1 0 03165718 +dead-end_street n 1 1 @ 1 0 02851540 +dead-man's-fingers n 1 2 @ #m 1 0 12966945 +dead-man's_float n 1 1 @ 1 0 00443375 +dead-men's-fingers n 1 2 @ #m 1 0 12966945 +dead_air n 1 1 @ 1 0 15271901 +dead_axle n 1 2 @ ~ 1 0 03165823 +dead_body n 1 2 @ ~ 1 1 05217859 +dead_center n 1 1 @ 1 0 05077863 +dead_centre n 1 1 @ 1 0 05077863 +dead_drop n 1 1 @ 1 0 08583994 +dead_duck n 1 1 @ 1 0 14479086 +dead_end n 2 1 @ 2 1 03146449 14015361 +dead_hand n 2 2 @ ; 2 0 13250244 05194435 +dead_hand_of_the_past n 1 1 @ 1 0 05194435 +dead_heat n 1 1 @ 1 0 07354009 +dead_language n 1 1 @ 1 0 06283647 +dead_letter n 2 1 @ 2 1 14006821 06626743 +dead_load n 1 1 @ 1 0 03166360 +dead_mail n 1 1 @ 1 0 06626743 +dead_march n 1 1 @ 1 0 07059028 +dead_metaphor n 1 1 @ 1 0 07107083 +dead_nettle n 4 3 @ ~ #m 4 0 12868880 12849061 12847008 12395068 +dead_person n 1 3 @ ~ #m 1 1 09994943 +dead_reckoning n 2 1 @ 2 0 05803938 00817394 +dead_ringer n 1 2 @ ; 1 0 10531557 +dead_room n 1 2 @ ~ 1 1 03785499 +dead_sea n 1 2 @ #p 1 0 09263619 +dead_sea_scrolls n 1 2 @ ; 1 0 06407915 +dead_soul n 1 3 @ ~ #m 1 0 09994943 +dead_weight n 2 1 @ 2 0 05833169 05027446 +deadbeat n 1 2 @ ~ 1 0 09999532 +deadbeat_dad n 1 1 @ 1 0 09996149 +deadbolt n 1 3 @ ~ #p 1 0 02865931 +deadening n 1 2 @ + 1 0 00272878 +deadeye n 2 2 @ ; 2 0 09994878 03165955 +deadhead n 2 1 @ 2 1 09996304 03166120 +deadlight n 1 2 @ #p 1 0 03166213 +deadline n 1 2 @ ~ 1 1 15180082 +deadliness n 1 3 @ ~ + 1 0 04791081 +deadlock n 1 1 @ 1 1 14015361 +deadly_nightshade n 2 2 @ #m 2 0 12898342 12894607 +deadly_sin n 1 2 @ ~ 1 1 00757730 +deadness n 3 3 @ ~ + 3 0 05213201 05023404 05006519 +deadwood n 2 1 @ 2 0 13163553 05120564 +deae_cellulose n 1 1 @ 1 1 14794304 +deaf n 1 3 @ %m + 1 1 07945949 +deaf-aid n 1 1 @ 1 0 03506727 +deaf-and-dumb_person n 1 2 @ ~ 1 0 10342367 +deaf-mute n 1 3 @ ~ + 1 0 10342367 +deaf-muteness n 1 2 @ + 1 0 14551822 +deaf-mutism n 1 1 @ 1 0 14551822 +deaf_person n 1 3 @ ~ #m 1 0 09996481 +deafness n 1 3 @ ~ + 1 0 14550987 +deal n 9 6 @ ~ #p %p + ; 9 3 01110274 06771159 13774404 15102622 15100257 07956887 07293180 01085337 01084637 +dealer n 5 3 @ ~ + 5 2 10720453 08063446 10721470 10474446 09996636 +dealership n 1 2 @ + 1 0 08060193 +dealfish n 1 2 @ #m 1 0 02546627 +dealignment n 1 1 @ 1 0 13455906 +dealing n 2 3 @ ~ + 2 1 01135372 01106808 +dealings n 3 3 @ ~ + 3 1 00040804 13780449 01106808 +deamination n 1 2 @ + 1 0 13456071 +deaminization n 1 2 @ + 1 0 13456071 +dean n 4 3 @ + ; 4 1 09996784 10926066 09997068 09996920 +dean_acheson n 1 1 @ 1 0 10807858 +dean_gooderham_acheson n 1 1 @ 1 0 10807858 +dean_martin n 1 1 @ 1 0 11159698 +dean_swift n 1 1 @ 1 0 11326869 +deanery n 2 1 @ 2 0 03166514 00591725 +deanship n 1 2 @ + 1 0 00591725 +dear n 2 2 @ + 2 1 09849598 10243872 +dearest n 1 1 @ 1 0 09849598 +dearie n 1 2 @ ~ 1 0 09991867 +dearness n 1 2 @ + 1 0 05146272 +dearth n 2 1 @ 2 0 14449865 05117140 +deary n 1 2 @ ~ 1 0 09991867 +death n 8 5 ! @ ~ #p + 8 7 07355491 11444117 13962498 15143477 15143276 09488259 14562960 00219575 +death's-head_moth n 1 2 @ #m 1 0 02299846 +death's_head n 1 1 @ 1 0 06808271 +death-roll n 1 1 @ 1 0 06495220 +death_adder n 1 2 @ #m 1 0 01750167 +death_angel n 1 2 @ #m 1 0 13003254 +death_bell n 1 1 @ 1 0 03166951 +death_benefit n 1 2 @ ~ 1 0 13297254 +death_camas n 1 3 @ ~ #m 1 0 12466727 +death_camp n 1 1 @ 1 0 03166685 +death_cap n 1 2 @ #m 1 0 13003254 +death_chair n 1 1 @ 1 0 03271030 +death_chamber n 1 1 @ 1 0 03422288 +death_cup n 1 2 @ #m 1 0 13003254 +death_duty n 1 1 @ 1 0 13313322 +death_house n 1 1 @ 1 0 03166809 +death_instinct n 1 2 @ ; 1 0 09180967 +death_knell n 2 1 @ 2 0 07286999 03166951 +death_mask n 1 1 @ 1 0 03167053 +death_penalty n 1 2 @ ~ 1 0 01163779 +death_rate n 1 2 @ ~ 1 0 15277118 +death_row n 1 1 @ 1 0 03166809 +death_seat n 1 1 @ 1 0 03167153 +death_squad n 1 1 @ 1 0 08209187 +death_tax n 1 1 @ 1 0 13313322 +death_toll n 1 1 @ 1 0 05164353 +death_valley n 1 2 @ #p 1 0 09169303 +death_warrant n 1 2 @ ; 1 0 06547992 +death_wish n 1 2 @ ; 1 0 09180967 +deathbed n 2 1 @ 2 1 15154376 03166600 +deathblow n 1 1 @ 1 0 00219463 +deathrate n 1 2 @ ~ 1 0 15277118 +deathtrap n 1 1 @ 1 0 03167337 +deathwatch n 2 3 @ ~ #m 2 0 02261419 02177775 +deathwatch_beetle n 1 2 @ #m 1 0 02177775 +deb n 1 1 @ 1 0 09997834 +debacle n 3 1 @ 3 1 07365432 11454953 07476623 +debarkation n 1 3 @ ~ + 1 0 00058002 +debarment n 2 4 @ ~ + ; 2 0 14427991 01077881 +debasement n 2 3 @ ~ + 2 0 14487443 00271263 +debaser n 1 3 @ ~ + 1 0 09997212 +debate n 2 3 @ ~ + 2 2 07140978 07242104 +debater n 1 3 @ ~ + 1 0 09997404 +debauch n 1 2 @ + 1 1 00511212 +debauchee n 1 3 @ ~ + 1 0 10257647 +debaucher n 1 2 @ + 1 0 10754281 +debauchery n 1 2 @ + 1 0 00511212 +debenture n 2 2 @ ; 2 0 13339844 06526004 +debenture_bond n 1 1 @ 1 0 13339844 +debilitation n 1 2 @ + 1 0 07331210 +debility n 1 3 @ ~ + 1 1 14547643 +debit n 1 3 ! @ + 1 0 13405807 +debit_card n 1 2 @ %p 1 0 13376764 +debit_entry n 1 1 @ 1 0 13405807 +debit_side n 1 1 @ 1 0 13406509 +debitor n 1 2 @ ~ 1 0 09997622 +debridement n 1 1 @ 1 0 00669932 +debriefing n 1 2 @ + 1 0 07220466 +debris n 1 2 @ ~ 1 1 14857897 +debris_storm n 1 1 @ 1 0 07440411 +debris_surge n 1 1 @ 1 0 07440411 +debs n 1 1 @ 1 0 10926429 +debt n 3 2 @ ~ 3 2 14490564 13397174 06773347 +debt_ceiling n 1 2 @ ~ 1 0 13397932 +debt_instrument n 1 2 @ ~ 1 0 13398241 +debt_limit n 1 2 @ ~ 1 0 13397932 +debtor n 1 3 ! @ ~ 1 0 09997622 +debugger n 1 2 @ + 1 0 06574334 +debunking n 1 2 @ + 1 1 00522338 +debussy n 1 1 @ 1 0 10926597 +debut n 2 3 @ ~ + 2 1 00238022 07217579 +debutante n 1 1 @ 1 0 09997834 +dec n 2 4 @ #p %p ; 2 1 15213774 08632894 +dec_24 n 1 1 @ 1 0 15196444 +dec_25 n 1 2 @ #p 1 0 15196186 +decade n 2 4 @ ~ #p %p 2 1 15204983 13746512 +decadence n 1 2 @ + 1 0 14440875 +decadency n 1 2 @ + 1 0 14440875 +decadent n 1 2 @ + 1 0 09997939 +decadron n 1 2 @ ; 1 0 14753808 +decaf n 1 1 @ 1 0 07919787 +decaffeinated_coffee n 1 1 @ 1 0 07919787 +decagon n 1 1 @ 1 0 13882713 +decagram n 1 3 @ #p %p 1 0 13724350 +decahedron n 1 1 @ 1 0 13915690 +decal n 1 1 @ 1 0 03167464 +decalcification n 1 2 @ + 1 0 13456252 +decalcomania n 2 1 @ 2 0 03167464 00935453 +decalescence n 1 2 @ + 1 0 11444371 +decaliter n 1 3 @ #p %p 1 0 13624509 +decalitre n 1 3 @ #p %p 1 0 13624509 +decalogue n 1 1 @ 1 0 07169970 +decameter n 1 3 @ #p %p 1 0 13659419 +decametre n 1 3 @ #p %p 1 0 13659419 +decampment n 2 2 @ + 2 0 00055633 00055227 +decanedioic_acid n 1 1 @ 1 0 14739861 +decanoic_acid n 1 1 @ 1 0 14791830 +decantation n 1 2 @ + 1 0 00935608 +decanter n 1 2 @ + 1 0 02960903 +decapitation n 2 1 @ 2 0 01165224 00228181 +decapod n 2 3 @ ~ #m 2 0 01976146 01971094 +decapod_crustacean n 1 3 @ ~ #m 1 0 01976146 +decapoda n 2 3 @ #m %m 2 0 01975880 01970866 +decapterus n 1 3 @ #m %m 1 0 02581289 +decapterus_macarellus n 1 2 @ #m 1 0 02581482 +decapterus_punctatus n 1 2 @ #m 1 0 02581642 +decarboxylase n 1 1 @ 1 0 14828815 +decarboxylation n 1 2 @ + 1 0 13456367 +decasyllable n 1 1 @ 1 0 07096569 +decathlon n 1 1 @ 1 0 07457016 +decatur n 3 2 @ #p 3 0 10926773 09083659 09054110 +decay n 5 3 @ ~ + 5 3 13456715 13456567 11444643 14560612 13456899 +deccan_hemp n 2 3 @ #p %p 2 0 12178358 12178129 +decease n 1 3 @ ~ + 1 0 07355491 +deceased n 1 3 @ ~ #m 1 1 09994943 +deceased_person n 1 3 @ ~ #m 1 0 09994943 +decedent n 1 4 @ ~ #m + 1 1 09994943 +deceit n 3 2 @ ~ 3 1 04875352 06758225 00752431 +deceitfulness n 1 2 @ + 1 0 04876561 +deceiver n 1 3 @ ~ + 1 0 09998101 +deceleration n 3 4 ! @ + ; 3 1 05061345 15276171 00330674 +december n 1 3 @ #p %p 1 1 15213774 +december_31 n 1 3 @ ~ #p 1 1 15182053 +december_8 n 1 1 @ 1 0 15195259 +decency n 2 4 ! @ ~ + 2 2 04900739 04871259 +decennary n 1 4 @ ~ #p %p 1 0 15204983 +decennium n 1 4 @ ~ #p %p 1 0 15204983 +decentalisation n 1 1 @ 1 0 13457181 +decentralisation n 1 2 @ + 1 0 01238058 +decentralization n 2 3 ! @ + 2 0 13457181 01238058 +deception n 3 3 @ ~ + 3 0 06758225 00752431 00099951 +deceptiveness n 1 3 @ ~ + 1 0 04874939 +decibel n 1 1 @ 1 0 13713633 +deciding n 1 3 @ ~ + 1 0 05788149 +decidua n 1 2 @ #s 1 0 05519707 +deciduous_holly n 1 1 @ 1 0 12758176 +deciduous_plant n 1 2 ! @ 1 0 13099999 +deciduous_tooth n 1 2 @ #p 1 0 05306894 +decigram n 1 3 @ #p %p 1 0 13723470 +decile n 1 2 @ ; 1 0 05737982 +deciliter n 1 3 @ #p %p 1 0 13624026 +decilitre n 1 3 @ #p %p 1 0 13624026 +decimal n 2 3 @ ~ + 2 0 13736197 13585309 +decimal_digit n 1 1 @ 1 0 13741698 +decimal_fraction n 1 2 @ ~ 1 0 13736197 +decimal_notation n 1 1 @ 1 0 06810407 +decimal_number_system n 1 2 @ ~ 1 0 06810790 +decimal_numeration_system n 1 2 @ ~ 1 0 06810790 +decimal_point n 1 1 @ 1 0 06812289 +decimal_system n 1 2 @ ~ 1 0 06810790 +decimal_system_of_classification n 1 1 @ 1 0 05727427 +decimalisation n 1 2 @ + 1 0 00194414 +decimalization n 1 2 @ + 1 0 00194414 +decimation n 1 2 @ + 1 0 00218427 +decimeter n 1 3 @ #p %p 1 1 13658998 +decimetre n 1 3 @ #p %p 1 0 13658998 +decimus_junius_juvenalis n 1 1 @ 1 0 11095391 +decipherer n 2 3 @ ~ + 2 0 09995398 09995253 +decipherment n 1 3 @ ~ + 1 0 00617059 +decision n 5 5 ! @ ~ + ; 5 4 00162632 05838176 07293678 07293546 04863969 +decision_maker n 1 2 @ ~ 1 0 09770949 +decision_making n 1 2 @ ~ 1 1 05788149 +decision_table n 1 1 @ 1 0 06581959 +decisive_factor n 1 1 @ 1 0 05692758 +decisiveness n 2 4 ! @ = + 2 0 04863969 04754440 +decius n 1 1 @ 1 0 10926917 +deck n 4 5 @ ~ #p %m ; 4 3 03167666 03167978 07956721 03168107 +deck-house n 1 2 @ #p 1 0 03168543 +deck_chair n 1 1 @ 1 1 03168217 +deck_of_cards n 1 2 @ %m 1 1 07956721 +deck_tennis n 1 1 @ 1 0 00481938 +decker n 2 2 @ ; 2 0 10928140 03168364 +deckhand n 1 1 @ 1 0 09998788 +deckle n 2 1 @ 2 0 03168774 03168663 +deckle_edge n 1 1 @ 1 0 03168774 +declamation n 2 3 @ ~ + 2 1 07242324 07242470 +declaration n 6 5 @ ~ #p + ; 6 2 06725877 06736217 07204110 06737394 06726158 06511874 +declaration_of_estimated_tax n 1 1 @ 1 1 06549115 +declaration_of_independence n 1 1 @ 1 1 06512099 +declarative n 1 2 @ + 1 0 13801700 +declarative_mood n 1 1 @ 1 0 13801700 +declarative_sentence n 1 1 @ 1 0 06600903 +declaratory_sentence n 1 1 @ 1 0 06600903 +declarer n 2 3 @ ~ + 2 0 09961012 09814660 +declassification n 1 3 ! @ + 1 0 01149115 +declension n 4 4 @ ~ %m + 4 0 13804203 13464204 09265620 08006511 +declination n 4 4 @ ~ + ; 4 0 14422488 09265620 08632894 06634239 +decline n 4 4 ! @ ~ + 4 3 13457378 14422488 13456567 09265620 +decline_in_quality n 1 2 @ ~ 1 0 13464204 +declinometer n 1 1 @ 1 0 03168933 +declivity n 1 3 @ ~ + 1 1 09265620 +declomycin n 1 2 @ ; 1 0 03174211 +deco n 1 1 @ 1 0 08465118 +decoagulant n 1 2 @ ~ 1 0 02718259 +decoction n 1 3 @ + ; 1 0 13457665 +decoction_mashing n 1 2 @ ; 1 0 13457831 +decoction_process n 1 2 @ ; 1 0 13457831 +decoder n 2 2 @ ~ 2 0 09995398 03169063 +decoding n 1 3 @ ~ + 1 0 00617059 +decolletage n 1 1 @ 1 0 03169176 +decolonisation n 1 2 @ + 1 0 01082548 +decolonization n 1 2 @ + 1 0 01082548 +decomposition n 5 4 @ ~ + ; 5 2 06013471 14561327 13458268 13458019 11444643 +decomposition_reaction n 1 3 @ ~ ; 1 0 13458268 +decompound_leaf n 1 1 @ 1 0 13157481 +decompressing n 1 2 @ + 1 0 00357451 +decompression n 2 3 ! @ + 2 0 00616641 00357451 +decompression_sickness n 1 1 @ 1 0 14068344 +decongestant n 1 2 @ ~ 1 0 03169271 +deconstruction n 1 3 @ + ; 1 0 05970012 +deconstructionism n 1 2 @ ; 1 0 05970012 +deconstructivism n 1 1 @ 1 0 08275704 +decontamination n 1 3 ! @ + 1 0 00394485 +decor n 1 2 @ + 1 1 03579355 +decoration n 3 3 @ ~ + 3 1 03169390 06706676 00262249 +decoration_day n 1 2 @ #p 1 0 15189452 +decorativeness n 1 3 @ ~ + 1 1 04700327 +decorator n 2 3 @ ~ + 2 2 10210648 09998907 +decorousness n 1 4 ! @ ~ + 1 0 04898804 +decortication n 1 2 @ + 1 0 00670105 +decorum n 1 4 ! @ ~ + 1 1 04898804 +decoupage n 2 1 @ 2 0 03170292 00935786 +decoy n 2 4 @ ~ #p + 2 0 09995573 02776205 +decrease n 4 4 ! @ ~ + 4 1 07355887 13458571 05109808 00351638 +decree n 1 4 @ ~ + ; 1 1 06539770 +decree_nisi n 1 2 @ ; 1 0 06540702 +decrement n 2 3 ! @ ~ 2 1 05109808 13458571 +decrepitation n 1 2 @ + 1 0 07383092 +decrepitude n 1 1 @ 1 0 14562541 +decrescendo n 1 3 @ + ; 1 0 04991225 +decriminalisation n 1 2 ! @ 1 0 01126151 +decriminalization n 1 2 ! @ 1 0 01126151 +decryption n 1 3 @ ~ + 1 0 00617059 +decubitus n 1 1 @ 1 0 05080526 +decubitus_ulcer n 1 1 @ 1 0 14212126 +decumaria n 1 3 @ #m %m 1 0 12789767 +decumaria_barbara n 1 2 @ #m 1 0 12789977 +decumaria_barbata n 1 2 @ #m 1 0 12789977 +decumary n 1 2 @ #m 1 0 12789977 +decussation n 1 3 @ ~ + 1 0 05228496 +ded n 1 1 @ 1 0 06703213 +dedicated_file_server n 1 3 ! @ ; 1 0 03170459 +dedication n 5 4 @ ~ + ; 5 1 04877421 07452348 06684383 06406317 01206153 +dedifferentiation n 1 2 @ + 1 0 13458840 +deductible n 2 3 @ + ; 2 0 13273550 06393424 +deduction n 6 3 @ ~ + 6 5 13329047 13274597 05780885 05774129 00360757 00362103 +deductive_reasoning n 1 2 @ ~ 1 0 05774129 +deed n 2 3 @ ~ ; 2 1 06545137 00030358 +deed_of_conveyance n 1 3 @ ~ ; 1 0 06545137 +deed_of_trust n 1 2 @ ; 1 0 06546408 +deed_poll n 1 2 @ ; 1 0 06545843 +deedbox n 1 2 @ ~ 1 0 04340750 +deeds n 1 2 @ ; 1 0 00577357 +deems_taylor n 1 1 @ 1 0 11333601 +deep n 3 3 @ ~ + 3 0 15267373 09461315 09263811 +deep-dish_pie n 1 1 @ 1 0 07625831 +deep-freeze n 1 2 @ + 1 0 03170635 +deep-sea_diver n 1 1 @ 1 0 09999036 +deep_brown n 1 1 @ 1 0 04972451 +deep_cervical_vein n 1 1 @ 1 0 05363270 +deep_fording n 1 1 @ 1 0 00297951 +deep_freeze n 1 1 @ 1 0 14011557 +deep_freezer n 1 1 @ 1 0 03170635 +deep_kiss n 1 1 @ 1 0 00138799 +deep_middle_cerebral_vein n 1 1 @ 1 0 05362745 +deep_pocket n 1 2 @ ; 1 0 13330591 +deep_red n 1 1 @ 1 0 04963588 +deep_south n 1 3 @ #p %p 1 1 09051235 +deep_space n 1 2 @ #p 1 0 08502051 +deep_supporting_fire n 1 1 @ 1 0 00989122 +deep_temporal_vein n 1 1 @ 1 0 05382316 +deep_water n 1 1 @ 1 0 05687958 +deepening n 1 2 @ + 1 1 13458968 +deepfreeze n 1 1 @ 1 0 03170635 +deepness n 4 5 ! @ ~ = + 4 0 05613962 05134880 05134547 04986414 +deepwater_pipefish n 1 2 @ #m 1 0 01456454 +deepwater_squirrelfish n 1 2 @ #m 1 0 01451115 +deer n 1 4 @ ~ #m %p 1 1 02430045 +deer's-ear n 1 2 @ #m 1 0 12292877 +deer's-ears n 1 2 @ #m 1 0 12292877 +deer_fern n 1 1 @ 1 0 13185269 +deer_fly_fever n 1 2 @ %p 1 0 14276360 +deer_grass n 1 2 @ #m 1 0 12350032 +deer_hunt n 1 1 @ 1 0 00453313 +deer_hunter n 1 1 @ 1 0 09995757 +deer_hunting n 1 1 @ 1 0 00453313 +deer_mouse n 1 2 @ #m 1 0 02337001 +deer_mushroom n 1 2 @ #m 1 0 13019835 +deer_tick n 1 2 @ #m 1 0 01777304 +deer_trail n 1 1 @ 1 0 03171002 +deerberry n 1 1 @ 1 0 12249294 +deere n 1 1 @ 1 0 10927104 +deerhound n 1 1 @ 1 0 02092002 +deerskin n 1 1 @ 1 0 14762486 +deerstalker n 1 1 @ 1 0 03170872 +deerstalking n 1 1 @ 1 0 00711727 +defacement n 1 2 @ + 1 0 00403466 +defalcation n 2 3 @ ~ + 2 0 13273738 00776732 +defalcator n 1 2 @ + 1 0 10051337 +defamation n 2 3 @ ~ + 2 0 06719579 01220336 +defamer n 1 2 @ + 1 0 09999135 +default n 4 3 @ ~ + 4 1 00067397 13300411 13300141 05791864 +default_judgement n 1 2 @ ; 1 0 01188537 +default_judgment n 1 2 @ ; 1 0 01188537 +default_option n 1 1 @ 1 0 05791864 +defaulter n 3 3 @ ~ + 3 0 09999683 09999532 09999443 +defeat n 2 4 ! @ ~ + 2 2 07475364 07540866 +defeated n 1 1 @ 1 0 07946135 +defeatism n 1 2 @ + 1 0 07542560 +defeatist n 1 2 @ + 1 0 09999795 +defecation n 1 3 @ ~ + 1 0 13459088 +defecation_reflex n 1 1 @ 1 0 00811221 +defecator n 1 2 @ + 1 0 10000007 +defect n 4 2 @ ~ 4 4 14464005 05162642 14464203 04692157 +defect_of_speech n 1 2 @ ~ 1 0 14400677 +defection n 2 3 @ ~ + 2 1 00055315 14413411 +defective_pleading n 1 2 @ ; 1 0 06562615 +defectiveness n 1 3 @ ~ + 1 0 14472299 +defector n 1 4 @ ~ + ; 1 0 10006842 +defence n 11 6 ! @ ~ #p + ; 11 0 13459322 08081403 08064523 08064130 07200813 06740644 03171356 01198750 00954311 00823750 00823532 +defence_force n 1 2 @ ~ 1 0 08064130 +defence_mechanism n 1 3 @ ~ ; 1 0 13459322 +defence_policy n 1 1 @ 1 0 05900263 +defence_program n 1 1 @ 1 0 05900263 +defence_reaction n 1 3 @ ~ ; 1 0 13459322 +defence_system n 1 1 @ 1 0 03171228 +defencelessness n 1 2 @ + 1 0 05043091 +defendant n 1 5 ! @ ~ + ; 1 1 09762101 +defender n 2 3 @ ~ + 2 1 09614684 09615211 +defender_of_the_faith n 1 1 @ 1 0 06340182 +defending_team n 1 2 @ ; 1 0 08081403 +defenestration n 1 2 @ + 1 0 00116989 +defense n 12 6 ! @ ~ #p %p ; 12 8 00954311 00823750 08081403 06740644 13459322 08131530 08064523 07200813 08064130 03171356 01198750 00823532 +defense_advanced_research_projects_agency n 1 2 @ #p 1 0 08132046 +defense_attorney n 1 2 @ ; 1 0 10000158 +defense_contractor n 1 2 @ ; 1 0 10000294 +defense_department n 1 2 @ %p 1 0 08131530 +defense_force n 1 2 @ ~ 1 0 08064130 +defense_information_systems_agency n 1 2 @ #p 1 0 08396207 +defense_intelligence_agency n 1 4 @ #m #p ; 1 0 08340989 +defense_laboratory n 1 1 @ 1 0 03171094 +defense_lawyer n 1 2 @ ; 1 0 10000158 +defense_lawyers n 1 1 @ 1 0 08064523 +defense_logistics_agency n 1 3 @ #p %p 1 0 08341330 +defense_mechanism n 1 3 @ ~ ; 1 0 13459322 +defense_policy n 1 1 @ 1 1 05900263 +defense_program n 1 1 @ 1 1 05900263 +defense_reaction n 1 3 @ ~ ; 1 0 13459322 +defense_reutilization_and_marketing_service n 1 2 @ #p 1 0 08341551 +defense_secretary n 2 2 @ #m 2 0 10571202 00600655 +defense_system n 1 1 @ 1 0 03171228 +defense_team n 1 1 @ 1 0 08064523 +defense_technical_information_center n 1 2 @ #p 1 0 08341798 +defenselessness n 1 2 @ + 1 0 05043091 +defensibility n 1 2 @ + 1 0 05202954 +defensive n 1 2 @ + 1 0 06195249 +defensive_attitude n 1 1 @ 1 0 06195249 +defensive_measure n 1 3 @ ~ ; 1 0 00954311 +defensive_structure n 1 2 @ ~ 1 0 03171356 +defensiveness n 1 2 @ ~ 1 0 04843429 +deference n 3 3 @ ~ + 3 1 01228877 04913839 04641153 +deferment n 1 3 @ ~ + 1 0 01066881 +deferral n 2 3 @ ~ + 2 0 14013646 01066881 +deferred_payment n 1 1 @ 1 0 13374281 +defervescence n 1 2 @ + 1 0 07368482 +defiance n 3 3 @ ~ + 3 2 04907991 07231943 01170320 +defibrillation n 1 2 @ + 1 0 00698959 +defibrillator n 1 2 @ + 1 0 03171635 +deficiency n 2 3 @ ~ + 2 2 14449405 05113133 +deficiency_disease n 1 2 @ ~ 1 0 14198200 +deficit n 4 4 ! @ ~ ; 4 1 05114371 14449960 13595550 13396276 +deficit_spending n 1 1 @ 1 0 01122754 +defilade n 1 1 @ 1 0 03171910 +defile n 1 1 @ 1 0 09263912 +defilement n 1 2 @ + 1 0 14498404 +defiler n 1 2 @ + 1 0 10451858 +defining n 1 2 @ + 1 1 13555446 +definite_article n 1 1 @ 1 0 06324864 +definite_integral n 1 1 @ 1 0 06015863 +definite_quantity n 1 2 @ ~ 1 0 13576101 +definiteness n 1 3 @ ~ + 1 0 04754237 +definition n 2 3 @ ~ + 2 2 06744396 04702957 +definitive_host n 1 1 @ 1 0 01385878 +deflagration n 1 2 @ + 1 0 13450417 +deflation n 3 4 ! @ + ; 3 0 13499165 13459821 00361932 +deflationary_spiral n 1 2 ! @ 1 0 13499590 +deflator n 1 2 @ + 1 0 13257792 +deflection n 5 3 @ ~ + 5 1 14504726 07410883 07310839 05011277 00350380 +deflector n 1 2 @ + 1 0 03172038 +deflexion n 4 3 @ ~ + 4 0 07410883 07310839 05011277 00350380 +defloration n 2 2 @ + 2 0 00966718 00844994 +defoe n 1 1 @ 1 0 10927270 +defoliant n 1 2 @ + 1 0 14828927 +defoliation n 2 2 @ + 2 0 13460034 00279674 +defoliator n 1 2 @ + 1 0 02161338 +deforestation n 2 2 @ + 2 0 14519097 01262441 +deformation n 3 3 @ ~ + 3 1 07433973 07358060 00404726 +deformity n 2 3 @ ~ + 2 0 14213512 04691178 +defrauder n 1 3 @ ~ + 1 0 09955015 +defrayal n 1 3 @ ~ + 1 0 01120448 +defrayment n 1 3 @ ~ + 1 0 01120448 +defroster n 1 3 @ + ; 1 0 03172211 +deftness n 1 3 @ ~ + 1 0 05642175 +defunctness n 1 2 @ + 1 0 13963032 +defusing n 1 2 @ + 1 0 00233614 +degas n 1 1 @ 1 0 10927687 +degaussing n 1 2 @ + 1 0 13460129 +degeneracy n 2 1 @ 2 0 14440875 04850996 +degenerate n 1 3 @ ~ + 1 0 10419047 +degeneration n 3 3 @ ~ + 3 1 13460299 14440875 07426893 +degenerative_arthritis n 1 1 @ 1 0 14188238 +degenerative_disorder n 1 2 @ ~ 1 0 14058563 +degenerative_joint_disease n 1 1 @ 1 0 14188238 +deglutition n 1 2 @ ~ 1 0 00839778 +degradation n 2 3 @ ~ + 2 1 00271263 14440623 +degrader n 1 2 @ ~ 1 0 09997212 +degree n 7 5 @ ~ #p %p = 7 6 05093890 13939892 06697331 13611207 05861317 13714184 05094565 +degree_celsius n 1 2 @ ~ 1 0 13714491 +degree_centigrade n 1 2 @ ~ 1 0 13714491 +degree_day n 2 1 @ 2 0 15158691 13715001 +degree_fahrenheit n 1 1 @ 1 0 13714641 +degree_of_a_polynomial n 1 1 @ 1 0 05861579 +degree_of_a_term n 1 1 @ 1 0 05861463 +degree_of_freedom n 2 2 @ ; 2 1 05858551 05859477 +degree_program n 1 1 @ 1 0 06677194 +degressive_tax n 1 1 @ 1 0 13314796 +degustation n 1 2 @ + 1 0 00841901 +dehiscence n 1 4 @ = + ; 1 0 11444816 +dehong_dai n 1 1 @ 1 0 06935111 +dehumanisation n 1 2 @ + 1 0 00271636 +dehumanization n 1 2 @ + 1 0 00271636 +dehydrated_food n 1 1 @ 1 0 07573453 +dehydrated_foods n 1 1 @ 1 0 07573453 +dehydration n 3 4 @ ~ #p + 3 0 14536831 14040846 13460568 +dehydroretinol n 1 1 @ 1 0 15090238 +deicer n 1 3 @ + ; 1 0 03172211 +deictic n 1 2 @ + 1 0 06289693 +deictic_word n 1 1 @ 1 0 06289693 +deification n 3 2 @ + 3 0 14575063 10418577 01029114 +deimos n 1 1 @ 1 0 09264021 +deinocheirus n 1 2 @ #m 1 0 01716594 +deinonychus n 1 2 @ #m 1 0 01718096 +deipnosophist n 1 1 @ 1 0 09995829 +deism n 1 2 @ + 1 0 06223922 +deist n 1 2 @ + 1 0 10000459 +deity n 1 4 @ ~ #m + 1 1 09505418 +deixis n 1 2 @ + 1 0 06179985 +deja_vu n 1 1 @ 1 1 05810440 +dejectedness n 1 1 @ 1 0 07537668 +dejection n 2 3 @ ~ + 2 1 14486533 14854262 +dejeuner n 1 2 @ ~ 1 0 07575076 +dekagram n 1 3 @ #p %p 1 0 13724350 +dekaliter n 1 3 @ #p %p 1 0 13624509 +dekalitre n 1 3 @ #p %p 1 0 13624509 +dekameter n 1 3 @ #p %p 1 0 13659419 +dekametre n 1 3 @ #p %p 1 0 13659419 +dekker n 1 1 @ 1 0 10928140 +dekko n 1 2 @ ; 1 0 00882045 +del_rio n 1 2 @ #p 1 0 09143973 +delacroix n 1 1 @ 1 0 10928498 +delairea n 1 3 @ #m %m 1 0 11960540 +delairea_odorata n 1 2 @ #m 1 0 11960673 +delavirdine n 1 1 @ 1 0 03172432 +delaware n 5 3 @ #p %p 5 1 09264116 09654518 09070120 09069862 06909571 +delaware_bay n 1 2 @ #p 1 0 09264425 +delaware_memorial_bridge n 1 2 @ #p 1 0 03172602 +delaware_river n 1 2 @ #p 1 1 09264116 +delawarean n 1 1 @ 1 0 09741999 +delawarian n 1 1 @ 1 0 09741999 +delay n 2 3 @ ~ + 2 2 15272029 01066163 +delay_line n 1 2 @ ~ 1 0 03172965 +delayed_action n 1 2 @ #p 1 0 03172738 +delayed_allergy n 1 1 @ 1 0 14532659 +delayer n 1 2 @ ~ 1 0 10000616 +delbruck n 1 1 @ 1 0 10928810 +delectability n 1 1 @ 1 0 04995793 +delectation n 2 2 @ ~ 2 0 07491038 01072072 +delegacy n 3 3 @ ~ + 3 0 14000403 08402442 00165178 +delegate n 1 3 @ ~ + 1 1 10000787 +delegating n 1 3 @ ~ + 1 0 01140839 +delegation n 2 3 @ ~ + 2 1 08402442 01140839 +deletion n 4 4 @ ~ + ; 4 0 13524399 07425577 06428216 00394610 +delf n 1 2 @ ; 1 0 03173142 +delft n 1 1 @ 1 0 03173270 +delhi n 1 3 @ #p %p 1 0 08903220 +delhi_boil n 1 1 @ 1 1 14181187 +deli n 1 2 @ ~ 1 0 03173387 +deliberate_defence n 1 1 @ 1 0 00961328 +deliberate_defense n 1 1 @ 1 0 00961328 +deliberateness n 2 3 @ ~ + 2 0 05061977 04661151 +deliberation n 5 4 @ ~ + ; 5 2 07142365 05785067 05796423 05061977 04661151 +deliberative_assembly n 1 2 @ ~ 1 0 08295894 +delibes n 1 1 @ 1 0 10928978 +delicacy n 7 2 @ ~ 7 2 04813066 07557165 05751707 05107216 05041503 04842029 04632866 +delicatessen n 2 2 @ ~ 2 0 07594406 03173387 +delicatessen_food n 1 1 @ 1 0 07594406 +delichon n 1 3 @ #m %m 1 0 01595841 +delichon_urbica n 1 2 @ #m 1 0 01595974 +delicious n 1 2 @ ~ 1 0 07740220 +deliciousness n 1 1 @ 1 0 04995793 +delight n 2 3 @ ~ + 2 1 07491038 05829782 +delilah n 2 2 @ ; 2 0 10929116 10055410 +delimitation n 1 3 @ ~ + 1 0 08512736 +delineation n 3 3 @ ~ + 3 1 07201804 03173524 00900726 +delinquency n 3 3 @ + ; 3 0 13300324 04666083 00736219 +delinquent n 1 2 @ + 1 0 10000945 +deliquium n 1 1 @ 1 0 07478318 +delirium n 2 3 @ ~ + 2 1 14391876 14387202 +delirium_tremens n 1 1 @ 1 0 14398279 +delius n 1 1 @ 1 0 10929316 +deliverable n 1 1 @ 1 0 03173736 +deliverance n 1 3 @ ~ + 1 1 00093483 +deliverer n 4 3 @ ~ + 4 0 11083656 10553805 10001217 10001058 +delivery n 7 5 @ ~ #p + ; 7 1 00317207 07320622 07071483 01108753 00106272 00093483 00042541 +delivery_boy n 1 2 @ ~ 1 1 10001217 +delivery_truck n 1 1 @ 1 0 03173929 +delivery_van n 1 1 @ 1 0 03173929 +deliveryman n 1 2 @ ~ 1 0 10001217 +dell n 1 1 @ 1 0 09264599 +delmonico_steak n 1 1 @ 1 0 07660463 +delonix n 1 3 @ #m %m 1 0 12494629 +delonix_regia n 1 2 @ #m 1 0 12494794 +delorme n 1 1 @ 1 0 10929437 +delphi n 1 4 @ #p %p + 1 0 08786855 +delphic_oracle n 1 3 @ #p ; 1 0 04407844 +delphinapterus n 1 3 @ #m %m 1 0 02072665 +delphinapterus_leucas n 1 2 @ #m 1 0 02072798 +delphinidae n 1 3 @ #m %m 1 0 02068735 +delphinium n 1 3 @ ~ #m 1 0 11733054 +delphinium_ajacis n 1 2 @ #m 1 0 11732567 +delphinus n 2 3 @ #m %m 2 0 09264680 02069271 +delphinus_delphis n 1 2 @ #m 1 0 02069412 +delta n 3 2 @ #m 3 1 09264803 13880102 06834458 +delta_hepatitis n 1 1 @ 1 0 14131247 +delta_iron n 1 1 @ 1 0 14722426 +delta_ray n 1 1 @ 1 0 09265025 +delta_rhythm n 1 1 @ 1 0 11445187 +delta_wave n 1 1 @ 1 0 11445187 +delta_wing n 1 1 @ 1 0 03174079 +deltasone n 1 2 @ ; 1 0 14753414 +deltoid n 1 2 @ #p 1 1 05549350 +deltoid_eminence n 1 2 @ #p 1 0 05248921 +deltoid_leaf n 1 1 @ 1 0 13157971 +deltoid_muscle n 1 2 @ #p 1 0 05549350 +deltoid_tuberosity n 1 2 @ #p 1 0 05248921 +deluge n 3 3 @ ~ + 3 1 13775706 11502102 11454591 +delusion n 3 4 @ ~ + ; 3 0 14376855 05896733 00754767 +delusional_disorder n 1 1 @ 1 0 14387349 +delusions_of_grandeur n 1 2 @ #p 1 0 14377177 +delusions_of_persecution n 1 1 @ 1 0 14377375 +demagnetisation n 1 3 @ ~ + 1 0 13460991 +demagnetization n 1 3 @ ~ + 1 0 13460991 +demagog n 1 1 @ 1 0 10001481 +demagogue n 1 1 @ 1 1 10001481 +demagoguery n 1 2 @ ~ 1 0 07187297 +demagogy n 1 3 @ ~ + 1 0 07187297 +demand n 5 4 ! @ ~ + 5 5 07191279 13461162 05892651 01061333 14449126 +demand-pull_inflation n 1 1 @ 1 0 13461390 +demand_deposit n 1 1 @ 1 0 13381303 +demand_feeding n 1 1 @ 1 0 01058181 +demand_for_explanation n 1 1 @ 1 0 07232053 +demand_for_identification n 1 1 @ 1 0 07232189 +demand_loan n 1 1 @ 1 0 13399275 +demand_note n 1 1 @ 1 0 13400580 +demander n 1 2 @ + 1 1 10001647 +demantoid n 1 1 @ 1 0 14829172 +demarcation n 2 3 @ ~ + 2 1 08592656 05748786 +demarcation_line n 1 2 @ ~ 1 0 08592656 +demarche n 1 1 @ 1 0 00168121 +dematiaceae n 1 3 @ #m %m 1 0 13080471 +demavend n 1 2 @ #p 1 0 09174457 +demeanor n 1 2 @ ~ 1 1 04897762 +demeanour n 1 2 @ ~ 1 0 04897762 +demeclocycline_hydrochloride n 1 1 @ 1 0 03174211 +dementedness n 1 3 @ ~ + 1 0 14395403 +dementia n 1 2 @ ~ 1 0 14395403 +dementia_praecox n 1 2 @ ~ 1 0 14398523 +demerara n 5 2 @ #p 5 0 14829470 09265134 08948958 07905296 07596566 +demerara_rum n 1 1 @ 1 0 07905296 +demerara_sugar n 1 1 @ 1 0 07596566 +demerit n 2 2 ! @ 2 0 06794980 05139094 +demerol n 1 2 @ ; 1 0 03747103 +demesne n 2 3 @ ~ #p 2 0 13246662 08556491 +demeter n 1 2 @ ; 1 0 09558569 +demetrius n 1 1 @ 1 0 10929657 +demetrius_i n 1 1 @ 1 0 10929657 +demetrius_poliorcetes n 1 1 @ 1 0 10929657 +demi-glaze n 1 1 @ 1 0 07837755 +demiglace n 1 1 @ 1 0 07837755 +demigod n 2 2 @ ~ 2 0 10001764 09506216 +demijohn n 1 1 @ 1 0 03174450 +demilitarized_zone n 1 1 @ 1 0 08689947 +demille n 1 1 @ 1 0 10930099 +demimondaine n 1 2 @ #m 1 0 10001882 +demimonde n 1 2 @ %m 1 1 08244895 +demineralisation n 2 3 @ #p + 2 0 14210716 13461525 +demineralization n 2 3 @ #p + 2 1 14210716 13461525 +demise n 1 3 @ ~ #p 1 0 15143477 +demisemiquaver n 1 1 @ 1 0 06871675 +demister n 1 2 @ + 1 0 03174605 +demitasse n 2 1 @ 2 0 07919665 03174731 +demiurge n 1 1 @ 1 0 09538633 +demo n 1 3 @ ~ + 1 0 06879180 +demobilisation n 1 3 @ ~ + 1 0 01158190 +demobilization n 1 4 ! @ ~ + 1 0 01158190 +democracy n 3 3 @ ~ + 3 2 06217103 08361329 05964445 +democrat n 2 2 @ #m 2 2 10002151 10002031 +democratic-republican_party n 1 1 @ 1 0 08259318 +democratic_and_popular_republic_of_algeria n 1 6 @ #m #p %m %p - 1 0 08705397 +democratic_front_for_the_liberation_of_palestine n 1 2 @ ; 1 0 08019523 +democratic_party n 1 3 @ %m %p 1 0 08259156 +democratic_people's_republic_of_korea n 1 4 @ #p %p - 1 0 08955082 +democratic_republic_of_sao_tome_and_principe n 1 3 @ #p %p 1 0 08992648 +democratic_republic_of_the_congo n 1 4 @ #p %m %p 1 0 08734385 +democratic_socialist_republic_of_sri_lanka n 1 4 @ %m %p - 1 0 08719100 +democratisation n 1 1 @ 1 0 01237294 +democratization n 1 1 @ 1 0 01237294 +democritus n 1 1 @ 1 0 10930296 +demodulation n 1 3 @ + ; 1 0 06282209 +demodulator n 1 3 @ #p + 1 0 03181501 +demogorgon n 1 2 @ ; 1 0 09487546 +demographer n 1 2 @ + 1 0 10002257 +demographic n 1 3 @ + ; 1 0 06022076 +demographist n 1 2 @ + 1 0 10002257 +demography n 1 2 @ + 1 0 06152125 +demoiselle n 2 3 @ ~ #m 2 0 09989168 02606384 +demolishing n 1 2 @ + 1 0 00218045 +demolition n 2 3 @ ~ + 2 1 07334490 01249483 +demon n 3 3 @ ~ + 3 1 09542339 10329945 10002477 +demonetisation n 1 2 @ + 1 0 00155085 +demonetization n 1 3 ! @ + 1 0 00155085 +demoniac n 1 2 @ + 1 0 10002644 +demonisation n 1 2 @ + 1 0 06710152 +demonism n 1 2 @ + 1 0 05979595 +demonization n 1 2 @ + 1 0 06710152 +demonolatry n 1 2 @ + 1 0 01046006 +demonstrability n 1 2 @ + 1 0 04755466 +demonstration n 5 4 @ ~ + ; 5 4 00521562 00521970 01177703 06648046 06879180 +demonstrative n 1 2 @ + 1 1 06325678 +demonstrative_pronoun n 1 1 @ 1 0 06325678 +demonstrativeness n 1 2 @ + 1 0 04626879 +demonstrator n 3 3 @ ~ + 3 1 10003120 10002982 10002760 +demoralisation n 3 2 @ + 3 0 13975988 07537973 00272713 +demoralization n 3 2 @ + 3 1 00272713 13975988 07537973 +demosthenes n 1 2 @ + 1 0 10930428 +demotic n 2 2 @ + 2 0 06990193 06976833 +demotic_script n 1 1 @ 1 0 06990193 +demotion n 1 3 ! @ + 1 0 00198793 +dempsey n 1 1 @ 1 0 10930591 +demulcent n 1 2 @ + 1 0 03174829 +demulen n 1 1 @ 1 0 03174991 +demur n 1 3 @ + ; 1 0 07209089 +demureness n 2 2 @ + 2 0 04900236 04788159 +demurrage n 2 1 @ 2 0 13324427 01066545 +demurral n 1 3 @ + ; 1 0 07209089 +demurrer n 3 5 @ ~ #p + ; 3 0 07209089 06562802 01198750 +demyelination n 1 2 @ #p 1 0 14058770 +demythologisation n 1 3 @ + ; 1 0 06769032 +demythologization n 1 3 @ + ; 1 1 06769032 +den n 4 2 @ #p 4 0 08591399 08584218 08214966 03175081 +den_haag n 1 2 @ #p 1 0 08950407 +den_mother n 2 1 @ 2 0 10003575 10003476 +denali n 1 2 @ #p 1 0 09349425 +denali_fault n 1 2 @ #p 1 0 09265274 +denali_national_park n 1 2 @ #p 1 0 08604283 +denationalisation n 1 2 @ + 1 0 01152033 +denationalization n 1 3 ! @ + 1 0 01152033 +denaturant n 1 2 @ + 1 0 14710024 +denatured_alcohol n 1 2 @ ~ 1 0 14710164 +denazification n 1 2 @ + 1 0 13461722 +dendranthema n 1 2 @ #m 1 0 11960943 +dendranthema_grandifloruom n 1 1 @ 1 0 11961100 +dendraspis n 1 3 @ #m %m 1 0 01749428 +dendrite n 1 3 @ #p + 1 0 05469861 +dendroaspis n 1 3 @ #m %m 1 0 01749428 +dendroaspis_augusticeps n 1 2 @ ~ 1 0 01749742 +dendrobium n 1 2 @ #m 1 0 12059314 +dendrocalamus n 1 3 @ #m %m 1 0 12148610 +dendrocalamus_giganteus n 1 2 @ #m 1 0 12148757 +dendrocolaptes n 1 2 @ #m 1 0 01554311 +dendrocolaptidae n 1 3 @ #m %m 1 0 01554139 +dendroctonus n 1 3 @ #m %m 1 0 02180046 +dendroctonus_rufipennis n 1 2 @ #m 1 0 02180427 +dendroica n 1 3 @ #m %m 1 0 01568493 +dendroica_auduboni n 1 2 @ #m 1 0 01569262 +dendroica_coronata n 1 2 @ #m 1 0 01569423 +dendroica_fusca n 1 2 @ #m 1 0 01569060 +dendroica_petechia n 1 2 @ #m 1 0 01568892 +dendroica_striate n 1 2 @ #m 1 0 01569566 +dendroica_tigrina n 1 2 @ #m 1 0 01568720 +dendrolagus n 1 3 @ #m %m 1 0 01879379 +dendromecon n 1 3 @ #m %m 1 0 11904896 +deneb n 1 2 @ #m 1 0 09265392 +denebola n 1 2 @ #m 1 0 09265492 +deng_xiaoping n 1 1 @ 1 0 10930778 +dengue n 1 1 @ 1 0 14129784 +dengue_fever n 1 1 @ 1 0 14129784 +denial n 5 5 @ ~ #p + ; 5 4 07204401 07204240 13461951 00205649 01198750 +denier n 3 2 @ + 3 0 13584746 13389359 10003283 +denigration n 3 2 @ + 3 0 06718434 01220336 01220152 +denim n 2 3 @ ~ ; 2 0 03594734 03175189 +denis_diderot n 1 1 @ 1 0 10934758 +denisonia n 1 3 @ #m %m 1 0 01747466 +denisonia_superba n 1 2 @ #m 1 0 01747589 +denizen n 2 2 @ ~ 2 0 09620078 01315062 +denmark n 1 6 @ #m #p %m %p - 1 1 08761244 +denmark_vesey n 1 1 @ 1 0 11364570 +dennis_gabor n 1 1 @ 1 0 10986562 +dennstaedtia n 1 3 @ #m %m 1 0 13189222 +dennstaedtia_punctilobula n 1 2 @ #m 1 0 13189428 +dennstaedtiaceae n 1 3 @ #m %m 1 0 13188973 +denomination n 3 4 @ ~ %m + 3 1 08146782 08006989 06338908 +denominationalism n 2 1 @ 2 0 06206021 06198708 +denominator n 1 2 @ ~ 1 0 13733066 +denotation n 2 2 @ + 2 0 07231048 05922949 +denotatum n 1 1 @ 1 0 06603816 +denouement n 2 1 @ 2 1 07293080 06743867 +denouncement n 1 3 @ ~ + 1 0 07232988 +dense-leaved_elodea n 1 1 @ 1 0 12614763 +dense_blazing_star n 1 1 @ 1 0 11991777 +denseness n 3 3 @ ~ + 3 1 05645854 05088804 04941453 +densification n 1 1 @ 1 0 07419233 +densimeter n 1 2 @ ~ 1 0 03175301 +densitometer n 2 2 @ ~ 2 0 03175457 03175301 +densitometry n 1 1 @ 1 1 01002008 +density n 2 3 @ ~ + 2 2 04941453 05088804 +dent n 3 3 @ ~ + 3 1 11413661 13904843 04693384 +dent_corn n 1 1 @ 1 0 12144987 +dental n 1 1 @ 1 0 07115493 +dental_amalgam n 1 1 @ 1 0 14716550 +dental_anatomy n 1 1 @ 1 0 06059412 +dental_appliance n 1 3 @ ~ ; 1 0 03175604 +dental_assistant n 1 1 @ 1 0 10003782 +dental_care n 1 2 @ ~ 1 0 00656292 +dental_caries n 1 1 @ 1 0 13444513 +dental_consonant n 1 1 @ 1 0 07115493 +dental_floss n 1 1 @ 1 0 03175843 +dental_gold n 1 2 @ %s 1 0 14833618 +dental_hygienist n 1 1 @ 1 0 10003870 +dental_implant n 1 1 @ 1 0 03175983 +dental_medicine n 1 3 @ ~ - 1 0 06047430 +dental_orthopaedics n 1 1 @ 1 0 06048552 +dental_orthopedics n 1 1 @ 1 0 06048552 +dental_plaque n 1 1 @ 1 0 05244755 +dental_plate n 1 2 @ ~ 1 0 03176386 +dental_practice n 1 1 @ 1 0 00632017 +dental_practitioner n 1 2 @ ~ 1 0 10004282 +dental_procedure n 1 1 @ 1 0 01024547 +dental_school n 1 1 @ 1 0 08281963 +dental_surgeon n 1 1 @ 1 0 10004171 +dental_surgery n 1 2 @ ~ 1 0 06048052 +dental_technician n 1 1 @ 1 0 10004019 +dentaria n 1 2 @ #m 1 0 11881563 +dentaria_bulbifera n 1 1 @ 1 0 11882237 +dentaria_diphylla n 1 1 @ 1 0 11882426 +dentate_leaf n 1 2 @ ~ 1 0 13160831 +dentate_nucleus n 1 2 @ #p 1 0 05485988 +denticle n 1 1 @ 1 0 02156031 +denticulate_leaf n 1 1 @ 1 0 13160938 +dentifrice n 1 2 @ ~ 1 0 03176084 +dentin n 2 3 @ ~ #p 2 0 14757382 05274446 +dentine n 2 3 @ ~ #p 2 0 14757382 05274446 +dentist n 1 2 @ ~ 1 1 10004282 +dentist's_drill n 1 2 @ %p 1 0 03176238 +dentistry n 1 3 @ ~ - 1 0 06047430 +dentition n 2 4 @ ~ #p %m 2 0 13565781 05282433 +denture n 1 3 @ ~ + 1 1 03176386 +denturist n 1 2 @ + 1 0 10004019 +denudation n 1 3 @ ~ + 1 0 00394803 +denunciation n 1 2 @ ~ 1 1 07232988 +denver n 1 2 @ #p 1 1 09068107 +deodar n 1 1 @ 1 0 11623967 +deodar_cedar n 1 1 @ 1 0 11623967 +deodorant n 1 2 @ + 1 0 03176594 +deodourant n 1 2 @ + 1 0 03176594 +deontic_logic n 1 1 @ 1 0 06166166 +deossification n 1 1 @ 1 0 13462084 +deoxyadenosine n 1 1 @ 1 0 15073018 +deoxyadenosine_monophosphate n 1 1 @ 1 0 14829565 +deoxycytidine n 1 1 @ 1 0 15073147 +deoxycytidine_monophosphate n 1 1 @ 1 0 14829765 +deoxyephedrine n 1 1 @ 1 0 03754295 +deoxyguanosine n 1 1 @ 1 0 15073285 +deoxyguanosine_monophosphate n 1 1 @ 1 0 14829964 +deoxyribonucleic_acid n 1 5 @ ~ %s %p ; 1 0 14830364 +deoxyribose n 1 1 @ 1 0 14833514 +deoxythymidine n 1 1 @ 1 0 15073424 +deoxythymidine_monophosphate n 1 1 @ 1 0 14830164 +depardieu n 1 1 @ 1 0 10931059 +deparia n 1 3 @ #m %m 1 0 13196545 +deparia_acrostichoides n 1 2 @ #m 1 0 13196738 +departed n 1 4 @ ~ #m + 1 0 09994943 +departer n 1 2 @ + 1 0 10004539 +department n 3 5 @ ~ #m + ; 3 1 08114861 08548733 05853273 +department_head n 1 1 @ 1 0 10004718 +department_of_agriculture n 1 1 @ 1 1 08128964 +department_of_anthropology n 1 1 @ 1 0 08115602 +department_of_biology n 1 1 @ 1 0 08115912 +department_of_chemistry n 1 1 @ 1 0 08116073 +department_of_commerce n 1 2 @ %p 1 1 08129268 +department_of_commerce_and_labor n 1 1 @ 1 0 08144524 +department_of_computer_science n 1 1 @ 1 0 08116240 +department_of_corrections n 1 1 @ 1 0 08120624 +department_of_defense n 1 2 @ %p 1 1 08131530 +department_of_defense_laboratory_system n 1 2 @ #p 1 0 08132323 +department_of_economics n 1 1 @ 1 0 08116398 +department_of_education n 1 2 @ ; 1 0 08132637 +department_of_energy n 1 2 @ %p 1 0 08132955 +department_of_energy_intelligence n 1 3 @ #m #p 1 0 08133189 +department_of_english n 1 1 @ 1 0 08116565 +department_of_health_and_human_services n 1 2 @ %p 1 0 08133536 +department_of_health_education_and_welfare n 1 1 @ 1 1 08144720 +department_of_history n 1 1 @ 1 0 08116734 +department_of_homeland_security n 1 2 @ %p 1 0 08134807 +department_of_housing_and_urban_development n 1 2 @ %p 1 0 08135062 +department_of_justice n 1 3 @ %p ; 1 1 08135342 +department_of_justice_canada n 1 2 @ ; 1 0 08343324 +department_of_labor n 1 2 @ %p 1 1 08137495 +department_of_linguistics n 1 1 @ 1 0 08116879 +department_of_local_government n 1 2 @ ~ 1 0 08120384 +department_of_mathematics n 1 1 @ 1 0 08117052 +department_of_music n 1 1 @ 1 0 08117540 +department_of_philosophy n 1 1 @ 1 0 08117225 +department_of_physics n 1 1 @ 1 0 08117379 +department_of_psychology n 1 1 @ 1 0 08117702 +department_of_sociology n 1 1 @ 1 0 08117872 +department_of_state n 1 3 @ ~ %p 1 1 08137738 +department_of_the_federal_government n 1 3 @ ~ ; 1 0 08122141 +department_of_the_interior n 1 2 @ %p 1 0 08139000 +department_of_the_treasury n 1 2 @ %p 1 0 08139795 +department_of_transportation n 1 2 @ %p 1 0 08143653 +department_of_veterans_affairs n 1 1 @ 1 0 08144122 +department_store n 1 2 @ #m 1 1 03176763 +departure n 3 4 @ ~ + ; 3 2 00042757 07366289 07333649 +departure_gate n 1 1 @ 1 0 03176970 +departure_lounge n 1 1 @ 1 0 03177059 +departure_tax n 1 1 @ 1 0 13312434 +departure_time n 1 2 @ ~ 1 0 15181094 +dependability n 1 4 ! @ ~ + 1 0 04670022 +dependableness n 1 4 ! @ ~ + 1 0 04670022 +dependance n 2 3 @ ~ ; 2 0 14062725 14001348 +dependant n 1 2 @ ~ 1 0 10004804 +dependence n 2 4 @ ~ + ; 2 1 14001348 14062725 +dependency n 3 4 @ ~ + ; 3 1 14001348 14062725 08499840 +dependent n 1 3 @ ~ + 1 1 10004804 +dependent_clause n 1 3 @ ~ #p 1 0 06314808 +dependent_variable n 1 2 @ ; 1 0 05858699 +depersonalisation n 3 3 @ + ; 3 0 14394094 14026376 00932298 +depersonalisation_disorder n 1 1 @ 1 0 14394094 +depersonalisation_neurosis n 1 1 @ 1 0 14394094 +depersonalization n 3 3 @ + ; 3 0 14394094 14026376 00932298 +depersonalization_disorder n 1 1 @ 1 0 14394094 +depersonalization_neurosis n 1 1 @ 1 0 14394094 +depicted_object n 1 2 @ #p 1 1 04347225 +depicting n 1 3 @ ~ + 1 0 05766984 +depiction n 4 3 @ ~ + 4 0 07201804 05766984 03173524 00900726 +depigmentation n 1 3 ! @ ~ 1 0 04976687 +depilation n 2 3 @ ~ + 2 0 14457218 00254597 +depilator n 1 3 @ ~ + 1 0 03177165 +depilatory n 2 3 @ ~ + 2 0 14833729 03177165 +depletion n 2 3 @ ~ + 2 1 00356199 14017332 +deployment n 1 3 @ ~ + 1 0 01143409 +depokene n 1 2 @ ; 1 0 04518854 +depolarisation n 1 2 @ + 1 0 11492240 +depolarization n 1 2 @ + 1 0 11492240 +deponent n 1 2 @ + 1 0 10703905 +depopulation n 1 2 @ + 1 0 14519208 +deportation n 2 3 @ ~ + 2 0 00207761 00207306 +deportee n 1 2 @ + 1 1 10071139 +deportment n 1 3 @ ~ + 1 0 04897762 +deposer n 1 2 @ + 1 0 10703905 +deposit n 9 4 @ ~ %p + 9 2 11445395 09428967 13462191 13381145 13349834 13349662 06685860 03177349 00372448 +deposit_account n 1 1 @ 1 0 13364368 +deposit_box n 1 1 @ 1 0 04125257 +depositary n 1 3 @ ~ %p 1 0 03177349 +deposition n 4 4 @ ~ + ; 4 0 13462191 07194499 00372448 00208943 +depositor n 1 3 @ ~ + 1 1 10005006 +depository n 1 3 @ ~ %p 1 0 03177349 +depository_financial_institution n 1 3 @ ~ #m 1 0 08420278 +depository_library n 1 3 @ ~ %p 1 0 03660664 +depot n 2 3 @ ~ #p 2 1 04412901 04329190 +depravation n 1 2 @ + 1 0 04850996 +depravity n 2 2 @ + 2 2 04850996 00746866 +deprecation n 2 2 @ + 2 0 07189932 01220152 +depreciation n 3 5 ! @ ~ + - 3 2 00364600 13328357 06717170 +depreciation_allowance n 1 1 @ 1 0 13274487 +depreciation_charge n 1 1 @ 1 0 13307514 +depreciation_rate n 1 1 @ 1 0 13326450 +depreciator n 1 3 @ ~ + 1 0 10009671 +depredation n 2 2 @ ; 2 1 00967310 07334876 +depressant n 1 3 @ ~ + 1 0 04166553 +depressed_fracture n 1 1 @ 1 0 14293093 +depression n 10 5 ! @ ~ #p + 10 4 14404160 14489113 09366017 07537485 15294211 14520829 14389240 13896369 13836715 00112674 +depressive n 1 2 @ ~ 1 0 10005163 +depressive_disorder n 1 2 @ ~ 1 0 14389240 +depressor n 3 3 @ ~ + 3 0 05552467 05476592 03177708 +depressor_muscle n 1 1 @ 1 0 05552467 +depressor_nerve n 1 1 @ 1 0 05476592 +deprivation n 3 3 @ ~ + 3 0 14493426 05162985 01150200 +depth n 6 4 @ ~ = ; 6 3 05134547 05094725 08500213 14441083 05613962 05134353 +depth_bomb n 1 1 @ 1 0 03177856 +depth_charge n 1 1 @ 1 0 03177856 +depth_finder n 1 2 @ ~ 1 0 03178000 +depth_gage n 1 1 @ 1 0 03178173 +depth_gauge n 1 1 @ 1 0 03178173 +depth_psychology n 1 3 @ ~ - 1 0 00704305 +deputation n 2 3 @ ~ + 2 0 08402442 01140839 +deputy n 4 4 @ ~ + ; 4 2 10005548 10005280 10005934 10005721 +deputy_sheriff n 1 1 @ 1 1 10005548 +der_fuhrer n 1 1 @ 1 0 11052672 +deracination n 2 2 @ + 2 0 00315830 00115803 +derailment n 1 2 @ + 1 0 07302267 +derain n 1 1 @ 1 0 10931333 +derangement n 2 2 @ + 2 0 14397714 00554850 +derby n 1 1 @ 1 0 02881757 +derby_hat n 1 1 @ 1 0 02881757 +deregulating n 1 2 @ + 1 0 00805337 +deregulation n 1 2 @ + 1 0 00805337 +derelict n 2 2 @ + 2 0 10006081 02666501 +dereliction n 2 2 @ ~ 2 2 04666083 00738966 +derision n 2 3 @ ~ + 2 1 06715638 01224517 +derivation n 8 5 @ ~ = + ; 8 3 08508105 06744154 05780718 13462387 04922787 00392582 00392468 00392335 +derivational_morphology n 1 1 @ 1 0 06178380 +derivative n 4 4 @ ~ + ; 4 1 06014730 14833885 06480506 06290051 +derivative_instrument n 1 3 @ ~ ; 1 0 06480506 +derived_function n 1 2 @ ~ 1 0 06014730 +deriving n 1 3 @ + ; 1 0 06744154 +derma n 1 2 @ #p 1 0 05243879 +dermabrasion n 1 1 @ 1 0 00395017 +dermacentor n 1 3 @ #m %m 1 0 01778984 +dermacentor_variabilis n 1 2 @ #m 1 0 01779148 +dermaptera n 1 3 @ #m %m 1 0 02272707 +dermatitis n 1 2 @ ~ 1 0 14224757 +dermatobia n 1 3 @ #m %m 1 0 02194078 +dermatobia_hominis n 1 2 @ #m 1 0 02194249 +dermatoglyphic n 1 1 @ 1 0 13906484 +dermatoglyphics n 1 1 @ 1 0 06041955 +dermatologist n 1 2 @ + 1 0 10006177 +dermatology n 1 2 @ + 1 0 06049500 +dermatome n 1 1 @ 1 0 03178316 +dermatomycosis n 1 1 @ 1 0 14181948 +dermatomyositis n 1 1 @ 1 0 14209348 +dermatophytosis n 1 1 @ 1 0 14181948 +dermatosclerosis n 1 2 @ ~ 1 0 14565196 +dermatosis n 1 2 @ ~ 1 0 14225045 +dermestidae n 1 3 @ #m %m 1 0 02170269 +dermis n 1 3 @ #p + 1 0 05243879 +dermochelyidae n 1 3 @ #m %m 1 0 01665238 +dermochelys n 1 3 @ #m %m 1 0 01665372 +dermochelys_coriacea n 1 2 @ #m 1 0 01665541 +dermoid_cyst n 1 1 @ 1 0 14201682 +dermoptera n 1 3 @ #m %m 1 0 02502085 +derogation n 2 5 @ ~ + ; - 2 0 06717170 00232147 +derrick n 2 1 @ 2 1 03178538 03178430 +derrida n 1 1 @ 1 0 10931452 +derriere n 1 2 @ #p 1 0 05559256 +derring-do n 1 1 @ 1 0 00043116 +derringer n 1 1 @ 1 0 03178674 +derris n 1 2 @ #m 1 0 12525513 +derris_elliptica n 1 2 @ #m 1 0 12525753 +derris_root n 1 2 @ #m 1 0 12525753 +derv n 1 2 @ ; 1 0 14686020 +dervish n 1 2 @ ~ 1 1 10006337 +des n 2 1 @ 2 1 14750122 03193882 +des_moines n 1 2 @ #p 1 0 09086995 +desalination n 1 2 @ + 1 0 13462795 +desalinisation n 1 2 @ + 1 0 13462795 +desalinization n 1 2 @ + 1 0 13462795 +descant n 1 2 @ + 1 0 07032026 +descartes n 1 2 @ + 1 0 10931854 +descendant n 1 4 ! @ ~ + 1 1 10006511 +descendants n 1 1 @ 1 1 08369220 +descendent n 1 3 @ ~ + 1 1 10006511 +descender n 3 3 @ ~ ; 3 0 10006748 06830708 06800871 +descending_aorta n 1 1 @ 1 0 05336487 +descending_colon n 1 2 @ #p 1 0 05537243 +descending_node n 1 2 ! @ 1 0 08548924 +descensus n 1 2 @ ~ 1 0 14559208 +descensus_uteri n 1 1 @ 1 0 14558801 +descent n 6 4 ! @ ~ + 6 3 07363346 04923743 00326440 13813042 09265620 08101937 +description n 3 3 @ ~ + 3 1 06724763 07201365 05840076 +descriptive_adjective n 1 1 @ 1 0 06321932 +descriptive_anthropology n 1 1 @ 1 0 06146546 +descriptive_clause n 1 1 @ 1 0 06315454 +descriptive_geometry n 1 2 @ ; 1 0 06012340 +descriptive_grammar n 1 2 @ ; 1 0 06175829 +descriptive_linguistics n 1 4 ! @ ~ - 1 0 06181584 +descriptivism n 2 2 @ ; 2 0 06250061 06249910 +descriptor n 2 3 @ ~ ; 2 0 06290637 05823747 +descurainia n 1 3 @ #m %m 1 0 11884667 +descurainia_pinnata n 1 2 @ #m 1 0 11884967 +desecration n 1 2 @ + 1 1 00746587 +desegregation n 1 2 @ + 1 0 01202415 +desensitisation n 1 2 @ + 1 0 13463255 +desensitisation_procedure n 1 2 @ ~ 1 0 00701755 +desensitisation_technique n 1 2 @ ~ 1 0 00701755 +desensitization n 1 2 @ + 1 0 13463255 +desensitization_procedure n 1 2 @ ~ 1 0 00701755 +desensitization_technique n 1 2 @ ~ 1 0 00701755 +desert n 1 3 @ ~ %p 1 1 08505573 +desert_boot n 1 1 @ 1 0 02925666 +desert_four_o'clock n 1 1 @ 1 0 11840476 +desert_fox n 1 1 @ 1 0 11269515 +desert_holly n 1 1 @ 1 0 11831297 +desert_iguana n 1 2 @ #m 1 0 01678043 +desert_lynx n 1 1 @ 1 0 02127678 +desert_mariposa_tulip n 1 2 @ #m 1 0 12447891 +desert_olive n 1 1 @ 1 0 12302692 +desert_paintbrush n 1 1 @ 1 0 12880244 +desert_pea n 1 1 @ 1 0 12516828 +desert_plant n 1 2 @ ~ 1 0 13121104 +desert_plume n 1 2 @ #m 1 0 11897466 +desert_rat n 1 3 @ ~ #m 1 0 02350105 +desert_rheumatism n 1 1 @ 1 0 14147014 +desert_rose n 1 2 @ #m 1 0 11769176 +desert_sand_verbena n 1 1 @ 1 0 11837970 +desert_selaginella n 1 1 @ 1 0 13225244 +desert_soil n 1 1 @ 1 0 14834013 +desert_sunflower n 1 2 @ #m 1 0 11972291 +desert_tortoise n 1 2 @ #m 1 0 01671479 +desert_willow n 1 2 @ #m 1 0 12815198 +deserter n 2 4 @ ~ + ; 2 0 10007109 10006842 +desertic_soil n 1 1 @ 1 0 14834013 +desertification n 1 1 @ 1 0 13462989 +desertion n 2 3 @ ~ + 2 1 00055315 00204439 +deserts n 1 1 @ 1 0 07294423 +deservingness n 1 2 @ + 1 0 04807050 +deshabille n 1 2 @ ~ 1 0 14457838 +desiccant n 1 2 @ + 1 0 14779796 +desiccation n 2 4 @ ~ #p + 2 0 14536831 13460568 +desideratum n 1 1 @ 1 0 09265910 +desiderius_erasmus n 1 1 @ 1 0 10959857 +design n 7 3 @ ~ + 7 6 00928077 05728678 05902327 03178782 05982152 03179318 05633385 +design_criteria n 1 1 @ 1 0 05925177 +designated_driver n 1 1 @ 1 0 10007511 +designated_hitter n 1 1 @ 1 0 10007684 +designation n 3 3 @ ~ + 3 1 06338908 00163779 00152018 +designatum n 1 1 @ 1 0 06603927 +designer n 5 3 @ ~ + 5 2 10210648 09805475 10144055 10007809 09972157 +designer_drug n 1 1 @ 1 0 03179489 +designing n 1 3 @ ~ + 1 0 00928077 +desipramine n 1 1 @ 1 0 03180153 +desirability n 2 4 ! @ ~ + 2 0 05141840 04686935 +desirableness n 2 3 @ ~ + 2 0 05141840 04686935 +desire n 3 3 @ ~ + 3 3 07484265 04945057 14038993 +desire_to_know n 1 1 @ 1 0 05682798 +desk n 1 3 @ ~ %p 1 1 03179701 +desk_clerk n 1 2 @ ~ 1 0 10007995 +desk_dictionary n 1 1 @ 1 0 06419354 +desk_officer n 1 2 @ ; 1 1 10008123 +desk_phone n 1 1 @ 1 0 03179910 +desk_sergeant n 1 1 @ 1 0 10008254 +deskman n 1 1 @ 1 0 10008254 +desktop n 2 2 @ ; 2 0 08663703 02769075 +desktop_computer n 1 1 @ 1 0 03180011 +desktop_publishing n 1 2 @ ; 1 0 01102256 +desmanthus n 1 3 @ #m %m 1 0 12525975 +desmanthus_ilinoensis n 1 2 @ #m 1 0 12526178 +desmid n 1 2 @ #m 1 0 01413457 +desmidiaceae n 1 3 @ #m %m 1 0 01413188 +desmidium n 1 3 @ #m %m 1 0 01413324 +desmodium n 1 3 @ #m %m 1 0 12526380 +desmodium_gyrans n 1 2 @ #m 1 0 12518013 +desmodium_motorium n 1 2 @ #m 1 0 12518013 +desmodium_purpureum n 1 1 @ 1 0 12526754 +desmodium_tortuosum n 1 1 @ 1 0 12526754 +desmodontidae n 1 3 @ #m %m 1 0 02150306 +desmodus n 1 3 @ #m %m 1 0 02150730 +desmodus_rotundus n 1 2 @ #m 1 0 02150885 +desmograthus n 1 3 @ #m %m 1 0 01636675 +desmond_tutu n 1 1 @ 1 0 11354001 +desolation n 4 3 @ ~ + 4 1 14562142 14525548 07534108 07335414 +desorption n 1 2 @ + 1 1 13463490 +desoxyribonucleic_acid n 1 5 @ ~ %s %p ; 1 0 14830364 +despair n 2 4 ! @ ~ + 2 2 14486274 07541923 +despatch n 4 4 @ ~ %p + 4 0 06682794 05059830 00222248 00061290 +desperado n 1 2 @ ; 1 0 10008388 +desperate n 1 3 @ ~ + 1 1 10008535 +desperate_criminal n 1 2 @ ; 1 0 10008388 +desperate_measure n 1 1 @ 1 0 00179125 +desperate_straits n 1 1 @ 1 0 14033481 +desperation n 2 2 @ + 2 1 14486274 04662390 +despicability n 1 2 @ + 1 0 04807971 +despicableness n 1 2 @ + 1 0 04807971 +despisal n 1 2 @ + 1 0 07547674 +despising n 1 2 @ + 1 0 07547674 +despite n 2 1 @ 2 0 07502980 00418787 +despoilation n 1 1 @ 1 0 00966869 +despoiler n 1 4 @ ~ + ; 1 1 10443170 +despoilment n 1 2 @ + 1 0 00966869 +despoina n 1 2 @ ; 1 0 09569467 +despoliation n 1 2 @ + 1 0 00966869 +despondence n 1 2 @ + 1 0 07538395 +despondency n 1 2 @ + 1 1 07538395 +despot n 1 3 @ ~ + 1 0 10735298 +despotism n 2 2 @ ~ 2 1 14443912 08440630 +desquamation n 1 2 @ + 1 0 11445564 +dessert n 1 2 @ ~ 1 1 07609840 +dessert_apple n 1 2 @ ~ 1 0 07739506 +dessert_plate n 1 1 @ 1 0 03180280 +dessert_spoon n 1 1 @ 1 0 03180384 +dessert_wine n 1 2 @ ~ 1 0 07896287 +dessertspoon n 1 1 @ 1 0 13770416 +dessertspoonful n 1 1 @ 1 0 13770416 +dessiatine n 1 1 @ 1 0 13614467 +destabilisation n 1 4 ! @ + ; 1 0 01159461 +destabilization n 2 4 ! @ + ; 2 0 07356489 01159461 +destalinisation n 1 2 @ + 1 0 13463656 +destalinization n 1 2 @ + 1 0 13463656 +destination n 3 5 @ ~ #p %p + 3 2 08567877 05981768 06787150 +destiny n 3 3 @ ~ #p 3 2 07330007 09504915 14473222 +destitution n 1 1 @ 1 0 14493613 +destroyer n 2 3 @ ~ + 2 1 03180504 10008716 +destroyer_escort n 1 1 @ 1 0 03180732 +destroying_angel n 2 2 @ #m 2 0 13003712 13003254 +destructibility n 1 4 ! @ = + 1 0 05043459 +destruction n 3 3 @ ~ + 3 2 00217014 07334490 14562960 +destruction_fire n 1 1 @ 1 0 00990590 +destructive_distillation n 1 2 @ ~ 1 0 13464031 +destructive_metabolism n 1 2 @ #p 1 0 13443787 +destructiveness n 1 4 ! @ ~ + 1 0 05165904 +desuetude n 1 1 @ 1 0 14011724 +desynchronisation n 1 2 @ + 1 0 13845838 +desynchronization n 1 3 ! @ + 1 0 13845838 +desynchronizing n 1 3 ! @ + 1 1 13845838 +desyrel n 1 2 @ ; 1 0 04476633 +detached_house n 1 1 @ 1 0 03180865 +detached_retina n 1 1 @ 1 0 14555962 +detachment n 5 4 @ ~ %m + 5 2 07506031 00390906 14415518 08215248 07331400 +detachment_of_the_retina n 1 1 @ 1 0 14555962 +detail n 5 4 @ ~ + ; 5 4 05817845 13809920 07137807 08243081 08404549 +detail_file n 1 2 @ ; 1 0 06510271 +detailing n 1 2 @ + 1 0 07202812 +details n 1 2 @ ~ 1 1 06635944 +detainee n 1 2 @ + 1 0 10009162 +detainment n 1 1 @ 1 0 13999663 +detecting n 1 2 @ + 1 1 00635205 +detection n 4 2 @ + 4 2 05710687 00151087 06281175 00635205 +detective n 2 2 @ ~ 2 2 10009276 10009484 +detective_agency n 1 1 @ 1 0 08354243 +detective_novel n 1 1 @ 1 0 06368142 +detective_story n 1 1 @ 1 1 06370985 +detective_work n 1 1 @ 1 0 00635205 +detector n 3 4 @ ~ #p + 3 1 03180969 03181501 03181293 +detent n 1 2 @ #p 1 0 03901548 +detente n 1 1 @ 1 0 00355420 +detention n 2 2 @ + 2 0 13999663 01161635 +detention_basin n 1 1 @ 1 0 08519299 +detention_camp n 1 1 @ 1 0 03181667 +detention_cell n 1 1 @ 1 0 02917742 +detention_centre n 1 1 @ 1 0 02917742 +detention_home n 1 1 @ 1 0 03181667 +detention_house n 1 1 @ 1 0 03181667 +detergence n 1 2 @ + 1 0 05149127 +detergency n 1 2 @ + 1 1 05149127 +detergent n 2 3 @ ~ + 2 2 15097017 03181899 +detergent_builder n 1 2 @ ~ 1 1 15097209 +deterioration n 2 3 @ ~ + 2 1 14561618 13464204 +determent n 1 2 @ + 1 0 07254057 +determinant n 3 5 @ ~ #p + ; 3 1 05692419 15037664 08269396 +determinateness n 1 3 @ ~ + 1 0 04754237 +determination n 5 3 @ ~ + 5 3 00151497 04864200 05838176 05788552 00162632 +determinative n 2 3 @ ~ + 2 0 06324475 05692419 +determiner n 3 3 @ ~ + 3 0 06649567 06324475 05692419 +determining_factor n 2 2 @ ~ 2 1 05692419 06649567 +determinism n 1 4 @ ~ + ; 1 0 05971086 +determinist n 1 2 @ + 1 0 10080508 +deterrence n 3 3 @ ~ + 3 0 09180118 07254057 01076488 +deterrent n 1 3 @ ~ + 1 1 05689249 +deterrent_example n 1 1 @ 1 0 06672752 +detestation n 1 2 @ + 1 0 07503430 +dethronement n 1 2 @ + 1 0 00208943 +detonating_device n 1 2 @ ~ 1 0 03182232 +detonating_fuse n 1 1 @ 1 1 03182140 +detonation n 2 3 @ ~ + 2 0 07308563 00377686 +detonator n 1 3 @ ~ + 1 0 03182232 +detour n 1 2 @ + 1 0 03182506 +detox n 1 1 @ 1 0 03182683 +detoxification n 2 2 @ + 2 0 00699320 00699146 +detraction n 2 2 @ + 2 0 06719203 01220754 +detractor n 1 3 @ ~ + 1 1 10009671 +detribalisation n 2 3 ! @ + 2 0 01152583 00382906 +detribalization n 2 3 ! @ + 2 0 01152583 00382906 +detriment n 1 3 @ ~ + 1 0 07420538 +detrition n 3 2 @ ~ 3 0 13423615 11460063 00712031 +detritus n 2 2 @ ~ 2 0 14857897 14856134 +detroit n 1 2 @ #p 1 1 09100394 +detroit_river n 1 2 @ #p 1 0 09266052 +detumescence n 1 1 @ 1 0 13464440 +deuce n 4 2 @ ~ 4 0 13947272 13743269 07125786 03182795 +deuce-ace n 1 1 @ 1 0 13744044 +deus_ex_machina n 1 1 @ 1 0 10009926 +deuteranopia n 1 2 @ + 1 0 14154168 +deuterium n 1 1 @ 1 0 14641046 +deuterium_oxide n 1 1 @ 1 0 14727508 +deuteromycetes n 1 2 @ #m 1 0 12996068 +deuteromycota n 1 3 @ #m %m 1 0 12995724 +deuteromycotina n 1 3 @ #m %m 1 0 12995724 +deuteron n 1 1 @ 1 0 09266287 +deuteronomy n 1 3 @ #p %p 1 0 06433475 +deutsche_mark n 1 2 @ %p 1 0 13688033 +deutschland n 1 6 @ #m #p %m %p - 1 0 08766988 +deutschmark n 1 2 @ %p 1 0 13688033 +deutzia n 1 2 @ #m 1 0 12790430 +devaluation n 2 3 @ ~ + 2 0 00805524 00353992 +devanagari n 1 1 @ 1 0 06352782 +devanagari_script n 1 1 @ 1 0 06352782 +devastation n 5 3 @ ~ + 5 0 14562142 07509827 07335414 00967157 00217014 +developer n 2 3 @ ~ + 2 1 10010062 03182912 +developing n 1 3 @ ~ + 1 0 13464557 +developing_country n 1 1 @ 1 0 08167046 +development n 9 7 ! @ ~ %p + ; - 9 7 00250259 13464820 13489037 07423560 00948206 08549070 14422871 13464557 07068631 +developmental_age n 1 1 @ 1 0 04924878 +developmental_anatomy n 1 1 @ 1 0 06059540 +developmental_learning n 1 2 @ ~ 1 0 05753207 +developmental_psychology n 1 1 @ 1 0 06138941 +developmentally_challenged n 1 1 @ 1 0 07948971 +deverbal_noun n 1 2 @ ~ 1 0 06320314 +devi n 1 1 @ 1 0 09525279 +deviance n 2 3 @ ~ + 2 0 14503665 00737399 +deviant n 1 3 @ ~ + 1 0 10419047 +deviate n 1 3 @ ~ + 1 0 10419047 +deviated_nasal_septum n 1 1 @ 1 0 14093096 +deviated_septum n 1 2 @ ~ 1 0 14092925 +deviation n 5 4 @ ~ + ; 5 2 07366289 06022291 04802776 00737399 00350380 +deviationism n 1 2 @ + 1 0 00055932 +deviationist n 1 2 @ + 1 0 10010243 +device n 5 3 @ ~ ; 5 3 03183080 07068844 00171249 03185746 03185562 +device_characteristic n 1 2 @ ; 1 0 04917870 +device_driver n 1 2 @ ; 1 0 06574473 +devices n 1 1 @ 1 0 06198876 +devil n 5 4 @ ~ + ; 5 4 09543353 09542339 07125786 10169419 10329945 +devil's_advocate n 1 1 @ 1 0 10010400 +devil's_apples n 1 3 @ #m %p 1 0 12906498 +devil's_cigar n 1 1 @ 1 0 12984489 +devil's_claw n 1 2 @ #m 1 0 12875269 +devil's_darning_needle n 2 1 @ 2 0 11731157 02268443 +devil's_fig n 1 3 @ ~ #m 1 0 11902709 +devil's_flax n 1 3 @ ~ #m 1 0 12884260 +devil's_food n 1 1 @ 1 0 07631109 +devil's_food_cake n 1 1 @ 1 0 07631109 +devil's_milk n 2 2 @ #m 2 0 12918810 12918609 +devil's_tongue n 1 2 @ #m 1 0 11783162 +devil's_turnip n 1 1 @ 1 0 12163279 +devil's_urn n 1 1 @ 1 0 12984595 +devil's_walking_stick n 1 2 @ #m 1 0 11797508 +devil's_weed n 1 2 @ #m 1 0 12723610 +devil-worship n 1 1 @ 1 0 01046006 +devil_dog n 1 3 @ #m ; 1 0 10294139 +devil_grass n 1 2 @ #m 1 0 12115748 +devil_lily n 1 1 @ 1 0 12427566 +devil_nettle n 1 2 @ #m 1 0 12925179 +devil_ray n 1 2 @ #m 1 0 01500854 +devil_tree n 1 2 @ #m 1 0 11770256 +devil_worshiper n 1 2 @ ~ 1 0 10010525 +deviled_egg n 1 1 @ 1 0 07842433 +devilfish n 3 4 @ ~ #m %p 3 0 02066245 01970164 01500091 +devilment n 1 3 @ ~ + 1 1 00736375 +devilry n 2 3 @ ~ + 2 0 00745943 00736375 +deviltry n 2 3 @ ~ + 2 0 00745943 00736375 +devilwood n 1 2 @ #m 1 0 12309630 +deviousness n 2 2 @ + 2 0 04919712 04875556 +devisal n 1 2 @ + 1 0 00940709 +devise n 2 3 @ + ; 2 0 13416241 13264076 +devisee n 1 2 @ + 1 1 10010632 +deviser n 1 3 @ ~ + 1 0 10438172 +devising n 1 3 @ ~ + 1 0 00923995 +devisor n 1 1 @ 1 0 10010767 +devitalisation n 1 2 @ + 1 0 00354183 +devitalization n 1 2 @ + 1 0 00354183 +devoir n 1 1 @ 1 0 01229712 +devolution n 2 5 ! @ ~ + ; 2 0 13460299 01141160 +devolvement n 1 3 @ + ; 1 0 01141160 +devon n 2 2 @ #p 2 0 08881944 02406859 +devonian n 1 2 @ #p 1 0 15127982 +devonian_period n 1 2 @ #p 1 0 15127982 +devonshire n 1 2 @ #p 1 0 08881944 +devonshire_cream n 1 2 @ ; 1 0 07847453 +devotedness n 1 2 @ + 1 0 07544491 +devotee n 1 4 @ ~ #m + 1 1 10077593 +devotion n 4 4 @ ~ + ; 4 2 07544491 01206553 01044448 01042764 +devotional n 1 1 @ 1 0 01032810 +devourer n 1 2 @ + 1 0 10010864 +devoutness n 1 3 @ ~ + 1 0 04826999 +devries n 1 1 @ 1 0 10932495 +dew n 1 2 @ + 1 1 14834132 +dew_point n 1 1 @ 1 0 05013642 +dew_worm n 1 2 @ #m 1 0 01935395 +dewar n 2 1 @ 2 1 03185868 10932696 +dewar_flask n 1 1 @ 1 0 03185868 +dewberry n 2 4 @ ~ #m #p 2 0 12654387 07745197 +dewberry_bush n 1 3 @ ~ #m 1 0 12654387 +dewdrop n 1 1 @ 1 0 13901858 +dewey n 3 2 @ + 3 0 10933266 10933084 10932898 +dewey_decimal_classification n 1 1 @ 1 0 05727427 +dewey_decimal_system n 1 1 @ 1 0 05727427 +dewitt_clinton n 1 1 @ 1 0 10902409 +dewlap n 1 2 @ #p 1 0 05239680 +dexamethasone n 1 1 @ 1 1 14753808 +dexamethasone_intensol n 1 2 @ ; 1 0 14753808 +dexedrine n 1 2 @ ; 1 0 03186005 +dexone n 1 2 @ ; 1 0 14753808 +dexterity n 1 2 @ + 1 0 05642815 +dextrality n 1 2 @ + 1 0 05067514 +dextrin n 1 1 @ 1 0 14834325 +dextroamphetamine_sulphate n 1 1 @ 1 0 03186005 +dextrocardia n 1 1 @ 1 0 14093325 +dextroglucose n 1 1 @ 1 0 14884336 +dextrorotation n 1 2 ! @ 1 0 07441373 +dextrose n 1 1 @ 1 0 14884336 +dflp n 1 2 @ ; 1 0 08019523 +dg n 1 3 @ #p %p 1 0 13723470 +dhahran n 1 3 @ #p ; 1 0 08994540 +dhak n 1 2 @ #m 1 0 12510343 +dhaka n 1 2 @ #p 1 0 08849226 +dhal n 1 3 @ #m %p 1 0 12510774 +dharma n 1 1 @ 1 0 09525579 +dhaulagiri n 1 2 @ #p 1 0 09266453 +dhava n 1 2 @ #m 1 0 12323665 +dhawa n 1 2 @ #m 1 0 12323665 +dhegiha n 2 2 @ ~ 2 0 09654687 06909672 +dhobi_itch n 1 1 @ 1 0 14125774 +dhodhekanisos n 1 3 @ #p %p 1 0 08783286 +dhole n 1 2 @ #m 1 0 02115913 +dhoti n 1 1 @ 1 0 03186199 +dhow n 1 2 @ %p 1 0 03186285 +dhu'l-hijja n 1 2 @ #p 1 0 15218798 +dhu'l-hijjah n 1 2 @ #p 1 0 15218798 +dhu'l-qa'dah n 1 2 @ #p 1 0 15218663 +dhu_al-hijja n 1 2 @ #p 1 0 15218798 +dhu_al-hijjah n 1 2 @ #p 1 0 15218798 +dhu_al-qadah n 1 2 @ #p 1 0 15218663 +di-iodotyrosine n 1 1 @ 1 1 14834906 +dia n 1 4 @ #m #p ; 1 0 08340989 +diabeta n 1 2 @ ; 1 0 03441930 +diabetes n 1 4 @ ~ %p + 1 1 14117805 +diabetes_insipidus n 1 2 @ ~ 1 0 14119770 +diabetes_mellitus n 1 2 @ ~ 1 0 14118138 +diabetic n 1 2 @ + 1 1 10010977 +diabetic_acidosis n 1 2 @ #p 1 0 14019840 +diabetic_coma n 1 1 @ 1 0 05680423 +diabetic_diet n 1 1 @ 1 0 07562379 +diabetic_retinopathy n 1 1 @ 1 0 14257147 +diabolatry n 1 2 @ + 1 0 01046006 +diabolism n 1 2 @ + 1 0 05979595 +diabolist n 1 2 @ + 1 0 10552486 +diacalpa n 1 2 @ #m 1 0 13196942 +diacetylmorphine n 1 2 @ ~ 1 0 03516011 +diachronic_linguistics n 1 3 @ %p - 1 0 06169050 +diachrony n 1 4 @ %p + - 1 0 06169050 +diacritic n 1 3 @ ~ + 1 0 06820964 +diacritical_mark n 1 2 @ ~ 1 0 06820964 +diadem n 1 2 @ ~ 1 0 03138669 +diadophis n 1 3 @ #m %m 1 0 01728738 +diaeresis n 1 1 @ 1 0 06823760 +diaghilev n 1 1 @ 1 0 10933449 +diaglyph n 1 1 @ 1 0 03576443 +diagnosing n 1 3 @ ~ + 1 1 00152727 +diagnosis n 1 3 @ ~ + 1 1 00152727 +diagnostic_assay n 1 2 @ ~ 1 0 05739043 +diagnostic_procedure n 1 3 @ ~ #p 1 0 00177127 +diagnostic_program n 1 1 @ 1 0 06574680 +diagnostic_technique n 1 3 @ ~ #p 1 0 00177127 +diagnostic_test n 1 2 @ ~ 1 0 05739043 +diagnostician n 1 3 @ ~ + 1 1 10011074 +diagnostics n 1 2 @ + 1 0 06053280 +diagonal n 5 5 @ ~ #p + ; 5 0 13904325 13904164 08270417 08268321 06844903 +diagonal_matrix n 1 2 @ ~ 1 0 08268962 +diagonalisation n 1 3 @ + ; 1 0 05783357 +diagonalization n 1 3 @ + ; 1 0 05783357 +diagram n 1 3 @ ~ + 1 1 03186399 +diagramming n 1 2 @ + 1 0 00900207 +diakinesis n 1 2 @ #p 1 0 13465264 +dial n 4 4 @ #p %p + 4 1 03186696 03187153 03187037 03186818 +dial_phone n 1 2 @ %p 1 0 03187595 +dial_telephone n 1 2 @ %p 1 0 03187595 +dialect n 1 4 @ ~ + - 1 1 07155661 +dialect_atlas n 1 1 @ 1 0 06427240 +dialect_geography n 1 1 @ 1 0 06168703 +dialectic n 2 2 @ + 2 2 06163548 13857804 +dialectical_materialism n 1 1 @ 1 0 05993235 +dialectician n 1 2 @ + 1 0 10011360 +dialectics n 1 1 @ 1 0 06163396 +dialectology n 1 1 @ 1 0 06171265 +dialeurodes n 1 2 @ #m 1 0 02246822 +dialeurodes_citri n 1 2 @ #m 1 0 02246941 +dialog n 3 3 @ ~ %p 3 0 07136206 07010541 06366391 +dialog_box n 1 3 @ #p ; 1 0 03187268 +dialogue n 4 3 @ ~ %p 4 3 07136206 07010541 06366391 07148192 +dialysis n 1 4 @ ~ %p + 1 1 00649760 +dialysis_machine n 1 2 @ ~ 1 0 03187751 +dialyzer n 1 3 @ ~ + 1 0 03187751 +diam n 1 3 @ ~ %p 1 1 05101815 +diamagnet n 1 1 @ 1 0 14604763 +diamagnetism n 1 2 @ + 1 0 11479816 +diamante n 2 1 @ 2 0 04173698 03188290 +diameter n 2 4 @ ~ %p + 2 2 05101815 13871717 +diametrical_opposition n 1 1 @ 1 0 13829243 +diamine n 1 1 @ 1 0 14604857 +diamond n 6 6 @ ~ #m #p %p ; 6 2 13371958 14834563 13882961 03187972 02799593 02780916 +diamond_dust n 1 3 @ #p %s 1 0 11509377 +diamond_jim n 1 1 @ 1 0 10861329 +diamond_jim_brady n 1 1 @ 1 0 10861329 +diamond_jubilee n 1 1 @ 1 0 15250468 +diamond_point n 1 2 @ #p 1 1 03188168 +diamond_state n 1 3 @ #p %p 1 0 09069862 +diamond_wedding n 1 1 @ 1 0 15251092 +diamond_wedding_anniversary n 1 1 @ 1 0 15251092 +diamondback n 1 1 @ 1 0 01755581 +diamondback_rattlesnake n 1 1 @ 1 0 01755581 +diamondback_terrapin n 1 2 @ #m 1 0 01668091 +diana n 2 2 @ ; 2 0 10933658 09557130 +diane_de_poitiers n 1 1 @ 1 0 10933929 +diangus_gratianopolitanus n 1 1 @ 1 0 11809271 +dianthus n 1 3 @ #m %m 1 0 11807849 +dianthus_barbatus n 1 1 @ 1 0 11808299 +dianthus_caryophyllus n 1 1 @ 1 0 11808468 +dianthus_chinensis n 1 2 @ ~ 1 0 11808721 +dianthus_chinensis_heddewigii n 1 1 @ 1 0 11808932 +dianthus_deltoides n 1 1 @ 1 0 11809094 +dianthus_latifolius n 1 1 @ 1 0 11809437 +dianthus_plumarius n 1 1 @ 1 0 11809594 +dianthus_supurbus n 1 1 @ 1 0 11809754 +diapason n 1 1 @ 1 0 03188416 +diapason_stop n 1 1 @ 1 0 03188416 +diapedesis n 1 1 @ 1 0 11446598 +diapensia n 1 2 @ #m 1 0 12251001 +diapensia_family n 1 3 @ #m %m 1 0 12250413 +diapensiaceae n 1 3 @ #m %m 1 0 12250413 +diapensiales n 1 2 @ #m 1 0 12250708 +diaper n 2 1 @ 2 1 03188531 03188725 +diaper_dermatitis n 1 1 @ 1 0 14223978 +diaper_rash n 1 1 @ 1 0 14223978 +diapheromera n 1 2 @ #m 1 0 02231803 +diapheromera_femorata n 1 2 @ #m 1 0 02231803 +diaphone n 1 1 @ 1 0 03188871 +diaphoresis n 1 3 @ ~ + 1 0 13535261 +diaphoretic n 1 2 @ + 1 0 03188979 +diaphragm n 4 4 @ ~ #p ; 4 2 03189083 05318606 03189461 03189311 +diaphragmatic_hernia n 1 1 @ 1 0 14296399 +diaphragmatic_pleurisy n 1 1 @ 1 0 14330340 +diaphysis n 1 2 @ + 1 0 05592733 +diapir n 1 2 @ ; 1 0 09266604 +diapsid n 1 3 ! @ ~ 1 0 01661818 +diapsid_reptile n 1 2 @ ~ 1 0 01661818 +diapsida n 1 1 @ 1 0 01662060 +diarchy n 1 1 @ 1 0 08361612 +diarist n 1 3 @ ~ + 1 0 10011486 +diarrhea n 1 4 @ ~ #p + 1 1 14371913 +diarrhoea n 1 4 @ ~ #p + 1 1 14371913 +diarthrosis n 1 2 @ ~ 1 0 05543177 +diary n 2 3 @ ~ + 2 1 06402031 03189707 +diary_keeper n 1 2 @ ~ 1 0 10011486 +dias n 1 1 @ 1 0 10934154 +diaspididae n 1 3 @ #m %m 1 0 02249365 +diaspora n 3 1 @ 3 0 08481983 07331932 05087894 +diastasis n 1 1 @ 1 0 14294354 +diastema n 1 1 @ 1 0 05282652 +diastole n 1 2 @ + 1 0 07401236 +diastolic_pressure n 1 1 @ 1 0 11430659 +diastrophism n 1 1 @ 1 0 13465382 +diathermy n 1 1 @ 1 0 00662017 +diathermy_machine n 1 2 @ ~ 1 1 03189818 +diathesis n 1 1 @ 1 0 14534333 +diatom n 1 2 @ #m 1 1 01401106 +diatomaceous_earth n 1 1 @ 1 0 14843295 +diatomite n 1 1 @ 1 0 14843295 +diatomophyceae n 1 3 @ #m %m 1 0 01400891 +diatonic_scale n 1 2 @ ~ 1 0 06860323 +diatribe n 1 1 @ 1 0 07233304 +diaz n 1 1 @ 1 0 10934154 +diazepam n 1 1 @ 1 0 03189995 +diazonium n 1 1 @ 1 0 14771831 +diazoxide n 1 1 @ 1 0 03190303 +dibasic_acid n 1 1 @ 1 0 14611158 +dibasic_salt n 1 1 @ 1 0 14611279 +dibber n 1 1 @ 1 0 03190458 +dibble n 1 2 @ + 1 0 03190458 +dibbuk n 1 2 @ ; 1 0 09543154 +dibrach n 1 1 @ 1 0 07095895 +dibranch n 1 1 @ 1 0 01969429 +dibranchia n 1 3 @ #m %m 1 0 01969103 +dibranchiata n 1 3 @ #m %m 1 0 01969103 +dibranchiate n 1 1 @ 1 0 01969429 +dibranchiate_mollusk n 1 1 @ 1 0 01969429 +dibs n 1 2 @ ; 1 0 06730241 +dibucaine n 1 1 @ 1 0 03190655 +dicamptodon n 1 2 @ #m 1 0 01635027 +dicamptodon_ensatus n 1 2 @ #m 1 0 01635176 +dicamptodontid n 1 2 @ #m 1 0 01635027 +dicamptodontidae n 1 3 @ #m %m 1 0 01634684 +dice n 1 3 @ ~ + 1 1 03191029 +dice_box n 1 1 @ 1 0 03191286 +dice_cup n 1 1 @ 1 0 03191286 +dicentra n 1 3 @ #m %m 1 0 11910070 +dicentra_canadensis n 1 1 @ 1 0 11910666 +dicentra_cucullaria n 1 2 @ #m 1 0 11910460 +dicentra_spectabilis n 1 2 @ #m 1 0 11910271 +dicer n 1 2 @ + 1 0 03191451 +diceros n 1 3 @ #m %m 1 0 02393024 +diceros_bicornis n 1 2 @ #m 1 0 02393161 +diceros_simus n 1 1 @ 1 0 02392824 +dichloride n 1 1 @ 1 0 15017343 +dichlorodiphenyltrichloroethane n 1 1 @ 1 0 14599938 +dichloroethyl_sulfide n 1 1 @ 1 0 14957270 +dichloromethane n 1 1 @ 1 0 15018013 +dichondra n 1 2 @ #m 1 1 12826143 +dichondra_micrantha n 1 2 @ #m 1 0 12826143 +dichotomisation n 1 2 @ + 1 0 00389135 +dichotomization n 1 2 @ + 1 0 00389135 +dichotomy n 1 2 @ + 1 0 07939880 +dichroism n 1 1 @ 1 0 11446771 +dichromacy n 1 2 @ ~ 1 0 14153616 +dichromasy n 1 2 @ ~ 1 0 14153616 +dichromat n 1 2 @ ~ 1 0 10011659 +dichromate n 1 1 @ 1 0 15013764 +dichromatism n 1 3 @ ~ + 1 0 14153616 +dichromatopsia n 1 2 @ ~ 1 0 14153616 +dichromia n 1 2 @ ~ 1 0 14153616 +dichromic_acid n 1 1 @ 1 0 15013577 +dick n 2 2 @ ; 2 0 10011785 05526713 +dick_fosbury n 1 1 @ 1 0 10975583 +dick_test n 1 1 @ 1 0 05745369 +dick_turpin n 1 1 @ 1 0 11353412 +dickens n 2 2 @ + 2 1 07125786 10934410 +dickey n 2 4 @ #p + ; 2 0 03191776 03191561 +dickey-bird n 1 2 @ ; 1 0 01503976 +dickey-seat n 1 2 @ ; 1 0 03191776 +dickeybird n 1 2 @ ; 1 0 01503976 +dickhead n 1 2 @ ; 1 0 09815188 +dickie n 2 3 @ #p ; 2 0 03191776 03191561 +dickie-seat n 1 2 @ ; 1 0 03191776 +dickinson n 1 1 @ 1 0 10934611 +dicksonia n 1 3 @ #m %m 1 0 13190469 +dicksonia_antarctica n 1 2 @ #m 1 0 13190747 +dicksoniaceae n 1 3 @ #m %m 1 0 13190218 +dicky n 2 4 @ #p + ; 2 0 03191776 03191561 +dicky-bird n 1 2 @ ; 1 0 01503976 +dicky-seat n 1 2 @ ; 1 0 03191776 +dickybird n 1 2 @ ; 1 0 01503976 +diclofenac_potassium n 1 2 @ %s 1 0 03191967 +diclofenac_sodium n 1 2 @ %s 1 0 03192142 +dicloxacillin n 1 1 @ 1 0 03192347 +dicot n 1 3 @ ~ #m 1 0 11666854 +dicot_family n 1 3 @ ~ #m 1 0 11562747 +dicot_genus n 1 3 @ ~ #m 1 0 11567411 +dicotyledon n 1 3 @ ~ #m 1 0 11666854 +dicotyledonae n 1 3 @ #m %m 1 0 11665781 +dicotyledones n 1 3 @ #m %m 1 0 11665781 +dicoumarol n 1 1 @ 1 0 03192653 +dicranaceae n 1 3 @ #m %m 1 0 11540439 +dicranales n 1 3 @ #m %m 1 0 11540230 +dicranopteris n 1 2 @ #m 1 0 13170498 +dicranum n 1 2 @ #m 1 0 11540631 +dicrostonyx n 1 3 @ #m %m 1 0 02345471 +dicrostonyx_hudsonius n 1 1 @ 1 0 02345774 +dictamnus n 1 2 @ #m 1 0 12712488 +dictamnus_alba n 1 1 @ 1 0 12712626 +dictaphone n 1 1 @ 1 0 03192543 +dictate n 2 2 @ + 2 2 06663940 05871245 +dictation n 3 3 @ ~ + 3 0 07168131 07160635 06387332 +dictator n 3 3 @ ~ + 3 0 10012244 10011902 09824135 +dictatorship n 1 3 @ ~ + 1 1 08440630 +diction n 2 2 @ ~ 2 0 07132415 07081739 +dictionary n 1 3 @ ~ %p 1 1 06418901 +dictionary_definition n 1 1 @ 1 0 06745015 +dictionary_entry n 1 3 @ #p %p 1 1 06300823 +dictostylium n 1 2 @ #m 1 0 12976554 +dictum n 2 3 @ ~ ; 2 1 06727616 06765887 +dictyophera n 1 2 @ #m 1 0 13040971 +dictyoptera n 1 3 @ #m %m 1 0 02232606 +dictyopterous_insect n 1 3 @ ~ #m 1 0 02232951 +dictyosome n 1 2 @ #p 1 0 05434557 +dicumarol n 1 1 @ 1 0 03192653 +dicynodont n 1 2 @ #m 1 0 01721174 +dicynodontia n 1 3 @ #m %m 1 0 01721010 +didacticism n 1 2 @ + 1 0 06600421 +didactics n 1 5 @ ~ %p + - 1 0 00883297 +didanosine n 1 1 @ 1 0 03190897 +diddley n 1 1 @ 1 0 13773047 +diddly n 1 1 @ 1 0 13773047 +diddly-shit n 1 1 @ 1 0 13773047 +diddly-squat n 1 1 @ 1 0 13773047 +diddlyshit n 1 1 @ 1 0 13773047 +diddlysquat n 1 1 @ 1 0 13773047 +didelphidae n 1 3 @ #m %m 1 0 01874784 +didelphis n 1 3 @ #m %m 1 0 01875165 +didelphis_marsupialis n 1 1 @ 1 0 01875313 +didelphis_virginiana n 1 1 @ 1 0 01875313 +dideoxycytosine n 1 1 @ 1 0 03190763 +dideoxyinosine n 1 1 @ 1 0 03190897 +diderot n 1 1 @ 1 0 10934758 +didion n 1 1 @ 1 0 10935025 +dido n 1 2 @ ; 1 0 09558177 +didrikson n 1 1 @ 1 0 11404666 +die n 3 3 @ ~ + 3 2 03191029 03192790 03192907 +die-sinker n 1 1 @ 1 0 10012713 +dieback n 1 2 @ + 1 0 14280298 +dieffenbachia n 1 3 @ #m %m 1 0 11787391 +dieffenbachia_sequine n 1 2 @ #m 1 0 11787625 +diego_rivera n 1 1 @ 1 0 11263687 +diego_rodriguez_de_silva_y_velazquez n 1 1 @ 1 0 11362329 +diegueno n 2 1 @ 2 0 09654898 06922681 +diehard n 1 3 @ ~ + 1 0 10721124 +dielectric n 1 2 @ ~ 1 0 14821590 +dielectric_heating n 1 1 @ 1 0 11449784 +dielectrolysis n 1 2 @ ~ 1 0 13472518 +diemaker n 1 1 @ 1 0 10012713 +dien_bien_phu n 1 2 @ ; 1 0 01277540 +diencephalon n 1 3 @ #p %p 1 0 05496990 +dieresis n 1 1 @ 1 0 06823760 +diervilla n 1 3 @ #m %m 1 0 12671898 +diervilla_lonicera n 1 2 @ #m 1 0 12672083 +diervilla_sessilifolia n 1 2 @ #m 1 0 12672289 +dies_irae n 1 1 @ 1 0 07036546 +diesel n 2 2 @ #p 2 0 10935128 03193107 +diesel-electric n 1 1 @ 1 0 03193260 +diesel-electric_locomotive n 1 1 @ 1 0 03193260 +diesel-hydraulic n 1 1 @ 1 0 03193423 +diesel-hydraulic_locomotive n 1 1 @ 1 0 03193423 +diesel_engine n 1 2 @ #p 1 0 03193107 +diesel_fuel n 1 2 @ ~ 1 0 14685881 +diesel_locomotive n 1 3 @ ~ %p 1 0 03193597 +diesel_motor n 1 2 @ #p 1 0 03193107 +diesel_oil n 1 2 @ ~ 1 0 14685881 +diesinker n 1 1 @ 1 0 10012713 +diesis n 1 1 @ 1 0 06828662 +diestock n 1 1 @ 1 0 03193754 +diestrum n 1 2 @ + 1 0 14038743 +diestrus n 1 2 @ + 1 0 14038743 +diet n 4 4 @ ~ + ; 4 1 07561112 08318777 07560903 01070187 +dietary n 1 2 @ + 1 0 07561590 +dietary_supplement n 1 2 @ ~ 1 0 07562495 +dieter n 1 2 @ + 1 0 10012377 +dietetics n 1 2 @ ~ 1 0 06042187 +diethyl_ether n 1 2 @ ~ 1 0 03299929 +diethylaminoethyl_cellulose n 1 1 @ 1 1 14794304 +diethylbarbituric_acid n 1 1 @ 1 0 02791894 +diethylmalonylurea n 1 1 @ 1 0 02791894 +diethylstilbesterol n 1 1 @ 1 0 03193882 +diethylstilbestrol n 1 1 @ 1 1 14750122 +diethylstilboestrol n 1 1 @ 1 0 14750122 +dietician n 1 2 @ + 1 0 10012484 +dieting n 1 2 @ + 1 0 01070187 +dietitian n 1 1 @ 1 0 10012484 +dietrich n 1 1 @ 1 0 10935304 +dietrich_bonhoeffer n 1 1 @ 1 0 10856215 +difference n 5 5 ! @ ~ = + 5 4 04748836 07366289 07181935 13859307 13729236 +difference_limen n 1 2 @ ~ 1 0 05712892 +difference_of_opinion n 1 2 @ ~ 1 1 07181935 +difference_threshold n 1 2 @ ~ 1 0 05712892 +differentia n 1 1 @ 1 0 04749439 +differential n 3 3 @ ~ + 3 1 06014730 04749310 03194297 +differential_analyzer n 1 1 @ 1 0 03194170 +differential_blood_count n 1 1 @ 1 0 00653171 +differential_calculus n 1 2 @ ; 1 0 06014435 +differential_coefficient n 1 2 @ ~ 1 0 06014730 +differential_cost n 1 1 @ 1 0 05145708 +differential_diagnosis n 1 1 @ 1 0 00153499 +differential_equation n 1 2 @ ~ 1 1 06670521 +differential_gear n 1 1 @ 1 0 03194297 +differential_limen n 1 2 @ ~ 1 0 05712892 +differential_psychology n 1 1 @ 1 0 06139135 +differential_threshold n 1 2 @ ~ 1 0 05712892 +differentiation n 3 4 @ ~ + ; 3 2 05748285 00870640 13559782 +differentiator n 1 2 @ + 1 0 10012815 +difficultness n 1 4 @ ~ = + 1 0 04709253 +difficulty n 4 4 ! @ ~ = 4 4 00623862 05686955 14408086 04709253 +diffidence n 1 4 ! @ ~ + 1 0 07523286 +difflugia n 1 2 @ #m 1 0 01394771 +diffraction n 1 3 @ ~ + 1 1 11446934 +diffraction_grating n 1 2 @ ~ 1 0 03194538 +diffuse_nebula n 1 2 @ ~ 1 0 09266790 +diffuseness n 1 2 @ + 1 0 05088645 +diffuser n 2 2 @ #p 2 0 03194992 03194812 +diffusing_screen n 1 1 @ 1 0 03667060 +diffusion n 4 4 @ ~ + ; 4 3 13465530 07331600 05088056 00368592 +diffusion_pump n 1 1 @ 1 0 03087245 +diffusor n 2 3 @ #p + 2 0 03194992 03194812 +diflunisal n 1 2 @ %s 1 0 03195118 +dig n 5 4 @ ~ + ; 5 0 08550076 06767922 04693557 00941974 00135311 +digenesis n 1 1 @ 1 0 11424589 +digest n 2 2 @ + 2 0 06593542 06593099 +digester n 1 2 @ + 1 0 03195332 +digestibility n 1 3 ! @ + 1 0 04997645 +digestibleness n 1 2 @ + 1 0 04997645 +digestion n 3 3 @ ~ + 3 0 13465998 13465809 05753379 +digestive n 1 1 @ 1 0 14834714 +digestive_fluid n 1 3 @ ~ #p 1 0 05405946 +digestive_gland n 1 2 @ #p 1 0 05532795 +digestive_juice n 1 3 @ ~ #p 1 0 05405946 +digestive_system n 1 3 @ #p %p 1 0 05329215 +digestive_tract n 1 4 @ ~ #p %p 1 0 05532225 +digestive_tube n 1 4 @ ~ #p %p 1 0 05532225 +digger n 2 3 @ ~ + 2 0 10012989 03996416 +digger_wasp n 1 2 @ ~ 1 0 02215770 +digging n 1 2 @ + 1 0 00941974 +digging_up n 1 1 @ 1 0 00044900 +diggings n 2 2 @ ; 2 0 03195659 03195485 +digit n 3 5 @ ~ #p %p + 3 0 13741022 13653461 05566097 +digital-analog_converter n 1 1 @ 1 0 03195799 +digital-to-analog_converter n 1 1 @ 1 0 03195799 +digital_arteries n 1 2 @ #p 1 0 05344514 +digital_audiotape n 1 1 @ 1 0 03195959 +digital_camera n 1 2 @ ~ 1 0 03196062 +digital_clock n 1 1 @ 1 0 03196217 +digital_communication n 1 3 @ ~ ; 1 0 06278830 +digital_communications_technology n 1 1 @ 1 0 00950526 +digital_computer n 1 2 @ ~ 1 0 03196324 +digital_display n 1 4 @ ~ #p %p 1 0 03196598 +digital_photography n 1 1 @ 1 0 13466170 +digital_plethysmograph n 1 1 @ 1 0 03196841 +digital_scanner n 1 1 @ 1 0 04143140 +digital_subscriber_line n 1 1 @ 1 0 03196990 +digital_vein n 1 1 @ 1 0 05365164 +digital_voltmeter n 1 2 @ %p 1 0 03197201 +digital_watch n 1 2 @ %p 1 0 03197337 +digitalin n 1 2 @ ~ 1 0 15060131 +digitalis n 2 4 @ ~ #m + 2 0 15060131 12882779 +digitalis_glycoside n 1 2 @ ~ 1 1 15060131 +digitalis_lutea n 1 1 @ 1 0 12883265 +digitalis_purpurea n 1 1 @ 1 0 12882945 +digitalisation n 1 1 @ 1 0 00709843 +digitalization n 1 2 @ + 1 1 00709843 +digitaria n 1 3 @ #m %m 1 0 12116881 +digitaria_ischaemum n 1 1 @ 1 0 12117235 +digitaria_sanguinalis n 1 1 @ 1 0 12117326 +digitigrade n 1 1 @ 1 0 02507148 +digitigrade_mammal n 1 2 ! @ 1 0 02507148 +digitisation n 1 2 @ + 1 0 05803212 +digitiser n 1 2 @ + 1 0 03197446 +digitization n 1 2 @ + 1 0 05803212 +digitizer n 1 2 @ + 1 0 03197446 +digitoxin n 1 1 @ 1 0 03197666 +dignitary n 1 1 @ 1 1 10748620 +dignity n 3 2 @ + 3 2 04886881 04910684 14431902 +digoxin n 1 1 @ 1 0 03197804 +digram n 1 1 @ 1 0 06830838 +digraph n 1 1 @ 1 0 06830838 +digression n 3 3 @ ~ + 3 0 06600684 00350380 00310201 +digs n 2 2 @ ; 2 0 03195659 03195485 +dihybrid n 1 1 @ 1 0 01327765 +dihybrid_cross n 1 1 @ 1 0 00850873 +dihydric_alcohol n 1 1 @ 1 0 14835980 +dihydrostreptomycin n 1 1 @ 1 0 03198028 +dihydroxyphenylalanine n 1 2 @ ~ 1 0 14604959 +dijon n 1 2 @ #p 1 0 08935848 +dik-dik n 1 2 @ #m 1 0 02421792 +dika n 1 3 @ #m %p 1 0 12717644 +dika_bread n 1 2 @ %s 1 0 07773827 +dika_nut n 1 3 @ #s #p 1 0 07773700 +dike n 2 4 @ ~ + ; 2 0 09883947 03160309 +dilantin n 1 2 @ ; 1 0 03203441 +dilapidation n 2 2 @ + 2 0 14562541 13466312 +dilatation n 2 3 @ ~ + 2 0 14063633 00365995 +dilatation_and_curettage n 1 2 @ %p 1 0 00670250 +dilater n 1 1 @ 1 0 03198223 +dilation n 2 3 @ ~ + 2 0 07137950 00365995 +dilation_and_curettage n 1 2 @ %p 1 0 00670250 +dilator n 3 3 @ ~ + 3 0 05222467 03198383 03198223 +dilatoriness n 1 1 @ 1 0 05062370 +dilatory_plea n 1 2 @ ; 1 0 06561461 +dilaudid n 1 2 @ ; 1 0 03553708 +dildo n 1 1 @ 1 0 03198500 +dilemma n 1 2 @ ~ 1 1 05686086 +dilettante n 1 2 @ + 1 0 09987696 +diligence n 3 3 @ ~ + 3 1 04673006 04865114 00633329 +dill n 2 3 @ #p %p 2 0 12931542 07827896 +dill_pickle n 1 1 @ 1 0 07825194 +dill_seed n 1 2 @ #p 1 0 07828041 +dill_weed n 1 2 @ #p 1 0 07827896 +dillenia n 1 2 @ #m 1 0 12363301 +dilleniaceae n 1 3 @ #m %m 1 0 12362844 +dilleniid_dicot_family n 1 3 @ ~ #m 1 0 11565385 +dilleniid_dicot_genus n 1 3 @ ~ #m 1 0 11575425 +dilleniidae n 1 3 @ #m %m 1 0 12358485 +dilly-dallier n 1 1 @ 1 0 09988703 +dillydallier n 1 2 @ + 1 0 09988703 +diltiazem n 1 1 @ 1 0 03198637 +diluent n 1 1 @ 1 0 14835333 +dilutant n 1 2 @ + 1 0 14835333 +dilution n 2 4 ! @ ~ + 2 2 14835478 00362659 +dim_sum n 1 2 @ ; 1 0 07571547 +dimaggio n 1 1 @ 1 0 10935567 +dimash n 1 3 @ #p %m 1 0 09033936 +dime n 2 1 @ 2 1 13390040 03198819 +dime_bag n 1 1 @ 1 0 03198819 +dime_novel n 1 1 @ 1 0 06368321 +dimenhydrinate n 1 1 @ 1 0 03198951 +dimension n 4 3 @ ~ + 4 4 05093581 05849040 06011446 05091194 +dimensionality n 1 3 @ ~ + 1 0 05062993 +dimer n 1 1 @ 1 1 14835569 +dimetane n 1 2 @ #s 1 0 02905422 +dimetapp n 1 2 @ %s 1 0 03199142 +dimethyl_ketone n 1 1 @ 1 0 14600504 +dimethylglyoxime n 1 1 @ 1 1 14835686 +dimetrodon n 1 2 @ #m 1 0 01722670 +diminished_arch n 1 1 @ 1 0 04226172 +diminuendo n 1 2 @ ; 1 0 04991225 +diminution n 3 4 ! @ ~ + 3 1 13457378 07030549 00351638 +diminutive n 1 2 @ + 1 0 06290246 +diminutiveness n 1 2 @ + 1 0 05106928 +dimity n 1 1 @ 1 0 03199358 +dimmer n 1 1 @ 1 0 03199488 +dimness n 3 2 @ + 3 0 13985323 04955907 04704675 +dimocarpus n 1 3 @ #m %m 1 0 12743232 +dimocarpus_longan n 1 3 @ #m %p 1 0 12743352 +dimorphism n 2 2 @ ; 2 0 11493083 11492643 +dimorphotheca n 1 3 @ #m %m 1 0 11961266 +dimout n 1 2 @ ; 1 0 13984082 +dimple n 3 2 @ + 3 0 14835817 13896695 05599874 +dimpled_chad n 1 1 @ 1 0 14835817 +dimwit n 1 2 @ ; 1 0 10013114 +din n 2 3 @ ~ + 2 2 07377473 00553823 +din_land n 1 1 @ 1 0 11115558 +dinar n 9 3 @ #p %p 9 0 13696893 13671182 13670668 13670281 13669860 13669590 13669342 13668864 13668491 +dindymene n 1 1 @ 1 0 09594093 +diner n 3 3 @ ~ + 3 0 10013242 03200357 03199647 +dinero n 1 1 @ 1 0 13385216 +dinesen n 1 1 @ 1 0 10935745 +dinette n 1 2 @ #p 1 0 03199775 +ding n 2 2 @ ~ 2 0 07383257 04693384 +ding-dong n 1 1 @ 1 0 07383616 +dingbat n 1 1 @ 1 0 10013399 +dinge n 1 2 @ + 1 0 14498567 +dinghy n 1 3 @ ~ %p 1 0 03199901 +dinginess n 1 2 @ + 1 0 14498567 +dingle n 1 1 @ 1 0 09264599 +dingo n 1 1 @ 1 0 02115641 +dining n 1 3 @ ~ + 1 0 00840517 +dining-hall n 1 3 @ ~ %p 1 0 03200539 +dining-room n 1 4 @ ~ #p %p 1 0 03200701 +dining-room_attendant n 1 2 @ ~ 1 0 10013614 +dining-room_furniture n 1 2 @ ~ 1 0 03200906 +dining-room_table n 1 2 @ #p 1 0 03201035 +dining_area n 1 1 @ 1 0 03200231 +dining_car n 1 1 @ 1 0 03200357 +dining_companion n 1 1 @ 1 0 10687826 +dining_compartment n 1 1 @ 1 0 03200357 +dining_room n 1 4 @ ~ #p %p 1 1 03200701 +dining_table n 1 2 @ ~ 1 1 03201208 +diningroom_set n 1 1 @ 1 0 08007777 +diningroom_suite n 1 1 @ 1 0 08007777 +dink n 2 2 @ ; 2 0 07989220 00567280 +dinka n 1 1 @ 1 0 06998322 +dinkey n 1 1 @ 1 0 03200152 +dinky n 1 1 @ 1 0 03200152 +dinner n 2 3 @ ~ + 2 2 07575726 08253815 +dinner_bell n 1 1 @ 1 0 03201529 +dinner_bucket n 1 1 @ 1 0 03201996 +dinner_dress n 1 1 @ 1 0 03201638 +dinner_gown n 1 1 @ 1 0 03201638 +dinner_jacket n 1 1 @ 1 0 03201776 +dinner_napkin n 1 1 @ 1 0 03201895 +dinner_pail n 1 1 @ 1 1 03201996 +dinner_party n 1 2 @ ~ 1 1 08253815 +dinner_plate n 1 1 @ 1 0 03202123 +dinner_service n 1 1 @ 1 0 03202246 +dinner_set n 1 1 @ 1 0 03202246 +dinner_table n 1 2 @ %p 1 0 03202354 +dinner_theater n 1 1 @ 1 0 03202481 +dinner_theatre n 1 1 @ 1 0 03202481 +dinnertime n 1 1 @ 1 1 15166070 +dinnerware n 1 1 @ 1 0 03202622 +dino_paul_crocetti n 1 1 @ 1 0 11159698 +dinoceras n 1 2 @ #m 1 0 02372140 +dinocerata n 1 3 @ #m %m 1 0 02371471 +dinocerate n 1 2 @ ~ 1 0 02372046 +dinoflagellata n 1 3 @ #m %m 1 0 01417041 +dinoflagellate n 1 3 @ ~ #m 1 0 01417361 +dinornis n 1 3 @ #m %m 1 0 01522952 +dinornis_giganteus n 1 2 @ #m 1 0 01523248 +dinornithidae n 1 3 @ #m %m 1 0 01522789 +dinornithiformes n 1 3 @ #m %m 1 0 01522594 +dinosaur n 1 2 @ ~ 1 0 01699831 +dint n 1 1 @ 1 0 00173172 +diocesan n 1 2 @ + 1 0 10013811 +diocese n 1 4 @ ~ %p + 1 0 08550966 +diocletian n 1 1 @ 1 0 10935968 +diode n 2 2 @ ~ 2 0 03202940 03202760 +diodon n 1 3 @ #m %m 1 0 02655694 +diodon_holocanthus n 1 2 @ #m 1 0 02656032 +diodon_hystrix n 1 2 @ #m 1 0 02655848 +diodontidae n 1 3 @ #m %m 1 0 02655355 +diodora_apertura n 1 2 @ #m 1 0 01949499 +diogenes n 1 1 @ 1 0 10936279 +diol n 1 1 @ 1 0 14835980 +diomedea_exulans n 1 2 @ #m 1 0 02058594 +diomedea_nigripes n 1 2 @ #m 1 0 02058747 +diomedeidae n 1 3 @ #m %m 1 0 02058074 +dionaea n 1 3 @ #m %m 1 0 12782774 +dionaea_muscipula n 1 2 @ #m 1 0 12782915 +dionysia n 1 1 @ 1 0 00511676 +dionysius n 1 1 @ 1 0 10936424 +dionysius_the_elder n 1 1 @ 1 0 10936424 +dionysus n 1 3 @ + ; 1 0 09558898 +dioon n 1 2 @ #m 1 0 11602873 +diophantus n 1 1 @ 1 0 10936567 +diopter n 1 1 @ 1 0 13584918 +dioptre n 1 1 @ 1 0 13584918 +dior n 1 1 @ 1 0 10936716 +diorama n 1 1 @ 1 0 03884072 +diorite n 1 1 @ 1 0 14932554 +dioscorea n 1 3 @ #m %m 1 0 12087807 +dioscorea_alata n 1 1 @ 1 0 12088327 +dioscorea_batata n 1 1 @ 1 0 12088495 +dioscorea_bulbifera n 1 1 @ 1 0 12088768 +dioscorea_elephantipes n 1 3 @ #m %p 1 0 12088909 +dioscorea_paniculata n 1 2 @ #m 1 0 12089320 +dioscorea_trifida n 1 1 @ 1 0 12089496 +dioscoreaceae n 1 3 @ #m %m 1 0 12087650 +diospyros n 1 3 @ #m %m 1 0 12770277 +diospyros_ebenum n 1 3 @ #m %s 1 0 12770529 +diospyros_kaki n 1 3 @ #m %p 1 0 12771390 +diospyros_kurzii n 1 3 @ #m %s 1 0 12770892 +diospyros_lotus n 1 1 @ 1 0 12771890 +diospyros_virginiana n 1 3 @ #m %p 1 0 12771597 +diovan n 1 1 @ 1 0 04519019 +dioxide n 1 2 @ ~ 1 0 14836127 +dioxin n 1 2 @ #s 1 0 14836308 +dip n 9 4 @ ~ + ; 9 0 13904506 13892897 10431907 07582609 07364434 05111835 03203089 00442847 00435013 +dip_circle n 1 2 @ ; 1 0 03566555 +dip_switch n 1 2 @ ; 1 0 03204558 +diphenhydramine n 1 1 @ 1 0 03203225 +diphenylbutyl_piperidine n 1 2 @ ~ 1 0 03203641 +diphenylhydantoin n 1 1 @ 1 0 03203441 +diphtheria n 1 1 @ 1 0 14123510 +diphthong n 1 2 @ + 1 0 07112364 +diphylla n 1 3 @ #m %m 1 0 02151108 +diphylla_ecaudata n 1 2 @ #m 1 0 02151230 +dipladenia n 1 3 @ #m %m 1 0 11773138 +dipladenia_boliviensis n 1 2 @ #m 1 0 11773408 +diplazium_pycnocarpon n 1 2 @ #m 1 0 13194918 +diplegia n 1 1 @ 1 0 14087208 +diplococcus n 1 3 @ ~ #m 1 0 01380610 +diplococcus_pneumoniae n 1 1 @ 1 0 01380754 +diplodocus n 1 2 @ #m 1 0 01710177 +diploic_vein n 1 1 @ 1 0 05365284 +diploid n 1 3 @ + ; 1 0 01320093 +diploidy n 1 1 @ 1 0 14570676 +diploma n 1 2 @ ~ 1 0 06478582 +diplomacy n 3 4 @ ~ + - 3 2 07148573 04842029 04890865 +diplomat n 2 3 @ ~ + 2 1 10013927 10014658 +diplomate n 1 1 @ 1 0 10014771 +diplomatic_building n 1 2 @ ~ 1 0 03203806 +diplomatic_corps n 1 1 @ 1 0 08357647 +diplomatic_immunity n 1 2 @ ; 1 0 14529212 +diplomatic_minister n 1 1 @ 1 0 10320695 +diplomatic_mission n 1 3 @ ~ %m 1 0 08402693 +diplomatic_negotiations n 1 3 @ ~ - 1 0 07148573 +diplomatic_pouch n 1 1 @ 1 0 03203959 +diplomatic_service n 1 1 @ 1 0 08357647 +diplomatist n 1 3 @ ~ + 1 0 10013927 +diplopia n 1 1 @ 1 0 14153285 +diplopoda n 1 3 @ #m %m 1 0 01786402 +diplopterygium n 1 3 @ #m %m 1 0 13170661 +diplopterygium_longissimum n 1 2 @ #m 1 0 13170840 +diplotaxis n 1 3 @ #m %m 1 0 11885148 +diplotaxis_erucoides n 1 2 @ #m 1 0 11885524 +diplotaxis_muralis n 1 2 @ #m 1 0 11885292 +diplotaxis_tenuifolia n 1 2 @ #m 1 0 11885292 +diplotene n 1 3 @ #p %p 1 0 13466449 +dipnoi n 1 3 @ #m %m 1 0 02515914 +dipodidae n 1 3 @ #m %m 1 0 02351518 +dipodomys n 1 3 @ #m %m 1 0 02349980 +dipodomys_ordi n 1 1 @ 1 0 02350357 +dipodomys_phillipsii n 1 3 @ ~ #m 1 0 02350105 +dipogon n 1 3 @ #m %m 1 0 12526946 +dipogon_lignosus n 1 2 @ #m 1 0 12527081 +dipole n 2 2 @ ~ 2 1 09266946 03204134 +dipole_antenna n 1 1 @ 1 0 03204134 +dipole_molecule n 1 1 @ 1 0 09267128 +dipole_moment n 1 2 @ ~ 1 0 11483354 +dippel's_oil n 1 1 @ 1 0 14783251 +dipper n 5 6 @ ~ #m #p %m + 5 1 03204306 09340452 09219858 01850192 01601694 +dippers n 1 2 @ %m 1 0 08090547 +dipsacaceae n 1 3 @ #m %m 1 0 12682054 +dipsacus n 1 3 @ #m %m 1 0 12682264 +dipsacus_fullonum n 1 1 @ 1 0 12682668 +dipsacus_sativus n 1 1 @ 1 0 12682882 +dipsacus_sylvestris n 1 1 @ 1 0 12683096 +dipsomania n 1 1 @ 1 0 09181993 +dipsomaniac n 1 1 @ 1 0 09782167 +dipsosaurus n 1 3 @ #m %m 1 0 01677913 +dipsosaurus_dorsalis n 1 2 @ #m 1 0 01678043 +dipstick n 1 1 @ 1 0 03204436 +diptera n 1 4 @ #m %m + 1 0 02188065 +dipteran n 1 4 @ ~ #m %p 1 0 02188699 +dipterocarp n 1 3 @ ~ #m 1 0 12377198 +dipterocarpaceae n 1 3 @ #m %m 1 0 12376950 +dipteron n 1 4 @ ~ #m %p 1 0 02188699 +dipteronia n 1 2 @ #m 1 0 12756059 +dipterous_insect n 1 4 @ ~ #m %p 1 0 02188699 +dipteryx n 1 3 @ #m %m 1 0 11749742 +dipteryx_odorata n 1 2 @ #m 1 0 11749920 +diptych n 1 1 @ 1 0 03204810 +dipus n 1 3 @ #m %m 1 0 02351686 +dipylon n 1 3 @ #p + 1 0 08785958 +dipylon_gate n 1 2 @ #p 1 0 08785958 +dirac n 1 1 @ 1 0 10936894 +dirca n 1 3 @ #m %m 1 0 12347490 +dirca_palustris n 1 2 @ #m 1 0 12347639 +dire_straits n 1 1 @ 1 0 14033481 +direct-grant_school n 1 2 @ ; 1 0 08278924 +direct_action n 1 2 @ ~ 1 0 01168369 +direct_antonym n 1 1 @ 1 0 06305716 +direct_contrast n 1 1 @ 1 1 13855627 +direct_correlation n 1 2 @ ; 1 0 06032898 +direct_current n 1 2 ! @ 1 1 11447153 +direct_discourse n 1 2 ! @ 1 0 07138736 +direct_dye n 1 1 @ 1 0 14987341 +direct_electric_current n 1 1 @ 1 0 11447153 +direct_evidence n 1 3 ! @ ; 1 1 06735077 +direct_examination n 1 2 @ ; 1 0 07195241 +direct_fire n 1 1 @ 1 0 00990719 +direct_flight n 1 1 @ 1 0 00301598 +direct_loan n 1 1 @ 1 1 13399379 +direct_mail n 1 1 @ 1 0 06266296 +direct_mailer n 1 1 @ 1 0 08062092 +direct_marketing n 1 1 @ 1 0 01112739 +direct_object n 1 1 @ 1 0 06310578 +direct_primary n 1 2 @ ~ 1 0 00182723 +direct_quotation n 1 1 @ 1 0 07138736 +direct_sum n 1 1 @ 1 1 07998904 +direct_support n 1 1 @ 1 0 00972112 +direct_supporting_fire n 1 1 @ 1 0 00989385 +direct_tax n 1 1 @ 1 0 13313464 +direct_tide n 1 1 @ 1 0 07402873 +direct_transmission n 1 1 @ 1 0 09267227 +direct_trust n 1 1 @ 1 0 13362347 +directed_study n 1 1 @ 1 0 00890568 +directed_verdict n 1 2 @ ; 1 0 01192814 +direction n 9 3 @ ~ = 9 7 08679972 13827426 06197215 06650701 01133281 06786629 00815320 07169480 05704694 +direction_finder n 1 2 @ ~ 1 0 03205304 +directional_antenna n 1 2 @ ~ 1 0 03204955 +directional_microphone n 1 2 @ ~ 1 0 03205143 +directionality n 2 2 @ + 2 1 05066626 05063853 +directive n 1 3 @ ~ + 1 1 07170080 +directiveness n 1 2 @ + 1 0 05066867 +directivity n 2 2 @ + 2 1 05066626 05066867 +directness n 2 5 ! @ ~ = + 2 0 04918210 04871720 +director n 5 4 @ ~ #m + 5 3 10014939 10015485 10015215 10088200 09952539 +director-stockholder_relation n 1 2 @ ; 1 0 13839287 +director_of_central_intelligence n 1 1 @ 1 0 10015607 +director_of_research n 1 1 @ 1 0 10522956 +directorate n 1 3 @ ~ #m 1 0 08380768 +directorate_for_inter-services_intelligence n 1 2 @ ; 1 0 08343534 +directorship n 1 2 @ + 1 0 00591858 +directory n 2 3 @ ~ ; 2 1 06423619 06490451 +dirge n 1 2 @ ~ 1 1 07050619 +dirham n 6 3 @ #p %p 6 0 13698445 13671813 13671527 13670790 13670399 13669998 +dirigible n 1 4 @ ~ %p + 1 0 02692877 +diriment_impediment n 1 2 @ ; 1 0 05689909 +dirk n 1 2 @ ; 1 0 03205458 +dirndl n 2 1 @ 2 0 03205669 03205574 +dirt n 4 4 @ ~ + ; 4 2 14844693 14498096 14854581 07223811 +dirt_ball n 1 1 @ 1 0 10792028 +dirt_bike n 1 1 @ 1 0 04466871 +dirt_track n 1 2 @ ~ 1 0 03205760 +dirtiness n 3 4 ! @ ~ + 3 0 14497763 14488004 04903678 +dirty_bomb n 1 1 @ 1 0 03205903 +dirty_dog n 1 1 @ 1 0 10539715 +dirty_joke n 1 1 @ 1 0 06779096 +dirty_laundry n 1 1 @ 1 0 05671842 +dirty_linen n 1 1 @ 1 0 05671842 +dirty_money n 1 2 @ %p 1 0 13262663 +dirty_old_man n 1 1 @ 1 0 10015792 +dirty_pool n 1 1 @ 1 0 01223766 +dirty_story n 1 1 @ 1 0 06779096 +dirty_trick n 1 1 @ 1 0 00514041 +dirty_tricks n 1 2 @ ; 1 0 01223877 +dirty_war n 1 2 @ ; 1 0 00980394 +dirty_word n 2 3 @ ~ - 2 0 07124340 06290401 +dirtying n 1 3 @ ~ + 1 0 00276620 +dis n 1 1 @ 1 0 09570522 +disa n 2 3 @ #m #p 2 0 12059625 08396207 +disability n 1 3 @ ~ + 1 1 14548343 +disability_benefit n 1 1 @ 1 0 13297740 +disability_check n 1 1 @ 1 0 13383855 +disability_insurance n 1 1 @ 1 0 01088757 +disability_of_walking n 1 2 @ ~ 1 0 14548913 +disability_payment n 1 1 @ 1 0 13383855 +disabled n 1 3 @ ~ + 1 1 07946288 +disablement n 1 3 @ ~ + 1 0 14548343 +disaccharidase n 1 2 @ ~ 1 0 14836468 +disaccharide n 1 2 @ ~ 1 0 14836642 +disadvantage n 1 4 ! @ ~ + 1 1 05161614 +disaffection n 2 3 @ ~ + 2 0 07502387 04879498 +disaffirmation n 1 2 @ ~ 1 0 07204240 +disagreeable_person n 1 2 @ ~ 1 0 09631463 +disagreeable_woman n 1 2 @ ~ 1 0 10739636 +disagreeableness n 2 4 ! @ ~ + 2 0 04779895 04643221 +disagreement n 3 4 ! @ ~ + 3 2 13982357 04749709 07180787 +disambiguation n 1 3 @ ~ + 1 0 07171513 +disambiguator n 1 3 @ + ; 1 0 06572204 +disappearance n 4 4 ! @ ~ + 4 3 00053609 07335716 00230172 07336346 +disappearing n 1 3 @ ~ + 1 0 00053609 +disappointment n 2 3 @ ~ + 2 2 07540602 00068755 +disapprobation n 1 3 ! @ ~ 1 1 06709692 +disapproval n 4 4 ! @ ~ + 4 2 07502829 06709533 06200741 00874621 +disarmament n 1 3 ! @ + 1 1 01157557 +disarmer n 1 3 @ ~ + 1 0 10390199 +disarming n 1 3 ! @ + 1 0 01157557 +disarrangement n 1 2 @ + 1 0 14500341 +disarray n 2 3 @ ~ + 2 1 05683582 04897604 +disassembly n 1 2 ! @ 1 1 00912274 +disassociation n 2 4 ! @ ~ + 2 0 14421373 14416845 +disassortative_mating n 1 2 ! @ 1 0 00847932 +disaster n 3 3 @ ~ + 3 3 14476290 07314838 00217499 +disaster_area n 1 1 @ 1 0 08551177 +disavowal n 1 3 @ ~ + 1 0 07205946 +disbandment n 1 2 @ + 1 0 01082720 +disbarment n 1 3 @ + ; 1 0 00206779 +disbelief n 2 2 @ ~ 2 1 05698982 05979909 +disbeliever n 1 3 @ ~ + 1 0 10015897 +disbursal n 2 3 @ ~ + 2 0 13275495 01122149 +disbursement n 2 3 @ ~ + 2 0 13275495 01122149 +disburser n 1 2 @ + 1 0 10635275 +disc n 4 4 @ ~ %p ; 4 2 03924069 13875185 03706653 03208556 +disc_brake n 1 2 @ %p 1 0 03208938 +disc_drive n 1 3 @ %p ; 1 0 03209666 +disc_harrow n 1 1 @ 1 0 03210245 +disc_jockey n 1 1 @ 1 0 10017272 +disc_pack n 1 2 @ ; 1 0 07956552 +disc_space n 1 3 @ ~ ; 1 0 08555883 +discant n 1 1 @ 1 0 07032026 +discard n 3 5 @ ~ #p + ; 3 0 09267490 00091503 00091234 +disceptation n 1 2 @ ~ 1 0 07183151 +discernability n 1 2 @ + 1 0 04703104 +discernment n 5 4 @ ~ = + 5 0 05805475 05749619 05710210 05614175 04891010 +discharge n 9 3 @ ~ + 9 5 07307754 01253277 14852450 13466586 11511523 07407777 00216174 00213694 00123234 +discharge_lamp n 1 1 @ 1 0 03206023 +discharge_pipe n 1 2 @ ~ 1 0 03206158 +discina n 1 2 @ ~ 1 0 13036804 +discina_macrospora n 1 2 @ #m 1 0 13036907 +disciotis_venosa n 1 2 @ #m 1 0 13032618 +disciple n 1 3 @ ~ + 1 1 10016103 +disciples_of_christ n 1 1 @ 1 0 08087776 +discipleship n 1 2 @ + 1 0 00592001 +disciplinarian n 1 2 @ ~ 1 0 10296444 +discipline n 5 4 ! @ ~ + 5 4 05996646 05662876 04881623 00893836 01161821 +disclaimer n 2 4 @ ~ + ; 2 0 07207680 07205946 +disclosure n 1 3 @ ~ + 1 1 07213395 +disco n 2 1 @ 2 0 07059626 03206282 +disco_biscuit n 1 1 @ 1 0 02678738 +disco_music n 1 1 @ 1 0 07059626 +discocephali n 1 3 @ #m %m 1 0 02574489 +discoglossidae n 1 3 @ #m %m 1 0 01647803 +discography n 1 1 @ 1 0 06488224 +discoid_lupus_erythematosus n 1 1 @ 1 0 14220735 +discoloration n 2 3 @ ~ + 2 0 04695176 00274707 +discolouration n 2 3 @ ~ + 2 0 04695176 00274707 +discombobulation n 1 2 @ + 1 0 07507912 +discomfited n 1 2 @ + 1 1 07946135 +discomfiture n 1 2 @ + 1 0 07508232 +discomfort n 2 3 ! @ ~ 2 1 14446652 07495973 +discomposure n 2 4 ! @ ~ + 2 0 07508232 04904664 +discomycete n 1 3 @ ~ #m 1 0 13028611 +discomycetes n 1 4 @ #m %m + 1 0 13028337 +disconcertion n 1 2 @ + 1 0 07508232 +disconcertment n 1 2 @ + 1 0 07508232 +disconnect n 1 1 @ 1 0 04753060 +disconnectedness n 1 4 ! @ ~ + 1 0 14417697 +disconnection n 3 3 @ ~ + 3 0 14417697 04753060 00385649 +disconsolateness n 1 2 @ + 1 0 07538395 +discontent n 1 3 @ ~ + 1 1 07538965 +discontentedness n 1 3 @ ~ + 1 0 07538965 +discontentment n 1 4 ! @ ~ + 1 0 07538965 +discontinuance n 1 4 ! @ ~ + 1 1 01022483 +discontinuation n 1 4 ! @ ~ + 1 0 01022483 +discontinuity n 1 3 ! @ + 1 1 14417551 +discord n 4 3 @ ~ + 4 0 13979064 07181546 04984698 01170175 +discordance n 2 2 @ + 2 0 04984698 01170175 +discotheque n 1 1 @ 1 0 03206282 +discount n 4 3 @ ~ + 4 1 00362103 13319253 13282275 13274597 +discount_business n 1 1 @ 1 1 01101114 +discount_chain n 1 2 @ %m 1 0 08061695 +discount_house n 1 2 @ #m 1 0 03206405 +discount_rate n 2 3 @ ~ ; 2 0 13319512 13319253 +discount_store n 1 2 @ #m 1 0 03206405 +discounter n 1 3 @ #m + 1 0 03206405 +discouragement n 3 4 ! @ ~ + 3 0 07542675 07253637 01076724 +discourse n 3 4 @ ~ + ; 3 1 06284777 07243837 07138085 +discourtesy n 3 3 ! @ ~ 3 0 06714976 04914292 01224031 +discovered_check n 1 1 @ 1 0 00167580 +discoverer n 2 3 @ ~ + 2 0 10214637 10090498 +discovery n 4 4 @ ~ + ; 4 3 00043195 07214432 05808218 07214642 +discovery_day n 1 2 @ #p 1 0 15190895 +discredit n 1 3 @ ~ + 1 1 14439745 +discreetness n 2 3 @ ~ + 2 0 05615500 04842029 +discrepancy n 2 3 @ ~ + 2 2 04749709 07366627 +discreteness n 1 2 @ + 1 0 14414503 +discretion n 5 3 @ ~ + 5 2 13995824 05615500 05751707 05198756 04891010 +discretionary_trust n 1 1 @ 1 0 13362540 +discrimination n 2 3 @ ~ + 2 2 01153548 05748054 +discriminative_stimulus n 1 1 @ 1 0 05829213 +discriminator n 1 2 @ + 1 0 10012815 +discursiveness n 1 2 @ + 1 0 04919872 +discus n 2 1 @ 2 0 07470285 03206602 +discussant n 1 3 @ ~ + 1 0 09615336 +discussion n 2 3 @ ~ + 2 2 07138085 07140659 +discussion_section n 1 1 @ 1 0 08239152 +disdain n 2 2 @ + 2 1 07502980 06719404 +disdainfulness n 1 2 @ + 1 0 04888268 +disease n 1 3 @ ~ %p 1 1 14070360 +disease_of_the_neuromuscular_junction n 1 2 @ ~ 1 0 14071235 +disease_of_the_skin n 1 2 @ ~ 1 0 14219661 +diseased_person n 1 2 @ ~ 1 0 10595647 +disembarkation n 1 4 ! @ ~ + 1 0 00058002 +disembarkment n 1 3 @ ~ + 1 0 00058002 +disembarrassment n 1 3 ! @ + 1 0 07305760 +disembodied_spirit n 1 2 @ ~ 1 0 09545324 +disembowelment n 1 1 @ 1 0 00670703 +disenchantment n 1 2 @ + 1 0 05988097 +disenfranchisement n 1 3 ! @ + 1 1 01140029 +disengagement n 2 3 @ + ; 2 1 00390906 00057306 +disentanglement n 1 2 @ + 1 0 01244593 +disentangler n 1 1 @ 1 0 10016954 +disequilibrium n 1 3 ! @ ~ 1 0 13934274 +disestablishment n 1 2 @ + 1 0 01082886 +disesteem n 1 3 ! @ + 1 0 14437845 +disfavor n 2 3 @ ~ + 2 0 14413644 06200741 +disfavour n 2 3 @ ~ + 2 0 14413644 06200741 +disfiguration n 2 2 @ + 2 0 04691178 00403466 +disfigurement n 2 2 @ + 2 0 04691178 00403466 +disfluency n 1 2 ! @ 1 0 05643072 +disforestation n 1 2 @ + 1 0 01262441 +disfranchisement n 1 2 @ + 1 0 01022824 +disfunction n 1 3 @ ~ ; 1 0 14557898 +disgorgement n 1 3 @ ~ + 1 0 00118733 +disgrace n 1 3 @ ~ + 1 1 14440137 +disgracefulness n 1 3 @ ~ + 1 0 04808281 +disgruntlement n 1 2 @ + 1 0 07539259 +disguise n 3 3 @ ~ + 3 1 04679074 03206718 01049266 +disgust n 1 3 @ ~ + 1 1 07503260 +disgustingness n 2 2 @ + 2 0 04996571 04780605 +dish n 6 5 @ ~ #p %p + 6 2 03206908 07557434 13766896 10613996 03207305 00432881 +dish_aerial n 1 3 @ ~ #p 1 0 03207305 +dish_antenna n 1 3 @ ~ #p 1 0 03207305 +dish_rack n 1 1 @ 1 0 03207630 +dish_towel n 1 1 @ 1 0 03207835 +dish_washer n 1 1 @ 1 0 03207941 +dishabille n 1 2 @ ~ 1 0 14457838 +disharmony n 1 1 @ 1 0 04984809 +dishcloth n 1 1 @ 1 0 03207743 +dishcloth_gourd n 1 4 @ ~ #m %p 1 0 12166424 +disheartenment n 2 3 @ ~ + 2 0 07542675 07253814 +dishful n 1 1 @ 1 0 13766896 +dishonesty n 2 3 ! @ ~ 2 0 04874672 00749574 +dishonor n 2 4 ! @ ~ + 2 1 14439447 04873939 +dishonorable_discharge n 1 1 @ 1 0 00234105 +dishonorableness n 1 4 ! @ ~ + 1 0 04873550 +dishonour n 2 3 @ ~ + 2 0 14439447 04873939 +dishonourableness n 1 3 @ ~ + 1 0 04873550 +dishpan n 1 1 @ 1 0 03207548 +dishrag n 1 1 @ 1 0 03207743 +dishtowel n 1 1 @ 1 0 03207835 +dishware n 1 2 @ ~ 1 0 03133538 +dishwasher n 2 1 @ 2 1 03207941 10017190 +dishwasher_detergent n 1 1 @ 1 0 03208062 +dishwashing n 1 1 @ 1 0 00255600 +dishwashing_detergent n 1 1 @ 1 0 03208062 +dishwashing_liquid n 1 1 @ 1 0 03208062 +dishwashing_machine n 1 1 @ 1 0 03207941 +dishwater n 1 1 @ 1 1 14836851 +disillusion n 1 2 @ + 1 0 05988097 +disillusionment n 1 2 @ + 1 1 05988097 +disincentive n 1 2 ! @ 1 0 09180118 +disinclination n 2 4 ! @ ~ + 2 0 07501922 04645943 +disinfectant n 1 3 @ ~ + 1 0 03208229 +disinfection n 1 3 @ ~ + 1 0 00709521 +disinfestation n 1 2 @ + 1 0 00251520 +disinfestation_officer n 1 1 @ 1 0 10508008 +disinflation n 1 2 ! @ 1 0 13466849 +disinformation n 1 1 @ 1 0 06635313 +disingenuousness n 1 4 ! @ ~ + 1 0 04876374 +disinheritance n 1 2 @ + 1 0 01022992 +disintegration n 5 3 @ ~ + 5 1 14561327 14561461 13467916 13456899 07330828 +disinterest n 1 1 @ 1 1 06205018 +disinterestedness n 1 2 @ + 1 0 06202907 +disinterment n 1 2 @ + 1 0 00044900 +disinvestment n 1 2 @ + 1 0 00396509 +disjointedness n 1 2 @ + 1 0 14418290 +disjunction n 2 3 @ ~ + 2 0 14417697 00385649 +disjunctive_conjunction n 1 1 @ 1 0 13800115 +disjuncture n 1 3 @ ~ + 1 0 14417697 +disk n 4 5 @ ~ %p + ; 4 2 13875185 03208556 03924069 03706653 +disk_access n 1 1 @ 1 0 03208815 +disk_brake n 1 2 @ %p 1 0 03208938 +disk_cache n 1 2 @ #p 1 0 03209141 +disk_clutch n 1 1 @ 1 0 03209359 +disk_controller n 1 2 @ ; 1 0 03209477 +disk_drive n 1 3 @ %p ; 1 0 03209666 +disk_error n 1 2 @ ; 1 0 07299965 +disk_file n 1 2 @ ; 1 0 06510103 +disk_harrow n 1 1 @ 1 0 03210245 +disk_jockey n 1 1 @ 1 0 10017272 +disk_operating_system n 1 2 @ ~ 1 0 06568422 +disk_overhead n 1 2 @ ; 1 0 08556065 +disk_pack n 1 2 @ ; 1 0 07956552 +disk_shape n 1 2 @ ~ 1 0 05073559 +disk_space n 1 3 @ ~ ; 1 0 08555883 +diskette n 1 3 @ #p + 1 0 03209910 +dislike n 2 4 ! @ ~ + 2 2 06200741 07501545 +dislocation n 3 3 @ ~ + 3 2 07367385 00553362 14291561 +dislodgement n 1 2 @ + 1 0 00395199 +dislodgment n 1 1 @ 1 0 00395199 +disloyalty n 1 3 ! @ ~ 1 1 04879340 +dismantlement n 1 2 @ + 1 0 00912274 +dismantling n 1 2 @ + 1 0 00912274 +dismay n 2 4 @ ~ = + 2 2 07542675 07519773 +dismemberment n 1 2 @ + 1 0 07433510 +dismissal n 4 4 @ ~ + ; 4 1 01190172 07213079 06689829 00216174 +dismission n 2 3 @ ~ + 2 0 07213079 00216174 +dismount n 1 2 @ + 1 0 01252800 +disney n 1 1 @ 1 0 10937126 +disneyland n 1 2 @ #p 1 0 09062184 +disobedience n 2 4 ! @ ~ + 2 1 01179707 04909414 +disorder n 3 4 ! @ ~ + 3 1 14052403 14499262 13972797 +disorderliness n 3 4 ! @ ~ + 3 0 14499262 13977184 04897604 +disorderly_behavior n 1 1 @ 1 0 00771713 +disorderly_conduct n 1 1 @ 1 0 00771713 +disorganisation n 2 2 @ + 2 0 14500341 00552922 +disorganization n 2 2 @ + 2 0 14500341 00552922 +disorganized_schizophrenia n 1 1 @ 1 0 14399438 +disorganized_type_schizophrenia n 1 1 @ 1 0 14399438 +disorientation n 2 3 @ ~ + 2 0 05898430 05684003 +disowning n 1 2 @ + 1 0 07207860 +disownment n 1 2 @ + 1 0 07207860 +disparagement n 2 4 @ ~ + - 2 1 06717170 01219893 +disparager n 1 3 @ ~ + 1 0 10009671 +disparateness n 1 2 @ + 1 0 04750414 +disparity n 1 3 @ ~ + 1 0 04752530 +dispassion n 1 1 @ 1 0 04630137 +dispassionateness n 1 2 @ + 1 0 04630137 +dispatch n 4 4 @ ~ %p + 4 2 06682794 00061290 05059830 00222248 +dispatch_box n 1 1 @ 1 0 03210372 +dispatch_case n 1 1 @ 1 0 03210372 +dispatch_rider n 1 1 @ 1 0 10017664 +dispatcher n 2 3 @ ~ + 2 0 10649308 10017422 +dispensability n 1 4 ! @ = + 1 0 05172953 +dispensableness n 1 4 ! @ = + 1 0 05172953 +dispensary n 1 2 @ + 1 1 03210552 +dispensation n 3 3 @ ~ + 3 1 01142014 13285714 01083504 +dispenser n 2 3 @ ~ + 2 1 03210683 10017794 +dispersal n 1 3 @ ~ + 1 1 00368592 +dispersed_particles n 1 2 @ ; 1 0 14588646 +dispersed_phase n 1 2 @ ; 1 0 14588646 +dispersing_medium n 1 2 @ ; 1 0 14588797 +dispersing_phase n 1 2 @ ; 1 0 14588797 +dispersion n 3 3 @ ~ + 3 1 07331759 05087297 00368592 +dispersion_medium n 1 2 @ ; 1 0 14588797 +dispiritedness n 1 2 @ + 1 0 07537668 +displaced_fracture n 1 1 @ 1 0 14293207 +displaced_person n 1 1 @ 1 0 10017890 +displacement n 7 3 @ ~ ; 7 3 00197610 07444668 00330984 13467224 13467009 00315830 00209446 +displacement_reaction n 1 2 @ ; 1 0 13467224 +displacement_unit n 1 3 @ ~ #p 1 0 13600822 +display n 6 4 @ ~ %p + 6 3 06879521 00521209 03210940 07213717 06887726 03211117 +display_adapter n 1 2 @ ; 1 0 03211413 +display_adaptor n 1 2 @ ; 1 0 03211413 +display_board n 1 2 @ ~ 1 0 03211616 +display_case n 1 2 @ ~ 1 0 02975212 +display_panel n 1 2 @ ~ 1 0 03211616 +display_window n 1 2 @ #p 1 1 03211789 +displeasure n 1 2 @ + 1 1 07540424 +disposable n 1 1 @ 1 0 03212003 +disposable_income n 1 2 @ ; 1 0 13255562 +disposal n 4 4 @ ~ + ; 4 3 05198622 01135952 00043609 03212114 +disposal_plant n 1 1 @ 1 1 04178668 +disposition n 4 5 @ ~ %p = + 4 2 04623612 00043609 06196584 04942869 +dispossession n 2 5 @ ~ %p + ; 2 1 01194331 05978472 +dispraise n 1 2 @ ~ 1 0 01219893 +disproof n 2 2 @ ~ 2 0 05826469 00155298 +disproportion n 1 2 ! @ 1 0 13898509 +disprover n 1 2 @ + 1 0 10510546 +disputant n 1 3 @ ~ + 1 0 09615465 +disputation n 2 3 @ ~ + 2 0 07242104 07183151 +dispute n 2 3 @ ~ + 2 1 07181935 01170813 +disqualification n 2 3 @ ~ + 2 0 04722574 01078086 +disquiet n 2 2 @ + 2 0 07524760 04904851 +disquietude n 1 2 @ ~ 1 0 07525057 +disquisition n 1 1 @ 1 0 06410070 +disraeli n 1 1 @ 1 0 10937364 +disregard n 2 3 @ ~ + 2 2 05706629 00418615 +disrepair n 1 1 @ 1 1 14560538 +disreputability n 1 3 ! @ + 1 0 04874409 +disreputable_person n 1 1 @ 1 0 10530288 +disreputableness n 1 2 @ + 1 0 04874409 +disrepute n 1 3 ! @ ~ 1 1 14439745 +disrespect n 3 4 ! @ ~ + 3 0 06714976 06207437 04915687 +disrupting_explosive n 1 1 @ 1 0 03212247 +disruption n 4 3 @ ~ + 4 1 00383952 13977366 07367385 00553173 +dissatisfaction n 1 4 ! @ ~ + 1 1 07539511 +dissection n 3 2 @ + 3 2 00387214 05782140 00648931 +dissembler n 1 3 @ ~ + 1 0 10195593 +dissembling n 2 3 @ ~ + 2 0 06759349 00752431 +disseminated_lupus_erythematosus n 1 1 @ 1 0 14221311 +disseminated_multiple_sclerosis n 1 2 @ %p 1 0 14094068 +disseminated_sclerosis n 1 2 @ %p 1 0 14094068 +dissemination n 3 3 @ ~ + 3 1 06253140 05088056 00368592 +disseminator n 1 2 @ + 1 0 10483138 +dissension n 2 3 @ ~ + 2 1 07181546 13982357 +dissent n 3 4 @ ~ + ; 3 2 07209305 07181358 01177033 +dissenter n 1 3 @ ~ + 1 1 10018021 +dissenting_opinion n 1 2 @ ; 1 0 06552320 +dissertation n 1 2 @ + 1 0 06409085 +disservice n 1 2 ! @ 1 1 01209791 +dissidence n 1 2 @ + 1 0 07181208 +dissident n 1 3 @ ~ + 1 0 10018021 +dissident_irish_republican_army n 1 2 @ ; 1 0 08040762 +dissilience n 1 3 @ + ; 1 0 07434782 +dissimilarity n 1 4 ! @ ~ + 1 0 04750164 +dissimilation n 2 3 @ #p + 2 0 13467443 13443787 +dissimilitude n 1 2 ! @ 1 0 04750764 +dissimulation n 1 3 @ ~ + 1 0 00752431 +dissimulator n 1 2 @ ~ 1 0 10195593 +dissipation n 3 3 @ ~ + 3 0 07332148 00748307 00742645 +dissociation n 3 4 @ ~ + ; 3 1 00384802 14416845 13467700 +dissociation_constant n 1 1 @ 1 0 13589957 +dissociative_disorder n 1 2 @ ~ 1 0 14417300 +dissolubility n 1 2 @ + 1 0 05010314 +dissoluteness n 1 3 @ ~ + 1 0 04884817 +dissolution n 5 3 @ ~ + 5 1 13467916 13468094 00748307 00216038 00215314 +dissolution_of_marriage n 1 2 @ ; 1 0 01241216 +dissolve n 1 2 @ + 1 1 06618035 +dissolvent n 1 3 @ ~ + 1 0 15047313 +dissolver n 1 3 @ ~ + 1 0 15047313 +dissolving n 1 2 @ + 1 0 13468094 +dissolving_agent n 1 2 @ ~ 1 1 15047313 +dissonance n 3 4 ! @ ~ + 3 0 13982357 05720248 04984514 +dissuasion n 2 3 ! @ + 2 0 07253948 07245686 +dissyllable n 1 1 @ 1 0 06290539 +dissymmetry n 1 3 @ ~ ; 1 0 05065717 +distaff n 2 3 @ #p + 2 0 14514392 03212406 +distal_muscular_dystrophy n 1 1 @ 1 0 14161515 +distance n 6 4 @ ~ = + 6 5 05084201 08556386 05129565 07505871 15172212 15172423 +distance_vision n 1 1 @ 1 0 05656418 +distaste n 1 1 @ 1 1 07502669 +distastefulness n 2 4 @ ~ = + 2 0 04996571 04780958 +distemper n 5 3 @ ~ + 5 0 14264042 07552087 03212698 03212535 00936901 +distension n 2 3 @ ~ + 2 1 00366317 14063633 +distention n 2 3 @ ~ + 2 0 14063633 00366317 +distich n 1 3 @ ~ %p 1 0 13743605 +distillate n 1 2 @ + 1 0 14836960 +distillation n 2 2 @ + 2 1 13468306 14836960 +distilled_water n 1 1 @ 1 1 14837258 +distiller n 1 1 @ 1 0 10018653 +distillery n 1 4 @ ~ %p + 1 0 03212811 +distillment n 1 2 @ + 1 0 13468306 +distinction n 4 3 @ ~ + 4 4 05748285 14435445 04806655 04749572 +distinctive_feature n 1 2 @ ~ 1 0 05852125 +distinctiveness n 2 3 @ ~ + 2 0 04763925 04750414 +distinctness n 3 5 ! @ ~ = + 3 1 04702688 14414503 04742766 +distinguished_conduct_medal n 1 1 @ 1 0 06708970 +distinguished_flying_cross n 1 1 @ 1 0 06707846 +distinguished_service_cross n 1 1 @ 1 0 06707555 +distinguished_service_medal n 1 1 @ 1 1 06707382 +distinguished_service_order n 1 1 @ 1 0 06709112 +distinguishing_characteristic n 1 2 @ ~ 1 0 05852125 +distomatosis n 1 1 @ 1 0 14265006 +distorted_shape n 1 2 @ ~ 1 0 13867276 +distortion n 6 3 @ ~ + 6 3 07433973 13867276 11420139 11511765 00751529 00073713 +distortionist n 1 2 @ + 1 0 10018747 +distraction n 4 2 @ + 4 1 05684440 05706547 00515414 00200041 +distraint n 1 1 @ 1 0 00085829 +distress n 4 3 @ ~ + 4 2 07496463 14476852 14326072 00085829 +distress_call n 1 2 @ ~ 1 0 06803636 +distress_signal n 1 2 @ ~ 1 0 06803636 +distressfulness n 1 2 @ + 1 0 05037197 +distressingness n 1 2 @ ~ 1 0 04720024 +distributary n 1 2 ! @ 1 0 09267602 +distributed_data_processing n 1 1 @ 1 0 13468542 +distributed_fire n 1 1 @ 1 0 00990843 +distributer n 2 5 @ ~ #p %p + 2 0 10018861 03213014 +distribution n 4 6 ! @ ~ #p + ; 4 4 05729036 05087297 01083077 01112885 +distribution_agreement n 1 1 @ 1 0 06527447 +distribution_channel n 1 1 @ 1 0 01113595 +distribution_cost n 1 1 @ 1 1 13302293 +distribution_free_statistic n 1 3 @ ~ ; 1 0 06022727 +distribution_law n 1 3 @ ~ ; 1 0 05876912 +distribution_list n 1 1 @ 1 0 06490627 +distributive_shock n 1 1 @ 1 0 14067786 +distributor n 4 5 @ ~ #p %p + 4 1 10018861 09784707 08061905 03213014 +distributor_cam n 1 2 @ #p 1 0 03213361 +distributor_cap n 1 2 @ #p 1 0 03213538 +distributor_housing n 1 1 @ 1 0 03213715 +distributor_point n 1 2 @ #p 1 0 03213826 +district n 1 3 @ ~ + 1 1 08552138 +district_attorney n 1 1 @ 1 1 10019072 +district_line n 1 1 @ 1 0 08515817 +district_manager n 1 1 @ 1 1 10019187 +district_of_columbia n 1 3 @ #p %p 1 1 09070487 +distrust n 2 4 ! @ ~ + 2 1 05698791 04895773 +distrustfulness n 1 3 @ ~ + 1 0 04895773 +disturbance n 7 4 @ ~ + ; 7 5 07428450 14403282 13977366 01176335 00333829 14083790 07430211 +disturbance_of_the_peace n 1 1 @ 1 0 00771713 +disturber n 1 1 @ 1 0 10018373 +disulfiram n 1 1 @ 1 0 03214051 +disunion n 1 4 ! @ ~ + 1 0 00385501 +disunity n 1 1 @ 1 0 13982588 +disuse n 1 2 @ ~ 1 0 14423428 +disyllable n 1 1 @ 1 0 06290539 +dit n 1 2 @ #p 1 0 06805826 +dita n 1 2 @ #m 1 0 11770256 +dita_bark n 1 2 @ #m 1 0 11770256 +ditch n 2 3 @ ~ + 2 1 03214253 09267758 +ditch_digger n 1 1 @ 1 0 10019308 +ditch_fern n 1 1 @ 1 0 12953484 +ditch_reed n 1 2 @ #m 1 0 12130937 +ditch_spade n 1 1 @ 1 0 03214450 +ditchmoss n 1 3 @ #m %m 1 0 12614317 +dither n 1 2 @ + 1 0 14403772 +dithered_color n 1 2 @ ; 1 0 04978561 +dithered_colour n 1 2 @ ; 1 0 04978561 +dithering n 1 1 @ 1 0 13468786 +dithyramb n 2 2 @ ; 2 0 07239428 06379094 +dittany n 1 1 @ 1 0 12712626 +dittany_of_crete n 1 2 @ #m 1 0 12853706 +ditto n 1 2 @ + 1 0 06821279 +ditto_mark n 1 1 @ 1 0 06821279 +ditty n 1 1 @ 1 1 07050503 +ditty_bag n 1 1 @ 1 0 03214582 +diuresis n 1 1 @ 1 0 14303249 +diuretic n 1 2 @ ~ 1 0 03214670 +diuretic_drug n 1 2 @ ~ 1 0 03214670 +diuril n 1 2 @ ; 1 0 03022788 +diurnal_parallax n 1 2 @ ~ 1 0 11528939 +diurnal_variation n 1 1 @ 1 1 07444392 +diva n 1 1 @ 1 0 10471732 +divagation n 2 3 @ ~ + 2 0 06600684 00350380 +divan n 4 1 @ 4 1 03214966 08311848 06592576 03215076 +divan_bed n 1 1 @ 1 0 03165096 +divarication n 1 1 @ 1 0 00388959 +dive n 3 3 @ ~ + 3 2 03530803 00442981 00326677 +dive-bombing n 1 2 @ + 1 0 00979180 +dive_bomber n 1 2 @ + 1 0 03215191 +dive_brake n 1 1 @ 1 0 02685855 +diver n 3 4 @ ~ #m + 3 0 10019552 10019406 02049088 +divergence n 4 4 ! @ ~ + 4 1 01004072 07366289 05863302 04749709 +divergency n 2 3 ! @ + 2 0 05863302 01004072 +divergent_strabismus n 1 1 @ 1 0 14557573 +divergent_thinker n 1 1 @ 1 0 10019733 +divergent_thinking n 1 3 ! @ #p 1 0 05797177 +diverging_lens n 1 1 @ 1 0 03215337 +diverseness n 1 4 @ ~ = + 1 0 04751305 +diversification n 2 2 @ + 2 1 00195569 14575180 +diversion n 3 3 @ ~ + 3 3 00426928 00350380 00975270 +diversionary_attack n 1 2 @ ~ 1 1 00975270 +diversionary_landing n 1 1 @ 1 0 00972521 +diversionist n 1 3 @ ~ + 1 0 10544748 +diversity n 2 4 @ ~ = + 2 1 04751305 04735711 +diverticulitis n 1 1 @ 1 0 14341923 +diverticulosis n 1 1 @ 1 0 14032480 +diverticulum n 1 2 @ ~ 1 0 14295829 +divertimento n 1 1 @ 1 1 07042586 +divestiture n 2 3 @ + ; 2 1 06540863 01115017 +divi-divi n 2 4 @ #m #p %p 2 0 12488914 12488709 +divide n 2 3 @ ~ + 2 0 13982692 08679369 +divided_highway n 1 1 @ 1 0 03215508 +dividend n 3 2 @ ~ 3 1 13408023 13732953 13273836 +dividend_warrant n 1 1 @ 1 0 13380667 +divider n 4 3 @ ~ + 4 0 10637635 10019888 03894379 03215749 +dividing_line n 1 2 @ ~ 1 0 05748786 +divina_commedia n 1 1 @ 1 0 06380256 +divination n 3 3 @ ~ + 3 0 06783155 06750154 05776212 +divine n 2 2 @ ~ 2 1 09536363 09928136 +divine_comedy n 1 1 @ 1 0 06380256 +divine_guidance n 1 2 @ ; 1 0 05686690 +divine_law n 1 1 @ 1 1 05871140 +divine_messenger n 1 1 @ 1 0 09540329 +divine_office n 1 2 @ ; 1 0 01033714 +divine_revelation n 1 1 @ 1 0 07213232 +divine_right n 1 1 @ 1 0 05960121 +divine_right_of_kings n 1 1 @ 1 0 05960121 +divine_service n 1 3 @ ~ %p 1 0 01032040 +divine_unity n 1 2 @ ; 1 0 08014860 +diviner n 1 3 @ ~ + 1 0 10020031 +diving n 2 4 @ ~ #p + 2 1 07466415 00442981 +diving_bell n 1 1 @ 1 0 03215930 +diving_board n 1 2 @ ~ 1 1 03216080 +diving_dress n 1 1 @ 1 0 03216402 +diving_duck n 1 2 ! @ 1 0 01847253 +diving_event n 1 2 @ #p 1 0 07466415 +diving_petrel n 1 2 @ #m 1 0 02061853 +diving_suit n 1 1 @ 1 0 03216402 +divining_rod n 1 1 @ 1 0 03216199 +divinity n 4 5 @ ~ #m + - 4 2 09505418 04854976 07605693 06182144 +divinity_fudge n 1 1 @ 1 0 07605693 +divinyl_ether n 1 2 @ ~ 1 0 03299929 +divisibility n 1 2 @ ~ 1 0 04705013 +division n 12 8 @ ~ #m #p %m %p + ; 12 5 08213205 05867413 00385791 08220714 07181842 08239808 08221348 08220891 08219330 08219226 00870912 00397953 +division_anthophyta n 1 3 @ #m %m 1 0 11664929 +division_archaebacteria n 1 3 @ #m %m 1 0 01347431 +division_bryophyta n 1 3 @ #m %m 1 0 11536778 +division_chlorophyta n 1 3 @ #m %m 1 0 01407065 +division_chrysophyta n 1 3 @ #m %m 1 0 01399772 +division_cyanophyta n 1 3 @ #m %m 1 0 01357707 +division_cynodontia n 1 3 @ #m %m 1 0 01720496 +division_dicynodontia n 1 3 @ #m %m 1 0 01721010 +division_eubacteria n 1 3 @ #m %m 1 0 01354869 +division_euglenophyta n 1 3 @ #m %m 1 0 01406092 +division_eumycota n 1 3 @ #m %m 1 0 12994979 +division_gymnomycota n 1 3 @ #m %m 1 0 12975207 +division_gymnospermophyta n 1 3 @ #m %m 1 0 11595312 +division_heterokontophyta n 1 2 @ #m 1 0 01399529 +division_lichenes n 1 3 @ #m %m 1 0 12986447 +division_magnoliophyta n 1 3 @ #m %m 1 0 11664929 +division_myxomycota n 1 3 @ #m %m 1 0 12975207 +division_phaeophyta n 1 2 @ %m 1 0 01402381 +division_protista n 1 3 @ #m %m 1 0 01387208 +division_pteridophyta n 1 3 @ #m %m 1 0 11544769 +division_rhodophyta n 1 3 @ #m %m 1 0 01413551 +division_schizophyta n 1 3 @ #m %m 1 0 01357967 +division_spermatophyta n 1 3 @ #m %m 1 0 11551211 +division_tracheophyta n 1 3 @ #m %m 1 0 11534434 +divisor n 2 2 @ ~ 2 0 13733402 13733167 +divorce n 1 3 @ + ; 1 1 01201271 +divorce_court n 1 1 @ 1 0 08331960 +divorce_lawyer n 1 2 @ ; 1 0 10020670 +divorced_man n 1 1 @ 1 0 10144338 +divorcee n 1 3 @ ~ + 1 0 10020366 +divorcement n 1 3 @ + ; 1 0 01201271 +divot n 2 2 @ ; 2 0 09268007 09267854 +divulgement n 1 2 @ + 1 0 07214267 +divulgence n 1 2 @ + 1 0 07214267 +divvy n 1 2 @ ; 1 0 13408641 +diwan n 3 1 @ 3 0 08311848 06592576 03215076 +dix n 1 1 @ 1 0 10937611 +dixie n 2 5 @ %m %p = ; 2 0 09050244 03216562 +dixie_cup n 1 1 @ 1 0 03216710 +dixiecrats n 1 1 @ 1 0 08263870 +dixieland n 1 4 @ %m %p = 1 0 09050244 +dizygotic_twin n 1 1 @ 1 0 10109197 +dizziness n 1 2 @ + 1 0 14372513 +dizzy_gillespie n 1 1 @ 1 0 11000012 +dj n 1 2 @ + 1 0 10017272 +djakarta n 1 2 @ #p 1 0 08909719 +djanet n 1 2 @ #p 1 0 08707035 +djibouti n 2 6 @ #m #p %m %p + 2 0 08762823 08762495 +djibouti_franc n 1 1 @ 1 0 13677692 +djiboutian n 1 3 @ #m + 1 0 09700125 +djinn n 1 3 @ ~ ; 1 0 09544433 +djinni n 1 3 @ ~ ; 1 0 09544433 +djinny n 1 3 @ ~ ; 1 0 09544433 +dkg n 1 3 @ #p %p 1 0 13724350 +dkl n 1 3 @ #p %p 1 0 13624509 +dkm n 1 3 @ #p %p 1 0 13659419 +dl n 1 3 @ #p %p 1 0 13624026 +dle n 1 1 @ 1 0 14220735 +dm n 2 4 @ ~ #p %p 2 0 14118138 13658998 +dmd n 1 1 @ 1 0 06702888 +dmitri_dmitrievich_shostakovich n 1 1 @ 1 0 11299030 +dmitri_ivanovich_mendeleev n 1 1 @ 1 0 11173475 +dmitri_ivanovich_mendeleyev n 1 1 @ 1 0 11173475 +dmitri_mendeleev n 1 1 @ 1 0 11173475 +dmitri_mendeleyev n 1 1 @ 1 0 11173475 +dmitri_shostakovich n 1 1 @ 1 0 11299030 +dmus n 1 1 @ 1 0 06703420 +dmz n 1 1 @ 1 0 08689947 +dna n 1 5 @ ~ %s %p ; 1 0 14830364 +dna_chip n 1 1 @ 1 0 03433247 +dna_fingerprint n 1 1 @ 1 0 06643883 +dna_polymerase n 1 1 @ 1 0 14984584 +dneprodzerzhinsk n 1 1 @ 1 0 09016539 +dnieper n 1 2 @ #p 1 0 09268236 +dnieper_river n 1 2 @ #p 1 0 09268236 +dnipropetrovsk n 1 1 @ 1 0 09016698 +do n 3 1 @ 3 0 07448038 06868309 06703733 +do-gooder n 1 2 @ + 1 0 10191613 +do-nothing n 1 3 @ ~ + 1 0 10197967 +do-si-do n 1 2 @ #p 1 0 00540701 +dobbin n 1 1 @ 1 0 02387254 +doberman n 1 1 @ 1 0 02107142 +doberman_pinscher n 1 1 @ 1 0 02107142 +dobra n 1 2 @ %p 1 0 13675591 +dobrich n 1 1 @ 1 0 08714624 +dobson n 2 2 @ #m 2 0 02266269 02266050 +dobson_fly n 1 2 @ #m 1 0 02266050 +dobsonfly n 1 2 @ #m 1 0 02266050 +doc n 2 4 @ ~ #m %p 2 0 10020890 08129268 +docent n 1 1 @ 1 0 10020807 +docetism n 1 1 @ 1 0 06222731 +docility n 1 2 @ + 1 0 04905697 +dock n 7 7 @ ~ #m #p %p + ; 7 1 03217191 12603959 03933529 03217333 03216828 02158972 02158066 +dock-walloper n 1 1 @ 1 0 10655169 +dock_worker n 1 1 @ 1 0 10655169 +dockage n 3 4 @ ~ #p + 3 0 13321230 03216828 00052146 +docker n 1 2 @ + 1 0 10655169 +docket n 2 4 @ ~ + ; 2 0 06485593 05910940 +dockhand n 1 1 @ 1 0 10655169 +docking n 1 2 @ + 1 0 00052146 +docking_facility n 1 3 @ ~ #p 1 0 03216828 +docking_fee n 1 1 @ 1 0 13321230 +dockside n 1 1 @ 1 0 08649984 +dockworker n 1 1 @ 1 0 10655169 +dockyard n 1 1 @ 1 0 08640392 +docosahexaenoic_acid n 1 1 @ 1 0 14837900 +doctor n 4 5 @ ~ #m + ; 4 3 10020890 10022111 00432356 10021892 +doctor's_bill n 1 1 @ 1 0 06517547 +doctor's_degree n 1 2 @ ~ 1 0 06702458 +doctor-fish n 1 2 @ #m 1 0 02621577 +doctor-patient_relation n 1 2 @ %m 1 0 13837840 +doctor_of_arts n 2 1 @ 2 0 06705306 06703834 +doctor_of_dental_medicine n 1 1 @ 1 0 06702888 +doctor_of_dental_surgery n 1 1 @ 1 0 06703002 +doctor_of_divinity n 1 1 @ 1 0 06703114 +doctor_of_education n 1 1 @ 1 1 06703213 +doctor_of_fine_arts n 1 1 @ 1 0 06705398 +doctor_of_humane_letters n 1 1 @ 1 0 06705495 +doctor_of_humanities n 1 1 @ 1 0 06705595 +doctor_of_laws n 1 1 @ 1 0 06705698 +doctor_of_medicine n 1 1 @ 1 0 06703321 +doctor_of_music n 1 1 @ 1 0 06703420 +doctor_of_musical_arts n 1 1 @ 1 0 06703522 +doctor_of_optometry n 1 1 @ 1 0 06703632 +doctor_of_osteopathy n 1 1 @ 1 0 06703733 +doctor_of_philosophy n 1 2 @ ~ 1 1 06703953 +doctor_of_public_health n 1 1 @ 1 0 06704366 +doctor_of_sacred_theology n 1 1 @ 1 0 06704582 +doctor_of_science n 1 1 @ 1 0 06705787 +doctor_of_the_church n 1 3 @ ~ ; 1 0 10022111 +doctor_of_theology n 1 1 @ 1 0 06704482 +doctorate n 1 3 @ ~ + 1 1 06702458 +doctorfish n 1 2 @ #m 1 0 02621577 +doctorow n 1 1 @ 1 0 10937882 +doctorspeak n 1 1 @ 1 0 07069002 +doctrinaire n 1 2 @ + 1 0 10023656 +doctrine n 1 3 @ ~ + 1 1 05943300 +doctrine_of_analogy n 1 2 ! @ 1 0 05942579 +docudrama n 1 1 @ 1 0 06616806 +document n 4 5 @ ~ %p + ; 4 2 06470073 03217458 13403331 06510977 +documentary n 1 2 @ + 1 1 06616806 +documentary_film n 1 1 @ 1 0 06616806 +documentation n 3 2 @ + 3 0 06650431 06588326 00154433 +dod n 1 2 @ %p 1 0 08131530 +dodder n 1 3 @ ~ #m 1 0 12825497 +dodderer n 1 2 @ + 1 0 10022645 +doddle n 1 2 @ ; 1 0 00575657 +dodecagon n 1 1 @ 1 0 13882883 +dodecahedron n 1 1 @ 1 0 13915784 +dodecanese n 1 3 @ #p %p 1 0 08783286 +dodecanoic_acid n 1 1 @ 1 0 14930476 +dodge n 3 3 @ ~ + 3 2 05905802 00059895 06756680 +dodge_city n 1 2 @ #p 1 0 09087996 +dodgem n 1 1 @ 1 0 02918964 +dodger n 2 2 @ + 2 0 10022759 07688757 +dodging n 3 3 @ ~ + 3 1 00740712 06756680 00203753 +dodgson n 1 1 @ 1 0 10884061 +dodo n 2 3 @ #m ; 2 0 10022908 01811243 +dodoma n 1 2 @ #p 1 0 09035153 +dodonaea n 1 3 @ #m %m 1 0 12741079 +doe n 2 2 @ %p 2 0 08132955 01888411 +doei n 1 3 @ #m #p 1 0 08133189 +doer n 1 3 @ ~ + 1 0 09767197 +doeskin n 2 1 @ 2 0 14762572 03217653 +dog n 7 5 @ ~ #m #p %p 7 1 02084071 10114209 10023039 09886220 07676602 03901548 02710044 +dog's-tooth_check n 1 1 @ 1 0 03543945 +dog's-tooth_violet n 1 3 @ ~ #m 1 0 12450344 +dog's_breakfast n 1 2 @ ; 1 0 14409718 +dog's_dinner n 1 2 @ ; 1 0 14409718 +dog's_mercury n 1 2 @ #m 1 0 12924284 +dog-day_cicada n 1 2 @ #m 1 0 02257003 +dog-ear n 1 2 @ #p 1 0 06795168 +dog-iron n 1 1 @ 1 0 02710044 +dog_bent n 1 1 @ 1 0 12107002 +dog_biscuit n 1 1 @ 1 0 07635746 +dog_bite n 1 1 @ 1 0 14287567 +dog_breeding n 1 1 @ 1 0 00915574 +dog_catcher n 1 1 @ 1 0 10023129 +dog_collar n 3 1 @ 3 0 03217814 03041964 03024882 +dog_days n 1 2 @ #p 1 0 15237567 +dog_do n 1 1 @ 1 0 09268480 +dog_fennel n 2 2 @ #m 2 0 11968519 11923174 +dog_flea n 1 2 @ #m 1 0 02187150 +dog_food n 1 1 @ 1 0 07805966 +dog_grass n 1 1 @ 1 0 12105578 +dog_hobble n 1 2 @ #m 1 0 12239880 +dog_hook n 1 2 @ ~ 1 0 03903133 +dog_house n 1 1 @ 1 0 03610524 +dog_in_the_manger n 1 1 @ 1 0 10023506 +dog_laurel n 1 2 @ #m 1 0 12239880 +dog_mercury n 1 2 @ #m 1 0 12924284 +dog_paddle n 1 1 @ 1 0 00570572 +dog_pound n 1 1 @ 1 0 03993703 +dog_racing n 1 1 @ 1 0 07459868 +dog_rose n 1 1 @ 1 0 12621110 +dog_shit n 1 1 @ 1 0 09268480 +dog_show n 1 1 @ 1 0 00519492 +dog_sled n 1 2 @ ; 1 0 03218198 +dog_sleigh n 1 2 @ ; 1 0 03218198 +dog_star n 1 2 @ #m 1 0 09435965 +dog_stinkhorn n 1 2 @ #m 1 0 13041312 +dog_tag n 2 1 @ 2 0 07272807 07272694 +dog_turd n 1 1 @ 1 0 09268480 +dog_violet n 1 1 @ 1 0 12388858 +dog_wrench n 1 1 @ 1 0 03218446 +dogbane n 1 3 @ ~ #m 1 0 11767354 +dogbane_family n 1 3 @ #m %m 1 0 11766609 +dogcart n 1 1 @ 1 0 03217739 +doge n 1 1 @ 1 0 10023264 +dogfight n 4 2 @ + 4 0 07458212 01172441 00974224 00971802 +dogfighter n 1 2 @ + 1 0 10023381 +dogfish n 2 3 @ ~ #m 2 0 02639087 01491874 +doggedness n 1 2 @ + 1 0 04864515 +doggerel n 1 1 @ 1 1 06379253 +doggerel_verse n 1 1 @ 1 0 06379253 +doggie n 1 1 @ 1 0 02084732 +doggie_bag n 1 1 @ 1 0 03217889 +doggy n 1 1 @ 1 0 02084732 +doggy_bag n 1 1 @ 1 0 03217889 +doggy_do n 1 1 @ 1 0 09268480 +doghouse n 2 1 @ 2 1 03610524 06200929 +dogie n 1 1 @ 1 0 02403920 +dogleg n 2 1 @ 2 0 13892142 03218100 +dogma n 2 3 @ ~ + 2 1 06790042 05960464 +dogmatism n 1 2 @ + 1 0 06206210 +dogmatist n 1 2 @ + 1 0 10023656 +dogs-tooth_check n 1 1 @ 1 0 03543945 +dogsbody n 1 1 @ 1 0 10023885 +dogshit n 1 2 @ ; 1 0 06611376 +dogsled n 1 3 @ + ; 1 0 03218198 +dogstooth_check n 1 1 @ 1 0 03543945 +dogtooth n 3 3 @ ~ #m 3 0 12450344 05307091 03218334 +dogtooth_violet n 1 3 @ ~ #m 1 0 12450344 +dogtrot n 1 1 @ 1 0 00294366 +dogwatch n 1 1 @ 1 0 15292617 +dogwood n 2 5 @ ~ #m #s %s 2 1 12946849 12947171 +dogwood_family n 1 3 @ #m %m 1 0 12946088 +dogwood_tree n 1 4 @ ~ #m %s 1 0 12946849 +dogy n 1 1 @ 1 0 02403920 +doh n 1 1 @ 1 0 06868309 +doha n 1 2 @ #p 1 0 08987262 +doi n 1 2 @ %p 1 0 08139000 +doily n 1 1 @ 1 0 03219010 +doing_business_as n 1 2 @ ; 1 0 06334512 +doings n 1 2 @ ~ 1 0 01220984 +doj n 1 3 @ %p ; 1 0 08135342 +dojc n 1 2 @ ; 1 0 08343324 +dol n 2 2 @ %p 2 0 13710986 08137495 +dolby n 1 1 @ 1 0 10938019 +dolce_far_niente n 1 1 @ 1 0 01065607 +doldrums n 2 2 @ ; 2 0 14012667 11447691 +dole n 2 1 @ 2 0 13285855 01088304 +dolefulness n 1 2 @ + 1 0 07532832 +dolichocephalic n 1 1 @ 1 0 10024025 +dolichocephalism n 1 1 @ 1 0 05212493 +dolichocephaly n 1 1 @ 1 0 05212493 +dolichonyx n 1 3 @ #m %m 1 0 01573775 +dolichonyx_oryzivorus n 1 2 @ #m 1 0 01573898 +dolichos n 1 2 @ #m 1 0 12527391 +dolichos_biflorus n 1 2 @ #m 1 0 12547872 +dolichos_lablab n 1 2 @ #m 1 0 12537569 +dolichos_lignosus n 1 2 @ #m 1 0 12527081 +dolichotis n 1 3 @ #m %m 1 0 02364989 +dolichotis_patagonum n 1 2 @ #m 1 0 02365108 +doliolidae n 1 3 @ #m %m 1 0 01469886 +doliolum n 1 2 @ #m 1 0 01470145 +doll n 2 2 @ ~ 2 1 03219135 09989045 +doll's_eyes n 1 1 @ 1 0 11724363 +doll's_house n 2 1 @ 2 0 03219483 03219362 +dollar n 4 4 @ ~ %p ; 4 2 13661273 13395897 13391967 06821581 +dollar_bill n 1 2 @ ; 1 1 13395897 +dollar_diplomacy n 1 1 @ 1 0 07148828 +dollar_mark n 2 1 @ 2 0 06821581 06821422 +dollar_sign n 2 1 @ 2 1 06821581 06821422 +dollar_volume n 1 1 @ 1 1 05112308 +dollarfish n 2 3 @ ~ #m 2 0 02633422 02578233 +dollhouse n 2 1 @ 2 0 03219483 03219362 +dollop n 1 1 @ 1 0 13772020 +dolly n 3 2 @ ~ 3 0 03219732 03219612 03219135 +dolman n 2 2 @ %p 2 0 03219966 03219859 +dolman_jacket n 1 2 @ %p 1 0 03219966 +dolman_sleeve n 1 2 @ #p 1 0 03220095 +dolmas n 1 1 @ 1 0 07866409 +dolmen n 1 1 @ 1 0 03220237 +dolobid n 1 3 @ %s ; 1 0 03195118 +dolomite n 2 3 @ %s + 2 0 14838055 14673747 +dolomite_alps n 1 2 @ #p 1 0 09268592 +dolophine_hydrochloride n 1 1 @ 1 0 03754014 +dolor n 1 3 @ + ; 1 0 07535532 +dolour n 1 2 @ ; 1 0 07535532 +dolphin n 2 5 @ ~ #m %p ; 2 0 02581957 02068974 +dolphin_kick n 1 2 @ #p 1 0 00574790 +dolphin_oil n 1 1 @ 1 0 14996709 +dolphin_striker n 1 1 @ 1 0 03220401 +dolphinfish n 2 6 @ ~ #m #p %p ; 2 0 07778938 02581957 +dolt n 1 2 @ ~ 1 0 10667187 +dom_pedro n 1 1 @ 1 0 07912093 +domain n 5 4 @ ~ #p ; 5 2 14514039 08556491 08000118 07965937 05999266 +domain_name n 1 2 @ ; 1 0 06845303 +domain_of_a_function n 1 2 @ ; 1 0 08000118 +domatium n 1 1 @ 1 0 11533999 +dombeya n 1 2 @ #m 1 0 12197901 +dome n 4 2 @ ~ 4 0 13872072 05539454 03220692 03220513 +domed_stadium n 1 1 @ 1 0 03220692 +domenikos_theotocopoulos n 1 1 @ 1 0 10956377 +domesday_book n 1 1 @ 1 0 06503386 +domestic n 1 2 @ ~ 1 0 10024119 +domestic_animal n 1 2 @ ~ 1 1 01317541 +domestic_ass n 1 3 @ ~ #m 1 0 02389559 +domestic_carp n 1 4 @ ~ #m %p 1 0 01439808 +domestic_cat n 1 3 @ ~ #m 1 0 02121808 +domestic_dog n 1 4 @ ~ #m %p 1 0 02084071 +domestic_flight n 1 2 ! @ 1 0 00301728 +domestic_fowl n 1 4 @ ~ #m %p 1 0 01789740 +domestic_goat n 1 2 @ ~ 1 0 02417070 +domestic_help n 1 2 @ ~ 1 0 10024119 +domestic_llama n 1 2 @ #m 1 0 02437971 +domestic_partner n 1 2 @ ~ 1 0 10024362 +domestic_pigeon n 1 3 @ ~ %p 1 0 01814370 +domestic_prelate n 1 2 @ ; 1 0 10024621 +domestic_relations_court n 1 1 @ 1 0 08332090 +domestic_science n 1 1 @ 1 0 06149344 +domestic_sheep n 1 4 @ ~ #m %p 1 0 02413131 +domestic_silkworm_moth n 1 2 @ #m 1 0 02300554 +domestic_terrorism n 1 2 @ ; 1 0 00763787 +domestic_violence n 1 1 @ 1 0 00965718 +domesticated_animal n 1 2 @ ~ 1 0 01317541 +domesticated_silkworm_moth n 1 2 @ #m 1 0 02300554 +domestication n 3 2 @ = 3 0 13468954 04905842 00194257 +domesticity n 2 3 @ = + 2 0 05209113 00409075 +domicile n 2 5 @ ~ %p + ; 2 0 08559155 03259505 +domiciliation n 1 2 @ + 1 0 03195485 +dominance n 4 4 @ ~ + ; 4 2 04998417 14441825 11413800 05196582 +dominant n 2 3 @ + ; 2 0 06858266 05438130 +dominant_allele n 1 1 @ 1 0 05438130 +dominant_gene n 1 1 @ 1 0 05437600 +domination n 2 3 @ ~ + 2 2 01128390 14442530 +dominatrix n 1 1 @ 1 0 10024784 +domine n 1 1 @ 1 0 10025060 +dominee n 1 1 @ 1 0 10025060 +domineeringness n 1 2 @ + 1 0 04888788 +domingo n 1 1 @ 1 0 10938199 +domingo_de_guzman n 1 2 @ ; 1 0 10938363 +dominic n 1 2 @ ; 1 0 10938363 +dominica n 2 4 @ #m #p %p 2 0 08763193 08763010 +dominican n 2 3 @ ~ #m 2 0 10778345 10024937 +dominican_dollar n 1 1 @ 1 0 13673080 +dominican_mahogany n 1 2 @ #m 1 0 12699922 +dominican_monetary_unit n 1 2 @ ~ 1 0 13692151 +dominican_order n 1 2 @ %m 1 0 08149160 +dominican_peso n 1 2 @ %p 1 0 13692278 +dominican_republic n 1 5 @ #m #p %m %p 1 1 08752021 +dominick n 1 1 @ 1 0 01793565 +dominicus n 1 2 @ #p 1 0 15163797 +dominie n 1 1 @ 1 0 10025060 +dominion n 3 3 @ ~ + 3 1 14442933 08552138 08167249 +dominion_day n 1 3 @ #p ; 1 0 15200314 +dominique n 1 1 @ 1 0 01793565 +domino n 4 3 @ ~ #p 4 0 10938640 03221205 03221059 03220802 +domino_effect n 1 2 @ ; 1 0 11414041 +domino_theory n 1 1 @ 1 0 06217464 +dominoes n 1 1 @ 1 0 00499477 +dominos n 1 1 @ 1 0 00499477 +dominus n 1 1 @ 1 0 10025060 +domitian n 1 1 @ 1 0 10938821 +domoic_acid n 1 1 @ 1 0 14591901 +don n 6 3 @ #p ; 6 1 10025195 10464542 10025295 09508975 09268778 06340395 +don't-know n 1 2 @ ; 1 0 10026367 +don_budge n 1 1 @ 1 0 10870440 +don_juan n 2 2 @ ; 2 0 10939475 10025487 +don_luchino_visconti_conte_di_modrone n 1 1 @ 1 0 11367581 +don_marquis n 1 1 @ 1 0 11158364 +don_quixote n 2 1 @ 2 1 09598370 10026261 +don_river n 1 2 @ #p 1 0 09268778 +dona n 1 2 @ ; 1 0 06340563 +donald_arthur_glaser n 1 1 @ 1 0 11001848 +donald_barthelme n 1 1 @ 1 0 10836413 +donald_duck n 1 1 @ 1 0 02452225 +donald_glaser n 1 1 @ 1 0 11001848 +donald_robert_perry_marquis n 1 1 @ 1 0 11158364 +donar n 1 1 @ 1 0 09585650 +donatello n 1 1 @ 1 0 10939040 +donation n 2 3 @ ~ + 2 2 13270038 01089778 +donatism n 1 2 @ + 1 0 06228086 +donatist n 1 2 @ + 1 0 10025391 +donato_bramante n 1 1 @ 1 0 10862507 +donato_d'agnolo_bramante n 1 1 @ 1 0 10862507 +donato_di_betto_bardi n 1 1 @ 1 0 10939040 +donatus n 1 1 @ 1 0 10939187 +donbas n 1 2 @ #p 1 0 09016232 +donbass n 1 2 @ #p 1 0 09016232 +donee n 1 2 @ ~ 1 0 09850121 +donets_basin n 1 2 @ #p 1 0 09016232 +donetsk n 1 2 @ #p 1 0 09016099 +donetske n 1 2 @ #p 1 0 09016099 +dong n 1 2 @ %p 1 0 13674890 +dongle n 1 2 @ ; 1 0 03221351 +donizetti n 1 1 @ 1 0 10939360 +donjon n 1 3 @ ~ #p 1 0 03610098 +donkey n 2 3 @ ~ #m 2 0 06881360 02389559 +donkey_boiler n 1 2 @ ; 1 0 02762725 +donkey_cart n 1 1 @ 1 0 03981924 +donkey_engine n 2 2 @ ; 2 0 04373428 02762909 +donkey_jacket n 1 1 @ 1 0 03221540 +donkey_pump n 1 1 @ 1 0 02763083 +donkeywork n 1 1 @ 1 0 00621476 +donkin n 1 1 @ 1 0 10939630 +donna n 1 2 @ ; 1 0 10025635 +donne n 1 2 @ + 1 0 10939856 +donner_pass n 1 2 @ #p 1 0 09268927 +donor n 2 3 @ ~ ; 2 1 10025730 10026058 +donor_card n 1 1 @ 1 0 06477645 +donut n 1 2 @ ~ 1 0 07639069 +doo-wop n 1 1 @ 1 0 07061677 +doob n 1 2 @ #m 1 0 12115748 +doodad n 1 1 @ 1 0 03218545 +doodia n 2 3 @ #m %m 2 0 13185658 13185436 +doodle n 1 2 @ + 1 0 04155310 +doodlebug n 3 2 @ #m 3 0 03221643 02929923 02264232 +doodly-squat n 1 1 @ 1 0 13773047 +doofus n 1 2 @ ; 1 0 10013114 +doohickey n 1 1 @ 1 0 03218545 +doojigger n 1 1 @ 1 0 03218545 +doolittle n 1 1 @ 1 0 10940053 +doom n 1 2 @ + 1 1 07334206 +doomed n 1 2 @ + 1 1 07946694 +doomsday n 2 2 @ ; 2 0 15171307 07334206 +doomsday_book n 1 1 @ 1 0 06503386 +door n 5 4 @ ~ #p %p 5 3 03221720 03224032 05180881 03222318 03222176 +door_guard n 1 2 @ ~ 1 0 10026553 +door_latch n 1 1 @ 1 0 03645011 +door_prize n 1 1 @ 1 0 13268484 +doorbell n 1 2 @ ~ 1 1 03222516 +doorcase n 1 3 @ #p %p 1 0 03222722 +doorframe n 1 3 @ #p %p 1 0 03222722 +doorhandle n 1 3 @ #p ; 1 1 03222959 +doorjamb n 1 2 @ #p 1 0 03222857 +doorkeeper n 3 2 @ ~ 3 0 10742111 10026763 10026553 +doorknob n 1 3 @ #p ; 1 1 03222959 +doorknocker n 1 2 @ #p 1 0 03626760 +doorlock n 1 3 @ ~ #p 1 0 03223162 +doorman n 1 2 @ ~ 1 1 10026553 +doormat n 2 2 @ ~ 2 0 10771636 03223299 +doornail n 1 1 @ 1 0 03223441 +doorplate n 1 1 @ 1 0 03223553 +doorpost n 1 2 @ #p 1 0 03222857 +doorsill n 1 2 @ #p 1 0 03223686 +doorstep n 1 2 @ #p 1 0 03223686 +doorstop n 1 1 @ 1 0 03223923 +doorstopper n 1 1 @ 1 0 03223923 +doorway n 1 4 @ ~ #p %p 1 1 03224032 +dooryard n 1 1 @ 1 1 03224387 +dopa n 1 2 @ ~ 1 0 14604959 +dopamine n 1 1 @ 1 0 14838217 +dopastat n 1 2 @ ; 1 0 14838217 +dope n 4 5 @ ~ %s + ; 4 1 03990834 10039391 07927931 06636113 +dope_sheet n 1 1 @ 1 0 06596025 +doppelganger n 1 1 @ 1 0 09487692 +doppelzentner n 1 3 @ #p %p 1 0 13725271 +doppler n 1 1 @ 1 0 10940315 +doppler_effect n 1 1 @ 1 1 11513179 +doppler_radar n 1 1 @ 1 0 03224490 +doppler_shift n 1 1 @ 1 0 11513179 +dorado n 1 1 @ 1 0 09269174 +dorbeetle n 1 1 @ 1 0 02172761 +dorian n 2 1 @ 2 0 09710886 08160808 +dorian_order n 1 1 @ 1 0 04698998 +doric n 1 1 @ 1 0 06978068 +doric_dialect n 1 1 @ 1 0 06978068 +doric_order n 1 1 @ 1 0 04698998 +doriden n 1 2 @ ; 1 0 03441778 +doris n 2 3 @ #p ; 2 0 09559071 08783444 +doris_lessing n 1 1 @ 1 0 11129478 +doris_may_lessing n 1 1 @ 1 0 11129478 +dork n 1 2 @ ~ 1 0 10221040 +dorking n 1 1 @ 1 0 01790171 +dorm n 1 2 @ ~ 1 0 03224893 +dorm_room n 1 1 @ 1 0 03225108 +dormancy n 2 4 @ ~ = + 2 0 14011811 01064863 +dormant_account n 1 1 @ 1 0 13364602 +dormer n 1 1 @ 1 0 03224603 +dormer_window n 2 2 @ ~ 2 0 03224753 03224603 +dormition n 1 2 @ #p 1 0 15194194 +dormitory n 2 2 @ ~ 2 1 03224893 03225108 +dormitory_room n 1 1 @ 1 0 03225108 +dormouse n 1 3 @ ~ #m 1 0 02352591 +doronicum n 1 3 @ #m %m 1 0 11961686 +doroteo_arango n 1 1 @ 1 0 11366405 +dorothea_dix n 1 1 @ 1 0 10937611 +dorothea_lange n 1 1 @ 1 0 11116466 +dorothea_lynde_dix n 1 1 @ 1 0 10937611 +dorotheanthus n 1 3 @ #m %m 1 0 11819751 +dorotheanthus_bellidiformis n 1 2 @ #m 1 0 11819912 +dorothy_dix n 1 1 @ 1 0 11000469 +dorothy_hodgkin n 1 1 @ 1 0 11053817 +dorothy_l._sayers n 1 1 @ 1 0 11283682 +dorothy_leigh_sayers n 1 1 @ 1 0 11283682 +dorothy_mary_crowfoot_hodgkin n 1 1 @ 1 0 11053817 +dorothy_parker n 1 1 @ 1 0 11222759 +dorothy_rothschild_parker n 1 1 @ 1 0 11222759 +dorothy_sayers n 1 1 @ 1 0 11283682 +dorsal_fin n 1 1 @ 1 0 02466400 +dorsal_horn n 1 2 @ #p 1 0 05365633 +dorsal_root n 1 2 @ #p 1 0 05365633 +dorsal_scapular_vein n 1 1 @ 1 0 05365420 +dorsal_vertebra n 1 2 @ #p 1 0 05589132 +dorsiflexion n 1 1 @ 1 0 00405892 +dorsum n 2 4 @ #p %p + 2 0 05558717 05557500 +dortmund n 1 3 @ #m #p 1 0 08770718 +dory n 3 4 @ ~ #m %p 3 0 03199901 02557749 01452798 +dorylinae n 1 3 @ #m %m 1 0 02220393 +doryopteris n 1 3 @ #m %m 1 0 13210827 +doryopteris_pedata n 1 2 @ #m 1 0 13211020 +dos n 2 3 @ ~ %p 2 0 08137738 06568422 +dos_passos n 1 1 @ 1 0 10940474 +dosage n 2 3 @ ~ + 2 1 13772106 03225238 +dose n 4 3 @ ~ + 4 2 03225238 13772106 14133159 02675657 +dose_rate n 1 1 @ 1 0 15277358 +dosemeter n 1 1 @ 1 0 03225458 +dosimeter n 1 1 @ 1 0 03225458 +dosimetry n 1 1 @ 1 0 01002165 +dossal n 1 1 @ 1 0 03225616 +dossel n 1 1 @ 1 0 03225616 +dosser n 1 2 @ + 1 0 10026976 +dosshouse n 1 1 @ 1 0 03367321 +dossier n 1 1 @ 1 0 06503551 +dostoevski n 1 2 @ + 1 0 10940669 +dostoevsky n 1 1 @ 1 0 10940669 +dostoyevsky n 1 2 @ + 1 0 10940669 +dot n 4 4 @ #p %p + 4 1 13911872 08143653 06805826 02675657 +dot-com n 1 2 @ + 1 0 08002384 +dot_com n 1 1 @ 1 0 08002384 +dot_com_company n 1 1 @ 1 0 08002384 +dot_matrix n 1 1 @ 1 0 08267956 +dot_matrix_printer n 1 2 @ ~ 1 0 03225777 +dot_printer n 1 2 @ ~ 1 0 03225777 +dot_product n 1 1 @ 1 0 05864884 +dotage n 1 1 @ 1 0 15154190 +dotard n 1 2 @ + 1 0 10027105 +dotrel n 1 2 @ #m 1 0 02024185 +dotted_gayfeather n 1 1 @ 1 0 11991549 +dotted_line n 1 1 @ 1 0 06800344 +dotterel n 1 2 @ #m 1 0 02024185 +dottle n 1 1 @ 1 0 14838539 +douala n 1 2 @ #p 1 0 08717629 +douay-rheims_bible n 1 1 @ 1 0 06448868 +douay-rheims_version n 1 1 @ 1 0 06448868 +douay_bible n 1 1 @ 1 0 06448868 +douay_version n 1 1 @ 1 0 06448868 +double n 5 4 @ ~ #p + 5 1 00132756 10666846 10027246 05860200 00803394 +double-bitted_ax n 1 1 @ 1 0 03226090 +double-bitted_axe n 1 1 @ 1 0 03226090 +double-blind_experiment n 1 1 @ 1 0 00178177 +double-blind_procedure n 1 1 @ 1 0 00178177 +double-blind_study n 1 1 @ 1 0 00178177 +double-bogey n 1 3 @ + ; 1 0 13595699 +double-breasted_jacket n 1 2 @ #p 1 0 03226375 +double-breasted_suit n 1 2 @ %p 1 0 03226538 +double-crosser n 1 3 @ ~ + 1 1 10027590 +double-crossing n 1 2 @ + 1 1 00749991 +double-dealer n 1 2 @ ~ 1 0 10027590 +double-dealing n 1 2 @ + 1 0 00753240 +double-decker n 1 5 @ ~ #m %p - 1 0 02924116 +double-entry_bookkeeping n 1 1 @ 1 0 00619578 +double-hung_window n 1 2 @ %p 1 0 03227184 +double-magnum n 1 1 @ 1 0 03595409 +double-prop n 1 1 @ 1 0 03227505 +double-propeller_plane n 1 1 @ 1 0 03227505 +double-reed_instrument n 1 3 @ ~ %p 1 0 03228016 +double-spacing n 1 1 @ 1 0 06402770 +double-u n 1 2 @ #m 1 0 06833544 +double_agent n 1 1 @ 1 0 10027476 +double_bar n 1 1 @ 1 0 06864900 +double_bass n 1 1 @ 1 1 02803934 +double_bassoon n 1 1 @ 1 0 03096439 +double_bed n 1 1 @ 1 0 03225988 +double_bind n 1 2 @ ; 1 0 05686272 +double_blind n 1 1 @ 1 0 00793844 +double_boiler n 1 1 @ 1 0 03226254 +double_bond n 1 1 @ 1 0 11437823 +double_check n 1 2 @ + 1 0 05738894 +double_chin n 1 1 @ 1 0 05599769 +double_clinch n 1 1 @ 1 0 03226660 +double_cream n 1 1 @ 1 0 07851443 +double_creme n 1 1 @ 1 0 07847585 +double_crochet n 1 2 @ + 1 0 03226743 +double_cross n 1 2 @ + 1 0 00749991 +double_dagger n 1 1 @ 1 0 06828662 +double_damages n 1 1 @ 1 0 13292104 +double_date n 1 2 @ + 1 0 08385602 +double_decomposition n 1 2 @ ~ 1 0 13469066 +double_decomposition_reaction n 1 2 @ ~ 1 0 13469066 +double_digit n 1 1 @ 1 0 13746419 +double_dipper n 1 1 @ 1 0 10027798 +double_dipping n 1 1 @ 1 0 13255713 +double_door n 1 1 @ 1 0 03226880 +double_dribble n 1 2 @ ; 1 0 00478855 +double_dutch n 2 2 @ ; 2 0 06610436 00485815 +double_eagle n 2 2 @ ; 2 0 13596106 13392357 +double_entendre n 1 1 @ 1 1 06605780 +double_entry n 1 1 @ 1 0 00619578 +double_fault n 1 2 @ ; 1 0 00071546 +double_feature n 1 2 @ %p 1 0 00460951 +double_first n 1 2 @ ; 1 0 06700325 +double_flat n 1 1 @ 1 0 06867057 +double_glazing n 1 1 @ 1 0 03227010 +double_gloucester n 1 1 @ 1 0 07853345 +double_gold n 1 2 @ #m 1 0 12009047 +double_helix n 1 1 @ 1 0 13876753 +double_indemnity n 1 1 @ 1 0 06393620 +double_jeopardy n 1 2 @ ; 1 0 01198068 +double_knit n 1 1 @ 1 0 03227317 +double_leg_circle n 1 1 @ 1 0 00435182 +double_negative n 2 1 @ 2 0 07205439 07205308 +double_obelisk n 1 1 @ 1 0 06828662 +double_play n 1 1 @ 1 1 00564373 +double_pneumonia n 1 1 @ 1 0 14148411 +double_quotes n 1 1 @ 1 0 06844509 +double_reed n 2 4 @ ~ #p %p 2 0 03228016 03227856 +double_refraction n 1 1 @ 1 0 11503482 +double_replacement_reaction n 1 1 @ 1 0 13469317 +double_reverse n 1 1 @ 1 0 00560141 +double_rhyme n 1 1 @ 1 0 07097707 +double_salt n 1 2 @ ~ 1 0 15011987 +double_saucepan n 1 1 @ 1 0 03226254 +double_sharp n 1 1 @ 1 0 06866757 +double_standard n 1 2 @ ~ 1 1 06669513 +double_standard_of_sexual_behavior n 1 1 @ 1 0 06669673 +double_star n 1 2 @ ~ 1 0 09221070 +double_stitch n 1 2 @ + 1 0 03226743 +double_stopping n 1 1 @ 1 0 00102039 +double_take n 1 1 @ 1 0 00863417 +double_talk n 1 1 @ 1 0 06610897 +double_time n 2 1 @ 2 0 15283327 13279913 +double_vision n 1 1 @ 1 0 14153285 +doubleheader n 1 2 @ %p 1 1 00460951 +doubler n 1 1 @ 1 0 03227721 +doubles n 2 1 @ 2 0 00483605 00483508 +doublespeak n 1 1 @ 1 0 06761482 +doublet n 1 1 @ 1 0 03228254 +doublethink n 1 1 @ 1 0 05726237 +doubleton n 1 2 @ ; 1 0 13743869 +doubletree n 1 1 @ 1 0 03228365 +doubling n 2 3 @ #p + 2 0 13469526 00803394 +doubloon n 1 1 @ 1 0 13392896 +doubly_transitive_verb n 1 1 @ 1 0 06331477 +doubly_transitive_verb_form n 1 1 @ 1 0 06331477 +doubt n 2 3 @ ~ + 2 2 05698247 04757522 +doubter n 2 3 @ ~ + 2 0 10604634 09779124 +doubtfulness n 2 3 @ ~ + 2 0 05698247 04757522 +doubting_thomas n 2 1 @ 2 0 11338796 10027953 +douche n 2 2 @ + 2 0 03228533 00695717 +douche_bag n 1 1 @ 1 0 03228533 +dough n 2 4 @ ~ %s + 2 2 07860988 13385216 +doughboy n 2 1 @ 2 0 10205138 07638898 +doughnut n 2 2 @ ~ 2 0 13875392 07639069 +douglas n 1 1 @ 1 0 10941206 +douglas_elton_fairbanks n 1 1 @ 1 0 10965361 +douglas_fairbanks n 1 1 @ 1 0 10965361 +douglas_fairbanks_jr. n 1 1 @ 1 0 10965550 +douglas_fir n 2 5 @ ~ #m #s %s 2 0 11628678 11628456 +douglas_hemlock n 1 1 @ 1 0 11628793 +douglas_macarthur n 1 1 @ 1 0 11146670 +douglas_moore n 1 1 @ 1 0 11190024 +douglas_pine n 1 1 @ 1 0 11628793 +douglas_spruce n 1 1 @ 1 0 11628793 +douglas_squirrel n 1 1 @ 1 0 02357585 +douglass n 1 1 @ 1 0 10941515 +doula n 1 1 @ 1 0 10241024 +doura n 1 1 @ 1 0 12137791 +dourah n 1 1 @ 1 0 12137791 +douroucouli n 1 2 @ #m 1 0 02492356 +dousing n 1 2 @ + 1 0 00277569 +dove n 5 4 ! @ ~ #p 5 1 01812337 10028123 09250551 07646403 06881494 +dove's_foot_geranium n 1 1 @ 1 0 12687044 +dovecote n 1 1 @ 1 0 03228692 +dovekie n 1 2 @ #m 1 0 02046171 +dover n 1 2 @ #p 1 0 09070233 +dover's_powder n 1 1 @ 1 0 03228796 +dovetail n 1 2 @ + 1 0 03228967 +dovetail_joint n 1 1 @ 1 0 03228967 +dovetail_plane n 1 1 @ 1 0 03229115 +dovishness n 1 4 ! @ ~ + 1 0 06221485 +dovyalis n 1 3 @ #m %m 1 0 12378546 +dovyalis_caffra n 1 3 @ #m %p 1 0 12378753 +dovyalis_hebecarpa n 1 3 @ #m %p 1 0 12378963 +dow-jones_industrial_average n 1 1 @ 1 0 06640533 +dow_jones n 1 1 @ 1 0 06640533 +dowager n 1 1 @ 1 0 10028289 +dowager's_hump n 1 1 @ 1 0 14505469 +dowdiness n 1 2 @ + 1 0 04816528 +dowding n 1 1 @ 1 0 10941714 +dowdy n 2 1 @ 2 0 10941714 07623363 +dowel n 1 1 @ 1 0 03229244 +dowel_pin n 1 1 @ 1 0 03229244 +doweling n 1 1 @ 1 1 00148762 +dower n 2 2 @ + 2 0 13265425 13264203 +dowery n 1 2 @ + 1 0 13265425 +dowitcher n 1 3 @ ~ #m 1 0 02033041 +dowland n 1 1 @ 1 0 10941992 +down n 5 4 @ ~ + ; 5 2 01896561 00458286 10942144 09269341 05255692 +down's_syndrome n 1 1 @ 1 0 14159623 +down-and-out n 1 2 @ + 1 0 10028402 +down-bow n 1 1 @ 1 0 00547960 +down_easter n 1 1 @ 1 0 09743487 +down_feather n 1 2 @ ~ 1 0 01896561 +down_payment n 1 2 @ ~ 1 0 13349834 +down_quark n 1 1 @ 1 0 09269573 +down_syndrome n 1 1 @ 1 0 14159623 +down_town n 1 2 @ #p 1 0 08543496 +downbeat n 1 1 @ 1 0 07086972 +downcast n 1 1 @ 1 0 03229420 +downdraft n 1 1 @ 1 0 11522730 +downer n 1 3 @ ~ + 1 0 04166553 +downfall n 3 3 @ ~ %p 3 1 07318133 11494638 07427728 +downgrade n 1 1 @ 1 0 05069085 +downheartedness n 1 2 @ + 1 0 07537668 +downhill n 2 2 @ + 2 0 09269472 07463872 +downiness n 1 2 @ + 1 0 04938838 +downing n 1 1 @ 1 0 10942279 +downing_street n 2 2 @ #p 2 0 08875972 08052330 +downpour n 1 1 @ 1 1 11502102 +downrightness n 1 2 @ + 1 0 04918498 +downshift n 2 1 @ 2 0 00169147 00169047 +downside n 1 1 @ 1 0 05852819 +downsizing n 1 1 @ 1 0 00192910 +downslope n 1 2 @ ~ 1 0 09265620 +downspin n 1 1 @ 1 0 00266560 +downstage n 1 2 @ #p 1 0 03229526 +downstroke n 1 1 @ 1 0 06799485 +downswing n 2 2 @ ~ 2 0 00571956 00266401 +downtick n 1 2 ! @ 1 0 01110811 +downtime n 1 2 ! @ 1 0 15117621 +downtown n 1 3 @ ~ + 1 1 08539072 +downturn n 1 2 @ ~ 1 0 00266401 +downy_ash n 1 2 @ ~ 1 0 12305475 +downy_birch n 1 2 @ #m 1 0 12282737 +downy_brome n 1 1 @ 1 0 12111399 +downy_bromegrass n 1 1 @ 1 0 12111399 +downy_cheat n 1 1 @ 1 0 12111399 +downy_chess n 1 1 @ 1 0 12111399 +downy_ground_cherry n 1 1 @ 1 0 12910676 +downy_haw n 1 2 @ #m 1 0 12628356 +downy_manzanita n 1 1 @ 1 0 12232503 +downy_mildew n 1 3 @ ~ #m 1 0 12980840 +downy_poplar n 1 1 @ 1 0 12733428 +downy_wood_mint n 1 2 @ #m 1 0 12842642 +downy_woodpecker n 1 1 @ 1 0 01839330 +downy_yellow_violet n 1 1 @ 1 0 12389727 +dowry n 1 1 @ 1 1 13265425 +dowse n 1 2 @ + 1 0 05776679 +dowser n 2 2 @ + 2 0 10770891 03216199 +dowsing n 1 2 @ + 1 0 05776679 +dowsing_rod n 1 1 @ 1 0 03216199 +doxastic_logic n 1 1 @ 1 0 06166394 +doxazosin n 1 1 @ 1 0 03229656 +doxepin n 1 1 @ 1 0 03229905 +doxepin_hydrochloride n 1 1 @ 1 0 03229905 +doxology n 1 2 @ #p 1 0 07036203 +doxorubicin n 1 1 @ 1 0 03230149 +doxy n 1 2 @ ~ 1 0 09952393 +doxycycline n 1 1 @ 1 0 03230247 +doyen n 1 1 @ 1 0 09997068 +doyenne n 1 1 @ 1 0 10028541 +doyley n 1 1 @ 1 0 03219010 +doyly n 1 1 @ 1 0 03219010 +doze n 1 2 @ + 1 0 00858849 +dozen n 1 3 @ ~ + 1 1 13746785 +dozens n 1 1 @ 1 1 13777509 +dozer n 1 2 @ ~ 1 0 02916179 +dp n 1 1 @ 1 0 10017890 +dph n 1 1 @ 1 0 06704366 +dphil n 1 1 @ 1 0 06704295 +dprk n 1 4 @ #p %p - 1 0 08955082 +dpt_vaccine n 1 1 @ 1 0 03230446 +dr. n 2 3 @ ~ #m 2 0 10021892 10020890 +dr._j n 1 1 @ 1 0 10960772 +dr._johnson n 1 1 @ 1 0 11088622 +dr._seuss n 1 1 @ 1 0 10993636 +drab n 1 1 @ 1 0 04974463 +draba n 1 3 @ ~ #m 1 0 11885856 +draba_verna n 1 1 @ 1 0 11886157 +drabness n 1 2 @ + 1 0 04816528 +dracaena n 1 3 @ ~ #m 1 0 12479537 +dracaena_draco n 1 1 @ 1 0 12479689 +dracaenaceae n 1 2 @ #m 1 0 12479066 +dracenaceae n 1 2 @ #m 1 0 12479066 +drachm n 3 3 @ #p %p 3 0 13722340 13621190 13618629 +drachma n 2 3 @ #p %p 2 0 13722340 13675218 +draco n 3 4 @ #m %m + 3 0 10942675 09269717 01688428 +dracocephalum n 1 3 @ #m %m 1 0 12846143 +dracocephalum_parviflorum n 1 2 @ #m 1 0 12846335 +dracontium n 1 2 @ #m 1 0 11788039 +dracula n 2 2 @ #m 2 0 12059851 09592272 +dracunculiasis n 1 1 @ 1 0 14176051 +dracunculidae n 1 3 @ #m %m 1 0 01933686 +dracunculus n 2 3 @ #m %m 2 0 11788223 01933834 +dracunculus_medinensis n 1 2 @ #m 1 0 01933988 +dracunculus_vulgaris n 1 2 @ #m 1 0 11788382 +draft n 11 4 @ ~ + ; 11 3 13377268 11522448 03230785 07883980 06390962 05135155 03230914 03230670 01157850 00840189 00115667 +draft_animal n 1 1 @ 1 0 01317294 +draft_beer n 1 1 @ 1 0 07887099 +draft_board n 1 1 @ 1 0 08383067 +draft_copy n 1 1 @ 1 0 06390962 +draft_dodger n 1 1 @ 1 0 10028638 +draft_evader n 1 1 @ 1 0 10028638 +draft_horse n 1 2 @ ~ 1 0 02386496 +draftee n 1 4 ! @ + ; 1 0 10028765 +drafter n 1 2 @ + 1 0 10028977 +drafting n 3 3 @ ~ + 3 2 00930736 00608037 00935940 +drafting_board n 1 1 @ 1 1 03231024 +drafting_instrument n 1 2 @ ~ 1 0 03231160 +drafting_table n 1 1 @ 1 0 03231368 +draftsman n 2 3 @ ~ + 2 0 10029269 10029068 +draftsmanship n 1 3 @ ~ + 1 0 00935940 +draftsperson n 1 1 @ 1 0 10029269 +drag n 6 5 @ ~ #p + ; 6 1 11504898 05690091 05206445 03231476 00837675 00114871 +drag_coefficient n 1 1 @ 1 0 13586831 +dragee n 3 1 @ 3 0 07605282 07605198 03231723 +dragger n 2 2 @ + 2 0 10492202 04476116 +dragnet n 2 1 @ 2 0 08433861 04475749 +dragoman n 1 1 @ 1 0 10029429 +dragon n 4 3 @ ~ #m 4 1 09494388 10029729 09269717 01688589 +dragon's_blood n 1 1 @ 1 0 14838677 +dragon's_eye n 1 2 @ #p 1 0 07766409 +dragon's_head n 1 2 @ #m 1 0 12846335 +dragon's_mouth n 1 2 @ #m 1 0 12046028 +dragon_arum n 1 2 @ #m 1 0 11788382 +dragon_lizard n 1 1 @ 1 0 01695060 +dragon_tree n 1 1 @ 1 0 12479689 +dragonet n 1 2 @ #m 1 0 02618827 +dragonfly n 1 1 @ 1 0 02268443 +dragonhead n 1 2 @ #m 1 0 12846335 +dragoon n 1 2 @ + 1 0 10029831 +dragunov n 1 1 @ 1 0 03231819 +drain n 4 4 @ ~ + ; 4 1 00396029 03232158 03231912 01062255 +drain_basket n 1 2 @ #p 1 0 03232543 +drainage n 1 2 @ + 1 1 00396029 +drainage_area n 1 2 @ ~ 1 0 08518940 +drainage_basin n 1 2 @ ~ 1 0 08518940 +drainage_ditch n 1 1 @ 1 1 03232309 +drainage_system n 1 1 @ 1 0 03232417 +drainboard n 1 1 @ 1 0 03232676 +draining_board n 1 1 @ 1 0 03232676 +drainpipe n 1 2 @ ~ 1 0 03231912 +drainplug n 1 1 @ 1 0 03232815 +drake n 2 1 @ 2 0 10942866 01847000 +dram n 3 3 @ #p %p 3 0 13722340 13719808 13699442 +drama n 4 7 @ ~ %p = + ; - 4 4 07007945 07290278 06376154 04626705 +drama_critic n 1 2 @ ~ 1 0 10030147 +dramamine n 1 2 @ ; 1 0 03198951 +dramatic_art n 1 4 @ ~ %p - 1 0 07006119 +dramatic_composition n 1 4 @ ~ #p %p 1 0 07007684 +dramatic_event n 1 2 @ ~ 1 0 07290278 +dramatic_irony n 1 2 @ ; 1 0 07102593 +dramatic_performance n 1 1 @ 1 0 00099267 +dramatic_play n 1 4 @ ~ %p ; 1 0 07007945 +dramatic_production n 1 1 @ 1 0 00099267 +dramatic_work n 1 4 @ ~ #p %p 1 0 07007684 +dramatics n 2 4 @ ~ %p - 2 1 00886456 07006119 +dramatis_personae n 1 3 @ ~ #m 1 0 08237863 +dramatisation n 2 3 @ ~ + 2 0 00930868 00899292 +dramatist n 1 3 @ ~ + 1 1 10030277 +dramatization n 2 3 @ ~ + 2 0 00930868 00899292 +dramaturgy n 1 5 @ ~ %p + - 1 0 07006119 +drambuie n 1 2 @ ; 1 0 07909593 +drape n 3 4 @ ~ %p + 3 1 03151077 04930139 03232923 +draper n 1 2 @ ~ 1 1 10032190 +drapery n 2 4 @ ~ %p + 2 1 03151077 03233123 +draught n 6 3 @ ~ + 6 2 07883980 00840189 11522448 05135155 03230670 00115667 +draught_beer n 1 1 @ 1 0 07887099 +draught_horse n 1 2 @ ~ 1 0 02386496 +draughts n 1 3 @ %p - 1 0 00502952 +draughtsman n 1 1 @ 1 0 10029269 +dravidian n 2 2 @ ~ 2 0 09673916 06979014 +dravidian_language n 1 2 @ ~ 1 0 06979014 +dravidic n 1 2 @ ~ 1 0 06979014 +draw n 9 4 @ ~ + ; 9 1 09269882 10032676 07353716 03233423 03233246 00572285 00559329 00497536 00115036 +draw_play n 1 2 @ ; 1 0 00559329 +draw_poker n 1 1 @ 1 0 00497536 +drawback n 1 2 @ ~ 1 0 05164521 +drawbar n 1 1 @ 1 0 03233624 +drawbridge n 1 1 @ 1 0 03233744 +drawee n 1 3 @ ~ + 1 0 10032342 +drawer n 3 5 @ ~ #p %p + 3 1 03233905 10032524 10029068 +drawers n 2 2 @ ; 2 0 03234164 02854739 +drawing n 6 3 @ ~ + 6 3 07003119 03234306 00935940 00508091 00392093 00115667 +drawing-room_car n 1 1 @ 1 0 03891664 +drawing_board n 1 1 @ 1 1 03231024 +drawing_card n 2 1 @ 2 0 10032676 03234795 +drawing_chalk n 1 1 @ 1 0 03234952 +drawing_ink n 1 1 @ 1 0 14917080 +drawing_lots n 1 1 @ 1 0 00180054 +drawing_off n 1 2 @ ~ 1 0 00392093 +drawing_paper n 1 2 @ ~ 1 1 14838821 +drawing_pin n 1 1 @ 1 0 04431745 +drawing_power n 1 1 @ 1 1 04689330 +drawing_room n 2 2 @ #p 2 1 03235042 03235180 +drawing_string n 1 3 @ ~ #p 1 0 03235560 +drawing_table n 1 1 @ 1 0 03231368 +drawknife n 1 1 @ 1 0 03235327 +drawl n 1 2 @ + 1 1 07131741 +drawler n 1 2 @ + 1 0 10032884 +drawn_butter n 1 2 @ ~ 1 0 07848771 +drawnwork n 1 1 @ 1 0 03235433 +drawshave n 1 1 @ 1 0 03235327 +drawstring n 1 3 @ ~ #p 1 0 03235560 +drawstring_bag n 1 3 @ ~ %p 1 0 03235796 +dray n 1 1 @ 1 0 03235979 +dray_horse n 1 2 @ ~ 1 0 02386496 +drayhorse n 1 1 @ 1 0 02386853 +dread n 1 3 @ ~ + 1 1 07521674 +dreadfulness n 1 3 @ ~ + 1 0 04782116 +dreadlock n 1 1 @ 1 0 05258743 +dreadnaught n 1 1 @ 1 0 03236093 +dreadnought n 1 1 @ 1 0 03236093 +dream n 6 4 @ ~ #p + 6 5 05768553 05768806 07484547 05632732 05700925 14459715 +dreamer n 3 3 @ ~ + 3 1 10032987 10196965 10062996 +dreaminess n 1 2 @ + 1 0 07516222 +dreaming n 2 4 @ ~ #p + 2 0 05768806 05768553 +dreamland n 1 1 @ 1 0 05631304 +dreamworld n 1 1 @ 1 0 05631304 +dreariness n 1 2 @ + 1 0 05206006 +dreck n 1 2 @ ; 1 0 04145735 +dred_scott n 1 1 @ 1 0 11288930 +dredge n 1 4 @ #p %p + 1 0 03236217 +dredger n 1 3 @ %p + 1 0 03236423 +dredging_bucket n 1 3 @ ~ #p 1 0 03236580 +dreg n 1 1 @ 1 0 13772971 +dregs n 1 3 @ ~ ; 1 1 09269972 +dreiser n 1 1 @ 1 0 10943115 +dreissena n 1 3 @ #m %m 1 0 01965404 +dreissena_polymorpha n 1 2 @ #m 1 0 01965529 +drenching n 1 1 @ 1 0 00277811 +drepanididae n 1 3 @ #m %m 1 0 01544544 +drepanis n 1 3 @ #m %m 1 0 01544877 +drepanocytic_anaemia n 1 1 @ 1 0 14168792 +drepanocytic_anemia n 1 1 @ 1 0 14168792 +dresden n 1 2 @ #p 1 0 08770932 +dress n 3 4 @ ~ %p + 3 2 03236735 02756098 02728440 +dress_blues n 1 2 @ ; 1 0 03237212 +dress_circle n 1 2 @ #p 1 0 03033019 +dress_code n 1 1 @ 1 0 06668611 +dress_hanger n 1 2 @ %p 1 0 03057920 +dress_hat n 1 1 @ 1 0 03237416 +dress_rack n 1 1 @ 1 0 03238762 +dress_rehearsal n 1 1 @ 1 0 00897365 +dress_shirt n 1 2 @ %p 1 0 03238879 +dress_shop n 1 1 @ 1 1 02879309 +dress_suit n 1 2 @ %p 1 0 03239054 +dress_uniform n 1 3 @ ~ ; 1 0 03239259 +dress_whites n 1 2 @ ; 1 0 03237212 +dressage n 1 4 @ ~ #p - 1 0 00288000 +dressed_ore n 1 1 @ 1 0 14837506 +dresser n 5 4 @ ~ %p + 5 1 03015254 10033225 10033082 03238586 03237340 +dressing n 7 3 @ ~ + 7 0 07832902 07678729 07434473 03237639 00828862 00828237 00696882 +dressing_case n 1 1 @ 1 0 03237839 +dressing_down n 1 1 @ 1 0 06713187 +dressing_gown n 1 1 @ 1 1 03237992 +dressing_room n 1 2 @ #p 1 1 03238131 +dressing_sack n 1 1 @ 1 0 03238286 +dressing_sacque n 1 1 @ 1 0 03238286 +dressing_station n 1 2 @ ; 1 0 03238407 +dressing_table n 1 1 @ 1 0 03238586 +dressmaker n 1 2 @ ~ 1 0 10033412 +dressmaker's_model n 1 1 @ 1 0 10033572 +dressmaking n 1 2 @ ~ 1 0 00608162 +drew n 1 1 @ 1 0 10943256 +drey n 1 1 @ 1 0 09270160 +dreyfus n 1 1 @ 1 0 10943405 +drib n 1 2 @ ~ 1 0 13771404 +dribble n 3 4 @ ~ + ; 3 0 07432559 05416678 00478647 +dribbler n 2 2 @ + 2 0 10033888 10033663 +dribbling n 1 4 @ ~ + ; 1 0 00478647 +driblet n 1 2 @ ~ 1 0 13771404 +dried_apricot n 1 1 @ 1 0 07752514 +dried_fruit n 1 2 @ ~ 1 0 07752377 +dried_milk n 1 2 @ ~ 1 0 07846143 +drier n 2 3 @ ~ + 2 0 14779796 03251766 +drift n 7 4 @ ~ + ; 7 2 11447851 13469674 13469893 09270233 06197664 05922651 03239399 +drift_ice n 1 1 @ 1 0 09270414 +drift_net n 1 1 @ 1 0 03239607 +driftage n 1 3 @ + ; 1 0 07366799 +drifter n 1 3 @ ~ + 1 0 10744544 +driftfish n 2 2 @ #m 2 0 02634545 02634285 +drifting n 1 2 @ + 1 0 00297404 +driftwood n 1 1 @ 1 0 14837678 +drill n 4 5 @ ~ %p + ; 4 0 03239726 02487079 00894552 00894359 +drill_bit n 1 2 @ ~ 1 0 03240327 +drill_hole n 1 3 @ ~ ; 1 0 02875233 +drill_instructor n 1 2 @ ; 1 0 10034020 +drill_master n 1 2 @ ; 1 0 10034020 +drill_press n 1 2 @ %p 1 0 03240892 +drill_rig n 1 2 @ ~ 1 0 03241093 +drill_rod n 1 1 @ 1 0 14837786 +drill_site n 1 1 @ 1 0 03241236 +drill_steel n 1 1 @ 1 0 14837786 +drilling n 2 2 @ + 2 0 00942799 00923130 +drilling_bit n 1 2 @ ~ 1 0 03240327 +drilling_fluid n 1 1 @ 1 0 14838951 +drilling_mud n 1 1 @ 1 0 14838951 +drilling_pipe n 1 1 @ 1 0 03240482 +drilling_platform n 1 1 @ 1 0 03240683 +drilling_rig n 1 2 @ ~ 1 0 03241093 +drimys n 1 3 @ #m %m 1 0 11739809 +drimys_winteri n 1 3 @ #m %p 1 0 11739978 +drink n 5 4 @ ~ + ; 5 3 07885223 00748515 07881800 09270508 00839778 +drinkable n 1 2 @ ~ 1 0 07881800 +drinker n 2 4 ! @ ~ + 2 1 10034614 10034201 +drinking n 2 3 @ ~ + 2 2 00843128 00748515 +drinking_age n 1 2 @ #p 1 0 15152531 +drinking_bout n 1 1 @ 1 0 00748834 +drinking_chocolate n 1 2 @ %s 1 0 07922764 +drinking_fountain n 1 1 @ 1 0 03241335 +drinking_glass n 1 3 @ ~ %p 1 0 03438257 +drinking_song n 1 1 @ 1 0 07050827 +drinking_straw n 1 1 @ 1 0 04334232 +drinking_vessel n 1 2 @ ~ 1 0 03241496 +drinking_water n 1 2 @ ~ 1 1 07936263 +drip n 3 4 @ ~ + ; 3 0 07432559 07383323 03241660 +drip_coffee n 1 1 @ 1 0 07919894 +drip_culture n 1 1 @ 1 0 00919201 +drip_feed n 1 1 @ 1 0 00695160 +drip_loop n 1 2 @ #p 1 0 03241903 +drip_mat n 1 2 @ ~ 1 0 03242120 +drip_mold n 1 3 @ ~ ; 1 0 03241660 +drip_mould n 1 3 @ ~ ; 1 0 03241660 +drip_pan n 2 2 @ #p 2 0 03242390 03242264 +drip_pot n 1 1 @ 1 0 03242506 +drippage n 1 1 @ 1 0 07407459 +drippiness n 2 3 @ ~ + 2 0 05010506 04627506 +dripping n 2 1 @ 2 0 07407459 07383323 +dripping_pan n 1 1 @ 1 0 03242390 +drippings n 1 2 @ + 1 0 07673249 +dripstone n 2 2 @ #s 2 0 14936630 03242595 +drive n 12 5 @ ~ %p + ; 12 8 00103834 03242995 00798245 03244388 04835724 00572489 00317594 00307631 14035298 03243218 03242713 00567044 +drive-by_killing n 1 1 @ 1 0 00219738 +drive-by_shooting n 1 1 @ 1 0 00225361 +drive-in n 1 1 @ 1 0 03243501 +drive_line n 1 3 @ #p %p 1 0 03243625 +drive_line_system n 1 3 @ #p %p 1 0 03243625 +drivel n 2 3 @ ~ + 2 0 06612266 05416678 +driveller n 2 2 @ + 2 0 10034785 10033663 +driven_well n 1 1 @ 1 0 03243903 +driver n 5 5 ! @ ~ + ; 5 1 10034906 10035430 10035314 06574473 03244047 +driver's_licence n 1 1 @ 1 0 06550206 +driver's_license n 1 1 @ 1 0 06550206 +driver_ant n 1 2 @ #m 1 0 02220518 +driveshaft n 1 2 @ #p 1 0 03244231 +driveway n 1 2 @ %p 1 1 03244388 +driving n 2 4 @ ~ + - 2 0 00572489 00298497 +driving_axle n 1 2 @ #p 1 0 03678879 +driving_belt n 1 1 @ 1 0 03244660 +driving_force n 1 2 @ ~ 1 1 00103834 +driving_iron n 1 2 @ ; 1 0 03244775 +driving_licence n 1 1 @ 1 0 06550206 +driving_license n 1 1 @ 1 0 06550206 +driving_range n 1 2 @ ; 1 0 03447224 +driving_school n 1 1 @ 1 0 08279184 +driving_wheel n 1 2 @ #p 1 0 03244919 +drixoral n 1 1 @ 1 0 03245075 +drizzle n 1 2 @ + 1 1 11502322 +drms n 1 2 @ #p 1 0 08341551 +drogheda n 1 3 @ #p ; 1 0 01277755 +drogue n 4 2 @ #p 4 0 07262354 07257582 04158457 03245271 +drogue_chute n 1 1 @ 1 0 03245271 +drogue_parachute n 2 1 @ 2 0 03245421 03245271 +drollery n 2 1 @ 2 0 06781383 00515069 +dromaeosaur n 1 2 @ #m 1 0 01717860 +dromaeosauridae n 1 3 @ #m %m 1 0 01717666 +dromaius n 1 3 @ #m %m 1 0 01519719 +dromaius_novaehollandiae n 1 2 @ #m 1 0 01519873 +drome n 1 3 @ ~ %p 1 0 02692232 +dromedary n 1 1 @ 1 0 02437312 +dronabinol n 1 1 @ 1 0 03245553 +drone n 5 4 @ ~ #p + 5 2 02207179 07084560 09993252 03245889 03245724 +drone_pipe n 1 2 @ #p 1 0 03245724 +droning n 1 2 @ + 1 0 07084560 +drool n 2 3 @ + ; 2 0 06611147 05416678 +drooler n 1 2 @ + 1 0 10033663 +droop n 1 2 @ + 1 0 13905572 +drooping_brome n 1 1 @ 1 0 12111399 +drooping_juniper n 1 1 @ 1 0 11638698 +drop n 9 4 @ ~ + ; 9 3 13901585 13771404 05111835 09246464 08583793 07362386 03246454 03246052 00327366 +drop-down_menu n 1 1 @ 1 0 06493579 +drop-leaf n 1 2 @ #p 1 0 03246788 +drop-leaf_table n 1 3 @ ~ %p 1 0 03246933 +drop-off n 3 3 @ ~ + 3 0 13556509 09246464 07355887 +drop-off_charge n 1 1 @ 1 0 13321338 +drop-seed n 1 3 @ ~ #m 1 0 12140358 +drop_arch n 1 1 @ 1 0 03246197 +drop_biscuit n 1 1 @ 1 0 07694268 +drop_cloth n 2 1 @ 2 0 03246454 03246312 +drop_curtain n 1 1 @ 1 0 03246454 +drop_earring n 1 2 @ %p 1 0 03909020 +drop_forge n 1 2 @ #p 1 0 03246653 +drop_hammer n 1 2 @ #p 1 0 03246653 +drop_keel n 1 3 @ ~ #p 1 0 02994012 +drop_line n 1 1 @ 1 0 06345566 +drop_press n 1 2 @ #p 1 0 03246653 +drop_scone n 1 1 @ 1 0 07691091 +drop_shot n 1 1 @ 1 0 00567280 +drop_zone n 1 2 @ ; 1 0 08690194 +dropkick n 1 3 @ + ; 1 0 00137877 +dropkicker n 1 2 @ + 1 0 10035655 +droplet n 1 2 @ + 1 1 13771828 +dropline n 1 1 @ 1 0 06345566 +dropout n 2 2 @ + 2 1 09995925 09996039 +dropped_egg n 1 1 @ 1 0 07842202 +dropper n 1 2 @ + 1 0 03247083 +dropping_zone n 1 2 @ ; 1 0 08690194 +droppings n 1 2 @ ~ 1 1 14854847 +dropseed n 1 3 @ ~ #m 1 0 12140358 +dropsy n 1 3 @ ~ + 1 0 14316714 +drosera n 1 3 @ #m %m 1 0 12782338 +droseraceae n 1 3 @ #m %m 1 0 12782108 +droshky n 1 1 @ 1 0 03247351 +drosky n 1 1 @ 1 0 03247351 +drosophila n 1 2 @ #m 1 0 02197689 +drosophila_melanogaster n 1 2 @ #m 1 0 02197689 +drosophilidae n 1 3 @ #m %m 1 0 02197413 +drosophyllum n 1 3 @ #m %m 1 0 12783601 +drosophyllum_lusitanicum n 1 2 @ #m 1 0 12783730 +dross n 2 2 @ ~ 2 1 14583670 15042856 +drought n 2 1 @ 2 2 14537054 15244505 +drouth n 2 1 @ 2 0 15244505 14537054 +drove n 3 1 @ 3 0 08184335 08184217 03247495 +drove_chisel n 1 1 @ 1 0 03247495 +drover n 1 2 @ ~ 1 1 10171567 +drowse n 1 2 @ + 1 0 00858849 +drowsiness n 1 3 @ ~ + 1 1 14030435 +drubbing n 2 3 @ ~ + 2 0 07476623 01160729 +drudge n 2 3 @ ~ + 2 0 10154601 10035809 +drudgery n 1 2 @ + 1 0 00621476 +drug n 1 5 @ ~ #p + - 1 1 03247620 +drug_abuse n 1 2 @ ~ 1 0 00947923 +drug_addict n 1 2 @ ~ 1 0 10035952 +drug_addiction n 1 3 @ ~ ; 1 0 14064408 +drug_baron n 1 1 @ 1 0 10036135 +drug_bust n 1 1 @ 1 0 00086547 +drug_cartel n 1 2 @ ~ 1 0 08236963 +drug_cocktail n 1 2 @ %p 1 0 03248560 +drug_company n 1 1 @ 1 0 08002578 +drug_dealer n 1 1 @ 1 0 10495555 +drug_enforcement_administration n 1 2 @ #p 1 0 08141374 +drug_enforcement_agency n 1 2 @ #p 1 0 08141374 +drug_lord n 1 1 @ 1 0 10036135 +drug_of_abuse n 1 2 @ ~ 1 0 03248958 +drug_peddler n 1 1 @ 1 0 10495555 +drug_traffic n 1 1 @ 1 0 01114055 +drug_trafficker n 1 1 @ 1 0 10495555 +drug_trafficking n 1 1 @ 1 0 01114055 +drug_user n 1 2 @ ~ 1 0 10036266 +drug_war n 1 2 @ ; 1 0 01236491 +drug_withdrawal n 1 2 @ ~ 1 0 00228911 +drugget n 1 1 @ 1 0 03248835 +drugging n 1 2 @ + 1 1 00695300 +druggist n 1 3 @ ~ + 1 0 10421470 +drugs_bust n 1 1 @ 1 0 00086547 +drugstore n 1 2 @ %p 1 1 03249342 +druid n 1 1 @ 1 0 10036444 +druidism n 1 1 @ 1 0 06224831 +drum n 6 5 @ ~ #p %p + 6 2 03249569 07383475 13901211 03249956 02890351 02594552 +drum_brake n 1 2 @ %p 1 0 03250089 +drum_major n 1 2 @ + 1 1 10036574 +drum_majorette n 2 2 @ + 2 0 10036802 10036692 +drum_printer n 1 1 @ 1 0 03250405 +drum_roll n 1 1 @ 1 0 07388816 +drum_sander n 1 2 @ %p 1 0 03250588 +drumbeat n 3 3 @ ~ ; 3 0 07392373 06805128 01214408 +drumbeater n 1 2 @ ~ 1 0 10402086 +drumfire n 1 1 @ 1 0 00994623 +drumfish n 1 2 @ ~ 1 0 02594552 +drumhead n 1 2 @ #p 1 1 03250279 +drumhead_court-martial n 1 2 @ ; 1 0 08331357 +drumlin n 1 1 @ 1 1 09270657 +drummer n 1 3 @ ~ + 1 1 10036929 +drumming n 1 2 @ + 1 0 00545194 +drumstick n 2 4 @ ~ #p %p 2 0 07647870 03250847 +drumstick_tree n 1 1 @ 1 0 12492106 +drunk n 2 3 @ ~ + 2 1 10037385 10037080 +drunk-and-disorderly n 1 1 @ 1 1 10037194 +drunkard n 1 3 @ ~ + 1 1 10037385 +drunken_reveler n 1 1 @ 1 0 10526300 +drunken_reveller n 1 1 @ 1 0 10526300 +drunken_revelry n 1 1 @ 1 0 00511212 +drunkenness n 3 4 ! @ ~ + 3 1 14018567 14064644 00748515 +drupe n 1 3 @ ~ + 1 0 13138308 +drupelet n 1 3 @ ~ + 1 0 13138658 +druse n 1 1 @ 1 0 10037588 +drusen n 1 2 @ ; 1 0 14255064 +druthers n 1 2 @ ~ 1 0 05791452 +druze n 1 1 @ 1 0 10037588 +dry n 1 2 @ ~ 1 0 10037922 +dry-bulb_thermometer n 1 3 ! @ #p 1 0 03251100 +dry-gulching n 1 1 @ 1 0 01247306 +dry-stone_wall n 1 1 @ 1 0 03252637 +dry-wood_termite n 1 2 @ ~ 1 0 02223520 +dry_battery n 1 3 @ ~ %p 1 0 03250952 +dry_cell n 1 2 @ #p 1 0 03251280 +dry_cereal n 1 2 @ ~ 1 0 07704755 +dry_cleaner n 1 2 @ + 1 0 09927305 +dry_cleaners n 1 2 @ ; 1 0 03039827 +dry_cleaning n 1 2 @ + 1 0 00252169 +dry_dock n 1 3 @ ~ #p 1 0 03251533 +dry_fly n 1 2 ! @ 1 0 03251932 +dry_gangrene n 1 2 @ ; 1 0 14313661 +dry_ice n 1 1 @ 1 0 15047167 +dry_kiln n 1 1 @ 1 0 03252231 +dry_land n 1 3 @ ~ #p 1 0 09334396 +dry_masonry n 1 2 @ ~ 1 0 03252324 +dry_measure n 1 2 @ ~ 1 0 13615036 +dry_milk n 1 2 @ ~ 1 0 07846143 +dry_mop n 1 1 @ 1 0 03258905 +dry_mouth n 1 1 @ 1 0 14538329 +dry_mustard n 1 1 @ 1 0 03994417 +dry_nurse n 1 1 @ 1 0 10038119 +dry_pint n 1 2 @ #p 1 0 13620404 +dry_plate n 1 1 @ 1 0 13470015 +dry_plate_process n 1 1 @ 1 0 13470015 +dry_point n 2 1 @ 2 0 03252542 03252422 +dry_quart n 1 3 @ #p %p 1 0 13620549 +dry_rot n 2 1 @ 2 0 14280504 13081999 +dry_run n 1 3 @ ~ ; 1 0 00897026 +dry_season n 1 2 ! @ 1 0 15239174 +dry_socket n 1 1 @ 1 0 14257993 +dry_unit n 1 2 @ ~ 1 0 13615036 +dry_vermouth n 1 1 @ 1 0 07899434 +dry_wall n 2 2 @ ~ 2 0 04547991 03252637 +dry_walling n 1 1 @ 1 0 00912165 +dry_wash n 1 2 @ ; 1 0 09474895 +dryad n 1 2 @ ~ 1 0 09551040 +dryadella n 1 2 @ #m 1 0 12060118 +dryas n 1 3 @ #m %m 1 0 12629187 +dryas_octopetala n 1 2 @ #m 1 0 12629305 +dryden n 1 1 @ 1 0 10943659 +drydock n 1 3 @ ~ #p 1 0 03251533 +dryer n 1 2 @ ~ 1 0 03251766 +drygoods n 1 3 @ ~ ; 1 1 03252064 +drying_agent n 1 1 @ 1 1 14779796 +drying_oil n 1 1 @ 1 0 14755641 +drying_up n 1 3 @ ~ #p 1 0 13460568 +dryland_berry n 1 1 @ 1 0 12248941 +dryland_blueberry n 1 1 @ 1 0 12248941 +drymarchon n 1 2 @ #m 1 0 01741116 +drymarchon_corais n 1 2 @ ~ 1 0 01741232 +drymarchon_corais_couperi n 1 1 @ 1 0 01741442 +drymoglossum n 1 2 @ #m 1 0 13175324 +drynaria n 1 3 @ #m %m 1 0 13175484 +drynaria_rigidula n 1 2 @ #m 1 0 13175682 +dryness n 3 4 ! @ ~ + 3 1 14536438 04883804 04630137 +dryopithecine n 1 3 @ ~ #m 1 0 02478077 +dryopithecus n 1 3 @ #m %m 1 0 02477890 +dryopithecus_rudapithecus_hungaricus n 1 2 @ #m 1 0 02478239 +dryopteridaceae n 1 3 @ #m %m 1 0 13192025 +dryopteris n 1 3 @ #m %m 1 0 13192898 +dryopteris_dilatata n 1 2 @ #m 1 0 13193143 +dryopteris_filix-mas n 1 1 @ 1 0 13193856 +dryopteris_fragrans n 1 1 @ 1 0 13193269 +dryopteris_goldiana n 1 1 @ 1 0 13193466 +dryopteris_hexagonoptera n 1 1 @ 1 0 13230843 +dryopteris_marginalis n 1 1 @ 1 0 13194036 +dryopteris_noveboracensis n 1 2 @ #m 1 0 13229951 +dryopteris_oreades n 1 1 @ 1 0 13194212 +dryopteris_oreopteris n 1 2 @ #m 1 0 13229543 +dryopteris_phegopteris n 1 1 @ 1 0 13231078 +dryopteris_thelypteris n 1 3 @ ~ #m 1 0 13227778 +dryopteris_thelypteris_pubescens n 1 1 @ 1 0 13228017 +drypis n 1 2 @ #m 1 0 11810030 +drywall n 1 2 @ ~ 1 0 04547991 +ds n 3 2 @ #p 3 0 14636392 08138259 06705787 +dscdna n 1 1 @ 1 0 14817346 +dsl n 1 1 @ 1 0 03196990 +dtic n 1 2 @ #p 1 0 08341798 +dts n 1 1 @ 1 0 14398279 +du_barry n 1 1 @ 1 0 10943811 +du_bois n 1 1 @ 1 0 10944013 +du_maurier n 2 1 @ 2 0 10945263 10945048 +duad n 1 3 @ ~ %p 1 0 13743605 +dual_carriageway n 1 1 @ 1 0 03215508 +dual_inline_package_switch n 1 2 @ ; 1 0 03204558 +dual_scan_display n 1 1 @ 1 0 03252787 +dualism n 1 2 @ + 1 0 05960698 +dualist n 1 2 @ + 1 0 10038226 +duality n 3 3 @ + ; 3 0 07939880 04920568 04736337 +dub n 1 1 @ 1 0 05720521 +dubai n 1 2 @ #p 1 0 09044714 +dubbin n 1 1 @ 1 0 14839206 +dubbing n 1 2 @ + 1 0 03252959 +dubiety n 1 2 @ ~ 1 0 05698247 +dubiousness n 2 3 @ ~ + 2 0 05698247 04757522 +dublin n 1 3 @ #p %m 1 1 08889191 +dubliner n 1 2 @ #m 1 0 09715427 +dubnium n 1 1 @ 1 0 14636523 +dubois_heyward n 1 1 @ 1 0 11049001 +dubonnet n 1 1 @ 1 0 07896422 +dubrovnik n 1 2 @ #p 1 0 08818835 +dubuque n 1 2 @ #p 1 0 09087126 +dubya n 1 1 @ 1 0 10875910 +dubyuh n 1 1 @ 1 0 10875910 +duc_d'elchingen n 1 1 @ 1 0 11205647 +duc_de_richelieu n 1 1 @ 1 0 11261483 +duc_de_sully n 1 1 @ 1 0 11325146 +ducat n 1 1 @ 1 0 13389475 +duce n 1 1 @ 1 0 10038320 +duchamp n 1 1 @ 1 0 10944238 +duchenne's_muscular_dystrophy n 1 1 @ 1 0 14161795 +duchess n 1 2 @ ~ 1 0 10038409 +duchess_of_ferrara n 1 1 @ 1 0 10858018 +duchess_of_windsor n 1 1 @ 1 0 11301809 +duchesse_de_valentinois n 1 1 @ 1 0 10933929 +duchy n 1 1 @ 1 0 08557131 +duck n 4 7 @ ~ #m #p %p + ; 4 1 01846331 13595844 07646578 03253071 +duck's_egg n 1 2 @ ; 1 0 13595844 +duck-billed_dinosaur n 1 3 @ ~ #m 1 0 01705934 +duck-billed_platypus n 1 2 @ #m 1 0 01873310 +duck_down n 1 3 @ ~ #p 1 0 01896735 +duck_hunter n 1 1 @ 1 0 10038547 +duck_hunting n 1 1 @ 1 0 00453396 +duck_pate n 1 1 @ 1 0 07858114 +duck_sauce n 1 1 @ 1 0 07824268 +duck_shot n 1 2 @ #p 1 0 02843777 +duck_soup n 1 2 @ ~ 1 0 00575365 +duckbill n 2 2 @ #m 2 0 02639605 01873310 +duckbilled_platypus n 1 2 @ #m 1 0 01873310 +duckboard n 1 1 @ 1 0 03253187 +ducking n 2 2 @ + 2 1 00453396 00277569 +ducking_stool n 1 1 @ 1 0 03144982 +duckling n 2 2 @ + 2 0 07646718 01847170 +duckpin n 1 1 @ 1 0 03253279 +duckpins n 1 1 @ 1 0 00462557 +ducks_and_drakes n 1 1 @ 1 0 00459845 +duckweed n 1 3 @ ~ #m 1 0 11794519 +duckweed_family n 1 3 @ #m %m 1 0 11794267 +ducky n 1 2 @ ~ 1 0 09991867 +duct n 3 4 @ ~ #p %p 3 1 05250659 13091057 03253398 +duct_gland n 1 2 @ ~ 1 0 05328867 +duct_tape n 1 1 @ 1 0 03253516 +ductileness n 1 1 @ 1 0 05022173 +ductility n 1 2 @ + 1 0 05022173 +ductless_gland n 1 3 @ ~ #p 1 0 05329735 +ductule n 1 2 @ ~ 1 0 05251537 +ductulus n 1 2 @ ~ 1 0 05251537 +ductus_arteriosus n 1 3 @ ~ #p 1 0 05418177 +ductus_deferens n 1 2 @ #p 1 0 05526175 +dud n 3 2 @ ; 3 0 10097477 07421749 07365193 +dude n 2 2 @ ~ 2 0 10083358 09991026 +dude_ranch n 1 1 @ 1 0 08560295 +dudeen n 1 1 @ 1 0 03253714 +dudgeon n 1 1 @ 1 0 07516756 +dudley_moore n 1 1 @ 1 0 11189829 +dudley_stuart_john_moore n 1 1 @ 1 0 11189829 +duds n 1 2 @ ; 1 0 04446162 +due n 2 1 @ 2 1 05176082 13396861 +due_care n 1 1 @ 1 0 01131794 +due_date n 1 1 @ 1 1 15153225 +due_east n 1 1 @ 1 0 13832355 +due_north n 1 1 @ 1 0 13831176 +due_process n 1 3 @ ~ ; 1 1 01181475 +due_process_of_law n 1 3 @ ~ ; 1 1 01181475 +due_south n 1 1 @ 1 0 13833375 +due_west n 1 1 @ 1 0 13834399 +duel n 2 2 @ + 2 2 01172784 00789237 +dueler n 1 2 @ + 1 0 10038929 +duelist n 1 2 @ + 1 1 10038929 +dueller n 1 2 @ + 1 0 10038929 +duellist n 1 2 @ + 1 0 10038929 +duenna n 1 2 @ ; 1 0 10039164 +duet n 5 4 @ ~ #p %p 5 0 13743605 08247021 07985628 07041451 00529224 +duette n 2 3 @ ~ %p 2 0 08247021 07041451 +duff n 1 1 @ 1 0 07618119 +duffel n 2 1 @ 2 0 03253886 03253796 +duffel_bag n 1 1 @ 1 1 03253886 +duffel_coat n 1 1 @ 1 0 03254046 +duffer n 1 1 @ 1 1 10039271 +duffle n 2 1 @ 2 0 03253886 03253796 +duffle_bag n 1 1 @ 1 0 03253886 +duffle_coat n 1 1 @ 1 0 03254046 +dufy n 1 1 @ 1 0 10944468 +dug n 1 2 @ #p 1 0 02370265 +dugald_stewart n 1 1 @ 1 0 11318039 +dugong n 1 2 @ #m 1 0 02074367 +dugong_dugon n 1 2 @ #m 1 0 02074367 +dugongidae n 1 3 @ #m %m 1 0 02074004 +dugout n 3 3 @ ~ #p 3 1 03254189 03254374 02920503 +dugout_canoe n 1 1 @ 1 0 03254374 +dukas n 1 1 @ 1 0 10944593 +duke n 2 3 @ ~ + 2 1 10038620 10038778 +duke_ellington n 1 1 @ 1 0 10958010 +duke_of_argyll's_tea_tree n 1 1 @ 1 0 12905135 +duke_of_cumberland n 1 1 @ 1 0 10917164 +duke_of_edinburgh n 1 1 @ 1 0 11232475 +duke_of_lancaster n 1 1 @ 1 0 11087091 +duke_of_marlborough n 1 1 @ 1 0 10897594 +duke_of_wellington n 1 1 @ 1 0 11380923 +duke_of_windsor n 1 2 @ #m 1 0 10951697 +duke_university n 1 2 @ #p 1 0 03254505 +duke_wayne n 1 1 @ 1 0 11377712 +dukedom n 2 2 @ + 2 0 14432744 08557131 +dulciana n 1 1 @ 1 0 03254625 +dulcimer n 2 1 @ 2 0 03254862 03254737 +dulcinea n 1 1 @ 1 0 10243384 +dullard n 2 3 @ ~ + 2 1 10667187 09867437 +dulles n 1 1 @ 1 0 10944686 +dullness n 5 5 ! @ ~ = + 5 0 05646039 05205739 04955633 04844891 04705671 +dulse n 1 2 @ #m 1 0 01415139 +duluth n 1 2 @ #p 1 0 09102517 +duma n 1 1 @ 1 0 08320052 +dumas n 1 1 @ 1 0 10944902 +dumb_bomb n 1 2 ! @ 1 0 03255167 +dumb_cane n 1 2 @ #m 1 0 11787625 +dumb_show n 1 2 @ ~ 1 0 00550016 +dumbass n 1 1 @ 1 0 10039663 +dumbbell n 2 1 @ 2 1 03255030 10039391 +dumbness n 1 2 @ + 1 0 05645854 +dumbwaiter n 1 1 @ 1 0 03255322 +dumdum n 1 1 @ 1 0 03255488 +dumdum_bullet n 1 1 @ 1 0 03255488 +dumdum_fever n 1 1 @ 1 0 14181049 +dumetella n 1 3 @ #m %m 1 0 01587406 +dumetella_carolinensis n 1 2 @ #m 1 0 01587526 +dummy n 4 2 @ ~ 4 0 10039569 10039391 03255648 02848921 +dummy_whist n 1 1 @ 1 0 00496437 +dump n 4 4 @ ~ + ; 4 0 13555775 08560027 06390227 03255790 +dump_routine n 1 1 @ 1 0 06583518 +dump_truck n 1 1 @ 1 1 03256166 +dumpcart n 1 2 @ ~ 1 0 03255899 +dumper n 1 2 @ + 1 0 03256166 +dumpiness n 1 2 @ + 1 0 04998816 +dumping n 1 2 @ + 1 0 01115589 +dumpling n 2 2 @ ~ 2 0 07702193 07611148 +dumplings n 1 2 @ ~ 1 0 07702193 +dumps n 1 2 @ ; 1 0 14405061 +dumpsite n 1 2 @ ~ 1 0 08560027 +dumpster n 1 2 @ ; 1 0 03256032 +dumpy_level n 1 1 @ 1 0 03256472 +dumuzi n 1 1 @ 1 0 09517492 +dun n 2 2 @ + 2 1 02381261 04973110 +duncan n 1 1 @ 1 0 10945415 +duncan_grant n 1 2 @ #m 1 0 11011559 +duncan_james_corrow_grant n 1 2 @ #m 1 0 11011559 +dunce n 1 1 @ 1 0 10039663 +dunce's_cap n 1 1 @ 1 0 03256631 +dunce_cap n 1 1 @ 1 0 03256631 +dundathu_pine n 1 2 @ #m 1 0 11648039 +dunderhead n 1 1 @ 1 0 10039663 +dune n 1 2 @ ~ 1 1 09270735 +dune_buggy n 1 1 @ 1 0 03256788 +dune_cycling n 1 1 @ 1 0 00451768 +dung n 1 3 @ ~ + 1 1 14854847 +dung_beetle n 1 2 @ ~ 1 0 02172182 +dungaree n 1 1 @ 1 0 03175189 +dungeness_crab n 2 4 @ #m #p %p 2 0 07788609 01978287 +dungeon n 2 3 @ ~ #p 2 1 03610098 03256928 +dunghill n 2 1 @ 2 0 14495980 07962295 +dunk n 1 3 @ ~ + 1 0 00110554 +dunk_shot n 1 2 @ ~ 1 0 00110554 +dunkard n 1 3 @ #m + 1 0 09677830 +dunker n 3 2 @ #m 3 0 10040049 10039946 09677830 +dunkerque n 2 3 @ #p ; 2 0 08935978 01277938 +dunkers n 1 2 @ %m 1 0 08090547 +dunkirk n 3 3 @ #p ; 3 0 14032868 08935978 01277938 +dunlin n 1 2 @ #m 1 0 02027492 +dunnock n 1 1 @ 1 0 01527347 +duns_scotus n 1 1 @ 1 0 10945546 +duo n 4 3 @ ~ %p 4 0 13743605 08247021 07985628 07041451 +duodecimal n 1 1 @ 1 0 13738459 +duodecimal_digit n 1 1 @ 1 0 13741797 +duodecimal_notation n 1 1 @ 1 0 06810997 +duodecimal_number_system n 1 1 @ 1 0 06811109 +duodecimal_system n 1 1 @ 1 0 06811109 +duodenal_smear n 1 1 @ 1 0 05266096 +duodenal_ulcer n 1 1 @ 1 0 14212579 +duodenum n 1 2 @ + 1 0 05534955 +duologue n 2 1 @ 2 0 07136206 07010692 +duomo n 1 1 @ 1 0 02984203 +dupe n 1 3 @ ~ + 1 0 10752480 +dupery n 1 3 @ ~ + 1 0 00753685 +duple_time n 1 1 @ 1 0 15264168 +duplex n 2 1 @ 2 0 03257210 03257065 +duplex_apartment n 1 1 @ 1 0 03257065 +duplex_house n 1 1 @ 1 0 03257210 +duplicability n 1 2 @ + 1 0 04806169 +duplicate n 2 3 @ ~ + 2 0 03307981 03257343 +duplication n 2 3 @ ~ + 2 2 03257343 01019703 +duplicator n 1 3 @ ~ + 1 0 03257586 +duplicidentata n 1 2 @ #m 1 0 02322992 +duplicity n 2 2 @ + 2 0 06760969 00753240 +dura n 1 3 @ #s + 1 0 05482529 +dura_mater n 1 2 @ #s 1 0 05482529 +durability n 1 3 @ ~ + 1 1 05053688 +durable_goods n 1 3 @ ~ ; 1 0 03257877 +durable_press n 1 1 @ 1 0 03917814 +durables n 1 3 @ ~ ; 1 0 03257877 +durabolin n 1 2 @ ; 1 0 14748335 +duralumin n 1 3 @ %s ; 1 0 14839322 +duramen n 1 2 @ #s 1 0 13097752 +durance n 1 1 @ 1 0 14000105 +durango n 1 2 @ #p 1 0 08743229 +durant n 1 1 @ 1 0 10945699 +durante n 1 1 @ 1 0 10945825 +duration n 3 3 @ ~ = 3 3 15133621 15133488 05051249 +durative n 1 2 @ ~ 1 0 13805179 +durative_aspect n 1 2 @ ~ 1 0 13805179 +durazzo n 1 2 @ #p 1 0 08705251 +durban n 1 2 @ #p 1 0 09001007 +durbar n 1 1 @ 1 0 03258049 +durer n 1 1 @ 1 0 10945977 +duress n 1 1 @ 1 0 05195548 +durga n 1 1 @ 1 0 09525746 +durham n 2 3 @ #p %p 2 0 09128536 02407071 +durian n 2 4 @ #m #p %p 2 0 12190869 07762913 +durian_tree n 1 3 @ #m %p 1 0 12190869 +durio n 1 3 @ #m %m 1 0 12190712 +durio_zibethinus n 1 3 @ #m %p 1 0 12190869 +durion n 1 3 @ #m %p 1 0 12190869 +durkheim n 1 1 @ 1 0 10946134 +durmast n 1 1 @ 1 0 12276477 +durra n 1 1 @ 1 0 12137791 +durrell n 1 1 @ 1 0 10946286 +durres n 1 2 @ #p 1 0 08705251 +durum n 1 1 @ 1 0 12142450 +durum_wheat n 1 1 @ 1 0 12142450 +dusanbe n 1 2 @ #p 1 0 09021313 +duse n 1 1 @ 1 0 10946481 +dushanbe n 1 2 @ #p 1 0 09021313 +dusicyon n 1 2 @ #m 1 0 02116079 +dusicyon_cancrivorus n 1 1 @ 1 0 02116185 +dusk n 1 4 @ ~ #p + 1 1 15169421 +duskiness n 2 2 @ + 2 0 13985323 04978216 +dusky-footed_wood_rat n 1 1 @ 1 0 02339282 +dusky-footed_woodrat n 1 2 @ #m 1 0 02340186 +dusky_salamander n 1 2 @ #m 1 0 01636829 +dusky_shark n 1 2 @ #m 1 0 01490360 +dusseldorf n 1 2 @ #p 1 0 08772667 +dust n 3 3 @ ~ + 3 2 14839846 14857897 14840092 +dust_bag n 1 2 @ #p 1 0 03258192 +dust_bowl n 1 2 @ #p 1 0 08578174 +dust_cloud n 1 1 @ 1 1 11441980 +dust_coat n 1 1 @ 1 0 03258730 +dust_contamination n 2 1 @ 2 0 14487902 00277267 +dust_cover n 3 1 @ 3 0 07248320 03258577 03258456 +dust_devil n 1 1 @ 1 0 11448013 +dust_jacket n 1 1 @ 1 0 07248320 +dust_mop n 1 1 @ 1 0 03258905 +dust_sheet n 1 1 @ 1 0 03258577 +dust_storm n 1 1 @ 1 0 11448153 +dust_wrapper n 1 1 @ 1 0 07248320 +dustbin n 1 1 @ 1 1 02747177 +dustcart n 1 1 @ 1 0 03417042 +dustcloth n 1 1 @ 1 0 03258330 +duster n 4 2 @ + 4 0 11448153 03258730 03258330 00108081 +dustin_hoffman n 1 1 @ 1 0 11054442 +dustiness n 1 2 @ + 1 0 14498733 +dusting_powder n 1 2 @ ~ 1 0 04447276 +dustman n 1 1 @ 1 0 10120330 +dustmop n 1 1 @ 1 0 03258905 +dustpan n 2 1 @ 2 0 13767042 03259009 +dustpanful n 1 1 @ 1 1 13767042 +dustrag n 1 1 @ 1 0 03258330 +dustup n 1 2 @ ~ 1 0 07184149 +dusty_miller n 5 2 @ #m 5 0 12023407 12011620 11947629 11931312 11812094 +dutch n 2 2 @ ~ 2 0 09699763 06952572 +dutch-elm_beetle n 1 2 @ #m 1 0 02179891 +dutch-processed_cocoa n 1 1 @ 1 0 07604043 +dutch_auction n 1 1 @ 1 0 01115734 +dutch_capital n 1 2 @ #p 1 0 08949737 +dutch_case-knife_bean n 1 1 @ 1 0 12557681 +dutch_clover n 1 1 @ 1 0 11753700 +dutch_courage n 1 1 @ 1 0 04858222 +dutch_door n 1 1 @ 1 0 03259118 +dutch_east_indies n 1 6 @ #m #p %m %p - 1 0 08907606 +dutch_elm n 1 2 @ #m 1 0 12407222 +dutch_elm_disease n 1 1 @ 1 0 14282698 +dutch_elm_fungus n 1 2 @ #m 1 0 12964920 +dutch_florin n 1 2 @ %p 1 0 13679855 +dutch_guiana n 1 4 @ #m #p %p 1 0 09030752 +dutch_hoe n 1 1 @ 1 0 04156591 +dutch_iris n 2 1 @ 2 0 12414818 12413301 +dutch_leonard n 1 1 @ 1 0 11128236 +dutch_monetary_unit n 1 2 @ ~ 1 0 13679739 +dutch_oven n 2 1 @ 2 1 03259280 03259401 +dutch_people n 1 2 @ ~ 1 0 09699763 +dutch_treat n 1 1 @ 1 0 00841527 +dutch_uncle n 1 1 @ 1 0 10040240 +dutchman n 1 2 @ #m 1 0 09713108 +dutchman's-pipe n 1 1 @ 1 0 11801665 +dutchman's_breeches n 1 2 @ #m 1 0 11910460 +dutifulness n 1 2 @ + 1 0 04827392 +duty n 3 3 @ ~ + 3 3 01129920 00719494 13315999 +duty_assignment n 1 2 @ ~ 1 0 00730247 +duty_period n 1 3 @ ~ #p 1 0 15291801 +duty_tour n 1 1 @ 1 0 15293590 +duvalier n 2 1 @ 2 0 10946750 10946624 +duvet n 1 2 @ %s 1 0 03266749 +dvd n 1 1 @ 1 0 04533946 +dvorak n 1 1 @ 1 0 10946961 +dwarf n 3 3 @ ~ + 3 1 10040344 09541125 00005930 +dwarf-white_trillium n 1 1 @ 1 0 12468719 +dwarf_astilbe n 1 1 @ 1 0 12795352 +dwarf_banana n 1 2 @ %p 1 0 12352639 +dwarf_bilberry n 1 2 @ %p 1 0 12247407 +dwarf_blueberry n 1 2 @ %p 1 0 12247407 +dwarf_buckeye n 1 1 @ 1 0 12769065 +dwarf_buffalo n 1 2 @ #m 1 0 02409038 +dwarf_cape_gooseberry n 1 1 @ 1 0 12911264 +dwarf_chestnut n 1 3 @ #m %p 1 0 12263738 +dwarf_chinkapin_oak n 1 1 @ 1 0 12277334 +dwarf_chinquapin_oak n 1 1 @ 1 0 12277334 +dwarf_cornel n 1 1 @ 1 0 12948251 +dwarf_daisy n 1 2 @ #m 1 0 11924014 +dwarf_dandelion n 1 1 @ 1 0 11985903 +dwarf_elder n 2 2 @ #m 2 0 12679023 11798270 +dwarf_elm n 1 2 @ #m 1 0 12408077 +dwarf_flowering_almond n 1 1 @ 1 0 12646197 +dwarf_golden_chinkapin n 1 2 @ #m 1 0 12265083 +dwarf_gray_willow n 1 2 @ #m 1 0 12730544 +dwarf_grey_willow n 1 2 @ #m 1 0 12730544 +dwarf_hulsea n 1 2 @ #m 1 0 11983606 +dwarf_iris n 2 1 @ 2 0 12414932 12413165 +dwarf_juniper n 2 1 @ 2 0 11638378 11637991 +dwarf_lycopod n 1 1 @ 1 0 13225075 +dwarf_maple n 1 1 @ 1 0 12754174 +dwarf_mountain_pine n 1 1 @ 1 0 11612349 +dwarf_mulberry n 1 1 @ 1 0 12657294 +dwarf_nipplewort n 1 2 @ #m 1 0 11927740 +dwarf_oak n 1 1 @ 1 0 12277334 +dwarf_phlox n 1 1 @ 1 0 12811027 +dwarf_pipefish n 1 2 @ #m 1 0 01456137 +dwarf_pocket_rat n 1 2 @ #m 1 0 02350670 +dwarf_russian_almond n 1 1 @ 1 0 12650229 +dwarf_sperm_whale n 1 2 @ #m 1 0 02067768 +dwarf_spurge n 1 2 @ #m 1 0 12921315 +dwarf_sumac n 1 1 @ 1 0 12763762 +dwarf_tulip n 1 1 @ 1 0 12454436 +dwarf_willow n 1 2 @ #m 1 0 12728656 +dwarfishness n 1 2 @ + 1 0 05107668 +dwarfism n 1 2 @ ~ 1 0 14506403 +dweeb n 1 1 @ 1 0 10684630 +dweller n 1 3 @ ~ + 1 1 09620078 +dwelling n 1 4 @ ~ %p + 1 1 03259505 +dwelling_house n 1 3 @ ~ %p 1 1 03259505 +dwight_d._eisenhower n 1 1 @ 1 0 10954966 +dwight_david_eisenhower n 1 1 @ 1 0 10954966 +dwight_davis n 1 1 @ 1 0 10924452 +dwight_eisenhower n 1 1 @ 1 0 10954966 +dwight_filley_davis n 1 1 @ 1 0 10924452 +dwight_lyman_moody n 1 1 @ 1 0 11188742 +dwindling n 1 3 @ ~ + 1 0 07422800 +dwindling_away n 1 2 @ ~ 1 1 07422800 +dy n 1 1 @ 1 0 14636647 +dyad n 1 3 @ ~ %p 1 0 13743605 +dyadic_operation n 1 1 @ 1 0 13470392 +dyarchy n 1 1 @ 1 0 08361612 +dyaus n 1 1 @ 1 0 09525874 +dyaus-pitar n 1 1 @ 1 0 09525874 +dybbuk n 1 2 @ ; 1 0 09543154 +dye n 1 4 @ ~ %p + 1 0 14985383 +dye-works n 1 1 @ 1 0 03260206 +dyeing n 1 3 @ ~ + 1 1 00275424 +dyer n 1 2 @ + 1 0 10040515 +dyer's-broom n 1 2 @ #m 1 0 12530818 +dyer's_greenweed n 1 2 @ #m 1 0 12530818 +dyer's_mignonette n 1 2 @ #m 1 0 12385830 +dyer's_rocket n 1 2 @ #m 1 0 12385830 +dyer's_weed n 1 1 @ 1 0 12017511 +dyer's_woad n 1 2 @ #m 1 0 11890150 +dyer's_woodruff n 1 1 @ 1 0 12661661 +dyers'_chamomile n 1 2 @ #m 1 0 11923397 +dyestuff n 1 3 @ ~ %p 1 0 14985383 +dyeweed n 1 2 @ #m 1 0 12530818 +dyewood n 1 1 @ 1 0 15100023 +dying n 1 4 @ ~ #p + 1 1 15143477 +dyirbal n 1 1 @ 1 0 06940502 +dyke n 2 4 @ ~ + ; 2 0 09883947 03160309 +dylan n 2 2 @ ; 2 0 10947108 09509119 +dylan_marlais_thomas n 1 1 @ 1 0 11339041 +dylan_thomas n 1 1 @ 1 0 11339041 +dynamic n 1 1 @ 1 0 09179962 +dynamic_balance n 1 2 @ ; 1 0 14002915 +dynamic_electricity n 1 1 @ 1 0 11514559 +dynamic_headroom n 1 1 @ 1 0 01020628 +dynamic_viscosity n 1 1 @ 1 0 13589140 +dynamical_system n 1 3 @ ~ ; 1 0 06246361 +dynamics n 1 3 @ ~ + 1 1 06113597 +dynamism n 3 2 @ + 3 0 05960925 05030806 04635482 +dynamite n 1 4 @ ~ %s + 1 1 03260293 +dynamiter n 1 2 @ + 1 0 10040789 +dynamitist n 1 2 @ + 1 0 10040789 +dynamo n 1 2 @ %p 1 0 03260504 +dynamometer n 1 1 @ 1 0 03260733 +dynapen n 1 2 @ ; 1 0 03192347 +dynast n 1 1 @ 1 0 10541983 +dynasty n 1 3 @ ~ + 1 1 07971582 +dyne n 1 2 @ #p 1 0 13647498 +dysaphia n 1 1 @ 1 0 14058934 +dysarthria n 1 1 @ 1 0 14402015 +dyscalculia n 1 1 @ 1 0 14099439 +dyschezia n 1 1 @ 1 0 14371449 +dyscrasia n 1 2 @ ~ 1 0 14053717 +dysdercus n 1 3 @ #m %m 1 0 02245239 +dysentery n 1 3 @ ~ %p 1 1 14129999 +dysfunction n 1 4 @ ~ + ; 1 0 14557898 +dysgenesis n 1 1 @ 1 0 14045954 +dysgenics n 1 3 ! @ + 1 0 06042690 +dysgraphia n 1 1 @ 1 0 14099552 +dyskinesia n 1 2 @ ~ 1 0 14092577 +dyslectic n 1 1 @ 1 0 10040617 +dyslexia n 1 2 @ + 1 0 14099643 +dyslogia n 1 1 @ 1 0 14402184 +dysmenorrhea n 1 2 @ ~ 1 0 14326190 +dysomia n 1 2 @ ~ 1 0 14552355 +dysosmia n 1 1 @ 1 0 14059021 +dysostosis_multiplex n 1 1 @ 1 0 14157163 +dyspepsia n 1 3 @ %p + 1 0 14336317 +dyspeptic n 1 1 @ 1 0 10040698 +dysphagia n 1 1 @ 1 0 14059143 +dysphasia n 1 1 @ 1 0 14099785 +dysphemism n 1 4 ! @ ~ + 1 0 06605396 +dysphonia n 1 1 @ 1 0 14402377 +dysphoria n 1 3 ! @ + 1 0 07539367 +dysplasia n 1 3 @ ~ + 1 0 14365950 +dyspnea n 1 3 @ ~ + 1 0 14369744 +dyspnoea n 1 3 @ ~ + 1 0 14369744 +dysprosium n 1 1 @ 1 0 14636647 +dyssynergia n 1 3 @ ~ #p 1 0 14091254 +dysthymia n 1 1 @ 1 0 14389909 +dysthymic_depression n 1 1 @ 1 0 14389909 +dystopia n 2 3 ! @ + 2 0 13932213 06367702 +dystrophy n 2 2 @ ~ 2 0 14160365 14059336 +dysuria n 1 1 @ 1 0 14059252 +dytiscidae n 1 3 @ #m %m 1 0 02177068 +dyushambe n 1 2 @ #p 1 0 09021313 +dziggetai n 1 1 @ 1 0 02390938 +e n 5 3 @ ~ #m 5 0 15092409 14636822 13832355 13754165 06831605 +e-bomb n 1 1 @ 1 0 03761333 +e-commerce n 1 1 @ 1 0 01092974 +e-mail n 1 5 ! @ ~ + ; 1 0 06279326 +e-mycin n 1 2 @ ; 1 0 03295357 +e._a._von_willebrand n 1 1 @ 1 0 11388321 +e._b._white n 1 1 @ 1 0 11383767 +e._coli n 1 1 @ 1 0 01368338 +e._e._cummings n 1 1 @ 1 0 10917377 +e._g._marshall n 1 1 @ 1 0 11159214 +e._h._harriman n 1 1 @ 1 0 11029888 +e._h._weber n 1 1 @ 1 0 11378254 +e._l._doctorow n 1 1 @ 1 0 10937882 +e._o._lawrence n 1 1 @ 1 0 11120368 +e._o._wilson n 1 1 @ 1 0 11391379 +e._t._a._hoffmann n 1 1 @ 1 0 11054670 +e._t._s._walton n 1 1 @ 1 0 11372896 +e._w._morley n 1 1 @ 1 0 11191251 +e.s.p. n 1 2 @ ~ 1 0 07256695 +e_layer n 1 2 @ #p 1 0 08582613 +e_region n 1 2 @ #p 1 0 08582613 +ea n 1 2 @ ; 1 0 09517628 +eacles n 1 3 @ #m %m 1 0 02302124 +eacles_imperialis n 1 2 @ #m 1 0 02302244 +eadweard_muybridge n 1 1 @ 1 0 11198608 +eadwig n 1 1 @ 1 0 10953035 +eager n 1 1 @ 1 0 07403920 +eager_beaver n 1 2 @ ~ 1 0 10040945 +eagerness n 2 3 @ ~ + 2 1 07555184 04644719 +eagle n 4 5 @ ~ #m + ; 4 1 01613294 13595968 13392472 06881563 +eagle_ray n 1 3 @ ~ #m 1 0 01498989 +eagle_scout n 1 1 @ 1 0 10041093 +eaglet n 1 2 @ + 1 0 01613807 +eagre n 1 1 @ 1 0 07403920 +eames n 1 1 @ 1 0 10947259 +eames_chair n 1 1 @ 1 0 03260849 +eamon_de_valera n 1 1 @ 1 0 10932244 +ear n 5 4 @ ~ #p %p 5 4 05320899 05657999 05323889 05703205 13133613 +ear-nose-and-throat_doctor n 1 1 @ 1 0 10059323 +ear-shell n 1 3 @ ~ #m 1 0 01942869 +ear_canal n 1 3 @ #p %p 1 0 05248667 +ear_doctor n 1 2 @ ~ 1 0 10041195 +ear_fungus n 1 2 @ #m 1 0 13062421 +ear_hole n 1 1 @ 1 0 03261157 +ear_lobe n 1 2 @ #p 1 0 05323588 +ear_specialist n 1 2 @ ~ 1 0 10041195 +ear_trumpet n 1 1 @ 1 0 03506560 +earache n 1 1 @ 1 0 14327435 +eardrop n 1 2 @ %p 1 0 03909020 +eardrum n 1 4 @ ~ #p %p 1 0 05318831 +eared_grebe n 1 1 @ 1 0 02050586 +eared_seal n 1 3 @ ~ #m 1 0 02076779 +earflap n 1 2 @ #p 1 0 03261019 +earful n 2 1 @ 2 0 07223094 06713187 +earhart n 1 1 @ 1 0 10947403 +earl n 1 3 @ ~ + 1 1 10041373 +earl_marshal n 1 1 @ 1 0 10041539 +earl_of_leicester n 1 1 @ 1 0 11187754 +earl_of_warwick n 1 1 @ 1 0 11375087 +earl_russell n 1 1 @ 1 0 11274812 +earl_warren n 1 1 @ 1 0 11374789 +earlap n 1 2 @ #p 1 0 03261019 +earldom n 2 2 @ + 2 0 14432875 08557271 +earleaved_umbrella_tree n 1 1 @ 1 0 11710658 +earless_lizard n 1 2 @ #m 1 0 01679307 +earless_seal n 1 3 @ ~ #m 1 0 02079389 +earliness n 1 4 ! @ ~ + 1 0 05046659 +earlobe n 1 2 @ #p 1 0 05323588 +early-morning_hour n 1 2 @ #p 1 0 15169136 +early_bird n 2 1 @ 2 0 10041787 10041684 +early_childhood n 1 2 @ %p 1 1 15145586 +early_coral_root n 1 1 @ 1 0 12054195 +early_days n 1 1 @ 1 1 15266034 +early_morel n 1 1 @ 1 0 13033134 +early_purple_orchid n 1 1 @ 1 0 12043673 +early_spider_orchid n 1 1 @ 1 0 12075299 +early_wake-robin n 1 1 @ 1 0 12468719 +early_warning_radar n 1 2 @ #p 1 0 03261263 +early_warning_system n 1 2 @ %p 1 0 03261395 +early_winter_cress n 1 2 @ #p 1 0 11873845 +earmark n 2 3 @ ~ + 2 0 06795438 04732543 +earmuff n 1 1 @ 1 0 03261603 +earned_run n 1 2 ! @ 1 1 00189896 +earned_run_average n 1 2 @ ; 1 0 07261300 +earner n 1 3 @ ~ + 1 0 10041887 +earnest n 1 2 @ ~ 1 1 13350182 +earnest_money n 1 1 @ 1 0 13350322 +earnestness n 2 4 @ ~ = + 2 1 07512315 04646548 +earning_per_share n 1 1 @ 1 0 13259481 +earnings n 2 5 @ ~ #p %p + 2 2 13258362 13279262 +earnings_before_interest_taxes_depreciation_and_amortization n 1 1 @ 1 0 13255994 +earnings_report n 1 1 @ 1 0 13355301 +earphone n 1 2 @ ~ 1 1 03261776 +earpiece n 1 2 @ ~ 1 0 03261776 +earplug n 2 1 @ 2 0 03262248 03262072 +earreach n 1 1 @ 1 0 08560785 +earring n 1 2 @ ~ 1 0 03262349 +earshot n 1 1 @ 1 0 08560785 +earth n 7 7 @ ~ #m #p %p + ; 7 4 09270894 14842992 09334396 08562067 14844414 05670972 03462747 +earth's_crust n 1 5 @ ~ #p %s %p 1 0 09260010 +earth's_surface n 1 4 @ ~ #p %p 1 1 09451517 +earth-ball n 1 2 @ #m 1 0 12985420 +earth-closet n 1 1 @ 1 0 03860404 +earth-god n 1 1 @ 1 0 09535708 +earth-goddess n 1 2 @ ~ 1 0 09535809 +earth-nut_pea n 1 2 @ #m 1 0 12542240 +earth-received_time n 1 1 @ 1 0 15130612 +earth-tongue n 1 2 @ #m 1 0 13226871 +earth_almond n 1 2 @ #m 1 0 12150969 +earth_color n 1 2 @ ~ 1 0 14673978 +earth_god n 1 1 @ 1 0 09535708 +earth_goddess n 1 2 @ ~ 1 0 09535809 +earth_mother n 1 1 @ 1 0 09535940 +earth_science n 1 2 @ ~ 1 0 06115476 +earth_tremor n 1 2 @ ~ 1 0 07429484 +earth_wax n 1 1 @ 1 0 14665102 +earthball n 1 3 @ ~ #m 1 0 12969131 +earthenware n 1 2 @ ~ 1 0 03262519 +earthenware_jar n 1 1 @ 1 0 03133415 +earthing n 1 2 @ + 1 0 00148836 +earthling n 1 2 @ + 1 0 10699262 +earthly_concern n 1 1 @ 1 0 05670972 +earthman n 1 1 @ 1 1 10699262 +earthnut n 4 3 @ #m #p 4 0 12985420 12936155 07737745 07736971 +earthnut_pea n 1 2 @ #m 1 0 12542240 +earthquake n 2 2 @ ~ 2 1 07428954 13977870 +earthstar n 1 3 @ ~ #m 1 0 13044778 +earthtongue n 1 2 @ #m 1 0 13226871 +earthwork n 1 2 @ ~ 1 0 03262717 +earthworm n 1 2 @ #m 1 0 01935395 +earwax n 1 1 @ 1 0 15095103 +earwig n 1 3 @ ~ #m 1 0 02272871 +eas n 1 1 @ 1 0 07224923 +ease n 5 5 ! @ ~ = + 5 1 04708113 14491889 14445749 04786994 01064148 +easel n 1 1 @ 1 1 03262809 +easement n 2 4 @ ~ + ; 2 0 05179180 00354884 +easiness n 3 4 @ ~ = + 3 0 07515974 04708113 01224346 +easing n 2 3 @ ~ + 2 0 07357101 00354884 +east n 5 4 @ #p %p = 5 3 13832355 08562620 08563180 13835664 08561351 +east-sider n 1 1 @ 1 0 10042186 +east-west_direction n 1 1 @ 1 0 08681422 +east_africa n 1 4 @ #p %p + 1 0 08699426 +east_african_cedar n 1 2 @ #m 1 0 11637659 +east_anglia n 1 2 @ #p 1 0 08884673 +east_by_north n 1 1 @ 1 0 13832236 +east_by_south n 1 1 @ 1 0 13832480 +east_chadic n 1 2 @ ~ 1 0 06985892 +east_china_sea n 1 2 @ #p 1 0 09271291 +east_coast n 1 2 @ #p 1 0 09048127 +east_german n 1 2 @ #m 1 1 09748101 +east_germanic n 1 2 @ ~ 1 0 06955560 +east_germanic_language n 1 2 @ ~ 1 0 06955560 +east_germany n 1 2 @ %m 1 0 08768647 +east_india n 1 6 @ #p %m %p + - 1 0 08841956 +east_india_company n 1 1 @ 1 0 08002717 +east_india_kino n 1 2 @ #s 1 0 12566112 +east_india_rosewood n 1 2 @ #m 1 0 12522678 +east_indian n 1 2 @ #m 1 0 09700253 +east_indian_fig_tree n 1 1 @ 1 0 12402348 +east_indian_rosebay n 1 2 @ #m 1 0 11776511 +east_indian_rosewood n 1 2 @ #m 1 0 12522678 +east_indies n 1 5 @ #p %m %p - 1 0 08841956 +east_malaysia n 1 3 @ #p %p 1 0 08964099 +east_midland n 1 1 @ 1 0 06948943 +east_northeast n 1 1 @ 1 0 13832118 +east_pakistan n 1 5 @ #p %m %p - 1 0 08848731 +east_river n 1 2 @ #p 1 0 09123387 +east_saint_louis n 1 2 @ #p 1 0 09083795 +east_sea n 1 2 @ #p 1 0 09428036 +east_side n 1 1 @ 1 1 08650073 +east_southeast n 1 1 @ 1 0 13832599 +east_sussex n 1 3 @ #p %p 1 0 08883309 +east_timor n 1 2 @ #p 1 0 08776435 +east_tocharian n 1 1 @ 1 0 06968909 +east_turkestan_islamic_movement n 1 2 @ ; 1 0 08019913 +east_turkistan_islamic_movement n 1 2 @ ; 1 0 08019913 +east_wind n 1 2 @ ~ 1 0 11448343 +easter n 2 3 @ ~ + 2 1 15188154 11448343 +easter_bunny n 1 1 @ 1 0 02451818 +easter_cactus n 1 2 @ #m 1 0 11848009 +easter_card n 1 1 @ 1 1 06627722 +easter_daisy n 1 2 @ #m 1 0 12026476 +easter_day n 1 1 @ 1 0 15188359 +easter_egg n 2 2 @ ~ 2 0 07841907 07841800 +easter_lily n 1 1 @ 1 0 12427757 +easter_lily_vine n 1 2 @ #m 1 0 11771147 +easter_sunday n 1 1 @ 1 0 15188359 +easterly n 1 2 @ ~ 1 0 11448343 +eastern_catholicism n 1 1 @ 1 0 06228346 +eastern_chimpanzee n 1 1 @ 1 0 02482286 +eastern_chinquapin n 1 3 @ #m %p 1 0 12263738 +eastern_chipmunk n 1 2 @ #m 1 0 02359915 +eastern_church n 2 3 @ ~ - 2 0 08086356 08086219 +eastern_coral_snake n 1 2 @ #m 1 0 01745902 +eastern_cottontail n 1 1 @ 1 0 02325722 +eastern_cottonwood n 1 1 @ 1 0 12732966 +eastern_cricket_frog n 1 1 @ 1 0 01651778 +eastern_dasyure n 1 1 @ 1 0 01884104 +eastern_desert n 1 2 @ #p 1 0 09168020 +eastern_fence_lizard n 1 1 @ 1 0 01680813 +eastern_flowering_dogwood n 1 1 @ 1 0 12947313 +eastern_fox_squirrel n 1 2 @ #m 1 0 02356798 +eastern_gray_squirrel n 1 2 @ #m 1 0 02356381 +eastern_grey_squirrel n 1 2 @ #m 1 0 02356381 +eastern_ground_snake n 1 2 @ #m 1 0 01736796 +eastern_hemisphere n 1 2 @ %p 1 0 08562243 +eastern_hemlock n 1 1 @ 1 0 11627512 +eastern_highlands n 1 3 @ #p %p 1 0 09292545 +eastern_hop_hornbeam n 1 2 @ #m 1 0 12288005 +eastern_indigo_snake n 1 1 @ 1 0 01741442 +eastern_kingbird n 1 1 @ 1 0 01548865 +eastern_lowland_gorilla n 1 2 @ #m 1 0 02481235 +eastern_malayo-polynesian n 1 2 @ ~ 1 0 06937985 +eastern_meadowlark n 1 1 @ 1 0 01573240 +eastern_narrow-mouthed_toad n 1 2 @ #m 1 0 01653223 +eastern_orthodox n 1 3 @ ~ - 1 0 08086356 +eastern_orthodox_church n 1 3 @ ~ - 1 0 08086356 +eastern_pasque_flower n 1 1 @ 1 0 11737752 +eastern_pipistrel n 1 2 @ #m 1 0 02148088 +eastern_poison_oak n 1 2 @ #m 1 0 12767423 +eastern_red-backed_salamander n 1 2 @ #m 1 0 01636352 +eastern_red_cedar n 1 1 @ 1 0 11637247 +eastern_roman_empire n 1 4 @ #p %m %p 1 0 08800676 +eastern_samoa n 1 3 @ #p %p 1 0 08991878 +eastern_silvery_aster n 1 1 @ 1 0 11936113 +eastern_sioux n 1 1 @ 1 0 09667572 +eastern_spruce n 1 1 @ 1 0 11626826 +eastern_standard_time n 1 1 @ 1 0 15131994 +eastern_time n 1 1 @ 1 0 15131994 +eastern_turki n 1 1 @ 1 0 06928047 +eastern_united_states n 1 4 @ #p %p = 1 0 08563180 +eastern_white_pine n 1 1 @ 1 0 11613219 +eastern_woodrat n 1 2 @ #m 1 0 02340358 +easterner n 1 1 @ 1 0 10042074 +eastertide n 1 1 @ 1 0 15191587 +eastman n 1 1 @ 1 0 10947628 +eastward n 1 1 @ 1 0 13832355 +easy_chair n 1 2 @ ~ 1 1 03262932 +easy_going n 1 1 @ 1 0 00282953 +easy_lay n 1 1 @ 1 0 04253751 +easy_mark n 1 1 @ 1 0 10604089 +easy_money n 2 2 ! @ 2 1 13255883 13256303 +easy_street n 1 1 @ 1 0 13344386 +easygoingness n 1 2 @ + 1 0 04640722 +eatable n 1 2 @ ~ 1 0 07556637 +eatage n 1 1 @ 1 0 07801091 +eater n 2 3 @ ~ + 2 0 10042300 07708260 +eatery n 1 3 @ ~ #m 1 0 04081281 +eating n 1 4 @ ~ %p + 1 1 00838367 +eating_apple n 1 3 ! @ ~ 1 0 07739506 +eating_away n 1 3 @ ~ ; 1 0 13475538 +eating_disorder n 1 2 @ ~ 1 0 14055623 +eating_house n 1 3 @ ~ #m 1 0 04081281 +eating_place n 1 3 @ ~ #m 1 0 04081281 +eating_utensil n 1 3 @ ~ %p 1 0 03153375 +eaton-lambert_syndrome n 1 1 @ 1 0 14079156 +eats n 1 1 @ 1 0 07565161 +eau_claire n 1 2 @ #p 1 0 09157657 +eau_de_cologne n 1 1 @ 1 0 03071021 +eau_de_cologne_mint n 1 1 @ 1 0 12855710 +eau_de_javelle n 1 1 @ 1 0 14921974 +eau_de_toilette n 1 1 @ 1 0 04448070 +eau_de_vie n 1 1 @ 1 0 07902443 +eaves n 1 3 @ #p ; 1 0 03263076 +eavesdropper n 1 3 @ ~ + 1 0 10042690 +eb n 3 3 @ #p %p 3 0 13631194 13631037 13630864 +ebb n 2 3 @ #p + 2 0 13470491 07402147 +ebbing n 1 2 @ + 1 1 13470491 +ebbtide n 1 3 ! @ %p 1 0 07402393 +ebenaceae n 1 3 @ #m %m 1 0 12770068 +ebenales n 1 3 @ #m %m 1 0 12769815 +ebionite n 1 1 @ 1 0 10349836 +ebit n 1 3 @ #p %p 1 0 13631194 +ebitda n 1 1 @ 1 0 13255994 +eblis n 1 2 @ ; 1 0 09544876 +ebn n 1 1 @ 1 0 13832236 +ebola n 1 1 @ 1 0 14135623 +ebola_fever n 1 1 @ 1 0 14135623 +ebola_hemorrhagic_fever n 1 1 @ 1 0 14135623 +ebola_virus n 1 2 @ #m 1 0 01332009 +ebonics n 1 3 @ ; - 1 0 06947658 +ebonite n 1 1 @ 1 0 15007534 +ebony n 3 5 @ #m #s %s + 3 1 04960582 12770736 12770529 +ebony_family n 1 3 @ #m %m 1 0 12770068 +ebony_spleenwort n 1 1 @ 1 0 13181244 +ebony_tree n 1 3 @ #m %s 1 0 12770529 +ebro n 1 2 @ #p 1 0 09271415 +ebro_river n 1 2 @ #p 1 0 09271415 +ebs n 1 1 @ 1 0 13832480 +ebullience n 1 3 @ ~ + 1 0 04634540 +ebullition n 1 2 @ ~ 1 0 07014320 +eburnation n 1 1 @ 1 0 13470687 +eburophyton n 1 3 @ #m %m 1 0 12060380 +eburophyton_austinae n 1 2 @ #m 1 0 12060546 +ebv n 1 1 @ 1 0 01339623 +ec n 1 2 @ %m 1 0 08173515 +ecarte n 1 1 @ 1 0 00492195 +ecballium n 1 3 @ #m %m 1 0 12165608 +ecballium_elaterium n 1 2 @ #m 1 0 12165758 +ecc n 1 3 @ ~ ; 1 0 06357424 +ecce_homo n 1 1 @ 1 0 03263206 +eccentric n 2 2 @ ~ 2 1 10042845 09909060 +eccentric_person n 1 2 @ ~ 1 0 10042845 +eccentricity n 3 5 ! @ ~ + ; 3 1 04798881 13877129 05073888 +ecchymosis n 2 1 @ 2 0 14289079 13470868 +eccles n 1 1 @ 1 0 10947922 +eccles_cake n 1 2 @ ; 1 0 07631212 +ecclesiastes n 1 2 @ #p 1 0 06437531 +ecclesiastic n 1 2 @ ~ 1 0 09928136 +ecclesiastical_attire n 1 1 @ 1 0 03263338 +ecclesiastical_benefice n 1 2 @ ~ 1 0 13248087 +ecclesiastical_calendar n 1 2 @ %p 1 0 15181718 +ecclesiastical_law n 1 2 @ - 1 0 08453299 +ecclesiastical_mode n 1 1 @ 1 0 06860481 +ecclesiastical_province n 1 1 @ 1 0 14515816 +ecclesiastical_robe n 1 1 @ 1 0 03263338 +ecclesiasticism n 2 1 @ 2 1 01213234 05948716 +ecclesiasticus n 1 2 @ #p 1 0 06460295 +ecclesiology n 1 1 @ 1 0 06183004 +eccm n 1 1 @ 1 0 00995356 +eccrine_gland n 1 1 @ 1 0 05331035 +eccyesis n 1 2 @ ~ 1 0 14047740 +ecdysiast n 1 2 @ ~ 1 0 10664340 +ecdysis n 1 1 @ 1 0 13516842 +ecesis n 1 2 @ ; 1 0 13476267 +ecf n 1 2 @ ~ 1 0 05398023 +ecg n 1 2 @ #p 1 0 07004057 +echelon n 2 2 @ ; 2 0 08272352 03263474 +echeneididae n 1 3 @ #m %m 1 0 02574651 +echeneis n 1 3 @ #m %m 1 0 02575168 +echeneis_naucrates n 1 2 @ #m 1 0 02575325 +echidna n 2 2 @ #m 2 0 01872772 01872401 +echidnophaga n 1 3 @ #m %m 1 0 02187759 +echidnophaga_gallinacea n 1 2 @ #m 1 0 02187900 +echinacea n 1 3 @ #m %m 1 0 11962108 +echinocactus n 1 3 @ ~ #m 1 0 11845557 +echinocactus_grusonii n 1 1 @ 1 0 11845913 +echinocereus n 1 3 @ #m %m 1 0 11846087 +echinochloa n 1 3 @ #m %m 1 0 12117507 +echinochloa_crusgalli n 1 2 @ #m 1 0 12117695 +echinochloa_frumentacea n 1 2 @ #m 1 0 12117912 +echinococcosis n 1 1 @ 1 0 14453414 +echinococcus n 1 2 @ #m 1 0 01927928 +echinoderm n 1 4 @ ~ #m %p 1 0 02316707 +echinoderm_family n 1 3 @ ~ #m 1 0 02316038 +echinoderm_genus n 1 3 @ ~ #m 1 0 02316180 +echinodermata n 1 3 @ #m %m 1 0 02316392 +echinoidea n 1 3 @ #m %m 1 0 02318915 +echinops n 1 3 @ #m %m 1 0 11962500 +echinus n 1 1 @ 1 0 03263640 +echinus_esculentus n 1 1 @ 1 0 02319308 +echium n 1 3 @ #m %m 1 0 12819560 +echium_vulgare n 1 2 @ #m 1 0 12819728 +echo n 6 4 @ ~ + ; 6 1 05010801 09549047 07200290 05011162 04746607 01021119 +echo_chamber n 1 1 @ 1 0 03264021 +echo_sounder n 1 3 @ #p %p 1 0 04259771 +echo_sounding n 1 1 @ 1 0 00155797 +echocardiogram n 1 1 @ 1 0 07003935 +echocardiograph n 1 1 @ 1 0 03263758 +echocardiography n 1 1 @ 1 0 00832306 +echoencephalogram n 1 1 @ 1 0 07003807 +echoencephalograph n 1 1 @ 1 0 03263888 +echoencephalography n 1 1 @ 1 0 00832471 +echogram n 1 1 @ 1 0 04260364 +echography n 1 2 @ ~ 1 0 00901789 +echolalia n 2 2 @ ; 2 0 07200421 01018951 +echolocation n 1 1 @ 1 0 00155797 +echovirus n 1 1 @ 1 0 01338333 +eck n 1 1 @ 1 0 10948117 +eckhart n 1 1 @ 1 0 10948312 +eclair n 1 2 @ ~ 1 0 07628691 +eclampsia n 1 1 @ 1 0 14191284 +eclat n 3 1 @ 3 0 06691684 04815002 04814872 +eclectic n 1 1 @ 1 0 10043024 +eclectic_method n 1 1 @ 1 0 05788713 +eclecticism n 1 2 @ + 1 0 05788713 +eclecticist n 1 2 @ + 1 0 10043024 +eclipse n 1 4 @ ~ %p + 1 1 07368646 +eclipsis n 1 1 @ 1 0 13473716 +ecliptic n 1 1 @ 1 1 08565214 +eclogue n 1 1 @ 1 0 06379439 +ecm n 1 2 @ ~ 1 0 00995134 +eco-warfare n 1 2 @ ; 1 0 00764031 +ecobabble n 1 1 @ 1 0 07069074 +ecological_niche n 1 2 @ ; 1 0 13924336 +ecological_succession n 1 2 @ ; 1 0 13562862 +ecological_terrorism n 1 2 @ ; 1 0 00764031 +ecological_warfare n 1 2 @ ; 1 0 00764031 +ecologist n 1 2 @ + 1 0 10043163 +ecology n 2 4 @ ~ + - 2 0 14513062 06070929 +econometrician n 1 2 @ + 1 0 10043491 +econometrics n 1 2 @ + 1 0 06150449 +econometrist n 1 1 @ 1 0 10043491 +economic_aid n 1 2 @ ~ 1 0 13265904 +economic_and_social_council n 1 2 @ #m 1 0 08296720 +economic_and_social_council_commission n 1 3 @ ~ #m 1 0 08296911 +economic_commission_for_africa n 1 1 @ 1 0 08297863 +economic_commission_for_asia_and_the_far_east n 1 1 @ 1 0 08298074 +economic_commission_for_europe n 1 1 @ 1 0 08298319 +economic_commission_for_latin_america n 1 1 @ 1 0 08298521 +economic_condition n 1 2 @ ~ 1 0 14488594 +economic_consumption n 1 3 @ ~ ; 1 0 13451804 +economic_crisis n 1 2 @ ~ 1 0 14489113 +economic_expert n 1 3 @ ~ #m 1 0 10043643 +economic_geography n 1 1 @ 1 0 06122976 +economic_geology n 1 2 @ ~ 1 0 06121854 +economic_growth n 1 1 @ 1 0 13471052 +economic_libertarian n 1 1 @ 1 0 10043331 +economic_mobilisation n 1 1 @ 1 0 01230566 +economic_mobilization n 1 1 @ 1 0 01230566 +economic_policy n 1 2 @ ~ 1 1 06656741 +economic_process n 1 2 @ ~ 1 0 13471206 +economic_rent n 1 1 @ 1 0 13296270 +economic_science n 1 4 @ ~ %p - 1 0 06149484 +economic_strangulation n 1 1 @ 1 1 01162062 +economic_system n 1 3 @ ~ %p 1 1 08366753 +economic_theory n 1 4 @ ~ #p ; 1 0 05994935 +economic_value n 1 2 @ ~ 1 1 13413493 +economics n 1 4 @ ~ %p - 1 1 06149484 +economics_department n 1 1 @ 1 0 08116398 +economics_profession n 1 2 @ %m 1 0 08113322 +economiser n 1 3 @ ~ + 1 0 10044470 +economist n 1 4 @ ~ #m + 1 1 10043643 +economizer n 1 3 @ ~ + 1 0 10044470 +economy n 4 4 @ ~ %p + 4 4 08366753 05644727 04893787 00192613 +economy_class n 1 1 @ 1 0 02932693 +economy_of_scale n 1 1 @ 1 0 00193099 +ecosoc n 1 2 @ #m 1 0 08296720 +ecosoc_commission n 1 3 @ ~ #m 1 0 08296911 +ecosystem n 1 1 @ 1 0 08368757 +ecoterrorism n 1 2 @ ; 1 0 00764031 +ecotourism n 1 1 @ 1 0 00298351 +ecphonesis n 1 1 @ 1 0 07102802 +ecrevisse n 2 4 @ #m #p %p 2 0 07788885 01985493 +ecru n 1 1 @ 1 0 04973291 +ecstasy n 3 2 @ + 3 2 13986372 13988101 02678738 +ecstatic_state n 1 1 @ 1 0 05681855 +ect n 1 1 @ 1 0 00706605 +ectasia n 1 2 @ ~ 1 0 14064044 +ectasis n 1 2 @ ~ 1 0 14064044 +ectoblast n 1 2 @ ~ 1 0 01463739 +ectoderm n 1 3 @ ~ + 1 0 01463739 +ectomorph n 1 1 @ 1 0 10044682 +ectomorphy n 1 1 @ 1 0 04999111 +ectoparasite n 1 2 @ ~ 1 0 01385330 +ectopia n 1 2 @ + 1 0 05081660 +ectopic_gestation n 1 2 @ ~ 1 0 14047740 +ectopic_pregnancy n 1 2 @ ~ 1 0 14047740 +ectopistes n 1 3 @ #m %m 1 0 01815135 +ectopistes_migratorius n 1 2 @ #m 1 0 01815270 +ectoplasm n 2 2 @ ; 2 0 15109931 05433856 +ectoproct n 1 2 @ #m 1 0 02314158 +ectoprocta n 1 3 @ #m %m 1 0 02314001 +ectotherm n 1 1 @ 1 0 01315581 +ectozoan n 1 2 @ ~ 1 0 01385330 +ectozoon n 1 3 @ ~ + 1 0 01385330 +ectrodactyly n 1 1 @ 1 0 14093464 +ecuador n 1 7 @ #m #p %m %p + - 1 0 08776687 +ecuadoran n 1 2 @ #m 1 0 09700371 +ecuadoran_monetary_unit n 1 2 @ ~ 1 0 13707473 +ecuadorian n 1 2 @ #m 1 0 09700371 +ecumenical_council n 1 2 @ ~ 1 0 08312988 +ecumenical_movement n 1 1 @ 1 0 08474875 +ecumenicalism n 1 2 @ ; 1 0 06790235 +ecumenicism n 1 2 @ ; 1 0 06790235 +ecumenism n 2 3 @ + ; 2 0 08471949 06790235 +eczema n 1 2 @ ~ 1 0 14226056 +eczema_herpeticum n 1 1 @ 1 0 14225463 +eczema_hypertrophicum n 1 1 @ 1 0 14225877 +eczema_marginatum n 1 1 @ 1 0 14126519 +eczema_vaccinatum n 1 1 @ 1 0 14225632 +ed n 1 1 @ 1 0 14045141 +ed_sullivan n 1 1 @ 1 0 11324619 +edacity n 2 2 @ + 2 0 14040071 04886402 +edam n 1 1 @ 1 0 07853445 +edaphosauridae n 1 3 @ #m %m 1 0 01722085 +edaphosaurus n 1 2 @ #m 1 0 01722389 +edd n 1 1 @ 1 0 06703213 +edda n 2 3 @ #s #p 2 0 07736813 06953471 +eddie_rickenbacker n 1 1 @ 1 0 11261804 +eddington n 1 1 @ 1 0 10948478 +eddo n 1 2 @ #p 1 0 11786843 +eddy n 2 2 @ + 2 0 10948656 07432973 +eddy_merckx n 1 1 @ 1 0 11175605 +edecrin n 1 2 @ ; 1 0 03299648 +edelweiss n 1 2 @ #m 1 0 11989393 +edema n 1 3 @ ~ + 1 1 14316714 +eden n 2 1 @ 2 0 08565506 05628658 +edentata n 1 3 @ #m %m 1 0 02453373 +edentate n 1 3 @ ~ #m 1 0 02453611 +ederle n 1 1 @ 1 0 10948798 +edgar n 1 1 @ 1 0 10948993 +edgar_albert_guest n 1 1 @ 1 0 11018683 +edgar_allan_poe n 1 1 @ 1 0 11240480 +edgar_degas n 1 1 @ 1 0 10927687 +edgar_douglas_adrian n 1 1 @ 1 0 10808886 +edgar_guest n 1 1 @ 1 0 11018683 +edgar_lee_masters n 1 1 @ 1 0 11164058 +edgar_rice_burroughs n 1 1 @ 1 0 10874393 +edgar_varese n 1 1 @ 1 0 11360534 +edgar_wallace n 1 1 @ 1 0 11371622 +edgard_lawrence_doctorow n 1 1 @ 1 0 10937882 +edge n 6 3 @ ~ + 6 6 08565701 13903079 03264136 05171978 05158857 03264542 +edge_tool n 1 3 @ ~ %p 1 0 03265032 +edger n 2 2 @ + 2 0 10044763 03264906 +edgeworth-kuiper_belt n 1 2 @ #m 1 0 09327538 +edginess n 1 3 @ ~ + 1 0 07525057 +edging n 1 4 @ ~ #p + 1 0 03265479 +edibility n 1 3 @ ~ + 1 0 04997472 +edible n 1 2 @ ~ 1 0 07556637 +edible-pod_pea n 1 2 @ ~ 1 0 12560775 +edible-podded_pea n 1 2 @ ~ 1 0 12560775 +edible_asparagus n 1 3 @ #m %p 1 0 12441183 +edible_banana n 1 2 @ %p 1 0 12353203 +edible_bean n 1 3 @ ~ #p 1 0 07724943 +edible_cockle n 1 2 @ %p 1 0 01960177 +edible_corn n 1 4 @ ~ #p %p 1 0 07731952 +edible_fat n 1 2 @ ~ 1 0 07672135 +edible_fruit n 1 3 @ ~ %p 1 0 07705931 +edible_mussel n 1 3 @ #m %p 1 0 01964271 +edible_nut n 1 2 @ ~ 1 0 07737081 +edible_sea_urchin n 1 1 @ 1 0 02319308 +edible_seed n 1 2 @ ~ 1 0 07770571 +edible_snail n 1 3 @ #m %s 1 0 01944812 +edibleness n 1 3 @ ~ + 1 0 04997472 +edict n 2 3 @ ~ ; 2 0 06726671 06539770 +edification n 1 3 @ ~ + 1 0 05987835 +edifice n 1 3 @ ~ %p 1 1 02913152 +edinburgh n 1 2 @ #p 1 0 08892596 +edirne n 1 2 @ #p 1 0 08916111 +edison n 1 1 @ 1 0 10949192 +edith_cavell n 1 1 @ 1 0 10888151 +edith_giovanna_gassion n 1 1 @ 1 0 11234152 +edith_louisa_cavell n 1 1 @ 1 0 10888151 +edith_newbold_jones_wharton n 1 1 @ 1 0 11382795 +edith_piaf n 1 1 @ 1 0 11234152 +edith_wharton n 1 1 @ 1 0 11382795 +editing n 1 4 @ ~ + ; 1 0 06427831 +edition n 4 2 @ ~ 4 2 06590446 07959393 06597204 05840650 +editor n 2 4 @ ~ + ; 2 1 10044879 06574841 +editor_in_chief n 1 2 @ ~ 1 0 10044879 +editor_program n 1 3 @ ~ ; 1 0 06574841 +editorial n 1 4 @ ~ #p + 1 1 06268567 +editorial_department n 1 2 @ ~ 1 0 08118414 +editorialist n 1 3 @ ~ + 1 0 09939154 +editorship n 1 2 @ + 1 0 00592102 +edmond_de_goncourt n 1 1 @ 1 0 11006431 +edmond_halley n 1 1 @ 1 0 11025326 +edmond_hoyle n 1 1 @ 1 0 11063182 +edmond_louis_antoine_huot_de_goncourt n 1 1 @ 1 0 11006431 +edmond_malone n 1 1 @ 1 0 11152122 +edmond_rostand n 1 1 @ 1 0 11271859 +edmonton n 1 2 @ #p 1 0 08822742 +edmontonia n 1 2 @ #m 1 0 01702479 +edmontosaurus n 1 2 @ #m 1 0 01707000 +edmund_burke n 1 1 @ 1 0 10873059 +edmund_cartwright n 1 1 @ 1 0 10885352 +edmund_charles_edouard_genet n 1 1 @ 1 0 10994097 +edmund_halley n 1 1 @ 1 0 11025326 +edmund_hillary n 1 1 @ 1 0 11050183 +edmund_husserl n 1 1 @ 1 0 11068630 +edmund_i n 1 1 @ 1 0 10949424 +edmund_ii n 1 1 @ 1 0 10949586 +edmund_ironside n 1 1 @ 1 0 10949586 +edmund_john_millington_synge n 1 1 @ 1 0 11327744 +edmund_kean n 1 1 @ 1 0 11098223 +edmund_malone n 1 1 @ 1 0 11152122 +edmund_spenser n 1 1 @ 1 0 11310833 +edmund_wilson n 1 1 @ 1 0 11391123 +edna_ferber n 1 1 @ 1 0 10968504 +edna_millay n 1 1 @ 1 0 11179797 +edna_o'brien n 1 1 @ 1 0 11211322 +edna_saint_vincent_millay n 1 1 @ 1 0 11179797 +edo n 2 2 @ #p 2 0 09737981 08923348 +edouard_lemaitre n 1 1 @ 1 0 11125646 +edouard_manet n 1 1 @ 1 0 11153887 +edouard_vuillard n 1 1 @ 1 0 11369551 +edp n 1 1 @ 1 0 13472341 +edronax n 1 1 @ 1 0 04060316 +eds n 1 1 @ 1 0 03305300 +edsel_bryant_ford n 1 1 @ 1 0 10975101 +edta n 1 1 @ 1 0 14851668 +eduard_buchner n 1 1 @ 1 0 10870072 +educatee n 1 4 @ ~ #m + 1 0 10665698 +education n 6 6 @ ~ %p + ; - 6 5 00883297 05984287 05753564 00611433 04921900 08132637 +education_department n 1 2 @ ; 1 0 08132637 +education_secretary n 2 2 @ #m 2 0 10571435 00600871 +educational_activity n 1 4 @ ~ %p - 1 1 00883297 +educational_institution n 1 2 @ ~ 1 1 08276342 +educational_program n 1 2 @ ~ 1 0 05900430 +educationalist n 1 2 @ + 1 0 10045454 +educationist n 1 2 @ + 1 0 10045454 +educator n 1 3 @ ~ + 1 1 10045713 +edutainment n 1 1 @ 1 0 00515578 +edvard_grieg n 1 1 @ 1 0 11016199 +edvard_hagerup_grieg n 1 1 @ 1 0 11016199 +edvard_munch n 1 1 @ 1 0 11196208 +edward n 10 3 @ #m + 10 0 10951697 10951459 10951278 10951017 10950786 10950448 10950219 10950092 10949952 10949782 +edward_albee n 1 1 @ 1 0 10811228 +edward_antony_richard_louis n 1 1 @ 1 0 10949952 +edward_appleton n 1 1 @ 1 0 10820613 +edward_benjamin_britten n 1 1 @ 1 0 10864635 +edward_bouverie_pusey n 1 1 @ 1 0 11248997 +edward_calvin_kendall n 1 1 @ 1 0 11100462 +edward_d._white n 1 1 @ 1 0 11384291 +edward_douglas_white_jr. n 1 1 @ 1 0 11384291 +edward_durell_stone n 1 1 @ 1 0 11319134 +edward_estlin_cummings n 1 1 @ 1 0 10917377 +edward_everett_hale n 1 1 @ 1 0 11023327 +edward_fitzgerald n 1 1 @ 1 0 10972298 +edward_franklin_albeen n 1 1 @ 1 0 10811228 +edward_g._robinson n 1 1 @ 1 0 11265416 +edward_george_earle_bulwer-lytton n 1 1 @ 1 0 11146494 +edward_gibbon n 1 1 @ 1 0 10997742 +edward_goldenberg_robinson n 1 1 @ 1 0 11265416 +edward_henry_harriman n 1 1 @ 1 0 11029888 +edward_i n 1 1 @ 1 0 10950092 +edward_ii n 1 1 @ 1 0 10950219 +edward_iii n 1 1 @ 1 0 10950448 +edward_iv n 1 1 @ 1 0 10950786 +edward_james_hughes n 1 1 @ 1 0 11065229 +edward_james_muggeridge n 1 1 @ 1 0 11198608 +edward_jean_steichen n 1 1 @ 1 0 11314514 +edward_jenner n 1 1 @ 1 0 11082135 +edward_kendall n 1 1 @ 1 0 11100462 +edward_kennedy_ellington n 1 1 @ 1 0 10958010 +edward_lawrie_tatum n 1 1 @ 1 0 11332892 +edward_lear n 1 1 @ 1 0 11122439 +edward_lee_thorndike n 1 1 @ 1 0 11341137 +edward_macdowell n 1 1 @ 1 0 11147185 +edward_morley n 1 1 @ 1 0 11191251 +edward_osborne_wilson n 1 1 @ 1 0 11391379 +edward_pusey n 1 1 @ 1 0 11248997 +edward_r._murrow n 1 1 @ 1 0 11197743 +edward_roscoe_murrow n 1 1 @ 1 0 11197743 +edward_sapir n 1 1 @ 1 0 11281174 +edward_teach n 1 1 @ 1 0 11334003 +edward_teller n 1 1 @ 1 0 11335041 +edward_thatch n 1 1 @ 1 0 11334003 +edward_the_confessor n 1 1 @ 1 0 10952143 +edward_the_elder n 1 1 @ 1 0 10952421 +edward_the_martyr n 1 1 @ 1 0 10952629 +edward_v n 1 1 @ 1 0 10951017 +edward_vernon_rickenbacker n 1 1 @ 1 0 11261804 +edward_vi n 1 1 @ 1 0 10951278 +edward_vii n 1 2 @ #m 1 0 10951459 +edward_viii n 1 2 @ #m 1 0 10951697 +edward_vincent_sullivan n 1 1 @ 1 0 11324619 +edward_weston n 1 1 @ 1 0 11382688 +edward_white n 1 1 @ 1 0 11384291 +edward_williams_morley n 1 1 @ 1 0 11191251 +edward_winslow n 1 1 @ 1 0 11392913 +edward_wyllis_scripps n 1 1 @ 1 0 11290272 +edward_young n 1 1 @ 1 0 11403600 +edwardian n 1 2 @ + 1 0 10046387 +edwards n 1 1 @ 1 0 10951948 +edwin n 1 1 @ 1 0 10952919 +edwin_arlington_robinson n 1 1 @ 1 0 11265591 +edwin_dubois_hayward n 1 1 @ 1 0 11049001 +edwin_herbert_land n 1 1 @ 1 0 11115558 +edwin_hubble n 1 1 @ 1 0 11063687 +edwin_powell_hubble n 1 1 @ 1 0 11063687 +edwy n 1 1 @ 1 0 10953035 +ee n 1 3 @ ~ - 1 0 06128024 +eec n 1 2 @ %m 1 0 08173515 +eeg n 1 1 @ 1 1 07004241 +eel n 2 4 @ ~ #m #p 2 0 07783967 02526121 +eelam n 1 2 @ #p 1 0 08719892 +eelblenny n 1 2 @ #m 1 0 02616128 +eelgrass n 2 2 @ #m 2 0 12618727 12615232 +eelgrass_family n 1 2 @ #m 1 0 12618336 +eelpout n 2 3 @ ~ #m 2 0 02617207 02523427 +eelworm n 1 2 @ ~ 1 0 01931714 +eeriness n 1 2 @ + 1 0 04798020 +eero_saarinen n 1 1 @ 1 0 11276971 +effacement n 2 3 @ #p + 2 0 13471517 00054328 +effect n 6 4 @ ~ + ; 6 5 11410625 04675314 05917477 06604066 04809642 14311348 +effecter n 1 2 @ + 1 0 10046527 +effectiveness n 2 5 ! @ ~ = + 2 2 05199286 05034225 +effectivity n 1 4 @ ~ = + 1 0 05199286 +effector n 3 4 ! @ %p + 3 0 10046527 05465228 05298421 +effects n 1 1 @ 1 0 13246079 +effectuality n 1 4 @ ~ = + 1 0 05199286 +effectualness n 1 4 @ ~ = + 1 0 05199286 +effectuation n 1 3 @ ~ + 1 0 00044150 +effeminacy n 1 3 @ ~ ; 1 0 04668139 +effeminateness n 1 4 @ ~ + ; 1 0 04668139 +effendi n 1 1 @ 1 0 09735790 +efferent n 1 4 @ ~ %p + 1 0 05474738 +efferent_fiber n 1 2 @ #p 1 0 05474976 +efferent_nerve n 1 3 @ ~ %p 1 0 05474738 +efferent_neuron n 1 2 @ #p 1 0 05466696 +effervescence n 2 2 @ + 2 0 13471681 04733347 +efficaciousness n 1 3 @ = + 1 0 05199869 +efficacy n 1 4 ! @ = + 1 1 05199869 +efficiency n 2 4 ! @ ~ + 2 2 13820993 05644527 +efficiency_apartment n 1 1 @ 1 0 03265754 +efficiency_engineer n 1 1 @ 1 1 10046717 +efficiency_expert n 1 1 @ 1 0 10046717 +effigy n 1 2 @ ~ 1 0 03265874 +effleurage n 1 2 @ #p 1 0 00659667 +efflorescence n 4 3 @ ~ + 4 0 15295045 14321953 13439570 11410527 +effluence n 1 2 @ + 1 0 13529295 +effluent n 1 2 @ #s 1 1 14857021 +effluvium n 1 1 @ 1 0 14853530 +efflux n 1 2 ! @ 1 0 13529295 +effort n 4 2 @ ~ 4 3 00786195 00621627 00036762 00798245 +effortfulness n 1 4 ! @ ~ + 1 0 04709585 +effortlessness n 1 4 ! @ ~ + 1 0 04708543 +effrontery n 1 2 @ ~ 1 0 04838727 +effulgence n 1 3 @ ~ + 1 0 04953954 +effusion n 2 3 @ ~ + 2 0 07014320 00329943 +effusiveness n 1 2 @ + 1 0 04651009 +efrem_zimbalist n 1 1 @ 1 0 11407048 +eft n 1 1 @ 1 0 01631663 +egadi_islands n 1 2 @ #p 1 0 08784905 +egalitarian n 1 3 ! @ + 1 0 10046870 +egalitarianism n 1 1 @ 1 1 05967588 +egalite n 1 1 @ 1 0 13947010 +egality n 1 2 @ + 1 0 13947010 +egbert n 1 1 @ 1 0 10953188 +egeria n 1 2 @ #m 1 0 12614962 +egeria_densa n 1 1 @ 1 0 12614763 +egg n 3 6 @ ~ #p %s %p + 3 2 01460457 07840804 05524615 +egg-and-anchor n 1 1 @ 1 0 03266195 +egg-and-dart n 1 1 @ 1 0 03266195 +egg-and-tongue n 1 1 @ 1 0 03266195 +egg-laying_mammal n 1 2 @ ~ 1 0 01871875 +egg_cell n 1 3 @ ~ #p 1 0 05457973 +egg_cream n 1 1 @ 1 0 07928264 +egg_cup n 1 1 @ 1 0 03266498 +egg_en_cocotte n 1 1 @ 1 0 07842605 +egg_foo_yong n 1 2 @ ; 1 0 07866571 +egg_fu_yung n 1 2 @ ; 1 0 07866571 +egg_laying n 1 1 @ 1 1 13506477 +egg_noodle n 1 1 @ 1 0 07699815 +egg_roll n 1 2 @ ; 1 0 07866723 +egg_timer n 1 1 @ 1 0 03266620 +egg_white n 1 2 @ #p 1 0 07841037 +egg_yolk n 1 2 @ #p 1 0 07841345 +eggar n 1 2 @ #m 1 0 02306825 +eggbeater n 2 3 @ ~ %p 2 0 03512147 03266371 +eggcup n 1 1 @ 1 0 03266498 +eggdrop_soup n 1 1 @ 1 0 07587331 +egger n 1 2 @ #m 1 0 02306825 +eggfruit n 1 2 @ #p 1 0 07755262 +egghead n 1 1 @ 1 1 10047030 +eggnog n 1 1 @ 1 0 07932039 +eggplant n 2 4 @ #m #p %p 2 1 07713074 12896000 +eggplant_bush n 1 3 @ #m %p 1 0 12896000 +eggs n 1 3 @ %s %p 1 1 07840804 +eggs_benedict n 1 1 @ 1 0 07866868 +eggshake n 1 1 @ 1 0 07923495 +eggshell n 1 2 @ #p 1 0 09432430 +eggwhisk n 1 1 @ 1 0 03266371 +egis n 1 3 @ ~ #p 1 0 02895154 +eglantine n 1 1 @ 1 0 12621619 +eglevsky n 1 1 @ 1 0 10953344 +ego n 3 3 @ ~ ; 3 2 07508806 05675601 05613170 +ego_ideal n 1 2 @ ; 1 0 05925862 +ego_trip n 1 1 @ 1 0 00373862 +egocentric n 1 2 @ + 1 0 10047199 +egocentrism n 1 1 @ 1 0 04835028 +egoism n 2 4 ! @ + ; 2 0 05953263 04835028 +egoist n 2 3 @ ~ + 2 0 10047459 10047199 +egomania n 1 1 @ 1 0 09182142 +egomaniac n 1 1 @ 1 0 10047371 +egotism n 2 3 @ ~ + 2 1 04887497 07508806 +egotist n 1 3 @ ~ + 1 1 10047459 +egress n 3 6 ! @ ~ #p + ; 3 0 07322138 07319909 00044455 +egression n 1 3 @ ~ + 1 0 00044455 +egret n 1 2 @ ~ 1 0 02008796 +egretta n 1 3 @ #m %m 1 0 02009015 +egretta_albus n 1 2 @ #m 1 0 02009912 +egretta_caerulea n 1 2 @ #m 1 0 02009229 +egretta_garzetta n 1 2 @ #m 1 0 02009508 +egretta_thula n 1 2 @ #m 1 0 02009380 +egtk n 1 2 @ ; 1 0 08046032 +egypt n 2 7 @ #m #p %m %p + - 2 1 08897065 08896831 +egyptian n 2 4 @ ~ #m + 2 0 09700492 06990000 +egyptian_bean n 1 2 @ #m 1 0 12537569 +egyptian_capital n 1 3 @ #p %m 1 0 08898633 +egyptian_cat n 1 1 @ 1 0 02124075 +egyptian_cobra n 1 2 @ #m 1 0 01748389 +egyptian_corn n 1 1 @ 1 0 12137791 +egyptian_cotton n 1 1 @ 1 0 12177249 +egyptian_deity n 1 3 @ ~ ; 1 0 09510904 +egyptian_empire n 1 1 @ 1 0 08896831 +egyptian_grass n 1 1 @ 1 0 12116734 +egyptian_henbane n 1 2 @ #m 1 0 12904562 +egyptian_islamic_jihad n 1 2 @ ; 1 0 08012765 +egyptian_lupine n 1 1 @ 1 0 12546420 +egyptian_monetary_unit n 1 2 @ ~ 1 0 13693908 +egyptian_onion n 1 1 @ 1 0 12433540 +egyptian_paper_reed n 1 2 @ #m 1 0 12151365 +egyptian_paper_rush n 1 2 @ #m 1 0 12151365 +egyptian_pea n 1 2 @ %p 1 0 12515711 +egyptian_pound n 1 2 @ %p 1 0 13694017 +egyptian_vulture n 1 2 @ #m 1 0 01617766 +egyptian_water_lily n 1 2 @ #m 1 0 11715810 +egyptologist n 1 3 @ ~ + 1 0 10047822 +egyptology n 1 2 @ + 1 0 06144855 +ehadhamen n 1 2 @ #p 1 0 09038079 +ehf n 1 2 @ #p 1 0 05058025 +ehrenberg n 1 1 @ 1 0 10953473 +ehrlich n 1 1 @ 1 0 10953605 +eib n 1 3 @ #p %p 1 0 13630864 +eibit n 1 3 @ #p %p 1 0 13631355 +eichhornia n 1 3 @ #m %m 1 0 12610186 +eichhornia_crassipes n 1 2 @ #m 1 0 12610328 +eichhornia_spesiosa n 1 2 @ #m 1 0 12610328 +eichmann n 1 1 @ 1 0 10953797 +eicosapentaenoic_acid n 1 1 @ 1 0 14847654 +eider n 1 3 @ #m %p 1 0 01853195 +eider_duck n 1 3 @ #m %p 1 0 01853195 +eiderdown n 2 4 @ #s #p %s 2 0 03266749 01896844 +eidos n 1 2 @ ; 1 0 04723436 +eiffel n 1 1 @ 1 0 10954039 +eiffel_tower n 1 2 @ #p 1 0 03266906 +eigen n 1 1 @ 1 0 10954180 +eigenvalue n 1 1 @ 1 0 05856589 +eigenvalue_of_a_matrix n 1 1 @ 1 0 05856589 +eigenvalue_of_a_square_matrix n 1 1 @ 1 0 05856589 +eight n 3 1 @ 3 0 13745086 08275497 03267340 +eight-spot n 1 1 @ 1 0 03267340 +eight_ball n 1 1 @ 1 0 03267113 +eighteen n 1 1 @ 1 0 13747865 +eighteenth n 1 1 @ 1 0 13848684 +eighteenth_amendment n 1 3 @ #p ; 1 0 06728998 +eighter n 1 1 @ 1 0 13745086 +eighter_from_decatur n 1 1 @ 1 0 13745086 +eighth n 2 1 @ 2 0 13847616 13738140 +eighth_cranial_nerve n 1 2 @ #p 1 0 05479503 +eighth_note n 1 1 @ 1 0 06871384 +eighties n 3 2 @ #p 3 0 15151084 15150993 15150870 +eightieth n 1 1 @ 1 0 13849512 +eightpence n 1 1 @ 1 0 13391610 +eightpenny_nail n 1 1 @ 1 0 03267256 +eightsome n 2 1 @ 2 0 07987903 00540396 +eightvo n 1 1 @ 1 0 05096408 +eighty n 1 1 @ 1 0 13750164 +eijkman n 1 1 @ 1 0 10954328 +eileen_farrell n 1 1 @ 1 0 10967152 +eimeria n 1 2 @ #m 1 0 01423302 +eimeriidae n 1 3 @ #m %m 1 0 01423001 +eindhoven n 1 2 @ #p 1 0 08950649 +einstein n 2 3 @ ~ + 2 0 10954498 10126926 +einstein's_general_theory_of_relativity n 1 1 @ 1 0 06106820 +einstein's_special_theory_of_relativity n 1 1 @ 1 0 06107083 +einstein's_theory_of_relativity n 1 4 @ ~ ; - 1 0 06106502 +einsteinium n 1 1 @ 1 0 14636822 +einthoven n 1 1 @ 1 0 10954819 +eira n 1 3 @ #m %m 1 0 02451292 +eira_barbara n 1 2 @ #m 1 0 02451415 +eire n 1 5 @ #m #p %p - 1 0 08888676 +eisegesis n 1 2 @ ; 1 0 07171785 +eisenhower n 1 1 @ 1 0 10954966 +eisenstaedt n 1 1 @ 1 0 10955282 +eisenstein n 1 1 @ 1 0 10955483 +eisteddfod n 1 3 @ ~ ; 1 0 00517231 +eitchen_midden n 1 2 @ ; 1 0 08560560 +ejaculate n 1 4 @ ~ %p + 1 0 05404336 +ejaculation n 2 3 @ ~ + 2 1 07125958 13471815 +ejaculator n 2 2 @ + 2 0 10048117 10048001 +ejaculatory_duct n 1 2 @ #p 1 0 05527389 +ejection n 2 3 @ ~ + 2 1 00116687 00206927 +ejection_seat n 1 2 @ #p 1 0 03267468 +ejector n 2 3 @ #p + 2 0 10386071 02972533 +ejector_seat n 1 2 @ #p 1 0 03267468 +ekbom_syndrome n 1 1 @ 1 0 14309394 +ekg n 1 2 @ #p 1 0 07004057 +ekman n 1 1 @ 1 0 10955748 +el n 2 2 @ ~ 2 0 13836550 03280813 +el-aksur n 1 2 @ #p 1 0 08899577 +el_aaium n 1 2 @ #p 1 0 08969948 +el_alamein n 2 3 @ #p ; 2 0 08898941 01278232 +el_beda n 1 2 @ #p 1 0 08987262 +el_caudillo n 1 1 @ 1 0 10978842 +el_cid n 1 1 @ 1 0 09598491 +el_dorado n 1 1 @ 1 0 05627514 +el_giza n 1 2 @ #p 1 0 08899149 +el_greco n 1 1 @ 1 0 10956377 +el_iskandriyah n 1 2 @ #p 1 0 08898187 +el_libertador n 2 2 @ #p 2 0 10855604 09272773 +el_misti n 1 2 @ #p 1 0 09174566 +el_muerto n 1 2 @ #p 1 0 09272927 +el_nino n 2 3 @ ~ ; 2 0 11488601 11084110 +el_nino_southern_oscillation n 1 1 @ 1 0 11488828 +el_paso n 1 2 @ #p 1 0 09144117 +el_qahira n 1 3 @ #p %m 1 0 08898633 +el_salvador n 1 6 @ #m #p %m %p + 1 0 08738272 +el_salvadoran_colon n 1 2 @ %p 1 0 13667643 +el_salvadoran_monetary_unit n 1 2 @ ~ 1 0 13667523 +ela n 1 2 @ ; 1 0 08043169 +elaborateness n 2 3 @ ~ + 2 0 04766852 04698112 +elaboration n 5 3 @ ~ + 5 1 00371487 07357679 07172756 04766852 00250710 +elaeagnaceae n 1 3 @ #m %m 1 0 12325497 +elaeagnus n 1 3 @ #m %m 1 0 12325667 +elaeagnus_augustifolia n 1 1 @ 1 0 12326369 +elaeagnus_commutata n 1 1 @ 1 0 12326178 +elaeagnus_latifolia n 1 1 @ 1 0 12326033 +elaeis n 1 3 @ #m %m 1 0 12590117 +elaeis_guineensis n 1 1 @ 1 0 12590499 +elaeis_oleifera n 1 1 @ 1 0 12590600 +elaeocarpaceae n 1 3 @ #m %m 1 0 12192373 +elaeocarpus n 1 3 @ #m %m 1 0 12192722 +elaeocarpus_family n 1 3 @ #m %m 1 0 12192373 +elaeocarpus_grandis n 1 3 @ #m %p 1 0 12192877 +elaeostearic_acid n 1 1 @ 1 0 14847810 +elagatis n 1 2 @ #m 1 0 02577291 +elagatis_bipinnulata n 1 1 @ 1 0 02577403 +elaidic_acid n 1 1 @ 1 0 14840342 +elam n 1 1 @ 1 0 08913242 +elamite n 2 1 @ 2 0 09640715 06968454 +elamitic n 1 1 @ 1 0 06968454 +elan n 3 1 @ 3 0 07555402 04812871 04633570 +elan_vital n 1 2 @ ; 1 0 11523839 +eland n 1 3 @ ~ #m 1 0 02426813 +elanoides n 1 3 @ #m %m 1 0 01608934 +elanoides_forficatus n 1 2 @ #m 1 0 01609062 +elanus n 1 3 @ #m %m 1 0 01609236 +elanus_leucurus n 1 2 @ #m 1 0 01609391 +elaphe n 1 3 @ #m %m 1 0 01732445 +elaphe_guttata n 1 2 @ #m 1 0 01732614 +elaphe_obsoleta n 1 2 @ #m 1 0 01732789 +elaphure n 1 2 @ #m 1 0 02435517 +elaphurus n 1 3 @ #m %m 1 0 02435386 +elaphurus_davidianus n 1 2 @ #m 1 0 02435517 +elapid n 1 3 @ ~ #m 1 0 01745125 +elapid_snake n 1 3 @ ~ #m 1 0 01745125 +elapidae n 1 3 @ #m %m 1 0 01744657 +elapsed_time n 1 2 @ ~ 1 0 15131123 +elasmobranch n 1 3 @ ~ #m 1 0 01482071 +elasmobranchii n 1 3 @ #m %m 1 0 01481599 +elastance n 1 1 @ 1 0 11433698 +elastance_unit n 1 2 @ ~ 1 0 13633596 +elastase n 1 1 @ 1 0 14849540 +elastic n 2 2 @ + 2 0 04116098 03267696 +elastic_band n 1 1 @ 1 0 04116098 +elastic_bandage n 1 2 @ ~ 1 0 03267821 +elastic_device n 1 2 @ ~ 1 0 03267972 +elastic_energy n 1 1 @ 1 0 11448835 +elastic_modulus n 1 3 @ ~ ; 1 0 13587963 +elastic_potential_energy n 1 1 @ 1 0 11448835 +elastic_tissue n 1 2 @ %s 1 0 05287368 +elasticity n 1 4 ! @ ~ + 1 1 05020358 +elasticity_of_shear n 1 1 @ 1 0 05021740 +elastin n 1 2 @ #s 1 0 05287731 +elastomer n 1 1 @ 1 0 14840583 +elastoplast n 1 2 @ ; 1 0 03268142 +elastosis n 1 1 @ 1 0 14035502 +elater n 1 3 @ ~ #m 1 0 02176261 +elaterid n 1 3 @ ~ #m 1 0 02176261 +elaterid_beetle n 1 3 @ ~ #m 1 0 02176261 +elateridae n 1 3 @ #m %m 1 0 02176073 +elation n 2 4 ! @ ~ + 2 2 14405225 07527656 +elavil n 1 2 @ ; 1 0 02702575 +elbe n 1 2 @ #p 1 0 09271558 +elbe_river n 1 2 @ #p 1 0 09271558 +elbow n 5 4 @ #p %p + 5 2 05579944 03268470 03268553 03268311 02468368 +elbow_bone n 1 3 @ #p %p 1 0 05593476 +elbow_grease n 1 2 @ ~ 1 0 00621627 +elbow_joint n 1 3 @ #p %p 1 0 05579944 +elbow_pad n 1 1 @ 1 0 03268645 +elbow_room n 1 2 @ ~ 1 0 13777764 +elbowing n 1 2 @ + 1 0 00114298 +eld n 2 4 @ ~ #p %p 2 0 15153787 15145171 +elder n 3 4 @ ~ #m + 3 1 10048218 12678224 10048367 +elder_hand n 1 1 @ 1 0 10048729 +elder_statesman n 2 1 @ 2 0 10048612 10048485 +elderberry n 2 2 @ #p 2 0 12679201 07765208 +elderberry_bush n 1 3 @ ~ #m 1 0 12678224 +elderly n 1 1 @ 1 0 07943870 +eldership n 1 2 @ + 1 0 00592199 +eldest n 1 2 @ + 1 0 10092643 +eldest_hand n 1 1 @ 1 0 10048729 +eldorado n 1 1 @ 1 0 05627514 +eleanor_gwyn n 1 1 @ 1 0 11020888 +eleanor_gwynn n 1 1 @ 1 0 11020888 +eleanor_gwynne n 1 1 @ 1 0 11020888 +eleanor_of_aquitaine n 1 1 @ 1 0 10955920 +eleanor_roosevelt n 1 1 @ 1 0 11270380 +elecampane n 1 1 @ 1 0 11984659 +elect n 1 2 @ + 1 0 08386853 +elected_official n 1 2 @ ~ 1 0 10048836 +election n 4 4 @ ~ + - 4 2 00181781 00180962 13926329 05966798 +election_commission n 1 1 @ 1 0 08325124 +election_day n 1 1 @ 1 1 15172881 +election_district n 1 1 @ 1 0 08538730 +election_fraud n 1 1 @ 1 0 00777679 +electioneering n 2 4 @ ~ %p + 2 0 07245885 00799537 +elective n 1 1 @ 1 0 00890808 +elective_course n 1 1 @ 1 0 00890808 +elector n 2 4 @ ~ #m + 2 1 10760340 10473273 +electoral_college n 1 1 @ 1 0 08238313 +electoral_system n 1 3 @ ~ ; 1 0 05904135 +electorate n 1 3 @ %m + 1 0 08161068 +electra n 1 2 @ ; 1 0 09596884 +electra_complex n 1 1 @ 1 0 07483005 +electric n 1 1 @ 1 0 03268790 +electric-arc_furnace n 1 2 @ #p 1 0 04305016 +electric-discharge_lamp n 1 1 @ 1 0 03271376 +electric-light_bulb n 1 2 @ %p 1 0 03665924 +electric_arc n 1 2 @ ~ 1 0 11511523 +electric_automobile n 1 1 @ 1 0 03268790 +electric_battery n 1 3 @ ~ %p 1 0 02810471 +electric_bell n 1 3 @ ~ %p 1 0 03270695 +electric_bill n 1 1 @ 1 0 06517345 +electric_blanket n 1 1 @ 1 0 03270854 +electric_burn n 1 1 @ 1 0 14289829 +electric_car n 1 1 @ 1 0 03268790 +electric_catfish n 1 2 @ #m 1 0 02518622 +electric_cell n 1 2 @ ~ 1 0 02991048 +electric_chair n 1 1 @ 1 1 03271030 +electric_charge n 1 2 @ ~ 1 0 11435028 +electric_circuit n 1 4 @ ~ #p %p 1 1 03033362 +electric_clock n 1 2 @ %p 1 0 03271260 +electric_company n 1 1 @ 1 0 08186393 +electric_cord n 1 2 @ ~ 1 0 03106898 +electric_current n 1 2 @ ~ 1 1 11443532 +electric_dipole n 1 1 @ 1 0 09271774 +electric_dipole_moment n 1 1 @ 1 0 11483472 +electric_discharge n 1 2 @ ~ 1 1 11511523 +electric_doublet n 1 1 @ 1 0 09271774 +electric_drill n 1 4 @ #p %p + 1 0 03240140 +electric_eel n 1 2 @ #m 1 0 01444339 +electric_eye n 1 3 @ ~ %p 1 0 03924978 +electric_fan n 1 2 @ %p 1 0 03271574 +electric_field n 1 2 @ ~ 1 0 11449658 +electric_fire n 1 3 @ ~ %p 1 0 03272239 +electric_frying_pan n 1 1 @ 1 0 03271765 +electric_furnace n 1 2 @ ~ 1 0 03271865 +electric_glow n 1 1 @ 1 0 11440802 +electric_guitar n 1 1 @ 1 0 03272010 +electric_hammer n 1 2 @ %p 1 0 03272125 +electric_healing n 1 2 @ ~ 1 0 00662681 +electric_heater n 1 3 @ ~ %p 1 1 03272239 +electric_lamp n 1 2 @ ~ 1 0 03272383 +electric_light n 1 2 @ %p 1 1 03665924 +electric_locomotive n 1 2 @ %p 1 0 03272562 +electric_main n 1 2 @ #p 1 0 03272696 +electric_meter n 1 1 @ 1 0 03272810 +electric_mixer n 1 2 @ %p 1 0 03272940 +electric_motor n 1 4 @ ~ #p %p 1 0 03273061 +electric_organ n 1 2 @ ; 1 0 03273551 +electric_outlet n 1 2 @ ~ 1 1 04548771 +electric_pig n 1 1 @ 1 0 03212114 +electric_potential n 1 2 @ ~ 1 0 11493827 +electric_power n 1 2 @ ~ 1 1 11449419 +electric_range n 1 2 @ %p 1 0 03273740 +electric_ray n 1 2 @ #m 1 0 01496331 +electric_razor n 1 1 @ 1 1 04185804 +electric_receptacle n 1 2 @ ~ 1 0 04548771 +electric_refrigerator n 1 3 @ ~ %p 1 1 03273913 +electric_resistance n 1 2 @ ~ 1 0 11503968 +electric_sander n 1 2 @ %p 1 0 03250588 +electric_shaver n 1 1 @ 1 0 04185804 +electric_shock n 3 1 @ 3 1 01163586 14291823 00839292 +electric_socket n 1 2 @ #p 1 0 03274137 +electric_storm n 1 1 @ 1 0 11519253 +electric_switch n 1 2 @ ~ 1 0 04372370 +electric_thermometer n 1 1 @ 1 0 04421083 +electric_toothbrush n 1 2 @ %p 1 1 03274265 +electric_typewriter n 1 2 @ %p 1 0 03274435 +electrical_cable n 1 1 @ 1 0 03268918 +electrical_capacity n 1 1 @ 1 0 11433546 +electrical_circuit n 1 4 @ ~ #p %p 1 0 03033362 +electrical_condenser n 1 3 @ ~ #p 1 0 02955247 +electrical_conduction n 1 2 @ ~ 1 0 11512650 +electrical_contact n 1 1 @ 1 0 03269073 +electrical_converter n 1 2 @ ~ 1 0 03269203 +electrical_device n 1 3 @ ~ %p 1 0 03269401 +electrical_discharge n 1 2 @ ~ 1 0 07307895 +electrical_distributor n 1 3 @ #p %p 1 0 03213014 +electrical_disturbance n 1 1 @ 1 0 11514288 +electrical_elastance n 1 1 @ 1 0 11433698 +electrical_energy n 1 2 @ ~ 1 0 11450566 +electrical_engineer n 1 2 @ ~ 1 1 10049017 +electrical_engineering n 1 3 @ ~ - 1 0 06128024 +electrical_fuse n 1 2 @ ~ 1 0 03407369 +electrical_healing n 1 2 @ ~ 1 0 00662681 +electrical_line_of_force n 1 1 @ 1 0 11457283 +electrical_outlet n 1 2 @ ~ 1 0 04548771 +electrical_phenomenon n 1 2 @ ~ 1 0 11449002 +electrical_plant n 1 1 @ 1 0 03270579 +electrical_power n 1 2 @ ~ 1 0 11449419 +electrical_relay n 1 3 @ #p %p 1 0 04072960 +electrical_resistance n 1 2 @ ~ 1 0 11503968 +electrical_shock n 1 1 @ 1 1 00839292 +electrical_shunt n 1 2 @ #p 1 0 04211001 +electrical_skin_response n 1 2 @ #p 1 0 00860011 +electrical_storm n 1 1 @ 1 0 11519253 +electrical_switch n 1 2 @ ~ 1 0 04372370 +electrical_system n 2 3 @ #p %p 2 0 03270579 03270165 +electrical_work n 1 1 @ 1 1 00608265 +electrician n 1 2 @ ~ 1 0 10049363 +electricity n 3 4 @ ~ + - 3 3 11449907 11450566 07514600 +electrification n 2 2 @ + 2 0 01047191 00952615 +electro-acoustic_transducer n 1 3 @ ~ %p 1 0 03274561 +electrocardiogram n 1 2 @ #p 1 0 07004057 +electrocardiograph n 1 2 @ #p 1 1 02963503 +electrocardiography n 1 1 @ 1 0 00832092 +electrocautery n 1 1 @ 1 0 00697734 +electrochemical_series n 1 1 @ 1 0 08377454 +electrochemistry n 1 2 @ + 1 0 06089857 +electroconvulsive_therapy n 1 1 @ 1 0 00706605 +electrocution n 2 2 @ + 2 0 01165112 00228078 +electrocutioner n 1 1 @ 1 0 10049522 +electrode n 1 3 @ ~ #p 1 1 03274796 +electrodeposition n 1 1 @ 1 0 13471958 +electrodermal_response n 1 2 @ #p 1 0 00860011 +electrodynamometer n 1 1 @ 1 0 03275125 +electroencephalogram n 1 1 @ 1 0 07004241 +electroencephalograph n 1 1 @ 1 0 03275311 +electrograph n 2 1 @ 2 0 03275566 03275451 +electrologist n 1 1 @ 1 0 10049648 +electrolysis n 2 3 @ + ; 2 1 13472125 00255065 +electrolyte n 1 3 @ ~ + 1 0 14847929 +electrolyte_acid n 1 1 @ 1 0 14773865 +electrolyte_balance n 1 1 @ 1 0 14017665 +electrolytic n 1 1 @ 1 0 03275681 +electrolytic_capacitor n 1 1 @ 1 0 03275681 +electrolytic_cell n 1 3 ! @ %p 1 0 03275864 +electrolytic_condenser n 1 1 @ 1 0 03275681 +electromagnet n 1 4 @ ~ #p %p 1 1 03276179 +electromagnetic_delay_line n 1 1 @ 1 0 03276431 +electromagnetic_interaction n 1 1 @ 1 0 11516439 +electromagnetic_intrusion n 1 1 @ 1 0 00995855 +electromagnetic_radiation n 1 3 @ ~ %p 1 0 11450869 +electromagnetic_spectrum n 1 2 @ %p 1 0 11451442 +electromagnetic_unit n 1 2 @ ~ 1 0 13602526 +electromagnetic_wave n 1 3 @ ~ %p 1 0 11450869 +electromagnetics n 1 1 @ 1 0 06099107 +electromagnetism n 2 2 @ + 2 0 11479368 06099107 +electromechanical_device n 1 1 @ 1 0 03276574 +electrometer n 1 1 @ 1 0 03276696 +electromotive_drug_administration n 1 1 @ 1 0 00663878 +electromotive_force n 1 1 @ 1 0 11523538 +electromotive_force_series n 1 1 @ 1 0 08377454 +electromotive_series n 1 1 @ 1 0 08377454 +electromyogram n 1 1 @ 1 0 07004422 +electromyograph n 1 1 @ 1 0 03276839 +electromyography n 1 1 @ 1 1 01006054 +electron n 1 2 @ ~ 1 1 09271904 +electron_accelerator n 1 1 @ 1 0 03277004 +electron_beam n 1 2 @ ~ 1 0 11428379 +electron_gun n 1 2 @ #p 1 0 03277149 +electron_lens n 1 1 @ 1 0 03656957 +electron_microscope n 1 3 @ ~ %p 1 0 03279508 +electron_microscopy n 1 1 @ 1 0 00641109 +electron_multiplier n 1 1 @ 1 0 03279804 +electron_optics n 1 1 @ 1 0 06115004 +electron_orbit n 1 1 @ 1 0 08612340 +electron_paramagnetic_resonance n 1 1 @ 1 0 00641222 +electron_radiation n 1 1 @ 1 0 11428699 +electron_shell n 1 1 @ 1 0 07959659 +electron_spin_resonance n 1 1 @ 1 0 00641222 +electron_tube n 1 4 @ ~ #p %p 1 0 04494204 +electron_volt n 1 1 @ 1 0 13725902 +electronegativity n 1 2 @ ; 1 0 04944513 +electronic_balance n 1 1 @ 1 0 03277459 +electronic_bulletin_board n 1 2 @ ; 1 0 02916684 +electronic_communication n 1 2 @ ~ 1 0 06278662 +electronic_computer n 1 6 @ ~ #p %p ; - 1 0 03082979 +electronic_converter n 1 2 @ ; 1 0 03277602 +electronic_counter-countermeasures n 1 1 @ 1 0 00995356 +electronic_countermeasures n 1 2 @ ~ 1 0 00995134 +electronic_data_processing n 1 1 @ 1 0 13472341 +electronic_database n 1 3 @ ~ ; 1 0 06588511 +electronic_deception n 1 2 @ ~ 1 0 01251270 +electronic_device n 1 2 @ ~ 1 1 03277771 +electronic_dictionary n 1 1 @ 1 0 06639023 +electronic_equipment n 1 3 @ ~ %p 1 1 03278248 +electronic_fetal_monitor n 1 1 @ 1 0 03278914 +electronic_foetal_monitor n 1 1 @ 1 0 03278914 +electronic_image n 1 1 @ 1 0 02845425 +electronic_imitative_deception n 1 1 @ 1 0 01251923 +electronic_information_service n 1 3 @ ~ ; 1 0 06588511 +electronic_instrument n 1 2 @ ~ 1 0 03279153 +electronic_jamming n 1 2 @ ~ 1 0 01253379 +electronic_mail n 1 4 ! @ ~ ; 1 0 06279326 +electronic_manipulative_deception n 1 1 @ 1 0 01251489 +electronic_messaging n 1 1 @ 1 0 06280477 +electronic_musical_instrument n 1 2 @ ~ 1 0 03279153 +electronic_network n 1 3 @ ~ ; 1 0 03820728 +electronic_organ n 1 2 @ ; 1 0 03273551 +electronic_reconnaissance n 1 1 @ 1 0 00986080 +electronic_scanner n 1 1 @ 1 0 04142731 +electronic_signal n 1 2 @ ~ 1 0 07263220 +electronic_simulative_deception n 1 1 @ 1 0 01251724 +electronic_stylus n 1 2 @ ; 1 0 03668279 +electronic_surveillance n 1 1 @ 1 0 00654765 +electronic_text n 1 2 @ ~ 1 0 06391171 +electronic_transistor n 1 4 @ ~ %p ; 1 0 04471632 +electronic_voltmeter n 1 2 @ ~ 1 0 03279364 +electronic_warfare n 1 3 @ ~ ; 1 0 00954751 +electronic_warfare-support_measures n 1 1 @ 1 0 00995588 +electronics n 1 4 @ ~ + - 1 1 06099269 +electronics_company n 1 2 @ #m 1 0 08003035 +electronics_industry n 1 2 @ %m 1 0 08067801 +electronics_intelligence n 1 1 @ 1 0 00983102 +electrophoresis n 1 3 @ ~ + 1 1 13472518 +electrophoridae n 1 3 @ #m %m 1 0 01443998 +electrophorus n 2 3 @ #m %m 2 1 03279918 01444164 +electrophorus_electric n 1 2 @ #m 1 0 01444339 +electroplate n 1 2 @ + 1 0 03280064 +electroplater n 1 2 @ + 1 0 10049788 +electroretinogram n 1 1 @ 1 0 07004564 +electroscope n 1 1 @ 1 0 03280216 +electroshock n 1 1 @ 1 1 00706605 +electroshock_therapy n 1 1 @ 1 1 00706605 +electrosleep n 1 1 @ 1 0 05680684 +electrostatic_bond n 1 1 @ 1 0 11437344 +electrostatic_charge n 1 1 @ 1 0 11435358 +electrostatic_field n 1 1 @ 1 0 11435541 +electrostatic_generator n 1 2 @ ~ 1 0 03280394 +electrostatic_machine n 1 2 @ ~ 1 0 03280394 +electrostatic_precipitation n 1 1 @ 1 0 13472862 +electrostatic_precipitator n 1 1 @ 1 0 03998673 +electrostatic_printer n 1 3 @ ~ %p 1 0 03280644 +electrostatic_unit n 1 1 @ 1 0 13635698 +electrostatics n 1 2 @ + 1 0 06100101 +electrosurgery n 1 1 @ 1 0 00670897 +electrotherapist n 1 2 @ + 1 1 10049896 +electrotherapy n 1 3 @ ~ + 1 0 00662681 +electrovalent_bond n 1 1 @ 1 0 11437344 +electrum n 1 1 @ 1 0 14718017 +elegance n 2 4 ! @ ~ + 2 1 04812268 04812636 +elegant_brodiaea n 1 2 @ #m 1 0 12445628 +elegant_cat's_ears n 1 2 @ #m 1 0 12447581 +elegant_habenaria n 1 1 @ 1 0 12066451 +elegiac_stanza n 1 1 @ 1 0 06384593 +elegist n 1 2 @ + 1 0 10050043 +elegy n 1 2 @ + 1 0 06379568 +element n 7 4 @ ~ %p + 7 4 05868954 03081021 14622893 08568579 14840755 13934465 13877408 +element_104 n 1 1 @ 1 0 14653416 +element_105 n 1 1 @ 1 0 14636523 +element_106 n 1 1 @ 1 0 14654058 +element_107 n 1 1 @ 1 0 14631757 +element_108 n 1 1 @ 1 0 14639795 +element_109 n 1 1 @ 1 0 14644963 +element_110 n 1 1 @ 1 0 14636392 +element_111 n 1 1 @ 1 0 14652824 +element_112 n 1 1 @ 1 0 14659794 +element_113 n 1 1 @ 1 0 14660314 +element_114 n 1 1 @ 1 0 14660183 +element_115 n 1 1 @ 1 0 14660052 +element_116 n 1 1 @ 1 0 14659922 +element_of_a_cone n 1 1 @ 1 0 13877547 +element_of_a_cylinder n 1 1 @ 1 0 13877667 +elementary_education n 1 1 @ 1 0 00885858 +elementary_geometry n 1 2 @ ; 1 0 06005518 +elementary_particle n 1 4 @ ~ #p ; 1 0 09272085 +elementary_school n 1 2 @ ~ 1 1 08412749 +elements n 1 1 @ 1 0 11525303 +elemi n 1 2 @ #s 1 0 12691028 +eleocharis n 1 3 @ #m %m 1 0 12153393 +eleocharis_acicularis n 1 1 @ 1 0 12153914 +eleocharis_dulcis n 1 2 @ %p 1 0 12153741 +eleocharis_palustris n 1 1 @ 1 0 12154114 +eleonora_duse n 1 1 @ 1 0 10946481 +eleostearic_acid n 1 1 @ 1 0 14847810 +eleotridae n 1 3 @ #m %m 1 0 02619738 +elephant n 2 4 @ ~ #m %p 2 1 02503517 06881662 +elephant's-foot n 2 3 @ #m %p 2 0 12088909 11962994 +elephant's_ear n 2 3 @ ~ #m 2 0 11782036 11761202 +elephant-tusk n 1 2 @ #m 1 0 12875269 +elephant_bird n 1 2 @ #m 1 0 01522450 +elephant_ear n 1 3 @ ~ #m 1 0 11782036 +elephant_seal n 1 2 @ #m 1 0 02080415 +elephant_tree n 1 2 @ #m 1 0 12691428 +elephant_yam n 1 3 @ #m ; 1 0 11782878 +elephantiasis n 1 2 @ ~ 1 0 14367341 +elephantiasis_neuromatosa n 1 1 @ 1 0 14367556 +elephantiasis_scroti n 1 1 @ 1 0 14367649 +elephantidae n 1 3 @ #m %m 1 0 02503313 +elephantopus n 1 3 @ #m %m 1 0 11962853 +elephas n 1 3 @ #m %m 1 0 02503868 +elephas_maximus n 1 3 @ ~ #m 1 0 02504013 +elettaria n 1 3 @ #m %m 1 0 12358173 +elettaria_cardamomum n 1 3 @ #m %p 1 0 12358293 +eleusine n 1 3 @ #m %m 1 0 12118223 +eleusine_coracana n 1 2 @ #m 1 0 12118661 +eleusine_indica n 1 2 @ #m 1 0 12118414 +eleuthera_bark n 1 2 @ #p 1 0 12923257 +eleutherodactylus n 1 3 @ #m %m 1 0 01643092 +elevated n 1 2 @ ~ 1 0 03280813 +elevated_railroad n 1 2 @ ~ 1 0 03280813 +elevated_railway n 1 2 @ ~ 1 0 03280813 +elevation n 8 5 @ ~ %p + ; 8 3 07370671 13940456 13836550 09366317 05131283 05086903 03281052 00373544 +elevator n 2 5 @ ~ #p %p + 2 1 03281145 03281524 +elevator_boy n 1 1 @ 1 0 10050261 +elevator_car n 1 2 @ #p 1 0 02960352 +elevator_girl n 1 1 @ 1 0 10050163 +elevator_man n 1 1 @ 1 0 10050261 +elevator_operator n 1 2 @ ~ 1 0 10050432 +elevator_shaft n 1 1 @ 1 0 03281673 +eleven n 2 3 @ #m %m 2 0 13746672 08080025 +eleven-plus n 1 2 @ ; 1 0 00637145 +eleventh n 1 1 @ 1 0 13847954 +eleventh_cranial_nerve n 1 1 @ 1 0 05480401 +eleventh_hour n 1 1 @ 1 0 15244942 +elf n 2 4 @ ~ #p ; 2 0 09540739 05057163 +elf_cup n 1 1 @ 1 0 13030337 +elgar n 1 1 @ 1 0 10956134 +elgin_marbles n 1 1 @ 1 0 07958820 +eli_whitney n 1 1 @ 1 0 11385126 +elia n 1 1 @ 1 0 11115029 +elia_kazan n 1 1 @ 1 0 11098039 +elia_kazanjoglous n 1 1 @ 1 0 11098039 +elias_canetti n 1 1 @ 1 0 10881269 +elias_howe n 1 1 @ 1 0 11062424 +elicitation n 1 2 @ + 1 0 05827253 +elie_metchnikoff n 1 1 @ 1 0 11177151 +elie_metchnikov n 1 1 @ 1 0 11177151 +elie_wiesel n 1 1 @ 1 0 11385748 +eliel_saarinen n 1 1 @ 1 0 11277096 +eliezer_wiesel n 1 1 @ 1 0 11385748 +eligibility n 1 4 ! @ ~ + 1 0 04717552 +elihu_thomson n 1 1 @ 1 0 11340642 +elihu_yale n 1 1 @ 1 0 11401617 +elijah n 1 1 @ 1 0 10956612 +elijah_muhammad n 1 1 @ 1 0 11194749 +elimination n 5 3 @ ~ + 5 1 00395333 13473097 05782245 00395503 00223720 +elimination_reaction n 1 1 @ 1 0 13473392 +elimination_tournament n 1 2 @ %p 1 0 07464969 +eliminator n 1 3 @ ~ + 1 0 09272468 +elinor_morton_hoyt_wylie n 1 1 @ 1 0 11400594 +elint n 1 1 @ 1 0 00983102 +elinvar n 1 2 @ ; 1 0 14810854 +eliomys n 1 3 @ #m %m 1 0 02353297 +eliot n 2 1 @ 2 0 10957072 10956883 +elisa n 1 1 @ 1 0 00791875 +elisabeth_vigee-lebrun n 1 1 @ 1 0 11366232 +elisabethville n 1 2 @ #p 1 0 08735345 +elisha_graves_otis n 1 1 @ 1 0 11218290 +elision n 2 2 @ + 2 0 13473536 05707269 +elite n 1 4 @ ~ %m + 1 1 08386555 +elite_group n 1 3 @ ~ %m 1 0 08386555 +elitism n 1 2 @ + 1 0 06217657 +elitist n 1 4 ! @ ~ + 1 0 10050558 +elixir n 3 2 @ ~ 3 0 14841056 14582870 07883384 +elixir_of_life n 1 1 @ 1 0 07883510 +elixophyllin n 1 2 @ ; 1 0 04419315 +elizabeth n 2 2 @ #m 2 0 10957748 10957330 +elizabeth_barrett_browning n 1 1 @ 1 0 10866883 +elizabeth_cady_stanton n 1 1 @ 1 0 11313507 +elizabeth_cleghorn_stevenson_gaskell n 1 1 @ 1 0 10991740 +elizabeth_cochrane_seaman n 1 1 @ 1 0 11290653 +elizabeth_gaskell n 1 1 @ 1 0 10991740 +elizabeth_haldane n 1 1 @ 1 0 11022669 +elizabeth_i n 1 3 @ #m + 1 0 10957330 +elizabeth_ii n 1 2 @ #m 1 0 10957748 +elizabeth_merriwether_gilmer n 1 1 @ 1 0 11000469 +elizabeth_palmer_peabody n 1 1 @ 1 0 11227618 +elizabeth_peabody n 1 1 @ 1 0 11227618 +elizabeth_river n 1 2 @ #p 1 0 09272595 +elizabeth_sanderson_haldane n 1 1 @ 1 0 11022669 +elizabeth_seaman n 1 1 @ 1 0 11290653 +elizabeth_seton n 1 1 @ 1 0 11293972 +elizabeth_taylor n 1 1 @ 1 0 11333390 +elizabethan n 1 2 @ + 1 1 10050712 +elizabethan_age n 1 1 @ 1 0 15122648 +elizabethan_sonnet n 1 1 @ 1 0 06383107 +elk n 3 3 @ ~ #m 3 0 02432983 02431785 02431122 +elk-wood n 1 1 @ 1 0 11710393 +elk_nut n 1 2 @ #p 1 0 12737251 +elkhorn_fern n 1 2 @ #m 1 0 13177884 +elkhound n 1 1 @ 1 0 02091467 +elkwood n 1 1 @ 1 0 11710393 +ell n 1 1 @ 1 1 03281821 +ella_fitzgerald n 1 1 @ 1 0 10971981 +ellas n 1 6 @ #m #p %m %p - 1 0 08780881 +ellen_price_wood n 1 1 @ 1 0 11395609 +elli n 1 2 @ ; 1 0 09579848 +ellice_islands n 1 3 @ #p %p 1 0 08840200 +ellington n 1 1 @ 1 0 10958010 +elliott's_goldenrod n 1 1 @ 1 0 12018100 +ellipse n 1 3 @ ~ + 1 0 13878306 +ellipsis n 1 1 @ 1 0 13473716 +ellipsoid n 1 2 @ + 1 1 13897198 +ellipsoid_of_revolution n 1 1 @ 1 0 13898645 +elliptic_geometry n 1 2 @ ; 1 0 06007381 +elliptic_leaf n 1 1 @ 1 0 13158071 +ellipticity n 1 2 @ + 1 0 05070622 +ellis_island n 1 2 @ #p 1 0 09120353 +ellison n 1 1 @ 1 0 10958182 +ellsworth n 1 1 @ 1 0 10958381 +ellul n 1 2 @ #p 1 0 15216760 +elm n 2 5 @ ~ #m #s %s 2 1 12405714 12406155 +elm_family n 1 3 @ #m %m 1 0 12404943 +elm_tree n 1 4 @ ~ #m %s 1 0 12405714 +elmer_ambrose_sperry n 1 1 @ 1 0 11311011 +elmer_leopold_rice n 1 1 @ 1 0 11259635 +elmer_reizenstein n 1 1 @ 1 0 11259635 +elmer_rice n 1 1 @ 1 0 11259635 +elmont n 1 3 @ #p %p 1 0 09124252 +elmore_john_leonard n 1 1 @ 1 0 11128236 +elmore_leonard n 1 1 @ 1 0 11128236 +elmwood n 1 2 @ #s 1 0 12406155 +eln n 2 2 @ ; 2 0 08035601 08035233 +elocution n 1 2 @ + 1 0 07083246 +elocutionist n 1 2 @ + 1 0 10050880 +elodea n 1 3 @ #m %m 1 0 12614317 +elodea_canadensis n 1 1 @ 1 0 12614625 +elodea_densa n 1 1 @ 1 0 12614763 +elongate_leaf n 1 1 @ 1 0 13158512 +elongation n 3 2 @ + 3 0 05133839 03281935 00406007 +elopement n 1 2 @ + 1 0 00058608 +elopidae n 1 3 @ #m %m 1 0 02541431 +elops n 1 3 @ #m %m 1 0 02541875 +elops_saurus n 1 2 @ #m 1 0 02542017 +eloquence n 1 2 @ + 1 0 07069210 +elsa_schiaparelli n 1 1 @ 1 0 11284024 +elsass n 1 2 @ #p 1 0 08940209 +elsholtzia n 1 2 @ #m 1 0 12846690 +elspar n 1 2 @ ; 1 0 02747915 +eluate n 1 1 @ 1 1 14848149 +elucidation n 2 3 @ ~ + 2 0 07232655 07171206 +eluding n 1 2 @ + 1 0 00059376 +elul n 1 2 @ #p 1 0 15216760 +elusion n 1 2 @ + 1 0 00059376 +elusiveness n 1 2 @ + 1 0 04824118 +elution n 1 2 @ + 1 1 13473836 +elver n 2 1 @ 2 0 07784274 02526425 +elves n 1 1 @ 1 0 11474774 +elvis n 1 1 @ 1 0 02675657 +elvis_aron_presley n 1 1 @ 1 0 11246040 +elvis_presley n 1 1 @ 1 0 11246040 +elwyn_brooks_white n 1 1 @ 1 0 11383767 +ely_culbertson n 1 1 @ 1 0 10916993 +elymus n 1 3 @ #m %m 1 0 12118912 +elymus_arenarius n 1 1 @ 1 0 12119539 +elymus_canadensis n 1 1 @ 1 0 12119717 +elymus_caput-medusae n 1 1 @ 1 0 12119822 +elymus_condensatus n 1 1 @ 1 0 12119390 +elymus_hispidus n 1 1 @ 1 0 12106134 +elymus_trachycaulos n 1 1 @ 1 0 12106323 +elysian_fields n 1 2 @ ; 1 0 05628403 +elysium n 2 3 @ + ; 2 0 05628565 05628403 +elytron n 1 1 @ 1 0 02152559 +em n 2 3 @ #p %p 2 0 13712689 13712428 +em_quad n 1 1 @ 1 0 13712689 +emaciation n 1 2 @ + 1 0 05001867 +email n 1 5 ! @ ~ + ; 1 0 06279326 +emanation n 3 4 @ ~ + ; 3 2 15109745 01253060 07327288 +emancipation n 1 2 @ + 1 0 01247413 +emancipationist n 1 3 @ ~ + 1 0 09756637 +emancipator n 1 2 @ + 1 0 10051026 +emanuel_svedberg n 1 1 @ 1 0 11326591 +emanuel_swedenborg n 1 1 @ 1 0 11326591 +emarginate_leaf n 1 1 @ 1 0 13161056 +emasculation n 2 2 @ + 2 0 04668713 00692349 +embalmer n 1 2 @ + 1 0 10051215 +embalmment n 1 3 @ ~ + 1 0 00820406 +embankment n 1 4 @ ~ %p + 1 1 03282060 +embargo n 1 2 @ + 1 1 06660520 +embarkation n 1 2 ! @ 1 0 00058337 +embarkment n 1 2 @ + 1 0 00058337 +embarrassment n 4 4 ! @ ~ + 4 3 07507098 13986189 07305551 05120116 +embassador n 1 2 @ ~ 1 0 09787534 +embassy n 2 2 @ ~ 2 1 03282295 08402828 +embayment n 1 3 @ ~ #p 1 0 09215664 +embellishment n 3 3 @ ~ + 3 0 07172979 03282401 00262743 +ember n 1 1 @ 1 0 09273130 +ember_day n 1 1 @ 1 0 15195834 +emberiza n 1 3 @ #m %m 1 0 01537710 +emberiza_aureola n 1 2 @ #m 1 0 01538362 +emberiza_citrinella n 1 2 @ #m 1 0 01538200 +emberiza_hortulana n 1 2 @ #m 1 0 01537895 +emberiza_schoeniclus n 1 2 @ #m 1 0 01538059 +emberizidae n 1 3 @ #m %m 1 0 01536916 +embezzlement n 1 3 @ ~ + 1 0 00776732 +embezzler n 1 2 @ + 1 0 10051337 +embiodea n 1 3 @ #m %m 1 0 02183353 +embioptera n 1 3 @ #m %m 1 0 02183353 +embiotocidae n 1 3 @ #m %m 1 0 02570648 +embitterment n 1 2 @ + 1 0 13988871 +emblem n 2 3 @ ~ + 2 2 03282591 06880664 +embodiment n 3 3 @ ~ + 3 1 10418302 05941210 00933000 +embolectomy n 1 1 @ 1 0 00673234 +embolism n 2 5 @ ~ #p %p + 2 0 15172664 14101083 +embolus n 1 3 @ #p + 1 0 14373407 +embonpoint n 1 2 @ ~ 1 0 05000913 +embossment n 2 3 @ ~ + 2 0 06855432 04073669 +embothrium n 1 3 @ #m %m 1 0 12216382 +embothrium_coccineum n 1 2 @ #m 1 0 12216628 +embouchure n 1 2 @ #p 1 0 03794798 +embrace n 3 3 @ ~ + 3 2 00417397 14427408 00180770 +embracement n 1 3 @ ~ + 1 0 00417397 +embracing n 1 3 @ ~ + 1 1 00417397 +embrasure n 1 2 @ ; 1 0 03984908 +embrocation n 1 2 @ + 1 0 03673594 +embroiderer n 1 3 @ ~ + 1 0 10051552 +embroideress n 1 1 @ 1 0 10051683 +embroidery n 2 3 @ ~ + 2 0 07172979 03282933 +embroidery_frame n 1 1 @ 1 0 04387261 +embroidery_hoop n 1 1 @ 1 0 04387261 +embroidery_needle n 1 1 @ 1 0 03162556 +embroidery_stitch n 1 2 @ ~ 1 0 04180314 +embroilment n 1 2 @ + 1 0 13936153 +embryo n 2 5 @ ~ %p + ; 2 0 11686503 01458842 +embryologist n 1 1 @ 1 0 10051761 +embryology n 1 4 @ ~ + - 1 0 06071426 +embryoma_of_the_kidney n 1 1 @ 1 0 14246097 +embryonal_carcinoma n 1 1 @ 1 0 14247360 +embryonal_carcinosarcoma n 1 1 @ 1 0 14236595 +embryonal_rhabdomyosarcoma n 1 1 @ 1 0 14245594 +embryonal_rhabdosarcoma n 1 1 @ 1 0 14245594 +embryonic_cell n 1 2 @ ~ 1 0 05447757 +embryonic_membrane n 1 2 @ #p 1 0 05310596 +embryonic_stem-cell_research n 1 1 @ 1 0 00639398 +embryonic_tissue n 1 2 @ ~ 1 0 01463419 +emcee n 1 3 @ ~ + 1 0 10299250 +emda n 1 1 @ 1 0 00663878 +emeer n 1 3 @ ~ ; 1 0 10052497 +emendation n 1 1 @ 1 0 01250208 +emerald n 3 1 @ 3 0 14849655 13372665 04968056 +emerald_creeper n 1 2 @ #m 1 0 12571781 +emerald_isle n 1 6 @ ~ #p %m %p - 1 0 08859173 +emerald_shiner n 1 1 @ 1 0 01441742 +emergence n 4 3 @ ~ + 4 2 07324673 07319909 00050693 00044455 +emergency n 3 3 @ #p + 3 2 07417405 14032599 03483637 +emergency_alert_system n 1 1 @ 1 0 07224923 +emergency_brake n 1 2 @ #p 1 0 03483637 +emergency_exit n 1 1 @ 1 0 03345658 +emergency_landing n 1 2 @ ~ 1 0 00052791 +emergency_medicine n 1 1 @ 1 0 06049673 +emergency_procedure n 1 3 @ ~ ; 1 0 00177783 +emergency_room n 1 1 @ 1 0 03283221 +emergent_evolution n 1 1 @ 1 0 13474130 +emeritus n 1 1 @ 1 0 10051861 +emersion n 2 5 ! @ #p + ; 2 0 07322138 00050693 +emerson n 1 1 @ 1 0 10958552 +emery n 1 3 @ #s %s 1 0 14674143 +emery_cloth n 1 1 @ 1 0 14849789 +emery_paper n 1 2 @ %s 1 0 14849880 +emery_rock n 1 1 @ 1 0 14850051 +emery_stone n 1 1 @ 1 0 14850051 +emery_wheel n 1 2 @ #p 1 0 03460147 +emeside n 1 2 @ ; 1 0 03300578 +emesis n 1 2 @ ~ 1 0 00118733 +emesis_basin n 1 1 @ 1 0 03283413 +emetic n 1 2 @ ~ 1 0 03283519 +emetrol n 1 1 @ 1 0 03283717 +emf n 1 1 @ 1 0 11523538 +emg n 1 1 @ 1 0 07004422 +emigrant n 1 2 @ + 1 0 10051975 +emigration n 1 2 @ + 1 1 00056087 +emigre n 1 1 @ 1 0 10051975 +emigree n 1 1 @ 1 0 10051975 +emil_hermann_fischer n 1 1 @ 1 0 10971697 +emil_klaus_julius_fuchs n 1 1 @ 1 0 10984589 +emile n 1 1 @ 1 0 10052128 +emile_coue n 1 1 @ 1 0 10912626 +emile_durkheim n 1 1 @ 1 0 10946134 +emile_gaboriau n 1 1 @ 1 0 10986710 +emile_herzog n 1 1 @ 1 0 11165712 +emile_zola n 1 1 @ 1 0 11407591 +emilia n 1 3 @ #m %m 1 0 11963158 +emilia-romagna n 1 3 @ #p %p 1 0 08806311 +emilia_coccinea n 1 2 @ #m 1 0 11963305 +emilia_flammea n 1 2 @ #m 1 0 11963305 +emilia_javanica n 1 2 @ #m 1 0 11963305 +emilia_sagitta n 1 2 @ #m 1 0 11963572 +emiliano_zapata n 1 1 @ 1 0 11405176 +emilie_charlotte_le_breton n 1 1 @ 1 0 11117108 +emily_bronte n 1 1 @ 1 0 10865700 +emily_dickinson n 1 1 @ 1 0 10934611 +emily_jane_bronte n 1 1 @ 1 0 10865700 +emily_post n 1 1 @ 1 0 11243720 +emily_price_post n 1 1 @ 1 0 11243720 +eminence n 2 3 @ ~ + 2 1 14435445 05542686 +eminence_grise n 1 2 @ ; 1 0 10052244 +eminent_domain n 1 2 @ ; 1 1 05187187 +emir n 1 3 @ ~ ; 1 0 10052497 +emirate n 2 1 @ 2 0 08557396 00592292 +emissary n 1 2 @ ~ 1 0 10052694 +emissary_vein n 1 1 @ 1 0 05365838 +emission n 5 3 @ ~ + 5 1 01253060 14852450 13474290 13466586 07433868 +emission_spectrum n 1 1 @ 1 1 11451944 +emitter n 1 3 @ #p + 1 0 03283827 +emma_goldman n 1 1 @ 1 0 11004861 +emma_hart_willard n 1 1 @ 1 0 11387973 +emmanthe n 1 3 @ #m %m 1 0 12835196 +emmanthe_penduliflora n 1 2 @ #m 1 0 12835331 +emmenagogue n 1 1 @ 1 0 14852646 +emmental n 1 1 @ 1 0 07854982 +emmentaler n 1 1 @ 1 0 07854982 +emmenthal n 1 1 @ 1 0 07854982 +emmenthaler n 1 1 @ 1 0 07854982 +emmer n 1 1 @ 1 0 12143215 +emmet n 1 3 @ ~ #m 1 0 02219486 +emmetropia n 1 3 @ + ; 1 0 14096957 +emmett_kelly n 1 1 @ 1 0 11100139 +emmy n 1 1 @ 1 0 07268603 +emmy_noether n 1 1 @ 1 0 11208917 +emollient n 1 3 @ ~ + 1 0 03128519 +emolument n 1 1 @ 1 0 13290285 +emoticon n 1 2 @ ~ 1 0 06279939 +emotion n 1 3 @ ~ + 1 1 07480068 +emotional_arousal n 1 2 @ ~ 1 1 14036203 +emotional_disorder n 1 2 @ ~ 1 0 14388910 +emotional_disturbance n 1 2 @ ~ 1 1 14388910 +emotional_person n 1 3 ! @ ~ 1 0 10052843 +emotional_state n 1 2 @ ~ 1 1 13985818 +emotionalism n 1 3 @ ~ = 1 1 04626280 +emotionality n 1 5 ! @ ~ = + 1 1 04626280 +emotionlessness n 2 3 @ ~ + 2 0 07483782 04629194 +empathy n 1 2 @ + 1 0 07554856 +empedocles n 1 1 @ 1 0 10958703 +empennage n 1 3 @ #p %p 1 0 04384016 +emperor n 4 4 @ ~ #m + 4 0 10053004 07760070 02301935 02278839 +emperor_butterfly n 1 3 @ ~ #m 1 0 02278839 +emperor_francis_ii n 1 1 @ 1 0 10977542 +emperor_moth n 1 2 @ #m 1 0 02301935 +emperor_napoleon_iii n 1 1 @ 1 0 11200492 +emperor_of_rome n 1 2 @ ~ 1 0 10537240 +emperor_penguin n 1 2 @ #m 1 0 02056728 +empetraceae n 1 3 @ #m %m 1 0 12751402 +empetrum n 1 3 @ #m %m 1 0 12751554 +emphasis n 4 3 @ ~ + 4 3 14434866 05037394 07102945 07085375 +emphasizing n 1 2 @ + 1 0 01264243 +emphysema n 1 3 @ ~ + 1 1 14147380 +emphysematous_gangrene n 1 2 @ ; 1 0 14313943 +emphysematous_phlegmon n 1 2 @ ; 1 0 14313943 +empire n 5 3 @ ~ + 5 2 08557482 08052413 08405723 08058937 07740597 +empire_day n 1 2 @ #p 1 0 15200164 +empire_state n 1 4 @ #p %p - 1 0 09117351 +empire_state_building n 1 2 @ #p 1 0 03283973 +empire_state_of_the_south n 1 5 @ #m #p %p - 1 0 09075842 +empirical_formula n 1 1 @ 1 0 06817459 +empirical_research n 1 1 @ 1 0 05798315 +empiricism n 3 4 @ ~ + ; 3 1 05970311 00635699 00633108 +empiricist n 1 2 @ + 1 0 10053591 +empiricist_philosophy n 1 3 @ ~ ; 1 0 05970311 +empirin n 1 4 @ ~ %s ; 1 0 02748618 +emplacement n 2 4 @ ~ + ; 2 0 03284120 01051331 +employ n 1 2 @ + 1 1 13968092 +employable n 1 1 @ 1 0 10053708 +employee n 1 4 ! @ ~ + 1 1 10053808 +employee-owned_business n 1 1 @ 1 0 01098541 +employee-owned_enterprise n 1 1 @ 1 0 01098541 +employee_ownership n 1 1 @ 1 0 13243991 +employee_savings_plan n 1 1 @ 1 0 05912399 +employee_stock_ownership_plan n 1 1 @ 1 0 05912969 +employee_turnover n 1 1 @ 1 0 13826221 +employer n 1 4 ! @ ~ + 1 1 10054657 +employment n 4 4 ! @ ~ + 4 4 13968092 00584367 01217859 00947128 +employment_agency n 1 1 @ 1 0 08354352 +employment_agent n 1 1 @ 1 0 10054875 +employment_agreement n 1 1 @ 1 0 06527320 +employment_contract n 1 1 @ 1 0 06527320 +employment_interview n 1 1 @ 1 0 07196405 +employment_office n 1 1 @ 1 0 08354352 +emporium n 1 2 @ #m 1 0 03176763 +empowerment n 1 3 @ ~ + 1 0 01138670 +empress n 1 2 @ ~ 1 0 10053439 +emptiness n 4 4 ! @ ~ + 4 1 14455206 14039974 13910116 05141040 +emptor n 1 2 @ ~ 1 0 09885145 +empty n 1 2 @ + 1 0 03284308 +empty_nester n 1 1 @ 1 0 10054975 +empty_talk n 1 1 @ 1 0 06609503 +empty_tomb n 1 1 @ 1 0 02993194 +empty_words n 1 1 @ 1 0 06609503 +emptying n 1 3 @ ~ + 1 0 00395797 +empyema n 1 2 @ ~ 1 0 14172873 +empyrean n 1 3 @ %p + 1 0 08521267 +emu n 2 3 @ ~ #m 2 0 13602526 01519873 +emu_novaehollandiae n 1 2 @ #m 1 0 01519873 +emulation n 3 4 @ ~ + ; 3 0 07484929 05665984 01021270 +emulator n 1 3 @ ~ + 1 0 09964411 +emulsifier n 1 3 @ ~ + 1 0 14674408 +emulsion n 2 4 @ %s + ; 2 0 14674584 03284482 +emydidae n 1 3 @ #m %m 1 0 01667570 +en n 1 2 @ #p 1 0 13712592 +en-lil n 1 2 @ ; 1 0 09518020 +en_passant n 1 2 @ ; 1 0 00166865 +enabling_act n 1 2 @ ; 1 1 06565201 +enabling_clause n 1 2 @ ; 1 0 06565201 +enabling_legislation n 1 2 @ ; 1 1 06535476 +enactment n 3 4 @ ~ + ; 3 1 01126856 06532095 00548802 +enalapril n 1 1 @ 1 0 03285106 +enallage n 1 1 @ 1 0 07103106 +enamel n 4 4 @ ~ #p + 4 1 05308655 15110454 03284886 03284743 +enamelware n 1 2 @ ~ 1 0 03284981 +enamine n 1 1 @ 1 0 14883661 +enamoredness n 1 2 @ + 1 0 07544213 +enanthem n 1 1 @ 1 0 14321653 +enanthema n 1 1 @ 1 0 14321653 +enantiomer n 1 1 @ 1 0 14883766 +enantiomorph n 1 1 @ 1 0 14883766 +enantiomorphism n 1 1 @ 1 0 13829408 +enarthrodial_joint n 1 2 @ ~ 1 0 05595531 +enarthrosis n 1 2 @ ~ 1 0 05595531 +enate n 1 1 @ 1 0 10236521 +enation n 2 2 @ ~ 2 0 13814755 13088096 +enbrel n 1 2 @ ; 1 0 03299006 +encainide n 1 1 @ 1 0 03285348 +encampment n 3 4 @ ~ + ; 3 1 08518171 02944826 01055165 +encapsulation n 2 2 @ + 2 0 13998395 13474495 +encasement n 1 2 @ + 1 0 00322488 +encaustic n 1 1 @ 1 0 03285578 +encelia n 1 3 @ #m %m 1 0 11963755 +encelia_farinosa n 1 2 @ #m 1 0 11963932 +enceliopsis n 1 3 @ #m %m 1 0 11964269 +enceliopsis_nudicaulis n 1 2 @ #m 1 0 11964446 +encephalartos n 1 2 @ #m 1 0 11603246 +encephalartos_caffer n 1 2 @ #m 1 0 11603462 +encephalitis n 1 2 @ ~ 1 0 14342132 +encephalitis_lethargica n 1 1 @ 1 0 14343735 +encephalocele n 1 1 @ 1 0 14466846 +encephalogram n 2 1 @ 2 0 07004241 03285730 +encephalography n 1 1 @ 1 0 00906290 +encephalomeningitis n 1 1 @ 1 0 14343411 +encephalomyelitis n 1 1 @ 1 0 14342533 +encephalon n 1 3 @ #p %p 1 0 05481095 +encephalopathy n 1 2 @ ~ 1 0 14085708 +enchanter n 1 2 @ + 1 0 10055085 +enchanter's_nightshade n 1 3 @ ~ #m 1 0 12341542 +enchantment n 3 3 @ ~ + 3 1 07497976 14407536 05979454 +enchantress n 2 1 @ 2 0 10055410 10055297 +enchilada n 1 2 @ ; 1 0 07867021 +enchiridion n 1 2 @ ~ 1 0 06421301 +enchondroma n 1 1 @ 1 0 14238041 +encirclement n 1 4 @ ~ + ; 1 0 00954086 +enclave n 1 1 @ 1 1 08553132 +enclosed_space n 1 2 @ ~ 1 0 13911517 +enclosing n 1 3 @ ~ + 1 0 00321956 +enclosure n 4 3 @ ~ + 4 2 03285912 00321956 09273291 06473381 +encoding n 1 3 @ ~ + 1 0 00615887 +encolure n 1 3 @ #p %p 1 0 01899894 +encomium n 1 2 @ + 1 0 06694149 +encompassment n 1 2 @ + 1 0 14427537 +encopresis n 1 1 @ 1 0 14387477 +encore n 1 2 @ + 1 0 00099439 +encounter n 4 3 @ ~ + 4 3 00959376 07414922 00147187 07181043 +encounter_group n 1 1 @ 1 0 08309611 +encouragement n 3 4 ! @ ~ + 3 2 06691442 01211019 07541449 +encroacher n 1 2 @ + 1 0 10214062 +encroachment n 3 3 @ ~ + 3 1 07429976 00733483 00157957 +encrustation n 3 3 @ ~ + 3 0 13497650 09260218 03566860 +encryption n 1 3 @ ~ + 1 0 00615887 +enculturation n 1 2 @ ~ 1 0 01128984 +encumbrance n 3 2 @ ~ 3 1 05832745 13403025 03520811 +encyclia n 1 3 @ #m %m 1 0 12060816 +encyclia_citrina n 1 2 @ #m 1 0 12061104 +encyclia_tampensis n 1 2 @ #m 1 0 12061380 +encyclia_venosa n 1 2 @ #m 1 0 12061614 +encyclical n 1 1 @ 1 0 06625062 +encyclical_letter n 1 1 @ 1 0 06625062 +encyclopaedia n 1 2 @ ~ 1 0 06427387 +encyclopaedism n 1 3 @ ~ + 1 0 05985999 +encyclopaedist n 1 2 @ + 1 0 10055566 +encyclopedia n 1 2 @ ~ 1 1 06427387 +encyclopedism n 1 3 @ ~ + 1 0 05985999 +encyclopedist n 1 2 @ + 1 0 10055566 +end n 14 7 ! @ ~ #m #p + ; 14 11 08566028 15266911 07291794 05980875 05868477 14562960 08566707 10056398 08565894 08566884 00787727 06398401 03286383 00728065 +end-all n 1 1 @ 1 0 05981648 +end-plate n 1 2 @ #p 1 0 05466393 +end_game n 2 1 @ 2 0 07292273 07292118 +end_man n 2 2 @ #m 2 0 10056719 10056611 +end_matter n 1 2 @ %p 1 0 06390805 +end_of_the_world n 2 2 @ ; 2 0 15171307 07334206 +end_organ n 1 2 @ ~ 1 0 05465392 +end_point n 2 1 @ 2 1 08566554 13941337 +end_product n 1 2 @ ~ 1 0 03287178 +end_run n 1 2 @ ; 1 0 00559555 +end_user n 1 1 @ 1 0 10057491 +endaemonism n 1 1 @ 1 0 06160418 +endameba n 1 2 @ ~ 1 0 01392275 +endamoeba n 1 3 @ #m %m 1 0 01392122 +endamoeba_histolytica n 1 2 @ #m 1 0 01392692 +endamoebidae n 1 3 @ #m %m 1 0 01391933 +endangered_species n 1 2 @ ~ 1 0 08110866 +endangerment n 1 2 @ ~ 1 0 14541852 +endarterectomy n 1 1 @ 1 0 00673347 +endarteritis n 1 1 @ 1 0 14342638 +endearment n 1 2 @ + 1 0 01227805 +endeavor n 2 3 @ ~ + 2 2 00796886 00786195 +endeavour n 2 3 @ ~ + 2 0 00796886 00786195 +endecott n 1 1 @ 1 0 10958885 +endemic n 2 1 @ 2 0 14074394 11530715 +endemic_disease n 1 1 @ 1 0 14074394 +endemic_typhus n 1 1 @ 1 0 14141238 +endemism n 1 1 @ 1 0 04800152 +enderby_land n 1 2 @ #p 1 0 08567072 +endgame n 2 1 @ 2 0 07292273 07292118 +endicott n 1 1 @ 1 0 10958885 +ending n 5 5 ! @ ~ #p + 5 2 06308765 00209943 15266911 07291312 06398401 +endive n 2 5 @ ~ #m #p %p 2 0 11953339 07731587 +endlessness n 1 3 @ ~ + 1 0 05052387 +endoblast n 1 1 @ 1 0 01464573 +endocarditis n 1 2 @ ~ 1 0 14339094 +endocardium n 1 1 @ 1 0 05428331 +endocarp n 1 2 @ ~ 1 0 11684739 +endocervicitis n 1 1 @ 1 0 14344881 +endocranium n 1 2 @ #p 1 0 05319028 +endocrine n 2 4 @ ~ #p + 2 0 05407119 05329735 +endocrine_gland n 1 3 @ ~ #p 1 0 05329735 +endocrine_system n 1 3 @ #p %p 1 0 05329533 +endocrinologist n 1 3 @ ~ + 1 0 10056914 +endocrinology n 1 3 @ + - 1 0 06049850 +endoderm n 1 1 @ 1 0 01464573 +endodontia n 1 2 @ + 1 0 06048184 +endodontics n 1 2 @ + 1 0 06048184 +endodontist n 1 2 @ + 1 0 10057114 +endoergic_reaction n 1 1 @ 1 0 13474615 +endogamy n 1 3 ! @ + 1 0 13965049 +endogen n 1 3 @ #m + 1 0 11668117 +endogenous_depression n 1 1 @ 1 0 14390109 +endogeny n 1 2 @ + 1 0 11418011 +endolymph n 1 2 @ #p 1 0 05322103 +endometrial_cancer n 1 1 @ 1 0 14247458 +endometrial_carcinoma n 1 1 @ 1 0 14247458 +endometriosis n 1 1 @ 1 0 14204763 +endometritis n 1 1 @ 1 0 14349892 +endometrium n 1 5 @ #p %s + ; 1 0 05519820 +endomorph n 1 2 @ ~ 1 0 10055730 +endomorphy n 1 1 @ 1 0 04999214 +endomycetales n 1 3 @ #m %m 1 0 13024967 +endoneurium n 1 1 @ 1 0 05287607 +endonuclease n 1 2 @ ~ 1 0 14605415 +endoparasite n 1 2 @ + 1 0 01385017 +endoplasm n 1 1 @ 1 0 05433953 +endoprocta n 1 3 @ #m %m 1 0 02314321 +endorphin n 1 2 @ ~ 1 0 14809057 +endorsement n 5 3 @ ~ + 5 0 07248060 07180372 06687358 06405198 01215168 +endorsement_in_blank n 1 1 @ 1 0 06405423 +endorser n 2 3 @ ~ + 2 0 10670668 10057271 +endoscope n 1 3 @ ~ + 1 0 03286572 +endoscopy n 1 3 @ ~ + 1 0 00642045 +endoskeleton n 1 3 @ %p ; 1 0 05586446 +endosperm n 1 2 @ #p 1 0 11682512 +endospore n 1 1 @ 1 0 11548594 +endospore-forming_bacteria n 1 1 @ 1 0 01370816 +endosteum n 1 2 @ #p 1 0 05319144 +endothelial_myeloma n 1 1 @ 1 0 14240587 +endothelium n 1 2 @ + 1 0 05240522 +endothermic_reaction n 1 1 @ 1 1 13474734 +endotoxin n 1 2 ! @ 1 0 15035505 +endotracheal_tube n 1 2 @ ~ 1 0 03286878 +endowment n 3 3 @ ~ + 3 1 05624042 13271320 01086744 +endowment_fund n 1 2 @ ~ 1 0 13271320 +endowment_insurance n 1 1 @ 1 0 13347489 +endozoan n 1 2 @ + 1 0 01385017 +endplate n 1 2 @ #p 1 0 05466393 +endpoint n 1 1 @ 1 1 08566554 +endurance n 2 3 @ ~ + 2 1 05032565 13962166 +endurance_contest n 1 1 @ 1 0 00797361 +endurance_riding n 1 1 @ 1 0 00299933 +enduringness n 1 3 @ ~ + 1 0 05053688 +ene n 1 1 @ 1 0 13832118 +enea_silvio_piccolomini n 1 1 @ 1 0 11236852 +enema n 1 2 @ ~ 1 0 00695944 +enemy n 4 5 @ ~ #m %m ; 4 4 08190482 10055847 07946851 10098710 +energid n 1 2 @ #p 1 0 05431585 +energiser n 2 2 @ + 2 0 10056103 03287351 +energizer n 2 2 @ + 2 0 10056103 03287351 +energizing n 1 3 @ ~ + 1 0 01046984 +energy n 7 5 @ ~ %p + ; 7 4 11452218 05035961 04836683 04633197 14050143 11452079 08132955 +energy_department n 1 2 @ %p 1 0 08132955 +energy_level n 1 1 @ 1 0 11452750 +energy_of_activation n 1 1 @ 1 0 11421822 +energy_secretary n 2 2 @ #m 2 0 10571670 00601088 +energy_state n 1 1 @ 1 0 11452750 +energy_unit n 1 2 @ ~ 1 0 13609507 +enervation n 3 2 @ + 3 1 05041871 07331210 00673494 +enesco n 1 1 @ 1 0 10959074 +enets n 1 1 @ 1 0 06959932 +enfant_terrible n 1 1 @ 1 1 10057595 +enfeeblement n 1 2 @ + 1 0 07331210 +enfeoffment n 1 3 @ + ; 1 0 06545960 +enfilade n 1 1 @ 1 0 00124008 +enfilade_fire n 1 1 @ 1 0 00124008 +enflurane n 1 1 @ 1 0 03287459 +enfolding n 1 2 @ + 1 0 00406365 +enforcement n 1 3 @ ~ + 1 1 01127019 +enforcer n 1 2 @ + 1 0 10161867 +enfranchisement n 3 5 ! @ ~ + ; 3 0 13992387 05187446 01139830 +engagement n 7 7 ! @ ~ #p %m + ; 7 5 00953559 08385009 07228211 01217859 00270919 07338114 01239064 +engagement_ring n 1 1 @ 1 0 03287627 +engelbert_humperdinck n 1 1 @ 1 0 11066621 +engelmann's_spruce n 1 1 @ 1 0 11625391 +engelmann_spruce n 1 1 @ 1 0 11625391 +engelmannia n 1 2 @ #m 1 0 11964848 +engels n 1 1 @ 1 0 10959223 +engine n 4 5 @ ~ #m %p + 4 3 03287733 11417561 03684823 03288003 +engine_block n 1 3 @ #p %p 1 0 03288225 +engine_cooling_system n 1 3 @ #p %p 1 0 03103128 +engine_driver n 1 2 @ ~ 1 0 10057714 +engine_failure n 1 1 @ 1 0 07421669 +engine_room n 1 2 @ ; 1 0 03288500 +engineer n 2 3 @ ~ + 2 1 09615807 10057714 +engineer's_chain n 1 1 @ 1 0 13653261 +engineering n 3 5 @ ~ + ; - 3 2 00949619 06125041 03288500 +engineering_school n 1 1 @ 1 0 08285407 +engineering_science n 1 3 @ ~ - 1 0 06125041 +enginery n 1 1 @ 1 0 03288643 +england n 1 7 @ ~ #p %m %p + - 1 1 08871007 +english n 4 4 @ ~ + ; 4 3 06947032 09732668 06155432 07442569 +english-gothic n 1 2 @ ~ 1 0 05843236 +english-gothic_architecture n 1 2 @ ~ 1 0 05843236 +english-weed n 1 1 @ 1 0 12703383 +english_bean n 1 3 @ #m %p 1 0 12576029 +english_breakfast_tea n 1 1 @ 1 0 07934678 +english_bulldog n 1 2 @ ~ 1 0 02108672 +english_cavalry_saddle n 1 1 @ 1 0 03288886 +english_channel n 1 4 @ #p %p - 1 0 09273447 +english_civil_war n 1 3 @ %p ; 1 0 01304121 +english_cocker_spaniel n 1 1 @ 1 0 02102318 +english_daisy n 1 1 @ 1 0 11939699 +english_department n 1 1 @ 1 0 08116565 +english_elm n 1 2 @ #m 1 0 12407890 +english_foxhound n 1 1 @ 1 0 02089973 +english_hawthorn n 2 2 @ #m 2 0 12628060 12627750 +english_hippocrates n 1 1 @ 1 0 11327273 +english_horn n 1 1 @ 1 0 03288742 +english_iris n 1 1 @ 1 0 12415401 +english_ivy n 1 2 @ #m 1 0 11798978 +english_lady_crab n 1 2 @ #m 1 0 01979269 +english_language n 1 2 @ ~ 1 1 06947032 +english_lavender n 1 1 @ 1 0 12849952 +english_muffin n 1 1 @ 1 1 07682477 +english_oak n 1 1 @ 1 0 12277578 +english_people n 1 1 @ 1 1 09732668 +english_person n 1 3 @ ~ #m 1 0 09701148 +english_plantain n 1 1 @ 1 0 12599185 +english_primrose n 1 1 @ 1 0 12091213 +english_professor n 1 1 @ 1 1 10057918 +english_revolution n 1 1 @ 1 0 01304356 +english_runner_bean n 1 1 @ 1 0 07728391 +english_ryegrass n 1 1 @ 1 0 12124818 +english_saddle n 1 1 @ 1 0 03288886 +english_setter n 1 1 @ 1 0 02100735 +english_sole n 2 3 @ #m #p 2 0 07791535 02664642 +english_sonnet n 1 1 @ 1 0 06383107 +english_sparrow n 1 2 @ #m 1 0 01539925 +english_springer n 1 1 @ 1 0 02102040 +english_springer_spaniel n 1 1 @ 1 0 02102040 +english_system n 1 2 @ %p 1 0 13577731 +english_teacher n 1 1 @ 1 0 10057918 +english_toy_spaniel n 1 2 @ ~ 1 0 02086478 +english_violet n 1 1 @ 1 0 12389317 +english_walnut n 2 4 @ #m %m %s 2 0 12319414 07771539 +english_walnut_tree n 1 3 @ #m %m 1 0 12319414 +english_yew n 1 2 @ #m 1 0 11661909 +englishman n 1 3 @ ~ #m 1 1 09701603 +englishwoman n 1 3 @ ~ #m 1 0 09701833 +engorgement n 2 2 @ + 2 0 14321135 00840630 +engram n 1 1 @ 1 0 05935381 +engraulidae n 1 3 @ #m %m 1 0 02533708 +engraulis n 1 2 @ %m 1 0 02534036 +engraulis_encrasicholus n 1 2 @ #m 1 0 02534165 +engraver n 2 3 @ ~ + 2 1 10058155 10058027 +engraving n 3 3 @ ~ + 3 0 03289268 03289025 00938791 +engrossment n 3 3 @ ~ + 3 0 05704266 05700087 04865722 +enhancement n 1 2 @ + 1 0 00265992 +enhancer n 1 2 @ + 1 0 05853924 +enhydra n 1 3 @ #m %m 1 0 02445276 +enhydra_lutris n 1 2 @ #m 1 0 02445394 +enid n 1 2 @ #p 1 0 09132163 +enigma n 2 2 @ + 2 1 05685538 06785223 +enigma_canon n 1 1 @ 1 0 07043026 +enigmatic_canon n 1 1 @ 1 0 07043026 +enigmatical_canon n 1 1 @ 1 0 07043026 +eniwetok n 2 4 @ #p ; - 2 0 08839475 01278509 +enjambement n 1 1 @ 1 0 07085210 +enjambment n 1 1 @ 1 0 07085210 +enjoining n 1 4 @ ~ + ; 1 0 06542830 +enjoinment n 1 4 @ ~ + ; 1 0 06542830 +enjoyableness n 1 2 @ + 1 0 04779336 +enjoyer n 1 2 @ + 1 0 10058411 +enjoyment n 3 4 @ ~ + ; 3 3 07491708 01072072 05190106 +enkaid n 1 2 @ ; 1 0 03285348 +enkephalin n 1 1 @ 1 0 14809373 +enki n 1 2 @ ; 1 0 09517890 +enkidu n 1 2 @ ; 1 0 09522735 +enl n 1 2 @ #p 1 0 14227015 +enlarged_heart n 1 1 @ 1 0 14334631 +enlargement n 4 3 @ ~ + 4 1 00365709 14315071 07172756 03289462 +enlarger n 1 2 @ + 1 0 03289660 +enlightened n 1 2 @ + 1 0 07948518 +enlightenment n 3 5 ! @ ~ + ; 3 1 05986395 13988224 08472590 +enlil n 1 2 @ ; 1 0 09518020 +enlisted_man n 1 3 @ ~ #m 1 1 10058585 +enlisted_officer n 1 3 @ ~ ; 1 0 10360747 +enlisted_person n 1 2 @ ~ 1 0 10058777 +enlisted_woman n 1 1 @ 1 0 10058962 +enlistee n 1 2 @ + 1 0 10512201 +enlisting n 1 2 @ + 1 0 01263711 +enlistment n 2 3 @ ~ + 2 0 15293590 01206986 +enlivener n 1 2 @ + 1 0 09402704 +enmity n 2 3 @ ~ + 2 0 13980288 07547805 +ennead n 1 1 @ 1 0 13745270 +ennoblement n 2 2 @ + 2 0 14433505 00065098 +ennui n 1 2 @ ~ 1 0 07539790 +enol n 1 2 @ + 1 0 14605590 +enologist n 1 2 @ + 1 0 09616573 +enology n 1 2 @ + 1 0 05636171 +enophile n 1 1 @ 1 0 10059067 +enormity n 4 3 @ + ; 4 1 04903247 05105009 04853124 00746033 +enormousness n 1 3 @ ~ + 1 0 05104548 +enosis n 1 2 @ ; 1 0 08304744 +enough n 1 3 @ ~ + 1 1 13580415 +enovid n 1 2 @ %s 1 0 03289819 +enquirer n 1 3 @ ~ + 1 0 10207831 +enquiry n 3 3 @ ~ + 3 0 07193596 05797597 00636728 +enragement n 1 2 @ + 1 0 07517417 +enrichment n 2 3 @ ~ + 2 1 00264366 13271498 +enrico_caruso n 1 1 @ 1 0 10885487 +enrico_fermi n 1 1 @ 1 0 10969986 +enrollee n 1 3 @ ~ + 1 1 10059162 +enrollment n 2 2 @ + 2 1 00050037 08479986 +enrolment n 1 2 @ + 1 0 00050037 +ensemble n 5 4 @ ~ #m ; 5 1 08188235 08238048 08189089 07955280 03289985 +ensete n 1 3 @ #m %m 1 0 12353604 +ensete_ventricosum n 1 2 @ #m 1 0 12353754 +ensiform_leaf n 1 1 @ 1 0 13158167 +ensign n 3 2 @ ; 3 0 09616722 06882009 03290096 +ensilage n 1 2 @ + 1 0 07801342 +ensis n 1 3 @ #m %m 1 0 01958914 +enslavement n 2 2 @ + 2 0 13997050 00089234 +ent_man n 1 1 @ 1 0 10059323 +entablature n 1 4 @ #p %p ; 1 0 03290195 +entail n 2 1 @ 2 0 13288942 00049909 +entailment n 1 2 @ + 1 0 05780885 +entandrophragma n 1 3 @ #m %m 1 0 12697883 +entandrophragma_cylindricum n 1 2 @ #m 1 0 12698027 +entanglement n 1 3 @ ~ + 1 1 04568557 +entasis n 1 2 @ #p 1 0 13864542 +entebbe n 1 2 @ #p 1 0 09043556 +entelea n 1 2 @ #m 1 0 12204405 +entelechy n 1 2 @ ; 1 0 13955152 +entellus n 1 1 @ 1 0 02488415 +entente n 2 1 @ 2 0 08171992 06772461 +entente_cordiale n 2 1 @ 2 0 08171992 06772461 +enteric-coated_aspirin n 1 1 @ 1 0 03290489 +enteric_bacteria n 1 3 @ ~ #m 1 0 01367772 +enteric_fever n 1 1 @ 1 0 14144416 +enterics n 1 3 @ ~ #m 1 0 01367772 +entering n 2 3 @ ~ + 2 0 07370125 00049003 +enteritis n 1 2 @ ~ 1 0 14344997 +enterobacteria n 1 3 @ ~ #m 1 0 01367772 +enterobacteriaceae n 1 3 @ #m %m 1 0 01367430 +enterobiasis n 1 1 @ 1 0 14176372 +enterobius n 1 3 @ #m %m 1 0 01931398 +enterobius_vermicularis n 1 2 @ #m 1 0 01931520 +enteroceptor n 1 1 @ 1 0 05299687 +enterokinase n 1 1 @ 1 0 14850190 +enterolith n 1 1 @ 1 0 09273681 +enterolithiasis n 1 1 @ 1 0 14115351 +enterolobium n 1 3 @ #m %m 1 0 11761007 +enterolobium_cyclocarpa n 1 2 @ #m 1 0 11761202 +enteron n 1 2 @ + 1 0 05532641 +enteropathy n 1 2 @ ~ 1 0 14074606 +enteroptosis n 1 1 @ 1 0 14093591 +enterostenosis n 1 1 @ 1 0 14106727 +enterostomy n 1 1 @ 1 0 00671022 +enterotomy n 1 1 @ 1 0 00671022 +enterotoxemia n 1 1 @ 1 1 14264517 +enterotoxin n 1 2 @ ~ 1 0 15035697 +enterovirus n 1 2 @ ~ 1 0 01337915 +enterprise n 3 3 @ ~ + 3 2 00796886 08056231 04836074 +enterprise_zone n 1 1 @ 1 0 08690665 +enterpriser n 1 3 @ ~ + 1 0 10060352 +enterprisingness n 1 2 @ + 1 0 04836074 +entertainer n 1 3 @ ~ + 1 1 09616922 +entertainment n 1 3 @ ~ + 1 1 00429048 +entertainment_center n 1 1 @ 1 0 03290653 +entertainment_deduction n 1 1 @ 1 0 13311217 +entertainment_industry n 1 2 @ %p 1 0 08067951 +enthalpy n 1 2 @ ; 1 1 05012272 +enthrallment n 1 2 @ + 1 0 07497976 +enthronement n 1 2 @ + 1 0 07453638 +enthronisation n 1 2 @ + 1 0 07453638 +enthronization n 1 2 @ + 1 0 07453638 +enthusiasm n 3 3 @ ~ + 3 3 07555014 04634540 05670343 +enthusiast n 2 2 @ ~ 2 1 10059582 10078131 +enticement n 3 3 @ ~ + 3 0 05694791 04689660 00159620 +entire n 1 2 @ ~ 1 0 02377181 +entire_leaf n 1 1 @ 1 0 13160485 +entireness n 1 3 @ ~ + 1 0 14461231 +entirety n 1 2 @ ~ 1 1 14461231 +entitlement n 1 3 @ + ; 1 0 05181754 +entity n 1 1 ~ 1 1 00001740 +entlebucher n 1 1 @ 1 0 02108000 +entoblast n 1 1 @ 1 0 01464573 +entoderm n 1 1 @ 1 0 01464573 +entoloma n 1 3 @ #m %m 1 0 13012030 +entoloma_aprile n 1 2 @ #m 1 0 13012469 +entoloma_lividum n 1 2 @ #m 1 0 13012253 +entoloma_sinuatum n 1 2 @ #m 1 0 13012253 +entolomataceae n 1 3 @ #m %m 1 0 13011856 +entombment n 1 2 @ + 1 0 07451687 +entomion n 1 2 @ #p 1 0 05232503 +entomologist n 1 3 @ ~ + 1 0 10059904 +entomology n 1 4 @ ~ + - 1 0 06072275 +entomophobia n 1 1 @ 1 0 14385160 +entomophthora n 1 2 @ #m 1 0 12974662 +entomophthoraceae n 1 3 @ #m %m 1 0 12974457 +entomophthorales n 1 3 @ #m %m 1 0 12974286 +entomostraca n 1 2 @ #m 1 0 01993949 +entoparasite n 1 1 @ 1 0 01385017 +entopic_pregnancy n 1 1 @ 1 0 14048015 +entoproct n 1 2 @ #m 1 0 02314492 +entoprocta n 1 3 @ #m %m 1 0 02314321 +entourage n 1 3 @ ~ %p 1 0 08429167 +entozoan n 1 2 @ + 1 0 01385017 +entozoon n 1 2 @ + 1 0 01385017 +entr'acte n 2 2 @ ; 2 0 15272791 00520880 +entrails n 1 1 @ 1 0 05298988 +entrance n 3 3 @ ~ + 3 3 03290771 07370125 00049003 +entrance_exam n 1 1 @ 1 0 07198119 +entrance_examination n 1 1 @ 1 0 07198119 +entrance_fee n 1 1 @ 1 0 13321495 +entrance_hall n 1 3 @ ~ #p 1 1 02715513 +entrance_money n 1 1 @ 1 0 13321495 +entrancement n 1 2 @ + 1 0 07491286 +entranceway n 1 2 @ ~ 1 1 03290771 +entrant n 4 3 @ ~ + 4 1 03291243 10355449 10060175 10060075 +entrapment n 1 3 @ + ; 1 0 01199035 +entreaty n 1 2 @ ~ 1 0 07186828 +entrecote n 1 1 @ 1 0 07656866 +entree n 4 3 @ ~ + 4 0 07579575 05176188 03290771 00049789 +entremets n 1 3 @ ~ #p 1 0 07580053 +entrenching_tool n 1 1 @ 1 0 03291413 +entrenchment n 1 4 @ ~ %p + 1 0 03291551 +entrepot n 2 2 @ ~ 2 0 08637771 04329190 +entrepreneur n 1 3 @ ~ + 1 1 10060352 +entresol n 1 1 @ 1 0 03758089 +entric n 1 3 @ ~ #m 1 0 01367772 +entropy n 2 3 @ ~ ; 2 0 05091527 05012585 +entry n 6 3 @ ~ + 6 5 06503724 00238022 13405296 07167578 03290771 00049003 +entry_word n 1 2 @ #p 1 0 06300632 +entryway n 1 2 @ ~ 1 0 03290771 +entsi n 1 1 @ 1 0 06959932 +entsy n 1 1 @ 1 0 06959932 +enucleation n 1 2 @ + 1 0 00671190 +enuki n 1 2 @ ; 1 0 09515712 +enumeration n 2 3 @ ~ + 2 0 06490887 00634586 +enumerator n 1 2 @ + 1 0 09904057 +enunciation n 1 3 @ ~ + 1 0 07132415 +enuresis n 1 2 @ ~ 1 0 13474858 +envelope n 6 3 @ ~ #p 6 2 03291819 03291741 13869788 09273776 05204473 03291963 +envelopment n 1 3 @ ~ + 1 0 00321956 +enviousness n 1 3 @ ~ + 1 0 07549716 +environment n 2 3 @ ~ + 2 2 13934596 08567235 +environmental_condition n 1 2 @ ~ 1 0 14516501 +environmental_protection_agency n 1 1 @ 1 0 08122960 +environmental_science n 1 3 @ ~ - 1 0 06070929 +environmentalism n 2 3 ! @ + 2 0 05970564 00276189 +environmentalist n 1 3 @ ~ + 1 0 10060621 +environs n 2 2 @ ~ 2 1 08567235 08539457 +envisioning n 1 2 @ + 1 0 05768415 +envoi n 1 1 @ 1 0 06384371 +envoy n 3 2 @ ~ 3 0 10061043 10052694 06384371 +envoy_extraordinary n 1 1 @ 1 0 10061043 +envy n 2 3 @ ~ + 2 1 07549716 00758335 +enzyme n 1 4 @ ~ %p + 1 1 14732946 +enzyme-linked-immunosorbent_serologic_assay n 1 1 @ 1 0 00791875 +enzymologist n 1 2 @ + 1 0 10061195 +enzymology n 1 2 @ + 1 0 06080192 +eocene n 1 2 @ #p 1 0 15125845 +eocene_epoch n 1 2 @ #p 1 0 15125845 +eohippus n 1 2 @ #m 1 0 02375862 +eolian n 1 1 @ 1 0 09710753 +eolic n 1 1 @ 1 0 06977800 +eolith n 1 1 @ 1 0 03292085 +eolithic n 1 2 @ #p 1 0 15232236 +eolithic_age n 1 2 @ #p 1 0 15232236 +eon n 3 5 @ ~ %p + ; 3 0 15243730 15243590 09536584 +eoraptor n 1 2 @ #m 1 0 01715134 +eos n 1 2 @ ; 1 0 09571390 +eosin n 1 1 @ 1 0 14987484 +eosinopenia n 1 1 @ 1 0 14191646 +eosinophil n 1 2 @ + 1 0 05453943 +eosinophile n 1 1 @ 1 0 05453943 +eosinophilia n 1 1 @ 1 0 14534076 +epa n 1 1 @ 1 0 08122960 +epacridaceae n 1 3 @ #m %m 1 0 12252620 +epacris n 1 3 @ ~ #m 1 0 12253229 +epacris_family n 1 3 @ #m %m 1 0 12252620 +epacris_impressa n 1 1 @ 1 0 12253487 +epacris_obtusifolia n 1 1 @ 1 0 12253664 +epacris_purpurascens n 1 1 @ 1 0 12253835 +epanalepsis n 1 1 @ 1 0 07099752 +epanaphora n 1 1 @ 1 0 07100678 +epanodos n 2 2 @ ; 2 0 07099965 07099844 +epanorthosis n 1 1 @ 1 0 07103258 +eparch n 2 1 @ 2 0 10061431 10061323 +eparchy n 2 2 @ + 2 0 08654260 08551296 +epaulet n 1 2 @ ~ 1 1 03292210 +epaulette n 1 2 @ ~ 1 0 03292210 +epauliere n 1 2 @ #p 1 0 03292362 +epee n 1 2 @ ; 1 0 03292475 +ependyma n 1 1 @ 1 0 05319279 +epenthesis n 1 1 @ 1 0 07117788 +epergne n 1 1 @ 1 0 03292603 +epha n 1 2 @ #p 1 0 13616787 +ephah n 1 2 @ #p 1 0 13616787 +ephedra n 1 3 @ ~ #m 1 0 11598686 +ephedra_sinica n 1 1 @ 1 0 11598886 +ephedraceae n 1 3 @ #m %m 1 0 11597924 +ephedrine n 1 1 @ 1 0 14713487 +ephemera n 1 2 @ + 1 0 15247410 +ephemeral n 1 1 @ 1 0 02161078 +ephemerality n 1 2 @ + 1 0 05055689 +ephemeralness n 1 2 @ + 1 0 05055689 +ephemerid n 1 3 @ ~ #m 1 0 02262178 +ephemerida n 1 3 @ #m %m 1 0 02261883 +ephemeridae n 1 3 @ #m %m 1 0 02262324 +ephemeris n 1 1 @ 1 0 06426865 +ephemeris_time n 1 2 @ ; 1 0 15156746 +ephemeron n 1 1 @ 1 0 02161078 +ephemeroptera n 1 3 @ #m %m 1 0 02261883 +ephemeropteran n 1 3 @ ~ #m 1 0 02262178 +ephesian n 1 1 @ 1 0 10061554 +ephesians n 1 2 @ #p 1 0 06444148 +ephestia n 1 3 @ #m %m 1 0 02290153 +ephestia_elutella n 1 2 @ #m 1 0 02290340 +ephesus n 2 2 @ #p 2 0 08788326 08313983 +ephippidae n 1 3 @ #m %m 1 0 02604657 +ephippiorhynchus n 1 3 @ #m %m 1 0 02003994 +ephippiorhynchus_senegalensis n 1 2 @ #m 1 0 02004131 +epi n 1 1 @ 1 0 06475307 +epic n 1 3 @ ~ + 1 1 06379721 +epic_poem n 1 2 @ ~ 1 1 06379721 +epic_poetry n 1 1 @ 1 0 07093158 +epicalyx n 1 1 @ 1 0 11692108 +epicanthic_fold n 1 2 @ #p 1 0 05314255 +epicanthus n 1 2 @ #p 1 0 05314255 +epicardia n 1 2 @ #p 1 0 05534174 +epicardium n 1 2 @ #p 1 0 05428645 +epicarp n 1 2 @ + 1 0 11684499 +epicene n 1 1 @ 1 0 10172080 +epicene_person n 1 1 @ 1 0 10172080 +epicenter n 1 1 @ 1 1 08578032 +epicentre n 1 1 @ 1 0 08578032 +epicondyle n 1 2 @ ~ 1 0 05472681 +epicondylitis n 1 2 @ ~ 1 0 14345304 +epicranium n 1 1 @ 1 0 05539834 +epictetus n 1 1 @ 1 0 10959374 +epicure n 1 2 @ + 1 1 10061656 +epicurean n 1 2 @ + 1 0 10061656 +epicureanism n 1 1 @ 1 0 05961141 +epicurism n 1 1 @ 1 0 05212168 +epicurus n 1 1 @ 1 0 10959479 +epicycle n 1 2 @ + 1 0 13909296 +epicyclic_gear n 1 2 @ #p 1 0 03956331 +epicyclic_gear_train n 1 2 @ %p 1 0 03292736 +epicyclic_train n 1 2 @ %p 1 0 03292736 +epicycloid n 1 2 @ ~ 1 0 13909488 +epideictic_oratory n 1 1 @ 1 0 07242657 +epidemic n 1 3 @ ~ + 1 1 07435533 +epidemic_cholera n 1 1 @ 1 0 14129579 +epidemic_disease n 1 2 @ ~ 1 0 14130166 +epidemic_encephalitis n 1 1 @ 1 0 14343735 +epidemic_hysertia n 1 1 @ 1 0 14392143 +epidemic_meningitis n 1 1 @ 1 0 14138364 +epidemic_myalgia n 1 1 @ 1 0 14330340 +epidemic_parotitis n 1 2 @ %p 1 0 14138178 +epidemic_pleurodynia n 1 1 @ 1 0 14330340 +epidemic_roseola n 1 1 @ 1 0 14123259 +epidemiologist n 1 2 @ + 1 0 10061882 +epidemiology n 1 3 @ + - 1 0 06050024 +epidendron n 1 2 @ #m 1 0 12062105 +epidendrum n 1 3 @ #m %m 1 0 12061849 +epidendrum_tampense n 1 2 @ #m 1 0 12061380 +epidendrum_venosum n 1 2 @ #m 1 0 12061614 +epidermal_cell n 1 3 @ ~ #p 1 0 05241218 +epidermis n 1 5 @ ~ #p %p + 1 1 05240211 +epidiascope n 1 1 @ 1 0 03292960 +epididymis n 1 3 @ #p %p 1 0 05525628 +epididymitis n 1 1 @ 1 0 14345455 +epidural n 1 1 @ 1 0 14028652 +epidural_anaesthesia n 1 1 @ 1 0 14028652 +epidural_anesthesia n 1 1 @ 1 0 14028652 +epidural_injection n 1 1 @ 1 0 00322778 +epigaea n 1 2 @ #m 1 0 12234913 +epigaea_repens n 1 1 @ 1 0 12235051 +epigastric_artery n 1 1 @ 1 0 05344697 +epigastric_fossa n 1 2 @ #p 1 0 05508943 +epigastric_vein n 1 2 @ ~ 1 0 05366043 +epigastrium n 1 2 @ + 1 0 05396071 +epigenesis n 1 1 @ 1 0 13475072 +epiglottis n 1 3 @ #p %p 1 0 05301752 +epiglottitis n 1 1 @ 1 0 14345552 +epigon n 1 1 @ 1 0 10062042 +epigone n 1 1 @ 1 0 10062042 +epigram n 1 2 @ + 1 1 07153727 +epigraph n 2 1 @ 2 0 06613340 06406547 +epigraphy n 1 1 @ 1 0 06146053 +epikeratophakia n 1 1 @ 1 0 00681869 +epilachna n 1 3 @ #m %m 1 0 02166024 +epilachna_varivestis n 1 2 @ #m 1 0 02166229 +epilating_wax n 1 1 @ 1 0 03293095 +epilation n 2 2 @ ~ 2 0 13475205 00254597 +epilator n 1 2 @ ~ 1 0 03177165 +epilepsia_major n 2 1 @ 2 0 14087513 14083368 +epilepsia_minor n 2 2 @ %p 2 0 14088127 14083559 +epilepsy n 1 4 @ ~ %p + 1 0 14086143 +epileptic n 1 2 @ + 1 0 10062176 +epileptic_seizure n 1 3 @ ~ #p 1 0 14083200 +epilobium n 1 3 @ #m %m 1 0 12342043 +epilobium_angustifolium n 1 2 @ #m 1 0 12342498 +epilobium_canum_canum n 1 2 @ #m 1 0 12342852 +epilobium_hirsutum n 1 1 @ 1 0 12343092 +epilog n 2 2 @ #p 2 0 06398963 06398760 +epilogue n 2 2 @ #p 2 0 06398963 06398760 +epimedium n 1 3 @ #m %m 1 0 11698895 +epimedium_grandiflorum n 1 2 @ #m 1 0 11699071 +epimetheus n 1 2 @ ; 1 0 09575701 +epinephelus n 1 3 @ #m %m 1 0 02569151 +epinephelus_adscensionis n 1 2 @ #m 1 0 02569631 +epinephelus_fulvus n 1 2 @ #m 1 0 02569334 +epinephrin n 1 1 @ 1 0 05408388 +epinephrine n 1 1 @ 1 0 05408388 +epipactis n 1 3 @ #m %m 1 0 12062227 +epipactis_gigantea n 1 2 @ #m 1 0 12062781 +epipactis_helleborine n 1 2 @ #m 1 0 12062626 +epipaleolithic n 1 2 @ #p 1 0 15233239 +epiphany n 2 2 @ #p 2 1 07323605 15194506 +epiphany_of_our_lord n 1 2 @ #p 1 0 15194506 +epiphenomenon n 1 1 @ 1 0 11453735 +epiphora n 1 1 @ 1 0 07100113 +epiphyllum n 1 2 @ #m 1 0 11846765 +epiphysis n 2 2 @ + 2 1 05592504 05485098 +epiphysis_cerebri n 1 1 @ 1 0 05485098 +epiphyte n 1 3 @ ~ + 1 0 13122985 +epiphytic_plant n 1 2 @ ~ 1 0 13122985 +epiplexis n 1 1 @ 1 0 07103402 +epipremnum n 1 3 @ #m %m 1 0 11788536 +epipremnum_aureum n 1 2 @ #m 1 0 11788727 +epirus n 1 2 @ #p 1 0 08787466 +episcia n 1 2 @ #m 1 0 12831932 +episcia_dianthiflora n 1 2 @ #m 1 0 12831141 +episcleral_veins n 1 1 @ 1 0 05366640 +episcleritis n 1 1 @ 1 0 14345719 +episcopacy n 1 1 @ 1 0 07946969 +episcopal_church n 2 4 @ %m ; - 2 0 08088792 08088472 +episcopal_church_of_scotland n 1 2 @ ; 1 0 08088792 +episcopalian n 1 2 @ #m 1 0 10062275 +episcopalianism n 1 1 @ 1 0 06188603 +episcopate n 4 3 @ ~ %p 4 0 15291714 08550966 07946969 00589494 +episiotomy n 1 1 @ 1 0 00680914 +episode n 4 4 @ ~ #p %p 4 2 07289956 06396330 06621771 04173172 +episodic_memory n 1 1 @ 1 0 05761044 +episome n 1 1 @ 1 0 14817419 +epispadias n 1 1 @ 1 0 14153468 +episperm n 1 2 @ #p 1 0 11682349 +epistasis n 1 1 @ 1 0 13495507 +epistaxis n 1 1 @ 1 0 14370992 +episteme n 1 2 @ + 1 0 05612358 +epistemic_logic n 1 1 @ 1 0 06166274 +epistemologist n 1 2 @ + 1 0 10062385 +epistemology n 1 3 @ ~ + 1 1 06166748 +epistle n 2 4 @ ~ #p + 2 0 06626183 06442616 +epistle_of_james n 1 2 @ #p 1 0 06446711 +epistle_of_jeremiah n 1 2 @ #p 1 0 06459450 +epistle_of_jude n 1 2 @ #p 1 0 06447763 +epistle_of_paul_the_apostle_to_philemon n 1 1 @ 1 0 06446217 +epistle_of_paul_the_apostle_to_the_colossians n 1 2 @ #p 1 0 06444711 +epistle_of_paul_the_apostle_to_the_ephesians n 1 2 @ #p 1 0 06444148 +epistle_of_paul_the_apostle_to_the_galatians n 1 2 @ #p 1 0 06443922 +epistle_of_paul_the_apostle_to_the_philippians n 1 2 @ #p 1 0 06444458 +epistle_of_paul_the_apostle_to_the_romans n 1 2 @ #p 1 0 06443163 +epistle_of_paul_the_apostle_to_titus n 1 2 @ #p 1 0 06445989 +epistle_to_philemon n 1 1 @ 1 0 06446217 +epistle_to_the_colossians n 1 2 @ #p 1 0 06444711 +epistle_to_the_ephesians n 1 2 @ #p 1 0 06444148 +epistle_to_the_galatians n 1 2 @ #p 1 0 06443922 +epistle_to_the_hebrews n 1 2 @ #p 1 0 06446476 +epistle_to_the_philippians n 1 2 @ #p 1 0 06444458 +epistle_to_the_romans n 1 2 @ #p 1 0 06443163 +epistle_to_titus n 1 2 @ #p 1 0 06445989 +epistrophe n 1 1 @ 1 0 07100113 +epitaph n 2 1 @ 2 1 06406625 06406757 +epitaxy n 1 1 @ 1 0 13475320 +epithalamium n 1 2 @ ~ 1 0 06383819 +epithelial_cell n 1 3 @ ~ #p 1 0 05241827 +epithelial_duct n 1 3 @ ~ %p 1 0 05250659 +epithelial_tissue n 1 3 @ ~ %p 1 0 05239808 +epithelioma n 1 1 @ 1 0 14252464 +epithelium n 1 4 @ ~ %p + 1 0 05239808 +epithet n 2 2 @ ~ 2 1 06720964 07202311 +epitome n 2 3 @ ~ + 2 1 05937524 06468818 +epitope n 1 3 @ #p ; 1 0 15037664 +epitrochoidal_engine n 1 1 @ 1 0 04549721 +epizoan n 1 2 @ ~ 1 0 01385330 +epizoon n 1 3 @ ~ + 1 0 01385330 +epoch n 3 5 @ ~ #p + ; 3 1 15248564 15296687 15248269 +epona n 1 2 @ ; 1 0 09509232 +eponym n 2 2 @ + 2 0 06334985 06334778 +eponymy n 1 1 @ 1 0 13462680 +epos n 2 3 @ ~ + 2 0 06383523 06379721 +epoxy n 1 4 @ ~ #s + 1 1 14902733 +epoxy_glue n 1 3 @ ~ #s 1 0 14902733 +epoxy_resin n 1 3 @ ~ #s 1 0 14902733 +eprom n 1 2 @ ; 1 0 03294604 +epsilon n 1 2 @ #m 1 0 06834565 +epsilon_aurigae n 1 2 @ #m 1 0 09273928 +epsilon_toxin n 1 1 @ 1 0 14714353 +epsom_salts n 2 2 @ ; 2 0 14945725 03293321 +epstein n 1 1 @ 1 0 10959664 +epstein-barr_virus n 1 1 @ 1 0 01339623 +eptatretus n 1 2 @ #m 1 0 01479213 +eptesicus n 1 3 @ #m %m 1 0 02147034 +eptesicus_fuscus n 1 2 @ #m 1 0 02147173 +eptesicus_serotinus n 1 1 @ 1 0 02147328 +eq n 1 1 @ 1 0 05026508 +equador_laurel n 1 2 @ #m 1 0 12818346 +equal n 1 4 @ ~ #m + 1 1 09626238 +equal-area_map_projection n 1 2 @ ~ 1 0 03293471 +equal-area_projection n 1 2 @ ~ 1 0 03293471 +equal_opportunity n 1 2 @ ; 1 0 05186998 +equal_protection_of_the_laws n 1 2 @ ; 1 0 05186090 +equal_sign n 1 1 @ 1 0 06811867 +equal_temperament n 1 1 @ 1 0 01000610 +equalisation n 1 3 @ ~ + 1 0 00044673 +equaliser n 2 3 @ ~ + 2 0 03293741 03118539 +equalitarian n 1 1 @ 1 0 10046870 +equalitarianism n 1 1 @ 1 0 05967588 +equality n 2 5 ! @ ~ = + 2 2 04747899 13946760 +equality_before_the_law n 1 1 @ 1 0 05182452 +equality_state n 1 3 @ #p %p 1 0 09159003 +equalization n 1 3 @ ~ + 1 0 00044673 +equalizer n 3 3 @ ~ + 3 0 03293741 03118539 00483098 +equalizing_dividend n 1 1 @ 1 0 13408473 +equanil n 1 2 @ ; 1 0 03747746 +equanimity n 1 3 @ ~ + 1 1 04903813 +equatability n 1 1 @ 1 0 04748187 +equating n 1 2 @ + 1 0 00185307 +equation n 3 4 @ ~ + ; 3 1 06669864 13946760 00185307 +equator n 2 2 @ + 2 1 08568719 13874073 +equatorial n 1 1 @ 1 0 03293863 +equatorial_current n 1 2 @ ~ 1 0 11489070 +equatorial_guinea n 1 3 @ #p %p 1 0 08763500 +equerry n 2 1 @ 2 0 10062594 10062492 +equestrian n 1 3 @ ~ + 1 0 10185793 +equestrian_sport n 1 2 @ ~ 1 0 00450700 +equetus n 1 3 @ #m %m 1 0 02594807 +equetus_lanceolatus n 1 2 @ #m 1 0 02595056 +equetus_pulcher n 1 2 @ #m 1 0 02594942 +equiangular_triangle n 1 2 @ ~ 1 0 13879947 +equid n 1 3 @ ~ #m 1 0 02374149 +equidae n 1 3 @ #m %m 1 0 02373601 +equidistribution n 1 1 @ 1 0 05729362 +equilateral n 1 1 @ 1 0 13862552 +equilateral_triangle n 1 2 @ ~ 1 0 13879947 +equilibration n 1 1 @ 1 0 01265632 +equilibrium n 4 4 ! @ ~ + 4 2 13934900 13446197 13897996 05659365 +equilibrium_constant n 1 3 @ ~ ; 1 0 13589681 +equilibrium_law n 1 2 @ ; 1 0 05877412 +equine n 1 4 @ ~ #m + 1 0 02374149 +equine_distemper n 1 1 @ 1 0 14264352 +equine_encephalitis n 1 1 @ 1 0 14342882 +equine_encephalomyelitis n 1 1 @ 1 0 14342882 +equinoctial n 1 2 @ + 1 0 08520190 +equinoctial_circle n 1 1 @ 1 0 08520190 +equinoctial_line n 1 1 @ 1 0 08520190 +equinoctial_point n 1 3 @ ~ ; 1 0 08520728 +equinoctial_storm n 1 1 @ 1 0 11501864 +equinoctial_year n 1 1 @ 1 0 15202806 +equinox n 2 4 @ ~ + ; 2 0 15223343 08520728 +equipage n 2 5 @ ~ %p + ; 2 0 03730153 02968473 +equipment n 1 3 @ ~ + 1 1 03294048 +equipment_casualty n 1 3 @ ~ ; 1 0 07339653 +equipment_failure n 1 2 @ ~ 1 0 07421316 +equipoise n 1 2 @ ~ 1 0 13897996 +equipping n 1 3 @ ~ + 1 1 01156899 +equisetaceae n 1 3 @ #m %m 1 0 13219067 +equisetales n 1 3 @ #m %m 1 0 13218900 +equisetatae n 1 3 @ #m %m 1 0 13218722 +equisetum n 1 3 @ #m %m 1 0 13219258 +equisetum_arvense n 1 1 @ 1 0 13219833 +equisetum_fluviatile n 1 1 @ 1 0 13219976 +equisetum_hyemale n 1 1 @ 1 0 13220122 +equisetum_hyemale_robustum n 1 1 @ 1 0 13220122 +equisetum_palustre n 1 1 @ 1 0 13220355 +equisetum_robustum n 1 1 @ 1 0 13220122 +equisetum_sylvaticum n 1 1 @ 1 0 13220525 +equisetum_variegatum n 1 1 @ 1 0 13220663 +equitation n 1 3 @ ~ - 1 0 00450335 +equity n 3 4 ! @ ~ = 3 1 13333696 13333420 04839154 +equity_credit_line n 1 1 @ 1 0 13374979 +equivalence n 3 4 ! @ ~ + 3 1 13946760 04748273 04746842 +equivalent n 2 3 @ ~ + 2 1 05695554 05026508 +equivalent-binary-digit_factor n 1 1 @ 1 0 13734349 +equivalent_weight n 1 1 @ 1 0 05026508 +equivalent_word n 1 1 @ 1 0 06303682 +equivocalness n 1 4 ! @ ~ + 1 0 04825114 +equivocation n 3 3 @ ~ + 3 0 06761099 04825383 00751779 +equivocator n 1 2 @ + 1 0 10168012 +equus n 1 3 @ #m %m 1 0 02373843 +equus_asinus n 2 3 @ ~ #m 2 0 02390640 02389559 +equus_burchelli n 1 1 @ 1 0 02391234 +equus_caballus n 1 5 @ ~ #m %m %p 1 0 02374451 +equus_caballus_gomelini n 1 1 @ 1 0 02381609 +equus_caballus_przevalskii n 1 1 @ 1 0 02381831 +equus_caballus_przewalskii n 1 1 @ 1 0 02381831 +equus_grevyi n 1 1 @ 1 0 02391508 +equus_hemionus n 1 2 @ ~ 1 0 02390834 +equus_hemionus_hemionus n 1 1 @ 1 0 02390938 +equus_kiang n 1 1 @ 1 0 02390738 +equus_quagga n 1 2 @ #m 1 0 02391617 +equus_zebra_zebra n 1 1 @ 1 0 02391373 +er n 2 2 @ #s 2 0 14636988 03283221 +era n 3 5 @ ~ #p %p ; 3 1 15248564 15248020 07261300 +eradication n 1 2 @ + 1 0 07331013 +eradicator n 1 2 @ + 1 0 10074339 +eragrostic_abyssinica n 1 1 @ 1 0 12120347 +eragrostis n 1 3 @ #m %m 1 0 12119947 +eragrostis_curvula n 1 1 @ 1 0 12120578 +eragrostis_tef n 1 1 @ 1 0 12120347 +eranthis n 1 3 @ #m %m 1 0 11733424 +eranthis_hyemalis n 1 2 @ #m 1 0 11733548 +erasable_programmable_read-only_memory n 1 2 @ ; 1 0 03294604 +eraser n 1 3 @ ~ + 1 0 03294833 +erasmus n 1 2 @ + 1 0 10959857 +erastianism n 1 1 @ 1 0 06188721 +erasure n 3 2 @ + 3 0 06428646 06389230 00397760 +erato n 1 2 @ ; 1 0 09566544 +eratosthenes n 1 1 @ 1 0 10960230 +erb's_palsy n 1 1 @ 1 0 14090842 +erb-duchenne_paralysis n 1 1 @ 1 0 14090842 +erbium n 1 2 @ #s 1 0 14636988 +ercilla n 1 2 @ #m 1 0 11856271 +erebus n 1 2 @ ; 1 0 09559573 +erechtites_hieracifolia n 1 2 @ #m 1 0 11965218 +erect_bugle n 1 1 @ 1 0 12841193 +erectile_dysfunction n 1 1 @ 1 0 14045141 +erectile_organ n 1 3 @ ~ %p 1 0 05523269 +erectile_tissue n 1 2 @ #p 1 0 05288912 +erecting n 1 2 @ + 1 0 00911752 +erecting_prism n 1 1 @ 1 0 03295012 +erection n 3 2 @ + 3 0 14038185 03295140 00911752 +erectness n 2 2 @ + 2 0 05083054 05079638 +eremite n 1 4 ! @ ~ + 1 0 10518945 +eremitism n 1 1 @ 1 0 04882438 +eresh-kigal n 1 2 @ ; 1 0 09518145 +ereshkigal n 1 2 @ ; 1 0 09518145 +ereshkigel n 1 2 @ ; 1 0 09518145 +erethism n 1 1 @ 1 0 14093723 +erethizon n 1 3 @ #m %m 1 0 02348036 +erethizon_dorsatum n 1 2 @ #m 1 0 02348173 +erethizontidae n 1 3 @ #m %m 1 0 02347865 +eretmochelys n 1 3 @ #m %m 1 0 01664862 +eretmochelys_imbricata n 1 2 @ #m 1 0 01664990 +erewhon n 1 1 @ 1 0 07283065 +erg n 1 2 @ #p 1 0 13725726 +ergocalciferol n 1 2 @ %s 1 0 15092227 +ergodicity n 1 1 @ 1 0 04771535 +ergometer n 1 1 @ 1 0 03260733 +ergonomics n 1 2 @ + 1 0 06126523 +ergonovine n 1 1 @ 1 0 14713748 +ergosterol n 1 2 @ #s 1 0 15059404 +ergot n 2 4 @ ~ #m + 2 0 14282796 12965626 +ergotamine n 1 1 @ 1 0 14714028 +ergotism n 1 1 @ 1 0 14510955 +ergotrate_maleate n 1 2 @ ; 1 0 14713748 +ergotropism n 1 2 @ + 1 0 00861894 +ergun_he n 1 2 @ #p 1 0 09205890 +erianthus n 1 3 @ #m %m 1 0 12120812 +erianthus_ravennae n 1 2 @ #m 1 0 12121187 +eric_arthur_blair n 1 1 @ 1 0 11217479 +eric_blair n 1 1 @ 1 0 11217479 +erica n 1 3 @ ~ #m 1 0 12227420 +erica_arborea n 1 2 @ %p 1 0 12227658 +erica_carnea n 1 1 @ 1 0 12228229 +erica_cinerea n 1 1 @ 1 0 12228387 +erica_jong n 1 1 @ 1 0 11091084 +erica_lusitanica n 1 1 @ 1 0 12228886 +erica_perspicua n 1 1 @ 1 0 12229111 +erica_tetralix n 1 1 @ 1 0 12228546 +erica_vagans n 1 1 @ 1 0 12228689 +ericaceae n 1 2 @ %m 1 0 12226322 +ericales n 1 4 @ ~ #m %m 1 0 12226009 +erich_mendelsohn n 1 1 @ 1 0 11173778 +erich_von_stroheim n 1 1 @ 1 0 11322627 +eridanus n 1 1 @ 1 0 09274032 +erie n 3 2 @ #p 3 0 09655018 09331066 09135447 +erie_canal n 1 2 @ #p 1 0 09118817 +erigeron n 1 3 @ #m %m 1 0 11965378 +erigeron_acer n 1 1 @ 1 0 11965962 +erigeron_annuus n 1 1 @ 1 0 11966083 +erigeron_aurantiacus n 1 1 @ 1 0 11966215 +erigeron_canadensis n 1 2 @ #m 1 0 11956348 +erigeron_divergens n 1 1 @ 1 0 11966385 +erigeron_glaucous n 1 1 @ 1 0 11966617 +erigeron_philadelphicus n 1 1 @ 1 0 11966896 +erigeron_pulchellus n 1 1 @ 1 0 11967142 +erigeron_speciosus n 1 1 @ 1 0 11967315 +erignathus n 1 3 @ #m %m 1 0 02080586 +erignathus_barbatus n 1 2 @ #m 1 0 02080713 +erigonum_fasciculatum n 1 1 @ 1 0 12602612 +erik_adolf_von_willebrand n 1 1 @ 1 0 11388321 +erik_alfred_leslie_satie n 1 1 @ 1 0 11282434 +erik_axel_karlfeldt n 1 1 @ 1 0 11096645 +erik_satie n 1 1 @ 1 0 11282434 +erik_von_willebrand n 1 1 @ 1 0 11388321 +erik_weisz n 1 1 @ 1 0 11061317 +erin n 1 2 @ ; 1 0 08860001 +erinaceidae n 1 3 @ #m %m 1 0 01893535 +erinaceus n 1 3 @ #m %m 1 0 01893666 +erinaceus_europaeus n 1 3 @ #m %p 1 0 01893825 +erinaceus_europeaeus n 1 3 @ #m %p 1 0 01893825 +eringo n 1 2 @ #m 1 0 12938081 +erinyes n 1 3 @ ~ ; 1 0 09506337 +eriobotrya n 1 3 @ #m %m 1 0 12629523 +eriobotrya_japonica n 1 3 @ #m %p 1 0 12629666 +eriocaulaceae n 1 3 @ #m %m 1 0 12608941 +eriocaulon n 1 3 @ #m %m 1 0 12609128 +eriocaulon_aquaticum n 1 2 @ #m 1 0 12609379 +eriodictyon n 1 3 @ #m %m 1 0 12835578 +eriodictyon_californicum n 1 2 @ #m 1 0 12835766 +eriogonum n 1 3 @ ~ #m 1 0 12602262 +eriogonum_allenii n 1 1 @ 1 0 12602434 +eriophorum n 1 3 @ #m %m 1 0 12152406 +eriophorum_angustifolium n 1 1 @ 1 0 12152722 +eriophyllum n 1 3 @ #m %m 1 0 11967572 +eriophyllum_lanatum n 1 1 @ 1 0 11967878 +eriophyllum_wallacei n 1 2 @ #m 1 0 11924014 +eriosoma n 1 3 @ #m %m 1 0 02253592 +eriosoma_lanigerum n 1 2 @ #m 1 0 02253913 +eris n 1 2 @ ; 1 0 09555391 +eristic n 2 3 @ ~ + 2 0 09615465 05635321 +erithacus n 1 3 @ #m %m 1 0 01562116 +erithacus_rubecola n 1 2 @ #m 1 0 01562265 +erithacus_svecicus n 1 2 @ #m 1 0 01562451 +eritrea n 1 5 @ #p %m %p + 1 0 08777544 +eritrean n 1 3 @ #m + 1 0 09705784 +erivan n 1 2 @ #p 1 0 09018030 +erlang n 1 1 @ 1 0 13714082 +erle_stanley_gardner n 1 1 @ 1 0 10990371 +erlenmeyer n 1 1 @ 1 0 10960439 +erlenmeyer_flask n 1 1 @ 1 1 03295246 +ermine n 2 2 @ ~ 2 0 14764820 02442172 +ern n 1 1 @ 1 0 01615458 +erne n 1 1 @ 1 0 01615458 +ernest_bevin n 1 1 @ 1 0 10850964 +ernest_bloch n 1 1 @ 1 0 10853413 +ernest_hemingway n 1 1 @ 1 0 11039860 +ernest_orlando_lawrence n 1 1 @ 1 0 11120368 +ernest_rutherford n 1 1 @ 1 0 11276285 +ernest_solvay n 1 1 @ 1 0 11307937 +ernest_thomas_sinton_walton n 1 1 @ 1 0 11372896 +ernest_walton n 1 1 @ 1 0 11372896 +ernestine_schumann-heink n 1 1 @ 1 0 11287437 +ernesto_guevara n 1 1 @ 1 0 11018153 +ernst n 1 1 @ 1 0 10960561 +ernst_boris_chain n 1 1 @ 1 0 10891029 +ernst_cassirer n 1 1 @ 1 0 10886558 +ernst_heinrich_haeckel n 1 1 @ 1 0 11021667 +ernst_heinrich_weber n 1 1 @ 1 0 11378254 +ernst_lubitsch n 1 1 @ 1 0 11143331 +ernst_ludwig_kirchner n 1 1 @ 1 0 11106170 +ernst_mach n 1 1 @ 1 0 11147533 +ernst_theodor_amadeus_hoffmann n 1 1 @ 1 0 11054670 +ernst_theodor_wilhelm_hoffmann n 1 1 @ 1 0 11054670 +ernst_werner_von_siemens n 1 1 @ 1 0 11299770 +eroding n 1 4 @ ~ + ; 1 0 13475538 +erodium n 1 3 @ #m %m 1 0 12688526 +erodium_cicutarium n 1 1 @ 1 0 12688903 +erodium_moschatum n 1 1 @ 1 0 12689305 +erodium_texanum n 1 1 @ 1 0 12689491 +erogenous_zone n 1 1 @ 1 0 05224966 +erolia n 1 3 @ #m %m 1 0 02027209 +erolia_alpina n 1 2 @ #m 1 0 02027492 +erolia_minutilla n 1 2 @ #m 1 0 02027357 +eros n 2 4 @ ~ + ; 2 0 09559896 07487955 +erose_leaf n 1 1 @ 1 0 13161151 +erosion n 4 4 @ ~ + ; 4 1 13475538 14518924 13475944 13453428 +erotic n 1 1 @ 1 0 10062716 +erotic_love n 1 1 @ 1 0 07488340 +erotica n 1 2 @ ~ 1 0 00747215 +eroticism n 2 2 @ ~ 2 0 14037925 07489059 +erotism n 2 2 @ ~ 2 0 14037925 07489059 +errancy n 2 4 ! @ + ; 2 0 04805813 04805472 +errand n 1 1 @ 1 1 00731947 +errand_boy n 1 2 @ ~ 1 0 10311375 +erratum n 1 1 @ 1 0 06769670 +erroneous_belief n 1 1 @ 1 0 05895465 +erroneousness n 1 3 @ ~ + 1 0 04802629 +error n 7 4 @ ~ + ; 7 5 00070965 04802629 05895465 00072068 04853765 07299569 06769392 +error_correction_code n 1 3 @ ~ ; 1 0 06357424 +ersatz n 1 1 @ 1 0 05696701 +erse n 1 2 @ ~ 1 0 06960566 +erskine_caldwell n 1 1 @ 1 0 10879364 +erskine_preston_caldwell n 1 1 @ 1 0 10879364 +ert n 1 1 @ 1 0 15130612 +eruca n 1 3 @ #m %m 1 0 11886380 +eruca_sativa n 1 2 @ #m 1 0 11886537 +eruca_vesicaria_sativa n 1 2 @ #m 1 0 11886537 +eructation n 2 3 @ + ; 2 0 14008567 00117578 +eruditeness n 1 3 @ ~ + 1 0 05985999 +erudition n 1 2 @ ~ 1 0 05985999 +eruption n 6 4 @ ~ + ; 6 1 07436475 14321469 14008567 07435273 07376257 07320176 +erving n 1 1 @ 1 0 10960772 +erwin_panofsky n 1 1 @ 1 0 11221956 +erwin_rommel n 1 1 @ 1 0 11269515 +erwin_schrodinger n 1 1 @ 1 0 11286476 +erwinia n 1 2 @ #m 1 0 01370698 +eryngium n 1 3 @ #m %m 1 0 12937822 +eryngium_aquaticum n 1 2 @ #m 1 0 12938445 +eryngium_maritimum n 1 2 @ #m 1 0 12938193 +eryngium_yuccifolium n 1 2 @ #m 1 0 12938667 +eryngo n 1 2 @ #m 1 0 12938081 +erysimum n 1 3 @ #m %m 1 0 11886788 +erysimum_allionii n 1 2 @ #m 1 0 11887476 +erysimum_arkansanum n 1 2 @ #m 1 0 11887750 +erysimum_asperum n 1 2 @ #m 1 0 11887750 +erysimum_cheiranthoides n 1 2 @ #m 1 0 11888061 +erysimum_cheiri n 1 2 @ #m 1 0 11883328 +erysipelas n 1 1 @ 1 0 14232299 +erysiphaceae n 1 3 @ #m %m 1 0 12963307 +erysiphales n 1 3 @ #m %m 1 0 12963140 +erysiphe n 1 3 @ #m %m 1 0 12963494 +erythema n 1 3 @ ~ + 1 0 14226303 +erythema_multiforme n 1 1 @ 1 0 14226567 +erythema_nodosum n 1 2 @ ~ 1 0 14226709 +erythema_nodosum_leprosum n 1 2 @ #p 1 0 14227015 +erythema_solare n 1 1 @ 1 0 14290365 +erythrina n 1 3 @ ~ #m 1 0 12527738 +erythrina_caffra n 1 1 @ 1 0 12528109 +erythrina_corallodendrum n 1 1 @ 1 0 12528382 +erythrina_crista-galli n 1 1 @ 1 0 12528549 +erythrina_indica n 1 1 @ 1 0 12528974 +erythrina_lysistemon n 1 1 @ 1 0 12528768 +erythrina_variegata n 1 1 @ 1 0 12528974 +erythrina_vespertilio n 1 1 @ 1 0 12529220 +erythrite n 1 1 @ 1 0 14674776 +erythroblast n 1 2 @ ~ 1 0 05448257 +erythroblastosis n 1 1 @ 1 0 14191756 +erythroblastosis_fetalis n 1 1 @ 1 0 14164548 +erythrocebus n 1 3 @ #m %m 1 0 02486138 +erythrocebus_patas n 1 2 @ #m 1 0 02486261 +erythrocin n 1 2 @ ; 1 0 03295357 +erythrocyte n 1 3 @ ~ %s 1 0 05454070 +erythrocyte_sedimentation_rate n 1 1 @ 1 0 15277462 +erythrocytolysin n 1 2 @ ~ 1 0 14906261 +erythroderma n 1 2 @ ~ 1 0 14227218 +erythrolysin n 1 2 @ ~ 1 0 14906261 +erythromycin n 1 1 @ 1 0 03295357 +erythronium n 1 3 @ #m %m 1 0 12450099 +erythronium_albidum n 1 1 @ 1 0 12450607 +erythronium_americanum n 1 1 @ 1 0 12450840 +erythronium_californicum n 1 1 @ 1 0 12451240 +erythronium_dens-canis n 1 1 @ 1 0 12451070 +erythronium_grandiflorum n 1 1 @ 1 0 12451399 +erythronium_montanum n 1 2 @ #m 1 0 12451566 +erythropoiesis n 1 2 @ + 1 0 13476111 +erythropoietin n 1 1 @ 1 0 14850334 +erythroxylaceae n 1 2 @ #m 1 0 12689641 +erythroxylon n 1 2 @ %m 1 0 12689808 +erythroxylon_coca n 1 2 @ #m 1 0 12690046 +erythroxylon_truxiuense n 1 2 @ #m 1 0 12690240 +erythroxylum n 1 2 @ %m 1 0 12689808 +es n 1 1 @ 1 0 14636822 +esaki n 1 2 @ ; 1 0 10960922 +esau n 1 2 @ ; 1 0 10961087 +escadrille n 2 2 @ ; 2 0 08220367 08219923 +escalade n 1 2 @ + 1 0 00325631 +escalader n 1 2 @ + 1 0 10062785 +escalation n 1 2 @ + 1 1 00366846 +escalator n 2 1 @ 2 0 06393800 03295773 +escalator_clause n 1 1 @ 1 0 06393800 +escallop n 3 5 @ ~ #m #p %p 3 0 07797641 07654886 01965889 +escalope_de_veau_orloff n 1 1 @ 1 0 07655067 +escapade n 2 2 @ ~ 2 1 00796315 00429322 +escape n 8 3 @ ~ + 8 5 00058743 00429440 00740712 00204199 00173283 11553419 07436661 04127633 +escape_cock n 1 1 @ 1 0 04127633 +escape_expert n 1 2 @ ~ 1 0 10063177 +escape_hatch n 1 2 @ #p 1 0 03295928 +escape_mechanism n 1 1 @ 1 0 00741158 +escape_valve n 1 1 @ 1 0 04127633 +escape_velocity n 1 1 @ 1 0 15283554 +escape_wheel n 1 2 @ #p 1 0 03296217 +escapee n 1 2 @ + 1 0 10062905 +escapement n 1 3 @ #p %p 1 0 03296081 +escapism n 1 2 @ + 1 0 00429440 +escapist n 1 2 @ + 1 0 10062996 +escapologist n 1 3 @ ~ + 1 0 10063177 +escapology n 1 2 @ + 1 0 06248214 +escargot n 1 2 @ #s 1 0 07782475 +escarole n 1 3 @ ~ #p 1 0 07731587 +escarp n 1 1 @ 1 0 03296328 +escarpment n 2 1 @ 2 0 09274152 03296328 +eschalot n 1 2 @ %p 1 0 12433178 +eschar n 1 1 @ 1 0 05264417 +eschatologist n 1 2 @ + 1 0 10063340 +eschatology n 1 2 @ + 1 0 06183162 +eschaton n 1 2 @ ; 1 0 15171307 +escheat n 2 2 @ ; 2 1 13341593 13256599 +escherichia n 1 3 @ ~ #m 1 0 01368216 +escherichia_coli n 1 1 @ 1 0 01368338 +eschrichtiidae n 1 3 @ #m %m 1 0 02065932 +eschrichtius n 1 3 @ #m %m 1 0 02066086 +eschrichtius_gibbosus n 1 2 @ #m 1 0 02066245 +eschrichtius_robustus n 1 2 @ #m 1 0 02066245 +eschscholtzia n 1 3 @ #m %m 1 0 11905236 +eschscholtzia_californica n 1 2 @ #m 1 0 11905392 +escolar n 1 2 @ #m 1 0 02622547 +escort n 4 4 @ ~ #m + 4 2 09863031 00827782 10063461 09992538 +escritoire n 1 1 @ 1 1 04164868 +escrow n 1 1 @ 1 0 13414554 +escrow_funds n 1 1 @ 1 0 13414770 +escudo n 2 3 @ #p %p 2 0 13676108 13675824 +escutcheon n 3 3 @ #p ; 3 0 03342262 03296597 03296478 +ese n 1 1 @ 1 0 13832599 +esfahan n 1 2 @ #p 1 0 08912012 +esidrix n 1 3 @ #s ; 1 0 03552169 +eskalith n 1 1 @ 1 0 14941884 +esker n 1 2 @ ; 1 0 09274305 +eskimo n 2 1 @ 2 0 10063635 06918215 +eskimo-aleut n 1 2 @ ~ 1 0 06918042 +eskimo-aleut_language n 1 2 @ ~ 1 0 06918042 +eskimo_curlew n 1 1 @ 1 0 02033882 +eskimo_dog n 1 1 @ 1 0 02109961 +esm n 1 1 @ 1 0 00995588 +esme_stuart_lennox_robinson n 1 1 @ 1 0 11266117 +esmolol n 1 1 @ 1 0 03296759 +esocidae n 1 3 @ #m %m 1 0 02560823 +esop n 1 1 @ 1 0 05912969 +esophageal_reflux n 1 1 @ 1 0 14335485 +esophageal_smear n 1 1 @ 1 0 05265736 +esophageal_veins n 1 1 @ 1 0 05366812 +esophagitis n 1 1 @ 1 0 14345815 +esophagogastric_junction n 1 1 @ 1 0 05571341 +esophagoscope n 1 1 @ 1 0 03296963 +esophagus n 1 4 @ #p %p + 1 0 05533948 +esoterica n 1 1 @ 1 0 06673671 +esotropia n 1 1 @ 1 0 14506233 +esox n 1 3 @ #m %m 1 0 02560964 +esox_americanus n 1 1 @ 1 0 02561937 +esox_lucius n 1 1 @ 1 0 02561381 +esox_masquinongy n 1 2 @ %p 1 0 02561514 +esox_niger n 1 1 @ 1 0 02561803 +esp n 1 2 @ ~ 1 0 07256695 +espadrille n 1 1 @ 1 0 03297103 +espagnole n 1 1 @ 1 0 07836269 +espalier n 1 1 @ 1 0 03297226 +espana n 1 7 @ ~ #m #p %m %p - 1 0 09023321 +esparcet n 1 2 @ #m 1 0 12552309 +esperantido n 1 1 @ 1 0 06895684 +esperanto n 1 1 @ 1 0 06895791 +espial n 1 2 @ + 1 0 00151087 +espionage n 1 1 @ 1 1 00654563 +espionage_agent n 1 1 @ 1 1 10063919 +espionage_network n 1 1 @ 1 0 08434622 +esplanade n 1 1 @ 1 0 03297354 +espoo n 1 2 @ #p 1 0 08780282 +espousal n 3 3 @ ~ + 3 0 01037469 01036778 00180413 +espresso n 1 2 @ ~ 1 0 07920052 +espresso_maker n 1 1 @ 1 0 03297495 +espresso_shop n 1 1 @ 1 0 03297644 +esprit n 1 1 @ 1 0 04633716 +esprit_de_corps n 1 1 @ 1 1 04625129 +esprit_de_l'escalier n 1 1 @ 1 0 06776877 +esq n 1 2 @ ; 1 0 10064046 +esquimau n 2 1 @ 2 0 10063635 06918215 +esquire n 2 2 @ ; 2 0 10064229 10064046 +esr n 2 1 @ 2 0 15277462 00641222 +essay n 2 3 @ ~ + 2 2 06409562 00787218 +essayer n 1 2 @ + 1 0 10728998 +essayist n 1 3 @ ~ + 1 0 10064405 +esselen n 2 1 @ 2 0 09655213 06921092 +essen n 1 2 @ #p 1 0 08772794 +essence n 4 3 @ ~ + 4 1 05921123 15110096 06604066 03916031 +essene n 1 1 @ 1 0 09655354 +essential n 1 4 ! @ ~ + 1 1 09367203 +essential_amino_acid n 1 2 @ ~ 1 0 14605787 +essential_condition n 1 1 @ 1 0 05893261 +essential_hypertension n 1 1 @ 1 0 14104645 +essential_oil n 1 2 @ ~ 1 0 14892655 +essential_thrombocytopenia n 1 1 @ 1 0 14197780 +essential_tremor n 1 1 @ 1 0 14005302 +essentiality n 1 5 ! @ ~ = + 1 0 05171045 +essentialness n 1 4 @ ~ = + 1 0 05171045 +essex n 1 3 @ #m #p 1 0 08882061 +essonite n 1 1 @ 1 0 14903466 +est n 1 1 @ 1 0 15131994 +established_church n 1 1 @ 1 0 08100778 +establishment n 7 7 @ ~ #p %m %p + ; 7 5 00237078 08053576 08164585 03297735 08075847 13476267 05826291 +establishmentarianism n 1 1 @ 1 0 05961278 +establishmentism n 1 1 @ 1 0 05961278 +estaminet n 1 1 @ 1 0 03298089 +estate n 3 4 @ ~ #p ; 3 2 13250930 13246662 08167365 +estate_agent n 1 2 @ ~ 1 0 10509810 +estate_car n 1 3 @ ~ %p 1 0 02814533 +estate_for_life n 1 3 @ ~ ; 1 0 13251715 +estate_of_the_realm n 1 4 @ ~ #p ; 1 0 08167365 +estate_tax n 1 1 @ 1 0 13313322 +estates_general n 1 1 @ 1 0 08164464 +estazolam n 1 1 @ 1 0 03298211 +esteem n 3 4 ! @ ~ + 3 1 14437552 07500741 06206800 +ester n 1 3 @ ~ + 1 1 14850483 +esther n 2 3 @ #p ; 2 0 10961372 06436717 +esther_hobart_mcquigg_slack_morris n 1 1 @ 1 0 11192195 +esther_morris n 1 1 @ 1 0 11192195 +esthesia n 1 1 @ 1 0 05678148 +esthesis n 1 2 @ ~ 1 0 05712076 +esthete n 1 1 @ 1 0 10064537 +esthetic n 1 2 @ ; 1 1 05968971 +esthetician n 2 2 @ + 2 0 10064831 10064669 +esthetics n 1 3 @ + ; 1 0 06161223 +esthonia n 1 3 @ #p %p 1 0 09012297 +esthonian n 1 1 @ 1 0 06957896 +estimate n 5 3 @ ~ + 5 4 05803379 00875246 06528783 06783598 06207029 +estimated_tax n 1 1 @ 1 0 13310539 +estimated_tax_return n 1 1 @ 1 0 06549115 +estimation n 4 3 @ ~ + 4 0 06528783 06207029 05803379 00875246 +estimator n 1 3 @ ~ + 1 0 09887034 +estivation n 2 4 @ #p + ; 2 0 14014162 07947069 +estonia n 1 4 @ #p %p + 1 0 09012297 +estonian n 1 2 @ + 1 0 06957896 +estonian_monetary_unit n 1 2 @ ~ 1 0 13700233 +estoppel n 1 1 @ 1 0 06653911 +estradiol n 1 2 @ #s 1 0 14750316 +estradiol_patch n 1 1 @ 1 0 03298352 +estragon n 2 3 @ #p %p 2 0 11930203 07821610 +estrangement n 2 3 @ ~ + 2 1 14415773 07502387 +estraterrestrial_body n 1 3 @ ~ #p 1 0 09277686 +estrilda n 1 3 @ #m %m 1 0 01543817 +estriol n 1 1 @ 1 0 14750622 +estrogen n 1 3 @ ~ + 1 0 14749794 +estrogen_antagonist n 1 1 @ 1 0 03298565 +estrone n 1 1 @ 1 0 14750782 +estronol n 1 2 @ ; 1 0 14750782 +estrus n 1 3 ! @ + 1 0 14038264 +estuary n 1 4 @ ~ #p + 1 1 09274500 +esurience n 2 2 @ + 2 0 14040071 04886402 +eta n 2 3 @ #m ; 2 0 08018189 06834780 +etagere n 1 2 @ %p 1 0 03298716 +etamin n 1 1 @ 1 0 03298858 +etamine n 1 1 @ 1 0 03298858 +etanercept n 1 1 @ 1 0 03299006 +etcetera n 1 1 @ 1 1 03299261 +etcher n 1 2 @ + 1 0 10064977 +etching n 3 3 @ ~ + 3 0 03299519 03299406 00938791 +etd n 1 1 @ 1 0 03305953 +eternal_city n 1 5 @ #p %m %p - 1 0 08806897 +eternal_damnation n 1 2 @ ~ 1 0 14458593 +eternal_life n 1 1 @ 1 0 13957390 +eternal_rest n 1 1 @ 1 0 13962765 +eternal_sleep n 1 1 @ 1 0 13962765 +eternity n 3 3 @ ~ + 3 3 15243976 13956905 15273406 +etf n 1 1 @ 1 0 13359032 +ethacrynic_acid n 1 1 @ 1 0 03299648 +ethan_allen n 1 1 @ 1 0 10814776 +ethanal n 1 1 @ 1 0 14711008 +ethanal_trimer n 1 1 @ 1 0 14689325 +ethanamide n 1 1 @ 1 0 14711197 +ethane n 1 1 @ 1 0 14850826 +ethanedioic_acid n 1 1 @ 1 0 14971022 +ethanediol n 1 1 @ 1 0 14851850 +ethanoate n 1 2 @ ~ 1 0 14599806 +ethanoic_acid n 1 3 @ ~ #s 1 0 14599168 +ethanol n 1 3 @ ~ #s 1 1 14709265 +ethanoyl_chloride n 1 1 @ 1 0 14808911 +ethanoyl_group n 1 1 @ 1 0 14594456 +ethanoyl_radical n 1 1 @ 1 0 14594456 +ethchlorvynol n 1 1 @ 1 0 03299788 +ethel_barrymore n 1 1 @ 1 0 10835866 +ethel_merman n 1 1 @ 1 0 11176527 +ethel_waters n 1 1 @ 1 0 11376069 +ethelbert n 1 1 @ 1 0 10961650 +ethelred n 2 1 @ 2 0 10962041 10961816 +ethelred_i n 1 1 @ 1 0 10961816 +ethelred_ii n 1 1 @ 1 0 10962041 +ethelred_the_unready n 1 1 @ 1 0 10962041 +ethene n 1 2 @ ~ 1 0 14851157 +ether n 4 4 @ ~ + ; 4 0 14847103 14709102 06254915 03299929 +ethernet n 1 2 @ %p 1 0 03300216 +ethernet_cable n 1 2 @ #p 1 0 03300443 +ethic n 2 3 @ ~ %p 2 1 05956019 06663617 +ethical_code n 1 3 @ ~ %p 1 0 06663617 +ethical_drug n 1 2 @ ~ 1 0 03999280 +ethical_motive n 1 2 @ ~ 1 1 09183693 +ethician n 1 2 @ + 1 0 10065066 +ethicism n 1 2 @ + 1 0 05961429 +ethicist n 1 2 @ + 1 0 10065066 +ethics n 2 4 @ ~ + - 2 1 09183693 06159473 +ethics_committee n 1 1 @ 1 0 08326850 +ethics_panel n 1 1 @ 1 0 08326850 +ethiopia n 1 6 @ #p %m %p + - 1 0 08778061 +ethiopian n 1 4 @ ~ #m + 1 1 09705124 +ethiopian_banana n 1 2 @ #m 1 0 12353754 +ethiopian_language n 1 1 @ 1 0 06987812 +ethiopian_monetary_unit n 1 2 @ ~ 1 0 13664283 +ethmoid n 1 2 @ #p 1 0 05274590 +ethmoid_bone n 1 2 @ #p 1 0 05274590 +ethmoid_sinus n 1 1 @ 1 0 05253165 +ethmoidal_artery n 1 2 @ #p 1 0 05344848 +ethmoidal_sinus n 1 1 @ 1 0 05253165 +ethmoidal_vein n 1 1 @ 1 0 05367003 +ethnarch n 1 2 @ ~ 1 0 10065261 +ethnic n 1 1 @ 1 0 10065547 +ethnic_cleansing n 1 1 @ 1 0 01265734 +ethnic_group n 1 2 @ ~ 1 0 07967382 +ethnic_joke n 1 1 @ 1 0 06779210 +ethnic_minority n 1 2 @ ~ 1 0 07967736 +ethnic_music n 1 2 @ ~ 1 0 07060167 +ethnic_slur n 1 2 @ - 1 0 06718862 +ethnicity n 1 2 @ + 1 0 04799133 +ethnocentrism n 1 1 @ 1 0 06201667 +ethnographer n 1 2 @ + 1 0 10065643 +ethnography n 1 2 @ + 1 0 06146546 +ethnologist n 1 3 @ ~ + 1 0 10065758 +ethnology n 1 2 @ + 1 0 06146880 +ethnos n 1 2 @ ~ 1 0 07967382 +ethocaine n 1 3 @ ~ ; 1 0 04006727 +ethologist n 1 2 @ + 1 0 10065911 +ethology n 1 2 @ + 1 0 06072619 +ethos n 1 2 @ ; 1 1 04723286 +ethosuximide n 1 1 @ 1 0 03300578 +ethoxyethane n 1 2 @ ~ 1 0 03299929 +ethrane n 1 2 @ ; 1 0 03287459 +ethril n 1 2 @ ; 1 0 03295357 +ethyl n 1 1 @ 1 0 14710325 +ethyl_acetate n 1 1 @ 1 1 14850948 +ethyl_alcohol n 2 4 @ ~ #s %s 2 0 14709265 07902121 +ethyl_aminobenzoate n 1 1 @ 1 0 02830721 +ethyl_chloride n 1 1 @ 1 0 03300786 +ethyl_ether n 1 2 @ ~ 1 0 03299929 +ethyl_group n 1 1 @ 1 0 14710325 +ethyl_radical n 1 1 @ 1 0 14710325 +ethylene n 1 2 @ ~ 1 0 14851157 +ethylene_glycol n 1 1 @ 1 0 14851850 +ethylene_tetrachloride n 1 1 @ 1 0 04416338 +ethylenediaminetetraacetic_acid n 1 1 @ 1 0 14851668 +ethyne n 1 2 @ #s 1 0 14600742 +etienne-louis_arthur_fallot n 1 1 @ 1 0 10966145 +etiolation n 3 3 @ + ; 3 0 04700496 00362862 00274206 +etiologist n 1 2 @ + 1 0 10066059 +etiology n 2 2 @ + 2 0 07327608 06161048 +etiquette n 1 2 @ ~ 1 1 06664845 +etna n 2 2 @ #p 2 0 09174718 02921029 +etodolac n 1 2 @ %s 1 0 03300907 +eton_collar n 1 1 @ 1 0 03301066 +eton_college n 1 2 @ #p 1 0 08410891 +eton_jacket n 1 1 @ 1 0 03301175 +etonian n 1 1 @ 1 0 10066206 +etropus n 1 3 @ #m %m 1 0 02661765 +etropus_rimosus n 1 2 @ #m 1 0 02661892 +etruria n 1 3 @ #p %m 1 0 08813807 +etruscan n 1 2 @ #m 1 0 09716643 +etude n 1 1 @ 1 0 07043518 +etui n 1 1 @ 1 0 03301291 +etymological_dictionary n 1 1 @ 1 0 06419503 +etymologist n 1 2 @ + 1 0 10066314 +etymologizing n 1 3 @ + ; 1 0 06744154 +etymology n 2 3 @ ~ + 2 0 06514621 06168855 +etymon n 1 1 @ 1 0 06300445 +eu n 2 3 @ #s %m 2 0 14637176 08173515 +euarctos n 1 3 @ #m %m 1 0 02132974 +euarctos_americanus n 1 3 @ ~ #m 1 0 02133161 +euascomycetes n 1 2 @ #m 1 0 13024348 +eubacteria n 1 4 @ ~ #m %p 1 0 01355326 +eubacteriales n 1 3 @ #m %m 1 0 01356086 +eubacterium n 1 4 @ ~ #m %p 1 0 01355326 +eubryales n 1 3 @ #m %m 1 0 11540747 +eubstance n 1 3 @ ~ = 1 0 04934546 +eucalypt n 1 4 @ ~ #m %s 1 0 12334891 +eucalypt_grandis n 1 1 @ 1 0 12337800 +eucalypt_gunnii n 1 1 @ 1 0 12337922 +eucalypt_ovata n 1 1 @ 1 0 12338034 +eucalypt_tereticornis n 1 1 @ 1 0 12338655 +eucalyptus n 2 5 @ ~ #m #s %s 2 0 12335351 12334891 +eucalyptus_amygdalina n 1 1 @ 1 0 12336092 +eucalyptus_calophylla n 1 1 @ 1 0 12336224 +eucalyptus_camaldulensis n 1 2 @ %s 1 0 12336333 +eucalyptus_camphora n 1 1 @ 1 0 12336586 +eucalyptus_citriodora n 1 1 @ 1 0 12338258 +eucalyptus_coriacea n 1 1 @ 1 0 12336727 +eucalyptus_delegatensis n 1 1 @ 1 0 12336973 +eucalyptus_dumosa n 1 1 @ 1 0 12337131 +eucalyptus_fraxinoides n 1 1 @ 1 0 12337391 +eucalyptus_globulus n 1 1 @ 1 0 12337617 +eucalyptus_gum n 1 2 @ #s 1 0 12339090 +eucalyptus_kino n 1 2 @ #s 1 0 12339090 +eucalyptus_maculata n 1 1 @ 1 0 12338146 +eucalyptus_maculata_citriodora n 1 1 @ 1 0 12338258 +eucalyptus_oil n 1 1 @ 1 0 14893537 +eucalyptus_pauciflora n 1 1 @ 1 0 12336727 +eucalyptus_regnans n 1 1 @ 1 0 12338796 +eucalyptus_rostrata n 1 2 @ %s 1 0 12336333 +eucalyptus_tree n 1 4 @ ~ #m %s 1 0 12334891 +eucalyptus_viminalis n 1 1 @ 1 0 12338979 +eucalyptusd_eugenioides n 1 1 @ 1 0 12337246 +eucalytus_stellulata n 1 1 @ 1 0 12338454 +eucarya n 1 3 @ #m %m 1 0 12736455 +eucarya_acuminata n 1 3 @ #m %p 1 0 12736603 +eucaryote n 1 2 @ + 1 0 01415626 +eucharist n 1 3 @ %p + 1 0 01035853 +eucharistic_liturgy n 1 2 @ %p 1 0 01035853 +euchre n 1 1 @ 1 0 00492309 +eucinostomus n 1 3 @ #m %m 1 0 02637337 +eucinostomus_gula n 1 2 @ #m 1 0 02637475 +euclid n 1 2 @ + 1 0 10962302 +euclid's_axiom n 1 3 @ ~ ; 1 0 06005692 +euclid's_fifth_axiom n 1 1 @ 1 0 06006458 +euclid's_first_axiom n 1 1 @ 1 0 06005999 +euclid's_fourth_axiom n 1 1 @ 1 0 06006364 +euclid's_postulate n 1 3 @ ~ ; 1 0 06005692 +euclid's_second_axiom n 1 1 @ 1 0 06006117 +euclid's_third_axiom n 1 1 @ 1 0 06006243 +euclidean_axiom n 1 3 @ ~ ; 1 0 06005692 +euclidean_geometry n 1 2 @ ; 1 0 06005518 +euclidean_space n 1 1 @ 1 0 08004953 +eudaemon n 1 3 @ + ; 1 0 09542697 +eudaemonia n 1 2 @ ~ 1 0 14447525 +eudaimonia n 1 2 @ ~ 1 0 14447525 +eudemon n 1 4 ! @ + ; 1 0 09542697 +eudemonism n 1 1 @ 1 0 06160418 +euderma n 1 3 @ #m %m 1 0 02148377 +euderma_maculata n 1 2 @ #m 1 0 02148512 +eudiometer n 1 1 @ 1 0 03301389 +eudora_welty n 1 1 @ 1 0 11381457 +eudromias_morinellus n 1 2 @ #m 1 0 02024185 +eudyptes n 1 3 @ #m %m 1 0 02057208 +eugene n 2 2 @ #p 2 0 10962423 09133500 +eugene_curran_kelly n 1 1 @ 1 0 11099729 +eugene_delacroix n 1 1 @ 1 0 10928498 +eugene_gladstone_o'neill n 1 1 @ 1 0 11215070 +eugene_ionesco n 1 1 @ 1 0 11072887 +eugene_luther_vidal n 1 1 @ 1 0 11366109 +eugene_o'neill n 1 1 @ 1 0 11215070 +eugene_ormandy n 1 1 @ 1 0 11216797 +eugene_paul_wigner n 1 1 @ 1 0 11386138 +eugene_sue n 1 1 @ 1 0 11323580 +eugene_v._debs n 1 1 @ 1 0 10926429 +eugene_victor_debs n 1 1 @ 1 0 10926429 +eugene_wigner n 1 1 @ 1 0 11386138 +eugenia n 1 3 @ #m %m 1 0 12331415 +eugenia_aromaticum n 1 3 @ #m %p 1 0 12339526 +eugenia_caryophyllatum n 1 3 @ #m %p 1 0 12339526 +eugenia_corynantha n 1 2 @ #m 1 0 12331655 +eugenia_dicrana n 1 2 @ #m 1 0 12331788 +eugenia_jambos n 1 3 @ #m %p 1 0 12332218 +eugenia_uniflora n 1 2 @ #m 1 0 12332030 +eugenics n 1 3 ! @ + 1 0 06042486 +eugenio_pacelli n 1 1 @ 1 0 11238511 +euglena n 1 2 @ #m 1 0 01406736 +euglenaceae n 1 3 @ #m %m 1 0 01406426 +euglenid n 1 2 @ #m 1 0 01406904 +euglenoid n 1 2 @ #m 1 0 01406904 +euglenophyceae n 1 3 @ #m %m 1 0 01406262 +euglenophyta n 1 3 @ #m %m 1 0 01406092 +euglenophyte n 1 2 @ #m 1 0 01406904 +eukaryote n 1 3 ! @ + 1 0 01415626 +euler n 1 1 @ 1 0 10962611 +eulogist n 1 1 @ 1 0 09617161 +eulogium n 1 1 @ 1 0 06694359 +eulogy n 2 2 @ + 2 0 06694359 06694149 +eumeces n 1 3 @ #m %m 1 0 01684435 +eumeces_callicephalus n 1 2 @ #m 1 0 01684741 +eumeces_skiltonianus n 1 2 @ #m 1 0 01684578 +eumenes n 1 3 @ #m %m 1 0 02214203 +eumenides n 1 3 @ ~ ; 1 0 09506337 +eumetopias n 1 3 @ #m %m 1 0 02078882 +eumetopias_jubatus n 1 2 @ #m 1 0 02079005 +eumops n 1 3 @ #m %m 1 0 02150016 +eumycetes n 1 2 @ #m 1 0 12995435 +eumycota n 1 3 @ #m %m 1 0 12994979 +eunectes n 1 3 @ #m %m 1 0 01742967 +eunectes_murinus n 1 2 @ #m 1 0 01743086 +eunuch n 1 1 @ 1 0 10066452 +eunuchoidism n 1 1 @ 1 0 14075660 +euonymous_alatus n 1 1 @ 1 0 12749456 +euonymus n 1 3 @ #m %m 1 0 12748815 +euonymus_americanus n 1 2 @ #m 1 0 12749852 +euonymus_atropurpureus n 1 2 @ #m 1 0 12749679 +euonymus_europaeus n 1 1 @ 1 0 12749289 +euonymus_fortunei_radicans n 1 2 @ #m 1 0 12750076 +euonymus_radicans_vegetus n 1 2 @ #m 1 0 12750076 +euopean_hoopoe n 1 2 @ #m 1 0 01830042 +eupatorium n 1 3 @ #m %m 1 0 11968104 +eupatorium_aya-pana n 1 2 @ #m 1 0 11937692 +eupatorium_cannabinum n 1 1 @ 1 0 11968335 +eupatorium_capillifolium n 1 1 @ 1 0 11968519 +eupatorium_coelestinum n 1 2 @ #m 1 0 11955896 +eupatorium_maculatum n 1 2 @ #m 1 0 11968704 +eupatorium_perfoliatum n 1 2 @ #m 1 0 11968931 +eupatorium_purpureum n 1 2 @ #m 1 0 11969166 +eupatorium_rugosum n 1 2 @ #m 1 0 11917835 +euphagus n 1 3 @ #m %m 1 0 01574671 +euphagus_carilonus n 1 2 @ #m 1 0 01574801 +euphausia_pacifica n 1 2 @ #m 1 0 01988869 +euphausiacea n 1 3 @ #m %m 1 0 01988481 +euphemism n 1 4 ! @ + - 1 0 06605046 +euphonium n 1 1 @ 1 0 03301568 +euphony n 1 4 @ ~ + - 1 0 05718556 +euphorbia n 1 3 @ #m %m 1 0 12917338 +euphorbia_amygdaloides n 1 2 @ #m 1 0 12920955 +euphorbia_antisyphilitica n 1 3 @ #m %s 1 0 12921126 +euphorbia_caput-medusae n 1 2 @ #m 1 0 12918991 +euphorbia_corollata n 1 2 @ #m 1 0 12919195 +euphorbia_cyathophora n 1 2 @ #m 1 0 12920719 +euphorbia_cyparissias n 1 2 @ #m 1 0 12919646 +euphorbia_dentata n 1 2 @ #m 1 0 12922119 +euphorbia_esula n 1 2 @ #m 1 0 12919847 +euphorbia_exigua n 1 2 @ #m 1 0 12921315 +euphorbia_fulgens n 1 2 @ #m 1 0 12921499 +euphorbia_helioscopia n 1 2 @ #m 1 0 12918609 +euphorbia_heterophylla n 1 2 @ #m 1 0 12920521 +euphorbia_hirsuta n 1 2 @ #m 1 0 12920043 +euphorbia_ingens n 1 2 @ #m 1 0 12921660 +euphorbia_lathyris n 1 2 @ #m 1 0 12918404 +euphorbia_litchi n 1 3 @ #m %p 1 0 12743352 +euphorbia_marginata n 1 2 @ #m 1 0 12919403 +euphorbia_medusae n 1 2 @ #m 1 0 12918991 +euphorbia_milii n 1 2 @ #m 1 0 12921868 +euphorbia_peplus n 1 2 @ #m 1 0 12918810 +euphorbia_pulcherrima n 1 2 @ #m 1 0 12920204 +euphorbiaceae n 1 3 @ #m %m 1 0 12916935 +euphorbium n 1 1 @ 1 0 14852312 +euphoria n 1 2 ! @ 1 1 07529096 +euphoriant n 1 2 @ + 1 0 03301696 +euphory n 1 2 @ + 1 0 07529096 +euphractus n 1 3 @ #m %m 1 0 02455584 +euphractus_sexcinctus n 1 2 @ #m 1 0 02455720 +euphrates n 1 2 @ #p 1 0 09274739 +euphrates_river n 1 2 @ #p 1 0 09274739 +euphrosyne n 1 2 @ ; 1 0 09495732 +euphuism n 2 2 @ ~ 2 0 07069517 06366879 +euplectella n 1 3 @ #m %m 1 0 01907902 +eupnea n 1 1 @ 1 0 00833491 +eupnoea n 1 1 @ 1 0 00833491 +euproctis n 1 3 @ #m %m 1 0 02286271 +euproctis_chrysorrhoea n 1 2 @ #m 1 0 02286654 +euproctis_phaeorrhoea n 1 2 @ #m 1 0 02286425 +eurafrican n 1 2 @ + 1 0 09686262 +eurasia n 1 4 @ #p %p + 1 0 09275016 +eurasian n 1 2 @ + 1 0 09686401 +eurasian_badger n 1 2 @ #m 1 0 02448060 +eurasian_green_toad n 1 1 @ 1 0 01646902 +eurasian_hamster n 1 1 @ 1 0 02343058 +eurasian_kingfisher n 1 2 @ #m 1 0 01827793 +eurasian_otter n 1 1 @ 1 0 02445171 +eurasian_woodcock n 1 2 @ #m 1 0 02031298 +eureka n 2 2 @ #p 2 0 14820747 09063125 +eurhythmics n 1 1 @ 1 0 00429713 +eurhythmy n 1 1 @ 1 0 00429713 +euripides n 1 1 @ 1 0 10962712 +euro n 1 1 @ 1 0 13661820 +eurobabble n 1 1 @ 1 0 07069632 +eurocentrism n 1 2 @ + 1 0 06201778 +eurocurrency n 1 2 @ ~ 1 0 13386136 +eurodollar n 1 1 @ 1 0 13674479 +euronithopod n 1 3 @ #m %m 1 0 01705247 +euronithopoda n 1 3 @ #m %m 1 0 01705247 +europa n 1 1 @ 1 0 09275335 +europan n 1 1 @ 1 0 06895940 +europe n 3 6 @ #p %m %p + - 3 1 09275473 08173515 08172695 +european n 1 2 @ ~ 1 1 09686536 +european_ash n 1 1 @ 1 0 12304703 +european_barberry n 1 1 @ 1 0 11698042 +european_bean n 1 3 @ #m %p 1 0 12576029 +european_beech n 1 2 @ #m 1 0 12261359 +european_beggar-ticks n 1 1 @ 1 0 11940750 +european_bird_cherry n 1 3 @ #m %p 1 0 12647560 +european_bittern n 1 2 @ #m 1 0 02011943 +european_black_alder n 1 2 @ #m 1 0 12284821 +european_black_currant n 1 3 @ #m %p 1 0 12805561 +european_black_grouse n 1 1 @ 1 0 01795735 +european_blackbird n 1 2 @ #m 1 0 01558594 +european_blueberry n 1 2 @ #p 1 0 07743224 +european_bog_asphodel n 1 1 @ 1 0 12463975 +european_box n 1 1 @ 1 0 12746253 +european_bream n 1 2 @ #m 1 0 01440467 +european_brooklime n 1 2 @ #m 1 0 12891093 +european_brown_bat n 1 1 @ 1 0 02147328 +european_catfish n 1 2 @ #m 1 0 02518324 +european_central_bank n 1 1 @ 1 0 08350244 +european_chestnut n 1 1 @ 1 0 12263204 +european_community n 1 2 @ %m 1 0 08173515 +european_corn_borer_moth n 1 2 @ #m 1 0 02289610 +european_country n 1 3 @ ~ #p 1 1 08696931 +european_cranberry n 1 1 @ 1 0 12246037 +european_cranberry_bush n 1 2 @ #m 1 0 12680864 +european_cranberrybush n 1 2 @ #m 1 0 12680864 +european_creeper n 1 1 @ 1 0 01589893 +european_cuckoo n 1 2 @ #m 1 0 01823414 +european_curlew n 1 1 @ 1 0 02033779 +european_dewberry n 1 2 @ %p 1 0 12655726 +european_dogtooth n 1 1 @ 1 0 12451070 +european_dune_grass n 1 1 @ 1 0 12119539 +european_economic_community n 1 2 @ %m 1 0 08173515 +european_elder n 1 1 @ 1 0 12679201 +european_elk n 1 2 @ #m 1 0 02432983 +european_elm n 1 2 @ #m 1 0 12407890 +european_field_elm n 1 2 @ #m 1 0 12406715 +european_fire_salamander n 1 2 @ #m 1 0 01629819 +european_flatfish n 1 2 @ #m 1 0 02658811 +european_fly_honeysuckle n 1 2 @ #m 1 0 12677120 +european_gallinule n 1 1 @ 1 0 02017213 +european_goatsucker n 1 2 @ #m 1 0 01835769 +european_hackberry n 1 2 @ #m 1 0 12409470 +european_hare n 1 2 @ #m 1 0 02326862 +european_honeysuckle n 1 2 @ #m 1 0 12677120 +european_hop n 1 1 @ 1 0 12398174 +european_hornbeam n 1 2 @ #m 1 0 12286988 +european_house_cricket n 1 2 @ #m 1 0 02230023 +european_ladies'_tresses n 1 2 @ #m 1 0 12084555 +european_larch n 1 1 @ 1 0 11619845 +european_law_enforcement_organisation n 1 1 @ 1 0 08210042 +european_lemming n 1 2 @ #m 1 0 02344918 +european_lobster n 2 3 @ #m %m 2 0 07793133 01983674 +european_magpie n 1 1 @ 1 0 01582398 +european_mountain_ash n 1 2 @ %p 1 0 12658308 +european_nation n 1 3 @ ~ #p 1 1 08696931 +european_nightjar n 1 2 @ #m 1 0 01835769 +european_nut_pine n 1 2 @ %p 1 0 11611758 +european_nuthatch n 1 2 @ #m 1 0 01591005 +european_olive_tree n 1 3 @ #m %p 1 0 12301180 +european_parsley_fern n 1 1 @ 1 0 13210597 +european_pasqueflower n 1 1 @ 1 0 11738203 +european_perch n 1 3 @ #m %p 1 0 02557318 +european_plan n 1 1 @ 1 0 13416106 +european_quaking_aspen n 1 1 @ 1 0 12733870 +european_rabbit n 1 3 @ #m %p 1 0 02324850 +european_raspberry n 1 1 @ 1 0 12656369 +european_recovery_program n 1 1 @ 1 0 13266690 +european_red_elder n 1 1 @ 1 0 12679593 +european_roller n 1 2 @ #m 1 0 01826680 +european_russia n 1 2 @ #p 1 0 09007471 +european_sandpiper n 1 2 @ #m 1 0 02026948 +european_sanicle n 1 1 @ 1 0 12944095 +european_sea_bream n 1 2 @ #m 1 0 02591613 +european_sea_eagle n 1 1 @ 1 0 01615458 +european_shrike n 1 1 @ 1 0 01599159 +european_silver_fir n 1 1 @ 1 0 11621547 +european_smelt n 2 4 @ #m #p %p 2 0 07798872 02540983 +european_sole n 1 2 @ #m 1 0 02664285 +european_spider_crab n 1 2 @ #m 1 0 01982068 +european_swift n 1 2 @ #m 1 0 01832493 +european_toad n 1 1 @ 1 0 01646555 +european_tortoise n 1 2 @ #m 1 0 01670535 +european_turkey_oak n 1 1 @ 1 0 12270741 +european_union n 1 2 @ %m 1 0 08173515 +european_water_ouzel n 1 2 @ #m 1 0 01602080 +european_water_shrew n 1 2 @ #m 1 0 01893021 +european_white_birch n 1 2 @ #m 1 0 12282527 +european_white_lily n 1 2 @ #m 1 0 11715678 +european_wildcat n 1 2 @ #m 1 0 02125081 +european_wolf_spider n 1 2 @ #m 1 0 01775370 +european_wood_mouse n 1 2 @ #m 1 0 02333190 +european_woolly_thistle n 1 1 @ 1 0 11954642 +europeanisation n 1 2 @ + 1 0 13476440 +europeanization n 1 2 @ + 1 0 13476440 +europium n 1 2 @ #s 1 0 14637176 +europol n 1 1 @ 1 0 08210042 +eurotiales n 1 3 @ #m %m 1 0 13026763 +eurotium n 1 2 @ #m 1 0 13027049 +euryale n 2 3 @ #m ; 2 0 09498186 02318437 +euryalida n 1 3 @ #m %m 1 0 02317983 +eurydice n 1 2 @ ; 1 0 09571581 +eurylaimi n 1 3 @ #m %m 1 0 01546223 +eurylaimidae n 1 3 @ #m %m 1 0 01546348 +eurypterid n 1 2 @ #m 1 0 01788579 +eurypterida n 1 3 @ #m %m 1 0 01788420 +eurythmics n 1 1 @ 1 0 00429713 +eurythmy n 1 1 @ 1 0 00429713 +eusebius n 1 1 @ 1 0 10962837 +eusebius_hieronymus n 1 2 @ ; 1 0 11083064 +eusebius_of_caesarea n 1 1 @ 1 0 10962837 +eusebius_sophronius_hieronymus n 1 2 @ ; 1 0 11083064 +euskadi_ta_askatasuna n 1 2 @ ; 1 0 08018189 +eusporangium n 1 1 @ 1 0 13092987 +eustachian_tube n 1 2 @ #p 1 0 05325153 +eustachio n 1 1 @ 1 0 10963050 +eustoma n 1 3 @ #m %m 1 0 12291763 +eustoma_grandiflorum n 1 2 @ #m 1 0 12291959 +eutamias n 1 3 @ #m %m 1 0 02360135 +eutamius_asiaticus n 1 1 @ 1 0 02360480 +eutamius_sibiricus n 1 1 @ 1 0 02360480 +eutectic n 1 1 @ 1 1 14589114 +eutectoid_steel n 1 1 @ 1 0 14852747 +euterpe n 2 4 @ #m %m ; 2 0 12590842 09566667 +euterpe_oleracea n 1 2 @ #m 1 0 12591017 +euthanasia n 1 1 @ 1 0 00219856 +euthenics n 1 1 @ 1 0 06042905 +eutheria n 1 4 @ #m %m + 1 0 01886220 +eutherian n 1 3 @ ~ #m 1 0 01886756 +eutherian_mammal n 1 3 @ ~ #m 1 0 01886756 +euthynnus n 1 3 @ #m %m 1 0 02628467 +euthynnus_pelamis n 1 2 @ #m 1 0 02628600 +eutrophication n 1 1 @ 1 0 13476590 +euxine_sea n 1 2 @ %p 1 0 09223325 +ev n 1 1 @ 1 0 13725902 +eva_braun n 1 1 @ 1 0 10863440 +eva_le_gallienne n 1 1 @ 1 0 11124831 +evacuation n 3 3 @ ~ + 3 2 00395797 00054821 13473097 +evacuee n 1 1 @ 1 0 10066624 +evaluation n 2 3 @ ~ + 2 2 00874806 05736149 +evaluator n 1 3 @ ~ + 1 0 10066732 +evanescence n 1 2 @ + 1 0 07335917 +evangel n 1 5 @ ~ #p %p + 1 0 06455138 +evangelical_and_reformed_church n 1 1 @ 1 0 08091290 +evangelical_united_brethren_church n 1 1 @ 1 0 08092855 +evangelicalism n 1 2 @ ~ 1 0 06231030 +evangelism n 1 3 @ ~ + 1 0 07244613 +evangelist n 2 3 @ ~ + 2 1 10067011 10067305 +evangelista_torricelli n 1 1 @ 1 0 11346110 +evans n 2 1 @ 2 0 10963467 10963254 +evansville n 1 2 @ #p 1 0 09085209 +evaporated_milk n 1 1 @ 1 0 07846359 +evaporation n 2 4 @ ~ #p + 2 1 13572436 13460568 +evaporative_cooler n 1 1 @ 1 1 03301833 +evaporite n 1 2 @ #s 1 0 15009192 +evaporometer n 1 1 @ 1 0 02752917 +evariste_galois n 1 1 @ 1 0 10988261 +evasion n 4 3 @ ~ + 4 0 06761099 01120855 00740712 00059127 +evasive_action n 1 2 @ ~ 1 0 00059552 +evasive_answer n 1 2 @ ; 1 0 06560758 +evasiveness n 1 2 @ + 1 0 04825383 +eve n 4 4 @ ~ %p ; 4 2 09586743 15156424 15167778 15166462 +evelyn_arthur_saint_john_waugh n 1 1 @ 1 0 11377168 +evelyn_waugh n 1 1 @ 1 0 11377168 +even n 1 3 @ ~ %p 1 0 15166462 +even-pinnate_leaf n 1 1 @ 1 0 13160116 +even-toed_ungulate n 1 4 ! @ ~ #m 1 0 02394477 +even_chance n 1 1 @ 1 0 11519799 +even_spacing n 1 1 @ 1 0 04769988 +evenfall n 1 3 @ ~ #p 1 0 15169421 +evening n 3 5 @ ~ #p %p ; 3 1 15166462 15268094 15167906 +evening-primrose_family n 1 3 @ #m %m 1 0 12341126 +evening-snow n 1 2 @ #m 1 0 12811713 +evening_bag n 1 1 @ 1 0 03301940 +evening_clothes n 1 2 @ ~ 1 0 03384891 +evening_dress n 1 2 @ ~ 1 0 03384891 +evening_gown n 1 1 @ 1 0 03201638 +evening_grosbeak n 1 2 @ #m 1 0 01540566 +evening_lychnis n 1 2 @ #m 1 0 11816336 +evening_prayer n 1 2 @ ; 1 0 06456759 +evening_primrose n 1 3 @ ~ #m 1 0 12344283 +evening_shift n 2 1 @ 2 0 15292829 08218713 +evening_shirt n 1 2 @ %p 1 0 03238879 +evening_star n 1 1 @ 1 0 09276872 +evening_trumpet_flower n 1 2 @ #m 1 0 12485981 +eveningwear n 1 2 @ ~ 1 0 03384891 +evenk n 1 1 @ 1 0 09737453 +evenki n 2 1 @ 2 0 09644008 06928610 +evenness n 3 5 ! @ ~ = + 3 0 13790492 04769456 04748498 +evensong n 2 2 @ ; 2 1 15230180 06456759 +event n 4 4 @ ~ + ; 4 2 00029378 13943400 11453860 11410625 +event_planner n 1 2 @ ; 1 0 10067600 +eventide n 1 3 @ ~ %p 1 0 15166462 +eventration n 1 1 @ 1 0 14296142 +eventuality n 1 1 @ 1 0 07290761 +everest n 1 2 @ #p 1 0 09277010 +everglade_state n 1 4 @ #m #p %p 1 0 09071690 +everglades n 1 2 @ #p 1 0 09277279 +everglades_national_park n 1 3 @ #p %p 1 0 08604487 +evergreen n 1 1 @ 1 0 13099833 +evergreen_beech n 1 3 @ ~ #m 1 0 12266217 +evergreen_bittersweet n 1 2 @ #m 1 0 12750076 +evergreen_blueberry n 1 1 @ 1 0 12247963 +evergreen_cherry n 1 1 @ 1 0 12646397 +evergreen_grass n 1 2 @ #m 1 0 12108871 +evergreen_huckleberry n 1 1 @ 1 0 12248141 +evergreen_magnolia n 1 1 @ 1 0 11710136 +evergreen_millet n 1 1 @ 1 0 12138905 +evergreen_oak n 1 1 @ 1 0 12272432 +evergreen_plant n 1 2 ! @ 1 0 13099833 +evergreen_state n 1 3 @ #p %p 1 0 09152944 +evergreen_thorn n 1 1 @ 1 0 12628579 +evergreen_winterberry n 1 1 @ 1 0 12757458 +evergreen_wood_fern n 2 2 @ #m 2 0 13199717 13194036 +everlasting n 1 3 @ ~ #m 1 0 11915899 +everlasting_flower n 1 3 @ ~ #m 1 0 11915899 +everlasting_pea n 1 3 @ ~ #m 1 0 12539832 +everlastingness n 1 2 @ + 1 0 05054426 +evernia n 1 2 @ #m 1 0 12990092 +evers n 1 1 @ 1 0 10963642 +eversion n 2 2 @ + 2 0 05080616 00335653 +evert n 1 2 @ + 1 0 10963815 +everting n 1 2 @ + 1 0 00335653 +everydayness n 1 4 @ ~ = + 1 0 04795545 +everyman n 1 1 @ 1 0 10067793 +eviction n 2 4 @ ~ + ; 2 0 01194904 01194331 +evidence n 3 4 @ ~ + ; 3 3 05823932 06643408 06733939 +evil n 3 4 ! @ ~ = 3 3 00745637 05144663 04852088 +evil_eye n 1 1 @ 1 0 00879156 +evil_spirit n 1 2 @ ~ 1 0 09541919 +evildoer n 1 2 @ ~ 1 1 10601078 +evildoing n 1 2 @ ~ 1 0 00745005 +evilness n 1 5 ! @ ~ = + 1 0 04852088 +evisceration n 3 2 @ + 3 0 00673578 00670703 00354342 +evocation n 3 3 @ #p + 3 1 05769833 05978623 05827253 +evoked_potential n 1 1 @ 1 0 11494076 +evolution n 2 6 ! @ ~ + ; - 2 1 13464820 13477023 +evolutionary_trend n 1 2 @ ~ 1 0 06197958 +evolutionism n 1 3 @ ~ ; 1 0 06109227 +evolutionist n 1 1 @ 1 0 10067867 +ew n 1 3 @ ~ ; 1 0 00954751 +ewe n 3 3 @ #m %p 3 0 09705287 06997587 02411999 +ewenki n 2 1 @ 2 0 09644008 06928610 +ewer n 1 2 @ ~ 1 0 03950228 +ewing's_sarcoma n 1 1 @ 1 0 14240587 +ewing's_tumor n 1 1 @ 1 0 14240587 +ewing's_tumour n 1 1 @ 1 0 14240587 +ex n 3 2 @ #m 3 0 10194231 10020533 06833663 +ex-boyfriend n 1 1 @ 1 0 09871580 +ex-gambler n 1 1 @ 1 1 09617435 +ex-husband n 1 1 @ 1 1 10194231 +ex-mayor n 1 1 @ 1 1 09617508 +ex-president n 1 1 @ 1 0 09618880 +ex-serviceman n 1 3 @ ~ #m 1 0 10749353 +ex-spouse n 1 1 @ 1 0 10074249 +ex-wife n 1 1 @ 1 0 10020533 +ex_libris n 1 1 @ 1 0 07272416 +exabit n 1 3 @ #p %p 1 0 13631194 +exabyte n 2 3 @ #p %p 2 0 13631037 13630864 +exacerbation n 2 2 @ + 2 1 00374835 01222157 +exacta n 1 1 @ 1 0 00507025 +exaction n 1 3 @ ~ + 1 0 01061526 +exactitude n 1 2 @ ~ 1 0 04803430 +exactness n 1 4 ! @ ~ + 1 0 04803430 +exacum n 1 3 @ #m %m 1 0 12292285 +exacum_affine n 1 2 @ #m 1 0 12292463 +exaeretodon n 1 2 @ #m 1 0 01720867 +exaggeration n 3 2 @ + 3 2 07106502 00367552 06758835 +exaltation n 4 3 @ #p + 4 0 13986372 08685019 07991994 01029114 +exam n 1 2 @ ~ 1 0 07197021 +exam_paper n 1 1 @ 1 0 07199328 +examen n 2 1 @ 2 0 05787005 05734288 +examination n 5 3 @ ~ + 5 3 00635850 07197021 07193958 05787005 00636461 +examination_paper n 1 1 @ 1 0 07199328 +examinee n 1 3 @ ~ + 1 0 10703692 +examiner n 2 3 @ ~ + 2 0 10068234 10067968 +example n 6 3 @ ~ + 6 4 05820620 05937112 05925366 06672752 07308889 00729919 +exanthem n 1 1 @ 1 0 14321814 +exanthema n 1 1 @ 1 0 14321814 +exanthema_subitum n 1 1 @ 1 0 14123759 +exarch n 3 1 @ 3 0 10068682 10068537 10068425 +exarchate n 1 1 @ 1 0 08551296 +exasperation n 2 3 @ ~ + 2 1 07518878 00425451 +exbibit n 1 3 @ #p %p 1 0 13631355 +exbibyte n 1 3 @ #p %p 1 0 13630864 +excalibur n 1 1 @ 1 0 03302030 +excavation n 4 5 @ ~ + ; - 4 1 00941974 08550076 03302121 00922327 +excavator n 2 3 @ ~ + 2 0 09617292 03996416 +exceedance n 1 3 @ + ; 1 0 05092635 +excellence n 2 3 @ ~ + 2 1 04728786 05851744 +excellency n 2 2 @ + 2 0 10068928 05851744 +excelsior n 1 1 @ 1 1 14976634 +exception n 3 3 @ ~ + 3 2 05707269 05821246 07209533 +excerpt n 1 3 @ ~ + 1 0 06400510 +excerption n 1 2 @ ~ 1 0 06400510 +excess n 4 2 @ ~ 4 2 05119714 05118437 14452294 01073655 +excessiveness n 1 3 @ ~ + 1 0 05118437 +exchange n 11 6 @ ~ #p %p + ; 11 5 11409538 07134706 01166258 01109467 02994858 03302487 01166517 01093085 00196485 00167278 00167063 +exchange_premium n 1 1 @ 1 0 13324297 +exchange_rate n 1 1 @ 1 0 13326620 +exchange_traded_fund n 1 1 @ 1 0 13359032 +exchange_transfusion n 1 1 @ 1 0 00323766 +exchangeability n 1 4 ! @ ~ + 1 0 04735929 +exchanger n 1 2 @ + 1 0 10069120 +exchequer n 1 2 @ ~ 1 0 13356985 +excise n 1 3 @ ~ + 1 0 13316332 +excise_tax n 1 2 @ ~ 1 1 13316332 +exciseman n 1 1 @ 1 0 10693052 +excision n 4 3 @ ~ + 4 0 06428216 00393369 00208277 00115803 +excitability n 2 3 @ ~ + 2 1 05653710 04628850 +excitable_area n 1 1 @ 1 0 05489640 +excitableness n 1 3 @ ~ + 1 0 04628850 +excitant n 1 2 @ ~ 1 0 04320126 +excitation n 3 4 @ ~ = + 3 0 14037011 14036356 01260867 +excitement n 4 4 @ ~ = + 4 4 07528212 14037011 01260867 00554300 +exclaiming n 1 3 @ ~ + 1 1 07125523 +exclamation n 3 3 @ ~ + 3 1 07125523 07209868 07102802 +exclamation_mark n 1 1 @ 1 0 06843017 +exclamation_point n 1 1 @ 1 0 06843017 +exclusion n 4 4 ! @ ~ + 4 1 13935227 14413993 05707269 00206927 +exclusion_principle n 1 1 @ 1 0 05886939 +exclusionary_rule n 1 1 @ 1 0 06654074 +exclusive n 1 1 @ 1 0 06683183 +exclusive_right n 1 2 @ ~ 1 0 05178715 +exclusiveness n 1 2 @ + 1 1 04889337 +excogitation n 2 3 @ ~ + 2 0 05792842 05633385 +excogitator n 1 2 @ + 1 0 10068804 +excommunication n 2 2 @ + 2 0 14413993 00208277 +excoriation n 2 3 @ ~ + 2 0 14286549 07233214 +excrement n 1 2 @ ~ 1 0 14853947 +excrescence n 2 4 @ ~ + ; 2 0 13894434 05603650 +excreta n 1 2 @ ~ 1 0 14853947 +excreting n 1 3 @ ~ + 1 0 13473097 +excretion n 2 3 @ ~ + 2 1 13473097 14853947 +excretory_organ n 1 3 @ ~ #p 1 0 05333259 +excretory_product n 1 2 @ ~ 1 0 14853947 +excruciation n 2 3 @ ~ + 2 0 14324274 00422551 +exculpation n 2 3 @ ~ + 2 0 06741305 01227691 +excursion n 2 3 @ ~ + 2 1 00311809 00310201 +excursion_rate n 1 1 @ 1 0 13326772 +excursionist n 1 2 @ + 1 0 10596689 +excursus n 1 1 @ 1 1 06600684 +excuse n 3 3 @ ~ + 3 1 06741305 06626446 05821102 +excuser n 1 2 @ + 1 0 10399299 +exec n 1 1 @ 1 0 08128837 +execration n 3 3 @ ~ + 3 0 07503430 07233634 05811884 +executability n 1 2 @ + 1 0 05203207 +executant n 1 3 @ + ; 1 0 10069296 +executing n 1 3 @ ~ + 1 0 01163779 +execution n 7 5 @ ~ #p + ; 7 2 01163779 00097504 13477462 06554078 06553846 01127379 00220522 +execution_of_instrument n 1 2 @ ; 1 0 06554078 +execution_sale n 1 1 @ 1 0 06528557 +execution_speed n 1 2 @ ; 1 0 05061619 +executioner n 1 3 @ ~ + 1 1 10069427 +executive n 3 3 @ ~ #m 3 2 10069645 08165455 09770472 +executive_agency n 1 3 @ ~ #p 1 0 08123696 +executive_branch n 1 4 @ #m %m %p 1 1 08356074 +executive_clemency n 1 1 @ 1 0 13945495 +executive_council n 1 1 @ 1 0 08311409 +executive_department n 1 3 @ ~ #m 1 0 08123167 +executive_director n 1 2 @ ~ 1 0 10069645 +executive_office_of_the_president n 1 4 @ #m %m %p 1 0 08356074 +executive_officer n 1 2 @ ; 1 0 10069869 +executive_program n 1 3 @ #p %p 1 0 06580351 +executive_routine n 1 2 @ #p 1 0 06584376 +executive_secretary n 1 1 @ 1 1 10069981 +executive_session n 1 1 @ 1 0 07147116 +executive_vice_president n 1 1 @ 1 0 10070108 +executor n 1 3 @ ~ + 1 1 10070219 +executor-heir_relation n 1 2 @ ; 1 0 13839468 +executrix n 1 1 @ 1 0 10070377 +exegesis n 1 3 @ + ; 1 0 07171940 +exegete n 1 1 @ 1 0 10070449 +exemplar n 1 3 @ ~ + 1 1 05925366 +exemplary_damages n 1 3 @ ~ ; 1 0 13291831 +exemplification n 2 3 @ ~ + 2 0 06880533 05765901 +exemption n 3 3 @ ~ + 3 1 14528873 13310985 00213903 +exenteration n 1 2 @ + 1 0 00673710 +exercise n 5 4 @ ~ + ; 5 4 00624738 00947128 00894552 00729919 07454452 +exercise_bike n 1 1 @ 1 0 03302671 +exercise_device n 1 2 @ ~ 1 0 03302790 +exercise_set n 1 1 @ 1 0 00625699 +exerciser n 1 4 @ ~ + ; 1 0 03472232 +exercising n 1 3 @ ~ + 1 1 00624738 +exercising_weight n 1 2 @ ~ 1 0 04571292 +exercycle n 1 1 @ 1 0 03302671 +exertion n 1 3 @ ~ + 1 1 00621627 +exfiltration_operation n 1 1 @ 1 0 00983811 +exfoliation n 2 3 @ ~ + 2 0 11445753 09425607 +exhalation n 2 4 @ ~ #p + 2 0 14842091 00835267 +exhaust n 2 3 @ #p %p 2 0 14837364 03302938 +exhaust_fan n 1 2 @ ~ 1 0 03303217 +exhaust_fumes n 1 1 @ 1 0 14837364 +exhaust_hood n 1 2 @ ~ 1 0 03531546 +exhaust_manifold n 1 2 @ #p 1 0 03303333 +exhaust_pipe n 1 2 @ #p 1 0 03303510 +exhaust_system n 1 3 @ #p %p 1 0 03302938 +exhaust_valve n 1 2 @ #p 1 0 03303669 +exhaustion n 3 3 @ ~ + 3 1 14017206 07331210 00356621 +exhibit n 2 3 @ ~ + 2 1 06734322 00521209 +exhibition n 2 4 @ ~ + ; 2 2 00522145 08407619 +exhibition_area n 1 2 @ ~ 1 0 03303831 +exhibition_game n 1 1 @ 1 1 00456899 +exhibition_hall n 1 2 @ ~ 1 0 03303831 +exhibition_season n 1 1 @ 1 0 15240733 +exhibitioner n 1 1 @ 1 0 10070563 +exhibitionism n 2 2 @ + 2 0 06889701 00737894 +exhibitionist n 2 3 @ ~ + 2 0 10070942 10070711 +exhibitor n 1 2 @ + 1 0 10070563 +exhilaration n 1 3 @ ~ + 1 0 07528212 +exhortation n 2 3 @ ~ + 2 1 07139700 07246036 +exhumation n 1 2 @ + 1 1 00044900 +exigency n 2 2 @ + 2 1 14033054 07417405 +exiguity n 1 3 @ ~ + 1 0 05113462 +exile n 3 3 @ ~ + 3 0 10071332 10071139 00207761 +existence n 2 7 ! @ ~ %m %p = + 2 2 13954253 09466280 +existential_operator n 1 1 @ 1 0 06302755 +existential_philosopher n 1 2 @ ~ 1 0 10071557 +existential_philosophy n 1 3 @ ; - 1 0 05970755 +existential_quantifier n 1 1 @ 1 0 06302755 +existentialism n 1 4 @ + ; - 1 0 05970755 +existentialist n 1 3 @ ~ + 1 1 10071557 +existentialist_philosopher n 1 2 @ ~ 1 0 10071557 +existentialist_philosophy n 1 3 @ ; - 1 0 05970755 +exit n 3 4 @ ~ + ; 3 1 03303965 07333649 00058519 +exit_poll n 1 1 @ 1 0 05801286 +exmoor n 2 1 @ 2 0 02413824 02382850 +exobiology n 1 1 @ 1 0 06071722 +exocarp n 1 1 @ 1 0 11684499 +exocet n 1 1 @ 1 0 03304197 +exocoetidae n 1 3 @ #m %m 1 0 02550296 +exocrine n 1 2 @ ~ 1 0 05328867 +exocrine_gland n 1 2 @ ~ 1 0 05328867 +exocycloida n 1 3 @ #m %m 1 0 02319423 +exode n 1 1 @ 1 0 07018211 +exoderm n 1 2 @ ~ 1 0 01463739 +exodontia n 1 2 @ + 1 0 06048373 +exodontics n 1 2 @ + 1 0 06048373 +exodontist n 1 2 @ + 1 0 10071912 +exodus n 2 2 @ #p 2 1 00060414 06432715 +exoergic_reaction n 1 1 @ 1 0 13477691 +exogamy n 1 3 ! @ + 1 0 13965274 +exogen n 1 4 @ ~ #m + 1 0 11666854 +exogenous_depression n 1 1 @ 1 0 14390249 +exogenous_obesity n 1 1 @ 1 0 05000717 +exomphalos n 1 1 @ 1 0 14296254 +exon n 1 2 ! @ 1 0 14830992 +exoneration n 2 3 @ ~ + 2 0 14575399 01241331 +exonuclease n 1 1 @ 1 0 14606137 +exophthalmic_goiter n 1 1 @ 1 0 14121058 +exophthalmos n 1 3 @ ~ #p 1 0 14313017 +exopterygota n 1 2 @ #m 1 0 02232408 +exorbitance n 1 2 @ + 1 0 05119096 +exorciser n 1 2 @ + 1 0 10072054 +exorcism n 1 3 @ %p + 1 0 05978472 +exorcist n 2 2 @ + 2 0 10072187 10072054 +exordium n 1 2 @ ; 1 0 06397171 +exoskeleton n 1 3 @ ~ ; 1 0 05586759 +exosphere n 1 2 @ #p 1 0 09277432 +exostosis n 1 1 @ 1 0 14234317 +exotherm n 1 2 @ + 1 0 14883954 +exothermic_reaction n 1 1 @ 1 0 13477812 +exotic_belly_dancer n 1 1 @ 1 0 09849462 +exotic_dancer n 2 2 @ ~ 2 1 10664340 09849462 +exoticism n 1 1 @ 1 0 04799612 +exoticness n 1 2 @ + 1 0 04799612 +exotism n 1 1 @ 1 0 04799612 +exotoxin n 1 2 ! @ 1 0 15035832 +exotropia n 1 1 @ 1 0 14557573 +expanding_upon n 1 2 @ ~ 1 0 00371314 +expanse n 3 2 @ ~ 3 2 05127959 05128519 09277538 +expansion n 4 5 ! @ ~ + ; 4 1 00365709 13784366 07172756 00371314 +expansion_bit n 1 1 @ 1 0 03304323 +expansion_bolt n 1 1 @ 1 0 03304465 +expansion_slot n 1 2 @ ; 1 0 04243727 +expansionism n 1 1 @ 1 0 05961608 +expansive_bit n 1 1 @ 1 0 03304323 +expansiveness n 2 2 @ + 2 2 04729710 04651009 +expansivity n 3 2 @ + 3 0 13588625 04729710 04651009 +expat n 1 3 @ ~ ; 1 0 10071332 +expatiation n 1 2 @ + 1 0 07139151 +expatriate n 1 3 @ ~ + 1 0 10071332 +expatriation n 2 3 @ ~ + 2 0 00207761 00056087 +expectancy n 2 3 @ ~ + 2 2 07511080 05951323 +expectation n 4 4 @ ~ + ; 4 2 05944958 14486122 07510923 06024230 +expected_value n 1 2 @ ; 1 0 06024230 +expectedness n 2 4 ! @ ~ + 2 0 14501375 04795252 +expectorant n 1 2 @ ~ 1 0 03304605 +expectoration n 2 2 @ + 2 0 13477934 00118552 +expectorator n 2 3 @ ~ + 2 0 10636874 03304605 +expedience n 2 3 ! @ + 2 0 05158431 04835488 +expediency n 1 3 ! @ + 1 0 05158431 +expedient n 1 2 @ ~ 1 0 00177448 +expedition n 5 4 @ ~ + ; 5 4 00968479 08409130 00309647 00311809 05059830 +expeditiousness n 1 2 @ + 1 0 05059830 +expelling n 1 3 @ ~ + 1 0 13466586 +expender n 1 2 @ + 1 0 10635275 +expending n 1 2 @ + 1 0 01122601 +expenditure n 3 3 @ ~ + 3 2 13275288 01122601 00356367 +expense n 3 2 @ ~ 3 3 13275495 07420671 13277886 +expense_account n 1 1 @ 1 1 13411943 +expense_record n 1 1 @ 1 0 13404156 +expensiveness n 1 4 ! @ ~ + 1 0 05145891 +experience n 3 5 ! @ ~ %p + 3 3 05758059 05984584 07285403 +experiment n 3 4 @ ~ %p + 3 3 00639556 05798043 00785959 +experimental_condition n 1 2 @ #p 1 0 05798863 +experimental_extinction n 1 1 @ 1 0 05758692 +experimental_method n 1 1 @ 1 0 05660801 +experimental_procedure n 1 2 @ ~ 1 0 00178024 +experimental_psychology n 1 2 @ ~ 1 0 06139285 +experimental_variable n 1 3 @ ~ ; 1 0 05858093 +experimentalism n 2 1 @ 2 1 05961745 06208409 +experimentation n 2 4 @ ~ %p + 2 2 05798043 00639556 +experimenter n 2 3 @ ~ + 2 1 09617577 09617696 +experimenter_bias n 1 2 @ ; 1 0 06203222 +expert n 1 2 @ ~ 1 1 09617867 +expert_witness n 1 2 ! @ 1 0 10072346 +expertise n 1 3 @ ~ + 1 1 05640729 +expertness n 1 3 @ ~ + 1 0 05640729 +expiation n 2 3 @ ~ + 2 0 13292787 00095121 +expiration n 3 5 @ ~ #p + ; 3 1 15268682 07333649 00835267 +expiry n 2 2 @ ~ 2 0 15268682 07355491 +explanandum n 1 3 @ #p ; 1 0 06738823 +explanans n 1 3 @ #p ; 1 0 06739013 +explanation n 3 4 @ ~ %p + 3 2 06738281 05793000 07232421 +expletive n 2 1 @ 2 1 07125096 07126228 +explicandum n 1 3 @ #p ; 1 0 06738823 +explication n 2 2 @ + 2 0 07232811 06743362 +explication_de_texte n 1 1 @ 1 0 06374834 +explicit_definition n 1 1 @ 1 0 06745156 +explicitness n 1 4 ! @ = + 1 0 04822032 +exploding_cucumber n 1 2 @ #m 1 0 12165758 +exploit n 1 2 @ ~ 1 1 00036762 +exploitation n 2 3 @ ~ + 2 2 00948206 00418903 +exploiter n 1 2 @ + 1 0 10072546 +exploration n 3 3 @ ~ + 3 3 00310063 00945777 05785311 +exploratory_survey n 1 1 @ 1 0 00985106 +explorer n 2 3 @ ~ + 2 1 10072708 06571538 +explorer's_gentian n 1 1 @ 1 0 12294542 +explosion n 7 4 @ ~ #p + 7 2 07308563 00377364 07414068 07383696 07116443 07014854 00572706 +explosive n 1 4 @ ~ #p + 1 0 03304730 +explosive_charge n 1 2 @ ~ 1 0 03008275 +explosive_compound n 1 2 @ ~ 1 0 03305135 +explosive_detection_system n 1 1 @ 1 0 03305300 +explosive_device n 1 3 @ ~ %p 1 0 03305522 +explosive_mixture n 1 2 @ ~ 1 0 03305844 +explosive_trace_detection n 1 1 @ 1 0 03305953 +explosive_unit n 1 2 @ ~ 1 0 13602922 +expo n 1 3 @ ~ ; 1 0 08407619 +exponent n 3 3 @ ~ + 3 0 09774783 09618760 06812417 +exponential n 1 2 @ + 1 0 13789462 +exponential_curve n 1 1 @ 1 0 13789751 +exponential_decay n 1 2 @ ~ 1 0 13478055 +exponential_equation n 1 1 @ 1 0 13789627 +exponential_expression n 1 1 @ 1 0 13789849 +exponential_function n 1 1 @ 1 1 13789462 +exponential_return n 1 2 @ ~ 1 0 13478055 +exponential_series n 1 1 @ 1 0 13790004 +exponentiation n 1 1 @ 1 0 00872411 +export n 1 3 ! @ + 1 1 03306207 +export_credit n 1 1 @ 1 0 13379106 +export_duty n 1 1 @ 1 0 13317941 +exportation n 2 2 @ + 2 0 03306207 01111952 +exporter n 1 2 @ + 1 1 10073634 +exporting n 1 2 @ + 1 0 01111952 +expose n 1 2 @ + 1 0 07215568 +exposition n 4 4 @ ~ + ; 4 1 06742426 08407619 06742173 06741993 +expositor n 1 1 @ 1 0 10073762 +expostulation n 2 2 @ + 2 0 07246742 07126116 +exposure n 10 3 @ ~ + 10 4 05043973 00157463 07215377 05934123 14543931 13640206 03925226 00907340 00522537 00204659 +exposure_meter n 1 2 @ ~ 1 0 03667664 +exposure_therapy n 1 1 @ 1 0 00702202 +expounder n 1 1 @ 1 0 10073762 +expounding n 1 3 @ ~ + 1 0 06742426 +express n 3 4 ! @ ~ + 3 0 06265475 03306385 01106460 +express_luxury_liner n 1 1 @ 1 0 03698604 +express_mail n 1 2 @ ~ 1 0 06265475 +express_trust n 1 1 @ 1 0 13362347 +expressage n 1 2 @ + 1 0 01106460 +expressed_almond_oil n 1 1 @ 1 0 12645754 +expression n 9 4 @ ~ + ; 9 6 04679738 06880249 07139873 07151380 07069948 06731802 13478205 06313651 00358528 +expressionism n 1 3 @ ~ + 1 0 08467258 +expressionist n 1 2 @ + 1 0 10073851 +expressive_aphasia n 1 1 @ 1 0 14098458 +expressive_style n 1 3 @ ~ ; 1 0 07066659 +expressiveness n 1 3 @ ~ + 1 1 04819694 +expressway n 1 3 @ ~ %p 1 0 03306610 +expropriation n 1 2 @ + 1 0 00086140 +expulsion n 3 3 @ ~ + 3 1 00206927 00358702 00116687 +expunction n 1 2 @ + 1 0 00397760 +expunging n 1 2 @ + 1 0 00397760 +expurgation n 1 3 @ ~ + 1 1 00397010 +expurgator n 1 2 @ + 1 0 10073992 +exquisiteness n 1 2 @ + 1 0 04684654 +extemporisation n 1 2 @ + 1 0 00099588 +extemporization n 1 2 @ + 1 0 00099588 +extended_care_facility n 1 1 @ 1 0 08054226 +extended_family n 1 1 @ 1 0 07973653 +extended_order n 1 2 @ ; 1 0 08427282 +extended_time_scale n 1 2 @ ; 1 0 15135057 +extension n 12 6 ! @ ~ #p %p + 12 5 15272382 00367768 06253518 00886039 00369532 06335162 05922949 05214599 05133535 03306869 03281935 02713594 +extension_agent n 1 1 @ 1 0 09971385 +extension_cord n 1 1 @ 1 0 03307037 +extension_course n 1 2 @ #p 1 0 00890941 +extension_ladder n 1 2 @ ~ 1 0 03307156 +extension_phone n 1 1 @ 1 0 03306869 +extension_service n 1 2 @ %p 1 0 00886039 +extensiveness n 1 2 @ + 1 0 05106317 +extensor n 1 4 ! @ ~ + 1 0 05294606 +extensor_muscle n 1 2 @ ~ 1 0 05294606 +extent n 2 3 @ ~ + 2 2 13941125 05123416 +extenuation n 2 2 @ + 2 0 06741728 00354583 +exterior n 2 2 @ ~ 2 2 08613593 08613472 +exterior_angle n 1 2 @ ~ 1 0 13890535 +exterior_door n 1 4 @ ~ #p %p 1 0 03307274 +exteriorisation n 1 2 @ + 1 0 00932624 +exteriorization n 1 2 @ + 1 0 00932624 +extermination n 2 1 @ 2 0 07332691 01245061 +exterminator n 1 2 @ + 1 0 10074339 +extern n 1 1 @ 1 1 10074578 +external n 1 1 @ 1 0 05852007 +external-combustion_engine n 1 2 @ ~ 1 0 03307573 +external_angle n 1 2 @ ~ 1 0 13890535 +external_auditory_canal n 1 3 @ #p %p 1 0 05248667 +external_body_part n 1 2 @ ~ 1 0 05225090 +external_carotid n 1 1 @ 1 0 05339751 +external_carotid_artery n 1 1 @ 1 0 05339751 +external_drive n 1 1 @ 1 0 03307792 +external_ear n 1 3 @ #p %p 1 0 05323723 +external_gill n 1 1 @ 1 0 02510978 +external_iliac_artery n 1 1 @ 1 0 05347465 +external_iliac_vein n 1 1 @ 1 0 05369757 +external_jugular_vein n 1 1 @ 1 0 05371301 +external_maxillary_artery n 1 1 @ 1 0 05345038 +external_nasal_vein n 1 1 @ 1 0 05367165 +external_oblique_muscle n 1 1 @ 1 0 05557839 +external_organ n 1 2 @ ~ 1 0 05298572 +external_orifice n 1 2 @ #p 1 0 05512670 +external_respiration n 1 3 @ ~ %p 1 0 00831191 +external_storage n 1 1 @ 1 0 02763306 +externalisation n 2 1 @ 2 0 05735680 00932624 +externality n 1 3 @ ~ + 1 0 05078623 +externalization n 2 1 @ 2 0 05735680 00932624 +exteroception n 1 2 @ ~ 1 0 05653848 +exteroceptor n 1 1 @ 1 0 05299814 +extinction n 6 4 @ %p = + 6 0 14012173 13963032 13478342 07332691 05758692 00229934 +extinction_angle n 1 1 @ 1 0 13891735 +extinguisher n 1 2 @ + 1 0 03345837 +extinguishing n 1 2 @ + 1 0 00229934 +extirpation n 2 3 @ ~ + 2 0 00393369 00115803 +extoller n 1 3 @ ~ + 1 0 10248711 +extolment n 1 3 @ ~ + 1 0 06693198 +extortion n 3 3 @ ~ + 3 0 13307901 01061726 00784388 +extortioner n 1 1 @ 1 0 09858299 +extortionist n 1 2 @ + 1 0 09858299 +extra n 3 1 @ 3 0 10676569 06597349 03307981 +extra_dividend n 1 1 @ 1 0 13408361 +extra_innings n 1 1 @ 1 0 15234212 +extra_large n 1 1 @ 1 0 05096095 +extra_point n 1 2 @ ; 1 0 00189257 +extra_time n 1 3 @ ~ #p 1 0 15233989 +extracapsular_surgery n 1 2 @ ~ 1 0 00678752 +extracellular_fluid n 1 2 @ ~ 1 0 05398023 +extract n 2 3 @ ~ + 2 1 14848785 06400510 +extraction n 3 3 @ ~ + 3 0 13478525 04923743 00392950 +extractor n 3 4 @ ~ #p + 3 0 03308152 02995998 02972714 +extracurricular_activity n 1 2 @ ~ 1 0 00886272 +extradition n 1 2 @ + 1 0 00213482 +extrados n 1 1 @ 1 0 13869045 +extragalactic_nebula n 1 6 @ ~ #m %m %s ; 1 0 08271042 +extramarital_sex n 1 2 @ ~ 1 0 00848282 +extraneousness n 1 2 @ + 1 1 13796585 +extraordinariness n 1 4 ! @ ~ + 1 0 04796490 +extrapolation n 2 3 @ + ; 2 1 05802547 05781145 +extrasensory_perception n 1 2 @ ~ 1 0 07256695 +extrasystole n 1 1 @ 1 0 07401604 +extraterrestrial n 1 2 @ + 1 0 09484465 +extraterrestrial_being n 1 1 @ 1 0 09484465 +extraterrestrial_object n 1 3 @ ~ #p 1 0 09277686 +extrauterine_gestation n 1 2 @ ~ 1 0 14047740 +extrauterine_pregnancy n 1 2 @ ~ 1 0 14047740 +extravagance n 3 2 @ + 3 0 05118862 04894807 00743641 +extravagancy n 1 1 @ 1 0 05118862 +extravaganza n 1 1 @ 1 1 00515684 +extravasation n 3 4 @ ~ + ; 3 0 14858794 14008567 13478813 +extraversion n 1 4 ! @ ~ ; 1 0 04621738 +extravert n 1 3 @ + ; 1 0 10074841 +extreme n 2 2 @ ~ 2 2 05098099 08569165 +extreme_point n 1 2 @ ~ 1 0 08569165 +extreme_right-winger n 1 2 @ ~ 1 0 10508475 +extreme_unction n 1 1 @ 1 0 01039637 +extremely_high_frequency n 1 2 @ #p 1 0 05058025 +extremely_low_frequency n 1 2 @ #p 1 0 05057163 +extremeness n 1 1 @ 1 0 05098225 +extremism n 1 2 @ + 1 0 06217806 +extremist n 1 2 @ + 1 0 10074735 +extremity n 5 4 @ ~ #p + 5 1 05559908 14476521 13942405 08568978 05566919 +extremum n 2 2 @ ~ 2 1 08569165 13653902 +extrication n 1 2 @ + 1 0 01244593 +extrinsic_fraud n 1 1 @ 1 0 00778017 +extropy n 1 2 @ + 1 0 06749267 +extroversion n 1 3 @ ~ ; 1 0 04621738 +extrovert n 1 3 ! @ ; 1 0 10074841 +extrusion n 2 3 @ ~ + 2 0 13894434 00358702 +exuberance n 2 3 @ ~ + 2 0 07555647 04634540 +exudate n 1 3 @ ~ + 1 0 14852913 +exudation n 2 3 @ ~ + 2 0 14852913 07432337 +exultation n 2 3 @ ~ + 2 1 07527817 07129422 +exurbia n 1 1 @ 1 0 08554762 +exuviae n 1 2 @ + 1 0 05240076 +eyas n 1 1 @ 1 0 01606097 +eyck n 1 1 @ 1 0 10964052 +eye n 5 6 @ ~ #p %p + ; 5 3 05311054 05614476 05703307 08523483 03308297 +eye-beaming n 1 1 @ 1 1 00877786 +eye-catcher n 1 1 @ 1 0 05812813 +eye-drop n 2 2 @ ~ 2 0 13771929 00656643 +eye-lotion n 1 1 @ 1 0 03309214 +eye_bank n 1 1 @ 1 0 13368675 +eye_blink n 1 2 @ ~ 1 0 00117959 +eye_candy n 1 1 @ 1 0 05932709 +eye_chart n 1 1 @ 1 0 07002022 +eye_clinic n 1 1 @ 1 0 08054613 +eye_condition n 1 2 @ ~ 1 0 14555414 +eye_contact n 2 1 @ 2 0 06879766 00039740 +eye_cup n 1 1 @ 1 0 03308614 +eye_dialect n 1 1 @ 1 0 07156091 +eye_disease n 1 2 @ ~ 1 0 14252864 +eye_doctor n 1 2 @ ~ 1 0 10379073 +eye_dropper n 1 1 @ 1 0 03247083 +eye_infection n 1 1 @ 1 0 14185219 +eye_mask n 1 1 @ 1 0 03221059 +eye_movement n 1 2 @ ~ 1 0 00337486 +eye_muscle n 1 3 @ ~ #p 1 0 05316175 +eye_of_ra n 1 1 @ 1 0 09513430 +eye_opener n 2 1 @ 2 0 07912499 07298624 +eye_operation n 1 2 @ ~ 1 0 00673863 +eye_rhyme n 1 1 @ 1 0 07098093 +eye_socket n 1 3 @ #p %p 1 1 05285275 +eye_surgery n 1 2 @ ~ 1 0 00673863 +eye_tooth n 1 2 @ ~ 1 0 05307091 +eyeball n 1 3 @ #p + 1 1 05316025 +eyebath n 1 1 @ 1 0 03308614 +eyebrow n 1 3 @ #p %p 1 1 05313535 +eyebrow_pencil n 1 1 @ 1 0 03308481 +eyecup n 2 2 @ ; 2 0 03308614 02155678 +eyedness n 1 1 @ 1 0 05067807 +eyedrop n 2 2 @ ~ 2 0 13771929 00656643 +eyeful n 2 1 @ 2 0 10075063 00881914 +eyeglass n 1 1 @ 1 0 03783430 +eyeglass_wearer n 1 1 @ 1 0 10075185 +eyeglasses n 1 5 @ ~ #p %p ; 1 0 04272054 +eyehole n 2 3 @ ~ #p 2 0 03905208 03308853 +eyeish n 1 1 @ 1 0 09655466 +eyelash n 1 2 @ #p 1 0 05314919 +eyelessness n 1 2 @ + 1 0 14557206 +eyelet n 2 3 @ #p + 2 0 03308853 03132438 +eyelid n 1 3 @ #p %p 1 1 05313822 +eyeliner n 1 1 @ 1 0 03309110 +eyepatch n 1 1 @ 1 0 03309356 +eyepiece n 1 3 @ #p %p 1 1 03309465 +eyes n 1 1 @ 1 1 05949603 +eyeshade n 1 2 @ #p 1 0 02838728 +eyeshadow n 1 1 @ 1 1 03309687 +eyeshot n 1 1 @ 1 0 08560952 +eyesight n 1 1 @ 1 1 05656537 +eyesore n 1 1 @ 1 0 04693717 +eyespot n 1 1 @ 1 0 04681621 +eyestrain n 1 1 @ 1 1 14016863 +eyetooth n 1 2 @ ~ 1 0 05307091 +eyewash n 1 1 @ 1 0 03309214 +eyewitness n 1 2 @ + 1 0 10075299 +eyra n 1 2 @ #m 1 0 02125689 +eyre n 1 2 @ #p 1 0 09277913 +eyre_peninsula n 1 2 @ #p 1 0 09278162 +eyrie n 2 1 @ 2 0 09189157 08492354 +eyrir n 1 2 @ #p 1 0 13682116 +eyry n 2 1 @ 2 0 09189157 08492354 +eysenck n 1 1 @ 1 0 10964261 +eysenck_personality_inventory n 1 1 @ 1 0 06475307 +ezechiel n 2 2 @ #p 2 0 10964520 06438748 +ezed n 1 2 @ #m 1 0 06833890 +ezekias n 1 2 @ ; 1 0 11049128 +ezekiel n 2 2 @ #p 2 0 10964520 06438748 +ezo n 1 3 @ #p %p 1 0 08920722 +ezo-yama-hagi n 1 2 @ #m 1 0 12543186 +ezra n 2 2 @ #p 2 0 10964660 06436183 +ezra_cornell n 1 1 @ 1 0 10911288 +ezra_loomis_pound n 1 1 @ 1 0 11244550 +ezra_pound n 1 1 @ 1 0 11244550 +f n 4 5 @ #m #s #p %p 4 1 13714641 14637507 13636286 06831712 +f._d._roosevelt n 1 1 @ 1 0 11270023 +f._g._banting n 1 1 @ 1 0 10833805 +f._scott_fitzgerald n 1 1 @ 1 0 10972094 +f.i.s.c. n 1 2 @ #p 1 0 08332485 +f_clef n 1 1 @ 1 0 06862954 +f_layer n 1 2 @ #p 1 0 08582337 +f_number n 1 1 @ 1 0 13821408 +f_region n 1 2 @ #p 1 0 08582337 +fa n 1 1 @ 1 0 06868709 +fa_la n 1 1 @ 1 0 06608617 +faa n 1 2 @ #p 1 0 08143926 +fabaceae n 1 3 @ #m %m 1 0 11746776 +faberge n 1 1 @ 1 0 10964829 +fabian n 1 2 @ #m 1 0 10075416 +fabian_society n 1 2 @ %m 1 0 08243851 +fabiana n 1 3 @ #m %m 1 0 12903794 +fabiana_imbricata n 1 2 @ #m 1 0 12903964 +fabianism n 1 2 @ ; 1 0 06220819 +fable n 3 4 @ ~ + - 3 0 06757891 06372095 06371413 +fabric n 2 4 @ ~ %s %p 2 2 03309808 04933363 +fabrication n 5 3 @ ~ + 5 0 06757891 00931040 00924825 00912001 00751944 +fabricator n 1 2 @ + 1 0 10660333 +fabulist n 1 3 @ ~ + 1 0 10075529 +facade n 2 2 @ ~ 2 1 03313333 06758698 +face n 13 7 @ ~ #m #p %p + ; 13 8 05600637 04679738 04679419 03313873 09618957 08510666 05601198 03313602 06877578 06825399 05168795 04838210 03313456 +face-amount_certificate_company n 1 1 @ 1 0 08072104 +face-off n 2 4 @ #p + ; 2 0 07181043 00239024 +face_angle n 1 1 @ 1 0 13916495 +face_card n 1 2 @ ~ 1 0 03314028 +face_cloth n 1 1 @ 1 0 04554523 +face_cream n 1 1 @ 1 0 03067339 +face_fungus n 1 4 @ ~ #p %p 1 0 05261566 +face_guard n 1 2 @ #p 1 0 03314227 +face_lift n 2 2 @ ~ 2 0 00674158 00265472 +face_lifting n 2 3 @ ~ + 2 1 00265472 00674158 +face_mask n 1 2 @ ~ 1 0 03314378 +face_pack n 1 1 @ 1 0 03870980 +face_powder n 1 1 @ 1 1 03314780 +face_recognition n 2 2 @ ; 2 0 06644105 05711206 +face_saver n 1 1 @ 1 0 01263582 +face_saving n 1 1 @ 1 1 01263582 +face_soap n 1 1 @ 1 0 04447965 +face_time n 1 1 @ 1 0 15118724 +face_towel n 1 1 @ 1 0 03490006 +face_value n 2 1 @ 2 0 13335635 04678804 +face_veil n 1 2 @ ~ 1 0 03314884 +facelift n 2 2 @ ~ 2 0 00674158 00265472 +faceplate n 1 2 @ ; 1 0 03314608 +facer n 1 2 @ ; 1 0 05688486 +facet n 2 2 @ ~ 2 1 05850624 13913164 +facet_plane n 1 1 @ 1 1 13861580 +facetiousness n 1 2 @ + 1 0 04649560 +facia n 1 2 @ ~ 1 0 05582513 +facial n 2 3 @ #p + 2 0 05479314 00665781 +facial_artery n 1 1 @ 1 0 05345038 +facial_expression n 2 2 @ ~ 2 0 06877078 04679738 +facial_gesture n 1 2 @ ~ 1 0 06877078 +facial_hair n 1 2 @ ~ 1 0 05261404 +facial_index n 1 1 @ 1 0 13821272 +facial_muscle n 1 3 @ ~ #p 1 0 05602132 +facial_nerve n 1 2 @ #p 1 0 05479314 +facial_profiling n 1 2 @ ; 1 0 06886273 +facial_recognition n 1 2 @ ; 1 0 06644105 +facial_tissue n 1 1 @ 1 0 14864259 +facial_vein n 1 3 @ ~ #p 1 0 05367341 +facilitation n 3 3 @ + ; 3 0 14575531 11454042 01208291 +facilitator n 1 2 @ + 1 0 10075693 +facility n 5 3 @ ~ + 5 1 03315023 05642175 04708796 00585406 00578549 +facing n 4 4 @ ~ #p + 4 1 03315805 03315990 03315644 00827379 +facing_pages n 1 3 @ ~ #p 1 0 06258031 +facsimile n 2 2 @ + 2 1 03316274 03316105 +facsimile_machine n 1 1 @ 1 0 03316105 +fact n 4 2 @ ~ 4 4 05817396 06636259 13955874 05889896 +fact_mood n 1 1 @ 1 0 13801700 +faction n 2 4 @ ~ %m + 2 1 08241798 08251877 +factoid n 2 1 @ 2 0 06485001 06484887 +factor n 7 6 @ ~ #m #p + ; 7 4 07327805 05868954 13733402 09777012 13593219 05858317 05436752 +factor_analysis n 1 3 @ + ; 1 0 06030196 +factor_i n 1 1 @ 1 0 15023156 +factor_ii n 1 1 @ 1 0 15070897 +factor_iii n 1 1 @ 1 0 15071035 +factor_iv n 1 1 @ 1 0 15071229 +factor_ix n 1 1 @ 1 0 15071960 +factor_of_proportionality n 1 2 @ ~ 1 0 13593634 +factor_of_safety n 1 1 @ 1 0 13825490 +factor_v n 1 1 @ 1 0 15071366 +factor_vii n 1 1 @ 1 0 15071503 +factor_viii n 1 1 @ 1 0 15071684 +factor_x n 1 1 @ 1 0 15072099 +factor_xi n 1 1 @ 1 0 15072331 +factor_xii n 1 1 @ 1 0 15072491 +factor_xiii n 1 1 @ 1 0 15072657 +factorial n 1 2 @ + 1 0 05859811 +factoring n 1 3 @ + ; 1 0 05783041 +factorisation n 1 3 @ + ; 1 0 05783041 +factorization n 1 3 @ + ; 1 0 05783041 +factory n 1 4 @ ~ %p - 1 1 03316406 +factory_farm n 1 1 @ 1 0 01104406 +factory_price n 1 1 @ 1 0 13304819 +factory_ship n 1 1 @ 1 0 03316873 +factory_whistle n 1 1 @ 1 0 03316988 +factory_worker n 1 2 @ ~ 1 1 10318293 +factotum n 1 1 @ 1 0 10075802 +facts_of_life n 1 2 @ ~ 1 0 00849523 +factuality n 1 3 ! @ + 1 0 04759428 +factualness n 1 2 @ + 1 0 04759428 +facula n 2 1 @ 2 0 11511327 11511176 +faculty n 2 4 @ ~ #m %m 2 2 05650329 08287586 +faculty_member n 1 2 @ ~ 1 0 09759069 +fad n 1 2 @ + 1 0 05751173 +fad_diet n 1 1 @ 1 0 07562881 +faddist n 1 3 @ ~ + 1 0 10075899 +fade n 2 2 @ + 2 0 00572043 00230172 +fadeout n 2 2 @ + 2 1 07336214 07431369 +fading n 1 2 @ + 1 0 07427534 +fading_away n 1 1 @ 1 0 07423248 +fado n 1 1 @ 1 0 07051441 +fae n 1 2 @ ~ 1 0 03400389 +faecal_matter n 1 2 @ ~ 1 0 14854262 +faecal_occult_test n 1 1 @ 1 0 05741340 +faecalith n 1 1 @ 1 0 09256360 +faeces n 1 3 @ ~ + 1 0 14854262 +faerie n 2 2 @ ~ 2 0 09540430 05627682 +faeroe_islands n 2 3 @ #p %p 2 0 08952856 08952628 +faeroes n 2 3 @ #p %p 2 0 08952856 08952628 +faeroese n 1 1 @ 1 0 06955087 +faery n 2 2 @ ~ 2 0 09540430 05627682 +fafnir n 1 2 @ ; 1 0 09494609 +fag n 2 4 @ ~ %p ; 2 0 10076033 03030663 +fag_end n 2 1 @ 2 0 15268367 03317136 +fagaceae n 1 3 @ #m %m 1 0 12260208 +fagales n 1 3 @ #m %m 1 0 12260021 +faggot n 2 2 @ ; 2 0 10076033 03317233 +faggot_stitch n 1 2 @ #p 1 0 03317510 +faggoting n 1 2 @ %p 1 0 03317340 +fagin n 1 1 @ 1 0 09598598 +fagopyrum n 1 2 @ #m 1 0 12601335 +fagopyrum_esculentum n 1 3 @ #m %p 1 0 12601494 +fagot n 2 2 @ ; 2 0 10076033 03317233 +fagot_stitch n 1 2 @ #p 1 0 03317510 +fagoting n 1 2 @ %p 1 0 03317340 +fagus n 1 3 @ #m %m 1 0 12260593 +fagus_americana n 1 2 @ #m 1 0 12261808 +fagus_grandifolia n 1 2 @ #m 1 0 12261808 +fagus_pendula n 1 2 @ #m 1 0 12262018 +fagus_purpurea n 1 2 @ #m 1 0 12261571 +fagus_sylvatica n 1 2 @ #m 1 0 12261359 +fagus_sylvatica_atropunicea n 1 2 @ #m 1 0 12261571 +fagus_sylvatica_pendula n 1 2 @ #m 1 0 12262018 +fagus_sylvatica_purpurea n 1 2 @ #m 1 0 12261571 +fahd n 1 1 @ 1 0 10965019 +fahd_ibn_abdel_aziz_al-saud n 1 1 @ 1 0 10965019 +fahrenheit n 1 1 @ 1 0 10965151 +fahrenheit_scale n 1 1 @ 1 0 13852820 +fahrenheit_thermometer n 1 1 @ 1 0 03317673 +faience n 1 1 @ 1 0 03317788 +fail-safe n 1 1 @ 1 0 03317990 +failing n 2 4 ! @ ~ + 2 0 14462946 00066901 +faille n 1 1 @ 1 0 03317889 +failure n 7 4 ! @ ~ + 7 5 00066636 07317764 14477877 10273064 00066397 14478433 14059663 +faineance n 1 2 @ + 1 0 04637290 +faint n 1 2 @ + 1 0 07478318 +faintheartedness n 1 3 ! @ + 1 0 04860369 +faintness n 5 2 @ + 5 0 07480666 05041165 04991137 04860369 04704675 +fair n 4 3 @ ~ %p 4 1 00519333 08408557 08408267 01118182 +fair-maids-of-france n 1 2 @ #m 1 0 12793494 +fair-mindedness n 1 2 @ + 1 0 06203030 +fair-trade_act n 1 1 @ 1 0 06564640 +fair-trade_agreement n 1 1 @ 1 0 06525132 +fair_ball n 1 3 ! @ ; 1 0 00127866 +fair_catch n 1 2 @ ; 1 0 00139544 +fair_chance n 1 1 @ 1 0 05092969 +fair_copy n 1 1 @ 1 0 06390423 +fair_deal n 1 1 @ 1 0 07293391 +fair_game n 1 1 @ 1 0 10470460 +fair_hearing n 1 2 @ ; 1 0 01200502 +fair_sex n 1 2 @ #m 1 0 08477634 +fair_trade n 2 1 @ 2 0 01092403 01092315 +fair_use n 1 1 @ 1 0 05214211 +fair_weather n 1 1 @ 1 0 11456462 +fairbanks n 2 1 @ 2 0 10965550 10965361 +fairground n 1 1 @ 1 0 08614632 +fairlead n 1 2 @ ~ 1 0 03318136 +fairness n 4 5 ! @ ~ = + 4 1 04839154 06203030 04977247 04685396 +fairness_commission n 1 1 @ 1 0 08325237 +fairway n 3 3 @ #p %p 3 1 08569319 08617751 08614900 +fairway_crested_wheat_grass n 1 1 @ 1 0 12105353 +fairy n 2 3 @ ~ ; 2 1 09540430 10076033 +fairy-ring_mushroom n 1 2 @ #m 1 0 13006894 +fairy-slipper n 1 1 @ 1 0 12049562 +fairy_armadillo n 1 2 @ #m 1 0 02456275 +fairy_bell n 1 1 @ 1 0 12882945 +fairy_bluebird n 1 2 @ #m 1 0 01594004 +fairy_circle n 1 1 @ 1 0 13007034 +fairy_cup n 2 2 @ #m 2 0 13030852 12800832 +fairy_godmother n 2 1 @ 2 0 10076224 09540939 +fairy_lantern n 1 3 @ ~ #m 1 0 12446519 +fairy_light n 1 2 @ ; 1 0 03318294 +fairy_ring n 1 1 @ 1 0 13007034 +fairy_shrimp n 1 2 @ #m 1 0 01995514 +fairy_story n 2 2 @ - 2 0 07222581 06757289 +fairy_swallow n 1 1 @ 1 0 01814620 +fairy_tale n 2 2 @ - 2 0 07222581 06757289 +fairyland n 2 2 @ ~ 2 1 05633044 05627682 +fairytale n 2 2 @ - 2 1 07222581 06757289 +faisal n 1 1 @ 1 0 10965700 +faisal_ibn_abdel_aziz_al-saud n 1 1 @ 1 0 10965700 +faisalabad n 1 2 @ #p 1 0 08976799 +fait_accompli n 1 1 @ 1 0 00047941 +faith n 4 3 @ ~ - 4 4 05946687 05943066 08081668 01207187 +faith_cure n 1 2 @ ~ 1 0 00699736 +faith_healing n 1 2 @ ~ 1 0 00699736 +faithful n 2 4 @ ~ #m + 2 1 08223475 07991364 +faithfulness n 1 5 ! @ ~ = + 1 0 04876985 +faithlessness n 1 2 @ + 1 0 04879092 +fake n 3 4 @ ~ + ; 3 1 03318438 10201535 00172217 +fake_book n 1 1 @ 1 0 03318707 +fakeer n 1 2 @ ~ 1 0 10076307 +faker n 1 3 @ ~ + 1 1 10201535 +fakery n 1 2 @ + 1 0 00752298 +fakir n 1 2 @ ~ 1 0 10076307 +fal_la n 1 1 @ 1 0 06608617 +falafel n 1 2 @ ; 1 0 07867164 +falanga n 1 1 @ 1 0 00422114 +falange n 1 1 @ 1 0 08366664 +falangist n 1 1 @ 1 0 10076483 +falcatifolium n 1 3 @ #m %m 1 0 11654667 +falcatifolium_falciforme n 1 2 @ #m 1 0 11654984 +falcatifolium_taxoides n 1 2 @ #m 1 0 11655152 +falchion n 1 1 @ 1 0 03318865 +falciform_ligament n 1 1 @ 1 0 05295593 +falco n 1 3 @ #m %m 1 0 01611252 +falco_columbarius n 1 2 @ #m 1 0 01612275 +falco_peregrinus n 1 3 @ ~ #m 1 0 01611472 +falco_rusticolus n 1 2 @ #m 1 0 01611800 +falco_sparverius n 1 2 @ #m 1 0 01612122 +falco_subbuteo n 1 2 @ #m 1 0 01612476 +falco_tinnunculus n 1 2 @ #m 1 0 01611969 +falcon n 1 4 @ ~ #m + 1 1 01610955 +falcon-gentil n 1 1 @ 1 0 01611674 +falcon-gentle n 1 1 @ 1 0 01611674 +falconer n 1 2 @ + 1 0 10076604 +falconidae n 1 3 @ #m %m 1 0 01610758 +falconiformes n 1 3 @ #m %m 1 0 01604625 +falconry n 1 3 @ + - 1 0 05635448 +falderol n 1 1 @ 1 0 03376438 +falkland_islands n 1 2 @ #p 1 0 08718391 +falkner n 1 1 @ 1 0 10967633 +fall n 12 6 ! @ ~ #p %p + 12 8 15236859 00076884 07478531 09265620 00756919 07427728 07370270 00067707 15169421 07471371 07362386 05111835 +fall-blooming_hydrangea n 1 2 @ #m 1 0 12789054 +fall-board n 1 2 @ #p 1 0 03318983 +fall_armyworm n 1 1 @ 1 0 02298218 +fall_cankerworm n 1 2 @ #m 1 0 02288122 +fall_dandelion n 1 1 @ 1 0 11989087 +fall_equinox n 1 2 @ #p 1 0 15223750 +fall_guy n 1 1 @ 1 0 09921409 +fall_of_man n 1 2 @ ; 1 0 07418146 +fall_webworm n 1 2 @ #m 1 0 02308735 +falla n 1 1 @ 1 0 10965836 +fallaciousness n 1 2 @ + 1 0 04810727 +fallacy n 1 3 @ ~ + 1 0 05893916 +fallal n 1 2 @ #m 1 0 02787435 +fallback n 1 3 @ + ; 1 0 00057306 +fallboard n 1 2 @ #p 1 0 03318983 +fallen_arch n 1 1 @ 1 0 05577060 +faller n 2 3 @ ~ + 2 0 10276045 10076778 +fallibility n 1 4 ! @ ~ + 1 0 04806512 +falling_off n 1 1 @ 1 1 13556509 +falling_out n 1 2 @ ~ 1 0 07313814 +falloff n 1 2 @ + 1 1 13556509 +fallopian_tube n 1 2 @ #p 1 0 05518870 +fallopio n 1 1 @ 1 0 10965966 +fallopius n 1 1 @ 1 0 10965966 +fallot n 1 1 @ 1 0 10966145 +fallot's_syndrome n 1 2 @ %p 1 0 14469766 +fallot's_tetralogy n 1 2 @ %p 1 0 14469766 +fallout n 2 1 @ 2 1 14858950 11417387 +fallout_shelter n 1 1 @ 1 1 03319167 +fallow n 1 2 @ + 1 0 09278295 +fallow_deer n 1 2 @ #m 1 0 02433318 +falls n 2 3 @ ~ #p 2 0 12415765 09475292 +false_alarm n 1 1 @ 1 0 07225333 +false_alumroot n 1 2 @ #m 1 0 12803226 +false_asphodel n 1 3 @ ~ #m 1 0 12462032 +false_azalea n 1 2 @ #m 1 0 12241880 +false_baby's_breath n 1 1 @ 1 0 12666369 +false_beachdrops n 1 2 @ #m 1 0 12259316 +false_belief n 1 2 @ ~ 1 0 05893916 +false_bittersweet n 1 2 @ #m 1 0 12748248 +false_bottom n 1 1 @ 1 0 03319296 +false_bracken n 1 2 @ #m 1 0 13191620 +false_buckthorn n 1 1 @ 1 0 12773142 +false_bugbane n 1 2 @ #m 1 0 11738997 +false_calyx n 1 1 @ 1 0 11692108 +false_chamomile n 1 2 @ #m 1 0 11941478 +false_deathcap n 1 2 @ #m 1 0 13002925 +false_dogwood n 1 2 @ #m 1 0 12741792 +false_dragon_head n 1 1 @ 1 0 12862116 +false_dragonhead n 1 1 @ 1 0 12862116 +false_face n 1 2 @ #p 1 0 03319457 +false_flax n 1 3 @ #m %m 1 0 11880610 +false_foxglove n 2 2 @ #m 2 0 12879068 12878784 +false_fruit n 1 2 @ ~ 1 0 13138842 +false_garlic n 1 1 @ 1 0 12435486 +false_gavial n 1 2 @ #m 1 0 01697978 +false_glottis n 1 1 @ 1 0 05610365 +false_goatsbeard n 1 1 @ 1 0 12795209 +false_gromwell n 1 2 @ #m 1 0 12822466 +false_hair n 1 2 @ ~ 1 0 03476083 +false_heather n 1 2 @ #m 1 0 12376553 +false_hellebore n 1 3 @ ~ #m 1 0 12464476 +false_imprisonment n 1 2 @ ; 1 0 01147222 +false_indigo n 3 3 @ ~ #m 3 0 12509476 12504783 12504570 +false_labor n 1 1 @ 1 0 00370688 +false_lily_of_the_valley n 2 2 @ #m 2 0 12473840 12473608 +false_lupine n 1 1 @ 1 0 12573474 +false_mallow n 2 3 @ ~ #m 2 0 12187663 12183816 +false_mildew n 1 3 @ ~ #m 1 0 12980840 +false_mistletoe n 1 3 @ ~ #m 1 0 12739801 +false_miterwort n 2 2 @ #m 2 0 12803958 12803754 +false_mitrewort n 2 2 @ #m 2 0 12803958 12803754 +false_morel n 1 3 @ ~ #m 1 0 13035241 +false_name n 1 1 @ 1 0 06338158 +false_nettle n 1 3 @ ~ #m 1 0 12393086 +false_oat n 1 2 @ #m 1 0 12108871 +false_pimpernel n 1 2 @ #m 1 0 12092930 +false_pregnancy n 1 1 @ 1 0 14046038 +false_pretence n 1 2 @ ; 1 0 00772026 +false_pretense n 1 2 @ ; 1 0 00772026 +false_ragweed n 1 1 @ 1 0 11985321 +false_return n 1 1 @ 1 0 06549318 +false_rue n 1 2 @ #m 1 0 11735977 +false_rue_anemone n 1 2 @ #m 1 0 11735977 +false_saber-toothed_tiger n 1 2 @ #m 1 0 02131211 +false_saffron n 1 4 @ #m %s %p 1 0 11946051 +false_sago n 1 2 @ #m 1 0 11601333 +false_sarsaparilla n 1 2 @ #m 1 0 11797722 +false_scorpion n 1 3 @ ~ #m 1 0 01770795 +false_smut n 1 1 @ 1 0 14284309 +false_tamarisk n 1 2 @ #m 1 0 12386945 +false_teeth n 1 1 @ 1 0 03319576 +false_topaz n 1 1 @ 1 0 15076523 +false_truffle n 2 3 @ ~ #m 2 0 12971400 12969131 +false_vampire n 1 2 @ ~ 1 0 02144593 +false_vampire_bat n 1 2 @ ~ 1 0 02144593 +false_verdict n 1 2 @ ; 1 0 01193044 +false_vocal_cord n 1 1 @ 1 0 05530657 +false_vocal_fold n 1 1 @ 1 0 05530657 +false_wintergreen n 1 1 @ 1 0 12256325 +false_witness n 1 1 @ 1 0 10416909 +falsehood n 2 3 ! @ ~ 2 0 06756407 00750890 +falseness n 3 3 @ ~ + 3 0 13960464 04879092 04867871 +falsetto n 1 2 @ + 1 0 05127357 +falsie n 1 1 @ 1 0 03319653 +falsification n 4 3 @ ~ + 4 0 05826469 00751145 00750890 00155298 +falsifier n 1 2 @ + 1 0 10076957 +falsifying n 1 2 @ + 1 0 00155298 +falsity n 2 4 ! @ ~ + 2 2 13960464 06756407 +falstaff n 1 2 @ + 1 0 09598750 +falter n 1 2 @ + 1 0 01063350 +faltering n 1 2 @ + 1 1 01063350 +falun_gong n 1 2 @ ; 1 0 08472120 +fame n 2 3 ! @ + 2 1 14437386 14438898 +familial_hypercholesterolemia n 1 1 @ 1 0 14466974 +familiar n 3 3 @ ~ + 3 0 10077106 09945905 09545171 +familiar_spirit n 1 1 @ 1 0 09545171 +familiarisation n 1 2 @ + 1 0 05758382 +familiarity n 5 5 ! @ ~ = + 5 3 05817145 04796291 04655442 04912240 00737070 +familiarization n 1 2 @ + 1 0 05758382 +family n 8 6 @ ~ #m %m + ; 8 6 08078020 07970406 07997703 07970721 10236304 08107499 08246302 08227916 +family_acanthaceae n 1 3 @ #m %m 1 0 12811856 +family_acanthisittidae n 1 3 @ #m %m 1 0 01588172 +family_acanthuridae n 1 3 @ #m %m 1 0 02621107 +family_acaridae n 1 3 @ #m %m 1 0 01780026 +family_accipitridae n 1 3 @ #m %m 1 0 01605119 +family_aceraceae n 1 3 @ #m %m 1 0 12751823 +family_acipenseridae n 1 3 @ #m %m 1 0 02640093 +family_acrididae n 1 3 @ #m %m 1 0 02226598 +family_actinidiaceae n 1 3 @ #m %m 1 0 12370842 +family_actinomycetaceae n 1 3 @ #m %m 1 0 01375460 +family_adelgidae n 1 3 @ #m %m 1 0 02254370 +family_adiantaceae n 1 2 @ #m 1 0 13179216 +family_aegypiidae n 1 1 @ 1 0 01616551 +family_aepyornidae n 1 3 @ #m %m 1 0 01522147 +family_agamidae n 1 3 @ #m %m 1 0 01687441 +family_agaricaceae n 1 3 @ #m %m 1 0 13000372 +family_agavaceae n 1 3 @ #m %m 1 0 12476036 +family_agonidae n 1 3 @ #m %m 1 0 02647503 +family_ailuropodidae n 1 2 @ #m 1 0 02510065 +family_aizoaceae n 1 3 @ #m %m 1 0 11818945 +family_akeridae n 1 3 @ #m %m 1 0 01951721 +family_alaudidae n 1 3 @ #m %m 1 0 01527480 +family_albuginaceae n 1 3 @ #m %m 1 0 12981595 +family_albulidae n 1 3 @ #m %m 1 0 02542162 +family_alcedinidae n 1 3 @ #m %m 1 0 01826998 +family_alcidae n 1 3 @ #m %m 1 0 02045024 +family_aleyrodidae n 1 3 @ #m %m 1 0 02246284 +family_alismataceae n 1 3 @ #m %m 1 0 12611815 +family_alliaceae n 1 2 @ #m 1 0 12430878 +family_alligatoridae n 1 3 @ #m %m 1 0 01698144 +family_allioniaceae n 1 3 @ #m %m 1 0 11835806 +family_aloeaceae n 1 2 @ #m 1 0 12436260 +family_alopiidae n 1 3 @ #m %m 1 0 01485673 +family_alstroemeriaceae n 1 2 @ #m 1 0 12438046 +family_amaranthaceae n 1 3 @ #m %m 1 0 11822557 +family_amaryllidaceae n 1 3 @ #m %m 1 0 12418680 +family_ambrosiaceae n 1 2 @ #m 1 0 11919232 +family_ambystomatidae n 1 3 @ #m %m 1 0 01631759 +family_ameiuridae n 1 3 @ #m %m 1 0 02518813 +family_amiidae n 1 3 @ #m %m 1 0 02638835 +family_ammodytidae n 1 3 @ #m %m 1 0 02618244 +family_amphioxidae n 1 3 @ #m %m 1 0 01467504 +family_amphisbaenidae n 1 2 @ #m 1 0 01682920 +family_amphiumidae n 1 3 @ #m %m 1 0 01638482 +family_amygdalaceae n 1 3 @ #m %m 1 0 12644464 +family_anabantidae n 1 3 @ #m %m 1 0 02556014 +family_anacardiaceae n 1 3 @ #m %m 1 0 12758639 +family_anarhichadidae n 1 3 @ #m %m 1 0 02616572 +family_anatidae n 1 3 @ #m %m 1 0 01845627 +family_ancylidae n 1 3 @ #m %m 1 0 01949684 +family_ancylostomatidae n 1 3 @ #m %m 1 0 01932800 +family_andrenidae n 1 3 @ #m %m 1 0 02210096 +family_anguidae n 1 3 @ #m %m 1 0 01689226 +family_anguillidae n 1 3 @ #m %m 1 0 02526486 +family_anhimidae n 1 3 @ #m %m 1 0 01860337 +family_anhingidae n 1 3 @ #m %m 1 0 02054251 +family_anniellidae n 1 3 @ #m %m 1 0 01691085 +family_annonaceae n 1 3 @ #m %m 1 0 11693566 +family_anobiidae n 1 3 @ #m %m 1 0 02177644 +family_anomalopidae n 1 3 @ #m %m 1 0 01451524 +family_anomiidae n 1 3 @ #m %m 1 0 01962223 +family_antedonidae n 1 4 @ ~ #m %m 1 0 02320621 +family_antennariidae n 1 3 @ #m %m 1 0 02548990 +family_anthocerotaceae n 1 3 @ #m %m 1 0 11538582 +family_antilocapridae n 1 3 @ #m %m 1 0 02429123 +family_aphididae n 1 3 @ #m %m 1 0 02252429 +family_aphyllanthaceae n 1 2 @ #m 1 0 12440128 +family_apiaceae n 1 4 @ ~ #m %m 1 0 12930044 +family_apidae n 1 3 @ #m %m 1 0 02207942 +family_aplodontiidae n 1 3 @ #m %m 1 0 02363681 +family_aplysiidae n 1 3 @ #m %m 1 0 01950952 +family_apocynaceae n 1 3 @ #m %m 1 0 11766609 +family_apodidae n 1 3 @ #m %m 1 0 01831930 +family_apogonidae n 1 3 @ #m %m 1 0 02571983 +family_apterygidae n 1 3 @ #m %m 1 0 01520284 +family_aquifoliaceae n 1 3 @ #m %m 1 0 12756286 +family_araceae n 1 3 @ #m %m 1 0 11778534 +family_araliaceae n 1 3 @ #m %m 1 0 11796744 +family_araucariaceae n 1 3 @ #m %m 1 0 11645271 +family_arcellidae n 1 3 @ #m %m 1 0 01394193 +family_arcidae n 1 3 @ #m %m 1 0 01963017 +family_arctiidae n 1 3 @ #m %m 1 0 02305245 +family_ardeidae n 1 3 @ #m %m 1 0 02007721 +family_arecaceae n 1 3 @ #m %m 1 0 12581381 +family_argasidae n 1 3 @ #m %m 1 0 01779340 +family_argentinidae n 1 3 @ #m %m 1 0 02542598 +family_argiopidae n 1 3 @ #m %m 1 0 01772782 +family_argonautidae n 1 3 @ #m %m 1 0 01970342 +family_ariidae n 1 3 @ #m %m 1 0 02520669 +family_aristolochiaceae n 1 3 @ #m %m 1 0 11801038 +family_armadillidiidae n 1 3 @ #m %m 1 0 01991233 +family_artamidae n 1 3 @ #m %m 1 0 01596761 +family_ascaphidae n 1 3 @ #m %m 1 0 01644542 +family_ascaridae n 1 3 @ #m %m 1 0 01930485 +family_asclepiadaceae n 1 3 @ #m %m 1 0 13233012 +family_asilidae n 1 3 @ #m %m 1 0 02195996 +family_asparagaceae n 1 2 @ #m 1 0 12440623 +family_aspergillaceae n 1 3 @ #m %m 1 0 13027190 +family_asphodelaceae n 1 2 @ #m 1 0 12441770 +family_aspleniaceae n 1 3 @ #m %m 1 0 13179972 +family_astacidae n 1 3 @ #m %m 1 0 01984958 +family_asteraceae n 1 3 @ #m %m 1 0 11911591 +family_atherinidae n 1 3 @ #m %m 1 0 02602215 +family_athiorhodaceae n 1 2 @ #m 1 0 01361840 +family_athyriaceae n 1 3 @ #m %m 1 0 13192025 +family_atrichornithidae n 1 3 @ #m %m 1 0 01545752 +family_atropidae n 1 2 @ #m 1 0 02261184 +family_aulostomidae n 1 3 @ #m %m 1 0 01457576 +family_auriculariaceae n 1 3 @ #m %m 1 0 13062112 +family_avicenniaceae n 1 2 @ #m 1 0 12915400 +family_azollaceae n 1 2 @ #m 1 0 12959226 +family_babesiidae n 1 3 @ #m %m 1 0 01425336 +family_bacillaceae n 1 3 @ #m %m 1 0 01356459 +family_bacteroidaceae n 1 3 @ #m %m 1 0 01364587 +family_balaenicipitidae n 1 3 @ #m %m 1 0 02005102 +family_balaenidae n 1 3 @ #m %m 1 0 02063516 +family_balaenopteridae n 1 3 @ #m %m 1 0 02064154 +family_balanidae n 1 3 @ #m %m 1 0 01998467 +family_balistidae n 1 3 @ #m %m 1 0 02652979 +family_balsaminaceae n 1 3 @ #m %m 1 0 12683950 +family_bangiaceae n 1 3 @ #m %m 1 0 01415256 +family_bathyergidae n 1 3 @ #m %m 1 0 02369012 +family_batidaceae n 1 3 @ #m %m 1 0 11827169 +family_batrachoididae n 1 3 @ #m %m 1 0 02548522 +family_begoniaceae n 1 3 @ #m %m 1 0 12359734 +family_belemnitidae n 1 3 @ #m %m 1 0 01973566 +family_belonidae n 1 3 @ #m %m 1 0 02549796 +family_belostomatidae n 1 3 @ #m %m 1 0 02242004 +family_bennettitaceae n 1 3 @ #m %m 1 0 11604393 +family_berberidaceae n 1 3 @ #m %m 1 0 11697158 +family_betulaceae n 1 3 @ #m %m 1 0 12280487 +family_bible n 1 1 @ 1 0 06448283 +family_bignoniaceae n 1 4 @ ~ #m %m 1 0 12813393 +family_bittacidae n 1 3 @ #m %m 1 0 02162831 +family_blastodiaceae n 1 3 @ #m %m 1 0 12978654 +family_blattidae n 1 3 @ #m %m 1 0 02233577 +family_blechnaceae n 1 3 @ #m %m 1 0 13184492 +family_blenniidae n 1 3 @ #m %m 1 0 02612982 +family_boidae n 1 3 @ #m %m 1 0 01741744 +family_boletaceae n 1 3 @ #m %m 1 0 13054211 +family_bombacaceae n 1 3 @ #m %m 1 0 12188985 +family_bombycidae n 1 3 @ #m %m 1 0 02300018 +family_bombycillidae n 1 3 @ #m %m 1 0 01603316 +family_bombyliidae n 1 3 @ #m %m 1 0 02195693 +family_boraginaceae n 1 3 @ #m %m 1 0 12815925 +family_bothidae n 1 3 @ #m %m 1 0 02660769 +family_bovidae n 1 3 @ #m %m 1 0 02400139 +family_bradypodidae n 1 3 @ #m %m 1 0 02456776 +family_bramidae n 1 3 @ #m %m 1 0 02582437 +family_branchiobdellidae n 1 3 @ #m %m 1 0 01935743 +family_branchiostegidae n 1 3 @ #m %m 1 0 02582919 +family_branchiostomidae n 1 3 @ #m %m 1 0 01467504 +family_brassicaceae n 1 3 @ #m %m 1 0 11867525 +family_brevicipitidae n 1 3 @ #m %m 1 0 01652583 +family_bromeliaceae n 1 3 @ #m %m 1 0 12606907 +family_brotulidae n 1 3 @ #m %m 1 0 02558980 +family_bruchidae n 1 3 @ #m %m 1 0 02181863 +family_bryaceae n 1 3 @ #m %m 1 0 11540970 +family_buccinidae n 1 3 @ #m %m 1 0 01947275 +family_bucconidae n 1 3 @ #m %m 1 0 01842380 +family_bucerotidae n 1 3 @ #m %m 1 0 01829143 +family_bufonidae n 1 3 @ #m %m 1 0 01645634 +family_burhinidae n 1 3 @ #m %m 1 0 02039942 +family_burmanniaceae n 1 3 @ #m %m 1 0 12087207 +family_burseraceae n 1 3 @ #m %m 1 0 12690388 +family_business n 1 1 @ 1 1 08383909 +family_buxaceae n 1 3 @ #m %m 1 0 12745788 +family_cactaceae n 1 3 @ #m %m 1 0 11841529 +family_caeciliadae n 1 3 @ #m %m 1 0 01655116 +family_caeciliidae n 1 3 @ #m %m 1 0 01655116 +family_caenolestidae n 1 3 @ #m %m 1 0 01875717 +family_caesalpiniaceae n 1 2 @ #m 1 0 12487394 +family_callionymidae n 1 3 @ #m %m 1 0 02618697 +family_calliphoridae n 1 3 @ #m %m 1 0 02191449 +family_callithricidae n 1 3 @ #m %m 1 0 02490030 +family_callitrichaceae n 1 3 @ #m %m 1 0 12693590 +family_calostomataceae n 1 3 @ #m %m 1 0 13041725 +family_calycanthaceae n 1 3 @ #m %m 1 0 11700401 +family_camelidae n 1 3 @ #m %m 1 0 02436813 +family_campanulaceae n 1 3 @ #m %m 1 0 12036533 +family_cancridae n 1 3 @ #m %m 1 0 01977684 +family_canellaceae n 1 3 @ #m %m 1 0 12371911 +family_canidae n 1 3 @ #m %m 1 0 02083038 +family_cannabidaceae n 1 3 @ #m %m 1 0 12396255 +family_cannaceae n 1 3 @ #m %m 1 0 12350433 +family_capitonidae n 1 3 @ #m %m 1 0 01842111 +family_capparidaceae n 1 3 @ #m %m 1 0 11864602 +family_caprifoliaceae n 1 3 @ #m %m 1 0 12671157 +family_caprimulgidae n 1 3 @ #m %m 1 0 01835087 +family_caproidae n 1 3 @ #m %m 1 0 01453188 +family_capromyidae n 1 3 @ #m %m 1 0 02366702 +family_capsidae n 1 3 @ #m %m 1 0 02237239 +family_carabidae n 1 3 @ #m %m 1 0 02166986 +family_carangidae n 1 3 @ #m %m 1 0 02575766 +family_carapidae n 1 3 @ #m %m 1 0 02559232 +family_carcharhinidae n 1 3 @ #m %m 1 0 01488539 +family_carchariidae n 1 3 @ #m %m 1 0 01487077 +family_cardiidae n 1 3 @ #m %m 1 0 01959668 +family_cariamidae n 1 3 @ #m %m 1 0 02013889 +family_caricaceae n 1 3 @ #m %m 1 0 12372708 +family_carpinaceae n 1 2 @ #m 1 0 12286372 +family_caryocaraceae n 1 3 @ #m %m 1 0 12373361 +family_caryophyllaceae n 1 3 @ #m %m 1 0 11804604 +family_castoridae n 1 3 @ #m %m 1 0 02362721 +family_casuaridae n 1 3 @ #m %m 1 0 01519228 +family_casuarinaceae n 1 3 @ #m %m 1 0 12224522 +family_cathartidae n 1 3 @ #m %m 1 0 01618671 +family_catostomidae n 1 3 @ #m %m 1 0 01444520 +family_caviidae n 1 3 @ #m %m 1 0 02364221 +family_cebidae n 1 3 @ #m %m 1 0 02491590 +family_cecidomyidae n 1 3 @ #m %m 1 0 02189214 +family_cecropiaceae n 1 3 @ #m %m 1 0 12404314 +family_celastraceae n 1 3 @ #m %m 1 0 12747563 +family_centrarchidae n 1 3 @ #m %m 1 0 02562085 +family_centriscidae n 1 3 @ #m %m 1 0 01457276 +family_centropomidae n 1 3 @ #m %m 1 0 02559606 +family_cephalobidae n 1 3 @ #m %m 1 0 01931845 +family_cephalotaceae n 1 3 @ #m %m 1 0 12784543 +family_cephalotaxaceae n 1 3 @ #m %m 1 0 11648428 +family_cerambycidae n 1 3 @ #m %m 1 0 02168542 +family_ceratodontidae n 1 3 @ #m %m 1 0 02516427 +family_ceratophyllaceae n 1 3 @ #m %m 1 0 11701903 +family_ceratopogonidae n 1 3 @ #m %m 1 0 02202509 +family_ceratopsidae n 1 2 @ #m 1 0 01703866 +family_ceratostomataceae n 1 3 @ #m %m 1 0 12964572 +family_cercidiphyllaceae n 1 3 @ #m %m 1 0 11702428 +family_cercopidae n 1 3 @ #m %m 1 0 02257536 +family_cercopithecidae n 1 3 @ #m %m 1 0 02483915 +family_certhiidae n 1 3 @ #m %m 1 0 01589125 +family_cervidae n 1 3 @ #m %m 1 0 02429695 +family_cestidae n 1 3 @ #m %m 1 0 01920735 +family_cetorhinidae n 1 2 @ #m 1 0 01485306 +family_chaetodontidae n 1 3 @ #m %m 1 0 02605139 +family_chalcidae n 1 3 @ #m %m 1 0 02217334 +family_chalcididae n 1 3 @ #m %m 1 0 02217334 +family_chamaeleonidae n 1 3 @ #m %m 1 0 01693472 +family_chamaeleontidae n 1 3 @ #m %m 1 0 01693472 +family_characeae n 1 3 @ #m %m 1 0 01412479 +family_characidae n 1 3 @ #m %m 1 0 02583211 +family_characinidae n 1 1 @ 1 0 02583457 +family_charadriidae n 1 3 @ #m %m 1 0 02023133 +family_chelonidae n 1 3 @ #m %m 1 0 01663169 +family_cheloniidae n 1 3 @ #m %m 1 0 01663169 +family_chelydridae n 1 3 @ #m %m 1 0 01665761 +family_chenopodiaceae n 1 4 @ ~ #m %m 1 0 11827775 +family_chermidae n 1 3 @ #m %m 1 0 02256010 +family_chimaeridae n 1 3 @ #m %m 1 0 01481063 +family_chinchillidae n 1 3 @ #m %m 1 0 02367131 +family_chironomidae n 1 3 @ #m %m 1 0 02203008 +family_chlamydiaceae n 1 3 @ #m %m 1 0 01372372 +family_chlamydomonadaceae n 1 3 @ #m %m 1 0 01409477 +family_chloranthaceae n 1 3 @ #m %m 1 0 13151265 +family_chlorophthalmidae n 1 3 @ #m %m 1 0 02543737 +family_chrysochloridae n 1 3 @ #m %m 1 0 01890274 +family_chrysomelidae n 1 3 @ #m %m 1 0 02169345 +family_chrysopidae n 1 3 @ #m %m 1 0 02264734 +family_chytridiaceae n 1 2 @ #m 1 0 12978232 +family_cicadellidae n 1 3 @ #m %m 1 0 02258780 +family_cicadidae n 1 3 @ #m %m 1 0 02256365 +family_cichlidae n 1 3 @ #m %m 1 0 02585732 +family_cicindelidae n 1 3 @ #m %m 1 0 02164973 +family_ciconiidae n 1 3 @ #m %m 1 0 02001821 +family_cimicidae n 1 3 @ #m %m 1 0 02240223 +family_cinclidae n 1 3 @ #m %m 1 0 01601550 +family_circle n 1 2 @ #p 1 0 04164199 +family_cistaceae n 1 3 @ #m %m 1 0 12374002 +family_cladoniaceae n 1 3 @ #m %m 1 0 12990800 +family_clathraceae n 1 3 @ #m %m 1 0 13042514 +family_clavariaceae n 1 3 @ #m %m 1 0 12985629 +family_cleridae n 1 3 @ #m %m 1 0 02170848 +family_clethraceae n 1 3 @ #m %m 1 0 12249821 +family_clinidae n 1 3 @ #m %m 1 0 02613960 +family_clupeidae n 1 3 @ #m %m 1 0 02529515 +family_clusiaceae n 1 3 @ #m %m 1 0 12363988 +family_cobitidae n 1 3 @ #m %m 1 0 01438461 +family_coccidae n 1 3 @ #m %m 1 0 02248744 +family_coccinellidae n 1 3 @ #m %m 1 0 02165247 +family_coerebidae n 1 3 @ #m %m 1 0 01538775 +family_colchicaceae n 1 2 @ #m 1 0 12455101 +family_colubridae n 1 3 @ #m %m 1 0 01726960 +family_columbidae n 1 3 @ #m %m 1 0 01811682 +family_comatulidae n 1 1 @ 1 0 02320769 +family_combretaceae n 1 3 @ #m %m 1 0 12323411 +family_commelinaceae n 1 3 @ #m %m 1 0 12605965 +family_compositae n 1 3 @ #m %m 1 0 11911591 +family_congridae n 1 3 @ #m %m 1 0 02527498 +family_connaraceae n 1 2 @ #m 1 0 11746224 +family_convallariaceae n 1 2 @ #m 1 0 12471150 +family_convolvulaceae n 1 3 @ #m %m 1 0 12823164 +family_coprinaceae n 1 2 @ #m 1 0 13005835 +family_coraciidae n 1 3 @ #m %m 1 0 01826223 +family_cordaitaceae n 1 3 @ #m %m 1 0 11606661 +family_cordylidae n 1 3 @ #m %m 1 0 01684941 +family_coregonidae n 1 3 @ #m %m 1 0 02538730 +family_coreidae n 1 3 @ #m %m 1 0 02239347 +family_corixidae n 1 3 @ #m %m 1 0 02242942 +family_cornaceae n 1 3 @ #m %m 1 0 12946088 +family_cortinariaceae n 1 3 @ #m %m 1 0 13074084 +family_corvidae n 1 3 @ #m %m 1 0 01578341 +family_corydalidae n 1 3 @ #m %m 1 0 02265717 +family_corylaceae n 1 2 @ #m 1 0 12288422 +family_corynebacteriaceae n 1 3 @ #m %m 1 0 01366015 +family_coryphaenidae n 1 3 @ #m %m 1 0 02581803 +family_cotingidae n 1 3 @ #m %m 1 0 01550429 +family_cottidae n 1 3 @ #m %m 1 0 02644967 +family_court n 1 1 @ 1 0 08332090 +family_cracidae n 1 3 @ #m %m 1 0 01799086 +family_cracticidae n 1 3 @ #m %m 1 0 01582625 +family_crangonidae n 1 3 @ #m %m 1 0 01986538 +family_crassulaceae n 1 3 @ #m %m 1 0 12785110 +family_cricetidae n 1 3 @ #m %m 1 0 02335349 +family_crocodylidae n 1 3 @ #m %m 1 0 01696849 +family_crotalidae n 1 3 @ #m %m 1 0 01753721 +family_cruciferae n 1 3 @ #m %m 1 0 11867525 +family_cryptobranchidae n 1 3 @ #m %m 1 0 01633047 +family_cryptocercidae n 1 3 @ #m %m 1 0 02235321 +family_cryptogrammataceae n 1 2 @ #m 1 0 13227009 +family_ctenizidae n 1 3 @ #m %m 1 0 01775592 +family_cuculidae n 1 3 @ #m %m 1 0 01822773 +family_cucurbitaceae n 1 4 @ ~ #m %m 1 0 12157276 +family_culicidae n 1 3 @ #m %m 1 0 02199999 +family_cunoniaceae n 1 3 @ #m %m 1 0 12787007 +family_cupressaceae n 1 3 @ #m %m 1 0 11629501 +family_curculionidae n 1 3 @ #m %m 1 0 02178244 +family_cuterebridae n 1 3 @ #m %m 1 0 02193799 +family_cyatheaceae n 1 3 @ #m %m 1 0 13187031 +family_cycadaceae n 1 3 @ #m %m 1 0 11600671 +family_cyclopteridae n 1 3 @ #m %m 1 0 02646377 +family_cymatiidae n 1 3 @ #m %m 1 0 01947613 +family_cynipidae n 1 3 @ #m %m 1 0 02216547 +family_cynocephalidae n 1 3 @ #m %m 1 0 02502212 +family_cynoglossidae n 1 3 @ #m %m 1 0 02663352 +family_cyperaceae n 1 4 @ ~ #m %m 1 0 12149751 +family_cypraeidae n 1 3 @ #m %m 1 0 01953032 +family_cyprinidae n 1 3 @ #m %m 1 0 01438720 +family_cyprinodontidae n 1 3 @ #m %m 1 0 01446283 +family_cyrilliaceae n 1 3 @ #m %m 1 0 12750306 +family_dacninae n 1 3 @ #m %m 1 0 01538775 +family_dacrymycetaceae n 1 3 @ #m %m 1 0 13062630 +family_dactylopiidae n 1 3 @ #m %m 1 0 02249995 +family_dactylopteridae n 1 3 @ #m %m 1 0 02651846 +family_dactyloscopidae n 1 2 @ %m 1 0 02612046 +family_danaidae n 1 3 @ #m %m 1 0 02279442 +family_dasyatidae n 1 3 @ #m %m 1 0 01497878 +family_dasypodidae n 1 3 @ #m %m 1 0 02454119 +family_dasyproctidae n 1 3 @ #m %m 1 0 02365672 +family_dasyuridae n 1 3 @ #m %m 1 0 01883212 +family_dasyurinae n 1 3 @ #m %m 1 0 01883212 +family_daubentoniidae n 1 2 @ %m 1 0 02497832 +family_davalliaceae n 1 3 @ #m %m 1 0 13187604 +family_delphinidae n 1 3 @ #m %m 1 0 02068735 +family_dematiaceae n 1 3 @ #m %m 1 0 13080471 +family_dendrocolaptidae n 1 3 @ #m %m 1 0 01554139 +family_dennstaedtiaceae n 1 3 @ #m %m 1 0 13188973 +family_dermestidae n 1 3 @ #m %m 1 0 02170269 +family_dermochelyidae n 1 3 @ #m %m 1 0 01665238 +family_desmidiaceae n 1 3 @ #m %m 1 0 01413188 +family_desmodontidae n 1 3 @ #m %m 1 0 02150306 +family_diapensiaceae n 1 3 @ #m %m 1 0 12250413 +family_diaspididae n 1 3 @ #m %m 1 0 02249365 +family_dicamptodontidae n 1 3 @ #m %m 1 0 01634684 +family_dicksoniaceae n 1 3 @ #m %m 1 0 13190218 +family_dicranaceae n 1 3 @ #m %m 1 0 11540439 +family_didelphidae n 1 3 @ #m %m 1 0 01874784 +family_dilleniaceae n 1 3 @ #m %m 1 0 12362844 +family_dinornithidae n 1 3 @ #m %m 1 0 01522789 +family_diodontidae n 1 3 @ #m %m 1 0 02655355 +family_diomedeidae n 1 3 @ #m %m 1 0 02058074 +family_dioscoreaceae n 1 3 @ #m %m 1 0 12087650 +family_dipodidae n 1 3 @ #m %m 1 0 02351518 +family_dipsacaceae n 1 3 @ #m %m 1 0 12682054 +family_dipterocarpaceae n 1 3 @ #m %m 1 0 12376950 +family_discoglossidae n 1 3 @ #m %m 1 0 01647803 +family_doctor n 1 1 @ 1 0 10077278 +family_doliolidae n 1 3 @ #m %m 1 0 01469886 +family_dracunculidae n 1 3 @ #m %m 1 0 01933686 +family_drepanididae n 1 3 @ #m %m 1 0 01544544 +family_dromaeosauridae n 1 3 @ #m %m 1 0 01717666 +family_droseraceae n 1 3 @ #m %m 1 0 12782108 +family_drosophilidae n 1 3 @ #m %m 1 0 02197413 +family_dryopteridaceae n 1 3 @ #m %m 1 0 13192025 +family_dugongidae n 1 3 @ #m %m 1 0 02074004 +family_dytiscidae n 1 3 @ #m %m 1 0 02177068 +family_ebenaceae n 1 3 @ #m %m 1 0 12770068 +family_echeneidae n 1 3 @ #m %m 1 0 02574651 +family_echeneididae n 1 3 @ #m %m 1 0 02574651 +family_edaphosauridae n 1 3 @ #m %m 1 0 01722085 +family_eimeriidae n 1 3 @ #m %m 1 0 01423001 +family_elaeagnaceae n 1 3 @ #m %m 1 0 12325497 +family_elaeocarpaceae n 1 3 @ #m %m 1 0 12192373 +family_elapidae n 1 3 @ #m %m 1 0 01744657 +family_elateridae n 1 3 @ #m %m 1 0 02176073 +family_electrophoridae n 1 3 @ #m %m 1 0 01443998 +family_eleotridae n 1 3 @ #m %m 1 0 02619738 +family_elephantidae n 1 3 @ #m %m 1 0 02503313 +family_elopidae n 1 3 @ #m %m 1 0 02541431 +family_embiotocidae n 1 3 @ #m %m 1 0 02570648 +family_empetraceae n 1 3 @ #m %m 1 0 12751402 +family_emydidae n 1 3 @ #m %m 1 0 01667570 +family_endamoebidae n 1 3 @ #m %m 1 0 01391933 +family_engraulidae n 1 3 @ #m %m 1 0 02533708 +family_enterobacteriaceae n 1 3 @ #m %m 1 0 01367430 +family_entolomataceae n 1 3 @ #m %m 1 0 13011856 +family_entomophthoraceae n 1 3 @ #m %m 1 0 12974457 +family_epacridaceae n 1 3 @ #m %m 1 0 12252620 +family_ephedraceae n 1 3 @ #m %m 1 0 11597924 +family_ephemeridae n 1 3 @ #m %m 1 0 02262324 +family_ephippidae n 1 3 @ #m %m 1 0 02604657 +family_equidae n 1 3 @ #m %m 1 0 02373601 +family_equisetaceae n 1 3 @ #m %m 1 0 13219067 +family_erethizontidae n 1 3 @ #m %m 1 0 02347865 +family_ericaceae n 1 2 @ %m 1 0 12226322 +family_erinaceidae n 1 3 @ #m %m 1 0 01893535 +family_eriocaulaceae n 1 3 @ #m %m 1 0 12608941 +family_erysiphaceae n 1 3 @ #m %m 1 0 12963307 +family_erythroxylaceae n 1 2 @ #m 1 0 12689641 +family_eschrichtiidae n 1 3 @ #m %m 1 0 02065932 +family_esocidae n 1 3 @ #m %m 1 0 02560823 +family_euglenaceae n 1 3 @ #m %m 1 0 01406426 +family_euphorbiaceae n 1 3 @ #m %m 1 0 12916935 +family_eurylaimidae n 1 3 @ #m %m 1 0 01546348 +family_exocoetidae n 1 3 @ #m %m 1 0 02550296 +family_fabaceae n 1 3 @ #m %m 1 0 11746776 +family_fagaceae n 1 3 @ #m %m 1 0 12260208 +family_falconidae n 1 3 @ #m %m 1 0 01610758 +family_fasciolidae n 1 3 @ #m %m 1 0 01926090 +family_felidae n 1 3 @ #m %m 1 0 02120692 +family_filariidae n 1 3 @ #m %m 1 0 01933342 +family_fissurellidae n 1 3 @ #m %m 1 0 01949195 +family_fistulariidae n 1 3 @ #m %m 1 0 01454260 +family_fistulinaceae n 1 3 @ #m %m 1 0 13053187 +family_flacourtiaceae n 1 3 @ #m %m 1 0 12377809 +family_forficulidae n 1 3 @ #m %m 1 0 02273120 +family_formicariidae n 1 3 @ #m %m 1 0 01552956 +family_formicidae n 1 3 @ #m %m 1 0 02219234 +family_fouquieriaceae n 1 3 @ #m %m 1 0 12381321 +family_fregatidae n 1 3 @ #m %m 1 0 02052511 +family_fringillidae n 1 3 @ #m %m 1 0 01529036 +family_fucaceae n 1 3 @ #m %m 1 0 01404129 +family_fulgoridae n 1 3 @ #m %m 1 0 02259844 +family_fumariaceae n 1 3 @ #m %m 1 0 11909048 +family_funkaceae n 1 2 @ #m 1 0 12457250 +family_furnariidae n 1 3 @ #m %m 1 0 01552523 +family_gadidae n 1 3 @ #m %m 1 0 02521916 +family_galbulidae n 1 3 @ #m %m 1 0 01842942 +family_gasterophilidae n 1 3 @ #m %m 1 0 02193357 +family_gasterosteidae n 1 3 @ #m %m 1 0 01454702 +family_gavialidae n 1 3 @ #m %m 1 0 01699415 +family_gavidae n 1 3 @ #m %m 1 0 02048832 +family_geastraceae n 1 3 @ #m %m 1 0 13044541 +family_gekkonidae n 1 3 @ #m %m 1 0 01674850 +family_gelechiidae n 1 3 @ #m %m 1 0 02293135 +family_gempylidae n 1 3 @ #m %m 1 0 02621721 +family_gentianaceae n 1 3 @ #m %m 1 0 12290116 +family_geoglossaceae n 1 3 @ #m %m 1 0 13226526 +family_geometridae n 1 3 @ #m %m 1 0 02286815 +family_geomyidae n 1 3 @ #m %m 1 0 02353529 +family_geophilidae n 1 3 @ #m %m 1 0 01786048 +family_geraniaceae n 1 3 @ #m %m 1 0 12685214 +family_gerreidae n 1 3 @ #m %m 1 0 02636666 +family_gerridae n 2 3 @ #m %m 2 0 02636666 02243351 +family_gerrididae n 1 3 @ #m %m 1 0 02243351 +family_gesneriaceae n 1 3 @ #m %m 1 0 12829099 +family_gigartinaceae n 1 3 @ #m %m 1 0 01414359 +family_ginkgoaceae n 1 3 @ #m %m 1 0 11664090 +family_giraffidae n 1 2 @ %m 1 0 02438774 +family_glareolidae n 1 3 @ #m %m 1 0 02038617 +family_gleicheniaceae n 1 3 @ #m %m 1 0 13170060 +family_gliridae n 1 3 @ #m %m 1 0 02352390 +family_globigerinidae n 1 2 @ #m 1 0 01393237 +family_glossinidae n 1 3 @ #m %m 1 0 02190963 +family_gnetaceae n 1 3 @ #m %m 1 0 11597126 +family_gobiesocidae n 1 3 @ #m %m 1 0 02635310 +family_gobiidae n 1 3 @ #m %m 1 0 02619029 +family_gomphotheriidae n 1 3 @ #m %m 1 0 02506466 +family_gonorhynchidae n 1 3 @ #m %m 1 0 02528949 +family_goodeniaceae n 1 3 @ #m %m 1 0 12167749 +family_gracilariidae n 1 2 @ #m 1 0 02292850 +family_graminaceae n 1 4 @ ~ #m %m 1 0 12100538 +family_gramineae n 1 4 @ ~ #m %m 1 0 12100538 +family_grossulariaceae n 1 3 @ #m %m 1 0 12804621 +family_gruidae n 1 3 @ #m %m 1 0 02012715 +family_gryllidae n 1 3 @ #m %m 1 0 02229385 +family_guttiferae n 1 3 @ #m %m 1 0 12363988 +family_gyrinidae n 1 3 @ #m %m 1 0 02177376 +family_hadrosauridae n 1 3 @ #m %m 1 0 01705717 +family_haematopodidae n 1 2 @ #m 1 0 02036864 +family_haemodoraceae n 1 3 @ #m %m 1 0 12311894 +family_haemoproteidae n 1 3 @ #m %m 1 0 01424607 +family_haemulidae n 1 3 @ #m %m 1 0 02588108 +family_halictidae n 1 3 @ #m %m 1 0 02210728 +family_haliotidae n 1 3 @ #m %m 1 0 01942601 +family_haloragaceae n 1 3 @ #m %m 1 0 12326604 +family_haloragidaceae n 1 3 @ #m %m 1 0 12326604 +family_hamamelidaceae n 1 3 @ #m %m 1 0 12314315 +family_helicidae n 1 3 @ #m %m 1 0 01944217 +family_helodermatidae n 1 3 @ #m %m 1 0 01691782 +family_helotiaceae n 1 3 @ #m %m 1 0 12967504 +family_helvellaceae n 1 3 @ #m %m 1 0 13034953 +family_hemerobiidae n 1 3 @ #m %m 1 0 02265177 +family_hemerocallidaceae n 1 2 @ #m 1 0 12456278 +family_hemiprocnidae n 1 3 @ #m %m 1 0 01833283 +family_hemiramphidae n 1 3 @ #m %m 1 0 02550915 +family_heteromyidae n 1 3 @ #m %m 1 0 02348405 +family_hexagrammidae n 1 3 @ #m %m 1 0 02648456 +family_hexanchidae n 1 3 @ #m %m 1 0 01482754 +family_hippoboscidae n 1 3 @ #m %m 1 0 02198332 +family_hippocastanaceae n 1 3 @ #m %m 1 0 12767951 +family_hippopotamidae n 1 3 @ #m %m 1 0 02398252 +family_hipposideridae n 1 3 @ #m %m 1 0 02143594 +family_hirudinidae n 1 3 @ #m %m 1 0 01938155 +family_hirundinidae n 1 3 @ #m %m 1 0 01594157 +family_history n 1 2 @ #p 1 0 06515054 +family_holocentridae n 1 3 @ #m %m 1 0 01450281 +family_holothuridae n 1 3 @ #m %m 1 0 02321759 +family_homaridae n 1 3 @ #m %m 1 0 01982895 +family_hominidae n 1 3 @ #m %m 1 0 02471467 +family_hostaceae n 1 2 @ #m 1 0 12457250 +family_hyacinthaceae n 1 2 @ #m 1 0 12458002 +family_hyaenidae n 1 3 @ #m %m 1 0 02116959 +family_hydnaceae n 1 3 @ #m %m 1 0 12986084 +family_hydnoraceae n 1 2 @ #m 1 0 11803277 +family_hydrangeaceae n 1 3 @ #m %m 1 0 12787565 +family_hydrobatidae n 1 3 @ #m %m 1 0 02060719 +family_hydrocharidaceae n 1 3 @ #m %m 1 0 12612913 +family_hydrocharitaceae n 1 3 @ #m %m 1 0 12612913 +family_hydrochoeridae n 1 2 @ %m 1 0 02365244 +family_hydrophidae n 1 3 @ #m %m 1 0 01751621 +family_hydrophyllaceae n 1 3 @ #m %m 1 0 12834408 +family_hygrophoraceae n 1 3 @ #m %m 1 0 13070003 +family_hylidae n 1 3 @ #m %m 1 0 01649948 +family_hylobatidae n 1 3 @ #m %m 1 0 02482820 +family_hymenophyllaceae n 1 3 @ #m %m 1 0 12951465 +family_hypericaceae n 1 2 @ #m 1 0 12367122 +family_hyperodontidae n 1 3 @ #m %m 1 0 02067941 +family_hypocreaceae n 1 4 @ ~ #m %m 1 0 12965209 +family_hypodermatidae n 1 3 @ #m %m 1 0 02194414 +family_hypoxidaceae n 1 3 @ #m %m 1 0 12422751 +family_hystricidae n 1 3 @ #m %m 1 0 02346823 +family_ibidiidae n 1 3 @ #m %m 1 0 02005598 +family_ichneumonidae n 1 3 @ #m %m 1 0 02218235 +family_ichthyosauridae n 1 3 @ #m %m 1 0 01724470 +family_icteridae n 1 3 @ #m %m 1 0 01571578 +family_iguania n 1 3 @ #m %m 1 0 01676313 +family_iguanidae n 1 3 @ #m %m 1 0 01676313 +family_iguanodontidae n 1 3 @ #m %m 1 0 01707433 +family_indicatoridae n 1 3 @ #m %m 1 0 01842655 +family_indriidae n 1 3 @ #m %m 1 0 02499990 +family_ipidae n 1 3 @ #m %m 1 0 02179429 +family_irenidae n 1 3 @ #m %m 1 0 01593705 +family_iridaceae n 1 4 @ ~ #m %m 1 0 12411084 +family_isoetaceae n 1 3 @ #m %m 1 0 13225955 +family_istiophoridae n 1 3 @ #m %m 1 0 02630052 +family_isuridae n 1 2 @ %m 1 0 01483370 +family_ixodidae n 1 3 @ #m %m 1 0 01776546 +family_jassidae n 1 3 @ #m %m 1 0 02258910 +family_jewels n 1 3 @ #p %p 1 0 05514905 +family_juglandaceae n 1 3 @ #m %m 1 0 12317919 +family_juncaceae n 1 3 @ #m %m 1 0 11743109 +family_juncaginaceae n 1 3 @ #m %m 1 0 12617140 +family_jungermanniaceae n 1 2 @ #m 1 0 11543264 +family_kalotermitidae n 1 3 @ #m %m 1 0 02225231 +family_kasuwonidae n 1 2 @ #m 1 0 02629048 +family_kinosternidae n 1 3 @ #m %m 1 0 01666802 +family_kyphosidae n 1 3 @ #m %m 1 0 02604014 +family_labiatae n 1 4 @ ~ #m %m 1 0 12838027 +family_labridae n 1 3 @ #m %m 1 0 02607630 +family_lacertidae n 1 3 @ #m %m 1 0 01692713 +family_lactobacillaceae n 1 3 @ #m %m 1 0 01379636 +family_lactobacteriaceae n 1 3 @ #m %m 1 0 01379636 +family_lamiaceae n 1 4 @ ~ #m %m 1 0 12838027 +family_laminariaceae n 1 3 @ #m %m 1 0 01403052 +family_lamnidae n 1 3 @ #m %m 1 0 01483188 +family_lampridae n 1 3 @ #m %m 1 0 02545569 +family_lampyridae n 1 3 @ #m %m 1 0 02168121 +family_laniidae n 1 3 @ #m %m 1 0 01598432 +family_lanthanotidae n 1 3 @ #m %m 1 0 01691384 +family_lardizabalaceae n 1 3 @ #m %m 1 0 11702999 +family_laricariidae n 1 3 @ #m %m 1 0 02520391 +family_laridae n 1 3 @ #m %m 1 0 02040872 +family_lasiocampidae n 1 3 @ #m %m 1 0 02306159 +family_latimeridae n 1 3 @ #m %m 1 0 02515410 +family_lauraceae n 1 3 @ #m %m 1 0 11703386 +family_lecanoraceae n 1 3 @ #m %m 1 0 12987834 +family_lecythidaceae n 1 3 @ #m %m 1 0 12327209 +family_leguminosae n 1 3 @ #m %m 1 0 11746776 +family_leiopelmatidae n 1 3 @ #m %m 1 0 01645093 +family_leitneriaceae n 1 3 @ #m %m 1 0 11742531 +family_lemnaceae n 1 3 @ #m %m 1 0 11794267 +family_lemuridae n 1 3 @ #m %m 1 0 02497408 +family_lennoaceae n 1 2 @ #m 1 0 12255452 +family_lentibulariaceae n 1 3 @ #m %m 1 0 12871992 +family_lepadidae n 1 3 @ #m %m 1 0 01998920 +family_lepidobotryaceae n 1 3 @ #m %m 1 0 12701178 +family_lepidodendraceae n 1 2 @ #m 1 0 13222035 +family_lepiotaceae n 1 3 @ #m %m 1 0 13012613 +family_lepismatidae n 1 3 @ #m %m 1 0 02270326 +family_lepisosteidae n 1 3 @ #m %m 1 0 02641063 +family_leporidae n 1 3 @ #m %m 1 0 02323715 +family_leptodactylidae n 1 3 @ #m %m 1 0 01642671 +family_leptotyphlopidae n 1 3 @ #m %m 1 0 01740393 +family_liliaceae n 1 3 @ #m %m 1 0 12423565 +family_limacidae n 1 3 @ #m %m 1 0 01945443 +family_limulidae n 1 3 @ #m %m 1 0 01787546 +family_linaceae n 1 2 @ %m 1 0 12486254 +family_line n 1 2 @ ~ 1 0 07970721 +family_liopelmidae n 1 3 @ #m %m 1 0 01645093 +family_liparidae n 1 3 @ #m %m 1 0 02646985 +family_liparididae n 1 3 @ #m %m 1 0 02646985 +family_lithodidae n 1 3 @ #m %m 1 0 01980993 +family_littorinidae n 1 3 @ #m %m 1 0 01948154 +family_loasaceae n 1 3 @ #m %m 1 0 12034828 +family_lobeliaceae n 1 2 @ #m 1 0 12168126 +family_lobotidae n 1 3 @ #m %m 1 0 02635911 +family_locustidae n 1 3 @ #m %m 1 0 02226598 +family_loganiaceae n 1 3 @ #m %m 1 0 12485122 +family_lomariopsidaceae n 1 3 @ #m %m 1 0 13202749 +family_lophiidae n 1 3 @ #m %m 1 0 02547947 +family_lophosoriaceae n 1 3 @ #m %m 1 0 13203251 +family_loranthaceae n 1 3 @ #m %m 1 0 12737383 +family_lorisidae n 1 3 @ #m %m 1 0 02498355 +family_loxomataceae n 1 3 @ #m %m 1 0 13203551 +family_lucanidae n 1 3 @ #m %m 1 0 02175791 +family_lutjanidae n 1 3 @ #m %m 1 0 02586382 +family_luvaridae n 1 3 @ #m %m 1 0 02632239 +family_lycaenidae n 1 3 @ #m %m 1 0 02281552 +family_lycoperdaceae n 1 3 @ #m %m 1 0 13043516 +family_lycopodiaceae n 1 3 @ #m %m 1 0 13222477 +family_lycosidae n 1 3 @ #m %m 1 0 01774918 +family_lygaeidae n 1 3 @ #m %m 1 0 02238743 +family_lymantriidae n 1 3 @ #m %m 1 0 02285359 +family_lythraceae n 1 3 @ #m %m 1 0 12328026 +family_machilidae n 1 3 @ #m %m 1 0 02271087 +family_macropodidae n 1 3 @ #m %m 1 0 01876843 +family_macrorhamphosidae n 1 3 @ #m %m 1 0 01456939 +family_macrouridae n 1 3 @ #m %m 1 0 02525543 +family_macruridae n 1 3 @ #m %m 1 0 02525543 +family_magnoliaceae n 1 3 @ #m %m 1 0 11708181 +family_majidae n 1 3 @ #m %m 1 0 01981543 +family_malacanthidae n 1 3 @ #m %m 1 0 02572904 +family_malpighiaceae n 1 3 @ #m %m 1 0 12694048 +family_malvaceae n 1 3 @ #m %m 1 0 12169776 +family_mammutidae n 1 3 @ #m %m 1 0 02505646 +family_man n 1 1 @ 1 0 10077394 +family_manidae n 1 3 @ #m %m 1 0 02461556 +family_manteidae n 1 3 @ #m %m 1 0 02235761 +family_mantidae n 1 3 @ #m %m 1 0 02235761 +family_mantispidae n 1 3 @ #m %m 1 0 02267356 +family_marantaceae n 1 3 @ #m %m 1 0 12351287 +family_marattiaceae n 1 3 @ #m %m 1 0 13214813 +family_marchantiaceae n 1 3 @ #m %m 1 0 11543602 +family_marsileaceae n 1 3 @ #m %m 1 0 12957298 +family_martyniaceae n 1 2 @ #m 1 0 12873646 +family_mastodontidae n 1 3 @ #m %m 1 0 02505646 +family_mastotermitidae n 1 3 @ #m %m 1 0 02224323 +family_mayacaceae n 1 3 @ #m %m 1 0 12608447 +family_medicine n 1 1 @ 1 0 00632342 +family_megachilidae n 1 3 @ #m %m 1 0 02211099 +family_megadermatidae n 1 3 @ #m %m 1 0 02144442 +family_megalonychidae n 1 3 @ #m %m 1 0 02457586 +family_megalosauridae n 1 3 @ #m %m 1 0 01715249 +family_megapodiidae n 1 3 @ #m %m 1 0 01800759 +family_megatheriidae n 1 3 @ #m %m 1 0 02458356 +family_melampsoraceae n 1 3 @ #m %m 1 0 13063784 +family_melanthiaceae n 1 2 @ #m 1 0 12463322 +family_melastomaceae n 1 3 @ #m %m 1 0 12348774 +family_melastomataceae n 1 3 @ #m %m 1 0 12348774 +family_meleagrididae n 1 3 @ #m %m 1 0 01793818 +family_meliaceae n 1 3 @ #m %m 1 0 12694707 +family_meliphagidae n 1 3 @ #m %m 1 0 01526635 +family_meloidae n 1 3 @ #m %m 1 0 02178886 +family_membracidae n 1 3 @ #m %m 1 0 02259565 +family_menispermaceae n 1 3 @ #m %m 1 0 11712827 +family_menuridae n 1 3 @ #m %m 1 0 01545303 +family_menyanthaceae n 1 3 @ #m %m 1 0 12484413 +family_meropidae n 1 3 @ #m %m 1 0 01828714 +family_micrococcaceae n 1 3 @ #m %m 1 0 01378800 +family_microdesmidae n 1 3 @ #m %m 1 0 02620826 +family_microhylidae n 1 3 @ #m %m 1 0 01652583 +family_mimidae n 1 3 @ #m %m 1 0 01586541 +family_mimosaceae n 1 2 @ #m 1 0 11753936 +family_miridae n 1 3 @ #m %m 1 0 02237239 +family_mniaceae n 1 3 @ #m %m 1 0 11541322 +family_mobulidae n 1 3 @ #m %m 1 0 01499898 +family_molidae n 1 3 @ #m %m 1 0 02656426 +family_molossidae n 1 3 @ #m %m 1 0 02149136 +family_momotidae n 1 3 @ #m %m 1 0 01830623 +family_moniliaceae n 1 3 @ #m %m 1 0 13078133 +family_monocanthidae n 1 3 @ #m %m 1 0 02653655 +family_monodontidae n 1 3 @ #m %m 1 0 02072209 +family_monotropaceae n 1 3 @ #m %m 1 0 12258380 +family_moraceae n 1 3 @ #m %m 1 0 12398682 +family_morchellaceae n 1 3 @ #m %m 1 0 13031690 +family_motacillidae n 1 3 @ #m %m 1 0 01528087 +family_mucoraceae n 1 3 @ #m %m 1 0 12972966 +family_mugilidae n 1 3 @ #m %m 1 0 02601200 +family_mullidae n 1 3 @ #m %m 1 0 02599784 +family_muraenidae n 1 3 @ #m %m 1 0 02527145 +family_muridae n 1 3 @ #m %m 1 0 02331479 +family_musaceae n 1 3 @ #m %m 1 0 12351975 +family_muscicapidae n 1 3 @ #m %m 1 0 01555586 +family_muscidae n 1 3 @ #m %m 1 0 02190015 +family_musophagidae n 1 3 @ #m %m 1 0 01825009 +family_mustelidae n 1 3 @ #m %m 1 0 02440705 +family_mutillidae n 1 2 @ %m 1 0 02214660 +family_myacidae n 1 3 @ #m %m 1 0 01957075 +family_mycetophylidae n 1 3 @ #m %m 1 0 02203457 +family_mycobacteriaceae n 1 3 @ #m %m 1 0 01376801 +family_mycoplasmataceae n 1 3 @ #m %m 1 0 01373440 +family_myctophidae n 1 3 @ #m %m 1 0 02543093 +family_myliobatidae n 1 3 @ #m %m 1 0 01498822 +family_mylodontidae n 1 3 @ #m %m 1 0 02459001 +family_myricaceae n 1 3 @ #m %m 1 0 11740824 +family_myristicaceae n 1 3 @ #m %m 1 0 11713960 +family_myrmecophagidae n 1 3 @ #m %m 1 0 02459808 +family_myrmeleontidae n 1 3 @ #m %m 1 0 02263717 +family_myrsinaceae n 1 3 @ #m %m 1 0 12096798 +family_myrtaceae n 1 3 @ #m %m 1 0 12329899 +family_mysidae n 1 3 @ #m %m 1 0 01989097 +family_mytilidae n 1 3 @ #m %m 1 0 01963730 +family_myxinidae n 1 3 @ #m %m 1 0 01478300 +family_myxobacteriaceae n 1 3 @ #m %m 1 0 01378137 +family_myxophyceae n 1 2 @ #m 1 0 01358904 +family_naiadaceae n 1 3 @ #m %m 1 0 12611243 +family_najadaceae n 1 3 @ #m %m 1 0 12611243 +family_name n 1 2 @ ~ 1 0 06336904 +family_naticidae n 1 3 @ #m %m 1 0 01947874 +family_nautilidae n 1 3 @ #m %m 1 0 01968591 +family_nepenthaceae n 1 3 @ #m %m 1 0 12781659 +family_nephropsidae n 1 3 @ #m %m 1 0 01983958 +family_nepidae n 1 3 @ #m %m 1 0 02242293 +family_neritidae n 1 3 @ #m %m 1 0 01946118 +family_nidulariaceae n 1 3 @ #m %m 1 0 13046512 +family_nitrobacteriaceae n 1 3 @ #m %m 1 0 01361973 +family_noctuidae n 1 3 @ #m %m 1 0 02294761 +family_nostocaceae n 1 3 @ #m %m 1 0 01359070 +family_notonectidae n 1 3 @ #m %m 1 0 02240706 +family_notoryctidae n 1 3 @ #m %m 1 0 01885724 +family_nummulitidae n 1 3 @ #m %m 1 0 01393604 +family_nyctaginaceae n 1 3 @ #m %m 1 0 11835806 +family_nymphaeaceae n 1 3 @ #m %m 1 0 11714618 +family_nymphalidae n 1 3 @ #m %m 1 0 02274516 +family_nyssaceae n 1 3 @ #m %m 1 0 12339972 +family_ochnaceae n 1 3 @ #m %m 1 0 12382484 +family_ochotonidae n 1 3 @ #m %m 1 0 02328270 +family_octopodidae n 1 3 @ #m %m 1 0 01969893 +family_odobenidae n 1 3 @ #m %m 1 0 02081282 +family_odontaspididae n 1 3 @ #m %m 1 0 01487077 +family_oedogoniaceae n 1 3 @ #m %m 1 0 01411727 +family_oestridae n 1 3 @ #m %m 1 0 02194414 +family_ogcocephalidae n 1 3 @ #m %m 1 0 02547562 +family_oleaceae n 1 3 @ #m %m 1 0 12299988 +family_oleandraceae n 1 3 @ #m %m 1 0 13203842 +family_onagraceae n 1 3 @ #m %m 1 0 12341126 +family_oniscidae n 1 3 @ #m %m 1 0 01991676 +family_ophidiidae n 1 3 @ #m %m 1 0 02558724 +family_ophiodontidae n 1 3 @ #m %m 1 0 02552737 +family_ophioglossaceae n 1 3 @ #m %m 1 0 12959967 +family_opisthocomidae n 1 3 @ #m %m 1 0 01809446 +family_opisthognathidae n 1 3 @ #m %m 1 0 02611425 +family_orchestiidae n 1 3 @ #m %m 1 0 01992935 +family_orchidaceae n 1 3 @ #m %m 1 0 12039743 +family_orectolobidae n 1 3 @ #m %m 1 0 01486241 +family_oriolidae n 1 3 @ #m %m 1 0 01575577 +family_ornithorhynchidae n 1 3 @ #m %m 1 0 01873007 +family_orobanchaceae n 1 2 @ #m 1 0 12874231 +family_orycteropodidae n 1 3 @ #m %m 1 0 02082498 +family_oscillatoriaceae n 1 3 @ #m %m 1 0 01359488 +family_osmeridae n 1 3 @ #m %m 1 0 02540255 +family_osmundaceae n 1 3 @ #m %m 1 0 12952852 +family_osteoglossidae n 1 3 @ #m %m 1 0 02544754 +family_ostraciidae n 1 3 @ #m %m 1 0 02654256 +family_ostraciontidae n 1 3 @ #m %m 1 0 02654256 +family_ostreidae n 1 3 @ #m %m 1 0 01960301 +family_otariidae n 1 3 @ #m %m 1 0 02076535 +family_otididae n 1 3 @ #m %m 1 0 02018638 +family_oxalidaceae n 1 3 @ #m %m 1 0 12702443 +family_oxyuridae n 1 3 @ #m %m 1 0 01931277 +family_paeoniaceae n 1 3 @ #m %m 1 0 11718911 +family_paguridae n 1 3 @ #m %m 1 0 01985947 +family_palaemonidae n 1 3 @ #m %m 1 0 01987228 +family_palinuridae n 1 3 @ #m %m 1 0 01984416 +family_palmaceae n 1 3 @ #m %m 1 0 12581381 +family_palmae n 1 3 @ #m %m 1 0 12581381 +family_pandanaceae n 1 3 @ #m %m 1 0 12154426 +family_pandionidae n 1 3 @ #m %m 1 0 01615825 +family_panorpidae n 1 3 @ #m %m 1 0 02162404 +family_papaveraceae n 1 3 @ #m %m 1 0 11900058 +family_papilionacea n 1 2 @ #m 1 0 12501537 +family_paradisaeidae n 1 3 @ #m %m 1 0 01570969 +family_paridae n 1 3 @ #m %m 1 0 01591490 +family_parkeriaceae n 1 3 @ #m %m 1 0 13171447 +family_parmeliaceae n 1 3 @ #m %m 1 0 12991488 +family_parulidae n 1 3 @ #m %m 1 0 01566888 +family_passeridae n 1 3 @ #m %m 1 0 01539377 +family_passifloraceae n 1 3 @ #m %m 1 0 12383073 +family_patellidae n 1 3 @ #m %m 1 0 01948788 +family_pectinidae n 1 3 @ #m %m 1 0 01965747 +family_pedaliaceae n 1 3 @ #m %m 1 0 12874429 +family_pediculidae n 1 3 @ #m %m 1 0 02184114 +family_pelecanidae n 1 3 @ #m %m 1 0 02051701 +family_pelecanoididae n 1 3 @ #m %m 1 0 02061716 +family_pelobatidae n 1 3 @ #m %m 1 0 01648818 +family_pempheridae n 1 3 @ #m %m 1 0 02603737 +family_peneidae n 1 3 @ #m %m 1 0 01987938 +family_pennatulidae n 1 3 @ #m %m 1 0 01915414 +family_peramelidae n 1 3 @ #m %m 1 0 01876180 +family_percidae n 1 3 @ #m %m 1 0 02556623 +family_percophidae n 1 3 @ #m %m 1 0 02620033 +family_peridiniidae n 1 3 @ #m %m 1 0 01417807 +family_peripatidae n 1 3 @ #m %m 1 0 02000036 +family_peripatopsidae n 1 3 @ #m %m 1 0 02000618 +family_peronosporaceae n 1 3 @ #m %m 1 0 12980478 +family_pertusariaceae n 1 3 @ #m %m 1 0 12989142 +family_petromyzontidae n 1 3 @ #m %m 1 0 01477373 +family_pezizaceae n 1 3 @ #m %m 1 0 13030157 +family_phaethontidae n 1 3 @ #m %m 1 0 02054834 +family_phalacrocoracidae n 1 3 @ #m %m 1 0 02053720 +family_phalangeridae n 1 3 @ #m %m 1 0 01880937 +family_phalangiidae n 1 3 @ #m %m 1 0 01769789 +family_phalaropidae n 1 3 @ #m %m 1 0 02037278 +family_phallaceae n 1 3 @ #m %m 1 0 13039870 +family_phasianidae n 1 3 @ #m %m 1 0 01802309 +family_phasmatidae n 1 3 @ #m %m 1 0 02231307 +family_phasmidae n 1 3 @ #m %m 1 0 02231307 +family_phillidae n 1 3 @ #m %m 1 0 02231930 +family_phocidae n 1 3 @ #m %m 1 0 02079170 +family_phoenicopteridae n 1 3 @ #m %m 1 0 02007422 +family_phoeniculidae n 1 3 @ #m %m 1 0 01830183 +family_pholadidae n 1 3 @ #m %m 1 0 01967677 +family_pholidae n 1 3 @ #m %m 1 0 02614788 +family_pholididae n 1 3 @ #m %m 1 0 02614788 +family_phthiriidae n 1 3 @ #m %m 1 0 02184881 +family_phyllidae n 1 3 @ #m %m 1 0 02231930 +family_phyllocladaceae n 1 3 @ #m %m 1 0 11649597 +family_phyllostomatidae n 1 3 @ #m %m 1 0 02142064 +family_phyllostomidae n 1 3 @ #m %m 1 0 02142064 +family_phylloxeridae n 1 3 @ #m %m 1 0 02255567 +family_physeteridae n 1 3 @ #m %m 1 0 02066950 +family_physidae n 1 3 @ #m %m 1 0 01952429 +family_phytolaccaceae n 1 3 @ #m %m 1 0 11854760 +family_picidae n 1 3 @ #m %m 1 0 01838326 +family_pieridae n 1 3 @ #m %m 1 0 02280223 +family_pinaceae n 1 3 @ #m %m 1 0 11607739 +family_pinnotheridae n 1 3 @ #m %m 1 0 01980328 +family_piperaceae n 1 3 @ #m %m 1 0 13148791 +family_pipidae n 1 3 @ #m %m 1 0 01653610 +family_pipridae n 1 3 @ #m %m 1 0 01551430 +family_pittidae n 1 3 @ #m %m 1 0 01554708 +family_planning n 1 2 @ ~ 1 1 00851994 +family_plantaginaceae n 1 3 @ #m %m 1 0 12598409 +family_plasmodiidae n 1 2 @ #m 1 0 01424165 +family_plasmodiophoraceae n 1 3 @ #m %m 1 0 12983217 +family_plataleidae n 1 3 @ #m %m 1 0 02006510 +family_platanaceae n 1 3 @ #m %m 1 0 12806270 +family_platanistidae n 1 3 @ #m %m 1 0 02071905 +family_platycephalidae n 1 3 @ #m %m 1 0 02649400 +family_plethodontidae n 1 3 @ #m %m 1 0 01635659 +family_pleurobrachiidae n 1 2 @ #m 1 0 01920178 +family_pleuronectidae n 1 3 @ #m %m 1 0 02657805 +family_ploceidae n 1 3 @ #m %m 1 0 01542567 +family_plumbaginaceae n 1 3 @ #m %m 1 0 12097927 +family_pluteaceae n 1 3 @ #m %m 1 0 13019017 +family_poaceae n 1 4 @ ~ #m %m 1 0 12100538 +family_podargidae n 1 3 @ #m %m 1 0 01836809 +family_podicipedidae n 1 3 @ #m %m 1 0 02049672 +family_podocarpaceae n 1 3 @ #m %m 1 0 11651259 +family_poeciliidae n 1 3 @ #m %m 1 0 01448767 +family_polemoniaceae n 1 3 @ #m %m 1 0 12808933 +family_polyangiaceae n 1 3 @ #m %m 1 0 01378137 +family_polygalaceae n 1 3 @ #m %m 1 0 12704636 +family_polygonaceae n 1 3 @ #m %m 1 0 12600574 +family_polynemidae n 1 3 @ #m %m 1 0 02610834 +family_polyodontidae n 1 3 @ #m %m 1 0 02639312 +family_polypedatidae n 1 3 @ #m %m 1 0 01644104 +family_polypodiaceae n 1 3 @ #m %m 1 0 13172107 +family_polyporaceae n 1 3 @ #m %m 1 0 13049561 +family_pomacentridae n 1 3 @ #m %m 1 0 02606194 +family_pomatomidae n 1 3 @ #m %m 1 0 02573406 +family_pongidae n 1 3 @ #m %m 1 0 02479896 +family_pontederiaceae n 1 3 @ #m %m 1 0 12609638 +family_porcellionidae n 1 3 @ #m %m 1 0 01991982 +family_portulacaceae n 1 3 @ #m %m 1 0 11856981 +family_portunidae n 1 3 @ #m %m 1 0 01978744 +family_potamogalidae n 1 3 @ #m %m 1 0 01894670 +family_potamogetonaceae n 1 3 @ #m %m 1 0 12615427 +family_practice n 1 1 @ 1 0 00632342 +family_priacanthidae n 1 3 @ #m %m 1 0 02571300 +family_primulaceae n 1 3 @ #m %m 1 0 12090318 +family_pristidae n 1 3 @ #m %m 1 0 01496944 +family_procaviidae n 1 3 @ #m %m 1 0 02372397 +family_procellariidae n 1 3 @ #m %m 1 0 02058933 +family_procyonidae n 1 3 @ #m %m 1 0 02507337 +family_proteaceae n 1 3 @ #m %m 1 0 12213635 +family_proteidae n 1 3 @ #m %m 1 0 01633949 +family_prunellidae n 1 3 @ #m %m 1 0 01526925 +family_pseudococcidae n 1 3 @ #m %m 1 0 02250464 +family_pseudomonodaceae n 1 3 @ #m %m 1 0 01360712 +family_psilophytaceae n 1 3 @ #m %m 1 0 13217624 +family_psilotaceae n 1 3 @ #m %m 1 0 13216475 +family_psittacidae n 1 3 @ #m %m 1 0 01817424 +family_psocidae n 1 3 @ #m %m 1 0 02260623 +family_psophiidae n 1 3 @ #m %m 1 0 02020777 +family_psychodidae n 1 3 @ #m %m 1 0 02203739 +family_psyllidae n 1 3 @ #m %m 1 0 02256010 +family_pteridaceae n 1 3 @ #m %m 1 0 13205482 +family_pteriidae n 1 3 @ #m %m 1 0 01961736 +family_pteroclididae n 1 3 @ #m %m 1 0 01815431 +family_pterodactylidae n 1 3 @ #m %m 1 0 01723259 +family_ptilonorhynchidae n 1 3 @ #m %m 1 0 01600480 +family_pucciniaceae n 1 3 @ #m %m 1 0 13064678 +family_pulicidae n 1 3 @ #m %m 1 0 02186399 +family_punicaceae n 1 3 @ #m %m 1 0 12344996 +family_pygopodidae n 1 3 @ #m %m 1 0 01675964 +family_pyralidae n 1 3 @ #m %m 1 0 02288473 +family_pyralididae n 1 3 @ #m %m 1 0 02288473 +family_pyrolaceae n 1 3 @ #m %m 1 0 12255659 +family_pyrrhocoridae n 1 3 @ #m %m 1 0 02244963 +family_pythiaceae n 1 3 @ #m %m 1 0 12982103 +family_pythonidae n 1 1 @ 1 0 01743449 +family_rachycentridae n 1 3 @ #m %m 1 0 02573918 +family_rafflesiaceae n 1 2 @ #m 1 0 11803118 +family_rajidae n 1 3 @ #m %m 1 0 01500995 +family_rallidae n 1 3 @ #m %m 1 0 02014646 +family_ramphastidae n 1 3 @ #m %m 1 0 01843238 +family_ranidae n 1 3 @ #m %m 1 0 01640383 +family_ranunculaceae n 1 3 @ #m %m 1 0 11719468 +family_rapateaceae n 1 2 @ #m 1 0 12608778 +family_raphidae n 1 3 @ #m %m 1 0 01810946 +family_raphidiidae n 1 3 @ #m %m 1 0 02267019 +family_recurvirostridae n 1 3 @ #m %m 1 0 02036399 +family_reduviidae n 1 3 @ #m %m 1 0 02244007 +family_regalecidae n 1 3 @ #m %m 1 0 02546744 +family_relationship n 1 3 @ ~ ; 1 0 13812607 +family_resedaceae n 1 3 @ #m %m 1 0 12385046 +family_rhamnaceae n 1 3 @ #m %m 1 0 13140699 +family_rheidae n 1 3 @ #m %m 1 0 01521014 +family_rhincodontidae n 1 3 @ #m %m 1 0 01487743 +family_rhinobatidae n 1 3 @ #m %m 1 0 01497579 +family_rhinocerotidae n 1 3 @ #m %m 1 0 02391782 +family_rhinolophidae n 1 3 @ #m %m 1 0 02143293 +family_rhinotermitidae n 1 2 @ #m 1 0 02224141 +family_rhiptoglossa n 1 3 @ #m %m 1 0 01693472 +family_rhizobiaceae n 1 3 @ #m %m 1 0 01354149 +family_rhizophoraceae n 1 3 @ #m %m 1 0 12345495 +family_rhizopogonaceae n 1 3 @ #m %m 1 0 12971157 +family_rhodymeniaceae n 1 3 @ #m %m 1 0 01414841 +family_rhyniaceae n 1 3 @ #m %m 1 0 13218114 +family_rickettsiaceae n 1 3 @ #m %m 1 0 01371092 +family_roccellaceae n 1 3 @ #m %m 1 0 12988703 +family_room n 1 2 @ #p 1 0 03319745 +family_roridulaceae n 1 3 @ #m %m 1 0 12783996 +family_rosaceae n 1 3 @ #m %m 1 0 12619306 +family_rubiaceae n 1 3 @ #m %m 1 0 12660009 +family_ruscaceae n 1 2 @ #m 1 0 12464903 +family_russulaceae n 1 2 @ #m 1 0 13010064 +family_rutaceae n 1 3 @ #m %m 1 0 12706644 +family_rynchopidae n 1 3 @ #m %m 1 0 02043497 +family_saccharomycetaceae n 1 3 @ #m %m 1 0 13025197 +family_sagittariidae n 1 3 @ #m %m 1 0 01618220 +family_salamandridae n 1 3 @ #m %m 1 0 01628885 +family_salicaceae n 1 3 @ #m %m 1 0 12723985 +family_salmonidae n 1 3 @ #m %m 1 0 02534352 +family_salpidae n 1 3 @ #m %m 1 0 01469425 +family_salvadoraceae n 1 3 @ #m %m 1 0 12299165 +family_salviniaceae n 1 3 @ #m %m 1 0 12958772 +family_santalaceae n 1 3 @ #m %m 1 0 12734722 +family_sapindaceae n 1 3 @ #m %m 1 0 12740514 +family_sapotaceae n 1 3 @ #m %m 1 0 12772081 +family_sarcoptidae n 1 3 @ #m %m 1 0 01781274 +family_sarcoscyphaceae n 1 2 @ #m 1 0 13034277 +family_sarraceniaceae n 1 3 @ #m %m 1 0 12779233 +family_saturniidae n 1 3 @ #m %m 1 0 02301072 +family_satyridae n 1 3 @ #m %m 1 0 02277556 +family_saururaceae n 1 3 @ #m %m 1 0 13151568 +family_saxifragaceae n 1 3 @ #m %m 1 0 12792041 +family_scarabaeidae n 1 3 @ #m %m 1 0 02171633 +family_scaridae n 1 3 @ #m %m 1 0 02610541 +family_scheuchzeriaceae n 1 3 @ #m %m 1 0 12617140 +family_schistosomatidae n 1 3 @ #m %m 1 0 01926840 +family_schizaeaceae n 1 3 @ #m %m 1 0 12954978 +family_schizophyceae n 1 2 @ #m 1 0 01358904 +family_schizosaccharomycetaceae n 1 3 @ #m %m 1 0 13026146 +family_sciadopityaceae n 1 3 @ #m %m 1 0 11659909 +family_sciaenidae n 1 3 @ #m %m 1 0 02593863 +family_sciaridae n 1 3 @ #m %m 1 0 02204460 +family_scincidae n 1 3 @ #m %m 1 0 01683724 +family_sciuridae n 1 3 @ #m %m 1 0 02355711 +family_sclerodermataceae n 1 3 @ #m %m 1 0 12968658 +family_sclerotiniaceae n 1 3 @ #m %m 1 0 12967776 +family_scolopacidae n 1 3 @ #m %m 1 0 02025530 +family_scolytidae n 1 3 @ #m %m 1 0 02179429 +family_scomberesocidae n 1 3 @ #m %m 1 0 02551316 +family_scombresocidae n 1 3 @ #m %m 1 0 02551316 +family_scombridae n 1 3 @ #m %m 1 0 02623868 +family_scorpaenidae n 1 2 @ %m 1 0 02642430 +family_scrophulariaceae n 1 3 @ #m %m 1 0 12876032 +family_scutigeridae n 1 3 @ #m %m 1 0 01785392 +family_scyliorhinidae n 1 3 @ #m %m 1 0 01488234 +family_secotiaceae n 1 3 @ #m %m 1 0 13047385 +family_selaginellaceae n 1 3 @ #m %m 1 0 13224256 +family_sepiidae n 1 3 @ #m %m 1 0 01972283 +family_septobasidiaceae n 1 3 @ #m %m 1 0 13069348 +family_serranidae n 1 3 @ #m %m 1 0 02565728 +family_sialidae n 1 3 @ #m %m 1 0 02266580 +family_sillaginidae n 1 3 @ #m %m 1 0 02637637 +family_siluridae n 1 3 @ #m %m 1 0 02517768 +family_simaroubaceae n 1 3 @ #m %m 1 0 12715569 +family_simuliidae n 1 3 @ #m %m 1 0 02205383 +family_sirenidae n 1 3 @ #m %m 1 0 01638952 +family_sisyridae n 1 3 @ #m %m 1 0 02267644 +family_sittidae n 1 3 @ #m %m 1 0 01590443 +family_solanaceae n 1 3 @ #m %m 1 0 12892226 +family_soleidae n 1 3 @ #m %m 1 0 02663657 +family_solenidae n 1 3 @ #m %m 1 0 01958790 +family_soricidae n 1 3 @ #m %m 1 0 01891438 +family_spalacidae n 1 3 @ #m %m 1 0 02368563 +family_sparganiaceae n 1 3 @ #m %m 1 0 12156308 +family_sparidae n 1 3 @ #m %m 1 0 02590237 +family_sphaeriaceae n 1 3 @ #m %m 1 0 12964130 +family_sphaerobolaceae n 1 2 @ #m 1 0 13047011 +family_sphaerocarpaceae n 1 3 @ #m %m 1 0 11544314 +family_sphecidae n 1 3 @ #m %m 1 0 02215334 +family_spheniscidae n 1 3 @ #m %m 1 0 02055431 +family_sphingidae n 1 3 @ #m %m 1 0 02298379 +family_sphyraenidae n 1 3 @ #m %m 1 0 02602970 +family_sphyrnidae n 1 3 @ #m %m 1 0 01494188 +family_spirillaceae n 1 3 @ #m %m 1 0 01363423 +family_spirochaetaceae n 1 3 @ #m %m 1 0 01381604 +family_spirulidae n 1 3 @ #m %m 1 0 01972733 +family_squalidae n 1 3 @ #m %m 1 0 01493366 +family_squatinidae n 1 3 @ #m %m 1 0 01495192 +family_squillidae n 1 3 @ #m %m 1 0 01990186 +family_staphylaceae n 1 3 @ #m %m 1 0 12769430 +family_staphylinidae n 1 3 @ #m %m 1 0 02180742 +family_steatornithidae n 1 3 @ #m %m 1 0 01837230 +family_stenopelmatidae n 1 3 @ #m %m 1 0 02228874 +family_stercorariidae n 1 3 @ #m %m 1 0 02043999 +family_sterculiaceae n 1 3 @ #m %m 1 0 12194776 +family_stichaeidae n 1 3 @ #m %m 1 0 02615494 +family_stizidae n 1 3 @ #m %m 1 0 02215941 +family_strelitziaceae n 1 3 @ #m %m 1 0 12354068 +family_streptomycetaceae n 1 3 @ #m %m 1 0 01375913 +family_strigidae n 1 3 @ #m %m 1 0 01621714 +family_stromateidae n 1 3 @ #m %m 1 0 02632694 +family_strombidae n 1 3 @ #m %m 1 0 01943213 +family_strophariaceae n 1 3 @ #m %m 1 0 13010219 +family_struthionidae n 1 3 @ #m %m 1 0 01518564 +family_sturnidae n 1 3 @ #m %m 1 0 01576506 +family_styracaceae n 1 3 @ #m %m 1 0 12776946 +family_suidae n 1 3 @ #m %m 1 0 02394822 +family_sulidae n 1 3 @ #m %m 1 0 02052936 +family_sylviidae n 1 3 @ #m %m 1 0 01562584 +family_symplocaceae n 1 3 @ #m %m 1 0 12776212 +family_synchytriaceae n 1 3 @ #m %m 1 0 12978969 +family_syngnathidae n 1 3 @ #m %m 1 0 01455592 +family_synodontidae n 1 3 @ #m %m 1 0 02543412 +family_tabanidae n 1 3 @ #m %m 1 0 02195403 +family_taccaceae n 1 3 @ #m %m 1 0 12475450 +family_tachinidae n 1 3 @ #m %m 1 0 02192673 +family_tachyglossidae n 1 3 @ #m %m 1 0 01872094 +family_taeniidae n 1 3 @ #m %m 1 0 01927665 +family_talpidae n 1 3 @ #m %m 1 0 01889328 +family_tamaricaceae n 1 3 @ #m %m 1 0 12386039 +family_tapiridae n 1 3 @ #m %m 1 0 02393300 +family_tarsiidae n 1 3 @ #m %m 1 0 02501275 +family_taxaceae n 1 3 @ #m %m 1 0 11660979 +family_tayassuidae n 1 3 @ #m %m 1 0 02397251 +family_tecophilaeacea n 1 2 @ #m 1 0 12465107 +family_teiidae n 1 3 @ #m %m 1 0 01685277 +family_tenebrionidae n 1 3 @ #m %m 1 0 02181013 +family_tenrecidae n 1 3 @ #m %m 1 0 01894040 +family_tenthredinidae n 1 3 @ #m %m 1 0 02218563 +family_terebellidae n 1 3 @ #m %m 1 0 01937015 +family_teredinidae n 1 3 @ #m %m 1 0 01966797 +family_termitidae n 1 3 @ #m %m 1 0 02223009 +family_testudinidae n 1 3 @ #m %m 1 0 01669883 +family_tethyidae n 1 3 @ #m %m 1 0 01950952 +family_tetragoniaceae n 1 3 @ #m %m 1 0 11818945 +family_tetranychidae n 1 3 @ #m %m 1 0 01782050 +family_tetraodontidae n 1 3 @ #m %m 1 0 02654890 +family_tetraonidae n 1 3 @ #m %m 1 0 01794813 +family_tettigoniidae n 1 3 @ #m %m 1 0 02227773 +family_theaceae n 1 3 @ #m %m 1 0 12929061 +family_thelephoraceae n 1 3 @ #m %m 1 0 13015040 +family_thelypteridaceae n 1 3 @ #m %m 1 0 13227235 +family_theophrastaceae n 1 3 @ #m %m 1 0 12099556 +family_theraphosidae n 1 3 @ #m %m 1 0 01774595 +family_therapy n 1 1 @ 1 0 00703926 +family_theridiidae n 1 3 @ #m %m 1 0 01773930 +family_thiobacteriaceae n 1 3 @ #m %m 1 0 01362769 +family_thraupidae n 1 3 @ #m %m 1 0 01597194 +family_threskiornithidae n 1 3 @ #m %m 1 0 02005598 +family_thripidae n 1 3 @ #m %m 1 0 02271740 +family_thymelaeaceae n 1 3 @ #m %m 1 0 12346179 +family_tiliaceae n 1 3 @ #m %m 1 0 12202352 +family_tilletiaceae n 1 3 @ #m %m 1 0 13067845 +family_timaliidae n 1 3 @ #m %m 1 0 01566386 +family_tinamidae n 1 3 @ #m %m 1 0 01810132 +family_tineidae n 1 3 @ #m %m 1 0 02291391 +family_tingidae n 1 3 @ #m %m 1 0 02238474 +family_tipulidae n 1 3 @ #m %m 1 0 02205095 +family_titanosauridae n 1 3 @ #m %m 1 0 01710348 +family_todidae n 1 3 @ #m %m 1 0 01831078 +family_torpedinidae n 1 3 @ #m %m 1 0 01496199 +family_tortricidae n 1 3 @ #m %m 1 0 02283728 +family_toxotidae n 1 3 @ #m %m 1 0 02620318 +family_trachipteridae n 1 3 @ #m %m 1 0 02546177 +family_tragulidae n 1 3 @ #m %m 1 0 02435689 +family_trapaceae n 1 3 @ #m %m 1 0 12347892 +family_tree n 1 2 @ ~ 1 0 08102402 +family_tremellaceae n 1 3 @ #m %m 1 0 13060689 +family_trephritidae n 1 3 @ #m %m 1 0 02196542 +family_treponemataceae n 1 3 @ #m %m 1 0 01382273 +family_triakidae n 1 3 @ #m %m 1 0 01491991 +family_tribonemaceae n 1 3 @ #m %m 1 0 01401517 +family_trichechidae n 1 3 @ #m %m 1 0 02073532 +family_trichiuridae n 1 3 @ #m %m 1 0 02622823 +family_trichodontidae n 1 3 @ #m %m 1 0 02558350 +family_tricholomataceae n 1 3 @ #m %m 1 0 13016457 +family_tridacnidae n 1 3 @ #m %m 1 0 01959187 +family_triglidae n 1 3 @ #m %m 1 0 02649689 +family_trilliaceae n 1 3 @ #m %m 1 0 12467811 +family_trionychidae n 1 3 @ #m %m 1 0 01671874 +family_triopidae n 1 2 @ #m 1 0 01995975 +family_trochilidae n 1 3 @ #m %m 1 0 01833619 +family_troglodytidae n 1 3 @ #m %m 1 0 01584004 +family_trogonidae n 1 3 @ #m %m 1 0 01843932 +family_trombiculidae n 1 3 @ #m %m 1 0 01780551 +family_trombidiidae n 1 3 @ #m %m 1 0 01780302 +family_tropaeolaceae n 1 3 @ #m %m 1 0 12719277 +family_trypetidae n 1 3 @ #m %m 1 0 02196542 +family_tuberaceae n 1 3 @ #m %m 1 0 12985010 +family_tuberculariaceae n 1 3 @ #m %m 1 0 13081369 +family_tulostomaceae n 1 3 @ #m %m 1 0 12970379 +family_tulostomataceae n 1 3 @ #m %m 1 0 12970379 +family_tupaiidae n 1 3 @ #m %m 1 0 02494866 +family_turdidae n 1 3 @ #m %m 1 0 01556671 +family_turnicidae n 1 3 @ #m %m 1 0 02019566 +family_tylenchidae n 1 3 @ #m %m 1 0 01932358 +family_typhaceae n 1 3 @ #m %m 1 0 12155259 +family_typhlopidae n 1 2 @ #m 1 0 01740283 +family_tytonidae n 1 3 @ #m %m 1 0 01625275 +family_uintatheriidae n 1 3 @ #m %m 1 0 02371647 +family_ulmaceae n 1 3 @ #m %m 1 0 12404943 +family_ulvaceae n 1 3 @ #m %m 1 0 01408383 +family_umbelliferae n 1 4 @ ~ #m %m 1 0 12930044 +family_unionidae n 1 3 @ #m %m 1 0 01964636 +family_unit n 1 3 @ ~ %m 1 0 07970406 +family_upupidae n 1 3 @ #m %m 1 0 01829602 +family_uranoscopidae n 1 3 @ #m %m 1 0 02611767 +family_ursidae n 1 3 @ #m %m 1 0 02131418 +family_urticaceae n 1 3 @ #m %m 1 0 12391745 +family_usneaceae n 1 3 @ #m %m 1 0 12989462 +family_ustilaginaceae n 1 3 @ #m %m 1 0 13066631 +family_valerianaceae n 1 3 @ #m %m 1 0 12949722 +family_varanidae n 1 3 @ #m %m 1 0 01694430 +family_veneridae n 1 3 @ #m %m 1 0 01957591 +family_verbenaceae n 1 3 @ #m %m 1 0 12914433 +family_vespertilionidae n 1 3 @ #m %m 1 0 02145084 +family_vespidae n 1 3 @ #m %m 1 0 02212323 +family_violaceae n 1 3 @ #m %m 1 0 12387201 +family_viperidae n 1 3 @ #m %m 1 0 01751979 +family_vireonidae n 1 3 @ #m %m 1 0 01602353 +family_viscaceae n 1 3 @ #m %m 1 0 12738859 +family_vitaceae n 1 3 @ #m %m 1 0 13144303 +family_vittariaceae n 1 3 @ #m %m 1 0 13179410 +family_viverridae n 1 3 @ #m %m 1 0 02134589 +family_viverrinae n 1 3 @ #m %m 1 0 02134589 +family_volvariaceae n 1 3 @ #m %m 1 0 13018579 +family_volvocaceae n 1 3 @ #m %m 1 0 01409065 +family_vombatidae n 1 3 @ #m %m 1 0 01882948 +family_welwitschiaceae n 1 3 @ #m %m 1 0 11598991 +family_winteraceae n 1 3 @ #m %m 1 0 11739530 +family_xanthorrhoeaceae n 1 2 @ #m 1 0 12465796 +family_xantusiidae n 1 3 @ #m %m 1 0 01683428 +family_xenicidae n 1 3 @ #m %m 1 0 01588172 +family_xenopodidae n 1 1 @ 1 0 01654245 +family_xenosauridae n 1 3 @ #m %m 1 0 01690703 +family_xiphiidae n 1 3 @ #m %m 1 0 02629435 +family_xylariaceae n 1 3 @ #m %m 1 0 12966386 +family_xyridaceae n 1 3 @ #m %m 1 0 12605315 +family_zamiaceae n 1 3 @ #m %m 1 0 11601487 +family_zannichelliaceae n 1 3 @ #m %m 1 0 12617739 +family_zapodidae n 1 3 @ #m %m 1 0 02350845 +family_zeidae n 1 3 @ #m %m 1 0 01452633 +family_zingiberaceae n 1 3 @ #m %m 1 0 12355320 +family_ziphiidae n 1 3 @ #m %m 1 0 02067941 +family_zoarcidae n 1 3 @ #m %m 1 0 02617029 +family_zosteraceae n 1 2 @ #m 1 0 12618336 +family_zygnemataceae n 1 3 @ #m %m 1 0 01410109 +family_zygophyllaceae n 1 3 @ #m %m 1 0 12720532 +famine n 2 2 @ ~ 2 0 14449865 07315790 +famishment n 1 1 @ 1 0 14040310 +famotidine n 1 1 @ 1 0 03319858 +famous_person n 1 2 @ ~ 1 0 09903153 +famulus n 1 1 @ 1 0 10077504 +fan n 3 5 @ ~ #m #p + 3 3 03320046 10639925 10077593 +fan-jet n 2 3 @ #p %p 2 0 03321419 03321103 +fan_belt n 1 2 @ #p 1 0 03320262 +fan_blade n 1 2 @ #p 1 0 03320421 +fan_dance n 1 1 @ 1 0 00531355 +fan_fern n 1 2 @ #m 1 0 13171210 +fan_letter n 1 2 @ #p 1 0 06625217 +fan_mail n 1 2 @ %p 1 0 08463345 +fan_palm n 1 2 @ ~ 1 0 12583126 +fan_tan n 1 1 @ 1 0 00507887 +fan_tracery n 1 2 @ #p 1 0 03321843 +fan_vaulting n 1 2 @ %p 1 0 03321954 +fanaloka n 1 2 @ #m 1 0 02136794 +fanatic n 1 2 @ + 1 1 10077879 +fanaticism n 1 1 @ 1 1 06206334 +fanatism n 1 2 @ + 1 0 06206334 +fancier n 1 3 @ ~ + 1 0 10078131 +fanconi's_anaemia n 1 1 @ 1 0 14164866 +fanconi's_anemia n 1 1 @ 1 0 14164866 +fancy n 3 3 @ ~ + 3 2 05896059 05632272 07497797 +fancy-dress_ball n 1 1 @ 1 0 07449157 +fancy_dress n 1 2 @ %p 1 0 03320519 +fancy_goods n 1 2 @ ; 1 0 03320735 +fancy_man n 2 3 @ ~ ; 2 0 10433737 10078333 +fancy_woman n 2 2 @ ~ 2 0 10485440 10323752 +fancywork n 1 2 @ ~ 1 0 03282933 +fandango n 1 1 @ 1 0 00532739 +fandom n 1 2 @ + 1 0 08223581 +fanfare n 2 3 @ ~ ; 2 1 06889330 06856884 +fang n 4 2 @ ~ 4 0 06992929 01785234 01465593 01465472 +fanion n 1 1 @ 1 0 03320845 +fanjet n 2 3 @ #p %p 2 0 03321419 03321103 +fanjet_engine n 1 3 @ #p %p 1 0 03321103 +fanlight n 3 1 @ 3 0 04473108 04232800 03320959 +fannie_farmer n 1 1 @ 1 0 10966496 +fannie_mae n 1 1 @ 1 0 08384738 +fannie_merritt_farmer n 1 1 @ 1 0 10966496 +fanny n 2 4 @ ~ #p %p 2 0 05559256 05514410 +fanny_adams n 2 2 @ ; 2 0 13740765 07573241 +fanny_pack n 1 1 @ 1 0 03321563 +fanny_wright n 1 1 @ 1 0 11398344 +fantail n 1 2 @ #p 1 0 03321672 +fantan n 2 1 @ 2 0 00507887 00492497 +fantasia n 1 1 @ 1 1 07044543 +fantasist n 1 2 @ + 1 1 10078415 +fantasm n 2 2 @ ~ 2 0 09547111 05897553 +fantast n 1 1 @ 1 0 10078529 +fantasy n 3 3 @ ~ + 3 3 05632446 06368425 05896059 +fantasy_life n 1 1 @ 1 1 05632927 +fantasy_world n 1 2 @ ~ 1 0 05633044 +fantods n 1 1 @ 1 1 14059825 +fanweed n 1 2 @ #m 1 0 11898775 +fanwort n 1 2 @ #m 1 0 11718296 +fao n 1 1 @ 1 0 08300190 +faq n 1 1 @ 1 0 06491026 +faqir n 1 2 @ ~ 1 0 10076307 +faquir n 1 2 @ ~ 1 0 10076307 +far n 1 2 @ ; 1 0 08016900 +far_cry n 2 1 @ 2 0 05085436 04752734 +far_east n 1 2 @ #p 1 1 08562757 +farad n 1 3 @ #p %p 1 0 13636286 +faraday n 1 1 @ 1 0 10966318 +farandole n 1 1 @ 1 0 00532896 +farawayness n 1 3 @ ~ + 1 0 05085165 +farc n 1 2 @ ; 1 0 08042183 +farce n 2 2 @ + 2 1 07016250 07679140 +farce_comedy n 1 1 @ 1 0 07016250 +fardel n 1 2 @ ; 1 0 05833252 +fare n 4 3 @ ~ + 4 1 05911124 13308147 10078643 07560652 +fare-stage n 1 2 @ ; 1 0 00307314 +fare-thee-well n 1 1 @ 1 0 14460257 +fare_increase n 1 1 @ 1 0 05109986 +farewell n 2 2 @ ~ 2 1 06629392 00053097 +farfalle n 1 1 @ 1 0 07699430 +fargo n 1 2 @ #p 1 0 09129926 +farina n 1 1 @ 1 0 07568241 +farkleberry n 1 1 @ 1 0 12246773 +farley_maidenhair n 1 1 @ 1 0 13207923 +farley_maidenhair_fern n 1 1 @ 1 0 13207923 +farm n 1 4 @ ~ %p + 1 1 03322099 +farm-place n 1 1 @ 1 0 03323096 +farm_animal n 1 2 @ - 1 0 01887474 +farm_bill n 1 2 @ ; 1 0 06537701 +farm_boy n 1 1 @ 1 0 10078719 +farm_building n 1 2 @ ~ 1 1 03322570 +farm_cheese n 1 1 @ 1 0 07851767 +farm_club n 1 2 @ ; 1 1 08079151 +farm_credit_system n 1 1 @ 1 0 08421975 +farm_girl n 1 1 @ 1 0 10079310 +farm_horse n 1 1 @ 1 0 02387254 +farm_machine n 1 2 @ ~ 1 0 03322940 +farm_team n 1 2 @ ; 1 0 08079151 +farm_worker n 1 2 @ ~ 1 0 10079399 +farmer n 3 3 @ ~ + 3 1 10078806 10966665 10966496 +farmer's_calendar n 1 1 @ 1 0 06426655 +farmer's_cheese n 1 1 @ 1 0 07851767 +farmer's_lung n 1 1 @ 1 0 14259865 +farmer's_market n 1 1 @ 1 0 03322704 +farmer-labor_party n 1 1 @ 1 0 08259611 +farmerette n 1 2 @ + 1 0 10079210 +farmhand n 1 2 @ ~ 1 0 10079399 +farmhouse n 1 2 @ #p 1 1 03322836 +farming n 2 5 @ ~ %p + - 2 1 00916464 00453731 +farming_area n 1 1 @ 1 0 08569482 +farmington n 2 2 @ #p 2 0 09115646 09069072 +farmland n 2 2 @ ~ 2 1 08569482 09260907 +farmplace n 1 1 @ 1 0 03323096 +farmstead n 2 1 @ 2 0 13249599 03323096 +farmyard n 1 2 @ #p 1 0 03323211 +farness n 1 4 ! @ ~ + 1 0 05085165 +faro n 1 1 @ 1 0 00492724 +faroe_islands n 2 3 @ #p %p 2 0 08952856 08952628 +faroes n 2 3 @ #p %p 2 0 08952856 08952628 +faroese n 1 1 @ 1 0 06955087 +farouk_i n 1 1 @ 1 0 10966842 +farrago n 1 1 @ 1 0 08399977 +farragut n 1 1 @ 1 0 10966982 +farrell n 2 1 @ 2 0 10967311 10967152 +farrier n 1 1 @ 1 0 10079677 +farrow n 1 2 @ + 1 0 13479034 +farrowing n 1 2 @ + 1 0 13479034 +farsi n 2 2 @ - 2 0 10079769 06974127 +farsightedness n 3 3 @ ~ + 3 0 14555214 14554011 05805277 +fart n 1 2 @ + 1 0 00839597 +farthing n 1 1 @ 1 0 13392786 +farthingale n 1 1 @ 1 0 03323319 +farting n 1 2 @ + 1 0 00839597 +fartlek n 1 1 @ 1 0 00893649 +faruk_i n 1 1 @ 1 0 10966842 +fas n 1 1 @ 1 0 14305458 +fasces n 1 1 @ 1 0 06881798 +fascia n 2 3 @ ~ ; 2 0 05582513 03163222 +fascicle n 2 3 @ ~ #p 2 0 06391902 05475681 +fasciculation n 1 1 @ 1 1 14363367 +fascicule n 1 1 @ 1 0 06391902 +fasciculus n 1 3 @ ~ #p 1 0 05475681 +fascination n 3 2 @ + 3 1 14407899 07497976 04689450 +fasciola n 1 3 @ #m %m 1 0 01926247 +fasciola_hepatica n 1 2 @ #m 1 0 01926379 +fascioliasis n 1 1 @ 1 0 14175727 +fasciolidae n 1 3 @ #m %m 1 0 01926090 +fasciolopsiasis n 1 1 @ 1 0 14175903 +fasciolopsis n 1 3 @ #m %m 1 0 01926549 +fasciolopsis_buski n 1 2 @ #m 1 0 01926689 +fasciolosis n 1 1 @ 1 0 14175727 +fascism n 1 3 @ ~ + 1 1 06217944 +fascist n 1 3 @ ~ + 1 0 10079893 +fascista n 1 1 @ 1 0 10080117 +fashion n 4 3 @ ~ - 4 3 04928903 00415226 05750657 03323593 +fashion_arbiter n 1 1 @ 1 0 10728233 +fashion_business n 1 1 @ 1 0 08066317 +fashion_consultant n 1 1 @ 1 0 10080206 +fashion_designer n 1 2 @ ~ 1 0 09972157 +fashion_industry n 1 1 @ 1 0 08066317 +fashion_model n 1 2 @ ~ 1 0 10291240 +fashion_plate n 2 2 @ ~ 2 0 09991026 03323485 +fashioning n 1 3 @ ~ + 1 0 00923995 +fashionmonger n 1 1 @ 1 0 10080206 +fast n 1 3 @ ~ + 1 1 01069980 +fast_break n 1 2 @ ; 1 0 00294577 +fast_buck n 1 1 @ 1 0 13260510 +fast_day n 1 2 @ ~ 1 0 15161165 +fast_food n 1 1 @ 1 0 07560193 +fast_lane n 2 2 ! @ 2 0 04930850 03324502 +fast_of_ab n 1 2 @ ; 1 0 15197658 +fast_of_av n 1 2 @ ; 1 0 15197658 +fast_of_esther n 1 2 @ ; 1 0 15198401 +fast_of_gedaliah n 1 2 @ ; 1 0 15197954 +fast_of_tammuz n 1 2 @ ; 1 0 15198872 +fast_of_tevet n 1 2 @ ; 1 0 15198136 +fast_of_the_firstborn n 1 2 @ ; 1 0 15198662 +fast_one n 1 2 @ ~ 1 0 00171618 +fast_reactor n 1 2 ! @ 1 0 03324629 +fast_time_scale n 1 2 @ ; 1 0 15135258 +fast_track n 1 1 @ 1 0 00173487 +fastball n 1 3 @ ~ ; 1 1 00108181 +fastener n 2 3 @ ~ + 2 0 10080337 03323703 +fastening n 2 3 @ ~ + 2 0 03323703 00147595 +fastidiousness n 1 3 @ ~ + 1 0 04896317 +fasting n 1 3 @ ~ + 1 0 01069980 +fastnacht n 1 1 @ 1 0 07639475 +fastness n 3 4 @ ~ = + 3 0 05058140 04777098 04340935 +fat n 3 6 @ ~ #s %s %p + 3 2 14864360 05268965 04999401 +fat-soluble_vitamin n 1 2 @ ~ 1 0 15089472 +fat_cat n 1 1 @ 1 0 10080784 +fat_cell n 1 2 @ %s 1 0 05456622 +fat_chance n 1 1 @ 1 0 05093080 +fat_embolism n 1 1 @ 1 0 14101568 +fat_farm n 1 1 @ 1 0 03324814 +fat_hen n 1 2 @ %p 1 0 11828973 +fat_metabolism n 1 1 @ 1 0 13479169 +fat_person n 1 2 ! @ 1 0 10082146 +fat_tuesday n 1 2 @ #p 1 0 00520059 +fata_morgana n 1 1 @ 1 0 11456615 +fatah n 1 3 @ #m ; 1 0 08011523 +fatah-rc n 1 2 @ ; 1 0 08020242 +fatah_revolutionary_council n 1 2 @ ; 1 0 08020242 +fatah_tanzim n 1 2 @ ; 1 0 08020785 +fatal_accident n 1 2 @ ~ 1 0 07361717 +fatalism n 2 2 @ + 2 0 06194030 05971394 +fatalist n 1 2 @ + 1 0 10080508 +fatality n 2 3 @ ~ + 2 0 07332956 04791321 +fatality_rate n 1 2 @ ~ 1 0 15277118 +fatback n 1 1 @ 1 0 07671269 +fate n 3 4 @ ~ #p + 3 3 07330007 09504915 14473222 +fathead n 1 1 @ 1 0 10157744 +father n 8 5 ! @ ~ + ; 8 6 10080869 10102800 10081204 09921792 10081456 09536973 10107303 10025295 +father's_day n 1 2 @ #p 1 0 15189982 +father-figure n 1 1 @ 1 0 10081842 +father-god n 1 1 @ 1 1 09536973 +father-in-law n 1 1 @ 1 0 10082043 +father_brown n 1 1 @ 1 0 09598888 +father_christmas n 1 1 @ 1 0 10550673 +father_figure n 1 2 @ ~ 1 0 10081670 +father_of_radio n 1 1 @ 1 0 10927424 +father_of_the_church n 1 3 @ ~ ; 1 0 09921792 +father_of_the_submarine n 1 1 @ 1 0 10876160 +father_surrogate n 1 2 @ ~ 1 0 10081670 +fatherhood n 4 1 @ 4 0 13813898 09536973 00592446 00592367 +fatherland n 1 2 @ ~ 1 0 08510169 +fatherliness n 1 3 @ = + 1 0 04873305 +fathom n 2 4 @ %p + ; 2 0 13660178 13617308 +fathometer n 1 1 @ 1 0 04260192 +fatigability n 1 1 @ 1 0 05042012 +fatigue n 4 4 @ ~ + ; 4 1 14016361 14463676 07540081 00730708 +fatigue_crack n 1 1 @ 1 0 09278432 +fatigue_duty n 1 2 @ ; 1 0 00730708 +fatigue_fracture n 1 1 @ 1 0 14293352 +fatigue_party n 1 1 @ 1 0 08265252 +fatigues n 1 2 @ ; 1 0 03324928 +fatiha n 1 1 @ 1 0 06462002 +fatihah n 1 1 @ 1 0 06462002 +fatima n 1 1 @ 1 0 10967447 +fatimah n 1 1 @ 1 0 10967447 +fatism n 1 1 @ 1 0 01154661 +fatness n 1 4 ! @ ~ + 1 0 04999401 +fats_domino n 1 1 @ 1 0 10938640 +fats_waller n 1 1 @ 1 0 11372242 +fatso n 1 1 @ 1 0 10082146 +fattiness n 1 2 @ + 1 0 04999741 +fattism n 1 1 @ 1 0 01154661 +fatty n 1 2 @ + 1 0 10082146 +fatty_acid n 1 2 @ ~ 1 1 14740227 +fatty_liver n 1 1 @ 1 0 14116672 +fatty_oil n 1 1 @ 1 0 14967478 +fatty_tissue n 1 2 @ ~ 1 0 05268965 +fatuity n 1 2 @ + 1 0 04891683 +fatuousness n 1 2 @ + 1 0 04891683 +fatwa n 1 2 @ ; 1 0 01191610 +fatwah n 1 2 @ ; 1 0 06765656 +faubourg n 1 2 @ #p 1 0 08555102 +fauces n 1 2 @ + 1 0 05547904 +faucet n 1 3 @ ~ %p 1 1 03325088 +faucial_tonsil n 1 2 @ #p 1 0 05309050 +fauld n 1 2 @ #p 1 0 03325288 +faulkner n 1 1 @ 1 0 10967633 +fault n 7 5 @ ~ %p + ; 7 3 00070965 14464203 05139094 09278537 07422244 04669692 00568813 +fault_line n 1 3 @ #p ; 1 0 08569591 +faultfinder n 1 3 @ ~ + 1 0 09986532 +faultfinding n 1 2 @ + 1 0 06711030 +faultiness n 1 3 @ ~ + 1 0 14472299 +faulting n 1 4 @ ~ %p ; 1 0 09278537 +faultlessness n 1 1 @ 1 0 04899573 +faun n 1 1 @ 1 0 09538757 +fauna n 2 8 ! @ ~ #m %m %s %p - 2 0 07993279 00015388 +fauntleroy n 1 1 @ 1 0 10082299 +faunus n 1 2 @ ; 1 0 09568488 +faust n 1 2 @ + 1 0 09599023 +fausto_paolo_sozzini n 1 1 @ 1 0 11307262 +faustus n 1 1 @ 1 0 09599023 +faustus_socinus n 1 1 @ 1 0 11307262 +fauteuil n 1 1 @ 1 1 03325403 +fauve n 1 1 @ 1 0 10082423 +fauvism n 1 2 @ + 1 0 08467871 +fauvist n 1 2 @ + 1 0 10082423 +faux_pas n 1 1 @ 1 0 00076196 +fava_bean n 2 2 @ #p 2 0 12576323 07729384 +favism n 1 1 @ 1 0 14165081 +favor n 5 3 @ ~ + 5 3 01226941 05156319 06200617 07500414 03894762 +favorable_position n 1 2 @ ~ 1 1 05158619 +favorable_reception n 1 2 @ ~ 1 0 14412374 +favorableness n 1 4 ! @ ~ + 1 0 05160796 +favorite n 3 3 @ ~ + 3 2 05790758 09991867 10113753 +favorite_son n 1 1 @ 1 0 10082562 +favoritism n 2 2 @ ~ 2 0 06199446 01153548 +favour n 5 3 @ ~ + 5 0 07500414 06200617 05156319 03894762 01226941 +favourable_position n 1 2 @ ~ 1 0 05158619 +favourable_reception n 1 2 @ ~ 1 0 14412374 +favourableness n 1 3 @ ~ + 1 0 05160796 +favourite n 3 3 @ ~ + 3 0 10113753 09991867 05790758 +favouritism n 2 2 @ ~ 2 0 06199446 01153548 +favus n 1 1 @ 1 0 14182103 +fawkes n 1 1 @ 1 0 10967872 +fawn n 2 2 @ + 2 1 04973110 02430830 +fawn_lily n 1 1 @ 1 0 12451240 +fawner n 1 2 @ + 1 0 09800631 +fax n 1 2 @ + 1 0 03316105 +fay n 1 2 @ ~ 1 0 09540430 +fayetteville n 3 3 @ #p %p 3 0 09156095 09128691 09059741 +fbi n 1 4 @ #m #p ; 1 0 08136260 +fbi_agent n 1 1 @ 1 0 10133850 +fcc n 1 1 @ 1 0 08134415 +fcs n 1 1 @ 1 0 08421975 +fda n 1 2 @ #p 1 0 08124256 +fdic n 1 1 @ 1 0 08384342 +fdr n 1 1 @ 1 0 11270023 +fe n 1 3 @ ~ #s 1 0 14642417 +feabane_mullet n 1 2 @ #m 1 0 12005656 +fealty n 1 1 @ 1 0 04877938 +fear n 3 6 ! @ ~ %p = + 3 2 07519253 07524529 07521039 +fearfulness n 2 6 ! @ ~ %p = + 2 0 07519253 04860586 +fearlessness n 2 4 ! @ ~ + 2 0 07526182 04858455 +feasibility n 1 3 ! @ + 1 1 05152364 +feasibleness n 1 2 @ + 1 0 05152364 +feast n 4 3 @ ~ + 4 2 08253640 07290144 07578093 07449862 +feast_day n 1 3 @ ~ #p 1 0 15161631 +feast_of_booths n 1 3 @ #p ; 1 0 15161872 +feast_of_dedication n 1 3 @ #p ; 1 0 15199033 +feast_of_dormition n 1 2 @ #p 1 0 15194194 +feast_of_lights n 1 3 @ #p ; 1 0 15199033 +feast_of_sacrifice n 1 1 @ 1 0 15219022 +feast_of_tabernacles n 1 3 @ #p ; 1 0 15161872 +feast_of_the_circumcision n 1 2 @ ; 1 0 15193271 +feast_of_the_dedication n 1 3 @ #p ; 1 0 15199033 +feast_of_the_unleavened_bread n 1 3 @ ~ ; 1 0 15195928 +feast_of_weeks n 1 2 @ ; 1 0 15197042 +feasting n 1 2 @ + 1 0 00840751 +feat n 1 2 @ ~ 1 1 00036762 +feather n 2 6 @ ~ #p %s %p + 2 1 01896031 00342565 +feather-foil n 1 3 @ ~ #m 1 0 12094244 +feather_ball n 1 1 @ 1 0 11849983 +feather_bed n 1 1 @ 1 0 03325481 +feather_boa n 1 1 @ 1 0 03325584 +feather_geranium n 1 1 @ 1 0 11829205 +feather_palm n 1 2 @ ~ 1 0 12582846 +feather_reed_grass n 1 1 @ 1 0 12113195 +feather_star n 1 2 @ #m 1 0 02321170 +featherbed n 1 1 @ 1 0 03325481 +featherbedding n 1 1 @ 1 0 00411553 +featheredge n 1 1 @ 1 0 03325691 +featherfoil n 1 3 @ ~ #m 1 0 12094244 +featheriness n 1 2 @ + 1 0 04938838 +feathering n 1 3 @ #p + 1 0 00342565 +feathertop n 2 2 @ #m 2 0 12129349 12113195 +feathertop_grass n 1 2 @ #m 1 0 12129349 +featherweight n 3 1 @ 3 0 10082886 10082805 10082687 +feature n 6 5 @ ~ #p + ; 6 3 05849789 05601758 06615026 06268784 05850212 03325769 +feature_article n 1 2 @ #p 1 0 06268784 +feature_film n 1 2 @ ~ 1 0 06615026 +feature_of_speech n 1 2 @ ; 1 0 05850212 +feb n 1 3 @ #p %p 1 1 15210486 +feb_2 n 1 2 @ #p 1 0 15186681 +febricity n 1 2 @ ~ 1 0 14365356 +febrifuge n 1 1 @ 1 0 02723595 +febrility n 1 2 @ ~ 1 0 14365356 +february n 1 3 @ #p %p 1 1 15210486 +february_12 n 1 3 @ #p ; 1 0 15187077 +february_14 n 1 2 @ #p 1 0 15187250 +february_2 n 1 3 @ #p ; 1 0 15186871 +february_22 n 1 3 @ #p ; 1 0 15187451 +february_29 n 1 2 @ #p 1 0 15159426 +february_daphne n 1 2 @ %p 1 0 12347158 +february_revolution n 1 2 @ ; 1 0 01307754 +fecal_impaction n 1 1 @ 1 0 14371620 +fecal_matter n 1 2 @ ~ 1 0 14854262 +fecal_occult_test n 1 1 @ 1 0 05741340 +fecalith n 1 1 @ 1 0 09256360 +feces n 1 3 @ ~ + 1 0 14854262 +fechner n 1 1 @ 1 0 10968058 +fechner's_law n 1 2 @ ; 1 0 05877718 +fecklessness n 1 2 @ + 1 0 05139942 +fecula n 1 1 @ 1 0 14855428 +feculence n 1 1 @ 1 0 14488118 +fecundation n 2 3 @ ~ + 2 0 07436986 07434473 +fecundity n 3 4 @ ~ = + 3 1 05625066 14051494 05147381 +fed n 2 2 @ %m 2 0 10373525 08350470 +fedayeen n 1 2 @ ; 1 0 08207540 +fedayeen_saddam n 1 1 @ 1 0 08207672 +fedelline n 1 1 @ 1 0 07700439 +federal n 2 2 @ + 2 0 10373639 10373525 +federal_agency n 1 2 @ ~ 1 0 08337324 +federal_agent n 1 2 @ ~ 1 0 10373801 +federal_aviation_agency n 1 2 @ #p 1 0 08143926 +federal_bureau_of_investigation n 1 4 @ #m #p ; 1 0 08136260 +federal_bureau_of_prisons n 1 2 @ #p 1 0 08141664 +federal_communications_commission n 1 1 @ 1 0 08134415 +federal_court n 1 3 @ ~ #p 1 1 08332330 +federal_deficit n 1 1 @ 1 0 13396603 +federal_democratic_republic_of_ethiopia n 1 5 @ #p %m %p - 1 0 08778061 +federal_department n 1 3 @ ~ ; 1 1 08122141 +federal_deposit_insurance_corporation n 1 1 @ 1 0 08384342 +federal_district n 1 2 @ ~ 1 0 08553280 +federal_emergency_management_agency n 1 2 @ #p 1 0 08123970 +federal_government n 1 2 @ ~ 1 1 08052549 +federal_home_loan_bank_system n 1 2 @ %m 1 0 08423490 +federal_home_loan_mortgage_corporation n 1 1 @ 1 0 08384539 +federal_housing_administration n 1 2 @ #p 1 1 08423634 +federal_islamic_republic_of_the_comoros n 1 2 @ #p 1 0 08733897 +federal_job_safety_law n 1 2 @ ; 1 0 06535652 +federal_judiciary n 1 2 @ %p 1 0 08141951 +federal_law_enforcement_training_center n 1 2 @ #p 1 0 08137028 +federal_national_mortgage_association n 1 1 @ 1 0 08384738 +federal_office n 1 3 @ ~ ; 1 0 08122141 +federal_official n 1 1 @ 1 0 10373525 +federal_party n 1 1 @ 1 0 08259753 +federal_protective_service n 1 2 @ #p 1 0 08351777 +federal_republic_of_germany n 2 6 @ #m #p %m %p - 2 0 08768881 08766988 +federal_republic_of_nigeria n 1 5 @ #p %m %p - 1 0 08973776 +federal_republic_of_yugoslavia n 1 3 @ %m %p 1 0 08816236 +federal_reserve n 1 2 @ %m 1 0 08350470 +federal_reserve_bank n 1 2 @ #m 1 0 08350919 +federal_reserve_board n 1 1 @ 1 0 08323980 +federal_reserve_note n 1 2 @ ~ 1 0 13393762 +federal_reserve_system n 1 2 @ %m 1 0 08350470 +federal_savings_bank n 1 1 @ 1 0 08424662 +federal_security_bureau n 1 1 @ 1 0 08485598 +federal_security_service n 1 1 @ 1 0 08485598 +federal_soldier n 1 1 @ 1 1 10373639 +federal_tax_lien n 1 1 @ 1 0 13401412 +federal_trade_commission n 1 2 @ %p 1 0 08351107 +federalisation n 2 2 @ + 2 0 14418970 00804379 +federalism n 1 2 @ + 1 0 06218162 +federalist n 2 2 @ + 2 0 10083097 10082997 +federalist_party n 1 1 @ 1 0 08259753 +federalization n 2 2 @ + 2 0 14418970 00804379 +federated_states_of_micronesia n 1 3 @ #p %p 1 0 08837048 +federation n 3 3 @ ~ + 3 0 08303504 08303275 01153305 +federation_of_saint_kitts_and_nevis n 1 4 @ #m #p %p 1 0 08987423 +federation_of_tribes n 1 3 @ %m ; 1 0 08168531 +federative_republic_of_brazil n 1 6 @ #m #p %m %p - 1 0 08853741 +federico_fellini n 1 1 @ 1 0 10968401 +federita n 1 1 @ 1 0 12137954 +fedora n 1 1 @ 1 1 03325941 +fee n 2 2 @ ~ 2 1 13320168 13288529 +fee_simple n 1 1 @ 1 0 13288661 +fee_splitting n 1 1 @ 1 0 01121245 +fee_tail n 1 1 @ 1 0 13288798 +feeblemindedness n 1 2 @ + 1 0 05646723 +feebleness n 2 3 @ ~ + 2 1 14547643 05040939 +feed n 1 3 @ ~ + 1 1 07800091 +feed_bunk n 1 1 @ 1 1 02920164 +feed_grain n 1 1 @ 1 0 07801007 +feedback n 2 3 @ ~ + 2 2 13479380 06746471 +feedback_circuit n 1 2 @ ~ 1 0 03326073 +feedback_loop n 1 2 @ ~ 1 0 03326073 +feedbag n 1 1 @ 1 0 03831203 +feeder n 6 3 @ ~ + 6 1 01317813 10042300 09278997 04169707 02843553 01317916 +feeder_line n 1 1 @ 1 0 03326239 +feeding n 2 4 @ ~ %p + 2 2 00838367 01057759 +feeding_bottle n 1 2 @ %p 1 0 02877266 +feeding_chair n 1 2 @ %p 1 0 03518445 +feedlot n 1 1 @ 1 1 03326371 +feedstock n 1 1 @ 1 0 14596839 +feel n 4 3 @ ~ + 4 3 05677340 14526182 04946553 00854538 +feeler n 4 2 @ + 4 1 02584915 07164349 04843270 02585285 +feeling n 6 3 @ ~ + 6 5 00026192 05916739 14526182 05721500 05722427 05707718 +feeling_of_movement n 1 1 @ 1 0 05722208 +feelings n 1 2 @ + 1 1 07513035 +fehling's_solution n 1 1 @ 1 0 14848245 +feifer n 1 1 @ 1 0 10968257 +feigning n 2 3 @ ~ + 2 0 06759349 00754956 +feijoa n 2 4 @ #m #p %p 2 0 12332555 07763107 +feijoa_bush n 1 3 @ #m %p 1 0 12332555 +feint n 1 3 @ ~ + 1 0 00172073 +feist n 1 1 @ 1 0 02085019 +felafel n 1 2 @ ; 1 0 07867164 +feldene n 1 2 @ ; 1 0 03948041 +feldspar n 1 3 @ ~ %s 1 0 14864961 +felicia n 1 3 @ #m %m 1 0 11969410 +felicia_amelloides n 1 2 @ #m 1 0 11969607 +felicia_bergeriana n 1 2 @ #m 1 0 11969806 +felicitation n 2 3 @ + ; 2 0 07140348 06633896 +felicitousness n 1 3 @ = + 1 0 04716210 +felicity n 2 5 ! @ ~ = + 2 1 04716210 13987423 +felid n 1 4 @ ~ #m %p 1 0 02120997 +felidae n 1 3 @ #m %m 1 0 02120692 +feline n 1 5 @ ~ #m %p + 1 0 02120997 +felis n 1 3 @ #m %m 1 0 02121234 +felis_bengalensis n 1 2 @ #m 1 0 02126317 +felis_catus n 1 3 @ ~ #m 1 0 02121808 +felis_chaus n 1 2 @ #m 1 0 02126028 +felis_concolor n 1 2 @ #m 1 0 02125311 +felis_domesticus n 1 3 @ ~ #m 1 0 02121808 +felis_manul n 1 2 @ #m 1 0 02126787 +felis_ocreata n 1 2 @ #m 1 0 02125872 +felis_onca n 1 2 @ #m 1 0 02128925 +felis_pardalis n 1 2 @ #m 1 0 02125494 +felis_serval n 1 2 @ #m 1 0 02126139 +felis_silvestris n 1 2 @ #m 1 0 02125081 +felis_tigrina n 1 2 @ #m 1 0 02126465 +felis_wiedi n 1 2 @ #m 1 0 02126640 +felis_yagouaroundi n 1 2 @ #m 1 0 02125689 +felix_klein n 1 1 @ 1 0 11107308 +felix_mendelssohn n 1 1 @ 1 0 11173917 +feliz_lusitania n 1 2 @ #p 1 0 08854855 +fell n 3 3 @ ~ + 3 0 14759275 03326475 00222376 +fella n 1 2 @ ~ 1 1 09908025 +fellah n 1 1 @ 1 0 10083264 +fellata n 1 1 @ 1 0 09705471 +fellatio n 1 2 @ ~ 1 0 00855169 +fellation n 1 3 @ ~ + 1 0 00855169 +felled_seam n 1 1 @ 1 0 03326475 +feller n 2 3 @ ~ + 2 0 10276045 09908025 +fellini n 1 1 @ 1 0 10968401 +felloe n 1 2 @ #p 1 0 03326660 +fellow n 7 4 @ ~ #p + 7 3 09908025 09945905 09935990 13743100 10083526 10083358 09871364 +fellow_feeling n 1 2 @ ~ 1 1 07553301 +fellow_member n 1 2 @ ~ 1 0 10307234 +fellow_traveler n 2 1 @ 2 0 10083677 09946278 +fellow_traveller n 2 1 @ 2 0 10083677 09946278 +fellow_worker n 1 1 @ 1 1 09936215 +fellowship n 3 3 @ ~ + 3 2 08227916 13929588 13266348 +felly n 1 2 @ #p 1 0 03326660 +felo-de-se n 2 1 @ 2 0 10673669 00223268 +felon n 2 2 @ ~ 2 1 09977660 14176570 +felony n 1 3 @ ~ + 1 0 00768701 +felspar n 1 3 @ ~ %s 1 0 14864961 +felt n 1 2 @ + 1 0 03326795 +felt-tip_pen n 1 1 @ 1 0 03326948 +felt-tipped_pen n 1 1 @ 1 0 03326948 +felt_fern n 1 2 @ #m 1 0 13178284 +felt_fungus n 1 2 @ #m 1 0 13069773 +felt_hat n 1 1 @ 1 0 03325941 +felt_tip n 1 1 @ 1 0 03326948 +felucca n 1 1 @ 1 0 03327133 +felwort n 1 2 @ #m 1 0 12296045 +fema n 1 2 @ #p 1 0 08123970 +female n 2 5 ! @ ~ %p + 2 2 01320872 09619168 +female_aristocrat n 1 3 ! @ ~ 1 0 10083823 +female_body n 1 4 @ ~ #p %p 1 0 05219923 +female_bonding n 1 1 @ 1 0 13782208 +female_chest n 1 2 @ #p 1 0 05551494 +female_child n 1 3 ! @ ~ 1 0 10084295 +female_circumcision n 1 1 @ 1 0 00669155 +female_genital_organ n 1 4 @ ~ #p %p 1 0 05514410 +female_genitalia n 1 4 @ ~ #p %p 1 0 05514410 +female_genitals n 1 4 @ ~ #p %p 1 0 05514410 +female_horse n 1 3 @ ~ #m 1 0 02377480 +female_internal_reproductive_organ n 1 3 @ ~ #p 1 0 05514717 +female_mammal n 1 2 @ %p 1 0 01862399 +female_monarch n 1 4 ! @ ~ #m 1 0 10499355 +female_offspring n 1 3 ! @ ~ 1 0 10084043 +female_parent n 1 3 ! @ ~ 1 0 10332385 +female_person n 1 3 @ ~ %p 1 0 09619168 +female_reproductive_system n 1 3 @ #p %p 1 0 05513529 +female_sibling n 1 3 ! @ ~ 1 0 10084181 +femaleness n 1 3 ! @ + 1 0 05008943 +feminine n 1 2 @ + 1 0 06328996 +feminineness n 1 2 @ + 1 0 05008943 +femininity n 1 4 ! @ ~ + 1 1 04667406 +feminisation n 1 2 @ + 1 0 13479605 +feminism n 2 3 @ %m + 2 0 05967773 00800421 +feminist n 1 4 @ ~ #m + 1 0 10084635 +feminist_movement n 1 2 @ %m 1 0 00800421 +feminization n 1 2 @ + 1 0 13479605 +femme_fatale n 1 1 @ 1 0 10055410 +femoral_artery n 1 2 @ #p 1 0 05345247 +femoral_biceps n 1 2 @ #p 1 0 05579053 +femoral_nerve n 1 2 @ #p 1 0 05568104 +femoral_pulse n 1 1 @ 1 0 15280964 +femoral_vein n 1 2 @ #p 1 0 05367508 +femoris n 1 3 @ #p %p 1 0 05573895 +femtochemistry n 1 1 @ 1 0 06090064 +femtometer n 1 2 @ #p 1 0 13657691 +femtometre n 1 2 @ #p 1 0 13657691 +femtosecond n 1 3 @ #p %p 1 0 15235687 +femtovolt n 1 2 @ #p 1 0 13643109 +femur n 1 4 @ #p %p + 1 0 05573895 +fen n 2 3 @ ~ #p 2 0 13710219 09347779 +fen_orchid n 1 2 @ #m 1 0 12070712 +fen_orchis n 1 2 @ #m 1 0 12070712 +fence n 2 5 @ ~ #p + ; 2 1 03327234 10085101 +fence-sitter n 1 1 @ 1 0 10085344 +fence_line n 1 2 @ %p 1 1 08514865 +fence_lizard n 1 2 @ ~ 1 0 01680478 +fence_mending n 1 1 @ 1 0 06660009 +fence_rail n 1 2 @ #p 1 1 04282872 +fencer n 1 2 @ + 1 0 10085217 +fencer's_mask n 1 1 @ 1 0 03327553 +fencesitter n 1 2 @ ; 1 0 10337488 +fencing n 3 5 @ ~ #p + - 3 1 03327234 14859100 01171644 +fencing_mask n 1 1 @ 1 0 03327553 +fencing_material n 1 1 @ 1 0 14859100 +fencing_stick n 1 1 @ 1 0 04223170 +fencing_sword n 1 2 @ ~ 1 0 03327691 +fender n 4 4 @ ~ #p + 4 1 03327841 03328201 03328076 02911158 +fender-bender n 1 1 @ 1 0 07311540 +fenestella n 1 2 @ #p 1 0 03697665 +fenestra n 1 4 @ ~ #p ; 1 0 05325378 +fenestra_cochleae n 1 1 @ 1 0 05325786 +fenestra_of_the_cochlea n 1 1 @ 1 0 05325786 +fenestra_of_the_vestibule n 1 1 @ 1 0 05325606 +fenestra_ovalis n 1 1 @ 1 0 05325606 +fenestra_rotunda n 1 1 @ 1 0 05325786 +fenestra_vestibuli n 1 1 @ 1 0 05325606 +fenestration n 2 2 @ ; 2 0 05076709 00674562 +feng_shui n 1 2 @ ; 1 0 05915811 +fengtien n 1 2 @ #p 1 0 08728462 +fenland n 1 2 @ ~ 1 0 09347779 +fennel n 4 4 @ ~ #m #p 4 0 12939104 07817871 07817758 07814790 +fennel_flower n 1 1 @ 1 0 11737009 +fennel_seed n 1 2 @ #p 1 0 07818029 +fennic n 1 2 @ ~ 1 0 06956544 +fenoprofen n 1 2 @ %s 1 0 03328392 +fenoprofen_calcium n 1 2 @ %s 1 0 03328392 +fenrir n 1 2 @ ; 1 0 09584405 +fentanyl n 1 1 @ 1 0 03328650 +fenugreek n 2 4 @ #m #p %p 2 0 12574470 07818133 +fenugreek_seed n 1 2 @ #p 1 0 07818133 +fenusa n 1 2 @ #m 1 0 02218912 +fenusa_pusilla n 1 1 @ 1 0 02219015 +feodor_dostoevski n 1 1 @ 1 0 10940669 +feodor_dostoevsky n 1 1 @ 1 0 10940669 +feodor_dostoyevsky n 1 1 @ 1 0 10940669 +feodor_mikhailovich_dostoevski n 1 1 @ 1 0 10940669 +feodor_mikhailovich_dostoevsky n 1 1 @ 1 0 10940669 +feodor_mikhailovich_dostoyevsky n 1 1 @ 1 0 10940669 +feoff n 1 1 @ 1 0 13249927 +feosol n 1 1 @ 1 0 03329058 +fer-de-lance n 1 2 @ #m 1 0 01758141 +feral_man n 1 2 @ ~ 1 0 10781684 +ferber n 1 1 @ 1 0 10968504 +ferdinand n 1 1 @ 1 0 10969305 +ferdinand_and_isabella n 1 1 @ 1 0 08485160 +ferdinand_de_lesseps n 1 1 @ 1 0 11129286 +ferdinand_de_saussure n 1 1 @ 1 0 10931634 +ferdinand_i n 2 1 @ 2 0 10968835 10968640 +ferdinand_ii n 1 1 @ 1 0 10968956 +ferdinand_iii n 1 1 @ 1 0 10969118 +ferdinand_joseph_la_menthe_morton n 1 1 @ 1 0 11193058 +ferdinand_julius_cohn n 1 1 @ 1 0 10904639 +ferdinand_magellan n 1 1 @ 1 0 11149016 +ferdinand_of_aragon n 1 1 @ 1 0 10969305 +ferdinand_the_catholic n 1 1 @ 1 0 10969305 +ferdinand_the_great n 1 1 @ 1 0 10968640 +ferdinand_v n 1 1 @ 1 0 10969305 +ferdinand_victor_eugene_delacroix n 1 1 @ 1 0 10928498 +fere_phenomenon n 1 2 @ #p 1 0 00860011 +ferenc_molnar n 1 1 @ 1 0 11184825 +fergon n 1 1 @ 1 0 03329180 +fergusonite n 1 2 @ %s 1 0 14675012 +feria n 2 3 @ + ; 2 0 15163408 00517564 +fermat n 1 1 @ 1 0 10969799 +fermata n 2 2 @ ; 2 0 06867510 05052243 +ferment n 3 3 @ ~ + 3 1 13979503 14738752 13575433 +fermentation n 2 3 @ ~ + 2 2 13979503 13575433 +fermentation_alcohol n 1 3 @ ~ #s 1 0 14709265 +fermenting n 1 3 @ ~ + 1 0 13575433 +fermentologist n 1 1 @ 1 0 09616573 +fermi n 2 2 @ #p 2 0 13657691 10969986 +fermi-dirac_statistics n 1 2 @ ; 1 0 05877991 +fermion n 1 2 @ ~ 1 0 09279161 +fermium n 1 1 @ 1 0 14637339 +fern n 1 5 @ ~ #m %p + 1 0 11545714 +fern_ally n 1 2 @ ~ 1 0 11547562 +fern_family n 1 3 @ ~ #m 1 0 13166338 +fern_genus n 1 3 @ ~ #m 1 0 13167078 +fern_palm n 1 2 @ #m 1 0 11601333 +fern_rhapis n 1 1 @ 1 0 12596148 +fern_seed n 1 2 @ #p 1 0 11550022 +fernand_leger n 1 1 @ 1 0 11124961 +fernao_magalhaes n 1 1 @ 1 0 11149016 +ferocactus n 1 3 @ #m %m 1 0 11846970 +ferociousness n 1 2 @ + 1 0 04830689 +ferocity n 1 3 @ ~ + 1 1 05037813 +ferrara n 1 2 @ #p 1 0 08805386 +ferret n 2 3 @ #m + 2 0 02443484 02443346 +ferret_badger n 1 2 @ #m 1 0 02448633 +ferric_oxide n 1 3 @ ~ #s 1 0 14865800 +ferricyanic_acid n 1 1 @ 1 0 14865934 +ferricyanide n 1 1 @ 1 0 14866043 +ferrimagnetism n 1 1 @ 1 0 11480091 +ferris_wheel n 1 1 @ 1 0 03329302 +ferrite n 1 3 @ #s %s 1 0 14859201 +ferritin n 1 1 @ 1 0 14866166 +ferrocerium n 1 1 @ 1 0 14866369 +ferroconcrete n 1 1 @ 1 0 14804797 +ferrocyanic_acid n 1 1 @ 1 0 14866490 +ferrocyanide n 1 2 @ ~ 1 0 14866605 +ferromagnetism n 1 2 @ + 1 0 11480284 +ferrule n 1 1 @ 1 0 03329536 +ferry n 2 3 @ ~ + 2 0 03329663 01106587 +ferryboat n 1 2 @ ~ 1 0 03329663 +ferrying n 1 2 @ + 1 0 01106587 +ferryman n 1 2 @ ~ 1 0 10085449 +fertile_crescent n 1 2 @ #p 1 0 08792083 +fertile_period n 1 2 @ #p 1 0 15288489 +fertile_phase n 1 2 @ #p 1 0 15288489 +fertilisation n 2 2 @ ~ 2 0 07436986 07434473 +fertiliser n 1 3 @ ~ %s 1 0 14859344 +fertility n 3 4 ! @ = + 3 0 15276427 14051494 05147586 +fertility_drug n 1 2 @ ~ 1 0 03329880 +fertility_rate n 1 1 @ 1 0 15276427 +fertilization n 2 3 @ ~ + 2 0 07436986 07434473 +fertilization_age n 1 1 @ 1 0 04925064 +fertilization_membrane n 1 1 @ 1 0 05319419 +fertilized_egg n 1 3 @ ~ %p 1 0 01458842 +fertilized_ovum n 1 3 @ ~ ; 1 0 05431926 +fertilizer n 1 4 @ ~ %s + 1 1 14859344 +ferule n 1 1 @ 1 0 03330002 +fervency n 1 3 @ ~ + 1 0 07481375 +fervidness n 1 3 @ ~ + 1 0 07481375 +fervor n 2 3 @ ~ = 2 1 07481375 14037011 +fervour n 2 3 @ ~ = 2 0 14037011 07481375 +fes n 1 2 @ #p 1 0 08970064 +fescue n 1 2 @ #m 1 0 12121610 +fescue_grass n 1 2 @ #m 1 0 12121610 +fess n 1 2 @ ; 1 0 03330120 +fesse n 1 2 @ ; 1 0 03330120 +fester n 1 2 @ + 1 0 14184254 +festering n 2 4 @ ~ + ; 2 0 13479889 05417472 +festination n 1 2 @ + 1 0 14313154 +festival n 2 2 @ ~ 2 1 15162388 00517728 +festival_of_lights n 1 3 @ #p ; 1 0 15199033 +festivity n 1 3 @ ~ + 1 1 00428000 +festoon n 3 2 @ + 3 0 03330665 03330441 03330274 +festoonery n 1 2 @ + 1 0 03330274 +festschrift n 1 1 @ 1 0 06406865 +festuca n 1 3 @ #m %m 1 0 12121405 +festuca_elatior n 1 2 @ #m 1 0 12121610 +festuca_ovina n 1 2 @ #m 1 0 12121835 +fet n 1 1 @ 1 0 03332784 +fetal_age n 1 1 @ 1 0 04925064 +fetal_alcohol_syndrome n 1 1 @ 1 0 14305458 +fetal_circulation n 1 1 @ 1 0 05511975 +fetal_distress n 1 1 @ 1 0 14093874 +fetal_membrane n 1 3 @ ~ %p 1 0 05310790 +fetal_monitor n 1 1 @ 1 0 03278914 +fetal_movement n 1 2 @ ; 1 0 00334174 +fetch n 1 1 @ 1 0 00039916 +fete n 2 3 @ ~ + 2 0 07449862 00517728 +fete_champetre n 1 1 @ 1 0 08255508 +fete_day n 1 3 @ ~ #p 1 0 15161631 +feterita n 1 1 @ 1 0 12137954 +fetich n 2 1 @ 2 0 03603958 01207342 +fetichism n 2 1 @ 2 0 05945227 00738058 +feticide n 1 1 @ 1 0 00231315 +fetid_bugbane n 1 1 @ 1 0 11729142 +fetid_horehound n 1 2 @ #m 1 0 12841872 +fetidness n 1 3 @ ~ + 1 0 04980656 +fetish n 3 2 @ + 3 0 07489294 03603958 01207342 +fetishism n 2 2 @ + 2 0 05945227 00738058 +fetishist n 1 2 @ + 1 0 10085548 +fetlock n 2 2 @ #p 2 0 02462464 02462349 +fetlock_joint n 1 2 @ #p 1 0 02462464 +fetology n 1 1 @ 1 0 06053854 +fetometry n 1 1 @ 1 0 01002284 +fetoprotein n 1 2 @ ~ 1 0 15033662 +fetor n 1 2 @ ~ 1 0 05714894 +fetoscope n 1 1 @ 1 0 03330792 +fetoscopy n 1 1 @ 1 0 00944456 +fetter n 1 2 @ + 1 0 03330947 +fetter_bone n 1 3 @ #p %p 1 0 02462066 +fetter_bush n 1 2 @ #m 1 0 12241426 +fetterbush n 2 2 @ #m 2 0 12243693 12241426 +fettle n 1 1 @ 1 0 14546596 +fettuccine n 1 2 @ ~ 1 0 07700638 +fettuccine_alfredo n 1 1 @ 1 0 07700766 +fettuccini n 1 2 @ ~ 1 0 07700638 +fetus n 1 4 @ ~ %p + 1 0 01459791 +feud n 1 3 @ ~ + 1 0 01236173 +feudal_lord n 1 2 @ ~ 1 0 10085736 +feudal_lordship n 1 1 @ 1 0 00603866 +feudal_system n 1 1 @ 1 0 07972425 +feudalism n 1 2 @ + 1 0 07972425 +feudatory n 1 2 @ + 1 0 10746581 +fever n 2 3 @ ~ + 2 2 14365356 07511380 +fever_blister n 1 1 @ 1 0 14132375 +fever_pitch n 1 1 @ 1 0 14036892 +fever_tree n 4 2 @ #m 4 0 13111340 12669362 12337617 11758483 +feverfew n 1 2 @ #m 1 0 12023108 +feverishness n 1 3 @ ~ + 1 0 14365356 +feverroot n 1 2 @ #m 1 0 12679876 +few n 1 2 @ + 1 0 08388074 +few-flowered_leek n 1 1 @ 1 0 12434634 +fewness n 1 2 @ + 1 0 05123098 +feynman n 1 1 @ 1 0 10970279 +fez n 2 2 @ #p 2 0 08970064 03331077 +fha n 1 2 @ #p 1 0 08423634 +fhlmc n 1 1 @ 1 0 08384539 +fiance n 1 1 @ 1 0 10085869 +fiancee n 1 1 @ 1 0 10085970 +fiasco n 1 1 @ 1 0 07365432 +fiat n 1 3 @ ~ ; 1 1 06539770 +fiat_money n 1 1 @ 1 0 13393599 +fib n 1 3 @ ~ + 1 0 06757057 +fibber n 1 2 @ + 1 0 10660333 +fibbing n 1 2 @ + 1 0 00752144 +fiber n 5 6 @ ~ #p %s %p + 5 1 14866889 07568818 05229622 04620216 03331244 +fiber-optic_transmission_system n 1 2 @ %p 1 0 03331820 +fiber_bundle n 1 3 @ ~ #p 1 0 05475681 +fiber_optic_cable n 1 3 @ #p %p 1 0 03331599 +fiber_optics n 1 2 @ + 1 0 06280816 +fiberboard n 1 2 @ ~ 1 0 03331390 +fiberglass n 1 1 @ 1 1 14866769 +fiberoptics n 1 2 @ + 1 0 06280816 +fiberscope n 1 2 @ %p 1 0 03332005 +fibonacci_number n 1 1 @ 1 0 13593908 +fibonacci_sequence n 1 1 @ 1 0 08373818 +fibre n 4 5 @ ~ #p %s %p 4 0 14866889 05229622 04620216 03331244 +fibre-optic_transmission_system n 1 2 @ %p 1 0 03331820 +fibre_bundle n 1 3 @ ~ #p 1 0 05475681 +fibre_optic_cable n 1 3 @ #p %p 1 0 03331599 +fibre_optics n 1 1 @ 1 0 06280816 +fibreboard n 1 2 @ ~ 1 0 03331390 +fibreglass n 1 1 @ 1 0 14866769 +fibreoptics n 1 2 @ + 1 0 06280816 +fibril n 1 2 @ ~ 1 0 14867858 +fibrillation n 2 3 @ ~ + 2 0 14362179 00389043 +fibrin n 1 2 @ + 1 1 14733941 +fibrinase n 1 1 @ 1 0 15072657 +fibrinogen n 1 1 @ 1 0 15023156 +fibrinolysin n 1 2 @ ~ 1 0 14983774 +fibrinolysis n 1 1 @ 1 0 13480176 +fibrinopeptide n 1 1 @ 1 0 14742737 +fibroadenoma n 1 1 @ 1 0 14238211 +fibroblast n 1 1 @ 1 0 05448400 +fibrocartilage n 1 1 @ 1 0 05288593 +fibrocystic_breast_disease n 1 1 @ 1 0 14198380 +fibrocystic_disease_of_the_breast n 1 1 @ 1 0 14198380 +fibrocystic_disease_of_the_pancreas n 1 1 @ 1 0 14155506 +fibroid n 1 1 @ 1 0 14238393 +fibroid_tumor n 1 1 @ 1 0 14238393 +fibroma n 1 2 @ ~ 1 0 14238528 +fibromyositis n 1 1 @ 1 0 14346080 +fibrosis n 1 3 @ ~ #p 1 1 14207809 +fibrositis n 1 1 @ 1 0 14345958 +fibrosity n 1 1 @ 1 0 05022359 +fibrous-rooted_begonia n 1 1 @ 1 0 12360534 +fibrous_astrocyte n 1 2 @ #p 1 0 05467922 +fibrous_dysplasia_of_bone n 1 2 @ ~ 1 0 14366225 +fibrous_joint n 1 2 @ ~ 1 0 05542893 +fibrous_tissue n 1 2 @ ~ 1 1 05294995 +fibrousness n 1 1 @ 1 0 05022359 +fibrovascular_bundle n 1 2 @ ~ 1 0 13097949 +fibula n 1 2 @ #p 1 0 05594201 +fibular_vein n 1 2 @ #p 1 0 05376844 +fica n 1 1 @ 1 0 13310727 +fice n 1 1 @ 1 0 02085019 +fichu n 1 1 @ 1 0 03332173 +fickleness n 1 2 @ + 1 0 04879092 +fiction n 2 3 @ ~ + 2 1 06367107 06757891 +fictional_animal n 1 2 @ ~ 1 0 02451575 +fictional_character n 1 2 @ ~ 1 0 09587565 +fictionalisation n 2 2 @ + 2 0 06367373 00931040 +fictionalization n 2 2 @ + 2 0 06367373 00931040 +fictitious_character n 1 2 @ ~ 1 0 09587565 +fictitious_name n 1 2 @ ; 1 0 06334512 +fictitious_place n 1 2 @ ~ 1 0 05625879 +ficus n 1 3 @ #m %m 1 0 12401122 +ficus_aurea n 1 2 @ #m 1 0 12402051 +ficus_bengalensis n 1 1 @ 1 0 12402348 +ficus_carica n 1 3 @ ~ %p 1 0 12401684 +ficus_carica_sylvestris n 1 1 @ 1 0 12401893 +ficus_deltoidea n 1 1 @ 1 0 12403075 +ficus_diversifolia n 1 1 @ 1 0 12403075 +ficus_elastica n 1 1 @ 1 0 12402840 +ficus_religiosa n 1 1 @ 1 0 12402596 +ficus_rubiginosa n 1 1 @ 1 0 12403276 +ficus_sycomorus n 1 2 @ #m 1 0 12403513 +fiddle n 1 4 @ ~ %p + 1 1 04536866 +fiddle-faddle n 1 1 @ 1 0 06608143 +fiddlehead n 2 2 @ #m 2 0 13198054 12953919 +fiddlehead_fern n 1 1 @ 1 0 12953919 +fiddleneck n 1 1 @ 1 0 12837466 +fiddler n 3 3 @ ~ + 3 0 10754578 10734235 10712229 +fiddler_crab n 1 2 @ #m 1 0 01980166 +fiddlestick n 1 2 @ #p 1 0 03332271 +fidel_castro n 1 1 @ 1 0 10886929 +fidel_castro_ruz n 1 1 @ 1 0 10886929 +fidelity n 2 4 ! @ ~ = 2 1 04804306 04876985 +fidget n 1 3 @ ~ + 1 0 07513795 +fidgetiness n 1 3 @ ~ + 1 0 07513795 +fiduciary n 1 3 @ ~ + 1 0 10086074 +fiduciary_duty n 1 1 @ 1 0 01131656 +fiduciary_relation n 1 3 @ ~ ; 1 0 13838386 +fiedler n 1 1 @ 1 0 10970488 +fief n 1 2 @ + 1 0 13249927 +fiefdom n 2 2 @ + 2 0 08557754 08048625 +field n 17 6 @ ~ #p %p + ; 17 13 08569998 08506641 08569777 05996646 11456760 01097119 14514039 08570758 09393605 08005260 08551628 07999584 07999471 08659446 08005580 05932891 02687992 +field-effect_transistor n 1 1 @ 1 0 03332784 +field-emission_microscope n 1 1 @ 1 0 03332989 +field-grade_officer n 1 2 @ ; 1 0 10087080 +field-pea_plant n 1 2 @ %p 1 0 12561309 +field-sequential_color_television n 1 1 @ 1 0 03334017 +field-sequential_color_television_system n 1 1 @ 1 0 03334017 +field-sequential_color_tv n 1 1 @ 1 0 03334017 +field-sequential_color_tv_system n 1 1 @ 1 0 03334017 +field_artillery n 1 1 @ 1 0 03332393 +field_balm n 2 2 @ #m 2 0 12847374 12843557 +field_bean n 1 3 @ #m %p 1 0 12576029 +field_bindweed n 1 2 @ #m 1 0 12824053 +field_brome n 1 1 @ 1 0 12111627 +field_capacity n 1 1 @ 1 0 13616926 +field_chamomile n 1 2 @ #m 1 0 11923637 +field_chickweed n 1 1 @ 1 0 11807367 +field_coil n 1 1 @ 1 0 03332591 +field_corn n 1 2 @ ~ 1 0 12144399 +field_cricket n 1 2 @ #m 1 0 02230187 +field_crop n 1 2 @ ~ 1 0 13086556 +field_day n 4 2 @ ; 4 0 15173353 15173259 15138809 15138691 +field_emission n 1 1 @ 1 0 13480394 +field_event n 1 3 @ ~ #p 1 0 07466557 +field_game n 1 2 @ ~ 1 0 00467719 +field_garlic n 1 1 @ 1 0 12435486 +field_general n 2 3 @ #m ; 2 1 10498816 00726567 +field_glass n 1 1 @ 1 0 03333129 +field_glasses n 1 3 @ %p ; 1 1 02841315 +field_goal n 2 2 @ ; 2 1 00188934 00190431 +field_guide n 1 1 @ 1 0 06422912 +field_gun n 1 1 @ 1 0 03332393 +field_hand n 1 2 @ ~ 1 0 10079399 +field_hockey n 1 3 @ ~ - 1 0 00467995 +field_hockey_ball n 1 1 @ 1 0 03333252 +field_horsetail n 1 1 @ 1 0 13219833 +field_hospital n 1 2 @ ; 1 0 03333349 +field_house n 2 2 @ #p 2 0 03333610 03333480 +field_hut n 1 3 @ ~ ; 1 0 03550153 +field_intensity n 1 2 @ ~ 1 0 05100269 +field_judge n 1 1 @ 1 0 10086744 +field_lens n 1 1 @ 1 0 03333711 +field_line n 1 2 @ ~ 1 0 11457057 +field_lupine n 1 1 @ 1 0 12546420 +field_magnet n 1 2 @ #p 1 0 03333851 +field_maple n 1 1 @ 1 0 12754648 +field_marigold n 1 2 @ #m 1 0 11950686 +field_marshal n 1 3 @ ~ ; 1 0 10086821 +field_mint n 1 1 @ 1 0 12855365 +field_mouse n 2 3 @ ~ #m 2 0 02339376 02332755 +field_mouse-ear n 1 1 @ 1 0 11807367 +field_mushroom n 1 2 @ #m 1 0 13001529 +field_mustard n 1 1 @ 1 0 11896722 +field_of_battle n 1 3 @ ~ %p 1 1 08506641 +field_of_fire n 1 1 @ 1 0 08570242 +field_of_force n 1 2 @ ~ 1 0 11456760 +field_of_honor n 2 3 @ ~ %p 2 0 08646486 08506641 +field_of_operation n 1 1 @ 1 1 01097119 +field_of_operations n 1 4 @ #p %p ; 1 0 08551628 +field_of_regard n 1 1 @ 1 0 05933638 +field_of_study n 1 2 @ ~ 1 0 05996646 +field_of_view n 1 2 @ ~ 1 0 05932891 +field_of_vision n 1 1 @ 1 0 05933638 +field_officer n 1 2 @ ; 1 0 10087080 +field_pansy n 1 1 @ 1 0 12388143 +field_pea n 3 3 @ #p %p 3 0 12561594 12561309 07726386 +field_pennycress n 1 2 @ #m 1 0 11898775 +field_poppy n 1 2 @ #m 1 0 11902200 +field_press_censorship n 1 1 @ 1 0 00821752 +field_pussytoes n 1 1 @ 1 0 11922755 +field_ration n 1 2 @ ~ 1 0 07565945 +field_sandbur n 1 2 @ #m 1 0 12113790 +field_scabious n 1 1 @ 1 0 12683791 +field_soybean n 1 2 @ #s 1 0 07729926 +field_spaniel n 1 1 @ 1 0 02101670 +field_sparrow n 1 2 @ #m 1 0 01536186 +field_speedwell n 1 2 @ #m 1 0 12890490 +field_sport n 1 2 @ ~ 1 1 00433661 +field_strength n 1 2 @ ~ 1 0 05100269 +field_strength_unit n 1 2 @ ~ 1 0 13633704 +field_tent n 1 1 @ 1 0 03334291 +field_test n 1 2 @ + 1 0 05799581 +field_theory n 1 2 @ ; 1 0 05994484 +field_thistle n 1 1 @ 1 0 11954345 +field_trial n 3 1 @ 3 1 05799581 07467704 00794870 +field_trip n 1 1 @ 1 0 00312403 +field_winding n 1 1 @ 1 0 03332591 +field_work n 1 1 @ 1 0 00639833 +field_wormwood n 1 2 @ #m 1 0 11930038 +fielder n 2 3 @ ~ + 2 1 10086568 10086383 +fielder's_choice n 1 1 @ 1 0 00130673 +fieldfare n 1 2 @ #m 1 0 01558307 +fieldhand n 1 2 @ ~ 1 1 10079399 +fielding n 2 3 @ + ; 2 1 00126721 10970603 +fielding_average n 1 2 @ ; 1 1 13818354 +fieldmouse n 1 3 @ ~ #m 1 0 02332755 +fields n 1 1 @ 1 0 10970718 +fieldsman n 1 2 @ ~ 1 0 10086383 +fieldstone n 1 1 @ 1 1 14868116 +fieldwork n 1 1 @ 1 0 03334382 +fieldworker n 1 1 @ 1 0 10091256 +fiend n 3 2 @ ~ 3 2 10329945 09542339 10077879 +fierceness n 1 3 @ ~ + 1 1 05037813 +fieri_facias n 1 2 @ ; 1 0 06555191 +fieriness n 2 2 @ + 2 0 05016553 04628336 +fiesta n 1 2 @ ~ 1 0 07449862 +fiesta_flower n 1 2 @ #m 1 0 12837803 +fife n 1 1 @ 1 0 03334492 +fife_rail n 1 1 @ 1 0 03334667 +fifo n 1 1 @ 1 0 00620084 +fifteen n 1 2 @ + 1 1 13747469 +fifteenth n 1 2 @ + 1 0 13848349 +fifth n 4 2 @ + 4 1 13619475 13847240 13737830 06859800 +fifth_amendment n 1 3 @ #p ; 1 0 06728331 +fifth_avenue n 1 2 @ #p 1 0 09120939 +fifth_column n 1 2 @ %m 1 0 08359753 +fifth_columnist n 1 2 @ #m 1 0 10087255 +fifth_cranial_nerve n 1 1 @ 1 0 05478896 +fifth_crusade n 1 1 @ 1 0 00969858 +fifth_lateran_council n 1 1 @ 1 0 08317340 +fifth_part n 1 1 @ 1 0 13737830 +fifth_wheel n 3 1 @ 3 0 05120564 03334912 03334775 +fifties n 2 2 @ #p 2 1 15149763 15149642 +fiftieth n 1 2 @ + 1 0 13849180 +fifty n 2 2 @ + 2 1 13749644 13395187 +fifty-cent_piece n 1 1 @ 1 1 13390405 +fifty_dollar_bill n 1 1 @ 1 0 13395187 +fifty_percent n 1 1 @ 1 0 13736997 +fig n 4 5 @ ~ #p %p ; 4 1 06999647 12401684 08032594 07753113 +fig-bird n 1 2 @ #m 1 0 01576358 +fig_leaf n 2 1 @ 2 0 13156006 03335461 +fig_marigold n 1 3 @ ~ #m 1 0 11820965 +fig_moth n 1 2 @ #m 1 0 02290664 +fig_tree n 1 3 @ ~ #m 1 1 12401335 +fig_wax n 1 1 @ 1 0 14889973 +figeater n 1 1 @ 1 0 02173113 +fight n 5 6 @ ~ #p %p + ; 5 3 00953559 01170962 04837425 07184391 00446493 +fighter n 3 4 @ ~ + ; 3 3 09939313 03335030 09906538 +fighter_aircraft n 1 3 @ ~ ; 1 0 03335030 +fighter_pilot n 1 3 @ ~ ; 1 0 10087434 +fighting n 1 4 @ ~ %p + 1 1 01170962 +fighting_chair n 1 1 @ 1 0 03335333 +fighting_cock n 1 1 @ 1 0 01514752 +fighting_french n 1 2 @ ; 1 0 08114581 +fighting_joe_hooker n 1 1 @ 1 0 11058436 +figment n 1 1 @ 1 0 05913160 +figural_blindness n 1 1 @ 1 1 14557315 +figuration n 2 3 @ ~ + 2 0 00899927 00263272 +figure n 13 6 ! @ ~ #p + - 13 9 06999647 05217168 13741022 03335600 10344443 13862780 13331634 04675646 05121418 07105475 05930386 03178782 00556992 +figure_eight n 2 1 @ 2 0 03335846 00557184 +figure_loom n 1 1 @ 1 0 03336168 +figure_of_eight n 1 1 @ 1 0 03335846 +figure_of_merit n 1 1 @ 1 0 13821118 +figure_of_speech n 1 3 @ ~ - 1 1 07105475 +figure_skate n 1 1 @ 1 0 03336282 +figure_skating n 1 1 @ 1 0 00448748 +figured-fabric_loom n 1 1 @ 1 0 03336168 +figured_bass n 1 1 @ 1 1 07032556 +figurehead n 2 1 @ 2 0 10113583 03336070 +figurer n 1 3 @ ~ + 1 0 09887034 +figurine n 1 1 @ 1 1 03336459 +figuring n 1 3 @ ~ + 1 1 05802185 +figwort n 1 2 @ #m 1 0 12876899 +figwort_family n 1 3 @ #m %m 1 0 12876032 +fiji n 1 5 @ #p %m %p + 1 0 08779149 +fiji_dollar n 1 1 @ 1 0 13673178 +fiji_islands n 1 3 @ #p %p 1 0 08778597 +fijian n 2 3 @ #m + 2 0 09705909 06938623 +fijis n 1 3 @ #p %p 1 0 08778597 +filaggrin n 1 1 @ 1 0 14734164 +filago n 1 3 @ ~ #m 1 0 11970101 +filago_germanica n 1 1 @ 1 0 11970298 +filagree n 1 1 @ 1 0 03337822 +filament n 4 4 @ ~ #p + 4 0 14867858 11678123 05229468 03336575 +filaree n 1 1 @ 1 0 12688903 +filaria n 2 3 @ #m + 2 0 12688903 01933478 +filariasis n 1 1 @ 1 0 14368032 +filariidae n 1 3 @ #m %m 1 0 01933342 +filature n 1 1 @ 1 0 03336742 +filbert n 2 2 @ #p 2 0 12289433 07772788 +file n 4 4 @ ~ %p + 4 4 06508816 08428756 03337140 03336839 +file_allocation_table n 1 1 @ 1 0 08267197 +file_cabinet n 1 2 @ ~ 1 1 03337140 +file_clerk n 1 1 @ 1 0 10087574 +file_folder n 1 1 @ 1 0 03337383 +file_name n 1 3 @ %p ; 1 0 06335532 +file_name_extension n 1 2 @ #p 1 0 06335162 +file_server n 1 3 @ ~ ; 1 0 03337494 +file_system n 1 1 @ 1 0 05732614 +file_transfer_protocol n 1 3 @ ~ ; 1 0 06665370 +filefish n 1 3 @ ~ #m 1 0 02653786 +filename n 1 3 @ %p ; 1 0 06335532 +filename_extension n 1 2 @ #p 1 0 06335162 +filer n 2 3 @ + ; 2 0 10087736 10087574 +filet n 3 4 @ ~ #p + 3 0 07660065 07655337 03337727 +filet_de_boeuf_en_croute n 1 1 @ 1 0 07862611 +filet_mignon n 1 1 @ 1 0 07660686 +filial_duty n 1 2 @ ~ 1 0 01131224 +filial_love n 1 1 @ 1 0 07544039 +filiation n 2 4 @ ~ = + 2 0 13813042 04922787 +filibuster n 2 3 @ + ; 2 0 10087868 01068012 +filibusterer n 1 2 @ + 1 0 10087868 +filicales n 1 3 @ #m %m 1 0 13169674 +filicide n 2 1 @ 2 0 10088101 00222155 +filicinae n 1 3 @ #m %m 1 0 13169219 +filicopsida n 1 3 @ #m %m 1 0 13169219 +filigree n 1 2 @ + 1 0 03337822 +filing n 4 3 @ ~ + 4 1 07167954 09279345 00925489 00811491 +filing_cabinet n 1 2 @ ~ 1 0 03337140 +filing_clerk n 1 1 @ 1 0 10087574 +filing_system n 1 1 @ 1 0 05732614 +filipino n 2 4 @ ~ #m + 2 1 09727440 06939756 +filippino_lippi n 1 1 @ 1 0 11134339 +filippo_brunelleschi n 1 1 @ 1 0 10868562 +fill n 2 3 @ ~ + 2 1 13580723 14868243 +fill-in n 1 3 @ ~ + 1 1 10648237 +fillagree n 1 1 @ 1 0 03337822 +fille n 1 2 @ ~ 1 0 10129825 +fille_de_chambre n 1 1 @ 1 1 09906293 +filler n 5 4 @ ~ #p + 5 0 14706026 13676650 06676254 03714721 03338009 +fillet n 5 4 @ ~ #p + 5 0 07660065 07655337 05475562 04383696 03338143 +fillet_of_sole n 1 3 @ ~ #p 1 0 07791274 +filling n 6 6 @ ~ #s #p + ; 6 2 14868243 13480541 07883031 04598965 03338287 00402535 +filling_station n 1 1 @ 1 1 03425092 +fillip n 1 1 @ 1 1 05829656 +fillmore n 1 1 @ 1 0 10970864 +filly n 1 1 @ 1 1 02376679 +film n 5 6 @ ~ %p + ; - 5 4 06613686 06262567 03338821 03338648 03339296 +film_advance n 1 1 @ 1 0 03339529 +film_clip n 1 2 @ #p 1 1 06621323 +film_company n 1 2 @ ~ 1 0 08003173 +film_director n 1 2 @ ~ 1 0 10088200 +film_editing n 1 1 @ 1 0 00945205 +film_fern n 1 2 @ #m 1 0 12951835 +film_festival n 1 1 @ 1 0 00517418 +film_industry n 1 3 @ ~ #p 1 0 08068151 +film_maker n 1 2 @ ~ 1 1 10088390 +film_making n 1 1 @ 1 0 00924714 +film_noir n 1 1 @ 1 0 06617165 +film_producer n 1 2 @ ~ 1 0 10088390 +film_projector n 1 3 @ ~ %p 1 0 03795976 +film_star n 1 1 @ 1 0 10089484 +film_writer n 1 2 @ ~ 1 0 10564400 +filmdom n 1 1 @ 1 0 08068457 +filming n 1 3 @ ~ + 1 1 00907919 +filmmaker n 1 2 @ ~ 1 0 10088390 +filmy_fern n 2 3 @ ~ #m 2 0 12952165 12951835 +filoviridae n 1 2 @ %m 1 0 01331659 +filovirus n 1 2 @ ~ 1 0 01331867 +fils n 2 2 @ #p 2 0 13697621 13669006 +filter n 2 3 @ ~ + 2 2 03339643 03340009 +filter-tipped_cigarette n 1 2 @ %p 1 0 03340463 +filter_bed n 1 1 @ 1 0 03340183 +filter_paper n 1 1 @ 1 1 14868464 +filter_tip n 1 2 @ #p 1 0 03340306 +filth n 4 4 @ ~ + - 4 0 14856752 14498096 14495761 07124340 +filthiness n 2 2 @ + 2 0 14495761 04852962 +filthy_lucre n 1 1 @ 1 0 13260645 +filtrate n 1 3 @ ~ + 1 0 14868564 +filtration n 2 3 @ ~ + 2 0 13480667 00191980 +filtration_surgery n 1 1 @ 1 0 00679379 +filum n 1 3 @ ~ + 1 0 05229468 +fimbria n 1 1 @ 1 0 05472959 +fin n 6 5 @ ~ #p %p + 6 0 13744521 04384406 03692676 03364156 03340581 02466132 +fin_keel n 1 3 @ ~ #p 1 0 03343047 +fin_whale n 1 2 @ #m 1 0 02065026 +finagler n 1 2 @ + 1 0 10089615 +final n 2 4 @ ~ #p + 2 0 07466832 07198276 +final_cause n 1 2 @ ; 1 0 05983217 +final_cut n 1 1 @ 1 0 06615216 +final_decision n 1 3 @ ~ ; 1 0 01189001 +final_exam n 1 1 @ 1 0 07198276 +final_examination n 1 1 @ 1 0 07198276 +final_injunction n 1 2 @ ; 1 0 06543389 +final_judgment n 1 3 @ ~ ; 1 0 01189001 +final_payment n 1 1 @ 1 0 13299357 +final_period n 1 2 @ #p 1 1 15257692 +final_result n 1 2 @ ~ 1 0 07292694 +final_solution n 1 1 @ 1 0 01245471 +final_stage n 1 2 @ ~ 1 0 07291794 +finale n 3 2 @ #p 3 1 07039478 15267536 00210797 +finalisation n 1 2 @ + 1 0 00211462 +finalist n 1 1 @ 1 0 10089779 +finality n 1 3 @ = + 1 0 04754440 +finalization n 1 2 @ + 1 0 00211462 +finance n 3 5 @ ~ + ; - 3 1 01098698 06150633 01134037 +finance_committee n 1 1 @ 1 0 08326976 +finance_company n 1 2 @ ~ 1 0 08420839 +finance_minister n 1 1 @ 1 0 10089892 +finances n 1 2 @ ~ 1 0 13356112 +financial_aid n 1 2 @ ~ 1 0 13265904 +financial_analyst n 1 1 @ 1 0 09790865 +financial_audit n 1 1 @ 1 0 00578405 +financial_backing n 1 1 @ 1 0 13365698 +financial_center n 1 2 @ #p 1 0 08543081 +financial_condition n 1 3 @ ~ = 1 0 14488317 +financial_crimes_enforcement_network n 1 2 @ #p 1 0 08137251 +financial_forecast n 1 1 @ 1 0 06750514 +financial_gain n 1 2 @ ~ 1 0 13254985 +financial_institution n 1 2 @ ~ 1 0 08054721 +financial_loss n 1 2 @ ~ 1 0 13327896 +financial_management_service n 1 2 @ #p 1 0 08140506 +financial_obligation n 1 2 @ ~ 1 0 14490319 +financial_officer n 1 2 @ ~ 1 0 10727256 +financial_organisation n 1 2 @ ~ 1 0 08054721 +financial_organization n 1 2 @ ~ 1 0 08054721 +financial_statement n 1 2 @ ~ 1 0 06516595 +financial_support n 1 1 @ 1 0 13365698 +financial_year n 1 1 @ 1 0 15203120 +financier n 1 3 @ ~ + 1 0 10090020 +financing n 1 2 @ + 1 1 01099109 +finback n 1 2 @ #m 1 0 02065026 +finback_whale n 1 2 @ #m 1 0 02065026 +fincen n 1 2 @ #p 1 0 08137251 +finch n 1 3 @ ~ #m 1 0 01529672 +find n 2 3 @ ~ + 2 0 05808218 00043195 +finder n 3 4 @ ~ #p + 3 0 10090745 10090498 03340723 +finder's_fee n 1 1 @ 1 0 13321722 +finding n 3 4 @ ~ + ; 3 3 00151497 01191975 09279458 +finding_of_fact n 1 3 @ ~ ; 1 0 01192150 +finding_of_law n 1 2 @ ; 1 0 01192463 +findings n 1 1 @ 1 0 07955961 +fine n 1 3 @ ~ + 1 0 13301328 +fine-leaved_heath n 1 1 @ 1 0 12228387 +fine-tooth_comb n 2 1 @ 2 0 03341035 00143057 +fine-toothed_comb n 2 1 @ 2 0 03341035 00143057 +fine_art n 1 3 @ ~ ; 1 0 02743547 +fine_arts n 1 3 @ ~ - 1 1 06156968 +fine_print n 2 2 @ #p 2 0 06761994 06678506 +fine_spray n 1 1 @ 1 0 11457496 +fine_structure n 1 2 @ #p 1 0 11457586 +fineness n 4 2 @ + 4 1 04728604 05136978 04948069 04813066 +finery n 1 2 @ ~ 1 0 03340923 +fines_herbes n 1 1 @ 1 0 07812046 +finesse n 1 1 @ 1 0 04842029 +fingal's_cave n 1 2 @ #p 1 0 09279727 +finger n 3 5 @ ~ #p %p + 3 1 05566504 13653461 03341153 +finger's_breadth n 1 1 @ 1 0 13653461 +finger-flower n 1 1 @ 1 0 12882945 +finger-painting n 2 2 @ + 2 0 03342127 00718066 +finger-pointing n 1 1 @ 1 0 07237234 +finger-roll n 1 1 @ 1 0 00110834 +finger-root n 1 1 @ 1 0 12882945 +finger_alphabet n 1 2 @ #p 1 0 06500765 +finger_bowl n 1 1 @ 1 0 03341606 +finger_cymbals n 1 2 @ ; 1 0 02869249 +finger_food n 1 1 @ 1 0 07560331 +finger_grass n 2 3 @ ~ #m 2 0 12117017 12114397 +finger_hole n 2 3 @ ~ #p 2 0 03341850 03341707 +finger_lakes n 1 2 @ %m 1 0 08567600 +finger_millet n 1 2 @ #m 1 0 12118661 +finger_paint n 1 1 @ 1 0 03342015 +finger_plate n 1 1 @ 1 0 03342262 +finger_scan n 1 1 @ 1 0 06644658 +finger_scanning n 1 1 @ 1 0 06644658 +finger_spelling n 1 1 @ 1 0 06875883 +finger_wave n 1 1 @ 1 0 05259426 +fingerboard n 3 2 @ #p 3 0 06794537 03928814 03341297 +fingerbreadth n 1 1 @ 1 0 13653461 +fingerflower n 1 1 @ 1 0 12882945 +fingering n 2 3 @ #p + 2 1 01053207 00140900 +fingerling n 1 1 @ 1 0 02512752 +fingermark n 1 1 @ 1 0 04694980 +fingernail n 1 3 @ ~ #p 1 1 05584265 +fingerpaint n 1 1 @ 1 0 03342015 +fingerpointing n 1 1 @ 1 0 07237234 +fingerpost n 1 1 @ 1 0 06794537 +fingerprint n 3 3 @ ~ + 3 1 06644393 06886488 04694980 +fingerprint_expert n 1 1 @ 1 1 10090864 +fingerprint_man n 1 1 @ 1 1 10090864 +fingerprint_specialist n 1 1 @ 1 1 10090864 +fingerprinting n 1 2 @ + 1 1 00152338 +fingerroot n 1 1 @ 1 0 12882945 +fingerspelling n 1 2 @ + 1 0 06875883 +fingerstall n 1 1 @ 1 0 03342432 +fingertip n 1 2 @ #p 1 1 05567117 +finial n 1 1 @ 1 0 03342529 +finis n 2 1 @ 2 0 15267536 00210797 +finish n 9 5 ! @ ~ + ; 9 1 04700642 15267536 14459824 08567877 07353376 07333162 07291312 05717747 00210518 +finish_coat n 2 1 @ 2 0 03342863 03342657 +finish_line n 1 2 @ ~ 1 0 08571459 +finisher n 6 4 @ ~ + ; 6 0 09930257 09619734 09619605 09619452 03342961 02385002 +finishing n 2 3 @ ~ + 2 1 04700642 00210518 +finishing_coat n 2 1 @ 2 0 03342863 03342657 +finishing_line n 1 2 @ ~ 1 0 08571459 +finishing_school n 1 1 @ 1 0 08282109 +finishing_touch n 1 1 @ 1 0 05642678 +finiteness n 1 3 ! @ + 1 0 05209659 +finitude n 1 1 @ 1 0 05209659 +fink n 1 2 @ + 1 0 10091012 +finland n 1 5 @ #m #p %m %p 1 0 08779504 +finn n 1 2 @ #m 1 1 09706029 +finnan n 1 1 @ 1 0 07789745 +finnan_haddie n 1 1 @ 1 0 07789745 +finnan_haddock n 1 1 @ 1 0 07789745 +finnbogadottir n 1 1 @ 1 0 10971080 +finnic n 1 2 @ ~ 1 0 06956544 +finnish n 1 2 @ + 1 0 06958255 +finnish_capital n 1 2 @ #p 1 0 08780018 +finnish_mark n 1 2 @ %p 1 0 13688447 +finnish_monetary_unit n 1 2 @ ~ 1 0 13688319 +finno-ugrian n 1 2 @ ~ 1 0 06956287 +finno-ugric n 1 2 @ ~ 1 0 06956287 +finocchio n 1 2 @ #p 1 0 07817871 +fiord n 1 2 @ ~ 1 0 09281104 +fipple n 1 1 @ 1 0 03343234 +fipple_flute n 1 2 @ ~ 1 0 03343354 +fipple_pipe n 1 2 @ ~ 1 0 03343354 +fir n 2 6 @ ~ #m #s %s %p 2 0 11620912 11620673 +fir_clubmoss n 1 1 @ 1 0 13223090 +fir_cone n 1 2 @ #p 1 0 11683105 +fir_tree n 1 5 @ ~ #m %s %p 1 0 11620673 +fire n 9 4 @ ~ + ; 9 6 07302836 00986938 13480848 03343560 14842847 07481375 14686186 07420435 06711159 +fire-bellied_toad n 1 2 @ #m 1 0 01648620 +fire-bush n 2 2 @ #m 2 0 12914193 11831874 +fire-eater n 3 3 @ ~ #m 3 0 10091651 10091564 10091450 +fire-on-the-mountain n 1 2 @ #m 1 0 12920719 +fire-raising n 1 1 @ 1 0 00378296 +fire-swallower n 1 1 @ 1 0 10091450 +fire-wheel n 1 1 @ 1 0 11970846 +fire-worship n 1 1 @ 1 0 01046167 +fire_alarm n 2 1 @ 2 0 07265276 03343737 +fire_and_brimstone n 1 2 @ ; 1 1 14458763 +fire_ant n 1 2 @ #m 1 0 02221083 +fire_beetle n 1 2 @ #m 1 0 02176747 +fire_bell n 1 1 @ 1 0 03344305 +fire_blight n 1 2 @ ~ 1 0 14217002 +fire_brigade n 2 1 @ 2 0 08121394 08121301 +fire_bush n 2 2 @ #m 2 0 12914193 11831874 +fire_chief n 1 1 @ 1 0 10091349 +fire_code n 1 2 @ ; 1 0 06668813 +fire_company n 1 1 @ 1 1 08121394 +fire_control n 1 2 @ #p 1 0 00123652 +fire_control_radar n 1 2 @ ; 1 0 03344784 +fire_control_system n 1 2 @ ; 1 0 03344935 +fire_department n 1 3 @ ~ %m 1 0 08121117 +fire_door n 1 1 @ 1 0 03345362 +fire_drill n 1 1 @ 1 0 00894979 +fire_engine n 1 2 @ ~ 1 0 03345487 +fire_escape n 1 1 @ 1 0 03345658 +fire_extinguisher n 1 1 @ 1 0 03345837 +fire_fighter n 1 3 @ ~ #m 1 0 10091651 +fire_hook n 1 1 @ 1 0 03975926 +fire_hose n 1 1 @ 1 0 03346004 +fire_hydrant n 1 1 @ 1 0 03346898 +fire_insurance n 1 1 @ 1 0 13346337 +fire_iron n 1 3 @ ~ #p 1 0 03346135 +fire_marshal n 1 1 @ 1 0 10091349 +fire_marshall n 1 1 @ 1 0 10091861 +fire_opal n 1 1 @ 1 0 14868916 +fire_pink n 1 2 @ #m 1 0 11816649 +fire_pit n 1 1 @ 1 0 09280113 +fire_salamander n 1 2 @ #m 1 0 01629962 +fire_sale n 2 1 @ 2 0 01119116 01119012 +fire_screen n 1 1 @ 1 0 03347037 +fire_ship n 1 1 @ 1 0 03347191 +fire_station n 1 2 @ #p 1 0 03347338 +fire_thorn n 1 2 @ #m 1 0 12651229 +fire_tongs n 1 2 @ ; 1 0 03347472 +fire_tower n 1 1 @ 1 0 03347617 +fire_tree n 1 2 @ #m 1 0 12738599 +fire_trench n 1 1 @ 1 0 03347855 +fire_truck n 1 2 @ ~ 1 0 03345487 +fire_walker n 1 1 @ 1 0 10091997 +fire_walking n 1 1 @ 1 0 07454632 +fire_warden n 1 2 @ ~ 1 0 10092098 +fire_watcher n 1 2 @ ; 1 0 10092299 +fire_watching n 1 2 @ ; 1 0 00817507 +fire_wheel n 1 1 @ 1 0 11970846 +firearm n 1 3 @ ~ %p 1 1 03343853 +fireball n 4 3 @ ~ #p 4 0 11484260 10462429 09279986 09279870 +firebase n 1 1 @ 1 0 03344205 +firebird n 3 2 @ #m 3 0 01597737 01572489 01550172 +fireboat n 1 1 @ 1 0 03344393 +firebomb n 1 2 @ + 1 0 03565991 +firebox n 1 2 @ #p 1 0 03344509 +firebrand n 2 2 @ ~ 2 0 15101157 10209246 +firebrat n 1 2 @ #m 1 0 02270945 +firebreak n 1 1 @ 1 0 08571642 +firebrick n 1 2 @ %s 1 0 03344642 +firebug n 2 3 @ ~ #m 2 0 09810707 02245111 +fireclay n 1 2 @ #s 1 0 14813843 +firecracker n 1 2 @ ~ 1 1 03345115 +firedamp n 1 1 @ 1 0 14726998 +firedog n 1 1 @ 1 0 02710044 +firedrake n 1 2 @ ~ 1 0 09494388 +firefighter n 1 3 @ ~ #m 1 0 10091651 +firefly n 2 3 @ ~ #m 2 0 02176747 02168245 +fireguard n 2 1 @ 2 0 08571642 03347037 +firehouse n 1 2 @ #p 1 0 03347338 +firelight n 1 1 @ 1 1 11457841 +firelighter n 1 1 @ 1 0 14868771 +firelock n 1 2 @ %p 1 0 03363749 +fireman n 4 3 @ ~ #m 4 1 00432587 10659042 10518194 10091651 +fireman's_ax n 1 1 @ 1 0 03346289 +fireman's_axe n 1 1 @ 1 0 03346289 +fireman's_carry n 1 1 @ 1 0 00319608 +firenze n 1 3 @ #p %m 1 0 08812166 +fireplace n 1 4 @ ~ #p %p 1 1 03346455 +fireplug n 1 1 @ 1 0 03346898 +firepower n 1 2 @ ; 1 1 05204004 +fireroom n 1 2 @ ; 1 0 04325409 +fireside n 2 3 @ #p ; 2 1 08581699 03507241 +firestone n 2 1 @ 2 0 14870821 09280236 +firestorm n 2 1 @ 2 0 11457944 07182614 +firethorn n 1 2 @ #m 1 0 12651229 +firetrap n 1 1 @ 1 0 03347731 +firewall n 3 2 @ ; 3 1 00104088 03348142 03347980 +firewater n 1 2 @ ; 1 0 07907037 +fireweed n 2 2 @ #m 2 0 12342498 11965218 +firewheel_tree n 1 2 @ #m 1 0 12222900 +firewood n 1 2 @ ~ 1 1 15100644 +firework n 1 3 @ ~ ; 1 1 03348454 +firing n 4 3 @ ~ + 4 2 00986938 00123234 00378479 00216174 +firing_chamber n 1 2 @ #p 1 0 03348868 +firing_line n 2 1 @ 2 0 08571799 08415983 +firing_mechanism n 1 4 @ ~ #p %p 1 0 03469493 +firing_off n 1 2 @ ~ 1 0 00123234 +firing_party n 1 2 @ ; 1 0 08424769 +firing_pin n 1 2 @ #p 1 0 03349020 +firing_range n 1 2 @ ~ 1 1 03349150 +firing_squad n 1 2 @ ; 1 0 08424769 +firkin n 2 3 @ #p %p 2 0 13622769 03349296 +firm n 1 2 @ ~ 1 1 08059870 +firm_omelet n 1 2 @ ~ 1 0 07842972 +firmament n 1 3 @ %p + 1 0 08521267 +firmer_chisel n 1 1 @ 1 0 03349367 +firmiana n 1 3 @ #m %m 1 0 12198140 +firmiana_simplex n 1 2 @ #m 1 0 12198286 +firmness n 4 3 @ ~ + 4 2 05031849 04861486 04938110 04777852 +firmness_of_purpose n 1 2 @ ~ 1 0 04861486 +firmware n 1 2 @ ; 1 0 06357814 +first n 6 5 @ ~ #m #p ; 6 4 13846199 13597444 15265518 00723547 06700169 03350011 +first-aid_kit n 1 1 @ 1 0 03349469 +first-aid_station n 1 2 @ ~ 1 0 03349599 +first-class_honours_degree n 1 3 @ ~ ; 1 0 06700169 +first-class_mail n 1 2 @ ~ 1 0 06265272 +first-degree_burn n 1 2 @ ~ 1 0 14291173 +first-nighter n 1 1 @ 1 1 10093264 +first-order_correlation n 1 2 @ ; 1 0 06032066 +first-place_finish n 1 1 @ 1 0 07354911 +first-rater n 1 1 @ 1 0 10093396 +first_aid n 1 1 @ 1 1 00656524 +first_amendment n 1 3 @ #p ; 1 0 06728034 +first_appearance n 1 2 @ ~ 1 0 00238022 +first_balcony n 1 2 @ %p 1 0 03758220 +first_baron_beveridge n 1 1 @ 1 0 10850667 +first_baron_kelvin n 1 1 @ 1 0 11100260 +first_baron_lytton n 1 1 @ 1 0 11146494 +first_baron_macaulay n 1 1 @ 1 0 11146914 +first_baron_marks_of_broughton n 1 1 @ 1 0 11157422 +first_baron_passfield n 1 2 @ #m 1 0 11377851 +first_baron_rutherford n 1 1 @ 1 0 11276285 +first_baron_rutherford_of_nelson n 1 1 @ 1 0 11276285 +first_baron_tennyson n 1 1 @ 1 0 11335330 +first_base n 3 2 @ #m 3 0 03349771 00723547 00243662 +first_baseman n 1 2 @ ; 1 1 10092488 +first_battle_of_ypres n 1 3 @ #p ; 1 0 01300508 +first_blush n 1 1 @ 1 0 05917675 +first_cause n 1 1 @ 1 0 09504603 +first_class n 3 2 @ ~ 3 1 04730191 06265272 03349892 +first_council_of_constantinople n 1 1 @ 1 0 08313790 +first_council_of_lyons n 1 1 @ 1 0 08316346 +first_council_of_nicaea n 1 1 @ 1 0 08313592 +first_cousin n 1 1 @ 1 0 09972010 +first_cranial_nerve n 1 2 @ #p 1 0 05477946 +first_crusade n 1 1 @ 1 0 00969087 +first_degree n 1 1 @ 1 0 05861716 +first_derivative n 1 2 @ ~ 1 0 06014730 +first_duke_of_marlborough n 1 1 @ 1 0 10897594 +first_duke_of_wellington n 1 1 @ 1 0 11380923 +first_earl_kitchener_of_khartoum n 1 1 @ 1 0 11106479 +first_earl_of_beaconsfield n 1 1 @ 1 0 10937364 +first_earl_of_chatham n 1 1 @ 1 0 11236317 +first_earl_of_orford n 1 1 @ 1 0 11372372 +first_earl_wavell n 1 1 @ 1 0 11377315 +first_epistle_of_john n 1 2 @ #p 1 0 06447221 +first_epistle_of_paul_the_apostle_to_the_corinthians n 1 2 @ #p 1 0 06443398 +first_epistle_of_paul_the_apostle_to_the_thessalonians n 1 2 @ #p 1 0 06444959 +first_epistle_of_paul_the_apostle_to_timothy n 1 2 @ #p 1 0 06445473 +first_epistle_of_peter n 1 2 @ #p 1 0 06446860 +first_epistle_to_the_corinthians n 1 2 @ #p 1 0 06443398 +first_epistle_to_the_thessalonians n 1 2 @ #p 1 0 06444959 +first_epistle_to_timothy n 1 2 @ #p 1 0 06445473 +first_estate n 1 2 @ ; 1 0 08167779 +first_floor n 1 1 @ 1 0 03463381 +first_gear n 1 2 @ #p 1 0 03350011 +first_half n 1 1 @ 1 1 15258091 +first_harmonic n 1 1 @ 1 0 05719958 +first_in_first_out n 1 1 @ 1 0 00620084 +first_lady n 2 1 @ 2 0 10092880 10092794 +first_language n 1 1 @ 1 0 06904748 +first_lateran_council n 1 1 @ 1 0 08315442 +first_law_of_motion n 1 1 @ 1 0 05885822 +first_law_of_thermodynamics n 1 1 @ 1 0 06104578 +first_lieutenant n 1 1 @ 1 0 10092978 +first_light n 1 1 @ 1 0 15168790 +first_lord_of_the_treasury n 1 2 @ #m 1 0 10727458 +first_marquess_cornwallis n 1 1 @ 1 0 10911687 +first_mate n 1 1 @ 1 0 10300041 +first_moment n 1 2 @ ; 1 1 06024230 +first_mortgage n 1 1 @ 1 0 13352464 +first_name n 1 2 @ ~ 1 1 06337307 +first_of_may n 1 2 @ #p 1 0 15189033 +first_of_october_antifascist_resistance_group n 1 2 @ ; 1 0 08021129 +first_offender n 1 1 @ 1 0 10093167 +first_period n 1 2 @ #p 1 0 15257416 +first_person n 1 1 @ 1 0 06327718 +first_principle n 1 2 @ ; 1 0 05872742 +first_quarter n 1 1 @ 1 0 15207302 +first_reading n 1 1 @ 1 0 07163272 +first_rudiment n 1 2 @ ; 1 0 05872742 +first_sacker n 1 2 @ ; 1 0 10092488 +first_sergeant n 1 2 @ ~ 1 0 10093475 +first_state n 1 3 @ #p %p 1 0 09069862 +first_step n 1 2 @ ~ 1 1 00239230 +first_stomach n 1 2 @ #p 1 0 02399424 +first_strike n 1 1 @ 1 0 00977551 +first_team n 1 1 @ 1 0 08080652 +first_trimester n 1 1 @ 1 0 15226972 +first_vatican_council n 1 1 @ 1 0 08318032 +first_viscount_haldane_of_cloan n 1 1 @ 1 0 11022465 +first_viscount_nuffield n 1 1 @ 1 0 11210383 +first_visual_area n 1 2 @ #p 1 0 05494617 +first_water n 1 1 @ 1 0 04730285 +first_world_war n 1 2 @ %p 1 0 01311520 +firstborn n 1 2 @ + 1 0 10092643 +firth n 2 3 @ ~ ; 2 0 10971264 09280380 +firth_of_clyde n 1 2 @ #p 1 0 09280573 +firth_of_forth n 1 2 @ #p 1 0 09280731 +fisa n 1 1 @ 1 0 06565397 +fisc n 1 2 @ + 1 0 13358360 +fiscal_policy n 1 1 @ 1 1 06656961 +fiscal_year n 1 1 @ 1 1 15203120 +fischer n 3 1 @ 3 0 10971852 10971697 10971528 +fischer's_slime_mushroom n 1 1 @ 1 0 13004065 +fish n 4 6 @ ~ #m %p + ; 4 3 02512053 07775375 09753792 08688076 +fish-fly n 1 2 @ #m 1 0 02266421 +fish-liver_oil n 1 2 @ ~ 1 0 14869035 +fish-worship n 1 1 @ 1 0 01046571 +fish_and_chips n 1 1 @ 1 0 07867324 +fish_ball n 2 2 @ ~ 2 0 07868955 07641928 +fish_bowl n 2 1 @ 2 0 13935400 03350204 +fish_cake n 1 2 @ ~ 1 0 07641928 +fish_chowder n 1 1 @ 1 0 07588111 +fish_doctor n 1 2 @ #m 1 0 02617819 +fish_duck n 1 3 @ ~ #m 1 0 01854415 +fish_eagle n 1 2 @ #m 1 0 01616086 +fish_family n 1 3 @ ~ #m 1 0 01429349 +fish_farm n 1 1 @ 1 0 03351036 +fish_filet n 1 1 @ 1 0 07655337 +fish_fillet n 1 1 @ 1 0 07655337 +fish_finger n 1 1 @ 1 0 07642361 +fish_fly n 1 2 @ #m 1 0 02266421 +fish_fry n 1 1 @ 1 0 07577144 +fish_fuddle n 1 2 @ #m 1 0 12559518 +fish_genus n 1 3 @ ~ #m 1 0 01432517 +fish_geranium n 1 2 @ #m 1 0 12687698 +fish_glue n 1 1 @ 1 0 14703566 +fish_hawk n 1 2 @ #m 1 1 01616086 +fish_house_punch n 1 1 @ 1 0 07931733 +fish_joint n 1 1 @ 1 0 03352232 +fish_knife n 1 1 @ 1 0 03352366 +fish_ladder n 1 1 @ 1 0 03352484 +fish_loaf n 1 2 @ ~ 1 0 07875693 +fish_louse n 1 2 @ #m 1 0 01997605 +fish_lure n 1 3 @ ~ ; 1 0 03350602 +fish_meal n 1 1 @ 1 0 14867545 +fish_mousse n 1 1 @ 1 0 07617447 +fish_oil n 1 2 @ ~ 1 0 14869035 +fish_scale n 1 2 @ #p 1 0 01903110 +fish_slice n 1 2 @ ; 1 0 03352961 +fish_species n 1 2 @ ~ 1 0 08111027 +fish_steak n 1 2 @ ~ 1 0 07658058 +fish_stew n 1 2 @ ~ 1 0 07591473 +fish_stick n 1 1 @ 1 0 07642361 +fish_tank n 1 2 @ ~ 1 0 02732072 +fishbone n 1 2 @ #p 1 0 02467491 +fishbowl n 2 1 @ 2 0 13935400 03350204 +fisher n 2 3 @ ~ + 2 1 10093658 02450829 +fisher_cat n 1 1 @ 1 0 02450829 +fisherman n 1 2 @ ~ 1 1 10093658 +fisherman's_bend n 1 1 @ 1 0 03350352 +fisherman's_knot n 1 1 @ 1 0 03350456 +fisherman's_lure n 1 3 @ ~ ; 1 0 03350602 +fishery n 1 3 @ ~ + 1 0 03350880 +fisheye_lens n 1 1 @ 1 0 04583212 +fishgig n 1 3 @ ~ #m 1 0 04271148 +fishhook n 1 2 @ #m 1 0 03351151 +fishing n 2 4 @ ~ + - 2 1 00453935 00454121 +fishing_boat n 1 2 @ ~ 1 1 03351262 +fishing_eagle n 1 1 @ 1 0 01615703 +fishing_expedition n 1 1 @ 1 0 05800838 +fishing_gear n 1 3 @ %m %p 1 0 03351434 +fishing_licence n 1 1 @ 1 0 06550381 +fishing_license n 1 1 @ 1 0 06550381 +fishing_line n 1 3 @ ~ #m 1 0 03351768 +fishing_net n 1 2 @ ~ 1 1 03352628 +fishing_permit n 1 1 @ 1 0 06550381 +fishing_pole n 1 4 @ ~ #m %p 1 0 03351979 +fishing_rig n 1 3 @ %m %p 1 0 03351434 +fishing_rod n 1 4 @ ~ #m %p 1 1 03351979 +fishing_season n 1 1 @ 1 0 15240888 +fishing_smack n 1 2 @ ~ 1 0 03351262 +fishing_tackle n 1 3 @ %m %p 1 1 03351434 +fishing_vessel n 1 2 @ ~ 1 0 03351262 +fishing_worm n 1 2 @ #m 1 0 01935395 +fishmonger n 1 1 @ 1 1 10093818 +fishnet n 1 2 @ ~ 1 0 03352628 +fishpaste n 1 1 @ 1 0 07856992 +fishplate n 1 1 @ 1 0 03352853 +fishpole_bamboo n 1 2 @ #m 1 0 12149144 +fishpond n 1 1 @ 1 0 09280913 +fishtail_bit n 1 1 @ 1 0 03353147 +fishtail_palm n 1 2 @ #m 1 0 12586989 +fishwife n 1 1 @ 1 1 10093818 +fishworm n 1 2 @ #m 1 0 01935395 +fission n 2 2 @ ~ 2 0 13481408 13481224 +fission_bomb n 1 3 @ ~ %p 1 0 02753044 +fissiparity n 2 1 @ 2 0 13481580 04705196 +fissiped n 1 1 @ 1 0 02082190 +fissiped_mammal n 1 1 @ 1 0 02082190 +fissipedia n 1 2 @ #m 1 0 02082056 +fissure n 3 4 @ ~ + ; 3 0 13907272 09258715 05223370 +fissure_of_rolando n 1 2 @ #p 1 0 05223823 +fissure_of_sylvius n 1 2 @ #p 1 0 05224080 +fissurella n 1 3 @ #m %m 1 0 01949330 +fissurella_apertura n 1 2 @ #m 1 0 01949499 +fissurellidae n 1 3 @ #m %m 1 0 01949195 +fist n 1 1 @ 1 1 05565064 +fistfight n 1 3 @ ~ + 1 1 01173826 +fistful n 1 1 @ 1 0 13767350 +fisticuffs n 2 3 @ ~ - 2 0 01173826 00445802 +fistmele n 1 1 @ 1 0 13653615 +fistula n 2 2 @ + 2 0 14263440 05548032 +fistularia n 1 3 @ #m %m 1 0 01454393 +fistulariidae n 1 3 @ #m %m 1 0 01454260 +fistulina n 1 3 @ #m %m 1 0 13053450 +fistulina_hepatica n 1 2 @ #m 1 0 13053608 +fistulinaceae n 1 3 @ #m %m 1 0 13053187 +fistulous_withers n 1 1 @ 1 0 14263440 +fit n 4 3 @ ~ + 4 3 14406303 14082788 04930307 00555325 +fitch n 1 3 @ ~ #m 1 0 02443114 +fitfulness n 1 3 @ ~ + 1 0 04770535 +fitment n 1 2 @ ; 1 0 03353281 +fitness n 4 5 ! @ ~ = + 4 2 04716864 14546432 14547036 05153795 +fits_and_starts n 1 1 @ 1 0 00555525 +fitted_sheet n 1 1 @ 1 0 03353467 +fitter n 1 2 @ + 1 0 10093908 +fitting n 4 4 @ ~ + ; 4 0 07369604 03353616 02730568 00795008 +fittingness n 1 3 @ ~ + 1 0 04716864 +fitzgerald n 3 1 @ 3 0 10972298 10972094 10971981 +five n 3 3 @ #m %m 3 1 13744521 08079852 03353783 +five-finger n 1 3 @ ~ #m 1 0 12636885 +five-fingered_maidenhair_fern n 1 1 @ 1 0 13207335 +five-flowered_gentian n 1 2 @ #m 1 0 12295796 +five-hitter n 1 1 @ 1 0 00475661 +five-point_bishop's_cap n 1 2 @ #m 1 0 12801072 +five-spot n 3 2 @ ~ 3 0 13395515 12836508 03353783 +five-star_admiral n 1 1 @ 1 0 10096016 +five_dollar_bill n 1 2 @ ~ 1 0 13395515 +five_hundred n 2 1 @ 2 0 13750712 00492309 +five_iron n 1 1 @ 1 0 03724538 +five_nations n 1 1 @ 1 0 08305277 +five_spice_powder n 1 2 @ %s 1 0 07813833 +fivepence n 1 1 @ 1 0 13391373 +fiver n 1 2 @ ~ 1 0 13395515 +fives n 1 2 @ ; 1 0 00479734 +fivesome n 2 1 @ 2 0 13744521 07987580 +fix n 5 4 @ ~ + ; 5 1 14409489 00323262 00266806 00214148 00155487 +fix-it_shop n 1 2 @ ~ 1 0 04075916 +fixation n 4 4 @ #p + ; 4 0 14503354 05700401 01260182 00276342 +fixative n 2 1 @ 2 0 14869177 03353951 +fixed-combination_drug n 1 1 @ 1 0 03354082 +fixed-cycle_operation n 1 1 @ 1 0 13481727 +fixed-point_notation n 1 1 @ 1 0 06813506 +fixed-point_number n 1 1 @ 1 0 13598128 +fixed-point_part n 1 1 @ 1 0 06813115 +fixed-point_representation_system n 1 1 @ 1 0 06813506 +fixed-width_font n 1 2 ! @ 1 0 06825996 +fixed_charge n 1 2 @ ~ 1 0 13318147 +fixed_cost n 1 2 @ ~ 1 0 13318147 +fixed_costs n 1 2 @ ~ 1 0 13318147 +fixed_disk n 1 3 @ ~ #p 1 0 03492542 +fixed_intonation n 1 1 @ 1 0 01255125 +fixed_investment_trust n 1 1 @ 1 0 13362734 +fixed_oil n 1 1 @ 1 0 14967478 +fixed_phagocyte n 1 1 @ 1 0 05451099 +fixed_star n 1 1 @ 1 0 09280995 +fixed_storage n 1 3 @ ~ ; 1 0 04058239 +fixedness n 3 4 ! @ ~ + 3 0 14006490 04777098 04740655 +fixer n 4 3 @ ~ + 4 1 10094046 14869327 10308732 03754014 +fixer-upper n 1 1 @ 1 0 03354207 +fixing n 4 5 @ ~ #p + ; 4 1 00266806 03323703 00692506 00276342 +fixing_agent n 1 2 @ ~ 1 0 14869327 +fixings n 2 4 @ ~ #p ; 2 0 07809096 03354350 +fixity n 2 3 @ ~ + 2 0 04777098 04741807 +fixture n 4 3 @ ~ + 4 1 03354613 10517405 04777098 00266806 +fizgig n 2 3 @ ~ #m 2 0 04271148 03354816 +fizz n 1 2 @ + 1 0 07919310 +fizzle n 2 2 @ ~ 2 0 07384898 07365024 +fjord n 1 2 @ ~ 1 0 09281104 +fl n 1 4 @ #m #p %p 1 0 09071690 +flab n 1 2 @ + 1 0 05269401 +flabbiness n 1 2 @ + 1 0 04939046 +flaccid_bladder n 1 1 @ 1 0 14401240 +flaccid_paralysis n 1 1 @ 1 0 14095273 +flaccidity n 1 2 @ + 1 0 04939046 +flack n 3 3 @ ~ %p 3 0 10094782 06711159 02715712 +flack_catcher n 1 1 @ 1 0 10094782 +flacourtia n 1 3 @ #m %m 1 0 12378080 +flacourtia_family n 1 3 @ #m %m 1 0 12377809 +flacourtia_indica n 1 2 @ #m 1 0 12378249 +flacourtiaceae n 1 3 @ #m %m 1 0 12377809 +flag n 7 5 @ ~ #m #p + 7 3 03354903 06493158 12411922 06875094 03940894 03355339 02158846 +flag-waver n 1 1 @ 1 1 09911849 +flag_captain n 1 1 @ 1 0 10094236 +flag_day n 1 2 @ #p 1 0 15189838 +flag_of_truce n 1 1 @ 1 1 04580126 +flag_officer n 1 3 @ ~ ; 1 0 10094584 +flag_rank n 1 2 @ ; 1 0 14431637 +flag_smut n 1 1 @ 1 0 14284193 +flag_smut_fungus n 1 3 @ ~ #m 1 0 13068917 +flag_stop n 1 1 @ 1 0 04579795 +flag_waving n 1 1 @ 1 0 07187486 +flagellant n 2 2 @ + 2 0 10094444 10094320 +flagellata n 1 3 @ #m %m 1 0 01416354 +flagellate n 1 4 @ ~ #m + 1 0 01416585 +flagellate_protozoan n 1 3 @ ~ #m 1 0 01416585 +flagellated_cell n 1 2 @ ~ 1 0 01907149 +flagellated_protozoan n 1 3 @ ~ #m 1 1 01416585 +flagellation n 2 3 @ ~ + 2 0 01163316 01163047 +flagellum n 2 3 @ #p + 2 0 04149968 01458302 +flageolet n 2 2 @ ~ 2 0 07727741 03355468 +flagfish n 1 2 @ #m 1 0 01447946 +flagging n 2 1 @ 2 0 07956112 03355641 +flagon n 1 1 @ 1 0 03355768 +flagpole n 2 1 @ 2 0 04053767 03355925 +flagroot n 1 4 @ #m %s %p 1 0 11780930 +flagship n 2 1 @ 2 0 03356158 03356038 +flagstaff n 2 2 @ #p 2 0 09057930 03355925 +flagstone n 1 1 @ 1 0 03355339 +flagyl n 1 2 @ ; 1 0 03757428 +flail n 1 2 @ + 1 1 03356279 +flair n 3 1 @ 3 2 05624461 04812871 13862644 +flak n 3 3 @ ~ %p 3 0 10094782 06711159 02715712 +flak_catcher n 1 1 @ 1 0 10094782 +flake n 3 6 @ ~ #s #p %s + 3 0 11509066 10042845 09222051 +flakiness n 2 2 @ + 2 0 14397889 04939872 +flambeau n 1 1 @ 1 0 03356446 +flamboyance n 1 2 @ + 1 0 04699936 +flamboyant n 1 3 @ #m + 1 0 12494794 +flamboyant_tree n 1 2 @ #m 1 0 12490054 +flame n 1 3 @ ~ + 1 1 13480848 +flame-flower n 2 3 @ ~ #m 2 0 12437513 11862835 +flame-out n 2 2 @ ; 2 0 07422629 07318299 +flame_bush n 1 2 @ #m 1 0 12572188 +flame_cell n 1 2 @ #p 1 0 01458509 +flame_durrajong n 1 1 @ 1 0 12196336 +flame_fish n 1 1 @ 1 0 02572484 +flame_flower n 2 3 @ ~ #m 2 0 12437513 11862835 +flame_nettle n 1 3 @ ~ #m 1 0 12844939 +flame_pea n 1 2 @ #m 1 0 12515393 +flame_stitch n 1 1 @ 1 0 02792822 +flame_tokay n 1 1 @ 1 0 07760673 +flame_tree n 5 2 @ #m 5 0 12738599 12494794 12196527 12196336 11757851 +flamefish n 1 1 @ 1 0 02572484 +flameflower n 2 3 @ ~ #m 2 0 12437513 11862835 +flamen n 1 1 @ 1 0 10094954 +flamenco n 2 1 @ 2 0 07055401 00533036 +flamethrower n 1 1 @ 1 0 03356559 +flaming n 1 3 @ ~ + 1 0 13480848 +flaming_poppy n 1 1 @ 1 0 11908549 +flamingo n 1 2 @ #m 1 0 02007558 +flamingo_flower n 1 1 @ 1 0 11784126 +flamingo_plant n 1 1 @ 1 0 11784126 +flaminian_way n 1 2 @ #p 1 0 03356670 +flaminius n 1 1 @ 1 0 10972495 +flammability n 1 2 @ + 1 0 04712568 +flammulina n 1 3 @ #m %m 1 0 13022078 +flammulina_velutipes n 1 2 @ #m 1 0 13022210 +flan n 1 1 @ 1 0 07611267 +flanders n 1 2 @ #p 1 0 08849549 +flanders_poppy n 1 2 @ #m 1 0 11902200 +flange n 1 1 @ 1 0 03356858 +flank n 4 6 @ ~ #p %p + ; 4 1 08482113 13897377 07657757 02464223 +flank_steak n 1 2 @ #p 1 0 07658461 +flanker n 2 4 @ #m + ; 2 0 10095265 10095061 +flanker_back n 1 1 @ 1 0 10095265 +flannel n 3 2 @ ; 3 1 03356982 04554523 03357081 +flannel-cake n 1 2 @ ~ 1 0 07640203 +flannel_bush n 1 2 @ #m 1 0 12198793 +flannel_cake n 1 2 @ ~ 1 0 07640203 +flannel_leaf n 1 3 @ ~ #m 1 0 12888906 +flannel_mullein n 1 1 @ 1 0 12889713 +flannelbush n 1 2 @ #m 1 0 12198793 +flannelette n 1 2 @ ~ 1 0 03357267 +flannery_o'connor n 1 1 @ 1 0 11211987 +flap n 5 4 @ ~ #p + 5 1 03357376 14403772 07439284 05389762 03357716 +flapcake n 1 2 @ ~ 1 0 07640203 +flapjack n 1 2 @ ~ 1 0 07640203 +flapper n 1 1 @ 1 1 10095420 +flapping n 1 2 @ + 1 0 07439284 +flaps n 1 3 @ ~ #p 1 0 03357716 +flare n 11 4 @ ~ + ; 11 3 13862644 13481883 06874930 14227357 14081789 11510223 11454310 07014997 03357893 00561376 00150097 +flare-up n 1 3 @ ~ + 1 0 07434942 +flare_pass n 1 1 @ 1 0 00561376 +flare_path n 1 1 @ 1 0 03358046 +flare_star n 1 2 @ ~ 1 0 09281252 +flash n 10 4 @ ~ #p + 10 4 07412092 04953186 07287088 05808442 15247110 06889330 06874930 06682494 03358380 03358172 +flash-forward n 1 3 ! @ ; 1 0 06401787 +flash_bulb n 1 2 @ #p 1 0 03358172 +flash_butt_welding n 1 1 @ 1 0 00150379 +flash_camera n 1 2 @ %p 1 0 03358726 +flash_card n 1 1 @ 1 0 06793959 +flash_flood n 1 2 @ ~ 1 1 11455092 +flash_in_the_pan n 1 1 @ 1 0 10095550 +flash_lamp n 1 2 @ #p 1 0 03358172 +flash_memory n 1 1 @ 1 0 03359436 +flash_point n 2 1 @ 2 0 14033802 05013809 +flash_welding n 1 1 @ 1 0 00150379 +flashback n 2 4 ! @ + ; 2 1 06401526 07343713 +flashboard n 1 1 @ 1 0 03358593 +flashboarding n 1 1 @ 1 0 03358593 +flashbulb n 1 2 @ #p 1 0 03358172 +flashcard n 1 1 @ 1 0 06793959 +flasher n 3 3 @ ~ + 3 0 10070942 03358841 02852173 +flashflood n 1 2 @ ~ 1 0 11455092 +flashgun n 1 2 @ #p 1 0 03358172 +flashiness n 1 2 @ + 1 0 04818700 +flashing n 2 2 @ + 2 1 07287088 03359008 +flashlight n 1 3 @ ~ %p 1 1 03359137 +flashlight_battery n 1 2 @ #p 1 1 03359285 +flashlight_fish n 2 2 @ #m 2 0 01452345 01451863 +flashover n 1 1 @ 1 0 11454470 +flashpoint n 2 1 @ 2 0 14033802 05013809 +flask n 2 2 @ ~ 2 1 03359566 13767146 +flaskful n 1 1 @ 1 0 13767146 +flat n 7 5 @ ~ #p %p + 7 2 09281411 03360038 06866919 03360731 03359950 03359755 02726305 +flat-coated_retriever n 1 1 @ 1 0 02099267 +flat-leaf_parsley n 1 1 @ 1 0 12942572 +flat-topped_white_aster n 1 1 @ 1 0 11936199 +flat_arch n 1 1 @ 1 0 03360133 +flat_bench n 1 1 @ 1 1 03360622 +flat_bone n 1 2 @ #p 1 0 07659308 +flat_cap n 1 1 @ 1 0 03049924 +flat_coat n 1 2 @ ~ 1 0 03360845 +flat_file n 1 1 @ 1 0 03361109 +flat_knot n 1 2 @ ~ 1 0 04067353 +flat_panel_display n 1 2 @ #p 1 0 03361380 +flat_pea n 2 2 @ #m 2 0 12561897 12541805 +flat_solid n 1 2 @ ~ 1 0 04188643 +flat_tip_screwdriver n 1 1 @ 1 0 03361683 +flat_tire n 1 1 @ 1 0 03359950 +flat_wash n 1 1 @ 1 0 03362119 +flatbed n 2 1 @ 2 0 03360731 03360300 +flatbed_press n 1 1 @ 1 0 03360431 +flatboat n 1 2 @ ~ 1 0 02792552 +flatbread n 1 2 @ ~ 1 0 07682624 +flatbrod n 1 1 @ 1 0 07683265 +flatcar n 1 1 @ 1 0 03360731 +flatfish n 2 3 @ ~ #m 2 0 07790400 02657368 +flatfoot n 2 1 @ 2 0 10095664 05576421 +flathead n 2 2 @ #m 2 0 02649546 02620167 +flathead_catfish n 1 2 @ #m 1 0 02520147 +flatiron n 1 1 @ 1 0 03361194 +flatlet n 1 2 @ + 1 0 03361297 +flatmate n 1 1 @ 1 0 10095769 +flatness n 5 2 @ + 5 1 05063349 07069747 05717953 04956110 04635953 +flats n 1 2 @ ; 1 1 03361550 +flatterer n 1 3 @ ~ + 1 0 10095869 +flattery n 1 3 @ ~ + 1 1 06695579 +flattop n 2 2 @ %p 2 0 05260821 02687172 +flatulence n 2 2 @ + 2 0 14035695 07090573 +flatulency n 1 2 @ + 1 0 14035695 +flatus n 1 1 @ 1 1 00839597 +flatware n 2 2 @ ~ 2 0 03361945 03361837 +flatwork n 1 1 @ 1 0 03362119 +flatworm n 1 4 @ ~ #m %p 1 0 01924916 +flaubert n 1 1 @ 1 0 10972697 +flaunt n 1 2 @ + 1 0 06890846 +flautist n 1 2 @ + 1 1 10098245 +flavian_dynasty n 1 1 @ 1 0 08154548 +flavin n 1 2 @ #s 1 0 14870924 +flavius_claudius_julianus n 1 1 @ 1 0 11094312 +flavius_josephus n 1 1 @ 1 0 11092292 +flavius_theodosius n 1 1 @ 1 0 11338172 +flavius_valerius_constantinus n 1 1 @ 1 0 10907962 +flaviviridae n 1 3 @ #m %m 1 0 01332653 +flavivirus n 1 3 @ ~ #m 1 0 01332795 +flavone n 1 1 @ 1 0 14869513 +flavonoid n 1 1 @ 1 0 14869658 +flavor n 3 4 @ ~ + ; 3 2 14526182 05715864 05844282 +flavorer n 1 3 @ ~ + 1 0 07809368 +flavoring n 1 3 @ ~ + 1 0 07809368 +flavorlessness n 1 2 @ + 1 0 04997032 +flavorsomeness n 1 2 @ ~ 1 0 04995940 +flavour n 3 4 @ ~ + ; 3 0 14526182 05844282 05715864 +flavourer n 1 3 @ ~ + 1 0 07809368 +flavouring n 1 3 @ ~ + 1 0 07809368 +flavourlessness n 1 2 @ + 1 0 04997032 +flavoursomeness n 1 2 @ ~ 1 0 04995940 +flaw n 3 3 @ ~ + 3 1 14464203 14463826 14463170 +flawlessness n 1 4 @ ~ = + 1 0 14459422 +flax n 2 3 @ #m #s 2 0 14869829 12486574 +flax_family n 1 2 @ %m 1 0 12486254 +flax_rust n 1 2 @ #m 1 0 13064111 +flax_rust_fungus n 1 2 @ #m 1 0 13064111 +flaxedil n 1 2 @ ; 1 0 14859622 +flaxseed n 1 1 @ 1 0 15086247 +flaxseed_oil n 1 2 @ %s 1 0 15086352 +flea n 1 3 @ ~ #m 1 1 02186153 +flea_beetle n 1 1 @ 1 0 02169705 +flea_bite n 2 1 @ 2 0 14287823 04711919 +flea_market n 1 1 @ 1 1 08571898 +fleabag n 1 1 @ 1 0 03362223 +fleabane n 3 3 @ ~ #m 3 0 12005656 11965627 11956348 +fleapit n 1 2 @ ; 1 0 03362293 +fleawort n 1 1 @ 1 0 12599874 +flecainide n 1 1 @ 1 0 03362393 +fleck n 2 3 @ ~ + 2 1 09222051 04682462 +flection n 2 1 @ 2 0 14035909 07366971 +fledgeling n 2 3 @ ~ + 2 0 10355449 01504179 +fledgling n 2 3 @ ~ + 2 1 10355449 01504179 +fleece n 4 3 @ ~ + 4 0 15104752 14763508 03362639 01899593 +fleer n 2 2 @ + 2 0 10115082 06716117 +fleet n 4 5 @ ~ #m #p %m 4 1 08293831 08293490 08293336 08292756 +fleet_admiral n 1 1 @ 1 0 10096016 +fleet_ballistic_missile_submarine n 1 1 @ 1 0 03362771 +fleet_street n 2 2 @ #p 2 0 08572020 06266633 +fleetingness n 1 2 @ + 1 0 05055689 +fleetness n 1 2 @ + 1 0 05059017 +fleming n 3 2 @ #m 3 0 10972985 10972825 09706132 +flemish n 2 2 @ + 2 0 08483788 06952705 +flemish_dialect n 1 1 @ 1 0 06952705 +flesh n 3 5 @ ~ #p %s + 3 2 05268112 05217168 13096035 +flesh_fly n 1 2 @ #m 1 0 02192513 +flesh_wound n 1 1 @ 1 0 07340592 +fleshiness n 1 3 @ ~ + 1 0 05000342 +fletc n 1 2 @ #p 1 0 08137028 +fletcher n 1 1 @ 1 0 10973164 +fleur-de-lis n 2 4 @ ~ #m ; 2 0 12411922 03362890 +fleur-de-lys n 1 2 @ ; 1 0 03362890 +flex n 1 2 @ + 1 0 00405628 +flexeril n 1 2 @ ; 1 0 03155334 +flexibility n 3 5 ! @ ~ = + 3 2 05022457 04659287 04905188 +flexible_joint n 1 4 @ ~ #p %p 1 0 03521076 +flexible_sigmoidoscope n 1 1 @ 1 0 04217387 +flexible_sigmoidoscopy n 1 1 @ 1 0 00643208 +flexibleness n 2 3 @ ~ + 2 0 05022457 04659287 +flexion n 3 3 ! @ ~ 3 0 14035909 07366971 00405360 +flexor n 1 2 ! @ 1 0 05296503 +flexor_muscle n 1 1 @ 1 0 05296503 +flexure n 3 3 @ ~ + 3 0 14035909 13907415 00405360 +flibbertigibbet n 1 1 @ 1 0 10096126 +flick n 3 5 @ ~ %p + - 3 1 07338358 06799688 06613686 +flick-knife n 1 1 @ 1 0 04373089 +flick_knife n 1 1 @ 1 0 04373089 +flicker n 3 4 @ ~ #m + 3 0 07412310 01839598 00348571 +flickertail n 1 1 @ 1 0 02358712 +flier n 3 3 @ ~ + 3 0 10096217 09826204 07250339 +flies n 1 2 @ ; 1 0 08572162 +flight n 9 3 @ ~ + 9 6 08220534 00302394 03363059 00058743 08220440 05625210 11481334 08220620 00301192 +flight_attendant n 1 2 @ ~ 1 0 10655594 +flight_control n 1 1 @ 1 0 00804535 +flight_deck n 1 2 @ #p 1 0 03363216 +flight_engineer n 1 1 @ 1 0 10096375 +flight_feather n 1 3 @ ~ #p 1 0 02468864 +flight_indicator n 1 1 @ 1 0 02745611 +flight_line n 1 2 @ #p 1 0 08594543 +flight_maneuver n 1 2 @ ~ 1 0 00170844 +flight_of_stairs n 1 1 @ 1 1 03363059 +flight_of_steps n 1 1 @ 1 0 03363059 +flight_path n 2 2 @ ~ 2 0 08493705 08492546 +flight_simulator n 1 2 @ ~ 1 0 03363363 +flight_strip n 1 3 @ ~ %p 1 0 02693070 +flight_surgeon n 1 1 @ 1 0 10096508 +flightiness n 1 2 @ + 1 0 04671841 +flightless_bird n 1 2 @ ~ 1 0 01517565 +flimflam n 1 3 @ ~ + 1 0 00779248 +flimsiness n 1 2 @ + 1 0 05041320 +flimsy n 1 2 @ + 1 0 14969254 +flinch n 1 2 @ + 1 0 00865471 +flinders n 2 2 @ ; 2 0 10973339 07956250 +flindersia n 1 3 @ #m %m 1 0 12698283 +flindersia_australis n 1 1 @ 1 0 12698598 +flindersia_schottiana n 1 1 @ 1 0 12698774 +flindosa n 1 1 @ 1 0 12698598 +flindosy n 1 1 @ 1 0 12698598 +fling n 3 3 @ ~ + 3 0 00787061 00510475 00105164 +flint n 3 4 @ ~ #p + 3 1 14871078 09281545 09100690 +flint_corn n 1 1 @ 1 0 12145148 +flint_glass n 1 1 @ 1 0 14880425 +flint_maize n 1 1 @ 1 0 12145148 +flint_river n 1 2 @ #p 1 0 09281545 +flinthead n 1 2 @ #m 1 0 02004855 +flintlock n 2 3 @ #p %p 2 0 03363749 03363549 +flintstone n 1 1 @ 1 0 14871268 +flip n 6 4 @ ~ + ; 6 1 00439484 07914887 01246206 01246086 00443803 00105820 +flip-flop n 4 3 @ ~ + 4 0 05789808 03364008 03363887 00439749 +flip_chart n 1 1 @ 1 0 07002146 +flip_side n 1 2 @ ; 1 0 13855828 +flippancy n 1 2 @ + 1 0 04648866 +flipper n 2 3 @ #p + 2 0 03364156 02465084 +flirt n 2 2 @ + 2 0 09965134 00512522 +flirtation n 1 2 @ + 1 0 00512522 +flirting n 1 2 @ + 1 0 00512522 +flit n 2 3 @ + ; 2 0 00334356 00168911 +flitch n 2 3 @ #p %p 2 0 07791937 07669211 +flittering_scotoma n 1 1 @ 1 0 14556879 +flnc n 1 2 @ ; 1 0 08036005 +flo_ziegfeld n 1 1 @ 1 0 11406700 +float n 7 3 @ ~ + 7 0 15294085 13336368 07923034 03364775 03364599 03364340 02467581 +floatation n 2 2 @ + 2 0 11527967 01100147 +floater n 8 3 @ ~ + 8 0 14365119 13415381 10744544 10096855 10096725 10096620 09281777 06526124 +floating n 1 3 @ ~ + 1 0 00443231 +floating-moss n 1 2 @ #m 1 0 12959074 +floating-point_notation n 1 1 @ 1 0 06813700 +floating-point_number n 1 1 @ 1 0 13598013 +floating-point_operation n 1 1 @ 1 0 13481994 +floating-point_representation_system n 1 1 @ 1 0 06813700 +floating_bridge n 1 2 @ %p 1 0 03981760 +floating_dock n 1 1 @ 1 0 03364937 +floating_dry_dock n 1 1 @ 1 0 03364937 +floating_fern n 3 2 @ #m 3 0 13171975 13171797 12959538 +floating_mine n 1 2 @ ~ 1 0 03365078 +floating_policy n 1 1 @ 1 0 06526124 +floating_voter n 1 1 @ 1 0 10683927 +floatplane n 1 1 @ 1 0 03365231 +floc n 1 1 @ 1 1 14585960 +floccose_chanterelle n 1 2 @ #m 1 0 13004640 +flocculation n 1 2 @ + 1 1 13482187 +floccule n 1 1 @ 1 0 14585960 +flock n 5 4 @ ~ %m + 5 4 07991272 07990956 13774404 08274565 07991169 +flodden n 2 3 @ #p ; 2 0 08884513 01278692 +floe n 1 1 @ 1 0 09309168 +flogger n 1 1 @ 1 0 10096964 +flogging n 1 3 @ ~ + 1 0 01163047 +flood n 6 4 @ ~ #p + 6 5 11454591 13775706 03365374 00329819 01257542 07403030 +flood_control n 1 2 @ ; 1 0 00804708 +flood_lamp n 1 2 @ #p 1 0 03365374 +flood_plain n 1 1 @ 1 0 09281914 +flood_tide n 2 2 ! @ 2 0 07417043 07403030 +flooded_gum n 1 2 @ ~ 1 0 12335483 +floodgate n 2 2 @ #p 2 0 06247867 04244615 +floodhead n 1 1 @ 1 1 11455236 +flooding n 1 2 @ + 1 0 00702418 +floodlight n 1 3 @ #p + 1 0 03365374 +floodplain n 1 1 @ 1 0 09281914 +floor n 10 4 @ ~ #p + 10 5 03365592 03365991 06658118 09282208 09282084 09282363 07976596 05176341 03366464 03366301 +floor_board n 1 1 @ 1 1 03366630 +floor_cover n 1 2 @ ~ 1 0 03366823 +floor_covering n 1 2 @ ~ 1 1 03366823 +floor_joist n 1 1 @ 1 0 03366974 +floor_lamp n 1 1 @ 1 0 03367059 +floor_leader n 1 1 @ 1 0 10097154 +floor_plan n 1 2 @ ~ 1 1 03367147 +floor_show n 1 1 @ 1 0 00520672 +floor_wax n 1 1 @ 1 0 14871464 +floorboard n 2 2 @ #p 2 1 03366630 03366721 +flooring n 2 3 @ ~ #p 2 1 03365592 14871370 +floorshow n 1 1 @ 1 0 00520672 +floorwalker n 1 1 @ 1 0 10097262 +floozie n 1 1 @ 1 0 10663315 +floozy n 1 1 @ 1 0 10663315 +flop n 4 4 @ ~ + ; 4 0 13481994 10097477 07365024 00327510 +flophouse n 1 1 @ 1 0 03367321 +floppy n 1 2 @ #p 1 0 03209910 +floppy_disk n 1 2 @ #p 1 0 03209910 +flora n 2 8 ! @ ~ #m %p + ; - 2 0 08436759 00017222 +floral_arrangement n 1 2 @ ~ 1 0 03368141 +floral_cup n 1 1 @ 1 0 11690254 +floral_envelope n 1 4 @ ~ #p %p 1 0 11692265 +floral_leaf n 1 3 @ ~ #p 1 0 11690893 +floreal n 1 2 @ #p 1 0 15177091 +florence n 2 3 @ #p %m 2 1 08812166 09138676 +florence_fennel n 2 3 @ #p %p 2 0 12939479 07817871 +florence_nightingale n 1 1 @ 1 0 11207410 +florentine n 1 2 @ #m 1 0 10097590 +florentine_iris n 1 2 @ %m 1 0 12413419 +florenz_ziegfeld n 1 1 @ 1 0 11406700 +florescence n 1 1 @ 1 0 13439570 +florest's_cineraria n 1 2 @ #m 1 0 12001924 +floret n 1 1 @ 1 0 11669786 +florey n 1 1 @ 1 0 10973497 +floriculture n 1 2 @ + 1 0 00921399 +florida n 1 4 @ #m #p %p 1 1 09071690 +florida_arrowroot n 1 1 @ 1 0 11602091 +florida_bean n 1 2 @ %p 1 0 12550408 +florida_gallinule n 1 2 @ #m 1 0 02016659 +florida_key n 1 2 @ #p 1 0 09325395 +florida_pompano n 1 1 @ 1 0 02579762 +florida_selaginella n 1 1 @ 1 0 13225617 +florida_smoothhound n 1 2 @ #m 1 0 01492860 +florida_strangler_fig n 1 2 @ #m 1 0 12402051 +florida_strap_fern n 1 1 @ 1 0 13174823 +florida_water_rat n 1 2 @ #m 1 0 02338449 +florida_yew n 1 2 @ #m 1 0 11662585 +floridian n 1 1 @ 1 1 09742101 +floridity n 1 1 @ 1 0 04699936 +floridness n 1 2 @ + 1 0 04699936 +florilegium n 1 1 @ 1 0 06592699 +florin n 2 2 @ %p 2 0 13680146 13679855 +florio n 1 1 @ 1 0 10973722 +florist n 2 1 @ 2 2 10097705 03367410 +florist's_chrysanthemum n 1 1 @ 1 0 11961100 +florist's_gloxinia n 1 2 @ #m 1 0 12833526 +florist's_willow n 1 2 @ #m 1 0 12727518 +florist_shop n 1 1 @ 1 0 03367410 +florists'_chrysanthemum n 1 1 @ 1 0 11961100 +flory n 1 1 @ 1 0 10973873 +floss n 2 2 @ + 2 0 03367545 03175843 +flotation n 2 2 @ + 2 0 11527967 01100147 +flotation_device n 1 2 @ ~ 1 0 03663531 +flotilla n 2 1 @ 2 0 03367740 03367663 +flotsam n 1 1 @ 1 0 03367875 +flounce n 2 3 @ ~ + 2 0 03397532 00289267 +flounder n 2 2 @ ~ 2 0 07790601 02657694 +flour n 1 4 @ ~ #s + 1 1 07569106 +flour_beetle n 1 2 @ #m 1 0 02181724 +flour_bin n 1 1 @ 1 0 03367969 +flour_corn n 1 1 @ 1 0 12145325 +flour_mill n 1 1 @ 1 0 03368048 +flour_weevil n 1 2 @ #m 1 0 02181724 +flourish n 5 4 @ ~ + ; 5 1 06890470 06890577 06890373 06890254 06856884 +flouter n 1 2 @ + 1 0 10561320 +flow n 7 3 @ ~ + 7 6 07405893 15277730 00329227 13482330 14005892 08461595 13513747 +flow_chart n 1 1 @ 1 0 06582085 +flow_diagram n 1 1 @ 1 0 06582085 +flow_of_air n 1 1 @ 1 0 07406601 +flow_rate n 1 2 @ ~ 1 1 15277730 +flow_sheet n 1 1 @ 1 0 06582085 +flowage n 3 2 @ + 3 0 13482580 09282534 01257542 +flowchart n 1 1 @ 1 0 06582085 +flower n 3 5 @ ~ #p %p + 3 2 11669921 11669335 15295045 +flower-cup_fern n 1 1 @ 1 0 13202355 +flower-of-an-hour n 1 1 @ 1 0 12180456 +flower_arrangement n 1 2 @ ~ 1 0 03368141 +flower_bed n 1 2 @ ~ 1 0 03368352 +flower_bud n 1 3 @ ~ %p 1 0 13165409 +flower_chain n 1 2 @ ~ 1 0 03368508 +flower_child n 1 2 @ #m 1 0 10176475 +flower_cluster n 1 2 @ ~ 1 0 13132338 +flower_garden n 1 2 @ ~ 1 1 03368637 +flower_gardening n 1 1 @ 1 0 00921399 +flower_girl n 2 2 @ #m 2 0 10097995 10097842 +flower_head n 1 2 @ %p 1 0 11674105 +flower_people n 1 2 @ %m 1 0 08289841 +flower_petal n 1 2 @ #p 1 0 11690455 +flower_power n 1 1 @ 1 0 05752296 +flower_stalk n 1 2 @ ~ 1 0 13130726 +flower_store n 1 1 @ 1 0 03367410 +flowerbed n 1 2 @ ~ 1 1 03368352 +floweret n 1 1 @ 1 0 11669786 +flowering n 2 2 @ + 2 2 13439570 13571217 +flowering_almond n 2 1 @ 2 0 12650379 12646740 +flowering_ash n 3 1 @ 3 0 12305293 12304572 12304420 +flowering_cherry n 1 2 @ ~ 1 0 12649065 +flowering_crab n 2 1 @ 2 0 12635955 12635532 +flowering_fern n 2 3 @ ~ #m 2 0 12961879 12953206 +flowering_glume n 1 1 @ 1 0 13155451 +flowering_hazel n 1 2 @ #m 1 0 12315598 +flowering_maple n 1 2 @ #m 1 0 12172906 +flowering_onion n 1 1 @ 1 0 12434483 +flowering_plant n 1 4 @ ~ #m %p 1 0 11665372 +flowering_quince n 1 3 @ ~ #m 1 0 12624381 +flowering_raspberry n 1 1 @ 1 0 12657509 +flowering_shrub n 1 3 @ ~ #m 1 0 13120003 +flowering_spurge n 1 2 @ #m 1 0 12919195 +flowering_stone n 1 2 @ #m 1 0 11820463 +flowering_tobacco n 1 1 @ 1 0 12907671 +flowering_tree n 1 3 @ ~ #m 1 0 13109733 +flowering_wintergreen n 1 1 @ 1 0 12705698 +flowerpot n 1 2 @ ~ 1 0 03991062 +flowers-of-an-hour n 1 1 @ 1 0 12180456 +flowers_of_zinc n 1 2 @ #s 1 0 15108087 +flowing n 1 3 @ ~ + 1 1 07405893 +floxuridine n 1 1 @ 1 0 03368750 +floyd_bennett n 1 1 @ 1 0 10845248 +flu n 1 2 @ ~ 1 1 14122497 +flub n 1 3 @ ~ + 1 0 00074790 +fluctuation n 3 3 @ ~ + 3 0 07346057 07337390 04770911 +flue n 3 3 @ ~ #p 3 0 03369640 03369011 03368878 +flue_pipe n 1 1 @ 1 0 03369011 +flue_stop n 1 1 @ 1 0 03369178 +fluegelhorn n 1 1 @ 1 0 03369276 +fluency n 3 3 ! @ + 3 0 07069210 05642947 04651195 +fluent_aphasia n 1 1 @ 1 0 14099172 +fluff n 3 2 @ + 3 1 14757754 02774502 00076072 +fluffiness n 1 2 @ + 1 0 04938838 +fluffy_omelet n 1 1 @ 1 0 07843220 +flugelhorn n 1 1 @ 1 0 03369276 +fluid n 2 3 @ ~ + 2 2 14939900 14939445 +fluid_drachm n 2 3 @ #p %p 2 0 13621190 13618629 +fluid_dram n 2 3 @ #p %p 2 0 13621190 13618629 +fluid_drive n 1 2 @ #p 1 0 03369407 +fluid_flywheel n 1 1 @ 1 0 03369512 +fluid_mechanics n 1 2 @ ~ 1 0 06113009 +fluid_ounce n 2 3 @ #p %p 2 0 13621418 13618849 +fluidity n 2 2 @ + 2 0 04937043 04734272 +fluidness n 2 2 @ + 2 0 04937043 04734272 +fluidounce n 2 3 @ #p %p 2 0 13621418 13618849 +fluidram n 2 3 @ #p %p 2 0 13621190 13618629 +fluke n 5 5 @ ~ #m #p + 5 0 11463746 03369767 03369640 02158619 01925695 +flume n 2 1 @ 2 0 09295946 03369866 +flummery n 2 1 @ 2 0 07617344 06609403 +flunitrazepan n 1 2 @ ~ 1 0 03370020 +flunk n 1 1 @ 1 0 00066901 +flunkey n 2 2 @ ~ 2 0 10242573 10098092 +flunky n 2 2 @ ~ 2 0 10242573 10098092 +fluor n 1 2 @ %s 1 0 14675356 +fluorapatite n 1 2 @ %s 1 0 14675216 +fluorescein n 1 3 @ ~ ; 1 1 14987695 +fluorescein_isocyanate n 1 1 @ 1 0 14988150 +fluorescein_isothiocyanate n 1 1 @ 1 0 14988150 +fluoresceine n 1 3 @ ~ ; 1 0 14987695 +fluorescence n 1 3 @ ~ + 1 1 11458102 +fluorescence_microscopy n 1 2 @ ~ 1 0 00645843 +fluorescent n 1 1 @ 1 0 03370260 +fluorescent_dye n 1 3 @ ~ ; 1 0 14987695 +fluorescent_fixture n 1 1 @ 1 0 03370260 +fluorescent_lamp n 1 1 @ 1 0 03370387 +fluoridation n 1 2 @ + 1 0 00365012 +fluoride n 1 3 @ ~ + 1 1 14871601 +fluoridisation n 1 2 @ + 1 0 00365012 +fluoridization n 1 2 @ + 1 0 00365012 +fluorine n 1 2 @ #s 1 1 14637507 +fluorite n 1 2 @ %s 1 0 14675356 +fluoroboric_acid n 1 1 @ 1 0 14871791 +fluoroboride n 1 1 @ 1 1 14871883 +fluorocarbon n 1 3 @ ~ ; 1 0 14871968 +fluorocarbon_plastic n 1 1 @ 1 0 14872226 +fluorochrome n 1 2 @ ~ 1 0 14988337 +fluoroform n 1 1 @ 1 0 14620654 +fluoroscope n 1 1 @ 1 0 03370646 +fluoroscopy n 1 1 @ 1 0 00903201 +fluorosis n 1 1 @ 1 0 14068528 +fluorouracil n 1 1 @ 1 0 03370821 +fluorspar n 1 2 @ %s 1 0 14675356 +fluosilicate n 1 1 @ 1 0 14872325 +fluosilicic_acid n 1 1 @ 1 0 14872408 +fluoxetine n 1 1 @ 1 0 03370927 +fluoxetine_hydrocholoride n 1 1 @ 1 0 03370927 +fluphenazine n 1 1 @ 1 0 03371258 +flurazepam n 1 1 @ 1 0 03371363 +flurazepam_hydrochloride n 1 1 @ 1 0 03371363 +flurbiprofen n 1 2 @ %s 1 0 03371532 +flurry n 2 2 @ + 2 2 00555138 11508578 +flush n 7 3 @ ~ + 7 2 15295045 14050871 14336169 07958196 07528470 07439570 00118268 +flush_toilet n 1 2 @ %p 1 0 03371875 +flushless_toilet n 1 1 @ 1 0 03371728 +fluster n 1 2 @ + 1 0 04904996 +flute n 3 3 @ ~ + 3 1 03372029 03372549 03372355 +flute_glass n 1 1 @ 1 0 03372549 +flute_player n 1 1 @ 1 0 10098245 +fluting n 1 2 @ + 1 0 03372355 +flutist n 1 2 @ + 1 0 10098245 +flutter n 4 3 @ ~ + 4 1 00348571 14111355 13977366 07439284 +flutter_kick n 1 2 @ #p 1 0 00574430 +fluttering n 1 2 @ + 1 0 07439284 +fluvastatin n 1 1 @ 1 0 03372656 +flux n 8 4 @ ~ + ; 8 2 15278132 07407970 14860102 14044592 14033917 11477384 05089199 00195938 +flux_applicator n 1 1 @ 1 0 03372822 +flux_density n 1 2 @ ; 1 0 05089199 +flux_density_unit n 1 2 @ ~ 1 0 13633851 +flux_unit n 1 2 @ ~ 1 0 13634033 +fluxing_lime n 1 2 @ %s 1 0 14789885 +fluxion n 1 2 @ + 1 0 07407970 +fluxmeter n 1 1 @ 1 0 03372933 +fly n 5 7 @ ~ #m #p %p + ; 5 4 02190166 04412097 03373060 00128638 03373237 +fly-by n 1 2 @ ; 1 0 00303297 +fly-by-night n 1 2 @ + 1 0 10098388 +fly-fishing n 1 1 @ 1 0 00454395 +fly_agaric n 1 2 @ #m 1 0 13003061 +fly_ash n 1 1 @ 1 0 14769331 +fly_ball n 1 3 @ ~ ; 1 0 00128638 +fly_bridge n 1 1 @ 1 0 03373752 +fly_casting n 1 1 @ 1 0 00454983 +fly_floor n 1 1 @ 1 0 03373415 +fly_front n 1 2 @ #p 1 0 03373060 +fly_gallery n 1 1 @ 1 0 03373415 +fly_honeysuckle n 1 3 @ ~ #m 1 0 12674685 +fly_in_the_ointment n 1 1 @ 1 1 04712001 +fly_orchid n 2 2 @ #m 2 0 12085664 12075010 +fly_poison n 1 2 @ #m 1 0 12439154 +fly_rod n 1 1 @ 1 0 03374372 +fly_sheet n 1 2 @ #p 1 0 04412097 +fly_tent n 1 2 @ %p 1 0 03374473 +flybridge n 1 1 @ 1 0 03373752 +flycatcher n 2 3 @ ~ #m 2 0 01555809 01547832 +flycatching_warbler n 1 2 @ ~ 1 0 01568132 +flyer n 3 3 @ ~ + 3 1 07250339 10096217 09826204 +flying n 1 3 @ ~ + 1 0 00302394 +flying_bird n 1 2 @ %p 1 0 01517966 +flying_boat n 1 1 @ 1 0 03373611 +flying_bomb n 1 1 @ 1 0 02929923 +flying_bridge n 1 1 @ 1 0 03373752 +flying_buttress n 1 1 @ 1 0 03373943 +flying_carpet n 1 2 @ ; 1 0 03374102 +flying_cat n 2 3 @ ~ #m 2 0 02502514 02362569 +flying_colors n 1 2 @ ; 1 0 00065418 +flying_colours n 1 2 @ ; 1 0 00065418 +flying_dragon n 1 2 @ #m 1 0 01688589 +flying_drainpipe n 1 1 @ 1 0 04051269 +flying_dutchman n 2 1 @ 2 0 09547353 05898035 +flying_field n 1 4 @ ~ #p %p 1 0 02687992 +flying_fish n 1 3 @ ~ #m 1 0 02550460 +flying_fox n 1 2 @ #m 1 0 02140049 +flying_gecko n 1 2 @ #m 1 0 01675352 +flying_gurnard n 1 2 @ #m 1 0 02652132 +flying_jib n 1 1 @ 1 0 03374282 +flying_lemur n 1 3 @ ~ #m 1 0 02502514 +flying_lizard n 1 2 @ #m 1 0 01688589 +flying_mare n 1 1 @ 1 0 00447879 +flying_marmot n 1 2 @ #m 1 0 02362569 +flying_mouse n 1 2 @ #m 1 0 01882508 +flying_opossum n 1 3 @ ~ #m 1 0 01882125 +flying_phalanger n 1 3 @ ~ #m 1 0 01882125 +flying_reptile n 1 3 @ ~ #m 1 0 01722998 +flying_robin n 1 2 @ #m 1 0 02652132 +flying_saucer n 1 1 @ 1 0 05897825 +flying_school n 1 1 @ 1 0 08282257 +flying_squad n 1 1 @ 1 0 08078644 +flying_squirrel n 1 3 @ ~ #m 1 0 01882125 +flying_start n 2 1 @ 2 0 07329833 07326262 +flying_visit n 1 1 @ 1 0 01232978 +flyleaf n 1 1 @ 1 0 06256494 +flyover n 2 2 @ ; 2 0 03865557 00303297 +flypaper n 1 1 @ 1 0 14872572 +flypast n 1 2 @ ; 1 0 00303297 +flyspeck n 1 1 @ 1 0 14869975 +flyswat n 1 1 @ 1 0 04369282 +flyswatter n 1 1 @ 1 0 04369282 +flytrap n 1 1 @ 1 0 03374570 +flyway n 1 1 @ 1 1 08617622 +flyweight n 2 1 @ 2 0 10098624 10098517 +flywheel n 1 2 @ ~ 1 0 03374649 +fm n 2 1 @ 2 1 06281721 14637339 +fmri n 1 2 @ ~ 1 0 00902757 +fnma n 1 1 @ 1 0 08384738 +fo n 1 2 @ ; 1 0 10087080 +fo'c'sle n 1 2 @ #p 1 0 03382104 +foal n 1 4 @ ~ #m + 1 0 02376542 +foam n 2 3 @ ~ + 2 2 09282724 14872697 +foam_rubber n 1 1 @ 1 0 14872875 +foamflower n 1 2 @ #m 1 0 12803754 +foaminess n 1 2 @ + 1 0 04733539 +fob n 3 1 @ 3 0 03375070 03374978 03374838 +focal_distance n 1 1 @ 1 0 05086450 +focal_epilepsy n 1 3 @ ~ %p 1 0 14086626 +focal_infection n 1 2 @ %p 1 0 14176715 +focal_length n 1 1 @ 1 0 05086450 +focal_point n 3 3 @ ~ #p 3 1 11455695 14182697 05704694 +focal_ratio n 1 1 @ 1 0 13821408 +focal_seizure n 1 2 @ #p 1 0 14086924 +focalisation n 2 3 @ ~ + 2 0 13482781 00375625 +focalization n 2 3 @ ~ + 2 0 13482781 00375625 +focus n 7 4 @ ~ #p + 7 4 05704694 04703235 04821084 14182697 14435187 11455695 08572335 +focusing n 2 3 @ ~ + 2 1 05704694 00375625 +focussing n 1 3 @ ~ + 1 0 05704694 +fodder n 2 4 @ ~ + ; 2 0 09891300 07800740 +foe n 2 5 ! @ ~ #m ; 2 2 10055847 10098710 +foehn n 1 1 @ 1 0 11442630 +foeman n 1 4 @ ~ #m ; 1 0 10055847 +foeniculum n 1 3 @ #m %m 1 0 12938897 +foeniculum_dulce n 1 2 @ %p 1 0 12939479 +foeniculum_vulgare n 1 2 @ %p 1 0 12939282 +foeniculum_vulgare_dulce n 1 2 @ %p 1 0 12939479 +foetal_circulation n 1 1 @ 1 0 05511975 +foetal_distress n 1 1 @ 1 0 14093874 +foetal_monitor n 1 1 @ 1 0 03278914 +foetal_movement n 1 2 @ ; 1 0 00334174 +foetid_bugbane n 1 1 @ 1 0 11729142 +foetid_pothos n 1 2 @ #m 1 0 11792742 +foetology n 1 1 @ 1 0 06053854 +foetometry n 1 1 @ 1 0 01002284 +foetoprotein n 1 2 @ ~ 1 0 15033662 +foetor n 1 2 @ ~ 1 0 05714894 +foetoscope n 1 1 @ 1 0 03330792 +foetoscopy n 1 1 @ 1 0 00944456 +foetus n 1 4 @ ~ %p + 1 0 01459791 +fog n 3 3 @ ~ + 3 3 11458314 14521648 05684561 +fogbank n 1 1 @ 1 0 11458514 +fogey n 1 2 @ ; 1 0 10022908 +fogginess n 2 3 @ ~ + 2 0 14521648 04704346 +foggy_bottom n 1 1 @ 1 0 08138079 +foghorn n 2 2 @ ~ 2 0 07265381 03375171 +foglamp n 1 1 @ 1 0 03375329 +fogsignal n 1 1 @ 1 0 07265381 +fogy n 1 2 @ ; 1 0 10022908 +fohn n 1 1 @ 1 0 11442630 +foible n 2 2 @ #p 2 1 04764242 03375443 +foie_gras n 1 1 @ 1 0 07858197 +foil n 5 4 @ ~ + ; 5 1 03375694 05853924 03553019 03375956 03375575 +foiling n 1 2 @ + 1 0 00067990 +folacin n 1 1 @ 1 0 15091846 +folate n 1 1 @ 1 0 15091846 +fold n 7 5 @ ~ #m %m + 7 2 13907415 07991364 13482940 07991169 05492259 03376159 00406612 +folder n 2 3 @ ~ + 2 0 06413889 03376279 +folderal n 1 1 @ 1 0 03376438 +folderol n 1 2 @ ; 1 0 06611998 +folding n 3 3 @ ~ + 3 0 13569226 13482940 00406612 +folding_chair n 1 3 @ ~ %p 1 1 03376595 +folding_door n 1 1 @ 1 0 03376771 +folding_money n 1 2 @ ~ 1 0 13387209 +folding_saw n 1 1 @ 1 0 03376938 +foldout n 1 2 @ ~ 1 0 06258541 +foliage n 2 6 @ ~ %s %p + ; 2 2 13152742 03377077 +foliation n 5 3 @ + ; 5 0 13483190 13483061 03377077 00924438 00713135 +folic_acid n 1 1 @ 1 0 15091846 +folie n 1 3 @ ~ ; 1 0 14083790 +folie_a_deux n 1 1 @ 1 0 14387604 +folio n 3 3 @ ~ #p 3 0 06258680 06256229 03377245 +folium n 1 2 @ + 1 0 09283066 +folk n 4 3 @ ~ %m 4 3 07947255 08372411 07970721 07060167 +folk_art n 1 1 @ 1 0 03377451 +folk_ballad n 1 2 @ ~ 1 0 07050952 +folk_dance n 1 3 @ ~ + 1 1 00537682 +folk_dancer n 1 2 @ ~ 1 0 10098862 +folk_dancing n 1 3 @ ~ + 1 0 00537682 +folk_etymology n 1 1 @ 1 0 06514786 +folk_music n 1 2 @ ~ 1 1 07060167 +folk_poet n 1 1 @ 1 1 10099002 +folk_singer n 1 2 @ ~ 1 0 10099093 +folk_song n 1 2 @ ~ 1 0 07050952 +folk_tale n 1 4 @ ~ #p - 1 0 07222050 +folk_writer n 1 2 @ ~ 1 1 10099278 +folklore n 1 3 @ %p - 1 1 05985602 +folks n 2 5 @ ~ %m + ; 2 1 07971023 07947255 +folksong n 1 2 @ ~ 1 0 07050952 +folktale n 1 4 @ ~ #p - 1 0 07222050 +follicle n 1 3 @ ~ + 1 0 05518094 +follicle-stimulating_hormone n 1 1 @ 1 0 14748765 +folliculitis n 1 1 @ 1 0 14346190 +follies n 1 2 @ ~ 1 0 07020017 +follow-on n 1 1 @ 1 0 00457038 +follow-through n 2 3 @ #p + 2 1 00211593 00211776 +follow-up n 3 2 @ + 3 0 03377582 00455348 00143251 +follower n 2 4 ! @ ~ + 2 1 10099375 10100124 +followers n 1 3 @ ~ %m 1 0 08223263 +followers_of_the_phrophet n 1 2 @ ; 1 0 08014615 +following n 2 4 @ ~ %m + 2 1 08223263 00319939 +followup n 3 2 @ + 3 0 03377582 00455348 00143251 +folly n 4 3 ! @ ~ 4 2 04891333 01248075 05647156 00512843 +folsom_culture n 1 2 @ ; 1 0 08291813 +fomentation n 3 3 @ #s + 3 0 14873056 00708168 00156625 +fomenter n 1 2 @ + 1 0 09778783 +fomes n 1 3 @ #m %m 1 0 13053816 +fomes_igniarius n 1 2 @ #m 1 0 13054073 +fomite n 1 1 @ 1 0 09283193 +fomor n 1 2 @ ; 1 0 09509375 +fomorian n 1 2 @ ; 1 0 09509375 +fond_regard n 1 1 @ 1 0 07545161 +fonda n 2 1 @ 2 0 10974136 10974033 +fondant n 1 1 @ 1 0 07605380 +fondler n 2 1 @ 2 0 10420649 10100314 +fondling n 1 3 @ ~ + 1 0 00854000 +fondness n 3 3 @ ~ + 3 1 07497797 07544647 04627000 +fondu n 2 2 @ ~ 2 0 07867883 07867421 +fondue n 2 2 @ ~ 2 0 07867883 07867421 +font n 2 3 @ ~ #m 2 0 06825399 02788572 +font_cartridge n 1 2 @ ; 1 0 06826407 +fontanel n 1 3 @ ~ #p 1 0 05545212 +fontanelle n 1 3 @ ~ #p 1 0 05545212 +fontanne n 1 1 @ 1 0 10974271 +fontenoy n 1 3 @ #p ; 1 0 01278873 +fonteyn n 1 1 @ 1 0 10974455 +food n 3 4 @ ~ #p %p 3 1 00021265 07555863 05811214 +food_additive n 1 1 @ 1 0 03377845 +food_allergy n 1 1 @ 1 0 14532142 +food_and_agriculture_organization n 1 1 @ 1 0 08300190 +food_and_agriculture_organization_of_the_united_nations n 1 1 @ 1 0 08300190 +food_and_drug_administration n 1 2 @ #p 1 0 08124256 +food_bank n 1 1 @ 1 0 13368900 +food_cache n 1 1 @ 1 0 07572519 +food_chain n 1 3 @ #p ; 1 0 11455901 +food_color n 1 1 @ 1 0 07567139 +food_coloring n 1 1 @ 1 0 07567139 +food_colour n 1 1 @ 1 0 07567139 +food_colouring n 1 1 @ 1 0 07567139 +food_company n 1 1 @ 1 0 08003427 +food_court n 1 2 @ #p 1 0 03378005 +food_cycle n 1 3 @ %p ; 1 0 11456273 +food_elevator n 1 1 @ 1 0 03255322 +food_faddist n 1 1 @ 1 0 10100514 +food_fish n 1 2 @ ~ 1 0 02512938 +food_for_thought n 1 2 @ ~ 1 1 05811214 +food_grain n 1 2 @ ~ 1 0 07802417 +food_hamper n 1 1 @ 1 0 03378342 +food_manufacturer n 1 2 @ ~ 1 0 10100620 +food_market n 1 3 @ ~ %p 1 0 03461385 +food_poisoning n 1 2 @ ~ 1 0 14068685 +food_processor n 1 1 @ 1 0 03378174 +food_product n 1 2 @ ~ 1 0 07566340 +food_pyramid n 1 2 @ ; 1 0 11456083 +food_shop n 1 2 @ ~ 1 0 03173387 +food_stamp n 1 1 @ 1 0 13374161 +food_turner n 1 2 @ ~ 1 0 04500060 +food_waste n 1 1 @ 1 0 14857151 +food_web n 1 3 @ %p ; 1 0 11456273 +foodie n 1 1 @ 1 0 10061656 +foodstuff n 2 3 @ ~ ; 2 1 03461119 07566340 +fool n 3 3 @ ~ + 3 3 10100761 09921409 10221312 +fool's_cap n 1 1 @ 1 0 03256631 +fool's_errand n 1 1 @ 1 0 00731569 +fool's_gold n 1 2 @ %s 1 0 14692682 +fool's_huckleberry n 1 2 @ #m 1 0 12241880 +fool's_paradise n 1 1 @ 1 0 14447816 +fool's_parsley n 1 2 @ #m 1 0 12931231 +foolery n 1 3 @ ~ + 1 0 00512843 +foolhardiness n 1 3 @ ~ + 1 0 04661926 +foolish_woman n 1 1 @ 1 0 10096126 +foolishness n 3 3 @ ~ + 3 1 04891333 05647156 01248075 +foolscap n 1 1 @ 1 0 06259487 +foot n 11 7 ! @ ~ #p %p + ; 11 7 05563266 13650045 08511570 02153445 03387016 02322213 00284665 10101078 08390157 07094843 03378442 +foot-and-mouth_disease n 1 1 @ 1 0 14264664 +foot-lambert n 1 1 @ 1 0 13641175 +foot-pound n 1 2 @ #p 1 0 13727683 +foot-poundal n 1 1 @ 1 0 13727931 +foot-ton n 1 2 @ %p 1 0 13727841 +foot_brake n 1 1 @ 1 0 03379719 +foot_doctor n 1 1 @ 1 0 09919297 +foot_lever n 1 3 @ ~ #p 1 0 03903424 +foot_pedal n 1 3 @ ~ #p 1 0 03903424 +foot_race n 1 2 @ ~ 1 0 07460104 +foot_rot n 2 1 @ 2 1 14264858 14282890 +foot_rule n 1 1 @ 1 0 03380647 +foot_soldier n 2 2 @ ~ 2 1 10204921 10669991 +foot_traffic n 1 1 @ 1 0 08425777 +footage n 2 1 @ 2 1 03378593 13326871 +football n 2 5 @ ~ %p + - 2 2 00468480 03378765 +football_coach n 1 2 @ ~ 1 0 10101202 +football_field n 1 2 @ #p 1 0 03378915 +football_game n 1 4 @ ~ %p - 1 0 00468480 +football_helmet n 1 2 @ %p 1 0 03379051 +football_hero n 1 1 @ 1 0 10101308 +football_league n 1 2 @ %m 1 0 08232496 +football_official n 1 2 @ ~ 1 0 10101427 +football_play n 1 3 @ ~ ; 1 0 00558630 +football_player n 1 2 @ ~ 1 1 10101634 +football_score n 1 2 @ ; 1 0 00188341 +football_season n 1 1 @ 1 0 15240998 +football_stadium n 1 2 @ %p 1 0 03379204 +football_team n 1 3 @ #m %m 1 1 08080025 +football_tee n 1 1 @ 1 0 04399700 +footballer n 1 3 @ ~ + 1 0 10101634 +footbath n 1 1 @ 1 0 03379343 +footboard n 2 3 @ ~ #p 2 0 03379592 03379461 +footbridge n 1 2 @ ~ 1 1 03379828 +footcandle n 1 1 @ 1 0 13640371 +footedness n 1 1 @ 1 0 05067679 +footer n 3 4 @ ~ + ; 3 0 13650225 10412055 06764244 +footfall n 1 2 @ ~ 1 0 07383823 +footfault n 1 2 @ #p 1 0 00071700 +footgear n 1 3 @ ~ %p 1 0 03380867 +foothill n 1 1 @ 1 0 09283405 +foothold n 3 2 @ ~ 3 0 08689028 03379989 00036299 +footing n 3 2 @ ~ 3 1 13953936 13790912 03379989 +footlights n 1 3 @ #p ; 1 0 03380134 +footlocker n 1 1 @ 1 0 03380301 +footman n 1 1 @ 1 0 10101981 +footmark n 1 2 @ ~ 1 0 06645039 +footnote n 1 2 @ + 1 1 06764244 +footpad n 1 1 @ 1 0 10102130 +footpath n 1 1 @ 1 1 03899533 +footplate n 1 3 @ #p ; 1 0 03380461 +footprint n 3 2 @ ~ 3 1 06645039 06646854 05129054 +footprint_evidence n 1 1 @ 1 0 06645266 +footrace n 1 2 @ ~ 1 0 07460104 +footrest n 1 1 @ 1 0 03380724 +footslogger n 1 3 @ ~ + 1 0 10204921 +footstall n 1 4 @ ~ #p %p 1 0 03903868 +footstep n 3 2 @ ~ 3 3 07383823 00288880 13757249 +footsteps-of-spring n 1 1 @ 1 0 12943743 +footstool n 1 1 @ 1 0 03380724 +footwall n 1 2 @ #p 1 0 09283514 +footwear n 2 3 @ ~ %p 2 0 03381126 03380867 +footwork n 2 1 @ 2 0 00565219 00172347 +fop n 1 2 @ ~ 1 0 09991026 +foppishness n 1 2 @ + 1 0 04910848 +forage n 2 2 @ + 2 0 07801091 00945916 +forager n 1 1 @ 1 0 10102222 +foraging n 1 2 @ + 1 1 00945916 +foram n 1 3 @ ~ #m 1 0 01393030 +foramen n 1 2 @ ~ 1 0 05545439 +foramen_magnum n 1 2 @ #p 1 0 05545879 +foramen_of_monro n 1 1 @ 1 0 05545611 +foraminifer n 1 3 @ ~ #m 1 0 01393030 +foraminifera n 1 3 @ #m %m 1 0 01392843 +foray n 2 3 @ ~ + 2 0 00976953 00787307 +forbear n 1 2 @ ~ 1 0 10102369 +forbearance n 2 2 @ + 2 0 04640538 01066689 +forbiddance n 2 3 @ ~ + 2 0 07255401 00201923 +forbidden_city n 2 2 @ #p 2 0 08907377 08724972 +forbidden_fruit n 1 1 @ 1 0 05695002 +forbidding n 1 3 @ ~ + 1 0 07255401 +force n 10 6 @ ~ #m %m + ; 10 7 05194578 11458624 05035353 08208016 08198398 00965404 10461424 08207863 04809642 00129743 +force-feed_lubricating_system n 1 3 @ #p %p 1 0 03695122 +force-out n 1 2 @ ; 1 0 00129743 +force_17 n 1 2 @ ; 1 0 08021464 +force_feed n 1 3 @ #p %p 1 0 03695122 +force_field n 1 2 @ ~ 1 0 11456760 +force_majeure n 1 1 @ 1 0 07315350 +force_out n 1 2 @ ; 1 0 00129743 +force_per_unit_area n 1 2 @ ~ 1 0 11495041 +force_play n 1 2 @ ; 1 0 00129743 +force_pump n 1 1 @ 1 0 03381450 +force_unit n 1 2 @ ~ 1 0 13603065 +forced_feeding n 1 3 @ ~ + 1 0 01058291 +forced_landing n 1 2 @ ~ 1 0 00052791 +forced_sale n 1 1 @ 1 1 06528557 +forcefulness n 1 3 @ ~ + 1 0 05035353 +forcemeat n 1 1 @ 1 0 07679140 +forceps n 1 3 @ ~ ; 1 0 03381231 +forceps_delivery n 1 1 @ 1 0 00186251 +forces_of_umar_al-mukhtar n 1 2 @ ; 1 0 08021785 +forcing_out n 1 2 @ ~ 1 0 00116687 +ford n 8 4 @ ~ #p + 8 0 10975304 10975202 10975101 10974971 10974740 10974592 09283623 00297657 +ford_hermann_hueffer n 1 1 @ 1 0 10974971 +ford_madox_ford n 1 1 @ 1 0 10974971 +fordhooks n 1 1 @ 1 0 07729142 +fording n 1 3 @ ~ + 1 0 00297657 +fore n 1 2 @ #p 1 0 02880008 +fore-and-aft_rig n 1 1 @ 1 0 03381664 +fore-and-aft_sail n 1 3 @ ~ %p 1 0 03381776 +fore-and-aft_topsail n 1 1 @ 1 0 03410571 +fore-and-after n 1 1 @ 1 0 03381565 +fore-topmast n 1 1 @ 1 0 03383468 +fore-topsail n 1 1 @ 1 0 03383562 +fore-wing n 1 1 @ 1 0 02152064 +fore_edge n 1 2 @ #p 1 0 03382533 +fore_plane n 1 1 @ 1 0 03382969 +fore_wing n 1 1 @ 1 0 02152064 +forearm n 1 3 @ #p %p 1 1 05564323 +forebear n 1 2 @ ~ 1 0 10102369 +foreboding n 2 3 @ ~ + 2 1 07522128 07286905 +forebrain n 1 3 @ #p %p 1 0 05495981 +forecast n 1 3 @ ~ + 1 1 06749881 +forecaster n 1 3 @ ~ + 1 0 10102506 +forecasting n 1 3 @ ~ + 1 1 06748969 +forecastle n 1 2 @ #p 1 0 03382104 +foreclosure n 1 2 @ + 1 0 00090076 +forecourt n 1 1 @ 1 0 03382292 +foredeck n 1 2 @ #p 1 0 03382413 +foredge n 1 2 @ #p 1 0 03382533 +forefather n 2 2 @ ~ 2 1 10102800 10102969 +forefinger n 1 1 @ 1 1 05567381 +forefoot n 1 2 @ #p 1 0 02439728 +forefront n 2 1 @ 2 0 08572467 06209419 +foregone_conclusion n 2 3 @ ~ = 2 0 07295850 04753455 +foreground n 2 4 @ #p + ; 2 1 05934278 03382708 +foreground_processing n 1 1 @ 1 0 13483331 +foregrounding n 1 1 @ 1 0 13483331 +forehand n 1 2 @ ; 1 0 00567418 +forehand_drive n 1 2 @ ; 1 0 00567685 +forehand_shot n 1 2 @ ; 1 0 00567418 +forehand_stroke n 1 2 @ ; 1 0 00567418 +forehead n 2 3 @ #p %p 2 1 05602548 05541231 +foreign_agent n 1 1 @ 1 0 10103228 +foreign_aid n 1 3 @ ~ ; 1 0 13266515 +foreign_bill n 1 1 @ 1 0 13377749 +foreign_correspondent n 1 1 @ 1 0 10103315 +foreign_country n 1 1 @ 1 0 08168367 +foreign_direct_investment n 2 1 @ 2 0 01099768 00785818 +foreign_draft n 1 1 @ 1 0 13377749 +foreign_exchange n 1 1 @ 1 1 13378348 +foreign_intelligence_service n 1 2 @ ; 1 0 08343905 +foreign_intelligence_surveillance_act n 1 1 @ 1 0 06565397 +foreign_intelligence_surveillance_court n 1 2 @ #p 1 0 08332485 +foreign_legion n 1 2 @ ~ 1 0 08271941 +foreign_minister n 1 1 @ 1 0 10103794 +foreign_mission n 2 2 @ %m 2 0 08403225 08403082 +foreign_office n 1 2 @ ~ 1 1 08114152 +foreign_policy n 1 2 @ ~ 1 1 06660942 +foreign_service n 1 3 @ #p - 1 0 08138466 +foreign_terrorist_organization n 1 3 @ ~ ; 1 0 08392137 +foreigner n 2 2 @ ~ 2 1 10103485 10103921 +foreignness n 1 5 ! @ ~ = + 1 0 04799344 +foreknowledge n 1 1 @ 1 1 07256932 +forelady n 1 1 @ 1 0 10104983 +foreland n 2 2 @ ~ 2 0 09399592 09283767 +foreleg n 1 3 @ #p %p 1 0 02464965 +forelimb n 1 3 @ ~ %p 1 0 02464785 +forelock n 2 3 @ ~ #p 2 0 05258051 01900006 +foreman n 2 3 @ ~ + 2 1 10104209 10104487 +foremanship n 1 2 @ + 1 0 00592535 +foremast n 1 1 @ 1 0 03382856 +foremilk n 1 1 @ 1 0 05399356 +foremother n 1 1 @ 1 0 10103155 +forename n 1 2 @ ~ 1 0 06337307 +forenoon n 1 3 @ #p %p 1 0 15165289 +forensic_medicine n 1 1 @ 1 0 06050257 +forensic_pathology n 1 1 @ 1 0 06050257 +forensics n 1 1 @ 1 0 00635422 +foreordination n 1 4 @ ~ + ; 1 0 05966129 +forepart n 1 2 @ ~ 1 0 08573472 +forepaw n 1 3 @ ~ #p 1 0 02440121 +foreperson n 1 2 @ ~ 1 0 10104592 +foreplay n 1 2 @ ~ 1 0 00853835 +forequarter n 1 1 @ 1 0 07655898 +forerunner n 3 2 @ ~ 3 2 09627117 06802571 13844923 +foresail n 1 1 @ 1 0 03383099 +foreshadowing n 1 2 @ + 1 0 05776015 +foreshank n 1 1 @ 1 0 07657233 +foreshock n 1 1 @ 1 0 07429782 +foreshore n 1 2 @ #p 1 0 09283866 +foresight n 2 1 @ 2 1 04893172 05805277 +foresightedness n 1 2 @ + 1 0 04893172 +foresightfulness n 1 2 @ + 1 0 04893172 +foreskin n 2 2 @ #p 2 0 05527085 05526957 +forest n 2 4 @ ~ %m + 2 2 08438533 09284015 +forest_fire n 1 2 @ ~ 1 0 07303839 +forest_fire_fighter n 1 2 @ ~ 1 0 10092098 +forest_goat n 1 2 @ #m 1 0 02428842 +forest_god n 1 2 @ ~ 1 0 09548111 +forest_red_gum n 1 1 @ 1 0 12338655 +forest_tent_caterpillar n 1 1 @ 1 0 02307681 +forestage n 1 3 @ #p %p 1 0 04013362 +forestalling n 1 2 @ + 1 0 01079042 +forestay n 1 2 @ ~ 1 0 03383211 +forester n 2 1 @ 2 0 10975404 10104756 +forestiera n 1 3 @ ~ #m 1 0 12302565 +forestiera_neomexicana n 1 1 @ 1 0 12302692 +forestry n 1 4 @ ~ + - 1 0 06071934 +foretaste n 1 1 @ 1 0 05951072 +foretelling n 2 3 @ ~ + 2 0 06748969 05776212 +forethought n 2 1 @ 2 0 05796617 05615869 +foretoken n 1 2 @ ~ 1 0 07286014 +foretop n 2 2 @ #p 2 0 03383378 01900006 +forewarning n 1 2 @ + 1 0 07225450 +forewing n 1 1 @ 1 0 02152064 +forewoman n 2 1 @ 2 0 10104983 10104888 +foreword n 1 2 @ #p 1 0 06397903 +forfeit n 3 2 @ + 3 0 13301174 13300922 00205891 +forfeiture n 3 2 @ + 3 0 13301174 13300922 00205891 +forficula n 1 3 @ #m %m 1 0 02273254 +forficula_auricularia n 1 2 @ #m 1 0 02273392 +forficulidae n 1 3 @ #m %m 1 0 02273120 +forge n 2 3 @ %p + 2 0 03383821 03383646 +forger n 2 3 @ ~ + 2 0 10105260 10105085 +forgery n 2 2 @ + 2 0 03562262 00768921 +forget-me-not n 1 2 @ #m 1 0 12822115 +forget_me_drug n 1 1 @ 1 0 04036494 +forgetful_person n 1 1 @ 1 0 10555825 +forgetfulness n 2 3 @ ~ + 2 1 05673209 05673908 +forging n 1 2 @ + 1 0 00925622 +forgiveness n 2 2 @ ~ 2 0 07554640 01227190 +forgiver n 1 2 @ + 1 0 10399299 +forgivingness n 1 2 @ + 1 0 04829764 +forgoing n 1 2 @ ~ 1 0 00205079 +forint n 1 2 @ %p 1 0 13676544 +fork n 5 5 @ ~ #p %p + 5 4 03383948 00388392 13914265 03384167 05597436 +forked_lightning n 1 1 @ 1 0 11459200 +forking n 2 4 @ ~ %p + 2 0 13886724 00388392 +forklift n 1 1 @ 1 0 03384352 +forlorn_hope n 1 1 @ 1 0 00786102 +forlornness n 1 1 @ 1 0 07534108 +form n 16 8 @ ~ #m #p %p = + ; 16 11 06290637 05839024 05930736 05064037 05217168 00027807 04677514 06473563 08111157 07092356 04930478 14480065 08238463 05200670 03717921 03384535 +form_class n 1 2 @ ~ 1 0 06317464 +form_division n 1 1 @ 1 0 08221747 +form_family n 1 2 @ ; 1 0 08108450 +form_genus n 2 2 @ ; 2 0 08110197 01325206 +form_genus_rhizoctinia n 1 3 @ #m %m 1 0 13082293 +form_letter n 1 1 @ 1 0 06625465 +form_of_address n 1 2 @ ~ 1 0 06339416 +form_of_government n 1 4 @ ~ #m %m 1 1 08367880 +formal n 2 2 @ ~ 2 0 07448885 03201638 +formal_garden n 1 2 @ ~ 1 0 03384706 +formal_logic n 1 2 @ ~ 1 1 06164665 +formal_semantics n 1 1 @ 1 0 06180282 +formaldehyde n 1 1 @ 1 0 14873196 +formalin n 1 1 @ 1 0 14848479 +formalisation n 1 2 @ + 1 0 01009637 +formalism n 3 4 ! @ + ; 3 1 05961867 05971621 00411717 +formalities n 1 1 @ 1 0 07455007 +formality n 3 6 ! @ ~ = + - 3 0 07455007 04911420 01204055 +formalization n 1 2 @ + 1 0 01009637 +formalness n 1 4 @ ~ = + 1 0 04911420 +formalwear n 1 2 @ ~ 1 0 03384891 +format n 2 5 @ ~ #p + ; 2 0 06636806 04677385 +formation n 7 4 @ ~ + ; 7 5 08426461 00925207 00237078 09287968 03385117 13483488 00927516 +formative n 1 1 @ 1 1 06306480 +formative_cell n 1 2 @ ~ 1 0 05447757 +formatted_capacity n 1 2 @ ; 1 0 13755342 +formatting n 1 4 @ ~ + ; 1 0 06636806 +former n 1 2 ! @ 1 0 13846356 +former_armed_forces n 1 2 @ ; 1 0 08016900 +formic_acid n 1 1 @ 1 0 14873344 +formica n 2 4 @ #m %m ; 2 0 03385295 02221240 +formica_fusca n 1 2 @ #m 1 0 02221715 +formica_rufa n 1 2 @ #m 1 0 02221414 +formica_sanguinea n 1 2 @ #m 1 0 02222035 +formicariidae n 1 3 @ #m %m 1 0 01552956 +formicarius n 1 3 @ #m %m 1 0 01553380 +formicary n 1 1 @ 1 0 09199101 +formication n 1 2 @ + 1 0 14325006 +formicidae n 1 3 @ #m %m 1 0 02219234 +formidability n 1 2 @ + 1 0 04710866 +formol n 1 1 @ 1 0 14848479 +formosa n 1 3 @ #p + 1 0 08730354 +formosan n 1 2 @ ~ 1 0 06940701 +formula n 7 5 @ ~ %p + ; 7 5 06731802 06788785 06732013 06816935 05667613 07845087 05846932 +formulary n 1 2 @ ; 1 0 06411883 +formulation n 3 3 @ ~ + 3 3 14873641 00940842 07069948 +fornax n 1 1 @ 1 0 09284308 +fornication n 2 2 @ + 2 0 00848745 00848466 +fornicator n 1 3 @ ~ + 1 0 09772746 +fornicatress n 1 1 @ 1 0 09772930 +fornix n 2 3 @ #p %p 2 0 05227868 05227572 +forsaking n 2 3 @ ~ + 2 0 00205543 00204439 +forseti n 1 2 @ ; 1 0 09579994 +forssman_antibody n 1 1 @ 1 0 15029292 +forswearing n 1 3 @ ~ + 1 0 00205079 +forsythia n 1 2 @ #m 1 0 12303083 +fort n 2 5 @ ~ %p + ; 2 2 03420559 03386011 +fort-lamy n 1 2 @ #p 1 0 08720280 +fort_george_g._meade n 1 2 @ #p 1 0 09094581 +fort_george_gordon_meade n 1 2 @ #p 1 0 09094581 +fort_lauderdale n 1 2 @ #p 1 0 09072810 +fort_meade n 1 2 @ #p 1 0 09094581 +fort_myers n 1 2 @ #p 1 0 09073034 +fort_smith n 1 2 @ #p 1 0 09059876 +fort_ticonderoga n 1 3 @ #p ; 1 0 01279120 +fort_wayne n 1 2 @ #p 1 0 09085334 +fort_worth n 1 2 @ #p 1 1 09144323 +fortaz n 1 2 @ ; 1 0 02989685 +forte n 3 4 @ ~ #p ; 3 1 05159225 04990781 03385420 +forte-piano n 1 3 @ ~ %p 1 1 03928116 +forth n 1 2 @ #p 1 0 09284433 +forth_river n 1 2 @ #p 1 0 09284433 +forthcomingness n 1 2 @ + 1 0 14030820 +forthrightness n 1 3 @ ~ + 1 0 04871720 +forties n 2 2 @ #p 2 1 15149351 15149472 +fortieth n 1 1 @ 1 0 13849082 +fortification n 3 4 @ ~ %p + 3 1 03385557 05635624 00264529 +fortified_wine n 1 2 @ ~ 1 0 07900406 +fortissimo n 1 2 @ ; 1 0 04990781 +fortitude n 1 2 @ ~ 1 1 05032193 +fortnight n 1 2 @ + 1 0 15170331 +fortran n 1 1 @ 1 0 06902362 +fortran_compiler n 1 1 @ 1 0 06574027 +fortran_program n 1 1 @ 1 0 06902521 +fortress n 1 3 @ ~ %p 1 1 03386011 +fortuitousness n 1 2 @ + 1 0 04758980 +fortuity n 1 2 @ ~ 1 0 07300960 +fortuna n 1 2 @ ; 1 0 09573405 +fortune n 4 2 @ ~ 4 4 11418138 13370938 11418460 14473222 +fortune_cookie n 1 2 @ ; 1 0 07638439 +fortune_hunter n 1 1 @ 1 0 10105359 +fortune_teller n 1 2 @ ~ 1 0 10105462 +fortune_telling n 1 2 @ ~ 1 0 05776212 +fortunella n 1 3 @ #m %m 1 0 12712820 +fortunella_japonica n 1 2 @ #m 1 0 12713358 +fortunella_margarita n 1 1 @ 1 0 12713521 +fortuneteller n 1 2 @ ~ 1 0 10105462 +fortunetelling n 1 1 @ 1 0 06749468 +forty n 1 1 @ 1 0 13749527 +forty-five n 1 1 @ 1 0 03386343 +forty-niner n 1 1 @ 1 0 10105618 +forty_winks n 1 2 @ ~ 1 0 00858377 +forum n 2 1 @ 2 0 08309754 03386420 +forward n 2 3 @ ~ #m 2 0 10105733 00725383 +forward_market n 1 1 @ 1 0 03408918 +forward_motion n 1 2 @ ~ 1 0 00282050 +forward_pass n 1 2 @ ~ 1 0 00561226 +forward_passer n 1 2 @ ; 1 0 10404242 +forwarding n 2 3 @ ~ + 2 1 00121645 00249780 +forwardness n 3 2 @ + 3 0 05167412 05046865 04644719 +foryml n 1 2 @ ; 1 0 14860455 +fosamax n 1 2 @ ; 1 0 02696384 +fosbury n 1 1 @ 1 0 10975583 +fosbury_flop n 1 1 @ 1 0 00440643 +fossa n 3 4 @ ~ #m %m 3 0 13872211 02136623 02136452 +fossa_cat n 1 1 @ 1 0 02136452 +fossa_fossa n 1 2 @ #m 1 0 02136794 +fosse n 1 1 @ 1 0 03776050 +fossil n 2 4 @ ~ + ; 2 0 10022908 09284589 +fossil_copal n 1 1 @ 1 0 14895373 +fossil_fuel n 1 2 @ ~ 1 0 14686352 +fossil_oil n 1 3 @ ~ %s 1 0 14980579 +fossilisation n 2 3 @ ~ + 2 0 13483726 00201269 +fossilist n 1 3 @ ~ + 1 0 10394786 +fossilization n 2 3 @ ~ + 2 0 13483726 00201269 +fossilology n 1 3 @ ~ - 1 0 06073888 +fossorial_foot n 1 1 @ 1 0 02153712 +fossorial_mammal n 1 2 @ ~ 1 0 02153809 +foster n 1 1 @ 1 0 10975796 +foster-brother n 1 1 @ 1 0 10105906 +foster-child n 1 2 @ ~ 1 0 10106080 +foster-daughter n 1 1 @ 1 0 10106242 +foster-father n 1 1 @ 1 0 10106387 +foster-mother n 1 1 @ 1 0 10106509 +foster-nurse n 1 1 @ 1 0 10106642 +foster-parent n 1 2 @ ~ 1 0 10106752 +foster-sister n 1 1 @ 1 0 10106995 +foster-son n 1 1 @ 1 0 10107173 +foster_brother n 1 1 @ 1 0 10105906 +foster_care n 1 1 @ 1 0 01131993 +foster_child n 1 2 @ ~ 1 0 10106080 +foster_daughter n 1 1 @ 1 0 10106242 +foster_family n 1 1 @ 1 0 07973782 +foster_father n 1 1 @ 1 0 10106387 +foster_home n 1 1 @ 1 1 07973868 +foster_mother n 1 1 @ 1 0 10106509 +foster_parent n 1 2 @ ~ 1 1 10106752 +foster_sister n 1 1 @ 1 0 10106995 +foster_son n 1 1 @ 1 0 10107173 +fosterage n 2 2 @ + 2 0 07252206 01129532 +fostering n 2 2 @ + 2 1 07252206 01129532 +fosterling n 1 2 @ ~ 1 0 10106080 +fothergilla n 2 3 @ #m %m 2 0 12315999 12315818 +fots n 1 2 @ %p 1 0 03331820 +foucault n 1 1 @ 1 0 10976004 +foucault_pendulum n 1 1 @ 1 0 03386544 +foul n 1 4 @ ~ + ; 1 0 00770997 +foul-up n 1 3 @ ~ + 1 0 00074790 +foul-weather_gear n 1 1 @ 1 0 03386870 +foul_ball n 1 3 ! @ ; 1 0 00128091 +foul_line n 3 2 @ #p 3 0 08573010 08572877 08572726 +foul_play n 1 1 @ 1 0 00746116 +foul_shot n 1 2 @ ~ 1 0 00110964 +foulard n 1 1 @ 1 0 03386726 +foulmart n 1 3 @ ~ #m 1 0 02443114 +foulness n 4 3 @ ~ + 4 0 14563222 14495761 05037037 04980656 +foumart n 1 3 @ ~ #m 1 0 02443114 +found n 1 1 @ 1 1 13280008 +foundation n 7 4 @ ~ #p + 7 3 13790712 08406486 03387016 05986594 05793554 03387323 00240184 +foundation_garment n 1 2 @ ~ 1 0 03387323 +foundation_stone n 1 2 @ #p 1 0 03387506 +founder n 3 3 @ ~ + 3 2 14348895 10107303 10107778 +foundering n 1 3 @ + ; 1 0 07364573 +founding n 1 3 @ ~ + 1 1 00240184 +founding_father n 2 3 @ ~ #m 2 0 10107604 10107303 +foundling n 1 1 @ 1 0 10107883 +foundling_hospital n 1 1 @ 1 0 03129471 +foundress n 1 1 @ 1 0 10108018 +foundry n 1 2 @ ~ 1 1 03387653 +foundry_proof n 1 1 @ 1 0 06591224 +fount n 2 3 @ ~ #m 2 0 06825399 03387815 +fountain n 4 2 @ ~ 4 1 03388043 09443453 03387926 03387815 +fountain_grass n 1 2 @ #m 1 0 12129134 +fountain_of_youth n 1 1 @ 1 0 09284917 +fountain_pen n 1 2 @ %p 1 0 03388183 +fountainhead n 2 1 @ 2 1 06675979 08508449 +fouquieria n 1 3 @ #m %m 1 0 12381666 +fouquieria_columnaris n 1 2 @ #m 1 0 12382233 +fouquieria_splendens n 1 2 @ #m 1 0 12381931 +fouquieriaceae n 1 3 @ #m %m 1 0 12381321 +four n 2 1 @ 2 1 13744304 03388826 +four-card_monte n 1 1 @ 1 0 00493031 +four-centered_arch n 1 1 @ 1 0 04495555 +four-flusher n 1 1 @ 1 0 09861718 +four-footed_butterfly n 1 3 @ ~ #m 1 0 02274822 +four-four_time n 1 1 @ 1 0 15264010 +four-hitter n 1 1 @ 1 0 00475535 +four-in-hand n 2 3 @ ~ %p 2 0 03388323 03055670 +four-letter_anglo-saxon_word n 1 1 @ 1 0 06291122 +four-letter_word n 1 1 @ 1 0 06291122 +four-lined_leaf_bug n 1 2 @ #m 1 0 02237868 +four-lined_plant_bug n 1 2 @ #m 1 0 02237868 +four-minute_man n 1 2 @ ~ 1 0 10108089 +four-o'clock_family n 1 3 @ #m %m 1 0 11835806 +four-part_harmony n 1 1 @ 1 0 07027805 +four-poster n 1 2 @ %p 1 0 03388549 +four-pounder n 1 1 @ 1 0 03388711 +four-spot n 1 1 @ 1 0 03388826 +four-stroke_engine n 1 1 @ 1 0 03388990 +four-stroke_internal-combustion_engine n 1 1 @ 1 0 03388990 +four-tailed_bandage n 1 1 @ 1 0 03389353 +four-wheel_drive n 2 1 @ 2 0 03389761 03389611 +four-wheeler n 1 1 @ 1 0 03389889 +four-wing_flying_fish n 1 1 @ 1 0 02550780 +four_flush n 1 1 @ 1 0 00756598 +four_horsemen n 1 2 @ ; 1 0 05144880 +four_hundred n 1 2 @ #m 1 1 08251493 +four_o'clock n 1 3 @ ~ #m 1 0 11839568 +fourfold_point_correlation n 1 2 @ ; 1 0 06035413 +fourier n 2 1 @ 2 0 10976468 10976256 +fourier_analysis n 1 1 @ 1 0 06014278 +fourier_series n 1 1 @ 1 0 05863583 +fourpence n 1 1 @ 1 0 13391262 +fourpenny_nail n 1 1 @ 1 0 03388466 +fourscore n 1 1 @ 1 0 13750164 +foursome n 2 2 @ ~ 2 1 07987380 13744304 +foursquare n 1 3 @ ~ ; 1 0 13878634 +fourteen n 1 1 @ 1 1 13747348 +fourteenth n 1 1 @ 1 0 13848249 +fourteenth_amendment n 1 3 @ #p ; 1 0 06728726 +fourth n 3 1 @ 3 1 13847124 13737480 06859674 +fourth_council_of_constantinople n 1 1 @ 1 0 08314901 +fourth_cranial_nerve n 1 1 @ 1 0 05478684 +fourth_crusade n 1 1 @ 1 0 00969684 +fourth_deck n 1 1 @ 1 0 03855908 +fourth_dimension n 1 1 @ 1 1 15135822 +fourth_earl_of_chesterfield n 1 1 @ 1 0 10895073 +fourth_earl_of_orford n 1 1 @ 1 0 11372599 +fourth_estate n 1 1 @ 1 0 08168241 +fourth_lateran_council n 1 1 @ 1 0 08316019 +fourth_of_july n 1 2 @ #p 1 1 15190084 +fourth_part n 1 1 @ 1 0 13737480 +fourth_power n 1 1 @ 1 0 13731356 +fourth_stomach n 1 2 @ #p 1 0 02399942 +fourth_ventricle n 1 1 @ 1 0 05502855 +fovea n 1 2 @ #p 1 0 05455375 +fovea_centralis n 1 2 @ #p 1 0 05455375 +foveal_vision n 1 1 @ 1 0 05656722 +fowl n 2 6 @ ~ #m #p %p + 2 1 01789740 07644382 +fowl_cholera n 1 1 @ 1 0 14263562 +fowl_pest n 1 1 @ 1 0 14263753 +fowl_run n 1 1 @ 1 0 03016737 +fowler n 2 2 @ + 2 0 10976708 10108240 +fowling_piece n 1 1 @ 1 0 03389983 +fox n 7 3 @ ~ + 7 2 02118333 10022759 14764910 10976997 10976862 09655569 06909848 +fox-trot n 1 1 @ 1 0 00535956 +fox_grape n 2 5 @ ~ #m #p %p 2 0 13145040 07758950 +fox_hole n 1 1 @ 1 0 03390075 +fox_hunter n 1 1 @ 1 0 10108348 +fox_hunting n 1 2 @ + 1 0 00453478 +fox_river n 1 2 @ #p 1 0 09285128 +fox_shark n 1 2 @ #m 1 0 01486010 +fox_squirrel n 1 2 @ #m 1 0 02356798 +fox_talbot n 1 1 @ 1 0 11329281 +fox_terrier n 1 2 @ ~ 1 1 02095050 +foxberry n 1 2 @ %p 1 0 12249542 +foxglove n 1 3 @ ~ #m 1 0 12882779 +foxglove_family n 1 3 @ #m %m 1 0 12876032 +foxhole n 1 1 @ 1 0 03390075 +foxhound n 1 2 @ ~ 1 0 02089555 +foxhunt n 1 2 @ + 1 0 00453478 +foxiness n 1 2 @ + 1 0 05621178 +foxtail n 1 2 @ ~ 1 0 12107970 +foxtail_barley n 1 1 @ 1 0 12123932 +foxtail_grass n 2 2 @ ~ 2 0 13223843 12107970 +foxtail_millet n 1 3 @ ~ #m 1 0 12135270 +foxtail_orchid n 1 2 @ #m 1 0 12081649 +foxtrot n 1 1 @ 1 0 00535956 +foyer n 1 3 @ ~ #p 1 1 02715513 +fpd n 1 2 @ #p 1 0 03361380 +fps n 1 2 @ #p 1 0 08351777 +fr n 1 1 @ 1 0 14637864 +fra_filippo_lippi n 1 1 @ 1 0 11134196 +fracas n 1 2 @ ~ 1 1 07184545 +fractal n 1 2 @ ; 1 0 05931152 +fractal_geometry n 1 2 @ ; 1 0 06006609 +fraction n 3 3 @ ~ + 3 3 14922107 03390207 13732078 +fractional_currency n 1 1 @ 1 0 13386334 +fractional_distillation n 1 1 @ 1 0 13483971 +fractional_monetary_unit n 1 2 @ ~ 1 0 13662703 +fractional_process n 1 2 @ ~ 1 0 13484082 +fractionation n 2 3 @ ~ + 2 2 13484082 00389508 +fractiousness n 1 3 @ ~ + 1 0 04908396 +fracture n 3 5 @ ~ %p + ; 3 0 14292090 09278537 00376994 +fradicin n 1 1 @ 1 0 03818090 +fragaria n 1 3 @ #m %m 1 0 12629946 +fragaria_ananassa n 1 3 @ #m %p 1 0 12630478 +fragaria_chiloensis n 1 2 @ #m 1 0 12630763 +fragaria_vesca n 1 2 @ #m 1 0 12630641 +fragaria_virginiana n 1 2 @ #m 1 0 12630999 +fragile_fern n 1 1 @ 1 0 13196003 +fragility n 2 2 @ + 2 0 05043755 05041503 +fragment n 3 3 @ ~ + 3 2 09285254 04184701 07008680 +fragmentation n 4 3 @ + ; 4 1 00388210 13993517 13484303 07409121 +fragmentation_bomb n 1 3 @ ~ #p 1 0 03390327 +fragonard n 1 1 @ 1 0 10977159 +fragrance n 2 3 @ ~ + 2 1 05714466 04980463 +fragrancy n 1 1 @ 1 0 04980463 +fragrant_agrimony n 1 1 @ 1 0 12623211 +fragrant_bedstraw n 1 3 @ #s %p 1 0 12665271 +fragrant_cliff_fern n 1 1 @ 1 0 13193269 +fragrant_orchid n 1 2 @ #m 1 0 12064389 +fragrant_shield_fern n 1 1 @ 1 0 13193269 +fragrant_sumac n 1 1 @ 1 0 12763291 +fragrant_water_lily n 1 2 @ #m 1 0 11715430 +fragrant_wood_fern n 1 1 @ 1 0 13193269 +fragrant_woodsia n 1 1 @ 1 0 13202125 +frail n 2 1 @ 2 0 13718046 03390673 +frailness n 1 3 @ ~ + 1 0 14547643 +frailty n 2 2 @ ~ 2 0 14547643 04853873 +fraise n 2 1 @ 2 0 03390886 03390786 +frambesia n 1 1 @ 1 1 14144761 +framboesia n 1 1 @ 1 0 14144761 +framboise n 1 1 @ 1 0 12656369 +frame n 11 6 @ ~ #p %p + ; 11 4 03391301 03391464 05217168 15255804 07003568 06570805 05663104 05585383 04226537 03390983 00462116 +frame-up n 1 1 @ 1 0 00751398 +frame_buffer n 1 2 @ ; 1 0 03391613 +frame_of_mind n 1 2 @ ~ 1 0 14016114 +frame_of_reference n 2 3 @ ~ %p 2 0 05728024 05663104 +framer n 2 2 @ + 2 0 10108606 10108464 +framework n 3 3 @ ~ %p 3 2 05890249 04933363 03391770 +framing n 2 2 @ + 2 1 00941451 03390983 +franc n 1 3 @ ~ %p 1 1 13662190 +franc-tireur n 1 2 @ ; 1 0 10108937 +france n 2 6 @ #m #p %m %p - 2 1 08929922 10977368 +frances_eliza_hodgson_burnett n 1 1 @ 1 0 10873303 +frances_elizabeth_caroline_willard n 1 1 @ 1 0 11388141 +frances_hodgson_burnett n 1 1 @ 1 0 10873303 +frances_wright n 1 1 @ 1 0 11398344 +francesco_della_rovere n 1 1 @ 1 0 11304139 +francesco_petrarca n 1 1 @ 1 0 11231683 +franche-comte n 1 2 @ #p 1 0 08942277 +franchise n 3 4 @ ~ + ; 3 1 06526811 08060193 05187446 +franchise_tax n 1 1 @ 1 0 13312962 +francis_albert_sinatra n 1 1 @ 1 0 11302062 +francis_bacon n 1 1 @ 1 0 10830456 +francis_beaumont n 1 1 @ 1 0 10839329 +francis_crick n 1 1 @ 1 0 10915173 +francis_drake n 1 1 @ 1 0 10942866 +francis_edgar_stanley n 1 1 @ 1 0 11313357 +francis_everett_townsend n 1 1 @ 1 0 11347080 +francis_ferdinand n 1 1 @ 1 0 10977660 +francis_ford_coppola n 1 1 @ 1 0 10910305 +francis_galton n 1 1 @ 1 0 10988570 +francis_henry_compton_crick n 1 1 @ 1 0 10915173 +francis_hopkinson n 1 1 @ 1 0 11060241 +francis_ii n 1 1 @ 1 0 10977542 +francis_joseph n 1 1 @ 1 0 10977881 +francis_joseph_i n 1 1 @ 1 0 10977881 +francis_of_assisi n 1 2 @ ; 1 0 10978098 +francis_peyton_rous n 1 1 @ 1 0 11272523 +francis_poulenc n 1 1 @ 1 0 11244419 +francis_richard_stockton n 1 1 @ 1 0 11318692 +francis_scott_key n 1 1 @ 1 0 11103104 +francis_scott_key_fitzgerald n 1 1 @ 1 0 10972094 +francis_turbine n 1 1 @ 1 0 03392648 +francis_turner_palgrave n 1 1 @ 1 0 11221389 +franciscan n 1 2 @ #m 1 0 10778553 +franciscan_order n 1 2 @ %m 1 0 08149314 +francisco_de_goya n 1 1 @ 1 0 11009773 +francisco_fernandez_cordoba n 1 1 @ 1 0 10910769 +francisco_fernandez_de_cordova n 1 1 @ 1 0 10910769 +francisco_franco n 1 1 @ 1 0 10978842 +francisco_goya n 1 1 @ 1 0 11009773 +francisco_jimenez_de_cisneros n 1 1 @ 1 0 11084895 +francisco_jose_de_goya n 1 1 @ 1 0 11009773 +francisco_jose_de_goya_y_lucientes n 1 1 @ 1 0 11009773 +francisco_pizarro n 1 1 @ 1 0 11238726 +francisco_villa n 1 1 @ 1 0 11366405 +francisella n 1 2 @ %m 1 0 01365474 +francisella_tularensis n 1 2 @ #m 1 0 01365684 +francium n 1 1 @ 1 0 14637864 +franck n 2 1 @ 2 0 10978693 10978422 +franco n 1 1 @ 1 0 10978842 +franco-american n 1 1 @ 1 0 09742188 +franco-prussian_war n 1 1 @ 1 0 01304629 +francoa n 1 3 @ #m %m 1 0 12797693 +francoa_ramosa n 1 2 @ #m 1 0 12797860 +francois-marie_arouet n 1 1 @ 1 0 11368638 +francois_auguste_rene_rodin n 1 1 @ 1 0 11267949 +francois_charles_mauriac n 1 1 @ 1 0 11165519 +francois_couperin n 1 1 @ 1 0 10913010 +francois_de_la_rochefoucauld n 1 1 @ 1 0 11117931 +francois_duvalier n 1 1 @ 1 0 10946624 +francois_jacob n 1 1 @ 1 0 11077484 +francois_mansart n 1 1 @ 1 0 11154355 +francois_marie_charles_fourier n 1 1 @ 1 0 10976256 +francois_mauriac n 1 1 @ 1 0 11165519 +francois_maurice_marie_mitterrand n 1 1 @ 1 0 11183605 +francois_mitterrand n 1 1 @ 1 0 11183605 +francois_rabelais n 1 1 @ 1 0 11251225 +francois_rene_chateaubriand n 1 1 @ 1 0 10893830 +francois_truffaut n 1 1 @ 1 0 11349635 +francois_villon n 1 1 @ 1 0 11366787 +francoise-athenais_de_rochechouart n 1 1 @ 1 0 11186685 +francoise_d'aubigne n 1 1 @ 1 0 11150224 +francophil n 1 1 @ 1 0 10108719 +francophile n 1 1 @ 1 0 10108719 +francophobe n 1 1 @ 1 0 10108832 +frangibility n 1 2 @ + 1 0 05043755 +frangibleness n 1 2 @ + 1 0 05043755 +frangipane n 1 1 @ 1 0 07623475 +frangipani n 1 3 @ ~ #m 1 1 11774513 +frangipanni n 1 3 @ ~ #m 1 0 11774513 +frank n 2 3 @ ~ #p 2 0 09688804 07676602 +frank_baum n 1 1 @ 1 0 10838665 +frank_breech n 1 1 @ 1 0 00185612 +frank_breech_delivery n 1 1 @ 1 0 00185612 +frank_capra n 1 1 @ 1 0 10881986 +frank_cooper n 1 1 @ 1 0 10909303 +frank_harris n 1 1 @ 1 0 11030679 +frank_lloyd_wright n 1 1 @ 1 0 11398489 +frank_morrison_spillane n 1 1 @ 1 0 11311287 +frank_norris n 1 1 @ 1 0 11209543 +frank_philip_stella n 1 1 @ 1 0 11316003 +frank_sinatra n 1 1 @ 1 0 11302062 +frank_stella n 1 1 @ 1 0 11316003 +frank_stockton n 1 1 @ 1 0 11318692 +frank_whittle n 1 1 @ 1 0 11385442 +frank_winfield_woolworth n 1 1 @ 1 0 11397271 +frankenstein n 3 1 @ 3 0 14007750 09599401 09599195 +frankenstein's_monster n 1 1 @ 1 0 09599401 +frankfort n 2 2 @ #p 2 0 09089631 08772922 +frankfurt n 1 2 @ #p 1 0 08772922 +frankfurt_on_the_main n 1 2 @ #p 1 0 08772922 +frankfurter n 1 3 @ ~ #p 1 0 07676602 +frankfurter_bun n 1 2 @ #p 1 0 07690019 +frankincense n 1 1 @ 1 0 14873951 +frankincense_pine n 1 1 @ 1 0 11615387 +franking_machine n 1 1 @ 1 0 03392741 +franklin n 3 2 @ ; 3 0 10979535 10979079 10109050 +franklin_delano_roosevelt n 1 1 @ 1 0 11270023 +franklin_pierce n 1 1 @ 1 0 11234813 +franklin_roosevelt n 1 1 @ 1 0 11270023 +frankliniella n 1 3 @ #m %m 1 0 02272152 +frankliniella_fusca n 1 2 @ #m 1 0 02272286 +frankness n 2 3 @ ~ + 2 0 04871720 04650731 +frans_hals n 1 1 @ 1 0 11025508 +franz_anton_mesmer n 1 1 @ 1 0 11176932 +franz_ferdinand n 1 1 @ 1 0 10977660 +franz_josef_i n 1 1 @ 1 0 10977881 +franz_joseph n 1 1 @ 1 0 10977881 +franz_joseph_haydn n 1 1 @ 1 0 11035780 +franz_joseph_kline n 1 1 @ 1 0 11107757 +franz_kafka n 1 1 @ 1 0 11095731 +franz_kline n 1 1 @ 1 0 11107757 +franz_lehar n 1 1 @ 1 0 11125080 +franz_liszt n 1 1 @ 1 0 11135236 +franz_peter_schubert n 1 1 @ 1 0 11286618 +franz_schubert n 1 1 @ 1 0 11286618 +franz_seraph_peter_schubert n 1 1 @ 1 0 11286618 +franz_werfel n 1 1 @ 1 0 11381583 +frappe n 3 2 @ ~ 3 0 07923665 07923576 07614198 +fraser_fir n 1 1 @ 1 0 11622184 +frasera n 1 3 @ #m %m 1 0 12292655 +frasera_speciosa n 1 2 @ #m 1 0 12293180 +frat n 1 2 @ %m 1 0 08229467 +frat_house n 1 1 @ 1 0 03007297 +fratercula n 1 3 @ #m %m 1 0 02047835 +fratercula_arctica n 1 2 @ #m 1 0 02047975 +fratercula_corniculata n 1 2 @ #m 1 0 02048115 +fraternal_twin n 1 1 @ 1 0 10109197 +fraternisation n 1 2 @ + 1 1 01081867 +fraternity n 2 3 @ %m + 2 2 08229467 08075388 +fraternity_house n 1 1 @ 1 0 03007297 +fraternization n 1 2 @ + 1 0 01081867 +fratricide n 3 1 @ 3 0 10109342 00990963 00221981 +frau n 1 2 @ ; 1 0 06340707 +fraud n 3 2 @ ~ 3 3 00769092 10201535 00753685 +fraud_in_fact n 1 1 @ 1 0 00778213 +fraud_in_law n 1 1 @ 1 0 00778405 +fraud_in_the_factum n 1 1 @ 1 0 00778575 +fraud_in_the_inducement n 1 1 @ 1 0 00778809 +fraudulence n 3 3 @ ~ + 3 0 06760969 04875352 00753685 +fraudulent_scheme n 1 1 @ 1 0 00775943 +fraulein n 1 2 @ ; 1 0 06340838 +fraxinella n 1 1 @ 1 0 12712626 +fraxinus n 1 3 @ #m %m 1 0 12303349 +fraxinus_americana n 1 1 @ 1 0 12304115 +fraxinus_caroliniana n 1 1 @ 1 0 12304286 +fraxinus_cuspidata n 1 1 @ 1 0 12304420 +fraxinus_dipetala n 1 1 @ 1 0 12304572 +fraxinus_excelsior n 1 1 @ 1 0 12304703 +fraxinus_latifolia n 1 1 @ 1 0 12304899 +fraxinus_nigra n 1 1 @ 1 0 12305089 +fraxinus_oregona n 1 1 @ 1 0 12304899 +fraxinus_ornus n 1 1 @ 1 0 12305293 +fraxinus_pennsylvanica n 1 2 @ ~ 1 0 12305475 +fraxinus_pennsylvanica_subintegerrima n 1 1 @ 1 0 12305654 +fraxinus_quadrangulata n 1 1 @ 1 0 12305819 +fraxinus_texensis n 1 1 @ 1 0 12305986 +fraxinus_tomentosa n 1 1 @ 1 0 12306089 +fraxinus_velutina n 1 1 @ 1 0 12306270 +fray n 1 1 @ 1 0 01176335 +frazer n 1 1 @ 1 0 10979694 +frazzle n 1 3 @ + ; 1 0 14018055 +freak n 2 2 @ ~ 2 1 10109443 09769076 +freak_out n 1 1 @ 1 0 05898430 +freakishness n 1 2 @ + 1 0 04798185 +freckle n 1 3 @ #p + 1 1 05245192 +fred_astaire n 1 1 @ 1 0 10826352 +fred_hoyle n 1 1 @ 1 0 11063309 +fred_sanger n 1 1 @ 1 0 11280653 +fred_skinner n 1 1 @ 1 0 11304461 +fred_zinnemann n 1 1 @ 1 0 11407175 +freddie_mac n 1 1 @ 1 0 08384539 +frederic_auguste_bartholdi n 1 1 @ 1 0 10836555 +frederic_francois_chopin n 1 1 @ 1 0 10896644 +frederic_goudy n 1 1 @ 1 0 11009115 +frederic_william_goudy n 1 1 @ 1 0 11009115 +frederic_william_maitland n 1 1 @ 1 0 11150471 +frederick n 1 2 @ #p 1 0 09094791 +frederick_barbarossa n 1 1 @ 1 0 10979887 +frederick_carleton_lewis n 1 1 @ 1 0 11131135 +frederick_childe_hassam n 1 1 @ 1 0 11033992 +frederick_delius n 1 1 @ 1 0 10929316 +frederick_douglass n 1 1 @ 1 0 10941515 +frederick_i n 2 2 @ #m 2 0 10980097 10979887 +frederick_ii n 2 1 @ 2 0 10980448 10980256 +frederick_jackson_turner n 1 1 @ 1 0 11352701 +frederick_james_furnivall n 1 1 @ 1 0 10986272 +frederick_law_olmsted n 1 1 @ 1 0 11214513 +frederick_loewe n 1 1 @ 1 0 11137334 +frederick_moore_vinson n 1 1 @ 1 0 11367035 +frederick_north n 1 1 @ 1 0 11209790 +frederick_sanger n 1 1 @ 1 0 11280653 +frederick_soddy n 1 1 @ 1 0 11307587 +frederick_the_great n 1 1 @ 1 0 10980448 +frederick_william n 1 2 @ #m 1 0 10980681 +frederick_william_i n 1 2 @ #m 1 0 10980893 +frederick_william_ii n 1 2 @ #m 1 0 10981089 +frederick_william_iii n 1 2 @ #m 1 0 10981251 +frederick_william_iv n 1 2 @ #m 1 0 10981409 +fredericksburg n 2 3 @ #p ; 2 0 09152080 01279342 +frederico_garcia_lorca n 1 1 @ 1 0 10989977 +fredericton n 1 2 @ #p 1 0 08824654 +free n 1 2 @ + 1 0 07947958 +free-for-all n 1 1 @ 1 0 01176431 +free-lance n 1 2 @ + 1 0 10110421 +free-liver n 1 1 @ 1 0 10110731 +free-reed n 1 2 @ #p 1 0 03393199 +free-reed_instrument n 1 3 @ ~ %p 1 0 03393324 +free-tailed_bat n 1 3 @ ~ #m 1 0 02149420 +free_agency n 1 2 @ ; 1 0 14000642 +free_agent n 2 3 @ ~ ; 2 0 10109826 10109662 +free_association n 1 1 @ 1 0 05771532 +free_central_placentation n 1 1 @ 1 0 11681692 +free_electron n 1 1 @ 1 0 09285648 +free_energy n 1 3 @ ~ ; 1 0 11452218 +free_enterprise n 1 2 @ ~ 1 0 08364959 +free_fall n 2 2 @ ~ 2 0 07362699 05111835 +free_form n 1 1 @ 1 0 06306842 +free_french n 1 2 @ ; 1 0 08114581 +free_grace n 1 2 @ ; 1 0 04840715 +free_hand n 1 1 @ 1 0 13993685 +free_house n 1 2 @ ; 1 0 03393017 +free_kick n 1 3 @ ~ ; 1 0 00137534 +free_lance n 1 2 @ + 1 0 10110421 +free_list n 1 1 @ 1 0 06491168 +free_living n 1 1 @ 1 0 04931041 +free_love n 1 2 @ ~ 1 0 00848282 +free_lunch n 1 1 @ 1 0 13264522 +free_morpheme n 1 1 @ 1 0 06306842 +free_nerve_ending n 1 2 @ #p 1 0 05469240 +free_pardon n 1 2 @ ; 1 0 01249315 +free_people n 1 1 @ 1 0 07947958 +free_phagocyte n 1 2 @ ~ 1 0 05451265 +free_port n 2 1 @ 2 0 08639586 08638033 +free_press n 1 2 @ ~ 1 0 06263202 +free_radical n 1 1 @ 1 1 14874196 +free_rein n 1 1 @ 1 1 13993842 +free_soil_party n 1 1 @ 1 0 08260002 +free_spirit n 1 2 @ ~ 1 0 10109662 +free_state n 3 4 ! @ #p %p 3 0 09093608 09050089 09001184 +free_thought n 1 1 @ 1 0 06223922 +free_throw n 1 2 @ ~ 1 0 00110964 +free_throw_lane n 1 2 @ #p 1 0 03393534 +free_time n 2 1 @ 2 0 15137425 01065687 +free_trade n 1 2 @ ~ 1 0 01092643 +free_trader n 1 1 @ 1 1 10111358 +free_verse n 1 1 @ 1 0 06380373 +free_weight n 1 2 @ ~ 1 0 04571292 +free_will n 1 2 @ ~ 1 1 05198756 +free_world n 1 1 @ 1 1 08168737 +free_zone n 1 1 @ 1 0 08639586 +freebee n 1 1 @ 1 0 13272545 +freebie n 1 1 @ 1 0 13272545 +freeboard_deck n 1 2 @ #p 1 0 03392908 +freebooter n 1 3 @ ~ ; 1 0 10443170 +freedman n 1 1 @ 1 0 10109985 +freedom n 2 3 @ ~ = 2 2 13991823 14528873 +freedom_fighter n 1 2 @ ~ 1 0 10210137 +freedom_from_cruel_and_unusual_punishment n 1 2 @ ; 1 0 05185752 +freedom_from_discrimination n 1 2 @ ; 1 0 05186766 +freedom_from_double_jeopardy n 1 2 @ ; 1 0 05185106 +freedom_from_involuntary_servitude n 1 2 @ ; 1 0 05185921 +freedom_from_search_and_seizure n 1 2 @ ; 1 0 05184461 +freedom_from_self-incrimination n 1 2 @ ; 1 0 05184810 +freedom_of_assembly n 1 2 @ ; 1 0 05184082 +freedom_of_religion n 1 2 @ ; 1 0 05183624 +freedom_of_speech n 1 2 @ ; 1 0 05183779 +freedom_of_the_press n 1 2 @ ; 1 0 05183932 +freedom_of_the_seas n 1 1 @ 1 0 13994014 +freedom_of_thought n 1 1 @ 1 1 05182354 +freedom_party n 1 2 @ ; 1 0 08023843 +freedom_rider n 1 1 @ 1 0 10110093 +freedom_to_bear_arms n 1 2 @ ; 1 0 05184313 +freedwoman n 1 1 @ 1 0 10109985 +freehold n 2 2 @ + 2 0 13243261 13243134 +freeholder n 1 3 @ ~ + 1 0 10110287 +freeing n 1 3 @ ~ + 1 0 00095502 +freelance n 1 2 @ + 1 0 10110421 +freelancer n 1 2 @ + 1 0 10110421 +freeloader n 1 2 @ + 1 0 10110893 +freemail n 1 1 @ 1 0 06279805 +freeman n 1 2 @ ~ 1 1 10111023 +freemason n 1 3 @ ~ #m 1 0 10111144 +freemasonry n 2 2 @ %m 2 0 13930073 08235513 +freesia n 1 2 @ #m 1 0 12417062 +freestone n 1 1 @ 1 0 07738105 +freestyle n 1 1 @ 1 0 07460651 +freetail n 1 3 @ ~ #m 1 0 02149420 +freetailed_bat n 1 3 @ ~ #m 1 0 02149420 +freethinker n 1 1 @ 1 0 10000459 +freethinking n 1 1 @ 1 0 05966958 +freetown n 1 2 @ #p 1 0 08997132 +freeware n 1 1 @ 1 0 06567865 +freeway n 1 3 @ ~ %p 1 1 03306610 +freewheel n 1 1 @ 1 0 03393761 +freewheeler n 1 3 @ ~ + 1 1 10109662 +freewoman n 1 2 @ ~ 1 0 10111023 +freeze n 4 3 @ ~ + 4 0 13484644 11440521 01063697 00808767 +freeze-drying n 1 1 @ 1 0 13484937 +freezer n 1 2 @ + 1 0 03170635 +freezing n 1 3 @ ~ + 1 1 13484644 +freezing_mixture n 1 1 @ 1 0 14874564 +freezing_point n 1 1 @ 1 0 05013967 +fregata n 1 3 @ #m %m 1 0 02052639 +fregatidae n 1 3 @ #m %m 1 0 02052511 +freight n 3 2 @ + 3 2 02964389 01106272 13326198 +freight_agent n 1 1 @ 1 0 10111463 +freight_car n 1 3 @ ~ #m 1 1 03393912 +freight_elevator n 1 1 @ 1 0 03394149 +freight_liner n 1 1 @ 1 0 03394272 +freight_rate n 1 1 @ 1 0 13326198 +freight_train n 1 3 @ ~ %m 1 0 03394480 +freightage n 2 2 @ + 2 0 13326198 01106272 +freighter n 1 2 @ + 1 1 02878222 +fremont n 1 1 @ 1 0 10981569 +fremontia n 1 3 @ #m %m 1 0 12198628 +fremontodendron n 1 3 @ #m %m 1 0 12198628 +french n 3 5 @ ~ + ; - 3 2 06964901 09732903 10981750 +french-fried_potatoes n 1 1 @ 1 0 07711080 +french_academy n 1 1 @ 1 0 08280813 +french_and_indian_war n 1 2 @ #p 1 0 01304820 +french_bean n 1 1 @ 1 0 07728585 +french_blue n 1 1 @ 1 0 15083283 +french_bracken n 1 1 @ 1 0 12953484 +french_bread n 1 2 @ ~ 1 0 07687469 +french_bulldog n 1 1 @ 1 0 02108915 +french_canadian n 1 2 @ ~ 1 1 09696763 +french_capital n 1 4 @ #p %m %p 1 0 08932568 +french_chalk n 1 1 @ 1 0 15066666 +french_congo n 1 3 @ #p %p 1 0 08734044 +french_door n 1 3 @ ~ %p 1 0 03394649 +french_dressing n 1 1 @ 1 0 07833816 +french_endive n 1 2 @ #p 1 0 07731767 +french_foreign_legion n 1 1 @ 1 0 08272086 +french_foreign_office n 1 1 @ 1 0 08114400 +french_franc n 1 1 @ 1 0 13677788 +french_fries n 1 1 @ 1 0 07711080 +french_fritter n 1 1 @ 1 0 07639716 +french_guinea n 1 4 @ #p %m %p 1 0 08947319 +french_heel n 1 1 @ 1 0 03394816 +french_honeysuckle n 2 2 @ #m 2 0 12951146 12534862 +french_horn n 1 1 @ 1 1 03394916 +french_indochina n 1 2 @ #p 1 0 08731953 +french_kiss n 1 1 @ 1 0 00138799 +french_knot n 1 1 @ 1 0 03395095 +french_lavender n 2 2 @ %s 2 0 12850336 12850168 +french_leave n 1 1 @ 1 0 00053405 +french_lesson n 1 1 @ 1 0 00729637 +french_loaf n 1 1 @ 1 0 07684084 +french_marigold n 1 1 @ 1 0 12020941 +french_oceania n 1 3 @ #p %p 1 0 08989697 +french_omelet n 1 1 @ 1 0 07843117 +french_pancake n 1 2 @ ~ 1 0 07641138 +french_pastry n 1 2 @ ~ 1 0 07626959 +french_people n 1 1 @ 1 0 09732903 +french_person n 1 3 @ ~ #m 1 0 09708405 +french_polish n 2 1 @ 2 0 04955426 03395256 +french_polish_shellac n 1 1 @ 1 0 03395256 +french_polynesia n 1 3 @ #p %p 1 0 08989697 +french_region n 1 3 @ ~ #p 1 0 08939562 +french_republic n 1 6 @ #m #p %m %p - 1 0 08929922 +french_revolution n 1 2 @ ; 1 1 01305007 +french_riviera n 1 2 @ #p 1 0 08939437 +french_roof n 1 1 @ 1 0 03395401 +french_rye n 1 2 @ #m 1 0 12108871 +french_sorrel n 2 3 @ #p %p 2 0 12604845 07736527 +french_spinach n 1 1 @ 1 0 11830252 +french_sudan n 1 4 @ #p %m %p 1 0 08965598 +french_teacher n 1 1 @ 1 1 10111601 +french_telephone n 1 2 @ %p 1 0 03488438 +french_toast n 1 1 @ 1 0 07868200 +french_ultramarine n 1 1 @ 1 0 15083283 +french_ultramarine_blue n 1 1 @ 1 1 15083283 +french_vermouth n 1 1 @ 1 0 07899434 +french_weed n 1 2 @ #m 1 0 11898775 +french_west_indies n 1 3 @ #p %m 1 0 08747887 +french_window n 1 1 @ 1 1 03395514 +frenchman n 1 3 @ ~ #m 1 1 09708405 +frenchwoman n 1 3 @ ~ #m 1 0 09708405 +frenzy n 1 2 @ ~ 1 1 14391876 +freon n 1 2 @ ; 1 0 14874731 +frequence n 1 3 @ ~ + 1 0 15278281 +frequency n 3 3 @ ~ + 3 3 15278281 13821570 13598237 +frequency-response_characteristic n 1 2 @ ; 1 0 07000716 +frequency-response_curve n 1 2 @ ; 1 0 07000716 +frequency_band n 1 2 @ ; 1 0 06260628 +frequency_distribution n 1 2 @ ; 1 0 06025521 +frequency_modulation n 1 1 @ 1 0 06281721 +frequency_response n 1 3 @ %p ; 1 0 05020019 +frequentative n 1 1 @ 1 0 06473041 +frequenter n 1 3 @ ~ + 1 0 10407726 +fresco n 2 2 @ + 2 0 03395630 00937105 +fresh_bean n 1 2 @ ~ 1 0 07727578 +fresh_breeze n 1 2 @ #p 1 0 11432887 +fresh_fish n 1 2 @ ; 1 1 09891300 +fresh_food n 1 1 @ 1 0 07572712 +fresh_foods n 1 1 @ 1 0 07572712 +fresh_gale n 1 2 @ #p 1 0 11462152 +fresh_start n 1 1 @ 1 0 14484646 +fresh_water n 1 3 ! @ ~ 1 0 15009326 +freshener n 1 2 @ + 1 0 03395745 +fresher n 1 1 @ 1 0 10111688 +freshet n 1 1 @ 1 0 07407137 +freshman n 2 2 @ ~ 2 2 10111688 10355449 +freshman_class n 1 1 @ 1 0 08239706 +freshness n 5 5 ! @ ~ = + 5 2 04926728 04800596 14051056 05635055 04915866 +freshwater n 1 2 @ ~ 1 0 15009326 +freshwater_bass n 2 5 @ ~ #m #p %p 2 0 07777512 02564270 +freshwater_bream n 2 5 @ ~ #m #p %p 2 0 07777358 02563182 +freshwater_clam n 1 2 @ ~ 1 0 01964441 +freshwater_cordgrass n 1 1 @ 1 0 12139921 +freshwater_eel n 1 3 @ #m %p 1 0 02526818 +freshwater_fish n 1 2 @ ~ 1 0 07776545 +freshwater_limpet n 1 2 @ #m 1 0 01949973 +freshwater_mussel n 1 2 @ ~ 1 0 01964441 +fresnel n 1 1 @ 1 0 10981961 +fresnel_lens n 1 2 @ #p 1 0 03395859 +fresno n 1 2 @ #p 1 0 09063259 +fret n 4 2 @ + 4 0 14403560 04683002 03396311 03396074 +fretfulness n 1 3 @ ~ + 1 0 07552729 +fretsaw n 1 1 @ 1 0 03598783 +fretwork n 1 3 @ ~ %p 1 0 03646916 +freud n 1 2 @ + 1 1 10982127 +freudian n 1 1 @ 1 0 10111779 +freudian_psychology n 1 1 @ 1 0 06057326 +freudian_slip n 1 1 @ 1 0 00074092 +frey n 1 2 @ ; 1 0 09580125 +freya n 1 2 @ ; 1 0 09580354 +freyja n 1 2 @ ; 1 0 09580354 +freyr n 1 2 @ ; 1 0 09580125 +frg n 1 6 @ #m #p %m %p - 1 0 08766988 +fri n 1 1 @ 1 0 15164463 +friability n 1 2 @ + 1 0 04939742 +friar n 1 2 @ ~ 1 0 10111903 +friar's-cowl n 1 2 @ #m 1 0 11785276 +friar's_lantern n 1 1 @ 1 0 11459369 +friar_preacher n 1 3 @ ~ #m 1 0 10778345 +friary n 1 1 @ 1 0 03396580 +fricandeau n 1 1 @ 1 0 07666071 +fricassee n 1 3 @ ~ + 1 0 07592094 +fricative n 1 2 @ ~ 1 0 07118554 +fricative_consonant n 1 2 @ ~ 1 0 07118554 +frick n 1 1 @ 1 0 10982295 +friction n 3 3 @ ~ + 3 1 13981137 11459538 00712031 +friction_clutch n 1 2 @ ~ 1 0 03396654 +friction_match n 1 3 @ ~ %p 1 0 03728437 +friction_tape n 1 1 @ 1 0 03396841 +friday n 1 1 @ 1 1 15164463 +fridge n 1 3 @ ~ %p 1 0 03273913 +fridtjof_nansen n 1 1 @ 1 0 11199727 +fried_egg n 1 1 @ 1 1 07843636 +fried_rice n 1 1 @ 1 0 07868340 +friedan n 1 1 @ 1 0 10982450 +friedcake n 1 2 @ ~ 1 0 07638676 +friedman n 1 1 @ 1 0 10982658 +friedman_test n 1 1 @ 1 0 05744010 +friedreich's_ataxia n 1 1 @ 1 0 14091525 +friedrich_anton_mesmer n 1 1 @ 1 0 11176932 +friedrich_august_kekule n 1 1 @ 1 0 11098876 +friedrich_august_kekule_von_stradonitz n 1 1 @ 1 0 11098876 +friedrich_august_von_hayek n 1 1 @ 1 0 11035957 +friedrich_august_wolf n 1 1 @ 1 0 11394214 +friedrich_engels n 1 1 @ 1 0 10959223 +friedrich_froebel n 1 1 @ 1 0 10983758 +friedrich_gottlieb_klopstock n 1 1 @ 1 0 11108084 +friedrich_hebbel n 1 1 @ 1 0 11037836 +friedrich_krupp n 1 1 @ 1 0 11111710 +friedrich_max_muller n 1 1 @ 1 0 11195452 +friedrich_wilhelm_august_froebel n 1 1 @ 1 0 10983758 +friedrich_wilhelm_bessel n 1 1 @ 1 0 10849625 +friedrich_wilhelm_nietzsche n 1 1 @ 1 0 11207125 +friend n 5 5 ! @ ~ #m + 5 3 10112591 09785042 09763784 10677713 09679708 +friend_of_the_court n 1 2 @ ; 1 0 09788237 +friendlessness n 1 2 @ + 1 0 04622672 +friendliness n 2 5 ! @ ~ = + 2 1 07499615 04654337 +friendly n 1 3 ! @ ; 1 0 08397489 +friendly_fire n 1 1 @ 1 0 00990963 +friendly_islands n 1 3 @ #p %m 1 0 09037133 +friendly_relationship n 1 2 @ ~ 1 0 13931145 +friendly_takeover n 1 1 @ 1 0 00790947 +friendship n 1 3 @ ~ + 1 1 13931145 +friendship_plant n 1 2 @ #m 1 0 12395463 +frier n 1 2 @ + 1 0 07645469 +fries n 1 1 @ 1 0 07711080 +friesian n 1 1 @ 1 0 02407390 +friesland n 2 2 @ #p 2 0 08951513 08951385 +frieze n 2 2 @ #p 2 1 03397087 03396997 +frigate n 2 2 @ ~ 2 0 03397412 03397266 +frigate_bird n 1 2 @ #m 1 0 02052775 +frigg n 1 2 @ ; 1 0 09580521 +frigga n 1 2 @ ; 1 0 09580521 +fright n 1 5 @ ~ %p = + 1 1 07519253 +frightening n 1 3 @ + ; 1 0 01222666 +frightfulness n 1 3 @ ~ + 1 0 04782466 +frigid_zone n 1 2 @ ~ 1 0 08573258 +frigidity n 3 3 @ ~ + 3 0 05213693 05015117 04629604 +frigidness n 3 3 @ ~ + 3 0 05213693 05015117 04629604 +frijol n 1 2 @ #m 1 0 12557064 +frijole n 2 2 @ #m 2 0 12557064 07727377 +frijoles_refritos n 1 2 @ ; 1 0 07881625 +frijolillo n 1 2 @ #m 1 0 12570703 +frijolito n 1 2 @ #m 1 0 12570703 +frill n 4 4 @ ~ + ; 4 0 05547149 05546997 03397532 03376438 +frilled_lizard n 1 2 @ #m 1 0 01688243 +frimaire n 1 2 @ #p 1 0 15176319 +fringe n 6 3 @ %p + 6 2 13903576 08690792 11459748 07974850 05258985 03397762 +fringe-toed_lizard n 1 2 @ #m 1 0 01679005 +fringe_benefit n 1 2 @ ~ 1 1 13298011 +fringe_bush n 1 1 @ 1 0 12302248 +fringe_cups n 1 2 @ #m 1 0 12803226 +fringe_tree n 1 3 @ ~ #m 1 0 12302071 +fringed_gecko n 1 2 @ #m 1 0 01675352 +fringed_gentian n 1 3 @ ~ #m 1 0 12296432 +fringed_grass_of_parnassus n 1 2 @ #m 1 0 12801966 +fringed_loosestrife n 1 1 @ 1 0 12095543 +fringed_orchid n 1 3 @ ~ #m 1 0 12065316 +fringed_orchis n 1 3 @ ~ #m 1 0 12065316 +fringed_pink n 2 2 @ #m 2 0 12811501 11809754 +fringed_polygala n 1 1 @ 1 0 12705698 +fringed_poppy_mallow n 1 1 @ 1 0 12175181 +fringepod n 1 2 @ #m 1 0 11899223 +fringilla n 1 3 @ #m %m 1 0 01530256 +fringilla_coelebs n 1 2 @ #m 1 0 01530439 +fringilla_montifringilla n 1 2 @ #m 1 0 01530575 +fringillidae n 1 3 @ #m %m 1 0 01529036 +frippery n 1 1 @ 1 0 02774502 +frisbee n 1 2 @ ; 1 0 03397947 +frisch n 3 1 @ 3 0 10983172 10983007 10982870 +frisia n 1 4 @ #p %p + 1 0 08951777 +frisian n 2 2 @ ~ 2 0 09699918 06955242 +frisian_islands n 1 2 @ #p 1 0 08951957 +frisk n 1 3 @ ~ + 1 0 00946060 +friskiness n 1 2 @ + 1 0 04649835 +frisking n 1 3 @ ~ + 1 0 00946060 +frisson n 1 1 @ 1 0 07520112 +fritillaria n 1 3 @ #m %m 1 0 12451789 +fritillaria_affinis n 1 1 @ 1 0 12452256 +fritillaria_agrestis n 1 1 @ 1 0 12452673 +fritillaria_biflora n 1 1 @ 1 0 12452480 +fritillaria_imperialis n 1 1 @ 1 0 12452836 +fritillaria_lanceolata n 1 1 @ 1 0 12452256 +fritillaria_liliaceae n 1 1 @ 1 0 12453018 +fritillaria_meleagris n 1 1 @ 1 0 12453186 +fritillaria_micrantha n 1 1 @ 1 0 12453539 +fritillaria_mutica n 1 1 @ 1 0 12452256 +fritillaria_parviflora n 1 1 @ 1 0 12453539 +fritillaria_pluriflora n 1 1 @ 1 0 12453714 +fritillaria_recurva n 1 1 @ 1 0 12453857 +fritillary n 2 3 @ ~ #m 2 0 12451915 02278210 +frittata n 1 1 @ 1 0 07868508 +fritter n 1 2 @ ~ 1 0 07639855 +fritter_batter n 1 1 @ 1 0 07861334 +fritz_albert_lipmann n 1 1 @ 1 0 11133938 +fritz_haber n 1 1 @ 1 0 11021178 +fritz_kreisler n 1 1 @ 1 0 11110791 +fritz_w._meissner n 1 1 @ 1 0 11171409 +friuli n 1 1 @ 1 0 06967935 +friuli-venezia_giulia n 1 2 @ #p 1 0 08806617 +friulian n 1 1 @ 1 0 06967935 +frivolity n 3 4 ! @ ~ + 3 0 04648207 02774502 00513401 +frivolousness n 1 3 @ ~ + 1 0 04648207 +frizz n 1 2 @ + 1 0 14575700 +frobisher n 1 1 @ 1 0 10983503 +frock n 2 4 @ ~ %p + 2 0 03398153 03236735 +frock_coat n 1 2 @ ~ 1 0 03398228 +froebel n 1 1 @ 1 0 10983758 +froelichia n 1 3 @ #m %m 1 0 11825535 +frog n 3 3 @ ~ + 3 1 01639765 09708648 03398382 +frog's-bit n 1 2 @ #m 1 0 12613408 +frog's-bit_family n 1 3 @ #m %m 1 0 12612913 +frog's_lettuce n 1 2 @ #m 1 0 12616996 +frog_kick n 1 2 @ #p 1 0 00574608 +frog_legs n 1 2 @ #p 1 0 07868684 +frog_orchid n 2 2 @ #m 2 0 12065649 12052447 +frogbit n 1 2 @ #m 1 0 12613408 +frogbit_family n 1 3 @ #m %m 1 0 12612913 +frogfish n 1 2 @ #m 1 0 02549248 +froghopper n 1 1 @ 1 0 02257985 +frogman n 1 2 @ ~ 1 0 10019552 +frogmouth n 1 2 @ #m 1 0 01837072 +frolic n 1 3 @ ~ + 1 1 00511817 +frolicsomeness n 1 2 @ + 1 0 04649835 +fromental_halevy n 1 1 @ 1 0 11023883 +frond n 1 1 @ 1 0 13154494 +front n 10 6 ! @ ~ #p + ; 10 5 08573472 08573674 05940302 03398467 10113583 14514491 11460488 08642632 08626080 08464601 +front-porch_campaign n 1 1 @ 1 0 00799809 +front-porch_campaigning n 1 1 @ 1 0 00799809 +front-runner n 1 1 @ 1 0 10113753 +front-stall n 1 1 @ 1 0 03005619 +front_bench n 1 3 @ + ; 1 0 03399047 +front_burner n 1 2 ! @ 1 0 13950282 +front_crawl n 1 2 @ %p 1 0 00570366 +front_door n 1 2 @ %p 1 1 03399240 +front_end n 1 2 @ ~ 1 0 08573472 +front_entrance n 1 2 @ %p 1 0 03399240 +front_line n 1 2 @ #p 1 1 08573674 +front_man n 1 1 @ 1 0 10113583 +front_matter n 1 1 @ 1 0 06390688 +front_porch n 1 1 @ 1 1 03399677 +front_projector n 1 1 @ 1 0 03399761 +front_room n 1 3 @ ~ #p 1 1 03679712 +front_tooth n 1 2 @ ~ 1 0 05306190 +front_yard n 1 1 @ 1 1 03399852 +frontage n 3 4 @ ~ + ; 3 1 05123935 13827943 03313333 +frontage_road n 1 1 @ 1 0 03398775 +frontal n 3 2 @ ~ 3 0 03399579 03398950 03313333 +frontal_bone n 1 3 @ #p %p 1 0 05541231 +frontal_cortex n 1 3 @ #p %p 1 0 05493758 +frontal_eminence n 1 2 @ #p 1 0 05541509 +frontal_gyrus n 1 2 @ #p 1 0 05488750 +frontal_lobe n 1 3 @ #p %p 1 0 05493758 +frontal_lobotomy n 1 2 @ ~ 1 0 00684128 +frontal_sinus n 1 1 @ 1 0 05253338 +frontal_suture n 1 2 @ #p 1 0 05544078 +frontbencher n 1 3 @ + ; 1 0 10113362 +frontier n 3 2 @ ~ 3 1 08505402 08501114 05998052 +frontier_settlement n 1 1 @ 1 1 08374653 +frontiersman n 1 2 @ ~ 1 0 10113072 +frontierswoman n 1 2 @ ~ 1 0 10113249 +frontispiece n 2 1 @ 2 0 03399500 03399391 +frontlet n 1 1 @ 1 0 03399579 +frontstall n 1 1 @ 1 0 03005619 +frost n 4 2 @ + 4 2 14915622 11440521 13485270 10983931 +frost's_bolete n 1 2 @ #m 1 0 13055792 +frost-weed n 2 1 @ 2 0 12375769 12031547 +frost_fish n 1 2 @ #m 1 0 02622955 +frost_heave n 1 1 @ 1 0 11461684 +frost_heaving n 1 1 @ 1 0 11461684 +frost_mist n 1 3 @ #p %s 1 0 11509377 +frost_snow n 1 3 @ #p %s 1 0 11509377 +frostbite n 1 2 @ ~ 1 1 14294678 +frosted_bat n 1 2 @ #m 1 0 02145910 +frostiness n 2 2 @ + 2 0 05015878 04961583 +frosting n 1 2 @ + 1 0 07620822 +frostweed n 2 1 @ 2 0 12375769 12031547 +frostwort n 1 1 @ 1 0 12375769 +froth n 1 3 @ ~ + 1 1 09282724 +frothiness n 1 2 @ + 1 0 04733347 +frottage n 1 1 @ 1 0 00856076 +frotteur n 1 1 @ 1 0 10113869 +frown n 1 2 @ + 1 0 06877849 +frown_line n 1 1 @ 1 0 13906669 +frozen_custard n 1 1 @ 1 0 07617051 +frozen_dessert n 1 2 @ ~ 1 0 07611358 +frozen_food n 1 1 @ 1 0 07572858 +frozen_foods n 1 1 @ 1 0 07572858 +frozen_metaphor n 1 1 @ 1 0 07107083 +frozen_orange_juice n 1 1 @ 1 0 07924955 +frozen_pudding n 1 1 @ 1 0 07616906 +frozen_yogurt n 1 1 @ 1 0 07616046 +frs n 1 2 @ %m 1 0 08350470 +fructidor n 1 2 @ #p 1 0 15177705 +fructification n 2 2 @ + 2 0 13485408 11550205 +fructose n 1 1 @ 1 0 14874932 +fructosuria n 1 1 @ 1 0 14267588 +frugality n 1 3 @ ~ + 1 0 04893358 +frugalness n 1 3 @ ~ + 1 0 04893358 +fruit n 3 3 @ ~ + 3 3 13134947 04612722 07294550 +fruit_bar n 1 2 @ ~ 1 0 07637737 +fruit_bat n 1 3 @ ~ #m 1 0 02139671 +fruit_cocktail n 1 1 @ 1 0 07581931 +fruit_compote n 1 1 @ 1 0 07611046 +fruit_crush n 1 2 @ ~ 1 0 07924033 +fruit_custard n 1 1 @ 1 0 07619508 +fruit_drink n 1 2 @ ~ 1 0 07925966 +fruit_fly n 1 2 @ ~ 1 0 02196344 +fruit_grower n 1 1 @ 1 0 10114114 +fruit_juice n 1 2 @ ~ 1 0 07924033 +fruit_machine n 1 2 @ ; 1 0 03399971 +fruit_of_the_poisonous_tree n 1 1 @ 1 0 06654275 +fruit_punch n 1 1 @ 1 0 07930062 +fruit_salad n 1 2 @ ~ 1 0 07807922 +fruit_sugar n 1 1 @ 1 0 14874932 +fruit_tree n 1 3 @ ~ %s 1 1 12651821 +fruitage n 1 2 @ + 1 0 13086753 +fruitcake n 2 2 @ ~ 2 0 09974496 07631350 +fruiterer n 1 3 @ + ; 1 0 10113997 +fruitfulness n 2 4 ! @ ~ + 2 1 05147381 05625066 +fruiting_body n 1 2 @ ~ 1 0 13089246 +fruition n 3 2 @ + 3 0 14575849 05214374 00061917 +fruitlessness n 2 4 ! @ ~ + 2 0 05649538 05148186 +fruitlet n 1 2 @ + 1 0 13135692 +fruitwood n 1 3 @ ~ #s 1 0 12652876 +frumenty n 1 1 @ 1 0 07704656 +frump n 1 2 @ + 1 0 10114209 +frunze n 1 2 @ #p 1 0 09020792 +frustration n 3 2 @ + 3 2 07540866 00067990 07518663 +frustum n 1 2 @ ~ 1 0 13917457 +fry n 3 4 @ ~ #m %p 3 0 10984257 10984126 09917593 +fry_bread n 1 1 @ 1 0 07685546 +fry_cook n 1 1 @ 1 0 10114384 +frye n 1 1 @ 1 0 10984418 +fryer n 1 2 @ + 1 0 07645469 +frying n 1 2 @ + 1 0 00246940 +frying_pan n 1 3 @ ~ %p 1 0 03400231 +frypan n 1 3 @ ~ %p 1 0 03400231 +fsb n 2 1 @ 2 0 08485598 08424662 +fsh n 1 1 @ 1 0 14748765 +ft n 1 3 @ #p %p 1 0 13650045 +ft-l n 1 1 @ 1 0 13641175 +ftc n 1 2 @ %p 1 0 08351107 +fthm n 2 3 @ %p ; 2 0 13660178 13617308 +fto n 1 3 @ ~ ; 1 0 08392137 +ftp n 1 4 @ ~ + ; 1 0 06665370 +fucaceae n 1 3 @ #m %m 1 0 01404129 +fucales n 1 3 @ #m %m 1 0 01403805 +fuchs n 1 1 @ 1 0 10984589 +fuchsia n 1 3 @ ~ #m 1 0 12343480 +fuchsia_coccinea n 1 1 @ 1 0 12343753 +fuchsia_excorticata n 1 1 @ 1 0 12343951 +fuck n 1 3 @ + ; 1 0 00846021 +fuck_all n 1 2 @ ; 1 0 13740765 +fucker n 2 2 @ + 2 0 10114550 10114476 +fuckhead n 1 1 @ 1 0 10039663 +fucking n 1 3 @ + ; 1 0 00846021 +fuckup n 2 3 @ ~ + 2 0 09879744 00074790 +fucoid n 2 2 @ #m 2 0 01404495 01404365 +fucoid_algae n 1 2 @ #m 1 0 01404365 +fucus n 1 2 @ #m 1 0 01405007 +fucus_serratus n 1 2 @ #m 1 0 01405107 +fucus_vesiculosus n 1 2 @ #m 1 0 01405250 +fuddle n 1 2 @ ~ 1 0 14500567 +fuddy-duddy n 1 2 @ ; 1 0 10114662 +fudge n 1 2 @ ~ 1 0 07605474 +fudge_factor n 1 1 @ 1 0 13755957 +fudge_sauce n 1 1 @ 1 0 07837002 +fuego n 1 2 @ #p 1 0 09174908 +fuel n 1 3 @ ~ + 1 1 14875077 +fuel-air_bomb n 1 1 @ 1 0 04420461 +fuel-air_explosive n 1 2 @ ~ 1 0 03400389 +fuel_cell n 1 1 @ 1 0 03400798 +fuel_consumption_rate n 1 1 @ 1 0 13823287 +fuel_filter n 1 2 @ #p 1 0 03400972 +fuel_gauge n 1 2 @ #p 1 0 03401129 +fuel_indicator n 1 2 @ #p 1 0 03401129 +fuel_injection n 1 1 @ 1 0 03401279 +fuel_injection_system n 1 1 @ 1 0 03401279 +fuel_level n 1 1 @ 1 0 13369074 +fuel_line n 1 2 @ #p 1 0 03401500 +fuel_oil n 1 2 @ ~ 1 0 14686585 +fuel_pod n 1 2 @ #p 1 0 03973945 +fuel_system n 1 3 @ #p %p 1 0 03401721 +fueling n 1 2 @ + 1 0 01059719 +fuentes n 1 1 @ 1 0 10984876 +fuerzas_armadas_revolucionarios_de_colombia n 1 2 @ ; 1 0 08042183 +fug n 1 3 @ + ; 1 0 14521954 +fugaciousness n 1 3 @ + ; 1 0 05055503 +fugacity n 2 3 @ + ; 2 0 05055878 05055503 +fugard n 1 1 @ 1 0 10984979 +fugitive n 2 2 @ ~ 2 1 10115082 10114897 +fugitive_from_justice n 1 2 @ ~ 1 0 10114897 +fugleman n 1 1 @ 1 0 10115271 +fugo n 1 1 @ 1 0 02782432 +fugu n 1 1 @ 1 0 07782204 +fugue n 3 2 @ + 3 0 14394479 14030291 07043675 +fuji n 2 2 @ #p 2 0 12646605 09175016 +fuji-san n 1 2 @ #p 1 0 09175016 +fuji_cherry n 1 1 @ 1 0 12646605 +fujinoyama n 1 2 @ #p 1 0 09175016 +fujiyama n 1 2 @ #p 1 0 09175016 +fukien n 1 1 @ 1 0 06930633 +fukkianese n 1 1 @ 1 0 06930633 +fukuoka n 1 2 @ #p 1 0 08925830 +ful n 1 1 @ 1 0 06996510 +fula n 2 1 @ 2 0 09705471 06996510 +fulah n 1 1 @ 1 0 09705471 +fulani n 2 1 @ 2 0 09705471 06996510 +fulbe n 1 1 @ 1 0 09705471 +fulbright n 1 1 @ 1 0 10985160 +fulcrum n 1 2 @ #p 1 0 03402080 +fulfillment n 2 3 @ ~ + 2 2 07532112 00062451 +fulfilment n 2 3 @ ~ + 2 0 07532112 00062451 +fulgoridae n 1 3 @ #m %m 1 0 02259844 +fulica n 1 3 @ #m %m 1 0 02017878 +fulica_americana n 1 2 @ #m 1 0 02018207 +fulica_atra n 1 2 @ #m 1 0 02018368 +full n 1 3 @ ~ #p 1 0 15207556 +full-dress_uniform n 1 2 @ ; 1 0 03402188 +full-of-the-moon n 1 3 @ ~ #p 1 1 15207556 +full-wave_rectifier n 1 1 @ 1 0 03402621 +full_admiral n 1 2 @ ~ 1 0 09771204 +full_blood n 1 1 @ 1 0 04924003 +full_complement n 1 2 @ ~ 1 1 08218212 +full_cousin n 1 1 @ 1 0 09972010 +full_dress n 1 2 @ %p 1 0 03239054 +full_employment n 1 1 @ 1 0 14489523 +full_faith_and_credit n 1 1 @ 1 0 06686573 +full_gainer n 1 1 @ 1 0 00443917 +full_general n 1 3 @ ~ ; 1 0 10123844 +full_house n 1 1 @ 1 0 07958099 +full_metal_jacket n 1 1 @ 1 0 03402369 +full_moon n 1 3 @ ~ #p 1 1 15207556 +full_moon_maple n 1 1 @ 1 0 12755727 +full_nelson n 1 2 @ ; 1 0 00813571 +full_page n 1 1 @ 1 0 06257250 +full_phase_of_the_moon n 1 3 @ ~ #p 1 0 15207556 +full_point n 1 2 @ ~ 1 0 06843520 +full_professor n 1 1 @ 1 0 10115748 +full_radiator n 1 1 @ 1 0 09222406 +full_service_bank n 1 2 @ ~ 1 0 08418420 +full_skirt n 1 2 @ %p 1 0 03402511 +full_stop n 1 2 @ ~ 1 0 06843520 +full_term n 1 2 @ #p 1 0 15226451 +full_treatment n 1 1 @ 1 0 14461679 +fullback n 2 4 @ #m + ; 2 1 10115430 00726867 +fuller n 3 2 @ + 3 0 10985653 10985440 10115603 +fuller's_earth n 1 1 @ 1 0 14875707 +fuller's_teasel n 1 1 @ 1 0 12682882 +fullerene n 1 3 @ ~ ; 1 0 14622141 +fullness n 4 5 ! @ ~ = + 4 2 14461519 04989015 14451911 05106024 +fulmar n 1 2 @ #m 1 0 02060133 +fulmar_petrel n 1 2 @ #m 1 0 02060133 +fulmarus n 1 3 @ #m %m 1 0 02060016 +fulmarus_glacialis n 1 2 @ #m 1 0 02060133 +fulminate n 1 2 @ ~ 1 0 14798709 +fulminate_of_mercury n 1 2 @ #p 1 0 14798815 +fulminating_mercury n 1 2 @ #p 1 0 14798815 +fulmination n 2 2 @ + 2 0 07233304 00377907 +fulminic_acid n 1 1 @ 1 0 14611804 +fulsomeness n 2 2 @ + 2 0 06696308 04868505 +fulton n 1 1 @ 1 0 10985838 +fulvic_acid n 1 1 @ 1 0 14875878 +fulvicin n 1 2 @ ; 1 0 03460674 +fumaria n 1 3 @ #m %m 1 0 11909353 +fumaria_claviculata n 1 2 @ #m 1 0 11904274 +fumaria_fungosa n 1 1 @ 1 0 11909864 +fumaria_officinalis n 1 2 @ #m 1 0 11909527 +fumaria_sempervirens n 1 1 @ 1 0 11904477 +fumariaceae n 1 3 @ #m %m 1 0 11909048 +fumaric_acid n 1 1 @ 1 0 14876066 +fumble n 1 3 @ + ; 1 1 00075912 +fumbler n 1 2 @ + 1 0 09879744 +fume n 1 3 @ ~ + 1 0 11508092 +fumed_oak n 1 1 @ 1 1 12269099 +fumeroot n 2 2 @ #m 2 0 11909527 11904743 +fumes n 1 1 @ 1 1 14837364 +fumewort n 2 2 @ #m 2 0 11909527 11904743 +fumigant n 1 2 @ + 1 0 14876206 +fumigation n 1 2 @ + 1 0 00712979 +fumigator n 2 2 @ + 2 0 10115840 03402785 +fumimaro_konoe n 1 1 @ 1 0 11108767 +fumimaro_konoye n 1 1 @ 1 0 11108767 +fumitory n 1 2 @ #m 1 0 11909527 +fumitory_family n 1 3 @ #m %m 1 0 11909048 +fun n 4 5 @ ~ = + ; 4 3 00429949 06780882 01260556 04649261 +fun_run n 1 1 @ 1 0 07460403 +funafuti n 1 2 @ #p 1 0 08840657 +funambulism n 1 2 @ + 1 0 00324978 +funambulist n 1 2 @ + 1 0 10115946 +function n 7 6 @ ~ #p = + ; 7 3 13783816 05149325 00720565 13781164 08252467 07447261 06582403 +function_call n 1 1 @ 1 0 06582986 +function_word n 1 3 @ ~ %p 1 0 06291318 +functional_anatomy n 1 1 @ 1 0 06059709 +functional_calculus n 1 2 @ %p 1 0 06165364 +functional_disorder n 1 2 ! @ 1 0 14053384 +functional_genomics n 1 1 @ 1 0 06075218 +functional_illiterate n 1 1 @ 1 0 10116093 +functional_magnetic_resonance_imaging n 1 2 @ ~ 1 0 00902757 +functionalism n 2 3 @ + ; 2 0 06140054 05962043 +functionalist n 1 2 @ + 1 0 10116246 +functionality n 1 2 @ + 1 0 05151372 +functionary n 1 3 @ ~ + 1 0 10372373 +functioning n 1 2 @ + 1 0 13525549 +fund n 3 3 @ ~ + 3 2 13358549 13367070 08070850 +fund-raising_campaign n 1 1 @ 1 0 00800270 +fund-raising_drive n 1 1 @ 1 1 00800270 +fund-raising_effort n 1 1 @ 1 0 00800270 +fundament n 3 3 @ ~ #p 3 0 05793554 05559256 03387016 +fundamental n 2 1 @ 2 0 07328058 05719958 +fundamental_analysis n 1 2 @ ; 1 0 00649090 +fundamental_frequency n 1 1 @ 1 0 05719958 +fundamental_interaction n 1 3 @ ~ ; 1 0 11516113 +fundamental_law n 1 3 @ ~ ; 1 1 06533648 +fundamental_measure n 1 2 @ ~ 1 0 13575869 +fundamental_particle n 1 4 @ ~ #p ; 1 0 09272085 +fundamental_principle n 1 2 @ ~ 1 0 05871362 +fundamental_quantity n 1 2 @ ~ 1 0 13575869 +fundamentalism n 1 2 @ + 1 0 06231328 +fundamentalist n 1 2 @ + 1 0 10116370 +fundamentals n 1 2 @ ~ 1 1 05871362 +fundamentals_analysis n 1 2 @ ; 1 0 00649090 +funding n 2 2 @ + 2 0 13365698 01099109 +fundraiser n 2 1 @ 2 0 10116478 07455640 +funds n 1 2 @ ~ 1 1 13356112 +fundulus n 1 3 @ #m %m 1 0 01447001 +fundulus_heteroclitus n 1 2 @ #m 1 0 01447139 +fundulus_majalis n 1 2 @ #m 1 0 01447331 +fundus n 1 2 @ ; 1 0 05264545 +funeral n 1 3 @ ~ + 1 1 07451463 +funeral-residence n 1 1 @ 1 0 03402941 +funeral_chapel n 1 1 @ 1 0 03402941 +funeral_church n 1 1 @ 1 0 03402941 +funeral_director n 1 2 @ ~ 1 0 10331841 +funeral_home n 1 1 @ 1 0 03402941 +funeral_march n 1 1 @ 1 0 07059028 +funeral_parlor n 1 1 @ 1 1 03402941 +funeral_parlour n 1 1 @ 1 0 03402941 +funeral_pyre n 1 1 @ 1 0 07963494 +funeral_undertaker n 1 2 @ ~ 1 0 10331841 +funfair n 2 3 @ ~ %p 2 0 08494231 00519333 +fungal_infection n 1 2 @ ~ 1 0 14176895 +fungi n 1 3 @ %m - 1 0 12992464 +fungi_imperfecti n 1 3 @ #m %m 1 0 12995724 +fungia n 1 2 @ #m 1 0 01917751 +fungibility n 1 3 @ ~ + 1 0 04735929 +fungible n 1 2 @ + 1 0 03403169 +fungicide n 1 3 @ ~ + 1 0 02720201 +fungus n 1 6 @ ~ #m %p + - 1 0 12992868 +fungus_family n 1 3 @ ~ #m 1 0 11590783 +fungus_genus n 1 3 @ ~ #m 1 0 11592146 +fungus_gnat n 2 3 @ ~ #m 2 0 02204722 02203592 +fungus_kingdom n 1 3 @ %m - 1 0 12992464 +fungus_order n 1 3 @ ~ #m 1 0 11594676 +funicle n 1 1 @ 1 0 11678199 +funicular n 1 3 @ %p + 1 0 02934641 +funicular_railway n 1 2 @ %p 1 0 02934641 +funiculitis n 1 1 @ 1 0 14346280 +funiculus n 2 2 @ ~ 2 0 11678199 05264756 +funk n 3 2 @ + 3 0 14404610 10986022 07063585 +funk_hole n 1 1 @ 1 0 03403325 +funka n 1 3 @ #m %m 1 0 12457519 +funkaceae n 1 2 @ #m 1 0 12457250 +funnel n 3 5 @ #p %p + ; 3 1 13872822 03403643 03403431 +funnel-crest_rosebud_orchid n 1 2 @ #m 1 0 12051514 +funnel_shape n 1 1 @ 1 0 13872822 +funnel_web n 1 1 @ 1 0 03403873 +funnies n 1 3 @ #p %p 1 0 07003352 +funniness n 1 2 @ + 1 0 06781383 +funny n 1 1 @ 1 0 06779310 +funny_bone n 1 2 @ #p 1 0 05580662 +funny_farm n 1 1 @ 1 0 02820798 +funny_house n 1 1 @ 1 1 02820798 +funny_remark n 1 1 @ 1 0 06779310 +funny_story n 1 1 @ 1 0 06779310 +funny_wagon n 1 2 @ ; 1 1 03404012 +funrun n 1 1 @ 1 0 07460403 +fuqra n 1 2 @ ; 1 0 08026539 +fur n 3 4 @ ~ %p + 3 2 14764061 01899062 03404149 +fur-piece n 1 1 @ 1 1 03406759 +fur_coat n 1 2 @ ~ 1 0 03404251 +fur_hat n 1 2 @ ~ 1 0 03404360 +fur_seal n 2 3 @ ~ #m 2 0 02077658 02077152 +furan n 1 2 @ ~ 1 0 14876318 +furane n 1 2 @ ~ 1 0 14876318 +furbelow n 1 2 @ ~ 1 0 03397532 +furcation n 1 4 @ ~ %p + 1 0 13886724 +furcula n 1 3 @ ~ #p 1 0 01895355 +furfural n 1 1 @ 1 0 14876473 +furfuraldehyde n 1 1 @ 1 0 14876473 +furfuran n 1 2 @ ~ 1 0 14876318 +furiousness n 1 3 @ ~ + 1 0 05037813 +furlong n 1 3 @ #p %p 1 1 13651072 +furlough n 1 2 @ + 1 1 15139432 +furnace n 1 3 @ ~ %p 1 1 03404449 +furnace_lining n 1 2 @ %s 1 0 03404900 +furnace_room n 1 1 @ 1 0 03405111 +furnariidae n 1 3 @ #m %m 1 0 01552523 +furnarius n 1 3 @ #m %m 1 0 01552654 +furnishing n 3 4 @ ~ + ; 3 0 03405595 03405265 00608551 +furniture n 1 4 @ ~ + - 1 1 03405725 +furniture_company n 1 1 @ 1 0 08003525 +furniture_maker n 1 2 @ ~ 1 0 09885866 +furnivall n 1 1 @ 1 0 10986272 +furor n 2 2 @ ~ 2 1 05751173 00553995 +furore n 2 2 @ ~ 2 0 05751173 00553995 +furosemide n 1 1 @ 1 0 03406597 +furrier n 1 1 @ 1 0 09929861 +furring n 2 1 @ 2 0 14313342 03406838 +furring_strip n 1 1 @ 1 0 03406838 +furrow n 2 4 @ ~ #p + 2 1 03406966 13905792 +furry_tongue n 1 1 @ 1 0 14311801 +furtherance n 2 2 @ + 2 0 07251984 00249780 +furtiveness n 1 2 @ + 1 0 04657631 +furuncle n 1 2 @ ~ 1 0 14183210 +furunculosis n 1 1 @ 1 0 14227488 +fury n 4 4 @ ~ + ; 4 3 07516997 14391876 05037813 09506337 +furze n 1 2 @ #m 1 0 12574866 +fusain n 1 1 @ 1 0 03007824 +fusanus n 1 3 @ #m %m 1 0 12736455 +fusanus_acuminatus n 1 3 @ #m %p 1 0 12736603 +fusarium_wilt n 1 1 @ 1 0 14283423 +fuschia n 1 1 @ 1 0 04964799 +fuscoboletinus n 1 3 @ #m %m 1 0 13057845 +fuscoboletinus_paluster n 1 2 @ #m 1 0 13058037 +fuscoboletinus_serotinus n 1 2 @ #m 1 0 13058272 +fuse n 2 3 @ ~ + 2 1 03407369 03407122 +fusee n 4 3 @ ~ #p 4 0 03407865 03407744 03407616 03407122 +fusee_drive n 1 2 @ #p 1 0 03407865 +fusel_oil n 1 1 @ 1 0 14967577 +fuselage n 1 3 @ #p %p 1 0 03408054 +fusible_metal n 1 1 @ 1 0 14716845 +fusil n 1 1 @ 1 0 03408264 +fusilier n 1 1 @ 1 0 10116579 +fusillade n 1 2 @ + 1 0 00988320 +fusion n 7 3 @ ~ + 7 1 07373602 14418662 13485767 13485525 05936561 00699517 00380568 +fusion_bomb n 1 1 @ 1 0 03553248 +fusion_cooking n 1 1 @ 1 0 00247081 +fusion_reactor n 1 1 @ 1 0 04422409 +fuss n 4 2 @ + 4 1 14403772 07372565 07184735 00555138 +fuss-budget n 1 1 @ 1 0 10792178 +fussiness n 2 3 @ ~ + 2 0 07552729 04700199 +fusspot n 1 1 @ 1 0 10792178 +fustian n 2 1 @ 2 0 07087777 03408340 +futility n 1 2 @ + 1 1 05150855 +futon n 1 2 @ ; 1 0 03408444 +futtock_shroud n 1 1 @ 1 0 03408621 +future n 3 3 ! @ ~ 3 2 15121625 06330401 03408721 +future_date n 1 1 @ 1 0 15160076 +future_perfect n 1 1 @ 1 0 13807178 +future_perfect_tense n 1 1 @ 1 0 13807178 +future_progressive n 1 1 @ 1 0 13807403 +future_progressive_tense n 1 1 @ 1 0 13807403 +future_tense n 1 1 @ 1 0 06330401 +futures_contract n 1 2 @ ~ 1 0 06480723 +futures_exchange n 1 1 @ 1 0 03408918 +futures_market n 1 1 @ 1 0 03408918 +futurism n 2 2 @ + 2 0 08468084 06209242 +futurist n 2 2 @ + 2 0 10116702 10078529 +futuristics n 1 1 @ 1 0 06136105 +futurity n 2 4 ! @ ~ + 2 0 15121625 05049930 +futurology n 1 1 @ 1 0 06136105 +fuze n 1 2 @ ~ 1 0 03407122 +fuzee n 3 2 @ ~ 3 0 03407744 03407616 03407122 +fuzz n 4 4 @ ~ + ; 4 1 13090091 09879144 05940414 05261894 +fuzziness n 1 3 @ ~ + 1 0 04704346 +fuzzy_logic n 1 1 @ 1 0 06166494 +fws n 1 2 @ #p 1 0 08139270 +fyodor_dostoevski n 1 1 @ 1 0 10940669 +fyodor_dostoevsky n 1 1 @ 1 0 10940669 +fyodor_dostoyevsky n 1 1 @ 1 0 10940669 +fyodor_mikhailovich_dostoevski n 1 1 @ 1 0 10940669 +fyodor_mikhailovich_dostoevsky n 1 1 @ 1 0 10940669 +fyodor_mikhailovich_dostoyevsky n 1 1 @ 1 0 10940669 +g n 9 7 @ ~ #m #s #p %p ; 9 1 13723712 14892138 14829964 13750844 13648596 13628955 13628761 13590327 06831819 +g-force n 1 1 @ 1 0 13648596 +g-jo n 1 2 @ ; 1 0 00710338 +g-man n 1 1 @ 1 0 10133850 +g-string n 1 1 @ 1 0 03464053 +g._b._shaw n 1 1 @ 1 0 11295936 +g._e._moore n 1 1 @ 1 0 11189709 +g._k._chesterton n 1 1 @ 1 0 10895274 +g._l._von_blucher n 1 1 @ 1 0 10853932 +g._r._kirchhoff n 1 1 @ 1 0 11105945 +g._stanley_hall n 1 1 @ 1 0 11024908 +g_clef n 1 1 @ 1 0 06862805 +g_suit n 1 1 @ 1 0 02720576 +ga n 3 6 @ #m #s #p %p - 3 0 15066125 14638256 09075842 +gaap n 1 2 @ %m 1 0 08145871 +gab n 1 2 @ + 1 0 07135080 +gaba n 1 1 @ 1 0 14606290 +gabapentin n 1 1 @ 1 0 03409070 +gabardine n 3 2 @ ; 3 1 03409297 03357081 03258730 +gabble n 1 2 @ + 1 0 06610992 +gabbro n 1 1 @ 1 0 14932645 +gaberdine n 1 1 @ 1 0 03258730 +gabfest n 1 1 @ 1 0 07135080 +gable n 2 2 @ ~ 2 1 03409393 10986437 +gable_end n 1 2 @ ~ 1 0 03409393 +gable_roof n 1 3 @ ~ %p 1 0 03409591 +gable_wall n 1 2 @ ~ 1 0 03409393 +gabon n 1 4 @ #p %m %p 1 0 08945529 +gabon_franc n 1 2 @ %p 1 0 13677889 +gabonese n 1 3 @ #m + 1 0 09710041 +gabonese_republic n 1 4 @ #p %m %p 1 0 08945529 +gaboon_viper n 1 2 @ #m 1 0 01753180 +gabor n 1 1 @ 1 0 10986562 +gaboriau n 1 1 @ 1 0 10986710 +gaborone n 1 2 @ #p 1 0 08852685 +gabriel n 1 2 @ ; 1 0 09539394 +gabriel_daniel_fahrenheit n 1 1 @ 1 0 10965151 +gabriel_lippmann n 1 1 @ 1 0 11134466 +gabriel_tellez n 1 1 @ 1 0 11343333 +gabriele_fallopius n 1 1 @ 1 0 10965966 +gabriello_fallopio n 1 1 @ 1 0 10965966 +gabun n 1 4 @ #p %m %p 1 0 08945529 +gad n 2 3 @ #p %p 2 0 14380717 04290259 +gadaba n 2 1 @ 2 0 09674412 06982125 +gadabout n 1 1 @ 1 0 10116905 +gaddafi n 1 1 @ 1 0 11250287 +gaddi n 1 2 @ #p 1 0 03409806 +gadfly n 2 2 @ ~ 2 1 10419630 02193009 +gadget n 1 3 @ ~ + 1 1 02729965 +gadgeteer n 1 2 @ + 1 0 10117017 +gadgetry n 1 1 @ 1 1 03409920 +gadidae n 1 3 @ #m %m 1 0 02521916 +gadiformes n 1 3 @ #m %m 1 0 02521241 +gadoid n 1 3 @ ~ #m 1 0 02521646 +gadoid_fish n 1 3 @ ~ #m 1 0 02521646 +gadolinite n 1 2 @ %s 1 0 14675569 +gadolinium n 1 2 @ #s 1 0 14638041 +gadsden n 1 2 @ #p 1 0 09054233 +gadus n 1 3 @ #m %m 1 0 02522247 +gadus_macrocephalus n 1 1 @ 1 0 02522866 +gadus_merlangus n 1 3 @ #m %p 1 0 02523110 +gadus_morhua n 1 2 @ %p 1 0 02522722 +gaea n 1 2 @ ; 1 0 09560762 +gael n 1 2 @ + 1 0 09688233 +gaelic n 1 3 @ ~ + 1 0 06960566 +gaetan_vestris n 1 1 @ 1 0 11365300 +gaetano_donizetti n 1 1 @ 1 0 10939360 +gaff n 3 3 @ #m #p 3 0 03410303 03410147 03410022 +gaff-headed_sail n 1 2 @ #p 1 0 03410423 +gaff_topsail n 1 1 @ 1 0 03410571 +gaffe n 1 1 @ 1 0 00076196 +gaffer n 3 2 @ ~ 3 0 10376890 10117154 10104209 +gaffsail n 1 2 @ #p 1 0 03410423 +gafsa n 1 2 @ #p 1 0 09038170 +gag n 2 4 @ ~ %p + 2 1 06778102 03410740 +gag_law n 2 3 @ ~ ; 2 0 06666829 06538412 +gag_line n 1 2 @ #p 1 1 06778777 +gag_order n 1 2 @ ; 1 0 06557585 +gag_reflex n 1 1 @ 1 0 00866423 +gag_rule n 1 2 @ ~ 1 0 06666829 +gagarin n 1 1 @ 1 0 10986866 +gage n 2 2 @ ~ 2 2 03990834 03429288 +gaggle n 1 3 @ %m + 1 0 07992116 +gagman n 2 1 @ 2 0 10117415 10117267 +gagster n 1 2 @ + 1 0 10117267 +gagwriter n 1 1 @ 1 1 10117267 +gai_choi n 1 2 @ #m 1 0 11878633 +gaia n 1 2 @ ; 1 0 09560762 +gaiety n 2 2 @ ~ 2 1 07529245 07512039 +gaillardia n 1 3 @ ~ #m 1 0 11970586 +gaillardia_pulchella n 1 1 @ 1 0 11970846 +gain n 4 3 ! @ ~ 4 4 13754293 05157574 05109324 13254805 +gainer n 3 2 @ + 3 0 10117739 10117511 00443917 +gainesville n 1 2 @ #p 1 0 09073138 +gainfulness n 1 1 @ 1 0 05157866 +gaining_control n 1 2 @ ~ 1 0 00088481 +gainsborough n 1 1 @ 1 0 10987044 +gaiseric n 1 1 @ 1 0 10994500 +gait n 3 2 @ ~ 3 1 15280497 00286957 00286497 +gaiter n 3 2 @ %p 3 0 04269822 03411079 03410938 +gaius n 1 1 @ 1 0 10879551 +gaius_aurelius_valerius_diocletian n 1 1 @ 1 0 10935968 +gaius_caesar n 1 1 @ 1 0 10879551 +gaius_cassius_longinus n 1 1 @ 1 0 10886763 +gaius_cornelius_tacitus n 1 1 @ 1 0 11328524 +gaius_flaminius n 1 1 @ 1 0 10972495 +gaius_julius_caesar n 1 1 @ 1 0 10878161 +gaius_julius_caesar_octavianus n 1 1 @ 1 0 10828990 +gaius_octavianus n 1 1 @ 1 0 10828990 +gaius_petronius n 1 1 @ 1 0 11231821 +gaius_plinius_caecilius_secundus n 1 1 @ 1 0 11239765 +gaius_plinius_secundus n 1 1 @ 1 0 11239567 +gaius_valerius_catullus n 1 1 @ 1 0 10887981 +gal n 3 4 @ #p %p ; 3 1 13619764 13648793 10117851 +gala n 1 1 @ 1 0 00518669 +gala_affair n 1 1 @ 1 0 00518669 +galactagogue n 1 1 @ 1 0 14876679 +galactocele n 1 1 @ 1 0 14201845 +galactose n 1 1 @ 1 0 14876771 +galactosemia n 1 1 @ 1 0 14156134 +galactosis n 1 1 @ 1 0 13485890 +galago n 1 2 @ #m 1 0 02499808 +galahad n 1 2 @ ; 1 0 10987176 +galan n 1 2 @ #p 1 0 09285828 +galangal n 2 2 @ #m 2 0 12356960 12151170 +galantine n 1 1 @ 1 0 07868830 +galanty_show n 1 1 @ 1 0 07019500 +galapagos n 1 2 @ #p 1 0 08777348 +galapagos_islands n 1 2 @ #p 1 0 08777348 +galatea n 1 2 @ ; 1 0 09554910 +galatia n 1 2 @ #p 1 0 08701296 +galatian n 1 1 @ 1 0 09688596 +galatians n 1 2 @ #p 1 0 06443922 +galax n 1 2 @ #m 1 0 12251278 +galax_urceolata n 1 2 @ #m 1 0 12251278 +galaxy n 3 7 @ ~ #m %m %s + ; 3 1 08270938 12251278 08271042 +galbanum n 1 1 @ 1 0 14876872 +galbraith n 1 1 @ 1 0 10987358 +galbulidae n 1 3 @ #m %m 1 0 01842942 +galbulus n 1 2 @ #p 1 0 11683216 +gale n 1 2 @ ~ 1 0 11461825 +galea n 1 1 @ 1 0 13011461 +galega n 1 3 @ #m %m 1 0 12529353 +galega_officinalis n 1 2 @ #m 1 0 12529500 +galen n 1 1 @ 1 0 10987565 +galena n 1 2 @ %s 1 0 14675910 +galeocerdo n 1 3 @ #m %m 1 0 01491235 +galeocerdo_cuvieri n 1 2 @ #m 1 0 01491361 +galeopsis n 1 3 @ #m %m 1 0 12846869 +galeopsis_tetrahit n 1 2 @ #m 1 0 12847008 +galeorhinus n 1 3 @ #m %m 1 0 01491520 +galeorhinus_zyopterus n 1 2 @ #m 1 0 01491661 +galeras n 1 2 @ #p 1 0 09175322 +galere n 1 1 @ 1 0 08406259 +galicia n 1 2 @ #p 1 0 09028204 +galician n 1 2 @ ; 1 0 06966454 +galictis_vittatus n 1 2 @ #m 1 0 02449699 +galiella_rufa n 1 1 @ 1 0 13031323 +galilaean n 1 2 @ + 1 0 10117957 +galilean n 2 3 @ ~ + 2 0 10117957 09285979 +galilean_satellite n 1 2 @ ~ 1 0 09285979 +galilean_telescope n 1 1 @ 1 0 03411208 +galilee n 1 4 @ #p %p + 1 0 08793914 +galileo n 1 2 @ + 1 0 10987724 +galileo_galilei n 1 1 @ 1 0 10987724 +galina_sergeevna_ulanova n 1 1 @ 1 0 11355537 +galina_ulanova n 1 1 @ 1 0 11355537 +galingale n 1 2 @ #m 1 0 12151170 +galium n 1 3 @ #m %m 1 0 12664897 +galium_aparine n 1 1 @ 1 0 12666159 +galium_boreale n 1 1 @ 1 0 12665659 +galium_lanceolatum n 1 1 @ 1 0 12666050 +galium_mollugo n 1 1 @ 1 0 12666369 +galium_odoratum n 1 3 @ #s %p 1 0 12665271 +galium_verum n 1 1 @ 1 0 12665857 +gall n 6 3 @ ~ + 6 0 14275240 14184390 13099586 07548978 05406570 04915866 +gall-berry n 1 1 @ 1 0 12757458 +gall_bladder n 1 2 @ #p 1 0 05385161 +gall_gnat n 1 3 @ ~ #m 1 0 02189363 +gall_midge n 1 3 @ ~ #m 1 0 02189363 +gall_of_the_earth n 1 2 @ #m 1 0 11997409 +gall_wasp n 1 2 @ #m 1 0 02216740 +gallamine n 1 1 @ 1 0 14859622 +gallant n 2 3 @ ~ + 2 1 09991026 10644062 +gallant_fox n 1 1 @ 1 0 02383708 +gallantry n 3 1 @ 3 1 04857738 04913738 01228792 +gallaudet n 1 1 @ 1 0 10988059 +gallberry n 1 1 @ 1 0 12757458 +gallbladder n 1 2 @ #p 1 1 05385161 +galleon n 1 2 @ ~ 1 0 03411339 +galleria n 1 3 @ #m %m 1 0 02289177 +galleria_mellonella n 1 2 @ #m 1 0 02289307 +gallery n 7 3 @ ~ ; 7 0 08222203 04527648 03412058 03411927 03411762 03411544 03239399 +galley n 4 4 @ ~ #p ; 4 0 03412674 03412511 03412387 03412220 +galley_proof n 1 1 @ 1 0 06591108 +galley_slave n 2 1 @ 2 0 10118113 10035809 +gallfly n 3 3 @ ~ #m 3 0 02216740 02189363 02161588 +gallia n 1 1 @ 1 0 08929722 +galliano n 1 1 @ 1 0 07909714 +gallic_acid n 1 1 @ 1 0 14876993 +gallicanism n 1 1 @ 1 0 08475070 +gallicism n 1 1 @ 1 0 07081646 +galliformes n 1 3 @ #m %m 1 0 01789064 +gallimaufry n 1 1 @ 1 0 08399977 +gallina n 1 3 @ ~ #m 1 0 01791107 +gallinacean n 1 4 @ ~ #m %p 1 0 01789386 +gallinaceous_bird n 1 4 @ ~ #m %p 1 0 01789386 +gallinago n 1 3 @ #m %m 1 0 02031752 +gallinago_gallinago n 1 2 @ #m 1 0 02032222 +gallinago_gallinago_delicata n 1 2 @ #m 1 0 02032355 +gallinago_media n 1 2 @ #m 1 0 02032480 +gallinula n 1 3 @ #m %m 1 0 02016198 +gallinula_chloropus n 1 2 @ #m 1 0 02016816 +gallinula_chloropus_cachinnans n 1 2 @ #m 1 0 02016659 +gallinule n 1 3 @ ~ #m 1 0 02016358 +gallirallus n 1 3 @ #m %m 1 0 02015221 +gallium n 1 2 @ #s 1 0 14638256 +gallon n 2 3 @ #p %p 2 1 13619764 13622209 +gallop n 1 2 @ + 1 1 00288671 +gallop_rhythm n 1 1 @ 1 0 14111540 +gallous n 1 1 @ 1 0 03413124 +galloway n 2 3 @ #p + 2 0 08892058 02407276 +gallows n 1 4 @ ~ %p ; 1 1 03412906 +gallows-tree n 1 1 @ 1 0 03413124 +gallows_bird n 1 1 @ 1 0 10118208 +gallows_tree n 1 1 @ 1 0 03413124 +gallstone n 1 1 @ 1 0 09286200 +gallup n 1 2 @ #p 1 0 09115756 +gallus n 2 5 @ #m %m %p ; 2 1 02887489 01790943 +gallus_gallus n 2 3 @ ~ %p 2 0 01791625 01791463 +galois n 1 1 @ 1 0 10988261 +galois_theory n 1 2 @ ; 1 0 06017334 +galoot n 1 1 @ 1 0 10118301 +galosh n 1 1 @ 1 0 02735538 +galsworthy n 1 1 @ 1 0 10988466 +galton n 1 1 @ 1 0 10988570 +galtonia_candicans n 1 1 @ 1 0 12458874 +galvani n 1 1 @ 1 0 10988887 +galvanic_battery n 1 3 @ ~ %p 1 0 04540547 +galvanic_cell n 1 4 @ ~ #p %p 1 0 04540761 +galvanic_pile n 1 1 @ 1 0 04541136 +galvanic_skin_response n 1 2 @ #p 1 0 00860011 +galvanisation n 3 2 @ + 3 0 13485968 01262109 00713250 +galvaniser n 2 2 @ + 2 0 10118587 10118382 +galvanism n 2 3 @ ~ + 2 1 11450453 00662681 +galvanization n 3 2 @ + 3 0 13485968 01262109 00713250 +galvanized_iron n 1 2 @ #s 1 0 14877100 +galvanizer n 2 2 @ + 2 0 10118587 10118382 +galvanometer n 1 2 @ ~ 1 0 03413264 +galveston n 1 2 @ #p 1 0 09144484 +galveston_bay n 1 2 @ #p 1 0 09286318 +galveston_island n 1 2 @ #p 1 0 09144605 +galway n 1 2 @ #p 1 0 08889521 +galway_bay n 1 3 @ #p %p 1 0 09286478 +gam n 1 1 @ 1 0 07994752 +gamal_abdel_nasser n 1 1 @ 1 0 11200812 +gamba n 1 1 @ 1 0 04536595 +gambelia n 1 3 @ #m %m 1 0 01679837 +gambia n 1 5 @ #p %m %p + 1 0 08945821 +gambian n 1 3 @ #m + 1 0 09747495 +gambian_monetary_unit n 1 2 @ ~ 1 0 13668034 +gambier_islands n 1 2 @ #p 1 0 08990844 +gambist n 1 1 @ 1 0 10118743 +gambit n 3 1 @ 3 0 06765531 00172490 00167950 +gamble n 2 3 @ ~ + 2 0 13342987 00802962 +gambler n 2 3 @ ~ + 2 1 10118844 10119200 +gambling n 1 3 @ ~ + 1 1 00430140 +gambling_casino n 1 1 @ 1 0 02977936 +gambling_contract n 1 1 @ 1 0 06522941 +gambling_den n 1 3 @ ~ ; 1 0 03413428 +gambling_game n 1 2 @ ~ 1 0 00507673 +gambling_hell n 1 3 @ ~ ; 1 0 03413428 +gambling_house n 1 3 @ ~ ; 1 1 03413428 +gambling_system n 1 1 @ 1 0 05663491 +gamboge n 2 1 @ 2 0 14898364 04966543 +gamboge_tree n 1 2 @ #m 1 0 12366870 +gambol n 1 3 @ ~ + 1 0 00511817 +gambrel n 1 1 @ 1 0 03413684 +gambrel_roof n 1 1 @ 1 0 03413684 +gambusia n 1 3 @ #m %m 1 0 01449252 +gambusia_affinis n 1 2 @ #m 1 0 01449374 +game n 11 6 @ ~ #p + ; - 11 4 00455599 00456199 00430606 02152991 15256567 13596235 07650449 05907682 03413828 00583089 00513089 +game_bird n 1 3 @ ~ - 1 1 02153203 +game_equipment n 1 2 @ ~ 1 0 03414162 +game_fish n 1 1 @ 1 0 02512830 +game_fowl n 1 1 @ 1 0 01790711 +game_law n 1 2 @ ; 1 0 06538525 +game_license n 1 1 @ 1 0 06550552 +game_misconduct n 1 2 @ ; 1 0 05163582 +game_of_chance n 1 2 @ ~ 1 0 00507673 +game_plan n 2 2 @ ; 2 0 05906998 05906867 +game_room n 1 1 @ 1 0 04119478 +game_show n 1 2 @ ~ 1 0 06621061 +game_theory n 1 3 @ ; - 1 0 06150222 +game_warden n 1 2 @ ~ 1 0 10119351 +gamebag n 1 1 @ 1 0 03414029 +gameboard n 1 2 @ ~ 1 0 02857023 +gamecock n 2 1 @ 2 1 01514752 10169678 +gamekeeper n 1 2 @ ~ 1 0 10119351 +gamelan n 1 2 @ ; 1 0 08248521 +gameness n 1 3 @ ~ + 1 0 14549937 +games-master n 1 1 @ 1 0 10119491 +games-mistress n 1 1 @ 1 0 10119491 +gamesmanship n 1 1 @ 1 0 04839877 +gametangium n 1 1 @ 1 0 13093629 +gamete n 1 2 @ ~ 1 0 05456945 +gametocyte n 1 2 @ ~ 1 0 05458412 +gametoecium n 1 2 @ ~ 1 0 13093725 +gametogenesis n 1 2 @ ~ 1 0 13486115 +gametophore n 1 2 @ ~ 1 0 13094003 +gametophyte n 1 2 @ ~ 1 0 11687071 +gamin n 1 2 @ ; 1 1 10663137 +gamine n 2 1 @ 2 0 10119685 10119609 +gaminess n 1 2 @ + 1 0 04902283 +gaming n 1 3 @ ~ + 1 0 00430140 +gaming_card n 1 1 @ 1 1 03414574 +gaming_house n 1 3 @ ~ ; 1 0 03413428 +gaming_table n 1 1 @ 1 0 03414676 +gamma n 3 3 @ #m #p 3 1 06834351 13638094 10920582 +gamma-interferon n 1 1 @ 1 0 03415083 +gamma_acid n 1 1 @ 1 0 14611980 +gamma_aminobutyric_acid n 1 1 @ 1 0 14606290 +gamma_globulin n 1 3 @ ~ #s 1 1 15022389 +gamma_hydroxybutyrate n 1 2 @ ~ 1 0 03414814 +gamma_iron n 1 2 @ #s 1 0 14722240 +gamma_radiation n 1 2 @ #p 1 0 11463073 +gamma_ray n 1 2 @ #p 1 0 11463073 +gammon n 2 3 @ ~ #p 2 0 07669891 07669367 +gammopathy n 1 1 @ 1 0 14069212 +gamow n 1 1 @ 1 0 10989099 +gamp n 1 2 @ ; 1 0 03415252 +gamut n 2 2 @ ; 2 1 05128096 06857487 +gan_jiang n 1 2 @ #p 1 0 09286843 +ganapati n 1 1 @ 1 0 09525961 +gand n 1 2 @ #p 1 0 08851500 +gand_flower n 1 1 @ 1 0 12706410 +gander n 1 1 @ 1 0 01856155 +gandhi n 2 2 @ + 2 0 10989610 10989339 +gandy_dancer n 1 1 @ 1 0 10119775 +ganef n 1 2 @ ; 1 0 10133458 +ganesa n 1 1 @ 1 0 09525961 +ganesh n 1 1 @ 1 0 09525961 +ganesha n 1 1 @ 1 0 09525961 +gang n 4 5 @ ~ #m %m + 4 3 08244062 08273843 08242799 03415363 +gang_fight n 1 1 @ 1 0 01176649 +gangboard n 1 1 @ 1 0 03415486 +gangdom n 1 5 @ ~ #m %m + 1 0 08245172 +ganger n 1 1 @ 1 0 10119874 +ganges n 1 2 @ #p 1 0 09286630 +ganges_river n 1 2 @ #p 1 0 09286630 +gangland n 1 4 @ ~ #m %m 1 0 08245172 +gangliocyte n 1 1 @ 1 0 05427346 +ganglion n 1 3 @ ~ #p 1 0 05296968 +ganglion_cell n 1 1 @ 1 0 05427346 +gangplank n 1 1 @ 1 0 03415486 +gangrene n 2 3 @ ~ + 2 0 14313440 11486708 +gangrenous_emphysema n 1 2 @ ; 1 0 14313943 +gangsaw n 1 1 @ 1 0 03415626 +gangsta n 1 3 @ #m ; 1 0 10119953 +gangster n 1 4 @ ~ #m + 1 1 10120085 +gangster's_moll n 1 1 @ 1 0 10327475 +gangway n 3 1 @ 3 0 03415749 03415486 02693860 +ganja n 2 5 @ ~ #s #p %p 2 0 12397210 02949691 +gannet n 1 3 @ ~ #m 1 0 02053083 +ganof n 1 2 @ ; 1 0 10133458 +ganoid n 1 3 @ ~ #m 1 0 02638596 +ganoid_fish n 1 3 @ ~ #m 1 0 02638596 +ganoidei n 1 3 @ #m %m 1 0 02638323 +ganoin n 1 1 @ 1 0 02638104 +ganoine n 1 1 @ 1 0 02638104 +gansu n 1 3 @ #p %p 1 0 08725692 +gansu_province n 1 3 @ #p %p 1 0 08725692 +gantanol n 1 1 @ 1 0 04352580 +gantlet n 5 2 @ #p 5 0 07232275 03429771 03429682 03415868 01164063 +gantrisin n 1 2 @ ; 1 0 04353016 +gantry n 1 1 @ 1 0 03416094 +ganymede n 2 2 @ ; 2 0 09494764 09287033 +gao n 1 1 @ 1 0 08162245 +gaol n 1 3 @ ~ + 1 0 03592245 +gaolbird n 1 1 @ 1 0 10219121 +gaolbreak n 1 1 @ 1 0 00059989 +gaoler n 1 2 @ + 1 0 10149867 +gap n 6 4 @ ~ #p + 6 3 04752859 09379111 03416329 09249034 07183853 00383952 +gape n 2 3 @ ~ + 2 0 06877381 00879037 +gapped_scale n 1 2 @ ~ 1 0 06861315 +gar n 2 3 @ ~ #m 2 0 02641379 02549989 +garage n 2 3 @ ~ + 2 1 03416489 03416640 +garage_sale n 1 1 @ 1 0 01119250 +garageman's_lien n 1 1 @ 1 0 13402389 +garambulla n 2 4 @ #m #p %p 2 0 11850521 07769005 +garambulla_cactus n 1 3 @ #m %p 1 0 11850521 +garamycin n 1 2 @ ; 1 0 03435382 +garand n 1 1 @ 1 0 03416775 +garand_rifle n 1 1 @ 1 0 03416775 +garb n 1 3 @ ~ + 1 1 02756098 +garbage n 3 2 @ ~ 3 1 14857151 06612266 03416900 +garbage_can n 1 1 @ 1 1 02747177 +garbage_carter n 1 1 @ 1 0 10120330 +garbage_collection n 1 1 @ 1 0 01015843 +garbage_collector n 1 1 @ 1 1 10120330 +garbage_disposal n 1 1 @ 1 0 03212114 +garbage_dump n 1 2 @ ~ 1 0 08560027 +garbage_hauler n 1 1 @ 1 0 10120330 +garbage_heap n 1 1 @ 1 0 08573842 +garbage_man n 1 1 @ 1 0 10120330 +garbage_pickup n 1 1 @ 1 0 01015843 +garbage_truck n 1 1 @ 1 0 03417042 +garbageman n 1 1 @ 1 0 10120330 +garbanzo n 2 2 @ #p 2 0 12515925 07726095 +garbo n 1 1 @ 1 0 10989801 +garboard n 1 1 @ 1 0 03417202 +garboard_plank n 1 1 @ 1 0 03417202 +garboard_strake n 1 1 @ 1 0 03417202 +garboil n 1 2 @ ~ 1 0 13978709 +garbology n 1 1 @ 1 0 06147770 +garcia_lorca n 1 1 @ 1 0 10989977 +garcinia n 1 3 @ #m %m 1 0 12366507 +garcinia_cambogia n 1 2 @ #m 1 0 12366870 +garcinia_gummi-gutta n 1 2 @ #m 1 0 12366870 +garcinia_hanburyi n 1 2 @ #m 1 0 12366870 +garcinia_mangostana n 1 3 @ #m %p 1 0 12366675 +garden n 3 4 @ ~ %p + 3 3 03417345 08439808 03417749 +garden_angelica n 1 1 @ 1 0 12932173 +garden_balm n 1 3 @ #m %p 1 0 12854600 +garden_cart n 1 1 @ 1 0 02797295 +garden_centipede n 1 2 @ #m 1 0 01783706 +garden_chair n 1 1 @ 1 0 03649674 +garden_cress n 1 2 @ #p 1 0 07733005 +garden_current n 1 3 @ #m %p 1 0 12805373 +garden_egg n 1 3 @ #m %p 1 0 12896000 +garden_forget-me-not n 1 2 @ #m 1 0 12821895 +garden_heliotrope n 1 1 @ 1 1 12950314 +garden_hose n 1 1 @ 1 0 03417871 +garden_huckleberry n 1 1 @ 1 0 12896615 +garden_lettuce n 1 3 @ #m %p 1 0 11986511 +garden_loosestrife n 1 1 @ 1 0 12095781 +garden_nasturtium n 1 1 @ 1 0 12719944 +garden_of_eden n 1 1 @ 1 0 05628658 +garden_orache n 1 1 @ 1 0 11831100 +garden_party n 1 1 @ 1 0 08255508 +garden_pea n 3 5 @ ~ #m #p %p 3 0 12560621 12560420 07725531 +garden_pea_plant n 1 3 @ #m %p 1 0 12560420 +garden_pepper_cress n 1 3 @ #m %p 1 0 11890507 +garden_pink n 1 3 @ ~ #m 1 0 11807979 +garden_plant n 1 2 @ ~ 1 0 13083306 +garden_rake n 1 1 @ 1 0 03417970 +garden_rhubarb n 1 1 @ 1 0 12603449 +garden_rocket n 1 2 @ #m 1 0 11886537 +garden_roller n 1 1 @ 1 0 03418052 +garden_snail n 1 3 @ ~ #m 1 0 01944955 +garden_sorrel n 2 2 @ %p 2 0 12604845 12604228 +garden_spade n 1 1 @ 1 0 03418158 +garden_spider n 1 2 @ #m 1 0 01773797 +garden_state n 1 4 @ #p %p - 1 0 09112282 +garden_stater n 1 1 @ 1 0 09744462 +garden_strawberry n 1 3 @ #m %p 1 0 12630478 +garden_symphilid n 1 2 @ #m 1 0 01783706 +garden_tool n 1 2 @ ~ 1 0 03418242 +garden_trowel n 1 1 @ 1 0 03418402 +garden_truck n 1 2 @ ~ 1 0 07705711 +garden_violet n 1 1 @ 1 0 12389317 +garden_webworm n 1 2 @ #m 1 0 02309120 +gardener n 2 3 @ ~ + 2 1 10120533 10120671 +gardener's_delight n 1 1 @ 1 0 11812094 +gardener's_garters n 1 2 @ #m 1 0 12129738 +gardenia n 1 3 @ ~ #m 1 0 12666768 +gardenia_augusta n 1 1 @ 1 0 12666965 +gardenia_jasminoides n 1 1 @ 1 0 12666965 +gardening n 1 4 @ ~ + - 1 1 00918383 +gardiner n 1 1 @ 1 0 10990212 +gardner n 2 1 @ 2 0 10990509 10990371 +garfield n 1 1 @ 1 0 10990733 +garfish n 1 2 @ #m 1 0 02641379 +garganey n 1 1 @ 1 0 01848555 +gargantua n 1 2 @ + 1 0 09488448 +garget n 1 1 @ 1 0 11855553 +gargle n 2 2 @ + 2 0 14848642 07384023 +gargoyle n 2 1 @ 2 0 03418618 03418488 +gargoylism n 1 1 @ 1 0 14157163 +gari n 1 3 @ %s %p 1 0 12926689 +garibaldi n 2 1 @ 2 0 10990963 03418749 +garishness n 2 2 @ + 2 0 04818700 04690769 +garland n 4 4 @ ~ #p + 4 0 10991165 09144730 06592699 04606014 +garland_crab n 1 2 @ #m 1 0 12635151 +garland_flower n 1 1 @ 1 0 12346813 +garlic n 2 5 @ ~ #p %p + 2 0 12434775 07818277 +garlic_bread n 1 1 @ 1 0 07682808 +garlic_butter n 1 1 @ 1 0 07857076 +garlic_chive n 2 3 @ #p %p 2 0 12435777 07818572 +garlic_clove n 1 1 @ 1 0 07818422 +garlic_mustard n 1 2 @ #m 1 0 11870418 +garlic_press n 1 1 @ 1 0 03418915 +garlic_salt n 1 1 @ 1 0 07813409 +garlic_sauce n 1 1 @ 1 0 07834774 +garment n 1 4 @ ~ %p + 1 1 03419014 +garment-worker n 1 2 @ ~ 1 0 10120816 +garment_bag n 1 1 @ 1 0 03420345 +garment_cutter n 1 1 @ 1 0 10121026 +garment_industry n 1 1 @ 1 0 08066317 +garment_worker n 1 2 @ ~ 1 0 10120816 +garmentmaker n 1 2 @ ~ 1 0 10120816 +garner n 1 3 @ ~ + 1 0 03452449 +garnet n 1 2 @ ~ 1 0 14676042 +garnet_lac n 1 1 @ 1 0 14701412 +garnier n 1 1 @ 1 0 10991303 +garnierite n 1 2 @ %s 1 0 14676326 +garnish n 2 3 @ ~ + 2 0 07621618 03420440 +garnishee n 1 1 @ 1 0 10121144 +garnishment n 1 3 @ + ; 1 0 06557827 +garonne n 1 2 @ #p 1 0 09287124 +garonne_river n 1 2 @ #p 1 0 09287124 +garotte n 1 2 @ + 1 0 03420935 +garpike n 1 2 @ #m 1 0 02641379 +garret n 1 3 @ ~ #p 1 0 03686130 +garrick n 1 1 @ 1 0 10991415 +garrison n 3 4 @ ~ + ; 3 1 03420559 10991583 08398036 +garrison_cap n 1 1 @ 1 0 03420801 +garrote n 1 1 @ 1 0 03420935 +garroter n 1 2 @ + 1 0 10121246 +garrotte n 1 2 @ + 1 0 03420935 +garrotter n 1 2 @ + 1 0 10121246 +garrulinae n 1 3 @ #m %m 1 0 01579868 +garrulity n 1 3 @ ~ + 1 0 04651382 +garrulousness n 1 3 @ ~ + 1 0 04651382 +garrulus n 1 3 @ #m %m 1 0 01580225 +garry_oak n 1 1 @ 1 0 12272239 +garter n 1 2 @ + 1 0 03421117 +garter_belt n 1 1 @ 1 0 03421324 +garter_snake n 1 3 @ ~ #m 1 1 01735189 +garter_stitch n 1 1 @ 1 0 03421485 +gartner's_bacillus n 1 1 @ 1 0 01369210 +garuda n 1 1 @ 1 0 09526107 +garullus_garullus n 1 1 @ 1 0 01580490 +gary n 1 2 @ #p 1 0 09085441 +gary_cooper n 1 1 @ 1 0 10909303 +gary_kasparov n 1 1 @ 1 0 11097335 +gary_weinstein n 1 1 @ 1 0 11097335 +gas n 6 6 @ ~ #s #p %s + 6 5 14481080 14877585 14686913 14035695 02670683 14960090 +gas-cooled_reactor n 1 1 @ 1 0 03422484 +gas-discharge_lamp n 1 1 @ 1 0 03271376 +gas-discharge_tube n 1 2 @ ~ 1 0 03422589 +gas-turbine_ship n 1 2 @ %p 1 0 03426871 +gas_bomb n 1 1 @ 1 0 03012734 +gas_bracket n 1 1 @ 1 0 03421960 +gas_burner n 1 3 @ ~ %p 1 0 03422072 +gas_chamber n 1 1 @ 1 1 03422288 +gas_company n 1 1 @ 1 0 08186655 +gas_constant n 1 2 @ ; 1 0 13590079 +gas_cooker n 1 2 @ %p 1 0 03425595 +gas_embolism n 2 1 @ 2 0 14101317 14068344 +gas_engine n 1 1 @ 1 0 03422771 +gas_fitter n 1 1 @ 1 0 10121595 +gas_fitting n 1 1 @ 1 0 03422934 +gas_fixture n 1 1 @ 1 0 03423099 +gas_furnace n 1 1 @ 1 0 03423224 +gas_gage n 1 2 @ #p 1 0 03424862 +gas_gangrene n 1 2 @ ; 1 0 14313943 +gas_gauge n 1 2 @ #p 1 0 03424862 +gas_giant n 1 2 @ ~ 1 0 09322087 +gas_gun n 1 1 @ 1 1 03423306 +gas_guzzler n 1 1 @ 1 0 03421669 +gas_heat n 1 1 @ 1 0 03423387 +gas_heater n 1 1 @ 1 0 03423479 +gas_helmet n 1 1 @ 1 0 03424325 +gas_holder n 1 1 @ 1 0 03423568 +gas_jet n 1 3 @ ~ %p 1 1 03422072 +gas_lamp n 1 1 @ 1 1 03423877 +gas_line n 3 2 @ #p 3 0 08432974 03423966 03401500 +gas_main n 1 2 @ #p 1 0 03424103 +gas_maser n 1 1 @ 1 0 03424204 +gas_meter n 1 1 @ 1 0 03424489 +gas_mileage n 1 1 @ 1 0 13823287 +gas_oil n 1 1 @ 1 0 14967730 +gas_oven n 2 1 @ 2 0 03425325 03425241 +gas_pedal n 1 2 @ #p 1 0 02670683 +gas_phlegmon n 1 2 @ ; 1 0 14313943 +gas_plant n 1 1 @ 1 0 12712626 +gas_pressure n 1 2 @ ~ 1 0 11494935 +gas_pump n 1 1 @ 1 0 03425413 +gas_range n 1 2 @ %p 1 0 03425595 +gas_ring n 1 2 @ #p 1 0 03425769 +gas_service n 1 1 @ 1 0 08186655 +gas_shell n 1 2 @ ; 1 0 03421768 +gas_station n 1 1 @ 1 0 03425092 +gas_stove n 1 2 @ %p 1 1 03425595 +gas_system n 1 4 @ #p %p ; 1 0 03425956 +gas_tank n 1 2 @ #p 1 0 03426134 +gas_thermometer n 1 1 @ 1 1 03426285 +gas_turbine n 1 2 @ #p 1 0 03426574 +gas_well n 1 1 @ 1 0 03426984 +gasbag n 2 2 @ #p 2 0 10121467 03291963 +gascogne n 1 2 @ #p 1 0 08942392 +gasconade n 1 2 @ + 1 0 07229747 +gascony n 1 2 @ #p 1 0 08942392 +gaseous_nebula n 1 2 @ ~ 1 0 09266790 +gaseous_state n 1 1 @ 1 0 14481080 +gaseousness n 1 3 @ ~ + 1 0 04733204 +gasfield n 1 1 @ 1 0 08659759 +gash n 3 2 @ + 3 0 14287113 03152619 00388065 +gasherbrum n 1 2 @ #p 1 0 09287289 +gasification n 1 2 @ + 1 0 13486270 +gaskell n 1 1 @ 1 0 10991740 +gasket n 1 2 @ ~ 1 0 03423719 +gaskin n 1 2 @ #p 1 0 02463913 +gaslight n 1 1 @ 1 0 11463265 +gasman n 1 1 @ 1 0 10121714 +gasmask n 1 1 @ 1 0 03424325 +gasohol n 1 2 @ %s 1 0 14686723 +gasolene n 1 3 @ ~ #s 1 0 14686913 +gasoline n 1 3 @ ~ #s 1 1 14686913 +gasoline_bomb n 1 1 @ 1 0 03781055 +gasoline_engine n 1 4 @ ~ #p %p 1 0 03424630 +gasoline_gage n 1 2 @ #p 1 0 03424862 +gasoline_gauge n 1 2 @ #p 1 0 03424862 +gasoline_mileage n 1 1 @ 1 0 13823287 +gasoline_pump n 1 1 @ 1 0 03425413 +gasoline_station n 1 1 @ 1 0 03425092 +gasoline_tank n 1 2 @ #p 1 0 03426134 +gasoline_tax n 1 1 @ 1 0 13316905 +gasometer n 2 1 @ 2 0 03424489 03423568 +gasp n 1 2 @ + 1 1 00837098 +gaspar n 1 3 @ #m ; 1 0 10886361 +gassing n 2 2 @ + 2 2 13486431 00224936 +gasteromycete n 1 3 @ ~ #m 1 0 13039349 +gasteromycetes n 1 3 @ #m %m 1 0 13038944 +gasterophilidae n 1 3 @ #m %m 1 0 02193357 +gasterophilus n 1 3 @ #m %m 1 0 02193496 +gasterophilus_intestinalis n 1 2 @ #m 1 0 02193665 +gasteropoda n 1 3 @ #m %m 1 0 01941670 +gasterosteidae n 1 3 @ #m %m 1 0 01454702 +gasterosteus n 1 3 @ #m %m 1 0 01455141 +gasterosteus_aculeatus n 1 2 @ #m 1 0 01455317 +gasterosteus_pungitius n 1 2 @ #m 1 0 01455461 +gaston_lachaise n 1 1 @ 1 0 11113898 +gastralgia n 1 2 @ #p 1 0 14327266 +gastrectomy n 1 1 @ 1 0 00674760 +gastric_acid n 1 2 @ %s 1 0 05406128 +gastric_antacid n 1 2 @ ~ 1 0 14778019 +gastric_artery n 1 3 @ ~ #p 1 0 05345581 +gastric_digestion n 1 1 @ 1 0 13486520 +gastric_juice n 1 2 @ %s 1 0 05406128 +gastric_lavage n 1 1 @ 1 0 00696650 +gastric_mill n 1 1 @ 1 0 01974229 +gastric_smear n 1 1 @ 1 0 05265861 +gastric_ulcer n 1 1 @ 1 0 14212670 +gastric_vein n 1 3 @ ~ #p 1 0 05367735 +gastrin n 1 1 @ 1 0 05408908 +gastritis n 1 2 @ ~ 1 0 14346416 +gastroboletus n 1 3 @ #m %m 1 0 13048666 +gastroboletus_scabrosus n 1 2 @ #m 1 0 13048932 +gastroboletus_turbinatus n 1 2 @ #m 1 0 13049105 +gastrocnemius n 1 2 @ #p 1 1 05574633 +gastrocnemius_muscle n 1 2 @ #p 1 0 05574633 +gastrocolic_omentum n 1 1 @ 1 0 05429658 +gastrocybe n 1 3 @ #m %m 1 0 13047706 +gastrocybe_lateritia n 1 2 @ #m 1 0 13047862 +gastroenteritis n 1 2 @ ~ 1 0 14172005 +gastroenterologist n 1 2 @ + 1 0 10121800 +gastroenterology n 1 2 @ + 1 0 06050490 +gastroenterostomy n 1 1 @ 1 0 00674864 +gastroepiploic_vein n 1 2 @ #p 1 0 05367912 +gastroesophageal_reflux n 1 1 @ 1 0 14335485 +gastrogavage n 1 1 @ 1 0 01058715 +gastrointestinal_disorder n 1 2 @ ~ 1 0 14068685 +gastrointestinal_hormone n 1 2 @ ~ 1 0 05408684 +gastrointestinal_system n 1 3 @ #p %p 1 0 05329215 +gastrointestinal_tract n 1 4 @ ~ #p %p 1 0 05532225 +gastrolobium n 1 2 @ #m 1 0 12529905 +gastromy n 1 1 @ 1 0 00677719 +gastromycete n 1 3 @ ~ #m 1 0 13039349 +gastromycetes n 1 3 @ #m %m 1 0 13038944 +gastronome n 1 1 @ 1 0 10061656 +gastronomy n 2 2 @ + 2 0 07572206 00936296 +gastroomental_vein n 1 2 @ #p 1 0 05367912 +gastrophryne n 1 3 @ #m %m 1 0 01652850 +gastrophryne_carolinensis n 1 2 @ #m 1 0 01653223 +gastrophryne_olivacea n 1 2 @ #m 1 0 01653026 +gastropod n 1 3 @ ~ #m 1 0 01942177 +gastropoda n 1 3 @ #m %m 1 0 01941670 +gastroscope n 1 1 @ 1 0 03426462 +gastroscopy n 1 1 @ 1 0 00642762 +gastrostomy n 1 1 @ 1 0 00675064 +gastrula n 1 2 @ %p 1 0 01462544 +gastrulation n 1 2 @ #p 1 0 13486671 +gasworks n 1 2 @ ; 1 0 03427084 +gat n 1 2 @ ; 1 0 03427202 +gate n 4 5 @ ~ #p %p + 4 2 03427296 03427656 13258269 03427909 +gateau n 1 1 @ 1 0 07631834 +gatecrasher n 1 1 @ 1 0 10121952 +gatefold n 1 2 @ ~ 1 0 06258541 +gatehouse n 1 2 @ ~ 1 0 03428090 +gatekeeper n 2 2 @ ~ 2 0 10122128 10026553 +gateleg_table n 1 1 @ 1 0 03428226 +gatepost n 1 2 @ ~ 1 1 03428349 +gates n 1 1 @ 1 0 10991936 +gates_of_the_arctic_national_park n 1 2 @ #p 1 0 08604721 +gateway n 1 1 @ 1 1 03428477 +gateway_drug n 1 1 @ 1 0 03428571 +gateway_to_the_west n 1 2 @ #p 1 0 09107626 +gather n 2 3 @ ~ + 2 0 03428805 01014990 +gathered_skirt n 1 2 @ ~ 1 0 03429003 +gatherer n 2 4 @ ~ + ; 2 0 10122300 09936362 +gathering n 4 3 @ ~ + 4 3 07975026 01229938 01014990 03428805 +gathering_place n 1 1 @ 1 0 08574216 +gathic n 1 1 @ 1 0 06974047 +gatling n 1 1 @ 1 0 10992192 +gatling_gun n 1 1 @ 1 0 03429137 +gator n 1 3 @ ~ #m 1 0 01698434 +gatt n 1 1 @ 1 0 08300429 +gaucheness n 1 2 @ + 1 0 04915121 +gaucher's_disease n 1 1 @ 1 0 14156345 +gaucherie n 2 1 @ 2 0 04816125 00076196 +gaucho n 1 1 @ 1 0 10122441 +gaud n 1 3 @ #m + 1 0 02787435 +gaudery n 1 1 @ 1 0 06880134 +gaudi n 1 1 @ 1 0 10992336 +gaudi_i_cornet n 1 1 @ 1 0 10992336 +gaudiness n 2 2 @ + 2 0 04818700 04690769 +gaudy n 1 2 @ ; 1 0 08254055 +gauffer n 2 1 @ 2 0 03443775 03443669 +gauffering_iron n 1 1 @ 1 0 03443775 +gauge n 5 3 @ ~ + 5 1 03429288 13854101 05130028 05103430 05103283 +gauge_boson n 1 2 @ ~ 1 0 09287415 +gauguin n 1 1 @ 1 0 10992528 +gaul n 3 3 @ ~ + 3 0 09708648 09688487 08929722 +gaultheria n 1 3 @ #m %m 1 0 12235263 +gaultheria_hispidula n 1 2 @ #m 1 0 12235479 +gaultheria_procumbens n 1 4 @ #m %s %p 1 0 12235765 +gaultheria_shallon n 1 2 @ #m 1 0 12236160 +gauntlet n 4 2 @ #p 4 0 07232275 03429771 03429682 01164063 +gauntness n 1 2 @ + 1 0 05001867 +gauntry n 1 1 @ 1 0 03416094 +gaur n 1 2 @ #m 1 0 02410011 +gauri n 1 1 @ 1 0 09526221 +gauss n 2 4 @ #p %p + 2 1 13638847 10992675 +gaussian_curve n 1 2 @ ; 1 0 06026088 +gaussian_distribution n 1 2 @ ; 1 0 06025689 +gaussian_shape n 1 2 @ ; 1 1 06026088 +gaussmeter n 1 1 @ 1 0 03708843 +gautama n 1 1 @ 1 0 09532214 +gautama_buddha n 1 1 @ 1 0 09532214 +gautama_siddhartha n 1 1 @ 1 0 09532214 +gauze n 2 5 @ ~ #p + ; 2 0 03430091 03429914 +gauze_bandage n 1 4 @ ~ #p ; 1 0 03430091 +gavage n 1 2 @ ~ 1 0 01058291 +gavel n 1 1 @ 1 0 03430313 +gavia n 1 3 @ #m %m 1 0 02048952 +gavial n 1 2 @ #m 1 0 01699675 +gavialidae n 1 3 @ #m %m 1 0 01699415 +gavialis n 1 3 @ #m %m 1 0 01699537 +gavialis_gangeticus n 1 2 @ #m 1 0 01699675 +gavidae n 1 3 @ #m %m 1 0 02048832 +gaviiform_seabird n 1 3 @ ~ #m 1 0 02048698 +gaviiformes n 1 3 @ #m %m 1 0 02048514 +gavotte n 2 1 @ 2 1 00533224 07055502 +gawain n 1 2 @ ; 1 0 10992933 +gawk n 1 2 @ + 1 0 10274639 +gawker n 1 1 @ 1 0 10122531 +gawkiness n 1 2 @ + 1 0 05004700 +gay n 1 3 @ ~ + 1 0 10182913 +gay-feather n 1 3 @ ~ #m 1 0 11991263 +gay-lussac n 1 1 @ 1 0 10993098 +gay-lussac's_law n 1 2 @ ; 1 0 05878229 +gay_lib n 1 1 @ 1 0 00800657 +gay_liberation_movement n 1 1 @ 1 0 00800657 +gay_man n 1 2 @ ~ 1 0 10122645 +gay_woman n 1 2 @ ~ 1 0 10254965 +gayal n 1 2 @ #m 1 0 02410141 +gayfeather n 1 3 @ ~ #m 1 0 11991263 +gaylussacia n 1 3 @ #m %m 1 0 12236363 +gaylussacia_baccata n 1 2 @ %p 1 0 12236768 +gaylussacia_brachycera n 1 1 @ 1 0 12237152 +gaylussacia_frondosa n 1 1 @ 1 0 12236977 +gayness n 1 3 @ ~ + 1 0 00856847 +gaywings n 1 1 @ 1 0 12705698 +gaza n 1 2 @ #p 1 0 08794366 +gaza_strip n 1 2 @ #p 1 0 08794366 +gazania n 1 3 @ ~ #m 1 0 11971248 +gazania_rigens n 1 1 @ 1 0 11971406 +gaze n 1 2 @ + 1 1 00878648 +gazebo n 1 2 @ ~ 1 0 03430418 +gazella n 1 3 @ #m %m 1 0 02422860 +gazella_subgutturosa n 1 2 @ #m 1 0 02423362 +gazella_thomsoni n 1 2 @ #m 1 0 02423218 +gazelle n 1 3 @ ~ #m 1 0 02423022 +gazelle_hound n 1 1 @ 1 0 02091831 +gazette n 1 2 @ + 1 0 06267655 +gazetteer n 2 2 @ #p 2 0 10122765 06419628 +gazillion n 1 1 @ 1 0 13776432 +gazpacho n 1 1 @ 1 0 07585758 +gb n 6 6 @ ~ #p %m %p ; 6 0 14961375 13642000 13629132 13628955 13628761 08858942 +gbit n 1 3 @ #p %p 1 0 13629132 +gbu-28 n 1 1 @ 1 0 02920785 +gc n 1 1 @ 1 0 15278691 +gca n 1 1 @ 1 0 00305326 +gcse n 1 2 @ ; 1 0 14431169 +gd n 2 2 @ #s 2 0 15056372 14638041 +gdansk n 1 3 @ #m #p 1 0 08983742 +gdp n 1 1 @ 1 0 13257511 +ge n 2 3 @ #s ; 2 0 14638517 09560762 +gean n 1 1 @ 1 0 12642600 +gear n 4 4 @ ~ #p %p 4 1 03430551 03431745 03431243 03430959 +gear_box n 1 3 @ #p %p 1 0 03431570 +gear_case n 1 3 @ #p %p 1 0 03431570 +gear_lever n 1 2 @ #p 1 0 03432129 +gear_mechanism n 1 2 @ ~ 1 0 03431243 +gear_wheel n 1 3 @ ~ %p 1 0 03430551 +gearbox n 1 3 @ #p %p 1 0 03431570 +geared_wheel n 1 3 @ ~ %p 1 0 03430551 +gearing n 1 3 @ ~ #p 1 0 03431745 +gearset n 1 1 @ 1 1 03432061 +gearshift n 1 2 @ #p 1 0 03432129 +gearstick n 1 2 @ #p 1 0 03432129 +geartrain n 1 3 @ ~ #p 1 0 03431745 +geastraceae n 1 3 @ #m %m 1 0 13044541 +geastrum n 1 2 @ #m 1 0 13045027 +geastrum_coronatum n 1 1 @ 1 0 13045210 +geb n 1 1 @ 1 0 09512157 +gebang_palm n 1 2 @ #m 1 0 12589458 +gebhard_leberecht_von_blucher n 1 1 @ 1 0 10853932 +gecko n 1 2 @ ~ 1 0 01674990 +gee n 1 1 @ 1 1 13648596 +gee-gee n 1 1 @ 1 0 02375757 +geebung n 1 2 @ #m 1 0 12222493 +geek n 2 2 @ ~ 2 0 10123615 10042845 +geert_geerts n 1 1 @ 1 0 10959857 +geezer n 1 3 @ + ; 1 0 10123711 +geezerhood n 1 4 @ ~ %p + 1 0 15153787 +gefilte_fish n 1 1 @ 1 0 07868955 +gegenschein n 1 1 @ 1 1 11442298 +geglossaceae n 1 1 @ 1 0 12983873 +gehenna n 1 1 @ 1 0 05630277 +gehrig n 1 1 @ 1 0 10993350 +geiger n 1 1 @ 1 0 10993507 +geiger-muller_counter n 1 2 @ %p 1 0 03432360 +geiger-muller_tube n 1 2 @ #p 1 0 03432509 +geiger_counter n 1 2 @ %p 1 0 03432360 +geiger_tube n 1 2 @ #p 1 1 03432509 +geisel n 1 1 @ 1 0 10993636 +geisha n 1 1 @ 1 0 10122858 +geisha_girl n 1 1 @ 1 0 10122858 +gekkonidae n 1 3 @ #m %m 1 0 01674850 +gel n 2 3 @ ~ + 2 0 14590542 03432668 +gelatin n 3 3 @ ~ + 3 0 14730553 07643981 03432668 +gelatin_dessert n 1 2 @ ~ 1 0 07644244 +gelatine n 1 2 @ + 1 0 14730553 +gelatinousness n 1 2 @ + 1 0 04936213 +gelding n 1 2 @ + 1 1 02377388 +gelechia n 1 3 @ #m %m 1 0 02293560 +gelechia_gossypiella n 2 2 @ #m 2 0 02310149 02293715 +gelechiid n 1 3 @ ~ #m 1 0 02293352 +gelechiid_moth n 1 3 @ ~ #m 1 0 02293352 +gelechiidae n 1 3 @ #m %m 1 0 02293135 +gelidity n 1 2 @ + 1 0 05015463 +gelignite n 1 1 @ 1 0 03432796 +gell-mann n 1 1 @ 1 0 10993777 +gelly n 1 1 @ 1 0 03432796 +gelsemium n 1 3 @ #m %m 1 0 12485811 +gelsemium_sempervirens n 1 2 @ #m 1 0 12485981 +gelt n 1 1 @ 1 0 13385216 +gem n 5 3 @ ~ #p 5 1 03432972 14699752 10221656 07690273 03596787 +gem_clip n 1 1 @ 1 0 03886762 +gem_cutter n 1 1 @ 1 0 10123026 +gem_state n 1 3 @ #p %p 1 0 09081213 +gemara n 1 2 @ #p 1 0 06462656 +gemfibrozil n 1 1 @ 1 0 03433079 +geminate n 1 1 @ 1 0 07119776 +gemination n 2 2 @ + 2 0 07100253 01019703 +gemini n 3 4 @ #p %m ; 3 0 09752519 09287613 08686495 +gemini_program n 1 1 @ 1 0 05899831 +gemini_the_twins n 1 1 @ 1 0 08686495 +gemma n 1 1 @ 1 0 11682659 +gemmation n 1 1 @ 1 0 13544073 +gemmule n 1 1 @ 1 0 05889762 +gemonil n 1 2 @ ; 1 0 03754979 +gempylid n 1 3 @ ~ #m 1 0 02621908 +gempylidae n 1 3 @ #m %m 1 0 02621721 +gempylus n 1 2 @ #m 1 0 02622130 +gempylus_serpens n 1 2 @ #m 1 0 02622249 +gemsbok n 1 1 @ 1 0 02428508 +gemsbuck n 1 1 @ 1 0 02428508 +gemstone n 1 3 @ ~ #p 1 0 14699752 +gen n 1 2 @ ; 1 0 06637677 +gen_x n 1 1 @ 1 0 08372020 +gendarme n 1 2 @ #m 1 0 10123122 +gendarmerie n 1 2 @ %m 1 0 08210254 +gendarmery n 1 2 @ %m 1 0 08210254 +gender n 2 3 @ ~ = 2 1 06328643 05006898 +gender_agreement n 1 1 @ 1 0 13797985 +gender_identity n 1 1 @ 1 0 04618359 +gender_role n 1 1 @ 1 0 00722253 +gene n 1 5 @ ~ #p + ; 1 0 05436752 +gene-splicing n 1 1 @ 1 0 06127209 +gene_chip n 1 1 @ 1 0 03433247 +gene_delivery_vector n 1 2 @ ~ 1 0 09460516 +gene_expression n 1 1 @ 1 0 11459907 +gene_kelly n 1 1 @ 1 0 11099729 +gene_linkage n 1 2 @ ; 1 0 04923024 +gene_mutation n 1 2 @ ; 1 0 07426406 +gene_sarazen n 1 1 @ 1 0 11281682 +gene_tunney n 1 1 @ 1 0 11351832 +genealogist n 1 2 @ + 1 0 10123214 +genealogy n 2 3 @ ~ + 2 0 08102402 05998225 +general n 3 5 ! @ ~ + ; 3 1 10123844 10125561 05818388 +general-purpose_bomb n 1 2 @ ~ 1 0 03433637 +general_agent n 2 2 ! @ 2 0 10738968 10209731 +general_agreement_on_tariffs_and_trade n 1 1 @ 1 0 08300429 +general_anaesthesia n 1 2 @ ~ 1 0 14026981 +general_anaesthetic n 1 2 @ ~ 1 0 03433434 +general_anatomy n 1 3 @ ~ - 1 0 06057539 +general_anesthesia n 1 2 @ ~ 1 0 14026981 +general_anesthetic n 1 2 @ ~ 1 0 03433434 +general_assembly n 2 4 @ ~ #m - 2 0 08296059 08163273 +general_baptist n 1 1 @ 1 0 08090083 +general_certificate_of_secondary_education n 1 2 @ ; 1 0 14431169 +general_charles_de_gaulle n 1 1 @ 1 0 10927824 +general_custer n 1 1 @ 1 0 10919061 +general_damages n 1 2 @ ; 1 0 13291356 +general_de_gaulle n 1 1 @ 1 0 10927824 +general_delivery n 1 2 @ #p 1 0 08145701 +general_election n 1 1 @ 1 1 00182435 +general_franco n 1 1 @ 1 0 10978842 +general_headquarters n 1 2 @ ; 1 0 03076104 +general_knowledge n 1 2 @ ~ 1 0 05612067 +general_ledger n 1 2 @ %p 1 0 13404655 +general_lien n 1 1 @ 1 0 13401610 +general_manager n 1 1 @ 1 1 10125697 +general_medicine n 1 1 @ 1 0 06052300 +general_officer n 1 3 @ ~ ; 1 0 10125786 +general_practitioner n 1 2 @ ~ 1 0 10126009 +general_relativity n 1 1 @ 1 0 06106820 +general_relativity_theory n 1 1 @ 1 0 06106820 +general_security_services n 1 2 @ ; 1 0 08347457 +general_services_administration n 1 2 @ %p 1 0 08351532 +general_staff n 1 2 @ ; 1 0 08404735 +general_store n 1 1 @ 1 0 03119203 +general_theory_of_relativity n 1 1 @ 1 0 06106820 +general_verdict n 1 3 ! @ ; 1 0 01193176 +generalcy n 1 1 @ 1 0 00592652 +generalisation n 4 4 @ ~ + ; 4 0 05913275 05780104 05774415 05756414 +generalissimo n 1 1 @ 1 0 09941787 +generalist n 1 2 ! @ 1 1 10520286 +generality n 2 5 ! @ ~ = + 2 0 05913275 04764412 +generalization n 4 4 @ ~ + ; 4 3 05774415 05913275 05780104 05756414 +generalized_anxiety_disorder n 1 1 @ 1 0 14380717 +generalized_epilepsy n 1 1 @ 1 0 14087513 +generalized_seizure n 1 1 @ 1 0 14083368 +generally_accepted_accounting_principles n 1 2 @ %m 1 0 08145871 +generalship n 2 3 @ + ; 2 0 05617467 00592652 +generation n 7 3 @ ~ + 7 3 08369406 08368907 15249636 15290930 07324380 00922144 00849982 +generation_gap n 1 1 @ 1 0 07184024 +generation_x n 1 1 @ 1 0 08372020 +generative_grammar n 1 2 @ ; 1 0 06176519 +generator n 4 4 @ ~ %p + 4 2 03434188 03433877 10126177 03434285 +generic n 2 3 ! @ ~ 2 0 07899976 03434428 +generic_drug n 1 2 ! @ 1 0 03434549 +generic_noun n 1 1 @ 1 0 06319881 +generic_wine n 1 2 ! @ 1 0 07899976 +generosity n 2 5 ! @ ~ = + 2 1 04831727 01085937 +generousness n 1 4 @ ~ = + 1 0 04831727 +genesis n 2 3 @ #p - 2 1 07324380 06432376 +genet n 3 2 @ #m 3 0 10994097 10993936 02137015 +genetic_abnormality n 1 2 @ ~ 1 0 14151139 +genetic_code n 1 2 @ ~ 1 0 08457369 +genetic_constitution n 1 1 @ 1 0 04934043 +genetic_counseling n 1 1 @ 1 0 06651302 +genetic_defect n 1 2 @ ~ 1 0 14151139 +genetic_disease n 1 2 @ ~ 1 0 14151139 +genetic_disorder n 1 2 @ ~ 1 0 14151139 +genetic_endowment n 1 2 @ ~ 1 0 04920867 +genetic_engineering n 1 1 @ 1 0 06127209 +genetic_fingerprint n 1 1 @ 1 0 06643883 +genetic_fingerprinting n 1 1 @ 1 0 00152519 +genetic_map n 1 1 @ 1 0 05729483 +genetic_marker n 1 1 @ 1 0 05438483 +genetic_mutation n 1 4 @ ~ %p ; 1 0 07425011 +genetic_profiling n 1 1 @ 1 0 00152519 +genetic_psychology n 1 1 @ 1 0 06138941 +genetic_science n 1 3 @ ~ - 1 0 06075527 +genetic_screening n 1 1 @ 1 0 00645162 +geneticism n 1 1 @ 1 0 05945383 +geneticist n 1 3 @ ~ + 1 1 10126424 +genetics n 1 4 @ ~ + - 1 0 06075527 +genetta n 1 3 @ #m %m 1 0 02136901 +genetta_genetta n 1 2 @ #m 1 0 02137015 +geneva n 2 3 @ #p %m 2 0 09032604 07904760 +geneva_convention n 1 1 @ 1 0 06774650 +geneva_gown n 1 1 @ 1 0 03434830 +genevan n 2 3 @ ~ #m 2 0 10123312 09889346 +geneve n 1 3 @ #p %m 1 0 09032604 +genf n 1 3 @ #p %m 1 0 09032604 +genghis_khan n 1 1 @ 1 0 10994308 +geniality n 1 3 @ ~ + 1 0 04654652 +genicular_vein n 1 2 @ #p 1 0 05368100 +geniculate_body n 1 3 @ ~ #p 1 0 05487423 +genie n 1 3 @ ~ ; 1 1 09544433 +genip n 2 4 @ #m #p %p 2 0 12744850 07763290 +genipa n 1 3 @ ~ #m 1 0 12667406 +genipa_americana n 1 3 @ #m %p 1 0 12667582 +genipap n 1 2 @ #p 1 0 07763483 +genipap_fruit n 2 4 @ #m #p %p 2 0 12667582 07763483 +genista n 1 3 @ #m %m 1 0 12530208 +genista_anglica n 1 2 @ #m 1 0 12530439 +genista_hispanica n 1 2 @ #m 1 0 12530629 +genista_raetam n 1 2 @ #m 1 0 12567490 +genista_tinctoria n 1 2 @ #m 1 0 12530818 +genital_herpes n 1 1 @ 1 0 14132524 +genital_organ n 1 2 @ ~ 1 0 05514081 +genital_personality n 1 2 @ ; 1 0 04619420 +genital_phase n 1 3 @ #p ; 1 0 15146004 +genital_stage n 1 3 @ #p ; 1 0 15146004 +genital_system n 1 4 @ ~ #p %p 1 0 05509146 +genital_torture n 1 1 @ 1 0 00422719 +genital_wart n 1 1 @ 1 0 04696797 +genitalia n 1 2 @ ~ 1 0 05514081 +genitals n 1 2 @ ~ 1 0 05514081 +genitive n 1 2 @ ~ 1 0 06311852 +genitive_case n 1 2 @ ~ 1 0 06311852 +genitor n 1 2 @ ~ 1 0 10126708 +genitourinary_apparatus n 1 2 @ %p 1 0 05509452 +genitourinary_system n 1 2 @ %p 1 0 05509452 +genius n 5 2 @ ~ 5 3 10126926 05619743 09762509 05625373 05624461 +genius_loci n 2 1 @ 2 0 14525274 09540241 +genlisea n 1 2 @ #m 1 0 12873341 +genoa n 1 3 @ #p %m 1 0 08808452 +genocide n 1 2 @ ~ 1 0 01245159 +genoese n 1 2 @ #m 1 0 10123415 +genoise n 1 1 @ 1 0 07634514 +genome n 1 1 @ 1 0 08457543 +genomics n 1 2 @ ~ 1 0 06077087 +genotype n 2 3 @ ~ + 2 0 07941405 04934043 +genova n 1 3 @ #p %m 1 0 08808452 +genre n 4 3 @ ~ - 4 1 05845332 07092158 07071942 03434943 +genre_painter n 1 1 @ 1 0 10123517 +genre_painting n 1 1 @ 1 0 03435290 +gens n 1 1 @ 1 0 07972279 +genseric n 1 1 @ 1 0 10994500 +gent n 3 3 @ ~ #p 3 0 10127186 09908025 08851500 +gentamicin n 1 1 @ 1 0 03435382 +genteelness n 1 2 @ + 1 0 04813540 +gentian n 1 3 @ ~ #m 1 1 12293723 +gentian_family n 1 3 @ #m %m 1 0 12290116 +gentian_violet n 1 1 @ 1 0 14770838 +gentiana n 1 3 @ #m %m 1 0 12293419 +gentiana_acaulis n 1 1 @ 1 0 12294124 +gentiana_andrewsii n 1 1 @ 1 0 12294331 +gentiana_calycosa n 1 1 @ 1 0 12294542 +gentiana_clausa n 1 1 @ 1 0 12294723 +gentiana_crinita n 1 1 @ 1 0 12296735 +gentiana_detonsa n 1 1 @ 1 0 12296929 +gentiana_holopetala n 1 1 @ 1 0 12297507 +gentiana_lutea n 1 2 @ #m 1 0 12294871 +gentiana_pneumonanthe n 1 2 @ #m 1 0 12295033 +gentiana_procera n 1 2 @ #m 1 0 12297110 +gentiana_quinquefolia n 1 2 @ #m 1 0 12295796 +gentiana_saponaria n 1 1 @ 1 0 12295237 +gentiana_thermalis n 1 1 @ 1 0 12297280 +gentiana_villosa n 1 1 @ 1 0 12295429 +gentianaceae n 1 3 @ #m %m 1 0 12290116 +gentianales n 1 3 @ #m %m 1 0 12289744 +gentianella n 2 3 @ #m %m 2 0 12295560 12294124 +gentianella_amarella n 1 2 @ #m 1 0 12296045 +gentianella_quinquefolia n 1 2 @ #m 1 0 12295796 +gentianopsid_procera n 1 2 @ #m 1 0 12297110 +gentianopsis n 1 3 @ #m %m 1 0 12296218 +gentianopsis_crinita n 1 1 @ 1 0 12296735 +gentianopsis_detonsa n 1 1 @ 1 0 12296929 +gentianopsis_holopetala n 1 1 @ 1 0 12297507 +gentianopsis_thermalis n 1 1 @ 1 0 12297280 +gentile n 4 3 @ ~ + 4 0 10166394 09679170 09679028 09678917 +gentility n 1 2 @ + 1 0 04813540 +gentle_breeze n 1 2 @ #p 1 0 11432632 +gentle_wind n 1 2 @ ~ 1 0 11431754 +gentlefolk n 1 1 @ 1 0 07947675 +gentleman n 2 3 @ ~ + 2 1 10127273 10745332 +gentleman's-cane n 1 1 @ 1 0 11823756 +gentleman's_gentleman n 1 1 @ 1 0 10745332 +gentleman-at-arms n 1 1 @ 1 0 10127420 +gentleman_jim n 1 1 @ 1 0 10910421 +gentleman_johnny n 1 1 @ 1 0 10872624 +gentlemen's_agreement n 1 1 @ 1 0 06771526 +gentleness n 2 2 @ + 2 0 05069853 04910973 +gentlewoman n 1 2 @ ~ 1 0 09989290 +gentrification n 1 2 @ + 1 0 00268824 +gentry n 1 2 @ ~ 1 1 08387213 +genu n 1 3 @ #p %p 1 0 05573602 +genu_valgum n 1 2 @ #p 1 0 14559983 +genu_varum n 1 1 @ 1 0 05561834 +genuflection n 1 2 @ + 1 0 07275078 +genuflexion n 1 2 @ + 1 0 07275078 +genuineness n 2 4 ! @ ~ + 2 0 13955341 04783247 +genus n 2 6 @ ~ #m %m + ; 2 2 05845013 08108972 +genus-fenusa n 1 2 @ #m 1 0 02218912 +genus-megapodius n 1 2 @ #m 1 0 01800963 +genus-milvus n 1 2 @ #m 1 0 01608685 +genus_abelia n 1 3 @ #m %m 1 0 12671529 +genus_abelmoschus n 1 3 @ #m %m 1 0 12171750 +genus_abies n 1 3 @ #m %m 1 0 11620560 +genus_abramis n 1 3 @ #m %m 1 0 01440344 +genus_abrocoma n 1 3 @ #m %m 1 0 02368280 +genus_abronia n 1 3 @ #m %m 1 0 11836556 +genus_abudefduf n 1 3 @ #m %m 1 0 02607345 +genus_abutilon n 1 3 @ #m %m 1 0 12172715 +genus_acacia n 1 3 @ #m %m 1 0 11755694 +genus_acalypha n 1 3 @ #m %m 1 0 12922283 +genus_acanthisitta n 1 3 @ #m %m 1 0 01588858 +genus_acanthocereus n 1 2 @ #m 1 0 11842861 +genus_acanthocybium n 1 3 @ #m %m 1 0 02625132 +genus_acanthophis n 1 3 @ #m %m 1 0 01750027 +genus_acanthoscelides n 1 3 @ #m %m 1 0 02182498 +genus_acanthurus n 1 3 @ #m %m 1 0 02621419 +genus_acanthus n 1 3 @ #m %m 1 0 12812121 +genus_acarus n 1 2 @ #m 1 0 01781570 +genus_accipiter n 1 3 @ #m %m 1 0 01606335 +genus_acer n 1 3 @ #m %m 1 0 12752039 +genus_acherontia n 1 3 @ #m %m 1 0 02299715 +genus_acheta n 1 3 @ #m %m 1 0 02229867 +genus_achillea n 1 3 @ #m %m 1 0 11916268 +genus_achimenes n 1 3 @ #m %m 1 0 12830080 +genus_achoerodus n 1 3 @ #m %m 1 0 02608151 +genus_achras n 1 2 @ #m 1 0 12772419 +genus_acinonyx n 1 3 @ #m %m 1 0 02130190 +genus_acinos n 1 3 @ #m %m 1 0 12839409 +genus_acipenser n 1 3 @ #m %m 1 0 02640453 +genus_acocanthera n 1 3 @ #m %m 1 0 11768242 +genus_acokanthera n 1 3 @ #m %m 1 0 11768242 +genus_aconitum n 1 3 @ #m %m 1 0 11722769 +genus_acorus n 1 3 @ #m %m 1 0 11780589 +genus_acridotheres n 1 3 @ #m %m 1 0 01577818 +genus_acris n 1 3 @ #m %m 1 0 01651370 +genus_acrobates n 1 3 @ #m %m 1 0 01882372 +genus_acrocarpus n 1 3 @ #m %m 1 0 12490330 +genus_acrocephalus n 1 2 @ #m 1 0 01565480 +genus_acroclinium n 1 2 @ %m 1 0 11917186 +genus_acrocomia n 1 3 @ #m %m 1 0 12583529 +genus_acropora n 1 3 @ #m %m 1 0 01917434 +genus_acrostichum n 1 3 @ #m %m 1 0 13206001 +genus_actaea n 1 3 @ #m %m 1 0 11723655 +genus_actias n 1 3 @ #m %m 1 0 02302853 +genus_actinia n 1 2 @ #m 1 0 01914961 +genus_actinidia n 1 3 @ #m %m 1 0 12371002 +genus_actiniopteris n 1 2 @ #m 1 0 13206438 +genus_actinomeris n 1 2 @ #m 1 0 12030479 +genus_actinomyces n 1 3 @ #m %m 1 0 01375617 +genus_actitis n 1 3 @ #m %m 1 0 02026798 +genus_adalia n 1 3 @ #m %m 1 0 02165754 +genus_adansonia n 1 3 @ #m %m 1 0 12189620 +genus_addax n 1 3 @ #m %m 1 0 02420994 +genus_adelges n 1 3 @ #m %m 1 0 02254531 +genus_adenanthera n 1 3 @ #m %m 1 0 11758628 +genus_adenium n 1 3 @ #m %m 1 0 11769002 +genus_adenota n 1 3 @ #m %m 1 0 02427958 +genus_adiantum n 1 3 @ #m %m 1 0 13206584 +genus_adlumia n 1 2 @ #m 1 0 11909745 +genus_adonis n 1 3 @ #m %m 1 0 11724529 +genus_aedes n 1 3 @ #m %m 1 0 02200705 +genus_aegiceras n 1 3 @ #m %m 1 0 12916025 +genus_aegilops n 1 3 @ #m %m 1 0 12104614 +genus_aegypius n 1 3 @ #m %m 1 0 01617949 +genus_aegyptopithecus n 1 3 @ #m %m 1 0 02479205 +genus_aeonium n 1 3 @ #m %m 1 0 12786684 +genus_aepyceros n 1 3 @ #m %m 1 0 02422561 +genus_aepyornis n 1 3 @ #m %m 1 0 01522305 +genus_aerides n 1 3 @ #m %m 1 0 12044269 +genus_aerobacter n 1 3 @ #m %m 1 0 01353773 +genus_aeschynanthus n 1 3 @ #m %m 1 0 12830404 +genus_aesculus n 1 3 @ #m %m 1 0 12768177 +genus_aethionema n 1 3 @ #m %m 1 0 11869890 +genus_aethusa n 1 3 @ #m %m 1 0 12931109 +genus_aetobatus n 1 3 @ #m %m 1 0 01499261 +genus_aframomum n 1 3 @ #m %m 1 0 12357802 +genus_afrocarpus n 1 3 @ #m %m 1 0 11653323 +genus_afropavo n 1 2 @ #m 1 0 01803548 +genus_agalinis n 1 2 @ #m 1 0 12883733 +genus_agama n 1 3 @ #m %m 1 0 01687856 +genus_agapanthus n 1 3 @ #m %m 1 0 12428915 +genus_agapornis n 1 3 @ #m %m 1 0 01819918 +genus_agaricus n 1 3 @ #m %m 1 0 13000668 +genus_agastache n 1 3 @ #m %m 1 0 12839839 +genus_agathis n 1 3 @ #m %m 1 0 11647131 +genus_agave n 1 3 @ #m %m 1 0 12476902 +genus_agdestis n 1 2 @ #m 1 0 11856055 +genus_agelaius n 1 3 @ #m %m 1 0 01575270 +genus_ageratina n 1 3 @ #m %m 1 0 11917633 +genus_ageratum n 1 3 @ #m %m 1 0 11918131 +genus_agkistrodon n 1 3 @ #m %m 1 0 01754190 +genus_aglaomorpha n 1 3 @ #m %m 1 0 13174206 +genus_aglaonema n 1 3 @ #m %m 1 0 11781430 +genus_agonus n 1 3 @ #m %m 1 0 02647903 +genus_agrimonia n 1 3 @ #m %m 1 0 12622653 +genus_agriocharis n 1 3 @ #m %m 1 0 01794460 +genus_agrobacterium n 1 3 @ #m %m 1 0 01354521 +genus_agropyron n 1 3 @ #m %m 1 0 12104943 +genus_agrostemma n 1 3 @ #m %m 1 0 11805380 +genus_agrostis n 1 3 @ #m %m 1 0 12106540 +genus_ailanthus n 1 3 @ #m %m 1 0 12716861 +genus_ailuropoda n 1 3 @ #m %m 1 0 02510240 +genus_ailurus n 1 3 @ #m %m 1 0 02509694 +genus_aix n 1 3 @ #m %m 1 0 01851996 +genus_ajaia n 1 3 @ #m %m 1 0 02007161 +genus_ajuga n 1 3 @ #m %m 1 0 12840640 +genus_alauda n 1 3 @ #m %m 1 0 01527774 +genus_albatrellus n 1 2 @ #m 1 0 13050555 +genus_albizia n 1 3 @ #m %m 1 0 11759049 +genus_albizzia n 1 3 @ #m %m 1 0 11759049 +genus_albuca n 1 3 @ #m %m 1 0 12429589 +genus_albugo n 1 3 @ #m %m 1 0 12981791 +genus_albula n 1 3 @ #m %m 1 0 02542283 +genus_alca n 1 3 @ #m %m 1 0 02045705 +genus_alcea n 1 3 @ #m %m 1 0 12173407 +genus_alcedo n 1 3 @ #m %m 1 0 01827658 +genus_alcelaphus n 1 3 @ #m %m 1 0 02421962 +genus_alces n 1 3 @ #m %m 1 0 02432867 +genus_aldrovanda n 1 3 @ #m %m 1 0 12783173 +genus_alectis n 1 3 @ #m %m 1 0 02577823 +genus_alectoria n 1 3 @ #m %m 1 0 12990407 +genus_alectoris n 1 3 @ #m %m 1 0 01807988 +genus_alectura n 1 3 @ #m %m 1 0 01801753 +genus_alepisaurus n 1 3 @ #m %m 1 0 02544086 +genus_aletris n 1 3 @ #m %m 1 0 12429942 +genus_aleurites n 1 3 @ #m %m 1 0 12927354 +genus_aleyrodes n 1 3 @ #m %m 1 0 02246487 +genus_algeripithecus n 1 3 @ #m %m 1 0 02479482 +genus_alisma n 1 3 @ #m %m 1 0 12612020 +genus_allamanda n 1 3 @ #m %m 1 0 11769483 +genus_alliaria n 1 3 @ #m %m 1 0 11870212 +genus_alligator n 1 3 @ #m %m 1 0 01698303 +genus_allionia n 1 3 @ #m %m 1 0 11838266 +genus_allium n 1 3 @ #m %m 1 0 12431128 +genus_allosaurus n 1 3 @ #m %m 1 0 01714059 +genus_alnus n 1 3 @ #m %m 1 0 12283981 +genus_alocasia n 1 3 @ #m %m 1 0 11781850 +genus_aloe n 1 3 @ #m %m 1 0 12436490 +genus_alopecurus n 1 3 @ #m %m 1 0 12107489 +genus_alopex n 1 3 @ #m %m 1 0 02119961 +genus_alopius n 1 3 @ #m %m 1 0 01485801 +genus_alosa n 1 3 @ #m %m 1 0 02530294 +genus_alouatta n 1 3 @ #m %m 1 0 02492536 +genus_alpinia n 1 3 @ #m %m 1 0 12356668 +genus_alsobia n 1 3 @ #m %m 1 0 12830974 +genus_alsophila n 1 3 @ #m %m 1 0 02287476 +genus_alstonia n 1 3 @ #m %m 1 0 11770013 +genus_alstroemeria n 1 3 @ #m %m 1 0 12438324 +genus_alternanthera n 1 3 @ #m %m 1 0 11824548 +genus_althaea n 1 3 @ #m %m 1 0 12174124 +genus_alyssum n 1 3 @ #m %m 1 0 11870607 +genus_alytes n 1 3 @ #m %m 1 0 01648001 +genus_amanita n 1 4 @ ~ #m %m 1 0 13002433 +genus_amaranthus n 1 3 @ #m %m 1 0 11822849 +genus_amaryllis n 1 3 @ #m %m 1 0 12419217 +genus_amauropelta n 1 2 @ #m 1 0 13228194 +genus_amazona n 1 3 @ #m %m 1 0 01818169 +genus_amberboa n 1 3 @ #m %m 1 0 11918631 +genus_ambloplites n 1 3 @ #m %m 1 0 02564130 +genus_amblyrhynchus n 1 3 @ #m %m 1 0 01677613 +genus_ambrosia n 1 3 @ #m %m 1 0 11919026 +genus_ambystoma n 1 3 @ #m %m 1 0 01631903 +genus_ameiurus n 1 3 @ #m %m 1 0 02518990 +genus_amelanchier n 1 3 @ #m %m 1 0 12623368 +genus_amia n 1 3 @ #m %m 1 0 02638960 +genus_amianthum n 1 3 @ #m %m 1 0 12438977 +genus_ammobium n 1 3 @ #m %m 1 0 11920344 +genus_ammodytes n 1 3 @ #m %m 1 0 02618372 +genus_ammotragus n 1 3 @ #m %m 1 0 02415971 +genus_amoeba n 1 2 @ #m 1 0 01391779 +genus_amorpha n 1 3 @ #m %m 1 0 12503908 +genus_amorphophallus n 1 3 @ #m %m 1 0 11782522 +genus_amphibolips n 1 2 @ #m 1 0 02217050 +genus_amphicarpa n 1 3 @ #m %m 1 0 12505032 +genus_amphicarpaea n 1 3 @ #m %m 1 0 12505032 +genus_amphioxus n 1 3 @ #m %m 1 0 01467675 +genus_amphiprion n 1 3 @ #m %m 1 0 02606926 +genus_amphisbaena n 1 2 @ %m 1 0 01683036 +genus_amphisbaenia n 1 2 @ %m 1 0 01683036 +genus_amphiuma n 1 3 @ #m %m 1 0 01638611 +genus_amsinckia n 1 3 @ #m %m 1 0 12816753 +genus_amsonia n 1 3 @ #m %m 1 0 11770526 +genus_amygdalus n 1 2 @ #m 1 0 12644713 +genus_anabas n 1 3 @ #m %m 1 0 02556195 +genus_anabrus n 1 3 @ #m %m 1 0 02228565 +genus_anacardium n 1 3 @ #m %m 1 0 12759120 +genus_anacyclus n 1 3 @ #m %m 1 0 11920867 +genus_anadenanthera n 1 3 @ #m %m 1 0 11760128 +genus_anagallis n 1 3 @ #m %m 1 0 12092127 +genus_anagasta n 1 3 @ #m %m 1 0 02289845 +genus_anagyris n 1 3 @ #m %m 1 0 12505563 +genus_ananas n 1 3 @ #m %m 1 0 12607198 +genus_anaphalis n 1 3 @ #m %m 1 0 11921200 +genus_anarhichas n 1 3 @ #m %m 1 0 02616705 +genus_anas n 1 3 @ #m %m 1 0 01847565 +genus_anasa n 1 3 @ #m %m 1 0 02239659 +genus_anastatica n 1 2 @ %m 1 0 11870916 +genus_anastomus n 1 3 @ #m %m 1 0 02003456 +genus_anatotitan n 1 3 @ #m %m 1 0 01706247 +genus_anchusa n 1 3 @ #m %m 1 0 12817335 +genus_ancistrodon n 1 3 @ #m %m 1 0 01754190 +genus_ancylus n 1 3 @ #m %m 1 0 01949817 +genus_andira n 1 3 @ #m %m 1 0 12505987 +genus_andreaea n 1 2 @ #m 1 0 11539825 +genus_andrena n 1 3 @ #m %m 1 0 02210291 +genus_andricus n 1 2 @ #m 1 0 02217201 +genus_andromeda n 1 3 @ #m %m 1 0 12229282 +genus_andropogon n 1 3 @ #m %m 1 0 12108249 +genus_andryala n 1 3 @ #m %m 1 0 11921622 +genus_aneides n 1 3 @ #m %m 1 0 01636984 +genus_anemia n 1 3 @ #m %m 1 0 12955639 +genus_anemone n 1 3 @ #m %m 1 0 11724822 +genus_anemonella n 1 3 @ #m %m 1 0 11726569 +genus_anemopsis n 1 3 @ #m %m 1 0 13152203 +genus_anethum n 1 2 @ #m 1 0 12931449 +genus_angelica n 1 2 @ %m 1 0 12931738 +genus_angiopteris n 1 3 @ #m %m 1 0 13215462 +genus_angraecum n 1 3 @ #m %m 1 0 12044571 +genus_angrecum n 1 3 @ #m %m 1 0 12044571 +genus_anguilla n 1 3 @ #m %m 1 0 02526673 +genus_anguillula n 1 3 @ #m %m 1 0 01931984 +genus_anguis n 1 3 @ #m %m 1 0 01690005 +genus_anhima n 1 3 @ #m %m 1 0 01860713 +genus_anhinga n 1 3 @ #m %m 1 0 02054376 +genus_anigozanthus n 1 3 @ #m %m 1 0 12312405 +genus_anisotremus n 1 3 @ #m %m 1 0 02589486 +genus_ankylosaurus n 1 3 @ #m %m 1 0 01702087 +genus_annona n 1 3 @ #m %m 1 0 11693812 +genus_anoa n 1 3 @ #m %m 1 0 02408903 +genus_anodonta n 1 3 @ #m %m 1 0 01965111 +genus_anoectochilus n 1 3 @ #m %m 1 0 12045004 +genus_anogramma n 1 3 @ #m %m 1 0 13208138 +genus_anolis n 1 3 @ #m %m 1 0 01682588 +genus_anomala n 1 3 @ #m %m 1 0 02173571 +genus_anomalops n 1 3 @ #m %m 1 0 01451726 +genus_anomalopteryx n 1 3 @ #m %m 1 0 01523379 +genus_anomia n 1 3 @ #m %m 1 0 01962350 +genus_anopheles n 1 3 @ #m %m 1 0 02201252 +genus_anser n 1 3 @ #m %m 1 0 01856225 +genus_antedon n 1 4 @ ~ #m %m 1 0 02320888 +genus_antennaria n 1 3 @ #m %m 1 0 11921949 +genus_anthemis n 1 3 @ #m %m 1 0 11923016 +genus_antheraea n 1 3 @ #m %m 1 0 02304229 +genus_anthericum n 1 3 @ #m %m 1 0 12439400 +genus_antheropeas n 1 3 @ #m %m 1 0 11923827 +genus_anthidium n 1 3 @ #m %m 1 0 02211773 +genus_anthoceros n 1 2 @ #m 1 0 11538716 +genus_anthonomus n 1 3 @ #m %m 1 0 02178563 +genus_anthriscus n 1 3 @ #m %m 1 0 12932532 +genus_anthurium n 1 3 @ #m %m 1 0 11783723 +genus_anthus n 1 3 @ #m %m 1 0 01528542 +genus_anthyllis n 1 3 @ #m %m 1 0 12506614 +genus_antidorcas n 1 3 @ #m %m 1 0 02423465 +genus_antigonia n 1 3 @ #m %m 1 0 01453591 +genus_antilocapra n 1 3 @ #m %m 1 0 02429276 +genus_antilope n 1 3 @ #m %m 1 0 02420389 +genus_antirrhinum n 1 3 @ #m %m 1 0 12877041 +genus_antrodemus n 1 3 @ #m %m 1 0 01714059 +genus_antrozous n 1 3 @ #m %m 1 0 02147452 +genus_aotus n 1 3 @ #m %m 1 0 02492240 +genus_apatosaurus n 1 3 @ #m %m 1 0 01709278 +genus_apatura n 1 3 @ #m %m 1 0 02278704 +genus_aphis n 1 3 @ #m %m 1 0 02252608 +genus_aphriza n 1 3 @ #m %m 1 0 02026498 +genus_aphrophora n 1 3 @ #m %m 1 0 02258354 +genus_aphyllanthes n 1 2 @ #m 1 0 12440385 +genus_apios n 1 3 @ #m %m 1 0 12507236 +genus_apis n 1 3 @ #m %m 1 0 02208143 +genus_apium n 1 3 @ #m %m 1 0 12933164 +genus_aplectrum n 1 3 @ #m %m 1 0 12045352 +genus_aplodontia n 1 3 @ #m %m 1 0 02363818 +genus_aplysia n 1 3 @ #m %m 1 0 01951107 +genus_apocynum n 1 3 @ #m %m 1 0 11767196 +genus_apodemus n 1 3 @ #m %m 1 0 02332606 +genus_apogon n 1 2 @ #m 1 0 02572369 +genus_aporocactus n 1 3 @ #m %m 1 0 11843285 +genus_appendicularia n 1 3 @ #m %m 1 0 01470586 +genus_aptenodytes n 1 3 @ #m %m 1 0 02056421 +genus_apteryx n 1 3 @ #m %m 1 0 01520442 +genus_apus n 1 3 @ #m %m 1 0 01832381 +genus_aquila n 1 3 @ #m %m 1 0 01614195 +genus_aquilegia n 1 3 @ #m %m 1 0 11726925 +genus_ara n 1 3 @ #m %m 1 0 01818409 +genus_arabidopsis n 1 2 @ #m 1 0 11871294 +genus_arabis n 1 3 @ #m %m 1 0 11871916 +genus_arachis n 1 3 @ #m %m 1 0 11748330 +genus_aralia n 1 3 @ #m %m 1 0 11797016 +genus_aramus n 1 2 @ #m 1 0 02013362 +genus_aranea n 1 3 @ #m %m 1 0 01773319 +genus_araneus n 1 3 @ #m %m 1 0 01773319 +genus_araucaria n 1 3 @ #m %m 1 0 11645783 +genus_araujia n 1 3 @ #m %m 1 0 13235947 +genus_arbutus n 1 3 @ #m %m 1 0 12230146 +genus_arca n 1 3 @ #m %m 1 0 01963136 +genus_arcella n 1 3 @ #m %m 1 0 01394366 +genus_arceuthobium n 1 3 @ #m %m 1 0 12738087 +genus_archaeopteryx n 1 3 @ #m %m 1 0 01516064 +genus_archaeornis n 1 3 @ #m %m 1 0 01517265 +genus_archeopteryx n 1 3 @ #m %m 1 0 01516064 +genus_archidiskidon n 1 3 @ #m %m 1 0 02505342 +genus_archilochus n 1 3 @ #m %m 1 0 01834039 +genus_architeuthis n 1 3 @ #m %m 1 0 01972017 +genus_archosargus n 1 3 @ #m %m 1 0 02591757 +genus_arctictis n 1 3 @ #m %m 1 0 02135981 +genus_arctium n 1 3 @ #m %m 1 0 11924330 +genus_arctocebus n 1 3 @ #m %m 1 0 02499434 +genus_arctocephalus n 1 3 @ #m %m 1 0 02077023 +genus_arctonyx n 1 3 @ #m %m 1 0 02448754 +genus_arctostaphylos n 1 3 @ #m %m 1 0 12231031 +genus_arctotis n 1 3 @ #m %m 1 0 11925140 +genus_ardea n 1 3 @ #m %m 1 0 02008316 +genus_ardisia n 1 3 @ #m %m 1 0 12097180 +genus_areca n 1 3 @ #m %m 1 0 12584057 +genus_arenaria n 2 3 @ #m %m 2 0 11805837 02024923 +genus_arenga n 1 3 @ #m %m 1 0 12584559 +genus_arethusa n 1 3 @ #m %m 1 0 12045695 +genus_argemone n 1 3 @ #m %m 1 0 11902595 +genus_argentina n 1 3 @ #m %m 1 0 02542804 +genus_argentinosaurus n 1 3 @ #m %m 1 0 01710993 +genus_argiope n 1 3 @ #m %m 1 0 01772985 +genus_argonauta n 1 3 @ #m %m 1 0 01970502 +genus_argusianus n 1 3 @ #m %m 1 0 01803764 +genus_argynnis n 1 2 @ #m 1 0 02278601 +genus_argyranthemum n 1 3 @ #m %m 1 0 11925720 +genus_argyreia n 1 3 @ #m %m 1 0 12824581 +genus_argyrotaenia n 1 2 @ #m 1 0 02284771 +genus_argyroxiphium n 1 3 @ #m %m 1 0 11926185 +genus_arilus n 1 3 @ #m %m 1 0 02244670 +genus_ariocarpus n 1 3 @ #m %m 1 0 11843709 +genus_ariomma n 1 3 @ #m %m 1 0 02634414 +genus_arisaema n 1 3 @ #m %m 1 0 11784323 +genus_arisarum n 1 3 @ #m %m 1 0 11785100 +genus_aristolochia n 1 3 @ #m %m 1 0 11801247 +genus_aristotelia n 1 3 @ #m %m 1 0 12193458 +genus_arius n 1 3 @ #m %m 1 0 02520985 +genus_arizona n 1 3 @ #m %m 1 0 01733346 +genus_armadillidium n 1 3 @ #m %m 1 0 01991367 +genus_armeria n 1 3 @ #m %m 1 0 12098665 +genus_armillaria n 1 3 @ #m %m 1 0 13231436 +genus_armillariella n 1 3 @ #m %m 1 0 13232515 +genus_armoracia n 1 3 @ #m %m 1 0 11872850 +genus_arnica n 1 3 @ #m %m 1 0 11926640 +genus_arnoseris n 1 3 @ #m %m 1 0 11927616 +genus_arrhenatherum n 1 3 @ #m %m 1 0 12108742 +genus_artamus n 1 3 @ #m %m 1 0 01596887 +genus_artemia n 1 3 @ #m %m 1 0 01995323 +genus_artemisia n 1 3 @ #m %m 1 0 11927901 +genus_arthropteris n 1 2 @ #m 1 0 13204482 +genus_artocarpus n 1 3 @ #m %m 1 0 12400261 +genus_arum n 1 3 @ #m %m 1 0 11779801 +genus_arundinaria n 1 3 @ #m %m 1 0 12148079 +genus_arundo n 1 3 @ #m %m 1 0 12109189 +genus_arvicola n 1 3 @ #m %m 1 0 02341805 +genus_asarum n 1 3 @ #m %m 1 0 11802076 +genus_ascaphus n 1 3 @ #m %m 1 0 01644699 +genus_ascaridia n 1 3 @ #m %m 1 0 01930995 +genus_ascaris n 1 3 @ #m %m 1 0 01930672 +genus_asclepias n 1 3 @ #m %m 1 0 13233548 +genus_ascophyllum n 1 2 @ #m 1 0 01405442 +genus_asimina n 1 3 @ #m %m 1 0 11695485 +genus_asio n 1 3 @ #m %m 1 0 01624707 +genus_aspalathus n 1 3 @ #m %m 1 0 12507670 +genus_asparagus n 1 3 @ #m %m 1 0 12440869 +genus_aspergillus n 1 2 @ #m 1 0 13027375 +genus_asperula n 1 3 @ #m %m 1 0 12661420 +genus_asphodeline n 1 3 @ #m %m 1 0 12442220 +genus_asphodelus n 1 2 @ #m 1 0 12442865 +genus_aspidelaps n 1 3 @ #m %m 1 0 01746818 +genus_aspidiotus n 1 3 @ #m %m 1 0 02249673 +genus_aspidistra n 1 3 @ #m %m 1 0 12443144 +genus_aspidophoroides n 1 3 @ #m %m 1 0 02648174 +genus_aspis n 1 3 @ #m %m 1 0 01753354 +genus_asplenium n 1 3 @ #m %m 1 0 13180304 +genus_astacus n 1 3 @ #m %m 1 0 01985331 +genus_aster n 1 3 @ #m %m 1 0 11931756 +genus_astilbe n 1 3 @ #m %m 1 0 12794853 +genus_astragalus n 1 3 @ #m %m 1 0 12508077 +genus_astrantia n 1 3 @ #m %m 1 0 12933827 +genus_astreus n 1 2 @ #m 1 0 13045834 +genus_astroloma n 1 3 @ #m %m 1 0 12254014 +genus_astronium n 1 3 @ #m %m 1 0 12759496 +genus_astrophyton n 1 3 @ #m %m 1 0 02318538 +genus_astropogon n 1 2 @ #m 1 0 02572628 +genus_ateles n 1 3 @ #m %m 1 0 02493673 +genus_athene n 1 3 @ #m %m 1 0 01621994 +genus_atherinopsis n 1 3 @ #m %m 1 0 02602620 +genus_atherurus n 1 3 @ #m %m 1 0 02347140 +genus_athrotaxis n 1 3 @ #m %m 1 0 11632794 +genus_athyrium n 1 3 @ #m %m 1 0 13194328 +genus_atrichornis n 1 3 @ #m %m 1 0 01545889 +genus_atriplex n 1 3 @ #m %m 1 0 11830570 +genus_atropa n 1 3 @ #m %m 1 0 12898226 +genus_attalea n 1 3 @ #m %m 1 0 12584970 +genus_atticus n 1 3 @ #m %m 1 0 02304967 +genus_aucuba n 1 2 @ #m 1 0 12946432 +genus_aulacorhyncus n 1 3 @ #m %m 1 0 01843576 +genus_aulostomus n 1 3 @ #m %m 1 0 01457708 +genus_aureolaria n 1 3 @ #m %m 1 0 12878525 +genus_auricularia n 1 3 @ #m %m 1 0 13062272 +genus_auriparus n 1 3 @ #m %m 1 0 01593423 +genus_australopithecus n 1 3 @ #m %m 1 0 02475821 +genus_austrocedrus n 1 3 @ #m %m 1 0 11633116 +genus_austrotaxus n 1 3 @ #m %m 1 0 11662764 +genus_automeris n 1 3 @ #m %m 1 0 02303917 +genus_avahi n 1 3 @ #m %m 1 0 02500472 +genus_avena n 1 3 @ #m %m 1 0 12109719 +genus_averrhoa n 1 2 @ #m 1 0 12704191 +genus_avicennia n 1 3 @ #m %m 1 0 12915230 +genus_ayapana n 1 3 @ #m %m 1 0 11937523 +genus_aythya n 1 3 @ #m %m 1 0 01850676 +genus_azadirachta n 1 3 @ #m %m 1 0 12696322 +genus_azolla n 1 3 @ #m %m 1 0 12959371 +genus_babesia n 1 2 @ #m 1 0 01425501 +genus_babyrousa n 1 3 @ #m %m 1 0 02396667 +genus_baccharis n 1 3 @ #m %m 1 0 11937965 +genus_bacillus n 1 3 @ #m %m 1 0 01356670 +genus_bacteroides n 1 2 @ #m 1 0 01364866 +genus_baiomys n 1 3 @ #m %m 1 0 02337480 +genus_bairdiella n 1 3 @ #m %m 1 0 02595217 +genus_balaena n 1 3 @ #m %m 1 0 02063846 +genus_balaeniceps n 1 3 @ #m %m 1 0 02005238 +genus_balaenoptera n 1 3 @ #m %m 1 0 02064608 +genus_balanus n 1 3 @ #m %m 1 0 01998599 +genus_balistes n 1 3 @ #m %m 1 0 02653359 +genus_ballota n 1 3 @ #m %m 1 0 12841686 +genus_balsamorhiza n 1 3 @ #m %m 1 0 11938977 +genus_bambusa n 1 3 @ #m %m 1 0 12147699 +genus_bankia n 1 3 @ #m %m 1 0 01967396 +genus_banksia n 1 3 @ #m %m 1 0 12215373 +genus_baphia n 1 3 @ #m %m 1 0 12508936 +genus_baptisia n 1 3 @ #m %m 1 0 12509297 +genus_barbarea n 1 4 @ #m %m %p 1 0 11873396 +genus_barosaurus n 1 3 @ #m %m 1 0 01709723 +genus_bartle-frere n 1 2 @ #m 1 0 12214245 +genus_bartramia n 1 3 @ #m %m 1 0 02029571 +genus_basiliscus n 1 3 @ #m %m 1 0 01682293 +genus_bassariscus n 1 3 @ #m %m 1 0 02508615 +genus_bassia n 1 3 @ #m %m 1 0 11831730 +genus_bathyergus n 1 3 @ #m %m 1 0 02369170 +genus_batis n 1 3 @ #m %m 1 0 11827348 +genus_batrachoseps n 1 3 @ #m %m 1 0 01637478 +genus_bauhinia n 1 3 @ #m %m 1 0 12490671 +genus_beaumontia n 1 3 @ #m %m 1 0 11770969 +genus_begonia n 1 3 @ #m %m 1 0 12359952 +genus_belamcanda n 1 3 @ #m %m 1 0 12415911 +genus_bellis n 1 3 @ #m %m 1 0 11939380 +genus_bemisia n 1 3 @ #m %m 1 0 02247363 +genus_bennettitis n 1 2 @ #m 1 0 11604576 +genus_benzoin n 1 2 @ #m 1 0 11706120 +genus_berberis n 1 3 @ #m %m 1 0 11697388 +genus_bergenia n 1 3 @ #m %m 1 0 12795829 +genus_beroe n 1 3 @ #m %m 1 0 01919258 +genus_berteroa n 1 3 @ #m %m 1 0 11874300 +genus_bertholletia n 1 3 @ #m %m 1 0 12327718 +genus_bessera n 1 3 @ #m %m 1 0 12443547 +genus_besseya n 1 3 @ #m %m 1 0 12878019 +genus_beta n 1 2 @ %m 1 0 11832108 +genus_bettongia n 1 3 @ #m %m 1 0 01880570 +genus_betula n 1 3 @ #m %m 1 0 12280886 +genus_bibos n 1 3 @ #m %m 1 0 02409702 +genus_bidens n 1 3 @ #m %m 1 0 11939887 +genus_bignonia n 1 3 @ #m %m 1 0 12813870 +genus_biscutella n 1 3 @ #m %m 1 0 11874707 +genus_bison n 1 3 @ #m %m 1 0 02410313 +genus_bitis n 1 3 @ #m %m 1 0 01752889 +genus_blaberus n 1 3 @ #m %m 1 0 02235078 +genus_blandfordia n 1 3 @ #m %m 1 0 12443929 +genus_blarina n 1 3 @ #m %m 1 0 01892271 +genus_blastocladia n 1 2 @ #m 1 0 12978826 +genus_blastomyces n 1 2 @ #m 1 0 13080174 +genus_blatta n 1 3 @ #m %m 1 0 02233767 +genus_blattella n 1 3 @ #m %m 1 0 02234719 +genus_blechnum n 1 3 @ #m %m 1 0 13184873 +genus_blennius n 1 3 @ #m %m 1 0 02613434 +genus_blephilia n 1 3 @ #m %m 1 0 12842105 +genus_bletia n 1 3 @ #m %m 1 0 12046251 +genus_bletilla n 1 3 @ #m %m 1 0 12046620 +genus_blighia n 1 3 @ #m %m 1 0 12742041 +genus_blissus n 1 3 @ #m %m 1 0 02239073 +genus_bloomeria n 1 3 @ #m %m 1 0 12444261 +genus_bocconia n 1 3 @ #m %m 1 0 11903167 +genus_boehmeria n 1 3 @ #m %m 1 0 12392943 +genus_bolbitis n 1 2 @ #m 1 0 13202933 +genus_boletellus n 1 3 @ #m %m 1 0 13059852 +genus_boletus n 1 3 @ #m %m 1 0 13055009 +genus_boltonia n 1 3 @ #m %m 1 0 11941261 +genus_bomarea n 1 3 @ #m %m 1 0 12419592 +genus_bombax n 1 3 @ #m %m 1 0 12189293 +genus_bombina n 1 3 @ #m %m 1 0 01648494 +genus_bombus n 1 3 @ #m %m 1 0 02209508 +genus_bombycilla n 1 3 @ #m %m 1 0 01603478 +genus_bombyx n 1 3 @ #m %m 1 0 02300378 +genus_bonasa n 1 3 @ #m %m 1 0 01797767 +genus_borago n 1 3 @ #m %m 1 0 12816359 +genus_borassus n 1 3 @ #m %m 1 0 12585512 +genus_borrelia n 1 3 @ #m %m 1 0 01382839 +genus_bos n 1 3 @ #m %m 1 0 02401661 +genus_boselaphus n 1 3 @ #m %m 1 0 02425393 +genus_boswellia n 1 3 @ #m %m 1 0 12691834 +genus_botaurus n 1 3 @ #m %m 1 0 02011668 +genus_bothrops n 1 3 @ #m %m 1 0 01758019 +genus_botrychium n 1 3 @ #m %m 1 0 12960729 +genus_bougainvillaea n 1 3 @ #m %m 1 0 11838741 +genus_bougainvillea n 1 3 @ #m %m 1 0 11838741 +genus_bouteloua n 1 3 @ #m %m 1 0 12111882 +genus_bowiea n 1 3 @ #m %m 1 0 12444666 +genus_boykinia n 1 3 @ #m %m 1 0 12796192 +genus_brachinus n 1 3 @ #m %m 1 0 02167375 +genus_brachychiton n 1 3 @ #m %m 1 0 12195965 +genus_brachycome n 1 3 @ #m %m 1 0 11941719 +genus_brachystegia n 1 3 @ #m %m 1 0 12491200 +genus_bradypus n 1 3 @ #m %m 1 0 02457249 +genus_brama n 1 3 @ #m %m 1 0 02582591 +genus_branchiobdella n 1 2 @ #m 1 0 01935997 +genus_branta n 1 3 @ #m %m 1 0 01857171 +genus_brasenia n 1 3 @ #m %m 1 0 11718521 +genus_brassavola n 1 3 @ #m %m 1 0 12047173 +genus_brassia n 1 3 @ #m %m 1 0 12047586 +genus_brassica n 1 3 @ #m %m 1 0 11875100 +genus_brevoortia n 1 3 @ #m %m 1 0 02531503 +genus_brickelia n 1 2 @ #m 1 0 11942144 +genus_brodiaea n 1 3 @ #m %m 1 0 12445138 +genus_bromus n 1 3 @ #m %m 1 0 12110630 +genus_brontosaurus n 1 3 @ #m %m 1 0 01709278 +genus_broussonetia n 1 3 @ #m %m 1 0 12403862 +genus_browallia n 1 3 @ #m %m 1 0 12898628 +genus_browmius n 1 2 @ #m 1 0 02525287 +genus_bruchus n 1 3 @ #m %m 1 0 02182220 +genus_bruckenthalia n 1 3 @ #m %m 1 0 12232683 +genus_brugmansia n 1 3 @ #m %m 1 0 12899333 +genus_brunfelsia n 1 3 @ #m %m 1 0 12898959 +genus_brya n 1 2 @ #m 1 0 11748936 +genus_bryanthus n 1 3 @ #m %m 1 0 12233094 +genus_bryonia n 1 3 @ #m %m 1 0 12162905 +genus_bryum n 1 2 @ #m 1 0 11541111 +genus_bubalus n 1 3 @ #m %m 1 0 02408217 +genus_bubo n 1 3 @ #m %m 1 0 01622230 +genus_bubulcus n 1 3 @ #m %m 1 0 02010144 +genus_bucephala n 1 3 @ #m %m 1 0 01850035 +genus_buceros n 1 2 @ #m 1 0 01829288 +genus_buchloe n 1 3 @ #m %m 1 0 12112488 +genus_buckleya n 1 3 @ #m %m 1 0 12735666 +genus_buddleia n 1 3 @ #m %m 1 0 12485523 +genus_budorcas n 1 3 @ #m %m 1 0 02419515 +genus_bufo n 1 3 @ #m %m 1 0 01646134 +genus_bulnesia n 1 3 @ #m %m 1 0 12721357 +genus_bumelia n 1 3 @ #m %m 1 0 12772557 +genus_bungarus n 1 3 @ #m %m 1 0 01750920 +genus_buphthalmum n 1 3 @ #m %m 1 0 11942366 +genus_burhinus n 1 3 @ #m %m 1 0 02040113 +genus_burmannia n 1 2 @ #m 1 0 12087408 +genus_burmeisteria n 1 3 @ #m %m 1 0 02456505 +genus_bursera n 1 3 @ #m %m 1 0 12691189 +genus_butea n 1 3 @ #m %m 1 0 12510197 +genus_buteo n 1 3 @ #m %m 1 0 01607103 +genus_buxus n 1 3 @ #m %m 1 0 12745976 +genus_cabassous n 1 3 @ #m %m 1 0 02455310 +genus_cabomba n 1 3 @ #m %m 1 0 11718096 +genus_cacajao n 1 3 @ #m %m 1 0 02493109 +genus_cacalia n 1 3 @ #m %m 1 0 11942875 +genus_cacatua n 1 3 @ #m %m 1 0 01818959 +genus_cacicus n 1 3 @ #m %m 1 0 01573483 +genus_cadra n 1 3 @ #m %m 1 0 02290521 +genus_caenolestes n 1 3 @ #m %m 1 0 01875880 +genus_caesalpinia n 1 3 @ #m %m 1 0 12488121 +genus_caiman n 1 3 @ #m %m 1 0 01698936 +genus_cairina n 1 3 @ #m %m 1 0 01852544 +genus_cajanus n 1 3 @ #m %m 1 0 12510569 +genus_cakile n 1 3 @ #m %m 1 0 11880218 +genus_caladenia n 1 3 @ #m %m 1 0 12048231 +genus_caladium n 1 3 @ #m %m 1 0 11785475 +genus_calamagrostis n 1 2 @ %m 1 0 12112789 +genus_calamintha n 1 3 @ #m %m 1 0 12842765 +genus_calamus n 2 3 @ #m %m 2 0 12586110 02592607 +genus_calandrinia n 1 3 @ #m %m 1 0 11858406 +genus_calanthe n 1 3 @ #m %m 1 0 12048772 +genus_calceolaria n 1 3 @ #m %m 1 0 12879350 +genus_calendula n 1 3 @ #m %m 1 0 11943299 +genus_calidris n 1 3 @ #m %m 1 0 02028556 +genus_calla n 1 3 @ #m %m 1 0 11786017 +genus_calliandra n 1 3 @ #m %m 1 0 11760560 +genus_callicebus n 1 3 @ #m %m 1 0 02493390 +genus_callimorpha n 1 3 @ #m %m 1 0 02305799 +genus_callinectes n 1 3 @ #m %m 1 0 01979738 +genus_calliophis n 1 3 @ #m %m 1 0 01746565 +genus_calliphora n 1 3 @ #m %m 1 0 02191617 +genus_callirhoe n 1 3 @ #m %m 1 0 12174742 +genus_callisaurus n 1 3 @ #m %m 1 0 01678522 +genus_callistephus n 1 3 @ #m %m 1 0 11943824 +genus_callithrix n 1 3 @ #m %m 1 0 02490435 +genus_callitriche n 1 3 @ #m %m 1 0 12693734 +genus_callitris n 1 3 @ #m %m 1 0 11633459 +genus_callophis n 1 3 @ #m %m 1 0 01746565 +genus_callorhinus n 1 3 @ #m %m 1 0 02077533 +genus_calluna n 1 3 @ #m %m 1 0 12233410 +genus_calocarpum n 1 2 @ #m 1 0 12773334 +genus_calocedrus n 1 3 @ #m %m 1 0 11634526 +genus_calochortus n 1 3 @ #m %m 1 0 12445848 +genus_calophyllum n 1 3 @ #m %m 1 0 12364379 +genus_calopogon n 1 3 @ #m %m 1 0 12049134 +genus_calosoma n 1 3 @ #m %m 1 0 02167645 +genus_caltha n 1 3 @ #m %m 1 0 11727976 +genus_calvatia n 1 3 @ #m %m 1 0 13044149 +genus_calycanthus n 1 3 @ #m %m 1 0 11700676 +genus_calycophyllum n 1 3 @ #m %m 1 0 12661873 +genus_calymmatobacterium n 1 2 @ %m 1 0 01365122 +genus_calypso n 1 2 @ #m 1 0 12049412 +genus_calystegia n 1 3 @ #m %m 1 0 12824909 +genus_camassia n 1 3 @ #m %m 1 0 12449024 +genus_cambarus n 1 3 @ #m %m 1 0 01985667 +genus_camelina n 1 3 @ #m %m 1 0 11880610 +genus_camellia n 1 3 @ #m %m 1 0 12929237 +genus_camelus n 1 3 @ #m %m 1 0 02436993 +genus_campanula n 1 3 @ #m %m 1 0 12036781 +genus_campephilus n 1 3 @ #m %m 1 0 01840278 +genus_camponotus n 1 3 @ #m %m 1 0 02220676 +genus_camptosorus n 1 2 @ #m 1 0 13181616 +genus_campyloneurum n 1 3 @ #m %m 1 0 13174515 +genus_campylorhynchus n 1 3 @ #m %m 1 0 01586170 +genus_canachites n 1 3 @ #m %m 1 0 01797180 +genus_cananga n 1 3 @ #m %m 1 0 11695813 +genus_canangium n 1 3 @ #m %m 1 0 11695813 +genus_canavalia n 1 3 @ #m %m 1 0 12511046 +genus_cancer n 1 3 @ #m %m 1 0 01977832 +genus_candida n 1 3 @ #m %m 1 0 13079203 +genus_canella n 1 3 @ #m %m 1 0 12372124 +genus_canis n 1 3 @ #m %m 1 0 02083863 +genus_canna n 1 3 @ #m %m 1 0 12350578 +genus_cannabis n 1 3 @ #m %m 1 0 12396666 +genus_cantharellus n 1 3 @ #m %m 1 0 13004160 +genus_capella n 1 3 @ #m %m 1 0 02031752 +genus_capparis n 1 3 @ #m %m 1 0 11864906 +genus_capra n 1 3 @ #m %m 1 0 02416410 +genus_caprella n 1 3 @ #m %m 1 0 01993400 +genus_capreolus n 1 3 @ #m %m 1 0 02433426 +genus_capricornis n 1 3 @ #m %m 1 0 02418934 +genus_caprimulgus n 1 3 @ #m %m 1 0 01835584 +genus_capros n 1 3 @ #m %m 1 0 01453330 +genus_capsella n 1 3 @ #m %m 1 0 11881063 +genus_capsicum n 1 3 @ #m %m 1 0 12900148 +genus_caragana n 1 3 @ #m %m 1 0 12511703 +genus_caranx n 1 2 @ #m 1 0 02576460 +genus_carassius n 1 3 @ #m %m 1 0 01443398 +genus_carcharhinus n 1 3 @ #m %m 1 0 01489275 +genus_carcharias n 1 3 @ #m %m 1 0 01487312 +genus_carcharodon n 1 3 @ #m %m 1 0 01484717 +genus_cardamine n 1 3 @ #m %m 1 0 11881426 +genus_cardiospermum n 1 3 @ #m %m 1 0 12742546 +genus_cardium n 1 3 @ #m %m 1 0 01959834 +genus_carduelis n 1 3 @ #m %m 1 0 01530846 +genus_carduus n 1 3 @ #m %m 1 0 11944569 +genus_caretta n 1 3 @ #m %m 1 0 01663939 +genus_carex n 1 3 @ #m %m 1 0 12151814 +genus_cariama n 1 3 @ #m %m 1 0 02014061 +genus_carica n 1 3 @ #m %m 1 0 12372932 +genus_carissa n 1 3 @ #m %m 1 0 11771383 +genus_carlina n 1 3 @ #m %m 1 0 11945228 +genus_carnegiea n 1 3 @ #m %m 1 0 11844203 +genus_carpenteria n 1 3 @ #m %m 1 0 12789399 +genus_carphophis n 1 3 @ #m %m 1 0 01728445 +genus_carpinus n 1 3 @ #m %m 1 0 12286581 +genus_carpobrotus n 1 3 @ #m %m 1 0 11819354 +genus_carpocapsa n 1 3 @ #m %m 1 0 02285052 +genus_carpodacus n 1 3 @ #m %m 1 0 01532664 +genus_carthamus n 1 3 @ #m %m 1 0 11945930 +genus_carum n 1 3 @ #m %m 1 0 12934368 +genus_carya n 1 3 @ #m %m 1 0 12319687 +genus_caryocar n 1 3 @ #m %m 1 0 12373526 +genus_caryota n 1 3 @ #m %m 1 0 12586867 +genus_casmerodius n 1 3 @ #m %m 1 0 02009620 +genus_cassia n 1 3 @ #m %m 1 0 12491626 +genus_cassiope n 1 3 @ #m %m 1 0 12233759 +genus_castanea n 1 3 @ #m %m 1 0 12262327 +genus_castanopsis n 1 3 @ #m %m 1 0 12264254 +genus_castanospermum n 1 3 @ #m %m 1 0 12512460 +genus_castilleia n 1 3 @ #m %m 1 0 12879719 +genus_castilleja n 1 3 @ #m %m 1 0 12879719 +genus_castor n 1 3 @ #m %m 1 0 02362862 +genus_castoroides n 1 2 @ #m 1 0 02363511 +genus_casuarina n 1 3 @ #m %m 1 0 12224669 +genus_casuarius n 1 3 @ #m %m 1 0 01519401 +genus_catacala n 1 3 @ #m %m 1 0 02295717 +genus_catalpa n 1 3 @ #m %m 1 0 12814417 +genus_catananche n 1 3 @ #m %m 1 0 11946584 +genus_catasetum n 1 3 @ #m %m 1 0 12049796 +genus_catha n 1 3 @ #m %m 1 0 11598100 +genus_catharacta n 1 3 @ #m %m 1 0 02044659 +genus_catharanthus n 1 3 @ #m %m 1 0 11772154 +genus_cathartes n 1 3 @ #m %m 1 0 01619152 +genus_cathaya n 1 3 @ #m %m 1 0 11629211 +genus_catoptrophorus n 1 3 @ #m %m 1 0 02030709 +genus_catostomus n 1 2 @ #m 1 0 01445173 +genus_cattleya n 1 3 @ #m %m 1 0 12050295 +genus_caulophyllum n 1 3 @ #m %m 1 0 11698433 +genus_cavia n 1 3 @ #m %m 1 0 02364377 +genus_cebuella n 1 3 @ #m %m 1 0 02490686 +genus_cebus n 1 3 @ #m %m 1 0 02491906 +genus_cecropia n 1 3 @ #m %m 1 0 12404484 +genus_cedrela n 1 3 @ #m %m 1 0 12697021 +genus_cedrus n 1 3 @ #m %m 1 0 11622988 +genus_ceiba n 1 2 @ #m 1 0 12190241 +genus_celastrus n 1 3 @ #m %m 1 0 12747961 +genus_celosia n 1 3 @ #m %m 1 0 11825013 +genus_celtis n 1 3 @ #m %m 1 0 12409016 +genus_cenchrus n 1 3 @ #m %m 1 0 12113471 +genus_centaurea n 1 3 @ #m %m 1 0 11947079 +genus_centaurium n 1 3 @ #m %m 1 0 12290522 +genus_centranthus n 1 3 @ #m %m 1 0 12950984 +genus_centrocercus n 1 3 @ #m %m 1 0 01797472 +genus_centrolobium n 1 3 @ #m %m 1 0 11749462 +genus_centropomus n 1 2 @ #m 1 0 02559974 +genus_centropristis n 1 3 @ #m %m 1 0 02567484 +genus_centropus n 1 3 @ #m %m 1 0 01824443 +genus_centrosema n 1 3 @ #m %m 1 0 12512947 +genus_centunculus n 1 3 @ #m %m 1 0 12092766 +genus_cephalanthera n 1 3 @ #m %m 1 0 12050766 +genus_cephalopterus n 1 3 @ #m %m 1 0 01552192 +genus_cephalotaxus n 1 3 @ #m %m 1 0 11648617 +genus_cephalotus n 1 3 @ #m %m 1 0 12784738 +genus_cepphus n 1 3 @ #m %m 1 0 02046613 +genus_cerapteryx n 1 3 @ #m %m 1 0 02296150 +genus_cerastes n 1 3 @ #m %m 1 0 01753354 +genus_cerastium n 1 3 @ #m %m 1 0 11806975 +genus_ceratitis n 1 3 @ #m %m 1 0 02197048 +genus_ceratodus n 1 3 @ #m %m 1 0 02516615 +genus_ceratonia n 1 3 @ #m %m 1 0 12493090 +genus_ceratopetalum n 1 3 @ #m %m 1 0 12787196 +genus_ceratophyllum n 1 3 @ #m %m 1 0 11702081 +genus_ceratopogon n 1 2 @ #m 1 0 02202878 +genus_ceratopteris n 1 3 @ #m %m 1 0 13171649 +genus_ceratosaurus n 1 3 @ #m %m 1 0 01712606 +genus_ceratostomella n 1 3 @ #m %m 1 0 12964750 +genus_ceratotherium n 1 2 @ #m 1 0 02392710 +genus_ceratozamia n 1 3 @ #m %m 1 0 11602304 +genus_cercidiphyllum n 1 3 @ #m %m 1 0 11702566 +genus_cercidium n 1 2 @ #m 1 0 12493699 +genus_cercis n 1 3 @ #m %m 1 0 12513426 +genus_cercocebus n 1 3 @ #m %m 1 0 02485865 +genus_cercopithecus n 1 3 @ #m %m 1 0 02484813 +genus_cercospora n 1 3 @ #m %m 1 0 13080674 +genus_cercosporella n 1 2 @ #m 1 0 13079775 +genus_cereus n 1 3 @ #m %m 1 0 11844651 +genus_ceroxylon n 1 3 @ #m %m 1 0 12587366 +genus_certhia n 1 3 @ #m %m 1 0 01589582 +genus_cervus n 1 3 @ #m %m 1 0 02430929 +genus_ceryle n 1 3 @ #m %m 1 0 01827948 +genus_cestrum n 1 3 @ #m %m 1 0 12902297 +genus_cestum n 1 3 @ #m %m 1 0 01920939 +genus_ceterach n 1 2 @ #m 1 0 13183251 +genus_cetonia n 1 3 @ #m %m 1 0 02175440 +genus_cetorhinus n 1 3 @ #m %m 1 0 01485073 +genus_cetraria n 1 3 @ #m %m 1 0 12992022 +genus_chaenactis n 1 3 @ #m %m 1 0 11949707 +genus_chaenomeles n 1 3 @ #m %m 1 0 12624249 +genus_chaenopsis n 1 3 @ #m %m 1 0 02614288 +genus_chaetodipterus n 1 3 @ #m %m 1 0 02604811 +genus_chaetodon n 1 3 @ #m %m 1 0 02605571 +genus_chalcis n 1 3 @ #m %m 1 0 02217997 +genus_chalcostigma n 1 3 @ #m %m 1 0 01834284 +genus_chamaea n 1 3 @ #m %m 1 0 01593156 +genus_chamaecrista n 1 3 @ #m %m 1 0 12494115 +genus_chamaecyparis n 1 3 @ #m %m 1 0 11634970 +genus_chamaecytisus n 1 3 @ #m %m 1 0 12514324 +genus_chamaedaphne n 1 3 @ #m %m 1 0 12234176 +genus_chamaeleo n 1 3 @ #m %m 1 0 01693995 +genus_chamaeleon n 1 3 @ #m %m 1 0 01693995 +genus_chamaemelum n 1 3 @ #m %m 1 0 11949217 +genus_chara n 1 2 @ #m 1 0 01412925 +genus_charadrius n 1 3 @ #m %m 1 0 02023664 +genus_charina n 1 3 @ #m %m 1 0 01742310 +genus_charronia n 1 3 @ #m %m 1 0 02450992 +genus_chateura n 1 3 @ #m %m 1 0 01832684 +genus_chauna n 1 3 @ #m %m 1 0 01861025 +genus_cheilanthes n 1 3 @ #m %m 1 0 13208468 +genus_cheiranthus n 1 3 @ #m %m 1 0 11883137 +genus_chelidonium n 1 3 @ #m %m 1 0 11903525 +genus_chelifer n 1 3 @ #m %m 1 0 01770967 +genus_chelone n 1 3 @ #m %m 1 0 12880963 +genus_chelonia n 1 3 @ #m %m 1 0 01663659 +genus_chelydra n 1 3 @ #m %m 1 0 01666102 +genus_chenopodium n 1 3 @ #m %m 1 0 11828113 +genus_chilomastix n 1 2 @ #m 1 0 01420000 +genus_chilomeniscus n 1 3 @ #m %m 1 0 01738470 +genus_chilomycterus n 1 3 @ #m %m 1 0 02656171 +genus_chilopsis n 1 3 @ #m %m 1 0 12815060 +genus_chimaera n 1 3 @ #m %m 1 0 01481203 +genus_chimaphila n 1 3 @ #m %m 1 0 12257343 +genus_chimonanthus n 1 3 @ #m %m 1 0 11701492 +genus_chinchilla n 1 3 @ #m %m 1 0 02367360 +genus_chinchona n 1 3 @ #m %m 1 0 12663554 +genus_chiococca n 1 3 @ #m %m 1 0 12662223 +genus_chionanthus n 1 3 @ #m %m 1 0 12301917 +genus_chirocephalus n 1 3 @ #m %m 1 0 01995323 +genus_chironomus n 1 2 @ #m 1 0 02203332 +genus_chiton n 1 3 @ #m %m 1 0 01954962 +genus_chlamydera n 1 3 @ #m %m 1 0 01601268 +genus_chlamydia n 1 3 @ #m %m 1 0 01372544 +genus_chlamydomonas n 1 2 @ #m 1 0 01409665 +genus_chlamydosaurus n 1 3 @ #m %m 1 0 01688106 +genus_chlamyphorus n 1 3 @ #m %m 1 0 02456147 +genus_chloranthus n 1 2 @ #m 1 0 13151439 +genus_chlorella n 1 3 @ #m %m 1 0 01411240 +genus_chloris n 1 2 @ #m 1 0 12114226 +genus_chlorococcum n 1 2 @ #m 1 0 01411036 +genus_chlorophis n 1 3 @ #m %m 1 0 01730429 +genus_chlorophoneus n 1 3 @ #m %m 1 0 01600197 +genus_chlorophyllum n 1 2 @ #m 1 0 13012835 +genus_chloroxylon n 1 3 @ #m %m 1 0 12697360 +genus_chlorura n 1 3 @ #m %m 1 0 01542316 +genus_choeronycteris n 1 3 @ #m %m 1 0 02142993 +genus_choloepus n 1 3 @ #m %m 1 0 02457756 +genus_chondrus n 1 3 @ #m %m 1 0 01414502 +genus_chordeiles n 1 3 @ #m %m 1 0 01836246 +genus_chordospartium n 1 3 @ #m %m 1 0 12514802 +genus_choriotis n 1 3 @ #m %m 1 0 02019308 +genus_chorizagrotis n 1 3 @ #m %m 1 0 02296756 +genus_chorizema n 1 3 @ #m %m 1 0 12515219 +genus_christella n 1 3 @ #m %m 1 0 13228357 +genus_chronoperates n 1 3 @ #m %m 1 0 01720117 +genus_chrysanthemum n 1 3 @ #m %m 1 0 11950028 +genus_chrysaora n 1 3 @ #m %m 1 0 01911271 +genus_chrysemys n 1 3 @ #m %m 1 0 01669527 +genus_chrysobalanus n 1 3 @ #m %m 1 0 12624873 +genus_chrysochloris n 1 3 @ #m %m 1 0 01890411 +genus_chrysolepis n 1 3 @ #m %m 1 0 12264621 +genus_chrysolophus n 1 3 @ #m %m 1 0 01804029 +genus_chrysophrys n 1 3 @ #m %m 1 0 02592866 +genus_chrysophyllum n 1 3 @ #m %m 1 0 12773488 +genus_chrysopsis n 1 3 @ #m %m 1 0 11951385 +genus_chrysosplenium n 1 3 @ #m %m 1 0 12796617 +genus_chrysothamnus n 1 3 @ #m %m 1 0 11952153 +genus_chunga n 1 3 @ #m %m 1 0 02014406 +genus_cibotium n 1 3 @ #m %m 1 0 13190917 +genus_cicada n 1 2 @ #m 1 0 02256542 +genus_cicer n 1 2 @ #m 1 0 12515597 +genus_cichorium n 1 3 @ #m %m 1 0 11952900 +genus_ciconia n 1 3 @ #m %m 1 0 02002384 +genus_cicuta n 1 3 @ #m %m 1 0 12934776 +genus_cimex n 1 3 @ #m %m 1 0 02240377 +genus_cimicifuga n 1 3 @ #m %m 1 0 11728350 +genus_cinchona n 1 3 @ #m %m 1 0 12663554 +genus_cinclus n 1 3 @ #m %m 1 0 01601919 +genus_cinnamomum n 1 3 @ #m %m 1 0 11704401 +genus_circaea n 1 3 @ #m %m 1 0 12341412 +genus_circaetus n 1 3 @ #m %m 1 0 01610426 +genus_circus n 1 3 @ #m %m 1 0 01609549 +genus_cirsium n 1 3 @ #m %m 1 0 11953762 +genus_cistothorus n 1 3 @ #m %m 1 0 01584994 +genus_cistus n 1 3 @ #m %m 1 0 12374238 +genus_citellus n 1 3 @ #m %m 1 0 02357741 +genus_citharichthys n 1 3 @ #m %m 1 0 02662081 +genus_citroncirus n 1 3 @ #m %m 1 0 12712149 +genus_citrullus n 1 3 @ #m %m 1 0 12163649 +genus_citrus n 1 4 @ ~ #m %m 1 0 12707432 +genus_cladonia n 1 3 @ #m %m 1 0 12990938 +genus_cladorhyncus n 1 3 @ #m %m 1 0 02035845 +genus_cladrastis n 1 3 @ #m %m 1 0 12516040 +genus_clangula n 1 2 @ %m 1 0 01853763 +genus_clathrus n 1 2 @ #m 1 0 13042694 +genus_claviceps n 1 3 @ #m %m 1 0 12965463 +genus_claytonia n 1 3 @ #m %m 1 0 11859024 +genus_cleistes n 1 3 @ #m %m 1 0 12051285 +genus_clematis n 1 3 @ #m %m 1 0 11729315 +genus_cleome n 1 3 @ #m %m 1 0 11866078 +genus_clethra n 1 2 @ #m 1 0 12249993 +genus_clethrionomys n 1 3 @ #m %m 1 0 02342109 +genus_clianthus n 1 3 @ #m %m 1 0 12516432 +genus_cliftonia n 1 3 @ #m %m 1 0 12751043 +genus_clinopodium n 1 3 @ #m %m 1 0 12843844 +genus_clintonia n 1 3 @ #m %m 1 0 12471825 +genus_clitocybe n 1 3 @ #m %m 1 0 13020623 +genus_clitoria n 1 3 @ #m %m 1 0 12517253 +genus_clostridium n 1 3 @ #m %m 1 0 01356888 +genus_clupea n 1 3 @ #m %m 1 0 02531820 +genus_clusia n 1 3 @ #m %m 1 0 12365670 +genus_cnemidophorus n 1 3 @ #m %m 1 0 01685679 +genus_cnicus n 1 3 @ #m %m 1 0 11955398 +genus_cnidoscolus n 1 3 @ #m %m 1 0 12924984 +genus_coccothraustes n 1 3 @ #m %m 1 0 01540697 +genus_cocculus n 1 3 @ #m %m 1 0 11713628 +genus_coccus n 1 3 @ #m %m 1 0 02249011 +genus_coccyzus n 1 3 @ #m %m 1 0 01823610 +genus_cochlearia n 1 3 @ #m %m 1 0 11883799 +genus_cochlearius n 1 3 @ #m %m 1 0 02011156 +genus_cocos n 1 3 @ #m %m 1 0 12587686 +genus_codariocalyx n 1 3 @ #m %m 1 0 12517820 +genus_codiaeum n 1 3 @ #m %m 1 0 12923439 +genus_coeloglossum n 1 3 @ #m %m 1 0 12052053 +genus_coelogyne n 1 3 @ #m %m 1 0 12052630 +genus_coelophysis n 1 2 @ #m 1 0 01713040 +genus_coereba n 1 3 @ #m %m 1 0 01539136 +genus_coffea n 1 3 @ #m %m 1 0 12662654 +genus_cola n 1 3 @ #m %m 1 0 12197211 +genus_colaptes n 1 3 @ #m %m 1 0 01839470 +genus_colchicum n 1 3 @ #m %m 1 0 12455342 +genus_coleonyx n 1 3 @ #m %m 1 0 01675599 +genus_coleus n 1 3 @ #m %m 1 0 12844697 +genus_colinus n 1 3 @ #m %m 1 0 01804340 +genus_collinsia n 1 3 @ #m %m 1 0 12881429 +genus_collinsonia n 1 3 @ #m %m 1 0 12844220 +genus_collocalia n 1 3 @ #m %m 1 0 01832979 +genus_colobus n 1 3 @ #m %m 1 0 02488578 +genus_colocasia n 1 3 @ #m %m 1 0 11786365 +genus_coluber n 1 3 @ #m %m 1 0 01730679 +genus_colubrina n 1 3 @ #m %m 1 0 13142695 +genus_columba n 1 3 @ #m %m 1 0 01812471 +genus_columnea n 1 3 @ #m %m 1 0 12831389 +genus_colutea n 1 3 @ #m %m 1 0 12518305 +genus_comandra n 1 3 @ #m %m 1 0 12736064 +genus_comatula n 1 1 @ 1 0 02321062 +genus_combretum n 1 3 @ #m %m 1 0 12323820 +genus_commelina n 1 3 @ #m %m 1 0 12606227 +genus_commiphora n 1 3 @ #m %m 1 0 12692323 +genus_compsognathus n 1 3 @ #m %m 1 0 01714404 +genus_comptonia n 1 3 @ #m %m 1 0 11742175 +genus_condylura n 1 2 @ #m 1 0 01889740 +genus_conepatus n 1 3 @ #m %m 1 0 02446512 +genus_conferva n 1 3 @ #m %m 1 0 01401686 +genus_conilurus n 1 3 @ #m %m 1 0 02334337 +genus_coniogramme n 1 3 @ #m %m 1 0 13209647 +genus_conium n 1 3 @ #m %m 1 0 12935457 +genus_connarus n 1 3 @ #m %m 1 0 11746419 +genus_connochaetes n 1 3 @ #m %m 1 0 02421308 +genus_conocarpus n 1 2 @ #m 1 0 12324756 +genus_conoclinium n 1 3 @ #m %m 1 0 11955770 +genus_conopodium n 1 3 @ #m %m 1 0 12935982 +genus_conospermum n 1 3 @ #m %m 1 0 12216028 +genus_conradina n 1 3 @ #m %m 1 0 12845732 +genus_consolida n 1 3 @ #m %m 1 0 11732309 +genus_contopus n 1 3 @ #m %m 1 0 01549314 +genus_conuropsis n 1 3 @ #m %m 1 0 01821418 +genus_convallaria n 1 3 @ #m %m 1 0 12471366 +genus_convolvulus n 1 3 @ #m %m 1 0 12823531 +genus_conyza n 1 3 @ #m %m 1 0 11956208 +genus_copernicia n 1 3 @ #m %m 1 0 12588156 +genus_coprinus n 1 3 @ #m %m 1 0 13005568 +genus_coptis n 1 3 @ #m %m 1 0 11731861 +genus_coracias n 1 3 @ #m %m 1 0 01826542 +genus_coragyps n 1 3 @ #m %m 1 0 01620282 +genus_corallorhiza n 1 3 @ #m %m 1 0 12053138 +genus_corchorus n 1 3 @ #m %m 1 0 12204546 +genus_cordaites n 1 2 @ #m 1 0 11606846 +genus_cordia n 1 3 @ #m %m 1 0 12818147 +genus_cordyline n 1 3 @ #m %m 1 0 12478283 +genus_cordylus n 1 2 @ #m 1 0 01685107 +genus_coregonus n 1 3 @ #m %m 1 0 02539251 +genus_coreopsis n 1 3 @ #m %m 1 0 11956671 +genus_coriandrum n 1 2 @ %m 1 0 12936333 +genus_corixa n 1 3 @ #m %m 1 0 02243065 +genus_cornus n 1 3 @ #m %m 1 0 12946578 +genus_corokia n 1 2 @ #m 1 0 12948633 +genus_coronilla n 1 3 @ #m %m 1 0 12518725 +genus_corozo n 1 3 @ #m %m 1 0 12588989 +genus_cortaderia n 1 3 @ #m %m 1 0 12114981 +genus_corticium n 1 3 @ #m %m 1 0 13015229 +genus_cortinarius n 1 3 @ #m %m 1 0 13074277 +genus_corvus n 1 3 @ #m %m 1 0 01578821 +genus_coryanthes n 1 3 @ #m %m 1 0 12054499 +genus_corydalis n 2 4 @ ~ #m %m 2 0 11903881 02265860 +genus_corydalus n 1 3 @ #m %m 1 0 02265860 +genus_corylopsis n 1 3 @ #m %m 1 0 12315424 +genus_corylus n 1 3 @ #m %m 1 0 12288598 +genus_corynebacterium n 1 3 @ #m %m 1 0 01366415 +genus_corypha n 1 3 @ #m %m 1 0 12589286 +genus_coryphantha n 1 3 @ #m %m 1 0 11845019 +genus_corythosaurus n 1 3 @ #m %m 1 0 01706533 +genus_coscoroba n 1 3 @ #m %m 1 0 01858162 +genus_cosmocampus n 1 3 @ #m %m 1 0 01456296 +genus_cosmos n 1 3 @ #m %m 1 0 11957912 +genus_costia n 1 3 @ #m %m 1 0 01419444 +genus_cotinga n 1 3 @ #m %m 1 0 01550625 +genus_cotinus n 1 3 @ #m %m 1 0 12760013 +genus_cotoneaster n 1 3 @ #m %m 1 0 12625215 +genus_cottus n 1 3 @ #m %m 1 0 02645143 +genus_cotula n 1 3 @ #m %m 1 0 11958316 +genus_coturnix n 1 3 @ #m %m 1 0 01804796 +genus_coumarouna n 1 3 @ #m %m 1 0 11749742 +genus_cracticus n 1 3 @ #m %m 1 0 01583043 +genus_crambe n 1 3 @ #m %m 1 0 11884198 +genus_crangon n 1 2 @ #m 1 0 01986681 +genus_craspedia n 1 3 @ #m %m 1 0 11958742 +genus_crassostrea n 1 3 @ #m %m 1 0 01961468 +genus_crassula n 1 2 @ #m 1 0 12785312 +genus_crataegus n 1 3 @ #m %m 1 0 12626030 +genus_crateva n 1 2 @ #m 1 0 11866942 +genus_crax n 1 3 @ #m %m 1 0 01799540 +genus_crepis n 1 3 @ #m %m 1 0 11959104 +genus_crescentia n 1 3 @ #m %m 1 0 12815434 +genus_crex n 1 3 @ #m %m 1 0 02015685 +genus_cricetus n 1 3 @ #m %m 1 0 02342727 +genus_crocethia n 1 3 @ #m %m 1 0 02029243 +genus_crocodilus n 1 3 @ #m %m 1 0 01697002 +genus_crocodylus n 1 3 @ #m %m 1 0 01697002 +genus_crocus n 1 3 @ #m %m 1 0 12416278 +genus_crocuta n 1 3 @ #m %m 1 0 02117772 +genus_cronartium n 1 3 @ #m %m 1 0 13064247 +genus_crotalaria n 1 3 @ #m %m 1 0 12519328 +genus_crotalus n 1 3 @ #m %m 1 0 01755274 +genus_crotaphytus n 1 3 @ #m %m 1 0 01679494 +genus_croton n 1 3 @ #m %m 1 0 12922600 +genus_crotophaga n 1 3 @ #m %m 1 0 01824227 +genus_cryptacanthodes n 1 3 @ #m %m 1 0 02616251 +genus_cryptobranchus n 1 3 @ #m %m 1 0 01633250 +genus_cryptocercus n 1 2 @ #m 1 0 02235465 +genus_cryptocoryne n 1 3 @ #m %m 1 0 11786983 +genus_cryptogramma n 1 3 @ #m %m 1 0 13210006 +genus_cryptomeria n 1 3 @ #m %m 1 0 11636068 +genus_cryptoprocta n 1 2 @ #m 1 0 02136285 +genus_cryptotermes n 1 3 @ #m %m 1 0 02225577 +genus_cryptotis n 1 2 @ #m 1 0 01893294 +genus_ctenocephalides n 1 4 @ ~ #m %m 1 0 02186834 +genus_ctenocephalus n 1 1 @ 1 0 02187022 +genus_cuculus n 1 3 @ #m %m 1 0 01823279 +genus_cucumis n 1 3 @ #m %m 1 0 12164215 +genus_cucurbita n 1 4 @ #m %m %p 1 0 12158148 +genus_culcita n 1 3 @ #m %m 1 0 13191318 +genus_culex n 1 3 @ #m %m 1 0 02201758 +genus_cuminum n 1 3 @ #m %p 1 0 12936713 +genus_cuniculus n 1 2 @ #m 1 0 02366203 +genus_cuon n 1 3 @ #m %m 1 0 02115775 +genus_cupressus n 1 3 @ #m %m 1 0 11630351 +genus_curcuma n 1 3 @ #m %m 1 0 12356255 +genus_cursorius n 1 3 @ #m %m 1 0 02039377 +genus_curtisia n 1 2 @ #m 1 0 12948849 +genus_cuscuta n 1 3 @ #m %m 1 0 12825301 +genus_cuterebra n 1 2 @ #m 1 0 02193955 +genus_cyamopsis n 1 3 @ #m %m 1 0 12520223 +genus_cyamus n 1 3 @ #m %m 1 0 01993714 +genus_cyanocitta n 1 3 @ #m %m 1 0 01580644 +genus_cyathea n 1 3 @ #m %m 1 0 13187167 +genus_cycas n 1 3 @ #m %m 1 0 11600900 +genus_cyclamen n 1 3 @ #m %m 1 0 12093088 +genus_cycloloma n 1 3 @ #m %m 1 0 11833208 +genus_cyclopes n 1 3 @ #m %m 1 0 02460684 +genus_cyclophorus n 1 2 @ #m 1 0 13178883 +genus_cyclops n 1 3 @ #m %m 1 0 01997002 +genus_cyclopterus n 1 3 @ #m %m 1 0 02646508 +genus_cyclosorus n 1 2 @ #m 1 0 13228692 +genus_cycnoches n 1 3 @ #m %m 1 0 12054902 +genus_cydonia n 1 3 @ #m %m 1 0 12628872 +genus_cygnus n 1 3 @ #m %m 1 0 01858989 +genus_cymbidium n 1 3 @ #m %m 1 0 12055317 +genus_cynancum n 1 3 @ #m %m 1 0 13236354 +genus_cynara n 1 3 @ #m %m 1 0 11959489 +genus_cynips n 1 2 @ #m 1 0 02216924 +genus_cynocephalus n 1 3 @ #m %m 1 0 02502357 +genus_cynodon n 1 3 @ #m %m 1 0 12115563 +genus_cynoglossum n 1 3 @ #m %m 1 0 12818742 +genus_cynomys n 1 3 @ #m %m 1 0 02359204 +genus_cynopterus n 1 3 @ #m %m 1 0 02140719 +genus_cynoscion n 1 3 @ #m %m 1 0 02599207 +genus_cyon n 1 3 @ #m %m 1 0 02115775 +genus_cyperus n 1 2 @ %m 1 0 12150447 +genus_cyphomandra n 1 3 @ #m %m 1 0 12902887 +genus_cypraea n 1 3 @ #m %m 1 0 01953197 +genus_cyprinus n 1 3 @ #m %m 1 0 01439657 +genus_cypripedium n 1 3 @ #m %m 1 0 12055839 +genus_cyrilla n 1 3 @ #m %m 1 0 12750577 +genus_cyrtomium n 1 2 @ #m 1 0 13195151 +genus_cystophora n 1 3 @ #m %m 1 0 02080934 +genus_cystopteris n 1 3 @ #m %m 1 0 13195547 +genus_cytisus n 1 3 @ #m %m 1 0 12520661 +genus_daboecia n 1 3 @ #m %m 1 0 12234513 +genus_dacelo n 1 3 @ #m %m 1 0 01828267 +genus_dacrycarpus n 1 2 @ #m 1 0 11653728 +genus_dacrydium n 1 3 @ #m %m 1 0 11654124 +genus_dacrymyces n 1 2 @ #m 1 0 13062868 +genus_dactylis n 1 2 @ #m 1 0 12116267 +genus_dactyloctenium n 1 2 @ #m 1 0 12116583 +genus_dactylopius n 1 3 @ #m %m 1 0 02250133 +genus_dactylopterus n 1 2 @ #m 1 0 02652005 +genus_dactylorhiza n 1 3 @ #m %m 1 0 12058429 +genus_dahlia n 1 3 @ #m %m 1 0 11960084 +genus_dalbergia n 1 3 @ #m %m 1 0 12521847 +genus_dalea n 1 3 @ #m %m 1 0 12524518 +genus_dama n 1 3 @ #m %m 1 0 02433205 +genus_damaliscus n 1 3 @ #m %m 1 0 02422249 +genus_danaea n 1 2 @ #m 1 0 13215799 +genus_danaus n 1 3 @ #m %m 1 0 02279819 +genus_daphne n 1 3 @ #m %m 1 0 12346448 +genus_daphnia n 1 3 @ #m %m 1 0 01994801 +genus_darlingtonia n 1 3 @ #m %m 1 0 12780852 +genus_darmera n 1 3 @ #m %m 1 0 12797213 +genus_dasyatis n 1 3 @ #m %m 1 0 01498268 +genus_dasyprocta n 1 3 @ #m %m 1 0 02365848 +genus_dasypus n 1 3 @ #m %m 1 0 02454657 +genus_dasyurus n 1 3 @ #m %m 1 0 01883762 +genus_datura n 1 3 @ #m %m 1 0 12903250 +genus_daubentonia n 1 3 @ #m %m 1 0 02497983 +genus_daucus n 1 3 @ #m %m 1 0 12936999 +genus_davallia n 1 3 @ #m %m 1 0 13187826 +genus_daviesia n 1 3 @ #m %m 1 0 12524944 +genus_decapterus n 1 3 @ #m %m 1 0 02581289 +genus_decumaria n 1 3 @ #m %m 1 0 12789767 +genus_deinocheirus n 1 3 @ #m %m 1 0 01716459 +genus_deinonychus n 1 3 @ #m %m 1 0 01717957 +genus_delairea n 1 3 @ #m %m 1 0 11960540 +genus_delichon n 1 3 @ #m %m 1 0 01595841 +genus_delonix n 1 3 @ #m %m 1 0 12494629 +genus_delphinapterus n 1 3 @ #m %m 1 0 02072665 +genus_delphinium n 1 3 @ #m %m 1 0 11732857 +genus_delphinus n 1 3 @ #m %m 1 0 02069271 +genus_dendranthema n 1 2 @ #m 1 0 11960943 +genus_dendraspis n 1 3 @ #m %m 1 0 01749428 +genus_dendroaspis n 1 3 @ #m %m 1 0 01749428 +genus_dendrobium n 1 3 @ #m %m 1 0 12059090 +genus_dendrocalamus n 1 3 @ #m %m 1 0 12148610 +genus_dendrocolaptes n 1 2 @ #m 1 0 01554311 +genus_dendroctonus n 1 3 @ #m %m 1 0 02180046 +genus_dendroica n 1 3 @ #m %m 1 0 01568493 +genus_dendrolagus n 1 3 @ #m %m 1 0 01879379 +genus_dendromecon n 1 3 @ #m %m 1 0 11904896 +genus_denisonia n 1 3 @ #m %m 1 0 01747466 +genus_dennstaedtia n 1 3 @ #m %m 1 0 13189222 +genus_dentaria n 1 2 @ #m 1 0 11881563 +genus_deparia n 1 3 @ #m %m 1 0 13196545 +genus_dermacentor n 1 3 @ #m %m 1 0 01778984 +genus_dermatobia n 1 3 @ #m %m 1 0 02194078 +genus_dermochelys n 1 3 @ #m %m 1 0 01665372 +genus_derris n 1 3 @ #m %m 1 0 12525347 +genus_descurainia n 1 3 @ #m %m 1 0 11884667 +genus_desmanthus n 1 3 @ #m %m 1 0 12525975 +genus_desmidium n 1 3 @ #m %m 1 0 01413324 +genus_desmodium n 1 3 @ #m %m 1 0 12526380 +genus_desmodus n 1 3 @ #m %m 1 0 02150730 +genus_desmograthus n 1 3 @ #m %m 1 0 01636675 +genus_deutzia n 1 3 @ #m %m 1 0 12790185 +genus_diacalpa n 1 2 @ #m 1 0 13196942 +genus_diadophis n 1 3 @ #m %m 1 0 01728738 +genus_dialeurodes n 1 2 @ #m 1 0 02246822 +genus_dianthus n 1 3 @ #m %m 1 0 11807849 +genus_diapensia n 1 3 @ #m %m 1 0 12250874 +genus_diapheromera n 1 3 @ #m %m 1 0 02231680 +genus_dicamptodon n 1 3 @ #m %m 1 0 01634891 +genus_dicentra n 1 3 @ #m %m 1 0 11910070 +genus_diceros n 1 3 @ #m %m 1 0 02393024 +genus_dichondra n 1 3 @ #m %m 1 0 12825949 +genus_dicksonia n 1 3 @ #m %m 1 0 13190469 +genus_dicranopteris n 1 2 @ #m 1 0 13170498 +genus_dicranum n 1 2 @ #m 1 0 11540631 +genus_dicrostonyx n 1 3 @ #m %m 1 0 02345471 +genus_dictamnus n 1 2 @ #m 1 0 12712488 +genus_dictostylium n 1 3 @ #m %m 1 0 12976389 +genus_dictyophera n 1 2 @ #m 1 0 13040971 +genus_didelphis n 1 3 @ #m %m 1 0 01875165 +genus_dieffenbachia n 1 3 @ #m %m 1 0 11787391 +genus_diervilla n 1 3 @ #m %m 1 0 12671898 +genus_difflugia n 1 3 @ #m %m 1 0 01394635 +genus_digitalis n 1 3 @ #m %m 1 0 12882591 +genus_digitaria n 1 3 @ #m %m 1 0 12116881 +genus_dillenia n 1 3 @ #m %m 1 0 12363110 +genus_dimetrodon n 1 3 @ #m %m 1 0 01722538 +genus_dimocarpus n 1 3 @ #m %m 1 0 12743232 +genus_dimorphotheca n 1 3 @ #m %m 1 0 11961266 +genus_dinornis n 1 3 @ #m %m 1 0 01522952 +genus_diodon n 1 3 @ #m %m 1 0 02655694 +genus_diomedea n 1 3 @ #m %m 1 0 02058453 +genus_dionaea n 1 3 @ #m %m 1 0 12782774 +genus_dioon n 1 3 @ #m %m 1 0 11602671 +genus_dioscorea n 1 3 @ #m %m 1 0 12087807 +genus_diospyros n 1 3 @ #m %m 1 0 12770277 +genus_diphylla n 1 3 @ #m %m 1 0 02151108 +genus_dipladenia n 1 3 @ #m %m 1 0 11773138 +genus_diplococcus n 1 3 @ #m %m 1 0 01380489 +genus_diplodocus n 1 3 @ #m %m 1 0 01710035 +genus_diplopterygium n 1 3 @ #m %m 1 0 13170661 +genus_diplotaxis n 1 3 @ #m %m 1 0 11885148 +genus_dipodomys n 1 3 @ #m %m 1 0 02349980 +genus_dipogon n 1 3 @ #m %m 1 0 12526946 +genus_dipsacus n 1 3 @ #m %m 1 0 12682264 +genus_dipsosaurus n 1 3 @ #m %m 1 0 01677913 +genus_dipteronia n 1 2 @ #m 1 0 12756059 +genus_dipteryx n 1 3 @ #m %m 1 0 11749742 +genus_dipus n 1 3 @ #m %m 1 0 02351686 +genus_dirca n 1 3 @ #m %m 1 0 12347490 +genus_disa n 1 3 @ #m %m 1 0 12059479 +genus_discina n 1 3 @ #m %m 1 0 13036592 +genus_dodonaea n 1 3 @ #m %m 1 0 12741079 +genus_dolichonyx n 1 3 @ #m %m 1 0 01573775 +genus_dolichos n 1 2 @ #m 1 0 12527391 +genus_dolichotis n 1 3 @ #m %m 1 0 02364989 +genus_doliolum n 1 3 @ #m %m 1 0 01470018 +genus_dombeya n 1 3 @ #m %m 1 0 12197765 +genus_doodia n 1 3 @ #m %m 1 0 13185436 +genus_doronicum n 1 3 @ #m %m 1 0 11961686 +genus_dorotheanthus n 1 3 @ #m %m 1 0 11819751 +genus_doryopteris n 1 3 @ #m %m 1 0 13210827 +genus_dovyalis n 1 3 @ #m %m 1 0 12378546 +genus_draba n 1 3 @ #m %m 1 0 11885697 +genus_dracaena n 1 3 @ #m %m 1 0 12479303 +genus_draco n 1 3 @ #m %m 1 0 01688428 +genus_dracocephalum n 1 3 @ #m %m 1 0 12846143 +genus_dracontium n 1 3 @ #m %m 1 0 11787892 +genus_dracula n 1 2 @ #m 1 0 12059851 +genus_dracunculus n 2 3 @ #m %m 2 0 11788223 01933834 +genus_dreissena n 1 3 @ #m %m 1 0 01965404 +genus_drepanis n 1 3 @ #m %m 1 0 01544877 +genus_drimys n 1 3 @ #m %m 1 0 11739809 +genus_dromaius n 1 3 @ #m %m 1 0 01519719 +genus_drosera n 1 3 @ #m %m 1 0 12782338 +genus_drosophila n 1 3 @ #m %m 1 0 02197545 +genus_drosophyllum n 1 3 @ #m %m 1 0 12783601 +genus_dryadella n 1 2 @ #m 1 0 12060118 +genus_dryas n 1 3 @ #m %m 1 0 12629187 +genus_drymarchon n 1 2 @ #m 1 0 01741116 +genus_drymoglossum n 1 2 @ #m 1 0 13175324 +genus_drynaria n 1 3 @ #m %m 1 0 13175484 +genus_dryopithecus n 1 3 @ #m %m 1 0 02477890 +genus_dryopteris n 1 3 @ #m %m 1 0 13192898 +genus_drypis n 1 3 @ #m %m 1 0 11809922 +genus_dugong n 1 3 @ #m %m 1 0 02074214 +genus_dumetella n 1 3 @ #m %m 1 0 01587406 +genus_durio n 1 3 @ #m %m 1 0 12190712 +genus_dusicyon n 1 2 @ #m 1 0 02116079 +genus_dysdercus n 1 3 @ #m %m 1 0 02245239 +genus_eacles n 1 3 @ #m %m 1 0 02302124 +genus_eburophyton n 1 3 @ #m %m 1 0 12060380 +genus_ecballium n 1 3 @ #m %m 1 0 12165608 +genus_echeneis n 1 3 @ #m %m 1 0 02575168 +genus_echidnophaga n 1 3 @ #m %m 1 0 02187759 +genus_echinacea n 1 3 @ #m %m 1 0 11962108 +genus_echinocactus n 1 3 @ #m %m 1 0 11845387 +genus_echinocereus n 1 3 @ #m %m 1 0 11846087 +genus_echinochloa n 1 3 @ #m %m 1 0 12117507 +genus_echinococcus n 1 3 @ #m %m 1 0 01927816 +genus_echinops n 1 3 @ #m %m 1 0 11962500 +genus_echium n 1 3 @ #m %m 1 0 12819560 +genus_ectopistes n 1 3 @ #m %m 1 0 01815135 +genus_edaphosaurus n 1 3 @ #m %m 1 0 01722254 +genus_edmontosaurus n 1 3 @ #m %m 1 0 01706865 +genus_egeria n 1 2 @ #m 1 0 12614962 +genus_egretta n 1 3 @ #m %m 1 0 02009015 +genus_eichhornia n 1 3 @ #m %m 1 0 12610186 +genus_eimeria n 1 2 @ #m 1 0 01423160 +genus_eira n 1 3 @ #m %m 1 0 02451292 +genus_elaeagnus n 1 3 @ #m %m 1 0 12325667 +genus_elaeis n 1 3 @ #m %m 1 0 12590117 +genus_elaeocarpus n 1 3 @ #m %m 1 0 12192722 +genus_elagatis n 1 2 @ #m 1 0 02577291 +genus_elanoides n 1 3 @ #m %m 1 0 01608934 +genus_elanus n 1 3 @ #m %m 1 0 01609236 +genus_elaphe n 1 3 @ #m %m 1 0 01732445 +genus_elaphurus n 1 3 @ #m %m 1 0 02435386 +genus_electrophorus n 1 3 @ #m %m 1 0 01444164 +genus_eleocharis n 1 3 @ #m %m 1 0 12153393 +genus_elephantopus n 1 3 @ #m %m 1 0 11962853 +genus_elephas n 1 3 @ #m %m 1 0 02503868 +genus_elettaria n 1 3 @ #m %m 1 0 12358173 +genus_eleusine n 1 3 @ #m %m 1 0 12118223 +genus_eleutherodactylus n 1 3 @ #m %m 1 0 01643092 +genus_eliomys n 1 3 @ #m %m 1 0 02353297 +genus_elodea n 1 3 @ #m %m 1 0 12614317 +genus_elops n 1 3 @ #m %m 1 0 02541875 +genus_elsholtzia n 1 3 @ #m %m 1 0 12846546 +genus_elymus n 1 3 @ #m %m 1 0 12118912 +genus_emberiza n 1 3 @ #m %m 1 0 01537710 +genus_embothrium n 1 3 @ #m %m 1 0 12216382 +genus_emilia n 1 3 @ #m %m 1 0 11963158 +genus_emmanthe n 1 3 @ #m %m 1 0 12835196 +genus_empetrum n 1 3 @ #m %m 1 0 12751554 +genus_encelia n 1 3 @ #m %m 1 0 11963755 +genus_enceliopsis n 1 3 @ #m %m 1 0 11964269 +genus_encephalartos n 1 3 @ #m %m 1 0 11603045 +genus_encyclia n 1 3 @ #m %m 1 0 12060816 +genus_endamoeba n 1 3 @ #m %m 1 0 01392122 +genus_engelmannia n 1 3 @ #m %m 1 0 11964688 +genus_engraulis n 1 2 @ %m 1 0 02534036 +genus_enhydra n 1 3 @ #m %m 1 0 02445276 +genus_ensete n 1 3 @ #m %m 1 0 12353604 +genus_ensis n 1 3 @ #m %m 1 0 01958914 +genus_entandrophragma n 1 3 @ #m %m 1 0 12697883 +genus_entelea n 1 2 @ #m 1 0 12204405 +genus_enterobius n 1 3 @ #m %m 1 0 01931398 +genus_enterolobium n 1 3 @ #m %m 1 0 11761007 +genus_entoloma n 1 3 @ #m %m 1 0 13012030 +genus_entomophthora n 1 2 @ #m 1 0 12974662 +genus_eoraptor n 1 3 @ #m %m 1 0 01714982 +genus_epacris n 1 3 @ #m %m 1 0 12253083 +genus_ephedra n 1 3 @ #m %m 1 0 11598452 +genus_ephestia n 1 3 @ #m %m 1 0 02290153 +genus_ephippiorhynchus n 1 3 @ #m %m 1 0 02003994 +genus_epidendrum n 1 3 @ #m %m 1 0 12061849 +genus_epigaea n 1 2 @ #m 1 0 12234913 +genus_epilachna n 1 3 @ #m %m 1 0 02166024 +genus_epilobium n 1 3 @ #m %m 1 0 12342043 +genus_epimedium n 1 3 @ #m %m 1 0 11698895 +genus_epinephelus n 1 3 @ #m %m 1 0 02569151 +genus_epipactis n 1 3 @ #m %m 1 0 12062227 +genus_epiphyllum n 1 4 @ #m %m ; 1 0 11846582 +genus_epipremnum n 1 3 @ #m %m 1 0 11788536 +genus_episcia n 1 3 @ #m %m 1 0 12831776 +genus_eptatretus n 1 3 @ #m %m 1 0 01479066 +genus_eptesicus n 1 3 @ #m %m 1 0 02147034 +genus_equetus n 1 3 @ #m %m 1 0 02594807 +genus_equisetum n 1 3 @ #m %m 1 0 13219258 +genus_equus n 1 3 @ #m %m 1 0 02373843 +genus_eragrostis n 1 3 @ #m %m 1 0 12119947 +genus_eranthis n 1 3 @ #m %m 1 0 11733424 +genus_ercilla n 1 2 @ #m 1 0 11856271 +genus_erechtites n 1 3 @ #m %m 1 0 11965054 +genus_erethizon n 1 3 @ #m %m 1 0 02348036 +genus_eretmochelys n 1 3 @ #m %m 1 0 01664862 +genus_erianthus n 1 3 @ #m %m 1 0 12120812 +genus_erica n 1 3 @ #m %m 1 0 12227220 +genus_erigeron n 1 3 @ #m %m 1 0 11965378 +genus_erignathus n 1 3 @ #m %m 1 0 02080586 +genus_erinaceus n 1 3 @ #m %m 1 0 01893666 +genus_eriobotrya n 1 3 @ #m %m 1 0 12629523 +genus_eriocaulon n 1 3 @ #m %m 1 0 12609128 +genus_eriodictyon n 1 3 @ #m %m 1 0 12835578 +genus_eriogonum n 1 3 @ #m %m 1 0 12602118 +genus_eriophorum n 1 3 @ #m %m 1 0 12152406 +genus_eriophyllum n 1 3 @ #m %m 1 0 11967572 +genus_eriosoma n 1 3 @ #m %m 1 0 02253592 +genus_erithacus n 1 3 @ #m %m 1 0 01562116 +genus_erodium n 1 3 @ #m %m 1 0 12688526 +genus_erolia n 1 3 @ #m %m 1 0 02027209 +genus_eruca n 1 3 @ #m %m 1 0 11886380 +genus_erwinia n 1 3 @ #m %m 1 0 01370581 +genus_eryngium n 1 3 @ #m %m 1 0 12937822 +genus_erysimum n 1 3 @ #m %m 1 0 11886788 +genus_erysiphe n 1 3 @ #m %m 1 0 12963494 +genus_erythrina n 1 3 @ #m %m 1 0 12527569 +genus_erythrocebus n 1 3 @ #m %m 1 0 02486138 +genus_erythronium n 1 3 @ #m %m 1 0 12450099 +genus_erythroxylon n 1 2 @ %m 1 0 12689808 +genus_erythroxylum n 1 2 @ %m 1 0 12689808 +genus_escherichia n 1 3 @ #m %m 1 0 01368095 +genus_eschrichtius n 1 3 @ #m %m 1 0 02066086 +genus_eschscholtzia n 1 3 @ #m %m 1 0 11905236 +genus_esox n 1 3 @ #m %m 1 0 02560964 +genus_estrilda n 1 3 @ #m %m 1 0 01543817 +genus_etropus n 1 3 @ #m %m 1 0 02661765 +genus_euarctos n 1 3 @ #m %m 1 0 02132974 +genus_eucalyptus n 1 3 @ #m %m 1 0 12334686 +genus_eucarya n 1 3 @ #m %m 1 0 12736455 +genus_eucinostomus n 1 3 @ #m %m 1 0 02637337 +genus_euderma n 1 3 @ #m %m 1 0 02148377 +genus_eudyptes n 1 3 @ #m %m 1 0 02057208 +genus_eugenia n 1 3 @ #m %m 1 0 12331415 +genus_euglena n 1 3 @ #m %m 1 0 01406565 +genus_eumeces n 1 3 @ #m %m 1 0 01684435 +genus_eumenes n 1 3 @ #m %m 1 0 02214203 +genus_eumetopias n 1 3 @ #m %m 1 0 02078882 +genus_eumops n 1 3 @ #m %m 1 0 02150016 +genus_eunectes n 1 3 @ #m %m 1 0 01742967 +genus_euonymus n 1 3 @ #m %m 1 0 12748815 +genus_eupatorium n 1 3 @ #m %m 1 0 11968104 +genus_euphagus n 1 3 @ #m %m 1 0 01574671 +genus_euphorbia n 1 3 @ #m %m 1 0 12917338 +genus_euphractus n 1 3 @ #m %m 1 0 02455584 +genus_euplectella n 1 3 @ #m %m 1 0 01907902 +genus_euproctis n 1 3 @ #m %m 1 0 02286271 +genus_eurotium n 1 2 @ #m 1 0 13027049 +genus_euryale n 1 2 @ #m 1 0 02318437 +genus_eustoma n 1 3 @ #m %m 1 0 12291763 +genus_eutamias n 1 3 @ #m %m 1 0 02360135 +genus_euterpe n 1 3 @ #m %m 1 0 12590842 +genus_euthynnus n 1 3 @ #m %m 1 0 02628467 +genus_evernia n 1 2 @ #m 1 0 12990092 +genus_exacum n 1 3 @ #m %m 1 0 12292285 +genus_exaeretodon n 1 2 @ #m 1 0 01720867 +genus_fabiana n 1 3 @ #m %m 1 0 12903794 +genus_fagopyrum n 1 2 @ #m 1 0 12601335 +genus_fagus n 1 3 @ #m %m 1 0 12260593 +genus_falcatifolium n 1 3 @ #m %m 1 0 11654667 +genus_falco n 1 3 @ #m %m 1 0 01611252 +genus_fasciola n 1 3 @ #m %m 1 0 01926247 +genus_fasciolopsis n 1 3 @ #m %m 1 0 01926549 +genus_feijoa n 1 3 @ #m %m 1 0 12332422 +genus_felicia n 1 3 @ #m %m 1 0 11969410 +genus_felis n 1 3 @ #m %m 1 0 02121234 +genus_ferocactus n 1 3 @ #m %m 1 0 11846970 +genus_festuca n 1 3 @ #m %m 1 0 12121405 +genus_ficus n 1 3 @ #m %m 1 0 12401122 +genus_filago n 1 3 @ #m %m 1 0 11969977 +genus_firmiana n 1 3 @ #m %m 1 0 12198140 +genus_fissurella n 1 3 @ #m %m 1 0 01949330 +genus_fistularia n 1 3 @ #m %m 1 0 01454393 +genus_fistulina n 1 3 @ #m %m 1 0 13053450 +genus_flacourtia n 1 3 @ #m %m 1 0 12378080 +genus_flammulina n 1 3 @ #m %m 1 0 13022078 +genus_flindersia n 1 3 @ #m %m 1 0 12698283 +genus_foeniculum n 1 3 @ #m %m 1 0 12938897 +genus_fomes n 1 3 @ #m %m 1 0 13053816 +genus_forestiera n 1 3 @ #m %m 1 0 12302418 +genus_forficula n 1 3 @ #m %m 1 0 02273254 +genus_formica n 1 3 @ #m %m 1 0 02221240 +genus_formicarius n 1 3 @ #m %m 1 0 01553380 +genus_forsythia n 1 3 @ #m %m 1 0 12302974 +genus_fortunella n 1 3 @ #m %m 1 0 12712820 +genus_fossa n 1 3 @ #m %m 1 0 02136623 +genus_fothergilla n 1 3 @ #m %m 1 0 12315818 +genus_fouquieria n 1 3 @ #m %m 1 0 12381666 +genus_fragaria n 1 3 @ #m %m 1 0 12629946 +genus_francisella n 1 2 @ %m 1 0 01365474 +genus_francoa n 1 3 @ #m %m 1 0 12797693 +genus_frankliniella n 1 3 @ #m %m 1 0 02272152 +genus_frasera n 1 3 @ #m %m 1 0 12292655 +genus_fratercula n 1 3 @ #m %m 1 0 02047835 +genus_fraxinus n 1 3 @ #m %m 1 0 12303349 +genus_freesia n 1 3 @ #m %m 1 0 12416917 +genus_fregata n 1 3 @ #m %m 1 0 02052639 +genus_fremontia n 1 3 @ #m %m 1 0 12198628 +genus_fremontodendron n 1 3 @ #m %m 1 0 12198628 +genus_fringilla n 1 3 @ #m %m 1 0 01530256 +genus_fritillaria n 1 3 @ #m %m 1 0 12451789 +genus_froelichia n 1 3 @ #m %m 1 0 11825535 +genus_fuchsia n 1 3 @ #m %m 1 0 12343306 +genus_fucus n 1 3 @ #m %m 1 0 01404813 +genus_fulica n 1 3 @ #m %m 1 0 02017878 +genus_fulmarus n 1 3 @ #m %m 1 0 02060016 +genus_fumaria n 1 3 @ #m %m 1 0 11909353 +genus_fundulus n 1 3 @ #m %m 1 0 01447001 +genus_fungia n 1 2 @ #m 1 0 01917751 +genus_funka n 1 3 @ #m %m 1 0 12457519 +genus_furnarius n 1 3 @ #m %m 1 0 01552654 +genus_fusanus n 1 3 @ #m %m 1 0 12736455 +genus_fusarium n 1 2 @ #m 1 0 13081778 +genus_fuscoboletinus n 1 3 @ #m %m 1 0 13057845 +genus_gadus n 1 3 @ #m %m 1 0 02522247 +genus_gaillardia n 1 3 @ #m %m 1 0 11970429 +genus_galago n 1 3 @ #m %m 1 0 02499700 +genus_galax n 1 3 @ #m %m 1 0 12251137 +genus_galega n 1 3 @ #m %m 1 0 12529353 +genus_galeocerdo n 1 3 @ #m %m 1 0 01491235 +genus_galeopsis n 1 3 @ #m %m 1 0 12846869 +genus_galeorhinus n 1 3 @ #m %m 1 0 01491520 +genus_galictis n 1 2 @ #m 1 0 02449582 +genus_galium n 1 3 @ #m %m 1 0 12664897 +genus_galleria n 1 3 @ #m %m 1 0 02289177 +genus_gallinago n 1 3 @ #m %m 1 0 02031752 +genus_gallinula n 1 3 @ #m %m 1 0 02016198 +genus_gallirallus n 1 3 @ #m %m 1 0 02015221 +genus_gallus n 1 3 @ #m %m 1 0 01790943 +genus_gambelia n 1 3 @ #m %m 1 0 01679837 +genus_gambusia n 1 3 @ #m %m 1 0 01449252 +genus_garcinia n 1 3 @ #m %m 1 0 12366507 +genus_gardenia n 1 3 @ #m %m 1 0 12666602 +genus_garrulus n 1 3 @ #m %m 1 0 01580225 +genus_gasterophilus n 1 3 @ #m %m 1 0 02193496 +genus_gasterosteus n 1 3 @ #m %m 1 0 01455141 +genus_gastroboletus n 1 3 @ #m %m 1 0 13048666 +genus_gastrocybe n 1 3 @ #m %m 1 0 13047706 +genus_gastrolobium n 1 3 @ #m %m 1 0 12529730 +genus_gastrophryne n 1 3 @ #m %m 1 0 01652850 +genus_gaultheria n 1 3 @ #m %m 1 0 12235263 +genus_gavia n 1 3 @ #m %m 1 0 02048952 +genus_gavialis n 1 3 @ #m %m 1 0 01699537 +genus_gaylussacia n 1 3 @ #m %m 1 0 12236363 +genus_gazania n 1 3 @ #m %m 1 0 11971094 +genus_gazella n 1 3 @ #m %m 1 0 02422860 +genus_geastrum n 1 2 @ #m 1 0 13045027 +genus_gelechia n 1 3 @ #m %m 1 0 02293560 +genus_gelsemium n 1 3 @ #m %m 1 0 12485811 +genus_gempylus n 1 2 @ #m 1 0 02622130 +genus_genetta n 1 3 @ #m %m 1 0 02136901 +genus_genipa n 1 3 @ #m %m 1 0 12667179 +genus_genista n 1 3 @ #m %m 1 0 12530208 +genus_genlisea n 1 3 @ #m %m 1 0 12873182 +genus_gentiana n 1 3 @ #m %m 1 0 12293419 +genus_gentianella n 1 3 @ #m %m 1 0 12295560 +genus_gentianopsis n 1 3 @ #m %m 1 0 12296218 +genus_genyonemus n 1 3 @ #m %m 1 0 02598438 +genus_geochelone n 1 3 @ #m %m 1 0 01670673 +genus_geococcyx n 1 3 @ #m %m 1 0 01823912 +genus_geoffroea n 1 3 @ #m %m 1 0 12531144 +genus_geoglossum n 1 3 @ #m %m 1 0 13226698 +genus_geomys n 1 3 @ #m %m 1 0 02353709 +genus_geophilus n 1 2 @ #m 1 0 01786219 +genus_geothlypis n 1 3 @ #m %m 1 0 01570549 +genus_geranium n 1 3 @ #m %m 1 0 12685679 +genus_gerardia n 1 3 @ #m %m 1 0 12883395 +genus_gerbera n 1 3 @ #m %m 1 0 11971600 +genus_gerbillus n 1 2 @ #m 1 0 02343633 +genus_gerea n 1 3 @ #m %m 1 0 11972141 +genus_gerres n 1 3 @ #m %m 1 0 02637046 +genus_gerrhonotus n 1 3 @ #m %m 1 0 01689678 +genus_gerris n 1 3 @ #m %m 1 0 02243744 +genus_gesneria n 1 3 @ #m %m 1 0 12829809 +genus_geum n 1 3 @ #m %m 1 0 12631224 +genus_giardia n 1 3 @ #m %m 1 0 01419740 +genus_ginglymostoma n 1 3 @ #m %m 1 0 01486706 +genus_ginkgo n 1 2 @ #m 1 0 11664301 +genus_giraffa n 1 3 @ #m %m 1 0 02438897 +genus_gladiolus n 1 3 @ #m %m 1 0 12417273 +genus_glareola n 1 3 @ #m %m 1 0 02038837 +genus_glaucium n 1 3 @ #m %m 1 0 11905584 +genus_glaucomys n 1 3 @ #m %m 1 0 02360643 +genus_glaux n 1 3 @ #m %m 1 0 12093769 +genus_glechoma n 1 3 @ #m %m 1 0 12847254 +genus_gleditsia n 1 3 @ #m %m 1 0 12495509 +genus_gleichenia n 1 2 @ #m 1 0 13170286 +genus_gliricidia n 1 3 @ #m %m 1 0 12531552 +genus_glis n 1 3 @ #m %m 1 0 02352804 +genus_globicephala n 1 3 @ #m %m 1 0 02071506 +genus_globigerina n 1 2 @ #m 1 0 01393364 +genus_gloriosa n 1 3 @ #m %m 1 0 12455787 +genus_glossina n 1 3 @ #m %m 1 0 02191131 +genus_glossodia n 1 3 @ #m %m 1 0 12063066 +genus_glossopsitta n 1 3 @ #m %m 1 0 01820664 +genus_gloxinia n 1 3 @ #m %m 1 0 12832140 +genus_glyceria n 1 3 @ #m %m 1 0 12122124 +genus_glycine n 1 3 @ #m %m 1 0 12532008 +genus_glycyrrhiza n 1 3 @ #m %m 1 0 12532720 +genus_gnaphalium n 1 3 @ #m %m 1 0 11972569 +genus_gnetum n 1 3 @ #m %m 1 0 11597396 +genus_gobiesox n 1 2 @ #m 1 0 02635459 +genus_gobio n 1 3 @ #m %m 1 0 01443126 +genus_gomphotherium n 1 3 @ #m %m 1 0 02506630 +genus_gomphrena n 1 3 @ #m %m 1 0 11825988 +genus_goniopteris n 1 1 @ 1 0 13228867 +genus_gonorhynchus n 1 3 @ #m %m 1 0 02529111 +genus_goodyera n 1 3 @ #m %m 1 0 12063414 +genus_gopherus n 1 3 @ #m %m 1 0 01670961 +genus_gorgonocephalus n 1 2 @ #m 1 0 02318798 +genus_gorilla n 1 3 @ #m %m 1 0 02480673 +genus_gossypium n 1 3 @ #m %m 1 0 12175797 +genus_gracula n 1 2 @ #m 1 0 01578086 +genus_grammatophyllum n 1 2 @ #m 1 0 12063887 +genus_grampus n 1 3 @ #m %m 1 0 02070923 +genus_graptophyllum n 1 3 @ #m %m 1 0 12812665 +genus_grevillea n 1 3 @ #m %m 1 0 12217211 +genus_grewia n 1 3 @ #m %m 1 0 12204925 +genus_grias n 1 3 @ #m %m 1 0 12327407 +genus_grindelia n 1 3 @ #m %m 1 0 11973159 +genus_griselinia n 1 3 @ #m %m 1 0 12948978 +genus_grison n 1 3 @ #m %m 1 0 02449464 +genus_groenlandia n 1 3 @ #m %m 1 0 12616825 +genus_grus n 1 3 @ #m %m 1 0 02013034 +genus_guaiacum n 1 3 @ #m %m 1 0 12721864 +genus_guevina n 1 3 @ #m %m 1 0 12216836 +genus_gulo n 1 3 @ #m %m 1 0 02449060 +genus_gutierrezia n 1 3 @ #m %m 1 0 11973888 +genus_gymnadenia n 1 3 @ #m %m 1 0 12064183 +genus_gymnadeniopsis n 1 2 @ #m 1 0 12064814 +genus_gymnelis n 1 3 @ #m %m 1 0 02617689 +genus_gymnocalycium n 1 2 @ #m 1 0 11847414 +genus_gymnocarpium n 1 3 @ #m %m 1 0 13197085 +genus_gymnocladus n 1 3 @ #m %m 1 0 12496207 +genus_gymnogyps n 1 2 @ #m 1 0 01620003 +genus_gymnopilus n 1 3 @ #m %m 1 0 13076181 +genus_gymnorhina n 1 3 @ #m %m 1 0 01583636 +genus_gymnosporangium n 1 3 @ #m %m 1 0 13065215 +genus_gymnura n 1 3 @ #m %m 1 0 01498577 +genus_gynura n 1 3 @ #m %m 1 0 11975100 +genus_gypaetus n 1 2 @ #m 1 0 01617289 +genus_gyps n 1 3 @ #m %m 1 0 01616970 +genus_gypsophila n 1 3 @ #m %m 1 0 11810190 +genus_gyromitra n 1 3 @ #m %m 1 0 13037124 +genus_haastia n 1 3 @ #m %m 1 0 11975482 +genus_habenaria n 1 3 @ #m %m 1 0 12064996 +genus_hackelia n 1 3 @ #m %m 1 0 12819953 +genus_haemanthus n 1 3 @ #m %m 1 0 12420335 +genus_haematobia n 1 3 @ #m %m 1 0 02199352 +genus_haematopus n 1 3 @ #m %m 1 0 02036982 +genus_haematoxylon n 1 3 @ #m %m 1 0 12496735 +genus_haematoxylum n 1 3 @ #m %m 1 0 12496735 +genus_haemodorum n 1 2 @ #m 1 0 12312276 +genus_haemopis n 1 3 @ #m %m 1 0 01938618 +genus_haemoproteus n 1 2 @ #m 1 0 01424938 +genus_haemulon n 1 3 @ #m %m 1 0 02588580 +genus_hakea n 1 3 @ #m %m 1 0 12218621 +genus_halcyon n 1 2 @ #m 1 0 01828397 +genus_haldea n 1 2 @ #m 1 0 01736696 +genus_halenia n 1 3 @ #m %m 1 0 12297678 +genus_halesia n 1 3 @ #m %m 1 0 12778045 +genus_haliaeetus n 1 3 @ #m %m 1 0 01614769 +genus_halicoeres n 1 3 @ #m %m 1 0 02608708 +genus_halimodendron n 1 3 @ #m %m 1 0 12533588 +genus_haliotis n 1 3 @ #m %m 1 0 01942724 +genus_halocarpus n 1 3 @ #m %m 1 0 11655407 +genus_halogeton n 1 3 @ #m %m 1 0 11833577 +genus_hamamelidanthum n 1 2 @ #m 1 0 12313735 +genus_hamamelidoxylon n 1 2 @ #m 1 0 12313954 +genus_hamamelis n 1 3 @ #m %m 1 0 12314652 +genus_hamamelites n 1 2 @ #m 1 0 12314146 +genus_hamelia n 1 3 @ #m %m 1 0 12667817 +genus_haminoea n 1 3 @ #m %m 1 0 01951845 +genus_haplopappus n 1 3 @ #m %m 1 0 11975853 +genus_hardenbergia n 1 3 @ #m %m 1 0 12533992 +genus_harpia n 1 3 @ #m %m 1 0 01613909 +genus_harpullia n 1 3 @ #m %m 1 0 12743680 +genus_harrisia n 1 2 @ #m 1 0 11847615 +genus_hatiora n 1 3 @ #m %m 1 0 11847841 +genus_hazardia n 1 3 @ #m %m 1 0 11976715 +genus_hedeoma n 1 4 @ #m %m ; 1 0 12847749 +genus_hedera n 1 3 @ #m %m 1 0 11798851 +genus_hedysarum n 1 3 @ #m %m 1 0 12534453 +genus_helenium n 1 3 @ #m %m 1 0 11977125 +genus_heleodytes n 1 3 @ #m %m 1 0 01586170 +genus_heliamphora n 1 3 @ #m %m 1 0 12781241 +genus_helianthemum n 1 3 @ #m %m 1 0 12375294 +genus_helianthus n 1 3 @ #m %m 1 0 11978035 +genus_helichrysum n 1 2 @ #m 1 0 11980088 +genus_helicteres n 1 3 @ #m %m 1 0 12199030 +genus_heliobacter n 1 1 @ 1 0 01351453 +genus_heliophila n 1 3 @ #m %m 1 0 11888271 +genus_heliopsis n 1 3 @ #m %m 1 0 11980577 +genus_heliothis n 1 3 @ #m %m 1 0 02296480 +genus_helipterum n 1 3 @ #m %m 1 0 11980867 +genus_helix n 1 3 @ #m %m 1 0 01944617 +genus_helleborus n 1 3 @ #m %m 1 0 11733769 +genus_helminthostachys n 1 3 @ #m %m 1 0 12961689 +genus_heloderma n 1 3 @ #m %m 1 0 01692143 +genus_helotium n 1 2 @ #m 1 0 12967656 +genus_helvella n 1 3 @ #m %m 1 0 13035521 +genus_helwingia n 1 2 @ #m 1 0 12949549 +genus_helxine n 1 3 @ #m %m 1 0 12393527 +genus_hemachatus n 1 2 @ #m 1 0 01749141 +genus_hemerocallis n 1 3 @ #m %m 1 0 12456527 +genus_hemigalus n 1 3 @ #m %m 1 0 02137172 +genus_hemigrammus n 1 3 @ #m %m 1 0 02583768 +genus_hemipteronatus n 1 3 @ #m %m 1 0 02609466 +genus_hemitripterus n 1 3 @ #m %m 1 0 02645823 +genus_hepatica n 1 3 @ #m %m 1 0 11734872 +genus_heracleum n 1 3 @ #m %m 1 0 12939664 +genus_heritiera n 1 2 @ #m 1 0 12199564 +genus_hermannia n 1 3 @ #m %m 1 0 12200315 +genus_hermissenda n 1 3 @ #m %m 1 0 01951472 +genus_hernaria n 1 3 @ #m %m 1 0 11810559 +genus_herpestes n 1 3 @ #m %m 1 0 02137428 +genus_herrerasaurus n 1 3 @ #m %m 1 0 01714686 +genus_hesperiphona n 1 3 @ #m %m 1 0 01540432 +genus_hesperis n 1 3 @ #m %m 1 0 11888621 +genus_heteranthera n 1 3 @ #m %m 1 0 12610609 +genus_heterocephalus n 1 3 @ #m %m 1 0 02369424 +genus_heterodon n 1 3 @ #m %m 1 0 01729133 +genus_heteromeles n 1 3 @ #m %m 1 0 12632875 +genus_heteroscelus n 1 3 @ #m %m 1 0 02030442 +genus_heterotheca n 1 3 @ #m %m 1 0 11981314 +genus_heuchera n 1 3 @ #m %m 1 0 12798041 +genus_hevea n 1 2 @ #m 1 0 12925836 +genus_hexagrammos n 1 3 @ #m %m 1 0 02648769 +genus_hexalectris n 1 3 @ #m %m 1 0 12068824 +genus_hexamita n 1 2 @ #m 1 0 01420164 +genus_hexanchus n 1 3 @ #m %m 1 0 01482887 +genus_hibbertia n 1 3 @ #m %m 1 0 12363580 +genus_hibiscus n 1 3 @ #m %m 1 0 12177592 +genus_hieracium n 1 3 @ #m %m 1 0 11981817 +genus_himantoglossum n 1 3 @ #m %m 1 0 12069488 +genus_himantopus n 1 3 @ #m %m 1 0 02034394 +genus_hippeastrum n 1 3 @ #m %m 1 0 12420991 +genus_hippobosca n 1 3 @ #m %m 1 0 02198714 +genus_hippocampus n 1 3 @ #m %m 1 0 01456631 +genus_hippocrepis n 1 2 @ #m 1 0 12535101 +genus_hippodamia n 1 3 @ #m %m 1 0 02166436 +genus_hippoglossoides n 1 2 @ #m 1 0 02659961 +genus_hippoglossus n 1 2 @ #m 1 0 02660412 +genus_hippopotamus n 1 3 @ #m %m 1 0 02398386 +genus_hipposideros n 1 3 @ #m %m 1 0 02143759 +genus_hippotragus n 1 3 @ #m %m 1 0 02425756 +genus_hipsurus n 1 3 @ #m %m 1 0 02571034 +genus_hirudo n 1 3 @ #m %m 1 0 01938312 +genus_hirundo n 1 3 @ #m %m 1 0 01594611 +genus_hoheria n 1 3 @ #m %m 1 0 12180714 +genus_holarrhena n 1 3 @ #m %m 1 0 11772702 +genus_holbrookia n 1 3 @ #m %m 1 0 01679178 +genus_holcus n 1 2 @ #m 1 0 12122581 +genus_holocentrus n 1 3 @ #m %m 1 0 01450453 +genus_holothuria n 1 3 @ #m %m 1 0 02321903 +genus_homarus n 1 3 @ #m %m 1 0 01983277 +genus_homo n 1 3 @ #m %m 1 0 02472012 +genus_homogyne n 1 3 @ #m %m 1 0 11982724 +genus_homona n 1 2 @ #m 1 0 02284513 +genus_hordeum n 1 3 @ #m %m 1 0 12123050 +genus_horneophyton n 1 2 @ #m 1 0 13218504 +genus_hosta n 1 3 @ #m %m 1 0 12457519 +genus_hottonia n 1 3 @ #m %m 1 0 12094121 +genus_houttuynia n 1 2 @ #m 1 0 13152592 +genus_hovea n 1 3 @ #m %m 1 0 12535461 +genus_hoya n 1 3 @ #m %m 1 0 13236726 +genus_hudsonia n 1 3 @ #m %m 1 0 12376382 +genus_hugueninia n 1 2 @ %m 1 0 11889078 +genus_hulsea n 1 3 @ #m %m 1 0 11983160 +genus_humulus n 1 3 @ #m %m 1 0 12397594 +genus_hunnemania n 1 3 @ #m %m 1 0 11905989 +genus_hyacinthoides n 1 3 @ #m %m 1 0 12459048 +genus_hyacinthus n 1 3 @ #m %m 1 0 12458224 +genus_hyaena n 1 3 @ #m %m 1 0 02117369 +genus_hyalophora n 1 2 @ #m 1 0 02303167 +genus_hyalosperma n 1 2 @ #m 1 0 11983739 +genus_hybanthus n 1 2 @ #m 1 0 12390914 +genus_hydnocarpus n 1 3 @ #m %m 1 0 12379278 +genus_hydnum n 1 2 @ #m 1 0 12986337 +genus_hydra n 1 3 @ #m %m 1 0 01912050 +genus_hydrangea n 1 3 @ #m %m 1 0 12787846 +genus_hydrastis n 1 3 @ #m %m 1 0 11735325 +genus_hydrilla n 1 3 @ #m %m 1 0 12613596 +genus_hydrobates n 1 3 @ #m %m 1 0 02061073 +genus_hydrocharis n 1 3 @ #m %m 1 0 12613285 +genus_hydrochoerus n 1 2 @ #m 1 0 02365356 +genus_hydrodamalis n 1 3 @ #m %m 1 0 02074542 +genus_hydromantes n 1 3 @ #m %m 1 0 01637796 +genus_hydromys n 1 3 @ #m %m 1 0 02335007 +genus_hydrophyllum n 1 3 @ #m %m 1 0 12834671 +genus_hyemoschus n 1 3 @ #m %m 1 0 02436514 +genus_hygrocybe n 1 3 @ #m %m 1 0 13070708 +genus_hygrophorus n 1 3 @ #m %m 1 0 13071029 +genus_hygrotrama n 1 3 @ #m %m 1 0 13073211 +genus_hyla n 1 3 @ #m %m 1 0 01650509 +genus_hylactophryne n 1 3 @ #m %m 1 0 01643374 +genus_hylobates n 1 3 @ #m %m 1 0 02483224 +genus_hylocereus n 1 3 @ #m %m 1 0 11848253 +genus_hylocichla n 1 3 @ #m %m 1 0 01559294 +genus_hylophylax n 1 3 @ #m %m 1 0 01553879 +genus_hymenaea n 1 3 @ #m %m 1 0 11750359 +genus_hymenanthera n 1 2 @ #m 1 0 12391111 +genus_hymenophyllum n 1 3 @ #m %m 1 0 12951668 +genus_hynerpeton n 1 3 @ #m %m 1 0 01627786 +genus_hyoscyamus n 1 3 @ #m %m 1 0 12904148 +genus_hypentelium n 1 2 @ #m 1 0 01445718 +genus_hypericum n 1 3 @ #m %m 1 0 12367306 +genus_hyperoglyphe n 1 3 @ #m %m 1 0 02635013 +genus_hyperoodon n 1 3 @ #m %m 1 0 02068408 +genus_hyphantria n 1 3 @ #m %m 1 0 02308325 +genus_hypochaeris n 1 3 @ #m %m 1 0 11983910 +genus_hypochoeris n 1 3 @ #m %m 1 0 11983910 +genus_hypoderma n 1 3 @ #m %m 1 0 02194887 +genus_hypopachus n 1 3 @ #m %m 1 0 01653384 +genus_hypopitys n 1 2 @ #m 1 0 12259122 +genus_hypoxis n 1 3 @ #m %m 1 0 12422931 +genus_hypsiglena n 1 3 @ #m %m 1 0 01740005 +genus_hypsiprymnodon n 1 3 @ #m %m 1 0 01879701 +genus_hyracotherium n 1 3 @ #m %m 1 0 02375592 +genus_hyssopus n 1 3 @ #m %m 1 0 12848343 +genus_iberis n 1 3 @ #m %m 1 0 11889473 +genus_ibero-mesornis n 1 3 @ #m %m 1 0 01516878 +genus_ibis n 1 3 @ #m %m 1 0 02005962 +genus_ichthyosaurus n 1 3 @ #m %m 1 0 01724703 +genus_ichthyostega n 1 3 @ #m %m 1 0 01628148 +genus_ictalurus n 1 2 @ #m 1 0 02519576 +genus_icteria n 1 3 @ #m %m 1 0 01569713 +genus_icterus n 1 3 @ #m %m 1 0 01572174 +genus_ictiobus n 1 3 @ #m %m 1 0 01445305 +genus_ictonyx n 1 3 @ #m %m 1 0 02444103 +genus_idesia n 1 3 @ #m %m 1 0 12380197 +genus_iguana n 1 3 @ #m %m 1 0 01677242 +genus_iguanodon n 1 3 @ #m %m 1 0 01707566 +genus_ilex n 1 3 @ #m %m 1 0 12756862 +genus_iliamna n 1 3 @ #m %m 1 0 12181147 +genus_illecebrum n 1 3 @ #m %m 1 0 11810918 +genus_illicium n 1 3 @ #m %m 1 0 11708442 +genus_impatiens n 1 3 @ #m %m 1 0 12684153 +genus_inachis n 1 3 @ #m %m 1 0 02279127 +genus_indigofera n 1 3 @ #m %m 1 0 12535820 +genus_indri n 1 3 @ #m %m 1 0 02500144 +genus_inga n 1 3 @ #m %m 1 0 11761484 +genus_inula n 1 3 @ #m %m 1 0 11984397 +genus_ipomoea n 1 3 @ #m %m 1 0 12826395 +genus_irena n 1 3 @ #m %m 1 0 01593857 +genus_iresine n 1 3 @ #m %m 1 0 11826416 +genus_iridoprocne n 1 2 @ #m 1 0 01595330 +genus_iris n 1 2 @ %m 1 0 12411710 +genus_irvingia n 1 3 @ #m %m 1 0 12717524 +genus_isatis n 1 3 @ #m %m 1 0 11889847 +genus_ischigualastia n 1 2 @ #m 1 0 01721269 +genus_isoetes n 1 3 @ #m %m 1 0 13226135 +genus_isopyrum n 1 3 @ #m %m 1 0 11735822 +genus_istiophorus n 1 3 @ #m %m 1 0 02630468 +genus_isurus n 1 3 @ #m %m 1 0 01483980 +genus_iva n 1 3 @ #m %m 1 0 11984854 +genus_ixia n 1 3 @ #m %m 1 0 12417686 +genus_ixobrychus n 1 3 @ #m %m 1 0 02012063 +genus_ixodes n 1 3 @ #m %m 1 0 01777032 +genus_jabiru n 1 3 @ #m %m 1 0 02003735 +genus_jacksonia n 1 2 @ #m 1 0 12536455 +genus_jacquinia n 1 3 @ #m %m 1 0 12099803 +genus_jaculus n 1 3 @ #m %m 1 0 02352175 +genus_jambos n 1 2 @ #m 1 0 12332718 +genus_jamesonia n 1 2 @ #m 1 0 13211179 +genus_jasminum n 1 3 @ #m %m 1 0 12306519 +genus_jatropha n 1 3 @ #m %m 1 0 12925394 +genus_javanthropus n 1 1 @ 1 0 02474282 +genus_jordanella n 1 3 @ #m %m 1 0 01447822 +genus_juglans n 1 3 @ #m %m 1 0 12318164 +genus_junco n 1 3 @ #m %m 1 0 01534321 +genus_juncus n 1 3 @ #m %m 1 0 11743570 +genus_juniperus n 1 3 @ #m %m 1 0 11636389 +genus_jynx n 1 3 @ #m %m 1 0 01841569 +genus_kakatoe n 1 3 @ #m %m 1 0 01818959 +genus_kalmia n 1 3 @ #m %m 1 0 12237350 +genus_kalotermes n 1 2 @ #m 1 0 02225407 +genus_katsuwonus n 1 3 @ #m %m 1 0 02628856 +genus_kennedia n 1 3 @ #m %m 1 0 12536665 +genus_kennedya n 1 3 @ #m %m 1 0 12536665 +genus_kenyapithecus n 1 2 @ #m 1 0 02478990 +genus_keteleeria n 1 3 @ #m %m 1 0 11645041 +genus_khaya n 1 3 @ #m %m 1 0 12698905 +genus_kiggelaria n 1 3 @ #m %m 1 0 12380597 +genus_kinosternon n 1 3 @ #m %m 1 0 01666967 +genus_kirkia n 1 3 @ #m %m 1 0 12717914 +genus_klebsiella n 1 3 @ #m %m 1 0 01368552 +genus_knightia n 1 3 @ #m %m 1 0 12219495 +genus_kniphofia n 1 3 @ #m %m 1 0 12437311 +genus_kobus n 1 3 @ #m %m 1 0 02427337 +genus_kochia n 1 3 @ #m %m 1 0 11831730 +genus_koellia n 1 3 @ #m %m 1 0 12863458 +genus_kogia n 1 3 @ #m %m 1 0 02067462 +genus_kohleria n 1 3 @ #m %m 1 0 12832690 +genus_kolkwitzia n 1 2 @ %m 1 0 12672497 +genus_kosteletzya n 1 3 @ #m %m 1 0 12181851 +genus_krigia n 1 3 @ #m %m 1 0 11985586 +genus_krypterophaneron n 1 2 @ #m 1 0 01452051 +genus_kyphosus n 1 3 @ #m %m 1 0 02604342 +genus_lablab n 1 3 @ #m %m 1 0 12537437 +genus_laburnum n 1 3 @ #m %m 1 0 12537988 +genus_laccopetalum n 1 3 @ #m %m 1 0 11736216 +genus_lacerta n 1 3 @ #m %m 1 0 01693020 +genus_lachnolaimus n 1 2 @ #m 1 0 02608429 +genus_lactarius n 1 3 @ #m %m 1 0 13006377 +genus_lactobacillus n 1 3 @ #m %m 1 0 01379954 +genus_lactophrys n 1 3 @ #m %m 1 0 02654609 +genus_lactuca n 1 3 @ #m %m 1 0 11986091 +genus_laelia n 1 3 @ #m %m 1 0 12069821 +genus_lagarostrobus n 1 3 @ #m %m 1 0 11655764 +genus_lagenaria n 1 3 @ #m %m 1 0 12166003 +genus_lagenophera n 1 2 @ #m 1 0 11987722 +genus_lagerstroemia n 1 3 @ #m %m 1 0 12329020 +genus_lagidium n 1 3 @ #m %m 1 0 02367678 +genus_lagodon n 1 3 @ #m %m 1 0 02592244 +genus_lagopus n 1 3 @ #m %m 1 0 01796222 +genus_lagorchestes n 1 3 @ #m %m 1 0 01878203 +genus_lagostomus n 1 3 @ #m %m 1 0 02367993 +genus_lagothrix n 1 3 @ #m %m 1 0 02494257 +genus_laguncularia n 1 3 @ #m %m 1 0 12325093 +genus_lama n 1 3 @ #m %m 1 0 02437825 +genus_lambertia n 1 3 @ #m %m 1 0 12219875 +genus_lambis n 1 3 @ #m %m 1 0 01943367 +genus_laminaria n 1 3 @ #m %m 1 0 01403284 +genus_lamium n 1 3 @ #m %m 1 0 12848870 +genus_lamna n 1 3 @ #m %m 1 0 01483707 +genus_lampris n 1 3 @ #m %m 1 0 02545687 +genus_lampropeltis n 1 3 @ #m %m 1 0 01734273 +genus_languas n 1 3 @ #m %m 1 0 12356668 +genus_lanius n 1 3 @ #m %m 1 0 01598820 +genus_lansium n 1 3 @ #m %m 1 0 12699157 +genus_lanthanotus n 1 3 @ #m %m 1 0 01691525 +genus_laportea n 1 3 @ #m %m 1 0 12393942 +genus_lappula n 1 3 @ #m %m 1 0 12819953 +genus_lardizabala n 1 2 @ #m 1 0 11703205 +genus_larix n 1 3 @ #m %m 1 0 11618750 +genus_larrea n 1 3 @ #m %m 1 0 12722884 +genus_larus n 1 3 @ #m %m 1 0 02041492 +genus_lasiocampa n 1 3 @ #m %m 1 0 02306672 +genus_lasiurus n 1 3 @ #m %m 1 0 02146064 +genus_lasthenia n 1 3 @ #m %m 1 0 11987956 +genus_lastreopsis n 1 2 @ #m 1 0 13197670 +genus_lates n 1 3 @ #m %m 1 0 02560383 +genus_lathyrus n 1 3 @ #m %m 1 0 12538603 +genus_latimeria n 1 3 @ #m %m 1 0 02515560 +genus_latrodectus n 1 3 @ #m %m 1 0 01774252 +genus_laurus n 1 3 @ #m %m 1 0 11703935 +genus_lavandula n 1 3 @ #m %m 1 0 12849597 +genus_lavatera n 1 3 @ #m %m 1 0 12182414 +genus_layia n 1 3 @ #m %m 1 0 11988419 +genus_lebistes n 1 2 @ #m 1 0 01448496 +genus_lecanopteris n 1 3 @ #m %m 1 0 13175847 +genus_lecanora n 1 3 @ #m %m 1 0 12987993 +genus_leccinum n 1 3 @ #m %m 1 0 13058447 +genus_ledum n 1 3 @ #m %m 1 0 12238306 +genus_leiopelma n 1 3 @ #m %m 1 0 01645278 +genus_leiophyllum n 1 3 @ #m %m 1 0 12239100 +genus_leipoa n 1 3 @ #m %m 1 0 01801371 +genus_leishmania n 1 1 @ 1 0 01418498 +genus_leitneria n 1 3 @ #m %m 1 0 11742745 +genus_lemaireocereus n 1 3 @ #m %m 1 0 11848610 +genus_lemmus n 1 3 @ #m %m 1 0 02344785 +genus_lemna n 1 3 @ #m %m 1 0 11794791 +genus_lemur n 1 3 @ #m %m 1 0 02497550 +genus_lens n 1 2 @ #m 1 0 12544027 +genus_lentinus n 1 3 @ #m %m 1 0 13001743 +genus_leonotis n 1 3 @ #m %m 1 0 12850718 +genus_leontideus n 1 3 @ #m %m 1 0 02490964 +genus_leontocebus n 1 3 @ #m %m 1 0 02490964 +genus_leontodon n 1 3 @ #m %m 1 0 11988774 +genus_leontopodium n 1 3 @ #m %m 1 0 11989266 +genus_leonurus n 1 3 @ #m %m 1 0 12851304 +genus_lepas n 1 3 @ #m %m 1 0 01999048 +genus_lepechinia n 1 3 @ #m %m 1 0 12851673 +genus_lepidium n 1 3 @ #m %m 1 0 11890329 +genus_lepidobotrys n 1 3 @ #m %m 1 0 12701491 +genus_lepidochelys n 1 3 @ #m %m 1 0 01664244 +genus_lepidocybium n 1 3 @ #m %m 1 0 02622408 +genus_lepidothamnus n 1 3 @ #m %m 1 0 11656380 +genus_lepiota n 1 3 @ #m %m 1 0 13013187 +genus_lepisma n 1 3 @ #m %m 1 0 02270473 +genus_lepisosteus n 1 3 @ #m %m 1 0 02641215 +genus_lepomis n 1 3 @ #m %m 1 0 02563497 +genus_leptarrhena n 1 3 @ #m %m 1 0 12799119 +genus_leptinotarsa n 1 3 @ #m %m 1 0 02169833 +genus_leptodactylus n 1 3 @ #m %m 1 0 01643687 +genus_leptoglossus n 1 3 @ #m %m 1 0 02239934 +genus_leptopteris n 1 3 @ #m %m 1 0 12954185 +genus_leptoptilus n 1 3 @ #m %m 1 0 02002875 +genus_leptospira n 1 3 @ #m %m 1 0 01383332 +genus_leptotyphlops n 1 3 @ #m %m 1 0 01740721 +genus_lepus n 1 3 @ #m %m 1 0 02326237 +genus_lespedeza n 1 3 @ #m %m 1 0 12542649 +genus_lesquerella n 1 3 @ #m %m 1 0 11890723 +genus_leucadendron n 1 3 @ #m %m 1 0 12220247 +genus_leucaena n 1 3 @ #m %m 1 0 11762237 +genus_leucanthemum n 1 3 @ #m %m 1 0 11989636 +genus_leuciscus n 1 3 @ #m %m 1 0 01440949 +genus_leucocytozoan n 1 3 @ #m %m 1 0 01425076 +genus_leucocytozoon n 1 3 @ #m %m 1 0 01425076 +genus_leucogenes n 1 2 @ #m 1 0 11990804 +genus_leucothoe n 1 3 @ #m %m 1 0 12239458 +genus_levisticum n 1 3 @ #m %m 1 0 12940060 +genus_lewisia n 1 3 @ #m %m 1 0 11859981 +genus_leycesteria n 1 3 @ #m %m 1 0 12672843 +genus_leymus n 1 2 @ #m 1 0 12124358 +genus_liatris n 1 3 @ #m %m 1 0 11991080 +genus_libocedrus n 1 3 @ #m %m 1 0 11638902 +genus_lichanura n 1 3 @ #m %m 1 0 01742680 +genus_ligularia n 1 3 @ #m %m 1 0 11991993 +genus_ligustrum n 1 3 @ #m %m 1 0 12307611 +genus_lilium n 1 3 @ #m %m 1 0 12426100 +genus_limanda n 1 3 @ #m %m 1 0 02658944 +genus_limax n 1 2 @ #m 1 0 01945580 +genus_limenitis n 1 3 @ #m %m 1 0 02276527 +genus_limnobium n 1 3 @ #m %m 1 0 12613968 +genus_limnocryptes n 1 3 @ #m %m 1 0 02032646 +genus_limnodromus n 1 3 @ #m %m 1 0 02032915 +genus_limonium n 1 3 @ #m %m 1 0 12099220 +genus_limosa n 1 3 @ #m %m 1 0 02034016 +genus_limulus n 1 3 @ #m %m 1 0 01787693 +genus_linanthus n 1 3 @ #m %m 1 0 12811294 +genus_linaria n 1 3 @ #m %m 1 0 12883923 +genus_lindera n 1 3 @ #m %m 1 0 11705921 +genus_lindheimera n 1 3 @ #m %m 1 0 11992340 +genus_linnaea n 1 3 @ #m %m 1 0 12673178 +genus_linum n 1 3 @ #m %m 1 0 12486397 +genus_liomys n 1 3 @ #m %m 1 0 02349730 +genus_liopelma n 1 3 @ #m %m 1 0 01645278 +genus_liparis n 2 3 @ #m %m 2 0 12070177 02647144 +genus_liposcelis n 1 3 @ #m %m 1 0 02261286 +genus_liquidambar n 1 3 @ #m %m 1 0 12316300 +genus_liriodendron n 1 3 @ #m %m 1 0 11712153 +genus_liriope n 1 3 @ #m %m 1 0 12473011 +genus_listera n 1 3 @ #m %m 1 0 12070950 +genus_listeria n 1 3 @ #m %m 1 0 01366881 +genus_litchi n 1 3 @ #m %m 1 0 12744277 +genus_lithocarpus n 1 3 @ #m %m 1 0 12265266 +genus_lithophragma n 1 3 @ #m %m 1 0 12799580 +genus_lithops n 1 3 @ #m %m 1 0 11820323 +genus_lithospermum n 1 3 @ #m %m 1 0 12820434 +genus_litocranius n 1 3 @ #m %m 1 0 02420675 +genus_littorina n 1 3 @ #m %m 1 0 01948284 +genus_livistona n 1 3 @ #m %m 1 0 12591195 +genus_loasa n 1 3 @ #m %m 1 0 12035064 +genus_lobelia n 1 3 @ #m %m 1 0 12168385 +genus_lobipes n 1 3 @ #m %m 1 0 02038010 +genus_lobotes n 1 3 @ #m %m 1 0 02636035 +genus_lobularia n 1 3 @ #m %m 1 0 11891050 +genus_locusta n 1 3 @ #m %m 1 0 02227119 +genus_lofortyx n 1 2 @ #m 1 0 01806740 +genus_logania n 1 2 @ #m 1 0 12485331 +genus_loiseleuria n 1 3 @ #m %m 1 0 12240335 +genus_loligo n 1 3 @ #m %m 1 0 01971517 +genus_lolium n 1 3 @ #m %m 1 0 12124505 +genus_lomatia n 1 3 @ #m %m 1 0 12220654 +genus_lomogramma n 1 2 @ #m 1 0 13203115 +genus_lonas n 1 3 @ #m %m 1 0 11992674 +genus_lonchocarpus n 1 3 @ #m %m 1 0 12544646 +genus_lonicera n 1 3 @ #m %m 1 0 12673755 +genus_lophius n 1 2 @ #m 1 0 02548128 +genus_lophodytes n 1 3 @ #m %m 1 0 01855343 +genus_lopholatilus n 1 3 @ #m %m 1 0 02573075 +genus_lophophora n 1 3 @ #m %m 1 0 11849017 +genus_lophophorus n 1 3 @ #m %m 1 0 01805199 +genus_lophosoria n 1 2 @ #m 1 0 13203405 +genus_loranthus n 1 3 @ #m %m 1 0 12737745 +genus_loris n 1 3 @ #m %m 1 0 02498620 +genus_lota n 1 2 @ #m 1 0 02523338 +genus_lotus n 1 3 @ #m %m 1 0 12545090 +genus_lovoa n 1 3 @ #m %m 1 0 12699485 +genus_loxia n 1 3 @ #m %m 1 0 01533780 +genus_loxodonta n 1 3 @ #m %m 1 0 02504323 +genus_loxoma n 1 2 @ #m 1 0 13203708 +genus_loxostege n 1 3 @ #m %m 1 0 02308852 +genus_lucilia n 1 3 @ #m %m 1 0 02192127 +genus_lufengpithecus n 1 2 @ #m 1 0 02478539 +genus_luffa n 1 3 @ #m %m 1 0 12166312 +genus_lumpenus n 1 3 @ #m %m 1 0 02615829 +genus_lunaria n 1 3 @ #m %m 1 0 11891395 +genus_lunda n 1 3 @ #m %m 1 0 02048242 +genus_lupinus n 1 3 @ #m %m 1 0 12546015 +genus_luscinia n 1 3 @ #m %m 1 0 01559964 +genus_lutjanus n 1 3 @ #m %m 1 0 02586865 +genus_lutra n 1 3 @ #m %m 1 0 02444647 +genus_luvarus n 1 3 @ #m %m 1 0 02632359 +genus_lycaena n 1 3 @ #m %m 1 0 02281987 +genus_lycaeon n 1 2 @ #m 1 0 02116630 +genus_lychnis n 1 3 @ #m %m 1 0 11811308 +genus_lycium n 1 3 @ #m %m 1 0 12904720 +genus_lycoperdon n 1 2 @ #m 1 0 13043746 +genus_lycopersicon n 1 3 @ #m %m 1 0 12905655 +genus_lycopersicum n 1 3 @ #m %m 1 0 12905655 +genus_lycopodium n 1 2 @ #m 1 0 13222669 +genus_lycopus n 1 3 @ #m %m 1 0 12852049 +genus_lycosa n 1 3 @ #m %m 1 0 01775230 +genus_lyginopteris n 1 2 @ #m 1 0 11605396 +genus_lygodium n 1 3 @ #m %m 1 0 12956029 +genus_lygus n 1 3 @ #m %m 1 0 02238113 +genus_lymantria n 1 3 @ #m %m 1 0 02285909 +genus_lynx n 1 3 @ #m %m 1 0 02126951 +genus_lyonia n 1 3 @ #m %m 1 0 12240715 +genus_lyrurus n 1 3 @ #m %m 1 0 01795425 +genus_lysichiton n 1 2 @ #m 1 0 11788926 +genus_lysichitum n 1 2 @ #m 1 0 11788926 +genus_lysiloma n 1 3 @ #m %m 1 0 11762706 +genus_lysimachia n 1 3 @ #m %m 1 0 12094786 +genus_lythrum n 1 3 @ #m %m 1 0 12328241 +genus_macaca n 1 3 @ #m %m 1 0 02487217 +genus_macadamia n 1 3 @ #m %m 1 0 12220994 +genus_machaeranthera n 1 3 @ #m %m 1 0 11993007 +genus_macleaya n 1 3 @ #m %m 1 0 11906359 +genus_maclura n 1 2 @ #m 1 0 12399784 +genus_macowanites n 1 3 @ #m %m 1 0 13048212 +genus_macrocephalon n 1 3 @ #m %m 1 0 01802033 +genus_macrocheira n 1 3 @ #m %m 1 0 01982211 +genus_macroclemys n 1 3 @ #m %m 1 0 01666431 +genus_macrodactylus n 1 3 @ #m %m 1 0 02174870 +genus_macronectes n 1 3 @ #m %m 1 0 02059723 +genus_macropus n 1 3 @ #m %m 1 0 01877407 +genus_macrothelypteris n 1 2 @ #m 1 0 13229018 +genus_macrotis n 1 3 @ #m %m 1 0 01876535 +genus_macrotus n 1 3 @ #m %m 1 0 02142295 +genus_macrotyloma n 1 3 @ #m %m 1 0 12547658 +genus_macrozamia n 1 3 @ #m %m 1 0 11603630 +genus_macrozoarces n 1 3 @ #m %m 1 0 02617956 +genus_madia n 1 3 @ #m %m 1 0 11993932 +genus_madoqua n 1 3 @ #m %m 1 0 02421612 +genus_maeandra n 1 3 @ #m %m 1 0 01917167 +genus_magicicada n 1 3 @ #m %m 1 0 02257149 +genus_magnolia n 1 3 @ #m %m 1 0 11709450 +genus_mahonia n 1 2 @ #m 1 0 11699283 +genus_maia n 1 3 @ #m %m 1 0 01981884 +genus_maianthemum n 1 3 @ #m %m 1 0 12473405 +genus_maja n 1 3 @ #m %m 1 0 01981884 +genus_majorana n 1 2 @ #m 1 0 12852930 +genus_makaira n 1 3 @ #m %m 1 0 02630926 +genus_malaclemys n 1 3 @ #m %m 1 0 01667959 +genus_malacosoma n 1 3 @ #m %m 1 0 02307007 +genus_malacothamnus n 1 3 @ #m %m 1 0 12182858 +genus_malaxis n 1 3 @ #m %m 1 0 12071965 +genus_malcolmia n 1 3 @ #m %m 1 0 11891838 +genus_mallotus n 1 3 @ #m %m 1 0 02541139 +genus_malope n 1 3 @ #m %m 1 0 12183318 +genus_malopterurus n 1 3 @ #m %m 1 0 02518488 +genus_malosma n 1 3 @ #m %m 1 0 12760722 +genus_malpighia n 1 3 @ #m %m 1 0 12694193 +genus_malus n 1 3 @ #m %m 1 0 12633386 +genus_malva n 1 3 @ #m %m 1 0 12170415 +genus_malvastrum n 1 2 @ #m 1 0 12183636 +genus_malvaviscus n 1 3 @ #m %m 1 0 12183916 +genus_mammea n 1 3 @ #m %m 1 0 12370011 +genus_mammillaria n 1 3 @ #m %m 1 0 11849666 +genus_mammut n 1 3 @ #m %m 1 0 02505809 +genus_mammuthus n 1 3 @ #m %m 1 0 02504635 +genus_mandevilla n 1 3 @ #m %m 1 0 11773138 +genus_mandragora n 1 3 @ #m %m 1 0 12906334 +genus_mandrillus n 1 3 @ #m %m 1 0 02486787 +genus_manduca n 1 3 @ #m %m 1 0 02298833 +genus_mangifera n 1 3 @ #m %m 1 0 12761123 +genus_manglietia n 1 2 @ #m 1 0 11711971 +genus_manihot n 1 3 @ #m %m 1 0 12926316 +genus_manilkara n 1 3 @ #m %p 1 0 12774127 +genus_manis n 1 3 @ #m %m 1 0 02461701 +genus_manta n 1 3 @ #m %m 1 0 01500360 +genus_mantis n 1 3 @ #m %m 1 0 02235911 +genus_maranta n 1 3 @ #m %m 1 0 12351477 +genus_marasmius n 1 3 @ #m %m 1 0 13006741 +genus_marattia n 1 3 @ #m %m 1 0 13215063 +genus_marchantia n 1 3 @ #m %m 1 0 11543792 +genus_marmota n 1 3 @ #m %m 1 0 02361222 +genus_marrubium n 1 3 @ #m %m 1 0 12853901 +genus_marsilea n 1 3 @ #m %m 1 0 12957467 +genus_martes n 1 3 @ #m %m 1 0 02449921 +genus_martynia n 1 3 @ #m %m 1 0 12873834 +genus_masdevallia n 1 3 @ #m %m 1 0 12072419 +genus_masticophis n 1 3 @ #m %m 1 0 01731418 +genus_mastigoproctus n 1 3 @ #m %m 1 0 01771624 +genus_mastodon n 1 3 @ #m %m 1 0 02505809 +genus_mastotermes n 1 3 @ #m %m 1 0 02224466 +genus_matricaria n 1 3 @ #m %m 1 0 11994827 +genus_matteuccia n 1 3 @ #m %m 1 0 13197800 +genus_matthiola n 1 3 @ #m %m 1 0 11892460 +genus_maxillaria n 1 3 @ #m %m 1 0 12073007 +genus_maxostoma n 1 3 @ #m %m 1 0 01445998 +genus_mayaca n 1 2 @ #m 1 0 12608620 +genus_mayetiola n 1 3 @ #m %m 1 0 02189535 +genus_mazama n 1 3 @ #m %m 1 0 02434598 +genus_meconopsis n 1 3 @ #m %m 1 0 11906713 +genus_medicago n 1 2 @ %m 1 0 12548134 +genus_medinilla n 1 3 @ #m %m 1 0 12349491 +genus_megachile n 1 3 @ #m %m 1 0 02211283 +genus_megaderma n 1 3 @ #m %m 1 0 02144792 +genus_megalobatrachus n 1 3 @ #m %m 1 0 01633578 +genus_megalosaurus n 1 3 @ #m %m 1 0 01715383 +genus_megaptera n 1 3 @ #m %m 1 0 02065599 +genus_megatherium n 1 3 @ #m %m 1 0 02458675 +genus_melampodium n 1 3 @ #m %m 1 0 11995683 +genus_melampsora n 1 3 @ #m %m 1 0 13063936 +genus_melanerpes n 1 3 @ #m %m 1 0 01840643 +genus_melanitta n 1 3 @ #m %m 1 0 01853379 +genus_melanogrammus n 1 3 @ #m %m 1 0 02523750 +genus_melanoplus n 1 3 @ #m %m 1 0 02227430 +genus_melanotis n 1 3 @ #m %m 1 0 01587148 +genus_melastoma n 1 2 @ #m 1 0 12349091 +genus_meleagris n 1 3 @ #m %m 1 0 01793988 +genus_meles n 1 3 @ #m %m 1 0 02447896 +genus_melia n 1 3 @ #m %m 1 0 12695760 +genus_melicocca n 1 3 @ #m %m 1 0 12744656 +genus_melicoccus n 1 3 @ #m %m 1 0 12744656 +genus_melicytus n 1 2 @ #m 1 0 12391280 +genus_melilotus n 1 3 @ #m %m 1 0 11750855 +genus_melissa n 1 3 @ #m %m 1 0 12854443 +genus_mellivora n 1 3 @ #m %m 1 0 02448200 +genus_melocactus n 1 2 @ #m 1 0 11850136 +genus_melogale n 1 3 @ #m %m 1 0 02448502 +genus_melolontha n 1 3 @ #m %m 1 0 02174521 +genus_melophagus n 1 3 @ #m %m 1 0 02198996 +genus_melopsittacus n 1 3 @ #m %m 1 0 01821727 +genus_melospiza n 1 3 @ #m %m 1 0 01536474 +genus_melursus n 1 3 @ #m %m 1 0 02134240 +genus_menippe n 1 3 @ #m %m 1 0 01977366 +genus_meniscium n 1 2 @ #m 1 0 13229227 +genus_menispermum n 1 3 @ #m %m 1 0 11713034 +genus_menopon n 1 3 @ #m %m 1 0 02185694 +genus_mentha n 1 3 @ #m %m 1 0 12854925 +genus_menticirrhus n 1 3 @ #m %m 1 0 02597173 +genus_mentzelia n 1 3 @ #m %m 1 0 12035423 +genus_menura n 1 3 @ #m %m 1 0 01545425 +genus_menyanthes n 1 3 @ #m %m 1 0 12484612 +genus_menziesia n 1 3 @ #m %m 1 0 12241699 +genus_mephitis n 1 3 @ #m %m 1 0 02446014 +genus_mercenaria n 1 2 @ #m 1 0 01957923 +genus_mercurialis n 1 3 @ #m %m 1 0 12923839 +genus_mergus n 1 3 @ #m %m 1 0 01854223 +genus_meriones n 1 3 @ #m %m 1 0 02344006 +genus_merlangus n 1 3 @ #m %m 1 0 02522990 +genus_merluccius n 1 2 @ #m 1 0 02524424 +genus_merops n 1 2 @ #m 1 0 01828856 +genus_mertensia n 1 3 @ #m %m 1 0 12821257 +genus_meryta n 1 3 @ #m %m 1 0 11799158 +genus_mesembryanthemum n 1 3 @ #m %m 1 0 11820751 +genus_mesocricetus n 1 3 @ #m %m 1 0 02343187 +genus_mesohippus n 1 3 @ #m %m 1 0 02376016 +genus_mespilus n 1 3 @ #m %m 1 0 12636107 +genus_mesua n 1 3 @ #m %m 1 0 12370384 +genus_metasequoia n 1 3 @ #m %m 1 0 11639863 +genus_metroxylon n 1 2 @ #m 1 0 12591523 +genus_microcentrum n 1 3 @ #m %m 1 0 02228215 +genus_micrococcus n 1 2 @ #m 1 0 01379116 +genus_microdipodops n 1 3 @ #m %m 1 0 02350537 +genus_microgramma n 1 3 @ #m %m 1 0 13176201 +genus_micromeria n 1 3 @ #m %m 1 0 12857024 +genus_micromyx n 1 3 @ #m %m 1 0 02332315 +genus_micropogonias n 1 3 @ #m %m 1 0 02596592 +genus_micropterus n 1 3 @ #m %m 1 0 02564572 +genus_microsorium n 1 3 @ #m %m 1 0 13176523 +genus_microsporum n 1 2 @ #m 1 0 13078652 +genus_microstomus n 1 3 @ #m %m 1 0 02659667 +genus_microstrobos n 1 3 @ #m %m 1 0 11656974 +genus_microtus n 1 3 @ #m %m 1 0 02341108 +genus_micruroides n 1 3 @ #m %m 1 0 01746063 +genus_micrurus n 1 3 @ #m %m 1 0 01745780 +genus_mikania n 1 3 @ #m %m 1 0 11996092 +genus_millettia n 1 3 @ #m %m 1 0 12549649 +genus_miltonia n 1 3 @ #m %m 1 0 12073410 +genus_mimosa n 1 3 @ #m %m 1 0 11754633 +genus_mimus n 1 3 @ #m %m 1 0 01586791 +genus_minuartia n 1 2 @ #m 1 0 11812358 +genus_mirabilis n 1 3 @ #m %m 1 0 11839297 +genus_mirounga n 1 3 @ #m %m 1 0 02080291 +genus_mitchella n 1 3 @ #m %m 1 0 12668364 +genus_mitella n 1 3 @ #m %m 1 0 12800327 +genus_mnium n 1 2 @ #m 1 0 11541579 +genus_mobula n 1 3 @ #m %m 1 0 01500721 +genus_moehringia n 1 3 @ #m %m 1 0 11812573 +genus_mohria n 1 3 @ #m %m 1 0 12956791 +genus_mola n 1 3 @ #m %m 1 0 02656550 +genus_mollienesia n 1 3 @ #m %m 1 0 01449857 +genus_molluga n 1 3 @ #m %m 1 0 11821415 +genus_moloch n 1 3 @ #m %m 1 0 01688812 +genus_molothrus n 1 3 @ #m %m 1 0 01574997 +genus_molucella n 1 3 @ #m %m 1 0 12857594 +genus_molva n 1 3 @ #m %m 1 0 02525012 +genus_momordica n 1 3 @ #m %m 1 0 12167282 +genus_momotus n 1 2 @ #m 1 0 01830799 +genus_monarda n 1 3 @ #m %m 1 0 12858019 +genus_monardella n 1 3 @ #m %m 1 0 12859488 +genus_moneses n 1 3 @ #m %m 1 0 12257920 +genus_monilia n 1 3 @ #m %m 1 0 13078809 +genus_monocanthus n 1 3 @ #m %m 1 0 02653965 +genus_monochamus n 1 3 @ #m %m 1 0 02168876 +genus_monodon n 1 3 @ #m %m 1 0 02072355 +genus_monomorium n 1 3 @ #m %m 1 0 02219901 +genus_mononychus n 1 3 @ #m %m 1 0 01718632 +genus_monotropa n 1 3 @ #m %m 1 0 12258663 +genus_monstera n 1 3 @ #m %m 1 0 11789280 +genus_montezuma n 1 3 @ #m %m 1 0 12191075 +genus_montia n 1 3 @ #m %m 1 0 11860801 +genus_morchella n 1 3 @ #m %m 1 0 13031956 +genus_morone n 1 3 @ #m %m 1 0 02566325 +genus_morus n 1 3 @ #m %m 1 0 12398990 +genus_moschus n 1 3 @ #m %m 1 0 02435099 +genus_motacilla n 1 3 @ #m %m 1 0 01528244 +genus_mucor n 1 3 @ #m %m 1 0 12973202 +genus_mucuna n 1 3 @ #m %m 1 0 12549976 +genus_mugil n 1 3 @ #m %m 1 0 02601589 +genus_muhlenbergia n 1 3 @ #m %m 1 0 12125398 +genus_mulloidichthys n 1 3 @ #m %m 1 0 02600657 +genus_mullus n 1 3 @ #m %m 1 0 02600135 +genus_muntiacus n 1 3 @ #m %m 1 0 02434834 +genus_muntingia n 1 3 @ #m %m 1 0 12193964 +genus_mus n 1 3 @ #m %m 1 0 02331960 +genus_musa n 1 3 @ #m %m 1 0 12352150 +genus_musca n 1 3 @ #m %m 1 0 02190648 +genus_muscardinus n 1 3 @ #m %m 1 0 02353037 +genus_muscari n 1 3 @ #m %m 1 0 12460549 +genus_muscicapa n 1 3 @ #m %m 1 0 01556040 +genus_muscivora n 1 3 @ #m %m 1 0 01555172 +genus_musophaga n 1 2 @ #m 1 0 01825155 +genus_mustela n 1 3 @ #m %m 1 0 02441723 +genus_mustelus n 1 3 @ #m %m 1 0 01492212 +genus_mutinus n 1 2 @ #m 1 0 13041172 +genus_mutisia n 1 3 @ #m %m 1 0 11996490 +genus_mya n 1 3 @ #m %m 1 0 01957202 +genus_myadestes n 1 3 @ #m %m 1 0 01561059 +genus_mycobacterium n 1 3 @ #m %m 1 0 01376948 +genus_mycoplasma n 1 3 @ #m %m 1 0 01373675 +genus_mycteria n 1 3 @ #m %m 1 0 02004661 +genus_mycteroperca n 1 3 @ #m %m 1 0 02570038 +genus_mylodon n 1 3 @ #m %m 1 0 02459313 +genus_myocastor n 1 3 @ #m %m 1 0 02366825 +genus_myopus n 1 3 @ #m %m 1 0 02345213 +genus_myosotis n 1 3 @ #m %m 1 0 12821736 +genus_myotis n 1 3 @ #m %m 1 0 02146526 +genus_myrciaria n 1 3 @ #m %m 1 0 12332866 +genus_myrica n 1 3 @ #m %m 1 0 11741010 +genus_myricaria n 1 3 @ #m %m 1 0 12386724 +genus_myriophyllum n 1 3 @ #m %m 1 0 12326842 +genus_myristica n 1 3 @ #m %m 1 0 11714150 +genus_myrmecia n 1 3 @ #m %m 1 0 02222199 +genus_myrmecobius n 1 3 @ #m %m 1 0 01885367 +genus_myrmecophaga n 1 3 @ #m %m 1 0 02460275 +genus_myrmeleon n 1 3 @ #m %m 1 0 02263848 +genus_myroxylon n 1 3 @ #m %m 1 0 12550968 +genus_myrrhis n 1 3 @ #m %m 1 0 12940427 +genus_myrsine n 1 2 @ #m 1 0 12097013 +genus_myrtillocactus n 1 3 @ #m %m 1 0 11850337 +genus_myrtus n 1 3 @ #m %m 1 0 12330336 +genus_mysis n 1 3 @ #m %m 1 0 01989254 +genus_mytilus n 1 3 @ #m %m 1 0 01963876 +genus_myxine n 1 3 @ #m %m 1 0 01478816 +genus_myxinikela n 1 3 @ #m %m 1 0 01479329 +genus_myxocephalus n 1 3 @ #m %m 1 0 02646117 +genus_nabalus n 1 3 @ #m %m 1 0 11996792 +genus_naemorhedus n 1 3 @ #m %m 1 0 02418648 +genus_nageia n 1 3 @ #m %m 1 0 11657314 +genus_naias n 1 3 @ #m %m 1 0 12611479 +genus_naja n 1 3 @ #m %m 1 0 01747739 +genus_najas n 1 3 @ #m %m 1 0 12611479 +genus_nanomia n 1 3 @ #m %m 1 0 01912688 +genus_napaea n 1 3 @ #m %m 1 0 12184337 +genus_narcissus n 1 3 @ #m %m 1 0 12421334 +genus_narthecium n 1 3 @ #m %m 1 0 12463574 +genus_nasalis n 1 2 @ #m 1 0 02489060 +genus_nasturtium n 1 3 @ #m %m 1 0 11893004 +genus_nasua n 1 3 @ #m %m 1 0 02509405 +genus_natrix n 1 3 @ #m %m 1 0 01737197 +genus_nauclea n 1 3 @ #m %m 1 0 12668732 +genus_naucrates n 1 3 @ #m %m 1 0 02580055 +genus_nautilus n 1 3 @ #m %m 1 0 01968732 +genus_necturus n 1 3 @ #m %m 1 0 01634392 +genus_negaprion n 1 3 @ #m %m 1 0 01490546 +genus_nelumbo n 1 3 @ #m %m 1 0 11717239 +genus_nemophila n 1 3 @ #m %m 1 0 12836033 +genus_neoceratodus n 1 2 @ #m 1 0 02516867 +genus_neofiber n 1 3 @ #m %m 1 0 02338319 +genus_neohygrophorus n 1 3 @ #m %m 1 0 13073526 +genus_neolentinus n 1 2 @ #m 1 0 13051196 +genus_neomys n 1 3 @ #m %m 1 0 01892876 +genus_neophron n 1 3 @ #m %m 1 0 01617633 +genus_neotoma n 1 3 @ #m %m 1 0 02339768 +genus_nepa n 1 2 @ #m 1 0 02242669 +genus_nepenthes n 1 3 @ #m %m 1 0 12781814 +genus_nepeta n 1 3 @ #m %m 1 0 12859873 +genus_nephelium n 1 3 @ #m %m 1 0 12745160 +genus_nephrolepis n 1 3 @ #m %m 1 0 13204646 +genus_nephrops n 1 2 @ #m 1 0 01984131 +genus_nephthytis n 1 3 @ #m %m 1 0 11789796 +genus_nerita n 1 3 @ #m %m 1 0 01946487 +genus_neritina n 1 3 @ #m %m 1 0 01947020 +genus_nerium n 1 3 @ #m %m 1 0 11773860 +genus_nerodia n 1 2 @ #m 1 0 01737356 +genus_nesokia n 1 3 @ #m %m 1 0 02334079 +genus_nestor n 1 3 @ #m %m 1 0 01818704 +genus_neurospora n 1 2 @ #m 1 0 12964321 +genus_neurotrichus n 1 3 @ #m %m 1 0 01891145 +genus_nicandra n 1 3 @ #m %m 1 0 12906926 +genus_nicotiana n 1 3 @ #m %m 1 0 12907287 +genus_nidularia n 1 2 @ #m 1 0 13046887 +genus_nierembergia n 1 3 @ #m %m 1 0 12908432 +genus_nigella n 1 3 @ #m %m 1 0 11736569 +genus_nigroporus n 1 2 @ #m 1 0 13051546 +genus_nimravus n 1 3 @ #m %m 1 0 02131076 +genus_nipa n 1 3 @ #m %m 1 0 12591897 +genus_nitella n 1 2 @ #m 1 0 01413071 +genus_nitrobacter n 1 3 @ #m %m 1 0 01362196 +genus_nitrosomonas n 1 3 @ #m %m 1 0 01362480 +genus_noctiluca n 1 3 @ #m %m 1 0 01417553 +genus_noctua n 1 2 @ #m 1 0 02295570 +genus_nolina n 1 3 @ #m %m 1 0 12479821 +genus_nomia n 1 3 @ #m %m 1 0 02210567 +genus_nopalea n 1 3 @ #m %m 1 0 11851101 +genus_nostoc n 1 3 @ #m %m 1 0 01359203 +genus_notechis n 1 3 @ #m %m 1 0 01750315 +genus_notemigonus n 1 2 @ #m 1 0 01442055 +genus_nothofagus n 1 3 @ #m %m 1 0 12265900 +genus_nothosaurus n 1 3 @ #m %m 1 0 01726079 +genus_notomys n 1 3 @ #m %m 1 0 02334609 +genus_notonecta n 1 3 @ #m %m 1 0 02240852 +genus_notophthalmus n 1 2 @ #m 1 0 01630795 +genus_notornis n 1 3 @ #m %m 1 0 02017607 +genus_notoryctus n 1 3 @ #m %m 1 0 01885856 +genus_notropis n 1 3 @ #m %m 1 0 01441625 +genus_nucifraga n 1 3 @ #m %m 1 0 01581607 +genus_numenius n 1 3 @ #m %m 1 0 02033444 +genus_numida n 1 3 @ #m %m 1 0 01808989 +genus_nuphar n 1 3 @ #m %m 1 0 11716285 +genus_nuytsia n 1 3 @ #m %m 1 0 12738480 +genus_nyctaginia n 1 3 @ #m %m 1 0 11836137 +genus_nyctanassa n 1 3 @ #m %m 1 0 02010881 +genus_nyctereutes n 1 3 @ #m %m 1 0 02116322 +genus_nycticebus n 1 3 @ #m %m 1 0 02498888 +genus_nycticorax n 1 3 @ #m %m 1 0 02010592 +genus_nyctimene n 1 3 @ #m %m 1 0 02140357 +genus_nymphaea n 1 3 @ #m %m 1 0 11715207 +genus_nymphalis n 1 3 @ #m %m 1 0 02275372 +genus_nymphicus n 1 3 @ #m %m 1 0 01819600 +genus_nypa n 1 3 @ #m %m 1 0 12591897 +genus_nyssa n 1 3 @ #m %m 1 0 12340202 +genus_oceanites n 1 3 @ #m %m 1 0 02061425 +genus_ochna n 1 3 @ #m %m 1 0 12382699 +genus_ochotona n 1 3 @ #m %m 1 0 02328662 +genus_ochroma n 1 3 @ #m %m 1 0 12191461 +genus_ocimum n 1 3 @ #m %m 1 0 12860254 +genus_octopus n 1 3 @ #m %m 1 0 01970030 +genus_ocyurus n 1 3 @ #m %m 1 0 02587761 +genus_odobenus n 1 3 @ #m %m 1 0 02081423 +genus_odocoileus n 1 3 @ #m %m 1 0 02432139 +genus_odontaspis n 1 3 @ #m %m 1 0 01487312 +genus_odontoglossum n 1 3 @ #m %m 1 0 12073744 +genus_odontophorus n 1 2 @ #m 1 0 01805446 +genus_oecanthus n 1 3 @ #m %m 1 0 02230355 +genus_oedogonium n 1 2 @ #m 1 0 01411871 +genus_oenanthe n 2 3 @ #m %m 2 0 12940778 01561613 +genus_oenothera n 1 2 @ #m 1 0 12344131 +genus_oestrus n 1 3 @ #m %m 1 0 02194599 +genus_okapia n 1 3 @ #m %m 1 0 02439286 +genus_olea n 1 3 @ #m %m 1 0 12300625 +genus_oleandra n 1 3 @ #m %m 1 0 13204102 +genus_olearia n 1 3 @ #m %m 1 0 11997775 +genus_olfersia n 1 2 @ #m 1 0 13198354 +genus_oligoplites n 1 3 @ #m %m 1 0 02577532 +genus_oligoporus n 1 2 @ #m 1 0 13051866 +genus_ommastrephes n 1 3 @ #m %m 1 0 01971728 +genus_omphalotus n 1 3 @ #m %m 1 0 13005166 +genus_oncidium n 1 3 @ #m %m 1 0 12074205 +genus_oncorhynchus n 1 3 @ #m %m 1 0 02535909 +genus_ondatra n 1 3 @ #m %m 1 0 02338029 +genus_oniscus n 1 3 @ #m %m 1 0 01991808 +genus_onobrychis n 1 3 @ #m %m 1 0 12552081 +genus_onoclea n 1 3 @ #m %m 1 0 13198728 +genus_ononis n 1 3 @ #m %m 1 0 12552658 +genus_onopordon n 1 3 @ #m %m 1 0 11998648 +genus_onopordum n 1 3 @ #m %m 1 0 11998648 +genus_onosmodium n 1 3 @ #m %m 1 0 12822284 +genus_onychium n 1 2 @ #m 1 0 13211305 +genus_onychogalea n 1 3 @ #m %m 1 0 01878500 +genus_onychomys n 1 3 @ #m %m 1 0 02337774 +genus_opheodrys n 1 3 @ #m %m 1 0 01729838 +genus_ophiodon n 1 3 @ #m %m 1 0 02552894 +genus_ophioglossum n 1 3 @ #m %m 1 0 12960211 +genus_ophiophagus n 1 3 @ #m %m 1 0 01748560 +genus_ophisaurus n 1 3 @ #m %m 1 0 01690339 +genus_ophrys n 1 3 @ #m %m 1 0 12074678 +genus_opisthocomus n 1 3 @ #m %m 1 0 01809592 +genus_opuntia n 1 3 @ #m %m 1 0 11851395 +genus_orbignya n 1 3 @ #m %m 1 0 12592351 +genus_orchestia n 1 3 @ #m %m 1 0 01993065 +genus_orchis n 1 3 @ #m %m 1 0 12043248 +genus_orcinus n 1 3 @ #m %m 1 0 02071173 +genus_oreamnos n 1 3 @ #m %m 1 0 02418341 +genus_orectolobus n 1 3 @ #m %m 1 0 01486411 +genus_oreopteris n 1 3 @ #m %m 1 0 13229358 +genus_oreortyx n 1 3 @ #m %m 1 0 01808447 +genus_origanum n 1 3 @ #m %m 1 0 12852726 +genus_oriolus n 1 3 @ #m %m 1 0 01575941 +genus_orites n 1 3 @ #m %m 1 0 12221943 +genus_ormosia n 1 3 @ #m %m 1 0 12553314 +genus_ornithogalum n 1 3 @ #m %m 1 0 12459471 +genus_ornithorhynchus n 1 3 @ #m %m 1 0 01873144 +genus_orontium n 1 3 @ #m %m 1 0 11790239 +genus_ortalis n 1 3 @ #m %m 1 0 01800286 +genus_orthilia n 1 2 @ #m 1 0 12257140 +genus_orthopristis n 1 3 @ #m %m 1 0 02589955 +genus_orthotomus n 1 3 @ #m %m 1 0 01566082 +genus_orycteropus n 1 3 @ #m %m 1 0 02082632 +genus_oryctolagus n 1 3 @ #m %m 1 0 02324717 +genus_oryx n 1 3 @ #m %m 1 0 02428229 +genus_oryza n 1 3 @ #m %m 1 0 12125782 +genus_oryzomys n 1 3 @ #m %m 1 0 02340521 +genus_oryzopsis n 1 3 @ #m %m 1 0 12126238 +genus_osmanthus n 1 3 @ #m %m 1 0 12309403 +genus_osmerus n 1 3 @ #m %m 1 0 02540637 +genus_osmunda n 1 3 @ #m %m 1 0 12953079 +genus_ostrea n 1 3 @ #m %m 1 0 01960900 +genus_ostrya n 1 3 @ #m %m 1 0 12287388 +genus_ostryopsis n 1 2 @ #m 1 0 12288188 +genus_otaria n 1 3 @ #m %m 1 0 02078159 +genus_othonna n 1 3 @ #m %m 1 0 11999140 +genus_otis n 1 3 @ #m %m 1 0 02019044 +genus_otus n 1 3 @ #m %m 1 0 01623284 +genus_ouranopithecus n 1 2 @ #m 1 0 02478416 +genus_ovalipes n 1 3 @ #m %m 1 0 01979395 +genus_ovibos n 1 3 @ #m %m 1 0 02411075 +genus_ovis n 1 3 @ #m %m 1 0 02411427 +genus_oxalis n 1 3 @ #m %m 1 0 12702706 +genus_oxandra n 1 2 @ #m 1 0 11696338 +genus_oxybelis n 1 3 @ #m %m 1 0 01739260 +genus_oxydendrum n 1 3 @ #m %m 1 0 12242287 +genus_oxylebius n 1 3 @ #m %m 1 0 02649082 +genus_oxytropis n 1 3 @ #m %m 1 0 12554242 +genus_oxyura n 1 3 @ #m %m 1 0 01849747 +genus_oxyuranus n 1 3 @ #m %m 1 0 01751353 +genus_ozonium n 1 2 @ #m 1 0 13082711 +genus_ozothamnus n 1 3 @ #m %m 1 0 11999455 +genus_pachycephala n 1 3 @ #m %m 1 0 01556368 +genus_pachyrhizus n 1 3 @ #m %m 1 0 12555069 +genus_pachysandra n 1 3 @ #m %m 1 0 12746733 +genus_packera n 1 3 @ #m %m 1 0 11999958 +genus_padda n 1 3 @ #m %m 1 0 01543508 +genus_paeonia n 1 3 @ #m %m 1 0 11719120 +genus_pagellus n 1 3 @ #m %m 1 0 02591493 +genus_pagophila n 1 3 @ #m %m 1 0 02042342 +genus_pagophilus n 1 3 @ #m %m 1 0 02080022 +genus_pagrus n 1 3 @ #m %m 1 0 02591205 +genus_pagurus n 1 3 @ #m %m 1 0 01986072 +genus_palaemon n 1 3 @ #m %m 1 0 01987353 +genus_palaquium n 1 3 @ #m %m 1 0 12774891 +genus_paleacrita n 1 3 @ #m %m 1 0 02287204 +genus_palinurus n 1 3 @ #m %m 1 0 01984547 +genus_paliurus n 1 3 @ #m %m 1 0 13143626 +genus_palometa n 1 3 @ #m %m 1 0 02633555 +genus_pan n 1 3 @ #m %m 1 0 02481629 +genus_panax n 1 3 @ #m %m 1 0 11799520 +genus_pandanus n 1 3 @ #m %m 1 0 12154628 +genus_pandion n 1 3 @ #m %m 1 0 01615949 +genus_panicum n 1 3 @ #m %m 1 0 12126911 +genus_panonychus n 1 3 @ #m %m 1 0 01782378 +genus_panthera n 1 3 @ #m %m 1 0 02128120 +genus_papaver n 1 3 @ #m %m 1 0 11900986 +genus_paphiopedilum n 1 3 @ #m %m 1 0 12075495 +genus_papio n 1 2 @ #m 1 0 02486565 +genus_paprilus n 1 3 @ #m %m 1 0 02633844 +genus_paracheirodon n 1 3 @ #m %m 1 0 02584004 +genus_paradoxurus n 1 3 @ #m %m 1 0 02138042 +genus_paralichthys n 1 3 @ #m %m 1 0 02661317 +genus_paralithodes n 1 3 @ #m %m 1 0 01981137 +genus_paramecium n 1 3 @ #m %m 1 0 01395885 +genus_paranthias n 1 3 @ #m %m 1 0 02569770 +genus_paranthropus n 1 1 @ 1 0 02477516 +genus_parascalops n 1 2 @ #m 1 0 01890033 +genus_parasitaxus n 1 3 @ #m %m 1 0 11657763 +genus_parathelypteris n 1 3 @ #m %m 1 0 13229747 +genus_parietaria n 1 3 @ #m %m 1 0 12394494 +genus_paris n 1 3 @ #m %m 1 0 12469372 +genus_parkia n 1 3 @ #m %m 1 0 11763473 +genus_parkinsonia n 1 3 @ #m %m 1 0 12497492 +genus_parmelia n 1 3 @ #m %m 1 0 12991645 +genus_parnassia n 1 3 @ #m %m 1 0 12801323 +genus_parochetus n 1 3 @ #m %m 1 0 12555720 +genus_paronychia n 1 3 @ #m %m 1 0 11813309 +genus_parophrys n 1 3 @ #m %m 1 0 02664511 +genus_parrotia n 1 3 @ #m %m 1 0 12317164 +genus_parrotiopsis n 1 2 @ #m 1 0 12317611 +genus_parthenium n 1 3 @ #m %m 1 0 12000609 +genus_parthenocissus n 1 3 @ #m %m 1 0 13148019 +genus_parula n 1 3 @ #m %m 1 0 01567530 +genus_parus n 1 3 @ #m %m 1 0 01591910 +genus_paspalum n 1 3 @ #m %m 1 0 12127890 +genus_passer n 1 3 @ #m %m 1 0 01539772 +genus_passerina n 1 3 @ #m %m 1 0 01537360 +genus_passiflora n 1 3 @ #m %m 1 0 12383256 +genus_pastinaca n 1 2 @ %m 1 0 12941360 +genus_patella n 1 3 @ #m %m 1 0 01948917 +genus_pavo n 1 3 @ #m %m 1 0 01805692 +genus_pavonia n 1 3 @ #m %m 1 0 12184724 +genus_payena n 1 3 @ #m %m 1 0 12775225 +genus_pecari n 1 3 @ #m %m 1 0 02397377 +genus_pecopteris n 1 3 @ #m %m 1 0 11545214 +genus_pecten n 1 3 @ #m %m 1 0 01966204 +genus_pediculus n 1 3 @ #m %m 1 0 02184270 +genus_pedilanthus n 1 3 @ #m %m 1 0 12927921 +genus_pediocactus n 1 3 @ #m %m 1 0 11850748 +genus_pedioecetes n 1 2 @ #m 1 0 01798052 +genus_pedionomus n 1 3 @ #m %m 1 0 02020450 +genus_peireskia n 1 3 @ #m %m 1 0 11852255 +genus_pelargonium n 1 3 @ #m %m 1 0 12687211 +genus_pelecanus n 1 3 @ #m %m 1 0 02052044 +genus_pellaea n 1 3 @ #m %m 1 0 13211516 +genus_pellicularia n 1 3 @ #m %m 1 0 13015826 +genus_peltandra n 1 3 @ #m %m 1 0 11790624 +genus_peltiphyllum n 1 3 @ #m %m 1 0 12797213 +genus_penelope n 1 2 @ #m 1 0 01799876 +genus_peneus n 1 3 @ #m %m 1 0 01988064 +genus_penicillium n 1 2 @ #m 1 0 13079953 +genus_pennatula n 1 3 @ #m %m 1 0 01915541 +genus_pennisetum n 1 3 @ #m %m 1 0 12128645 +genus_penstemon n 1 3 @ #m %m 1 0 12884523 +genus_peperomia n 1 3 @ #m %m 1 0 13150741 +genus_perca n 1 3 @ #m %m 1 0 02557033 +genus_percina n 1 3 @ #m %m 1 0 02558079 +genus_perdix n 1 3 @ #m %m 1 0 01807701 +genus_pereskia n 1 3 @ #m %m 1 0 11852255 +genus_pericallis n 1 3 @ #m %m 1 0 12001565 +genus_peridinium n 1 2 @ #m 1 0 01417982 +genus_perilla n 1 3 @ #m %m 1 0 12860842 +genus_periophthalmus n 1 3 @ #m %m 1 0 02619409 +genus_peripatopsis n 1 2 @ #m 1 0 02000764 +genus_peripatus n 1 2 @ #m 1 0 02000195 +genus_periplaneta n 1 3 @ #m %m 1 0 02234181 +genus_periploca n 1 3 @ #m %m 1 0 13237343 +genus_perisoreus n 1 3 @ #m %m 1 0 01581041 +genus_peristedion n 1 3 @ #m %m 1 0 02651412 +genus_pernis n 1 3 @ #m %m 1 0 01608086 +genus_perodicticus n 1 3 @ #m %m 1 0 02499178 +genus_perognathus n 1 3 @ #m %m 1 0 02349040 +genus_peromyscus n 1 3 @ #m %m 1 0 02336451 +genus_peronospora n 1 3 @ #m %m 1 0 12980652 +genus_persea n 1 3 @ #m %m 1 0 11706629 +genus_persoonia n 1 3 @ #m %m 1 0 12222334 +genus_pertusaria n 1 2 @ #m 1 0 12989301 +genus_petasites n 1 3 @ #m %m 1 0 12002197 +genus_petaurista n 1 3 @ #m %m 1 0 02362420 +genus_petaurus n 1 3 @ #m %m 1 0 01881991 +genus_petrocoptis n 1 2 @ #m 1 0 11813830 +genus_petrogale n 1 3 @ #m %m 1 0 01878803 +genus_petromyzon n 1 3 @ #m %m 1 0 01477745 +genus_petroselinum n 1 3 @ #m %m 1 0 12942270 +genus_petteria n 1 3 @ #m %m 1 0 12498316 +genus_petunia n 1 3 @ #m %m 1 0 12909252 +genus_peziza n 1 3 @ #m %m 1 0 13030438 +genus_pezophaps n 1 3 @ #m %m 1 0 01811394 +genus_phacelia n 1 3 @ #m %m 1 0 12836663 +genus_phacochoerus n 1 3 @ #m %m 1 0 02396970 +genus_phaethon n 1 3 @ #m %m 1 0 02054966 +genus_phaius n 1 3 @ #m %m 1 0 12076075 +genus_phalacrocorax n 1 3 @ #m %m 1 0 02053859 +genus_phalaenopsis n 1 3 @ #m %m 1 0 12076381 +genus_phalaenoptilus n 1 3 @ #m %m 1 0 01836527 +genus_phalanger n 1 3 @ #m %m 1 0 01881416 +genus_phalangium n 1 3 @ #m %m 1 0 01769930 +genus_phalaris n 1 3 @ #m %m 1 0 12129525 +genus_phalaropus n 1 3 @ #m %m 1 0 02037713 +genus_phallus n 1 3 @ #m %m 1 0 13040108 +genus_pharomacrus n 1 3 @ #m %m 1 0 01844414 +genus_phascogale n 1 3 @ #m %m 1 0 01885032 +genus_phascolarctos n 1 2 @ #m 1 0 01882607 +genus_phaseolus n 1 3 @ #m %m 1 0 12556030 +genus_phasianus n 1 3 @ #m %m 1 0 01802895 +genus_phegopteris n 1 3 @ #m %m 1 0 13230421 +genus_phellodendron n 1 3 @ #m %m 1 0 12713664 +genus_phenacomys n 1 3 @ #m %m 1 0 02342413 +genus_philadelphus n 1 3 @ #m %m 1 0 12790835 +genus_philaenus n 1 3 @ #m %m 1 0 02258065 +genus_phillyrea n 1 3 @ #m %m 1 0 12309850 +genus_philodendron n 1 3 @ #m %m 1 0 11791155 +genus_philohela n 1 3 @ #m %m 1 0 02031455 +genus_philomachus n 1 3 @ #m %m 1 0 02029914 +genus_philophylla n 1 2 @ #m 1 0 02198021 +genus_phlebodium n 1 3 @ #m %m 1 0 13176873 +genus_phlebotomus n 1 3 @ #m %m 1 0 02204084 +genus_phleum n 1 3 @ #m %m 1 0 12130408 +genus_phlomis n 1 3 @ #m %m 1 0 12861139 +genus_phlox n 1 3 @ #m %m 1 0 12810318 +genus_phoca n 1 3 @ #m %m 1 0 02079706 +genus_phocoena n 1 3 @ #m %m 1 0 02070311 +genus_phoenicophorium n 1 3 @ #m %m 1 0 12593689 +genus_phoeniculus n 1 3 @ #m %m 1 0 01830316 +genus_phoenicurus n 1 3 @ #m %m 1 0 01561318 +genus_phoenix n 1 2 @ #m 1 0 12593826 +genus_pholas n 1 3 @ #m %m 1 0 01967812 +genus_pholidota n 1 3 @ #m %m 1 0 12077062 +genus_pholiota n 1 3 @ #m %m 1 0 13007770 +genus_pholis n 1 3 @ #m %m 1 0 02615157 +genus_pholistoma n 1 3 @ #m %m 1 0 12837643 +genus_phoradendron n 1 3 @ #m %m 1 0 12739595 +genus_photinia n 1 2 @ #m 1 0 12636430 +genus_photoblepharon n 1 2 @ #m 1 0 01452200 +genus_phoxinus n 1 3 @ #m %m 1 0 01442855 +genus_phragmipedium n 1 2 @ #m 1 0 12077505 +genus_phragmites n 1 3 @ #m %m 1 0 12130759 +genus_phrynosoma n 1 3 @ #m %m 1 0 01681812 +genus_phthirius n 1 3 @ #m %m 1 0 02185007 +genus_phthirus n 1 3 @ #m %m 1 0 02185007 +genus_phthorimaea n 1 3 @ #m %m 1 0 02294279 +genus_phyllitis n 1 2 @ #m 1 0 13184164 +genus_phyllium n 1 3 @ #m %m 1 0 02232086 +genus_phyllocladus n 1 3 @ #m %m 1 0 11649749 +genus_phyllodoce n 1 3 @ #m %m 1 0 12242668 +genus_phylloporus n 1 3 @ #m %m 1 0 13058796 +genus_phyllorhynchus n 1 3 @ #m %m 1 0 01729533 +genus_phylloscopus n 1 2 @ #m 1 0 01565238 +genus_phyllostachys n 1 3 @ #m %m 1 0 12148962 +genus_phyllostomus n 1 3 @ #m %m 1 0 02142575 +genus_phylloxera n 1 3 @ #m %m 1 0 02255698 +genus_physa n 1 3 @ #m %m 1 0 01952557 +genus_physalia n 1 3 @ #m %m 1 0 01913035 +genus_physalis n 1 3 @ #m %m 1 0 12910141 +genus_physaria n 1 3 @ #m %m 1 0 11893451 +genus_physeter n 1 3 @ #m %m 1 0 02067100 +genus_physostegia n 1 3 @ #m %m 1 0 12861751 +genus_physostigma n 1 3 @ #m %m 1 0 12486732 +genus_phytelephas n 1 3 @ #m %m 1 0 12594165 +genus_phytolacca n 1 3 @ #m %m 1 0 11855122 +genus_phytophthora n 1 3 @ #m %m 1 0 12982723 +genus_pica n 1 3 @ #m %m 1 0 01582111 +genus_picea n 1 3 @ #m %m 1 0 11624367 +genus_pickeringia n 1 3 @ #m %m 1 0 12558902 +genus_picoides n 1 2 @ #m 1 0 01839221 +genus_picrasma n 1 3 @ #m %m 1 0 12718314 +genus_picris n 1 3 @ #m %m 1 0 12002957 +genus_picumnus n 1 3 @ #m %m 1 0 01841815 +genus_picus n 1 3 @ #m %m 1 0 01838961 +genus_pieris n 2 3 @ #m %m 2 0 12243292 02280845 +genus_pilea n 1 3 @ #m %m 1 0 12394861 +genus_pilosella n 1 3 @ #m %m 1 0 12003407 +genus_pilularia n 1 3 @ #m %m 1 0 12958140 +genus_pimenta n 1 3 @ #m %m 1 0 12330751 +genus_pimpinella n 1 3 @ #m %m 1 0 12942930 +genus_pinckneya n 1 3 @ #m %m 1 0 12669157 +genus_pinctada n 1 3 @ #m %m 1 0 01961862 +genus_pineus n 1 3 @ #m %m 1 0 02255144 +genus_pinguicula n 1 3 @ #m %m 1 0 12872698 +genus_pinguinus n 1 3 @ #m %m 1 0 02046321 +genus_pinicola n 1 3 @ #m %m 1 0 01540969 +genus_pinnotheres n 1 3 @ #m %m 1 0 01980471 +genus_pinus n 1 3 @ #m %m 1 0 11608055 +genus_pipa n 1 2 @ #m 1 0 01653975 +genus_piper n 1 3 @ #m %m 1 0 13149039 +genus_pipile n 1 3 @ #m %m 1 0 01800042 +genus_pipilo n 1 3 @ #m %m 1 0 01542055 +genus_pipistrellus n 1 3 @ #m %m 1 0 02147747 +genus_pipra n 1 3 @ #m %m 1 0 01551549 +genus_piptadenia n 1 2 @ #m 1 0 11764072 +genus_pipturus n 1 3 @ #m %m 1 0 12395717 +genus_piqueria n 1 3 @ #m %m 1 0 12004310 +genus_piranga n 1 3 @ #m %m 1 0 01597551 +genus_piroplasma n 1 2 @ #m 1 0 01425501 +genus_pisanosaurus n 1 3 @ #m %m 1 0 01700754 +genus_piscidia n 1 3 @ #m %m 1 0 12559302 +genus_pisonia n 1 3 @ #m %m 1 0 11841061 +genus_pistacia n 1 3 @ #m %m 1 0 12761471 +genus_pistia n 1 3 @ #m %m 1 0 11791446 +genus_pisum n 1 3 @ #m %m 1 0 12559842 +genus_pithecanthropus n 1 1 @ 1 0 02473554 +genus_pithecellobium n 1 3 @ #m %m 1 0 11764231 +genus_pithecia n 1 3 @ #m %m 1 0 02492833 +genus_pithecolobium n 1 3 @ #m %m 1 0 11764231 +genus_pitta n 1 2 @ #m 1 0 01554825 +genus_pituophis n 1 3 @ #m %m 1 0 01733634 +genus_pitymys n 1 3 @ #m %m 1 0 02340813 +genus_pityrogramma n 1 3 @ #m %m 1 0 13212751 +genus_placuna n 1 3 @ #m %m 1 0 01962662 +genus_plagianthus n 1 3 @ #m %m 1 0 12185078 +genus_planera n 1 2 @ #m 1 0 12410032 +genus_planococcus n 1 3 @ #m %m 1 0 02251452 +genus_plantago n 1 3 @ #m %m 1 0 12598629 +genus_plasmodiophora n 1 3 @ #m %m 1 0 12983404 +genus_plasmodium n 1 3 @ #m %m 1 0 01424282 +genus_platalea n 1 3 @ #m %m 1 0 02006827 +genus_platanthera n 1 3 @ #m %m 1 0 12077732 +genus_platanus n 1 3 @ #m %m 1 0 12806455 +genus_platichthys n 1 3 @ #m %m 1 0 02658670 +genus_platycerium n 1 3 @ #m %m 1 0 13177354 +genus_platylobium n 1 3 @ #m %m 1 0 12561696 +genus_platymiscium n 1 3 @ #m %m 1 0 12562420 +genus_platypoecilus n 1 3 @ #m %m 1 0 01449586 +genus_platystemon n 1 3 @ #m %m 1 0 11907267 +genus_plautus n 1 3 @ #m %m 1 0 02046045 +genus_plecotus n 1 3 @ #m %m 1 0 02148698 +genus_plectania n 1 2 @ #m 1 0 13031007 +genus_plectorrhiza n 1 3 @ #m %m 1 0 12078596 +genus_plectranthus n 1 3 @ #m %m 1 0 12862312 +genus_plectrophenax n 1 3 @ #m %m 1 0 01538498 +genus_pleione n 1 3 @ #m %m 1 0 12078954 +genus_pleiospilos n 1 3 @ #m %m 1 0 11821777 +genus_plesianthropus n 1 2 @ #m 1 0 02476074 +genus_plesiosaurus n 1 3 @ #m %m 1 0 01725570 +genus_plethodon n 1 3 @ #m %m 1 0 01635964 +genus_pleurobrachia n 1 3 @ #m %m 1 0 01920302 +genus_pleuronectes n 1 3 @ #m %m 1 0 02658381 +genus_pleurosorus n 1 2 @ #m 1 0 13183669 +genus_pleurothallis n 1 3 @ #m %m 1 0 12079352 +genus_pleurotus n 1 3 @ #m %m 1 0 13007195 +genus_plicatoperipatus n 1 3 @ #m %m 1 0 02000354 +genus_ploceus n 1 2 @ #m 1 0 01543059 +genus_plumbago n 1 3 @ #m %m 1 0 12098227 +genus_plumeria n 1 3 @ #m %m 1 0 11774279 +genus_pluteus n 1 3 @ #m %m 1 0 13019202 +genus_pluvialis n 1 3 @ #m %m 1 0 02024353 +genus_pluvianus n 1 3 @ #m %m 1 0 02039660 +genus_poa n 1 3 @ #m %m 1 0 12131216 +genus_podalyria n 1 2 @ #m 1 0 12563404 +genus_podargus n 1 2 @ #m 1 0 01836953 +genus_podiceps n 1 3 @ #m %m 1 0 02049855 +genus_podilymbus n 1 3 @ #m %m 1 0 02050921 +genus_podocarpus n 1 3 @ #m %m 1 0 11651731 +genus_podophyllum n 1 3 @ #m %m 1 0 11699915 +genus_poecilocapsus n 1 3 @ #m %m 1 0 02237730 +genus_poecilogale n 1 3 @ #m %m 1 0 02443683 +genus_poephila n 1 3 @ #m %m 1 0 01544067 +genus_pogonia n 1 3 @ #m %m 1 0 12079737 +genus_pogostemon n 1 3 @ #m %m 1 0 12862648 +genus_polanisia n 1 3 @ #m %m 1 0 11867070 +genus_polemonium n 1 3 @ #m %m 1 0 12809233 +genus_polianthes n 1 3 @ #m %m 1 0 12480233 +genus_polioptila n 1 3 @ #m %m 1 0 01563313 +genus_polistes n 1 3 @ #m %m 1 0 02213967 +genus_pollachius n 1 3 @ #m %m 1 0 02524081 +genus_polyangium n 1 2 @ #m 1 0 01378346 +genus_polyborus n 1 3 @ #m %m 1 0 01612803 +genus_polybotria n 1 2 @ #m 1 0 13199244 +genus_polybotrya n 1 2 @ #m 1 0 13199244 +genus_polycirrus n 1 3 @ #m %m 1 0 01937422 +genus_polydactylus n 1 3 @ #m %m 1 0 02611154 +genus_polyergus n 1 3 @ #m %m 1 0 02222459 +genus_polygala n 1 3 @ #m %m 1 0 12704844 +genus_polygonatum n 1 3 @ #m %m 1 0 12474006 +genus_polygonia n 1 3 @ #m %m 1 0 02277895 +genus_polygonum n 1 3 @ #m %m 1 0 12600888 +genus_polyodon n 1 3 @ #m %m 1 0 02639464 +genus_polypedates n 1 2 @ #m 1 0 01644245 +genus_polypodium n 1 3 @ #m %m 1 0 13172725 +genus_polyporus n 1 3 @ #m %m 1 0 13052431 +genus_polyprion n 1 3 @ #m %m 1 0 02568326 +genus_polystichum n 1 3 @ #m %m 1 0 13199445 +genus_pomacanthus n 1 3 @ #m %m 1 0 02605809 +genus_pomacentrus n 1 3 @ #m %m 1 0 02606590 +genus_pomaderris n 1 3 @ #m %m 1 0 13143930 +genus_pomatomus n 1 3 @ #m %m 1 0 02573563 +genus_pomolobus n 1 2 @ #m 1 0 02531362 +genus_pomoxis n 1 3 @ #m %m 1 0 02562680 +genus_poncirus n 1 3 @ #m %m 1 0 12714114 +genus_pongamia n 1 3 @ #m %m 1 0 12563567 +genus_pongo n 1 3 @ #m %m 1 0 02480346 +genus_pontederia n 1 3 @ #m %m 1 0 12609842 +genus_pooecetes n 1 3 @ #m %m 1 0 01535005 +genus_popillia n 1 3 @ #m %m 1 0 02173240 +genus_populus n 1 3 @ #m %m 1 0 12731202 +genus_porcellio n 1 3 @ #m %m 1 0 01992113 +genus_poronotus n 1 3 @ #m %m 1 0 02633287 +genus_porphyra n 1 3 @ #m %m 1 0 01415393 +genus_porphyrio n 1 2 @ #m 1 0 02017093 +genus_porphyrula n 1 3 @ #m %m 1 0 02017335 +genus_portulaca n 1 3 @ #m %m 1 0 11857528 +genus_portunus n 1 3 @ #m %m 1 0 01979124 +genus_porzana n 1 3 @ #m %m 1 0 02015944 +genus_potamogale n 1 3 @ #m %m 1 0 01894803 +genus_potamogeton n 1 3 @ #m %m 1 0 12615986 +genus_potamophis n 1 3 @ #m %m 1 0 01736569 +genus_potentilla n 1 3 @ #m %m 1 0 12636705 +genus_poterium n 1 3 @ #m %m 1 0 12637319 +genus_pothos n 1 3 @ #m %m 1 0 11791819 +genus_potorous n 1 3 @ #m %m 1 0 01880355 +genus_potos n 1 3 @ #m %m 1 0 02509071 +genus_pouteria n 1 3 @ #m %m 1 0 12775530 +genus_praunus n 1 3 @ #m %m 1 0 01989390 +genus_prenanthes n 1 3 @ #m %m 1 0 12004686 +genus_presbytes n 1 3 @ #m %m 1 0 02488149 +genus_priacanthus n 1 3 @ #m %m 1 0 02571486 +genus_primula n 1 3 @ #m %m 1 0 12090702 +genus_prinia n 1 3 @ #m %m 1 0 01565804 +genus_priodontes n 1 2 @ #m 1 0 02455887 +genus_prionace n 1 3 @ #m %m 1 0 01490885 +genus_prionotus n 1 3 @ #m %m 1 0 02650928 +genus_pristis n 1 3 @ #m %m 1 0 01497278 +genus_pritzelago n 1 2 @ #m 1 0 11893808 +genus_proboscidea n 1 3 @ #m %m 1 0 12874996 +genus_procavia n 1 3 @ #m %m 1 0 02372813 +genus_procellaria n 1 3 @ #m %m 1 0 02059393 +genus_prociphilus n 1 3 @ #m %m 1 0 02254110 +genus_procnias n 1 3 @ #m %m 1 0 01551915 +genus_proconsul n 1 3 @ #m %m 1 0 02478662 +genus_procyon n 1 3 @ #m %m 1 0 02507863 +genus_progne n 1 3 @ #m %m 1 0 01596479 +genus_prosopis n 1 3 @ #m %m 1 0 11765099 +genus_prosopium n 1 3 @ #m %m 1 0 02539752 +genus_protea n 1 3 @ #m %m 1 0 12214605 +genus_proteles n 1 3 @ #m %m 1 0 02118058 +genus_proterochampsa n 1 2 @ #m 1 0 01696151 +genus_proteus n 1 3 @ #m %m 1 0 01634092 +genus_protium n 1 3 @ #m %m 1 0 12693033 +genus_protoavis n 1 3 @ #m %m 1 0 01515398 +genus_protoceratops n 1 2 @ #m 1 0 01703996 +genus_protohippus n 1 3 @ #m %m 1 0 02376303 +genus_prumnopitys n 1 3 @ #m %m 1 0 11658104 +genus_prunella n 2 3 @ #m %m 2 0 12863026 01527055 +genus_prunus n 1 3 @ #m %m 1 0 12637729 +genus_psaltriparus n 1 3 @ #m %m 1 0 01592892 +genus_psenes n 1 3 @ #m %m 1 0 02634156 +genus_psephurus n 1 3 @ #m %m 1 0 02639786 +genus_psetta n 1 3 @ #m %m 1 0 02663086 +genus_psettichthys n 1 3 @ #m %m 1 0 02664823 +genus_pseudacris n 1 3 @ #m %m 1 0 01651900 +genus_pseudaletia n 1 3 @ #m %m 1 0 02297127 +genus_pseudechis n 1 3 @ #m %m 1 0 01750598 +genus_pseudemys n 1 3 @ #m %m 1 0 01668257 +genus_pseudobombax n 1 3 @ #m %m 1 0 12191965 +genus_pseudococcus n 1 3 @ #m %m 1 0 02250653 +genus_pseudocolus n 1 3 @ #m %m 1 0 13042814 +genus_pseudolarix n 1 3 @ #m %m 1 0 11620248 +genus_pseudomonas n 1 3 @ #m %m 1 0 01360937 +genus_pseudopleuronectes n 1 2 @ #m 1 0 02659342 +genus_pseudoryx n 1 3 @ #m %m 1 0 02428653 +genus_pseudotaxus n 1 3 @ #m %m 1 0 11663136 +genus_pseudotsuga n 1 3 @ #m %m 1 0 11628284 +genus_pseudowintera n 1 3 @ #m %m 1 0 11740208 +genus_psidium n 1 3 @ #m %m 1 0 12333397 +genus_psilophyton n 1 3 @ #m %m 1 0 13217763 +genus_psilotum n 1 3 @ #m %m 1 0 13216673 +genus_psithyrus n 1 3 @ #m %m 1 0 02209755 +genus_psittacosaurus n 1 3 @ #m %m 1 0 01704847 +genus_psittacula n 1 3 @ #m %m 1 0 01822164 +genus_psittacus n 1 3 @ #m %m 1 0 01817772 +genus_psophia n 1 3 @ #m %m 1 0 02020902 +genus_psophocarpus n 1 3 @ #m %m 1 0 12563913 +genus_psoralea n 1 3 @ #m %m 1 0 12564381 +genus_psychopsis n 1 3 @ #m %m 1 0 12080199 +genus_psychotria n 1 3 @ #m %m 1 0 12669641 +genus_pteretis n 1 3 @ #m %m 1 0 13197800 +genus_pteridium n 1 3 @ #m %m 1 0 13189656 +genus_pteris n 1 3 @ #m %m 1 0 13213768 +genus_pternohyla n 1 3 @ #m %m 1 0 01652163 +genus_pterocarpus n 1 3 @ #m %m 1 0 12564840 +genus_pterocarya n 1 3 @ #m %m 1 0 12322359 +genus_pterocles n 1 3 @ #m %m 1 0 01815855 +genus_pterocnemia n 1 3 @ #m %m 1 0 01521602 +genus_pterodactylus n 1 3 @ #m %m 1 0 01723425 +genus_pterois n 1 3 @ #m %m 1 0 02643448 +genus_pteropogon n 1 3 @ #m %m 1 0 12005148 +genus_pteropus n 1 3 @ #m %m 1 0 02139914 +genus_pterospermum n 1 3 @ #m %m 1 0 12200747 +genus_pterostylis n 1 3 @ #m %m 1 0 12081022 +genus_ptilocercus n 1 3 @ #m %m 1 0 02495446 +genus_ptilocrinus n 1 3 @ #m %m 1 0 02320339 +genus_ptilonorhynchus n 1 3 @ #m %m 1 0 01600909 +genus_ptloris n 1 2 @ #m 1 0 01571297 +genus_ptyas n 1 3 @ #m %m 1 0 01733094 +genus_ptychozoon n 1 3 @ #m %m 1 0 01675225 +genus_puccinia n 1 3 @ #m %m 1 0 13064852 +genus_pueraria n 1 3 @ #m %m 1 0 12566809 +genus_puffinus n 1 3 @ #m %m 1 0 02060290 +genus_pulex n 1 3 @ #m %m 1 0 02186586 +genus_pulicaria n 1 3 @ #m %m 1 0 12005500 +genus_pulsatilla n 1 3 @ #m %m 1 0 11737316 +genus_punica n 1 3 @ #m %m 1 0 12345136 +genus_pycnanthemum n 1 3 @ #m %m 1 0 12863458 +genus_pygopus n 1 2 @ #m 1 0 01676113 +genus_pygoscelis n 1 3 @ #m %m 1 0 02056091 +genus_pylodictus n 1 3 @ #m %m 1 0 02520015 +genus_pyracantha n 1 3 @ #m %m 1 0 12651062 +genus_pyralis n 1 2 @ #m 1 0 02289061 +genus_pyrausta n 1 3 @ #m %m 1 0 02289466 +genus_pyrethrum n 1 2 @ #m 1 0 12005869 +genus_pyrocephalus n 1 3 @ #m %m 1 0 01550033 +genus_pyrola n 1 3 @ #m %m 1 0 12255934 +genus_pyrophorus n 1 3 @ #m %m 1 0 02176611 +genus_pyrrhula n 1 3 @ #m %m 1 0 01534034 +genus_pyrrhuloxia n 1 3 @ #m %m 1 0 01541618 +genus_pyrrosia n 1 3 @ #m %m 1 0 13178107 +genus_pyrularia n 1 3 @ #m %m 1 0 12736840 +genus_pyrus n 1 3 @ #m %m 1 0 12651465 +genus_pythium n 1 3 @ #m %m 1 0 12982338 +genus_python n 1 3 @ #m %m 1 0 01743787 +genus_pyxidanthera n 1 3 @ #m %m 1 0 12251577 +genus_quamassia n 1 3 @ #m %m 1 0 12449024 +genus_quassia n 1 3 @ #m %m 1 0 12718807 +genus_quercus n 1 3 @ #m %m 1 0 12268096 +genus_quiscalus n 1 3 @ #m %m 1 0 01574270 +genus_rachycentron n 1 3 @ #m %m 1 0 02574093 +genus_radiigera n 1 3 @ #m %m 1 0 13045429 +genus_radyera n 1 3 @ #m %m 1 0 12185687 +genus_raffia n 1 3 @ #m %m 1 0 12594746 +genus_raja n 1 3 @ #m %m 1 0 01501450 +genus_ramalina n 1 2 @ #m 1 0 12990250 +genus_ramphomicron n 1 3 @ #m %m 1 0 01834412 +genus_rana n 1 3 @ #m %m 1 0 01640567 +genus_ranatra n 1 2 @ #m 1 0 02242816 +genus_rangifer n 1 3 @ #m %m 1 0 02433796 +genus_ranunculus n 1 3 @ #m %m 1 0 11720088 +genus_raoulia n 1 3 @ #m %m 1 0 12006081 +genus_raphanus n 1 3 @ #m %m 1 0 11894173 +genus_raphia n 1 3 @ #m %m 1 0 12594746 +genus_raphicerus n 1 3 @ #m %m 1 0 02426339 +genus_raphus n 1 3 @ #m %m 1 0 01811104 +genus_ratibida n 1 3 @ #m %m 1 0 12006503 +genus_rattus n 1 3 @ #m %m 1 0 02333368 +genus_rauvolfia n 1 3 @ #m %m 1 0 11775160 +genus_rauwolfia n 1 3 @ #m %m 1 0 11775160 +genus_ravenala n 1 3 @ #m %m 1 0 12354849 +genus_recurvirostra n 1 3 @ #m %m 1 0 02036548 +genus_regalecus n 1 3 @ #m %m 1 0 02546873 +genus_regnellidium n 1 3 @ #m %m 1 0 12958470 +genus_regulus n 1 3 @ #m %m 1 0 01563579 +genus_reithrodontomys n 1 3 @ #m %m 1 0 02336129 +genus_remilegia n 1 3 @ #m %m 1 0 02575455 +genus_reseda n 1 3 @ #m %m 1 0 12385219 +genus_retama n 1 3 @ #m %m 1 0 12567316 +genus_reticulitermes n 1 3 @ #m %m 1 0 02223694 +genus_retrophyllum n 1 2 @ #m 1 0 11658872 +genus_rhagoletis n 1 3 @ #m %m 1 0 02196761 +genus_rhamnus n 1 3 @ #m %m 1 0 13140993 +genus_rhapis n 1 3 @ #m %m 1 0 12595801 +genus_rhea n 1 3 @ #m %m 1 0 01521197 +genus_rheum n 1 3 @ #m %m 1 0 12602850 +genus_rhexia n 1 3 @ #m %m 1 0 12349916 +genus_rhincodon n 1 3 @ #m %m 1 0 01487914 +genus_rhinoceros n 1 3 @ #m %m 1 0 02392282 +genus_rhinonicteris n 1 3 @ #m %m 1 0 02144110 +genus_rhinoptera n 1 3 @ #m %m 1 0 01499595 +genus_rhipsalis n 1 3 @ #m %m 1 0 11852814 +genus_rhizobium n 1 2 @ #m 1 0 01354324 +genus_rhizoctinia n 1 3 @ #m %m 1 0 13082293 +genus_rhizophora n 1 3 @ #m %m 1 0 12345709 +genus_rhizopogon n 1 3 @ #m %m 1 0 12971624 +genus_rhizopus n 1 3 @ #m %m 1 0 12973541 +genus_rhodanthe n 1 3 @ #m %m 1 0 12007560 +genus_rhododendron n 1 3 @ #m %m 1 0 12243927 +genus_rhodosphaera n 1 3 @ #m %m 1 0 12762245 +genus_rhodymenia n 1 3 @ #m %m 1 0 01414986 +genus_rhus n 1 3 @ #m %m 1 0 12762583 +genus_rhyacotriton n 1 3 @ #m %m 1 0 01635343 +genus_rhynchoelaps n 1 3 @ #m %m 1 0 01747144 +genus_rhyncostylis n 1 3 @ #m %m 1 0 12081488 +genus_rhynia n 1 2 @ #m 1 0 13218281 +genus_ribes n 1 3 @ #m %m 1 0 12804866 +genus_richea n 1 3 @ #m %m 1 0 12254478 +genus_richmondena n 1 3 @ #m %m 1 0 01541261 +genus_ricinus n 1 3 @ #m %m 1 0 12924452 +genus_rickettsia n 1 2 @ #m 1 0 01371342 +genus_riparia n 1 3 @ #m %m 1 0 01596142 +genus_rissa n 1 3 @ #m %m 1 0 02042637 +genus_rivina n 1 3 @ #m %m 1 0 11856389 +genus_rivulus n 1 3 @ #m %m 1 0 01447551 +genus_robinia n 1 3 @ #m %m 1 0 12567768 +genus_roccella n 1 3 @ #m %m 1 0 12988858 +genus_roccus n 1 3 @ #m %m 1 0 02567960 +genus_rodolia n 1 3 @ #m %m 1 0 02166674 +genus_romneya n 1 3 @ #m %m 1 0 11907554 +genus_roridula n 1 3 @ #m %m 1 0 12784173 +genus_rorippa n 1 3 @ #m %m 1 0 11895270 +genus_rosa n 1 3 @ #m %m 1 0 12620031 +genus_rosellinia n 1 2 @ #m 1 0 12967124 +genus_rosmarinus n 1 3 @ #m %m 1 0 12864038 +genus_roystonea n 1 3 @ #m %m 1 0 12596525 +genus_rubia n 1 3 @ #m %m 1 0 12660796 +genus_rubus n 1 3 @ #m %m 1 0 12653056 +genus_rudbeckia n 1 3 @ #m %m 1 0 12008017 +genus_rumex n 1 3 @ #m %m 1 0 12603784 +genus_rumohra n 1 3 @ #m %m 1 0 13200806 +genus_rupicapra n 1 3 @ #m %m 1 0 02419217 +genus_rupicola n 1 3 @ #m %m 1 0 01550953 +genus_ruptiliocarpon n 1 3 @ #m %m 1 0 12701901 +genus_ruscus n 1 3 @ #m %m 1 0 12462951 +genus_russula n 1 2 @ #m 1 0 13009780 +genus_ruta n 1 3 @ #m %m 1 0 12707040 +genus_rutilus n 1 3 @ #m %m 1 0 01442335 +genus_rynchops n 1 3 @ #m %m 1 0 02043659 +genus_rypticus n 1 3 @ #m %m 1 0 02570312 +genus_sabal n 1 3 @ #m %m 1 0 12597006 +genus_sabbatia n 1 3 @ #m %m 1 0 12298003 +genus_sabinea n 1 3 @ #m %m 1 0 12568865 +genus_saccharomyces n 1 3 @ #m %m 1 0 13025421 +genus_saccharum n 1 3 @ #m %m 1 0 12132299 +genus_sadleria n 1 2 @ #m 1 0 13185820 +genus_sagina n 1 3 @ #m %m 1 0 11814059 +genus_sagitta n 1 3 @ #m %m 1 0 01924151 +genus_sagittaria n 1 3 @ ~ #m 1 0 12612410 +genus_sagittarius n 1 3 @ #m %m 1 0 01618356 +genus_saiga n 1 3 @ #m %m 1 0 02426054 +genus_saimiri n 1 2 @ #m 1 0 02493974 +genus_saintpaulia n 1 3 @ #m %m 1 0 12832976 +genus_salamandra n 1 3 @ #m %m 1 0 01629093 +genus_salicornia n 1 3 @ #m %m 1 0 11834148 +genus_salix n 1 3 @ #m %m 1 0 12724201 +genus_salmo n 1 3 @ #m %m 1 0 02535349 +genus_salmonella n 1 3 @ #m %m 1 0 01368853 +genus_salpa n 1 3 @ #m %m 1 0 01469586 +genus_salpichroa n 1 3 @ #m %m 1 0 12912105 +genus_salpiglossis n 1 3 @ #m %m 1 0 12912498 +genus_salpinctes n 1 3 @ #m %m 1 0 01585577 +genus_salsola n 1 2 @ #m 1 0 11834521 +genus_salvadora n 1 3 @ #m %m 1 0 12299425 +genus_salvelinus n 1 3 @ #m %m 1 0 02537847 +genus_salvia n 1 3 @ #m %m 1 0 12864363 +genus_salvinia n 1 3 @ #m %m 1 0 12958921 +genus_sambucus n 1 3 @ #m %m 1 0 12678059 +genus_samia n 1 3 @ #m %m 1 0 02303448 +genus_samolus n 1 3 @ #m %m 1 0 12096223 +genus_sanguinaria n 1 3 @ #m %m 1 0 11907939 +genus_sanicula n 1 3 @ #m %m 1 0 12943302 +genus_sansevieria n 1 3 @ #m %m 1 0 12480677 +genus_santalum n 1 3 @ #m %m 1 0 12735009 +genus_santolina n 1 3 @ #m %m 1 0 12009250 +genus_sanvitalia n 1 3 @ #m %m 1 0 12009616 +genus_sapindus n 1 3 @ #m %m 1 0 12741409 +genus_saponaria n 1 3 @ #m %m 1 0 11814440 +genus_saprolegnia n 1 3 @ #m %m 1 0 12979630 +genus_sarcobatus n 1 3 @ #m %m 1 0 11835114 +genus_sarcocephalus n 1 3 @ #m %m 1 0 12670172 +genus_sarcochilus n 1 3 @ #m %m 1 0 12081851 +genus_sarcocystis n 1 3 @ #m %m 1 0 01426160 +genus_sarcodes n 1 3 @ #m %m 1 0 12259615 +genus_sarcophaga n 1 3 @ #m %m 1 0 02192388 +genus_sarcophilus n 1 3 @ #m %m 1 0 01884703 +genus_sarcoptes n 1 3 @ #m %m 1 0 01781410 +genus_sarcorhamphus n 1 3 @ #m %m 1 0 01620575 +genus_sarcostemma n 1 3 @ #m %m 1 0 13237788 +genus_sarda n 1 3 @ #m %m 1 0 02627686 +genus_sardina n 1 3 @ #m %m 1 0 02533075 +genus_sardinia n 1 3 @ #m %m 1 0 02533075 +genus_sardinops n 1 3 @ #m %m 1 0 02533424 +genus_sargassum n 1 3 @ #m %m 1 0 01405737 +genus_sarracenia n 1 3 @ #m %m 1 0 12779437 +genus_sassafras n 1 3 @ #m %m 1 0 11707109 +genus_satureia n 1 3 @ #m %m 1 0 12866824 +genus_satureja n 1 3 @ #m %m 1 0 12866824 +genus_saturnia n 1 3 @ #m %m 1 0 02301782 +genus_sauromalus n 1 2 @ #m 1 0 01678237 +genus_saurosuchus n 1 2 @ #m 1 0 01696026 +genus_saururus n 1 3 @ #m %m 1 0 13151820 +genus_saussurea n 1 3 @ #m %m 1 0 12010021 +genus_saxe-gothea n 1 3 @ #m %m 1 0 11659068 +genus_saxegothea n 1 3 @ #m %m 1 0 11659068 +genus_saxicola n 1 3 @ #m %m 1 0 01560511 +genus_saxifraga n 1 3 @ #m %m 1 0 12792638 +genus_sayornis n 1 3 @ #m %m 1 0 01549769 +genus_scabiosa n 1 3 @ #m %m 1 0 12683248 +genus_scaphiopus n 1 3 @ #m %m 1 0 01648993 +genus_scaphosepalum n 1 2 @ #m 1 0 12082357 +genus_scarabaeus n 1 3 @ #m %m 1 0 02172387 +genus_scardinius n 1 3 @ #m %m 1 0 01442591 +genus_scartella n 1 3 @ #m %m 1 0 02613687 +genus_sceliphron n 1 3 @ #m %m 1 0 02215496 +genus_sceloglaux n 1 3 @ #m %m 1 0 01624987 +genus_sceloporus n 1 3 @ #m %m 1 0 01680137 +genus_schaffneria n 1 3 @ #m %m 1 0 13183874 +genus_schefflera n 1 3 @ #m %m 1 0 11800359 +genus_schinus n 1 3 @ #m %m 1 0 12764703 +genus_schistosoma n 1 3 @ #m %m 1 0 01926988 +genus_schizachyrium n 1 2 @ #m 1 0 12133332 +genus_schizaea n 1 3 @ #m %m 1 0 12955191 +genus_schizanthus n 1 3 @ #m %m 1 0 12913004 +genus_schizopetalon n 1 3 @ #m %m 1 0 11895980 +genus_schizophragma n 1 3 @ #m %m 1 0 12791539 +genus_schizosaccharomyces n 1 2 @ #m 1 0 13026339 +genus_schlumbergera n 1 3 @ #m %m 1 0 11853191 +genus_schomburgkia n 1 2 @ #m 1 0 12082593 +genus_sciadopitys n 1 3 @ #m %m 1 0 11660121 +genus_sciaena n 1 3 @ #m %m 1 0 02595902 +genus_sciaenops n 1 3 @ #m %m 1 0 02595569 +genus_sciara n 1 3 @ #m %m 1 0 02204585 +genus_scilla n 1 3 @ #m %m 1 0 12461326 +genus_scincella n 1 2 @ #m 1 0 01684012 +genus_scincus n 1 2 @ #m 1 0 01683900 +genus_scindapsus n 1 3 @ #m %m 1 0 11791819 +genus_scirpus n 1 3 @ #m %m 1 0 12152869 +genus_sciurus n 1 3 @ #m %m 1 0 02356108 +genus_scleranthus n 1 3 @ #m %m 1 0 11814824 +genus_scleroderma n 1 3 @ #m %m 1 0 12968882 +genus_scleropages n 1 3 @ #m %m 1 0 02544960 +genus_sclerotinia n 1 3 @ #m %m 1 0 12967955 +genus_sclerotium n 1 2 @ #m 1 0 13082829 +genus_scolopax n 1 3 @ #m %m 1 0 02031143 +genus_scolopendrium n 1 2 @ #m 1 0 13184164 +genus_scolymus n 1 3 @ #m %m 1 0 12010458 +genus_scolytus n 1 3 @ #m %m 1 0 02179714 +genus_scomber n 1 3 @ #m %m 1 0 02624377 +genus_scomberesox n 1 3 @ #m %m 1 0 02551494 +genus_scomberomorus n 1 3 @ #m %m 1 0 02625418 +genus_scombresox n 1 3 @ #m %m 1 0 02551494 +genus_scophthalmus n 1 3 @ #m %m 1 0 02662688 +genus_scopolia n 1 3 @ #m %m 1 0 12913352 +genus_scorpaena n 1 3 @ #m %m 1 0 02642935 +genus_scorzonera n 1 3 @ #m %m 1 0 12012897 +genus_scrophularia n 1 3 @ #m %m 1 0 12876684 +genus_scutellaria n 1 2 @ #m 1 0 12867679 +genus_scutigera n 1 3 @ #m %m 1 0 01785532 +genus_scutigerella n 1 3 @ #m %m 1 0 01783571 +genus_sebastiana n 1 3 @ #m %p 1 0 12928690 +genus_sebastodes n 1 3 @ #m %m 1 0 02643989 +genus_secale n 1 3 @ #m %m 1 0 12133870 +genus_sedum n 1 3 @ #m %m 1 0 12785499 +genus_seismosaurus n 1 3 @ #m %m 1 0 01711297 +genus_seiurus n 1 3 @ #m %m 1 0 01570112 +genus_selaginella n 1 3 @ #m %m 1 0 13224454 +genus_selar n 1 3 @ #m %m 1 0 02580991 +genus_selenarctos n 1 3 @ #m %m 1 0 02133512 +genus_selene n 1 2 @ #m 1 0 02578125 +genus_selenicereus n 1 3 @ #m %m 1 0 11853644 +genus_selenipedium n 1 2 @ #m 1 0 12082764 +genus_senecio n 1 3 @ #m %m 1 0 12011067 +genus_senna n 1 3 @ #m %m 1 0 12498928 +genus_sepia n 1 3 @ #m %m 1 0 01972411 +genus_septobasidium n 1 3 @ #m %m 1 0 13069535 +genus_sequoia n 1 3 @ #m %m 1 0 11640471 +genus_sequoiadendron n 1 3 @ #m %m 1 0 11641275 +genus_serenoa n 1 3 @ #m %m 1 0 12597333 +genus_sericocarpus n 1 3 @ #m %m 1 0 12013323 +genus_serinus n 1 3 @ #m %m 1 0 01533169 +genus_seriola n 1 3 @ #m %m 1 0 02578604 +genus_seriphidium n 1 3 @ #m %m 1 0 12013811 +genus_seriphus n 1 3 @ #m %m 1 0 02598747 +genus_serranus n 1 3 @ #m %m 1 0 02568636 +genus_serrasalmus n 1 3 @ #m %m 1 0 02584325 +genus_serratia n 1 3 @ #m %m 1 0 01369633 +genus_serratula n 1 3 @ #m %m 1 0 12014739 +genus_sertularia n 1 3 @ #m %m 1 0 01913533 +genus_sesamum n 1 3 @ #m %m 1 0 12874642 +genus_sesbania n 1 3 @ #m %m 1 0 12569233 +genus_seseli n 1 3 @ #m %m 1 0 12944238 +genus_setaria n 1 3 @ #m %m 1 0 12134300 +genus_setophaga n 1 2 @ #m 1 0 01568019 +genus_shigella n 1 3 @ #m %m 1 0 01370142 +genus_shorea n 1 3 @ #m %m 1 0 12377328 +genus_shortia n 1 3 @ #m %m 1 0 12251997 +genus_sialia n 1 3 @ #m %m 1 0 01561884 +genus_sialis n 1 3 @ #m %m 1 0 02266732 +genus_sida n 1 3 @ #m %m 1 0 12186116 +genus_sidalcea n 1 3 @ #m %m 1 0 12187030 +genus_sideritis n 1 2 @ #m 1 0 12868248 +genus_sigmodon n 1 3 @ #m %m 1 0 02338592 +genus_silene n 1 3 @ #m %m 1 0 11815194 +genus_sillago n 1 3 @ #m %m 1 0 02637839 +genus_silphium n 1 3 @ #m %m 1 0 12015076 +genus_silurus n 1 3 @ #m %m 1 0 02518178 +genus_silvia n 1 3 @ #m %m 1 0 01564630 +genus_silybum n 1 3 @ #m %m 1 0 12015384 +genus_simarouba n 1 3 @ #m %m 1 0 12716166 +genus_simulium n 1 3 @ #m %m 1 0 02205523 +genus_sinanthropus n 1 1 @ 1 0 02473983 +genus_sinapis n 1 2 @ #m 1 0 11896365 +genus_sinningia n 1 3 @ #m %m 1 0 12833341 +genus_sinornis n 1 3 @ #m %m 1 0 01516487 +genus_siren n 1 3 @ #m %m 1 0 01639071 +genus_sison n 1 3 @ #m %m 1 0 12944590 +genus_sistrurus n 1 3 @ #m %m 1 0 01757547 +genus_sisymbrium n 1 3 @ #m %m 1 0 11896904 +genus_sisyrinchium n 1 3 @ #m %m 1 0 12418065 +genus_sitophylus n 1 3 @ #m %m 1 0 02182796 +genus_sitotroga n 1 3 @ #m %m 1 0 02293974 +genus_sitta n 1 3 @ #m %m 1 0 01590837 +genus_sium n 1 3 @ #m %m 1 0 12944960 +genus_sivapithecus n 1 3 @ #m %m 1 0 02477647 +genus_sloanea n 1 3 @ #m %m 1 0 12194466 +genus_smilax n 1 3 @ #m %m 1 0 12469936 +genus_smiledon n 1 3 @ #m %m 1 0 02130795 +genus_smyrnium n 1 3 @ #m %m 1 0 12945708 +genus_sobralia n 1 3 @ #m %m 1 0 12082980 +genus_solandra n 1 3 @ #m %m 1 0 12913645 +genus_solanopteris n 1 3 @ #m %m 1 0 13178500 +genus_solanum n 1 3 @ #m %m 1 0 12893094 +genus_solea n 1 3 @ #m %m 1 0 02664136 +genus_soleirolia n 1 3 @ #m %m 1 0 12393527 +genus_solenopsis n 1 3 @ #m %m 1 0 02220960 +genus_solenostemon n 1 2 @ #m 1 0 12868418 +genus_solidago n 1 3 @ #m %m 1 0 12015840 +genus_somateria n 1 3 @ #m %m 1 0 01853072 +genus_sonchus n 1 3 @ #m %m 1 0 12018640 +genus_sonora n 1 3 @ #m %m 1 0 01736256 +genus_sophora n 1 3 @ #m %m 1 0 12570126 +genus_sorbus n 1 3 @ #m %m 1 0 12657940 +genus_sorex n 1 3 @ #m %m 1 0 01891865 +genus_sorghum n 1 3 @ #m %m 1 0 12136944 +genus_spadella n 1 2 @ #m 1 0 01924416 +genus_spalax n 1 3 @ #m %m 1 0 02368687 +genus_sparaxis n 1 3 @ #m %m 1 0 12418356 +genus_sparganium n 1 3 @ #m %m 1 0 12156484 +genus_sparmannia n 1 3 @ #m %m 1 0 12205308 +genus_spartina n 1 3 @ #m %m 1 0 12139367 +genus_spartium n 1 3 @ #m %m 1 0 12571194 +genus_spathiphyllum n 1 3 @ #m %m 1 0 11792155 +genus_spergula n 1 3 @ #m %m 1 0 11817000 +genus_spergularia n 1 3 @ #m %m 1 0 11817329 +genus_spermophilus n 1 3 @ #m %m 1 0 02357741 +genus_sphacele n 1 3 @ #m %m 1 0 12851673 +genus_sphacelotheca n 1 3 @ #m %m 1 0 13067532 +genus_sphaeralcea n 1 3 @ #m %m 1 0 12187450 +genus_sphaerocarpos n 1 2 @ #m 1 0 11544540 +genus_sphaerocarpus n 1 2 @ #m 1 0 11544540 +genus_sphagnum n 1 3 @ #m %m 1 0 11541919 +genus_sphecius n 1 3 @ #m %m 1 0 02216066 +genus_sphecotheres n 1 3 @ #m %m 1 0 01576212 +genus_spheniscus n 1 3 @ #m %m 1 0 02056873 +genus_sphenodon n 1 3 @ #m %m 1 0 01673118 +genus_sphyraena n 1 2 @ #m 1 0 02603174 +genus_sphyrapicus n 1 3 @ #m %m 1 0 01840968 +genus_sphyrna n 1 3 @ #m %m 1 0 01494339 +genus_spilogale n 1 3 @ #m %m 1 0 02446888 +genus_spinacia n 1 3 @ #m %m 1 0 11835451 +genus_spinus n 1 3 @ #m %m 1 0 01532107 +genus_spiraea n 1 3 @ #m %m 1 0 12659203 +genus_spiranthes n 1 3 @ #m %m 1 0 12083339 +genus_spirillum n 1 3 @ #m %m 1 0 01363600 +genus_spirochaeta n 1 2 @ #m 1 0 01381829 +genus_spirodela n 1 3 @ #m %m 1 0 11795366 +genus_spirogyra n 1 3 @ #m %m 1 0 01410568 +genus_spirula n 1 3 @ #m %m 1 0 01972947 +genus_spizella n 1 3 @ #m %m 1 0 01535842 +genus_spodoptera n 1 3 @ #m %m 1 0 02297635 +genus_spondias n 1 3 @ #m %m 1 0 12765679 +genus_sporobolus n 1 3 @ #m %m 1 0 12140137 +genus_spraguea n 1 3 @ #m %m 1 0 11862089 +genus_spyeria n 1 3 @ #m %m 1 0 02278343 +genus_squalus n 1 3 @ #m %m 1 0 01493687 +genus_squatina n 1 3 @ #m %m 1 0 01495340 +genus_squilla n 1 3 @ #m %m 1 0 01990383 +genus_stachys n 1 3 @ #m %m 1 0 12868634 +genus_stanhopea n 1 3 @ #m %m 1 0 12084746 +genus_stanleya n 1 3 @ #m %m 1 0 11897342 +genus_stapelia n 1 3 @ #m %m 1 0 13238178 +genus_staphylea n 1 2 @ #m 1 0 12769663 +genus_staphylococcus n 1 3 @ #m %m 1 0 01379252 +genus_staurikosaurus n 1 3 @ #m %m 1 0 01701052 +genus_steatornis n 1 3 @ #m %m 1 0 01837363 +genus_steganopus n 1 3 @ #m %m 1 0 02038329 +genus_stegosaurus n 1 3 @ #m %m 1 0 01701697 +genus_stelis n 1 3 @ #m %m 1 0 12085117 +genus_stellaria n 1 3 @ #m %m 1 0 11817774 +genus_stenocarpus n 1 3 @ #m %m 1 0 12222715 +genus_stenochlaena n 1 2 @ #m 1 0 13185998 +genus_stenopelmatus n 1 3 @ #m %m 1 0 02229023 +genus_stenopterygius n 1 3 @ #m %m 1 0 01724947 +genus_stenotaphrum n 1 3 @ #m %m 1 0 12141037 +genus_stenotomus n 1 2 @ #m 1 0 02593353 +genus_stenotus n 1 3 @ #m %m 1 0 12019190 +genus_stentor n 1 3 @ #m %m 1 0 01396458 +genus_stephanomeria n 1 3 @ #m %m 1 0 11897760 +genus_stephanotis n 1 3 @ #m %m 1 0 13238828 +genus_stercorarius n 1 3 @ #m %m 1 0 02044358 +genus_sterculia n 1 3 @ #m %m 1 0 12195186 +genus_sterna n 1 3 @ #m %m 1 0 02043207 +genus_sternotherus n 1 3 @ #m %m 1 0 01667302 +genus_stevia n 1 3 @ #m %m 1 0 12019675 +genus_sticherus n 1 3 @ #m %m 1 0 13171041 +genus_stictomys n 1 3 @ #m %m 1 0 02366453 +genus_stictopelia n 1 3 @ #m %m 1 0 01813811 +genus_stizolobium n 1 3 @ #m %m 1 0 12549976 +genus_stizostedion n 1 3 @ #m %m 1 0 02557461 +genus_stokesia n 1 3 @ #m %m 1 0 12020048 +genus_storeria n 1 3 @ #m %m 1 0 01738175 +genus_strekelia n 1 3 @ #m %m 1 0 12422399 +genus_strelitzia n 1 3 @ #m %m 1 0 12354374 +genus_strepera n 1 3 @ #m %m 1 0 01583373 +genus_strepsiceros n 1 3 @ #m %m 1 0 02423787 +genus_streptocarpus n 1 3 @ #m %m 1 0 12833793 +genus_streptococcus n 1 3 @ #m %m 1 0 01380902 +genus_streptomyces n 1 3 @ #m %m 1 0 01376092 +genus_streptopelia n 1 3 @ #m %m 1 0 01813256 +genus_streptosolen n 1 3 @ #m %m 1 0 12914048 +genus_strix n 1 3 @ #m %m 1 0 01622596 +genus_strobilomyces n 1 3 @ #m %m 1 0 13059485 +genus_strombus n 1 3 @ #m %m 1 0 01943754 +genus_strongylodon n 1 3 @ #m %m 1 0 12571606 +genus_strophanthus n 1 3 @ #m %m 1 0 11775780 +genus_stropharia n 1 3 @ #m %m 1 0 13010401 +genus_struthio n 1 3 @ #m %m 1 0 01518718 +genus_struthiomimus n 1 3 @ #m %m 1 0 01716122 +genus_strymon n 1 3 @ #m %m 1 0 02282716 +genus_sturnella n 1 3 @ #m %m 1 0 01572910 +genus_sturnus n 1 3 @ #m %m 1 0 01576863 +genus_stylomecon n 1 2 @ #m 1 0 11908431 +genus_stylophorum n 1 3 @ #m %m 1 0 11908718 +genus_styphelia n 1 3 @ #m %m 1 0 12255086 +genus_styracosaurus n 1 3 @ #m %m 1 0 01704497 +genus_styrax n 1 3 @ #m %m 1 0 12777294 +genus_subularia n 1 3 @ #m %m 1 0 11898079 +genus_suillus n 1 3 @ #m %m 1 0 13059139 +genus_suksdorfia n 1 3 @ #m %m 1 0 12802248 +genus_sula n 1 3 @ #m %m 1 0 02053279 +genus_sundacarpus n 1 3 @ #m %m 1 0 11659500 +genus_suricata n 1 3 @ #m %m 1 0 02138323 +genus_surnia n 1 3 @ #m %m 1 0 01624406 +genus_sus n 1 3 @ #m %m 1 0 02395244 +genus_swainsona n 1 3 @ #m %m 1 0 11751598 +genus_swertia n 1 3 @ #m %m 1 0 12298783 +genus_swietinia n 1 3 @ #m %m 1 0 12699778 +genus_sylvilagus n 1 3 @ #m %m 1 0 02325211 +genus_symphalangus n 1 2 @ #m 1 0 02483564 +genus_symphoricarpos n 1 3 @ #m %m 1 0 12677427 +genus_symphytum n 1 3 @ #m %m 1 0 12822650 +genus_symplocarpus n 1 3 @ #m %m 1 0 11792598 +genus_symplocus n 1 3 @ #m %m 1 0 12776391 +genus_synagrops n 1 3 @ #m %m 1 0 02567201 +genus_synanceja n 1 3 @ #m %m 1 0 02643713 +genus_synaptomys n 1 2 @ #m 1 0 02345890 +genus_synchytrium n 1 3 @ #m %m 1 0 12979129 +genus_synercus n 1 3 @ #m %m 1 0 02409369 +genus_syngnathus n 1 3 @ #m %m 1 0 01455986 +genus_syngonium n 1 2 @ #m 1 0 11793032 +genus_syringa n 1 3 @ #m %m 1 0 12310153 +genus_syrrhaptes n 1 3 @ #m %m 1 0 01816336 +genus_syzygium n 1 3 @ #m %m 1 0 12339319 +genus_tabernaemontana n 1 3 @ #m %m 1 0 11776337 +genus_tacca n 1 3 @ #m %m 1 0 12475593 +genus_tachyglossus n 1 3 @ #m %m 1 0 01872244 +genus_tachypleus n 1 3 @ #m %m 1 0 01788157 +genus_tadarida n 1 3 @ #m %m 1 0 02149297 +genus_tadorna n 1 3 @ #m %m 1 0 01849348 +genus_taenia n 1 3 @ #m %m 1 0 01928073 +genus_tagetes n 1 3 @ #m %m 1 0 12020388 +genus_talinum n 1 3 @ #m %m 1 0 11862598 +genus_tamandua n 1 3 @ #m %m 1 0 02461014 +genus_tamarindus n 1 3 @ #m %m 1 0 12501035 +genus_tamarix n 1 3 @ #m %m 1 0 12386263 +genus_tamias n 1 3 @ #m %m 1 0 02359775 +genus_tamiasciurus n 1 2 @ #m 1 0 02357280 +genus_tamus n 1 3 @ #m %m 1 0 12089625 +genus_tanacetum n 1 3 @ #m %m 1 0 12021120 +genus_tantilla n 1 3 @ #m %m 1 0 01738965 +genus_tapirus n 1 3 @ #m %m 1 0 02393445 +genus_taraktagenos n 1 3 @ #m %m 1 0 12379278 +genus_taraktogenos n 1 3 @ #m %m 1 0 12379278 +genus_taraxacum n 1 3 @ #m %m 1 0 12023996 +genus_taricha n 1 3 @ #m %m 1 0 01631035 +genus_tarpon n 1 3 @ #m %m 1 0 02541583 +genus_tarrietia n 1 3 @ #m %m 1 0 12201166 +genus_tarsius n 1 3 @ #m %m 1 0 02501432 +genus_taurotragus n 1 3 @ #m %m 1 0 02426634 +genus_tautoga n 1 3 @ #m %m 1 0 02609951 +genus_tautogolabrus n 1 3 @ #m %m 1 0 02610234 +genus_taxidea n 1 3 @ #m %m 1 0 02447591 +genus_taxodium n 1 3 @ #m %m 1 0 11641788 +genus_taxus n 1 3 @ #m %m 1 0 11661207 +genus_tayassu n 1 3 @ #m %m 1 0 02397377 +genus_tectaria n 1 3 @ #m %m 1 0 13201239 +genus_tectona n 1 3 @ #m %m 1 0 12916356 +genus_telanthera n 1 2 @ #m 1 0 11826999 +genus_tellima n 1 3 @ #m %m 1 0 12802987 +genus_telopea n 1 3 @ #m %m 1 0 12223405 +genus_templetonia n 1 3 @ #m %m 1 0 12572021 +genus_tenrec n 1 3 @ #m %m 1 0 01894381 +genus_tephrosia n 1 3 @ #m %m 1 0 12572373 +genus_terebella n 1 2 @ #m 1 0 01937234 +genus_teredo n 1 3 @ #m %m 1 0 01966961 +genus_termes n 1 2 @ #m 1 0 02223151 +genus_terrapene n 1 3 @ #m %m 1 0 01669068 +genus_terrietia n 1 2 @ #m 1 0 12199564 +genus_testudo n 1 3 @ #m %m 1 0 01670378 +genus_tethus n 1 3 @ #m %m 1 0 01951107 +genus_tetraclinis n 1 2 @ #m 1 0 11642912 +genus_tetragonia n 1 3 @ #m %m 1 0 11822167 +genus_tetragonurus n 1 3 @ #m %m 1 0 02634717 +genus_tetrahymena n 1 3 @ #m %m 1 0 01396170 +genus_tetraneuris n 1 3 @ #m %m 1 0 12025019 +genus_tetrao n 1 3 @ #m %m 1 0 01796870 +genus_tetrapturus n 1 3 @ #m %m 1 0 02631899 +genus_teucrium n 1 3 @ #m %m 1 0 12869248 +genus_thalarctos n 1 3 @ #m %m 1 0 02133902 +genus_thalassoma n 1 3 @ #m %m 1 0 02609169 +genus_thalictrum n 1 3 @ #m %m 1 0 11738378 +genus_thamnophilus n 1 3 @ #m %m 1 0 01553620 +genus_thamnophis n 1 3 @ #m %m 1 0 01735062 +genus_thelypteris n 1 3 @ #m %m 1 0 13227557 +genus_theobroma n 1 3 @ #m %m 1 0 12201456 +genus_thermobia n 1 3 @ #m %m 1 0 02270810 +genus_thermopsis n 1 3 @ #m %m 1 0 12573078 +genus_thespesia n 1 3 @ #m %m 1 0 12188120 +genus_thevetia n 1 3 @ #m %m 1 0 11776861 +genus_thielavia n 1 3 @ #m %m 1 0 13027670 +genus_thiobacillus n 1 3 @ #m %m 1 0 01362999 +genus_thlaspi n 1 3 @ #m %m 1 0 11898474 +genus_thomomys n 1 3 @ #m %m 1 0 02354470 +genus_threskiornis n 1 3 @ #m %m 1 0 02006211 +genus_thrinax n 1 3 @ #m %m 1 0 12597640 +genus_thrips n 1 3 @ #m %m 1 0 02272428 +genus_thryothorus n 1 3 @ #m %m 1 0 01585890 +genus_thuja n 1 3 @ #m %m 1 0 11643684 +genus_thujopsis n 1 3 @ #m %m 1 0 11644712 +genus_thunbergia n 1 3 @ #m %m 1 0 12813024 +genus_thunnus n 1 3 @ #m %m 1 0 02626590 +genus_thylacinus n 1 3 @ #m %m 1 0 01884348 +genus_thylogale n 1 3 @ #m %m 1 0 01879095 +genus_thymus n 1 3 @ #m %m 1 0 12870392 +genus_thyrsopteris n 1 3 @ #m %m 1 0 13191770 +genus_thysanocarpus n 1 3 @ #m %m 1 0 11899027 +genus_tiarella n 1 3 @ #m %m 1 0 12803517 +genus_tibicen n 1 3 @ #m %m 1 0 02256882 +genus_tichodroma n 1 3 @ #m %m 1 0 01590042 +genus_tilapia n 1 2 @ #m 1 0 02586129 +genus_tilia n 1 3 @ #m %m 1 0 12202712 +genus_tillandsia n 1 3 @ #m %m 1 0 12607896 +genus_tilletia n 1 3 @ #m %m 1 0 13068073 +genus_timalia n 1 3 @ #m %m 1 0 01566509 +genus_tinca n 1 3 @ #m %m 1 0 01440655 +genus_tinea n 1 3 @ #m %m 1 0 02291940 +genus_tineola n 1 3 @ #m %m 1 0 02292272 +genus_tipuana n 1 3 @ #m %m 1 0 12573760 +genus_titanosaurus n 1 3 @ #m %m 1 0 01710529 +genus_tithonia n 1 3 @ #m %m 1 0 12025849 +genus_todea n 1 3 @ #m %m 1 0 12954634 +genus_todus n 1 3 @ #m %m 1 0 01831231 +genus_tofieldia n 1 3 @ #m %m 1 0 12461809 +genus_tolmiea n 1 3 @ #m %m 1 0 12804216 +genus_tolypeutes n 1 3 @ #m %m 1 0 02454999 +genus_tomistoma n 1 3 @ #m %m 1 0 01697837 +genus_toona n 1 3 @ #m %m 1 0 12700219 +genus_torreya n 1 3 @ #m %m 1 0 11649012 +genus_tortrix n 1 3 @ #m %m 1 0 02284367 +genus_townsendia n 1 3 @ #m %m 1 0 12026306 +genus_toxicodendron n 1 3 @ #m %m 1 0 12766241 +genus_toxostoma n 1 3 @ #m %m 1 0 01587713 +genus_toxotes n 1 3 @ #m %m 1 0 02620443 +genus_trachelospermum n 1 3 @ #m %m 1 0 11777365 +genus_trachinotus n 1 3 @ #m %m 1 0 02579420 +genus_trachipterus n 1 3 @ #m %m 1 0 02546477 +genus_trachodon n 1 3 @ #m %m 1 0 01707149 +genus_trachurus n 1 2 @ #m 1 0 02580546 +genus_tradescantia n 1 2 @ #m 1 0 12606797 +genus_tragelaphus n 1 3 @ #m %m 1 0 02423787 +genus_tragopan n 1 3 @ #m %m 1 0 01806984 +genus_tragopogon n 1 3 @ #m %m 1 0 12026764 +genus_tragulus n 1 3 @ #m %m 1 0 02436067 +genus_trapa n 1 3 @ #m %m 1 0 12348127 +genus_trautvetteria n 1 3 @ #m %m 1 0 11738832 +genus_trema n 1 2 @ #m 1 0 12410205 +genus_tremella n 1 3 @ #m %m 1 0 13060912 +genus_treponema n 1 3 @ #m %m 1 0 01382482 +genus_triaenodon n 1 3 @ #m %m 1 0 01493012 +genus_trialeurodes n 1 3 @ #m %m 1 0 02247076 +genus_triatoma n 1 3 @ #m %m 1 0 02244396 +genus_tribolium n 1 3 @ #m %m 1 0 02181599 +genus_tribonema n 1 3 @ #m %m 1 0 01401686 +genus_tribulus n 1 3 @ #m %m 1 0 12723446 +genus_triceratops n 1 3 @ #m %m 1 0 01704184 +genus_trichecus n 1 3 @ #m %m 1 0 02073679 +genus_trichoceros n 1 3 @ #m %m 1 0 12085469 +genus_trichodesmium n 1 3 @ #m %m 1 0 01359631 +genus_trichoglossus n 1 3 @ #m %m 1 0 01820937 +genus_tricholoma n 1 3 @ #m %m 1 0 13016749 +genus_trichomanes n 1 3 @ #m %m 1 0 12952022 +genus_trichomonas n 1 3 @ #m %m 1 0 01420314 +genus_trichophaga n 1 3 @ #m %m 1 0 02292564 +genus_trichophyton n 1 2 @ #m 1 0 13078483 +genus_trichostema n 1 3 @ #m %m 1 0 12871074 +genus_trichostigma n 1 2 @ #m 1 0 11856815 +genus_trichosurus n 1 3 @ #m %m 1 0 01881717 +genus_trichys n 1 3 @ #m %m 1 0 02347443 +genus_tridacna n 1 3 @ #m %m 1 0 01959333 +genus_trifolium n 1 3 @ #m %m 1 0 11752404 +genus_triga n 1 3 @ #m %m 1 0 02650282 +genus_triglochin n 1 3 @ #m %m 1 0 12617384 +genus_trigonella n 1 3 @ #m %m 1 0 12574143 +genus_trilisa n 1 3 @ #m %m 1 0 12027864 +genus_trillium n 1 3 @ #m %m 1 0 12468081 +genus_trimorphodon n 1 3 @ #m %m 1 0 01739518 +genus_trinectes n 1 3 @ #m %m 1 0 02665119 +genus_tringa n 1 3 @ #m %m 1 0 02027730 +genus_trionyx n 1 3 @ #m %m 1 0 01672275 +genus_triops n 1 3 @ #m %m 1 0 01996091 +genus_triostium n 1 3 @ #m %m 1 0 12679712 +genus_tripleurospermum n 1 3 @ #m %m 1 0 12028196 +genus_triplochiton n 1 3 @ #m %m 1 0 12201761 +genus_triticum n 1 3 @ #m %m 1 0 12141890 +genus_triturus n 1 3 @ #m %m 1 0 01630533 +genus_trogium n 1 3 @ #m %m 1 0 02261630 +genus_troglodytes n 1 3 @ #m %m 1 0 01584529 +genus_trogon n 1 2 @ #m 1 0 01844125 +genus_trollius n 1 3 @ #m %m 1 0 11739199 +genus_trombicula n 1 3 @ #m %m 1 0 01780919 +genus_tropaeolum n 1 3 @ #m %m 1 0 12719455 +genus_tropidoclonion n 1 3 @ #m %m 1 0 01735898 +genus_truncocolumella n 1 3 @ #m %m 1 0 12971956 +genus_tsuga n 1 3 @ #m %m 1 0 11627028 +genus_tuber n 1 3 @ #m %m 1 0 12985236 +genus_tubercularia n 1 2 @ #m 1 0 13081565 +genus_tulestoma n 1 3 @ #m %m 1 0 12970560 +genus_tulipa n 1 3 @ #m %m 1 0 12454021 +genus_tulostoma n 1 3 @ #m %m 1 0 12970560 +genus_tunga n 1 3 @ #m %m 1 0 02187427 +genus_tupaia n 1 2 @ #m 1 0 02495099 +genus_tupinambis n 1 3 @ #m %m 1 0 01687009 +genus_turbatrix n 1 3 @ #m %m 1 0 01931984 +genus_turdus n 1 3 @ #m %m 1 0 01557697 +genus_turnix n 1 3 @ #m %m 1 0 02019762 +genus_turreae n 1 3 @ #m %m 1 0 12700831 +genus_turritis n 1 3 @ #m %m 1 0 11899432 +genus_tursiops n 1 3 @ #m %m 1 0 02069569 +genus_tussilago n 1 3 @ #m %m 1 0 12029326 +genus_tylenchus n 1 3 @ #m %m 1 0 01932495 +genus_tympanuchus n 1 3 @ #m %m 1 0 01798352 +genus_typha n 1 3 @ #m %m 1 0 12155459 +genus_tyrannosaurus n 1 3 @ #m %m 1 0 01713635 +genus_tyrannus n 1 3 @ #m %m 1 0 01548143 +genus_tyto n 1 3 @ #m %m 1 0 01625417 +genus_uca n 1 3 @ #m %m 1 0 01980053 +genus_uintatherium n 1 3 @ #m %m 1 0 02371801 +genus_ulex n 1 3 @ #m %m 1 0 12574727 +genus_ulmus n 1 3 @ #m %m 1 0 12405209 +genus_ulva n 1 3 @ #m %m 1 0 01408547 +genus_uma n 1 3 @ #m %m 1 0 01678887 +genus_umbellularia n 1 3 @ #m %m 1 0 11707668 +genus_umbrina n 1 3 @ #m %m 1 0 02596888 +genus_unio n 1 3 @ #m %m 1 0 01964821 +genus_upupa n 1 3 @ #m %m 1 0 01829739 +genus_urginea n 1 3 @ #m %m 1 0 12462401 +genus_uria n 1 3 @ #m %m 1 0 02047152 +genus_urocyon n 1 3 @ #m %m 1 0 02120387 +genus_urocystis n 1 3 @ #m %m 1 0 13068565 +genus_urophycis n 1 3 @ #m %m 1 0 02524811 +genus_uropsilus n 1 3 @ #m %m 1 0 01890718 +genus_urosaurus n 1 3 @ #m %m 1 0 01681513 +genus_ursinia n 1 3 @ #m %m 1 0 12029929 +genus_ursus n 1 3 @ #m %m 1 0 02131942 +genus_urtica n 1 3 @ #m %m 1 0 12392385 +genus_usnea n 1 3 @ #m %m 1 0 12989739 +genus_ustilaginoidea n 1 3 @ #m %m 1 0 13081050 +genus_ustilago n 1 2 @ %m 1 0 13066803 +genus_uta n 1 3 @ #m %m 1 0 01681200 +genus_utahraptor n 1 3 @ #m %m 1 0 01718276 +genus_utricularia n 1 3 @ #m %m 1 0 12872257 +genus_uvularia n 1 3 @ #m %m 1 0 12474828 +genus_vaccaria n 1 3 @ #m %m 1 0 11818515 +genus_vaccinium n 1 3 @ #m %m 1 0 12245472 +genus_valeriana n 1 3 @ #m %m 1 0 12949955 +genus_valerianella n 1 3 @ #m %m 1 0 12950501 +genus_vallisneria n 1 3 @ #m %m 1 0 12615097 +genus_vanda n 1 3 @ #m %m 1 0 12085840 +genus_vanellus n 1 3 @ #m %m 1 0 02024636 +genus_vanessa n 1 3 @ #m %m 1 0 02275921 +genus_vangueria n 1 3 @ #m %m 1 0 12670558 +genus_vanilla n 1 3 @ #m %m 1 0 12086362 +genus_varanus n 1 3 @ #m %m 1 0 01694558 +genus_vedalia n 1 3 @ #m %m 1 0 02166674 +genus_velociraptor n 1 3 @ #m %m 1 0 01717335 +genus_venus n 1 3 @ #m %m 1 0 01957739 +genus_veratrum n 1 3 @ #m %m 1 0 12464278 +genus_verbascum n 1 3 @ #m %m 1 0 12888733 +genus_verbena n 1 3 @ #m %m 1 0 12914731 +genus_verbesina n 1 3 @ #m %m 1 0 12030265 +genus_vernonia n 1 3 @ #m %m 1 0 12031739 +genus_veronica n 1 3 @ #m %m 1 0 12890009 +genus_verticillium n 1 3 @ #m %m 1 0 13077811 +genus_vesicaria n 1 3 @ #m %m 1 0 11899595 +genus_vespa n 1 2 @ #m 1 0 02212811 +genus_vespertilio n 1 3 @ #m %m 1 0 02145767 +genus_vespula n 1 3 @ #m %m 1 0 02213362 +genus_vibrio n 1 3 @ #m %m 1 0 01364008 +genus_viburnum n 1 3 @ #m %m 1 0 12680125 +genus_vicia n 1 3 @ #m %m 1 0 12575089 +genus_vicugna n 1 3 @ #m %m 1 0 02438452 +genus_vidua n 1 3 @ #m %m 1 0 01543272 +genus_vigna n 1 3 @ #m %m 1 0 12577000 +genus_viminaria n 1 3 @ #m %m 1 0 12579242 +genus_vinca n 1 3 @ #m %m 1 0 11777779 +genus_vincetoxicum n 1 3 @ #m %m 1 0 13239471 +genus_viola n 1 3 @ #m %m 1 0 12387478 +genus_vipera n 1 3 @ #m %m 1 0 01752433 +genus_vireo n 1 3 @ #m %m 1 0 01602506 +genus_virgilia n 1 3 @ #m %m 1 0 12579593 +genus_viscum n 1 3 @ #m %m 1 0 12739072 +genus_vitis n 1 3 @ #m %m 1 0 13144511 +genus_vittaria n 1 3 @ #m %m 1 0 13179648 +genus_viverra n 1 2 @ #m 1 0 02135486 +genus_viverricula n 1 2 @ #m 1 0 02135726 +genus_volvaria n 1 3 @ #m %m 1 0 13018749 +genus_volvariella n 1 3 @ #m %m 1 0 13020011 +genus_volvox n 1 2 @ #m 1 0 01409244 +genus_vorticella n 1 3 @ #m %m 1 0 01396776 +genus_vulpes n 1 3 @ #m %m 1 0 02118854 +genus_vultur n 1 3 @ #m %m 1 0 01619675 +genus_weigela n 1 3 @ #m %m 1 0 12681768 +genus_welwitchia n 1 3 @ #m %m 1 0 11599165 +genus_welwitschia n 1 3 @ #m %m 1 0 11599165 +genus_wintera n 1 3 @ #m %m 1 0 11740208 +genus_wisteria n 1 3 @ #m %m 1 0 12580204 +genus_wolffia n 1 3 @ #m %m 1 0 11795774 +genus_wolffiella n 1 3 @ #m %m 1 0 11796318 +genus_woodsia n 1 3 @ #m %m 1 0 13201725 +genus_woodwardia n 1 3 @ #m %m 1 0 13186200 +genus_wyethia n 1 3 @ #m %m 1 0 12032215 +genus_wynnea n 1 1 @ 1 0 13034431 +genus_xanthium n 1 3 @ #m %m 1 0 12032939 +genus_xanthomonas n 1 3 @ #m %m 1 0 01361465 +genus_xanthorroea n 1 3 @ #m %m 1 0 12466034 +genus_xanthosoma n 1 3 @ #m %m 1 0 11793252 +genus_xenicus n 1 3 @ #m %m 1 0 01588589 +genus_xenopus n 1 3 @ #m %m 1 0 01654429 +genus_xenorhyncus n 1 3 @ #m %m 1 0 02004343 +genus_xenosaurus n 1 2 @ #m 1 0 01690857 +genus_xeranthemum n 1 3 @ #m %m 1 0 12033310 +genus_xerobates n 1 2 @ #m 1 0 01671312 +genus_xerophyllum n 1 3 @ #m %m 1 0 12465321 +genus_xiphias n 1 3 @ #m %m 1 0 02629581 +genus_xylaria n 1 3 @ #m %m 1 0 12966581 +genus_xylocopa n 1 3 @ #m %m 1 0 02209230 +genus_xylomelum n 1 3 @ #m %m 1 0 12223950 +genus_xylopia n 1 3 @ #m %m 1 0 11696776 +genus_xylosma n 1 3 @ #m %m 1 0 12380926 +genus_xyphophorus n 1 3 @ #m %m 1 0 01448165 +genus_xyris n 1 3 @ #m %m 1 0 12605519 +genus_yucca n 1 3 @ #m %m 1 0 12481806 +genus_zaglossus n 1 3 @ #m %m 1 0 01872635 +genus_zalophus n 1 3 @ #m %m 1 0 02078436 +genus_zamia n 1 3 @ #m %m 1 0 11601757 +genus_zannichellia n 1 2 @ #m 1 0 12617950 +genus_zantedeschia n 1 3 @ #m %m 1 0 11793651 +genus_zanthoxylum n 1 3 @ #m %m 1 0 12714550 +genus_zapus n 1 3 @ #m %m 1 0 02351212 +genus_zea n 1 3 @ #m %m 1 0 12143572 +genus_zenaidura n 1 3 @ #m %m 1 0 01814091 +genus_zerumbet n 1 3 @ #m %m 1 0 12356668 +genus_zeus n 1 3 @ #m %m 1 0 01452954 +genus_zigadenus n 1 3 @ #m %m 1 0 12466450 +genus_zingiber n 1 3 @ #m %m 1 0 12355594 +genus_zinjanthropus n 1 1 @ 1 0 02477187 +genus_zinnia n 1 3 @ #m %m 1 0 12033939 +genus_zizania n 1 3 @ #m %m 1 0 12145802 +genus_ziziphus n 1 3 @ #m %m 1 0 13143097 +genus_zoarces n 1 3 @ #m %m 1 0 02617402 +genus_zoisia n 1 3 @ #m %m 1 0 12146100 +genus_zonotrichia n 1 3 @ #m %m 1 0 01535310 +genus_zostera n 1 3 @ #m %m 1 0 12618524 +genus_zoysia n 1 3 @ #m %m 1 0 12146100 +genus_zygnema n 1 2 @ #m 1 0 01410330 +genus_zygocactus n 1 3 @ #m %m 1 0 11854232 +genus_zygophyllum n 1 3 @ #m %m 1 0 12720893 +genyonemus n 1 3 @ #m %m 1 0 02598438 +genyonemus_lineatus n 1 2 @ #m 1 0 02598573 +geocentric_parallax n 1 2 @ ~ 1 0 11528939 +geochelone n 1 3 @ #m %m 1 0 01670673 +geochemistry n 1 1 @ 1 1 06090304 +geococcyx n 1 3 @ #m %m 1 0 01823912 +geococcyx_californianus n 1 2 @ #m 1 0 01824035 +geode n 1 2 @ ; 1 0 09287817 +geodesic n 1 3 @ + ; 1 0 13870414 +geodesic_dome n 1 1 @ 1 0 03435593 +geodesic_line n 1 2 @ ; 1 0 13870414 +geodesy n 1 2 @ + 1 0 06120881 +geoduck n 1 1 @ 1 0 01958531 +geoffrey_chaucer n 1 1 @ 1 0 10894065 +geoffrey_of_monmouth n 1 1 @ 1 0 10994660 +geoffroea n 1 3 @ #m %m 1 0 12531144 +geoffroea_decorticans n 1 2 @ #m 1 0 12531328 +geogia_holly n 1 1 @ 1 0 12758399 +geoglossaceae n 1 3 @ #m %m 1 0 13226526 +geoglossum n 1 3 @ #m %m 1 0 13226698 +geographer n 1 3 @ ~ + 1 1 10127555 +geographic_area n 1 2 @ ~ 1 0 08574314 +geographic_expedition n 1 1 @ 1 0 00310063 +geographic_point n 1 2 @ ~ 1 0 08578706 +geographic_region n 1 2 @ ~ 1 0 08574314 +geographical_area n 1 2 @ ~ 1 1 08574314 +geographical_mile n 1 1 @ 1 0 13660619 +geographical_point n 1 2 @ ~ 1 0 08578706 +geographical_region n 1 2 @ ~ 1 0 08574314 +geographical_zone n 1 2 @ ~ 1 0 08541841 +geographics n 1 2 @ ~ 1 0 06122178 +geography n 1 3 @ ~ + 1 0 06122178 +geologic_process n 1 3 @ ~ ; 1 0 13486838 +geologic_time n 1 2 @ ~ 1 0 15116283 +geological_dating n 1 2 @ ~ 1 0 00992331 +geological_era n 1 4 @ ~ #p %p 1 0 15248020 +geological_fault n 1 4 @ ~ %p ; 1 0 09278537 +geological_formation n 1 3 @ ~ ; 1 0 09287968 +geological_horizon n 1 1 @ 1 0 08658918 +geological_period n 1 4 @ ~ #p %p 1 0 15247518 +geological_phenomenon n 1 3 @ ~ ; 1 0 11417672 +geological_process n 1 3 @ ~ ; 1 0 13486838 +geological_time n 1 2 @ ~ 1 0 15116283 +geologist n 1 3 @ ~ + 1 1 10127689 +geology n 1 4 @ ~ + - 1 1 06115701 +geomancer n 1 2 @ + 1 0 10127916 +geomancy n 1 2 @ + 1 0 05776875 +geometer n 1 2 @ ~ 1 0 10128016 +geometric_mean n 1 2 @ ; 1 0 06024431 +geometric_pace n 1 1 @ 1 0 13655790 +geometric_progression n 1 2 @ ; 1 0 08461172 +geometric_series n 1 1 @ 1 0 05863480 +geometrical_irregularity n 1 1 @ 1 0 05066012 +geometrical_regularity n 1 1 @ 1 0 05065211 +geometrician n 1 3 @ ~ + 1 0 10128016 +geometrid n 1 3 @ ~ #m 1 0 02287004 +geometrid_moth n 1 3 @ ~ #m 1 0 02287004 +geometridae n 1 3 @ #m %m 1 0 02286815 +geometry n 1 5 @ ~ + ; - 1 1 06004685 +geometry_teacher n 1 1 @ 1 0 10128163 +geomorphology n 1 3 @ ~ + 1 0 06117855 +geomyidae n 1 3 @ #m %m 1 0 02353529 +geomys n 1 3 @ #m %m 1 0 02353709 +geomys_bursarius n 1 2 @ #m 1 0 02354162 +geomys_pinetis n 1 2 @ #m 1 0 02354320 +geophagia n 1 1 @ 1 0 00840898 +geophagy n 1 1 @ 1 0 00840898 +geophilidae n 1 3 @ #m %m 1 0 01786048 +geophilomorpha n 1 3 @ #m %m 1 0 01785831 +geophilus n 1 2 @ #m 1 0 01786219 +geophysical_science n 1 2 @ ~ 1 0 06117562 +geophysicist n 1 3 @ ~ + 1 0 10128519 +geophysics n 1 3 @ ~ + 1 0 06117562 +geophyte n 1 2 @ + 1 0 13120958 +geopolitics n 1 3 @ ~ + 1 0 06148748 +geordie n 2 1 @ 2 0 09704283 06948149 +georg_friedrich_bernhard_riemann n 1 1 @ 1 0 11262168 +georg_friedrich_handel n 1 1 @ 1 0 11027631 +georg_meissner n 1 1 @ 1 0 11171513 +georg_philipp_telemann n 1 1 @ 1 0 11334925 +georg_simon_ohm n 1 1 @ 1 0 11213094 +georg_wilhelm_friedrich_hegel n 1 1 @ 1 0 11038084 +georg_wilhelm_steller n 1 1 @ 1 0 11316141 +george n 7 3 @ #m + 7 0 10996285 10996090 10995850 10995592 10995292 10995115 10994906 +george_armstrong_custer n 1 1 @ 1 0 10919061 +george_balanchine n 1 1 @ 1 0 10831656 +george_beadle n 1 1 @ 1 0 10839131 +george_berkeley n 1 1 @ 1 0 10847125 +george_bernard_shaw n 1 1 @ 1 0 11295936 +george_boole n 1 1 @ 1 0 10857271 +george_bryan_brummell n 1 1 @ 1 0 10868397 +george_burns n 1 1 @ 1 0 10873783 +george_bush n 2 1 @ 2 0 10875910 10875468 +george_c._scott n 1 1 @ 1 0 11289709 +george_catlett_marshall n 1 1 @ 1 0 11158982 +george_charles_hevesy_de_hevesy n 1 1 @ 1 0 11048389 +george_dewey n 1 1 @ 1 0 10933084 +george_dibdin-pitt n 1 1 @ 1 0 11236663 +george_dibdin_pitt n 1 1 @ 1 0 11236663 +george_du_maurier n 1 1 @ 1 0 10945048 +george_eastman n 1 1 @ 1 0 10947628 +george_edward_moore n 1 1 @ 1 0 11189709 +george_edward_pickett n 1 1 @ 1 0 11234472 +george_eliot n 1 1 @ 1 0 10956883 +george_ellery_hale n 1 1 @ 1 0 11023442 +george_enescu n 1 1 @ 1 0 10959074 +george_f._kennan n 1 1 @ 1 0 11100798 +george_fox n 1 1 @ 1 0 10976862 +george_frederick_handel n 1 1 @ 1 0 11027631 +george_frideric_handel n 1 1 @ 1 0 11027631 +george_frost_kennan n 1 1 @ 1 0 11100798 +george_gamow n 1 1 @ 1 0 10989099 +george_gershwin n 1 1 @ 1 0 10996876 +george_gilbert_aime_murphy n 1 1 @ 1 0 11197417 +george_gordon_meade n 1 1 @ 1 0 11170438 +george_guess n 1 1 @ 1 0 11293157 +george_h.w._bush n 1 1 @ 1 0 10875468 +george_harrison n 1 2 @ #m 1 0 11031842 +george_herbert_hitchings n 1 1 @ 1 0 11052498 +george_herbert_mead n 1 1 @ 1 0 11170123 +george_herbert_walker_bush n 1 1 @ 1 0 10875468 +george_herman_ruth n 1 1 @ 1 0 11276100 +george_hubert_wilkins n 1 1 @ 1 0 11387539 +george_huntington n 1 1 @ 1 0 11067604 +george_i n 1 2 @ #m 1 0 10994906 +george_ii n 1 2 @ #m 1 0 10995115 +george_iii n 1 2 @ #m 1 0 10995292 +george_iv n 1 2 @ #m 1 0 10995592 +george_louis_palmella_busson_du_maurier n 1 1 @ 1 0 10945048 +george_lucas n 1 1 @ 1 0 11143458 +george_m._cohan n 1 1 @ 1 0 10904463 +george_macaulay_trevelyan n 1 1 @ 1 0 11348584 +george_marshall n 1 1 @ 1 0 11158982 +george_mason n 1 1 @ 1 0 11163160 +george_meany n 1 1 @ 1 0 11170764 +george_meredith n 1 1 @ 1 0 11175875 +george_michael_cohan n 1 1 @ 1 0 10904463 +george_orson_welles n 1 1 @ 1 0 11380768 +george_orwell n 1 1 @ 1 0 11217479 +george_otto_trevelyan n 1 1 @ 1 0 11348356 +george_paget_thomson n 1 1 @ 1 0 11340411 +george_percy_aldridge_grainger n 1 1 @ 1 0 11010697 +george_pitt n 1 1 @ 1 0 11236663 +george_s._kaufman n 1 1 @ 1 0 11097625 +george_sand n 1 1 @ 1 0 11280013 +george_segal n 1 1 @ 1 0 11291179 +george_simon_kaufman n 1 1 @ 1 0 11097625 +george_stephenson n 1 1 @ 1 0 11316669 +george_stevens n 1 1 @ 1 0 11317309 +george_szell n 1 1 @ 1 0 11327964 +george_town n 1 2 @ #p 1 0 08709593 +george_v n 1 2 @ #m 1 0 10995850 +george_vancouver n 1 1 @ 1 0 11358863 +george_vi n 1 2 @ #m 1 0 10996090 +george_w._bush n 1 1 @ 1 0 10875910 +george_walker_bush n 1 1 @ 1 0 10875910 +george_washington n 1 1 @ 1 1 11375418 +george_washington_bridge n 1 2 @ #p 1 0 03435825 +george_washington_carver n 1 1 @ 1 0 10885603 +george_washington_goethals n 1 1 @ 1 0 11003918 +george_wells_beadle n 1 1 @ 1 0 10839131 +george_westinghouse n 1 1 @ 1 0 11382555 +george_william_russell n 1 1 @ 1 0 11275035 +georges_bizet n 1 1 @ 1 0 10851865 +georges_braque n 1 1 @ 1 0 10862999 +georges_clemenceau n 1 1 @ 1 0 10900524 +georges_cuvier n 1 1 @ 1 0 10919278 +georges_de_la_tour n 1 1 @ 1 0 11118481 +georges_enesco n 1 1 @ 1 0 10959074 +georges_eugene_benjamin_clemenceau n 1 1 @ 1 0 10900524 +georges_gilles_de_la_tourette n 1 1 @ 1 0 11346568 +georges_henri_lemaitre n 1 1 @ 1 0 11125646 +georges_jacques_danton n 1 1 @ 1 0 10922501 +georges_joseph_christian_simenon n 1 1 @ 1 0 11300678 +georges_leopold_chretien_frederic_dagobert_cuvier n 1 1 @ 1 0 10919278 +georges_pierre_seurat n 1 1 @ 1 0 11294202 +georges_seurat n 1 1 @ 1 0 11294202 +georges_simenon n 1 1 @ 1 0 11300678 +georgetown n 2 2 @ #p 2 0 09071571 08948704 +georgette n 1 1 @ 1 0 03435743 +georgi_konstantinovich_zhukov n 1 1 @ 1 0 11406460 +georgi_zhukov n 1 1 @ 1 0 11406460 +georgia n 3 7 @ #m #p %m %p + - 3 2 09075842 09076421 09018848 +georgia_bark n 1 2 @ #m 1 0 12669362 +georgia_home_boy n 1 1 @ 1 0 04253751 +georgia_okeeffe n 1 1 @ 1 0 11213216 +georgia_pine n 1 1 @ 1 0 11615967 +georgian n 3 3 @ #m + 3 1 09742443 09729156 06978766 +georgian_monetary_unit n 1 2 @ ~ 1 0 13700533 +georgiana_barrymore n 1 1 @ 1 0 10835450 +georgiana_emma_barrymore n 1 1 @ 1 0 10835450 +geosphere n 1 3 @ #p %p 1 0 09339810 +geostationary_orbit n 1 1 @ 1 0 08612644 +geostrategy n 1 2 @ + 1 0 06148915 +geosynchronous_orbit n 1 2 @ ~ 1 0 08612498 +geothermal_energy n 1 1 @ 1 0 11466337 +geothlypis n 1 3 @ #m %m 1 0 01570549 +geothlypis_trichas n 1 1 @ 1 0 01570839 +geotropism n 1 1 @ 1 0 00861990 +geraint n 1 2 @ ; 1 0 10996533 +gerald_ford n 1 1 @ 1 0 10974740 +gerald_r._ford n 1 1 @ 1 0 10974740 +gerald_rudolph_ford n 1 1 @ 1 0 10974740 +geraniaceae n 1 3 @ #m %m 1 0 12685214 +geraniales n 1 3 @ #m %m 1 0 12684640 +geranium n 1 3 @ ~ #m 1 0 12685431 +geranium_family n 1 3 @ #m %m 1 0 12685214 +geranium_maculatum n 1 1 @ 1 0 12686077 +geranium_molle n 1 1 @ 1 0 12687044 +geranium_pratense n 1 1 @ 1 0 12686274 +geranium_richardsonii n 1 1 @ 1 0 12686496 +geranium_robertianum n 1 1 @ 1 0 12686676 +geranium_viscosissimum n 1 1 @ 1 0 12686877 +gerard_depardieu n 1 1 @ 1 0 10931059 +gerard_kuiper n 1 1 @ 1 0 11112628 +gerard_manley_hopkins n 1 1 @ 1 0 11059772 +gerard_peter_kuiper n 1 1 @ 1 0 11112628 +gerardia n 1 2 @ #m 1 0 12883628 +gerardia_pedicularia n 1 2 @ #m 1 0 12878784 +gerardia_virginica n 1 2 @ #m 1 0 12879068 +gerardus_mercator n 1 1 @ 1 0 11175243 +gerbera n 1 3 @ #m %m 1 0 11971600 +gerbera_jamesonii n 1 2 @ #m 1 0 11971927 +gerbert n 1 1 @ 1 0 11327398 +gerbil n 1 3 @ ~ #m 1 0 02343772 +gerbille n 1 3 @ ~ #m 1 0 02343772 +gerbillinae n 1 3 @ #m %m 1 0 02343487 +gerbillus n 1 2 @ #m 1 0 02343633 +gerea n 1 3 @ #m %m 1 0 11972141 +gerea_canescens n 1 2 @ #m 1 0 11972291 +gerenuk n 1 2 @ #m 1 0 02420828 +gerfalcon n 1 2 @ #m 1 0 01611800 +gerhard_gerhards n 1 1 @ 1 0 10959857 +gerhard_herzberg n 1 1 @ 1 0 11047139 +gerhard_kremer n 1 1 @ 1 0 11175243 +geriatrician n 1 2 @ + 1 0 10128381 +geriatrics n 1 2 @ + 1 0 06050650 +germ n 3 3 @ ~ + 3 1 05834758 05229805 01384491 +germ_cell n 1 3 @ ~ #p 1 0 05456732 +germ_layer n 1 3 @ ~ ; 1 0 01463519 +germ_plasm n 1 1 @ 1 0 05435722 +germ_pore n 1 1 @ 1 0 11680277 +germ_theory n 1 2 @ ; 1 0 06108487 +germ_tube n 1 2 @ ; 1 0 11680457 +germ_warfare n 1 1 @ 1 0 00996056 +german n 2 6 @ ~ #m + ; - 2 2 09747722 06950528 +german_american n 1 1 @ 1 0 09742315 +german_bee n 1 1 @ 1 0 02208848 +german_capital n 1 4 @ #p %m %p 1 0 08769645 +german_chamomile n 1 2 @ #m 1 0 11995092 +german_cockroach n 1 2 @ #m 1 0 02234848 +german_democratic_republic n 1 2 @ %m 1 0 08768647 +german_iris n 2 1 @ 2 0 12414159 12413880 +german_ivy n 1 2 @ #m 1 0 11960673 +german_language n 1 4 @ ~ ; - 1 0 06950528 +german_lesson n 1 1 @ 1 0 00729731 +german_luftwaffe n 1 1 @ 1 0 08195229 +german_mark n 1 2 @ %p 1 0 13688033 +german_measles n 1 1 @ 1 0 14123259 +german_millet n 1 1 @ 1 0 12135729 +german_monetary_unit n 1 2 @ ~ 1 0 13687906 +german_nazi n 1 2 @ ~ 1 0 10350220 +german_pancake n 1 1 @ 1 0 07641380 +german_police_dog n 1 1 @ 1 0 02106662 +german_rampion n 1 1 @ 1 0 12344483 +german_shepherd n 1 1 @ 1 0 02106662 +german_shepherd_dog n 1 1 @ 1 0 02106662 +german_short-haired_pointer n 1 1 @ 1 0 02100236 +german_silver n 1 1 @ 1 0 14962387 +german_tamarisk n 1 2 @ #m 1 0 12386945 +germander n 1 3 @ ~ #m 1 0 12869478 +germander_speedwell n 1 1 @ 1 0 12891305 +germaneness n 1 2 @ + 1 0 13795042 +germanic n 1 3 @ ~ + 1 0 06946497 +germanic_language n 1 2 @ ~ 1 0 06946497 +germanism n 1 1 @ 1 0 00414071 +germanist n 1 1 @ 1 0 10128254 +germanite n 1 2 @ %s 1 0 14676608 +germanium n 1 2 @ #s 1 1 14638517 +germany n 1 6 @ #m #p %m %p - 1 1 08766988 +germicide n 1 3 @ ~ + 1 0 03208229 +germinal n 1 2 @ #p 1 0 15176937 +germinal_area n 1 1 @ 1 0 01459480 +germinal_disc n 1 1 @ 1 0 01459480 +germination n 2 2 @ + 2 0 13487207 07324235 +geronimo n 1 1 @ 1 0 10996677 +gerontocracy n 1 1 @ 1 0 08361720 +gerontologist n 1 2 @ + 1 0 10128381 +gerontology n 1 2 @ + 1 0 06050650 +gerreidae n 1 3 @ #m %m 1 0 02636666 +gerres n 1 3 @ #m %m 1 0 02637046 +gerres_cinereus n 1 2 @ #m 1 0 02637179 +gerrhonotus n 1 3 @ #m %m 1 0 01689678 +gerridae n 2 3 @ #m %m 2 0 02636666 02243351 +gerrididae n 1 3 @ #m %m 1 0 02243351 +gerris n 1 3 @ #m %m 1 0 02243744 +gerris_lacustris n 1 2 @ #m 1 0 02243878 +gerrymander n 1 2 @ + 1 0 00754593 +gershwin n 2 1 @ 2 0 10997068 10996876 +gertrude_caroline_ederle n 1 1 @ 1 0 10948798 +gertrude_ederle n 1 1 @ 1 0 10948798 +gertrude_lawrence n 1 1 @ 1 0 11120530 +gertrude_stein n 1 1 @ 1 0 11314666 +gerund n 1 2 @ + 1 0 06318352 +geryon n 1 2 @ ; 1 0 09494951 +gesell n 1 1 @ 1 0 10997234 +gesner n 1 1 @ 1 0 10997405 +gesneria n 1 2 @ #m 1 0 12829975 +gesneria_family n 1 3 @ #m %m 1 0 12829099 +gesneriaceae n 1 3 @ #m %m 1 0 12829099 +gesneriad n 1 2 @ #m 1 0 12829582 +gesso n 1 1 @ 1 0 14676756 +gestalt n 1 1 @ 1 0 05931341 +gestalt_law_of_organization n 1 3 @ ~ #p 1 0 05878440 +gestalt_principle_of_organization n 1 3 @ ~ #p 1 0 05878440 +gestalt_psychology n 1 3 @ %p ; 1 0 06141324 +gestapo n 1 3 @ #p ; 1 0 08211760 +gestation n 3 5 @ ~ %p + - 3 0 15226214 14046202 05772215 +gestation_period n 1 2 @ %p 1 0 15226214 +gestational_age n 1 1 @ 1 0 04925064 +gesticulation n 1 2 @ + 1 0 06876771 +gesture n 3 3 @ ~ + 3 3 00334509 06876309 01228380 +get n 1 1 @ 1 0 00567896 +get-go n 1 2 @ ~ 1 0 15265518 +get-up-and-go n 1 2 @ ~ 1 0 04836683 +get-well_card n 1 1 @ 1 0 06627357 +get_together n 1 3 @ ~ + 1 0 08310389 +geta n 1 1 @ 1 0 03047690 +getaway n 2 2 @ + 2 0 05061003 00060201 +getting n 1 3 @ ~ + 1 0 00041899 +getting_even n 1 2 @ ~ 1 0 01234729 +gettysburg n 2 3 @ #p ; 2 0 09135590 01279615 +gettysburg_address n 1 1 @ 1 0 07239550 +getulio_dornelles_vargas n 1 1 @ 1 0 11360744 +getup n 1 3 @ ~ + 1 0 03859958 +geum n 1 3 @ #m %m 1 0 12631224 +geum_alleppicum_strictum n 1 1 @ 1 0 12631637 +geum_canadense n 1 1 @ 1 0 12631813 +geum_macrophyllum n 1 1 @ 1 0 12631932 +geum_rivale n 1 1 @ 1 0 12632072 +geum_strictum n 1 1 @ 1 0 12631637 +geum_triflorum n 1 1 @ 1 0 12632335 +geum_urbanum n 1 1 @ 1 0 12632526 +geum_virginianum n 1 1 @ 1 0 12632733 +gewgaw n 1 2 @ #m 1 0 02787435 +geyser n 1 3 @ ~ + 1 0 09288635 +ghana n 1 5 @ #p %m %p + 1 1 08946187 +ghanian n 1 3 @ #m + 1 0 09748889 +ghanian_monetary_unit n 1 2 @ ~ 1 0 13666922 +gharry n 1 1 @ 1 0 03435991 +ghastliness n 1 2 @ + 1 0 04782610 +ghat n 1 1 @ 1 0 03436075 +ghatti n 1 1 @ 1 0 14878844 +ghatti_gum n 1 1 @ 1 0 14878844 +ghb n 1 2 @ ~ 1 0 03414814 +ghedda_wax n 1 1 @ 1 0 15095014 +ghee n 1 1 @ 1 0 07848936 +gheg n 1 1 @ 1 0 06942419 +gheg_dialect n 1 1 @ 1 0 06942419 +ghent n 1 2 @ #p 1 0 08851500 +gherkin n 2 1 @ 2 0 07758582 07718671 +ghetto n 3 2 @ + 3 1 08578951 13963342 08549292 +ghetto_blaster n 1 2 @ ; 1 0 03436182 +ghillie n 1 1 @ 1 0 03436290 +ghost n 4 3 @ ~ + 4 1 05898171 10128748 09545976 07164163 +ghost_dance n 1 1 @ 1 0 00542323 +ghost_gum n 1 1 @ 1 0 12336727 +ghost_town n 1 2 @ ; 1 0 08671509 +ghost_weed n 1 2 @ #m 1 0 12919403 +ghost_word n 1 1 @ 1 0 06300058 +ghostfish n 1 2 @ #m 1 0 02616397 +ghostliness n 1 2 @ + 1 0 04798020 +ghostwriter n 1 2 @ + 1 0 10128748 +ghoul n 2 1 @ 2 2 10144571 09543673 +ghq n 1 2 @ ; 1 0 03076104 +ghrelin n 1 1 @ 1 0 05409663 +ghrf n 1 1 @ 1 0 15023537 +ghz n 1 1 @ 1 0 15278691 +gi n 1 1 @ 1 0 13642000 +gi_hormones n 1 2 @ ~ 1 0 05408684 +gi_series n 1 1 @ 1 0 05741578 +gi_tract n 1 4 @ ~ #p %p 1 0 05532225 +gia n 1 2 @ ; 1 0 08016035 +giacometti n 1 1 @ 1 0 10997553 +giacomo_della_chiesa n 1 1 @ 1 0 10844231 +giacomo_meyerbeer n 1 1 @ 1 0 11177695 +giacomo_puccini n 1 1 @ 1 0 11248077 +giambattista_lulli n 1 1 @ 1 0 11144860 +giambattista_marini n 1 1 @ 1 0 11156812 +giambattista_marino n 1 1 @ 1 0 11156812 +gian_carlo_menotti n 1 1 @ 1 0 11174901 +gianbattista_bodoni n 1 1 @ 1 0 10854265 +giannangelo_braschi n 1 1 @ 1 0 11237275 +gianni_versace n 1 1 @ 1 0 11364135 +giant n 7 3 @ ~ + 7 3 01323781 09938991 08056471 10129133 10128909 09488711 09288769 +giant_anteater n 1 2 @ #m 1 0 02460451 +giant_armadillo n 1 1 @ 1 0 02456008 +giant_bamboo n 1 2 @ #m 1 0 12148757 +giant_buttercup n 1 2 @ #m 1 0 11736362 +giant_cane n 1 3 @ #m #p 1 0 12148253 +giant_chinkapin n 1 2 @ #m 1 0 12264786 +giant_clam n 1 2 @ #m 1 0 01959492 +giant_cockroach n 1 2 @ #m 1 0 02235205 +giant_conch n 1 1 @ 1 0 01944118 +giant_coreopsis n 1 1 @ 1 0 11957317 +giant_crab n 1 2 @ #m 1 0 01982347 +giant_eland n 1 2 @ #m 1 0 02427183 +giant_fern n 1 2 @ #m 1 0 13215586 +giant_fir n 1 1 @ 1 0 11622368 +giant_foxtail n 1 1 @ 1 0 12134695 +giant_fulmar n 1 2 @ #m 1 0 02059852 +giant_garlic n 1 1 @ 1 0 12434985 +giant_granadilla n 1 2 @ %p 1 0 12384037 +giant_helleborine n 1 2 @ #m 1 0 12062781 +giant_hives n 1 1 @ 1 0 14120310 +giant_hornet n 1 1 @ 1 0 02213239 +giant_hyssop n 1 3 @ ~ #m 1 0 12839979 +giant_kangaroo n 1 2 @ #m 1 0 01877606 +giant_lizard n 1 1 @ 1 0 01695060 +giant_moa n 1 2 @ #m 1 0 01523248 +giant_northwest_shipworm n 1 2 @ #m 1 0 01967517 +giant_panda n 1 2 @ #m 1 0 02510455 +giant_perch n 1 2 @ #m 1 0 02560546 +giant_petrel n 1 2 @ #m 1 0 02059852 +giant_pigfish n 1 2 @ #m 1 0 02608284 +giant_potato_creeper n 1 2 @ #m 1 0 12897788 +giant_puffball n 1 2 @ #m 1 0 13044375 +giant_red_paintbrush n 1 1 @ 1 0 12880462 +giant_reed n 1 2 @ #m 1 0 12109498 +giant_ryegrass n 1 1 @ 1 0 12119390 +giant_salamander n 1 2 @ #m 1 0 01633781 +giant_scallop n 1 3 @ #m %p 1 0 01966586 +giant_schnauzer n 1 1 @ 1 0 02097130 +giant_scrambling_fern n 1 2 @ #m 1 0 13170840 +giant_seaperch n 1 2 @ #m 1 0 02560546 +giant_sequoia n 1 2 @ #m 1 0 11641494 +giant_silkworm n 1 4 @ ~ #m %p 1 0 02302620 +giant_silkworm_moth n 1 2 @ ~ 1 0 02302459 +giant_squid n 1 2 @ #m 1 0 01972131 +giant_star n 1 2 @ ~ 1 0 09288769 +giant_star_grass n 1 2 @ #m 1 0 12116058 +giant_stock_bean n 1 2 @ #m 1 0 12511239 +giant_sunflower n 1 1 @ 1 0 11978961 +giant_taro n 1 1 @ 1 0 11782266 +giant_timber_bamboo n 1 2 @ #m 1 0 12149521 +giant_tortoise n 1 2 @ #m 1 0 01670802 +giant_water_bug n 1 2 @ #m 1 0 02242137 +giant_willowherb n 1 2 @ #m 1 0 12342498 +giantess n 1 1 @ 1 0 09490756 +giantism n 2 2 @ %p 2 0 14368288 05106220 +giardia n 1 2 @ #m 1 0 01419888 +giardiasis n 1 1 @ 1 0 14177210 +gib n 2 3 @ #p %p 2 0 13628761 02122810 +gibber n 1 3 @ ~ + 1 0 06608728 +gibberellic_acid n 1 1 @ 1 0 14745368 +gibberellin n 1 2 @ ~ 1 0 14745222 +gibberish n 1 3 @ ~ + 1 0 06608728 +gibbet n 1 2 @ + 1 1 03413124 +gibbon n 2 2 @ #m 2 0 10997742 02483362 +gibbosity n 1 3 @ ~ + 1 0 13894434 +gibbousness n 1 3 @ ~ + 1 0 13894434 +gibbs n 1 1 @ 1 0 10997888 +gibbsite n 1 3 @ #s %s 1 0 14676943 +gibe n 1 3 @ ~ + 1 0 06767922 +gibibit n 1 3 @ #p %p 1 0 13629309 +gibibyte n 1 3 @ #p %p 1 0 13628761 +gibit n 1 3 @ #p %p 1 0 13629309 +giblet n 1 2 @ #p 1 0 07649096 +giblets n 1 2 @ #p 1 0 07649096 +gibraltar n 1 4 @ #p %m + 1 0 09028841 +gibraltar_fever n 1 1 @ 1 0 14128029 +gibraltarian n 1 3 @ #m + 1 0 09749011 +gibran n 1 1 @ 1 0 10997997 +gibson n 3 2 @ ; 3 0 10998474 10998305 10998117 +gibson_desert n 1 2 @ #p 1 0 09169557 +gibson_girl n 1 1 @ 1 1 10129338 +gidar n 1 1 @ 1 0 06984858 +giddiness n 2 3 @ ~ + 2 1 04648440 14372513 +gide n 1 1 @ 1 0 10998651 +gideon_algernon_mantell n 1 1 @ 1 0 11155013 +gidgee n 1 2 @ #m 1 0 11757017 +gielgud n 1 1 @ 1 0 10998860 +gift n 3 3 @ ~ + 3 3 13265011 05624042 01086081 +gift_horse n 1 1 @ 1 1 13272860 +gift_shop n 1 1 @ 1 0 03436417 +gift_tax n 1 1 @ 1 0 13313188 +gift_wrap n 1 1 @ 1 0 14879247 +gift_wrapping n 1 2 @ + 1 0 03436549 +gig n 6 4 @ ~ #m #p 6 1 03436891 04271148 03436990 03436772 03436656 00271155 +gigabit n 1 3 @ #p %p 1 0 13629132 +gigabyte n 2 3 @ #p %p 2 0 13628955 13628761 +gigacycle n 1 1 @ 1 0 15278691 +gigacycle_per_second n 1 1 @ 1 0 15278691 +gigahertz n 1 1 @ 1 0 15278691 +gigantism n 2 2 @ %p 2 0 14368288 05106220 +gigartinaceae n 1 3 @ #m %m 1 0 01414359 +giggle n 1 2 @ + 1 1 07127693 +giggler n 1 2 @ + 1 0 10713124 +gigo n 1 2 @ ; 1 0 06655927 +gigolo n 1 2 @ ~ 1 0 10129464 +gigot n 1 1 @ 1 0 07668588 +gigue n 1 1 @ 1 0 07055805 +gikuyu n 1 1 @ 1 0 06993015 +gila n 1 2 @ #p 1 0 09288946 +gila_desert n 1 2 @ #p 1 0 09169690 +gila_monster n 1 2 @ #m 1 0 01692333 +gila_river n 1 2 @ #p 1 0 09288946 +gilbert n 5 2 @ + 5 0 13642000 10999584 10999410 10999202 10999048 +gilbert_and_ellice_islands n 1 2 @ #p 1 0 08841075 +gilbert_and_sullivan n 1 1 @ 1 0 07278365 +gilbert_charles_stuart n 1 1 @ 1 0 11322758 +gilbert_islands n 1 3 @ #p - 1 0 08839916 +gilbert_keith_chesterton n 1 1 @ 1 0 10895274 +gilbert_murray n 1 1 @ 1 0 11197417 +gilbert_stuart n 1 1 @ 1 0 11322758 +gild n 1 3 @ ~ %m 1 0 08227214 +gilded_flicker n 1 1 @ 1 0 01839949 +gilder n 1 2 @ + 1 0 10129585 +gildhall n 1 2 @ ; 1 0 03437184 +gilding n 1 2 @ + 1 0 03437430 +gilding_metal n 1 1 @ 1 0 14879356 +giles_lytton_strachey n 1 2 @ #m 1 0 11320631 +gilgai_soil n 1 2 @ ; 1 0 14879492 +gilgamesh n 1 1 @ 1 0 10999873 +gilgamish n 1 2 @ ; 1 0 09522837 +gill n 4 4 @ ~ #p %p 4 0 13621660 13619028 13011679 02510769 +gill-over-the-ground n 1 2 @ #m 1 0 12847374 +gill_arch n 1 1 @ 1 0 02511303 +gill_bar n 1 1 @ 1 0 02511303 +gill_cleft n 1 1 @ 1 0 02511107 +gill_fungus n 1 1 @ 1 0 13011595 +gill_net n 1 1 @ 1 0 03437295 +gill_slit n 1 1 @ 1 0 02511107 +gilles_de_la_tourette n 1 1 @ 1 0 11346568 +gilles_de_la_tourette_syndrome n 1 1 @ 1 0 14311117 +gillespie n 1 1 @ 1 0 11000012 +gillette n 1 1 @ 1 0 11000172 +gillie n 2 1 @ 2 0 10129719 03436290 +gillyflower n 2 3 @ ~ #m 2 0 11892637 11808468 +gilman n 1 1 @ 1 0 11000349 +gilmer n 1 1 @ 1 0 11000469 +giloacchino_antonio_rossini n 1 1 @ 1 0 11271720 +gilt n 1 2 @ + 1 0 03437430 +gimbal n 1 1 @ 1 0 03437581 +gimcrack n 1 1 @ 1 0 03376438 +gimcrackery n 1 1 @ 1 0 03376438 +gimel n 1 2 @ #m 1 0 06836929 +gimlet n 2 1 @ 2 0 07914995 02758490 +gimmick n 3 2 @ ~ 3 0 05164673 03218545 00171249 +gimmickry n 1 1 @ 1 0 07959863 +gimp n 1 3 @ ~ + 1 0 14549937 +gimpiness n 1 3 @ ~ + 1 0 14549937 +gin n 4 6 @ ~ #s %s %p + 4 0 07904395 04248851 03115525 00496877 +gin_and_it n 1 2 @ %s 1 0 07916183 +gin_and_tonic n 1 2 @ %s 1 0 07915094 +gin_mill n 1 4 @ ~ %p ; 1 0 04018399 +gin_rickey n 1 1 @ 1 0 07932762 +gin_rummy n 1 1 @ 1 0 00496877 +gin_sling n 1 1 @ 1 0 07917874 +ginep n 1 3 @ #m %p 1 0 12744850 +ginger n 4 7 @ ~ #m #s #p %s + 4 0 12355760 07815163 07814925 04634833 +ginger_ale n 1 2 @ %s 1 0 07928367 +ginger_beer n 1 1 @ 1 0 07891309 +ginger_family n 1 3 @ #m %m 1 0 12355320 +ginger_nut n 1 2 @ ~ 1 0 07636384 +ginger_pop n 1 2 @ %s 1 0 07928367 +ginger_rogers n 1 1 @ 1 0 11268667 +ginger_snap n 1 2 @ ~ 1 0 07636384 +gingerbread n 1 1 @ 1 0 07633146 +gingerbread_man n 1 1 @ 1 0 07638574 +gingerol n 1 2 @ #s 1 0 15033063 +gingerroot n 1 3 @ #s #p 1 0 07814925 +gingersnap n 1 2 @ ~ 1 0 07636384 +gingham n 1 1 @ 1 1 03437741 +gingiva n 1 3 @ #p + 1 0 05304932 +gingivitis n 1 1 @ 1 0 14081216 +gingko n 1 1 @ 1 0 11664418 +ginglymoid_joint n 1 2 @ ~ 1 0 05580416 +ginglymostoma n 1 3 @ #m %m 1 0 01486706 +ginglymostoma_cirratum n 1 2 @ #m 1 0 01486838 +ginglymus n 1 2 @ ~ 1 0 05580416 +ginkgo n 1 1 @ 1 1 11664418 +ginkgo_biloba n 1 1 @ 1 0 11664418 +ginkgo_family n 1 3 @ #m %m 1 0 11664090 +ginkgoaceae n 1 3 @ #m %m 1 0 11664090 +ginkgoales n 1 3 @ #m %m 1 0 11663813 +ginkgophytina n 1 3 @ #m %m 1 0 11663449 +ginkgopsida n 1 3 @ #m %m 1 0 11663449 +ginmill n 1 3 @ ~ #p 1 1 02796995 +ginsberg n 1 1 @ 1 0 11000660 +ginseng n 2 4 @ #m #p %p 2 0 11800236 11799732 +ginzo n 1 2 @ ; 1 0 09716439 +gioacchino_pecci n 1 1 @ 1 0 11127996 +giordano_bruno n 1 1 @ 1 0 10868738 +giorgio_de_chirico n 1 1 @ 1 0 10896255 +giorgio_vasari n 1 1 @ 1 0 11361288 +giosue_carducci n 1 1 @ 1 0 10882293 +giotto n 1 1 @ 1 0 11000786 +giotto_di_bondone n 1 1 @ 1 0 11000786 +giovanni_angelo_braschi n 1 1 @ 1 0 11237275 +giovanni_battista_cibo n 1 1 @ 1 0 11072189 +giovanni_battista_montini n 1 1 @ 1 0 11226427 +giovanni_battista_tiepolo n 1 1 @ 1 0 11342191 +giovanni_boccaccio n 1 1 @ 1 0 10854146 +giovanni_cabato n 1 1 @ 1 0 10877584 +giovanni_cimabue n 1 1 @ 1 0 10898133 +giovanni_da_verrazano n 1 1 @ 1 0 11363930 +giovanni_da_verrazzano n 1 1 @ 1 0 11363930 +giovanni_de'medici n 1 1 @ 1 0 11127752 +giovanni_di_bernardone n 1 2 @ ; 1 0 10978098 +giovanni_francesco_albani n 1 1 @ 1 0 10901420 +giovanni_jacopo_casanova n 1 1 @ 1 0 10885994 +giovanni_jacopo_casanova_de_seingalt n 1 1 @ 1 0 10885994 +giovanni_lorenzo_bernini n 1 1 @ 1 0 10848122 +giovanni_maria_mastai-ferretti n 1 1 @ 1 0 11237868 +giovanni_mastai-ferretti n 1 1 @ 1 0 11237868 +giovanni_pierluigi_da_palestrina n 1 1 @ 1 0 11221268 +giovanni_vincenzo_pecci n 1 1 @ 1 0 11127996 +giovanni_virginio_schiaparelli n 1 1 @ 1 0 11284216 +gipsy n 2 2 @ ~ 2 0 10217831 10154186 +gipsy_moth n 1 2 @ #m 1 0 02286089 +gipsywort n 1 2 @ #m 1 0 12852570 +giraffa n 1 3 @ #m %m 1 0 02438897 +giraffa_camelopardalis n 1 3 @ ~ #m 1 0 02439033 +giraffe n 1 3 @ ~ #m 1 0 02439033 +giraffidae n 1 2 @ %m 1 0 02438774 +girandola n 1 1 @ 1 0 03437829 +girandole n 1 1 @ 1 0 03437829 +girard n 1 1 @ 1 0 11001053 +girasol n 2 2 @ %p 2 0 14868916 11979715 +giraudoux n 1 1 @ 1 0 11001211 +girder n 1 2 @ ~ 1 0 03437941 +girdle n 3 3 @ ~ + 3 0 05578911 03438071 03112869 +giriama n 1 1 @ 1 0 06993108 +girl n 5 4 ! @ ~ + 5 5 10129825 10084295 09992837 10130686 10130447 +girl_friday n 1 1 @ 1 0 10130584 +girl_scout n 1 3 @ ~ #m 1 0 10131016 +girl_scouts n 1 2 @ %m 1 0 08471185 +girl_wonder n 1 1 @ 1 0 10131151 +girlfriend n 2 1 @ 2 2 10130877 10130686 +girlhood n 1 2 @ + 1 0 15147330 +girlishness n 1 2 @ + 1 0 04668033 +giro n 2 2 @ ; 2 0 13382766 08055321 +giro_account n 1 2 @ ; 1 0 13359941 +giro_cheque n 1 2 @ ; 1 0 13382766 +girolamo_savonarola n 1 1 @ 1 0 11282802 +gironde n 1 2 @ + 1 0 08260220 +girondin n 1 1 @ 1 0 10131268 +girondism n 1 1 @ 1 0 05962166 +girondist n 1 2 @ + 1 0 10131268 +girru n 1 2 @ ; 1 0 09518306 +girth n 2 4 @ ~ #p + 2 0 05101407 03031756 +gish n 1 1 @ 1 0 11001422 +gismo n 2 2 @ ~ 2 0 03218545 02729965 +gist n 2 2 @ ~ 2 0 06604066 05921123 +git n 1 1 @ 1 0 10539715 +gita n 1 3 @ #p ; 1 0 06431156 +gitana n 1 1 @ 1 0 10131515 +gitano n 1 1 @ 1 0 10131590 +gittern n 1 1 @ 1 0 03035832 +giulio_de'_medici n 1 1 @ 1 0 10901192 +giulio_natta n 1 1 @ 1 0 11201264 +giuseppe_balsamo n 1 1 @ 1 0 10878672 +giuseppe_garibaldi n 1 1 @ 1 0 10990963 +giuseppe_mazzini n 1 1 @ 1 0 11167418 +giuseppe_melchiorre_sarto n 1 1 @ 1 0 11238092 +giuseppe_sarto n 1 1 @ 1 0 11238092 +giuseppe_verdi n 1 1 @ 1 0 11363020 +give n 1 2 @ + 1 1 05021151 +give-and-go n 1 1 @ 1 0 00563998 +give-and-take n 3 2 @ ~ 3 0 07140659 06777794 00040152 +giveaway n 3 4 @ ~ + ; 3 1 13272712 07214894 06621061 +given n 1 2 @ + 1 1 05893356 +given_name n 1 2 @ ~ 1 0 06337307 +givenness n 1 2 @ + 1 1 04755630 +giver n 2 3 @ ~ + 2 1 10131663 10025730 +giving n 3 3 @ ~ + 3 1 01086081 06685198 00090779 +giving_birth n 1 3 @ ~ #p 1 0 13532886 +giving_medication n 1 2 @ ~ 1 0 00694990 +giving_up n 2 1 @ 2 1 07255027 00205543 +giza n 1 2 @ #p 1 0 08899149 +gizeh n 1 2 @ #p 1 0 08899149 +gizmo n 2 2 @ ~ 2 0 03218545 02729965 +gizzard n 1 1 @ 1 0 01974229 +gjellerup n 1 1 @ 1 0 11001567 +glabella n 1 3 @ #p + 1 0 05232691 +glacial_boulder n 1 1 @ 1 0 09289177 +glacial_epoch n 2 2 @ #p 2 0 15255195 15124864 +glacial_period n 1 2 @ #p 1 0 15255195 +glaciation n 2 3 @ ~ + 2 0 14519673 13487409 +glacier n 1 5 @ ~ %s %p + 1 1 09289331 +glacier_lily n 1 1 @ 1 0 12451399 +glad n 1 2 @ #m 1 0 12417382 +glad_hand n 1 1 @ 1 0 06631833 +gladdon n 1 1 @ 1 0 12413642 +gladdon_iris n 1 1 @ 1 0 12413642 +glade n 1 1 @ 1 0 08541288 +glade_fern n 1 2 @ #m 1 0 13194918 +glade_mallow n 1 2 @ #m 1 0 12184468 +gladfulness n 1 1 @ 1 0 07527167 +gladiator n 2 4 @ ~ + ; 2 1 10131815 10477077 +gladiola n 1 2 @ #m 1 0 12417382 +gladiolus n 2 3 @ #m #p 2 0 12417382 05281452 +gladness n 1 2 @ + 1 0 07527167 +gladsomeness n 1 2 @ + 1 0 07527167 +gladstone n 2 1 @ 2 0 11001668 03986949 +gladstone_bag n 1 1 @ 1 0 03986949 +gladys_smith n 1 1 @ 1 0 11234643 +glamor n 1 2 @ + 1 1 04685195 +glamorisation n 1 2 @ + 1 0 00261972 +glamorization n 1 2 @ + 1 0 00261972 +glamour n 1 2 @ + 1 0 04685195 +glamourisation n 1 2 @ + 1 0 00261972 +glamourization n 1 2 @ + 1 0 00261972 +glance n 1 3 @ ~ + 1 1 00877625 +gland n 1 4 @ ~ %p + 1 1 05327767 +gland_disease n 1 2 @ ~ 1 0 14059928 +glanders n 1 1 @ 1 1 14265205 +glandulae_cervicales_uteri n 1 1 @ 1 0 05524062 +glandulae_sebaceae n 1 3 @ ~ #p 1 0 05328232 +glandular_cancer n 1 2 @ ~ 1 0 14246710 +glandular_carcinoma n 1 2 @ ~ 1 0 14246710 +glandular_disease n 1 2 @ ~ 1 0 14059928 +glandular_disorder n 1 2 @ ~ 1 0 14059928 +glandular_fever n 1 1 @ 1 0 14135277 +glandular_labrador_tea n 1 2 @ #m 1 0 12238756 +glandular_plague n 1 2 @ ~ 1 0 14139015 +glans n 1 2 @ ~ 1 0 05368278 +glans_clitoridis n 1 2 @ #p 1 0 05368444 +glans_penis n 1 2 @ #p 1 0 05368594 +glare n 3 2 @ + 3 2 04952570 00878797 14433769 +glareola n 1 3 @ #m %m 1 0 02038837 +glareole n 1 2 @ #m 1 0 02038993 +glareolidae n 1 3 @ #m %m 1 0 02038617 +glaser n 1 1 @ 1 0 11001848 +glasgow n 1 4 @ #p %m + 1 0 08892971 +glasnost n 1 1 @ 1 0 06659397 +glass n 7 6 @ ~ #s #p %p + 7 4 14881303 03438257 13767239 03333129 03754295 03688832 03438661 +glass-cutter n 2 1 @ 2 0 10132305 10132145 +glass_ceiling n 1 1 @ 1 0 06657913 +glass_cutter n 3 1 @ 3 0 10132305 10132145 03438780 +glass_eye n 1 1 @ 1 0 03438952 +glass_fiber n 1 2 @ #p 1 0 03852031 +glass_fibre n 1 2 @ #p 1 0 03852031 +glass_lizard n 1 2 @ #m 1 0 01690466 +glass_snake n 1 2 @ #m 1 0 01690466 +glass_sponge n 1 3 @ ~ #m 1 0 01907738 +glass_wool n 1 1 @ 1 0 14821852 +glassblower n 1 1 @ 1 0 10132035 +glasses n 1 5 @ ~ #p %p ; 1 1 04272054 +glasses_case n 1 1 @ 1 0 03438863 +glassful n 1 1 @ 1 0 13767239 +glasshouse n 1 2 @ ~ 1 0 03457902 +glassmaker n 1 1 @ 1 0 10132422 +glassware n 1 3 @ ~ %s 1 0 03439064 +glasswork n 1 3 @ ~ %s 1 0 03439064 +glassworker n 1 1 @ 1 0 10132145 +glassworks n 1 1 @ 1 0 03439260 +glasswort n 2 2 @ #m 2 0 11834654 11834272 +glaswegian n 1 3 @ #m + 1 0 09749142 +glauber's_salt n 1 1 @ 1 0 15013139 +glauber's_salts n 1 1 @ 1 0 15013139 +glaucium n 1 3 @ #m %m 1 0 11905584 +glaucium_flavum n 1 2 @ #m 1 0 11905749 +glaucoma n 1 2 @ ~ 1 1 14255234 +glaucomys n 1 3 @ #m %m 1 0 02360643 +glaucomys_sabrinus n 1 1 @ 1 0 02361090 +glaucomys_volans n 1 1 @ 1 0 02360933 +glauconite n 1 1 @ 1 0 14677144 +glaucous_bristlegrass n 1 1 @ 1 0 12134836 +glaux n 1 3 @ #m %m 1 0 12093769 +glaux_maritima n 1 2 @ #m 1 0 12093885 +glaze n 3 3 @ ~ + 3 0 07621001 04955554 04701039 +glazer n 1 1 @ 1 0 10132145 +glazier n 1 2 @ + 1 0 10132145 +gleam n 2 2 @ + 2 2 04954534 07412478 +gleaming n 2 2 @ + 2 2 07412478 04954534 +gleaner n 2 2 @ + 2 0 10132641 10132502 +gleba n 1 2 @ #p 1 0 11550340 +glebe n 1 1 @ 1 0 13247228 +glebe_house n 1 2 @ ; 1 0 03439348 +glechoma n 1 3 @ #m %m 1 0 12847254 +glechoma_hederaceae n 1 2 @ #m 1 0 12847374 +gleditsia n 1 3 @ #m %m 1 0 12495509 +gleditsia_aquatica n 1 2 @ #m 1 0 12495670 +gleditsia_triacanthos n 1 2 @ #m 1 0 12495895 +glee n 2 1 @ 2 1 07529377 07532276 +glee_club n 1 1 @ 1 0 08229605 +gleefulness n 1 2 @ + 1 0 07529377 +gleet n 1 1 @ 1 0 05417698 +gleichenia n 1 2 @ #m 1 0 13170286 +gleichenia_flabellata n 1 2 @ #m 1 0 13171210 +gleicheniaceae n 1 3 @ #m %m 1 0 13170060 +glen n 1 2 @ ; 1 0 09289596 +glen_canyon_dam n 1 2 @ #p 1 0 03439491 +glen_gebhard n 1 2 @ ; 1 0 11201386 +glenda_jackson n 1 1 @ 1 0 11077195 +glendower n 1 1 @ 1 0 11002040 +glengarry n 1 1 @ 1 0 03439631 +glenn n 1 1 @ 1 0 11002191 +glenn_curtiss n 1 1 @ 1 0 10918679 +glenn_hammond_curtiss n 1 1 @ 1 0 10918679 +glenn_miller n 1 1 @ 1 0 11180209 +glenn_t._seaborg n 1 1 @ 1 0 11290477 +glenn_theodore_seaborg n 1 1 @ 1 0 11290477 +glenoid_cavity n 1 2 @ #p 1 0 05279953 +glenoid_fossa n 2 2 @ #p 2 0 05280154 05279953 +glia n 1 6 @ ~ #s #p %p + 1 0 05467054 +glial_cell n 1 3 @ ~ #p 1 0 05467432 +glibness n 1 2 @ + 1 1 05095324 +glide n 3 3 @ ~ + 3 0 07114409 00328502 00303495 +glide_path n 1 2 @ #p 1 0 08493961 +glide_slope n 1 2 @ #p 1 0 08493961 +glider n 1 3 @ ~ + 1 0 03439814 +gliding n 1 3 @ ~ + 1 0 00303495 +gliding_bacteria n 1 2 @ #m 1 0 01378545 +gliding_joint n 1 2 @ ~ 1 0 05578251 +glimmer n 2 2 @ + 2 1 07412478 05916306 +glimmering n 1 1 @ 1 0 05916306 +glimpse n 3 3 @ ~ + 3 2 00877625 05934396 06802444 +glinka n 1 1 @ 1 0 11002422 +glint n 2 2 @ + 2 1 07412310 04953296 +glioblastoma n 1 1 @ 1 0 14236872 +glioma n 1 2 @ %s 1 0 14237032 +glipizide n 1 1 @ 1 0 03440024 +gliricidia n 1 2 @ #m 1 0 12531727 +gliridae n 1 3 @ #m %m 1 0 02352390 +glis n 1 3 @ #m %m 1 0 02352804 +glis_glis n 1 2 @ #m 1 0 02352932 +glissade n 1 3 @ + ; 1 0 00534344 +glissando n 1 2 @ ~ 1 0 06857122 +glisten n 1 2 @ + 1 0 04952944 +glister n 1 1 @ 1 0 04952944 +glitch n 1 1 @ 1 0 14464675 +glitter n 2 2 @ + 2 1 04952944 07412668 +glitz n 1 1 @ 1 0 04818700 +gloam n 1 3 @ ~ #p 1 0 15169421 +gloaming n 1 3 @ ~ #p 1 0 15169421 +gloat n 1 2 @ + 1 0 07532276 +gloating n 1 2 @ + 1 0 07532276 +glob n 1 2 @ ~ 1 0 07961016 +global_aphasia n 1 1 @ 1 0 14098347 +global_climate_change n 1 1 @ 1 0 13449450 +global_organization n 1 2 @ ~ 1 0 08294696 +global_positioning_system n 1 1 @ 1 0 03440216 +global_warming n 1 1 @ 1 0 13488310 +globalisation n 1 2 @ + 1 0 13488110 +globalization n 1 2 @ + 1 0 13488110 +globe n 3 5 @ ~ #m %p + 3 1 09270894 13899404 03440512 +globe_amaranth n 1 2 @ #m 1 0 11826198 +globe_artichoke n 2 4 @ #m #p %p 2 0 11959632 07718747 +globe_flower n 1 2 @ #m 1 0 11739365 +globe_lily n 1 3 @ ~ #m 1 0 12446519 +globe_mallow n 1 3 @ ~ #m 1 0 12187663 +globe_pepper n 1 1 @ 1 0 07721118 +globe_thistle n 1 2 @ #m 1 0 11962667 +globefish n 1 3 @ #m %p 1 0 02655020 +globeflower n 1 2 @ #m 1 0 11739365 +globetrotter n 1 1 @ 1 0 10132775 +globicephala n 1 3 @ #m %m 1 0 02071506 +globicephala_melaena n 1 2 @ #m 1 0 02071636 +globigerina n 1 1 @ 1 0 01393486 +globigerinidae n 1 2 @ #m 1 0 01393237 +globin n 1 2 @ #s 1 0 15025942 +globosity n 1 2 @ + 1 0 05073131 +globular_pearlite n 1 1 @ 1 0 14890485 +globularness n 1 2 @ + 1 0 05073131 +globule n 1 2 @ ~ 1 0 09289709 +globulin n 1 2 @ ~ 1 1 15022171 +globus_pallidus n 1 2 @ #p 1 0 05498300 +glochid n 1 1 @ 1 0 13089902 +glochidium n 1 1 @ 1 0 13089902 +glockenspiel n 1 1 @ 1 0 03440682 +glogg n 1 1 @ 1 0 07932176 +glomerular_capsule n 1 2 @ #p 1 0 05247621 +glomerule n 1 1 @ 1 0 13133233 +glomerulonephritis n 1 1 @ 1 0 14116078 +glomerulus n 1 3 @ #p + 1 0 05247804 +gloom n 3 3 @ ~ + 3 2 13985462 07533257 14525365 +gloominess n 3 3 @ ~ + 3 0 14525365 07533257 04631470 +gloomy_dean n 1 1 @ 1 0 11071677 +gloomy_gus n 1 2 @ ; 1 0 10627899 +glop n 2 1 @ 2 0 14583573 06775969 +gloria_may_josephine_svensson n 1 1 @ 1 0 11326433 +gloria_steinem n 1 1 @ 1 0 11315140 +gloria_swanson n 1 1 @ 1 0 11326433 +glorification n 3 3 @ ~ + 3 0 14437134 01219075 01218932 +gloriole n 1 1 @ 1 0 04951716 +gloriosa n 1 2 @ #m 1 0 12455950 +gloriosa_superba n 1 2 @ #m 1 0 12455950 +glorious_revolution n 1 1 @ 1 0 01304356 +glory n 3 2 @ + 3 2 14437134 04684358 04951716 +glory_fern n 1 1 @ 1 0 13207923 +glory_hole n 1 1 @ 1 0 03440876 +glory_lily n 1 2 @ #m 1 0 12455950 +glory_pea n 1 3 @ ~ #m 1 0 12516584 +gloss n 4 3 @ ~ + 4 0 06744000 06420781 04955160 04677952 +glossa n 1 3 @ #p %p 1 0 05301072 +glossalgia n 1 1 @ 1 0 14326880 +glossarist n 1 1 @ 1 0 10132887 +glossary n 1 1 @ 1 1 06420781 +glossina n 1 2 @ #m 1 0 02191273 +glossiness n 1 3 @ ~ + 1 0 04955160 +glossinidae n 1 3 @ #m %m 1 0 02190963 +glossitis n 1 2 @ ~ 1 0 14346909 +glossodia n 1 3 @ #m %m 1 0 12063066 +glossodynia n 1 1 @ 1 0 14326880 +glossodynia_exfoliativa n 1 1 @ 1 0 14347334 +glossolalia n 1 1 @ 1 0 14069383 +glossopharyngeal_nerve n 1 1 @ 1 0 05479786 +glossopsitta n 1 3 @ #m %m 1 0 01820664 +glossopsitta_versicolor n 1 2 @ #m 1 0 01820801 +glossoptosis n 1 1 @ 1 0 14174208 +glossy n 2 1 @ 2 0 06596727 03441009 +glossy_snake n 1 2 @ #m 1 0 01733466 +glottal_catch n 1 1 @ 1 1 07117595 +glottal_plosive n 1 1 @ 1 0 07117595 +glottal_stop n 1 1 @ 1 0 07117595 +glottis n 1 4 @ #p %p + 1 0 05301526 +glottis_spuria n 1 1 @ 1 0 05610365 +glottis_vera n 1 2 @ #p 1 0 05610198 +glottochronology n 1 2 @ + 1 1 06156521 +gloucester n 2 2 @ #p 2 0 09097079 08880083 +gloucestershire n 1 2 @ #p 1 0 08882224 +glove n 3 4 @ ~ %p ; 3 1 02800213 03441112 02885462 +glove_anesthesia n 1 1 @ 1 0 14386968 +glove_compartment n 1 2 @ #p 1 0 03441345 +glove_doll n 1 1 @ 1 0 03487963 +glove_leather n 1 1 @ 1 0 14762664 +glove_puppet n 1 1 @ 1 0 03487963 +glow n 7 3 @ ~ + 7 4 14051056 05018785 11467786 07480521 11463544 11463371 04954534 +glow_lamp n 1 1 @ 1 0 03441465 +glow_tube n 1 1 @ 1 0 03441582 +glower n 1 2 @ + 1 0 00878797 +glowing n 1 2 @ ~ 1 0 11463371 +glowworm n 1 1 @ 1 0 02168427 +gloxinia n 1 3 @ ~ #m 1 0 12832315 +gloxinia_perennis n 1 2 @ #m 1 0 12832538 +gloxinia_spesiosa n 1 2 @ #m 1 0 12833526 +glucagon n 1 1 @ 1 0 05410131 +glucinium n 1 2 @ #s 1 0 14631295 +gluck n 1 1 @ 1 0 11002548 +glucocorticoid n 1 2 @ ~ 1 0 14752057 +glucophage n 1 2 @ ; 1 0 03753657 +glucosamine n 1 2 @ #s 1 0 14752323 +glucose n 1 2 @ ~ 1 0 14884120 +glucose_tolerance_test n 1 1 @ 1 0 05741765 +glucoside n 1 2 @ ~ 1 0 14887801 +glucosuria n 1 1 @ 1 0 14267722 +glucotrol n 1 2 @ ; 1 0 03440024 +glue n 1 3 @ ~ + 1 1 14702875 +glueyness n 1 2 @ + 1 0 04935904 +gluiness n 1 2 @ + 1 0 04935904 +glume n 1 2 @ ~ 1 0 13155611 +glumness n 2 3 @ ~ + 2 0 14525365 07552367 +gluon n 1 1 @ 1 0 09289802 +glut n 1 2 @ + 1 0 05119837 +glutamate n 1 1 @ 1 0 14884581 +glutamic_acid n 1 1 @ 1 0 14606482 +glutamic_oxalacetic_transaminase n 1 1 @ 1 0 14884669 +glutamic_oxaloacetic_transaminase n 1 1 @ 1 1 14884669 +glutamine n 1 1 @ 1 0 14606704 +glutaminic_acid n 1 1 @ 1 0 14606482 +glutathione_peroxidase n 1 1 @ 1 0 14606839 +glute n 1 3 @ ~ #p 1 0 05570129 +gluteal_artery n 1 2 @ #p 1 0 05346406 +gluteal_muscle n 1 3 @ ~ #p 1 0 05570129 +gluteal_vein n 1 1 @ 1 0 05368739 +glutelin n 1 1 @ 1 0 15026155 +gluten n 1 3 @ ~ + 1 0 07570237 +gluten-free_diet n 1 1 @ 1 0 07562984 +gluten_bread n 1 1 @ 1 0 07682952 +glutethimide n 1 1 @ 1 0 03441778 +gluteus n 1 4 @ ~ #p + 1 0 05570129 +gluteus_maximus n 1 1 @ 1 0 05570396 +gluteus_medius n 1 1 @ 1 0 05570500 +gluteus_minimus n 1 1 @ 1 0 05570600 +gluteus_muscle n 1 3 @ ~ #p 1 0 05570129 +glutinosity n 1 2 @ + 1 0 04936213 +glutinousness n 1 2 @ + 1 0 04936213 +glutton n 2 2 @ + 2 1 10132988 02449350 +gluttony n 2 3 @ ~ = 2 0 04886101 00759186 +glyburide n 1 1 @ 1 0 03441930 +glyceraldehyde n 1 1 @ 1 0 14884820 +glyceria n 1 3 @ #m %m 1 0 12122124 +glyceria_grandis n 1 1 @ 1 0 12122442 +glyceric_acid n 1 1 @ 1 0 14884963 +glyceric_aldehyde n 1 1 @ 1 0 14884820 +glyceride n 1 3 @ ~ #p 1 0 14885088 +glycerin n 1 1 @ 1 0 14885684 +glycerin_jelly n 1 1 @ 1 0 14886037 +glycerinated_gelatin n 1 1 @ 1 0 14885857 +glycerine n 1 1 @ 1 1 14885684 +glycerite n 1 1 @ 1 0 14886180 +glycerogel n 1 1 @ 1 0 14886297 +glycerogelatin n 1 1 @ 1 0 14886297 +glycerol n 1 2 @ + 1 1 14885684 +glycerol_trimargarate n 1 1 @ 1 0 15079445 +glycerol_tripalmitate n 1 1 @ 1 0 15080055 +glycerol_tristearate n 1 1 @ 1 0 15080942 +glycerole n 1 1 @ 1 0 14886180 +glyceryl n 1 1 @ 1 0 14886443 +glyceryl_ester n 1 2 @ ~ 1 0 14887026 +glyceryl_trinitrate n 1 2 @ #s 1 0 14886579 +glycine n 2 3 @ #m %m 2 0 14606993 12532008 +glycine_max n 1 3 @ #m %p 1 0 12532168 +glycogen n 1 2 @ + 1 0 14795749 +glycogenesis n 2 1 @ 2 0 13488498 07415962 +glycol n 2 1 @ 2 0 14851850 14835980 +glycolic_acid n 1 1 @ 1 0 14888124 +glycollic_acid n 1 1 @ 1 0 14888124 +glycolysis n 1 1 @ 1 0 13488606 +glycoprotein n 1 2 @ ~ 1 0 14888310 +glycoside n 1 2 @ ~ 1 0 14887305 +glycosuria n 1 2 @ ~ 1 0 14267841 +glycyrrhiza n 1 3 @ #m %m 1 0 12532720 +glycyrrhiza_glabra n 1 3 @ #m %p 1 0 12532886 +glycyrrhiza_lepidota n 1 2 @ #m 1 0 12533190 +glyoxaline n 1 1 @ 1 0 14916670 +glyph n 1 1 @ 1 0 03442164 +glyptic_art n 1 2 @ ~ 1 0 03442288 +glyptics n 1 1 @ 1 0 03442487 +glyptography n 2 2 @ ~ 2 0 03442288 00936194 +gm n 1 3 @ #p %p 1 1 13723712 +gmt n 1 2 @ ~ 1 0 15130205 +gnaeus_julius_agricola n 1 1 @ 1 0 10809675 +gnaeus_pompeius_magnus n 1 1 @ 1 0 11241854 +gnaphalium n 1 3 @ #m %m 1 0 11972569 +gnaphalium_sylvaticum n 1 1 @ 1 0 11972959 +gnarl n 1 2 @ + 1 0 13885836 +gnat n 2 2 @ ~ 2 0 02202287 02200630 +gnatcatcher n 1 2 @ #m 1 0 01563449 +gnathion n 1 2 @ #p 1 0 05232972 +gnathostomata n 1 3 @ #m %m 1 0 01479643 +gnathostome n 1 2 @ #m 1 0 01479820 +gnawer n 1 4 @ ~ #m + 1 0 02329401 +gnawing_mammal n 1 3 @ ~ #m 1 0 02323449 +gneiss n 1 1 @ 1 0 14889271 +gnetaceae n 1 3 @ #m %m 1 0 11597126 +gnetales n 1 3 @ #m %m 1 0 11596845 +gnetophyta n 1 3 @ #m %m 1 0 11596486 +gnetophytina n 1 3 @ #m %m 1 0 11596486 +gnetopsida n 1 3 @ #m %m 1 0 11596486 +gnetum n 1 2 @ #m 1 0 11597657 +gnetum_gnemon n 1 2 @ #m 1 0 11597657 +gnocchi n 1 1 @ 1 0 07701715 +gnome n 2 3 @ ~ + 2 1 09541125 07153385 +gnomon n 1 2 @ #p 1 0 03442597 +gnosis n 1 2 @ + 1 0 05708030 +gnostic n 1 2 @ + 1 0 10133210 +gnosticism n 1 3 @ ~ - 1 0 06222959 +gnp n 1 2 @ ~ 1 1 13257098 +gnu n 1 2 @ #m 1 0 02421449 +gnu_goat n 1 2 @ #m 1 0 02419634 +go n 4 3 @ + ; 4 0 15292069 02678738 00787061 00504325 +go-ahead n 2 2 @ + 2 0 06874391 04836074 +go-around n 1 1 @ 1 0 00281898 +go-between n 1 2 @ ~ 1 0 09624559 +go-cart n 3 3 @ ~ %p 3 0 04545305 03484083 02766534 +go-getter n 1 1 @ 1 0 10135709 +go-kart n 1 1 @ 1 0 03444034 +go-slow n 1 2 @ ; 1 0 01242354 +go_board n 1 1 @ 1 0 03443461 +go_fish n 1 1 @ 1 0 00492871 +go_game n 1 2 @ ; 1 0 00504325 +goa n 1 2 @ #p 1 0 08905186 +goa_bean n 2 4 @ #m #p %p 2 0 12564083 07725158 +goa_bean_vine n 1 3 @ #m %p 1 0 12564083 +goa_powder n 1 1 @ 1 0 02732696 +goad n 2 3 @ ~ + 2 1 04007664 07252378 +goading n 1 2 @ + 1 0 07252378 +goal n 4 4 @ ~ #p %p 4 2 05980875 08567877 03442756 00187337 +goal-kick n 2 2 @ ; 2 0 00136876 00136691 +goal_line n 1 1 @ 1 0 08579134 +goalie n 2 1 @ 2 0 10134001 00464037 +goalkeeper n 2 1 @ 2 0 10134001 00464037 +goalmouth n 1 2 @ ; 1 0 03443005 +goalpost n 1 3 @ #p %p 1 0 03443149 +goaltender n 2 1 @ 2 0 10134001 00464037 +goat n 4 5 @ ~ #m %p ; 4 1 02416519 09884666 09753498 08687709 +goat's_foot n 1 1 @ 1 0 12703716 +goat's_rue n 2 2 @ #m 2 0 12572858 12529500 +goat_antelope n 1 3 @ ~ #m 1 0 02418064 +goat_cheese n 1 1 @ 1 0 07853560 +goat_god n 1 2 @ ; 1 0 09568241 +goat_grass n 1 2 @ #m 1 0 12104734 +goat_herder n 1 1 @ 1 0 10134178 +goat_rue n 1 2 @ #m 1 0 12529500 +goat_willow n 1 2 @ #m 1 0 12727518 +goatee n 1 2 @ #p 1 0 05263029 +goatfish n 1 3 @ ~ #m 1 0 02600298 +goatherd n 1 1 @ 1 0 10134178 +goats'_milk n 1 1 @ 1 0 07845495 +goatsbeard n 1 2 @ #m 1 0 12027658 +goatsfoot n 1 1 @ 1 0 12703716 +goatskin n 1 1 @ 1 0 14759515 +goatsucker n 1 3 @ ~ #m 1 0 01835276 +gob n 3 3 @ ~ ; 3 0 10294602 07961270 05302307 +gobbet n 1 1 @ 1 0 07651245 +gobble n 1 2 @ + 1 0 07384127 +gobbledygook n 1 1 @ 1 0 07070321 +gobbler n 2 2 @ + 2 0 10134282 01794344 +gobi n 1 2 @ #p 1 0 09169801 +gobi_desert n 1 2 @ #p 1 0 09169801 +gobiesocidae n 1 3 @ #m %m 1 0 02635310 +gobiesox n 1 2 @ #m 1 0 02635459 +gobiesox_strumosus n 1 1 @ 1 0 02635781 +gobiidae n 1 3 @ #m %m 1 0 02619029 +gobio n 1 3 @ #m %m 1 0 01443126 +gobio_gobio n 1 2 @ #m 1 0 01443243 +goblet n 2 2 @ ~ 2 0 03443371 03002948 +goblet_cell n 1 1 @ 1 0 05242525 +goblin n 1 2 @ ; 1 0 09543748 +gobs n 1 1 @ 1 0 13777509 +goby n 1 3 @ ~ #m 1 0 02619165 +god n 4 4 @ ~ #m + 4 2 09536058 09505418 10133307 03560161 +god's_acre n 1 1 @ 1 0 08647354 +god's_will n 1 1 @ 1 0 14459332 +god's_wisdom n 1 1 @ 1 0 14459093 +god_almighty n 1 2 @ ~ 1 0 09536363 +god_of_war n 1 1 @ 1 0 10767654 +god_tree n 1 1 @ 1 0 12190410 +godard n 1 1 @ 1 0 11002684 +godchild n 1 2 @ ~ 1 0 10134396 +goddard n 1 1 @ 1 0 11002895 +goddaughter n 1 1 @ 1 0 10134552 +goddess n 1 2 @ ~ 1 1 09535622 +godel n 1 1 @ 1 0 11003068 +godfather n 2 1 @ 2 0 10134760 10134627 +godhead n 1 2 @ ~ 1 0 09536363 +godiva n 1 1 @ 1 0 11003276 +godlessness n 2 2 @ + 2 0 06223468 04828754 +godliness n 1 3 ! @ + 1 0 04827503 +godmother n 1 1 @ 1 0 10134870 +godown n 1 2 @ ; 1 0 03443543 +godparent n 1 2 @ ~ 1 0 10134982 +godsend n 1 1 @ 1 0 07477587 +godson n 1 1 @ 1 0 10135129 +godspeed n 1 1 @ 1 0 07319549 +godunov n 1 1 @ 1 0 11003599 +godwin_austen n 1 2 @ #p 1 0 09322701 +godwit n 1 3 @ ~ #m 1 0 02034129 +goebbels n 1 1 @ 1 0 11003724 +goer n 1 2 @ + 1 0 10004539 +goering n 1 1 @ 1 0 11008647 +goeteborg n 1 2 @ #p 1 0 08766667 +goethals n 1 1 @ 1 0 11003918 +goethe n 1 2 @ + 1 0 11004106 +goethite n 1 2 @ #s 1 0 14677314 +gofer n 1 1 @ 1 0 10135197 +goffer n 3 1 @ 3 0 10135297 03443775 03443669 +goffering_iron n 1 1 @ 1 0 03443775 +gog_and_magog n 1 1 @ 1 0 10135411 +goggle-eye n 1 2 @ #m 1 0 02581108 +goggle_box n 1 4 @ #p %p ; 1 0 04405907 +goggles n 1 2 @ ; 1 0 03443912 +gogh n 1 1 @ 1 0 11360022 +gogol n 1 1 @ 1 0 11004333 +goidelic n 1 2 @ ~ 1 0 06960566 +going n 3 4 @ ~ + ; 3 1 00042757 07333649 00048051 +going-out-of-business_sale n 1 1 @ 1 0 01119401 +going-over n 2 1 @ 2 1 00143536 06713187 +going_ashore n 1 1 @ 1 0 00058247 +going_away n 1 2 @ ~ 1 1 00042757 +going_to_jerusalem n 1 1 @ 1 0 00486670 +going_under n 1 2 @ ; 1 0 07364573 +goiter n 1 1 @ 1 0 14199477 +goitre n 1 1 @ 1 1 14199477 +goitrogen n 1 1 @ 1 1 14889728 +golan n 1 2 @ #p 1 0 08794574 +golan_heights n 1 2 @ #p 1 0 08794574 +golconda n 1 1 @ 1 0 03444169 +gold n 5 5 @ ~ #s %s + 5 3 13371760 04966240 14638799 13353446 05141492 +gold-beater n 1 1 @ 1 0 10135842 +gold-crowned_kinglet n 1 1 @ 1 0 01564101 +gold-tail_moth n 1 2 @ #m 1 0 02286654 +gold-worker n 1 2 @ ~ 1 0 10136615 +gold_braid n 1 2 @ ~ 1 0 02889035 +gold_coast n 2 4 @ #p %m %p 2 0 08946187 08641744 +gold_digger n 2 2 @ ~ 2 0 10136463 10136283 +gold_dust n 1 1 @ 1 0 14719025 +gold_fern n 1 2 @ #m 1 0 13213577 +gold_fever n 1 1 @ 1 0 07511626 +gold_foil n 1 3 @ ~ %s 1 0 03444728 +gold_leaf n 1 2 @ %s 1 1 03444838 +gold_medal n 1 1 @ 1 0 03444942 +gold_mine n 2 1 @ 2 0 03445217 03445120 +gold_miner n 1 2 @ ~ 1 0 10136463 +gold_of_pleasure n 1 2 @ #m 1 0 11880791 +gold_panner n 1 2 @ ~ 1 0 10136463 +gold_plate n 2 2 @ + 2 0 03445472 03445326 +gold_rush n 2 1 @ 2 0 07477587 01123304 +gold_standard n 2 1 @ 2 0 13373426 05924730 +golda_meir n 1 1 @ 1 0 11171298 +goldbeater n 1 1 @ 1 0 10135842 +goldberg n 1 1 @ 1 0 11004485 +goldbrick n 4 2 @ ; 4 0 10136146 10135953 03444268 00753973 +goldbricking n 1 2 @ + 1 0 00741478 +goldcrest n 1 1 @ 1 0 01563945 +goldcup n 1 3 @ ~ #m 1 0 11720353 +golden-beard_penstemon n 1 2 @ #m 1 0 12885045 +golden-crested_kinglet n 1 1 @ 1 0 01563945 +golden-eyed_fly n 1 1 @ 1 0 02265076 +golden_age n 3 2 @ ; 3 0 15295267 15253895 15230790 +golden_ager n 1 2 @ ~ 1 0 10376523 +golden_algae n 1 2 @ #m 1 0 01400247 +golden_aster n 1 3 @ ~ #m 1 0 11951511 +golden_barrel_cactus n 1 1 @ 1 0 11845913 +golden_boy n 1 1 @ 1 0 10789415 +golden_buttons n 1 2 @ #m 1 0 12023726 +golden_calf n 1 2 @ ; 1 0 03444376 +golden_calla n 1 1 @ 1 0 11794139 +golden_chain n 1 2 @ #m 1 0 12538380 +golden_chinkapin n 1 2 @ #m 1 0 12264786 +golden_clematis n 1 1 @ 1 0 11730458 +golden_club n 1 2 @ #m 1 0 11790390 +golden_crown_beard n 1 1 @ 1 0 12031139 +golden_crownbeard n 1 1 @ 1 0 12031139 +golden_cup n 1 2 @ #m 1 0 11906127 +golden_delicious n 1 1 @ 1 0 07740342 +golden_eagle n 1 3 @ ~ #m 1 0 01614343 +golden_everlasting n 1 1 @ 1 0 11980318 +golden_fairy_lantern n 1 2 @ #m 1 0 12447121 +golden_fern n 2 3 @ #m ; 2 0 13213397 13206178 +golden_fig n 1 2 @ #m 1 0 12402051 +golden_fleece n 1 1 @ 1 0 14763674 +golden_gate n 1 2 @ #p 1 0 09289913 +golden_gate_bridge n 1 2 @ #p 1 0 03444601 +golden_glow n 1 2 @ #m 1 1 12009047 +golden_gram n 1 2 @ #m 1 0 12578255 +golden_groundsel n 1 1 @ 1 0 12000356 +golden_hamster n 1 2 @ #m 1 0 02343320 +golden_handshake n 1 1 @ 1 0 07178839 +golden_heather n 1 2 @ #m 1 0 12376553 +golden_honey_plant n 1 1 @ 1 0 12030908 +golden_horde n 1 1 @ 1 0 08250978 +golden_ironweed n 1 1 @ 1 0 12030908 +golden_larch n 1 2 @ #m 1 0 11620389 +golden_maidenhair n 1 1 @ 1 0 13173882 +golden_marguerite n 1 2 @ #m 1 0 11923397 +golden_mean n 2 1 @ 2 0 13817066 05117977 +golden_mole n 1 2 @ #m 1 0 01890564 +golden_oak_mushroom n 1 2 @ #m 1 0 13001930 +golden_oldie n 1 1 @ 1 0 07052700 +golden_oriole n 1 2 @ #m 1 0 01576076 +golden_parachute n 1 1 @ 1 0 00175875 +golden_pea n 1 1 @ 1 0 12573474 +golden_pheasant n 1 2 @ #m 1 0 01804163 +golden_pholiota n 1 2 @ #m 1 0 13008315 +golden_plover n 1 2 @ #m 1 0 02024479 +golden_polypody n 2 2 @ #m 2 0 13177048 13173882 +golden_pothos n 1 2 @ #m 1 0 11788727 +golden_potto n 1 2 @ #m 1 0 02499568 +golden_ragwort n 1 1 @ 1 0 12000356 +golden_rain n 1 2 @ #m 1 0 12538380 +golden_retriever n 1 1 @ 1 0 02099601 +golden_rule n 2 1 @ 2 0 06655805 05957913 +golden_saxifrage n 1 3 @ ~ #m 1 0 12796849 +golden_seal n 1 2 @ #m 1 0 11735570 +golden_section n 1 1 @ 1 0 13817066 +golden_shiner n 1 1 @ 1 0 01442166 +golden_shower_tree n 1 1 @ 1 0 12492106 +golden_spleen n 1 3 @ ~ #m 1 0 12796849 +golden_star n 1 2 @ #m 1 0 12444490 +golden_stars n 1 2 @ #m 1 0 12444490 +golden_state n 1 4 @ #p %p - 1 0 09060768 +golden_syrup n 1 2 @ ; 1 0 07860208 +golden_thistle n 1 3 @ ~ #m 1 0 12010628 +golden_thread n 1 2 @ #m 1 0 11732052 +golden_trumpet n 1 1 @ 1 0 11769803 +golden_warbler n 1 2 @ #m 1 0 01568892 +golden_wattle n 1 2 @ #m 1 0 11758276 +golden_wedding_anniversary n 1 1 @ 1 0 15250991 +golden_willow n 1 2 @ #m 1 0 12726159 +golden_wonder_millet n 1 1 @ 1 0 12135729 +golden_yarrow n 1 1 @ 1 0 11967878 +golden_years n 1 1 @ 1 0 15150384 +goldenbush n 2 3 @ ~ #m 2 0 11976170 11952346 +goldeneye n 2 3 @ ~ #m 2 0 02265076 01850373 +goldenrod n 1 3 @ ~ #m 1 0 12015959 +goldenseal n 1 2 @ #m 1 0 11735570 +goldfield n 1 1 @ 1 0 08579266 +goldfields n 1 2 @ #m 1 0 11988132 +goldfinch n 2 2 @ #m 2 0 01532325 01531178 +goldfish n 1 3 @ ~ #m 1 0 01443537 +goldfish_bowl n 2 1 @ 2 0 13935400 03350204 +goldie's_fern n 1 1 @ 1 0 13193466 +goldie's_shield_fern n 1 1 @ 1 0 13193466 +goldie's_wood_fern n 1 1 @ 1 0 13193466 +goldilocks n 1 1 @ 1 0 11934239 +goldilocks_aster n 1 1 @ 1 0 11934239 +golding n 1 1 @ 1 0 11004731 +goldman n 1 1 @ 1 0 11004861 +goldmark n 1 1 @ 1 0 11005050 +goldmine n 2 1 @ 2 0 03445217 03445120 +goldoni n 1 1 @ 1 0 11005320 +goldsboro n 1 2 @ #p 1 0 09128808 +goldsmith n 2 2 @ ~ 2 1 10136615 11005429 +goldstone n 1 1 @ 1 0 14889857 +goldthread n 1 2 @ #m 1 0 11732052 +goldworker n 1 2 @ ~ 1 0 10136615 +goldwyn n 1 1 @ 1 0 11005571 +golem n 2 3 @ ~ ; 2 0 10136775 02761392 +golf n 1 4 @ ~ + - 1 1 00464894 +golf-club n 1 3 @ ~ %p 1 0 03446070 +golf-club_head n 1 4 @ #p %p ; 1 0 03446268 +golf_bag n 1 2 @ %p 1 0 03445617 +golf_ball n 1 1 @ 1 0 03445777 +golf_caddie n 1 1 @ 1 0 09886403 +golf_cap n 1 2 @ %p 1 0 02799323 +golf_cart n 1 1 @ 1 0 03445924 +golf_club n 2 3 @ ~ %p 2 0 08229694 03446070 +golf_course n 1 4 @ ~ %p ; 1 0 03446528 +golf_equipment n 1 3 @ ~ ; 1 0 03446832 +golf_game n 1 3 @ ~ - 1 0 00464894 +golf_glove n 1 1 @ 1 0 03447075 +golf_hole n 1 3 @ ~ #p 1 0 03526805 +golf_lesson n 1 1 @ 1 0 00890145 +golf_links n 1 2 @ ; 1 0 03674591 +golf_player n 1 2 @ ~ 1 0 10136959 +golf_pro n 1 1 @ 1 0 10137367 +golf_range n 1 2 @ ; 1 0 03447224 +golf_shot n 1 2 @ ~ 1 0 00571609 +golf_stroke n 1 2 @ ~ 1 0 00571609 +golf_tee n 1 1 @ 1 0 04399537 +golf_widow n 1 1 @ 1 1 10137498 +golfcart n 1 1 @ 1 0 03445924 +golfer n 1 3 @ ~ + 1 1 10136959 +golfing n 1 2 @ + 1 1 00127021 +golfo_de_campeche n 1 2 @ #p 1 0 09297729 +golfo_de_mexico n 1 3 @ #p %p 1 0 09298698 +golgi n 1 1 @ 1 0 11005780 +golgi's_cell n 1 2 @ #p 1 0 05466005 +golgi_apparatus n 1 2 @ #p 1 0 05434557 +golgi_body n 1 2 @ #p 1 0 05434557 +golgi_cell n 1 2 @ #p 1 0 05466005 +golgi_complex n 1 2 @ #p 1 0 05434557 +golgotha n 1 2 @ #p 1 0 08796219 +goliard n 1 1 @ 1 0 10137632 +goliath n 2 2 @ ; 2 0 11005972 10128909 +goliath_frog n 1 2 @ #m 1 0 01642097 +golliwog n 1 1 @ 1 0 03447358 +golliwogg n 1 1 @ 1 0 03447358 +golosh n 1 1 @ 1 0 02735538 +goma n 1 2 @ #p 1 0 08734853 +gombrowicz n 1 1 @ 1 0 11006128 +gomel n 1 2 @ #p 1 0 09011679 +gomorrah n 1 3 @ #p ; 1 0 08795974 +gomorrha n 1 3 @ #p ; 1 0 08795974 +gompers n 1 1 @ 1 0 11006231 +gomphothere n 1 2 @ #m 1 0 02506783 +gomphotheriidae n 1 3 @ #m %m 1 0 02506466 +gomphotherium n 1 3 @ #m %m 1 0 02506630 +gomphrena n 1 3 @ #m %m 1 0 11825988 +gomphrena_globosa n 1 2 @ #m 1 0 11826198 +gomuti n 1 3 @ #m %s 1 0 12584715 +gomuti_palm n 1 3 @ #m %s 1 0 12584715 +gonad n 1 3 @ ~ + 1 0 05524430 +gonadotrophic_hormone n 1 2 @ ~ 1 0 05410315 +gonadotrophin n 1 2 @ ~ 1 0 05410315 +gonadotropic_hormone n 1 2 @ ~ 1 0 05410315 +gonadotropin n 1 3 @ ~ + 1 0 05410315 +goncalo_alves n 1 2 @ #m 1 0 12759668 +goncourt n 2 1 @ 2 0 11006689 11006431 +gond n 1 1 @ 1 0 09674521 +gondang_wax n 1 1 @ 1 0 14889973 +gondi n 1 1 @ 1 0 06980971 +gondola n 3 2 @ #p 3 0 03447593 03447447 02960501 +gondola_car n 1 1 @ 1 0 03447593 +gondolier n 1 1 @ 1 0 10137825 +gondoliere n 1 1 @ 1 0 10137825 +gondwanaland n 1 2 @ #p 1 0 09290121 +goner n 1 1 @ 1 1 10137936 +gong n 2 3 @ ~ + 2 0 03447721 03017168 +gong_buoy n 1 1 @ 1 0 07266573 +gongora n 1 1 @ 1 0 11006889 +gongorism n 1 1 @ 1 0 07068324 +gongorist n 1 1 @ 1 0 10138114 +gonif n 1 2 @ ; 1 0 10133458 +goniff n 1 2 @ ; 1 0 10133458 +goniometer n 1 1 @ 1 0 03447894 +gonion n 1 2 @ #p 1 0 05233100 +goniopteris n 1 1 @ 1 0 13228867 +gonioscopy n 1 1 @ 1 0 00643389 +gonne n 1 1 @ 1 0 11007059 +gonococcus n 1 1 @ 1 0 01365885 +gonorhynchidae n 1 3 @ #m %m 1 0 02528949 +gonorhynchus n 1 3 @ #m %m 1 0 02529111 +gonorhynchus_gonorhynchus n 1 2 @ #m 1 0 02529293 +gonorrhea n 1 1 @ 1 0 14133543 +gonorrhoea n 1 1 @ 1 0 14133543 +goo n 1 3 @ ~ + 1 0 14956661 +goober n 1 2 @ #p 1 0 07737745 +goober_pea n 1 2 @ #p 1 0 07737745 +good n 4 4 ! @ ~ = 4 3 05159725 04849241 05142180 03076708 +good-by n 1 1 @ 1 0 06629610 +good-bye n 1 1 @ 1 1 06629610 +good-for-naught n 1 2 @ + 1 0 10135953 +good-for-nothing n 1 2 @ + 1 0 10135953 +good-humoredness n 1 2 @ + 1 0 04631067 +good-humouredness n 1 2 @ + 1 0 04631067 +good-king-henry n 1 2 @ %p 1 0 11828973 +good-naturedness n 1 2 @ + 1 0 04631067 +good-neighborliness n 1 1 @ 1 0 04656051 +good-neighbourliness n 1 1 @ 1 0 04656051 +good-temperedness n 1 2 @ + 1 0 04631067 +good_afternoon n 1 1 @ 1 0 06632807 +good_authority n 1 1 @ 1 0 06648462 +good_book n 1 4 @ ~ %p - 1 0 06431740 +good_continuation n 1 1 @ 1 0 06250208 +good_day n 1 1 @ 1 0 06629610 +good_deal n 1 2 @ ~ 1 1 13774404 +good_egg n 1 3 ! @ ; 1 0 10138242 +good_example n 1 2 @ ~ 1 1 05925366 +good_faith n 1 1 @ 1 1 04872016 +good_form n 1 1 @ 1 0 04899416 +good_fortune n 2 3 ! @ ~ 2 1 14473655 11463746 +good_friday n 1 2 @ #p 1 1 15191827 +good_guy n 1 2 ! @ 1 1 10138369 +good_health n 1 3 ! @ ~ 1 1 14049711 +good_humor n 1 3 ! @ ~ 1 1 07551691 +good_humour n 1 2 @ ~ 1 0 07551691 +good_looks n 1 1 @ 1 1 04685840 +good_luck n 3 3 ! @ ~ 3 1 14473655 11463746 07316856 +good_luck_charm n 1 2 @ ~ 1 0 03009633 +good_manners n 1 3 @ ~ = 1 0 04912732 +good_morning n 1 1 @ 1 0 06632671 +good_nature n 1 3 ! @ ~ 1 1 04640176 +good_night n 1 1 @ 1 1 06632947 +good_ol'_boy n 1 1 @ 1 0 10138472 +good_old_boy n 1 1 @ 1 0 10138472 +good_old_days n 1 1 @ 1 0 15252635 +good_ole_boy n 1 1 @ 1 0 10138472 +good_part n 1 2 ! @ 1 1 05030149 +good_person n 1 3 ! @ ~ 1 1 10138767 +good_samaritan n 1 1 @ 1 0 10139077 +good_sense n 1 2 @ ~ 1 0 05614657 +good_shepherd n 1 2 @ ~ 1 0 11083656 +good_speller n 1 1 @ 1 0 10635149 +good_spirit n 1 2 @ ; 1 0 09542697 +good_story n 1 1 @ 1 0 06779310 +good_temper n 1 2 @ ~ 1 0 07551691 +good_time n 1 1 @ 1 0 07287288 +good_turn n 1 1 @ 1 0 01227083 +good_weather n 1 3 ! @ ~ 1 0 14522113 +good_will n 3 2 @ ; 3 2 04640356 13332820 07499930 +good_word n 2 2 @ ~ 2 0 06694540 06643120 +goodall n 1 1 @ 1 0 11007181 +goodby n 1 1 @ 1 0 06629610 +goodbye n 1 1 @ 1 0 06629610 +goodenia n 1 2 @ #m 1 0 12167955 +goodenia_family n 1 3 @ #m %m 1 0 12167749 +goodeniaceae n 1 3 @ #m %m 1 0 12167749 +goodman n 1 1 @ 1 0 11007332 +goodness n 2 5 ! @ ~ = + 2 1 05142180 04849241 +goodwill n 3 2 @ ; 3 0 13332820 07499930 04640356 +goody n 1 2 @ ~ 1 0 07557165 +goody-goody n 1 2 @ + 1 0 10139206 +goodyear n 1 1 @ 1 0 11007620 +goodyera n 1 3 @ #m %m 1 0 12063414 +goof n 2 3 @ ~ + 2 0 10157744 09930876 +goof-off n 1 1 @ 1 0 10135953 +goofball n 2 2 @ ~ 2 0 10157744 09930876 +goofing_off n 1 1 @ 1 0 00741478 +goofy n 1 1 @ 1 0 09599633 +google n 1 3 @ + ; 1 0 06578905 +googly n 1 1 @ 1 0 00477097 +googol n 1 1 @ 1 0 13598408 +googolplex n 1 1 @ 1 0 13598556 +gook n 2 3 @ ~ ; 2 0 14956661 09643799 +goon n 2 2 @ ~ 2 0 10274639 10184081 +gooney n 1 2 @ #m 1 0 02058747 +gooney_bird n 1 2 @ #m 1 0 02058747 +goonie n 1 2 @ #m 1 0 02058747 +goony n 1 2 @ #m 1 0 02058747 +goop n 2 2 @ ~ 2 0 14956661 04253751 +goora_nut n 1 4 @ #m %s %p 1 0 12197359 +goosander n 1 2 @ #m 1 0 01854700 +goose n 3 6 @ ~ #m #p %p + 3 1 01855672 10157744 07646821 +goose-tansy n 1 1 @ 1 0 12637123 +goose_barnacle n 1 2 @ #m 1 0 01999186 +goose_bump n 1 1 @ 1 0 00866606 +goose_down n 1 2 @ #p 1 0 01896960 +goose_egg n 1 2 @ ~ 1 0 13740168 +goose_grass n 4 2 @ #m 4 0 12666159 12637123 12127768 12118414 +goose_grease n 1 1 @ 1 0 14890099 +goose_liver n 1 1 @ 1 0 07652401 +goose_pimple n 1 1 @ 1 0 00866606 +goose_plum n 1 1 @ 1 0 12638964 +goose_skin n 1 1 @ 1 0 00866606 +goose_step n 1 2 @ + 1 0 00291154 +gooseberry n 2 4 @ #m #p %p 2 0 12806015 07744430 +gooseberry_bush n 1 3 @ #m %p 1 0 12806015 +gooseberry_family n 1 3 @ #m %m 1 0 12804621 +goosebump n 1 1 @ 1 0 00866606 +goosefish n 1 3 @ #m %p 1 0 02548247 +gooseflesh n 1 1 @ 1 0 00866606 +goosefoot n 1 3 @ ~ #m 1 0 11828247 +goosefoot_family n 1 4 @ ~ #m %m 1 0 11827775 +goosefoot_maple n 1 1 @ 1 0 12753762 +gooseneck n 1 1 @ 1 0 13869129 +gooseneck_barnacle n 1 2 @ #m 1 0 01999186 +gooseneck_loosestrife n 1 1 @ 1 0 12095281 +gop n 1 2 @ %m 1 1 08263113 +gopher n 5 3 @ ~ #m 5 0 10135297 09743792 02358091 02353861 01671125 +gopher_hole n 1 1 @ 1 0 09290350 +gopher_snake n 2 2 @ ~ 2 0 01741232 01733957 +gopher_state n 1 3 @ #p %p 1 0 09102016 +gopher_tortoise n 1 2 @ #m 1 0 01671125 +gopher_turtle n 1 2 @ #m 1 0 01671125 +gopherus n 1 3 @ #m %m 1 0 01670961 +gopherus_agassizii n 1 2 @ #m 1 0 01671479 +gopherus_polypemus n 1 2 @ #m 1 0 01671125 +gopherwood n 1 2 @ #m 1 0 12516165 +goral n 1 2 @ #m 1 0 02418770 +gorbachev n 1 1 @ 1 0 11007750 +gordian_knot n 2 1 @ 2 0 06785541 03448031 +gordie_howe n 1 1 @ 1 0 11062801 +gordimer n 1 1 @ 1 0 11007993 +gordius n 1 1 @ 1 0 11008173 +gordon_howe n 1 1 @ 1 0 11062801 +gordon_setter n 1 1 @ 1 0 02101006 +gore n 4 3 @ #p + 4 0 11008313 05401753 03448253 00221178 +gore_vidal n 1 1 @ 1 0 11366109 +gorgas n 1 1 @ 1 0 11008462 +gorge n 3 4 @ ~ #p %p 3 0 09290444 09263912 05533948 +gorger n 1 2 @ + 1 0 10561613 +gorgerin n 1 1 @ 1 0 03448491 +gorget n 1 2 @ #p 1 0 03448590 +gorgon n 1 3 @ ~ ; 1 0 09495103 +gorgonacea n 1 3 @ #m %m 1 0 01916010 +gorgoniacea n 1 3 @ #m %m 1 0 01916010 +gorgonian n 1 3 @ ~ #m 1 0 01916187 +gorgonian_coral n 1 3 @ ~ #m 1 0 01916187 +gorgonocephalus n 1 2 @ #m 1 0 02318798 +gorgonzola n 1 1 @ 1 0 07852376 +gorilla n 1 3 @ ~ #m 1 0 02480855 +gorilla_gorilla n 1 3 @ ~ #m 1 0 02480855 +gorilla_gorilla_beringei n 1 2 @ #m 1 0 02481366 +gorilla_gorilla_gorilla n 1 2 @ #m 1 0 02481103 +gorilla_gorilla_grauri n 1 2 @ #m 1 0 02481235 +goring n 1 1 @ 1 0 11008647 +gorki n 2 2 @ #p 2 0 11008870 09008130 +gorkiy n 1 2 @ #p 1 0 09008130 +gorky n 2 2 @ #p 2 0 11008870 09008130 +gorse n 1 2 @ #m 1 0 12574866 +gosainthan n 1 2 @ #p 1 0 09290626 +gosan-chiku n 1 2 @ #m 1 0 12149144 +goshawk n 1 2 @ #m 1 0 01606522 +gosling n 1 2 @ + 1 0 01856072 +gosmore n 1 2 @ #m 1 0 11984144 +gospel n 5 5 @ ~ #p %p ; 5 2 06455138 06724323 07061334 06789411 05962252 +gospel_according_to_john n 1 2 @ #p 1 0 06442239 +gospel_according_to_luke n 1 3 @ #p - 1 0 06441973 +gospel_according_to_mark n 1 2 @ #p 1 0 06441803 +gospel_according_to_matthew n 1 2 @ #p 1 0 06441607 +gospel_of_luke n 1 3 @ #p - 1 0 06441973 +gospel_singing n 1 3 @ ~ ; 1 0 07061334 +gospel_truth n 1 1 @ 1 0 06724323 +gospeler n 1 2 @ ~ 1 1 10067011 +gospeller n 1 2 @ ~ 1 0 10067011 +gospels n 1 4 @ ~ #p %p 1 1 06455138 +gossamer n 2 2 @ + 2 0 03448696 03059806 +gossip n 3 3 @ ~ + 3 2 07135080 07223170 10139347 +gossip_columnist n 1 1 @ 1 0 10139651 +gossiper n 1 3 @ ~ + 1 0 10139347 +gossiping n 1 3 @ ~ + 1 0 07135450 +gossipmonger n 1 2 @ ~ 1 0 10139347 +gossipmongering n 1 2 @ ~ 1 0 07135450 +gossypium n 1 3 @ #m %m 1 0 12175797 +gossypium_arboreum n 1 1 @ 1 0 12176278 +gossypium_barbadense n 1 1 @ 1 0 12176453 +gossypium_herbaceum n 1 1 @ 1 0 12176709 +gossypium_hirsutum n 1 1 @ 1 0 12176953 +gossypium_peruvianum n 1 1 @ 1 0 12177129 +gossypium_thurberi n 1 1 @ 1 0 12177455 +gota_canal n 1 2 @ #p 1 0 03448814 +goteborg n 1 2 @ #p 1 0 08766667 +goth n 2 2 @ ~ 2 0 10410815 10139774 +gothenburg n 1 2 @ #p 1 0 08766667 +gothic n 3 3 @ ~ + 3 0 06955706 06826589 05842387 +gothic_arch n 1 2 @ ~ 1 0 03448956 +gothic_architecture n 1 2 @ ~ 1 0 05842387 +gothic_romance n 1 2 @ + 1 0 06369405 +gothic_romancer n 1 2 @ + 1 1 10139944 +gothite n 1 2 @ #s 1 0 14677314 +gotterdammerung n 1 1 @ 1 0 06372925 +gottfried_wilhelm_leibnitz n 1 1 @ 1 0 11125193 +gottfried_wilhelm_leibniz n 1 1 @ 1 0 11125193 +gotthold_ephraim_lessing n 1 1 @ 1 0 11129665 +gottlieb_daimler n 1 1 @ 1 0 10921009 +gouache n 2 1 @ 2 0 03449217 03449103 +gouda n 1 1 @ 1 0 07853648 +gouda_cheese n 1 1 @ 1 0 07853648 +goudy n 1 1 @ 1 0 11009115 +gouge n 3 3 @ ~ + 3 0 04693384 03449309 00942900 +gouger n 2 3 @ ~ + 2 0 10140051 09955015 +goujon n 1 2 @ #m 1 0 02520147 +goulash n 1 2 @ ~ 1 0 07590320 +gould n 2 1 @ 2 0 11009495 11009273 +gounod n 1 1 @ 1 0 11009635 +gourd n 3 3 @ ~ #m 3 1 03449451 12158031 12157769 +gourd_family n 1 4 @ ~ #m %m 1 0 12157276 +gourd_vine n 1 3 @ ~ #m 1 0 12157769 +gourde n 1 2 @ %p 1 0 13679273 +gourmand n 1 2 @ + 1 0 10132988 +gourmandism n 1 1 @ 1 0 05212264 +gourmandizer n 1 2 @ + 1 0 10132988 +gourmet n 1 1 @ 1 1 10061656 +gout n 1 2 @ + 1 1 14188804 +gouty_arthritis n 1 1 @ 1 0 14188804 +gouverneur_morris n 1 1 @ 1 0 11191653 +governador_valadares n 1 2 @ #p 1 0 08855763 +governance n 2 7 @ ~ #p %m %p + - 2 0 08164585 01124794 +governed n 1 1 @ 1 1 08161258 +governess n 1 1 @ 1 1 10140169 +governing n 1 4 @ ~ + - 1 0 01124794 +governing_board n 1 3 @ ~ %m 1 0 08324107 +governing_body n 1 5 @ ~ #p %m %p 1 0 08164585 +government n 4 7 @ ~ %m %p + ; - 4 3 08050678 01124794 05663671 06148148 +government-in-exile n 1 1 @ 1 0 08052690 +government_accounting_office n 1 1 @ 1 0 08162245 +government_activity n 1 3 @ ~ - 1 0 01124794 +government_agency n 1 2 @ ~ 1 0 08337324 +government_agent n 1 2 @ ~ 1 0 10133644 +government_bond n 1 2 @ ~ 1 0 13338234 +government_building n 1 2 @ ~ 1 0 03449564 +government_department n 1 4 @ ~ #m %p 1 0 08119821 +government_income n 1 2 @ ~ 1 0 13261779 +government_issue n 1 2 @ ; 1 0 13367593 +government_man n 1 1 @ 1 0 10133850 +government_minister n 1 2 @ ~ 1 0 10320863 +government_note n 1 2 @ ~ 1 0 13393762 +government_office n 1 2 @ ~ 1 1 03449858 +government_officials n 1 3 @ ~ #m 1 0 08357784 +government_printing_office n 1 2 @ #p 1 0 08356573 +government_revenue n 1 2 @ ~ 1 0 13261779 +government_security n 1 1 @ 1 0 13340080 +governor n 2 3 @ ~ + 2 1 10140314 03450018 +governor's_plum n 1 2 @ #m 1 0 12378249 +governor's_race n 1 1 @ 1 1 07473207 +governor_general n 1 1 @ 1 0 10140597 +governor_plum n 1 2 @ #m 1 0 12378249 +governorship n 1 2 @ + 1 0 00592795 +gowen_cypress n 1 1 @ 1 0 11631159 +gown n 5 4 @ ~ %p + 5 1 03450230 08286342 03824381 03450734 03450516 +goy n 1 2 @ ~ 1 0 09679028 +goya n 1 1 @ 1 0 11009773 +goya_y_lucientes n 1 1 @ 1 0 11009773 +gp n 1 2 @ ~ 1 0 10126009 +gp_bomb n 1 2 @ ~ 1 0 03433637 +gpa n 1 1 @ 1 0 07261542 +gpo n 1 2 @ #p 1 0 08356573 +gps n 1 1 @ 1 0 03440216 +graafian_follicle n 1 3 @ #p %p 1 0 05518449 +grab n 2 3 @ ~ + 2 0 03450881 00138956 +grab_bag n 2 1 @ 2 0 08399287 03450974 +grab_bar n 1 1 @ 1 0 03451120 +grab_sample n 1 2 @ ; 1 1 05822337 +grabber n 1 1 @ 1 0 10140683 +grace n 7 4 @ ~ + ; 7 4 14458181 05003590 04900357 04640356 09495382 07190039 04840715 +grace_cup n 1 1 @ 1 0 03451253 +grace_ethel_cecile_rosalie_allen n 1 1 @ 1 0 10815113 +grace_kelly n 1 1 @ 1 0 11099923 +grace_note n 1 1 @ 1 0 06871983 +grace_of_god n 1 2 @ ; 1 0 04840715 +grace_patricia_kelly n 1 1 @ 1 0 11099923 +gracefulness n 1 4 ! @ ~ + 1 0 05003423 +gracelessness n 2 3 @ ~ + 2 0 05004532 04815624 +gracie n 1 1 @ 1 0 10815113 +gracie_allen n 1 1 @ 1 0 10815113 +gracilariid n 1 1 @ 1 0 02292980 +gracilariid_moth n 1 1 @ 1 0 02292980 +gracilariidae n 1 2 @ #m 1 0 02292850 +gracility n 1 2 @ + 1 0 05003590 +gracillariidae n 1 2 @ #m 1 0 02292850 +graciousness n 2 5 ! @ ~ = + 2 0 04913568 04840981 +grackle n 2 3 @ ~ #m 2 0 01578180 01574390 +gracula n 1 2 @ #m 1 0 01578086 +gracula_religiosa n 1 1 @ 1 0 01578180 +grad n 2 3 @ ~ #p 2 0 13612319 09786338 +grad_school n 1 3 @ ~ #m 1 0 08282696 +grad_student n 1 1 @ 1 0 10141109 +gradable_opposition n 1 2 @ ~ 1 0 13856320 +gradation n 3 3 @ ~ + 3 0 14429608 07112282 01003729 +grade n 9 5 @ ~ #p = + 9 3 08238463 14428160 05068716 13612319 07112282 05737153 05132045 05093890 02406952 +grade_crossing n 1 1 @ 1 0 03659122 +grade_insignia n 1 2 @ ; 1 0 07269552 +grade_point n 1 1 @ 1 0 05737532 +grade_point_average n 1 1 @ 1 0 07261542 +grade_school n 1 2 @ ~ 1 1 08412749 +grade_separation n 1 1 @ 1 0 03451365 +grader n 1 3 @ ~ + 1 0 10140783 +gradient n 2 2 @ ~ 2 1 13859512 05068461 +grading n 3 2 @ + 3 1 01010334 00912576 00874977 +gradual n 1 2 @ ; 1 0 07033433 +graduality n 1 2 @ + 1 0 05061805 +gradualness n 2 3 ! @ + 2 0 05069853 05061805 +graduate n 2 3 @ ~ + 2 1 09786338 03451473 +graduate_nurse n 1 1 @ 1 0 10140929 +graduate_school n 1 3 @ ~ #m 1 1 08282696 +graduate_student n 1 1 @ 1 1 10141109 +graduated_cylinder n 1 1 @ 1 0 03451711 +graduated_table n 1 2 @ ~ 1 0 13850304 +graduated_tax n 1 1 @ 1 0 13314495 +graduating_class n 1 1 @ 1 1 08238909 +graduation n 4 4 @ ~ %p + 4 1 00212065 07454758 06801965 01003729 +graduation_exercise n 1 2 @ %p 1 0 07454758 +graeco-roman_deity n 1 2 @ ~ 1 0 09547903 +graecophile n 1 2 @ + 1 0 10422540 +graf n 1 1 @ 1 0 11010019 +graf_zeppelin n 1 1 @ 1 0 04614372 +graffiti n 1 1 @ 1 0 03451798 +graffito n 1 1 @ 1 0 03451798 +graft n 3 4 @ ~ + ; 3 0 05582859 00776262 00379588 +grafting n 1 2 @ + 1 0 00379588 +graham n 3 2 @ ; 3 0 11010385 11010187 07569644 +graham_bread n 1 1 @ 1 0 07683039 +graham_cracker n 1 1 @ 1 0 07695652 +graham_flour n 1 2 @ ; 1 0 07569644 +graham_greene n 1 1 @ 1 0 11013743 +grahame n 1 1 @ 1 0 11010557 +grail n 2 2 @ ; 2 0 05981936 03451909 +grain n 11 5 @ ~ #p %p + 11 2 09290777 07802417 14760339 13723304 13721893 13719683 12156819 12141385 05107322 04950713 04934220 +grain_alcohol n 1 3 @ ~ #s 1 0 14709265 +grain_field n 1 2 @ ~ 1 0 08579352 +grain_merchant n 1 1 @ 1 0 10141268 +grain_moth n 1 2 @ ~ 1 0 02293868 +grain_sorghum n 1 2 @ ~ 1 0 12137569 +grainfield n 1 2 @ ~ 1 0 08579352 +grainger n 1 1 @ 1 0 11010697 +graininess n 1 3 @ ~ + 1 0 04949256 +graining n 1 2 @ + 1 1 04951071 +grains_of_paradise n 1 2 @ #m 1 0 12357968 +grainy_club n 1 2 @ ~ 1 0 13024653 +grainy_club_mushrooms n 1 2 @ ~ 1 0 13024500 +gram n 2 3 @ #p %p 2 1 13723712 11010936 +gram's_method n 1 1 @ 1 0 00275751 +gram's_procedure n 1 1 @ 1 0 00275751 +gram's_solution n 1 1 @ 1 0 15053373 +gram's_stain n 1 1 @ 1 0 00275751 +gram-atomic_weight n 1 1 @ 1 0 13723899 +gram_atom n 1 1 @ 1 0 13723899 +gram_calorie n 1 2 @ #p 1 0 13726296 +gram_method n 1 1 @ 1 0 00275751 +gram_molecule n 1 1 @ 1 0 13724081 +gram_stain n 1 1 @ 1 0 00275751 +grama n 1 3 @ ~ #m 1 0 12112008 +grama_grass n 1 3 @ ~ #m 1 0 12112008 +gramicidin n 1 1 @ 1 0 03452055 +graminaceae n 1 4 @ ~ #m %m 1 0 12100538 +graminaceous_plant n 1 3 @ ~ #m 1 0 12101870 +graminales n 1 3 @ #m %m 1 0 12100382 +gramineae n 1 4 @ ~ #m %m 1 0 12100538 +gramineous_plant n 1 3 @ ~ #m 1 0 12101870 +gramma n 1 3 @ ~ #m 1 0 12112008 +gramma_grass n 1 3 @ ~ #m 1 0 12112008 +grammar n 1 5 @ ~ + ; - 1 0 06174404 +grammar_school n 2 2 @ ~ 2 0 08412958 08412749 +grammarian n 1 2 @ ~ 1 1 10141364 +grammatical_case n 1 2 @ ~ 1 0 06310945 +grammatical_category n 1 3 @ ~ ; 1 0 06309383 +grammatical_constituent n 1 4 @ ~ #p ; 1 0 06312966 +grammatical_construction n 1 2 @ ~ 1 0 06313651 +grammatical_gender n 1 2 @ ~ 1 0 06328643 +grammatical_meaning n 1 2 @ #p 1 0 06602148 +grammatical_relation n 1 2 @ ~ 1 0 13796779 +grammatical_rule n 1 2 @ ~ 1 0 07260175 +grammatolatry n 1 1 @ 1 0 01044983 +grammatophyllum n 1 2 @ #m 1 0 12063887 +gramme n 1 3 @ #p %p 1 0 13723712 +gramophone n 1 2 @ ~ 1 0 03452267 +gramps n 1 1 @ 1 0 10142391 +grampus n 2 2 @ #m 2 0 02071294 02071028 +grampus_griseus n 1 2 @ #m 1 0 02071028 +gran n 1 2 @ ~ 1 0 10142747 +gran_casa n 1 1 @ 1 0 02803666 +gran_santiago n 1 2 @ #p 1 0 08721559 +granada n 1 3 @ #p %p 1 0 09025863 +granadilla n 4 3 @ #p %p 4 0 12384037 12383894 12383737 07753980 +granadilla_tree n 1 2 @ %s 1 0 11749112 +granadilla_wood n 2 2 @ #s 2 0 12524010 11749273 +granadillo n 1 2 @ %s 1 0 11749112 +granary n 1 2 @ ~ 1 1 03452449 +grand n 2 3 @ ~ %p 2 0 13750844 03452741 +grand_canal n 2 2 @ #p 2 0 08813586 08729094 +grand_canyon n 1 2 @ #p 1 0 09291027 +grand_canyon_national_park n 1 2 @ #p 1 0 08604891 +grand_canyon_state n 1 3 @ #p %p 1 0 09057311 +grand_circle n 1 1 @ 1 0 00435401 +grand_dragon n 1 2 @ #m 1 0 10141811 +grand_duchess n 1 1 @ 1 0 10141930 +grand_duchy n 1 1 @ 1 0 08557864 +grand_duchy_of_luxembourg n 1 5 @ #m #p %m %p 1 0 08960987 +grand_duke n 1 2 @ ~ 1 0 10142060 +grand_fir n 1 1 @ 1 0 11622368 +grand_guignol n 1 1 @ 1 0 07008849 +grand_inquisitor n 1 3 @ ~ ; 1 0 10142537 +grand_island n 1 2 @ #p 1 0 09109771 +grand_jury n 1 2 @ ; 1 1 08414964 +grand_lama n 1 1 @ 1 0 09988493 +grand_larceny n 1 2 ! @ 1 0 00783902 +grand_mal n 2 1 @ 2 0 14087513 14083368 +grand_mal_epilepsy n 1 1 @ 1 0 14087513 +grand_marnier n 1 1 @ 1 0 07910152 +grand_mufti n 1 1 @ 1 0 10143085 +grand_national n 1 1 @ 1 0 07462808 +grand_opera n 1 1 @ 1 0 07026827 +grand_piano n 1 3 @ ~ %p 1 0 03452741 +grand_prix n 1 1 @ 1 0 07459066 +grand_rapids n 1 2 @ #p 1 0 09100837 +grand_river n 1 2 @ #p 1 0 09291185 +grand_slam n 1 1 @ 1 0 07474809 +grand_teton n 1 2 @ #p 1 0 09291340 +grand_teton_national_park n 1 2 @ #p 1 0 08605123 +grand_theft n 1 1 @ 1 0 00783902 +grand_total n 1 1 @ 1 0 05860869 +grand_tour n 2 1 @ 2 0 00311195 00311091 +grand_turk n 1 2 @ ~ 1 0 10674315 +grandad n 1 1 @ 1 0 10142391 +grandaunt n 1 1 @ 1 0 10145239 +grandchild n 1 2 @ ~ 1 1 10141590 +granddad n 1 1 @ 1 0 10142391 +granddaddy n 1 1 @ 1 0 10142391 +granddaughter n 1 1 @ 1 0 10141732 +grande_dame n 1 1 @ 1 0 10142166 +grandee n 1 1 @ 1 0 10142290 +grandeur n 2 3 @ ~ = 2 2 04814238 04870340 +grandfather n 1 1 @ 1 1 10142391 +grandfather_clause n 1 1 @ 1 1 14529612 +grandfather_clock n 1 2 @ %p 1 0 03452594 +grandiloquence n 1 3 @ ~ + 1 0 07070429 +grandiosity n 1 3 @ ~ + 1 0 07070429 +grandma n 1 2 @ ~ 1 1 10142747 +grandma_moses n 1 1 @ 1 0 11193645 +grandmaster n 1 2 @ ~ 1 0 10142946 +grandmother n 1 2 @ ~ 1 1 10142747 +grandnephew n 1 1 @ 1 0 10146002 +grandness n 4 3 @ ~ + 4 0 14434681 05104548 04814238 04729328 +grandniece n 1 1 @ 1 0 10146104 +grandpa n 1 1 @ 1 0 10142391 +grandparent n 1 2 @ ~ 1 1 10143172 +grandson n 1 1 @ 1 0 10143299 +grandstand n 2 2 @ %p 2 0 08222871 03452953 +grandstander n 1 2 @ + 1 0 10143371 +granduncle n 1 1 @ 1 0 10146209 +grange n 1 1 @ 1 0 03453162 +granger n 1 2 @ ~ 1 0 10078806 +granicus n 1 2 @ ; 1 0 01279866 +granite n 2 3 @ %s + 2 2 14890286 04778114 +granite_state n 1 3 @ #p %p 1 0 09111366 +granite_stater n 1 1 @ 1 0 09744346 +graniteware n 1 1 @ 1 0 03453231 +grannie n 1 2 @ ~ 1 0 10142747 +granny n 3 2 @ ~ 3 1 10142747 10143530 03453320 +granny's_bonnets n 1 2 @ #m 1 0 11727738 +granny_knot n 1 1 @ 1 0 03453320 +granny_smith n 1 1 @ 1 0 07742313 +granola n 1 1 @ 1 0 07704994 +granola_bar n 1 1 @ 1 0 07705137 +grant n 8 5 @ ~ #m + ; 8 3 13266892 00087423 13254237 11011559 11011398 11011123 06526619 05176477 +grant-in-aid n 2 2 @ ~ 2 1 00088367 13267534 +grant_wood n 1 1 @ 1 0 11395466 +grantee n 2 2 @ + 2 0 10143595 09783537 +granter n 1 4 ! @ ~ + 1 0 10143725 +granth n 1 2 @ ; 1 0 06430784 +granth_sahib n 1 2 @ ; 1 0 06430784 +granting_immunity n 1 2 @ ~ 1 0 00213903 +grantor n 1 3 @ ~ + 1 0 10143889 +grantor_trust n 1 1 @ 1 0 13361624 +granular_pearlite n 1 1 @ 1 0 14890485 +granularity n 1 3 @ ~ + 1 0 04949256 +granulated_sugar n 1 2 @ ~ 1 0 07596046 +granulation n 2 3 @ ~ + 2 0 14237818 00925866 +granulation_tissue n 1 2 @ ~ 1 0 14237818 +granule n 1 2 @ ~ 1 1 09291513 +granulocyte n 1 2 @ + 1 0 05453145 +granulocytic_leukemia n 1 2 @ ~ 1 0 14245163 +granulocytopenia n 1 1 @ 1 0 14071896 +granuloma n 1 3 @ ~ + 1 0 14238639 +granuloma_inguinale n 1 1 @ 1 0 14133750 +granuloma_venereum n 1 1 @ 1 0 14133750 +granville-barker n 1 1 @ 1 0 11011764 +granville_stanley_hall n 1 1 @ 1 0 11024908 +granville_wilt n 1 1 @ 1 1 14283002 +grape n 3 7 @ ~ #m #p %s %p + 3 1 07758680 13144794 03453547 +grape-leaf_begonia n 1 1 @ 1 0 12361350 +grape_arbor n 1 1 @ 1 1 03453443 +grape_arbour n 1 1 @ 1 0 03453443 +grape_fern n 1 3 @ ~ #m 1 0 12960863 +grape_hyacinth n 1 3 @ ~ #m 1 0 12460697 +grape_jelly n 1 1 @ 1 0 07643679 +grape_juice n 1 2 @ ~ 1 0 07924560 +grape_louse n 1 2 @ #m 1 0 02255855 +grape_phylloxera n 1 2 @ #m 1 0 02255855 +grape_sugar n 1 1 @ 1 0 14884336 +grape_vine n 1 4 @ ~ #m %p 1 0 13144794 +grapefruit n 2 4 @ #m #p %p 2 0 12709688 07749969 +grapefruit_juice n 1 1 @ 1 0 07924747 +grapefruit_peel n 1 2 @ #p 1 0 07601025 +grapeshot n 1 1 @ 1 0 03453547 +grapevine n 2 4 @ ~ #m %p 2 1 07223635 13144794 +grapevine_family n 1 3 @ #m %m 1 0 13144303 +graph n 1 4 @ ~ %p + 1 1 07000195 +graph_paper n 1 1 @ 1 0 14890183 +grapheme n 1 2 @ ~ 1 0 06818970 +graphic n 1 1 @ 1 0 03453696 +graphic_art n 1 2 @ ~ 1 0 03453809 +graphic_artist n 1 2 @ ~ 1 0 10475687 +graphic_design n 1 2 @ + 1 0 06999045 +graphic_designer n 1 2 @ + 1 0 10144055 +graphic_symbol n 1 2 @ ~ 1 0 06818970 +graphic_tellurium n 1 2 @ %s 1 0 15065713 +graphical_record n 1 3 @ ~ %p 1 0 07000195 +graphical_user_interface n 1 2 @ %p 1 0 06575681 +graphics n 2 3 @ ~ #p 2 0 06998748 03453985 +graphite n 1 2 @ ~ 1 1 14796575 +graphologist n 1 2 @ + 1 0 10144188 +graphology n 1 2 @ + 1 0 06248361 +graphospasm n 1 1 @ 1 0 14360915 +grapnel n 2 3 @ ~ %p 2 0 03454211 03454110 +grapnel_anchor n 1 1 @ 1 0 03454110 +grapo n 1 2 @ ; 1 0 08021129 +grappa n 1 1 @ 1 0 07903962 +grappelli n 1 1 @ 1 0 11012042 +grapple n 3 4 @ ~ %p + 3 0 03454211 03037108 00622266 +grappler n 2 4 @ ~ %p + 2 0 10793168 03454211 +grappling n 2 5 @ ~ %p + - 2 1 00622266 00447540 +grappling_hook n 1 3 @ ~ %p 1 0 03454211 +grappling_iron n 1 3 @ ~ %p 1 0 03454211 +graptophyllum n 1 3 @ #m %m 1 0 12812665 +graptophyllum_pictum n 1 2 @ #m 1 0 12812801 +grasp n 4 3 @ ~ + 4 0 05806623 05623628 05194874 00812526 +grasping n 2 3 @ ~ + 2 1 05806855 00812274 +grass n 5 4 @ ~ + ; 5 1 12102133 11012153 10675481 07801091 03990834 +grass-leaved_golden_aster n 1 1 @ 1 0 11951961 +grass-of-parnassus n 1 3 @ ~ #m 1 0 12801520 +grass_bacillus n 1 1 @ 1 0 01350485 +grass_family n 1 4 @ ~ #m %m 1 0 12100538 +grass_fern n 1 2 @ #m 1 0 13179804 +grass_finch n 2 3 @ ~ #m 2 0 01544208 01535140 +grass_frog n 1 2 @ #m 1 0 01642539 +grass_parakeet n 1 2 @ #m 1 0 01821869 +grass_pea n 1 2 @ #m 1 0 12541403 +grass_pink n 2 2 @ #m 2 0 12049282 11809594 +grass_poly n 1 2 @ #m 1 0 12328801 +grass_roots n 2 2 @ ; 2 0 13791250 07947789 +grass_skirt n 1 1 @ 1 0 03454442 +grass_snake n 3 3 @ ~ #m 3 0 01737875 01735189 01729977 +grass_tree n 3 2 @ #m 3 0 12478768 12466206 12254891 +grass_tree_family n 1 2 @ #m 1 0 12465796 +grass_vetch n 1 2 @ #m 1 0 12540647 +grass_vetchling n 1 2 @ #m 1 0 12540647 +grass_widow n 1 2 @ ~ 1 0 10020366 +grass_widower n 1 1 @ 1 0 10144338 +grass_wrack n 1 2 @ #m 1 0 12618727 +grassfinch n 1 3 @ ~ #m 1 0 01544208 +grassfire n 1 1 @ 1 1 07303988 +grasshopper n 2 3 @ ~ %s 2 1 02226429 07915213 +grasshopper_mouse n 1 2 @ #m 1 0 02337902 +grassland n 1 2 @ ~ 1 0 08598301 +grassy_death_camas n 1 2 @ #m 1 0 12467592 +grate n 3 4 @ ~ #p + 3 1 03454536 07384244 03454707 +grated_cheese n 1 1 @ 1 0 07853762 +gratefulness n 1 2 @ + 1 0 07504529 +grater n 1 2 @ + 1 0 03454885 +graticule n 1 3 @ #p %p 1 0 04082886 +gratification n 2 3 @ ~ + 2 2 13986679 01072780 +grating n 3 4 @ ~ #p + 3 1 03454707 03454536 03194538 +gratitude n 1 3 ! @ ~ 1 1 07504343 +gratuity n 2 2 @ ~ 2 0 13298701 13268020 +grave n 3 3 @ ~ %p 3 2 15143726 03455033 06822707 +grave_accent n 1 1 @ 1 0 06822707 +grave_mound n 1 2 @ ; 1 0 02922292 +gravedigger n 1 1 @ 1 0 10144468 +gravel n 1 3 @ ~ + 1 1 14698884 +gravel_pit n 1 1 @ 1 0 03455279 +gravelweed n 1 1 @ 1 0 12031388 +graven_image n 1 2 @ ~ 1 1 03560161 +graveness n 1 3 @ ~ + 1 0 04647478 +graver n 1 2 @ ~ 1 0 03455355 +graverobber n 2 1 @ 2 0 10144730 10144571 +graves n 1 1 @ 1 0 11012300 +graves'_disease n 1 1 @ 1 0 14121058 +gravestone n 1 2 @ #p 1 1 03455488 +graveyard n 1 2 @ ~ 1 1 08521623 +graveyard_shift n 2 1 @ 2 0 15292960 08218832 +graveyard_watch n 1 1 @ 1 0 15293435 +gravida n 2 2 @ ~ 2 0 14047009 10144838 +gravida_i n 1 2 @ ; 1 0 10472129 +gravida_ii n 1 1 @ 1 0 10574723 +gravida_iii n 1 1 @ 1 0 10703221 +gravidation n 1 1 @ 1 0 14046861 +gravidity n 1 2 @ + 1 0 14046861 +gravidness n 1 2 @ + 1 0 14046861 +gravimeter n 2 3 @ ~ + 2 0 03553486 03455642 +gravimetric_analysis n 1 1 @ 1 0 00648692 +gravimetry n 1 2 @ + 1 0 01002413 +graving_dock n 1 3 @ ~ #p 1 0 03251533 +graving_tool n 1 2 @ ~ 1 0 03455355 +gravitas n 1 1 @ 1 0 04910684 +gravitation n 3 5 ! @ ~ + ; 3 0 11464143 07362830 06198313 +gravitation_wave n 1 2 @ ; 1 0 07344875 +gravitational_attraction n 1 3 @ ~ ; 1 1 11464143 +gravitational_collapse n 1 1 @ 1 0 07365673 +gravitational_constant n 1 3 @ #p ; 1 0 13590327 +gravitational_field n 1 1 @ 1 1 11464027 +gravitational_force n 1 3 @ ~ ; 1 1 11464143 +gravitational_interaction n 1 1 @ 1 0 11516659 +gravitational_mass n 1 2 @ ; 1 0 05025520 +gravitational_theory n 1 3 @ %p ; 1 0 05990089 +graviton n 1 1 @ 1 0 09291633 +gravity n 3 5 ! @ ~ + ; 3 2 11464143 04647478 07512147 +gravity-assist n 1 2 @ ; 1 0 11481627 +gravity_bomb n 1 1 @ 1 0 03255167 +gravity_fault n 1 1 @ 1 0 09372313 +gravity_gradient n 1 1 @ 1 0 13859925 +gravity_meter n 1 1 @ 1 0 03455642 +gravity_wave n 1 2 @ ; 1 0 07344875 +gravure n 4 3 @ ~ + 4 0 06678784 03455923 03455802 01103374 +gravy n 3 1 @ 3 0 07838073 07837912 07477587 +gravy_boat n 1 2 @ ~ 1 0 03456024 +gravy_holder n 1 2 @ ~ 1 0 03456024 +gravy_train n 1 1 @ 1 0 13255883 +gray n 9 3 @ ~ + 9 4 04961691 03456186 08481009 02381364 13645812 11012993 11012846 11012676 11012474 +gray_alder n 1 2 @ #m 1 0 12285049 +gray_area n 1 1 @ 1 0 05998994 +gray_birch n 1 2 @ #m 1 0 12282235 +gray_catbird n 1 2 @ #m 1 0 01587526 +gray_flounder n 1 2 @ #m 1 0 02661892 +gray_fox n 1 2 @ #m 1 0 02120505 +gray_goldenrod n 1 1 @ 1 0 12017127 +gray_hen n 1 1 @ 1 0 01796105 +gray_jay n 1 3 @ ~ #m 1 0 01581166 +gray_kingbird n 1 1 @ 1 0 01549053 +gray_lemming n 1 2 @ #m 1 0 02345340 +gray_market n 1 1 @ 1 0 01098071 +gray_matter n 1 3 @ #s %s 1 0 05483388 +gray_mullet n 2 5 @ ~ #m #p %p 2 0 07784367 02601344 +gray_partridge n 1 2 @ #m 1 0 01807828 +gray_polypody n 1 1 @ 1 0 13173259 +gray_poplar n 1 1 @ 1 0 12732252 +gray_sage n 1 2 @ #m 1 0 12014085 +gray_sea_eagle n 1 1 @ 1 0 01615458 +gray_skate n 1 2 @ #m 1 0 01501641 +gray_snapper n 1 2 @ #m 1 0 02587300 +gray_sole n 1 1 @ 1 0 07791434 +gray_substance n 1 3 @ #s %s 1 0 05483388 +gray_whale n 1 2 @ #m 1 0 02066245 +gray_willow n 1 2 @ #m 1 0 12728864 +gray_wolf n 1 1 @ 1 0 02114367 +grayback n 2 2 @ #m 2 0 02033208 02028900 +graybeard n 1 2 @ ~ 1 1 10375506 +grayhen n 1 1 @ 1 0 01796105 +grayish_brown n 1 1 @ 1 0 04973110 +graylag n 1 2 @ #m 1 0 01856553 +graylag_goose n 1 2 @ #m 1 0 01856553 +grayness n 1 3 @ ~ + 1 0 04961691 +graz n 1 2 @ #p 1 0 08846626 +graze n 2 2 @ + 2 0 14286885 00841091 +grazier n 1 2 @ + 1 0 10144962 +grazing n 2 2 @ + 2 0 00841091 00150762 +grazing_fire n 1 1 @ 1 0 00991164 +grazing_land n 1 3 @ ~ #p 1 0 08616050 +grease n 2 3 @ ~ + 2 1 14890945 14498096 +grease-gun n 1 1 @ 1 0 03456299 +grease_monkey n 1 1 @ 1 0 09825750 +greaseball n 1 2 @ ; 1 0 09716439 +greasepaint n 1 1 @ 1 0 03456447 +greaseproof_paper n 1 1 @ 1 0 14891132 +greaser n 1 2 @ ; 1 0 09722898 +greasewood n 1 2 @ #m 1 0 11835251 +greasiness n 1 2 @ + 1 0 05000116 +greasy_spoon n 1 1 @ 1 0 03456548 +great n 1 1 @ 1 0 10145081 +great-aunt n 1 1 @ 1 0 10145239 +great-leaved_macrophylla n 1 1 @ 1 0 11710987 +great-nephew n 1 1 @ 1 0 10146002 +great-niece n 1 1 @ 1 1 10146104 +great-uncle n 1 1 @ 1 0 10146209 +great_adductor_muscle n 1 2 @ #p 1 0 05292200 +great_anteater n 1 2 @ #m 1 0 02460451 +great_ape n 1 3 @ ~ #m 1 0 02480153 +great_arabian_desert n 1 3 @ #p %p 1 0 09167767 +great_attractor n 1 1 @ 1 0 09291781 +great_auk n 1 2 @ #m 1 0 02046442 +great_australian_bight n 1 2 @ #p 1 0 09292007 +great_australian_desert n 1 3 @ #p %p 1 0 09168336 +great_barracuda n 1 1 @ 1 0 02603540 +great_barrier_reef n 1 2 @ #p 1 0 09292348 +great_bear n 1 2 @ %p 1 0 09292189 +great_black-backed_gull n 1 2 @ #m 1 0 02041875 +great_blue_heron n 1 2 @ #m 1 0 02008497 +great_blue_shark n 1 2 @ #m 1 0 01491006 +great_bowerbird n 1 2 @ #m 1 0 01601410 +great_britain n 2 8 @ ~ #m #p %m %p ; - 2 2 08860123 08858942 +great_burdock n 1 1 @ 1 0 11924849 +great_bustard n 1 2 @ #m 1 0 02019190 +great_care n 1 1 @ 1 0 01132148 +great_cerebral_vein n 1 1 @ 1 0 05362016 +great_circle n 1 2 @ ~ 1 0 08579487 +great_commoner n 1 1 @ 1 0 10869385 +great_crested_grebe n 1 1 @ 1 0 02050313 +great_dane n 1 1 @ 1 0 02109047 +great_deal n 1 2 @ ~ 1 1 13774404 +great_depression n 2 1 @ 2 1 14489361 15294211 +great_divide n 1 2 @ #p 1 0 08679807 +great_dividing_range n 1 3 @ #p %p 1 0 09292545 +great_dog n 1 2 @ %m 1 0 09232841 +great_duckweed n 1 2 @ #m 1 0 11795580 +great_elector n 1 2 @ #m 1 0 10980681 +great_falls n 1 2 @ #p 1 0 09109012 +great_grandchild n 1 2 @ ~ 1 0 10145340 +great_granddaughter n 1 1 @ 1 0 10145480 +great_grandfather n 1 1 @ 1 0 10145682 +great_grandmother n 1 1 @ 1 1 10145590 +great_grandparent n 1 2 @ ~ 1 0 10145774 +great_grandson n 1 1 @ 1 0 10145902 +great_gray_owl n 1 2 @ #m 1 0 01622779 +great_grey_kangaroo n 1 2 @ #m 1 0 01877606 +great_grey_owl n 1 2 @ #m 1 0 01622779 +great_gross n 1 1 @ 1 0 13751158 +great_hall n 1 3 @ ~ #p 1 0 03457008 +great_horned_owl n 1 1 @ 1 0 01622483 +great_hundred n 1 1 @ 1 0 13750574 +great_indian_desert n 1 2 @ #p 1 0 09173417 +great_knapweed n 1 1 @ 1 0 11948864 +great_lakes n 1 3 @ #p %p 1 0 09292751 +great_lakes_state n 1 3 @ #p %p 1 0 09099526 +great_lobelia n 1 1 @ 1 0 12169320 +great_maple n 1 1 @ 1 0 12754981 +great_mendenhall_glacier n 1 2 @ #p 1 0 09350922 +great_millet n 1 1 @ 1 0 12137337 +great_mother n 1 1 @ 1 0 09594093 +great_mullein n 1 1 @ 1 0 12889713 +great_plains n 1 3 @ #p %p 1 0 09293011 +great_plains_of_north_america n 1 3 @ #p %p 1 0 09293011 +great_plains_paintbrush n 1 1 @ 1 0 12880638 +great_power n 1 2 @ ~ 1 1 08177592 +great_proletarian_cultural_revolution n 1 2 @ ; 1 0 07424436 +great_pyramid n 1 2 @ #m 1 0 04029125 +great_pyrenees n 1 1 @ 1 0 02111500 +great_ragweed n 1 1 @ 1 0 11919975 +great_revolt n 1 2 @ ; 1 0 00964105 +great_rift_valley n 1 3 @ #p ; 1 0 09293340 +great_russian n 1 1 @ 1 0 09728850 +great_salt_desert n 1 2 @ #p 1 0 09169038 +great_salt_lake n 1 2 @ #p 1 0 09293613 +great_sandy_desert n 2 2 @ #p 2 0 09172111 09169930 +great_saphenous_vein n 1 1 @ 1 0 05379944 +great_schism n 1 2 @ ; 1 0 15298283 +great_seal n 1 2 @ ~ 1 0 03457184 +great_seal_of_the_united_states n 1 1 @ 1 0 03457332 +great_skua n 1 1 @ 1 0 02044908 +great_slave_lake n 1 2 @ #p 1 0 09293744 +great_smoky_mountains n 1 2 @ #p 1 0 09293917 +great_smoky_mountains_national_park n 1 2 @ #p 1 0 08605261 +great_snipe n 1 2 @ #m 1 0 02032480 +great_solomon's-seal n 1 1 @ 1 0 12474418 +great_st_john's_wort n 1 1 @ 1 0 12368257 +great_toe n 1 2 @ #p 1 0 05577741 +great_victoria_desert n 1 2 @ #p 1 0 09170109 +great_wall n 1 2 @ #p 1 0 03018971 +great_wall_of_china n 1 2 @ #p 1 0 03018971 +great_war n 1 2 @ %p 1 0 01311520 +great_white_heron n 3 2 @ #m 3 0 02009912 02009750 02008643 +great_white_hope n 1 1 @ 1 0 10778999 +great_white_shark n 1 2 @ #m 1 0 01484850 +great_white_way n 1 2 @ #p 1 0 09122086 +great_year n 1 1 @ 1 0 15233614 +great_yellow_gentian n 1 2 @ #m 1 0 12294871 +great_yellowcress n 1 2 @ #m 1 0 11895714 +greatcoat n 1 2 @ ~ 1 1 03456665 +greater_antilles n 1 3 @ #p %p 1 0 08748076 +greater_burdock n 1 1 @ 1 0 11924849 +greater_butterfly_orchid n 1 2 @ #m 1 0 12078172 +greater_celandine n 1 2 @ #m 1 0 11903671 +greater_knapweed n 1 1 @ 1 0 11948864 +greater_kudu n 1 1 @ 1 0 02424486 +greater_london n 1 4 @ #p %m %p 1 0 08873622 +greater_masterwort n 1 1 @ 1 0 12934174 +greater_new_orleans_bridge n 1 2 @ #p 1 0 03456854 +greater_new_york n 1 3 @ #p %p 1 0 09119277 +greater_omentum n 1 1 @ 1 0 05429658 +greater_pectoral_muscle n 1 1 @ 1 0 05551939 +greater_peritoneal_sac n 1 2 @ %p 1 0 05427946 +greater_pichiciego n 1 2 @ #m 1 0 02456645 +greater_prairie_chicken n 1 1 @ 1 0 01798706 +greater_rhomboid_muscle n 1 1 @ 1 0 05575185 +greater_scaup n 1 1 @ 1 0 01851573 +greater_spearwort n 1 2 @ #m 1 0 11722036 +greater_stitchwort n 1 1 @ 1 0 11818271 +greater_sunda_islands n 1 2 @ #p 1 0 08842427 +greater_swiss_mountain_dog n 1 1 @ 1 0 02107574 +greater_water_parsnip n 1 2 @ #m 1 0 12945366 +greater_whitethroat n 1 1 @ 1 0 01564914 +greater_yellowlegs n 1 1 @ 1 0 02028342 +greatest_common_divisor n 1 1 @ 1 0 13735163 +greatest_common_factor n 1 1 @ 1 0 13735163 +greatness n 2 3 @ ~ + 2 1 05169601 05104548 +greave n 1 2 @ #p 1 0 03457451 +greaves n 1 1 @ 1 0 14677485 +grebe n 1 3 @ ~ #m 1 0 02050004 +grecian n 1 2 @ #m 1 0 10146313 +greco n 1 1 @ 1 0 10956377 +greco-roman_architecture n 1 3 @ ~ - 1 0 05841985 +greco-roman_deity n 1 2 @ ~ 1 0 09547903 +greco-roman_wrestling n 1 1 @ 1 0 00447957 +greece n 2 6 @ #m #p %m %p - 2 1 08780881 08782319 +greed n 2 3 @ ~ + 2 1 04945530 00758525 +greediness n 2 2 @ + 2 0 04886235 04834817 +greegree n 1 1 @ 1 0 03459498 +greek n 2 5 @ ~ #m + ; 2 2 06976392 09710164 +greek_alphabet n 1 2 @ %m 1 0 06499244 +greek_architecture n 1 1 @ 1 0 05842191 +greek_capital n 1 4 @ #p %m %p 1 0 08785343 +greek_catholic n 1 2 @ #m 1 0 09680387 +greek_chorus n 1 2 @ ; 1 1 08187988 +greek_church n 1 2 @ %m 1 0 08086646 +greek_clover n 1 3 @ #m %p 1 0 12574470 +greek_cross n 1 1 @ 1 0 03457578 +greek_deity n 1 3 @ ~ ; 1 0 09551356 +greek_drachma n 1 2 @ %p 1 0 13675218 +greek_fire n 1 1 @ 1 0 14891255 +greek_fret n 1 1 @ 1 0 03396311 +greek_key n 1 1 @ 1 0 03396311 +greek_mode n 1 1 @ 1 0 06860699 +greek_monetary_unit n 1 2 @ ~ 1 0 13675093 +greek_mythology n 1 2 @ - 1 0 07979425 +greek_orthodox_church n 1 2 @ %m 1 0 08086646 +greek_partridge n 1 2 @ #m 1 0 01808291 +greek_valerian n 2 1 @ 2 0 12809868 12809626 +greeley n 1 1 @ 1 0 11013191 +green n 8 5 @ ~ #m #p + 8 2 04967191 08615374 11013324 10060904 09294066 08579780 07709333 03606572 +green-blindness n 1 2 @ + 1 0 14154168 +green-eyed_monster n 1 1 @ 1 0 07550079 +green-tailed_towhee n 1 2 @ #m 1 0 01542433 +green-winged_teal n 1 1 @ 1 0 01848323 +green_adder's_mouth n 1 2 @ #m 1 0 12072210 +green_alder n 2 2 @ #m 2 0 12286197 12286068 +green_algae n 1 3 @ ~ #m 1 1 01407798 +green_apple_aphid n 1 2 @ #m 1 0 02252799 +green_arrow_arum n 1 1 @ 1 0 11790936 +green_ash n 1 1 @ 1 0 12305654 +green_bay n 1 2 @ #p 1 0 09157766 +green_bean n 2 3 @ ~ #m 2 1 07727868 12557280 +green_beret n 1 2 @ #m 1 0 10146416 +green_bristlegrass n 1 1 @ 1 0 12135049 +green_broom n 1 2 @ #m 1 0 12521394 +green_card n 1 1 @ 1 0 06887055 +green_corn n 2 2 @ #p 2 0 12144742 07732168 +green_dinosaur n 1 2 @ #m 1 0 12214245 +green_douglas_fir n 1 1 @ 1 0 11628793 +green_dragon n 2 2 @ #m 2 0 11788382 11784825 +green_fingers n 1 1 @ 1 0 05159495 +green_foxtail n 1 1 @ 1 0 12135049 +green_fringed_orchis n 1 1 @ 1 0 12067193 +green_frog n 1 2 @ #m 1 0 01641739 +green_gentian n 1 2 @ #m 1 0 12293180 +green_gland n 1 2 @ #p 1 0 01975117 +green_goddess n 1 1 @ 1 0 03990834 +green_gold n 1 1 @ 1 0 14891425 +green_goods n 1 2 @ ~ 1 0 07705711 +green_gram n 1 2 @ #m 1 0 12578255 +green_groceries n 1 2 @ ~ 1 0 07705711 +green_hellebore n 1 1 @ 1 0 11734698 +green_june_beetle n 1 1 @ 1 0 02173113 +green_lacewing n 1 3 @ ~ #m 1 0 02264885 +green_lead_ore n 1 1 @ 1 0 14693124 +green_light n 2 1 @ 2 0 06874391 06689948 +green_line n 1 1 @ 1 0 08514975 +green_lizard n 1 2 @ #m 1 0 01693334 +green_mamba n 1 1 @ 1 0 01749939 +green_manure n 1 1 @ 1 0 14863970 +green_market n 1 1 @ 1 0 03322704 +green_mayonnaise n 1 1 @ 1 0 07834618 +green_monkey n 1 1 @ 1 0 02485688 +green_monkey_disease n 1 1 @ 1 0 14265722 +green_mountain_state n 1 3 @ #p %p 1 0 09147964 +green_mountains n 1 2 @ #p 1 0 09294413 +green_mushroom_pimple n 1 1 @ 1 0 12966290 +green_olive n 1 1 @ 1 0 07767709 +green_onion n 1 1 @ 1 0 07722485 +green_paper n 1 2 @ ; 1 0 07219751 +green_party n 1 2 @ %m 1 0 08260386 +green_pea n 1 2 @ ~ 1 0 07725531 +green_pea_soup n 1 1 @ 1 0 07588419 +green_peach_aphid n 1 1 @ 1 0 02253264 +green_peafowl n 1 1 @ 1 0 01806467 +green_pepper n 1 1 @ 1 0 07721018 +green_plover n 1 2 @ #m 1 0 02024763 +green_revolution n 1 1 @ 1 0 07424797 +green_river n 1 2 @ #p 1 0 09294066 +green_salad n 1 1 @ 1 0 07806774 +green_smut n 1 1 @ 1 0 14284309 +green_smut_fungus n 1 2 @ #m 1 0 13081229 +green_snake n 2 3 @ ~ #m 2 0 01730563 01729977 +green_soap n 1 1 @ 1 0 04257385 +green_soybean n 1 1 @ 1 0 07729828 +green_spleenwort n 1 1 @ 1 0 13182164 +green_tea n 1 2 @ ~ 1 0 07935152 +green_thumb n 1 1 @ 1 0 05159495 +green_turtle n 1 2 @ #m 1 0 01663782 +green_turtle_soup n 1 1 @ 1 0 07587206 +green_woodpecker n 1 2 @ #m 1 0 01839086 +greenback n 1 2 @ ~ 1 0 13393762 +greenback_party n 1 1 @ 1 0 08260498 +greenbelt n 1 1 @ 1 0 08580011 +greenberg n 1 1 @ 1 0 11013574 +greenbottle n 1 2 @ #m 1 0 02192252 +greenbottle_fly n 1 2 @ #m 1 0 02192252 +greenbrier n 1 2 @ #m 1 0 12470512 +greene n 1 1 @ 1 0 11013743 +greenery n 1 2 @ + 1 0 13153633 +greeneye n 1 2 @ #m 1 0 02543952 +greenfly n 1 2 @ ~ 1 0 02253127 +greengage n 1 1 @ 1 0 07751858 +greengage_plum n 1 1 @ 1 0 07751858 +greengrocer n 1 2 @ ; 1 0 10146559 +greengrocery n 2 2 @ ; 2 0 03457793 03457686 +greenhood n 1 2 @ #m 1 0 12081215 +greenhorn n 1 1 @ 1 0 09981834 +greenhouse n 1 2 @ ~ 1 1 03457902 +greenhouse_effect n 1 1 @ 1 0 11461268 +greenhouse_emission n 1 2 @ ~ 1 0 14877234 +greenhouse_gas n 1 2 @ ~ 1 0 14877234 +greenhouse_warming n 1 1 @ 1 0 11461268 +greenhouse_whitefly n 1 2 @ #m 1 0 02247216 +greening n 1 2 @ + 1 0 11505546 +greenish_blue n 1 1 @ 1 0 04969798 +greenish_yellow n 1 1 @ 1 0 04967094 +greenishness n 1 2 @ + 1 0 04967561 +greenland n 1 4 @ #p %p - 1 1 08819397 +greenland_caribou n 1 3 @ ~ #m 1 0 02433925 +greenland_sea n 1 2 @ #p 1 0 09294285 +greenland_spar n 1 2 @ %s 1 0 14673150 +greenland_whale n 1 2 @ #m 1 0 02064000 +greenling n 1 3 @ ~ #m 1 0 02648625 +greenmail n 1 2 @ ; 1 0 00176052 +greenmarket n 1 1 @ 1 0 03322704 +greenness n 3 4 ! @ ~ + 3 1 05116590 14426449 04967191 +greenockite n 1 1 @ 1 0 14677610 +greenpeace n 1 1 @ 1 0 08022087 +greenroom n 1 2 @ #p 1 1 03458128 +greens n 1 2 @ ~ 1 1 07709333 +greensand n 1 1 @ 1 0 14995918 +greensboro n 1 2 @ #p 1 0 09128947 +greenshank n 1 2 @ #m 1 0 02027897 +greensickness n 1 1 @ 1 0 14166775 +greenskeeper n 1 2 @ ; 1 0 10146682 +greenstick_fracture n 1 1 @ 1 0 14293678 +greensward n 1 2 @ ~ 1 0 09463919 +greenville n 3 2 @ #p 3 0 09138808 09129062 09104737 +greenway n 1 1 @ 1 0 08580011 +greenweed n 1 2 @ #m 1 0 12530818 +greenwich n 1 2 @ #p 1 0 08874703 +greenwich_mean_time n 1 2 @ ~ 1 0 15130205 +greenwich_meridian n 1 1 @ 1 0 08599488 +greenwich_time n 1 2 @ ~ 1 1 15130205 +greenwich_village n 1 2 @ #p 1 1 09122968 +greenwing n 1 1 @ 1 0 01848323 +greenwood n 1 1 @ 1 0 09294599 +greeter n 1 2 @ + 1 0 10146927 +greeting n 1 4 @ ~ + ; 1 1 06630017 +greeting_card n 1 2 @ ~ 1 0 06627450 +greg_norman n 1 1 @ 1 0 11209306 +gregarine n 1 2 @ #m 1 0 01423617 +gregarinida n 1 3 @ #m %m 1 0 01423464 +gregariousness n 1 3 @ = + 1 0 04653869 +gregor_mendel n 1 1 @ 1 0 11173199 +gregorian_calendar n 1 3 @ ~ %p 1 0 15174218 +gregorian_calendar_month n 1 3 @ ~ #p 1 0 15209706 +gregorian_chant n 1 2 @ ~ 1 0 07035153 +gregorian_mode n 1 1 @ 1 0 06860481 +gregorian_telescope n 1 1 @ 1 0 02978478 +gregory n 6 3 @ + ; 6 0 11015080 11014833 11014652 11014450 11014212 11013876 +gregory_goodwin_pincus n 1 1 @ 1 0 11235263 +gregory_i n 1 2 @ ; 1 0 11013876 +gregory_john_norman n 1 1 @ 1 0 11209306 +gregory_nazianzen n 1 2 @ ; 1 0 11015080 +gregory_of_nazianzen n 1 2 @ ; 1 0 11015080 +gregory_pincus n 1 1 @ 1 0 11235263 +gregory_the_great n 1 2 @ ; 1 0 11013876 +gregory_vii n 1 1 @ 1 0 11014212 +gregory_xii n 1 1 @ 1 0 11014450 +gregory_xiii n 1 1 @ 1 0 11014652 +gregory_xvi n 1 1 @ 1 0 11014833 +greisen n 1 1 @ 1 0 14891581 +gremlin n 1 3 @ ~ ; 1 0 09540739 +grenada n 1 6 @ #m #p %m %p + 1 0 08946909 +grenada_dollar n 1 1 @ 1 0 13673267 +grenade n 1 2 @ ~ 1 1 03458271 +grenade_thrower n 1 1 @ 1 0 10146816 +grenadian n 1 3 @ #m + 1 0 09749260 +grenadier n 2 2 @ #m 2 0 10146816 02525703 +grenadine n 1 1 @ 1 0 07860331 +grenoble n 1 2 @ #p 1 0 08936180 +gres-gris n 1 1 @ 1 0 03459498 +gresham n 1 1 @ 1 0 11015420 +gresham's_law n 1 2 @ ; 1 0 05883992 +greta_garbo n 1 1 @ 1 0 10989801 +greta_louisa_gustafsson n 1 1 @ 1 0 10989801 +gretzky n 1 1 @ 1 0 11015525 +grevillea n 1 3 @ ~ #m 1 0 12217453 +grevillea_banksii n 1 1 @ 1 0 12217851 +grevillea_robusta n 1 2 @ #m 1 0 12218274 +grevillea_striata n 1 2 @ %s 1 0 12218490 +grevillela_parallela n 1 2 @ #m 1 0 12218054 +grevy's_zebra n 1 1 @ 1 0 02391508 +grewia n 1 3 @ #m %m 1 0 12204925 +grewia_asiatica n 1 2 @ #m 1 0 12205104 +grey n 7 4 @ ~ #m + 7 0 11016075 11015872 11015650 08481009 04961691 03456186 02381364 +grey-leaf_pine n 1 1 @ 1 0 11618525 +grey_alder n 1 2 @ #m 1 0 12285049 +grey_area n 1 1 @ 1 0 05998994 +grey_birch n 1 2 @ #m 1 0 12282235 +grey_catbird n 1 2 @ #m 1 0 01587526 +grey_flounder n 1 2 @ #m 1 0 02661892 +grey_fox n 1 2 @ #m 1 0 02120505 +grey_friar n 1 2 @ #m 1 0 10778553 +grey_goldenrod n 1 1 @ 1 0 12017127 +grey_hen n 1 1 @ 1 0 01796105 +grey_jay n 1 3 @ ~ #m 1 0 01581166 +grey_kingbird n 1 1 @ 1 0 01549053 +grey_lemming n 1 2 @ #m 1 0 02345340 +grey_market n 1 1 @ 1 0 01098071 +grey_matter n 1 3 @ #s %s 1 0 05483388 +grey_mullet n 2 5 @ ~ #m #p %p 2 0 07784367 02601344 +grey_partridge n 1 2 @ #m 1 0 01807828 +grey_polypody n 1 1 @ 1 0 13173259 +grey_poplar n 1 1 @ 1 0 12732252 +grey_sage n 1 2 @ #m 1 0 12014085 +grey_sea_eagle n 1 1 @ 1 0 01615458 +grey_skate n 1 2 @ #m 1 0 01501641 +grey_snapper n 1 2 @ #m 1 0 02587300 +grey_sole n 1 1 @ 1 0 07791434 +grey_substance n 1 3 @ #s %s 1 0 05483388 +grey_whale n 1 2 @ #m 1 0 02066245 +grey_willow n 1 2 @ #m 1 0 12728864 +grey_wolf n 1 1 @ 1 0 02114367 +greyback n 3 3 @ #m ; 3 0 10628368 02033208 02028900 +greybeard n 2 2 @ ~ 2 0 10375506 02825240 +greyhen n 1 1 @ 1 0 01796105 +greyhound n 1 2 @ ~ 1 0 02090827 +greyhound_racing n 1 1 @ 1 0 00449977 +greyish_brown n 1 1 @ 1 0 04973110 +greylag n 1 2 @ #m 1 0 01856553 +greylag_goose n 1 2 @ #m 1 0 01856553 +greyness n 1 3 @ ~ + 1 0 04961691 +gri-gri n 1 2 @ %p 1 0 12583855 +grias n 1 3 @ #m %m 1 0 12327407 +grias_cauliflora n 1 3 @ #m %p 1 0 12327528 +grid n 5 4 @ ~ #p %p 5 0 05931512 03997027 03458753 03458552 03458422 +grid_metal n 1 1 @ 1 0 14891868 +griddle n 1 2 @ + 1 0 03459328 +griddlecake n 2 2 @ ~ 2 0 07691091 07640203 +gridiron n 2 2 @ #p 2 0 03458422 03378915 +gridiron-tailed_lizard n 1 2 @ #m 1 0 01678657 +gridlock n 1 1 @ 1 0 08183698 +grief n 2 2 @ ~ 2 1 07535010 05833683 +grieg n 1 1 @ 1 0 11016199 +grievance n 3 1 @ 3 3 07549536 07236466 07210801 +griever n 1 3 @ ~ + 1 0 10335246 +grievous_bodily_harm n 1 1 @ 1 0 04253751 +griffin n 1 1 @ 1 0 09495962 +griffith n 1 1 @ 1 0 11016374 +griffon n 4 3 @ ~ #m 4 0 09495962 02112497 02103181 01617095 +griffon_vulture n 1 2 @ #m 1 0 01617095 +grifola_frondosa n 1 2 @ #m 1 0 13052670 +grifter n 1 2 @ ~ 1 0 09955015 +grigori_aleksandrovich_potemkin n 1 1 @ 1 0 11244061 +grigori_efimovich_rasputin n 1 1 @ 1 0 11254683 +grigori_potemkin n 1 1 @ 1 0 11244061 +grigori_potyokin n 1 1 @ 1 0 11244061 +grigri n 1 1 @ 1 0 03459498 +grill n 2 2 @ + 2 1 03459914 03459591 +grille n 3 3 @ #p %p 3 1 04582454 03459775 03459591 +grilling n 1 2 @ + 1 0 00246754 +grillroom n 1 1 @ 1 0 03459914 +grillwork n 2 1 @ 2 0 04595762 03459591 +grim_reaper n 1 1 @ 1 0 09488584 +grimace n 1 3 @ ~ + 1 0 06877578 +grime n 1 2 @ + 1 0 14498096 +grimes'_golden n 1 1 @ 1 0 07740744 +griminess n 1 2 @ + 1 0 14498843 +grimm n 2 1 @ 2 0 11016841 11016563 +grimm's_law n 1 1 @ 1 0 06180890 +grimness n 2 3 @ ~ + 2 0 04782610 04710127 +grimoire n 1 1 @ 1 0 06422032 +grin n 1 3 @ ~ + 1 1 06878071 +grind n 4 2 @ + 4 0 10684630 05094424 00621476 00358290 +grind_organ n 1 2 @ ; 1 0 02795978 +grindelia n 1 3 @ #m %m 1 0 11973159 +grindelia_robusta n 1 1 @ 1 0 11973634 +grindelia_squarrosa n 1 1 @ 1 0 11973749 +grinder n 4 4 @ ~ %p + 4 0 07697825 05307773 03765561 03460040 +grinding n 3 2 @ + 3 2 09294716 07384344 11460063 +grinding_wheel n 1 2 @ #p 1 0 03460147 +grindle n 1 2 @ #m 1 0 02639087 +grindstone n 1 1 @ 1 0 03460297 +gringo n 1 1 @ 1 0 10147121 +grinner n 1 2 @ + 1 0 10147262 +grinning n 1 3 @ ~ + 1 1 06878071 +griot n 1 1 @ 1 0 10147352 +grip n 7 6 @ ~ #p %p + ; 7 3 00812526 03485997 02773838 11460281 10147488 05194874 02860640 +gripe n 1 2 @ + 1 1 07209965 +gripes n 1 2 @ ~ 1 0 14325732 +griping n 1 2 @ ~ 1 0 14325732 +grippe n 1 2 @ ~ 1 0 14122497 +gripsack n 1 1 @ 1 0 03460455 +gris n 1 1 @ 1 0 11017020 +grisaille n 1 1 @ 1 0 03460526 +griselinia n 1 3 @ #m %m 1 0 12948978 +griselinia_littoralis n 1 2 @ #m 1 0 12949361 +griselinia_lucida n 1 2 @ #m 1 0 12949160 +griseofulvin n 1 1 @ 1 0 03460674 +grison n 1 2 @ #m 1 0 02449699 +grison_vittatus n 1 2 @ #m 1 0 02449699 +grissino n 1 2 @ ; 1 0 07680655 +grist n 1 1 @ 1 0 07802767 +gristle n 1 6 @ ~ #s %s %p + 1 0 05288091 +gristmill n 1 2 @ %p 1 1 03460899 +grit n 2 3 @ + ; 2 0 14700594 05032351 +gritrock n 1 1 @ 1 0 14700594 +grits n 1 1 @ 1 0 07704428 +gritstone n 1 1 @ 1 0 14700594 +grivet n 1 1 @ 1 0 02485371 +grizzle n 1 2 @ + 1 0 03461037 +grizzly n 1 1 @ 1 0 02132580 +grizzly_bear n 1 1 @ 1 0 02132580 +groan n 1 2 @ + 1 1 07126383 +groaner n 1 2 @ + 1 0 10147619 +groat n 1 1 @ 1 0 13391262 +groats n 1 1 @ 1 0 07802863 +grocer n 1 2 @ ~ 1 1 10147710 +grocery n 2 4 @ ~ %p ; 2 1 03461385 03461119 +grocery_bag n 1 1 @ 1 0 03461288 +grocery_boy n 1 1 @ 1 0 10147849 +grocery_list n 2 1 @ 2 0 06491371 06491277 +grocery_store n 1 3 @ ~ %p 1 1 03461385 +groenendael n 1 1 @ 1 0 02105056 +groenlandia n 1 3 @ #m %m 1 0 12616825 +grog n 1 1 @ 1 0 07904865 +grogginess n 3 2 @ + 3 0 14018918 14018318 05679906 +grogram n 1 1 @ 1 0 03461651 +groin n 3 2 @ #p 3 1 05597734 03461783 02894605 +groined_vault n 1 1 @ 1 0 03461882 +grommet n 1 1 @ 1 0 03132438 +gromwell n 1 2 @ #m 1 0 12820669 +gromyko n 1 1 @ 1 0 11017118 +gronland n 1 4 @ #p %p - 1 0 08819397 +groom n 3 3 @ #m + 3 1 10148035 10644301 10147935 +groom-to-be n 1 1 @ 1 0 10085869 +grooming n 2 3 @ ~ + 2 0 00893955 00828237 +groomsman n 1 3 @ ~ #m 1 0 10148165 +groove n 3 4 @ ~ + ; 3 2 13893786 01026744 05222591 +groover n 1 2 @ + 1 0 03461988 +grooving n 1 2 @ + 1 0 00926026 +grope n 1 2 @ + 1 0 00141027 +gropius n 1 1 @ 1 0 11017295 +gros_point n 2 1 @ 2 0 03462315 03462211 +gros_ventre n 2 1 @ 2 0 09656205 06909932 +grosbeak n 1 2 @ ~ 1 0 01540233 +groschen n 1 2 @ #p 1 0 13706068 +grosgrain n 1 1 @ 1 0 03462110 +gross n 2 3 @ ~ + 2 0 13750504 13256691 +gross_anatomy n 1 2 @ ~ 1 0 06059865 +gross_domestic_product n 1 1 @ 1 0 13257511 +gross_estate n 1 1 @ 1 0 13251289 +gross_margin n 1 1 @ 1 0 13261242 +gross_national_product n 1 2 @ ~ 1 1 13257098 +gross_profit n 1 2 @ ; 1 0 13260762 +gross_profit_margin n 1 2 @ ; 1 0 13260762 +gross_revenue n 1 1 @ 1 0 13260936 +gross_sales n 1 1 @ 1 0 13260936 +gross_ton n 1 2 @ %p 1 0 13721387 +grossbeak n 1 2 @ ~ 1 0 01540233 +grossness n 1 2 @ + 1 0 04817280 +grossulariaceae n 1 3 @ #m %m 1 0 12804621 +grosz n 1 2 @ #p 1 0 13710881 +grot n 1 1 @ 1 0 09294877 +grotesque n 1 1 @ 1 1 03462441 +grotesqueness n 1 2 @ + 1 0 04690592 +grotesquerie n 1 1 @ 1 0 04690592 +grotesquery n 1 1 @ 1 0 04690592 +grotius n 1 1 @ 1 0 11017454 +grotto n 1 1 @ 1 0 09294877 +grouch n 1 3 @ ~ + 1 0 10148305 +groucho n 1 2 @ #m 1 0 11160676 +ground n 11 6 ! @ ~ #p + ; 11 6 09334396 09178999 14842992 13790912 08580134 05933834 09335240 05930574 03462747 03462594 03360845 +ground-berry n 2 4 @ #m %s %p 2 0 12254168 12235765 +ground-controlled_approach n 1 1 @ 1 0 00305326 +ground-effect_machine n 1 1 @ 1 0 03547229 +ground-emplaced_mine n 1 2 @ ~ 1 0 03639675 +ground-service_crew n 1 1 @ 1 0 08243340 +ground-shaker n 1 2 @ #m 1 0 01711496 +ground_almond n 1 2 @ #m 1 0 12150969 +ground_attack n 1 1 @ 1 0 00974358 +ground_bait n 1 1 @ 1 0 03462972 +ground_ball n 1 3 @ ~ ; 1 0 00129089 +ground_bass n 1 1 @ 1 0 07032426 +ground_beef n 1 2 @ #p 1 0 07664007 +ground_beetle n 1 3 @ ~ #m 1 0 02167151 +ground_cable n 1 1 @ 1 0 03463073 +ground_cedar n 2 1 @ 2 0 13223588 11638378 +ground_cherry n 1 3 @ ~ #m 1 0 12910285 +ground_cloth n 1 1 @ 1 0 03463666 +ground_control n 1 1 @ 1 0 03463185 +ground_cover n 2 2 @ ~ 2 0 13112427 13112296 +ground_crew n 1 1 @ 1 0 08243340 +ground_effect n 1 1 @ 1 0 11422446 +ground_fir n 1 1 @ 1 0 13223710 +ground_fire n 1 1 @ 1 0 07304507 +ground_floor n 2 1 @ 2 1 03463381 07324502 +ground_forces n 1 4 @ ~ %m ; 1 0 08191230 +ground_glass n 2 1 @ 2 1 14881861 14882000 +ground_ivy n 1 2 @ #m 1 0 12847374 +ground_level n 2 1 @ 2 1 05132045 03463381 +ground_loop n 1 1 @ 1 0 07302407 +ground_noise n 1 2 @ ~ 1 0 07430770 +ground_pine n 2 2 @ ~ 2 0 13223265 12841472 +ground_pink n 1 2 @ #m 1 0 12811501 +ground_plan n 1 1 @ 1 0 03463561 +ground_rattler n 1 1 @ 1 0 01757901 +ground_rent n 1 1 @ 1 0 13295972 +ground_roller n 1 1 @ 1 0 01826844 +ground_rose n 1 1 @ 1 0 12620779 +ground_rule n 1 2 @ ; 1 0 07275823 +ground_sloth n 1 2 @ #m 1 0 02458822 +ground_snake n 1 2 @ #m 1 0 01736375 +ground_squirrel n 2 3 @ ~ #m 2 0 02359915 02358091 +ground_state n 1 2 @ ; 1 0 13924196 +ground_stroke n 1 2 ! @ 1 0 00568286 +ground_substance n 2 2 @ #p 2 0 05582305 05434053 +ground_swell n 2 1 @ 2 0 07358768 07344120 +ground_tackle n 1 4 @ ~ #p %p 1 0 02709367 +ground_water n 1 1 @ 1 1 14847503 +ground_wave n 1 1 @ 1 0 11500458 +ground_zero n 3 2 @ #p 3 0 08661063 08580447 08580326 +groundball n 1 3 @ ~ ; 1 0 00129089 +groundberry n 2 4 @ #m %s %p 2 0 12254168 12235765 +groundbreaker n 1 1 @ 1 0 10434725 +groundbreaking n 1 1 @ 1 0 00239483 +groundbreaking_ceremony n 1 1 @ 1 0 00239483 +groundcover n 2 2 @ ~ 2 0 13112427 13112296 +grounder n 1 4 @ ~ + ; 1 1 00129089 +groundfish n 1 1 @ 1 0 02513355 +groundhog n 1 1 @ 1 0 02361587 +groundhog_day n 1 3 @ #p ; 1 0 15186871 +grounding n 2 2 @ + 2 0 05986594 00148836 +groundkeeper n 1 1 @ 1 0 10148663 +groundlessness n 1 1 @ 1 0 05140086 +groundling n 1 1 @ 1 0 10148542 +groundmass n 1 3 @ #s ; 1 0 14891678 +groundnut n 3 4 @ #m #p %p 3 0 12507379 07774032 07737745 +groundnut_oil n 1 3 @ #s ; 1 0 07674749 +groundnut_vine n 1 3 @ #m %p 1 0 12507379 +grounds n 5 2 @ ~ 5 4 05823932 04610879 08570402 06740402 09294984 +groundsel n 1 2 @ #m 1 0 12012755 +groundsel_bush n 1 2 @ #m 1 0 11938261 +groundsel_tree n 1 2 @ #m 1 0 11938261 +groundsheet n 1 1 @ 1 0 03463666 +groundskeeper n 1 1 @ 1 0 10148663 +groundsman n 1 1 @ 1 0 10148663 +groundspeed n 1 1 @ 1 0 15283675 +groundwater_level n 1 1 @ 1 0 09476123 +groundwork n 3 3 @ ~ #p 3 1 05793554 03387016 01143580 +group n 3 5 @ ~ #p + ; 3 2 00031264 14621446 06016853 +group_a n 1 1 @ 1 0 05400860 +group_ab n 1 1 @ 1 0 05401096 +group_action n 1 2 @ ~ 1 1 01080366 +group_amentiferae n 1 2 @ #m 1 0 12313574 +group_b n 1 1 @ 1 0 05400978 +group_captain n 1 1 @ 1 0 10148825 +group_centrospermae n 1 1 @ 1 0 11804433 +group_discussion n 1 2 @ ~ 1 0 07142566 +group_dynamics n 1 1 @ 1 0 06141962 +group_insurance n 1 1 @ 1 0 13346432 +group_meeting n 1 2 @ ~ 1 0 08307589 +group_o n 1 1 @ 1 0 05401229 +group_participation n 1 1 @ 1 1 01240745 +group_practice n 1 2 @ ; 1 0 00632531 +group_psychotherapy n 1 2 @ ~ 1 0 00703688 +group_pteridospermae n 1 1 @ 1 0 11605147 +group_pteridospermaphyta n 1 1 @ 1 0 11605147 +group_theory n 1 3 @ ~ ; 1 0 06017193 +group_therapy n 1 2 @ ~ 1 0 00703688 +grouper n 2 4 @ ~ #p %p 2 0 07778224 02568959 +groupie n 1 1 @ 1 0 10148991 +grouping n 3 3 @ ~ + 3 2 00031264 01012360 05733090 +groupthink n 1 1 @ 1 0 05788924 +groupware n 1 1 @ 1 0 06567960 +grouse n 2 7 @ ~ #m #p %p + ; 2 0 07647115 01795088 +grouse-berry n 1 1 @ 1 0 12249122 +grouse_whortleberry n 1 1 @ 1 0 12249122 +grouseberry n 1 1 @ 1 0 12249122 +grout n 1 2 @ + 1 0 14891988 +grove n 2 2 @ ~ 2 2 08438928 03463832 +groveler n 1 2 @ + 1 0 09800631 +groveller n 1 2 @ + 1 0 09800631 +grover_cleveland n 1 1 @ 1 0 10902051 +groves n 1 1 @ 1 0 11017661 +grower n 1 3 @ ~ + 1 1 09779790 +growing n 2 6 @ ~ %p + ; - 2 1 13489037 13488844 +growing_pains n 3 1 @ 3 0 14326969 07494682 05688030 +growing_season n 1 1 @ 1 1 15238169 +growl n 1 2 @ + 1 1 07384473 +growler n 2 2 @ + 2 0 10149128 09295210 +growling n 2 2 @ + 2 1 07210951 07384473 +grownup n 1 4 @ ~ %p + 1 1 09605289 +growth n 7 6 @ ~ %p + ; - 7 5 13489037 13490343 13497135 08438067 07324673 14234074 09295338 +growth-onset_diabetes n 1 2 @ %p 1 0 14118423 +growth_factor n 1 2 @ ~ 1 0 14734348 +growth_hormone n 1 2 @ ~ 1 0 05412649 +growth_hormone-releasing_factor n 1 1 @ 1 0 15023537 +growth_industry n 1 1 @ 1 0 08068691 +growth_rate n 1 2 @ ~ 1 1 15278825 +growth_regulator n 1 3 @ ~ ; 1 0 14744841 +growth_ring n 1 1 @ 1 0 11424816 +growth_stock n 1 1 @ 1 0 13336770 +groyne n 1 1 @ 1 0 02894605 +grozny n 1 2 @ #p 1 0 09004992 +groznyy n 1 2 @ #p 1 0 09004992 +grub n 2 3 @ ~ + 2 2 07565161 02312006 +grub_street n 1 2 @ %m 1 0 08275081 +grubbiness n 1 2 @ + 1 0 14498843 +grubby n 1 2 @ #m 1 0 02646241 +grubstake n 1 2 @ + 1 0 13287239 +grudge n 1 2 @ + 1 1 07549536 +gruel n 1 2 @ ~ 1 0 07704054 +gruesomeness n 1 2 @ + 1 0 04782610 +gruffness n 2 2 @ + 2 0 04988861 04915462 +grugru n 1 2 @ %p 1 0 12583855 +grugru_nut n 1 2 @ #p 1 0 07774182 +grugru_palm n 1 2 @ %p 1 0 12583855 +gruidae n 1 3 @ #m %m 1 0 02012715 +gruiformes n 1 3 @ #m %m 1 0 02012306 +grumble n 2 2 @ + 2 1 07392483 07211092 +grumbler n 1 3 @ ~ + 1 0 10776339 +grumbling n 2 2 @ + 2 2 07392483 07211092 +grume n 2 2 @ + 2 0 14939663 05402333 +grummet n 1 1 @ 1 0 03132438 +grump n 1 3 @ ~ + 1 0 10148305 +grumpiness n 1 2 @ + 1 0 04641869 +grundyism n 1 1 @ 1 0 04901152 +grunge n 1 2 @ + 1 0 14498096 +grunt n 3 4 @ ~ #m + 3 1 07384614 10149241 02588286 +grunter n 2 6 @ ~ #m %s %p + 2 0 10149436 02395406 +grus n 2 3 @ #m %m 2 0 09295455 02013034 +grus_americana n 1 2 @ #m 1 0 02013177 +gruyere n 1 1 @ 1 0 07855105 +gryllidae n 1 3 @ #m %m 1 0 02229385 +gryphon n 1 1 @ 1 0 09495962 +gsa n 1 2 @ %p 1 0 08351532 +gspc n 1 2 @ ; 1 0 08044265 +gsr n 1 2 @ #p 1 0 00860011 +gu n 1 2 @ #p 1 0 08838319 +guacamole n 1 1 @ 1 0 07583066 +guacharo n 1 2 @ #m 1 0 01837526 +guadalajara n 1 2 @ #p 1 0 08743370 +guadalcanal n 2 4 @ #p ; - 2 0 08843735 01280055 +guadalupe_cypress n 1 1 @ 1 0 11631985 +guadalupe_fur_seal n 1 1 @ 1 0 02077384 +guadalupe_island n 1 2 @ #p 1 0 08746797 +guadalupe_mountains n 1 2 @ #p 1 0 09295576 +guadalupe_mountains_national_park n 1 2 @ #p 1 0 08605493 +guadeloupe n 1 3 @ #m #p 1 0 08751126 +guaiac n 1 2 @ #s 1 0 12722382 +guaiac_wood n 1 2 @ #s 1 0 12721705 +guaiacum n 3 4 @ #m #s %m 3 0 12722768 12722382 12721864 +guaiacum_officinale n 1 3 @ #m %s 1 0 12722071 +guaiacum_sanctum n 1 2 @ #m 1 0 12722567 +guaiacum_wood n 1 2 @ #s 1 0 12721705 +guaira n 1 2 @ #p 1 0 09430416 +guaira_falls n 1 2 @ #p 1 0 09430416 +guallatiri n 1 2 @ #p 1 0 09175459 +guam n 1 2 @ #p 1 1 08838319 +guama n 1 2 @ #m 1 0 11762018 +guan n 1 3 @ ~ #m 1 0 01799302 +guanabana n 1 2 @ #p 1 0 07761309 +guanabenz n 1 1 @ 1 0 03464266 +guanaco n 1 2 @ #m 1 0 02438173 +guangdong n 1 1 @ 1 0 08725336 +guangdong_province n 1 1 @ 1 0 08725336 +guangzhou n 1 2 @ #p 1 0 08725454 +guanine n 1 2 @ #s 1 0 14892138 +guano n 1 1 @ 1 0 14892289 +guano_bat n 1 1 @ 1 0 02149653 +guanosine n 1 1 @ 1 0 15073285 +guantanamo n 1 2 @ #p 1 0 08750986 +guantanamo_bay n 1 1 @ 1 0 09295790 +guar n 1 2 @ #m 1 0 12520406 +guar_gum n 1 1 @ 1 0 14900817 +guarani n 3 2 @ %p 3 0 13679608 09695257 06917280 +guarantee n 3 3 @ ~ + 3 2 06685456 06686174 13353004 +guarantor n 1 2 @ + 1 0 10149527 +guaranty n 1 1 @ 1 0 13353004 +guard n 10 5 @ ~ #m %m + 10 4 10150071 10149720 03464467 05082222 10150281 08215603 00822970 00730538 00727743 00725673 +guard's_van n 1 1 @ 1 0 03465320 +guard_boat n 1 1 @ 1 0 03464628 +guard_dog n 1 2 @ ~ 1 0 02103841 +guard_duty n 1 1 @ 1 1 00730538 +guard_hair n 1 2 @ #p 1 0 01898906 +guard_of_honor n 1 1 @ 1 0 10183931 +guard_ship n 1 1 @ 1 0 03465151 +guardhouse n 1 2 @ ; 1 0 03464757 +guardian n 1 3 @ ~ + 1 1 09614684 +guardian_angel n 1 2 @ ~ 1 0 09540055 +guardian_spirit n 1 2 @ ~ 1 0 09540055 +guardianship n 2 3 @ ~ + 2 0 00829378 00818466 +guardrail n 1 1 @ 1 0 04127395 +guardroom n 2 1 @ 2 0 03465040 03464952 +guardsman n 1 2 @ #m 1 0 10150415 +guarneri n 2 1 @ 2 0 11017987 11017831 +guarnerius n 3 1 @ 3 0 11017987 11017831 03465500 +guarnieri n 2 1 @ 2 0 11017987 11017831 +guatemala n 1 6 @ #m #p %m %p + 1 1 08737041 +guatemala_city n 1 2 @ #p 1 0 08737376 +guatemalan n 1 3 @ #m + 1 0 09712195 +guatemalan_monetary_unit n 1 2 @ ~ 1 0 13696155 +guava n 3 4 @ #m #p %p 3 0 12333771 12333530 07765361 +guava_bush n 1 3 @ #m %p 1 0 12333530 +guayaquil n 1 2 @ #p 1 0 08777130 +guayule n 1 2 @ #m 1 0 12000851 +gubbins n 1 1 @ 1 0 03218545 +guck n 1 2 @ ~ 1 0 14956661 +gudgeon n 2 3 @ ~ #m 2 0 02619165 01443243 +gudgeon_pin n 1 1 @ 1 0 04607759 +guelder_rose n 1 2 @ #m 1 0 12680864 +guenevere n 1 2 @ ; 1 0 11018439 +guenon n 1 3 @ ~ #m 1 0 02484975 +guenon_monkey n 1 3 @ ~ #m 1 0 02484975 +guerdon n 1 1 @ 1 0 13284283 +guereza n 1 1 @ 1 0 02488894 +gueridon n 1 1 @ 1 0 03465426 +guerilla n 1 3 @ ~ #m 1 0 10150556 +guerilla_force n 1 3 @ ~ %m 1 0 08197895 +guernsey n 2 1 @ 2 0 08887344 02407521 +guernsey_elm n 1 2 @ #m 1 0 12408466 +guerrilla n 1 3 @ ~ #m 1 1 10150556 +guerrilla_force n 1 3 @ ~ %m 1 0 08197895 +guerrilla_theater n 1 1 @ 1 0 00899501 +guess n 2 3 @ ~ + 2 2 06782680 05803938 +guesser n 1 2 @ + 1 0 10150794 +guessing n 1 2 @ + 1 1 05803938 +guessing_game n 1 2 @ ~ 1 0 00459570 +guesstimate n 1 2 @ + 1 0 05804136 +guesswork n 1 1 @ 1 0 05803938 +guest n 4 4 @ ~ #p ; 4 1 10150940 11018683 10151133 03827107 +guest_night n 1 2 @ ; 1 0 15166742 +guest_of_honor n 1 1 @ 1 0 10151261 +guest_worker n 1 1 @ 1 0 10151367 +guesthouse n 1 1 @ 1 0 03465605 +guestimate n 1 1 @ 1 0 05804136 +guestroom n 1 1 @ 1 0 03465718 +guestworker n 1 1 @ 1 0 10151367 +guevara n 1 1 @ 1 0 11018153 +guevina n 1 3 @ #m %m 1 0 12216836 +guevina_avellana n 1 2 @ #m 1 0 12216968 +guevina_heterophylla n 1 2 @ #m 1 0 12216968 +guff n 1 2 @ ~ 1 0 06611681 +guffaw n 1 2 @ + 1 0 07127790 +guggenheim n 2 1 @ 2 0 11019073 11018862 +guglielmo_marconi n 1 1 @ 1 0 11156122 +gui n 1 2 @ %p 1 0 06575681 +guiana n 1 3 @ #p %p 1 0 08948155 +guiana_highlands n 1 2 @ #p 1 0 09161615 +guib n 1 2 @ #m 1 0 02425228 +guibert_of_ravenna n 1 1 @ 1 0 10900953 +guidance n 3 3 @ ~ + 3 3 06650701 01144876 00815320 +guidance_device n 1 3 @ ~ #p 1 0 03465818 +guidance_system n 1 3 @ ~ #p 1 0 03465818 +guide n 6 3 @ ~ + 6 4 10741821 10151570 06422740 05938976 10562749 03466027 +guide_dog n 1 2 @ ~ 1 0 02109150 +guide_fossil n 1 1 @ 1 0 09311067 +guide_rope n 1 1 @ 1 0 03466726 +guide_word n 1 1 @ 1 0 06291603 +guidebook n 1 2 @ ~ 1 0 06422740 +guided_bomb_unit-28 n 1 1 @ 1 0 02920785 +guided_missile n 1 3 @ ~ %p 1 1 03466162 +guided_missile_cruiser n 1 1 @ 1 0 03466493 +guided_missile_destroyer n 1 2 @ ~ 1 0 03180504 +guided_missile_frigate n 1 2 @ #m 1 0 03466600 +guideline n 3 1 @ 3 0 06802138 05912552 05848541 +guidepost n 2 2 @ ~ 2 1 05848541 06794374 +guideword n 1 1 @ 1 0 06291603 +guiding_light n 1 1 @ 1 1 10276238 +guild n 1 3 @ ~ %m 1 0 08227214 +guild_socialism n 1 1 @ 1 0 06220955 +guilder n 2 2 @ %p 2 0 13680146 13679855 +guildhall n 1 2 @ ~ 1 0 03466839 +guile n 3 2 @ ~ 3 0 05621178 04876561 00752954 +guillain-barre_syndrome n 1 1 @ 1 0 14353622 +guillaume_apollinaire n 1 1 @ 1 0 10820444 +guillaume_de_grimoard n 1 1 @ 1 0 11356822 +guillemot n 1 3 @ ~ #m 1 0 02046759 +guilloche n 1 1 @ 1 0 03466947 +guillotine n 2 2 @ + 2 0 06667027 03467068 +guilt n 2 4 ! @ ~ + 2 2 13990675 07536245 +guilt_by_association n 1 1 @ 1 0 13991516 +guilt_feelings n 1 2 @ ~ 1 0 07536245 +guilt_pang n 1 1 @ 1 1 07495156 +guilt_trip n 1 2 @ ~ 1 0 07536245 +guiltiness n 1 3 @ ~ + 1 0 13990675 +guiltlessness n 1 2 @ + 1 0 13989863 +guilty_conscience n 1 2 @ ~ 1 0 07536245 +guimpe n 2 2 @ #p 2 0 03467380 03467254 +guine-bissau n 1 3 @ #p %p 1 0 08947772 +guinea n 4 8 @ ~ #m #p %m %p + ; 4 0 13392688 09716439 08947319 01809106 +guinea-bissau n 1 3 @ #p %p 1 0 08947772 +guinea-bissau_monetary_unit n 1 2 @ ~ 1 0 13692437 +guinea-bissau_peso n 1 2 @ %p 1 0 13692559 +guinea-hen_flower n 1 1 @ 1 0 12453186 +guinea_corn n 1 1 @ 1 0 12137791 +guinea_flower n 1 2 @ #m 1 0 12363768 +guinea_fowl n 1 4 @ ~ #m %p 1 0 01809106 +guinea_gold n 2 1 @ 2 0 15003139 14892405 +guinea_gold_vine n 1 2 @ #m 1 0 12363768 +guinea_grains n 1 2 @ #m 1 0 12357968 +guinea_hen n 2 2 @ #p 2 0 07646284 01809371 +guinea_pepper n 2 2 @ #m 2 0 12357968 11696935 +guinea_pig n 2 1 @ 2 0 10668666 02364673 +guinea_worm n 2 2 @ #m 2 0 14176051 01933988 +guinea_worm_disease n 1 1 @ 1 0 14176051 +guinean n 1 3 @ #m + 1 0 09749386 +guinean_franc n 1 1 @ 1 0 13707804 +guinean_monetary_unit n 1 1 @ 1 0 13707713 +guinevere n 1 2 @ ; 1 0 11018439 +guinness n 2 1 @ 2 0 11019269 07890540 +guise n 1 1 @ 1 0 04678908 +guiseppe_fortunino_francesco_verdi n 1 1 @ 1 0 11363020 +guiseppe_guarneri n 1 1 @ 1 0 11017987 +guitar n 1 4 @ ~ %p + 1 1 03467517 +guitar_pick n 1 1 @ 1 0 03467796 +guitar_player n 1 2 @ ~ 1 0 10151760 +guitarfish n 1 2 @ #m 1 0 01497738 +guitarist n 1 3 @ ~ + 1 0 10151760 +gujarat n 2 2 @ #p 2 0 08905751 08905313 +gujarati n 2 1 @ 2 0 09675922 06971454 +gujerat n 2 2 @ #p 2 0 08905751 08905313 +gujerati n 2 1 @ 2 0 09675922 06971454 +gula n 2 2 @ ; 2 0 09518451 00759186 +gulag n 1 1 @ 1 0 03467887 +gulch n 1 1 @ 1 0 09295946 +gulden n 2 2 @ %p 2 0 13680146 13679855 +gulf n 3 3 @ ~ #p 3 2 09296121 04753060 09296053 +gulf_coast n 1 2 @ #p 1 0 09296695 +gulf_of_aden n 1 2 @ #p 1 0 09296804 +gulf_of_aegina n 1 2 @ #p 1 0 09424118 +gulf_of_akaba n 1 2 @ #p 1 0 09297240 +gulf_of_alaska n 1 2 @ #p 1 0 09296937 +gulf_of_antalya n 1 2 @ #p 1 0 09297104 +gulf_of_aqaba n 1 2 @ #p 1 0 09297240 +gulf_of_bothnia n 1 3 @ #p %p 1 0 09297423 +gulf_of_california n 1 2 @ #p 1 0 09297584 +gulf_of_campeche n 1 2 @ #p 1 0 09297729 +gulf_of_carpentaria n 1 2 @ #p 1 0 09297920 +gulf_of_corinth n 1 2 @ #p 1 0 09298100 +gulf_of_finland n 1 2 @ #p 1 0 09298267 +gulf_of_guinea n 1 3 @ #p %p 1 0 09298410 +gulf_of_lepanto n 1 2 @ #p 1 0 09298100 +gulf_of_martaban n 1 2 @ #p 1 0 09298569 +gulf_of_mexico n 1 3 @ #p %p 1 0 09298698 +gulf_of_ob n 1 2 @ #p 1 0 09298974 +gulf_of_oman n 1 2 @ #p 1 0 09299125 +gulf_of_riga n 1 2 @ #p 1 0 09299265 +gulf_of_saint_lawrence n 1 2 @ #p 1 0 09299397 +gulf_of_siam n 1 2 @ #p 1 0 09300030 +gulf_of_sidra n 1 2 @ #p 1 0 09299584 +gulf_of_st._lawrence n 1 2 @ #p 1 0 09299397 +gulf_of_suez n 1 2 @ #p 1 0 09299727 +gulf_of_tehuantepec n 1 2 @ #p 1 0 09299885 +gulf_of_thailand n 1 2 @ #p 1 0 09300030 +gulf_of_venice n 1 2 @ #p 1 0 09300199 +gulf_states n 2 3 @ #p %p 2 0 09049599 08910394 +gulf_stream n 1 1 @ 1 0 11489536 +gulf_war n 2 2 @ %p 2 0 01307090 01305310 +gulf_war_syndrome n 1 1 @ 1 0 14305699 +gulfweed n 1 2 @ #m 1 0 01405858 +gull n 2 3 @ ~ + 2 0 09921409 02041246 +gullet n 1 3 @ #p %p 1 0 05533948 +gullibility n 1 2 @ + 1 0 04881156 +gulliver n 1 1 @ 1 0 09599728 +gully n 1 2 @ ~ 1 1 09300306 +gulo n 1 3 @ #m %m 1 0 02449060 +gulo_gulo n 1 1 @ 1 0 02449350 +gulo_luscus n 1 2 @ #m 1 0 02449183 +gulp n 2 2 @ + 2 1 00840189 00840363 +gulper n 1 2 @ + 1 0 10151957 +gulping n 2 2 @ + 2 1 00840363 00843325 +gulu n 1 2 @ #p 1 0 09044094 +gulyas n 1 2 @ ~ 1 0 07590320 +gum n 6 6 @ ~ #s #p %s + 6 2 07599998 05304932 14898470 14702875 12334520 12334293 +gum-lac n 1 1 @ 1 0 14701521 +gum_acacia n 1 3 @ ~ #s 1 0 14900963 +gum_accroides n 1 1 @ 1 0 14598937 +gum_albanum n 1 1 @ 1 0 14876872 +gum_ammoniac n 1 1 @ 1 0 14743976 +gum_anime n 1 1 @ 1 0 14766265 +gum_arabic n 1 3 @ ~ #s 1 0 14900963 +gum_ball n 1 1 @ 1 0 07600177 +gum_benjamin n 1 1 @ 1 0 14897941 +gum_benzoin n 1 1 @ 1 0 14897941 +gum_boot n 1 1 @ 1 0 04116294 +gum_butea n 1 1 @ 1 0 14901265 +gum_dammar n 1 1 @ 1 0 14895807 +gum_elastic n 1 2 @ ~ 1 0 15006258 +gum_elemi n 1 2 @ #s 1 0 12691028 +gum_eurphorbium n 1 1 @ 1 0 14852312 +gum_kino n 1 1 @ 1 0 14901411 +gum_labdanum n 1 1 @ 1 0 14928518 +gum_myrrh n 1 2 @ #s 1 0 12692875 +gum_olibanum n 1 1 @ 1 0 14873951 +gum_plant n 1 3 @ ~ #m 1 0 11973341 +gum_resin n 1 2 @ ~ 1 0 14897751 +gum_ridge n 1 3 @ #p %p 1 0 05310351 +gum_sangapenum n 1 1 @ 1 0 15019267 +gum_terpentine n 1 3 @ ~ #s 1 0 14897369 +gum_tree n 1 3 @ ~ %s 1 0 12334293 +gumbo n 4 4 @ #m #p %p 4 0 14903596 12171966 07733394 07585906 +gumbo-limbo n 1 2 @ #m 1 0 12691661 +gumbo_soil n 1 1 @ 1 0 14903596 +gumboil n 1 1 @ 1 0 14183337 +gumdrop n 1 2 @ ~ 1 0 07605944 +gumma n 1 1 @ 1 0 14238820 +gummed_label n 1 2 @ ~ 1 0 07272545 +gumminess n 1 2 @ + 1 0 04935904 +gumming n 1 2 @ + 1 0 00279235 +gummite n 1 1 @ 1 0 14904052 +gummosis n 2 1 @ 2 0 14279099 14278953 +gumption n 2 3 @ ~ ; 2 0 05614657 05032351 +gumshield n 1 2 @ ; 1 0 03795269 +gumshoe n 2 2 @ ; 2 0 10011785 02735538 +gumweed n 1 3 @ ~ #m 1 0 11973341 +gumwood n 1 3 @ ~ #s 1 0 12334520 +gun n 7 6 @ ~ #p %p + ; 7 2 03467984 02746365 10593392 10152083 03456299 02670683 00123430 +gun-sight n 1 4 @ ~ #p %p 1 0 03470387 +gun_barrel n 1 2 @ #p 1 1 02795528 +gun_carriage n 1 2 @ ~ 1 0 03468696 +gun_case n 1 1 @ 1 0 03468821 +gun_chamber n 1 2 @ #p 1 0 03348868 +gun_control n 1 1 @ 1 0 00805766 +gun_deck n 1 1 @ 1 0 03468900 +gun_dog n 1 2 @ ~ 1 0 02098550 +gun_emplacement n 1 2 @ ~ 1 0 03469031 +gun_enclosure n 1 2 @ #p 1 0 03469175 +gun_for_hire n 1 1 @ 1 0 10152083 +gun_moll n 1 1 @ 1 0 10327475 +gun_muzzle n 1 3 @ ~ #p 1 0 03469687 +gun_pendulum n 1 1 @ 1 0 03470005 +gun_rest n 1 1 @ 1 0 03470802 +gun_room n 1 2 @ ; 1 0 03470222 +gun_smoke n 1 1 @ 1 1 11464926 +gun_trigger n 1 3 @ ~ #p 1 0 03470629 +gun_turret n 1 2 @ #p 1 0 03469175 +gunboat n 1 1 @ 1 0 03468570 +gunboat_diplomacy n 1 1 @ 1 0 07148938 +guncotton n 1 3 @ ~ #s 1 0 14794993 +gunfight n 1 1 @ 1 0 00124617 +gunfire n 1 2 @ ~ 1 1 00123783 +gunflint n 1 2 @ #p 1 0 03469346 +gunite n 1 1 @ 1 0 14892510 +gunk n 1 2 @ ~ 1 0 14956661 +gunlock n 1 4 @ ~ #p %p 1 0 03469493 +gunman n 2 1 @ 2 1 10152083 10593392 +gunmetal n 1 1 @ 1 0 14717634 +gunnar_myrdal n 1 1 @ 1 0 11198861 +gunnel n 2 3 @ ~ #m 2 0 03470802 02614978 +gunner n 1 2 @ + 1 1 09811852 +gunnery n 1 1 @ 1 0 03469832 +gunnery_sergeant n 1 1 @ 1 0 10152306 +gunny n 1 1 @ 1 0 02922798 +gunny_sack n 1 1 @ 1 0 03469903 +gunnysack n 1 1 @ 1 0 03469903 +gunplay n 1 1 @ 1 1 00124617 +gunpoint n 1 1 @ 1 0 03974769 +gunpowder n 1 1 @ 1 1 15016314 +gunpowder_plot n 1 1 @ 1 0 05909097 +gunrunner n 1 1 @ 1 0 10152440 +gunrunning n 1 1 @ 1 0 01112289 +gunshot n 1 2 @ ~ 1 1 00123783 +gunsight n 1 4 @ ~ #p %p 1 0 03470387 +gunslinger n 1 1 @ 1 1 10152083 +gunsmith n 1 1 @ 1 0 10152528 +gunstock n 1 3 @ ~ #p 1 0 04322026 +gunter's_chain n 1 2 @ #p 1 0 13653154 +gunter_grass n 1 1 @ 1 0 11012153 +gunter_wilhelm_grass n 1 1 @ 1 0 11012153 +gunwale n 1 1 @ 1 0 03470802 +guomindang n 1 1 @ 1 0 08260691 +guppy n 1 1 @ 1 0 01448594 +gur n 1 1 @ 1 0 06996160 +gurgle n 1 2 @ + 1 0 07384741 +gurkha n 2 1 @ 2 0 09724365 09724234 +gurnard n 1 3 @ ~ #m 1 0 02650050 +gurney n 1 1 @ 1 0 03470948 +guru n 3 2 @ ; 3 1 10152616 10152889 10152763 +guru_nanak n 1 2 @ ; 1 0 11199394 +gush n 2 3 @ ~ + 2 0 07439570 07014320 +gusher n 1 2 @ + 1 0 03471030 +gusset n 3 2 @ #p 3 0 04539648 03471347 03471190 +gusset_plate n 1 1 @ 1 0 03471347 +gust n 1 3 @ ~ + 1 1 11465017 +gustation n 1 2 @ + 1 0 05658226 +gustatory_cell n 1 2 @ #p 1 0 05305389 +gustatory_modality n 1 1 @ 1 0 05658226 +gustatory_organ n 1 3 @ #p %p 1 0 05305136 +gustatory_perception n 1 2 @ ~ 1 0 05715283 +gustatory_sensation n 1 2 @ ~ 1 0 05715283 +gustav_hertz n 1 1 @ 1 0 11046722 +gustav_klimt n 1 1 @ 1 0 11107635 +gustav_ludwig_hertz n 1 1 @ 1 0 11046722 +gustav_mahler n 1 1 @ 1 0 11149630 +gustav_robert_kirchhoff n 1 1 @ 1 0 11105945 +gustav_theodor_fechner n 1 1 @ 1 0 10968058 +gustave_courbet n 1 1 @ 1 0 10913203 +gustave_flaubert n 1 1 @ 1 0 10972697 +gustavus n 6 1 @ 6 0 11020375 11020225 11020069 11019900 11019570 11019425 +gustavus_adolphus n 1 1 @ 1 0 11019570 +gustavus_franklin_swift n 1 1 @ 1 0 11326999 +gustavus_i n 1 1 @ 1 0 11019425 +gustavus_ii n 1 1 @ 1 0 11019570 +gustavus_iii n 1 1 @ 1 0 11019900 +gustavus_iv n 1 1 @ 1 0 11020069 +gustavus_v n 1 1 @ 1 0 11020225 +gustavus_vi n 1 1 @ 1 0 11020375 +gusto n 1 1 @ 1 1 07491981 +gut n 3 6 @ ~ #s #p %p + 3 1 05534333 09300483 02983741 +gut_issue n 1 1 @ 1 0 05814952 +gutenberg n 1 1 @ 1 0 11020513 +guthrie n 1 1 @ 1 0 11020721 +gutierrezia n 1 3 @ #m %m 1 0 11973888 +gutierrezia_microcephala n 1 1 @ 1 0 11974373 +gutierrezia_sarothrae n 1 2 @ #m 1 0 11974557 +gutierrezia_texana n 1 2 @ #m 1 0 11974888 +gutlessness n 1 3 ! @ + 1 0 04861319 +guts n 1 3 @ + ; 1 1 05032351 +gutsiness n 1 3 ! @ + 1 0 04859816 +gutta-percha n 1 1 @ 1 0 14903763 +gutta-percha_tree n 2 2 @ #m 2 0 12775393 12775070 +gutta_balata n 1 2 @ #s 1 0 12774496 +gutter n 4 4 @ ~ #p + 4 1 03471473 14475992 10153009 03471685 +gutter_press n 1 2 @ ; 1 0 06263020 +guttersnipe n 1 2 @ ~ 1 0 10662952 +guttiferae n 1 3 @ #m %m 1 0 12363988 +guttiferales n 1 2 @ #m 1 0 12359578 +guttural n 1 2 @ + 1 0 07120176 +guttural_consonant n 1 1 @ 1 0 07120176 +guvnor n 1 2 @ ; 1 0 10153155 +guy n 3 5 @ ~ #p + ; 3 2 10153414 03471974 03471779 +guy_cable n 1 2 @ #p 1 0 03471779 +guy_de_maupassant n 1 1 @ 1 0 11165339 +guy_fawkes n 1 1 @ 1 0 10967872 +guy_fawkes_day n 1 2 @ ; 1 1 15158997 +guy_fawkes_night n 1 1 @ 1 0 15159139 +guy_of_burgundy n 1 1 @ 1 0 10879789 +guy_rope n 1 2 @ #p 1 0 03471779 +guy_wire n 1 2 @ #p 1 0 03471779 +guyana n 1 5 @ #m #p %m %p 1 0 08948346 +guyana_dollar n 1 1 @ 1 0 13673362 +guyanese n 1 3 @ #m + 1 0 09712324 +guyot n 1 1 @ 1 0 09300559 +guzzler n 2 1 @ 2 0 10153266 10151957 +guzzling n 1 2 @ + 1 0 00843325 +gwydion n 1 2 @ ; 1 0 09509546 +gwyn n 1 2 @ ; 1 0 09509678 +gwynn n 1 1 @ 1 0 11020888 +gy n 1 1 @ 1 0 13645812 +gym n 1 1 @ 1 1 03472112 +gym_mat n 1 2 @ ~ 1 0 03727946 +gym_rat n 1 1 @ 1 0 10153865 +gym_shoe n 1 2 @ ~ 1 0 03472535 +gym_suit n 1 1 @ 1 0 03472672 +gymkhana n 1 1 @ 1 0 07468116 +gymnadenia n 1 3 @ #m %m 1 0 12064183 +gymnadenia_conopsea n 1 2 @ #m 1 0 12064389 +gymnadenia_odoratissima n 1 2 @ #m 1 0 12064591 +gymnadeniopsis n 1 2 @ #m 1 0 12064814 +gymnasium n 2 2 @ ~ 2 0 08284481 03472112 +gymnast n 1 2 @ ~ 1 1 10153594 +gymnastic_apparatus n 1 3 @ ~ ; 1 0 03472232 +gymnastic_exercise n 2 4 @ ~ ; - 2 0 00435778 00433802 +gymnastic_horse n 1 2 @ ~ 1 0 03538037 +gymnastics n 1 4 @ ~ + - 1 1 00433802 +gymnelis n 1 3 @ #m %m 1 0 02617689 +gymnelis_viridis n 1 2 @ #m 1 0 02617819 +gymnocalycium n 1 2 @ #m 1 0 11847414 +gymnocarpium n 1 3 @ #m %m 1 0 13197085 +gymnocarpium_dryopteris n 1 2 @ #m 1 0 13197274 +gymnocarpium_robertianum n 1 1 @ 1 0 13197507 +gymnocladus n 1 3 @ #m %m 1 0 12496207 +gymnocladus_dioica n 1 2 @ #m 1 0 12496427 +gymnogyps n 1 2 @ #m 1 0 01620003 +gymnogyps_californianus n 1 1 @ 1 0 01620135 +gymnomycota n 1 3 @ #m %m 1 0 12975207 +gymnophiona n 1 3 @ #m %m 1 0 01654957 +gymnopilus n 1 3 @ #m %m 1 0 13076181 +gymnopilus_spectabilis n 1 2 @ #m 1 0 13076405 +gymnopilus_validipes n 1 2 @ #m 1 0 13076643 +gymnopilus_ventricosus n 1 2 @ #m 1 0 13076831 +gymnorhina n 1 3 @ #m %m 1 0 01583636 +gymnorhina_tibicen n 1 2 @ #m 1 0 01583828 +gymnosophist n 1 2 @ + 1 0 10153724 +gymnosophy n 1 2 @ + 1 0 05962414 +gymnosperm n 1 4 @ ~ #m + 1 0 11596108 +gymnosperm_family n 1 3 @ ~ #m 1 0 11553763 +gymnosperm_genus n 1 3 @ ~ #m 1 0 11554175 +gymnospermae n 1 3 @ #m %m 1 0 11595312 +gymnospermophyta n 1 3 @ #m %m 1 0 11595312 +gymnospermous_tree n 1 3 @ ~ #m 1 0 13108662 +gymnospermous_yellowwood n 1 2 @ ~ 1 0 11650759 +gymnosporangium n 1 3 @ #m %m 1 0 13065215 +gymnosporangium_juniperi-virginianae n 1 2 @ #m 1 0 13065514 +gymnura n 1 3 @ #m %m 1 0 01498577 +gymslip n 1 2 @ ; 1 0 03472796 +gynaecologist n 1 3 @ ~ + 1 0 10154013 +gynaecology n 1 2 @ + 1 0 06050901 +gynaeolatry n 1 1 @ 1 0 01045306 +gynandromorph n 1 2 @ + 1 0 10172080 +gynarchy n 1 1 @ 1 0 08361817 +gynecocracy n 1 1 @ 1 0 08361817 +gynecologist n 1 3 @ ~ + 1 1 10154013 +gynecology n 1 2 @ + 1 0 06050901 +gynecomastia n 1 1 @ 1 0 14506020 +gyneolatry n 1 1 @ 1 0 01045306 +gynne n 1 1 @ 1 0 11020888 +gynobase n 1 1 @ 1 0 11676743 +gynoecium n 1 1 @ 1 0 13093852 +gynogenesis n 1 1 @ 1 0 13490487 +gynophobia n 1 1 @ 1 0 14382159 +gynophore n 1 1 @ 1 0 11676850 +gynostegium n 1 2 @ #p 1 0 11675404 +gynura n 1 3 @ #m %m 1 0 11975100 +gynura_aurantiaca n 1 2 @ #m 1 0 11975254 +gyp n 1 3 @ ~ + 1 0 00779248 +gypaetus n 1 2 @ #m 1 0 01617289 +gypaetus_barbatus n 1 1 @ 1 0 01617443 +gyps n 1 3 @ #m %m 1 0 01616970 +gyps_fulvus n 1 2 @ #m 1 0 01617095 +gypsophila n 1 3 @ #m %m 1 0 11810190 +gypsophila_paniculata n 1 2 @ #m 1 0 11810358 +gypsum n 1 4 @ ~ #s %s 1 0 14677778 +gypsum_board n 1 2 @ ~ 1 0 03957762 +gypsy n 3 2 @ ~ 3 0 10217831 10154186 06969822 +gypsy_cab n 1 1 @ 1 0 03472937 +gypsy_dancing n 1 1 @ 1 0 00533036 +gypsy_moth n 1 2 @ #m 1 0 02286089 +gypsy_rose_lee n 1 1 @ 1 0 11124472 +gypsyweed n 1 1 @ 1 0 12891643 +gypsywort n 1 2 @ #m 1 0 12852570 +gyration n 2 3 @ ~ + 2 1 07440979 00342755 +gyre n 1 2 @ ~ 1 0 13875970 +gyrfalcon n 1 2 @ #m 1 0 01611800 +gyrinidae n 1 3 @ #m %m 1 0 02177376 +gyro n 2 3 @ #p %p 2 0 07698250 03473227 +gyro_horizon n 1 1 @ 1 0 02745611 +gyrocompass n 1 2 @ %p 1 0 03473078 +gyromitra n 1 2 @ ~ 1 0 13037406 +gyromitra_brunnea n 1 2 @ #m 1 0 13038577 +gyromitra_californica n 1 2 @ #m 1 0 13037585 +gyromitra_esculenta n 1 2 @ #m 1 0 13038068 +gyromitra_fastigiata n 1 2 @ #m 1 0 13038577 +gyromitra_gigas n 1 2 @ #m 1 0 13038744 +gyromitra_infula n 1 2 @ #m 1 0 13038376 +gyromitra_sphaerospora n 1 2 @ #m 1 0 13037805 +gyroplane n 1 1 @ 1 0 02759387 +gyroscope n 1 3 @ #p + 1 0 03473227 +gyrostabiliser n 1 3 @ #p %p 1 0 03473465 +gyrostabilizer n 1 3 @ #p %p 1 0 03473465 +gyrus n 1 3 @ ~ #p 1 0 05492426 +gyrus_cinguli n 1 2 @ #p 1 0 05496592 +gywn n 1 1 @ 1 0 11020888 +h n 5 6 @ ~ #m #s %p ; 5 0 14640434 13639405 13591123 06831926 05012272 +h-bomb n 1 1 @ 1 0 03553248 +h._g._wells n 1 1 @ 1 0 11381193 +h._h._munro n 1 1 @ 1 0 11196627 +h._j._eysenck n 1 1 @ 1 0 10964261 +h._l._mencken n 1 1 @ 1 0 11173031 +h._pylori n 1 1 @ 1 0 01351688 +h.m.s._bounty n 1 1 @ 1 0 02878883 +h.p. n 1 2 @ %p 1 0 13645010 +h2o n 1 4 @ ~ #s %s 1 0 14845743 +ha n 1 2 @ ; 1 0 13888783 +ha'p'orth n 1 1 @ 1 0 13661045 +ha'penny n 1 1 @ 1 0 13390525 +ha-ha n 2 1 @ 2 0 07127911 04356423 +haart n 1 2 @ %p 1 0 03248560 +haastia n 1 3 @ #m %m 1 0 11975482 +haastia_pulvinaris n 1 2 @ #m 1 0 11975658 +habacuc n 1 2 @ #p 1 0 06440489 +habakkuk n 2 2 @ #p 2 0 11021100 06440489 +habanera n 2 1 @ 2 0 07055612 00533322 +habeas_corpus n 2 2 @ ; 2 0 06554373 05183453 +habenaria n 1 3 @ #m %m 1 0 12064996 +habenaria_albiflora n 1 1 @ 1 0 12066261 +habenaria_bifolia n 1 2 @ #m 1 0 12077944 +habenaria_chlorantha n 1 2 @ #m 1 0 12078172 +habenaria_dilatata n 1 1 @ 1 0 12066018 +habenaria_elegans n 1 1 @ 1 0 12066451 +habenaria_fimbriata n 1 1 @ 1 0 12066630 +habenaria_greenei n 1 1 @ 1 0 12066821 +habenaria_hookeri n 1 1 @ 1 0 12067029 +habenaria_lacera n 1 1 @ 1 0 12067193 +habenaria_leucophaea n 1 1 @ 1 0 12067433 +habenaria_nivea n 1 1 @ 1 0 12067672 +habenaria_orbiculata n 1 1 @ 1 0 12067817 +habenaria_peramoena n 1 1 @ 1 0 12068138 +habenaria_psycodes n 1 1 @ 1 0 12068432 +habenaria_unalascensis n 1 1 @ 1 0 12068615 +haber n 1 1 @ 1 0 11021178 +haber-bosch_process n 1 1 @ 1 0 13490683 +haber_process n 1 1 @ 1 0 13490683 +haberdasher n 1 1 @ 1 0 09930772 +haberdashery n 2 2 @ ~ 2 1 03052464 03473704 +haberdashery_store n 1 2 @ ~ 1 1 03052464 +habergeon n 1 2 @ ; 1 0 03473817 +habiliment n 1 3 @ ~ %p 1 0 03051540 +habit n 6 5 @ ~ %p + ; 6 3 05669034 00414179 03473966 13490909 03474167 00947923 +habitability n 1 2 @ + 1 0 04722231 +habitableness n 1 2 @ + 1 0 04722231 +habitant n 1 2 @ ~ 1 0 09620078 +habitat n 1 2 @ ~ 1 1 08580583 +habitation n 3 3 @ ~ %p 3 0 08580803 03259505 01054545 +habitual_abortion n 1 1 @ 1 0 00230703 +habitual_criminal n 1 1 @ 1 0 10511425 +habituation n 2 4 @ ~ + ; 2 0 14062725 00194831 +habitude n 1 2 @ ~ 1 0 00415000 +habitue n 1 1 @ 1 0 10517405 +habitus n 2 2 @ ~ 2 0 14531056 04998530 +hablot_knight_browne n 1 1 @ 1 0 10866738 +habsburg n 1 1 @ 1 0 08155302 +hacek n 1 1 @ 1 0 06823259 +hachiman n 1 1 @ 1 0 09534843 +hachure n 1 2 @ + 1 0 04681797 +hacienda n 2 3 @ #p %p 2 0 13252395 03474352 +hack n 8 4 @ ~ #m + 8 1 10154601 10278805 10154740 03474467 02930766 02382204 02382132 02378969 +hack-driver n 1 1 @ 1 0 10693646 +hack_driver n 1 1 @ 1 0 10693646 +hack_saw n 1 1 @ 1 0 03474779 +hack_writer n 1 2 @ #m 1 0 10154740 +hackamore n 1 2 @ #p 1 0 03480719 +hackberry n 2 3 @ ~ #m 2 0 12409231 07746038 +hackbut n 1 1 @ 1 0 02742070 +hackee n 1 2 @ #m 1 0 02359915 +hackelia n 1 3 @ #m %m 1 0 12819953 +hacker n 4 4 @ ~ + ; 4 1 10155140 10155222 10154871 10154601 +hackle n 1 2 @ ~ 1 0 01898459 +hackles n 1 1 @ 1 0 07518000 +hackmatack n 1 1 @ 1 0 12731835 +hackney n 2 2 @ ~ 2 0 03474635 02386224 +hackney_carriage n 1 2 @ ~ 1 0 03474635 +hackney_coach n 1 2 @ ~ 1 0 03474635 +hacksaw n 1 1 @ 1 0 03474779 +hackwork n 1 1 @ 1 1 00622859 +had_crime n 1 2 @ ; 1 0 00769695 +haddock n 2 5 @ ~ #m #p %p 2 0 07789541 02523877 +hadean n 1 1 @ 1 0 15129572 +hadean_aeon n 1 1 @ 1 0 15129572 +hadean_eon n 1 1 @ 1 0 15129572 +hadean_time n 1 1 @ 1 0 15129572 +hades n 2 4 @ %p + ; 2 0 09570298 05629381 +hadith n 2 2 @ ; 2 0 05669181 00416409 +hadj n 1 1 @ 1 0 05915034 +hadji n 1 1 @ 1 0 10156284 +hadrian n 1 1 @ 1 0 11021342 +hadrian's_wall n 1 2 @ #p 1 0 08886814 +hadron n 1 3 @ ~ %p 1 0 09300674 +hadrosaur n 1 3 @ ~ #m 1 0 01705934 +hadrosauridae n 1 3 @ #m %m 1 0 01705717 +hadrosaurus n 1 3 @ ~ #m 1 0 01705934 +haecceity n 1 1 @ 1 0 05922014 +haeckel n 1 1 @ 1 0 11021667 +haem n 1 2 @ #s 1 0 15024997 +haemagglutination n 1 2 @ + 1 0 13492136 +haemal_arch n 1 2 @ #p 1 0 05587814 +haemangioma n 1 2 @ ~ 1 0 14247575 +haemanthus n 1 3 @ #m %m 1 0 12420335 +haemanthus_coccineus n 1 2 @ #m 1 0 12420722 +haematemesis n 1 1 @ 1 0 00119210 +haematinic n 1 1 @ 1 0 03513961 +haematite n 1 2 @ #s 1 0 14905720 +haematobia n 1 3 @ #m %m 1 0 02199352 +haematobia_irritans n 1 2 @ #m 1 0 02199502 +haematocele n 1 1 @ 1 0 14317221 +haematochezia n 1 1 @ 1 0 13492287 +haematocoele n 1 1 @ 1 0 14317221 +haematocolpometra n 1 1 @ 1 0 14317433 +haematocolpos n 1 1 @ 1 0 14317562 +haematocrit n 2 1 @ 2 0 13821766 03514129 +haematocytopenia n 1 1 @ 1 0 13973632 +haematocyturia n 1 1 @ 1 0 14266400 +haematogenesis n 1 1 @ 1 0 13492453 +haematohiston n 1 2 @ #s 1 0 15025942 +haematoidin n 1 1 @ 1 0 14756369 +haematologist n 1 2 @ + 1 0 10170681 +haematology n 1 2 @ + 1 0 06051134 +haematolysis n 1 1 @ 1 0 13493213 +haematoma n 1 1 @ 1 0 14318714 +haematopodidae n 1 2 @ #m 1 0 02036864 +haematopoiesis n 1 2 @ + 1 0 13492453 +haematopus n 1 3 @ #m %m 1 0 02036982 +haematoxylon n 1 3 @ #m %m 1 0 12496735 +haematoxylum n 1 3 @ #m %m 1 0 12496735 +haematoxylum_campechianum n 1 3 @ #m %s 1 0 12496949 +haematuria n 1 2 @ ~ 1 0 14314320 +haemitin n 1 2 @ #s 1 0 15024997 +haemodialysis n 1 1 @ 1 0 00650543 +haemodoraceae n 1 3 @ #m %m 1 0 12311894 +haemodorum n 1 2 @ #m 1 0 12312276 +haemogenesis n 1 1 @ 1 0 13492453 +haemoglobin n 1 4 @ ~ #s %s 1 0 15024240 +haemoglobinemia n 1 1 @ 1 0 14191903 +haemoglobinopathy n 1 1 @ 1 0 14192034 +haemoglobinuria n 1 1 @ 1 0 14314483 +haemolysin n 1 2 @ ~ 1 0 14906261 +haemolysis n 1 2 @ + 1 0 13493213 +haemolytic_anaemia n 1 1 @ 1 0 14165240 +haemophile n 1 2 @ + 1 0 10170989 +haemophilia n 1 3 @ ~ + 1 0 14170337 +haemophilia_a n 1 1 @ 1 0 14170772 +haemophilia_b n 1 1 @ 1 0 14170987 +haemophiliac n 1 1 @ 1 0 10170989 +haemopis n 1 3 @ #m %m 1 0 01938618 +haemopoiesis n 1 2 @ + 1 0 13492453 +haemoproteid n 1 2 @ #m 1 0 01424782 +haemoproteidae n 1 3 @ #m %m 1 0 01424607 +haemoprotein n 1 2 @ ~ 1 0 14888884 +haemoproteus n 1 2 @ #m 1 0 01424938 +haemoptysis n 1 1 @ 1 0 14192199 +haemorrhage n 1 3 @ ~ + 1 0 14288235 +haemorrhagic_fever n 1 2 @ ~ 1 0 14177423 +haemorrhagic_stroke n 1 1 @ 1 0 14288561 +haemorrhoid n 1 1 @ 1 0 14327125 +haemorrhoidectomy n 1 1 @ 1 0 00676693 +haemosiderin n 1 2 @ %s 1 0 15026963 +haemosiderosis n 1 1 @ 1 0 14314597 +haemosporidia n 1 3 @ #m %m 1 0 01423757 +haemosporidian n 1 2 @ #m 1 0 01423971 +haemostasia n 1 2 @ #p 1 0 00676834 +haemostasis n 1 2 @ #p 1 0 00676834 +haemostat n 1 1 @ 1 0 03514451 +haemothorax n 1 1 @ 1 0 14320813 +haemulidae n 1 3 @ #m %m 1 0 02588108 +haemulon n 1 3 @ #m %m 1 0 02588580 +haemulon_album n 1 2 @ #m 1 0 02588794 +haemulon_aurolineatum n 1 2 @ #m 1 0 02589062 +haemulon_macrostomum n 1 2 @ #m 1 0 02588945 +haemulon_malanurum n 1 2 @ #m 1 0 02589196 +haemulon_parra n 1 2 @ #m 1 0 02589316 +hafnium n 1 1 @ 1 0 14639556 +haft n 1 2 @ #p 1 0 03474896 +haftarah n 1 1 @ 1 0 06453119 +haftorah n 1 1 @ 1 0 06453119 +hag n 2 3 @ ~ #m 2 0 10155485 01478511 +hagada n 1 1 @ 1 0 06463011 +haganah n 1 2 @ ; 1 0 08345366 +hagberry n 1 2 @ #p 1 0 12647787 +hagberry_tree n 1 3 @ #m %p 1 0 12647560 +hagbut n 1 1 @ 1 0 02742070 +hageman_factor n 1 1 @ 1 0 15072491 +hagerstown n 1 2 @ #p 1 0 09094919 +hagfish n 1 3 @ ~ #m 1 0 01478511 +haggada n 1 1 @ 1 0 06463011 +haggadah n 1 1 @ 1 0 06463011 +haggai n 2 2 @ #p 2 0 11021916 06440937 +haggard n 1 1 @ 1 0 11022001 +haggis n 1 2 @ ; 1 0 07869111 +haggle n 1 2 @ + 1 0 07150138 +haggler n 1 2 @ + 1 0 10155600 +haggling n 1 2 @ + 1 0 07150138 +hagia_sofia n 1 2 @ #p 1 0 03475118 +hagia_sophia n 1 2 @ #p 1 0 03475118 +hagiographa n 1 3 @ #p %p 1 0 06453324 +hagiographer n 1 2 @ + 1 0 10155692 +hagiographist n 1 1 @ 1 0 10155692 +hagiography n 1 2 @ + 1 0 06516242 +hagiolatry n 1 1 @ 1 0 01046257 +hagiologist n 1 1 @ 1 0 10155692 +hagiology n 1 2 @ ; 1 0 06377000 +hahn n 1 1 @ 1 0 11022160 +hahnium n 1 1 @ 1 0 14636523 +haick n 1 1 @ 1 0 03475421 +haida n 2 1 @ 2 0 09655709 06910238 +haifa n 1 2 @ #p 1 0 08798062 +haik n 1 1 @ 1 0 03475421 +haiku n 1 1 @ 1 1 06380495 +hail n 3 3 @ %p + 3 1 11465530 09300905 06631050 +hail_mary n 1 1 @ 1 0 06456515 +haile_selassie n 1 1 @ 1 0 11022309 +hailstone n 1 2 @ #p 1 0 14915804 +hailstorm n 1 1 @ 1 0 11465688 +haiphong n 1 2 @ #p 1 0 09164417 +hair n 6 6 @ ~ #p %s %p + 6 1 05254795 13761603 13090091 05254393 03475674 01900150 +hair's-breadth n 1 1 @ 1 0 13761603 +hair-raiser n 1 1 @ 1 0 01261113 +hair-tailed_mole n 1 1 @ 1 0 01890144 +hair_ball n 1 1 @ 1 0 09301044 +hair_care n 1 2 @ ~ 1 0 00257228 +hair_cell n 1 2 @ #p 1 0 05242622 +hair_coloring n 3 2 @ ~ 3 0 14988502 04976188 00275307 +hair_curler n 1 1 @ 1 0 03150232 +hair_drier n 1 1 @ 1 0 03483316 +hair_dryer n 1 1 @ 1 0 03483316 +hair_dye n 1 2 @ ~ 1 0 14988502 +hair_follicle n 1 2 @ %p 1 0 05518257 +hair_gel n 1 1 @ 1 0 03794136 +hair_grass n 1 1 @ 1 0 12153914 +hair_grease n 1 2 @ ~ 1 0 03475823 +hair_mousse n 1 1 @ 1 0 03794136 +hair_of_the_dog n 1 1 @ 1 0 07912726 +hair_oil n 1 2 @ ~ 1 0 03475823 +hair_seal n 1 3 @ ~ #m 1 0 02079389 +hair_shirt n 1 1 @ 1 0 03476542 +hair_slide n 1 2 @ ; 1 0 03476684 +hair_space n 1 2 @ ; 1 0 03476843 +hair_spray n 1 1 @ 1 0 03476991 +hair_stroke n 1 1 @ 1 0 06802347 +hair_style n 1 4 @ ~ %p + 1 0 05256862 +hair_tonic n 1 2 @ ~ 1 0 03475823 +hair_trigger n 1 1 @ 1 0 03477303 +hairball n 1 1 @ 1 0 09301044 +hairbrush n 1 1 @ 1 0 03475581 +haircare n 1 2 @ ~ 1 0 00257228 +haircloth n 1 1 @ 1 0 03475674 +haircut n 2 2 @ ~ 2 1 05257593 00359822 +hairdo n 1 3 @ ~ %p 1 1 05256862 +hairdresser n 1 2 @ ~ 1 0 10155849 +hairdressing n 2 2 @ ~ 2 0 03475823 00257228 +hairgrip n 1 1 @ 1 0 02860640 +hairiness n 1 4 ! @ ~ + 1 0 04683453 +hairlessness n 2 4 ! @ ~ + 2 0 14457218 04683707 +hairline n 2 4 @ ~ #p %p 2 0 06802258 05256220 +hairline_fracture n 1 1 @ 1 0 14293505 +hairnet n 1 1 @ 1 0 03475961 +hairpiece n 1 2 @ ~ 1 0 03476083 +hairpin n 1 2 @ ~ 1 0 03476313 +hairpin_bend n 1 1 @ 1 0 03476458 +hairsbreadth n 1 1 @ 1 0 13761603 +hairsplitter n 1 1 @ 1 0 10156173 +hairsplitting n 1 2 @ + 1 0 05749210 +hairspring n 1 2 @ #p 1 0 03477143 +hairstreak n 1 3 @ ~ #m 1 0 02282903 +hairstreak_butterfly n 1 3 @ ~ #m 1 0 02282903 +hairstyle n 1 3 @ ~ %p 1 0 05256862 +hairstylist n 1 3 @ ~ + 1 0 10155849 +hairtail n 1 2 @ #m 1 0 02622955 +hairweaving n 1 1 @ 1 0 00257468 +hairy-legged_vampire_bat n 1 2 @ #m 1 0 02151230 +hairy_darling_pea n 1 1 @ 1 0 11752168 +hairy_finger_grass n 1 1 @ 1 0 12117326 +hairy_golden_aster n 1 2 @ #m 1 0 11981475 +hairy_honeysuckle n 1 2 @ #m 1 0 12675515 +hairy_lip_fern n 1 1 @ 1 0 13209270 +hairy_root n 1 1 @ 1 0 14279845 +hairy_spurge n 1 2 @ #m 1 0 12920043 +hairy_tare n 1 2 @ #m 1 0 12576838 +hairy_tongue n 1 1 @ 1 0 14311801 +hairy_vetch n 1 2 @ #m 1 0 12576838 +hairy_willowherb n 1 1 @ 1 0 12343092 +hairy_wood_mint n 1 2 @ #m 1 0 12842519 +haiti n 2 7 @ #m #p %m %p + - 2 0 08751494 08751317 +haitian n 1 3 @ #m + 1 0 09712448 +haitian_capital n 1 2 @ #p 1 0 08751885 +haitian_centime n 1 2 @ #p 1 0 13679377 +haitian_creole n 1 1 @ 1 0 06905513 +haitian_monetary_unit n 1 2 @ ~ 1 0 13679161 +haj n 1 1 @ 1 0 05915034 +haji n 1 1 @ 1 0 10156284 +hajj n 1 1 @ 1 0 05915034 +hajji n 2 1 @ 2 0 10156425 10156284 +hake n 2 2 @ ~ 2 0 07792027 02524524 +hakea n 1 3 @ #m %m 1 0 12218621 +hakea_laurina n 1 2 @ #m 1 0 12218868 +hakea_leucoptera n 1 2 @ #m 1 0 12219065 +hakea_lissosperma n 1 2 @ #m 1 0 12219289 +hakeem n 1 1 @ 1 0 10156629 +hakenkreuz n 1 2 @ ; 1 0 06883725 +hakham n 1 2 @ ; 1 0 06340977 +hakim n 2 1 @ 2 0 10156726 10156629 +hakka n 2 1 @ 2 0 10156831 06930804 +hakka_dialect n 1 1 @ 1 0 06930804 +halab n 1 2 @ #p 1 0 09034286 +halacha n 1 1 @ 1 0 06463170 +halaka n 1 1 @ 1 0 06463170 +halakah n 1 1 @ 1 0 06463170 +halal n 1 3 @ + ; 1 0 07664582 +halberd n 1 2 @ %p 1 0 03477410 +halberdier n 1 1 @ 1 0 10157016 +halchidhoma n 1 1 @ 1 0 09655891 +halcion n 1 2 @ ; 1 0 04480625 +halcyon n 3 3 @ #m ; 3 0 09486639 01828397 01827202 +haldane n 4 1 @ 4 0 11023070 11022848 11022669 11022465 +haldea n 1 2 @ #m 1 0 01736696 +haldea_striatula n 1 2 @ #m 1 0 01736796 +haldol n 1 2 @ ; 1 0 03480186 +hale n 3 1 @ 3 0 11023623 11023442 11023327 +haleakala_national_park n 1 2 @ #p 1 0 08605720 +haleness n 1 2 @ + 1 0 14050011 +halenia n 1 3 @ #m %m 1 0 12297678 +haler n 2 2 @ #p 2 0 13681749 13681407 +halesia n 1 3 @ #m %m 1 0 12778045 +halesia_carolina n 1 1 @ 1 0 12778398 +halesia_tetraptera n 1 1 @ 1 0 12778398 +halevy n 1 1 @ 1 0 11023883 +haley n 2 1 @ 2 0 11024226 11024033 +half n 2 3 @ ~ #p 2 1 13736799 15257829 +half-and-half n 1 1 @ 1 0 07847706 +half-and-half_dressing n 1 1 @ 1 0 07834286 +half-breed n 1 2 @ ; 1 1 10157549 +half-brother n 1 1 @ 1 1 10654321 +half-caste n 1 3 @ ~ ; 1 0 10157378 +half-century n 1 2 @ #p 1 0 15206097 +half-cock n 1 1 @ 1 0 05684739 +half-free_morel n 1 2 @ #m 1 0 13034062 +half-holiday n 1 1 @ 1 0 15138496 +half-hour n 1 2 @ #p 1 1 15228162 +half-intensity n 1 1 @ 1 1 05101174 +half-length n 1 1 @ 1 0 03478033 +half-life n 1 1 @ 1 0 15275094 +half-light n 1 1 @ 1 0 11465775 +half-mast n 1 1 @ 1 0 08580944 +half-moon n 2 3 @ ~ #p 2 1 05582038 15207103 +half-pay n 1 1 @ 1 0 13280139 +half-pint n 1 1 @ 1 0 10543544 +half-relief n 1 1 @ 1 0 03758334 +half-sister n 1 1 @ 1 0 10603242 +half-slip n 1 2 @ ~ 1 0 03920737 +half-staff n 1 1 @ 1 0 08580944 +half-term n 1 2 @ ; 1 0 15138241 +half-truth n 1 1 @ 1 0 06758584 +half-wit n 2 3 @ ~ ; 2 0 10197525 10013114 +half_a_dozen n 1 1 @ 1 1 13744722 +half_binding n 1 1 @ 1 0 03477512 +half_blood n 1 1 @ 1 0 10157271 +half_boot n 1 1 @ 1 0 02925666 +half_brother n 1 1 @ 1 0 10654321 +half_cross_stitch n 1 1 @ 1 0 03477674 +half_crown n 1 1 @ 1 0 13389949 +half_dollar n 1 1 @ 1 0 13390405 +half_door n 1 1 @ 1 0 03259118 +half_eagle n 1 1 @ 1 0 13392580 +half_gainer n 1 1 @ 1 1 00444142 +half_hatchet n 1 1 @ 1 0 03477773 +half_hitch n 1 1 @ 1 0 03477902 +half_life n 1 1 @ 1 1 15275094 +half_mask n 1 1 @ 1 0 03221059 +half_mile n 1 2 @ #p 1 1 13651804 +half_nelson n 1 1 @ 1 0 00813800 +half_note n 1 1 @ 1 0 06870844 +half_page n 1 1 @ 1 0 06257372 +half_pound n 1 2 @ #p 1 0 13720405 +half_rest n 1 1 @ 1 0 06870965 +half_sister n 1 1 @ 1 1 10603242 +half_snipe n 1 2 @ #m 1 0 02032769 +half_sole n 1 2 @ #p 1 0 03478141 +half_step n 1 1 @ 1 0 06859175 +half_title n 1 1 @ 1 0 06257772 +half_track n 2 2 @ ; 2 0 03478589 03478491 +half_volley n 1 1 @ 1 0 00569234 +halfback n 2 3 @ #m ; 2 1 10157128 00727002 +halfbeak n 1 2 @ #m 1 0 02551134 +halfpenny n 1 1 @ 1 0 13390525 +halfpennyworth n 1 1 @ 1 0 13661045 +halftime n 1 1 @ 1 1 15272571 +halftone n 2 1 @ 2 0 03478400 03478261 +halftone_engraving n 1 1 @ 1 0 03478261 +haliaeetus n 1 3 @ #m %m 1 0 01614769 +haliaeetus_leucocephalus n 1 2 @ #m 1 0 01614925 +haliaeetus_leucorhyphus n 1 1 @ 1 0 01615703 +haliaeetus_pelagicus n 1 1 @ 1 0 01615303 +haliatus_albicilla n 1 1 @ 1 0 01615458 +halibut n 2 3 @ #p %p 2 0 07791808 02660208 +halibut-liver_oil n 1 1 @ 1 0 14904226 +halicarnassus n 1 2 @ #p 1 0 09041582 +halicoeres n 1 3 @ #m %m 1 0 02608708 +halicoeres_bivittatus n 1 2 @ #m 1 0 02608860 +halicoeres_radiatus n 1 2 @ #m 1 0 02608996 +halictidae n 1 3 @ #m %m 1 0 02210728 +halide n 1 2 @ ~ 1 0 14904359 +halifax n 1 2 @ #p 1 0 08827002 +halimodendron n 1 3 @ #m %m 1 0 12533588 +halimodendron_argenteum n 1 2 @ #m 1 0 12533730 +halimodendron_halodendron n 1 2 @ #m 1 0 12533730 +haliotidae n 1 3 @ #m %m 1 0 01942601 +haliotis n 1 3 @ #m %m 1 0 01942724 +haliotis_tuberculata n 1 1 @ 1 0 01943087 +halite n 1 2 @ %s 1 0 14672224 +halitosis n 1 1 @ 1 0 14842019 +halitus n 1 2 @ ~ 1 0 14842091 +hall n 13 4 @ ~ #p %p 13 5 03479952 02715513 03478907 03224893 03718581 11025125 11024908 11024731 11024582 11024419 03719053 03479121 03478756 +hall's_honeysuckle n 1 2 @ #m 1 0 12676134 +hall_of_fame n 1 2 @ ~ 1 1 03479266 +hall_of_residence n 1 2 @ ; 1 0 03479397 +hall_pass n 1 1 @ 1 0 06690770 +hall_porter n 1 2 @ ~ 1 0 10026553 +hallah n 1 2 @ ; 1 0 07681450 +halle n 1 3 @ #m #p 1 0 08773098 +halle-an-der-saale n 1 3 @ #m #p 1 0 08773098 +hallel n 1 2 @ ; 1 0 07034865 +hallelujah n 1 1 @ 1 1 06693655 +halley n 1 1 @ 1 0 11025326 +halliard n 1 1 @ 1 0 03480863 +hallmark n 2 2 @ ~ 2 1 04732543 06855035 +halloo n 1 2 @ + 1 0 07122409 +hallowe'en n 1 1 @ 1 0 15191233 +halloween n 1 1 @ 1 1 15191233 +hallowmas n 1 2 @ #p 1 0 15195059 +hallowmass n 1 2 @ #p 1 0 15195059 +hallstand n 1 1 @ 1 0 03479502 +hallucination n 3 3 @ ~ + 3 1 14377617 05896733 05812921 +hallucinogen n 1 3 @ ~ + 1 0 03479647 +hallucinogenic_drug n 1 2 @ ~ 1 0 03479647 +hallucinosis n 1 1 @ 1 0 14375241 +hallux n 1 2 @ #p 1 0 05577741 +hallway n 1 3 @ ~ %p 1 1 03479952 +halm n 1 1 @ 1 0 13163649 +halma n 1 1 @ 1 0 00504526 +halo n 3 2 @ ~ 3 1 04951716 13875392 11487424 +halo_blight n 2 1 @ 2 0 14217360 14217253 +halo_spot n 1 1 @ 1 0 14217253 +haloalkane n 1 2 @ ~ 1 0 14601646 +halobacter n 1 1 @ 1 0 01348232 +halobacteria n 1 1 @ 1 0 01348232 +halobacterium n 1 1 @ 1 0 01348232 +halocarbon n 1 2 @ ~ 1 0 14904528 +halocarpus n 1 3 @ #m %m 1 0 11655407 +halocarpus_bidwilli n 1 2 @ #m 1 0 11655592 +haloform n 1 2 @ ~ 1 0 14620895 +halogen n 1 2 @ ~ 1 1 14904661 +halogeton n 1 2 @ #m 1 0 11833749 +halogeton_glomeratus n 1 2 @ #m 1 0 11833749 +halogeton_souda n 1 2 @ #m 1 0 11833999 +halon n 1 1 @ 1 0 14620257 +haloperidol n 1 1 @ 1 0 03480186 +halophil n 1 2 @ ~ 1 0 01348075 +halophile n 1 2 @ ~ 1 0 01348075 +halophyte n 1 1 @ 1 0 12387103 +haloragaceae n 1 3 @ #m %m 1 0 12326604 +haloragidaceae n 1 3 @ #m %m 1 0 12326604 +halothane n 1 1 @ 1 0 03480367 +hals n 1 1 @ 1 0 11025508 +halt n 3 3 @ ~ + 3 3 14010927 07365849 01063697 +halter n 4 4 @ #p %p + 4 1 03480719 03491724 03480579 02152212 +haltere n 1 2 @ #p 1 0 02152212 +halyard n 1 1 @ 1 0 03480863 +ham n 4 4 @ ~ + ; 4 1 07669891 10158222 10158139 10158010 +ham_actor n 1 1 @ 1 0 10158010 +ham_and_eggs n 1 1 @ 1 1 07869291 +ham_hock n 1 1 @ 1 0 07668481 +ham_sandwich n 1 1 @ 1 0 07696625 +hamadryad n 2 2 @ #m 2 0 09551260 01748906 +hamamelid_dicot_family n 1 3 @ ~ #m 1 0 11564734 +hamamelid_dicot_genus n 1 3 @ ~ #m 1 0 11573173 +hamamelidaceae n 1 3 @ #m %m 1 0 12314315 +hamamelidae n 1 3 @ #m %m 1 0 12313005 +hamamelidanthum n 1 2 @ #m 1 0 12313735 +hamamelidoxylon n 1 2 @ #m 1 0 12313954 +hamamelis n 1 3 @ #m %m 1 0 12314652 +hamamelis_vernalis n 1 1 @ 1 0 12315245 +hamamelis_virginiana n 1 1 @ 1 0 12315060 +hamamelites n 1 2 @ #m 1 0 12314146 +haman n 1 2 @ ; 1 0 10158319 +hamartia n 1 1 @ 1 0 14463331 +hamartoma n 1 1 @ 1 0 14238953 +hamas n 1 3 @ %p ; 1 0 08022259 +hamate n 1 1 @ 1 0 05273408 +hamate_bone n 1 1 @ 1 0 05273408 +hamburg n 1 3 @ #m #p 1 0 08773336 +hamburg_parsley n 1 1 @ 1 0 12942729 +hamburger n 2 4 @ ~ #p %p 2 0 07697100 07664007 +hamburger_bun n 1 1 @ 1 0 07690152 +hamburger_roll n 1 1 @ 1 0 07690152 +hamburger_steak n 1 1 @ 1 0 07664121 +hame n 1 2 @ #p 1 0 03480973 +hamelia n 1 3 @ ~ #m 1 0 12667964 +hamelia_erecta n 1 1 @ 1 0 12668131 +hamelia_patens n 1 1 @ 1 0 12668131 +hamelin n 1 2 @ #p 1 0 08771841 +hameln n 1 2 @ #p 1 0 08771841 +hamilton n 6 2 @ #p 6 0 11026231 11026078 11025926 11025668 08827689 08710873 +haminoea n 1 3 @ #m %m 1 0 01951845 +hamitic n 1 1 @ 1 0 06989869 +hamitic_language n 1 1 @ 1 0 06989869 +hamito-semitic n 1 2 @ ~ 1 0 06986558 +hamlet n 3 2 @ ~ 3 1 08226978 09599891 08672738 +hammarskjold n 1 1 @ 1 0 11026372 +hammer n 8 5 @ ~ #p %p + 8 2 03481824 03481172 05325943 03715669 03482001 03481674 03481521 01175316 +hammer_and_sickle n 1 1 @ 1 0 06882138 +hammer_nose n 1 1 @ 1 0 14397040 +hammer_throw n 1 1 @ 1 0 07470110 +hammerhead n 3 5 @ ~ #m #p %p 3 0 10039663 03482128 01494475 +hammerhead_shark n 1 3 @ ~ #m 1 0 01494475 +hammering n 1 2 @ + 1 0 01175316 +hammerlock n 1 1 @ 1 0 00813975 +hammerstein n 1 1 @ 1 0 11026597 +hammertoe n 1 1 @ 1 0 05577866 +hammett n 1 1 @ 1 0 11026816 +hamming n 1 2 @ + 1 1 00551585 +hammock n 2 2 @ ~ 2 0 09326662 03482252 +hammond_organ n 1 2 @ ; 1 0 03273551 +hammurabi n 1 1 @ 1 0 11026981 +hammurapi n 1 1 @ 1 0 11026981 +hamper n 2 3 @ ~ + 2 1 04181228 03482405 +hampshire n 2 3 @ #p %p 2 0 08882365 02413593 +hampshire_down n 1 1 @ 1 0 02413593 +hampton n 1 1 @ 1 0 11027127 +hampton_roads n 2 4 @ #p ; - 2 0 09301249 01280308 +hamster n 1 3 @ ~ #m 1 0 02342885 +hamstring n 1 2 @ + 1 0 05570704 +hamstring_tendon n 1 1 @ 1 0 05570704 +hamsun n 1 1 @ 1 0 11027294 +han n 1 1 @ 1 0 08154703 +han-gook n 1 5 @ ~ #p %p - 1 0 08954611 +han_dynasty n 1 1 @ 1 0 08154703 +hancock n 1 1 @ 1 0 11027416 +hand n 14 6 @ ~ #p %p + ; 14 8 05564590 10176679 06403393 05637965 08650157 07956887 05852973 03482523 13654093 10158506 09875353 06692238 02440250 01208460 +hand-held_computer n 1 1 @ 1 0 03485407 +hand-held_microcomputer n 1 1 @ 1 0 03485407 +hand-me-down n 1 2 @ + 1 0 03487642 +hand-schuller-christian_disease n 1 1 @ 1 0 14192376 +hand-to-hand_struggle n 1 1 @ 1 0 00622266 +hand_ax n 1 1 @ 1 0 03482727 +hand_axe n 1 1 @ 1 0 03482727 +hand_blower n 1 1 @ 1 1 03483316 +hand_brake n 1 2 @ #p 1 1 03483637 +hand_calculator n 1 1 @ 1 0 03483823 +hand_cheese n 1 1 @ 1 0 07853852 +hand_clapping n 1 3 @ ~ #p 1 0 06691989 +hand_cream n 1 1 @ 1 0 03484487 +hand_drill n 1 1 @ 1 0 03484809 +hand_fern n 1 2 @ #m 1 0 13211020 +hand_glass n 2 2 @ ~ 2 0 03485198 03484931 +hand_grenade n 1 1 @ 1 1 03485309 +hand_job n 1 2 @ ; 1 0 00856193 +hand_line n 1 1 @ 1 0 03487222 +hand_lotion n 1 1 @ 1 0 03487444 +hand_luggage n 1 1 @ 1 0 03487533 +hand_mirror n 1 1 @ 1 0 03485198 +hand_mower n 1 2 ! @ 1 0 03487774 +hand_organ n 1 2 @ ; 1 0 02795978 +hand_pump n 1 1 @ 1 0 03487886 +hand_puppet n 1 1 @ 1 0 03487963 +hand_saw n 1 2 @ ~ 1 0 03488188 +hand_shovel n 1 2 @ ~ 1 0 03488603 +hand_throttle n 1 1 @ 1 0 03489048 +hand_tool n 1 3 @ ~ %p 1 1 03489162 +hand_towel n 1 1 @ 1 0 03490006 +hand_truck n 1 1 @ 1 0 03490119 +hand_wear n 1 2 @ ~ 1 0 03490324 +handbag n 1 3 @ ~ %p 1 1 02774152 +handball n 2 1 @ 2 0 03482877 00479440 +handball_court n 1 1 @ 1 0 03482988 +handbarrow n 1 2 @ %p 1 0 03483086 +handbasin n 1 3 @ #p ; 1 0 04553703 +handbasket n 1 2 @ ~ 1 0 02801938 +handbell n 1 1 @ 1 0 03483230 +handbill n 1 2 @ ~ 1 0 07250339 +handbook n 1 2 @ ~ 1 0 06421301 +handbow n 1 1 @ 1 0 03483531 +handbreadth n 1 2 @ ~ 1 0 13654232 +handcar n 1 1 @ 1 0 03483971 +handcart n 1 3 @ ~ %p 1 0 03484083 +handclap n 1 1 @ 1 0 06692369 +handclasp n 1 2 @ ; 1 1 06632097 +handcraft n 1 2 @ + 1 0 03485655 +handcuff n 1 2 @ + 1 0 03484576 +handedness n 1 3 @ ~ + 1 0 05067007 +handel n 2 2 @ + 2 0 11027631 07278510 +handful n 2 1 @ 2 2 13771154 13767350 +handgrip n 1 4 @ ~ #p %p 1 0 03485997 +handgun n 1 3 @ ~ %p 1 0 03948459 +handheld_drill n 1 1 @ 1 0 03484809 +handhold n 1 1 @ 1 0 03485575 +handicap n 3 3 @ ~ + 3 2 14548343 05156822 05689249 +handicapped n 1 2 @ ~ 1 0 07946288 +handicapped_person n 1 2 @ ~ 1 0 10158756 +handicapper n 1 2 @ + 1 0 10370683 +handicraft n 2 3 @ ~ - 2 0 03485655 00714944 +handies_peak n 1 2 @ #p 1 0 09301461 +handiness n 2 4 @ ~ = + 2 0 05640924 04718999 +handing_over n 1 2 @ ~ 1 0 00318035 +handiwork n 1 1 @ 1 1 03485655 +handkerchief n 1 2 @ ~ 1 1 03485794 +handle n 1 5 @ ~ #p %p + 1 1 03485997 +handle-bars n 1 1 @ 1 0 05262534 +handlebar n 1 3 @ #p %p 1 1 03487090 +handler n 3 4 @ ~ + ; 3 0 10159045 10158608 09931640 +handline n 1 1 @ 1 0 03487222 +handling n 3 3 @ ~ + 3 3 00713594 00140652 01134861 +handling_charge n 1 1 @ 1 0 13302467 +handling_cost n 1 1 @ 1 0 13302467 +handlock n 1 1 @ 1 0 03484576 +handloom n 1 2 @ ~ 1 0 03487331 +handmaid n 2 1 @ 2 0 13952171 10159186 +handmaiden n 2 1 @ 2 0 13952171 10159186 +handoff n 1 2 @ ; 1 0 00561078 +handout n 2 1 @ 2 0 06747484 01090342 +handover n 1 2 @ + 1 0 00213186 +handrail n 1 3 @ #p %p 1 0 02788148 +handrest n 1 1 @ 1 0 03488111 +hands n 2 4 @ ~ %m %p 2 2 00818678 08212347 +handsaw n 1 2 @ ~ 1 0 03488188 +handsaw_fish n 1 2 @ #m 1 0 02544475 +handsbreadth n 1 2 @ ~ 1 0 13654232 +handset n 1 2 @ %p 1 0 03488438 +handshake n 1 3 @ + ; 1 0 06632097 +handshaking n 1 3 @ + ; 1 1 06632097 +handsomeness n 1 2 @ + 1 0 04685840 +handspike n 1 1 @ 1 1 03488784 +handspring n 1 1 @ 1 0 00437487 +handstamp n 1 2 @ + 1 0 03488887 +handstand n 1 2 @ %p 1 1 00436187 +handwear n 1 2 @ ~ 1 0 03490324 +handwheel n 2 3 @ ~ #p 2 0 03490649 03490449 +handwork n 1 1 @ 1 0 03485655 +handwriting n 2 5 @ ~ + ; - 2 1 06403393 00614730 +handwriting_expert n 1 1 @ 1 0 10144188 +handy n 1 1 @ 1 0 11027885 +handyman n 1 1 @ 1 1 10159289 +hang n 3 3 @ ~ + 3 0 05624254 04931837 00436339 +hang-up n 2 2 @ ; 2 0 05705484 05691144 +hang_glider n 2 1 @ 2 0 10159533 03491032 +hang_gliding n 1 2 @ + 1 0 00303748 +hangar n 1 2 @ #p 1 0 02687821 +hangar_queen n 1 1 @ 1 0 03490784 +hangbird n 1 1 @ 1 0 01572489 +hangchow n 1 3 @ #p ; 1 0 08727606 +hanger n 2 3 @ ~ + 2 0 10159434 03490884 +hanger-on n 1 1 @ 1 0 10688671 +hanging n 3 3 @ ~ + 3 0 03491178 01164874 01017701 +hanging_chad n 1 1 @ 1 0 14904956 +hanging_fly n 1 2 @ #m 1 0 02163008 +hanging_gardens_of_babylon n 1 3 @ #m #p 1 0 03491491 +hanging_geranium n 1 2 @ #m 1 0 12687957 +hanging_wall n 1 2 @ #p 1 0 09301625 +hangman n 1 1 @ 1 0 10159615 +hangman's_halter n 1 3 @ #p %p 1 0 03491724 +hangman's_rope n 1 3 @ #p %p 1 0 03491724 +hangnail n 1 1 @ 1 0 05584746 +hangout n 1 3 @ ~ + 1 1 08581503 +hangover n 3 1 @ 3 1 14447165 10180791 01022292 +hangzhou n 1 3 @ #p ; 1 0 08727606 +hangzhou_bay n 1 1 @ 1 0 09301738 +hani n 1 1 @ 1 0 06932803 +hank n 1 2 @ ~ 1 0 03491988 +hank_aaron n 1 1 @ 1 0 10807016 +hank_panky n 1 1 @ 1 0 00846432 +hank_williams n 1 1 @ 1 0 11390364 +hankering n 1 2 @ + 1 0 07486922 +hankey n 1 2 @ ~ 1 0 03485794 +hankie n 1 2 @ ~ 1 0 03485794 +hanks n 1 1 @ 1 0 11028074 +hanky n 1 2 @ ~ 1 0 03485794 +hanky_panky n 1 1 @ 1 0 06760722 +hannah_arendt n 1 1 @ 1 0 10821699 +hannibal n 2 2 @ #p 2 0 11028196 09106614 +hannover n 1 3 @ #m #p 1 0 08773679 +hannukah n 1 3 @ #p ; 1 0 15199033 +hanoi n 1 2 @ #p 1 0 09164095 +hanover n 2 5 @ #m #p %m + 2 0 08773679 08154960 +hanoverian n 2 3 @ #m + 2 0 10159852 09704368 +hanoverian_line n 1 2 @ %m 1 0 08154960 +hans_adolf_krebs n 1 1 @ 1 0 11110617 +hans_albrecht_bethe n 1 1 @ 1 0 10850273 +hans_arp n 1 1 @ 1 0 10824146 +hans_bethe n 1 1 @ 1 0 10850273 +hans_c._j._gram n 1 1 @ 1 0 11010936 +hans_christian_andersen n 1 1 @ 1 0 10817102 +hans_christian_oersted n 1 1 @ 1 0 11212426 +hans_conrad_julius_reiter n 1 1 @ 1 0 11257697 +hans_eysenck n 1 1 @ 1 0 10964261 +hans_fischer n 1 1 @ 1 0 10971852 +hans_geiger n 1 1 @ 1 0 10993507 +hans_holbein n 2 1 @ 2 0 11056195 11056060 +hans_jurgen_eysenck n 1 1 @ 1 0 10964261 +hans_zinsser n 1 1 @ 1 0 11407302 +hansard n 1 1 @ 1 0 06508579 +hanseatic_league n 1 2 @ %m 1 0 08304135 +hansen's_disease n 1 3 @ ~ %p 1 0 14136187 +hansom n 1 1 @ 1 0 03492087 +hansom_cab n 1 1 @ 1 0 03492087 +hanukah n 1 3 @ #p ; 1 0 15199033 +hanukkah n 1 3 @ #p ; 1 1 15199033 +hanuman n 2 1 @ 2 0 09526367 02488415 +hao n 1 2 @ #p 1 0 13674994 +haoma n 1 2 @ #m 1 0 13237988 +hap n 1 2 @ + 1 0 07314277 +hapax_legomenon n 1 1 @ 1 0 06294584 +haphazardness n 1 3 @ ~ + 1 0 04771332 +haphtarah n 1 1 @ 1 0 06453119 +haphtorah n 1 1 @ 1 0 06453119 +haploid n 1 3 @ + ; 1 0 01320314 +haploidy n 1 1 @ 1 0 14570761 +haplopappus n 1 3 @ #m %m 1 0 11975853 +haplopappus_acaulis n 1 2 @ #m 1 0 12019375 +haplopappus_phyllocephalus n 1 2 @ #m 1 0 11976314 +haplopappus_spinulosus n 1 2 @ #m 1 0 11976511 +haplosporidia n 1 3 @ #m %m 1 0 01426466 +haplosporidian n 1 2 @ #m 1 0 01426625 +haplotype n 1 2 @ ; 1 0 05439582 +happening n 1 3 @ ~ + 1 1 07283608 +happenstance n 1 1 @ 1 0 07316999 +happiness n 2 5 ! @ ~ = + 2 2 13987423 07526757 +happy_chance n 1 1 @ 1 0 07316856 +happy_event n 1 2 @ ; 1 0 07320894 +happy_hour n 1 1 @ 1 0 15229019 +hapsburg n 1 1 @ 1 0 08155302 +haptic_sensation n 1 2 @ ~ 1 0 05723210 +haptoglobin n 1 1 @ 1 0 14734625 +hara-kiri n 1 2 @ ; 1 0 00223362 +harakat_al-jihad_al-islami_al-filastini n 1 2 @ ; 1 0 08037118 +harakat_ul-jihad-i-islami n 1 2 @ ; 1 0 08022666 +harakiri n 1 2 @ ; 1 0 00223362 +harangue n 1 3 @ ~ + 1 1 07242912 +haranguer n 1 2 @ + 1 0 10159714 +harare n 1 2 @ #p 1 0 09167505 +harasser n 2 2 @ + 2 0 10161178 10160012 +harassing_fire n 1 1 @ 1 0 00991336 +harassment n 2 3 @ ~ + 2 0 07519040 00419644 +harbinger n 1 2 @ + 1 0 06802571 +harbor n 2 5 @ ~ #p %p + 2 1 08639058 03492250 +harbor_patrol n 1 1 @ 1 0 08329010 +harbor_porpoise n 1 1 @ 1 0 02070624 +harbor_seal n 1 2 @ #m 1 0 02079851 +harborage n 1 3 @ + ; 1 0 08644045 +harbour n 2 5 @ ~ #p %p + 2 0 08639058 03492250 +harbourage n 1 3 @ + ; 1 0 08644045 +hard-boiled_egg n 1 2 @ ~ 1 0 07841639 +hard-cooked_egg n 1 2 @ ~ 1 0 07841639 +hard-on n 1 1 @ 1 0 14038185 +hard-shell_clam n 2 5 @ ~ #m #p %p 2 0 07786856 01958038 +hard-shell_crab n 1 1 @ 1 0 01978010 +hard-skinned_puffball n 1 3 @ ~ #m 1 0 12969131 +hard_beech n 1 2 @ #m 1 0 12267534 +hard_candy n 1 2 @ ~ 1 0 07598734 +hard_cash n 1 2 @ ~ 1 0 13386614 +hard_cheese n 1 2 @ ; 1 0 14476205 +hard_cider n 1 2 @ %s 1 0 07921615 +hard_clam n 1 4 @ ~ #m %p 1 0 01958038 +hard_coal n 1 1 @ 1 0 14814921 +hard_copy n 1 2 @ ; 1 0 06391566 +hard_core n 1 1 @ 1 0 08406361 +hard_currency n 2 2 @ ~ 2 0 13386882 13386614 +hard_disc n 1 3 @ ~ #p 1 0 03492542 +hard_disk n 1 3 @ ~ #p 1 0 03492542 +hard_drink n 1 2 @ ~ 1 0 07901587 +hard_drive n 1 3 @ %p ; 1 0 03209666 +hard_drug n 1 3 ! @ ~ 1 0 03492717 +hard_fern n 1 3 @ ~ #m 1 0 13185134 +hard_hat n 2 1 @ 2 0 09959527 03492922 +hard_knocks n 1 2 @ ~ 1 0 14475661 +hard_lead n 2 2 @ ~ 2 0 14905197 14905076 +hard_line n 1 1 @ 1 0 06196442 +hard_liquor n 1 2 @ ~ 1 0 07901587 +hard_news n 1 1 @ 1 0 06684052 +hard_palate n 1 2 @ #p 1 0 05309591 +hard_right n 1 1 @ 1 0 08417099 +hard_roe n 1 2 @ ~ 1 0 07799278 +hard_roll n 1 1 @ 1 0 07691758 +hard_rubber n 1 1 @ 1 0 15007534 +hard_rush n 1 1 @ 1 0 11744251 +hard_sauce n 1 1 @ 1 0 07830690 +hard_sell n 1 1 @ 1 0 01101571 +hard_shoulder n 1 2 @ ; 1 0 03493079 +hard_solder n 1 1 @ 1 0 14718483 +hard_steel n 1 1 @ 1 0 14905333 +hard_tick n 1 3 @ ~ #m 1 0 01776705 +hard_time n 2 1 @ 2 1 14409880 15224978 +hard_times n 1 1 @ 1 1 15123512 +hard_water n 1 2 ! @ 1 0 14905422 +hard_wheat n 1 1 @ 1 0 12142450 +hard_worker n 1 1 @ 1 1 10609556 +hardback n 1 2 @ + 1 0 03492391 +hardbake n 1 1 @ 1 1 07598622 +hardball n 2 2 ! @ 2 0 06195418 00474769 +hardboard n 1 1 @ 1 0 15102455 +hardcover n 1 2 @ + 1 0 03492391 +hardenbergia n 1 3 @ #m %m 1 0 12533992 +hardenbergia_comnptoniana n 1 2 @ #m 1 0 12534208 +hardening n 3 4 @ ~ #p + 3 0 14364432 13491060 00402789 +hardening_of_the_arteries n 1 2 @ ~ 1 0 14108324 +hardheads n 1 1 @ 1 0 11948656 +hardheartedness n 1 3 @ ~ + 1 0 07506149 +hardihood n 1 3 @ ~ = 1 0 04858785 +hardiness n 2 4 @ ~ = + 2 0 05031012 04858785 +harding n 1 1 @ 1 0 11028446 +harding_grass n 1 2 @ #m 1 0 12130160 +hardinggrass n 1 2 @ #m 1 0 12130160 +hardliner n 1 1 @ 1 0 10160188 +hardness n 5 5 ! @ ~ = + 5 0 04937848 04937587 04844625 04710588 04639732 +hardpan n 1 1 @ 1 0 14845578 +hardship n 3 2 @ ~ 3 2 14475661 04710127 07336763 +hardstem_bulrush n 1 2 @ #m 1 0 12153033 +hardstemmed_bulrush n 1 2 @ #m 1 0 12153033 +hardtack n 2 1 @ 2 2 07694839 15100570 +hardtop n 1 1 @ 1 0 03493219 +hardware n 3 5 ! @ ~ #p ; 3 1 03493664 03493792 03493333 +hardware_error n 1 3 @ ~ ; 1 0 07299790 +hardware_store n 1 1 @ 1 1 03493911 +hardwareman n 1 1 @ 1 0 10216690 +hardwood n 1 1 @ 1 0 15100112 +hardy n 2 2 @ #m 2 0 11028780 11028675 +hare n 2 6 @ ~ #m #p %p + 2 1 02326432 07666521 +hare's-foot_bristle_fern n 1 1 @ 1 0 12952469 +hare's-foot_fern n 1 3 @ ~ #m 1 0 13188268 +hare_and_hounds n 1 1 @ 1 0 00460078 +hare_krishna n 3 3 @ #m %m 3 0 09685233 08097766 07035061 +hare_wallaby n 1 2 @ #m 1 0 01878335 +harebell n 2 2 @ #m 2 0 12459275 12037328 +haredi n 1 2 @ #m 1 0 08097531 +hareem n 1 1 @ 1 0 03494105 +harefoot n 1 1 @ 1 0 11029454 +harelip n 1 1 @ 1 0 14214355 +harem n 1 1 @ 1 1 03494105 +hargeisa n 1 2 @ #p 1 0 08999049 +hargreaves n 1 1 @ 1 0 11029005 +haricot n 2 1 @ 2 0 12557438 07727741 +haricot_vert n 1 1 @ 1 0 07728585 +haricots_verts n 1 1 @ 1 0 07728585 +harijan n 1 1 @ 1 0 10739881 +harikari n 1 2 @ ; 1 0 00223362 +harkat-ul-jihad-e-islami n 1 2 @ ; 1 0 08022666 +harkat-ul-mujahidin n 1 2 @ ; 1 0 08022972 +harkat_ul-ansar n 1 2 @ ; 1 0 08022972 +harkat_ul-mujahedeen n 1 2 @ ; 1 0 08022972 +harlan_f._stone n 1 1 @ 1 0 11319810 +harlan_fisk_stone n 1 1 @ 1 0 11319810 +harlan_fiske_stone n 1 1 @ 1 0 11319244 +harlan_stone n 1 1 @ 1 0 11319810 +harlean_carpenter n 1 1 @ 1 0 11029132 +harlem n 1 2 @ #p 1 1 09121334 +harlem_renaissance n 1 1 @ 1 0 15261306 +harlem_river n 1 2 @ #p 1 0 09123538 +harlequin n 1 1 @ 1 0 10160280 +harlequin-snake n 1 2 @ ~ 1 0 01745484 +harlequin_opal n 1 1 @ 1 0 14905607 +harlequinade n 1 2 @ ~ 1 0 00513401 +harley_granville-barker n 1 1 @ 1 0 11011764 +harley_street n 1 2 @ #p 1 0 08581122 +harlot n 1 2 @ ~ 1 0 10485440 +harlotry n 1 1 @ 1 0 00748155 +harlow n 1 1 @ 1 0 11029132 +harlow_shapley n 1 1 @ 1 0 11295828 +harm n 3 3 @ ~ + 3 3 14285662 07420770 00403092 +harmattan n 1 1 @ 1 0 11438756 +harmfulness n 2 3 @ ~ + 2 0 05166072 04790774 +harmonic n 2 3 @ ~ + 2 0 05719804 04988078 +harmonic_analysis n 1 1 @ 1 0 06014278 +harmonic_law n 1 1 @ 1 0 05880187 +harmonic_mean n 1 2 @ ; 1 0 06024576 +harmonic_motion n 1 2 @ ~ 1 0 07349880 +harmonic_progression n 1 2 @ ; 1 0 08461424 +harmonica n 1 1 @ 1 0 03494278 +harmonics n 1 1 @ 1 0 06111253 +harmoniousness n 2 3 @ ~ + 2 0 04984351 04713118 +harmonisation n 2 3 @ ~ + 2 0 07027458 01253778 +harmoniser n 2 2 @ + 2 0 10160624 10160412 +harmonium n 1 1 @ 1 0 03494537 +harmonization n 2 3 @ ~ + 2 0 07027458 01253778 +harmonizer n 2 2 @ + 2 0 10160624 10160412 +harmony n 5 4 ! @ ~ + 5 3 04713118 07027180 13969243 07180183 04984180 +harmsworth n 1 1 @ 1 0 11029298 +harness n 2 4 @ #p %p + 2 2 03495039 03494706 +harness_horse n 1 2 @ ~ 1 0 02386014 +harness_race n 1 1 @ 1 0 07461956 +harness_racing n 1 1 @ 1 0 07461956 +harnessed_antelope n 1 3 @ ~ #m 1 0 02424695 +harold_clayton_lloyd n 1 1 @ 1 0 11136214 +harold_clayton_urey n 1 1 @ 1 0 11357514 +harold_harefoot n 1 1 @ 1 0 11029454 +harold_hart_crane n 1 1 @ 1 0 10914331 +harold_hirschsprung n 1 1 @ 1 0 11052186 +harold_i n 1 1 @ 1 0 11029454 +harold_ii n 1 1 @ 1 0 11029637 +harold_kroto n 1 1 @ 1 0 11111335 +harold_lloyd n 1 1 @ 1 0 11136214 +harold_nicolson n 1 1 @ 1 0 11206544 +harold_pinter n 1 1 @ 1 0 11235619 +harold_urey n 1 1 @ 1 0 11357514 +harold_w._kroto n 1 1 @ 1 0 11111335 +harp n 3 3 @ ~ + 3 1 03495258 03495570 03494278 +harp_seal n 1 2 @ #m 1 0 02080146 +harper n 1 2 @ + 1 0 10160770 +harper's_ferry n 1 2 @ #p 1 0 09156395 +harpers_ferry n 1 2 @ #p 1 0 09156395 +harpia n 1 3 @ #m %m 1 0 01613909 +harpia_harpyja n 1 2 @ #m 1 0 01614038 +harpist n 1 2 @ + 1 0 10160770 +harpo n 1 2 @ #m 1 0 11161045 +harpoon n 1 4 @ #m %p + 1 0 03495671 +harpoon_gun n 1 1 @ 1 0 03495941 +harpoon_line n 1 2 @ #p 1 0 03496042 +harpoon_log n 1 1 @ 1 0 03496183 +harpooneer n 1 2 @ + 1 0 10160913 +harpooner n 1 2 @ + 1 0 10160913 +harpsichord n 1 3 @ ~ + 1 0 03496296 +harpsichordist n 1 3 @ ~ + 1 0 10161047 +harpulla n 1 1 @ 1 0 12743976 +harpullia n 1 3 @ ~ #m 1 0 12743823 +harpullia_cupanioides n 1 1 @ 1 0 12743976 +harpullia_pendula n 1 1 @ 1 0 12744142 +harpy n 4 3 @ #m ; 4 0 10758337 09496099 02140491 01614038 +harpy_bat n 1 2 @ #m 1 0 02140491 +harpy_eagle n 1 2 @ #m 1 1 01614038 +harquebus n 1 1 @ 1 0 02742070 +harridan n 1 1 @ 1 0 10161273 +harrier n 3 4 @ ~ #m + 3 0 10160012 02090129 01609751 +harrier_eagle n 1 2 @ #m 1 0 01610552 +harriet_beecher_stowe n 1 1 @ 1 0 11320405 +harriet_elizabeth_beecher_stowe n 1 1 @ 1 0 11320405 +harriet_tubman n 1 1 @ 1 0 11350959 +harriet_wilson n 1 1 @ 1 0 11392368 +harriman n 2 1 @ 2 0 11030025 11029888 +harris n 6 1 @ 6 0 11031257 11031016 11030855 11030679 11030395 11030260 +harris_tweed n 1 2 @ ; 1 0 03496486 +harrisburg n 1 2 @ #p 1 0 09135733 +harrisia n 1 2 @ #m 1 0 11847615 +harrison n 4 2 @ #m 4 0 11031995 11031842 11031668 11031420 +harrod n 2 1 @ 2 0 11032359 11032158 +harrow n 1 3 @ ~ + 1 0 03496612 +harry_bridges n 1 1 @ 1 0 10864064 +harry_f._klinefelter n 1 1 @ 1 0 11107901 +harry_fitch_kleinfelter n 1 1 @ 1 0 11107901 +harry_hotspur n 1 1 @ 1 0 11229499 +harry_houdini n 1 1 @ 1 0 11061317 +harry_lauder n 1 1 @ 1 0 11118886 +harry_lillis_crosby n 1 1 @ 1 0 10916731 +harry_s_truman n 1 1 @ 1 0 11349739 +harry_sinclair_lewis n 1 1 @ 1 0 11130474 +harry_stack_sullivan n 1 1 @ 1 0 11324785 +harry_truman n 1 1 @ 1 0 11349739 +harshness n 4 3 @ ~ + 4 1 04949066 04988666 04845475 04639732 +hart n 3 1 @ 3 0 11032700 11032541 02431337 +hart's-tongue n 2 2 @ #m 2 0 13198482 13183056 +hart's-tongue_fern n 3 2 @ #m 3 0 13198482 13183056 13174823 +hart_crane n 1 1 @ 1 0 10914331 +harte n 1 1 @ 1 0 11032840 +hartebeest n 1 2 @ #m 1 0 02422106 +hartford n 1 2 @ #p 1 0 09069190 +hartford_fern n 1 1 @ 1 0 12956367 +hartley n 1 1 @ 1 0 11033003 +harum-scarum n 1 3 @ ~ + 1 0 09991530 +harvard n 2 3 @ #m #p 2 1 03496749 11033159 +harvard_university n 1 3 @ #m #p 1 1 03496749 +harvery_williams_cushing n 1 1 @ 1 0 10918834 +harvest n 4 4 @ ~ #p + 4 1 13085864 11414257 01015310 00921790 +harvest-lice n 1 1 @ 1 0 12623077 +harvest_fly n 1 2 @ #m 1 0 02257003 +harvest_home n 1 2 @ ~ 1 0 01015310 +harvest_mite n 1 2 @ #m 1 0 01781071 +harvest_moon n 1 1 @ 1 0 15207770 +harvest_mouse n 2 2 @ #m 2 0 02336275 02332447 +harvest_time n 1 2 @ #p 1 0 00921790 +harvester n 2 3 @ ~ + 2 0 10161363 03496892 +harvestfish n 1 2 @ #m 1 0 02633977 +harvesting n 1 3 @ ~ + 1 0 01015310 +harvestman n 1 2 @ #m 1 0 01770081 +harvey n 1 1 @ 1 0 11033358 +harvey_cushing n 1 1 @ 1 0 10918834 +harvey_wallbanger n 1 1 @ 1 0 07915366 +has-been n 1 1 @ 1 0 10161521 +haschisch n 1 2 @ #p 1 0 03497182 +hasdrubal n 1 1 @ 1 0 11033631 +hasek n 1 1 @ 1 0 11033870 +hash n 2 4 @ ~ #p + 2 0 07869391 03497182 +hash_head n 1 1 @ 1 0 10161622 +hash_house n 1 1 @ 1 0 03497100 +hash_mark n 1 1 @ 1 1 06884954 +hasheesh n 1 2 @ #p 1 0 03497182 +hashemite_kingdom_of_jordan n 1 6 @ #m #p %m %p - 1 0 08927186 +hashimoto's_disease n 1 1 @ 1 0 14220998 +hashish n 1 2 @ #p 1 0 03497182 +hashmark n 1 1 @ 1 0 06884954 +hasid n 1 2 @ #m 1 0 10161695 +hasidim n 1 2 @ %m 1 0 08094866 +hasidism n 2 3 @ ~ %m 2 0 08094866 06234257 +haslet n 1 1 @ 1 0 07671953 +hasp n 1 2 @ + 1 1 03497352 +hassam n 1 1 @ 1 0 11033992 +hassel n 1 1 @ 1 0 11034167 +hassid n 1 2 @ #m 1 0 10161695 +hassidim n 1 2 @ %m 1 0 08094866 +hassidism n 1 2 @ ~ 1 0 06234257 +hassium n 1 1 @ 1 0 14639795 +hassle n 2 2 @ + 2 0 07372565 01172441 +hassock n 2 2 @ ; 2 0 03858418 03497531 +hastate_leaf n 1 1 @ 1 0 13158258 +haste n 3 3 @ ~ + 3 3 05060189 00555648 14451189 +hastinapura n 1 1 @ 1 0 06463559 +hastiness n 2 3 @ ~ + 2 0 05060189 04662858 +hastings n 3 3 @ #p ; 3 0 11034307 08883476 01280514 +hasty_defence n 1 1 @ 1 0 00961177 +hasty_defense n 1 1 @ 1 0 00961177 +hasty_pudding n 2 2 @ ; 2 0 07703889 07703599 +hat n 2 4 @ ~ %p + 2 1 03497657 00721141 +hat_shop n 1 1 @ 1 0 03766508 +hat_trick n 1 2 @ ; 1 0 00190579 +hatband n 1 2 @ #p 1 0 03498316 +hatbox n 1 1 @ 1 0 03498441 +hatch n 3 4 @ ~ #p + 3 0 13491464 04681797 03498536 +hatchback n 2 1 @ 2 0 03498781 03498662 +hatchback_door n 1 1 @ 1 0 03498662 +hatcheck_girl n 1 1 @ 1 0 09913240 +hatchel n 1 1 @ 1 0 03498866 +hatchery n 1 2 @ + 1 0 08581299 +hatchet n 2 2 @ ~ 2 0 04449966 03498962 +hatchet_job n 1 2 @ ~ 1 0 06719579 +hatchet_man n 2 1 @ 2 0 10162016 10161867 +hatching n 2 2 @ + 2 1 13491464 04681797 +hatchling n 1 1 @ 1 0 01318279 +hatchway n 1 3 @ ~ %p 1 1 03499142 +hate n 1 4 ! @ ~ + 1 1 07546465 +hate_mail n 1 1 @ 1 0 08463509 +hatefulness n 1 2 @ + 1 0 04781755 +hatemonger n 1 1 @ 1 0 10162104 +hater n 1 3 @ ~ + 1 1 10162194 +hatful n 2 2 @ ~ 2 0 13774404 13767455 +hatha_yoga n 1 1 @ 1 0 00631168 +hathaway n 1 1 @ 1 0 11034485 +hatiora n 1 3 @ #m %m 1 0 11847841 +hatiora_gaertneri n 1 2 @ #m 1 0 11848009 +hatmaker n 1 1 @ 1 0 10162354 +hatpin n 1 1 @ 1 0 03499354 +hatrack n 1 1 @ 1 0 03059103 +hatred n 1 2 @ ~ 1 1 07546465 +hatter n 1 2 @ + 1 0 10162354 +hatteras_island n 1 2 @ #p 1 0 09127701 +hattiesburg n 1 2 @ #p 1 0 09104894 +hauberk n 1 1 @ 1 0 03499468 +haughtiness n 1 3 @ ~ + 1 0 04887912 +haul n 2 3 @ ~ + 2 1 00115036 13755822 +haulage n 1 3 @ ~ + 1 0 00115036 +hauler n 1 3 @ ~ + 1 0 10162507 +haulier n 1 2 @ ~ 1 0 10162507 +hauling n 1 3 @ ~ + 1 0 01105909 +haulm n 1 1 @ 1 0 13163649 +haunch n 2 2 @ #p 2 2 05556472 02463810 +haunt n 1 3 @ ~ + 1 1 08581503 +hausa n 2 1 @ 2 0 09725000 06982697 +hausen n 1 3 @ #m %p 1 0 02640857 +hausmannite n 1 2 @ %s 1 0 14678068 +haussa n 2 1 @ 2 0 09725000 06982697 +haustorium n 1 1 @ 1 0 11686049 +hautbois n 1 2 @ ~ 1 0 03838899 +hautboy n 1 2 @ ~ 1 0 03838899 +haute-normandie n 1 2 @ #p 1 0 08942508 +haute_couture n 1 1 @ 1 0 05751063 +haute_cuisine n 1 2 @ ; 1 0 07571765 +hauteur n 1 2 @ ~ 1 0 04887912 +havana n 1 2 @ #p 1 0 08750612 +havasupai n 2 1 @ 2 0 09656077 06922777 +have n 1 3 @ ~ + 1 0 10529231 +have-not n 1 2 @ ~ 1 0 10453357 +havel n 1 1 @ 1 0 11034596 +havelock n 1 1 @ 1 0 03499611 +haven n 2 4 @ ~ #p %p 2 1 03499796 08639058 +haverhill_fever n 1 1 @ 1 0 14192672 +haversack n 1 2 @ ~ 1 1 02769748 +haversian_canal n 1 1 @ 1 0 05386139 +havoc n 1 1 @ 1 1 00554107 +haw n 2 3 @ ~ #m 2 0 12626353 05314834 +haw-haw n 2 1 @ 2 0 07127911 04356423 +hawai'i n 1 4 @ #p %p - 1 0 09078231 +hawaii n 2 5 @ #p %p + - 2 2 09078231 09079505 +hawaii_island n 1 3 @ #p %p 1 0 09079505 +hawaii_standard_time n 1 1 @ 1 0 15133069 +hawaii_time n 1 1 @ 1 0 15133069 +hawaii_volcanoes_national_park n 1 2 @ #p 1 0 08605863 +hawaiian n 2 4 @ ~ + ; 2 1 06938493 09742569 +hawaiian_capital n 1 2 @ #p 1 0 09078784 +hawaiian_dancing n 1 1 @ 1 0 00542458 +hawaiian_guitar n 1 1 @ 1 0 03499907 +hawaiian_honeycreeper n 1 3 @ ~ #m 1 0 01544704 +hawaiian_islands n 1 3 @ #p %p 1 1 09079153 +hawala n 1 2 @ ; 1 0 08422247 +hawfinch n 1 2 @ #m 1 0 01540832 +hawk n 3 5 ! @ ~ #m + 3 1 01605630 10162644 03787164 +hawk's-beard n 1 2 @ #m 1 0 11959259 +hawk's-beards n 1 2 @ #m 1 0 11959259 +hawk_moth n 1 3 @ ~ #m 1 0 02298541 +hawk_nose n 1 1 @ 1 1 05598982 +hawk_owl n 1 2 @ #m 1 0 01624537 +hawkbill n 1 2 @ #m 1 0 01664990 +hawkbit n 1 3 @ ~ #m 1 0 11988893 +hawker n 2 3 @ ~ + 2 1 10411551 10076604 +hawkeye_state n 1 3 @ #p %p 1 0 09086173 +hawking n 2 2 @ + 2 0 11034874 01116968 +hawkins n 2 1 @ 2 0 11035132 11035017 +hawkishness n 1 4 ! @ ~ + 1 0 06221790 +hawkmoth n 1 3 @ ~ #m 1 0 02298541 +hawksbill n 1 2 @ #m 1 0 01664990 +hawksbill_turtle n 1 2 @ #m 1 0 01664990 +hawkshaw n 1 2 @ ; 1 0 10011785 +hawkweed n 2 3 @ ~ #m 2 0 12003696 11982115 +hawkyns n 1 1 @ 1 0 11035132 +haworth n 1 1 @ 1 0 11035363 +hawse n 1 1 @ 1 0 03500090 +hawsehole n 1 1 @ 1 0 03500090 +hawsepipe n 1 1 @ 1 0 03500090 +hawser n 1 1 @ 1 0 03500209 +hawser_bend n 1 1 @ 1 0 03500295 +hawthorn n 1 3 @ ~ #m 1 0 12626353 +hawthorne n 1 1 @ 1 0 11035618 +hay n 1 3 @ ~ #s 1 1 07802026 +hay-scented n 1 2 @ #m 1 0 13189428 +hay-scented_fern n 1 2 @ #m 1 0 13189428 +hay_bacillus n 1 1 @ 1 0 01350485 +hay_bale n 1 1 @ 1 0 03500389 +hay_conditioner n 1 1 @ 1 0 03500699 +hay_fever n 1 1 @ 1 1 14534199 +hayastan n 1 6 @ #m #p %m %p - 1 0 09017526 +haycock n 1 1 @ 1 0 07963330 +haydn n 2 1 @ 2 0 11035780 07278582 +hayek n 1 1 @ 1 0 11035957 +hayes n 2 1 @ 2 0 11036405 11036140 +hayfield n 1 1 @ 1 1 08570634 +hayfork n 1 1 @ 1 0 03500457 +haying n 2 1 @ 2 0 01015477 00921926 +haying_time n 1 1 @ 1 1 00921926 +hayloft n 1 2 @ #p 1 0 03500557 +haym_salomon n 1 1 @ 1 0 11279433 +haymaker n 2 1 @ 2 0 03500699 00135637 +haymaking n 2 1 @ 2 0 00623052 00622957 +haymow n 2 3 @ #p %s 2 0 13775939 03500557 +hayrack n 2 1 @ 2 0 03500971 03500838 +hayrick n 1 2 @ ~ 1 0 07963208 +hayrig n 1 1 @ 1 0 03500838 +hays n 3 2 @ #p 3 0 11036668 11036521 09088301 +hayseed n 1 1 @ 1 0 10804102 +haystack n 1 2 @ ~ 1 1 07963208 +hayti n 1 3 @ #p %p 1 0 08751317 +haywire n 1 1 @ 1 0 03501068 +haywood n 1 1 @ 1 0 11036911 +hazan n 1 1 @ 1 0 09891864 +hazard n 3 4 @ ~ #p + 3 2 14541852 11418138 03501152 +hazard_insurance n 1 1 @ 1 0 13346630 +hazardia n 1 3 @ #m %m 1 0 11976715 +hazardia_cana n 1 2 @ #m 1 0 11976933 +hazardousness n 1 2 @ + 1 0 14541538 +haze n 2 2 @ + 2 2 11465888 05684561 +hazel n 4 7 @ ~ #m #s %s %p + 4 0 13144084 12289115 12288823 04972603 +hazel_alder n 1 2 @ #m 1 0 12285900 +hazel_mouse n 1 2 @ #m 1 0 02353172 +hazel_tree n 1 3 @ #m %s 1 0 13144084 +hazelnut n 2 6 @ ~ #m #p %s %p 2 0 12288823 07772788 +hazelnut_tree n 1 5 @ ~ #m %s %p 1 0 12288823 +hazelwood n 1 1 @ 1 0 12316982 +haziness n 2 2 @ + 2 0 04824695 04704116 +hazlitt n 1 1 @ 1 0 11037157 +hazmat n 1 1 @ 1 0 14586119 +hb n 1 4 @ ~ #s %s 1 0 15024240 +hcfc n 1 1 @ 1 0 14613130 +hcg n 1 1 @ 1 0 14749030 +hdl n 1 2 @ %s 1 0 14907349 +hdl_cholesterol n 1 2 @ #s 1 0 15058755 +hdtv n 1 1 @ 1 0 06278475 +he n 2 2 @ #m 2 0 14639921 06837146 +he-goat n 1 1 @ 1 0 02416880 +he-huckleberry n 1 2 @ #m 1 0 12241192 +he-man n 1 1 @ 1 0 10665587 +head n 33 7 ! @ ~ #p %p + ; 33 9 05538625 01318381 05611302 10162991 08482271 11495607 08664184 08508449 06291809 14312481 13654380 13133786 10474645 10163354 10162780 09399592 09302031 09301844 08572467 07418822 07372779 06822034 06783768 06343971 05595837 05290756 04058721 03501811 03501614 03501520 03501288 03250279 00854876 +head-shrinker n 2 2 @ ~ 2 0 10488016 10163452 +head_ache n 1 2 @ ~ 1 0 14326607 +head_blight n 1 2 @ ~ 1 0 14217473 +head_cabbage n 2 2 @ ~ 2 0 11875938 07714571 +head_cabbage_plant n 1 2 @ ~ 1 0 11875938 +head_cold n 1 1 @ 1 0 14145759 +head_count n 1 1 @ 1 0 13592764 +head_covering n 1 2 @ ~ 1 1 03502331 +head_crash n 1 2 @ ; 1 0 07479144 +head_game n 1 1 @ 1 0 00754767 +head_gasket n 1 1 @ 1 0 03503477 +head_gate n 2 2 @ #p 2 0 04244615 03503567 +head_honcho n 1 3 @ ~ ; 1 0 09853881 +head_lettuce n 1 3 @ #m %p 1 0 11986900 +head_lice n 1 1 @ 1 0 14454661 +head_linesman n 1 1 @ 1 0 10163900 +head_louse n 1 2 @ #m 1 0 02184589 +head_nurse n 1 1 @ 1 0 10164492 +head_of_hair n 1 2 @ #p 1 1 05256085 +head_of_household n 1 2 @ ~ 1 0 10164605 +head_of_state n 1 2 @ ~ 1 0 10164747 +head_register n 1 2 @ ~ 1 0 05127150 +head_restraint n 1 2 @ #p 1 0 03505207 +head_rhyme n 1 1 @ 1 0 07097094 +head_sea n 1 1 @ 1 0 11521534 +head_shop n 1 1 @ 1 0 03505764 +head_smut n 1 2 @ #m 1 0 13067672 +head_start n 1 1 @ 1 1 05157406 +head_teacher n 1 2 @ ~ 1 0 10474645 +head_tone n 1 2 @ ~ 1 0 05127150 +head_trip n 2 1 @ 2 0 07288385 01073097 +head_voice n 1 2 @ ~ 1 0 05127150 +head_word n 2 3 @ #p ; 2 0 06292154 06291809 +headache n 2 2 @ ~ 2 2 05832264 14326607 +headache_powder n 1 1 @ 1 0 02749169 +headband n 1 2 @ ~ 1 0 03502042 +headboard n 1 2 @ #p 1 0 03502200 +headcheese n 1 1 @ 1 0 07677071 +headcount n 1 1 @ 1 0 13592764 +headcounter n 1 1 @ 1 0 10451590 +headdress n 1 2 @ ~ 1 0 03502509 +header n 7 5 @ ~ #p + ; 7 0 06343971 03503233 03503097 03502897 03502777 00131485 00119893 +headfast n 1 1 @ 1 0 03503358 +headfish n 1 3 @ ~ #m 1 0 02656670 +headful n 2 1 @ 2 0 13767545 05255435 +headgear n 3 3 @ ~ #p 3 1 03502509 03503908 03503718 +headhunter n 2 2 @ ; 2 0 10163593 10163452 +heading n 3 4 @ ~ + ; 3 1 06343971 08680888 03239399 +headlamp n 1 4 @ ~ #p %p 1 0 03503997 +headland n 1 2 @ ~ 1 1 09399592 +headlight n 1 4 @ ~ #p %p 1 1 03503997 +headline n 1 4 @ ~ #p + 1 1 06344461 +headliner n 1 2 @ + 1 0 10163723 +headlinese n 1 1 @ 1 1 07070779 +headlock n 1 1 @ 1 0 00814106 +headman n 2 2 @ ~ 2 0 10164997 10164025 +headmaster n 1 3 @ ~ + 1 1 10164233 +headmastership n 1 2 @ + 1 0 00592894 +headmistress n 1 2 @ + 1 0 10164397 +headmistressship n 1 2 @ + 1 0 00592999 +headphone n 1 2 @ ~ 1 0 03261776 +headpiece n 2 2 @ #p 2 0 03506028 03504205 +headpin n 1 1 @ 1 0 03504293 +headquarters n 3 4 @ ~ %p ; 3 3 03504723 03504420 08404895 +headquarters_staff n 1 3 @ #p ; 1 0 08405124 +headrace n 1 1 @ 1 0 03505015 +headrest n 2 2 @ #p 2 0 03505207 03505133 +headroom n 2 1 @ 2 0 13778261 01020628 +heads-up n 1 1 @ 1 0 07225577 +headsail n 1 2 @ ~ 1 0 03505383 +headscarf n 1 2 @ ~ 1 0 03505504 +headset n 1 1 @ 1 0 03505667 +headshake n 1 1 @ 1 0 00334711 +headshaking n 1 1 @ 1 0 00334711 +headship n 2 4 @ ~ + ; 2 0 00593219 00593108 +headshot n 3 2 @ #p 3 0 03505942 01264933 00124256 +headsman n 1 1 @ 1 1 10164997 +headspace n 1 1 @ 1 0 13757582 +headspring n 1 1 @ 1 0 08508449 +headstall n 1 2 @ #p 1 0 03506028 +headstand n 1 1 @ 1 1 00437639 +headstock n 1 1 @ 1 0 03506184 +headstone n 2 3 @ ~ #p 2 0 03615133 03455488 +headstream n 1 2 @ ~ 1 0 09302127 +headwaiter n 1 1 @ 1 0 09892513 +headwater n 1 1 @ 1 0 08508629 +headway n 2 1 @ 2 0 13778261 07372779 +headwind n 1 1 @ 1 0 11443173 +headword n 2 2 @ #p 2 0 06292154 06292000 +heal_all n 2 2 @ #m 2 0 12863234 12472559 +healer n 1 3 @ ~ + 1 1 10707233 +healing n 1 3 @ ~ + 1 1 13491616 +healing_herb n 1 2 @ #p 1 0 07817160 +health n 2 3 @ = + 2 1 14447908 13923779 +health_and_human_services n 1 2 @ %p 1 0 08133536 +health_care n 2 2 @ ~ 2 0 01088857 01059900 +health_care_delivery n 1 1 @ 1 0 01060101 +health_care_provider n 1 3 @ ~ #m 1 0 10165109 +health_check n 1 2 @ %p 1 0 00142361 +health_club n 1 2 @ ~ 1 0 03506370 +health_code n 1 2 @ ; 1 0 06669193 +health_facility n 1 2 @ ~ 1 0 03739518 +health_food n 1 2 @ - 1 0 07702362 +health_hazard n 1 2 @ ~ 1 0 14542320 +health_insurance n 1 2 @ ~ 1 0 13346773 +health_maintenance_organization n 1 1 @ 1 0 13349208 +health_problem n 1 2 @ ~ 1 1 14052046 +health_profession n 1 3 @ ~ %m 1 0 08112630 +health_professional n 1 3 @ ~ #m 1 0 10165109 +health_spa n 1 2 @ ~ 1 0 03506370 +healthcare n 1 1 @ 1 0 01059900 +healthcare_delivery n 1 1 @ 1 0 01060101 +healthcare_facility n 1 2 @ ~ 1 0 03739518 +healthfulness n 1 4 ! @ ~ + 1 0 04790070 +healthiness n 1 3 @ ~ + 1 0 14049711 +heap n 3 3 @ ~ + 3 2 07961480 13774404 02924554 +heaps n 1 1 @ 1 0 13777509 +hearer n 1 4 @ ~ #m + 1 1 10165448 +hearing n 6 5 @ ~ + ; - 6 4 01199697 14484778 08560785 00882159 07147267 05657718 +hearing_aid n 2 1 @ 2 0 03506727 03506560 +hearing_disorder n 1 2 @ ~ 1 0 14550797 +hearing_dog n 1 1 @ 1 0 02109391 +hearing_examiner n 1 1 @ 1 0 10165957 +hearing_impairment n 1 2 @ ~ 1 0 14550797 +hearing_loss n 1 2 @ ~ 1 0 14550987 +hearing_officer n 1 1 @ 1 1 10165957 +hearsay n 1 1 @ 1 0 07223450 +hearsay_evidence n 1 2 @ ; 1 0 06735922 +hearsay_rule n 1 1 @ 1 0 06654490 +hearse n 1 1 @ 1 0 03506880 +hearst n 1 1 @ 1 0 11037278 +heart n 10 6 @ ~ #m #p %p + 10 6 05919263 05388805 04857490 08523483 05921123 04624826 13865904 07651905 07544647 03507048 +heart-leaf n 2 2 @ #m 2 0 11802800 11802586 +heart-leaved_aster n 1 1 @ 1 0 11933257 +heart-lung_machine n 1 1 @ 1 0 03507658 +heart-to-heart n 1 2 @ + 1 0 07136315 +heart_and_soul n 1 2 @ ~ 1 0 05921123 +heart_attack n 1 2 @ %p 1 0 14112855 +heart_block n 1 1 @ 1 0 14362593 +heart_cherry n 2 2 @ ~ 2 0 12642435 07757602 +heart_disease n 1 2 @ ~ 1 1 14103288 +heart_failure n 1 2 @ ~ 1 0 14112255 +heart_line n 1 1 @ 1 0 13906936 +heart_massage n 1 2 @ #p 1 0 00659349 +heart_monitor n 1 2 @ %p 1 0 02962938 +heart_murmur n 1 2 @ ~ 1 0 14334814 +heart_muscle n 1 3 @ ~ #p 1 0 05389939 +heart_of_dixie n 1 5 @ #m #p %p - 1 0 09053185 +heart_pea n 1 1 @ 1 0 12743009 +heart_rate n 1 2 @ ~ 1 1 15280695 +heart_rhythm n 1 2 @ ~ 1 0 04768186 +heart_specialist n 1 1 @ 1 0 09894445 +heart_surgeon n 1 1 @ 1 0 09894445 +heart_surgery n 1 2 @ ~ 1 0 00675219 +heart_urchin n 1 2 @ #m 1 0 02319829 +heart_valve n 2 4 @ ~ #p %p 2 0 05395098 03507857 +heart_ventricle n 1 2 @ ~ 1 0 05391763 +heartache n 1 2 @ ~ 1 0 07535010 +heartbeat n 3 2 @ ~ 3 1 07400906 15247110 05195653 +heartbreak n 1 2 @ ~ 1 0 07535010 +heartbreaker n 2 1 @ 2 0 10166189 07476177 +heartburn n 1 1 @ 1 0 14335223 +heartburning n 1 1 @ 1 0 07549265 +hearth n 3 5 @ ~ #p %p ; 3 2 03346455 03507241 08581699 +hearth_money n 1 1 @ 1 0 13270760 +hearthrug n 1 1 @ 1 0 03507458 +hearthstone n 1 2 @ #p 1 0 03507554 +heartiness n 2 2 @ + 2 0 05030806 04867539 +heartland n 1 1 @ 1 0 08581897 +heartleaf n 2 2 @ #m 2 0 11802800 11802586 +heartleaf_arnica n 1 2 @ #m 1 0 11926976 +heartleaf_manzanita n 1 1 @ 1 0 12232114 +heartlessness n 1 3 @ ~ + 1 0 07506149 +heartrot n 1 1 @ 1 0 14280639 +hearts n 1 1 @ 1 0 00496599 +heartsease n 4 1 @ 4 0 12390681 12389130 12388143 07515790 +heartseed n 1 1 @ 1 0 12742878 +heartsickness n 1 2 @ + 1 0 07538395 +heartstrings n 1 1 @ 1 0 07545957 +heartthrob n 1 1 @ 1 0 10166313 +heartwood n 1 2 @ #s 1 0 13097752 +heat n 7 5 @ ~ #p %p + 7 5 11466043 05016171 05725527 04628192 14038264 07461288 03509025 +heat-seeking_missile n 1 2 @ ~ 1 0 03509843 +heat_barrier n 1 1 @ 1 0 05124792 +heat_content n 1 2 @ ; 1 0 05012272 +heat_dissipation n 1 1 @ 1 0 13491794 +heat_energy n 1 2 @ ~ 1 1 11466043 +heat_engine n 1 2 @ ~ 1 0 03507963 +heat_exchanger n 1 1 @ 1 0 03508485 +heat_exhaustion n 1 1 @ 1 0 14204253 +heat_flash n 1 1 @ 1 0 07412876 +heat_hyperpyrexia n 1 2 @ ~ 1 0 14204095 +heat_lamp n 1 1 @ 1 0 03509394 +heat_lightning n 1 1 @ 1 0 07413237 +heat_of_condensation n 1 1 @ 1 1 11471359 +heat_of_dissociation n 1 1 @ 1 1 11470621 +heat_of_formation n 1 1 @ 1 1 11470765 +heat_of_fusion n 1 1 @ 1 0 11471578 +heat_of_solidification n 1 1 @ 1 0 11471828 +heat_of_solution n 1 1 @ 1 0 11470933 +heat_of_sublimation n 1 1 @ 1 0 11471977 +heat_of_transformation n 1 2 @ ~ 1 0 11471097 +heat_of_vaporisation n 1 1 @ 1 0 11472131 +heat_of_vaporization n 1 1 @ 1 0 11472131 +heat_prostration n 1 1 @ 1 0 14204253 +heat_pump n 1 1 @ 1 0 03509608 +heat_rash n 1 1 @ 1 0 14322106 +heat_ray n 1 2 @ ~ 1 0 11472503 +heat_shield n 1 3 @ #p %p 1 0 03510072 +heat_sink n 1 1 @ 1 1 03510244 +heat_unit n 1 2 @ ~ 1 0 13609507 +heat_wave n 1 1 @ 1 0 11472612 +heater n 2 4 @ ~ + ; 2 1 03508101 00108181 +heath n 2 4 @ ~ #m ; 2 0 12226932 08504851 +heath_aster n 2 1 @ 2 0 11933728 11933099 +heath_family n 1 2 @ %m 1 0 12226322 +heath_hen n 2 1 @ 2 0 01798979 01796105 +heath_pea n 1 2 @ #m 1 0 12542240 +heath_violet n 1 1 @ 1 0 12388858 +heathen n 1 3 @ ~ + 1 0 10166394 +heathenism n 1 2 @ ~ 1 0 06224657 +heather n 2 2 @ #m 2 0 12233529 04958146 +heather_bell n 1 1 @ 1 0 12228387 +heather_mixture n 1 1 @ 1 0 04958146 +heathfowl n 1 1 @ 1 0 01795735 +heathland n 1 2 @ ; 1 0 08504851 +heating n 2 5 @ ~ #p %p + 2 1 13491876 03509025 +heating_element n 1 3 @ ~ #p 1 0 03508628 +heating_oil n 1 2 @ ~ 1 0 14686585 +heating_pad n 1 1 @ 1 0 03508881 +heating_plant n 1 4 @ ~ #p %p 1 0 03509025 +heating_system n 1 4 @ ~ #p %p 1 0 03509025 +heatstroke n 1 2 @ ~ 1 0 14204095 +heaume n 1 1 @ 1 0 03510384 +heave n 6 3 @ + ; 6 0 07370968 07350069 00324834 00226951 00116376 00105271 +heaven n 2 4 ! @ ~ + 2 1 08565506 05627785 +heavenly_body n 1 4 @ ~ #p - 1 1 09239740 +heavenly_city n 1 1 @ 1 0 05628193 +heavenly_jewel n 1 2 @ #m 1 0 09533668 +heavens n 1 2 @ %p 1 1 08521267 +heaver n 2 2 @ + 2 1 03510487 10166762 +heaves n 1 1 @ 1 0 14265350 +heavier-than-air_craft n 1 2 @ ~ 1 0 03510583 +heaviness n 5 4 ! @ ~ + 5 1 05027529 07532945 05206829 05136662 04711031 +heaving n 4 2 @ + 4 1 07370968 00834135 00324834 00105271 +heaviside n 1 1 @ 1 0 11037495 +heaviside_layer n 1 2 @ #p 1 0 08582613 +heavy n 2 1 @ 2 0 10167361 05929582 +heavy_cream n 1 1 @ 1 0 07847827 +heavy_hitter n 1 1 @ 1 0 10166902 +heavy_hydrogen n 1 1 @ 1 0 14641046 +heavy_lifting n 1 2 @ ; 1 0 00580190 +heavy_metal n 2 1 @ 2 0 14612077 07065149 +heavy_metal_music n 1 1 @ 1 0 07065149 +heavy_particle n 1 2 @ ~ 1 0 09215023 +heavy_spar n 1 2 @ %s 1 0 14678230 +heavy_swell n 1 1 @ 1 0 07344120 +heavy_water n 1 1 @ 1 0 14727508 +heavy_weapon n 1 4 @ ~ #p %p 1 0 02746365 +heavy_whipping_cream n 1 1 @ 1 0 07847585 +heavyheartedness n 1 2 @ + 1 0 07533492 +heavyweight n 5 1 @ 5 0 10167252 10167152 10167042 10129133 09938991 +hebbel n 1 1 @ 1 0 11037836 +hebdomad n 1 4 @ ~ %p + 1 0 15169873 +hebe n 1 2 @ ; 1 0 09560940 +hebei n 1 2 @ #p 1 0 08725926 +hebei_province n 1 2 @ #p 1 0 08725926 +hebephrenia n 1 2 @ + 1 0 14399438 +hebephrenic_schizophrenia n 1 1 @ 1 0 14399438 +hebetude n 1 1 @ 1 0 05681252 +hebraic_alphabet n 1 3 @ %m %p 1 0 06498569 +hebraism n 1 3 @ ~ #p 1 0 08094013 +hebraist n 1 2 @ + 1 0 10167448 +hebrew n 2 5 @ ~ #m + - 2 1 06987124 09681351 +hebrew_alphabet n 1 3 @ %m %p 1 0 06498569 +hebrew_calendar n 1 3 @ %p ; 1 0 15177866 +hebrew_lesson n 1 1 @ 1 0 00729825 +hebrew_script n 1 3 @ %m %p 1 0 06498569 +hebrew_scripture n 1 2 @ %p 1 0 06452363 +hebrews n 2 3 @ #p ; 2 0 08483935 06446476 +hebridean_islands n 1 3 @ #p %p 1 0 08893223 +hebridean_isles n 1 3 @ #p %p 1 0 08893223 +hebrides n 1 4 @ #p %p + 1 0 08893223 +hecate n 1 2 @ ; 1 0 09561755 +hecatomb n 1 1 @ 1 0 00227848 +hecht n 1 1 @ 1 0 11037966 +heckelphone n 1 1 @ 1 0 03510866 +heckle n 1 1 @ 1 0 03498866 +heckler n 1 2 @ + 1 0 10167565 +heckling n 1 2 @ + 1 0 01068633 +hectare n 1 2 @ %p 1 0 13613985 +hectogram n 1 3 @ #p %p 1 0 13724474 +hectograph n 1 2 @ + 1 0 03510987 +hectoliter n 1 3 @ #p %p 1 0 13624705 +hectolitre n 1 3 @ #p %p 1 0 13624705 +hectometer n 1 3 @ #p %p 1 0 13659604 +hectometre n 1 3 @ #p %p 1 0 13659604 +hector n 1 2 @ ; 1 0 09600031 +hector_berlioz n 1 1 @ 1 0 10847653 +hector_hevodidbon n 1 2 @ ; 1 0 11201386 +hector_hugh_munro n 1 1 @ 1 0 11196627 +hedeoma n 1 4 @ #m %m ; 1 0 12847749 +hedeoma_oil n 1 2 @ #s 1 0 12848212 +hedeoma_pulegioides n 1 3 @ #m %s 1 0 12847927 +hedera n 1 3 @ #m %m 1 0 11798851 +hedera_helix n 1 2 @ #m 1 0 11798978 +hedge n 3 3 @ ~ + 3 1 03511175 13344462 06761603 +hedge_bindweed n 1 2 @ #m 1 0 12825061 +hedge_fund n 1 1 @ 1 0 08071229 +hedge_garlic n 1 2 @ #m 1 0 11870418 +hedge_maple n 1 1 @ 1 0 12754648 +hedge_mustard n 1 2 @ #m 1 0 11897116 +hedge_nettle n 2 2 @ #m 2 0 12869061 12868880 +hedge_pink n 1 2 @ #m 1 0 11814584 +hedge_sparrow n 1 1 @ 1 0 01527347 +hedge_thorn n 1 1 @ 1 0 11771746 +hedge_trimmer n 1 1 @ 1 0 03511333 +hedge_violet n 1 1 @ 1 0 12390314 +hedgefund n 1 1 @ 1 0 08071229 +hedgehog n 2 4 @ ~ #m %p 2 0 02346627 01893825 +hedgehog_cactus n 1 1 @ 1 0 11845793 +hedgehog_cereus n 1 2 @ #m 1 0 11846312 +hedger n 3 2 @ + 3 0 10168012 10167838 10167740 +hedgerow n 1 2 @ ~ 1 0 03511175 +hedging n 2 2 @ + 2 0 13344462 06761603 +hediondilla n 1 3 @ #m %p 1 0 12723062 +hedjaz n 1 3 @ #p %p 1 0 08995515 +hedonism n 2 2 @ + 2 1 09183971 06160596 +hedonist n 1 3 @ ~ + 1 0 10168183 +hedysarum n 1 3 @ #m %m 1 0 12534453 +hedysarum_boreale n 1 2 @ #m 1 0 12534625 +hedysarum_coronarium n 1 2 @ #m 1 0 12534862 +hee-haw n 1 2 @ + 1 0 07127911 +heebie-jeebies n 1 2 @ ; 1 0 14375761 +heed n 1 4 @ ~ = + 1 1 05702726 +heedfulness n 1 4 ! @ = + 1 0 04663763 +heedlessness n 3 4 ! @ ~ + 3 0 05706375 04894204 04665543 +heel n 6 6 @ ~ #p %p + ; 6 2 03511426 05578095 09886220 07683973 03511949 03511786 +heel_counter n 1 2 @ #p 1 0 03116942 +heelbone n 1 2 @ #p 1 0 05274808 +hefa n 1 2 @ #p 1 0 08798062 +heft n 1 2 @ + 1 0 05027837 +heftiness n 2 2 @ + 2 0 05030418 05027837 +hegari n 1 1 @ 1 0 12138110 +hegel n 1 2 @ + 1 1 11038084 +hegelian n 1 1 @ 1 0 10168368 +hegemon n 1 1 @ 1 0 08177781 +hegemony n 1 1 @ 1 0 08361924 +hegira n 2 1 @ 2 0 00060548 00060414 +heidegger n 1 1 @ 1 0 11038293 +heidelberg_man n 1 1 @ 1 0 10168457 +heifer n 1 1 @ 1 0 02403740 +height n 4 3 @ ~ = 4 4 05137165 13940456 05002352 05131647 +heights n 1 1 @ 1 1 08584618 +heilong n 1 2 @ #p 1 0 09196103 +heilong_jiang n 1 2 @ #p 1 0 09196103 +heimdal n 1 2 @ ; 1 0 09580673 +heimdall n 1 2 @ ; 1 0 09580673 +heimdallr n 1 2 @ ; 1 0 09580673 +heimlich_maneuver n 1 1 @ 1 0 00833119 +heimlich_manoeuvere n 1 1 @ 1 0 00833119 +heinlein n 1 1 @ 1 0 11038505 +heinousness n 1 2 @ + 1 0 04830343 +heinrich_boell n 1 1 @ 1 0 10854627 +heinrich_engelhard_steinway n 1 1 @ 1 0 11315760 +heinrich_hertz n 1 1 @ 1 0 11046934 +heinrich_himmler n 1 1 @ 1 0 11050537 +heinrich_rudolph_hertz n 1 1 @ 1 0 11046934 +heinrich_schliemann n 1 1 @ 1 0 11285091 +heinrich_theodor_boell n 1 1 @ 1 0 10854627 +heinrich_von_kleist n 1 1 @ 1 0 11107436 +heinz n 1 1 @ 1 0 11038657 +heir n 2 2 @ ~ 2 1 10168584 10671613 +heir-at-law n 1 1 @ 1 0 10169008 +heir_apparent n 1 2 ! @ 1 0 10168837 +heir_presumptive n 1 2 ! @ 1 0 10169241 +heiress n 1 1 @ 1 0 10169147 +heirloom n 2 3 @ #p ; 2 0 13264794 13264688 +heisenberg n 1 1 @ 1 0 11038810 +heist n 2 3 @ + ; 2 0 00783063 00781912 +heitor_villa-lobos n 1 1 @ 1 0 11366548 +hejaz n 1 3 @ #p %p 1 0 08995515 +hejira n 2 1 @ 2 0 00060548 00060414 +hel n 1 2 @ ; 1 0 09580829 +hela n 1 2 @ ; 1 0 09580829 +helen n 1 2 @ ; 1 0 09600188 +helen_adams_keller n 1 1 @ 1 0 11099085 +helen_hayes n 1 1 @ 1 0 11036405 +helen_hunt_jackson n 1 1 @ 1 0 11076359 +helen_keller n 1 1 @ 1 0 11099085 +helen_laura_sumner_woodbury n 1 1 @ 1 0 11396000 +helen_maria_fiske_hunt_jackson n 1 1 @ 1 0 11076359 +helen_newington_wills n 1 1 @ 1 0 11188852 +helen_of_troy n 1 2 @ ; 1 0 09600188 +helen_porter_mitchell n 1 1 @ 1 0 11172045 +helen_traubel n 1 1 @ 1 0 11348047 +helen_wills n 1 1 @ 1 0 11188852 +helen_wills_moody n 1 1 @ 1 0 11188852 +helena n 1 2 @ #p 1 0 09109180 +helenium n 1 3 @ #m %m 1 0 11977125 +helenium_autumnale n 1 1 @ 1 0 11977512 +helenium_hoopesii n 1 1 @ 1 0 11977660 +helenium_puberulum n 1 1 @ 1 0 11977887 +heleodytes n 1 3 @ #m %m 1 0 01586170 +heliamphora n 1 3 @ #m %m 1 0 12781241 +helianthemum n 1 3 @ ~ #m 1 0 12375518 +helianthemum_canadense n 1 1 @ 1 0 12375769 +helianthemum_scoparium n 1 1 @ 1 0 12376240 +helianthus n 1 3 @ ~ #m 1 0 11978233 +helianthus_angustifolius n 1 1 @ 1 0 11978551 +helianthus_annuus n 1 2 @ %p 1 0 11978713 +helianthus_giganteus n 1 1 @ 1 0 11978961 +helianthus_laetiflorus n 1 1 @ 1 0 11979187 +helianthus_maximilianii n 1 1 @ 1 0 11979354 +helianthus_petiolaris n 1 1 @ 1 0 11979527 +helianthus_tuberosus n 1 2 @ %p 1 0 11979715 +helichrysum n 1 2 @ #m 1 0 11980088 +helichrysum_bracteatum n 1 1 @ 1 0 11980318 +helichrysum_secundiflorum n 1 2 @ #m 1 0 11999656 +helicidae n 1 3 @ #m %m 1 0 01944217 +helicon n 1 1 @ 1 0 03512030 +helicopter n 1 3 @ ~ %p 1 0 03512147 +helicteres n 1 3 @ #m %m 1 0 12199030 +helicteres_isora n 1 1 @ 1 0 12199399 +heliobacter n 1 1 @ 1 0 01351453 +heliobacter_pylori n 1 1 @ 1 0 01351688 +heliocentric_parallax n 1 2 @ ~ 1 0 11528636 +heliogram n 1 1 @ 1 0 06254371 +heliograph n 1 2 @ + 1 0 03512452 +heliogravure n 1 1 @ 1 0 03455802 +heliolatry n 1 1 @ 1 0 01046348 +heliometer n 1 1 @ 1 0 03512624 +heliopause n 1 1 @ 1 0 08501275 +heliophila n 1 2 @ #m 1 0 11888424 +heliopsis n 1 2 @ #m 1 0 11980682 +helios n 1 2 @ ; 1 0 09561137 +heliosphere n 1 3 @ #p %p 1 0 08501565 +heliotherapy n 1 1 @ 1 0 00662972 +heliothis n 1 3 @ #m %m 1 0 02296480 +heliothis_moth n 1 2 @ #m 1 0 02296612 +heliothis_zia n 2 2 @ #m 2 0 02310334 02296612 +heliotrope n 1 1 @ 1 0 14781631 +heliotropism n 1 1 @ 1 0 00862079 +heliotype n 1 1 @ 1 0 03510987 +heliozoa n 1 3 @ #m %m 1 0 01390627 +heliozoan n 1 2 @ #m 1 0 01390763 +heliport n 1 1 @ 1 0 03512830 +helipterum n 1 3 @ #m %m 1 0 11980867 +helipterum_manglesii n 1 2 @ #m 1 0 12007766 +helium n 1 1 @ 1 1 14639921 +helium_group n 1 1 @ 1 0 14624659 +helix n 3 5 @ ~ #m %m + 3 0 13876561 03065424 01944617 +helix_angle n 1 1 @ 1 0 13877785 +helix_aspersa n 1 2 @ #m 1 0 01945143 +helix_hortensis n 1 2 @ #m 1 0 01945340 +helix_pomatia n 1 3 @ #m %s 1 0 01944812 +hell n 6 5 ! @ ~ %p ; 6 1 08582837 07305907 05629682 05629381 01260731 00736786 +hell's_half_acre n 1 2 @ #p 1 0 09121458 +hell's_kitchen n 1 2 @ #p 1 0 09121458 +hell-kite n 1 1 @ 1 0 10169678 +hell-rooster n 1 1 @ 1 1 10169678 +hell_dust n 1 2 @ ; 1 0 02837416 +hell_on_earth n 1 1 @ 1 0 08582837 +hell_raising n 1 1 @ 1 1 01223032 +hell_to_pay n 1 1 @ 1 1 05170923 +helladic_civilisation n 1 1 @ 1 0 08290435 +helladic_civilization n 1 1 @ 1 0 08290435 +helladic_culture n 1 1 @ 1 0 08290435 +hellbender n 1 2 @ #m 1 0 01633406 +hellcat n 1 1 @ 1 0 10758337 +hellebore n 2 3 @ ~ #m 2 0 12464476 11733904 +helleborine n 3 3 @ ~ #m 3 0 12063639 12062468 12050959 +helleborus n 1 3 @ #m %m 1 0 11733769 +helleborus_foetidus n 1 1 @ 1 0 11734093 +helleborus_niger n 1 1 @ 1 0 11734300 +helleborus_orientalis n 1 1 @ 1 0 11734493 +helleborus_viridis n 1 1 @ 1 0 11734698 +hellene n 1 4 @ ~ #m + 1 0 09710164 +hellenic n 1 4 @ ~ + ; 1 1 06976392 +hellenic_language n 1 3 @ ~ ; 1 0 06976392 +hellenic_republic n 1 6 @ #m #p %m %p - 1 0 08780881 +hellenism n 1 2 @ + 1 0 05956489 +heller n 4 2 @ #p 4 0 13681749 13681407 11038978 10169419 +helleri n 1 2 @ #m 1 0 01448291 +hellespont n 1 2 @ #p 1 0 09041371 +hellfire n 1 1 @ 1 0 05630409 +hellgrammiate n 1 2 @ #m 1 0 02266269 +hellhole n 1 1 @ 1 0 08582837 +hellhound n 2 2 @ ; 2 0 10169607 09493204 +hellion n 1 1 @ 1 1 10169419 +hellman n 1 1 @ 1 0 11039188 +hello n 1 1 @ 1 1 06632511 +helm n 2 3 @ ~ #p 2 2 03512911 01256615 +helmet n 2 4 @ ~ #p %p 2 0 03513376 03513137 +helmet_flower n 1 1 @ 1 0 11723227 +helmet_orchid n 2 2 @ #m 2 0 12081215 12054678 +helmetflower n 3 2 @ #m 3 0 12867826 12054678 11723227 +helmholtz n 1 1 @ 1 0 11039344 +helminth n 1 2 @ #m 1 0 01922717 +helminthiasis n 1 2 @ ~ 1 0 14453554 +helminthic n 1 3 @ ~ + 1 0 04528630 +helminthostachys n 1 3 @ #m %m 1 0 12961689 +helminthostachys_zeylanica n 1 2 @ #m 1 0 12961879 +helmsman n 1 2 @ ~ 1 0 10169796 +helmut_heinrich_waldemar_schmidt n 1 1 @ 1 0 11285282 +helmut_schmidt n 1 1 @ 1 0 11285282 +heloderma n 1 3 @ #m %m 1 0 01692143 +heloderma_horridum n 1 2 @ #m 1 0 01692523 +heloderma_suspectum n 1 2 @ #m 1 0 01692333 +helodermatidae n 1 3 @ #m %m 1 0 01691782 +heloise n 1 1 @ 1 0 11039577 +helot n 1 3 @ ~ ; 1 0 10580535 +helotiaceae n 1 3 @ #m %m 1 0 12967504 +helotiales n 1 3 @ #m %m 1 0 12967281 +helotium n 1 2 @ #m 1 0 12967656 +help n 4 3 @ ~ + 4 4 01207609 09815790 05154908 05149832 +help_desk n 1 1 @ 1 0 01210547 +helpdesk n 1 1 @ 1 0 01210547 +helper n 2 3 @ ~ + 2 2 09815790 09608709 +helper_cell n 1 1 @ 1 0 05452204 +helper_t_cell n 1 1 @ 1 0 05452204 +helpfulness n 2 3 @ ~ + 2 0 05149695 04841664 +helping n 1 5 @ ~ #p %p + 1 0 07578363 +helping_hand n 1 1 @ 1 1 01208460 +helplessness n 3 2 @ + 3 1 05204982 14001629 07538142 +helpmate n 1 1 @ 1 0 10170598 +helpmeet n 1 1 @ 1 0 10170598 +helsingfors n 1 2 @ #p 1 0 08780018 +helsinki n 1 2 @ #p 1 0 08780018 +helve n 1 2 @ #p 1 0 03474896 +helvella n 1 3 @ ~ #m 1 0 13035707 +helvella_acetabulum n 1 2 @ #m 1 0 13036116 +helvella_crispa n 1 2 @ #m 1 0 13035925 +helvella_sulcata n 1 2 @ #m 1 0 13036312 +helvellaceae n 1 3 @ #m %m 1 0 13034953 +helvetica n 1 1 @ 1 0 06827947 +helwingia n 1 2 @ #m 1 0 12949549 +helxine n 1 3 @ #m %m 1 0 12393527 +helxine_soleirolia n 1 2 @ #m 1 0 12393723 +hem n 2 3 @ #p + 2 1 03513627 07126521 +hemachatus n 1 2 @ #m 1 0 01749141 +hemachatus_haemachatus n 1 1 @ 1 0 01749244 +hemagglutination n 1 2 @ + 1 0 13492136 +hemal_arch n 1 2 @ #p 1 0 05587814 +hemangioma n 1 2 @ ~ 1 0 14247575 +hemangioma_simplex n 1 1 @ 1 0 04696316 +hematemesis n 1 1 @ 1 0 00119210 +hematin n 1 2 @ #s 1 0 15024997 +hematinic n 1 1 @ 1 0 03513961 +hematite n 1 2 @ #s 1 0 14905720 +hematocele n 1 1 @ 1 0 14317221 +hematochezia n 1 1 @ 1 0 13492287 +hematochrome n 1 1 @ 1 0 14988635 +hematocoele n 1 1 @ 1 0 14317221 +hematocolpometra n 1 1 @ 1 0 14317433 +hematocolpos n 1 1 @ 1 0 14317562 +hematocrit n 2 1 @ 2 0 13821766 03514129 +hematocyst n 1 2 @ ~ 1 0 14201989 +hematocytopenia n 1 1 @ 1 0 13973632 +hematocyturia n 1 1 @ 1 0 14266400 +hematogenesis n 1 1 @ 1 0 13492453 +hematohiston n 1 2 @ #s 1 0 15025942 +hematoidin n 1 1 @ 1 0 14756369 +hematologist n 1 2 @ + 1 0 10170681 +hematology n 1 2 @ + 1 0 06051134 +hematolysis n 1 1 @ 1 0 13493213 +hematoma n 1 1 @ 1 0 14318714 +hematopoeitic_stem_cell n 1 1 @ 1 0 05608044 +hematopoiesis n 1 2 @ + 1 0 13492453 +hematuria n 1 2 @ ~ 1 0 14314320 +heme n 1 2 @ #s 1 0 15024997 +hemeralopia n 1 1 @ 1 0 14554345 +hemerobiid n 1 2 @ #m 1 0 02265330 +hemerobiid_fly n 1 2 @ #m 1 0 02265330 +hemerobiidae n 1 3 @ #m %m 1 0 02265177 +hemerocallidaceae n 1 2 @ #m 1 0 12456278 +hemerocallis n 1 3 @ #m %m 1 0 12456527 +hemerocallis_flava n 1 2 @ #m 1 0 12457091 +hemerocallis_lilio-asphodelus n 1 2 @ #m 1 0 12457091 +hemiacetal n 1 1 @ 1 0 14905911 +hemianopia n 1 1 @ 1 0 14554459 +hemianopic_scotoma n 1 1 @ 1 0 14556656 +hemianopsia n 1 1 @ 1 0 14554459 +hemiascomycetes n 1 3 @ #m %m 1 0 13024763 +hemicrania n 1 1 @ 1 0 14327707 +hemicycle n 1 1 @ 1 0 13874251 +hemidemisemiquaver n 1 1 @ 1 0 06871828 +hemiepiphyte n 1 1 @ 1 0 13123309 +hemigalus n 1 3 @ #m %m 1 0 02137172 +hemigalus_hardwickii n 1 2 @ #m 1 0 02137302 +hemigrammus n 1 3 @ #m %m 1 0 02583768 +hemimetabola n 1 2 @ #m 1 0 02232408 +hemimetabolism n 1 2 @ + 1 0 13492789 +hemimetaboly n 1 2 @ + 1 0 13492789 +hemimetamorphosis n 1 2 @ + 1 0 13492789 +hemimorphite n 1 3 @ #s %s 1 0 14678406 +hemin n 1 1 @ 1 0 15025228 +heming n 1 1 @ 1 0 11039690 +hemingway n 1 1 @ 1 0 11039860 +hemiparasite n 1 2 @ + 1 0 13120775 +hemiplegia n 1 1 @ 1 0 14559644 +hemiplegic n 1 1 @ 1 0 10170866 +hemipode n 1 3 @ ~ #m 1 0 02019929 +hemiprocnidae n 1 3 @ #m %m 1 0 01833283 +hemiptera n 1 3 @ #m %m 1 0 02236495 +hemipteran n 1 3 @ ~ #m 1 0 02236896 +hemipteron n 1 3 @ ~ #m 1 0 02236896 +hemipteronatus n 1 3 @ #m %m 1 0 02609466 +hemipteronatus_novacula n 1 2 @ #m 1 0 02609823 +hemipterous_insect n 1 3 @ ~ #m 1 0 02236896 +hemiramphidae n 1 3 @ #m %m 1 0 02550915 +hemisphere n 3 4 @ ~ #p + 3 1 08583095 13899109 05476915 +hemitripterus n 1 3 @ #m %m 1 0 02645823 +hemitripterus_americanus n 1 2 @ #m 1 0 02645953 +hemizygos_vein n 1 1 @ 1 0 05368874 +hemizygous_vein n 1 1 @ 1 0 05368874 +hemline n 1 2 @ #p 1 0 08583292 +hemlock n 4 5 @ ~ #m #s %s 4 0 14906085 12935609 11627364 11627168 +hemlock_tree n 1 4 @ ~ #m %s 1 0 11627168 +hemlock_water_dropwort n 1 2 @ #m 1 0 12940939 +hemming-stitch n 1 1 @ 1 0 03514340 +hemminge n 1 1 @ 1 0 11039690 +hemochromatosis n 1 2 @ ~ 1 0 14206929 +hemodialysis n 1 1 @ 1 0 00650543 +hemodialyzer n 1 1 @ 1 0 02746008 +hemodynamics n 1 1 @ 1 0 06082310 +hemofil n 1 2 @ ; 1 0 15071684 +hemogenesis n 1 1 @ 1 0 13492453 +hemoglobin n 1 4 @ ~ #s %s 1 1 15024240 +hemoglobinemia n 1 1 @ 1 0 14191903 +hemoglobinopathy n 1 1 @ 1 0 14192034 +hemoglobinuria n 1 1 @ 1 0 14314483 +hemolysin n 1 2 @ ~ 1 0 14906261 +hemolysis n 1 2 @ + 1 0 13493213 +hemolytic_anemia n 1 1 @ 1 0 14165240 +hemophile n 1 2 @ + 1 0 10170989 +hemophilia n 1 2 @ ~ 1 0 14170337 +hemophilia_a n 1 1 @ 1 0 14170772 +hemophilia_b n 1 1 @ 1 0 14170987 +hemophiliac n 1 1 @ 1 0 10170989 +hemopoiesis n 1 2 @ + 1 0 13492453 +hemoprotein n 1 2 @ ~ 1 0 14888884 +hemoptysis n 1 1 @ 1 0 14192199 +hemorrhage n 1 3 @ ~ + 1 1 14288235 +hemorrhagic_cyst n 1 2 @ ~ 1 0 14201989 +hemorrhagic_fever n 1 2 @ ~ 1 0 14177423 +hemorrhagic_septicemia n 1 1 @ 1 0 14263280 +hemorrhagic_stroke n 1 1 @ 1 0 14288561 +hemorrhoid n 1 1 @ 1 1 14327125 +hemorrhoidal_vein n 1 1 @ 1 0 05369092 +hemorrhoidectomy n 1 1 @ 1 0 00676693 +hemosiderin n 1 2 @ %s 1 1 15026963 +hemosiderosis n 1 1 @ 1 0 14314597 +hemostasia n 1 2 @ #p 1 0 00676834 +hemostasis n 1 3 @ #p + 1 0 00676834 +hemostat n 1 1 @ 1 0 03514451 +hemothorax n 1 1 @ 1 0 14320813 +hemp n 3 6 @ ~ #m #s #p %p 3 0 14906500 12396924 03491724 +hemp_agrimony n 1 1 @ 1 0 11968335 +hemp_family n 1 3 @ #m %m 1 0 12396255 +hemp_nettle n 1 2 @ #m 1 0 12847008 +hemp_willow n 1 2 @ #m 1 0 12731029 +hempen_necktie n 1 3 @ #p %p 1 0 03491724 +hemstitch n 2 2 @ + 2 0 03514693 03514588 +hemstitching n 1 2 @ + 1 0 03514693 +hen n 4 2 @ ~ 4 2 01792640 01514859 07646067 01321123 +hen-of-the-woods n 1 2 @ #m 1 0 13052670 +hen_harrier n 1 2 @ #m 1 0 01610226 +hen_hawk n 1 1 @ 1 0 01606978 +hen_of_the_woods n 1 2 @ #m 1 0 13052670 +hen_party n 1 1 @ 1 0 08256151 +hen_yard n 1 1 @ 1 0 03016737 +henbane n 1 2 @ #m 1 0 12904314 +henbit n 1 2 @ #m 1 0 12849416 +henchman n 1 1 @ 1 0 09953483 +hencoop n 1 1 @ 1 0 03016389 +hendiadys n 1 1 @ 1 0 07103558 +hendrik_antoon_lorentz n 1 1 @ 1 0 11138301 +hendrik_frensch_verwoerd n 1 1 @ 1 0 11364243 +hendrik_petrus_berlage n 1 1 @ 1 0 10847330 +hendrik_verwoerd n 1 1 @ 1 0 11364243 +hendrix n 1 1 @ 1 0 11040024 +henhouse n 1 1 @ 1 0 03016389 +henna n 1 2 @ + 1 0 14988741 +henri_becquerel n 1 1 @ 1 0 10840563 +henri_bergson n 1 1 @ 1 0 10846504 +henri_clemens_van_de_velde n 1 1 @ 1 0 11359558 +henri_emile_benoit_matisse n 1 1 @ 1 0 11164505 +henri_labrouste n 1 1 @ 1 0 11113732 +henri_louis_bergson n 1 1 @ 1 0 10846504 +henri_matisse n 1 1 @ 1 0 11164505 +henri_pitot n 1 1 @ 1 0 11236188 +henri_rene_albert_guy_de_maupassant n 1 1 @ 1 0 11165339 +henri_rousseau n 1 1 @ 1 0 11272972 +henri_toulouse-lautrec n 1 1 @ 1 0 11346391 +henri_van_de_velde n 1 1 @ 1 0 11359558 +henriette_rosine_bernard n 1 1 @ 1 0 10847994 +henrik_ibsen n 1 1 @ 1 0 11070644 +henrik_johan_ibsen n 1 1 @ 1 0 11070644 +henroost n 1 1 @ 1 0 03514894 +henry n 4 2 @ %p 4 0 13639405 11040596 11040381 11040240 +henry's_law n 1 2 @ ; 1 0 05878771 +henry_alfred_kissinger n 1 1 @ 1 0 11106290 +henry_beauclerc n 1 1 @ 1 0 11040800 +henry_bolingbroke n 1 2 @ #m 1 0 11041814 +henry_cavendish n 1 1 @ 1 0 10888401 +henry_clay n 1 1 @ 1 0 10899951 +henry_clay_frick n 1 1 @ 1 0 10982295 +henry_david_thoreau n 1 1 @ 1 0 11340992 +henry_engelhard_steinway n 1 1 @ 1 0 11315760 +henry_fielding n 1 1 @ 1 0 10970603 +henry_fonda n 1 1 @ 1 0 10974033 +henry_ford n 1 1 @ 1 1 10974592 +henry_ford_ii n 1 1 @ 1 0 10975202 +henry_graham_greene n 1 1 @ 1 0 11013743 +henry_hobson_richardson n 1 1 @ 1 0 11261364 +henry_hubert_turner n 1 1 @ 1 0 11353078 +henry_hudson n 1 1 @ 1 0 11064106 +henry_i n 1 1 @ 1 0 11040800 +henry_ii n 2 2 @ #m 2 0 11041236 11040985 +henry_iii n 2 2 @ #m 2 0 11041660 11041447 +henry_iv n 3 2 @ #m 3 0 11042165 11042036 11041814 +henry_james n 1 1 @ 1 1 11079252 +henry_john_heinz n 1 1 @ 1 0 11038657 +henry_kenneth_alfred_russell n 1 1 @ 1 0 11275636 +henry_kissinger n 1 1 @ 1 0 11106290 +henry_laurens n 1 1 @ 1 0 11119476 +henry_le_chatelier n 1 1 @ 1 0 11122977 +henry_lee n 1 1 @ 1 0 11123762 +henry_louis_aaron n 1 1 @ 1 0 10807016 +henry_louis_gehrig n 1 1 @ 1 0 10993350 +henry_louis_mencken n 1 1 @ 1 0 11173031 +henry_luce n 1 1 @ 1 0 11143933 +henry_m._robert n 1 1 @ 1 0 11264002 +henry_m._stanley n 1 1 @ 1 0 11313011 +henry_martyn_robert n 1 1 @ 1 0 11264002 +henry_miller n 1 1 @ 1 0 11180029 +henry_moore n 1 1 @ 1 0 11189274 +henry_morgan n 1 1 @ 1 0 11190774 +henry_norris_russell n 1 1 @ 1 0 11275170 +henry_of_navarre n 1 2 @ #m 1 0 11042165 +henry_oscar_houghton n 1 1 @ 1 0 11061552 +henry_purcell n 1 1 @ 1 0 11248599 +henry_robinson_luce n 1 1 @ 1 0 11143933 +henry_rowe_schoolcraft n 1 1 @ 1 0 11286117 +henry_russell n 1 1 @ 1 0 11275170 +henry_spencer_moore n 1 1 @ 1 0 11189274 +henry_steinway n 1 1 @ 1 0 11315760 +henry_sweet n 1 1 @ 1 0 11326730 +henry_the_great n 1 2 @ #m 1 0 11042165 +henry_tudor n 1 2 @ #m 1 0 11043040 +henry_v n 1 2 @ #m 1 0 11042482 +henry_valentine_miller n 1 1 @ 1 0 11180029 +henry_vi n 1 2 @ #m 1 0 11042691 +henry_vii n 2 2 @ #m 2 0 11043389 11043040 +henry_viii n 1 2 @ #m 1 0 11043519 +henry_villard n 1 1 @ 1 0 11366658 +henry_wadsworth_longfellow n 1 1 @ 1 0 11137928 +henry_ward_beecher n 1 1 @ 1 0 10841065 +henry_watson_fowler n 1 1 @ 1 0 10976708 +henry_wheeler_shaw n 1 1 @ 1 0 11296279 +henson n 1 1 @ 1 0 11043836 +hepadnavirus n 1 1 @ 1 0 01336076 +heparin n 1 1 @ 1 0 03514974 +hepatic n 1 3 @ ~ #m 1 0 11542640 +hepatic_artery n 1 2 @ #p 1 0 05346585 +hepatic_coma n 1 1 @ 1 0 05680573 +hepatic_duct n 1 2 @ #p 1 0 05386426 +hepatic_lobe n 1 2 @ #p 1 0 05386309 +hepatic_portal_vein n 1 2 @ #p 1 0 05377665 +hepatic_tanager n 1 2 @ #m 1 0 01598271 +hepatic_vein n 1 2 @ #p 1 0 05369254 +hepatica n 2 2 @ #m 2 0 11735053 11544015 +hepaticae n 1 3 @ #m %m 1 0 11542341 +hepaticopsida n 1 3 @ #m %m 1 0 11542341 +hepatitis n 1 2 @ ~ 1 1 14130354 +hepatitis_a n 1 1 @ 1 0 14130661 +hepatitis_a_virus n 1 1 @ 1 0 01337822 +hepatitis_b n 1 1 @ 1 0 14130942 +hepatitis_c n 1 1 @ 1 0 14131353 +hepatitis_delta n 1 1 @ 1 0 14131247 +hepatocarcinoma n 1 1 @ 1 0 14251174 +hepatocellular_carcinoma n 1 1 @ 1 0 14251174 +hepatoflavin n 1 2 @ %s 1 0 15091473 +hepatojugular_reflux n 1 1 @ 1 0 14335641 +hepatolenticular_degeneration n 1 1 @ 1 0 14569121 +hepatoma n 1 1 @ 1 0 14251174 +hepatomegaly n 1 1 @ 1 0 14103180 +hepatotoxin n 1 2 @ + 1 0 15036103 +hepburn n 1 1 @ 1 0 11043980 +hephaestus n 1 2 @ ; 1 0 09561970 +hephaistos n 1 2 @ ; 1 0 09561970 +heptad n 1 1 @ 1 0 13744916 +heptadecanoic_acid n 1 1 @ 1 0 14742476 +heptagon n 1 1 @ 1 0 13882487 +heptane n 1 1 @ 1 0 14906656 +hepworth n 1 1 @ 1 0 11044168 +hera n 1 1 @ 1 0 09563183 +heracles n 1 2 @ ; 1 0 09578005 +heracleum n 1 3 @ #m %m 1 0 12939664 +heracleum_sphondylium n 1 2 @ #m 1 0 12939874 +heraclitus n 1 1 @ 1 0 11044295 +herakles n 1 2 @ ; 1 0 09578005 +herald n 2 3 @ + ; 2 1 10171219 06802571 +heraldic_bearing n 1 2 @ ~ 1 0 03008565 +heraldry n 2 3 @ ~ - 2 0 05801594 03515338 +herat n 1 2 @ #p 1 0 08703972 +herb n 2 4 @ ~ %p + 2 2 12205694 07811416 +herb_bennet n 1 1 @ 1 0 12632526 +herb_christopher n 1 4 @ ~ #m %p 1 0 11723770 +herb_doctor n 1 1 @ 1 0 10171456 +herb_garden n 1 1 @ 1 0 03515644 +herb_mercury n 1 2 @ #m 1 0 12924036 +herb_of_grace n 1 3 @ #m %p 1 0 12707199 +herb_paris n 1 2 @ #m 1 0 12469517 +herb_robert n 1 1 @ 1 0 12686676 +herb_roberts n 1 1 @ 1 0 12686676 +herb_simon n 1 1 @ 1 0 11300893 +herb_tea n 1 2 @ ~ 1 0 07933891 +herba_impia n 1 1 @ 1 0 11970298 +herbaceous_plant n 1 3 @ ~ %p 1 0 12205694 +herbage n 1 1 @ 1 0 12104501 +herbal n 1 2 @ ~ 1 0 07933891 +herbal_medicine n 2 1 @ 2 0 03515500 00613685 +herbal_tea n 1 2 @ ~ 1 0 07933891 +herbal_therapy n 1 2 @ ; 1 0 00700421 +herbalist n 1 1 @ 1 0 10171456 +herbarium n 1 1 @ 1 0 07958501 +herbart n 1 1 @ 1 0 11044517 +herbert n 1 1 @ 1 0 11044629 +herbert_a._simon n 1 1 @ 1 0 11300893 +herbert_alexander_simon n 1 1 @ 1 0 11300893 +herbert_blythe n 1 1 @ 1 0 10835218 +herbert_clark_hoover n 1 1 @ 1 0 11058633 +herbert_george_wells n 1 1 @ 1 0 11381193 +herbert_hoover n 1 1 @ 1 0 11058633 +herbert_kitchener n 1 1 @ 1 0 11106479 +herbert_marcuse n 1 1 @ 1 0 11156333 +herbert_marshall_mcluhan n 1 1 @ 1 0 11169595 +herbert_marx n 1 2 @ #m 1 0 11161228 +herbert_mclean_evans n 1 1 @ 1 0 10963467 +herbert_spencer n 1 1 @ 1 0 11310321 +herbicide n 1 3 @ ~ %s 1 0 14906850 +herbivore n 1 1 @ 1 0 01324610 +herbs_mercury n 1 2 @ #m 1 0 12924036 +herbs_robert n 1 1 @ 1 0 12686676 +herculaneum n 1 2 @ #p 1 0 08804049 +hercules n 2 3 @ + ; 2 0 09578005 09302263 +hercules'-club n 2 2 @ #m 2 0 12715195 11797508 +hercules'-clubs n 1 2 @ #m 1 0 12715195 +hercules-club n 1 2 @ #m 1 0 12715195 +herculius n 1 1 @ 1 0 11166251 +herd n 3 4 @ ~ %m + 3 2 07994331 07994555 08183046 +herd's_grass n 1 3 @ #m %p 1 0 12130549 +herder n 2 3 @ ~ + 2 0 11044789 10171567 +herdsman n 1 2 @ ~ 1 0 10171567 +here n 2 2 ! @ 2 1 08489497 09563183 +here_and_now n 1 1 @ 1 1 15120050 +hereafter n 2 2 @ ~ 2 0 15143864 15121625 +herediatry_spinal_ataxia n 1 1 @ 1 0 14091525 +hereditament n 1 1 @ 1 0 13245217 +hereditarianism n 1 2 ! @ 1 0 05971913 +hereditary_cerebellar_ataxia n 1 1 @ 1 0 14091757 +hereditary_condition n 1 2 @ ~ 1 0 14151139 +hereditary_disease n 1 2 @ ~ 1 0 14151139 +hereditary_motor_and_sensory_neuropathy n 1 1 @ 1 0 14208587 +hereditary_pattern n 1 3 @ ~ ; 1 0 04922338 +heredity n 2 3 @ ~ + 2 1 13493399 04920867 +hereford n 1 1 @ 1 0 02407625 +hereness n 1 3 ! @ + 1 0 13958672 +herero n 2 2 @ #m 2 0 09692915 06993225 +heresy n 2 3 @ ~ + 2 0 06212422 05980412 +heretic n 2 1 @ 2 1 10171755 10171953 +heritage n 4 4 @ ~ %p ; 4 2 05669797 04921011 13262913 00083585 +heritiera n 1 2 @ #m 1 0 12199564 +heritiera_littoralis n 1 1 @ 1 0 12200143 +heritiera_macrophylla n 1 1 @ 1 0 12199982 +heritiera_trifoliolata n 1 1 @ 1 0 12199790 +heritor n 1 2 @ ~ 1 0 10168584 +herm n 1 1 @ 1 0 03515728 +herman n 1 1 @ 1 0 11044939 +herman_hollerith n 1 1 @ 1 0 11056466 +herman_melville n 1 1 @ 1 1 11172795 +herman_northrop_frye n 1 1 @ 1 0 10984418 +herman_wouk n 1 1 @ 1 0 11398094 +hermann n 1 1 @ 1 0 10822786 +hermann_goering n 1 1 @ 1 0 11008647 +hermann_goring n 1 1 @ 1 0 11008647 +hermann_hesse n 1 1 @ 1 0 11048205 +hermann_joseph_muller n 1 1 @ 1 0 11195295 +hermann_ludwig_ferdinand_von_helmholtz n 1 1 @ 1 0 11039344 +hermann_maurice_saxe n 1 1 @ 1 0 11283300 +hermann_minkowski n 1 1 @ 1 0 11181255 +hermann_snellen n 1 1 @ 1 0 11306920 +hermann_von_helmholtz n 1 1 @ 1 0 11039344 +hermann_wilhelm_goring n 1 1 @ 1 0 11008647 +hermannia n 1 3 @ #m %m 1 0 12200315 +hermannia_verticillata n 1 2 @ #m 1 0 12200504 +hermaphrodism n 1 1 @ 1 0 14467975 +hermaphrodite n 1 2 @ + 1 0 10172080 +hermaphrodite_brig n 1 1 @ 1 0 02901620 +hermaphroditism n 2 1 @ 2 0 14467975 05008746 +hermaphroditus n 1 2 @ ; 1 0 09562526 +hermeneutics n 1 1 @ 1 1 06183398 +hermes n 1 2 @ ; 1 0 09562319 +hermissenda n 1 3 @ #m %m 1 0 01951472 +hermissenda_crassicornis n 1 2 @ #m 1 0 01951613 +hermit n 2 3 @ ~ + 2 0 10519126 10172448 +hermit_crab n 1 2 @ #m 1 0 01986214 +hermit_thrush n 1 2 @ #m 1 0 01559477 +hermitage n 1 1 @ 1 0 03515934 +hermosillo n 1 2 @ #p 1 0 08743557 +hernan_cortes n 1 1 @ 1 0 10912243 +hernan_cortez n 1 1 @ 1 0 10912243 +hernando_cortes n 1 1 @ 1 0 10912243 +hernando_cortez n 1 1 @ 1 0 10912243 +hernaria n 1 3 @ #m %m 1 0 11810559 +hernaria_glabra n 1 2 @ #m 1 0 11810728 +hernia n 1 2 @ ~ 1 0 14295389 +herniated_disc n 1 1 @ 1 0 14296579 +herniation n 1 2 @ ~ 1 0 14295389 +hero n 7 4 @ ~ + ; 7 3 10325013 05929670 09906538 11045106 10173086 09554297 07697825 +hero_of_alexandria n 1 1 @ 1 0 11045106 +hero_sandwich n 1 1 @ 1 0 07697825 +hero_worship n 1 1 @ 1 0 07501093 +hero_worshiper n 1 1 @ 1 0 10173665 +hero_worshipper n 1 1 @ 1 1 10173665 +herod n 1 1 @ 1 0 11045353 +herod_the_great n 1 1 @ 1 0 11045353 +herodotus n 1 1 @ 1 0 11045569 +heroic n 1 1 @ 1 0 06386156 +heroic_couplet n 1 1 @ 1 0 06385842 +heroic_meter n 1 1 @ 1 0 06386156 +heroic_poem n 1 2 @ ~ 1 0 06379721 +heroic_poetry n 1 1 @ 1 0 07093158 +heroic_stanza n 1 1 @ 1 0 06385997 +heroic_tale n 1 2 @ ~ 1 0 06370268 +heroic_verse n 1 1 @ 1 0 06386156 +heroica_puebla_de_zaragoza n 1 3 @ #p ; 1 0 08745011 +heroics n 1 2 @ ; 1 1 00551714 +heroin n 1 2 @ ~ 1 0 03516011 +heroin_addict n 1 1 @ 1 0 10173579 +heroin_addiction n 1 1 @ 1 0 14065071 +heroine n 2 2 @ ~ 2 1 10173305 10173410 +heroism n 1 1 @ 1 1 04857738 +heron n 2 3 @ ~ #m 2 0 11045106 02008041 +heron's_bill n 1 3 @ ~ #m 1 0 12688716 +heronry n 1 1 @ 1 0 08583455 +herpangia n 1 1 @ 1 0 14177848 +herpes n 2 2 @ ~ 2 0 14131950 01338685 +herpes_encephalitis n 1 1 @ 1 0 14343062 +herpes_genitalis n 1 1 @ 1 0 14132524 +herpes_labialis n 1 1 @ 1 0 14132375 +herpes_simplex n 2 2 @ ~ 2 0 14132102 01338908 +herpes_simplex_1 n 1 1 @ 1 0 01339083 +herpes_simplex_2 n 1 1 @ 1 0 01339206 +herpes_simplex_encephalitis n 1 1 @ 1 0 14343062 +herpes_simplex_virus n 1 2 @ ~ 1 0 01338908 +herpes_varicella_zoster n 1 1 @ 1 0 01339471 +herpes_varicella_zoster_virus n 1 1 @ 1 0 01339471 +herpes_virus n 1 2 @ ~ 1 0 01338685 +herpes_zoster n 2 2 @ ~ 2 0 14132829 01339336 +herpes_zoster_virus n 1 2 @ ~ 1 0 01339336 +herpestes n 1 3 @ #m %m 1 0 02137428 +herpestes_ichneumon n 1 1 @ 1 0 02137888 +herpestes_nyula n 1 1 @ 1 0 02137722 +herpetologist n 1 2 @ + 1 1 10172668 +herpetology n 1 2 @ + 1 0 06072776 +herr n 2 2 @ ; 2 0 10173771 06341127 +herrenvolk n 1 1 @ 1 0 07968550 +herrerasaur n 1 2 @ #m 1 0 01714843 +herrerasaurus n 1 2 @ #m 1 0 01714843 +herrick n 1 1 @ 1 0 11045796 +herring n 2 5 @ ~ #m #p %p 2 0 07784522 02532028 +herring_gull n 1 2 @ #m 1 0 02042046 +herring_hog n 1 1 @ 1 0 02070624 +herring_salad n 1 1 @ 1 0 07808268 +herringbone n 2 1 @ 2 1 03516266 03516367 +herringbone_pattern n 1 1 @ 1 0 03516367 +herschel n 2 1 @ 2 0 11046169 11045898 +herschelian_telescope n 1 1 @ 1 0 03516647 +hershey n 2 1 @ 2 0 11046457 09135894 +hershey_bar n 1 1 @ 1 0 07603613 +hertfordshire n 1 3 @ #m #p 1 0 08882807 +hertha n 1 1 @ 1 0 09585757 +hertz n 3 3 @ #p + 3 0 15279104 11046934 11046722 +hertzian_wave n 1 1 @ 1 0 11451310 +herzberg n 1 1 @ 1 0 11047139 +heshvan n 1 2 @ #p 1 0 15214639 +hesiod n 1 1 @ 1 0 11047333 +hesitance n 1 2 @ + 1 0 07523485 +hesitancy n 2 3 @ ~ + 2 1 07523485 04645943 +hesitater n 1 2 @ + 1 0 10603528 +hesitation n 3 3 @ ~ + 3 3 05699434 04645943 01063350 +hesitator n 1 2 @ + 1 0 10603528 +hesperides n 1 2 @ ; 1 0 09549216 +hesperiphona n 1 3 @ #m %m 1 0 01540432 +hesperiphona_vespertina n 1 2 @ #m 1 0 01540566 +hesperis n 1 3 @ #m %m 1 0 11888621 +hesperis_matronalis n 1 2 @ #m 1 0 11888800 +hesperus n 1 1 @ 1 0 09276872 +hess n 4 1 @ 4 0 11048109 11047961 11047701 11047521 +hesse n 1 1 @ 1 0 11048205 +hessian n 1 1 @ 1 0 03516844 +hessian_boot n 1 1 @ 1 0 03516844 +hessian_fly n 1 2 @ #m 1 0 02189670 +hessonite n 1 1 @ 1 0 14903466 +hestia n 1 2 @ ; 1 0 09563998 +heteranthera n 1 3 @ #m %m 1 0 12610609 +heteranthera_dubia n 1 2 @ #m 1 0 12610740 +heterobasidiomycetes n 1 2 @ #m 1 0 12997432 +heterocephalus n 1 3 @ #m %m 1 0 02369424 +heterocercal_fin n 1 2 ! @ 1 0 02467133 +heterocycle n 2 3 @ ~ + 2 0 15025397 09302400 +heterocyclic n 1 2 @ ~ 1 0 15025397 +heterocyclic_compound n 1 2 @ ~ 1 0 15025397 +heterocyclic_ring n 1 1 @ 1 0 09302400 +heterodactyl_foot n 1 2 ! @ 1 0 02155014 +heterodon n 1 3 @ #m %m 1 0 01729133 +heterodoxy n 2 2 @ ~ 2 0 06212422 04800729 +heterodyne_oscillator n 1 2 @ #p 1 0 03681813 +heterodyne_receiver n 1 2 @ %p 1 0 03516996 +heterogeneity n 1 4 ! @ ~ + 1 0 04751098 +heterogeneousness n 1 3 @ ~ + 1 0 04751098 +heterogenesis n 1 2 @ ~ 1 0 11424194 +heterograft n 1 1 @ 1 0 05583624 +heterokontae n 1 2 @ #m 1 0 01400575 +heterokontophyta n 1 2 @ #m 1 0 01399529 +heterology n 1 3 @ + ; 1 0 04750547 +heteromeles n 1 3 @ #m %m 1 0 12632875 +heteromeles_arbutifolia n 1 2 @ #m 1 0 12633061 +heterometabolism n 1 2 @ + 1 0 13493003 +heterometaboly n 1 2 @ + 1 0 13493003 +heteromyidae n 1 3 @ #m %m 1 0 02348405 +heteronym n 1 1 @ 1 0 06292290 +heterophil_antibody n 1 1 @ 1 0 15029292 +heterophil_test n 1 1 @ 1 0 05739965 +heterophile_antibody n 1 1 @ 1 0 15029292 +heteroploid n 1 2 @ ; 1 0 01320479 +heteroploidy n 1 1 @ 1 0 14570846 +heteroptera n 1 3 @ #m %m 1 0 02241184 +heteropterous_insect n 1 3 @ ~ #m 1 0 02241569 +heteroscelus n 1 3 @ #m %m 1 0 02030442 +heteroscelus_incanus n 1 2 @ #m 1 0 02030568 +heterosexism n 1 1 @ 1 0 01154772 +heterosexual n 1 3 @ ~ + 1 0 10173895 +heterosexual_person n 1 2 @ ~ 1 0 10173895 +heterosexualism n 1 1 @ 1 0 00857664 +heterosexuality n 1 2 @ + 1 0 00857664 +heterosis n 1 2 @ ; 1 0 04922597 +heterosomata n 1 3 @ #m %m 1 0 02657083 +heterospory n 1 2 @ + 1 0 13493566 +heterostracan n 1 2 @ #m 1 0 01475232 +heterostraci n 1 3 @ #m %m 1 0 01475025 +heterotaxy n 1 1 @ 1 0 14103998 +heterotheca n 1 3 @ #m %m 1 0 11981314 +heterotheca_villosa n 1 2 @ #m 1 0 11981475 +heterotrichales n 1 3 @ #m %m 1 0 01401296 +heterotroph n 1 1 @ 1 0 00006024 +heterozygosity n 1 3 ! @ + 1 0 14569508 +heterozygote n 1 2 @ ; 1 0 05432230 +heth n 1 2 @ #m 1 0 06837465 +heuchera n 1 3 @ #m %m 1 0 12798041 +heuchera_americana n 1 1 @ 1 0 12798466 +heuchera_cylindrica n 1 2 @ #m 1 0 12798632 +heuchera_sanguinea n 1 2 @ #m 1 0 12798910 +heulandite n 1 1 @ 1 0 15107362 +heuristic n 1 3 @ ~ + 1 0 05847956 +heuristic_program n 1 2 @ ~ 1 0 05847956 +heuristic_rule n 1 2 @ ~ 1 0 05847956 +hevea n 1 2 @ #m 1 0 12925836 +hevea_brasiliensis n 1 1 @ 1 0 12926039 +hevesy n 1 1 @ 1 0 11048389 +hewer n 1 2 @ + 1 0 10174148 +hex n 1 2 @ + 1 1 07160424 +hex_nut n 1 1 @ 1 0 03517427 +hexachlorophene n 1 1 @ 1 0 03517271 +hexacosanoic_acid n 1 2 @ #s 1 0 14610548 +hexad n 1 1 @ 1 0 13744722 +hexadecanoic_acid n 1 2 @ #s 1 0 14973303 +hexadecimal_digit n 1 1 @ 1 0 13741903 +hexadecimal_notation n 1 1 @ 1 0 06811283 +hexadecimal_number_system n 1 1 @ 1 0 06811419 +hexadecimal_system n 1 1 @ 1 0 06811419 +hexadrol n 1 2 @ ; 1 0 14753808 +hexagon n 1 3 @ ~ + 1 0 13882276 +hexagram n 1 2 @ ~ 1 0 13880811 +hexagrammidae n 1 3 @ #m %m 1 0 02648456 +hexagrammos n 1 3 @ #m %m 1 0 02648769 +hexagrammos_decagrammus n 1 2 @ #m 1 0 02648916 +hexahedron n 1 2 @ ~ 1 0 13915305 +hexalectris n 1 3 @ #m %m 1 0 12068824 +hexalectris_spicata n 1 2 @ #m 1 0 12069009 +hexalectris_warnockii n 1 2 @ #m 1 0 12069217 +hexameter n 1 1 @ 1 1 07096237 +hexamita n 1 2 @ #m 1 0 01420164 +hexanchidae n 1 3 @ #m %m 1 0 01482754 +hexanchus n 1 3 @ #m %m 1 0 01482887 +hexanchus_griseus n 1 2 @ #m 1 0 01483021 +hexane n 1 1 @ 1 0 14907122 +hexanedioic_acid n 1 1 @ 1 0 14612317 +hexanoic_acid n 1 1 @ 1 0 14791988 +hexapod n 1 1 @ 1 0 02157206 +hexapoda n 1 3 @ #m %m 1 0 02159271 +hexenbesen n 1 1 @ 1 0 12521624 +hexestrol n 1 1 @ 1 0 14751055 +hexose n 1 2 @ ~ 1 0 14690186 +heyday n 1 2 @ ~ 1 1 15295045 +heyerdahl n 1 1 @ 1 0 11048586 +heyrovsky n 1 1 @ 1 0 11048739 +heyse n 1 1 @ 1 0 11048879 +heyward n 1 1 @ 1 0 11049001 +hezbollah n 1 2 @ ; 1 0 08023374 +hezekiah n 1 2 @ ; 1 0 11049128 +hf n 2 2 @ #p 2 0 14639556 05057593 +hfc n 1 1 @ 1 0 14912556 +hg n 2 4 @ #s #p %p 2 0 14645346 13724474 +hhs n 1 2 @ %p 1 0 08133536 +hi n 2 4 @ #p %p - 2 1 06632511 09078231 +hi-fi n 2 2 @ ~ 2 0 03517760 01020488 +hiatal_hernia n 1 1 @ 1 0 14296399 +hiatus n 3 2 @ ~ 3 0 07368256 07008947 05545439 +hiatus_hernia n 1 1 @ 1 0 14296399 +hiawatha n 1 1 @ 1 0 11049278 +hiba_arborvitae n 1 2 @ #m 1 0 11644872 +hibachi n 1 2 @ + 1 0 03517509 +hibbertia n 1 3 @ #m %m 1 0 12363580 +hibbing n 1 2 @ #p 1 0 09102655 +hibernation n 3 2 @ + 3 0 14014849 14013981 00212377 +hibernia n 1 6 @ ~ #p %m %p - 1 0 08859173 +hibiscus n 1 3 @ ~ #m 1 0 12177844 +hibiscus_cannabinus n 1 2 @ %p 1 0 12178129 +hibiscus_elatus n 1 1 @ 1 0 12178494 +hibiscus_esculentus n 1 3 @ #m %p 1 0 12171966 +hibiscus_farragei n 1 2 @ #m 1 0 12185859 +hibiscus_heterophyllus n 1 1 @ 1 0 12178780 +hibiscus_moschatus n 1 2 @ #m 1 0 12172481 +hibiscus_moscheutos n 1 1 @ 1 0 12178896 +hibiscus_mutabilis n 1 1 @ 1 0 12179122 +hibiscus_rosa-sinensis n 1 1 @ 1 0 12179391 +hibiscus_sabdariffa n 1 1 @ 1 0 12179632 +hibiscus_syriacus n 1 1 @ 1 0 12179907 +hibiscus_tiliaceus n 1 1 @ 1 0 12180168 +hibiscus_trionum n 1 1 @ 1 0 12180456 +hiccough n 1 3 @ + ; 1 0 14359459 +hiccough_nut n 1 2 @ #m 1 0 12324222 +hiccup n 1 3 @ + ; 1 0 14359459 +hiccup_nut n 1 2 @ #m 1 0 12324222 +hick n 1 1 @ 1 0 10804102 +hickey n 2 2 @ ~ 2 0 14334306 14226862 +hickock n 1 1 @ 1 0 11049443 +hickory n 2 5 @ ~ #m #s %s 2 0 12320285 12320010 +hickory_nut n 1 2 @ #p 1 0 07774295 +hickory_pine n 1 1 @ 1 0 11617631 +hickory_tree n 1 4 @ ~ #m %s 1 0 12320010 +hidatsa n 2 1 @ 2 0 09656205 06909932 +hidden_reserve n 1 2 @ ~ 1 0 13369567 +hidden_tax n 1 2 @ ; 1 0 13314085 +hiddenite n 1 1 @ 1 0 15052413 +hiddenness n 1 1 @ 1 0 14416349 +hide n 2 2 @ ~ 2 2 14759275 01895735 +hide-and-seek n 1 1 @ 1 0 00484910 +hide_and_go_seek n 1 1 @ 1 0 00484910 +hideaway n 2 1 @ 2 1 08584218 03517647 +hideki_yukawa n 1 1 @ 1 0 11404402 +hideousness n 1 2 @ + 1 0 04691061 +hideout n 1 2 @ + 1 1 08584218 +hideyo_noguchi n 1 1 @ 1 0 11209019 +hiding n 2 3 @ ~ + 2 1 01048912 14575952 +hiding_place n 1 2 @ ~ 1 1 08584449 +hidrosis n 1 3 @ ~ + 1 0 13535261 +hieracium n 1 3 @ #m %m 1 0 11981817 +hieracium_aurantiacum n 1 2 @ #m 1 0 12003814 +hieracium_pilocella n 1 1 @ 1 0 12004120 +hieracium_praealtum n 1 2 @ #m 1 0 11982342 +hieracium_venosum n 1 1 @ 1 0 11982545 +hierarch n 2 3 @ ~ #m 2 0 10169937 09807075 +hierarchical_classification_system n 1 1 @ 1 0 05732446 +hierarchical_data_structure n 1 1 @ 1 0 05732273 +hierarchical_menu n 1 2 @ ; 1 0 06493721 +hierarchical_structure n 1 1 @ 1 0 05732273 +hierarchy n 2 5 @ ~ #p %m + 2 2 08377806 08376051 +hieratic n 1 3 @ ~ + 1 0 06362260 +hieratic_script n 1 2 @ ~ 1 0 06362260 +hierocracy n 1 1 @ 1 0 08363622 +hieroglyph n 2 3 @ ~ + 2 0 06403679 06362441 +hieroglyphic n 2 3 @ ~ + 2 0 06403679 06362441 +hierolatry n 1 1 @ 1 0 01046257 +hieronymus n 1 2 @ ; 1 0 11083064 +hieronymus_bosch n 1 1 @ 1 0 10858468 +higginson n 1 1 @ 1 0 11049608 +high n 7 5 ! @ ~ #p + 7 1 05097536 14520670 14405621 14405452 08584618 08409617 03518631 +high-angle_fire n 1 1 @ 1 0 00994745 +high-angle_gun n 1 2 @ ~ 1 0 03517982 +high-bush_blueberry n 1 2 @ %p 1 0 12247664 +high-definition_television n 1 1 @ 1 0 06278475 +high-density_lipoprotein n 1 2 @ %s 1 0 14907349 +high-energy_physics n 1 2 @ - 1 0 06101551 +high-five n 1 1 @ 1 0 07015242 +high-handedness n 1 3 @ ~ + 1 0 04887912 +high-hat_cymbal n 1 1 @ 1 0 03518829 +high-level_formatting n 1 2 @ ; 1 0 06637149 +high-level_language n 1 1 @ 1 0 06899845 +high-level_radioactive_waste n 1 1 @ 1 0 14907703 +high-low n 1 1 @ 1 0 00497713 +high-low-jack n 1 2 @ ~ 1 0 00489730 +high-mindedness n 1 2 @ + 1 0 04870643 +high-muck-a-muck n 1 1 @ 1 0 10174971 +high-pass_filter n 1 1 @ 1 0 03519226 +high-protein_diet n 1 1 @ 1 0 07563207 +high-rise n 1 1 @ 1 0 03519387 +high-speed_steel n 1 1 @ 1 0 14907867 +high-spiritedness n 1 3 @ ~ + 1 0 04634161 +high-strength_brass n 1 1 @ 1 0 14947125 +high-up n 1 1 @ 1 0 10748620 +high-vitamin_diet n 1 1 @ 1 0 07563366 +high-warp_loom n 1 1 @ 1 0 03519848 +high-water_mark n 1 1 @ 1 0 08679167 +high-yield_bond n 1 1 @ 1 0 13338439 +high_altar n 1 1 @ 1 0 03517899 +high_anglican_church n 1 2 @ ; 1 0 08088963 +high_anglicanism n 1 1 @ 1 1 06229240 +high_bar n 1 2 @ %p 1 0 03535780 +high_beam n 1 1 @ 1 0 11472699 +high_blood_pressure n 1 2 @ ~ 1 0 14103510 +high_brass n 1 1 @ 1 0 14907273 +high_church n 1 2 @ ; 1 0 08088963 +high_colonic n 1 1 @ 1 0 00253773 +high_comedy n 1 1 @ 1 0 07016428 +high_command n 1 3 @ ~ ; 1 0 08405267 +high_commission n 1 2 @ ; 1 0 08402944 +high_commissioner n 1 1 @ 1 0 10174445 +high_country n 1 1 @ 1 0 08498163 +high_court n 1 2 @ ; 1 0 08336188 +high_dam n 1 2 @ #p 1 0 02751623 +high_dudgeon n 1 1 @ 1 0 07516756 +high_energy_physics n 1 2 @ - 1 0 06101551 +high_explosive n 1 3 ! @ ~ 1 1 14853210 +high_fashion n 1 1 @ 1 0 05751063 +high_fidelity n 1 2 @ ~ 1 1 01020488 +high_fidelity_sound_system n 1 1 @ 1 0 03517760 +high_finance n 1 1 @ 1 1 01099231 +high_frequency n 2 2 @ #p 2 2 05057593 04985790 +high_gear n 1 3 @ ~ #p 1 0 03518631 +high_german n 1 4 @ ~ ; - 1 0 06950528 +high_ground n 1 1 @ 1 0 13949463 +high_hat n 2 1 @ 2 0 03518829 03237416 +high_holiday n 1 2 @ ~ 1 0 15184008 +high_holy_day n 1 2 @ ~ 1 0 15184008 +high_horse n 1 1 @ 1 0 06195555 +high_jinks n 1 2 @ ; 1 0 00510050 +high_jinx n 1 2 @ ; 1 0 00510050 +high_jump n 2 2 @ ~ 2 0 07469476 00440509 +high_life n 1 1 @ 1 0 00743641 +high_mallow n 1 2 @ #m 1 0 12171503 +high_mass n 1 2 @ %p 1 0 01042465 +high_muckamuck n 1 1 @ 1 0 10748620 +high_noon n 1 2 @ #p 1 0 15165490 +high_pitch n 1 2 ! @ 1 0 04985790 +high_point n 1 2 @ #p 1 0 05868779 +high_priest n 2 2 @ ~ 2 0 10175248 09807075 +high_profile n 1 1 @ 1 0 13950703 +high_quality n 1 3 ! @ ~ 1 1 04728376 +high_relief n 1 2 ! @ 1 0 02700422 +high_renaissance n 1 2 @ #p 1 0 04929742 +high_roller n 2 1 @ 2 0 10635625 10175418 +high_school n 1 1 @ 1 1 08409617 +high_sea n 1 3 ! @ #p 1 1 09302804 +high_season n 1 2 ! @ 1 0 15238570 +high_sierra n 1 3 @ #p %p 1 0 09434845 +high_sign n 1 1 @ 1 0 06806318 +high_society n 1 2 @ %m 1 1 08387930 +high_spirits n 1 2 @ ~ 1 1 07527656 +high_spot n 1 1 @ 1 0 13810141 +high_status n 1 3 ! @ ~ 1 0 13948441 +high_stepper n 1 1 @ 1 0 02388588 +high_street n 1 2 @ ~ 1 0 03712729 +high_style n 1 1 @ 1 0 05751063 +high_table n 1 2 @ #p 1 0 03519674 +high_tea n 1 2 @ ; 1 0 07575392 +high_tech n 1 2 @ ~ 1 0 00950858 +high_technology n 1 3 @ ~ + 1 0 00950858 +high_temperature n 1 2 @ ~ 1 1 05016171 +high_tide n 1 3 ! @ ~ 1 0 07401960 +high_time n 1 1 @ 1 1 15245711 +high_treason n 1 1 @ 1 0 00782072 +high_water n 1 2 @ ~ 1 0 07401960 +high_wind n 1 1 @ 1 0 11443057 +high_wire n 1 1 @ 1 0 03520399 +highball n 1 2 @ ~ 1 0 07912211 +highball_glass n 1 1 @ 1 0 03518135 +highbinder n 1 1 @ 1 0 10174253 +highboard n 1 1 @ 1 0 03518230 +highboy n 1 1 @ 1 0 03518305 +highbrow n 1 2 @ + 1 0 10174330 +highbush_cranberry n 1 2 @ #m 1 0 12680402 +highchair n 1 2 @ %p 1 0 03518445 +higher-up n 1 2 @ ~ 1 0 10676018 +higher_cognitive_process n 1 2 @ ~ 1 0 05770664 +higher_criticism n 1 1 @ 1 0 06375329 +higher_education n 1 1 @ 1 1 00886699 +higher_law n 1 1 @ 1 0 06655569 +higher_national_diploma n 1 2 @ ; 1 0 06478734 +higher_rank n 1 2 @ = 1 0 13949576 +higher_status n 1 2 @ = 1 0 13949576 +highest_common_factor n 1 1 @ 1 0 13735163 +highflier n 1 1 @ 1 0 10174589 +highflyer n 1 1 @ 1 0 10174589 +highjack n 1 3 @ ~ + 1 0 00769944 +highjacker n 2 4 @ ~ + ; 2 0 10175725 10175507 +highjacking n 1 3 @ ~ + 1 0 00783199 +highland n 1 4 ! @ ~ + 1 0 09302616 +highland_fling n 1 1 @ 1 0 00538791 +highland_scot n 1 1 @ 1 0 10174695 +highlander n 2 2 @ + 2 0 10174845 10174695 +highlands n 1 3 @ #p + 1 0 08891595 +highlands_of_scotland n 1 2 @ #p 1 0 08891595 +highlife n 1 1 @ 1 0 00743641 +highlight n 2 2 @ + 2 0 13810141 04952120 +highlighter n 2 2 @ + 2 0 03519081 03518943 +highlighting n 1 2 @ + 1 0 04952120 +highly_active_antiretroviral_therapy n 1 2 @ %p 1 0 03248560 +highness n 3 4 ! @ #m + 3 1 10175090 05137402 05097361 +highroad n 1 2 @ ; 1 1 03519578 +highschool n 1 1 @ 1 1 08409617 +highwater n 1 2 @ ~ 1 0 07401960 +highway n 1 3 @ ~ %p 1 1 03519981 +highway_code n 1 2 @ ; 1 0 06669384 +highway_engineer n 1 1 @ 1 0 10175963 +highway_robbery n 2 1 @ 2 0 13304927 00783419 +highway_system n 1 1 @ 1 0 03520275 +highwayman n 1 2 @ ~ 1 1 10175507 +higi n 1 1 @ 1 0 06983997 +hijab n 2 1 @ 2 0 03520493 00414599 +hijack n 1 3 @ ~ + 1 0 00769944 +hijacker n 2 4 @ ~ + ; 2 1 10175507 10175725 +hijacking n 1 3 @ ~ + 1 0 00783199 +hijaz n 1 3 @ #p %p 1 0 08995515 +hijinks n 1 2 @ ; 1 0 00510050 +hike n 3 3 @ ~ + 3 1 00288970 05110408 05110185 +hiker n 1 3 @ ~ + 1 0 10176111 +hiking n 1 2 @ ~ 1 0 00288970 +hilaire_belloc n 1 1 @ 1 0 10843035 +hilaire_germain_edgar_degas n 1 1 @ 1 0 10927687 +hilarity n 1 2 @ + 1 1 07529377 +hilary_clinton n 1 1 @ 1 0 10902752 +hilary_rodham_clinton n 1 1 @ 1 0 10902752 +hilbert n 1 1 @ 1 0 11049835 +hilbert_space n 1 1 @ 1 0 08005123 +hildebrand n 1 1 @ 1 0 11014212 +hill n 5 6 @ ~ #p %p + ; 5 2 09303008 03792048 11050057 11049938 03792334 +hill_myna n 1 1 @ 1 0 01578180 +hillary n 1 1 @ 1 0 11050183 +hillbilly n 1 1 @ 1 1 10176357 +hillbilly_music n 1 1 @ 1 1 07062315 +hillel n 1 1 @ 1 0 11050436 +hilliness n 1 2 @ + 1 0 04772557 +hillock n 1 2 @ ~ 1 1 09326662 +hillside n 1 3 @ ~ #p 1 1 09303528 +hilltop n 1 1 @ 1 0 08584787 +hilo n 1 2 @ #p 1 0 09078654 +hilt n 1 4 @ ~ #p %p 1 1 03520654 +hilum n 2 3 @ + ; 2 1 05224755 11678493 +hilus n 1 2 @ ; 1 0 05224755 +himalaya n 1 3 @ #p %p 1 0 09303647 +himalaya_honeysuckle n 1 2 @ #m 1 0 12673012 +himalaya_mountains n 1 3 @ #p %p 1 0 09303647 +himalayan_cedar n 1 1 @ 1 0 11623967 +himalayan_lilac n 1 1 @ 1 0 12310638 +himalayan_rhubarb n 1 2 @ #m 1 0 12603273 +himalayas n 1 4 @ #p %p + 1 0 09303647 +himalayish n 1 2 @ ~ 1 0 06931724 +himantoglossum n 1 3 @ #m %m 1 0 12069488 +himantoglossum_hircinum n 1 2 @ #m 1 0 12069679 +himantopus n 1 3 @ #m %m 1 0 02034394 +himantopus_himantopus n 1 2 @ #m 1 0 02035210 +himantopus_himantopus_leucocephalus n 1 2 @ #m 1 0 02035402 +himantopus_mexicanus n 1 2 @ #m 1 0 02034971 +himantopus_novae-zelandiae n 1 2 @ #m 1 0 02035656 +himantopus_stilt n 1 3 @ ~ #m 1 0 02034661 +himmler n 1 1 @ 1 0 11050537 +hin n 1 1 @ 1 0 13617207 +hinault n 1 1 @ 1 0 11050723 +hinayana n 2 3 @ %m + 2 0 08099475 06241576 +hinayana_buddhism n 1 1 @ 1 0 06241576 +hinayanism n 1 1 @ 1 0 06188889 +hinayanist n 1 3 @ #m + 1 0 09684226 +hind n 2 3 @ ~ #m 2 0 02569484 02431441 +hind_end n 1 2 @ #p 1 0 05559256 +hind_leg n 1 3 @ #p %p 1 1 02464626 +hind_limb n 1 2 @ ~ 1 0 02464461 +hindbrain n 1 4 @ ~ #p %p 1 0 05500594 +hindemith n 1 1 @ 1 0 11050870 +hindenburg n 1 1 @ 1 0 11051070 +hinderance n 3 2 @ ~ 3 0 05689249 03520811 01073995 +hindfoot n 1 2 @ #p 1 0 02439829 +hindgut n 1 2 @ #p 1 0 05534578 +hindi n 1 3 @ ~ + 1 0 06970103 +hindlimb n 1 2 @ ~ 1 0 02464461 +hindoo n 2 4 @ ~ #m + 2 0 09713501 09684609 +hindooism n 2 5 @ ~ %m ; - 2 0 08096624 06236802 +hindoostani n 1 1 @ 1 0 06970373 +hindostani n 1 1 @ 1 0 06970373 +hindquarter n 1 1 @ 1 0 07655988 +hindquarters n 2 3 @ ~ #p 2 0 05559256 02463611 +hindrance n 3 3 @ ~ + 3 0 05689249 03520811 01073995 +hindshank n 1 1 @ 1 0 07657337 +hindsight n 1 1 @ 1 0 05807147 +hindu n 2 4 @ ~ #m + 2 0 09713501 09684609 +hindu-arabic_numeral n 1 1 @ 1 0 06807501 +hindu_calendar n 1 2 @ %p 1 0 15179415 +hindu_calendar_month n 1 3 @ ~ #p 1 0 15219351 +hindu_deity n 1 3 @ ~ ; 1 0 09522978 +hindu_kush n 1 3 @ #p %p 1 0 09304164 +hindu_kush_mountains n 1 3 @ #p %p 1 0 09304164 +hindu_numeral n 1 1 @ 1 0 06807501 +hinduism n 2 5 @ ~ %m ; - 2 0 08096624 06236802 +hindustan n 1 3 @ #p %m 1 0 08902422 +hindustani n 2 4 @ ~ #m + 2 0 09713501 06970373 +hinge n 2 5 @ ~ #p %p + 2 1 03521076 13943598 +hinge_joint n 2 2 @ ~ 2 0 05580416 03627954 +hinging_post n 1 1 @ 1 0 03521431 +hinny n 1 2 @ #m 1 0 02390258 +hint n 5 3 @ ~ + 5 2 07163988 06802785 13774115 13773361 06651577 +hinterland n 1 1 @ 1 0 08502672 +hip n 5 4 @ #p %p ; 5 3 05556325 05596651 05596004 13890679 12620546 +hip-hop n 2 1 @ 2 0 08289282 07064055 +hip_bath n 1 1 @ 1 0 04225031 +hip_boot n 1 2 @ ~ 1 0 03521544 +hip_joint n 1 3 @ #p %p 1 0 05596004 +hip_pad n 1 1 @ 1 1 03521771 +hip_pocket n 1 2 @ #p 1 0 03521899 +hip_roof n 1 2 @ %p 1 0 03522100 +hip_socket n 1 2 @ #p 1 0 05285101 +hip_tile n 1 1 @ 1 0 14908027 +hipbone n 1 3 @ #p %p 1 0 05274959 +hipflask n 1 1 @ 1 0 03521675 +hipline n 2 2 @ #p 2 1 08583682 08583554 +hipparchus n 1 1 @ 1 0 11051376 +hippeastrum n 1 2 @ #m 1 0 12421137 +hippeastrum_puniceum n 1 2 @ #m 1 0 12421137 +hipped_roof n 1 2 @ %p 1 0 03522100 +hipped_tile n 1 1 @ 1 0 14908027 +hippie n 1 2 @ #m 1 0 10176475 +hippies n 1 2 @ %m 1 0 08289841 +hippo n 2 3 @ #m #p 2 0 08707145 02398521 +hippo_regius n 1 2 @ #p 1 0 08707145 +hippobosca n 1 3 @ #m %m 1 0 02198714 +hippobosca_equina n 1 2 @ #m 1 0 02198859 +hippoboscid n 1 3 @ ~ #m 1 0 02198532 +hippoboscidae n 1 3 @ #m %m 1 0 02198332 +hippocampus n 2 4 @ #m #p %m 2 0 05496261 01456631 +hippocastanaceae n 1 3 @ #m %m 1 0 12767951 +hippocrates n 1 2 @ + 1 0 11051632 +hippocratic_oath n 1 1 @ 1 0 07227158 +hippocrepis n 1 2 @ #m 1 0 12535101 +hippocrepis_comosa n 1 1 @ 1 0 12535254 +hippodamia n 1 3 @ #m %m 1 0 02166436 +hippodamia_convergens n 1 2 @ #m 1 0 02166567 +hippodrome n 1 1 @ 1 0 03522003 +hippoglossoides n 1 2 @ #m 1 0 02659961 +hippoglossoides_platessoides n 1 1 @ 1 0 02660091 +hippoglossus n 1 2 @ #m 1 0 02660412 +hippoglossus_hippoglossus n 1 1 @ 1 0 02660519 +hippoglossus_stenolepsis n 1 1 @ 1 0 02660640 +hippolyte_jean_giraudoux n 1 1 @ 1 0 11001211 +hippopotamidae n 1 3 @ #m %m 1 0 02398252 +hippopotamus n 1 2 @ #m 1 0 02398521 +hippopotamus_amphibius n 1 2 @ #m 1 0 02398521 +hipposideridae n 1 3 @ #m %m 1 0 02143594 +hipposideros n 1 3 @ #m %m 1 0 02143759 +hippotragus n 1 3 @ #m %m 1 0 02425756 +hippotragus_niger n 1 2 @ #m 1 0 02425887 +hippy n 1 2 @ #m 1 0 10176475 +hipster n 1 2 @ #m 1 0 10176475 +hipsters n 1 2 @ %m 1 0 08289841 +hipsurus n 1 3 @ #m %m 1 0 02571034 +hipsurus_caryi n 1 2 @ #m 1 0 02571167 +hiram_king_williams n 1 1 @ 1 0 11390364 +hiram_ulysses_grant n 1 1 @ 1 0 11011123 +hiram_williams n 1 1 @ 1 0 11390364 +hire n 2 1 @ 2 0 10170060 00809074 +hire-purchase n 1 2 @ ; 1 0 13296752 +hire_car n 1 1 @ 1 0 13248598 +hired_gun n 1 1 @ 1 0 10152083 +hired_hand n 1 2 @ ~ 1 0 10176679 +hired_help n 1 2 @ ~ 1 0 10170172 +hired_man n 1 2 @ ~ 1 1 10176679 +hireling n 1 1 @ 1 0 10176913 +hirer n 1 3 @ ~ + 1 0 09867956 +hiring_freeze n 1 1 @ 1 0 00809201 +hiring_hall n 1 1 @ 1 0 08354678 +hirohito n 1 1 @ 1 0 11051822 +hiroshima n 1 2 @ #p 1 0 08925287 +hirschfeld n 1 1 @ 1 0 11052043 +hirschsprung n 1 1 @ 1 0 11052186 +hirschsprung's_disease n 1 1 @ 1 0 14156488 +hirsuteness n 1 2 @ + 1 0 04683600 +hirsutism n 1 1 @ 1 0 04683600 +hirudinea n 1 3 @ #m %m 1 0 01937719 +hirudinean n 1 3 @ ~ #m 1 0 01937909 +hirudinidae n 1 3 @ #m %m 1 0 01938155 +hirudo n 1 3 @ #m %m 1 0 01938312 +hirudo_medicinalis n 1 2 @ #m 1 0 01938454 +hirundinidae n 1 3 @ #m %m 1 0 01594157 +hirundo n 1 3 @ #m %m 1 0 01594611 +hirundo_nigricans n 1 2 @ #m 1 0 01595168 +hirundo_pyrrhonota n 1 2 @ #m 1 0 01594968 +hirundo_rustica n 1 2 @ #m 1 0 01594787 +hispanic n 1 3 @ ~ + 1 0 10629647 +hispanic_american n 1 2 @ ~ 1 0 10629647 +hispaniola n 1 4 @ #p %p + 1 0 08751317 +hispid_pocket_mouse n 1 2 @ #m 1 0 02349557 +hiss n 2 2 @ + 2 0 07384898 07123870 +hisser n 1 2 @ + 1 0 10177014 +hissing n 1 2 @ + 1 1 07384898 +histaminase n 1 1 @ 1 0 14908297 +histamine n 1 1 @ 1 0 05414724 +histamine_blocker n 1 2 @ ~ 1 0 03522239 +histamine_headache n 1 1 @ 1 0 14327543 +histidine n 1 1 @ 1 0 14908146 +histiocyte n 1 2 @ #p 1 0 05450617 +histiocytic_leukaemia n 1 1 @ 1 0 14244726 +histiocytic_leukemia n 1 1 @ 1 0 14244726 +histiocytosis n 1 2 @ ~ 1 0 14192790 +histocompatibility n 1 1 @ 1 0 11466458 +histocompatibility_complex n 1 1 @ 1 0 08007204 +histogram n 1 1 @ 1 0 07001865 +histoincompatibility n 1 1 @ 1 0 13975292 +histologist n 1 3 @ ~ + 1 0 10170359 +histology n 1 3 @ + - 1 1 06077413 +histone n 1 1 @ 1 0 15026256 +historian n 1 3 @ ~ ; 1 1 10177150 +historic_period n 1 3 @ ~ #p 1 0 15254028 +historical_document n 1 1 @ 1 0 06515489 +historical_linguistics n 1 3 @ %p - 1 0 06169050 +historical_paper n 1 1 @ 1 0 06515489 +historical_present n 1 1 @ 1 0 06329909 +historical_record n 1 1 @ 1 0 06515489 +historical_school n 1 1 @ 1 0 08275843 +historicalness n 2 2 @ + 2 0 13956362 05170088 +historicism n 1 1 @ 1 0 06155891 +historiographer n 1 4 @ ~ + ; 1 0 10177150 +historiography n 2 2 @ + 2 0 06365357 00931217 +history n 5 6 @ ~ %p + ; - 5 5 15121406 06514093 06155567 15123996 06156752 +history_department n 1 1 @ 1 0 08116734 +history_lesson n 1 1 @ 1 0 00890227 +histrion n 1 2 @ ~ 1 0 09765278 +histrionics n 2 3 @ ~ + 2 1 06893885 07213889 +hit n 7 4 @ ~ + ; 7 3 00043902 00125629 00064504 07302542 03522559 01250335 00145779 +hit_list n 1 1 @ 1 0 06491561 +hit_man n 1 1 @ 1 0 10152083 +hit_parade n 2 1 @ 2 0 07977108 06491665 +hit_squad n 1 2 @ ~ 1 0 08209076 +hitch n 7 3 @ ~ + 7 1 15293590 14010927 05691144 03522863 03522634 03520811 00286756 +hitchcock n 1 1 @ 1 0 11052299 +hitchhiker n 1 2 @ + 1 0 10178077 +hitching_bar n 1 1 @ 1 0 03523134 +hitching_post n 1 1 @ 1 1 03522990 +hitchings n 1 1 @ 1 0 11052498 +hitchiti n 2 2 @ #m 2 0 09656378 06912537 +hitchrack n 1 1 @ 1 0 03523134 +hitler n 1 2 @ + 1 1 11052672 +hitman n 1 1 @ 1 0 10152083 +hitter n 2 4 @ ~ + ; 2 1 09843956 10178216 +hitting n 1 3 @ ~ + 1 0 00125629 +hitting_average n 1 2 @ ; 1 0 13817872 +hittite n 2 1 @ 2 0 10178464 06975902 +hiv n 2 1 @ 2 0 14179744 01336718 +hive n 3 5 @ ~ #p %p + 3 2 08182892 02822865 09218159 +hives n 1 1 @ 1 0 14322248 +hizb_ut-tahrir n 1 2 @ ; 1 0 08023843 +hizballah n 1 2 @ ; 1 0 08023374 +hizbollah n 1 2 @ ; 1 0 08023374 +hizbullah n 1 2 @ ; 1 0 08023374 +hl n 1 3 @ #p %p 1 0 13624705 +hm n 1 3 @ #p %p 1 0 13659604 +hmg-coa_reductase n 1 1 @ 1 0 14612444 +hmo n 1 1 @ 1 0 13349208 +hmong n 2 1 @ 2 0 09713764 06937098 +hmong_language n 1 1 @ 1 0 06937098 +hn n 1 2 @ %s 1 0 14612764 +hnd n 1 2 @ ; 1 0 06478734 +ho n 1 2 @ #s 1 0 14640222 +ho_chi_minh n 1 1 @ 1 0 11053344 +ho_chi_minh_city n 1 2 @ #p 1 0 09164241 +hoactzin n 1 2 @ #m 1 0 01809752 +hoagie n 1 1 @ 1 0 07697825 +hoagland n 1 1 @ 1 0 11052843 +hoagland_howard_carmichael n 1 1 @ 1 0 10882846 +hoagy n 1 1 @ 1 0 07697825 +hoagy_carmichael n 1 1 @ 1 0 10882846 +hoar n 1 1 @ 1 0 14915622 +hoard n 1 2 @ + 1 0 13366912 +hoarded_wealth n 1 2 @ ~ 1 0 13370669 +hoarder n 1 3 @ ~ + 1 0 10178611 +hoarding n 1 1 @ 1 0 02839110 +hoarfrost n 1 1 @ 1 0 14915622 +hoariness n 2 2 @ + 2 0 04961583 04926308 +hoarseness n 1 2 @ + 1 0 04988861 +hoary_alison n 1 2 @ #m 1 0 11874423 +hoary_alyssum n 1 2 @ #m 1 0 11874423 +hoary_golden_bush n 1 2 @ #m 1 0 11976933 +hoary_marmot n 1 1 @ 1 0 02361706 +hoary_pea n 1 3 @ ~ #m 1 0 12572546 +hoary_plantain n 2 1 @ 2 0 12600267 12599661 +hoary_puccoon n 1 2 @ #m 1 0 12821048 +hoary_willow n 1 2 @ #m 1 0 12728164 +hoatzin n 1 2 @ #m 1 0 01809752 +hoax n 1 3 @ ~ + 1 0 00753685 +hoaxer n 1 2 @ + 1 0 10463714 +hob n 4 4 @ ~ + ; 4 0 09543748 09540739 03523398 03523288 +hobart n 1 2 @ #p 1 0 08834280 +hobbes n 1 1 @ 1 0 11052955 +hobbit n 1 1 @ 1 0 09488995 +hobble n 2 2 @ + 2 0 03330947 00286756 +hobble_skirt n 1 1 @ 1 0 03523506 +hobbledehoy n 1 1 @ 1 0 10178821 +hobbler n 1 2 @ + 1 0 10178917 +hobbs n 1 1 @ 1 0 11053218 +hobby n 3 5 @ ~ #m %p + 3 1 00432689 03523633 01612476 +hobbyhorse n 2 2 @ %p 2 0 05705583 03523633 +hobbyism n 1 1 @ 1 0 01206910 +hobbyist n 1 2 @ + 1 0 10179069 +hobgoblin n 2 2 @ ; 2 0 09543748 05811662 +hobnail n 1 2 @ + 1 0 03523849 +hobo n 1 2 @ ~ 1 0 10723300 +hobo_camp n 1 1 @ 1 0 08478171 +hobson's_choice n 1 1 @ 1 0 05792575 +hock n 2 5 @ ~ #p + ; 2 0 07897200 02463205 +hock-joint n 1 2 @ #p 1 0 02463205 +hockey n 2 4 @ ~ %p - 2 0 00467995 00463543 +hockey_clinic n 1 1 @ 1 0 07146980 +hockey_coach n 1 1 @ 1 0 10179207 +hockey_game n 1 3 @ %p - 1 0 00463543 +hockey_league n 1 2 @ %m 1 0 08232603 +hockey_player n 1 2 @ ~ 1 0 10179291 +hockey_puck n 1 1 @ 1 0 04019541 +hockey_season n 1 1 @ 1 0 15241094 +hockey_skate n 1 1 @ 1 0 03523987 +hockey_stick n 1 1 @ 1 0 03524150 +hockey_team n 1 3 @ #m %m 1 0 08080386 +hocus-pocus n 1 1 @ 1 0 06760722 +hod n 1 1 @ 1 0 03524287 +hod_carrier n 1 1 @ 1 0 10179527 +hodeida n 1 2 @ #p 1 0 09165146 +hoder n 1 2 @ ; 1 0 09581129 +hodgepodge n 2 1 @ 2 1 08399977 05953416 +hodgkin n 3 1 @ 3 0 11054034 11053817 11053559 +hodgkin's_disease n 1 1 @ 1 0 14242132 +hodman n 1 1 @ 1 0 10179527 +hodometer n 1 2 @ #p 1 0 03841143 +hodoscope n 1 2 @ ; 1 0 03524425 +hodr n 1 2 @ ; 1 0 09581129 +hodur n 1 2 @ ; 1 0 09581129 +hoe n 1 4 @ ~ %p + 1 1 03524574 +hoe_handle n 1 2 @ #p 1 0 03524745 +hoecake n 1 3 @ %s ; 1 0 07688412 +hoek_van_holland n 1 2 @ #p 1 0 09305479 +hoenir n 1 2 @ ; 1 0 09580971 +hoffa n 1 1 @ 1 0 11054173 +hoffman n 2 1 @ 2 0 11054563 11054442 +hoffmann n 4 1 @ 4 0 11055154 11055042 11054856 11054670 +hoffmannsthal n 1 1 @ 1 0 11055296 +hog n 3 6 @ ~ #m %s %p + 3 0 10179649 02412787 02395406 +hog-nosed_badger n 1 2 @ #m 1 0 02448885 +hog-nosed_skunk n 1 2 @ #m 1 0 02446645 +hog_badger n 1 2 @ #m 1 0 02448885 +hog_cholera n 1 1 @ 1 0 14263944 +hog_cranberry n 1 1 @ 1 0 12231358 +hog_millet n 1 1 @ 1 0 12127575 +hog_molly n 1 1 @ 1 0 01445857 +hog_peanut n 1 2 @ #m 1 0 12505253 +hog_plum n 4 4 @ #m #p %p 4 0 12765846 12639168 07765728 07765612 +hog_plum_bush n 1 2 @ %p 1 0 12639168 +hog_snapper n 1 1 @ 1 0 02608547 +hog_sucker n 1 1 @ 1 0 01445857 +hogan n 2 1 @ 2 0 11055454 03524840 +hogarth n 1 1 @ 1 0 11055612 +hogback n 1 1 @ 1 0 09304376 +hogchoker n 1 2 @ #m 1 0 02665250 +hogfish n 2 2 @ #m 2 0 02608547 02590094 +hogg n 2 1 @ 2 0 11055807 02412787 +hogget n 1 1 @ 1 0 02412787 +hoggishness n 1 2 @ + 1 0 04886235 +hogmanay n 1 1 @ 1 0 15182724 +hognose_bat n 1 2 @ #m 1 0 02143142 +hognose_snake n 1 2 @ #m 1 0 01729322 +hognosed_skunk n 1 2 @ #m 1 0 02446645 +hogshead n 2 2 @ %p 2 0 13623205 03524976 +hogwash n 1 2 @ ~ 1 0 06611681 +hogweed n 1 2 @ #m 1 0 12939874 +hohenlinden n 2 3 @ #p ; 2 0 08772028 01280792 +hohenzollern n 1 2 @ %m 1 0 08155518 +hohenzollern_empire n 1 1 @ 1 0 08169919 +hoheria n 1 3 @ #m %m 1 0 12180714 +hoheria_populnea n 1 2 @ #m 1 0 12180885 +hohhot n 1 2 @ #p 1 0 08730218 +hoi_polloi n 1 2 @ ~ 1 0 08180190 +hoisin_sauce n 1 1 @ 1 0 07824268 +hoist n 1 3 @ ~ + 1 0 03525074 +hoister n 1 2 @ + 1 0 10179817 +hoka n 2 2 @ ~ 2 0 09656673 06920756 +hokan n 2 2 @ ~ 2 1 06920756 09656673 +hokkaido n 1 3 @ #p %p 1 0 08920722 +hokkianese n 1 1 @ 1 0 06930633 +hokum n 1 2 @ ~ 1 0 06607339 +hokusai n 1 1 @ 1 0 11055915 +holandric_gene n 1 1 @ 1 0 05442022 +holarrhena n 1 3 @ #m %m 1 0 11772702 +holarrhena_antidysenterica n 1 2 @ #m 1 0 11772879 +holarrhena_pubescens n 1 2 @ #m 1 0 11772879 +holbein n 2 1 @ 2 0 11056195 11056060 +holbein_the_elder n 1 1 @ 1 0 11056060 +holbein_the_younger n 1 1 @ 1 0 11056195 +holbrookia n 1 3 @ #m %m 1 0 01679178 +holcus n 1 2 @ #m 1 0 12122581 +holcus_lanatus n 1 1 @ 1 0 12122725 +holcus_mollis n 1 1 @ 1 0 12122918 +hold n 9 6 @ ~ #p %p + ; 9 3 00812526 05806623 05197232 15272029 13999663 03525372 03525252 03485997 02964634 +hold-down n 1 2 @ + 1 0 00808614 +holdall n 1 1 @ 1 0 02970408 +holder n 3 3 @ ~ + 3 1 03525454 10180178 10179911 +holdfast n 1 3 @ ~ + 1 0 03323703 +holding n 2 3 @ ~ + 2 1 00810598 13244109 +holding_cell n 1 1 @ 1 0 03525693 +holding_company n 1 2 @ ~ 1 0 08185369 +holding_device n 1 2 @ ~ 1 0 03525827 +holding_paddock n 1 1 @ 1 0 03526062 +holding_pattern n 2 1 @ 2 0 14012311 08501729 +holding_pen n 1 1 @ 1 0 03526062 +holding_yard n 1 1 @ 1 0 03526062 +holdout n 3 2 @ + 3 0 10180580 07150328 00780466 +holdover n 2 2 @ + 2 0 10180791 01022292 +holdup n 2 3 @ ~ + 2 1 00781912 01066163 +holdup_man n 1 2 @ ~ 1 0 10180923 +hole n 8 4 @ ~ #p + 8 5 09304465 03526198 03526805 13911429 09304750 14464793 14409489 05302307 +hole-in-the-wall n 1 1 @ 1 0 08584914 +hole_card n 2 2 @ ; 2 0 13369159 03527000 +holibut n 1 2 @ %p 1 0 02660208 +holiday n 2 3 @ ~ + 2 2 15137890 15183428 +holiday_resort n 1 3 @ ~ #p 1 0 08640531 +holiday_season n 1 1 @ 1 0 15238472 +holidaymaker n 1 2 @ ~ 1 0 10718131 +holiness n 1 5 ! @ ~ = + 1 0 04855138 +holism n 1 4 ! @ + - 1 0 06102865 +holistic_medicine n 1 1 @ 1 0 00697024 +holistic_theory n 1 2 @ - 1 0 06102865 +holla n 1 1 @ 1 0 07121361 +holland n 1 6 @ #m #p %m %p + 1 1 08949093 +holland_gin n 1 1 @ 1 0 07904760 +hollandaise n 1 1 @ 1 0 07835457 +hollander n 1 3 @ #m + 1 0 09713108 +hollands n 1 1 @ 1 0 07904760 +holler n 2 3 @ ~ + 2 1 07121361 09305031 +hollering n 1 2 @ + 1 1 07121361 +hollerith n 1 1 @ 1 0 11056466 +hollerith_card n 1 1 @ 1 0 04023808 +hollo n 1 2 @ + 1 0 07121361 +holloa n 1 1 @ 1 0 07121361 +hollow n 3 3 @ ~ + 3 3 13910895 09305031 09304750 +hollow-back n 1 1 @ 1 0 14505215 +holloware n 1 1 @ 1 0 03527149 +hollowness n 3 4 ! @ ~ + 3 1 14455552 05070197 04867871 +hollowware n 1 1 @ 1 0 03527149 +holly n 2 3 @ ~ #m 2 0 12756457 11056654 +holly-leaf_cherry n 1 1 @ 1 0 12646397 +holly-leaved_cherry n 1 1 @ 1 0 12646397 +holly-leaved_oak n 1 1 @ 1 0 12272432 +holly-leaves_barberry n 1 1 @ 1 0 11699442 +holly_family n 1 3 @ #m %m 1 0 12756286 +holly_fern n 2 3 @ ~ #m 2 0 13199970 13195341 +hollygrape n 1 1 @ 1 0 11699442 +hollyhock n 2 3 @ ~ #m 2 2 12174311 12173664 +hollywood n 3 1 @ 3 1 08068597 14525777 09063950 +holm_oak n 2 1 @ 2 0 12272650 12272432 +holm_tree n 1 1 @ 1 0 12272432 +holman_hunt n 1 1 @ 1 0 11067047 +holmes n 4 1 @ 4 1 09604451 11057076 11056947 11056799 +holmium n 1 2 @ #s 1 0 14640222 +holocanthus_tricolor n 1 1 @ 1 0 02606052 +holocaust n 2 1 @ 2 1 01245318 01245471 +holocene n 1 2 @ #p 1 0 15124713 +holocene_epoch n 1 2 @ #p 1 0 15124713 +holocentridae n 1 3 @ #m %m 1 0 01450281 +holocentrus n 1 3 @ #m %m 1 0 01450453 +holocentrus_ascensionis n 1 2 @ #m 1 0 01451295 +holocentrus_bullisi n 1 2 @ #m 1 0 01451115 +holocentrus_coruscus n 1 2 @ #m 1 0 01450950 +holocephalan n 1 3 @ ~ #m 1 0 01480880 +holocephali n 1 3 @ #m %m 1 0 01480715 +holocephalian n 1 3 @ ~ #m 1 0 01480880 +holofernes n 1 2 @ ; 1 0 11057221 +hologram n 1 1 @ 1 0 03527243 +holograph n 2 2 @ ~ 2 0 06407221 03527243 +holography n 1 1 @ 1 0 06101333 +holometabola n 1 1 @ 1 0 02161225 +holometabolism n 1 3 @ + ; 1 0 13493692 +holometaboly n 1 3 @ + ; 1 0 13493692 +holonym n 1 1 @ 1 0 06292478 +holonymy n 1 1 @ 1 0 13808566 +holophyte n 1 2 @ + 1 0 11530860 +holothuria n 1 3 @ #m %m 1 0 02321903 +holothuria_edulis n 1 2 @ #m 1 0 02322047 +holothurian n 1 3 @ ~ #m 1 0 02321529 +holothuridae n 1 3 @ #m %m 1 0 02321759 +holothuroidea n 1 3 @ #m %m 1 0 02321342 +holotype n 1 1 @ 1 0 05938170 +holstein n 1 1 @ 1 0 02407390 +holstein-friesian n 1 1 @ 1 0 02407390 +holster n 2 2 @ ~ 2 1 03527444 03527565 +holy n 1 1 @ 1 0 08585056 +holy_city n 1 1 @ 1 0 05628193 +holy_clover n 1 2 @ #m 1 0 12552309 +holy_communion n 1 3 @ ~ #p 1 0 01036333 +holy_day n 1 3 @ ~ #p 1 0 15183802 +holy_day_of_obligation n 1 2 @ ~ 1 0 15185007 +holy_eucharist n 1 2 @ %p 1 0 01035853 +holy_father n 1 3 @ ~ #m 1 1 10453533 +holy_ghost n 1 1 @ 1 0 09537781 +holy_grail n 1 2 @ ; 1 0 03451909 +holy_innocents'_day n 1 1 @ 1 0 15192116 +holy_joe n 1 2 @ ; 1 0 10316527 +holy_land n 1 4 @ #p %p - 1 0 08798382 +holy_man n 1 2 @ ~ 1 0 10546850 +holy_of_holies n 2 3 @ #p ; 2 0 04855641 03527675 +holy_oil n 1 1 @ 1 0 03026350 +holy_order n 2 3 @ ~ %p 2 0 13950812 01039822 +holy_person n 1 2 @ ~ 1 0 10546850 +holy_place n 1 1 @ 1 0 08585056 +holy_roller n 1 1 @ 1 0 10181026 +holy_roman_emperor n 1 2 @ ~ 1 0 10181137 +holy_roman_emperor_frederick_ii n 1 1 @ 1 0 10980256 +holy_roman_empire n 1 2 @ #p 1 0 08169677 +holy_sacrament n 1 2 @ %p 1 1 01035853 +holy_saturday n 1 1 @ 1 0 15192008 +holy_scripture n 1 4 @ ~ %p - 1 1 06431740 +holy_see n 1 3 @ #p %p 1 0 09161090 +holy_sepulcher n 1 2 @ #p 1 0 03527930 +holy_sepulchre n 1 2 @ #p 1 0 03527930 +holy_spirit n 1 1 @ 1 1 09537781 +holy_terror n 1 1 @ 1 0 10702483 +holy_thistle n 1 2 @ #m 1 0 12015525 +holy_thursday n 1 1 @ 1 0 15193526 +holy_trinity n 1 2 @ %m 1 0 09536789 +holy_war_warriors n 1 2 @ ; 1 0 08031386 +holy_water n 1 1 @ 1 0 14846517 +holy_week n 1 2 @ #p 1 0 15181444 +holy_writ n 1 4 @ ~ %p - 1 0 06431740 +holy_year n 1 2 @ ; 1 0 15181556 +holystone n 1 2 @ + 1 1 09305229 +homage n 1 1 @ 1 0 01229223 +homaridae n 1 3 @ #m %m 1 0 01982895 +homarus n 1 3 @ #m %m 1 0 01983277 +homarus_americanus n 1 3 @ #m %p 1 0 01983481 +homarus_capensis n 1 2 @ #m 1 0 01983829 +homarus_vulgaris n 1 3 @ #m %m 1 0 01983674 +hombre n 1 2 @ ~ 1 0 10153414 +homburg n 1 1 @ 1 0 03325941 +home n 9 5 @ ~ %p + ; 9 6 08559508 03259505 08490199 03528901 08490402 08585158 14513694 08078020 03528100 +home-builder n 1 1 @ 1 0 10181656 +home-farm n 1 2 @ ; 1 0 03528761 +home-fried_potatoes n 1 1 @ 1 0 07711232 +home_appliance n 1 2 @ ~ 1 0 03528263 +home_away_from_home n 1 1 @ 1 0 08559766 +home_banking n 1 1 @ 1 0 01100491 +home_base n 2 3 @ ~ ; 2 0 03528901 03504723 +home_brew n 1 1 @ 1 0 07886057 +home_buyer n 1 1 @ 1 0 10181799 +home_computer n 1 1 @ 1 0 03528523 +home_counties n 1 3 @ %m ; 1 0 08874469 +home_court n 1 2 @ ; 1 0 03528622 +home_ec n 1 1 @ 1 0 06149344 +home_economics n 1 1 @ 1 1 06149344 +home_equity_credit n 1 1 @ 1 0 13374979 +home_equity_loan n 1 1 @ 1 0 13374979 +home_folk n 1 1 @ 1 0 07948098 +home_fries n 1 1 @ 1 0 07711232 +home_from_home n 1 1 @ 1 0 08559766 +home_front n 1 1 @ 1 0 08180067 +home_game n 1 2 ! @ 1 0 00456804 +home_ground n 1 2 @ ~ 1 0 08580583 +home_guard n 1 3 @ ~ ; 1 0 08391021 +home_help n 1 2 @ ; 1 0 10181990 +home_invasion n 1 1 @ 1 0 00785482 +home_key n 1 1 @ 1 0 06864407 +home_loan n 1 1 @ 1 0 13374979 +home_loan_bank n 1 2 @ #m 1 0 08423298 +home_movie n 1 1 @ 1 1 06615458 +home_office n 2 3 @ ~ ; 2 0 08114287 03504723 +home_page n 1 1 @ 1 0 06359096 +home_plate n 1 2 @ ; 1 1 03528901 +home_port n 1 1 @ 1 0 08638141 +home_range n 1 1 @ 1 0 08585540 +home_reserve n 1 5 @ ~ %m %p ; 1 0 08391387 +home_room n 1 1 @ 1 0 03529175 +home_rule n 1 1 @ 1 0 13993210 +home_run n 2 3 @ ~ ; 2 1 00132355 00064789 +home_secretary n 1 2 @ #m 1 0 10182628 +home_stand n 1 1 @ 1 0 07465657 +home_study n 1 1 @ 1 0 00891224 +home_territory n 1 1 @ 1 0 08585540 +home_theater n 1 1 @ 1 0 03529860 +home_theatre n 1 1 @ 1 0 03529860 +home_truth n 1 1 @ 1 0 05819644 +homebody n 1 1 @ 1 0 10653388 +homebound n 1 3 @ %m + 1 1 07948183 +homeboy n 2 2 @ #p 2 0 10181547 10181445 +homebrew n 1 1 @ 1 0 07886057 +homebuilder n 1 1 @ 1 0 10181656 +homecoming n 2 2 @ ~ 2 0 00383281 00051192 +homecourt_advantage n 1 1 @ 1 0 05156993 +homefolk n 1 1 @ 1 1 07971298 +homegirl n 1 2 @ #m 1 0 10181878 +homel n 1 2 @ #p 1 0 09011679 +homeland n 1 2 @ ~ 1 1 08510169 +homeland_security n 1 2 @ %p 1 0 08134807 +homeless n 2 5 @ ~ #m %m + 2 0 10182190 07948314 +homeless_person n 1 3 @ ~ #m 1 0 10182190 +homelessness n 1 3 @ ~ + 1 0 13943053 +homeliness n 2 2 @ + 2 0 04816528 04691651 +homemaker n 1 1 @ 1 0 10189776 +homemaking n 1 1 @ 1 0 01134244 +homeobox n 1 1 @ 1 0 05438778 +homeobox_gene n 1 1 @ 1 0 05438778 +homeopath n 1 1 @ 1 0 10182402 +homeopathy n 1 2 ! @ 1 0 00710889 +homeostasis n 1 3 @ + ; 1 0 14003167 +homeotherm n 1 2 @ + 1 0 01315330 +homeotic_gene n 1 2 @ ~ 1 0 05438642 +homeowner n 1 2 @ ~ 1 0 10182499 +homepage n 1 1 @ 1 0 06359096 +homer n 5 4 @ ~ %p + 5 2 00132355 11057381 13617046 11057548 01814921 +homer_a._thompson n 1 1 @ 1 0 11339905 +homer_armstrong_thompson n 1 1 @ 1 0 11339905 +homer_thompson n 1 1 @ 1 0 11339905 +homeroom n 1 1 @ 1 0 03529175 +homesickness n 1 2 @ + 1 0 07487594 +homespun n 1 3 @ ~ + 1 0 03529444 +homestead n 3 2 @ + 3 0 13249699 13249400 03529629 +homestead_law n 1 2 @ ; 1 0 06538655 +homesteader n 1 2 @ + 1 1 10643218 +homestretch n 2 2 @ ; 2 0 07292418 03529740 +hometown n 1 1 @ 1 1 08671644 +homework n 1 2 @ #p 1 0 00729108 +homework_problem n 1 1 @ 1 0 06785101 +homicide n 1 3 @ ~ + 1 1 00220023 +homiletics n 2 2 @ + 2 0 06183518 05635764 +homily n 1 2 @ + 1 0 07244949 +homing_device n 1 2 @ #p 1 0 03530041 +homing_pigeon n 1 2 @ ~ 1 0 01814921 +homing_torpedo n 1 1 @ 1 0 03530189 +hominid n 1 4 @ ~ #m + 1 0 02471762 +hominidae n 1 3 @ #m %m 1 0 02471467 +hominoid n 1 3 @ ~ #m 1 0 02471300 +hominoidea n 1 3 @ #m %m 1 0 02471072 +hominy n 1 2 @ ~ 1 0 07732302 +hominy_grits n 1 1 @ 1 0 07704428 +hommos n 1 1 @ 1 0 07857731 +homo n 2 5 @ ~ #m %p - 2 0 10182913 02472293 +homo_erectus n 1 3 @ ~ #m 1 0 02473307 +homo_habilis n 1 2 @ #m 1 0 02474605 +homo_heidelbergensis n 1 1 @ 1 0 10168457 +homo_rhodesiensis n 1 1 @ 1 0 10528148 +homo_sapiens n 1 3 @ ~ #m 1 0 02474777 +homo_sapiens_neanderthalensis n 1 2 @ #m 1 0 02475078 +homo_sapiens_sapiens n 1 2 @ #m 1 0 02475669 +homo_soloensis n 1 3 @ ~ #m 1 0 02474110 +homobasidiomycetes n 1 2 @ #m 1 0 12997128 +homocercal_fin n 1 2 ! @ 1 0 02467320 +homoeopath n 1 1 @ 1 0 10182402 +homoeopathy n 1 1 @ 1 0 00710889 +homoeroticism n 1 3 @ ~ + 1 0 00856847 +homogenate n 1 1 @ 1 1 14908422 +homogeneity n 2 3 ! @ + 2 1 04745679 04769234 +homogeneous_polynomial n 1 2 @ ~ 1 0 05862268 +homogeneousness n 1 2 @ + 1 0 04745679 +homogenisation n 1 2 @ + 1 0 00380994 +homogenization n 1 2 @ + 1 0 00380994 +homogenized_milk n 1 1 @ 1 0 07845863 +homogentisic_acid n 1 1 @ 1 0 14585048 +homogeny n 1 3 @ + ; 1 0 04744161 +homograft n 1 1 @ 1 0 05583386 +homograph n 1 1 @ 1 0 07131022 +homogyne n 1 3 @ #m %m 1 0 11982724 +homogyne_alpina n 1 2 @ #m 1 0 11982939 +homoiotherm n 1 2 @ + 1 0 01315330 +homology n 1 2 @ + 1 0 04744319 +homolosine_projection n 1 1 @ 1 0 03530326 +homomorphism n 1 1 @ 1 0 04744555 +homomorphy n 1 1 @ 1 0 04744555 +homona n 1 2 @ #m 1 0 02284513 +homona_coffearia n 1 2 @ #m 1 0 02284611 +homonym n 1 2 @ ~ 1 0 06292649 +homonymy n 1 1 @ 1 0 13808981 +homophile n 1 2 @ ~ 1 0 10182913 +homophobe n 1 1 @ 1 0 10182812 +homophobia n 1 1 @ 1 0 06203472 +homophone n 1 2 @ + 1 0 07131169 +homophony n 2 2 @ + 2 0 07131366 07031144 +homoptera n 1 3 @ #m %m 1 0 02245592 +homopteran n 1 3 @ ~ #m 1 0 02246011 +homopterous_insect n 1 3 @ ~ #m 1 0 02246011 +homosexual n 1 3 @ ~ + 1 1 10182913 +homosexualism n 1 2 @ ~ 1 0 00856847 +homosexuality n 1 3 @ ~ + 1 0 00856847 +homospory n 1 2 @ + 1 0 13493874 +homotherm n 1 2 @ + 1 0 01315330 +homozygosity n 1 3 ! @ + 1 0 14569337 +homozygote n 1 2 @ ; 1 0 05432420 +homunculus n 2 1 @ 2 0 10291580 10183157 +homyel n 1 2 @ #p 1 0 09011679 +honcho n 1 2 @ ~ 1 0 10104209 +hondo n 1 3 @ #p %p 1 0 08920924 +honduran n 1 3 @ #m + 1 0 09712570 +honduran_capital n 1 2 @ #p 1 0 08738014 +honduran_monetary_unit n 1 2 @ ~ 1 0 13684853 +honduras n 1 6 @ #m #p %m %p - 1 0 08737716 +honduras_mahogany n 1 1 @ 1 0 12700088 +honduras_rosewood n 1 1 @ 1 0 12523698 +hone n 1 2 @ + 1 0 03530511 +honegger n 1 1 @ 1 0 11057679 +honest_woman n 1 1 @ 1 0 10183347 +honestness n 1 4 @ ~ = + 1 0 04871374 +honesty n 2 5 ! @ ~ #m = 2 1 04871374 11891541 +honey n 2 3 @ #s + 2 2 07858978 09849598 +honey-flower n 2 2 @ #m 2 0 12220019 12215210 +honey_badger n 1 2 @ #m 1 0 02448318 +honey_bear n 1 2 @ #m 1 0 02509197 +honey_bell n 1 2 @ #m 1 0 12200504 +honey_berry n 1 3 @ #m %p 1 0 12744850 +honey_bun n 1 1 @ 1 0 07693223 +honey_buzzard n 1 2 @ #m 1 0 01608265 +honey_cake n 1 1 @ 1 0 07634306 +honey_crisp n 1 1 @ 1 0 07606191 +honey_eater n 1 2 @ #m 1 0 01526766 +honey_fungus n 1 2 @ #m 1 0 13232779 +honey_gland n 1 1 @ 1 0 11683838 +honey_guide n 1 2 @ #m 1 0 01842788 +honey_locust n 1 2 @ #m 1 0 12495895 +honey_mesquite n 1 1 @ 1 0 11765568 +honey_mushroom n 1 2 @ #m 1 0 13232779 +honey_oil n 1 1 @ 1 0 03606572 +honey_plant n 1 1 @ 1 0 13237075 +honeybee n 1 3 @ ~ #m 1 1 02208280 +honeybells n 1 2 @ #m 1 0 12200504 +honeycomb n 2 3 @ #p + 2 0 09218315 03530642 +honeycomb_tripe n 1 1 @ 1 0 07663360 +honeycreeper n 2 3 @ ~ #m 2 0 01544704 01538955 +honeydew n 1 1 @ 1 0 07756325 +honeydew_melon n 2 2 @ %p 2 0 12164881 07756325 +honeyed_words n 1 1 @ 1 0 07137461 +honeyflower n 2 2 @ #m 2 0 12220019 12215210 +honeymoon n 2 2 @ + 2 1 15138903 15293788 +honeymoon_resort n 1 1 @ 1 0 08560415 +honeymooner n 1 3 @ ~ + 1 0 10356066 +honeypot n 1 2 @ #m 1 0 12215022 +honeysucker n 1 2 @ #m 1 0 01526766 +honeysuckle n 3 3 @ ~ #m 3 1 12674120 12215824 11727358 +honeysuckle_family n 1 3 @ #m %m 1 0 12671157 +hong_kong n 1 2 @ #p 1 0 08731148 +hong_kong_dollar n 1 1 @ 1 0 13673455 +honiara n 1 2 @ #p 1 0 08998451 +honk n 1 2 @ + 1 0 07385249 +honker n 3 4 @ #m + ; 3 0 10183556 05598707 01857632 +honkey n 1 2 @ ; 1 0 09641422 +honkie n 1 2 @ ; 1 0 09641422 +honky n 1 2 @ ; 1 0 09641422 +honky-tonk n 1 1 @ 1 1 02795670 +honkytonk n 1 1 @ 1 1 03530803 +honolulu n 1 2 @ #p 1 1 09078784 +honor n 4 4 ! @ ~ + 4 3 06696483 14436875 04869106 04849972 +honor_guard n 1 1 @ 1 0 10183931 +honor_killing n 1 1 @ 1 0 00220219 +honor_system n 1 1 @ 1 0 05663878 +honorable_discharge n 1 1 @ 1 0 00233980 +honorable_mention n 1 1 @ 1 0 06706317 +honorableness n 1 5 ! @ ~ = + 1 0 04868748 +honorarium n 1 1 @ 1 0 13283952 +honorary_degree n 1 2 @ ~ 1 0 06705079 +honorary_society n 1 3 @ ~ %m 1 0 08280124 +honore-gabriel_victor_riqueti n 1 1 @ 1 0 11181634 +honore_balzac n 1 1 @ 1 0 10833111 +honore_daumier n 1 1 @ 1 0 10923521 +honore_de_balzac n 1 1 @ 1 0 10833111 +honoree n 1 3 @ ~ + 1 0 10183757 +honorific n 1 2 @ + 1 0 07070883 +honoring n 1 3 @ ~ + 1 0 01204419 +honoris_causa n 1 2 @ ~ 1 0 06705079 +honour n 4 3 @ ~ + 4 2 14436875 06696483 04869106 04849972 +honourableness n 1 4 @ ~ = + 1 0 04868748 +honours n 1 3 @ ~ ; 1 0 06700030 +honours_degree n 1 3 @ ~ ; 1 0 06700030 +honours_list n 1 2 @ ; 1 0 06489190 +honshu n 1 3 @ #p %p 1 0 08920924 +hoo-ha n 1 2 @ ~ 1 0 13977366 +hoo-hah n 1 2 @ ~ 1 0 13977366 +hooch n 1 2 @ ~ 1 0 07886176 +hood n 10 6 @ ~ #p %p + ; 10 1 10184081 09305358 08225334 03531808 03531691 03531546 03531447 03531281 03530910 01748100 +hood_latch n 1 1 @ 1 0 03531982 +hood_ornament n 1 2 @ #p 1 0 03532187 +hooded_cloak n 1 1 @ 1 0 02956883 +hooded_coat n 1 1 @ 1 0 02957008 +hooded_ladies'_tresses n 1 2 @ #m 1 0 12084158 +hooded_merganser n 1 2 @ #m 1 0 01855476 +hooded_pitcher_plant n 1 2 @ #m 1 0 12780325 +hooded_seal n 1 2 @ #m 1 0 02081060 +hooded_sheldrake n 1 2 @ #m 1 0 01855476 +hooded_skunk n 1 2 @ #m 1 0 02446352 +hoodlum n 1 2 @ ~ 1 0 10184081 +hoodmold n 1 1 @ 1 0 03242595 +hoodmould n 1 1 @ 1 0 03242595 +hoodoo n 4 3 @ + ; 4 0 13901055 10184290 03603958 03532080 +hoodooism n 1 3 @ ~ - 1 0 06245816 +hooey n 1 2 @ ; 1 0 06609909 +hoof n 2 4 @ ~ #p %p 2 1 02153959 02154133 +hoof-and-mouth_disease n 1 1 @ 1 0 14264664 +hoof-mark n 1 1 @ 1 0 06799754 +hoof_mark n 1 1 @ 1 0 06799754 +hoofed_mammal n 1 3 @ ~ %p 1 0 02370806 +hoofer n 1 2 @ + 1 0 10184403 +hoofing n 1 3 @ ~ %p 1 0 00527695 +hoofprint n 1 1 @ 1 0 06799754 +hook n 8 5 @ ~ #p %p + 8 1 03532919 13869547 05695232 03532672 03532342 00572285 00135799 00111358 +hook_and_eye n 1 1 @ 1 0 03533392 +hook_of_holland n 1 2 @ #p 1 0 09305479 +hook_shot n 1 1 @ 1 0 00111358 +hook_spanner n 1 1 @ 1 0 03533845 +hook_wrench n 1 1 @ 1 0 03533845 +hookah n 1 1 @ 1 0 03533014 +hooke n 1 1 @ 1 0 11057925 +hooke's_law n 1 2 @ ; 1 0 05879003 +hooker n 5 3 @ + ; 5 0 11058436 11058335 10663315 10184683 10184505 +hooker's_green n 1 1 @ 1 1 14811435 +hooker's_onion n 1 2 @ #m 1 0 12432069 +hooker's_orchid n 1 1 @ 1 0 12067029 +hooking n 1 2 @ + 1 0 00572285 +hooknose n 1 1 @ 1 0 05599501 +hooks n 1 1 @ 1 0 05565192 +hookup n 2 2 @ + 2 1 03533654 03533486 +hookworm n 2 2 @ #m 2 1 01933151 14453676 +hookworm_disease n 1 1 @ 1 0 14453676 +hooky n 1 1 @ 1 0 01234612 +hooky_player n 1 1 @ 1 0 10731732 +hooligan n 1 2 @ ~ 1 0 09879297 +hooliganism n 1 1 @ 1 0 01249816 +hoop n 4 4 @ ~ #p + 4 2 03534429 03533972 04582771 02802215 +hoop_ash n 1 1 @ 1 0 12305089 +hoop_pine n 1 1 @ 1 0 11646955 +hoop_snake n 1 1 @ 1 1 01728266 +hoopla n 1 1 @ 1 0 07248507 +hoopoe n 1 3 @ ~ #m 1 0 01829869 +hoopoo n 1 3 @ ~ #m 1 0 01829869 +hoops n 1 4 @ ~ %p - 1 0 00480993 +hoopskirt n 1 2 @ %p 1 0 03534580 +hooray n 1 1 @ 1 0 06692973 +hooray_henry n 1 2 @ ; 1 0 10184822 +hoosegow n 1 1 @ 1 0 03534695 +hoosgow n 1 1 @ 1 0 03534695 +hoosier n 1 1 @ 1 0 09743016 +hoosier_state n 1 3 @ #p %p 1 0 09084750 +hoot n 3 2 @ + 3 1 07122555 07123870 05140793 +hoot_owl n 1 1 @ 1 0 01624305 +hootch n 1 2 @ ~ 1 0 07886176 +hooter n 3 7 @ ~ #m #p %p + ; 3 0 05598707 02761834 01621127 +hoover n 4 3 @ + ; 4 0 11059079 11058914 11058633 03534776 +hoover_dam n 1 2 @ #p 1 0 03534890 +hop n 3 4 @ ~ #m + 3 1 00120010 12397864 07449548 +hop-picker n 1 1 @ 1 0 03535429 +hop-step-and-jump n 1 1 @ 1 0 07471972 +hop_clover n 2 1 @ 2 0 12549192 11752937 +hop_field n 1 1 @ 1 0 03535186 +hop_garden n 1 1 @ 1 0 03535186 +hop_hornbeam n 1 3 @ ~ #m 1 0 12287642 +hop_marjoram n 1 2 @ #m 1 0 12853706 +hop_pole n 1 1 @ 1 0 03535526 +hope n 6 4 ! @ ~ + 6 4 07511733 07541053 05950733 10184946 11059263 04848262 +hope_chest n 1 1 @ 1 0 03535024 +hopeful n 1 2 @ + 1 0 09801533 +hopefulness n 2 4 ! @ ~ + 2 0 14483620 07541316 +hopeh n 1 2 @ #p 1 0 08725926 +hopei n 1 2 @ #p 1 0 08725926 +hopelessness n 1 3 ! @ + 1 0 07542249 +hoper n 1 2 @ + 1 0 10185148 +hopi n 2 1 @ 2 0 09656547 06915031 +hopkins n 5 1 @ 5 0 11060103 11059875 11059772 11059593 11059438 +hopkinson n 1 1 @ 1 0 11060241 +hopper n 5 4 @ ~ + ; 5 1 03535284 10185327 03535429 02226429 00129089 +hops n 1 3 @ ~ #m 1 0 12397864 +hopsack n 1 1 @ 1 0 03535647 +hopsacking n 1 1 @ 1 0 03535647 +hopscotch n 1 1 @ 1 1 00485081 +horace n 1 1 @ 1 0 11060416 +horace_greeley n 1 1 @ 1 0 11013191 +horace_mann n 1 1 @ 1 0 11154174 +horace_walpole n 1 1 @ 1 0 11372599 +horatian_ode n 1 1 @ 1 0 06383934 +horatio_alger n 1 1 @ 1 0 10813527 +horatio_herbert_kitchener n 1 1 @ 1 0 11106479 +horatio_hornblower n 1 1 @ 1 0 09600439 +horatio_nelson n 1 1 @ 1 0 11203059 +horatio_walpole n 1 1 @ 1 0 11372599 +horde n 3 2 @ ~ 3 1 08182962 08250889 08184217 +hordeolum n 1 1 @ 1 0 14185219 +hordeum n 1 3 @ #m %m 1 0 12123050 +hordeum_jubatum n 1 1 @ 1 0 12123932 +hordeum_murinum n 1 1 @ 1 0 12123741 +hordeum_pusillum n 1 1 @ 1 0 12124172 +hordeum_vulgare n 1 2 @ %p 1 0 12123450 +horehound n 2 3 @ ~ #m 2 0 12854048 07606419 +horizon n 4 3 @ ~ #p 4 2 08585657 05127782 08658118 08585846 +horizontal n 1 2 @ + 1 0 13828681 +horizontal_bar n 1 2 @ %p 1 1 03535780 +horizontal_combination n 1 1 @ 1 0 01238847 +horizontal_integration n 1 1 @ 1 0 01238847 +horizontal_parallax n 1 1 @ 1 0 11529158 +horizontal_section n 1 1 @ 1 0 03535970 +horizontal_stabiliser n 1 2 @ #p 1 0 03536122 +horizontal_stabilizer n 1 2 @ #p 1 0 03536122 +horizontal_surface n 1 2 @ ~ 1 0 03536348 +horizontal_tail n 1 3 @ #p %p 1 0 03536568 +horizontality n 1 2 @ + 1 0 05079474 +hormone n 1 3 @ ~ + 1 1 05407119 +hormone-replacement_therapy n 1 1 @ 1 0 00663094 +hormone_replacement_therapy n 1 1 @ 1 0 00663094 +horn n 11 7 @ ~ #p %s %p + ; 11 6 03537085 01325417 07265508 03536931 03110669 01325853 14758027 03537241 03536761 03394916 02761834 +horn_button n 1 2 @ #p 1 0 03537412 +horn_fly n 1 2 @ #m 1 1 02199502 +horn_of_africa n 1 4 @ #p %p ; 1 0 08999154 +horn_of_plenty n 1 1 @ 1 0 06808121 +horn_poppy n 1 2 @ #m 1 0 11905749 +hornbeam n 1 3 @ ~ #m 1 0 12286826 +hornbill n 1 2 @ #m 1 0 01829413 +hornblende n 1 2 @ #m 1 0 14726124 +hornbook n 1 1 @ 1 0 06421538 +horne n 2 1 @ 2 0 11060688 11060535 +horned_asp n 1 2 @ #m 1 0 01753488 +horned_chameleon n 1 2 @ #m 1 0 01694311 +horned_dinosaur n 1 3 @ ~ #m 1 0 01703569 +horned_lizard n 1 3 @ ~ #m 1 0 01681940 +horned_owl n 1 3 @ ~ #m 1 0 01622352 +horned_pondweed n 1 1 @ 1 0 12618146 +horned_poppy n 1 2 @ #m 1 0 11905749 +horned_pout n 1 1 @ 1 0 02519340 +horned_puffin n 1 2 @ #m 1 0 02048115 +horned_rattlesnake n 1 2 @ #m 1 0 01756291 +horned_screamer n 1 2 @ #m 1 0 01860864 +horned_toad n 1 3 @ ~ #m 1 0 01681940 +horned_violet n 1 1 @ 1 0 12388989 +horned_viper n 1 2 @ #m 1 0 01753488 +horned_whiff n 1 1 @ 1 0 02662397 +horneophyton n 1 2 @ #m 1 0 13218504 +horner's_syndrome n 1 1 @ 1 0 14156740 +hornet n 1 2 @ ~ 1 0 02213107 +hornet's_nest n 2 1 @ 2 0 13935572 09475044 +hornets'_nest n 2 1 @ 2 0 13935572 09475044 +horney n 1 1 @ 1 0 11060805 +hornfels n 1 1 @ 1 0 14699068 +horniness n 1 3 @ + ; 1 0 14038027 +hornist n 1 1 @ 1 0 10185483 +hornpipe n 3 2 @ ; 3 1 00538876 07055720 03537550 +hornpout n 1 1 @ 1 0 02519340 +hornstone n 1 1 @ 1 0 14699068 +hornwort n 2 2 @ #m 2 0 11702252 11538820 +horny_frog n 1 3 @ ~ #m 1 0 01681940 +horny_layer n 1 2 @ #p 1 0 05243077 +horny_structure n 1 2 @ ~ 1 0 05581514 +horologe n 1 3 @ ~ %p 1 0 04437953 +horologer n 1 2 @ + 1 0 10769905 +horologist n 1 2 @ + 1 0 10769905 +horology n 1 2 @ + 1 0 05635841 +horoscope n 2 1 @ 2 1 06749594 03537714 +horoscopy n 1 1 @ 1 0 05778646 +horowitz n 1 1 @ 1 0 11060937 +horridness n 1 3 @ ~ + 1 0 04782116 +horripilation n 1 2 @ + 1 0 00866606 +horror n 3 2 @ + 3 3 07520411 03537866 07503987 +hors_d'oeuvre n 1 2 @ ~ 1 0 07582277 +horse n 5 7 @ ~ #m %m %p + ; 5 2 02374451 03538037 08397856 04140631 03624767 +horse's_foot n 1 3 @ #p %p 1 0 02159117 +horse-brier n 1 2 @ #m 1 0 12470512 +horse-cart n 1 2 @ ~ 1 0 03538406 +horse-chestnut_family n 1 3 @ #m %m 1 0 12767951 +horse-drawn_vehicle n 1 2 @ ~ 1 0 03538634 +horse-head n 1 2 @ ~ 1 0 02578233 +horse-pistol n 1 1 @ 1 0 03539293 +horse-trail n 1 1 @ 1 1 03539678 +horse_balm n 1 2 @ #m 1 0 12844409 +horse_barn n 1 3 @ ~ %p 1 0 04294879 +horse_bean n 1 2 @ #p 1 0 07801892 +horse_blanket n 1 2 @ ~ 1 0 04124202 +horse_botfly n 1 2 @ #m 1 0 02193665 +horse_breeding n 1 1 @ 1 0 00915646 +horse_brier n 1 2 @ #m 1 0 12470512 +horse_cart n 1 2 @ ~ 1 0 03538406 +horse_cassia n 2 1 @ 2 0 12492900 12492460 +horse_cavalry n 2 3 @ %m ; 2 0 08397856 08389900 +horse_chestnut n 2 3 @ ~ #m 2 1 12768369 12768682 +horse_doctor n 1 1 @ 1 0 10185591 +horse_fancier n 1 1 @ 1 0 10185682 +horse_fly n 1 2 @ #m 1 0 02195526 +horse_gentian n 1 2 @ #m 1 0 12679876 +horse_grain n 1 2 @ #m 1 0 12547872 +horse_gram n 1 2 @ #m 1 0 12547872 +horse_latitude n 1 1 @ 1 0 08586036 +horse_mackerel n 3 3 @ #m %p 3 0 02627292 02580830 02580679 +horse_manure n 1 1 @ 1 0 14864079 +horse_mushroom n 1 2 @ #m 1 0 13001366 +horse_nettle n 1 1 @ 1 0 12893993 +horse_of_the_wood n 1 2 @ #m 1 0 01797020 +horse_opera n 1 2 @ ~ 1 0 06616035 +horse_parsley n 1 2 @ #m 1 0 12945828 +horse_pistol n 1 1 @ 1 0 03539293 +horse_race n 1 2 @ ~ 1 1 07461411 +horse_racing n 1 3 @ ~ - 1 0 00450070 +horse_radish n 1 3 @ #m %p 1 0 11872973 +horse_sense n 1 2 @ ~ 1 0 05614657 +horse_thistle n 1 1 @ 1 0 11987511 +horse_tick n 1 2 @ #m 1 0 02198859 +horse_trade n 1 1 @ 1 0 01109934 +horse_trader n 1 1 @ 1 0 10186068 +horse_trading n 2 2 @ + 2 1 01109934 07150499 +horse_wrangler n 1 1 @ 1 0 10186216 +horseback n 2 2 @ #p 2 1 01902274 09304376 +horseback_rider n 1 2 @ ~ 1 0 10185793 +horseback_riding n 2 4 @ ~ + - 2 0 00450335 00299217 +horsebean n 2 3 @ #m #p 2 0 12576323 12497669 +horsebox n 1 1 @ 1 0 03538179 +horsecar n 1 1 @ 1 0 03538300 +horsecloth n 1 1 @ 1 0 03538542 +horsefish n 1 2 @ ~ 1 0 02578233 +horseflesh n 1 2 @ #p 1 0 07666406 +horsefly n 2 2 @ #m 2 0 02198859 02195526 +horsefly_weed n 1 1 @ 1 0 12509993 +horsehair n 2 1 @ 2 0 14908584 03538817 +horsehair_lichen n 1 2 @ #m 1 0 12990597 +horsehair_wig n 1 1 @ 1 0 03538957 +horsehead n 1 2 @ ~ 1 0 02578233 +horsehide n 1 1 @ 1 0 14762758 +horselaugh n 1 1 @ 1 1 07127911 +horseleech n 1 2 @ #m 1 0 01938735 +horseless_carriage n 1 1 @ 1 0 03539103 +horseman n 2 3 @ ~ + 2 1 10185793 10185682 +horsemanship n 1 2 @ + 1 1 05638374 +horsemeat n 1 2 @ #p 1 0 07666406 +horsemint n 3 1 @ 3 0 12858987 12858618 12855886 +horseplay n 1 1 @ 1 0 00513761 +horsepond n 1 1 @ 1 0 09305646 +horsepower n 1 2 @ %p 1 0 13645010 +horsepower-hour n 1 1 @ 1 0 13728074 +horseradish n 3 6 @ #m #s #p %s %p 3 0 11873182 11872973 07824383 +horseradish_peroxidase n 1 1 @ 1 0 14612618 +horseradish_root n 1 3 @ #p %s 1 0 11873182 +horseradish_sauce n 1 2 @ %s 1 0 07830841 +horseshit n 1 2 @ ; 1 0 06611376 +horseshoe n 2 1 @ 2 0 03539546 03539433 +horseshoe_arch n 1 1 @ 1 0 03784896 +horseshoe_bat n 2 2 @ #m 2 0 02143891 02143439 +horseshoe_crab n 1 2 @ #m 1 0 01787835 +horseshoe_falls n 1 2 @ #p 1 0 09232165 +horseshoe_vetch n 1 1 @ 1 0 12535254 +horseshoe_whipsnake n 1 2 @ #m 1 0 01731277 +horseshoer n 1 1 @ 1 0 10079677 +horseshoes n 1 2 @ - 1 0 00467320 +horseshow n 1 1 @ 1 0 00519579 +horsetail n 1 4 @ ~ #m %p 1 0 13219422 +horsetail_family n 1 3 @ #m %m 1 0 13219067 +horsetail_lichen n 1 2 @ #m 1 0 12990597 +horsetail_milkweed n 1 1 @ 1 0 13235319 +horseweed n 2 2 @ #m 2 0 12844409 11956348 +horsewhip n 1 3 @ ~ + 1 0 03539754 +horsewhipping n 1 2 @ + 1 0 01163429 +horsewoman n 1 1 @ 1 0 10186143 +horsey_set n 1 1 @ 1 0 08251605 +horst n 1 1 @ 1 0 09305728 +horsy_set n 1 1 @ 1 0 08251605 +horta n 1 1 @ 1 0 11061089 +hortensia n 2 2 @ #m 2 0 12788854 12009047 +horticulture n 1 4 @ ~ + - 1 0 00918383 +horticulturist n 1 3 @ ~ + 1 0 10186350 +horus n 1 1 @ 1 0 09512266 +hosanna n 1 1 @ 1 0 07122639 +hose n 3 4 @ ~ + ; 3 0 03540267 03540090 03539875 +hosea n 2 2 @ #p 2 0 11061225 06439253 +hosepipe n 1 2 @ ~ 1 0 03539875 +hosier n 1 1 @ 1 0 10186578 +hosiery n 1 3 @ ~ ; 1 0 03540267 +hosni_mubarak n 1 1 @ 1 0 11194587 +hospice n 2 1 @ 2 0 03540476 00697249 +hospitableness n 1 3 ! @ + 1 0 04656282 +hospital n 2 4 @ ~ %p + 2 1 03540595 08054417 +hospital_attendant n 1 1 @ 1 0 10381804 +hospital_bed n 1 2 @ %p 1 0 03540914 +hospital_care n 1 1 @ 1 0 00658627 +hospital_chaplain n 1 1 @ 1 0 10186686 +hospital_occupancy n 1 1 @ 1 0 13818736 +hospital_room n 1 3 @ ~ #p 1 0 03541091 +hospital_ship n 1 1 @ 1 0 03541269 +hospital_train n 1 2 @ ; 1 0 03541393 +hospital_ward n 1 3 @ ~ #p 1 0 04549919 +hospitalisation n 1 2 @ + 1 0 00658627 +hospitality n 1 3 ! @ + 1 1 06631506 +hospitalization n 4 2 @ + 4 0 15119185 14576053 13346912 00658627 +hospitalization_insurance n 1 1 @ 1 0 13346912 +host n 10 6 ! @ ~ #p + ; 10 6 10187130 08182962 01385527 10299250 08183802 08481184 10187356 10186774 07683138 04175147 +hosta n 1 3 @ #m %m 1 0 12457519 +hostaceae n 1 2 @ #m 1 0 12457250 +hostage n 1 1 @ 1 0 10187557 +hostel n 2 2 @ ~ 2 0 03541696 03541537 +hosteller n 2 2 @ ~ 2 0 10187990 10186950 +hostelry n 1 2 @ ~ 1 1 03541696 +hostess n 3 1 @ 3 3 10187491 10187059 10655875 +hostile n 1 3 ! @ ; 1 0 08397675 +hostile_expedition n 1 3 @ ~ ; 1 0 00968479 +hostile_fire n 1 1 @ 1 0 00991070 +hostile_takeover n 1 1 @ 1 0 00790817 +hostile_witness n 1 1 @ 1 0 09773682 +hostilities n 1 2 @ + 1 0 00964781 +hostility n 4 3 @ ~ + 4 1 04658106 13980288 07547805 00964569 +hostler n 1 1 @ 1 0 10644301 +hot-air_balloon n 1 1 @ 1 0 03541923 +hot-button_issue n 1 1 @ 1 0 05814952 +hot-fudge_sauce n 1 1 @ 1 0 07837002 +hot-rock_penstemon n 1 2 @ #m 1 0 12886185 +hot-rod n 1 1 @ 1 0 03543394 +hot-water_bag n 1 1 @ 1 0 03543735 +hot-water_bottle n 1 1 @ 1 0 03543735 +hot-water_heater n 1 2 @ ~ 1 1 04560113 +hot-water_tank n 1 2 @ ~ 1 0 04560113 +hot-work_steel n 1 1 @ 1 0 14907867 +hot_air n 2 1 @ 2 0 14841923 06609503 +hot_cake n 1 2 @ ~ 1 0 07640203 +hot_cereal n 1 2 @ ~ 1 0 07703177 +hot_chocolate n 1 2 @ %s 1 0 07922764 +hot_cross_bun n 1 1 @ 1 0 07691237 +hot_dog n 3 4 @ ~ #p %p 3 0 10187710 07697537 07676602 +hot_flash n 1 1 @ 1 0 14336169 +hot_issue n 1 1 @ 1 0 13336933 +hot_jazz n 1 1 @ 1 0 07063775 +hot_line n 1 1 @ 1 0 03543012 +hot_pad n 2 1 @ 2 0 04380801 03508881 +hot_pants n 2 2 @ ; 2 0 14038027 03543112 +hot_pepper n 2 4 @ ~ #m %p 2 0 12902021 07721325 +hot_plate n 1 1 @ 1 0 03543254 +hot_pot n 1 2 @ ; 1 0 07590611 +hot_potato n 1 1 @ 1 1 13935910 +hot_rod n 1 1 @ 1 1 03543394 +hot_sauce n 1 2 @ ~ 1 0 07830593 +hot_seat n 2 1 @ 2 0 03271030 00593389 +hot_spell n 1 1 @ 1 0 15246775 +hot_spot n 3 1 @ 3 0 08586330 08586218 03543511 +hot_spring n 1 1 @ 1 0 09305898 +hot_springs n 1 2 @ #p 1 0 09060024 +hot_springs_national_park n 1 2 @ #p 1 0 08606012 +hot_stock n 1 1 @ 1 0 13336933 +hot_stuff n 2 2 @ ; 2 0 05210820 04808965 +hot_stuffed_tomato n 1 1 @ 1 0 07878785 +hot_toddy n 1 3 @ ~ %s 1 0 07918879 +hot_tub n 1 1 @ 1 0 03543603 +hot_war n 1 2 ! @ 1 1 13981885 +hot_water n 1 1 @ 1 0 14409137 +hot_water_plant n 1 2 @ #m 1 0 12830222 +hot_weather n 1 2 @ ~ 1 0 11466701 +hotbed n 2 1 @ 2 0 13935753 03542073 +hotbox n 1 1 @ 1 0 03542220 +hotcake n 1 2 @ ~ 1 0 07640203 +hotchpotch n 2 1 @ 2 0 08399977 07590502 +hotdog n 3 4 @ ~ #p %p 3 0 10187710 07697537 07676602 +hotdog_bun n 1 2 @ #p 1 0 07690019 +hotei n 1 1 @ 1 0 09534918 +hotei-chiku n 1 2 @ #m 1 0 12149144 +hotel n 1 3 @ ~ %p 1 1 03542333 +hotel-casino n 2 1 @ 2 0 03542727 03542605 +hotel_bill n 1 1 @ 1 0 06517447 +hotel_clerk n 1 2 @ ~ 1 0 10007995 +hotel_desk_clerk n 1 2 @ ~ 1 0 10007995 +hotel_detective n 1 1 @ 1 0 10187842 +hotel_manager n 1 2 @ ~ 1 0 10187990 +hotel_occupancy n 1 1 @ 1 0 13818829 +hotel_plan n 1 2 @ ~ 1 0 13415547 +hotel_room n 1 3 @ ~ #p 1 0 03542860 +hotelier n 1 2 @ ~ 1 0 10187990 +hotelkeeper n 1 2 @ ~ 1 0 10187990 +hotelman n 1 2 @ ~ 1 1 10187990 +hotfoot n 1 1 @ 1 0 00514471 +hoth n 1 2 @ ; 1 0 09581129 +hothead n 2 2 @ ~ 2 0 10091564 09991530 +hothouse n 1 1 @ 1 0 03092166 +hothr n 1 2 @ ; 1 0 09581129 +hotness n 3 5 ! @ ~ + ; 3 1 05016171 14038027 04993312 +hotplate n 1 1 @ 1 0 03543254 +hotpot n 1 2 @ ; 1 0 07590611 +hotshot n 1 2 @ ~ 1 1 09762509 +hotspot n 3 1 @ 3 0 08586330 08586218 03543511 +hotspur n 2 1 @ 2 0 11229499 10188146 +hottentot n 1 1 @ 1 0 06941479 +hottentot's_bread n 1 2 @ #p 1 0 12089178 +hottentot's_bread_vine n 1 3 @ #m %p 1 0 12088909 +hottentot's_fig n 1 2 @ #m 1 0 11819509 +hottentot_bread n 1 2 @ #p 1 0 12089178 +hottentot_bread_vine n 1 3 @ #m %p 1 0 12088909 +hottentot_fig n 1 2 @ #m 1 0 11819509 +hottonia n 1 3 @ #m %m 1 0 12094121 +hottonia_inflata n 1 1 @ 1 0 12094401 +hottonia_palustris n 1 1 @ 1 0 12094612 +houdah n 1 1 @ 1 0 03547397 +houdini n 1 1 @ 1 0 11061317 +houghton n 2 2 @ #p 2 0 11061552 09100982 +houhere n 1 2 @ #m 1 0 12180885 +hoummos n 1 1 @ 1 0 07857731 +hound n 2 4 @ ~ #m + 2 2 02087551 09886220 +hound's-tongue n 2 2 @ #m 2 0 12819354 12819141 +hound's-tooth_check n 1 1 @ 1 0 03543945 +hound_dog n 1 3 @ ~ #m 1 1 02087551 +houndstooth_check n 1 1 @ 1 0 03543945 +hour n 4 5 @ ~ #p %p + 4 3 15227846 15228378 15228910 05131023 +hour_angle n 2 2 @ ; 2 1 08586509 13888783 +hour_circle n 1 1 @ 1 0 08586688 +hour_hand n 1 1 @ 1 0 03544238 +hourglass n 1 1 @ 1 0 03544143 +houri n 2 2 @ ; 2 0 10368528 09545000 +hours n 2 2 @ ~ 2 2 15118100 15117516 +housatonic n 1 2 @ #p 1 0 09306031 +housatonic_river n 1 2 @ #p 1 0 09306031 +house n 12 6 @ ~ #p %p + ; 12 7 03544360 08059870 08224580 08222966 08163025 07971449 00432164 08685677 08381296 08078020 04417809 03545150 +house-builder n 1 1 @ 1 0 10181656 +house-raising n 1 1 @ 1 0 00911905 +house_agent n 1 2 @ ~ 1 0 10509810 +house_arrest n 1 1 @ 1 0 01147135 +house_cat n 1 3 @ ~ #m 1 0 02121808 +house_centipede n 1 2 @ #m 1 0 01785667 +house_decorator n 1 2 @ ~ 1 0 10210648 +house_detective n 1 1 @ 1 0 10187842 +house_dick n 1 1 @ 1 0 10187842 +house_finch n 1 2 @ #m 1 0 01532829 +house_fly n 1 2 @ #m 1 0 02190790 +house_guest n 1 1 @ 1 0 10188472 +house_husband n 1 1 @ 1 0 10188576 +house_martin n 1 2 @ #m 1 0 01595974 +house_mouse n 1 2 @ #m 1 0 02332156 +house_of_burgesses n 1 1 @ 1 0 08162575 +house_of_cards n 2 1 @ 2 0 05907251 03545756 +house_of_commons n 1 3 @ #m %m 1 0 08162691 +house_of_correction n 1 1 @ 1 0 03545961 +house_of_detention n 1 1 @ 1 0 03181667 +house_of_god n 1 2 @ ~ 1 0 03953416 +house_of_hanover n 1 2 @ %m 1 0 08154960 +house_of_ill_repute n 1 2 @ ~ 1 0 04581595 +house_of_islam n 1 1 @ 1 0 09178481 +house_of_lancaster n 1 2 @ %m 1 0 08155765 +house_of_lords n 1 3 @ #m %m 1 0 08162860 +house_of_prayer n 1 2 @ ~ 1 0 03953416 +house_of_prostitution n 1 2 @ ~ 1 1 04581595 +house_of_representatives n 1 2 @ #m 1 1 08161971 +house_of_tudor n 1 2 @ %m 1 0 08159031 +house_of_war n 1 1 @ 1 0 09178596 +house_of_windsor n 1 2 @ %m 1 0 08159740 +house_of_worship n 1 2 @ ~ 1 0 03953416 +house_of_york n 1 2 @ %m 1 0 08159924 +house_organ n 1 1 @ 1 1 06595220 +house_paint n 1 1 @ 1 0 03546112 +house_painter n 1 1 @ 1 0 10189179 +house_painting n 1 2 @ #p 1 0 00609236 +house_party n 1 1 @ 1 0 07450229 +house_physician n 1 1 @ 1 0 10189278 +house_servant n 1 2 @ ~ 1 0 10024119 +house_sitter n 1 1 @ 1 0 10189597 +house_snake n 1 1 @ 1 0 01734808 +house_sparrow n 1 2 @ #m 1 0 01539925 +house_trailer n 1 2 @ ~ 1 0 04467099 +house_wren n 1 2 @ #m 1 0 01584853 +houseboat n 1 1 @ 1 0 03545470 +housebreaker n 2 1 @ 2 1 10188226 10189975 +housebreaking n 1 2 @ ~ 1 1 00785263 +housebuilder n 1 1 @ 1 0 10181656 +housecleaning n 2 3 @ + ; 2 0 00580565 00580370 +housecoat n 1 2 @ ~ 1 0 03817647 +housecraft n 1 1 @ 1 0 05643722 +housedog n 1 1 @ 1 0 02104280 +housefather n 1 1 @ 1 0 10188369 +housefly n 1 2 @ #m 1 0 02190790 +houseful n 1 1 @ 1 0 13767691 +houseguest n 1 1 @ 1 0 10188472 +household n 1 3 @ ~ + 1 1 08078020 +household_appliance n 1 2 @ ~ 1 0 03528263 +household_arts n 1 1 @ 1 0 06149344 +household_linen n 1 2 @ ~ 1 0 04580298 +householder n 1 3 @ ~ + 1 1 10182499 +househusband n 1 1 @ 1 0 10188576 +housekeeper n 1 2 @ + 1 0 10188715 +housekeeping n 1 2 @ + 1 1 00580961 +houselights n 1 3 @ #m ; 1 0 03545585 +housemaid n 1 2 @ ~ 1 0 10282672 +housemaid's_knee n 1 1 @ 1 0 14188568 +houseman n 1 2 @ ; 1 0 10211203 +housemaster n 1 1 @ 1 0 10188856 +housemate n 1 1 @ 1 0 10188957 +housemother n 1 1 @ 1 0 10189059 +housepaint n 1 1 @ 1 0 03546112 +houseplant n 1 2 @ ~ 1 0 13083023 +houseroom n 1 1 @ 1 0 13778400 +houses_of_parliament n 1 2 @ #p 1 0 08876278 +housetop n 1 1 @ 1 0 03546235 +housewarming n 1 1 @ 1 0 08255109 +housewife n 1 2 @ + 1 1 10189776 +housewifery n 1 1 @ 1 0 00580880 +housework n 1 1 @ 1 1 00580961 +housewrecker n 1 1 @ 1 0 10189975 +housing n 3 3 @ ~ + 3 1 03546340 03546766 02955540 +housing_and_urban_development n 1 2 @ %p 1 0 08135062 +housing_commissioner n 1 1 @ 1 0 10190122 +housing_development n 1 3 @ ~ #p 1 0 08549480 +housing_estate n 1 3 @ #p ; 1 0 08549733 +housing_industry n 1 1 @ 1 0 08067683 +housing_project n 1 1 @ 1 0 08549911 +housing_start n 1 1 @ 1 0 00239666 +housman n 1 1 @ 1 0 11061734 +houston n 2 2 @ #p 2 1 09144851 11061853 +houttuynia n 1 2 @ #m 1 0 13152592 +houyhnhnm n 1 1 @ 1 0 10190231 +houyhnhnms n 1 1 @ 1 0 05630145 +hovea n 1 2 @ #m 1 0 12535593 +hovel n 1 2 @ ~ 1 0 03547054 +hovercraft n 1 1 @ 1 0 03547229 +how-d'ye-do n 1 1 @ 1 0 13936030 +how-do-you-do n 2 1 @ 2 0 13936030 06632511 +howard n 2 1 @ 2 0 11062285 11062111 +howard_carter n 1 1 @ 1 0 10885006 +howard_florey n 1 1 @ 1 0 10973497 +howard_hughes n 1 1 @ 1 0 11064834 +howard_lindsay n 1 1 @ 1 0 11133387 +howard_pyle n 1 1 @ 1 0 11249559 +howard_robard_hughes n 1 1 @ 1 0 11064834 +howdah n 1 1 @ 1 0 03547397 +howdy n 1 1 @ 1 0 06632511 +howe n 4 1 @ 4 0 11062963 11062801 11062649 11062424 +howells n 1 1 @ 1 0 11063061 +howitzer n 1 1 @ 1 0 03786715 +howl n 3 3 @ ~ + 3 1 07126734 07385548 07385367 +howler n 3 3 @ #m + 3 0 06778925 02492660 00076323 +howler_monkey n 1 2 @ #m 1 0 02492660 +howling n 1 2 @ + 1 1 07126734 +hoy n 1 2 @ ~ 1 0 02792552 +hoya n 1 3 @ ~ #m 1 0 13236887 +hoya_carnosa n 1 1 @ 1 0 13237188 +hoyden n 1 1 @ 1 0 10715030 +hoydenism n 1 1 @ 1 0 04667258 +hoyle n 2 1 @ 2 0 11063309 11063182 +hp n 1 2 @ %p 1 1 13645010 +hq n 1 3 @ ~ ; 1 0 03504420 +hr n 1 4 @ ~ #p %p 1 1 15227846 +hrolf n 1 1 @ 1 0 11269236 +hrt n 1 1 @ 1 0 00663094 +hrvatska n 1 4 @ #p %m %p 1 0 08815858 +hryvnia n 1 2 @ %p 1 0 13703151 +hs n 1 1 @ 1 0 14639795 +hs1 n 1 1 @ 1 0 01339083 +hs2 n 1 1 @ 1 0 01339206 +hsian n 1 2 @ #p 1 0 08729452 +hsuan_chiao n 1 1 @ 1 0 06243096 +hsv-1 n 1 1 @ 1 0 01339083 +hsv-2 n 1 1 @ 1 0 01339206 +hsv-i n 1 1 @ 1 0 01339083 +hsv-ii n 1 1 @ 1 0 01339206 +htlv-1 n 1 1 @ 1 0 01336599 +html n 1 1 @ 1 0 06788262 +http n 1 1 @ 1 0 06665847 +hua n 1 2 @ ; 1 0 08022972 +huainaputina n 1 2 @ #p 1 0 09175617 +hualapai n 2 1 @ 2 0 09671808 06923283 +hualpai n 2 1 @ 2 0 09671808 06923283 +huamachil n 1 2 @ #m 1 0 11764478 +huambo n 1 2 @ #p 1 0 08708481 +huang_hai n 1 3 @ #p %p 1 0 09481958 +huang_he n 1 2 @ #p 1 0 09306257 +huarache n 1 1 @ 1 0 03547530 +huaraches n 1 1 @ 1 0 03547530 +huascaran n 1 2 @ #p 1 0 09306497 +huayna_capac n 1 1 @ 1 0 10190373 +hub n 2 3 @ ~ #p 2 1 03547658 08543223 +hub-and-spoke n 1 1 @ 1 0 03547861 +hub-and-spoke_system n 1 1 @ 1 0 03547861 +hub_of_the_universe n 1 4 @ #p %p - 1 0 09095751 +hubbard n 2 2 @ #p 2 0 11063535 09306642 +hubbard_squash n 2 4 @ #m #p %p 2 0 12161056 07717714 +hubble n 1 1 @ 1 0 11063687 +hubble's_constant n 1 2 @ ; 1 0 13590598 +hubble's_law n 1 2 @ ; 1 0 05879204 +hubble's_parameter n 1 2 @ ; 1 0 13590598 +hubble-bubble n 1 1 @ 1 0 03533014 +hubble_constant n 1 2 @ ; 1 0 13590598 +hubble_law n 1 2 @ ; 1 0 05879204 +hubble_parameter n 1 2 @ ; 1 0 13590598 +hubbly-bubbly n 1 1 @ 1 0 03533014 +hubbub n 1 1 @ 1 1 07385660 +hubby n 1 2 @ ~ 1 0 10193967 +hubcap n 1 2 @ #p 1 0 03548086 +hubel n 1 1 @ 1 0 11063944 +hubris n 1 1 @ 1 1 04888703 +huck n 1 1 @ 1 0 03548195 +huck_finn n 1 1 @ 1 0 09603353 +huckaback n 1 1 @ 1 0 03548195 +huckleberry n 3 4 @ ~ #m #p 3 0 12246641 12236546 07743384 +huckleberry_finn n 1 1 @ 1 0 09603353 +huckleberry_oak n 1 2 @ #m 1 0 12279060 +huckster n 2 2 @ + 2 1 10190516 10190644 +hud n 1 2 @ %p 1 0 08135062 +huddie_leadbetter n 1 1 @ 1 0 11123262 +huddle n 2 4 @ %m + ; 2 1 07144416 08184439 +huddler n 2 3 @ #m + 2 0 10190871 10190745 +hudood n 1 1 @ 1 0 08456178 +hudson n 3 2 @ #p 3 1 09306840 11064330 11064106 +hudson_bay n 1 2 @ #p 1 1 09307031 +hudson_bay_collared_lemming n 1 1 @ 1 0 02345774 +hudson_hoagland n 1 1 @ 1 0 11052843 +hudson_river n 1 2 @ #p 1 1 09306840 +hudson_river_school n 1 1 @ 1 0 08468261 +hudson_seal n 1 1 @ 1 0 14765687 +hudsonia n 1 3 @ #m %m 1 0 12376382 +hudsonia_ericoides n 1 2 @ #m 1 0 12376553 +hudsonia_tomentosa n 1 2 @ #m 1 0 12376740 +hudsonian_godwit n 1 1 @ 1 0 02034295 +hudud n 1 1 @ 1 0 08456178 +hue n 1 3 @ = + 1 1 04975122 +hue_and_cry n 1 1 @ 1 1 07122118 +huff n 1 2 @ + 1 0 14407070 +huffiness n 1 2 @ + 1 0 07517869 +huffing n 1 2 @ + 1 0 00834460 +huffishness n 1 2 @ + 1 0 07549401 +hug n 1 2 @ + 1 0 00417859 +hug-me-tight n 1 1 @ 1 0 03548320 +hug_drug n 1 1 @ 1 0 02678738 +hugger n 1 2 @ + 1 0 10191001 +hugger-mugger n 1 2 @ + 1 0 13976731 +hugging n 1 3 @ ~ + 1 1 00854000 +huggins n 1 1 @ 1 0 11064472 +hugh_capet n 1 1 @ 1 0 10891271 +hugh_dowding n 1 1 @ 1 0 10941714 +hughes n 4 1 @ 4 0 11065229 11065101 11064834 11064662 +hugo n 1 1 @ 1 0 11065345 +hugo_alvar_henrik_aalto n 1 1 @ 1 0 10806693 +hugo_de_vries n 1 1 @ 1 0 10932495 +hugo_devries n 1 1 @ 1 0 10932495 +hugo_grotius n 1 1 @ 1 0 11017454 +hugo_junkers n 1 1 @ 1 0 11094780 +hugo_von_hoffmannsthal n 1 1 @ 1 0 11055296 +hugo_wolf n 1 1 @ 1 0 11394398 +hugueninia n 1 2 @ %m 1 0 11889078 +hugueninia_tanacetifolia n 1 2 @ #m 1 0 11889205 +huguenot n 1 1 @ 1 0 10191089 +huig_de_groot n 1 1 @ 1 0 11017454 +huisache n 1 2 @ #m 1 0 11757851 +huitre n 1 3 @ ~ #p 1 0 07786164 +huji n 1 2 @ ; 1 0 08022666 +hula n 1 1 @ 1 0 00542458 +hula-hoop n 1 1 @ 1 0 03548402 +hula-hula n 1 1 @ 1 0 00542458 +huldreich_zwingli n 1 1 @ 1 0 11408243 +hulk n 2 2 @ + 2 2 10129133 03548533 +hull n 6 5 @ ~ #p %p + 6 0 13139918 11691990 11065718 11065562 08877208 03548626 +hullabaloo n 1 1 @ 1 0 00554300 +hullo n 1 1 @ 1 0 06632511 +hulsea n 1 3 @ #m %m 1 0 11983160 +hulsea_algida n 1 2 @ #m 1 0 11983375 +hulsea_nana n 1 2 @ #m 1 0 11983606 +hum n 3 3 @ + ; 3 0 14008050 08022972 07385803 +hum-vee n 1 2 @ ; 1 0 03549199 +human n 1 6 @ ~ #m %p + - 1 1 02472293 +human_action n 1 2 @ ~ 1 1 00030358 +human_activity n 1 2 @ ~ 1 0 00030358 +human_being n 1 5 @ ~ #m %p - 1 1 02472293 +human_beings n 1 2 @ %m 1 0 02472987 +human_body n 1 3 @ ~ #p 1 1 05217168 +human_botfly n 1 2 @ #m 1 0 02194249 +human_chorionic_gonadotrophin n 1 1 @ 1 0 14749030 +human_chorionic_gonadotropin n 1 1 @ 1 0 14749030 +human_death n 1 2 @ ~ 1 1 07332956 +human_dynamo n 1 2 @ ~ 1 0 10462429 +human_ecology n 1 1 @ 1 0 06152125 +human_elbow n 1 3 @ #p %p 1 0 05579944 +human_face n 1 4 @ ~ #p %p 1 0 05600637 +human_foot n 1 4 @ ~ #p %p 1 0 05563266 +human_gamma_globulin n 1 3 @ ~ #s 1 0 15022389 +human_genome_project n 1 1 @ 1 0 00641693 +human_growth_hormone n 1 2 @ ~ 1 0 05412649 +human_head n 1 4 @ ~ #p %p 1 0 05539138 +human_immunodeficiency_virus n 1 1 @ 1 0 01336718 +human_knee n 1 3 @ #p %p 1 0 05573602 +human_language_technology n 1 1 @ 1 0 06142412 +human_nature n 1 1 @ 1 0 04615866 +human_palaeontology n 1 1 @ 1 0 06074189 +human_paleontology n 1 1 @ 1 0 06074189 +human_papilloma_virus n 1 1 @ 1 0 01340331 +human_process n 1 2 @ ~ 1 0 13493998 +human_race n 1 2 @ %m 1 0 02472987 +human_relationship n 1 2 @ ~ 1 0 13780719 +human_remains_pouch n 1 1 @ 1 0 02862770 +human_reproductive_cloning n 1 1 @ 1 0 00638602 +human_right n 1 3 @ ~ ; 1 0 05176846 +human_t-cell_leukemia_virus-1 n 1 1 @ 1 0 01336599 +human_waste n 1 1 @ 1 1 14855635 +humaneness n 1 6 ! @ ~ = + ; 1 0 04828925 +humanisation n 1 2 @ + 1 0 00264775 +humanism n 3 2 @ + 3 2 05967402 05967191 08476829 +humanist n 2 3 @ ~ + 2 1 10191192 10191388 +humanistic_discipline n 1 2 @ ~ 1 0 06153846 +humanitarian n 2 2 @ + 2 0 10191613 10191388 +humanitarianism n 1 2 @ + 1 0 05967402 +humanities n 1 2 @ ~ 1 0 06153846 +humanity n 3 4 @ %m = + 3 2 04829182 04726938 02472987 +humanization n 1 2 @ + 1 0 00264775 +humankind n 1 2 @ %m 1 0 02472987 +humanness n 1 3 @ = + 1 0 04726938 +humanoid n 1 1 @ 1 0 02710201 +humans n 1 2 @ %m 1 0 02472987 +humate n 1 2 @ ~ 1 0 14908977 +humber n 1 2 @ #p 1 0 09307140 +humber_bridge n 1 2 @ #p 1 0 03548797 +humble_plant n 1 2 @ #m 1 0 11755319 +humblebee n 1 2 @ #m 1 0 02209624 +humbleness n 3 4 @ ~ = + 3 0 14436438 07509131 04889527 +humboldt n 2 1 @ 2 0 11066209 11065938 +humboldt_current n 1 1 @ 1 0 11489878 +humbug n 3 4 @ ~ + ; 3 0 06611147 06610779 00753685 +humdinger n 1 1 @ 1 0 10325656 +humdrum n 1 1 @ 1 0 04740326 +hume n 1 1 @ 1 0 11066425 +hume_blake_cronyn n 1 1 @ 1 0 10916325 +hume_cronyn n 1 1 @ 1 0 10916325 +humectant n 1 2 @ ~ 1 0 14908683 +humeral_veil n 1 1 @ 1 0 03548930 +humerus n 1 3 @ #p %p 1 0 05593181 +humic_acid n 1 1 @ 1 0 14909120 +humic_shale n 1 1 @ 1 0 15038680 +humic_substance n 1 2 @ ~ 1 0 14909319 +humidity n 1 3 @ ~ + 1 1 14535643 +humidness n 1 3 @ ~ + 1 0 14535643 +humification n 1 2 @ + 1 0 13494192 +humiliation n 4 3 @ ~ + 4 2 14440488 07507742 07309223 00273449 +humility n 2 5 ! @ ~ = + 2 2 04889527 07509131 +humin n 1 1 @ 1 0 14909480 +hummer n 2 4 @ ~ + ; 2 0 10191802 00108181 +humming n 2 2 @ + 2 2 07385803 01253944 +humming_bird's_trumpet n 1 2 @ #m 1 0 12342852 +humming_top n 1 1 @ 1 0 03549097 +hummingbird n 1 3 @ ~ #m 1 0 01833805 +hummingbird_moth n 1 3 @ ~ #m 1 0 02298541 +hummock n 1 2 @ ~ 1 0 09326662 +hummus n 1 1 @ 1 0 07857731 +humor n 6 5 @ ~ + ; - 6 4 06776138 04650201 07551052 05211044 05604535 05397468 +humoral_immune_response n 1 1 @ 1 0 00861046 +humoring n 1 3 @ ~ + 1 0 01073241 +humorist n 1 3 @ ~ + 1 1 10191943 +humorousness n 1 2 @ + 1 0 04649051 +humour n 6 5 @ ~ + ; - 6 0 07551052 06776138 05604535 05397468 05211044 04650201 +humourist n 1 3 @ ~ + 1 0 10191943 +humous n 1 1 @ 1 0 07857731 +hump n 1 3 @ ~ + 1 0 13894434 +humpback n 3 2 @ #m 3 0 14505069 10192412 02065726 +humpback_whale n 1 2 @ #m 1 0 02065726 +humperdinck n 1 1 @ 1 0 11066621 +humphrey_bogart n 1 1 @ 1 0 10855047 +humphrey_davy n 1 1 @ 1 0 10925132 +humphrey_deforest_bogart n 1 1 @ 1 0 10855047 +humphrey_gilbert n 1 1 @ 1 0 10999202 +humpty_dumpty n 1 1 @ 1 0 09491038 +humulin n 1 2 @ ; 1 0 05411049 +humulus n 1 3 @ #m %m 1 0 12397594 +humulus_americanus n 1 1 @ 1 0 12398384 +humulus_japonicus n 1 1 @ 1 0 12398526 +humulus_lupulus n 1 1 @ 1 0 12398174 +humus n 2 3 @ #s + 2 0 14908822 07857731 +humvee n 1 2 @ ; 1 0 03549199 +hun n 2 2 @ ; 2 1 10192588 09748239 +hunan n 1 2 @ #p 1 0 08726072 +hunan_province n 1 2 @ #p 1 0 08726072 +hunch n 2 3 @ ~ + 2 1 05919034 00406114 +hunchback n 2 1 @ 2 0 14505069 10192412 +hundred n 1 1 @ 1 1 13750415 +hundred-percenter n 1 1 @ 1 0 09911849 +hundred_dollar_bill n 1 1 @ 1 1 13395074 +hundred_thousand n 1 1 @ 1 0 13751404 +hundred_years'_war n 1 2 @ %p 1 0 01305147 +hundredth n 2 1 @ 2 0 13849710 13739051 +hundredweight n 3 3 @ #p %p 3 0 13725271 13721177 13721003 +hung_jury n 1 2 @ ; 1 0 08415127 +hungarian n 2 2 @ #m 2 0 09713985 06958836 +hungarian_capital n 1 2 @ #p 1 0 08952423 +hungarian_goulash n 1 2 @ ~ 1 0 07590320 +hungarian_grass n 1 3 @ ~ #m 1 0 12135270 +hungarian_lilac n 1 1 @ 1 0 12310840 +hungarian_monetary_unit n 1 2 @ ~ 1 0 13676396 +hungarian_partridge n 1 2 @ #m 1 0 01807828 +hungarian_pointer n 1 1 @ 1 0 02100583 +hungarian_sauce n 1 1 @ 1 0 07839172 +hungary n 1 5 @ #p %m %p + 1 1 08952190 +hunger n 2 3 @ ~ + 2 2 14039534 04945254 +hunger_march n 1 2 @ %m 1 0 08428252 +hunger_marcher n 1 2 @ #m 1 0 10192704 +hunger_strike n 1 1 @ 1 0 01242962 +hungriness n 3 3 @ ~ + 3 0 14039534 07486628 04945254 +hunk n 2 2 @ ~ 2 0 10192839 09307300 +hunkpapa n 2 2 @ ~ 2 0 09657206 06910039 +hunnemania_fumariifolia n 1 2 @ #m 1 0 11906127 +hunnemannia n 1 3 @ #m %m 1 0 11905989 +hunt n 8 4 @ ~ + - 8 0 11067047 11066938 11066772 08229779 05770257 00945401 00622584 00452293 +hunt_club n 1 1 @ 1 0 08229779 +hunted_person n 1 2 @ ~ 1 0 10192926 +hunter n 4 4 @ ~ %m + 4 1 10193026 10193719 09380117 03549350 +hunter's_chicken n 1 1 @ 1 0 07580592 +hunter's_sauce n 1 1 @ 1 0 07838659 +hunter-gatherer n 1 2 @ #m 1 0 10193419 +hunting n 3 4 @ ~ + - 3 3 00452293 00945401 00622584 +hunting_and_gathering_society n 1 2 @ %m 1 0 08288518 +hunting_and_gathering_tribe n 1 2 @ %m 1 0 08288518 +hunting_crop n 1 1 @ 1 0 04089836 +hunting_dog n 1 2 @ ~ 1 0 02087122 +hunting_expedition n 1 2 @ ; 1 1 00309906 +hunting_ground n 2 1 @ 2 1 14484969 08582065 +hunting_guide n 1 1 @ 1 0 10193543 +hunting_knife n 1 1 @ 1 0 03549473 +hunting_licence n 1 1 @ 1 0 06550552 +hunting_license n 1 1 @ 1 0 06550552 +hunting_lodge n 1 1 @ 1 0 03685486 +hunting_permit n 1 1 @ 1 0 06550552 +hunting_season n 1 1 @ 1 0 15241186 +hunting_spider n 1 3 @ ~ #m 1 0 01775062 +hunting_watch n 1 1 @ 1 0 03549350 +huntingdon_elm n 1 2 @ #m 1 0 12407396 +huntingdon_willow n 1 2 @ #m 1 0 12725738 +huntington n 4 2 @ #p 4 0 11067604 11067396 11067184 09156241 +huntington's_chorea n 1 1 @ 1 0 14156976 +huntington's_disease n 1 1 @ 1 0 14156976 +huntress n 1 1 @ 1 0 10193650 +huntsman n 1 2 @ ~ 1 0 10193026 +huntsman's_cup n 1 2 @ #m 1 0 12779851 +huntsman's_cups n 1 2 @ #m 1 0 12779851 +huntsman's_horn n 1 2 @ #m 1 0 12780563 +huntsman's_horns n 1 2 @ #m 1 0 12780563 +huntsville n 1 2 @ #p 1 0 09054350 +huon_pine n 1 2 @ #m 1 0 11656123 +hupa n 2 1 @ 2 0 09657489 06919818 +hurdle n 3 2 @ + 3 1 03549589 05691241 00120515 +hurdle_race n 1 1 @ 1 0 07469162 +hurdler n 1 2 @ + 1 0 10193864 +hurdles n 1 1 @ 1 0 07469162 +hurdling n 1 2 @ + 1 0 07469162 +hurdy-gurdy n 1 2 @ ; 1 0 02795978 +hurdy_gurdy n 1 2 @ ; 1 0 02795978 +hurl n 1 2 @ + 1 0 00105479 +hurler n 1 4 @ ~ + ; 1 1 10435988 +hurler's_disease n 1 1 @ 1 0 14157163 +hurler's_syndrome n 1 1 @ 1 0 14157163 +hurling n 1 1 @ 1 0 00470830 +hurly_burly n 1 2 @ ~ 1 0 13977366 +hurok n 1 1 @ 1 0 11067745 +huron n 1 2 @ #p 1 0 09331535 +hurrah n 1 1 @ 1 0 06692973 +hurricane n 1 2 @ #p 1 1 11467018 +hurricane_deck n 1 2 @ #p 1 1 03549732 +hurricane_lamp n 1 1 @ 1 0 03549897 +hurricane_lantern n 1 1 @ 1 0 03549897 +hurricane_roof n 1 2 @ #p 1 0 03549732 +hurriedness n 1 3 @ ~ + 1 0 05060189 +hurry n 3 3 @ ~ + 3 3 14451189 05060189 00555648 +hurrying n 1 3 @ ~ + 1 0 00330160 +hurt n 5 3 @ ~ + 5 2 14285662 07496463 07495327 07420538 00403092 +hurting n 1 3 @ ~ + 1 0 14322699 +hus n 1 1 @ 1 0 11067885 +husain n 2 1 @ 2 0 11068401 11068196 +husayn n 2 1 @ 2 0 11068401 11068196 +husband n 1 4 ! @ ~ + 1 1 10193967 +husband-wife_privilege n 1 1 @ 1 0 05180286 +husbandman n 1 2 @ ~ 1 0 10078806 +husbandry n 1 4 @ ~ %p - 1 1 00916464 +hush n 1 3 @ + ; 1 1 04982478 +hush_money n 1 1 @ 1 0 13284442 +hush_puppy n 1 1 @ 1 0 07688898 +hushing n 1 1 @ 1 0 07384898 +hushpuppy n 1 1 @ 1 0 07688898 +husk n 2 3 @ ~ + 2 0 14805899 13139647 +husk_tomato n 2 4 @ ~ #m #p 2 0 12910285 07734555 +huskiness n 2 2 @ + 2 0 05031214 04988861 +husking n 1 3 @ ~ + 1 0 00394803 +husking_bee n 1 1 @ 1 0 08188967 +husky n 1 1 @ 1 0 02109961 +huss n 1 1 @ 1 0 11067885 +hussar n 1 1 @ 1 0 10194341 +hussar_monkey n 1 2 @ #m 1 0 02486261 +hussein n 2 1 @ 2 0 11068401 11068196 +husserl n 1 1 @ 1 0 11068630 +hussite n 1 1 @ 1 0 10194463 +hussy n 1 1 @ 1 0 09772930 +hustings n 1 2 @ ; 1 0 00800121 +hustle n 2 3 @ ~ + 2 0 00779248 00555138 +hustler n 2 4 @ ~ + ; 2 0 10663315 10194566 +huston n 1 1 @ 1 0 11068760 +hut n 2 3 @ ~ ; 2 2 03550153 03547054 +hutch n 2 2 @ ~ 2 0 03550289 03547054 +hutchins n 1 1 @ 1 0 11068922 +hutchinson n 1 1 @ 1 0 11069085 +hutment n 1 2 @ ; 1 1 03550420 +hutton n 2 1 @ 2 0 11069430 11069261 +hutu n 1 2 @ #m 1 0 09693100 +hutzpah n 1 2 @ ; 1 0 04916200 +huxley n 3 2 @ + 3 0 11069974 11069746 11069534 +huygens n 1 1 @ 1 0 11070218 +huygens'_principle_of_superposition n 1 1 @ 1 0 05991441 +hwang_ho n 1 2 @ #p 1 0 09306257 +hyacinth n 2 3 @ ~ #m 2 1 14909584 12458383 +hyacinth_bean n 1 2 @ #m 1 0 12537569 +hyacinthaceae n 1 2 @ #m 1 0 12458002 +hyacinthoides n 1 3 @ #m %m 1 0 12459048 +hyacinthoides_nonscripta n 1 2 @ #m 1 0 12459275 +hyacinthus_candicans n 1 1 @ 1 0 12458874 +hyacinthus_orientalis n 1 1 @ 1 0 12458550 +hyacinthus_orientalis_albulus n 1 1 @ 1 0 12458713 +hyades n 1 2 @ ; 1 0 09549416 +hyaena n 1 3 @ ~ #m 1 0 02117135 +hyaena_brunnea n 1 2 @ #m 1 0 02117646 +hyaena_hyaena n 1 2 @ #m 1 0 02117512 +hyaenidae n 1 3 @ #m %m 1 0 02116959 +hyalin n 1 2 @ ~ 1 0 14909703 +hyaline n 1 3 @ ~ + 1 0 14909703 +hyaline_cartilage n 1 1 @ 1 0 05288739 +hyaline_membrane_disease n 1 1 @ 1 0 14150740 +hyalinisation n 1 1 @ 1 0 14076809 +hyalinization n 1 1 @ 1 1 14076809 +hyaloid n 1 1 @ 1 0 05319588 +hyaloid_membrane n 1 1 @ 1 0 05319588 +hyalophora n 1 2 @ #m 1 0 02303167 +hyalophora_cecropia n 1 1 @ 1 0 02303284 +hyaloplasm n 1 2 @ + 1 0 05434053 +hyalosperma n 1 2 @ #m 1 0 11983739 +hyalospongiae n 1 3 @ #m %m 1 0 01907495 +hyaluronic_acid n 1 2 @ #s 1 0 14909895 +hyaluronidase n 1 1 @ 1 0 14910165 +hyazyme n 1 2 @ ; 1 0 14910165 +hybanthus n 1 2 @ #m 1 0 12390914 +hybrid n 3 4 @ ~ + ; 3 0 06293229 05870615 01327322 +hybrid_petunia n 1 1 @ 1 0 12909917 +hybrid_tuberous_begonia n 1 1 @ 1 0 12362668 +hybrid_vigor n 1 2 @ ; 1 0 04922597 +hybridisation n 1 4 @ ~ + ; 1 0 00850425 +hybridization n 1 4 @ ~ + ; 1 0 00850425 +hybridizing n 1 4 @ ~ + ; 1 0 00850425 +hybridoma n 1 1 @ 1 0 05470013 +hydantoin n 1 2 @ ~ 1 0 03550533 +hydathode n 1 1 @ 1 0 13153729 +hydatid n 1 1 @ 1 0 14202119 +hydatid_disease n 1 1 @ 1 0 14453414 +hydatid_mole n 1 1 @ 1 0 14192942 +hydatidiform_mole n 1 1 @ 1 0 14192942 +hydatidosis n 1 1 @ 1 0 14453414 +hyderabad n 2 2 @ #p 2 0 08976913 08904269 +hydnaceae n 1 3 @ #m %m 1 0 12986084 +hydnocarpus n 1 3 @ #m %m 1 0 12379278 +hydnocarpus_kurzii n 1 2 @ #m 1 0 12379531 +hydnocarpus_laurifolia n 1 2 @ #m 1 0 12379781 +hydnocarpus_oil n 1 1 @ 1 0 12380029 +hydnocarpus_wightiana n 1 2 @ #m 1 0 12379781 +hydnoraceae n 1 2 @ #m 1 0 11803277 +hydnum n 1 2 @ #m 1 0 12986337 +hydra n 4 3 @ #m ; 4 0 09496261 09307552 05688169 01912152 +hydralazine n 1 1 @ 1 0 03550671 +hydramnios n 1 1 @ 1 0 14193202 +hydrangea n 1 3 @ ~ #m 1 0 12788201 +hydrangea_anomala n 1 2 @ #m 1 0 12788487 +hydrangea_arborescens n 1 2 @ #m 1 0 12788678 +hydrangea_family n 1 3 @ #m %m 1 0 12787565 +hydrangea_macrophylla_hortensis n 1 2 @ #m 1 0 12788854 +hydrangea_paniculata n 1 2 @ #m 1 0 12789054 +hydrangea_petiolaris n 1 2 @ #m 1 0 12789226 +hydrangeaceae n 1 3 @ #m %m 1 0 12787565 +hydrant n 2 2 @ ~ 2 0 04559451 03550916 +hydrargyrum n 1 2 @ #s 1 0 14645346 +hydrarthrosis n 1 2 @ ~ 1 0 14347540 +hydrastis n 1 3 @ #m %m 1 0 11735325 +hydrastis_canadensis n 1 2 @ #m 1 0 11735570 +hydrate n 1 3 @ ~ + 1 0 14910440 +hydrated_aluminium_oxide n 1 2 @ #s 1 0 14824238 +hydrated_aluminum_oxide n 1 2 @ #s 1 0 14824238 +hydrated_lime n 1 1 @ 1 0 14936010 +hydrated_oxide n 1 2 @ ~ 1 0 14935555 +hydration n 1 2 @ + 1 0 13494325 +hydraulic_brake n 1 3 @ ~ %p 1 0 03551084 +hydraulic_brake_cylinder n 1 2 @ #p 1 0 02889996 +hydraulic_brakes n 1 3 @ ~ %p 1 0 03551084 +hydraulic_cement n 1 1 @ 1 0 14804958 +hydraulic_engineering n 1 1 @ 1 0 06127873 +hydraulic_press n 1 1 @ 1 0 03551395 +hydraulic_pump n 1 1 @ 1 0 03551582 +hydraulic_ram n 1 1 @ 1 0 03551582 +hydraulic_system n 1 2 @ ~ 1 0 03551790 +hydraulic_transmission n 1 1 @ 1 0 03552001 +hydraulic_transmission_system n 1 1 @ 1 0 03552001 +hydraulics n 1 3 @ ~ + 1 0 06113009 +hydrazine n 1 2 @ #p 1 0 14910581 +hydrazo_group n 1 1 @ 1 0 14914544 +hydrazo_radical n 1 1 @ 1 0 14914544 +hydrazoic_acid n 1 2 @ %s 1 0 14612764 +hydrazoite n 1 2 @ #s 1 0 14770400 +hydremia n 1 1 @ 1 0 14193421 +hydride n 1 2 @ ~ 1 1 14910748 +hydrilla n 1 2 @ #m 1 0 12613706 +hydrilla_verticillata n 1 2 @ #m 1 0 12613706 +hydriodic_acid n 1 1 @ 1 0 14612972 +hydrobates n 1 3 @ #m %m 1 0 02061073 +hydrobates_pelagicus n 1 2 @ #m 1 0 02061217 +hydrobatidae n 1 3 @ #m %m 1 0 02060719 +hydrobromic_acid n 1 1 @ 1 0 14910926 +hydrocarbon n 1 2 @ ~ 1 1 14911057 +hydrocele n 1 1 @ 1 0 14193571 +hydrocephalus n 1 2 @ + 1 0 14465768 +hydrocephaly n 1 2 @ + 1 0 14465768 +hydrocharidaceae n 1 3 @ #m %m 1 0 12612913 +hydrocharis n 1 3 @ #m %m 1 0 12613285 +hydrocharis_morsus-ranae n 1 2 @ #m 1 0 12613408 +hydrocharitaceae n 1 3 @ #m %m 1 0 12612913 +hydrochloric_acid n 1 2 @ ~ 1 0 14912387 +hydrochloride n 1 1 @ 1 1 14817964 +hydrochlorofluorocarbon n 1 1 @ 1 0 14613130 +hydrochlorothiazide n 1 2 @ #s 1 0 03552169 +hydrochoeridae n 1 2 @ %m 1 0 02365244 +hydrochoerus n 1 2 @ #m 1 0 02365356 +hydrochoerus_hydrochaeris n 1 1 @ 1 0 02365480 +hydrocolloid n 1 2 @ ~ 1 0 14590975 +hydrocortisone n 1 1 @ 1 0 14752702 +hydrocortone n 1 2 @ ; 1 0 14752702 +hydrocracking n 1 1 @ 1 0 13494472 +hydrocyanic_acid n 1 1 @ 1 0 14613643 +hydrodamalis n 1 3 @ #m %m 1 0 02074542 +hydrodamalis_gigas n 1 2 @ #m 1 0 02074726 +hydrodiuril n 1 3 @ #s ; 1 0 03552169 +hydrodynamics n 1 3 @ ~ + 1 0 06113914 +hydroelectric_turbine n 1 2 @ ~ 1 0 03552449 +hydroelectricity n 1 2 @ + 1 0 11467202 +hydroflumethiazide n 1 1 @ 1 0 03552639 +hydrofluoric_acid n 1 1 @ 1 0 14913136 +hydrofluorocarbon n 1 1 @ 1 0 14912556 +hydrofluosilicic_acid n 1 1 @ 1 0 14872408 +hydrofoil n 2 1 @ 2 0 03553019 03552749 +hydrogel n 1 1 @ 1 0 14590685 +hydrogen n 1 4 @ ~ #s + 1 1 14640434 +hydrogen_atom n 1 3 @ ~ %p 1 1 14640756 +hydrogen_azide n 1 2 @ %s 1 0 14612764 +hydrogen_bomb n 1 1 @ 1 0 03553248 +hydrogen_bond n 1 1 @ 1 1 11437111 +hydrogen_bromide n 1 1 @ 1 0 14912710 +hydrogen_carbonate n 1 2 @ ~ 1 0 14775729 +hydrogen_chloride n 1 1 @ 1 0 14912840 +hydrogen_cyanide n 1 1 @ 1 0 14613368 +hydrogen_fluoride n 1 1 @ 1 0 14912935 +hydrogen_iodide n 1 1 @ 1 0 14913278 +hydrogen_ion n 1 2 @ #p 1 0 09307719 +hydrogen_ion_concentration n 1 2 @ ~ 1 0 05038959 +hydrogen_peroxide n 1 1 @ 1 1 14781225 +hydrogen_sulfide n 1 1 @ 1 0 14913518 +hydrogenation n 1 2 @ + 1 0 13494707 +hydrography n 1 2 @ + 1 0 06120111 +hydroid n 1 3 @ ~ #m 1 0 01911839 +hydroiodic_acid n 1 1 @ 1 0 14913403 +hydrokinetics n 1 3 @ ~ + 1 0 06113914 +hydrolith n 1 1 @ 1 0 14937366 +hydrologist n 1 1 @ 1 0 10194775 +hydrology n 1 1 @ 1 0 06119729 +hydrolysate n 1 1 @ 1 0 14613841 +hydrolysis n 1 2 @ + 1 0 13494919 +hydromancer n 1 2 @ + 1 0 10194865 +hydromancy n 1 2 @ + 1 0 05777149 +hydromantes n 1 3 @ #m %m 1 0 01637796 +hydromantes_brunus n 1 1 @ 1 0 01638329 +hydromantes_shastae n 1 1 @ 1 0 01638194 +hydromel n 1 2 @ #s 1 0 07890970 +hydrometer n 1 3 @ ~ + 1 0 03553486 +hydrometry n 1 2 @ + 1 0 01002413 +hydromorphone n 1 1 @ 1 0 03553708 +hydromorphone_hydrochloride n 1 1 @ 1 0 03553708 +hydromyinae n 1 3 @ #m %m 1 0 02334849 +hydromys n 1 3 @ #m %m 1 0 02335007 +hydronephrosis n 1 1 @ 1 0 14466122 +hydropathy n 1 1 @ 1 0 00711127 +hydrophidae n 1 3 @ #m %m 1 0 01751621 +hydrophobia n 3 1 @ 3 0 14383624 14383544 14271667 +hydrophobicity n 1 2 @ + 1 0 05196220 +hydrophyllaceae n 1 3 @ #m %m 1 0 12834408 +hydrophyllum n 1 3 @ #m %m 1 0 12834671 +hydrophyllum_virginianum n 1 1 @ 1 0 12834938 +hydrophyte n 1 4 @ ~ %p + 1 0 13121544 +hydrophytic_plant n 1 3 @ ~ %p 1 0 13121544 +hydroplane n 2 3 @ ~ + 2 0 04160586 03552749 +hydroplane_racing n 1 1 @ 1 0 00449796 +hydroponics n 1 3 @ ~ + 1 0 00918976 +hydrops n 1 2 @ ~ 1 0 14316714 +hydrosphere n 1 3 @ #p %p 1 0 09307902 +hydrostatic_head n 1 1 @ 1 1 11496296 +hydrostatics n 1 3 @ + - 1 0 06113415 +hydrotherapy n 1 1 @ 1 0 00711127 +hydrothorax n 1 1 @ 1 0 14320602 +hydroxide n 2 2 @ ~ 2 1 14935555 14914670 +hydroxide_ion n 1 1 @ 1 0 14914945 +hydroxy_acid n 1 2 @ ~ 1 0 14613922 +hydroxyacetic_acid n 1 1 @ 1 0 14888124 +hydroxybenzene n 1 1 @ 1 0 14796073 +hydroxybenzoic_acid n 1 1 @ 1 0 14614139 +hydroxybutyric_acid n 1 2 @ ~ 1 0 14927451 +hydroxychloroquine n 1 1 @ 1 0 03553908 +hydroxyl n 1 1 @ 1 0 14914775 +hydroxyl_group n 1 1 @ 1 0 14914775 +hydroxyl_ion n 1 1 @ 1 0 14914945 +hydroxyl_radical n 1 1 @ 1 0 14914775 +hydroxymethyl n 1 1 @ 1 1 14915072 +hydroxyproline n 1 1 @ 1 0 14607131 +hydroxytetracycline n 1 1 @ 1 0 03869389 +hydroxyzine n 1 1 @ 1 0 03554131 +hydroxyzine_hydrochloride n 1 1 @ 1 0 03554131 +hydrozoa n 1 3 @ #m %m 1 0 01911511 +hydrozoan n 1 3 @ ~ #m 1 0 01911839 +hydrus n 1 1 @ 1 0 09308116 +hyemoschus n 1 3 @ #m %m 1 0 02436514 +hyemoschus_aquaticus n 1 2 @ #m 1 0 02436645 +hyena n 1 3 @ ~ #m 1 0 02117135 +hyena_dog n 1 1 @ 1 0 02116738 +hygeia n 1 2 @ ; 1 0 09562883 +hygiene n 2 2 @ + 2 0 14495080 06051380 +hygienics n 1 1 @ 1 0 06051380 +hygienist n 1 1 @ 1 0 10194969 +hygrocybe n 1 3 @ #m %m 1 0 13070708 +hygrocybe_acutoconica n 1 2 @ #m 1 0 13070875 +hygrodeik n 1 1 @ 1 0 03554375 +hygrometer n 1 2 @ ~ 1 0 03554460 +hygrophoraceae n 1 3 @ #m %m 1 0 13070003 +hygrophorus n 1 3 @ #m %m 1 0 13071029 +hygrophorus_borealis n 1 2 @ #m 1 0 13071371 +hygrophorus_caeruleus n 1 2 @ #m 1 0 13071553 +hygrophorus_inocybiformis n 1 2 @ #m 1 0 13071815 +hygrophorus_kauffmanii n 1 2 @ #m 1 0 13072031 +hygrophorus_marzuolus n 1 2 @ #m 1 0 13072209 +hygrophorus_purpurascens n 1 2 @ #m 1 0 13072350 +hygrophorus_russula n 1 2 @ #m 1 0 13072528 +hygrophorus_sordidus n 1 2 @ #m 1 0 13072706 +hygrophorus_tennesseensis n 1 2 @ #m 1 0 13072863 +hygrophorus_turundus n 1 2 @ #m 1 0 13073055 +hygrophyte n 1 2 @ + 1 0 11553522 +hygroscope n 1 2 @ + 1 0 03554645 +hygroton n 1 1 @ 1 0 03023623 +hygrotrama n 1 3 @ #m %m 1 0 13073211 +hygrotrama_foetens n 1 2 @ #m 1 0 13073380 +hyla n 1 3 @ #m %m 1 0 01650509 +hyla_arenicolor n 1 2 @ #m 1 0 01651059 +hyla_crucifer n 1 2 @ #m 1 0 01650690 +hyla_regilla n 1 2 @ #m 1 0 01650901 +hylactophryne n 1 3 @ #m %m 1 0 01643374 +hylactophryne_augusti n 1 2 @ #m 1 0 01643507 +hylidae n 1 3 @ #m %m 1 0 01649948 +hylobates n 1 3 @ #m %m 1 0 02483224 +hylobates_lar n 1 2 @ #m 1 0 02483362 +hylobates_syndactylus n 1 2 @ #m 1 0 02483708 +hylobatidae n 1 3 @ #m %m 1 0 02482820 +hylocereus n 1 3 @ #m %m 1 0 11848253 +hylocichla n 1 3 @ #m %m 1 0 01559294 +hylocichla_fuscescens n 1 2 @ #m 1 0 01559639 +hylocichla_guttata n 1 2 @ #m 1 0 01559477 +hylocichla_mustelina n 1 1 @ 1 0 01559804 +hylophylax n 1 3 @ #m %m 1 0 01553879 +hylophylax_naevioides n 1 2 @ #m 1 0 01554017 +hyman_george_rickover n 1 1 @ 1 0 11261986 +hyman_rickover n 1 1 @ 1 0 11261986 +hymen n 2 5 @ ~ #p + ; 2 0 09564371 05521934 +hymenaea n 1 3 @ #m %m 1 0 11750359 +hymenaea_courbaril n 1 3 @ #m %s 1 0 11750508 +hymenanthera n 1 2 @ #m 1 0 12391111 +hymeneal n 1 1 @ 1 0 07036699 +hymeneals n 1 1 @ 1 0 07452074 +hymenium n 1 2 @ #p 1 0 11550474 +hymenogastrales n 1 3 @ #m %m 1 0 12970872 +hymenomycetes n 1 2 @ #m 1 0 12998130 +hymenophyllaceae n 1 3 @ #m %m 1 0 12951465 +hymenophyllum n 1 3 @ #m %m 1 0 12951668 +hymenopter n 1 3 @ ~ #m 1 0 02206270 +hymenoptera n 1 4 @ #m %m + 1 0 02205896 +hymenopteran n 1 3 @ ~ #m 1 0 02206270 +hymenopteron n 1 3 @ ~ #m 1 0 02206270 +hymenopterous_insect n 1 3 @ ~ #m 1 0 02206270 +hymenoxys_acaulis n 1 2 @ #m 1 0 12025220 +hymenoxys_grandiflora n 1 2 @ #m 1 0 12025507 +hymie n 1 2 @ ; 1 0 09682122 +hymn n 1 3 @ ~ + 1 1 07035870 +hymnal n 1 1 @ 1 0 06418258 +hymnary n 1 1 @ 1 0 06418258 +hymnbook n 1 1 @ 1 0 06418258 +hymnody n 1 1 @ 1 0 01255549 +hynerpeton n 1 3 @ #m %m 1 0 01627786 +hynerpeton_bassetti n 1 2 @ #m 1 0 01627976 +hyoid n 1 1 @ 1 0 05275162 +hyoid_bone n 1 1 @ 1 0 05275162 +hyoscine n 1 1 @ 1 0 04149490 +hyoscyamine n 1 1 @ 1 0 03554795 +hyoscyamus n 1 3 @ #m %m 1 0 12904148 +hyoscyamus_muticus n 1 2 @ #m 1 0 12904562 +hyoscyamus_niger n 1 2 @ #m 1 0 12904314 +hypallage n 1 1 @ 1 0 07103671 +hypanthium n 1 1 @ 1 0 11690254 +hypatia n 1 1 @ 1 0 11070387 +hype n 1 1 @ 1 0 07248507 +hypentelium n 1 2 @ #m 1 0 01445718 +hypentelium_nigricans n 1 1 @ 1 0 01445857 +hyper-eutectoid_steel n 1 1 @ 1 0 14913633 +hyperacidity n 1 1 @ 1 0 05039633 +hyperactivity n 1 3 @ #p + 1 0 14060256 +hyperacusia n 1 1 @ 1 0 14551321 +hyperacusis n 1 1 @ 1 0 14551321 +hyperadrenalism n 1 1 @ 1 0 14117449 +hyperadrenocorticism n 1 1 @ 1 0 14117668 +hyperaemia n 1 2 @ ~ 1 0 14320984 +hyperaldosteronism n 1 1 @ 1 0 14117317 +hyperalimentation n 1 1 @ 1 0 01059445 +hyperbaric_chamber n 1 1 @ 1 0 03555006 +hyperbaton n 1 1 @ 1 0 07103802 +hyperbetalipoproteinemia n 1 1 @ 1 0 14158594 +hyperbilirubinemia n 1 3 @ ~ #p 1 0 14318927 +hyperbilirubinemia_of_the_newborn n 1 1 @ 1 0 14319093 +hyperbola n 1 2 @ + 1 0 13886575 +hyperbole n 1 2 @ + 1 0 07106502 +hyperbolic_geometry n 1 2 @ ; 1 0 06007046 +hyperboloid n 1 2 @ + 1 0 13896854 +hyperborean n 1 2 @ ; 1 0 09496460 +hypercalcaemia n 1 1 @ 1 0 14268623 +hypercalcemia n 1 2 ! @ 1 0 14268623 +hypercalcinuria n 1 1 @ 1 0 14269090 +hypercalciuria n 1 1 @ 1 0 14269090 +hypercapnia n 1 3 ! @ #p 1 0 14041940 +hypercarbia n 1 2 @ #p 1 0 14041940 +hypercatalectic n 1 3 @ + ; 1 0 06348685 +hypercellularity n 1 1 @ 1 1 14061599 +hypercholesteremia n 1 2 @ ~ 1 0 14269319 +hypercholesterolemia n 1 2 @ ~ 1 0 14269319 +hyperchromic_anaemia n 1 1 @ 1 0 14165373 +hyperchromic_anemia n 1 1 @ 1 0 14165373 +hypercoaster n 1 1 @ 1 0 03555217 +hyperdactyly n 1 2 @ ; 1 0 14471724 +hyperemesis n 1 2 @ ~ 1 0 00119297 +hyperemesis_gravidarum n 1 1 @ 1 0 00119402 +hyperemia n 1 3 @ ~ + 1 1 14320984 +hyperextension n 1 2 @ + 1 0 00369694 +hyperfocal_distance n 1 1 @ 1 0 05086563 +hyperglycaemia n 1 1 @ 1 0 14319299 +hyperglycemia n 1 2 ! @ 1 0 14319299 +hyperglyphe_perciformis n 1 2 @ #m 1 0 02635154 +hyperhidrosis n 1 1 @ 1 0 13495209 +hypericaceae n 1 2 @ #m 1 0 12367122 +hypericales n 1 3 @ #m %m 1 0 12359026 +hypericism n 1 1 @ 1 0 14224170 +hypericum n 1 3 @ #m %m 1 0 12367306 +hypericum_androsaemum n 1 1 @ 1 0 12368028 +hypericum_ascyron n 1 1 @ 1 0 12368257 +hypericum_calycinum n 1 1 @ 1 0 12368451 +hypericum_crux_andrae n 1 1 @ 1 0 12368847 +hypericum_gentianoides n 1 1 @ 1 0 12368637 +hypericum_hypericoides n 1 1 @ 1 0 12369066 +hypericum_maculatum n 1 1 @ 1 0 12369665 +hypericum_perforatum n 1 1 @ 1 0 12369309 +hypericum_prolificum n 1 1 @ 1 0 12369476 +hypericum_pyramidatum n 1 1 @ 1 0 12368257 +hypericum_spathulatum n 1 1 @ 1 0 12369476 +hypericum_tetrapterum n 1 1 @ 1 0 12369665 +hypericum_virginianum n 1 1 @ 1 0 12369845 +hyperidrosis n 1 1 @ 1 0 13495209 +hyperion n 1 2 @ ; 1 0 09564480 +hyperkalemia n 1 2 ! @ 1 0 14269556 +hyperkinetic_syndrome n 1 2 @ %p 1 0 14056280 +hyperlink n 1 1 @ 1 0 06586672 +hyperlipaemia n 1 1 @ 1 0 14193925 +hyperlipemia n 1 1 @ 1 0 14193925 +hyperlipidaemia n 1 1 @ 1 0 14193925 +hyperlipidemia n 1 1 @ 1 0 14193925 +hyperlipoidaemia n 1 1 @ 1 0 14193925 +hyperlipoidemia n 1 1 @ 1 0 14193925 +hyperlipoproteinemia n 1 2 @ ~ 1 0 14270380 +hypermarket n 1 2 @ ; 1 0 03555426 +hypermastigina n 1 3 @ #m %m 1 0 01418794 +hypermastigote n 1 2 @ #m 1 0 01418947 +hypermedia n 1 2 @ %p 1 0 06261922 +hypermedia_system n 1 2 @ %p 1 0 06261922 +hypermenorrhea n 1 1 @ 1 0 13513540 +hypermetropia n 1 3 @ ~ + 1 0 14554011 +hypermetropy n 1 3 @ ~ + 1 0 14554011 +hypermotility n 1 1 @ 1 0 14174316 +hypernatremia n 1 2 ! @ 1 0 14271015 +hypernym n 1 1 @ 1 0 06292836 +hypernymy n 1 1 @ 1 0 13808004 +hyperoartia n 1 2 @ #m 1 0 01477184 +hyperodontidae n 1 3 @ #m %m 1 0 02067941 +hyperoglyphe n 1 3 @ #m %m 1 0 02635013 +hyperon n 1 2 @ ~ 1 0 09308242 +hyperoodon n 1 3 @ #m %m 1 0 02068408 +hyperoodon_ampullatus n 1 2 @ #m 1 0 02068541 +hyperope n 1 1 @ 1 0 10195056 +hyperopia n 1 4 ! @ ~ + 1 0 14554011 +hyperotreta n 1 2 @ #m 1 0 01478073 +hyperparathyroidism n 1 2 ! @ 1 0 14076992 +hyperpiesia n 1 1 @ 1 0 14104645 +hyperpiesis n 1 1 @ 1 0 14104645 +hyperpigmentation n 1 3 ! @ ~ 1 0 14290881 +hyperpituitarism n 1 2 @ #p 1 0 14077454 +hyperplasia n 1 2 @ ~ 1 1 14368805 +hyperpnea n 1 2 ! @ 1 0 00833578 +hyperpyrexia n 1 1 @ 1 0 14365619 +hypersecretion n 1 1 @ 1 0 13495333 +hypersensitivity n 2 3 @ ~ + 2 0 14533796 05653475 +hypersensitivity_reaction n 1 2 @ ~ 1 0 14533203 +hypersomnia n 1 3 ! @ ~ 1 0 14023236 +hypersplenism n 1 1 @ 1 0 14271322 +hyperstat n 1 2 @ ; 1 0 03190303 +hypertensin n 1 3 @ ~ ; 1 0 02711890 +hypertension n 1 3 ! @ ~ 1 0 14103510 +hypertensive n 1 1 @ 1 0 10195155 +hypertext n 1 2 @ #p 1 0 06262176 +hypertext_mark-up_language n 1 1 @ 1 0 06788262 +hypertext_markup_language n 1 1 @ 1 0 06788262 +hypertext_system n 1 1 @ 1 0 06589352 +hypertext_transfer_protocol n 1 1 @ 1 0 06665847 +hyperthermia n 1 3 ! @ ~ 1 0 14044174 +hyperthermy n 1 2 @ ~ 1 0 14044174 +hyperthyroidism n 1 4 ! @ ~ %p 1 0 14120767 +hypertonia n 1 3 ! @ + 1 0 14576242 +hypertonicity n 2 2 ! @ 2 0 14576690 14576242 +hypertonus n 1 3 ! @ + 1 0 14576242 +hypertrophic_cardiomyopathy n 1 1 @ 1 0 14111133 +hypertrophic_rosacea n 1 1 @ 1 0 14397040 +hypertrophy n 1 3 @ ~ + 1 1 14366759 +hypervelocity n 1 1 @ 1 1 15283780 +hyperventilation n 1 2 @ + 1 0 00833870 +hypervitaminosis n 1 1 @ 1 0 14198829 +hypervolaemia n 1 1 @ 1 0 14194942 +hypervolemia n 1 2 ! @ 1 0 14194942 +hypesthesia n 1 1 @ 1 0 14559852 +hypha n 1 3 @ ~ #p 1 0 13022538 +hyphantria n 1 3 @ #m %m 1 0 02308325 +hyphantria_cunea n 2 2 @ #m 2 0 02308735 02308618 +hyphema n 1 1 @ 1 0 14370726 +hyphen n 1 2 @ + 1 0 06843148 +hyphenation n 2 4 @ #m #p + 2 0 00390735 00390445 +hypnagogue n 1 2 @ ~ 1 0 14913744 +hypnoanalysis n 1 1 @ 1 0 00705319 +hypnogenesis n 1 1 @ 1 0 00238778 +hypnopedia n 1 1 @ 1 0 00892538 +hypnophobia n 1 1 @ 1 0 14383759 +hypnos n 1 2 @ ; 1 0 09496673 +hypnosis n 1 3 @ ~ + 1 0 14026592 +hypnotherapy n 1 1 @ 1 0 00704064 +hypnotic n 1 2 @ ~ 1 0 04260934 +hypnotic_trance n 1 1 @ 1 0 05681701 +hypnotiser n 1 2 @ + 1 0 10195261 +hypnotism n 1 2 @ + 1 0 00158996 +hypnotist n 1 2 @ + 1 0 10195261 +hypnotizer n 1 2 @ + 1 0 10195261 +hypo n 2 3 @ ~ %p 2 0 14913860 03555662 +hypo-eutectoid_steel n 1 1 @ 1 0 14914191 +hypoadrenalism n 1 1 @ 1 0 14116908 +hypoadrenocorticism n 1 1 @ 1 1 14116908 +hypobasidium n 1 2 @ #p 1 0 12994711 +hypobetalipoproteinemia n 1 2 @ ~ 1 0 14158812 +hypoblast n 1 1 @ 1 0 01464573 +hypocalcaemia n 1 1 @ 1 0 14268871 +hypocalcemia n 1 2 ! @ 1 0 14268871 +hypocapnia n 1 2 ! @ 1 0 14042165 +hypocellularity n 1 1 @ 1 1 14061703 +hypochaeris n 1 3 @ #m %m 1 0 11983910 +hypochaeris_radicata n 1 2 @ #m 1 0 11984144 +hypochlorite n 1 2 @ ~ 1 0 14614245 +hypochlorous_acid n 1 1 @ 1 0 14914014 +hypochoeris n 1 3 @ #m %m 1 0 11983910 +hypochondria n 1 2 @ + 1 0 14375005 +hypochondriac n 1 1 @ 1 0 10195487 +hypochondriasis n 1 1 @ 1 0 14375005 +hypochondrium n 1 2 @ #p 1 0 05385363 +hypochromic_anaemia n 1 2 @ ~ 1 0 14165544 +hypochromic_anemia n 1 2 @ ~ 1 0 14165544 +hypocorism n 1 1 @ 1 0 06339244 +hypocreaceae n 1 4 @ ~ #m %m 1 0 12965209 +hypocreales n 1 2 @ #m 1 0 12965056 +hypocrisy n 2 3 @ ~ + 2 2 06760076 04868148 +hypocrite n 1 2 @ ~ 1 1 10195593 +hypocycloid n 1 1 @ 1 0 13909752 +hypoderma n 1 3 @ #m %m 1 0 02194887 +hypodermatidae n 1 3 @ #m %m 1 0 02194414 +hypodermic n 1 3 @ ~ %p 1 0 03555662 +hypodermic_needle n 1 2 @ #p 1 0 03555564 +hypodermic_syringe n 1 3 @ ~ %p 1 1 03555662 +hypodermis n 1 3 @ #p + 1 0 01895850 +hypoesthesia n 1 1 @ 1 0 14559852 +hypogammaglobulinemia n 1 1 @ 1 0 14128650 +hypogastric_artery n 1 1 @ 1 0 05347631 +hypogastric_plexus n 1 1 @ 1 0 05506976 +hypogastric_vein n 1 1 @ 1 0 05369404 +hypoglossal n 1 1 @ 1 0 05480607 +hypoglossal_nerve n 1 1 @ 1 0 05480607 +hypoglycaemia n 1 3 @ #p + 1 0 14319454 +hypoglycaemic_agent n 1 2 @ ~ 1 0 14914301 +hypoglycemia n 1 4 ! @ #p + 1 0 14319454 +hypoglycemic_agent n 1 2 @ ~ 1 0 14914301 +hypogonadism n 1 2 @ ~ 1 0 14075358 +hypokalemia n 1 2 ! @ 1 0 14269772 +hypolipoproteinemia n 1 2 @ ~ 1 0 14270614 +hyponatremia n 1 2 ! @ 1 0 14271173 +hyponitrous_acid n 1 1 @ 1 0 14614378 +hyponym n 1 1 @ 1 0 06292973 +hyponymy n 1 1 @ 1 0 13807853 +hypopachus n 1 3 @ #m %m 1 0 01653384 +hypoparathyroidism n 1 2 ! @ 1 0 14077269 +hypophosphoric_acid n 1 1 @ 1 0 14614490 +hypophosphorous_acid n 1 1 @ 1 0 14614594 +hypophyseal_stalk n 1 2 @ #p 1 0 05484198 +hypophysectomy n 1 2 @ + 1 0 00677038 +hypophysial_dwarf n 1 1 @ 1 0 10436458 +hypophysis n 1 4 @ #p %p + 1 0 05483890 +hypopigmentation n 1 4 ! @ ~ #p 1 0 14291010 +hypopitys n 1 2 @ #m 1 0 12259122 +hypoplasia n 1 1 @ 1 0 14369064 +hypoplastic_anaemia n 1 1 @ 1 0 14165730 +hypoplastic_anemia n 1 1 @ 1 0 14165730 +hypoplastic_dwarf n 1 1 @ 1 0 10472447 +hypopnea n 1 2 ! @ 1 0 00833772 +hypoproteinemia n 1 1 @ 1 0 14270846 +hyposmia n 1 1 @ 1 0 14552718 +hypospadias n 1 1 @ 1 0 14198997 +hypostasis n 4 5 @ ~ #m + ; 4 0 13495507 13495413 09538021 05921868 +hypostasis_of_christ n 1 3 @ ~ #m 1 0 09538021 +hypostatisation n 1 2 @ + 1 0 00932804 +hypostatization n 1 2 @ + 1 0 00932804 +hypotension n 1 3 ! @ ~ 1 0 14104522 +hypotensive n 1 1 @ 1 0 10195942 +hypotenuse n 1 2 @ #p 1 0 13897528 +hypothalamic_releasing_factor n 1 1 @ 1 0 05412242 +hypothalamic_releasing_hormone n 1 1 @ 1 0 05412242 +hypothalamus n 1 3 @ #p + 1 1 05499379 +hypothermia n 1 3 ! @ + 1 0 14044454 +hypothesis n 3 4 @ ~ #p + 3 2 07162545 05888929 06782680 +hypothetical n 1 1 @ 1 0 05889575 +hypothetical_creature n 1 2 @ ~ 1 0 09484313 +hypothetical_imperative n 1 1 @ 1 0 06656274 +hypothrombinemia n 1 1 @ 1 0 14194690 +hypothyroidism n 1 3 ! @ ~ 1 1 14121276 +hypotonia n 1 3 ! @ + 1 0 14576468 +hypotonicity n 2 3 ! @ + 2 0 14576860 14576468 +hypotonus n 1 2 ! @ 1 0 14576468 +hypovitaminosis n 1 2 @ ~ 1 0 14198576 +hypovolaemia n 1 2 @ + 1 0 14195112 +hypovolemia n 1 3 ! @ + 1 0 14195112 +hypovolemic_shock n 1 1 @ 1 0 14067575 +hypoxia n 1 3 @ ~ #p 1 0 14041256 +hypoxic_hypoxia n 1 1 @ 1 0 14041631 +hypoxidaceae n 1 3 @ #m %m 1 0 12422751 +hypoxis n 1 3 @ #m %m 1 0 12422931 +hypoxis_hirsuta n 1 1 @ 1 0 12423444 +hypozeugma n 1 1 @ 1 0 07103912 +hypozeuxis n 1 1 @ 1 0 07104020 +hypsiglena n 1 3 @ #m %m 1 0 01740005 +hypsiglena_torquata n 1 2 @ #m 1 0 01740131 +hypsiprymnodon n 1 3 @ #m %m 1 0 01879701 +hypsiprymnodon_moschatus n 1 2 @ #m 1 0 01879837 +hypsography n 2 1 @ 2 0 06117202 01002554 +hypsometer n 1 1 @ 1 0 03555862 +hypsometry n 1 1 @ 1 0 01002554 +hyracoidea n 1 3 @ #m %m 1 0 02372251 +hyracotherium n 1 3 @ #m %m 1 0 02375592 +hyrax n 1 3 @ ~ #m 1 0 02372584 +hyson n 1 1 @ 1 0 07935288 +hyssop n 2 4 @ #m #p %p 2 0 12848499 07816575 +hyssop_loosestrife n 1 2 @ #m 1 0 12328801 +hyssop_oil n 1 2 @ #s 1 0 12848770 +hyssopus n 1 3 @ #m %m 1 0 12848343 +hyssopus_officinalis n 1 3 @ #m %p 1 0 12848499 +hysterectomy n 1 2 @ ~ 1 0 00677174 +hysteresis n 1 1 @ 1 0 11467318 +hysteria n 3 4 @ ~ %p + 3 2 14391876 07520507 14393438 +hysteric n 1 1 @ 1 0 10196046 +hysterical_neurosis n 1 3 @ ~ %p 1 0 14393438 +hysterics n 1 1 @ 1 0 14082984 +hysterocatalepsy n 1 1 @ 1 0 14393862 +hysteron_proteron n 2 1 @ 2 0 07104149 05894311 +hysterosalpingogram n 1 1 @ 1 0 03555996 +hysteroscopy n 1 1 @ 1 0 00642910 +hysterotomy n 1 2 @ #p 1 0 00677299 +hystricidae n 1 3 @ #m %m 1 0 02346823 +hystricomorpha n 1 3 @ #m %m 1 0 02346315 +hytrin n 1 2 @ ; 1 0 04412550 +hz n 1 2 @ #p 1 0 15279104 +i n 3 4 @ ~ #m #s 3 0 14641397 13742573 06832033 +i-beam n 1 1 @ 1 0 03556173 +i._a._richards n 1 1 @ 1 0 11260945 +i._f._stone n 1 1 @ 1 0 11319413 +i._m._pei n 1 2 @ ; 1 0 11228153 +i.d. n 1 1 @ 1 0 06887278 +i.e.d. n 1 2 @ ~ 1 0 03565565 +i.q. n 1 2 @ ~ 1 1 13821977 +i.w.w. n 1 1 @ 1 0 08473173 +i_chronicles n 1 2 @ #p 1 0 06435651 +i_corinthians n 1 2 @ #p 1 0 06443398 +i_esdra n 1 2 @ #p 1 0 06459978 +i_john n 1 2 @ #p 1 0 06447221 +i_kings n 1 2 @ #p 1 0 06435004 +i_maccabees n 1 2 @ #p 1 0 06460776 +i_peter n 1 2 @ #p 1 0 06446860 +i_samuel n 1 2 @ #p 1 0 06434650 +i_thessalonians n 1 2 @ #p 1 0 06444959 +i_timothy n 1 2 @ #p 1 0 06445473 +ia n 1 3 @ #p %p 1 0 09086173 +iaa n 2 2 @ ; 2 0 14918529 08025112 +iaea n 1 1 @ 1 0 08300641 +iago n 1 1 @ 1 0 09600624 +iamb n 1 1 @ 1 0 07095280 +iambic n 1 1 @ 1 0 06384995 +iambus n 1 1 @ 1 0 07095280 +ian_douglas_smith n 1 1 @ 1 0 11306297 +ian_fleming n 1 1 @ 1 0 10972985 +ian_lancaster_fleming n 1 1 @ 1 0 10972985 +ian_smith n 1 1 @ 1 0 11306297 +ian_wilmut n 1 1 @ 1 0 11390692 +ianfu n 1 1 @ 1 0 09941172 +iapetus n 1 2 @ ; 1 0 09575140 +ibadan n 1 2 @ #p 1 0 08974330 +ibda-c n 1 2 @ ; 1 0 08025497 +iberia n 2 5 @ #p %m %p + 2 0 09018647 08984567 +iberian n 2 2 @ #m 2 0 10196283 10196133 +iberian_peninsula n 1 4 @ #p %m %p 1 0 08984567 +iberis n 1 3 @ #m %m 1 0 11889473 +ibero-mesornis n 1 2 @ #m 1 0 01517036 +ibert n 1 1 @ 1 0 11070531 +ibex n 1 1 @ 1 0 02417914 +ibis n 1 3 @ ~ #m 1 0 02005790 +ibis_ibis n 1 2 @ #m 1 0 02006063 +ibizan_hound n 1 1 @ 1 0 02091244 +ibizan_podenco n 1 1 @ 1 0 02091244 +ibn-roshd n 1 1 @ 1 0 10829450 +ibn-sina n 1 1 @ 1 0 10829733 +ibn_al-haytham n 1 1 @ 1 0 10813986 +ibn_talal_hussein n 1 1 @ 1 0 11068196 +ibolium_privet n 1 1 @ 1 0 12308259 +ibota_privet n 1 1 @ 1 0 12308259 +ibrahim n 1 1 @ 1 0 10807487 +ibrd n 1 1 @ 1 0 08300783 +ibsen n 1 2 @ + 1 0 11070644 +ibuprofen n 1 2 @ %s 1 0 03556281 +ic n 1 4 @ %m %p ; 1 0 08340153 +icaco n 2 4 @ #m #p %p 2 0 12625003 07758407 +icao n 1 1 @ 1 0 08301005 +icarus n 1 2 @ ; 1 0 09561320 +icbm n 1 2 @ ~ 1 1 03578251 +icc n 1 1 @ 1 0 08125993 +ice n 8 8 @ ~ #s #p %s %p + ; 8 2 14915184 09308398 13372123 07620822 07614198 03754295 03579982 03558176 +ice-cream_bean n 1 2 @ #m 1 0 11761836 +ice-cream_cake n 1 1 @ 1 0 07631926 +ice-cream_cone n 1 1 @ 1 0 07614730 +ice-cream_float n 1 2 @ ~ 1 0 07923034 +ice-cream_soda n 1 2 @ ~ 1 0 07923034 +ice-cream_sundae n 1 1 @ 1 0 07616487 +ice-hockey_player n 1 2 @ ~ 1 0 10179291 +ice-hockey_rink n 1 2 @ %p 1 0 03557360 +ice-skater n 1 3 @ ~ + 1 0 10196490 +ice-skating_rink n 1 2 @ ~ 1 0 03558176 +ice-wagon n 1 1 @ 1 0 03558841 +ice_age n 1 2 @ #p 1 0 15255195 +ice_ax n 1 1 @ 1 0 03556679 +ice_axe n 1 1 @ 1 0 03556679 +ice_bag n 1 1 @ 1 0 03557840 +ice_bear n 1 2 @ #m 1 0 02134084 +ice_cap n 1 1 @ 1 0 09308743 +ice_chest n 1 1 @ 1 1 03102654 +ice_coffee n 1 1 @ 1 0 07920540 +ice_cream n 1 2 @ ~ 1 1 07614500 +ice_crystal n 1 3 @ #p %s 1 0 11509377 +ice_cube n 1 2 @ %s 1 0 03557141 +ice_field n 1 1 @ 1 0 09309046 +ice_floe n 1 1 @ 1 1 09309168 +ice_fog n 1 1 @ 1 0 11467543 +ice_hockey n 1 3 @ %p - 1 0 00463543 +ice_hockey_rink n 1 2 @ %p 1 0 03557360 +ice_lolly n 1 1 @ 1 0 07615774 +ice_machine n 1 1 @ 1 0 03557590 +ice_maker n 1 2 @ #p 1 0 03557692 +ice_mass n 1 2 @ ~ 1 0 09309292 +ice_milk n 1 1 @ 1 0 07615954 +ice_needle n 1 3 @ #p %s 1 0 11509377 +ice_pack n 2 1 @ 2 1 03557840 09383901 +ice_pick n 1 2 @ %p 1 0 03558007 +ice_plant n 1 1 @ 1 0 11821184 +ice_rink n 1 2 @ ~ 1 0 03558176 +ice_shelf n 1 1 @ 1 0 09432163 +ice_show n 1 1 @ 1 0 00520783 +ice_skate n 1 4 @ ~ %p + 1 0 03558404 +ice_skating n 1 3 @ ~ + 1 0 00448640 +ice_storm n 1 1 @ 1 0 11467650 +ice_tea n 1 1 @ 1 0 07934282 +ice_tongs n 1 2 @ ; 1 0 03558633 +ice_wagon n 1 1 @ 1 0 03558841 +ice_water n 1 1 @ 1 1 07936459 +ice_yacht n 1 1 @ 1 0 03556811 +iceberg n 2 3 @ ~ #p 2 0 09308572 07724269 +iceberg_lettuce n 1 2 @ #p 1 0 07724269 +iceboat n 2 1 @ 2 0 03556992 03556811 +icebox n 1 3 @ ~ %p 1 1 04070727 +icebox_cake n 1 1 @ 1 0 07631926 +icebreaker n 2 1 @ 2 0 03556992 00239766 +icecap n 1 1 @ 1 0 09308743 +icecream n 1 2 @ ~ 1 0 07614500 +iced-tea_spoon n 1 1 @ 1 0 03557270 +iced_coffee n 1 1 @ 1 0 07920540 +iced_tea n 1 1 @ 1 0 07934282 +icefall n 1 2 @ #p 1 0 09308918 +icehouse n 1 1 @ 1 0 03557512 +iceland n 2 6 @ #m #p %m %p + 2 2 08953324 08953151 +iceland_lichen n 1 2 @ #m 1 0 12992177 +iceland_moss n 1 2 @ #m 1 0 12992177 +iceland_poppy n 2 2 @ #m 2 0 11901759 11901294 +iceland_spar n 1 1 @ 1 0 14916053 +icelander n 1 3 @ #m + 1 0 09714120 +icelandic n 1 1 @ 1 1 06954183 +icelandic_krona n 1 2 @ %p 1 0 13681993 +icelandic_monetary_unit n 1 2 @ ~ 1 0 13681863 +iceman n 2 1 @ 2 0 10196404 10162016 +icepick n 1 2 @ %p 1 0 03558007 +icetray n 1 1 @ 1 0 03558739 +ichneumon n 1 1 @ 1 0 02137888 +ichneumon_fly n 1 2 @ #m 1 0 02218371 +ichneumonidae n 1 3 @ #m %m 1 0 02218235 +ichor n 2 4 @ ~ + ; 2 0 14939755 05417472 +ichthyolatry n 1 1 @ 1 0 01046571 +ichthyologist n 1 2 @ + 1 0 10196617 +ichthyology n 1 3 @ + - 1 0 06072912 +ichthyosaur n 1 3 @ ~ #m 1 0 01724231 +ichthyosauria n 1 3 @ #m %m 1 0 01724055 +ichthyosauridae n 1 3 @ #m %m 1 0 01724470 +ichthyosaurus n 1 2 @ #m 1 0 01724840 +ichthyosis n 1 2 @ ~ 1 0 14158997 +ichyostega n 1 2 @ #m 1 0 01628331 +icicle n 1 1 @ 1 1 14915928 +icicle_plant n 1 1 @ 1 0 11821184 +iciness n 2 3 @ ~ + 2 0 05015463 04629604 +icing n 3 3 @ + ; 3 0 13485270 07620822 00558181 +icing_sugar n 1 1 @ 1 0 07596160 +icing_the_puck n 1 2 @ ; 1 0 00558181 +icon n 3 5 @ ~ #p + ; 3 0 07269916 03931044 03558971 +iconoclasm n 1 2 @ + 1 0 05980750 +iconoclast n 2 1 @ 2 0 10196845 10196725 +iconography n 1 1 @ 1 0 03559144 +iconolatry n 1 1 @ 1 0 01044363 +iconology n 1 1 @ 1 0 06156169 +iconoscope n 1 1 @ 1 0 03559373 +icosahedron n 1 2 @ + 1 0 13915883 +icsh n 1 1 @ 1 0 14749272 +ictalurus n 1 2 @ #m 1 0 02519576 +ictalurus_punctatus n 1 2 @ ~ 1 0 02519686 +icteria n 1 3 @ #m %m 1 0 01569713 +icteria_virens n 1 1 @ 1 0 01569971 +icteridae n 1 3 @ #m %m 1 0 01571578 +icterus n 2 6 @ ~ #m %m %p + 2 0 14319684 01572174 +icterus_galbula n 1 3 @ ~ #m 1 0 01572328 +icterus_galbula_bullockii n 1 1 @ 1 0 01572654 +icterus_galbula_galbula n 1 1 @ 1 0 01572489 +icterus_neonatorum n 1 1 @ 1 0 14320016 +icterus_spurius n 1 2 @ #m 1 0 01572782 +ictiobus n 1 3 @ #m %m 1 0 01445305 +ictiobus_niger n 1 2 @ #m 1 0 01445593 +ictodosaur n 1 2 @ #m 1 0 01721567 +ictodosauria n 1 3 @ #m %m 1 0 01721404 +ictonyx n 1 3 @ #m %m 1 0 02444103 +ictonyx_frenata n 1 2 @ #m 1 0 02444384 +ictonyx_striata n 1 2 @ #m 1 0 02444251 +ictus n 1 3 @ ~ + 1 0 14081941 +icu n 1 3 @ ~ #p 1 0 08146593 +id n 3 4 @ #p %p ; 3 0 09081213 06887278 05613794 +id_al-adha n 1 1 @ 1 0 15219022 +id_al-fitr n 1 1 @ 1 0 15218448 +ida n 1 1 @ 1 0 08301155 +ida_m._tarbell n 1 1 @ 1 0 11331442 +ida_minerva_tarbell n 1 1 @ 1 0 11331442 +ida_tarbell n 1 1 @ 1 0 11331442 +idaho n 1 3 @ #p %p 1 0 09081213 +idaho_falls n 1 2 @ #p 1 0 09081830 +idahoan n 1 1 @ 1 0 09742844 +iddm n 1 2 @ %p 1 0 14118423 +idea n 5 4 @ ~ + ; 5 4 05833840 05982915 05837850 05803379 07029247 +ideal n 2 3 @ ~ + 2 2 05923696 10325243 +ideal_gas n 1 1 @ 1 1 14916512 +ideal_solid n 1 2 @ ~ 1 0 13915999 +idealisation n 3 4 @ ~ + ; 3 0 13495636 05924408 01219075 +idealism n 3 4 @ ~ + ; 3 0 05972103 05152696 04870643 +idealist n 1 3 @ ~ + 1 1 10196965 +ideality n 1 2 @ + 1 0 04855524 +idealization n 3 4 @ ~ + ; 3 1 01219075 13495636 05924408 +idealogue n 1 2 @ ; 1 0 10706812 +ideation n 1 2 @ + 1 0 05784699 +identical_twin n 1 2 @ ~ 1 0 10197182 +identicalness n 1 3 @ ~ + 1 0 04743024 +identification n 5 3 @ ~ + 5 2 00152018 06885083 14577046 05762998 04618581 +identification_number n 1 2 @ ~ 1 0 06425065 +identification_particle n 1 2 @ ~ 1 0 14916185 +identifier n 1 1 @ 1 0 07270601 +identikit n 1 2 @ ; 1 0 03559531 +identikit_picture n 1 2 @ ; 1 0 03559531 +identity n 4 3 @ ~ + 4 4 04618070 05763412 13786748 04743024 +identity_card n 1 2 @ ~ 1 0 06477371 +identity_crisis n 1 1 @ 1 0 14375363 +identity_element n 1 1 @ 1 0 13786748 +identity_matrix n 1 1 @ 1 0 08269257 +identity_operator n 1 1 @ 1 0 13786748 +identity_theft n 1 1 @ 1 0 00777069 +identity_verification n 1 3 @ ~ ; 1 0 06424275 +ideogram n 1 3 @ ~ %p 1 0 06840648 +ideograph n 1 3 @ ~ %p 1 0 06840648 +ideography n 1 1 @ 1 0 06362172 +ideological_barrier n 1 2 @ ~ 1 0 05691492 +ideologist n 1 2 @ + 1 1 10197392 +ideologue n 1 1 @ 1 0 10197392 +ideology n 2 4 @ ~ = + 2 2 06212839 05779568 +ides n 1 1 @ 1 0 15173974 +idesia n 1 2 @ #m 1 0 12380305 +idesia_polycarpa n 1 2 @ #m 1 0 12380305 +idf n 1 3 @ %p ; 1 0 08345613 +idiocy n 1 1 @ 1 0 05646926 +idiolatry n 1 1 @ 1 0 01044761 +idiolect n 1 1 @ 1 0 07156693 +idiom n 4 4 @ ~ + - 4 3 07081177 07155661 04929422 07154330 +idiom_neutral n 1 1 @ 1 0 06896059 +idiomatic_expression n 1 3 @ ~ - 1 0 07154330 +idiopathic_disease n 1 1 @ 1 0 14074715 +idiopathic_disorder n 1 1 @ 1 0 14074715 +idiopathic_hemochromatosis n 1 1 @ 1 0 14207256 +idiopathic_thrombocytopenic_purpura n 1 1 @ 1 0 14565417 +idiopathy n 1 1 @ 1 0 14074715 +idiosyncrasy n 1 2 @ + 1 1 04764242 +idiot n 1 3 @ ~ + 1 1 10197525 +idiot_box n 1 4 @ #p %p ; 1 0 04405907 +idiot_light n 1 2 @ #p 1 0 06874688 +idiot_savant n 1 1 @ 1 0 10197780 +iditarod n 1 1 @ 1 0 07460904 +iditarod_trail n 1 2 @ #p 1 0 03559841 +iditarod_trail_dog_sled_race n 1 1 @ 1 0 07460904 +idle n 1 1 @ 1 0 14009618 +idle_pulley n 1 1 @ 1 0 03559999 +idle_talk n 1 1 @ 1 1 07137129 +idle_wheel n 1 1 @ 1 0 03559999 +idle_words n 1 1 @ 1 0 07136711 +idleness n 3 3 @ ~ + 3 1 01065441 05140086 04637290 +idler n 1 3 @ ~ + 1 1 10197967 +idler_pulley n 1 1 @ 1 0 03559999 +idling n 1 3 @ ~ + 1 0 01065441 +ido n 1 1 @ 1 0 06896500 +idocrase n 1 1 @ 1 0 15087904 +idol n 3 3 @ ~ + 3 2 03560161 10198437 05924519 +idol_worship n 1 2 @ ~ 1 0 01044084 +idol_worshiper n 1 2 @ ~ 1 0 10198602 +idolater n 1 3 @ ~ + 1 0 10198602 +idolatress n 1 1 @ 1 0 10198759 +idolatry n 2 3 @ ~ + 2 0 01044448 01044084 +idolisation n 2 3 @ ~ + 2 0 01218766 01043820 +idoliser n 2 2 @ ~ 2 0 10198832 10198602 +idolization n 2 3 @ ~ + 2 0 01218766 01043820 +idolizer n 2 3 @ ~ + 2 0 10198832 10198602 +idp n 1 1 @ 1 0 13500860 +idria_columnaris n 1 2 @ #m 1 0 12382233 +idun n 1 2 @ ; 1 0 09581338 +idyl n 2 1 @ 2 0 07043824 06379439 +idyll n 3 2 @ + 3 0 07307297 07043824 06379439 +ie n 1 1 @ 1 0 06571538 +ied n 1 2 @ ~ 1 0 03565565 +ieoh_ming_pei n 1 2 @ ; 1 0 11228153 +ifc n 1 1 @ 1 0 08301307 +ig n 1 2 @ ~ 1 0 15030481 +iga n 1 1 @ 1 0 15030853 +igbo n 1 1 @ 1 0 09738121 +igd n 1 1 @ 1 0 15031073 +ige n 1 2 @ ~ 1 0 15031231 +igg n 1 1 @ 1 0 15031705 +igigi n 1 1 @ 1 0 09518578 +iglesias n 1 1 @ 1 0 11070855 +igloo n 1 1 @ 1 0 03560430 +iglu n 1 1 @ 1 0 03560430 +igm n 1 1 @ 1 0 15031866 +ignace_jan_paderewski n 1 1 @ 1 0 11219635 +ignace_paderewski n 1 1 @ 1 0 11219635 +ignatius n 1 1 @ 1 0 11070994 +ignatius_of_loyola n 1 2 @ ; 1 0 11071177 +igneous_rock n 1 3 @ ~ %s 1 0 14931879 +ignis_fatuus n 2 1 @ 2 0 11459369 05896515 +igniter n 2 3 @ ~ + 2 0 15101361 03666591 +ignition n 3 5 @ ~ #p %p + 3 0 13495873 03560567 00378479 +ignition_coil n 1 2 @ #p 1 0 03560860 +ignition_interlock n 1 1 @ 1 0 03579791 +ignition_key n 1 1 @ 1 1 03561047 +ignition_lock n 1 2 @ #p 1 0 03682877 +ignition_switch n 1 3 @ #p %p 1 0 03561169 +ignition_system n 1 3 @ #p %p 1 0 03560567 +ignitor n 2 3 @ ~ + 2 0 15101361 03666591 +ignobility n 1 1 @ 1 0 04873804 +ignobleness n 1 2 @ + 1 0 04873804 +ignominiousness n 1 3 @ ~ + 1 0 04808281 +ignominy n 1 3 @ ~ + 1 0 14440137 +ignoramus n 1 2 @ ~ 1 1 10198958 +ignorance n 1 3 @ ~ + 1 1 05988282 +ignorantness n 1 2 @ + 1 0 05988743 +ignoratio_elenchi n 1 1 @ 1 0 05894460 +igor_fyodorovich_stravinsky n 1 1 @ 1 0 11321841 +igor_ivanovich_sikorsky n 1 1 @ 1 0 11300089 +igor_sikorsky n 1 1 @ 1 0 11300089 +igor_stravinsky n 1 1 @ 1 0 11321841 +igor_tamm n 1 1 @ 1 0 11330228 +igor_yevgeneevich_tamm n 1 1 @ 1 0 11330228 +iguana n 1 2 @ #m 1 0 01677366 +iguana_iguana n 1 2 @ #m 1 0 01677366 +iguania n 1 3 @ #m %m 1 0 01676313 +iguanid n 1 3 @ ~ #m 1 0 01676755 +iguanid_lizard n 1 3 @ ~ #m 1 0 01676755 +iguanidae n 1 3 @ #m %m 1 0 01676313 +iguanodon n 1 2 @ #m 1 0 01707698 +iguanodontidae n 1 3 @ #m %m 1 0 01707433 +iguassu n 1 2 @ #p 1 0 09309456 +iguassu_falls n 1 2 @ #p 1 0 09309456 +iguazu n 1 2 @ #p 1 0 09309456 +iguazu_falls n 1 2 @ #p 1 0 09309456 +ii n 1 2 @ ~ 1 0 13743269 +ii_chronicles n 1 2 @ #p 1 0 06435916 +ii_corinthians n 1 2 @ #p 1 0 06443658 +ii_esdras n 1 2 @ #p 1 0 06460167 +ii_john n 1 2 @ #p 1 0 06447400 +ii_kings n 1 2 @ #p 1 0 06435198 +ii_maccabees n 1 2 @ #p 1 0 06460926 +ii_peter n 1 2 @ #p 1 0 06447039 +ii_samuel n 1 2 @ #p 1 0 06434826 +ii_thessalonians n 1 2 @ #p 1 0 06445214 +ii_timothy n 1 2 @ #p 1 0 06445729 +iii n 1 1 @ 1 0 13744044 +iii_john n 1 2 @ #p 1 0 06447582 +iis n 1 2 @ ; 1 0 08344917 +ijssel n 1 2 @ #p 1 0 09309666 +ijssel_river n 1 2 @ #p 1 0 09309666 +ijsselmeer n 1 2 @ #p 1 0 09309820 +ijtihad n 1 1 @ 1 0 07172117 +ike n 1 1 @ 1 0 10954966 +ikhanaton n 1 1 @ 1 0 10810923 +ikon n 2 2 @ ~ 2 0 03931044 03558971 +il n 1 3 @ #p %p 1 0 09082540 +il_duce n 1 1 @ 1 0 11198253 +ilama n 2 3 @ #p %p 2 0 11694469 07761777 +ilama_tree n 1 2 @ %p 1 0 11694469 +ilang-ilang n 2 2 @ #m 2 0 11696211 11695974 +ile-de-france n 1 2 @ #p 1 1 08942629 +ile-st-louis n 1 2 @ #p 1 0 08934067 +ileal_artery n 1 2 @ #p 1 0 05346714 +ileitis n 1 1 @ 1 0 14347695 +ileocecal_valve n 1 1 @ 1 0 05536638 +ileocolic_artery n 1 1 @ 1 0 05346892 +ileocolic_vein n 1 1 @ 1 0 05369566 +ileostomy n 1 1 @ 1 0 00681071 +iles_comores n 1 3 @ #p %p 1 0 08733690 +iles_marquises n 1 2 @ #p 1 0 08990999 +ileum n 1 1 @ 1 1 05535367 +ileus n 1 1 @ 1 0 14508149 +ilex n 1 3 @ #m %m 1 0 12756862 +ilex_cornuta n 1 2 @ #m 1 0 12757115 +ilex_decidua n 1 1 @ 1 0 12757303 +ilex_glabra n 1 1 @ 1 0 12757458 +ilex_paraguariensis n 1 1 @ 1 0 12757668 +iliac_artery n 1 3 @ ~ #p 1 0 05347146 +iliac_vein n 1 2 @ ~ 1 0 05370125 +iliad n 1 1 @ 1 1 06382072 +iliamna n 1 3 @ #m %m 1 0 12181147 +iliamna_acerifolia n 1 2 @ #m 1 0 12181612 +iliamna_remota n 1 2 @ #m 1 0 12181352 +iliamna_ruvularis n 1 2 @ #m 1 0 12181612 +ilich_ramirez_sanchez n 1 2 @ ; 1 0 11201386 +ilich_sanchez n 1 2 @ ; 1 0 11201386 +iliolumbar_artery n 1 1 @ 1 0 05347871 +iliolumbar_vein n 1 1 @ 1 0 05370293 +ilion n 1 3 @ #p %m 1 0 08788887 +ilium n 2 4 @ #p %m %p 2 0 08788887 05275315 +ilk n 1 1 @ 1 1 05845419 +ill n 1 2 @ ~ 1 0 14055408 +ill-being n 1 3 ! @ ~ 1 0 14448200 +ill-breeding n 1 1 @ 1 0 04914881 +ill-treatment n 1 3 @ ~ + 1 0 00419908 +ill-usage n 1 3 @ ~ + 1 0 00419908 +ill_fame n 1 2 @ ~ 1 0 14439149 +ill_health n 1 3 ! @ ~ 1 1 14052046 +ill_humor n 1 3 ! @ ~ 1 0 07552087 +ill_humour n 1 2 @ ~ 1 0 07552087 +ill_luck n 1 2 @ ~ 1 0 14475405 +ill_nature n 1 3 ! @ ~ 1 0 04641447 +ill_service n 1 1 @ 1 0 01209791 +ill_temper n 1 2 @ ~ 1 0 07518132 +ill_turn n 1 1 @ 1 1 01209791 +ill_will n 2 2 @ ~ 2 1 07547805 04658106 +illampu n 1 2 @ #p 1 0 09310011 +illation n 1 2 @ ~ 1 0 05774614 +illecebrum n 1 3 @ #m %m 1 0 11810918 +illecebrum_verticullatum n 1 2 @ #m 1 0 11811059 +illegal_possession n 1 1 @ 1 0 00810498 +illegality n 1 4 ! @ ~ + 1 0 04810327 +illegibility n 1 4 ! @ + ; 1 0 04822685 +illegitimacy n 2 2 ! @ 2 1 13953215 04811476 +illegitimate n 1 1 @ 1 0 09842823 +illegitimate_child n 1 1 @ 1 0 09842823 +illegitimate_enterprise n 1 1 @ 1 0 00775943 +illiberality n 1 3 ! @ + 1 0 04834457 +illicitness n 1 3 ! @ + 1 0 04811628 +illicium n 1 3 @ #m %m 1 0 11708442 +illicium_anisatum n 1 2 @ #m 1 0 11709045 +illicium_floridanum n 1 2 @ #m 1 0 11708857 +illicium_verum n 1 3 @ #m %p 1 0 11709205 +illimani n 1 2 @ #p 1 0 09310162 +illinois n 3 3 @ #p %p 3 1 09082540 09657615 06910134 +illinois_river n 1 2 @ #p 1 0 09310314 +illinoisan n 1 1 @ 1 0 09742927 +illiteracy n 2 2 ! @ 2 0 05989386 05649256 +illiterate n 1 2 @ ~ 1 0 10199103 +illiterate_person n 1 2 @ ~ 1 0 10199103 +illness n 1 4 ! @ ~ + 1 1 14061805 +illogic n 1 2 @ ~ 1 0 04785669 +illogicality n 1 4 ! @ ~ + 1 0 04785669 +illogicalness n 1 4 ! @ ~ + 1 0 04785669 +illuminance n 1 1 @ 1 0 05018542 +illuminant n 1 2 @ + 1 0 14687513 +illumination n 5 4 @ ~ + ; 5 2 14563784 13983147 07171206 05018542 03769397 +illumination_unit n 1 2 @ ~ 1 0 13639647 +illusion n 4 3 @ ~ + 4 3 05939636 05896059 00754767 00099951 +illusionist n 2 3 @ ~ + 2 0 10756433 10280674 +illustration n 4 4 @ ~ %p + 4 4 06999233 06880533 05820620 03561345 +illustrator n 1 3 @ ~ + 1 1 09812068 +illustriousness n 1 2 @ + 1 0 05169601 +illyria n 1 1 @ 1 0 08704665 +illyrian n 1 1 @ 1 0 06942874 +ilmen n 1 2 @ #p 1 0 09331654 +ilmenite n 1 2 @ %s 1 0 14678551 +ilo n 1 1 @ 1 0 08301525 +ilosone n 1 2 @ ; 1 0 03295357 +ilya_ehrenberg n 1 1 @ 1 0 10953473 +ilya_grigorievich_ehrenberg n 1 1 @ 1 0 10953473 +ilya_ilich_metchnikov n 1 1 @ 1 0 11177151 +image n 9 5 @ ~ + ; - 9 5 05928118 04677716 03931044 05937524 07105475 10027246 08000304 04675777 03265874 +image_breaker n 1 1 @ 1 0 10196845 +image_compression n 1 1 @ 1 0 00616279 +image_orthicon n 1 1 @ 1 1 03856728 +image_scanner n 1 1 @ 1 0 04143140 +imagery n 1 3 @ ~ + 1 1 05767733 +imaginary n 1 4 @ ~ %p ; 1 0 13729428 +imaginary_being n 1 2 @ ~ 1 0 09483738 +imaginary_creature n 1 2 @ ~ 1 0 09483738 +imaginary_number n 1 4 @ ~ %p ; 1 0 13729428 +imaginary_part n 1 2 @ #p 1 0 13730189 +imaginary_part_of_a_complex_number n 1 2 @ #p 1 0 13730189 +imaginary_place n 1 2 @ ~ 1 0 05625879 +imagination n 3 3 @ ~ + 3 3 05625465 05767733 05633860 +imagination_image n 1 1 @ 1 0 05928391 +imaginative_comparison n 1 1 @ 1 0 13853947 +imaginativeness n 1 3 @ ~ + 1 0 05625465 +imaging n 2 4 @ ~ + ; 2 1 05767733 00901083 +imagism n 1 1 @ 1 0 08468499 +imago n 2 2 @ ; 2 0 05938014 02312912 +imam n 1 2 @ ; 1 0 10199251 +imamu_amiri_baraka n 1 1 @ 1 0 10834011 +imaret n 1 1 @ 1 0 03561573 +imaum n 1 2 @ ; 1 0 10199251 +imavate n 1 2 @ ; 1 0 03561889 +imbalance n 2 4 ! @ ~ ; 2 1 14004149 05065717 +imbauba n 1 2 @ #m 1 0 12404729 +imbecile n 1 3 @ ~ + 1 1 10197525 +imbecility n 2 2 @ + 2 0 05647015 01248075 +imbiber n 1 3 @ ~ + 1 0 10034201 +imbibing n 1 3 @ ~ + 1 0 00843128 +imbibition n 2 4 @ ~ + ; 2 0 13496017 00843128 +imbrication n 1 2 @ + 1 0 03561657 +imbroglio n 2 1 @ 2 0 13936153 07174785 +imf n 1 1 @ 1 0 08301871 +imidazole n 1 1 @ 1 0 14916670 +imide n 1 1 @ 1 0 15110666 +iminazole n 1 1 @ 1 0 14916670 +imipramine n 1 1 @ 1 0 03561889 +imitation n 4 4 ! @ ~ + 4 3 05962602 03562126 01020936 06780069 +imitation_leather n 1 1 @ 1 0 03653110 +imitative_electronic_deception n 1 1 @ 1 0 01251923 +imitator n 2 3 @ ~ + 2 0 10200365 09964411 +immaculate_conception n 2 2 @ ; 2 0 15195259 06790557 +immaculate_conception_of_the_virgin_mary n 1 2 @ ; 1 0 06790557 +immaculateness n 1 2 @ + 1 0 14496563 +immanence n 1 2 @ + 1 0 13957974 +immanency n 1 2 @ + 1 0 13957974 +immanuel_kant n 1 1 @ 1 0 11096508 +immateriality n 2 4 ! @ ~ + 2 0 13796216 04761517 +immatureness n 1 3 @ ~ + 1 0 14425974 +immaturity n 1 4 ! @ ~ + 1 0 14425974 +immediacy n 3 3 ! @ = 3 3 04918767 05708322 05059525 +immediate_allergy n 1 1 @ 1 0 14532250 +immediate_apprehension n 1 1 @ 1 0 05708322 +immediate_constituent n 1 1 @ 1 0 06313300 +immediate_memory n 1 1 @ 1 0 05760611 +immediate_payment n 1 1 @ 1 0 13386465 +immediateness n 2 3 @ = + 2 0 05059525 04918767 +immenseness n 1 3 @ ~ + 1 0 05104548 +immensity n 1 3 @ ~ + 1 1 05104548 +immersion n 5 6 ! @ ~ #p + ; 5 0 07364115 07322341 05704266 01038485 00277569 +immersion_foot n 1 1 @ 1 0 14299480 +immersion_heater n 1 1 @ 1 0 03562408 +immigrant n 1 2 @ + 1 1 10199489 +immigrant_class n 1 1 @ 1 1 08416137 +immigration n 2 3 @ ~ + 2 1 00056311 08413834 +immigration_and_naturalization_service n 1 3 @ #p %p 1 0 08136502 +imminence n 1 2 @ + 1 1 14030820 +imminency n 1 2 @ + 1 0 14030820 +imminent_abortion n 1 1 @ 1 0 00230824 +imminentness n 1 1 @ 1 0 14030820 +immobilisation n 2 2 @ + 2 0 01260309 01146288 +immobility n 2 4 ! @ ~ + 2 1 14006490 04776299 +immobilization n 2 2 @ + 2 0 01260309 01146288 +immobilizing n 1 2 @ + 1 0 01146288 +immoderateness n 1 3 @ ~ + 1 0 05118251 +immoderation n 1 3 ! @ ~ 1 0 05118251 +immodesty n 2 2 ! @ 2 0 04903136 00737894 +immolation n 1 2 @ + 1 0 00227969 +immorality n 2 4 ! @ ~ + 2 0 04850589 00745637 +immortal n 2 3 @ ~ #m 2 0 10199644 09505418 +immortality n 2 3 ! @ + 2 1 05056102 15144094 +immortelle n 1 2 @ #m 1 0 12033709 +immotility n 1 3 ! @ + 1 0 04776453 +immovability n 1 4 ! @ ~ + 1 0 04776699 +immovable n 1 2 @ ~ 1 0 13246475 +immovable_bandage n 1 1 @ 1 0 03562565 +immovableness n 1 4 ! @ ~ + 1 0 04776699 +immune n 1 2 @ ~ 1 0 10199783 +immune_carrier n 1 3 @ ~ ; 1 0 09897350 +immune_gamma_globulin n 1 2 @ ~ 1 0 15030481 +immune_globulin n 1 2 @ ~ 1 0 15030481 +immune_reaction n 1 4 @ ~ %p ; 1 0 00860434 +immune_response n 1 4 @ ~ %p ; 1 0 00860434 +immune_serum_globulin n 1 2 @ ~ 1 0 15030481 +immune_suppressant_drug n 1 2 @ ~ 1 0 03562958 +immune_system n 1 2 @ %p 1 0 05460870 +immunisation n 1 2 @ ~ 1 0 00828990 +immunity n 4 4 @ ~ + ; 4 1 14526764 14527171 05033906 00213903 +immunization n 1 3 @ ~ + 1 0 00828990 +immunizing_agent n 1 2 @ ~ 1 0 03562739 +immunoassay n 1 2 @ ~ 1 0 05740560 +immunochemical_assay n 1 2 @ ~ 1 0 05740560 +immunochemistry n 1 2 @ + 1 0 06051925 +immunocompetence n 1 3 ! @ + 1 0 13974144 +immunodeficiency n 1 4 ! @ ~ + 1 0 13974317 +immunoelectrophoresis n 1 1 @ 1 1 13496167 +immunofluorescence n 1 2 @ ; 1 0 05666324 +immunogen n 1 2 @ ~ 1 0 03562739 +immunogenicity n 1 2 @ + 1 0 14527430 +immunoglobulin n 1 2 @ ~ 1 0 15030481 +immunoglobulin_a n 1 1 @ 1 0 15030853 +immunoglobulin_d n 1 1 @ 1 0 15031073 +immunoglobulin_e n 1 2 @ ~ 1 0 15031231 +immunoglobulin_g n 1 1 @ 1 0 15031705 +immunoglobulin_m n 1 1 @ 1 0 15031866 +immunohistochemistry n 1 1 @ 1 0 00792142 +immunologic_response n 1 4 @ ~ %p ; 1 0 00860434 +immunological_disorder n 1 2 @ ~ 1 0 13973990 +immunologist n 1 3 @ ~ + 1 0 10199902 +immunology n 1 4 @ ~ + - 1 0 06051542 +immunopathology n 1 1 @ 1 0 06052165 +immunosuppressant n 1 2 @ ~ 1 0 03562958 +immunosuppression n 1 1 @ 1 0 13974620 +immunosuppressive n 1 2 @ ~ 1 0 03562958 +immunosuppressive_drug n 1 2 @ ~ 1 0 03562958 +immunosuppressor n 1 2 @ ~ 1 0 03562958 +immunotherapy n 1 1 @ 1 0 00663333 +immurement n 1 3 @ ~ + 1 0 13999206 +immutability n 1 4 ! @ ~ + 1 0 04741807 +immutableness n 1 4 ! @ ~ + 1 0 04741807 +imo n 1 1 @ 1 0 08301709 +imogene_coca n 1 1 @ 1 0 10903413 +imou_pine n 1 2 @ #m 1 0 11654293 +imp n 2 3 @ ~ ; 2 1 09540739 10200047 +impact n 4 3 @ ~ + 4 3 07338552 11414411 00157957 01172252 +impact_printer n 1 2 @ ~ 1 0 03563200 +impacted_fracture n 1 1 @ 1 0 14293985 +impacted_tooth n 1 1 @ 1 0 14060417 +impaction n 4 2 @ + 4 0 14577331 14060575 14060417 00126447 +impairer n 1 2 @ + 1 0 09310460 +impairment n 5 3 @ ~ + 5 1 07420770 14561618 14548343 00403334 00272878 +impala n 1 2 @ #m 1 0 02422699 +impala_lily n 1 2 @ #m 1 0 11769176 +impalement n 1 2 @ + 1 0 00420877 +impalpability n 1 3 ! @ + 1 0 04760296 +impartation n 1 3 @ ~ + 1 0 06252954 +impartiality n 1 4 ! @ ~ + 1 0 06202686 +imparting n 1 3 @ ~ + 1 0 06252954 +impasse n 2 1 @ 2 1 14015361 02851540 +impassiveness n 1 2 @ + 1 0 07483782 +impassivity n 1 2 @ + 1 0 07483782 +impasto n 1 1 @ 1 0 00937250 +impatience n 3 4 ! @ ~ + 3 2 14407283 07514071 04642596 +impatiens_capensis n 1 2 @ #m 1 0 12684379 +impeachability n 1 1 @ 1 0 13991688 +impeachment n 1 2 @ + 1 0 07235790 +impeccability n 2 2 @ + 2 0 04899573 04826485 +impecuniousness n 1 2 @ + 1 0 14494186 +impedance n 1 2 @ ~ 1 0 11503968 +impediment n 2 3 @ ~ + 2 0 05689249 03839993 +impedimenta n 2 2 @ ~ 2 0 03839993 03563358 +impeller n 1 3 @ #p + 1 0 03563460 +impendence n 1 2 @ + 1 0 14030820 +impendency n 1 2 @ + 1 0 14030820 +impenetrability n 2 3 ! @ + 2 0 04942516 04822870 +impenetrableness n 1 2 @ + 1 0 04822870 +impenitence n 1 2 @ + 1 0 04863358 +impenitency n 1 2 @ + 1 0 04863358 +imperative n 2 1 @ 2 0 13802306 01131330 +imperative_form n 1 1 @ 1 0 13802306 +imperative_mood n 1 1 @ 1 0 13802306 +imperativeness n 2 2 @ + 2 0 14451349 05172131 +imperceptibility n 1 3 ! @ + 1 0 05019339 +imperfect n 1 2 @ ~ 1 0 13805734 +imperfect_tense n 1 2 @ ~ 1 0 13805734 +imperfectibility n 1 3 ! @ + 1 0 05648011 +imperfection n 1 3 ! @ ~ 1 0 14462666 +imperfective n 1 1 @ 1 0 13805020 +imperfective_aspect n 1 1 @ 1 0 13805020 +imperfectness n 1 3 @ ~ + 1 0 14462666 +imperforate_anus n 1 1 @ 1 0 05538338 +imperforate_hymen n 1 1 @ 1 0 05522148 +imperial n 2 1 @ 2 0 05261999 03563611 +imperial_beard n 1 1 @ 1 0 05261999 +imperial_capacity_unit n 1 2 @ ~ 1 0 13615557 +imperial_decree n 1 2 @ ~ 1 0 06541167 +imperial_elephant n 1 2 @ #m 1 0 02505485 +imperial_gallon n 1 3 @ #p %p 1 0 13622209 +imperial_japanese_morning_glory n 1 1 @ 1 0 12828977 +imperial_mammoth n 1 2 @ #m 1 0 02505485 +imperial_moth n 1 2 @ #m 1 0 02302244 +imperialism n 3 3 @ ~ + 3 1 06661396 06218308 00804909 +imperialist n 1 2 @ + 1 0 10200246 +imperiousness n 1 2 @ + 1 0 04888788 +imperishability n 1 2 @ + 1 0 05054537 +imperishableness n 1 1 @ 1 0 05054537 +imperishingness n 1 1 @ 1 0 05054537 +imperium n 2 2 @ ~ 2 0 08557482 05197945 +impermanence n 1 4 ! @ ~ + 1 0 05054863 +impermanency n 1 3 @ ~ + 1 0 05054863 +impermeability n 1 4 ! @ ~ + 1 0 04941942 +impermeableness n 1 3 @ ~ + 1 0 04941942 +impermissibility n 1 3 ! @ + 1 0 04794408 +impersonation n 3 3 @ ~ + 3 0 06780069 00756331 00549284 +impersonator n 1 3 @ ~ + 1 0 10200365 +impertinence n 3 3 @ ~ + 3 0 06721813 04915866 04649651 +imperturbability n 1 2 @ + 1 0 07515328 +imperturbableness n 1 2 @ + 1 0 07515328 +imperviousness n 1 3 ! @ + 1 0 04942516 +impetigo n 1 1 @ 1 0 14227613 +impetuosity n 1 2 @ + 1 0 04662730 +impetuousness n 1 2 @ + 1 0 04662730 +impetus n 2 1 @ 2 1 11447851 00104249 +impiety n 1 3 ! @ ~ 1 0 04828255 +impingement n 2 2 @ + 2 0 00157957 00126447 +impinging n 1 3 @ ~ + 1 1 07339329 +impiousness n 1 3 @ ~ + 1 0 04828255 +impishness n 1 2 @ + 1 0 04650010 +implant n 1 3 @ ~ + 1 0 03563710 +implantation n 3 3 @ + ; 3 0 13496286 01052618 00677808 +implausibility n 1 3 ! @ + 1 0 04784322 +implausibleness n 1 2 @ + 1 0 04784322 +implement n 1 3 @ ~ + 1 1 03563967 +implementation n 2 3 @ ~ + 2 2 01127379 00044150 +implements_of_war n 1 3 @ ~ %p 1 0 04566257 +implication n 5 3 @ ~ + 5 3 05780885 05920791 07238102 13860281 13793776 +implicitness n 1 2 @ + 1 0 04824977 +implied_trust n 1 2 @ ~ 1 0 13361830 +implosion n 2 4 @ ~ #p + 2 0 07365524 07116304 +implosion_therapy n 1 1 @ 1 0 00702418 +impoliteness n 1 4 ! @ ~ + 1 0 04914694 +imponderable n 1 2 @ ~ 1 0 05693206 +import n 5 4 ! @ ~ + 5 4 03564667 10200531 06601327 05920791 05170574 +import_barrier n 1 2 @ ~ 1 0 06660224 +import_credit n 1 1 @ 1 0 13379264 +import_duty n 1 1 @ 1 0 13317858 +importance n 2 5 ! @ ~ = + 2 2 05168261 14434681 +important_person n 1 2 @ ~ 1 0 10200781 +importation n 2 3 @ ~ + 2 1 01111750 03564667 +importee n 1 2 @ + 1 0 10200531 +importer n 1 2 @ + 1 0 10201366 +importing n 1 3 @ ~ + 1 0 01111750 +importunity n 1 1 @ 1 1 07188385 +imposition n 2 4 @ ~ + ; 2 1 01127623 05833371 +impossibility n 2 4 ! @ ~ + 2 0 14483126 05792312 +impossible n 1 1 @ 1 1 05792446 +impossible_action n 1 2 @ ~ 1 0 05792312 +impossibleness n 1 3 @ ~ + 1 0 14483126 +impost n 2 3 @ ~ #p 2 0 13317002 04288784 +imposter n 1 2 @ ~ 1 0 10201535 +impostor n 1 2 @ ~ 1 0 10201535 +imposture n 1 1 @ 1 0 00756331 +impotence n 2 4 ! @ ~ + 2 1 05204637 14044930 +impotency n 2 4 ! @ ~ + 2 1 05204637 14044930 +impounding n 1 4 @ ~ + ; 1 0 00086297 +impoundment n 1 4 @ ~ + ; 1 0 00086297 +impoverishment n 2 3 @ ~ + 2 0 14493145 01150467 +impracticability n 1 4 ! @ ~ + 1 0 05153155 +impracticableness n 1 4 ! @ ~ + 1 0 05153155 +impracticality n 1 4 ! @ ~ + 1 0 05152518 +impramine_hydrochloride n 1 1 @ 1 0 03561889 +imprecation n 2 2 @ + 2 1 07233996 07236957 +impreciseness n 1 3 ! @ + 1 0 04804787 +imprecision n 1 2 ! @ 1 0 04804787 +impregnability n 1 2 @ + 1 0 14539029 +impregnation n 3 4 @ ~ #p + 3 0 14916796 13496517 07436986 +impresario n 1 2 @ ~ 1 0 10593745 +impress n 1 2 @ + 1 0 00086654 +impression n 9 4 @ ~ + ; 9 3 05916739 04675314 05936704 13896369 06855207 06590210 03564849 00549106 00113532 +impressionism n 1 2 @ + 1 0 03565051 +impressionist n 1 2 @ + 1 1 10201956 +impressive_aphasia n 1 1 @ 1 0 14099172 +impressiveness n 2 3 @ ~ + 2 0 04729328 04719502 +impressment n 1 2 @ + 1 0 00086654 +imprimatur n 1 2 @ ~ 1 1 06687358 +imprint n 5 3 @ ~ + 5 1 05693383 13896369 06855563 06855432 03565288 +imprinting n 1 2 @ + 1 0 05754730 +imprisonment n 3 4 @ ~ + ; 3 1 01162376 13999206 01146768 +improbability n 1 4 ! @ ~ + 1 0 04758452 +improbableness n 1 3 @ ~ + 1 0 04758452 +impromptu n 2 1 @ 2 1 07239788 07239927 +improper_fraction n 1 1 @ 1 0 13735800 +improperness n 1 4 ! @ ~ + 1 0 04901326 +impropriety n 4 3 ! @ ~ 4 1 04901326 14563475 00737536 00737070 +improvement n 3 4 ! @ ~ + 3 3 07357388 00248977 14422179 +improver n 2 3 @ ~ + 2 0 10191613 02679415 +improvidence n 1 4 ! @ ~ + 1 0 04894552 +improvisation n 3 2 @ + 3 0 03565402 00178832 00099588 +improvised_explosive_device n 1 2 @ ~ 1 0 03565565 +imprudence n 1 4 ! @ ~ + 1 0 04894037 +impudence n 2 3 @ ~ + 2 0 06721813 04915866 +impuissance n 1 2 @ + 1 0 05204982 +impulse n 6 3 @ ~ ; 6 5 09180431 07490579 07308042 07420991 00104249 05035820 +impulse_explosive n 1 1 @ 1 0 04011609 +impulse_turbine n 1 1 @ 1 0 03565710 +impulsion n 2 2 @ + 2 0 11447851 00104249 +impulsiveness n 1 3 @ ~ + 1 0 04662504 +impunity n 1 1 @ 1 1 14529524 +impureness n 1 3 @ ~ + 1 0 14487184 +impurity n 2 4 ! @ ~ + 2 2 14583670 14487184 +imputation n 2 3 @ ~ + 2 0 07237038 05735478 +imu n 1 2 @ ; 1 0 08025835 +imuran n 1 2 @ ; 1 0 02765247 +in n 3 5 @ #s #p %p ; 3 1 13649791 14641223 09084750 +in-basket n 1 2 ! @ 1 0 03565830 +in-fighting n 2 1 @ 2 1 01172031 00446411 +in-joke n 1 1 @ 1 0 06779511 +in-law n 1 2 @ ~ 1 0 10207169 +in-line_skate n 1 2 @ ~ 1 0 04102037 +in-migration n 1 2 @ ~ 1 0 00056311 +in-tray n 1 1 @ 1 0 03565830 +in_time n 1 1 @ 1 0 15264607 +inability n 2 3 ! @ ~ 2 1 05644922 05207130 +inaccessibility n 1 3 ! @ + 1 0 04722910 +inaccuracy n 1 3 ! @ ~ 1 1 04804451 +inachis n 1 3 @ #m %m 1 0 02279127 +inachis_io n 1 2 @ #m 1 0 02279257 +inaction n 1 3 ! @ ~ 1 1 14010148 +inactivation n 2 4 ! @ + ; 2 0 13496771 00233795 +inactiveness n 2 4 ! @ ~ + 2 0 14010148 04635631 +inactivity n 3 4 ! @ ~ + 3 0 14010148 04635631 01062583 +inadequacy n 3 3 ! @ ~ 3 1 05113133 14463471 04793555 +inadequateness n 1 2 @ + 1 0 04793555 +inadmissibility n 1 4 ! @ ~ + 1 0 04794236 +inadvertence n 2 2 @ + 2 1 05706815 04665543 +inadvertency n 1 2 @ + 1 0 04665543 +inadvisability n 1 3 ! @ + 1 0 05165028 +inamorata n 1 1 @ 1 0 10202085 +inamorato n 1 1 @ 1 0 10202225 +inanimateness n 1 4 ! @ ~ + 1 0 05006285 +inanition n 2 1 @ 2 0 05042138 04635010 +inanity n 1 2 @ + 1 0 05174023 +inanna n 1 2 @ ; 1 0 09518683 +inapplicability n 1 3 ! @ + 1 0 13796053 +inappositeness n 1 3 ! @ + 1 0 04721428 +inappropriateness n 2 4 ! @ ~ + 2 0 04901996 04721650 +inaptitude n 1 3 ! @ ~ 1 0 05647643 +inaptness n 1 3 ! @ + 1 0 04721428 +inattention n 1 3 ! @ ~ 1 0 05706228 +inattentiveness n 2 4 ! @ ~ + 2 0 05706375 04663319 +inaudibility n 1 3 ! @ + 1 0 05019163 +inaudibleness n 1 2 @ + 1 0 05019163 +inaugural n 2 4 @ #p %p ; 2 1 07240077 00243373 +inaugural_address n 1 3 @ #p ; 1 0 07240077 +inauguration n 2 3 @ %p + 2 1 00239910 00243373 +inauguration_day n 1 2 @ #p 1 0 15159265 +inauspiciousness n 1 3 ! @ + 1 0 05162217 +inborn_error_of_metabolism n 1 2 @ ~ 1 0 14155834 +inborn_reflex n 1 2 @ ~ 1 0 00863513 +inbreeding n 1 1 @ 1 0 00851587 +inc n 1 1 @ 1 0 08403907 +inca n 3 3 @ ~ ; 3 0 09727323 09727191 08488833 +incalescence n 1 1 @ 1 0 05016451 +incan n 1 1 @ 1 0 09727191 +incandescence n 2 2 @ + 2 0 11467786 05018674 +incandescent_lamp n 1 2 @ %p 1 0 03665924 +incantation n 1 2 @ ~ 1 1 07160116 +incapability n 2 4 ! @ ~ + 2 0 05647867 05207570 +incapableness n 2 4 ! @ ~ + 2 0 05647867 05207570 +incapacity n 2 2 ! @ 2 0 05648146 05207846 +incarceration n 1 3 @ ~ + 1 0 13999206 +incarnation n 4 4 @ ~ + ; 4 2 10418302 06790845 15123589 00933259 +incasement n 1 2 @ + 1 0 00322488 +incaution n 1 3 ! @ ~ 1 0 04665210 +incautiousness n 1 3 @ ~ + 1 0 04665210 +incendiarism n 1 1 @ 1 0 00378296 +incendiary n 2 2 @ ~ 2 0 09810707 03565991 +incendiary_bomb n 1 1 @ 1 0 03565991 +incense n 2 4 @ ~ %s + 2 1 14918994 05714745 +incense_cedar n 2 2 @ #m 2 0 11639084 11634736 +incense_tree n 1 4 @ ~ #m %s 1 0 12690653 +incense_wood n 1 2 @ #s 1 0 12693457 +incentive n 2 4 ! @ ~ #p 2 2 09179776 13273154 +incentive_option n 1 1 @ 1 0 00081395 +incentive_program n 1 2 @ %p 1 0 13273381 +incentive_scheme n 1 2 @ %p 1 0 13273381 +incentive_stock_option n 1 1 @ 1 0 00081395 +inception n 1 2 @ ~ 1 1 07323922 +incertitude n 1 2 @ ~ 1 0 05698247 +incessancy n 1 2 @ + 1 0 05052587 +incessantness n 1 2 @ + 1 0 05052587 +incest n 1 2 @ + 1 0 00848891 +inch n 2 5 @ #p %p + ; 2 2 13649791 13713300 +incheon n 1 2 @ #p 1 0 08956140 +inchoative n 1 1 @ 1 0 13805456 +inchoative_aspect n 1 1 @ 1 0 13805456 +inchon n 2 3 @ #p ; 2 0 08956140 01280990 +inchworm n 1 1 @ 1 0 02288268 +incidence n 2 3 @ ~ + 2 1 13826959 11467996 +incidence_angle n 1 2 @ ~ 1 0 13890869 +incident n 2 3 @ ~ #p 2 1 07307477 13978033 +incidental n 2 2 @ ; 2 0 13306436 06482978 +incidental_expense n 1 2 @ ; 1 0 13306436 +incidental_music n 1 1 @ 1 0 07281375 +incienso n 1 2 @ #m 1 0 11963932 +incineration n 1 3 @ ~ + 1 0 00378706 +incinerator n 1 2 @ + 1 0 03566193 +incipience n 1 2 @ + 1 1 15143012 +incipiency n 1 2 @ + 1 1 15143012 +incision n 2 4 @ ~ #p + 2 0 13904843 00678010 +incisiveness n 1 2 @ + 1 0 05199680 +incisor n 1 1 @ 1 0 05307641 +incisura n 1 3 @ ~ ; 1 0 13905121 +incisure n 1 4 @ ~ + ; 1 0 13905121 +incitation n 2 3 @ ~ + 2 0 09184975 01261490 +incitement n 4 3 @ ~ + 4 2 01261490 07252764 09184975 07246036 +inciter n 1 3 @ ~ + 1 0 10209246 +incivility n 1 2 ! @ 1 0 04915365 +inclemency n 2 3 @ ~ + 2 0 14523090 04639732 +inclementness n 1 3 @ ~ + 1 0 14523090 +inclination n 8 5 ! @ ~ + ; 8 3 06196584 13889843 13889602 13892897 07498854 05068080 04944048 00335384 +inclination_of_an_orbit n 1 2 @ ; 1 0 13889843 +incline n 2 4 @ ~ #p + 2 2 09437454 04051549 +incline_bench_press n 1 1 @ 1 1 00626728 +inclined_fault n 1 3 @ ~ %p 1 0 09310616 +inclined_plane n 1 2 @ ~ 1 0 03566329 +inclining n 1 3 @ ~ + 1 0 00335384 +inclinometer n 3 2 @ ; 3 0 03566730 03566555 03043798 +inclosure n 2 3 @ ~ + 2 0 06473381 00321956 +inclusion n 4 4 ! @ ~ + 4 0 13936304 13794034 09310806 00373130 +inclusion_body n 1 2 @ ~ 1 1 09310806 +inclusion_body_encephalitis n 1 1 @ 1 0 14344189 +inclusion_body_myositis n 1 1 @ 1 0 14209836 +incognizance n 1 3 ! @ + 1 0 05676476 +incoherence n 2 4 ! @ ~ + 2 0 14418103 06608977 +incoherency n 2 3 @ ~ + 2 0 14418103 06608977 +income n 1 3 ! @ ~ 1 1 13255145 +income_bracket n 1 1 @ 1 0 08006250 +income_statement n 1 1 @ 1 0 13355301 +income_tax n 1 2 @ ~ 1 1 13310230 +income_tax_bracket n 1 1 @ 1 0 08006250 +income_tax_return n 1 2 @ ~ 1 1 06548671 +incoming n 1 2 @ ~ 1 0 00049003 +incommodiousness n 1 2 @ + 1 0 14446878 +incommutability n 1 2 @ + 1 0 04741075 +incompatibility n 3 5 ! @ ~ + ; 3 1 13858045 13975037 04714440 +incompetence n 2 4 ! @ ~ + 2 1 05154241 14076126 +incompetency n 1 2 @ + 1 0 05154241 +incompetent n 1 2 @ ~ 1 1 10202363 +incompetent_cervix n 1 2 @ ; 1 0 05303020 +incompetent_person n 1 2 @ ~ 1 0 10202363 +incomplete_abortion n 1 1 @ 1 0 00230997 +incomplete_fracture n 1 2 @ ~ 1 0 14293840 +incompleteness n 1 4 ! @ ~ + 1 0 14462193 +incomprehensibility n 1 4 ! @ ~ + 1 0 04822223 +incomprehension n 1 2 ! @ 1 0 05806231 +incompressibility n 1 3 ! @ + 1 0 04938702 +inconceivability n 1 2 @ + 1 0 14483348 +inconceivableness n 1 2 @ + 1 0 14483348 +inconclusiveness n 1 3 ! @ + 1 0 04758181 +inconel n 1 2 @ ; 1 0 14916369 +incongruity n 1 4 ! @ ~ + 1 0 04714847 +incongruousness n 1 4 ! @ ~ + 1 0 04714847 +inconsequence n 2 4 ! @ ~ + 2 0 05174517 04785669 +inconsiderateness n 1 3 @ ~ + 1 0 04845967 +inconsideration n 1 3 ! @ ~ 1 0 04845967 +inconsistency n 2 3 ! @ + 2 0 13858045 04751847 +inconspicuousness n 1 4 ! @ ~ + 1 0 04707636 +inconstancy n 2 4 ! @ ~ + 2 0 04879092 04734885 +incontinence n 2 3 @ ~ + 2 0 13496972 04884817 +incontinency n 1 3 @ ~ + 1 0 13496972 +incontrovertibility n 1 2 @ + 1 0 04755218 +incontrovertibleness n 1 2 @ + 1 0 04755218 +inconvenience n 3 4 ! @ ~ + 3 2 14446878 04711435 04722715 +inconvertibility n 1 3 ! @ + 1 0 04737020 +incoordination n 1 2 ! @ 1 0 05641720 +incorporation n 3 3 @ ~ + 3 1 01238267 05753954 00373278 +incorporeality n 1 4 ! @ ~ + 1 0 04761517 +incorrectness n 2 4 ! @ ~ + 2 0 04901599 04802403 +incorruptibility n 1 3 ! @ + 1 1 04870206 +incorruption n 1 1 @ 1 0 04870040 +incorruptness n 1 3 ! @ + 1 0 04870040 +increase n 5 4 ! @ ~ + 5 5 13754293 07356676 13497135 05108947 00363260 +incredibility n 1 4 ! @ ~ + 1 0 04784142 +incredibleness n 1 3 @ ~ + 1 0 04784142 +incredulity n 1 2 @ + 1 0 05698982 +increment n 2 4 ! @ ~ + 2 0 13497135 05108947 +incremental_cost n 1 1 @ 1 0 05145708 +incrimination n 1 3 @ ~ + 1 0 07237758 +incrustation n 3 3 @ ~ + 3 0 13497650 09260218 03566860 +incubation n 3 4 @ #p + ; 3 1 00658796 15287578 13441812 +incubation_period n 1 1 @ 1 1 15294607 +incubator n 1 3 @ %p + 1 0 03567066 +incubus n 3 1 @ 3 1 09542868 13936676 10202531 +inculcation n 1 2 @ + 1 1 00889082 +inculpability n 1 2 @ + 1 0 13989863 +inculpableness n 1 2 @ + 1 0 13989863 +inculpation n 1 3 @ ~ + 1 0 07237758 +incumbency n 3 3 @ ~ + 3 0 15291498 01131425 00593512 +incumbent n 1 2 @ ~ 1 0 10202624 +incumbrance n 3 2 @ ~ 3 0 13403025 05832745 03520811 +incurability n 2 3 ! @ + 2 0 04856899 04742251 +incurable n 1 1 @ 1 0 10202763 +incurableness n 1 3 ! @ + 1 0 04856899 +incurrence n 1 2 @ + 1 0 01240064 +incurring n 1 2 @ + 1 0 00078217 +incursion n 3 3 @ ~ + 3 1 00049344 00975452 00072691 +incurvation n 2 3 @ ~ + 2 0 13864965 00406234 +incurvature n 1 2 @ ~ 1 0 13864965 +incus n 1 2 @ #p 1 0 05326340 +indaba n 1 1 @ 1 0 08321807 +indapamide n 1 1 @ 1 0 03567325 +indebtedness n 2 3 @ ~ + 2 0 14490319 13782033 +indecency n 2 4 ! @ ~ + 2 0 04902925 00737536 +indecent_exposure n 1 1 @ 1 0 00772253 +indecision n 2 3 ! @ ~ 2 1 05699172 04866866 +indecisiveness n 2 4 ! @ ~ + 2 0 05699172 04866866 +indecorousness n 1 4 ! @ ~ + 1 0 04902470 +indecorum n 2 3 ! @ ~ 2 0 04902470 00737070 +indefatigability n 1 2 @ + 1 0 04864824 +indefatigableness n 1 2 @ + 1 0 04864824 +indefinite_article n 1 1 @ 1 0 06325001 +indefinite_integral n 1 1 @ 1 0 06015700 +indefinite_quantity n 1 2 @ ~ 1 0 13576355 +indefiniteness n 1 3 @ ~ + 1 0 04757864 +indefinity n 1 3 @ ~ + 1 1 04757864 +indelible_ink n 1 2 @ ~ 1 0 14916962 +indelicacy n 2 2 @ ~ 2 0 04902165 01224828 +indemnification n 2 3 @ ~ + 2 0 13290676 00259894 +indemnity n 3 3 @ ~ + 3 0 14539826 14529408 13290676 +indene n 1 1 @ 1 0 14824906 +indent n 2 3 @ + ; 2 0 06529879 06389753 +indentation n 4 3 @ ~ + 4 1 13908021 13537894 06389753 00406939 +indention n 1 1 @ 1 0 06389753 +indenture n 4 3 @ ~ + 4 0 13908021 06773006 06772837 06389753 +independence n 3 5 @ ~ #p = + 3 2 13994148 07474006 09106770 +independence_day n 1 2 @ #p 1 0 15190084 +independence_hall n 1 2 @ #p 1 0 03567474 +independency n 1 4 @ ~ = + 1 0 13994148 +independent n 2 2 @ ; 2 0 10337488 10110421 +independent_agency n 1 3 @ ~ ; 1 0 08338847 +independent_clause n 1 2 @ #p 1 0 06314423 +independent_state_of_papua_new_guinea n 1 4 @ #m #p %p 1 0 08844557 +independent_state_of_samoa n 1 3 @ #p %p 1 0 08991491 +independent_variable n 1 3 @ ~ ; 1 0 05858093 +inderal n 1 2 @ ; 1 0 04011409 +indestructibility n 1 3 ! @ + 1 0 05043621 +indeterminacy n 1 2 @ ~ 1 0 04757864 +indeterminacy_principle n 1 2 @ ; 1 0 06108079 +indeterminateness n 1 3 @ ~ + 1 0 04757864 +indetermination n 1 2 @ ~ 1 0 04757864 +index n 5 5 @ ~ #p %p + 5 2 13851067 06639674 06812417 06491786 05567381 +index_case n 1 2 @ ; 1 0 10202854 +index_finger n 1 1 @ 1 1 05567381 +index_fossil n 1 1 @ 1 0 09311067 +index_fund n 2 1 @ 2 0 13359153 08071756 +index_number n 1 2 @ ~ 1 0 06639674 +index_of_refraction n 1 1 @ 1 0 13824929 +index_register n 1 2 @ ; 1 0 03567635 +indexation n 1 2 @ + 1 0 00805868 +indexer n 1 2 @ + 1 0 10203016 +indexing n 1 2 @ + 1 1 01013156 +india n 1 7 @ #m #p %m %p + - 1 1 08900535 +india-rubber_fig n 1 1 @ 1 0 12402840 +india-rubber_plant n 1 1 @ 1 0 12402840 +india-rubber_tree n 1 1 @ 1 0 12402840 +india_ink n 1 1 @ 1 0 14917080 +india_paper n 1 1 @ 1 0 14969421 +india_rubber n 1 2 @ ~ 1 0 15006258 +indiaman n 1 1 @ 1 0 03567788 +indian n 3 3 @ ~ #m 3 1 09645091 09673495 06906439 +indian_agent n 1 1 @ 1 0 10203135 +indian_arrowroot n 1 2 @ #m 1 0 12475774 +indian_banyan n 1 1 @ 1 0 12402348 +indian_bean n 2 3 @ ~ #m 2 0 12814643 12537569 +indian_beech n 1 2 @ #m 1 0 12563702 +indian_beet n 1 2 @ #m 1 0 12546962 +indian_blackwood n 1 2 @ #m 1 0 12522678 +indian_blanket n 1 1 @ 1 0 11970846 +indian_breadroot n 1 2 @ #m 1 0 12564613 +indian_buffalo n 1 1 @ 1 0 02408660 +indian_button_fern n 1 2 @ #m 1 0 13201566 +indian_capital n 1 2 @ #p 1 0 08903049 +indian_cherry n 1 1 @ 1 0 13141972 +indian_chickweed n 1 2 @ #m 1 0 11821534 +indian_chief n 1 2 @ ~ 1 0 10203298 +indian_chieftain n 1 2 @ ~ 1 0 10203298 +indian_chocolate n 1 1 @ 1 0 12632072 +indian_cholera n 1 1 @ 1 0 14129579 +indian_club n 1 1 @ 1 0 03567912 +indian_cobra n 1 2 @ #m 1 0 01748264 +indian_coral_tree n 1 1 @ 1 0 12528974 +indian_corn n 1 4 @ ~ #m %p 1 0 12143676 +indian_cress n 1 1 @ 1 0 12719944 +indian_crocus n 1 2 @ #m 1 0 12079120 +indian_currant n 1 2 @ #m 1 0 12677841 +indian_elephant n 1 3 @ ~ #m 1 0 02504013 +indian_file n 1 2 @ ~ 1 0 08428756 +indian_giver n 1 2 @ ; 1 0 10203682 +indian_grackle n 1 1 @ 1 0 01578180 +indian_hemp n 3 2 @ %p 3 0 12397431 12178129 11767877 +indian_lettuce n 1 3 @ ~ #m 1 0 11861021 +indian_lodge n 1 2 @ ~ 1 0 03685307 +indian_lotus n 1 1 @ 1 0 11717399 +indian_madder n 1 2 @ #m 1 0 12661045 +indian_mallow n 2 2 @ #m 2 0 12186839 12173069 +indian_meal n 1 2 @ #s 1 0 07568095 +indian_millet n 2 1 @ 2 0 12137791 12126516 +indian_monetary_unit n 1 2 @ ~ 1 0 13703679 +indian_mongoose n 1 1 @ 1 0 02137722 +indian_mustard n 2 2 @ #m 2 0 11878633 07713763 +indian_mutiny n 1 2 @ ; 1 0 01281154 +indian_ocean n 1 2 @ %p 1 0 09311259 +indian_paint n 2 2 @ #m 2 0 12821048 11829435 +indian_paintbrush n 2 3 @ ~ #m 2 0 13235503 12879963 +indian_pea n 1 2 @ #m 1 0 12541403 +indian_pink n 2 1 @ 2 0 12827270 12168750 +indian_pipe n 1 2 @ #m 1 0 12258885 +indian_plantain n 1 2 @ #m 1 0 11943133 +indian_poke n 2 1 @ 2 0 12464649 11855435 +indian_pony n 1 1 @ 1 0 02382039 +indian_potato n 2 3 @ #m %p 2 0 12507379 11978961 +indian_python n 1 2 @ #m 1 1 01744270 +indian_race n 2 2 @ %m 2 0 09673341 09648176 +indian_rat_snake n 1 2 @ #m 1 0 01733214 +indian_rattlebox n 1 2 @ #m 1 0 12520015 +indian_red n 3 1 @ 3 0 14918380 14918264 04973816 +indian_relish n 1 1 @ 1 0 07823105 +indian_reservation n 1 1 @ 1 0 08587328 +indian_rhinoceros n 1 2 @ #m 1 0 02392434 +indian_rhododendron n 1 1 @ 1 0 12349315 +indian_rhubarb n 2 2 @ #m 2 0 12797368 12603273 +indian_rice n 1 2 @ #p 1 0 07804771 +indian_rosewood n 1 2 @ #m 1 0 12522678 +indian_rupee n 1 2 @ %p 1 0 13703804 +indian_salad n 1 1 @ 1 0 12834938 +indian_senna n 1 1 @ 1 0 12499979 +indian_shot n 1 1 @ 1 0 12351091 +indian_summer n 1 2 @ #p 1 1 15185996 +indian_tapir n 1 1 @ 1 0 02393940 +indian_tick_fever n 1 1 @ 1 0 14078120 +indian_tobacco n 2 1 @ 2 0 12908093 12168898 +indian_trail n 1 1 @ 1 0 03568008 +indian_turnip n 1 2 @ #m 1 0 11784497 +indiana n 2 3 @ #p %p 2 1 09084750 11071467 +indianan n 1 1 @ 1 0 09743016 +indianapolis n 1 2 @ #p 1 1 09085593 +indic n 1 2 @ ~ 1 0 06972090 +indicant n 2 3 @ ~ + 2 0 06797169 06639674 +indication n 5 5 ! @ ~ + ; 5 1 06797169 07231048 06797671 06671818 05816790 +indicative n 1 1 @ 1 0 13801700 +indicative_mood n 1 1 @ 1 0 13801700 +indicator n 4 4 @ ~ + ; 4 3 06639674 07262579 03568117 14917208 +indicator_lamp n 1 1 @ 1 0 03939844 +indicatoridae n 1 3 @ #m %m 1 0 01842655 +indictability n 1 2 @ + 1 0 13991688 +indiction n 1 1 @ 1 0 15293931 +indictment n 2 4 @ ~ %p + 2 2 07235335 07237409 +indie n 2 1 @ 2 0 08249854 08003306 +indifference n 4 3 @ ~ + 4 3 07505676 07483782 04636610 04673470 +indigen n 1 2 @ ~ 1 0 09620794 +indigence n 1 3 @ ~ + 1 0 14493716 +indigene n 1 2 @ ~ 1 0 09620794 +indigenous_language n 1 2 @ ~ 1 0 06903519 +indigenousness n 1 2 @ + 1 0 04800152 +indigestibility n 1 3 ! @ + 1 0 04997812 +indigestibleness n 1 2 @ + 1 0 04997812 +indigestion n 1 2 @ %p 1 1 14336317 +indigirka n 1 2 @ #p 1 0 09311710 +indigirka_river n 1 2 @ #p 1 0 09311710 +indignation n 1 2 @ ~ 1 1 07517737 +indignity n 1 1 @ 1 1 01225299 +indigo n 3 3 @ ~ #m 3 0 14754860 12536040 04970398 +indigo_bird n 1 2 @ #m 1 0 01537544 +indigo_broom n 1 1 @ 1 0 12509993 +indigo_bunting n 1 2 @ #m 1 0 01537544 +indigo_finch n 1 2 @ #m 1 0 01537544 +indigo_plant n 1 3 @ ~ #m 1 0 12536040 +indigo_snake n 1 2 @ ~ 1 0 01741232 +indigo_squill n 1 2 @ #m 1 0 12449934 +indigofera n 1 3 @ #m %m 1 0 12535820 +indigofera_anil n 1 1 @ 1 0 12536291 +indigofera_suffruticosa n 1 1 @ 1 0 12536291 +indigofera_tinctoria n 1 3 @ ~ #m 1 0 12536040 +indigotin n 1 1 @ 1 0 14754860 +indinavir n 1 1 @ 1 0 03568430 +indira_gandhi n 1 1 @ 1 0 10989610 +indira_nehru_gandhi n 1 1 @ 1 0 10989610 +indirect_antonym n 1 1 @ 1 0 06305838 +indirect_correlation n 1 2 @ ; 1 0 06033172 +indirect_discourse n 1 2 ! @ 1 0 07138504 +indirect_evidence n 1 2 @ ; 1 0 06735533 +indirect_expression n 1 1 @ 1 0 06761342 +indirect_fire n 1 1 @ 1 0 00991496 +indirect_immunofluorescence n 1 1 @ 1 0 00646024 +indirect_lighting n 1 1 @ 1 0 03568561 +indirect_object n 1 1 @ 1 0 06310713 +indirect_request n 1 1 @ 1 0 07185870 +indirect_tax n 1 2 @ ~ 1 0 13313899 +indirect_transmission n 1 2 @ ~ 1 0 09311885 +indirection n 2 1 @ 2 1 01026191 00752798 +indirectness n 1 4 ! @ ~ + 1 0 04919209 +indiscipline n 1 3 ! @ ~ 1 0 04884450 +indiscreetness n 1 2 @ + 1 0 05616092 +indiscretion n 2 1 @ 2 0 04891558 00738785 +indispensability n 1 3 ! @ + 1 0 05171491 +indispensableness n 1 3 ! @ + 1 0 05171491 +indisposition n 2 3 @ ~ + 2 0 14174455 04645943 +indisputability n 1 3 @ ~ + 1 0 04754862 +indistinctness n 1 4 ! @ ~ + 1 0 04704346 +indistinguishability n 1 3 @ ~ + 1 0 04743024 +indium n 1 2 @ #s 1 0 14641223 +individual n 2 5 @ ~ #m %p + 2 2 00007846 10203839 +individual_retirement_account n 1 1 @ 1 0 05912012 +individualisation n 1 2 @ + 1 0 05749402 +individualism n 3 4 @ ~ = + 3 3 04763293 05963101 05962936 +individualist n 1 3 @ ~ + 1 1 09619824 +individuality n 2 5 ! @ ~ = + 2 1 04763293 04618070 +individualization n 1 2 @ + 1 0 05749402 +individuation n 2 4 @ ~ = + 2 0 05749402 04763293 +indo-aryan n 1 2 @ ~ 1 0 06972090 +indo-european n 2 2 @ ~ 2 0 09635823 06941644 +indo-european_language n 1 2 @ ~ 1 0 06941644 +indo-hittite n 1 2 @ ~ 1 0 06941644 +indo-iranian n 1 2 @ ~ 1 0 06971872 +indo-iranian_language n 1 2 @ ~ 1 0 06971872 +indochina n 1 3 @ #p %p 1 0 08731606 +indochinese_peninsula n 1 3 @ #p %p 1 0 08731606 +indocin n 1 3 @ %s ; 1 0 03568653 +indoctrination n 1 3 @ ~ + 1 0 00888796 +indoleacetic_acid n 1 1 @ 1 0 14918529 +indolebutyric_acid n 1 1 @ 1 0 14918654 +indolence n 1 3 @ ~ + 1 1 04637108 +indomethacin n 1 2 @ %s 1 0 03568653 +indomitability n 1 2 @ + 1 0 05032028 +indonesia n 1 7 @ #m #p %m %p + - 1 1 08907606 +indonesian n 2 3 @ ~ #m 2 0 09714264 06939198 +indonesian_borneo n 1 2 @ #p 1 0 08909537 +indonesian_monetary_unit n 1 2 @ ~ 1 0 13705559 +indoor_garden n 1 1 @ 1 0 03092166 +indorsement n 5 3 @ ~ + 5 0 07248060 07180372 06687358 06405198 01215168 +indorser n 2 3 @ ~ + 2 0 10670668 10057271 +indra n 1 1 @ 1 0 09526497 +indri n 1 2 @ #m 1 0 02500267 +indri_brevicaudatus n 1 2 @ #m 1 0 02500267 +indri_indri n 1 2 @ #m 1 0 02500267 +indriidae n 1 3 @ #m %m 1 0 02499990 +indris n 1 2 @ #m 1 0 02500267 +indubitability n 1 3 @ ~ + 1 0 04754862 +induced_abortion n 1 2 @ ~ 1 0 00231161 +inducement n 2 3 @ ~ + 2 1 09179776 00159177 +inducer n 2 3 @ ~ + 2 0 14918784 10418841 +inducing n 1 3 @ ~ + 1 0 00159177 +inductance n 2 2 @ ~ 2 0 11468172 03569014 +inductance_unit n 1 2 @ ~ 1 0 13634205 +inductee n 2 3 @ + ; 2 0 10203949 10028765 +induction n 6 3 @ ~ + 6 3 07453195 11468172 05774415 05827253 00238527 00156390 +induction_accelerator n 1 1 @ 1 0 02832838 +induction_coil n 1 4 @ ~ #p %p 1 0 03568818 +induction_heating n 1 1 @ 1 0 13497784 +induction_of_labor n 1 2 @ ; 1 0 00238326 +inductive_reasoning n 1 1 @ 1 0 05774415 +inductor n 1 1 @ 1 0 03569014 +indulgence n 5 4 @ ~ + ; 5 0 04884627 04638585 01073241 00512843 00094500 +indulging n 1 3 @ ~ + 1 0 01073241 +indument n 1 1 @ 1 0 09312094 +indumentum n 1 1 @ 1 0 09312094 +indurated_clay n 1 1 @ 1 0 14917561 +induration n 1 3 @ ~ + 1 0 14110411 +induration_of_the_arteries n 1 2 @ ~ 1 0 14108324 +indus n 2 2 @ #p 2 0 09312516 09312231 +indus_civilization n 1 1 @ 1 0 08290616 +indus_river n 1 2 @ #p 1 0 09312231 +indusium n 1 2 @ #p 1 0 13094381 +industrial_air_pollution n 1 1 @ 1 0 14517852 +industrial_arts n 1 1 @ 1 0 00891345 +industrial_bank n 1 1 @ 1 0 08421291 +industrial_disease n 1 1 @ 1 0 14079493 +industrial_engineering n 1 1 @ 1 0 06134271 +industrial_enterprise n 1 1 @ 1 0 00923802 +industrial_loan_company n 1 1 @ 1 0 08421291 +industrial_management n 1 1 @ 1 0 06134271 +industrial_park n 1 1 @ 1 1 08587985 +industrial_plant n 1 3 @ ~ - 1 0 03956922 +industrial_process n 1 2 @ ~ 1 0 13497928 +industrial_psychology n 1 1 @ 1 0 06138347 +industrial_revolution n 1 1 @ 1 1 15260277 +industrial_union n 1 2 @ ~ 1 0 08233426 +industrial_watercourse n 1 1 @ 1 0 03569174 +industrial_workers_of_the_world n 1 1 @ 1 0 08473173 +industrialisation n 1 2 @ + 1 0 00923802 +industrialism n 1 2 @ + 1 1 08364757 +industrialist n 1 3 @ ~ + 1 0 10204177 +industrialization n 1 2 @ + 1 1 00923802 +industriousness n 1 3 @ ~ + 1 0 04865114 +industry n 3 5 @ ~ + ; - 3 2 08065234 00923444 04865114 +industry_analyst n 1 2 @ ~ 1 0 09791014 +indweller n 2 3 @ ~ + 2 0 13498213 09620078 +inebriant n 1 3 @ ~ + 1 0 07884567 +inebriate n 1 3 @ ~ + 1 0 10037385 +inebriation n 2 3 @ ~ + 2 0 14064644 14018567 +inebriety n 1 2 @ ~ 1 0 14018567 +ineffectiveness n 1 4 ! @ ~ + 1 0 05207963 +ineffectuality n 1 3 @ ~ + 1 0 05207963 +ineffectualness n 1 3 @ ~ + 1 0 05207963 +inefficaciousness n 1 2 @ + 1 0 05208291 +inefficacy n 1 2 ! @ 1 0 05208291 +inefficiency n 1 3 ! @ + 1 0 05648953 +inelasticity n 1 4 ! @ ~ + 1 0 05023233 +inelegance n 1 4 ! @ ~ + 1 0 04815321 +ineligibility n 1 4 ! @ ~ + 1 0 04718134 +ineluctability n 1 1 @ 1 0 04753929 +ineptitude n 2 2 @ ~ 2 0 05648459 05139561 +ineptness n 2 3 @ ~ + 2 0 05648459 04721058 +inequality n 1 3 ! @ ~ 1 1 04752221 +inequity n 1 3 ! @ ~ 1 0 04839676 +inerrancy n 1 4 ! @ + ; 1 0 04805304 +inert_gas n 1 2 @ ~ 1 0 14624369 +inertia n 2 3 @ ~ ; 2 1 04635631 11468763 +inertial_frame n 1 1 @ 1 0 06010583 +inertial_guidance n 1 1 @ 1 0 00816841 +inertial_guidance_system n 1 2 @ #p 1 0 03569293 +inertial_mass n 1 2 @ ; 1 0 05025693 +inertial_navigation n 1 1 @ 1 0 00816841 +inertial_navigation_system n 1 2 @ #p 1 0 03569293 +inertial_reference_frame n 1 1 @ 1 0 06010583 +inertness n 1 2 @ + 1 0 04776572 +inessential n 1 3 ! @ ~ 1 0 09312645 +inessentiality n 1 4 ! @ ~ + 1 0 05172815 +inevitability n 1 2 @ + 1 1 04754056 +inevitable n 1 1 @ 1 1 07330250 +inevitable_accident n 1 1 @ 1 0 07315350 +inevitableness n 1 2 @ + 1 0 04754056 +inexactitude n 1 2 @ ~ 1 0 04804611 +inexactness n 1 4 ! @ ~ + 1 0 04804611 +inexorability n 1 2 @ + 1 0 04831437 +inexorableness n 1 2 @ + 1 0 04831437 +inexpedience n 1 3 ! @ + 1 0 05165303 +inexpediency n 1 3 ! @ + 1 0 05165303 +inexpensiveness n 1 4 ! @ ~ + 1 0 05146739 +inexperience n 1 3 ! @ + 1 1 05988956 +inexperienced_person n 1 2 @ ~ 1 1 09621359 +inexplicitness n 1 4 ! @ ~ + 1 0 04824819 +infallibility n 1 4 ! @ ~ + 1 0 04805136 +infamy n 2 4 ! @ ~ + 2 0 14441230 14439012 +infancy n 2 3 @ %p + 2 1 15145586 14427239 +infant n 1 3 @ ~ + 1 1 09827683 +infant's-breath n 1 1 @ 1 0 12666369 +infant_death n 1 1 @ 1 0 14310292 +infant_deathrate n 1 1 @ 1 0 15285622 +infant_feeding n 1 2 @ ~ 1 0 01058049 +infant_mortality n 1 1 @ 1 0 15285622 +infant_mortality_rate n 1 1 @ 1 0 15285622 +infant_prodigy n 1 1 @ 1 0 09918867 +infant_school n 1 1 @ 1 0 08277709 +infanticide n 2 1 @ 2 0 10204833 01250492 +infantile_amaurotic_idiocy n 1 1 @ 1 0 14169364 +infantile_autism n 1 1 @ 1 0 05897255 +infantile_fixation n 1 1 @ 1 0 14503354 +infantile_paralysis n 1 1 @ 1 0 14140176 +infantilism n 2 2 @ ~ 2 0 14507787 00738872 +infantry n 1 3 @ ~ ; 1 1 08390157 +infantryman n 1 2 @ ~ 1 1 10204921 +infarct n 1 2 @ ~ 1 0 14207561 +infarction n 1 2 @ ~ 1 0 14207561 +infatuation n 3 2 @ + 3 1 07481084 07544351 05813109 +infeasibility n 1 3 ! @ + 1 0 05153359 +infection n 7 5 @ ~ %p + ; 7 1 14174549 13498666 13498404 07360647 06282383 04851421 04811296 +infectious_agent n 1 2 @ ~ 1 0 09312843 +infectious_disease n 1 2 @ ~ 1 1 14127211 +infectious_hepatitis n 1 1 @ 1 1 14130661 +infectious_mononucleosis n 1 1 @ 1 0 14135277 +infectious_polyneuritis n 1 1 @ 1 0 14353622 +infective_agent n 1 2 @ ~ 1 0 09312843 +infelicity n 1 3 ! @ + 1 0 04722051 +inference n 1 3 @ ~ + 1 1 05774614 +inferior n 2 2 ! @ 2 0 10205231 06820212 +inferior_alveolar_artery n 1 1 @ 1 0 05335515 +inferior_cerebellar_artery n 1 1 @ 1 0 05340972 +inferior_cerebral_vein n 1 1 @ 1 0 05362197 +inferior_colliculus n 1 2 @ #p 1 0 05500465 +inferior_conjunction n 1 2 @ ; 1 0 07415396 +inferior_court n 1 1 @ 1 0 08332896 +inferior_epigastric_vein n 1 1 @ 1 0 05366206 +inferior_labial_artery n 1 1 @ 1 0 05349101 +inferior_labial_vein n 1 1 @ 1 0 05371829 +inferior_mesenteric_artery n 1 1 @ 1 0 05351968 +inferior_ophthalmic_vein n 1 1 @ 1 0 05375169 +inferior_planet n 1 2 @ ~ 1 0 09312999 +inferior_pulmonary_vein n 1 1 @ 1 0 05378458 +inferior_rectus n 1 1 @ 1 0 05316674 +inferior_rectus_muscle n 1 1 @ 1 0 05316674 +inferior_thalamostriate_vein n 1 1 @ 1 0 05383348 +inferior_thyroid_vein n 1 1 @ 1 0 05383791 +inferior_vena_cava n 1 1 @ 1 0 05422852 +inferior_vocal_cord n 1 1 @ 1 0 05530871 +inferior_vocal_fold n 1 1 @ 1 0 05530871 +inferiority n 3 4 ! @ ~ + 3 2 13951444 04730580 05165175 +inferiority_complex n 1 1 @ 1 1 07483120 +infernal n 1 1 @ 1 0 10205344 +infernal_machine n 1 1 @ 1 0 04436832 +infernal_region n 2 4 @ ~ %p ; 2 0 05629682 05629381 +inferno n 3 4 @ ~ + ; 3 0 08582837 07303697 05629682 +infertility n 1 4 ! @ ~ + 1 0 14045507 +infestation n 2 3 @ ~ + 2 0 14452616 07996412 +infidel n 1 2 @ ~ 1 0 10166394 +infidelity n 1 3 ! @ ~ 1 1 04878861 +infield n 1 6 ! @ #p %p + ; 1 1 02799593 +infielder n 1 4 @ ~ + ; 1 1 10205457 +infiltration n 2 3 @ + ; 2 1 00976698 13534274 +infiltrator n 2 2 @ + 2 0 10205833 10205714 +infinite n 1 3 @ ~ %p 1 0 00028651 +infiniteness n 1 3 ! @ + 1 0 05209324 +infinitesimal n 1 2 @ ; 1 0 05864047 +infinitesimal_calculus n 1 3 @ ~ ; 1 0 06013741 +infinitive n 1 3 @ ~ + 1 1 06318904 +infinitude n 2 1 @ 2 0 13776060 05209324 +infinity n 1 3 @ ~ + 1 0 15243976 +infirmary n 1 3 @ ~ %p 1 1 03540595 +infirmity n 1 3 @ ~ + 1 1 14547643 +infix n 1 2 @ + 1 0 06309272 +infix_notation n 1 1 @ 1 0 06814021 +inflaming n 1 2 @ + 1 0 01261712 +inflammability n 1 2 @ + 1 0 04712568 +inflammation n 4 5 @ ~ #p = + 4 0 14336539 14037011 01261712 00378479 +inflammatory_bowel_disease n 1 2 @ ~ 1 0 14341091 +inflammatory_disease n 1 3 @ ~ %p 1 0 14171682 +inflatable_cushion n 1 1 @ 1 0 02687539 +inflater n 1 2 @ + 1 0 03569494 +inflation n 4 5 ! @ ~ + ; 4 1 13498828 07409255 04817923 00367280 +inflation_rate n 1 1 @ 1 0 15279299 +inflation_therapy n 1 1 @ 1 0 00663714 +inflationary_spiral n 1 2 ! @ 1 0 13499393 +inflator n 1 2 @ + 1 0 03569494 +inflection n 4 3 @ ~ + 4 2 13803782 07083732 07366971 07083958 +inflectional_ending n 1 1 @ 1 0 06309131 +inflectional_morphology n 1 1 @ 1 0 06178238 +inflectional_suffix n 1 1 @ 1 0 06309131 +inflexibility n 2 3 ! @ + 2 0 05024093 04660261 +inflexibleness n 1 2 @ + 1 0 05024093 +inflexion n 1 3 @ ~ + 1 0 13803782 +infliction n 3 4 @ ~ + ; 3 2 01127623 00744758 05830059 +infliximab n 2 1 @ 2 0 15030022 03569657 +inflorescence n 2 3 @ ~ %p 2 0 13439570 11674332 +inflow n 1 3 ! @ ~ 1 1 13499782 +influence n 5 3 @ ~ + 5 4 05194151 00157081 05692910 11414608 10461747 +influence_peddler n 1 1 @ 1 0 10094046 +influential_person n 1 2 @ ~ 1 0 10200781 +influenza n 1 2 @ ~ 1 0 14122497 +influx n 1 3 ! @ ~ 1 1 13499782 +info n 1 2 @ ~ 1 0 06634376 +infolding n 1 1 @ 1 0 13501941 +infomercial n 1 1 @ 1 0 07250198 +informality n 2 4 ! @ ~ + 2 0 04912052 04786994 +informant n 2 3 @ ~ + 2 1 10205985 10786033 +informatics n 1 4 @ ~ %p - 1 0 06142118 +information n 5 4 @ ~ + ; 5 3 06634376 05816287 07237561 08462320 05091527 +information_age n 1 1 @ 1 0 15254933 +information_bulletin n 1 1 @ 1 0 06682683 +information_gathering n 1 2 @ ~ 1 0 00981711 +information_measure n 1 2 @ ~ 1 0 13579287 +information_processing n 1 4 @ ~ %p - 1 0 06142118 +information_processing_system n 1 6 @ ~ #p %p ; - 1 0 03082979 +information_return n 1 1 @ 1 0 06549407 +information_science n 1 4 @ ~ %p - 1 0 06142118 +information_superhighway n 1 1 @ 1 0 04358491 +information_system n 1 2 @ ~ 1 0 03164344 +information_technology n 1 1 @ 1 0 06134510 +information_theory n 1 2 @ ; 1 0 06108643 +information_warfare n 1 1 @ 1 0 00996180 +informational_rna n 1 1 @ 1 0 14832770 +informed_consent n 1 1 @ 1 0 07175863 +informer n 1 3 @ ~ + 1 0 10206173 +informer's_privilege n 1 1 @ 1 0 05179993 +informercial n 1 1 @ 1 0 07250198 +informing n 2 3 @ ~ + 2 0 07214994 07212190 +infotainment n 1 1 @ 1 0 06616806 +infraction n 1 3 @ ~ + 1 0 00770270 +infraorbital_artery n 1 1 @ 1 0 05348054 +infrared n 2 2 @ #p 2 1 05056811 11469481 +infrared_emission n 1 1 @ 1 1 11469481 +infrared_frequency n 1 2 @ #p 1 0 05056811 +infrared_lamp n 1 1 @ 1 0 03509394 +infrared_light n 1 1 @ 1 0 11469481 +infrared_radiation n 1 1 @ 1 1 11469481 +infrared_ray n 1 1 @ 1 0 11472820 +infrared_spectrum n 1 3 @ #p %p 1 1 11469691 +infrared_therapy n 1 1 @ 1 0 00663488 +infrastructure n 2 3 @ #p %p 2 0 03570372 03569964 +infrequency n 1 2 @ + 1 0 05117237 +infrigidation n 1 1 @ 1 0 13548531 +infringement n 2 3 @ ~ + 2 0 00770543 00770270 +infringement_of_copyright n 1 2 @ ~ 1 0 00770834 +infructescence n 1 1 @ 1 0 13499923 +infundibulum n 1 3 @ ~ #p 1 0 05229990 +infuriation n 1 2 @ + 1 0 07517417 +infusion n 4 4 @ ~ + ; 4 0 14848785 13500023 00323532 00248748 +infusoria n 1 3 @ #m %m 1 0 01395531 +infusorian n 1 2 @ #m 1 0 01395773 +inga n 1 2 @ #m 1 0 11761650 +inga_edulis n 1 2 @ #m 1 0 11761836 +inga_laurina n 1 2 @ #m 1 0 11762018 +ingathering n 1 2 @ ~ 1 0 06513764 +inge n 2 1 @ 2 0 11071677 11071574 +ingeniousness n 2 3 @ ~ + 2 0 05633672 04730367 +ingenue n 3 1 @ 3 0 10206629 10206506 05929780 +ingenuity n 2 3 @ ~ + 2 0 05633672 04730367 +ingenuousness n 2 4 ! @ ~ + 2 0 04880830 04872531 +inger n 1 2 @ #m 1 0 09706548 +ingerman n 1 2 @ #m 1 0 09706548 +ingesta n 1 1 @ 1 0 07560422 +ingestion n 1 3 @ ~ + 1 0 00838098 +inglenook n 1 1 @ 1 0 03017835 +ingmar_bergman n 1 1 @ 1 0 10846224 +ingot n 1 2 @ ~ 1 0 03570526 +ingot_iron n 1 1 @ 1 0 14801845 +ingraining n 1 1 @ 1 0 00889082 +ingrate n 1 1 @ 1 0 10206763 +ingratiation n 1 1 @ 1 0 00160073 +ingratitude n 1 2 ! @ 1 1 07504711 +ingredient n 3 3 @ ~ #p 3 2 03570709 05868954 07809096 +ingres n 1 1 @ 1 0 11071838 +ingress n 2 5 ! @ ~ #p ; 2 0 07322341 00049003 +ingrian n 2 2 @ #m 2 0 09706548 06958522 +ingrid_bergman n 1 1 @ 1 0 10846400 +ingroup n 1 2 @ ~ 1 1 08240633 +ingrown_hair n 1 1 @ 1 0 05254627 +ingrown_toenail n 1 1 @ 1 0 05584605 +ingrowth n 1 1 @ 1 0 09313159 +inguen n 1 3 @ #p + 1 0 05597734 +inguinal_canal n 1 1 @ 1 0 05386544 +inguinal_hernia n 1 1 @ 1 0 14296802 +inh n 1 1 @ 1 0 03587715 +inhabitancy n 1 3 @ ~ + 1 0 01054545 +inhabitant n 1 3 @ ~ + 1 1 09620078 +inhabitation n 1 3 @ ~ + 1 0 01054545 +inhalant n 2 2 @ + 2 0 14919156 03571155 +inhalation n 2 4 @ ~ #p + 2 1 00836788 03571155 +inhalation_anaesthetic n 1 2 @ ~ 1 0 03570838 +inhalation_anesthesia n 1 1 @ 1 0 14029943 +inhalation_anesthetic n 1 2 @ ~ 1 0 03570838 +inhalation_anthrax n 1 1 @ 1 0 14072934 +inhalation_general_anaesthetic n 1 2 @ ~ 1 0 03570838 +inhalation_general_anesthetic n 1 2 @ ~ 1 0 03570838 +inhalator n 2 4 @ ~ %p + 2 0 04080833 03571280 +inhaler n 1 1 @ 1 0 03571280 +inharmoniousness n 1 2 @ + 1 0 04984809 +inherence n 1 2 @ + 1 0 13958138 +inherency n 1 1 @ 1 0 13958138 +inherent_aptitude n 1 2 @ ~ 1 0 05622723 +inheritance n 4 5 @ ~ %p + ; 4 1 00083585 13262913 04922338 04921011 +inheritance_tax n 1 1 @ 1 0 13313322 +inherited_disease n 1 2 @ ~ 1 0 14151139 +inherited_disorder n 1 2 @ ~ 1 0 14151139 +inherited_wealth n 1 2 @ ~ 1 0 14492249 +inheritor n 1 3 @ ~ + 1 0 10168584 +inheritress n 1 1 @ 1 0 10169147 +inheritrix n 1 1 @ 1 0 10169147 +inhibition n 4 4 @ ~ + ; 4 2 01070892 04884072 13500214 00201923 +inhibitor n 1 4 ! @ ~ + 1 0 14724436 +inhomogeneity n 1 1 @ 1 0 04769362 +inhospitableness n 2 3 ! @ + 2 0 14519942 04658942 +inhospitality n 1 3 ! @ + 1 0 06631661 +inhuman_treatment n 1 2 @ ~ 1 0 00424599 +inhumaneness n 1 4 ! @ ~ + 1 0 04830102 +inhumanity n 2 3 @ ~ + 2 0 04830102 00424767 +inhumation n 1 2 @ + 1 0 07451687 +inigo_jones n 1 1 @ 1 0 11090235 +inion n 1 2 @ #p 1 0 05233238 +iniquity n 3 3 @ ~ + 3 0 14563564 00745637 00744616 +initial n 1 2 @ + 1 1 06830997 +initial_offering n 1 1 @ 1 0 01094575 +initial_public_offering n 1 1 @ 1 0 01094575 +initial_rhyme n 1 1 @ 1 0 07097094 +initialisation n 1 3 @ + ; 1 0 06637350 +initialization n 1 3 @ + ; 1 0 06637350 +initiate n 3 4 ! @ ~ + 3 0 10363913 10206887 07948518 +initiation n 4 3 @ ~ + 4 2 07453195 00240184 04890546 00156390 +initiative n 2 2 @ ~ 2 2 04836074 00239230 +initiator n 1 3 @ ~ + 1 0 10209082 +injectant n 1 2 @ + 1 0 14849215 +injection n 3 3 @ ~ + 3 1 00322634 14849215 00697365 +injector n 1 2 @ + 1 0 03571439 +injudiciousness n 2 3 ! @ + 2 0 05616092 04891558 +injun n 1 2 @ ; 1 0 09667205 +injunction n 2 4 @ ~ + ; 2 0 07170467 06542830 +injured_party n 1 1 @ 1 0 09899671 +injuriousness n 1 3 @ ~ + 1 0 05166072 +injury n 5 4 @ ~ + ; 5 2 14285662 07313636 07340249 00744443 00744305 +injustice n 2 3 ! @ ~ 2 1 00744616 04854389 +ink n 2 3 @ ~ + 2 1 14917635 05404598 +ink-jet_printer n 1 2 @ ~ 1 0 03571942 +ink_bottle n 1 1 @ 1 0 03571625 +ink_cartridge n 1 2 @ #p 1 0 03571706 +ink_eraser n 1 1 @ 1 0 03571853 +inka n 2 2 @ ; 2 0 09727191 08488833 +inkberry n 1 1 @ 1 0 12757458 +inkblot n 1 1 @ 1 0 04695102 +inkblot_test n 1 1 @ 1 0 01007907 +inkiness n 1 3 @ ~ + 1 0 04960277 +inking_pad n 1 1 @ 1 0 03872885 +inkle n 1 1 @ 1 0 03572107 +inkling n 1 1 @ 1 1 05916306 +inkpad n 1 1 @ 1 0 03872885 +inkpot n 1 1 @ 1 0 03571625 +inkstand n 2 1 @ 2 0 03572321 03572205 +inkwell n 1 1 @ 1 0 03572321 +inky-cap_mushroom n 1 2 @ #m 1 0 13005984 +inky_cap n 1 2 @ #m 1 0 13005984 +inla n 1 2 @ ; 1 0 08024408 +inland_bill n 1 1 @ 1 0 13377899 +inland_passage n 1 2 @ #p 1 0 09313241 +inland_revenue n 1 2 @ ; 1 0 08143486 +inland_sea n 1 2 @ #p 1 0 09313454 +inlay n 2 4 @ ~ + ; 2 0 03572631 03572449 +inlet n 2 3 @ ~ #p 2 1 09313716 03576617 +inlet_manifold n 1 2 @ #p 1 0 03572832 +inmarriage n 1 2 @ + 1 0 13965049 +inmate n 3 2 @ ~ 3 3 10207370 10207681 09962966 +inn n 1 2 @ ~ 1 1 03541696 +innards n 1 1 @ 1 0 05298988 +innate_immunity n 1 2 @ ~ 1 0 14528571 +innate_reflex n 1 2 @ ~ 1 0 00863513 +innateness n 1 2 @ + 1 0 04739630 +inner_circle n 1 2 @ ~ 1 0 08240633 +inner_city n 1 2 @ #p 1 1 08543625 +inner_ear n 1 3 @ #p %p 1 0 05321307 +inner_hebrides n 1 3 @ #p %p 1 0 08893492 +inner_light n 1 1 @ 1 0 09184668 +inner_mongolia n 1 3 @ #p %p 1 0 08729971 +inner_product n 1 1 @ 1 0 05864884 +inner_resource n 1 1 @ 1 0 05155650 +inner_tube n 1 2 @ #p 1 0 03573005 +innersole n 1 2 @ #p 1 0 03573848 +innervation n 2 2 @ + 2 0 14036356 05088189 +inning n 1 4 @ #p %p ; 1 1 15255804 +innings n 1 4 @ ~ #p ; 1 0 00457228 +innkeeper n 1 2 @ ~ 1 0 10186774 +innocence n 3 4 ! @ ~ + 3 1 04880830 13990064 13989627 +innocency n 1 1 @ 1 0 04881033 +innocense n 1 2 @ #m 1 0 12881631 +innocent n 1 2 @ ~ 1 0 09621359 +innocent_iii n 1 1 @ 1 0 11071960 +innocent_viii n 1 1 @ 1 0 11072189 +innocent_xi n 1 1 @ 1 0 11072396 +innocent_xii n 1 1 @ 1 0 11072673 +innocents'_day n 1 1 @ 1 0 15192116 +innominate_artery n 1 1 @ 1 0 05348269 +innominate_bone n 1 3 @ #p %p 1 0 05274959 +innominate_vein n 1 1 @ 1 0 05359516 +innovation n 3 3 @ ~ + 3 2 03582658 05633385 00240184 +innovativeness n 1 2 @ + 1 0 05634767 +innovator n 1 2 @ + 1 0 10434725 +innsbruck n 1 2 @ #p 1 0 08847024 +innuendo n 1 1 @ 1 0 07238455 +innumerableness n 1 2 @ + 1 0 05122419 +inocor n 1 2 @ ; 1 0 02706373 +inoculant n 1 3 @ + ; 1 0 14919272 +inoculating n 1 3 @ ~ + 1 0 00824054 +inoculation n 1 2 @ + 1 1 00823884 +inoculator n 1 2 @ + 1 0 10207514 +inoculum n 1 2 @ ; 1 0 14919272 +inopportuneness n 1 3 ! @ + 1 0 04723107 +inordinateness n 1 3 @ ~ + 1 0 05118437 +inorganic_chemistry n 1 1 @ 1 0 06089314 +inorganic_compound n 1 2 @ ~ 1 0 14919511 +inorganic_phosphate n 1 2 @ ~ 1 0 14982265 +inosculation n 1 2 @ + 1 0 05249420 +inosine n 1 1 @ 1 0 14919635 +inositol n 1 1 @ 1 0 14919819 +inpatient n 1 2 ! @ 1 0 10207681 +inpour n 1 1 @ 1 0 13500437 +inpouring n 1 1 @ 1 0 13500437 +input n 4 2 @ ~ 4 1 07264820 06765044 05827684 03573154 +input_data n 1 2 @ ; 1 0 06510478 +input_device n 1 2 @ ~ 1 0 03163973 +input_file n 1 2 @ ; 1 0 06510478 +input_program n 1 2 @ %p 1 0 06575092 +input_routine n 1 2 @ #p 1 0 06583645 +input_signal n 1 1 @ 1 0 07264820 +inquest n 1 1 @ 1 1 00637810 +inquietude n 1 2 @ ~ 1 0 07525057 +inquirer n 1 3 @ ~ + 1 0 10207831 +inquiring n 1 3 @ ~ + 1 0 07193184 +inquiry n 3 3 @ ~ + 3 3 05797597 07193596 00636728 +inquiry_agent n 1 2 @ ; 1 0 10208189 +inquisition n 2 2 @ ~ 2 0 08333030 07194676 +inquisitiveness n 1 3 @ ~ + 1 0 05683197 +inquisitor n 2 3 @ ~ + 2 1 10208287 10208432 +inr n 1 3 @ #m #p 1 0 08138686 +inroad n 2 1 @ 2 1 00733753 00977132 +inrush n 1 1 @ 1 0 13500437 +ins n 1 3 @ #p %p 1 0 08136502 +insalubriousness n 1 3 ! @ + 1 0 04791928 +insalubrity n 1 3 ! @ + 1 0 04791928 +insane_asylum n 1 2 @ ~ 1 0 03746574 +insaneness n 1 2 @ + 1 0 14395240 +insanity n 1 4 ! @ ~ + 1 1 14395018 +insanity_plea n 1 2 @ ; 1 0 06561744 +inscription n 3 4 @ ~ + ; 3 1 06405699 06406317 00615011 +inscrutability n 1 2 @ + 1 1 04822524 +insect n 2 6 @ ~ #m %p + - 2 1 02159955 10792028 +insect_bite n 1 2 @ ~ 1 0 14297870 +insect_powder n 1 3 @ ~ %s 1 0 14919948 +insect_repellant n 1 1 @ 1 0 14920252 +insect_repellent n 1 1 @ 1 0 14920252 +insecta n 1 3 @ #m %m 1 0 02159271 +insecticide n 1 3 @ ~ %s 1 0 14919948 +insectifuge n 1 1 @ 1 0 14920252 +insectivora n 1 3 @ #m %m 1 0 01888520 +insectivore n 2 4 @ ~ #m + 2 0 01889074 01324799 +insecureness n 1 3 ! @ + 1 0 14544159 +insecurity n 2 4 ! @ ~ + 2 0 14541677 07524918 +insemination n 2 4 @ ~ #p + 2 0 00919692 00845178 +insensibility n 2 4 ! @ ~ + 2 0 05680982 04844625 +insensitiveness n 1 4 ! @ ~ + 1 0 04844024 +insensitivity n 1 4 ! @ ~ + 1 0 04844024 +insentience n 1 3 ! @ + 1 0 05006749 +insert n 4 4 @ ~ + ; 4 0 06396812 03573282 00384510 00384329 +insertion n 2 3 @ ~ + 2 0 06722186 00320852 +insertional_mutagenesis n 1 2 @ ; 1 0 07426241 +insessores n 1 2 @ #m 1 0 01523656 +inset n 3 4 @ ~ #p + 3 1 03573464 03573282 03471190 +inside n 2 3 ! @ ~ 2 2 08588294 08588152 +inside_caliper n 1 1 @ 1 0 03573574 +inside_clinch n 1 1 @ 1 0 03573739 +inside_information n 1 2 @ ~ 1 0 06635944 +inside_job n 1 1 @ 1 1 00767633 +inside_loop n 1 1 @ 1 0 00170005 +inside_passage n 1 2 @ #p 1 0 09313241 +inside_track n 2 2 @ #p 2 1 05158975 09314013 +insider n 1 1 @ 1 0 10208583 +insider_information n 1 1 @ 1 0 06651854 +insider_trading n 1 1 @ 1 0 00080242 +insidiousness n 2 2 @ + 2 0 05166260 04880138 +insight n 4 2 @ ~ 4 3 05710356 07513247 05807306 05708207 +insightfulness n 1 2 @ + 1 0 05621808 +insignia n 1 2 @ ~ 1 0 06883073 +insignia_of_rank n 1 2 @ ; 1 0 06884670 +insignificance n 1 4 ! @ ~ + 1 1 05173579 +insincerity n 1 4 ! @ ~ + 1 0 04867871 +insinuation n 2 2 @ + 2 1 07238455 00160073 +insipidity n 2 2 @ + 2 0 05206006 04997282 +insipidness n 2 2 @ + 2 0 05206006 04997282 +insistence n 3 3 @ ~ + 3 1 07191777 14451349 01214557 +insistency n 2 2 @ + 2 0 14451349 01214557 +insisting n 1 3 @ ~ + 1 0 07191777 +insobriety n 1 2 @ ~ 1 0 14018567 +insolation n 3 2 @ + 3 0 14204586 11509968 00662972 +insole n 1 2 @ #p 1 0 03573848 +insolence n 2 3 @ ~ + 2 1 04915866 01224914 +insolubility n 2 3 ! @ + 2 0 05215699 05210373 +insolvency n 1 4 ! @ ~ + 1 0 14478291 +insolvent n 1 1 @ 1 0 09838370 +insomnia n 1 2 ! @ 1 0 14023374 +insomniac n 1 1 @ 1 0 10208748 +insouciance n 1 2 @ + 1 1 07530866 +inspection n 1 3 @ ~ + 1 1 00879271 +inspection_and_repair n 1 2 @ ~ 1 0 00268112 +inspector n 2 3 @ ~ + 2 1 10208847 10067968 +inspector_general n 1 2 @ ; 1 0 10208950 +inspector_maigret n 1 1 @ 1 0 09600764 +inspectorate n 1 1 @ 1 0 08414040 +inspectorship n 1 2 @ + 1 0 00593613 +inspiration n 6 5 @ ~ #p + ; 6 2 05834567 03574004 05797473 05686690 01261845 00836788 +inspirer n 1 2 @ + 1 0 10118382 +inspissation n 2 2 @ + 2 0 13500557 00357906 +instability n 4 3 ! @ ~ 4 2 13975659 04806067 14004149 04775747 +installation n 3 3 @ ~ + 3 2 00240938 03315023 07453195 +installation_charge n 1 1 @ 1 0 13324609 +installing n 1 2 @ + 1 0 00240938 +installment n 4 4 @ ~ #p + 4 1 13301715 06621771 06391766 00240938 +installment_buying n 1 2 @ ~ 1 0 13296593 +installment_credit n 1 1 @ 1 0 13375167 +installment_debt n 1 1 @ 1 0 13398859 +installment_loan n 1 1 @ 1 0 13375167 +installment_plan n 1 2 @ ~ 1 0 13296593 +installment_rate n 1 1 @ 1 0 13281770 +instalment n 3 4 @ ~ #p + 3 0 06621771 06391766 00240938 +instance n 2 3 @ ~ + 2 2 07308889 05820620 +instancy n 2 3 @ + ; 2 1 05059525 05172131 +instant n 2 3 @ ~ + 2 2 15247110 15244650 +instant_coffee n 1 1 @ 1 0 07920663 +instant_replay n 1 2 @ ; 1 0 01020117 +instantaneous_sound_pressure n 1 1 @ 1 0 11497378 +instantaneousness n 1 2 @ + 1 0 05059525 +instantiation n 1 2 @ + 1 0 05927169 +instar n 1 1 @ 1 0 02309242 +instauration n 1 2 @ ~ 1 0 00240184 +instep n 2 3 @ ~ #p 2 0 05576950 03574243 +instigant n 1 3 @ ~ + 1 0 10209246 +instigation n 2 2 @ + 2 0 07251619 00156625 +instigator n 2 3 @ ~ + 2 0 10209246 10209082 +instillation n 2 3 @ ~ + 2 1 00321731 14920728 +instillator n 1 2 @ + 1 0 03574416 +instilling n 1 2 @ + 1 0 00889082 +instillment n 1 3 @ ~ + 1 0 00321731 +instilment n 1 3 @ ~ + 1 0 00321731 +instinct n 1 2 @ ~ 1 1 05622723 +instinctive_reflex n 1 2 @ ~ 1 0 00863513 +institute n 1 1 @ 1 1 08407330 +institution n 5 3 @ ~ + 5 4 08053576 03574555 05669350 00240184 03746574 +instroke n 1 1 @ 1 0 07351380 +instruction n 4 7 @ ~ #p %p + ; - 4 3 06786629 00883297 00887081 06584891 +instruction_book n 1 1 @ 1 0 06413130 +instruction_execution n 1 4 @ ~ #p ; 1 0 13477462 +instruction_manual n 1 1 @ 1 0 06422144 +instructions n 1 1 @ 1 1 06422144 +instructor n 1 4 @ ~ #m + 1 1 10694258 +instructorship n 1 2 @ + 1 0 00593732 +instructress n 1 1 @ 1 0 10209539 +instrument n 6 4 @ ~ + ; 6 3 03574816 00173761 10209616 06479665 06332731 03800933 +instrument_flying n 1 1 @ 1 1 00816419 +instrument_landing n 1 1 @ 1 0 00305858 +instrument_of_execution n 1 3 @ ~ %p 1 0 03575691 +instrument_of_punishment n 1 2 @ ~ 1 0 03575958 +instrument_of_torture n 1 2 @ ~ 1 0 03576215 +instrument_panel n 1 3 @ ~ %p 1 1 03098140 +instrumental_conditioning n 1 1 @ 1 0 05759487 +instrumental_music n 2 1 @ 2 0 07038767 00544731 +instrumental_role n 1 1 @ 1 0 06332731 +instrumentalism n 1 1 @ 1 0 05975051 +instrumentalist n 1 4 @ ~ #m + 1 1 10340312 +instrumentality n 3 4 @ ~ #p + 3 2 08146135 05150458 03575240 +instrumentation n 4 3 @ ~ + 4 2 03575240 00097348 07038910 00939818 +insubordination n 2 3 ! @ ~ 2 1 04908182 01179393 +insubstantiality n 2 4 ! @ ~ + 2 0 05041595 04761815 +insufficiency n 3 5 ! @ ~ + ; 3 0 14463471 14113471 05113133 +insufflation n 2 3 @ + ; 2 0 13500674 00835830 +insulant n 1 3 @ ~ + 1 0 14920844 +insularism n 1 1 @ 1 0 14415518 +insularity n 1 2 @ + 1 1 14415518 +insulating_material n 1 2 @ ~ 1 0 14920844 +insulating_tape n 1 1 @ 1 0 03396841 +insulation n 3 3 @ ~ + 3 1 14415518 14920844 00827010 +insulator n 1 4 ! @ ~ + 1 0 14821590 +insulin n 1 2 @ ~ 1 1 05410646 +insulin-dependent_diabetes_mellitus n 1 2 @ %p 1 0 14118423 +insulin_reaction n 1 2 @ %p 1 0 14068177 +insulin_shock n 2 2 @ %p 2 0 14068177 00706847 +insulin_shock_therapy n 1 1 @ 1 0 00706847 +insulin_shock_treatment n 1 1 @ 1 0 00706847 +insult n 2 3 @ ~ + 2 1 06715223 01225027 +insurability n 1 2 ! @ 1 0 04717787 +insurable_interest n 1 1 @ 1 0 13287540 +insurance n 3 3 @ ~ + 3 2 13344804 06523641 14539826 +insurance_agent n 1 1 @ 1 0 10209731 +insurance_broker n 1 1 @ 1 0 10209731 +insurance_claim n 1 1 @ 1 1 01062136 +insurance_company n 1 1 @ 1 1 08070465 +insurance_coverage n 1 1 @ 1 0 13344664 +insurance_firm n 1 1 @ 1 1 08070465 +insurance_policy n 1 2 @ ~ 1 0 06523641 +insurance_premium n 1 1 @ 1 1 13301620 +insurance_underwriter n 1 1 @ 1 0 08070465 +insured n 1 1 @ 1 0 10209888 +insured_person n 1 1 @ 1 0 10209888 +insurer n 1 2 @ + 1 0 08070465 +insurgence n 1 1 @ 1 0 00963241 +insurgency n 1 2 @ + 1 0 00963241 +insurgent n 2 3 @ ~ #m 2 0 10210137 10150556 +insurrection n 1 3 @ ~ + 1 1 00962129 +insurrectionism n 1 1 @ 1 0 05872362 +insurrectionist n 1 3 @ ~ + 1 0 10210137 +intactness n 1 2 @ + 1 0 14460407 +intaglio n 2 2 @ ~ 2 0 06678784 03576443 +intaglio_printing n 1 2 @ ~ 1 0 06678784 +intake n 3 3 @ ~ #p 3 1 00838098 03576617 00836788 +intake_manifold n 1 2 @ #p 1 0 03576779 +intake_valve n 1 2 @ #p 1 0 03576955 +intangibility n 1 3 ! @ + 1 0 04760296 +intangible n 1 2 @ ~ 1 1 13332670 +intangible_asset n 1 2 @ ~ 1 0 13332670 +intangibleness n 1 2 @ + 1 0 04760296 +integer n 1 2 @ ~ 1 1 13728499 +integral n 1 3 @ ~ + 1 1 06015505 +integral_calculus n 1 2 @ ; 1 0 06015271 +integrality n 1 3 @ ~ + 1 0 14461231 +integrated_circuit n 1 2 @ #p 1 0 03577090 +integrated_data_processing n 1 1 @ 1 0 13500860 +integrated_logistic_support n 1 1 @ 1 0 01216738 +integrating n 1 2 @ + 1 1 01202415 +integration n 3 4 ! @ ~ + 3 3 01202415 01237415 00871418 +integrator n 1 2 @ + 1 0 03577312 +integrity n 2 4 @ ~ #p = 2 2 14460565 04869569 +integument n 1 2 @ + 1 0 05239243 +integumentary_system n 1 2 @ %p 1 0 05461179 +intellect n 3 4 @ ~ = + 3 2 05618849 05651680 09621545 +intellection n 1 2 @ ~ 1 0 05770926 +intellectual n 1 2 @ ~ 1 1 09621545 +intellectual_nourishment n 1 2 @ ~ 1 0 05811214 +intellectual_property n 1 1 @ 1 0 13245338 +intellectualisation n 1 2 @ ; 1 0 13501059 +intellectualization n 1 2 @ ; 1 0 13501059 +intelligence n 5 5 ! @ ~ = + 5 2 05617606 08339454 06642672 06642138 00981830 +intelligence_activity n 1 2 @ ~ 1 0 00981830 +intelligence_agency n 1 2 @ ~ 1 0 08339454 +intelligence_agent n 1 2 @ ~ 1 0 10569411 +intelligence_analyst n 1 1 @ 1 0 10210512 +intelligence_cell n 1 1 @ 1 0 08359432 +intelligence_community n 1 4 @ %m %p ; 1 0 08340153 +intelligence_information n 1 2 @ ~ 1 0 06642672 +intelligence_officer n 1 2 @ ~ 1 0 10569411 +intelligence_operation n 1 2 @ ~ 1 0 00981830 +intelligence_quotient n 1 2 @ ~ 1 0 13821977 +intelligence_service n 1 2 @ ~ 1 0 08339454 +intelligence_test n 1 2 @ ~ 1 1 01007053 +intelligentsia n 1 2 @ ~ 1 0 08387354 +intelligibility n 1 4 ! @ ~ + 1 0 04819496 +intelnet n 1 1 @ 1 0 03577474 +intemperance n 3 3 ! @ ~ 3 0 04885271 00748011 00747671 +intemperateness n 2 3 @ ~ + 2 0 00748011 00747671 +intensification n 2 4 @ ~ + ; 2 1 00374224 00374677 +intensifier n 1 3 @ + - 1 0 06321054 +intension n 1 2 @ + 1 0 06602935 +intensity n 4 5 @ ~ #s = + 4 2 05099796 05036394 04990220 04975340 +intensity_level n 1 2 @ ~ 1 0 05099796 +intensive n 1 2 @ - 1 0 06321054 +intensive_care n 1 1 @ 1 0 00711265 +intensive_care_unit n 1 3 @ ~ #p 1 0 08146593 +intensiveness n 1 3 @ ~ + 1 0 05036394 +intent n 2 3 @ ~ + 2 2 05982152 06605897 +intention n 3 4 @ ~ + ; 3 2 05982152 05982720 00163233 +intentionality n 1 3 @ = + 1 0 04661389 +intentness n 1 2 @ + 1 1 04865722 +inter-group_communication n 1 1 @ 1 0 06261260 +inter-service_support n 1 2 @ ; 1 0 01217306 +inter-services_intelligence n 1 2 @ ; 1 0 08343534 +inter_vivos_trust n 1 1 @ 1 0 13362918 +interaction n 2 4 @ ~ + ; 2 1 00039021 11516113 +interactive_multimedia n 1 2 @ %p 1 0 06261922 +interactive_multimedia_system n 1 2 @ %p 1 0 06261922 +interagency_support n 1 1 @ 1 0 01217052 +interahamwe n 1 2 @ ; 1 0 08016900 +interbank_loan n 1 1 @ 1 0 13374887 +interbrain n 1 3 @ #p %p 1 0 05496990 +interbreeding n 2 4 @ ~ + ; 2 0 00850425 00849768 +intercalary_year n 1 1 @ 1 0 15202230 +intercalation n 1 2 @ #p 1 0 15172664 +intercapitular_vein n 1 2 @ #p 1 0 05370410 +intercellular_substance n 1 2 @ #p 1 0 05582305 +intercept n 1 1 @ 1 1 06011793 +interception n 2 3 @ + ; 2 0 01078279 00139758 +interceptor n 1 2 @ + 1 1 03577672 +intercession n 2 3 @ ~ + 2 0 07190188 01240210 +intercessor n 1 2 @ ~ 1 0 09624559 +interchange n 4 4 @ ~ #p + 4 2 03577818 00040152 01166258 01093085 +interchangeability n 1 3 @ ~ + 1 0 04735929 +interchangeableness n 1 3 @ ~ + 1 0 04735929 +intercom n 1 3 @ ~ %p 1 0 03578055 +intercom_speaker n 1 2 @ #p 1 0 04292572 +intercommunication n 1 3 @ ~ + 1 0 06252743 +intercommunication_system n 1 3 @ ~ %p 1 0 03578055 +intercommunion n 1 1 @ 1 0 01036624 +interconnectedness n 1 2 @ + 1 1 14420240 +interconnection n 2 3 @ + ; 2 0 14420240 00145929 +intercontinental_ballistic_missile n 1 2 @ ~ 1 1 03578251 +intercostal n 1 2 @ + 1 0 05552287 +intercostal_artery n 1 1 @ 1 0 05348540 +intercostal_muscle n 1 1 @ 1 0 05552287 +intercostal_vein n 1 1 @ 1 0 05370636 +intercourse n 2 3 @ ~ %p 2 1 07134445 00845523 +interdepartmental_support n 1 1 @ 1 0 01217052 +interdependence n 1 3 @ ~ + 1 1 13841863 +interdependency n 1 3 @ ~ + 1 0 13841863 +interdict n 2 3 @ + ; 2 0 06710330 06558088 +interdiction n 2 3 @ + ; 2 0 07255299 06558088 +interdiction_fire n 1 1 @ 1 0 00991642 +interest n 7 5 @ ~ = + ; 7 7 05682950 05143077 05192451 13318584 13286801 07968702 00431552 +interest_expense n 1 1 @ 1 0 13276519 +interest_group n 1 3 @ ~ ; 1 0 07968702 +interest_rate n 1 2 @ ~ 1 1 13319032 +interestedness n 1 2 @ + 1 0 05671217 +interestingness n 1 5 ! @ ~ = + 1 0 05192451 +interface n 4 4 @ ~ + ; 4 1 03578435 06575227 05764779 03578656 +interfacial_surface_tension n 1 1 @ 1 0 11518168 +interfacial_tension n 1 1 @ 1 1 11518168 +interference n 5 5 ! @ ~ + ; 5 4 06661562 01073995 07430211 00562643 03520811 +interference_fringe n 1 1 @ 1 0 11459748 +interferometer n 1 1 @ 1 1 03578981 +interferon n 1 2 @ ~ 1 0 03579137 +intergalactic_space n 1 2 @ #p 1 0 08501887 +interim n 1 2 @ ~ 1 1 15272887 +interim_overhaul n 1 1 @ 1 0 00268341 +interior n 3 4 @ ~ %p + 3 1 08588294 08588152 08139000 +interior_angle n 1 2 @ ~ 1 0 13890391 +interior_decoration n 2 2 @ ~ 2 0 03579355 00608354 +interior_decorator n 1 2 @ ~ 1 0 10210648 +interior_department n 1 2 @ %p 1 0 08139000 +interior_design n 2 2 @ ~ 2 2 00608354 06124864 +interior_designer n 1 2 @ ~ 1 1 10210648 +interior_door n 1 3 @ ~ #p 1 0 03579538 +interior_live_oak n 1 1 @ 1 0 12280060 +interior_monologue n 1 1 @ 1 0 06374241 +interior_secretary n 2 2 @ #m 2 0 10572889 00602220 +interjection n 2 2 @ + 2 0 07125958 01068184 +interlaken n 1 2 @ #p 1 0 09032843 +interlanguage n 1 1 @ 1 0 06906116 +interlayer n 1 1 @ 1 1 03579699 +interleaf n 1 1 @ 1 0 06256591 +interleukin n 1 1 @ 1 0 14921090 +interlingua n 1 1 @ 1 0 06896304 +interlingual_rendition n 1 2 @ ~ 1 0 06536389 +interlock n 2 2 @ + 2 0 03579791 00140393 +interlocking n 2 2 @ + 2 0 07338114 00140393 +interlocutor n 2 2 @ #m 2 0 10211036 10210911 +interlocutory_injunction n 1 2 @ ; 1 0 06543536 +interloper n 1 3 @ ~ + 1 0 10213652 +interlude n 2 4 @ ~ + ; 2 1 15272685 00520880 +intermarriage n 2 2 @ + 2 1 13965274 13965049 +intermaxillary_suture n 1 2 @ #p 1 0 05544264 +intermediary n 1 2 @ ~ 1 1 09624559 +intermediate n 1 1 @ 1 1 14921272 +intermediate_host n 1 1 @ 1 0 01385749 +intermediate_temporal_artery n 1 1 @ 1 0 05355146 +intermediate_vector_boson n 1 1 @ 1 0 09314128 +intermediate_wheatgrass n 1 1 @ 1 0 12106134 +intermediation n 1 3 @ ~ + 1 0 01240432 +intermediator n 1 3 @ ~ + 1 0 09624559 +interment n 1 2 @ + 1 0 07451687 +intermezzo n 3 2 @ ; 3 0 07040292 07039620 00520880 +intermission n 2 3 @ ~ + 2 1 01063578 15271008 +intermittence n 1 2 @ + 1 0 04770720 +intermittency n 1 2 @ + 1 0 04770720 +intermittent_claudication n 1 1 @ 1 0 14550195 +intermittent_cramp n 1 1 @ 1 0 14310504 +intermittent_tetanus n 1 1 @ 1 0 14310504 +intermixture n 3 3 @ ~ + 3 0 07882497 02681084 00380083 +intern n 1 3 @ + ; 1 0 10211203 +internal-combustion_engine n 1 4 @ ~ #p %p 1 0 03579982 +internal_angle n 1 2 @ ~ 1 0 13890391 +internal_auditor n 1 1 @ 1 0 10211463 +internal_auditory_artery n 1 2 @ #p 1 0 05349445 +internal_auditory_vein n 1 2 @ #p 1 0 05372290 +internal_carotid_artery n 1 1 @ 1 0 05339946 +internal_cerebral_vein n 1 1 @ 1 0 05362405 +internal_combustion n 1 1 @ 1 1 13501261 +internal_control n 1 3 @ ~ ; 1 0 00806075 +internal_drive n 1 1 @ 1 0 03580518 +internal_ear n 1 3 @ #p %p 1 0 05321307 +internal_iliac_artery n 1 1 @ 1 0 05347631 +internal_iliac_vein n 1 1 @ 1 0 05369404 +internal_jugular_vein n 1 1 @ 1 0 05371482 +internal_maxillary_artery n 1 1 @ 1 0 05350900 +internal_medicine n 1 1 @ 1 0 06052300 +internal_organ n 1 2 @ ~ 1 0 05298729 +internal_representation n 1 2 @ ~ 1 0 05926676 +internal_respiration n 1 1 @ 1 0 00830811 +internal_revenue n 1 1 @ 1 1 13262077 +internal_revenue_agent n 1 1 @ 1 0 10693052 +internal_revenue_service n 1 2 @ #p 1 0 08143321 +internal_rhyme n 1 1 @ 1 0 07096995 +internal_secretion n 1 2 @ ~ 1 0 05407119 +internal_spermatic_artery n 1 2 @ #p 1 0 05355527 +internalisation n 1 3 @ ~ + 1 0 05753954 +internality n 1 3 @ ~ = 1 0 04621010 +internalization n 1 3 @ ~ + 1 0 05753954 +internasal_suture n 1 2 @ #p 1 0 05544432 +international n 1 2 @ %m 1 0 08366071 +international_affairs n 1 1 @ 1 0 01107549 +international_ampere n 1 1 @ 1 0 13637841 +international_association_of_lions_clubs n 1 1 @ 1 0 08236027 +international_atomic_energy_agency n 1 1 @ 1 0 08300641 +international_bank_for_reconstruction_and_development n 1 1 @ 1 0 08300783 +international_candle n 1 1 @ 1 0 13641855 +international_civil_aviation_organization n 1 1 @ 1 0 08301005 +international_court_of_justice n 1 2 @ #m 1 0 08299307 +international_date_line n 1 1 @ 1 0 08599792 +international_development_association n 1 1 @ 1 0 08301155 +international_finance_corporation n 1 1 @ 1 0 08301307 +international_flight n 1 2 ! @ 1 0 00301857 +international_grandmaster n 1 1 @ 1 0 10211666 +international_intelligence_agency n 1 2 @ ~ 1 0 08342039 +international_islamic_front_for_jihad_against_jews_and_crusaders n 1 2 @ ; 1 0 08024096 +international_jihad n 1 1 @ 1 0 00996673 +international_labor_organization n 1 1 @ 1 0 08301525 +international_labour_organization n 1 1 @ 1 0 08301525 +international_law n 1 4 ! @ ~ ; 1 1 08454003 +international_law_enforcement_agency n 1 2 @ ~ 1 0 08344551 +international_logistic_support n 1 1 @ 1 0 01216908 +international_maritime_organization n 1 1 @ 1 0 08301709 +international_mile n 1 3 @ #p %p 1 0 13651218 +international_monetary_fund n 1 1 @ 1 0 08301871 +international_morse_code n 1 2 @ %p 1 0 06355459 +international_nautical_mile n 1 1 @ 1 0 13660337 +international_organisation n 1 2 @ ~ 1 0 08294696 +international_organization n 1 2 @ ~ 1 0 08294696 +international_pitch n 1 1 @ 1 0 04985580 +international_relations_and_security_network n 1 2 @ ; 1 0 08344301 +international_scale n 1 1 @ 1 0 13852600 +international_society_for_krishna_consciousness n 1 3 @ #m %m 1 0 08097766 +international_system n 1 1 @ 1 0 13578267 +international_system_of_units n 1 1 @ 1 0 13578267 +international_terrorism n 1 2 @ ; 1 0 00764258 +international_wanted_notice n 1 1 @ 1 0 07276732 +international_waters n 1 3 ! @ #p 1 0 09302804 +internationale n 1 1 @ 1 0 07036768 +internationalisation n 1 2 @ + 1 0 01151605 +internationalism n 2 3 ! @ + 2 0 05963494 05126611 +internationalist n 2 3 @ #m + 2 0 10211962 10211830 +internationality n 1 2 @ + 1 0 05126611 +internationalization n 1 2 @ + 1 0 01151605 +interne n 1 2 @ ; 1 1 10211203 +internee n 1 2 @ + 1 0 10212074 +internet n 1 1 @ 1 0 03580615 +internet_explorer n 1 1 @ 1 0 06571538 +internet_site n 1 2 @ ~ 1 0 06359193 +internist n 1 2 @ + 1 0 10212231 +internment n 3 4 @ ~ + ; 3 0 14000302 01146768 00086297 +internment_camp n 1 2 @ ~ 1 0 04005912 +internode n 1 2 @ #p 1 0 13129826 +internship n 1 2 @ + 1 0 00593837 +internuncio n 1 2 @ ; 1 0 10212338 +interoception n 1 2 @ ~ 1 0 05654052 +interoceptor n 1 1 @ 1 0 05299687 +interocular_lens_implant n 1 2 @ ~ 1 0 03657239 +interoperability n 1 3 @ + ; 1 0 05200816 +interparietal_suture n 1 2 @ #p 1 0 05545047 +interpellation n 2 3 @ + ; 2 0 06653160 01068184 +interpenetration n 2 2 @ + 2 0 00975658 00051712 +interpersonal_chemistry n 1 1 @ 1 0 13840958 +interphalangeal_joint n 1 1 @ 1 0 05580286 +interphone n 1 1 @ 1 0 03580845 +interplanetary_dust n 1 2 @ #p 1 0 09314263 +interplanetary_gas n 1 3 @ #s #p 1 0 09314398 +interplanetary_medium n 1 3 @ #p %p 1 0 09314603 +interplanetary_space n 1 4 @ ~ #p %p 1 1 08500819 +interplay n 1 1 @ 1 1 00039211 +interpol n 1 1 @ 1 0 08344756 +interpolation n 3 3 @ + ; 3 0 06722186 05802730 01068184 +interposition n 2 2 @ + 2 1 01068184 01052215 +interpretation n 4 3 @ ~ + 4 4 05928513 00100543 07170753 05766247 +interpretative_dance n 1 1 @ 1 0 00531886 +interpretative_dancing n 1 1 @ 1 0 00531886 +interpreter n 4 4 @ ~ + ; 4 2 10212501 10212780 10638385 06575932 +interpreting n 1 3 @ ~ + 1 1 05766247 +interpretive_dance n 1 1 @ 1 0 00531886 +interpretive_dancing n 1 1 @ 1 0 00531886 +interpretive_program n 1 2 @ ; 1 0 06575932 +interreflection n 1 1 @ 1 0 11469827 +interregnum n 1 1 @ 1 0 15273522 +interrelatedness n 1 3 @ ~ + 1 0 13844212 +interrelation n 1 3 @ ~ + 1 1 13844212 +interrelationship n 1 3 @ ~ + 1 1 13844212 +interrogation n 4 3 @ ~ + 4 1 07196682 07280599 07193958 07193596 +interrogation_point n 1 1 @ 1 0 06844040 +interrogative n 2 2 @ ~ 2 1 07196682 13802485 +interrogative_mood n 1 1 @ 1 0 13802485 +interrogative_sentence n 1 2 @ ~ 1 0 07196682 +interrogator n 1 2 @ + 1 0 10208287 +interrogatory n 1 2 @ ~ 1 0 07193958 +interrupt n 1 1 @ 1 0 11447532 +interrupted_fern n 1 1 @ 1 0 12953712 +interrupter n 1 2 @ + 1 0 03580990 +interruption n 3 3 @ ~ + 3 2 00383952 07367812 15271008 +intersection n 6 4 @ ~ #p + 6 2 05866653 03581125 13873213 07999068 05764365 00146111 +intersection_point n 1 2 @ ~ 1 0 05866653 +intersex n 1 1 @ 1 0 10172080 +interspersal n 1 2 @ + 1 0 00381326 +interspersion n 1 2 @ + 1 0 00381326 +interstate n 1 1 @ 1 0 03581354 +interstate_commerce_commission n 1 1 @ 1 0 08125993 +interstate_highway n 1 1 @ 1 0 03581354 +interstellar_medium n 1 1 @ 1 0 09314829 +interstellar_space n 1 3 @ ~ #p 1 0 08500989 +interstice n 2 3 @ ~ + 2 0 05230171 03581531 +interstitial_cell-stimulating_hormone n 1 1 @ 1 0 14749272 +interstitial_fluid n 1 1 @ 1 0 05398298 +interstitial_plasma_cell_pneumonia n 1 1 @ 1 0 14149290 +interstitial_pneumonia n 1 1 @ 1 0 14148510 +interstitial_tissue n 1 2 @ ~ 1 0 05268797 +intertrigo n 1 1 @ 1 0 07496291 +interval n 4 2 @ ~ 4 3 15269513 06016276 05089947 06858779 +intervenor n 1 3 @ + ; 1 0 10213034 +intervention n 5 6 ! @ ~ %p + ; 5 1 01240210 06661562 01052215 01023242 00658082 +interventricular_foramen n 1 1 @ 1 0 05545611 +intervertebral_disc n 1 2 @ #p 1 0 05284617 +intervertebral_disk n 1 2 @ #p 1 0 05284617 +intervertebral_vein n 1 1 @ 1 0 05370781 +interview n 2 3 @ ~ + 2 2 07196075 07143624 +interviewee n 1 3 @ ~ + 1 0 10213180 +interviewer n 1 2 @ + 1 1 10213319 +intestacy n 1 1 @ 1 0 13936441 +intestinal_artery n 2 2 @ #p 2 0 05348698 05346714 +intestinal_bypass n 1 1 @ 1 0 00681299 +intestinal_colic n 1 2 @ ~ 1 0 14325732 +intestinal_flora n 1 1 @ 1 0 01328515 +intestinal_flu n 1 2 @ ~ 1 0 14172005 +intestinal_juice n 1 1 @ 1 0 05407772 +intestinal_obstruction n 1 1 @ 1 0 14508149 +intestine n 1 5 @ ~ #p %p + 1 0 05534333 +inti n 1 1 @ 1 0 13680381 +intifada n 1 1 @ 1 0 00963447 +intifadah n 1 1 @ 1 0 00963447 +intima n 1 2 @ + 1 1 05319760 +intimacy n 3 2 @ ~ 3 1 04655442 13931889 07530124 +intimate n 1 2 @ ~ 1 0 09954639 +intimate_apparel n 1 2 @ ~ 1 0 03673450 +intimation n 2 2 @ + 2 0 07163988 05916306 +intimidation n 4 3 @ ~ + 4 1 01222477 07542881 07523760 07254057 +intolerance n 2 4 ! @ ~ + 2 1 04642746 06205154 +intonation n 4 3 @ ~ + 4 1 07084166 01254978 01254685 00544842 +intonation_pattern n 1 1 @ 1 0 07084428 +intoxicant n 2 3 @ ~ + 2 0 07884567 03581634 +intoxication n 3 3 @ ~ + 3 0 14509712 14018567 07528807 +intracapsular_surgery n 1 1 @ 1 0 00678632 +intracellular_fluid n 1 1 @ 1 0 05398462 +intracranial_aneurysm n 1 1 @ 1 0 14107750 +intracranial_cavity n 1 1 @ 1 0 05392906 +intractability n 1 4 ! @ ~ + 1 0 04907269 +intractableness n 1 3 @ ~ + 1 0 04907269 +intradermal_injection n 1 1 @ 1 0 00322962 +intradermal_test n 1 1 @ 1 0 05746708 +intrados n 1 1 @ 1 0 13869243 +intramuscular_injection n 1 1 @ 1 0 00323056 +intranet n 1 1 @ 1 0 03581756 +intransigence n 1 2 @ + 1 1 04863497 +intransigency n 1 2 @ + 1 0 04863497 +intransitive n 1 1 @ 1 0 06331641 +intransitive_verb n 1 1 @ 1 0 06331641 +intransitive_verb_form n 1 1 @ 1 0 06331641 +intransitiveness n 1 2 @ + 1 0 13798301 +intransitivity n 1 3 ! @ + 1 0 13798301 +intraocular_lens n 1 1 @ 1 0 03581897 +intraocular_pressure n 1 1 @ 1 0 11496503 +intrauterine_device n 1 2 @ ~ 1 0 03582096 +intravasation n 1 1 @ 1 0 14294861 +intravenous_anesthetic n 1 2 @ ~ 1 0 03582305 +intravenous_drip n 1 1 @ 1 0 07432835 +intravenous_feeding n 1 1 @ 1 0 01058983 +intravenous_injection n 1 2 @ ~ 1 0 00323152 +intravenous_pyelogram n 1 1 @ 1 0 03582508 +intravenous_pyelography n 1 1 @ 1 0 00906829 +intrenchment n 1 3 @ ~ %p 1 1 03291551 +intrepidity n 1 2 @ + 1 0 04858089 +intricacy n 1 1 @ 1 0 04766852 +intrigue n 2 3 @ ~ + 2 1 05908520 13931356 +intriguer n 1 1 @ 1 0 10007809 +intrinsic_factor n 1 1 @ 1 0 15023720 +intrinsic_fraud n 1 1 @ 1 0 00779035 +intro n 2 2 @ ~ 2 0 07217349 07045245 +introduction n 7 4 @ ~ #p + 7 4 00238022 06396930 07217349 06414849 07162975 00320852 00240184 +introit n 1 1 @ 1 0 07040413 +introitus n 1 1 @ 1 0 05512505 +introject n 1 3 @ + ; 1 1 05924165 +introjection n 2 3 @ + ; 2 0 05754519 05754197 +intromission n 1 3 @ ~ + 1 0 00320852 +intron n 1 2 ! @ 1 0 14831178 +intropin n 1 2 @ ; 1 0 14838217 +introspection n 1 3 @ ~ + 1 0 05786655 +introspectiveness n 1 3 @ = + 1 0 04660981 +introversion n 3 6 ! @ ~ = + ; 3 0 14062332 13501941 04621963 +introvert n 1 4 ! @ + ; 1 0 10213429 +intruder n 1 3 @ ~ + 1 1 10213652 +intrusion n 5 3 @ ~ + 5 2 07429976 00049530 13501405 09314964 00733483 +intrusiveness n 1 3 @ = + 1 0 04837931 +intubation n 1 2 @ + 1 0 00321195 +intuition n 2 3 @ ~ + 2 2 05707495 05919034 +intuitionism n 1 2 @ ; 1 0 05972264 +intuitive_feeling n 1 2 @ ~ 1 0 05707718 +intumescence n 2 3 @ ~ + 2 0 14317720 13501548 +intumescency n 2 3 @ ~ + 2 0 14317720 13501548 +intussusception n 2 3 @ + ; 2 0 13501941 13501738 +inuit n 1 1 @ 1 0 10063635 +inula n 1 3 @ ~ #m 1 0 11984542 +inula_helenium n 1 1 @ 1 0 11984659 +inulin n 1 1 @ 1 0 14795959 +inunction n 1 2 @ + 1 0 01041674 +inundation n 2 3 @ ~ + 2 1 11454591 13775706 +inutility n 1 4 ! @ ~ + 1 0 05150588 +invader n 1 2 @ + 1 1 10214062 +invagination n 2 2 @ + 2 0 14062332 13501941 +invalid n 1 3 @ #m + 1 1 10214230 +invalidation n 1 4 @ ~ + ; 1 0 01240979 +invalidator n 1 2 @ + 1 0 10214390 +invalidism n 1 1 @ 1 0 14062490 +invalidity n 1 3 @ ~ + 1 0 04810510 +invalidness n 1 3 @ ~ + 1 0 04810510 +invaluableness n 1 3 @ ~ + 1 0 05141222 +invar n 1 2 @ ; 1 0 14921414 +invariability n 2 5 ! @ ~ = + 2 0 04769456 04739932 +invariable n 1 2 @ ~ 1 0 05858936 +invariableness n 1 4 ! @ ~ + 1 0 04739932 +invariance n 2 4 @ ~ + ; 2 0 04739932 04738995 +invariant n 1 2 @ ; 1 0 05850432 +invasion n 3 4 @ ~ + ; 3 2 00976531 07429976 07332313 +invasion_of_iwo n 1 3 @ #p ; 1 0 01282022 +invasion_of_privacy n 1 1 @ 1 0 00734303 +invective n 1 1 @ 1 0 06721604 +invention n 3 3 @ ~ + 3 3 05633385 03582658 00940412 +inventiveness n 1 3 @ ~ + 1 0 05633672 +inventor n 1 3 @ ~ + 1 1 10214637 +inventory n 5 4 @ ~ %p ; 5 4 06492664 04321534 13412533 05634059 01011425 +inventory-clearance_sale n 1 1 @ 1 0 01118776 +inventory_accounting n 1 2 @ ~ 1 0 00619738 +inventory_control n 1 1 @ 1 0 00619889 +inventory_item n 1 2 @ #p 1 0 06483061 +inventorying n 1 3 @ ~ + 1 0 01011425 +inverse n 1 2 @ ~ 1 0 13858833 +inverse_cosecant n 1 1 @ 1 0 13789136 +inverse_cosine n 1 1 @ 1 0 13787853 +inverse_cotangent n 1 1 @ 1 0 13788502 +inverse_function n 1 1 @ 1 1 13784537 +inverse_secant n 1 1 @ 1 0 13788820 +inverse_sine n 1 1 @ 1 0 13787551 +inverse_tangent n 1 1 @ 1 0 13788182 +inversion n 9 4 @ ~ + ; 9 1 11461563 14103785 13502205 07425726 07101140 07030174 00857275 00335814 00335653 +invert_soap n 1 2 @ ~ 1 0 14803695 +invert_sugar n 1 1 @ 1 0 14921777 +invertase n 1 1 @ 1 0 14921622 +invertebrate n 1 4 @ ~ %p - 1 0 01905661 +invertebrate_foot n 1 3 @ ~ #p 1 0 02322213 +inverted_comma n 1 2 @ ~ 1 0 06844199 +inverted_hang n 1 1 @ 1 0 00436702 +inverted_pleat n 1 1 @ 1 0 03582840 +inverter n 1 2 @ + 1 0 03582959 +investigating n 1 3 @ ~ + 1 1 00633864 +investigation n 2 3 @ ~ + 2 2 05800611 00633864 +investigator n 3 3 @ ~ + 3 3 10523076 10215623 10009276 +investing n 1 4 @ ~ + - 1 0 01099436 +investiture n 2 2 @ + 2 0 07453638 00198919 +investment n 6 4 @ ~ + - 6 2 01099436 13333237 04647185 01458616 00828462 00198919 +investment_adviser n 1 1 @ 1 0 10215815 +investment_advisor n 1 1 @ 1 0 10215815 +investment_banker n 1 2 @ ~ 1 0 10215953 +investment_company n 1 2 @ ~ 1 0 08070850 +investment_firm n 1 2 @ ~ 1 0 08070850 +investment_funds n 1 3 @ ~ - 1 0 13333237 +investment_letter n 1 1 @ 1 0 13419755 +investment_trust n 1 2 @ ~ 1 0 08070850 +investor n 1 3 @ ~ + 1 1 10216106 +investors_club n 1 1 @ 1 0 08229887 +invidia n 1 1 @ 1 0 00758335 +invigilation n 1 3 @ + ; 1 0 01135795 +invigilator n 1 3 @ + ; 1 0 10216403 +invigoration n 2 4 @ ~ = + 2 0 04631700 01048466 +invigorator n 1 2 @ + 1 0 09402704 +invincibility n 1 2 @ + 1 0 05032028 +invincible_armada n 1 1 @ 1 0 08293088 +invirase n 1 1 @ 1 0 04293608 +invisibility n 1 4 ! @ ~ + 1 0 05017909 +invisible_balance n 1 1 @ 1 0 13410269 +invisibleness n 1 3 @ ~ + 1 0 05017909 +invitation n 2 3 @ ~ + 2 1 07186148 04689048 +invite n 1 2 @ + 1 0 07186661 +invitee n 1 3 @ ~ + 1 0 10150940 +invocation n 4 4 @ ~ #p + 4 1 07190290 07160296 05978159 00097244 +invoice n 1 3 @ ~ + 1 0 06516955 +involucre n 1 1 @ 1 0 13155305 +involuntariness n 1 2 @ ~ 1 0 04645599 +involuntary_muscle n 1 2 @ ~ 1 0 05460473 +involuntary_trust n 1 1 @ 1 0 13361962 +involution n 6 3 @ ~ + 6 0 13502397 06315755 04766852 01239064 00872411 00406365 +involutional_depression n 1 1 @ 1 0 14390839 +involvement n 5 4 ! @ ~ + 5 3 01239064 13793504 05682950 13931889 13924659 +invulnerability n 2 4 ! @ ~ + 2 1 14539029 05033681 +inwardness n 4 5 ! @ ~ = + 4 0 05921123 05787175 05078894 04621010 +io n 2 2 @ ; 2 0 09563425 09315057 +io_moth n 1 2 @ #m 1 0 02304036 +iodic_acid n 1 1 @ 1 0 14922252 +iodide n 1 2 @ ~ 1 1 14922371 +iodin n 1 3 @ ~ #s 1 0 14641397 +iodinated_protein n 1 2 @ ~ 1 0 14734761 +iodination n 1 2 @ + 1 1 13502556 +iodine n 2 4 @ ~ #s + 2 1 14641397 04439305 +iodine-125 n 1 1 @ 1 0 14642005 +iodine-131 n 1 1 @ 1 0 14641797 +iodoamino_acid n 1 2 @ ~ 1 1 14607250 +iodochlorhydroxyquin n 1 1 @ 1 0 03583109 +iodocompound n 1 1 @ 1 1 14922529 +iodoform n 2 1 @ 2 0 14620781 03583252 +iodoprotein n 1 2 @ ~ 1 1 14734761 +iodopsin n 1 3 @ #p %s 1 0 15088669 +iodothyronine n 1 2 @ ~ 1 1 14835125 +iodotyrosine n 1 2 @ ~ 1 1 14835004 +iol n 1 2 @ ~ 1 0 03657239 +ion n 1 3 @ ~ + 1 1 09315159 +ion_beam n 1 1 @ 1 0 11486049 +ion_engine n 1 1 @ 1 0 03583419 +ion_exchange n 1 1 @ 1 1 13502714 +ion_pump n 1 1 @ 1 0 03583809 +ionesco n 1 1 @ 1 0 11072887 +ionia n 1 2 @ #p 1 0 09042924 +ionian n 2 1 @ 2 0 09711009 08160947 +ionian_order n 1 1 @ 1 0 04699157 +ionian_sea n 1 3 @ #p %p 1 0 09315455 +ionic n 1 1 @ 1 0 06977610 +ionic_beam n 1 1 @ 1 0 11486049 +ionic_bond n 1 1 @ 1 0 11437344 +ionic_charge n 1 1 @ 1 0 13590974 +ionic_dialect n 1 1 @ 1 0 06977610 +ionic_medication n 1 1 @ 1 0 00663878 +ionic_order n 1 1 @ 1 0 04699157 +ionisation n 2 2 @ + 2 0 14577469 13502909 +ionization n 2 2 @ + 2 0 14577469 13502909 +ionization_chamber n 1 2 @ ~ 1 0 03583621 +ionization_tube n 1 2 @ ~ 1 0 03583621 +ionizing_radiation n 1 2 @ ~ 1 0 11437577 +ionophoresis n 1 2 @ ~ 1 0 13472518 +ionosphere n 1 3 @ #p %p 1 0 08588916 +ionospheric_wave n 1 1 @ 1 0 11500349 +iontophoresis n 1 1 @ 1 0 00663878 +iontotherapy n 1 1 @ 1 0 00663878 +iop n 1 1 @ 1 0 11496503 +iosif_vissarionovich_dzhugashvili n 1 1 @ 1 0 11312120 +iota n 2 2 @ #m 2 0 13773725 06834992 +iou n 1 1 @ 1 0 13415168 +iowa n 3 3 @ #p %p 3 0 09657748 09086173 06908968 +iowa_crab n 1 2 @ ~ 1 0 12635744 +iowa_crab_apple n 1 2 @ ~ 1 0 12635744 +iowan n 1 1 @ 1 0 09743112 +ioway n 2 1 @ 2 0 09657748 06908968 +ip n 1 4 @ ~ %p - 1 0 06142118 +ipecac n 1 1 @ 1 0 03583967 +iphigenia n 1 2 @ ; 1 0 09595240 +ipidae n 1 3 @ #m %m 1 0 02179429 +ipo n 1 1 @ 1 0 01094575 +ipod n 1 3 @ ~ ; 1 0 03584254 +ipomoea n 1 3 @ #m %m 1 0 12826395 +ipomoea_alba n 1 1 @ 1 0 12827537 +ipomoea_batatas n 1 2 @ %p 1 0 12827684 +ipomoea_coccinea n 1 1 @ 1 0 12828220 +ipomoea_fastigiata n 1 1 @ 1 0 12827907 +ipomoea_imperialis n 1 1 @ 1 0 12828977 +ipomoea_leptophylla n 1 1 @ 1 0 12828379 +ipomoea_nil n 1 1 @ 1 0 12828791 +ipomoea_orizabensis n 1 1 @ 1 0 12828520 +ipomoea_panurata n 1 1 @ 1 0 12827907 +ipomoea_pes-caprae n 1 1 @ 1 0 12828628 +ipomoea_purpurea n 1 1 @ 1 0 12826895 +ipomoea_quamoclit n 1 1 @ 1 0 12827270 +ipomoea_tricolor n 1 1 @ 1 0 12827068 +ipratropium_bromide n 1 1 @ 1 0 03584111 +iproclozide n 1 1 @ 1 0 03584526 +ipse_dixit n 1 1 @ 1 0 06731697 +ipsedixitism n 1 1 @ 1 0 06731697 +ipsus n 1 2 @ ; 1 0 01281427 +ipv n 1 1 @ 1 0 04130715 +iq n 1 2 @ ~ 1 0 13821977 +iq_test n 1 2 @ ~ 1 0 01007053 +ir n 2 2 @ ; 2 0 14642219 08143486 +ira n 3 3 @ %p ; 3 0 08024732 05912012 00758972 +ira_gershwin n 1 1 @ 1 0 10997068 +irak n 1 6 @ #m #p %m %p - 1 0 08913434 +iraki n 1 4 @ ~ #m + 1 0 09714694 +iran n 1 7 @ #m #p %m %p + - 1 1 08910668 +iran-iraq_war n 1 1 @ 1 0 01305310 +irani n 1 3 @ ~ #m 1 0 09714429 +iranian n 2 4 @ ~ #m + 2 0 09714429 06973610 +iranian_capital n 1 2 @ #p 1 0 08911421 +iranian_dinar n 1 2 @ #p 1 0 13696893 +iranian_language n 1 2 @ ~ 1 0 06973610 +iranian_monetary_unit n 1 2 @ ~ 1 0 13696652 +iranian_rial n 1 2 @ %p 1 0 13696777 +iraq n 1 6 @ #m #p %m %p - 1 1 08913434 +iraqi n 1 4 @ ~ #m + 1 0 09714694 +iraqi_dinar n 1 2 @ %p 1 0 13669342 +iraqi_intelligence_service n 1 2 @ ; 1 0 08344917 +iraqi_kurdistan n 1 2 @ #p 1 0 09039260 +iraqi_monetary_unit n 1 2 @ ~ 1 0 13669237 +iraqi_mukhabarat n 1 2 @ ; 1 0 08344917 +iraqi_national_congress n 1 1 @ 1 0 08403907 +irascibility n 1 2 @ + 1 0 07552549 +ire n 2 2 @ ~ 2 0 07516354 00758972 +ireland n 2 8 @ ~ #m #p %m %p + - 2 2 08888676 08859173 +irelander n 1 4 @ ~ #m + 1 0 09714952 +irena n 1 3 @ #m %m 1 0 01593857 +irenaeus n 1 2 @ ; 1 0 11073061 +irene_joliot-curie n 1 1 @ 1 0 11089318 +irenidae n 1 3 @ #m %m 1 0 01593705 +iresine n 1 3 @ #m %m 1 0 11826416 +iresine_herbstii n 1 1 @ 1 0 11826715 +iresine_reticulata n 1 1 @ 1 0 11826715 +iridaceae n 1 5 @ ~ #m %m + 1 0 12411084 +iridaceous_plant n 1 3 @ ~ #m 1 0 12411461 +iridectomy n 1 1 @ 1 0 00679566 +iridescence n 1 2 @ + 1 0 04953678 +iridium n 1 1 @ 1 0 14642219 +iridocyclitis n 1 1 @ 1 0 14347774 +iridokeratitis n 1 1 @ 1 0 14347886 +iridoncus n 1 1 @ 1 0 14317943 +iridoprocne n 1 2 @ #m 1 0 01595330 +iridoprocne_bicolor n 1 1 @ 1 0 01595450 +iridosmine n 1 1 @ 1 0 14688978 +iridotomy n 1 1 @ 1 0 00679724 +iris n 3 5 @ ~ #m #p %p 3 0 12411922 05319936 03584649 +iris_cristata n 1 1 @ 1 0 12413165 +iris_diaphragm n 1 1 @ 1 0 03584649 +iris_family n 1 4 @ ~ #m %m 1 0 12411084 +iris_filifolia n 1 1 @ 1 0 12413301 +iris_florentina n 1 2 @ %m 1 0 12413419 +iris_foetidissima n 1 1 @ 1 0 12413642 +iris_germanica n 1 1 @ 1 0 12413880 +iris_germanica_florentina n 1 2 @ %m 1 0 12413419 +iris_kaempferi n 1 1 @ 1 0 12414035 +iris_kochii n 1 1 @ 1 0 12414159 +iris_murdoch n 1 1 @ 1 0 11196764 +iris_pallida n 1 1 @ 1 0 12414329 +iris_persica n 1 1 @ 1 0 12414449 +iris_pseudacorus n 1 1 @ 1 0 12414602 +iris_scanning n 1 1 @ 1 0 06645458 +iris_tingitana n 1 1 @ 1 0 12414818 +iris_verna n 1 1 @ 1 0 12414932 +iris_versicolor n 1 1 @ 1 0 12415089 +iris_virginica n 1 1 @ 1 0 12415272 +iris_xiphioides n 1 1 @ 1 0 12415401 +iris_xiphium n 1 1 @ 1 0 12415595 +irish n 3 5 @ ~ #s + ; 3 1 09732778 07907161 06960778 +irish_bull n 1 2 @ ; 1 0 06611376 +irish_burgoo n 1 1 @ 1 0 07590068 +irish_capital n 1 3 @ #p %m 1 0 08889191 +irish_coffee n 1 2 @ %s 1 0 07919441 +irish_gaelic n 1 3 @ ~ ; 1 0 06960778 +irish_gorse n 1 2 @ #m 1 0 12574866 +irish_monetary_unit n 1 2 @ ~ 1 0 13694552 +irish_moss n 1 2 @ #m 1 0 01414633 +irish_national_liberation_army n 1 2 @ ; 1 0 08024408 +irish_people n 1 1 @ 1 0 09732778 +irish_person n 1 3 @ ~ #m 1 0 09714952 +irish_potato n 1 4 @ ~ #p %p 1 0 07710616 +irish_pound n 1 2 @ %p 1 0 13694657 +irish_punt n 1 2 @ %p 1 0 13694657 +irish_republic n 1 5 @ #m #p %p - 1 0 08888676 +irish_republican_army n 1 3 @ %p ; 1 0 08024732 +irish_sea n 1 2 @ #p 1 0 09315624 +irish_setter n 1 1 @ 1 0 02100877 +irish_soda_bread n 1 1 @ 1 0 07685399 +irish_stew n 1 1 @ 1 0 07591049 +irish_strawberry n 1 1 @ 1 0 12230794 +irish_terrier n 1 1 @ 1 0 02093991 +irish_water_spaniel n 1 1 @ 1 0 02102973 +irish_whiskey n 1 3 @ ~ #s 1 0 07907161 +irish_whisky n 1 3 @ ~ #s 1 0 07907161 +irish_wolfhound n 1 1 @ 1 0 02090721 +irishman n 1 3 @ ~ #m 1 1 09715165 +irishwoman n 1 2 @ #m 1 0 09715303 +iritis n 1 1 @ 1 0 14347993 +iron n 4 4 @ ~ #s + 4 2 14642417 03585073 03585337 03584829 +iron-gray n 1 2 @ + 1 0 04962548 +iron-grey n 1 2 @ + 1 0 04962548 +iron-storage_disease n 1 2 @ ~ 1 0 14206929 +iron-tree n 1 2 @ #m 1 0 12317296 +iron_age n 2 3 @ #p ; 2 0 15231765 15231634 +iron_blue n 2 1 @ 2 0 14923060 14922960 +iron_boot n 1 1 @ 1 0 02873363 +iron_cage n 1 1 @ 1 1 13999114 +iron_carbide n 1 2 @ #s 1 0 14805145 +iron_chancellor n 1 1 @ 1 0 10851599 +iron_collar n 1 1 @ 1 0 03420935 +iron_curtain n 1 1 @ 1 1 05691689 +iron_deficiency_anaemia n 1 2 @ ~ 1 0 14165909 +iron_deficiency_anemia n 1 2 @ ~ 1 0 14165909 +iron_disulfide n 1 1 @ 1 0 14923337 +iron_duke n 1 1 @ 1 0 11380923 +iron_filing n 1 1 @ 1 0 09315762 +iron_fist n 1 1 @ 1 0 05197388 +iron_foundry n 1 1 @ 1 0 03585682 +iron_heel n 1 1 @ 1 0 02873363 +iron_horse n 1 1 @ 1 0 03585778 +iron_lady n 1 1 @ 1 0 11337779 +iron_lung n 1 1 @ 1 0 03586219 +iron_maiden n 1 1 @ 1 0 03586448 +iron_man n 1 2 @ ; 1 0 10216560 +iron_manganese_tungsten n 1 2 @ %s 1 0 15103226 +iron_mold n 1 1 @ 1 0 04695693 +iron_mould n 1 1 @ 1 0 04695693 +iron_oak n 2 1 @ 2 0 12278371 12270946 +iron_ore n 1 3 @ ~ %s 1 0 14923458 +iron_overload n 1 2 @ ~ 1 0 14206929 +iron_perchloride n 1 1 @ 1 0 14923733 +iron_putty n 1 1 @ 1 0 14703999 +iron_pyrite n 1 2 @ %s 1 0 14692682 +iron_trap n 1 1 @ 1 1 05837651 +iron_tree n 1 2 @ #m 1 0 12317296 +ironclad n 1 1 @ 1 0 03585551 +ironing n 2 3 @ ~ + 2 0 03585875 00581090 +ironing_board n 1 1 @ 1 0 03586090 +ironist n 1 3 @ ~ + 1 0 10552742 +ironman n 1 2 @ ; 1 0 10216560 +ironmonger n 2 1 @ 2 0 10216690 03493911 +ironmonger's_shop n 1 1 @ 1 0 03493911 +ironmongery n 1 2 @ ; 1 0 03586631 +irons n 1 2 @ ; 1 1 03585438 +ironside n 1 1 @ 1 0 10216839 +ironsides n 1 1 @ 1 0 10916105 +ironware n 1 1 @ 1 0 03493792 +ironweed n 1 2 @ #m 1 0 12031927 +ironwood n 4 2 @ #m 4 0 12370549 12317487 12317296 12288005 +ironwood_tree n 3 2 @ #m 3 0 12370549 12317296 12288005 +ironwork n 1 1 @ 1 0 03586760 +ironworker n 1 2 @ ~ 1 1 10216928 +ironworks n 1 2 @ ; 1 0 03586911 +irony n 3 6 @ ~ %p = + - 3 2 06777164 04715075 07106246 +iroquoian n 1 2 @ ~ 1 0 06916803 +iroquoian_language n 1 2 @ ~ 1 0 06916803 +iroquois n 2 2 @ ~ 2 0 09657887 06916803 +iroquois_league n 1 1 @ 1 0 08305277 +irradiation n 6 4 @ ~ + ; 6 0 14577753 11428023 07332550 05939809 05756698 00705580 +irrational n 1 2 @ ~ 1 0 13730584 +irrational_hostility n 1 1 @ 1 0 05950475 +irrational_impulse n 1 2 @ ~ 1 0 09181114 +irrational_motive n 1 2 @ ~ 1 0 09180259 +irrational_number n 1 2 @ ~ 1 0 13730584 +irrationality n 1 2 @ + 1 0 14397563 +irrawaddy n 1 1 @ 1 0 09315870 +irrawaddy_river n 1 1 @ 1 0 09315870 +irreality n 1 2 @ ~ 1 0 13960117 +irredenta n 1 2 @ + 1 0 08589140 +irredentism n 1 2 @ + 1 0 05964098 +irredentist n 1 2 @ + 1 0 10217038 +irregular n 2 3 @ ~ #m 2 0 10150556 03587050 +irregularity n 4 4 ! @ ~ + 4 3 00737188 04770211 05066012 14371161 +irrelevance n 1 4 ! @ ~ + 1 0 13795834 +irrelevancy n 1 3 @ ~ + 1 0 13795834 +irreligion n 1 2 @ + 1 0 04828612 +irreligionist n 1 2 @ + 1 0 10217208 +irreligiousness n 1 2 @ + 1 0 04828612 +irreplaceableness n 1 2 @ + 1 0 04741195 +irrepressibility n 1 2 @ + 1 0 04633959 +irreproducibility n 1 2 @ + 1 1 04806316 +irresistibility n 1 2 @ + 1 0 05192240 +irresistible_impulse n 1 1 @ 1 0 09181330 +irresistibleness n 1 2 @ + 1 0 05192240 +irresoluteness n 1 4 ! @ ~ + 1 0 04866465 +irresolution n 2 2 @ ~ 2 1 05699172 04866465 +irresponsibility n 1 4 ! @ ~ + 1 1 04670746 +irresponsibleness n 1 4 ! @ ~ + 1 0 04670746 +irreverence n 2 4 ! @ ~ + 2 1 06207733 00746232 +irreversibility n 1 3 ! @ + 1 0 04739768 +irreversible_process n 1 2 ! @ 1 0 13503226 +irridenta n 1 1 @ 1 0 08589140 +irridentism n 1 2 @ + 1 0 05964098 +irridentist n 1 2 @ + 1 0 10217038 +irrigation n 2 4 @ ~ + ; 2 1 01057631 00695448 +irrigation_ditch n 1 1 @ 1 0 03587205 +irritability n 3 3 @ ~ + 3 1 07552729 05653710 04642258 +irritable_bowel_syndrome n 1 1 @ 1 0 14306245 +irritant n 1 2 @ + 1 0 05831784 +irritation n 7 4 @ ~ + ; 7 2 14406573 07518468 14531392 14036356 07495973 01221790 00418394 +irruption n 3 3 @ ~ + 3 1 00049636 13539143 07435273 +irs n 1 2 @ #p 1 0 08143321 +irtish n 1 2 @ #p 1 0 09316066 +irtish_river n 1 2 @ #p 1 0 09316066 +irtysh n 1 2 @ #p 1 0 09316066 +irtysh_river n 1 2 @ #p 1 0 09316066 +irula n 1 1 @ 1 0 06979492 +irving n 2 1 @ 2 0 11073453 11073324 +irving_berlin n 1 1 @ 1 0 10847454 +irving_howe n 1 1 @ 1 0 11062963 +irving_langmuir n 1 1 @ 1 0 11116875 +irvingia n 1 3 @ #m %m 1 0 12717524 +irvingia_gabonensis n 1 3 @ #m %p 1 0 12717644 +isaac n 1 2 @ ; 1 0 11073586 +isaac_asimov n 1 1 @ 1 0 10826204 +isaac_bashevis_singer n 1 1 @ 1 0 11302615 +isaac_hull n 1 1 @ 1 0 11065718 +isaac_m._singer n 1 1 @ 1 0 11302772 +isaac_mayer_wise n 1 1 @ 1 0 11393124 +isaac_merrit_singer n 1 1 @ 1 0 11302772 +isaac_newton n 1 1 @ 1 0 11205375 +isaac_stern n 1 2 @ ; 1 0 11316828 +isaac_watts n 1 1 @ 1 0 11377043 +isabella n 1 1 @ 1 0 11073795 +isabella_i n 1 1 @ 1 0 11073795 +isabella_stewart_gardner n 1 1 @ 1 0 10990509 +isabella_the_catholic n 1 1 @ 1 0 11073795 +isadora_duncan n 1 1 @ 1 0 10945415 +isaiah n 2 3 @ #p ; 2 0 11074140 06438126 +isak_dinesen n 1 1 @ 1 0 10935745 +isamu_noguchi n 1 1 @ 1 0 11209201 +isarithm n 1 2 @ ~ 1 0 08589801 +isatis n 1 3 @ #m %m 1 0 11889847 +isatis_tinctoria n 1 2 @ #m 1 0 11890150 +ischaemia n 1 3 @ ~ + 1 0 14166118 +ischaemic_stroke n 1 1 @ 1 0 14166358 +ischemia n 1 3 @ ~ + 1 0 14166118 +ischemic_anoxia n 1 1 @ 1 0 14043708 +ischemic_hypoxia n 1 1 @ 1 0 14041763 +ischemic_stroke n 1 1 @ 1 0 14166358 +ischia n 1 2 @ #p 1 0 08806142 +ischial_bone n 1 2 @ #p 1 0 05275466 +ischigualastia n 1 2 @ #m 1 0 01721269 +ischium n 1 2 @ #p 1 0 05275466 +isere n 1 2 @ #p 1 0 09316312 +isere_river n 1 2 @ #p 1 0 09316312 +iseult n 1 2 @ ; 1 0 10551265 +isfahan n 1 2 @ #p 1 0 08912012 +isherwood n 1 1 @ 1 0 11074284 +ishmael n 2 3 @ ~ ; 2 0 11074573 10386312 +ishtar n 1 2 @ ; 1 0 09516498 +isi n 1 2 @ ; 1 0 08343534 +isidor_feinstein_stone n 1 1 @ 1 0 11319413 +isidore_auguste_marie_francois_comte n 1 1 @ 1 0 10906234 +isinglass n 1 2 @ ~ 1 0 14681555 +isis n 1 1 @ 1 0 09512391 +iskcon n 1 3 @ #m %m 1 0 08097766 +islam n 2 5 @ ~ %m + - 2 0 08095647 06234825 +islam_nation n 1 2 @ ; 1 0 08224684 +islamabad n 1 2 @ #p 1 0 08977035 +islamic_army_of_aden n 1 2 @ ; 1 0 08025112 +islamic_army_of_aden-abyan n 1 2 @ ; 1 0 08025112 +islamic_calendar n 1 2 @ %p 1 0 15178841 +islamic_calendar_month n 1 3 @ ~ #p 1 0 15216966 +islamic_community n 1 2 @ ; 1 0 08027518 +islamic_great_eastern_raiders-front n 1 2 @ ; 1 0 08025497 +islamic_group n 2 2 @ ; 2 0 08027518 08012028 +islamic_group_of_uzbekistan n 1 2 @ ; 1 0 08025835 +islamic_jihad n 2 2 @ ; 2 0 08023374 08012765 +islamic_jihad_for_the_liberation_of_palestine n 1 2 @ ; 1 0 08023374 +islamic_law n 1 3 @ ~ - 1 0 08455829 +islamic_party_of_turkestan n 1 2 @ ; 1 0 08025835 +islamic_republic_of_iran n 1 6 @ #m #p %m %p - 1 0 08910668 +islamic_republic_of_mauritania n 1 5 @ #m #p %m %p 1 0 08966820 +islamic_republic_of_pakistan n 1 5 @ #p %m %p - 1 0 08975902 +islamic_resistance_movement n 1 3 @ %p ; 1 0 08022259 +islamic_state_of_afghanistan n 1 5 @ #p %m %p - 1 0 08703454 +islamic_ummah n 1 2 @ ; 1 0 08224684 +islamic_unity n 1 2 @ ; 1 0 08012384 +islamism n 2 4 @ ~ + - 2 0 08096027 06234825 +islamist n 2 3 @ #m + 2 0 10217335 09682803 +islamophobia n 1 1 @ 1 0 06203603 +island n 2 4 @ ~ #m + 2 2 09316454 03587318 +island-dweller n 1 1 @ 1 0 10217436 +island_dispenser n 1 1 @ 1 0 03425413 +island_of_guernsey n 1 1 @ 1 0 08887344 +island_of_jersey n 1 1 @ 1 0 08887238 +islander n 1 2 @ + 1 0 10217436 +islands_of_langerhans n 1 2 @ #p 1 0 05485314 +islay n 2 2 @ #p 2 0 12646397 08893868 +isle n 1 3 @ ~ + 1 1 09319456 +isle_of_man n 1 2 @ #p 1 0 08887716 +isle_of_skye n 1 2 @ #p 1 0 08893717 +isle_of_wight n 1 2 @ #p 1 0 09479238 +isle_royal_national_park n 1 2 @ #p 1 0 08606206 +isles_of_langerhans n 1 2 @ #p 1 0 05485314 +isles_of_scilly n 1 2 @ #p 1 0 08887463 +islet n 1 3 @ ~ + 1 0 09319456 +islets_of_langerhans n 1 2 @ #p 1 0 05485314 +ism n 1 2 @ ~ 1 1 05943300 +ismaili n 1 1 @ 1 0 10217552 +ismailian n 1 1 @ 1 0 10217552 +ismailism n 1 1 @ 1 0 06236492 +isn n 1 2 @ ; 1 0 08344301 +isoagglutination n 1 1 @ 1 0 13503345 +isoagglutinin n 1 1 @ 1 0 15028818 +isoagglutinogen n 1 1 @ 1 0 15029147 +isoantibody n 1 1 @ 1 0 15029482 +isobar n 1 3 @ #p ; 1 0 08589351 +isobutyl_nitrite n 1 1 @ 1 0 02929749 +isobutylene n 1 2 @ #s 1 0 14787270 +isobutylphenyl_propionic_acid n 1 2 @ %s 1 0 03556281 +isocarboxazid n 1 1 @ 1 0 03587442 +isochrone n 1 1 @ 1 0 08589532 +isoclinal n 1 1 @ 1 0 08589670 +isoclinic_line n 1 1 @ 1 0 08589670 +isocrates n 1 1 @ 1 0 11074769 +isocyanate n 1 1 @ 1 1 14923872 +isocyanic_acid n 1 1 @ 1 0 14923962 +isoetaceae n 1 3 @ #m %m 1 0 13225955 +isoetales n 1 3 @ #m %m 1 0 13225729 +isoetes n 1 3 @ #m %m 1 0 13226135 +isoflurane n 1 1 @ 1 0 03587623 +isogamete n 1 1 @ 1 0 05457343 +isogamy n 1 2 @ ; 1 0 13503513 +isogon n 1 3 @ ~ + 1 0 13866515 +isogonal_line n 1 1 @ 1 0 08490840 +isogone n 1 1 @ 1 0 08490840 +isogonic_line n 1 1 @ 1 0 08490840 +isogram n 1 2 @ ~ 1 0 08589801 +isohel n 1 1 @ 1 0 08590055 +isolation n 5 4 @ ~ + ; 5 3 14414715 07502576 01202029 13503673 01239717 +isolationism n 1 2 @ + 1 0 06662193 +isolationist n 1 2 @ + 1 0 10217684 +isolde n 1 2 @ ; 1 0 10551265 +isole_egadi n 1 2 @ #p 1 0 08784905 +isoleucine n 1 1 @ 1 0 14924067 +isomer n 1 2 @ + 1 1 14924188 +isomerase n 1 1 @ 1 0 14924359 +isomerisation n 1 2 @ + 1 0 07416107 +isomerism n 1 1 @ 1 0 13939734 +isomerization n 1 2 @ + 1 0 07416107 +isometric n 1 2 @ ~ 1 0 06801740 +isometric_exercise n 1 1 @ 1 0 00627849 +isometric_line n 1 2 @ ~ 1 0 06801740 +isometrics n 1 1 @ 1 0 00627849 +isometropia n 1 1 @ 1 0 14555688 +isometry n 4 3 @ + ; 4 0 15278960 13786187 05131537 04748654 +isomorphism n 1 2 @ ; 1 0 04744645 +isomorphy n 1 3 @ + ; 1 0 04744645 +isoniazid n 1 1 @ 1 0 03587715 +isopleth n 1 2 @ ~ 1 1 08589801 +isopod n 1 4 @ ~ #m %p 1 0 01990800 +isopoda n 1 3 @ #m %m 1 0 01990627 +isopropanol n 1 1 @ 1 0 14709907 +isopropyl_alcohol n 1 1 @ 1 0 14709907 +isoproterenol n 1 1 @ 1 0 03587874 +isoptera n 1 3 @ #m %m 1 0 02222718 +isoptin n 1 2 @ ; 1 0 04527808 +isopyrum n 1 3 @ #m %m 1 0 11735822 +isopyrum_biternatum n 1 2 @ #m 1 0 11735977 +isordil n 1 2 @ ; 1 0 03588046 +isoroku_yamamoto n 1 1 @ 1 0 11401797 +isosceles_triangle n 1 1 @ 1 0 13880199 +isosmotic_solution n 1 2 @ ~ 1 0 14849367 +isosorbide n 1 1 @ 1 0 03588046 +isospondyli n 1 3 @ #m %m 1 0 02528534 +isostasy n 1 2 @ ; 1 0 14003432 +isotherm n 1 4 @ #p + ; 1 0 08590172 +isothiocyanate n 1 2 @ #s 1 0 15033367 +isotonic_exercise n 1 1 @ 1 0 00628131 +isotonic_solution n 1 2 @ ~ 1 0 14849367 +isotope n 1 3 @ ~ + 1 0 14619658 +isotropy n 1 4 ! @ + ; 1 0 04917439 +israel n 2 5 @ #p %m %p - 2 0 08792548 08792295 +israel_baline n 1 1 @ 1 0 10847454 +israel_strassberg n 1 1 @ 1 0 11321051 +israel_zangwill n 1 1 @ 1 0 11404871 +israeli n 1 4 @ ~ #m + 1 1 09715833 +israeli_defense_force n 1 3 @ %p ; 1 0 08345613 +israeli_monetary_unit n 1 2 @ ~ 1 0 13706183 +israelite n 2 3 @ ~ #m 2 0 09715685 09681351 +israelites n 1 2 @ ; 1 0 08483935 +issachar n 1 2 @ ; 1 0 11074870 +issuance n 1 2 @ ~ 1 1 01060234 +issue n 11 5 @ ~ #m + ; 11 4 05814650 06596978 05814291 01060234 13367593 13260190 11410625 10373998 07319909 03303965 01103614 +issuer n 1 2 @ + 1 0 08055150 +issuing n 1 3 @ ~ + 1 0 01060234 +issus n 1 2 @ ; 1 0 01281638 +istanbul n 1 3 @ #p %p 1 0 09041785 +isthmian_games n 1 1 @ 1 0 00516381 +isthmus n 2 3 @ ~ + 2 0 09319604 05267211 +isthmus_of_corinth n 1 1 @ 1 0 09319902 +isthmus_of_darien n 1 2 @ %p 1 0 09320239 +isthmus_of_kra n 1 1 @ 1 0 09320111 +isthmus_of_panama n 1 2 @ %p 1 0 09320239 +isthmus_of_suez n 1 1 @ 1 0 09320485 +isthmus_of_tehuantepec n 1 1 @ 1 0 09320611 +istiophoridae n 1 3 @ #m %m 1 0 02630052 +istiophorus n 1 3 @ #m %m 1 0 02630468 +istiophorus_albicans n 1 2 @ #m 1 0 02630615 +isuprel n 1 2 @ ; 1 0 03587874 +isuridae n 1 2 @ %m 1 0 01483370 +isurus n 1 3 @ #m %m 1 0 01483980 +isurus_glaucus n 1 1 @ 1 0 01484562 +isurus_oxyrhincus n 1 1 @ 1 0 01484285 +isurus_paucus n 1 1 @ 1 0 01484447 +it n 1 1 @ 1 0 06134510 +itaconic_acid n 1 1 @ 1 0 14924473 +italia n 1 6 @ #m #p %m %p - 1 0 08801678 +italian n 2 6 @ ~ #m + ; - 2 2 09716047 06964247 +italian_bee n 1 1 @ 1 0 02209111 +italian_bread n 1 1 @ 1 0 07687626 +italian_capital n 1 5 @ #p %m %p - 1 0 08806897 +italian_clover n 1 1 @ 1 0 11753143 +italian_cypress n 1 1 @ 1 0 11632619 +italian_dressing n 1 1 @ 1 0 07834160 +italian_greyhound n 1 1 @ 1 0 02091032 +italian_honeysuckle n 1 2 @ #m 1 0 12674895 +italian_lira n 1 2 @ %p 1 0 13686376 +italian_millet n 1 3 @ ~ #m 1 0 12135270 +italian_monetary_unit n 1 2 @ ~ 1 0 13686268 +italian_parsley n 1 1 @ 1 0 12942572 +italian_peninsula n 1 3 @ #p %p 1 0 08801364 +italian_region n 1 2 @ ~ 1 0 08803382 +italian_renaissance n 1 2 @ #p 1 0 15260130 +italian_republic n 1 6 @ #m #p %m %p - 1 0 08801678 +italian_rice n 1 1 @ 1 0 07875436 +italian_rye n 1 1 @ 1 0 12125001 +italian_ryegrass n 1 1 @ 1 0 12125001 +italian_sandwich n 1 1 @ 1 0 07697825 +italian_sonnet n 1 1 @ 1 0 06382716 +italian_vegetable_marrow n 1 2 @ %p 1 0 12159942 +italian_vermouth n 1 2 @ #s 1 0 07899292 +italian_woodbine n 1 2 @ #m 1 0 12674895 +italic n 3 3 @ ~ + 3 1 06350918 06961853 06827344 +italic_language n 1 2 @ ~ 1 0 06961853 +italo_calvino n 1 1 @ 1 0 10880841 +italy n 1 7 @ #m #p %m %p + - 1 1 08801678 +itch n 3 3 @ ~ + 3 0 14180327 07490451 05723563 +itch_mite n 1 2 @ #m 1 0 01781698 +itchiness n 1 3 @ ~ + 1 0 05723563 +itching n 1 3 @ ~ + 1 0 05723563 +itchy_feet n 1 1 @ 1 0 09183140 +item n 5 4 @ ~ #p + 5 4 06482401 13809920 03588414 05817845 06795746 +itemisation n 1 3 @ ~ + 1 0 01011166 +itemization n 1 3 @ ~ + 1 0 01011166 +iteration n 3 3 @ + ; 3 0 13504173 13503908 01019129 +iterative n 1 1 @ 1 0 13805594 +iterative_aspect n 1 1 @ 1 0 13805594 +ithaca n 2 2 @ #p 2 0 09121814 08784746 +ithaki n 1 2 @ #p 1 0 08784746 +ithiel_town n 1 1 @ 1 0 11346710 +ithunn n 1 2 @ ; 1 0 09581338 +itinerant n 1 3 @ ~ + 1 0 10217831 +itinerary n 3 2 @ ~ 3 0 08616311 06423378 05905706 +itineration n 1 1 @ 1 0 00311381 +itraconazole n 1 1 @ 1 0 03588668 +iud n 1 2 @ ~ 1 0 03582096 +iv n 2 1 @ 2 0 13744304 01058983 +iva n 1 3 @ ~ #m 1 0 11985053 +iva_xanthifolia n 1 1 @ 1 0 11985321 +ivan_iii n 1 1 @ 1 0 11075021 +ivan_iii_vasilievich n 1 1 @ 1 0 11075021 +ivan_iv n 1 1 @ 1 0 11075219 +ivan_iv_vasilievich n 1 1 @ 1 0 11075219 +ivan_lendl n 1 1 @ 1 0 11126081 +ivan_pavlov n 1 1 @ 1 0 11227206 +ivan_petrovich_pavlov n 1 1 @ 1 0 11227206 +ivan_sergeevich_turgenev n 1 1 @ 1 0 11352035 +ivan_the_great n 1 1 @ 1 0 11075021 +ivan_the_terrible n 1 1 @ 1 0 11075219 +ivan_turgenev n 1 1 @ 1 0 11352035 +ivanov n 1 1 @ 1 0 11075352 +ives n 2 1 @ 2 0 11075670 11075452 +ivor_armstrong_richards n 1 1 @ 1 0 11260945 +ivory n 2 2 @ #s 2 2 14757547 04961331 +ivory-billed_woodpecker n 1 2 @ #m 1 0 01840412 +ivory-nut_palm n 1 3 @ #m %p 1 0 12594324 +ivory_black n 1 1 @ 1 1 14918883 +ivory_coast n 1 3 @ #p %p 1 0 08736517 +ivory_coast_franc n 1 2 @ %p 1 0 13677998 +ivory_gull n 1 2 @ #m 1 0 02042472 +ivory_nut n 1 2 @ #p 1 0 12594533 +ivory_palm n 1 3 @ #m %p 1 0 12594324 +ivory_plant n 1 3 @ #m %p 1 0 12594324 +ivory_tower n 1 1 @ 1 1 05674927 +ivory_tree n 1 2 @ #m 1 0 11772879 +ivorybill n 1 2 @ #m 1 0 01840412 +ivp n 2 1 @ 2 0 03582508 00906829 +ivry n 1 2 @ ; 1 0 01281813 +ivry_la_bataille n 1 2 @ ; 1 0 01281813 +ivy n 1 2 @ #m 1 1 11798978 +ivy-leaved_geranium n 1 2 @ #m 1 0 12687957 +ivy_arum n 1 2 @ #m 1 0 11788727 +ivy_family n 1 3 @ #m %m 1 0 11796744 +ivy_geranium n 1 2 @ #m 1 0 12687957 +ivy_league n 1 2 @ %m 1 0 08232706 +ivy_leaguer n 1 1 @ 1 0 10218043 +iw n 1 1 @ 1 0 00996180 +iwo n 1 3 @ #p ; 1 0 01282022 +iwo_jima n 2 3 @ #p ; 2 0 08927068 01282022 +iww n 1 1 @ 1 0 08473173 +ix n 1 1 @ 1 0 13745270 +ixia n 1 3 @ #m %m 1 0 12417686 +ixobrychus n 1 3 @ #m %m 1 0 02012063 +ixobrychus_exilis n 1 2 @ #m 1 0 02012185 +ixodes n 1 3 @ #m %m 1 0 01777032 +ixodes_dammini n 1 2 @ #m 1 0 01777304 +ixodes_dentatus n 1 2 @ #m 1 0 01778621 +ixodes_neotomae n 1 2 @ #m 1 0 01777467 +ixodes_pacificus n 1 2 @ #m 1 0 01777649 +ixodes_persulcatus n 1 2 @ #m 1 0 01778487 +ixodes_ricinus n 1 2 @ #m 1 0 01778217 +ixodes_scapularis n 1 2 @ #m 1 0 01777909 +ixodes_spinipalpis n 1 2 @ #m 1 0 01778801 +ixodid n 1 3 @ ~ #m 1 0 01776705 +ixodidae n 1 3 @ #m %m 1 0 01776546 +iyar n 1 3 @ #p %p 1 0 15215994 +iyyar n 1 3 @ #p %p 1 0 15215994 +iz_al-din_al-qassam_battalions n 1 3 @ #p ; 1 0 08040257 +izaak_walton n 1 1 @ 1 0 11373099 +izanagi n 1 1 @ 1 0 09535001 +izanami n 1 1 @ 1 0 09535130 +izar n 1 1 @ 1 0 03588216 +izmir n 1 2 @ #p 1 0 09042322 +izzard n 1 2 @ #m 1 0 06833890 +j n 2 3 @ #m %p 2 0 13726074 06832140 +j._b._rhine n 1 1 @ 1 0 11258924 +j._b._s._haldane n 1 1 @ 1 0 11023070 +j._c._maxwell n 1 1 @ 1 0 11166504 +j._craig_ventner n 1 1 @ 1 0 11362573 +j._d._salinger n 1 1 @ 1 0 11278980 +j._e._johnston n 1 1 @ 1 0 11088771 +j._edgar_hoover n 1 1 @ 1 0 11058914 +j._j._hill n 1 1 @ 1 0 11050057 +j._m._barrie n 1 1 @ 1 0 10835022 +j._m._synge n 1 1 @ 1 0 11327744 +j._p._morgan n 1 1 @ 1 0 11190446 +j._r._firth n 1 1 @ 1 0 10971264 +j.r.r._tolkien n 1 1 @ 1 0 11345181 +j_particle n 1 1 @ 1 0 09322349 +jab n 3 2 @ + 3 2 00334935 00135952 00135311 +jabalpur n 1 2 @ #p 1 0 08903487 +jabat_al-tahrir_al-filistiniyyah n 1 2 @ ; 1 0 08037503 +jabber n 1 2 @ + 1 0 06610992 +jabberer n 1 2 @ + 1 0 10034785 +jabbering n 1 2 @ + 1 0 06610992 +jabberwocky n 1 1 @ 1 0 06609296 +jabbing n 1 2 @ + 1 1 00334935 +jabiru n 3 2 @ #m 3 0 02004492 02004131 02003839 +jabiru_mycteria n 1 2 @ #m 1 0 02003839 +jaboncillo n 1 2 @ #m 1 0 12741792 +jabot n 1 1 @ 1 0 03588841 +jaboticaba n 2 4 @ #m #p %p 2 0 12333053 07765862 +jaboticaba_tree n 1 3 @ #m %p 1 0 12333053 +jacamar n 1 2 @ #m 1 0 01843065 +jacaranda n 1 2 @ #m 1 0 12523475 +jacinth n 1 1 @ 1 0 14909584 +jack n 12 5 @ ~ #m #p + 12 0 13773047 10294602 10241300 07754684 03589672 03589513 03589313 03589220 03589093 03588951 02576575 02389943 +jack-a-lantern n 1 2 @ #m 1 0 13005329 +jack-by-the-hedge n 1 2 @ #m 1 0 11870418 +jack-in-the-box n 1 1 @ 1 0 03590588 +jack-in-the-pulpit n 2 3 @ #m %p 2 0 11784497 11780148 +jack-o'-lantern n 2 1 @ 2 0 11459369 03590841 +jack-o-lantern n 1 2 @ #m 1 0 13005329 +jack-o-lantern_fungus n 1 2 @ #m 1 0 13005329 +jack-tar n 1 2 @ ~ 1 0 10294602 +jack_bean n 1 2 @ #m 1 0 12511239 +jack_benny n 1 1 @ 1 0 10845424 +jack_crevalle n 1 1 @ 1 0 02576906 +jack_dempsey n 1 1 @ 1 0 10930591 +jack_frost n 1 1 @ 1 0 09491222 +jack_kennedy n 1 1 @ 1 0 11101000 +jack_kerouac n 1 1 @ 1 0 11102493 +jack_ladder n 1 2 @ ; 1 0 03591116 +jack_lemmon n 1 1 @ 1 0 11125840 +jack_london n 1 1 @ 1 0 11137748 +jack_mackerel n 1 1 @ 1 0 02580679 +jack_nicklaus n 1 1 @ 1 0 11206356 +jack_oak n 2 1 @ 2 0 12274863 12271451 +jack_of_all_trades n 2 1 @ 2 1 10218164 10159289 +jack_pine n 1 1 @ 1 0 11615607 +jack_plane n 1 1 @ 1 0 03590932 +jack_roosevelt_robinson n 1 1 @ 1 0 11265731 +jack_salmon n 1 2 @ ~ 1 0 02557749 +jack_the_ripper n 1 1 @ 1 0 11077369 +jack_william_nicklaus n 1 1 @ 1 0 11206356 +jackal n 1 2 @ #m 1 0 02115096 +jackanapes n 1 1 @ 1 0 10776987 +jackass n 2 1 @ 2 1 10157744 02389943 +jackass_bat n 1 2 @ #m 1 0 02148512 +jackass_penguin n 1 2 @ #m 1 0 02057035 +jackboot n 1 1 @ 1 0 03516844 +jackdaw n 1 2 @ #m 1 1 01579578 +jacket n 5 5 @ ~ #p + ; 5 3 03589791 03590306 03139089 07711471 03590475 +jacket_crown n 1 2 @ ; 1 0 03139089 +jacket_potato n 1 1 @ 1 0 07711371 +jackfruit n 2 4 @ #m #p %p 2 0 12400720 07754684 +jackfruit_tree n 1 3 @ #m %p 1 0 12400720 +jackhammer n 1 1 @ 1 0 02689434 +jackie_robinson n 1 1 @ 1 0 11265731 +jacking_off n 1 2 @ ; 1 0 00856193 +jackknife n 2 2 @ + 2 0 03038480 00444340 +jackknife-fish n 1 2 @ #m 1 0 02595056 +jackknife_clam n 1 2 @ #m 1 0 01959029 +jacklight n 1 1 @ 1 0 03590732 +jackpot n 2 2 @ ; 2 0 13343774 13268683 +jackrabbit n 1 3 @ ~ #m 1 0 02327028 +jacks n 1 1 @ 1 0 00485262 +jackscrew n 1 1 @ 1 0 03591028 +jacksmelt n 1 2 @ #m 1 0 02602760 +jacksnipe n 2 2 @ #m 2 0 02032769 02028727 +jackson n 11 3 @ #p + 11 0 11077195 11076965 11076820 11076566 11076359 11076079 11075823 09159859 09140781 09105003 09101127 +jackson_pollock n 1 1 @ 1 0 11241106 +jacksonia n 1 2 @ #m 1 0 12536455 +jacksonian n 1 1 @ 1 0 10218292 +jacksonian_epilepsy n 1 1 @ 1 0 14087758 +jacksonville n 1 2 @ #p 1 0 09073258 +jackstones n 2 1 @ 2 0 03589313 00485262 +jackstraw n 1 1 @ 1 0 03591465 +jackstraws n 1 1 @ 1 0 00485450 +jacob n 2 2 @ ; 2 0 11077484 10218390 +jacob's_ladder n 2 2 @ ; 2 0 12809626 03591116 +jacob's_rod n 1 2 @ #m 1 0 12442548 +jacob's_staff n 1 2 @ #m 1 0 12381931 +jacob_epstein n 1 1 @ 1 0 10959664 +jacob_harmensen n 1 1 @ 1 0 10822962 +jacobean n 1 1 @ 1 0 10218692 +jacobean_lily n 1 2 @ #m 1 0 12422559 +jacobi n 1 1 @ 1 0 11077649 +jacobin n 1 2 @ + 1 0 10218802 +jacobinism n 1 1 @ 1 0 06220041 +jacobite n 1 1 @ 1 0 10218989 +jacobs n 3 1 @ 3 0 11078059 11077927 11077762 +jacobus_arminius n 1 1 @ 1 0 10822962 +jaconet n 1 1 @ 1 0 03591313 +jacopo_robusti n 1 1 @ 1 0 11343208 +jacquard n 3 1 @ 3 0 11078203 03591798 03591592 +jacquard_loom n 1 1 @ 1 0 03591592 +jacqueline_cochran n 1 1 @ 1 0 10903722 +jacquemier's_sign n 1 1 @ 1 0 14266521 +jacques_alexandre_cesar_charles n 1 1 @ 1 0 10892218 +jacques_anatole_francois_thibault n 1 1 @ 1 0 10977368 +jacques_bernoulli n 1 1 @ 1 0 10848356 +jacques_cartier n 1 1 @ 1 0 10885176 +jacques_charles n 1 1 @ 1 0 10892218 +jacques_costeau n 1 1 @ 1 0 10913503 +jacques_derrida n 1 1 @ 1 0 10931452 +jacques_etienne_montgolfier n 1 1 @ 1 0 11188123 +jacques_francois_antoine_ibert n 1 1 @ 1 0 11070531 +jacques_francois_fromental_elie_halevy n 1 1 @ 1 0 11023883 +jacques_germain_soufflot n 1 1 @ 1 0 11308877 +jacques_lipchitz n 1 1 @ 1 0 11133778 +jacques_loeb n 1 1 @ 1 0 11137175 +jacques_louis_david n 1 1 @ 1 0 10924072 +jacques_lucien_monod n 1 1 @ 1 0 11185816 +jacques_marquette n 1 1 @ 1 0 11158156 +jacques_monod n 1 1 @ 1 0 11185816 +jacques_offenbach n 1 1 @ 1 0 11212534 +jacques_tati n 1 1 @ 1 0 11332572 +jacques_tatischeff n 1 1 @ 1 0 11332572 +jacques_yves_costeau n 1 1 @ 1 0 10913503 +jacquinia n 1 3 @ #m %m 1 0 12099803 +jacquinia_armillaris n 1 2 @ #m 1 0 12099972 +jacquinia_keyensis n 1 2 @ #m 1 0 12100187 +jactation n 1 2 @ ; 1 0 04625515 +jactitation n 3 4 @ ~ + ; 3 0 07229530 06757479 04625515 +jaculus n 1 3 @ #m %m 1 0 02352175 +jaculus_jaculus n 1 2 @ #m 1 0 02352290 +jade n 4 2 @ + 4 1 14924602 09772930 04968749 02382204 +jade_green n 1 1 @ 1 0 04968749 +jade_vine n 1 2 @ #m 1 0 12571781 +jadeite n 1 1 @ 1 0 14678762 +jadestone n 1 1 @ 1 0 14924602 +jaeger n 1 3 @ ~ #m 1 0 02044178 +jafar n 1 2 @ ; 1 0 11078404 +jafar_umar_thalib n 1 2 @ ; 1 0 11078404 +jaffa n 1 2 @ #p 1 0 08798195 +jaffa_orange n 1 1 @ 1 0 07749095 +jaffar n 1 2 @ ; 1 0 11078404 +jaffar_umar_thalib n 1 2 @ ; 1 0 11078404 +jafnea_semitosta n 1 1 @ 1 0 13031474 +jag n 4 3 @ #p + 4 0 09320826 03592055 03591901 00749491 +jagannath n 1 1 @ 1 0 09530515 +jagannatha n 1 1 @ 1 0 09530515 +jagatai n 1 1 @ 1 0 06928047 +jagganath n 1 1 @ 1 0 09530515 +jaggary n 1 2 @ #s 1 0 15062955 +jaggedness n 1 2 @ + 1 0 04772691 +jagger n 1 1 @ 1 0 11078650 +jaggery n 1 2 @ #s 1 0 15062955 +jaggery_palm n 1 1 @ 1 0 12587132 +jagghery n 1 2 @ #s 1 0 15062955 +jaghatai n 1 1 @ 1 0 06928047 +jagua n 1 3 @ #m %p 1 0 12667582 +jaguar n 1 2 @ #m 1 0 02128925 +jaguarondi n 1 2 @ #m 1 0 02125689 +jaguarundi n 1 2 @ #m 1 0 02125689 +jaguarundi_cat n 1 2 @ #m 1 0 02125689 +jahvey n 1 1 @ 1 0 09538318 +jahweh n 1 1 @ 1 0 09538318 +jai_alai n 1 1 @ 1 0 00480366 +jail n 1 3 @ ~ + 1 1 03592245 +jail_bird n 1 1 @ 1 0 10219121 +jail_cell n 1 3 @ ~ #p 1 0 02991302 +jail_delivery n 1 1 @ 1 0 00095873 +jailbird n 1 1 @ 1 0 10219121 +jailbreak n 1 1 @ 1 0 00059989 +jailer n 1 2 @ + 1 0 10149867 +jailhouse n 1 2 @ ~ 1 0 03592245 +jailor n 1 2 @ + 1 0 10149867 +jainism n 2 4 @ %m + - 2 0 08098192 06239655 +jainist n 1 3 @ #m + 1 0 09685085 +jaish-e-muhammad n 1 2 @ ; 1 0 08026197 +jaish-i-mohammed n 1 2 @ ; 1 0 08026197 +jak n 1 2 @ #p 1 0 07754684 +jakarta n 1 2 @ #p 1 0 08909719 +jakes n 1 1 @ 1 0 03860404 +jakob-creutzfeldt_disease n 1 1 @ 1 0 14100494 +jakob_behmen n 1 1 @ 1 0 10854397 +jakob_bernoulli n 1 1 @ 1 0 10848356 +jakob_boehm n 1 1 @ 1 0 10854397 +jakob_boehme n 1 1 @ 1 0 10854397 +jakob_bohme n 1 1 @ 1 0 10854397 +jakob_grimm n 1 1 @ 1 0 11016563 +jakob_hermandszoon n 1 1 @ 1 0 10822962 +jakob_liebmann_beer n 1 1 @ 1 0 11177695 +jakob_ludwig_felix_mendelssohn-bartholdy n 1 1 @ 1 0 11173917 +jakob_ludwig_karl_grimm n 1 1 @ 1 0 11016563 +jakobson n 1 1 @ 1 0 11078774 +jalalabad n 1 2 @ #p 1 0 08704116 +jalapeno n 2 5 @ ~ #m %s %p 2 0 12900987 07721678 +jalapeno_pepper n 1 2 @ ~ 1 0 07721678 +jalopy n 1 1 @ 1 0 02924554 +jalousie n 2 2 @ %p 2 0 03692842 03592669 +jam n 4 3 @ ~ + 4 1 07642933 14409489 08183398 01253379 +jam_session n 1 1 @ 1 1 00102374 +jamaat_ul-fuqra n 1 2 @ ; 1 0 08026539 +jamaica n 2 7 @ #m #p %m %p + - 2 0 08753933 08753729 +jamaica_apple n 1 2 @ #p 1 0 07761461 +jamaica_bayberry n 1 2 @ #m 1 0 12330891 +jamaica_caper_tree n 1 1 @ 1 0 11865429 +jamaica_dogwood n 1 2 @ #m 1 0 12559518 +jamaica_honeysuckle n 1 2 @ %p 1 0 12384375 +jamaica_quassia n 2 4 @ #m #s %s 2 0 12718685 12718483 +jamaica_rum n 1 1 @ 1 0 07905386 +jamaica_shorts n 1 2 @ ; 1 0 02831595 +jamaica_sorrel n 1 1 @ 1 0 12179632 +jamaican n 1 3 @ #m + 1 1 09718092 +jamaican_capital n 1 2 @ #p 1 0 08754238 +jamaican_cherry n 1 2 @ #m 1 0 12194147 +jamaican_dollar n 1 1 @ 1 0 13673554 +jamais_vu n 1 1 @ 1 0 05684839 +jamb n 1 3 @ ~ #p 1 0 03592773 +jambalaya n 1 1 @ 1 0 07869611 +jambeau n 1 2 @ #p 1 0 03457451 +jamberry n 2 2 @ %p 2 0 12911673 12911440 +jambon n 1 2 @ ~ 1 0 07669891 +jamboree n 1 1 @ 1 0 00518669 +jambos n 1 2 @ #m 1 0 12332718 +jambosa n 1 3 @ #m %p 1 0 12332218 +james n 10 4 @ #m #p ; 10 0 11080351 11080174 11079802 11079544 11079392 11079252 11078982 09321180 09320985 06446711 +james_a._garfield n 1 1 @ 1 0 10990733 +james_abbott_mcneill_whistler n 1 1 @ 1 0 11383425 +james_abraham_garfield n 1 1 @ 1 0 10990733 +james_agee n 1 1 @ 1 0 10809576 +james_albert_michener n 1 1 @ 1 0 11178631 +james_alfred_van_allen n 1 1 @ 1 0 11358374 +james_arthur_baldwin n 1 1 @ 1 0 10832251 +james_augustine_aloysius_joyce n 1 1 @ 1 0 11093116 +james_augustus_henry_murray n 1 1 @ 1 0 11197099 +james_augustus_murray n 1 1 @ 1 0 11197099 +james_baldwin n 1 1 @ 1 0 10832251 +james_barrie n 1 1 @ 1 0 10835022 +james_bay n 1 2 @ #p 1 0 09321338 +james_bernoulli n 1 1 @ 1 0 10848356 +james_bond n 1 1 @ 1 0 09590377 +james_boswell n 1 1 @ 1 0 10858872 +james_bowie n 1 1 @ 1 0 10859857 +james_branch_cabell n 1 1 @ 1 0 10877456 +james_buchanan n 1 1 @ 1 0 10869931 +james_buchanan_brady n 1 1 @ 1 0 10861329 +james_butler_hickock n 1 1 @ 1 0 11049443 +james_byron_dean n 1 1 @ 1 0 10926066 +james_cagney n 1 1 @ 1 0 10878844 +james_clark_ross n 1 1 @ 1 0 11271094 +james_clerk_maxwell n 1 1 @ 1 0 11166504 +james_cleveland_owens n 1 1 @ 1 0 11219293 +james_cook n 1 1 @ 1 0 10908313 +james_crichton n 1 1 @ 1 0 10915025 +james_dean n 1 1 @ 1 0 10926066 +james_dewey_watson n 1 1 @ 1 0 11376201 +james_douglas_morrison n 1 1 @ 1 0 11192533 +james_earl_carter n 1 1 @ 1 0 10884831 +james_earl_carter_jr. n 1 1 @ 1 0 10884831 +james_edmund_scripps n 1 1 @ 1 0 11290107 +james_edward_meade n 1 1 @ 1 0 11170604 +james_fenimore_cooper n 1 1 @ 1 0 10909127 +james_francis_thorpe n 1 1 @ 1 0 11341479 +james_franck n 1 1 @ 1 0 10978422 +james_garfield n 1 1 @ 1 0 10990733 +james_george_frazer n 1 1 @ 1 0 10979694 +james_grover_thurber n 1 1 @ 1 0 11341760 +james_hargreaves n 1 1 @ 1 0 11029005 +james_harold_doolittle n 1 1 @ 1 0 10940053 +james_harvey_robinson n 1 1 @ 1 0 11265914 +james_henry_leigh_hunt n 1 1 @ 1 0 11066772 +james_hogg n 1 1 @ 1 0 11055807 +james_howard_meredith n 1 1 @ 1 0 11176005 +james_hutton n 1 1 @ 1 0 11069261 +james_i n 1 2 @ #m 1 0 11079802 +james_ii n 1 2 @ #m 1 0 11080174 +james_iv n 1 2 @ #m 1 0 11080351 +james_ives n 1 1 @ 1 0 11075452 +james_jerome_hill n 1 1 @ 1 0 11050057 +james_john_corbett n 1 1 @ 1 0 10910421 +james_joseph_tunney n 1 1 @ 1 0 11351832 +james_joyce n 1 1 @ 1 0 11093116 +james_k._polk n 1 1 @ 1 0 11240733 +james_knox_polk n 1 1 @ 1 0 11240733 +james_langston_hughes n 1 1 @ 1 0 11065101 +james_leonard_farmer n 1 1 @ 1 0 10966665 +james_madison n 1 1 @ 1 0 11148486 +james_maitland_stewart n 1 1 @ 1 0 11318171 +james_marshall_hendrix n 1 1 @ 1 0 11040024 +james_mason n 1 1 @ 1 0 11163041 +james_matthew_barrie n 1 1 @ 1 0 10835022 +james_mckeen_cattell n 1 1 @ 1 0 10891428 +james_meredith n 1 1 @ 1 0 11176005 +james_merritt_ives n 1 1 @ 1 0 11075452 +james_michener n 1 1 @ 1 0 11178631 +james_mill n 1 1 @ 1 0 11179502 +james_monroe n 1 1 @ 1 0 11186042 +james_murray n 1 1 @ 1 0 11197099 +james_naismith n 1 1 @ 1 0 11199234 +james_neville_mason n 1 1 @ 1 0 11163041 +james_parkinson n 1 1 @ 1 0 11223294 +james_polk n 1 1 @ 1 0 11240733 +james_prescott_joule n 1 1 @ 1 0 11092740 +james_riddle_hoffa n 1 1 @ 1 0 11054173 +james_river n 2 2 @ #p 2 0 09321180 09320985 +james_scott_connors n 1 1 @ 1 0 10907501 +james_thomas_farrell n 1 1 @ 1 0 10967311 +james_thomas_harris n 1 1 @ 1 0 11030679 +james_thurber n 1 1 @ 1 0 11341760 +james_tobin n 1 1 @ 1 0 11344235 +james_usher n 1 1 @ 1 0 11357879 +james_ussher n 1 1 @ 1 0 11357879 +james_watson n 1 1 @ 1 0 11376201 +james_watt n 1 1 @ 1 0 11376742 +james_whitcomb_riley n 1 1 @ 1 0 11262468 +james_william_fulbright n 1 1 @ 1 0 10985160 +james_wilson n 1 1 @ 1 0 11391587 +james_wyatt n 1 1 @ 1 0 11399620 +jamesonia n 1 2 @ #m 1 0 13211179 +jamestown n 1 2 @ #p 1 0 09150448 +jamestown_weed n 1 1 @ 1 0 12903503 +jamison n 1 1 @ 1 0 11080601 +jamjar n 1 1 @ 1 0 03593122 +jammer n 1 1 @ 1 0 03592931 +jammies n 1 2 @ ~ 1 0 03877472 +jamming n 1 3 @ ~ + 1 0 01253379 +jammu_and_kashmir n 1 4 @ #p %p - 1 0 08975617 +jampan n 1 1 @ 1 0 03593034 +jampot n 1 1 @ 1 0 03593122 +jan n 1 3 @ #p %p 1 1 15210045 +jan_amos_komensky n 1 1 @ 1 0 10905568 +jan_christian_smuts n 1 1 @ 1 0 11306619 +jan_evangelista_purkinje n 1 1 @ 1 0 11248777 +jan_hendrix_oort n 1 1 @ 1 0 11215541 +jan_hus n 1 1 @ 1 0 11067885 +jan_steen n 1 1 @ 1 0 11314219 +jan_swammerdam n 1 1 @ 1 0 11326154 +jan_tinbergen n 1 1 @ 1 0 11342905 +jan_van_der_meer n 1 1 @ 1 0 11363269 +jan_van_eyck n 1 1 @ 1 0 10964052 +jan_vermeer n 1 1 @ 1 0 11363269 +jane_austen n 1 1 @ 1 0 10829293 +jane_doe n 1 2 @ ; 1 0 10219240 +jane_fonda n 1 1 @ 1 0 10974136 +jane_goodall n 1 1 @ 1 0 11007181 +jane_jacobs n 1 1 @ 1 0 11077927 +jane_seymour n 1 1 @ 1 0 11294680 +jangle n 1 2 @ + 1 0 07385998 +janis_joplin n 1 1 @ 1 0 11091545 +janissary n 2 1 @ 2 1 10219453 10219380 +janitor n 1 1 @ 1 1 10219577 +jansen n 1 1 @ 1 0 11080745 +jansenism n 1 2 @ + 1 0 06188989 +jansenist n 1 2 @ + 1 1 10219680 +january n 1 3 @ #p %p 1 1 15210045 +january_1 n 3 3 @ #p ; 3 0 15193271 15192890 15182189 +january_19 n 1 1 @ 1 0 15182569 +january_20 n 2 2 @ #p 2 0 15185721 15159265 +january_6 n 1 2 @ #p 1 0 15194506 +janus n 1 2 @ ; 1 0 09563619 +jap n 1 2 @ ; 1 1 09718652 +jap_clover n 1 2 @ #m 1 0 12543455 +japan n 4 6 @ #p %m %p + - 4 2 08920381 08921850 03593362 03593222 +japan_allspice n 1 2 @ #m 1 0 11701698 +japan_bittersweet n 1 2 @ #m 1 0 12748534 +japan_cedar n 1 2 @ #m 1 0 11636204 +japan_clover n 1 2 @ #m 1 0 12543455 +japan_current n 1 1 @ 1 0 11489686 +japan_tallow n 1 1 @ 1 0 14924786 +japan_trench n 1 1 @ 1 0 09321527 +japan_wax n 1 1 @ 1 0 14924786 +japanese n 2 6 @ ~ #m + ; - 2 2 09718217 06929279 +japanese_allspice n 1 2 @ #m 1 0 11701698 +japanese_andromeda n 1 2 @ #m 1 0 12243459 +japanese_angelica_tree n 1 2 @ #m 1 0 11798496 +japanese_apricot n 1 1 @ 1 0 12640839 +japanese_archipelago n 1 3 @ #p %p 1 0 08920381 +japanese_banana n 1 1 @ 1 0 12352844 +japanese_barberry n 1 1 @ 1 0 11698245 +japanese_barnyard_millet n 1 2 @ #m 1 0 12117912 +japanese_beech n 1 2 @ #m 1 0 12262185 +japanese_beetle n 1 2 @ #m 1 0 02173373 +japanese_bittersweet n 1 2 @ #m 1 0 12748534 +japanese_black_pine n 1 1 @ 1 0 11618290 +japanese_brome n 1 1 @ 1 0 12111744 +japanese_capital n 1 2 @ #p 1 0 08923348 +japanese_carpet_grass n 1 1 @ 1 0 12146488 +japanese_cedar n 1 2 @ #m 1 0 11636204 +japanese_cherry n 1 1 @ 1 1 12649317 +japanese_chess n 1 1 @ 1 0 12111744 +japanese_chestnut n 1 2 @ #m 1 0 12263588 +japanese_clover n 1 2 @ #m 1 0 12543455 +japanese_crab n 1 1 @ 1 0 07788340 +japanese_deer n 1 2 @ #m 1 0 02431976 +japanese_deity n 1 2 @ ~ 1 0 09534428 +japanese_flowering_cherry n 2 1 @ 2 0 12649539 12649317 +japanese_honeysuckle n 1 2 @ #m 1 0 12675876 +japanese_hop n 1 1 @ 1 0 12398526 +japanese_iris n 1 1 @ 1 0 12414035 +japanese_islands n 1 3 @ #p %p 1 0 08920381 +japanese_ivy n 1 2 @ #m 1 0 13148208 +japanese_lacquer_tree n 1 2 @ #m 1 0 12767648 +japanese_lawn_grass n 1 1 @ 1 0 12146654 +japanese_leaf n 1 2 @ #m 1 0 11781658 +japanese_leek n 1 1 @ 1 0 12433952 +japanese_lilac n 1 1 @ 1 0 12311413 +japanese_lime n 1 1 @ 1 0 12204032 +japanese_linden n 1 1 @ 1 0 12204032 +japanese_maple n 2 1 @ 2 0 12755876 12755727 +japanese_medlar n 1 3 @ #m %p 1 0 12629666 +japanese_millet n 1 2 @ #m 1 0 12117912 +japanese_monetary_unit n 1 2 @ ~ 1 0 13709591 +japanese_morning_glory n 1 1 @ 1 0 12828791 +japanese_oak n 2 2 @ #m 2 0 12275317 12265600 +japanese_oyster n 1 2 @ #m 1 0 01961234 +japanese_pagoda_tree n 1 2 @ #m 1 0 12570394 +japanese_persimmon n 1 3 @ #m %p 1 0 12771390 +japanese_pink n 1 1 @ 1 0 11808932 +japanese_plum n 3 4 @ #m #p %p 3 0 12648693 12629666 07763792 +japanese_poinsettia n 1 2 @ #m 1 0 12920521 +japanese_privet n 1 1 @ 1 0 12308447 +japanese_quince n 1 1 @ 1 0 12624721 +japanese_radish n 1 1 @ 1 0 11895092 +japanese_red_army n 1 2 @ ; 1 0 08026904 +japanese_red_pine n 1 1 @ 1 0 11618079 +japanese_rose n 1 1 @ 1 0 12622072 +japanese_snowbell n 1 1 @ 1 0 12777778 +japanese_spaniel n 1 1 @ 1 0 02085782 +japanese_spurge n 1 1 @ 1 0 12747371 +japanese_stranglehold n 1 1 @ 1 0 00814274 +japanese_sumac n 1 2 @ #m 1 0 12767648 +japanese_table_pine n 1 1 @ 1 0 11618079 +japanese_tree_lilac n 1 1 @ 1 0 12311224 +japanese_umbrella_pine n 1 2 @ #m 1 0 11660300 +japanese_varnish_tree n 2 2 @ #m 2 0 12767648 12198286 +japanese_wistaria n 1 1 @ 1 0 12580654 +japanese_yew n 1 2 @ #m 1 0 11662371 +jape n 1 3 @ ~ %p 1 0 06778102 +japery n 1 2 @ ~ 1 0 00513401 +japheth n 1 2 @ ; 1 0 10219778 +japonica n 2 1 @ 2 0 12929600 12624568 +jar n 3 4 @ ~ %p + 3 1 03593526 13767822 07339098 +jarful n 1 1 @ 1 0 13767822 +jargon n 3 3 @ ~ - 3 1 07157273 14924915 07071017 +jargoon n 1 1 @ 1 0 14924915 +jaroslav_hasek n 1 1 @ 1 0 11033870 +jarrell n 1 1 @ 1 0 11080884 +jarvik_artificial_heart n 1 1 @ 1 0 03593862 +jarvik_heart n 1 1 @ 1 0 03593862 +jasmine n 1 3 @ ~ #m 1 0 12306717 +jasmine_tobacco n 1 1 @ 1 0 12907671 +jasminum n 1 3 @ #m %m 1 0 12306519 +jasminum_mesnyi n 1 1 @ 1 0 12306938 +jasminum_nudiflorum n 1 1 @ 1 0 12307076 +jasminum_officinale n 1 1 @ 1 0 12307240 +jasminum_sambac n 1 1 @ 1 0 12307455 +jason n 1 2 @ ; 1 0 09592384 +jasper n 1 1 @ 1 0 14925033 +jasper_johns n 1 1 @ 1 0 11087931 +jaspers n 1 1 @ 1 0 11080987 +jassid n 1 1 @ 1 0 02259136 +jassidae n 1 3 @ #m %m 1 0 02258910 +jat n 1 1 @ 1 0 10219879 +jati n 1 3 @ #m ; 1 0 08306371 +jatropha n 1 3 @ #m %m 1 0 12925394 +jatropha_curcus n 1 2 @ #m 1 0 12925583 +jatropha_stimulosus n 1 2 @ #m 1 0 12925179 +jatropha_urens n 1 2 @ #m 1 0 12925179 +jaun_gris n 1 1 @ 1 0 11017020 +jaundice n 2 4 @ ~ %p + 2 0 14319684 04643397 +jaundice_of_the_newborn n 1 1 @ 1 0 14320016 +jaunt n 1 3 @ ~ + 1 0 00311809 +jauntiness n 2 2 @ + 2 0 04814025 04633797 +jaunting_car n 1 1 @ 1 0 03594010 +jaunty_car n 1 1 @ 1 0 03594010 +java n 3 7 @ ~ #p %m %s %p + 3 2 08908248 07929519 06901053 +java_finch n 1 2 @ #m 1 0 01543632 +java_man n 1 1 @ 1 0 02473720 +java_olives n 1 1 @ 1 0 12195734 +java_pepper n 1 3 @ #m %p 1 0 13150178 +java_sparrow n 1 2 @ #m 1 0 01543632 +javan n 1 3 @ #m + 1 0 10220080 +javanese n 2 3 @ #m + 2 0 10220080 06939431 +javanthropus n 1 1 @ 1 0 02474282 +javel_water n 1 1 @ 1 0 14921974 +javelin n 2 1 @ 2 0 07470420 03594148 +javelina n 1 1 @ 1 0 02397744 +javelle_water n 1 1 @ 1 0 14921974 +jaw n 3 5 @ ~ #p %p + 3 1 05546040 05603160 03594277 +jawaharlal_nehru n 1 1 @ 1 0 11202833 +jawan n 1 2 @ ; 1 0 10220228 +jawbone n 1 3 @ ~ %p 1 0 05275905 +jawbreaker n 2 1 @ 2 0 07599161 06305385 +jawfish n 1 2 @ #m 1 0 02611561 +jawless_fish n 1 3 @ ~ #m 1 0 01474283 +jawless_vertebrate n 1 3 @ ~ #m 1 0 01474283 +jaws_of_life n 1 2 @ ; 1 0 03594523 +jay n 2 3 @ ~ #m 2 0 11081111 01580077 +jay_cooke n 1 1 @ 1 0 10908534 +jay_gould n 1 1 @ 1 0 11009273 +jaybird n 1 2 @ #m 1 0 01580870 +jayshullah n 1 2 @ ; 1 0 08027314 +jaywalker n 1 2 @ + 1 0 10220360 +jazz n 3 5 @ ~ + ; - 3 0 07136711 07062697 07060976 +jazz_age n 1 1 @ 1 0 15255439 +jazz_band n 1 1 @ 1 0 08250302 +jazz_festival n 1 1 @ 1 1 00518039 +jazz_group n 1 1 @ 1 1 08250302 +jazz_musician n 1 2 @ ~ 1 1 10220486 +jazzman n 1 2 @ ~ 1 0 10220486 +jdam n 1 1 @ 1 0 03601442 +je_ne_sais_quoi n 1 1 @ 1 0 03595179 +jealousy n 2 1 @ 2 1 07550079 05706076 +jean n 2 3 @ ~ ; 2 0 03594734 03175189 +jean-baptiste_poquelin n 1 1 @ 1 0 11184694 +jean-claude_duvalier n 1 1 @ 1 0 10946750 +jean-frederic_joliot n 1 1 @ 1 0 11088969 +jean-frederic_joliot-curie n 1 1 @ 1 0 11088969 +jean-jacques_rousseau n 1 1 @ 1 0 11272689 +jean-louis_lebris_de_kerouac n 1 1 @ 1 0 11102493 +jean-paul_sartre n 1 1 @ 1 0 11282286 +jean-philippe_rameau n 1 1 @ 1 0 11252915 +jean_anouilh n 1 1 @ 1 0 10818715 +jean_antoine_watteau n 1 1 @ 1 0 11376939 +jean_arp n 1 1 @ 1 0 10824146 +jean_auguste_dominique_ingres n 1 1 @ 1 0 11071838 +jean_baptiste_camille_corot n 1 1 @ 1 0 10911948 +jean_baptiste_de_lamarck n 1 1 @ 1 0 11114791 +jean_baptiste_donatien_de_vimeur n 1 1 @ 1 0 11266703 +jean_baptiste_joseph_fourier n 1 1 @ 1 0 10976468 +jean_baptiste_lully n 1 1 @ 1 0 11144860 +jean_baptiste_racine n 1 1 @ 1 0 11251788 +jean_bernard_leon_foucault n 1 1 @ 1 0 10976004 +jean_bernoulli n 1 1 @ 1 0 10848500 +jean_caulvin n 1 1 @ 1 0 10880398 +jean_cauvin n 1 1 @ 1 0 10880398 +jean_chauvin n 1 1 @ 1 0 10880398 +jean_cocteau n 1 1 @ 1 0 10904107 +jean_de_la_fontaine n 1 1 @ 1 0 11114637 +jean_edouard_vuillard n 1 1 @ 1 0 11369551 +jean_francois_champollion n 1 1 @ 1 0 10890211 +jean_francois_millet n 1 1 @ 1 0 11180357 +jean_genet n 1 1 @ 1 0 10993936 +jean_giraudoux n 1 1 @ 1 0 11001211 +jean_harlow n 1 1 @ 1 0 11029132 +jean_honore_fragonard n 1 1 @ 1 0 10977159 +jean_laffite n 1 1 @ 1 0 11114423 +jean_lafitte n 1 1 @ 1 0 11114423 +jean_louis_charles_garnier n 1 1 @ 1 0 10991303 +jean_louis_rodolphe_agassiz n 1 1 @ 1 0 10809317 +jean_luc_godard n 1 1 @ 1 0 11002684 +jean_martin_charcot n 1 1 @ 1 0 10891830 +jean_monnet n 1 1 @ 1 0 11185680 +jean_nicholas_arthur_rimbaud n 1 1 @ 1 0 11262765 +jean_paul_marat n 1 1 @ 1 0 11155577 +jean_piaget n 1 1 @ 1 0 11234292 +jean_racine n 1 1 @ 1 0 11251788 +jean_sibelius n 1 1 @ 1 0 11299367 +jeanne_antoinette_poisson n 1 1 @ 1 0 11241655 +jeanne_d'arc n 1 1 @ 1 0 11081353 +jeannette_rankin n 1 1 @ 1 0 11253802 +jebel_musa n 1 2 @ #p 1 0 09321694 +jed'dah n 1 2 @ #p 1 0 08994834 +jeddah n 1 2 @ #p 1 0 08994834 +jeep n 1 1 @ 1 1 03594945 +jeer n 1 2 @ + 1 0 06716234 +jeerer n 1 2 @ + 1 0 10561320 +jeering n 1 2 @ + 1 0 06716234 +jeffers n 1 1 @ 1 0 11081673 +jefferson n 1 2 @ + 1 0 11081828 +jefferson_city n 1 2 @ #p 1 0 09106912 +jefferson_davis n 1 1 @ 1 0 10924649 +jefferson_davis'_birthday n 1 2 @ #p 1 0 15189684 +jeffersonian n 1 1 @ 1 0 10220807 +jeffrey's_pine n 1 1 @ 1 0 11614713 +jeffrey_pine n 1 1 @ 1 0 11614713 +jehad n 2 1 @ 2 0 00996673 00996513 +jehovah n 2 2 @ ~ 2 0 09538318 09536363 +jehovah's_witness n 1 2 @ #m 1 0 10248377 +jehovah's_witnesses n 1 2 @ %m 1 0 08091575 +jejunal_artery n 1 2 @ #p 1 0 05348698 +jejuneness n 3 2 @ + 3 0 14426568 05206573 04791453 +jejunitis n 1 1 @ 1 0 14348070 +jejunity n 2 2 @ + 2 0 05206573 04791453 +jejunoileitis n 1 1 @ 1 0 14348176 +jejunostomy n 1 1 @ 1 0 00681441 +jejunum n 1 1 @ 1 1 05535247 +jekyll_and_hyde n 1 1 @ 1 0 10220924 +jell-o n 1 2 @ ; 1 0 07613815 +jellaba n 1 1 @ 1 0 03595055 +jello n 1 1 @ 1 0 07613815 +jelly n 3 3 @ ~ + 3 2 07643981 07643306 14925198 +jelly_bean n 1 1 @ 1 0 07606669 +jelly_doughnut n 1 1 @ 1 0 07639344 +jelly_egg n 1 1 @ 1 0 07606669 +jelly_fungus n 1 2 @ ~ 1 0 13060190 +jelly_roll_morton n 1 1 @ 1 0 11193058 +jellyfish n 2 3 @ ~ #m 2 0 01913166 01910747 +jellyleaf n 1 2 @ #m 1 0 12186554 +jellyroll n 1 1 @ 1 0 07632357 +jem n 1 2 @ ; 1 0 08026197 +jemaah_islamiyah n 1 2 @ ; 1 0 08027518 +jemmy n 1 1 @ 1 0 03599351 +jena n 1 3 @ #p ; 1 0 01282289 +jenghiz_khan n 1 1 @ 1 0 10994308 +jenner n 1 1 @ 1 0 11082135 +jennet n 1 1 @ 1 0 02390015 +jenny n 2 1 @ 2 0 11082353 02390015 +jenny_ass n 1 1 @ 1 0 02390015 +jenny_lind n 1 1 @ 1 0 11132768 +jenny_wren n 1 3 @ ~ #m 1 0 01584225 +jens_otto_harry_jespersen n 1 1 @ 1 0 11083527 +jensen n 1 1 @ 1 0 11082535 +jeopardy n 1 3 @ ~ + 1 1 14541852 +jerboa n 1 3 @ ~ #m 1 0 02351870 +jerboa_kangaroo n 1 2 @ #m 1 0 01880813 +jerboa_rat n 1 3 @ ~ #m 1 0 02334460 +jeremiad n 1 1 @ 1 0 07211374 +jeremiah n 2 3 @ #p ; 2 0 11082842 06438290 +jeremy_bentham n 1 1 @ 1 0 10845603 +jerevan n 1 2 @ #p 1 0 09018030 +jerez n 1 2 @ #p 1 0 09026204 +jerez_de_la_frontera n 1 2 @ #p 1 0 09026204 +jericho n 1 2 @ #p 1 0 08927836 +jerk n 6 5 @ ~ #p + ; 6 2 10221040 00335988 15279480 07664770 00626423 00115500 +jerk-off n 1 2 @ + 1 0 10717196 +jerked_meat n 1 2 @ ~ 1 0 07664770 +jerker n 1 2 @ + 1 0 10802147 +jerkin n 1 1 @ 1 0 03595264 +jerkiness n 1 3 @ ~ + 1 0 04770535 +jerking n 1 2 @ + 1 1 00335988 +jerking_off n 1 2 @ ; 1 0 00856193 +jerky n 1 2 @ ~ 1 0 07664770 +jeroboam n 2 2 @ ; 2 0 11082652 03595409 +jeroboam_i n 1 2 @ ; 1 0 11082652 +jerom_bos n 1 1 @ 1 0 10858468 +jerome n 1 2 @ ; 1 0 11083064 +jerome_david_kern n 1 1 @ 1 0 11102353 +jerome_david_salinger n 1 1 @ 1 0 11278980 +jerome_kern n 1 1 @ 1 0 11102353 +jerome_robbins n 1 1 @ 1 0 11263803 +jerry n 1 2 @ ; 1 0 09748239 +jerry-builder n 1 1 @ 1 0 10221162 +jerry-building n 1 1 @ 1 0 01105038 +jerry_lee_lewis n 1 1 @ 1 0 11131358 +jersey n 5 5 @ ~ #p %p - 5 0 09112282 08887238 03595614 03595523 02406749 +jersey_city n 1 2 @ #p 1 0 09113479 +jersey_elm n 1 2 @ #m 1 0 12408466 +jersey_fern n 1 2 @ #m 1 0 13208302 +jersey_knapweed n 1 1 @ 1 0 11941178 +jersey_lillie n 1 1 @ 1 0 11117108 +jersey_pine n 1 1 @ 1 0 11616852 +jerusalem n 1 3 @ #p %p 1 1 08794798 +jerusalem_artichoke n 3 3 @ #p %p 3 0 11979964 11979715 07719058 +jerusalem_artichoke_sunflower n 1 2 @ %p 1 0 11979715 +jerusalem_cherry n 1 1 @ 1 0 12896862 +jerusalem_cricket n 1 2 @ #m 1 0 02229156 +jerusalem_cross n 1 1 @ 1 0 03595737 +jerusalem_oak n 1 1 @ 1 0 11829205 +jerusalem_sage n 1 2 @ #m 1 0 12861541 +jerusalem_thorn n 4 4 @ #m %s %p 4 0 13143758 13143285 12497669 11757190 +jerusalem_warriors n 1 2 @ ; 1 0 08027920 +jespersen n 1 1 @ 1 0 11083527 +jessamine n 1 1 @ 1 0 12307240 +jesse_jackson n 1 1 @ 1 0 11076566 +jesse_james n 1 1 @ 1 0 11079544 +jesse_louis_jackson n 1 1 @ 1 0 11076566 +jesse_owens n 1 1 @ 1 0 11219293 +jessica_lucy_mitford n 1 1 @ 1 0 11183211 +jessica_mitford n 1 1 @ 1 0 11183211 +jessica_tandy n 1 1 @ 1 0 11330504 +jessye_norman n 1 1 @ 1 0 11209428 +jest n 2 4 @ ~ %p + 2 1 06778102 00431005 +jester n 1 2 @ + 1 0 10221312 +jesuit n 1 3 @ #m + 1 1 10221520 +jesuit's_bark n 1 2 @ #p 1 0 12664710 +jesuit_order n 1 2 @ %m 1 0 08149473 +jesuitism n 1 2 @ + 1 0 06185138 +jesuitry n 1 1 @ 1 0 06185138 +jesuits'_nut n 1 1 @ 1 0 12348518 +jesus n 1 2 @ ~ 1 1 11083656 +jesus_christ n 1 2 @ ~ 1 1 11083656 +jesus_of_nazareth n 1 2 @ ~ 1 0 11083656 +jet n 6 4 @ ~ %p + 6 2 03595860 07436100 14925378 11475067 03606572 03387926 +jet-propelled_plane n 1 3 @ ~ %p 1 0 03595860 +jet_black n 1 1 @ 1 0 04960582 +jet_bridge n 1 1 @ 1 0 03596099 +jet_engine n 1 5 @ ~ #p %p - 1 0 03596285 +jet_lag n 1 1 @ 1 0 14017033 +jet_plane n 1 3 @ ~ %p 1 1 03595860 +jet_propulsion n 1 1 @ 1 0 11470008 +jet_set n 1 1 @ 1 0 08251756 +jet_stream n 1 1 @ 1 0 11470139 +jeth n 1 2 @ #p 1 0 15220149 +jetliner n 1 1 @ 1 0 03596543 +jetsam n 2 1 @ 2 0 03596639 03367875 +jetty n 1 1 @ 1 0 02894605 +jeu_d'esprit n 1 2 @ ; 1 0 06776679 +jeune_fille n 1 2 @ ~ 1 0 10247358 +jevons n 1 1 @ 1 0 11084200 +jew n 1 4 @ ~ #m + 1 1 09681351 +jew's-ear n 1 2 @ #m 1 0 13062421 +jew's-ears n 1 2 @ #m 1 0 13062421 +jew's_harp n 1 1 @ 1 0 03597916 +jew-baiter n 1 1 @ 1 1 09797742 +jew-bush n 1 1 @ 1 0 12928491 +jew_bush n 1 1 @ 1 0 12928491 +jewbush n 1 1 @ 1 0 12928491 +jewel n 2 3 @ ~ + 2 1 03596787 10221656 +jewel_casket n 1 1 @ 1 0 02978055 +jewel_orchid n 1 2 @ #m 1 0 12045157 +jeweled_headdress n 1 2 @ ~ 1 0 03597317 +jeweler n 2 3 @ ~ + 2 1 10221956 10221777 +jeweler's_glass n 1 1 @ 1 1 03597147 +jeweler's_loupe n 1 1 @ 1 0 03692522 +jewelled_headdress n 1 2 @ ~ 1 0 03597317 +jeweller n 2 3 @ ~ + 2 0 10221956 10221777 +jewellery n 1 4 @ ~ %p + 1 0 03597469 +jewelry n 1 4 @ ~ %p + 1 0 03597469 +jewelry_dealer n 1 1 @ 1 0 08063836 +jewelry_maker n 1 2 @ ~ 1 0 10221956 +jewelry_store n 1 1 @ 1 0 08063836 +jewels-of-opar n 1 1 @ 1 0 11863877 +jewelweed n 1 2 @ #m 1 0 12684379 +jewess n 1 2 @ ~ 1 0 09681973 +jewfish n 2 2 @ #m 2 0 02596067 02570164 +jewish_calendar n 1 3 @ %p ; 1 0 15177866 +jewish_calendar_month n 1 3 @ ~ #p 1 0 15214068 +jewish_holy_day n 1 2 @ ~ 1 0 15184755 +jewish_new_year n 1 2 @ ; 1 0 15182805 +jewish_orthodoxy n 1 3 @ ~ %m 1 0 08094659 +jewish_religion n 1 3 @ ~ #p 1 0 08094013 +jewish_rye n 1 2 @ ; 1 0 07686021 +jewish_rye_bread n 1 2 @ ; 1 0 07686021 +jewison n 1 1 @ 1 0 11084409 +jewry n 1 3 @ %m %p 1 0 08479095 +jews'_harp n 1 1 @ 1 0 03597916 +jezebel n 2 1 @ 2 0 11084514 10222170 +jfk n 1 1 @ 1 0 11101000 +jhvh n 1 1 @ 1 0 09538318 +ji n 1 2 @ ; 1 0 08027518 +jiao n 1 3 @ #p %p 1 0 13710101 +jib n 1 3 @ ~ + 1 0 03598151 +jibboom n 1 1 @ 1 0 03598299 +jibe n 1 2 @ ~ 1 1 06767922 +jidda n 1 2 @ #p 1 0 08994834 +jiddah n 1 2 @ #p 1 0 08994834 +jiffy n 1 1 @ 1 0 15247110 +jig n 4 2 @ + 4 0 07055805 03598515 03598385 00538991 +jigaboo n 1 2 @ ; 1 0 09638009 +jigger n 3 2 @ #m 3 0 04206225 03598646 01781071 +jiggermast n 1 1 @ 1 0 03598646 +jiggery-pokery n 1 1 @ 1 0 06760722 +jiggle n 1 2 @ + 1 0 00347359 +jigsaw n 2 1 @ 2 0 04121728 03598783 +jigsaw_puzzle n 1 1 @ 1 0 03598930 +jihad n 2 2 @ + 2 0 00996673 00996513 +jihadist n 1 2 @ + 1 0 09683180 +jillion n 1 1 @ 1 0 13776432 +jilt n 1 2 @ + 1 0 10222259 +jim_bowie n 1 1 @ 1 0 10859857 +jim_corbett n 1 1 @ 1 0 10910421 +jim_crow n 2 1 @ 2 0 05692234 03599111 +jim_henson n 1 1 @ 1 0 11043836 +jim_morrison n 1 1 @ 1 0 11192533 +jim_thorpe n 1 1 @ 1 0 11341479 +jimdandy n 2 1 @ 2 1 10222353 03599212 +jimenez n 1 1 @ 1 0 11084789 +jimenez_de_cisneros n 1 1 @ 1 0 11084895 +jimhickey n 2 1 @ 2 1 10222353 03599212 +jimi_hendrix n 1 1 @ 1 0 11040024 +jimmies n 1 1 @ 1 0 07604182 +jimmy n 1 2 @ + 1 0 03599351 +jimmy_cagney n 1 1 @ 1 0 10878844 +jimmy_carter n 1 1 @ 1 0 10884831 +jimmy_conors n 1 1 @ 1 0 10907501 +jimmy_doolittle n 1 1 @ 1 0 10940053 +jimmy_durante n 1 1 @ 1 0 10945825 +jimmy_hoffa n 1 1 @ 1 0 11054173 +jimmy_stewart n 1 1 @ 1 0 11318171 +jimson_weed n 1 1 @ 1 0 12903503 +jimsonweed n 1 1 @ 1 0 12903503 +jinghis_khan n 1 1 @ 1 0 10994308 +jinghpaw n 1 1 @ 1 0 06933185 +jinghpo n 1 1 @ 1 0 06933185 +jingle n 2 2 @ + 2 0 07385998 06379253 +jingo n 1 1 @ 1 0 09911849 +jingoism n 2 2 @ + 2 0 07187486 04878646 +jingoist n 1 2 @ + 1 0 09911849 +jinja n 1 2 @ #p 1 0 09043802 +jinks n 1 2 @ ; 1 0 00510050 +jinnah n 1 1 @ 1 0 11085113 +jinnee n 1 3 @ ~ ; 1 0 09544433 +jinni n 1 3 @ ~ ; 1 0 09544433 +jinrikisha n 1 1 @ 1 0 03599486 +jinx n 2 2 @ + 2 0 10224446 07160424 +jiqui n 1 2 @ #m 1 0 12694336 +jird n 1 2 @ #m 1 0 02344175 +jirga n 1 3 @ ~ ; 1 0 08321956 +jirrbal n 1 1 @ 1 0 06940502 +jitney n 1 5 @ ~ #m %p - 1 0 02924116 +jitter n 2 2 @ + 2 0 07431502 07345960 +jitterbug n 1 2 @ + 1 0 00532441 +jitteriness n 1 2 @ + 1 0 07525760 +jitters n 1 2 @ ; 1 0 14375761 +jiujitsu n 1 2 @ ; 1 0 00825951 +jive n 1 2 @ + 1 0 07066042 +jnd n 1 2 @ ; 1 0 05713101 +jnr n 1 1 @ 1 0 10227490 +joachim n 1 1 @ 1 0 11085267 +joan_crawford n 1 1 @ 1 0 10914548 +joan_didion n 1 1 @ 1 0 10935025 +joan_miro n 1 1 @ 1 0 11181835 +joan_of_arc n 1 1 @ 1 0 11081353 +joan_sutherland n 1 1 @ 1 0 11325867 +joao_pessoa n 1 2 @ #p 1 0 08855609 +job n 13 5 @ ~ #p + ; 13 7 00582388 00719705 03599628 03599761 00584769 00576877 00576717 14410605 11085402 10222949 06572482 06436939 00782792 +job's_comforter n 1 1 @ 1 0 10223069 +job's_tears n 1 1 @ 1 0 11689367 +job-control_language n 1 1 @ 1 0 06900005 +job-oriented_terminal n 1 1 @ 1 0 03600169 +job_action n 1 2 @ ~ 1 0 01242164 +job_application n 1 1 @ 1 0 06512857 +job_candidate n 1 1 @ 1 0 10222716 +job_control n 1 1 @ 1 0 06576153 +job_description n 1 1 @ 1 0 06724942 +job_interview n 1 1 @ 1 0 07196405 +job_lot n 1 1 @ 1 1 08007430 +jobber n 1 2 @ ~ 1 0 10222497 +jobbery n 1 1 @ 1 0 04875468 +jobcentre n 1 2 @ ; 1 0 03599964 +jobholder n 1 2 @ ~ 1 0 10222822 +jocasta n 1 2 @ ; 1 0 09596733 +jock n 2 2 @ ~ 2 0 09820263 02752615 +jock_itch n 1 1 @ 1 0 14126519 +jockey n 2 2 @ + 2 1 10223177 10223294 +jockey_cap n 1 2 @ %p 1 0 02799323 +jockey_club n 1 1 @ 1 0 08230009 +jockey_shorts n 1 2 @ ; 1 0 02901114 +jockstrap n 1 1 @ 1 0 02752615 +jocoseness n 1 2 @ + 1 0 04649051 +jocosity n 2 2 @ + 2 0 06781151 04649051 +jocote n 1 3 @ #m %p 1 0 12766043 +jocularity n 3 3 @ ~ + 3 0 07529683 06781151 00431005 +jocundity n 1 2 @ + 1 0 07529683 +jodhpur n 1 1 @ 1 0 03600475 +jodhpur_boot n 1 1 @ 1 0 03600475 +jodhpur_breeches n 1 3 @ #p ; 1 0 03600285 +jodhpur_shoe n 1 1 @ 1 0 03600475 +jodhpurs n 1 3 @ #p ; 1 0 03600285 +joe-pye_weed n 2 2 @ #m 2 0 11969166 11968704 +joe_bloggs n 1 1 @ 1 0 10223744 +joe_blow n 1 1 @ 1 0 10223744 +joe_clark n 1 1 @ 1 0 10898549 +joe_dimaggio n 1 1 @ 1 0 10935567 +joe_louis n 1 1 @ 1 0 11141709 +joel n 2 2 @ #p 2 0 11085559 06439408 +joel_chandler_harris n 1 1 @ 1 0 11031257 +joel_harris n 1 1 @ 1 0 11031257 +joewood n 1 2 @ #m 1 0 12100187 +joffre n 1 1 @ 1 0 11085633 +joffrey n 1 1 @ 1 0 11085813 +jog n 3 3 @ ~ + 3 0 13887211 00294190 00112997 +jog_trot n 1 1 @ 1 0 00287449 +jogger n 1 2 @ + 1 0 10223459 +jogging n 1 2 @ + 1 0 00628390 +joggle n 2 2 @ + 2 0 03229244 00347359 +johan_august_strindberg n 1 1 @ 1 0 11322481 +johan_julius_christian_sibelius n 1 1 @ 1 0 11299367 +johan_kepler n 1 1 @ 1 0 11101986 +johann_bernoulli n 1 1 @ 1 0 10848500 +johann_christoph_friedrich_von_schiller n 1 1 @ 1 0 11284409 +johann_eck n 1 1 @ 1 0 10948117 +johann_friedrich_herbart n 1 1 @ 1 0 11044517 +johann_gottfried_von_herder n 1 1 @ 1 0 11044789 +johann_gutenberg n 1 1 @ 1 0 11020513 +johann_joachim_winckelmann n 1 1 @ 1 0 11392539 +johann_ludwig_uhland n 1 1 @ 1 0 11355428 +johann_maier n 1 1 @ 1 0 10948117 +johann_maier_eck n 1 1 @ 1 0 10948117 +johann_mendel n 1 1 @ 1 0 11173199 +johann_muller n 1 1 @ 1 0 11195619 +johann_sebastian_bach n 1 1 @ 1 0 10830229 +johann_strauss n 2 1 @ 2 0 11321428 11321296 +johann_winckelmann n 1 1 @ 1 0 11392539 +johann_wolfgang_von_goethe n 1 1 @ 1 0 11004106 +johannes_brahms n 1 1 @ 1 0 10862113 +johannes_diderik_van_der_waals n 1 1 @ 1 0 11359412 +johannes_eckhart n 1 1 @ 1 0 10948312 +johannes_evangelista_purkinje n 1 1 @ 1 0 11248777 +johannes_gutenberg n 1 1 @ 1 0 11020513 +johannes_kepler n 1 1 @ 1 0 11101986 +johannes_peter_muller n 1 1 @ 1 0 11195771 +johannes_van_der_waals n 1 1 @ 1 0 11359412 +johannes_vilhelm_jensen n 1 1 @ 1 0 11082535 +johannesburg n 1 2 @ #p 1 0 09000665 +john n 5 6 @ ~ #m #p %p ; 5 1 04446276 11086279 11085924 10779995 06442239 +john's_cabbage n 1 1 @ 1 0 12834938 +john_adams n 1 1 @ 1 0 10808200 +john_addington_symonds n 1 1 @ 1 0 11327544 +john_amos_comenius n 1 1 @ 1 0 10905568 +john_anthony_ciardi n 1 1 @ 1 0 10897796 +john_augustus_roebling n 1 1 @ 1 0 11268118 +john_bach_mcmaster n 1 1 @ 1 0 11169764 +john_bardeen n 1 1 @ 1 0 10834543 +john_barleycorn n 1 2 @ ~ 1 0 07901587 +john_barrington_wain n 1 1 @ 1 0 11370201 +john_barrymore n 1 1 @ 1 0 10836029 +john_barth n 1 1 @ 1 0 10836184 +john_bartlett n 1 1 @ 1 0 10836862 +john_bernoulli n 1 1 @ 1 0 10848500 +john_berry_hobbs n 1 1 @ 1 0 11053218 +john_birks_gillespie n 1 1 @ 1 0 11000012 +john_broadus_watson n 1 1 @ 1 0 11376400 +john_brown n 1 1 @ 1 0 10866217 +john_bull n 1 1 @ 1 0 09703485 +john_bunyan n 1 1 @ 1 0 10871756 +john_burdon_sanderson_haldane n 1 1 @ 1 0 11023070 +john_burgoyne n 1 1 @ 1 0 10872624 +john_c._fremont n 1 1 @ 1 0 10981569 +john_cabot n 1 1 @ 1 0 10877584 +john_cage n 1 1 @ 1 0 10878530 +john_calvin n 1 1 @ 1 0 10880398 +john_cash n 1 1 @ 1 0 10886222 +john_chapman n 1 1 @ 1 0 10890868 +john_charles_fremont n 1 1 @ 1 0 10981569 +john_cheever n 1 1 @ 1 0 10894522 +john_chrysostom n 1 2 @ ; 1 0 11086774 +john_churchill n 1 1 @ 1 0 10897594 +john_ciardi n 1 1 @ 1 0 10897796 +john_constable n 1 1 @ 1 0 10907851 +john_copley n 1 1 @ 1 0 10910076 +john_cowper_powys n 1 1 @ 1 0 11245590 +john_d._rockefeller n 1 1 @ 1 0 11267113 +john_dalton n 1 1 @ 1 0 10921324 +john_davis n 1 1 @ 1 0 10925402 +john_davison_rockefeller n 1 1 @ 1 0 11267113 +john_davys n 1 1 @ 1 0 10925402 +john_deere n 1 1 @ 1 0 10927104 +john_dewey n 1 1 @ 1 0 10932898 +john_doe n 2 2 @ ; 2 0 10223744 10223606 +john_donald_budge n 1 1 @ 1 0 10870440 +john_donne n 1 1 @ 1 0 10939856 +john_dory n 1 2 @ #m 1 0 01453087 +john_dos_passos n 1 1 @ 1 0 10940474 +john_dowland n 1 1 @ 1 0 10941992 +john_drew n 1 1 @ 1 0 10943256 +john_dryden n 1 1 @ 1 0 10943659 +john_duns_scotus n 1 1 @ 1 0 10945546 +john_eccles n 1 1 @ 1 0 10947922 +john_edgar_hoover n 1 1 @ 1 0 11058914 +john_edward_masefield n 1 1 @ 1 0 11162793 +john_endecott n 1 1 @ 1 0 10958885 +john_endicott n 1 1 @ 1 0 10958885 +john_ernst_steinbeck n 1 1 @ 1 0 11314792 +john_fitzgerald_kennedy n 1 1 @ 1 0 11101000 +john_fletcher n 1 1 @ 1 0 10973164 +john_florio n 1 1 @ 1 0 10973722 +john_ford n 1 1 @ 1 0 10975304 +john_foster_dulles n 1 1 @ 1 0 10944686 +john_galbraith n 1 1 @ 1 0 10987358 +john_galsworthy n 1 1 @ 1 0 10988466 +john_glenn n 1 1 @ 1 0 11002191 +john_greenleaf_whittier n 1 1 @ 1 0 11385277 +john_griffith_chaney n 1 1 @ 1 0 11137748 +john_haldane n 1 1 @ 1 0 11022848 +john_hancock n 2 1 @ 2 0 11027416 06404907 +john_hanning_speke n 1 1 @ 1 0 11310081 +john_harvard n 1 1 @ 1 0 11033159 +john_hasbrouck_van_vleck n 1 1 @ 1 0 11360175 +john_heming n 1 1 @ 1 0 11039690 +john_hemminge n 1 1 @ 1 0 11039690 +john_henry n 1 1 @ 1 0 09591450 +john_henry_newman n 1 1 @ 1 0 11204962 +john_henry_o'hara n 1 1 @ 1 0 11212988 +john_herschel n 1 1 @ 1 0 11046169 +john_herschel_glenn_jr. n 1 1 @ 1 0 11002191 +john_hope_franklin n 1 1 @ 1 0 10979535 +john_howard_northrop n 1 1 @ 1 0 11209990 +john_hoyer_updike n 1 1 @ 1 0 11356392 +john_huss n 1 1 @ 1 0 11067885 +john_huston n 1 1 @ 1 0 11068760 +john_irving n 1 1 @ 1 0 11073324 +john_jacob_astor n 1 1 @ 1 0 10826557 +john_james_audubon n 1 1 @ 1 0 10828368 +john_james_osborne n 1 1 @ 1 0 11217668 +john_james_rickard_macleod n 1 1 @ 1 0 11148259 +john_jay n 1 1 @ 1 0 11081111 +john_joseph_mcgraw n 1 1 @ 1 0 11168974 +john_joseph_pershing n 1 1 @ 1 0 11230780 +john_keats n 1 1 @ 1 0 11098601 +john_keble n 1 1 @ 1 0 11098707 +john_kenneth_galbraith n 1 1 @ 1 0 10987358 +john_knox n 1 1 @ 1 0 11108195 +john_l._h._down n 1 1 @ 1 0 10942144 +john_l._lewis n 1 1 @ 1 0 11130661 +john_lackland n 1 2 @ #m 1 0 11086279 +john_le_carre n 1 1 @ 1 0 11122825 +john_lennon n 1 2 @ #m 1 0 11126783 +john_llewelly_lewis n 1 1 @ 1 0 11130661 +john_locke n 1 1 @ 1 1 11136798 +john_luther_jones n 1 1 @ 1 0 11090631 +john_lyly n 1 1 @ 1 0 11145730 +john_m._browning n 1 1 @ 1 0 10867238 +john_macleod n 1 1 @ 1 0 11148259 +john_major n 1 1 @ 1 0 11150634 +john_marquand n 1 1 @ 1 0 11157954 +john_marshall n 1 1 @ 1 0 11158754 +john_marstan n 1 1 @ 1 0 11159318 +john_masefield n 1 1 @ 1 0 11162793 +john_maynard_keynes n 1 2 @ #m 1 0 11103397 +john_mccormick n 1 1 @ 1 0 11168513 +john_mcgraw n 1 1 @ 1 0 11168974 +john_mercer n 1 1 @ 1 0 11175445 +john_merven_carrere n 1 1 @ 1 0 10883871 +john_mill n 1 1 @ 1 0 11179287 +john_millington_synge n 1 1 @ 1 0 11327744 +john_milton n 1 1 @ 1 0 11181073 +john_milton_cage_jr. n 1 1 @ 1 0 10878530 +john_mitchell n 1 1 @ 1 0 11182098 +john_moses_browning n 1 1 @ 1 0 10867238 +john_muir n 1 1 @ 1 0 11194910 +john_napier n 1 1 @ 1 0 11200090 +john_of_gaunt n 1 1 @ 1 0 11087091 +john_orley_allen_tate n 1 1 @ 1 0 11332423 +john_osborne n 1 1 @ 1 0 11217668 +john_paul_i n 1 1 @ 1 0 11087612 +john_paul_ii n 1 1 @ 1 0 11087767 +john_paul_jones n 1 1 @ 1 0 11090378 +john_philip_marquand n 1 1 @ 1 0 11157954 +john_philip_sousa n 1 1 @ 1 0 11308988 +john_pierpont_morgan n 1 1 @ 1 0 11190446 +john_quincy_adams n 1 1 @ 1 0 10808353 +john_r._major n 1 1 @ 1 0 11150634 +john_reed n 1 1 @ 1 0 11256494 +john_robinson_jeffers n 1 1 @ 1 0 11081673 +john_rock n 1 1 @ 1 0 11266920 +john_roderigo_dos_passos n 1 1 @ 1 0 10940474 +john_roebling n 1 1 @ 1 0 11268118 +john_ronald_reuel_tolkien n 1 1 @ 1 0 11345181 +john_ross n 1 1 @ 1 0 11271349 +john_rowlands n 1 1 @ 1 0 11313011 +john_roy_major n 1 1 @ 1 0 11150634 +john_rupert_firth n 1 1 @ 1 0 10971264 +john_ruskin n 1 1 @ 1 0 11274714 +john_rutledge n 1 1 @ 1 0 11276676 +john_scopes n 1 1 @ 1 0 11288528 +john_scott_haldane n 1 1 @ 1 0 11022848 +john_simmons_barth n 1 1 @ 1 0 10836184 +john_singer_sargent n 1 1 @ 1 0 11281837 +john_singleton_copley n 1 1 @ 1 0 10910076 +john_smith n 1 1 @ 1 0 11305402 +john_speke n 1 1 @ 1 0 11310081 +john_steinbeck n 1 1 @ 1 0 11314792 +john_stuart_mill n 1 1 @ 1 0 11179287 +john_the_baptist n 1 2 @ ; 1 0 11087359 +john_the_divine n 1 2 @ ; 1 0 11085924 +john_the_evangelist n 1 2 @ ; 1 0 11085924 +john_thomas_scopes n 1 1 @ 1 0 11288528 +john_tradescant n 1 1 @ 1 0 11347674 +john_trumbull n 2 1 @ 2 0 11350393 11350286 +john_tuzo_wilson n 1 1 @ 1 0 11391759 +john_tyler n 1 1 @ 1 0 11354145 +john_tyndall n 1 1 @ 1 0 11354743 +john_uhler n 1 1 @ 1 0 11125840 +john_updike n 1 1 @ 1 0 11356392 +john_van_vleck n 1 1 @ 1 0 11360175 +john_vanbrugh n 1 1 @ 1 0 11358598 +john_venn n 1 1 @ 1 0 11362452 +john_von_neumann n 1 1 @ 1 0 11369035 +john_wain n 1 1 @ 1 0 11370201 +john_walker n 1 1 @ 1 0 11371254 +john_wanamaker n 1 1 @ 1 0 11373379 +john_wayne n 1 1 @ 1 0 11377712 +john_webster n 1 1 @ 1 0 11379336 +john_wesley n 1 1 @ 1 0 11381824 +john_wickliffe n 1 1 @ 1 0 11399866 +john_wiclif n 1 1 @ 1 0 11399866 +john_wilkes n 1 1 @ 1 0 11387179 +john_wilkes_booth n 1 1 @ 1 0 10857540 +john_william_strutt n 1 1 @ 1 0 11255211 +john_witherspoon n 1 1 @ 1 0 11393546 +john_wyclif n 1 1 @ 1 0 11399866 +john_wycliffe n 1 1 @ 1 0 11399866 +john_xxiii n 1 1 @ 1 0 11086607 +johnny n 1 2 @ ; 1 1 10628368 +johnny-jump-up n 2 1 @ 2 0 12390681 12389501 +johnny_appleseed n 1 1 @ 1 0 10890868 +johnny_cake n 1 3 @ ~ ; 1 0 07689003 +johnny_cash n 1 1 @ 1 0 10886222 +johnny_reb n 1 2 @ ; 1 1 10628368 +johnnycake n 1 3 @ ~ ; 1 0 07689003 +johns n 1 1 @ 1 0 11087931 +johns_hopkins n 2 2 @ #p 2 0 11059875 03600617 +johnson n 3 1 @ 3 0 11088622 11088346 11088059 +johnson_city n 1 2 @ #p 1 0 09140882 +johnson_grass n 1 1 @ 1 0 12138905 +johnston n 1 1 @ 1 0 11088771 +joie_de_vivre n 1 1 @ 1 0 07491895 +join n 2 2 @ ~ 2 0 13911151 07998712 +joiner n 2 2 @ + 2 0 10223994 10223869 +joinery n 2 1 @ 2 0 03600722 00617601 +joining n 1 3 @ ~ + 1 0 00145218 +joint n 6 7 @ ~ #p %s %p + ; 6 2 05595083 03601335 13911151 07580782 03600977 03600806 +joint-stock_company n 1 1 @ 1 0 08383417 +joint_author n 1 1 @ 1 0 09932892 +joint_chiefs n 1 2 @ ; 1 0 08128159 +joint_chiefs_of_staff n 1 2 @ ; 1 0 08128159 +joint_direct_attack_munition n 1 1 @ 1 0 03601442 +joint_fir n 1 3 @ ~ #m 1 0 11598686 +joint_hinge n 1 1 @ 1 0 04333869 +joint_probability n 1 1 @ 1 0 05093181 +joint_resolution n 1 2 @ ; 1 1 06512324 +joint_return n 1 1 @ 1 0 06549566 +joint_snake n 1 2 @ #m 1 1 01690466 +joint_venture n 1 2 @ ~ 1 0 00785596 +jointed_charlock n 1 2 @ #m 1 0 11894558 +jointed_rush n 1 1 @ 1 0 11744011 +jointer n 1 2 @ + 1 0 03601638 +jointer_plane n 1 1 @ 1 0 03601638 +jointing_plane n 1 1 @ 1 0 03601638 +jointure n 2 4 @ ~ + ; 2 0 13264342 00381680 +jointworm n 1 2 @ #m 1 0 02217839 +joist n 1 2 @ ~ 1 0 03601840 +joke n 4 4 @ ~ %p + 4 3 06778102 00431005 00427580 05173443 +joker n 4 2 @ + 4 1 10224098 10224295 06394051 03601964 +jokester n 1 2 @ + 1 0 10224098 +joliet n 1 1 @ 1 0 11089484 +joliot n 1 1 @ 1 0 11088969 +joliot-curie n 2 1 @ 2 0 11089318 11088969 +jolliet n 1 1 @ 1 0 11089484 +jollification n 1 3 @ ~ + 1 0 00509846 +jolliness n 1 2 @ + 1 0 07551890 +jollity n 1 2 @ + 1 0 07551890 +jolly n 2 3 @ + ; 2 0 07450343 03602081 +jolly_boat n 1 1 @ 1 0 03602081 +jolly_roger n 1 2 @ %p 1 0 02847009 +jolson n 1 1 @ 1 0 11089669 +jolt n 2 2 @ + 2 2 07339098 00335988 +jomada_i n 1 2 @ #p 1 0 15217787 +jomada_ii n 1 2 @ #p 1 0 15217911 +jomo_kenyata n 1 1 @ 1 0 11101700 +jonah n 3 3 @ #p ; 3 0 11089868 10224446 06439924 +jonah_crab n 1 2 @ #m 1 0 01978587 +jonas_edward_salk n 1 1 @ 1 0 11279109 +jonas_salk n 1 1 @ 1 0 11279109 +jonathan n 1 1 @ 1 0 07740855 +jonathan_edwards n 1 1 @ 1 0 10951948 +jonathan_swift n 1 1 @ 1 0 11326869 +jonathan_trumbull n 1 1 @ 1 0 11350514 +jones n 6 1 @ 6 0 11090884 11090631 11090512 11090378 11090235 11090136 +jones'_penstemon n 1 2 @ #m 1 0 12886402 +jonesboro n 1 2 @ #p 1 0 09060176 +jong n 1 1 @ 1 0 11091084 +jongleur n 1 2 @ ~ 1 0 10099093 +jonquil n 2 1 @ 2 1 12421917 12422129 +jons_jakob_berzelius n 1 1 @ 1 0 10849435 +jonson n 1 1 @ 1 0 11091184 +jook n 2 1 @ 2 0 07704205 03603199 +jook_house n 1 1 @ 1 0 03603199 +jook_joint n 1 1 @ 1 0 03603199 +joplin n 2 1 @ 2 0 11091545 11091374 +joppa n 1 2 @ #p 1 0 08798195 +jordan n 2 7 @ #m #p %m %p + - 2 0 09321901 08927186 +jordan_almond n 2 1 @ 2 0 12646072 07750736 +jordan_curve n 1 2 @ ~ 1 0 13868371 +jordan_river n 1 2 @ #p 1 0 09321901 +jordanella n 1 3 @ #m %m 1 0 01447822 +jordanella_floridae n 1 2 @ #m 1 0 01447946 +jordanian n 1 3 @ #m + 1 0 09718811 +jordanian_dinar n 1 2 @ %p 1 0 13669590 +jordanian_monetary_unit n 1 2 @ ~ 1 0 13669479 +jorge_borges n 1 1 @ 1 0 10857697 +jorge_luis_borges n 1 1 @ 1 0 10857697 +jorge_mario_pedro_vargas_llosa n 1 1 @ 1 0 11360895 +joroslav_heyrovsky n 1 1 @ 1 0 11048739 +jorum n 1 1 @ 1 0 03602194 +jose_clemente_orozco n 1 1 @ 1 0 11216922 +jose_julian_marti n 1 1 @ 1 0 11159418 +jose_orozco n 1 1 @ 1 0 11216922 +jose_ortega_y_gasset n 1 1 @ 1 0 11217312 +josef_albers n 1 1 @ 1 0 10811352 +josef_hoffmann n 1 1 @ 1 0 11055154 +josef_michel_montgolfier n 1 1 @ 1 0 11187930 +josef_von_sternberg n 1 1 @ 1 0 11369251 +joseph n 3 2 @ ; 3 0 11092126 11091863 11091706 +joseph's_coat n 1 1 @ 1 0 12845413 +joseph_alois_schumpeter n 1 1 @ 1 0 11287570 +joseph_banks_rhine n 1 1 @ 1 0 11258924 +joseph_ben_matthias n 1 1 @ 1 0 11092292 +joseph_black n 1 1 @ 1 0 10852130 +joseph_campbell n 1 1 @ 1 0 10880981 +joseph_conrad n 1 1 @ 1 0 10907647 +joseph_deems_taylor n 1 1 @ 1 0 11333601 +joseph_eggleston_johnston n 1 1 @ 1 0 11088771 +joseph_emerson_worcester n 1 1 @ 1 0 11397488 +joseph_francis_keaton n 1 1 @ 1 0 11098380 +joseph_goebbels n 1 1 @ 1 0 11003724 +joseph_greenberg n 1 1 @ 1 0 11013574 +joseph_haydn n 1 1 @ 1 0 11035780 +joseph_heller n 1 1 @ 1 0 11038978 +joseph_henry n 1 1 @ 1 0 11040240 +joseph_hilaire_peter_belloc n 1 1 @ 1 0 10843035 +joseph_hooker n 1 1 @ 1 0 11058436 +joseph_jacques_cesaire_joffre n 1 1 @ 1 0 11085633 +joseph_joachim n 1 1 @ 1 0 11085267 +joseph_john_thomson n 1 1 @ 1 0 11340146 +joseph_lincoln_steffens n 1 1 @ 1 0 11314315 +joseph_lister n 1 1 @ 1 0 11134895 +joseph_louis_barrow n 1 1 @ 1 0 11141709 +joseph_louis_gay-lussac n 1 1 @ 1 0 10993098 +joseph_m._jacquard n 1 1 @ 1 0 11078203 +joseph_mallord_william_turner n 1 1 @ 1 0 11352883 +joseph_marie_jacquard n 1 1 @ 1 0 11078203 +joseph_mccarthy n 1 1 @ 1 0 11167595 +joseph_oliver n 1 1 @ 1 0 11214153 +joseph_paul_dimaggio n 1 1 @ 1 0 10935567 +joseph_paxton n 1 1 @ 1 0 11227499 +joseph_priestley n 1 1 @ 1 0 11246542 +joseph_pulitzer n 1 1 @ 1 0 11248426 +joseph_raymond_mccarthy n 1 1 @ 1 0 11167595 +joseph_rudyard_kipling n 1 1 @ 1 0 11105778 +joseph_schumpeter n 1 1 @ 1 0 11287570 +joseph_smith n 1 1 @ 1 0 11305611 +joseph_stalin n 1 1 @ 1 0 11312120 +joseph_warren_stilwell n 1 1 @ 1 0 11318462 +josephus n 1 1 @ 1 0 11092292 +josh_billings n 1 1 @ 1 0 11296279 +joshua n 2 3 @ #p ; 2 0 11092541 06433923 +joshua_tree n 1 1 @ 1 0 12482893 +josiah_quincy n 1 1 @ 1 0 11250833 +josiah_spode n 1 1 @ 1 0 11311817 +josiah_wedgwood n 1 1 @ 1 0 11379436 +josiah_willard_gibbs n 1 1 @ 1 0 10997888 +josip_broz n 1 1 @ 1 0 11343625 +joss n 1 1 @ 1 1 03602267 +joss_house n 1 1 @ 1 0 03602365 +joss_stick n 1 1 @ 1 0 14925526 +jostle n 1 3 @ ~ + 1 0 00114095 +jostling n 1 3 @ ~ + 1 0 00114095 +josue n 1 2 @ #p 1 0 06433923 +jot n 2 3 @ ~ + 2 1 06505799 13774115 +jotter n 1 2 @ + 1 0 06415688 +jotting n 1 2 @ + 1 0 06505799 +jotun n 1 2 @ ; 1 0 09581526 +jotunn n 1 2 @ ; 1 0 09581526 +joule n 2 2 @ %p 2 0 13726074 11092740 +jounce n 1 1 @ 1 0 07339098 +journal n 5 2 @ ~ 5 2 06402031 06597466 13405166 03602562 03602465 +journal_bearing n 1 2 @ ~ 1 0 03602686 +journal_box n 1 1 @ 1 0 03602790 +journalese n 1 2 @ ~ 1 1 07071250 +journalism n 2 4 @ ~ %s + 2 1 06266417 00611674 +journalist n 2 3 @ ~ + 2 1 10224578 10011486 +journalist's_privilege n 1 1 @ 1 0 05180135 +journey n 1 4 @ ~ %p + 1 1 00306426 +journey_cake n 1 3 @ ~ ; 1 0 07689003 +journeyer n 1 3 @ ~ + 1 0 10771392 +journeying n 1 4 @ ~ %p + 1 1 00306426 +journeyman n 1 2 @ ~ 1 0 09974648 +joust n 1 3 @ #p + 1 1 07472460 +jove n 1 3 @ ~ ; 1 0 09573966 +joviality n 2 2 @ + 2 0 07551890 04653357 +jovian_planet n 1 2 @ ~ 1 0 09322087 +jowett n 1 1 @ 1 0 11092938 +jowl n 2 5 @ ~ #p %p + 2 1 05275905 05602982 +joy n 2 4 ! @ ~ + 2 2 07527352 05829782 +joyce n 1 1 @ 1 0 11093116 +joyce_carol_oates n 1 1 @ 1 0 11210963 +joyfulness n 1 3 @ ~ + 1 0 07527352 +joylessness n 1 2 @ + 1 0 07537376 +joyousness n 1 3 @ ~ + 1 0 07527352 +joyride n 1 2 @ + 1 0 00309368 +joystick n 2 1 @ 2 0 04317976 03602883 +jr n 1 1 @ 1 0 10227490 +jra n 1 2 @ ; 1 0 08026904 +juan_carlos n 1 1 @ 1 0 11093325 +juan_carlos_victor_maria_de_borbon_y_borbon n 1 1 @ 1 0 11093325 +juan_domingo_peron n 1 1 @ 1 0 11230021 +juan_ponce_de_leon n 1 1 @ 1 0 11242077 +juan_ramon_jimenez n 1 1 @ 1 0 11084789 +juarez n 1 2 @ #p 1 0 08742743 +jubbulpore n 1 2 @ #p 1 0 08903487 +jubilance n 1 3 @ ~ + 1 0 07527817 +jubilancy n 1 3 @ ~ + 1 0 07527817 +jubilation n 3 3 @ ~ + 3 0 07527817 07450651 07129422 +jubilee n 1 3 @ ~ + 1 0 15250312 +juda n 1 2 @ #p 1 0 08799123 +judaea n 1 2 @ #p 1 0 08799271 +judah n 2 3 @ #p ; 2 0 11093469 08799123 +judaica n 1 1 @ 1 0 07977237 +judaism n 2 5 @ ~ #p + - 2 1 08094013 06232880 +judas n 4 2 @ ; 4 0 11094055 11093674 10225118 03603119 +judas_iscariot n 1 2 @ ; 1 0 11093674 +judas_maccabaeus n 1 1 @ 1 0 11093848 +judas_tree n 1 2 @ #m 1 0 12513613 +jude n 2 3 @ #p ; 2 0 11094055 06447763 +judea n 1 2 @ #p 1 0 08799271 +judeo-spanish n 1 1 @ 1 0 06967282 +judge n 2 3 @ ~ + 2 2 10225219 10066732 +judge's_robe n 1 3 @ ~ #p 1 0 02669723 +judge_advocate n 2 2 @ ; 2 0 10225931 10225787 +judge_advocate_general n 1 2 @ ; 1 0 10226060 +judgement n 7 3 @ ~ ; 7 0 06551784 05837957 05789432 05614175 04892084 01187810 00874067 +judgement_by_default n 1 2 @ ; 1 0 01188537 +judgement_day n 1 2 @ ; 1 1 15171307 +judgement_in_personam n 1 2 @ ; 1 0 01189650 +judgement_in_rem n 1 2 @ ; 1 0 01189929 +judgement_of_dismissal n 1 2 @ ; 1 0 01190172 +judgement_on_the_merits n 1 2 @ ; 1 0 01190364 +judgement_on_the_pleadings n 1 2 @ ; 1 0 01190561 +judges n 1 2 @ #p 1 0 06434165 +judgeship n 1 2 @ + 1 0 00593944 +judging n 1 3 @ ~ + 1 0 05789432 +judgment n 7 4 @ ~ + ; 7 6 05837957 00874067 01187810 05789432 06551784 04892084 05614175 +judgment_by_default n 1 2 @ ; 1 0 01188537 +judgment_day n 1 2 @ ; 1 0 15171307 +judgment_in_personam n 1 3 ! @ ; 1 0 01189650 +judgment_in_rem n 1 3 ! @ ; 1 0 01189929 +judgment_lien n 1 1 @ 1 0 13401746 +judgment_of_conviction n 1 3 @ ~ ; 1 0 01189282 +judgment_of_dismissal n 1 2 @ ; 1 0 01190172 +judgment_on_the_merits n 1 2 @ ; 1 0 01190364 +judgment_on_the_pleadings n 1 2 @ ; 1 0 01190561 +judicatory n 1 3 @ ~ #p 1 0 08166318 +judicature n 4 5 @ ~ #p %m %p 4 0 08329453 08166318 00694866 00593944 +judicial_activism n 1 1 @ 1 0 05766698 +judicial_admission n 1 2 @ ; 1 0 07216761 +judicial_branch n 1 4 @ #m %m ; 1 0 08356903 +judicial_decision n 1 3 @ ~ ; 1 0 01187810 +judicial_doctrine n 1 3 @ ~ ; 1 0 05956651 +judicial_principle n 1 3 @ ~ ; 1 0 05956651 +judicial_proceeding n 1 3 @ ~ ; 1 0 01186810 +judicial_review n 1 2 @ ; 1 0 01197658 +judicial_sale n 1 1 @ 1 0 06528557 +judicial_separation n 1 2 @ ; 1 0 06541381 +judicial_system n 1 3 @ ~ #p 1 0 08166318 +judicial_torture n 1 1 @ 1 0 00422834 +judicial_writ n 1 3 @ ~ ; 1 0 06552984 +judiciary n 2 5 @ ~ #m #p + 2 1 08166187 08166318 +judiciousness n 2 4 ! @ ~ + 2 0 05615373 04890361 +judith n 2 3 @ #p ; 2 0 10226219 06459834 +judith_jamison n 1 1 @ 1 0 11080601 +judo n 1 1 @ 1 0 00825773 +judy_garland n 1 1 @ 1 0 10991165 +jug n 2 3 @ ~ + 2 1 03603722 13767956 +jug_band n 1 1 @ 1 0 08249608 +jug_wine n 1 1 @ 1 0 07896560 +jugal_bone n 1 3 @ #p %p 1 0 05273822 +jugal_point n 1 2 @ #p 1 0 05233420 +jugale n 1 2 @ #p 1 0 05233420 +jugful n 1 1 @ 1 0 13767956 +juggernaut n 3 1 @ 3 0 10226556 09530515 03603878 +juggle n 2 2 @ + 2 0 00338994 00099799 +juggler n 1 2 @ + 1 0 10226413 +jugglery n 2 2 @ + 2 0 00754118 00562179 +juggling n 2 2 @ + 2 0 00338994 00099799 +juglandaceae n 1 3 @ #m %m 1 0 12317919 +juglandales n 1 3 @ #m %m 1 0 12317763 +juglans n 1 3 @ #m %m 1 0 12318164 +juglans_californica n 1 2 @ #m 1 0 12318782 +juglans_cinerea n 1 3 @ #m %p 1 0 12318965 +juglans_nigra n 1 3 @ #m %p 1 0 12319204 +juglans_regia n 1 3 @ #m %m 1 0 12319414 +jugoslav n 1 2 @ #m 1 0 09750891 +jugoslavian n 1 2 @ #m 1 0 09750891 +jugoslavija n 1 3 @ %m %p 1 0 08816236 +jugular n 2 4 @ ~ #p + 2 0 05370918 05042573 +jugular_vein n 1 4 @ ~ #p + 1 0 05370918 +juice n 4 4 @ ~ + ; 4 1 07923748 14050434 11470348 05398609 +juice_reamer n 1 1 @ 1 0 04059516 +juicer n 2 2 @ ~ 2 0 10034201 04059516 +juiciness n 1 2 @ + 1 0 04996215 +jujitsu n 1 2 @ ; 1 0 00825951 +juju n 2 1 @ 2 1 05967894 03603958 +jujube n 3 4 @ #m #p %p 3 0 13143285 07765999 07606058 +jujube_bush n 1 3 @ #m %p 1 0 13143285 +jujutsu n 1 2 @ ; 1 0 00825951 +juke n 2 2 @ ; 2 0 03603199 00172217 +juke_house n 1 1 @ 1 0 03603199 +juke_joint n 1 1 @ 1 0 03603199 +jukebox n 1 1 @ 1 1 03604156 +julep n 1 2 @ %s 1 0 07915491 +jules_alfred_huot_de_goncourt n 1 1 @ 1 0 11006689 +jules_de_goncourt n 1 1 @ 1 0 11006689 +jules_emile_frederic_massenet n 1 1 @ 1 0 11163709 +jules_feifer n 1 1 @ 1 0 10968257 +jules_verne n 1 1 @ 1 0 11363412 +julia_evelina_smith n 1 1 @ 1 0 11305851 +julia_ward_howe n 1 1 @ 1 0 11062649 +julian n 1 1 @ 1 0 11094312 +julian_bond n 1 1 @ 1 0 10855987 +julian_calendar n 1 1 @ 1 0 15174885 +julian_the_apostate n 1 1 @ 1 0 11094312 +julienne n 2 1 @ 2 0 07708124 07585997 +julienne_vegetable n 1 1 @ 1 0 07708124 +julio_iglesias n 1 1 @ 1 0 11070855 +julius_caesar n 1 2 @ + 1 1 10878161 +julius_erving n 1 1 @ 1 0 10960772 +julius_marx n 1 2 @ #m 1 0 11160676 +julius_ullman n 1 1 @ 1 0 10965361 +julius_winfield_erving n 1 1 @ 1 0 10960772 +july n 1 3 @ #p %p 1 1 15212167 +july_1 n 1 3 @ #p ; 1 0 15200314 +july_4 n 1 2 @ #p 1 0 15190084 +jumada_i n 1 2 @ #p 1 0 15217787 +jumada_ii n 1 2 @ #p 1 0 15217911 +jumbal n 1 1 @ 1 0 07633861 +jumbie_bead n 1 2 @ #m 1 0 12554029 +jumble n 3 3 @ ~ + 3 1 14500567 07633861 05953416 +jumble_sale n 1 1 @ 1 0 01119850 +jumbo_jet n 1 1 @ 1 0 03604311 +jumbojet n 1 1 @ 1 0 03604311 +jumby_bead n 1 2 @ #m 1 0 12554029 +jumby_bean n 1 2 @ #m 1 0 12553742 +jumby_tree n 1 2 @ #m 1 0 12553742 +jument n 1 3 @ ~ + 1 0 01317089 +jump n 6 3 @ ~ + 6 0 07414222 07358985 06618427 00867357 00303849 00119568 +jump-start n 1 1 @ 1 0 01265921 +jump_ball n 1 3 @ ~ ; 1 0 00241245 +jump_cut n 1 1 @ 1 0 06618549 +jump_rope n 2 2 @ ~ 2 0 03605233 00485632 +jump_seat n 1 1 @ 1 1 03605417 +jump_shot n 1 2 @ ; 1 0 00111503 +jump_suit n 2 1 @ 2 0 03605598 03605504 +jumper n 8 4 @ ~ %p ; 8 0 10226993 10226803 04370048 03604763 03604629 03604536 03604400 00111503 +jumper_cable n 1 2 @ ~ 1 0 03604843 +jumper_lead n 1 2 @ ~ 1 0 03604843 +jumpiness n 1 2 @ + 1 0 07525760 +jumping n 2 3 @ ~ + 2 0 00440218 00119568 +jumping-off_place n 1 1 @ 1 0 08508834 +jumping-off_point n 1 1 @ 1 0 00236194 +jumping_bean n 1 2 @ #p 1 0 12928819 +jumping_bristletail n 1 2 @ #m 1 0 02271222 +jumping_gene n 1 1 @ 1 0 14831812 +jumping_jack n 1 1 @ 1 0 03605073 +jumping_mouse n 1 3 @ ~ #m 1 0 02350989 +jumping_orchid n 1 2 @ #m 1 0 12050014 +jumping_plant_louse n 1 2 @ #m 1 0 02256172 +jumping_seed n 1 2 @ #p 1 0 12928819 +jumping_up_and_down n 1 1 @ 1 1 00120647 +jumpstart n 1 1 @ 1 0 01265921 +jumpsuit n 1 1 @ 1 0 03605598 +juncaceae n 1 3 @ #m %m 1 0 11743109 +juncaginaceae n 1 3 @ #m %m 1 0 12617140 +junco n 1 3 @ ~ #m 1 0 01534433 +junco_hyemalis n 1 1 @ 1 0 01534582 +junction n 5 3 @ ~ + 5 1 03605722 14420954 13911151 03605915 00147454 +junction_barrier n 1 1 @ 1 0 03606106 +junction_rectifier n 1 2 @ ~ 1 0 03202760 +junction_transistor n 1 4 @ ~ %p ; 1 0 04471632 +juncture n 3 3 @ ~ + 3 1 07416714 14033185 13911151 +juncus n 1 3 @ #m %m 1 0 11743570 +juncus_articulatus n 1 1 @ 1 0 11744011 +juncus_bufonius n 1 1 @ 1 0 11744108 +juncus_effusus n 1 2 @ #m 1 0 11743772 +juncus_inflexus n 1 1 @ 1 0 11744251 +juncus_leseurii n 1 1 @ 1 0 11744355 +juncus_tenuis n 1 1 @ 1 0 11744471 +jund-ul-islam n 1 2 @ ; 1 0 08028148 +june n 1 3 @ #p %p 1 1 15211806 +june_14 n 1 2 @ #p 1 1 15189838 +june_21 n 1 2 @ #p 1 1 15222012 +june_23 n 1 2 @ #p 1 0 15222369 +june_24 n 1 2 @ #p 1 0 15222202 +june_29 n 1 2 @ #p 1 0 15193776 +june_3 n 1 2 @ #p 1 0 15189684 +june_beetle n 1 2 @ ~ 1 0 02172870 +june_bug n 1 2 @ ~ 1 0 02172870 +june_grass n 1 2 @ #m 1 0 12131767 +juneau n 1 2 @ #p 1 0 09055786 +juneberry n 2 5 @ ~ #m #p %p 2 0 12623524 07745661 +juneberry_holly n 1 1 @ 1 0 12758250 +jung n 1 3 @ + - 1 0 11094611 +jungermanniaceae n 1 2 @ #m 1 0 11543264 +jungermanniales n 1 3 @ #m %m 1 0 11542920 +jungian n 1 1 @ 1 0 10227166 +jungian_psychology n 1 1 @ 1 0 06057435 +jungle n 3 3 @ ~ + 3 0 08509111 08478171 08439022 +jungle_cat n 1 2 @ #m 1 0 02126028 +jungle_cock n 1 1 @ 1 0 01791314 +jungle_fever n 1 1 @ 1 0 14073795 +jungle_fowl n 1 3 @ ~ #m 1 0 01791107 +jungle_gym n 1 1 @ 1 0 03603442 +jungle_hen n 1 1 @ 1 0 01791388 +jungle_rot n 1 1 @ 1 0 14227806 +junin_virus n 1 2 @ #m 1 0 01330696 +junior n 4 2 @ + 4 3 10784281 10227393 10227266 10227490 +junior_class n 1 1 @ 1 0 08239488 +junior_college n 1 2 @ ~ 1 0 08282364 +junior_featherweight n 1 1 @ 1 0 10227601 +junior_high n 1 1 @ 1 1 08409835 +junior_high_school n 1 1 @ 1 1 08409835 +junior_lightweight n 1 1 @ 1 0 10227698 +junior_middleweight n 1 1 @ 1 0 10227793 +junior_school n 1 1 @ 1 0 08277612 +junior_status n 1 1 @ 1 0 13952386 +junior_varsity n 1 1 @ 1 0 08080510 +junior_welterweight n 1 1 @ 1 0 10227889 +juniper n 2 4 @ ~ #m %p 2 0 12567490 11636566 +juniper_berries n 1 3 @ #s #p 1 0 07827130 +juniper_berry n 1 2 @ #p 1 0 11636835 +juniper_bush n 1 2 @ #m 1 0 12567490 +juniperic_acid n 1 1 @ 1 0 14614744 +junipero_serra n 1 1 @ 1 0 11293470 +juniperus n 1 3 @ #m %m 1 0 11636389 +juniperus_bermudiana n 1 2 @ #m 1 0 11637482 +juniperus_communis n 1 2 @ %p 1 0 11638109 +juniperus_communis_depressa n 1 1 @ 1 0 11638378 +juniperus_flaccida n 1 1 @ 1 0 11638698 +juniperus_horizontalis n 1 1 @ 1 0 11638525 +juniperus_procera n 1 2 @ #m 1 0 11637659 +juniperus_sabina n 1 1 @ 1 0 11637991 +juniperus_silicicola n 1 1 @ 1 0 11637810 +juniperus_virginiana n 1 1 @ 1 0 11637247 +junk n 2 4 @ ~ %p + 2 1 14857897 03603594 +junk_bond n 1 1 @ 1 0 13338439 +junk_dna n 1 1 @ 1 0 14831338 +junk_e-mail n 1 1 @ 1 0 06280347 +junk_food n 1 1 @ 1 0 07702509 +junk_heap n 1 1 @ 1 0 08573842 +junk_mail n 1 1 @ 1 0 06276141 +junk_pile n 1 1 @ 1 0 08573842 +junk_shop n 1 1 @ 1 0 03606251 +junker n 1 1 @ 1 0 09748770 +junkers n 1 1 @ 1 0 11094780 +junket n 3 3 @ ~ + 3 0 07611733 00311809 00308681 +junketing n 1 2 @ + 1 0 00312160 +junkie n 2 2 @ ~ 2 0 10035952 09769076 +junky n 2 2 @ ~ 2 0 10035952 09769076 +junkyard n 1 1 @ 1 1 08586978 +juno n 1 2 @ ; 1 0 09563805 +junta n 1 1 @ 1 0 08241964 +junto n 1 2 @ %m 1 0 08241798 +jupati n 1 1 @ 1 0 12595452 +jupati_palm n 1 1 @ 1 0 12595452 +jupaty n 1 1 @ 1 0 12595452 +jupiter n 2 5 @ ~ #m + ; 2 1 09322454 09573966 +jupiter's_beard n 1 2 @ #m 1 0 12506784 +jupiter_fidius n 1 1 @ 1 0 09574657 +jupiter_fulgur n 1 1 @ 1 0 09574226 +jupiter_fulminator n 1 1 @ 1 0 09574226 +jupiter_optimus_maximus n 1 1 @ 1 0 09574544 +jupiter_pluvius n 1 1 @ 1 0 09574446 +jupiter_tonans n 1 1 @ 1 0 09574350 +jurassic n 1 2 @ #p 1 0 15126595 +jurassic_period n 1 2 @ #p 1 0 15126595 +jurisdiction n 2 4 @ ~ + ; 2 2 05198427 08590369 +jurisprudence n 2 5 @ ~ %p + - 2 1 06161718 08441203 +jurist n 2 4 @ ~ + ; 2 1 10227985 10225219 +juror n 1 3 @ ~ #m 1 1 10228278 +jury n 2 4 @ ~ #m %m 2 2 08414119 08414807 +jury_box n 1 2 @ #p 1 0 03606347 +jury_duty n 1 1 @ 1 0 01131135 +jury_mast n 1 1 @ 1 0 03606465 +jury_system n 1 2 @ ; 1 0 05903738 +juryman n 1 3 @ ~ #m 1 0 10228278 +jurywoman n 1 3 @ ~ #m 1 0 10228278 +jus_civile n 1 2 @ - 1 0 06534659 +jus_sanguinis n 1 2 @ ; 1 0 05956906 +jus_soli n 1 2 @ ; 1 0 05957078 +jussieu n 1 1 @ 1 0 11094928 +jussive_mood n 1 1 @ 1 0 13802306 +just-noticeable_difference n 1 2 @ ; 1 0 05713101 +just_deserts n 1 1 @ 1 0 07294907 +just_the_ticket n 1 1 @ 1 0 04716703 +justice n 4 6 ! @ ~ %p ; - 4 3 04850117 00694681 10225219 08135342 +justice_department n 1 3 @ %p ; 1 0 08135342 +justice_of_the_peace n 1 2 @ ; 1 1 10228468 +justiciar n 1 2 @ ; 1 0 10228592 +justiciary n 2 2 @ ; 2 0 10228592 08587086 +justification n 3 3 @ ~ + 3 2 05823054 06740183 01241767 +justifier n 1 2 @ + 1 0 09798534 +justinian n 1 1 @ 1 0 11095123 +justinian_code n 1 2 @ - 1 0 06534659 +justinian_i n 1 1 @ 1 0 11095123 +justinian_the_great n 1 1 @ 1 0 11095123 +justness n 2 3 @ ~ + 2 1 04713853 04850117 +jut n 2 2 @ ~ 2 0 13894434 00407090 +jute n 2 2 @ #s 2 0 14925645 09703181 +jutish n 1 1 @ 1 0 06949946 +jutland n 2 4 @ #p %p ; 2 0 08761039 01282466 +jutting n 1 2 @ + 1 0 00407090 +juvenal n 1 1 @ 1 0 11095391 +juvenescence n 1 1 @ 1 0 13504403 +juvenile n 1 5 ! @ ~ %p + 1 0 09622049 +juvenile-onset_diabetes n 1 2 @ %p 1 0 14118423 +juvenile_amaurotic_idiocy n 1 1 @ 1 0 14169128 +juvenile_body n 1 3 @ ~ #p 1 0 05219297 +juvenile_court n 1 1 @ 1 0 08333868 +juvenile_delinquency n 1 2 @ ; 1 0 00736219 +juvenile_delinquent n 1 1 @ 1 0 10000945 +juvenile_diabetes n 1 2 @ %p 1 0 14118423 +juvenile_person n 1 3 @ ~ %p 1 0 09622049 +juvenile_rheumatoid_arthritis n 1 1 @ 1 0 14188030 +juvenile_wart n 1 1 @ 1 0 04696969 +juvenility n 2 2 @ + 2 0 14426568 04928585 +juxtaposition n 2 3 @ ~ + 2 1 01051801 08624095 +jv n 1 1 @ 1 0 08080510 +jyaistha n 1 2 @ #p 1 0 15220149 +jylland n 1 2 @ %p 1 0 08761039 +jynx n 1 3 @ #m %m 1 0 01841569 +k n 7 6 @ ~ #m #s #p %p 7 1 13714756 14650807 13750844 13627681 13627516 06832248 03606572 +k'ung_futzu n 1 1 @ 1 0 10906822 +k-dur_20 n 1 2 @ ; 1 0 14861042 +k-lor n 1 2 @ ; 1 0 14861042 +k-lyte n 1 2 @ ; 1 0 14861042 +k-meson n 1 1 @ 1 0 09323660 +k.e. n 1 1 @ 1 0 11470492 +k2 n 1 2 @ #p 1 0 09322701 +k_particle n 1 1 @ 1 0 09323660 +k_ration n 1 1 @ 1 0 07566092 +ka n 1 1 @ 1 0 09526606 +kaaba n 1 3 @ #p ; 1 0 03606719 +kabala n 2 2 @ ; 2 0 06673770 05954100 +kabbala n 2 3 @ + ; 2 0 06673770 05954100 +kabbalah n 2 2 @ ; 2 0 06673770 05954100 +kabbalism n 2 2 @ ; 2 0 05954366 01213406 +kabbalist n 2 2 @ ; 2 0 09885534 09885416 +kabob n 1 2 @ ~ 1 0 07869775 +kabolin n 1 2 @ ; 1 0 14748335 +kabul n 1 2 @ #p 1 0 08704237 +kach n 1 2 @ ; 1 0 08028397 +kachaturian n 1 1 @ 1 0 11095587 +kachin n 1 2 @ ~ 1 0 06933022 +kachina n 3 1 @ 3 0 10228712 09666883 03607029 +kachinic n 1 2 @ ~ 1 0 06933022 +kadai n 1 2 @ ~ 1 0 06934132 +kadai_language n 1 2 @ ~ 1 0 06934132 +kadikoy n 1 2 @ #p 1 0 09041199 +kaffir n 2 2 @ ; 2 0 12137337 10228864 +kaffir_boom n 2 1 @ 2 0 12528768 12528109 +kaffir_bread n 1 2 @ #m 1 0 11603462 +kaffir_cat n 1 2 @ #m 1 0 02125872 +kaffir_corn n 1 1 @ 1 0 12137337 +kaffir_pox n 1 1 @ 1 0 14124688 +kaffiyeh n 1 1 @ 1 0 03607186 +kafir n 2 2 @ ; 2 0 10228864 09689631 +kafir_corn n 1 1 @ 1 0 12137337 +kafiri n 1 1 @ 1 0 06972756 +kafka n 1 1 @ 1 0 11095731 +kafocin n 1 1 @ 1 0 02996570 +kaftan n 2 1 @ 2 0 02936570 02936402 +kahane_chai n 1 2 @ ; 1 0 08028397 +kahikatea n 1 1 @ 1 0 11653904 +kahlil_gibran n 1 1 @ 1 0 10997997 +kahlua n 1 1 @ 1 0 07910970 +kahn n 1 1 @ 1 0 11095907 +kahoolawe n 1 2 @ #p 1 0 09079747 +kahoolawe_island n 1 2 @ #p 1 0 09079747 +kai_apple n 1 2 @ #p 1 0 07762373 +kail n 2 3 @ ~ #m 2 0 11876976 07714078 +kainite n 1 2 @ %s 1 0 14678952 +kainogenesis n 1 1 @ 1 0 13444940 +kaiser n 1 2 @ ~ 1 0 10229338 +kaiser_bill n 1 1 @ 1 0 11386853 +kaiser_roll n 1 1 @ 1 0 07691954 +kaiser_wilhelm n 1 1 @ 1 0 11386853 +kakatoe n 1 3 @ #m %m 1 0 01818959 +kakatoe_galerita n 1 1 @ 1 0 01819313 +kakatoe_leadbeateri n 1 1 @ 1 0 01819465 +kakemono n 1 1 @ 1 0 03607358 +kaki n 2 3 @ #m %p 2 0 12771390 02035656 +kakke_disease n 1 1 @ 1 0 14199389 +kala-azar n 1 1 @ 1 0 14181049 +kala_azar n 1 2 @ ~ 1 0 14178077 +kalaallit_nunaat n 1 4 @ #p %p - 1 0 08819397 +kalahari n 1 2 @ #p 1 0 09170294 +kalahari_desert n 1 2 @ #p 1 0 09170294 +kalamazoo n 1 1 @ 1 0 09101233 +kalansuwa n 1 1 @ 1 0 03607527 +kalantas n 1 2 @ #m 1 0 12700357 +kalapooia n 1 1 @ 1 0 09658254 +kalapooian n 1 1 @ 1 0 06925103 +kalapuya n 1 1 @ 1 0 09658254 +kalapuyan n 1 1 @ 1 0 06925103 +kalashnikov n 1 1 @ 1 0 03607659 +kalashnikov_culture n 1 1 @ 1 0 06194894 +kale n 3 3 @ ~ #m 3 1 13385216 11876976 07714078 +kaleidoscope n 2 2 @ + 2 0 05931827 03607756 +kalemia n 1 1 @ 1 0 14270016 +kali n 2 1 @ 2 0 11834654 09526703 +kalian n 1 1 @ 1 0 03533014 +kalif n 1 2 @ ~ 1 0 09887496 +kalimantan n 2 4 @ #p %m %p 2 0 08909537 08843215 +kalinin n 1 1 @ 1 0 11096033 +kaliph n 1 2 @ ~ 1 0 09887496 +kaliuresis n 1 1 @ 1 0 14270127 +kalka n 2 1 @ 2 0 09737835 06929008 +kalki n 1 1 @ 1 0 09530629 +kallman's_syndrome n 1 1 @ 1 0 14075838 +kalmia n 1 3 @ ~ #m 1 0 12237486 +kalmia_angustifolia n 1 1 @ 1 0 12238073 +kalmia_latifolia n 1 1 @ 1 0 12237641 +kalmia_polifolia n 1 1 @ 1 0 12237855 +kalon_tripa n 1 2 @ #m 1 0 10229034 +kalotermes n 1 2 @ #m 1 0 02225407 +kalotermitidae n 1 3 @ #m %m 1 0 02225231 +kalpac n 1 1 @ 1 0 02941228 +kaluga n 1 2 @ #p 1 0 09005153 +kalumpang n 1 1 @ 1 0 12195734 +kaluresis n 1 1 @ 1 0 14270127 +kam-sui n 1 1 @ 1 0 06934309 +kam-tai n 1 2 @ ~ 1 0 06934132 +kam_muang n 1 1 @ 1 0 06935417 +kama n 1 1 @ 1 0 09526808 +kamarupan n 1 2 @ ~ 1 0 06931891 +kamasutra n 1 2 @ ; 1 0 06623788 +kamba n 1 1 @ 1 0 06993348 +kamchatka_peninsula n 1 3 @ #p %p 1 1 09021958 +kamchatkan_sea_eagle n 1 1 @ 1 0 01615303 +kameez n 1 1 @ 1 0 03607923 +kamehameha_i n 1 1 @ 1 0 11096192 +kamehameha_the_great n 1 1 @ 1 0 11096192 +kamet n 1 2 @ #p 1 0 09322930 +kami n 1 1 @ 1 0 09535255 +kamia n 2 1 @ 2 0 09658398 06922875 +kamikaze n 2 2 @ ; 2 1 03608074 10229193 +kammon_strait_bridge n 1 2 @ #p 1 0 03608224 +kampala n 1 2 @ #p 1 0 09043926 +kampong n 1 1 @ 1 0 08673039 +kampuchea n 1 7 @ #m #p %m %p + - 1 0 08716738 +kampuchean n 1 4 @ ~ #m + 1 0 09696280 +kan_river n 1 2 @ #p 1 0 09286843 +kanaf n 1 2 @ %p 1 0 12178129 +kanamycin n 1 1 @ 1 0 03608356 +kananga n 1 2 @ #p 1 0 08735008 +kanara n 1 2 @ #p 1 0 08902753 +kanarese n 2 2 @ ~ 2 0 09674631 06979957 +kanawha n 1 2 @ #p 1 0 09323085 +kanawha_river n 1 2 @ #p 1 0 09323085 +kanchanjanga n 1 2 @ #p 1 0 09323221 +kanchenjunga n 1 2 @ #p 1 0 09323221 +kanchil n 1 2 @ #m 1 0 02436224 +kandahar n 1 2 @ #p 1 0 08704409 +kandinski n 1 1 @ 1 0 11096338 +kandinsky n 1 1 @ 1 0 11096338 +kandy n 1 2 @ #p 1 0 08719705 +kangaroo n 1 3 @ ~ #m 1 0 01877134 +kangaroo's-foot n 1 2 @ #m 1 0 12312728 +kangaroo's_paw n 1 2 @ #m 1 0 12312728 +kangaroo-foot_plant n 1 2 @ #m 1 0 12312728 +kangaroo_apple n 1 1 @ 1 0 12893794 +kangaroo_bear n 1 1 @ 1 0 01882714 +kangaroo_court n 1 1 @ 1 0 08333995 +kangaroo_hare n 1 2 @ #m 1 0 01878335 +kangaroo_jerboa n 1 2 @ #m 1 0 01880813 +kangaroo_mouse n 2 2 @ #m 2 0 02350670 02334728 +kangaroo_paw n 1 2 @ #m 1 0 12312728 +kangaroo_rat n 2 3 @ ~ #m 2 0 02350105 01880152 +kannada n 1 2 @ ~ 1 0 06979957 +kansa n 2 1 @ 2 0 09658543 06910323 +kansan n 1 1 @ 1 0 09743192 +kansas n 4 3 @ #p %p 4 1 09087599 09658543 09323470 06910323 +kansas_city n 2 2 @ #p 2 1 09107098 09088396 +kansas_river n 1 2 @ #p 1 0 09323470 +kansu n 1 3 @ #p %p 1 0 08725692 +kant n 1 2 @ + 1 0 11096508 +kantrex n 1 2 @ ; 1 0 03608356 +kanzu n 1 2 @ ; 1 0 03608504 +kaochlor n 1 2 @ ; 1 0 14861042 +kaoliang n 1 1 @ 1 0 12138248 +kaolin n 1 3 @ #s - 1 0 14670639 +kaoline n 1 3 @ #s - 1 0 14670639 +kaolinite n 1 1 @ 1 0 14679147 +kaon n 1 1 @ 1 0 09323660 +kaopectate n 1 2 @ %s 1 0 03608661 +kapeika n 1 1 @ 1 0 13700142 +kaph n 1 2 @ #m 1 0 06837787 +kaplan_group n 1 2 @ ; 1 0 08028623 +kapok n 2 2 @ #s 2 0 14925776 12190410 +kaposi's_sarcoma n 1 1 @ 1 0 14240775 +kaposi's_varicelliform_eruption n 1 1 @ 1 0 14225632 +kappa n 1 2 @ #m 1 0 06835098 +kappa-meson n 1 1 @ 1 0 09323660 +kapsiki n 1 1 @ 1 0 06983997 +kapuka n 1 2 @ #m 1 0 12949361 +kara_kum n 1 2 @ #p 1 0 09170475 +kara_sea n 1 3 @ #p %p 1 0 09324118 +karabiner n 1 1 @ 1 0 02960690 +karachi n 1 2 @ #p 1 0 08977211 +karaites n 1 1 @ 1 0 08094386 +karakalpak n 2 1 @ 2 0 09735913 06927851 +karakoram n 1 3 @ #p %p 1 0 09323824 +karakoram_range n 1 3 @ #p %p 1 0 09323824 +karakorum_range n 1 3 @ #p %p 1 0 09323824 +karakul n 1 1 @ 1 0 02414043 +karaoke n 1 1 @ 1 0 01255302 +karat n 1 1 @ 1 0 13585127 +karate n 1 2 @ ; 1 0 00826397 +karaya_gum n 1 1 @ 1 0 14901793 +karbala n 1 3 @ #p - 1 0 08914573 +karel_capek n 1 1 @ 1 0 10881616 +karelia n 1 3 @ #p %m 1 0 08779830 +karelian n 2 2 @ #m 2 0 09706746 06958063 +karelian_isthmus n 1 1 @ 1 0 09324322 +karen n 1 1 @ 1 0 06932130 +karen_blixen n 1 1 @ 1 0 10935745 +karen_danielsen_horney n 1 1 @ 1 0 11060805 +karen_horney n 1 1 @ 1 0 11060805 +karenic n 1 1 @ 1 0 06932130 +karl-marx-stadt n 1 2 @ #p 1 0 08770518 +karl_adolf_eichmann n 1 1 @ 1 0 10953797 +karl_adolph_verner n 1 1 @ 1 0 11363552 +karl_alex_muller n 1 1 @ 1 0 11195913 +karl_augustus_menninger n 1 1 @ 1 0 11174563 +karl_baedeker n 1 1 @ 1 0 10831003 +karl_barth n 1 1 @ 1 0 10836308 +karl_czerny n 1 1 @ 1 0 10920366 +karl_friedrich_gauss n 1 1 @ 1 0 10992675 +karl_friedrich_hieronymus_von_munchhausen n 1 1 @ 1 0 11196305 +karl_gauss n 1 1 @ 1 0 10992675 +karl_gjellerup n 1 1 @ 1 0 11001567 +karl_gunnar_myrdal n 1 1 @ 1 0 11198861 +karl_gustav_jacob_jacobi n 1 1 @ 1 0 11077649 +karl_jaspers n 1 1 @ 1 0 11080987 +karl_landsteiner n 1 1 @ 1 0 11116117 +karl_linne n 1 1 @ 1 0 11133551 +karl_marx n 1 1 @ 1 0 11160457 +karl_menninger n 1 1 @ 1 0 11174563 +karl_popper n 1 1 @ 1 0 11242849 +karl_rudolf_gerd_von_rundstedt n 1 1 @ 1 0 11273679 +karl_scheele n 1 1 @ 1 0 11283843 +karl_theodor_jaspers n 1 1 @ 1 0 11080987 +karl_von_clausewitz n 1 1 @ 1 0 10899747 +karl_von_frisch n 1 1 @ 1 0 10982870 +karl_waldemar_ziegler n 1 1 @ 1 0 11406906 +karl_wernicke n 1 1 @ 1 0 11381684 +karl_wilhelm_scheele n 1 1 @ 1 0 11283843 +karl_wilhelm_siemens n 1 1 @ 1 0 11299890 +karlfeldt n 1 1 @ 1 0 11096645 +karloff n 1 1 @ 1 0 11096801 +karma n 1 2 @ ; 1 0 07330362 +karnataka n 1 2 @ #p 1 0 08902196 +karok n 2 1 @ 2 0 09658670 06921506 +karol_wojtyla n 1 1 @ 1 0 11087767 +karpov n 1 1 @ 1 0 11096991 +karsavina n 1 1 @ 1 0 11097208 +kartik n 1 2 @ #p 1 0 15220743 +kartikeya n 1 1 @ 1 0 09527001 +karttika n 1 2 @ #p 1 0 15220743 +karttikeya n 1 1 @ 1 0 09527001 +karyokinesis n 1 3 @ #p + 1 0 13504739 +karyolymph n 1 1 @ 1 0 05398871 +karyolysis n 1 1 @ 1 0 13504947 +karyon n 1 5 @ ~ #p %s %p 1 0 05434927 +karyoplasm n 1 2 @ #s 1 0 05434784 +karyotype n 1 1 @ 1 0 05444876 +kasai n 1 2 @ #p 1 0 09324474 +kasai_river n 1 2 @ #p 1 0 09324474 +kasbah n 1 1 @ 1 0 08628141 +kasha n 1 1 @ 1 0 07704579 +kashag n 1 2 @ %m 1 0 08383185 +kashmir n 1 4 @ #p %p - 1 0 08975617 +kashmir_goat n 1 1 @ 1 0 02417242 +kashmiri n 2 2 @ + 2 0 09676021 06972874 +kaspar_friedrich_wolff n 1 1 @ 1 0 11394848 +kasparov n 1 1 @ 1 0 11097335 +kassite n 2 1 @ 2 0 09640577 06968601 +kastler n 1 1 @ 1 0 11097525 +kat n 1 1 @ 1 0 03608870 +katabatic_wind n 1 1 @ 1 0 11443283 +katabolism n 1 2 @ #p 1 0 13443787 +katamorphism n 1 2 ! @ 1 0 13505069 +katar n 2 5 @ #m #p %m %p 2 0 08986905 08986691 +katar_peninsula n 1 3 @ #p %p 1 0 08986691 +katari n 1 3 @ #m + 1 0 09728137 +kate_chopin n 1 1 @ 1 0 10896823 +kate_o'flaherty_chopin n 1 1 @ 1 0 10896823 +kate_smith n 1 1 @ 1 0 11306008 +katharevusa n 1 1 @ 1 0 06976959 +katharine_hepburn n 1 1 @ 1 0 11043980 +katharine_houghton_hepburn n 1 1 @ 1 0 11043980 +katharobe n 1 1 @ 1 0 13124529 +katharometer n 1 1 @ 1 0 03609147 +katharsis n 2 2 @ ; 2 0 00253577 00253395 +katherine_anne_porter n 1 1 @ 1 0 11243424 +katherine_cornell n 1 1 @ 1 0 10911534 +katherine_mansfield n 1 1 @ 1 0 11154489 +kathleen_mansfield_beauchamp n 1 1 @ 1 0 11154489 +kathmandu n 1 2 @ #p 1 0 08906809 +kathryn_elizabeth_smith n 1 1 @ 1 0 11306008 +katmai_national_park n 1 2 @ #p 1 0 08606370 +katmandu n 1 2 @ #p 1 0 08906809 +katowice n 1 2 @ #p 1 0 08984010 +katsina n 1 2 @ #p 1 0 08974468 +katsura_tree n 1 2 @ #m 1 0 11702713 +katsushika_hokusai n 1 1 @ 1 0 11055915 +katsuwonidae n 1 2 @ #m 1 0 02629048 +katsuwonus n 1 3 @ #m %m 1 0 02628856 +katsuwonus_pelamis n 1 2 @ #m 1 0 02629230 +kattegatt n 1 2 @ #p 1 0 09324859 +katydid n 1 3 @ ~ #m 1 0 02228341 +katzenjammer n 2 1 @ 2 0 14447165 07385660 +kauai n 1 2 @ #p 1 0 09079875 +kauai_island n 1 2 @ #p 1 0 09079875 +kaufman n 1 1 @ 1 0 11097625 +kaunas n 1 2 @ #p 1 0 09014470 +kaunda n 1 1 @ 1 0 11097820 +kauri n 3 3 @ #m #s 3 0 14895599 11647703 11647548 +kauri_copal n 1 1 @ 1 0 14895599 +kauri_gum n 1 1 @ 1 0 14895599 +kauri_pine n 1 4 @ ~ #m %s 1 0 11647306 +kauri_resin n 1 1 @ 1 0 14895599 +kaury n 1 2 @ #m 1 0 11647703 +kava n 1 2 @ ; 1 0 07886317 +kavakava n 1 2 @ ; 1 0 07886317 +kavir_desert n 1 2 @ #p 1 0 09169038 +kavrin n 1 2 @ ; 1 0 03886237 +kaw_river n 1 2 @ #p 1 0 09323470 +kawaka n 1 2 @ #m 1 0 11639306 +kawasaki_disease n 1 1 @ 1 0 14076270 +kay_boyle n 1 1 @ 1 0 10860347 +kayak n 1 2 @ + 1 0 03609235 +kayo n 1 2 @ ~ 1 0 00134099 +kayser-fleischer_ring n 1 1 @ 1 0 14266677 +kazak n 3 5 @ #m #p %m %p 3 0 09736035 09019726 06927128 +kazakh n 3 5 @ #m #p %m %p 3 0 09736035 09019726 06927128 +kazakhstan n 1 5 @ #m #p %m %p 1 0 09019726 +kazakhstani n 1 3 @ #m + 1 0 09736181 +kazakhstani_monetary_unit n 1 2 @ ~ 1 0 13700870 +kazakstan n 1 5 @ #m #p %m %p 1 0 09019726 +kazan n 2 2 @ #p 2 0 11098039 09008333 +kazimir_malevich n 1 1 @ 1 0 11151436 +kazimir_severinovich_malevich n 1 1 @ 1 0 11151436 +kazoo n 1 1 @ 1 0 03609397 +kb n 3 3 @ #p %p 3 0 13627810 13627681 13627516 +kbit n 1 2 @ #p 1 0 13627810 +kbo n 1 1 @ 1 0 09327705 +kc n 1 3 @ #p %p 1 1 15279596 +kea n 1 2 @ #m 1 0 01818832 +kean n 1 1 @ 1 0 11098223 +keaton n 1 1 @ 1 0 11098380 +keats n 1 1 @ 1 0 11098601 +keb n 1 1 @ 1 0 09512157 +kebab n 1 2 @ ~ 1 0 07869775 +keble n 1 1 @ 1 0 11098707 +kechua n 3 3 @ ~ + 3 0 09726970 08489121 06917083 +kechuan n 1 2 @ + 1 0 06917083 +kedgeree n 1 2 @ ; 1 0 07869937 +keel n 3 4 @ ~ #p %p 3 0 13919919 05228374 03609542 +keel_arch n 1 1 @ 1 0 03842754 +keelboat n 1 1 @ 1 0 03609786 +keeled_garlic n 1 1 @ 1 0 12432707 +keelson n 1 2 @ #p 1 0 03609959 +keen n 1 3 @ + ; 1 0 07042735 +keenness n 3 4 @ ~ = + 3 1 05620468 07555184 04705324 +keep n 3 4 @ ~ #p + 3 0 13365286 03610098 03525252 +keeper n 2 3 @ ~ + 2 0 10229498 09984298 +keeping n 3 3 @ ~ + 3 2 01205010 00818466 00810598 +keepsake n 1 2 @ ~ 1 1 03610270 +keeshond n 1 1 @ 1 0 02112350 +keflex n 1 2 @ ; 1 0 02996249 +keflin n 1 2 @ ; 1 0 02996249 +keftab n 1 2 @ ; 1 0 02996249 +keg n 2 2 @ ~ 2 0 13768064 03610418 +kegel_exercises n 1 1 @ 1 0 00628539 +kegful n 1 1 @ 1 0 13768064 +kei_apple n 1 3 @ #m %p 1 0 12378753 +kei_apple_bush n 1 3 @ #m %p 1 0 12378753 +keister n 1 2 @ #p 1 0 05559256 +keith_rupert_murdoch n 1 2 @ ; 1 0 11196934 +kekchi n 2 1 @ 2 0 09658815 06925743 +kekule n 1 1 @ 1 0 11098876 +kekule_formula n 1 1 @ 1 0 14774894 +keller n 1 1 @ 1 0 11099085 +kellogg n 1 1 @ 1 0 11099438 +kelly n 3 1 @ 3 0 11100139 11099923 11099729 +keloid n 1 1 @ 1 0 14363913 +kelp n 1 3 @ ~ #m 1 0 01403457 +kelp_greenling n 1 2 @ #m 1 0 02648916 +kelpie n 2 2 @ ; 2 0 09543924 02105412 +kelpwort n 1 1 @ 1 0 11834654 +kelpy n 1 2 @ ; 1 0 09543924 +kelt n 1 2 @ ~ 1 0 09688008 +kelter n 1 1 @ 1 0 14497120 +kelvin n 2 1 @ 2 0 13714756 11100260 +kelvin_scale n 1 1 @ 1 0 13853002 +kemadrin n 1 2 @ ; 1 0 04007510 +kemal_ataturk n 1 1 @ 1 0 10826952 +kemal_pasha n 1 1 @ 1 0 10826952 +ken n 2 1 @ 2 1 05805157 05623818 +ken_elton_kesey n 1 1 @ 1 0 11102674 +ken_kesey n 1 1 @ 1 0 11102674 +ken_russell n 1 1 @ 1 0 11275636 +kenaf n 2 3 @ #p %p 2 0 12178358 12178129 +kenai_fjords_national_park n 1 2 @ #p 1 0 08606502 +kenalog n 1 2 @ ; 1 0 15078768 +kendal n 1 1 @ 1 0 14988961 +kendal_green n 1 1 @ 1 0 14988961 +kendall n 1 1 @ 1 0 11100462 +kendall's_tau n 1 2 @ ; 1 0 06035213 +kendall_partial_rank_correlation n 1 2 @ ; 1 0 06034870 +kendall_rank_correlation n 1 2 @ ; 1 0 06035213 +kendall_test n 1 3 @ ~ ; 1 0 06034611 +kendrew n 1 1 @ 1 0 11100619 +kennan n 1 1 @ 1 0 11100798 +kennedia n 1 3 @ #m %m 1 0 12536665 +kennedia_coccinea n 1 1 @ 1 0 12537068 +kennedia_prostrata n 1 1 @ 1 0 12537253 +kennedy n 2 2 @ #p 2 0 11101000 09124399 +kennedy_international_airport n 1 2 @ #p 1 0 09124399 +kennedy_interrnational n 1 2 @ #p 1 0 09124399 +kennedya n 1 3 @ #m %m 1 0 12536665 +kennel n 1 2 @ + 1 0 03610524 +kennelly n 1 1 @ 1 0 11101250 +kennelly-heaviside_layer n 1 2 @ #p 1 0 08582613 +kennesaw_mountain n 1 3 @ #p ; 1 0 01282711 +kenneth_bancroft_clark n 1 1 @ 1 0 10898693 +kenneth_clark n 1 1 @ 1 0 10898693 +kenneth_david_kaunda n 1 1 @ 1 0 11097820 +kenneth_grahame n 1 1 @ 1 0 11010557 +kenneth_kaunda n 1 1 @ 1 0 11097820 +kenneth_roberts n 1 1 @ 1 0 11264343 +kennewick n 1 2 @ #p 1 0 09153873 +kenning n 1 1 @ 1 0 07106651 +keno n 1 1 @ 1 0 00504660 +kenogenesis n 1 1 @ 1 0 13444940 +kent n 2 4 @ #m #p %p 2 1 08882934 11101576 +kentan n 1 1 @ 1 0 12427566 +kentish n 2 1 @ 2 0 06949946 06949326 +kentuckian n 1 1 @ 1 0 09743275 +kentucky n 1 3 @ #p %p 1 1 09089139 +kentucky_black_bass n 1 1 @ 1 0 02564935 +kentucky_blue n 1 2 @ #m 1 0 12131767 +kentucky_bluegrass n 1 2 @ #m 1 0 12131767 +kentucky_coffee_tree n 1 2 @ #m 1 0 12496427 +kentucky_derby n 1 1 @ 1 0 07462119 +kentucky_wonder n 1 1 @ 1 0 07728284 +kentucky_wonder_bean n 1 1 @ 1 0 07728284 +kentucky_yellowwood n 1 2 @ #m 1 0 12516165 +kentucy_blue_grass n 1 2 @ #m 1 0 12131767 +kenya n 1 5 @ #p %m %p + 1 0 08928193 +kenya_fever n 1 1 @ 1 0 14078120 +kenyan n 1 3 @ #m + 1 0 09719309 +kenyan_monetary_unit n 1 2 @ ~ 1 0 13706521 +kenyan_shilling n 1 1 @ 1 0 13706628 +kenyapithecus n 1 2 @ #m 1 0 02478990 +kenyata n 1 1 @ 1 0 11101700 +kenzo_tange n 1 1 @ 1 0 11330963 +keogh_plan n 1 1 @ 1 0 05912243 +keokuk n 1 1 @ 1 0 11101843 +kepi n 1 2 @ %p 1 0 03610682 +kepler n 1 1 @ 1 0 11101986 +kepler's_first_law n 1 1 @ 1 0 05879693 +kepler's_law n 1 3 @ ~ ; 1 0 05879441 +kepler's_law_of_planetary_motion n 1 3 @ ~ ; 1 0 05879441 +kepler's_second_law n 1 1 @ 1 0 05879856 +kepler's_third_law n 1 1 @ 1 0 05880187 +kept_woman n 1 2 @ ~ 1 0 10323752 +kera n 1 1 @ 1 0 06985490 +keratalgia n 1 1 @ 1 0 14328513 +keratectasia n 1 1 @ 1 0 14104118 +keratin n 1 2 @ #s 1 0 14732472 +keratinisation n 1 2 @ + 1 0 13505249 +keratinization n 1 2 @ + 1 0 13505249 +keratitis n 1 1 @ 1 0 14348300 +keratoacanthoma n 1 1 @ 1 0 14239097 +keratocele n 1 1 @ 1 0 14297329 +keratoconjunctivitis n 1 1 @ 1 0 14348429 +keratoconus n 1 1 @ 1 0 14104218 +keratoderma n 1 1 @ 1 0 14227906 +keratoderma_blennorrhagica n 1 1 @ 1 0 14228512 +keratodermia n 1 1 @ 1 0 14227906 +keratohyalin n 1 1 @ 1 0 14926180 +keratoiritis n 1 1 @ 1 0 14348538 +keratomalacia n 1 1 @ 1 0 14266835 +keratomycosis n 1 1 @ 1 0 14182242 +keratonosis n 1 1 @ 1 0 14228038 +keratonosus n 1 1 @ 1 0 14256585 +keratoplasty n 1 2 @ ~ 1 0 00681613 +keratoscleritis n 1 1 @ 1 0 14348647 +keratoscope n 1 1 @ 1 0 03610836 +keratoscopy n 1 1 @ 1 0 00643621 +keratosis n 1 2 @ ~ 1 0 14228148 +keratosis_blennorrhagica n 1 1 @ 1 0 14228512 +keratosis_follicularis n 1 1 @ 1 0 14228712 +keratosis_nigricans n 1 1 @ 1 0 14221924 +keratosis_pilaris n 1 1 @ 1 0 14228885 +keratotomy n 1 2 @ ~ 1 0 00679910 +kerb n 1 2 @ %p 1 0 03148920 +kerb_crawler n 1 2 @ ; 1 0 10229721 +kerbala n 1 3 @ #p - 1 0 08914573 +kerbela n 1 3 @ #p - 1 0 08914573 +kerbstone n 1 2 @ #p 1 0 03149686 +kerchief n 1 2 @ ~ 1 1 03610992 +kerensky n 1 1 @ 1 0 11102144 +kerfuffle n 1 2 @ ~ 1 0 13977366 +kerion n 1 1 @ 1 0 14125881 +kern n 2 2 @ + 2 0 11102353 03611169 +kernel n 3 3 @ ~ #p 3 0 13137010 12157056 05921123 +kernicterus n 1 1 @ 1 0 14320218 +kernig's_sign n 1 1 @ 1 0 14267017 +kernite n 1 2 @ %s 1 0 14679267 +kerosene n 1 2 @ ~ 1 1 14687633 +kerosene_heater n 1 1 @ 1 0 03843883 +kerosene_lamp n 1 3 @ ~ %p 1 0 03844045 +kerosine n 1 2 @ ~ 1 0 14687633 +kerosine_heater n 1 1 @ 1 0 03843883 +kerosine_lamp n 1 3 @ ~ %p 1 0 03844045 +kerouac n 1 1 @ 1 0 11102493 +kerr_cell n 1 1 @ 1 0 03611314 +kerry_blue_terrier n 1 1 @ 1 0 02093859 +kerugma n 1 1 @ 1 0 07244305 +kerygma n 1 1 @ 1 1 07244305 +kesey n 1 1 @ 1 0 11102674 +kestrel n 2 2 @ #m 2 0 01612122 01611969 +ketalar n 1 2 @ ~ 1 0 03611590 +ketamine n 1 2 @ ~ 1 0 03611590 +ketamine_hydrochloride n 1 2 @ ~ 1 0 03611590 +ketch n 1 1 @ 1 1 03612010 +ketchup n 1 1 @ 1 0 07822197 +ketchup_bottle n 1 1 @ 1 0 02985963 +keteleeria n 1 2 @ #m 1 0 11645163 +ketembilla n 2 4 @ #m #p %p 2 0 12378963 07762534 +ketembilla_tree n 1 3 @ #m %p 1 0 12378963 +ketoacidosis n 1 2 @ #p 1 0 14019840 +ketoacidosis-prone_diabetes n 1 2 @ %p 1 0 14118423 +ketoacidosis-resistant_diabetes n 1 1 @ 1 0 14118936 +ketoacidosis-resistant_diabetes_mellitus n 1 1 @ 1 0 14118936 +ketoaciduria n 1 2 @ ~ 1 0 14271480 +ketohexose n 1 2 @ ~ 1 0 14927587 +ketone n 1 3 @ ~ #s 1 0 14926294 +ketone_body n 1 2 @ ~ 1 0 14926595 +ketone_group n 1 1 @ 1 0 14926937 +ketonemia n 1 1 @ 1 0 14267205 +ketonuria n 1 2 @ ~ 1 0 14271480 +ketoprofen n 1 2 @ %s 1 0 03612134 +ketorolac n 1 2 @ %s 1 0 03612378 +ketorolac_tromethamine n 1 2 @ %s 1 0 03612559 +ketose n 1 2 @ ~ 1 0 14927739 +ketosis n 1 1 @ 1 1 14267205 +ketosis-prone_diabetes n 1 2 @ %p 1 0 14118423 +ketosis-resistant_diabetes n 1 1 @ 1 0 14118936 +ketosis-resistant_diabetes_mellitus n 1 1 @ 1 0 14118936 +ketosteroid n 1 2 @ ~ 1 0 15058163 +kettering n 1 1 @ 1 0 11102878 +kettle n 4 3 @ ~ ; 4 1 03612814 13768154 09325038 03612965 +kettle_hole n 1 2 @ ; 1 0 09325038 +kettle_of_fish n 1 2 @ ~ 1 0 14409489 +kettledrum n 1 1 @ 1 0 03612965 +kettleful n 1 1 @ 1 0 13768154 +ketubim n 1 3 @ #p %p 1 0 06453324 +keuka_lake n 1 2 @ #m 1 0 09325246 +keurboom n 2 2 @ #m 2 0 12580012 12579822 +key n 15 7 @ ~ #m #p %p + ; 15 4 03613294 05794057 04986147 06863751 13724838 12036226 11103104 09325395 08590909 06492438 06492188 06424869 04586581 03615133 03613592 +key_fruit n 1 1 @ 1 0 12036226 +key_lime n 1 1 @ 1 0 07749870 +key_palm n 1 2 @ #m 1 0 12598027 +key_pattern n 1 1 @ 1 0 03396311 +key_ring n 1 1 @ 1 0 03615037 +key_signature n 1 1 @ 1 0 06863618 +key_stroke n 1 1 @ 1 0 00349520 +key_west n 1 2 @ #p 1 0 09073442 +key_word n 2 2 @ #p 2 0 06492320 06293106 +keyboard n 2 5 @ ~ #p %m %p 2 1 03614007 03613873 +keyboard_buffer n 1 1 @ 1 0 03614383 +keyboard_instrument n 1 2 @ ~ 1 0 03614532 +keyboardist n 1 1 @ 1 0 10229883 +keycard n 1 1 @ 1 0 06477818 +keyhole n 1 2 @ #p 1 1 03614782 +keyhole_limpet n 1 2 @ #m 1 0 01949499 +keyhole_saw n 1 1 @ 1 0 03614887 +keynes n 1 3 @ #m + 1 0 11103397 +keynesian n 1 1 @ 1 0 10229983 +keynesianism n 1 1 @ 1 0 05995355 +keynote n 3 5 @ ~ #p + ; 3 2 07240278 05926049 06857726 +keynote_address n 1 2 @ %p 1 0 07240417 +keynote_speech n 1 2 @ %p 1 0 07240417 +keypad n 1 1 @ 1 0 03085013 +keystone n 2 3 @ ~ #p 2 0 05694232 03615133 +keystone_state n 1 4 @ #p %p - 1 0 09134386 +keystone_stater n 1 1 @ 1 0 09745324 +keystroke n 1 1 @ 1 0 00349520 +kg n 1 4 @ ~ #p %p 1 0 13724582 +kgb n 1 1 @ 1 0 08485434 +khabarovsk n 2 3 @ #p %p 2 0 09005457 09005273 +khachaturian n 1 1 @ 1 0 11103648 +khadafy n 1 1 @ 1 0 11250287 +khaddar n 1 1 @ 1 0 03615300 +khadi n 1 1 @ 1 0 03615300 +khaki n 1 2 @ + 1 0 03615406 +khakis n 1 1 @ 1 0 03615563 +khalif n 1 2 @ ~ 1 0 09887496 +khalifah n 1 2 @ ~ 1 0 09887496 +khalka n 2 1 @ 2 0 09737835 06929008 +khalkha n 2 1 @ 2 0 09737835 06929008 +khalsa n 1 2 @ ; 1 0 08099825 +khama n 1 1 @ 1 0 11103864 +khamsin n 1 1 @ 1 0 11442752 +khamti n 1 1 @ 1 0 06935741 +khan n 2 1 @ 2 0 10230097 02961035 +khanate n 2 1 @ 2 0 08558082 00594070 +khanty n 2 1 @ 2 0 09706911 06959018 +kharkiv n 1 2 @ #p 1 0 09016860 +kharkov n 1 2 @ #p 1 0 09016860 +khartoum n 1 2 @ #p 1 1 09030210 +khat n 1 1 @ 1 0 03608870 +khaya n 1 3 @ #m %m 1 0 12698905 +khayr_ad-din n 1 1 @ 1 0 10834337 +khedive n 1 1 @ 1 0 10230216 +khepera n 1 1 @ 1 0 09512516 +khesari n 1 2 @ #m 1 0 12541403 +khi n 1 2 @ #m 1 0 06836381 +khimar n 1 1 @ 1 0 03615655 +khios n 1 2 @ #p 1 0 08782976 +khirghiz n 2 1 @ 2 0 09736312 06927736 +khmer n 2 1 @ 2 1 06937348 09733707 +khmer_rouge n 1 2 @ ; 1 0 08028999 +khoikhoi n 1 1 @ 1 0 06941479 +khoikhoin n 1 1 @ 1 0 06941479 +khoisan n 1 2 @ ~ 1 0 06941341 +khoisan_language n 1 2 @ ~ 1 0 06941341 +khomeini n 1 1 @ 1 0 11104008 +khoum n 1 2 @ #p 1 0 13689875 +khowar n 1 1 @ 1 0 06972654 +khrushchev n 1 1 @ 1 0 11104287 +khuen n 1 1 @ 1 0 06935513 +khufu n 1 1 @ 1 0 09915434 +khukuri n 1 2 @ ; 1 0 03615790 +khyber_pass n 1 2 @ #p 1 0 09325530 +khz n 1 3 @ #p %p 1 0 15279596 +ki n 2 2 @ ; 2 0 14050559 09518782 +kia_quen n 1 1 @ 1 0 00423028 +kiaat n 1 2 @ #m 1 0 12565102 +kiang n 1 1 @ 1 0 02390738 +kib n 1 3 @ #p %p 1 0 13627516 +kibble n 2 1 @ 2 0 07567980 03615987 +kibbutz n 1 3 @ %m ; 1 0 08056873 +kibbutznik n 1 2 @ #m 1 0 10230335 +kibe n 1 1 @ 1 0 14183692 +kibibit n 1 2 @ #p 1 0 13627935 +kibibyte n 1 3 @ #p %p 1 0 13627516 +kibit n 1 2 @ #p 1 0 13627935 +kibitzer n 1 3 @ + ; 1 0 10230432 +kichaga n 1 1 @ 1 0 06993445 +kichai n 1 1 @ 1 0 09658921 +kick n 6 3 @ ~ + 6 2 00136329 07528470 07350754 07209965 05827509 00336805 +kick_in_the_butt n 1 1 @ 1 1 01164275 +kick_pleat n 1 2 @ #p 1 0 03616091 +kick_start n 1 3 @ #p + 1 0 03616763 +kick_starter n 1 3 @ #p + 1 0 03616763 +kick_turn n 1 1 @ 1 0 00441235 +kick_up n 1 2 @ #p 1 1 00437321 +kickapoo n 2 1 @ 2 0 09659039 06910423 +kickback n 1 2 @ + 1 0 13284784 +kicker n 1 3 @ ~ + 1 0 10230580 +kicking n 2 3 @ ~ + 2 0 00336805 00136329 +kickoff n 3 4 @ ~ + ; 3 2 00241507 15265518 07329568 +kickshaw n 1 2 @ ~ 1 0 07557165 +kicksorter n 1 1 @ 1 0 03616225 +kickstand n 1 2 @ #p 1 0 03616428 +kid n 5 4 @ ~ #m %p 5 1 09917593 14762846 11113489 09918248 02416820 +kid_glove n 1 1 @ 1 0 03616979 +kidd n 1 1 @ 1 0 11104458 +kiddie_porn n 1 1 @ 1 0 00747519 +kiddy n 1 1 @ 1 0 10230736 +kiddy_porn n 1 1 @ 1 0 00747519 +kidnaper n 1 3 @ ~ + 1 0 10230801 +kidnapper n 1 3 @ ~ + 1 1 10230801 +kidnapping n 1 3 @ + ; 1 0 00775702 +kidney n 1 3 @ #p %p 1 1 05332802 +kidney_bean n 2 2 @ #m 2 0 12557064 07727048 +kidney_begonia n 1 1 @ 1 0 12361560 +kidney_disease n 1 2 @ ~ 1 0 14113228 +kidney_failure n 1 2 @ ~ 1 0 14114555 +kidney_fern n 1 1 @ 1 0 12952717 +kidney_pie n 1 1 @ 1 0 07877575 +kidney_stone n 1 1 @ 1 0 09325824 +kidney_vetch n 1 2 @ #m 1 0 12506991 +kidney_wort n 1 2 @ #m 1 0 11938732 +kidskin n 1 1 @ 1 0 14762846 +kierkegaard n 1 1 @ 1 0 11104676 +kieselguhr n 1 1 @ 1 0 14843295 +kieserite n 1 1 @ 1 0 14679447 +kieslowski n 1 1 @ 1 0 11104896 +kiev n 1 2 @ #p 1 0 09015907 +kigali n 1 2 @ #p 1 0 08815346 +kiggelaria n 1 3 @ #m %m 1 0 12380597 +kiggelaria_africana n 1 2 @ #m 1 0 12380761 +kike n 1 2 @ ; 1 0 09682122 +kikladhes n 1 2 @ #p 1 0 08783149 +kildeer n 1 2 @ #m 1 0 02023992 +kilderkin n 1 2 @ %p 1 0 13622914 +kiley n 1 1 @ 1 0 03629401 +kilimanjaro n 1 2 @ #p 1 0 09325963 +kiliwa n 2 1 @ 2 0 09659188 06922965 +kiliwi n 2 1 @ 2 0 09659188 06922965 +kill n 2 3 @ ~ + 2 2 00219012 00217593 +kill_zone n 1 1 @ 1 0 08690352 +killarney_fern n 1 1 @ 1 0 12952590 +killdeer n 1 2 @ #m 1 0 02023992 +killdeer_plover n 1 2 @ #m 1 0 02023992 +killer n 4 4 @ ~ #m + 4 1 10231087 14540564 05688630 02071294 +killer_bee n 2 1 @ 2 0 10231361 02208498 +killer_cell n 1 1 @ 1 0 05452516 +killer_t_cell n 1 1 @ 1 0 05452516 +killer_whale n 1 2 @ #m 1 0 02071294 +killifish n 1 2 @ ~ 1 0 01446760 +killing n 3 4 @ ~ + ; 3 2 07361576 00219012 13259797 +killing_field n 1 1 @ 1 0 08690479 +killing_zone n 1 1 @ 1 0 08690352 +killjoy n 1 3 @ ~ ; 1 0 10638136 +kiln n 1 2 @ ~ 1 0 03617095 +kilo n 1 4 @ ~ #p %p 1 0 13724582 +kilobit n 1 2 @ #p 1 0 13627810 +kilobyte n 2 3 @ #p %p 2 0 13627681 13627516 +kilocalorie n 1 2 @ %p 1 0 13726562 +kilocycle n 1 3 @ #p %p 1 0 15279596 +kilocycle_per_second n 1 3 @ #p %p 1 0 15279596 +kilogram n 1 4 @ ~ #p %p 1 0 13724582 +kilogram-meter n 1 1 @ 1 0 13728203 +kilogram_calorie n 1 2 @ %p 1 0 13726562 +kilohertz n 1 3 @ #p %p 1 0 15279596 +kiloliter n 1 3 @ #p %p 1 0 13624873 +kilolitre n 1 3 @ #p %p 1 0 13624873 +kilometer n 1 3 @ #p %p 1 1 13659760 +kilometers_per_hour n 1 1 @ 1 0 15279767 +kilometre n 1 3 @ #p %p 1 0 13659760 +kilometres_per_hour n 1 1 @ 1 0 15279767 +kiloton n 2 3 @ #p %p 2 0 13721695 13647215 +kilovolt n 1 2 @ %p 1 0 13643770 +kilovolt-ampere n 1 2 @ %p 1 0 13645331 +kilowatt n 1 3 @ #p %p 1 0 13644761 +kilowatt_hour n 1 2 @ %p 1 0 13727478 +kilroy n 1 1 @ 1 0 09600901 +kilt n 1 1 @ 1 0 03617312 +kilter n 1 1 @ 1 0 14497120 +kimberley n 1 2 @ #p 1 0 09000854 +kimberlite n 1 1 @ 1 0 14933086 +kimono n 1 1 @ 1 0 03617480 +kin n 2 4 @ ~ %m + 2 0 10236304 07969695 +kin_group n 1 3 @ ~ %m 1 0 07969695 +kina n 1 2 @ %p 1 0 13680599 +kinaesthesia n 2 2 @ + 2 0 05722208 05658985 +kinaesthesis n 1 1 @ 1 0 05658985 +kinanesthesia n 1 2 ! @ 1 0 05659260 +kinase n 1 1 @ 1 0 14927881 +kinchinjunga n 1 2 @ #p 1 0 09323221 +kind n 1 2 @ ~ 1 1 05839024 +kind-heartedness n 1 2 @ ~ 1 0 07553590 +kindergarten n 1 1 @ 1 1 08412136 +kindergartener n 1 1 @ 1 0 10466060 +kindergartner n 1 1 @ 1 0 10466060 +kindheartedness n 1 3 @ ~ + 1 0 07553590 +kindliness n 1 2 @ + 1 0 04841664 +kindling n 2 2 @ + 2 0 15101586 00378479 +kindness n 3 5 ! @ ~ = + 3 0 04840011 04829764 00034574 +kindred n 1 4 @ ~ %m + 1 0 07969695 +kine n 1 5 @ ~ #m %m %p 1 0 02402425 +kinematics n 1 1 @ 1 0 06113777 +kinescope n 1 3 @ ~ #p 1 0 03617594 +kinesiology n 1 1 @ 1 0 06082459 +kinesis n 1 2 @ + 1 0 00863222 +kinesthesia n 2 3 ! @ + 2 0 05722208 05658985 +kinesthesis n 1 2 @ + 1 0 05658985 +kinesthetics n 1 1 @ 1 0 05658985 +kinetic_energy n 1 1 @ 1 1 11470492 +kinetic_theory n 1 3 @ ~ ; 1 0 06106305 +kinetic_theory_of_gases n 1 3 @ ~ ; 1 0 06106305 +kinetic_theory_of_heat n 1 1 @ 1 0 06108339 +kinetics n 1 2 @ ~ 1 0 06113597 +kinetochore n 1 2 @ #p 1 0 05444324 +kinetoscope n 1 2 @ ; 1 0 03617834 +kinetosis n 1 2 @ ~ 1 0 14203346 +kinfolk n 1 2 @ ~ 1 0 07970721 +king n 10 6 ! @ ~ #m + ; 10 3 10231515 10235024 09840217 14435670 11105463 11105298 11105054 03618339 03618219 03618101 +king's_counsel n 1 1 @ 1 0 10235269 +king's_english n 1 1 @ 1 0 06948260 +king's_evil n 1 1 @ 1 1 14144247 +king's_ransom n 1 1 @ 1 0 13371274 +king's_spear n 1 2 @ #m 1 0 12442697 +king_arthur n 1 1 @ 1 0 10824888 +king_arthur's_round_table n 1 2 @ ; 1 0 04114554 +king_begonia n 1 1 @ 1 0 12361946 +king_camp_gilette n 1 1 @ 1 0 11000172 +king_charles_spaniel n 1 1 @ 1 0 02086753 +king_cobra n 1 2 @ #m 1 0 01748906 +king_crab n 4 4 @ #m #p %p 4 0 07788435 01982068 01981276 01787835 +king_devil n 1 2 @ #m 1 0 11982342 +king_ferdinand n 1 1 @ 1 0 10969305 +king_fern n 2 2 @ #m 2 0 12954799 12953484 +king_harold_i n 1 1 @ 1 0 11029454 +king_harold_ii n 1 1 @ 1 0 11029637 +king_hussein n 1 1 @ 1 0 11068196 +king_james n 1 2 @ #m 1 0 11079802 +king_james_bible n 1 1 @ 1 0 06449095 +king_james_i n 1 2 @ #m 1 0 11079802 +king_james_version n 1 1 @ 1 0 06449095 +king_john n 1 2 @ #m 1 0 11086279 +king_lear n 1 1 @ 1 0 09601049 +king_mackerel n 1 2 @ #m 1 0 02625851 +king_nut n 1 3 @ #m %p 1 0 12321395 +king_nut_hickory n 1 3 @ #m %p 1 0 12321395 +king_oedipus n 1 2 @ ; 1 0 09597798 +king_of_beasts n 1 4 @ ~ #m %p 1 0 02129165 +king_of_england n 1 2 @ ~ 1 0 10233445 +king_of_france n 1 2 @ ~ 1 0 10234340 +king_of_great_britain n 1 2 @ ~ 1 0 10233445 +king_of_swing n 1 1 @ 1 0 11007332 +king_of_the_germans n 1 2 @ ~ 1 0 10234867 +king_of_the_herring n 1 2 @ #m 1 0 02547014 +king_oliver n 1 1 @ 1 0 11214153 +king_orange n 1 3 @ #m %p 1 0 12710917 +king_penguin n 1 2 @ #m 1 0 02056570 +king_post n 1 1 @ 1 0 03618678 +king_protea n 1 2 @ #m 1 0 12215022 +king_salmon n 2 4 @ #m #p %p 2 0 07796321 02536456 +king_snake n 1 3 @ ~ #m 1 0 01734418 +king_vulture n 1 2 @ #m 1 0 01620735 +king_whiting n 1 2 @ #m 1 0 02597818 +king_william_pine n 1 2 @ #m 1 0 11632929 +kingbird n 1 3 @ ~ #m 1 0 01548301 +kingbolt n 1 1 @ 1 0 03618546 +kingcup n 2 3 @ ~ #m 2 0 11728099 11720353 +kingdom n 6 4 @ ~ %m + 6 3 14514805 08591269 08558155 08405603 07940552 07940448 +kingdom_animalia n 1 2 @ %m 1 0 01313093 +kingdom_come n 2 1 @ 2 0 15143984 15121880 +kingdom_fungi n 1 3 @ %m - 1 0 12992464 +kingdom_monera n 1 2 @ %m 1 0 01341876 +kingdom_of_belgium n 1 6 @ #m #p %m %p - 1 0 08849753 +kingdom_of_bhutan n 1 3 @ #p %m 1 0 08852209 +kingdom_of_cambodia n 1 6 @ #m #p %m %p - 1 0 08716738 +kingdom_of_denmark n 1 6 @ #m #p %m %p - 1 0 08761244 +kingdom_of_god n 1 1 @ 1 0 08558661 +kingdom_of_lesotho n 1 4 @ #p %m %p 1 0 08958830 +kingdom_of_morocco n 1 5 @ #m #p %m %p 1 0 08969291 +kingdom_of_nepal n 1 5 @ #p %m %p - 1 0 08906374 +kingdom_of_norway n 1 4 @ #m %m %p 1 0 08764107 +kingdom_of_saudi_arabia n 1 6 @ #m #p %m %p - 1 0 08993288 +kingdom_of_spain n 1 7 @ ~ #m #p %m %p - 1 0 09023321 +kingdom_of_swaziland n 1 4 @ #p %m %p 1 0 09031233 +kingdom_of_sweden n 1 4 @ #m %m %p 1 0 08765890 +kingdom_of_thailand n 1 6 @ #m #p %m %p - 1 0 09036452 +kingdom_of_the_netherlands n 1 5 @ #m #p %m %p 1 0 08949093 +kingdom_of_tonga n 1 3 @ #p %m 1 0 09037133 +kingdom_plantae n 1 3 @ %m ; 1 0 11529603 +kingdom_prokaryotae n 1 2 @ %m 1 0 01341876 +kingdom_protoctista n 1 2 @ %m 1 0 01386494 +kingfish n 5 4 @ #m #p %p 5 0 07784810 02626265 02598573 02597608 02579303 +kingfisher n 1 3 @ ~ #m 1 0 01827403 +kingfisher_daisy n 1 2 @ #m 1 0 11969806 +kinglet n 1 3 @ ~ #m 1 0 01563746 +kingmaker n 2 1 @ 2 0 11375087 10233248 +kingpin n 3 1 @ 3 0 10235142 03618546 03504293 +kings_canyon_national_park n 1 2 @ #p 1 0 08606688 +kingship n 1 2 @ + 1 0 14433001 +kingsnake n 1 3 @ ~ #m 1 0 01734418 +kingston n 3 2 @ #p 3 0 09124732 08827853 08754238 +kingston-upon_hull n 1 3 @ #p %p 1 0 08877208 +kingstown n 1 2 @ #p 1 0 08989556 +kingwood n 2 4 @ #m #s %s 2 0 12523319 12523141 +kingwood_tree n 1 3 @ #m %s 1 0 12523141 +kinin n 1 1 @ 1 0 14745477 +kink n 5 3 @ + ; 5 0 14361182 13877918 10236842 05926150 05688770 +kinkajou n 2 2 @ #m 2 0 02509197 02499316 +kino n 2 3 @ #m %s 2 0 14901411 12565912 +kino_gum n 2 2 @ #s 2 0 14901411 12566112 +kinosternidae n 1 3 @ #m %m 1 0 01666802 +kinosternon n 1 3 @ #m %m 1 0 01666967 +kinsey n 1 1 @ 1 0 11105609 +kinsfolk n 1 2 @ ~ 1 0 07970721 +kinshasa n 1 2 @ #p 1 0 08735164 +kinship n 2 4 @ ~ + ; 2 2 13811410 13812607 +kinship_group n 1 3 @ ~ %m 1 0 07969695 +kinship_system n 1 2 @ ; 1 0 05729609 +kinsman n 1 2 @ ~ 1 0 10236946 +kinsperson n 1 2 @ ~ 1 0 10236304 +kinswoman n 1 2 @ ~ 1 0 10237069 +kinyarwanda n 1 1 @ 1 0 06993573 +kiosk n 1 2 @ ~ 1 0 02873839 +kiowa n 2 1 @ 2 0 09659327 06920665 +kip n 3 4 @ %p + ; 3 0 15273955 13680948 00438338 +kipling n 1 1 @ 1 1 11105778 +kipp's_apparatus n 1 1 @ 1 0 03618797 +kipper n 1 1 @ 1 0 07785138 +kippered_herring n 1 1 @ 1 0 07785138 +kippered_salmon n 1 1 @ 1 0 07798147 +kirchhoff n 1 1 @ 1 0 11105945 +kirchhoff's_laws n 1 2 @ ; 1 0 05880432 +kirchner n 1 1 @ 1 0 11106170 +kirghiz n 3 4 @ #m #p %p 3 0 09736312 09020440 06927736 +kirghizia n 1 4 @ #m #p %p 1 0 09020440 +kirghizstan n 1 4 @ #m #p %p 1 0 09020440 +kirgiz n 3 4 @ #m #p %p 3 0 09736312 09020440 06927736 +kirgizia n 1 4 @ #m #p %p 1 0 09020440 +kirgizstan n 1 4 @ #m #p %p 1 0 09020440 +kiribati n 1 3 @ #p %p 1 0 08840749 +kiribati_dollar n 1 1 @ 1 0 13673650 +kirk n 1 1 @ 1 0 03618982 +kirkia n 1 3 @ #m %m 1 0 12717914 +kirkia_wilmsii n 1 2 @ #m 1 0 12718074 +kirkuk n 1 2 @ #p 1 0 08914850 +kirpan n 1 1 @ 1 0 03619050 +kirsch n 1 2 @ #s 1 0 07904072 +kirtle n 2 1 @ 2 0 03619275 03619196 +kishar n 1 2 @ ; 1 0 09518908 +kishinev n 1 2 @ #p 1 0 09014850 +kishke n 1 2 @ ; 1 0 07878479 +kislev n 1 3 @ #p %p 1 0 15214840 +kismat n 1 2 @ ; 1 0 07330560 +kismet n 1 2 @ ; 1 0 07330560 +kiss n 4 3 @ ~ + 4 1 00138221 07636869 07606764 00138078 +kiss-me-over-the-garden-gate n 1 2 @ #m 1 0 12601805 +kiss_curl n 1 1 @ 1 0 05258627 +kiss_of_death n 1 1 @ 1 0 07316242 +kiss_of_life n 1 2 @ %p 1 0 00832626 +kiss_of_peace n 1 2 @ ; 1 0 06631140 +kisser n 2 5 @ ~ #p + ; 2 0 10237196 05601357 +kissimmee n 1 2 @ #p 1 0 09326139 +kissimmee_river n 1 2 @ #p 1 0 09326139 +kissing n 1 3 @ ~ + 1 1 00854000 +kissing_bug n 1 2 @ #m 1 0 02244515 +kissing_cousin n 1 1 @ 1 0 10237315 +kissing_disease n 1 1 @ 1 0 14135277 +kissing_kin n 1 1 @ 1 0 10237315 +kissinger n 1 1 @ 1 0 11106290 +kisumu n 1 2 @ #p 1 0 08928742 +kiswahili n 1 1 @ 1 0 06993647 +kit n 3 3 @ ~ + 3 1 03619650 03619396 01323155 +kit_and_boodle n 1 1 @ 1 0 14461679 +kit_and_caboodle n 1 1 @ 1 1 14461679 +kit_bag n 1 1 @ 1 0 03619793 +kit_carson n 1 1 @ 1 0 10884369 +kit_fox n 2 2 @ #m 2 0 02119789 02119634 +kitakyushu n 1 2 @ #p 1 0 08925700 +kitambilla n 2 4 @ #m #p %p 2 0 12378963 07762534 +kitbag n 1 1 @ 1 0 03619793 +kitchen n 1 3 @ ~ #p 1 1 03619890 +kitchen_appliance n 1 2 @ ~ 1 0 03620052 +kitchen_cabinet n 1 1 @ 1 0 08241512 +kitchen_garden n 1 2 @ ~ 1 0 03620443 +kitchen_help n 1 1 @ 1 0 10237464 +kitchen_island n 1 1 @ 1 0 03620600 +kitchen_match n 1 1 @ 1 0 03620730 +kitchen_midden n 1 2 @ ; 1 0 08560560 +kitchen_police n 1 1 @ 1 0 10237556 +kitchen_range n 1 3 @ ~ %p 1 0 04330340 +kitchen_sink n 1 1 @ 1 1 03620889 +kitchen_stove n 1 3 @ ~ %p 1 0 04330340 +kitchen_table n 1 1 @ 1 1 03620967 +kitchen_utensil n 1 2 @ ~ 1 0 03621049 +kitchener n 1 1 @ 1 0 11106479 +kitchenette n 1 2 @ #p 1 1 03620353 +kitchenware n 1 1 @ 1 0 03621377 +kite n 4 5 @ ~ #m %p + 4 0 13382471 13382306 03621473 01608432 +kite_balloon n 1 1 @ 1 0 03621694 +kite_tail n 1 2 @ #p 1 0 03621826 +kitembilla n 2 4 @ #m #p %p 2 0 12378963 07762534 +kith n 1 1 @ 1 0 07970301 +kitsch n 1 1 @ 1 0 03621935 +kittee n 1 1 @ 1 0 00423222 +kitten n 1 2 @ + 1 1 02122948 +kitten-tails n 1 3 @ ~ #m 1 0 12878169 +kittiwake n 1 2 @ #m 1 0 02042759 +kittul n 1 1 @ 1 0 12587132 +kitty n 4 2 @ ; 4 0 13369474 13343774 02122948 02122298 +kitty-cat n 1 1 @ 1 0 02122298 +kitty_litter n 1 2 @ ; 1 0 14813957 +kitul n 1 1 @ 1 0 12587132 +kitul_tree n 1 1 @ 1 0 12587132 +kivu n 1 2 @ #p 1 0 09326299 +kiwi n 4 4 @ #m #p %p 4 0 12371439 09724533 07763629 01520576 +kiwi_fruit n 1 2 @ #p 1 0 07763629 +kiwi_vine n 1 3 @ #m %p 1 0 12371439 +kizil_kum n 1 2 @ #p 1 0 09170633 +kkk n 1 3 @ %m ; 1 0 08029421 +klaipeda n 1 3 @ #m #p 1 0 09014066 +klamath n 1 2 @ #p 1 0 09326467 +klamath_falls n 1 2 @ #p 1 0 09133643 +klamath_river n 1 2 @ #p 1 0 09326467 +klammath_weed n 1 1 @ 1 0 12369309 +klan n 1 3 @ %m ; 1 0 08029421 +klansman n 1 2 @ #m 1 0 10237676 +klaproth n 1 1 @ 1 0 11106652 +klaus_fuchs n 1 1 @ 1 0 10984589 +klavern n 1 3 @ #m ; 1 0 08029784 +klavier n 1 2 @ ~ 1 0 03039015 +klaxon n 1 1 @ 1 0 03622058 +klebs-loeffler_bacillus n 1 2 @ #m 1 0 01366700 +klebsiella n 1 2 @ #m 1 0 01368672 +klee n 1 1 @ 1 0 11106830 +kleenex n 1 2 @ ; 1 1 14928008 +klein n 3 1 @ 3 0 11107308 11107110 11106943 +klein_bottle n 1 1 @ 1 0 03622207 +kleist n 1 1 @ 1 0 11107436 +klemens_metternich n 1 1 @ 1 0 11177532 +kleptomania n 1 1 @ 1 0 09182273 +kleptomaniac n 1 1 @ 1 0 10237799 +klick n 1 3 @ #p %p 1 0 13659760 +klieg_light n 1 1 @ 1 0 03622401 +klimt n 1 1 @ 1 0 11107635 +kline n 1 1 @ 1 0 11107757 +klinefelter n 1 1 @ 1 0 11107901 +klinefelter's_syndrome n 1 1 @ 1 0 14306475 +klinefelter_syndrome n 1 1 @ 1 0 14306475 +klondike n 2 2 @ #p 2 0 08830720 00495774 +klopstock n 1 1 @ 1 0 11108084 +klorvess n 1 2 @ ; 1 0 14861042 +klotho n 1 2 @ #m 1 0 09565503 +kludge n 1 2 @ ; 1 0 07977344 +klutz n 1 2 @ ; 1 0 10237935 +kluxer n 1 2 @ #m 1 0 10237676 +klystron n 1 1 @ 1 0 03622526 +klyuchevskaya n 1 2 @ #p 1 0 09175767 +km n 1 3 @ #p %p 1 1 13659760 +km/h n 1 1 @ 1 0 15279767 +knack n 1 1 @ 1 1 05624254 +knacker n 2 1 @ 2 0 10238127 10238029 +knackwurst n 1 1 @ 1 0 07677255 +knapsack n 1 2 @ ~ 1 1 02769748 +knapweed n 1 2 @ ~ 1 0 11948264 +knave n 2 1 @ 2 0 10536728 03589093 +knavery n 1 2 @ ~ 1 0 00749574 +knawe n 1 2 @ #m 1 0 11814996 +knawel n 1 2 @ #m 1 0 11814996 +knee n 3 3 @ #p %p 3 3 05573602 02464065 03622698 +knee-hi n 1 1 @ 1 0 03622931 +knee-high n 1 1 @ 1 0 03622931 +knee-jerk_reflex n 1 1 @ 1 0 00864859 +knee_bend n 1 1 @ 1 0 00630071 +knee_brace n 1 1 @ 1 0 03622839 +knee_breeches n 1 4 @ ~ %p ; 1 0 02896442 +knee_jerk n 1 1 @ 1 0 00864859 +knee_joint n 1 3 @ #p %p 1 1 05573602 +knee_pad n 1 1 @ 1 0 03623198 +knee_pants n 1 4 @ ~ %p ; 1 0 02896442 +knee_piece n 1 2 @ #p 1 0 03623338 +kneecap n 1 2 @ #p 1 1 05278395 +kneel n 1 2 @ + 1 0 00337078 +kneeler n 2 2 @ + 2 0 10238272 03623073 +kneeling n 1 2 @ + 1 0 00337078 +kneepan n 1 2 @ #p 1 0 05278395 +knell n 1 2 @ + 1 0 07386194 +knesset n 1 1 @ 1 0 08319679 +knesseth n 1 1 @ 1 0 08319679 +knickerbockers n 1 4 @ ~ %p ; 1 0 02896442 +knickers n 2 4 @ ~ %p ; 2 0 02896442 02854739 +knickknack n 2 1 @ 2 0 03623448 02897692 +knickknackery n 1 1 @ 1 0 02897692 +knife n 3 4 @ ~ %p + 3 3 03623556 03624134 13918387 +knife-edge n 1 1 @ 1 0 05124404 +knife-handle n 1 2 @ #m 1 0 01959029 +knife_blade n 1 2 @ #p 1 0 03624400 +knife_edge n 1 2 @ #p 1 0 03624497 +knife_fight n 1 1 @ 1 0 01176540 +knife_pleat n 1 2 @ ~ 1 0 03624653 +knife_thrust n 1 2 @ ~ 1 1 01173965 +knight n 2 4 @ ~ + ; 2 1 10238375 03624767 +knight's_service n 1 1 @ 1 0 00580081 +knight-errant n 1 1 @ 1 1 10239217 +knight_bachelor n 1 1 @ 1 0 10238749 +knight_banneret n 1 1 @ 1 0 10238898 +knight_errantry n 2 2 @ ; 2 1 05153037 05668725 +knight_of_the_round_table n 1 1 @ 1 0 10239089 +knight_of_the_square_flag n 1 1 @ 1 0 10238898 +knight_templar n 2 1 @ 2 0 10239501 10239329 +knighthood n 1 1 @ 1 0 08388871 +knightia n 1 3 @ #m %m 1 0 12219495 +knightliness n 1 1 @ 1 0 05955848 +kniphofia n 1 3 @ ~ #m 1 0 12437513 +kniphofia_praecox n 1 1 @ 1 0 12437930 +kniphofia_uvaria n 1 2 @ ~ 1 0 12437769 +knish n 1 2 @ ; 1 0 07624757 +knit n 3 4 @ ~ + - 3 1 03625355 03625226 03624966 +knit_stitch n 1 1 @ 1 0 03625226 +knitter n 1 2 @ + 1 0 10239619 +knitting n 2 3 @ + - 2 0 03624966 00909471 +knitting_machine n 1 1 @ 1 0 03625539 +knitting_needle n 1 1 @ 1 0 03625646 +knitting_stitch n 1 2 @ ~ 1 0 03625783 +knitwear n 1 1 @ 1 0 03625943 +knitwork n 1 2 @ - 1 0 03624966 +knob n 4 4 @ ~ #p + 4 2 03626115 03626014 13895986 03626272 +knob_celery n 1 2 @ %p 1 0 12933616 +knobble n 1 2 @ + 1 0 03626418 +knobcone_pine n 1 1 @ 1 0 11617878 +knobkerrie n 1 1 @ 1 0 03626502 +knobkerry n 1 1 @ 1 0 03626502 +knock n 5 2 @ + 5 2 07386370 05734381 07410207 07336999 00133338 +knock-knee n 1 2 @ #p 1 0 14559983 +knock-on_effect n 1 2 @ ; 1 0 11415608 +knock_on n 1 3 @ #p ; 1 0 00471277 +knock_rummy n 1 1 @ 1 0 00496877 +knockabout n 1 1 @ 1 0 03626658 +knockdown n 1 2 @ + 1 0 00133981 +knocker n 5 6 @ ~ #p %p + ; 5 0 10239928 10239761 10009671 05554405 03626760 +knocking n 1 2 @ + 1 1 07386370 +knockoff n 1 1 @ 1 0 03626925 +knockout n 2 3 @ ~ + 2 0 10613996 00134099 +knockout_drops n 1 3 @ ~ ; 1 0 03627021 +knockout_punch n 1 1 @ 1 0 00135637 +knockwurst n 1 1 @ 1 0 07677255 +knoll n 1 2 @ ~ 1 1 09326662 +knossos n 1 1 @ 1 0 08784581 +knot n 7 5 @ ~ #m #p + 7 3 07960384 03627232 15102712 13885836 13660337 04948905 02028900 +knotgrass n 1 2 @ #m 1 0 12128490 +knothole n 1 2 @ #p 1 0 15102894 +knotted_marjoram n 1 2 @ #m 1 0 12853482 +knottiness n 1 2 @ + 1 0 04766620 +knotty_pine n 1 1 @ 1 0 11609122 +knout n 1 1 @ 1 0 03627819 +know n 1 1 @ 1 0 05805012 +know-all n 1 2 @ ; 1 0 10240235 +know-how n 1 2 @ ~ 1 1 05616786 +know-it-all n 1 2 @ ; 1 0 10240235 +know-nothing_party n 1 1 @ 1 0 08257971 +know_nothing n 1 2 @ ~ 1 0 10198958 +knower n 1 2 @ + 1 0 10240082 +knowing n 1 3 @ ~ + 1 0 05804793 +knowingness n 2 4 @ ~ = + 2 0 05675905 05621946 +knowledge n 1 2 @ ~ 1 1 00023271 +knowledge_base n 1 2 @ ~ 1 0 05999266 +knowledge_domain n 1 2 @ ~ 1 0 05999266 +knowledgeability n 1 2 @ + 1 0 04890546 +knowledgeableness n 1 2 @ + 1 0 04890546 +knowlton's_cactus n 1 2 @ #m 1 0 11850918 +knox n 1 1 @ 1 0 11108195 +knoxville n 1 2 @ #p 1 0 09140993 +knuckle n 1 3 @ #p + 1 1 05585205 +knuckle_duster n 1 2 @ ; 1 1 02892948 +knuckle_joint n 2 2 @ #p 2 0 05585205 03627954 +knuckleball n 1 1 @ 1 1 00108427 +knucklebones n 1 1 @ 1 0 00485262 +knucklehead n 1 1 @ 1 0 10039663 +knuckler n 1 1 @ 1 0 00108427 +knuckles n 1 2 @ ; 1 0 02892948 +knucks n 1 2 @ ; 1 0 02892948 +knut n 1 1 @ 1 0 10881382 +knut_hamsun n 1 1 @ 1 0 11027294 +knut_pedersen n 1 1 @ 1 0 11027294 +ko n 1 2 @ ~ 1 0 00134099 +ko_punch n 1 1 @ 1 0 00135637 +koala n 1 1 @ 1 0 01882714 +koala_bear n 1 1 @ 1 0 01882714 +koan n 1 1 @ 1 0 06785840 +koasati n 2 1 @ 2 0 09659447 06912638 +kob n 1 1 @ 1 0 02427470 +kobe n 1 2 @ #p 1 0 08924913 +kobenhavn n 1 2 @ #p 1 0 08761868 +kobo n 1 2 @ #p 1 0 13689178 +kobuk_valley_national_park n 1 2 @ #p 1 0 08606869 +kobus n 1 3 @ #m %m 1 0 02427337 +kobus_kob n 1 1 @ 1 0 02427470 +kobus_leche n 1 1 @ 1 0 02427576 +koch n 1 1 @ 1 0 11108400 +kochia n 1 3 @ #m %m 1 0 11831730 +kochia_scoparia n 1 2 @ #m 1 0 11831874 +kodiak n 2 2 @ #p 2 0 09326844 02132788 +kodiak_bear n 1 1 @ 1 0 02132788 +kodiak_island n 1 2 @ #p 1 0 09326844 +koellia n 1 3 @ #m %m 1 0 12863458 +koestler n 1 1 @ 1 0 11108584 +kogia n 1 3 @ #m %m 1 0 02067462 +kogia_breviceps n 1 2 @ #m 1 0 02067603 +kogia_simus n 1 2 @ #m 1 0 02067768 +kohl n 1 1 @ 1 0 03628071 +kohleria n 1 2 @ #m 1 0 12832822 +kohlrabi n 2 4 @ #m #p %p 2 0 11877283 07733567 +koine n 2 1 @ 2 0 06977328 06906116 +koinonia n 1 1 @ 1 0 08228229 +kok-saghyz n 1 1 @ 1 0 12024805 +kok-sagyz n 1 1 @ 1 0 12024805 +kokka n 1 3 @ #m + 1 0 08100481 +kokka_shinto n 1 2 @ #m 1 0 08100481 +kokoi_venom n 1 1 @ 1 0 15037127 +kol_nidre n 1 1 @ 1 0 06456945 +kola n 2 4 @ #m %s %p 2 0 12197359 06984446 +kola_nut n 2 6 @ #m #s #p %s %p 2 0 12197601 12197359 +kola_nut_tree n 1 4 @ #m %s %p 1 0 12197359 +kola_peninsula n 1 2 @ #p 1 0 09010974 +kolam n 1 1 @ 1 0 09674786 +kolami n 1 1 @ 1 0 06981706 +kolkata n 1 2 @ #p 1 0 08903636 +kolkhoz n 1 3 @ %m ; 1 0 08057068 +kolkhoznik n 1 2 @ #m 1 0 10240417 +kolkwitzia n 1 2 @ %m 1 0 12672497 +kolkwitzia_amabilis n 1 2 @ #m 1 0 12672631 +koln n 1 3 @ #m #p 1 0 08772307 +kolonia n 1 2 @ #p 1 0 08837457 +komi n 2 2 @ #m 2 0 09706255 06957042 +komodo_dragon n 1 1 @ 1 0 01695060 +komodo_lizard n 1 1 @ 1 0 01695060 +komondor n 1 1 @ 1 0 02105505 +kon_tiki n 1 1 @ 1 0 02783900 +konakri n 1 2 @ #p 1 0 08947617 +kong_the_master n 1 1 @ 1 0 10906822 +kongfuze n 1 1 @ 1 0 10906822 +kongo n 1 1 @ 1 0 06993719 +konini n 1 1 @ 1 0 12343951 +konoe n 1 1 @ 1 0 11108767 +konoye n 1 1 @ 1 0 11108767 +konqueror n 1 1 @ 1 0 06571639 +konrad_adenauer n 1 1 @ 1 0 10808756 +konrad_lorenz n 1 1 @ 1 0 11138449 +konrad_von_gesner n 1 1 @ 1 0 10997405 +konrad_zacharias_lorenz n 1 1 @ 1 0 11138449 +konstantin_sergeevich_alekseev n 1 1 @ 1 0 11312709 +konstantin_sergeyevich_stanislavsky n 1 1 @ 1 0 11312709 +konstantin_stanislavsky n 1 1 @ 1 0 11312709 +koodoo n 1 3 @ ~ #m 1 0 02424305 +kook n 1 2 @ + 1 0 10240514 +kookaburra n 1 2 @ #m 1 0 01828556 +koopmans n 1 1 @ 1 0 11109027 +kopeck n 1 2 @ #p 1 0 13699189 +kopek n 1 2 @ #p 1 0 13699189 +kopiyka n 1 2 @ #p 1 0 13703258 +kopje n 1 2 @ ; 1 0 09327077 +koplik's_spots n 1 1 @ 1 0 14267358 +koppie n 1 2 @ ; 1 0 09327077 +kor n 1 2 @ %p 1 0 13617046 +koran n 1 3 @ %p + 1 0 06461609 +korbut n 1 1 @ 1 0 11109192 +korchnoi n 1 1 @ 1 0 11109289 +korda n 1 1 @ 1 0 11109424 +kordofan n 1 2 @ #p 1 0 09030096 +kordofanian n 1 1 @ 1 0 06991622 +kore n 1 2 @ ; 1 0 09569467 +korea n 1 6 @ ~ #p %p + - 1 1 08954611 +korea_bay n 1 2 @ #p 1 0 09327201 +korea_strait n 1 2 @ - 1 0 09327361 +korean n 2 3 @ ~ + 2 1 09718936 06929171 +korean_lawn_grass n 1 1 @ 1 0 12146654 +korean_lespedeza n 1 2 @ #m 1 0 12543639 +korean_peninsula n 1 5 @ ~ #p %p - 1 0 08954611 +korean_strait n 1 2 @ - 1 0 09327361 +korean_velvet_grass n 1 1 @ 1 0 12146823 +korean_war n 1 3 @ %p ; 1 1 01305551 +korinthos n 1 3 @ #p %m 1 0 08786432 +korsakoff's_psychosis n 1 1 @ 1 0 14395597 +korsakoff's_syndrome n 1 1 @ 1 0 14395597 +korsakov's_psychosis n 1 1 @ 1 0 14395597 +korsakov's_syndrome n 1 1 @ 1 0 14395597 +koruna n 2 2 @ %p 2 0 13681661 13681275 +korzybski n 1 1 @ 1 0 11109563 +kos n 1 1 @ 1 0 13652529 +kosciusko n 1 1 @ 1 0 11109728 +kosciuszko n 1 1 @ 1 0 11109728 +kosher n 1 1 @ 1 0 07560542 +kosovo n 1 2 @ #p 1 0 08816807 +kosteletzya n 1 3 @ #m %m 1 0 12181851 +kosteletzya_virginica n 1 1 @ 1 0 12182276 +kota n 2 1 @ 2 0 09674908 06979645 +kotar n 2 1 @ 2 0 09674908 06979645 +kotex n 1 2 @ ; 1 0 04135315 +koto n 1 1 @ 1 0 03628215 +koto_player n 1 2 @ ; 1 0 10240715 +kotoko n 1 1 @ 1 0 06984650 +kotow n 1 2 @ + 1 0 07275275 +koudou n 1 3 @ ~ #m 1 0 02424305 +koumiss n 1 1 @ 1 0 07925808 +koussevitzky n 1 1 @ 1 0 11109970 +kovna n 1 2 @ #p 1 0 09014470 +kovno n 1 2 @ #p 1 0 09014470 +koweit n 2 5 @ #m #p %m %p 2 0 08929555 08929243 +kowhai n 1 2 @ #m 1 0 12570972 +kowtow n 1 2 @ + 1 0 07275275 +kp n 1 1 @ 1 0 10237556 +kph n 1 1 @ 1 0 15279767 +kr n 2 3 @ #s ; 2 0 14642916 08028999 +kraal n 2 1 @ 2 0 08673131 03628421 +krafft-ebing n 1 1 @ 1 0 11110205 +kraft n 1 1 @ 1 0 14878980 +kraft_paper n 1 1 @ 1 0 14878980 +krait n 1 3 @ ~ #m 1 0 01751036 +krakatao n 1 2 @ #p 1 0 09175915 +krakatau n 1 2 @ #p 1 0 09175915 +krakatoa n 1 2 @ #p 1 0 09175915 +krakau n 1 2 @ #p 1 0 08983413 +krakow n 1 2 @ #p 1 0 08983413 +krasner n 1 1 @ 1 0 11110396 +kraurosis n 1 2 @ ~ 1 0 14571377 +kraurosis_vulvae n 1 1 @ 1 0 14571504 +kraut n 1 2 @ ; 1 0 09748239 +krauthead n 1 2 @ ; 1 1 09748239 +krebs n 1 1 @ 1 0 11110617 +krebs_citric_acid_cycle n 1 3 @ #p %p 1 0 13505467 +krebs_cycle n 1 3 @ #p %p 1 0 13505467 +kreisler n 1 1 @ 1 0 11110791 +kremlin n 2 2 @ #p 2 0 03628590 03628511 +krigia n 1 3 @ ~ #m 1 0 11985739 +krigia_bulbosa n 1 1 @ 1 0 11985903 +krigia_dandelion n 1 1 @ 1 0 11985903 +krill n 1 3 @ ~ #m 1 0 01988701 +kris n 1 1 @ 1 0 03628728 +krishna n 1 1 @ 1 0 09530721 +krishnaism n 1 1 @ 1 0 06238831 +kriss_kringle n 1 1 @ 1 0 10550673 +kriti n 1 4 @ #p %m %p 1 0 08784333 +kroeber n 1 1 @ 1 0 11110917 +krona n 2 2 @ %p 2 0 13682330 13681993 +krone n 2 2 @ %p 2 0 13682971 13682740 +kronecker n 1 1 @ 1 0 11111085 +kronecker_delta n 1 1 @ 1 0 13784763 +kroon n 1 1 @ 1 0 13700362 +kropotkin n 1 1 @ 1 0 11111194 +kroto n 1 1 @ 1 0 11111335 +krubi n 1 2 @ #m 1 0 11783488 +kruger n 1 1 @ 1 0 11111577 +krummhorn n 1 1 @ 1 0 03628831 +krung_thep n 1 2 @ #p 1 0 09036880 +krupp n 2 1 @ 2 0 11111845 11111710 +krypterophaneron n 1 2 @ #m 1 0 01452051 +krypton n 1 2 @ #s 1 0 14642916 +krzysztof_kieslowski n 1 1 @ 1 0 11104896 +ks n 1 3 @ #p %p 1 0 09087599 +kshatriya n 1 1 @ 1 0 10240821 +kt n 1 1 @ 1 0 13585127 +ku-chiku n 1 2 @ #m 1 0 12149521 +ku_klux_klan n 1 3 @ %m ; 1 1 08029421 +ku_kluxer n 1 2 @ #m 1 0 10237676 +kuala_lumpur n 1 3 @ #p %p 1 0 08963813 +kuan_yin n 1 2 @ ; 1 0 09534187 +kuangchou n 1 2 @ #p 1 0 08725454 +kubla_khan n 1 1 @ 1 0 11112058 +kublai_kaan n 1 1 @ 1 0 11112058 +kublai_khan n 1 1 @ 1 0 11112058 +kubrick n 1 1 @ 1 0 11112377 +kuchean n 1 1 @ 1 0 06969018 +kuchean_dialect n 1 1 @ 1 0 06969018 +kudos n 1 2 @ ~ 1 0 06693198 +kudu n 1 3 @ ~ #m 1 0 02424305 +kudu_lily n 1 2 @ #m 1 0 11769176 +kudzu n 1 2 @ #m 1 0 12566954 +kudzu_vine n 1 2 @ #m 1 0 12566954 +kuenlun n 1 3 @ #p %p 1 0 09327881 +kuenlun_mountains n 1 3 @ #p %p 1 0 09327881 +kuhn n 1 1 @ 1 0 11112488 +kui n 2 1 @ 2 0 09675045 06981289 +kuiper n 1 1 @ 1 0 11112628 +kuiper_belt n 1 2 @ #m 1 0 09327538 +kuiper_belt_object n 1 1 @ 1 0 09327705 +kukenaam n 1 2 @ #p 1 0 09262082 +kukenaam_falls n 1 2 @ #p 1 0 09262082 +kuki n 1 1 @ 1 0 06933279 +kuki-chin n 1 1 @ 1 0 06933279 +kulanapan n 1 2 @ ~ 1 0 06921186 +kulun n 1 2 @ #p 1 0 08969123 +kumasi n 1 2 @ #p 1 0 08946715 +kumis n 1 1 @ 1 0 07925808 +kummel n 1 2 @ %s 1 0 07910245 +kumquat n 2 5 @ ~ #m #p %p 2 0 12713063 07749446 +kumquat_tree n 1 4 @ ~ #m %p 1 0 12713063 +kund_johan_victor_rasmussen n 1 1 @ 1 0 11254393 +kundt's_tube n 1 1 @ 1 0 03628984 +kung_fu n 1 1 @ 1 0 00826606 +kunlan_shan n 1 3 @ #p %p 1 0 09327881 +kunlun n 1 3 @ #p %p 1 0 09327881 +kunlun_mountains n 1 3 @ #p %p 1 0 09327881 +kunzite n 1 1 @ 1 0 14928180 +kuomintang n 1 1 @ 1 0 08260691 +kupffer's_cell n 1 2 @ #p 1 0 05242752 +kura n 1 2 @ #p 1 0 09328148 +kura_river n 1 2 @ #p 1 0 09328148 +kurakkan n 1 2 @ #m 1 0 12118661 +kurchee n 1 2 @ #m 1 0 11772879 +kurchi n 1 2 @ #m 1 0 11772879 +kurd n 1 3 @ ~ #p 1 0 09719430 +kurdish n 1 1 @ 1 0 06974558 +kurdistan n 2 4 @ #p %p - 2 0 09038990 03629100 +kurdistan_labor_pary n 1 2 @ ; 1 0 08029908 +kurdistan_workers_party n 1 2 @ ; 1 0 08029908 +kuri-chiku n 1 2 @ #m 1 0 12149350 +kurosawa n 1 1 @ 1 0 11112907 +kuroshio n 1 1 @ 1 0 11489686 +kuroshio_current n 1 1 @ 1 0 11489686 +kurrajong n 1 1 @ 1 0 12196694 +kurrat n 1 1 @ 1 0 12432356 +kursk n 1 2 @ #p 1 0 09005611 +kurt_godel n 1 1 @ 1 0 11003068 +kurt_vonnegut n 1 1 @ 1 0 11368841 +kurt_waldheim n 1 1 @ 1 0 11370654 +kurt_weill n 1 1 @ 1 0 11379908 +kurta n 1 1 @ 1 0 03629231 +kuru n 1 1 @ 1 0 14109101 +kurus n 1 3 @ #p %p 1 0 13687278 +kurux n 1 1 @ 1 0 06982391 +kusan n 2 1 @ 2 0 09659605 06925214 +kussmaul's_coma n 1 1 @ 1 0 05680423 +kutch n 1 1 @ 1 0 12951331 +kutuzov n 1 1 @ 1 0 11113077 +kuvasz n 1 1 @ 1 0 02104029 +kuvi n 1 1 @ 1 0 06981401 +kuwait n 2 5 @ #m #p %m %p 2 0 08929555 08929243 +kuwait_city n 1 2 @ #p 1 0 08929555 +kuwaiti n 1 3 @ #m + 1 0 09719653 +kuwaiti_dinar n 1 2 @ %p 1 0 13669860 +kuwaiti_dirham n 1 3 @ #p %p 1 0 13669998 +kuwaiti_monetary_unit n 1 2 @ ~ 1 0 13669733 +kuznets n 1 1 @ 1 0 11113266 +kv n 1 2 @ %p 1 0 13643770 +kvass n 1 2 @ ; 1 0 07890617 +kvetch n 2 2 @ ; 2 0 10240921 07211503 +kw n 1 3 @ #p %p 1 0 13644761 +kw-hr n 1 2 @ %p 1 0 13727478 +kwa n 1 2 @ ~ 1 0 06997168 +kwacha n 2 2 @ %p 2 0 13683578 13683221 +kwai n 1 2 @ %p 1 0 13709992 +kwajalein n 2 4 @ #p ; - 2 0 08839714 01282966 +kwakiutl n 2 1 @ 2 0 09659711 06914612 +kwan-yin n 1 2 @ ; 1 0 09534187 +kwangchow n 1 2 @ #p 1 0 08725454 +kwangju n 1 2 @ #p 1 0 08956305 +kwangtung n 1 1 @ 1 0 08725336 +kwannon n 1 1 @ 1 0 09535409 +kwanza n 2 2 @ %p 2 0 13683932 00518152 +kwanzaa n 1 1 @ 1 0 00518152 +kwashiorkor n 1 1 @ 1 0 14199934 +kwazulu-natal n 1 4 @ #p %m %p 1 0 08971693 +kweek n 1 2 @ #m 1 0 12115748 +kwela n 1 1 @ 1 0 07061180 +kwell n 1 2 @ ; 1 0 14928332 +ky n 1 3 @ #p %p 1 0 09089139 +kyanite n 1 1 @ 1 0 14679584 +kyat n 1 2 @ %p 1 0 13684298 +kyd n 1 1 @ 1 0 11113489 +kylie n 1 1 @ 1 0 03629401 +kylix n 1 1 @ 1 0 03629520 +kymograph n 1 1 @ 1 0 03629643 +kyo-chiku n 1 2 @ #m 1 0 12148757 +kyoto n 1 2 @ #p 1 0 08925093 +kyphosidae n 1 3 @ #m %m 1 0 02604014 +kyphosis n 1 2 @ + 1 0 14505069 +kyphosus n 1 3 @ #m %m 1 0 02604342 +kyphosus_sectatrix n 1 2 @ #m 1 0 02604480 +kyrgyz_republic n 1 4 @ #m #p %p 1 0 09020440 +kyrgyzstan n 1 4 @ #m #p %p 1 0 09020440 +kyrgyzstani_monetary_unit n 1 2 @ ~ 1 0 13701793 +kyushu n 1 3 @ #p %p 1 0 08921392 +kyyiv n 1 2 @ #p 1 0 09015907 +kyzyl_kum n 1 2 @ #p 1 0 09170633 +l n 4 4 @ #m #p %p 4 1 13624190 13749644 13640520 06832356 +l'aquila n 1 2 @ #p 1 0 08804319 +l'enfant n 1 1 @ 1 0 11126295 +l-dopa n 1 1 @ 1 0 14605132 +l-p n 1 1 @ 1 0 03694639 +l-plate n 1 2 @ ; 1 0 03694761 +l._m._montgomery n 1 1 @ 1 0 11188613 +l._monocytogenes n 1 1 @ 1 0 01367208 +l._ron_hubbard n 1 1 @ 1 0 11063535 +l._s._lowry n 1 1 @ 1 0 11143044 +la n 3 4 @ #m #p %p 3 0 14643118 09090825 06868986 +la_crosse n 1 2 @ #p 1 0 09157896 +la_fayette n 1 1 @ 1 0 11114056 +la_fontaine n 1 1 @ 1 0 11114637 +la_paz n 1 2 @ #p 1 0 08853308 +la_plata n 1 2 @ #p 1 0 09410558 +la_rochefoucauld n 1 1 @ 1 0 11117931 +la_spezia n 1 2 @ #p 1 0 08808979 +la_tour n 1 1 @ 1 0 11118481 +laager n 1 2 @ ; 1 0 03629857 +lab n 1 3 @ ~ %p 1 1 03629986 +lab_bench n 1 2 @ #p 1 0 03630262 +lab_coat n 1 1 @ 1 0 03630383 +laban n 1 1 @ 1 0 11113601 +labanotation n 1 1 @ 1 0 06816555 +labdanum n 2 2 @ #s 2 0 14928518 12375107 +label n 4 3 @ ~ + 4 4 07202579 06851516 14620066 07272172 +labetalol n 1 1 @ 1 0 03630544 +labetalol_hydrochloride n 1 1 @ 1 0 03630544 +labia_majora n 1 2 @ #p 1 0 05522674 +labia_minora n 1 2 @ #p 1 0 05522998 +labial n 1 3 @ ~ + 1 0 07117007 +labial_artery n 1 3 @ ~ #p 1 0 05348884 +labial_consonant n 1 2 @ ~ 1 0 07117007 +labial_pipe n 1 1 @ 1 0 03369011 +labial_stop n 1 1 @ 1 0 07117472 +labial_vein n 2 3 @ ~ #p 2 0 05372125 05371663 +labiatae n 1 4 @ ~ #m %m 1 0 12838027 +labiodental n 1 1 @ 1 0 07117193 +labiodental_consonant n 1 1 @ 1 0 07117193 +labium n 1 3 @ ~ #p 1 0 05522456 +lablab n 1 3 @ #m %m 1 0 12537437 +lablab_purpureus n 1 2 @ #m 1 0 12537569 +lablink n 1 2 @ #p 1 0 08132323 +labor n 7 6 @ ~ #p %m %p + 7 2 08180639 00620752 14048441 08472890 08261320 08137495 00795720 +labor_agreement n 1 2 @ ~ 1 0 06526961 +labor_camp n 1 1 @ 1 0 03630849 +labor_coach n 1 1 @ 1 0 10241024 +labor_contract n 1 2 @ ~ 1 0 06526961 +labor_day n 1 2 @ #p 1 0 15190520 +labor_department n 1 2 @ %p 1 0 08137495 +labor_force n 1 1 @ 1 0 08180944 +labor_leader n 1 2 @ ~ 1 0 10242032 +labor_market n 1 1 @ 1 1 01098404 +labor_movement n 1 3 @ ~ %p 1 1 08472890 +labor_of_love n 1 1 @ 1 0 00797207 +labor_organizer n 1 2 @ ~ 1 0 10383505 +labor_pain n 1 1 @ 1 0 14328588 +labor_pains n 1 1 @ 1 0 14330833 +labor_party n 1 2 @ ~ 1 0 08260961 +labor_pool n 1 1 @ 1 0 08180944 +labor_resources n 1 1 @ 1 0 13332197 +labor_secretary n 2 2 @ #m 2 0 10572469 00601822 +labor_union n 1 3 @ ~ #p 1 1 08233056 +laboratory n 2 3 @ ~ %p 2 1 03629986 08662570 +laboratory_bench n 1 2 @ #p 1 0 03630262 +laboratory_coat n 1 1 @ 1 0 03630383 +laborer n 1 3 @ ~ + 1 1 10241300 +laboriousness n 1 2 @ + 1 0 04709944 +labour n 4 6 @ ~ #p %m %p + 4 1 08180639 14048441 08261320 00620752 +labour_camp n 1 1 @ 1 0 03630849 +labour_of_love n 1 1 @ 1 0 00797207 +labour_pains n 1 1 @ 1 0 14330833 +labour_party n 2 3 @ ~ %m 2 0 08261320 08260961 +labourer n 1 3 @ ~ + 1 0 10241300 +labourite n 1 2 @ #m 1 0 10242328 +labrador n 1 2 @ #p 1 1 08819883 +labrador-ungava_peninsula n 1 3 @ #p %p 1 0 09328311 +labrador_peninsula n 1 3 @ #p %p 1 0 09328311 +labrador_retriever n 1 1 @ 1 0 02099712 +labrador_sea n 1 2 @ #p 1 0 09328596 +labrador_tea n 1 2 @ #m 1 0 12238491 +labridae n 1 3 @ #m %m 1 0 02607630 +labrocyte n 1 2 @ #p 1 0 05607602 +labrouste n 1 1 @ 1 0 11113732 +laburnum n 1 3 @ #m %m 1 0 12537988 +laburnum_alpinum n 1 2 @ #m 1 0 12538209 +laburnum_anagyroides n 1 2 @ #m 1 0 12538380 +labyrinth n 2 5 @ ~ #p %p + 2 1 03733281 05321307 +labyrinth_of_minos n 1 2 @ #p 1 0 03630992 +labyrinthine_artery n 1 2 @ #p 1 0 05349445 +labyrinthine_sense n 1 1 @ 1 0 05659365 +labyrinthine_vein n 1 2 @ #p 1 0 05372290 +labyrinthitis n 1 1 @ 1 0 14348757 +labyrinthodont n 1 2 @ #m 1 0 01655951 +labyrinthodonta n 1 3 @ #m %m 1 0 01655577 +labyrinthodontia n 1 3 @ #m %m 1 0 01655577 +lac n 1 3 @ ~ #s 1 0 14701143 +lac_dye n 1 2 @ %s 1 0 14989106 +lac_wax n 1 1 @ 1 0 15095639 +laccopetalum n 1 3 @ #m %m 1 0 11736216 +laccopetalum_giganteum n 1 2 @ #m 1 0 11736362 +lace n 2 4 @ ~ #p + 2 0 03631445 03631177 +lace-flower_vine n 1 2 @ #m 1 0 12831141 +lace_bug n 1 2 @ #m 1 0 02238594 +lace_fern n 1 2 @ #m 1 0 13209129 +lace_making n 1 1 @ 1 0 00909672 +lacebark n 1 2 @ #m 1 0 12180885 +lacepod n 1 2 @ #m 1 0 11899223 +lacer n 1 2 @ + 1 0 10242439 +laceration n 2 2 @ + 2 0 14287314 00391293 +lacerta n 1 3 @ #m %m 1 0 01693020 +lacerta_agilis n 1 2 @ #m 1 0 01693175 +lacerta_viridis n 1 2 @ #m 1 0 01693334 +lacertid n 1 3 @ ~ #m 1 0 01692864 +lacertid_lizard n 1 3 @ ~ #m 1 0 01692864 +lacertidae n 1 3 @ #m %m 1 0 01692713 +lacertilia n 1 4 @ #m %m + 1 0 01673668 +lacewing n 1 2 @ ~ 1 0 02264363 +lacewing_fly n 1 2 @ ~ 1 0 02264363 +lacewood n 1 2 @ #s 1 0 12807082 +lacework n 1 1 @ 1 0 03631710 +lachaise n 1 1 @ 1 0 11113898 +lachesis n 1 2 @ #m 1 0 09565639 +lachnolaimus n 1 2 @ #m 1 0 02608429 +lachnolaimus_maximus n 1 1 @ 1 0 02608547 +lachrymal_duct n 1 2 @ #p 1 0 05331812 +lachrymal_gland n 1 2 @ #p 1 0 05331653 +lachrymal_secretion n 1 2 @ %p 1 0 05405139 +lachrymation n 1 1 @ 1 0 13505843 +lachrymator n 1 2 @ ~ 1 0 15067877 +lacing n 3 4 @ ~ #p + 3 0 07926127 03631445 01160729 +lack n 1 3 @ ~ + 1 1 14449405 +lackey n 2 2 @ ~ 2 1 10242573 10684827 +laconia n 1 3 @ #p %m 1 0 08787695 +laconian n 1 2 @ #m 1 0 09711435 +laconicism n 1 1 @ 1 0 07089531 +laconism n 1 1 @ 1 0 07089531 +lacquer n 2 3 @ ~ + 2 0 14928729 03631811 +lacquer_tree n 1 2 @ #m 1 0 12767648 +lacquerware n 1 2 @ ~ 1 0 03631922 +lacrimal_apparatus n 1 3 @ #p %p 1 0 05405554 +lacrimal_artery n 1 2 @ #p 1 0 05349659 +lacrimal_bone n 1 2 @ #p 1 0 05332225 +lacrimal_duct n 1 2 @ #p 1 0 05331812 +lacrimal_gland n 1 2 @ #p 1 0 05331653 +lacrimal_sac n 1 2 @ #p 1 0 05331988 +lacrimal_secretion n 1 2 @ %p 1 0 05405139 +lacrimal_vein n 1 2 @ #p 1 0 05372428 +lacrimation n 1 1 @ 1 0 13505843 +lacrimator n 1 2 @ ~ 1 0 15067877 +lacrosse n 1 2 @ - 1 0 00477392 +lacrosse_ball n 1 1 @ 1 0 03632100 +lacrosse_player n 1 1 @ 1 0 10242682 +lactaid n 1 2 @ ; 1 0 14928885 +lactalbumin n 1 1 @ 1 0 14731716 +lactarius n 1 3 @ #m %m 1 0 13006377 +lactarius_delicioso n 1 2 @ #m 1 0 13006631 +lactase n 1 1 @ 1 0 14928885 +lactase_deficiency n 1 1 @ 1 0 14506656 +lactate n 1 1 @ 1 0 14679780 +lactation n 3 2 @ + 3 0 15142836 13505987 00842997 +lacteal n 1 1 @ 1 0 05397032 +lactic_acid n 1 1 @ 1 0 14929062 +lactiferous_duct n 1 2 @ #p 1 0 05554051 +lactifuge n 1 1 @ 1 0 14929209 +lactobacillaceae n 1 3 @ #m %m 1 0 01379636 +lactobacillus n 1 3 @ ~ #m 1 0 01380118 +lactobacillus_acidophilus n 1 2 @ #m 1 0 01380298 +lactobacteriaceae n 1 3 @ #m %m 1 0 01379636 +lactoflavin n 1 2 @ %s 1 0 15091473 +lactogen n 1 2 @ ~ 1 0 14929350 +lactogenic_hormone n 1 1 @ 1 0 14749543 +lactophrys n 1 3 @ #m %m 1 0 02654609 +lactophrys_quadricornis n 1 2 @ #m 1 0 02654745 +lactose n 1 1 @ 1 0 14929462 +lactose_intolerance n 1 1 @ 1 0 14506656 +lactosuria n 1 1 @ 1 0 14506920 +lactuca n 1 3 @ #m %m 1 0 11986091 +lactuca_sativa n 1 3 @ #m %p 1 0 11986511 +lactuca_sativa_asparagina n 1 2 @ %p 1 0 11987349 +lactuca_sativa_capitata n 1 3 @ #m %p 1 0 11986900 +lactuca_sativa_crispa n 1 2 @ %p 1 0 11987126 +lactuca_sativa_longifolia n 1 2 @ #m 1 0 11986729 +lactuca_scariola n 1 1 @ 1 0 11987511 +lactuca_serriola n 1 1 @ 1 0 11987511 +lacuna n 2 1 @ 2 0 03632189 03064443 +lad n 2 2 @ ~ 2 2 09908025 09871229 +lad's_love n 1 3 @ #m #s 1 0 11929477 +ladanum n 1 2 @ #s 1 0 12375107 +ladder n 3 4 @ ~ %p + 3 1 03632277 13940311 07443010 +ladder-back n 2 3 @ #p %p 2 0 03632729 03632577 +ladder-back_chair n 1 2 @ %p 1 0 03632729 +ladder_truck n 1 1 @ 1 0 03632852 +laddie n 1 1 @ 1 0 09871229 +ladies'-eardrop n 1 1 @ 1 0 12343753 +ladies'-eardrops n 1 1 @ 1 0 12343753 +ladies'_man n 1 2 @ ~ 1 0 10575089 +ladies'_room n 1 1 @ 1 0 03632963 +ladies'_slipper n 1 3 @ ~ #m 1 0 12056217 +ladies'_tobacco n 1 2 @ #m 1 0 11922192 +ladies'_tresses n 1 3 @ ~ #m 1 0 12083591 +ladin n 1 1 @ 1 0 06968052 +lading n 1 2 @ + 1 0 02964389 +ladino n 2 2 @ ; 2 0 10311823 06967282 +ladle n 1 4 @ ~ %p + 1 0 03633091 +ladoga n 1 2 @ #p 1 0 09331819 +ladrone_islands n 1 3 @ #p %p 1 0 08837552 +lady n 3 5 ! @ ~ #m ; 3 2 10243137 09989290 10242791 +lady's-eardrop n 1 1 @ 1 0 12343753 +lady's-eardrops n 1 1 @ 1 0 12343753 +lady's-finger n 1 3 @ #m %p 1 0 12171966 +lady's_earrings n 1 2 @ #m 1 0 12684379 +lady's_laces n 1 2 @ #m 1 0 12129738 +lady's_leek n 1 1 @ 1 0 12433769 +lady's_maid n 1 1 @ 1 0 10243483 +lady's_slipper n 1 3 @ ~ #m 1 0 12056217 +lady's_smock n 1 1 @ 1 0 11882074 +lady's_thistle n 1 2 @ #m 1 0 12015525 +lady's_tobacco n 1 2 @ #m 1 0 11922192 +lady's_tresses n 1 3 @ ~ #m 1 0 12083591 +lady-in-waiting n 1 1 @ 1 0 10243273 +lady-of-the-night n 1 2 @ #m 1 0 12899166 +lady-slipper n 1 3 @ ~ #m 1 0 12056217 +lady_beetle n 1 3 @ ~ #m 1 0 02165456 +lady_chapel n 1 2 @ #p 1 0 03633341 +lady_crab n 1 2 @ #m 1 0 01979526 +lady_day n 1 2 @ #p 1 0 15186147 +lady_diana_frances_spencer n 1 1 @ 1 0 10933658 +lady_emma_hamilton n 1 1 @ 1 0 11026078 +lady_fern n 1 3 @ ~ #m 1 0 13194572 +lady_friend n 1 1 @ 1 0 10130686 +lady_godiva n 1 1 @ 1 0 11003276 +lady_jane_grey n 1 2 @ #m 1 0 11015872 +lady_killer n 1 2 @ ~ 1 0 10575089 +lady_of_pleasure n 1 2 @ ~ 1 0 10485440 +lady_of_the_house n 1 1 @ 1 0 10189776 +lady_palm n 1 3 @ ~ #m 1 0 12595964 +lady_peel n 1 1 @ 1 0 11132117 +lady_tulip n 1 1 @ 1 0 12454556 +lady_with_the_lamp n 1 1 @ 1 0 11207410 +ladybeetle n 1 3 @ ~ #m 1 0 02165456 +ladybird n 1 3 @ ~ #m 1 0 02165456 +ladybird_beetle n 1 3 @ ~ #m 1 0 02165456 +ladybug n 1 3 @ ~ #m 1 0 02165456 +ladyfinger n 1 1 @ 1 0 07636957 +ladyfish n 1 2 @ #m 1 0 02542017 +ladylikeness n 1 2 @ + 1 0 04667821 +ladylove n 1 1 @ 1 0 10243384 +ladyship n 1 1 @ 1 0 06342977 +laelia n 1 2 @ #m 1 0 12070016 +laertes n 1 2 @ ; 1 0 09592734 +laetrile n 1 1 @ 1 0 14887633 +laevulose n 1 1 @ 1 0 14874932 +lafayette n 3 2 @ #p 3 0 11114056 09091538 09085830 +laffer n 1 1 @ 1 0 11114285 +laffer_curve n 1 1 @ 1 0 07004738 +laffite n 1 1 @ 1 0 11114423 +lafitte n 1 1 @ 1 0 11114423 +lafora's_disease n 1 1 @ 1 0 14087938 +lag n 3 4 @ ~ #p + 3 1 01067577 15272887 04307269 +lag_b'omer n 1 3 @ #p ; 1 0 15199406 +lag_bolt n 1 1 @ 1 0 03633886 +lag_screw n 1 1 @ 1 0 03633886 +lagan n 1 1 @ 1 0 03633474 +lagarostrobus n 1 3 @ #m %m 1 0 11655764 +lagarostrobus_colensoi n 1 1 @ 1 0 11655974 +lagarostrobus_franklinii n 1 2 @ #m 1 0 11656123 +lagenaria n 1 3 @ #m %m 1 0 12166003 +lagenaria_siceraria n 1 2 @ #m 1 0 12166128 +lagend n 1 1 @ 1 0 03633474 +lagenophera n 1 2 @ #m 1 0 11987722 +lager n 2 3 @ ~ ; 2 1 03629857 07887634 +lager_beer n 1 2 @ ~ 1 0 07887634 +lagerphone n 1 2 @ ; 1 0 03633632 +lagerstroemia n 1 3 @ #m %m 1 0 12329020 +lagerstroemia_indica n 1 2 @ #m 1 0 12329260 +lagerstroemia_speciosa n 1 2 @ #m 1 0 12329473 +laggard n 1 3 @ ~ + 1 1 09993252 +lagger n 1 3 @ ~ + 1 0 09993252 +lagging n 1 2 @ + 1 0 14786943 +lagidium n 1 3 @ #m %m 1 0 02367678 +lagniappe n 1 1 @ 1 0 13271797 +lagodon n 1 3 @ #m %m 1 0 02592244 +lagodon_rhomboides n 1 2 @ #m 1 0 02592371 +lagomorph n 1 3 @ ~ #m 1 0 02323449 +lagomorpha n 1 3 @ #m %m 1 0 02323186 +lagoon n 1 2 @ ~ 1 1 09328746 +lagophthalmos n 1 1 @ 1 0 14199146 +lagopus n 1 3 @ #m %m 1 0 01796222 +lagopus_scoticus n 1 2 @ ~ 1 0 01796519 +lagorchestes n 1 3 @ #m %m 1 0 01878203 +lagos n 1 2 @ #p 1 0 08974604 +lagostomus n 1 3 @ #m %m 1 0 02367993 +lagostomus_maximus n 1 2 @ #m 1 0 02368116 +lagothrix n 1 3 @ #m %m 1 0 02494257 +laguna n 1 2 @ ~ 1 0 09328746 +laguncularia n 1 3 @ #m %m 1 0 12325093 +laguncularia_racemosa n 1 2 @ #m 1 0 12325234 +lagune n 1 2 @ ~ 1 0 09328746 +lah n 1 1 @ 1 0 06868986 +lahar n 1 1 @ 1 0 07405292 +lahore n 1 2 @ #p 1 0 08977428 +lahu n 1 1 @ 1 0 06932879 +laid_paper n 1 1 @ 1 0 14934527 +lair n 1 1 @ 1 1 08591399 +laird n 1 2 @ ; 1 0 10243582 +laissez-faire_economy n 1 2 @ ~ 1 0 08364959 +laissez_faire n 1 1 @ 1 1 05962936 +laissez_passer n 1 2 @ ~ 1 0 06690408 +laity n 1 4 ! @ %m + 1 1 08153102 +laius n 1 2 @ ; 1 0 09597478 +lake n 3 4 @ ~ %p - 3 1 09328904 14991106 14991004 +lake_albert n 1 1 @ 1 0 09330061 +lake_albert_nyanza n 1 1 @ 1 0 09330061 +lake_aral n 1 1 @ 1 0 09330233 +lake_baikal n 1 2 @ #p 1 0 09242767 +lake_balaton n 1 2 @ #p 1 0 09212935 +lake_baykal n 1 2 @ #p 1 0 09242767 +lake_bed n 1 1 @ 1 0 09330378 +lake_bottom n 1 1 @ 1 0 09330378 +lake_canandaigua n 1 2 @ #m 1 0 09232526 +lake_cayuga n 1 2 @ #m 1 0 09239581 +lake_chad n 1 2 @ #p 1 0 09330467 +lake_champlain n 1 2 @ #p 1 0 09330604 +lake_chelan n 1 2 @ #p 1 0 09242956 +lake_clark_national_park n 1 2 @ #p 1 0 08607066 +lake_constance n 1 2 @ #p 1 0 09252766 +lake_district n 1 2 @ #p 1 0 08873412 +lake_duck n 1 1 @ 1 0 01851731 +lake_dwelling n 1 1 @ 1 0 03634034 +lake_edward n 1 2 @ #p 1 0 09330913 +lake_erie n 1 2 @ #p 1 0 09331066 +lake_eyre n 1 2 @ #p 1 0 09277913 +lake_geneva n 1 2 @ #p 1 0 09331328 +lake_herring n 2 4 @ #m #p %p 2 0 07795459 02539573 +lake_huron n 1 2 @ #p 1 0 09331535 +lake_ilmen n 1 2 @ #p 1 0 09331654 +lake_keuka n 1 2 @ #m 1 0 09325246 +lake_kivu n 1 2 @ #p 1 0 09326299 +lake_ladoga n 1 2 @ #p 1 0 09331819 +lake_leman n 1 2 @ #p 1 0 09331328 +lake_malawi n 1 2 @ #p 1 0 09332394 +lake_mead n 1 2 @ #p 1 0 03634189 +lake_michigan n 1 2 @ #p 1 0 09332050 +lake_nasser n 1 2 @ #p 1 0 09332246 +lake_nyasa n 1 2 @ #p 1 0 09332394 +lake_okeechobee n 1 2 @ #p 1 0 09377861 +lake_onega n 1 2 @ #p 1 0 09332598 +lake_ontario n 1 2 @ #p 1 0 09332770 +lake_poets n 1 2 @ %m 1 0 08468721 +lake_powell n 1 2 @ #p 1 0 03634469 +lake_saint_clair n 1 2 @ #p 1 0 09332976 +lake_salmon n 1 1 @ 1 0 02535759 +lake_seneca n 1 2 @ #m 1 0 09430100 +lake_st._clair n 1 2 @ #p 1 0 09332976 +lake_superior n 1 2 @ #p 1 0 09333171 +lake_tahoe n 1 2 @ #p 1 0 09243209 +lake_tana n 1 2 @ #p 1 0 09333334 +lake_tanganyika n 1 2 @ #p 1 0 09333512 +lake_trasimenus n 1 3 @ #p ; 1 0 01283185 +lake_trout n 2 4 @ #m #p %p 2 0 07795019 02538010 +lake_tsana n 1 2 @ #p 1 0 09333334 +lake_urmia n 1 2 @ #p 1 0 09333706 +lake_vanern n 1 2 @ #p 1 0 09333905 +lake_victoria n 1 2 @ #p 1 0 09334049 +lake_volta n 1 2 @ #p 1 0 03634723 +lake_whitefish n 1 2 @ #m 1 0 02539424 +lake_winnipeg n 1 2 @ #p 1 0 09480428 +lakefront n 1 1 @ 1 0 09331251 +lakeland n 1 2 @ #p 1 0 08873412 +lakeland_terrier n 1 1 @ 1 0 02095570 +lakeshore n 1 1 @ 1 0 09332890 +lakeside n 1 1 @ 1 0 09332890 +lakh n 1 1 @ 1 0 13751404 +lakota n 1 2 @ ~ 1 0 09669631 +lakshmi n 1 1 @ 1 0 09527091 +lallans n 1 1 @ 1 0 06950400 +lallation n 2 1 @ 2 0 14402488 06610143 +lally n 1 1 @ 1 0 03634899 +lally_column n 1 1 @ 1 0 03634899 +lalthyrus_tingitanus n 1 2 @ #m 1 0 12542043 +lam n 1 2 @ + 1 0 00060201 +lama n 2 4 @ ~ #m %m 2 0 10243664 02437825 +lama_guanicoe n 1 2 @ #m 1 0 02438173 +lama_pacos n 1 2 @ #m 1 0 02438272 +lama_peruana n 1 2 @ #m 1 0 02437971 +lamaism n 1 3 @ + ; 1 0 06241825 +lamaist n 1 3 @ + ; 1 0 09684352 +lamarck n 1 2 @ + 1 0 11114791 +lamarckian n 1 1 @ 1 0 10243791 +lamarckism n 1 2 @ ~ 1 0 06110426 +lamasery n 1 1 @ 1 0 03635032 +lamaze_method n 1 2 @ %p 1 0 13506119 +lamaze_method_of_childbirth n 1 2 @ %p 1 0 13506119 +lamb n 5 6 @ ~ #m #p %p + 5 1 02412440 11115029 10243988 10243872 07667151 +lamb's-quarter n 1 2 @ #p 1 0 07733712 +lamb's-quarters n 1 2 @ %p 1 0 11828577 +lamb's_lettuce n 1 1 @ 1 0 12950796 +lamb-chop n 1 1 @ 1 0 07667974 +lamb_chop n 1 1 @ 1 0 07667974 +lamb_curry n 1 1 @ 1 0 07824191 +lamb_roast n 1 2 @ ~ 1 0 07668215 +lamb_succory n 1 2 @ #m 1 0 11927740 +lambchop n 1 1 @ 1 0 07667974 +lambda n 2 2 @ #m 2 0 06835206 05233601 +lambda_hyperon n 1 1 @ 1 0 09334266 +lambda_particle n 1 1 @ 1 0 09334266 +lambdacism n 1 1 @ 1 0 14402625 +lambency n 1 2 @ + 1 0 04954534 +lambert n 2 1 @ 2 0 13640520 11115131 +lambert-eaton_syndrome n 1 1 @ 1 0 14079156 +lambertia n 1 3 @ #m %m 1 0 12219875 +lambertia_formosa n 1 2 @ #m 1 0 12220019 +lambis n 1 3 @ #m %m 1 0 01943367 +lambkill n 1 1 @ 1 0 12238073 +lambkin n 1 1 @ 1 0 02412629 +lamboid_suture n 1 2 @ #p 1 0 05544575 +lambrequin n 2 1 @ 2 0 03635236 03635108 +lambskin n 2 2 @ ~ 2 0 14765016 14759003 +lame n 2 1 @ 2 0 10642988 03635330 +lame_duck n 1 1 @ 1 0 10244108 +lamedh n 1 2 @ #m 1 0 06837895 +lamella n 3 2 @ #p 3 0 13011679 05326060 03635452 +lamellar_mixture n 1 2 @ ~ 1 0 14929662 +lamellate_placentation n 1 1 @ 1 0 11681865 +lamellibranch n 1 3 @ ~ #m 1 0 01955933 +lamellibranchia n 1 3 @ #m %m 1 0 01955463 +lamellicorn_beetle n 1 3 @ ~ #m 1 0 02171453 +lamellicornia n 1 3 @ #m %m 1 0 02171254 +lameness n 2 3 @ ~ + 2 0 14549937 14472900 +lament n 3 3 @ ~ + 3 0 07211950 07050619 06379568 +lamentation n 2 2 @ + 2 1 07211950 01072236 +lamentations n 1 2 @ #p 1 0 06438477 +lamenter n 1 3 @ ~ + 1 0 10335246 +lamia n 1 2 @ ; 1 0 09544109 +lamiaceae n 1 4 @ ~ #m %m 1 0 12838027 +lamina n 1 3 @ ~ + 1 0 05580929 +lamina_arcus_vertebrae n 1 1 @ 1 0 05581161 +laminar_flow n 1 1 @ 1 0 11521824 +laminar_flow_clean_room n 1 1 @ 1 0 03635516 +laminaria n 1 3 @ #m %m 1 0 01403284 +laminariaceae n 1 3 @ #m %m 1 0 01403052 +laminariales n 1 3 @ #m %m 1 0 01402831 +laminate n 1 4 @ ~ %p + 1 0 03635668 +laminated_glass n 1 1 @ 1 0 14882370 +lamination n 2 3 @ ~ + 2 0 03635932 00926923 +laminator n 1 2 @ + 1 0 10244226 +laminectomy n 1 1 @ 1 0 00682738 +laminitis n 1 1 @ 1 0 14348895 +lamisil n 1 2 @ ; 1 0 04412727 +lamium n 1 3 @ #m %m 1 0 12848870 +lamium_album n 1 2 @ #m 1 0 12849279 +lamium_amplexicaule n 1 2 @ #m 1 0 12849416 +lamivudine n 1 1 @ 1 0 03636062 +lammas n 1 1 @ 1 0 15190228 +lammas_day n 1 1 @ 1 0 15190228 +lammastide n 1 2 @ ; 1 0 15190424 +lammergeier n 1 1 @ 1 0 01617443 +lammergeyer n 1 1 @ 1 0 01617443 +lamna n 1 3 @ #m %m 1 0 01483707 +lamna_nasus n 1 2 @ #m 1 0 01483830 +lamnidae n 1 3 @ #m %m 1 0 01483188 +lamp n 2 3 @ ~ %p 2 2 03636248 03636649 +lamp_chimney n 1 2 @ #p 1 1 03636891 +lamp_house n 1 2 @ #p 1 0 03637027 +lamp_housing n 1 2 @ #p 1 0 03637027 +lamp_oil n 1 2 @ ~ 1 0 14687633 +lamp_shade n 1 2 @ #p 1 0 03637318 +lamp_shell n 1 2 @ #m 1 0 02315487 +lampblack n 1 1 @ 1 0 14793533 +lamper_eel n 1 3 @ ~ #m 1 0 01477525 +lamphouse n 1 2 @ #p 1 0 03637027 +lamplight n 1 1 @ 1 1 11472960 +lamplighter n 1 1 @ 1 0 10244359 +lampoon n 1 2 @ + 1 0 06780309 +lampoon_artist n 1 1 @ 1 0 10244503 +lampooner n 1 3 @ ~ + 1 0 10400998 +lamppost n 1 2 @ #p 1 0 03637181 +lamprey n 1 3 @ ~ #m 1 0 01477525 +lamprey_eel n 1 3 @ ~ #m 1 0 01477525 +lampridae n 1 3 @ #m %m 1 0 02545569 +lampris n 1 3 @ #m %m 1 0 02545687 +lampris_guttatus n 1 2 @ #m 1 0 02546028 +lampris_regius n 1 2 @ #m 1 0 02545841 +lampropeltis n 1 3 @ #m %m 1 0 01734273 +lampropeltis_getulus n 1 1 @ 1 0 01734637 +lampropeltis_triangulum n 1 1 @ 1 0 01734808 +lampshade n 1 2 @ #p 1 0 03637318 +lampshell n 1 2 @ #m 1 0 02315487 +lampyridae n 1 3 @ #m %m 1 0 02168121 +lan n 1 3 @ ~ %p 1 0 03681477 +lanai n 2 3 @ #p ; 2 0 09080006 03637480 +lanai_island n 1 2 @ #p 1 0 09080006 +lancashire n 1 2 @ #p 1 0 08884806 +lancaster n 2 4 @ #p %m + 2 0 08873269 08155765 +lancastrian n 2 2 @ #m 2 0 09704157 09704057 +lancastrian_line n 1 2 @ %m 1 0 08155765 +lance n 3 5 @ ~ #m %p + 3 1 04270891 04271148 03637618 +lance_corporal n 1 1 @ 1 0 10244665 +lancelet n 1 2 @ #m 1 0 01467804 +lancelot n 1 2 @ ; 1 0 11115293 +lanceolate_leaf n 1 1 @ 1 0 13158386 +lanceolate_spleenwort n 1 1 @ 1 0 13182937 +lancer n 1 1 @ 1 0 10244818 +lancers n 1 1 @ 1 0 00540616 +lancet n 2 1 @ 2 0 03637787 03637618 +lancet_arch n 1 1 @ 1 0 03637787 +lancet_fish n 1 2 @ #m 1 0 02544274 +lancet_window n 1 1 @ 1 0 03637898 +lancetfish n 1 2 @ #m 1 0 02544274 +lancewood n 2 3 @ #s %s 2 0 11696606 11696450 +lancewood_tree n 2 3 @ #m %s 2 0 12365285 11696450 +lanchou n 1 2 @ #p 1 0 08726582 +lanchow n 1 2 @ #p 1 0 08726582 +land n 11 6 @ ~ #p %m %p + 11 9 13250048 09335240 08556491 09334396 08544813 14514805 13246662 08166552 08168978 11115558 00453731 +land-office_business n 1 1 @ 1 0 01096997 +land_agent n 2 3 @ ~ ; 2 0 10509810 10244913 +land_area n 1 1 @ 1 1 05128870 +land_cress n 1 2 @ #p 1 0 11873845 +land_development n 1 1 @ 1 0 00948640 +land_grant n 1 1 @ 1 1 13254697 +land_line n 1 1 @ 1 0 03639497 +land_mass n 1 2 @ ~ 1 0 09335916 +land_mile n 1 3 @ #p %p 1 0 13651218 +land_mine n 1 2 @ ~ 1 0 03639675 +land_of_enchantment n 1 3 @ #p %p 1 0 09114696 +land_of_lincoln n 1 3 @ #p %p 1 0 09082540 +land_of_opportunity n 1 4 @ #m #p %p 1 0 09059274 +land_office n 1 1 @ 1 0 03639880 +land_rail n 1 2 @ #m 1 0 02015797 +land_reform n 1 2 @ ; 1 1 00260881 +land_resources n 1 1 @ 1 0 13332290 +land_site n 1 2 @ ~ 1 1 08651247 +land_tax n 1 2 @ ~ 1 0 13312569 +land_tenure n 1 2 @ ~ 1 0 13242719 +landau n 2 1 @ 2 0 11115785 03638014 +landed_estate n 1 2 @ ~ 1 0 13246662 +landed_gentry n 1 1 @ 1 0 08387685 +lander n 2 3 @ #p + 2 0 09159958 03638180 +landfall n 2 1 @ 2 0 09335693 00880431 +landfill n 1 2 @ ~ 1 0 09335809 +landgrave n 1 1 @ 1 0 10245029 +landholder n 1 2 @ ~ 1 0 10245639 +landholding n 2 1 @ 2 0 13247445 13247358 +landing n 4 5 @ ~ #p %p + 4 2 03638511 03638321 00052500 00052334 +landing_approach n 1 3 @ ~ #p 1 0 00281752 +landing_craft n 1 1 @ 1 0 03638623 +landing_deck n 1 2 @ #p 1 0 03363216 +landing_field n 1 4 @ ~ #p %p 1 0 02687992 +landing_flap n 1 1 @ 1 0 03638743 +landing_gear n 1 4 @ ~ #p %p 1 0 03638883 +landing_net n 1 2 @ #m 1 0 03639077 +landing_party n 1 1 @ 1 0 08265347 +landing_place n 1 4 @ ~ #p %p 1 0 03638321 +landing_skid n 1 2 @ #p 1 0 03639230 +landing_stage n 1 2 @ #p 1 0 03639360 +landing_strip n 1 3 @ ~ %p 1 0 02693070 +landlady n 1 1 @ 1 0 10245156 +landler n 2 1 @ 2 1 07055923 00541338 +landline n 1 1 @ 1 0 03639497 +landlocked_salmon n 1 1 @ 1 0 02535759 +landlord n 1 2 @ ~ 1 1 10245236 +landlord's_lien n 1 1 @ 1 0 13401970 +landlubber n 2 2 @ + 2 0 10245507 10245341 +landman n 1 1 @ 1 0 10245507 +landmark n 4 3 @ ~ ; 4 2 08624891 07417851 07259319 05230357 +landmass n 1 2 @ ~ 1 1 09335916 +landowner n 1 2 @ ~ 1 1 10245639 +landowska n 1 1 @ 1 0 11115929 +landrover n 1 1 @ 1 1 03594945 +landry's_paralysis n 1 1 @ 1 0 14353622 +landscape n 4 2 @ + 4 3 08646902 03640166 03640011 06209940 +landscape_architect n 1 2 @ ~ 1 0 10245863 +landscape_architecture n 1 1 @ 1 0 06124532 +landscape_gardener n 1 2 @ ~ 1 0 10245863 +landscape_gardening n 1 1 @ 1 0 00921160 +landscape_painting n 1 1 @ 1 0 03640011 +landscaper n 1 2 @ ~ 1 0 10245863 +landscaping n 2 2 @ + 2 1 00921160 03640288 +landscapist n 2 3 @ ~ + 2 0 10246176 10245863 +landside n 1 2 @ #p 1 0 03640456 +landslide n 2 2 @ ~ 2 2 07474185 07405411 +landslip n 1 2 @ ~ 1 0 07405411 +landsmaal n 1 1 @ 1 0 06954768 +landsmal n 1 1 @ 1 0 06954768 +landsman n 2 1 @ 2 0 10245507 10245341 +landsteiner n 1 1 @ 1 0 11116117 +lane n 2 2 @ ~ 2 2 03640589 03640660 +lane's_prince_albert n 1 1 @ 1 0 07742415 +laney n 1 1 @ 1 0 11116284 +langbeinite n 1 2 @ %s 1 0 14679882 +lange n 1 1 @ 1 0 11116466 +langlaufer n 1 1 @ 1 0 10246317 +langley n 2 1 @ 2 0 13609871 11116642 +langmuir n 1 1 @ 1 0 11116875 +langobard n 1 1 @ 1 0 09703344 +langouste n 2 4 @ #m #p %p 2 0 07793260 01984695 +langoustine n 1 2 @ #p 1 0 07793521 +langsat n 1 3 @ #m %p 1 0 12699301 +langset n 1 3 @ #m %p 1 0 12699301 +langside n 1 2 @ ; 1 0 01283389 +langston_hughes n 1 1 @ 1 0 11065101 +langsyne n 1 1 @ 1 0 15252635 +langtry n 1 1 @ 1 0 11117108 +language n 6 6 @ ~ #p %p ; - 6 5 06282651 07109196 07051975 05808557 05650820 06304059 +language_area n 1 3 @ #p %p 1 0 05489394 +language_barrier n 1 1 @ 1 0 05691963 +language_learning n 1 2 @ ~ 1 0 05754899 +language_lesson n 1 2 @ ~ 1 0 00729478 +language_requirement n 1 1 @ 1 0 05893143 +language_school n 1 1 @ 1 0 08282950 +language_system n 1 2 @ ~ 1 0 07279045 +language_teaching n 1 1 @ 1 0 00888162 +language_unit n 1 3 @ ~ #p 1 0 06284225 +language_zone n 1 3 @ #p %p 1 0 05489394 +languas_speciosa n 1 2 @ #m 1 0 12357485 +langue_d'oc n 1 2 @ ~ 1 0 06965406 +langue_d'oc_french n 1 2 @ ~ 1 0 06965406 +langue_d'oil n 1 1 @ 1 0 06965249 +langue_d'oil_french n 1 1 @ 1 0 06965249 +languedoc-roussillon n 1 2 @ #p 1 0 08942780 +languisher n 1 2 @ + 1 0 10246395 +languor n 3 2 @ + 3 1 07516222 07484109 04635953 +langur n 1 3 @ ~ #m 1 0 02488291 +laniard n 3 2 @ ; 3 0 03641569 03641451 03641302 +laniidae n 1 3 @ #m %m 1 0 01598432 +lanius n 1 3 @ #m %m 1 0 01598820 +lanius_borealis n 1 1 @ 1 0 01599269 +lanius_excubitor n 1 1 @ 1 0 01599159 +lanius_lucovicianus n 1 2 @ #m 1 0 01599556 +lanius_ludovicianus_excubitorides n 1 1 @ 1 0 01599388 +lanius_ludovicianus_migrans n 1 1 @ 1 0 01599741 +lankiness n 1 2 @ + 1 0 04998700 +lanolin n 2 2 @ #s 2 0 14816181 03640850 +lanoxin n 1 2 @ ; 1 0 03197804 +lansa n 1 2 @ #p 1 0 07745803 +lansat n 1 2 @ #p 1 0 07745803 +lanseh n 1 2 @ #p 1 0 07745803 +lanseh_tree n 1 3 @ #m %p 1 0 12699301 +lanset n 1 2 @ #p 1 0 07745803 +lansing n 1 2 @ #p 1 0 09101318 +lansium_domesticum n 1 3 @ #m %p 1 0 12699301 +lansoprazole n 1 1 @ 1 0 14777277 +lantana n 1 2 @ #m 1 0 12915140 +lantern n 1 2 @ ~ 1 1 03640988 +lantern-fly n 1 2 @ #m 1 0 02259987 +lantern_fly n 1 2 @ #m 1 0 02259987 +lantern_jaw n 1 1 @ 1 0 05600030 +lantern_pinion n 1 1 @ 1 0 03641134 +lantern_slide n 1 2 @ %p 1 1 04237773 +lantern_wheel n 1 1 @ 1 0 03641134 +lanternfish n 1 2 @ #m 1 0 02543255 +lanthanide n 1 2 @ ~ 1 0 14624743 +lanthanide_series n 1 1 @ 1 0 14625297 +lanthanoid n 1 2 @ ~ 1 0 14624743 +lanthanon n 1 2 @ ~ 1 0 14624743 +lanthanotidae n 1 3 @ #m %m 1 0 01691384 +lanthanotus n 1 3 @ #m %m 1 0 01691525 +lanthanotus_borneensis n 1 2 @ #m 1 0 01691652 +lanthanum n 1 1 @ 1 0 14643118 +lanugo n 1 1 @ 1 0 05255939 +lanyard n 3 2 @ ; 3 0 03641569 03641451 03641302 +lanzhou n 1 2 @ #p 1 0 08726582 +lao n 2 2 @ #m 2 0 09719794 06935594 +lao-tse n 1 1 @ 1 0 11117307 +lao-tzu n 1 1 @ 1 0 11117307 +lao-zi n 1 1 @ 1 0 11117307 +lao_people's_democratic_republic n 1 5 @ #m #p %m %p 1 0 08956760 +laocoon n 1 2 @ ; 1 0 09597141 +laos n 1 6 @ #m #p %m %p + 1 1 08956760 +laotian n 1 3 @ #m + 1 0 09719794 +laotian_capital n 1 2 @ #p 1 0 08957064 +laotian_monetary_unit n 1 2 @ ~ 1 0 13680823 +lap n 6 4 @ ~ #p + 6 1 05562595 14515041 03641947 03641706 00295172 00150591 +lap_choly n 1 1 @ 1 0 00669262 +lap_covering n 1 2 @ #p 1 0 03641947 +lap_joint n 1 1 @ 1 0 03642573 +lap_of_honour n 1 1 @ 1 0 00295563 +lap_of_luxury n 1 1 @ 1 0 14492116 +lap_of_the_gods n 1 1 @ 1 0 14515177 +laparocele n 1 1 @ 1 0 14297406 +laparoscope n 1 1 @ 1 0 03642144 +laparoscopic_cholecystectomy n 1 1 @ 1 0 00669262 +laparoscopy n 1 1 @ 1 0 00683012 +laparotomy n 1 2 @ ~ 1 0 00682856 +lapboard n 1 1 @ 1 0 03642341 +lapdog n 1 1 @ 1 0 02085272 +lapel n 1 2 @ ~ 1 1 03642444 +lapful n 1 1 @ 1 0 13768250 +lapidarist n 1 2 @ + 1 0 10246703 +lapidary n 2 2 @ + 2 0 10246703 10246511 +lapidation n 1 2 @ + 1 0 01164394 +lapidator n 1 2 @ + 1 0 10659393 +lapidist n 1 2 @ + 1 0 10246511 +lapin n 2 1 @ 2 0 14765324 02324514 +lapis_lazuli n 1 1 @ 1 0 14929797 +laplace n 1 1 @ 1 0 11117451 +lapland n 1 3 @ #p %m 1 0 08957212 +laportea n 1 3 @ #m %m 1 0 12393942 +laportea_canadensis n 1 2 @ #m 1 0 12394118 +lapp n 2 2 @ #m 2 0 09720033 06959427 +lappet n 3 1 @ 3 1 05471427 03642716 02307910 +lappet_caterpillar n 1 2 @ #m 1 0 02308033 +lappet_moth n 1 1 @ 1 0 02307910 +lappic n 1 2 @ ~ 1 0 06959261 +lapping n 1 1 @ 1 0 03561657 +lappish n 1 2 @ ~ 1 0 06959261 +lappland n 1 4 @ #p %m + 1 0 08957212 +lapplander n 1 3 @ #m + 1 0 09720033 +lappula n 1 3 @ #m %m 1 0 12819953 +lapse n 3 3 @ ~ + 3 3 00074524 15271417 00068333 +lapsing n 1 2 @ ~ 1 0 00068333 +laptev_sea n 1 2 @ #p 1 0 09336052 +laptop n 1 1 @ 1 0 03642806 +laptop_computer n 1 1 @ 1 0 03642806 +laputa n 1 2 @ + 1 0 05630539 +lapwing n 1 2 @ #m 1 0 02024763 +laramie n 1 2 @ #p 1 0 09160056 +larboard n 1 2 ! @ 1 0 03642928 +larcener n 1 2 @ + 1 0 10246913 +larcenist n 1 2 @ + 1 0 10246913 +larcenous n 1 1 @ 1 0 04875935 +larceny n 1 3 @ ~ + 1 0 00780889 +larch n 2 5 @ ~ #m #s %s 2 0 11619136 11618861 +larch_tree n 1 4 @ ~ #m %s 1 0 11618861 +lard n 1 3 @ #s + 1 0 07672421 +lard_oil n 1 1 @ 1 0 14929897 +larder n 2 2 @ ~ 2 0 07572616 03885535 +lardizabala n 1 2 @ #m 1 0 11703205 +lardizabala_family n 1 3 @ #m %m 1 0 11702999 +lardizabalaceae n 1 3 @ #m %m 1 0 11702999 +lardner n 1 1 @ 1 0 11117744 +laredo n 1 2 @ #p 1 0 09145083 +large n 1 2 @ + 1 0 05096191 +large-flowered_calamint n 1 1 @ 1 0 12843316 +large-flowered_fiddleneck n 1 2 @ #m 1 0 12817129 +large-flowering_magnolia n 1 1 @ 1 0 11710136 +large-leaved_aster n 1 1 @ 1 0 11934463 +large-leaved_cucumber_tree n 1 1 @ 1 0 11710987 +large-leaved_magnolia n 1 1 @ 1 0 11710987 +large-toothed_aspen n 1 1 @ 1 0 12734215 +large_calorie n 1 2 @ %p 1 0 13726562 +large_cap n 1 1 @ 1 0 08059125 +large_civet n 1 1 @ 1 0 02135610 +large_crabgrass n 1 1 @ 1 0 12117326 +large_cranberry n 1 2 @ %p 1 0 12245885 +large_indefinite_amount n 1 2 @ ~ 1 0 13757724 +large_indefinite_quantity n 1 2 @ ~ 1 0 13757724 +large_integer n 1 2 @ ~ 1 0 13745420 +large_intestine n 1 4 @ ~ #p %p 1 1 05535484 +large_magellanic_cloud n 1 1 @ 1 0 09336271 +large_number n 1 1 @ 1 1 13775093 +large_order n 1 1 @ 1 1 00797723 +large_periwinkle n 1 1 @ 1 0 11778257 +large_person n 1 2 @ ~ 1 0 10247044 +large_poodle n 1 1 @ 1 0 02113892 +large_tooth_aspen n 1 1 @ 1 0 12734215 +large_white n 1 2 @ #m 1 0 02281136 +large_white_petunia n 1 1 @ 1 0 12909614 +large_yellow_lady's_slipper n 1 1 @ 1 0 12057447 +largeleaf_holly n 1 1 @ 1 0 12758325 +largemouth n 1 2 @ %p 1 0 02565324 +largemouth_bass n 2 3 @ #p %p 2 0 07777735 02565324 +largemouth_black_bass n 1 2 @ %p 1 0 02565324 +largemouthed_bass n 1 2 @ %p 1 0 02565324 +largemouthed_black_bass n 1 2 @ %p 1 0 02565324 +largeness n 4 4 ! @ ~ + 4 0 05618293 05106317 05103946 04788982 +largess n 2 1 @ 2 0 13265749 04832716 +largesse n 2 1 @ 2 0 13265749 04832716 +larghetto n 1 2 @ ; 1 0 07046737 +largo n 1 3 @ + ; 1 0 07046543 +lari n 2 4 @ #m %m %p 2 0 13700662 02040698 +lariat n 1 2 @ %p 1 0 03644378 +laricariidae n 1 3 @ #m %m 1 0 02520391 +larid n 1 3 @ ~ #m 1 0 02041085 +laridae n 1 3 @ #m %m 1 0 02040872 +larium n 1 1 @ 1 0 03742728 +larix n 1 3 @ #m %m 1 0 11618750 +larix_decidua n 1 1 @ 1 0 11619845 +larix_laricina n 1 1 @ 1 0 11619227 +larix_lyallii n 1 1 @ 1 0 11619687 +larix_occidentalis n 1 1 @ 1 0 11619455 +larix_russica n 1 1 @ 1 0 11620016 +larix_siberica n 1 1 @ 1 0 11620016 +lark n 4 4 @ ~ #m + 4 0 01573074 01528654 01527617 00429322 +larkspur n 1 1 @ 1 1 11733312 +larodopa n 1 2 @ ; 1 0 14605132 +larotid n 1 1 @ 1 0 02703894 +larousse n 1 1 @ 1 0 11118072 +larrea n 1 3 @ #m %m 1 0 12722884 +larrea_tridentata n 1 3 @ #m %p 1 0 12723062 +lars_onsager n 1 1 @ 1 0 11215384 +larus n 1 3 @ #m %m 1 0 02041492 +larus_argentatus n 1 2 @ #m 1 0 02042046 +larus_canus n 1 2 @ #m 1 0 02041678 +larus_marinus n 1 2 @ #m 1 0 02041875 +larus_ridibundus n 1 2 @ #m 1 0 02042180 +larva n 1 3 @ ~ + 1 1 02311060 +larvacea n 1 3 @ #m %m 1 0 01470287 +larvacean n 1 2 @ #m 1 0 01470479 +larvacide n 1 1 @ 1 0 14600135 +larvicide n 1 1 @ 1 0 14930073 +laryngeal_artery n 1 2 @ #p 1 0 05349906 +laryngeal_vein n 1 2 @ #p 1 0 05372593 +laryngectomy n 1 1 @ 1 0 00683214 +laryngismus n 1 1 @ 1 0 00227137 +laryngitis n 1 1 @ 1 0 14349043 +laryngopharyngitis n 1 1 @ 1 0 14349208 +laryngopharynx n 1 3 @ #p + 1 0 05529159 +laryngoscope n 1 1 @ 1 0 03643149 +laryngospasm n 1 1 @ 1 0 14100957 +laryngostenosis n 1 1 @ 1 0 14106823 +laryngotracheobronchitis n 1 1 @ 1 0 14349311 +larynx n 1 4 @ #p %p + 1 0 05529729 +las_cruces n 1 2 @ #p 1 0 09115886 +las_vegas n 1 2 @ #p 1 1 09110939 +lasagna n 2 1 @ 2 0 07870167 07701053 +lasagne n 2 1 @ 2 0 07870167 07701053 +lasalle n 1 1 @ 1 0 11118205 +lascar n 2 2 @ #p 2 0 10247176 09176342 +lascaux n 1 2 @ #p 1 0 09336416 +lasciviousness n 1 2 @ + 1 0 07490214 +lasek n 1 1 @ 1 0 00680183 +laser n 1 2 @ #p 1 0 03643253 +laser-assisted_in_situ_keratomileusis n 1 1 @ 1 0 00680511 +laser-assisted_subepithelial_keratomileusis n 1 1 @ 1 0 00680183 +laser-guided_bomb n 1 2 @ ~ 1 0 03643491 +laser_beam n 1 1 @ 1 0 11485681 +laser_printer n 1 1 @ 1 0 03643737 +laser_trabecular_surgery n 1 1 @ 1 0 00680336 +lash n 3 3 @ #p + 3 0 05314919 03643907 00134574 +lash-up n 1 2 @ ~ 1 0 03644248 +lasher n 1 1 @ 1 1 10247250 +lashing n 2 2 @ ~ 2 1 01163047 03644073 +lashings n 1 1 @ 1 0 13777509 +lashkar-e-jhangvi n 1 3 @ #p ; 1 0 08030481 +lashkar-e-omar n 1 2 @ ; 1 0 08030711 +lashkar-e-taiba n 1 2 @ ; 1 0 08031020 +lashkar-e-tayyiba n 1 2 @ ; 1 0 08031020 +lashkar-e-toiba n 1 2 @ ; 1 0 08031020 +lasik n 1 1 @ 1 0 00680511 +lasiocampa n 1 3 @ #m %m 1 0 02306672 +lasiocampid n 1 3 @ ~ #m 1 0 02306433 +lasiocampid_moth n 1 3 @ ~ #m 1 0 02306433 +lasiocampidae n 1 3 @ #m %m 1 0 02306159 +lasiurus n 1 3 @ #m %m 1 0 02146064 +lasiurus_borealis n 1 2 @ #m 1 0 02146201 +lasix n 1 2 @ ; 1 0 03406597 +laskar_jihad n 1 2 @ ; 1 0 08031386 +lass n 1 2 @ ~ 1 0 10247358 +lassa n 1 2 @ #p 1 0 08907377 +lassa_fever n 1 1 @ 1 0 14135956 +lassa_virus n 1 2 @ #m 1 0 01330852 +lassen_volcanic_national_park n 1 2 @ #p 1 0 08607231 +lassie n 1 2 @ ~ 1 0 10247358 +lassitude n 3 2 @ ~ 3 0 14014990 07484109 05042138 +lasso n 2 3 @ %p + 2 0 11118362 03644378 +last n 8 3 @ ~ ; 8 3 15267536 13850148 01264667 15143276 13718178 13618180 07291794 03644532 +last_day n 1 2 @ ; 1 0 15171307 +last_frontier n 1 3 @ #p %p 1 0 09055015 +last_gasp n 1 1 @ 1 0 15268547 +last_half n 1 1 @ 1 0 15258179 +last_hurrah n 1 1 @ 1 0 00212678 +last_in_first_out n 1 1 @ 1 0 00620258 +last_judgement n 1 2 @ ; 1 0 15171307 +last_judgment n 1 2 @ ; 1 0 15171307 +last_laugh n 1 1 @ 1 0 07474318 +last_mile n 1 1 @ 1 0 00291286 +last_minute n 1 1 @ 1 0 15244942 +last_name n 1 2 @ ~ 1 0 06336904 +last_quarter n 1 1 @ 1 0 15207430 +last_resort n 1 1 @ 1 1 00178972 +last_respects n 1 2 @ ; 1 0 01229350 +last_rites n 2 2 @ ; 2 1 01039637 01030152 +last_straw n 1 1 @ 1 0 01222034 +last_supper n 1 1 @ 1 0 01035504 +last_word n 3 2 @ ~ 3 0 06649786 06412213 04813712 +lastex n 1 2 @ ; 1 0 03644698 +lasthenia n 1 3 @ #m %m 1 0 11987956 +lasthenia_chrysostoma n 1 2 @ #m 1 0 11988132 +lastingness n 1 3 @ ~ + 1 0 05053688 +lastreopsis n 1 2 @ #m 1 0 13197670 +laszlo_lowestein n 1 1 @ 1 0 11138924 +lat n 1 2 @ #p 1 1 05559122 +latakia n 2 2 @ #p 2 0 14715601 09034402 +latanier n 1 2 @ #m 1 0 12589687 +latanier_palm n 1 2 @ #m 1 0 12589687 +latch n 2 2 @ + 2 0 03645011 03644858 +latchet n 1 1 @ 1 0 03645168 +latchkey n 1 1 @ 1 0 03645290 +latchkey_child n 1 1 @ 1 0 10247519 +latchstring n 1 1 @ 1 0 03645411 +late-night_hour n 1 2 @ #p 1 0 15168080 +late_blight n 1 2 @ ~ 1 0 14217676 +late_greek n 1 1 @ 1 0 06977087 +late_latin n 1 1 @ 1 0 06963571 +late_purple_aster n 1 1 @ 1 0 11936287 +latecomer n 1 1 @ 1 0 10247720 +lateen n 1 2 @ #p 1 0 03645577 +lateen-rig n 1 3 @ #p %p 1 0 03645730 +lateen_sail n 1 2 @ #p 1 0 03645577 +latency n 3 4 @ #p + ; 3 0 15297069 15273241 14482852 +latency_period n 1 3 @ #p ; 1 0 15146260 +latency_phase n 1 3 @ #p ; 1 0 15146260 +latency_stage n 1 3 @ #p ; 1 0 15146260 +lateness n 1 4 ! @ ~ + 1 0 05047059 +latent_content n 1 2 @ ; 1 0 06599655 +latent_diabetes n 1 1 @ 1 0 14120096 +latent_heat n 1 2 @ ~ 1 0 11471097 +latent_hostility n 1 1 @ 1 0 13980596 +latent_period n 2 1 @ 2 0 15273241 15273101 +latent_schizophrenia n 1 1 @ 1 0 14398929 +lateral n 1 1 @ 1 0 00561707 +lateral_cerebral_sulcus n 1 2 @ #p 1 0 05224080 +lateral_condyle n 1 2 @ #p 1 0 05472394 +lateral_epicondyle n 1 1 @ 1 0 05472846 +lateral_epicondylitis n 1 1 @ 1 0 14356720 +lateral_geniculate n 1 1 @ 1 0 05487694 +lateral_geniculate_body n 1 1 @ 1 0 05487694 +lateral_humeral_epicondylitis n 1 1 @ 1 0 14356720 +lateral_line n 1 2 @ #p 1 0 02465929 +lateral_line_organ n 1 2 @ #p 1 0 02465929 +lateral_pass n 1 1 @ 1 0 00561707 +lateral_rectus n 1 1 @ 1 0 05316407 +lateral_rectus_muscle n 1 1 @ 1 0 05316407 +lateral_thinking n 1 1 @ 1 0 05848182 +lateral_ventricle n 1 1 @ 1 0 05503196 +lateralisation n 1 1 @ 1 0 05992624 +laterality n 3 2 @ ~ 3 0 05992624 05067007 04998417 +lateralization n 1 2 @ + 1 0 05992624 +lateran n 1 3 @ #p %p 1 0 08807554 +lateran_council n 1 2 @ ~ 1 0 08315194 +lateran_palace n 1 2 @ #p 1 0 03645866 +lateran_treaty n 1 1 @ 1 0 06774871 +laterite n 1 1 @ 1 0 14930165 +lates n 1 3 @ #m %m 1 0 02560383 +lates_calcarifer n 1 2 @ #m 1 0 02560546 +latest n 1 1 @ 1 0 06643185 +latex n 2 2 @ ~ 2 0 15006118 03646020 +latex_paint n 1 1 @ 1 0 03646020 +lath n 1 2 @ #p 1 0 03646148 +lath_and_plaster n 1 1 @ 1 0 14930312 +lathe n 1 3 @ ~ %p 1 0 03646296 +lathee n 1 1 @ 1 0 03646546 +lather n 4 3 @ ~ + 4 1 09439213 14403560 10247800 09336555 +lathi n 1 1 @ 1 0 03646546 +lathyrus n 1 3 @ #m %m 1 0 12538603 +lathyrus_hirsutus n 1 1 @ 1 0 12539564 +lathyrus_japonicus n 1 2 @ #m 1 0 12540250 +lathyrus_latifolius n 1 2 @ #m 1 0 12540001 +lathyrus_maritimus n 1 2 @ #m 1 0 12540250 +lathyrus_niger n 1 2 @ #m 1 0 12540488 +lathyrus_nissolia n 1 2 @ #m 1 0 12540647 +lathyrus_odoratus n 1 2 @ #m 1 0 12540800 +lathyrus_palustris n 1 2 @ #m 1 0 12540966 +lathyrus_pratensis n 1 2 @ #m 1 0 12541157 +lathyrus_sativus n 1 2 @ #m 1 0 12541403 +lathyrus_splendens n 1 2 @ #m 1 0 12541606 +lathyrus_sylvestris n 1 2 @ #m 1 0 12541805 +lathyrus_tuberosus n 1 2 @ #m 1 0 12542240 +lathyrus_vernus n 1 2 @ #m 1 0 12542466 +laticifer n 1 1 @ 1 0 13091227 +latimeria n 1 3 @ #m %m 1 0 02515560 +latimeria_chalumnae n 1 2 @ #m 1 0 02515713 +latimeridae n 1 3 @ #m %m 1 0 02515410 +latin n 3 4 @ ~ + - 3 1 06962600 10248008 10247880 +latin_alphabet n 1 2 @ %m 1 0 06497872 +latin_america n 1 6 @ %m %p + ; - 1 1 09022831 +latin_american n 1 3 @ ~ #m 1 1 09720256 +latin_cross n 1 1 @ 1 0 03646695 +latin_quarter n 1 3 @ #p %p 1 0 08933084 +latin_square n 1 1 @ 1 0 08269506 +latinae n 1 2 @ #m 1 0 02560271 +latinesce n 1 1 @ 1 0 06896623 +latinian_language n 1 2 @ ~ 1 0 06963951 +latinism n 1 1 @ 1 0 06293655 +latinist n 1 2 @ + 1 0 10248091 +latino n 2 3 @ ~ #m 2 0 09720256 06896716 +latino_sine_flexione n 1 1 @ 1 0 06896856 +latissimus_dorsi n 1 2 @ #p 1 0 05559122 +latitude n 4 3 @ ~ + 4 1 08595531 13995148 08595720 05127640 +latitudinarian n 1 2 @ ; 1 0 10248198 +latium n 1 2 @ #p 1 0 08806735 +latke n 1 1 @ 1 0 07641581 +latona n 1 1 @ 1 0 09577833 +latria n 1 1 @ 1 0 01043989 +latrine n 1 2 @ ; 1 0 03646809 +latrobe n 1 1 @ 1 0 11118602 +latrodectus n 1 3 @ #m %m 1 0 01774252 +latrodectus_mactans n 1 2 @ #m 1 0 01774384 +lats n 1 1 @ 1 0 13701310 +latte n 1 1 @ 1 0 07920222 +latten n 1 1 @ 1 0 14930824 +latter n 1 2 ! @ 1 0 13846708 +latter-day_saint n 1 3 @ ~ #m 1 0 10248542 +lattice n 3 3 @ ~ %p 3 0 05729875 04582454 03646916 +latticework n 1 3 @ ~ %p 1 0 03646916 +latvia n 1 5 @ #p %m %p + 1 0 09013074 +latvian n 2 3 @ ~ #m 2 0 09707166 06946355 +latvian_monetary_unit n 1 2 @ ~ 1 0 13701183 +laudability n 1 1 @ 1 0 04807342 +laudableness n 1 1 @ 1 0 04807342 +laudanum n 1 1 @ 1 1 03647108 +laudator n 1 2 @ ~ 1 0 10248711 +lauder n 2 3 @ ~ + 2 0 11118886 10248711 +laudo n 1 2 @ #p 1 0 09336702 +laugh n 3 4 @ ~ %p + 3 2 07127006 06878404 06778102 +laugh_line n 2 2 @ #p 2 0 13906345 06778777 +laugh_track n 1 1 @ 1 0 03647291 +laugher n 2 3 @ ~ + 2 0 10248876 07475107 +laughing_gas n 1 2 @ %s 1 0 03826945 +laughing_gull n 1 2 @ #m 1 0 02042180 +laughing_hyena n 1 2 @ #m 1 0 02117900 +laughing_jackass n 2 2 @ #m 2 0 01828556 01625121 +laughing_owl n 1 2 @ #m 1 0 01625121 +laughingstock n 1 2 @ ~ 1 0 09884666 +laughter n 2 2 @ ~ 2 1 07127006 01072402 +laughton n 1 1 @ 1 0 11119061 +lauhala n 1 1 @ 1 0 12155009 +launce n 1 2 @ #m 1 0 02618513 +launch n 2 3 @ ~ + 2 0 03647423 00103140 +launch_area n 1 2 @ #p 1 0 03647691 +launch_pad n 1 2 @ #p 1 0 03647691 +launcher n 2 3 @ ~ + 2 1 03647520 02982232 +launching n 3 2 @ ~ 3 1 00103291 00238022 00103140 +launching_pad n 1 2 @ #p 1 0 03647691 +launching_site n 1 2 @ %p 1 0 08591486 +launchpad n 1 2 @ #p 1 0 03647691 +launderette n 1 1 @ 1 0 03647872 +laundering n 1 1 @ 1 1 00578708 +laundress n 1 1 @ 1 0 10769188 +laundromat n 1 1 @ 1 0 03647872 +laundry n 2 3 @ ~ + 2 1 03648219 03648066 +laundry_basket n 1 1 @ 1 0 03050864 +laundry_cart n 1 1 @ 1 0 03648431 +laundry_detergent n 1 1 @ 1 0 03648527 +laundry_truck n 1 1 @ 1 1 03648667 +laundryman n 1 1 @ 1 0 10769084 +laundrywoman n 1 1 @ 1 0 10769188 +lauraceae n 1 3 @ #m %m 1 0 11703386 +laurasia n 1 2 @ #p 1 0 09336853 +laureate n 1 2 @ ~ 1 0 10249011 +laurel n 3 4 @ ~ #m ; 3 0 11703669 11119190 03648804 +laurel-tree n 1 2 @ #m 1 0 11706942 +laurel_and_hardy n 1 2 @ %m 1 0 08181375 +laurel_cherry n 2 2 @ #m 2 0 12646950 12643113 +laurel_family n 1 3 @ #m %m 1 0 11703386 +laurel_oak n 2 1 @ 2 0 12273768 12272883 +laurel_sumac n 1 2 @ #m 1 0 12760875 +laurel_willow n 1 2 @ #m 1 0 12729521 +laurel_wreath n 2 3 @ ~ ; 2 0 06706676 03648804 +laurels n 2 2 @ ~ 2 2 06696483 14436875 +laurelwood n 1 2 @ #m 1 0 12365285 +laurence_olivier n 1 1 @ 1 0 11214320 +laurence_stephen_lowry n 1 1 @ 1 0 11143044 +laurence_sterne n 1 1 @ 1 0 11316970 +laurens n 1 1 @ 1 0 11119476 +laurentian_highlands n 1 2 @ #p 1 0 08821319 +laurentian_plateau n 1 2 @ #p 1 0 08821319 +laurentius n 1 2 @ ; 1 0 11121108 +lauric_acid n 1 1 @ 1 0 14930476 +lauritz_lebrecht_hommel_melchior n 1 1 @ 1 0 11172411 +lauritz_melchior n 1 1 @ 1 0 11172411 +laurus n 1 3 @ #m %m 1 0 11703935 +laurus_nobilis n 1 3 @ #m %p 1 0 11704093 +lauryl_alcohol n 1 1 @ 1 0 14930670 +lausanne n 1 2 @ #p 1 0 09032981 +lautaro_faction_of_the_united_popular_action_movement n 1 2 @ ; 1 0 08031663 +lautaro_popular_rebel_forces n 1 2 @ ; 1 0 08031663 +lautaro_youth_movement n 1 2 @ ; 1 0 08031663 +lav n 1 3 @ ~ %p 1 0 04446276 +lava n 1 2 @ ~ 1 0 14930989 +lavabo n 1 3 @ #p ; 1 0 04553703 +lavage n 1 3 @ ~ + 1 0 00696487 +lavalava n 1 1 @ 1 0 03649003 +lavalier n 1 1 @ 1 0 03649161 +lavaliere n 1 1 @ 1 0 03649161 +lavalliere n 1 1 @ 1 0 03649161 +lavandula n 1 3 @ #m %m 1 0 12849597 +lavandula_angustifolia n 1 1 @ 1 0 12849952 +lavandula_latifolia n 1 2 @ %s 1 0 12850336 +lavandula_officinalis n 1 1 @ 1 0 12849952 +lavandula_stoechas n 1 1 @ 1 0 12850168 +lavatera n 1 3 @ #m %m 1 0 12182414 +lavatera_arborea n 1 2 @ #m 1 0 12182615 +lavation n 1 4 @ ~ %p + 1 0 00255710 +lavatory n 3 3 @ ~ %p 3 1 04446276 04553920 03371875 +lavender n 2 3 @ ~ #m 2 0 12849717 04970470 +lavender_cotton n 1 2 @ #m 1 0 12009420 +laver n 4 3 @ #m ; 4 0 11119634 03649288 01415524 01408743 +lavishness n 2 2 @ + 2 0 05146471 00743641 +lavoisier n 1 1 @ 1 0 11119917 +lavrenti_pavlovich_beria n 1 1 @ 1 0 10846693 +law n 7 8 @ ~ #p %m %p + ; - 7 7 08441203 06532330 05870916 05872982 06161718 00611143 08209687 +law-breaking n 1 4 @ ~ ; - 1 1 00766234 +law-makers n 1 4 @ ~ #m - 1 0 08163273 +law_agent n 1 1 @ 1 0 10249191 +law_degree n 1 2 @ ~ 1 1 06704740 +law_enforcement n 1 3 @ ~ ; 1 1 01128137 +law_enforcement_agency n 1 2 @ ~ 1 0 08348815 +law_firm n 1 2 @ ; 1 0 08064039 +law_merchant n 1 2 @ ; 1 1 08455037 +law_of_action_and_reaction n 1 1 @ 1 0 05886266 +law_of_archimedes n 1 2 @ ; 1 0 05874716 +law_of_areas n 1 1 @ 1 0 05879856 +law_of_averages n 1 1 @ 1 0 05880715 +law_of_chemical_equilibrium n 1 2 @ ; 1 0 05877412 +law_of_closure n 1 1 @ 1 0 06249421 +law_of_common_fate n 1 1 @ 1 0 06249685 +law_of_conservation_of_energy n 1 1 @ 1 0 06104578 +law_of_conservation_of_mass n 1 1 @ 1 0 06104844 +law_of_conservation_of_matter n 1 1 @ 1 0 06104844 +law_of_constant_proportion n 1 2 @ ; 1 0 05880854 +law_of_continuation n 1 1 @ 1 0 06250208 +law_of_definite_proportions n 1 2 @ ; 1 0 05880854 +law_of_diminishing_returns n 1 1 @ 1 0 05881102 +law_of_effect n 1 2 @ ; 1 0 05881303 +law_of_equal_areas n 1 1 @ 1 0 05879856 +law_of_equivalent_proportions n 1 2 @ ; 1 0 05881578 +law_of_gravitation n 1 4 @ #p %p ; 1 0 05881867 +law_of_independent_assortment n 1 1 @ 1 0 05884984 +law_of_large_numbers n 1 2 @ ; 1 0 05875148 +law_of_mass_action n 1 2 @ ; 1 0 05882537 +law_of_moses n 1 1 @ 1 0 08455520 +law_of_motion n 1 2 @ ~ 1 0 05885622 +law_of_multiple_proportions n 1 2 @ ; 1 0 05882226 +law_of_nations n 1 3 @ ~ ; 1 1 08454003 +law_of_nature n 1 3 @ ~ #p 1 1 05872982 +law_of_parsimony n 1 1 @ 1 0 05990738 +law_of_partial_pressures n 1 2 @ ; 1 0 05876469 +law_of_proximity n 1 1 @ 1 0 06250771 +law_of_reciprocal_proportions n 1 2 @ ; 1 0 05881578 +law_of_segregation n 1 1 @ 1 0 05884736 +law_of_similarity n 1 1 @ 1 0 06251033 +law_of_the_land n 1 2 @ ; 1 0 08454445 +law_of_thermodynamics n 1 3 @ ~ ; 1 0 05882793 +law_of_volumes n 1 2 @ ; 1 0 05878229 +law_offender n 1 1 @ 1 0 10754449 +law_officer n 1 2 @ ~ 1 1 10249459 +law_practice n 1 2 @ ; 1 0 00632104 +law_school n 1 1 @ 1 1 08283051 +law_student n 1 1 @ 1 0 10249869 +lawbreaker n 1 1 @ 1 0 10754449 +lawcourt n 1 1 @ 1 0 03649459 +lawfulness n 1 5 ! @ ~ = + 1 0 04809784 +lawgiver n 1 3 @ ~ ; 1 0 10249270 +lawlessness n 2 4 @ ~ + ; 2 0 13973059 04811126 +lawmaker n 1 3 @ ~ ; 1 0 10249270 +lawmaking n 1 4 @ ~ ; - 1 0 01125693 +lawman n 1 2 @ ~ 1 1 10249459 +lawn n 1 1 @ 1 1 08591592 +lawn_bowling n 1 2 @ %p 1 0 00462804 +lawn_cart n 1 1 @ 1 0 02797295 +lawn_chair n 1 1 @ 1 0 03649674 +lawn_furniture n 1 1 @ 1 0 03649797 +lawn_mower n 1 3 @ ~ %p 1 0 03649909 +lawn_party n 1 1 @ 1 0 08255508 +lawn_tennis n 1 4 @ ~ %p - 1 0 00482298 +lawn_tool n 1 2 @ ~ 1 0 03418242 +lawrence n 7 3 @ #p ; 7 0 11121108 11120834 11120633 11120530 11120368 11120146 09088556 +lawrence_durrell n 1 1 @ 1 0 10946286 +lawrence_george_durrell n 1 1 @ 1 0 10946286 +lawrence_of_arabia n 1 1 @ 1 0 11120834 +lawrence_peter_berra n 1 1 @ 1 0 10848946 +lawrencium n 1 1 @ 1 0 14643323 +laws n 1 3 @ #p %p 1 0 06451891 +lawson's_cedar n 1 3 @ #m %s 1 0 11635433 +lawson's_cypress n 1 3 @ #m %s 1 0 11635433 +lawsuit n 1 3 @ ~ ; 1 0 01182654 +lawton n 1 2 @ #p 1 0 09132266 +lawyer n 1 5 @ ~ #m + ; 1 1 10249950 +lawyer-client_relation n 1 3 @ %m ; 1 0 13839662 +lawyer_bush n 1 1 @ 1 0 12653436 +lawyer_cane n 1 1 @ 1 0 12586725 +lawyerbush n 1 1 @ 1 0 12653436 +laxation n 2 2 @ ~ 2 0 13459088 00147862 +laxative n 1 2 @ ~ 1 0 03650084 +laxity n 2 2 @ + 2 0 14546042 04666416 +laxness n 2 2 @ + 2 1 04666416 14546042 +lay n 2 2 @ ~ 2 0 07049713 06378298 +lay-by n 1 1 @ 1 0 04020744 +lay-up n 1 1 @ 1 0 00111660 +lay_figure n 1 1 @ 1 0 03650682 +lay_reader n 1 1 @ 1 0 10250712 +lay_witness n 1 2 ! @ 1 0 10250873 +layabout n 1 2 @ ~ 1 0 10197967 +layby n 1 1 @ 1 0 04020744 +layer n 5 4 @ ~ #p + 5 2 03650173 08591680 06246896 01793159 01463259 +layer_cake n 1 1 @ 1 0 07633369 +layette n 1 1 @ 1 1 03650551 +layia n 1 3 @ #m %m 1 0 11988419 +layia_platyglossa n 1 2 @ #m 1 0 11988596 +laying n 1 1 @ 1 1 13506477 +laying_claim n 1 1 @ 1 0 00082870 +laying_on n 1 1 @ 1 1 00138441 +laying_on_of_hands n 2 1 @ 2 0 00699872 00165793 +laying_waste n 1 1 @ 1 0 00217773 +layman n 1 4 ! @ ~ #m 1 1 10250527 +layoff n 1 2 @ + 1 1 00229814 +layout n 2 2 @ + 2 2 05837271 01010901 +layover n 1 3 @ ~ + 1 0 01056411 +layperson n 1 3 @ ~ #m 1 0 10250527 +layup n 1 1 @ 1 0 00111660 +lazar n 1 1 @ 1 0 10254670 +lazar_house n 1 1 @ 1 0 03650803 +lazaret n 1 1 @ 1 0 03650803 +lazarette n 1 1 @ 1 0 03650803 +lazaretto n 2 1 @ 2 0 03650803 03440876 +lazarus n 2 1 @ 2 0 10251125 10251002 +laziness n 3 3 @ ~ + 3 0 04637108 01064613 00758795 +lazio n 1 2 @ #p 1 0 08806735 +lazuli n 1 1 @ 1 0 14929797 +lazuline n 1 1 @ 1 0 04969242 +lazy_daisy_stitch n 1 1 @ 1 0 03650973 +lazy_susan n 1 1 @ 1 0 04501837 +lazybones n 1 2 @ ; 1 0 10251329 +lazzaro_spallanzani n 1 1 @ 1 0 11309449 +lb n 1 3 @ #p %p 1 1 13720096 +lbf. n 1 2 @ %p 1 0 13648184 +lbj n 1 1 @ 1 0 11088346 +lcd n 1 2 @ ~ 1 0 03676759 +lcm n 1 1 @ 1 0 05860639 +ld. n 1 2 @ ; 1 0 08185211 +ldl n 1 2 @ %s 1 0 14943009 +ldl_cholesterol n 1 3 @ ~ #s 1 0 15058987 +le n 1 1 @ 1 0 14221138 +le_carre n 1 1 @ 1 0 11122825 +le_chatelier n 1 1 @ 1 0 11122977 +le_chatelier's_law n 1 1 @ 1 0 05883688 +le_chatelier's_principle n 1 1 @ 1 0 05883688 +le_chatelier-braun_principle n 1 1 @ 1 0 05883688 +le_chatelier_principle n 1 1 @ 1 0 05883688 +le_corbusier n 1 1 @ 1 0 11123124 +le_douanier_rousseau n 1 1 @ 1 0 11272972 +le_duc_tho n 1 1 @ 1 0 11123439 +le_gallienne n 1 1 @ 1 0 11124831 +le_havre n 1 2 @ #p 1 0 08936303 +le_notre n 1 1 @ 1 0 11127011 +lea n 2 4 @ ~ #p %p 2 0 13654571 08616050 +leach n 1 2 @ + 1 0 13506587 +leaching n 1 1 @ 1 0 13506587 +leacock n 1 1 @ 1 0 11121451 +lead n 17 7 ! @ ~ #s #p + ; 17 6 05157143 14643467 05826914 01256743 13893129 06270879 13596422 10648696 08592165 06651577 06271192 05051088 03652932 03651265 03651084 03604843 01256270 +lead-acid_accumulator n 1 2 @ ~ 1 0 03651388 +lead-acid_battery n 1 2 @ ~ 1 0 03651388 +lead-in n 2 2 @ #p 2 0 06270879 03651605 +lead_acetate n 1 1 @ 1 0 14989243 +lead_arsenate n 1 1 @ 1 0 14600238 +lead_bank n 1 1 @ 1 0 08418885 +lead_carbonate n 1 1 @ 1 0 15097722 +lead_chromate n 1 1 @ 1 0 14811932 +lead_colic n 1 1 @ 1 0 14070055 +lead_glass n 1 2 @ ~ 1 0 14882117 +lead_line n 1 3 @ %p ; 1 0 03651947 +lead_ore n 1 2 @ ~ 1 0 14933663 +lead_pencil n 1 2 @ %p 1 1 03652100 +lead_plant n 1 1 @ 1 0 12504306 +lead_poisoning n 1 1 @ 1 0 14069895 +lead_sheet n 1 1 @ 1 1 06815458 +lead_story n 1 1 @ 1 0 06271192 +lead_tetraethyl n 1 1 @ 1 0 14600357 +lead_time n 1 1 @ 1 0 15289524 +lead_tree n 1 2 @ #m 1 0 11762433 +leadbelly n 1 1 @ 1 0 11123262 +leaded_bronze n 1 1 @ 1 0 14933569 +leaded_gasoline n 1 2 ! @ 1 0 14687261 +leaded_petrol n 1 1 @ 1 0 14687261 +leader n 2 4 ! @ ~ + 2 1 09623038 03234795 +leaders n 1 2 @ ~ 1 1 08381436 +leadership n 4 3 @ ~ + 4 4 01256417 08381436 14433361 05617310 +leading n 2 2 @ ~ 2 0 03651265 01256417 +leading_astray n 1 1 @ 1 0 00160297 +leading_edge n 1 2 @ #p 1 0 03651739 +leading_indicator n 1 1 @ 1 0 06640977 +leading_lady n 1 1 @ 1 0 10251417 +leading_light n 1 1 @ 1 0 10276238 +leading_man n 1 1 @ 1 1 10251517 +leading_off n 1 1 @ 1 0 00160297 +leading_question n 1 2 @ #p 1 0 07195765 +leading_rein n 1 1 @ 1 0 03651843 +leading_tone n 1 2 @ ; 1 0 06858539 +leadplant n 1 1 @ 1 0 12504306 +leadwort n 1 2 @ #m 1 0 12098524 +leadwort_family n 1 3 @ #m %m 1 0 12097927 +leaf n 3 6 @ ~ #p %s %p + 3 1 13152742 06256229 03652226 +leaf-book n 1 1 @ 1 0 06407372 +leaf-cutter n 1 2 @ #m 1 0 02211444 +leaf-cutter_bee n 1 2 @ #m 1 0 02211444 +leaf-cutting_bee n 1 2 @ #m 1 0 02211444 +leaf-foot_bug n 1 2 @ #m 1 0 02240068 +leaf-footed_bug n 1 2 @ #m 1 0 02240068 +leaf-miner n 1 1 @ 1 0 02198129 +leaf-nosed_bat n 1 2 @ ~ 1 0 02141713 +leaf-nosed_snake n 1 2 @ #m 1 0 01729672 +leaf-roller n 1 1 @ 1 0 02284224 +leaf_beet n 2 3 @ #p %p 2 0 11832671 07720277 +leaf_beetle n 1 3 @ ~ #m 1 0 02169497 +leaf_blade n 1 1 @ 1 0 13131883 +leaf_blight n 1 2 @ ~ 1 0 14217897 +leaf_bud n 1 2 @ %p 1 0 13165286 +leaf_bug n 1 2 @ ~ 1 0 02237424 +leaf_cast n 1 1 @ 1 0 14218158 +leaf_disease n 1 1 @ 1 0 14218057 +leaf_fat n 1 1 @ 1 0 14864825 +leaf_form n 1 2 @ #p 1 0 13862407 +leaf_insect n 1 2 @ #m 1 0 02232223 +leaf_lard n 1 1 @ 1 0 14864825 +leaf_lettuce n 2 3 @ #p %p 2 0 11987126 07724654 +leaf_miner n 1 1 @ 1 0 02198129 +leaf_mold n 1 1 @ 1 0 14933911 +leaf_mould n 1 1 @ 1 0 14933911 +leaf_mustard n 2 2 @ #m 2 0 11878633 07713763 +leaf_node n 1 3 @ #p ; 1 0 13154190 +leaf_roller n 1 1 @ 1 0 02284224 +leaf_scorch n 1 1 @ 1 0 14282258 +leaf_shape n 1 2 @ #p 1 0 13862407 +leaf_soil n 1 1 @ 1 0 14933911 +leaf_spring n 1 1 @ 1 0 03652389 +leafage n 1 5 @ ~ %s %p + 1 0 13152742 +leafhopper n 1 3 @ ~ #m 1 1 02259212 +leafing n 1 2 @ ; 1 0 13483190 +leaflet n 3 4 @ ~ #p + 3 1 05389625 13154077 06413889 +leafnose_bat n 1 2 @ ~ 1 0 02141713 +leafstalk n 1 2 @ ~ 1 0 13131618 +leafy_liverwort n 1 2 @ #m 1 0 11543105 +leafy_spurge n 1 2 @ #m 1 0 12919847 +leafy_vegetable n 1 2 @ ~ 1 0 07709333 +league n 3 4 @ ~ %p + 3 2 08231184 08305114 13652066 +league_of_iroquois n 1 1 @ 1 0 08305277 +league_of_nations n 1 1 @ 1 0 08195323 +leak n 5 3 @ + ; 5 1 09337048 14284581 13506727 07436661 07215185 +leak_fungus n 1 2 @ #m 1 0 12974062 +leakage n 1 2 @ + 1 1 07436661 +leaker n 1 2 @ + 1 0 10251612 +leakey n 3 1 @ 3 0 11122114 11121876 11121640 +leakiness n 1 2 @ + 1 0 14577872 +lean n 1 2 @ + 1 0 05068080 +lean-to n 1 1 @ 1 0 03652729 +lean-to_tent n 1 1 @ 1 0 03652826 +leander n 1 2 @ ; 1 0 09554505 +leaner n 1 3 @ + ; 1 0 00105624 +leaning n 4 1 @ 4 0 07499113 06199561 05068080 00070363 +leaning_tower n 1 2 @ #p 1 0 03652530 +leaning_tower_of_pisa n 1 2 @ #p 1 0 03652530 +leanness n 2 4 ! @ ~ + 2 0 05113462 05001482 +leap n 4 3 @ ~ + 4 2 00120202 07358985 07414222 05086740 +leap_day n 1 2 @ #p 1 0 15159426 +leap_second n 1 1 @ 1 0 15235334 +leap_year n 1 1 @ 1 0 15202230 +leaper n 1 2 @ + 1 0 09869171 +leapfrog n 2 2 @ + 2 1 00486130 00485998 +leaping n 1 2 @ ~ 1 1 00120202 +lear n 2 1 @ 2 0 11122439 09601049 +learned_person n 1 2 @ ~ 1 0 10206887 +learned_profession n 1 2 @ ~ 1 0 00610373 +learned_reaction n 1 2 @ ~ 1 1 00864535 +learned_response n 1 2 @ ~ 1 0 00864535 +learnedness n 1 3 @ ~ + 1 0 05985999 +learner n 2 3 @ ~ + 2 1 10251779 09801864 +learner's_dictionary n 1 1 @ 1 0 06419757 +learner's_permit n 1 1 @ 1 0 06550763 +learning n 2 2 @ ~ 2 2 05752544 05985999 +learning_ability n 1 1 @ 1 0 05618056 +learning_curve n 1 1 @ 1 0 07004962 +learning_disability n 1 2 @ ~ 1 0 14060688 +learning_disorder n 1 2 @ ~ 1 0 14060688 +leary n 1 1 @ 1 0 11122579 +lease n 3 3 @ ~ + 3 2 13248393 06523132 15274863 +lease-lend n 1 1 @ 1 0 01109114 +lease_giver n 1 1 @ 1 0 10255096 +leasehold n 1 1 @ 1 0 13249154 +leaseholder n 1 1 @ 1 0 10252075 +leash n 3 2 @ + 3 1 03652932 13744044 01145688 +least n 1 1 @ 1 0 05671526 +least_bittern n 1 2 @ #m 1 0 02012185 +least_common_multiple n 1 1 @ 1 0 05860639 +least_effort n 1 1 @ 1 0 00624436 +least_resistance n 1 1 @ 1 0 00624436 +least_sandpiper n 1 2 @ #m 1 0 02027357 +least_shrew n 1 1 @ 1 0 01893399 +least_squares n 1 2 @ ; 1 0 06021013 +leather n 1 3 @ ~ + 1 1 14759722 +leather_carp n 1 1 @ 1 0 01440160 +leather_fern n 2 3 @ #m ; 2 0 13206178 13200986 +leather_flower n 2 1 @ 2 0 11730933 11730750 +leather_soap n 1 1 @ 1 0 04124764 +leather_strip n 1 2 @ ~ 1 0 03653220 +leatherback n 1 2 @ #m 1 0 01665541 +leatherback_turtle n 1 2 @ #m 1 0 01665541 +leatherette n 1 1 @ 1 0 03653110 +leatherfish n 1 2 @ #m 1 0 02654112 +leatherjack n 1 2 @ #m 1 0 02577662 +leatherjacket n 3 2 @ #m 3 0 02654112 02577662 02312325 +leatherleaf n 2 2 @ #m 2 0 13173488 12234318 +leatherleaf_fern n 1 2 @ #m 1 0 13200986 +leatherleaf_saxifrage n 1 2 @ #m 1 0 12799269 +leatherleaf_wood_fern n 1 1 @ 1 0 13194036 +leatherneck n 1 3 @ #m ; 1 0 10294139 +leatherwood n 2 2 @ #m 2 0 12750767 12347639 +leatherwork n 1 1 @ 1 0 03653376 +leathery_grape_fern n 1 1 @ 1 0 12961393 +leathery_polypody n 1 1 @ 1 0 13173488 +leathery_turtle n 1 2 @ #m 1 0 01665541 +leave n 3 3 @ ~ + 3 2 15139130 06690114 00053097 +leave-taking n 1 2 @ ~ 1 0 00053097 +leave_of_absence n 1 2 @ ~ 1 1 15139130 +leaven n 2 3 @ ~ + 2 0 14934031 05869407 +leavening n 2 2 @ ~ 2 1 05869407 14934031 +leaver n 1 2 @ + 1 0 10004539 +leaving n 1 2 @ ~ 1 1 00042757 +lebanese n 1 2 @ #m 1 0 09720595 +lebanese_hizballah n 1 2 @ ; 1 0 08023374 +lebanese_monetary_unit n 1 2 @ ~ 1 0 13694825 +lebanese_pound n 1 2 @ %p 1 0 13694936 +lebanese_republic n 1 6 @ #m #p %m %p - 1 0 08957381 +lebanon n 1 6 @ #m #p %m %p - 1 0 08957381 +lebensraum n 1 1 @ 1 0 13778530 +lebistes n 1 2 @ #m 1 0 01448496 +lebistes_reticulatus n 1 1 @ 1 0 01448594 +leboyer_method n 1 1 @ 1 0 13506906 +leboyer_method_of_childbirth n 1 1 @ 1 0 13506906 +lecanopteris n 1 2 @ #m 1 0 13176000 +lecanora n 1 3 @ ~ #m 1 0 12988158 +lecanoraceae n 1 3 @ #m %m 1 0 12987834 +leccinum n 1 3 @ #m %m 1 0 13058447 +leccinum_fibrillosum n 1 2 @ #m 1 0 13058608 +lech n 1 1 @ 1 0 10552980 +lech_walesa n 1 1 @ 1 0 11370990 +lechanorales n 1 2 @ #m 1 0 12987652 +lechatelierite n 1 2 @ %s 1 0 14879750 +lecher n 1 2 @ + 1 1 10552980 +lecherousness n 1 2 @ + 1 0 07489714 +lechery n 1 2 @ + 1 0 00856733 +lechwe n 1 1 @ 1 0 02427576 +lecithin n 1 1 @ 1 0 14680040 +leclanche_cell n 1 2 @ ~ 1 0 03653454 +lectern n 1 1 @ 1 0 03653583 +lectin n 1 1 @ 1 0 14889074 +lector n 2 1 @ 2 0 10252354 10252222 +lecture n 3 5 @ ~ #p %p + 3 1 07240549 06713930 00892861 +lecture_demonstration n 1 2 @ #p 1 0 00893088 +lecture_room n 1 1 @ 1 0 03653740 +lecturer n 2 3 @ ~ + 2 2 10252222 10252547 +lectureship n 1 2 @ + 1 0 00594146 +lecturing n 1 4 @ ~ #p %p 1 1 00892861 +lecythidaceae n 1 3 @ #m %m 1 0 12327209 +led n 1 3 @ ~ #p 1 0 03666362 +leda n 1 2 @ ; 1 0 09601219 +ledbetter n 1 1 @ 1 0 11123262 +lede n 1 2 @ #p 1 0 06270879 +ledercillin_vk n 1 2 @ ; 1 0 03911251 +lederhosen n 1 1 @ 1 0 03653833 +ledge n 1 2 @ ~ 1 1 09337253 +ledgeman n 1 2 @ ~ 1 0 09873604 +ledger n 2 3 @ ~ %m 2 2 13404248 03165211 +ledger_board n 1 2 @ #p 1 0 03653975 +ledger_entry n 1 2 @ ~ 1 0 13405296 +ledger_line n 1 2 @ #p 1 0 06862399 +ledger_paper n 1 1 @ 1 0 14934229 +ledum n 1 3 @ #m %m 1 0 12238306 +ledum_groenlandicum n 1 2 @ #m 1 0 12238491 +ledum_palustre n 1 2 @ #m 1 0 12238913 +lee n 8 1 @ 8 0 11124647 11124472 11124300 11124088 11123894 11123762 11123590 08592352 +lee's_birthday n 1 1 @ 1 0 15182569 +lee_buck_trevino n 1 1 @ 1 0 11348812 +lee_de_forest n 1 1 @ 1 0 10927424 +lee_harvey_oswald n 1 1 @ 1 0 11218153 +lee_krasner n 1 1 @ 1 0 11110396 +lee_side n 1 1 @ 1 0 08592352 +lee_strasberg n 1 1 @ 1 0 11321051 +lee_tide n 1 1 @ 1 0 07403601 +lee_trevino n 1 1 @ 1 0 11348812 +lee_yuen_kam n 1 1 @ 1 0 11124300 +leech n 2 4 @ ~ #m + 2 1 01937909 10252674 +leechee n 1 2 @ #p 1 0 07766173 +leeds n 1 2 @ #p 1 0 08879028 +leek n 2 3 @ #p %p 2 0 12434239 07723039 +leer n 2 2 @ + 2 0 06716483 04680027 +lees n 1 2 @ ; 1 0 09337406 +leeuwenhoek n 1 1 @ 1 0 11129808 +leeward n 2 3 ! @ ~ 2 0 13829848 08592352 +leeward_islands n 1 3 @ #p %p 1 0 08749447 +leeward_side n 1 1 @ 1 0 13829980 +leeward_tide n 1 1 @ 1 0 07403601 +leeway n 2 2 @ ; 2 0 13507210 04749991 +leflunomide n 1 1 @ 1 0 03654086 +left n 5 4 ! @ ~ #p 5 4 08625462 08416328 05565548 03654374 00351168 +left-handed_pitcher n 1 1 @ 1 0 10252921 +left-handedness n 2 2 @ + 2 0 13953356 05067367 +left-hander n 2 1 @ 2 2 10252921 10253122 +left-luggage_office n 1 1 @ 1 0 03011892 +left-winger n 1 2 @ ~ 1 0 10619176 +left_atrioventricular_valve n 1 1 @ 1 0 05393813 +left_atrium n 1 1 @ 1 0 05393629 +left_atrium_of_the_heart n 1 1 @ 1 0 05393629 +left_bank n 1 3 @ #p %p 1 0 08933084 +left_brain n 1 2 @ %p 1 0 05477112 +left_coronary_artery n 1 1 @ 1 0 05344213 +left_field n 2 4 @ #m #p + 2 0 03654374 00724433 +left_fielder n 1 2 @ + 1 1 10387586 +left_gastric_artery n 1 1 @ 1 0 05345978 +left_gastric_vein n 1 1 @ 1 0 05372725 +left_hand n 1 2 @ + 1 1 05565548 +left_hander n 1 1 @ 1 0 10252921 +left_hemisphere n 1 2 @ %p 1 0 05477112 +left_stage n 1 2 @ #p 1 0 08625684 +left_ventricle n 1 1 @ 1 1 05391977 +left_wing n 1 2 @ + 1 0 08416328 +lefteye_flounder n 1 3 @ ~ #m 1 0 02661017 +lefteyed_flounder n 1 3 @ ~ #m 1 0 02661017 +leftfield n 2 3 @ #m #p 2 1 03654374 00724433 +lefthander n 1 2 @ + 1 0 10252921 +leftism n 1 2 @ + 1 0 06218459 +leftist n 1 3 @ ~ + 1 0 10619176 +leftover n 1 1 @ 1 0 13811184 +leftovers n 1 1 @ 1 0 07563509 +lefty n 2 1 @ 2 1 10253122 10252921 +leg n 9 6 @ ~ #p %p + ; 9 4 05560787 05561507 03654826 13913849 07655505 03906106 03654576 00307176 00306900 +leg-pull n 1 1 @ 1 0 00515159 +leg-pulling n 1 1 @ 1 0 00515159 +leg_bone n 1 3 @ ~ #p 1 0 05594037 +leg_covering n 1 2 @ ~ 1 0 03655072 +leg_curl n 1 1 @ 1 0 00630268 +leg_curling n 1 1 @ 1 1 00630268 +leg_exercise n 1 2 @ ~ 1 0 00629911 +leg_extensor n 1 1 @ 1 1 00630401 +leg_of_lamb n 1 1 @ 1 1 07668588 +legacy n 1 2 @ ; 1 1 13263779 +legal_action n 1 3 @ ~ ; 1 0 01181902 +legal_age n 1 2 @ #p 1 1 15152062 +legal_assistant n 1 2 @ ; 1 0 10397886 +legal_blindness n 1 1 @ 1 0 14126908 +legal_brief n 1 3 @ ~ ; 1 0 06543781 +legal_code n 1 3 @ ~ ; 1 0 06667792 +legal_community n 1 2 @ ; 1 0 08112402 +legal_document n 1 3 @ ~ ; 1 0 06479665 +legal_duty n 1 3 @ ~ ; 1 0 01131515 +legal_expert n 1 3 @ ~ ; 1 0 10227985 +legal_fee n 1 3 @ ~ ; 1 0 13321992 +legal_fraud n 1 2 @ ~ 1 0 00777806 +legal_guardian n 1 2 @ ; 1 0 10732314 +legal_holiday n 1 2 @ ~ 1 1 15199592 +legal_injury n 1 1 @ 1 0 00744131 +legal_instrument n 1 3 @ ~ ; 1 0 06479665 +legal_jointure n 1 2 @ ; 1 0 13264342 +legal_opinion n 1 3 @ ~ ; 1 0 06551784 +legal_ouster n 1 3 @ ~ ; 1 0 01194331 +legal_philosophy n 1 2 @ ~ 1 0 06161718 +legal_power n 1 2 @ ; 1 0 05198427 +legal_principle n 1 3 @ ~ ; 1 0 05956651 +legal_proceeding n 1 3 @ ~ ; 1 0 01184814 +legal_profession n 1 2 @ ; 1 0 08112402 +legal_relation n 1 3 @ ~ ; 1 0 13838205 +legal_representation n 1 2 @ ; 1 0 14000820 +legal_representative n 1 2 @ ; 1 0 10253296 +legal_residence n 1 2 @ ; 1 0 08559155 +legal_right n 1 2 @ ~ 1 0 05177285 +legal_separation n 2 2 @ ; 2 0 06541381 01201429 +legal_status n 1 3 @ ~ ; 1 0 13952601 +legal_system n 1 3 @ ~ ; 1 1 05903229 +legal_tender n 1 2 @ ~ 1 0 13374008 +legal_transfer n 1 2 @ ~ 1 0 01108753 +legalese n 1 1 @ 1 0 07071366 +legalisation n 1 3 @ + ; 1 0 01195380 +legalism n 1 1 @ 1 0 06212302 +legality n 1 5 ! @ ~ = + 1 0 04809237 +legalization n 1 3 @ + ; 1 0 01195380 +legate n 1 3 @ #m + 1 0 10253479 +legatee n 1 1 @ 1 1 10253611 +legateship n 1 2 @ + 1 0 00594260 +legation n 2 2 @ %m 2 1 00594260 08403082 +legend n 2 5 @ ~ #p + - 2 1 06371413 06346891 +legendary_creature n 1 2 @ ~ 1 0 09487022 +leger n 2 3 @ ~ %m 2 0 13404248 11124961 +leger_line n 1 2 @ #p 1 0 06862399 +legerdemain n 1 2 @ ~ 1 0 00099951 +legerity n 1 1 @ 1 0 05003850 +legging n 1 2 @ ~ 1 0 03655072 +leghorn n 1 1 @ 1 0 02859184 +legibility n 2 4 ! @ + ; 2 1 04703104 04819285 +leging n 1 2 @ ~ 1 0 03655072 +legion n 4 3 @ ~ %m 4 1 08183802 08272248 08271801 08182962 +legionary n 1 3 @ #m ; 1 0 10253703 +legionary_ant n 1 2 @ #m 1 0 02220518 +legionella n 1 1 @ 1 0 01374224 +legionella_pneumophilia n 1 1 @ 1 0 01374224 +legionnaire n 2 3 @ #m ; 2 0 10253887 10253703 +legionnaires'_disease n 1 1 @ 1 0 14148834 +legislating n 1 4 @ ~ ; - 1 0 01125693 +legislation n 2 6 @ ~ #p + ; - 2 2 06535222 01125693 +legislative_act n 1 4 @ ~ %p ; 1 0 06564387 +legislative_assembly n 1 4 @ ~ #m - 1 0 08163273 +legislative_body n 1 4 @ ~ #m - 1 0 08163273 +legislative_branch n 1 4 @ #m %m %p 1 0 08356375 +legislative_council n 1 1 @ 1 0 08163702 +legislator n 1 4 @ ~ + ; 1 1 10253995 +legislatorship n 1 2 @ + 1 0 00594374 +legislature n 1 5 @ ~ #m + - 1 1 08163273 +legitimacy n 2 4 ! @ ~ + 2 1 04810035 04783247 +legitimation n 2 3 @ + ; 2 0 01195584 01195380 +legless_lizard n 1 2 @ #m 1 0 01691217 +lego n 1 2 @ ; 1 0 03655295 +lego_set n 1 2 @ ; 1 0 03655295 +legs n 1 2 @ ; 1 0 05033046 +legume n 3 7 @ ~ #m #p %s %p + 3 1 11747468 11748002 07708798 +legume_family n 1 3 @ #m %m 1 0 11746776 +leguminosae n 1 3 @ #m %m 1 0 11746776 +leguminous_plant n 1 4 @ ~ #m %p 1 0 11747468 +lehar n 1 1 @ 1 0 11125080 +lehigh_river n 1 2 @ #p 1 0 09337531 +lei n 1 2 @ ~ 1 0 04606014 +leibnitz n 1 2 @ + 1 0 11125193 +leibniz n 1 2 @ + 1 0 11125193 +leicester n 2 4 @ #p %p - 2 0 08884012 08879197 +leicestershire n 1 4 @ #p %p - 1 0 08884012 +leichtlin's_camas n 1 2 @ #m 1 0 12449784 +leiden n 1 2 @ #p 1 0 08951077 +leiden_jar n 1 1 @ 1 1 03655470 +leigh n 1 1 @ 1 0 11125546 +leigh_hunt n 1 1 @ 1 0 11066772 +leiomyoma n 1 1 @ 1 0 14249384 +leiomyosarcoma n 1 1 @ 1 0 14241088 +leiopelma n 1 3 @ #m %m 1 0 01645278 +leiopelmatidae n 1 3 @ #m %m 1 0 01645093 +leiophyllum n 1 3 @ #m %m 1 0 12239100 +leiophyllum_buxifolium n 1 2 @ #m 1 0 12239240 +leipoa n 1 3 @ ~ #m 1 0 01801479 +leipoa_ocellata n 1 3 @ ~ #m 1 0 01801479 +leipzig n 1 2 @ #p 1 0 08771116 +leishmania n 1 1 @ 1 0 01418498 +leishmaniasis n 1 2 @ ~ 1 0 14178077 +leishmaniasis_americana n 1 1 @ 1 0 14181409 +leishmaniosis n 1 2 @ ~ 1 0 14178077 +leister n 1 1 @ 1 0 03655589 +leisure n 2 3 @ ~ + 2 2 15137676 01065286 +leisure_time n 1 2 @ ~ 1 0 15137676 +leisure_wear n 1 1 @ 1 0 03655720 +leisureliness n 1 2 @ + 1 0 05062255 +leitmotif n 1 1 @ 1 0 07028797 +leitmotiv n 1 1 @ 1 1 07028797 +leitneria n 1 3 @ #m %m 1 0 11742745 +leitneria_floridana n 1 2 @ #m 1 0 11742878 +leitneriaceae n 1 3 @ #m %m 1 0 11742531 +lek n 1 2 @ %p 1 0 13684632 +lekvar n 1 1 @ 1 0 07883156 +leland_stanford n 1 1 @ 1 0 11312556 +lem n 1 1 @ 1 0 03697366 +lemaireocereus n 1 3 @ #m %m 1 0 11848610 +lemaireocereus_chichipe n 1 2 @ #m 1 0 11848867 +lemaitre n 1 1 @ 1 0 11125646 +lemanderin n 1 2 @ #m 1 0 12711398 +lemma n 3 1 @ 3 1 06751833 13155451 06344691 +lemming n 1 3 @ ~ #m 1 0 02344528 +lemmon n 1 1 @ 1 0 11125840 +lemmus n 1 3 @ #m %m 1 0 02344785 +lemmus_lemmus n 1 2 @ #m 1 0 02344918 +lemmus_trimucronatus n 1 2 @ #m 1 0 02345078 +lemna n 1 3 @ #m %m 1 0 11794791 +lemna_minor n 1 2 @ #m 1 0 11795049 +lemna_trisulca n 1 2 @ #m 1 0 11795216 +lemnaceae n 1 3 @ #m %m 1 0 11794267 +lemniscus n 1 1 @ 1 0 05475562 +lemnos n 1 2 @ #p 1 0 08790748 +lemon n 5 7 @ ~ #m #p %p + ; 5 2 07749582 04966543 12711596 05716342 03655838 +lemon-scented_gum n 1 1 @ 1 0 12338258 +lemon-wood n 1 3 @ #m %p 1 0 12669803 +lemon-wood_tree n 1 3 @ #m %p 1 0 12669803 +lemon_balm n 2 4 @ #m #p %p 2 0 12854600 07818689 +lemon_butter n 1 1 @ 1 0 07849186 +lemon_cheese n 1 2 @ ; 1 0 07643026 +lemon_curd n 1 2 @ ; 1 0 07643026 +lemon_drop n 1 1 @ 1 0 07599242 +lemon_extract n 1 1 @ 1 0 07828275 +lemon_geranium n 1 2 @ #m 1 0 12688372 +lemon_grass n 2 1 @ 2 0 15102167 12104384 +lemon_grove n 1 1 @ 1 0 03656011 +lemon_juice n 1 1 @ 1 0 07925229 +lemon_lily n 1 2 @ #m 1 0 12457091 +lemon_meringue_pie n 1 1 @ 1 1 07626287 +lemon_mint n 2 1 @ 2 0 12858987 12855710 +lemon_oil n 1 2 @ #s 1 0 07812790 +lemon_peel n 2 4 @ ~ #p %s 2 0 07738760 07601175 +lemon_rind n 1 4 @ ~ #p %s 1 0 07738760 +lemon_shark n 1 2 @ #m 1 0 01490670 +lemon_sole n 6 4 @ #m #p %p 6 0 07791663 07791535 02664642 02664399 02659808 02659478 +lemon_sumac n 1 1 @ 1 0 12763291 +lemon_tree n 1 4 @ ~ #m %p 1 1 12711596 +lemon_yellow n 1 1 @ 1 0 04966543 +lemon_zest n 1 1 @ 1 0 07810745 +lemonade n 1 1 @ 1 1 07926250 +lemonade_mix n 1 1 @ 1 0 07594155 +lemongrass n 2 1 @ 2 0 15102167 12104384 +lemongrass_oil n 1 1 @ 1 0 15102167 +lemonwood n 2 4 @ #m #p %p 2 0 12670013 12669803 +lemonwood_tree n 2 3 @ #m %p 2 0 12669803 12662074 +lempira n 1 2 @ %p 1 0 13684965 +lemur n 1 3 @ ~ #m 1 0 02496913 +lemur_catta n 1 2 @ #m 1 0 02497673 +lemuridae n 1 3 @ #m %m 1 0 02497408 +lemuroidea n 1 4 @ ~ #m %m 1 0 02496576 +lena n 1 2 @ #p 1 0 09337686 +lena_calhoun_horne n 1 1 @ 1 0 11060535 +lena_horne n 1 1 @ 1 0 11060535 +lena_river n 1 2 @ #p 1 0 09337686 +lenard n 1 1 @ 1 0 11125957 +lend-lease n 1 1 @ 1 0 01109114 +lender n 1 4 ! @ ~ + 1 0 10254392 +lending n 1 2 @ ~ 1 1 01093666 +lending_institution n 1 1 @ 1 1 08055718 +lending_library n 1 1 @ 1 0 03656091 +lendl n 1 1 @ 1 0 11126081 +length n 5 4 @ ~ = + 5 4 05129201 05051249 05133107 05129565 03656231 +length_of_service n 1 1 @ 1 0 05051734 +lengthening n 1 1 @ 1 1 01018366 +lengthiness n 2 3 @ ~ + 2 0 05133535 05051896 +lenience n 3 3 @ ~ + 3 0 04829922 04638585 01071213 +leniency n 3 3 @ ~ + 3 0 04829922 04638585 01071213 +lenin n 1 1 @ 1 0 11126490 +leningrad n 1 2 @ #p 1 0 09008454 +leninism n 1 1 @ 1 0 06215152 +lenitive n 1 2 @ + 1 0 03656374 +lenity n 1 1 @ 1 0 04829922 +lennoaceae n 1 2 @ #m 1 0 12255452 +lennon n 1 2 @ #m 1 0 11126783 +lennox_robinson n 1 1 @ 1 0 11266117 +lens n 5 6 @ ~ #m #p %p ; 5 1 03656484 12544027 06261060 05320362 03656957 +lens_cap n 1 1 @ 1 0 03657121 +lens_capsule n 1 2 @ #p 1 0 05326200 +lens_cortex n 1 2 @ #p 1 0 05320636 +lens_cover n 1 1 @ 1 0 03657121 +lens_culinaris n 1 2 @ %p 1 0 12544240 +lens_hood n 1 2 @ #p 1 0 03531808 +lens_implant n 1 2 @ ~ 1 0 03657239 +lens_maker n 1 1 @ 1 0 10380000 +lens_nucleus n 1 1 @ 1 0 05320764 +lens_of_the_eye n 1 3 @ #p %p 1 0 05320362 +lens_system n 1 3 @ ~ #p 1 0 03656484 +lense n 1 3 @ ~ #p 1 0 03656484 +lensman n 1 2 @ ~ 1 0 10426749 +lent n 1 3 @ #p %p 1 0 15242029 +lent_lily n 1 1 @ 1 0 12426978 +lente_iletin n 1 1 @ 1 0 05410901 +lente_insulin n 1 1 @ 1 0 05410901 +lenten_rose n 1 1 @ 1 0 11734493 +lententide n 1 3 @ #p %p 1 0 15242029 +lentia n 1 2 @ #p 1 0 08846739 +lentibulariaceae n 1 3 @ #m %m 1 0 12871992 +lenticel n 1 1 @ 1 0 13153888 +lenticular_nucleus n 1 3 @ #p %p 1 0 05498048 +lentiform_nucleus n 1 3 @ #p %p 1 0 05498048 +lentigo n 1 3 @ #p + 1 0 05245192 +lentil n 3 3 @ #p %p 3 1 07725255 12544539 12544240 +lentil_plant n 1 2 @ %p 1 0 12544240 +lentil_soup n 1 1 @ 1 0 07588574 +lentinus n 1 3 @ #m %m 1 0 13001743 +lentinus_edodes n 1 2 @ #m 1 0 13001930 +lentinus_lepideus n 1 2 @ #m 1 0 13002209 +lentisk n 1 2 @ #m 1 0 12762049 +leo n 3 4 @ #p %m ; 3 0 09752795 09337833 08686821 +leo_delibes n 1 1 @ 1 0 10928978 +leo_esaki n 1 2 @ ; 1 0 10960922 +leo_i n 1 1 @ 1 0 11127188 +leo_iii n 1 1 @ 1 0 11127419 +leo_ix n 1 1 @ 1 0 11127565 +leo_szilard n 1 1 @ 1 0 11328289 +leo_the_great n 1 1 @ 1 0 11127188 +leo_the_lion n 1 1 @ 1 0 08686821 +leo_tolstoy n 1 1 @ 1 0 11345378 +leo_x n 1 1 @ 1 0 11127752 +leo_xiii n 1 1 @ 1 0 11127996 +leon n 3 2 @ #p 3 0 09028367 09026360 08743691 +leon_battista_alberti n 1 1 @ 1 0 10811708 +leon_trotsky n 1 1 @ 1 0 11349318 +leonard n 1 1 @ 1 0 11128236 +leonard_bernstein n 1 1 @ 1 0 10848802 +leonard_bloomfield n 1 1 @ 1 0 10853767 +leonard_constant_lambert n 1 1 @ 1 0 11115131 +leonard_marx n 1 2 @ #m 1 0 11160861 +leonardo n 1 1 @ 1 0 11128394 +leonardo_da_vinci n 1 1 @ 1 0 11128394 +leonberg n 1 1 @ 1 0 02111129 +leoncita n 1 3 @ ~ #m 1 0 02491107 +leone n 1 2 @ %p 1 0 13685216 +leonhard_euler n 1 1 @ 1 0 10962611 +leonid_brezhnev n 1 1 @ 1 0 10863896 +leonid_fyodorovich_myasin n 1 1 @ 1 0 11163859 +leonid_ilyich_brezhnev n 1 1 @ 1 0 10863896 +leonidas n 1 1 @ 1 0 11128673 +leonide_fedorovitch_massine n 1 1 @ 1 0 11163859 +leonotis n 1 3 @ #m %m 1 0 12850718 +leonotis_leonurus n 1 2 @ #m 1 0 12850906 +leonotis_nepetaefolia n 1 2 @ #m 1 0 12851094 +leonotis_nepetifolia n 1 2 @ #m 1 0 12851094 +leontief n 1 1 @ 1 0 11128834 +leontocebus n 1 3 @ #m %m 1 0 02490964 +leontocebus_oedipus n 1 1 @ 1 0 02491474 +leontocebus_rosalia n 1 1 @ 1 0 02491329 +leontodon n 1 3 @ #m %m 1 0 11988774 +leontodon_autumnalis n 1 1 @ 1 0 11989087 +leontopodium n 1 3 @ #m %m 1 0 11989266 +leontopodium_alpinum n 1 2 @ #m 1 0 11989393 +leontyne_price n 1 1 @ 1 0 11246408 +leonurus n 1 3 @ #m %m 1 0 12851304 +leonurus_cardiaca n 1 2 @ #m 1 0 12851469 +leopard n 2 3 @ ~ #m 2 0 14765422 02128385 +leopard's-bane n 1 2 @ #m 1 0 11961871 +leopard_cat n 1 2 @ #m 1 0 02126317 +leopard_frog n 1 2 @ #m 1 0 01641391 +leopard_lily n 3 2 @ #m 3 0 12428412 12427184 12416073 +leopard_lizard n 1 2 @ #m 1 0 01679962 +leopard_plant n 1 2 @ #m 1 0 11992166 +leopardbane n 1 2 @ #m 1 0 11961871 +leopardess n 1 1 @ 1 0 02128598 +leopold_antoni_stanislaw_stokowski n 1 1 @ 1 0 11318967 +leopold_kronecker n 1 1 @ 1 0 11111085 +leopold_stokowski n 1 1 @ 1 0 11318967 +leopoldville n 1 2 @ #p 1 0 08735164 +leotard n 1 1 @ 1 0 03657511 +leotards n 1 3 @ ~ ; 1 0 04434932 +leotia_lubrica n 1 1 @ 1 0 13028937 +lepadidae n 1 3 @ #m %m 1 0 01998920 +lepanto n 1 2 @ ; 1 0 01283565 +lepas n 1 3 @ #m %m 1 0 01999048 +lepas_fascicularis n 1 2 @ #m 1 0 01999186 +lepechinia n 1 3 @ #m %m 1 0 12851673 +lepechinia_calycina n 1 2 @ #m 1 0 12851860 +leper n 2 1 @ 2 0 10254670 10254585 +leper_lily n 1 1 @ 1 0 12453186 +lepidium n 1 3 @ #m %m 1 0 11890329 +lepidium_alpina n 1 1 @ 1 0 11893916 +lepidium_sativum n 1 3 @ #m %p 1 0 11890507 +lepidobotryaceae n 1 3 @ #m %m 1 0 12701178 +lepidobotrys n 1 2 @ #m 1 0 12701666 +lepidochelys n 1 3 @ #m %m 1 0 01664244 +lepidochelys_kempii n 1 1 @ 1 0 01664492 +lepidochelys_olivacea n 1 1 @ 1 0 01664674 +lepidocrocite n 1 1 @ 1 0 14934353 +lepidocybium n 1 3 @ #m %m 1 0 02622408 +lepidocybium_flavobrunneum n 1 2 @ #m 1 0 02622547 +lepidodendraceae n 1 2 @ #m 1 0 13222035 +lepidodendrales n 1 3 @ #m %m 1 0 13221807 +lepidolite n 1 2 @ %s 1 0 14680261 +lepidomelane n 1 1 @ 1 0 14680415 +lepidophobia n 1 1 @ 1 0 14385243 +lepidoptera n 1 3 @ #m %m 1 0 02273545 +lepidopteran n 1 3 @ ~ #m 1 0 02274024 +lepidopterist n 1 2 @ + 1 0 10254761 +lepidopterologist n 1 1 @ 1 0 10254761 +lepidopterology n 1 1 @ 1 0 06072476 +lepidopteron n 1 3 @ ~ #m 1 0 02274024 +lepidopterous_insect n 1 3 @ ~ #m 1 0 02274024 +lepidoptery n 1 2 @ + 1 0 06072476 +lepidosauria n 1 3 @ #m %m 1 0 01672767 +lepidothamnus n 1 3 @ #m %m 1 0 11656380 +lepidothamnus_fonkii n 1 2 @ #m 1 0 11656549 +lepidothamnus_laxifolius n 1 2 @ #m 1 0 11656771 +lepiota n 1 3 @ ~ #m 1 0 13013534 +lepiota_americana n 1 2 @ #m 1 0 13014409 +lepiota_cepaestipes n 1 2 @ #m 1 0 13014879 +lepiota_clypeolaria n 1 2 @ #m 1 0 13014741 +lepiota_morgani n 1 2 @ #m 1 0 13013965 +lepiota_naucina n 1 2 @ #m 1 0 13014097 +lepiota_procera n 1 2 @ #m 1 0 13013764 +lepiota_rhacodes n 1 2 @ #m 1 0 13014265 +lepiota_rubrotincta n 1 2 @ #m 1 0 13014581 +lepiotaceae n 1 3 @ #m %m 1 0 13012613 +lepisma n 1 3 @ #m %m 1 0 02270473 +lepisma_saccharina n 1 2 @ #m 1 0 02270623 +lepismatidae n 1 3 @ #m %m 1 0 02270326 +lepisosteidae n 1 3 @ #m %m 1 0 02641063 +lepisosteus n 1 3 @ #m %m 1 0 02641215 +lepisosteus_osseus n 1 2 @ #m 1 0 02641379 +lepista_irina n 1 2 @ #m 1 0 13021689 +lepomis n 1 3 @ #m %m 1 0 02563497 +lepomis_gibbosus n 1 2 @ #m 1 0 02563648 +lepomis_macrochirus n 1 2 @ #m 1 0 02563792 +lepomis_punctatus n 1 2 @ #m 1 0 02563949 +leporid n 1 3 @ ~ #m 1 0 02323902 +leporid_mammal n 1 3 @ ~ #m 1 0 02323902 +leporidae n 1 3 @ #m %m 1 0 02323715 +leporide n 1 1 @ 1 0 02328009 +leppy n 1 1 @ 1 0 02403920 +leprechaun n 1 1 @ 1 0 09541434 +lepromatous_leprosy n 1 1 @ 1 0 14136674 +leprosy n 1 4 @ ~ %p + 1 1 14136187 +leprosy_bacillus n 1 1 @ 1 0 01377804 +leptarrhena n 1 3 @ #m %m 1 0 12799119 +leptarrhena_pyrolifolia n 1 2 @ #m 1 0 12799269 +leptinotarsa n 1 3 @ #m %m 1 0 02169833 +leptinotarsa_decemlineata n 1 2 @ #m 1 0 02169974 +leptocephalus n 1 2 @ #m 1 0 02311748 +leptodactylid n 1 2 @ #m 1 0 01642943 +leptodactylid_frog n 1 2 @ #m 1 0 01642943 +leptodactylidae n 1 3 @ #m %m 1 0 01642671 +leptodactylus n 1 3 @ #m %m 1 0 01643687 +leptodactylus_pentadactylus n 1 2 @ #m 1 0 01643896 +leptoglossus n 1 3 @ #m %m 1 0 02239934 +leptomeninges n 1 2 @ %p 1 0 05482328 +leptomeningitis n 1 1 @ 1 0 14349446 +lepton n 2 3 @ ~ #p 2 0 13675349 09338013 +leptopteris n 1 3 @ #m %m 1 0 12954185 +leptopteris_superba n 1 2 @ #m 1 0 12954353 +leptoptilus n 1 3 @ #m %m 1 0 02002875 +leptoptilus_crumeniferus n 1 3 @ #m %p 1 0 02003204 +leptoptilus_dubius n 1 2 @ #m 1 0 02003037 +leptospira n 1 2 @ #m 1 0 01383502 +leptospirosis n 1 2 @ ~ 1 0 14273365 +leptosporangium n 1 1 @ 1 0 13093102 +leptotene n 1 3 @ #p %p 1 0 13507336 +leptotyphlopidae n 1 3 @ #m %m 1 0 01740393 +leptotyphlops n 1 3 @ #m %m 1 0 01740721 +leptotyphlops_humilis n 1 2 @ #m 1 0 01740885 +lepus n 2 3 @ #m %m 2 0 09338243 02326237 +lepus_americanus n 1 1 @ 1 0 02327842 +lepus_arcticus n 1 2 @ #m 1 0 02327656 +lepus_californicus n 1 1 @ 1 0 02327435 +lepus_europaeus n 1 2 @ #m 1 0 02326862 +lepus_townsendi n 1 1 @ 1 0 02327175 +ler n 1 2 @ ; 1 0 09509770 +leresis n 1 1 @ 1 0 04651683 +lermontov n 1 1 @ 1 0 11129017 +lerner n 1 1 @ 1 0 11129130 +leroi_jones n 1 1 @ 1 0 10834011 +lerot n 1 2 @ #m 1 0 02353411 +leroy_robert_paige n 1 1 @ 1 0 11220664 +lesbian n 2 4 @ ~ #m + 2 0 10254965 09711530 +lesbianism n 1 2 @ ~ 1 0 00857424 +lesbos n 1 3 @ #p %m 1 0 08783583 +lescol n 1 2 @ ; 1 0 03372656 +lese_majesty n 1 1 @ 1 0 00782072 +lesion n 2 2 @ ~ 2 1 14211294 14298815 +leslie_howard n 1 1 @ 1 0 11062285 +leslie_howard_stainer n 1 1 @ 1 0 11062285 +leslie_richard_groves n 1 1 @ 1 0 11017661 +leslie_townes_hope n 1 1 @ 1 0 11059263 +lesotho n 1 4 @ #p %m %p 1 0 08958830 +lesotho_monetary_unit n 1 2 @ ~ 1 0 13687524 +lespedeza n 1 3 @ ~ #m 1 0 12542910 +lespedeza_bicolor n 1 2 @ #m 1 0 12543186 +lespedeza_cuneata n 1 2 @ #m 1 0 12543826 +lespedeza_sericea n 1 2 @ #m 1 0 12543826 +lespedeza_stipulacea n 1 2 @ #m 1 0 12543639 +lespedeza_striata n 1 2 @ #m 1 0 12543455 +lesquerella n 1 3 @ #m %m 1 0 11890723 +lessee n 1 2 @ + 1 0 10252075 +lessening n 1 2 @ ~ 1 1 07355887 +lesseps n 1 1 @ 1 0 11129286 +lesser_anteater n 1 2 @ #m 1 0 02461128 +lesser_antilles n 1 3 @ #p %p 1 0 08748280 +lesser_ape n 1 3 @ ~ #m 1 0 02483092 +lesser_bullrush n 1 1 @ 1 0 12156117 +lesser_burdock n 1 1 @ 1 0 11924661 +lesser_butterfly_orchid n 1 2 @ #m 1 0 12077944 +lesser_calamint n 1 1 @ 1 0 12843557 +lesser_celandine n 1 2 @ #m 1 0 11721337 +lesser_centaury n 1 1 @ 1 0 12291143 +lesser_duckweed n 1 2 @ #m 1 0 11795049 +lesser_galangal n 1 2 @ #m 1 0 12357100 +lesser_hemlock n 1 2 @ #m 1 0 12931231 +lesser_knapweed n 1 1 @ 1 0 11948656 +lesser_kudu n 1 1 @ 1 0 02424589 +lesser_omentum n 1 1 @ 1 0 05429840 +lesser_panda n 1 2 @ #m 1 0 02509815 +lesser_peritoneal_cavity n 1 2 @ #p 1 0 05428136 +lesser_prairie_chicken n 1 1 @ 1 0 01798839 +lesser_rhomboid_muscle n 1 1 @ 1 0 05575374 +lesser_rorqual n 1 2 @ #m 1 0 02065407 +lesser_scaup n 1 1 @ 1 0 01851731 +lesser_scaup_duck n 1 1 @ 1 0 01851731 +lesser_spearwort n 1 2 @ #m 1 0 11721642 +lesser_sunda_islands n 1 3 @ #p %m 1 0 08842583 +lesser_twayblade n 1 2 @ #m 1 0 12071477 +lesser_whitethroat n 1 1 @ 1 0 01565078 +lesser_wintergreen n 1 1 @ 1 0 12256522 +lesser_yellow_trefoil n 1 1 @ 1 0 11752937 +lesser_yellowlegs n 1 1 @ 1 0 02028451 +lessing n 2 1 @ 2 0 11129665 11129478 +lesson n 4 3 @ ~ #p 4 4 00889472 06672752 06606044 00729285 +lessor n 1 2 @ + 1 0 10255096 +lester_willis_young n 1 1 @ 1 0 11403692 +lesvos n 1 3 @ #p %m 1 0 08783583 +let n 2 2 @ ; 2 0 08031020 00569073 +letch n 1 1 @ 1 0 10552980 +letdown n 1 3 @ ~ + 1 1 07540602 +lethal_agent n 1 1 @ 1 0 09338361 +lethal_dose n 1 1 @ 1 1 03657825 +lethal_gene n 1 1 @ 1 0 05438956 +lethality n 1 3 @ ~ + 1 1 04791081 +lethargic_encephalitis n 1 1 @ 1 0 14343735 +lethargy n 3 3 @ ~ + 3 2 14014990 05042138 04635953 +lethe n 1 3 @ #p ; 1 0 09338453 +leto n 1 1 @ 1 0 09577833 +letter n 5 6 @ ~ #m #p %p + 5 2 06624161 06828818 10255207 07173389 06706504 +letter_bomb n 1 2 @ + 1 0 03657918 +letter_bond n 1 1 @ 1 0 13420722 +letter_box n 3 2 @ ~ 3 0 03990210 03989074 03710193 +letter_carrier n 1 1 @ 1 0 10283037 +letter_case n 1 1 @ 1 0 03658102 +letter_of_credit n 1 2 @ ~ 1 0 13379753 +letter_of_intent n 1 2 @ ~ 1 0 06626860 +letter_of_jeremiah n 1 2 @ #p 1 0 06459450 +letter_of_mark_and_reprisal n 1 1 @ 1 0 06550891 +letter_of_marque n 1 1 @ 1 0 06550891 +letter_of_the_alphabet n 1 4 @ ~ #m #p 1 0 06828818 +letter_opener n 1 1 @ 1 0 03658185 +letter_paper n 2 2 @ ~ 2 0 14934758 06258852 +letter_security n 1 2 @ ~ 1 0 13419535 +letter_stock n 1 1 @ 1 0 13420544 +letter_telegram n 1 1 @ 1 0 06275219 +letter_writer n 1 2 @ ~ 1 1 09966554 +lettercard n 1 1 @ 1 0 06628125 +letterer n 1 2 @ + 1 0 10255348 +letterhead n 1 1 @ 1 1 06259027 +lettering n 1 2 @ ~ 1 1 06405699 +letterman n 1 1 @ 1 1 10255459 +letterpress n 1 1 @ 1 0 06678664 +letters n 2 1 @ 2 1 05752422 05986295 +letters_of_administration n 1 2 @ ; 1 0 06531481 +letters_of_marque n 1 1 @ 1 0 06550891 +letters_patent n 1 2 @ ; 1 0 06551627 +letters_testamentary n 1 2 @ ; 1 0 06531657 +letterset_printing n 1 1 @ 1 0 06680913 +letting n 1 2 @ ~ 1 0 13248393 +letting_down n 1 1 @ 1 1 00327683 +lettish n 1 1 @ 1 0 06946355 +lettre_de_cachet n 1 2 @ ; 1 0 06548110 +lettuce n 3 4 @ ~ #m #p 3 0 13385216 11986306 07723559 +letup n 1 2 @ + 1 0 15274441 +leu n 2 2 @ %p 2 0 13702231 13685475 +leucadendron n 1 3 @ #m %m 1 0 12220247 +leucadendron_argenteum n 1 2 @ #m 1 0 12220496 +leucaemia n 1 2 @ ~ 1 0 14242922 +leucaena n 1 3 @ #m %m 1 0 11762237 +leucaena_glauca n 1 2 @ #m 1 0 11762433 +leucaena_leucocephala n 1 2 @ #m 1 0 11762433 +leucanthemum n 1 3 @ #m %m 1 0 11989636 +leucanthemum_lacustre n 1 2 @ #m 1 0 11990627 +leucanthemum_maximum n 1 2 @ #m 1 0 11990167 +leucanthemum_superbum n 1 2 @ #m 1 0 11990313 +leucanthemum_vulgare n 1 2 @ #m 1 0 11989869 +leucine n 1 1 @ 1 0 14935128 +leuciscus n 1 3 @ #m %m 1 0 01440949 +leuciscus_cephalus n 1 2 @ #m 1 0 01441272 +leuciscus_leuciscus n 1 2 @ #m 1 0 01441117 +leucocyte n 1 2 @ ~ 1 0 05449959 +leucocytosis n 1 1 @ 1 0 14196221 +leucocytozoan n 1 2 @ #m 1 0 01425223 +leucocytozoon n 1 2 @ #m 1 0 01425223 +leucogenes n 1 2 @ #m 1 0 11990804 +leucogenes_leontopodium n 1 1 @ 1 0 11990920 +leucoma n 1 1 @ 1 0 14257563 +leucopenia n 1 2 @ ~ 1 0 14196405 +leucorrhea n 1 1 @ 1 0 05417821 +leucothoe n 1 2 @ #m 1 0 12239647 +leucothoe_editorum n 1 2 @ #m 1 0 12239880 +leucothoe_fontanesiana n 1 2 @ #m 1 0 12239880 +leucothoe_racemosa n 1 2 @ #m 1 0 12240150 +leucotomy n 1 2 @ ~ 1 0 00684128 +leuctra n 1 2 @ ; 1 0 01283753 +leukaemia n 1 2 @ ~ 1 0 14242922 +leukemia n 1 2 @ ~ 1 0 14242922 +leukeran n 1 2 @ ; 1 0 03021531 +leukocyte n 1 2 @ ~ 1 0 05449959 +leukocytosis n 1 1 @ 1 0 14196221 +leukoderma n 1 2 @ %p 1 0 14229248 +leukoencephalitis n 1 1 @ 1 0 14343302 +leukoma n 1 1 @ 1 0 14257563 +leukopenia n 1 2 @ ~ 1 0 14196405 +leukorrhea n 1 1 @ 1 0 05417821 +leukotomy n 1 2 @ ~ 1 0 00684128 +leuwenhoek n 1 1 @ 1 0 11129808 +lev n 1 2 @ %p 1 0 13685809 +lev_davidovich_bronstein n 1 1 @ 1 0 11349318 +lev_davidovich_landau n 1 1 @ 1 0 11115785 +lev_ivanov n 1 1 @ 1 0 11075352 +levallorphan n 1 1 @ 1 0 03658373 +levant n 2 3 @ #p %m 2 0 14763218 08915159 +levant_cotton n 1 1 @ 1 0 12176709 +levant_garlic n 1 1 @ 1 0 12432356 +levant_morocco n 1 1 @ 1 0 14763218 +levanter n 1 1 @ 1 0 11473033 +levantine n 1 3 @ #m + 1 0 09720702 +levator n 1 1 @ 1 0 05292736 +levee n 3 1 @ 3 0 08254627 03658759 03658635 +level n 8 5 @ ~ #p = + 8 6 05093890 14428160 13939892 05131902 03658858 03536348 06246896 03365991 +level_best n 1 1 @ 1 0 05124928 +level_crossing n 1 1 @ 1 0 03659122 +leveler n 1 2 @ + 1 0 10255567 +leveling n 3 2 @ ~ 3 0 00912576 00218045 00044673 +leveller n 1 2 @ + 1 0 10255567 +lever n 3 5 @ ~ #p %p + 3 1 03659292 03659809 03659686 +lever_hang n 1 1 @ 1 0 00436817 +lever_lock n 1 2 @ %p 1 0 03659950 +lever_scale n 1 1 @ 1 0 04312154 +lever_tumbler n 1 2 @ #p 1 0 03659686 +leverage n 3 3 @ ~ + 3 0 11473138 05156481 01099946 +leveraged_buyout n 1 2 @ ~ 1 0 00175174 +leveraging n 1 1 @ 1 0 01099946 +leveret n 1 1 @ 1 0 02326763 +levi n 1 2 @ ; 1 0 11164671 +levi's n 1 2 @ ; 1 0 03660124 +levi-lorrain_dwarf n 1 1 @ 1 0 10436458 +levi-strauss n 1 1 @ 1 0 11130113 +leviathan n 2 1 @ 2 0 10255728 09496802 +levirate n 1 1 @ 1 0 05669618 +levis n 1 1 @ 1 1 03660124 +levisticum n 1 3 @ #m %m 1 0 12940060 +levisticum_officinale n 1 3 @ #m %p 1 0 12940226 +levitation n 3 3 ! @ + 3 0 11408733 07363067 00324699 +levite n 1 1 @ 1 0 10255915 +leviticus n 1 3 @ #p + 1 0 06433035 +levitra n 1 1 @ 1 0 04521428 +levity n 2 3 ! @ ~ 2 0 07511906 04648749 +levodopa n 1 1 @ 1 0 14605132 +levorotation n 1 2 ! @ 1 0 07441494 +levulose n 1 1 @ 1 0 14874932 +levy n 2 3 @ ~ + 2 0 13308864 01158064 +levy_en_masse n 1 1 @ 1 0 01158064 +lewdness n 1 3 @ ~ + 1 0 04903368 +lewis n 6 1 @ 6 0 11131358 11131135 11130940 11130661 11130474 11130291 +lewis_and_clark_expedition n 1 1 @ 1 0 08409323 +lewis_carroll n 1 1 @ 1 0 10884061 +lewis_henry_morgan n 1 1 @ 1 0 11191113 +lewisia n 1 3 @ #m %m 1 0 11859981 +lewisia_cotyledon n 1 2 @ #m 1 0 11860208 +lewisia_rediviva n 1 2 @ #m 1 0 11860555 +lewiston n 2 2 @ #p 2 0 09093187 09081955 +lexeme n 1 1 @ 1 0 06306034 +lexical_ambiguity n 1 1 @ 1 0 04825576 +lexical_database n 1 2 @ ~ 1 0 06638868 +lexical_disambiguation n 1 1 @ 1 0 07171666 +lexical_entry n 1 3 @ #p %p 1 0 06300823 +lexical_meaning n 1 2 @ #p 1 0 06601973 +lexical_semantics n 1 1 @ 1 0 06180412 +lexicalisation n 1 1 @ 1 0 13507472 +lexicalization n 1 2 @ + 1 0 13507472 +lexicalized_concept n 1 1 @ 1 0 05873884 +lexicographer n 1 3 @ ~ + 1 0 10256080 +lexicography n 1 2 @ + 1 0 00931721 +lexicologist n 1 3 @ ~ + 1 0 10256080 +lexicology n 1 3 @ ~ + 1 0 06178812 +lexicon n 2 5 @ ~ #p %p + 2 1 05651242 06418901 +lexicostatistics n 1 2 @ + 1 1 06179574 +lexington n 3 3 @ #p ; 3 0 09097283 09089782 01283935 +lexington_and_concord n 1 3 @ #p ; 1 0 01283935 +lexis n 1 3 @ #p + 1 0 05651068 +ley n 1 3 @ ~ #p 1 0 08616050 +leycesteria n 1 3 @ #m %m 1 0 12672843 +leycesteria_formosa n 1 2 @ #m 1 0 12673012 +leyden n 1 2 @ #p 1 0 08951077 +leyden_jar n 1 1 @ 1 1 03655470 +leydig's_cell n 1 1 @ 1 0 05459457 +leydig_cell n 1 1 @ 1 0 05459457 +leymus n 1 2 @ #m 1 0 12124358 +leymus_arenaria n 1 1 @ 1 0 12119539 +leymus_condensatus n 1 1 @ 1 0 12119390 +leyte n 1 3 @ #p ; 1 1 01284124 +leyte_invasion n 1 3 @ #p ; 1 0 01284124 +leyte_island n 1 3 @ #p ; 1 0 01284124 +lf n 1 2 @ #p 1 0 05057382 +lgb n 1 2 @ ~ 1 0 03643491 +lgv n 1 1 @ 1 0 14137561 +lh n 1 1 @ 1 0 14749272 +lhasa n 2 2 @ #p 2 0 08907377 02098413 +lhasa_apso n 1 1 @ 1 0 02098413 +lhotse n 1 2 @ #p 1 0 09338712 +li n 2 2 @ #s 2 0 14643793 13654674 +li_po n 1 1 @ 1 0 11134115 +liabilities n 1 3 @ ~ ; 1 0 13396054 +liability n 3 4 ! @ ~ + 3 1 14530403 14490319 05161436 +liability_insurance n 1 1 @ 1 0 13347065 +liaison n 2 1 @ 2 2 13931889 06261260 +liakoura n 1 3 @ #p ; 1 0 09385586 +liam_o'flaherty n 1 1 @ 1 0 11212669 +liana n 1 2 @ ~ 1 0 13120211 +liao n 1 1 @ 1 0 08156054 +liao_dynasty n 1 1 @ 1 0 08156054 +liaodong_bandao n 1 2 @ #p 1 0 09338910 +liaodong_peninsula n 1 2 @ #p 1 0 09338910 +liar n 1 4 ! @ ~ + 1 1 10256537 +liatris n 1 3 @ #m %m 1 0 11991080 +liatris_punctata n 1 1 @ 1 0 11991549 +liatris_pycnostachya n 1 1 @ 1 0 11991777 +libation n 3 2 @ ; 3 0 07885937 07885832 01041835 +libber n 1 3 @ ~ #m 1 0 10084635 +libby n 1 1 @ 1 0 11131505 +libel n 2 3 @ + ; 2 0 06720371 06562436 +libeler n 1 2 @ + 1 0 09999135 +liberal n 2 3 ! @ ~ 2 2 10256756 10257084 +liberal_arts n 1 2 @ ~ 1 1 06153846 +liberal_democrat_party n 1 2 @ ; 1 0 08261589 +liberal_party n 1 1 @ 1 0 08261810 +liberalisation n 1 2 @ + 1 0 00355691 +liberalism n 2 3 @ ~ + 2 2 06218623 05995576 +liberalist n 1 2 @ ~ 1 0 10256756 +liberality n 2 4 ! @ ~ + 2 0 06204820 04832518 +liberalization n 1 2 @ + 1 0 00355691 +liberalness n 2 3 @ ~ + 2 0 06204820 04832518 +liberation n 3 3 @ ~ + 3 1 00095502 00787832 00216174 +liberation_theology n 1 1 @ 1 0 06184733 +liberation_tigers_of_tamil_eelam n 1 2 @ ; 1 0 08032023 +liberator n 1 4 ! @ ~ + 1 0 10257221 +liberia n 1 5 @ #p %m %p + 1 0 08959254 +liberian n 1 3 @ #m + 1 0 09720842 +liberian_capital n 1 2 @ #p 1 0 08959495 +liberian_coffee n 1 1 @ 1 0 12663254 +liberian_dollar n 1 1 @ 1 0 13673747 +libertarian n 2 3 ! @ ~ 2 0 10257524 10257402 +libertarianism n 1 1 @ 1 0 06219185 +libertine n 1 3 @ ~ + 1 1 10257647 +liberty n 5 3 @ ~ + 5 3 13992514 13994456 13996061 15140080 00737070 +liberty_bell n 1 1 @ 1 0 03660228 +liberty_cap n 1 1 @ 1 0 03660394 +liberty_chit n 1 2 @ ; 1 0 06690226 +liberty_island n 1 2 @ #p 1 0 09114401 +liberty_party n 1 1 @ 1 0 08261958 +liberty_ship n 1 1 @ 1 0 03660562 +libidinal_energy n 1 3 @ ~ ; 1 0 09185440 +libido n 1 3 @ + ; 1 0 07489548 +libocedrus n 1 3 @ #m %m 1 0 11638902 +libocedrus_bidwillii n 1 2 @ #m 1 0 11639445 +libocedrus_decurrens n 1 2 @ #m 1 0 11634736 +libocedrus_plumosa n 1 2 @ #m 1 0 11639306 +libra n 3 3 @ #p ; 3 0 09753065 09339109 08687150 +libra_the_balance n 1 1 @ 1 0 08687150 +libra_the_scales n 1 1 @ 1 0 08687150 +librarian n 1 3 @ ~ + 1 1 10257948 +librarianship n 1 2 @ + 1 0 00594477 +library n 5 5 @ ~ #p %p ; 5 3 03660909 07977870 03660664 07977592 03661043 +library_card n 1 1 @ 1 0 06478199 +library_catalog n 1 2 @ ~ 1 0 06488325 +library_catalogue n 1 2 @ ~ 1 0 06488325 +library_fine n 1 1 @ 1 0 13301500 +library_paste n 1 2 @ ~ 1 0 14704966 +library_program n 1 2 @ #p 1 0 06576265 +library_routine n 1 2 @ #p 1 0 06583790 +library_science n 1 2 @ - 1 0 06170892 +libration n 1 3 @ + ; 1 0 13507617 +librettist n 1 3 @ ~ + 1 0 10258152 +libretto n 1 2 @ + 1 1 07012025 +libreville n 1 2 @ #p 1 0 08945705 +libritabs n 1 2 @ ; 1 0 03022041 +librium n 1 2 @ ; 1 0 03022041 +libya n 1 7 @ #m #p %m %p + - 1 0 08959683 +libyan n 1 3 @ #m + 1 0 09720967 +libyan_desert n 1 2 @ #p 1 0 09170788 +libyan_dinar n 1 2 @ %p 1 0 13670281 +libyan_dirham n 1 2 @ #p 1 0 13670399 +libyan_fighting_group n 1 2 @ ; 1 0 08032594 +libyan_islamic_fighting_group n 1 2 @ ; 1 0 08032594 +libyan_islamic_group n 1 2 @ ; 1 0 08032594 +libyan_monetary_unit n 1 2 @ ~ 1 0 13670156 +licence n 3 4 @ ~ + ; 3 0 13995378 13994806 06549661 +license n 4 4 @ ~ + ; 4 2 06549661 13994806 13995378 01139194 +license_fee n 1 2 @ ; 1 0 13322113 +license_number n 1 1 @ 1 1 06425808 +license_plate n 1 1 @ 1 0 03661180 +license_tax n 1 2 @ ; 1 0 13322113 +licensed_practical_nurse n 1 1 @ 1 0 10258304 +licensee n 1 2 @ + 1 0 10258493 +licenser n 1 2 @ + 1 0 10258602 +licensing_agreement n 1 1 @ 1 0 06527576 +licensing_fee n 1 2 @ ; 1 1 13322113 +licentiate n 1 1 @ 1 0 10258786 +licentiousness n 2 2 @ + 2 0 04851715 00748307 +lichanura n 1 3 @ #m %m 1 0 01742680 +lichanura_trivirgata n 1 2 @ #m 1 0 01742821 +lichee n 2 4 @ #m #p %p 2 0 12744387 07766173 +lichen n 2 3 @ ~ #m 2 0 14229403 12987056 +lichen_planus n 1 1 @ 1 0 14229604 +lichen_ruber_planus n 1 1 @ 1 0 14229604 +lichenales n 1 2 @ #m 1 0 12986858 +lichenes n 1 3 @ #m %m 1 0 12986447 +lichgate n 1 1 @ 1 0 03698815 +lichi n 1 2 @ #p 1 0 07766173 +lichtenoid_eczema n 1 1 @ 1 0 14225877 +lichtenstein n 1 1 @ 1 0 11131658 +licinius_lucullus n 1 1 @ 1 0 11143600 +licitness n 1 3 ! @ + 1 0 04810194 +lick n 3 4 @ ~ + ; 3 0 09420689 00150591 00134780 +licking n 2 2 @ ~ 2 1 07475364 01160729 +licorice n 2 3 @ #m %p 2 0 12532886 07607361 +licorice_fern n 1 1 @ 1 0 13173132 +licorice_root n 1 2 @ #p 1 0 12533437 +licorice_stick n 1 1 @ 1 0 02834027 +lid n 3 4 @ ~ #p %p 3 1 05313822 03661340 03497657 +lidar n 1 1 @ 1 0 03661621 +lido n 1 3 @ %p ; 1 0 03661861 +lido_deck n 1 1 @ 1 0 03662207 +lidocaine n 1 2 @ ; 1 0 03662016 +lie n 3 3 @ ~ + 3 1 06756831 11131808 08624196 +lie-abed n 1 1 @ 1 0 10258896 +lie-in n 1 2 @ ; 1 0 01064758 +lie_detector n 1 2 @ %p 1 0 03662452 +liebfraumilch n 1 2 @ ; 1 0 07897600 +liebig_condenser n 1 1 @ 1 0 03662301 +liechtenstein n 1 5 @ #p %m %p + 1 0 08960548 +liechtensteiner n 1 3 @ #m + 1 0 09721088 +lied n 1 1 @ 1 0 07051620 +lieder_singer n 1 1 @ 1 0 10259016 +liederkranz n 1 2 @ ; 1 0 07853946 +liege n 3 3 @ #p + 3 0 10746581 10259094 08851687 +liege_lord n 1 1 @ 1 0 10259094 +liege_subject n 1 1 @ 1 0 10746581 +liegeman n 1 1 @ 1 0 10746581 +lien n 2 5 @ ~ #p %p + 2 0 13401013 05333467 +lienal_artery n 1 2 @ #p 1 0 05350061 +liepaja n 1 2 @ #p 1 0 09013603 +lietuva n 1 3 @ %m %p 1 0 09013830 +lieu n 1 2 @ ~ 1 0 00721431 +lieutenancy n 1 2 @ + 1 0 00594580 +lieutenant n 4 4 @ ~ + ; 4 3 10259348 10259225 10005280 10259527 +lieutenant_colonel n 1 2 @ ; 1 0 10259780 +lieutenant_commander n 1 2 @ ; 1 0 10259997 +lieutenant_general n 1 2 @ ; 1 0 10260166 +lieutenant_governor n 1 1 @ 1 1 10260322 +lieutenant_jg n 1 2 @ ; 1 0 10260473 +lieutenant_junior_grade n 1 2 @ ; 1 0 10260473 +life n 14 5 @ ~ %p = + 14 13 13963192 05810561 13961399 13961642 15140405 15140744 15140892 10260706 04632157 00006269 11473291 06515827 09178727 15225076 +life-of-man n 1 2 @ #m 1 0 11797981 +life-style n 1 2 @ ~ 1 0 04930632 +life-support_system n 2 1 @ 2 0 03664159 03663910 +life-time n 1 3 @ ~ %p 1 0 15140405 +life_assurance n 1 2 @ ~ 1 0 13347237 +life_belt n 2 2 @ ~ 2 0 04125853 03662719 +life_buoy n 1 2 @ ~ 1 0 03662719 +life_class n 1 1 @ 1 1 00885764 +life_cycle n 2 1 @ 2 1 11473807 13507827 +life_estate n 1 3 @ ~ ; 1 0 13251715 +life_eternal n 1 1 @ 1 1 13957390 +life_expectancy n 1 1 @ 1 0 15142025 +life_force n 1 2 @ ; 1 0 11523839 +life_form n 1 1 @ 1 0 05217061 +life_history n 2 2 @ ~ 2 1 06515827 00282613 +life_imprisonment n 1 1 @ 1 0 14000200 +life_insurance n 1 2 @ ~ 1 0 13347237 +life_jacket n 1 2 @ ~ 1 0 03662887 +life_line n 1 1 @ 1 0 13906767 +life_mask n 1 1 @ 1 0 03663332 +life_office n 1 2 @ ; 1 0 03663433 +life_peer n 1 1 @ 1 0 10260943 +life_preserver n 1 2 @ ~ 1 0 03663531 +life_principle n 1 2 @ ~ 1 1 10757918 +life_raft n 1 1 @ 1 0 03663781 +life_ring n 1 2 @ ~ 1 0 03662719 +life_saver n 1 2 @ ; 1 0 07607492 +life_science n 1 3 @ ~ + 1 1 06037298 +life_scientist n 1 4 @ ~ + ; 1 0 09855630 +life_sentence n 1 1 @ 1 0 15225076 +life_story n 1 2 @ ~ 1 0 06515827 +life_style n 1 2 @ ~ 1 1 04930632 +life_support n 2 1 @ 2 0 03664159 03663910 +life_tenant n 1 1 @ 1 1 10261211 +life_vest n 1 2 @ ~ 1 0 03662887 +lifeblood n 2 1 @ 2 0 05401851 05195796 +lifeboat n 1 1 @ 1 0 03662601 +lifeguard n 1 1 @ 1 0 10260800 +lifelessness n 2 3 @ ~ + 2 0 14006179 05006285 +lifeline n 4 2 @ ~ 4 0 13906767 05694527 03663234 03663069 +lifer n 1 2 @ + 1 0 10261041 +lifesaver n 2 2 @ ~ 2 0 10260800 03662719 +lifesaving n 1 1 @ 1 0 00093874 +lifespan n 1 3 @ ~ %p 1 0 15140405 +lifestyle n 1 2 @ ~ 1 0 04930632 +lifetime n 1 3 @ ~ %p 1 1 15140405 +lifework n 1 1 @ 1 0 00584160 +lifo n 1 1 @ 1 0 00620258 +lift n 12 5 @ ~ #p %p + 12 1 01209487 11422277 07370671 07348399 04231693 03664514 03664374 03281145 00674158 00316594 00309276 00116376 +lift_bridge n 1 1 @ 1 0 03233744 +lift_pump n 1 1 @ 1 0 03664840 +lifter n 2 2 @ + 2 1 10773394 09866661 +lifting_device n 1 2 @ ~ 1 0 03664675 +liftman n 1 1 @ 1 0 10050261 +liftoff n 1 2 @ + 1 0 07371168 +ligament n 2 3 @ ~ #p 2 1 05295381 03664943 +ligamentum_teres_uteri n 1 1 @ 1 0 05295740 +ligan n 1 1 @ 1 0 03633474 +ligand n 1 1 @ 1 0 15110307 +ligation n 1 4 @ ~ + ; 1 0 00148242 +ligature n 6 4 @ ~ + ; 6 0 07045519 06823925 03665232 03665083 02840134 00149084 +liger n 1 1 @ 1 0 02129991 +light n 15 7 ! @ ~ #p = + ; 15 12 11473954 03665366 06210791 05018103 08646188 14563784 04951373 10276659 13983304 05807933 04953380 05612706 09184668 06874019 03666591 +light-emitting_diode n 1 3 @ ~ #p 1 0 03666362 +light-mindedness n 1 2 @ + 1 1 04648866 +light-o'-love n 1 1 @ 1 0 10262343 +light-of-love n 1 1 @ 1 0 10262343 +light-year n 1 2 @ %p 1 0 13656520 +light_adaptation n 1 1 @ 1 0 00193811 +light_air n 1 2 @ #p 1 0 11432387 +light_arm n 1 1 @ 1 0 03665851 +light_ballast n 1 1 @ 1 0 02779971 +light_beam n 1 2 @ ~ 1 1 11428023 +light_beer n 1 1 @ 1 0 07887967 +light_bread n 1 2 @ ~ 1 0 07687211 +light_breeze n 1 2 @ #p 1 0 11432508 +light_brown n 1 2 @ ~ 1 1 04972801 +light_bulb n 1 2 @ %p 1 1 03665924 +light_circuit n 1 1 @ 1 0 03666238 +light_colonel n 1 2 @ ; 1 0 10259780 +light_company n 1 1 @ 1 1 08186393 +light_cream n 1 1 @ 1 0 07847917 +light_diet n 1 1 @ 1 0 07563642 +light_filter n 1 1 @ 1 0 03667060 +light_flyweight n 1 1 @ 1 0 10261511 +light_heavyweight n 3 1 @ 3 0 10261862 10261762 10261624 +light_hour n 1 2 @ #p 1 0 13656749 +light_intensity n 1 1 @ 1 0 05100751 +light_machine_gun n 1 1 @ 1 0 03667552 +light_meter n 1 2 @ ~ 1 0 03667664 +light_microscope n 1 3 @ ~ %p 1 0 03667829 +light_middleweight n 1 1 @ 1 0 10261977 +light_minute n 1 2 @ #p 1 0 13656913 +light_opera n 1 1 @ 1 0 07027090 +light_pen n 1 2 @ ; 1 0 03668279 +light_reaction n 1 2 @ #p 1 0 13508005 +light_reflex n 1 1 @ 1 0 00865808 +light_second n 1 2 @ #p 1 0 13657080 +light_show n 1 1 @ 1 0 00521450 +light_source n 1 2 @ ~ 1 0 03665366 +light_speed n 1 1 @ 1 0 15284285 +light_time n 1 1 @ 1 0 05130210 +light_touch n 1 1 @ 1 0 07413714 +light_unit n 1 2 @ ~ 1 0 13634418 +light_welterweight n 1 1 @ 1 0 10262764 +light_whipping_cream n 1 1 @ 1 0 07848196 +light_within n 1 1 @ 1 0 09184668 +light_year n 1 2 @ %p 1 1 13656520 +lightbulb n 1 2 @ %p 1 0 03665924 +lightening n 2 2 @ ~ 2 0 07363180 00273877 +lighter n 3 3 @ ~ + 3 0 15101361 03666591 02792552 +lighter-than-air_craft n 1 2 @ ~ 1 0 03666917 +lighterage n 2 2 @ + 2 0 13322520 00651954 +lighterman n 1 1 @ 1 0 10261388 +lightheadedness n 2 2 @ + 2 0 14372513 04894444 +lightheartedness n 1 2 @ + 1 0 07530866 +lighthorse_harry_lee n 1 1 @ 1 0 11123762 +lighthouse n 1 2 @ ~ 1 0 02814860 +lighthouse_keeper n 1 1 @ 1 0 10262093 +lighting n 4 2 @ ~ 4 3 13983304 03667235 00608645 00378479 +lighting_circuit n 1 1 @ 1 0 03666238 +lighting_fixture n 1 3 @ ~ %p 1 0 03667380 +lighting_industry n 1 1 @ 1 0 08068788 +lightlessness n 1 2 @ + 1 0 13983807 +lightness n 6 5 ! @ ~ = + 6 0 07527656 05028700 05003850 04979758 04951373 04648596 +lightning n 2 2 @ ~ 2 2 11475279 07412993 +lightning_arrester n 1 1 @ 1 0 04364160 +lightning_bug n 1 3 @ ~ #m 1 0 02168245 +lightning_conductor n 1 1 @ 1 0 03668067 +lightning_hurler n 1 1 @ 1 0 09574226 +lightning_rod n 2 1 @ 2 0 10262183 03668067 +lights-out n 2 3 @ #p ; 2 0 15168569 06804483 +lightship n 1 1 @ 1 0 03668488 +lightsomeness n 3 2 @ + 3 0 07530866 05003850 04648596 +lightweight n 4 2 @ + 4 1 10262445 10776987 10262655 10262561 +lightwood n 1 2 @ #m 1 0 11758122 +ligne n 1 2 @ #p 1 0 13652203 +ligneous_plant n 1 4 @ ~ %s %p 1 0 13103136 +lignin n 1 3 @ #s + 1 0 14935319 +lignite n 1 2 @ ~ 1 1 14815263 +lignosae n 1 1 @ 1 0 13103660 +lignum n 1 2 @ #s 1 0 13096779 +lignum_vitae n 2 4 @ #m #s %s 2 0 12722382 12722071 +ligularia n 1 3 @ #m %m 1 0 11991993 +ligule n 1 2 @ ; 1 0 13162164 +liguria n 1 3 @ #p %p 1 0 08808292 +ligurian_sea n 1 2 @ #p 1 0 09339272 +ligustrum n 1 3 @ #m %m 1 0 12307611 +ligustrum_amurense n 1 1 @ 1 0 12308112 +ligustrum_ibolium n 1 1 @ 1 0 12308259 +ligustrum_japonicum n 1 1 @ 1 0 12308447 +ligustrum_lucidum n 1 1 @ 1 0 12308664 +ligustrum_obtusifolium n 1 1 @ 1 0 12308907 +ligustrum_ovalifolium n 1 1 @ 1 0 12309052 +ligustrum_vulgare n 1 1 @ 1 0 12309277 +like n 2 1 @ 2 0 05845888 05845419 +likelihood n 1 4 ! @ ~ = 1 1 04756635 +likeliness n 1 5 ! @ ~ = + 1 0 04756635 +likeness n 2 5 ! @ ~ = + 2 1 04744814 03668642 +likening n 1 1 @ 1 0 00651088 +liking n 1 3 ! @ ~ 1 1 07497473 +likuta n 1 2 @ #p 1 0 13710546 +lilac n 1 4 @ ~ #m + 1 1 12310349 +lilangeni n 1 2 @ %p 1 0 13686137 +liliaceae n 1 4 @ #m %m + 1 0 12423565 +liliaceous_plant n 1 3 @ ~ #m 1 0 12425281 +liliales n 1 3 @ #m %m 1 0 12410715 +lilian_alicia_marks n 1 1 @ 1 0 11157140 +liliid_monocot_family n 1 3 @ ~ #m 1 0 11556187 +liliid_monocot_genus n 1 3 @ ~ #m 1 0 11561228 +liliidae n 1 3 @ #m %m 1 0 12410381 +liliopsid n 1 2 @ #m 1 0 11668117 +liliopsid_family n 1 3 @ ~ #m 1 0 11555413 +liliopsid_genus n 1 3 @ ~ #m 1 0 11556857 +liliopsida n 1 3 @ #m %m 1 0 11667562 +lilith n 1 1 @ 1 0 09519075 +lilium n 1 3 @ #m %m 1 0 12426100 +lilium_auratum n 1 2 @ #m 1 0 12426623 +lilium_canadense n 1 1 @ 1 0 12426749 +lilium_candidum n 1 1 @ 1 0 12426978 +lilium_catesbaei n 1 1 @ 1 0 12427184 +lilium_columbianum n 1 1 @ 1 0 12427391 +lilium_lancifolium n 1 1 @ 1 0 12427566 +lilium_longiflorum n 1 1 @ 1 0 12427757 +lilium_maritinum n 1 1 @ 1 0 12427946 +lilium_martagon n 1 1 @ 1 0 12428076 +lilium_michiganense n 1 1 @ 1 0 12428242 +lilium_pardalinum n 1 1 @ 1 0 12428412 +lilium_philadelphicum n 1 1 @ 1 0 12428587 +lilium_superbum n 1 1 @ 1 0 12428747 +liliuokalani n 1 1 @ 1 0 11131981 +lille n 1 2 @ #p 1 0 08936476 +lillian_gish n 1 1 @ 1 0 11001422 +lillian_hellman n 1 1 @ 1 0 11039188 +lillian_russell n 1 1 @ 1 0 11275344 +lillie n 1 1 @ 1 0 11132117 +lillie_langtry n 1 1 @ 1 0 11117108 +lilliput n 1 2 @ + 1 0 05630734 +lilliputian n 2 2 @ + 2 0 10262880 09601429 +lilo n 1 2 @ ; 1 0 03668803 +lilongwe n 1 2 @ #p 1 0 08963095 +lilt n 1 2 @ + 1 1 04992008 +lily n 1 3 @ ~ #m 1 0 12426248 +lily-of-the-valley_tree n 1 2 @ #m 1 0 12243459 +lily_family n 1 3 @ #m %m 1 0 12423565 +lily_of_the_incas n 1 2 @ #m 1 0 12438783 +lily_of_the_nile n 1 3 @ ~ #m 1 0 12429148 +lily_of_the_valley n 1 2 @ #m 1 0 12471544 +lily_pad n 1 2 @ #p 1 0 13154736 +lily_pons n 1 1 @ 1 0 11242321 +lily_turf n 1 2 @ #m 1 0 12473171 +lilyturf n 1 2 @ #m 1 0 12473171 +lima n 1 2 @ #p 1 0 08979878 +lima_bean n 3 5 @ ~ #m #p %p 3 0 12558425 12558230 07729000 +lima_bean_plant n 1 3 @ #m %p 1 0 12558230 +limacidae n 1 3 @ #m %m 1 0 01945443 +liman n 1 1 @ 1 0 09339414 +limanda n 1 3 @ #m %m 1 0 02658944 +limanda_ferruginea n 1 3 @ #m %p 1 0 02659176 +limax n 1 2 @ #m 1 0 01945580 +limb n 6 5 @ ~ #p %p ; 6 1 05560244 13163803 08592494 03669094 03668906 02737833 +limb-girdle_muscular_dystrophy n 1 1 @ 1 0 14162563 +limber n 1 1 @ 1 0 03669245 +limber_pine n 1 1 @ 1 0 11613867 +limbers n 1 2 @ ; 1 0 03669367 +limbic_brain n 1 2 @ %p 1 1 05498773 +limbic_system n 1 2 @ %p 1 0 05498773 +limbo n 3 2 @ ; 3 1 14436769 05631076 05630874 +limburger n 1 1 @ 1 0 07854066 +limbus n 1 1 @ 1 0 05235745 +lime n 6 7 @ ~ #m #p %s %p + 6 0 14936010 14789885 14702703 12711984 12202936 07749731 +lime_disease_spirochete n 1 2 @ #m 1 0 01383151 +lime_hydrate n 1 1 @ 1 0 14936010 +lime_juice n 1 1 @ 1 0 07925327 +lime_tree n 2 5 @ ~ #m %s %p 2 1 12711984 12202936 +limeade n 1 1 @ 1 0 07926346 +limeira n 1 2 @ #p 1 0 08855909 +limekiln n 1 1 @ 1 0 03669534 +limelight n 2 2 @ #m 2 0 14433769 03669665 +limen n 1 2 @ ~ 1 0 05712426 +limenitis n 1 3 @ #m %m 1 0 02276527 +limenitis_archippus n 1 2 @ #m 1 0 02277268 +limenitis_arthemis n 1 2 @ #m 1 0 02276902 +limenitis_astyanax n 1 2 @ #m 1 0 02277094 +limenitis_camilla n 1 2 @ #m 1 0 02276749 +limerick n 2 2 @ #p 2 0 08889657 06380603 +limestone n 1 3 @ ~ %s 1 0 14936226 +limestone_fern n 1 1 @ 1 0 13197507 +limestone_salamander n 1 1 @ 1 0 01638329 +limewater n 1 2 @ #s 1 0 14937093 +limey n 1 1 @ 1 0 09703485 +limicolae n 1 2 @ #m 1 0 02022498 +limicoline_bird n 1 3 @ ~ #m 1 0 02022684 +limit n 6 3 @ ~ + 6 4 05124057 15268857 08593130 08592656 13758556 13758296 +limit_point n 1 1 @ 1 0 13758556 +limitation n 5 4 @ ~ + ; 5 3 05846355 05162455 13758296 15224293 00808182 +limited n 1 1 @ 1 0 03306385 +limited_audit n 1 1 @ 1 0 13411385 +limited_company n 1 2 @ ; 1 0 08185211 +limited_edition n 1 1 @ 1 1 06590601 +limited_liability n 1 1 @ 1 0 13397018 +limited_review n 1 3 @ ~ ; 1 0 13411533 +limited_war n 1 1 @ 1 0 00953280 +limiter n 1 3 @ + ; 1 0 03669886 +limiting n 1 2 @ ~ 1 0 13800801 +limitlessness n 1 2 @ + 1 0 05209324 +limner n 1 2 @ + 1 0 10455619 +limning n 1 2 @ ~ 1 0 03173524 +limnobium n 1 3 @ #m %m 1 0 12613968 +limnocryptes n 1 3 @ #m %m 1 0 02032646 +limnocryptes_minima n 1 2 @ #m 1 0 02032769 +limnodium_spongia n 1 2 @ #m 1 0 12614096 +limnodromus n 1 3 @ #m %m 1 0 02032915 +limnodromus_griseus n 1 1 @ 1 0 02033208 +limnodromus_scolopaceus n 1 1 @ 1 0 02033324 +limnologist n 1 1 @ 1 0 10263146 +limnology n 1 2 @ + 1 0 06120317 +limnos n 1 2 @ #p 1 0 08790748 +limo n 1 2 @ ~ 1 0 03670208 +limonene n 1 1 @ 1 0 14937658 +limonite n 1 1 @ 1 0 14937801 +limonium n 1 3 @ #m %m 1 0 12099220 +limosa n 1 3 @ #m %m 1 0 02034016 +limosa_haemastica n 1 1 @ 1 0 02034295 +limousin n 1 2 @ #p 1 0 08942965 +limousine n 1 2 @ ~ 1 0 03670208 +limp n 1 2 @ + 1 0 00286756 +limpa n 1 1 @ 1 0 07686202 +limper n 1 2 @ + 1 0 10178917 +limpet n 2 3 @ ~ #m 2 0 07792640 01948573 +limpidity n 2 4 @ ~ = + 2 0 04820258 04701943 +limping n 1 2 @ ~ 1 0 14549937 +limpkin n 1 2 @ #m 1 0 02013706 +limpness n 1 2 @ + 1 0 04939046 +limpopo n 1 2 @ #p 1 0 09339512 +limulidae n 1 3 @ #m %m 1 0 01787546 +limulus n 1 3 @ #m %m 1 0 01787693 +limulus_polyphemus n 1 2 @ #m 1 0 01787835 +lin n 1 1 @ 1 0 11132245 +linac n 1 2 @ ~ 1 0 03671914 +linaceae n 1 2 @ %m 1 0 12486254 +linage n 2 1 @ 2 0 13713408 13326975 +linalool n 1 1 @ 1 0 14894029 +linanthus n 1 3 @ #m %m 1 0 12811294 +linanthus_dianthiflorus n 1 2 @ #m 1 0 12811501 +linanthus_dichotomus n 1 2 @ #m 1 0 12811713 +linaria n 1 3 @ #m %m 1 0 12883923 +linaria_canadensis n 1 1 @ 1 0 12884100 +linaria_vulgaris n 1 3 @ ~ #m 1 0 12884260 +linchpin n 2 1 @ 2 0 05694232 03670339 +lincocin n 1 2 @ ; 1 0 03670622 +lincoln n 3 4 @ #p %p + 3 1 11132462 09109882 02413717 +lincoln's_birthday n 1 3 @ #p ; 1 0 15187077 +lincoln_memorial n 1 2 @ #p 1 0 03670456 +lincoln_steffens n 1 1 @ 1 0 11314315 +lincolnshire n 1 2 @ #p 1 0 08884191 +lincomycin n 1 1 @ 1 0 03670622 +lind n 1 1 @ 1 0 11132768 +lindane n 1 2 @ ~ 1 0 14934864 +lindbergh n 1 1 @ 1 0 11132948 +linden n 2 5 @ ~ #m #s %s 2 1 12203331 12202936 +linden_family n 1 3 @ #m %m 1 0 12202352 +linden_tree n 1 4 @ ~ #m %s 1 0 12202936 +lindera n 1 3 @ #m %m 1 0 11705921 +lindera_benzoin n 1 2 @ #m 1 0 11706325 +lindesnes n 1 2 @ #p 1 0 08765771 +lindheimera n 1 3 @ #m %m 1 0 11992340 +lindheimera_texana n 1 2 @ #m 1 0 11992479 +lindsay n 2 1 @ 2 0 11133387 11133197 +lindy n 1 1 @ 1 0 00532567 +lindy_hop n 1 1 @ 1 0 00532567 +line n 30 6 @ ~ #p %p + ; 30 23 08430568 06799897 08430203 13863771 07012534 11474637 08594286 05773049 02934168 08377085 08593262 13905792 03946325 03671272 04402057 01204294 08101937 03670849 00582388 08593924 06260121 03671668 03671473 13713003 13379413 07028373 07012979 06626286 05748786 04008385 +line-at-a-time_printer n 1 2 @ ~ 1 0 03672827 +line-drive_double n 1 1 @ 1 0 00131991 +line-drive_single n 1 1 @ 1 0 00131877 +line-drive_triple n 1 1 @ 1 0 00132105 +line-shooter n 1 1 @ 1 0 09872066 +line-shooting n 1 1 @ 1 0 07229747 +line_backer n 2 2 @ #m 2 0 10263002 00726369 +line_block n 1 1 @ 1 0 03672097 +line_coach n 1 1 @ 1 1 09931989 +line_double n 1 1 @ 1 1 00131991 +line_drawing n 1 2 @ ~ 1 0 03173524 +line_drive n 1 2 @ ; 1 1 00131608 +line_engraving n 2 1 @ 2 0 03672245 03672097 +line_feed n 1 1 @ 1 0 13508183 +line_item n 1 2 @ #p 1 0 06483171 +line_judge n 1 1 @ 1 0 10263259 +line_management n 1 1 @ 1 0 01136375 +line_of_battle n 1 3 @ %p ; 1 0 08594714 +line_of_business n 2 3 @ ~ %p 2 0 03671668 01097119 +line_of_control n 1 2 @ #p 1 0 08515126 +line_of_credit n 1 2 @ ~ 1 0 13379413 +line_of_defence n 2 2 @ ~ 2 0 08048743 03672638 +line_of_defense n 2 2 @ ~ 2 0 08048743 03672638 +line_of_descent n 2 2 @ ~ 2 0 13813042 08101937 +line_of_destiny n 1 1 @ 1 0 13907104 +line_of_duty n 1 1 @ 1 0 01132590 +line_of_fate n 1 1 @ 1 0 13907104 +line_of_fire n 1 1 @ 1 0 08617516 +line_of_flight n 1 1 @ 1 0 08595171 +line_of_force n 1 2 @ ~ 1 0 11457057 +line_of_gab n 1 1 @ 1 0 07013400 +line_of_heart n 1 1 @ 1 0 13906936 +line_of_inquiry n 1 1 @ 1 0 05773776 +line_of_latitude n 1 2 @ ~ 1 0 08595720 +line_of_least_resistance n 1 1 @ 1 0 00416737 +line_of_life n 1 1 @ 1 0 13906767 +line_of_longitude n 1 2 @ ~ 1 0 08598823 +line_of_march n 2 1 @ 2 0 08595299 08430940 +line_of_merchandise n 1 3 @ ~ %p 1 0 03671668 +line_of_poetry n 1 3 @ ~ #p 1 0 06347996 +line_of_products n 1 3 @ ~ %p 1 0 03671668 +line_of_questioning n 1 1 @ 1 0 05773776 +line_of_reasoning n 1 2 @ ~ 1 0 05773049 +line_of_saturn n 1 1 @ 1 0 13907104 +line_of_scrimmage n 1 1 @ 1 0 08650677 +line_of_sight n 1 1 @ 1 0 08595398 +line_of_succession n 1 1 @ 1 0 08431048 +line_of_thought n 1 1 @ 1 0 05773407 +line_of_verse n 1 3 @ ~ #p 1 0 06347996 +line_of_vision n 1 1 @ 1 1 08595398 +line_of_work n 1 2 @ ~ 1 1 00582388 +line_officer n 1 1 @ 1 0 10263790 +line_organisation n 1 1 @ 1 0 08048948 +line_organization n 1 1 @ 1 0 08048948 +line_personnel n 1 1 @ 1 0 08440382 +line_printer n 1 2 @ ~ 1 0 03672827 +line_roulette n 1 2 @ ~ 1 0 13908580 +line_score n 1 1 @ 1 0 06468523 +line_single n 1 1 @ 1 0 00131877 +line_spectrum n 1 1 @ 1 0 11475476 +line_squall n 1 1 @ 1 0 11514171 +line_storm n 1 1 @ 1 0 11501864 +line_triple n 1 1 @ 1 0 00132105 +line_worker n 1 1 @ 1 0 10264120 +lineage n 5 3 @ ~ = 5 1 08101937 13813042 13713408 13326975 04922787 +lineament n 2 3 @ ~ #p 2 0 05849284 05601758 +linear_a n 1 1 @ 1 0 06361934 +linear_accelerator n 1 2 @ ~ 1 0 03671914 +linear_algebra n 1 2 @ ; 1 1 06013126 +linear_b n 1 1 @ 1 0 06362059 +linear_equation n 1 1 @ 1 0 06670137 +linear_leaf n 1 1 @ 1 0 13158512 +linear_measure n 1 2 @ ~ 1 0 13603305 +linear_operator n 1 1 @ 1 1 13786595 +linear_perspective n 1 2 @ %p 1 0 04676308 +linear_programming n 1 1 @ 1 0 06018267 +linear_regression n 1 3 @ %p ; 1 0 06028904 +linear_unit n 1 2 @ ~ 1 0 13603305 +linearity n 1 2 @ + 1 0 05063218 +lineation n 2 3 @ ~ + 2 0 08612786 00263813 +linebacker n 2 2 @ #m 2 1 10263002 00726369 +linebacker_blitzing n 1 2 @ ; 1 0 00976085 +linecut n 2 1 @ 2 0 03672245 03672097 +lined_snake n 1 2 @ #m 1 1 01736032 +lineman n 4 4 @ ~ #m ; 4 1 10263411 10263580 10049363 00726100 +linemen n 1 3 @ #m %m 1 0 08430054 +linen n 3 3 @ ~ %s 3 2 03672521 14934998 03672352 +linen_paper n 1 1 @ 1 0 14934998 +linendraper n 1 2 @ ; 1 0 10263684 +liner n 4 6 @ ~ #p %p + ; 4 1 00131608 03673767 03673270 03673027 +liner_train n 1 1 @ 1 0 03394272 +linesman n 2 2 @ ~ 2 0 10263931 10049363 +lineup n 2 4 @ %p + ; 2 1 06486161 08431205 +ling n 5 2 @ #m 5 0 12348635 12233529 02525120 02524928 02523427 +ling-pao n 1 2 @ #m 1 0 09533790 +ling_ko n 1 1 @ 1 0 12348635 +lingam n 1 1 @ 1 0 06808408 +lingberry n 1 2 @ %p 1 0 12249542 +lingcod n 2 4 @ #m #p %p 2 0 07784991 02553028 +lingenberry n 1 2 @ %p 1 0 12249542 +lingerer n 1 2 @ + 1 0 10270232 +lingerie n 1 2 @ ~ 1 0 03673450 +lingering n 1 1 @ 1 0 01068423 +lingo n 1 3 @ ~ - 1 0 07157273 +lingonberry n 2 3 @ #p %p 2 0 12249542 07744057 +lingua n 1 4 @ #p %p + 1 0 05301072 +lingua_franca n 1 1 @ 1 0 06906116 +lingual n 1 1 @ 1 0 07119521 +lingual_artery n 1 2 @ #p 1 0 05350256 +lingual_vein n 1 2 @ #p 1 0 05372924 +lingualumina n 1 1 @ 1 0 06896961 +linguica n 1 1 @ 1 0 07678065 +linguine n 1 1 @ 1 0 07700539 +linguini n 1 1 @ 1 0 07700539 +linguist n 2 3 @ ~ + 2 1 10264437 10264219 +linguistic_atlas n 1 1 @ 1 0 06427240 +linguistic_communication n 1 3 @ ~ - 1 0 06282651 +linguistic_competence n 1 2 @ ; 1 0 05153897 +linguistic_context n 1 1 @ 1 0 06284898 +linguistic_geography n 1 1 @ 1 0 06168703 +linguistic_performance n 1 2 @ ; 1 0 00098051 +linguistic_process n 2 3 @ ~ ; 2 0 13508333 05808557 +linguistic_profiling n 1 1 @ 1 0 06886655 +linguistic_relation n 1 2 @ ~ 1 0 13797142 +linguistic_rule n 1 3 @ ~ ; 1 0 07259772 +linguistic_scientist n 1 2 @ ~ 1 0 10264437 +linguistic_string n 1 2 @ ~ 1 0 07013736 +linguistic_unit n 1 3 @ ~ #p 1 1 06284225 +linguistic_universal n 1 2 @ ; 1 0 07259984 +linguistics n 2 5 @ ~ #p + - 2 1 06172789 06171040 +linguistics_department n 1 1 @ 1 0 08116879 +lingvo_kosmopolita n 1 1 @ 1 0 06897042 +liniment n 1 1 @ 1 0 03673594 +linin n 1 2 @ #p 1 0 05436548 +lining n 4 4 @ ~ #p + 4 0 03673767 03673270 00827379 00827240 +link n 9 5 @ ~ #p + ; 9 2 13792692 03673971 14419164 13870805 13654777 06586471 06261260 04042795 03674270 +link-attached_station n 1 1 @ 1 0 04075291 +link-attached_terminal n 1 1 @ 1 0 04075291 +link_trainer n 1 2 @ ; 1 0 03674731 +linkage n 4 4 @ ~ + ; 4 0 13792579 04923024 03674440 00148978 +linkage_editor n 1 1 @ 1 0 06576376 +linkage_group n 1 1 @ 1 0 05439100 +linkboy n 1 1 @ 1 0 10264928 +linked_genes n 1 1 @ 1 0 05439100 +linking_verb n 1 1 @ 1 0 06472824 +linkman n 1 1 @ 1 0 10264928 +links n 1 2 @ ; 1 1 03674591 +links_course n 1 4 @ ~ %p ; 1 0 03446528 +linksman n 1 2 @ ~ 1 0 10136959 +linkup n 1 3 @ ~ + 1 0 03673971 +linnaea n 1 3 @ #m %m 1 0 12673178 +linnaea_borealis n 1 3 @ ~ #m 1 0 12673328 +linnaea_borealis_americana n 1 2 @ #m 1 0 12673588 +linnaeus n 1 2 @ + 1 0 11133551 +linnet n 2 2 @ #m 2 0 01532829 01531344 +lino n 1 1 @ 1 0 14938389 +linocut n 2 1 @ 2 0 03674946 03674842 +linoleic_acid n 1 2 @ #s 1 0 14937943 +linolenic_acid n 1 2 @ #s 1 0 14938199 +linoleum n 1 1 @ 1 1 14938389 +linoleum_cutter n 1 1 @ 1 0 03675076 +linoleum_knife n 1 1 @ 1 0 03675076 +linolic_acid n 1 2 @ #s 1 0 14937943 +linosyris_vulgaris n 1 1 @ 1 0 11934239 +linotype n 1 2 @ ; 1 0 03675235 +linotype_machine n 1 2 @ ; 1 0 03675235 +linseed n 1 1 @ 1 0 15086247 +linseed_oil n 1 2 @ %s 1 0 15086352 +linsey-woolsey n 1 1 @ 1 0 03675445 +linstock n 1 1 @ 1 0 03675558 +lint n 2 2 @ %s 2 1 14938467 03675780 +lintel n 1 1 @ 1 0 03503233 +lintwhite n 1 2 @ #m 1 0 01531344 +linum n 1 3 @ #m %m 1 0 12486397 +linuron n 1 1 @ 1 0 14938578 +linus_carl_pauling n 1 1 @ 1 0 11226933 +linus_pauling n 1 1 @ 1 0 11226933 +linux n 1 2 @ ; 1 0 06568855 +linz n 1 2 @ #p 1 0 08846739 +liomys n 1 3 @ #m %m 1 0 02349730 +liomys_irroratus n 1 2 @ #m 1 0 02349847 +lion n 4 6 @ ~ #m %p + ; 4 1 02129165 10265070 09752795 08686821 +lion's-ear n 1 2 @ #m 1 0 12851094 +lion's_beard n 1 1 @ 1 0 11737752 +lion's_foot n 1 2 @ #m 1 0 11997409 +lion-hunter n 2 1 @ 2 0 10265281 10265200 +lion-jaw_forceps n 1 2 @ ; 1 0 03675907 +lion_cub n 1 1 @ 1 0 01322898 +lion_marmoset n 1 3 @ ~ #m 1 0 02491107 +lion_monkey n 1 3 @ ~ #m 1 0 02491107 +lionel_barrymore n 1 1 @ 1 0 10835709 +lionel_hampton n 1 1 @ 1 0 11027127 +lionel_trilling n 1 1 @ 1 0 11349092 +lioness n 1 1 @ 1 0 02129463 +lionet n 1 1 @ 1 0 02129530 +lionfish n 1 2 @ #m 1 0 02643566 +lions_club n 1 1 @ 1 0 08236027 +liopelma n 1 3 @ #m %m 1 0 01645278 +liopelma_hamiltoni n 1 2 @ #m 1 0 01645466 +liopelmidae n 1 3 @ #m %m 1 0 01645093 +liothyronine n 1 1 @ 1 0 05413873 +lip n 5 5 @ ~ #p %p ; 5 1 05305806 11691857 06721949 02902250 01941538 +lip-gloss n 1 1 @ 1 0 03676087 +lip_balm n 1 1 @ 1 0 03676006 +lip_fern n 1 3 @ ~ #m 1 0 13208705 +lip_reader n 1 1 @ 1 0 10265390 +lip_rouge n 1 1 @ 1 0 03676483 +lip_service n 1 2 @ ~ 1 0 06760076 +lip_sync n 1 1 @ 1 0 00910533 +lip_synch n 1 1 @ 1 0 00910533 +lip_synchronisation n 1 1 @ 1 0 00910533 +lip_synchronization n 1 1 @ 1 0 00910533 +lipaemia n 1 1 @ 1 0 14193925 +liparidae n 1 3 @ #m %m 1 0 02646985 +liparididae n 1 3 @ #m %m 1 0 02646985 +liparis n 2 3 @ #m %m 2 0 12070381 02647144 +liparis_liparis n 1 2 @ #m 1 0 02647294 +liparis_loeselii n 1 2 @ #m 1 0 12070712 +lipase n 1 2 @ #s 1 0 14938687 +lipchitz n 1 1 @ 1 0 11133778 +lipectomy n 1 2 @ ~ 1 0 00682080 +lipemia n 1 1 @ 1 0 14193925 +lipfern n 1 3 @ ~ #m 1 0 13208705 +lipid n 1 2 @ ~ 1 0 14938907 +lipid-lowering_medication n 1 2 @ ~ 1 0 03676175 +lipid-lowering_medicine n 1 2 @ ~ 1 0 03676175 +lipid_granulomatosis n 1 1 @ 1 0 14233717 +lipidaemia n 1 1 @ 1 0 14193925 +lipide n 1 2 @ ~ 1 0 14938907 +lipidemia n 1 1 @ 1 0 14193925 +lipidosis n 1 2 @ ~ 1 0 14193711 +lipitor n 1 2 @ ; 1 0 02754421 +lipizzan n 1 1 @ 1 0 02380052 +lipmann n 1 1 @ 1 0 11133938 +lipo-hepin n 1 1 @ 1 0 03514974 +lipo-lutin n 1 3 @ #s ; 1 0 14746048 +lipochondrodystrophy n 1 1 @ 1 0 14157163 +lipogram n 1 1 @ 1 0 07014187 +lipoid n 1 2 @ ~ 1 0 14938907 +lipoid_granulomatosis n 1 1 @ 1 0 14233717 +lipoidaemia n 1 1 @ 1 0 14193925 +lipoidemia n 1 1 @ 1 0 14193925 +lipoma n 1 1 @ 1 0 14239322 +lipomatosis n 1 1 @ 1 0 14115799 +lipoprotein n 1 2 @ ~ 1 0 14939230 +liposarcoma n 1 1 @ 1 0 14241241 +liposcelis n 1 3 @ #m %m 1 0 02261286 +liposcelis_divinatorius n 1 3 @ ~ #m 1 0 02261419 +liposomal_delivery_vector n 1 1 @ 1 0 09339668 +liposome n 1 1 @ 1 0 05520292 +liposuction n 1 1 @ 1 0 00682243 +lipotyphla n 1 2 @ #m 1 0 01888821 +lippi n 2 1 @ 2 0 11134339 11134196 +lippizan n 1 1 @ 1 0 02380052 +lippizaner n 1 1 @ 1 0 02380052 +lippmann n 2 1 @ 2 0 11134620 11134466 +lipreading n 1 2 @ + 1 0 00882554 +lipscomb n 1 1 @ 1 0 11134730 +lipstick n 1 2 @ + 1 1 03676483 +lipstick_plant n 1 1 @ 1 0 12830789 +liquaemin n 1 1 @ 1 0 03514974 +liquefaction n 1 3 @ ~ + 1 0 13508651 +liquefied_petroleum_gas n 1 1 @ 1 0 14878483 +liqueur n 1 2 @ ~ 1 0 07907943 +liqueur_glass n 1 1 @ 1 0 03676623 +liquid n 4 3 @ ~ + 4 3 14940386 14480420 14940100 07119643 +liquid_air n 1 1 @ 1 1 14940856 +liquid_assets n 1 3 @ #m ; 1 0 13333047 +liquid_bleach n 1 2 @ %s 1 0 14940952 +liquid_body_substance n 1 2 @ ~ 1 0 05397468 +liquid_crystal n 1 1 @ 1 0 14941087 +liquid_crystal_display n 1 2 @ ~ 1 0 03676759 +liquid_detergent n 1 1 @ 1 1 03677026 +liquid_diet n 1 2 @ ~ 1 0 07563800 +liquid_ecstasy n 1 1 @ 1 0 04253751 +liquid_measure n 1 2 @ ~ 1 0 13614764 +liquid_metal_reactor n 1 1 @ 1 0 03677115 +liquid_nitrogen n 1 1 @ 1 1 14940750 +liquid_oxygen n 1 1 @ 1 0 14648526 +liquid_pred n 1 2 @ ; 1 0 14753414 +liquid_soap n 1 1 @ 1 0 03677231 +liquid_state n 1 1 @ 1 0 14480420 +liquid_unit n 1 2 @ ~ 1 0 13614764 +liquidambar n 3 5 @ ~ #m #s %m 3 0 12316853 12316444 12316300 +liquidambar_styraciflua n 1 3 @ #m %s 1 0 12316572 +liquidation n 3 3 @ ~ + 3 2 00228535 01245061 00223720 +liquidator n 2 4 @ ~ + ; 2 0 10338707 10265532 +liquidiser n 1 1 @ 1 0 02850732 +liquidity n 3 2 @ + 3 0 14480420 04937043 04737430 +liquidity_crisis n 1 1 @ 1 0 14488912 +liquidizer n 1 2 @ + 1 0 02850732 +liquidness n 2 2 @ + 2 0 14480420 04937043 +liquor n 3 2 @ ~ 3 2 07901587 14941230 07584727 +liquor_licence n 1 2 @ ~ 1 0 06551070 +liquor_license n 1 2 @ ~ 1 0 06551070 +liquor_store n 1 1 @ 1 0 03871371 +liquorice n 2 3 @ #m %p 2 0 12532886 07607361 +lir n 1 2 @ ; 1 0 09509770 +lira n 3 2 @ %p 3 0 13695189 13687160 13686376 +liriodendron n 1 3 @ #m %m 1 0 11712153 +liriodendron_tulipifera n 1 3 @ #m %s 1 0 11712282 +liriope n 1 3 @ #m %m 1 0 12473011 +liriope_muscari n 1 2 @ #m 1 0 12473171 +lis_pendens n 1 2 @ ; 1 0 01184720 +lisboa n 1 3 @ #p %p 1 0 08986066 +lisbon n 1 3 @ #p %p 1 1 08986066 +lise_meitner n 1 1 @ 1 0 11171614 +lisinopril n 1 1 @ 1 0 03677308 +lisle n 2 1 @ 2 0 03677682 03677540 +lisle_thread n 1 1 @ 1 0 03677540 +lisp n 2 2 @ + 2 0 14402763 06901936 +lisp_compiler n 1 1 @ 1 0 06574132 +lisp_program n 1 1 @ 1 0 06902109 +lisper n 1 2 @ + 1 0 10265801 +lissomeness n 1 2 @ + 1 0 05004091 +list n 2 4 @ ~ %p + 2 2 06481320 05068080 +list-processing_language n 1 1 @ 1 0 06901936 +list_price n 1 1 @ 1 0 13305070 +list_processing n 1 1 @ 1 0 13508830 +list_system n 1 1 @ 1 0 05904616 +listed_security n 1 2 ! @ 1 0 13420900 +listener n 1 4 @ ~ #m + 1 1 10165448 +listening n 1 3 @ ~ + 1 0 00882159 +listening_watch n 1 1 @ 1 0 00881257 +lister n 3 2 @ + 3 0 11134895 10265891 03677766 +lister_plough n 1 1 @ 1 0 03677766 +lister_plow n 1 1 @ 1 0 03677766 +listera n 1 3 @ #m %m 1 0 12070950 +listera_convallarioides n 1 2 @ #m 1 0 12071259 +listera_cordata n 1 2 @ #m 1 0 12071477 +listera_ovata n 1 2 @ #m 1 0 12071744 +listeria n 1 3 @ ~ #m 1 0 01367083 +listeria_meningitis n 1 1 @ 1 0 14137066 +listeria_monocytogenes n 1 1 @ 1 0 01367208 +listeriosis n 1 1 @ 1 0 14137066 +listing n 2 4 @ ~ %p + 2 0 06481320 01011166 +listlessness n 2 2 @ + 2 0 07484109 04636881 +liston n 1 1 @ 1 0 11135044 +lisu n 1 1 @ 1 0 06932734 +liszt n 1 1 @ 1 0 11135236 +lit n 1 2 @ ; 1 0 06169488 +lit_crit n 1 1 @ 1 0 06169806 +litany n 2 2 @ #p 2 0 07240763 06457442 +litas n 1 1 @ 1 0 13701615 +litchee n 1 2 @ #p 1 0 07766173 +litchi n 2 4 @ #m #p %p 2 0 12744387 07766173 +litchi_chinensis n 1 3 @ #m %p 1 0 12744387 +litchi_nut n 1 2 @ #p 1 0 07766173 +litchi_tree n 1 3 @ #m %p 1 0 12744387 +liter n 1 3 @ #p %p 1 1 13624190 +literacy n 1 3 ! @ = 1 0 05638486 +literal n 1 1 @ 1 0 06769670 +literal_error n 1 1 @ 1 0 06769670 +literal_interpretation n 1 2 @ ~ 1 0 07173258 +literalism n 2 1 @ 2 1 05964322 06199893 +literalness n 1 2 @ + 1 1 04760611 +literary_agent n 1 1 @ 1 0 09778144 +literary_argument n 1 1 @ 1 0 06467680 +literary_composition n 1 2 @ ~ 1 0 06364329 +literary_critic n 1 2 @ ~ 1 0 10266016 +literary_criticism n 2 2 @ ~ 2 0 06374587 06169806 +literary_genre n 1 2 @ ~ 1 0 07092158 +literary_hack n 1 2 @ #m 1 0 10154740 +literary_pirate n 1 1 @ 1 0 10437262 +literary_review n 1 1 @ 1 0 06597930 +literary_study n 1 2 @ ~ 1 1 06169285 +literary_work n 1 2 @ ~ 1 1 06364329 +literate n 1 2 @ ~ 1 0 10266328 +literate_person n 1 2 @ ~ 1 0 10266328 +literati n 1 1 @ 1 0 08387603 +literature n 4 5 @ ~ + ; - 4 4 06364641 06169488 06365102 00610592 +lithane n 1 1 @ 1 0 14941884 +litheness n 1 2 @ + 1 0 05004091 +lithia_water n 1 1 @ 1 0 14941787 +lithiasis n 1 2 @ ~ 1 0 14115914 +lithium n 1 2 @ #s 1 0 14643793 +lithium_carbonate n 1 1 @ 1 0 14941884 +lithocarpus n 1 3 @ #m %m 1 0 12265266 +lithocarpus_densiflorus n 1 3 @ ~ #m 1 0 12265394 +lithocarpus_glaber n 1 1 @ 1 0 12265600 +lithocarpus_glabra n 1 1 @ 1 0 12265600 +lithodidae n 1 3 @ #m %m 1 0 01980993 +lithoglyptics n 1 1 @ 1 0 03442487 +lithograph n 2 3 @ ~ + 2 0 03678220 03677976 +lithograph_machine n 1 1 @ 1 0 03677976 +lithographer n 1 3 @ ~ + 1 0 10266486 +lithography n 2 3 @ ~ + 2 0 06680002 00939338 +lithology n 1 1 @ 1 0 06121375 +lithomancer n 1 2 @ + 1 0 10266744 +lithomancy n 1 2 @ + 1 0 05777298 +lithonate n 1 1 @ 1 0 14941884 +lithophragma n 1 3 @ #m %m 1 0 12799580 +lithophragma_affine n 1 2 @ #m 1 0 12799776 +lithophragma_affinis n 1 2 @ #m 1 0 12799776 +lithophragma_parviflorum n 1 2 @ #m 1 0 12800049 +lithophyte n 1 2 @ + 1 0 13123841 +lithophytic_plant n 1 1 @ 1 0 13123841 +lithops n 1 2 @ #m 1 0 11820463 +lithospermum n 1 3 @ #m %m 1 0 12820434 +lithospermum_canescens n 1 2 @ #m 1 0 12821048 +lithospermum_caroliniense n 1 2 @ #m 1 0 12820853 +lithospermum_officinale n 1 2 @ #m 1 0 12820669 +lithosphere n 1 3 @ #p %p 1 0 09339810 +lithotomy n 1 2 @ ~ 1 0 00683358 +lithotomy_position n 1 1 @ 1 0 05080753 +lithuania n 1 4 @ %m %p + 1 0 09013830 +lithuanian n 2 3 @ #m + 2 0 09707289 06946199 +lithuanian_monetary_unit n 1 2 @ ~ 1 0 13701482 +lithuresis n 1 1 @ 1 0 13508950 +litigant n 1 4 @ ~ + ; 1 1 10266848 +litigation n 1 4 @ ~ + ; 1 1 01186810 +litigator n 1 4 @ ~ + ; 1 0 10266848 +litigiousness n 1 2 @ + 1 0 04644306 +litmus n 1 2 @ #s 1 0 14941407 +litmus_paper n 1 2 @ %s 1 0 14941642 +litmus_test n 2 2 @ #s 2 0 14941407 07198437 +litocranius n 1 3 @ #m %m 1 0 02420675 +litocranius_walleri n 1 2 @ #m 1 0 02420828 +litoral n 1 1 @ 1 0 08596076 +litotes n 1 1 @ 1 0 07104292 +litre n 1 3 @ #p %p 1 0 13624190 +litter n 4 3 @ ~ + 4 2 08400331 14858292 03678362 02820432 +litter-basket n 1 1 @ 1 0 03678558 +litter-bearer n 1 1 @ 1 0 10663549 +litter_basket n 1 1 @ 1 0 03678558 +litter_lout n 1 1 @ 1 0 10267166 +litterateur n 1 2 @ ~ 1 0 10064405 +litterbin n 1 1 @ 1 0 03678558 +litterbug n 1 1 @ 1 0 10267166 +litterer n 1 2 @ + 1 0 10267166 +little n 1 1 @ 1 1 13762717 +little-head_snakeweed n 1 1 @ 1 0 11974373 +little-leaf_fig n 1 1 @ 1 0 12403276 +little-league_team n 1 3 @ #m %m 1 0 08232160 +little_auk n 1 2 @ #m 1 0 02046171 +little_barley n 1 1 @ 1 0 12124172 +little_bear n 1 3 @ %m %p 1 0 09340024 +little_bighorn n 2 3 @ #p ; 2 0 09340203 01284444 +little_bighorn_river n 1 2 @ #p 1 0 09340203 +little_black_ant n 1 2 @ #m 1 0 02220225 +little_blue_heron n 1 2 @ #m 1 0 02009229 +little_brother n 1 1 @ 1 0 10267311 +little_brown_bat n 1 2 @ #m 1 0 02146700 +little_brown_myotis n 1 2 @ #m 1 0 02146700 +little_chief_hare n 1 2 @ #m 1 0 02328820 +little_club_moss n 1 3 @ ~ #m 1 0 13224673 +little_clubmoss n 1 1 @ 1 0 13223090 +little_corporal n 1 1 @ 1 0 11200276 +little_dictionary n 1 1 @ 1 0 06419912 +little_dipper n 1 3 @ #p %m 1 0 09340452 +little_dog n 1 2 @ %m 1 0 09232989 +little_ebony_spleenwort n 1 1 @ 1 0 13181406 +little_egret n 1 2 @ #m 1 0 02009508 +little_finger n 1 2 @ %p 1 1 05567727 +little_giant n 1 1 @ 1 0 10941206 +little_girl n 1 2 @ ~ 1 0 10084295 +little_golden_zinnia n 1 1 @ 1 0 12034594 +little_grebe n 1 1 @ 1 0 02050809 +little_hand n 1 1 @ 1 0 03544238 +little_horn n 1 2 @ #p 1 0 09340203 +little_joe n 1 1 @ 1 0 13744304 +little_john n 1 1 @ 1 0 10267437 +little_league n 1 2 @ %m 1 0 08231999 +little_leaguer n 1 2 @ #m 1 0 10267561 +little_lord_fauntleroy n 1 1 @ 1 0 10082299 +little_missouri n 1 2 @ #p 1 0 09340644 +little_missouri_river n 1 2 @ #p 1 0 09340644 +little_mo_connolly n 1 1 @ 1 0 10907236 +little_office n 1 2 @ ; 1 0 01033903 +little_owl n 1 2 @ #m 1 0 01622120 +little_phoebe n 1 1 @ 1 0 13744521 +little_potato n 1 1 @ 1 0 14281549 +little_red_riding_hood n 1 1 @ 1 0 10267719 +little_rhody n 1 4 @ #p %p - 1 0 09137032 +little_rock n 1 2 @ #p 1 1 09060280 +little_sioux_river n 1 2 @ #p 1 0 09340935 +little_sister n 1 1 @ 1 1 10267865 +little_skate n 1 2 @ #m 1 0 01501777 +little_slam n 1 1 @ 1 0 07474911 +little_sparrow n 1 1 @ 1 0 11234152 +little_spotted_skunk n 1 2 @ #m 1 0 02447021 +little_terror n 1 1 @ 1 0 10702483 +little_theater n 1 1 @ 1 0 03678729 +little_theatre n 1 1 @ 1 0 03678729 +little_toe n 1 2 @ #p 1 0 05577969 +little_wabash n 1 2 @ #p 1 0 09341145 +little_wabash_river n 1 2 @ #p 1 0 09341145 +littleneck n 2 1 @ 2 0 07787108 01958346 +littleneck_clam n 2 1 @ 2 0 07787108 01958346 +littleness n 3 4 ! @ ~ + 3 0 05106633 05031367 04834073 +littoral n 1 1 @ 1 0 08596076 +littoral_zone n 1 1 @ 1 0 08596076 +littorina n 1 3 @ #m %m 1 0 01948284 +littorinidae n 1 3 @ #m %m 1 0 01948154 +littre n 1 1 @ 1 0 11135371 +liturgics n 1 1 @ 1 0 06183652 +liturgiology n 1 1 @ 1 0 06183652 +liturgist n 1 2 @ + 1 0 10267941 +liturgy n 2 4 @ ~ %p + 2 0 01035853 01033184 +live-and-die n 1 2 @ #m 1 0 11755319 +live-bearer n 1 3 @ ~ #m 1 0 01448951 +live-forever n 1 2 @ #m 1 0 12786464 +live_axle n 1 2 @ #p 1 0 03678879 +live_birth n 1 3 ! @ ~ 1 0 07320734 +live_body n 1 2 @ ~ 1 0 05218788 +live_load n 1 1 @ 1 0 03679037 +live_oak n 1 2 @ ~ 1 1 12269241 +live_steam n 1 1 @ 1 0 15055342 +live_wire n 1 2 @ ~ 1 0 10040945 +liveborn_infant n 1 2 ! @ 1 0 10268058 +livedo n 1 1 @ 1 0 14229788 +livelihood n 1 2 @ ~ 1 1 13365286 +liveliness n 2 4 @ ~ = + 2 1 00552436 04632157 +livelong n 1 2 @ #m 1 0 12786464 +liveness n 1 4 @ ~ = + 1 0 05005447 +liver n 4 5 @ ~ #p %p + 4 2 05385534 07652052 10268299 10268180 +liver-spotted_dalmatian n 1 1 @ 1 0 02110532 +liver_cancer n 1 1 @ 1 0 14131651 +liver_chestnut n 1 1 @ 1 0 02388832 +liver_disease n 1 2 @ ~ 1 0 14116321 +liver_fluke n 1 2 @ #m 1 1 01926379 +liver_pudding n 1 1 @ 1 0 07677360 +liver_rot n 1 1 @ 1 0 14265006 +liver_sausage n 1 1 @ 1 0 07677360 +liver_spot n 1 2 @ #p 1 0 05245387 +liverleaf n 1 2 @ #m 1 0 11735053 +livermore n 1 1 @ 1 0 11135488 +liverpool n 1 4 @ #p %m + 1 1 08877382 +liverpudlian n 1 2 @ #m 1 0 09704509 +liverwort n 1 3 @ ~ #m 1 0 11542640 +liverwurst n 1 1 @ 1 0 07677360 +livery n 3 2 @ ~ 3 0 03679174 01108753 00658946 +livery_company n 1 1 @ 1 0 08186898 +livery_driver n 1 1 @ 1 0 10693646 +livery_stable n 1 1 @ 1 1 03679274 +liveryman n 1 1 @ 1 0 10268422 +livestock n 1 2 @ - 1 1 01887474 +lividity n 2 2 @ + 2 0 07517292 04977561 +lividness n 1 2 @ + 1 0 04977561 +living n 4 5 ! @ ~ = + 4 4 05810561 07945818 13961642 13365286 +living-room n 1 3 @ ~ #p 1 0 03679712 +living_accommodations n 1 2 @ ~ 1 0 03546340 +living_arrangement n 1 1 @ 1 1 05730046 +living_dead n 1 1 @ 1 0 10805638 +living_death n 1 1 @ 1 0 14448825 +living_granite n 1 2 @ #m 1 0 11821929 +living_quarters n 1 3 @ ~ ; 1 0 03679384 +living_rock n 2 2 @ #m 2 0 11843896 11821929 +living_room n 1 3 @ ~ #p 1 1 03679712 +living_space n 1 1 @ 1 1 13778530 +living_stone n 1 2 @ #m 1 0 11820463 +living_substance n 1 2 @ ~ 1 0 05432736 +living_thing n 1 3 @ ~ - 1 1 00004258 +living_trust n 1 1 @ 1 0 13362918 +living_wage n 1 1 @ 1 0 13280251 +living_will n 1 2 @ ; 1 0 06544841 +livingroom_set n 1 1 @ 1 0 08007897 +livingroom_suite n 1 1 @ 1 0 08007897 +livingston n 1 1 @ 1 0 11135610 +livingstone n 1 1 @ 1 0 11135797 +livingstone_daisy n 1 2 @ #m 1 0 11819912 +livistona n 1 3 @ #m %m 1 0 12591195 +livistona_australis n 1 2 @ #m 1 0 12591351 +livonia n 1 2 @ #p 1 0 09012898 +livonian n 2 1 @ 2 0 09707061 06957768 +livy n 1 1 @ 1 0 11135991 +liza n 1 2 @ #m 1 0 02602059 +lizard n 2 2 @ ~ 2 1 01674464 10274474 +lizard's-tail n 1 2 @ #m 1 0 13151975 +lizard's-tail_family n 1 3 @ #m %m 1 0 13151568 +lizard_orchid n 1 2 @ #m 1 0 12069679 +lizardfish n 1 2 @ #m 1 0 02543565 +ljubljana n 1 2 @ #p 1 0 08818736 +llama n 1 2 @ ~ 1 0 02437616 +llano n 1 2 @ ; 1 0 09341319 +llano_estacado n 1 2 @ #p 1 0 09341465 +llb n 1 1 @ 1 0 06704898 +lld n 1 1 @ 1 0 06705698 +llew_llaw_gyffes n 1 2 @ ; 1 0 09509911 +llewelyn_powys n 1 1 @ 1 0 11245902 +llm n 1 1 @ 1 0 06704990 +lloyd n 1 1 @ 1 0 11136214 +lloyd_webber n 1 1 @ 1 0 11136405 +llud n 1 2 @ ; 1 0 09510073 +llullaillaco n 1 2 @ #p 1 0 09341673 +llyr n 1 2 @ ; 1 0 09510164 +lm n 1 1 @ 1 0 13641299 +lo/ovral n 1 2 @ %s 1 0 03689840 +loach n 1 2 @ #m 1 0 01438581 +load n 9 5 @ ~ #p + ; 9 6 03679986 13772468 02964389 13772313 11449561 05832745 11446067 04551375 03680248 +load-shedding n 1 1 @ 1 0 00807768 +load_factor n 1 2 @ ; 1 0 13822569 +load_line n 1 1 @ 1 0 08596336 +loader n 2 2 @ + 2 0 10655169 10268505 +loading n 5 4 ! @ ~ + 5 2 03679986 13772468 13826426 02964389 00713952 +loading_area n 1 1 @ 1 0 08596214 +loading_dock n 1 1 @ 1 0 03217333 +loading_zone n 1 1 @ 1 0 08596214 +loads n 1 1 @ 1 0 13777509 +loadstar n 2 2 @ ~ 2 0 09342563 05937417 +loadstone n 1 2 @ %s 1 0 14942411 +loaf n 2 3 @ ~ %p 2 1 07683786 07649582 +loaf_of_bread n 1 3 @ ~ %p 1 1 07683786 +loaf_sugar n 1 1 @ 1 0 07595499 +loafer n 2 4 @ ~ + ; 2 0 10197967 03680355 +loafing n 1 2 @ ~ 1 0 01065441 +loam n 1 3 @ ~ + 1 0 14942223 +loan n 2 4 @ ~ %p + 2 1 13398953 06293460 +loan-blend n 1 2 @ ; 1 0 06293229 +loan_application n 1 2 @ ~ 1 0 06513043 +loan_approval n 1 1 @ 1 0 01141366 +loan_collection n 1 1 @ 1 0 07955841 +loan_office n 2 1 @ 2 0 03901974 03680629 +loan_participation n 1 1 @ 1 0 13399570 +loan_shark n 1 1 @ 1 0 10742384 +loan_translation n 1 1 @ 1 0 06301445 +loanblend n 1 2 @ ; 1 0 06293229 +loaner n 2 2 @ ~ 2 0 10254392 03680512 +loaning n 1 2 @ ~ 1 0 01093666 +loanword n 1 2 @ ~ 1 0 06293460 +loasa n 1 2 @ #m 1 0 12035213 +loasa_family n 1 3 @ #m %m 1 0 12034828 +loasaceae n 1 3 @ #m %m 1 0 12034828 +loather n 1 2 @ + 1 0 09754780 +loathing n 1 2 @ + 1 0 07503430 +loathsomeness n 1 2 @ + 1 0 04781349 +lob n 2 2 @ + 2 0 00569361 00120804 +lobachevsky n 1 1 @ 1 0 11136622 +lobar_pneumonia n 1 2 @ ~ 1 0 14148646 +lobata n 1 2 @ #m 1 0 01921216 +lobate_foot n 1 1 @ 1 0 02155313 +lobby n 3 4 @ ~ #p + 3 1 02715513 08375912 08375526 +lobbying_expense n 1 1 @ 1 0 13276604 +lobbyism n 1 1 @ 1 0 00415333 +lobbyist n 1 2 @ + 1 0 10268629 +lobe n 4 5 @ ~ #p + ; 4 1 05493303 13161506 07005523 03680734 +lobe-finned_fish n 1 3 @ ~ #m 1 0 02515214 +lobe_of_the_lung n 1 2 @ #p 1 0 05387959 +lobectomy n 1 1 @ 1 0 00683590 +lobed_leaf n 1 1 @ 1 0 13161412 +lobed_spleenwort n 1 1 @ 1 0 13182799 +lobefin n 1 3 @ ~ #m 1 0 02515214 +lobelia n 1 3 @ ~ #m 1 0 12168565 +lobelia_cardinalis n 1 1 @ 1 0 12168750 +lobelia_dortmanna n 1 1 @ 1 0 12169099 +lobelia_family n 1 2 @ #m 1 0 12168126 +lobelia_inflata n 1 1 @ 1 0 12168898 +lobelia_siphilitica n 1 1 @ 1 0 12169320 +lobeliaceae n 1 3 @ #m + 1 0 12168126 +lobipes n 1 3 @ #m %m 1 0 02038010 +lobipes_lobatus n 1 2 @ #m 1 0 02038141 +lobito n 1 2 @ #p 1 0 08708609 +loblolly n 1 1 @ 1 1 07875086 +loblolly_pine n 1 1 @ 1 0 11615387 +lobotes n 1 3 @ #m %m 1 0 02636035 +lobotes_pacificus n 1 1 @ 1 0 02636550 +lobotes_surinamensis n 1 1 @ 1 0 02636405 +lobotidae n 1 3 @ #m %m 1 0 02635911 +lobotomy n 1 2 @ ~ 1 0 00684128 +lobscouse n 1 1 @ 1 1 07591330 +lobscuse n 1 1 @ 1 1 07591330 +lobster n 2 5 @ ~ #m #p %p 2 0 07792725 01982650 +lobster_a_la_newburg n 1 1 @ 1 0 07870478 +lobster_butter n 1 1 @ 1 0 07856045 +lobster_newburg n 1 1 @ 1 0 07870478 +lobster_plant n 1 2 @ #m 1 0 12920204 +lobster_pot n 1 1 @ 1 0 03680858 +lobster_stew n 1 1 @ 1 0 07591236 +lobster_tail n 1 1 @ 1 0 07793685 +lobster_tart n 1 1 @ 1 0 07624239 +lobster_thermidor n 1 1 @ 1 0 07870894 +lobsterback n 1 1 @ 1 0 10029985 +lobsterman n 1 1 @ 1 0 10268827 +lobularia n 1 3 @ #m %m 1 0 11891050 +lobularia_maritima n 1 2 @ #m 1 0 11891175 +lobularity n 1 2 @ + 1 1 05064722 +lobule n 1 2 @ + 1 1 05493650 +lobworm n 1 2 @ #m 1 0 01936671 +local n 2 3 ! @ ~ 2 1 03680942 03681148 +local_anaesthesia n 1 1 @ 1 0 14027204 +local_anaesthetic n 1 2 @ ~ 1 0 03681148 +local_anesthesia n 1 1 @ 1 0 14027204 +local_anesthetic n 1 2 @ ~ 1 0 03681148 +local_area_network n 1 3 @ ~ %p 1 0 03681477 +local_authority n 1 2 @ ; 1 0 08482577 +local_call n 1 1 @ 1 1 06273986 +local_department n 1 2 @ ~ 1 1 08120384 +local_government n 1 2 @ ~ 1 1 08052874 +local_option n 1 1 @ 1 1 13993030 +local_oscillator n 1 2 @ #p 1 0 03681813 +local_post_office n 1 2 @ %p 1 0 08145553 +local_road n 1 2 @ ~ 1 0 03682024 +local_street n 1 2 @ ~ 1 0 03682024 +local_time n 1 2 @ ~ 1 0 15116910 +locale n 1 2 @ + 1 1 08677628 +localisation n 2 4 @ ~ + ; 2 0 05992274 00155487 +localisation_of_function n 1 3 @ ~ ; 1 0 05992274 +localisation_principle n 1 3 @ ~ ; 1 0 05992274 +localism n 2 1 @ 2 0 07156375 06202429 +locality n 1 3 @ ~ + 1 1 08641113 +localization n 2 4 @ ~ + ; 2 1 00155487 05992274 +localization_of_function n 1 3 @ ~ ; 1 0 05992274 +localization_principle n 1 3 @ ~ ; 1 0 05992274 +locater n 1 2 @ + 1 0 10268930 +locating n 2 2 @ ~ 2 0 01051331 00155487 +location n 4 5 ! @ ~ #p + 4 3 00027167 01051331 00155487 03682189 +locative n 1 1 @ 1 0 06332919 +locative_role n 1 1 @ 1 0 06332919 +locator n 1 2 @ + 1 0 10268930 +loch n 2 2 @ ~ 2 0 09341987 09341874 +loch_achray n 1 2 @ #p 1 0 09342141 +loch_linnhe n 1 2 @ #p 1 0 09342245 +loch_ness n 1 3 @ #p %p 1 0 09342386 +loch_ness_monster n 1 2 @ #p 1 0 09487821 +lochaber_ax n 1 1 @ 1 0 03682380 +lochia n 1 1 @ 1 0 05417272 +lock n 6 5 @ ~ #p %p + 6 3 03682487 05257737 03683341 03683079 03682877 00814458 +lock-gate n 1 1 @ 1 0 03684143 +lock-up_option n 1 1 @ 1 0 13242558 +lock_chamber n 1 2 @ #p 1 0 03683079 +lock_ring n 1 1 @ 1 0 03684489 +lock_washer n 1 1 @ 1 0 03684489 +lockage n 3 3 @ #p + 3 0 13322641 03683457 00313385 +lockbox n 1 1 @ 1 0 04125257 +lockdown n 1 1 @ 1 0 01146993 +locke n 1 1 @ 1 0 11136798 +locker n 3 4 @ ~ #p + 3 1 02933462 03683606 03380301 +locker_room n 1 3 @ #p %p 1 1 03683708 +locket n 1 1 @ 1 0 03683995 +locking n 1 1 @ 1 0 00827638 +locking_pliers n 1 2 @ ; 1 0 03684224 +lockjaw n 1 1 @ 1 0 14185803 +lockkeeper n 1 1 @ 1 0 10269078 +lockman n 1 1 @ 1 0 10269078 +lockmaster n 1 1 @ 1 0 10269078 +locknut n 1 1 @ 1 0 03684338 +lockout n 1 2 @ + 1 0 00202620 +lockring n 1 1 @ 1 0 03684489 +locksmith n 1 1 @ 1 0 10269199 +lockstep n 2 1 @ 2 0 01025254 00291400 +lockstitch n 1 1 @ 1 0 03684611 +lockup n 2 2 @ + 2 1 03684740 00827638 +loco_disease n 1 1 @ 1 0 14273860 +locoism n 1 1 @ 1 0 14273860 +locomotion n 2 3 @ ~ + 2 0 04773596 00283127 +locomotive n 1 4 @ ~ #m %p 1 0 03684823 +locomotive_engine n 1 4 @ ~ #m %p 1 0 03684823 +locomotive_engineer n 1 2 @ ~ 1 0 10057714 +locomotor_ataxia n 1 1 @ 1 0 14134819 +locoweed n 2 3 @ ~ #m 2 0 12554526 03990834 +locule n 1 1 @ 1 0 05253951 +loculus n 1 1 @ 1 0 05253951 +locum n 1 1 @ 1 0 10269289 +locum_tenens n 1 1 @ 1 0 10269289 +locus n 3 1 @ 3 0 08677628 08623568 08000881 +locus_classicus n 1 1 @ 1 0 06401004 +locus_niger n 1 2 @ #p 1 0 05500006 +locus_of_infection n 1 1 @ 1 0 08623676 +locust n 3 5 @ ~ #m #s %s 3 1 02226970 12495396 12495146 +locust_bean n 1 3 @ #s #p 1 0 12493426 +locust_pod n 1 3 @ #s #p 1 0 12493426 +locust_tree n 1 4 @ ~ #m %s 1 0 12495146 +locusta n 1 3 @ #m %m 1 0 02227119 +locusta_migratoria n 1 2 @ #m 1 0 02227247 +locustidae n 1 3 @ #m %m 1 0 02226598 +locution n 1 2 @ ~ 1 0 07151380 +loddon_pondweed n 1 2 @ #m 1 0 12616630 +lode n 1 2 @ ~ 1 0 11446067 +lodestar n 2 2 @ ~ 2 0 09342563 05937417 +lodestone n 1 2 @ %s 1 0 14942411 +lodge n 6 5 @ ~ %m + ; 6 0 11136973 08227214 03685640 03685486 03685307 03541696 +lodgement n 2 2 @ + 2 0 07236627 04777634 +lodgepole n 1 1 @ 1 0 11615026 +lodgepole_pine n 1 1 @ 1 0 11615026 +lodger n 1 2 @ + 1 0 10269458 +lodging n 3 3 @ ~ + 3 1 03546340 04777634 01054227 +lodging_house n 1 2 @ ~ 1 0 03685820 +lodgings n 1 2 @ + 1 1 03195485 +lodgment n 2 1 @ 2 0 07236627 04777634 +lodine n 1 3 @ %s ; 1 0 03300907 +lodz n 1 2 @ #p 1 0 08984122 +loeb n 1 1 @ 1 0 11137175 +loess n 1 1 @ 1 0 14942631 +loestrin n 1 2 @ %s 1 0 03685962 +loewe n 1 1 @ 1 0 11137334 +loewi n 1 1 @ 1 0 11137506 +lofortyx n 1 2 @ #m 1 0 01806740 +lofortyx_californicus n 1 1 @ 1 0 01806847 +lofoten n 1 2 @ #p 1 0 08764899 +loft n 4 5 @ ~ #p + ; 4 2 03686470 03686130 05069447 03686363 +loft_bombing n 1 2 @ ~ 1 0 00979348 +loftiness n 2 2 @ + 2 0 05137402 04729984 +log n 5 6 @ ~ #p %p + ; 5 1 14942762 06812631 06504155 06503884 03686658 +log_cabin n 1 1 @ 1 1 03686924 +log_line n 1 2 @ #p 1 0 03687448 +logagraphia n 1 1 @ 1 0 14095948 +logan n 1 2 @ #p 1 0 09342729 +loganberry n 2 3 @ #p %p 2 0 12655062 07745357 +logania n 1 2 @ #m 1 0 12485331 +loganiaceae n 1 3 @ #m %m 1 0 12485122 +logarithm n 1 3 @ ~ + 1 1 06812631 +logarithmic_scale n 1 1 @ 1 0 13851245 +logbook n 1 2 @ ~ 1 0 06504049 +loge n 2 4 @ ~ #p %p 2 0 03687003 02884225 +logger n 1 3 @ ~ + 1 1 10276045 +loggerhead n 2 2 @ #m 2 0 10039663 01664065 +loggerhead_shrike n 1 2 @ #m 1 0 01599556 +loggerhead_turtle n 1 2 @ #m 1 0 01664065 +loggia n 1 1 @ 1 0 03687137 +logginess n 1 1 @ 1 0 14018432 +logging n 1 2 @ + 1 1 00581772 +logic n 5 5 @ ~ + ; - 5 3 06163751 05615028 05871618 06133018 05664069 +logic_bomb n 1 1 @ 1 0 06585203 +logic_diagram n 1 1 @ 1 0 06582267 +logic_element n 1 2 @ ~ 1 0 03687306 +logic_gate n 1 2 @ ~ 1 0 03427656 +logic_operation n 1 2 @ ; 1 0 13509042 +logic_programing n 2 1 @ 2 0 06902193 00929285 +logic_programming n 2 1 @ 2 0 06902193 00929285 +logical_argument n 1 2 @ ~ 1 0 05773049 +logical_diagram n 1 1 @ 1 0 06582267 +logical_fallacy n 1 2 @ ~ 1 0 05894143 +logical_implication n 1 1 @ 1 0 13860281 +logical_operation n 1 2 @ ; 1 0 13509042 +logical_positivism n 1 3 @ ~ + 1 0 05993367 +logical_positivist n 1 2 @ + 1 0 10269611 +logical_proof n 1 1 @ 1 0 06647960 +logical_quantifier n 1 3 @ ~ ; 1 0 06302542 +logical_relation n 1 3 @ ~ ; 1 0 13783038 +logical_system n 1 3 @ ~ - 1 0 05664069 +logical_thinking n 1 2 @ ~ 1 0 05772356 +logical_topology n 1 1 @ 1 0 05731405 +logicality n 1 5 ! @ ~ = + 1 0 04784664 +logicalness n 1 5 ! @ ~ = + 1 0 04784664 +logician n 1 3 @ ~ + 1 0 10269785 +logicism n 1 2 @ ; 1 0 05972417 +loginess n 1 2 @ + 1 0 14018432 +logion n 1 1 @ 1 0 06301302 +logistic_assessment n 1 2 @ ; 1 0 00875671 +logistic_assistance n 1 3 @ ~ ; 1 0 01216515 +logistic_support n 1 3 @ ~ ; 1 0 01216515 +logistician n 1 3 @ ~ + 1 0 10269785 +logistics n 1 2 @ + 1 1 01060745 +logjam n 2 1 @ 2 0 14015596 07962405 +logo n 1 1 @ 1 0 07272084 +logogram n 1 2 @ + 1 0 06840890 +logograph n 1 1 @ 1 0 06840890 +logomach n 1 1 @ 1 0 10270109 +logomachist n 1 2 @ + 1 0 10270109 +logomachy n 1 2 @ + 1 0 07141319 +logomania n 1 1 @ 1 0 09182401 +logorrhea n 1 1 @ 1 0 09182401 +logos n 1 2 @ ~ 1 0 09537144 +logotype n 1 1 @ 1 0 07272084 +logrolling n 2 3 @ + ; 2 0 01110063 00343894 +logrono n 1 1 @ 1 0 09026499 +logwood n 2 4 @ #m #s %s 2 0 12497322 12496949 +logwood_tree n 1 3 @ #m %s 1 0 12496949 +lohan n 1 1 @ 1 0 09532837 +loin n 2 2 @ #p 2 0 07658678 02463403 +loin_of_lamb n 1 2 @ #p 1 0 07667872 +loincloth n 1 2 @ ~ 1 0 02896294 +loins n 2 3 @ #p %p 2 1 05558555 05597594 +loir n 1 2 @ #m 1 0 02352932 +loire n 1 2 @ #p 1 0 09342937 +loire_river n 1 2 @ #p 1 0 09342937 +loire_valley n 1 2 @ #p 1 0 09343123 +loiseleuria n 1 3 @ #m %m 1 0 12240335 +loiseleuria_procumbens n 1 2 @ #m 1 0 12240477 +loiterer n 1 2 @ + 1 0 10270232 +loki n 1 2 @ ; 1 0 09581680 +lola_montez n 1 1 @ 1 0 11187471 +loligo n 1 2 @ #m 1 0 01971620 +lolita n 1 1 @ 1 0 10270383 +lolium n 1 3 @ #m %m 1 0 12124505 +lolium_multiflorum n 1 1 @ 1 0 12125001 +lolium_perenne n 1 1 @ 1 0 12124818 +lolium_temulentum n 1 1 @ 1 0 12125183 +lollipop n 2 1 @ 2 0 07615774 07607605 +lollipop_lady n 1 2 @ ; 1 0 10270468 +lollipop_woman n 1 2 @ ; 1 0 10270468 +lolly n 2 1 @ 2 0 13385216 07615774 +lolo n 1 1 @ 1 0 06932948 +lolo-burmese n 1 2 @ ~ 1 0 06932265 +loloish n 1 2 @ ~ 1 0 06932537 +lomariopsidaceae n 1 3 @ #m %m 1 0 13202749 +lomatia n 1 2 @ #m 1 0 12220829 +lombard n 1 1 @ 1 0 09703344 +lombard_street n 1 2 @ #p 1 0 08596519 +lombardia n 1 3 @ #p %p 1 0 08808614 +lombardy n 1 3 @ #p %p 1 0 08808614 +lombardy_poplar n 1 1 @ 1 0 12732605 +lome n 1 2 @ #p 1 0 08760228 +loment n 1 1 @ 1 0 13139321 +lomogramma n 1 2 @ #m 1 0 13203115 +lomotil n 1 1 @ 1 0 03687604 +lomustine n 1 1 @ 1 0 03687688 +lonas n 1 3 @ #m %m 1 0 11992674 +lonas_annua n 1 2 @ #m 1 0 11992806 +lonas_inodora n 1 2 @ #m 1 0 11992806 +lonchocarpus n 1 3 @ #m %m 1 0 12544646 +london n 2 5 @ #p %m %p + 2 1 08873622 11137748 +london_plane n 1 2 @ #m 1 0 12807251 +londoner n 1 4 @ ~ #m + 1 1 09704630 +lone-star_state n 1 4 @ #m #p %p 1 0 09141526 +lone_hand n 1 2 @ ~ 1 0 10270628 +lone_wolf n 1 2 @ ~ 1 0 10270628 +loneliness n 3 3 @ ~ + 3 2 14415163 07534108 04622415 +loner n 1 2 @ ~ 1 0 10270628 +lonesomeness n 1 3 @ ~ + 1 0 04622415 +long-beard n 1 1 @ 1 0 02825240 +long-billed_marsh_wren n 1 1 @ 1 0 01585287 +long-chain_molecule n 1 2 @ ; 1 0 09343266 +long-clawed_prawn n 1 3 @ #m %p 1 0 01987727 +long-distance_call n 1 2 @ ~ 1 0 06274092 +long-distance_runner n 1 1 @ 1 0 10292969 +long-eared_bat n 1 3 @ ~ #m 1 0 02148835 +long-eared_owl n 1 2 @ #m 1 0 01624833 +long-fin_tunny n 1 2 @ %p 1 0 02627037 +long-handled_spade n 1 1 @ 1 0 03214450 +long-head_coneflower n 1 2 @ #m 1 0 12007196 +long-horned_beetle n 1 3 @ ~ #m 1 0 02168699 +long-horned_grasshopper n 1 3 @ ~ #m 1 0 02227966 +long-legs n 1 3 @ ~ #m 1 0 02034661 +long-neck_clam n 2 4 @ #m #p %p 2 0 07787429 01957335 +long-spurred_violet n 1 1 @ 1 0 12389932 +long-staple_cotton n 1 1 @ 1 0 14870325 +long-sufferance n 1 1 @ 1 0 05033291 +long-suffering n 1 1 @ 1 0 05033291 +long-tailed_porcupine n 1 2 @ #m 1 0 02347573 +long-tailed_weasel n 1 1 @ 1 0 02442668 +long-term_memory n 1 2 @ ~ 1 0 05760877 +long-windedness n 1 4 @ ~ = + 1 0 07090108 +long_beach n 1 2 @ #p 1 0 09063477 +long_beech_fern n 1 1 @ 1 0 13231078 +long_bone n 1 3 @ ~ %p 1 1 05275651 +long_chain n 1 2 @ ; 1 0 09343266 +long_distance n 1 2 @ ~ 1 0 06274092 +long_division n 1 1 @ 1 0 00871123 +long_dozen n 1 1 @ 1 0 13747199 +long_fly n 1 1 @ 1 0 00438606 +long_haul n 2 1 @ 2 1 00308073 15243351 +long_horse n 1 1 @ 1 0 04524142 +long_hundred n 1 1 @ 1 0 13750574 +long_hundredweight n 1 3 @ #p %p 1 0 13721003 +long_iron n 1 1 @ 1 0 03688066 +long_island n 1 3 @ #p %p 1 1 09124039 +long_island_sound n 1 2 @ #p 1 1 09343422 +long_johns n 1 2 @ ; 1 0 03688192 +long_jump n 2 2 @ %p 2 0 07469609 00440382 +long_measure n 1 1 @ 1 0 13599469 +long_moss n 1 2 @ #m 1 0 12608127 +long_pants n 1 1 @ 1 0 03688605 +long_pepper n 2 4 @ #m %s %p 2 0 13149829 12900987 +long_pillow n 1 1 @ 1 0 02865509 +long_plane n 1 1 @ 1 0 03601638 +long_run n 1 1 @ 1 0 15243351 +long_saphenous_vein n 1 1 @ 1 0 05379944 +long_shot n 2 1 @ 2 1 00803091 10271124 +long_sleeve n 1 1 @ 1 0 03688405 +long_suit n 2 3 @ ~ #p 2 0 07957193 05159225 +long_time n 1 2 @ ~ 1 1 15242955 +long_tom n 1 1 @ 1 0 03688504 +long_ton n 1 2 @ %p 1 0 13721387 +long_trousers n 1 1 @ 1 0 03688605 +long_underwear n 1 1 @ 1 0 03688707 +long_wave n 1 1 @ 1 0 11507511 +long_whist n 1 2 @ ~ 1 0 00496167 +longan n 1 3 @ #m %p 1 0 12743352 +longanberry n 2 4 @ #m #p %p 2 0 12743352 07766409 +longanimity n 1 2 @ + 1 0 04640538 +longar_palm n 1 3 @ #m %s 1 0 12585629 +longbeard n 1 1 @ 1 0 02825240 +longboat n 1 1 @ 1 0 03687820 +longbow n 1 1 @ 1 0 03687928 +longbowman n 1 1 @ 1 0 10270777 +longcase_clock n 1 2 @ %p 1 0 03452594 +longer n 1 2 @ + 1 0 10270878 +longevity n 2 1 @ 2 1 05051734 04927890 +longfellow n 1 1 @ 1 0 11137928 +longfin_mako n 1 1 @ 1 0 01484447 +longhand n 1 2 @ ~ 1 1 06350274 +longheaded_thimbleweed n 1 1 @ 1 0 11726145 +longhorn n 1 1 @ 1 0 02404432 +longicorn n 1 3 @ ~ #m 1 0 02168699 +longicorn_beetle n 1 3 @ ~ #m 1 0 02168699 +longing n 1 3 @ ~ + 1 1 07486628 +longitude n 1 2 @ + 1 1 08596668 +longleaf_pine n 1 1 @ 1 0 11615967 +longlegs n 1 3 @ ~ #m 1 0 02034661 +longness n 2 4 ! @ ~ + 2 0 05133287 05051601 +longroot n 1 1 @ 1 0 11806369 +longshoreman n 1 1 @ 1 1 10655169 +longshot n 1 1 @ 1 1 03688316 +longsightedness n 1 3 @ ~ + 1 0 14554011 +longtail_weasel n 1 1 @ 1 0 02442668 +longueur n 1 2 @ ; 1 0 15134054 +longways n 1 2 @ ~ 1 0 00539510 +longways_dance n 1 2 @ ~ 1 0 00539510 +longwool n 1 1 @ 1 0 02414209 +longyi n 1 1 @ 1 0 03697913 +lonicera n 1 3 @ #m %m 1 0 12673755 +lonicera_albiflora n 1 2 @ #m 1 0 12674484 +lonicera_canadensis n 1 3 @ ~ #m 1 0 12674685 +lonicera_caprifolium n 1 2 @ #m 1 0 12674895 +lonicera_dioica n 1 2 @ #m 1 0 12675100 +lonicera_flava n 1 2 @ #m 1 0 12675299 +lonicera_hirsuta n 1 2 @ #m 1 0 12675515 +lonicera_involucrata n 1 2 @ #m 1 0 12675716 +lonicera_japonica n 1 2 @ #m 1 0 12675876 +lonicera_japonica_halliana n 1 2 @ #m 1 0 12676134 +lonicera_morrowii n 1 1 @ 1 0 12676370 +lonicera_periclymenum n 1 2 @ #m 1 0 12676534 +lonicera_sempervirens n 1 2 @ #m 1 0 12676703 +lonicera_tatarica n 1 2 @ #m 1 0 12676940 +lonicera_xylosteum n 1 2 @ #m 1 0 12677120 +loniten n 1 1 @ 1 0 03771820 +lontar n 1 3 @ #m %s 1 0 12585629 +loo n 1 1 @ 1 0 04558478 +loofa n 1 2 @ #p 1 0 12167075 +loofah n 2 2 @ #p 2 0 12167075 12166793 +look n 4 3 @ ~ + 4 3 04679738 00877127 04674715 14526182 +look-alike n 1 2 @ ~ 1 0 10027246 +look-over n 1 1 @ 1 0 00143626 +lookdown n 1 1 @ 1 0 02578454 +lookdown_fish n 1 1 @ 1 0 02578454 +looker n 2 3 @ ~ + 2 0 10633450 10613996 +looker-on n 1 1 @ 1 0 10378026 +looking n 2 2 @ ~ 2 1 00877127 00946432 +looking-glass_plant n 1 1 @ 1 0 12200143 +looking_at n 1 2 @ ~ 1 1 00877127 +looking_for n 1 1 @ 1 0 00946432 +looking_glass n 1 1 @ 1 0 03688832 +looking_glass_tree n 1 1 @ 1 0 12199982 +lookout n 4 3 @ ~ + 4 0 10271216 08597176 03688943 00881545 +lookout_man n 1 1 @ 1 0 10271216 +lookout_station n 1 2 @ ~ 1 0 03688943 +lookup n 1 1 @ 1 1 13553560 +loom n 1 2 @ ~ 1 1 03689157 +loon n 3 3 @ #m + 3 2 10271451 02049088 10598904 +looney n 1 2 @ ; 1 0 09976283 +loonie n 1 1 @ 1 0 13672794 +loony n 1 2 @ ; 1 0 09976283 +loony_bin n 1 1 @ 1 0 02820798 +loony_toons n 1 1 @ 1 0 02675657 +loop n 10 4 @ ~ + ; 10 1 03132438 13875571 13504173 08241654 06644823 06572857 05730724 03689347 03048883 00169811 +loop-line n 1 1 @ 1 0 03689700 +loop-the-loop n 1 2 @ ~ 1 0 00169811 +loop_gain n 1 2 @ ; 1 0 05111248 +loop_knot n 1 2 @ ~ 1 0 03689570 +loop_topology n 1 1 @ 1 0 05730724 +looper n 1 1 @ 1 0 02288268 +loophole n 2 2 @ ; 2 2 06604548 03689443 +looping n 1 2 @ ; 1 0 13503908 +looping_ill n 1 1 @ 1 0 14274068 +loos n 1 1 @ 1 0 11138085 +loose-leaf_lettuce n 1 2 @ #p 1 0 07724654 +loose_cannon n 1 1 @ 1 0 10271525 +loose_end n 1 1 @ 1 1 00581885 +loose_sentence n 1 1 @ 1 0 06285789 +loose_smut n 2 2 @ #m 2 0 14283909 13066979 +loose_woman n 1 1 @ 1 0 09772930 +looseness n 6 5 ! @ ~ #p + 6 0 14371913 04885609 04804947 04777421 04774511 00748307 +looseness_of_the_bowels n 1 3 @ ~ #p 1 1 14371913 +loosening n 2 4 ! @ ~ + 2 0 07443210 00147862 +loosestrife n 2 3 @ ~ #m 2 0 12328398 12095020 +loosestrife_family n 1 3 @ #m %m 1 0 12328026 +loot n 2 3 @ %p + 2 2 13262663 13385216 +looter n 1 4 @ ~ + ; 1 0 10443170 +looting n 1 2 @ + 1 0 00966599 +lope n 2 3 @ ~ + 2 0 00294190 00288486 +lope_de_vega n 1 1 @ 1 0 11362195 +lope_felix_de_vega_carpio n 1 1 @ 1 0 11362195 +lophiidae n 1 3 @ #m %m 1 0 02547947 +lophius n 1 2 @ #m 1 0 02548128 +lophius_americanus n 1 3 @ #m %p 1 0 02548247 +lophodytes n 1 3 @ #m %m 1 0 01855343 +lophodytes_cucullatus n 1 2 @ #m 1 0 01855476 +lopholatilus n 1 3 @ #m %m 1 0 02573075 +lopholatilus_chamaeleonticeps n 1 2 @ #m 1 0 02573249 +lophophora n 1 3 @ #m %m 1 0 11849017 +lophophora_williamsii n 1 3 @ #m %p 1 0 11849271 +lophophorus n 1 3 @ #m %m 1 0 01805199 +lophosoria n 1 2 @ #m 1 0 13203405 +lophosoriaceae n 1 3 @ #m %m 1 0 13203251 +lopid n 1 2 @ ; 1 0 03433079 +lopper n 1 2 @ + 1 0 04016240 +lopressor n 1 1 @ 1 0 03756857 +lopsidedness n 1 2 @ + 1 0 05066195 +loquaciousness n 1 3 @ ~ + 1 0 04651382 +loquacity n 1 3 @ ~ + 1 0 04651382 +loquat n 2 4 @ #m #p %p 2 0 12629666 07763792 +loquat_tree n 1 3 @ #m %p 1 0 12629666 +lorado_taft n 1 1 @ 1 0 11328930 +loranthaceae n 1 3 @ #m %m 1 0 12737383 +loranthus n 1 3 @ #m %m 1 0 12737745 +loranthus_europaeus n 1 2 @ #m 1 0 12737898 +lorazepam n 1 1 @ 1 0 03690005 +lorca n 1 1 @ 1 0 10989977 +lorchel n 1 3 @ ~ #m 1 0 13035389 +lord n 3 4 ! @ ~ + 3 3 09536363 10388440 10271677 +lord's_day n 1 2 @ #p 1 0 15163797 +lord's_prayer n 1 3 @ ~ #p 1 0 06457612 +lord's_resistance_army n 1 2 @ ; 1 0 08032955 +lord's_supper n 2 2 @ %p 2 1 01035853 01035504 +lord's_table n 1 1 @ 1 0 02699629 +lord_britten_of_aldeburgh n 1 1 @ 1 0 10864635 +lord_chancellor n 1 2 @ ; 1 0 10272171 +lord_george_gordon_byron n 1 1 @ 1 0 10877253 +lord_high_chancellor n 1 2 @ ; 1 0 10272171 +lord_macaulay n 1 1 @ 1 0 11146914 +lord_nelson n 1 1 @ 1 0 11203059 +lord_of_misrule n 1 1 @ 1 0 10272375 +lord_privy_seal n 1 2 @ #m 1 0 10272499 +lord_rayleigh n 1 1 @ 1 0 11255211 +lord_todd n 1 1 @ 1 0 11344549 +lordliness n 2 3 @ ~ + 2 0 04910684 04887912 +lordolatry n 1 1 @ 1 0 01045413 +lordosis n 1 2 @ + 1 0 14505215 +lords-and-ladies n 1 3 @ #m %p 1 0 11780148 +lords_spiritual n 1 2 @ ; 1 0 08167779 +lords_temporal n 1 2 @ ; 1 0 08167953 +lordship n 2 2 @ + 2 1 06342781 05198036 +lore n 1 2 @ ~ 1 1 05985381 +lorelei n 1 1 @ 1 1 10272657 +loren n 1 1 @ 1 0 11138180 +lorentz n 1 1 @ 1 0 11138301 +lorentz_force n 1 1 @ 1 0 11475682 +lorenz n 1 1 @ 1 0 11138449 +lorenz_hart n 1 1 @ 1 0 11032541 +lorenz_milton_hart n 1 1 @ 1 0 11032541 +lorenz_oken n 1 1 @ 1 0 11213323 +lorenz_okenfuss n 1 1 @ 1 0 11213323 +lorenzo_de'medici n 1 1 @ 1 0 11138681 +lorenzo_dressing n 1 1 @ 1 0 07833951 +lorenzo_ganganelli n 1 1 @ 1 0 10901589 +lorenzo_the_magnificent n 1 1 @ 1 0 11138681 +loretta_young n 1 1 @ 1 0 11404280 +lorfan n 1 2 @ ; 1 0 03658373 +lorgnette n 1 1 @ 1 0 03690168 +lorica n 1 1 @ 1 0 01905416 +loricata n 1 1 @ 1 0 01696525 +loriinae n 1 3 @ #m %m 1 0 01820190 +lorikeet n 1 2 @ ~ 1 0 01820546 +loris_gracilis n 1 2 @ #m 1 0 02498743 +lorisidae n 1 3 @ #m %m 1 0 02498355 +lorraine n 1 2 @ #p 1 0 08943104 +lorraine_cross n 1 1 @ 1 0 03690279 +lorre n 1 1 @ 1 0 11138924 +lorry n 2 1 @ 2 0 03690600 03690473 +lory n 1 3 @ ~ #m 1 0 01820348 +los_alamos n 1 2 @ #p 1 0 09116010 +los_angeles n 1 3 @ #p %p 1 1 09063673 +loser n 3 4 ! @ ~ + 3 1 10272913 10273064 10272782 +losing_streak n 1 1 @ 1 1 08460769 +losings n 1 3 ! @ + 1 0 13329322 +loss n 8 5 ! @ ~ + ; 8 7 13327676 13509196 00067526 05162985 07287472 13327231 07340725 07333649 +loss_leader n 1 1 @ 1 0 03234795 +loss_of_consciousness n 1 2 @ ~ 1 0 07478169 +loss_ratio n 1 1 @ 1 0 13822735 +losses n 1 1 @ 1 1 13329322 +lost n 1 1 @ 1 1 07946694 +lost-and-found n 1 1 @ 1 0 03690695 +lost_cause n 1 1 @ 1 0 00800825 +lost_tribes n 1 1 @ 1 0 08373055 +lot n 7 4 @ ~ + ; 7 6 13774404 08674970 08240169 14473222 03233423 07954731 10273669 +lot's_wife n 1 2 @ ; 1 0 10273906 +lota n 2 2 @ #m 2 0 03690851 02523338 +lota_lota n 1 1 @ 1 0 02523427 +lotario_di_segni n 1 1 @ 1 0 11071960 +lothario n 1 1 @ 1 0 10274173 +lothian_region n 1 3 @ #p %p 1 0 08892766 +lothringen n 1 2 @ #p 1 0 08943104 +loti n 1 2 @ %p 1 0 13687652 +lotion n 2 2 @ ~ 2 1 03690938 03691128 +lots n 1 1 @ 1 1 13777509 +lotte n 1 3 @ #m %p 1 0 02548247 +lottery n 2 2 @ ~ 2 0 07317144 00508091 +lottery_winner n 1 1 @ 1 0 09627807 +lotto n 1 1 @ 1 0 00504660 +lotus n 3 3 @ #m %m 3 1 11717399 12545090 11715810 +lotus-eater n 1 1 @ 1 0 09994119 +lotus_americanus n 1 1 @ 1 0 12545232 +lotus_berthelotii n 1 1 @ 1 0 12545429 +lotus_corniculatus n 1 2 @ #m 1 0 12545635 +lotus_land n 1 1 @ 1 0 14514685 +lotus_position n 1 2 @ #p 1 0 05080923 +lotus_tetragonolobus n 1 1 @ 1 0 12545865 +lotus_tree n 1 2 @ #m 1 0 13143483 +lotusland n 1 1 @ 1 0 14514685 +lou_gehrig n 1 1 @ 1 0 10993350 +lou_gehrig's_disease n 1 1 @ 1 0 14105737 +loud-hailer n 1 1 @ 1 0 02917377 +loud_hailer n 1 1 @ 1 0 02917377 +loud_pedal n 1 2 @ #p 1 0 04367011 +loudmouth n 1 1 @ 1 0 10274318 +loudness n 2 5 ! @ ~ = + 2 0 04990220 04818700 +loudspeaker n 1 3 @ ~ #p 1 1 03691459 +loudspeaker_system n 1 3 @ ~ #p 1 0 03691459 +loufah_sponge n 1 2 @ #p 1 0 12167075 +lough n 2 1 @ 2 0 09343660 09343587 +louis n 1 1 @ 1 0 11141709 +louis-hector_berlioz n 1 1 @ 1 0 10847653 +louis_agassiz n 1 1 @ 1 0 10809317 +louis_antoine_de_bougainville n 1 1 @ 1 0 10859194 +louis_aragon n 1 1 @ 1 0 10821379 +louis_armstrong n 1 1 @ 1 0 10823199 +louis_auchincloss n 1 1 @ 1 0 10828091 +louis_b._mayer n 1 1 @ 1 0 11166877 +louis_bleriot n 1 1 @ 1 0 10852803 +louis_braille n 1 1 @ 1 0 10862281 +louis_burt_mayer n 1 1 @ 1 0 11166877 +louis_charles_alfred_de_musset n 1 1 @ 1 0 11198094 +louis_comfort_tiffany n 1 1 @ 1 0 11342301 +louis_d'or n 1 1 @ 1 0 13392977 +louis_d'outremer n 1 1 @ 1 0 11139520 +louis_eugene_felix_neel n 1 1 @ 1 0 11202581 +louis_harold_gray n 1 1 @ 1 0 11012993 +louis_henri_sullivan n 1 1 @ 1 0 11324902 +louis_henry_sullivan n 1 1 @ 1 0 11324902 +louis_i n 1 1 @ 1 0 11139092 +louis_ii n 1 1 @ 1 0 11139253 +louis_iii n 1 1 @ 1 0 11139403 +louis_isadore_kahn n 1 1 @ 1 0 11095907 +louis_iv n 1 1 @ 1 0 11139520 +louis_ix n 1 1 @ 1 0 11140243 +louis_jacques_mande_daguerre n 1 1 @ 1 0 10920832 +louis_joliet n 1 1 @ 1 0 11089484 +louis_jolliet n 1 1 @ 1 0 11089484 +louis_le_begue n 1 1 @ 1 0 11139253 +louis_le_faineant n 1 1 @ 1 0 11139619 +louis_le_hutin n 1 1 @ 1 0 11140461 +louis_leakey n 1 1 @ 1 0 11121640 +louis_pasteur n 1 1 @ 1 0 11224877 +louis_seymour_bazett_leakey n 1 1 @ 1 0 11121640 +louis_stanton_auchincloss n 1 1 @ 1 0 10828091 +louis_sullivan n 1 1 @ 1 0 11324902 +louis_the_bruiser n 1 1 @ 1 0 11139739 +louis_the_far n 1 1 @ 1 0 11139739 +louis_the_german n 1 1 @ 1 0 11139253 +louis_the_great n 1 1 @ 1 0 11141019 +louis_the_pious n 1 1 @ 1 0 11139092 +louis_the_quarreller n 1 1 @ 1 0 11140461 +louis_the_stammerer n 1 1 @ 1 0 11139253 +louis_the_wideawake n 1 1 @ 1 0 11139739 +louis_untermeyer n 1 1 @ 1 0 11356283 +louis_v n 1 1 @ 1 0 11139619 +louis_vi n 1 1 @ 1 0 11139739 +louis_victor_de_broglie n 1 1 @ 1 0 10865329 +louis_vii n 1 1 @ 1 0 11139927 +louis_viii n 1 1 @ 1 0 11140100 +louis_x n 1 1 @ 1 0 11140461 +louis_xi n 1 1 @ 1 0 11140582 +louis_xii n 1 1 @ 1 0 11140745 +louis_xiii n 1 1 @ 1 0 11140862 +louis_xiv n 1 1 @ 1 0 11141019 +louis_xv n 1 1 @ 1 0 11141289 +louis_xvi n 1 1 @ 1 0 11141495 +louisa_may_alcott n 1 1 @ 1 0 10812225 +louise_nevelson n 1 1 @ 1 0 11204689 +louisiana n 1 4 @ #m #p %p 1 1 09090825 +louisiana_purchase n 1 2 @ #p 1 0 09090559 +louisianan n 1 1 @ 1 1 09743383 +louisianian n 1 1 @ 1 0 09743383 +louisville n 1 3 @ #p %p 1 0 09089923 +lounge n 2 3 @ ~ + 2 0 04256520 03691817 +lounge_car n 1 1 @ 1 0 03053976 +lounge_chair n 1 2 @ ~ 1 0 03262932 +lounge_lizard n 1 1 @ 1 0 10274474 +lounge_suit n 1 1 @ 1 0 04504141 +lounger n 3 2 @ + 3 0 09988703 04062428 03692004 +loungewear n 1 2 @ ~ 1 0 03692379 +lounging_jacket n 1 1 @ 1 0 03692136 +lounging_pajama n 1 1 @ 1 0 03692272 +lounging_pyjama n 1 1 @ 1 0 03692272 +lounging_robe n 1 1 @ 1 0 03237992 +loup-garou n 1 1 @ 1 0 09503121 +loupe n 1 1 @ 1 0 03692522 +louse n 4 4 @ ~ #m + 4 1 02183857 10792028 02251775 02185481 +louse_fly n 1 3 @ ~ #m 1 0 02198532 +lousiness n 2 3 @ ~ + 2 1 14454450 04781349 +lout n 1 1 @ 1 0 10274639 +louvar n 1 2 @ #m 1 0 02632494 +louver n 1 2 @ #p 1 0 03692676 +louvered_window n 1 1 @ 1 0 03692842 +louvre n 2 2 @ #p 2 0 03692942 03692676 +louvre_museum n 1 2 @ #p 1 0 03692942 +lovage n 2 4 @ #m #p %p 2 0 12940226 07818825 +lovastatin n 1 1 @ 1 0 03693089 +love n 6 4 ! @ ~ + 6 4 07543288 05813229 09849598 07488340 13596569 00846515 +love-in-a-mist n 3 1 @ 3 0 12384839 11807525 11736851 +love-in-idleness n 1 1 @ 1 0 12390681 +love-in-winter n 1 1 @ 1 0 12257725 +love-lies-bleeding n 1 1 @ 1 0 11823572 +love-philter n 1 1 @ 1 0 07883661 +love-philtre n 1 1 @ 1 0 07883661 +love-potion n 1 1 @ 1 0 07883661 +love-song n 1 1 @ 1 0 07051728 +love-token n 1 1 @ 1 0 03693617 +love_affair n 1 2 @ ~ 1 0 13931436 +love_apple n 1 3 @ ~ %p 1 0 12905817 +love_bite n 1 1 @ 1 0 14226862 +love_child n 1 1 @ 1 0 09842823 +love_feast n 2 1 @ 2 0 07976725 01028534 +love_grass n 1 3 @ ~ #m 1 0 12120114 +love_handle n 1 2 @ #p 1 0 05556204 +love_knot n 1 1 @ 1 0 03693293 +love_letter n 1 1 @ 1 0 06626618 +love_life n 1 1 @ 1 0 00846515 +love_line n 1 1 @ 1 0 13906936 +love_lyric n 1 1 @ 1 1 07052619 +love_match n 1 1 @ 1 0 01037710 +love_seat n 1 1 @ 1 0 03693474 +love_song n 1 1 @ 1 0 07051728 +love_story n 1 1 @ 1 0 06371267 +love_tree n 1 2 @ #m 1 0 12513613 +love_vine n 1 2 @ #m 1 0 12825721 +lovebird n 2 2 @ #m 2 0 01821869 01820052 +loved_one n 1 1 @ 1 0 09622928 +lovelace n 1 1 @ 1 0 11141882 +loveliness n 1 2 @ + 1 1 04685396 +lovell n 1 1 @ 1 0 11141981 +lovely n 1 1 @ 1 0 09972458 +lovemaking n 1 1 @ 1 0 00846515 +lover n 3 4 @ ~ #m + 3 2 09622302 10077593 09622745 +lover's_knot n 1 1 @ 1 0 03693293 +lovers'_knot n 1 1 @ 1 0 03693293 +loveseat n 1 1 @ 1 0 03693474 +lovesickness n 1 2 @ + 1 0 07487493 +loving-kindness n 1 1 @ 1 0 04841245 +loving_cup n 2 2 @ ~ 2 0 03693707 03147901 +lovingness n 2 3 @ ~ + 2 0 07546125 04627000 +lovoa n 1 3 @ #m %m 1 0 12699485 +lovoa_klaineana n 1 2 @ #m 1 0 12699618 +low n 4 3 ! @ #p 4 0 14520829 11142155 05097706 03350011 +low-birth-weight_baby n 1 1 @ 1 0 10274985 +low-birth-weight_infant n 1 1 @ 1 0 10274985 +low-bush_blueberry n 1 1 @ 1 0 12246941 +low-calorie_diet n 1 1 @ 1 0 07564008 +low-carbon_steel n 1 1 @ 1 0 14952878 +low-density_lipoprotein n 1 2 @ %s 1 0 14943009 +low-down n 1 1 @ 1 1 06636113 +low-fat_diet n 1 1 @ 1 0 07564101 +low-fat_milk n 1 1 @ 1 0 07846938 +low-level_formatting n 1 2 @ ; 1 0 06637350 +low-level_radioactive_waste n 1 2 @ ; 1 0 14943359 +low-pass_filter n 1 1 @ 1 0 03694196 +low-salt_diet n 1 1 @ 1 0 07564292 +low-sodium_diet n 1 1 @ 1 0 07564292 +low-spiritedness n 1 2 @ + 1 0 07537668 +low-warp-loom n 1 1 @ 1 0 03694356 +low-water_mark n 2 1 @ 2 1 14486639 08679269 +low_archipelago n 1 2 @ #p 1 0 08990522 +low_beam n 1 1 @ 1 0 11485774 +low_blow n 1 1 @ 1 0 06721269 +low_blueberry n 1 1 @ 1 0 12246941 +low_brass n 1 1 @ 1 0 14942924 +low_comedy n 1 1 @ 1 0 07016542 +low_countries n 1 2 @ #p 1 0 09166127 +low_density n 1 1 @ 1 1 05089612 +low_explosive n 1 3 ! @ ~ 1 0 14853392 +low_frequency n 2 3 @ ~ #p 2 1 05057382 04986258 +low_gallberry_holly n 1 1 @ 1 0 12757930 +low_gear n 1 2 @ #p 1 0 03350011 +low_german n 1 2 @ ~ 1 0 06952249 +low_latin n 1 2 @ ~ 1 0 06963292 +low_level_flight n 1 1 @ 1 0 00306318 +low_mass n 1 1 @ 1 0 01042578 +low_pitch n 1 3 ! @ ~ 1 0 04986258 +low_profile n 1 1 @ 1 0 14434522 +low_quality n 1 3 ! @ ~ 1 0 04730580 +low_relief n 1 2 ! @ 1 0 02803129 +low_spirits n 1 3 ! @ ~ 1 0 14404941 +low_st_andrew's_cross n 1 1 @ 1 0 12369066 +low_status n 1 3 ! @ ~ 1 0 13951215 +low_sunday n 1 1 @ 1 0 15191924 +low_temperature n 1 2 @ ~ 1 1 05015117 +low_tide n 1 2 ! @ 1 0 07402271 +low_water n 1 1 @ 1 0 07402271 +lowan n 1 3 @ ~ #m 1 0 01801479 +lowboy n 1 1 @ 1 0 03693860 +lowbrow n 1 2 @ + 1 0 10423031 +lowbush_cranberry n 1 2 @ #p 1 0 07744057 +lowbush_penstemon n 1 2 @ #m 1 0 12886600 +lowell n 4 1 @ 4 0 11142788 11142614 11142517 11142368 +lowell_jackson_thomas n 1 1 @ 1 0 11339155 +lowell_thomas n 1 1 @ 1 0 11339155 +lower n 1 2 @ + 1 0 03693973 +lower-case_letter n 1 1 @ 1 0 06824757 +lower-normandy n 1 2 @ #p 1 0 08940936 +lower_berth n 1 1 @ 1 0 03693973 +lower_bound n 1 2 @ ; 1 0 13904011 +lower_california n 1 4 @ #p %p - 1 0 09343761 +lower_cannon n 1 2 @ #p 1 0 04519887 +lower_carboniferous n 1 2 @ #p 1 0 15127729 +lower_carboniferous_period n 1 2 @ #p 1 0 15127729 +lower_class n 1 1 @ 1 1 08181540 +lower_court n 1 1 @ 1 0 08332896 +lower_criticism n 1 1 @ 1 0 06375471 +lower_deck n 1 1 @ 1 0 03694098 +lower_egypt n 1 2 @ #p 1 0 08897843 +lower_jaw n 1 3 @ ~ %p 1 1 05275905 +lower_jawbone n 1 3 @ ~ %p 1 0 05275905 +lower_limit n 2 2 @ ~ 2 1 13763384 08593014 +lower_mantle n 1 2 @ #p 1 0 09343943 +lower_paleolithic n 1 2 @ #p 1 0 15232712 +lower_peninsula n 1 2 @ #p 1 0 09344050 +lower_rank n 1 2 @ ~ 1 1 13951444 +lower_respiratory_infection n 1 1 @ 1 0 14179276 +lower_respiratory_tract n 1 2 @ %p 1 0 05510358 +lower_respiratory_tract_smear n 1 1 @ 1 0 05266486 +lower_saxony n 1 2 @ #p 1 0 08769329 +lower_status n 1 2 @ ~ 1 0 13951444 +lower_tunguska n 1 2 @ #p 1 0 09463362 +lowercase n 1 2 ! @ 1 0 06824757 +lowerclassman n 1 2 @ ~ 1 0 10274815 +lowering n 2 3 @ ~ + 2 0 00353469 00327683 +lowest_common_multiple n 1 1 @ 1 0 05860639 +lowland n 1 3 ! @ ~ 1 1 09344198 +lowland_burrowing_treefrog n 1 2 @ #m 1 0 01652297 +lowland_fir n 1 1 @ 1 0 11622368 +lowland_scot n 1 1 @ 1 0 10275249 +lowland_white_fir n 1 1 @ 1 0 11622368 +lowlander n 1 2 @ + 1 0 10275249 +lowlands n 1 3 @ #p + 1 0 08891889 +lowlands_of_scotland n 1 2 @ #p 1 0 08891889 +lowlife n 1 1 @ 1 0 10539715 +lowliness n 2 2 @ ~ 2 0 14436438 13951215 +lowness n 4 4 ! @ ~ + 4 0 13951215 07537668 05137557 05097845 +lowry n 2 1 @ 2 0 11143044 11142922 +lox n 2 2 @ ~ 2 0 14648526 07796750 +loxapine n 1 1 @ 1 0 03694490 +loxia n 1 3 @ #m %m 1 0 01533780 +loxia_curvirostra n 1 2 @ #m 1 0 01533893 +loxitane n 1 2 @ ; 1 0 03694490 +loxodonta n 1 3 @ #m %m 1 0 02504323 +loxodonta_africana n 1 2 @ #m 1 0 02504458 +loxodrome n 1 1 @ 1 0 08632678 +loxoma n 1 2 @ #m 1 0 13203708 +loxomataceae n 1 3 @ #m %m 1 0 13203551 +loxostege n 1 3 @ #m %m 1 0 02308852 +loxostege_similalis n 2 2 @ #m 2 0 02309120 02308998 +loya_jirga n 1 2 @ ; 1 0 08322187 +loyalist n 1 1 @ 1 1 10275395 +loyalist_volunteer_force n 1 2 @ ; 1 0 08033194 +loyalty n 3 4 ! @ ~ = 3 3 04877530 07546389 01206153 +loyang n 1 2 @ #p 1 0 08727230 +loyola n 1 2 @ ; 1 0 11071177 +lozal n 1 2 @ ; 1 0 03567325 +lozenge n 2 2 @ ~ 2 0 07607707 03936568 +lozier n 1 1 @ 1 0 11143163 +lp n 1 1 @ 1 1 03694639 +lpn n 1 1 @ 1 0 10258304 +lr n 1 1 @ 1 0 14643323 +lsd n 1 2 @ ~ 1 0 03699396 +ltd. n 1 2 @ ; 1 0 08185211 +ltm n 1 2 @ ~ 1 0 05760877 +ltte n 1 2 @ ; 1 0 08032023 +lu n 1 1 @ 1 0 14644063 +luanda n 1 2 @ #p 1 0 08708304 +luau n 1 2 @ ; 1 0 07450055 +luba n 2 2 @ #m 2 0 09693244 06993870 +lubavitch n 2 3 @ #p %m 2 0 09011922 08475332 +lubavitch_movement n 1 2 @ %m 1 0 08475332 +lubavitcher n 1 2 @ #m 1 0 10275534 +lubber n 2 2 @ + 2 0 10274639 10245341 +lubber's_hole n 1 2 @ #p 1 0 03694949 +lubber's_line n 1 1 @ 1 0 07259610 +lubber's_mark n 1 1 @ 1 0 07259610 +lubber's_point n 1 1 @ 1 0 07259610 +lubber_line n 1 1 @ 1 0 07259610 +lubbock n 1 2 @ #p 1 0 09145217 +lube n 1 2 @ ~ 1 0 14890659 +lubeck n 1 3 @ #m #p 1 0 08773880 +lubitsch n 1 1 @ 1 0 11143331 +lublin n 1 2 @ #p 1 0 08984223 +lubricant n 1 3 @ ~ + 1 0 14890659 +lubricating_oil n 1 2 @ ~ 1 0 14890945 +lubricating_substance n 1 2 @ ~ 1 0 14890659 +lubricating_system n 1 3 @ #p %p 1 0 03695122 +lubrication n 2 2 @ + 2 0 14578104 00716945 +lubricator n 1 3 @ ~ + 1 0 14890659 +lubricity n 1 1 @ 1 0 07490214 +lubumbashi n 1 2 @ #p 1 0 08735345 +lucania n 1 3 @ #p ; 1 0 08804487 +lucanidae n 1 3 @ #m %m 1 0 02175791 +lucas n 1 1 @ 1 0 11143458 +luce n 2 1 @ 2 0 11143933 11143806 +lucerne n 1 2 @ %p 1 0 12549420 +luchino_visconti n 1 1 @ 1 0 11367581 +luciano_pavarotti n 1 1 @ 1 0 11227101 +lucidity n 2 4 @ ~ = + 2 1 04820258 14379703 +lucidness n 1 3 @ ~ = 1 0 04820258 +lucifer n 3 4 @ ~ %p ; 3 1 09543353 09359471 03728437 +luciferin n 1 1 @ 1 0 14757011 +lucilia n 1 3 @ #m %m 1 0 02192127 +lucille_ball n 1 1 @ 1 0 10832731 +lucite n 1 2 @ ; 1 0 14594032 +lucius_annaeus_seneca n 1 1 @ 1 0 11292391 +lucius_clay n 1 1 @ 1 0 10900146 +lucius_cornelius_sulla_felix n 1 1 @ 1 0 11324090 +lucius_domitius_ahenobarbus n 1 1 @ 1 0 11203472 +lucius_dubignon_clay n 1 1 @ 1 0 10900146 +lucius_licinius_lucullus n 1 1 @ 1 0 11143600 +lucius_licinius_luculus n 1 1 @ 1 0 11144291 +lucius_quinctius_cincinnatus n 1 1 @ 1 0 10898308 +lucius_tarquinius_superbus n 1 1 @ 1 0 11331804 +luck n 3 3 @ ~ + 3 3 14473222 11418138 11418460 +luckiness n 1 3 @ ~ + 1 0 14473655 +lucknow n 2 3 @ #p ; 2 0 08904533 01284928 +lucky_dip n 2 2 @ ; 2 0 00508340 00162236 +lucky_lindy n 1 1 @ 1 0 11132948 +lucrativeness n 1 1 @ 1 0 05157866 +lucre n 2 3 @ ~ %p 2 0 13385216 13258362 +lucretia_coffin_mott n 1 1 @ 1 0 11194062 +lucretius n 1 1 @ 1 0 11144068 +lucrezia_borgia n 1 1 @ 1 0 10858018 +lucubration n 2 2 @ + 2 0 06377133 05784482 +lucullus n 1 2 @ + 1 0 11143600 +luculus n 1 1 @ 1 0 11144291 +lucy n 1 2 @ #m 1 0 02476736 +lucy_craft_laney n 1 1 @ 1 0 11116284 +lucy_in_the_sky_with_diamonds n 1 1 @ 1 0 02675657 +lucy_maud_montgomery n 1 1 @ 1 0 11188613 +lucy_stone n 1 1 @ 1 0 11319570 +luda n 1 3 @ #p %p 1 0 08726745 +luddite n 2 1 @ 2 0 10275848 10275676 +ludi_saeculares n 1 2 @ ; 1 0 00518770 +ludian n 1 1 @ 1 0 06958178 +ludo n 1 2 @ ; 1 0 00504975 +ludwig_boltzmann n 1 1 @ 1 0 10855834 +ludwig_josef_johan_wittgenstein n 1 1 @ 1 0 11393828 +ludwig_mies_van_der_rohe n 1 1 @ 1 0 11178922 +ludwig_van_beethoven n 1 1 @ 1 0 10841405 +ludwig_wittgenstein n 1 1 @ 1 0 11393828 +lues n 1 3 @ ~ %p 1 0 14133985 +lues_venerea n 1 3 @ ~ %p 1 0 14133985 +lufengpithecus n 1 2 @ #m 1 0 02478539 +luff n 2 4 @ #p + ; 2 0 03695452 00313971 +luffa n 2 5 @ ~ #m #p %p 2 0 12167075 12166424 +luffa_acutangula n 1 1 @ 1 0 12166929 +luffa_cylindrica n 1 1 @ 1 0 12166793 +lufkin n 1 2 @ #p 1 0 09145341 +luftwaffe n 1 1 @ 1 0 08195229 +lug n 4 4 @ #m #p ; 4 0 09510305 03696568 03695616 01936671 +lug_wrench n 1 2 @ %p 1 0 03696746 +luganda n 1 1 @ 1 0 06993977 +luge n 1 2 @ + 1 0 03695753 +luger n 2 2 @ ; 2 1 03695857 10275940 +luggage n 1 4 @ ~ %p + 1 1 02774630 +luggage_carousel n 1 1 @ 1 0 02966372 +luggage_carrier n 1 1 @ 1 0 03695957 +luggage_carrousel n 1 1 @ 1 0 02966372 +luggage_compartment n 1 3 @ ~ #p 1 0 03696065 +luggage_rack n 1 1 @ 1 0 03696301 +luggage_van n 1 2 @ #m 1 0 02775039 +lugger n 1 2 @ %p 1 0 03696445 +lugh n 1 2 @ ; 1 0 09510305 +luging n 1 2 @ + 1 0 00447361 +lugosi n 1 1 @ 1 0 11144431 +lugsail n 1 2 @ #p 1 0 03696568 +lugubriousness n 1 2 @ + 1 0 04631470 +lugworm n 1 2 @ #m 1 0 01936671 +luigi_barnaba_gregorio_chiaramonti n 1 1 @ 1 0 11237550 +luigi_cherubini n 1 1 @ 1 0 10894905 +luigi_galvani n 1 1 @ 1 0 10988887 +luigi_pirandello n 1 1 @ 1 0 11235787 +luik n 1 2 @ #p 1 0 08851687 +luis_bunuel n 1 1 @ 1 0 10871655 +luis_de_gongora_y_argote n 1 1 @ 1 0 11006889 +lukasiewicz_notation n 1 1 @ 1 0 06814443 +luke n 2 4 @ #p ; - 2 0 11144604 06441973 +lukewarmness n 2 2 @ + 2 0 05016936 04630547 +lule_burgas n 1 3 @ #p ; 1 0 01285101 +lull n 2 2 @ + 2 1 15274441 14522956 +lullaby n 2 1 @ 2 1 07051851 00546738 +lulli n 1 1 @ 1 0 11144860 +lully n 2 1 @ 2 0 11145085 11144860 +lulu n 1 1 @ 1 0 10613996 +luluabourg n 1 2 @ #p 1 0 08735008 +lumbago n 1 1 @ 1 0 14328290 +lumbar_artery n 1 1 @ 1 0 05350453 +lumbar_nerve n 1 1 @ 1 0 05569690 +lumbar_pain n 1 1 @ 1 0 14328290 +lumbar_plexus n 2 1 @ 2 0 05507268 05507109 +lumbar_puncture n 1 1 @ 1 0 00944068 +lumbar_vein n 1 1 @ 1 0 05373145 +lumbar_vertebra n 1 2 @ #p 1 0 05589378 +lumber n 2 5 @ ~ %s %p + 2 1 14943580 02799175 +lumber_jacket n 1 1 @ 1 0 03696909 +lumber_room n 1 2 @ ; 1 0 03697109 +lumbering n 1 1 @ 1 0 00608789 +lumberjack n 2 2 @ ~ 2 0 10276045 03696909 +lumberman n 1 2 @ ~ 1 0 10276045 +lumberman's_saw n 1 2 @ ~ 1 0 04503836 +lumbermill n 1 1 @ 1 0 03697007 +lumberyard n 1 1 @ 1 0 03697265 +lumbosacral_plexus n 1 1 @ 1 0 05507427 +lumbus n 1 3 @ #p + 1 0 02463403 +lumen n 2 1 @ 2 0 13641299 05254077 +luminal n 1 1 @ 1 0 04256152 +luminance n 1 3 @ ~ = 1 0 05018103 +luminance_unit n 1 2 @ ~ 1 0 13639808 +luminary n 1 1 @ 1 1 10276238 +luminescence n 2 3 @ ~ + 2 1 11476430 05018785 +luminism n 1 1 @ 1 0 08468958 +luminosity n 1 4 @ ~ = + 1 1 05018103 +luminous_energy n 1 1 @ 1 0 11476939 +luminous_flux n 1 1 @ 1 0 15287486 +luminous_flux_unit n 1 2 @ ~ 1 0 13639927 +luminous_intensity_unit n 1 2 @ ~ 1 0 13640050 +luminousness n 1 4 @ ~ = + 1 0 05018103 +lumma n 1 1 @ 1 0 13699527 +lummox n 1 1 @ 1 1 10274639 +lump n 4 3 @ ~ + 4 4 07961016 14315192 10274639 09307300 +lump_sugar n 1 1 @ 1 0 07595368 +lump_sum n 1 1 @ 1 0 13299248 +lumpectomy n 1 1 @ 1 0 00684648 +lumpenproletariat n 1 2 @ ; 1 0 08181075 +lumpenus n 1 3 @ #m %m 1 0 02615829 +lumpenus_lumpretaeformis n 1 2 @ #m 1 0 02615980 +lumper n 2 3 ! @ + 2 0 10655169 10276477 +lumpfish n 1 3 @ ~ #m 1 0 02646667 +lumpsucker n 1 1 @ 1 0 02646892 +lumpy_jaw n 1 1 @ 1 0 14254397 +luna n 1 2 @ ; 1 0 09571249 +luna_moth n 1 2 @ #m 1 0 02302969 +lunacy n 2 3 @ ~ + 2 0 14395240 00512843 +lunar_calendar n 1 2 @ ~ 1 0 15178417 +lunar_caustic n 1 1 @ 1 0 15014406 +lunar_crater n 1 2 @ ~ 1 0 09344324 +lunar_day n 1 1 @ 1 0 15208740 +lunar_eclipse n 1 1 @ 1 0 07368993 +lunar_excursion_module n 1 1 @ 1 0 03697366 +lunar_latitude n 1 1 @ 1 0 08595958 +lunar_module n 1 1 @ 1 0 03697366 +lunar_month n 1 2 @ #p 1 0 15207872 +lunar_time_period n 1 1 @ 1 0 15275727 +lunar_year n 1 2 @ %p 1 0 15203017 +lunaria n 1 3 @ #m %m 1 0 11891395 +lunaria_annua n 1 2 @ #m 1 0 11891541 +lunate_bone n 1 1 @ 1 0 05272423 +lunatic n 2 2 @ ~ 2 0 10276764 09991530 +lunatic_fringe n 1 1 @ 1 0 08360430 +lunation n 1 2 @ #p 1 1 15207872 +lunch n 1 3 @ ~ + 1 1 07575076 +lunch_meat n 1 1 @ 1 0 07678428 +lunch_meeting n 1 1 @ 1 0 08385849 +lunch_period n 1 1 @ 1 0 15165917 +luncheon n 1 2 @ ~ 1 1 07575076 +luncheon_meat n 1 1 @ 1 0 07678428 +luncheon_meeting n 1 1 @ 1 0 08385849 +luncheon_voucher n 1 1 @ 1 0 06518420 +luncher n 1 2 @ + 1 0 10277132 +lunching n 1 2 @ + 1 0 00841297 +lunchroom n 1 1 @ 1 1 03697552 +lunchtime n 1 1 @ 1 0 15165917 +lund n 1 2 @ #p 1 0 08766571 +lunda n 1 3 @ #m %m 1 0 02048242 +lunda_cirrhata n 1 2 @ #m 1 0 02048353 +lunette n 2 2 @ #p 2 0 03697812 03697665 +lung n 1 3 @ #p %p 1 1 05387544 +lung-power n 1 1 @ 1 0 05202413 +lung_cancer n 1 1 @ 1 0 14251317 +lunge n 2 4 @ %p + ; 2 1 00290276 01174251 +lungen n 1 3 @ #m %p 1 0 12743352 +lunger n 2 2 @ + 2 0 10277231 09960001 +lungfish n 1 3 @ ~ #m 1 0 02516188 +lungi n 1 1 @ 1 0 03697913 +lungless_salamander n 1 2 @ #m 1 0 01636127 +lungyi n 1 1 @ 1 0 03697913 +lunisolar_calendar n 1 2 @ ~ 1 0 15178546 +lunitidal_interval n 1 1 @ 1 0 15270697 +lunkhead n 1 1 @ 1 1 10039663 +lunt n 1 1 @ 1 0 11145199 +lunula n 2 2 @ #p 2 0 05582038 03698123 +lunule n 1 2 @ #p 1 0 05582038 +luo n 1 1 @ 1 0 06998392 +luoyang n 1 2 @ #p 1 0 08727230 +lupin n 1 3 @ ~ #m 1 0 12546183 +lupine n 1 3 @ ~ #m 1 0 12546183 +lupinus n 1 3 @ #m %m 1 0 12546015 +lupinus_albus n 1 1 @ 1 0 12546420 +lupinus_arboreus n 1 2 @ #m 1 0 12546617 +lupinus_luteus n 1 1 @ 1 0 12546832 +lupinus_perennis n 1 2 @ #m 1 0 12546962 +lupinus_subcarnosus n 1 1 @ 1 0 12547215 +lupinus_texensis n 1 1 @ 1 0 12547503 +lupus n 2 2 @ ~ 2 0 14229912 09344449 +lupus_erythematosus n 1 1 @ 1 0 14221138 +lupus_vulgaris n 1 1 @ 1 0 14220308 +lurch n 4 4 @ ~ + ; 4 1 00289388 07476282 00337210 00290276 +lurcher n 1 1 @ 1 0 10277352 +lure n 3 4 @ ~ #p + 3 1 04689660 05695232 02776205 +luridness n 3 2 @ + 3 0 07088053 04977561 04782610 +lurker n 1 2 @ + 1 0 10277352 +lurking_place n 1 1 @ 1 0 08584361 +lusaka n 1 2 @ #p 1 0 09165996 +lusatian n 1 1 @ 1 0 06945344 +luschka's_tonsil n 1 2 @ #p 1 0 05529286 +luscinia n 1 3 @ #m %m 1 0 01559964 +luscinia_luscinia n 1 2 @ #m 1 0 01560280 +luscinia_megarhynchos n 1 3 @ ~ #m 1 0 01560105 +lusciousness n 1 1 @ 1 0 04995793 +lush n 1 1 @ 1 0 09782167 +lushness n 1 2 @ + 1 0 05116243 +lushun n 1 2 @ #p 1 0 08727396 +lusitania n 1 3 @ #p + 1 0 09166304 +lust n 2 2 @ + 2 2 07489714 00759335 +lust_for_learning n 1 1 @ 1 0 05682798 +luster n 3 1 @ 3 2 04954920 04954683 04701162 +lusterlessness n 1 2 @ + 1 0 04956110 +lusterware n 1 1 @ 1 0 03698226 +lustfulness n 1 2 @ + 1 0 07489714 +lustiness n 1 2 @ + 1 0 05031012 +lustre n 3 2 @ + 3 1 04701162 04954920 04954683 +lustrelessness n 1 2 @ + 1 0 04956110 +lustrum n 2 3 @ + ; 2 0 15204907 01027662 +lusus_naturae n 1 2 @ ~ 1 0 10109443 +lut_desert n 1 2 @ #p 1 0 09169188 +luta n 1 3 @ #p %p 1 0 08726745 +lutanist n 1 3 @ ~ + 1 0 10277638 +lute n 2 3 @ %p + 2 0 14706214 03698360 +luteal_phase n 1 2 @ #p 1 0 15289208 +lutecium n 1 1 @ 1 0 14644063 +lutefisk n 1 2 @ ; 1 0 07871065 +lutein n 1 1 @ 1 0 14721635 +luteinizing_hormone n 1 1 @ 1 0 14749272 +lutenist n 1 3 @ ~ + 1 0 10277638 +luteotropin n 1 1 @ 1 0 14749543 +lutetium n 1 1 @ 1 0 14644063 +lutfisk n 1 2 @ ; 1 0 07871065 +luther n 1 1 @ 1 0 11145364 +luther_burbank n 1 1 @ 1 0 10872105 +lutheran n 1 2 @ #m 1 0 10277815 +lutheran_church n 1 2 @ %m 1 0 08091744 +lutheranism n 1 1 @ 1 0 06230208 +luthier n 1 1 @ 1 0 10277509 +luting n 1 1 @ 1 0 14706214 +lutist n 1 3 @ ~ + 1 0 10277638 +lutjanidae n 1 3 @ #m %m 1 0 02586382 +lutjanus n 1 3 @ #m %m 1 0 02586865 +lutjanus_analis n 1 1 @ 1 0 02587479 +lutjanus_apodus n 1 2 @ #m 1 0 02587618 +lutjanus_blackfordi n 1 3 @ #m %p 1 0 02587051 +lutjanus_griseus n 1 2 @ #m 1 0 02587300 +lutra n 1 3 @ #m %m 1 0 02444647 +lutra_canadensis n 1 1 @ 1 0 02445004 +lutra_lutra n 1 1 @ 1 0 02445171 +lutrinae n 1 2 @ #m 1 0 02444500 +lutyens n 1 1 @ 1 0 11145563 +lutzen n 1 3 @ #p ; 1 0 01285305 +luvaridae n 1 3 @ #m %m 1 0 02632239 +luvarus n 1 3 @ #m %m 1 0 02632359 +luvarus_imperialis n 1 2 @ #m 1 0 02632494 +luvian n 1 1 @ 1 0 06976161 +luwian n 1 1 @ 1 0 06976161 +lux n 1 2 @ #p 1 0 13640716 +luxation n 1 3 @ ~ + 1 0 07445010 +luxembourg n 2 6 @ #m #p %m %p + 2 0 08961402 08960987 +luxembourg-ville n 1 2 @ #p 1 0 08961402 +luxembourg_city n 1 2 @ #p 1 0 08961402 +luxembourg_franc n 1 2 @ %p 1 0 13678145 +luxembourger n 1 3 @ #m + 1 0 09721244 +luxemburg n 2 6 @ #m #p %m %p + 2 0 08961402 08960987 +luxemburger n 1 3 @ #m + 1 0 09721244 +luxor n 1 2 @ #p 1 0 08899577 +luxuria n 1 1 @ 1 0 00759335 +luxuriance n 1 2 @ + 1 0 05116243 +luxuriation n 1 2 @ + 1 0 01071921 +luxuriousness n 1 2 @ + 1 0 14492373 +luxury n 3 2 @ + 3 2 05119223 05146471 14492373 +luxury_liner n 1 1 @ 1 0 03698604 +luyia n 1 1 @ 1 0 06994089 +luzon n 1 2 @ #p 1 0 08980814 +lwei n 1 2 @ #p 1 0 13684037 +lx n 2 2 @ #p 2 0 13749778 13640716 +lxx n 1 1 @ 1 0 13749894 +lxxviii n 1 1 @ 1 0 13750033 +lxxx n 1 1 @ 1 0 13750164 +lyallpur n 1 2 @ #p 1 0 08976799 +lycaena n 1 3 @ #m %m 1 0 02281987 +lycaena_hypophlaeas n 1 2 @ #m 1 0 02282553 +lycaenid n 1 3 @ ~ #m 1 0 02281787 +lycaenid_butterfly n 1 3 @ ~ #m 1 0 02281787 +lycaenidae n 1 3 @ #m %m 1 0 02281552 +lycaeon n 1 2 @ #m 1 0 02116630 +lycanthrope n 1 1 @ 1 0 09503121 +lycanthropy n 1 2 @ ; 1 0 05201183 +lycaon_pictus n 1 1 @ 1 0 02116738 +lycee n 1 2 @ ~ 1 0 08284481 +lyceum n 2 2 @ ~ 2 0 08284481 03698723 +lychee n 1 2 @ #p 1 0 07766173 +lychgate n 1 1 @ 1 0 03698815 +lychins_chalcedonica n 1 1 @ 1 0 11811921 +lychins_floscuculi n 1 1 @ 1 0 11811706 +lychnis n 1 3 @ ~ #m 1 0 11811473 +lychnis_alba n 1 2 @ #m 1 0 11816336 +lychnis_coronaria n 1 1 @ 1 0 11812094 +lychnis_dioica n 1 2 @ #m 1 0 11816121 +lychnis_flos-cuculi n 1 1 @ 1 0 11811706 +lycia n 1 2 @ #p 1 0 08787878 +lycian n 1 1 @ 1 0 06976087 +lycium n 1 3 @ #m %m 1 0 12904720 +lycium_barbarum n 1 1 @ 1 0 12905135 +lycium_carolinianum n 1 2 @ #m 1 0 12905412 +lycium_halimifolium n 1 1 @ 1 0 12905135 +lycopene n 1 1 @ 1 0 14721342 +lycoperdaceae n 1 3 @ #m %m 1 0 13043516 +lycoperdales n 1 3 @ #m %m 1 0 13043264 +lycoperdon n 1 2 @ #m 1 0 13043746 +lycopersicon n 1 3 @ #m %m 1 0 12905655 +lycopersicon_esculentum n 1 3 @ ~ %p 1 0 12905817 +lycopersicon_esculentum_cerasiforme n 1 4 @ ~ #m %p 1 0 12906021 +lycopersicum n 1 3 @ #m %m 1 0 12905655 +lycophyta n 1 2 @ #m 1 0 13221243 +lycopod n 1 4 @ ~ #m %p 1 0 13221529 +lycopodiaceae n 1 3 @ #m %m 1 0 13222477 +lycopodiales n 1 3 @ #m %m 1 0 13222227 +lycopodiate n 1 3 @ #m %m 1 0 13220842 +lycopodineae n 1 2 @ #m 1 0 13221383 +lycopodium n 1 2 @ #m 1 0 13222669 +lycopodium_alopecuroides n 1 1 @ 1 0 13223843 +lycopodium_alpinum n 1 1 @ 1 0 13222985 +lycopodium_clavitum n 1 1 @ 1 0 13223485 +lycopodium_complanatum n 1 1 @ 1 0 13223588 +lycopodium_lucidulum n 1 1 @ 1 0 13222877 +lycopodium_obscurum n 1 1 @ 1 0 13223710 +lycopodium_selago n 1 1 @ 1 0 13223090 +lycopsida n 1 3 @ #m %m 1 0 13220842 +lycopus n 1 3 @ #m %m 1 0 12852049 +lycopus_americanus n 1 2 @ #m 1 0 12852428 +lycopus_europaeus n 1 2 @ #m 1 0 12852570 +lycopus_virginicus n 1 2 @ #m 1 0 12852234 +lycosa n 1 3 @ #m %m 1 0 01775230 +lycosa_tarentula n 1 2 @ #m 1 0 01775370 +lycosidae n 1 3 @ #m %m 1 0 01774918 +lydia n 1 2 @ #p 1 0 08788004 +lydia_kamekeha_paki_liliuokalani n 1 1 @ 1 0 11131981 +lydian n 1 1 @ 1 0 06976244 +lye n 1 2 @ ~ 1 0 14943814 +lye_hominy n 1 1 @ 1 0 07732433 +lygaeid n 1 3 @ ~ #m 1 0 02238887 +lygaeid_bug n 1 3 @ ~ #m 1 0 02238887 +lygaeidae n 1 3 @ #m %m 1 0 02238743 +lyginopteridales n 1 3 @ #m %m 1 0 11604904 +lyginopteris n 1 2 @ #m 1 0 11605396 +lygodium n 1 3 @ #m %m 1 0 12956029 +lygodium_microphyllum n 1 1 @ 1 0 12956588 +lygodium_palmatum n 1 1 @ 1 0 12956367 +lygus n 1 3 @ #m %m 1 0 02238113 +lygus_bug n 1 3 @ ~ #m 1 0 02238235 +lygus_lineolaris n 1 1 @ 1 0 02238358 +lying n 1 3 @ ~ + 1 0 00751944 +lying-in n 1 4 @ ~ #p %p 1 0 14048441 +lying_in_wait n 1 2 @ ~ 1 0 01246926 +lying_under_oath n 1 1 @ 1 0 00772381 +lyly n 1 1 @ 1 0 11145730 +lyman_frank_brown n 1 1 @ 1 0 10838665 +lymantria n 1 3 @ #m %m 1 0 02285909 +lymantria_dispar n 1 2 @ #m 1 0 02286089 +lymantriid n 1 3 @ ~ #m 1 0 02285548 +lymantriidae n 1 3 @ #m %m 1 0 02285359 +lyme_arthritis n 1 1 @ 1 0 14265508 +lyme_disease n 1 1 @ 1 0 14265508 +lyme_grass n 1 3 @ ~ #m 1 0 12119099 +lymph n 1 4 @ #s #p + 1 0 05404074 +lymph_cell n 1 3 @ ~ #p 1 0 05451384 +lymph_gland n 1 3 @ ~ #p 1 0 05430095 +lymph_node n 1 3 @ ~ #p 1 1 05430095 +lymph_vessel n 1 3 @ ~ #p 1 0 05396807 +lymphadenitis n 1 1 @ 1 0 14349541 +lymphadenoma n 1 1 @ 1 0 14241733 +lymphadenopathy n 1 1 @ 1 0 14241825 +lymphangiectasia n 1 1 @ 1 0 14064186 +lymphangiectasis n 1 1 @ 1 0 14064186 +lymphangiogram n 1 1 @ 1 0 03698977 +lymphangiography n 1 1 @ 1 0 00905528 +lymphangioma n 1 1 @ 1 0 14247954 +lymphangitis n 1 1 @ 1 0 14349628 +lymphatic_system n 1 3 @ #p %p 1 0 05396366 +lymphatic_tissue n 1 3 @ ~ #p 1 0 05287882 +lymphatic_vessel n 1 3 @ ~ #p 1 0 05396807 +lymphedema n 1 1 @ 1 0 14120614 +lymphoblast n 1 1 @ 1 0 05452765 +lymphoblastic_leukemia n 1 1 @ 1 0 14244542 +lymphocyte n 1 4 @ ~ #p + 1 1 05451384 +lymphocytic_choriomeningitis n 1 1 @ 1 0 14137408 +lymphocytic_choriomeningitis_virus n 1 2 @ #m 1 0 01330966 +lymphocytic_leukemia n 1 2 @ ~ 1 0 14244353 +lymphocytopenia n 1 1 @ 1 0 14196823 +lymphocytosis n 1 1 @ 1 0 14196965 +lymphogranuloma n 1 1 @ 1 0 14318030 +lymphogranuloma_venereum n 1 1 @ 1 0 14137561 +lymphography n 1 1 @ 1 0 00905528 +lymphoid_tissue n 1 3 @ ~ #p 1 0 05287882 +lymphokine n 1 2 @ ~ 1 0 14943950 +lymphoma n 1 2 @ ~ 1 0 14241968 +lymphopathia_venereum n 1 1 @ 1 0 14137561 +lymphopenia n 1 1 @ 1 0 14196823 +lymphopoiesis n 1 1 @ 1 0 13509383 +lymphuria n 1 1 @ 1 0 14267994 +lynch_law n 1 1 @ 1 0 00417005 +lynch_mob n 1 1 @ 1 0 08184730 +lynchburg n 1 2 @ #p 1 0 09151114 +lynching n 1 2 @ + 1 0 00224599 +lynchpin n 2 1 @ 2 0 05694232 03670339 +lyndon_baines_johnson n 1 1 @ 1 0 11088346 +lyndon_johnson n 1 1 @ 1 0 11088346 +lynn_fontanne n 1 1 @ 1 0 10974271 +lynx n 2 3 @ ~ #m 2 0 06571724 02127052 +lynx_canadensis n 1 1 @ 1 0 02127381 +lynx_caracal n 1 1 @ 1 0 02127678 +lynx_lynx n 1 1 @ 1 0 02127292 +lynx_pardina n 1 1 @ 1 0 02127586 +lynx_rufus n 1 1 @ 1 0 02127482 +lyon n 1 2 @ #p 1 0 08936647 +lyonia n 1 3 @ #m %m 1 0 12240715 +lyonia_ligustrina n 1 2 @ #m 1 0 12241192 +lyonia_lucida n 1 2 @ #m 1 0 12241426 +lyonia_mariana n 1 2 @ #m 1 0 12240965 +lyonnais n 1 3 @ #p %p 1 0 08945110 +lyonnaise_sauce n 1 1 @ 1 0 07839864 +lyons n 3 2 @ #p 3 0 08936647 08316564 08316346 +lyophilisation n 1 2 @ + 1 0 13484937 +lyophilization n 1 2 @ + 1 0 13484937 +lypressin n 1 1 @ 1 0 03699138 +lyra n 1 2 @ %m 1 0 09344559 +lyrate_leaf n 1 1 @ 1 0 13158605 +lyre n 1 2 @ ~ 1 0 03699280 +lyre-flower n 1 2 @ #m 1 0 11910271 +lyre_snake n 1 3 @ ~ #m 1 0 01739647 +lyrebird n 1 2 @ #m 1 0 01545574 +lyreflower n 1 2 @ #m 1 0 11910271 +lyric n 2 5 @ ~ #p %p + 2 1 07051975 06380726 +lyric_poem n 1 3 @ ~ %p 1 1 06380726 +lyricality n 1 2 @ + 1 0 04983688 +lyricism n 2 1 @ 2 0 04983688 04634739 +lyricist n 1 3 @ ~ + 1 1 10277912 +lyrist n 1 2 @ ~ 1 0 10277912 +lyrurus n 1 3 @ #m %m 1 0 01795425 +lyrurus_mlokosiewiczi n 1 1 @ 1 0 01795900 +lyrurus_tetrix n 1 1 @ 1 0 01795735 +lysander n 1 1 @ 1 0 11145850 +lysenko n 1 1 @ 1 0 11146010 +lysergic_acid n 1 1 @ 1 0 14614864 +lysergic_acid_diethylamide n 1 2 @ ~ 1 0 03699396 +lysichiton n 1 2 @ #m 1 0 11788926 +lysichiton_americanum n 1 1 @ 1 0 11789066 +lysichitum n 1 2 @ #m 1 0 11788926 +lysiloma n 1 3 @ #m %m 1 0 11762706 +lysiloma_bahamensis n 1 2 @ #m 1 0 11762927 +lysiloma_latisiliqua n 1 2 @ #m 1 0 11762927 +lysiloma_sabicu n 1 3 @ #m %s 1 0 11763142 +lysimachia n 1 3 @ #m %m 1 0 12094786 +lysimachia_ciliatum n 1 1 @ 1 0 12095543 +lysimachia_clethroides_duby n 1 1 @ 1 0 12095281 +lysimachia_nemorum n 1 1 @ 1 0 12095412 +lysimachia_nummularia n 1 1 @ 1 0 12095647 +lysimachia_quadrifolia n 1 1 @ 1 0 12096089 +lysimachia_terrestris n 1 1 @ 1 0 12095934 +lysimachia_vulgaris n 1 1 @ 1 0 12095781 +lysimachus n 1 1 @ 1 0 11146193 +lysin n 1 2 @ ~ 1 0 15029646 +lysine n 1 1 @ 1 0 14944182 +lysine_intolerance n 1 1 @ 1 0 14194183 +lysinemia n 1 1 @ 1 0 14162943 +lysippus n 1 1 @ 1 0 11146407 +lysis n 2 3 @ ~ ; 2 0 13509843 13509528 +lysogenicity n 1 2 @ + 1 0 14194345 +lysogenisation n 1 1 @ 1 0 13509967 +lysogenization n 1 2 @ + 1 0 13509967 +lysogeny n 1 2 @ + 1 0 14194345 +lysol n 1 1 @ 1 0 14944317 +lysosome n 1 1 @ 1 0 05434203 +lysozyme n 1 1 @ 1 0 14944455 +lyssa n 1 1 @ 1 0 14271667 +lyssavirus n 1 2 @ #m 1 0 01340785 +lythraceae n 1 3 @ #m %m 1 0 12328026 +lythrum n 1 3 @ #m %m 1 0 12328241 +lythrum_hyssopifolia n 1 2 @ #m 1 0 12328801 +lythrum_salicaria n 1 2 @ #m 1 0 12328567 +lytton n 1 1 @ 1 0 11146494 +lytton_strachey n 1 2 @ #m 1 0 11320631 +m n 6 5 @ ~ #m #p %p 6 2 13659162 05040081 13750844 13628246 13628056 06832464 +m-1 n 1 1 @ 1 0 03416775 +m-1_rifle n 1 1 @ 1 0 03416775 +m-theory n 1 3 @ %p ; 1 0 05890963 +m._j._schleiden n 1 1 @ 1 0 11284541 +m.m. n 1 3 @ #p ; 1 0 15286042 +m1 n 1 1 @ 1 0 13357410 +m2 n 1 1 @ 1 0 13357572 +m3 n 1 1 @ 1 0 13357720 +ma n 4 4 @ #p %p - 4 2 10278128 06701001 13637613 09095023 +ma'am n 1 2 @ ~ 1 1 09989290 +maalox n 1 2 @ ; 1 0 14777441 +maar n 1 1 @ 1 0 09344724 +maarianhamina n 1 2 @ #p 1 0 08780720 +mac n 1 4 @ ~ %s ; 1 0 03702719 +macaca n 1 3 @ #m %m 1 0 02487217 +macaca_irus n 1 1 @ 1 0 02488003 +macaca_mulatta n 1 1 @ 1 0 02487547 +macaca_radiata n 1 1 @ 1 0 02487675 +macaca_sylvana n 1 1 @ 1 0 02487847 +macadam n 2 2 @ + 2 0 14977075 04394630 +macadamia n 1 3 @ ~ #m 1 0 12221191 +macadamia_integrifolia n 1 2 @ #m 1 0 12221368 +macadamia_nut n 2 5 @ #m #p %p ; 2 0 12221522 07774596 +macadamia_nut_tree n 1 4 @ #m %p ; 1 0 12221522 +macadamia_ternifolia n 1 4 @ #m %p ; 1 0 12221522 +macadamia_tetraphylla n 1 2 @ #m 1 0 12221801 +macadamia_tree n 1 3 @ ~ #m 1 0 12221191 +macamba n 1 2 @ %p 1 0 12583855 +macao n 1 1 @ 1 0 08731423 +macao_monetary_unit n 1 2 @ ~ 1 0 13690321 +macaque n 1 3 @ ~ #m 1 0 02487347 +macaroni n 2 1 @ 2 0 10278263 07700964 +macaroni_and_cheese n 1 1 @ 1 0 07871234 +macaroni_salad n 1 1 @ 1 0 07807834 +macaroni_wheat n 1 1 @ 1 0 12142450 +macaroon n 1 2 @ ~ 1 0 07636534 +macarthur n 1 1 @ 1 0 11146670 +macau n 1 1 @ 1 0 08731423 +macaulay n 1 1 @ 1 0 11146914 +macaw n 1 2 @ #m 1 0 01818515 +macbeth n 1 1 @ 1 0 11147099 +macdowell n 1 1 @ 1 0 11147185 +mace n 4 3 @ %s ; 4 0 14944617 10278456 07815294 07267461 +macebearer n 1 1 @ 1 0 10278456 +macedoine n 1 1 @ 1 0 07871335 +macedon n 1 4 @ #p %m - 1 0 08915372 +macedonia n 2 6 @ #p %m %p + - 2 0 08961630 08915372 +macedonian n 2 3 @ ~ #m 2 0 09721444 06945473 +macedonian_war n 1 1 @ 1 0 01285567 +macer n 1 1 @ 1 0 10278456 +maceration n 2 2 @ + 2 0 13510152 05001867 +macgregor n 1 1 @ 1 0 11147348 +macguffin n 1 2 @ ; 1 0 05865774 +mach n 1 1 @ 1 0 11147533 +mach_number n 1 1 @ 1 0 13822876 +machaeranthera n 1 3 @ #m %m 1 0 11993007 +machaeranthera_bigelovii n 1 2 @ #m 1 0 11993444 +machaeranthera_tanacetifolia n 1 2 @ #m 1 0 11993203 +machaeranthera_tortifoloia n 1 2 @ #m 1 0 11993675 +machete n 1 1 @ 1 0 03699591 +machiavelli n 1 2 @ + 1 0 11147729 +machiavellian n 1 1 @ 1 0 10278568 +machiavellianism n 1 1 @ 1 0 06214164 +machicolation n 1 2 @ + 1 0 03699754 +machilid n 1 2 @ #m 1 0 02271222 +machilidae n 1 3 @ #m %m 1 0 02271087 +machination n 1 3 @ ~ + 1 0 05908520 +machinator n 1 4 @ ~ #m + 1 0 09958892 +machine n 6 5 @ ~ %p + - 6 4 03699975 10278666 08264759 03700963 08264583 02958343 +machine-displayable_text n 1 1 @ 1 0 06388777 +machine-oriented_language n 1 1 @ 1 0 06899633 +machine-readable_text n 1 2 @ ~ 1 0 06388918 +machine_bolt n 1 1 @ 1 0 03701191 +machine_code n 1 1 @ 1 0 06357985 +machine_gun n 1 4 @ ~ %p + 1 1 03701391 +machine_gunner n 1 1 @ 1 0 09811852 +machine_language n 2 1 @ 2 0 06899633 06357985 +machine_operation n 1 2 @ ~ 1 0 13450862 +machine_pistol n 1 1 @ 1 0 02923682 +machine_politician n 1 1 @ 1 0 10278805 +machine_readable_dictionary n 1 1 @ 1 0 06639023 +machine_rifle n 1 2 @ ~ 1 0 02760855 +machine_screw n 1 1 @ 1 0 03701790 +machine_shop n 1 1 @ 1 1 03701947 +machine_stitch n 1 2 @ ~ 1 0 03702067 +machine_tool n 1 2 @ ~ 1 0 03702248 +machine_translation n 1 1 @ 1 0 06133503 +machinery n 2 3 @ ~ + 2 2 03701640 08434029 +machinist n 1 2 @ + 1 1 10279018 +machinist's_vise n 1 1 @ 1 0 03702440 +machismo n 1 1 @ 1 0 04667180 +machmeter n 1 1 @ 1 0 03702582 +macho n 1 1 @ 1 0 10279219 +macho-man n 1 1 @ 1 0 10665587 +machu_picchu n 1 2 @ #p 1 0 08980119 +machupo_virus n 1 2 @ #m 1 0 01331188 +macintosh n 2 5 @ ~ #s %s ; 2 0 03703590 03702719 +mack n 1 4 @ ~ %s ; 1 0 03702719 +mack_sennett n 1 1 @ 1 0 11293008 +mackem n 1 1 @ 1 0 10279317 +mackenzie n 2 2 @ #p 2 0 11147924 09344863 +mackenzie_river n 1 2 @ #p 1 0 09344863 +mackerel n 2 4 @ ~ #m #p 2 0 07781319 02624167 +mackerel_scad n 1 2 @ #m 1 0 02581482 +mackerel_shad n 1 2 @ #m 1 0 02581482 +mackerel_shark n 1 3 @ ~ #m 1 0 01483522 +mackerel_sky n 1 1 @ 1 0 09345002 +mackinac_bridge n 1 2 @ #p 1 0 03702904 +mackinaw n 4 1 @ 4 1 03703463 03703320 03703203 03703075 +mackinaw_blanket n 1 1 @ 1 0 03703320 +mackinaw_boat n 1 1 @ 1 0 03703203 +mackinaw_coat n 1 1 @ 1 0 03703463 +mackintosh n 2 5 @ ~ #s %s ; 2 0 03703590 03702719 +mackle n 1 1 @ 1 0 06591342 +macleaya n 1 3 @ #m %m 1 0 11906359 +macleaya_cordata n 1 2 @ #m 1 0 11906514 +macleish n 1 1 @ 1 0 11148152 +macleod n 1 1 @ 1 0 11148259 +maclura n 1 2 @ #m 1 0 12399784 +maclura_pomifera n 1 1 @ 1 0 12399899 +macon n 2 2 @ #p 2 0 09077556 07896661 +maconnais n 1 1 @ 1 0 07896661 +macoun n 1 1 @ 1 0 07741138 +macowanites n 1 3 @ #m %m 1 0 13048212 +macowanites_americanus n 1 2 @ #m 1 0 13048447 +macrame n 1 2 @ + 1 0 03703730 +macrencephaly n 1 2 @ + 1 0 14152492 +macro n 1 1 @ 1 0 06586886 +macro_instruction n 1 1 @ 1 0 06586886 +macrobiotic_diet n 1 1 @ 1 0 07564515 +macrobiotics n 1 2 @ + 1 0 06042312 +macrocephalon n 1 3 @ #m %m 1 0 01802033 +macrocephalon_maleo n 1 2 @ #m 1 0 01802159 +macrocephaly n 1 2 @ + 1 0 14508974 +macrocheira n 1 3 @ #m %m 1 0 01982211 +macrocheira_kaempferi n 1 2 @ #m 1 0 01982347 +macroclemys n 1 3 @ #m %m 1 0 01666431 +macroclemys_temmincki n 1 2 @ #m 1 0 01666585 +macrocosm n 1 5 @ ~ %m %p + 1 0 09466280 +macrocyte n 1 1 @ 1 0 05449661 +macrocytic_anaemia n 1 1 @ 1 0 14166968 +macrocytic_anemia n 1 1 @ 1 0 14166968 +macrocytosis n 1 1 @ 1 0 14207711 +macrodactylus n 1 3 @ #m %m 1 0 02174870 +macrodactylus_subspinosus n 1 2 @ #m 1 0 02175014 +macrodantin n 1 3 @ %s ; 1 0 03826443 +macroeconomic_expert n 1 1 @ 1 0 10279392 +macroeconomics n 1 2 @ + 1 0 06150933 +macroeconomist n 1 2 @ + 1 0 10279392 +macroevolution n 1 1 @ 1 0 13510263 +macroglia n 1 2 @ %p 1 0 05467619 +macroglossia n 1 1 @ 1 0 14159459 +macromolecule n 1 3 @ ~ + 1 0 14944888 +macron n 1 1 @ 1 0 06823440 +macronectes n 1 3 @ #m %m 1 0 02059723 +macronectes_giganteus n 1 2 @ #m 1 0 02059852 +macrophage n 1 2 @ ~ 1 1 05450740 +macropodidae n 1 3 @ #m %m 1 0 01876843 +macropus n 1 3 @ #m %m 1 0 01877407 +macropus_agiles n 1 2 @ #m 1 0 01878061 +macropus_giganteus n 1 2 @ #m 1 0 01877606 +macrorhamphosidae n 1 3 @ #m %m 1 0 01456939 +macroscopic_anatomy n 1 2 @ ~ 1 0 06059865 +macrosporangium n 1 1 @ 1 0 11687432 +macrospore n 1 1 @ 1 0 11688199 +macrothelypteris n 1 2 @ #m 1 0 13229018 +macrotis n 1 3 @ #m %m 1 0 01876535 +macrotis_lagotis n 1 2 @ #m 1 0 01876667 +macrotus n 1 2 @ #m 1 0 02142407 +macrotus_californicus n 1 2 @ #m 1 0 02142407 +macrotyloma n 1 3 @ #m %m 1 0 12547658 +macrotyloma_uniflorum n 1 2 @ #m 1 0 12547872 +macrouridae n 1 3 @ #m %m 1 0 02525543 +macrozamia n 1 2 @ #m 1 0 11603835 +macrozamia_communis n 1 2 @ #m 1 0 11604046 +macrozamia_spiralis n 1 2 @ #m 1 0 11604046 +macrozoarces n 1 3 @ #m %m 1 0 02617956 +macrozoarces_americanus n 1 2 @ #m 1 0 02618094 +macruridae n 1 3 @ #m %m 1 0 02525543 +macula n 3 4 @ ~ #p + 3 0 11511004 05455690 05244934 +macula_lutea n 1 2 @ #p 1 0 05455690 +macular_area n 1 2 @ #p 1 0 05455690 +macular_degeneration n 1 2 @ ~ 1 0 14256668 +macular_edema n 1 1 @ 1 0 14254768 +maculation n 2 3 @ ~ + 2 0 04682462 00276813 +macule n 1 3 @ ~ #p 1 0 05244934 +macumba n 3 2 @ ; 3 0 08152069 07059821 06225505 +macushla n 1 2 @ ; 1 0 10279540 +mad-dog_skullcap n 1 1 @ 1 0 12868019 +mad-dog_weed n 1 1 @ 1 0 12868019 +mad_anthony_wayne n 1 1 @ 1 0 11377564 +mad_apple n 2 4 @ #m #p %p 2 0 12896000 07713074 +mad_cow_disease n 1 1 @ 1 0 14261846 +madagascan n 1 2 @ #m 1 0 09721647 +madagascar n 2 5 @ #p %m %p + 2 0 08962187 08961970 +madagascar_cat n 1 2 @ #m 1 0 02497673 +madagascar_franc n 1 1 @ 1 0 13678273 +madagascar_jasmine n 1 2 @ #m 1 0 13239177 +madagascar_pepper n 1 4 @ #m %s %p 1 0 13149506 +madagascar_periwinkle n 1 2 @ #m 1 0 11772408 +madagascar_plum n 1 2 @ #m 1 0 12378249 +madake n 1 2 @ #m 1 0 12149521 +madam n 2 2 @ ~ 2 1 09989290 10279669 +madame n 1 1 @ 1 0 10279778 +madame_curie n 1 1 @ 1 0 10917703 +madame_de_maintenon n 1 1 @ 1 0 11150224 +madame_de_stael n 1 1 @ 1 0 11311959 +madame_tussaud n 1 1 @ 1 0 11353510 +madcap n 1 2 @ ~ 1 0 09991530 +madder n 1 2 @ + 1 0 12661227 +madder_family n 1 3 @ #m %m 1 0 12660009 +madderwort n 1 3 @ ~ #m 1 0 12660601 +madeira n 3 3 @ ~ #p 3 0 09345127 08985559 07900616 +madeira_cake n 1 1 @ 1 0 07632515 +madeira_islands n 1 3 @ #p %p 1 0 08985724 +madeira_river n 1 2 @ #p 1 0 09345127 +madeira_sponge n 1 1 @ 1 0 07632515 +madeira_winter_cherry n 1 1 @ 1 0 12896862 +madeiras n 1 3 @ #p %p 1 0 08985724 +mademoiselle n 1 2 @ #m 1 0 02595339 +madhouse n 1 1 @ 1 0 02820798 +madia n 1 3 @ #m %m 1 0 11993932 +madia_elegans n 1 2 @ #m 1 0 11994336 +madia_oil n 1 2 @ #s 1 0 11994718 +madia_oil_plant n 1 2 @ %s 1 0 11994527 +madia_sativa n 1 2 @ %s 1 0 11994527 +madison n 2 3 @ #p %p 2 0 11148486 09158024 +madman n 1 2 @ ~ 1 1 10276764 +madnep n 1 1 @ 1 0 12942025 +madness n 5 3 @ ~ + 5 1 14395240 14271667 07516997 05647156 04885784 +madonna n 2 1 @ 2 0 11161412 11148748 +madonna_lily n 1 1 @ 1 0 12426978 +madonna_louise_ciccone n 1 1 @ 1 0 11148748 +madoqua n 1 3 @ #m %m 1 0 02421612 +madras n 3 2 @ #p 3 0 08905467 08904392 03703862 +madrasa n 1 2 @ ; 1 0 08283180 +madrasah n 1 2 @ ; 1 0 08283180 +madreporaria n 1 3 @ #m %m 1 0 01916738 +madrepore n 1 3 @ ~ #m 1 0 01916925 +madrid n 1 2 @ #p 1 0 09024467 +madrigal n 1 2 @ + 1 0 07052925 +madrigalist n 1 2 @ + 1 0 10279867 +madrilene n 1 1 @ 1 0 07584228 +madriporian_coral n 1 3 @ ~ #m 1 0 01916925 +madrona n 1 1 @ 1 0 12230540 +madrono n 1 1 @ 1 0 12230540 +madwoman n 1 1 @ 1 0 10279964 +madwort n 1 2 @ #m 1 0 11870747 +mae_west n 2 1 @ 2 0 11382278 03703945 +maeandra n 1 3 @ #m %m 1 0 01917167 +maelstrom n 1 2 @ ~ 1 0 07433145 +maenad n 2 2 @ ; 2 0 10280034 09787390 +maestro n 1 2 @ ~ 1 0 10280130 +maeterlinck n 1 1 @ 1 0 11148899 +mafa n 1 1 @ 1 0 06984247 +maffeo_barberini n 1 1 @ 1 0 11357332 +maffia n 3 4 @ %m ; - 3 0 08245802 08245549 08245425 +mafia n 3 4 @ %m ; - 3 0 08245802 08245549 08245425 +mafioso n 2 2 @ #m 2 0 10280495 10280364 +mag n 1 3 @ ~ %p 1 0 06595351 +mag_tape n 1 2 @ ~ 1 0 03708036 +magadhan n 1 2 @ ~ 1 0 06970645 +magazine n 6 4 @ ~ #p %p 6 3 06595351 03704210 08063303 03704376 03704038 02973017 +magazine_article n 1 2 @ #p 1 1 06269014 +magazine_publisher n 1 1 @ 1 0 08063303 +magazine_rack n 1 1 @ 1 0 03704549 +magdalen n 1 1 @ 1 0 10280598 +magdalena n 1 2 @ #p 1 0 09345265 +magdalena_river n 1 2 @ #p 1 0 09345265 +magellan n 1 1 @ 1 0 11149016 +magellanic_cloud n 1 2 @ ~ 1 0 09345503 +magen_david n 1 1 @ 1 0 06882333 +magenta n 2 3 @ + ; 2 0 04964586 01285784 +maggot n 1 2 @ + 1 1 02312175 +magh n 1 3 @ #p %p 1 0 15221099 +magha n 1 3 @ #p %p 1 0 15221099 +maghreb n 1 3 @ #p %p 1 0 08597323 +magi n 1 3 @ %m ; 1 0 08486538 +magic n 2 3 @ ~ + 2 1 05967977 00099951 +magic_bullet n 1 2 @ ; 1 0 03704640 +magic_eye n 1 3 @ ~ %p 1 0 03924978 +magic_lantern n 1 1 @ 1 0 03704834 +magic_marker n 1 2 @ ; 1 0 03326948 +magic_mushroom n 1 3 @ #p %s 1 0 11849467 +magic_number n 1 1 @ 1 0 13598960 +magic_realism n 1 1 @ 1 0 03704926 +magic_spell n 1 2 @ ~ 1 0 07159791 +magic_square n 1 1 @ 1 0 08269707 +magic_trick n 1 2 @ ~ 1 0 00099951 +magical_ability n 1 2 @ ~ 1 0 05201060 +magical_power n 1 2 @ ~ 1 1 05201060 +magical_spell n 1 2 @ ~ 1 0 07159791 +magician n 2 3 @ ~ + 2 1 10280674 10625860 +magicicada n 1 3 @ #m %m 1 0 02257149 +magicicada_septendecim n 1 2 @ #m 1 0 02257284 +magilp n 1 1 @ 1 0 14949608 +maginot n 1 1 @ 1 0 11149243 +maginot_line n 1 2 @ #p 1 0 03705134 +magistracy n 1 1 @ 1 0 00594738 +magistrate n 1 3 @ ~ + 1 1 10280945 +magistrature n 1 1 @ 1 0 00594738 +maglev n 1 1 @ 1 0 00951233 +magma n 1 1 @ 1 0 14931795 +magna_carta n 1 2 @ ; 1 0 06477003 +magna_charta n 1 2 @ ; 1 0 06477003 +magna_mater n 1 1 @ 1 0 09594093 +magnanimity n 1 2 @ + 1 0 04832716 +magnanimousness n 1 4 @ ~ = + 1 0 04870340 +magnate n 1 2 @ ~ 1 0 09840217 +magnesia n 1 2 @ %s 1 0 14690607 +magnesite n 1 2 @ %s 1 0 14680514 +magnesium n 1 2 @ #s 1 0 14644249 +magnesium_bicarbonate n 1 1 @ 1 0 14945137 +magnesium_carbonate n 1 1 @ 1 0 14945254 +magnesium_hydroxide n 1 1 @ 1 0 14945399 +magnesium_nitride n 1 1 @ 1 0 14945517 +magnesium_oxide n 1 2 @ %s 1 0 14690607 +magnesium_sulfate n 1 2 @ ~ 1 0 14945624 +magnet n 2 5 @ ~ %p + ; 2 1 03705379 05850823 +magnetic_attraction n 1 3 @ ~ = 1 1 11479058 +magnetic_bottle n 1 2 @ #p 1 0 03705808 +magnetic_bubble_memory n 1 1 @ 1 0 03706016 +magnetic_compass n 1 3 @ ~ %p 1 0 03706229 +magnetic_core n 1 3 @ #p ; 1 0 03108069 +magnetic_core_memory n 1 3 @ %p ; 1 0 03706415 +magnetic_declination n 1 1 @ 1 0 13893310 +magnetic_dip n 1 2 @ ; 1 0 13892897 +magnetic_dipole n 1 1 @ 1 0 09345693 +magnetic_dipole_moment n 1 2 @ ; 1 0 11483580 +magnetic_disc n 1 3 @ ~ ; 1 0 03706653 +magnetic_disk n 1 3 @ ~ ; 1 0 03706653 +magnetic_equator n 1 1 @ 1 0 08490531 +magnetic_field n 1 2 @ ~ 1 1 11477384 +magnetic_field_strength n 1 1 @ 1 0 05100525 +magnetic_flux n 2 2 @ ~ 2 0 13599730 11477384 +magnetic_flux_density n 1 1 @ 1 0 05100525 +magnetic_flux_unit n 1 2 @ ~ 1 0 13634033 +magnetic_force n 1 3 @ ~ = 1 1 11479058 +magnetic_head n 1 2 @ #p 1 0 03706939 +magnetic_inclination n 1 2 @ ; 1 0 13892897 +magnetic_induction n 2 1 @ 2 0 13510433 05100525 +magnetic_ink n 1 1 @ 1 0 14917859 +magnetic_intensity n 1 1 @ 1 0 05100525 +magnetic_iron-ore n 1 2 @ #s 1 0 14945914 +magnetic_levitation n 1 1 @ 1 0 00951233 +magnetic_line_of_force n 1 1 @ 1 0 11457392 +magnetic_medium n 1 1 @ 1 0 06263895 +magnetic_meridian n 1 1 @ 1 0 08599662 +magnetic_mine n 1 2 @ ; 1 0 03707171 +magnetic_moment n 1 1 @ 1 1 11483829 +magnetic_monopole n 1 1 @ 1 0 09345792 +magnetic_needle n 1 2 @ #p 1 1 03707372 +magnetic_north n 1 1 @ 1 0 13831441 +magnetic_pole n 2 3 @ ~ #p 2 0 08597579 03976960 +magnetic_pyrites n 1 1 @ 1 0 14693575 +magnetic_recorder n 1 2 @ ~ 1 0 03707597 +magnetic_resonance n 1 2 @ ~ 1 1 11478682 +magnetic_resonance_imaging n 1 2 @ ~ 1 0 00902579 +magnetic_storage n 1 1 @ 1 0 06263895 +magnetic_storage_medium n 1 1 @ 1 0 06263895 +magnetic_storm n 1 1 @ 1 0 07428797 +magnetic_stripe n 1 2 @ #p 1 0 03707766 +magnetic_tape n 1 2 @ ~ 1 0 03708036 +magnetic_variation n 1 1 @ 1 0 13893310 +magnetics n 1 1 @ 1 0 06120769 +magnetisation n 3 3 @ ~ + 3 0 13599547 13510433 05020225 +magnetism n 2 3 @ ~ = 2 1 11479058 06120769 +magnetite n 1 2 @ #s 1 0 14945914 +magnetization n 3 3 @ ~ + 3 0 13599547 13510433 05020225 +magneto n 1 2 @ #p 1 0 03708425 +magnetoelectric_machine n 1 2 @ #p 1 0 03708425 +magnetograph n 1 1 @ 1 0 03708672 +magnetohydrodynamics n 1 1 @ 1 0 06114069 +magnetometer n 1 1 @ 1 0 03708843 +magnetomotive_force n 1 1 @ 1 0 11523736 +magnetomotive_force_unit n 1 2 @ ~ 1 0 13634615 +magneton n 1 1 @ 1 0 13642337 +magnetosphere n 1 1 @ 1 0 11477041 +magnetron n 1 1 @ 1 0 03708962 +magnificat n 1 2 @ ; 1 0 07037059 +magnification n 4 2 @ + 4 1 00367427 13822995 06758835 03289462 +magnificence n 2 3 @ ~ + 2 1 04729328 04814238 +magnifico n 1 1 @ 1 0 10281176 +magnifier n 1 3 @ ~ + 1 0 03709206 +magnifying_glass n 1 2 @ ~ 1 1 03484931 +magniloquence n 1 3 @ ~ + 1 0 07070429 +magnitude n 3 4 @ ~ = + 3 3 05090441 13823651 05168890 +magnitude_relation n 1 2 @ ~ 1 0 13815152 +magnolia n 2 5 @ ~ #m #p %p 2 0 11710008 11709674 +magnolia_acuminata n 1 1 @ 1 0 11710827 +magnolia_family n 1 3 @ #m %m 1 0 11708181 +magnolia_fraseri n 1 1 @ 1 0 11710658 +magnolia_grandiflora n 1 1 @ 1 0 11710136 +magnolia_macrophylla n 1 1 @ 1 0 11710987 +magnolia_soulangiana n 1 1 @ 1 0 11711289 +magnolia_state n 1 5 @ #m #p %p - 1 0 09103943 +magnolia_stellata n 1 1 @ 1 0 11711537 +magnolia_tripetala n 1 1 @ 1 0 11710393 +magnolia_virginiana n 1 1 @ 1 0 11711764 +magnoliaceae n 1 3 @ #m %m 1 0 11708181 +magnoliid_dicot_family n 1 3 @ ~ #m 1 0 11564258 +magnoliid_dicot_genus n 1 3 @ ~ #m 1 0 11571907 +magnoliidae n 1 3 @ #m %m 1 0 11667112 +magnoliophyta n 1 3 @ #m %m 1 0 11664929 +magnoliopsid n 1 3 @ ~ #m 1 0 11666854 +magnoliopsid_family n 1 3 @ ~ #m 1 0 11562747 +magnoliopsid_genus n 1 3 @ ~ #m 1 0 11567411 +magnoliopsida n 1 3 @ #m %m 1 0 11665781 +magnum n 1 1 @ 1 0 03709363 +magnum_opus n 1 1 @ 1 0 03709454 +magnus_hitch n 1 1 @ 1 0 03709545 +magpie n 3 3 @ ~ #m 3 1 01582220 10281276 09911570 +magritte n 1 1 @ 1 0 11149373 +maguey n 2 3 @ #m %s 2 0 12477747 12477583 +magus n 2 1 @ 2 0 10281546 10281432 +magyar n 2 3 @ #m + 2 0 09713985 06958836 +magyarorszag n 1 4 @ #p %m %p 1 0 08952190 +mah-jongg n 1 1 @ 1 1 00505126 +maha n 1 1 @ 1 0 09663628 +mahabharata n 1 3 @ %p ; 1 0 06431496 +mahabharatam n 1 3 @ %p ; 1 0 06431496 +mahabharatum n 1 3 @ %p ; 1 0 06431496 +mahagua n 2 1 @ 2 0 12180168 12178494 +mahalia_jackson n 1 1 @ 1 0 11076820 +mahan n 1 1 @ 1 0 11149483 +maharaja n 1 1 @ 1 0 10281637 +maharajah n 1 1 @ 1 0 10281637 +maharanee n 1 1 @ 1 0 10281770 +maharani n 1 1 @ 1 0 10281770 +maharashtra n 1 2 @ #p 1 0 08905936 +mahatma n 1 2 @ ; 1 0 10281896 +mahatma_gandhi n 1 1 @ 1 0 10989339 +mahayana n 2 4 @ ~ %m + 2 0 08099264 06240865 +mahayana_buddhism n 1 2 @ ~ 1 0 06240865 +mahayanism n 1 1 @ 1 0 06189241 +mahayanist n 1 3 @ #m + 1 0 09684082 +mahdi n 1 3 @ + ; 1 0 10282014 +mahdism n 1 2 @ + 1 0 06235829 +mahdist n 1 2 @ + 1 0 10282262 +mahernia_verticillata n 1 2 @ #m 1 0 12200504 +mahgrib n 1 3 @ #p %p 1 0 08597323 +mahican n 2 1 @ 2 0 09661873 06910958 +mahimahi n 2 6 @ ~ #m #p %p ; 2 0 07778938 02581957 +mahjong n 1 1 @ 1 0 00505126 +mahler n 1 1 @ 1 0 11149630 +mahlstick n 1 1 @ 1 0 03731882 +mahoe n 2 1 @ 2 0 12180168 12178494 +mahogany n 3 5 @ ~ #m #s %s 3 1 12695572 12695144 04973386 +mahogany_family n 1 3 @ #m %m 1 0 12694707 +mahogany_tree n 1 4 @ ~ #m %s 1 0 12695144 +mahomet n 1 1 @ 1 0 11184092 +mahonia n 1 2 @ #m 1 0 11699283 +mahonia_aquifolium n 1 1 @ 1 0 11699442 +mahonia_nervosa n 1 1 @ 1 0 11699751 +mahound n 1 1 @ 1 0 11184092 +mahout n 1 2 @ ; 1 0 10282374 +mahratta n 1 1 @ 1 0 09676374 +mahratti n 1 1 @ 1 0 06971281 +mahuang n 1 1 @ 1 0 11598886 +maia n 1 3 @ #m %m 1 0 01981884 +maianthemum n 1 3 @ #m %m 1 0 12473405 +maianthemum_bifolium n 1 2 @ #m 1 0 12473840 +maianthemum_canadense n 1 2 @ #m 1 0 12473608 +maid n 2 3 @ ~ + 2 1 10282672 10282482 +maid_of_honor n 1 2 @ #m 1 0 09874862 +maiden n 2 4 @ ~ + ; 2 1 10282482 15258945 +maiden_aunt n 1 1 @ 1 0 10282845 +maiden_blue-eyed_mary n 1 2 @ #m 1 0 12881913 +maiden_flight n 1 1 @ 1 0 00304208 +maiden_name n 1 1 @ 1 0 06337111 +maiden_over n 1 2 @ ; 1 0 15258945 +maiden_pink n 1 1 @ 1 0 11809094 +maiden_voyage n 1 1 @ 1 0 00313096 +maidenhair n 1 3 @ ~ #m 1 0 13206817 +maidenhair_berry n 1 2 @ #m 1 0 12235479 +maidenhair_fern n 1 3 @ ~ #m 1 0 13206817 +maidenhair_spleenwort n 1 1 @ 1 0 13181988 +maidenhair_tree n 1 1 @ 1 0 11664418 +maidenhead n 1 3 @ ~ #p 1 0 05521934 +maidenhood n 1 2 @ + 1 0 15147330 +maidenliness n 1 2 @ + 1 0 04667923 +maidhood n 1 2 @ + 1 0 15147330 +maidism n 1 1 @ 1 0 14200873 +maidservant n 1 2 @ ~ 1 0 10282672 +maidu n 2 1 @ 2 0 09659866 06924895 +maiduguri n 1 2 @ #p 1 0 08974818 +maieutic_method n 1 1 @ 1 0 05661118 +maiger n 1 2 @ #m 1 0 02596252 +maigre n 1 2 @ #m 1 0 02596252 +maikoa n 1 2 @ #m 1 0 12899537 +mail n 5 5 @ ~ %p + ; 5 3 06275634 06264398 03709644 08463063 03000247 +mail-order_buying n 1 1 @ 1 0 00082223 +mail_boat n 1 1 @ 1 0 03710079 +mail_call n 1 1 @ 1 0 01012030 +mail_car n 1 2 @ #m 1 0 03710294 +mail_carrier n 1 1 @ 1 0 10283037 +mail_clerk n 1 1 @ 1 0 10459116 +mail_fraud n 1 1 @ 1 0 00777587 +mail_order n 1 1 @ 1 1 06530703 +mail_pouch n 1 2 @ ~ 1 0 03709960 +mail_service n 1 2 @ ~ 1 0 06264398 +mail_slot n 1 1 @ 1 0 03710819 +mail_train n 1 2 @ %m 1 0 03711044 +mailbag n 2 2 @ ~ 2 0 03709960 03709823 +mailboat n 1 1 @ 1 0 03710079 +mailbox n 2 2 @ ~ 2 1 03710193 03989074 +maildrop n 1 2 @ ~ 1 0 03710421 +mailer n 4 3 @ ~ + 4 0 11149762 10282920 07249336 03710528 +mailing n 2 2 @ + 2 0 08463647 00122338 +mailing-card n 1 2 @ ~ 1 0 06627938 +mailing_address n 1 2 @ ~ 1 0 08491245 +mailing_list n 1 1 @ 1 0 06492811 +maillol n 1 1 @ 1 0 11149867 +maillot n 2 1 @ 2 0 03710721 03710637 +mailman n 1 1 @ 1 1 10283037 +mailsorter n 1 1 @ 1 0 03710937 +maimed n 1 1 @ 1 1 07950786 +maimer n 1 2 @ + 1 0 10341955 +maimonides n 1 1 @ 1 0 11149995 +main n 2 4 @ ~ #p %p 2 0 09345932 03711145 +main-topmast n 1 1 @ 1 0 03712887 +main-topsail n 1 1 @ 1 0 03712981 +main_clause n 1 2 @ #p 1 0 06314423 +main_course n 2 2 @ ~ 2 0 07579575 03711384 +main_deck n 1 1 @ 1 0 03711459 +main_diagonal n 1 1 @ 1 0 08268636 +main_drag n 1 2 @ ; 1 1 03711603 +main_entry_word n 1 2 @ #p 1 0 06300632 +main_file n 1 2 @ ; 1 0 06509902 +main_line n 1 1 @ 1 0 03711897 +main_office n 1 3 @ ~ ; 1 0 03504723 +main_road n 1 3 @ ~ %p 1 0 03519981 +main_rotor n 1 2 @ %p 1 0 03712111 +main_street n 2 2 @ ~ 2 1 03712729 08671822 +main_yard n 1 1 @ 1 0 03713069 +maine n 1 4 @ #p %p + 1 1 09092497 +maine_lobster n 2 4 @ #m #p %p 2 0 07792926 01983481 +mainer n 1 2 @ + 1 0 09743487 +mainframe n 2 5 @ ~ #p %p ; 2 0 03711711 02995345 +mainframe_computer n 1 2 @ ~ 1 0 03711711 +mainland n 1 2 @ ~ 1 1 09346120 +mainland_china n 1 5 @ #p %m %p - 1 0 08723006 +mainmast n 1 1 @ 1 0 03711999 +mainsail n 1 2 @ ~ 1 0 03712337 +mainsheet n 1 4 @ ~ #p ; 1 0 04188368 +mainspring n 1 2 @ #p 1 0 03712444 +mainstay n 3 1 @ 3 0 10432957 05694232 03712637 +mainstream n 1 1 @ 1 0 05955186 +maintainer n 1 2 @ + 1 0 10740219 +maintenance n 5 4 @ ~ + ; 5 2 00267522 13366311 13283620 01216191 00765791 +maintenance_man n 1 2 @ ~ 1 0 10521100 +maintenance_staff n 1 1 @ 1 0 08352848 +maintenon n 1 1 @ 1 0 11150224 +maiolica n 1 1 @ 1 0 03713436 +maisonette n 2 2 @ ; 2 0 03713254 03713151 +maisonnette n 2 2 @ ; 2 0 03713254 03713151 +maitland n 1 1 @ 1 0 11150471 +maitre_d' n 1 1 @ 1 0 09892513 +maitre_d'hotel n 1 1 @ 1 0 09892513 +maitreya n 1 1 @ 1 0 09532553 +maize n 2 4 @ ~ #m %p 2 0 12143676 04966543 +maja n 1 3 @ #m %m 1 0 01981884 +maja_squinado n 1 2 @ #m 1 0 01982068 +majagua n 2 1 @ 2 0 12180168 12178494 +majesty n 1 2 @ + 1 1 04729984 +majidae n 1 3 @ #m %m 1 0 01981543 +majolica n 1 1 @ 1 0 03713436 +major n 4 3 @ + ; 4 1 10283170 11150634 10283366 05997659 +major-domo n 1 1 @ 1 0 10283546 +major-general n 1 2 @ ; 1 1 10283663 +major-league_club n 1 3 @ #m %m 1 1 08078819 +major-league_team n 1 3 @ #m %m 1 0 08078819 +major_affective_disorder n 1 2 @ ~ 1 0 14388910 +major_axis n 1 2 @ %p 1 1 06009537 +major_depressive_episode n 1 3 @ ~ ; 1 0 14390466 +major_diatonic_scale n 1 2 @ ~ 1 0 06860826 +major_fast_day n 1 2 @ ~ 1 0 15161284 +major_form_class n 1 2 @ ~ 1 0 06317672 +major_key n 1 1 @ 1 0 06864192 +major_league n 1 3 @ %m ; 1 1 08231499 +major_leaguer n 1 2 @ #m 1 0 10283931 +major_lobe n 1 1 @ 1 0 07005715 +major_mode n 1 1 @ 1 0 06864192 +major_planet n 1 5 @ ~ #m %p ; 1 0 09394007 +major_power n 1 2 @ ~ 1 0 08177592 +major_premise n 1 3 @ #p %p 1 0 06754184 +major_premiss n 1 3 @ #p %p 1 0 06754184 +major_scale n 1 2 @ ~ 1 0 06860826 +major_suit n 1 3 @ %m ; 1 0 03713556 +major_surgery n 1 2 ! @ 1 0 00684837 +major_term n 1 2 @ #p 1 0 06754658 +major_tranquilizer n 1 2 @ ~ 1 0 03713736 +major_tranquilliser n 1 2 @ ~ 1 0 03713736 +major_tranquillizer n 1 2 @ ~ 1 0 03713736 +majorana n 1 2 @ #m 1 0 12852930 +majorana_hortensis n 1 2 @ #m 1 0 12853482 +majorca n 1 2 @ #p 1 0 09024844 +majorette n 2 1 @ 2 0 10036802 10036692 +majority n 3 6 ! @ #p = + ; 3 3 05122557 13581067 15152062 +majority_leader n 1 1 @ 1 0 10283824 +majority_operation n 1 1 @ 1 0 13510638 +majority_opinion n 1 2 @ ; 1 0 06552470 +majority_rule n 1 1 @ 1 0 05964445 +majors n 1 3 @ %m ; 1 1 08231499 +majuscule n 1 3 @ ~ + 1 0 06824227 +mak n 1 2 @ ; 1 0 08033454 +makaira n 1 3 @ #m %m 1 0 02630926 +makaira_albida n 1 1 @ 1 0 02631775 +makaira_marlina n 1 1 @ 1 0 02631475 +makaira_mazara n 1 1 @ 1 0 02631475 +makaira_mitsukurii n 1 1 @ 1 0 02631628 +makaira_nigricans n 1 1 @ 1 0 02631330 +makalu n 1 2 @ #p 1 0 09346284 +makarios_iii n 1 1 @ 1 0 11150809 +makataimeshekiakiak n 1 1 @ 1 0 10852320 +make n 2 4 @ ~ #p + 2 1 05845140 00340463 +make-believe n 2 2 @ + 2 0 05769930 00755500 +make-do n 1 1 @ 1 0 00178551 +make-peace n 1 3 @ ~ + 1 0 09952163 +make-up n 3 3 @ ~ + 3 0 07322769 04933544 03714235 +make-work n 1 1 @ 1 1 00581621 +makedonija n 1 4 @ #p %m - 1 0 08915372 +makeover n 2 2 @ + 2 0 00660570 00269674 +maker n 3 3 @ ~ + 3 1 10284064 09536363 08060446 +makeready n 1 1 @ 1 1 01143957 +makeshift n 1 2 @ + 1 0 00178551 +makeup n 3 3 @ ~ + 3 1 03714235 07322769 04933544 +makeweight n 2 1 @ 2 0 03714721 03714610 +makin n 1 3 @ #p ; 1 0 01296697 +making n 3 3 @ ~ + 3 1 00923995 04717139 03714899 +making_known n 1 2 @ ~ 1 0 07212190 +making_love n 1 1 @ 1 0 00846515 +making_water n 1 2 @ ; 1 0 13506727 +mako n 1 3 @ ~ #m 1 0 01484097 +mako_shark n 1 3 @ ~ #m 1 0 01484097 +makomako n 1 2 @ #m 1 0 12193665 +maksim_gorky n 1 1 @ 1 0 11008870 +maksutov_telescope n 1 1 @ 1 0 03715114 +maktab_al-khidmat n 1 2 @ ; 1 0 08033454 +mal_de_la_rosa n 1 1 @ 1 0 14200873 +mal_de_mer n 1 1 @ 1 0 14203942 +mal_rosso n 1 1 @ 1 0 14200873 +malabar_kino n 1 2 @ #s 1 0 12566112 +malabo n 1 2 @ #p 1 0 08763765 +malabsorption n 1 1 @ 1 0 13510829 +malabsorption_syndrome n 1 1 @ 1 0 14307035 +malacanthidae n 1 3 @ #m %m 1 0 02572904 +malacca n 2 2 @ #p 2 0 12136581 03715275 +malacca_cane n 1 1 @ 1 0 03715275 +malachi n 2 1 @ 2 0 11150973 06441464 +malachias n 2 1 @ 2 0 11150973 06441464 +malachite n 1 3 @ ~ %s 1 0 14680661 +malacia n 1 2 @ ~ 1 0 14208065 +malaclemys n 1 3 @ #m %m 1 0 01667959 +malaclemys_centrata n 1 2 @ #m 1 0 01668091 +malacologist n 1 1 @ 1 0 10284763 +malacology n 1 2 @ ~ 1 0 06073067 +malaconotinae n 1 3 @ #m %m 1 0 01599919 +malacopterygian n 1 4 @ ~ #m %m 1 0 01428580 +malacopterygii n 1 3 @ #m %m 1 0 01428155 +malacosoma n 1 3 @ #m %m 1 0 02307007 +malacosoma_americana n 1 2 @ #m 1 0 02307176 +malacosoma_disstria n 2 2 @ #m 2 0 02307681 02307515 +malacostraca n 1 3 @ #m %m 1 0 01975312 +malacostracan_crustacean n 1 3 @ ~ #m 1 0 01975687 +malacothamnus n 1 3 @ #m %m 1 0 12182858 +malacothamnus_fasciculatus n 1 2 @ #m 1 0 12183026 +maladjustment n 1 1 @ 1 0 14387975 +maladroitness n 1 3 @ ~ + 1 0 05648459 +malady n 2 2 @ ~ 2 2 14563928 14061805 +malaga n 1 2 @ #p 1 0 09026614 +malagasy_republic n 1 4 @ #p %m %p 1 0 08962187 +malahini n 1 2 @ ; 1 0 10284871 +malaise n 1 1 @ 1 1 14447019 +malamud n 1 1 @ 1 0 11151084 +malamute n 1 1 @ 1 0 02110063 +malanga n 1 2 @ #m 1 0 11793403 +malaprop n 1 1 @ 1 0 06769883 +malapropism n 1 1 @ 1 0 06769883 +malar n 1 3 @ #p %p 1 0 05273822 +malar_bone n 1 3 @ #p %p 1 0 05273822 +malaria n 1 4 @ ~ %p + 1 1 14077830 +malaria_mosquito n 1 2 @ #m 1 0 02201626 +malaria_parasite n 1 2 @ #m 1 0 01424420 +malarial_mosquito n 1 2 @ #m 1 0 02201626 +malarkey n 1 1 @ 1 0 07136711 +malarky n 1 1 @ 1 0 07136711 +malathion n 1 2 @ ; 1 0 14946082 +malathion_poisoning n 1 1 @ 1 0 14510814 +malawi n 1 5 @ #p %m %p + 1 0 08962610 +malawi_kwacha n 1 2 @ %p 1 0 13683221 +malawian n 1 3 @ #m + 1 0 09721759 +malawian_monetary_unit n 1 2 @ ~ 1 0 13683093 +malaxis n 1 3 @ #m %m 1 0 12071965 +malaxis-unifolia n 1 2 @ #m 1 0 12072210 +malaxis_ophioglossoides n 1 2 @ #m 1 0 12072210 +malay n 2 4 @ ~ #m + 2 0 09712696 06938887 +malay_archipelago n 1 5 @ #p %m %p - 1 0 08841956 +malay_peninsula n 1 4 @ #p %m %p 1 0 08964810 +malaya n 1 6 @ #m #p %m %p - 1 0 08963369 +malayalam n 1 1 @ 1 0 06980175 +malayan n 1 3 @ #m + 1 0 09712696 +malayan_tapir n 1 1 @ 1 0 02393940 +malayo-polynesian n 1 2 @ ~ 1 0 06937768 +malaysia n 1 7 @ #m #p %m %p + - 1 0 08963369 +malaysia_militant_group n 1 2 @ ; 1 0 08027518 +malaysian n 2 4 @ ~ #m + 2 0 09721883 06939051 +malaysian_monetary_unit n 1 2 @ ~ 1 0 13697963 +malaysian_mujahidin_group n 1 2 @ ; 1 0 08027518 +malcolm_little n 1 1 @ 1 0 11151189 +malcolm_lowry n 1 1 @ 1 0 11142922 +malcolm_stock n 1 2 @ #m 1 0 11892029 +malcolm_x n 1 1 @ 1 0 11151189 +malcolmia n 1 3 @ #m %m 1 0 11891838 +malcolmia_maritima n 1 1 @ 1 0 11892181 +malcontent n 1 3 @ ~ + 1 0 10284965 +maldivan n 1 2 @ #m 1 0 09722159 +maldive_islands n 1 3 @ #p %p 1 0 08965055 +maldives n 2 4 @ #p %m %p 2 0 08965251 08965055 +maldivian n 1 2 @ #m 1 0 09722159 +maldon n 1 2 @ ; 1 0 01286000 +male n 3 6 ! @ ~ #p %p + 3 2 01321230 09624168 08965475 +male-patterned_baldness n 1 1 @ 1 0 14457707 +male_aristocrat n 1 3 ! @ ~ 1 0 10285135 +male_berry n 1 2 @ #m 1 0 12241192 +male_body n 1 4 @ ~ #p %p 1 0 05219724 +male_bonding n 1 1 @ 1 0 13782329 +male_chauvinism n 1 1 @ 1 0 01156070 +male_chauvinist n 1 1 @ 1 0 09912431 +male_chest n 1 2 @ #p 1 0 05551617 +male_child n 1 3 ! @ ~ 1 0 10285313 +male_erecticle_dysfunction n 1 1 @ 1 0 14045141 +male_fern n 1 1 @ 1 0 13193856 +male_genital_organ n 1 3 @ #p %p 1 0 05514905 +male_genitalia n 1 3 @ #p %p 1 0 05514905 +male_genitals n 1 3 @ #p %p 1 0 05514905 +male_horse n 1 2 @ ~ 1 0 02376918 +male_hypogonadism n 1 1 @ 1 0 14075660 +male_internal_reproductive_organ n 1 2 @ #p 1 0 05515157 +male_monarch n 1 4 ! @ ~ #m 1 0 10231515 +male_offspring n 1 3 ! @ ~ 1 0 10285938 +male_orchis n 1 1 @ 1 0 12043673 +male_orgasm n 1 1 @ 1 0 00062331 +male_parent n 1 3 ! @ ~ 1 0 10080869 +male_pattern_baldness n 1 1 @ 1 0 14457707 +male_person n 1 3 @ ~ %p 1 0 09624168 +male_plug n 1 2 @ ~ 1 0 03968293 +male_reproductive_gland n 1 3 @ ~ #p 1 0 05525252 +male_reproductive_system n 1 3 @ #p %p 1 0 05513807 +male_sibling n 1 3 ! @ ~ 1 0 10286084 +maleate n 1 1 @ 1 0 14946251 +maleberry n 1 2 @ #m 1 0 12241192 +malebranche n 1 1 @ 1 0 11151322 +malecite n 2 1 @ 2 0 09660010 06910517 +malediction n 1 2 @ + 1 1 07233996 +malefactor n 1 2 @ ~ 1 0 09977660 +maleficence n 2 4 ! @ = + 2 0 07550551 04846533 +maleic_acid n 1 1 @ 1 0 14946424 +malemute n 1 1 @ 1 0 02110063 +maleness n 1 4 ! @ ~ + 1 1 05008227 +maleo n 1 2 @ #m 1 0 01802159 +maleseet n 1 1 @ 1 0 06910517 +malevich n 1 1 @ 1 0 11151436 +malevolence n 2 4 ! @ ~ + 2 0 07550369 04842313 +malevolency n 1 3 @ ~ + 1 1 04842313 +malevolent_program n 1 2 @ ~ 1 0 06573020 +malfeasance n 1 1 @ 1 0 00741925 +malfeasant n 1 1 @ 1 1 10286200 +malformation n 2 2 @ ~ 2 0 14213512 07367091 +malfunction n 1 3 @ ~ + 1 0 07318476 +malheur_wire_lettuce n 1 2 @ #m 1 0 11897900 +mali n 1 5 @ #p %m %p + 1 0 08965598 +mali_franc n 1 2 @ %p 1 0 13678373 +malian n 1 3 @ #m + 1 0 09722279 +malice n 2 3 @ ~ + 2 0 07550666 04842313 +malice_aforethought n 1 3 @ ~ ; 1 0 05795957 +malicious_gossip n 1 1 @ 1 0 07223811 +malicious_mischief n 1 1 @ 1 0 01249816 +maliciousness n 1 2 @ + 1 0 07550666 +malignance n 2 6 @ ~ %p = + ; 2 0 14237561 04842788 +malignancy n 2 7 ! @ ~ %p = + ; 2 1 14237561 04842788 +malignant_anaemia n 1 2 @ ~ 1 0 14167426 +malignant_anemia n 1 2 @ ~ 1 0 14167426 +malignant_hepatoma n 1 1 @ 1 0 14251174 +malignant_hypertension n 1 2 @ ~ 1 0 14105091 +malignant_hyperthermia n 1 1 @ 1 0 14157782 +malignant_melanoma n 1 1 @ 1 0 14252564 +malignant_neoplasm n 1 2 @ ~ 1 0 14239425 +malignant_neoplastic_disease n 1 2 @ ~ 1 0 14239918 +malignant_neuroma n 1 1 @ 1 0 14241400 +malignant_pustule n 1 1 @ 1 0 14072625 +malignant_tumor n 1 2 @ ~ 1 0 14239425 +maligner n 1 2 @ + 1 0 09999135 +malignity n 2 5 ! @ ~ = + 2 0 07550369 04842788 +malignment n 1 2 @ + 1 0 06720216 +malik n 1 2 @ ; 1 0 10286282 +malingerer n 1 2 @ + 1 0 10286539 +malingering n 1 2 @ + 1 1 00741272 +malinois n 1 1 @ 1 0 02105162 +malinowski n 1 1 @ 1 0 11151579 +mall n 2 3 @ ~ %p 2 0 04010205 03965456 +mallard n 1 2 @ #m 1 0 01847806 +mallarme n 1 1 @ 1 0 11151798 +malleability n 1 4 ! @ ~ + 1 0 05021884 +mallee n 1 2 @ ~ 1 0 12335664 +mallee_fowl n 1 3 @ ~ #m 1 0 01801479 +mallee_hen n 1 1 @ 1 0 01801672 +mallet n 3 3 @ ~ #p 3 0 03715892 03715669 03715386 +malleus n 1 2 @ #p 1 0 05325943 +mallon n 1 1 @ 1 0 11151932 +mallophaga n 1 3 @ #m %m 1 0 02185337 +mallotus n 1 3 @ #m %m 1 0 02541139 +mallow n 1 3 @ ~ #m 1 0 12170585 +mallow_family n 1 3 @ #m %m 1 0 12169776 +malmo n 1 2 @ #p 1 0 08766455 +malmsey n 1 2 @ #s 1 0 07900734 +malnourishment n 1 2 @ + 1 0 14040490 +malnutrition n 1 2 @ ~ 1 0 14199700 +malocclusion n 1 3 @ ~ ; 1 0 14060929 +malodor n 1 2 @ ~ 1 0 05714894 +malodorousness n 1 3 @ ~ + 1 0 04980656 +malodour n 1 2 @ ~ 1 0 05714894 +malone n 1 1 @ 1 0 11152122 +malonylurea n 1 1 @ 1 0 14772716 +malope n 1 2 @ #m 1 0 12183452 +malope_trifida n 1 2 @ #m 1 0 12183452 +malopterurus n 1 3 @ #m %m 1 0 02518488 +malopterurus_electricus n 1 2 @ #m 1 0 02518622 +malory n 1 1 @ 1 0 11152331 +malosma n 1 3 @ #m %m 1 0 12760722 +malosma_laurina n 1 2 @ #m 1 0 12760875 +malpighi n 1 1 @ 1 0 11152544 +malpighia n 1 3 @ #m %m 1 0 12694193 +malpighia_glabra n 1 2 @ %p 1 0 12694486 +malpighia_obovata n 1 2 @ #m 1 0 12694336 +malpighiaceae n 1 3 @ #m %m 1 0 12694048 +malpighian_body n 1 3 @ #p %p 1 0 05247369 +malpighian_corpuscle n 1 3 @ #p %p 1 0 05247369 +malpighian_layer n 1 2 @ #p 1 0 05243704 +malposed_tooth n 1 1 @ 1 0 05306604 +malposition n 1 1 @ 1 0 05079074 +malpractice n 2 1 @ 2 0 00742314 00742130 +malpractice_insurance n 1 1 @ 1 0 13348227 +malraux n 1 1 @ 1 0 11152758 +mals n 1 1 @ 1 0 06701128 +malt n 3 5 @ ~ #s %s + 3 0 07926642 07889274 07888909 +malt_liquor n 1 2 @ %s 1 0 07889274 +malt_sugar n 1 1 @ 1 0 14946618 +malt_whiskey n 1 3 @ ~ #s 1 0 07907548 +malt_whisky n 1 3 @ ~ #s 1 0 07907548 +malta n 2 4 @ #p %m %p 2 0 08966408 08966239 +malta_fever n 1 1 @ 1 0 14128029 +malted n 1 1 @ 1 0 07926642 +malted_milk n 2 1 @ 2 0 07926642 07926540 +maltese n 4 2 @ #m 4 0 09747618 06988913 02124157 02085936 +maltese_cat n 1 1 @ 1 0 02124157 +maltese_cross n 2 1 @ 2 0 11811921 03716091 +maltese_dog n 1 1 @ 1 0 02085936 +maltese_language n 1 1 @ 1 0 06988913 +maltese_lira n 1 1 @ 1 0 13695189 +maltese_monetary_unit n 1 2 @ ~ 1 0 13695081 +maltese_terrier n 1 1 @ 1 0 02085936 +maltha n 1 1 @ 1 0 14680836 +malthus n 1 2 @ + 1 0 11152856 +malthusian n 1 2 @ + 1 0 10286749 +malthusian_theory n 1 1 @ 1 0 05995726 +malthusianism n 1 1 @ 1 0 05995726 +malti n 1 1 @ 1 0 06988913 +maltman n 1 1 @ 1 0 10286855 +malto n 2 1 @ 2 0 09675156 06982487 +maltose n 1 1 @ 1 0 14946618 +maltreater n 1 2 @ + 1 0 09758643 +maltreatment n 1 3 @ ~ + 1 0 00419908 +maltster n 1 2 @ + 1 0 10286855 +malus n 1 3 @ #m %m 1 0 12633386 +malus_angustifolia n 1 1 @ 1 0 12635532 +malus_baccata n 1 2 @ #m 1 0 12634734 +malus_coronaria n 1 2 @ #m 1 0 12635151 +malus_fusca n 1 1 @ 1 0 12635359 +malus_ioensis n 1 2 @ ~ 1 0 12635744 +malus_pumila n 1 3 @ #m %p 1 0 12633994 +malus_sylvestris n 1 2 @ #m 1 0 12634986 +malva n 1 3 @ #m %m 1 0 12170415 +malva_moschata n 1 2 @ #m 1 0 12171098 +malva_neglecta n 1 2 @ #m 1 0 12171316 +malva_sylvestris n 1 2 @ #m 1 0 12171503 +malvaceae n 1 3 @ #m %m 1 0 12169776 +malvales n 1 3 @ #m %m 1 0 12169526 +malvasia n 1 2 @ %s 1 0 13147689 +malvastrum n 1 2 @ #m 1 0 12183636 +malvastrum_coccineum n 1 1 @ 1 0 12187891 +malvaviscus n 1 3 @ #m %m 1 0 12183916 +malversation n 1 2 @ + 1 0 00735832 +malvina_hoffman n 1 1 @ 1 0 11054563 +mam n 2 1 @ 2 0 09660138 06925833 +mama n 2 1 @ 2 1 10278128 09519192 +mama's_boy n 1 1 @ 1 0 10333439 +mamba n 1 3 @ ~ #m 1 0 01749582 +mambo n 1 2 @ + 1 0 00538668 +mamet n 1 1 @ 1 0 11153094 +mamey n 2 4 @ #m #p %p 2 0 12370174 07766530 +mamilla n 1 2 @ #p 1 0 05554653 +mamillary_body n 1 2 @ #p 1 0 05228020 +mamma n 2 5 @ ~ #p %p + 2 1 10278128 05554189 +mamma's_boy n 1 1 @ 1 0 10333439 +mammal n 1 5 @ ~ #m %p - 1 1 01861778 +mammal_family n 1 3 @ ~ #m 1 0 01862557 +mammal_genus n 1 3 @ ~ #m 1 0 01864707 +mammal_semnopithecus n 1 3 @ #m %m 1 0 02488149 +mammalia n 1 3 @ #m %m 1 0 01861465 +mammalian n 1 6 @ ~ #m %p + - 1 0 01861778 +mammalogist n 1 1 @ 1 0 10286989 +mammalogy n 1 2 @ ~ 1 0 06073215 +mammary_gland n 1 4 @ ~ #p %p 1 0 05554189 +mammea n 1 3 @ #m %m 1 0 12370011 +mammea_americana n 1 3 @ #m %p 1 0 12370174 +mammee n 4 4 @ #m #p %p 4 0 12775919 12370174 07766530 07764486 +mammee_apple n 2 4 @ #m #p %p 2 0 12370174 07766530 +mammee_tree n 1 3 @ #m %p 1 0 12370174 +mammilla n 1 2 @ #p 1 0 05554653 +mammillaria n 1 2 @ #m 1 0 11849871 +mammillaria_plumosa n 1 1 @ 1 0 11849983 +mammillary_body n 1 2 @ #p 1 0 05228020 +mammogram n 1 1 @ 1 0 03716228 +mammography n 1 1 @ 1 0 01006188 +mammon n 2 2 @ ; 2 0 14492634 09491324 +mammoth n 1 5 @ ~ #m %p + 1 0 02504770 +mammoth_cave_national_park n 1 2 @ #p 1 0 08607408 +mammothermography n 1 1 @ 1 0 01006536 +mammut n 1 3 @ #m %m 1 0 02505809 +mammut_americanum n 1 2 @ #m 1 0 02506248 +mammuthus n 1 3 @ #m %m 1 0 02504635 +mammuthus_columbi n 1 1 @ 1 0 02505238 +mammuthus_primigenius n 1 1 @ 1 0 02505063 +mammutidae n 1 3 @ #m %m 1 0 02505646 +mammy n 2 2 @ ; 2 0 10287082 10278128 +mamo n 1 2 @ #m 1 0 01545010 +mamoncillo n 1 3 @ #m %p 1 0 12744850 +man n 11 10 ! @ ~ #m #p %m %p + ; - 11 6 10287213 10582746 10289039 02472293 10289176 10288763 10745332 10288516 08887716 03716327 02472987 +man's_body n 1 3 @ #p %p 1 0 05220306 +man's_clothing n 1 2 @ ~ 1 0 03746330 +man-about-town n 1 1 @ 1 0 10439727 +man-at-arms n 1 1 @ 1 0 10291469 +man-child n 1 2 @ ~ 1 0 10285938 +man-eater n 2 2 @ #m 2 0 09891079 01484850 +man-eating_shark n 1 2 @ #m 1 0 01484850 +man-made_fiber n 1 2 @ ~ 1 0 14959058 +man-made_lake n 1 3 @ ~ #p 1 0 04078747 +man-of-the-earth n 2 1 @ 2 0 12828379 12827907 +man-of-war n 2 3 @ ~ #m 2 1 03718212 01913166 +man-of-war_bird n 1 2 @ #m 1 0 02052775 +man-on-a-horse n 1 2 @ #m 1 0 13017789 +man_and_wife n 1 3 @ ~ %m 1 1 07989373 +man_friday n 1 1 @ 1 0 10531109 +man_hour n 1 2 @ #p 1 1 15230482 +man_in_the_street n 1 1 @ 1 1 10223744 +man_jack n 1 1 @ 1 0 10291730 +man_of_action n 1 1 @ 1 0 10291822 +man_of_affairs n 1 2 @ ~ 1 1 09882007 +man_of_deeds n 1 1 @ 1 0 10291822 +man_of_letters n 1 1 @ 1 1 10291942 +man_of_means n 1 2 @ ~ 1 0 10292052 +man_of_the_cloth n 1 3 @ ~ #m 1 0 09927451 +man_of_the_world n 1 2 @ ~ 1 0 10625285 +manacle n 1 2 @ + 1 0 03484576 +manageability n 1 2 @ + 1 0 04905546 +manageableness n 1 2 @ + 1 0 04905546 +managed_economy n 1 2 @ ~ 1 0 08367100 +management n 2 4 @ ~ %m + 2 2 01133281 08381165 +management_consultant n 1 1 @ 1 0 10289338 +management_consulting n 1 1 @ 1 0 08073844 +management_control n 1 1 @ 1 0 00806366 +management_personnel n 1 1 @ 1 1 08440499 +manager n 2 4 @ ~ + ; 2 2 10014939 09931640 +manageress n 1 1 @ 1 0 10289462 +managership n 1 2 @ + 1 0 00594836 +managing_director n 1 2 @ ~ 1 0 10014939 +managing_editor n 1 1 @ 1 1 10289534 +managua n 1 2 @ #p 1 0 08739047 +manakin n 3 3 @ ~ #m 3 0 10291240 03717921 01551711 +manama n 1 2 @ #p 1 0 08848568 +manana n 1 1 @ 1 0 15263925 +manannan n 1 2 @ ; 1 0 09510419 +manassa_mauler n 1 1 @ 1 0 10930591 +manat n 2 1 @ 2 0 13702840 13699747 +manatee n 1 2 @ #m 1 0 02073831 +manawydan n 1 2 @ ; 1 0 09510527 +manawyddan n 1 2 @ ; 1 0 09510527 +manchester n 2 4 @ #p %m + 2 2 09111955 08876975 +manchester_terrier n 1 2 @ ~ 1 0 02094721 +manchu n 3 1 @ 3 0 09737653 08157405 06928744 +manchu_dynasty n 1 1 @ 1 0 08157405 +manchuria n 1 4 @ #p + - 1 0 08722844 +mancunian n 1 3 @ #m + 1 0 09704876 +manda n 1 1 @ 1 0 06981187 +mandaean n 2 1 @ 2 0 10290223 06988808 +mandaeanism n 1 1 @ 1 0 06223204 +mandala n 1 2 @ ; 1 0 03716656 +mandalay n 1 2 @ #p 1 0 08715952 +mandamus n 1 2 @ ; 1 1 06554675 +mandara n 1 1 @ 1 0 06984101 +mandarin n 6 5 @ ~ #m #p %p 6 0 12709901 10289863 10289766 10289671 07747951 06930093 +mandarin_chinese n 1 1 @ 1 0 06930093 +mandarin_dialect n 1 1 @ 1 0 06930093 +mandarin_duck n 1 2 @ #m 1 0 01852400 +mandarin_orange n 2 5 @ ~ #m #p %p 2 0 12709901 07747951 +mandarin_orange_tree n 1 4 @ ~ #m %p 1 0 12709901 +mandatary n 1 2 @ + 1 0 10289969 +mandate n 3 5 @ ~ = + ; 3 1 06556481 08597727 01140658 +mandator n 1 2 @ + 1 0 10290099 +mandatory n 2 3 @ ~ + 2 0 10289969 08597727 +mandatory_injunction n 1 2 @ ; 1 0 06543246 +mande n 1 1 @ 1 0 06997012 +mandean n 2 1 @ 2 0 10290223 06988808 +mandeanism n 1 1 @ 1 0 06223204 +mandela n 1 1 @ 1 0 11153200 +mandelamine n 1 2 @ ; 1 0 03755140 +mandelbrot n 1 1 @ 1 0 11153456 +mandelbrot_set n 1 1 @ 1 0 08001441 +mandelshtam n 1 1 @ 1 0 11153615 +mandelstam n 1 1 @ 1 0 11153615 +mandevilla n 1 3 @ #m %m 1 0 11773138 +mandevilla_boliviensis n 1 2 @ #m 1 0 11773408 +mandevilla_laxa n 1 2 @ #m 1 0 11773628 +mandible n 1 4 @ ~ %p + 1 0 05275905 +mandibula n 1 3 @ ~ %p 1 0 05275905 +mandibular_bone n 1 3 @ ~ %p 1 0 05275905 +mandibular_condyle n 1 2 @ #p 1 0 05471837 +mandibular_fossa n 1 2 @ #p 1 0 05280154 +mandibular_gland n 1 1 @ 1 0 05533635 +mandibular_joint n 1 1 @ 1 0 05276668 +mandibular_notch n 1 2 @ #p 1 0 05233741 +mandioc n 1 3 @ %s %p 1 0 12926689 +mandioca n 1 3 @ %s %p 1 0 12926689 +mandola n 1 1 @ 1 0 03716887 +mandolin n 1 3 @ ~ %p 1 0 03716966 +mandragora n 1 3 @ #m %m 1 0 12906334 +mandragora_officinarum n 1 3 @ #m %p 1 0 12906498 +mandrake n 2 4 @ #m #p %p 2 0 12906771 12906498 +mandrake_root n 1 2 @ #p 1 0 12906771 +mandrel n 1 2 @ #p 1 0 04277493 +mandril n 1 2 @ #p 1 0 04277493 +mandrill n 1 2 @ #m 1 0 02486908 +mandrillus n 1 3 @ #m %m 1 0 02486787 +mandrillus_leucophaeus n 1 1 @ 1 0 02487079 +mandrillus_sphinx n 1 2 @ #m 1 0 02486908 +manduca n 1 3 @ #m %m 1 0 02298833 +manduca_quinquemaculata n 2 2 @ #m 2 0 02299505 02299378 +manduca_sexta n 2 2 @ #m 2 0 02299157 02299039 +manduction n 2 3 @ ~ #p 2 0 01036333 00278810 +mane n 2 3 @ ~ #p 2 1 01899746 05256085 +maned_sheep n 1 2 @ #m 1 0 02416104 +maned_wolf n 1 1 @ 1 0 02114712 +manes n 1 1 @ 1 0 11153783 +manet n 1 1 @ 1 0 11153887 +maneuver n 5 5 @ ~ #p + ; 5 1 00959992 05905152 00556313 00168237 00059552 +maneuverability n 1 3 @ ~ + 1 1 04774198 +maneuverer n 1 2 @ + 1 0 10290422 +manfred_eigen n 1 1 @ 1 0 10954180 +manfulness n 1 2 @ + 1 1 04666837 +mangabey n 1 2 @ #m 1 0 02485988 +manganate n 1 1 @ 1 0 14947445 +manganese n 1 2 @ #s 1 0 14644654 +manganese_bronze n 1 1 @ 1 0 14947125 +manganese_steel n 1 1 @ 1 0 14947255 +manganese_tetroxide n 1 2 @ #s 1 0 14680963 +manganic_acid n 1 1 @ 1 0 14615006 +manganite n 1 2 @ %s 1 0 14681100 +mange n 1 2 @ + 1 0 14274217 +mangel-wurzel n 2 1 @ 2 0 11832899 07720185 +manger n 1 2 @ ~ 1 0 03717131 +mangifera n 1 3 @ #m %m 1 0 12761123 +mangifera_indica n 1 3 @ #m %p 1 0 12761284 +manginess n 1 3 @ ~ + 1 0 04816761 +mangle n 1 2 @ + 1 0 03717285 +mangler n 1 2 @ + 1 0 10341955 +manglietia n 1 2 @ #m 1 0 11711971 +mango n 2 4 @ #m #p %p 2 0 12761284 07764155 +mango_tree n 1 3 @ #m %p 1 0 12761284 +mangold n 1 1 @ 1 0 11832899 +mangold-wurzel n 1 1 @ 1 0 11832899 +mangonel n 1 1 @ 1 0 02981911 +mangosteen n 2 4 @ #m #p %p 2 0 12366675 07763987 +mangosteen_tree n 1 3 @ #m %p 1 0 12366675 +mangrove n 1 2 @ #m 1 0 12345899 +mangrove_family n 1 3 @ #m %m 1 0 12345495 +mangrove_snapper n 1 2 @ #m 1 0 02587300 +manhattan n 2 5 @ ~ #p %s %p 2 1 09120594 07915618 +manhattan_clam_chowder n 1 1 @ 1 0 07587819 +manhattan_island n 1 2 @ #p 1 0 09116709 +manhattan_project n 2 2 @ #p 2 0 08122768 00820232 +manhole n 1 2 @ %p 1 0 03717447 +manhole_cover n 1 2 @ #p 1 0 03717622 +manhood n 3 2 @ = 3 1 14425319 04726938 00594953 +manhunt n 1 1 @ 1 0 00946529 +mania n 2 3 @ ~ + 2 1 09181557 14391660 +maniac n 2 3 @ ~ + 2 1 10276764 10290541 +manic-depressive n 1 2 @ + 1 1 10290684 +manic-depressive_psychosis n 1 2 @ ~ 1 0 14392639 +manic_depression n 1 2 @ ~ 1 0 14392639 +manic_depressive_illness n 1 2 @ ~ 1 0 14392639 +manic_disorder n 1 2 @ ~ 1 0 14391660 +manichaean n 1 1 @ 1 0 10290813 +manichaeanism n 1 1 @ 1 0 06243575 +manichaeism n 1 2 @ + 1 0 06243575 +manichean n 1 1 @ 1 0 10290813 +manichee n 1 1 @ 1 0 10290813 +manicotti n 1 1 @ 1 0 07701457 +manicure n 1 2 @ + 1 0 00660783 +manicure_set n 1 1 @ 1 0 07997486 +manicurist n 1 3 @ ~ + 1 0 10290919 +manidae n 1 3 @ #m %m 1 0 02461556 +manifest n 1 2 @ ; 1 0 06501918 +manifest_destiny n 1 1 @ 1 0 06662057 +manifestation n 5 4 @ ~ + ; 5 2 07323231 06798558 07323024 06880249 01177703 +manifesto n 1 3 @ ~ ; 1 0 06727224 +manifold n 3 3 @ ~ + 3 1 03717750 14946750 08004548 +manifold_paper n 1 1 @ 1 0 14946750 +manihot n 1 3 @ #m %m 1 0 12926316 +manihot_dulcis n 1 1 @ 1 0 12927194 +manihot_esculenta n 1 3 @ %s %p 1 0 12926689 +manihot_utilissima n 1 3 @ %s %p 1 0 12926689 +manikin n 3 2 @ ~ 3 0 10291580 10291240 03717921 +manila n 2 2 @ #p 2 0 14946939 08981746 +manila_bay n 1 3 @ #p ; 1 0 01286181 +manila_bean n 1 3 @ #m %p 1 0 12564083 +manila_grass n 1 1 @ 1 0 12146488 +manila_hemp n 2 1 @ 2 0 14947558 12353431 +manila_maguey n 1 1 @ 1 0 12478131 +manila_paper n 1 1 @ 1 0 14946939 +manila_tamarind n 1 2 @ #m 1 0 11764478 +manilkara n 1 3 @ #m %p 1 0 12774127 +manilkara_bidentata n 1 2 @ %s 1 0 12774299 +manilkara_zapota n 1 3 @ #p %p 1 0 12774641 +manilla n 1 1 @ 1 0 14946939 +manilla_hemp n 1 1 @ 1 0 14947558 +manilla_paper n 1 1 @ 1 0 14946939 +manioc n 3 5 @ #s #p %s %p 3 0 14761578 12927013 12926689 +manioca n 1 2 @ #s 1 0 14761578 +manipulability n 1 2 @ + 1 0 04774365 +manipulation n 2 3 @ ~ + 2 1 00158185 00140652 +manipulative_electronic_deception n 1 1 @ 1 0 01251489 +manipulator n 2 3 @ ~ + 2 0 10378412 10291110 +manipur n 1 2 @ #p 1 0 08902321 +maniraptor n 1 3 @ ~ #m 1 0 01717016 +maniraptora n 1 3 @ #m %m 1 0 01716732 +manis n 1 3 @ #m %m 1 0 02461701 +manitoba n 1 3 @ #p %p 1 0 08823968 +mankato n 1 2 @ #p 1 0 09102781 +mankind n 1 2 @ %m 1 0 02472987 +manliness n 1 2 @ + 1 0 04666837 +mann n 2 1 @ 2 0 11154174 11154023 +manna n 2 2 @ ; 2 0 12311800 07860629 +manna_ash n 1 1 @ 1 0 12305293 +manna_from_heaven n 2 2 @ ; 2 0 07860629 07477587 +manna_grass n 1 3 @ ~ #m 1 0 12122245 +manna_gum n 1 1 @ 1 0 12338979 +manna_lichen n 1 1 @ 1 0 12988341 +mannequin n 2 2 @ ~ 2 0 10291240 03717921 +manner n 3 3 @ ~ + 3 3 04928903 04910135 05845562 +manner_name n 1 1 @ 1 0 06304425 +manner_of_speaking n 1 3 @ ~ #p 1 0 07071483 +manner_of_walking n 1 1 @ 1 0 05003090 +mannerism n 2 2 @ ~ 2 0 04764242 00755673 +manners n 1 2 @ ; 1 1 04898087 +mannheim n 1 2 @ #p 1 0 08774073 +mannikin n 3 2 @ ~ 3 0 10291580 10291240 03717921 +mannitol n 1 1 @ 1 0 03718056 +manoeuvrability n 1 3 @ ~ + 1 0 04774198 +manoeuvre n 5 5 @ ~ #p + ; 5 0 05905152 00959992 00556313 00168237 00059552 +manoeuvrer n 1 1 @ 1 0 10290422 +manometer n 1 2 @ ~ 1 1 03718335 +manor n 2 2 @ + 2 1 03718458 13252168 +manor_hall n 1 2 @ #p 1 0 03718581 +manor_house n 1 1 @ 1 1 03718458 +manpad n 1 1 @ 1 0 03718699 +manpower n 1 4 @ ~ %m %p 1 1 08212347 +manroot n 1 1 @ 1 0 12827907 +mansard n 1 3 @ ~ + 1 0 03718789 +mansard_roof n 1 2 @ ~ 1 0 03718789 +mansart n 1 1 @ 1 0 11154355 +manse n 2 3 @ ~ %p 2 1 03719053 03718935 +manservant n 1 2 @ ~ 1 1 10292192 +mansfield n 2 2 @ #p 2 0 11154489 09131324 +mansi n 2 2 @ #m 2 0 09708118 06959140 +mansion n 2 5 @ ~ #p %p ; 2 0 08685677 03719053 +mansion_house n 1 3 @ ~ %p 1 0 03719053 +manslaughter n 1 2 @ ~ 1 0 00220409 +manslayer n 1 2 @ ~ 1 0 10338707 +manson n 1 1 @ 1 0 11154646 +manta n 2 3 @ ~ #m 2 0 03719249 01500091 +manta_birostris n 1 2 @ #m 1 0 01500476 +manta_ray n 1 3 @ ~ #m 1 0 01500091 +mantegna n 1 1 @ 1 0 11154857 +manteidae n 1 3 @ #m %m 1 0 02235761 +mantel n 1 2 @ #p 1 1 03719343 +mantelet n 2 1 @ 2 0 03719650 03719560 +mantell n 1 1 @ 1 0 11155013 +mantelpiece n 1 2 @ #p 1 0 03719343 +manteodea n 1 3 @ #m %m 1 0 02235575 +mantichora n 1 1 @ 1 0 09498301 +manticora n 1 1 @ 1 0 09498301 +manticore n 1 1 @ 1 0 09498301 +mantid n 1 3 @ ~ #m 1 0 02236044 +mantidae n 1 3 @ #m %m 1 0 02235761 +mantiger n 1 1 @ 1 0 09498301 +mantilla n 2 1 @ 2 0 03719743 03719560 +mantinea n 1 2 @ ; 1 0 01286393 +mantineia n 1 2 @ ; 1 0 01286393 +mantis n 1 3 @ ~ #m 1 0 02236044 +mantis_crab n 1 3 @ ~ #m 1 0 01990007 +mantis_prawn n 1 2 @ #m 1 0 01990516 +mantis_religioso n 1 1 @ 1 0 02236241 +mantis_shrimp n 1 3 @ ~ #m 1 0 01990007 +mantispid n 1 2 @ #m 1 0 02267483 +mantispidae n 1 3 @ #m %m 1 0 02267356 +mantissa n 1 1 @ 1 0 06813115 +mantle n 8 6 @ ~ #p %p + ; 8 1 06883956 11155196 09346450 09223725 05244045 03719343 03151077 02955767 +mantled_ground_squirrel n 1 1 @ 1 0 02358390 +mantlepiece n 1 2 @ #p 1 0 03719343 +mantlet n 1 1 @ 1 0 03719650 +mantophasmatodea n 1 2 @ #m 1 0 02161737 +mantoux_test n 1 1 @ 1 0 05746163 +mantra n 2 2 @ ; 2 0 07152590 06466479 +mantrap n 2 1 @ 2 1 10613996 03719826 +mantua n 1 1 @ 1 0 03719911 +manual n 2 4 @ ~ %p ; 2 1 06421685 00895135 +manual_alphabet n 1 2 @ #p 1 0 06500765 +manual_dexterity n 1 1 @ 1 0 05642815 +manual_labor n 1 2 @ ~ 1 1 00623162 +manual_laborer n 1 2 @ ~ 1 0 10241300 +manual_labour n 1 2 @ ~ 1 0 00623162 +manual_of_arms n 1 3 @ %p ; 1 0 00895135 +manubrium n 1 2 @ #p 1 0 05281584 +manuel_de_falla n 1 1 @ 1 0 10965836 +manuel_rodriquez_patriotic_front n 1 2 @ ; 1 0 08033829 +manufactory n 1 4 @ ~ %p - 1 0 03316406 +manufacture n 2 4 @ ~ + - 2 1 00923444 00924825 +manufactured_home n 1 1 @ 1 0 03776460 +manufacturer n 2 3 @ ~ + 2 2 08060446 10292316 +manufacturing n 1 2 @ ~ 1 1 00924825 +manufacturing_business n 1 2 @ ~ 1 0 08060446 +manufacturing_plant n 1 4 @ ~ %p - 1 0 03316406 +manul n 1 2 @ #m 1 0 02126787 +manumission n 1 2 @ + 1 1 01247807 +manumitter n 1 2 @ + 1 0 10051026 +manure n 1 3 @ ~ + 1 1 14863521 +manus n 1 4 @ ~ #p %p 1 0 05564590 +manuscript n 2 2 @ ~ 2 1 06406979 06407221 +manx n 2 2 @ + 2 0 06961221 02124484 +manx_cat n 1 1 @ 1 0 02124484 +manx_shearwater n 1 1 @ 1 0 02060569 +manzanilla n 1 1 @ 1 0 07901176 +manzanita n 2 3 @ ~ #m 2 2 12231918 12230540 +manzoni n 1 1 @ 1 0 11155331 +mao n 2 1 @ 2 0 14953968 11155444 +mao_jacket n 1 1 @ 1 0 03720005 +mao_tsetung n 1 1 @ 1 0 11155444 +mao_zedong n 1 1 @ 1 0 11155444 +maoi n 1 2 @ ~ 1 0 03783017 +maoism n 1 2 @ + 1 0 06215495 +maoist n 1 2 @ + 1 0 10292622 +maori n 2 1 @ 2 0 08484239 06938386 +maori_hen n 1 2 @ #m 1 0 02015357 +map n 2 4 @ ~ + ; 2 1 03720163 13783816 +map-reader n 1 1 @ 1 0 10292714 +map_collection n 1 3 @ ~ %p 1 0 06427086 +map_maker n 1 2 @ ~ 1 0 09898215 +map_projection n 1 2 @ ~ 1 0 03720443 +mapinguari n 1 2 @ #m 1 0 02459636 +maple n 2 5 @ ~ #m #s %s 2 2 12752666 12752205 +maple-leaf n 1 1 @ 1 0 06883383 +maple-leaf_begonia n 1 1 @ 1 0 12361350 +maple-leaved_bayur n 1 2 @ #m 1 0 12200905 +maple_family n 1 3 @ #m %m 1 0 12751823 +maple_sugar n 1 1 @ 1 0 14947702 +maple_syrup n 1 1 @ 1 0 07860447 +maple_syrup_urine_disease n 1 1 @ 1 0 14159887 +mapmaking n 1 1 @ 1 0 00924579 +mapper n 1 2 @ + 1 0 10442573 +mapping n 2 4 @ ~ + ; 2 0 13783816 01024643 +mapquest n 1 3 @ + ; 1 0 06578527 +maputo n 1 2 @ #p 1 0 08971554 +maquiladora n 1 2 @ ; 1 0 03720665 +maquis n 2 3 @ #m %m 2 0 10292824 08360849 +maquisard n 1 2 @ #m 1 0 10292824 +mar n 2 5 @ ~ #p %p + 2 0 15210870 04692157 +mara n 2 2 @ #m 2 0 09526913 02365108 +marabou n 2 4 @ #m #p %p 2 0 02003204 01897851 +marabou_stork n 1 3 @ #m %p 1 0 02003204 +marabout n 1 3 @ #m %p 1 0 02003204 +maraca n 1 1 @ 1 0 03720891 +maracaibo n 1 2 @ #p 1 0 09162803 +maracan_language n 1 1 @ 1 0 06917392 +maracay n 1 2 @ #p 1 0 09162955 +maraco n 2 1 @ 2 0 09695379 06917392 +marang n 2 4 @ #m #p %p 2 0 12400924 07766723 +marang_tree n 1 3 @ #m %p 1 0 12400924 +maranta n 1 3 @ ~ #m 1 0 12351600 +maranta_arundinaceae n 1 1 @ 1 0 12351790 +marantaceae n 1 3 @ #m %m 1 0 12351287 +marasca n 2 4 @ #s #p %p 2 0 12644283 12644057 +marasca_cherry n 1 2 @ %p 1 0 12644057 +maraschino n 2 2 @ %s 2 0 07910379 07620689 +maraschino_cherry n 2 2 @ %p 2 0 12644057 07620689 +maraschino_liqueur n 1 2 @ %s 1 0 07910379 +marasmius n 1 3 @ #m %m 1 0 13006741 +marasmius_oreades n 1 2 @ #m 1 0 13006894 +marasmus n 1 1 @ 1 0 14200098 +marat n 1 1 @ 1 0 11155577 +maratha n 1 1 @ 1 0 09676374 +marathi n 1 1 @ 1 0 06971281 +marathon n 3 3 @ + ; 3 1 00797361 07460546 01286569 +marathon_runner n 1 1 @ 1 0 10292969 +marathoner n 1 2 @ + 1 0 10292969 +marattia n 1 3 @ #m %m 1 0 13215063 +marattia_salicina n 1 2 @ #m 1 0 13215258 +marattiaceae n 1 3 @ #m %m 1 0 13214813 +marattiales n 1 3 @ #m %m 1 0 13214645 +maraud n 1 3 @ ~ + 1 0 00976953 +marauder n 1 3 @ ~ + 1 0 10293172 +maravilla n 2 1 @ 2 0 11840476 11840246 +marble n 3 3 @ ~ + 3 2 14947807 03721047 03721169 +marble-wood n 2 4 @ #m #s %s 2 0 12771085 12770892 +marble_bones_disease n 1 1 @ 1 0 14210119 +marble_cake n 1 1 @ 1 0 07634406 +marbleisation n 1 2 @ + 1 0 04951186 +marbleising n 1 1 @ 1 0 04951186 +marbleization n 1 2 @ + 1 0 04951186 +marbleizing n 1 2 @ + 1 1 04951186 +marbles n 2 1 @ 2 1 00486358 05622196 +marblewood n 2 4 @ #m #s %s 2 0 12771085 12770892 +marbling n 1 1 @ 1 0 07672583 +marburg_disease n 1 1 @ 1 0 14265722 +marburg_hemorrhagic_fever n 1 1 @ 1 0 14265722 +marburg_virus n 1 2 @ #m 1 0 01332181 +marc n 1 1 @ 1 0 07904190 +marc_blitzstein n 1 1 @ 1 0 10853244 +marc_chagall n 1 1 @ 1 0 10889533 +marceau n 1 1 @ 1 0 11155814 +marcel n 1 1 @ 1 0 05259991 +marcel_duchamp n 1 1 @ 1 0 10944238 +marcel_lajos_breuer n 1 1 @ 1 0 10863717 +marcel_marceau n 1 1 @ 1 0 11155814 +marcel_proust n 1 1 @ 1 0 11247298 +marcello_malpighi n 1 1 @ 1 0 11152544 +march n 7 5 @ ~ #p %p + 7 4 15210870 00290579 00282840 08428019 08513163 07058296 06700844 +march_17 n 1 1 @ 1 0 15187988 +march_19 n 1 2 @ #p 1 0 15194739 +march_2 n 1 2 @ #p 1 0 15187800 +march_25 n 1 2 @ #p 1 0 15186147 +march_equinox n 1 3 @ ~ #p 1 0 15223574 +march_king n 1 1 @ 1 0 11308988 +marchand_de_vin n 1 1 @ 1 0 07831821 +marchantia n 1 3 @ #m %m 1 0 11543792 +marchantia_polymorpha n 1 2 @ #m 1 0 11544015 +marchantiaceae n 1 3 @ #m %m 1 0 11543602 +marchantiales n 1 3 @ #m %m 1 0 11543429 +marche n 1 2 @ #p 1 0 08809384 +marcher n 3 3 @ ~ + 3 0 10293502 10293332 10204921 +marches n 1 2 @ #p 1 0 08809384 +marching n 1 3 @ ~ + 1 1 00290579 +marching_band n 1 1 @ 1 0 08249207 +marching_music n 1 2 @ ~ 1 0 07058296 +marching_order n 1 1 @ 1 0 03721252 +marching_orders n 2 1 @ 2 0 07276414 07168983 +marchioness n 2 2 @ ~ 2 0 10293773 10293590 +marchland n 1 1 @ 1 0 08513163 +marchpane n 1 1 @ 1 0 07608245 +marciano n 1 1 @ 1 0 11155943 +marcionism n 1 1 @ 1 0 06189341 +marco_polo n 1 1 @ 1 0 11241300 +marco_polo's_sheep n 1 2 @ #m 1 0 02414904 +marco_polo_sheep n 1 2 @ #m 1 0 02414904 +marconi n 1 1 @ 1 0 11156122 +marconi_rig n 1 1 @ 1 0 02831455 +marcus_annius_verus n 1 1 @ 1 0 10819755 +marcus_antonius n 1 1 @ 1 0 10820163 +marcus_aurelius n 1 1 @ 1 0 10819755 +marcus_aurelius_antoninus n 1 1 @ 1 0 10819755 +marcus_aurelius_valerius_maximianus n 1 1 @ 1 0 11166251 +marcus_cocceius_nerva n 1 1 @ 1 0 11204069 +marcus_junius_brutus n 1 1 @ 1 0 10869207 +marcus_terentius_varro n 1 1 @ 1 0 11361039 +marcus_tullius_cicero n 1 1 @ 1 0 10897946 +marcus_ulpius_traianus n 1 1 @ 1 0 11347834 +marcus_vipsanius_agrippa n 1 1 @ 1 0 10809857 +marcus_whitman n 1 1 @ 1 0 11384755 +marcuse n 1 1 @ 1 0 11156333 +mardi_gras n 2 2 @ #p 2 0 15241898 00520059 +marduk n 1 2 @ ; 1 0 09519288 +mare n 2 3 @ ~ #m 2 1 02377480 09346613 +mare's_nest n 1 2 @ ~ 1 0 14500567 +mare's_tail n 1 1 @ 1 0 09347116 +mare_clausum n 1 1 @ 1 0 09346735 +mare_liberum n 1 1 @ 1 0 09346874 +mare_nostrum n 1 1 @ 1 0 09347008 +marengo n 1 3 @ #p ; 1 0 01286745 +marfan's_syndrome n 1 1 @ 1 0 14157967 +margaret_court n 1 1 @ 1 0 10913355 +margaret_higgins_sanger n 1 1 @ 1 0 11280405 +margaret_hilda_thatcher n 1 1 @ 1 0 11337779 +margaret_mead n 1 1 @ 1 0 11170248 +margaret_mitchell n 1 1 @ 1 0 11182275 +margaret_munnerlyn_mitchell n 1 1 @ 1 0 11182275 +margaret_sanger n 1 1 @ 1 0 11280405 +margaret_thatcher n 1 1 @ 1 0 11337779 +margarete_gertrud_zelle n 1 1 @ 1 0 11164163 +margaric_acid n 1 1 @ 1 0 14742476 +margarin n 2 3 @ ~ %s 2 0 15079445 07672914 +margarine n 1 3 @ ~ %s 1 0 07672914 +margarita n 1 1 @ 1 0 07915918 +margasivsa n 1 2 @ #p 1 0 15220864 +margate n 1 2 @ #m 1 0 02588794 +margay n 1 2 @ #m 1 0 02126640 +margay_cat n 1 2 @ #m 1 0 02126640 +marge n 1 3 @ ~ %s 1 0 07672914 +margin n 6 5 @ ~ #p + ; 6 2 13903387 05120683 13351278 13260762 06389398 04749991 +margin_account n 1 2 ! @ 1 0 13351986 +margin_call n 1 1 @ 1 0 07192661 +margin_of_error n 1 1 @ 1 0 05120835 +margin_of_profit n 1 1 @ 1 0 13261242 +margin_of_safety n 1 1 @ 1 0 05120835 +marginal_cost n 1 1 @ 1 1 05145708 +marginal_placentation n 1 1 @ 1 0 11682003 +marginal_utility n 1 2 @ ; 1 0 13580228 +marginal_wood_fern n 1 1 @ 1 0 13194036 +marginalia n 1 2 @ ~ 1 0 06505935 +marginalisation n 1 2 @ + 1 0 13510946 +marginality n 1 3 ! @ + 1 1 05078147 +marginalization n 1 2 @ + 1 0 13510946 +marginocephalia n 1 3 @ #m %m 1 0 01702623 +marginocephalian n 1 3 @ #m %m 1 0 01702623 +margosa n 1 3 @ #m %p 1 0 12696492 +margrave n 2 2 @ ; 2 0 10294020 10293861 +marguerite n 2 2 @ #m 2 0 11989869 11925898 +marguerite_daisy n 1 2 @ #m 1 0 11925898 +marguerite_radclyffe_hall n 1 1 @ 1 0 11025125 +mari n 2 2 @ #m 2 0 09706396 06957287 +maria n 2 2 @ #m 2 1 09346613 12365158 +maria_callas n 1 1 @ 1 0 10880189 +maria_luigi_carlo_zenobio_cherubini n 1 1 @ 1 0 10894905 +maria_magdalene_von_losch n 1 1 @ 1 0 10935304 +maria_meneghini_callas n 1 1 @ 1 0 10880189 +maria_mitchell n 1 1 @ 1 0 11182479 +maria_montesorri n 1 1 @ 1 0 11187154 +maria_tallchief n 1 1 @ 1 0 11329507 +mariachi n 1 1 @ 1 0 08250409 +marian_anderson n 1 1 @ 1 0 10817458 +mariana_islands n 1 3 @ #p %p 1 0 08837552 +marianas n 1 3 @ #p %p 1 0 08837552 +marianne_craig_moore n 1 1 @ 1 0 11189432 +marianne_moore n 1 1 @ 1 0 11189432 +maricopa n 2 1 @ 2 0 09660240 06923066 +marie-strumpell_disease n 1 1 @ 1 0 14220474 +marie_anne_charlotte_corday_d'armont n 1 1 @ 1 0 10910580 +marie_antoinette n 1 1 @ 1 0 11156548 +marie_charlotte_carmichael_stopes n 1 1 @ 1 0 11320044 +marie_curie n 1 1 @ 1 0 10917703 +marie_dolores_eliza_rosanna_gilbert n 1 1 @ 1 0 11187471 +marie_goeppert_mayer n 1 1 @ 1 0 11167088 +marie_grosholtz n 1 1 @ 1 0 11353510 +marie_henri_beyle n 1 1 @ 1 0 11316249 +marie_jean_antoine_nicolas_caritat n 1 1 @ 1 0 10906638 +marie_jeanne_becu n 1 1 @ 1 0 10943811 +marie_joseph_paul_yves_roch_gilbert_du_motier n 1 1 @ 1 0 11114056 +marie_louise_elisabeth_vigee-lebrun n 1 1 @ 1 0 11366232 +marie_stopes n 1 1 @ 1 0 11320044 +marie_tussaud n 1 1 @ 1 0 11353510 +mariehamn n 1 2 @ #p 1 0 08780720 +marigold n 1 3 @ ~ #m 1 0 12020507 +marihuana n 2 5 @ ~ #s #p %p 2 0 12397210 02949691 +marijuana n 2 5 @ ~ #s #p %p 2 0 12397210 02949691 +marijuana_cigarette n 1 2 @ %s 1 0 03600806 +marilyn_horne n 1 1 @ 1 0 11060688 +marilyn_monroe n 1 1 @ 1 0 11186207 +marimba n 1 1 @ 1 0 03721384 +marina n 1 1 @ 1 0 03721590 +marinade n 1 2 @ + 1 0 07824502 +marinara n 1 1 @ 1 0 07838441 +marine n 2 3 @ #m ; 2 1 10294139 10294318 +marine_animal n 1 2 @ ~ 1 0 01319467 +marine_archaeology n 1 1 @ 1 0 06145158 +marine_archeology n 1 1 @ 1 0 06145158 +marine_corps n 1 4 @ #p %m %p 1 1 08192970 +marine_corps_intelligence_activity n 1 3 @ #m #p 1 0 08194546 +marine_creature n 1 2 @ ~ 1 0 01319467 +marine_engineer n 1 2 @ ; 1 0 10294421 +marine_glue n 1 1 @ 1 0 14703709 +marine_iguana n 1 2 @ #m 1 0 01677747 +marine_law n 1 3 @ ; - 1 0 08454191 +marine_mine n 1 2 @ ~ 1 0 03365078 +marine_museum n 1 2 @ ~ 1 0 02732072 +marine_mussel n 1 3 @ ~ #m 1 0 01964049 +marine_turtle n 1 2 @ ~ 1 0 01663401 +marineland n 1 1 @ 1 0 03721691 +mariner n 1 2 @ ~ 1 0 10294602 +mariner's_compass n 1 1 @ 1 0 03080731 +marines n 1 3 @ ~ ; 1 0 08192817 +marini n 1 1 @ 1 0 11156812 +marino n 1 1 @ 1 0 11156812 +mario_vargas_llosa n 1 1 @ 1 0 11360895 +marionette n 1 1 @ 1 0 04025350 +mariotte's_law n 1 1 @ 1 0 05875988 +mariposa n 1 3 @ ~ #m 1 0 12446200 +mariposa_lily n 1 3 @ ~ #m 1 0 12446200 +mariposa_tulip n 1 3 @ ~ #m 1 0 12446200 +mariposan n 1 1 @ 1 0 06924659 +marital_bed n 1 1 @ 1 0 13815030 +marital_communications_privilege n 1 1 @ 1 0 05180286 +marital_relationship n 1 1 @ 1 0 13815030 +marital_status n 1 3 @ ~ ; 1 0 13963757 +mariticide n 1 1 @ 1 0 00221727 +maritime_law n 1 3 @ ; - 1 0 08454191 +maritime_provinces n 1 3 @ #p %p 1 0 08821578 +maritimes n 1 3 @ #p %p 1 0 08821578 +marjoram n 2 4 @ #m #p %p 2 0 12853287 07818995 +mark n 15 6 @ ~ #p %p + ; 15 6 05737153 07270179 07262108 06798750 04676064 06794666 13688033 11156943 09921409 06817782 06646243 06441803 04693900 04681387 00064789 +mark_anthony n 1 1 @ 1 0 10820163 +mark_antony n 1 1 @ 1 0 10820163 +mark_clark n 1 1 @ 1 0 10898929 +mark_hopkins n 1 1 @ 1 0 11060103 +mark_of_cain n 1 1 @ 1 0 04828126 +mark_rothko n 1 1 @ 1 0 11272198 +mark_tobey n 1 1 @ 1 0 11344092 +mark_twain n 1 1 @ 1 0 10900730 +mark_wayne_clark n 1 1 @ 1 0 10898929 +markaz-ud-dawa-wal-irshad n 1 2 @ ; 1 0 08047501 +marker n 3 3 @ ~ + 3 1 03721797 07270179 03722007 +market n 5 5 @ ~ %m %p + 5 4 01097292 08424951 03461385 08072837 03722288 +market_analysis n 1 1 @ 1 0 00640434 +market_analyst n 1 3 @ ~ ; 1 0 09791248 +market_capitalisation n 1 1 @ 1 0 00952386 +market_capitalization n 1 1 @ 1 0 00952386 +market_cross n 1 1 @ 1 0 08597973 +market_day n 1 1 @ 1 0 15174122 +market_economy n 1 3 ! @ ~ 1 0 08364959 +market_forces n 1 1 @ 1 0 13511243 +market_garden n 1 1 @ 1 0 03722169 +market_gardening n 1 1 @ 1 0 00921289 +market_keeper n 1 3 @ ~ #m 1 0 10592152 +market_letter n 1 1 @ 1 0 06682152 +market_order n 1 1 @ 1 0 06529996 +market_penetration n 1 1 @ 1 0 00051897 +market_place n 2 3 @ ~ %p 2 0 03722288 01097292 +market_price n 1 1 @ 1 1 13337322 +market_research n 1 2 @ ~ 1 0 00640188 +market_square n 1 2 @ ~ 1 0 03847823 +market_strategist n 1 1 @ 1 0 09791419 +market_town n 1 1 @ 1 0 08672073 +market_value n 1 1 @ 1 1 13337322 +marketer n 1 3 @ ~ + 1 0 10577284 +marketing n 3 5 @ ~ #p %p + 3 1 01113068 01112420 00082081 +marketing_cost n 1 1 @ 1 0 13302621 +marketing_research n 1 2 @ ~ 1 0 00640188 +marketplace n 2 3 @ ~ %p 2 2 01097292 03722288 +markhoor n 1 1 @ 1 0 02417785 +markhor n 1 1 @ 1 0 02417785 +marking n 4 3 @ ~ + 4 2 07270179 04680285 00874977 00263642 +marking_ink n 1 1 @ 1 0 14948156 +markka n 1 2 @ %p 1 0 13688447 +markoff n 1 1 @ 1 0 11157275 +markoff_chain n 1 1 @ 1 0 13511368 +markoff_process n 1 2 @ ~ 1 0 13511507 +markov n 1 2 @ + 1 0 11157275 +markov_chain n 1 1 @ 1 0 13511368 +markov_process n 1 2 @ ~ 1 0 13511507 +markova n 1 1 @ 1 0 11157140 +marks n 1 1 @ 1 0 11157422 +marksman n 1 3 @ ~ + 1 1 10294953 +marksmanship n 1 2 @ + 1 1 05638606 +markup n 2 2 @ + 2 0 13303880 06787602 +markup_language n 1 2 @ ~ 1 0 06787835 +markweed n 1 2 @ #m 1 0 12766869 +marl n 1 2 @ + 1 0 14681249 +marlberry n 1 2 @ #m 1 0 12097556 +marlene_dietrich n 1 1 @ 1 0 10935304 +marley n 1 1 @ 1 0 11157580 +marlin n 1 3 @ ~ #m 1 0 02631041 +marline n 1 1 @ 1 0 03722552 +marlinespike n 1 1 @ 1 0 03722646 +marlingspike n 1 1 @ 1 0 03722646 +marlinspike n 1 1 @ 1 0 03722646 +marlite n 1 1 @ 1 0 14698568 +marlowe n 2 2 @ ; 2 0 11157719 09601571 +marlstone n 1 1 @ 1 0 14698568 +marmalade n 1 2 @ ~ 1 1 07643764 +marmalade_box n 1 3 @ #m %p 1 0 12667582 +marmalade_bush n 1 2 @ #m 1 0 12914193 +marmalade_orange n 1 3 @ #m %p 1 0 12708654 +marmalade_plum n 1 2 @ #p 1 0 07764486 +marmalade_tree n 1 3 @ #m %p 1 0 12775919 +marmara n 1 1 @ 1 0 09347208 +marmara_denizi n 1 1 @ 1 0 09347208 +marmite n 2 1 @ 2 0 07586099 03722827 +marmora n 1 1 @ 1 0 09347208 +marmoset n 1 3 @ ~ #m 1 0 02490219 +marmot n 1 3 @ ~ #m 1 0 02361337 +marmota n 1 3 @ #m %m 1 0 02361222 +marmota_caligata n 1 1 @ 1 0 02361706 +marmota_flaviventris n 1 1 @ 1 0 02361850 +marmota_monax n 1 1 @ 1 0 02361587 +marne_river n 1 3 @ #p ; 1 0 01271428 +maroc n 1 5 @ #m #p %m %p 1 0 08969291 +marocain n 1 1 @ 1 0 03722944 +maroon n 3 2 @ + 3 0 10295190 04964878 03723054 +marplan n 1 2 @ ; 1 0 03587442 +marquand n 1 1 @ 1 0 11157954 +marque n 1 3 @ ~ - 1 0 06845599 +marquee n 2 1 @ 2 1 03900979 03723153 +marquesas_islands n 1 2 @ #p 1 0 08990999 +marquess n 2 1 @ 2 0 10295479 10295371 +marqueterie n 1 1 @ 1 0 03723267 +marquetry n 1 1 @ 1 0 03723267 +marquette n 2 2 @ #p 2 0 11158156 09101495 +marquis n 2 1 @ 2 0 11158364 10295479 +marquis_de_condorcet n 1 1 @ 1 0 10906638 +marquis_de_lafayette n 1 1 @ 1 0 11114056 +marquis_de_laplace n 1 1 @ 1 0 11117451 +marquis_de_sade n 1 1 @ 1 0 11278120 +marquise n 2 2 @ ~ 2 0 10293590 03723153 +marquise_de_maintenon n 1 1 @ 1 0 11150224 +marquise_de_montespan n 1 1 @ 1 0 11186685 +marquise_de_pompadour n 1 1 @ 1 0 11241655 +marrakech n 1 2 @ #p 1 0 08970189 +marrakesh n 1 2 @ #p 1 0 08970189 +marrano n 1 1 @ 1 0 10295597 +marri n 1 1 @ 1 0 12336224 +marriage n 4 5 @ ~ %m + ; 4 3 13963970 07989373 01036996 14421585 +marriage_bed n 1 1 @ 1 1 03723439 +marriage_broker n 1 1 @ 1 0 10299875 +marriage_brokerage n 1 1 @ 1 0 08070341 +marriage_ceremony n 1 2 @ ~ 1 0 01036996 +marriage_contract n 1 1 @ 1 1 06523353 +marriage_counseling n 1 1 @ 1 0 06651463 +marriage_licence n 1 1 @ 1 0 06551339 +marriage_license n 1 1 @ 1 0 06551339 +marriage_mart n 1 1 @ 1 1 08070341 +marriage_of_convenience n 1 1 @ 1 0 13965515 +marriage_offer n 1 2 @ ~ 1 0 07161741 +marriage_proposal n 1 2 @ ~ 1 0 07161741 +marriage_settlement n 1 1 @ 1 0 06523353 +marriageability n 1 2 @ + 1 0 04718030 +married n 1 2 @ + 1 0 10295819 +married_couple n 1 3 @ ~ %m 1 1 07989373 +married_man n 1 2 @ ~ 1 0 10193967 +married_person n 1 3 @ ~ #m 1 0 10640620 +married_woman n 1 2 @ ~ 1 0 10780632 +marrow n 5 4 @ ~ #p %p 5 1 05285623 12159555 07873057 07716504 05921123 +marrow_squash n 1 3 @ ~ %p 1 0 12159555 +marrowbone n 1 2 @ %p 1 1 07872915 +marrowfat_pea n 1 1 @ 1 0 07725663 +marrubium n 1 3 @ #m %m 1 0 12853901 +marrubium_vulgare n 1 1 @ 1 0 12854193 +marruecos n 1 5 @ #m #p %m %p 1 0 08969291 +mars n 2 4 @ #m + ; 2 1 09347445 09555785 +marsala n 1 1 @ 1 0 07901355 +marseillaise n 1 1 @ 1 0 07049205 +marseille n 2 2 @ #p 2 0 08936833 03723534 +marseilles n 1 2 @ #p 1 0 08936833 +marseilles_fever n 1 1 @ 1 0 14078120 +marsh n 3 3 @ ~ + 3 1 09347779 11158651 11158533 +marsh_andromeda n 1 1 @ 1 0 12229887 +marsh_bellflower n 1 1 @ 1 0 12038208 +marsh_buggy n 1 1 @ 1 0 04368695 +marsh_clematis n 1 1 @ 1 0 11730015 +marsh_cress n 1 2 @ #m 1 0 11895472 +marsh_elder n 1 3 @ ~ #m 1 0 11985053 +marsh_felwort n 1 2 @ #m 1 0 12298958 +marsh_fern n 1 3 @ ~ #m 1 0 13227778 +marsh_gas n 1 1 @ 1 0 14948265 +marsh_gentian n 1 2 @ #m 1 0 12295033 +marsh_hare n 1 1 @ 1 0 02326074 +marsh_harrier n 1 2 @ #m 1 0 01609956 +marsh_hawk n 1 2 @ #m 1 0 01610226 +marsh_hen n 2 3 @ ~ #m 2 0 02018207 02016358 +marsh_horsetail n 1 1 @ 1 0 13220355 +marsh_mallow n 1 2 @ #m 1 0 12174521 +marsh_marigold n 1 2 @ #m 1 0 11728099 +marsh_milkweed n 1 2 @ #m 1 0 11969166 +marsh_orchid n 1 2 @ #m 1 0 12058630 +marsh_pea n 1 2 @ #m 1 0 12540966 +marsh_pink n 1 1 @ 1 0 12298395 +marsh_plant n 1 2 @ ~ 1 0 13122364 +marsh_rosemary n 1 2 @ #m 1 0 12099342 +marsh_st-john's_wort n 1 1 @ 1 0 12369845 +marsh_tea n 1 2 @ #m 1 0 12238913 +marsh_trefoil n 1 2 @ #m 1 0 12484784 +marsh_wren n 1 3 @ ~ #m 1 0 01585121 +marshal n 2 4 @ ~ + ; 2 1 10295951 10296176 +marshal_saxe n 1 1 @ 1 0 11283300 +marshal_tito n 1 1 @ 1 0 11343625 +marshall n 5 3 @ ~ ; 5 0 11159214 11158982 11158754 10296176 10295951 +marshall_islands n 2 4 @ #p %p ; 2 0 08839092 08838887 +marshall_mcluhan n 1 1 @ 1 0 11169595 +marshall_plan n 1 1 @ 1 0 13266690 +marshalling_yard n 1 1 @ 1 1 03723653 +marshals n 1 2 @ #p 1 0 08142370 +marshalship n 1 2 @ + 1 0 00595032 +marshland n 1 2 @ ~ 1 0 09347779 +marshmallow n 1 1 @ 1 0 07608098 +marshmallow_fluff n 1 1 @ 1 0 07855603 +marsilea n 1 3 @ #m %m 1 0 12957467 +marsilea_drummondii n 1 1 @ 1 0 12957803 +marsilea_quadrifolia n 1 2 @ #m 1 0 12957924 +marsileaceae n 1 3 @ #m %m 1 0 12957298 +marstan n 1 1 @ 1 0 11159318 +marston_moor n 2 3 @ #p ; 2 0 08885099 01286938 +marsupial n 1 3 @ ~ #m 1 0 01874434 +marsupial_mole n 1 2 @ #m 1 0 01886045 +marsupial_mouse n 1 2 @ #m 1 0 01885158 +marsupial_rat n 1 2 @ #m 1 0 01885158 +marsupialia n 1 3 @ #m %m 1 0 01874126 +marsupium n 1 1 @ 1 0 05517268 +mart n 1 2 @ ~ 1 0 03722288 +marta_brigit_nilsson n 1 1 @ 1 0 11207768 +martagon n 1 1 @ 1 0 12428076 +martello_tower n 1 1 @ 1 0 03723781 +marten n 1 3 @ ~ #m 1 0 02450034 +marten_cat n 1 3 @ ~ #m 1 0 02450034 +martensite n 1 2 @ #s 1 0 14948377 +martes n 1 3 @ #m %m 1 0 02449921 +martes_americana n 1 1 @ 1 0 02450561 +martes_foina n 1 1 @ 1 0 02450677 +martes_martes n 1 1 @ 1 0 02450295 +martes_pennanti n 1 1 @ 1 0 02450829 +martes_zibellina n 1 1 @ 1 0 02450426 +martha's_vineyard n 1 1 @ 1 0 09098488 +martha_beatrice_potter_webb n 1 1 @ 1 0 11378087 +martha_graham n 1 1 @ 1 0 11010187 +martha_jane_burk n 1 1 @ 1 0 10872839 +martha_jane_burke n 1 1 @ 1 0 10872839 +marti n 1 1 @ 1 0 11159418 +martial n 1 1 @ 1 0 11159595 +martial_art n 1 2 @ ~ 1 0 00825443 +martial_law n 1 2 @ ; 1 0 08454818 +martial_music n 1 2 @ ~ 1 0 07058468 +martian n 1 1 @ 1 1 09489790 +martin n 5 2 @ ~ 5 0 11160055 11159920 11159819 11159698 01595624 +martin_buber n 1 1 @ 1 0 10869683 +martin_cline n 1 1 @ 1 0 10902232 +martin_heidegger n 1 1 @ 1 0 11038293 +martin_heinrich_klaproth n 1 1 @ 1 0 11106652 +martin_luther n 1 1 @ 1 0 11145364 +martin_luther_king n 1 1 @ 1 0 11105054 +martin_luther_king_day n 1 2 @ #p 1 0 15182402 +martin_luther_king_jr's_birthday n 1 2 @ #p 1 0 15182402 +martin_luther_king_jr. n 1 1 @ 1 0 11105054 +martin_scorsese n 1 1 @ 1 0 11288818 +martin_v n 1 1 @ 1 0 11160200 +martin_van_buren n 1 1 @ 1 0 11358719 +martina_navratilova n 1 1 @ 1 0 11201740 +martinet n 1 2 @ ~ 1 0 10296444 +martingale n 2 2 @ #p 2 0 03723885 03220401 +martini n 1 3 @ ~ %s 1 1 07916041 +martinique n 1 3 @ #m #p 1 0 08943242 +martinmas n 1 2 @ #p 1 0 15185837 +martynia n 1 2 @ #m 1 0 12873984 +martynia_annua n 1 2 @ #m 1 0 12873984 +martynia_arenaria n 1 2 @ #m 1 0 12875697 +martynia_fragrans n 1 2 @ #m 1 0 12875861 +martyniaceae n 1 2 @ #m 1 0 12873646 +martyr n 2 3 @ ~ + 2 1 10296618 10296832 +martyr_operation n 1 1 @ 1 0 00731756 +martyrdom n 2 2 @ + 2 0 07333347 07306032 +martyrs_of_al-aqsa n 1 2 @ ; 1 0 08010942 +marum n 1 1 @ 1 0 12870048 +marumi n 1 2 @ #m 1 0 12713358 +marumi_kumquat n 1 2 @ #m 1 0 12713358 +marupa n 1 2 @ #m 1 0 12716400 +marut n 1 1 @ 1 0 09527185 +marvel n 1 2 @ + 1 1 07289588 +marvel-of-peru n 1 1 @ 1 0 11839823 +marvell n 1 1 @ 1 0 11160361 +marveller n 1 2 @ + 1 0 10789534 +marvin_neil_simon n 1 1 @ 1 0 11301129 +marx n 5 2 @ #m 5 0 11161228 11161045 11160861 11160676 11160457 +marx_brothers n 1 2 @ %m 1 0 07989741 +marxism n 1 3 @ + - 1 0 06215618 +marxism-leninism n 1 1 @ 1 0 06215152 +marxist n 2 2 @ + 2 0 10297140 09863749 +mary n 1 2 @ + 1 1 11161412 +mary_ann_evans n 1 1 @ 1 0 10956883 +mary_ashton_rice_livermore n 1 1 @ 1 0 11135488 +mary_augusta_arnold_ward n 1 1 @ 1 0 11374085 +mary_baker_eddy n 1 1 @ 1 0 10948656 +mary_douglas_leakey n 1 1 @ 1 0 11121876 +mary_flannery_o'connor n 1 1 @ 1 0 11211987 +mary_godwin_wollstonecraft_shelley n 1 1 @ 1 0 11297032 +mary_harris_jones n 1 1 @ 1 0 11090884 +mary_i n 1 2 @ #m 1 0 11161664 +mary_ii n 1 1 @ 1 0 11162010 +mary_jane n 1 1 @ 1 0 03990834 +mary_leakey n 1 1 @ 1 0 11121876 +mary_leontyne_price n 1 1 @ 1 0 11246408 +mary_ludwig_hays_mccauley n 1 1 @ 1 0 11168218 +mary_magdalen n 1 1 @ 1 0 11162582 +mary_magdalene n 1 1 @ 1 1 11162582 +mary_mallon n 1 1 @ 1 0 11151932 +mary_martin n 1 1 @ 1 0 11159819 +mary_mccarthy n 1 1 @ 1 0 11167792 +mary_mccauley n 1 1 @ 1 0 11168218 +mary_mcleod_bethune n 1 1 @ 1 0 10850469 +mary_morse_baker_eddy n 1 1 @ 1 0 10948656 +mary_pickford n 1 1 @ 1 0 11234643 +mary_queen_of_scots n 1 2 @ #m 1 0 11162206 +mary_shelley n 1 1 @ 1 0 11297032 +mary_stuart n 1 2 @ #m 1 0 11162206 +mary_therese_mccarthy n 1 1 @ 1 0 11167792 +mary_tudor n 1 2 @ #m 1 0 11161664 +mary_wollstonecraft n 1 1 @ 1 0 11395199 +mary_wollstonecraft_godwin n 1 1 @ 1 0 11395199 +mary_wollstonecraft_shelley n 1 1 @ 1 0 11297032 +marya_sklodowska n 1 1 @ 1 0 10917703 +maryland n 2 3 @ #p %p 2 1 09093608 09093980 +maryland_chicken n 1 1 @ 1 0 07864198 +maryland_golden_aster n 1 1 @ 1 0 11951820 +maryland_yellowthroat n 1 1 @ 1 0 01570839 +marylander n 1 1 @ 1 0 09743601 +marzipan n 1 1 @ 1 0 07608245 +masa n 1 1 @ 1 0 06986100 +masai n 1 1 @ 1 0 06998460 +mascara n 1 1 @ 1 1 03724066 +mascarene_grass n 1 1 @ 1 0 12146823 +mascarpone n 1 1 @ 1 0 07851554 +mascot n 1 1 @ 1 0 10297234 +masculine n 1 1 @ 1 0 06329165 +masculinisation n 1 1 @ 1 0 13511755 +masculinity n 2 4 ! @ ~ + 2 1 05008227 04666615 +masculinization n 1 2 @ + 1 0 13511755 +masdevallia n 1 2 @ #m 1 0 12072722 +masefield n 1 1 @ 1 0 11162793 +maser n 1 2 @ ~ 1 0 03724176 +maseru n 1 2 @ #p 1 0 08959105 +mash n 2 3 @ ~ + 2 0 14948645 07805254 +mashed_potato n 1 1 @ 1 0 07711569 +masher n 2 2 @ + 2 0 10787197 03724417 +mashhad n 1 2 @ #p 1 0 08911868 +mashi n 1 1 @ 1 0 06994157 +mashie n 1 1 @ 1 0 03724538 +mashie_niblick n 1 1 @ 1 0 03724623 +mashriq n 1 2 @ ; 1 0 08791978 +masjid n 1 2 @ ; 1 0 03724756 +mask n 4 3 @ ~ + 4 2 03724870 01049475 08253450 03725035 +mask_of_pregnancy n 1 1 @ 1 0 14302652 +masked_ball n 1 1 @ 1 0 07449157 +masked_shrew n 1 1 @ 1 0 01892145 +masker n 1 2 @ + 1 0 10297841 +masking n 3 2 @ + 3 1 01049685 05713347 03725198 +masking_paper n 1 1 @ 1 0 03725355 +masking_piece n 1 1 @ 1 0 03725198 +masking_tape n 1 1 @ 1 0 03725355 +masochism n 1 3 @ ~ + 1 0 07494175 +masochist n 1 4 ! @ ~ + 1 0 10297367 +mason n 5 4 @ ~ #m + 5 0 11163160 11163041 11162915 10297531 10111144 +mason's_level n 1 1 @ 1 0 03725869 +mason's_trowel n 1 1 @ 1 0 02898269 +mason-dixon_line n 1 1 @ 1 0 08515581 +mason_and_dixon's_line n 1 1 @ 1 0 08515581 +mason_and_dixon_line n 1 1 @ 1 0 08515581 +mason_bee n 1 2 @ #m 1 0 02211627 +mason_city n 1 2 @ #p 1 0 09087247 +mason_jar n 1 1 @ 1 0 03725600 +mason_wasp n 2 2 @ #m 2 0 02215621 02214341 +masonite n 1 2 @ ; 1 0 03725506 +masonry n 3 5 @ ~ #p %m - 3 1 03725717 08235513 00608896 +masora n 1 1 @ 1 0 06375624 +masorah n 1 2 @ + 1 0 06375624 +masorete n 1 1 @ 1 0 10297655 +masorite n 1 1 @ 1 0 10297655 +masoud n 1 1 @ 1 0 11163342 +masqat n 1 2 @ #p 1 0 08975435 +masque n 1 2 @ ~ 1 0 08253450 +masquer n 1 1 @ 1 0 10297841 +masquerade n 3 4 @ ~ %p + 3 0 08253450 03320519 00756194 +masquerade_ball n 1 1 @ 1 0 07449157 +masquerade_costume n 1 2 @ %p 1 0 03320519 +masquerade_party n 1 2 @ ~ 1 0 08253450 +masquerader n 1 2 @ + 1 0 10297841 +mass n 9 5 @ ~ #p + ; 9 7 05024254 13774404 07962124 01042242 09348055 08180190 05099389 07033753 07033613 +mass-action_principle n 1 2 @ ; 1 0 05992015 +mass-energy_equivalence n 1 2 @ ; 1 0 05885187 +mass_action n 1 2 @ ; 1 0 05992015 +mass_card n 1 2 @ ; 1 0 06628450 +mass_culture n 1 1 @ 1 1 05752179 +mass_defect n 1 1 @ 1 0 11481824 +mass_deficiency n 1 1 @ 1 0 11481824 +mass_energy n 1 2 @ ; 1 0 05026171 +mass_hysteria n 1 1 @ 1 0 14392143 +mass_medium n 1 2 @ ~ 1 0 06261586 +mass_meeting n 1 2 @ ~ 1 0 08358332 +mass_murder n 1 2 @ ~ 1 1 00223983 +mass_murderer n 1 1 @ 1 0 10298343 +mass_noun n 1 1 @ 1 0 06319710 +mass_number n 1 1 @ 1 0 13715614 +mass_production n 1 1 @ 1 0 00914182 +mass_rapid_transit n 1 1 @ 1 1 04054213 +mass_spectrograph n 1 1 @ 1 0 03726371 +mass_spectrometer n 1 2 @ ~ 1 0 03726516 +mass_spectroscopy n 1 2 @ + 1 0 00650743 +mass_spectrum n 1 1 @ 1 0 11500679 +mass_unit n 1 2 @ ~ 1 0 13609214 +massachuset n 2 1 @ 2 1 06910639 09660373 +massachusetts n 4 4 @ #p %p - 4 1 09095023 09660373 09095606 06910639 +massachusetts_bay n 1 3 @ #p %p 1 0 09348236 +massachusetts_bay_colony n 1 1 @ 1 0 09095606 +massachusetts_fern n 1 2 @ #m 1 0 13230190 +massachusetts_institute_of_technology n 1 2 @ #p 1 0 03725968 +massacre n 1 3 @ ~ + 1 0 00223983 +massage n 1 3 @ ~ + 1 1 00659048 +massage_parlor n 2 1 @ 2 0 03726233 03726116 +massager n 1 3 @ ~ + 1 0 10297983 +massasauga n 2 2 @ #m 2 0 01757901 01757677 +massasauga_rattler n 1 2 @ #m 1 0 01757677 +massasoit n 1 1 @ 1 0 11163582 +massawa n 1 2 @ #p 1 0 08777919 +masse n 1 2 @ #p 1 0 00500669 +masse_shot n 1 2 @ #p 1 0 00500669 +massed_fire n 1 1 @ 1 0 00989583 +massenet n 1 1 @ 1 0 11163709 +masses n 1 2 @ ~ 1 1 08180190 +masseter n 1 1 @ 1 0 05294256 +masseur n 1 1 @ 1 1 10298202 +masseuse n 1 1 @ 1 0 10298271 +massicot n 1 1 @ 1 0 14933755 +massicotite n 1 1 @ 1 0 14933755 +massif n 1 3 @ ~ #p 1 0 09348460 +massif_central n 1 2 @ #p 1 0 09348643 +massine n 1 1 @ 1 0 11163859 +massiveness n 2 2 @ + 2 0 05104421 05027837 +massorete n 1 1 @ 1 0 10297655 +mast n 4 4 @ ~ #p %p 4 1 03726760 12280364 07805872 03726993 +mast_cell n 1 2 @ #p 1 0 05607602 +mastaba n 1 1 @ 1 0 03727067 +mastabah n 1 1 @ 1 0 03727067 +mastalgia n 1 1 @ 1 0 14328720 +mastectomy n 1 2 @ ~ 1 0 00685508 +master n 10 3 @ ~ + 10 6 10280130 10388440 10752930 10298647 10164233 03727274 10298912 10298798 10298482 03896984 +master's_degree n 1 2 @ ~ 1 1 06700447 +master-at-arms n 1 1 @ 1 0 10299125 +master_bedroom n 1 1 @ 1 1 03727465 +master_class n 1 1 @ 1 0 08239024 +master_copy n 1 1 @ 1 0 03727274 +master_cylinder n 1 2 @ #p 1 0 02889996 +master_file n 1 2 @ ; 1 0 06509902 +master_in_business n 1 1 @ 1 0 06701359 +master_in_business_administration n 1 1 @ 1 0 06701359 +master_in_public_affairs n 1 1 @ 1 0 06702020 +master_key n 1 2 @ ~ 1 0 03896984 +master_of_architecture n 1 1 @ 1 0 06700844 +master_of_arts n 1 1 @ 1 0 06701001 +master_of_arts_in_library_science n 1 1 @ 1 0 06701128 +master_of_arts_in_teaching n 1 1 @ 1 0 06701251 +master_of_ceremonies n 1 2 @ ~ 1 1 10299250 +master_of_divinity n 1 1 @ 1 0 06701495 +master_of_education n 1 1 @ 1 0 06701596 +master_of_fine_arts n 1 1 @ 1 0 06701698 +master_of_laws n 1 1 @ 1 0 06704990 +master_of_library_science n 1 1 @ 1 0 06701906 +master_of_literature n 1 1 @ 1 0 06701800 +master_of_science n 1 1 @ 1 1 06702139 +master_of_science_in_engineering n 1 1 @ 1 0 06702247 +master_of_theology n 1 1 @ 1 0 06702358 +master_plan n 1 1 @ 1 0 05899442 +master_race n 1 1 @ 1 0 07968550 +master_sergeant n 1 1 @ 1 0 10299583 +mastering n 2 2 @ + 2 0 05757234 00910856 +mastermind n 2 3 @ ~ + 2 0 10383816 10126926 +masterpiece n 2 1 @ 2 2 03727605 00037006 +masters n 1 1 @ 1 0 11164058 +mastership n 2 2 @ + 2 0 05638700 00595146 +masterstroke n 1 1 @ 1 0 00037090 +masterwort n 1 3 @ ~ #m 1 0 12934036 +mastery n 3 3 @ ~ + 3 2 05641959 14442530 01128655 +masthead n 3 2 @ #p 3 0 06493158 06344846 03727738 +mastic n 3 2 @ #m 3 0 14896321 14704851 12762049 +mastic_tree n 1 2 @ #m 1 0 12762049 +mastication n 1 4 @ ~ #p + 1 0 00278810 +masticophis n 1 3 @ #m %m 1 0 01731418 +masticophis_bilineatus n 1 1 @ 1 0 01732093 +masticophis_flagellum n 1 1 @ 1 0 01731764 +masticophis_lateralis n 1 1 @ 1 0 01731941 +mastiff n 1 2 @ ~ 1 0 02108254 +mastiff_bat n 1 2 @ #m 1 0 02150134 +mastigomycota n 1 3 @ #m %m 1 0 12976985 +mastigomycotina n 1 3 @ #m %m 1 0 12976985 +mastigophora n 1 3 @ #m %m 1 0 01416354 +mastigophoran n 1 3 @ ~ #m 1 0 01416585 +mastigophore n 1 3 @ ~ #m 1 0 01416585 +mastigoproctus n 1 3 @ #m %m 1 0 01771624 +mastigoproctus_giganteus n 1 2 @ #m 1 0 01771766 +mastitis n 1 1 @ 1 0 14349717 +mastocyte n 1 2 @ #p 1 0 05607602 +mastodon n 1 3 @ ~ #m 1 0 02505998 +mastodont n 1 3 @ ~ #m 1 0 02505998 +mastoid n 1 4 @ #p %p + 1 0 05542193 +mastoid_bone n 1 3 @ #p %p 1 0 05542193 +mastoid_process n 1 3 @ #p %p 1 0 05542193 +mastoidal n 1 3 @ #p %p 1 0 05542193 +mastoidale n 1 2 @ #p 1 0 05233875 +mastoidectomy n 1 1 @ 1 0 00686168 +mastoiditis n 1 1 @ 1 0 14349807 +mastopathy n 1 1 @ 1 0 14208342 +mastopexy n 1 1 @ 1 0 00682436 +mastotermes n 1 3 @ #m %m 1 0 02224466 +mastotermes_darwiniensis n 1 2 @ #m 1 0 02224713 +mastotermes_electrodominicus n 1 2 @ #m 1 0 02225081 +mastotermes_electromexicus n 1 2 @ #m 1 0 02224937 +mastotermitidae n 1 3 @ #m %m 1 0 02224323 +masturbation n 1 3 @ ~ + 1 0 00855674 +masturbator n 1 3 @ ~ + 1 0 10299700 +mat n 7 3 @ ~ + 7 3 03727837 03728318 03727946 09348827 06701251 04956110 03728131 +mata_hari n 1 1 @ 1 0 11164163 +matabele n 1 1 @ 1 0 06994488 +matador n 1 1 @ 1 0 09836519 +matai n 1 2 @ #m 1 0 11658544 +matakam n 1 1 @ 1 0 06984247 +matamoros n 1 2 @ #p 1 0 08743786 +match n 9 5 @ ~ #m %p + 9 4 03728437 07470671 03728982 03728811 13596673 09900981 09626238 07988857 05696020 +match-up n 1 1 @ 1 0 00389953 +match_game n 1 1 @ 1 0 07471126 +match_plane n 1 1 @ 1 0 03729647 +match_play n 1 1 @ 1 0 00466630 +match_point n 1 2 @ ; 1 0 13610669 +matchboard n 1 1 @ 1 0 03729131 +matchbook n 1 1 @ 1 0 03729308 +matchbox n 1 1 @ 1 0 03729402 +matchbush n 1 3 @ ~ #m 1 0 11974126 +matched_game n 1 1 @ 1 0 07471126 +matcher n 1 2 @ + 1 0 10299875 +matchet n 1 1 @ 1 0 03699591 +matching_funds n 1 1 @ 1 1 13423118 +matchlock n 1 1 @ 1 0 03729482 +matchmaker n 1 1 @ 1 0 10299875 +matchmaking n 1 1 @ 1 0 01240628 +matchstick n 1 2 @ #p 1 0 03729826 +matchup n 1 1 @ 1 0 00389953 +matchweed n 1 3 @ ~ #m 1 0 11974126 +matchwood n 3 1 @ 3 0 14949075 14948983 09348949 +mate n 10 6 @ ~ #m #p + ; 10 5 10300041 10695050 10300303 10640620 03728811 13743100 12757668 10300154 07926785 00167764 +matelote n 1 1 @ 1 0 07591813 +mater n 1 1 @ 1 0 10300500 +mater_turrita n 1 1 @ 1 0 09594093 +materfamilias n 1 1 @ 1 0 10302576 +materia_medica n 1 3 @ ~ - 1 0 06054892 +material n 5 4 @ ~ %s %p 5 4 14580897 06635509 03309808 03729951 10300654 +material_body n 1 3 @ ~ #p 1 0 05217168 +material_breach n 1 1 @ 1 0 00070462 +material_possession n 1 1 @ 1 0 13244753 +material_resource n 1 2 @ ~ 1 0 13353156 +material_witness n 1 1 @ 1 0 10301089 +materialisation n 3 2 @ + 3 0 13512036 07323024 07295047 +materialism n 2 4 @ ~ + ; 2 1 14039310 05972585 +materialist n 2 2 @ + 2 0 10300963 10300829 +materiality n 2 5 ! @ ~ = + 2 0 13794658 04760771 +materialization n 3 2 @ + 3 0 13512036 07323024 07295047 +materials_handling n 1 1 @ 1 0 00713784 +materiel n 1 3 @ ~ ; 1 0 03730153 +maternal-infant_bonding n 1 1 @ 1 0 13782533 +maternal_language n 1 1 @ 1 0 06904748 +maternal_quality n 1 2 @ = 1 0 04872958 +maternalism n 2 3 @ = + 2 0 04872958 00655540 +maternity n 3 6 @ ~ %p = + - 3 0 14046202 13814041 04872958 +maternity_hospital n 1 1 @ 1 0 03730334 +maternity_ward n 1 1 @ 1 0 03730494 +mates n 1 2 @ ~ 1 0 07988857 +math n 1 4 @ ~ ; - 1 1 06000644 +math_teacher n 1 2 @ ~ 1 0 10302446 +mathematical_function n 1 3 @ ~ ; 1 0 13783816 +mathematical_group n 1 2 @ ~ 1 0 06016853 +mathematical_logic n 1 2 @ ~ 1 0 06164665 +mathematical_notation n 1 3 @ ~ #p 1 0 06808720 +mathematical_operation n 1 3 @ ~ ; 1 0 00869583 +mathematical_process n 1 3 @ ~ ; 1 0 00869583 +mathematical_product n 1 2 @ ~ 1 0 05859630 +mathematical_proof n 1 1 @ 1 0 06647864 +mathematical_relation n 1 3 @ ~ ; 1 0 13783581 +mathematical_space n 1 3 @ ~ ; 1 0 08001685 +mathematical_statement n 1 4 @ ~ %p ; 1 0 06732169 +mathematical_statistician n 1 1 @ 1 0 10653238 +mathematical_symbol n 1 1 @ 1 0 06840047 +mathematician n 1 4 @ ~ + ; 1 0 10301261 +mathematics n 1 5 @ ~ + ; - 1 1 06000644 +mathematics_department n 1 1 @ 1 0 08117052 +mathematics_teacher n 1 2 @ ~ 1 0 10302446 +mathew_b._brady n 1 1 @ 1 0 10861535 +mathias n 1 1 @ 1 0 11164332 +maths n 1 4 @ ~ ; - 1 0 06000644 +matilija_poppy n 1 2 @ #m 1 0 11907689 +matinee n 1 1 @ 1 0 06894111 +matinee_idol n 1 2 @ ~ 1 0 10198437 +mating n 1 3 @ ~ + 1 1 00847340 +matins n 1 1 @ 1 0 15229677 +matisse n 1 1 @ 1 0 11164505 +matman n 1 2 @ ~ 1 0 10793168 +matoaka n 1 1 @ 1 0 11240249 +matriarch n 2 1 @ 2 1 10302576 10302700 +matriarchate n 1 1 @ 1 0 07972888 +matriarchy n 1 2 @ + 1 0 07972888 +matric n 1 1 @ 1 0 01248608 +matricaria n 1 3 @ #m %m 1 0 11994827 +matricaria_chamomilla n 1 2 @ #m 1 0 11995092 +matricaria_inodorum n 1 2 @ #m 1 0 12028424 +matricaria_matricarioides n 1 3 @ #m ; 1 0 11995396 +matricaria_oreades n 1 2 @ #m 1 0 12028818 +matricaria_recutita n 1 2 @ #m 1 0 11995092 +matricaria_tchihatchewii n 1 2 @ #m 1 0 12029039 +matricide n 2 1 @ 2 0 10302816 00221819 +matriculate n 1 2 @ + 1 0 10302905 +matriculation n 1 2 @ + 1 0 01248608 +matrikin n 1 1 @ 1 0 10236521 +matrilineage n 1 1 @ 1 0 13814755 +matrilineal_kin n 1 1 @ 1 0 10236521 +matrilineal_sib n 1 1 @ 1 0 10236521 +matrimonial_law n 1 2 @ - 1 0 06162377 +matrimony n 2 4 @ ~ + ; 2 1 13963970 01036903 +matrimony_vine n 1 3 @ ~ #m 1 0 12904938 +matrisib n 1 1 @ 1 0 10236521 +matrix n 6 4 @ ~ #p ; 6 1 08267640 14949227 09349055 05582305 05582191 03730655 +matrix_addition n 1 1 @ 1 0 00872900 +matrix_algebra n 1 3 @ ; - 1 0 06013584 +matrix_inversion n 1 1 @ 1 0 00873084 +matrix_multiplication n 1 1 @ 1 0 00872986 +matrix_operation n 1 2 @ ~ 1 0 00872722 +matrix_printer n 1 2 @ ~ 1 0 03225777 +matrix_transposition n 1 1 @ 1 0 00873238 +matron n 3 2 @ + 3 1 10303037 10303310 10303186 +matron_of_honor n 1 1 @ 1 0 10303385 +matronymic n 1 1 @ 1 0 06336149 +matsyendra n 1 2 @ ; 1 1 05082116 +matt n 1 2 @ + 1 0 04956110 +matte n 2 3 @ ~ + 2 0 14949384 04956110 +matter n 6 3 @ ~ + 6 5 05671325 05814291 00020827 05688397 05169242 06365467 +matter_of_course n 1 1 @ 1 1 07295850 +matter_of_fact n 2 1 @ 2 0 06784317 05818620 +matter_of_law n 1 2 @ ; 1 0 06784470 +matterhorn n 1 2 @ #p 1 0 09349192 +matteuccia n 1 3 @ #m %m 1 0 13197800 +matteuccia_struthiopteris n 1 2 @ #m 1 0 13198054 +matthew n 2 3 @ #p ; 2 0 11164671 06441607 +matthew_arnold n 1 1 @ 1 0 10823760 +matthew_calbraith_perry n 1 1 @ 1 0 11230402 +matthew_flinders n 1 1 @ 1 0 10973339 +matthew_walker n 1 1 @ 1 0 03730788 +matthew_walker_knot n 1 1 @ 1 0 03730788 +matthias_schleiden n 1 1 @ 1 0 11284541 +matthiola n 1 3 @ #m %m 1 0 11892460 +matthiola_incana n 1 2 @ #m 1 0 11892817 +matting n 2 2 @ + 2 1 03730893 03728318 +mattock n 1 1 @ 1 0 03731019 +mattole n 2 1 @ 2 0 09660524 06919911 +mattress n 1 3 @ ~ #p 1 0 03731164 +mattress_cover n 1 1 @ 1 0 03731483 +mattress_pad n 1 1 @ 1 0 03731590 +maturation n 3 6 @ ~ %p + ; - 3 2 13512238 13489037 13479889 +mature-onset_diabetes n 1 1 @ 1 0 14118936 +maturement n 1 2 @ + 1 0 13512238 +matureness n 1 4 @ ~ = + 1 0 14424780 +maturity n 3 6 ! @ ~ %p = + 3 3 15152817 14424780 15153225 +maturity-onset_diabetes n 1 1 @ 1 0 14118936 +maturity-onset_diabetes_mellitus n 1 1 @ 1 0 14118936 +maturity_date n 1 1 @ 1 0 15153225 +matzah n 1 1 @ 1 0 07684164 +matzah_ball n 1 1 @ 1 0 07701912 +matzah_meal n 1 1 @ 1 0 07568389 +matzo n 1 1 @ 1 0 07684164 +matzo_ball n 1 1 @ 1 0 07701912 +matzo_meal n 1 1 @ 1 0 07568389 +matzoh n 1 1 @ 1 0 07684164 +matzoh_ball n 1 1 @ 1 0 07701912 +matzoh_meal n 1 1 @ 1 0 07568389 +maud_gonne n 1 1 @ 1 0 11007059 +maugham n 1 1 @ 1 0 11164970 +maui n 1 2 @ #p 1 0 09080146 +maui_island n 1 2 @ #p 1 0 09080146 +maul n 1 2 @ + 1 0 03731695 +maul_oak n 1 1 @ 1 0 12270946 +mauldin n 1 1 @ 1 0 11165164 +maule's_quince n 1 1 @ 1 0 12624568 +mauler n 1 2 @ + 1 0 10303513 +maulers n 1 1 @ 1 0 05565192 +maulstick n 1 1 @ 1 0 03731882 +mauna_kea n 1 2 @ #p 1 0 09176446 +mauna_loa n 1 2 @ #p 1 0 09176608 +maund n 1 1 @ 1 0 13718267 +maundy n 1 2 @ ; 1 0 07455151 +maundy_money n 1 2 @ ; 1 0 13393427 +maundy_thursday n 1 1 @ 1 0 15193526 +maupassant n 1 1 @ 1 0 11165339 +maureen_catherine_connolly n 1 1 @ 1 0 10907236 +mauriac n 1 1 @ 1 0 11165519 +maurice_barrymore n 1 1 @ 1 0 10835218 +maurice_chevalier n 1 1 @ 1 0 10895549 +maurice_de_vlaminck n 1 1 @ 1 0 11368240 +maurice_hugh_frederick_wilkins n 1 1 @ 1 0 11387362 +maurice_ravel n 1 1 @ 1 0 11255085 +maurice_utrillo n 1 1 @ 1 0 11358225 +maurice_wilkins n 1 1 @ 1 0 11387362 +mauritania n 1 6 @ #m #p %m %p + 1 0 08966820 +mauritanian n 1 3 @ #m + 1 0 09722399 +mauritanian_monetary_unit n 1 2 @ ~ 1 0 13689630 +mauritanie n 1 5 @ #m #p %m %p 1 0 08966820 +mauritian n 1 3 @ #m + 1 0 09722530 +mauritian_monetary_unit n 1 2 @ ~ 1 0 13704529 +mauritian_rupee n 1 2 @ %p 1 0 13704643 +mauritius n 2 5 @ #p %m %p + 2 0 08967484 08967329 +maurois n 1 1 @ 1 0 11165712 +mauser n 2 1 @ 2 0 11165854 03732020 +mausoleum n 1 2 @ ~ 1 1 03732114 +mausoleum_at_halicarnasus n 1 2 @ #m 1 0 03732252 +mauve n 1 2 @ + 1 0 04970544 +maven n 1 2 @ ~ 1 0 09762509 +maverick n 2 2 @ + 2 0 10303654 02404028 +mavik n 1 2 @ ; 1 0 04470037 +mavin n 1 2 @ ~ 1 0 09762509 +mavis n 1 2 @ #m 1 0 01558149 +maw n 1 1 @ 1 0 05302307 +mawkishness n 2 3 @ ~ + 2 0 07482267 04627506 +mawlamyine n 1 1 @ 1 0 08716076 +max n 1 1 @ 1 0 04253751 +max_beerbohm n 1 1 @ 1 0 10841241 +max_born n 1 1 @ 1 0 10858164 +max_bruch n 1 1 @ 1 0 10867933 +max_delbruck n 1 1 @ 1 0 10928810 +max_ernst n 1 1 @ 1 0 10960561 +max_ferdinand_perutz n 1 1 @ 1 0 11230977 +max_karl_ernst_ludwig_planck n 1 1 @ 1 0 11238906 +max_muller n 1 1 @ 1 0 11195452 +max_perutz n 1 1 @ 1 0 11230977 +max_planck n 1 1 @ 1 0 11238906 +max_weber n 2 1 @ 2 0 11378805 11378662 +maxfield_frederick_parrish n 1 1 @ 1 0 11224173 +maxfield_parrish n 1 1 @ 1 0 11224173 +maxi n 1 1 @ 1 0 03732458 +maxilla n 1 2 @ %p 1 0 05284132 +maxillaria n 1 2 @ #m 1 0 12073217 +maxillary n 1 3 @ %p + 1 0 05284132 +maxillary_artery n 1 2 @ ~ 1 0 05350679 +maxillary_sinus n 1 1 @ 1 0 05253443 +maxillary_vein n 1 1 @ 1 0 05373300 +maxim n 2 2 @ ~ 2 1 07152948 11166060 +maxim_gorki n 1 1 @ 1 0 11008870 +maxim_gun n 1 1 @ 1 0 03732543 +maximation n 1 1 @ 1 0 00367066 +maximian n 1 1 @ 1 0 11166251 +maximilian's_sunflower n 1 1 @ 1 0 11979354 +maximilien_paul_emile_littre n 1 1 @ 1 0 11135371 +maximisation n 1 2 @ + 1 0 00367066 +maximization n 2 3 ! @ + 2 0 00870786 00367066 +maximum n 3 3 ! @ + 3 2 13776137 05124928 08598132 +maximum_and_minimum_thermometer n 1 1 @ 1 0 03732658 +maxmilien_de_bethune n 1 1 @ 1 0 11325146 +maxmillien_marie_isidore_de_robespierre n 1 1 @ 1 0 11265183 +maxostoma n 1 3 @ #m %m 1 0 01445998 +maxwell n 2 2 @ #p 2 0 13638375 11166504 +maxwell's_demon n 1 1 @ 1 0 09489146 +maxwell's_equations n 1 1 @ 1 0 06670711 +maxwell-boltzmann_distribution_law n 1 2 @ ; 1 0 05877178 +maxwell_anderson n 1 1 @ 1 0 10817607 +maxzide n 1 2 @ %s 1 0 03732828 +may n 2 4 @ #m #p %p 2 1 15211484 12627750 +may_1 n 1 2 @ #p 1 0 15189033 +may_24 n 1 2 @ #p 1 0 15200164 +may_apple n 2 4 @ #m #p %p 2 0 11700279 11700058 +may_beetle n 2 3 @ ~ #m 2 0 02174659 02172870 +may_blob n 1 2 @ #m 1 0 11728099 +may_bug n 2 3 @ ~ #m 2 0 02174659 02172870 +may_day n 1 2 @ #p 1 1 15189033 +may_fish n 1 2 @ #m 1 0 01447331 +may_lily n 1 2 @ #m 1 0 12471544 +may_queen n 1 1 @ 1 0 10304160 +may_wine n 1 2 @ %s 1 0 07931870 +maya n 2 3 @ ~ #m 2 0 09648309 06919215 +maya_lin n 1 1 @ 1 0 11132245 +mayaca n 1 2 @ #m 1 0 12608620 +mayacaceae n 1 3 @ #m %m 1 0 12608447 +mayakovski n 1 1 @ 1 0 11166732 +mayan n 2 3 @ ~ #m 2 0 09648309 06919215 +mayan_language n 1 2 @ ~ 1 0 06919215 +mayapple n 1 3 @ #m %p 1 0 11700058 +mayas n 1 1 @ 1 0 08484386 +mayday n 1 1 @ 1 0 06803954 +mayeng n 1 2 @ #m 1 0 12200905 +mayenne n 1 2 @ #p 1 0 08943461 +mayer n 2 1 @ 2 0 11167088 11166877 +mayetiola n 1 3 @ #m %m 1 0 02189535 +mayetiola_destructor n 1 2 @ #m 1 0 02189670 +mayfish n 1 2 @ #m 1 0 01447331 +mayflower n 2 1 @ 2 1 03732992 12235051 +mayfly n 1 2 @ #m 1 0 02262449 +mayhaw n 1 2 @ #m 1 0 12627526 +mayhem n 2 1 @ 2 0 00770151 00554107 +mayidism n 1 1 @ 1 0 14200873 +mayo n 1 2 @ ~ 1 0 07834507 +mayonnaise n 1 2 @ ~ 1 0 07834507 +mayor n 1 3 @ ~ + 1 1 10303814 +mayoralty n 1 1 @ 1 0 00595333 +mayoress n 2 1 @ 2 0 10304086 10304018 +maypole n 1 1 @ 1 0 03733131 +maypop n 1 1 @ 1 0 12384227 +mays n 1 1 @ 1 0 11167269 +mayweed n 1 2 @ #m 1 0 11923174 +mazama n 1 3 @ #m %m 1 0 02434598 +mazar-i-sharif n 1 2 @ #p 1 0 08704554 +mazatlan n 1 2 @ #p 1 0 08743945 +mazdaism n 1 3 @ ~ - 1 0 06244149 +maze n 2 3 @ ~ + 2 1 03733281 05685879 +mazer n 1 1 @ 1 0 03733465 +mazopathy n 1 1 @ 1 0 14208342 +mazurka n 2 1 @ 2 0 07056021 00538052 +mazzard n 1 1 @ 1 0 12642600 +mazzard_cherry n 1 1 @ 1 0 12642600 +mazzini n 1 1 @ 1 0 11167418 +mb n 4 4 @ #p %p ; 4 0 13628419 13628246 13628056 06699225 +mba n 1 1 @ 1 0 06701359 +mbabane n 1 2 @ #p 1 0 09031501 +mbd n 1 2 @ %p 1 0 14056280 +mbeya n 1 2 @ #p 1 0 09035632 +mbit n 1 3 @ #p %p 1 0 13628419 +mbundu n 1 1 @ 1 0 08484522 +mc n 1 2 @ %p 1 1 15279957 +mcalester n 1 2 @ #p 1 0 09132367 +mcallen n 1 2 @ #p 1 0 09145437 +mcardle's_disease n 1 1 @ 1 0 14160179 +mcburney's_point n 1 1 @ 1 0 05608419 +mccarthy n 2 1 @ 2 0 11167792 11167595 +mccarthyism n 1 1 @ 1 0 00426388 +mccartney n 1 2 @ #m 1 0 11167952 +mccauley n 1 1 @ 1 0 11168218 +mccormick n 2 1 @ 2 0 11168645 11168513 +mccullers n 1 1 @ 1 0 11168839 +mcg n 1 3 @ #p %p 1 0 13722929 +mcgraw n 1 1 @ 1 0 11168974 +mcguffey n 1 1 @ 1 0 11169135 +mcguffey_eclectic_readers n 1 1 @ 1 0 06415186 +mcguffin n 1 2 @ ; 1 0 05865774 +mcia n 1 3 @ #m #p 1 0 08194546 +mcintosh n 1 2 @ ~ 1 0 07740954 +mckim n 1 1 @ 1 0 11169294 +mckinley n 2 2 @ #p 2 0 11169418 09349425 +mcluhan n 1 1 @ 1 0 11169595 +mcmaster n 1 1 @ 1 0 11169764 +mcpherson n 1 1 @ 1 0 11169943 +md n 4 5 @ ~ #m #p %p 4 0 14645092 10020890 09093608 06703321 +mdi n 1 2 @ ; 1 0 08047501 +mdiv n 1 1 @ 1 0 06701495 +mdma n 1 2 @ ~ 1 0 03756184 +me n 1 3 @ #p %p 1 0 09092497 +mea_culpa n 1 1 @ 1 0 06633596 +mead n 3 3 @ ~ %s 3 0 11170248 11170123 07890750 +mead's_milkweed n 1 1 @ 1 0 13234857 +meade n 2 1 @ 2 0 11170604 11170438 +meadow n 1 1 @ 1 1 08570634 +meadow-beauty_family n 1 3 @ #m %m 1 0 12348774 +meadow_beauty n 1 2 @ #m 1 0 12350032 +meadow_bright n 1 2 @ #m 1 0 11728099 +meadow_buttercup n 1 1 @ 1 0 11720643 +meadow_clary n 1 1 @ 1 0 12866002 +meadow_cranesbill n 1 1 @ 1 0 12686274 +meadow_cress n 1 1 @ 1 0 11882074 +meadow_fern n 1 1 @ 1 0 13228017 +meadow_fescue n 1 2 @ #m 1 0 12121610 +meadow_foxtail n 1 2 @ #m 1 0 12107710 +meadow_goldenrod n 1 1 @ 1 0 12016567 +meadow_grass n 1 3 @ ~ #m 1 0 12131550 +meadow_jumping_mouse n 1 2 @ #m 1 0 02351343 +meadow_leek n 1 1 @ 1 0 12432574 +meadow_lily n 1 1 @ 1 0 12426749 +meadow_mouse n 1 2 @ #m 1 0 02341288 +meadow_mushroom n 1 2 @ #m 1 0 13001529 +meadow_pea n 1 2 @ #m 1 0 12541157 +meadow_pipit n 1 1 @ 1 0 01528845 +meadow_rue n 1 2 @ #m 1 0 11738547 +meadow_saffron n 1 2 @ #m 1 0 12455540 +meadow_salsify n 1 2 @ #m 1 0 12027658 +meadow_saxifrage n 1 2 @ #m 1 0 12793494 +meadow_spikemoss n 1 1 @ 1 0 13224922 +meadow_spittlebug n 1 2 @ #m 1 0 02258198 +meadow_vole n 1 2 @ #m 1 0 02341288 +meadowgrass n 1 3 @ ~ #m 1 0 12131550 +meadowlark n 1 3 @ ~ #m 1 0 01573074 +meagerness n 1 3 @ ~ + 1 0 05113462 +meagreness n 1 3 @ ~ + 1 0 05113462 +meal n 3 4 @ ~ %p + 3 1 07573696 15245990 07567707 +meal_plan n 1 2 @ ~ 1 0 13415547 +meal_ticket n 2 2 @ ; 2 0 13366428 06518420 +mealberry n 1 1 @ 1 0 12231358 +mealie n 1 2 @ ; 1 0 12144313 +mealtime n 1 2 @ ~ 1 0 15165637 +mealworm n 1 2 @ #m 1 0 02181477 +mealy_bug n 1 3 @ ~ #m 1 0 02250822 +mealy_sage n 1 1 @ 1 0 12865239 +mealybug n 1 3 @ ~ #m 1 0 02250822 +mean n 1 4 @ ~ + ; 1 1 06023969 +mean_deviation n 1 2 @ ; 1 0 06023476 +mean_deviation_from_the_mean n 1 2 @ ; 1 0 06023476 +mean_distance n 1 1 @ 1 0 05084982 +mean_solar_day n 1 3 @ ~ %p 1 0 15155220 +mean_solar_time n 1 2 @ ; 1 0 15156537 +mean_sun n 1 1 @ 1 0 05890021 +mean_time n 1 2 @ ; 1 0 15156537 +mean_value n 1 3 @ ~ ; 1 0 06023969 +meander n 2 4 @ ~ #p + 2 0 09349648 00284409 +meanie n 1 1 @ 1 0 10304278 +meaning n 2 3 @ ~ + 2 2 06601327 05919866 +meaningfulness n 1 4 ! @ ~ + 1 1 05170236 +meaninglessness n 2 4 ! @ ~ + 2 0 06607339 05173795 +meanness n 2 3 @ ~ + 2 1 04845684 04833687 +means n 3 2 @ ~ 3 2 00172710 03733547 13353858 +means_grass n 1 1 @ 1 0 12138905 +means_test n 1 1 @ 1 0 00637677 +meantime n 1 2 @ ~ 1 0 15272887 +meanwhile n 1 2 @ ~ 1 0 15272887 +meany n 2 1 @ 2 0 11170764 10304278 +mearstone n 1 1 @ 1 0 07259438 +measles n 1 2 @ ~ 1 0 14123044 +measurability n 1 3 @ ~ + 1 0 05209822 +measure n 9 6 @ ~ %p = + ; 9 6 00174412 00033615 06536853 00996969 07260623 07094093 06864725 03735637 03733644 +measurement n 1 3 @ ~ + 1 1 00996969 +measurer n 1 3 @ ~ + 1 0 10304383 +measuring n 1 3 @ ~ + 1 1 00996969 +measuring_block n 1 1 @ 1 0 13584646 +measuring_cup n 1 1 @ 1 0 03733805 +measuring_device n 1 2 @ ~ 1 0 03733925 +measuring_instrument n 1 2 @ ~ 1 0 03733925 +measuring_rod n 1 2 @ ~ 1 0 03735637 +measuring_stick n 1 2 @ ~ 1 0 03735637 +measuring_system n 1 2 @ ~ 1 0 03733925 +measuring_unit n 1 1 @ 1 0 13584646 +measuring_worm n 1 1 @ 1 0 02288268 +meat n 3 6 @ ~ #p %s + - 3 1 07649854 13137010 05921123 +meat-packing_business n 1 1 @ 1 0 01103964 +meat_and_potatoes n 1 1 @ 1 0 05793907 +meat_cleaver n 1 1 @ 1 0 03041632 +meat_counter n 1 1 @ 1 0 03735963 +meat_grinder n 2 1 @ 2 0 03736064 00965183 +meat_hook n 1 1 @ 1 0 03736147 +meat_hooks n 1 1 @ 1 0 05565192 +meat_house n 2 1 @ 2 2 04246731 03736269 +meat_loaf n 1 2 @ ~ 1 0 07871810 +meat_market n 1 1 @ 1 0 02927161 +meat_packer n 1 2 @ ~ 1 0 10304505 +meat_packing n 1 1 @ 1 0 01103964 +meat_pie n 1 2 @ ~ 1 0 07871940 +meat_safe n 1 2 @ ; 1 0 03736372 +meat_thermometer n 1 1 @ 1 0 03736470 +meatball n 1 2 @ ~ 1 0 07871436 +meatloaf n 1 2 @ ~ 1 0 07871810 +meatman n 1 2 @ ~ 1 0 09884391 +meatpacking n 1 1 @ 1 0 01103964 +meatus n 1 2 @ ~ 1 0 05248553 +mebaral n 1 2 @ ; 1 0 03747508 +mebendazole n 1 1 @ 1 0 03736674 +mebibit n 1 3 @ #p %p 1 0 13628592 +mebibyte n 1 3 @ #p %p 1 0 13628056 +mecca n 2 3 @ #p %p 2 0 08994090 08598568 +meccano n 1 2 @ ; 1 0 03736809 +meccano_set n 1 2 @ ; 1 0 03736809 +mechanic n 2 1 @ 2 2 10279018 09825750 +mechanic's_lien n 1 2 @ ~ 1 0 13402209 +mechanical_advantage n 1 1 @ 1 0 13823150 +mechanical_device n 1 2 @ ~ 1 0 03736970 +mechanical_drawing n 2 2 @ ~ 2 0 03737912 00608037 +mechanical_energy n 1 2 @ ~ 1 0 11482013 +mechanical_engineer n 1 2 @ ~ 1 0 10304650 +mechanical_engineering n 1 2 @ ~ 1 0 06134716 +mechanical_man n 1 1 @ 1 0 02710201 +mechanical_mixture n 1 1 @ 1 0 14588986 +mechanical_phenomenon n 1 2 @ ~ 1 0 11480698 +mechanical_piano n 1 1 @ 1 0 03738066 +mechanical_press n 1 2 @ ~ 1 0 03999992 +mechanical_system n 1 2 @ ~ 1 0 03738241 +mechanics n 2 4 @ ~ + - 2 2 06100236 00098385 +mechanisation n 2 3 @ ~ + 2 0 14578302 00102457 +mechanism n 5 4 @ ~ + ; 5 3 13512506 00098385 09349797 05972781 03738472 +mechanist n 1 2 @ + 1 0 10304783 +mechanization n 2 3 @ ~ + 2 0 14578302 00102457 +mechanized_cavalry n 1 2 @ ; 1 0 08390012 +mecholyl n 1 2 @ ; 1 0 03753826 +meckel's_diverticulum n 1 1 @ 1 0 14295986 +meclizine n 1 1 @ 1 0 03739136 +meclizine_hydrochloride n 1 1 @ 1 0 03739136 +meclofenamate n 1 1 @ 1 0 03739327 +meclofenamate_sodium n 1 1 @ 1 0 03739327 +meclomen n 1 2 @ ; 1 0 03739327 +meconium n 1 1 @ 1 0 14855150 +meconopsis n 1 3 @ #m %m 1 0 11906713 +meconopsis_betonicifolia n 1 2 @ #m 1 0 11906917 +meconopsis_cambrica n 1 2 @ #m 1 0 11907100 +mecoptera n 1 4 @ #m %m + 1 0 02161944 +mecopteran n 1 3 @ ~ #m 1 0 02162235 +med n 1 1 @ 1 0 06701596 +medaille_militaire n 1 1 @ 1 0 06709349 +medal n 1 3 @ ~ + 1 1 06706676 +medal_of_honor n 1 1 @ 1 1 06707178 +medal_play n 1 1 @ 1 0 00466524 +medal_winner n 1 2 @ ; 1 0 10304914 +medalist n 2 3 @ + ; 2 0 10305062 10304914 +medallion n 4 2 @ ~ 4 0 13393059 07649202 06883460 06706676 +medallist n 2 3 @ + ; 2 0 10305062 10304914 +medan n 1 2 @ #p 1 0 08910106 +medawar n 1 1 @ 1 0 11170913 +meddler n 1 3 @ ~ + 1 0 10305192 +meddlesomeness n 1 3 @ = + 1 0 04837931 +meddling n 1 2 @ + 1 1 00201516 +medea n 1 2 @ ; 1 0 09592563 +medellin n 1 2 @ #p 1 0 08733291 +medellin_cartel n 1 2 @ ; 1 0 08237202 +medevac n 1 1 @ 1 0 00055038 +medfly n 1 2 @ #m 1 0 02197185 +medford n 2 2 @ #p 2 0 09133775 09097461 +medgar_evers n 1 1 @ 1 0 10963642 +medgar_wiley_evers n 1 1 @ 1 0 10963642 +media_consultant n 1 1 @ 1 0 10305391 +media_guru n 1 1 @ 1 0 10305391 +mediacy n 1 2 ! @ 1 0 04919580 +medial_condyle n 1 2 @ #p 1 0 05472538 +medial_geniculate n 1 1 @ 1 0 05487941 +medial_geniculate_body n 1 1 @ 1 0 05487941 +medial_rectus n 1 1 @ 1 0 05316850 +medial_rectus_muscle n 1 1 @ 1 0 05316850 +median n 1 3 @ + ; 1 0 06023821 +median_value n 1 2 @ ; 1 0 06023821 +mediant n 1 2 @ ; 1 0 06857986 +mediastinum n 1 2 @ #p 1 0 05324691 +mediateness n 1 2 @ + 1 0 04919580 +mediation n 2 3 @ ~ + 2 0 07150644 01240432 +mediator n 1 3 @ ~ + 1 0 09624559 +mediatrix n 1 1 @ 1 0 09624899 +medic n 2 3 @ ~ #m 2 0 12548280 10305635 +medicago n 1 2 @ %m 1 0 12548134 +medicago_arborea n 1 1 @ 1 0 12548564 +medicago_echinus n 1 1 @ 1 0 12549005 +medicago_falcata n 1 1 @ 1 0 12548804 +medicago_intertexta n 1 1 @ 1 0 12549005 +medicago_lupulina n 1 1 @ 1 0 12549192 +medicago_sativa n 1 2 @ %p 1 0 12549420 +medicaid n 1 1 @ 1 0 01089179 +medicaid_funds n 1 1 @ 1 0 13356887 +medical n 1 3 @ %p + 1 0 00142361 +medical_aid n 1 3 @ ~ %p 1 1 00657604 +medical_assistant n 1 1 @ 1 0 10305523 +medical_bill n 1 1 @ 1 0 06517547 +medical_building n 1 2 @ ~ 1 0 03739518 +medical_care n 1 3 @ ~ %p 1 1 00657604 +medical_center n 1 2 @ #p 1 0 08571139 +medical_checkup n 1 2 @ %p 1 0 00142361 +medical_community n 1 1 @ 1 0 08112829 +medical_diagnosis n 1 4 @ ~ #p %p 1 0 00153105 +medical_dressing n 1 2 @ ~ 1 0 03237639 +medical_evacuation n 1 1 @ 1 0 00055038 +medical_exam n 1 2 @ %p 1 0 00142361 +medical_examination n 1 2 @ %p 1 0 00142361 +medical_examiner n 1 1 @ 1 0 09965985 +medical_expense n 1 1 @ 1 0 13276778 +medical_extern n 1 1 @ 1 0 10074578 +medical_history n 1 2 @ %p 1 0 06515297 +medical_institution n 1 2 @ ~ 1 0 08053905 +medical_instrument n 1 2 @ ~ 1 0 03739693 +medical_intern n 1 2 @ ; 1 1 10211203 +medical_literature_analysis_and_retrieval_system n 1 1 @ 1 0 06638254 +medical_man n 1 2 @ ~ 1 1 10305802 +medical_officer n 1 3 @ ~ #m 1 0 10305635 +medical_practice n 1 2 @ ~ 1 1 00632201 +medical_practitioner n 1 2 @ ~ 1 0 10305802 +medical_procedure n 1 2 @ ~ 1 0 01024392 +medical_profession n 1 1 @ 1 0 08112829 +medical_prognosis n 1 1 @ 1 0 00153665 +medical_record n 1 2 @ %p 1 0 06515297 +medical_relation n 1 2 @ ~ 1 0 13837667 +medical_report n 1 1 @ 1 1 07220178 +medical_school n 1 1 @ 1 1 08283507 +medical_science n 1 2 @ ~ 1 0 06045562 +medical_scientist n 1 2 @ ~ 1 0 10306004 +medical_social_worker n 1 1 @ 1 0 09785236 +medical_specialist n 1 2 @ ~ 1 0 10632576 +medical_specialty n 1 3 @ ~ - 1 0 06043075 +medical_student n 1 1 @ 1 0 10306181 +medicament n 1 5 @ ~ %s ; - 1 0 03740161 +medicare n 1 1 @ 1 0 01089009 +medicare_check n 1 1 @ 1 0 13384018 +medicare_payment n 1 1 @ 1 0 13384018 +medication n 2 6 @ ~ %s + ; - 2 1 03740161 00664110 +medici n 1 1 @ 1 0 08485281 +medicinal_drug n 1 5 @ ~ %s ; - 1 0 03740161 +medicinal_leech n 1 2 @ #m 1 0 01938454 +medicine n 4 6 @ ~ %s + ; - 4 3 06043075 03740161 00612160 01162529 +medicine_ball n 1 1 @ 1 0 03742019 +medicine_cabinet n 1 1 @ 1 0 03742115 +medicine_chest n 1 1 @ 1 0 03742115 +medicine_man n 1 2 @ ~ 1 0 10626439 +medick n 1 3 @ ~ #m 1 0 12548280 +medico n 2 3 @ ~ #m 2 0 10306181 10020890 +mediety n 1 1 @ 1 0 13737089 +medieval_greek n 1 1 @ 1 0 06977190 +medieval_latin n 1 1 @ 1 0 06963704 +medieval_mode n 1 1 @ 1 0 06860481 +medieval_schoolman n 1 1 @ 1 0 10559683 +medina n 2 2 @ #p 2 0 08994339 08628308 +medinilla n 1 3 @ #m %m 1 0 12349491 +medinilla_magnifica n 1 2 @ #m 1 0 12349711 +mediocrity n 2 2 @ + 2 1 04795061 10569179 +meditation n 2 3 @ + ; 2 1 05785885 05786184 +meditativeness n 1 2 @ + 1 0 04660805 +mediterranean n 1 4 @ ~ %p + 1 1 09350045 +mediterranean_anaemia n 1 2 @ ~ 1 0 14195715 +mediterranean_anchovy n 1 2 @ #m 1 0 02534165 +mediterranean_anemia n 1 2 @ ~ 1 0 14195715 +mediterranean_cypress n 1 1 @ 1 0 11632619 +mediterranean_fever n 1 1 @ 1 0 14128029 +mediterranean_flour_moth n 1 2 @ #m 1 0 02289988 +mediterranean_fruit_fly n 1 2 @ #m 1 0 02197185 +mediterranean_hackberry n 1 2 @ #m 1 0 12409470 +mediterranean_sea n 1 3 @ ~ %p 1 0 09350045 +mediterranean_snapdragon n 1 1 @ 1 0 12877838 +mediterranean_water_shrew n 1 2 @ #m 1 0 01893164 +medium n 11 5 @ ~ + ; - 11 4 06254669 08568142 06254475 14899328 14899888 14899530 14899152 13920169 10306279 06261586 00610222 +medium_frequency n 1 2 @ #p 1 0 05057485 +medium_of_exchange n 1 2 @ ~ 1 0 13372961 +medium_steel n 1 1 @ 1 0 14949522 +medium_wave n 1 2 @ ; 1 0 11507321 +medivac n 1 1 @ 1 0 00055038 +medlar n 4 4 @ #m #p %p 4 0 12670758 12636224 07767002 07766891 +medlar_tree n 1 3 @ #m %p 1 0 12636224 +medlars n 1 1 @ 1 0 06638254 +medley n 1 1 @ 1 1 07047505 +medline n 1 1 @ 1 0 03742238 +medoc n 1 2 @ #s 1 0 07894298 +medroxyprogesterone n 1 1 @ 1 0 14747168 +medulla n 3 7 ! @ ~ #s #p %p + 3 0 14957893 05495172 05490799 +medulla_oblongata n 1 3 @ #p %p 1 0 05495172 +medulla_spinalis n 1 3 @ #p %p 1 0 05503705 +medullary_ray n 1 1 @ 1 0 13098515 +medullary_sheath n 1 4 @ #p %s %p 1 0 05464685 +medullated_nerve_fiber n 1 2 @ %p 1 0 05464378 +medusa n 2 3 @ #m ; 2 0 09497913 01910252 +medusa's_head n 2 2 @ #m 2 0 12918991 12119822 +medusan n 1 2 @ #m 1 0 01910252 +medusoid n 1 2 @ #m 1 0 01910252 +meed n 1 2 @ ; 1 0 13284356 +meekness n 2 3 @ ~ + 2 0 07509325 04889779 +meerestone n 1 1 @ 1 0 07259438 +meerkat n 1 3 @ ~ #m 1 0 02138441 +meerschaum n 2 3 @ #s %s 2 0 14681445 03742416 +meet n 1 4 @ ~ %p + 1 1 07467846 +meeter n 1 3 @ ~ + 1 0 09608002 +meeting n 6 4 @ ~ + ; 6 5 08307589 08310389 07414922 01230965 00146856 08542634 +meeting_house n 1 2 @ #m 1 0 11727358 +meeting_of_minds n 1 1 @ 1 0 13971802 +meeting_place n 1 1 @ 1 0 03386420 +meetinghouse n 1 1 @ 1 0 03099622 +mefenamic_acid n 1 1 @ 1 0 03742531 +mefloquine n 1 1 @ 1 0 03742728 +mefloquine_hydrochloride n 1 1 @ 1 0 03742728 +mefoxin n 1 3 @ ~ ; 1 0 02996840 +meg n 1 1 @ 1 0 13751533 +megabat n 1 3 @ ~ #m 1 0 02139671 +megabit n 1 3 @ #p %p 1 0 13628419 +megabucks n 1 2 @ ; 1 0 13250680 +megabyte n 2 3 @ #p %p 2 0 13628246 13628056 +megacardia n 1 1 @ 1 0 14334631 +megacephaly n 1 1 @ 1 0 14508974 +megachile n 1 3 @ #m %m 1 0 02211283 +megachilidae n 1 3 @ #m %m 1 0 02211099 +megachiroptera n 1 3 @ #m %m 1 0 02139479 +megacolon n 1 1 @ 1 0 05536178 +megacycle n 1 2 @ %p 1 0 15279957 +megacycle_per_second n 1 2 @ %p 1 0 15279957 +megadeath n 1 1 @ 1 0 07333506 +megaderma n 1 3 @ #m %m 1 0 02144792 +megaderma_lyra n 1 2 @ #m 1 0 02144936 +megadermatidae n 1 3 @ #m %m 1 0 02144442 +megaera n 1 1 @ 1 0 09506674 +megaflop n 1 3 @ #p ; 1 0 13607187 +megagametophyte n 1 1 @ 1 0 11687266 +megahertz n 1 2 @ %p 1 0 15279957 +megahit n 1 2 @ ; 1 0 00064151 +megakaryocyte n 1 2 @ + 1 0 05448928 +megalith n 1 4 @ ~ + ; 1 0 03743016 +megalithic_structure n 1 3 @ ~ ; 1 0 03743016 +megalobatrachus n 1 3 @ #m %m 1 0 01633578 +megalobatrachus_maximus n 1 2 @ #m 1 0 01633781 +megaloblast n 1 2 @ + 1 0 05449797 +megaloblastic_anaemia n 1 1 @ 1 0 14167773 +megaloblastic_anemia n 1 1 @ 1 0 14167773 +megalocardia n 1 1 @ 1 0 14334631 +megalocephaly n 1 1 @ 1 0 14508974 +megalocyte n 1 1 @ 1 0 05449661 +megalohepatia n 1 1 @ 1 0 14103180 +megalomania n 1 3 @ %p + 1 1 14392318 +megalomaniac n 1 2 @ + 1 0 10306496 +megalonychidae n 1 3 @ #m %m 1 0 02457586 +megalopolis n 1 1 @ 1 1 08537708 +megaloptera n 1 3 @ #m %m 1 0 02265471 +megalosaur n 1 2 @ #m 1 0 01715518 +megalosauridae n 1 3 @ #m %m 1 0 01715249 +megalosaurus n 1 2 @ #m 1 0 01715518 +megaphone n 1 1 @ 1 0 03743279 +megapode n 1 3 @ ~ #m 1 0 01801088 +megapodiidae n 1 3 @ #m %m 1 0 01800759 +megapodius n 1 2 @ #m 1 0 01800963 +megaptera n 1 3 @ #m %m 1 0 02065599 +megaptera_novaeangliae n 1 2 @ #m 1 0 02065726 +megasporangium n 1 1 @ 1 0 11687432 +megaspore n 1 1 @ 1 0 11688199 +megasporophyll n 1 1 @ 1 0 11687553 +megathere n 1 2 @ #m 1 0 02458822 +megatherian n 1 3 @ ~ #m 1 0 02458517 +megatherian_mammal n 1 3 @ ~ #m 1 0 02458517 +megatheriid n 1 3 @ ~ #m 1 0 02458517 +megatheriidae n 1 3 @ #m %m 1 0 02458356 +megatherium n 1 3 @ #m %m 1 0 02458675 +megaton n 2 2 @ %p 2 1 13647353 13721804 +megaton_bomb n 1 1 @ 1 1 03743422 +megavitamin_therapy n 1 1 @ 1 0 00664388 +megawatt n 1 2 @ %p 1 0 13644894 +megestrol n 1 1 @ 1 0 14746270 +megestrol_acetate n 1 1 @ 1 0 14746270 +megillah n 2 2 @ ; 2 0 07218299 06408239 +megilp n 1 1 @ 1 0 14949608 +megohm n 1 2 @ %p 1 0 13647097 +megrim n 1 1 @ 1 0 14327707 +megrims n 1 1 @ 1 0 14404460 +mehemet_ali n 1 1 @ 1 0 11184273 +mei n 1 1 @ 1 0 12640839 +meibomian_cyst n 1 1 @ 1 0 14202520 +meibomian_gland n 1 1 @ 1 0 05328508 +meiji_tenno n 1 1 @ 1 0 11171157 +meiosis n 2 5 @ ~ %p + ; 2 0 13512725 07104292 +meir n 1 1 @ 1 0 11171298 +meissner n 2 1 @ 2 0 11171513 11171409 +meister_eckhart n 1 1 @ 1 0 10948312 +meitner n 1 1 @ 1 0 11171614 +meitnerium n 1 1 @ 1 0 14644963 +mek n 1 2 @ ; 1 0 08034778 +mekong n 1 2 @ #p 1 1 09350524 +mekong_river n 1 2 @ #p 1 1 09350524 +mel_columcille_gerard_gibson n 1 2 @ ; 1 0 10998305 +mel_gibson n 1 2 @ ; 1 0 10998305 +melaena n 1 1 @ 1 0 14855280 +melagra n 1 1 @ 1 0 14328794 +melagueta_pepper n 1 2 @ #m 1 0 12357968 +melamine n 1 1 @ 1 0 14949746 +melamine_resin n 1 1 @ 1 0 14949886 +melampodium n 1 3 @ #m %m 1 0 11995683 +melampodium_leucanthum n 1 2 @ #m 1 0 11995840 +melampsora n 1 3 @ #m %m 1 0 13063936 +melampsora_lini n 1 2 @ #m 1 0 13064111 +melampsoraceae n 1 3 @ #m %m 1 0 13063784 +melancholia n 1 2 @ + 1 0 14392491 +melancholiac n 1 1 @ 1 0 10306595 +melancholic n 1 2 @ + 1 0 10306595 +melancholy n 3 2 @ ~ 3 1 07533097 14404722 05406782 +melancholy_thistle n 1 1 @ 1 0 11954798 +melanchthon n 1 1 @ 1 0 11171851 +melanerpes n 1 3 @ #m %m 1 0 01840643 +melanerpes_erythrocephalus n 1 2 @ #m 1 0 01840775 +melanesia n 1 4 @ #p %p - 1 0 08836630 +melange n 1 1 @ 1 0 08399977 +melanie_klein n 1 1 @ 1 0 11107110 +melanin n 1 3 @ #s + 1 0 14757172 +melanism n 1 1 @ 1 0 14230083 +melanitta n 1 3 @ #m %m 1 0 01853379 +melanitta_nigra n 1 1 @ 1 0 01853666 +melanoblast n 1 1 @ 1 0 05241374 +melanocyte n 1 1 @ 1 0 05241485 +melanocyte-stimulating_hormone n 1 1 @ 1 0 15073784 +melanoderma n 1 1 @ 1 0 04976567 +melanogrammus n 1 3 @ #m %m 1 0 02523750 +melanogrammus_aeglefinus n 1 3 @ #m %p 1 0 02523877 +melanoma n 1 1 @ 1 0 14252564 +melanoplus n 1 3 @ #m %m 1 0 02227430 +melanosis n 1 1 @ 1 0 14230083 +melanotis n 1 3 @ #m %m 1 0 01587148 +melanotis_caerulescens n 1 2 @ #m 1 0 01587278 +melanthiaceae n 1 2 @ #m 1 0 12463322 +melasma n 1 1 @ 1 0 14302652 +melastoma n 1 2 @ #m 1 0 12349091 +melastoma_malabathricum n 1 1 @ 1 0 12349315 +melastomaceae n 1 3 @ #m %m 1 0 12348774 +melastomataceae n 1 3 @ #m %m 1 0 12348774 +melatonin n 1 1 @ 1 0 05411338 +melba n 1 1 @ 1 0 11172045 +melba_toast n 1 1 @ 1 0 07689757 +melbourne n 2 2 @ #p 2 0 09073584 08833809 +melchior n 2 3 @ #m ; 2 0 11172411 11172181 +melchite n 2 1 @ 2 0 10306890 10306716 +meld n 1 3 @ ~ + 1 0 00497060 +meleagrididae n 1 3 @ #m %m 1 0 01793818 +meleagris n 1 3 @ #m %m 1 0 01793988 +meleagris_gallopavo n 1 3 @ ~ #m 1 0 01794158 +melee n 1 1 @ 1 1 00554200 +melena n 1 1 @ 1 0 14855280 +meles n 1 3 @ #m %m 1 0 02447896 +meles_meles n 1 2 @ #m 1 0 02448060 +melia n 1 3 @ #m %m 1 0 12695760 +melia_azadirachta n 1 3 @ #m %p 1 0 12696492 +melia_azedarach n 1 2 @ #m 1 0 12695975 +melia_azederach n 1 2 @ #m 1 0 12695975 +meliaceae n 1 3 @ #m %m 1 0 12694707 +melicocca n 1 3 @ #m %m 1 0 12744656 +melicocca_bijuga n 1 3 @ #m %p 1 0 12744850 +melicocca_bijugatus n 1 3 @ #m %p 1 0 12744850 +melicoccus n 1 3 @ #m %m 1 0 12744656 +melicytus n 1 2 @ #m 1 0 12391280 +melilot n 1 3 @ ~ #m 1 0 11750989 +melilotus n 1 3 @ ~ #m 1 0 11750989 +melilotus_alba n 1 1 @ 1 0 11751213 +melilotus_officinalis n 1 1 @ 1 0 11751347 +melina_mercouri n 1 1 @ 1 0 11175748 +melinae n 1 2 @ #m 1 0 02447220 +melioration n 3 3 @ ~ + 3 1 00261029 14422179 13470193 +meliorism n 1 2 @ + 1 0 05945508 +meliorist n 1 3 @ ~ + 1 0 10515194 +meliphagidae n 1 3 @ #m %m 1 0 01526635 +melissa n 1 3 @ #m %m 1 0 12854443 +melissa_officinalis n 1 3 @ #m %p 1 0 12854600 +melkite n 2 1 @ 2 0 10306890 10306716 +mellaril n 1 2 @ ; 1 0 04425262 +mellivora n 1 3 @ #m %m 1 0 02448200 +mellivora_capensis n 1 2 @ #m 1 0 02448318 +mellon n 1 1 @ 1 0 11172609 +mellowing n 1 2 @ + 1 0 13513222 +mellowness n 5 2 @ + 5 0 07554224 05718118 04989015 04958302 04656448 +melocactus n 1 2 @ #m 1 0 11850136 +melodic_line n 1 3 @ ~ %p 1 0 07028373 +melodic_phrase n 1 3 @ ~ %p 1 0 07028373 +melodic_theme n 1 3 @ ~ ; 1 0 07029247 +melodiousness n 1 2 @ + 1 0 04983848 +melodrama n 1 2 @ + 1 1 07016648 +melody n 2 4 @ ~ %p + 2 2 07028373 05711915 +melody_pipe n 1 2 @ #p 1 0 03006626 +melogale n 1 3 @ #m %m 1 0 02448502 +meloid n 1 3 @ ~ #m 1 0 02179012 +meloidae n 1 3 @ #m %m 1 0 02178886 +melolontha n 1 3 @ #m %m 1 0 02174521 +melolontha_melolontha n 1 2 @ #m 1 0 02174659 +melolonthid_beetle n 1 2 @ ~ 1 0 02174355 +melolonthidae n 1 3 @ #m %m 1 0 02174153 +melon n 2 4 @ ~ #p %p 2 1 07755411 12163824 +melon_ball n 1 1 @ 1 0 07755619 +melon_tree n 1 3 @ #m %p 1 0 12373100 +melon_vine n 1 3 @ ~ %p 1 0 12163824 +melophagus n 1 3 @ #m %m 1 0 02198996 +melophagus_ovinus n 1 2 @ #m 1 0 02199170 +melopsittacus n 1 3 @ #m %m 1 0 01821727 +melopsittacus_undulatus n 1 2 @ #m 1 0 01821869 +melosa n 1 2 @ %s 1 0 11994527 +melospiza n 1 3 @ #m %m 1 0 01536474 +melospiza_georgiana n 1 2 @ #m 1 0 01536780 +melospiza_melodia n 1 2 @ #m 1 0 01536644 +melphalan n 1 1 @ 1 0 03743577 +melpomene n 1 2 @ ; 1 0 09566791 +melt n 1 2 @ + 1 0 13566535 +meltdown n 2 1 @ 2 0 13513362 07316403 +melter n 1 2 @ + 1 0 10307114 +melting n 1 2 @ + 1 1 13566535 +melting_point n 1 1 @ 1 0 05013967 +melting_pot n 2 1 @ 2 1 08598696 03140126 +meltwater n 1 1 @ 1 0 14950055 +melursus n 1 3 @ #m %m 1 0 02134240 +melursus_ursinus n 1 2 @ #m 1 0 02134418 +melvil_dewey n 1 1 @ 1 0 10933266 +melville n 1 1 @ 1 0 11172795 +melville_bell n 1 1 @ 1 0 10842575 +melville_louis_kossuth_dewey n 1 1 @ 1 0 10933266 +melville_w._fuller n 1 1 @ 1 0 10985653 +melville_weston_fuller n 1 1 @ 1 0 10985653 +melvin_calvin n 1 1 @ 1 0 10880669 +mem n 1 2 @ #m 1 0 06838005 +member n 5 6 ! @ ~ #p %p + 5 3 10307234 13810615 05559908 08170686 05526384 +member_bank n 1 2 @ #m 1 0 08419033 +member_of_parliament n 1 2 @ #m 1 0 10400437 +membership n 2 3 @ #m + 2 2 08400965 13931627 +membership_card n 1 2 @ ~ 1 0 06477970 +membracidae n 1 3 @ #m %m 1 0 02259565 +membrane n 2 4 @ ~ %s + 2 1 03743761 05426243 +membrane_bone n 1 2 @ ~ 1 0 05276860 +membranophone n 1 3 @ ~ %p 1 0 03249569 +membranous_labyrinth n 1 3 @ #p %p 1 0 05321664 +meme n 1 2 @ ; 1 0 05985126 +memel n 1 3 @ #m #p 1 0 09014066 +memento n 1 1 @ 1 0 05813822 +memento_mori n 1 1 @ 1 0 05813912 +memo n 1 2 @ ~ 1 0 06506191 +memoir n 2 1 @ 2 1 06516495 06410187 +memorabilia n 1 1 @ 1 1 06505705 +memorability n 1 1 @ 1 0 05215921 +memoranda n 1 2 @ ~ 1 0 06506191 +memorandum n 1 2 @ ~ 1 1 06506191 +memorial n 3 3 @ ~ + 3 1 06688522 06513624 03743902 +memorial_day n 1 2 @ #p 1 0 15189452 +memorial_park n 1 2 @ ~ 1 0 08521623 +memorial_tablet n 1 1 @ 1 0 02892201 +memorialisation n 1 2 @ + 1 0 07452841 +memorialization n 1 2 @ + 1 0 07452841 +memorisation n 1 3 @ ~ + 1 0 05755156 +memoriser n 1 3 @ ~ + 1 0 10308504 +memorization n 1 3 @ ~ + 1 1 05755156 +memorizer n 1 3 @ ~ + 1 0 10308504 +memory n 5 5 @ ~ #p %p + 5 4 05935060 05760202 05651399 03744276 06140268 +memory_access n 1 3 @ ~ ; 1 0 02671224 +memory_board n 1 4 @ ~ #p %p 1 0 03744276 +memory_cache n 1 3 @ ~ ; 1 0 02935017 +memory_chip n 1 2 @ ~ 1 0 03744684 +memory_device n 1 2 @ ~ 1 0 03744840 +memory_image n 1 2 @ ~ 1 1 05935871 +memory_loss n 1 2 @ ~ 1 0 05672391 +memory_picture n 1 1 @ 1 1 05936016 +memory_trace n 1 1 @ 1 0 05935381 +memphis n 2 2 @ #p 2 1 09141119 08899351 +memsahib n 1 1 @ 1 0 09687940 +men n 1 4 @ ~ %m %p 1 1 08212347 +men's n 1 1 @ 1 0 03746486 +men's_furnishings n 1 1 @ 1 0 03473704 +men's_room n 1 1 @ 1 0 03746486 +menace n 2 3 @ ~ + 2 2 14543231 06733782 +menachem_begin n 1 1 @ 1 0 10841657 +menadione n 1 1 @ 1 0 15093049 +menage n 1 2 @ ~ 1 0 08078020 +menage_a_trois n 1 1 @ 1 0 08078453 +menagerie n 2 1 @ 2 0 08456888 03745146 +menai_strait n 1 2 @ #p 1 0 09350776 +menander n 1 1 @ 1 0 11172929 +menarche n 1 1 @ 1 1 07325762 +mencken n 1 1 @ 1 0 11173031 +mend n 2 3 @ ~ + 2 0 03745285 00266806 +mendacity n 1 3 ! @ + 1 0 04876235 +mendel n 1 2 @ + 1 0 11173199 +mendel's_law n 1 3 @ ~ ; 1 0 05884433 +mendeleev n 1 1 @ 1 0 11173475 +mendeleev's_law n 1 2 @ ; 1 0 05887156 +mendelevium n 1 1 @ 1 0 14645092 +mendeleyev n 1 1 @ 1 0 11173475 +mendelian n 1 1 @ 1 0 10308653 +mendelianism n 1 1 @ 1 0 06109972 +mendelism n 1 1 @ 1 0 06109972 +mendelsohn n 1 1 @ 1 0 11173778 +mendelssohn n 1 1 @ 1 0 11173917 +mendenhall_glacier n 1 2 @ #p 1 0 09350922 +mender n 1 3 @ ~ + 1 0 10308732 +mendicancy n 2 2 @ + 2 0 14494032 07187996 +mendicant n 2 3 @ ~ + 2 0 10111903 09847010 +mendicity n 1 1 @ 1 0 14494032 +mending n 2 3 @ ~ + 2 0 03745487 00266806 +menelaus n 1 2 @ ; 1 0 09595059 +menhaden n 1 3 @ #m %s 1 0 02531625 +menhaden_oil n 1 2 @ #s 1 0 14950129 +menhir n 1 1 @ 1 0 03745571 +menial n 1 1 @ 1 0 10308938 +meniere n 1 1 @ 1 0 11174119 +meniere's_disease n 1 1 @ 1 0 14078421 +meningeal_artery n 1 2 @ ~ 1 0 05351058 +meningeal_veins n 1 1 @ 1 0 05373495 +meninges n 1 4 @ ~ %p + 1 0 05326900 +meningioma n 1 1 @ 1 0 14239743 +meningism n 1 1 @ 1 0 14359816 +meningitis n 1 2 @ ~ 1 0 14137829 +meningocele n 1 1 @ 1 0 14467172 +meningoencephalitis n 1 1 @ 1 0 14343411 +meninx n 1 3 @ ~ %p 1 0 05326900 +menippe n 1 3 @ #m %m 1 0 01977366 +menippe_mercenaria n 1 3 @ #m %p 1 0 01977485 +meniscectomy n 1 1 @ 1 0 00686282 +meniscium n 1 2 @ #m 1 0 13229227 +meniscus n 3 2 @ ; 3 0 05288396 03745864 03745712 +menispermaceae n 1 3 @ #m %m 1 0 11712827 +menispermum n 1 3 @ #m %m 1 0 11713034 +menispermum_canadense n 1 2 @ #m 1 0 11713370 +menninger n 3 1 @ 3 0 11174730 11174563 11174354 +mennonite n 1 2 @ ~ 1 0 09677561 +mennonite_church n 1 1 @ 1 0 08093269 +mennonitism n 1 1 @ 1 0 06230809 +meno_mosso n 1 1 @ 1 0 15265331 +menominee n 2 1 @ 2 0 09660645 06910755 +menominee_whitefish n 1 2 @ #m 1 0 02539894 +menomini n 2 1 @ 2 0 09660645 06910755 +menopause n 1 3 @ #p + 1 0 15154462 +menopon n 1 3 @ #m %m 1 0 02185694 +menopon_gallinae n 1 2 @ #m 1 0 02185814 +menopon_palladum n 1 2 @ #m 1 0 02185814 +menorah n 2 2 @ ; 2 0 03746155 03746005 +menorrhagia n 1 1 @ 1 0 13513540 +menorrhea n 1 2 @ #p 1 0 05402576 +menotti n 1 1 @ 1 0 11174901 +menotyphla n 1 2 @ #m 1 0 01888948 +mens_rea n 1 3 @ ~ ; 1 0 05795957 +mens_store n 1 2 @ ~ 1 0 03052464 +mensa n 1 1 @ 1 0 09351086 +mensal_line n 1 1 @ 1 0 13906936 +mensch n 1 2 @ ; 1 0 10309009 +menses n 1 2 @ ~ 1 0 13513747 +mensh n 1 2 @ ; 1 0 10309009 +menshevik n 1 1 @ 1 0 10309147 +menstrual_blood n 1 2 @ #p 1 0 05402576 +menstrual_cycle n 1 2 @ %p 1 0 15288111 +menstrual_flow n 1 2 @ #p 1 0 05402576 +menstrual_phase n 1 2 @ #p 1 0 15288707 +menstruation n 1 3 @ ~ + 1 0 13513747 +menstruum n 2 3 @ ~ ; 2 0 14950300 13513747 +mensuration n 1 3 @ ~ + 1 0 00996969 +mental_ability n 1 2 @ ~ 1 0 05622956 +mental_abnormality n 1 2 @ ~ 1 0 14200301 +mental_age n 1 1 @ 1 0 04925218 +mental_anguish n 1 1 @ 1 0 07495236 +mental_attitude n 1 2 @ ~ 1 0 06193203 +mental_balance n 1 1 @ 1 0 14379360 +mental_block n 1 2 @ ~ 1 0 05645199 +mental_capacity n 1 1 @ 1 0 05618056 +mental_case n 1 2 @ ~ 1 1 10354898 +mental_condition n 1 3 @ ~ ; 1 0 14373582 +mental_confusion n 1 2 @ ~ 1 0 05683582 +mental_defectiveness n 1 2 @ ~ 1 0 05646535 +mental_deficiency n 1 1 @ 1 0 05646828 +mental_dexterity n 1 1 @ 1 0 05619553 +mental_disease n 1 2 @ ~ 1 0 14380140 +mental_disorder n 1 3 @ ~ ; 1 0 14083790 +mental_disturbance n 1 3 @ ~ ; 1 1 14083790 +mental_energy n 1 2 @ ~ 1 0 09184834 +mental_exhaustion n 1 1 @ 1 0 14018203 +mental_faculty n 1 2 @ ~ 1 0 05650329 +mental_health n 1 3 ! @ ~ 1 1 14379130 +mental_home n 1 2 @ ~ 1 0 03746574 +mental_hospital n 1 2 @ ~ 1 0 03746574 +mental_hygiene n 1 2 @ ~ 1 0 06056923 +mental_illness n 1 3 ! @ ~ 1 0 14380140 +mental_image n 1 2 @ ~ 1 1 05928118 +mental_imagery n 1 2 @ ~ 1 0 05767733 +mental_institution n 1 2 @ ~ 1 1 03746574 +mental_lexicon n 1 2 @ #p 1 0 05651242 +mental_measurement n 1 2 @ ~ 1 0 01002677 +mental_note n 1 1 @ 1 0 05704550 +mental_object n 1 2 @ ~ 1 0 05809192 +mental_picture n 1 1 @ 1 1 05936704 +mental_process n 1 3 @ ~ ; 1 0 05701363 +mental_quickness n 1 1 @ 1 0 05619345 +mental_rejection n 1 1 @ 1 0 05698982 +mental_representation n 1 2 @ ~ 1 0 05926676 +mental_reservation n 1 1 @ 1 0 05698620 +mental_retardation n 1 2 @ ~ 1 0 05646218 +mental_soundness n 1 1 @ 1 0 14379360 +mental_state n 1 3 @ ~ ; 1 0 14373582 +mental_strain n 1 3 @ ~ ; 1 0 14375890 +mental_synthesis n 1 2 @ ~ 1 0 05771836 +mental_telepathist n 1 1 @ 1 0 10697879 +mental_test n 1 2 @ ~ 1 0 01006675 +mental_testing n 1 2 @ ~ 1 0 01006675 +mental_unsoundness n 1 1 @ 1 0 14397714 +mentalism n 1 2 @ ; 1 0 05973007 +mentality n 2 2 @ + 2 2 06195839 05618056 +mentally_retarded n 1 1 @ 1 1 07948971 +mentation n 1 2 @ ~ 1 0 05770926 +mentha n 1 3 @ #m %m 1 0 12854925 +mentha_aquatica n 1 1 @ 1 0 12855494 +mentha_arvensis n 1 1 @ 1 0 12855365 +mentha_citrata n 1 1 @ 1 0 12855710 +mentha_longifolia n 1 1 @ 1 0 12855886 +mentha_piperita n 1 2 @ %s 1 0 12856091 +mentha_pulegium n 1 2 @ %s 1 0 12856680 +mentha_rotundifolia n 1 1 @ 1 0 12856479 +mentha_spicata n 1 2 @ %s 1 0 12856287 +mentha_suaveolens n 1 1 @ 1 0 12856479 +menthol n 2 3 @ #s %s 2 0 14950394 03746861 +mentholated_salve n 1 2 @ %s 1 0 03746994 +menticirrhus n 1 3 @ #m %m 1 0 02597173 +menticirrhus_americanus n 1 2 @ #m 1 0 02597818 +menticirrhus_littoralis n 1 2 @ #m 1 0 02598252 +menticirrhus_saxatilis n 1 1 @ 1 0 02597972 +menticirrhus_undulatus n 1 1 @ 1 0 02598134 +mention n 3 3 @ ~ + 3 2 06766190 06763681 06706317 +mentioner n 1 2 @ + 1 0 10309347 +mentor n 1 2 @ ~ 1 0 10309496 +mentum n 3 4 @ ~ #p %p 3 0 11690737 05599617 05277100 +mentzelia n 1 3 @ #m %m 1 0 12035423 +mentzelia_laevicaulis n 1 2 @ #m 1 0 12035631 +mentzelia_lindleyi n 1 2 @ #m 1 0 12035907 +mentzelia_livicaulis n 1 2 @ #m 1 0 12035631 +menu n 4 3 @ ~ ; 4 1 06492939 07565083 06493392 05911124 +menuhin n 1 1 @ 1 0 11175040 +menura n 1 3 @ #m %m 1 0 01545425 +menurae n 1 3 @ #m %m 1 0 01545149 +menuridae n 1 3 @ #m %m 1 0 01545303 +menyanthaceae n 1 3 @ #m %m 1 0 12484413 +menyanthes n 1 3 @ #m %m 1 0 12484612 +menyanthes_trifoliata n 1 2 @ #m 1 0 12484784 +menziesia n 1 3 @ #m %m 1 0 12241699 +menziesia_ferruginea n 1 2 @ #m 1 0 12241880 +menziesia_pilosa n 1 2 @ #m 1 0 12242123 +meow n 1 2 @ + 1 0 07386614 +mepacrine n 1 1 @ 1 0 04034641 +meperidine n 1 1 @ 1 0 03747103 +meperidine_hydrochloride n 1 1 @ 1 0 03747103 +mephaquine n 1 1 @ 1 0 03742728 +mephenytoin n 1 1 @ 1 0 03747281 +mephistopheles n 1 2 @ + 1 0 09601769 +mephitinae n 1 2 @ #m 1 0 02445564 +mephitis n 3 5 @ ~ #m %m + 3 0 15035975 05714894 02446014 +mephitis_macroura n 1 2 @ #m 1 0 02446352 +mephitis_mephitis n 1 2 @ #m 1 0 02446206 +mephobarbital n 1 1 @ 1 0 03747508 +meprin n 1 2 @ ; 1 0 03747746 +meprobamate n 1 1 @ 1 0 03747746 +meq n 1 1 @ 1 1 05026744 +meralgia n 1 1 @ 1 0 14328894 +merbromine n 1 1 @ 1 0 03748002 +mercalli_scale n 1 2 @ ; 1 0 13851426 +mercantile_agency n 1 1 @ 1 0 08354842 +mercantile_establishment n 1 3 @ ~ %p 1 0 03748162 +mercantile_law n 1 2 @ ; 1 0 08455037 +mercantile_system n 1 2 @ ; 1 0 08367339 +mercantilism n 2 6 @ ~ %p = ; - 2 0 08367339 01090446 +mercaptopurine n 1 1 @ 1 0 03748456 +mercator n 1 1 @ 1 0 11175243 +mercator's_projection n 1 1 @ 1 0 03748691 +mercator_projection n 1 1 @ 1 0 03748691 +merce_cunningham n 1 1 @ 1 0 10917554 +mercedario n 1 2 @ #p 1 0 09351257 +mercenaria n 1 2 @ #m 1 0 01957923 +mercenaria_mercenaria n 1 4 @ ~ #m %p 1 0 01958038 +mercenary n 1 3 @ ~ + 1 1 10309614 +mercer n 2 3 @ + ; 2 1 10309785 11175445 +merchandise n 1 4 @ ~ #p + 1 1 03748886 +merchandiser n 1 3 @ ~ + 1 0 10309896 +merchandising n 1 4 @ ~ #p + 1 1 01113068 +merchant n 1 2 @ ~ 1 1 10309896 +merchant-venturer n 1 1 @ 1 0 10748142 +merchant_bank n 1 1 @ 1 0 08419163 +merchant_marine n 2 1 @ 2 0 08273645 04196502 +merchant_ship n 1 1 @ 1 0 02878222 +merchant_vessels n 1 1 @ 1 0 04196502 +merchantability n 1 2 @ ~ 1 0 14564165 +merchantman n 1 1 @ 1 0 02878222 +mercifulness n 3 4 ! @ ~ + 3 0 07554500 04829282 01071411 +mercilessness n 2 4 ! @ ~ + 2 0 07506382 04831031 +merckx n 1 1 @ 1 0 11175605 +mercouri n 1 1 @ 1 0 11175748 +mercurial_ointment n 1 1 @ 1 0 03749409 +mercurialis n 1 3 @ #m %m 1 0 12923839 +mercurialis_annua n 1 2 @ #m 1 0 12924036 +mercurialis_perennis n 1 2 @ #m 1 0 12924284 +mercuric_chloride n 1 1 @ 1 0 14950694 +mercurochrome n 1 1 @ 1 0 03748002 +mercurous_chloride n 1 3 @ #s %s 1 0 14950937 +mercury n 4 5 @ #m #s + ; 4 1 14645346 09562704 09351408 05014308 +mercury-in-glass_clinical_thermometer n 1 1 @ 1 0 03043423 +mercury-in-glass_thermometer n 1 3 @ ~ %p 1 0 03749807 +mercury-vapor_lamp n 1 2 @ ~ 1 0 03750206 +mercury_barometer n 1 1 @ 1 0 03749504 +mercury_cell n 1 1 @ 1 0 03749634 +mercury_chloride n 1 1 @ 1 0 14950694 +mercury_fulminate n 1 2 @ #p 1 0 14798815 +mercury_poisoning n 1 2 @ ~ 1 0 14511234 +mercury_program n 1 1 @ 1 0 05900010 +mercury_thermometer n 1 3 @ ~ %p 1 0 03749807 +mercy n 5 2 @ ~ 5 3 01071411 04829282 07554500 14474435 01227495 +mercy_killing n 1 1 @ 1 0 00219856 +mercy_seat n 2 1 @ 2 0 03750540 03750437 +mere n 1 2 @ ; 1 0 09351547 +meredith n 2 1 @ 2 0 11176005 11175875 +merestone n 1 1 @ 1 0 07259438 +meretriciousness n 2 2 @ + 2 0 04875113 04818700 +merganser n 1 3 @ ~ #m 1 0 01854415 +mergenthaler n 1 1 @ 1 0 11176230 +merger n 2 2 @ + 2 1 01238424 07373602 +merger_agreement n 1 1 @ 1 0 06527710 +merginae n 1 3 @ #m %m 1 0 01854047 +merging n 2 3 @ ~ + 2 1 00146856 00380881 +mergus n 1 3 @ #m %m 1 0 01854223 +mergus_albellus n 1 2 @ #m 1 0 01855188 +mergus_merganser n 1 2 @ #m 1 0 01854700 +mergus_merganser_americanus n 1 2 @ #m 1 0 01854838 +mergus_serrator n 1 2 @ #m 1 0 01855032 +mericarp n 1 1 @ 1 0 11678377 +merida n 1 2 @ #p 1 0 08740367 +meridian n 3 4 @ ~ #p + 3 0 13940456 09105156 08598823 +meringue n 1 1 @ 1 0 07621140 +meringue_kiss n 1 1 @ 1 0 07607027 +merino n 1 1 @ 1 0 02414290 +merino_sheep n 1 1 @ 1 0 02414290 +meriones n 1 3 @ #m %m 1 0 02344006 +meriones_longifrons n 1 2 @ #m 1 0 02344408 +meriones_unguiculatus n 1 2 @ #m 1 0 02344270 +meristem n 1 1 @ 1 0 13130885 +merit n 2 3 ! @ + 2 2 05138958 04807050 +merit_badge n 1 1 @ 1 0 06882953 +merit_pay n 1 1 @ 1 0 13280373 +merit_system n 1 2 ! @ 1 0 05664487 +meritocracy n 2 2 @ + 2 0 07973088 06218824 +meritoriousness n 1 2 @ + 1 0 04807050 +meriwether_lewis n 1 1 @ 1 0 11130940 +merl n 1 2 @ #m 1 0 01558594 +merlangus n 1 3 @ #m %m 1 0 02522990 +merlangus_merlangus n 1 3 @ #m %p 1 0 02523110 +merle n 1 2 @ #m 1 0 01558594 +merlin n 2 3 @ #m ; 2 0 11176388 01612275 +merlon n 1 2 @ #p 1 0 03750614 +merlot n 2 1 @ 2 0 13147045 07895839 +merluccius n 1 2 @ #m 1 0 02524424 +merluccius_bilinearis n 1 2 @ %p 1 0 02524659 +mermaid n 1 1 @ 1 1 09489601 +merman n 2 1 @ 2 0 11176527 09489697 +merodach n 1 2 @ ; 1 0 09519288 +meromelia n 1 2 @ ~ 1 0 14466432 +meronym n 1 1 @ 1 0 06293746 +meronymy n 1 2 @ %p 1 0 13808708 +meropidae n 1 3 @ #m %m 1 0 01828714 +merops n 1 2 @ #m 1 0 01828856 +merostomata n 1 3 @ #m %m 1 0 01787191 +merovingian n 2 3 @ #m %m 2 0 10310404 08156200 +merovingian_dynasty n 1 2 @ %m 1 0 08156200 +merozoite n 1 1 @ 1 0 01422450 +merrimac n 1 1 @ 1 0 03750748 +merrimack n 1 2 @ #p 1 0 09351647 +merrimack_river n 1 2 @ #p 1 0 09351647 +merriment n 2 2 @ ~ 2 2 07529245 00429949 +merriness n 1 2 @ + 1 0 04649051 +merry-go-round n 2 1 @ 2 0 07342772 02966193 +merry_andrew n 1 2 @ ~ 1 0 09930876 +merry_bells n 1 3 @ ~ #m 1 0 12475035 +merrymaker n 1 2 @ ~ 1 0 10526096 +merrymaking n 1 3 @ ~ + 1 1 00509846 +mertensia n 1 3 @ #m %m 1 0 12821257 +mertensia_virginica n 1 2 @ #m 1 0 12821505 +merthiolate n 1 2 @ ; 1 0 04424003 +merton n 2 1 @ 2 0 11176797 11176669 +meryl_streep n 1 1 @ 1 0 11322068 +meryta n 1 3 @ #m %m 1 0 11799158 +meryta_sinclairii n 1 2 @ #m 1 0 11799331 +mesa n 2 2 @ #p 2 0 09351905 09058071 +mesa_verde_national_park n 1 2 @ #p 1 0 08607575 +mesabi_range n 1 2 @ #p 1 0 09352108 +mesalliance n 1 1 @ 1 0 13965780 +mesantoin n 1 2 @ ; 1 0 03747281 +mesasamkranti n 1 2 @ #p 1 0 15221286 +mescal n 2 4 @ #m #s %p 2 0 11849271 07905770 +mescal_bean n 1 2 @ #m 1 0 12570703 +mescal_button n 1 3 @ #p %s 1 0 11849467 +mescaline n 1 2 @ #s 1 0 03750912 +mesembryanthemum n 1 3 @ #m %m 1 0 11820751 +mesembryanthemum_crystallinum n 1 1 @ 1 0 11821184 +mesembryanthemum_edule n 1 2 @ #m 1 0 11819509 +mesencephalon n 1 3 @ #p %p 1 0 05499828 +mesenchyme n 1 1 @ 1 0 01464441 +mesenteric_artery n 1 2 @ ~ 1 0 05351746 +mesenteric_plexus n 1 1 @ 1 0 05507642 +mesenteric_vein n 1 1 @ 1 0 05373616 +mesentery n 1 3 @ ~ + 1 0 05429195 +mesh n 5 5 @ ~ #p %p + 5 1 13654889 07338114 05731062 03819595 00140393 +mesh_topology n 1 1 @ 1 0 05731062 +meshed n 1 2 @ #p 1 0 08911868 +meshing n 3 4 @ ~ %p + 3 0 07338114 03819595 00140393 +meshugaas n 1 2 @ ; 1 0 00513251 +meshuggeneh n 1 3 @ + ; 1 0 10310516 +meshuggener n 1 2 @ ; 1 0 10310516 +meshwork n 1 3 @ ~ %p 1 0 03819595 +mesmer n 1 2 @ + 1 0 11176932 +mesmerism n 1 2 @ + 1 0 00158996 +mesmerist n 1 2 @ + 1 0 10195261 +mesmerizer n 1 2 @ + 1 0 10195261 +mesne_lord n 1 1 @ 1 0 10310647 +mesoamerica n 1 4 @ #p %p + 1 0 08735564 +mesoamerican n 1 1 @ 1 0 10310783 +mesoblast n 1 3 @ ~ + 1 0 01464077 +mesocarp n 1 1 @ 1 0 11684654 +mesocolon n 1 1 @ 1 0 05429404 +mesocricetus n 1 3 @ #m %m 1 0 02343187 +mesocricetus_auratus n 1 2 @ #m 1 0 02343320 +mesoderm n 1 3 @ ~ + 1 0 01464077 +mesohippus n 1 2 @ #m 1 0 02376135 +mesolithic n 1 2 @ #p 1 0 15233239 +mesolithic_age n 1 2 @ #p 1 0 15233239 +mesomorph n 1 2 @ + 1 0 10310903 +mesomorphy n 1 1 @ 1 0 04999306 +meson n 1 3 @ ~ + 1 0 09352282 +mesophyron n 1 2 @ #p 1 0 05232691 +mesophyte n 1 2 @ + 1 0 13121349 +mesophytic_plant n 1 1 @ 1 0 13121349 +mesopotamia n 1 4 @ #p %p - 1 0 08916316 +mesosphere n 1 2 @ #p 1 0 09352578 +mesothelioma n 1 1 @ 1 0 14251435 +mesothelium n 1 1 @ 1 0 05240710 +mesotron n 1 2 @ ~ 1 0 09352282 +mesozoic n 1 2 @ %p 1 0 15126175 +mesozoic_era n 1 2 @ %p 1 0 15126175 +mespilus n 1 3 @ #m %m 1 0 12636107 +mespilus_germanica n 1 3 @ #m %p 1 0 12636224 +mesquit n 1 3 @ ~ #m 1 0 11765277 +mesquite n 1 3 @ ~ #m 1 0 11765277 +mesquite_gum n 1 1 @ 1 0 14901565 +mess n 6 5 @ ~ %p + ; 6 5 14500047 14409489 07650792 07565608 03751065 13774404 +mess-up n 1 3 @ + ; 1 0 00075618 +mess_hall n 1 4 @ ~ %p ; 1 1 03751065 +mess_jacket n 1 1 @ 1 0 03751269 +mess_kit n 1 1 @ 1 0 03751458 +mess_of_pottage n 1 1 @ 1 0 13413840 +message n 2 2 @ ~ 2 2 06253690 06598915 +message_pad n 1 1 @ 1 0 14951110 +messaging n 1 1 @ 1 0 06280477 +messenger n 1 2 @ ~ 1 1 10311021 +messenger_boy n 1 2 @ ~ 1 1 10311375 +messenger_rna n 1 1 @ 1 0 14832770 +messiah n 4 2 @ + 4 0 09537660 09537502 09537325 07042405 +messiahship n 1 2 @ + 1 0 00595410 +messidor n 1 2 @ #p 1 0 15177396 +messina n 1 2 @ #p 1 0 08805801 +messiness n 2 3 @ ~ + 2 0 14500047 04897428 +messmate n 1 2 @ ; 1 0 10311506 +messuage n 1 2 @ ; 1 0 03751590 +mestiza n 1 2 @ ; 1 0 10311661 +mestizo n 1 2 @ ; 1 0 10311823 +mestranol n 1 2 @ #s 1 0 14751216 +mesua n 1 3 @ #m %m 1 0 12370384 +mesua_ferrea n 1 2 @ #m 1 0 12370549 +metabola n 1 1 @ 1 0 02161225 +metabolic_acidosis n 1 1 @ 1 0 14020023 +metabolic_alkalosis n 1 1 @ 1 0 14021471 +metabolic_disorder n 1 2 @ ~ 1 0 14084502 +metabolic_process n 1 4 @ ~ %p ; 1 0 13514314 +metabolic_rate n 1 2 @ ~ 1 0 15280201 +metabolism n 2 5 @ ~ %p + ; 2 0 13514880 13514314 +metabolite n 1 1 @ 1 0 15110796 +metacarpal n 1 2 @ #p 1 0 05277261 +metacarpal_artery n 1 2 @ #p 1 0 05352291 +metacarpal_bone n 1 2 @ #p 1 0 05277261 +metacarpal_vein n 1 2 @ #p 1 0 05373790 +metacarpophalangeal_joint n 1 2 @ #p 1 0 05585205 +metacarpus n 1 4 @ #p %p + 1 0 05593871 +metacenter n 1 3 @ + ; 1 0 05866822 +metacentre n 1 2 @ ; 1 0 05866822 +metacentric_chromosome n 1 1 @ 1 0 05445099 +metacyesis n 1 2 @ ~ 1 0 14047740 +metadata n 1 1 @ 1 0 08462721 +metagenesis n 1 1 @ 1 0 11424589 +metaknowledge n 1 1 @ 1 0 05999455 +metal n 2 4 @ ~ %s + 2 1 14625458 14586769 +metal_bar n 1 2 @ ~ 1 0 03570526 +metal_detector n 1 1 @ 1 0 03751757 +metal_drum n 1 1 @ 1 0 03249956 +metal_filing n 1 2 @ ~ 1 0 09352721 +metal_glove n 1 2 @ #p 1 0 03429771 +metal_money n 1 2 @ ~ 1 0 13387877 +metal_plating n 1 2 @ ~ 1 0 03963028 +metal_saw n 1 1 @ 1 0 03474779 +metal_screw n 1 1 @ 1 0 03752185 +metal_wood n 1 1 @ 1 0 03752398 +metalanguage n 1 2 @ ~ 1 0 06900156 +metalepsis n 1 1 @ 1 0 07107896 +metalhead n 1 1 @ 1 0 10311995 +metallic n 2 1 @ 2 0 03752071 03751977 +metallic_bond n 1 1 @ 1 0 11438105 +metallic_element n 1 2 @ ~ 1 0 14625458 +metallized_dye n 1 1 @ 1 0 14627529 +metallurgical_engineer n 1 2 @ ~ 1 0 10312077 +metallurgist n 1 3 @ ~ + 1 0 10312077 +metallurgy n 1 4 @ ~ + - 1 0 06125698 +metalware n 1 2 @ ~ 1 0 03752262 +metalwork n 2 1 @ 2 0 03752521 00925732 +metalworker n 1 2 @ ~ 1 0 10614629 +metalworking n 1 1 @ 1 0 00925732 +metalworking_vise n 1 1 @ 1 0 03702440 +metalworks n 1 2 @ ~ 1 0 03387653 +metamathematics n 1 2 @ ; 1 0 06017895 +metamere n 1 2 @ + 1 0 02665812 +metamorphic_rock n 1 2 @ ~ 1 0 14698698 +metamorphism n 1 2 @ ~ 1 0 13514648 +metamorphopsia n 1 1 @ 1 0 14554695 +metamorphosis n 3 3 @ ~ + 3 0 13514880 00402308 00402128 +metaphase n 2 2 @ #p 2 0 13515251 13515149 +metaphor n 1 3 @ ~ + 1 1 07106800 +metaphosphoric_acid n 1 1 @ 1 0 14615135 +metaphysics n 1 4 @ ~ + - 1 0 06162653 +metaphysis n 1 2 @ #p 1 0 05592870 +metaplastic_anaemia n 1 1 @ 1 0 14168010 +metaplastic_anemia n 1 1 @ 1 0 14168010 +metaproterenol n 1 1 @ 1 0 03752649 +metarule n 1 1 @ 1 0 05847320 +metasequoia n 1 2 @ #m 1 0 11640132 +metasequoia_glyptostrodoides n 1 2 @ #m 1 0 11640132 +metastability n 1 2 @ ; 1 0 04739262 +metastasis n 1 2 @ + 1 0 13515353 +metastatic_tumor n 1 2 @ ~ 1 0 14239425 +metatarsal n 1 2 @ #p 1 0 05277405 +metatarsal_arch n 1 1 @ 1 0 05576827 +metatarsal_artery n 1 2 @ #p 1 0 05352433 +metatarsal_vein n 1 2 @ #p 1 0 05373924 +metatarsus n 1 4 @ #p %p + 1 0 05594568 +metatheria n 1 3 @ #m %m 1 0 01873850 +metatherian n 1 2 @ ~ 1 0 01873982 +metathesis n 2 2 @ ~ 2 0 13515520 13469066 +metaurus_river n 1 3 @ #p ; 1 0 01287179 +metazoa n 1 3 @ #m %m 1 0 01908703 +metazoan n 1 2 @ #m 1 0 01908958 +metchnikoff n 1 1 @ 1 0 11177151 +metchnikov n 1 1 @ 1 0 11177151 +mete n 1 2 @ ~ 1 0 08512736 +metempsychosis n 1 1 @ 1 0 11408914 +metencephalon n 1 1 @ 1 0 05481997 +meteor n 2 5 @ ~ #p + ; 2 1 09353109 11483990 +meteor_shower n 1 2 @ %p 1 0 11507000 +meteor_stream n 1 2 @ %p 1 1 11507000 +meteor_swarm n 1 1 @ 1 0 09353338 +meteorite n 1 3 @ ~ + 1 1 09352849 +meteoroid n 1 3 @ ~ ; 1 0 09353109 +meteorological_balloon n 1 2 @ ~ 1 0 03752922 +meteorological_conditions n 1 1 @ 1 1 14520123 +meteorological_observation_post n 1 1 @ 1 0 08599976 +meteorological_satellite n 1 1 @ 1 0 04567593 +meteorologist n 1 3 @ ~ + 1 0 10312287 +meteorology n 2 5 @ ~ + ; - 2 0 06749729 06118563 +meteortropism n 1 1 @ 1 0 00862170 +meter n 4 6 @ ~ #p %p + ; 4 2 13659162 03753077 07094093 04991738 +meter_maid n 1 1 @ 1 0 10312491 +meter_reading n 2 2 @ ~ 2 0 05816790 01004582 +meterstick n 1 1 @ 1 0 03753514 +metformin n 1 1 @ 1 0 03753657 +meth n 1 1 @ 1 0 03754295 +methacholine n 1 1 @ 1 0 03753826 +methacrylic_acid n 1 1 @ 1 0 14615822 +methadon n 1 1 @ 1 0 03754014 +methadone n 1 1 @ 1 0 03754014 +methadone_hydrochloride n 1 1 @ 1 0 03754014 +methamphetamine n 1 1 @ 1 0 03754295 +methamphetamine_hydrochloride n 1 1 @ 1 0 03754295 +methanal n 1 1 @ 1 0 14873196 +methane n 1 3 @ ~ #s 1 0 14951229 +methane_series n 1 2 @ ~ 1 0 14951377 +methanogen n 1 1 @ 1 0 01347858 +methanol n 1 2 @ %s 1 0 14687818 +methapyrilene n 1 1 @ 1 0 03754676 +methaqualone n 1 1 @ 1 0 03754822 +metharbital n 1 1 @ 1 0 03754979 +methedrine n 1 1 @ 1 0 03754295 +metheglin n 1 1 @ 1 0 07890890 +methenamine n 1 1 @ 1 0 03755140 +methicillin n 1 1 @ 1 0 03755388 +methionine n 1 1 @ 1 0 14952290 +methocarbamol n 1 1 @ 1 0 03755545 +method n 2 3 @ ~ + 2 1 05660268 00549766 +method_acting n 1 1 @ 1 0 00549766 +method_of_accounting n 1 3 @ ~ #m 1 0 13405962 +method_of_choice n 1 1 @ 1 1 05661294 +method_of_fluxions n 1 2 @ ; 1 0 06014435 +method_of_least_squares n 1 2 @ ; 1 0 06021013 +methodicalness n 1 3 @ ~ + 1 0 04768483 +methodism n 1 2 @ + 1 0 06231494 +methodist n 1 4 @ ~ #m + 1 0 10312600 +methodist_church n 1 3 @ %m %p 1 1 08092340 +methodist_denomination n 1 3 @ ~ #p 1 0 08092539 +methodists n 1 3 @ %m %p 1 0 08092340 +methodological_analysis n 1 1 @ 1 0 06166898 +methodology n 2 3 @ ~ + 2 0 06166898 05661400 +methotrexate n 1 1 @ 1 0 03755712 +methotrexate_sodium n 1 1 @ 1 0 03755712 +methuselah n 2 3 @ ~ ; 2 0 11177370 10375506 +methyl n 1 2 @ ~ 1 0 14952122 +methyl_alcohol n 1 2 @ %s 1 0 14687818 +methyl_bromide n 1 1 @ 1 0 14951682 +methyl_ethyl_ketone n 1 1 @ 1 0 14787954 +methyl_group n 1 2 @ ~ 1 0 14952122 +methyl_orange n 1 1 @ 1 0 14771482 +methyl_phenol n 1 2 @ ~ 1 0 14825982 +methyl_radical n 1 2 @ ~ 1 0 14952122 +methyl_salicylate n 1 2 @ #s 1 0 14952441 +methylated_spirit n 1 2 @ ~ 1 0 14951814 +methylbenzene n 1 1 @ 1 0 15075378 +methyldopa n 1 1 @ 1 0 03755991 +methylene n 1 1 @ 1 0 14951983 +methylene_blue n 1 1 @ 1 0 14771270 +methylene_chloride n 1 1 @ 1 0 15018013 +methylene_group n 1 1 @ 1 0 14951983 +methylene_radical n 1 1 @ 1 0 14951983 +methylenedioxymethamphetamine n 1 2 @ ~ 1 0 03756184 +methylphenidate n 1 1 @ 1 0 03756624 +methyltestosterone n 1 1 @ 1 0 14748117 +methylthionine_chloride n 1 1 @ 1 0 14771270 +metic n 1 1 @ 1 0 10312890 +metical n 1 2 @ %p 1 0 13688811 +meticorten n 1 2 @ ; 1 0 14753414 +meticulosity n 1 2 @ + 1 0 04672605 +meticulousness n 1 2 @ + 1 0 04672605 +metier n 2 2 @ ~ 2 0 05159225 00610222 +metis n 1 2 @ ; 1 1 10313000 +metonym n 1 2 @ + 1 0 06293898 +metonymy n 1 4 @ ~ + - 1 0 07107676 +metopion n 1 2 @ #p 1 0 05234016 +metoprolol n 1 1 @ 1 0 03756857 +metralgia n 1 1 @ 1 0 14328966 +metrazol n 1 1 @ 1 1 03913702 +metrazol_shock n 1 1 @ 1 0 00707028 +metrazol_shock_therapy n 1 1 @ 1 0 00707028 +metrazol_shock_treatment n 1 1 @ 1 0 00707028 +metre n 3 6 @ ~ #p %p + ; 3 0 13659162 07094093 04991738 +metrestick n 1 1 @ 1 0 03753514 +metric n 3 3 @ ~ ; 3 0 13784906 13604275 13577171 +metric_capacity_unit n 1 2 @ ~ 1 0 13616054 +metric_function n 1 2 @ ; 1 0 13784906 +metric_grain n 1 3 @ #p %p 1 0 13723304 +metric_hundredweight n 1 3 @ #p %p 1 0 13725271 +metric_linear_unit n 1 2 @ ~ 1 0 13649268 +metric_space n 1 2 @ ~ 1 0 08004695 +metric_system n 1 3 @ ~ %p 1 0 13577934 +metric_ton n 1 2 @ %p 1 0 13725588 +metric_unit n 1 2 @ ~ 1 0 13604275 +metric_weight_unit n 1 3 @ ~ #p 1 0 13717155 +metrical_foot n 1 3 @ ~ ; 1 0 07094843 +metrical_unit n 1 3 @ ~ ; 1 0 07094843 +metrication n 1 2 @ + 1 0 00194645 +metrics n 1 2 @ - 1 0 06170025 +metrification n 2 2 @ + 2 0 00931300 00194645 +metritis n 1 1 @ 1 0 14349892 +metro n 1 1 @ 1 1 03757138 +metrology n 1 2 @ + 1 0 06135806 +metronidazole n 1 1 @ 1 0 03757428 +metronome n 1 1 @ 1 0 03757604 +metronome_marking n 1 3 @ #p ; 1 0 15286042 +metronymic n 1 1 @ 1 0 06336149 +metropolis n 2 4 @ ~ %p + 2 1 08524735 08226335 +metropolitan n 2 1 @ 2 0 10313239 10313146 +metroptosis n 1 1 @ 1 0 14558801 +metrorrhagia n 1 1 @ 1 0 14370825 +metroxylon n 1 2 @ #m 1 0 12591523 +metroxylon_sagu n 1 1 @ 1 0 12591702 +metternich n 1 1 @ 1 0 11177532 +mettle n 1 1 @ 1 0 04857490 +mettlesomeness n 1 2 @ + 1 0 04634415 +metycaine n 1 1 @ 1 0 03946933 +meuniere_butter n 1 1 @ 1 0 07849186 +meuse n 2 4 @ #p %p ; 2 0 09353437 01287431 +meuse-argonne n 1 4 @ #p %p ; 1 0 01287431 +meuse-argonne_operation n 1 4 @ #p %p ; 1 0 01287431 +meuse_river n 2 4 @ #p %p ; 2 0 09353437 01287431 +mevacor n 1 2 @ ; 1 0 03693089 +mew n 2 3 @ #m + 2 0 07386614 02041678 +mew_gull n 1 2 @ #m 1 0 02041678 +mews n 1 2 @ ; 1 0 03757723 +mexicali n 1 2 @ #p 1 0 08744105 +mexican n 1 3 @ ~ #m 1 1 09722658 +mexican-american n 1 2 @ ; 1 0 09723067 +mexican_beaded_lizard n 1 2 @ #m 1 0 01692523 +mexican_bean_beetle n 1 2 @ #m 1 0 02166229 +mexican_black_cherry n 1 2 @ #p 1 0 07757874 +mexican_capital n 1 2 @ #p 1 0 08744236 +mexican_cypress n 1 1 @ 1 0 11632376 +mexican_fire_plant n 1 2 @ #m 1 0 12920719 +mexican_flameleaf n 1 2 @ #m 1 0 12920204 +mexican_freetail_bat n 1 1 @ 1 0 02149653 +mexican_green n 1 2 @ #p 1 0 02670049 +mexican_hairless n 1 1 @ 1 0 02113978 +mexican_hat n 1 1 @ 1 0 12006930 +mexican_husk_tomato n 2 3 @ #p %p 2 0 12911440 07734555 +mexican_hyssop n 1 1 @ 1 0 12840502 +mexican_jumping_bean n 1 2 @ #p 1 0 12928819 +mexican_juniper n 1 1 @ 1 0 11638698 +mexican_mint n 1 1 @ 1 0 12866459 +mexican_monetary_unit n 1 2 @ ~ 1 0 13692713 +mexican_nut_pine n 1 2 @ #m 1 0 11609862 +mexican_onyx n 1 1 @ 1 0 14665469 +mexican_peso n 1 2 @ %p 1 0 13692822 +mexican_pocket_mouse n 1 2 @ #m 1 0 02349847 +mexican_poppy n 1 1 @ 1 0 11902982 +mexican_revolution n 1 2 @ ; 1 0 01305796 +mexican_spanish n 1 1 @ 1 0 06967428 +mexican_standoff n 1 1 @ 1 0 13936557 +mexican_sunflower n 1 2 @ #m 1 0 12026018 +mexican_swamp_cypress n 1 3 @ ~ #m 1 0 11642430 +mexican_tea n 2 1 @ 2 0 11829205 11828804 +mexican_tulip_poppy n 1 2 @ #m 1 0 11906127 +mexican_valium n 1 1 @ 1 0 04036494 +mexican_war n 1 2 @ %p 1 0 01306007 +mexicano n 1 2 @ ; 1 0 09723067 +mexico n 1 7 @ #m #p %m %p + - 1 1 08740875 +mexico_city n 1 2 @ #p 1 0 08744236 +mexiletine n 1 1 @ 1 0 03757925 +mexitil n 1 2 @ ; 1 0 03757925 +meyer_guggenheim n 1 1 @ 1 0 11018862 +meyerbeer n 1 1 @ 1 0 11177695 +meyerhof n 1 1 @ 1 0 11177873 +mezcal n 1 3 @ #m %p 1 0 11849271 +mezereon n 1 2 @ %p 1 0 12347158 +mezereum n 1 2 @ #p 1 0 12347380 +mezuza n 1 2 @ #p 1 0 06433672 +mezuzah n 1 2 @ #p 1 0 06433672 +mezzanine n 2 2 @ %p 2 0 03758220 03758089 +mezzanine_floor n 1 1 @ 1 0 03758089 +mezzo n 2 2 @ ~ 2 0 10313441 06873017 +mezzo-relievo n 1 1 @ 1 0 03758334 +mezzo-rilievo n 1 1 @ 1 0 03758334 +mezzo-soprano n 2 2 @ ~ 2 0 10313441 06873017 +mezzotint n 1 1 @ 1 0 03758478 +mf n 1 2 @ #p 1 0 05057485 +mfa n 1 1 @ 1 0 06701698 +mflop n 1 3 @ #p ; 1 0 13607187 +mg n 2 4 @ #s #p %p 2 1 13723061 14644249 +mho n 1 1 @ 1 0 13637240 +mhz n 1 2 @ %p 1 0 15279957 +mi n 8 4 @ #p %p ; 8 0 14113021 13660619 13660337 13651218 09099526 08347206 08346655 06868582 +miami n 2 2 @ #p 2 0 09661107 09073697 +miami_beach n 1 2 @ #p 1 0 09073938 +miao n 2 1 @ 2 0 09713764 06937098 +miaou n 1 2 @ + 1 0 07386614 +miaow n 1 2 @ + 1 0 07386614 +miasm n 2 1 @ 2 0 14526032 14518010 +miasma n 2 2 @ + 2 0 14526032 14518010 +miaul n 1 1 @ 1 0 07386614 +mib n 1 3 @ #p %p 1 0 13628056 +mibit n 1 3 @ #p %p 1 0 13628592 +mica n 1 3 @ ~ + 1 0 14681555 +micah n 2 2 @ #p 2 0 11178059 06440102 +micawber n 1 1 @ 1 0 09601906 +micelle n 1 1 @ 1 1 09353603 +michael n 1 2 @ ; 1 0 09539517 +michael_assat n 1 2 @ ; 1 0 11201386 +michael_ellis_de_bakey n 1 1 @ 1 0 10926238 +michael_faraday n 1 1 @ 1 0 10966318 +michael_gerald_tyson n 1 1 @ 1 0 11355082 +michael_jackson n 1 1 @ 1 0 11076965 +michael_joe_jackson n 1 1 @ 1 0 11076965 +michael_ondaatje n 1 1 @ 1 0 11214926 +michael_philip_jagger n 1 1 @ 1 0 11078650 +michaelmas n 1 2 @ #p 1 0 15186412 +michaelmas_daisy n 1 1 @ 1 0 11934807 +michaelmas_day n 1 2 @ #p 1 0 15186412 +michaelmastide n 1 1 @ 1 0 15186596 +micheas n 2 2 @ #p 2 0 11178059 06440102 +michel_de_notredame n 1 1 @ 1 0 11210105 +michel_eyquem_montaigne n 1 1 @ 1 0 11186511 +michel_montaigne n 1 1 @ 1 0 11186511 +michel_ney n 1 1 @ 1 0 11205647 +michelangelo n 1 1 @ 1 0 11178161 +michelangelo_buonarroti n 1 1 @ 1 0 11178161 +michelangelo_merisi_da_caravaggio n 1 1 @ 1 0 10882089 +michelson n 1 1 @ 1 0 11178393 +michelson-morley_experiment n 1 1 @ 1 0 00693109 +michener n 1 1 @ 1 0 11178631 +michigan n 3 3 @ #p %p 3 1 09099526 09332050 00493308 +michigan_lily n 1 1 @ 1 0 12428242 +michigander n 1 1 @ 1 0 09743690 +michinomiya_hirohito n 1 1 @ 1 0 11051822 +mick n 1 2 @ ; 1 0 09715521 +mick_jagger n 1 1 @ 1 0 11078650 +mickey n 1 2 @ ; 1 0 09715521 +mickey_charles_mantle n 1 1 @ 1 0 11155196 +mickey_finn n 1 2 @ ; 1 0 03758614 +mickey_mantle n 1 1 @ 1 0 11155196 +mickey_mouse n 1 1 @ 1 0 02452014 +mickey_spillane n 1 1 @ 1 0 11311287 +mickle n 1 2 @ ~ 1 0 13774404 +micmac n 2 1 @ 2 0 09661258 06910868 +miconazole n 1 1 @ 1 0 03758720 +micro-organism n 1 5 @ ~ %p ; - 1 0 01326291 +micro_chip n 1 4 @ ~ #p %p 1 0 03020034 +microbalance n 1 1 @ 1 0 03758894 +microbar n 1 2 @ #p 1 0 13712120 +microbat n 1 3 @ ~ #m 1 0 02141306 +microbe n 1 2 @ + 1 0 01384491 +microbiologist n 1 3 @ ~ + 1 0 10313580 +microbiology n 1 3 @ + - 1 0 06077648 +microbrachia n 1 1 @ 1 0 14509219 +microbrewery n 1 1 @ 1 0 03758992 +microcentrum n 1 3 @ #m %m 1 0 02228215 +microcephalus n 1 1 @ 1 0 14509299 +microcephaly n 1 2 @ + 1 0 14509299 +microchip n 1 4 @ ~ #p %p 1 0 03020034 +microchiroptera n 1 3 @ #m %m 1 0 02140970 +microcircuit n 1 2 @ #p 1 0 03577090 +micrococcaceae n 1 3 @ #m %m 1 0 01378800 +micrococcus n 1 2 @ #m 1 0 01379116 +microcode n 1 2 @ ; 1 0 06357814 +microcomputer n 1 3 @ ~ %p 1 0 03918480 +microcosm n 1 1 @ 1 1 05938314 +microcosmic_salt n 1 1 @ 1 0 15016726 +microcyte n 1 1 @ 1 0 05454578 +microcytic_anaemia n 1 2 @ %p 1 0 14167123 +microcytic_anemia n 1 2 @ %p 1 0 14167123 +microcytosis n 1 2 @ #p 1 0 14197099 +microdesmidae n 1 3 @ #m %m 1 0 02620826 +microdipodops n 1 3 @ #m %m 1 0 02350537 +microdot n 1 1 @ 1 0 03759114 +microeconomic_expert n 1 1 @ 1 0 10313724 +microeconomics n 1 2 @ + 1 0 06151108 +microeconomist n 1 2 @ + 1 0 10313724 +microelectronics n 1 2 @ + 1 0 06115179 +microevolution n 1 1 @ 1 0 13515678 +microfarad n 1 3 @ #p %p 1 0 13635985 +microfiche n 1 1 @ 1 0 03759243 +microfilm n 1 3 @ ~ + 1 0 03759432 +microflora n 1 1 @ 1 0 11530008 +microfossil n 1 1 @ 1 0 09353815 +microgametophyte n 1 1 @ 1 0 11687681 +microgauss n 1 2 @ #p 1 0 13638706 +microglia n 1 2 @ %p 1 0 05468211 +microgliacyte n 1 2 @ #p 1 0 05468351 +microgram n 1 3 @ #p %p 1 0 13722929 +microgramma n 1 3 @ #m %m 1 0 13176201 +microgramma-piloselloides n 1 2 @ #m 1 0 13176363 +microhylidae n 1 3 @ #m %m 1 0 01652583 +micromeria n 1 3 @ #m %m 1 0 12857024 +micromeria_chamissonis n 1 2 @ #m 1 0 12857204 +micromeria_douglasii n 1 2 @ #m 1 0 12857204 +micromeria_juliana n 1 2 @ #m 1 0 12857456 +micrometeor n 1 1 @ 1 0 09353918 +micrometeorite n 1 2 @ + 1 1 09353918 +micrometeoroid n 1 1 @ 1 0 09353918 +micrometer n 2 3 @ #p %p 2 0 13658496 03759661 +micrometer_caliper n 1 1 @ 1 0 03759661 +micrometer_gauge n 1 1 @ 1 0 03759661 +micrometry n 1 1 @ 1 0 01002872 +micromicron n 1 3 @ #p %p 1 0 13657849 +micromillimeter n 1 3 @ #p %p 1 0 13658278 +micromillimetre n 1 3 @ #p %p 1 0 13658278 +micromyx n 1 3 @ #m %m 1 0 02332315 +micromyx_minutus n 1 2 @ #m 1 0 02332447 +micron n 1 3 @ #p %p 1 1 13658496 +micronase n 1 2 @ ; 1 0 03441930 +micronesia n 2 3 @ #p %p 2 0 08837048 08836886 +micronor n 1 2 @ %s 1 0 03759795 +micronutrient n 1 1 @ 1 0 14582716 +microorganism n 1 5 @ ~ %p ; - 1 1 01326291 +micropaleontology n 1 1 @ 1 0 06145062 +micropenis n 1 1 @ 1 0 05526860 +microphage n 1 2 @ ; 1 0 05453815 +microphallus n 1 1 @ 1 0 05526860 +microphone n 1 2 @ ~ 1 1 03759954 +microphone_boom n 1 1 @ 1 0 02871824 +microphoning n 1 1 @ 1 1 13515828 +microphotometer n 1 1 @ 1 0 03760164 +micropogonias n 1 3 @ #m %m 1 0 02596592 +micropogonias_undulatus n 1 2 @ #m 1 0 02596720 +microprocessor n 1 2 @ #p 1 0 03760310 +microprocessor_chip n 1 4 @ ~ #p %p 1 0 03020034 +micropterus n 1 3 @ #m %m 1 0 02564572 +micropterus_dolomieu n 1 2 @ %p 1 0 02565072 +micropterus_pseudoplites n 1 1 @ 1 0 02564935 +micropterus_salmoides n 1 2 @ %p 1 0 02565324 +micropyle n 1 2 @ #p 1 0 11679378 +microradian n 1 2 @ #p 1 0 13611740 +microscope n 1 4 @ ~ %p + 1 1 03760671 +microscope_slide n 1 2 @ %p 1 0 04237924 +microscope_stage n 1 1 @ 1 0 04296949 +microscopic_anatomy n 1 2 @ ~ 1 0 06060049 +microscopic_field n 1 1 @ 1 0 05934852 +microscopist n 1 3 @ ~ + 1 0 10313872 +microscopium n 1 1 @ 1 0 09354142 +microscopy n 1 4 @ ~ + - 1 1 00640889 +microsecond n 1 3 @ #p %p 1 1 15236176 +microseism n 1 2 @ ~ 1 0 07429484 +microsoft_disk_operating_system n 1 1 @ 1 0 06568552 +microsome n 1 3 @ #p + 1 0 05434361 +microsorium n 1 3 @ #m %m 1 0 13176523 +microsorium_punctatum n 1 2 @ #m 1 0 13176714 +microsporangium n 1 1 @ 1 0 11687964 +microspore n 1 1 @ 1 0 11687789 +microsporidian n 1 2 @ #m 1 0 01427399 +microsporophyll n 1 1 @ 1 0 11688069 +microsporum n 1 2 @ #m 1 0 13078652 +microstomus n 1 3 @ #m %m 1 0 02659667 +microstomus_kitt n 1 3 @ #m %p 1 0 02659808 +microstrobos n 1 3 @ #m %m 1 0 11656974 +microstrobos_niphophilus n 1 2 @ #m 1 0 11657153 +microsurgery n 1 2 @ ~ 1 0 00684988 +microtaggant n 1 2 @ ; 1 0 14952654 +microtome n 1 1 @ 1 0 03760944 +microtubule n 1 1 @ 1 0 05246969 +microtus n 1 3 @ #m %m 1 0 02341108 +microtus_ochrogaster n 1 2 @ #m 1 0 02341616 +microtus_pennsylvaticus n 1 2 @ #m 1 0 02341288 +microtus_richardsoni n 1 2 @ #m 1 0 02341475 +microvolt n 1 2 @ #p 1 0 13642729 +microwave n 2 3 @ #p + 2 1 11482312 03761084 +microwave_bomb n 1 1 @ 1 0 03761333 +microwave_diathermy_machine n 1 1 @ 1 0 03761588 +microwave_linear_accelerator n 1 1 @ 1 0 03761731 +microwave_oven n 1 1 @ 1 0 03761084 +microwave_radar n 1 3 @ ~ %p 1 0 04039848 +microwave_spectroscopy n 1 2 @ ~ 1 0 00650912 +microwave_spectrum n 1 2 @ #p 1 0 11500816 +microzide n 1 3 @ #s ; 1 0 03552169 +micruroides n 1 3 @ #m %m 1 0 01746063 +micruroides_euryxanthus n 1 2 @ #m 1 0 01746191 +micrurus n 1 3 @ #m %m 1 0 01745780 +micrurus_fulvius n 1 2 @ #m 1 0 01745902 +micturition n 1 3 @ ~ + 1 0 13515958 +micturition_reflex n 1 1 @ 1 0 00866273 +mid-april n 1 2 @ #p 1 0 15211385 +mid-atlantic_ridge n 1 2 @ #p 1 0 09354283 +mid-atlantic_states n 1 3 @ #p %p 1 0 09049303 +mid-august n 1 2 @ #p 1 0 15212638 +mid-calf n 1 1 @ 1 0 05574519 +mid-december n 1 2 @ #p 1 0 15213963 +mid-eighties n 1 2 @ #p 1 0 15150870 +mid-february n 1 2 @ #p 1 0 15210765 +mid-fifties n 1 2 @ #p 1 1 15149642 +mid-forties n 1 2 @ #p 1 0 15149351 +mid-january n 1 2 @ #p 1 0 15210383 +mid-july n 1 2 @ #p 1 0 15212358 +mid-june n 1 2 @ #p 1 1 15212070 +mid-march n 1 2 @ #p 1 0 15211090 +mid-may n 1 2 @ #p 1 0 15211711 +mid-nineties n 1 2 @ #p 1 0 15151255 +mid-november n 1 2 @ #p 1 0 15213669 +mid-october n 1 2 @ #p 1 0 15213303 +mid-off n 1 1 @ 1 0 00728218 +mid-on n 1 1 @ 1 0 00728342 +mid-september n 1 2 @ #p 1 0 15213008 +mid-seventies n 1 2 @ #p 1 0 15150493 +mid-sixties n 1 2 @ #p 1 0 15150013 +mid-thirties n 1 2 @ #p 1 1 15149038 +mid-twenties n 1 2 @ #p 1 0 15148584 +mid-water n 1 1 @ 1 0 09354608 +midafternoon n 1 2 @ #p 1 0 15166352 +midair n 1 1 @ 1 1 08600147 +midas n 1 2 @ ; 1 0 09498497 +midas_touch n 1 1 @ 1 0 05201342 +midazolam n 1 1 @ 1 0 03761845 +midbrain n 1 3 @ #p %p 1 0 05499828 +midday n 1 2 @ #p 1 1 15165490 +midden n 2 2 @ ; 2 0 08560560 07962295 +middle n 4 5 ! @ ~ #p + 4 4 08523483 05868272 05555473 15266685 +middle-aged_man n 1 2 @ ~ 1 0 10314054 +middle-ear_deafness n 1 1 @ 1 0 14551146 +middle_age n 1 3 @ #p %p 1 0 15153472 +middle_ages n 1 3 @ #p - 1 1 15259284 +middle_buster n 1 1 @ 1 0 03677766 +middle_c n 1 1 @ 1 0 06869815 +middle_cerebral_artery n 1 1 @ 1 0 05341641 +middle_cerebral_vein n 1 2 @ ~ 1 0 05362593 +middle_class n 1 3 @ ~ %m 1 1 08181658 +middle_distance n 1 1 @ 1 1 05934550 +middle_ear n 1 3 @ #p %p 1 0 05324888 +middle_east n 1 4 @ ~ %p - 1 1 08791167 +middle_english n 1 2 @ ~ 1 0 06948761 +middle_finger n 1 1 @ 1 0 05567604 +middle_greek n 1 1 @ 1 0 06977190 +middle_high_german n 1 1 @ 1 0 06950973 +middle_irish n 1 1 @ 1 0 06961033 +middle_low_german n 1 1 @ 1 0 06952480 +middle_meningeal_artery n 1 1 @ 1 0 05351442 +middle_name n 1 1 @ 1 0 06337202 +middle_of_the_roader n 1 2 @ #m 1 0 09904837 +middle_paleolithic n 1 2 @ #p 1 0 15232899 +middle_school n 1 2 @ ~ 1 0 08284481 +middle_temporal_vein n 1 1 @ 1 0 05382432 +middle_term n 1 2 @ #p 1 0 06754972 +middle_thyroid_vein n 1 1 @ 1 0 05383956 +middle_watch n 1 1 @ 1 0 15293435 +middle_west n 1 3 @ #p %p 1 1 08564307 +middlebreaker n 1 1 @ 1 0 03677766 +middlebrow n 1 2 @ ; 1 0 10314182 +middleman n 3 3 @ ~ #m 3 0 10222497 10211036 09960117 +middleton n 1 1 @ 1 0 11178781 +middleweight n 3 1 @ 3 0 10314517 10314422 10314305 +middling n 1 1 @ 1 0 03762067 +middy n 1 1 @ 1 0 03762238 +middy_blouse n 1 1 @ 1 0 03762238 +mideast n 1 4 @ ~ %p - 1 0 08791167 +midfield n 1 3 @ #p ; 1 0 08571275 +midgard n 1 2 @ ; 1 0 05631175 +midge n 1 2 @ #m 1 0 02203152 +midget n 1 2 @ ~ 1 0 10040344 +midgrass n 1 1 @ 1 0 12103680 +midi n 2 2 @ #p 2 0 08943601 06666030 +midi-pyrenees n 1 2 @ #p 1 0 08943699 +midinette n 1 1 @ 1 0 10314627 +midiron n 1 1 @ 1 0 03762332 +midland n 2 2 @ #p 2 0 09145553 08588596 +midline n 1 1 @ 1 0 13861686 +midnight n 1 2 @ #p 1 1 15168185 +midnight_sun n 1 1 @ 1 0 11482579 +midplane n 1 1 @ 1 0 13861686 +midpoint n 1 2 @ ~ 1 0 08521816 +midrash n 1 2 @ ; 1 0 06763052 +midrib n 1 1 @ 1 0 13098420 +midriff n 2 3 @ #p ; 2 0 05555473 05318606 +midsection n 1 2 @ #p 1 1 05555473 +midshipman n 1 2 @ ; 1 1 10314703 +midst n 1 1 @ 1 1 08588699 +midstream n 1 2 @ #p 1 0 09354511 +midsummer n 1 2 @ #p 1 1 15222012 +midsummer's_day n 1 2 @ #p 1 0 15222202 +midsummer-men n 1 2 @ #m 1 0 12786273 +midsummer_day n 1 2 @ #p 1 0 15222202 +midsummer_eve n 1 2 @ #p 1 0 15222369 +midsummer_night n 1 2 @ #p 1 0 15222369 +midterm n 3 2 @ #p 3 0 15226625 15225668 07198605 +midterm_exam n 1 1 @ 1 0 07198605 +midterm_examination n 1 1 @ 1 0 07198605 +midvein n 1 1 @ 1 0 13098420 +midwatch n 1 1 @ 1 1 15293435 +midway n 2 3 @ #p ; 2 0 08614746 01287782 +midway_islands n 1 3 @ #p - 1 0 09080989 +midweek n 2 3 @ #p + 2 0 15164233 15136342 +midwest n 1 3 @ #p %p 1 1 08564307 +midwestern_united_states n 1 3 @ #p %p 1 0 08564307 +midwife n 1 1 @ 1 0 10314836 +midwife_toad n 2 2 @ #m 2 0 01648356 01648139 +midwifery n 2 3 @ ~ - 2 0 06053439 00186549 +midwinter n 1 2 @ #p 1 0 15238074 +mien n 1 2 @ ~ 1 1 04910377 +mierkat n 1 3 @ ~ #m 1 0 02138441 +mies_van_der_rohe n 1 1 @ 1 0 11178922 +mifepristone n 1 1 @ 1 0 02668093 +miff n 1 2 @ + 1 0 14407070 +might n 1 2 @ + 1 1 05030680 +might-have-been n 1 1 @ 1 0 07283364 +mightiness n 1 2 @ + 1 0 05030680 +mighty_mouse n 1 1 @ 1 0 02452347 +mignonette n 1 2 @ #m 1 0 12385566 +mignonette_family n 1 3 @ #m %m 1 0 12385046 +migraine n 1 1 @ 1 0 14327707 +migrant n 1 3 @ ~ + 1 0 10314952 +migrant_shrike n 1 1 @ 1 0 01599741 +migration n 4 4 @ ~ + ; 4 1 01123095 07966421 07312829 07312616 +migration_route n 1 1 @ 1 0 08617622 +migrator n 2 3 @ ~ + 2 0 10314952 01318478 +migratory_grasshopper n 1 2 @ #m 1 0 02227604 +migratory_locust n 1 2 @ #m 1 0 02227247 +migratory_quail n 1 1 @ 1 0 01805070 +miguel_de_cervantes n 1 1 @ 1 0 10889032 +miguel_de_cervantes_saavedra n 1 1 @ 1 0 10889032 +miguel_jose_serra n 1 1 @ 1 0 11293470 +mihrab n 2 3 @ #p ; 2 0 03762602 03762434 +mikado n 1 2 @ ; 1 0 10315217 +mikania n 1 3 @ #m %m 1 0 11996092 +mikania_scandens n 1 2 @ #m 1 0 11996251 +mike n 1 2 @ ~ 1 1 03759954 +mike_tyson n 1 1 @ 1 0 11355082 +mikhail_aleksandrovich_bakunin n 1 1 @ 1 0 10831483 +mikhail_bakunin n 1 1 @ 1 0 10831483 +mikhail_baryshnikov n 1 1 @ 1 0 10837737 +mikhail_glinka n 1 1 @ 1 0 11002422 +mikhail_gorbachev n 1 1 @ 1 0 11007750 +mikhail_ilarionovich_kutuzov n 1 1 @ 1 0 11113077 +mikhail_ivanovich_glinka n 1 1 @ 1 0 11002422 +mikhail_ivanovich_kalinin n 1 1 @ 1 0 11096033 +mikhail_kalinin n 1 1 @ 1 0 11096033 +mikhail_sergeyevich_gorbachev n 1 1 @ 1 0 11007750 +mikhail_yurievich_lermontov n 1 1 @ 1 0 11129017 +mikir-meithei n 1 1 @ 1 0 06933546 +mikmaq n 1 1 @ 1 0 09661258 +mikolaj_kopernik n 1 1 @ 1 0 10909724 +mikvah n 1 2 @ ; 1 0 00258093 +mil n 5 3 @ #p %p 5 0 13693781 13655262 13655089 13623636 13611082 +milady n 1 1 @ 1 0 10315382 +milage n 1 1 @ 1 0 05131194 +milan n 1 3 @ #p %m 1 0 08809165 +milanese n 1 2 @ #m 1 0 10315456 +milano n 1 3 @ #p %m 1 0 08809165 +milch_cow n 1 2 @ ~ 1 0 02406174 +milcher n 1 2 @ ~ 1 0 02406174 +mild_silver_protein n 1 1 @ 1 0 03762809 +mild_steel n 1 1 @ 1 0 14952878 +mildew n 2 3 @ ~ + 2 0 13516176 13077295 +mildness n 3 3 @ ~ + 3 0 14522408 04910973 04829922 +mildred_ella_didrikson n 1 1 @ 1 0 11404666 +mildred_ella_didrikson_zaharias n 1 1 @ 1 0 11404666 +mile n 8 4 @ #p %p + 8 2 13651218 13660337 13776342 13660868 13660619 13655414 13655262 07469325 +mile-high_city n 1 2 @ #p 1 0 09068107 +mileage n 3 1 @ 3 1 05131194 13823287 13294029 +mileometer n 1 2 @ #p 1 0 03841143 +milepost n 1 1 @ 1 0 07271167 +miler n 2 4 @ ~ + ; 2 0 13651520 10315561 +miles_davis n 1 1 @ 1 0 10924828 +miles_dewey_davis_jr. n 1 1 @ 1 0 10924828 +miles_gloriosus n 1 1 @ 1 0 10315730 +miles_per_gallon n 1 1 @ 1 0 13604572 +miles_per_hour n 2 1 @ 2 1 15280346 15284878 +miles_standish n 1 1 @ 1 0 11312362 +milestone n 2 1 @ 2 2 07271167 07418716 +milfoil n 1 1 @ 1 0 11916696 +milhaud n 1 1 @ 1 0 11179124 +miliaria n 1 1 @ 1 0 14322106 +miliary_fever n 1 1 @ 1 0 14143239 +miliary_tuberculosis n 1 1 @ 1 0 14143818 +milieu n 1 1 @ 1 1 14513944 +militainment n 1 2 @ ; 1 0 00515791 +militance n 1 3 @ ~ + 1 0 04837615 +militancy n 1 3 @ ~ + 1 0 04837615 +militant n 1 2 @ ~ 1 0 10315837 +militant_tendency n 1 1 @ 1 0 08262154 +militarisation n 1 3 @ ~ + 1 0 01156438 +militarism n 1 2 @ + 1 0 06221974 +militarist n 1 3 @ ~ + 1 0 10316013 +militarization n 1 3 @ ~ + 1 0 01156438 +military n 1 5 @ ~ %m + - 1 1 08199025 +military-industrial_complex n 1 1 @ 1 0 07969366 +military_academy n 1 3 @ ~ ; 1 0 08279524 +military_action n 1 3 @ ~ ; 1 0 00952963 +military_adviser n 1 2 @ ; 1 0 10316164 +military_advisor n 1 2 @ ; 1 0 10316164 +military_attache n 1 2 @ ~ 1 0 10316360 +military_band n 1 1 @ 1 0 08249459 +military_blockade n 1 3 @ ~ ; 1 0 01075117 +military_campaign n 1 3 @ ~ ; 1 0 00968155 +military_capability n 1 3 @ ~ ; 1 0 05203649 +military_censorship n 1 3 @ ~ ; 1 0 00821295 +military_ceremony n 2 2 @ ; 2 0 07453063 01028381 +military_chaplain n 1 2 @ ; 1 0 10316527 +military_commission n 1 2 @ ; 1 0 06478988 +military_control n 1 2 @ ; 1 0 01133106 +military_court n 1 3 @ ~ ; 1 0 08334087 +military_drill n 1 4 @ ~ #p ; 1 0 00896348 +military_engineer n 1 3 @ ~ ; 1 0 09809538 +military_expedition n 1 3 @ ~ ; 1 0 00968479 +military_force n 1 5 @ ~ #m %m ; 1 1 08198398 +military_formation n 1 3 @ ~ ; 1 0 08426816 +military_government n 1 1 @ 1 0 08053003 +military_governor n 1 2 @ ~ 1 0 10316683 +military_greeting n 1 2 @ ; 1 0 06633041 +military_group n 1 5 @ ~ #m %m ; 1 0 08198398 +military_headquarters n 1 3 @ ~ ; 1 0 03504420 +military_hospital n 1 3 @ ~ ; 1 0 03762982 +military_installation n 1 3 @ ~ ; 1 0 03763133 +military_intelligence n 2 3 @ ~ ; 2 0 08339706 06642899 +military_intelligence_agency n 1 2 @ ~ 1 0 08339706 +military_intelligence_section_5 n 1 2 @ ; 1 0 08347206 +military_intelligence_section_6 n 1 2 @ ; 1 0 08346655 +military_issue n 1 2 @ ; 1 0 13367593 +military_junta n 1 1 @ 1 0 08241964 +military_law n 1 3 @ ; - 1 0 08455271 +military_leader n 1 3 @ ~ ; 1 0 10316862 +military_machine n 1 4 @ ~ %m - 1 0 08199025 +military_man n 1 4 @ ~ #m ; 1 1 10582746 +military_march n 1 2 @ ~ 1 0 07058468 +military_mission n 1 3 @ ~ ; 1 0 00970645 +military_music n 1 2 @ ~ 1 0 07058468 +military_officer n 1 3 @ ~ ; 1 0 10317007 +military_operation n 1 3 @ ~ ; 1 0 00955060 +military_pace n 1 1 @ 1 0 13655908 +military_personnel n 2 4 @ ~ #m ; 2 2 08397255 10582746 +military_plane n 1 3 @ ~ ; 1 0 04552348 +military_police n 1 4 @ ~ %m ; 1 0 08211290 +military_policeman n 1 4 @ ~ #m ; 1 0 10317500 +military_position n 1 3 @ ~ ; 1 0 08622586 +military_post n 1 4 @ ~ %p ; 1 0 03763403 +military_posture n 1 3 @ ~ ; 1 0 05203649 +military_press n 1 1 @ 1 0 00627013 +military_quarters n 1 4 @ ~ #p ; 1 0 03763727 +military_rank n 1 3 @ ~ ; 1 0 14431471 +military_rating n 1 3 @ ~ ; 1 0 14431471 +military_recruit n 1 2 @ ~ 1 0 10512372 +military_reserve n 1 3 @ %m ; 1 0 08206460 +military_science n 1 3 @ ~ ; 1 0 06248043 +military_service n 2 4 @ ~ %m ; 2 1 08198137 00579977 +military_strength n 1 3 @ ~ ; 1 0 05203649 +military_training n 1 4 @ ~ %p ; 1 0 00895501 +military_uniform n 1 4 @ ~ %p ; 1 0 03763968 +military_unit n 1 5 @ ~ #m %m ; 1 1 08198398 +military_vehicle n 1 3 @ ~ ; 1 1 03764276 +military_volunteer n 1 2 @ ; 1 0 10759331 +militia n 2 5 @ ~ %m %p ; 2 1 08390511 08390731 +militiaman n 1 3 @ ~ #m 1 0 10317717 +milium n 1 2 @ #p 1 0 05245626 +milk n 4 5 @ ~ #p %s + 4 2 07844042 05399034 09354780 07844604 +milk-vetch n 1 3 @ ~ #m 1 0 12508309 +milk_adder n 1 1 @ 1 0 01734808 +milk_bar n 1 1 @ 1 0 03764606 +milk_can n 1 1 @ 1 0 03764736 +milk_chocolate n 1 1 @ 1 0 07604307 +milk_cow n 1 2 @ ~ 1 0 02406174 +milk_float n 1 2 @ ; 1 0 03764822 +milk_glass n 1 1 @ 1 0 14879996 +milk_intolerance n 1 1 @ 1 0 14506656 +milk_leg n 1 1 @ 1 0 14103018 +milk_of_magnesia n 1 1 @ 1 0 03765269 +milk_powder n 1 2 @ ~ 1 0 07846143 +milk_pox n 1 1 @ 1 0 14124688 +milk_punch n 1 1 @ 1 0 07930205 +milk_river n 1 2 @ #p 1 0 09354780 +milk_shake n 1 2 @ ~ 1 0 07923297 +milk_sickness n 2 1 @ 2 0 14276201 14078613 +milk_snake n 1 1 @ 1 0 01734808 +milk_sugar n 1 1 @ 1 0 14929462 +milk_thistle n 2 3 @ ~ #m 2 0 12018760 12015525 +milk_tooth n 1 2 @ #p 1 0 05306894 +milk_vetch n 1 3 @ ~ #m 1 0 12508309 +milk_wagon n 1 1 @ 1 0 03765467 +milk_whey n 1 1 @ 1 0 15097578 +milkcap n 1 2 @ #m 1 0 13006631 +milker n 1 2 @ ~ 1 0 02406174 +milking_machine n 1 1 @ 1 0 03764995 +milking_shorthorn n 1 1 @ 1 0 02407172 +milking_stool n 1 1 @ 1 1 03765128 +milkmaid n 1 1 @ 1 0 09988216 +milkman n 1 1 @ 1 0 10317884 +milkshake n 1 2 @ ~ 1 0 07923297 +milksop n 1 1 @ 1 0 10603378 +milkwagon n 1 1 @ 1 0 03765467 +milkweed n 2 3 @ ~ #m 2 0 13233727 12019035 +milkweed_butterfly n 1 2 @ #m 1 0 02279972 +milkweed_family n 1 3 @ #m %m 1 0 13233012 +milkwort n 1 3 @ ~ #m 1 0 12705013 +milkwort_family n 1 3 @ #m %m 1 0 12704636 +milky_way n 1 3 @ %m %p 1 0 09354984 +milky_way_galaxy n 1 3 @ %m %p 1 0 09354984 +milky_way_system n 1 3 @ %m %p 1 0 09354984 +mill n 5 5 @ ~ %p + - 5 1 03316406 11179502 11179287 03765561 00358290 +mill-girl n 1 1 @ 1 0 10318193 +mill-hand n 1 2 @ ~ 1 0 10318293 +mill_agent n 1 1 @ 1 0 10317963 +mill_wheel n 1 3 @ #p %p 1 0 03767203 +millais n 1 1 @ 1 0 11179666 +millard_fillmore n 1 1 @ 1 0 10970864 +millay n 1 1 @ 1 0 11179797 +millboard n 1 1 @ 1 0 14801402 +milldam n 1 1 @ 1 0 03765934 +millenarian n 1 1 @ 1 0 10318414 +millenarianism n 1 1 @ 1 1 06189551 +millenarism n 1 2 @ + 1 0 06189551 +millenarist n 1 2 @ + 1 0 10318414 +millenary n 3 2 @ %p 3 0 15252146 15141213 13751036 +millennium n 3 4 @ %p + ; 3 1 15141213 15263283 15252146 +millenniumism n 1 1 @ 1 0 06189551 +millepede n 1 2 @ #m 1 0 01786646 +miller n 6 1 @ 6 0 11180209 11180029 11179923 10318087 03766044 02283617 +miller's-thumb n 1 2 @ #m 1 0 02645691 +millerite n 1 2 @ %s 1 0 14681987 +millet n 3 3 @ ~ #m 3 0 12135898 11180357 07802963 +millettia n 1 2 @ #m 1 0 12549799 +milliammeter n 1 1 @ 1 0 03766218 +milliampere n 1 2 @ #p 1 1 13637613 +milliard n 1 2 @ ; 1 0 13752033 +millibar n 1 2 @ #p 1 0 13711663 +millicurie n 1 2 @ #p 1 0 13645465 +millidegree n 1 1 @ 1 1 13714376 +milliequivalent n 1 1 @ 1 0 05026744 +millifarad n 1 3 @ #p %p 1 0 13636135 +milligram n 1 3 @ #p %p 1 1 13723061 +millihenry n 1 2 @ #p 1 0 13639274 +millikan n 1 1 @ 1 0 11180476 +milliliter n 1 3 @ #p %p 1 1 13623636 +millilitre n 1 3 @ #p %p 1 0 13623636 +millime n 1 2 @ #p 1 0 13670935 +millimeter n 1 3 @ #p %p 1 1 13658657 +millimeter_of_mercury n 1 1 @ 1 1 13711416 +millimetre n 1 3 @ #p %p 1 0 13658657 +millimicron n 1 3 @ #p %p 1 0 13658278 +milline n 1 1 @ 1 0 13713159 +milliner n 1 1 @ 1 0 10162354 +millinery n 2 2 @ ~ 2 0 03766508 03766322 +milling n 1 2 @ + 1 0 03766600 +milling_machine n 1 1 @ 1 0 03766044 +milling_machinery n 1 2 @ ~ 1 0 03765561 +million n 2 1 @ 2 1 13751533 13776432 +million_floating_point_operations_per_second n 1 3 @ #p ; 1 0 13607187 +million_instructions_per_second n 1 2 @ ; 1 0 13607616 +millionaire n 1 1 @ 1 0 10529555 +millionairess n 1 1 @ 1 0 10318607 +millionth n 2 1 @ 2 0 13849913 13739507 +milliped n 1 2 @ #m 1 0 01786646 +millipede n 1 2 @ #m 1 0 01786646 +milliradian n 1 3 @ #p %p 1 0 13611884 +millisecond n 1 3 @ #p %p 1 0 15236338 +millivolt n 1 2 @ #p 1 0 13642596 +millivoltmeter n 1 1 @ 1 1 03766697 +milliwatt n 1 3 @ #p %p 1 0 13644379 +millpond n 1 1 @ 1 1 09355261 +millrace n 1 1 @ 1 0 03766816 +millrun n 1 1 @ 1 0 03766816 +mills n 1 1 @ 1 0 11180643 +millstone n 3 2 @ #p 3 0 05689645 03767112 03766935 +millwheel n 1 3 @ #p %p 1 1 03767203 +millwork n 1 1 @ 1 0 03767363 +millwright n 1 1 @ 1 0 10318686 +milne n 1 1 @ 1 0 11180812 +milo n 1 1 @ 1 0 12138444 +milo_maize n 1 1 @ 1 0 12138444 +milometer n 1 2 @ #p 1 0 03841143 +milontin n 1 2 @ ; 1 0 03922412 +milord n 1 1 @ 1 0 10318802 +milquetoast n 1 1 @ 1 1 10603378 +milt n 2 2 @ #p 2 0 07799447 02322712 +miltiades n 1 1 @ 1 0 11180952 +miltomate n 1 1 @ 1 0 12911673 +milton n 1 1 @ 1 0 11181073 +milton_friedman n 1 1 @ 1 0 10982658 +milton_snavely_hershey n 1 1 @ 1 0 11046457 +miltonia n 1 3 @ #m %m 1 0 12073410 +miltown n 1 2 @ ; 1 0 03747746 +milvus n 1 2 @ #m 1 0 01608685 +milvus_migrans n 1 1 @ 1 0 01608814 +milwaukee n 1 2 @ #p 1 1 09158268 +mimamsa n 1 2 @ ; 1 0 06238265 +mime n 2 3 @ ~ + 2 0 10318892 00550016 +mimeo n 1 2 @ + 1 0 03767459 +mimeograph n 1 2 @ + 1 0 03767459 +mimeograph_machine n 1 1 @ 1 0 03767459 +mimer n 1 3 @ ~ + 1 0 10318892 +mimesis n 3 3 @ #p + 3 1 05962785 14078733 06613448 +mimic n 1 2 @ + 1 0 10319163 +mimicker n 1 2 @ + 1 0 10319163 +mimicry n 2 2 @ ~ 2 1 00549472 01021396 +mimidae n 1 3 @ #m %m 1 0 01586541 +mimir n 1 2 @ ; 1 0 09581859 +mimosa n 3 3 @ ~ #m 3 0 11757653 11754893 07930315 +mimosa_bush n 1 2 @ #m 1 0 11757851 +mimosa_pudica n 1 2 @ #m 1 0 11755319 +mimosa_sensitiva n 1 2 @ #m 1 0 11755110 +mimosaceae n 1 2 @ #m 1 0 11753936 +mimosoideae n 1 3 @ #m %m 1 0 11754188 +mimus n 1 3 @ #m %m 1 0 01586791 +mimus_polyglotktos n 1 2 @ #m 1 0 01586941 +min n 3 3 @ #p %p 3 2 15234764 06930633 09512611 +min_dialect n 1 1 @ 1 0 06930633 +mina n 1 2 @ ~ 1 0 01577659 +minah n 1 2 @ ~ 1 0 01577659 +minamata_bay n 1 2 @ #p 1 0 09355397 +minamata_disease n 1 1 @ 1 0 14511491 +minaret n 1 2 @ #p 1 0 03767745 +minato_ohashi_bridge n 1 2 @ #p 1 0 03767846 +mince n 1 2 @ + 1 0 07650903 +mince_pie n 1 1 @ 1 0 07626094 +mincemeat n 1 1 @ 1 0 07678586 +mincer n 1 2 @ + 1 0 03767966 +mincing_machine n 1 1 @ 1 0 03767966 +mind n 7 4 @ ~ = + 7 5 05611302 05762149 05837957 10708292 05703956 05982915 05618849 +mind's_eye n 1 1 @ 1 1 05768107 +mind-altering_drug n 1 2 @ ~ 1 0 04017137 +mind-set n 1 1 @ 1 0 06195839 +mind_game n 2 1 @ 2 0 00459979 00158443 +mind_reader n 2 1 @ 2 0 10697879 10319580 +mindanao n 1 3 @ #p %m 1 0 08980920 +minden n 1 3 @ #p ; 1 0 01288057 +minder n 2 1 @ 2 0 10319313 09829122 +mindfulness n 1 4 ! @ = + 1 0 04663763 +mindlessness n 2 3 @ ~ + 2 0 05174023 04894204 +mindoro n 1 2 @ #p 1 0 08981123 +mindset n 1 1 @ 1 0 06195839 +mine n 2 5 @ ~ #p %p + 2 2 03768346 03768132 +mine_detector n 1 1 @ 1 0 03768683 +mine_disposal n 1 2 @ ~ 1 0 00091670 +mine_field n 1 1 @ 1 1 08674464 +mine_pig n 1 1 @ 1 0 14953005 +minefield n 1 2 @ ; 1 0 08507255 +minelayer n 1 1 @ 1 0 03768823 +minelaying n 1 1 @ 1 0 00961962 +miner n 1 3 @ ~ + 1 1 10319796 +miner's_cat n 1 2 @ #m 1 0 02508742 +miner's_lettuce n 1 1 @ 1 0 11861853 +mineral n 1 3 @ ~ #s 1 1 14662574 +mineral_deficiency n 1 2 @ ~ 1 0 14450172 +mineral_dressing n 1 2 @ - 1 0 13516312 +mineral_extraction n 1 2 @ - 1 0 13516312 +mineral_jelly n 1 3 @ ~ #s 1 0 14980910 +mineral_kingdom n 1 1 @ 1 0 07941045 +mineral_oil n 1 1 @ 1 1 14953091 +mineral_pitch n 1 1 @ 1 0 14667455 +mineral_processing n 1 2 @ - 1 0 13516312 +mineral_resources n 1 1 @ 1 0 13332395 +mineral_tar n 1 1 @ 1 0 14680836 +mineral_vein n 1 2 @ ~ 1 0 09470222 +mineral_water n 1 2 @ ~ 1 0 07936745 +mineral_wax n 1 1 @ 1 0 14665102 +mineral_wool n 1 1 @ 1 0 14769644 +mineralocorticoid n 1 2 @ ~ 1 0 14751863 +mineralogist n 1 2 @ + 1 0 10319996 +mineralogy n 1 3 @ + - 1 1 06121113 +minerva n 1 2 @ ; 1 0 09557632 +mineshaft n 1 2 @ #p 1 0 03768916 +minestrone n 1 1 @ 1 0 07586894 +minesweeper n 1 1 @ 1 0 03769100 +minesweeping n 1 1 @ 1 0 00091779 +mineworker n 1 2 @ ~ 1 0 10319796 +ming n 1 1 @ 1 0 08156392 +ming_dynasty n 1 1 @ 1 0 08156392 +ming_tree n 2 1 @ 2 0 13112201 13112035 +minge n 1 1 @ 1 0 05263732 +minginess n 1 3 @ ~ + 1 0 04833687 +mingle-mangle n 1 1 @ 1 0 08399977 +mingling n 1 2 @ + 1 1 01082350 +mini n 1 1 @ 1 0 03770439 +miniature n 2 3 @ + ; 2 2 03769397 03769235 +miniature_fan_palm n 1 1 @ 1 0 12596148 +miniature_golf n 1 1 @ 1 0 00466712 +miniature_pinscher n 1 1 @ 1 0 02107312 +miniature_poodle n 1 1 @ 1 0 02113712 +miniature_schnauzer n 1 1 @ 1 0 02097047 +miniaturisation n 1 2 @ + 1 0 00360601 +miniaturist n 1 2 @ + 1 0 10320106 +miniaturization n 1 2 @ + 1 0 00360601 +minibar n 1 1 @ 1 0 03769610 +minibike n 1 2 @ ~ 1 0 03769722 +minibus n 1 1 @ 1 0 03769881 +minicab n 1 2 @ ; 1 0 03769967 +minicar n 1 3 @ ~ ; 1 0 03770085 +minicomputer n 1 1 @ 1 0 03770224 +miniconju n 1 1 @ 1 0 09660820 +minim n 3 2 @ #p 3 0 13621011 13618508 06870844 +minimal_art n 1 1 @ 1 0 08469233 +minimal_brain_damage n 1 2 @ %p 1 0 14056280 +minimal_brain_dysfunction n 1 2 @ %p 1 0 14056280 +minimalism n 1 2 @ + 1 0 08469233 +minimalist n 2 2 @ + 2 0 10320354 10320230 +minimally_invasive_coronary_bypass_surgery n 1 1 @ 1 0 00676453 +minimisation n 1 3 @ ~ + 1 0 00355919 +minimization n 1 4 ! @ ~ + 1 0 00355919 +minimum n 2 4 ! @ ~ + 2 1 13763384 08600274 +minimum_wage n 1 1 @ 1 0 13280515 +minimus n 1 2 @ ~ 1 0 05566366 +mining n 2 4 @ ~ + - 2 1 00922327 00961962 +mining_bee n 1 2 @ #m 1 1 02210427 +mining_company n 1 1 @ 1 0 08003619 +mining_engineer n 1 1 @ 1 0 10320484 +mining_geology n 1 1 @ 1 0 06122033 +minion n 1 1 @ 1 0 10320612 +minipress n 1 2 @ ; 1 0 03998525 +miniskirt n 1 1 @ 1 0 03770439 +minister n 4 4 @ ~ + ; 4 1 09983572 10320863 10320695 00585810 +minister_of_finance n 1 1 @ 1 0 10089892 +minister_of_religion n 1 2 @ ~ 1 0 09983572 +minister_plenipotentiary n 1 1 @ 1 0 10061043 +ministrant n 1 2 @ + 1 0 10321126 +ministration n 1 3 @ ~ + 1 1 01209220 +ministry n 4 2 @ ~ 4 2 08113797 03770316 08114004 00314271 +ministry_of_transportation_test n 1 2 @ ; 1 0 00795161 +minisub n 1 1 @ 1 0 03770520 +minisubmarine n 1 1 @ 1 0 03770520 +minium n 1 2 @ + 1 0 15003329 +minivan n 1 1 @ 1 0 03770679 +miniver n 1 1 @ 1 0 03770834 +mink n 3 3 @ ~ #m 3 0 14765497 03770954 02442845 +mink_coat n 1 1 @ 1 0 03770954 +minke_whale n 1 2 @ #m 1 0 02065407 +minkowski n 1 1 @ 1 0 11181255 +minneapolis n 1 3 @ #m #p 1 1 09102883 +minnesota n 1 3 @ #p %p 1 1 09102016 +minnesota_multiphasic_personality_inventory n 1 1 @ 1 0 06475589 +minnesotan n 1 1 @ 1 0 09743792 +minnewit n 1 1 @ 1 0 11181438 +minnie_bush n 1 2 @ #m 1 0 12242123 +minnie_mouse n 1 1 @ 1 0 02452138 +minniebush n 1 2 @ #m 1 0 12242123 +minnow n 1 2 @ #m 1 0 01442972 +minoan n 1 1 @ 1 0 09709916 +minoan_civilisation n 1 1 @ 1 0 08290763 +minoan_civilization n 1 1 @ 1 0 08290763 +minoan_culture n 1 1 @ 1 0 08290763 +minocin n 1 2 @ ; 1 0 03771066 +minocycline n 1 1 @ 1 0 03771066 +minor n 1 3 @ ~ %p 1 1 09917593 +minor-league_club n 1 4 @ ~ #m %m 1 0 08078976 +minor-league_team n 1 4 @ ~ #m %m 1 0 08078976 +minor_axis n 1 2 @ %p 1 0 06009857 +minor_diatonic_scale n 1 1 @ 1 0 06861020 +minor_expense n 1 2 @ ; 1 0 13306436 +minor_fast_day n 1 2 @ ~ 1 0 15161430 +minor_key n 1 1 @ 1 0 06864308 +minor_league n 1 3 @ %m ; 1 1 08231678 +minor_leaguer n 1 2 @ #m 1 0 10321340 +minor_mode n 1 1 @ 1 0 06864308 +minor_planet n 1 3 @ ~ #m 1 0 09355623 +minor_premise n 1 3 @ #p %p 1 0 06754415 +minor_premiss n 1 3 @ #p %p 1 0 06754415 +minor_role n 1 2 @ ~ 1 0 05929363 +minor_scale n 1 1 @ 1 0 06861020 +minor_suit n 1 3 @ %m ; 1 0 03771261 +minor_surgery n 1 2 ! @ 1 0 00685349 +minor_term n 1 2 @ #p 1 0 06754816 +minor_tranquilizer n 1 2 @ ~ 1 0 03771443 +minor_tranquilliser n 1 2 @ ~ 1 0 03771443 +minor_tranquillizer n 1 2 @ ~ 1 0 03771443 +minority n 3 4 ! @ = + 3 2 07966570 05122850 15152261 +minority_leader n 1 1 @ 1 0 10321233 +minors n 1 3 @ %m ; 1 0 08231678 +minos n 1 2 @ + 1 0 09564680 +minotaur n 1 2 @ ; 1 0 09499056 +minoxidil n 1 1 @ 1 0 03771820 +minsk n 1 2 @ #p 1 0 09011518 +minster n 1 4 @ ~ #p ; 1 0 03772077 +minstrel n 2 4 @ ~ #m + 2 1 10099093 10321474 +minstrel_show n 2 2 @ %m 2 0 08189371 07019743 +minstrelsy n 3 1 @ 3 0 08189581 07049849 05635970 +mint n 6 8 @ ~ #m #s #p %s %p + 6 1 13774404 12855042 12839319 07819166 07606278 03772269 +mint_candy n 1 3 @ ~ %s 1 0 07606278 +mint_family n 1 4 @ ~ #m %m 1 0 12838027 +mint_geranium n 1 3 @ #m %p 1 0 12021499 +mint_julep n 1 2 @ %s 1 0 07915491 +mint_sauce n 1 1 @ 1 0 07823591 +mintage n 3 3 @ ~ + 3 0 13387877 13322758 00909796 +minter n 1 2 @ + 1 0 09934921 +mintmark n 1 1 @ 1 0 06799142 +minuartia n 1 2 @ #m 1 0 11812358 +minuend n 1 1 @ 1 0 13729031 +minuet n 2 1 @ 2 1 00536778 07056113 +minuit n 1 1 @ 1 0 11181438 +minus n 1 1 @ 1 0 00871862 +minus_sign n 1 1 @ 1 0 06812085 +minuscule n 2 2 @ + 2 0 06824757 06350592 +minute n 6 4 @ ~ #p %p 6 3 15234764 15246853 15244650 13611567 06506315 05131023 +minute_book n 1 2 @ %p 1 0 06508299 +minute_gun n 1 2 @ ; 1 0 03772417 +minute_hand n 1 1 @ 1 0 03772584 +minute_of_arc n 1 3 @ #p %p 1 1 13611567 +minute_steak n 1 1 @ 1 0 07658580 +minuteman n 2 1 @ 2 0 10321632 03772674 +minuteness n 2 2 @ + 2 0 05106928 04803702 +minutes n 1 3 @ ~ #p 1 0 06508112 +minutia n 1 1 @ 1 1 05819890 +minx n 1 1 @ 1 0 09965134 +minyan n 1 1 @ 1 0 08358165 +miocene n 1 2 @ #p 1 0 15125519 +miocene_epoch n 1 2 @ #p 1 0 15125519 +miosis n 2 5 @ ~ %p + ; 2 0 13512725 00865808 +miotic n 1 1 @ 1 0 03772881 +miotic_drug n 1 1 @ 1 0 03772881 +miotic_eyedrop n 1 1 @ 1 0 00657257 +mips n 1 2 @ ; 1 0 13607616 +mirabeau n 1 1 @ 1 0 11181634 +mirabilis n 1 3 @ #m %m 1 0 11839297 +mirabilis_californica n 1 2 @ #m 1 0 11840067 +mirabilis_jalapa n 1 1 @ 1 0 11839823 +mirabilis_laevis n 1 2 @ #m 1 0 11840067 +mirabilis_longiflora n 1 1 @ 1 0 11840246 +mirabilis_multiflora n 1 1 @ 1 0 11840476 +mirabilis_oblongifolia n 1 1 @ 1 0 11840764 +mirabilis_uniflora n 1 1 @ 1 0 11839823 +miracle n 2 3 @ ~ + 2 2 07289481 07288801 +miracle-worship n 1 1 @ 1 0 01045520 +miracle_man n 1 1 @ 1 0 10321754 +miracle_play n 1 1 @ 1 0 07018313 +miracle_worker n 1 1 @ 1 0 10321754 +miraculous_food n 1 2 @ ; 1 0 07860629 +mirage n 2 2 @ ~ 2 0 11484375 05940214 +miranda_rule n 1 1 @ 1 0 06655074 +mirasol n 1 2 @ %p 1 0 11978713 +mire n 3 2 @ + 3 1 09355850 14956523 14410365 +miri n 1 1 @ 1 0 06933824 +mirid n 1 3 @ ~ #m 1 0 02237581 +mirid_bug n 1 3 @ ~ #m 1 0 02237581 +miridae n 1 3 @ #m %m 1 0 02237239 +mirish n 1 1 @ 1 0 06933824 +miro n 2 2 @ #m 2 0 11658331 11181835 +mirounga n 1 3 @ #m %m 1 0 02080291 +mirror n 2 3 @ ~ + 2 2 03773035 05767245 +mirror-image_relation n 1 1 @ 1 0 13829408 +mirror_carp n 1 1 @ 1 0 01440242 +mirror_image n 1 1 @ 1 0 04747115 +mirror_symmetry n 1 2 @ ; 1 0 06105314 +mirth n 1 1 @ 1 0 07529377 +mirthfulness n 1 2 @ + 1 0 07529377 +misadventure n 1 2 @ ~ 1 0 07314427 +misalignment n 1 2 @ + 1 0 05077524 +misalliance n 1 3 @ ~ + 1 0 13965627 +misanthrope n 1 3 @ ~ + 1 1 10321882 +misanthropist n 1 3 @ ~ + 1 0 10321882 +misanthropy n 2 2 @ + 2 0 07546844 04658524 +misapplication n 2 3 @ ~ + 2 0 00949516 00776732 +misapprehension n 1 2 @ + 1 0 05895723 +misappropriation n 2 3 @ ~ + 2 0 00776732 00084895 +misbehavior n 1 3 @ ~ + 1 1 00735936 +misbehaviour n 1 2 @ ~ 1 0 00735936 +misbeliever n 1 2 @ + 1 0 10171755 +miscalculation n 1 3 @ ~ + 1 1 00072808 +miscarriage n 2 3 @ ~ + 2 0 07319652 00230475 +miscegenation n 1 2 @ + 1 1 00849768 +miscellanea n 1 2 @ ~ 1 0 08398773 +miscellany n 2 2 @ ~ 2 0 08398773 06592699 +misch_metal n 1 1 @ 1 0 14953240 +mischance n 2 2 @ ~ 2 0 11427842 07314427 +mischief n 2 4 @ ~ = + 2 1 00736375 04846533 +mischief-maker n 1 2 @ ~ 1 0 10731244 +mischief-making n 1 2 @ ~ 1 0 00736375 +mischievousness n 3 3 @ ~ + 3 0 04909563 04650010 00736375 +misconception n 1 4 ! @ ~ + 1 1 05893653 +misconduct n 2 3 @ ~ + 2 0 01134330 00732746 +misconstrual n 1 2 @ + 1 0 07174877 +misconstruction n 2 3 ! @ + 2 2 07174877 06314036 +miscount n 1 2 @ + 1 0 00653719 +miscreant n 1 2 @ ~ 1 0 10522324 +miscreation n 1 3 @ ~ + 1 0 07367091 +miscue n 2 3 @ ~ #p 2 0 00500927 00073828 +misdating n 1 2 @ + 1 0 15180304 +misdeal n 1 2 @ + 1 0 01085567 +misdeed n 1 2 @ ~ 1 1 00735936 +misdemeanor n 1 2 @ ~ 1 1 00770270 +misdemeanour n 1 2 @ ~ 1 0 00770270 +misdirection n 4 3 @ ~ + 4 0 07169743 06787037 01134479 00200041 +mise_en_scene n 1 2 @ %p 1 0 03773268 +miser n 1 3 @ ~ + 1 0 10322084 +miserableness n 1 3 @ ~ + 1 0 14448333 +miserliness n 1 2 @ + 1 0 04834228 +misery n 2 2 @ ~ 2 1 14448333 07533978 +misestimation n 1 3 @ ~ + 1 0 00072808 +misfeasance n 1 1 @ 1 0 00742020 +misfire n 2 2 @ + 2 0 07421749 07319774 +misfit n 1 2 @ ~ 1 0 10322238 +misfortune n 2 3 ! @ ~ 2 2 07304852 14475405 +misgiving n 3 2 @ + 3 2 07525555 05951566 05698791 +misgovernment n 1 2 @ + 1 0 01125562 +mishap n 2 2 @ ~ 2 0 11427842 07314427 +mishegaas n 1 2 @ ; 1 0 00513251 +mishegoss n 1 2 @ ; 1 0 00513251 +mishmash n 1 1 @ 1 0 08399977 +mishna n 1 2 @ #p 1 0 06462807 +mishnah n 1 2 @ #p 1 0 06462807 +mishpachah n 1 2 @ ; 1 0 07970079 +mishpocha n 1 2 @ ; 1 0 07970079 +misinformation n 1 3 @ ~ + 1 0 06634960 +misinterpretation n 1 3 @ ~ + 1 1 07174433 +misleader n 1 2 @ + 1 0 10322391 +mismanagement n 1 3 @ ~ + 1 1 01134479 +mismatch n 1 2 @ + 1 0 05696199 +misnomer n 1 1 @ 1 1 06338485 +miso n 1 2 @ ; 1 0 07857170 +misocainea n 1 1 @ 1 0 07547397 +misogamist n 1 2 @ + 1 0 10322546 +misogamy n 1 2 @ + 1 0 07546973 +misogynism n 1 1 @ 1 0 07547064 +misogynist n 1 2 @ + 1 1 10322648 +misogyny n 1 3 ! @ + 1 0 07547064 +misology n 1 1 @ 1 0 07547219 +misoneism n 1 2 @ ~ 1 0 07547293 +misopedia n 1 1 @ 1 0 07547473 +mispickel n 1 2 @ %s 1 0 14667328 +misplaced_modifier n 1 2 @ ~ 1 0 06323822 +misplacement n 1 2 @ + 1 0 05079074 +misplay n 1 3 @ + ; 1 0 00072068 +misprint n 1 2 @ + 1 0 06769670 +mispronunciation n 1 2 @ + 1 0 07130918 +misquotation n 1 2 @ + 1 0 06613576 +misquote n 1 1 @ 1 0 06613576 +misreading n 1 2 @ + 1 0 07175102 +misreckoning n 1 2 @ ~ 1 0 00072808 +misrepresentation n 2 3 @ ~ + 2 1 06758225 00751145 +misrule n 1 1 @ 1 0 01125562 +miss n 3 3 @ ~ + 3 2 10129825 07319774 06341249 +missal n 1 2 @ ; 1 0 06417279 +missel_thrush n 1 2 @ #m 1 0 01557962 +misshapenness n 1 3 @ ~ + 1 0 14213512 +missile n 2 3 @ ~ %p 2 2 03773504 04008634 +missile_defence_system n 1 1 @ 1 0 03773835 +missile_defense_system n 1 1 @ 1 0 03773835 +missing_link n 1 1 @ 1 0 10322801 +mission n 5 4 @ ~ + ; 5 4 08403225 00970645 00731222 00730984 08402442 +mission_bells n 2 1 @ 2 0 12452480 12452256 +mission_impossible n 1 1 @ 1 0 00731648 +missionary n 2 2 @ ~ 2 1 10322957 10323182 +missionary_position n 1 1 @ 1 0 05081057 +missionary_post n 1 1 @ 1 0 08403225 +missionary_station n 1 1 @ 1 0 08403225 +missionary_work n 1 2 @ ~ 1 0 00730984 +missioner n 1 3 @ ~ + 1 0 10323182 +missippian_period n 1 2 @ #p 1 0 15127729 +missis n 1 1 @ 1 0 10323529 +mississippi n 2 5 @ #m #p %p - 2 2 09356080 09103943 +mississippi_river n 1 2 @ #p 1 1 09356080 +mississippian n 2 2 @ #p 2 0 15127729 09743891 +missive n 1 4 @ ~ #p %p 1 1 06624161 +missoula n 1 2 @ #p 1 0 09109333 +missouri n 4 4 @ #m #p %p 4 2 09105821 09356320 09660958 06909079 +missouri_compromise n 1 1 @ 1 0 07179609 +missouri_goldenrod n 1 1 @ 1 0 12016777 +missouri_gourd n 1 3 @ #m %p 1 0 12162425 +missouri_primrose n 1 1 @ 1 0 12344837 +missouri_river n 1 2 @ #p 1 0 09356320 +missourian n 1 1 @ 1 0 09743986 +misspelling n 1 2 @ + 1 0 06353653 +misstatement n 1 3 @ ~ + 1 0 06768735 +misstep n 1 1 @ 1 0 00076563 +missus n 1 1 @ 1 0 10323529 +missy n 1 2 @ ~ 1 0 10129825 +mist n 1 2 @ + 1 1 11482706 +mist-flower n 1 2 @ #m 1 0 11955896 +mistake n 3 3 @ ~ + 3 3 00070965 05895723 06769392 +mistaking n 1 3 @ ~ + 1 1 07174433 +mister n 1 1 @ 1 0 06341340 +mistflower n 1 2 @ #m 1 0 11955896 +mistiming n 1 2 @ + 1 0 15180304 +mistiness n 1 2 @ + 1 0 04704116 +mistle_thrush n 1 2 @ #m 1 0 01557962 +mistletoe n 3 3 @ ~ #m 3 0 12739801 12739332 12737898 +mistletoe_cactus n 1 2 @ #m 1 0 11853079 +mistletoe_family n 2 3 @ #m %m 2 0 12738859 12737383 +mistletoe_fig n 1 1 @ 1 0 12403075 +mistletoe_rubber_plant n 1 1 @ 1 0 12403075 +mistletoe_thrush n 1 2 @ #m 1 0 01557962 +mistral n 1 1 @ 1 0 11482873 +mistranslation n 1 2 @ + 1 0 06347122 +mistreatment n 1 3 @ ~ + 1 0 00418025 +mistress n 3 2 @ ~ 3 1 10323752 10559840 10323634 +mistrial n 1 2 @ ; 1 0 01199252 +mistrust n 2 3 @ ~ + 2 0 05698791 04895773 +misunderstanding n 2 3 @ ~ + 2 1 07174433 05895723 +misuse n 1 3 @ ~ + 1 1 00947719 +mit n 1 2 @ #p 1 0 03725968 +mitchell n 6 1 @ 6 0 11182825 11182621 11182479 11182275 11182098 11181937 +mitchella n 1 3 @ #m %m 1 0 12668364 +mitchella_repens n 1 2 @ #m 1 0 12668517 +mitchum n 1 1 @ 1 0 11182966 +mite n 2 3 @ ~ #m 2 1 13774115 01779629 +mite_box n 1 1 @ 1 1 03982767 +mitella n 1 3 @ #m %m 1 0 12800327 +mitella_diphylla n 1 2 @ #m 1 0 12800832 +mitella_pentandra n 1 2 @ #m 1 0 12801072 +miter n 3 2 @ + 3 0 03774461 03774124 03773970 +miter_box n 1 1 @ 1 0 03774327 +miter_joint n 1 1 @ 1 0 03774461 +miter_mushroom n 1 2 @ #m 1 0 13035925 +miterwort n 1 3 @ ~ #m 1 0 12800586 +mitford n 2 1 @ 2 0 11183211 11183074 +mithan n 1 2 @ #m 1 0 02410141 +mithra n 1 1 @ 1 0 09531826 +mithracin n 1 2 @ ; 1 0 03774673 +mithraicism n 1 1 @ 1 0 06243963 +mithraism n 1 2 @ + 1 0 06243963 +mithraist n 1 2 @ + 1 0 09686051 +mithramycin n 1 1 @ 1 0 03774673 +mithras n 1 2 @ + 1 0 09531826 +mithridate_mustard n 1 2 @ #m 1 0 11898775 +mithridates n 1 1 @ 1 0 11183387 +mithridates_the_great n 1 1 @ 1 0 11183387 +mithridates_vi n 1 1 @ 1 0 11183387 +mitigating_circumstance n 1 2 @ ; 1 0 05823317 +mitigation n 3 3 @ ~ + 3 1 00354583 06741728 00353249 +mitochondrion n 1 2 @ ~ 1 0 05445389 +mitogen n 1 1 @ 1 0 14953357 +mitomycin n 1 1 @ 1 0 03774842 +mitosis n 1 2 @ %p 1 0 13516597 +mitra n 1 1 @ 1 0 09527291 +mitral_stenosis n 1 1 @ 1 0 14111915 +mitral_valve n 1 1 @ 1 0 05393813 +mitral_valve_prolapse n 1 1 @ 1 0 14111715 +mitral_valve_stenosis n 1 1 @ 1 0 14111915 +mitre n 3 1 @ 3 0 03774461 03774124 03773970 +mitre_box n 1 1 @ 1 0 03774327 +mitre_joint n 1 1 @ 1 0 03774461 +mitrewort n 1 3 @ ~ #m 1 0 12800586 +mitrula_elegans n 1 1 @ 1 0 13029122 +mitsvah n 2 2 @ ; 2 0 06186166 00045114 +mitt n 2 4 @ ~ #p %p 2 0 05564590 02800213 +mittelschmerz n 1 1 @ 1 0 05724965 +mitten n 1 1 @ 1 0 03775071 +mitterrand n 1 1 @ 1 0 11183605 +mitzvah n 2 2 @ ; 2 0 06186166 00045114 +miwok n 2 1 @ 2 0 09661397 06924790 +mix n 3 3 @ ~ + 3 0 07882886 07374756 00380083 +mix-up n 1 1 @ 1 0 00072473 +mixed-blood n 1 2 @ ~ 1 0 10323999 +mixed_bag n 1 2 @ ~ 1 0 08398773 +mixed_bud n 1 1 @ 1 0 13165552 +mixed_drink n 1 3 @ ~ %p 1 0 07911371 +mixed_economy n 1 1 @ 1 0 08365222 +mixed_farming n 1 1 @ 1 0 00919396 +mixed_marriage n 1 1 @ 1 0 07990158 +mixed_metaphor n 1 1 @ 1 0 07107381 +mixed_nuisance n 1 1 @ 1 0 05831270 +mixer n 4 4 @ ~ #p + 4 0 08256369 07913180 03775388 03775199 +mixing n 1 2 @ + 1 1 00380083 +mixing_bowl n 1 1 @ 1 0 03775546 +mixing_faucet n 1 1 @ 1 0 03775636 +mixologist n 1 3 @ ~ + 1 0 09841188 +mixology n 1 2 @ + 1 0 05638778 +mixture n 5 4 @ ~ + ; 5 4 14586258 07882497 08398773 07374756 00380083 +mizen n 2 1 @ 2 0 03775847 03775747 +mizenmast n 1 1 @ 1 0 03775847 +mizzen n 2 1 @ 2 0 03775847 03775747 +mizzen_course n 1 1 @ 1 0 03137473 +mizzenmast n 1 1 @ 1 0 03775847 +mizzle n 1 2 @ + 1 0 11502322 +mko n 1 2 @ ; 1 0 08034778 +ml n 1 3 @ #p %p 1 1 13623636 +mlitt n 1 1 @ 1 0 06701800 +mls n 1 1 @ 1 0 06701906 +mm n 1 3 @ #p %p 1 1 13658657 +mm_hg n 1 1 @ 1 0 13711416 +mmpi n 1 1 @ 1 0 06475589 +mn n 2 4 @ #s #p %p 2 0 14644654 09102016 +mnemonic n 1 1 @ 1 0 00171507 +mnemonics n 1 2 @ + 1 0 05661551 +mnemonist n 1 2 @ + 1 0 10324201 +mnemosyne n 1 2 @ ; 1 0 09577155 +mniaceae n 1 3 @ #m %m 1 0 11541322 +mnium n 1 2 @ #m 1 0 11541579 +mo n 3 7 @ ~ #m #s #p %p ; 3 0 15246853 14645661 09105821 +moa n 1 3 @ ~ #m 1 0 01523105 +moan n 1 2 @ + 1 1 07126383 +moaner n 1 3 @ ~ + 1 0 10776339 +moat n 1 1 @ 1 0 03776050 +mob n 3 5 @ ~ #m %m + 3 2 08184600 08246302 08244062 +moban n 1 2 @ ; 1 0 03780896 +mobcap n 1 1 @ 1 1 03776167 +mobile n 3 3 ! @ #p 3 0 09356639 09054480 03776291 +mobile_bay n 1 2 @ #p 1 0 09356781 +mobile_canteen n 1 1 @ 1 0 02952674 +mobile_home n 1 1 @ 1 0 03776460 +mobile_phone n 1 1 @ 1 0 02992529 +mobile_river n 1 2 @ #p 1 0 09356639 +mobilisation n 2 3 @ ~ + 2 0 01230283 01156438 +mobility n 1 4 ! @ ~ + 1 1 04773351 +mobilization n 2 4 ! @ ~ + 2 1 01156438 01230283 +mobius n 1 1 @ 1 0 11183791 +mobius_strip n 1 1 @ 1 0 03776673 +mobocracy n 1 1 @ 1 0 08362302 +mobster n 1 4 @ ~ #m + 1 0 10120085 +mobula n 1 3 @ #m %m 1 0 01500721 +mobula_hypostoma n 1 2 @ #m 1 0 01500854 +mobulidae n 1 3 @ #m %m 1 0 01499898 +mobuto_lake n 1 1 @ 1 0 09330061 +mocambique n 1 4 @ #p %m %p 1 0 08971025 +mocassin n 1 1 @ 1 0 03776877 +moccasin n 1 1 @ 1 0 03776877 +moccasin_flower n 1 1 @ 1 0 12056601 +mocha n 4 1 @ 4 0 14762969 07920989 07920872 04972950 +mocha_coffee n 1 1 @ 1 0 07920872 +mock n 1 2 @ + 1 0 01224700 +mock-heroic n 1 1 @ 1 0 06386345 +mock-up n 1 1 @ 1 0 03776997 +mock_azalia n 1 2 @ #m 1 0 11769176 +mock_orange n 4 2 @ #m 4 0 12791329 12772908 12643113 12399899 +mock_privet n 1 2 @ #m 1 0 12310021 +mock_sun n 1 1 @ 1 0 11487732 +mock_turtle_soup n 1 1 @ 1 0 07586179 +mocker n 2 3 @ #m + 2 1 10561320 01586941 +mockernut n 1 2 @ #m 1 0 12322099 +mockernut_hickory n 1 2 @ #m 1 0 12322099 +mockery n 3 2 @ + 3 1 06716234 06780309 00549610 +mocking_thrush n 1 3 @ ~ #m 1 0 01587834 +mockingbird n 1 2 @ #m 1 0 01586941 +mod n 1 3 @ #m ; 1 0 10324357 +mod_con n 1 2 @ ; 1 0 03777126 +modal n 1 1 @ 1 0 06318722 +modal_auxiliary n 1 1 @ 1 0 06318722 +modal_auxiliary_verb n 1 1 @ 1 0 06318722 +modal_logic n 2 2 @ ~ 2 0 06166644 06165823 +modal_value n 1 2 @ ; 1 0 06023675 +modal_verb n 1 1 @ 1 0 06318722 +modality n 4 4 @ ~ #p + 4 0 13802634 13801424 05652396 00661847 +mode n 6 4 @ ~ + ; 6 1 04928903 13923929 13802634 13801424 06861630 06023675 +model n 9 3 @ ~ + 9 7 05890249 05845652 10324560 03777283 05925366 10324851 05937112 10291240 00898804 +model_t n 1 2 @ ; 1 0 03777568 +modeler n 1 3 @ ~ + 1 0 10325774 +modeling n 3 3 @ ~ + 3 0 03779621 00937895 00898804 +modeller n 1 3 @ ~ + 1 0 10325774 +modelling n 2 3 @ ~ + 2 0 00937895 00898804 +modem n 1 2 @ ~ 1 0 03777754 +moderate n 1 2 @ #m 1 1 09904837 +moderate_breeze n 1 2 @ #p 1 0 11432758 +moderate_gale n 1 2 @ #p 1 0 11462013 +moderateness n 2 4 @ ~ = + 2 0 05146904 05117660 +moderation n 4 5 ! @ ~ = + 4 1 05117660 07357101 04883614 00353249 +moderationism n 1 1 @ 1 0 05987283 +moderationist n 2 3 @ #m + 2 0 10325957 09904837 +moderatism n 1 1 @ 1 0 06214379 +moderator n 4 4 @ ~ #p + 4 0 14727355 10326392 10326257 10326087 +moderatorship n 1 2 @ + 1 0 00595545 +modern n 2 3 ! @ + 2 1 10326551 06826726 +modern_ballet n 1 1 @ 1 0 00529784 +modern_dance n 1 2 @ ~ 1 0 00530018 +modern_english n 1 1 @ 1 0 06949506 +modern_era n 1 2 @ ~ 1 0 15254831 +modern_font n 1 1 @ 1 0 06826726 +modern_greek n 1 2 @ ~ 1 1 06976680 +modern_hebrew n 1 1 @ 1 0 06987409 +modern_jazz n 1 1 @ 1 0 07063921 +modern_man n 1 2 @ #m 1 1 02475669 +modern_times n 1 1 @ 1 1 15120528 +modern_world n 1 1 @ 1 1 15120528 +modernisation n 1 2 @ + 1 0 00264913 +modernism n 3 3 @ = + 3 1 03777961 05050668 00412449 +modernist n 1 2 @ + 1 0 10326643 +modernity n 1 3 @ = + 1 1 05050668 +modernization n 2 2 @ + 2 1 00264913 06408990 +modernness n 1 3 @ = + 1 0 05050668 +modest_moussorgsky n 1 1 @ 1 0 11198375 +modest_mussorgsky n 1 1 @ 1 0 11198375 +modest_petrovich_moussorgsky n 1 1 @ 1 0 11198375 +modest_petrovich_mussorgsky n 1 1 @ 1 0 11198375 +modestness n 2 4 @ ~ = + 2 0 05146904 04900947 +modesty n 2 4 ! @ ~ = 2 2 04900947 04900121 +modicon n 1 2 @ %s 1 0 03778135 +modicum n 1 1 @ 1 0 13761801 +modification n 4 3 @ ~ + 4 2 00199707 03778302 13800801 07296428 +modified_american_plan n 1 1 @ 1 0 13415866 +modified_radical_mastectomy n 1 1 @ 1 0 00685675 +modifier n 4 4 @ ~ #p + 4 1 06320801 10326776 09609871 05439286 +modifier_gene n 1 1 @ 1 0 05439286 +modigliani n 1 1 @ 1 0 11183955 +modillion n 1 2 @ ; 1 0 03778459 +modiolus n 1 2 @ #p 1 0 05322735 +modishness n 1 3 @ ~ + 1 0 04813712 +modiste n 2 2 @ ~ 2 0 10162354 10033412 +mods n 1 2 @ %m 1 0 08371574 +modulation n 5 4 @ ~ + ; 5 2 07087641 06281295 07084166 07083958 00200379 +module n 4 5 @ ~ #p + ; 4 0 05650329 03779000 03778817 03778600 +modulus n 3 3 @ ~ ; 3 0 13735622 13730377 13587763 +modulus_of_elasticity n 1 3 @ ~ ; 1 0 13587963 +modulus_of_rigidity n 1 1 @ 1 0 13588381 +modus_operandi n 1 2 @ ~ 1 0 01026482 +modus_vivendi n 2 2 @ ~ 2 0 07179192 04930632 +moehringia n 1 3 @ #m %m 1 0 11812573 +moehringia_lateriflora n 1 2 @ #m 1 0 11812910 +moehringia_mucosa n 1 2 @ #m 1 0 11813077 +moeller's_glossitis n 1 1 @ 1 0 14347334 +mogadiscio n 1 2 @ #p 1 0 08998853 +mogadishu n 1 2 @ #p 1 0 08998853 +mogdad_coffee n 1 1 @ 1 0 12500751 +mogen_david n 1 1 @ 1 0 06882333 +moghul n 1 1 @ 1 0 10326883 +mogul n 3 2 @ ~ 3 0 13895549 10326883 09840217 +mogul_empire n 1 2 @ ; 1 0 08405873 +mohair n 1 1 @ 1 0 03779128 +mohammad n 1 1 @ 1 0 11184092 +mohammed n 1 1 @ 1 0 11184092 +mohammed_ali n 1 1 @ 1 0 11184273 +mohammed_reza_pahlavi n 1 1 @ 1 0 11220461 +mohammed_reza_pahlevi n 1 1 @ 1 0 11220461 +mohammedan n 1 2 @ + 1 0 10327002 +mohammedan_calendar n 1 2 @ %p 1 0 15178841 +mohammedanism n 1 3 @ ~ - 1 0 06234825 +mohandas_karamchand_gandhi n 1 1 @ 1 0 10989339 +moharram n 1 2 @ #p 1 0 15217308 +mohave n 3 3 @ #p %p 3 0 09661543 09170996 06923182 +mohave_desert n 1 3 @ #p %p 1 0 09170996 +mohawk n 3 1 @ 3 0 09661731 06916313 05260928 +mohawk_haircut n 1 1 @ 1 0 05260928 +mohawk_river n 1 2 @ #p 1 0 09356929 +mohican n 2 1 @ 2 0 09661873 06910958 +moho n 1 2 @ ; 1 0 09357080 +mohorovicic n 1 1 @ 1 0 11184531 +mohorovicic_discontinuity n 1 2 @ ; 1 0 09357080 +mohria n 1 3 @ #m %m 1 0 12956791 +mohria_caffrorum n 1 2 @ #m 1 0 12956922 +mohs_scale n 1 1 @ 1 0 13851677 +moiety n 2 2 @ #m 2 0 13737089 08372299 +moira_shearer n 1 1 @ 1 0 11296775 +moirae n 1 2 @ %m 1 0 09565099 +moirai n 1 2 @ %m 1 0 09565099 +moire n 1 2 @ + 1 1 03779246 +moistener n 1 2 @ + 1 0 03161016 +moistening n 1 3 @ ~ + 1 0 00278040 +moistness n 1 3 @ ~ + 1 0 14535905 +moisture n 1 2 @ + 1 1 14535431 +mojarra n 1 3 @ ~ #m 1 0 02636854 +mojave n 3 3 @ #p %p 3 0 09661543 09170996 06923182 +mojave_aster n 1 2 @ #m 1 0 11993675 +mojave_desert n 1 3 @ #p %p 1 0 09170996 +mojave_rattlesnake n 1 2 @ #m 1 0 01757115 +mojo n 1 1 @ 1 0 05968209 +moke n 1 1 @ 1 0 02389865 +moksa n 1 2 @ ; 1 0 07321657 +mokulu n 1 1 @ 1 0 06985722 +mol n 1 1 @ 1 0 13724081 +mola n 1 3 @ ~ #m 1 0 02656670 +mola_lanceolata n 1 1 @ 1 0 02656969 +molal_concentration n 1 1 @ 1 0 05039907 +molality n 1 2 @ + 1 0 05039907 +molar n 1 3 @ ~ + 1 0 05307773 +molar_concentration n 1 1 @ 1 0 05040081 +molar_pregnancy n 1 1 @ 1 0 14192942 +molarity n 1 2 @ + 1 0 05040081 +molasses n 1 1 @ 1 0 07859951 +molasses_cookie n 1 1 @ 1 0 07637178 +molasses_kiss n 1 1 @ 1 0 07606933 +molasses_taffy n 1 1 @ 1 0 07609549 +mold n 8 3 @ ~ + 8 2 13913566 03779370 14953564 13516176 13077033 07938594 04732709 03779621 +moldavia n 1 4 @ #m #p %p 1 0 09014586 +moldboard n 1 2 @ #p 1 0 03779884 +moldboard_plow n 1 3 @ ~ %p 1 0 03780047 +molded_salad n 1 1 @ 1 0 07808806 +moldiness n 1 2 @ + 1 0 04928194 +molding n 5 4 @ ~ #p + 5 1 00909899 03780392 03780247 03779621 00937895 +moldova n 1 5 @ #m #p %p + 1 0 09014586 +moldovan_monetary_unit n 1 2 @ ~ 1 0 13702102 +mole n 6 5 @ ~ #m + ; 6 0 13724081 09970192 07838551 04693804 02894605 01889520 +mole_cricket n 1 1 @ 1 0 02229765 +mole_plant n 2 2 @ #m 2 0 12920521 12918404 +mole_rat n 3 2 @ #m 3 0 02369293 02368821 02334201 +mole_salamander n 1 1 @ 1 0 01632308 +molech n 1 1 @ 1 0 09519454 +molecular_biologist n 1 2 @ ~ 1 0 10327143 +molecular_biology n 1 3 @ ~ - 1 0 06078088 +molecular_formula n 1 2 @ ~ 1 0 06817173 +molecular_genetics n 1 1 @ 1 0 06077916 +molecular_weight n 1 2 @ ; 1 1 05026312 +molecule n 2 5 @ ~ %p + ; 2 1 14682133 14585519 +molehill n 1 1 @ 1 0 09357346 +moleskin n 1 1 @ 1 0 03780799 +molestation n 2 3 @ ~ + 2 0 00773047 00419644 +molester n 1 2 @ ~ 1 0 10327333 +molidae n 1 3 @ #m %m 1 0 02656426 +moliere n 1 1 @ 1 0 11184694 +molindone n 1 1 @ 1 0 03780896 +moline n 1 2 @ #p 1 0 09083949 +molisch's_test n 1 1 @ 1 0 14609784 +molisch_reaction n 1 1 @ 1 0 14609784 +molisch_test n 1 1 @ 1 0 14609784 +molise n 1 2 @ #p 1 0 08809492 +moll n 1 1 @ 1 0 10327475 +mollah n 1 2 @ #m 1 0 10338231 +molle n 1 2 @ #m 1 0 12765115 +mollie n 1 2 @ #m 1 0 01449980 +mollienesia n 1 3 @ #m %m 1 0 01449857 +mollification n 2 2 @ + 2 0 13970764 01151097 +molluga n 1 3 @ #m %m 1 0 11821415 +molluga_verticillata n 1 2 @ #m 1 0 11821534 +mollusc n 1 4 @ ~ #m %p 1 0 01940736 +mollusca n 1 3 @ #m %m 1 0 01940488 +molluscum n 1 2 @ ~ 1 0 14230232 +molluscum_contagiosum n 1 1 @ 1 0 14230358 +mollusk n 1 4 @ ~ #m %p 1 0 01940736 +mollusk_family n 1 3 @ ~ #m 1 0 01938850 +mollusk_genus n 1 3 @ ~ #m 1 0 01939598 +molly n 1 2 @ #m 1 0 01449980 +molly_miller n 1 2 @ #m 1 0 02613820 +molly_pitcher n 1 1 @ 1 0 11168218 +mollycoddle n 1 2 @ + 1 0 10327583 +mollycoddler n 1 2 @ + 1 0 10395390 +mollymawk n 1 3 @ ~ #m 1 0 02058221 +molnar n 1 1 @ 1 0 11184825 +moloch n 3 3 @ ~ #m 3 0 10462005 09519454 01688961 +moloch_horridus n 1 2 @ #m 1 0 01689081 +molokai n 1 2 @ #p 1 0 09080273 +molokai_island n 1 2 @ #p 1 0 09080273 +molossidae n 1 3 @ #m %m 1 0 02149136 +molothrus n 1 3 @ #m %m 1 0 01574997 +molotov n 2 2 @ #p 2 0 11184927 09009372 +molotov_cocktail n 1 1 @ 1 0 03781055 +molt n 1 2 @ + 1 0 13516842 +molter n 1 2 @ + 1 0 01318660 +molting n 1 2 @ + 1 0 13516842 +molucca_balm n 1 2 @ #m 1 0 12857779 +moluccas n 1 2 @ #p 1 0 08909233 +molucella n 1 3 @ #m %m 1 0 12857594 +molucella_laevis n 1 2 @ #m 1 0 12857779 +molva n 1 3 @ #m %m 1 0 02525012 +molva_molva n 1 2 @ #m 1 0 02525120 +molybdenite n 1 2 @ %s 1 0 14682469 +molybdenum n 1 2 @ #s 1 0 14645661 +molybdenum_steel n 1 1 @ 1 0 14953674 +mom n 1 1 @ 1 0 10278128 +mombasa n 1 2 @ #p 1 0 08928933 +mombin n 2 4 @ #m #p %p 2 0 12766043 07765517 +mombin_tree n 1 3 @ #m %p 1 0 12766043 +moment n 6 4 @ ~ + ; 6 4 15244650 15246853 15120050 05170574 11482985 06022509 +moment_magnitude_scale n 1 2 @ ; 1 0 13852083 +moment_of_a_couple n 1 2 @ #p 1 0 11483179 +moment_of_a_magnet n 1 1 @ 1 0 11483829 +moment_of_inertia n 1 1 @ 1 0 11468973 +moment_of_truth n 2 2 @ #p 2 0 15245244 15245144 +momentousness n 1 2 @ + 1 0 05169412 +momentum n 2 2 @ ~ 2 2 05035820 05029137 +momism n 1 1 @ 1 0 00820721 +momma n 1 1 @ 1 0 10278128 +mommsen n 1 1 @ 1 0 11185044 +mommy n 1 1 @ 1 1 10278128 +momordica n 1 3 @ #m %m 1 0 12167282 +momordica_balsamina n 1 2 @ #m 1 0 12167436 +momordica_charantia n 1 2 @ #m 1 0 12167602 +momos n 1 1 @ 1 0 09565914 +momot n 1 2 @ #m 1 0 01830915 +momotidae n 1 3 @ #m %m 1 0 01830623 +momotus n 1 2 @ #m 1 0 01830799 +momus n 1 1 @ 1 0 09565914 +mon n 3 2 @ ~ 3 0 15163979 10327696 06937441 +mon-khmer n 1 2 @ ~ 1 1 06936948 +mona n 1 2 @ #p 1 0 08895928 +monacan n 1 2 @ #m 1 0 10327987 +monaco n 1 5 @ #p %m %p + 1 0 08967868 +monaco-ville n 1 2 @ #p 1 0 08968125 +monad n 3 2 @ ; 3 0 14621080 13742840 01326751 +monadic_operation n 1 1 @ 1 0 13517080 +monal n 1 2 @ #m 1 0 01805321 +monandry n 1 2 @ + 1 0 13965888 +monarch n 2 4 @ ~ #m + 2 1 10628644 02279972 +monarch_butterfly n 1 2 @ #m 1 0 02279972 +monarchism n 1 1 @ 1 0 06219300 +monarchist n 1 2 @ ~ 1 0 10327824 +monarchy n 1 3 @ ~ + 1 0 08363812 +monarda n 1 3 @ ~ #m 1 0 12858150 +monarda_citriodora n 1 1 @ 1 0 12858987 +monarda_clinopodia n 1 1 @ 1 0 12859272 +monarda_didyma n 1 1 @ 1 0 12858397 +monarda_fistulosa n 1 1 @ 1 0 12858871 +monarda_pectinata n 1 1 @ 1 0 12859153 +monarda_punctata n 1 1 @ 1 0 12858618 +monardella n 1 3 @ #m %m 1 0 12859488 +monardella_lanceolata n 1 2 @ #m 1 0 12859679 +monario n 1 1 @ 1 0 06897129 +monas n 1 1 @ 1 0 13742840 +monastery n 1 3 @ ~ %p 1 1 03781244 +monastic n 1 3 @ ~ + 1 0 10112129 +monastic_habit n 1 2 @ %p 1 0 03781467 +monastic_order n 1 2 @ ~ 1 0 08147794 +monasticism n 1 2 @ ~ 1 0 04882214 +monaul n 1 2 @ #m 1 0 01805321 +monazite n 1 2 @ %s 1 0 14682642 +monday n 1 2 @ ~ 1 1 15163979 +mondrian n 1 1 @ 1 0 11185175 +monegasque n 1 3 @ #m + 1 0 10327987 +monel_metal n 1 1 @ 1 0 14719291 +monell_metal n 1 1 @ 1 0 14719291 +monera n 1 2 @ %m 1 0 01341876 +moneran n 1 3 @ ~ #m 1 0 01342269 +moneron n 1 3 @ ~ #m 1 0 01342269 +moneses n 1 3 @ #m %m 1 0 12257920 +moneses_uniflora n 1 2 @ #m 1 0 12258101 +monet n 1 1 @ 1 0 11185392 +monetarism n 1 2 @ + 1 0 05995898 +monetarist n 1 3 @ ~ + 1 0 10328123 +monetary_fund n 1 2 @ ~ 1 0 13358549 +monetary_resource n 1 2 @ ~ 1 0 13356112 +monetary_standard n 1 2 @ ~ 1 0 13373214 +monetary_system n 1 2 @ ~ 1 0 13372961 +monetary_unit n 1 2 @ ~ 1 0 13604718 +monetary_value n 1 2 @ ~ 1 0 05145118 +monetisation n 1 2 @ + 1 0 00154689 +monetization n 1 3 ! @ + 1 0 00154689 +money n 3 4 @ ~ #p + 3 2 13384557 13250542 13384877 +money-spinner n 1 1 @ 1 0 05910577 +money_belt n 1 1 @ 1 0 03781683 +money_box n 2 2 @ ~ 2 0 04139859 02976939 +money_changer n 1 1 @ 1 0 10069120 +money_cowrie n 1 1 @ 1 0 01953594 +money_dealer n 1 2 @ ~ 1 0 09624980 +money_handler n 1 2 @ ~ 1 0 09624980 +money_laundering n 1 1 @ 1 0 01051221 +money_market n 1 1 @ 1 0 08073601 +money_order n 1 1 @ 1 1 13380820 +money_plant n 1 2 @ #m 1 0 11891541 +money_supply n 1 3 @ ~ %p 1 0 13357178 +moneybag n 1 1 @ 1 0 03781594 +moneyer n 1 2 @ + 1 0 09934921 +moneygrubber n 1 1 @ 1 0 10328328 +moneylender n 1 1 @ 1 0 10742384 +moneymaker n 2 2 @ ~ 2 1 10328437 05910577 +moneymaking n 1 2 @ + 1 1 00078393 +moneyman n 1 2 @ ~ 1 0 10090020 +moneywort n 1 1 @ 1 0 12095647 +monger n 1 3 @ ~ + 1 0 10720453 +mongo n 1 2 @ #p 1 0 13708748 +mongol n 1 3 @ ~ + 1 0 09644152 +mongol_dynasty n 1 1 @ 1 0 08160146 +mongol_tatar n 1 1 @ 1 0 09644657 +mongolia n 2 4 @ #p %p + 2 0 08968879 08968677 +mongolian n 2 3 @ ~ + 2 0 09644152 06928839 +mongolian_monetary_unit n 1 2 @ ~ 1 0 13708500 +mongolian_people's_republic n 1 3 @ #p %p 1 0 08968879 +mongolian_race n 1 2 @ %m 1 0 09643421 +mongolianism n 1 1 @ 1 0 14159623 +mongolic n 1 2 @ ~ 1 0 06928839 +mongolic_language n 1 2 @ ~ 1 0 06928839 +mongolism n 1 1 @ 1 0 14159623 +mongoloid n 2 1 @ 2 0 10328696 10328560 +mongoloid_race n 1 2 @ %m 1 0 09643421 +mongoose n 1 3 @ ~ #m 1 0 02137549 +mongrel n 2 3 @ ~ + 2 0 02804772 02084861 +monic_polynomial n 1 1 @ 1 1 05862410 +monica_seles n 1 1 @ 1 0 11291451 +moniker n 1 1 @ 1 0 06337693 +monilia n 1 2 @ #m 1 0 13079073 +monilia_albicans n 1 3 @ #m #p 1 1 13079567 +monilia_disease n 1 3 @ ~ %p 1 0 14181713 +moniliaceae n 1 3 @ #m %m 1 0 13078133 +moniliales n 1 3 @ #m %m 1 0 13077479 +moniliasis n 1 3 @ ~ %p 1 0 14181713 +monism n 1 3 ! @ + 1 0 05964643 +monistat n 1 2 @ ; 1 0 03758720 +monition n 3 4 @ ~ + ; 3 0 06714420 06672297 06558434 +monitor n 7 6 @ ~ #m #p %p + 7 0 10478960 09771855 03782430 03782190 03782006 03781787 01694709 +monitor_lizard n 1 3 @ ~ #m 1 0 01694709 +monitor_program n 1 1 @ 1 0 06576539 +monitoring n 1 2 @ + 1 1 00880046 +monitoring_device n 1 4 @ ~ #p %p 1 0 03782190 +monitoring_program n 1 1 @ 1 0 06576539 +monitrice n 1 1 @ 1 0 10241024 +monk n 2 2 @ ~ 2 1 10112129 11185500 +monk's_cloth n 1 1 @ 1 0 03782929 +monkey n 2 3 @ ~ + 2 1 02484322 10200047 +monkey-bread_tree n 1 3 @ #m %p 1 0 12189987 +monkey-wrench n 1 1 @ 1 0 03782794 +monkey_bread n 1 2 @ #p 1 0 07770439 +monkey_bridge n 2 1 @ 2 0 03782558 03373752 +monkey_business n 1 1 @ 1 0 00736894 +monkey_dog n 1 1 @ 1 0 02110627 +monkey_jacket n 1 1 @ 1 0 03751269 +monkey_ladder n 1 1 @ 1 0 03782689 +monkey_nut n 1 2 @ #p 1 0 07737745 +monkey_pinscher n 1 1 @ 1 0 02110627 +monkey_pod n 1 1 @ 1 0 11759853 +monkey_puzzle n 1 1 @ 1 0 11646167 +monkey_wrench n 1 1 @ 1 0 03782794 +monkeypod n 1 1 @ 1 0 11759853 +monkfish n 3 4 @ #m #p %p 3 0 07779747 02548247 01495493 +monkshood n 1 1 @ 1 0 11723227 +monmouth_court_house n 1 3 @ #p ; 1 0 01288272 +monnet n 1 1 @ 1 0 11185680 +mono n 1 1 @ 1 0 14135277 +mono-iodotyrosine n 1 1 @ 1 1 14834807 +monoamine n 1 2 @ ~ 1 0 14953813 +monoamine_neurotransmitter n 1 2 @ ~ 1 0 14807737 +monoamine_oxidase n 1 1 @ 1 0 14953968 +monoamine_oxidase_inhibitor n 1 2 @ ~ 1 0 03783017 +monobasic_acid n 1 1 @ 1 0 14611031 +monoblast n 1 1 @ 1 0 05453412 +monoblastic_leukaemia n 1 1 @ 1 0 14244726 +monoblastic_leukemia n 1 1 @ 1 0 14244726 +monocanthidae n 1 3 @ #m %m 1 0 02653655 +monocanthus n 1 3 @ #m %m 1 0 02653965 +monocarp n 1 1 @ 1 0 11686780 +monocarpic_plant n 1 1 @ 1 0 11686780 +monocarpous_plant n 1 1 @ 1 0 11686780 +monochamus n 1 3 @ #m %m 1 0 02168876 +monochromacy n 1 1 @ 1 0 14155274 +monochromasy n 1 1 @ 1 0 14155274 +monochromat n 1 1 @ 1 0 09625213 +monochromatic_vision n 1 1 @ 1 0 14155274 +monochromatism n 1 2 @ + 1 0 14155274 +monochrome n 2 2 @ + 2 1 03783304 02846399 +monochromia n 1 1 @ 1 0 14155274 +monocle n 1 1 @ 1 1 03783430 +monocline n 1 1 @ 1 0 09357447 +monoclonal n 1 2 @ ~ 1 0 15029781 +monoclonal_antibody n 1 2 @ ~ 1 0 15029781 +monocot n 1 2 @ #m 1 0 11668117 +monocot_family n 1 3 @ ~ #m 1 0 11555413 +monocot_genus n 1 3 @ ~ #m 1 0 11556857 +monocotyledon n 1 3 @ #m + 1 0 11668117 +monocotyledonae n 1 3 @ #m %m 1 0 11667562 +monocotyledones n 1 3 @ #m %m 1 0 11667562 +monocracy n 1 2 @ ~ 1 0 08440630 +monocular_vision n 1 1 @ 1 0 05656803 +monoculture n 1 1 @ 1 0 00918055 +monocycle n 1 1 @ 1 0 04509417 +monocyte n 1 2 @ ~ 1 0 05453267 +monocytic_leukaemia n 1 1 @ 1 0 14244726 +monocytic_leukemia n 1 1 @ 1 0 14244726 +monocytosis n 1 1 @ 1 0 14268084 +monod n 1 1 @ 1 0 11185816 +monodon n 1 3 @ #m %m 1 0 02072355 +monodon_monoceros n 1 2 @ #m 1 0 02072493 +monodontidae n 1 3 @ #m %m 1 0 02072209 +monody n 1 2 @ + 1 0 07024705 +monofocal_iol n 1 1 @ 1 0 03783575 +monofocal_lens_implant n 1 1 @ 1 0 03783575 +monogamist n 1 2 @ + 1 0 10328782 +monogamousness n 1 3 @ ~ + 1 0 13966007 +monogamy n 1 3 @ ~ + 1 0 13966007 +monogenesis n 1 2 @ ~ 1 0 13517199 +monogenic_disease n 1 2 @ ~ 1 0 14074877 +monogenic_disorder n 1 2 @ ~ 1 0 14074877 +monogram n 1 1 @ 1 0 06824041 +monograph n 1 1 @ 1 1 06409448 +monogynist n 1 2 @ + 1 0 10328782 +monogyny n 1 2 @ + 1 0 13966201 +monohybrid n 1 1 @ 1 0 01327909 +monohybrid_cross n 1 1 @ 1 0 00850986 +monohydrate n 1 1 @ 1 0 14954152 +monolatry n 1 1 @ 1 0 01046664 +monolingual n 1 1 @ 1 0 10328941 +monolith n 1 1 @ 1 0 03783755 +monologist n 1 2 @ + 1 1 10329035 +monologue n 3 2 @ + 3 1 07160752 07156819 07011387 +monomania n 1 2 @ + 1 0 09182524 +monomaniac n 1 2 @ + 1 0 10329143 +monomer n 1 1 @ 1 1 14682963 +monomorium n 1 3 @ #m %m 1 0 02219901 +monomorium_minimum n 1 2 @ #m 1 0 02220225 +monomorium_pharaonis n 1 2 @ #m 1 0 02220055 +mononeuropathy n 1 1 @ 1 0 14208988 +monongahela n 1 2 @ #p 1 0 09357580 +monongahela_river n 1 2 @ #p 1 0 09357580 +mononuclear_phagocyte_system n 1 2 @ #p 1 0 05461610 +mononucleosis n 1 1 @ 1 0 14135277 +mononychus_olecranus n 1 2 @ #m 1 0 01718808 +monophonic_music n 1 2 ! @ 1 0 07024705 +monophony n 1 3 ! @ + 1 0 07024705 +monophthalmos n 1 1 @ 1 0 10819533 +monophysite n 1 1 @ 1 0 10329251 +monophysitism n 1 2 @ + 1 0 06189776 +monoplane n 1 1 @ 1 0 03783873 +monoplane_flying_fish n 1 1 @ 1 0 02550655 +monoplegia n 1 1 @ 1 0 14350023 +monopolisation n 1 2 @ + 1 0 01128806 +monopoliser n 1 2 @ + 1 0 10329337 +monopolist n 1 2 @ + 1 0 10329337 +monopolization n 1 2 @ + 1 1 01128806 +monopolizer n 1 2 @ + 1 0 10329337 +monopoly n 3 4 @ ~ + ; 3 2 14444326 14444114 00505238 +monopoly_board n 1 1 @ 1 0 03783959 +monopsony n 1 2 @ ; 1 0 14444644 +monorail n 1 1 @ 1 0 03784053 +monorchidism n 1 1 @ 1 0 14092456 +monorchism n 1 1 @ 1 0 14092456 +monosaccharide n 1 2 @ ~ 1 0 14954284 +monosaccharose n 1 2 @ ~ 1 0 14954284 +monosemy n 1 3 ! @ + 1 0 04820908 +monosodium_glutamate n 1 1 @ 1 0 07828378 +monosomy n 1 1 @ 1 0 14504405 +monospaced_font n 1 1 @ 1 0 06825996 +monostotic_fibrous_dysplasia n 1 1 @ 1 0 14366633 +monosyllabic_word n 1 1 @ 1 0 06294309 +monosyllable n 1 2 @ + 1 1 06294309 +monotheism n 1 4 ! @ ~ + 1 0 06224136 +monotheist n 1 2 @ + 1 0 10329579 +monothelitism n 1 1 @ 1 0 06190060 +monotone n 2 2 @ + 2 1 07084560 07084747 +monotony n 2 1 @ 2 1 04740326 04739535 +monotremata n 1 3 @ #m %m 1 0 01871699 +monotreme n 1 2 @ ~ 1 0 01871875 +monotropa n 1 3 @ #m %m 1 0 12258663 +monotropa_hypopithys n 1 2 @ #m 1 0 12259316 +monotropa_uniflora n 1 2 @ #m 1 0 12258885 +monotropaceae n 1 3 @ #m %m 1 0 12258380 +monotype n 2 3 @ + ; 2 0 08109772 03784139 +monounsaturated_fatty_acid n 1 2 @ ~ 1 0 14741474 +monoxide n 1 2 @ ~ 1 0 14954601 +monozygotic_twin n 1 2 @ ~ 1 0 10197182 +monozygous_twin n 1 2 @ ~ 1 0 10197182 +monro's_foramen n 1 1 @ 1 0 05545611 +monroe n 4 2 @ #p 4 0 11186207 11186042 09101639 09091668 +monroe_doctrine n 1 1 @ 1 1 06662366 +monrovia n 1 2 @ #p 1 0 08959495 +mons n 1 2 @ #p 1 0 05522283 +mons_pubis n 1 2 @ #p 1 0 05522283 +mons_veneris n 1 2 @ #p 1 0 05522283 +monsieur n 1 1 @ 1 1 10329675 +monsignor n 1 2 @ ; 1 0 10329789 +monsoon n 3 1 @ 3 1 11484570 15239033 11484741 +monster n 5 5 @ ~ %p + ; 5 3 09491966 10128909 10109443 10329945 01460108 +monstera n 2 4 @ ~ #m #p 2 0 11789438 07746749 +monstera_deliciosa n 1 2 @ %p 1 0 11789589 +monstrance n 2 2 @ ; 2 0 06648046 03784270 +monstrosity n 2 3 @ ~ + 2 2 10109443 07367231 +mont_blanc n 1 2 @ #p 1 0 09357847 +montage n 1 2 @ ~ 1 0 03067912 +montagu n 1 1 @ 1 0 11186356 +montagu's_harrier n 1 2 @ #m 1 0 01610100 +montaigne n 1 1 @ 1 0 11186511 +montan_wax n 1 1 @ 1 0 14954733 +montana n 1 4 @ #p %p - 1 0 09108164 +montanan n 1 1 @ 1 0 09744075 +monte n 1 1 @ 1 0 00493031 +monte_bianco n 1 2 @ #p 1 0 09357847 +monte_carlo n 1 2 @ #p 1 0 08968225 +montego_bay n 1 2 @ #p 1 0 08754388 +montenegro n 1 2 @ #p 1 0 08817235 +monterey n 1 2 @ #p 1 0 09064080 +monterey_bay n 1 2 @ #p 1 0 09358096 +monterey_cypress n 1 1 @ 1 0 11632167 +monterey_pine n 1 1 @ 1 0 11617090 +monterrey n 1 2 @ #p 1 0 08744509 +montespan n 1 1 @ 1 0 11186685 +montesquieu n 1 1 @ 1 0 11186911 +montessori n 1 1 @ 1 0 11187154 +monteverdi n 1 1 @ 1 0 11187364 +montevideo n 1 2 @ #p 1 0 09160571 +montez n 1 1 @ 1 0 11187471 +montezuma n 1 2 @ #m 1 0 12191240 +montezuma's_revenge n 1 1 @ 1 0 14372399 +montezuma_cypress n 1 3 @ ~ #m 1 0 11642430 +montezuma_ii n 1 1 @ 1 0 11187601 +montfort n 1 1 @ 1 0 11187754 +montgolfier n 2 1 @ 2 0 11188123 11187930 +montgomery n 3 2 @ #p 3 0 11188613 11188316 09053801 +montgomery's_tubercle n 1 1 @ 1 0 05328695 +montgomery_ward n 1 1 @ 1 0 11373897 +month n 2 5 @ ~ #p %p + 2 2 15209413 15206296 +month_of_sundays n 1 2 @ ; 1 0 15243202 +monthly n 1 1 @ 1 0 06594505 +montia n 1 3 @ #m %m 1 0 11860801 +montia_chamissoi n 1 1 @ 1 0 11861641 +montia_cordifolia n 1 1 @ 1 0 11861238 +montia_lamprosperma n 1 1 @ 1 0 11861487 +montia_perfoliata n 1 1 @ 1 0 11861853 +montmartre n 1 2 @ #p 1 0 08933287 +montpelier n 1 2 @ #p 1 0 09148259 +montrachet n 1 1 @ 1 0 07894703 +montreal n 1 2 @ #p 1 1 08829533 +montserrat n 1 4 @ #p %m + 1 0 08711300 +montserratian n 1 3 @ #m + 1 0 09723228 +monument n 3 3 @ ~ + 3 1 03743902 08600443 04076713 +moo n 1 2 @ + 1 0 07386821 +moo-cow n 1 3 @ ~ %p 1 0 02403454 +moo_goo_gai_pan n 1 1 @ 1 0 07861983 +mooch n 1 2 @ ~ 1 0 10330189 +moocher n 1 3 @ ~ + 1 0 10330189 +mood n 3 3 @ ~ + 3 2 07551052 14524661 13801424 +moodiness n 2 3 @ ~ + 2 0 07552252 04628632 +moody n 2 1 @ 2 0 11188852 11188742 +moolah n 1 1 @ 1 0 13385216 +moon n 6 5 @ ~ #p %p + 6 2 09358358 09358550 15207872 11484975 11189054 09358226 +moon-curser n 1 2 @ ~ 1 0 10615334 +moon-ray n 1 2 @ #p 1 0 11484861 +moon-worship n 1 1 @ 1 0 01046888 +moon_blindness n 2 1 @ 2 0 14554853 14274451 +moon_carrot n 1 2 @ #m 1 0 12944390 +moon_curser n 1 2 @ ~ 1 0 10615334 +moon_daisy n 1 2 @ #m 1 0 11989869 +moon_ray n 1 2 @ #p 1 0 11484861 +moon_shell n 1 2 @ #m 1 0 01947997 +moon_shot n 1 1 @ 1 0 00103737 +moon_trefoil n 1 1 @ 1 0 12548564 +moonbeam n 1 2 @ #p 1 0 11484861 +mooneye n 1 1 @ 1 0 14274451 +moonfish n 2 3 @ ~ #m 2 0 02578233 02545841 +moonflower n 1 1 @ 1 0 12827537 +moonie n 1 3 @ #m ; 1 0 10330439 +moonlight n 1 2 @ %p 1 1 11484975 +moonlighter n 1 2 @ + 1 0 10330593 +moonseed n 1 3 @ ~ #m 1 0 11713164 +moonseed_family n 1 3 @ #m %m 1 0 11712827 +moonshell n 1 2 @ #m 1 0 01947997 +moonshine n 2 3 @ %p + 2 0 11484975 07902520 +moonshiner n 1 2 @ + 1 0 09866922 +moonstone n 1 1 @ 1 0 14954822 +moonwalk n 2 1 @ 2 0 00293125 00292269 +moonwort n 1 1 @ 1 0 12961112 +moor n 2 2 @ ~ 2 0 09723361 09358751 +moor-bird n 1 2 @ ~ 1 0 01796519 +moor_berry n 1 1 @ 1 0 12248780 +moorage n 3 2 @ + 3 0 13322867 08640111 00052146 +moorbird n 1 2 @ ~ 1 0 01796519 +moorcock n 1 1 @ 1 0 01796800 +moore n 6 1 @ 6 0 11190024 11189829 11189709 11189579 11189432 11189274 +moorfowl n 1 2 @ ~ 1 0 01796519 +moorgame n 1 2 @ ~ 1 0 01796519 +moorhen n 2 2 @ #m 2 0 02016816 01796729 +mooring n 2 4 @ ~ + ; 2 0 08640111 03784475 +mooring_anchor n 1 1 @ 1 0 03784666 +mooring_line n 1 3 @ ~ ; 1 0 03784475 +mooring_mast n 1 1 @ 1 0 03784793 +mooring_tower n 1 1 @ 1 0 03784793 +moorish n 1 2 @ + 1 0 05843687 +moorish_arch n 1 1 @ 1 0 03784896 +moorish_architecture n 1 1 @ 1 0 05843687 +moorland n 1 2 @ ~ 1 0 09358751 +moorwort n 1 1 @ 1 0 12229651 +moose n 1 2 @ #m 1 0 02432983 +moose-wood n 2 2 @ #m 2 0 12753762 12347639 +moosewood n 2 2 @ #m 2 0 12753762 12347639 +moot n 1 2 @ ; 1 0 01183638 +moot_court n 1 2 @ ; 1 0 08334319 +mop n 1 4 @ ~ %p + 1 0 04367480 +mop_handle n 1 2 @ #p 1 0 03785142 +mop_up n 1 3 @ ~ + 1 0 00211110 +mopboard n 1 1 @ 1 0 02800354 +mope n 1 2 @ + 1 0 09988703 +moped n 1 1 @ 1 0 03785016 +mopes n 1 2 @ ; 1 0 14405061 +mopper n 1 2 @ + 1 0 10330722 +moppet n 1 1 @ 1 0 10330835 +mopping n 1 2 @ + 1 0 00252020 +moquelumnan n 1 1 @ 1 0 06924790 +moquette n 1 1 @ 1 0 03785237 +moraceae n 1 4 @ #m %m + 1 0 12398682 +moraine n 1 2 @ #p 1 0 09358907 +moral n 1 1 @ 1 1 06606044 +moral_certainty n 1 1 @ 1 0 04755783 +moral_excellence n 1 1 @ 1 0 04847298 +moral_force n 1 1 @ 1 0 09179962 +moral_hazard n 1 2 @ ; 1 0 14542579 +moral_obligation n 1 1 @ 1 0 01130560 +moral_philosophy n 1 3 @ ~ - 1 0 06159473 +moral_principle n 2 2 @ ~ 2 1 05956019 06655683 +moral_sense n 1 2 @ ~ 1 0 09184136 +morale n 2 1 @ 2 2 14374273 04625129 +morale_booster n 1 1 @ 1 0 01211489 +morale_builder n 1 1 @ 1 1 05693537 +morale_building n 1 1 @ 1 0 01211489 +moralisation n 2 3 @ ~ + 2 0 06742932 00265773 +moralism n 2 2 @ + 2 0 07153641 00876062 +moralist n 2 3 @ ~ + 2 1 10330931 10296444 +morality n 2 5 ! @ ~ = + 2 2 04846770 09183693 +morality_play n 1 1 @ 1 0 07018444 +moralization n 2 3 @ ~ + 2 0 06742932 00265773 +moralizing n 1 3 @ ~ + 1 0 06742932 +morals n 1 2 @ ~ 1 1 09183693 +moranzanist_patriotic_front n 1 2 @ ; 1 0 08034028 +morass n 1 1 @ 1 0 09355850 +moratorium n 2 1 @ 2 0 15275466 14013751 +moravia n 1 2 @ #p 1 0 08758679 +moray n 1 2 @ #m 1 0 02527271 +moray_eel n 1 2 @ #m 1 0 02527271 +moray_firth n 1 1 @ 1 0 09359031 +morbidity n 3 3 @ ~ + 3 0 13827103 05699906 04790449 +morbidness n 2 3 @ ~ + 2 0 05699906 04790449 +morbilli n 1 2 @ ~ 1 0 14123044 +morceau n 1 1 @ 1 0 06269674 +morchella n 1 3 @ #m %m 1 0 13031956 +morchella_angusticeps n 1 2 @ #m 1 0 13033577 +morchella_conica n 1 2 @ #m 1 0 13033577 +morchella_crassipes n 1 2 @ #m 1 0 13033879 +morchella_esculenta n 1 2 @ #m 1 0 13032381 +morchella_semilibera n 1 2 @ #m 1 0 13034062 +morchellaceae n 1 3 @ #m %m 1 0 13031690 +mordacity n 1 2 @ + 1 0 04943367 +mordant n 1 3 @ ~ + 1 0 14955030 +mordecai_richler n 1 1 @ 1 0 11261698 +mordva n 2 2 @ #m 2 0 09707400 06957403 +mordvin n 2 2 @ #m 2 0 09707400 06957403 +mordvinian n 2 2 @ #m 2 0 09707400 06957403 +more n 1 1 @ 1 0 11190183 +moreau_river n 1 2 @ #p 1 0 09359150 +moreen n 1 1 @ 1 0 03785361 +morel n 1 3 @ ~ #m 1 0 13032115 +morelia_spilotes_variegatus n 1 1 @ 1 0 01743936 +morello n 2 4 @ #p %s %p 2 0 12643877 07758260 +mores n 1 2 @ ; 1 1 05667951 +moreton_bay n 1 2 @ #p 1 0 09359312 +moreton_bay_chestnut n 1 2 @ #m 1 0 12512674 +moreton_bay_pine n 1 1 @ 1 0 11646955 +moreton_bay_tulipwood n 1 1 @ 1 0 12744142 +morgan n 6 1 @ 6 0 11191113 11190954 11190774 11190592 11190446 02379329 +morgan_city n 1 2 @ #p 1 0 09091774 +morgan_le_fay n 1 1 @ 1 0 09541661 +morganite n 1 1 @ 1 0 14955776 +morgantown n 1 3 @ #p %p 1 0 09156666 +morgen n 1 1 @ 1 0 13614572 +morgue n 1 2 @ ~ 1 1 03785499 +morion n 1 1 @ 1 0 03785721 +morlett's_crocodile n 1 1 @ 1 0 01697749 +morley n 1 1 @ 1 0 11191251 +mormon n 2 3 @ ~ #m 2 0 11191475 10248542 +mormon_church n 1 2 @ %m 1 0 08089205 +mormon_cricket n 1 2 @ #m 1 0 02228697 +mormon_state n 1 3 @ #p %p 1 0 09147046 +mormon_tabernacle n 1 2 @ #p 1 0 04378842 +mormonism n 1 1 @ 1 0 06232166 +mormons n 1 2 @ %m 1 0 08089205 +morn n 1 3 @ #p %p 1 0 15165289 +mornay_sauce n 1 1 @ 1 0 07837630 +morning n 4 3 @ #p %p 4 2 15165289 06632671 15168790 07326108 +morning-after_pill n 1 1 @ 1 0 03785843 +morning-glory_family n 1 3 @ #m %m 1 0 12823164 +morning_coat n 1 2 @ #p 1 0 04368496 +morning_dress n 2 2 @ %p 2 0 03786194 03786096 +morning_glory n 1 3 @ ~ #m 1 1 12826516 +morning_prayer n 1 1 @ 1 0 15229677 +morning_room n 1 1 @ 1 0 03786313 +morning_sickness n 1 2 @ #p 1 0 14360156 +morning_star n 1 1 @ 1 0 09359471 +morning_time n 1 3 @ #p %p 1 0 15165289 +moro n 1 2 @ #m 1 0 09712967 +moro_islamic_liberation_front n 1 2 @ ; 1 0 08034299 +moro_reflex n 1 1 @ 1 0 00865284 +moroccan n 1 3 @ #m + 1 0 09723564 +moroccan_dirham n 1 2 @ %p 1 0 13671527 +moroccan_monetary_unit n 1 2 @ ~ 1 0 13671416 +morocco n 2 7 @ ~ #m #p %m %p + 2 2 08969291 14763059 +moron n 2 4 @ ~ #p + 2 0 10197525 08713285 +morone n 1 3 @ #m %m 1 0 02566325 +morone_americana n 1 2 @ #m 1 0 02566489 +morone_interrupta n 1 2 @ #m 1 0 02566665 +moronity n 1 1 @ 1 0 05646828 +moroseness n 2 2 @ + 2 0 07552367 04642057 +morosoph n 1 1 @ 1 0 10331098 +morphallaxis n 1 1 @ 1 0 13517385 +morphea n 1 1 @ 1 0 14565121 +morpheme n 1 3 @ ~ + 1 0 06306233 +morpheus n 1 2 @ ; 1 0 09499230 +morphia n 1 2 @ ~ 1 0 03786417 +morphine n 1 2 @ ~ 1 0 03786417 +morphogenesis n 1 2 @ ; 1 0 13517553 +morphological_rule n 1 1 @ 1 0 07260493 +morphology n 4 3 @ ~ + 4 1 06078327 06178042 06177729 06117855 +morphophoneme n 1 3 @ + ; 1 0 07111510 +morphophonemic_system n 1 1 @ 1 1 07113080 +morphophonemics n 1 1 @ 1 1 06178660 +morphophysiology n 1 1 @ 1 0 06059709 +morrigan n 1 2 @ ; 1 0 09510643 +morrigu n 1 2 @ ; 1 0 09510643 +morris n 4 1 @ 4 0 11192195 11192067 11191848 11191653 +morris_chair n 1 1 @ 1 0 03786621 +morris_dance n 1 1 @ 1 0 00538368 +morris_dancer n 1 1 @ 1 0 10331167 +morris_dancing n 1 1 @ 1 0 00538368 +morrison n 2 1 @ 2 0 11192533 11192349 +morrison_r._waite n 1 1 @ 1 0 11370314 +morrison_remick_waite n 1 1 @ 1 0 11370314 +morrison_waite n 1 1 @ 1 0 11370314 +morristown n 1 2 @ #p 1 0 09113611 +morrow n 1 1 @ 1 1 15156311 +morrow's_honeysuckle n 1 1 @ 1 0 12676370 +mors n 1 2 @ ; 1 0 09555653 +morse n 2 2 @ %p 2 1 06355459 11192666 +morse_code n 1 2 @ %p 1 0 06355459 +morsel n 2 2 @ ~ 2 2 13771034 07579076 +mortal n 1 5 @ ~ #m %p + 1 1 00007846 +mortal_enemy n 1 1 @ 1 0 10331258 +mortal_sin n 1 3 ! @ ~ 1 0 00757730 +mortality n 2 4 ! @ ~ + 2 1 05055974 15277118 +mortality_rate n 1 2 @ ~ 1 0 15277118 +mortality_table n 1 1 @ 1 0 08266669 +mortar n 3 3 @ %s + 3 2 03786715 14955889 03786901 +mortar_fire n 1 1 @ 1 0 00994895 +mortarboard n 2 2 @ #p 2 0 03787164 03787032 +mortgage n 1 3 @ ~ + 1 1 13352138 +mortgage-backed_security n 1 1 @ 1 0 13340244 +mortgage_application n 1 1 @ 1 0 06513154 +mortgage_deed n 1 2 @ ; 1 0 06546157 +mortgage_holder n 1 1 @ 1 0 10331347 +mortgage_loan n 1 1 @ 1 0 13400334 +mortgagee n 1 2 @ + 1 0 10331347 +mortgager n 1 2 @ + 1 0 10331569 +mortgagor n 1 2 @ + 1 0 10331569 +mortice n 1 3 @ #p + 1 0 03787308 +mortician n 1 2 @ ~ 1 1 10331841 +mortification n 4 4 @ ~ + ; 4 1 07507742 11486708 07309223 01069311 +mortimer n 1 1 @ 1 0 11192901 +mortise n 1 3 @ #p + 1 0 03787308 +mortise-and-tenon_joint n 1 3 @ ~ %p 1 0 03787523 +mortise_joint n 2 4 @ ~ #p %p 2 0 05578442 03787523 +mortmain n 2 2 @ ; 2 0 13250244 05194435 +morton n 1 1 @ 1 0 11193058 +mortuary n 1 3 @ ~ + 1 0 03785499 +morula n 1 1 @ 1 0 01462803 +morus n 1 3 @ #m %m 1 0 12398990 +morus_alba n 1 1 @ 1 0 12399384 +morus_nigra n 1 1 @ 1 0 12399534 +morus_rubra n 1 1 @ 1 0 12399656 +mosaic n 6 4 @ ~ #p %p 6 1 03787759 14280775 06571790 05931980 03788047 03787904 +mosaic_culture n 1 1 @ 1 0 06195096 +mosaic_gold n 1 1 @ 1 0 14701826 +mosaic_law n 1 1 @ 1 0 08455520 +mosaicism n 1 1 @ 1 0 14571028 +mosan n 1 2 @ ~ 1 0 06913768 +mosander n 1 1 @ 1 0 11193250 +moschus n 1 3 @ #m %m 1 0 02435099 +moschus_moschiferus n 1 2 @ #m 1 0 02435216 +moscow n 1 3 @ #p %p 1 1 09004068 +moselle n 1 1 @ 1 0 07896765 +moses n 2 2 @ ; 2 1 11193392 11193645 +moses_maimonides n 1 1 @ 1 0 11149995 +moshav n 1 2 @ ; 1 0 08226838 +moshe_dayan n 1 1 @ 1 0 10925939 +moslem n 1 4 @ ~ #m + 1 0 09682291 +moslem_calendar n 1 2 @ %p 1 0 15178841 +mosque n 1 3 @ %p ; 1 0 03788195 +mosquito n 1 3 @ ~ #m 1 1 02200198 +mosquito_bite n 1 1 @ 1 0 14287904 +mosquito_boat n 1 1 @ 1 0 04017807 +mosquito_craft n 1 1 @ 1 0 04017807 +mosquito_fern n 1 2 @ #m 1 0 12959538 +mosquito_hawk n 2 2 @ #m 2 0 02268443 01836384 +mosquito_net n 1 1 @ 1 0 03788365 +mosquitofish n 1 2 @ #m 1 0 01449374 +moss n 1 3 @ ~ + 1 1 11537506 +moss-trooper n 1 1 @ 1 0 10332110 +moss_agate n 1 1 @ 1 0 14708413 +moss_animal n 1 2 @ #m 1 0 02313709 +moss_campion n 1 2 @ #m 1 0 11815721 +moss_family n 1 3 @ ~ #m 1 0 11537665 +moss_genus n 1 3 @ ~ #m 1 0 11537886 +moss_hart n 1 1 @ 1 0 11032700 +moss_locust n 1 2 @ #m 1 0 12567950 +moss_phlox n 1 1 @ 1 0 12811027 +moss_pink n 2 2 @ #m 2 0 12811501 12811027 +mossad n 1 2 @ ; 1 0 08346490 +mossback n 1 1 @ 1 0 10332016 +mossbauer n 1 1 @ 1 0 11193814 +mossy-cup_oak n 1 1 @ 1 0 12274358 +mossy_saxifrage n 1 2 @ #m 1 0 12793695 +mossycup_oak n 1 1 @ 1 0 12274358 +most_valuable_player n 1 1 @ 1 1 10332257 +mostaccioli n 1 1 @ 1 0 07872492 +mosul n 1 2 @ #p 1 0 08915017 +mot n 2 2 @ ; 2 0 06776783 00795161 +mot_juste n 1 1 @ 1 0 07080778 +mot_test n 1 2 @ ; 1 0 00795161 +motacilla n 1 3 @ #m %m 1 0 01528244 +motacillidae n 1 3 @ #m %m 1 0 01528087 +mote n 1 2 @ ~ 1 0 14585519 +motel n 1 3 @ %p ; 1 1 03788498 +motel_room n 1 2 @ #p 1 0 03788601 +motet n 1 1 @ 1 0 07280754 +moth n 1 3 @ ~ + 1 1 02283201 +moth_bean n 1 2 @ #m 1 0 12577362 +moth_miller n 1 1 @ 1 0 02283617 +moth_mullein n 1 1 @ 1 0 12889219 +moth_orchid n 1 3 @ ~ #m 1 0 12076577 +moth_plant n 1 3 @ ~ #m 1 0 12076577 +mothball n 1 3 @ %s + 1 0 03788703 +mother n 5 4 ! @ ~ + 5 1 10332385 15106674 10332953 10332861 05835292 +mother's_boy n 1 1 @ 1 0 10333439 +mother's_daughter n 1 1 @ 1 1 10333601 +mother's_day n 1 2 @ #p 1 0 15189249 +mother's_milk n 1 1 @ 1 0 05399243 +mother's_son n 1 1 @ 1 0 10333719 +mother-in-law n 1 2 @ ~ 1 0 10333317 +mother-in-law's_tongue n 2 2 @ #m 2 0 12481458 11787625 +mother-in-law_plant n 1 2 @ #m 1 0 11787625 +mother-of-pearl n 1 1 @ 1 0 14758706 +mother-of-pearl_cloud n 1 1 @ 1 0 09364582 +mother-of-thousands n 1 2 @ #m 1 0 12794568 +mother_board n 1 2 @ #p 1 0 03125057 +mother_carey's_chicken n 1 2 @ #m 1 0 02061560 +mother_carey's_hen n 1 2 @ #m 1 0 02061560 +mother_cell n 1 2 @ ~ 1 0 11688750 +mother_country n 1 2 @ ~ 1 1 08510169 +mother_figure n 1 1 @ 1 0 10333044 +mother_fucker n 1 2 @ ; 1 0 09815188 +mother_goose n 1 1 @ 1 0 09602048 +mother_hen n 2 1 @ 2 0 10333165 01793085 +mother_hubbard n 1 1 @ 1 0 03788914 +mother_jones n 1 1 @ 1 0 11090884 +mother_lode n 1 1 @ 1 0 11445960 +mother_of_thyme n 1 2 @ #m 1 0 12839574 +mother_seton n 1 1 @ 1 0 11293972 +mother_superior n 1 2 @ ~ 1 0 09754217 +mother_teresa n 1 1 @ 1 0 11335878 +mother_theresa n 1 1 @ 1 0 11335878 +mother_tongue n 1 1 @ 1 0 06904748 +mother_wit n 1 2 @ ~ 1 0 05614657 +motherese n 1 1 @ 1 0 07155531 +motherfucker n 1 2 @ ; 1 0 09815188 +motherhood n 1 2 @ + 1 0 13814041 +motherland n 1 2 @ ~ 1 1 08510169 +motherliness n 1 3 @ = + 1 0 04872958 +motherwell n 1 1 @ 1 0 11193928 +motherwort n 1 2 @ #m 1 0 12851469 +motif n 3 2 @ ~ 3 3 03789014 07029682 05920272 +motile n 1 2 @ + 1 0 10165808 +motilin n 1 1 @ 1 0 05409945 +motility n 2 4 ! @ ~ + 2 0 04773761 00331950 +motion n 7 5 ! @ ~ = + 7 6 06876309 07309781 00331950 14004317 07163593 00279835 11425088 +motion-picture_camera n 1 2 @ ~ 1 0 03789171 +motion-picture_fan n 1 2 @ #m 1 0 10336411 +motion-picture_film n 1 2 @ ~ 1 0 03789400 +motion-picture_photography n 1 2 @ ~ 1 0 00907919 +motion-picture_show n 1 4 @ ~ %p - 1 0 06613686 +motion_picture n 1 4 @ ~ %p - 1 1 06613686 +motion_sickness n 1 2 @ ~ 1 0 14203346 +motion_study n 1 1 @ 1 0 00645365 +motionlessness n 1 4 ! @ ~ + 1 0 14006179 +motivating n 1 2 @ + 1 0 00070641 +motivation n 3 3 @ ~ + 3 1 00023773 14578471 00070641 +motivator n 1 3 @ ~ + 1 0 09179776 +motive n 3 3 @ ~ + 3 1 00023773 07029682 03789014 +motive_power n 1 1 @ 1 0 04773596 +motivity n 1 2 @ + 1 0 04773596 +motley n 3 5 @ ~ #s %s + 3 0 08398773 03789794 03789603 +motley_fool n 1 1 @ 1 0 10221312 +motmot n 1 2 @ #m 1 0 01830915 +motoneuron n 1 2 @ #p 1 0 05466696 +motor n 2 3 @ ~ + 2 1 03789946 09359631 +motor_aphasia n 1 1 @ 1 0 14098458 +motor_area n 1 1 @ 1 0 05489640 +motor_ataxia n 1 3 @ ~ #p 1 0 14091254 +motor_city n 1 2 @ #p 1 0 09100394 +motor_control n 1 1 @ 1 0 00830733 +motor_cortex n 1 1 @ 1 0 05489640 +motor_end_plate n 1 2 @ #p 1 0 05466393 +motor_fiber n 1 2 @ #p 1 0 05474976 +motor_home n 1 2 @ ~ 1 0 02946348 +motor_horn n 1 3 @ #p %p 1 0 02761834 +motor_hotel n 1 2 @ ~ 1 0 03790755 +motor_inn n 1 2 @ ~ 1 0 03790755 +motor_lodge n 1 2 @ ~ 1 0 03790755 +motor_memory n 1 1 @ 1 0 05761277 +motor_mower n 1 2 @ ~ 1 0 03995856 +motor_nerve n 1 3 @ ~ %p 1 0 05474738 +motor_nerve_fiber n 1 2 @ #p 1 0 05466696 +motor_neuron n 1 2 @ #p 1 1 05466696 +motor_oil n 1 1 @ 1 0 14953441 +motor_pool n 1 1 @ 1 1 08293684 +motor_region n 1 1 @ 1 0 05489640 +motor_scooter n 1 1 @ 1 0 03791053 +motor_torpedo_boat n 1 1 @ 1 0 04017807 +motor_vehicle n 1 4 @ ~ %p - 1 0 03791235 +motorbike n 1 2 @ ~ 1 0 03769722 +motorboat n 1 4 @ ~ %p + 1 0 03790230 +motorbus n 1 5 @ ~ #m %p - 1 0 02924116 +motorcade n 1 1 @ 1 0 08428383 +motorcar n 1 4 @ ~ %p - 1 1 02958343 +motorcoach n 1 5 @ ~ #m %p - 1 0 02924116 +motorcycle n 1 4 @ ~ %p + 1 0 03790512 +motorcycle_cop n 1 1 @ 1 0 10333838 +motorcycle_policeman n 1 1 @ 1 0 10333838 +motorcycling n 1 2 @ + 1 0 00451635 +motorcyclist n 1 1 @ 1 0 10334009 +motoring n 1 2 @ + 1 0 00299112 +motorisation n 1 2 @ + 1 0 00102927 +motorist n 1 2 @ + 1 0 10334101 +motorization n 1 2 @ + 1 0 00102927 +motorized_wheelchair n 1 1 @ 1 0 03790953 +motorman n 1 1 @ 1 0 10334255 +motormouth n 1 1 @ 1 0 10334335 +motortruck n 1 3 @ ~ %p 1 0 04490091 +motorway n 1 3 @ ~ %p 1 0 03306610 +motown n 1 2 @ #p 1 0 09100394 +motrin n 1 3 @ %s ; 1 0 03556281 +mott n 1 1 @ 1 0 11194062 +mottle n 1 1 @ 1 0 04958865 +mottling n 1 2 @ + 1 0 00263947 +motto n 1 2 @ ~ 1 1 07152259 +moue n 1 1 @ 1 0 06877742 +moufflon n 1 2 @ #m 1 0 02415829 +mouflon n 1 2 @ #m 1 0 02415829 +moujik n 1 1 @ 1 0 10342770 +moukden n 1 2 @ #p 1 0 08728462 +mould n 8 3 @ ~ + 8 0 14953564 13913566 13516176 13077033 07938594 04732709 03779621 03779370 +mouldboard n 1 2 @ #p 1 0 03779884 +mouldboard_plough n 1 3 @ ~ %p 1 0 03780047 +moulding n 4 4 @ ~ #p + 4 0 03780392 03780247 03779621 00937895 +moulmein n 1 1 @ 1 0 08716076 +moult n 1 2 @ + 1 0 13516842 +moulter n 1 2 @ + 1 0 01318660 +moulting n 1 2 @ + 1 0 13516842 +mound n 5 6 @ ~ #m #p + ; 5 3 03792334 09326662 07961480 03792048 00722984 +mound-bird n 1 3 @ ~ #m 1 0 01801088 +mound_bird n 1 3 @ ~ #m 1 0 01801088 +mound_builder n 2 3 @ ~ #m 2 0 10334461 01801088 +mount n 5 5 @ ~ #p %p + 5 2 02377703 00325110 09359803 03792526 02769460 +mount_adams n 1 2 @ #p 1 0 09187407 +mount_ararat n 1 2 @ #p 1 0 09203032 +mount_asama n 1 2 @ #p 1 0 08926681 +mount_athos n 1 2 @ #p 1 0 08785132 +mount_bartle_frere n 1 2 @ #p 1 0 09361681 +mount_carmel n 1 2 @ #p 1 0 09361816 +mount_communism n 1 2 @ #p 1 0 09251832 +mount_cook_lily n 1 1 @ 1 0 11722199 +mount_elbert n 1 2 @ #p 1 0 09362050 +mount_etna n 1 2 @ #p 1 0 09174718 +mount_everest n 1 2 @ #p 1 1 09277010 +mount_fuji n 1 2 @ #p 1 0 09175016 +mount_garmo n 1 2 @ #p 1 0 09251832 +mount_godwin_austen n 1 2 @ #p 1 0 09322701 +mount_hubbard n 1 2 @ #p 1 0 09306642 +mount_kanchenjunga n 1 2 @ #p 1 0 09323221 +mount_kilimanjaro n 1 2 @ #p 1 0 09325963 +mount_logan n 1 2 @ #p 1 0 09342729 +mount_mckinley n 1 2 @ #p 1 0 09349425 +mount_olympus n 1 2 @ #p 1 0 09378529 +mount_orizaba n 1 2 @ #p 1 0 09173777 +mount_parnassus n 1 3 @ #p ; 1 0 09385586 +mount_pinatubo n 1 1 @ 1 0 08982289 +mount_ranier n 1 2 @ #p 1 0 09405169 +mount_ranier_national_park n 1 2 @ #p 1 0 08607752 +mount_rushmore n 1 2 @ #p 1 0 09417668 +mount_rushmore_state n 1 3 @ #p %p 1 0 09138935 +mount_saint_helens n 1 2 @ #p 1 0 09177385 +mount_shasta n 1 2 @ #p 1 0 09431569 +mount_sherman n 1 2 @ #p 1 0 09431902 +mount_sinai n 1 2 @ #p 1 0 09435512 +mount_st._helens n 1 2 @ #p 1 0 09177385 +mount_tacoma n 1 2 @ #p 1 0 09405169 +mount_vernon n 1 2 @ #p 1 0 09152769 +mount_vesuvius n 1 2 @ #p 1 0 09177883 +mount_whitney n 1 2 @ #p 1 0 09479072 +mount_wilson n 1 2 @ #p 1 0 09479811 +mountain n 2 4 @ ~ %p + 2 1 09359803 13774404 +mountain_alder n 2 2 @ #m 2 0 12754311 12285369 +mountain_andromeda n 1 2 @ #m 1 0 12243693 +mountain_anemone n 1 1 @ 1 0 11725311 +mountain_ash n 3 3 @ ~ #m 3 0 12658118 12338796 12305986 +mountain_avens n 1 2 @ #m 1 0 12629305 +mountain_azalea n 1 2 @ #m 1 0 12240477 +mountain_beaver n 1 2 @ #m 1 0 02363996 +mountain_bike n 1 1 @ 1 0 03792782 +mountain_birch n 1 2 @ #m 1 0 12283542 +mountain_blacksnake n 1 2 @ #m 1 0 01732789 +mountain_bladder_fern n 1 1 @ 1 0 13196234 +mountain_blue_berry n 1 1 @ 1 0 12248359 +mountain_box n 1 1 @ 1 0 12231358 +mountain_chain n 1 3 @ ~ %p 1 0 09403734 +mountain_chinchilla n 1 2 @ #m 1 0 02367812 +mountain_clematis n 1 1 @ 1 0 11731659 +mountain_climber n 1 2 @ ~ 1 0 10334567 +mountain_climbing n 1 3 @ ~ - 1 0 00325785 +mountain_clubmoss n 1 1 @ 1 0 13223090 +mountain_cranberry n 2 3 @ #p %p 2 0 12249542 07744057 +mountain_daisy n 1 1 @ 1 0 11806219 +mountain_devil n 2 2 @ #m 2 0 12220019 01689081 +mountain_ebony n 1 2 @ #m 1 0 12491017 +mountain_everlasting n 1 1 @ 1 0 11922926 +mountain_fern n 1 2 @ #m 1 0 13229543 +mountain_fetterbush n 1 2 @ #m 1 0 12243693 +mountain_fever n 1 1 @ 1 0 14141656 +mountain_four_o'clock n 1 1 @ 1 0 11840764 +mountain_goat n 1 2 @ #m 1 0 02418465 +mountain_gorilla n 1 2 @ #m 1 0 02481366 +mountain_grape n 1 1 @ 1 0 11699442 +mountain_heath n 1 2 @ #m 1 0 12242850 +mountain_hemlock n 1 1 @ 1 0 11627908 +mountain_hollyhock n 1 2 @ #m 1 0 12181612 +mountain_lady's_slipper n 1 1 @ 1 0 12058192 +mountain_laurel n 2 2 @ #m 2 0 12237641 11707827 +mountain_lily n 2 2 @ #m 2 0 12426623 11722199 +mountain_lion n 1 2 @ #m 1 0 02125311 +mountain_male_fern n 1 1 @ 1 0 13194212 +mountain_man n 1 2 @ ~ 1 0 10113072 +mountain_maple n 1 1 @ 1 0 12754311 +mountain_mint n 1 3 @ ~ #m 1 0 12863624 +mountain_nyala n 1 2 @ #m 1 0 02425086 +mountain_oak n 1 1 @ 1 0 12336973 +mountain_paca n 1 2 @ #m 1 0 02366579 +mountain_parsley_fern n 1 1 @ 1 0 13210597 +mountain_partridge n 1 2 @ #m 1 0 01808596 +mountain_pass n 1 3 @ ~ #p 1 0 09386842 +mountain_peak n 1 3 @ ~ #p 1 0 09360122 +mountain_phlox n 1 1 @ 1 0 12811027 +mountain_pine n 3 2 @ #m 3 0 11639445 11613459 11612349 +mountain_pride n 1 2 @ #m 1 0 12887065 +mountain_quail n 1 2 @ #m 1 0 01808596 +mountain_range n 1 3 @ ~ %p 1 0 09403734 +mountain_rice n 1 1 @ 1 0 12126516 +mountain_rimu n 1 2 @ #m 1 0 11656771 +mountain_rose n 1 1 @ 1 0 12620661 +mountain_sandwort n 1 1 @ 1 0 11806219 +mountain_sheep n 1 2 @ ~ 1 0 02415435 +mountain_sickness n 1 1 @ 1 0 14043092 +mountain_skink n 1 2 @ #m 1 0 01684741 +mountain_spinach n 1 1 @ 1 0 11831100 +mountain_spleenwort n 1 1 @ 1 0 13182338 +mountain_standard_time n 1 1 @ 1 0 15132408 +mountain_starwort n 1 1 @ 1 0 11806219 +mountain_state n 1 3 @ #p %p 1 0 09155306 +mountain_sumac n 1 1 @ 1 0 12763762 +mountain_swamp_gum n 1 1 @ 1 0 12336586 +mountain_tea n 1 4 @ #m %s %p 1 0 12235765 +mountain_tent n 1 1 @ 1 0 03792972 +mountain_time n 1 1 @ 1 0 15132408 +mountain_trail n 1 1 @ 1 0 03793090 +mountain_viscacha n 1 2 @ #m 1 0 02367812 +mountain_watercress n 1 1 @ 1 0 11882636 +mountain_zebra n 1 1 @ 1 0 02391373 +mountaineer n 1 3 @ ~ + 1 0 10334567 +mountaineering n 1 4 @ ~ + - 1 0 00325785 +mountainside n 1 2 @ #p 1 1 09361517 +mountebank n 1 2 @ ~ 1 0 10334782 +mounter n 2 2 @ + 2 0 10335123 10334957 +mountie n 1 2 @ #m 1 0 10540114 +mounties n 1 2 @ %m 1 0 08210670 +mounting n 2 4 @ ~ %p + 2 0 07370410 03793186 +mourner n 1 3 @ ~ + 1 1 10335246 +mournful_widow n 1 1 @ 1 0 12683571 +mournfulness n 1 3 @ ~ + 1 0 07535209 +mourning n 2 2 @ + 2 0 13989280 01072236 +mourning_band n 1 1 @ 1 0 04570680 +mourning_cloak n 1 2 @ #m 1 0 02275560 +mourning_cloak_butterfly n 1 2 @ #m 1 0 02275560 +mourning_dove n 1 2 @ #m 1 0 01814217 +mourning_ring n 1 1 @ 1 0 03793387 +mouse n 4 4 @ ~ %p + 4 1 02330245 14289387 10335563 03793489 +mouse's_nest n 1 1 @ 1 0 09362207 +mouse-ear_chickweed n 1 3 @ ~ #m 1 0 11807108 +mouse-ear_cress n 1 1 @ 1 0 11871496 +mouse-ear_hawkweed n 1 1 @ 1 0 12004120 +mouse-eared_bat n 1 1 @ 1 0 02141611 +mouse-tooth_forceps n 1 2 @ ; 1 0 03793954 +mouse_button n 1 2 @ #p 1 0 03793850 +mouse_click n 1 1 @ 1 0 00112828 +mouse_deer n 1 3 @ ~ #m 1 0 02435853 +mouse_ear n 2 3 @ ~ #m 2 0 12822115 11807108 +mouse_eared_chickweed n 1 3 @ ~ #m 1 0 11807108 +mouse_hare n 1 3 @ ~ #m 1 0 02328429 +mouse_mat n 1 1 @ 1 0 03794655 +mouse_nest n 1 1 @ 1 1 09362207 +mousepad n 1 1 @ 1 0 03794655 +mouser n 1 1 @ 1 0 02122430 +mousetrap n 2 2 @ ; 2 0 03794056 00976270 +moussaka n 1 1 @ 1 0 07872593 +mousse n 3 3 @ ~ + 3 0 07611991 07611839 03794136 +mousseline_de_sole n 1 1 @ 1 0 03794291 +moussorgsky n 1 1 @ 1 0 11198375 +moustache n 1 3 @ ~ #p 1 0 05262185 +moustache_cup n 1 1 @ 1 0 03802643 +moustachio n 1 1 @ 1 0 05262534 +mouth n 8 6 @ ~ #p %p + ; 8 5 05302499 05301908 09362469 09362316 10335679 10335801 06721949 03794392 +mouth-to-mouth_resuscitation n 1 2 @ %p 1 0 00832626 +mouth_bow n 1 1 @ 1 0 03597916 +mouth_harp n 1 1 @ 1 0 03494278 +mouth_hole n 1 2 @ #p 1 0 03794540 +mouth_organ n 1 1 @ 1 0 03494278 +mouthbreeder n 1 1 @ 1 0 02513805 +mouthful n 2 3 @ ~ #p 2 1 13768343 07578879 +mouthpart n 1 1 @ 1 0 01768808 +mouthpiece n 6 3 @ #p ; 6 2 03795419 03795123 10335801 03795269 03794957 03794798 +mouthwash n 1 1 @ 1 0 14848642 +mouton n 1 2 @ #p 1 0 07666733 +movability n 1 4 ! @ ~ + 1 0 04773899 +movable n 1 2 @ ; 1 0 13245846 +movable_barrier n 1 2 @ ~ 1 0 03795580 +movable_feast n 1 2 @ ~ 1 0 15185290 +movableness n 1 4 ! @ ~ + 1 0 04773899 +move n 5 4 @ ~ + ; 5 3 00165942 00168658 00331950 00279835 00166172 +moveable_feast n 1 2 @ ~ 1 0 15185290 +movement n 11 5 @ ~ #p + ; 11 7 00331950 00279835 07309781 08464601 07046339 00798245 11425088 13441387 06197664 03795758 00280586 +movement_for_revenge n 1 2 @ ; 1 0 08045428 +movement_of_holy_warriors n 1 2 @ ; 1 0 08022972 +mover n 4 4 @ ~ + ; 4 1 10336234 10484526 10335931 08478482 +mover_and_shaker n 1 1 @ 1 0 10585976 +movie n 1 4 @ ~ %p - 1 1 06613686 +movie_actor n 1 2 @ ~ 1 0 10564098 +movie_camera n 1 2 @ ~ 1 1 03789171 +movie_film n 1 2 @ ~ 1 0 03789400 +movie_house n 1 2 @ ~ 1 1 03032252 +movie_industry n 1 3 @ ~ #p 1 0 08068151 +movie_maker n 1 2 @ ~ 1 0 10088390 +movie_making n 1 1 @ 1 0 00924714 +movie_projector n 1 3 @ ~ %p 1 0 03795976 +movie_star n 1 1 @ 1 1 10089484 +movie_theater n 1 2 @ ~ 1 1 03032252 +movie_theatre n 1 2 @ ~ 1 0 03032252 +moviegoer n 1 2 @ #m 1 1 10336411 +moviemaking n 1 1 @ 1 0 00924714 +movimiento_revolucionario_tupac_anaru n 1 2 @ ; 1 0 08045681 +moving-coil_galvanometer n 1 2 @ ~ 1 0 03796181 +moving-picture_show n 1 4 @ ~ %p - 1 0 06613686 +moving_company n 1 1 @ 1 0 08478482 +moving_expense n 1 1 @ 1 0 13277056 +moving_in n 1 2 @ ~ 1 0 00086809 +moving_picture n 1 4 @ ~ %p - 1 0 06613686 +moving_ridge n 1 2 @ ~ 1 0 07352190 +moving_staircase n 1 1 @ 1 0 03295773 +moving_stairway n 1 1 @ 1 0 03295773 +moving_van n 1 2 @ ~ 1 0 03796401 +mow n 1 3 @ #p + 1 0 03500557 +mower n 1 4 @ ~ %p + 1 0 03649909 +moxie n 1 2 @ ; 1 0 05032351 +moxie_plum n 1 2 @ #m 1 0 12235479 +moynihan n 1 1 @ 1 0 11194205 +mozambican n 1 3 @ #m + 1 0 09723689 +mozambique n 1 5 @ #p %m %p + 1 0 08971025 +mozambique_channel n 1 2 @ #p 1 0 09362666 +mozambique_monetary_unit n 1 2 @ ~ 1 0 13688695 +mozart n 2 2 @ + 2 0 11194355 07278652 +mozzarella n 1 1 @ 1 0 07854184 +mp n 2 5 @ ~ #m %m ; 2 0 10317500 08211290 +mpeg n 1 2 @ ; 1 0 00616398 +mph n 2 1 @ 2 2 15280346 15284878 +mps n 1 2 @ #p 1 0 05461610 +mr n 1 1 @ 1 0 06341340 +mr. n 1 1 @ 1 0 06341340 +mr._moto n 1 1 @ 1 0 09602162 +mrd n 1 1 @ 1 0 06639023 +mri n 1 2 @ ~ 1 0 00902579 +mrna n 1 1 @ 1 0 14832770 +mrs n 1 1 @ 1 0 06341431 +mrs. n 1 1 @ 1 0 06341431 +mrs._gandhi n 1 1 @ 1 0 10989610 +mrs._henry_wood n 1 1 @ 1 0 11395609 +mrs._humphrey_ward n 1 1 @ 1 0 11374085 +mrs._simpson n 1 1 @ 1 0 11301809 +mrta n 1 2 @ ; 1 0 08045681 +ms n 5 5 @ #m #p %p - 5 0 14094068 09103943 06702139 06406979 06341525 +ms-dos n 1 1 @ 1 0 06568552 +ms. n 1 1 @ 1 0 06341525 +msasa n 1 2 @ #m 1 0 12491435 +msb n 1 1 @ 1 0 08424501 +msc n 1 1 @ 1 0 06702139 +msec n 1 3 @ #p %p 1 0 15236338 +msg n 1 1 @ 1 0 07828378 +msh n 1 1 @ 1 0 15073784 +mst n 1 1 @ 1 0 15132408 +mt n 4 4 @ #p %p - 4 0 14644963 13725588 09108164 06133503 +mt._ararat n 1 2 @ #p 1 0 09203032 +mt._everest n 1 2 @ #p 1 0 09277010 +mt._mckinley n 1 2 @ #p 1 0 09349425 +mt._olympus n 1 2 @ #p 1 0 09378529 +mt._ranier n 1 2 @ #p 1 0 09405169 +mt._rushmore n 1 2 @ #p 1 0 09417668 +mt._st._helens n 1 2 @ #p 1 0 09177385 +mt._vesuvius n 1 2 @ #p 1 0 09177883 +mt_etna n 1 2 @ #p 1 0 09174718 +mt_orizaba n 1 2 @ #p 1 0 09173777 +mu n 1 2 @ #m 1 0 06835315 +mu-meson n 1 1 @ 1 0 09363214 +muadhdhin n 1 1 @ 1 0 10336730 +muammar_al-qaddafi n 1 1 @ 1 0 11250287 +muammar_el-qaddafi n 1 1 @ 1 0 11250287 +muazzin n 1 1 @ 1 0 10336730 +mubarak n 1 1 @ 1 0 11194587 +much n 1 1 @ 1 1 13776621 +muchness n 1 3 @ + ; 1 0 05099662 +mucic_acid n 1 1 @ 1 0 14615971 +mucilage n 2 3 @ ~ + 2 0 14901679 14702875 +mucin n 1 3 @ #s + 1 0 14730955 +muck n 2 3 @ ~ + 2 0 14956661 14854847 +muckheap n 1 1 @ 1 0 07962295 +muckhill n 1 1 @ 1 0 07962295 +muckle n 1 2 @ ~ 1 0 13774404 +muckraker n 1 3 @ + ; 1 0 10336537 +muckraking n 1 2 @ + 1 0 07215816 +mucocutaneous_leishmaniasis n 1 1 @ 1 0 14181409 +mucocutaneous_lymph_node_syndrome n 1 1 @ 1 0 14076270 +mucoid n 1 2 @ + 1 0 14956027 +mucopolysaccharide n 1 2 @ ~ 1 0 14956143 +mucopolysaccharidosis n 1 2 @ ~ 1 0 14157527 +mucor n 1 2 @ #m 1 0 12973443 +mucoraceae n 1 3 @ #m %m 1 0 12972966 +mucorales n 1 3 @ #m %m 1 0 12972818 +mucosa n 1 3 @ ~ + 1 1 05327134 +mucous_colitis n 1 1 @ 1 0 14306245 +mucous_membrane n 1 2 @ ~ 1 0 05327134 +mucous_secretion n 1 3 @ ~ %s 1 0 05415395 +mucoviscidosis n 1 1 @ 1 0 14155506 +mucuna n 1 3 @ ~ #m 1 0 12550210 +mucuna_aterrima n 1 2 @ %p 1 0 12550408 +mucuna_deeringiana n 1 2 @ %p 1 0 12550408 +mucuna_pruriens_utilis n 1 2 @ %p 1 0 12550408 +mucus n 1 4 @ ~ %s + 1 1 05415395 +mud n 2 3 @ ~ + 2 1 14956325 06720137 +mud_bath n 1 1 @ 1 0 00258301 +mud_brick n 1 1 @ 1 0 03796522 +mud_dauber n 1 2 @ #m 1 0 02216365 +mud_digger n 1 1 @ 1 1 10019308 +mud_flat n 1 1 @ 1 1 08600618 +mud_hen n 1 2 @ #m 1 0 02018207 +mud_midget n 1 2 @ #m 1 0 11796573 +mud_pie n 1 1 @ 1 0 14780737 +mud_plantain n 1 2 @ #m 1 0 12610740 +mud_puddle n 1 2 @ ~ 1 0 09362820 +mud_puppy n 3 2 @ #m 3 0 01634522 01633406 01632777 +mud_stain n 1 1 @ 1 0 04695805 +mud_turtle n 1 3 @ ~ #m 1 0 01667114 +mudcat n 2 2 @ #m 2 0 07780038 02520147 +mudder n 1 1 @ 1 0 02385676 +muddiness n 3 3 @ ~ + 3 0 14535056 05683582 04703698 +muddle n 2 3 @ ~ + 2 1 14500567 14409489 +mudguard n 1 2 @ #p 1 1 03796605 +mudhif n 1 1 @ 1 0 03796848 +mudra n 1 1 @ 1 0 00335285 +mudskipper n 1 2 @ #m 1 0 02619550 +mudslide n 1 1 @ 1 0 07405579 +mudslinger n 1 2 @ ; 1 0 10336537 +mudspringer n 1 2 @ #m 1 0 02619550 +muenchen n 1 2 @ #p 1 0 08774227 +muenster n 1 1 @ 1 0 07854266 +muesli n 1 1 @ 1 0 07702957 +muezzin n 1 1 @ 1 0 10336730 +muff n 2 3 @ + ; 2 1 03796974 00075912 +muffin n 1 2 @ ~ 1 0 07690273 +muffin_man n 1 2 @ ; 1 0 10336904 +muffle n 1 1 @ 1 0 03797062 +muffler n 3 4 @ ~ #p + 3 1 04218564 03797182 03161450 +mufti n 2 2 @ ~ 2 0 10337020 03797264 +mug n 4 5 @ ~ #p %p ; 4 0 13768440 09921409 05601357 03797390 +mug's_game n 1 1 @ 1 0 00788007 +mug_book n 1 2 @ %m 1 0 06511396 +mug_file n 1 2 @ %m 1 1 06511396 +mug_shot n 1 2 @ #m 1 0 03797548 +mugful n 1 1 @ 1 0 13768440 +muggee n 1 2 @ + 1 0 10337134 +mugger n 1 2 @ + 1 0 10337300 +mugginess n 1 2 @ + 1 0 14535807 +mugging n 1 2 @ + 1 0 00774009 +muggins n 1 2 @ ~ 1 0 10100761 +mugho_pine n 1 1 @ 1 0 11612349 +mugil n 1 3 @ #m %m 1 0 02601589 +mugil_cephalus n 1 2 @ #m 1 0 02601767 +mugil_curema n 1 2 @ #m 1 0 02601921 +mugil_liza n 1 2 @ #m 1 0 02602059 +mugilidae n 1 3 @ #m %m 1 0 02601200 +mugiloidea n 1 3 @ #m %m 1 0 02600953 +mugo_pine n 1 1 @ 1 0 11612349 +mugshot n 1 2 @ #m 1 0 03797548 +mugwort n 1 3 @ ~ #m 1 0 11928858 +mugwump n 2 2 @ ; 2 0 10337645 10337488 +muhammad n 2 1 @ 2 0 11194749 11184092 +muhammad_ali n 2 1 @ 2 0 11184273 10814574 +muhammad_ali_jinnah n 1 1 @ 1 0 11085113 +muhammadan n 1 2 @ + 1 0 10327002 +muhammadan_calendar n 1 2 @ %p 1 0 15178841 +muhammadanism n 1 3 @ ~ - 1 0 06234825 +muhammedan n 1 1 @ 1 0 10327002 +muharram n 1 2 @ #p 1 0 15217308 +muharrum n 1 2 @ #p 1 0 15217308 +muhlenbergia n 1 3 @ #m %m 1 0 12125398 +muhlenbergia_schreberi n 1 2 @ #m 1 0 12125584 +muir n 1 1 @ 1 0 11194910 +muishond n 1 3 @ ~ #m 1 0 02443808 +mujahadeen n 1 4 @ ~ %m ; 1 0 08206663 +mujahadein n 1 4 @ ~ %m ; 1 0 08206663 +mujahadin n 1 4 @ ~ %m ; 1 0 08206663 +mujahedeen n 1 4 @ ~ %m ; 1 0 08206663 +mujahedeen_khalq n 1 1 @ 1 0 08207001 +mujahedeen_kompak n 1 2 @ ; 1 0 08034579 +mujahedin n 1 4 @ ~ %m ; 1 0 08206663 +mujahid n 1 2 @ #m 1 0 10337789 +mujahideen n 1 4 @ ~ %m ; 1 0 08206663 +mujahidin n 1 4 @ ~ %m ; 1 0 08206663 +mujahidin-e_khalq_organization n 1 2 @ ; 1 0 08034778 +mujik n 1 1 @ 1 0 10342770 +mujtihad n 1 1 @ 1 0 10337913 +mukalla n 1 2 @ #p 1 0 09165294 +mukataa n 1 2 @ ; 1 0 03797703 +mukden n 1 2 @ #p 1 0 08728462 +mulatto n 1 2 @ ; 1 0 09638454 +mulberry n 2 5 @ ~ #m #p %p 2 0 12399132 07767171 +mulberry_family n 1 3 @ #m %m 1 0 12398682 +mulberry_fig n 1 2 @ #m 1 0 12403513 +mulberry_tree n 1 4 @ ~ #m %p 1 0 12399132 +mulch n 1 2 @ + 1 1 03797896 +mulct n 1 3 @ ~ + 1 0 13301328 +mule n 2 3 @ #m + 2 1 02390101 03798061 +mule's_ears n 1 2 @ #m 1 0 12032429 +mule_deer n 1 3 @ ~ #m 1 0 02432511 +mule_driver n 1 1 @ 1 1 10338094 +mule_fat n 1 2 @ #m 1 0 11938556 +mule_skinner n 1 1 @ 1 0 10338094 +muleteer n 1 2 @ + 1 0 10338094 +muliebrity n 2 2 @ ~ 2 0 14425715 04667406 +mulishness n 1 2 @ + 1 0 04908835 +mull n 2 2 @ #p 2 0 09362945 08894011 +mulla n 1 2 @ #m 1 0 10338231 +mullah n 1 2 @ #m 1 0 10338231 +mullah_mohammed_omar n 1 1 @ 1 0 11195073 +mullah_omar n 1 1 @ 1 0 11195073 +mulled_cider n 1 1 @ 1 0 07922041 +mulled_wine n 1 2 @ ~ 1 0 07926920 +mullein n 1 3 @ ~ #m 1 0 12888906 +mullein_pink n 1 1 @ 1 0 11812094 +muller n 9 2 @ + 9 0 11196046 11195913 11195771 11195619 11195452 11195295 10339504 03919430 03798165 +mullet n 3 5 @ ~ #m #p %p 3 0 07784367 02601344 02599958 +mullidae n 1 3 @ #m %m 1 0 02599784 +mulligan n 1 1 @ 1 0 07590068 +mulligan_stew n 1 1 @ 1 0 07590068 +mulligatawny n 1 2 @ ; 1 0 07586318 +mullion n 1 2 @ #p 1 0 03798268 +mulloidichthys n 1 3 @ #m %m 1 0 02600657 +mulloidichthys_martinicus n 1 2 @ #m 1 0 02600798 +mulloway n 1 2 @ #m 1 0 02596067 +mullus n 1 3 @ #m %m 1 0 02600135 +mullus_auratus n 1 2 @ #m 1 0 02600503 +mullus_surmuletus n 1 3 @ ~ #m 1 0 02600298 +multi-billionaire n 1 1 @ 1 0 10529823 +multibank_holding_company n 1 1 @ 1 0 08185643 +multichannel_recorder n 1 1 @ 1 1 03798442 +multicollinearity n 1 2 @ ; 1 0 06027843 +multiculturalism n 1 2 ! @ 1 0 05964805 +multidimensional_language n 1 3 ! @ ~ 1 0 06900282 +multiengine_airplane n 1 1 @ 1 0 03798610 +multiengine_plane n 1 1 @ 1 0 03798610 +multifariousness n 1 4 @ ~ = + 1 0 04751305 +multiflora n 1 1 @ 1 0 12622072 +multiflora_rose n 1 1 @ 1 0 12622072 +multifocal_iol n 1 1 @ 1 0 03798729 +multifocal_lens_implant n 1 1 @ 1 0 03798729 +multimedia n 1 2 @ ~ 1 0 06261744 +multimedia_system n 1 2 @ ~ 1 0 06261744 +multinomial n 1 3 @ ~ ; 1 0 05861855 +multiple n 1 3 @ ~ + 1 0 05859991 +multiple_correlation n 1 3 @ ~ ; 1 0 06027613 +multiple_correlation_coefficient n 1 2 @ ; 1 0 06033692 +multiple_fruit n 1 2 @ ~ 1 0 13137672 +multiple_mononeuropathy n 1 1 @ 1 0 14209087 +multiple_myeloma n 1 1 @ 1 0 14248422 +multiple_neuritis n 1 2 @ ~ 1 0 14353314 +multiple_personality n 1 1 @ 1 0 14394783 +multiple_regression n 1 3 @ ~ ; 1 0 06027613 +multiple_sclerosis n 1 2 @ %p 1 1 14094068 +multiple_star n 1 2 @ ~ 1 0 09363064 +multiple_voting n 1 2 @ ; 1 0 00184802 +multiplex n 2 1 @ 2 0 06277025 03798982 +multiplex_operation n 1 1 @ 1 0 13517717 +multiplexer n 1 2 @ ~ 1 0 03799113 +multiplicand n 1 1 @ 1 0 13733979 +multiplication n 3 3 @ ~ + 3 1 00849982 13517843 00871576 +multiplicative_inverse n 1 2 @ ; 1 0 13843173 +multiplicity n 2 4 @ ~ = + 2 1 05098750 05121908 +multiplier n 1 3 @ ~ + 1 0 13733818 +multiplier_factor n 1 2 @ ~ 1 0 13733818 +multiplier_onion n 1 2 @ %p 1 0 12433178 +multiprocessing n 1 1 @ 1 0 13518140 +multiprocessor n 1 1 @ 1 0 03799240 +multiprogramming n 1 1 @ 1 0 13518279 +multistage n 1 1 @ 1 0 15291110 +multistage_rocket n 1 2 @ %p 1 0 03799375 +multitude n 3 3 @ ~ + 3 1 13775093 08182716 08180190 +multitudinousness n 1 2 @ + 1 0 05122295 +multivalence n 1 3 @ + ; 1 0 14570330 +multivalency n 1 3 @ + ; 1 0 14570330 +multivariate_analysis n 1 3 @ ~ ; 1 0 06021247 +multiversity n 1 1 @ 1 0 08286801 +multivitamin n 1 2 @ %s 1 0 07938007 +multivitamin_pill n 1 2 @ %s 1 0 07938007 +mulwi n 1 1 @ 1 0 06984746 +mum n 3 2 @ + 3 0 11961100 10278128 04652345 +mumbai n 1 2 @ #p 1 0 08903872 +mumble n 1 2 @ + 1 0 07127252 +mumble-the-peg n 1 1 @ 1 0 00486490 +mumbler n 1 2 @ + 1 0 10342543 +mumblety-peg n 1 1 @ 1 0 00486490 +mumbling n 2 2 @ + 2 0 07132634 00279235 +mumbo_jumbo n 1 1 @ 1 1 06612420 +mumification_necrosis n 1 2 @ ; 1 0 14313661 +mummer n 1 2 @ ~ 1 0 10318892 +mummery n 1 1 @ 1 0 06609403 +mummichog n 1 2 @ #m 1 0 01447139 +mummification n 3 3 @ + ; 3 0 14578634 14313661 00820583 +mummy n 2 2 @ + 2 0 10278128 05218630 +mumps n 1 2 @ %p 1 0 14138178 +mumpsimus n 1 1 @ 1 0 05836714 +munch n 2 2 @ + 2 0 11196208 00841393 +munchausen n 1 1 @ 1 0 11196305 +munchausen's_syndrome n 1 1 @ 1 0 14307275 +munchausen_syndrome n 1 1 @ 1 0 14307275 +munchener n 1 1 @ 1 0 07887304 +muncher n 1 2 @ + 1 0 10338391 +munchhausen n 1 1 @ 1 0 11196305 +muncie n 1 2 @ #p 1 0 09085967 +munda n 1 1 @ 1 0 06936823 +munda-mon-khmer n 1 2 @ ~ 1 0 06936620 +mundaneness n 2 4 @ ~ = + 2 0 04880273 04794751 +mundanity n 2 4 @ ~ = + 2 0 04880273 04794751 +mung n 1 2 @ #m 1 0 12578255 +mung_bean n 1 2 @ #m 1 0 12578255 +mungo_park n 1 1 @ 1 0 11222655 +munich n 1 2 @ #p 1 1 08774227 +munich_beer n 1 1 @ 1 0 07887304 +municipal_bond n 1 2 @ ~ 1 0 13338657 +municipal_center n 1 2 @ #p 1 0 08543496 +municipal_government n 1 2 @ ~ 1 0 08225736 +municipal_note n 1 1 @ 1 0 13415043 +municipality n 2 4 @ ~ %p + 2 0 08626283 08225581 +munificence n 1 2 @ + 1 0 04832716 +muniments n 1 2 @ ; 1 0 06546931 +munition n 3 4 @ ~ %p + 3 1 04566257 03799610 03385557 +munitions_industry n 1 1 @ 1 0 08068924 +munj n 1 2 @ #m 1 0 12133151 +munja n 1 2 @ #m 1 0 12133151 +munjeet n 1 2 @ #m 1 0 12661045 +munjuk n 1 1 @ 1 0 06984746 +munro n 1 1 @ 1 0 11196627 +muntiacus n 1 3 @ #m %m 1 0 02434834 +muntingia n 1 3 @ #m %m 1 0 12193964 +muntingia_calabura n 1 2 @ #m 1 0 12194147 +muntjac n 1 2 @ #m 1 0 02434954 +muntz_metal n 1 2 @ ~ 1 0 14720238 +muon n 1 1 @ 1 0 09363214 +muraenidae n 1 3 @ #m %m 1 0 02527145 +mural n 1 3 @ ~ + 1 0 03799710 +muralist n 1 3 @ ~ + 1 0 10338498 +muramidase n 1 1 @ 1 0 14944455 +murder n 1 3 @ ~ + 1 1 00220522 +murder_charge n 1 1 @ 1 0 07235574 +murder_conviction n 1 2 @ ; 1 0 01194021 +murder_indictment n 1 1 @ 1 0 07235574 +murder_mystery n 1 1 @ 1 0 06371145 +murder_suspect n 1 1 @ 1 1 10339251 +murderee n 1 1 @ 1 0 10338628 +murderer n 1 3 @ ~ + 1 1 10338707 +murderess n 1 1 @ 1 0 10339179 +murderousness n 2 2 @ + 2 0 07547547 04830904 +murdoch n 2 2 @ ; 2 0 11196934 11196764 +muriatic_acid n 1 1 @ 1 0 14957057 +muridae n 1 3 @ #m %m 1 0 02331479 +muriel_sarah_spark n 1 1 @ 1 0 11309613 +muriel_spark n 1 1 @ 1 0 11309613 +murillo n 1 1 @ 1 0 11197633 +murine n 1 2 @ + 1 0 02331842 +murine_typhus n 1 1 @ 1 0 14141238 +muritaniya n 1 5 @ #m #p %m %p 1 0 08966820 +murk n 1 3 @ ~ + 1 0 14521648 +murkiness n 2 3 @ ~ + 2 0 14521648 04703698 +murmansk n 1 2 @ #p 1 0 09008723 +murmur n 4 3 @ ~ + 4 2 07386920 07114154 14334814 07211092 +murmur_vowel n 1 1 @ 1 0 07114154 +murmuration n 1 2 @ + 1 0 07386920 +murmurer n 1 2 @ + 1 0 10342543 +murmuring n 2 2 @ + 2 1 07386920 07211092 +muroidea n 1 3 @ #m %m 1 0 02330830 +murphy n 1 4 @ ~ #p %p 1 0 07710616 +murphy's_law n 1 1 @ 1 0 07153502 +murphy_bed n 1 1 @ 1 0 03799876 +murrain n 1 1 @ 1 0 14274592 +murray n 3 2 @ #p 3 0 11197417 11197099 09363420 +murray_gell-mann n 1 1 @ 1 0 10993777 +murray_river n 1 2 @ #p 1 0 09363420 +murre n 1 3 @ ~ #m 1 0 02047260 +murrow n 1 1 @ 1 0 11197743 +murrumbidgee n 1 2 @ #p 1 0 09363620 +murrumbidgee_river n 1 2 @ #p 1 0 09363620 +mus n 1 3 @ #m %m 1 0 02331960 +mus_musculus n 1 2 @ #m 1 0 02332156 +mus_rose n 1 2 @ #m 1 0 12171098 +musa n 1 3 @ #m %m 1 0 12352150 +musa_acuminata n 1 2 @ %p 1 0 12352639 +musa_basjoo n 1 1 @ 1 0 12352844 +musa_ensete n 1 2 @ #m 1 0 12353754 +musa_paradisiaca n 1 2 @ %p 1 0 12352990 +musa_paradisiaca_sapientum n 1 2 @ %p 1 0 12353203 +musa_textilis n 1 1 @ 1 0 12353431 +musaceae n 1 3 @ #m %m 1 0 12351975 +musales n 1 3 @ #m %m 1 0 12350234 +musca n 2 3 @ #m %m 2 0 09363810 02190648 +musca_domestica n 1 2 @ #m 1 0 02190790 +musca_volitans n 1 1 @ 1 0 14365119 +muscadel n 1 2 @ #s 1 0 07901457 +muscadelle n 1 2 @ #s 1 0 07901457 +muscadet n 2 1 @ 2 0 13147153 07896893 +muscadine n 2 5 @ ~ #m #p %p 2 0 13145250 07759424 +muscae_volitantes n 1 1 @ 1 0 14365119 +muscardinus n 1 3 @ #m %m 1 0 02353037 +muscardinus_avellanarius n 1 2 @ #m 1 0 02353172 +muscari n 1 3 @ #m %m 1 0 12460549 +muscari_comosum n 1 1 @ 1 0 12461109 +muscari_neglectum n 1 1 @ 1 0 12460957 +muscat n 4 4 @ #s #p %s 4 0 13147788 08975435 07901457 07760153 +muscat_and_oman n 1 5 @ #m #p %m %p 1 0 08975106 +muscat_grape n 1 2 @ %s 1 0 07760153 +muscatel n 2 3 @ #s %s 2 0 07901457 07760153 +musci n 1 3 @ #m %m 1 0 11538935 +muscicapa n 1 3 @ #m %m 1 0 01556040 +muscicapa_grisola n 1 2 @ #m 1 0 01556182 +muscicapa_striata n 1 2 @ #m 1 0 01556182 +muscicapidae n 1 3 @ #m %m 1 0 01555586 +muscidae n 1 3 @ #m %m 1 0 02190015 +muscivora n 1 3 @ #m %m 1 0 01555172 +muscivora-forficata n 1 2 @ #m 1 0 01555305 +muscle n 5 6 @ ~ #p %p + - 5 2 05289297 05289057 10339350 05198132 05030418 +muscle-builder n 1 1 @ 1 0 09862845 +muscle_builder n 1 1 @ 1 0 09862845 +muscle_building n 1 2 @ ~ 1 0 00625993 +muscle_cell n 1 3 @ ~ #p 1 0 05459232 +muscle_contraction n 1 3 @ ~ ; 1 0 00369802 +muscle_fiber n 1 3 @ ~ #p 1 1 05459232 +muscle_fibre n 1 3 @ ~ #p 1 0 05459232 +muscle_memory n 1 1 @ 1 0 05761277 +muscle_relaxant n 1 2 @ ~ 1 0 03800001 +muscle_sense n 1 1 @ 1 0 05658985 +muscle_spasm n 1 2 @ ~ 1 0 14360459 +muscle_system n 1 4 @ ~ #p %p 1 0 05461816 +muscle_tone n 1 1 @ 1 1 14545215 +musclebuilder n 1 1 @ 1 0 09862845 +musclebuilding n 1 2 @ ~ 1 0 00625993 +muscleman n 2 1 @ 2 1 10339350 09862845 +muscoidea n 1 2 @ #m 1 0 02189822 +muscovite n 2 3 @ ~ + 2 0 14683085 09729062 +muscovy n 1 2 @ #p 1 0 09003918 +muscovy_duck n 1 2 @ #m 1 0 01852671 +muscular_contraction n 1 3 @ ~ ; 1 0 00369802 +muscular_dystrophy n 1 2 @ ~ 1 1 14160365 +muscular_structure n 1 4 @ ~ #p %p 1 0 05461816 +muscular_tissue n 1 4 @ ~ #p - 1 0 05289057 +muscular_tonus n 1 1 @ 1 0 14545215 +muscularity n 3 3 @ ~ + 3 0 14044719 05030418 04633197 +musculature n 1 4 @ ~ #p %p 1 1 05461816 +musculophrenic_artery n 1 1 @ 1 0 05352601 +musculophrenic_vein n 1 1 @ 1 0 05374101 +musculoskeletal_system n 1 3 @ #p %p 1 0 05462057 +musculospiral_nerve n 1 1 @ 1 0 05504807 +musculus n 1 3 @ ~ %p 1 0 05289297 +musculus_abductor_digiti_minimi_manus n 1 2 @ #p 1 0 05291230 +musculus_abductor_digiti_minimi_pedis n 1 1 @ 1 0 05291373 +musculus_abductor_hallucis n 1 1 @ 1 0 05291495 +musculus_abductor_pollicis n 1 2 @ #p 1 0 05291604 +musculus_adductor_brevis n 1 2 @ #p 1 0 05291945 +musculus_adductor_hallucis n 1 1 @ 1 0 05292359 +musculus_adductor_longus n 1 2 @ #p 1 0 05292073 +musculus_adductor_magnus n 1 2 @ #p 1 0 05292200 +musculus_anconeus n 1 2 @ #p 1 0 05292856 +musculus_articularis_cubiti n 1 2 @ #p 1 0 05293773 +musculus_articularis_genus n 1 2 @ #p 1 0 05293944 +musculus_biceps_brachii n 1 2 @ #p 1 0 05579436 +musculus_biceps_femoris n 1 2 @ #p 1 0 05579053 +musculus_buccinator n 1 2 @ #p 1 0 05294068 +musculus_deltoideus n 1 2 @ #p 1 0 05549350 +musculus_intercostalis n 1 1 @ 1 0 05552287 +musculus_obliquus_externus_abdominis n 1 1 @ 1 0 05557839 +musculus_pectoralis n 1 3 @ ~ #p 1 0 05551711 +musculus_pectoralis_major n 1 1 @ 1 0 05551939 +musculus_pectoralis_minor n 1 1 @ 1 0 05552106 +musculus_quadriceps_femoris n 1 2 @ #p 1 0 05294819 +musculus_rhomboideus_major n 1 1 @ 1 0 05575185 +musculus_rhomboideus_minor n 1 1 @ 1 0 05575374 +musculus_sartorius n 1 1 @ 1 0 05589896 +musculus_scalenus n 1 1 @ 1 0 05590144 +musculus_serratus_anterior n 1 1 @ 1 0 05550494 +musculus_serratus_posterior n 1 2 @ ~ 1 0 05550688 +musculus_sphincter_ani n 1 3 @ #p %p 1 0 05571713 +musculus_sphincter_ani_externus n 1 2 @ #p 1 0 05571904 +musculus_sphincter_ani_internus n 1 2 @ #p 1 0 05572057 +musculus_sphincter_ductus_choledochi n 1 2 @ #p 1 0 05572629 +musculus_sphincter_ductus_pancreatici n 1 2 @ #p 1 0 05572782 +musculus_sphincter_pupillae n 1 2 @ #p 1 0 05572940 +musculus_sphincter_pylori n 1 2 @ #p 1 0 05573099 +musculus_sphincter_urethrae n 1 2 @ #p 1 0 05572227 +musculus_sphincter_vesicae n 1 2 @ #p 1 0 05572396 +musculus_sternocleidomastoideus n 1 2 @ #p 1 0 05590366 +musculus_temporalis n 1 1 @ 1 0 05602304 +musculus_teres_major n 1 1 @ 1 0 05590939 +musculus_teres_minor n 1 1 @ 1 0 05591096 +musculus_tibialis n 1 3 @ ~ #p 1 0 05591256 +musculus_transversalis_abdominis n 1 1 @ 1 0 05558078 +musculus_trapezius n 1 1 @ 1 0 05591770 +musculus_triceps_brachii n 1 2 @ #p 1 0 05579753 +musd n 1 1 @ 1 0 06703420 +muse n 2 3 @ ~ + 2 1 09565999 05835162 +muser n 1 2 @ + 1 0 10339504 +musette n 1 1 @ 1 0 03800371 +musette_pipe n 1 1 @ 1 0 03800485 +museum n 1 2 @ ~ 1 1 03800563 +musgoi n 1 1 @ 1 0 06984446 +musgu n 1 1 @ 1 0 06984746 +mush n 4 4 @ ~ %s + 4 0 09400826 07703333 06775969 00308208 +musher n 1 2 @ + 1 0 10339717 +mushiness n 2 3 @ ~ + 2 0 04939198 04627506 +mushroom n 5 5 ! @ ~ #p + 5 0 13001041 13000891 12997919 11442073 07734744 +mushroom-shaped_cloud n 1 1 @ 1 0 11442073 +mushroom_anchor n 1 1 @ 1 0 03800772 +mushroom_cloud n 1 1 @ 1 0 11442073 +mushroom_coral n 1 1 @ 1 0 01917882 +mushroom_pimple n 1 2 @ ~ 1 0 12966048 +mushroom_poisoning n 1 1 @ 1 0 14069057 +mushroom_sauce n 1 1 @ 1 0 07838811 +mushroom_wine_sauce n 1 1 @ 1 0 07831821 +mushy_peas n 1 1 @ 1 0 07726525 +musial n 1 1 @ 1 0 11197944 +music n 5 6 @ ~ %p + ; - 5 3 07020895 05718556 00543233 05718935 01162529 +music_box n 1 1 @ 1 0 03801353 +music_critic n 1 2 @ ~ 1 0 10339856 +music_department n 1 1 @ 1 0 08117540 +music_director n 1 2 @ ~ 1 0 09952539 +music_genre n 1 3 @ ~ - 1 0 07071942 +music_hall n 2 1 @ 2 1 03801533 07020423 +music_lesson n 1 2 @ ~ 1 0 00889760 +music_lover n 1 1 @ 1 1 09951616 +music_of_the_spheres n 1 1 @ 1 0 05719466 +music_paper n 1 1 @ 1 0 14957152 +music_rack n 1 1 @ 1 0 03801760 +music_school n 2 1 @ 2 0 08283649 03801671 +music_stand n 1 1 @ 1 0 03801760 +music_stool n 1 1 @ 1 0 03801880 +music_teacher n 1 2 @ ~ 1 0 10341343 +musical n 1 2 @ + 1 1 07019172 +musical_accompaniment n 1 2 @ ~ 1 0 07031752 +musical_arrangement n 1 2 @ ~ 1 0 07038400 +musical_box n 1 1 @ 1 0 03801353 +musical_chairs n 2 1 @ 2 0 00486670 00339173 +musical_comedy n 1 1 @ 1 1 07019172 +musical_composition n 1 3 @ ~ %p 1 1 07037465 +musical_drama n 1 1 @ 1 0 07026920 +musical_genre n 1 3 @ ~ - 1 0 07071942 +musical_group n 1 3 @ ~ %m 1 0 08246613 +musical_harmony n 1 2 @ ~ 1 0 07027180 +musical_instrument n 1 2 @ ~ 1 1 03800933 +musical_instrument_digital_interface n 1 1 @ 1 0 06666030 +musical_interval n 1 2 @ ~ 1 0 06858779 +musical_mode n 1 2 @ ~ 1 0 06861630 +musical_notation n 1 5 @ ~ #p %p ; 1 0 06814870 +musical_note n 1 3 @ ~ #m 1 0 06865345 +musical_octave n 1 1 @ 1 0 06859401 +musical_organisation n 1 3 @ ~ %m 1 0 08246613 +musical_organization n 1 3 @ ~ %m 1 0 08246613 +musical_passage n 1 2 @ ~ 1 0 07044917 +musical_perception n 1 2 @ ~ 1 0 05711791 +musical_performance n 1 3 @ ~ %p 1 0 00100253 +musical_phrase n 1 3 @ ~ #p 1 0 07045353 +musical_rhythm n 1 2 @ ~ 1 0 07086518 +musical_scale n 1 4 @ ~ %m ; 1 0 06856568 +musical_score n 1 2 @ %p 1 0 06815714 +musical_soiree n 1 1 @ 1 0 08255373 +musical_style n 1 3 @ ~ - 1 0 07071942 +musical_theater n 1 1 @ 1 1 07019172 +musical_theme n 1 3 @ ~ ; 1 0 07029247 +musical_time n 1 3 @ ~ ; 1 0 15122011 +musical_time_signature n 1 2 @ ~ 1 0 06864524 +musicality n 1 4 @ ~ = + 1 0 04983402 +musicalness n 1 4 @ ~ = + 1 0 04983402 +musician n 2 5 @ ~ #m + ; 2 2 10340312 10339966 +musicianship n 1 2 @ + 1 1 05636048 +musicogenic_epilepsy n 1 1 @ 1 0 14089240 +musicologist n 1 2 @ + 1 0 10341243 +musicology n 1 2 @ + 1 0 06171388 +musing n 1 3 @ ~ + 1 1 05785508 +musjid n 1 2 @ ; 1 0 03724756 +musk n 2 2 @ + 2 0 14846646 05714332 +musk_clover n 1 1 @ 1 0 12689305 +musk_deer n 1 2 @ #m 1 0 02435216 +musk_duck n 1 2 @ #m 1 0 01852671 +musk_hog n 1 3 @ ~ #m 1 0 02397529 +musk_kangaroo n 1 2 @ #m 1 0 01879837 +musk_mallow n 2 2 @ #m 2 0 12172481 12171098 +musk_ox n 1 2 @ #m 1 0 02411206 +musk_rose n 1 1 @ 1 0 12622297 +musk_sheep n 1 2 @ #m 1 0 02411206 +musk_thistle n 1 2 @ #m 1 0 11944954 +musk_turtle n 1 2 @ #m 1 0 01667432 +muskat n 1 1 @ 1 0 13147788 +muskellunge n 2 3 @ #p %p 2 0 07779535 02561514 +musket n 1 3 @ ~ + 1 1 03802007 +musket_ball n 1 1 @ 1 1 03802228 +musketeer n 1 3 @ #m + 1 0 10341446 +musketry n 2 3 @ %m ; 2 1 08389438 05643611 +muskhogean n 2 2 @ ~ 2 0 09662038 06913313 +muskhogean_language n 1 2 @ ~ 1 0 06913313 +muskiness n 1 1 @ 1 0 04981044 +muskmelon n 2 5 @ ~ #m #p %p 2 0 12164363 07755707 +muskogean n 2 2 @ ~ 2 0 09662038 06913313 +muskogean_language n 1 2 @ ~ 1 0 06913313 +muskogee n 3 3 @ #m #p 3 0 09662325 09132474 06912737 +muskrat n 2 3 @ ~ #m 2 0 14765575 02338145 +muskrat_fur n 1 2 @ ~ 1 0 14765575 +muskus_grass n 1 1 @ 1 0 12689305 +muskwood n 1 1 @ 1 0 11998317 +muslim n 1 4 @ ~ #m + 1 0 09682291 +muslim_calendar n 1 2 @ %p 1 0 15178841 +muslim_ummah n 1 2 @ ; 1 0 08224684 +muslimah n 1 2 @ ~ 1 0 10341573 +muslimism n 2 4 @ ~ %m - 2 0 08095647 06234825 +muslin n 1 2 @ ~ 1 0 03802393 +musnud n 1 2 @ %p 1 0 03802507 +musophaga n 1 2 @ #m 1 0 01825155 +musophagidae n 1 3 @ #m %m 1 0 01825009 +musophobia n 1 1 @ 1 0 14385325 +musquash n 1 2 @ #m 1 0 02338145 +muss n 1 2 @ + 1 0 14500047 +mussel n 2 3 @ ~ #p 2 0 07783550 01963571 +mussel_shrimp n 1 2 @ #m 1 0 01997825 +musset n 1 1 @ 1 0 11198094 +mussiness n 1 2 @ + 1 0 14500047 +mussitation n 1 2 @ + 1 0 07386920 +mussolini n 1 1 @ 1 0 11198253 +mussorgsky n 1 1 @ 1 0 11198375 +must n 3 2 @ + 3 0 09363970 07924655 04928194 +mustache n 1 3 @ ~ #p 1 1 05262185 +mustache_cup n 1 1 @ 1 0 03802643 +mustachio n 1 1 @ 1 0 05262534 +mustafa_kemal n 1 1 @ 1 0 10826952 +mustagh n 1 3 @ #p %p 1 0 09323824 +mustagh_range n 1 3 @ #p %p 1 0 09323824 +mustang n 1 2 @ ~ 1 0 02380583 +mustang_mint n 1 2 @ #m 1 0 12859679 +mustard n 3 4 @ ~ #m %s 3 0 11878283 07819480 07713763 +mustard_agent n 1 1 @ 1 0 14957270 +mustard_family n 1 3 @ #m %m 1 0 11867525 +mustard_gas n 1 1 @ 1 0 14957270 +mustard_greens n 1 1 @ 1 0 07713763 +mustard_oil n 1 1 @ 1 0 11878520 +mustard_plaster n 1 1 @ 1 0 03802800 +mustard_sauce n 1 1 @ 1 0 07838905 +mustard_seed n 1 3 @ #s #p 1 0 07819303 +mustard_tree n 2 2 @ #m 2 0 12908230 12299640 +mustela n 1 3 @ #m %m 1 0 02441723 +mustela_erminea n 1 2 @ ~ 1 0 02442172 +mustela_frenata n 1 1 @ 1 0 02442668 +mustela_nigripes n 1 2 @ #m 1 0 02443484 +mustela_nivalis n 1 1 @ 1 0 02442572 +mustela_putorius n 1 3 @ ~ #m 1 0 02443114 +mustela_rixosa n 1 1 @ 1 0 02442446 +mustela_vison n 1 1 @ 1 0 02443015 +mustelid n 1 3 @ ~ #m 1 0 02441326 +mustelidae n 1 3 @ #m %m 1 0 02440705 +musteline n 1 3 @ ~ #m 1 0 02441326 +musteline_mammal n 1 3 @ ~ #m 1 0 02441326 +mustelus n 1 3 @ #m %m 1 0 01492212 +mustelus_canis n 1 2 @ #m 1 0 01492708 +mustelus_mustelus n 1 1 @ 1 0 01492569 +mustelus_norrisi n 1 2 @ #m 1 0 01492860 +muster n 2 4 @ ~ + ; 2 0 08479615 01157850 +muster_call n 1 2 @ ; 1 0 01012125 +muster_roll n 1 2 @ ; 1 0 06496624 +musth n 1 1 @ 1 0 15288943 +mustiness n 1 2 @ + 1 0 04928194 +mutability n 1 4 ! @ ~ + 1 0 04741311 +mutableness n 1 4 ! @ ~ + 1 0 04741311 +mutagen n 1 1 @ 1 0 09364086 +mutagenesis n 1 3 @ ~ #p 1 0 07426108 +mutamycin n 1 2 @ ; 1 0 03774842 +mutant n 2 4 @ ~ + ; 2 1 10341660 01324305 +mutant_gene n 1 2 @ ~ 1 0 05439413 +mutation n 3 5 @ ~ %p + ; 3 0 10341660 07425011 07297811 +mutawa n 1 2 @ ; 1 0 08210411 +mutawa'een n 1 2 @ ; 1 0 08210411 +mutchkin n 1 1 @ 1 0 13618298 +mute n 2 3 @ ~ + 2 0 10342367 03802973 +mute_swan n 1 2 @ #m 1 0 01859190 +muteness n 2 3 @ ~ + 2 0 14551986 04651974 +mutilation n 1 3 @ ~ + 1 1 07433662 +mutilator n 1 2 @ + 1 0 10341955 +mutillidae n 1 2 @ %m 1 0 02214660 +mutineer n 1 2 @ + 1 1 10342180 +mutinus n 1 2 @ #m 1 0 13041172 +mutinus_caninus n 1 2 @ #m 1 0 13041312 +mutiny n 1 2 @ + 1 1 00963896 +mutisia n 1 2 @ #m 1 0 11996677 +mutism n 1 2 @ ~ 1 0 14551986 +muton n 1 1 @ 1 0 14957546 +mutsuhito n 1 1 @ 1 0 11171157 +mutt n 1 2 @ ~ 1 0 02084861 +mutter n 2 2 @ + 2 0 07386920 07211092 +mutterer n 1 2 @ + 1 0 10342543 +muttering n 2 2 @ + 2 1 07386920 07211092 +mutton n 1 2 @ #p 1 1 07666733 +mutton_chop n 2 1 @ 2 0 07666847 05262802 +mutton_quad n 1 1 @ 1 0 13712689 +mutton_snapper n 1 1 @ 1 0 02587479 +mutton_tallow n 1 1 @ 1 0 14957795 +muttonfish n 1 1 @ 1 0 02587479 +muttonhead n 1 1 @ 1 0 10039663 +mutual_affection n 1 1 @ 1 1 13812173 +mutual_aid n 1 1 @ 1 0 01216908 +mutual_exclusiveness n 1 1 @ 1 0 13858045 +mutual_fund n 2 2 @ ~ 2 0 13358895 08071516 +mutual_fund_company n 1 2 @ ~ 1 0 08071516 +mutual_inductance n 1 1 @ 1 0 13587236 +mutual_induction n 1 1 @ 1 0 11468442 +mutual_opposition n 1 1 @ 1 0 13856110 +mutual_resemblance n 1 1 @ 1 0 04747710 +mutual_savings_bank n 1 1 @ 1 0 08424501 +mutual_understanding n 1 1 @ 1 0 13812173 +mutualism n 1 2 @ ~ 1 0 13842622 +mutuality n 2 3 @ ~ + 2 1 13843401 13841863 +mutualness n 1 2 @ + 1 0 13843401 +muumuu n 1 1 @ 1 0 03788914 +muybridge n 1 1 @ 1 0 11198608 +muzhik n 1 1 @ 1 0 10342770 +muzjik n 1 1 @ 1 0 10342770 +muztag n 1 2 @ #p 1 0 09364249 +muztagh n 1 2 @ #p 1 0 09364249 +muzzle n 4 5 @ ~ #p %p + 4 2 03469687 02452464 03803284 03410740 +muzzle_loader n 1 2 @ ~ 1 1 03803116 +muzzle_velocity n 1 1 @ 1 0 15283920 +muzzler n 1 2 @ + 1 0 10342893 +mv n 2 2 @ #p 2 1 13642596 14645092 +mvp n 1 1 @ 1 0 10332257 +mwanza n 1 2 @ #p 1 0 09035735 +mwera n 1 1 @ 1 0 06994225 +mx n 1 2 @ #p 1 0 13638375 +mya n 1 3 @ #m %m 1 0 01957202 +mya_arenaria n 1 3 @ #m %p 1 0 01957335 +myaceae n 1 3 @ #m %m 1 0 01956924 +myacidae n 1 3 @ #m %m 1 0 01957075 +myadestes n 1 3 @ #m %m 1 0 01561059 +myalgia n 1 2 @ + 1 0 14329040 +myanmar n 1 6 @ #m #p %m %p - 1 0 08715390 +myanmar_monetary_unit n 1 3 @ ~ ; 1 0 13684140 +myasthenia n 2 1 @ 2 0 14078871 14044852 +myasthenia_gravis n 1 1 @ 1 0 14078871 +myasthenic_syndrome n 1 1 @ 1 0 14079156 +mycelia_sterilia n 1 3 @ #m %m 1 0 13082077 +mycelium n 1 4 @ ~ #p %p 1 0 13022709 +mycenae n 1 3 @ #p + 1 0 08787049 +mycenaean_civilisation n 1 1 @ 1 0 08291157 +mycenaean_civilization n 1 1 @ 1 0 08291157 +mycenaean_culture n 1 1 @ 1 0 08291157 +mycenaen n 1 1 @ 1 0 10342992 +mycetophilidae n 1 3 @ #m %m 1 0 02203457 +mycobacteria n 1 3 @ ~ #m 1 0 01377092 +mycobacteriaceae n 1 3 @ #m %m 1 0 01376801 +mycobacterium n 1 3 @ ~ #m 1 0 01377092 +mycobacterium_leprae n 1 1 @ 1 0 01377804 +mycobacterium_tuberculosis n 1 1 @ 1 0 01377278 +mycologist n 1 2 @ + 1 0 10343088 +mycology n 1 2 @ + 1 0 06069747 +mycomycin n 1 1 @ 1 0 03803488 +mycophage n 1 1 @ 1 0 10343211 +mycophagist n 1 2 @ + 1 0 10343211 +mycophagy n 1 2 @ + 1 0 00411859 +mycoplasma n 1 3 @ ~ #m 1 0 01373826 +mycoplasmal_pneumonia n 1 2 @ ~ 1 0 14147964 +mycoplasmataceae n 1 3 @ #m %m 1 0 01373440 +mycoplasmatales n 1 3 @ #m %m 1 0 01373272 +mycosis n 1 2 @ ~ 1 0 14176895 +mycostatin n 1 2 @ ; 1 0 03837157 +mycotoxin n 1 2 @ ~ 1 0 15036536 +mycrosporidia n 1 3 @ #m %m 1 0 01427241 +mycteria n 1 3 @ #m %m 1 0 02004661 +mycteria_americana n 1 2 @ #m 1 0 02004855 +mycteroperca n 1 3 @ #m %m 1 0 02570038 +mycteroperca_bonaci n 1 2 @ #m 1 0 02570164 +myctophidae n 1 3 @ #m %m 1 0 02543093 +mydriasis n 1 1 @ 1 0 00866079 +mydriatic n 1 2 @ ~ 1 0 03803610 +mydriatic_drug n 1 2 @ ~ 1 0 03803610 +myelatelia n 1 1 @ 1 0 14350106 +myelencephalon n 1 2 @ #p 1 0 05500812 +myelin n 1 3 @ #s + 1 0 14957893 +myelin_sheath n 1 4 @ #p %s %p 1 0 05464685 +myelinated_nerve_fiber n 1 2 @ %p 1 0 05464378 +myeline n 1 2 @ #s 1 0 14957893 +myelinisation n 1 1 @ 1 0 13518432 +myelinization n 1 1 @ 1 0 13518432 +myelitis n 1 1 @ 1 0 14350206 +myeloblast n 1 1 @ 1 0 05448704 +myeloblastic_leukemia n 1 1 @ 1 0 14244991 +myelocyte n 1 1 @ 1 0 05448597 +myelocytic_leukemia n 1 2 @ ~ 1 0 14245163 +myelofibrosis n 1 1 @ 1 1 14207978 +myelogram n 1 1 @ 1 0 03803780 +myelography n 1 1 @ 1 0 00906470 +myeloid_leukemia n 1 1 @ 1 0 14244160 +myeloma n 1 2 @ ~ 1 0 14248256 +myelomeningocele n 1 1 @ 1 0 14467395 +myenteric_plexus n 1 1 @ 1 0 05507756 +myg n 1 3 @ #p %p 1 0 13724977 +myiasis n 1 1 @ 1 0 14453840 +mylanta n 1 2 @ ; 1 0 14777523 +mylar n 1 2 @ ; 1 0 14592217 +myles_standish n 1 1 @ 1 0 11312362 +myliobatidae n 1 3 @ #m %m 1 0 01498822 +mylitta n 1 2 @ ; 1 0 09516498 +mylodon n 1 2 @ #m 1 0 02459485 +mylodontid n 1 3 @ ~ #m 1 0 02459190 +mylodontidae n 1 3 @ #m %m 1 0 02459001 +mym n 1 2 @ %p 1 0 13659943 +myna n 1 2 @ ~ 1 0 01577659 +myna_bird n 1 2 @ ~ 1 0 01577659 +mynah n 1 2 @ ~ 1 0 01577659 +mynah_bird n 1 2 @ ~ 1 0 01577659 +myocardial_infarct n 1 2 @ #p 1 0 14113021 +myocardial_infarction n 1 2 @ #p 1 1 14113021 +myocardial_inflammation n 1 1 @ 1 0 14339387 +myocardiopathy n 1 2 @ ~ 1 0 14110966 +myocarditis n 1 1 @ 1 0 14339387 +myocardium n 1 2 @ + 1 1 05391000 +myocastor n 1 3 @ #m %m 1 0 02366825 +myocastor_coypus n 1 2 @ #m 1 0 02366959 +myoclonus n 1 1 @ 1 0 14361415 +myoclonus_epilepsy n 1 1 @ 1 0 14087938 +myodynia n 1 1 @ 1 0 14329040 +myofibril n 1 3 @ #p %p 1 1 05459953 +myofibrilla n 1 3 @ #p %p 1 1 05459953 +myoglobin n 1 2 @ %s 1 0 15024606 +myoglobinuria n 1 1 @ 1 0 14507050 +myogram n 1 2 @ ~ 1 0 07005158 +myology n 1 1 @ 1 0 06082610 +myoma n 1 2 @ ~ 1 0 14248541 +myometritis n 1 1 @ 1 0 14350448 +myometrium n 1 2 @ #p 1 0 05520168 +myomorpha n 1 3 @ #m %m 1 0 02330582 +myonecrosis n 1 1 @ 1 0 11486983 +myoneural_junction n 1 1 @ 1 0 05474195 +myopathy n 1 2 @ + 1 0 14209201 +myope n 1 1 @ 1 0 10343355 +myopia n 1 4 ! @ + ; 1 0 14553290 +myopus n 1 3 @ #m %m 1 0 02345213 +myosarcoma n 1 1 @ 1 0 14241319 +myosin n 1 2 @ #s 1 0 15022617 +myosis n 2 2 @ + 2 0 14330340 00865808 +myositis n 1 2 @ ~ 1 0 14350292 +myositis_trichinosa n 1 1 @ 1 0 14350536 +myosotis n 1 3 @ #m %m 1 0 12821736 +myosotis_scorpiodes n 1 2 @ #m 1 0 12822115 +myosotis_sylvatica n 1 2 @ #m 1 0 12821895 +myotactic_reflex n 1 1 @ 1 0 00867606 +myotic n 1 1 @ 1 0 03772881 +myotic_drug n 1 1 @ 1 0 03772881 +myotis n 1 3 @ #m %m 1 0 02146526 +myotis_leucifugus n 1 2 @ #m 1 0 02146700 +myotis_velifer n 1 2 @ #m 1 0 02146879 +myotomy n 1 1 @ 1 0 00688462 +myotonia n 1 3 @ ~ + 1 0 14545353 +myotonia_atrophica n 1 1 @ 1 0 14163182 +myotonia_congenita n 1 1 @ 1 0 14545685 +myotonic_dystrophy n 1 1 @ 1 0 14163182 +myotonic_muscular_dystrophy n 1 1 @ 1 0 14163182 +myrcia n 1 3 @ #m %m 1 0 12332866 +myrciaria n 1 3 @ #m %m 1 0 12332866 +myrciaria_cauliflora n 1 3 @ #m %p 1 0 12333053 +myrdal n 1 1 @ 1 0 11198861 +myriad n 2 2 @ + 2 1 13776726 13751265 +myriagram n 1 3 @ #p %p 1 0 13724977 +myriameter n 1 2 @ %p 1 0 13659943 +myriametre n 1 2 @ %p 1 0 13659943 +myriapod n 1 1 @ 1 0 01783017 +myriapoda n 1 3 @ #m %m 1 0 01786402 +myrica n 1 3 @ #m %m 1 0 11741010 +myrica_cerifera n 1 1 @ 1 0 11741575 +myrica_gale n 1 2 @ #m 1 0 11741175 +myrica_pensylvanica n 1 1 @ 1 0 11741797 +myricaceae n 1 3 @ #m %m 1 0 11740824 +myricales n 1 3 @ #m %m 1 0 11740655 +myricaria n 1 3 @ #m %m 1 0 12386724 +myricaria_germanica n 1 2 @ #m 1 0 12386945 +myringa n 1 4 @ ~ #p %p 1 0 05318831 +myringectomy n 1 1 @ 1 0 00688557 +myringoplasty n 1 1 @ 1 0 00688647 +myringotomy n 1 1 @ 1 0 00688766 +myriophyllum n 1 3 @ #m %m 1 0 12326842 +myristic_acid n 1 1 @ 1 0 14958102 +myristica n 1 3 @ #m %m 1 0 11714150 +myristica_fragrans n 1 3 @ #m %p 1 0 11714382 +myristicaceae n 1 3 @ #m %m 1 0 11713960 +myrmecia n 1 3 @ #m %m 1 0 02222199 +myrmecobius n 1 3 @ #m %m 1 0 01885367 +myrmecobius_fasciatus n 1 2 @ #m 1 0 01885498 +myrmecophaga n 1 3 @ #m %m 1 0 02460275 +myrmecophaga_jubata n 1 2 @ #m 1 0 02460451 +myrmecophagidae n 1 3 @ #m %m 1 0 02459808 +myrmecophile n 1 1 @ 1 0 01386354 +myrmecophyte n 1 2 @ + 1 0 13179056 +myrmeleon n 1 3 @ #m %m 1 0 02263848 +myrmeleontidae n 1 3 @ #m %m 1 0 02263717 +myrmidon n 2 2 @ ; 2 0 10343449 09597628 +myrobalan n 1 1 @ 1 0 12643313 +myrobalan_plum n 1 1 @ 1 0 12643313 +myroxylon n 1 3 @ #m %m 1 0 12550968 +myroxylon_balsamum n 1 3 @ #m %s 1 0 12551173 +myroxylon_balsamum_pereirae n 1 3 @ #m %s 1 0 12551457 +myroxylon_pereirae n 1 3 @ #m %s 1 0 12551457 +myroxylon_toluiferum n 1 3 @ #m %s 1 0 12551173 +myrrh n 1 2 @ #s 1 0 12692875 +myrrh_tree n 1 3 @ #m %s 1 0 12692714 +myrrhis n 1 3 @ #m %m 1 0 12940427 +myrrhis_odorata n 1 3 @ #m %p 1 0 12940609 +myrsinaceae n 1 3 @ #m %m 1 0 12096798 +myrsine n 1 2 @ #m 1 0 12097013 +myrsine_family n 1 3 @ #m %m 1 0 12096798 +myrtaceae n 1 3 @ #m %m 1 0 12329899 +myrtaceous_tree n 1 2 @ #m 1 0 12330239 +myrtales n 1 3 @ #m %m 1 0 12322887 +myrtillocactus n 1 3 @ #m %m 1 0 11850337 +myrtillocactus_geometrizans n 1 3 @ #m %p 1 0 11850521 +myrtle n 2 2 @ ~ 2 1 11778092 12330469 +myrtle_beech n 1 1 @ 1 0 12266528 +myrtle_bird n 1 2 @ #m 1 0 01569423 +myrtle_family n 1 3 @ #m %m 1 0 12329899 +myrtle_flag n 1 4 @ #m %s %p 1 0 11780930 +myrtle_oak n 1 1 @ 1 0 12275888 +myrtle_spurge n 1 2 @ #m 1 0 12918404 +myrtle_warbler n 1 2 @ #m 1 0 01569423 +myrtus n 1 3 @ #m %m 1 0 12330336 +myrtus_communis n 1 2 @ #m 1 0 12330587 +mysidacea n 1 3 @ #m %m 1 0 01988971 +mysidae n 1 3 @ #m %m 1 0 01989097 +mysis n 1 3 @ #m %m 1 0 01989254 +mysoline n 1 2 @ ; 1 0 04002931 +mysophilia n 1 1 @ 1 0 07498769 +mysophobia n 1 2 @ + 1 0 14383848 +mysore n 2 2 @ #p 2 0 08904731 08902196 +mysore_thorn n 1 2 @ #m 1 0 12489046 +mystery n 2 3 @ ~ + 2 1 05685538 06370792 +mystery_novel n 1 1 @ 1 0 06368142 +mystery_play n 1 1 @ 1 0 07018604 +mystery_story n 1 2 @ ~ 1 1 06370792 +mystic n 1 3 @ ~ + 1 0 10343554 +mystic_jewel n 1 2 @ #m 1 0 09533790 +mysticeti n 1 3 @ #m %m 1 0 02062991 +mysticism n 2 3 @ ~ + 2 0 05948857 05784560 +mystification n 3 2 @ + 3 0 05685030 03803911 01266152 +mystifier n 1 3 @ ~ + 1 0 06784639 +mystique n 1 1 @ 1 1 04727559 +myth n 1 4 @ ~ #m + 1 1 06372680 +mythical_being n 1 2 @ ~ 1 0 09484664 +mythical_creature n 1 2 @ ~ 1 0 09492123 +mythical_monster n 1 2 @ ~ 1 0 09492123 +mythical_place n 1 2 @ ~ 1 0 05625879 +mythologisation n 1 2 @ + 1 0 06769238 +mythologist n 1 3 @ ~ + 1 0 10343869 +mythologization n 1 2 @ + 1 0 06769238 +mythology n 2 6 @ ~ %m + ; - 2 1 07978423 06147873 +mytilene n 1 3 @ #p %m 1 0 08783583 +mytilid n 1 3 @ ~ #m 1 0 01964049 +mytilidae n 1 3 @ #m %m 1 0 01963730 +mytilus n 1 3 @ #m %m 1 0 01963876 +mytilus_edulis n 1 3 @ #m %p 1 0 01964271 +myxedema n 1 1 @ 1 0 14121500 +myxine n 1 3 @ #m %m 1 0 01478816 +myxine_glutinosa n 1 2 @ #m 1 0 01478969 +myxinidae n 1 3 @ #m %m 1 0 01478300 +myxiniformes n 1 2 @ #m 1 0 01478073 +myxinikela n 1 3 @ #m %m 1 0 01479329 +myxinikela_siroka n 1 2 @ #m 1 0 01479459 +myxinoidea n 1 2 @ #m 1 0 01478073 +myxinoidei n 1 2 @ #m 1 0 01478073 +myxobacter n 1 2 @ #m 1 0 01378545 +myxobacterales n 1 3 @ #m %m 1 0 01377906 +myxobacteria n 1 2 @ #m 1 0 01378545 +myxobacteriaceae n 1 3 @ #m %m 1 0 01378137 +myxobacteriales n 1 3 @ #m %m 1 0 01377906 +myxobacterium n 1 2 @ #m 1 0 01378545 +myxocephalus n 1 3 @ #m %m 1 0 02646117 +myxocephalus_aenaeus n 1 2 @ #m 1 0 02646241 +myxoedema n 1 1 @ 1 0 14121500 +myxoma n 1 1 @ 1 0 14248669 +myxoma_virus n 1 1 @ 1 0 01333890 +myxomatosis n 1 1 @ 1 0 14274701 +myxomycete n 1 2 @ #m 1 0 12975804 +myxomycetes n 1 3 @ #m %m 1 0 12975608 +myxomycota n 1 3 @ #m %m 1 0 12975207 +myxophyceae n 1 2 @ #m 1 0 01358904 +myxosporidia n 1 3 @ #m %m 1 0 01427547 +myxosporidian n 1 2 @ #m 1 0 01427703 +myxovirus n 1 2 @ ~ 1 0 01336910 +n n 5 7 @ ~ #m #s #p %p ; 5 0 14647235 13831176 13647667 13580909 06832572 +n'djamena n 1 2 @ #p 1 0 08720280 +n-type_semiconductor n 1 1 @ 1 0 03833750 +n._y._stock_exchange n 1 2 @ %p 1 0 03822951 +n.b. n 1 1 @ 1 0 06764380 +na n 1 2 @ #s 1 0 14655371 +na-dene n 1 2 @ ~ 1 0 06913635 +naan n 1 1 @ 1 0 07684289 +nabalus n 1 3 @ #m %m 1 0 11996792 +nabalus_alba n 1 2 @ #m 1 0 11997160 +nabalus_serpentarius n 1 2 @ #m 1 0 11997409 +nablus n 1 2 @ #p 1 0 08793746 +nabob n 2 2 @ ; 2 0 10348752 10344004 +nabokov n 1 1 @ 1 0 11198981 +naboom n 1 2 @ #m 1 0 12921660 +nabothian_cyst n 1 1 @ 1 0 14202272 +nabothian_follicle n 1 1 @ 1 0 14202272 +nabothian_gland n 1 1 @ 1 0 05555167 +nabu n 1 2 @ ; 1 0 09519596 +nabumetone n 1 2 @ %s 1 0 03804048 +nac n 1 2 @ #p 1 0 08310722 +nacelle n 1 1 @ 1 0 03804211 +nacho n 1 1 @ 1 0 07712959 +nacimiento n 1 2 @ #p 1 0 09364426 +nacre n 1 2 @ + 1 0 14758706 +nacreous_cloud n 1 1 @ 1 0 09364582 +nad n 1 1 @ 1 0 14962612 +nada n 1 2 @ ~ 1 0 13740168 +nada_daiquiri n 1 1 @ 1 0 07914686 +nadine_gordimer n 1 1 @ 1 0 11007993 +nadir n 2 3 ! @ #p 2 1 14486639 08600760 +nadolol n 1 1 @ 1 0 03804311 +nadp n 1 1 @ 1 0 14962837 +naegele's_rule n 1 1 @ 1 0 05885412 +naemorhedus n 1 3 @ #m %m 1 0 02418648 +naemorhedus_goral n 1 2 @ #m 1 0 02418770 +nafcil n 1 1 @ 1 0 03804493 +nafcillin n 1 1 @ 1 0 03804493 +nafta n 1 1 @ 1 0 01092769 +nafud n 1 2 @ #p 1 0 09171376 +nag n 2 3 @ ~ + 2 0 10561861 02382204 +nag_hammadi n 2 2 @ #p 2 0 08899478 07984805 +nag_hammadi_library n 1 1 @ 1 0 07984805 +naga n 1 1 @ 1 0 06933429 +nagami n 1 1 @ 1 0 12713521 +nagami_kumquat n 1 1 @ 1 0 12713521 +nagano n 1 2 @ #p 1 0 08923586 +nagari n 1 1 @ 1 0 06352782 +nagari_script n 1 1 @ 1 0 06352782 +nagasaki n 1 2 @ #p 1 0 08925957 +nageia n 1 3 @ #m %m 1 0 11657314 +nageia_nagi n 1 2 @ #m 1 0 11657585 +nagger n 1 3 @ ~ + 1 0 10561861 +nagi n 1 2 @ #m 1 0 11657585 +nagoya n 1 2 @ #p 1 0 08923755 +naha_city n 1 2 @ #p 1 0 08924560 +nahuatl n 2 3 @ ~ #m 2 0 09648743 06918832 +nahum n 2 2 @ #p 2 0 11199137 06440313 +naiad n 2 3 @ #m ; 2 0 12611640 09550443 +naiad_family n 1 3 @ #m %m 1 0 12611243 +naiadaceae n 1 3 @ #m %m 1 0 12611243 +naiadales n 1 3 @ #m %m 1 0 12610933 +naias n 1 3 @ #m %m 1 0 12611479 +naif n 1 1 @ 1 0 10344121 +naiki n 1 1 @ 1 0 06981818 +nail n 3 5 @ ~ #p %p + 3 2 05581693 03804744 13652335 +nail-tailed_kangaroo n 1 2 @ #m 1 0 01878639 +nail-tailed_wallaby n 1 2 @ #m 1 0 01878639 +nail_enamel n 1 1 @ 1 0 03805725 +nail_hole n 1 1 @ 1 0 03805634 +nail_polish n 1 1 @ 1 0 03805725 +nail_pulling n 1 1 @ 1 0 00423423 +nail_removal n 1 1 @ 1 0 00423423 +nail_varnish n 1 1 @ 1 0 03805725 +nailbrush n 1 1 @ 1 0 03805180 +nailer n 1 2 @ + 1 0 10344203 +nailfile n 1 1 @ 1 0 03805280 +nailhead n 2 2 @ #p 2 0 03805503 03805374 +nailrod n 1 1 @ 1 0 12155773 +nainsook n 1 1 @ 1 0 03805933 +naira n 1 2 @ %p 1 0 13689073 +nairobi n 1 2 @ #p 1 0 08928582 +naismith n 1 1 @ 1 0 11199234 +naive_art n 1 1 @ 1 0 03861959 +naive_realism n 1 2 @ ; 1 0 05975659 +naiveness n 1 3 @ ~ + 1 0 04880573 +naivete n 1 3 ! @ ~ 1 0 04880573 +naivety n 1 2 @ ~ 1 0 04880573 +naja n 1 3 @ #m %m 1 0 01747739 +naja_haje n 1 2 @ #m 1 0 01748389 +naja_hannah n 1 2 @ #m 1 0 01748906 +naja_naja n 1 2 @ #m 1 0 01748264 +naja_nigricollis n 1 2 @ #m 1 0 01748686 +najadaceae n 1 3 @ #m %m 1 0 12611243 +najas n 1 3 @ #m %m 1 0 12611479 +najd n 1 2 @ #p 1 0 08995242 +naked_eye n 1 1 @ 1 0 05311795 +naked_lady n 2 2 @ #m 2 0 12455540 12419394 +naked_mole_rat n 1 3 @ ~ #m 1 0 02369680 +naked_option n 1 1 @ 1 0 00080474 +nakedness n 3 3 @ ~ + 3 1 14456138 14525548 04654066 +nakedwood n 2 2 @ #m 2 0 13142907 12331788 +nakuru n 1 2 @ #p 1 0 08929102 +nalchik n 1 2 @ #p 1 0 09008993 +nalfon n 1 3 @ %s ; 1 0 03328392 +nalidixic_acid n 1 1 @ 1 0 03806040 +nalline n 1 1 @ 1 0 03806180 +nalorphine n 1 1 @ 1 0 03806180 +naloxone n 1 1 @ 1 0 03806381 +naltrexone n 1 1 @ 1 0 03806547 +namby-pamby n 1 2 @ + 1 0 10344319 +name n 6 3 @ ~ + 6 5 06333653 14438788 07972279 10344443 01139636 06720964 +name-dropping n 1 1 @ 1 0 06766812 +name_and_address n 1 4 @ ~ #p %p 1 0 06787150 +name_calling n 1 1 @ 1 0 06720784 +name_day n 1 1 @ 1 0 15221718 +name_dropper n 1 1 @ 1 0 10344656 +name_part n 1 1 @ 1 0 05929887 +name_tag n 1 1 @ 1 0 07272920 +nameko n 1 2 @ #m 1 0 13009085 +namelessness n 1 2 @ + 1 0 14436285 +nameplate n 1 2 @ ~ 1 0 03806652 +namer n 1 2 @ + 1 0 10344774 +names n 1 1 @ 1 0 06720784 +namesake n 1 1 @ 1 1 10344922 +namib_desert n 1 2 @ #p 1 0 09171204 +namibia n 1 6 @ #p %m %p + ; 1 0 08699654 +namibian n 1 3 @ #m + 1 0 09723819 +naming n 2 3 @ ~ + 2 0 07230502 00163779 +nammad n 1 1 @ 1 0 03835729 +nammu n 1 2 @ ; 1 0 09519748 +namoi n 1 2 @ #p 1 0 09364778 +namoi_river n 1 2 @ #p 1 0 09364778 +nampa n 1 2 @ #p 1 0 09082058 +namtar n 1 2 @ ; 1 0 09519901 +namtaru n 1 2 @ ; 1 0 09519901 +namur n 1 2 @ #p 1 0 08851830 +nan n 4 4 @ ~ #p ; 4 0 10345015 10142747 09364954 07684289 +nan-chang n 1 2 @ #p 1 0 08727806 +nan-ning n 1 2 @ #p 1 0 08727945 +nan_ling n 1 2 @ #p 1 0 09365443 +nan_river n 1 2 @ #p 1 0 09364954 +nanaimo n 1 2 @ #p 1 0 08823156 +nanak n 1 2 @ ; 1 0 11199394 +nance n 1 2 @ ; 1 0 10076033 +nancere n 1 1 @ 1 0 06985404 +nanchang n 1 2 @ #p 1 0 08727806 +nancy n 1 2 @ #p 1 0 08936996 +nancy_freeman_mitford n 1 1 @ 1 0 11183074 +nancy_mitford n 1 1 @ 1 0 11183074 +nancy_witcher_astor n 1 1 @ 1 0 10826717 +nand_circuit n 1 1 @ 1 0 03806748 +nand_gate n 1 1 @ 1 0 03806748 +nanda_devi n 1 2 @ #p 1 0 09365128 +nandrolone n 1 1 @ 1 0 14748335 +nandu n 1 2 @ #m 1 0 01521756 +nanga_parbat n 1 2 @ #p 1 0 09365288 +nanism n 1 2 @ ~ 1 0 14506403 +nanjing n 1 2 @ #p 1 0 08728066 +nankeen n 1 1 @ 1 0 03806904 +nanking n 1 2 @ #p 1 0 08728066 +nanna n 3 3 @ ~ ; 3 0 10142747 09582019 09520103 +nanning n 1 2 @ #p 1 0 08727945 +nanny n 2 3 @ ~ %p 2 0 10345100 02416964 +nanny-goat n 1 2 @ %p 1 0 02416964 +nanocephaly n 1 2 @ + 1 0 14509299 +nanogram n 1 2 @ #p 1 0 13723189 +nanometer n 1 3 @ #p %p 1 0 13658278 +nanometre n 1 3 @ #p %p 1 0 13658278 +nanomia n 1 2 @ #m 1 0 01912809 +nanophthalmos n 1 1 @ 1 0 14200418 +nanosecond n 1 3 @ #p %p 1 0 15236015 +nanotechnology n 1 1 @ 1 0 06134899 +nanotube n 1 1 @ 1 0 14622491 +nanovolt n 1 2 @ #p 1 0 13642856 +nansen n 1 1 @ 1 0 11199727 +nantes n 1 2 @ #p 1 0 08937109 +nanticoke n 2 1 @ 2 0 09662530 06911067 +nantua n 1 1 @ 1 0 07839055 +nantucket n 1 1 @ 1 0 09098592 +nanus n 1 2 @ ~ 1 0 10040344 +naomi n 1 1 @ 1 0 11199943 +nap n 5 3 @ ~ + 5 0 15273626 04947087 03936045 00858377 00493742 +napa n 1 2 @ #m 1 0 11878808 +napaea n 1 3 @ #m %m 1 0 12184337 +napaea_dioica n 1 2 @ #m 1 0 12184468 +napalm n 1 1 @ 1 0 14958254 +nape n 1 2 @ #p 1 0 05547396 +napery n 1 2 @ ~ 1 0 04380617 +naphazoline n 1 1 @ 1 0 03807052 +naphtha n 1 1 @ 1 0 14958405 +naphthalene n 1 2 @ #s 1 0 14958564 +naphthalene_poisoning n 1 1 @ 1 0 14511730 +naphthol n 1 2 @ ~ 1 0 14958800 +naphthoquinone n 1 2 @ ~ 1 0 15092751 +napier n 1 1 @ 1 0 11200090 +napier's_bones n 1 2 @ ; 1 0 03807334 +napier's_rods n 1 2 @ ; 1 0 03807334 +napierian_logarithm n 1 1 @ 1 0 06813004 +napkin n 2 2 @ ~ 2 0 03807537 03188531 +napkin_ring n 1 1 @ 1 0 03807780 +naples n 1 4 @ #p %m + 1 0 08805565 +naples_garlic n 1 1 @ 1 0 12434483 +napoleon n 3 2 @ + 3 1 11200276 07627086 00493742 +napoleon_bonaparte n 1 1 @ 1 1 11200276 +napoleon_i n 1 1 @ 1 0 11200276 +napoleon_iii n 1 1 @ 1 0 11200492 +napoleonic_wars n 1 2 @ %p 1 0 01306358 +napoli n 1 3 @ #p %m 1 0 08805565 +nappy n 1 1 @ 1 0 03188531 +naprapath n 1 1 @ 1 1 09625309 +naprapathy n 1 1 @ 1 0 00708489 +naprosyn n 1 3 @ %s ; 1 0 03807895 +naproxen n 1 2 @ %s 1 0 03807895 +naproxen_sodium n 1 2 @ %s 1 0 03808144 +napu n 1 2 @ #m 1 0 02436353 +naqua n 1 2 @ ; 1 0 04481373 +nara n 1 1 @ 1 0 08126483 +naranjilla n 1 2 @ #m 1 0 12897118 +narc n 1 1 @ 1 0 10345302 +narcan n 1 2 @ ; 1 0 03806381 +narcism n 1 2 @ + 1 0 04835260 +narcissism n 1 2 @ + 1 0 04835260 +narcissist n 1 2 @ + 1 0 10345422 +narcissistic_personality n 1 1 @ 1 0 04619596 +narcissus n 2 4 @ ~ #m ; 2 0 12421467 09499338 +narcissus_jonquilla n 1 1 @ 1 0 12421917 +narcissus_papyraceus n 1 1 @ 1 0 12422230 +narcissus_pseudonarcissus n 1 2 @ ~ 1 0 12421683 +narcist n 1 2 @ + 1 0 10345422 +narco-state n 1 1 @ 1 0 08513417 +narcolepsy n 1 2 @ + 1 0 14307468 +narcoleptic n 2 2 @ + 2 0 10345556 03808424 +narcosis n 1 3 @ ~ + 1 0 05682055 +narcoterrorism n 1 2 @ ; 1 0 00764436 +narcotic n 1 4 @ ~ + - 1 0 03808564 +narcotic_antagonist n 1 2 @ ~ 1 0 03808977 +narcotics_agent n 1 1 @ 1 0 10345302 +narcotraffic n 1 1 @ 1 0 01114055 +nard n 1 1 @ 1 0 03809211 +nardil n 1 2 @ ; 1 0 03921749 +nardo n 1 1 @ 1 0 12957803 +nardoo n 1 1 @ 1 0 12957803 +nares_deep n 1 1 @ 1 0 09365587 +narghile n 1 1 @ 1 0 03533014 +nargileh n 1 1 @ 1 0 03533014 +naris n 1 3 @ ~ + 1 0 05600431 +nark n 2 3 @ + ; 2 0 10345659 10345302 +narragansett_bay n 1 2 @ #p 1 0 09365730 +narration n 3 5 @ ~ %p + ; 3 0 07221094 07220773 06397307 +narrative n 1 2 @ ~ 1 1 07221094 +narrator n 1 3 @ ~ + 1 0 10345804 +narrow n 1 3 @ ~ + 1 0 09365863 +narrow-body n 1 1 @ 1 0 03809312 +narrow-body_aircraft n 1 1 @ 1 0 03809312 +narrow-leaf_cattail n 1 1 @ 1 0 12156117 +narrow-leaf_penstemon n 1 2 @ #m 1 0 12886831 +narrow-leaved_bottletree n 1 1 @ 1 0 12196954 +narrow-leaved_everlasting_pea n 1 2 @ #m 1 0 12541805 +narrow-leaved_flame_flower n 1 2 @ #m 1 0 11863242 +narrow-leaved_plantain n 1 1 @ 1 0 12599185 +narrow-leaved_reedmace n 1 1 @ 1 0 12156117 +narrow-leaved_spleenwort n 1 2 @ #m 1 0 13194918 +narrow-leaved_strap_fern n 1 1 @ 1 0 13175074 +narrow-leaved_water_plantain n 1 1 @ 1 0 12612811 +narrow-leaved_white-topped_aster n 1 1 @ 1 0 12013701 +narrow-mindedness n 1 4 ! @ ~ + 1 0 06205411 +narrow_beech_fern n 1 1 @ 1 0 13231078 +narrow_boat n 1 1 @ 1 0 02947660 +narrow_escape n 1 1 @ 1 1 00061014 +narrow_gauge n 1 1 @ 1 0 03809456 +narrow_goldenrod n 1 1 @ 1 0 12017853 +narrow_margin n 1 1 @ 1 0 05121095 +narrow_wale n 1 1 @ 1 0 03809603 +narrowboat n 1 1 @ 1 0 02947660 +narrowbody_aircraft n 1 1 @ 1 0 03809312 +narrowhead_morel n 1 2 @ #m 1 0 13033577 +narrowing n 3 4 ! @ ~ + 3 1 05071027 13518563 00407407 +narrowness n 4 4 ! @ ~ + 4 1 05136788 06205411 05846626 05121095 +narthecium n 1 3 @ #m %m 1 0 12463574 +narthecium_americanum n 1 1 @ 1 0 12464128 +narthecium_ossifragum n 1 1 @ 1 0 12463975 +narthex n 2 2 @ #p 2 0 03809802 03809686 +narwal n 1 2 @ #m 1 0 02072493 +narwhal n 1 2 @ #m 1 0 02072493 +narwhale n 1 2 @ #m 1 0 02072493 +nasa n 1 1 @ 1 0 08126290 +nasal n 2 4 @ #p %p + 2 0 07119211 05277532 +nasal_bone n 1 3 @ #p %p 1 0 05277532 +nasal_canthus n 1 1 @ 1 0 05314462 +nasal_cavity n 1 3 @ #p %p 1 1 05528604 +nasal_concha n 1 1 @ 1 0 05229341 +nasal_consonant n 1 1 @ 1 0 07119211 +nasal_decongestant n 1 2 @ ~ 1 0 03809939 +nasal_meatus n 1 1 @ 1 0 05249094 +nasal_septum n 1 2 @ %p 1 0 05223110 +nasal_sinus n 1 1 @ 1 0 05253561 +nasal_twang n 1 1 @ 1 0 04989512 +nasalis n 1 2 @ #m 1 0 02489060 +nasalis_larvatus n 1 1 @ 1 0 02489166 +nasalisation n 1 2 @ + 1 0 07118002 +nasality n 1 3 @ ~ + 1 0 04989362 +nasalization n 1 2 @ + 1 0 07118002 +nascence n 1 2 @ ~ 1 0 07320302 +nascency n 1 3 @ ~ + 1 0 07320302 +nasdaq n 1 1 @ 1 0 03810186 +naseby n 2 3 @ #p ; 2 0 08886037 01288549 +nash n 1 1 @ 1 0 11200686 +nash_equilibrium n 1 2 @ ; 1 0 14003599 +nashville n 1 2 @ #p 1 1 09141297 +nasion n 1 1 @ 1 0 05234162 +nasofrontal_vein n 1 1 @ 1 0 05374280 +nasogastric_feeding n 1 1 @ 1 0 01058539 +nasolacrimal_duct n 1 1 @ 1 0 05332438 +nasopharyngeal_leishmaniasis n 1 1 @ 1 0 14181409 +nasopharynx n 1 4 @ #p %p + 1 0 05528854 +nasotracheal_tube n 1 1 @ 1 0 03810412 +nassau n 1 2 @ #p 1 1 08847570 +nasser n 2 2 @ #p 2 0 11200812 09332246 +nast n 1 1 @ 1 0 11200949 +nastiness n 3 5 ! @ ~ = + 3 0 14495761 04842515 04780755 +nasturtium n 3 6 @ ~ #m #p %m %p 3 0 12719684 11893004 07819769 +nasturtium_amphibium n 1 2 @ #m 1 0 11895714 +nasturtium_family n 1 3 @ #m %m 1 0 12719277 +nasturtium_officinale n 1 2 @ #m 1 0 11893131 +nasua n 1 3 @ #m %m 1 0 02509405 +nasua_narica n 1 2 @ #m 1 0 02509515 +nat_turner n 1 1 @ 1 0 11353195 +natal n 2 4 @ #p %m %p 2 0 08971693 08856037 +natal_day n 1 1 @ 1 0 15252422 +natal_plum n 3 3 @ #p %p 3 0 11771924 11771746 07746910 +natalie_wood n 1 1 @ 1 0 11395895 +natality n 1 1 @ 1 0 15276427 +natantia n 1 3 @ #m %m 1 0 01986367 +natation n 1 2 @ ~ 1 0 00443231 +natator n 1 2 @ ~ 1 0 10683126 +natatorium n 1 2 @ #p 1 0 04371225 +natchez n 1 2 @ #p 1 0 09105260 +nates n 1 2 @ #p 1 0 05559256 +nathan_bailey n 1 1 @ 1 0 10831136 +nathan_birnbaum n 1 1 @ 1 0 10873783 +nathan_hale n 1 1 @ 1 0 11023623 +nathaniel_bailey n 1 1 @ 1 0 10831136 +nathaniel_bowditch n 1 1 @ 1 0 10859485 +nathaniel_currier n 1 1 @ 1 0 10918358 +nathaniel_hawthorne n 1 1 @ 1 0 11035618 +naticidae n 1 3 @ #m %m 1 0 01947874 +nation n 4 5 @ ~ %m %p ; 4 2 08168978 08166552 11201061 08303692 +nation_of_islam n 1 2 @ %m 1 0 08476629 +national n 1 4 @ ~ #m + 1 1 09625401 +national_academy_of_sciences n 1 1 @ 1 0 08281029 +national_aeronautics_and_space_administration n 1 1 @ 1 0 08126290 +national_anthem n 1 2 @ ~ 1 1 07049055 +national_archives_and_records_administration n 1 1 @ 1 0 08126483 +national_assistance n 1 2 @ ; 1 0 01087740 +national_association_of_realtors n 1 2 @ %m 1 0 08487319 +national_association_of_securities_dealers_automated_quotations n 1 1 @ 1 0 03810186 +national_bank n 1 2 @ #m 1 0 08418631 +national_baseball_hall_of_fame n 1 2 @ #p 1 0 03810561 +national_capital n 1 2 @ ~ 1 0 08691669 +national_censorship n 1 1 @ 1 0 00822755 +national_climatic_data_center n 1 2 @ #p 1 0 08130292 +national_debt n 1 1 @ 1 0 13397519 +national_debt_ceiling n 1 1 @ 1 0 13398074 +national_flag n 1 1 @ 1 0 06882009 +national_geospatial-intelligence_agency n 1 3 @ #m #p 1 0 08396537 +national_guard n 1 5 @ ~ %m %p ; 1 1 08391387 +national_guard_bureau n 1 2 @ #p 1 0 08391696 +national_holiday n 1 2 @ ~ 1 0 15199592 +national_income n 1 1 @ 1 1 13256894 +national_institute_of_justice n 1 2 @ #p 1 0 08142170 +national_institute_of_standards_and_technology n 1 2 @ #p 1 0 08131005 +national_institutes_of_health n 1 3 @ #p %p 1 0 08134081 +national_insurance n 1 1 @ 1 0 01087498 +national_intelligence_community n 1 4 @ %m %p ; 1 0 08340153 +national_labor_relations_board n 1 1 @ 1 0 08126716 +national_leader n 1 2 @ ~ 1 1 10650162 +national_liberation_army n 2 2 @ ; 2 0 08035601 08035233 +national_liberation_front_of_corsica n 1 2 @ ; 1 0 08036005 +national_library_of_medicine n 1 2 @ #p 1 0 03810741 +national_monument n 1 1 @ 1 0 03810952 +national_oceanic_and_atmospheric_administration n 1 3 @ #p %p 1 0 08129883 +national_park n 1 2 @ ~ 1 1 08600992 +national_park_service n 1 2 @ #p 1 1 08139637 +national_reconnaissance_office n 1 3 @ #m #p 1 0 08347704 +national_rifle_association n 1 1 @ 1 0 08375722 +national_science_foundation n 1 1 @ 1 0 08126921 +national_security_agency n 1 3 @ #m #p 1 0 08348091 +national_security_council n 1 1 @ 1 0 08127760 +national_service n 1 2 @ ; 1 0 00579201 +national_socialism n 1 2 @ ~ 1 0 08366440 +national_socialist_german_workers'_party n 1 1 @ 1 0 08262309 +national_technical_information_service n 1 2 @ #p 1 0 08131254 +national_trading_policy n 1 2 @ ~ 1 0 06663018 +national_trust n 1 2 @ ; 1 0 08049125 +national_volunteers_association n 1 2 @ ; 1 0 08235623 +national_weather_service n 1 2 @ #p 1 0 08130476 +nationalisation n 3 2 @ + 3 0 01152461 01152300 01151788 +nationalism n 4 4 ! @ ~ + 4 2 04878101 05965022 07485047 05965195 +nationalist n 2 3 @ ~ + 2 0 10407310 10346015 +nationalist_china n 1 4 @ #p %m %p 1 0 08730550 +nationalist_leader n 1 2 @ ~ 1 0 10346198 +nationality n 2 2 @ + 2 1 07949463 13953787 +nationalization n 3 3 ! @ + 3 0 01152461 01152300 01151788 +nationhood n 1 1 @ 1 0 13926451 +native n 3 3 @ ~ + 3 1 09620794 09621232 00019046 +native_alaskan n 1 1 @ 1 0 09741074 +native_american n 1 3 @ ~ - 1 0 09644820 +native_australian n 1 1 @ 1 0 09676490 +native_bear n 1 1 @ 1 0 01882714 +native_beech n 1 1 @ 1 0 12698598 +native_cat n 1 1 @ 1 0 01884203 +native_cranberry n 1 2 @ #m 1 0 12254168 +native_fuchsia n 1 1 @ 1 0 12343951 +native_hawaiian n 1 1 @ 1 0 09742690 +native_holly n 1 2 @ #m 1 0 12562141 +native_land n 1 2 @ ~ 1 1 08510169 +native_language n 1 1 @ 1 0 06903396 +native_orange n 1 1 @ 1 0 11865738 +native_peach n 1 2 @ #p 1 0 07769306 +native_pear n 1 2 @ #m 1 0 12224140 +native_pomegranate n 1 1 @ 1 0 11865276 +native_speaker n 1 1 @ 1 0 10631131 +native_sulfur n 1 1 @ 1 0 14785325 +native_sulphur n 1 1 @ 1 0 14785325 +nativeness n 1 4 ! @ ~ + 1 0 04799881 +nativism n 2 3 @ + ; 2 0 06660668 05973198 +nativist n 1 2 @ + 1 0 09625676 +nativity n 2 3 @ ~ #p 2 0 07320302 06192908 +nato n 1 3 @ %m %p 1 0 08174398 +natriuresis n 1 2 @ + 1 0 14270241 +natrix n 1 3 @ #m %m 1 0 01737197 +natrix_maura n 1 1 @ 1 0 01738065 +natrix_natrix n 1 2 @ ~ 1 0 01737875 +natrix_sipedon n 1 2 @ #m 1 0 01737472 +natrolite n 1 1 @ 1 0 15107524 +natta n 1 1 @ 1 0 11201264 +natterjack n 1 1 @ 1 0 01646648 +nattiness n 1 2 @ + 1 0 04814025 +natural n 3 2 @ ; 3 0 10346392 06867218 01245950 +natural_ability n 1 2 @ ~ 1 0 05623937 +natural_action n 1 2 @ ~ 1 0 13518963 +natural_childbirth n 1 2 @ ~ 1 0 13518656 +natural_covering n 1 2 @ ~ 1 0 09257949 +natural_depression n 1 3 ! @ ~ 1 0 09366017 +natural_elevation n 1 4 ! @ ~ %p 1 0 09366317 +natural_enclosure n 1 2 @ ~ 1 0 09273291 +natural_endowment n 1 2 @ ~ 1 0 05624042 +natural_event n 1 2 @ ~ 1 0 07283608 +natural_family_planning n 1 2 @ ~ 1 0 00851689 +natural_fiber n 1 2 @ ~ 1 0 14959234 +natural_fibre n 1 2 @ ~ 1 0 14959234 +natural_gas n 1 2 @ %s 1 1 14960090 +natural_glass n 1 2 @ ~ 1 0 14879605 +natural_history n 1 1 @ 1 0 05794189 +natural_immunity n 1 2 @ ~ 1 0 14528571 +natural_language n 1 3 ! @ ~ 1 0 06904171 +natural_language_processing n 1 1 @ 1 0 06142412 +natural_language_processing_application n 1 2 @ ~ 1 0 06572011 +natural_language_processor n 1 2 @ ~ 1 0 06572011 +natural_law n 1 2 @ ~ 1 1 05870916 +natural_logarithm n 1 1 @ 1 0 06813004 +natural_number n 1 1 @ 1 0 13728367 +natural_object n 1 3 ! @ ~ 1 0 00019128 +natural_order n 1 1 @ 1 1 09366597 +natural_phenomenon n 1 2 @ ~ 1 1 11408559 +natural_philosophy n 1 3 @ ~ - 1 0 06090869 +natural_process n 1 2 @ ~ 1 0 13518963 +natural_resin n 1 2 @ ~ 1 0 14894481 +natural_resource n 1 2 @ ~ 1 1 13332009 +natural_resources n 1 2 @ ~ 1 1 13332009 +natural_rubber n 1 2 @ ~ 1 0 15006258 +natural_science n 1 2 @ ~ 1 1 06000400 +natural_scientist n 1 3 @ ~ ; 1 0 10346514 +natural_selection n 1 1 @ 1 0 13563746 +natural_shape n 1 2 @ ~ 1 0 13862282 +natural_spring n 1 2 @ ~ 1 0 09443453 +natural_state n 1 2 @ ~ 1 0 13939353 +natural_theology n 1 1 @ 1 0 06184963 +natural_virtue n 1 3 @ ~ ; 1 0 04847733 +naturalisation n 4 3 @ + ; 4 0 04787324 01187620 00920956 00084642 +naturalism n 2 3 @ + ; 2 1 05973372 08469457 +naturalist n 2 4 @ ~ + ; 2 0 10346955 10346514 +naturalization n 4 3 @ + ; 4 0 04787324 01187620 00920956 00084642 +naturalness n 3 5 ! @ ~ = + 3 1 04785908 04880830 04747246 +nature n 5 5 @ ~ #p %p = 5 4 04726724 09503682 09366762 04623113 05840431 +nature_study n 1 1 @ 1 0 05797899 +nature_worship n 1 1 @ 1 0 05949336 +naturism n 1 2 @ + 1 0 01031563 +naturist n 1 1 @ 1 0 10365701 +naturopath n 1 1 @ 1 1 10347110 +naturopathy n 1 1 @ 1 0 00708332 +nauch n 1 1 @ 1 0 00526793 +nauclea n 1 3 @ #m %m 1 0 12668732 +nauclea_diderrichii n 1 2 @ #m 1 0 12668917 +naucrates n 1 3 @ #m %m 1 0 02580055 +naucrates_ductor n 1 2 @ #m 1 0 02580188 +naught n 2 2 @ ~ 2 1 13740168 00067153 +naughtiness n 1 3 @ ~ + 1 0 04909563 +naumachia n 1 1 @ 1 0 03811163 +naumachy n 1 1 @ 1 0 03811163 +naupathia n 1 1 @ 1 0 14203942 +nauru n 2 5 @ #p %m %p + 2 0 08841483 08841209 +nauru_island n 1 3 @ #p %p 1 0 08841209 +nauruan n 1 3 @ #m + 1 0 09723944 +nausea n 2 3 @ ~ + 2 1 14359952 07504111 +nauseant n 1 3 @ ~ + 1 0 03283519 +nauseatingness n 1 2 @ + 1 0 04996571 +naut_mi n 2 1 @ 2 0 13660619 13660337 +nautch n 1 1 @ 1 0 00526793 +nautch_dance n 1 1 @ 1 0 00526793 +nautch_girl n 1 1 @ 1 0 10347204 +nautical_chain n 1 1 @ 1 0 13660084 +nautical_linear_unit n 1 2 @ ~ 1 0 13649626 +nautical_mile n 2 1 @ 2 0 13660619 13660337 +nautical_signal_flag n 1 2 @ ~ 1 0 06875392 +nautilidae n 1 3 @ #m %m 1 0 01968591 +nautilus n 3 2 @ #m 3 0 03811295 01970667 01968897 +navaho n 2 1 @ 2 0 09662661 06919712 +navajo n 2 1 @ 2 0 09662661 06919712 +naval_academy n 1 3 @ ~ ; 1 0 08279665 +naval_air_warfare_center_weapons_division n 1 2 @ #p 1 0 08193212 +naval_attache n 1 2 @ ; 1 0 10347298 +naval_battle n 1 2 @ ~ 1 0 00958477 +naval_blockade n 1 1 @ 1 1 01074970 +naval_brass n 1 1 @ 1 0 14960261 +naval_campaign n 1 1 @ 1 0 00970478 +naval_chart n 1 1 @ 1 0 03811648 +naval_commander n 1 3 @ ~ ; 1 0 10347446 +naval_division n 1 1 @ 1 0 08219226 +naval_engineer n 1 2 @ ; 1 0 10294421 +naval_engineering n 1 1 @ 1 0 06135503 +naval_equipment n 1 2 @ ~ 1 0 03811847 +naval_forces n 1 4 @ %m ; - 1 0 08191701 +naval_gun n 1 3 @ ~ #p 1 0 03811965 +naval_installation n 1 2 @ ; 1 0 03812119 +naval_missile n 1 1 @ 1 0 03812263 +naval_officer n 1 3 @ ~ ; 1 0 10347593 +naval_radar n 1 2 @ ~ 1 0 03812382 +naval_research_laboratory n 1 2 @ #p 1 0 03812541 +naval_shipyard n 1 3 @ ~ ; 1 0 03813704 +naval_special_warfare n 1 3 @ #p %m 1 0 08193448 +naval_surface_warfare_center n 1 2 @ #p 1 0 08193645 +naval_tactical_data_system n 1 1 @ 1 0 03812789 +naval_underwater_warfare_center n 1 2 @ #p 1 0 08193854 +naval_unit n 1 4 @ ~ #m ; 1 0 08191532 +naval_weaponry n 1 2 @ ~ 1 0 03812924 +navane n 1 2 @ ; 1 0 04425656 +navarino n 1 2 @ ; 1 0 01288795 +nave n 1 2 @ #p 1 0 03813078 +navel n 2 2 @ #p 2 1 05556595 08524404 +navel-gazing n 1 1 @ 1 0 05787848 +navel_orange n 1 1 @ 1 0 07749192 +navel_point n 1 1 @ 1 0 08524404 +navicular n 1 2 @ + 1 0 05272276 +navigability n 1 2 @ + 1 0 04719661 +navigation n 3 5 @ ~ %p + - 3 1 00815801 01105737 00314469 +navigation_light n 1 2 @ #p 1 0 03813369 +navigational_chart n 1 1 @ 1 0 03811648 +navigational_instrument n 1 2 @ ~ 1 0 03813176 +navigational_system n 1 2 @ ~ 1 0 03811444 +navigator n 3 3 @ ~ + 3 1 10546428 10348365 10347883 +navratilova n 1 1 @ 1 0 11201740 +navvy n 1 1 @ 1 0 10035809 +navy n 3 7 @ #p %m %p + ; - 3 2 08191701 04969703 08191987 +navy_base n 1 1 @ 1 0 03813612 +navy_bean n 1 1 @ 1 0 07727140 +navy_blue n 1 1 @ 1 0 04969703 +navy_cross n 1 1 @ 1 0 06707709 +navy_department n 1 1 @ 1 0 08144907 +navy_man n 1 2 @ ~ 1 0 09861395 +navy_seal n 1 3 @ #m ; 1 0 10348526 +navy_secretary n 1 1 @ 1 0 00603319 +navy_yard n 1 3 @ ~ ; 1 0 03813704 +nawab n 1 2 @ ; 1 0 10348752 +nawcwpns n 1 2 @ #p 1 0 08193212 +nay n 1 2 ! @ 1 1 07205210 +naysayer n 1 2 @ ~ 1 0 10349551 +naysaying n 1 1 @ 1 0 07204822 +nazarene n 3 1 @ 3 0 10349836 10349750 10349670 +nazareth n 1 2 @ #p 1 0 08794193 +naze n 1 2 @ #p 1 0 08765771 +nazi n 2 3 @ ~ ; 2 1 10350220 10350484 +nazi_germany n 1 1 @ 1 0 08170255 +nazi_party n 1 1 @ 1 0 08262309 +nazification n 1 1 @ 1 0 13520426 +naziism n 1 2 @ ~ 1 0 08366440 +nazimova n 1 1 @ 1 0 11201941 +nazism n 1 3 @ ~ + 1 1 08366440 +nb n 2 3 @ ~ #s 2 0 14646942 06764380 +nbe n 1 1 @ 1 0 13831310 +nbw n 1 1 @ 1 0 13835308 +nc n 1 4 @ #m #p %p 1 0 09126305 +ncdc n 1 2 @ #p 1 0 08130292 +nd n 2 4 @ #s #p %p 2 0 14645882 09129442 +ndebele n 1 1 @ 1 0 06994488 +ndjamena n 1 2 @ #p 1 0 08720280 +ne n 3 4 @ #s #p %p 3 0 14646152 13831843 09109444 +ne'er-do-well n 1 1 @ 1 0 10135953 +ne_plus_ultra n 1 3 @ ~ = 1 0 14459422 +neandertal n 1 3 @ #m + 1 0 02475078 +neandertal_man n 1 2 @ #m 1 0 02475078 +neanderthal n 1 3 @ #m + 1 0 02475078 +neanderthal_man n 1 2 @ #m 1 0 02475078 +neap n 1 1 @ 1 0 07403300 +neap_tide n 1 2 ! @ 1 0 07403300 +neapolitan n 1 2 @ #m 1 0 10350666 +neapolitan_ice_cream n 1 1 @ 1 0 07615052 +near-death_experience n 1 1 @ 1 0 07287610 +near_beer n 1 1 @ 1 0 07891189 +near_east n 1 4 @ ~ %p - 1 0 08791167 +near_gale n 1 2 @ #p 1 0 11462013 +near_miss n 1 1 @ 1 0 07301846 +near_thing n 1 1 @ 1 0 00204334 +near_vision n 1 1 @ 1 0 05656890 +nearness n 1 4 ! @ ~ + 1 1 05085572 +nearside n 1 2 @ ; 1 0 03813834 +nearsightedness n 1 3 @ + ; 1 0 14553290 +neat's-foot_oil n 1 1 @ 1 0 14960457 +neatness n 2 3 @ ~ + 2 0 14497365 04896515 +neb n 2 3 @ ~ #p 2 0 02452637 01758308 +nebbech n 1 2 @ ; 1 0 10350774 +nebbish n 1 2 @ ; 1 0 10350774 +nebcin n 1 2 @ ; 1 0 04443588 +nebe n 1 1 @ 1 0 13831994 +nebiim n 1 3 @ #p %p 1 0 06452601 +nebn n 1 1 @ 1 0 13831717 +nebo n 1 2 @ ; 1 0 09519596 +nebraska n 1 3 @ #p %p 1 1 09109444 +nebraska_fern n 1 2 @ #m 1 0 12935609 +nebraskan n 1 1 @ 1 0 09744161 +nebuchadnezzar n 2 2 @ ; 2 0 11202063 03813946 +nebuchadnezzar_ii n 1 2 @ ; 1 0 11202063 +nebuchadrezzar n 1 2 @ ; 1 0 11202063 +nebuchadrezzar_ii n 1 2 @ ; 1 0 11202063 +nebula n 4 4 @ ~ + ; 4 0 14960606 14314756 09366940 04682184 +nebular_hypothesis n 1 2 @ ; 1 0 05888215 +nebule n 1 1 @ 1 0 09367137 +nebuliser n 1 2 @ ~ 1 0 02754103 +nebulizer n 1 2 @ ~ 1 0 02754103 +nec n 1 1 @ 1 0 14136868 +necessary n 1 2 @ ~ 1 0 09367203 +necessitarian n 1 3 ! @ ~ 1 0 10350896 +necessity n 2 4 @ ~ = + 2 2 14450691 09367203 +neck n 5 4 @ ~ #p %p 5 1 05546540 09367733 07661357 03814348 03814112 +neck_bone n 1 3 @ ~ #p 1 0 05588551 +neck_brace n 1 1 @ 1 0 03814639 +neck_exercise n 1 1 @ 1 0 00630526 +neck_of_the_woods n 1 2 @ ~ 1 0 08641113 +neck_opening n 1 4 @ ~ #p %p 1 0 03814112 +neck_ruff n 1 2 @ ~ 1 0 03024746 +neck_sweetbread n 1 1 @ 1 0 07652881 +neckar n 1 2 @ #p 1 0 09367827 +neckar_river n 1 2 @ #p 1 0 09367827 +neckband n 3 4 @ ~ #p %p 3 0 03814528 03068181 03024882 +neckcloth n 1 1 @ 1 0 03814727 +necker n 1 2 @ + 1 0 10351064 +neckerchief n 1 1 @ 1 0 03814817 +necking n 2 3 @ ~ + 2 0 03448491 00854000 +necklace n 1 3 @ ~ %p 1 1 03814906 +necklace_poplar n 1 1 @ 1 0 12732966 +necklace_tree n 1 3 @ ~ #m 1 0 12553573 +necklet n 1 1 @ 1 0 03815149 +neckline n 1 3 @ ~ #p 1 0 03815278 +neckpiece n 1 2 @ ~ 1 0 03815482 +necktie n 1 2 @ ~ 1 1 03815615 +neckwear n 1 2 @ ~ 1 0 03816005 +necrobiosis n 1 3 @ ~ ; 1 0 11486178 +necrobiosis_lipoidica n 1 1 @ 1 0 14230588 +necrobiosis_lipoidica_diabeticorum n 1 1 @ 1 0 14230588 +necrology n 2 1 @ 2 0 06748133 06493926 +necrolysis n 1 1 @ 1 0 13520629 +necromancer n 2 3 @ ~ + 2 0 10625860 10351152 +necromancy n 2 3 @ ~ + 2 0 05978812 05777439 +necromania n 1 1 @ 1 0 09182650 +necrophagia n 1 1 @ 1 0 00842419 +necrophagy n 1 1 @ 1 0 00842419 +necrophilia n 1 1 @ 1 0 09182650 +necrophilism n 1 1 @ 1 0 09182650 +necropolis n 1 2 @ ~ 1 0 08521623 +necropsy n 1 1 @ 1 1 00141396 +necrosis n 1 3 @ ~ + 1 1 11486708 +necrotizing_enteritis n 1 1 @ 1 0 14345168 +necrotizing_enterocolitis n 1 1 @ 1 0 14136868 +nectar n 3 3 @ + ; 3 1 14846779 07924276 07610295 +nectarine n 2 4 @ #m #p %p 2 0 12648196 07751148 +nectarine_tree n 1 3 @ #m %p 1 0 12648196 +nectary n 1 2 @ + 1 1 11683838 +necturus n 1 3 @ #m %m 1 0 01634392 +necturus_maculosus n 1 2 @ #m 1 0 01634522 +nederland n 1 5 @ #m #p %m %p 1 0 08949093 +need n 4 3 @ ~ + 4 4 14449126 09367991 00023773 14493716 +needer n 1 1 @ 1 0 10766025 +neediness n 2 2 @ + 2 0 14493426 04719805 +needle n 4 4 @ ~ %p + 4 3 13157595 03816394 03816136 03923918 +needle-bush n 1 2 @ #m 1 0 12219289 +needle-wood n 1 2 @ #m 1 0 12219065 +needle_bearing n 1 1 @ 1 0 02780315 +needle_biopsy n 1 1 @ 1 0 05743174 +needle_blight n 1 1 @ 1 0 14218158 +needle_bush n 1 2 @ #m 1 0 12219289 +needle_cast n 1 1 @ 1 0 14218158 +needle_furze n 1 2 @ #m 1 0 12530439 +needle_palm n 1 1 @ 1 0 12483427 +needle_rush n 1 1 @ 1 0 12153914 +needle_spike_rush n 1 1 @ 1 0 12153914 +needle_wood n 1 2 @ #m 1 0 12219065 +needlebush n 1 2 @ #m 1 0 12219289 +needlecraft n 2 2 @ ~ 2 0 03816849 00910070 +needlefish n 2 3 @ ~ #m 2 0 02549989 01455778 +needlenose_pliers n 1 2 @ ; 1 0 03816530 +needlepoint n 2 2 @ ~ 2 0 03975788 03816659 +needlepoint_embroidery n 1 2 @ ~ 1 0 03816659 +needlewoman n 1 2 @ ~ 1 0 10033412 +needlewood n 1 2 @ #m 1 0 12219065 +needlework n 2 2 @ ~ 2 0 03816849 00910070 +needleworker n 1 2 @ ~ 1 0 10351281 +needy n 1 1 @ 1 0 08469678 +neel n 1 1 @ 1 0 11202581 +neem n 1 3 @ #m %p 1 0 12696492 +neem_cake n 1 2 @ #s 1 0 14782919 +neem_seed n 1 3 @ #p %s 1 0 12696830 +neem_tree n 1 3 @ #m %p 1 0 12696492 +neencephalon n 1 2 @ #p 1 0 05481549 +nefariousness n 1 3 @ ~ + 1 0 04852750 +nefazodone n 1 1 @ 1 0 03817062 +nefertiti n 1 1 @ 1 0 11202722 +neftali_ricardo_reyes n 1 1 @ 1 0 11203795 +nefud n 1 2 @ #p 1 0 09171376 +negaprion n 1 3 @ #m %m 1 0 01490546 +negaprion_brevirostris n 1 2 @ #m 1 0 01490670 +negara_brunei_darussalam n 1 4 @ #m #p %m 1 0 08896092 +negation n 3 4 @ ~ + ; 3 0 07280941 07206461 06751572 +negative n 2 4 ! @ ~ + 2 1 07204911 03817191 +negative_charge n 1 2 ! @ 1 1 11436019 +negative_chemotaxis n 1 1 @ 1 0 00863017 +negative_correlation n 1 2 @ ; 1 0 06033172 +negative_feedback n 1 1 @ 1 0 13520731 +negative_feedback_circuit n 1 1 @ 1 0 03097535 +negative_identification n 1 1 @ 1 0 06885906 +negative_magnetic_pole n 1 1 @ 1 0 03817331 +negative_muon n 1 1 @ 1 0 09363214 +negative_pole n 2 1 @ 2 0 03817522 03817331 +negative_reinforcer n 1 1 @ 1 0 05829012 +negative_reinforcing_stimulus n 1 1 @ 1 0 05829012 +negative_stimulation n 1 2 @ ; 1 0 05828263 +negative_stimulus n 1 2 @ ~ 1 0 05829480 +negativeness n 3 3 ! @ + 3 0 13857008 05167618 05108262 +negativism n 1 2 @ + 1 0 05167618 +negativist n 2 2 @ + 2 0 10351491 09999795 +negativity n 4 4 ! @ + ; 4 0 13857008 05167618 05108262 04944513 +negatron n 1 2 @ ~ 1 0 09271904 +negev n 1 2 @ #p 1 0 09171560 +negev_desert n 1 2 @ #p 1 0 09171560 +neggram n 1 1 @ 1 0 03806040 +neglect n 5 3 @ ~ + 5 3 05706629 14423428 00418615 04665813 00739270 +neglect_of_duty n 1 2 @ ; 1 0 00740609 +neglecter n 1 2 @ + 1 0 10351625 +neglectfulness n 1 3 @ ~ + 1 0 04665813 +neglige n 1 2 @ ~ 1 0 03817647 +negligee n 1 2 @ ~ 1 0 03817647 +negligence n 2 3 @ ~ + 2 1 00739270 04665813 +negotiable_instrument n 1 3 @ ~ ; 1 0 06481156 +negotiant n 1 3 @ ~ + 1 0 10351874 +negotiation n 2 3 @ ~ + 2 1 07148192 01266364 +negotiator n 1 3 @ ~ + 1 0 10351874 +negotiatress n 1 1 @ 1 0 10352208 +negotiatrix n 1 1 @ 1 0 10352208 +negress n 1 2 @ ; 1 0 09636796 +negritude n 1 1 @ 1 0 06219415 +negro n 1 4 @ ~ #m ; 1 1 09636339 +negro_peach n 1 2 @ #m 1 0 12670334 +negro_pepper n 1 2 @ #m 1 0 11696935 +negro_race n 1 2 @ %m 1 0 09636890 +negro_spiritual n 1 1 @ 1 0 07035598 +negro_vine n 1 2 @ #m 1 0 13239736 +negroid n 1 4 @ ~ #m ; 1 0 09636339 +negroid_race n 1 2 @ %m 1 0 09636890 +negus n 1 2 @ %s 1 0 07927070 +nehemiah n 1 2 @ #p 1 0 06436443 +nehru n 1 1 @ 1 0 11202833 +nei_monggol n 1 3 @ #p %p 1 0 08729971 +neigh n 1 2 @ + 1 0 07387316 +neighbor n 2 2 @ + 2 1 10352299 09368224 +neighborhood n 4 3 @ ~ + 4 2 08641113 08225090 13759146 08642331 +neighborliness n 1 3 ! @ + 1 1 04656051 +neighbour n 2 2 @ + 2 0 10352299 09368224 +neighbourhood n 2 3 @ ~ + 2 1 08641113 08225090 +neighbourliness n 1 2 @ + 1 0 04656051 +neil_armstrong n 1 1 @ 1 0 10823369 +neil_simon n 1 1 @ 1 0 11301129 +neisseria_gonorrhoeae n 1 1 @ 1 0 01365885 +nejd n 1 2 @ #p 1 0 08995242 +nekton n 1 2 @ #m 1 0 01384313 +nelfinavir n 1 1 @ 1 0 03817830 +nell_gwynn n 1 1 @ 1 0 11020888 +nell_gwynne n 1 1 @ 1 0 11020888 +nell_gywn n 1 1 @ 1 0 11020888 +nellie_bly n 1 1 @ 1 0 11290653 +nellie_ross n 1 1 @ 1 0 11270772 +nellie_tayloe_ross n 1 1 @ 1 0 11270772 +nelson n 2 2 @ ~ 2 0 11203059 00813336 +nelson_algren n 1 1 @ 1 0 10813711 +nelson_mandela n 1 1 @ 1 0 11153200 +nelson_rolihlahla_mandela n 1 1 @ 1 0 11153200 +nelumbo n 1 3 @ #m %m 1 0 11717239 +nelumbo_lutea n 1 3 @ #m %p 1 0 11717577 +nelumbo_nucifera n 1 1 @ 1 0 11717399 +nelumbonaceae n 1 3 @ #m %m 1 0 11717007 +nematocera n 1 3 @ #m %m 1 0 02199712 +nematoda n 1 3 @ #m %m 1 0 01929396 +nematode n 1 3 @ ~ #m 1 0 01930112 +nematode_worm n 1 3 @ ~ #m 1 0 01930112 +nembutal n 1 2 @ ; 1 0 03913129 +nemea n 1 2 @ #p 1 0 08788190 +nemean_games n 1 1 @ 1 0 00516559 +nemean_lion n 1 2 @ ; 1 0 09499494 +nemertea n 1 3 @ #m %m 1 0 01928360 +nemertean n 1 2 @ #m 1 0 01928517 +nemertina n 1 3 @ #m %m 1 0 01928360 +nemertine n 1 2 @ #m 1 0 01928517 +nemesis n 2 2 @ ; 2 1 09567421 14445226 +nemophila n 1 3 @ ~ #m 1 0 12836212 +nemophila_aurita n 1 2 @ #m 1 0 12837803 +nemophila_maculata n 1 1 @ 1 0 12836508 +nemophila_menziesii n 1 2 @ #m 1 0 12836337 +nenets n 1 1 @ 1 0 06959788 +nentsi n 1 1 @ 1 0 06959788 +nentsy n 1 1 @ 1 0 06959788 +neo-darwinism n 1 2 @ + 1 0 06110267 +neo-lamarckism n 1 1 @ 1 0 06110598 +neo-latin n 1 1 @ 1 0 06963822 +neo_jazz n 1 1 @ 1 0 07063921 +neobiotic n 1 2 @ ; 1 0 03818090 +neoceratodus n 1 2 @ #m 1 0 02516867 +neoceratodus_forsteri n 1 1 @ 1 0 02516994 +neoclassicism n 1 2 @ + 1 0 06154464 +neoclassicist n 1 2 @ + 1 0 10352557 +neocolonialism n 1 1 @ 1 0 00426757 +neocon n 1 1 @ 1 0 10352663 +neoconservatism n 1 1 @ 1 0 06216408 +neoconservative n 1 1 @ 1 0 10352663 +neocortex n 1 2 @ + 1 1 05481746 +neodymium n 1 2 @ #s 1 0 14645882 +neoencephalon n 1 2 @ #p 1 0 05481549 +neoexpressionism n 1 1 @ 1 0 08467576 +neofiber n 1 3 @ #m %m 1 0 02338319 +neofiber_alleni n 1 2 @ #m 1 0 02338449 +neohygrophorus n 1 3 @ #m %m 1 0 13073526 +neohygrophorus_angelesianus n 1 2 @ #m 1 0 13073703 +neolentinus n 1 2 @ #m 1 0 13051196 +neolentinus_ponderosus n 1 2 @ #m 1 0 13051346 +neoliberal n 1 2 @ + 1 0 10352782 +neoliberalism n 1 1 @ 1 0 06219009 +neolith n 1 1 @ 1 0 03818001 +neolithic n 1 2 @ #p 1 0 15233411 +neolithic_age n 1 2 @ #p 1 0 15233411 +neologism n 2 3 @ ~ + 2 0 06294441 00940560 +neologist n 1 2 @ + 1 0 10352898 +neology n 2 2 @ ~ 2 0 06294441 00940560 +neomycin n 1 1 @ 1 0 03818090 +neomys n 1 3 @ #m %m 1 0 01892876 +neomys_anomalus n 1 2 @ #m 1 0 01893164 +neomys_fodiens n 1 2 @ #m 1 0 01893021 +neon n 1 2 @ #s 1 0 14646152 +neon_induction_lamp n 1 1 @ 1 0 03818343 +neon_lamp n 1 1 @ 1 0 03818343 +neon_tube n 1 1 @ 1 1 03818343 +neonatal_death n 1 1 @ 1 0 14310172 +neonatal_hyperbilirubinemia n 1 1 @ 1 0 14319093 +neonatal_intensive_care_unit n 1 1 @ 1 0 08146410 +neonatal_mortality n 1 1 @ 1 0 15285772 +neonatal_mortality_rate n 1 1 @ 1 0 15285772 +neonatal_period n 1 1 @ 1 0 15145499 +neonate n 1 2 @ ~ 1 0 10353016 +neonatology n 1 1 @ 1 0 06061917 +neopallium n 1 1 @ 1 0 05481746 +neophobia n 1 1 @ 1 0 14383961 +neophron n 1 3 @ #m %m 1 0 01617633 +neophron_percnopterus n 1 2 @ #m 1 0 01617766 +neophyte n 3 2 @ ~ 3 0 11553634 10355449 09901502 +neoplasia n 1 1 @ 1 0 13520849 +neoplasm n 1 3 @ ~ + 1 0 14235200 +neoplastic_cell n 1 2 @ ~ 1 0 05431177 +neoplatonism n 1 1 @ 1 0 05973603 +neoplatonist n 1 1 @ 1 0 10353269 +neopolitan n 1 2 @ #m 1 0 09716837 +neoprene n 1 2 @ %s 1 0 15007377 +neoromanticism n 1 1 @ 1 1 08469785 +neosho n 1 2 @ #p 1 0 09368479 +neosho_river n 1 2 @ #p 1 0 09368479 +neosporin n 1 1 @ 1 0 03818629 +neostigmine n 1 1 @ 1 0 03818843 +neoteny n 1 2 @ + 1 0 06198083 +neotoma n 1 3 @ #m %m 1 0 02339768 +neotoma_cinerea n 1 3 @ ~ #m 1 0 02339922 +neotoma_floridana n 1 2 @ #m 1 0 02340358 +neotoma_fuscipes n 1 2 @ #m 1 0 02340186 +neotony n 1 2 @ + 1 0 14569683 +nepa n 1 2 @ #m 1 0 02242669 +nepal n 1 5 @ #p %m %p - 1 0 08906374 +nepal_trumpet_flower n 1 2 @ #m 1 0 11771147 +nepalese n 1 4 @ ~ #m + 1 0 09724066 +nepalese_monetary_unit n 1 2 @ ~ 1 0 13704788 +nepalese_rupee n 1 2 @ %p 1 0 13704897 +nepali n 2 4 @ ~ #m + 2 0 09724066 06972985 +nepenthaceae n 1 3 @ #m %m 1 0 12781659 +nepenthes n 1 3 @ #m %m 1 0 12781814 +nepeta n 1 3 @ #m %m 1 0 12859873 +nepeta_cataria n 1 2 @ #m 1 0 12859986 +nepeta_hederaceae n 1 2 @ #m 1 0 12847374 +nepheline n 1 2 @ #s 1 0 14683204 +nephelinite n 1 2 @ %s 1 0 14683447 +nephelite n 1 2 @ #s 1 0 14683204 +nephelium n 1 3 @ #m %m 1 0 12745160 +nephelium_lappaceum n 1 3 @ #m %p 1 0 12745386 +nephelium_litchi n 1 3 @ #m %p 1 0 12744387 +nephelium_longana n 1 3 @ #m %p 1 0 12743352 +nephelium_mutabile n 1 3 @ #m %p 1 0 12745564 +nephew n 1 3 ! @ ~ 1 1 10353355 +nephology n 1 1 @ 1 0 06119608 +nephoscope n 1 1 @ 1 0 03819047 +nephralgia n 1 1 @ 1 0 14329159 +nephrectomy n 1 1 @ 1 0 00686385 +nephrite n 1 2 @ #m 1 0 14683595 +nephritis n 1 3 @ ~ + 1 0 14113798 +nephroangiosclerosis n 1 1 @ 1 0 14113938 +nephroblastoma n 1 1 @ 1 0 14246097 +nephrocalcinosis n 1 1 @ 1 0 14115454 +nephrogenic_diabetes_insipidus n 1 1 @ 1 0 14119598 +nephrolepis n 1 3 @ #m %m 1 0 13204646 +nephrolepis_exaltata n 1 1 @ 1 0 13205058 +nephrolepis_exaltata_bostoniensis n 1 1 @ 1 0 13205058 +nephrolepis_pectinata n 1 1 @ 1 0 13205249 +nephrolith n 1 1 @ 1 0 09325824 +nephrolithiasis n 1 2 @ ~ 1 0 14115648 +nephrology n 1 1 @ 1 0 06052521 +nephron n 1 3 @ #p %p 1 0 05247178 +nephropathy n 1 2 @ ~ 1 0 14113228 +nephrops n 1 2 @ #m 1 0 01984131 +nephrops_norvegicus n 1 2 @ %p 1 0 01984245 +nephropsidae n 1 3 @ #m %m 1 0 01983958 +nephroptosia n 1 1 @ 1 0 14558899 +nephroptosis n 1 1 @ 1 0 14558899 +nephrosclerosis n 1 1 @ 1 0 14113938 +nephrosis n 2 2 @ ~ 2 0 14307724 14113228 +nephrotic_syndrome n 1 1 @ 1 0 14307724 +nephrotomy n 1 1 @ 1 0 00698234 +nephrotoxin n 1 2 @ + 1 0 15036211 +nephthys n 1 1 @ 1 0 09512692 +nephthytis n 1 3 @ ~ #m 1 0 11789962 +nephthytis_afzelii n 1 1 @ 1 0 11790089 +nepidae n 1 3 @ #m %m 1 0 02242293 +nepotism n 1 1 @ 1 0 01154900 +nepotist n 1 1 @ 1 0 10353475 +neptune n 2 3 @ #m ; 2 1 09569330 09368699 +neptunium n 1 1 @ 1 0 14646403 +nerd n 2 1 @ 2 0 10684630 10353598 +nereid n 1 3 @ ~ ; 1 0 09550585 +nereus n 1 2 @ ; 1 0 09567560 +nergal n 1 2 @ ; 1 0 09520223 +nerita n 1 2 @ #m 1 0 01946630 +nerita_peloronta n 1 2 @ #m 1 0 01946827 +neritic_zone n 1 1 @ 1 0 09369039 +neritid n 1 3 @ ~ #m 1 0 01946277 +neritid_gastropod n 1 3 @ ~ #m 1 0 01946277 +neritidae n 1 3 @ #m %m 1 0 01946118 +neritina n 1 2 @ #m 1 0 01947139 +nerium n 1 3 @ #m %m 1 0 11773860 +nerium_oleander n 1 2 @ #m 1 0 11773987 +nernst n 1 1 @ 1 0 11203287 +nero n 1 1 @ 1 0 11203472 +nero's_crown n 1 2 @ #m 1 0 11776511 +nero_claudius_caesar_drusus_germanicus n 1 1 @ 1 0 11203472 +nerodia n 1 2 @ #m 1 0 01737356 +nerodia_sipedon n 1 2 @ #m 1 0 01737472 +neroli_oil n 1 1 @ 1 0 14968038 +nerthus n 1 1 @ 1 0 09585757 +neruda n 1 1 @ 1 0 11203795 +nerva n 1 1 @ 1 0 11204069 +nerve n 3 4 @ ~ %p + 3 2 05474346 04857490 04838210 +nerve_agent n 1 2 @ ~ 1 0 14960721 +nerve_block_anaesthesia n 1 1 @ 1 0 14027396 +nerve_block_anesthesia n 1 1 @ 1 0 14027396 +nerve_cell n 1 4 @ ~ #p %p 1 0 05465567 +nerve_center n 2 2 @ ~ 2 0 08514412 05463533 +nerve_centre n 2 2 @ ~ 2 0 08514412 05463533 +nerve_compression n 1 2 @ ~ 1 0 14109485 +nerve_deafness n 1 1 @ 1 0 14551565 +nerve_end n 1 3 @ ~ #p 1 0 05469032 +nerve_ending n 1 3 @ ~ #p 1 0 05469032 +nerve_entrapment n 1 2 @ ~ 1 0 14109691 +nerve_fiber n 1 4 @ ~ #p %p 1 0 05464104 +nerve_fibre n 1 4 @ ~ #p %p 1 0 05464104 +nerve_gas n 1 2 @ ~ 1 0 14960721 +nerve_growth_factor n 1 1 @ 1 0 14734487 +nerve_impulse n 1 2 @ ~ 1 0 07308042 +nerve_pathway n 1 2 @ ~ 1 0 05475878 +nerve_plexus n 1 2 @ ~ 1 0 05236848 +nerve_tissue n 1 3 @ ~ #p 1 0 05296775 +nerve_tract n 1 2 @ ~ 1 0 05475878 +nervelessness n 1 2 @ + 1 0 04858632 +nerveroot n 1 1 @ 1 0 12056601 +nerves n 2 3 @ ~ ; 2 2 14375576 04862236 +nervi n 1 1 @ 1 0 11203920 +nervii_olfactorii n 1 2 @ #p 1 0 05477946 +nervous_breakdown n 1 2 @ ~ 1 1 14066661 +nervous_disorder n 1 2 @ ~ 1 0 14084880 +nervous_exhaustion n 1 1 @ 1 0 14066806 +nervous_impulse n 1 2 @ ~ 1 0 07308042 +nervous_prostration n 1 1 @ 1 0 14066806 +nervous_strain n 1 3 @ ~ ; 1 0 14375890 +nervous_system n 1 4 @ ~ #p %p 1 1 05462315 +nervous_tissue n 1 3 @ ~ #p 1 0 05296775 +nervousness n 3 3 @ ~ + 3 1 07525760 14375576 04624959 +nervure n 2 2 @ ~ 2 0 13098186 02468735 +nervus n 1 3 @ ~ %p 1 0 05474346 +nervus_abducens n 1 1 @ 1 0 05479108 +nervus_accessorius n 1 1 @ 1 0 05480401 +nervus_coccygeus n 1 1 @ 1 0 05569577 +nervus_facialis n 1 2 @ #p 1 0 05479314 +nervus_femoralis n 1 2 @ #p 1 0 05568104 +nervus_glossopharyngeus n 1 1 @ 1 0 05479786 +nervus_hypoglosus n 1 1 @ 1 0 05480607 +nervus_ischiadicus n 1 2 @ #p 1 0 05567875 +nervus_oculomotorius n 1 1 @ 1 0 05478526 +nervus_opticus n 1 2 @ #p 1 0 05478336 +nervus_phrenicus n 1 1 @ 1 0 05568550 +nervus_radialis n 1 1 @ 1 0 05504807 +nervus_saphenus n 1 2 @ #p 1 0 05568349 +nervus_spinalis n 1 3 @ ~ %p 1 0 05569053 +nervus_trigeminus n 1 1 @ 1 0 05478896 +nervus_ulnaris n 1 3 @ ~ #p 1 0 05568767 +nervus_vagus n 1 1 @ 1 0 05480076 +nervus_vestibulocochlearis n 1 2 @ #p 1 0 05479503 +nescience n 1 2 @ + 1 0 05988743 +nesokia n 1 3 @ #m %m 1 0 02334079 +ness n 1 2 @ ~ 1 0 09233715 +nesselrode n 1 1 @ 1 0 07618684 +nesselrode_pudding n 1 1 @ 1 0 07618684 +nessie n 1 2 @ #p 1 0 09487821 +nest n 5 4 @ ~ + ; 5 2 09369169 03819217 08643729 08244346 03819336 +nest_egg n 2 1 @ 2 0 13359572 03819448 +nester n 2 2 @ + 2 0 10643218 01514926 +nesting_place n 1 1 @ 1 1 08610975 +nestle n 1 2 @ + 1 0 00417643 +nestling n 2 3 @ ~ %p 2 1 01504344 09917593 +nestor n 2 4 @ #m %m ; 2 0 11204276 01818704 +nestor_notabilis n 1 2 @ #m 1 0 01818832 +nestor_paz_zamora_commission n 1 2 @ ; 1 0 08035233 +nestorian n 1 1 @ 1 0 10353734 +nestorian_church n 1 1 @ 1 0 08085359 +nestorianism n 1 1 @ 1 0 06190305 +nestorius n 1 2 @ + 1 0 11204409 +net n 6 5 @ ~ %p + ; 6 2 03580615 03819994 13258362 03820318 03820154 03819595 +net_ball n 1 1 @ 1 0 00569073 +net_estate n 1 2 @ ; 1 0 13251424 +net_income n 1 3 @ ~ %p 1 0 13258362 +net_melon n 2 3 @ #p %p 2 0 12165170 07756641 +net_profit n 1 3 @ ~ %p 1 0 13258362 +net_sales n 1 1 @ 1 0 13261107 +net_ton n 1 3 @ #p %p 1 0 13721529 +netball n 1 1 @ 1 0 00482122 +nether_region n 1 3 @ ~ ; 1 0 05629682 +netherlander n 1 2 @ #m 1 0 09713108 +netherlands n 1 5 @ #m #p %m %p 1 0 08949093 +netherlands_antilles n 1 3 @ #p %p 1 0 08748499 +netherlands_guiana n 1 4 @ #m #p %p 1 0 09030752 +netherworld n 1 3 @ %p ; 1 0 05629381 +netkeeper n 2 1 @ 2 0 10134001 00464037 +netminder n 1 1 @ 1 0 10134001 +netscape n 1 1 @ 1 0 06571862 +netted_melon n 2 3 @ #p %p 2 0 12165170 07756641 +netting n 2 3 @ ~ + 2 0 03429914 00909386 +nettle n 1 3 @ ~ + 1 0 12392070 +nettle-leaved_bellflower n 1 1 @ 1 0 12039122 +nettle-leaved_goosefoot n 1 1 @ 1 0 11830045 +nettle_family n 1 3 @ #m %m 1 0 12391745 +nettle_rash n 1 1 @ 1 0 14322248 +nettle_tree n 1 3 @ ~ #m 1 0 12409231 +nettleleaf_goosefoot n 1 1 @ 1 0 11830045 +network n 5 5 @ ~ %p + ; 5 3 08434259 03820474 03819595 03820950 03820728 +network_architecture n 1 1 @ 1 0 06725680 +network_army n 1 1 @ 1 0 07949160 +network_programming n 1 1 @ 1 0 06486042 +network_topology n 1 2 @ ~ 1 0 05730365 +neumann n 1 1 @ 1 0 11369035 +neural_arch n 1 2 @ #p 1 0 05587997 +neural_impulse n 1 2 @ ~ 1 0 07308042 +neural_net n 2 3 @ ~ #p 2 0 06725467 05501711 +neural_network n 2 3 @ ~ #p 2 0 06725467 05501711 +neural_structure n 1 2 @ ~ 1 0 05462674 +neural_tube n 1 1 @ 1 0 01463933 +neuralgia n 1 3 @ ~ + 1 0 14329262 +neuralgy n 1 3 @ ~ + 1 0 14329262 +neurasthenia n 1 2 @ + 1 0 14066959 +neurasthenic n 1 2 @ + 1 0 10353813 +neurectomy n 1 1 @ 1 0 00686471 +neurilemma n 1 2 @ #p 1 0 05464939 +neurilemoma n 1 1 @ 1 0 14249138 +neurinoma n 1 1 @ 1 0 14248787 +neuritis n 1 2 @ ~ 1 0 14350837 +neuroanatomy n 1 2 @ + 1 0 06060208 +neurobiologist n 1 3 @ ~ + 1 0 10353928 +neurobiology n 1 3 @ ~ + 1 0 06078511 +neuroblast n 1 1 @ 1 0 05448501 +neuroblastoma n 1 1 @ 1 0 14248899 +neurochemical n 1 2 @ ~ 1 0 14807410 +neurodermatitis n 1 1 @ 1 0 14224341 +neuroepithelioma n 1 1 @ 1 0 14249037 +neuroepithelium n 1 2 @ #p 1 0 05240850 +neuroethics n 1 1 @ 1 0 06159924 +neurofibroma n 1 1 @ 1 0 14249138 +neurofibromatosis n 1 1 @ 1 0 14158179 +neurogenesis n 1 1 @ 1 0 13520981 +neurogenic_bladder n 1 1 @ 1 0 14401512 +neuroglia n 1 6 @ ~ #s #p %p + 1 0 05467054 +neurogliacyte n 1 3 @ ~ #p 1 0 05467432 +neuroglial_cell n 1 3 @ ~ #p 1 0 05467432 +neurohormone n 1 1 @ 1 0 05411430 +neurohypophysis n 1 3 @ #p %p 1 0 05484862 +neurolemma n 1 2 @ #p 1 0 05464939 +neuroleptic n 1 2 @ ~ 1 0 03713736 +neuroleptic_agent n 1 2 @ ~ 1 0 03713736 +neuroleptic_drug n 1 2 @ ~ 1 0 03713736 +neurolinguist n 1 2 @ + 1 0 10354053 +neurolinguistics n 1 2 @ + 1 0 06179290 +neurological_disease n 1 2 @ ~ 1 0 14084880 +neurological_disorder n 1 2 @ ~ 1 0 14084880 +neurologist n 1 3 @ ~ + 1 0 10354265 +neurology n 2 4 @ + ; - 2 0 06078978 06052864 +neurolysin n 1 2 @ ~ 1 0 15036321 +neuroma n 1 2 @ + 1 0 14249262 +neuromuscular_blocking_agent n 1 2 @ ~ 1 0 14961512 +neuromuscular_junction n 1 1 @ 1 0 05474195 +neuron n 1 5 @ ~ #p %p + 1 0 05465567 +neurontin n 1 1 @ 1 0 03409070 +neuropathy n 1 2 @ ~ 1 0 14208438 +neurophysiology n 1 3 @ + - 1 0 06081602 +neuropil n 1 2 @ #s 1 0 05483122 +neuropile n 1 2 @ #s 1 0 05483122 +neuroplasty n 1 1 @ 1 0 00682538 +neuropsychiatry n 1 2 @ + 1 0 06053101 +neuropsychology n 1 2 @ + 1 0 06140799 +neuroptera n 1 3 @ #m %m 1 0 02263038 +neuropteran n 1 3 @ ~ #m 1 0 02263378 +neuropteron n 1 3 @ ~ #m 1 0 02263378 +neuropterous_insect n 1 3 @ ~ #m 1 0 02263378 +neurosarcoma n 1 1 @ 1 0 14241400 +neuroscience n 1 4 @ ~ + - 1 0 06081833 +neuroscientist n 1 3 @ ~ + 1 0 10354580 +neurosis n 1 3 @ ~ + 1 1 14393161 +neurospora n 1 2 @ #m 1 0 12964321 +neurosurgeon n 1 1 @ 1 0 10354754 +neurosurgery n 1 1 @ 1 0 00688915 +neurosyphilis n 1 2 @ ~ 1 0 14135065 +neurotic n 1 3 @ ~ + 1 1 10354898 +neurotic_depression n 1 2 ! @ 1 0 14390967 +neuroticism n 1 2 @ ~ 1 0 14393161 +neurotoxin n 1 3 @ ~ + 1 0 15036321 +neurotransmitter n 1 2 @ ~ 1 0 14807558 +neurotrichus n 1 3 @ #m %m 1 0 01891145 +neurotrichus_gibbsii n 1 2 @ #m 1 0 01891274 +neurotropism n 1 1 @ 1 0 00862310 +neuter n 1 2 @ + 1 1 06329313 +neutering n 1 3 @ ~ + 1 0 00692506 +neutral n 1 3 @ ~ + 1 0 10355142 +neutral_spirits n 1 2 @ %s 1 0 07902121 +neutralisation n 4 3 @ + ; 4 0 13521072 00234675 00234423 00233386 +neutralisation_reaction n 1 1 @ 1 0 13521072 +neutralism n 1 2 @ + 1 1 06662712 +neutralist n 1 2 @ + 1 1 10355306 +neutrality n 3 2 @ + 3 1 01240850 06205018 05039819 +neutralization n 4 3 @ + ; 4 1 00234423 13521072 00234675 00233386 +neutralization_fire n 1 1 @ 1 0 00991772 +neutralization_reaction n 1 1 @ 1 0 13521072 +neutrino n 1 1 @ 1 0 09369412 +neutron n 1 1 @ 1 0 09369520 +neutron_bomb n 1 1 @ 1 1 03821145 +neutron_flux n 1 1 @ 1 0 15287199 +neutron_radiation n 1 1 @ 1 0 11487298 +neutron_star n 1 2 @ ~ 1 0 09369692 +neutropenia n 1 2 @ ~ 1 0 14196543 +neutrophil n 1 2 @ ~ 1 1 05453657 +neutrophile n 1 2 @ ~ 1 0 05453657 +neva n 1 2 @ #p 1 0 09369844 +neva_river n 1 2 @ #p 1 0 09369844 +nevada n 1 3 @ #p %p 1 0 09110422 +nevadan n 1 1 @ 1 0 09744262 +nevado_de_colima n 1 2 @ #p 1 0 09174015 +neve n 1 2 @ #p 1 0 09370006 +nevelson n 1 1 @ 1 0 11204689 +never-never n 2 3 @ #p ; 2 0 13296752 08505265 +never-never_land n 1 1 @ 1 0 05631304 +nevil_shute n 1 1 @ 1 0 11299212 +nevil_shute_norway n 1 1 @ 1 0 11299212 +neville_chamberlain n 1 1 @ 1 0 10889689 +nevirapine n 1 1 @ 1 0 03821259 +nevis n 1 2 @ #p 1 0 08988216 +nevoid_elephantiasis n 1 1 @ 1 0 14367797 +nevus n 1 2 @ ~ 1 0 04692638 +nevus_flammeus n 1 1 @ 1 0 04696193 +new_amsterdam n 1 2 @ #p 1 0 09116876 +new_ballgame n 1 1 @ 1 0 13932739 +new_britain n 1 2 @ #p 1 0 08843958 +new_brunswick n 2 3 @ #p %p 2 0 09113901 08824484 +new_caledonia n 1 3 @ #p + 1 0 08844108 +new_caledonian_pine n 1 1 @ 1 0 11646517 +new_caledonian_yew n 1 2 @ #m 1 0 11662937 +new_criticism n 1 1 @ 1 0 06375215 +new_deal n 3 1 @ 3 2 06657109 15261471 01084848 +new_dealer n 1 1 @ 1 0 10355806 +new_delhi n 1 2 @ #p 1 0 08903049 +new_edition n 1 1 @ 1 1 06270541 +new_england n 1 5 @ #p %m %p - 1 1 09048880 +new_england_aster n 1 1 @ 1 0 11934616 +new_england_boiled_dinner n 1 1 @ 1 0 07862946 +new_england_clam_chowder n 1 1 @ 1 0 07587962 +new_englander n 1 2 @ #m 1 1 10355942 +new_english_bible n 1 1 @ 1 0 06449361 +new_flower n 1 2 @ #p 1 0 08778401 +new_forest n 1 2 @ #p 1 0 08882530 +new_greek n 1 2 @ ~ 1 0 06976680 +new_guinea n 1 4 @ #p %m %p 1 0 08844279 +new_hampshire n 2 3 @ #p %p 2 1 09111366 09111636 +new_hampshirite n 1 1 @ 1 0 09744346 +new_haven n 1 3 @ #p %p 1 1 09069415 +new_hebrides n 1 3 @ #p %p 1 0 09160775 +new_ireland n 1 2 @ #p 1 0 08845225 +new_jazz n 1 1 @ 1 0 07063921 +new_jersey n 2 4 @ #p %p - 2 1 09112282 09112742 +new_jerseyan n 1 1 @ 1 0 09744462 +new_jerseyite n 1 1 @ 1 0 09744462 +new_latin n 1 1 @ 1 0 06963822 +new_line n 1 1 @ 1 0 13521444 +new_london n 1 2 @ #p 1 0 09069569 +new_look n 1 1 @ 1 0 05750471 +new_mexican n 1 1 @ 1 0 09744587 +new_mexico n 1 3 @ #p %p 1 1 09114696 +new_moon n 1 2 @ #p 1 1 15206943 +new_netherland n 1 2 @ #p 1 0 09117118 +new_norwegian n 1 1 @ 1 0 06954768 +new_orleans n 1 3 @ #p %p 1 1 09091909 +new_penny n 1 1 @ 1 0 13391841 +new_people's_army n 1 3 @ %p ; 1 0 08036293 +new_phase_of_the_moon n 1 2 @ #p 1 0 15206943 +new_river n 1 2 @ #p 1 0 09370168 +new_river_gorge_bridge n 1 2 @ #p 1 0 03822015 +new_scotland_yard n 1 1 @ 1 0 08210835 +new_siberian_islands n 1 2 @ #p 1 0 09176159 +new_south_wales n 1 3 @ #p %p 1 0 08833130 +new_stone_age n 1 2 @ #p 1 0 15233411 +new_style_calendar n 1 3 @ ~ %p 1 0 15174218 +new_testament n 1 5 @ ~ #p %p - 1 1 06453849 +new_town n 1 2 @ ; 1 0 08626522 +new_wave n 2 1 @ 2 0 08469917 08465558 +new_waver n 1 1 @ 1 1 10357112 +new_world n 1 2 @ %p 1 0 08682389 +new_world_anteater n 1 3 @ ~ #m 1 0 02460009 +new_world_beaver n 1 1 @ 1 0 02363351 +new_world_blackbird n 1 2 @ ~ 1 0 01574045 +new_world_chat n 1 3 @ ~ #m 1 0 01569836 +new_world_coral_snake n 1 2 @ ~ 1 0 01745484 +new_world_flycatcher n 1 3 @ ~ #m 1 0 01547832 +new_world_goldfinch n 1 2 @ #m 1 0 01532325 +new_world_jay n 1 2 @ ~ 1 0 01580772 +new_world_least_weasel n 1 1 @ 1 0 02442446 +new_world_leishmaniasis n 1 1 @ 1 0 14181409 +new_world_monkey n 1 3 @ ~ #m 1 0 02489589 +new_world_mouse n 1 3 @ ~ #m 1 0 02336011 +new_world_opah n 1 2 @ #m 1 0 02546028 +new_world_oriole n 1 3 @ ~ #m 1 0 01571904 +new_world_porcupine n 1 3 @ ~ #m 1 0 02347744 +new_world_sparrow n 1 2 @ ~ 1 0 01534762 +new_world_tapir n 1 1 @ 1 0 02393807 +new_world_vulture n 1 3 @ ~ #m 1 0 01618922 +new_world_warbler n 1 3 @ ~ #m 1 0 01567133 +new_year n 1 1 @ 1 0 15182319 +new_year's n 1 2 @ #p 1 0 15182189 +new_year's_day n 1 2 @ #p 1 1 15182189 +new_year's_eve n 1 3 @ ~ #p 1 1 15182053 +new_york n 3 4 @ #p %p - 3 2 09119277 09117351 09118181 +new_york_aster n 1 1 @ 1 0 11934807 +new_york_bay n 1 3 @ #p %p 1 1 09370383 +new_york_city n 1 3 @ #p %p 1 1 09119277 +new_york_fern n 1 2 @ #m 1 0 13229951 +new_york_minute n 1 1 @ 1 0 15247110 +new_york_state n 1 4 @ #p %p - 1 0 09117351 +new_york_state_barge_canal n 1 2 @ %p 1 0 09119070 +new_york_stock_exchange n 1 2 @ %p 1 0 03822951 +new_york_strip n 1 1 @ 1 0 07662719 +new_yorker n 1 2 @ ~ 1 1 09744679 +new_zealand n 2 6 @ #m #p %m %p - 2 0 08972521 08971914 +new_zealand_beech n 1 3 @ ~ #m 1 0 12266796 +new_zealand_cotton n 1 2 @ #s 1 0 12185526 +new_zealand_dacryberry n 1 1 @ 1 0 11653904 +new_zealand_daisybush n 1 1 @ 1 0 11998492 +new_zealand_dollar n 1 1 @ 1 0 13673843 +new_zealand_honeysuckle n 1 2 @ #m 1 0 12219668 +new_zealand_islands n 1 3 @ #p %p 1 0 08971914 +new_zealand_mountain_pine n 1 2 @ #m 1 0 11655592 +new_zealand_spinach n 1 2 @ #m 1 0 11822300 +new_zealand_white_pine n 1 1 @ 1 0 11653904 +new_zealand_wine_berry n 1 2 @ #m 1 0 12193665 +new_zealand_wren n 1 3 @ ~ #m 1 0 01588431 +new_zealander n 1 2 @ #m 1 0 09724533 +newari n 1 1 @ 1 0 06934020 +newark n 1 2 @ #p 1 0 09113762 +newbie n 1 2 @ ~ 1 0 10355449 +newborn n 1 2 @ ~ 1 0 10353016 +newborn_baby n 1 2 @ ~ 1 0 10353016 +newborn_infant n 1 2 @ ~ 1 0 10353016 +newburg_sauce n 1 2 @ #s 1 0 07870734 +newburgh n 1 2 @ #p 1 0 09124845 +newcastle n 1 2 @ #p 1 1 08879388 +newcastle-upon-tyne n 1 2 @ #p 1 0 08879388 +newcastle_disease n 1 1 @ 1 0 14274801 +newcomb n 1 1 @ 1 0 11204855 +newcomer n 2 2 @ ~ 2 2 10355449 10355688 +newel n 2 1 @ 2 0 03821518 03821424 +newel_post n 1 1 @ 1 0 03821518 +newfoundland n 2 2 @ #p 2 1 02111277 08825211 +newfoundland_and_labrador n 1 3 @ #p %p 1 0 08824937 +newfoundland_dog n 1 1 @ 1 0 02111277 +newfoundland_dwarf_birch n 1 2 @ #m 1 0 12283790 +newgate n 1 2 @ #p 1 0 03821660 +newlywed n 1 2 @ ~ 1 0 10356066 +newman n 2 1 @ 2 0 11205246 11204962 +newmarket n 2 1 @ 2 0 03821898 00493308 +newness n 1 4 ! @ ~ + 1 0 04926427 +newport n 2 2 @ #p 2 1 08895497 09137682 +newport_news n 1 2 @ #p 1 0 09150662 +news n 5 3 @ ~ + 5 3 06642138 06681177 06619850 06642356 05192897 +news_agency n 1 2 @ ~ 1 0 08355075 +news_article n 1 5 @ ~ #p %p - 1 0 06269130 +news_bulletin n 1 1 @ 1 0 06682494 +news_conference n 1 2 @ ~ 1 1 07144834 +news_event n 1 1 @ 1 0 07400831 +news_item n 1 3 @ ~ #p 1 1 06483339 +news_leak n 1 1 @ 1 0 07215185 +news_magazine n 1 1 @ 1 0 06596474 +news_media n 1 3 @ ~ %s 1 0 06266417 +news_organisation n 1 2 @ ~ 1 0 08355075 +news_organization n 1 2 @ ~ 1 0 08355075 +news_photography n 1 1 @ 1 0 06266878 +news_program n 1 2 @ ~ 1 0 06619850 +news_reader n 1 2 @ ; 1 0 10356877 +news_report n 1 2 @ ~ 1 0 06681551 +news_show n 1 2 @ ~ 1 1 06619850 +news_story n 1 5 @ ~ #p %p - 1 0 06269130 +newsagent n 1 1 @ 1 0 10356213 +newsboy n 1 1 @ 1 1 09897603 +newsbreak n 1 1 @ 1 0 06682494 +newscast n 1 2 @ ~ 1 0 06683359 +newscaster n 1 2 @ ~ 1 0 10356344 +newsdealer n 1 1 @ 1 0 10356213 +newsflash n 1 1 @ 1 0 06682494 +newsletter n 1 2 @ ~ 1 1 06681976 +newsman n 1 2 @ ~ 1 1 10521662 +newsmonger n 1 2 @ ~ 1 0 10139347 +newspaper n 4 3 @ ~ %p 4 3 06267145 08062970 03822171 14961722 +newspaper_ad n 1 2 @ ~ 1 0 07249426 +newspaper_advertisement n 1 2 @ ~ 1 0 07249426 +newspaper_article n 1 5 @ ~ #p %p - 1 0 06269130 +newspaper_clipping n 1 1 @ 1 0 06612649 +newspaper_column n 1 3 @ ~ #p 1 0 06268567 +newspaper_columnist n 1 2 @ ~ 1 1 10356592 +newspaper_critic n 1 1 @ 1 1 10356749 +newspaper_editor n 1 2 @ ~ 1 0 10356450 +newspaper_headline n 1 3 @ ~ #p 1 0 06344461 +newspaper_publisher n 2 2 @ ~ 2 0 10491575 08062970 +newspapering n 1 1 @ 1 0 00611874 +newspaperman n 1 2 @ ~ 1 1 09966710 +newspaperwoman n 1 2 @ ~ 1 0 09966710 +newspeak n 1 1 @ 1 0 00926277 +newsperson n 1 2 @ ~ 1 0 10521662 +newsprint n 1 1 @ 1 0 14961722 +newsreader n 1 2 @ ; 1 0 10356877 +newsreel n 1 1 @ 1 0 06616703 +newsroom n 3 1 @ 3 0 08063129 03822504 03822361 +newssheet n 1 2 @ ~ 1 0 06681976 +newsstand n 1 1 @ 1 0 03822656 +newsstand_operator n 1 1 @ 1 0 10356213 +newsvendor n 1 1 @ 1 0 10356213 +newswoman n 1 1 @ 1 0 10521853 +newsworthiness n 1 2 @ + 1 0 05192897 +newswriter n 1 2 @ ~ 1 0 09966710 +newt n 1 3 @ ~ #m 1 0 01630284 +newton n 2 4 @ #p %p + 2 1 11205375 13647667 +newton's_first_law n 1 1 @ 1 0 05885822 +newton's_first_law_of_motion n 1 1 @ 1 0 05885822 +newton's_law n 1 2 @ ~ 1 0 05885622 +newton's_law_of_gravitation n 1 4 @ #p %p ; 1 0 05881867 +newton's_law_of_motion n 1 2 @ ~ 1 0 05885622 +newton's_second_law n 1 1 @ 1 0 05886039 +newton's_second_law_of_motion n 1 1 @ 1 0 05886039 +newton's_theory_of_gravitation n 1 3 @ %p ; 1 0 05990089 +newton's_third_law n 1 1 @ 1 0 05886266 +newton's_third_law_of_motion n 1 1 @ 1 0 05886266 +newtonian n 1 2 @ + 1 0 10357012 +newtonian_mechanics n 1 1 @ 1 0 06111335 +newtonian_reflector n 1 1 @ 1 0 03822767 +newtonian_telescope n 1 1 @ 1 0 03822767 +newtown_wonder n 1 1 @ 1 0 07742513 +next_friend n 1 2 @ ; 1 0 10357207 +next_of_kin n 1 1 @ 1 0 10357349 +nexus n 2 1 @ 2 0 13792692 08458833 +ney n 1 1 @ 1 0 11205647 +nez_perce n 2 2 @ ~ 2 0 09662804 06925435 +ng n 1 2 @ #p 1 0 13723189 +nga n 1 3 @ #m #p 1 0 08396537 +ngaio_marsh n 1 1 @ 1 0 11158533 +nganasan n 2 2 @ #m 2 0 09707587 06960083 +ngb n 1 2 @ #p 1 0 08391696 +ngf n 1 1 @ 1 0 14734487 +ngo n 1 2 @ ~ 1 0 08009834 +ngu n 1 1 @ 1 0 14566996 +ngultrum n 1 2 @ %p 1 0 13689411 +nguni n 1 2 @ ~ 1 0 06994329 +nguyen_tat_thanh n 1 1 @ 1 0 11053344 +ngwee n 1 2 @ #p 1 0 13683700 +nh n 1 3 @ #p %p 1 0 09111366 +ni n 1 2 @ #s 1 0 14646610 +ni-hard n 1 1 @ 1 0 14963051 +ni-hard_iron n 1 1 @ 1 0 14963051 +ni-resist n 1 1 @ 1 0 14963187 +ni-resist_iron n 1 1 @ 1 0 14963187 +niacin n 1 1 @ 1 0 15092059 +niagara n 2 3 @ #p %p 2 0 09370773 09370552 +niagara_falls n 2 3 @ #p %p 2 0 09370773 09125016 +niagara_river n 1 3 @ #p %p 1 0 09370552 +niamey n 1 2 @ #p 1 0 08973647 +nib n 2 3 @ ~ #p 2 0 03823111 01758308 +nibble n 2 3 @ #p + 2 0 13625884 00842197 +nibbler n 1 2 @ + 1 0 10357484 +nibelung n 2 2 @ ; 2 0 09499854 09499657 +nibelungenlied n 1 1 @ 1 0 06382345 +niblick n 1 1 @ 1 0 03823216 +nicad n 1 1 @ 1 0 03823312 +nicaea n 3 3 @ #p + 3 0 08504151 08314715 08313592 +nicandra n 1 3 @ #m %m 1 0 12906926 +nicandra_physaloides n 1 2 @ #m 1 0 12907057 +nicaragua n 1 5 @ #p %m %p + 1 0 08738820 +nicaraguan n 1 3 @ ~ #m 1 0 09724656 +nicaraguan_capital n 1 2 @ #p 1 0 08739047 +nicaraguan_monetary_unit n 1 2 @ ~ 1 0 13691154 +niccolo_machiavelli n 1 1 @ 1 0 11147729 +niccolo_paganini n 1 1 @ 1 0 11219851 +nice n 1 2 @ #p 1 0 08937251 +nicene_creed n 1 2 @ ; 1 0 06791017 +niceness n 3 4 ! @ = + 3 0 04912982 04779521 04711256 +nicety n 2 1 @ 2 1 04713853 06606191 +niche n 4 3 @ ~ ; 4 3 13926168 13872421 04061969 13924336 +nicholas n 1 1 @ 1 0 11205797 +nicholas_i n 1 2 @ ; 1 0 11205975 +nicholas_ii n 1 1 @ 1 0 11206150 +nicholas_v n 1 1 @ 1 0 11202322 +nicholas_vachel_lindsay n 1 1 @ 1 0 11133197 +nichrome n 1 2 @ ; 1 0 14961896 +nick n 3 4 @ ~ + ; 3 0 04693384 03823540 00387897 +nickel n 3 3 @ #s + 3 2 14646610 13390139 13395652 +nickel-base_alloy n 1 2 @ ~ 1 0 14962117 +nickel-cadmium_accumulator n 1 1 @ 1 0 03823312 +nickel-iron_accumulator n 1 1 @ 1 0 03823673 +nickel-iron_battery n 1 1 @ 1 0 03823673 +nickel_alloy n 1 2 @ ~ 1 0 14962117 +nickel_bronze n 1 1 @ 1 0 14962291 +nickel_note n 1 1 @ 1 0 13395652 +nickel_silver n 1 1 @ 1 0 14962387 +nickel_steel n 1 1 @ 1 0 14962521 +nickelodeon n 1 1 @ 1 0 03604156 +nicker n 1 2 @ + 1 0 07387316 +nicker_nut n 1 2 @ #p 1 0 11689197 +nicker_seed n 1 2 @ #p 1 0 11689197 +nicklaus n 1 1 @ 1 0 11206356 +nicknack n 1 1 @ 1 0 02897692 +nickname n 2 2 @ + 2 1 06337693 06338003 +nicol_prism n 1 1 @ 1 0 03823906 +nicola_amati n 1 1 @ 1 0 10815477 +nicola_sacco n 1 1 @ 1 0 11277680 +nicolas_de_malebranche n 1 1 @ 1 0 11151322 +nicolas_leonard_sadi_carnot n 1 1 @ 1 0 10883380 +nicolas_poussin n 1 1 @ 1 0 11244765 +nicolaus_copernicus n 1 1 @ 1 0 10909724 +nicolo_amati n 1 1 @ 1 0 10815477 +nicolson n 1 1 @ 1 0 11206544 +nicosia n 1 2 @ #p 1 0 08757132 +nicotiana n 1 3 @ #m %m 1 0 12907287 +nicotiana_alata n 1 1 @ 1 0 12907671 +nicotiana_glauca n 1 1 @ 1 0 12908230 +nicotiana_rustica n 1 1 @ 1 0 12908093 +nicotiana_tabacum n 1 2 @ #s 1 0 12907857 +nicotinamide_adenine_dinucleotide n 1 1 @ 1 0 14962612 +nicotinamide_adenine_dinucleotide_phosphate n 1 1 @ 1 0 14962837 +nicotine n 1 2 @ #s 1 1 14714817 +nicotine_addiction n 1 1 @ 1 0 14065243 +nicotine_poisoning n 1 1 @ 1 0 14511862 +nicotinic_acid n 1 1 @ 1 0 15092059 +nictation n 1 3 @ ~ + 1 0 00117959 +nictitating_membrane n 1 3 @ ~ #p 1 0 05314639 +nictitation n 1 3 @ ~ + 1 0 00117959 +nicu n 1 1 @ 1 0 08146410 +nidaros n 1 2 @ #p 1 0 08765623 +nidation n 1 2 @ ; 1 0 13496286 +niddm n 1 1 @ 1 0 14118936 +nidularia n 1 2 @ #m 1 0 13046887 +nidulariaceae n 1 3 @ #m %m 1 0 13046512 +nidulariales n 1 3 @ #m %m 1 0 13046285 +nidus n 2 3 @ ~ #p 2 0 14182697 09371028 +niebuhr n 2 1 @ 2 0 11206885 11206705 +niece n 1 3 ! @ ~ 1 1 10357613 +niels_abel n 1 1 @ 1 0 10807197 +niels_bohr n 1 1 @ 1 0 10855200 +niels_henrik_abel n 1 1 @ 1 0 10807197 +niels_henrik_david_bohr n 1 1 @ 1 0 10855200 +nielsen n 1 1 @ 1 0 11207006 +niemann-pick_disease n 1 1 @ 1 0 14164007 +nierembergia n 1 3 @ ~ #m 1 0 12908645 +nierembergia_frutescens n 1 2 @ #m 1 0 12909068 +nierembergia_repens n 1 2 @ #m 1 0 12908854 +nierembergia_rivularis n 1 2 @ #m 1 0 12908854 +nietzsche n 1 1 @ 1 0 11207125 +nifedipine n 1 1 @ 1 0 03824014 +niff n 1 3 @ + ; 1 0 05715150 +nigella n 1 3 @ ~ #m 1 0 11736694 +nigella_damascena n 1 1 @ 1 0 11736851 +nigella_hispanica n 1 1 @ 1 0 11737009 +nigella_sativa n 1 1 @ 1 0 11737125 +niger n 2 5 @ #p %m %p + 2 0 09371151 08973330 +niger-congo n 1 2 @ ~ 1 0 06991764 +niger-kordofanian n 1 3 @ ~ ; 1 0 06991277 +niger-kordofanian_language n 1 3 @ ~ ; 1 0 06991277 +niger_franc n 1 2 @ %p 1 0 13678480 +niger_river n 1 2 @ #p 1 0 09371151 +nigeria n 1 5 @ #p %m %p - 1 0 08973776 +nigerian n 1 4 @ ~ #m + 1 0 09724785 +nigerian_capital n 1 2 @ #p 1 0 08974171 +nigerian_monetary_unit n 1 2 @ ~ 1 0 13688944 +nigerien n 1 2 @ #m 1 0 09725124 +nigga n 1 2 @ ; 1 0 09638009 +niggard n 1 3 @ ~ + 1 0 10357737 +niggardliness n 1 3 @ ~ + 1 0 04833687 +niggardness n 1 2 @ ~ 1 0 04833687 +nigger n 1 2 @ ; 1 1 09638009 +niggler n 1 2 @ + 1 0 09896826 +night n 8 6 ! @ ~ #p %p + 8 5 15167027 15167577 15167474 15155747 13983717 15169759 15167349 09559769 +night-blooming_cereus n 3 3 @ ~ #m 3 0 11853813 11848479 11844892 +night-light n 1 1 @ 1 0 03824713 +night-line n 1 1 @ 1 0 03824867 +night-robe n 1 2 @ %p 1 0 03824381 +night-sight n 1 1 @ 1 1 05656997 +night-stop n 1 1 @ 1 0 01056713 +night_bell n 1 1 @ 1 0 03824197 +night_bird n 1 2 @ ~ 1 0 01515078 +night_blindness n 1 1 @ 1 0 14554853 +night_club n 1 2 @ ~ 1 0 02931417 +night_court n 1 2 @ ; 1 0 08334451 +night_game n 1 2 ! @ 1 1 00456563 +night_heron n 1 2 @ ~ 1 0 02010453 +night_jasmine n 1 2 @ #m 1 0 12902662 +night_jessamine n 1 2 @ #m 1 0 12902662 +night_latch n 1 1 @ 1 0 03824589 +night_letter n 1 1 @ 1 0 06622877 +night_life n 2 1 @ 2 0 00515952 00431292 +night_lizard n 1 2 @ #m 1 0 01683558 +night_owl n 1 1 @ 1 0 10357907 +night_porter n 1 1 @ 1 0 10358032 +night_raven n 2 2 @ ~ 2 0 02010453 01515217 +night_rider n 1 1 @ 1 0 10358124 +night_school n 1 2 ! @ 1 0 08411970 +night_shift n 2 1 @ 2 0 15292960 08218832 +night_snake n 1 2 @ #m 1 0 01740131 +night_soil n 1 1 @ 1 0 14864170 +night_terror n 1 1 @ 1 0 07290503 +night_vision n 1 1 @ 1 0 05656997 +night_watch n 1 1 @ 1 0 15293435 +night_watchman n 1 1 @ 1 0 10358322 +nightbird n 1 1 @ 1 0 10357907 +nightcap n 3 2 @ #p 3 0 07912619 03824284 00460844 +nightclothes n 1 3 @ ~ ; 1 0 03825080 +nightclub n 1 2 @ ~ 1 1 02931417 +nightcrawler n 1 2 @ #m 1 0 01935395 +nightdress n 1 2 @ %p 1 1 03824381 +nightfall n 1 3 @ ~ #p 1 1 15169421 +nightgown n 1 2 @ %p 1 0 03824381 +nighthawk n 2 2 @ #m 2 0 10357907 01836384 +nightie n 1 2 @ %p 1 0 03824381 +nightingale n 2 3 @ ~ #m 2 1 01560105 11207410 +nightjar n 1 3 @ ~ #m 1 0 01835276 +nightlife n 2 1 @ 2 0 00515952 00431292 +nightmare n 2 1 @ 2 2 13936676 05769062 +nightrider n 1 1 @ 1 0 10358124 +nightshade n 1 3 @ ~ #m 1 0 12893463 +nightshirt n 1 1 @ 1 1 03824999 +nightspot n 1 2 @ ~ 1 0 02931417 +nightstick n 1 1 @ 1 0 04491388 +nighttime n 1 4 @ ~ #p %p 1 1 15167027 +nightwalker n 1 2 @ #m 1 0 01935395 +nightwear n 1 2 @ ~ 1 0 03825080 +nightwork n 1 1 @ 1 0 00581991 +nigra n 1 2 @ ; 1 1 09638009 +nigroporus n 1 2 @ #m 1 0 13051546 +nigroporus_vinosus n 1 2 @ #m 1 0 13051694 +nih n 1 3 @ #p %p 1 0 08134081 +nihau n 1 2 @ #p 1 0 09080415 +nihau_island n 1 2 @ #p 1 0 09080415 +nihil n 1 2 @ ; 1 0 13740591 +nihil_obstat n 2 1 @ 2 0 06688059 01139749 +nihilism n 3 2 @ + 3 1 05965388 14378712 13973320 +nihilist n 2 3 @ ~ + 2 0 10358420 09791816 +nihilistic_delusion n 1 1 @ 1 0 14378712 +nihility n 1 2 @ ~ 1 0 14455700 +nihon n 1 5 @ #p %m %p - 1 0 08921850 +nij n 1 2 @ #p 1 0 08142170 +nijinsky n 1 1 @ 1 0 11207585 +nijmegen n 1 2 @ #p 1 0 08950787 +nike n 1 2 @ ; 1 0 09567767 +nikita_khrushchev n 1 1 @ 1 0 11104287 +nikita_sergeyevich_khrushchev n 1 1 @ 1 0 11104287 +nikola_tesla n 1 1 @ 1 0 11336850 +nikolaas_tinbergen n 1 1 @ 1 0 11343040 +nikolai_andreyevich_rimski-korsakov n 1 1 @ 1 0 11262929 +nikolai_andreyevich_rimsky-korsakov n 1 1 @ 1 0 11262929 +nikolai_ivanovich_bukharin n 1 1 @ 1 0 10870691 +nikolai_ivanovich_lobachevsky n 1 1 @ 1 0 11136622 +nikolai_lenin n 1 1 @ 1 0 11126490 +nikolai_vasilievich_gogol n 1 1 @ 1 0 11004333 +nil n 1 2 @ ~ 1 0 13740168 +nile n 1 3 @ #p + 1 0 09371360 +nile_crocodile n 1 1 @ 1 0 01697457 +nile_river n 1 2 @ #p 1 0 09371360 +nilgai n 1 2 @ #m 1 0 02425532 +nilgiri_hills n 1 2 @ #p 1 0 08906169 +nilo-saharan n 1 2 @ ~ 1 0 06997697 +nilo-saharan_language n 1 2 @ ~ 1 0 06997697 +nilotic n 1 3 @ ~ + 1 0 06998108 +nilotic_language n 1 2 @ ~ 1 0 06998108 +nilsson n 1 1 @ 1 0 11207768 +nim n 1 1 @ 1 0 00499599 +nim_tree n 1 3 @ #m %p 1 0 12696492 +nimble_will n 1 2 @ #m 1 0 12125584 +nimbleness n 2 2 @ + 2 0 05619553 05003850 +nimblewill n 1 2 @ #m 1 0 12125584 +nimbus n 2 2 @ %p 2 0 09371686 04951716 +nimbus_cloud n 1 2 @ %p 1 0 09371686 +nimby n 1 2 @ ; 1 0 10358575 +nimiety n 1 1 @ 1 0 05119714 +nimitz n 1 1 @ 1 0 11207929 +nimravus n 1 3 @ #m %m 1 0 02131076 +nimrod n 1 2 @ ; 1 0 11202477 +nin-sin n 1 3 @ #m %p 1 0 11799732 +nina n 1 2 @ ; 1 0 09520367 +nina_from_carolina n 1 1 @ 1 0 13745270 +nincompoop n 1 1 @ 1 0 10358794 +nine n 3 2 @ #m 3 1 13745270 08079613 03825548 +nine-banded_armadillo n 1 2 @ #m 1 0 02454794 +nine-spot n 1 1 @ 1 0 03825548 +nine_iron n 1 1 @ 1 0 03823216 +ninepence n 1 1 @ 1 0 13391693 +ninepin n 1 1 @ 1 0 03825271 +ninepin_ball n 1 1 @ 1 0 03825442 +ninepins n 1 1 @ 1 0 00462383 +niner n 1 1 @ 1 0 13745270 +nineteen n 1 2 @ + 1 1 13747989 +nineteenth n 1 1 @ 1 0 13848784 +nineteenth_amendment n 1 3 @ #p ; 1 0 06729251 +nineties n 3 2 @ #p 3 1 15151470 15151379 15151255 +ninetieth n 1 1 @ 1 0 13849611 +ninety n 1 1 @ 1 0 13750297 +nineveh n 1 2 @ #p 1 0 08919475 +ningal n 1 2 @ ; 1 0 09520498 +ningirsu n 1 2 @ ; 1 0 09520617 +ningishzida n 1 2 @ ; 1 0 09520752 +ninhursag n 1 2 @ ; 1 0 09520880 +ninib n 1 2 @ ; 1 0 09521157 +ninigi n 1 1 @ 1 0 09535504 +ninigino-mikoto n 1 1 @ 1 0 09535504 +ninja n 2 4 @ #m %m ; 2 0 10358889 08389094 +ninjitsu n 1 2 @ ; 1 0 00826213 +ninjutsu n 1 2 @ ; 1 0 00826213 +ninkharsag n 1 2 @ ; 1 0 09520880 +ninkhursag n 1 2 @ ; 1 0 09520880 +ninny n 1 1 @ 1 0 10358794 +ninon n 1 1 @ 1 0 03825673 +ninth n 2 1 @ 2 1 13847715 13738235 +ninth_cranial_nerve n 1 1 @ 1 0 05479786 +ninth_of_ab n 1 2 @ ; 1 0 15197658 +ninth_of_av n 1 2 @ ; 1 0 15197658 +nintoo n 1 1 @ 1 0 09521051 +nintu n 1 1 @ 1 0 09521051 +ninurta n 1 2 @ ; 1 0 09521157 +niobe n 1 2 @ ; 1 0 09496918 +niobite n 1 2 @ %s 1 0 14683859 +niobium n 1 3 @ ~ #s 1 0 14646942 +niobrara n 1 2 @ #p 1 0 09371816 +niobrara_river n 1 2 @ #p 1 0 09371816 +nip n 6 4 @ ~ + ; 6 0 13773250 09718652 05715864 05015678 04993108 00842281 +nip_and_tuck n 1 2 @ ~ 1 0 00674158 +nipa n 2 4 @ #m #s %m 2 0 12591897 07891613 +nipa_fruticans n 1 3 @ #m %s 1 0 12592058 +nipa_palm n 1 3 @ #m %s 1 0 12592058 +nipper n 2 5 @ ~ #p %p + 2 0 09917593 02156532 +nipple n 2 2 @ #p 2 0 05554653 03825788 +nipple_shield n 1 1 @ 1 0 03825913 +nippon n 1 5 @ #p %m %p - 1 0 08921850 +nipponese n 1 5 @ ~ #m + - 1 0 09718217 +nipr n 1 2 @ ; 1 0 08043499 +niqaabi n 1 1 @ 1 0 10359117 +niqab n 1 1 @ 1 0 03826039 +nirvana n 2 2 @ ; 2 1 13988224 08565506 +nisan n 1 2 @ #p 1 0 15215816 +nisei n 1 1 @ 1 0 10359300 +nissan n 1 2 @ #p 1 0 15215816 +nissen_hut n 1 1 @ 1 0 03826186 +nist n 1 2 @ #p 1 0 08131005 +nisus n 1 2 @ ~ 1 0 00788766 +nit n 2 1 @ 2 0 13641023 01461146 +nitella n 1 2 @ #m 1 0 01413071 +niter n 1 2 @ #s 1 0 14861355 +nitpicker n 1 2 @ + 1 0 10359422 +nitramine n 1 1 @ 1 0 15069584 +nitrate n 1 4 @ ~ %s + 1 1 15015501 +nitrate_bacterium n 1 1 @ 1 0 01374703 +nitrazepam n 1 1 @ 1 0 03826331 +nitre n 1 3 @ #s + 1 0 14861355 +nitric_acid n 1 2 @ + 1 0 14766532 +nitric_bacteria n 1 2 @ #m 1 0 01362336 +nitric_bacterium n 1 1 @ 1 0 01374703 +nitric_oxide n 1 1 @ 1 0 14767202 +nitride n 1 2 @ ~ 1 0 14963317 +nitrification n 2 3 @ + ; 2 0 13521873 13521616 +nitril n 1 2 @ ~ 1 0 14827346 +nitrile n 1 2 @ ~ 1 0 14827346 +nitrite n 1 2 @ ~ 1 0 15015963 +nitrite_bacterium n 1 1 @ 1 0 01374846 +nitro_group n 1 2 @ #s 1 0 15015872 +nitrobacter n 1 3 @ #m %m 1 0 01362196 +nitrobacteria n 1 2 @ #m 1 0 01362336 +nitrobacteriaceae n 1 3 @ #m %m 1 0 01361973 +nitrobacterium n 1 2 @ ~ 1 0 01374457 +nitrobenzene n 1 1 @ 1 0 14963486 +nitrocalcite n 1 1 @ 1 0 14684017 +nitrocellulose n 1 3 @ ~ #s 1 0 14794993 +nitrochloroform n 1 1 @ 1 0 14810168 +nitrochloromethane n 1 1 @ 1 0 14810356 +nitrocotton n 1 3 @ ~ #s 1 0 14794993 +nitrofuran n 1 2 @ #s 1 0 14963634 +nitrofurantoin n 1 2 @ %s 1 0 03826443 +nitrogen n 1 4 @ ~ #s + 1 1 14647235 +nitrogen_balance n 1 1 @ 1 0 14017871 +nitrogen_cycle n 1 1 @ 1 0 13522084 +nitrogen_dioxide n 1 1 @ 1 0 14767087 +nitrogen_fixation n 1 1 @ 1 0 13522305 +nitrogen_mustard n 1 1 @ 1 0 14957649 +nitrogen_narcosis n 1 1 @ 1 0 05682196 +nitrogen_oxide n 1 1 @ 1 1 14766890 +nitrogen_trichloride n 1 1 @ 1 0 15017121 +nitrogenase n 1 1 @ 1 0 14963762 +nitroglycerin n 1 2 @ #s 1 0 14886579 +nitroglycerine n 1 2 @ #s 1 0 14886579 +nitrohydrochloric_acid n 1 1 @ 1 0 14767477 +nitrosobacteria n 1 2 @ #m 1 0 01362623 +nitrosomonas n 1 3 @ #m %m 1 0 01362480 +nitrospan n 2 4 @ #s %s ; 2 0 14886579 03826762 +nitrostat n 2 4 @ #s %s ; 2 0 14886579 03826762 +nitrous_acid n 1 2 @ + 1 0 14766725 +nitrous_bacteria n 1 2 @ #m 1 0 01362623 +nitrous_bacterium n 1 1 @ 1 0 01374846 +nitrous_oxide n 1 2 @ %s 1 0 03826945 +nitta_tree n 1 3 @ ~ #m 1 0 11763625 +nitty-gritty n 1 2 @ ~ 1 0 05921123 +nitweed n 1 1 @ 1 0 12368637 +nitwit n 1 2 @ ; 1 0 10013114 +nivose n 1 2 @ #p 1 0 15176476 +nix n 1 2 @ ~ 1 0 13740168 +nixon n 1 1 @ 1 0 11208172 +nizhni_novgorod n 1 2 @ #p 1 0 09008130 +nizhnyi_novgorod n 1 2 @ #p 1 0 09008130 +nj n 1 4 @ #p %p - 1 0 09112282 +njord n 1 2 @ ; 1 0 09582122 +njorth n 1 2 @ ; 1 0 09582122 +nlp n 1 1 @ 1 0 06142412 +nlrb n 1 1 @ 1 0 08126716 +nm n 2 3 @ #p %p 2 0 13658278 09114696 +nmr n 1 1 @ 1 0 11478898 +nne n 1 1 @ 1 0 13831572 +nnrti n 1 3 @ ~ #p 1 0 03828155 +nnw n 1 1 @ 1 0 13835163 +no n 2 2 ! @ 2 1 07205104 14647722 +no-account n 1 1 @ 1 0 10135953 +no-brainer n 1 2 @ ; 1 0 00797468 +no-go_area n 1 2 @ ; 1 0 08611063 +no-goal n 1 1 @ 1 1 05982024 +no-hit_game n 1 1 @ 1 1 00475014 +no-hitter n 1 1 @ 1 0 00475014 +no-par-value_stock n 1 1 @ 1 0 13335808 +no-par_stock n 1 1 @ 1 0 13335808 +no-parking_zone n 1 1 @ 1 0 08611421 +no-see-um n 1 2 @ #m 1 0 02202678 +no-show n 2 1 @ 2 0 10363017 10362917 +no-trump n 1 1 @ 1 0 00491561 +no-win_situation n 1 1 @ 1 0 13936783 +no. n 1 2 @ ~ 1 1 13597280 +no_ball n 1 1 @ 1 0 00477268 +no_fault_automobile_insurance n 1 1 @ 1 0 13345560 +no_fault_insurance n 1 1 @ 1 0 13345560 +no_man's_land n 3 1 @ 3 1 08611218 13249805 04825815 +noaa n 1 3 @ #p %p 1 0 08129883 +noachian_deluge n 1 2 @ ; 1 0 11455386 +noah n 1 1 @ 1 0 11208431 +noah's_flood n 1 2 @ ; 1 0 11455386 +noah_and_the_flood n 1 2 @ ; 1 0 11455386 +noah_webster n 1 1 @ 1 0 11379108 +noam_chomsky n 1 1 @ 1 0 10896452 +nob n 1 1 @ 1 0 10714577 +nob_hill n 1 2 @ #p 1 0 09065899 +nobel n 1 1 @ 1 0 11208688 +nobel_laureate n 1 1 @ 1 0 10359546 +nobel_prize n 1 2 @ + 1 1 07268759 +nobelist n 1 2 @ + 1 0 10359546 +nobelium n 1 1 @ 1 0 14647722 +nobility n 3 5 @ ~ %m = + 3 2 08388207 04870340 14432032 +noble n 1 2 @ ~ 1 0 10271677 +noble-mindedness n 1 2 @ + 1 0 04870643 +noble_cane n 1 1 @ 1 0 12132956 +noble_gas n 1 2 @ ~ 1 0 14624369 +noble_metal n 1 2 @ ~ 1 0 14627081 +nobleman n 1 3 ! @ ~ 1 0 10271677 +nobleness n 1 3 @ ~ = 1 0 04870340 +noblesse n 2 3 @ ~ ; 2 0 14432032 08388503 +noblesse_oblige n 1 2 @ ; 1 0 01130735 +noblewoman n 1 5 ! @ ~ #m ; 1 0 10242791 +nobody n 1 2 @ ~ 1 1 09923418 +noc n 1 1 @ 1 0 10359659 +noctambulation n 1 1 @ 1 0 00285141 +noctambulism n 1 2 @ + 1 0 00285141 +noctambulist n 1 2 @ + 1 0 10611361 +noctiluca n 1 2 @ #m 1 0 01417674 +noctiluca_miliaris n 1 2 @ #m 1 1 01417674 +noctua n 1 2 @ #m 1 0 02295570 +noctuid n 1 3 @ ~ #m 1 0 02295064 +noctuid_moth n 1 3 @ ~ #m 1 0 02295064 +noctuidae n 1 3 @ #m %m 1 0 02294761 +nocturia n 1 1 @ 1 0 13522485 +nocturnal_emission n 1 2 @ #p 1 0 13522611 +nocturne n 1 1 @ 1 0 07047679 +nod n 2 3 @ ~ + 2 2 07274316 00336430 +nodal_rhythm n 1 1 @ 1 0 04768309 +nodding_groundsel n 1 2 @ #m 1 0 12011370 +nodding_onion n 1 1 @ 1 0 12433769 +nodding_thistle n 1 2 @ #m 1 0 11944954 +nodding_wild_onion n 1 1 @ 1 0 12433769 +noddle n 1 2 @ ; 1 0 05611684 +node n 8 5 ! @ ~ #p ; 8 0 13911045 13895986 13154190 08498580 08498424 05430095 05264913 03827107 +nodes_of_ranvier n 1 2 @ #p 1 0 05464534 +nodule n 3 4 @ ~ + ; 3 1 05265038 13088989 09371941 +noel n 1 3 @ #p %p 1 0 15196537 +noel_coward n 1 1 @ 1 0 10913641 +noemi n 1 1 @ 1 0 11199943 +noesis n 1 3 @ ~ + 1 0 00023271 +noether n 1 1 @ 1 0 11208917 +nog n 2 2 @ ~ 2 0 03905540 03827284 +nogales n 2 2 @ #p 2 0 09058219 08744626 +noggin n 1 1 @ 1 0 05539454 +nogging n 1 1 @ 1 0 03827420 +noguchi n 2 1 @ 2 0 11209201 11209019 +noise n 6 3 @ ~ + 6 2 07387509 05720248 07430211 07122730 04823031 04771332 +noise_conditions n 1 1 @ 1 0 13924536 +noise_level n 1 1 @ 1 0 05098620 +noise_pollution n 1 1 @ 1 0 14518539 +noiselessness n 1 2 @ + 1 0 04983013 +noisemaker n 1 2 @ ~ 1 1 03827536 +noisiness n 1 3 @ ~ + 1 0 04981474 +noisomeness n 1 2 @ + 1 0 04790774 +nol_pros n 1 1 @ 1 0 06505252 +noli-me-tangere n 1 1 @ 1 0 14212941 +nolina n 1 3 @ #m %m 1 0 12479821 +nolina_microcarpa n 1 2 @ #m 1 0 12480004 +nolle_prosequi n 1 2 @ + 1 0 06505252 +nolo_contendere n 1 2 @ ; 1 0 06560939 +nom_de_guerre n 1 2 @ ~ 1 0 06338278 +nom_de_plume n 1 1 @ 1 0 06338653 +noma n 1 1 @ 1 0 14213044 +nomad n 1 2 @ ~ 1 0 10359759 +nombril n 1 1 @ 1 0 08611339 +nome n 1 2 @ #p 1 0 09056055 +nomenclature n 1 2 @ ~ 1 0 06304059 +nomenklatura n 1 1 @ 1 0 01154083 +nomia n 1 3 @ #m %m 1 1 02210567 +nomia_melanderi n 1 2 @ #m 1 1 02210921 +nominal n 1 1 @ 1 0 06316480 +nominal_aphasia n 1 1 @ 1 0 14098663 +nominal_damages n 1 2 @ ; 1 0 13291614 +nominal_head n 1 1 @ 1 0 10113583 +nominal_phrase n 1 1 @ 1 0 06316480 +nominal_value n 1 1 @ 1 0 13335635 +nominalism n 1 3 @ + ; 1 0 05974156 +nominalist n 1 1 @ 1 0 10359988 +nominating_address n 1 2 @ ; 1 0 07240925 +nominating_speech n 1 2 @ ; 1 0 07240925 +nomination n 3 3 @ + ; 3 1 00164152 13926535 07240925 +nominative n 1 2 ! @ 1 0 06311160 +nominative_case n 1 1 @ 1 0 06311160 +nominator n 1 2 @ + 1 0 10360101 +nominee n 1 2 @ ~ 1 0 09889691 +nomogram n 1 1 @ 1 0 03827716 +nomograph n 1 1 @ 1 0 03827716 +non-cash_expense n 1 2 @ ~ 1 0 13276913 +non-catholic n 1 1 @ 1 1 09680136 +non-christian_priest n 1 2 @ ~ 1 0 10471250 +non-dedicated_file_server n 1 3 ! @ ; 1 0 03827830 +non-discrimination n 1 1 @ 1 1 04839445 +non-engagement n 1 3 ! @ ~ 1 0 01239487 +non-euclidean_geometry n 1 3 @ ~ ; 1 0 06006777 +non-flowering_plant n 1 1 @ 1 0 11530990 +non-insulin-dependent_diabetes n 1 1 @ 1 0 14118936 +non-insulin-dependent_diabetes_mellitus n 1 1 @ 1 0 14118936 +non-involvement n 1 3 ! @ ~ 1 0 01239487 +non-ionic_detergent n 1 1 @ 1 0 14618050 +non-issue n 1 1 @ 1 0 14006821 +non-jew n 1 2 @ ~ 1 1 09679028 +non-market_economy n 1 3 ! @ ~ 1 0 08365344 +non-nucleoside_reverse_transcriptase_inhibitor n 1 3 @ ~ #p 1 0 03828155 +non-proliferation n 1 2 ! @ 1 0 01078572 +non-resistant n 1 1 @ 1 1 10362195 +non-standard_speech n 1 2 @ ~ 1 0 07155081 +non-ugric n 1 2 @ ~ 1 0 06956544 +non-volatile_storage n 1 3 ! @ ~ 1 0 03829340 +non_pros n 1 2 @ ; 1 0 01188783 +non_prosequitur n 1 2 @ ; 1 0 01188783 +non_sequitur n 2 2 @ ; 2 0 07199814 05781663 +non_vult n 1 2 @ ; 1 0 06560939 +nonabsorbency n 1 3 ! @ + 1 0 04942738 +nonacceptance n 1 1 @ 1 0 00205349 +nonaccomplishment n 1 2 @ ~ 1 0 00066216 +nonachievement n 1 2 @ ~ 1 0 00066216 +nonachiever n 1 1 @ 1 0 10736394 +nonage n 1 1 @ 1 0 15152261 +nonagenarian n 1 2 @ + 1 0 10360253 +nonaggression n 1 1 @ 1 0 06661923 +nonagon n 1 1 @ 1 0 13882639 +nonalignment n 1 2 ! @ 1 0 08294395 +nonalinement n 1 1 @ 1 0 08294395 +nonallele n 1 1 @ 1 0 05439942 +nonappearance n 1 1 @ 1 0 01234243 +nonattendance n 1 3 ! @ ~ 1 0 01234090 +nonattender n 1 1 @ 1 0 10362917 +nonbeing n 1 3 ! @ ~ 1 0 13959818 +nonbeliever n 1 2 @ ~ 1 0 10015897 +nonbiodegradable_pollution n 1 2 ! @ 1 0 14517243 +noncallable_bond n 1 1 @ 1 0 13338780 +noncandidate n 1 1 @ 1 0 10360366 +nonce n 1 1 @ 1 0 15135434 +nonce_word n 1 1 @ 1 0 06294584 +nonchalance n 1 2 @ + 1 0 04673470 +noncitizen n 1 3 ! @ ~ 1 0 10103485 +noncoding_dna n 1 1 @ 1 0 14831178 +noncom n 1 3 @ ~ ; 1 1 10360747 +noncombatant n 1 2 @ + 1 0 10360578 +noncommissioned_officer n 1 3 @ ~ ; 1 0 10360747 +noncompliance n 1 4 ! @ ~ + 1 0 01179707 +noncompliant n 1 2 @ ~ 1 0 09833997 +nonconductor n 1 2 @ ~ 1 0 14821590 +nonconformance n 2 2 @ ~ 2 0 06212650 01204845 +nonconformism n 2 3 ! @ + 2 0 06212650 00418305 +nonconformist n 2 4 ! @ ~ + 2 1 09958133 09957834 +nonconformity n 4 3 ! @ ~ 4 0 07181453 06212650 04801030 01204845 +nondepository_financial_institution n 1 3 @ ~ #m 1 0 08419984 +nondescript n 1 2 @ + 1 0 10361060 +nondevelopment n 1 3 ! @ ~ 1 0 13522744 +nondirectional_antenna n 1 2 @ ~ 1 0 03846772 +nondiscretionary_trust n 1 1 @ 1 0 13362734 +nondisjunction n 1 1 @ 1 0 13522879 +nondrinker n 1 3 ! @ ~ 1 0 09757944 +nondriver n 1 2 ! @ 1 1 10361194 +none n 2 1 @ 2 0 15228787 01034385 +nonentity n 2 2 @ ~ 2 0 13959931 09923418 +nonequivalence n 1 3 ! @ + 1 1 04752414 +nones n 1 1 @ 1 0 15230076 +nonessential n 1 3 @ ~ + 1 0 09312645 +nonesuch n 1 2 @ ~ 1 0 10325243 +nonesuch_clover n 1 1 @ 1 0 12549192 +nonevent n 1 1 @ 1 0 07283473 +nonexistence n 1 4 ! @ ~ + 1 0 13959931 +nonfat_dry_milk n 1 1 @ 1 0 07846274 +nonfeasance n 1 1 @ 1 0 00739078 +nonfiction n 1 2 @ ~ 1 1 06367571 +nonfictional_prose n 1 2 @ ~ 1 0 06367571 +nonflowering_plant n 1 3 @ ~ #m 1 0 11545524 +nonfluent_aphasia n 1 1 @ 1 0 14098458 +nongonococcal_urethritis n 1 1 @ 1 0 14566996 +nongovernmental_organization n 1 2 @ ~ 1 0 08009834 +nonindulgence n 1 3 @ ~ + 1 0 04881998 +noninterference n 1 2 ! @ 1 1 06661747 +nonintervention n 1 2 ! @ 1 0 06661747 +nonlinear_correlation n 1 2 @ ; 1 0 06031657 +nonlinear_distortion n 1 1 @ 1 0 11512144 +nonlinear_system n 1 1 @ 1 0 08435246 +nonmalignant_neoplasm n 1 2 @ ~ 1 0 14236226 +nonmalignant_tumor n 1 2 @ ~ 1 0 14236226 +nonmalignant_tumour n 1 2 @ ~ 1 0 14236226 +nonmember n 1 2 ! @ 1 0 10308066 +nonmetal n 1 2 @ + 1 0 14627246 +nonobservance n 1 2 ! @ 1 0 01204711 +nonoccurrence n 1 1 @ 1 1 13961179 +nonparametric_statistic n 1 3 @ ~ ; 1 0 06022727 +nonparametric_statistics n 1 1 @ 1 0 06034101 +nonpareil n 3 2 @ ~ 3 0 10325243 07621264 07604840 +nonparticipant n 1 1 @ 1 0 10361296 +nonparticipation n 1 3 ! @ ~ 1 0 01239487 +nonparticulate_radiation n 1 3 @ ~ %p 1 0 11450869 +nonpartisan n 1 3 ! @ + 1 0 10361390 +nonpartisanship n 1 2 @ ~ 1 0 06202686 +nonpartizan n 1 1 @ 1 0 10361390 +nonpasserine_bird n 1 1 @ 1 0 01524761 +nonpayment n 3 3 ! @ ~ 3 0 13300411 13300141 01120855 +nonperformance n 1 2 @ ~ 1 0 00739270 +nonperson n 1 1 @ 1 0 10361525 +nonprofit n 1 1 @ 1 0 01137597 +nonprofit_organization n 1 1 @ 1 0 01137597 +nonproliferation n 1 2 ! @ 1 0 01078572 +nonproliferation_center n 1 2 @ #p 1 0 08125722 +nonrapid_eye_movement n 1 1 @ 1 0 14025478 +nonrapid_eye_movement_sleep n 1 1 @ 1 0 14025478 +nonreader n 2 2 @ ~ 2 0 10361901 10199103 +nonreligious_person n 1 3 ! @ ~ 1 0 09625789 +nonremittal n 2 2 @ ~ 2 0 13300411 13300141 +nonresident n 1 2 ! @ 1 0 10362003 +nonresistance n 1 2 @ + 1 0 01169598 +nonrestrictive_clause n 1 1 @ 1 0 06315454 +nonsense n 2 2 @ ~ 2 1 06607339 03376438 +nonsense_verse n 1 1 @ 1 0 06608035 +nonsensicality n 1 3 @ ~ + 1 0 06607339 +nonsingular_matrix n 1 2 ! @ 1 0 08269939 +nonsmoker n 2 2 ! @ 2 0 10362319 03828020 +nonsmoking_car n 1 1 @ 1 0 03828020 +nonsocial_infection n 1 1 @ 1 0 14178326 +nonsolid_color n 1 2 @ ; 1 0 04978561 +nonsolid_colour n 1 2 @ ; 1 0 04978561 +nonspecific_urethritis n 1 1 @ 1 0 14567571 +nonstarter n 2 2 @ ~ 2 0 10273064 02385776 +nonsteroid n 1 2 @ ~ 1 0 15058023 +nonsteroidal n 1 2 @ ~ 1 0 15058023 +nonsteroidal_anti-inflammatory n 1 2 @ ~ 1 0 03828465 +nonsteroidal_anti-inflammatory_drug n 1 2 @ ~ 1 0 03828465 +nonstop n 1 1 @ 1 0 00302001 +nonstop_flight n 1 1 @ 1 0 00302001 +nonsuch n 1 2 @ ~ 1 0 10325243 +nontextual_matter n 1 3 @ ~ #p 1 0 06998748 +nonthrombocytopenic_purpura n 1 1 @ 1 0 14197628 +nontricyclic n 1 2 @ ~ 1 0 03829085 +nontricyclic_antidepressant n 1 2 @ ~ 1 0 03829085 +nontricyclic_antidepressant_drug n 1 2 @ ~ 1 0 03829085 +nontricyclic_drug n 1 2 @ ~ 1 0 03829085 +nonuniformity n 1 3 ! @ ~ 1 0 04750940 +nonvascular_organism n 1 2 @ ~ 1 0 13084479 +nonvascular_plant n 1 3 @ ~ #m 1 0 11537327 +nonverbal_intelligence n 1 1 @ 1 0 05619059 +nonviolence n 1 3 @ ~ + 1 0 01242716 +nonviolent_resistance n 1 2 @ ~ 1 0 01242716 +nonvolatile_storage n 1 3 ! @ ~ 1 0 03829340 +nonworker n 1 3 ! @ ~ 1 0 09626031 +noodle n 2 2 @ ~ 2 0 07699584 05539454 +nook n 2 3 @ ~ #p 2 0 08643648 03109881 +nook_and_cranny n 1 1 @ 1 0 05820023 +nookie n 1 2 @ ; 1 0 00846021 +nooks_and_crannies n 1 1 @ 1 1 05820023 +nooky n 1 2 @ ; 1 0 00846021 +noon n 1 2 @ #p 1 1 15165490 +noonan's_syndrome n 1 1 @ 1 0 14308012 +noonday n 1 2 @ #p 1 0 15165490 +noontide n 1 2 @ #p 1 0 15165490 +noose n 2 5 @ ~ #p %p + 2 0 04248851 03829563 +nootka n 2 1 @ 2 0 09662951 06914709 +nootka_cypress n 1 2 @ #m 1 0 11635830 +nopal n 2 2 @ #m 2 0 11852028 11851258 +nopalea n 1 3 @ #m %m 1 0 11851101 +nor'-east n 1 1 @ 1 0 13831843 +nor'-nor'-east n 1 1 @ 1 0 13831572 +nor'-nor'-west n 1 1 @ 1 0 13835163 +nor'-west n 1 1 @ 1 0 13834885 +nor-q-d n 1 2 @ %s 1 0 03830448 +noradrenaline n 1 1 @ 1 1 05407890 +norbert_wiener n 1 1 @ 1 0 11385611 +nord-pas-de-calais n 1 2 @ #p 1 0 08943810 +nordic n 1 2 @ ~ 1 0 06953731 +noreaster n 1 1 @ 1 0 11462951 +noreg n 1 4 @ #m %m %p 1 0 08764107 +norepinephrine n 1 1 @ 1 0 05407890 +norethandrolone n 1 2 @ #s 1 1 14746417 +norethindrone n 1 2 @ #s 1 0 14746417 +norethindrone_acetate n 1 2 @ #s 1 0 14746417 +norethynodrel n 1 2 @ #s 1 0 14746793 +norflex n 1 2 @ ; 1 0 03856148 +norfolk n 1 2 @ #p 1 0 09150863 +norfolk_island n 1 2 @ #p 1 0 08835188 +norfolk_island_pine n 1 1 @ 1 0 11646344 +norfolk_jacket n 1 1 @ 1 0 03829857 +norfolk_terrier n 1 1 @ 1 0 02094114 +norfolk_wherry n 1 2 @ ; 1 0 04577293 +norge n 1 4 @ #m %m %p 1 0 08764107 +norgestrel n 1 2 @ #s 1 0 14747007 +noria n 1 1 @ 1 0 03829954 +norinyl n 1 2 @ %s 1 0 03830111 +norlestrin n 1 2 @ %s 1 0 03830278 +norlutin n 1 3 @ #s ; 1 0 14746417 +norm n 2 3 @ ~ ; 2 2 13854488 06021761 +norma n 1 1 @ 1 0 09372176 +norma_jean_baker n 1 1 @ 1 0 11186207 +normal n 1 2 @ ~ 1 0 05667613 +normal_curve n 1 2 @ ; 1 0 06026088 +normal_distribution n 1 2 @ ; 1 1 06025689 +normal_dwarf n 1 1 @ 1 0 10472447 +normal_fault n 1 1 @ 1 0 09372313 +normal_school n 1 1 @ 1 0 08412620 +normal_tension_glaucoma n 1 1 @ 1 0 14255848 +normalcy n 2 3 @ ~ = 2 0 14500908 04795413 +normalisation n 1 3 @ ~ + 1 0 01158690 +normaliser n 1 2 @ + 1 0 10362428 +normality n 4 6 ! @ ~ = + ; 4 0 14500908 13580909 04795413 04714058 +normalization n 1 3 @ ~ + 1 0 01158690 +normalizer n 1 2 @ + 1 0 10362428 +norman n 3 2 @ #m 3 0 11209428 11209306 09713260 +norman-french n 1 1 @ 1 0 06965698 +norman_architecture n 1 1 @ 1 0 05843042 +norman_conquest n 1 2 @ %p 1 0 01306736 +norman_french n 1 1 @ 1 0 06965698 +norman_jewison n 1 1 @ 1 0 11084409 +norman_mailer n 1 1 @ 1 0 11149762 +norman_mattoon_thomas n 1 1 @ 1 0 11339361 +norman_rockwell n 1 1 @ 1 0 11267568 +norman_thomas n 1 1 @ 1 0 11339361 +normandie n 1 4 @ #p %m %p 1 0 08944561 +normandy n 1 4 @ #p %m %p 1 0 08944561 +normodyne n 1 1 @ 1 0 03630544 +normothermia n 1 1 @ 1 0 14044372 +norn n 1 3 @ ~ ; 1 0 09582343 +norris n 1 1 @ 1 0 11209543 +norrish n 1 1 @ 1 0 11209675 +norse n 3 3 @ ~ #m 3 0 09730204 09725402 06953731 +norse_deity n 1 3 @ ~ ; 1 0 09578465 +norse_mythology n 1 3 @ ; - 1 0 07983856 +norseman n 1 2 @ #m 1 0 09725402 +north n 7 6 @ #p %m %p = ; 7 4 09052652 09052314 13831176 08561081 13835427 13831441 11209790 +north-seeking_pole n 1 1 @ 1 0 03987674 +north-south_direction n 1 1 @ 1 0 08681534 +north_africa n 1 3 @ #p %p 1 0 09178141 +north_america n 2 5 @ #p %m %p - 2 1 09372504 08173030 +north_american n 1 3 @ ~ #m 1 0 09725229 +north_american_country n 1 3 @ ~ #p 1 0 08702805 +north_american_free_trade_agreement n 1 1 @ 1 0 01092769 +north_american_nation n 1 3 @ ~ #p 1 0 08702805 +north_atlantic n 1 3 @ #p %p 1 0 09373016 +north_atlantic_council n 1 2 @ #p 1 0 08310722 +north_atlantic_treaty n 1 1 @ 1 0 06775086 +north_atlantic_treaty_organization n 1 3 @ %m %p 1 0 08174398 +north_borneo n 1 3 @ #p %m 1 0 08964288 +north_by_east n 1 1 @ 1 0 13831310 +north_by_west n 1 1 @ 1 0 13835308 +north_carolina n 2 4 @ #m #p %p 2 1 09126305 09126895 +north_carolinian n 1 1 @ 1 0 09744834 +north_cascades_national_park n 1 2 @ #p 1 0 08607957 +north_celestial_pole n 1 1 @ 1 0 08611532 +north_channel n 1 1 @ 1 0 09373175 +north_dakota n 1 3 @ #p %p 1 0 09129442 +north_dakotan n 1 1 @ 1 0 09744945 +north_dravidian n 1 2 @ ~ 1 0 06982221 +north_equatorial_current n 1 1 @ 1 0 11489230 +north_frigid_zone n 1 1 @ 1 0 08496477 +north_germanic n 1 2 @ ~ 1 0 06953731 +north_germanic_language n 1 2 @ ~ 1 0 06953731 +north_island n 1 2 @ #p 1 0 08972148 +north_island_edelweiss n 1 1 @ 1 0 11990920 +north_korea n 1 5 @ #p %p + - 1 0 08955082 +north_korean n 1 2 @ + 1 1 09719105 +north_korean_monetary_unit n 1 2 @ ~ 1 0 13708855 +north_korean_won n 1 2 @ %p 1 0 13708992 +north_northeast n 1 1 @ 1 0 13831572 +north_northwest n 1 1 @ 1 0 13835163 +north_pacific n 1 2 @ #p 1 0 09373485 +north_peak n 1 2 @ #p 1 0 09373623 +north_platte n 2 2 @ #p 2 0 09373716 09110099 +north_platte_river n 1 2 @ #p 1 0 09373716 +north_pole n 1 2 @ + 1 1 08611836 +north_sea n 1 3 @ #p %p 1 0 09374036 +north_side n 1 1 @ 1 0 08650305 +north_star n 1 2 @ #m 1 0 09396712 +north_star_state n 1 3 @ #p %p 1 0 09102016 +north_temperate_zone n 1 1 @ 1 0 08662155 +north_vietnam n 1 2 @ #p 1 0 09163584 +north_wind n 1 2 @ ~ 1 0 11487950 +north_yorkshire n 1 2 @ #p 1 0 08885380 +northampton n 1 2 @ #p 1 0 08885921 +northamptonshire n 1 3 @ #p %p 1 0 08885773 +northeast n 4 2 @ #p 4 2 13831843 08563990 13835546 08561230 +northeast_by_east n 1 1 @ 1 0 13831994 +northeast_by_north n 1 1 @ 1 0 13831717 +northeaster n 1 2 @ + 1 0 11462951 +northeastern_united_states n 1 2 @ #p 1 0 08563990 +northeastward n 1 1 @ 1 0 13831843 +norther n 1 3 @ ~ + 1 0 11487950 +northerly n 1 2 @ ~ 1 0 11487950 +northern n 1 1 @ 1 0 06949207 +northern_alliance n 1 1 @ 1 0 08476425 +northern_baptist n 1 2 @ #m 1 0 10362557 +northern_baptist_convention n 1 2 @ %m 1 0 08089797 +northern_barramundi n 1 2 @ #m 1 0 02545387 +northern_bedstraw n 1 1 @ 1 0 12665659 +northern_beech_fern n 1 1 @ 1 0 13231078 +northern_bobwhite n 1 1 @ 1 0 01804653 +northern_bog_lemming n 1 1 @ 1 0 02346170 +northern_casque-headed_frog n 1 2 @ #m 1 0 01652297 +northern_cricket_frog n 1 1 @ 1 0 01651641 +northern_cross n 1 2 @ #m 1 0 09373333 +northern_dewberry n 1 2 @ %p 1 0 12655351 +northern_dune_tansy n 1 2 @ #m 1 0 12022821 +northern_europe n 1 2 @ #p 1 0 08760393 +northern_flying_squirrel n 1 1 @ 1 0 02361090 +northern_harrier n 1 2 @ #m 1 0 01610226 +northern_hemisphere n 1 2 @ %p 1 0 08611662 +northern_holly_fern n 1 1 @ 1 0 13200411 +northern_ireland n 1 4 @ #p %p - 1 0 08887841 +northern_jacob's_ladder n 1 1 @ 1 0 12810007 +northern_lights n 1 1 @ 1 0 11427619 +northern_lobster n 2 4 @ #m #p %p 2 0 07792926 01983481 +northern_mammoth n 1 1 @ 1 0 02505063 +northern_mariana_islands n 1 3 @ #p %p 1 0 08837864 +northern_marianas n 1 3 @ #p %p 1 0 08837864 +northern_oak_fern n 1 1 @ 1 0 13197507 +northern_oriole n 1 3 @ ~ #m 1 0 01572328 +northern_parula n 1 2 @ #m 1 0 01567678 +northern_phalarope n 1 2 @ #m 1 0 02038141 +northern_pike n 1 1 @ 1 0 02561381 +northern_pin_oak n 1 1 @ 1 0 12271451 +northern_pitch_pine n 1 1 @ 1 0 11611356 +northern_pocket_gopher n 1 2 @ #m 1 0 02354781 +northern_porgy n 1 2 @ %p 1 0 02593453 +northern_red_oak n 1 1 @ 1 0 12277800 +northern_rhodesia n 1 4 @ #p %m %p 1 0 09165613 +northern_scup n 1 2 @ %p 1 0 02593453 +northern_sea_robin n 1 2 @ #m 1 0 02651060 +northern_shrike n 1 1 @ 1 0 01599269 +northern_snakehead n 1 2 @ #m 1 0 02514320 +northern_snow_bedstraw n 1 1 @ 1 0 12665659 +northern_spy n 1 1 @ 1 0 07741235 +northern_storm_petrel n 1 2 @ #m 1 0 02061217 +northern_territory n 1 3 @ #p %p 1 0 08834916 +northern_white_cedar n 1 2 @ #m 1 0 11644226 +northern_whiting n 1 1 @ 1 0 02597972 +northern_woodsia n 1 1 @ 1 0 13202355 +northerner n 2 4 @ ~ #m ; 2 2 10362682 10802283 +northernness n 1 3 ! @ + 1 0 05079180 +northland n 1 1 @ 1 1 08562990 +northman n 1 3 @ ~ #m 1 0 09730204 +northrop n 1 1 @ 1 0 11209990 +northrop_frye n 1 1 @ 1 0 10984418 +northumberland n 1 3 @ #p %p 1 0 08884328 +northumbria n 1 2 @ #p 1 0 08886147 +northward n 1 1 @ 1 0 13831176 +northwest n 4 3 @ #p %p 4 1 08564139 13836253 13834885 08561946 +northwest_by_north n 1 1 @ 1 0 13835037 +northwest_by_west n 1 1 @ 1 0 13834761 +northwest_passage n 1 1 @ 1 0 08680571 +northwest_territories n 1 3 @ #p %p 1 0 08825477 +northwest_wind n 1 1 @ 1 0 11448475 +northwester n 1 2 @ + 1 0 11448475 +northwestern_united_states n 1 3 @ #p %p 1 0 08564139 +northwestward n 1 1 @ 1 0 13834885 +nortriptyline n 1 1 @ 1 0 03830582 +noruz n 1 2 @ ; 1 0 15223916 +norvasc n 1 1 @ 1 0 02702809 +norvir n 1 1 @ 1 0 04094983 +norway n 1 5 @ #m %m %p + 1 1 08764107 +norway_lobster n 1 2 @ %p 1 0 01984245 +norway_maple n 1 1 @ 1 0 12754781 +norway_rat n 1 3 @ ~ #m 1 0 02333546 +norway_spruce n 1 1 @ 1 0 11625003 +norwegian n 2 4 @ ~ #m + 2 0 09725402 06954303 +norwegian_elkhound n 1 1 @ 1 0 02091467 +norwegian_krone n 1 2 @ %p 1 0 13682971 +norwegian_lobster n 1 2 @ #p 1 0 07793521 +norwegian_monetary_unit n 1 2 @ ~ 1 0 13682860 +norwegian_sea n 1 3 @ #p %p 1 0 09374306 +norwich_terrier n 1 1 @ 1 0 02094258 +nose n 8 6 @ ~ #p %p + ; 8 3 05598147 03830835 03831062 13762458 06807056 05658826 05637106 03833564 +nose_candy n 1 1 @ 1 0 03066743 +nose_cone n 1 2 @ #p 1 0 03831537 +nose_count n 1 1 @ 1 0 00653388 +nose_dive n 1 2 @ ~ 1 0 00326677 +nose_drops n 1 2 @ ; 1 0 02837416 +nose_flute n 1 1 @ 1 0 03831757 +nose_job n 1 1 @ 1 0 00689062 +nose_ring n 1 1 @ 1 0 03832008 +nosebag n 1 1 @ 1 0 03831203 +noseband n 1 2 @ #p 1 0 03831382 +nosebleed n 1 1 @ 1 0 14370992 +nosecount n 1 1 @ 1 0 00653388 +nosedive n 2 2 @ ~ 2 0 13523088 00326677 +nosegay n 1 1 @ 1 0 02879087 +nosepiece n 3 2 @ #p 3 0 03831899 03831382 02899439 +nosewheel n 1 2 @ #p 1 0 03832144 +nosey-parker n 1 1 @ 1 0 09883807 +nosh n 1 3 @ + ; 1 0 07577538 +nosh-up n 1 2 @ ; 1 0 07577657 +nosher n 1 2 @ + 1 0 10362765 +nosiness n 1 2 @ + 1 0 05683390 +nosology n 1 1 @ 1 0 06053280 +nostalgia n 1 3 @ ~ + 1 1 07487375 +nostoc n 1 2 @ #m 1 0 01359365 +nostocaceae n 1 3 @ #m %m 1 0 01359070 +nostradamus n 1 1 @ 1 0 11210105 +nostril n 1 2 @ #p 1 0 05600109 +nostrum n 2 2 @ ~ 2 0 03880770 03832305 +nosy-parker n 1 1 @ 1 0 09883807 +not-for-profit n 1 1 @ 1 0 01137597 +nota_bene n 1 1 @ 1 0 06764380 +notability n 1 2 @ + 1 0 10276238 +notable n 1 2 @ + 1 1 10276238 +notary n 1 3 @ + ; 1 0 10363149 +notary_public n 1 2 @ ; 1 0 10363149 +notation n 3 3 @ ~ + 3 1 06808493 06763273 00615182 +notational_system n 1 2 @ ~ 1 0 06808493 +notch n 4 4 @ ~ #p + 4 1 13905275 09386842 03832405 00387897 +note n 9 4 @ ~ #m + 9 7 06504462 06626286 06865345 07082819 04727694 13393762 06763273 14435445 13398469 +note_of_hand n 1 2 @ ~ 1 0 13398469 +note_payable n 1 1 @ 1 0 13407718 +note_receivable n 1 1 @ 1 0 13407389 +note_value n 1 2 @ ; 1 0 15134913 +notebook n 2 2 @ ~ 2 1 06415419 03832673 +notebook_computer n 1 2 @ ~ 1 0 03832673 +notebook_entry n 1 1 @ 1 0 06505434 +notecase n 1 1 @ 1 0 04548362 +notechis n 1 3 @ #m %m 1 0 01750315 +notechis_scutatus n 1 2 @ #m 1 0 01750437 +notemigonus n 1 2 @ #m 1 0 01442055 +notemigonus_crysoleucas n 1 1 @ 1 0 01442166 +notepad n 1 2 @ ~ 1 0 15021085 +notepaper n 1 2 @ ~ 1 0 06259166 +nothing n 1 2 @ ~ 1 1 13740168 +nothingness n 2 2 @ ~ 2 0 14455700 07136711 +nothings n 1 2 @ ~ 1 0 07137315 +nothofagus n 1 3 @ #m %m 1 0 12265900 +nothofagus_cuninghamii n 1 1 @ 1 0 12266528 +nothofagus_dombeyi n 1 2 @ #m 1 0 12266644 +nothofagus_menziesii n 1 2 @ #m 1 0 12266984 +nothofagus_obliqua n 1 2 @ #m 1 0 12267133 +nothofagus_procera n 1 2 @ #m 1 0 12267265 +nothofagus_solanderi n 1 2 @ #m 1 0 12267411 +nothofagus_truncata n 1 2 @ #m 1 0 12267534 +nothosaur n 1 2 @ #m 1 0 01726203 +nothosauria n 1 3 @ #m %m 1 0 01725933 +notice n 7 3 @ ~ + 7 6 06747670 05703429 07185668 07212612 06793426 05703803 06410776 +notice_board n 1 2 @ ~ 1 0 02916538 +noticeability n 1 4 @ ~ = + 1 0 04706290 +noticeableness n 1 4 @ ~ = + 1 0 04706290 +noticer n 2 2 @ + 2 0 10363445 10363360 +notification n 3 4 @ ~ + ; 3 1 01187463 07212424 07185668 +notion n 4 3 @ ~ + 4 3 05916739 05836598 05919549 03832799 +notions_counter n 1 1 @ 1 0 03832973 +notochord n 1 2 @ ~ 1 0 01466472 +notomys n 1 3 @ #m %m 1 0 02334609 +notonecta n 1 3 @ #m %m 1 0 02240852 +notonecta_undulata n 1 2 @ #m 1 0 02241008 +notonectidae n 1 3 @ #m %m 1 0 02240706 +notophthalmus n 1 2 @ #m 1 0 01630795 +notophthalmus_viridescens n 1 1 @ 1 0 01630901 +notoriety n 1 2 @ ~ 1 0 14439149 +notornis n 1 2 @ #m 1 0 02017725 +notornis_mantelli n 1 2 @ #m 1 0 02017725 +notoryctidae n 1 3 @ #m %m 1 0 01885724 +notoryctus n 1 3 @ #m %m 1 0 01885856 +notoryctus_typhlops n 1 2 @ #m 1 0 01886045 +notostraca n 1 3 @ #m %m 1 0 01995803 +notropis n 1 3 @ #m %m 1 0 01441625 +notropis_atherinoides n 1 1 @ 1 0 01441742 +notropis_cornutus n 1 2 @ #m 1 0 01441910 +notturno n 1 1 @ 1 0 07047679 +nouakchott n 1 2 @ #p 1 0 08967176 +nougat n 1 1 @ 1 0 07608339 +nougat_bar n 1 1 @ 1 0 07608429 +nought n 1 1 @ 1 0 13742358 +noughts_and_crosses n 1 1 @ 1 0 00506207 +noumenon n 1 1 @ 1 0 05813457 +noun n 2 5 @ ~ #m #p %p 2 2 06319293 06317862 +noun_phrase n 1 1 @ 1 0 06316480 +nourishment n 2 3 @ ~ + 2 1 07570720 00664849 +nous n 2 3 @ ~ ; 2 0 05615147 05611302 +nouveau-riche n 1 3 @ ~ + 1 0 10740868 +nouvelle_cuisine n 1 2 @ ; 1 0 07571903 +nouvelle_vague n 1 1 @ 1 0 08469917 +nov n 1 3 @ #p %p 1 1 15213406 +nov-esperanto n 1 1 @ 1 0 06897205 +nov-latin n 1 1 @ 1 0 06897381 +nova n 1 1 @ 1 0 09374493 +nova_lisboa n 1 2 @ #p 1 0 08708481 +nova_lox n 1 1 @ 1 0 07796970 +nova_salmon n 1 1 @ 1 0 07796970 +nova_scotia n 2 3 @ #p %p 2 0 08826841 08826306 +nova_scotia_lox n 1 1 @ 1 0 07796970 +nova_scotia_salmon n 1 1 @ 1 0 07796970 +nova_scotian n 1 1 @ 1 0 09725546 +nova_style_salmon n 1 1 @ 1 0 07796970 +nova_zembla n 1 2 @ #p 1 0 09010785 +novation n 1 3 @ + ; 1 0 00196848 +novaya_zemlya n 1 2 @ #p 1 0 09010785 +novel n 2 3 @ ~ + 2 1 06367879 03833065 +novelette n 1 2 @ + 1 0 06368962 +novelisation n 1 2 @ + 1 0 00931453 +novelist n 1 3 @ ~ + 1 1 10363573 +novelization n 1 2 @ + 1 0 00931453 +novella n 1 1 @ 1 0 06368962 +novelty n 4 2 @ #m 4 2 04800596 05635055 03623448 02787435 +novelty_shop n 1 1 @ 1 0 03436417 +november n 1 3 @ #p %p 1 1 15213406 +november_1 n 1 2 @ #p 1 0 15195059 +november_11 n 1 2 @ #p 1 0 15200896 +november_2 n 1 2 @ #p 1 1 15195477 +november_5 n 1 4 @ ~ #p ; 1 0 15158816 +novena n 1 2 @ ; 1 0 01043189 +novgorod n 1 2 @ #p 1 0 09009174 +novial n 1 1 @ 1 0 06897306 +novice n 2 2 @ ~ 2 0 10364198 10363913 +noviciate n 1 2 @ ; 1 0 15294884 +novillada n 1 1 @ 1 0 03833294 +novillero n 1 1 @ 1 0 09836658 +novitiate n 2 2 @ ; 2 1 15294884 10364198 +novobiocin n 1 1 @ 1 0 03833409 +novocain n 1 2 @ ; 1 0 04006953 +novocaine n 1 1 @ 1 0 04006953 +novosibirsk n 1 2 @ #p 1 0 09010300 +now n 1 1 @ 1 1 15119919 +nowadays n 1 2 @ ~ 1 0 15119536 +nowhere n 1 1 @ 1 1 14436667 +nowness n 1 2 @ ~ 1 0 05050115 +nowrooz n 1 2 @ ; 1 0 15223916 +nowruz n 1 2 @ ; 1 0 15223916 +nox n 1 1 @ 1 0 09559769 +noxiousness n 1 2 @ + 1 0 04790774 +noyes n 1 1 @ 1 0 11210291 +nozzle n 2 4 @ ~ #p ; 2 1 03833564 05598707 +np n 2 1 @ 2 0 14646403 10367819 +npa n 1 3 @ %p ; 1 0 08036293 +npc n 1 2 @ #p 1 0 08125722 +nra n 1 1 @ 1 0 08375722 +nrc n 1 1 @ 1 0 08122596 +nrem n 1 1 @ 1 0 14025478 +nrem_sleep n 1 1 @ 1 0 14025478 +nrl n 1 2 @ #p 1 0 03812541 +nrna n 1 1 @ 1 0 14833027 +nro n 1 3 @ #m #p 1 0 08347704 +nrti n 1 3 @ ~ #p 1 0 03834836 +nsa n 1 3 @ #m #p 1 0 08348091 +nsaid n 1 2 @ ~ 1 0 03828465 +nsc n 1 1 @ 1 0 08127760 +nsf n 1 1 @ 1 0 08126921 +nsu n 1 1 @ 1 0 14567571 +nsw n 1 3 @ #p %m 1 0 08193448 +nswc n 1 2 @ #p 1 0 08193645 +nt n 1 2 @ ; 1 0 08049125 +ntis n 1 2 @ #p 1 0 08131254 +nu n 1 2 @ #m 1 0 06835420 +nuance n 1 1 @ 1 1 06606191 +nub n 3 3 @ ~ + 3 0 13895622 09374646 05921123 +nubbin n 1 1 @ 1 1 09374773 +nubbiness n 1 2 @ + 1 0 04948722 +nubble n 1 2 @ + 1 0 13895622 +nubia n 1 3 @ #p %m 1 0 08504375 +nubian n 1 2 @ #m 1 0 10364333 +nubian_desert n 1 2 @ #p 1 0 09171674 +nucellus n 1 2 @ #p 1 0 11679250 +nucha n 1 2 @ #p 1 0 05547396 +nucifraga n 1 3 @ #m %m 1 0 01581607 +nucifraga_caryocatactes n 1 1 @ 1 0 01581874 +nucifraga_columbiana n 1 1 @ 1 0 01581984 +nuclear-powered_ship n 1 1 @ 1 0 03833907 +nuclear-powered_submarine n 1 1 @ 1 0 03811295 +nuclear_cataract n 1 1 @ 1 0 14256117 +nuclear_chemist n 1 1 @ 1 0 10364502 +nuclear_chemistry n 1 1 @ 1 0 06090540 +nuclear_club n 1 1 @ 1 0 07960569 +nuclear_deterrence n 1 2 @ ; 1 0 01076863 +nuclear_energy n 1 2 @ ~ 1 0 11425989 +nuclear_engineering n 1 1 @ 1 0 06135335 +nuclear_explosion n 1 2 @ %p 1 0 07408386 +nuclear_family n 1 1 @ 1 0 07973487 +nuclear_fission n 1 1 @ 1 0 13481224 +nuclear_fuel n 1 1 @ 1 0 14688089 +nuclear_fusion n 1 2 @ ~ 1 0 13485525 +nuclear_fusion_reaction n 1 2 @ ~ 1 0 13485525 +nuclear_magnetic_resonance n 1 1 @ 1 0 11478898 +nuclear_medicine n 1 1 @ 1 0 06052685 +nuclear_meltdown n 1 1 @ 1 0 13513362 +nuclear_physicist n 1 2 @ ~ 1 0 10364643 +nuclear_physics n 1 3 @ %p - 1 0 06100555 +nuclear_power n 1 1 @ 1 0 11426125 +nuclear_propulsion n 1 1 @ 1 0 11488160 +nuclear_reaction n 1 3 @ ~ ; 1 0 13523208 +nuclear_reactor n 1 4 @ ~ %p ; 1 0 03834040 +nuclear_regulatory_commission n 1 1 @ 1 0 08122596 +nuclear_resonance n 1 1 @ 1 1 11478514 +nuclear_rna n 1 1 @ 1 0 14833027 +nuclear_rocket n 1 1 @ 1 0 03834472 +nuclear_submarine n 1 1 @ 1 0 03811295 +nuclear_terrorism n 1 2 @ ; 1 0 00764588 +nuclear_transplantation n 1 2 @ ~ 1 0 00638770 +nuclear_warhead n 1 2 @ #p 1 0 02753881 +nuclear_weapon n 1 3 @ ~ %p 1 0 03834604 +nuclear_winter n 1 1 @ 1 0 11434150 +nuclease n 1 2 @ ~ 1 0 14963916 +nucleic_acid n 1 3 @ #p ; 1 1 14964129 +nucleolar_organiser n 1 2 @ #p 1 0 05435477 +nucleolar_organizer n 1 2 @ #p 1 0 05435477 +nucleole n 1 2 @ #p 1 0 05435277 +nucleolus n 1 2 @ #p 1 1 05435277 +nucleolus_organiser n 1 2 @ #p 1 0 05435477 +nucleolus_organizer n 1 2 @ #p 1 0 05435477 +nucleon n 1 3 @ ~ #p 1 0 09374886 +nucleon_number n 1 1 @ 1 0 13715614 +nucleonics n 1 3 @ %p - 1 0 06100555 +nucleoplasm n 1 2 @ #s 1 0 05434784 +nucleoprotein n 1 1 @ 1 0 14734905 +nucleoside n 1 2 @ ~ 1 0 14964367 +nucleoside_reverse_transcriptase_inhibitor n 1 3 @ ~ #p 1 0 03834836 +nucleosynthesis n 1 2 @ ; 1 0 13523503 +nucleotide n 1 2 @ ~ 1 0 14964590 +nucleus n 6 7 @ ~ #p %s %p + ; 6 3 05434927 09375085 08242223 09375223 05501932 05320764 +nucleus_niger n 1 2 @ #p 1 0 05500006 +nuda n 1 3 @ #m %m 1 0 01919099 +nude n 4 3 @ ~ + 4 1 03835197 14456435 10365399 03835298 +nude_dancing n 1 2 @ ~ 1 0 00531201 +nude_mouse n 1 1 @ 1 0 02332954 +nude_painting n 1 1 @ 1 0 03835197 +nude_person n 1 2 @ ~ 1 0 10365399 +nude_sculpture n 1 1 @ 1 0 03835298 +nude_statue n 1 1 @ 1 0 03835298 +nudeness n 1 3 @ ~ + 1 0 14456138 +nudge n 1 2 @ + 1 0 00112997 +nudger n 1 2 @ + 1 0 10365514 +nudibranch n 1 3 @ ~ #m 1 0 01950731 +nudibranchia n 1 3 @ #m %m 1 0 01950457 +nudism n 1 2 @ + 1 0 01031563 +nudist n 1 2 @ + 1 0 10365701 +nudity n 1 3 @ ~ + 1 0 14456138 +nudnick n 1 2 @ ; 1 0 10365846 +nudnik n 1 2 @ ; 1 0 10365846 +nuffield n 1 1 @ 1 0 11210383 +nugget n 1 1 @ 1 0 09375481 +nuisance n 2 3 @ ~ ; 2 1 05830527 10391513 +nuisance_abatement n 1 3 @ ~ ; 1 0 00361459 +nuisance_tax n 1 1 @ 1 0 13316568 +nuisance_value n 1 1 @ 1 0 05162807 +nuke n 1 3 @ #p + 1 0 02753881 +null n 1 2 @ ~ 1 0 13740168 +null_set n 1 1 @ 1 0 08001344 +null_space n 1 1 @ 1 1 08004443 +nullah n 1 1 @ 1 0 09375606 +nullarbor_plain n 1 2 @ #p 1 0 08835390 +nullification n 2 3 @ ~ + 2 0 06185748 00231567 +nullifier n 2 2 @ + 2 0 10365984 10214390 +nullipara n 1 2 @ ; 1 0 10366145 +nullity n 2 3 @ ~ + 2 0 14455700 06532763 +numbat n 1 2 @ #m 1 0 01885498 +number n 11 5 @ ~ #m + ; 11 9 05121418 13582013 06892016 06426111 06807198 06596978 08480512 06425065 05096294 06326526 03835412 +number_1 n 1 1 @ 1 0 13597444 +number_agreement n 1 1 @ 1 0 13797561 +number_cruncher n 2 1 @ 2 0 09887378 03835582 +number_crunching n 1 1 @ 1 0 00869467 +number_one n 3 3 @ ~ ; 3 1 09605110 13846199 13597444 +number_one_wood n 1 1 @ 1 0 03244047 +number_representation_system n 1 3 @ ~ - 1 0 06809074 +number_system n 1 3 @ ~ - 1 0 06809074 +number_theorist n 1 1 @ 1 0 10366276 +numbering n 1 2 @ + 1 1 06490887 +numberplate n 1 1 @ 1 0 03661180 +numbers n 2 2 @ #p 2 0 06433249 00508547 +numbers_game n 1 1 @ 1 1 00508547 +numbers_pool n 1 1 @ 1 0 00508547 +numbers_racket n 1 1 @ 1 0 00508547 +numbfish n 1 2 @ #m 1 0 01496331 +numbness n 2 2 @ + 2 1 14322528 04636610 +numdah n 1 1 @ 1 0 03835729 +numdah_rug n 1 1 @ 1 0 03835729 +numen n 1 3 @ + ; 1 0 10366484 +numenius n 1 3 @ #m %m 1 0 02033444 +numenius_arquata n 1 1 @ 1 0 02033779 +numenius_borealis n 1 1 @ 1 0 02033882 +numeracy n 1 2 @ = 1 0 05639431 +numeral n 1 2 @ ~ 1 0 06807198 +numeration n 2 3 @ ~ + 2 0 07230959 00634586 +numeration_system n 1 3 @ ~ - 1 0 06809074 +numerator n 1 1 @ 1 0 13732871 +numerical_analysis n 1 2 @ ; 1 0 06007642 +numerical_quantity n 1 2 @ ~ 1 0 05856066 +numerical_value n 1 2 @ ~ 1 0 13581465 +numerologist n 1 2 @ + 1 0 10366383 +numerology n 1 2 @ + 1 0 06248530 +numerosity n 1 4 @ ~ = + 1 0 05121908 +numerousness n 1 4 @ ~ = + 1 0 05121908 +numida n 1 3 @ #m %m 1 0 01808989 +numida_meleagris n 1 4 @ ~ #m %p 1 0 01809106 +numidia n 1 3 @ #p + 1 0 08707710 +numidian n 1 1 @ 1 0 10366692 +numididae n 1 3 @ #m %m 1 0 01808785 +numidinae n 1 3 @ #m %m 1 0 01808785 +numismatics n 1 2 @ + 1 0 01015996 +numismatist n 1 2 @ + 1 0 10366779 +numismatologist n 1 2 @ + 1 0 10366779 +numismatology n 1 2 @ + 1 0 01015996 +nummulite n 1 2 @ #m 1 0 01393753 +nummulitidae n 1 3 @ #m %m 1 0 01393604 +numskull n 1 1 @ 1 0 10039663 +nun n 3 3 @ ~ #m 3 1 10368009 07266879 06838112 +nun's_habit n 1 2 @ %p 1 0 03835941 +nun_buoy n 1 1 @ 1 0 07266879 +nunavut n 1 2 @ #p 1 0 08825664 +nunc_dimittis n 1 1 @ 1 0 06456642 +nuncio n 1 2 @ ; 1 0 10368113 +nung n 1 1 @ 1 0 06935990 +nunnery n 1 1 @ 1 0 03835853 +nuphar n 1 3 @ #m %m 1 0 11716285 +nuphar_advena n 1 2 @ #m 1 0 11716422 +nuphar_lutea n 1 2 @ #m 1 0 11716877 +nuphar_sagittifolium n 1 1 @ 1 0 11716698 +nuprin n 1 3 @ %s ; 1 0 03556281 +nuptials n 1 1 @ 1 0 07452074 +nuptse n 1 2 @ #p 1 0 09375693 +nuremberg n 1 2 @ #p 1 0 08774374 +nureyev n 1 1 @ 1 0 11210610 +nurnberg n 1 2 @ #p 1 0 08774374 +nurse n 2 4 @ ~ #m + 2 2 10366966 10345100 +nurse's_aide n 1 1 @ 1 0 10367548 +nurse-midwife n 1 1 @ 1 0 10367694 +nurse-patient_relation n 1 2 @ %m 1 0 13838025 +nurse_clinician n 1 1 @ 1 0 10367819 +nurse_log n 1 1 @ 1 0 14964925 +nurse_practitioner n 1 1 @ 1 0 10367819 +nurse_shark n 1 2 @ #m 1 0 01486838 +nurseling n 1 1 @ 1 0 10368291 +nursemaid n 1 2 @ ~ 1 0 10345100 +nurser n 1 2 @ + 1 0 10367409 +nursery n 2 3 @ ~ + 2 1 03836062 03457902 +nursery_rhyme n 1 1 @ 1 0 07222728 +nursery_school n 1 1 @ 1 0 08412265 +nurseryman n 1 2 @ ~ 1 0 10120533 +nursing n 3 2 @ + 3 1 00665079 08112976 01058870 +nursing_aide n 1 1 @ 1 0 10367548 +nursing_bottle n 1 2 @ %p 1 0 02877266 +nursing_care n 1 1 @ 1 0 00664997 +nursing_home n 1 1 @ 1 0 03528100 +nursing_school n 1 1 @ 1 0 08283757 +nursling n 1 1 @ 1 0 10368291 +nurturance n 1 2 @ + 1 0 00665358 +nurture n 2 2 @ + 2 0 04922113 01129532 +nusa_tenggara n 1 3 @ #p %m 1 0 08842583 +nusku n 1 2 @ ; 1 0 09521395 +nut n 7 5 @ ~ #p %p + 7 3 13136556 09512835 03836191 13712592 09974496 09769076 05524615 +nut-leaved_screw_tree n 1 1 @ 1 0 12199399 +nut_and_bolt n 1 2 @ %p 1 0 03836451 +nut_bar n 1 1 @ 1 0 07608533 +nut_bread n 1 1 @ 1 0 07685218 +nut_butter n 1 1 @ 1 0 07855413 +nut_case n 1 1 @ 1 0 09974496 +nut_grass n 1 2 @ #m 1 0 12151615 +nut_house n 1 1 @ 1 0 02820798 +nut_pine n 1 3 @ ~ %p 1 0 11609684 +nut_sedge n 1 2 @ #m 1 0 12151615 +nut_tree n 1 2 @ ~ 1 0 13110915 +nutation n 1 2 @ + 1 0 00336561 +nutcase n 1 2 @ ; 1 0 09976283 +nutcracker n 3 3 @ ~ #m 3 0 03836602 01590583 01581730 +nutgrass n 1 2 @ #m 1 0 12151615 +nuthatch n 1 3 @ ~ #m 1 0 01590583 +nuthouse n 1 1 @ 1 1 02820798 +nutlet n 1 2 @ ~ 1 0 13136781 +nutmeg n 2 5 @ #m #s #p %p 2 0 11714382 07815424 +nutmeg-yew n 1 2 @ #m 1 0 11649150 +nutmeg_family n 1 3 @ #m %m 1 0 11713960 +nutmeg_flower n 1 1 @ 1 0 11737125 +nutmeg_geranium n 1 2 @ #m 1 0 12688187 +nutmeg_hickory n 1 2 @ #m 1 0 12321669 +nutmeg_melon n 2 3 @ #p %p 2 0 12165170 07756641 +nutmeg_state n 1 3 @ #p %p 1 0 09068444 +nutmeg_tree n 1 3 @ #m %p 1 0 11714382 +nutria n 1 2 @ #m 1 0 02366959 +nutrient n 2 4 @ ~ %p + 2 1 00021265 00021734 +nutrient_agar n 1 3 @ ~ %s 1 0 14900184 +nutrient_artery n 1 1 @ 1 0 05352754 +nutriment n 1 2 @ ~ 1 0 07570720 +nutrition n 3 4 @ ~ + ; 3 0 13523661 07570720 06135915 +nutritionist n 1 2 @ + 1 0 10012484 +nutritionist's_calorie n 1 2 @ %p 1 0 13726562 +nutritiousness n 1 2 @ + 1 0 04789897 +nutritiveness n 1 2 @ + 1 0 04789897 +nuts_and_bolts n 1 1 @ 1 0 06642518 +nutsedge n 1 2 @ #m 1 0 12151615 +nutshell n 1 1 @ 1 0 11683747 +nuttall's_oak n 1 1 @ 1 0 12276314 +nuttall_oak n 1 1 @ 1 0 12276314 +nutter n 1 1 @ 1 0 10368414 +nuwc n 1 2 @ #p 1 0 08193854 +nux_vomica n 1 2 @ %s 1 0 03836699 +nuytsia n 1 3 @ #m %m 1 0 12738480 +nuytsia_floribunda n 1 2 @ #m 1 0 12738599 +nv n 1 3 @ #p %p 1 0 09110422 +nw n 1 1 @ 1 0 13834885 +nwbn n 1 1 @ 1 0 13835037 +nwbw n 1 1 @ 1 0 13834761 +ny n 1 4 @ #p %p - 1 0 09117351 +nyala n 2 3 @ #m #p 2 0 09030382 02424909 +nyamuragira n 1 2 @ #p 1 0 09176732 +nyamwezi n 1 1 @ 1 0 06994918 +nyasaland n 1 4 @ #p %m %p 1 0 08962610 +nybble n 1 2 @ #p 1 0 13625884 +nyctaginaceae n 1 3 @ #m %m 1 0 11835806 +nyctaginia n 1 3 @ #m %m 1 0 11836137 +nyctaginia_capitata n 1 2 @ #m 1 0 11836327 +nyctalopia n 1 1 @ 1 0 14554853 +nyctanassa n 1 3 @ #m %m 1 0 02010881 +nyctanassa_violacea n 1 2 @ #m 1 0 02011016 +nyctereutes n 1 3 @ #m %m 1 0 02116322 +nyctereutes_procyonides n 1 2 @ #m 1 0 02116450 +nycticebus n 1 3 @ #m %m 1 0 02498888 +nycticebus_pygmaeus n 1 2 @ #m 1 0 02499022 +nycticebus_tardigradua n 1 2 @ #m 1 0 02499022 +nycticorax n 1 3 @ #m %m 1 0 02010592 +nycticorax_nycticorax n 1 2 @ #m 1 0 02010728 +nyctimene n 1 3 @ #m %m 1 0 02140357 +nyctophobia n 1 1 @ 1 0 14384041 +nycturia n 1 1 @ 1 0 13522485 +nydrazid n 1 2 @ ; 1 0 03587715 +nyiragongo n 1 2 @ #p 1 0 09176844 +nylghai n 1 2 @ #m 1 0 02425532 +nylghau n 1 2 @ #m 1 0 02425532 +nylon n 2 1 @ 2 0 14966192 03836906 +nylon_stocking n 1 1 @ 1 0 03836976 +nylons n 1 1 @ 1 0 03836976 +nymph n 3 3 @ ~ ; 3 2 09548632 02311617 10368528 +nymphaea n 1 3 @ #m %m 1 0 11715207 +nymphaea_alba n 1 2 @ #m 1 0 11715678 +nymphaea_caerulea n 1 1 @ 1 0 11716041 +nymphaea_lotus n 1 2 @ #m 1 0 11715810 +nymphaea_odorata n 1 2 @ #m 1 0 11715430 +nymphaea_stellata n 1 1 @ 1 0 11716167 +nymphaeaceae n 1 3 @ #m %m 1 0 11714618 +nymphalid n 1 3 @ ~ #m 1 0 02274822 +nymphalid_butterfly n 1 3 @ ~ #m 1 0 02274822 +nymphalidae n 1 3 @ #m %m 1 0 02274516 +nymphalis n 1 3 @ #m %m 1 0 02275372 +nymphalis_antiopa n 1 2 @ #m 1 0 02275560 +nymphet n 1 1 @ 1 0 10368624 +nymphicus n 1 3 @ #m %m 1 0 01819600 +nymphicus_hollandicus n 1 2 @ #m 1 0 01819734 +nympho n 1 1 @ 1 0 10368798 +nympholepsy n 1 1 @ 1 0 14091018 +nympholept n 1 1 @ 1 0 10368711 +nymphomania n 1 2 @ + 1 0 07489925 +nymphomaniac n 1 2 @ + 1 1 10368798 +nynorsk n 1 1 @ 1 0 06954768 +nypa n 1 3 @ #m %m 1 0 12591897 +nyquist_frequency n 1 2 @ ; 1 0 15285456 +nyquist_rate n 1 2 @ ; 1 0 15282188 +nyse n 1 2 @ %p 1 0 03822951 +nyssa n 1 3 @ #m %m 1 0 12340202 +nyssa_aquatica n 1 1 @ 1 0 12340581 +nyssa_sylvatica n 1 1 @ 1 0 12340755 +nyssaceae n 1 3 @ #m %m 1 0 12339972 +nystagmus n 1 2 @ ~ 1 0 00337605 +nystan n 1 2 @ ; 1 0 03837157 +nystatin n 1 1 @ 1 0 03837157 +nyx n 1 2 @ ; 1 0 09555962 +o n 3 4 @ ~ #m #s 3 1 14648100 06832680 05401229 +o'brien n 1 1 @ 1 0 11211322 +o'casey n 1 1 @ 1 0 11211419 +o'connor n 1 1 @ 1 0 11211987 +o'flaherty n 1 1 @ 1 0 11212669 +o'hara n 1 1 @ 1 0 11212988 +o'keeffe n 1 1 @ 1 0 11213216 +o'neill n 1 1 @ 1 0 11215070 +o'toole n 1 2 @ ; 1 0 11218473 +o._henry n 1 1 @ 1 0 11243102 +o.e.d. n 1 1 @ 1 0 06420424 +o.k. n 1 2 @ + 1 0 06687701 +o_level n 1 2 @ ; 1 0 14431169 +o_ring n 1 1 @ 1 0 03855604 +oaf n 1 1 @ 1 0 10274639 +oahu n 1 3 @ #p %p 1 0 09080554 +oahu_island n 1 3 @ #p %p 1 0 09080554 +oak n 2 6 @ ~ #m #s %s %p 2 2 12268918 12268246 +oak-leaved_goosefoot n 1 1 @ 1 0 11829672 +oak_apple n 1 1 @ 1 0 13099734 +oak_blight n 1 1 @ 1 0 14218293 +oak_chestnut n 1 2 @ #m 1 0 12264512 +oak_fern n 1 2 @ #m 1 0 13197274 +oak_leaf_cluster n 1 1 @ 1 0 06708664 +oak_tree n 1 5 @ ~ #m %s %p 1 0 12268246 +oakland n 1 2 @ #p 1 0 09064264 +oakleaf_goosefoot n 1 1 @ 1 0 11829672 +oakley n 1 1 @ 1 0 11210806 +oakum n 1 1 @ 1 0 14966334 +oar n 1 3 @ ~ %p 1 0 03837422 +oarfish n 1 2 @ #m 1 0 02547014 +oarlock n 1 2 @ #p 1 0 03905730 +oarsman n 1 3 @ ~ + 1 0 10368920 +oarsmanship n 1 2 @ + 1 0 05639556 +oarswoman n 1 1 @ 1 0 10369095 +oas n 1 2 @ %m 1 0 08176077 +oasis n 2 2 @ #p 2 0 08506496 03499796 +oast n 1 2 @ #p 1 0 03837606 +oast_house n 1 2 @ %p 1 0 03837698 +oat n 2 5 @ ~ #m #p ; 2 1 12109827 07804152 +oat_cell_carcinoma n 1 1 @ 1 0 14251616 +oatcake n 1 1 @ 1 0 07685303 +oates n 2 1 @ 2 0 11211071 11210963 +oath n 3 2 @ ~ 3 2 07125096 06684572 07226841 +oatmeal n 2 2 @ #s 2 1 07874995 07568502 +oatmeal_cookie n 1 1 @ 1 0 07638226 +oaxaca n 1 2 @ #p 1 0 08744750 +oaxaca_de_juarez n 1 2 @ #p 1 0 08744750 +ob n 2 4 @ ~ #p - 2 0 09375891 06053439 +ob_river n 1 2 @ #p 1 0 09375891 +obadiah n 2 2 @ #p 2 0 11211236 06439712 +obbligato n 2 1 @ 2 0 07029581 06815970 +obduracy n 1 1 @ 1 0 04863793 +obeah n 2 2 @ ; 2 0 08152198 06225667 +obeche n 2 2 @ #m 2 0 12202234 12201938 +obechi n 1 2 @ #m 1 0 12201938 +obedience n 3 5 ! @ ~ = + 3 1 01167146 04906273 01132864 +obedience_plant n 1 1 @ 1 0 12351790 +obedient_plant n 1 1 @ 1 0 12862116 +obeisance n 2 3 @ ~ + 2 0 07274425 01167146 +obelion n 1 1 @ 1 0 05234315 +obelisk n 2 2 @ ~ 2 1 03837869 06828529 +oberson n 1 2 @ ; 1 0 09546280 +obesity n 1 3 @ ~ + 1 0 05000342 +obesity_diet n 1 2 @ ~ 1 0 07564629 +obfuscation n 3 2 @ + 3 0 05685030 01266152 00274586 +obi n 2 2 @ ; 2 0 08152198 06225667 +obidoxime_chloride n 1 1 @ 1 0 15018169 +obiism n 1 1 @ 1 0 06245674 +obit n 1 1 @ 1 0 06748133 +obiter_dictum n 2 2 @ ; 2 0 06766092 06765887 +obituary n 1 1 @ 1 0 06748133 +object n 5 4 @ ~ + ; 5 4 00002684 05981230 06310237 05810948 06132724 +object-oriented_database n 1 2 @ %p 1 0 06638527 +object-oriented_database_management_system n 1 3 @ ~ #p 1 0 06589151 +object-oriented_programing n 1 1 @ 1 0 00929432 +object-oriented_programing_language n 1 3 @ ~ ; 1 0 06900684 +object-oriented_programming n 1 1 @ 1 0 00929432 +object-oriented_programming_language n 1 3 @ ~ ; 1 0 06900684 +object_ball n 1 1 @ 1 0 03838024 +object_code n 1 1 @ 1 0 06358159 +object_glass n 1 2 @ #p 1 0 03838298 +object_language n 2 1 @ 2 0 06900507 06284067 +object_lens n 1 2 @ #p 1 0 03838298 +object_lesson n 1 1 @ 1 0 06672752 +object_of_a_preposition n 1 1 @ 1 0 06310449 +object_of_the_verb n 1 1 @ 1 0 06310578 +object_program n 1 2 ! @ 1 0 06576893 +object_recognition n 1 1 @ 1 0 05711308 +objectification n 2 3 @ ~ + 2 1 00932088 03838160 +objection n 4 4 @ ~ + ; 4 3 07246742 07208338 01177033 01025678 +objectionableness n 1 2 @ + 1 0 04781755 +objective n 2 3 @ ~ #p 2 1 05981230 03838298 +objective_case n 1 1 @ 1 0 06311557 +objective_lens n 1 2 @ #p 1 0 03838298 +objectiveness n 1 2 @ + 1 0 04892344 +objectivity n 1 2 @ + 1 1 04892344 +objector n 1 3 @ ~ + 1 0 10018021 +objet_d'art n 1 2 @ ~ 1 1 03838535 +objurgation n 1 3 @ ~ + 1 0 06712833 +oblanceolate_leaf n 1 1 @ 1 0 13158815 +oblate n 1 1 @ 1 0 10348874 +oblateness n 1 2 @ + 1 0 05070622 +oblation n 2 2 @ ~ 2 0 01041498 01041349 +obligate_anaerobe n 1 1 @ 1 0 01327204 +obligation n 5 3 @ ~ + 5 2 01129920 14490110 13782033 13398241 06773150 +obligato n 2 1 @ 2 0 07029581 06815970 +obliger n 1 2 @ + 1 0 10369166 +obligingness n 1 2 @ + 1 0 04641153 +oblique n 2 4 ! @ ~ + 2 0 06311334 05557839 +oblique_angle n 1 3 ! @ ~ 1 0 13892383 +oblique_bandage n 1 2 @ ~ 1 0 03838748 +oblique_case n 1 2 @ ~ 1 0 06311334 +oblique_triangle n 1 2 ! @ 1 0 13880295 +oblique_vein_of_the_left_atrium n 1 1 @ 1 0 05374475 +obliqueness n 2 2 @ + 2 0 05066333 04919712 +obliquity n 2 4 @ ~ #p + 2 0 14049098 04874939 +obliteration n 2 3 @ ~ + 2 1 00218208 07331013 +obliterator n 1 2 @ + 1 0 09376078 +oblivion n 2 2 @ + 2 1 14436769 05674134 +obliviousness n 1 2 @ + 1 0 05674134 +oblong n 1 2 @ + 1 0 13873361 +oblong_leaf n 1 1 @ 1 0 13158925 +oblong_woodsia n 1 1 @ 1 0 13202125 +oblongness n 1 3 @ ~ + 1 0 05071869 +obloquy n 2 2 @ ~ 2 0 14441498 06719579 +obnoxiousness n 1 2 @ + 1 0 04781755 +oboe n 1 3 @ ~ + 1 0 03838899 +oboe_d'amore n 1 1 @ 1 0 03839276 +oboe_da_caccia n 1 1 @ 1 0 03839172 +oboist n 1 2 @ + 1 0 10369317 +obolus n 1 2 @ #p 1 0 13718451 +obovate_leaf n 1 1 @ 1 0 13159044 +obscenity n 3 4 @ ~ + - 3 1 04903368 07124340 00738697 +obscurantism n 2 2 @ + 2 0 05987397 00756470 +obscurantist n 1 2 @ + 1 0 10369417 +obscureness n 3 2 @ + 3 0 14436438 13985671 04823416 +obscurity n 3 4 ! @ ~ + 3 3 04823416 14436029 13985671 +obsequiousness n 1 3 @ ~ + 1 0 04906712 +observance n 4 4 ! @ ~ + 4 1 00879759 07450842 05703429 01204419 +observation n 5 3 @ ~ + 5 5 01002956 00879759 06767035 05818741 05703429 +observation_dome n 1 1 @ 1 1 03839424 +observation_post n 1 2 @ ~ 1 0 08597176 +observation_station n 1 2 @ ~ 1 0 03839534 +observation_tower n 1 2 @ ~ 1 0 03688943 +observatory n 2 2 @ ~ 2 0 03839671 03688943 +observed_fire n 1 1 @ 1 0 00991914 +observer n 2 3 @ ~ + 2 2 09626589 10369528 +observer's_meridian n 1 1 @ 1 0 08599174 +obsession n 2 3 @ ~ + 2 0 09183255 05700401 +obsessive n 1 2 @ + 1 0 10348989 +obsessive-compulsive n 1 2 @ + 1 0 10349090 +obsessive-compulsive_disorder n 1 2 @ + 1 0 14381017 +obsessive-compulsive_personality n 1 1 @ 1 0 04619791 +obsessiveness n 1 2 @ + 1 0 04626062 +obsessivity n 1 2 @ + 1 0 04626062 +obsidian n 1 1 @ 1 1 14880960 +obsolescence n 1 2 @ + 1 0 13523983 +obsoleteness n 1 2 @ + 1 0 04925577 +obstacle n 2 2 @ ~ 2 2 05690269 03839795 +obstacle_race n 1 1 @ 1 0 07462917 +obstetrical_delivery n 1 3 @ ~ #p 1 0 00042541 +obstetrical_toad n 1 2 @ #m 1 0 01648139 +obstetrician n 1 3 @ ~ + 1 0 10369699 +obstetrics n 1 4 @ ~ + - 1 0 06053439 +obstinacy n 2 2 @ ~ 2 0 04908835 04863074 +obstinance n 2 3 @ ~ + 2 0 04908835 04863074 +obstipation n 1 2 @ + 1 0 14371770 +obstreperousness n 1 2 @ + 1 0 04908283 +obstructer n 2 3 @ ~ + 2 0 10349243 03839993 +obstruction n 5 3 @ ~ + 5 1 03839993 14507951 05690269 01074498 00562280 +obstruction_of_justice n 1 2 @ ; 1 0 01181212 +obstructionism n 1 2 @ + 1 0 01176931 +obstructionist n 1 3 @ ~ + 1 0 10349243 +obstructive_shock n 1 1 @ 1 0 14067681 +obstructor n 2 3 @ ~ + 2 0 10349243 03839993 +obstruent n 1 2 @ ~ 1 0 07115684 +obtainment n 1 2 @ + 1 0 00077856 +obtention n 1 2 @ + 1 0 00077856 +obtrusiveness n 1 3 ! @ + 1 1 04707110 +obturator n 1 2 @ + 1 0 03840327 +obturator_vein n 1 1 @ 1 0 05374658 +obtuse-angled_triangle n 1 1 @ 1 0 13880415 +obtuse_angle n 1 1 @ 1 0 13892048 +obtuse_leaf n 1 1 @ 1 0 13158714 +obtuse_triangle n 1 1 @ 1 0 13880415 +obtuseness n 2 4 ! @ ~ + 2 0 05646039 04705950 +obverse n 2 4 ! @ ~ #p 2 1 05791311 03840507 +obviation n 1 2 @ + 1 0 01079042 +obviousness n 1 4 @ ~ = + 1 0 04706290 +oca n 1 1 @ 1 0 12704041 +ocarina n 1 1 @ 1 0 03840681 +occam n 1 1 @ 1 0 11211517 +occam's_razor n 1 1 @ 1 0 05990738 +occasion n 5 3 @ ~ + 5 3 07416714 07447261 09179264 15245829 14485064 +occasions n 1 1 @ 1 1 05983943 +occident n 2 4 @ %p = + 2 0 08682575 08682389 +occidental n 2 2 @ + 2 1 10369845 06897474 +occidentalism n 2 1 @ 2 0 06158057 05167927 +occipital_bone n 1 3 @ #p %p 1 0 05541872 +occipital_cortex n 1 3 @ #p %p 1 0 05494365 +occipital_gyrus n 1 2 @ #p 1 0 05489231 +occipital_lobe n 1 3 @ #p %p 1 1 05494365 +occipital_protuberance n 1 2 @ #p 1 0 05542052 +occipital_vein n 1 1 @ 1 0 05374861 +occipitomastoid_suture n 1 2 @ #p 1 0 05544725 +occiput n 1 3 @ #p + 1 0 05540976 +occitan n 1 1 @ 1 0 06966190 +occluded_front n 1 2 @ ; 1 0 11461080 +occlusion n 5 4 @ ~ + ; 5 1 14100769 11461080 05067928 02853449 01074694 +occlusive n 1 4 @ ~ %p + 1 0 07115914 +occult n 2 4 @ %m %p + 2 0 09503877 00412572 +occult_arts n 1 1 @ 1 0 00412572 +occultation n 1 3 @ ~ %p 1 0 07368646 +occultism n 2 2 @ + 2 0 05968450 05968288 +occultist n 1 3 @ ~ + 1 0 10370381 +occupancy n 2 3 @ ~ + 2 1 01054335 00086809 +occupancy_rate n 1 2 @ ~ 1 0 13818551 +occupant n 1 3 @ ~ + 1 1 10523519 +occupation n 5 4 @ ~ + ; 5 4 00582388 01133106 00582868 00086809 15141486 +occupation_licence n 1 1 @ 1 0 06551498 +occupation_license n 1 1 @ 1 1 06551498 +occupational_disease n 1 1 @ 1 0 14079493 +occupational_group n 1 2 @ ~ 1 0 08403631 +occupational_hazard n 1 1 @ 1 0 14542858 +occupational_safety_and_health_act n 1 2 @ ; 1 0 06535652 +occupational_safety_and_health_administration n 1 2 @ #p 1 0 08349138 +occupational_therapy n 1 1 @ 1 0 00664577 +occupier n 2 4 @ ~ + ; 2 0 10523519 10369955 +occurrence n 2 3 @ ~ + 2 2 07283608 13959069 +occurrent n 1 2 @ ~ 1 0 07283608 +ocean n 2 5 @ ~ #p + - 2 1 09376198 13776971 +ocean_bottom n 1 2 @ ~ 1 0 09376526 +ocean_current n 1 2 @ ~ 1 0 11488387 +ocean_floor n 1 2 @ ~ 1 1 09376526 +ocean_liner n 1 3 @ ~ %p 1 0 03673027 +ocean_perch n 2 1 @ 2 0 07792117 02644817 +ocean_pout n 1 2 @ #m 1 0 02618094 +ocean_state n 1 4 @ #p %p - 1 0 09137032 +ocean_sunfish n 1 3 @ ~ #m 1 0 02656670 +ocean_trip n 1 2 @ ~ 1 0 00312784 +oceanaut n 1 1 @ 1 0 09801371 +oceanfront n 1 1 @ 1 0 09376786 +oceania n 1 3 @ #p %p 1 0 08835875 +oceanic n 1 2 @ ~ 1 0 06937985 +oceanic_abyss n 1 2 @ ~ 1 0 09461315 +oceanic_bird n 1 2 @ ~ 1 0 02057731 +oceanic_bonito n 1 2 @ #m 1 0 02629230 +oceanic_whitetip_shark n 1 2 @ #m 1 0 01490112 +oceanica n 1 3 @ #p %p 1 0 08835875 +oceanid n 1 2 @ ; 1 0 09550899 +oceanites n 1 3 @ #m %m 1 0 02061425 +oceanites_oceanicus n 1 2 @ #m 1 0 02061560 +oceanographer n 1 3 @ ~ + 1 0 10370122 +oceanography n 1 4 @ ~ + - 1 0 06119904 +oceanology n 1 3 @ ~ - 1 0 06119904 +oceanus n 1 2 @ ; 1 0 09574767 +ocellated_turkey n 1 2 @ #m 1 0 01794651 +ocellus n 2 2 @ ~ 2 0 05312306 04681621 +ocelot n 1 2 @ #m 1 1 02125494 +ocher n 2 2 @ ~ 2 1 04966841 14843986 +ochlocracy n 1 1 @ 1 0 08362302 +ochna n 1 3 @ #m %m 1 0 12382699 +ochna_family n 1 3 @ #m %m 1 0 12382484 +ochna_serrulata n 1 2 @ #m 1 0 12382875 +ochnaceae n 1 3 @ #m %m 1 0 12382484 +ochoa n 1 1 @ 1 0 11211696 +ochotona n 1 3 @ #m %m 1 0 02328662 +ochotona_collaris n 1 2 @ #m 1 0 02328942 +ochotona_princeps n 1 2 @ #m 1 0 02328820 +ochotonidae n 1 3 @ #m %m 1 0 02328270 +ochre n 2 2 @ ~ 2 0 14843986 04966841 +ochroma n 1 3 @ #m %m 1 0 12191461 +ochroma_lagopus n 1 3 @ #m %s 1 0 12191587 +ochronosis n 1 1 @ 1 0 14268439 +ochs n 1 1 @ 1 0 11211870 +ocimum n 1 3 @ #m %m 1 0 12860254 +ocimum_basilicum n 1 2 @ %p 1 0 12860542 +ockham n 1 1 @ 1 0 11211517 +ockham's_razor n 1 1 @ 1 0 05990738 +oconee_bells n 1 1 @ 1 0 12252383 +ocotillo n 1 2 @ #m 1 0 12381931 +oct n 1 3 @ #p %p 1 1 15213115 +octad n 1 1 @ 1 0 13745086 +octadecanoic_acid n 1 1 @ 1 0 15056938 +octagon n 1 1 @ 1 0 13882563 +octahedron n 1 1 @ 1 1 13915594 +octal_digit n 1 1 @ 1 0 13741603 +octal_notation n 1 1 @ 1 0 06810544 +octal_number_system n 1 1 @ 1 0 06810238 +octal_numeration_system n 1 1 @ 1 0 06810238 +octameter n 1 1 @ 1 0 07096330 +octane n 1 1 @ 1 0 14966530 +octane_number n 1 1 @ 1 0 13579933 +octane_rating n 1 1 @ 1 0 13579933 +octanedioic_acid n 1 1 @ 1 0 14616181 +octans n 1 1 @ 1 0 09376866 +octant n 1 2 @ %p 1 0 03840823 +octave n 3 1 @ 3 1 15296258 06859401 06382923 +octavian n 1 1 @ 1 0 10828990 +octavo n 1 1 @ 1 0 05096408 +octet n 5 1 @ 5 0 13745086 08248047 07988604 07987903 07042137 +octette n 4 1 @ 4 0 08248047 07988604 07987903 07042137 +octillion n 1 2 @ ; 1 0 13753740 +october n 1 3 @ #p %p 1 1 15213115 +october_12 n 1 2 @ #p 1 0 15190895 +october_24 n 1 2 @ #p 1 0 15191080 +october_revolution n 1 2 @ ; 1 0 01308008 +octoberfest n 1 1 @ 1 0 07888058 +octogenarian n 1 1 @ 1 0 10370286 +octonary n 1 1 @ 1 0 13745086 +octopod n 1 3 @ ~ #m 1 0 01969726 +octopoda n 1 3 @ #m %m 1 0 01969550 +octopodidae n 1 3 @ #m %m 1 0 01969893 +octopus n 2 4 @ #m #p %p 2 0 07782365 01970164 +octoroon n 1 2 @ ; 1 0 09638722 +octosyllable n 1 2 @ + 1 0 07096425 +octroi n 1 1 @ 1 0 13317422 +ocular n 1 3 @ #p %p 1 0 03309465 +ocular_muscle n 1 3 @ ~ #p 1 0 05316175 +oculism n 1 1 @ 1 0 00609159 +oculist n 2 3 @ ~ + 2 0 10380305 10379073 +oculomotor n 1 1 @ 1 0 05478526 +oculomotor_nerve n 1 1 @ 1 0 05478526 +oculopharyngeal_muscular_dystrophy n 1 1 @ 1 0 14163676 +oculus n 1 6 @ ~ #p %p + ; 1 0 05311054 +oculus_dexter n 1 1 @ 1 0 05312149 +oculus_sinister n 1 1 @ 1 0 05312227 +ocyurus n 1 3 @ #m %m 1 0 02587761 +ocyurus_chrysurus n 1 2 @ #m 1 0 02587877 +od n 2 1 @ 2 0 06703632 05312149 +odalisque n 1 1 @ 1 0 10370603 +odd-even_check n 1 1 @ 1 0 05825942 +odd-job_man n 1 1 @ 1 0 10159289 +odd-leg_caliper n 1 1 @ 1 0 03841011 +odd-pinnate_leaf n 1 1 @ 1 0 13160254 +odd-toed_ungulate n 1 4 ! @ ~ #m 1 0 02373336 +odd_fellow n 1 1 @ 1 0 10240514 +odd_fish n 1 1 @ 1 0 10240514 +odd_hassel n 1 1 @ 1 0 11034167 +odd_man_out n 1 1 @ 1 0 10240514 +oddball n 1 2 @ ~ 1 0 10042845 +oddity n 3 3 @ ~ + 3 0 04799011 04797824 03149951 +oddment n 2 2 @ ~ 2 0 03286383 03149951 +oddments n 1 1 @ 1 0 08399977 +oddness n 2 2 @ + 2 0 13790592 04799011 +oddone_colonna n 1 1 @ 1 0 11160200 +odds n 2 2 @ ; 2 1 04756504 13823483 +odds-maker n 1 1 @ 1 0 10370683 +odds_and_ends n 1 1 @ 1 1 08399977 +ode n 1 2 @ ~ 1 0 06383659 +oder n 1 2 @ #p 1 0 09376979 +oder_river n 1 2 @ #p 1 0 09376979 +odesa n 1 2 @ #p 1 0 09017005 +odessa n 2 2 @ #p 2 1 09017005 09145655 +odets n 1 1 @ 1 0 11212120 +odin n 1 2 @ ; 1 0 09582949 +odiousness n 1 4 @ ~ = + 1 0 04780958 +odist n 1 1 @ 1 0 10370881 +odium n 2 2 @ + 2 0 14441610 07503430 +odo n 1 1 @ 1 0 11356636 +odo_of_lagery n 1 1 @ 1 0 11356636 +odoacer n 1 1 @ 1 0 11212226 +odobenidae n 1 3 @ #m %m 1 0 02081282 +odobenus n 1 3 @ #m %m 1 0 02081423 +odobenus_divergens n 1 1 @ 1 0 02081927 +odobenus_rosmarus n 1 1 @ 1 0 02081798 +odocoileus n 1 3 @ #m %m 1 0 02432139 +odocoileus_hemionus n 1 3 @ ~ #m 1 0 02432511 +odocoileus_hemionus_columbianus n 1 1 @ 1 0 02432704 +odocoileus_virginianus n 1 2 @ #m 1 0 02432291 +odometer n 1 2 @ #p 1 0 03841143 +odonata n 1 3 @ #m %m 1 0 02267975 +odonate n 1 3 @ ~ #m 1 0 02268148 +odontalgia n 1 2 @ ~ 1 0 14323974 +odontaspididae n 1 3 @ #m %m 1 0 01487077 +odontaspis n 1 3 @ #m %m 1 0 01487312 +odontaspis_taurus n 1 2 @ #m 1 0 01487506 +odontiasis n 1 2 @ ~ 1 0 13565781 +odontoceti n 1 3 @ #m %m 1 0 02066450 +odontoglossum n 1 2 @ #m 1 0 12073991 +odontoid_process n 1 2 @ #p 1 0 05588991 +odontology n 1 3 @ ~ - 1 0 06047430 +odontophorus n 1 2 @ #m 1 0 01805446 +odor n 2 4 @ ~ = + 2 2 04980008 05713737 +odour n 2 4 @ ~ = + 2 0 05713737 04980008 +odovacar n 1 1 @ 1 0 11212226 +odovakar n 1 1 @ 1 0 11212226 +odynophagia n 1 1 @ 1 0 14329460 +odysseus n 1 2 @ ; 1 0 09592848 +odyssey n 2 1 @ 2 1 00308279 06382193 +oecanthus n 1 3 @ #m %m 1 0 02230355 +oecanthus_fultoni n 1 1 @ 1 0 02230634 +oecumenism n 1 2 @ + 1 0 08471949 +oed n 1 1 @ 1 0 06420424 +oedema n 1 2 @ ~ 1 0 14316714 +oedipal_complex n 1 1 @ 1 0 07482782 +oedipus n 1 2 @ ; 1 0 09597798 +oedipus_complex n 1 1 @ 1 0 07482782 +oedipus_rex n 1 2 @ ; 1 0 09597798 +oedogoniaceae n 1 3 @ #m %m 1 0 01411727 +oedogoniales n 1 3 @ #m %m 1 0 01411556 +oedogonium n 1 2 @ #m 1 0 01411871 +oeil_de_boeuf n 1 1 @ 1 0 03841290 +oenanthe n 2 3 @ #m %m 2 0 12940778 01561613 +oenanthe_aquatica n 1 2 @ #m 1 0 12941220 +oenanthe_crocata n 1 2 @ #m 1 0 12940939 +oengus n 1 2 @ ; 1 0 09507909 +oenologist n 1 2 @ + 1 0 09616573 +oenology n 1 2 @ + 1 0 05636171 +oenomel n 1 2 @ %s 1 0 07891095 +oenophile n 1 1 @ 1 0 10059067 +oenothera n 1 2 @ #m 1 0 12344131 +oenothera_biennis n 1 1 @ 1 0 12344483 +oenothera_fruticosa n 1 1 @ 1 0 12344700 +oenothera_macrocarpa n 1 1 @ 1 0 12344837 +oersted n 2 2 @ %p 2 0 13638244 11212426 +oesophageal_reflux n 1 1 @ 1 0 14335485 +oesophageal_veins n 1 1 @ 1 0 05366812 +oesophagitis n 1 1 @ 1 0 14345815 +oesophagogastric_junction n 1 1 @ 1 0 05571341 +oesophagoscope n 1 1 @ 1 0 03296963 +oesophagus n 1 3 @ #p %p 1 0 05533948 +oesterreich n 1 6 @ #m #p %m %p - 1 0 08845555 +oestradiol n 1 2 @ #s 1 0 14750316 +oestridae n 1 3 @ #m %m 1 0 02194414 +oestriol n 1 1 @ 1 0 14750622 +oestrogen n 1 2 @ ~ 1 0 14749794 +oestrone n 1 1 @ 1 0 14750782 +oestrus n 2 3 @ #m %m 2 0 14038264 02194599 +oestrus_ovis n 1 2 @ #m 1 0 02194750 +oeuvre n 1 2 @ ~ 1 0 03841417 +off-axis_reflector n 1 1 @ 1 0 03516647 +off-broadway n 1 2 @ #p 1 1 09122397 +off-day n 1 1 @ 1 0 15171738 +off-licence n 1 1 @ 1 0 03871371 +off-line_equipment n 1 2 @ #p 1 0 03842377 +off-line_operation n 1 1 @ 1 0 13436809 +off-roader n 1 1 @ 1 0 03792782 +off-season n 1 2 ! @ 1 0 15238761 +off-speed_pitch n 1 1 @ 1 0 00107684 +off-white n 1 1 @ 1 0 04961331 +off_year n 2 1 @ 2 0 15202532 15202424 +offal n 1 1 @ 1 0 07651774 +offbeat n 1 1 @ 1 0 07087102 +offenbach n 1 1 @ 1 0 11212534 +offence n 5 6 ! @ ~ + ; - 5 1 00980038 08081244 07517550 01224031 00766234 +offender n 1 3 @ ~ + 1 1 09633969 +offense n 5 6 ! @ ~ + ; - 5 3 01224031 07517550 00766234 08081244 00980038 +offensive n 1 2 @ ~ 1 1 00980038 +offensive_activity n 1 2 @ ~ 1 0 01224031 +offensiveness n 1 4 @ ~ = + 1 0 04780958 +offer n 3 3 @ ~ + 3 2 07185076 07164546 00787061 +offer_price n 1 2 @ ; 1 0 13304508 +offerer n 1 2 @ + 1 0 10371052 +offering n 4 3 @ ~ + 4 1 07164546 13270373 07185076 01041498 +offeror n 1 2 @ + 1 0 10371052 +offertory n 2 2 @ #p 2 0 13270648 01036194 +office n 7 5 @ ~ #p + ; 7 4 03841666 08337324 00720565 13945102 08352303 01033458 00586262 +office-bearer n 1 2 @ ; 1 0 10371221 +office_block n 1 2 @ %p 1 0 03842012 +office_boy n 1 1 @ 1 1 10371330 +office_building n 1 2 @ %p 1 0 03842012 +office_furniture n 1 2 @ ~ 1 0 03842156 +office_of_inspector_general n 1 2 @ #p 1 0 08351380 +office_of_intelligence_support n 1 3 @ #m #p 1 0 08140767 +office_of_management_and_budget n 1 1 @ 1 0 08128492 +office_of_naval_intelligence n 1 3 @ #m #p 1 0 08194266 +office_of_the_dead n 1 2 @ ; 1 0 01034077 +office_staff n 1 1 @ 1 0 08352303 +officeholder n 2 2 @ ~ 2 0 10371450 10202624 +officer n 4 5 @ ~ #m + ; 4 4 10317007 10371450 10448983 10371741 +officer's_mess n 1 1 @ 1 0 03842276 +official n 2 3 @ ~ + 2 2 10372373 10372076 +official_document n 1 3 @ ~ ; 1 0 06479665 +official_emissary n 1 2 @ #m 1 0 10253479 +official_immunity n 1 1 @ 1 0 00214315 +officialdom n 1 4 @ ~ #m + 1 0 08357784 +officialese n 1 1 @ 1 0 07072195 +officiant n 1 2 @ + 1 0 10373390 +officiating n 1 2 @ + 1 0 01191755 +officiation n 2 2 @ + 2 0 01191755 00548173 +officiousness n 1 3 @ = + 1 0 04837931 +offing n 2 2 @ #p 2 0 15263675 09377125 +offprint n 1 1 @ 1 0 06269785 +offset n 6 3 @ ~ + 6 0 15265518 13291189 13127843 11415721 06680570 04176747 +offset_lithography n 1 1 @ 1 0 06680818 +offset_printing n 1 2 @ ~ 1 0 06680570 +offsetting_balance n 1 1 @ 1 0 13409850 +offshoot n 1 1 @ 1 0 11415721 +offshore_rig n 1 1 @ 1 0 03240683 +offside n 1 2 @ ; 1 0 00074324 +offspring n 3 2 @ ~ 3 2 10373998 07295047 01321579 +offstage n 1 1 @ 1 1 04592962 +ofo n 2 1 @ 2 0 09663121 06911180 +oftenness n 1 2 @ ~ 1 0 15278281 +ogalala n 2 2 @ ~ 2 0 09663248 06911265 +ogcocephalidae n 1 3 @ #m %m 1 0 02547562 +ogden n 2 2 @ #p 2 0 11212786 09147504 +ogden_nash n 1 1 @ 1 0 11200686 +ogdoad n 1 1 @ 1 0 13745086 +ogee n 1 1 @ 1 0 03842585 +ogee_arch n 1 1 @ 1 0 03842754 +ogive n 1 2 @ #p 1 0 03831537 +oglala n 2 2 @ ~ 2 0 09663248 06911265 +ogler n 1 2 @ + 1 0 10374282 +ogre n 2 3 @ ~ ; 2 0 10329945 09490825 +ogress n 1 1 @ 1 1 09490961 +oh n 1 3 @ #p %p 1 0 09130076 +ohio n 2 3 @ #p %p 2 1 09130076 09377315 +ohio_buckeye n 1 1 @ 1 0 12768933 +ohio_goldenrod n 1 1 @ 1 0 12018188 +ohio_river n 1 2 @ #p 1 0 09377315 +ohio_state_university n 1 2 @ #p 1 0 03842868 +ohioan n 1 1 @ 1 0 09745041 +ohm n 2 4 @ #p %p + 2 0 13646816 11213094 +ohm's_law n 1 1 @ 1 0 05886455 +ohmage n 1 1 @ 1 0 11504225 +ohmic_resistance n 1 2 @ ~ 1 0 11503968 +ohmmeter n 1 1 @ 1 0 03842986 +oig n 1 2 @ #p 1 0 08351380 +oil n 4 5 @ ~ #s %s + 4 2 14966667 03843092 14980579 07673397 +oil-hardened_steel n 1 1 @ 1 0 14968308 +oil-industry_analyst n 1 1 @ 1 0 09791151 +oil-rich_seed n 1 2 @ ~ 1 0 11689483 +oil-water_interface n 1 1 @ 1 1 09377511 +oil_beetle n 1 1 @ 1 0 02179192 +oil_burner n 1 1 @ 1 0 03843221 +oil_business n 1 2 @ %m 1 1 08069050 +oil_cake n 1 3 @ ~ %s 1 0 07801508 +oil_cartel n 1 2 @ ~ 1 0 08237699 +oil_change n 1 1 @ 1 0 00268025 +oil_color n 1 1 @ 1 0 03843092 +oil_colour n 1 1 @ 1 0 03843092 +oil_company n 1 2 @ #m 1 0 08069241 +oil_conservation n 1 1 @ 1 0 00819756 +oil_filter n 1 2 @ #p 1 0 03843555 +oil_furnace n 1 1 @ 1 0 03843221 +oil_future n 1 1 @ 1 0 03843724 +oil_geologist n 1 1 @ 1 1 10420392 +oil_gland n 1 2 @ ~ 1 0 05328115 +oil_heater n 1 1 @ 1 0 03843883 +oil_industry n 1 2 @ %m 1 0 08069050 +oil_lamp n 1 3 @ ~ %p 1 0 03844045 +oil_meal n 1 1 @ 1 0 07801709 +oil_nut n 1 2 @ #p 1 0 12737251 +oil_of_cloves n 1 1 @ 1 0 14893271 +oil_of_turpentine n 1 2 @ %s 1 0 14893652 +oil_of_vitriol n 1 3 @ ~ %s 1 0 15093482 +oil_of_wintergreen n 1 3 @ #s %s 1 0 07812913 +oil_paint n 1 2 @ ~ 1 0 03844233 +oil_painter n 1 1 @ 1 0 10374762 +oil_painting n 2 2 @ ~ 2 1 03844349 00938538 +oil_palm n 1 4 @ ~ #m %p 1 0 12590232 +oil_pipeline n 1 1 @ 1 0 03844459 +oil_pressure n 1 1 @ 1 0 11496746 +oil_production n 1 1 @ 1 0 00923130 +oil_pump n 1 2 @ #p 1 0 03844550 +oil_refinery n 1 2 @ %p 1 0 03844673 +oil_rig n 1 2 @ ~ 1 0 03241093 +oil_rigger n 1 1 @ 1 0 10530862 +oil_shale n 1 1 @ 1 0 15038789 +oil_slick n 1 1 @ 1 0 03844965 +oil_stain n 1 1 @ 1 0 04695884 +oil_tanker n 1 2 @ ~ 1 0 03845190 +oil_tycoon n 1 1 @ 1 0 10374849 +oil_well n 1 2 @ ~ 1 1 03845360 +oilbird n 1 2 @ #m 1 0 01837526 +oilcan n 1 2 @ %p 1 0 03843316 +oilcloth n 1 1 @ 1 1 03843438 +oiler n 3 3 @ ~ + 3 0 10374415 03845360 03845190 +oilfield n 1 1 @ 1 1 08659861 +oilfish n 1 1 @ 1 0 02622712 +oiliness n 2 2 @ + 2 0 05000116 04868505 +oilman n 2 2 @ ~ 2 0 10374652 10374541 +oilpaper n 1 1 @ 1 0 14968402 +oilrig n 1 2 @ ~ 1 0 03241093 +oilseed n 1 2 @ ~ 1 0 11689483 +oilskin n 1 1 @ 1 0 03844815 +oilstone n 1 1 @ 1 0 03845107 +oilstove n 1 1 @ 1 0 03843883 +oink n 1 1 @ 1 0 07384614 +ointment n 2 4 @ ~ %s ; 2 0 03845550 03128519 +oireachtas n 1 2 @ %p 1 0 08319777 +ois n 1 3 @ #m #p 1 0 08140767 +ojibwa n 2 1 @ 2 0 09663472 06911366 +ojibway n 2 1 @ 2 0 09663472 06911366 +ojos_del_salado n 1 2 @ #p 1 0 09377657 +ok n 2 4 @ #p %p + 2 0 09131654 06687701 +oka n 3 1 @ 3 0 13718574 13618418 12704041 +okapi n 1 2 @ #m 1 0 02439398 +okapia n 1 3 @ #m %m 1 0 02439286 +okapia_johnstoni n 1 2 @ #m 1 0 02439398 +okay n 1 2 @ + 1 0 06687701 +okeechobee n 1 2 @ #p 1 0 09377861 +okeechobee_waterway n 1 1 @ 1 0 09259746 +okefenokee_swamp n 1 2 @ #p 1 0 09378014 +okeh n 1 1 @ 1 0 06687701 +oken n 1 1 @ 1 0 11213323 +okenfuss n 1 1 @ 1 0 11213323 +okey n 1 1 @ 1 0 06687701 +okinawa n 2 5 @ #p %p ; - 2 0 08924400 01289061 +okinawa_campaign n 1 3 @ #p ; 1 0 01289061 +oklahoma n 1 3 @ #p %p 1 1 09131654 +oklahoma_city n 1 2 @ #p 1 0 09132597 +oklahoman n 1 1 @ 1 0 09745132 +okra n 3 4 @ #m #p %p 3 0 12172364 12171966 07733394 +okra_plant n 1 3 @ #m %p 1 0 12171966 +oktoberfest n 2 2 @ ; 2 0 07888058 00518303 +ola n 1 2 @ #p 1 0 14976170 +olaf_ii n 1 1 @ 1 0 11213552 +olav_ii n 1 1 @ 1 0 11213552 +old n 1 1 @ 1 0 15121302 +old-age_insurance n 1 1 @ 1 0 01088563 +old-age_pension n 1 1 @ 1 0 13384341 +old-age_pensioner n 1 1 @ 1 0 10374943 +old-fashionedness n 1 3 @ ~ + 1 0 04925895 +old-field_toadflax n 1 1 @ 1 0 12884100 +old-maid's_bonnet n 1 2 @ #m 1 0 12546962 +old-man-of-the-woods n 1 2 @ #m 1 0 13059657 +old-timer n 2 1 @ 2 0 10749123 10376890 +old_age n 1 3 @ ~ %p 1 1 15153787 +old_bag n 1 1 @ 1 0 09832321 +old_bailey n 1 2 @ #p 1 0 08334581 +old_boy n 3 1 @ 3 2 10375214 10375052 10375129 +old_boy_network n 1 1 @ 1 0 08434704 +old_bulgarian n 1 1 @ 1 0 06944156 +old_bullion n 1 1 @ 1 0 10845763 +old_catholic n 1 2 @ #m 1 0 09680908 +old_catholic_church n 1 2 @ %m 1 0 08086050 +old_church_slavic n 1 1 @ 1 0 06944156 +old_church_slavonic n 1 1 @ 1 0 06944156 +old_codger n 1 1 @ 1 0 09933842 +old_colony n 1 4 @ #p %p - 1 0 09095023 +old_country n 1 1 @ 1 1 08611954 +old_delhi n 1 3 @ #p %p 1 0 08903220 +old_dominion n 1 5 @ #m #p %p - 1 0 09148970 +old_dominion_state n 1 5 @ #m #p %p - 1 0 09148970 +old_english n 1 2 @ ~ 1 0 06949591 +old_english_sheepdog n 1 1 @ 1 0 02105641 +old_faithful n 1 2 @ #p 1 0 09378178 +old_fashioned n 1 2 @ %s 1 0 07916437 +old_french n 1 1 @ 1 0 06965580 +old_frisian n 1 1 @ 1 0 06955418 +old_geezer n 1 1 @ 1 0 10376890 +old_glory n 1 1 @ 1 0 02701566 +old_gold n 1 1 @ 1 0 04966649 +old_growth n 1 1 @ 1 0 13240025 +old_guard n 1 1 @ 1 0 08417178 +old_hand n 1 1 @ 1 0 10749123 +old_hickory n 1 1 @ 1 0 11075823 +old_high_german n 1 1 @ 1 0 06950886 +old_icelandic n 1 1 @ 1 0 06953332 +old_irish n 1 1 @ 1 0 06960948 +old_ironsides n 1 1 @ 1 0 03093018 +old_italian n 1 1 @ 1 0 06964485 +old_lady n 1 1 @ 1 0 10375314 +old_latin n 1 1 @ 1 0 06962954 +old_line_state n 1 3 @ #p %p 1 0 09093608 +old_maid n 5 3 @ ~ #m 5 1 10636488 12034141 11772408 10273352 00493858 +old_maid_flower n 1 3 @ ~ #m 1 0 12034141 +old_man n 5 5 @ ~ #m #s ; 5 3 10375506 10375214 10375402 11929477 10375690 +old_man's_beard n 3 2 @ #m 3 0 12608127 11731411 11731157 +old_man_of_the_mountain n 1 2 @ #m 1 0 12025507 +old_master n 1 2 @ ~ 1 0 10375794 +old_money n 1 1 @ 1 0 14492723 +old_nick n 1 2 @ ; 1 0 09543353 +old_norse n 1 2 @ ~ 1 0 06953167 +old_north_french n 1 1 @ 1 0 06965698 +old_north_state n 1 4 @ #m #p %p 1 0 09126305 +old_person n 1 2 @ ~ 1 0 10376523 +old_prussian n 1 1 @ 1 0 06946017 +old_rose n 1 1 @ 1 0 04971447 +old_salt n 1 2 @ ~ 1 0 10294602 +old_saxon n 1 1 @ 1 0 06952400 +old_school n 1 1 @ 1 1 08417572 +old_school_tie n 1 1 @ 1 0 03845990 +old_sledge n 1 1 @ 1 0 00498700 +old_south n 1 1 @ 1 1 09051609 +old_squaw n 1 2 @ #m 1 0 01853870 +old_stager n 1 1 @ 1 0 10749123 +old_style n 1 2 ! @ 1 0 06826974 +old_style_calendar n 1 1 @ 1 0 15174885 +old_style_font n 1 1 @ 1 0 06826974 +old_testament n 1 5 @ ~ #p %p - 1 1 06449735 +old_times n 1 1 @ 1 0 15252635 +old_witch_grass n 1 1 @ 1 0 12127237 +old_witchgrass n 1 1 @ 1 0 12127237 +old_wives'_tale n 1 1 @ 1 1 05978370 +old_woman n 2 3 @ ~ #m 2 1 10377021 11931312 +old_world n 1 2 @ #p 1 0 08562454 +old_world_beaver n 1 1 @ 1 0 02363245 +old_world_buffalo n 1 3 @ ~ #m 1 0 02407959 +old_world_chat n 1 3 @ ~ #m 1 0 01560636 +old_world_coot n 1 2 @ #m 1 0 02018368 +old_world_coral_snake n 1 2 @ ~ 1 0 01746359 +old_world_crayfish n 1 3 @ #m %p 1 0 01985493 +old_world_flycatcher n 1 3 @ ~ #m 1 0 01555809 +old_world_hop_hornbeam n 1 2 @ #m 1 0 12287836 +old_world_jay n 1 3 @ ~ #m 1 0 01580379 +old_world_least_weasel n 1 1 @ 1 0 02442572 +old_world_leishmaniasis n 1 1 @ 1 0 14181187 +old_world_mistletoe n 1 2 @ #m 1 0 12739332 +old_world_monkey n 1 3 @ ~ #m 1 0 02484473 +old_world_oriole n 1 3 @ ~ #m 1 0 01575745 +old_world_porcupine n 1 3 @ ~ #m 1 0 02346998 +old_world_quail n 1 3 @ ~ #m 1 0 01804921 +old_world_rabbit n 1 3 @ #m %p 1 0 02324850 +old_world_robin n 1 2 @ #m 1 0 01562265 +old_world_scops_owl n 1 1 @ 1 0 01624115 +old_world_vulture n 1 3 @ ~ #m 1 0 01616764 +old_world_warbler n 1 3 @ ~ #m 1 0 01564394 +old_world_white_pelican n 1 2 @ #m 1 0 02052365 +old_world_yew n 1 2 @ #m 1 0 11661909 +oldenburg n 1 1 @ 1 0 11213726 +oldfield n 1 1 @ 1 0 11213966 +oldie n 1 1 @ 1 0 07052700 +oldness n 2 4 ! @ ~ + 2 0 04927445 04925348 +oldster n 1 2 @ ~ 1 1 10376523 +oldtimer n 2 1 @ 2 0 10749123 10376890 +olduvai_gorge n 1 2 @ #p 1 0 09378349 +oldwench n 1 2 @ #m 1 0 02653497 +oldwife n 2 2 @ #m 2 0 02653497 01853870 +olea n 1 3 @ #m %m 1 0 12300625 +olea_cunninghamii n 1 2 @ #m 1 0 12301613 +olea_europaea n 1 3 @ #m %p 1 0 12301180 +olea_lanceolata n 1 2 @ #m 1 0 12301766 +oleaceae n 1 4 @ #m %m + 1 0 12299988 +oleaginousness n 2 2 @ + 2 0 05000116 04868505 +oleales n 1 2 @ #m 1 0 12300441 +oleander n 1 2 @ #m 1 1 11773987 +oleander_fern n 1 2 @ #m 1 0 13204276 +oleandra n 1 3 @ #m %m 1 0 13204102 +oleandra_mollis n 1 2 @ #m 1 0 13204276 +oleandra_neriiformis n 1 2 @ #m 1 0 13204276 +oleandraceae n 1 3 @ #m %m 1 0 13203842 +olearia n 1 3 @ #m %m 1 0 11997775 +olearia_argophylla n 1 1 @ 1 0 11998317 +olearia_haastii n 1 1 @ 1 0 11998492 +oleaster n 1 3 @ ~ #m 1 0 12325787 +oleaster_family n 1 3 @ #m %m 1 0 12325497 +olecranon n 1 2 @ #p 1 0 05593654 +olecranon_process n 1 2 @ #p 1 0 05593654 +oled n 1 1 @ 1 0 03854506 +olefin n 1 2 @ ~ 1 0 14713120 +olefine n 1 2 @ ~ 1 0 14713120 +oleic_acid n 1 2 @ #s 1 0 14968526 +olein n 1 1 @ 1 0 15079656 +oleo n 1 3 @ ~ %s 1 0 07672914 +oleo_oil n 1 1 @ 1 0 14968795 +oleomargarine n 1 3 @ ~ %s 1 0 07672914 +oleoresin n 1 2 @ ~ 1 0 14896441 +oleoresin_capiscum n 1 1 @ 1 0 14968926 +olfaction n 1 2 @ ~ 1 0 05658603 +olfactory_brain n 1 2 @ %p 1 0 05477686 +olfactory_bulb n 1 2 @ #p 1 0 05478139 +olfactory_impairment n 1 1 @ 1 0 14059021 +olfactory_modality n 1 2 @ ~ 1 0 05658603 +olfactory_nerve n 1 2 @ #p 1 0 05477946 +olfactory_organ n 1 4 @ ~ #p %p 1 0 05598147 +olfactory_perception n 1 2 @ ~ 1 0 05713737 +olfactory_property n 1 3 @ ~ = 1 0 04980008 +olfactory_sensation n 1 2 @ ~ 1 0 05713737 +olfersia n 1 2 @ #m 1 0 13198354 +olfersia_cervina n 1 1 @ 1 0 13198482 +olga_korbut n 1 1 @ 1 0 11109192 +olibanum n 1 1 @ 1 0 14873951 +oligarch n 1 2 @ + 1 0 10377185 +oligarchy n 1 2 @ + 1 0 08362455 +oligocene n 1 2 @ #p 1 0 15125679 +oligocene_epoch n 1 2 @ #p 1 0 15125679 +oligochaeta n 1 3 @ #m %m 1 0 01935012 +oligochaete n 1 3 @ ~ #m 1 0 01935176 +oligochaete_worm n 1 3 @ ~ #m 1 0 01935176 +oligoclase n 1 3 @ ~ #s 1 0 14865316 +oligodactyly n 1 1 @ 1 0 14160665 +oligodendria n 1 3 @ #p %p 1 0 05468523 +oligodendrocyte n 1 2 @ #p 1 0 05468739 +oligodendroglia n 1 3 @ #p %p 1 0 05468523 +oligodontia n 1 1 @ 1 0 14160786 +oligomenorrhea n 1 1 @ 1 0 13524191 +oligoplites n 1 3 @ #m %m 1 0 02577532 +oligopoly n 1 2 @ ; 1 0 14444825 +oligoporus n 1 2 @ #m 1 0 13051866 +oligoporus_leucospongia n 1 2 @ #m 1 0 13052014 +oligosaccharide n 1 2 @ ~ 1 0 14969044 +oligospermia n 1 1 @ 1 0 14571618 +oliguria n 2 1 @ 2 0 14507148 13524295 +olimbos n 1 2 @ #p 1 0 09378529 +olive n 5 7 @ ~ #m #s #p %s %p 5 0 12301445 12301180 12301038 07767344 04974340 +olive-drab_uniform n 1 3 @ %s ; 1 0 03846234 +olive-green n 1 1 @ 1 0 04968139 +olive-tree_agaric n 1 2 @ #m 1 0 13007629 +olive_branch n 1 1 @ 1 0 07167186 +olive_brown n 1 1 @ 1 0 04974248 +olive_drab n 3 4 @ #s %s ; 3 0 04974463 03846234 03846100 +olive_family n 1 3 @ #m %m 1 0 12299988 +olive_green n 1 1 @ 1 0 04968139 +olive_oil n 1 3 @ #s %s 1 0 07674508 +olive_ridley n 1 1 @ 1 0 01664674 +olive_tree n 1 4 @ ~ #m %s 1 0 12300840 +olivenite n 1 1 @ 1 0 14684272 +oliver n 1 1 @ 1 0 11214153 +oliver_cromwell n 1 1 @ 1 0 10916105 +oliver_ellsworth n 1 1 @ 1 0 10958381 +oliver_goldsmith n 1 1 @ 1 0 11005429 +oliver_hardy n 1 2 @ #m 1 0 11028780 +oliver_hazard_perry n 1 1 @ 1 0 11230158 +oliver_heaviside n 1 1 @ 1 0 11037495 +oliver_stone n 1 1 @ 1 0 11319704 +oliver_wendell_holmes n 1 1 @ 1 0 11056947 +oliver_wendell_holmes_jr. n 1 1 @ 1 0 11057076 +olivier n 1 1 @ 1 0 11214320 +olivine n 1 3 @ ~ %s 1 0 14684111 +olla n 1 2 @ #p 1 0 14976170 +olla_podrida n 1 1 @ 1 0 07589967 +ollari n 1 1 @ 1 0 06982022 +olm n 1 2 @ #m 1 0 01634227 +olmec n 1 2 @ #m 1 0 09649067 +olmsted n 1 1 @ 1 0 11214513 +ology n 1 2 @ ~ 1 1 05998724 +olympia n 2 3 @ #p + 2 0 09154000 08790953 +olympiad n 2 2 @ ~ 2 0 15204720 07457126 +olympian n 2 2 @ + 2 0 10377291 09553347 +olympian_games n 1 1 @ 1 0 00516720 +olympian_zeus n 1 2 @ #m 1 0 03846431 +olympic_games n 2 2 @ ~ 2 0 07457126 00516720 +olympic_god n 1 1 @ 1 0 09553347 +olympic_national_park n 1 2 @ #p 1 0 08608157 +olympic_salamander n 1 2 @ #m 1 0 01635480 +olympics n 1 2 @ ~ 1 1 07457126 +olympus n 1 3 @ #p + 1 0 09378529 +omaha n 4 2 @ #p 4 0 09663628 09110229 06911484 02383813 +oman n 1 5 @ #m #p %m %p 1 0 08975106 +omani n 1 3 @ #m + 1 0 09725653 +omani_monetary_unit n 1 2 @ ~ 1 0 13697011 +omani_rial n 1 2 @ %p 1 0 13697134 +omar_bradley n 1 1 @ 1 0 10860807 +omar_khayyam n 1 1 @ 1 0 11214707 +omar_nelson_bradley n 1 1 @ 1 0 10860807 +omasum n 1 2 @ #p 1 0 02399791 +omayyad n 1 1 @ 1 0 08159331 +omb n 1 1 @ 1 0 08128492 +ombu n 1 1 @ 1 0 11855842 +ombudsman n 1 1 @ 1 0 10377394 +omdurman n 2 3 @ #p ; 2 0 09030596 01289444 +omega n 2 2 @ #m 2 0 07355014 06836599 +omega-3 n 1 2 @ ~ 1 0 14742028 +omega-3_fatty_acid n 1 2 @ ~ 1 0 14742028 +omega-6 n 1 2 @ ~ 1 0 14742271 +omega-6_fatty_acid n 1 2 @ ~ 1 0 14742271 +omega_centauri n 1 2 @ #m 1 0 09378801 +omelet n 1 2 @ ~ 1 0 07842753 +omelet_pan n 1 1 @ 1 0 03846677 +omelette n 1 2 @ ~ 1 0 07842753 +omelette_pan n 1 1 @ 1 0 03846677 +omen n 1 3 @ ~ + 1 1 07286368 +omental_bursa n 1 2 @ #p 1 0 05428136 +omentum n 1 2 @ ~ 1 0 05429525 +omeprazole n 1 1 @ 1 0 14777606 +omerta n 1 2 @ ; 1 0 06669013 +omicron n 1 2 @ #m 1 0 06835630 +omission n 4 3 @ ~ + 4 3 00074624 14423614 13524399 05706954 +omiya n 1 2 @ #p 1 0 08923884 +ommastrephes n 1 2 @ #m 1 0 01971850 +ommatidium n 1 2 @ #p 1 0 05312614 +ommiad n 1 1 @ 1 0 08159331 +omnibus n 2 6 @ ~ #m %p + - 2 0 06592844 02924116 +omnidirectional_antenna n 1 2 @ ~ 1 0 03846772 +omnidirectional_radio_range n 1 1 @ 1 0 03846970 +omnidirectional_range n 1 1 @ 1 0 03846970 +omnipotence n 1 3 @ ~ + 1 0 14459185 +omnipresence n 1 2 @ + 1 0 13958456 +omnirange n 1 1 @ 1 0 03846970 +omniscience n 1 3 @ ~ + 1 0 14458943 +omnium-gatherum n 1 1 @ 1 0 08399977 +omnivore n 2 1 @ 2 0 10377542 02075612 +omomyid n 1 2 @ #m 1 0 02500749 +omomyid_group n 1 2 @ #m 1 0 02500749 +omophagia n 1 1 @ 1 0 00842519 +omotic n 1 1 @ 1 0 06991117 +omphalocele n 1 1 @ 1 0 14297489 +omphalos n 1 2 @ #p 1 0 05556595 +omphaloskepsis n 1 1 @ 1 0 05787848 +omphalotus n 1 3 @ #m %m 1 0 13005166 +omphalotus_illudens n 1 2 @ #m 1 0 13005329 +omphalus n 1 2 @ #p 1 0 05556595 +omsk n 1 2 @ #p 1 0 09010565 +on-license n 1 1 @ 1 0 06551226 +on-line_database n 1 3 @ ~ ; 1 0 06588511 +on-off_switch n 1 2 @ ~ 1 0 04445952 +on/off_switch n 1 2 @ ~ 1 0 04445952 +on_the_qui_vive n 1 1 @ 1 0 04664628 +on_the_road n 1 1 @ 1 1 00311528 +on_tour n 1 1 @ 1 0 00311528 +onager n 2 2 @ ~ 2 0 02981911 02390834 +onagraceae n 1 3 @ #m %m 1 0 12341126 +onanism n 2 3 @ ~ + 2 0 00855674 00849059 +onanist n 1 3 @ ~ + 1 0 10299700 +once-over n 1 1 @ 1 0 00143626 +onchocerciasis n 1 1 @ 1 0 14454030 +oncidium n 1 2 @ #m 1 0 12074408 +oncidium_papilio n 1 1 @ 1 0 12080820 +oncidium_papilio_kramerianum n 1 1 @ 1 0 12080588 +oncogene n 1 1 @ 1 0 05440410 +oncologist n 1 2 @ + 1 0 10377633 +oncology n 1 2 @ + 1 0 06054266 +oncoming n 1 1 @ 1 0 07325990 +oncorhynchus n 1 3 @ #m %m 1 0 02535909 +oncorhynchus_keta n 1 2 @ #m 1 0 02536685 +oncorhynchus_kisutch n 1 3 @ #m %p 1 0 02536864 +oncorhynchus_nerka n 1 3 @ #m %p 1 0 02536165 +oncorhynchus_tshawytscha n 1 3 @ #m %p 1 0 02536456 +oncovin n 1 2 @ ; 1 0 04535826 +ondaatje n 1 1 @ 1 0 11214926 +ondatra n 1 3 @ #m %m 1 0 02338029 +ondatra_zibethica n 1 2 @ #m 1 0 02338145 +one n 2 2 @ ~ 2 2 13742573 05870055 +one-and-one n 1 1 @ 1 0 00111222 +one-armed_bandit n 1 2 @ ~ 1 0 04243546 +one-billionth n 1 1 @ 1 0 13739721 +one-dimensional_language n 1 2 ! @ 1 0 06901163 +one-dimensionality n 1 1 @ 1 0 05063218 +one-eighth n 1 1 @ 1 1 13738140 +one-fifth n 1 1 @ 1 1 13737830 +one-flowered_pyrola n 1 2 @ #m 1 0 12258101 +one-flowered_wintergreen n 1 2 @ #m 1 0 12258101 +one-fourth n 1 1 @ 1 1 13737480 +one-half n 1 2 @ ~ 1 1 13736799 +one-hitter n 1 1 @ 1 0 00475142 +one-hundred-millionth n 1 1 @ 1 0 13739612 +one-hundred-thousandth n 1 1 @ 1 0 13739396 +one-hundredth n 1 1 @ 1 0 13739051 +one-liner n 1 1 @ 1 0 06779642 +one-man_rule n 1 2 @ ~ 1 0 08440630 +one-millionth n 1 1 @ 1 0 13739507 +one-night_stand n 2 1 @ 2 0 00856559 00100437 +one-ninth n 1 1 @ 1 0 13738235 +one-off n 1 1 @ 1 0 07296083 +one-quadrillionth n 1 1 @ 1 0 13739934 +one-quarter n 1 1 @ 1 0 13737480 +one-quintillionth n 1 1 @ 1 0 13740051 +one-seventh n 1 1 @ 1 0 13738043 +one-sixteenth n 1 1 @ 1 0 13738585 +one-sixth n 1 1 @ 1 0 13737952 +one-sixtieth n 1 1 @ 1 0 13738840 +one-sixty-fourth n 1 1 @ 1 0 13738939 +one-spot n 1 1 @ 1 0 03847214 +one-step n 1 3 @ ~ + 1 0 00535732 +one-ten-thousandth n 1 1 @ 1 0 13739278 +one-tenth n 1 1 @ 1 1 13738327 +one-third n 1 1 @ 1 1 13737190 +one-thirty-second n 1 1 @ 1 0 13738705 +one-thousandth n 1 1 @ 1 1 13739170 +one-trillionth n 1 1 @ 1 0 13739826 +one-twelfth n 1 1 @ 1 0 13738459 +one-upmanship n 1 1 @ 1 1 00412006 +one-way_light_time n 1 1 @ 1 0 15130749 +one-way_street n 2 1 @ 2 0 05963973 03847334 +one_c n 1 1 @ 1 0 13750415 +one_dollar_bill n 1 2 @ ; 1 0 13395897 +one_iron n 1 2 @ ; 1 0 03244775 +one_million_million n 2 2 @ ; 2 0 13752443 13752172 +one_million_million_million n 1 2 @ ; 1 0 13752679 +one_of_the_boys n 1 1 @ 1 0 10377865 +one_percent n 1 1 @ 1 1 13739051 +one_shot n 1 1 @ 1 0 04113641 +one_thousand n 1 2 @ ~ 1 0 13750844 +one_thousand_million n 1 3 @ ~ ; 1 0 13751829 +one_thousand_thousand n 1 1 @ 1 0 13751533 +onega n 1 2 @ #p 1 0 09332598 +oneida n 2 1 @ 2 0 09663999 06916505 +oneirism n 1 1 @ 1 0 05769471 +oneiromancer n 1 2 @ + 1 0 10377732 +oneiromancy n 1 2 @ + 1 0 05777599 +oneness n 1 2 @ + 1 1 04743370 +onerousness n 1 2 @ + 1 0 04711031 +oni n 1 3 @ #m #p 1 0 08194266 +onion n 3 5 @ ~ #p %s %p 3 0 12433081 12432808 07722217 +onion_bagel n 1 1 @ 1 0 07693889 +onion_bread n 1 1 @ 1 0 07684422 +onion_butter n 1 1 @ 1 0 07855721 +onion_dome n 1 1 @ 1 0 03847471 +onion_louse n 1 2 @ #m 1 0 02272552 +onion_mildew n 1 2 @ #m 1 0 12981301 +onion_plant n 1 4 @ ~ %s %p 1 0 12432808 +onion_roll n 1 2 @ ~ 1 0 07692405 +onion_salt n 1 1 @ 1 0 07813495 +onion_smut n 1 1 @ 1 0 13068735 +onion_stem n 1 2 @ #m 1 0 13014879 +onion_thrips n 1 2 @ #m 1 0 02272552 +onion_yellow-dwarf_virus n 1 1 @ 1 0 01341580 +onion_yellow_dwarf n 1 1 @ 1 0 14285008 +onionskin n 1 1 @ 1 0 14969254 +oniscidae n 1 3 @ #m %m 1 0 01991676 +oniscus n 1 3 @ #m %m 1 0 01991808 +onlooker n 1 1 @ 1 1 10378026 +ono n 1 1 @ 1 0 11215205 +onobrychis n 1 3 @ #m %m 1 0 12552081 +onobrychis_viciaefolia n 1 2 @ #m 1 0 12552309 +onobrychis_viciifolia n 1 2 @ #m 1 0 12552309 +onoclea n 1 3 @ #m %m 1 0 13198728 +onoclea_sensibilis n 1 2 @ #m 1 0 13198914 +onoclea_struthiopteris n 1 2 @ #m 1 0 13198054 +onomancer n 1 2 @ + 1 0 10378113 +onomancy n 1 2 @ + 1 0 05777722 +onomasticon n 1 1 @ 1 0 06420573 +onomastics n 1 2 @ + 1 0 06178995 +onomatomania n 1 1 @ 1 0 09183532 +onomatopoeia n 1 2 @ + 1 0 07104574 +onondaga n 2 2 @ ~ 2 0 09664121 06916601 +ononis n 1 3 @ #m %m 1 0 12552658 +ononis_repens n 1 2 @ #m 1 0 12552893 +ononis_spinosa n 1 2 @ #m 1 0 12553114 +onopordon n 1 3 @ #m %m 1 0 11998648 +onopordon_acanthium n 1 2 @ #m 1 0 11998888 +onopordum n 1 3 @ #m %m 1 0 11998648 +onopordum_acanthium n 1 2 @ #m 1 0 11998888 +onosmodium n 1 3 @ #m %m 1 0 12822284 +onrush n 2 4 @ ~ %p ; 2 2 00972621 07440617 +onsager n 1 1 @ 1 0 11215384 +onset n 2 4 @ ~ %p ; 2 1 07325990 00972621 +onslaught n 3 4 @ ~ %p ; 3 2 07306160 00972621 07083441 +ontario n 2 3 @ #p %p 2 0 09332770 08827126 +ontogenesis n 1 6 @ ~ %p + ; - 1 0 13489037 +ontogeny n 1 6 @ ~ %p + ; - 1 0 13489037 +ontology n 2 3 @ + ; 2 0 06162979 06162847 +onus n 1 2 @ ~ 1 0 05832745 +onward_motion n 1 2 @ ~ 1 0 00282050 +onychium n 1 2 @ #m 1 0 13211305 +onychogalea n 1 3 @ #m %m 1 0 01878500 +onycholysis n 1 1 @ 1 0 14079740 +onychomys n 1 3 @ #m %m 1 0 02337774 +onychophora n 1 3 @ #m %m 1 0 01999374 +onychophoran n 1 3 @ ~ #m 1 0 01999767 +onychosis n 1 2 @ ~ 1 0 14079861 +onyx n 1 2 @ ~ 1 0 14969523 +onyx_marble n 1 1 @ 1 0 14665469 +onyxis n 1 1 @ 1 0 05584605 +oocyte n 1 1 @ 1 0 05458576 +oodles n 1 1 @ 1 0 13777509 +oogenesis n 1 1 @ 1 0 13524612 +oology n 1 1 @ 1 0 06073331 +oolong n 1 1 @ 1 0 07935379 +oom_paul_kruger n 1 1 @ 1 0 11111577 +oomph n 2 2 @ ~ 2 0 04686935 04635482 +oomycetes n 1 3 @ #m %m 1 0 12977296 +oophorectomy n 1 1 @ 1 0 00686570 +oophoritis n 1 1 @ 1 0 14351002 +oophorosalpingectomy n 1 1 @ 1 0 00686682 +oort n 1 1 @ 1 0 11215541 +oort_cloud n 1 2 @ ; 1 0 08270662 +oosphere n 1 1 @ 1 0 11549391 +oospore n 1 1 @ 1 0 11549245 +ootid n 1 1 @ 1 0 05458173 +ooze n 2 3 @ ~ + 2 0 14956661 07432119 +ooze_leather n 1 1 @ 1 0 14760813 +oozing n 1 3 @ ~ + 1 0 07432119 +op_art n 1 1 @ 1 0 03847622 +opacification n 1 2 @ + 1 0 13524686 +opacity n 3 5 ! @ ~ = + 3 0 11490058 04823258 04703424 +opah n 1 2 @ #m 1 0 02545841 +opal n 1 3 @ ~ + 1 0 14688234 +opal_glass n 1 1 @ 1 0 14879996 +opalescence n 1 2 @ + 1 0 04953678 +opaque_gem n 1 2 @ ~ 1 0 14969666 +opaqueness n 2 4 @ ~ = + 2 0 04823258 04703424 +opcw n 1 1 @ 1 0 08175875 +opec n 1 2 @ %m 1 0 08177030 +opel n 1 1 @ 1 0 11215724 +open n 4 2 @ + 4 2 08632423 08613733 07465159 05612809 +open-air_market n 1 2 @ ~ 1 0 03847823 +open-air_marketplace n 1 2 @ ~ 1 0 03847823 +open-angle_glaucoma n 1 1 @ 1 0 14256346 +open-class_word n 1 3 @ ~ %p 1 0 06289250 +open-door_policy n 1 1 @ 1 0 06663168 +open-end_credit n 1 2 @ ~ 1 0 13375323 +open-end_fund n 1 2 @ ~ 1 0 08071516 +open-end_investment_company n 1 2 @ ~ 1 0 08071516 +open-end_wrench n 1 2 @ ~ 1 0 03848168 +open-face_sandwich n 1 1 @ 1 0 07696977 +open-heart_surgery n 1 2 @ ~ 1 0 00675540 +open-hearth_furnace n 1 1 @ 1 0 03848537 +open-hearth_process n 1 1 @ 1 0 13524804 +open_account n 2 2 @ ~ 2 0 13375604 06529798 +open_air n 1 1 @ 1 0 08613733 +open_chain n 1 3 ! @ ~ 1 0 09378929 +open_circuit n 1 2 ! @ 1 0 03848033 +open_door n 2 1 @ 2 0 06663168 05181078 +open_fireplace n 1 4 @ ~ #p %p 1 0 03346455 +open_fracture n 1 1 @ 1 0 14292796 +open_frame n 1 1 @ 1 0 00188007 +open_house n 1 1 @ 1 1 08254993 +open_interval n 1 2 ! @ 1 0 06016600 +open_letter n 1 1 @ 1 0 06625601 +open_marriage n 1 1 @ 1 0 13966496 +open_order n 1 2 @ ; 1 0 08426993 +open_primary n 1 1 @ 1 0 00183084 +open_sandwich n 1 1 @ 1 0 07696977 +open_secret n 1 1 @ 1 0 06674028 +open_sesame n 2 1 @ 2 1 00179275 07170660 +open_shop n 1 1 @ 1 0 08234935 +open_sight n 1 1 @ 1 0 03849412 +open_society n 1 1 @ 1 0 08288189 +open_university n 1 2 @ ; 1 0 08286946 +open_weave n 1 1 @ 1 0 03849538 +openbill n 1 2 @ #m 1 0 02003577 +opencast_mining n 1 1 @ 1 0 00922848 +opener n 3 3 @ ~ + 3 1 07326369 10737431 03848348 +openhandedness n 1 2 @ + 1 0 04832716 +opening n 13 7 ! @ ~ #p %p + ; 13 5 09379111 07452699 00383390 07329363 00338641 14485249 06397476 05792010 05249636 03848729 03499142 00457890 00239230 +opening_line n 1 2 @ #p 1 0 06271055 +opening_move n 1 2 @ ~ 1 0 00239230 +opening_night n 1 1 @ 1 0 07329363 +openness n 3 4 ! @ ~ + 3 0 05083905 04654066 04645020 +openside_plane n 1 2 @ ~ 1 0 03849275 +openwork n 1 1 @ 1 1 03849679 +opepe n 1 2 @ #m 1 0 12668917 +opera n 3 4 @ ~ %p + 3 1 07026352 06571938 03849814 +opera_bouffe n 1 2 @ ~ 1 1 07026646 +opera_cloak n 1 1 @ 1 0 03849943 +opera_comique n 1 2 @ ~ 1 0 07026646 +opera_company n 1 1 @ 1 0 08187370 +opera_glasses n 1 3 @ %p ; 1 0 02841315 +opera_hat n 1 1 @ 1 0 03237416 +opera_hood n 1 1 @ 1 0 03849943 +opera_house n 1 1 @ 1 0 03849814 +opera_star n 1 2 @ ~ 1 0 10378290 +operagoer n 1 1 @ 1 1 10378213 +operand n 1 1 @ 1 0 05857346 +operant_conditioning n 1 2 @ ~ 1 0 05759696 +operatic_star n 1 2 @ ~ 1 0 10378290 +operating_budget n 1 2 @ %p 1 1 13422234 +operating_capability n 1 2 @ ~ 1 0 05204143 +operating_capital n 1 1 @ 1 1 13354769 +operating_cost n 1 3 @ #p ; 1 1 13277179 +operating_expense n 1 3 @ #p ; 1 0 13277179 +operating_instructions n 1 1 @ 1 0 06422144 +operating_microscope n 1 1 @ 1 0 03850053 +operating_procedure n 1 2 @ ~ 1 1 01024811 +operating_room n 1 1 @ 1 0 03850245 +operating_statement n 1 1 @ 1 0 13355301 +operating_surgeon n 1 2 @ ~ 1 0 10679174 +operating_system n 1 5 @ ~ #p %p ; 1 0 06568134 +operating_table n 1 1 @ 1 0 03850492 +operating_theater n 1 1 @ 1 0 03850245 +operating_theatre n 1 1 @ 1 0 03850245 +operation n 11 6 @ ~ %p + ; - 11 7 14008806 01095966 00409483 13524925 00955060 00671351 00577068 13525549 05701363 00869583 00409211 +operation_code n 1 1 @ 1 0 06358311 +operation_desert_storm n 1 3 @ #p ; 1 0 01289631 +operational_casualty n 1 2 @ ; 1 0 07339941 +operational_cell n 1 1 @ 1 0 08359316 +operational_damage n 1 2 @ ; 1 0 07339941 +operationalism n 1 2 @ ; 1 0 05974363 +operations n 1 2 @ ; 1 1 01107726 +operations_research n 1 1 @ 1 0 00637546 +operative n 2 2 @ ~ 2 0 10569411 10476671 +operative_field n 1 1 @ 1 0 05934962 +operator n 5 4 @ ~ + ; 5 4 13786413 10378412 10378780 10194566 10378952 +operator_gene n 1 2 @ #p 1 0 05440046 +operculum n 1 1 @ 1 0 01902368 +operetta n 1 1 @ 1 1 07027090 +operon n 1 2 @ %p 1 0 05440207 +operoseness n 1 2 @ + 1 0 04709944 +opheodrys n 1 3 @ #m %m 1 0 01729838 +opheodrys_aestivus n 1 1 @ 1 0 01730307 +opheodrys_vernalis n 1 1 @ 1 0 01730185 +ophidia n 1 3 @ #m %m 1 0 01726390 +ophidian n 1 3 @ ~ #m 1 0 01726692 +ophidiidae n 1 3 @ #m %m 1 0 02558724 +ophidism n 1 1 @ 1 0 14512009 +ophiodon n 1 3 @ #m %m 1 0 02552894 +ophiodon_elongatus n 1 3 @ #m %p 1 0 02553028 +ophiodontidae n 1 3 @ #m %m 1 0 02552737 +ophioglossaceae n 1 3 @ #m %m 1 0 12959967 +ophioglossales n 1 3 @ #m %m 1 0 12959802 +ophioglossum n 1 3 @ #m %m 1 0 12960211 +ophioglossum_pendulum n 1 1 @ 1 0 12960552 +ophiolatry n 1 1 @ 1 0 01046792 +ophiophagus n 1 3 @ #m %m 1 0 01748560 +ophiophagus_hannah n 1 2 @ #m 1 0 01748906 +ophisaurus n 1 3 @ #m %m 1 0 01690339 +ophiuchus n 1 1 @ 1 0 09379572 +ophiurida n 1 3 @ #m %m 1 0 02317653 +ophiuroidea n 1 3 @ #m %m 1 0 02317488 +ophryon n 1 2 @ #p 1 0 05234438 +ophrys n 1 3 @ #m %m 1 0 12074678 +ophrys_apifera n 1 1 @ 1 0 12074867 +ophrys_insectifera n 1 1 @ 1 0 12075010 +ophrys_muscifera n 1 1 @ 1 0 12075010 +ophrys_sphegodes n 1 1 @ 1 0 12075299 +ophthalmectomy n 1 1 @ 1 0 00686826 +ophthalmia n 1 2 @ ~ 1 0 14259320 +ophthalmia_neonatorum n 1 1 @ 1 0 14259431 +ophthalmic_artery n 1 1 @ 1 0 05352896 +ophthalmic_vein n 1 2 @ ~ 1 0 05374980 +ophthalmitis n 1 2 @ ~ 1 0 14259320 +ophthalmologist n 1 3 @ ~ + 1 0 10379073 +ophthalmology n 1 3 @ + - 1 0 06054446 +ophthalmoplegia n 1 1 @ 1 0 14351219 +ophthalmoscope n 1 2 @ ~ 1 0 03850613 +ophthalmoscopy n 1 1 @ 1 0 00143763 +opiate n 1 3 @ ~ %s 1 0 03850746 +opiliones n 1 3 @ #m %m 1 0 01769635 +opinion n 6 4 @ ~ + ; 6 5 05945642 06782019 05949726 06551784 01191158 05916739 +opinion_poll n 1 2 @ ~ 1 0 05800998 +opisthobranchia n 1 3 @ #m %m 1 0 01950195 +opisthocomidae n 1 3 @ #m %m 1 0 01809446 +opisthocomus n 1 3 @ #m %m 1 0 01809592 +opisthocomus_hoazin n 1 2 @ #m 1 0 01809752 +opisthognathidae n 1 3 @ #m %m 1 0 02611425 +opisthorchiasis n 1 1 @ 1 0 14454311 +opisthotonos n 1 1 @ 1 0 14361513 +opium n 1 2 @ #s 1 1 03850966 +opium_addict n 1 1 @ 1 0 10379278 +opium_den n 1 1 @ 1 0 03851124 +opium_poppy n 1 3 @ #m %p 1 0 11902389 +opium_taker n 1 1 @ 1 0 10379278 +opopanax n 1 1 @ 1 0 14969892 +oporto n 1 2 @ #p 1 0 08986374 +opossum n 2 3 @ ~ #m 2 0 01881171 01874928 +opossum_rat n 1 2 @ #m 1 0 01876034 +opossum_shrimp n 1 2 @ #m 1 0 01989516 +opossum_wood n 1 1 @ 1 0 12778398 +oppenheimer n 1 1 @ 1 0 11215909 +opponent n 2 3 @ ~ + 2 2 10379620 09773245 +opportuneness n 1 3 ! @ + 1 0 04718826 +opportunism n 1 2 @ + 1 1 04835488 +opportunist n 1 3 @ ~ + 1 0 10379376 +opportunistic_infection n 1 2 @ ~ 1 0 14178482 +opportunity n 1 3 @ ~ + 1 1 14483917 +opportunity_cost n 1 2 @ ~ 1 0 13305794 +opposer n 1 3 @ ~ + 1 0 09773245 +opposite n 4 2 @ ~ 4 3 06288024 13858604 10379620 13858833 +opposite_number n 1 2 @ ~ 1 0 05695806 +opposite_word n 1 2 @ ~ 1 0 06288024 +oppositeness n 1 3 @ ~ + 1 0 13854649 +opposition n 8 5 @ ~ #m + ; 8 5 00202284 13854649 01169744 10379620 08403787 13828905 10055847 08404188 +oppression n 3 3 @ ~ + 3 1 00421047 13996719 07538674 +oppressiveness n 2 3 @ ~ + 2 0 07538674 04711031 +oppressor n 1 3 @ ~ + 1 0 10379758 +opprobrium n 2 2 @ + 2 0 14441498 14441230 +ops n 1 2 @ ; 1 0 09576548 +opsanus_tau n 1 3 @ ~ #m 1 0 02548689 +opsin n 1 2 @ #s 1 0 14735077 +opsonin n 1 2 @ #s 1 0 15030264 +opsonisation n 1 2 @ + 1 0 13525912 +opsonization n 1 2 @ + 1 0 13525912 +optative n 1 2 @ ; 1 0 13802098 +optative_mood n 1 2 @ ; 1 0 13802098 +optez n 1 1 @ 1 0 06897553 +optic n 1 6 @ ~ #p %p + ; 1 0 05311054 +optic_axis n 2 1 @ 2 0 06010381 06010105 +optic_chiasm n 1 1 @ 1 0 05228881 +optic_chiasma n 1 1 @ 1 0 05228881 +optic_cup n 1 2 @ ; 1 0 02155678 +optic_disc n 1 2 @ #p 1 0 05456082 +optic_disk n 1 2 @ #p 1 0 05456082 +optic_nerve n 1 2 @ #p 1 0 05478336 +optic_radiation n 1 1 @ 1 0 05229049 +optic_tract n 1 2 @ #p 1 0 05478336 +optical_aberration n 1 2 @ ~ 1 0 11420139 +optical_bench n 1 1 @ 1 0 03851219 +optical_condenser n 1 2 @ ~ 1 0 03087366 +optical_crown n 1 1 @ 1 0 14880273 +optical_crown_glass n 1 1 @ 1 0 14880273 +optical_density n 1 2 @ ; 1 0 05089367 +optical_device n 1 2 @ ~ 1 0 03851341 +optical_disc n 1 2 @ ~ 1 0 03851787 +optical_disk n 1 2 @ ~ 1 0 03851787 +optical_fiber n 1 2 @ #p 1 0 03852031 +optical_fibre n 1 2 @ #p 1 0 03852031 +optical_flint n 1 1 @ 1 0 14880425 +optical_fusion n 1 1 @ 1 0 05936561 +optical_glass n 1 2 @ ~ 1 0 14880107 +optical_illusion n 1 2 @ ~ 1 0 11490463 +optical_instrument n 1 3 @ ~ %p 1 0 03852280 +optical_lens n 1 3 @ ~ #p 1 0 02943241 +optical_maser n 1 2 @ #p 1 0 03643253 +optical_opacity n 1 1 @ 1 0 11490257 +optical_phenomenon n 1 2 @ ~ 1 0 11490638 +optical_prism n 1 3 @ ~ #p 1 0 04005340 +optical_pyrometer n 1 1 @ 1 0 03852544 +optical_telescope n 1 3 @ ~ %p 1 0 03852688 +optician n 1 1 @ 1 0 10380000 +optics n 2 4 @ ~ + - 2 0 06100778 04950026 +optimisation n 1 2 @ + 1 0 00260051 +optimism n 2 4 ! @ ~ + 2 1 07541558 05211793 +optimist n 1 4 ! @ ~ + 1 0 10380126 +optimization n 1 2 @ + 1 0 00260051 +optimum n 1 2 @ + 1 1 05143864 +option n 3 3 @ ~ + 3 0 13241600 05790944 00161243 +optometrist n 1 2 @ + 1 0 10380305 +optometry n 1 2 @ + 1 0 00632716 +opulence n 1 2 @ + 1 0 14492373 +opuntia n 1 3 @ #m %m 1 0 11851395 +opuntia_cholla n 1 2 @ #m 1 0 11851839 +opuntia_lindheimeri n 1 1 @ 1 0 11852028 +opuntia_tuna n 1 1 @ 1 0 11852148 +opuntiales n 1 3 @ #m %m 1 0 11841368 +opus n 1 3 @ ~ %p 1 1 07037465 +opv n 1 1 @ 1 0 04122011 +or n 2 3 @ #p %p 2 0 09133010 03850245 +or_circuit n 1 1 @ 1 0 03853454 +or_gate n 1 1 @ 1 0 03853454 +orach n 1 3 @ ~ #m 1 0 11830714 +orache n 1 3 @ ~ #m 1 0 11830714 +oracle n 3 3 @ ~ + 3 0 10483530 06750339 03852908 +oracle_of_apollo n 1 3 @ #p ; 1 0 04407844 +oracle_of_delphi n 1 3 @ #p ; 1 0 04407844 +oradexon n 1 2 @ ; 1 0 14753808 +oral n 1 2 @ + 1 0 07198846 +oral_cancer n 1 1 @ 1 0 14251845 +oral_cavity n 1 4 @ ~ #p %p 1 1 05302499 +oral_communication n 1 3 @ ~ ; 1 0 07109196 +oral_contraception n 1 1 @ 1 0 00852400 +oral_contraceptive n 1 3 @ ~ %s 1 0 03936895 +oral_contraceptive_pill n 1 3 @ ~ %s 1 0 03936895 +oral_contract n 1 1 @ 1 0 06772583 +oral_exam n 1 1 @ 1 0 07198846 +oral_examination n 1 1 @ 1 0 07198846 +oral_fissure n 1 4 @ ~ #p %p 1 0 05302499 +oral_herpes n 1 1 @ 1 0 14132375 +oral_personality n 1 2 @ ; 1 0 04619946 +oral_phase n 1 3 @ #p ; 1 0 15146545 +oral_poliovirus_vaccine n 1 1 @ 1 0 04122011 +oral_presentation n 1 2 @ ~ 1 0 07241837 +oral_roberts n 1 1 @ 1 0 11264508 +oral_sex n 1 2 @ ~ 1 0 00854876 +oral_smear n 1 1 @ 1 0 05265981 +oral_stage n 1 3 @ #p ; 1 0 15146545 +oran n 1 2 @ #p 1 0 08706663 +orang n 1 2 @ #m 1 0 02480495 +orange n 5 7 @ ~ #m #p %s %p + 5 3 07747607 04965179 12708293 14991210 09379705 +orange-blossom_orchid n 1 2 @ #m 1 0 12082131 +orange-juice_concentrate n 1 1 @ 1 0 07924955 +orange_balsam n 1 2 @ #m 1 0 12684379 +orange_bat n 1 2 @ #m 1 0 02144251 +orange_daisy n 1 1 @ 1 0 11966215 +orange_fleabane n 1 1 @ 1 0 11966215 +orange_free_state n 1 2 @ #p 1 0 09001184 +orange_grass n 1 1 @ 1 0 12368637 +orange_group n 1 2 @ ; 1 0 08036849 +orange_grove n 1 1 @ 1 0 03853023 +orange_hawkweed n 1 2 @ #m 1 0 12003814 +orange_horseshoe_bat n 1 2 @ #m 1 0 02144251 +orange_juice n 1 2 @ ~ 1 0 07924834 +orange_liqueur n 1 2 @ ~ 1 0 07909811 +orange_marmalade n 1 1 @ 1 0 07643891 +orange_milkweed n 1 1 @ 1 0 13235503 +orange_milkwort n 1 1 @ 1 0 12705458 +orange_mushroom_pimple n 1 1 @ 1 0 12966193 +orange_order n 1 3 @ %m ; 1 0 08036669 +orange_peel n 2 3 @ ~ #p 2 0 07738905 07601290 +orange_peel_fungus n 1 1 @ 1 0 13029760 +orange_pekoe n 1 1 @ 1 0 07934908 +orange_red n 1 1 @ 1 0 04964977 +orange_rind n 1 3 @ ~ #p 1 0 07738905 +orange_river n 1 2 @ #p 1 0 09379705 +orange_sneezeweed n 1 1 @ 1 0 11977660 +orange_soda n 1 1 @ 1 0 07928488 +orange_toast n 1 1 @ 1 0 07689624 +orange_tortrix n 1 2 @ #m 1 0 02284884 +orange_tree n 1 5 @ ~ #m %s %p 1 0 12708293 +orange_yellow n 1 2 @ ~ 1 0 04966717 +orange_zest n 1 1 @ 1 0 07810825 +orangeade n 1 1 @ 1 0 07926442 +orangeman n 1 2 @ #m 1 0 10380499 +orangeness n 1 3 @ ~ + 1 0 04965179 +orangery n 1 1 @ 1 0 13252672 +orangewood n 1 2 @ #s 1 0 12708520 +orangutan n 1 2 @ #m 1 0 02480495 +orangutang n 1 2 @ #m 1 0 02480495 +orasone n 1 2 @ ; 1 0 14753414 +oration n 1 3 @ ~ %p 1 1 07241551 +orator n 1 3 @ ~ + 1 1 10380672 +oratorio n 1 2 @ ~ 1 1 07042249 +oratory n 1 3 @ ~ + 1 0 07241205 +orb n 2 3 @ ~ #p 2 1 05316025 13899404 +orb-weaver n 1 3 @ #m %m 1 0 01772782 +orb-weaving_spider n 1 1 @ 1 0 01772664 +orb_web n 1 1 @ 1 0 03853103 +orbiculate_leaf n 1 1 @ 1 0 13159263 +orbignya n 1 3 @ #m %m 1 0 12592351 +orbignya_cohune n 1 3 @ #m %p 1 0 12593122 +orbignya_martiana n 1 3 @ #m %p 1 0 12592544 +orbignya_phalerata n 1 3 @ #m %p 1 0 12592544 +orbignya_spesiosa n 1 3 @ #m %p 1 0 12592544 +orbison n 1 1 @ 1 0 11216100 +orbit n 5 5 @ ~ #p %p + 5 3 08612049 14514039 05125377 08612340 05285275 +orbit_period n 1 1 @ 1 0 15289944 +orbital_cavity n 1 3 @ #p %p 1 0 05285275 +orbital_motion n 1 1 @ 1 0 07441902 +orbital_plane n 1 2 @ ; 1 0 13861806 +orbital_point n 1 1 @ 1 0 05234593 +orbital_rotation n 1 1 @ 1 0 07441902 +orbitale n 1 1 @ 1 0 05234593 +orbiter n 1 4 @ ~ %p + 1 0 04137444 +orca n 1 2 @ #m 1 0 02071294 +orchard n 1 2 @ ~ 1 1 03463832 +orchard_apple_tree n 1 3 @ #m %p 1 0 12633994 +orchard_grass n 1 1 @ 1 0 12116429 +orchard_oriole n 1 2 @ #m 1 0 01572782 +orchestia n 1 3 @ #m %m 1 0 01993065 +orchestiidae n 1 3 @ #m %m 1 0 01992935 +orchestra n 2 5 @ ~ #p %p + 2 2 08248157 03853178 +orchestra_pit n 1 2 @ #p 1 0 03853291 +orchestral_bells n 1 1 @ 1 0 03440682 +orchestration n 3 2 @ + 3 2 07038615 00939818 01008801 +orchestrator n 1 2 @ + 1 0 10381100 +orchid n 1 4 @ ~ #m %p 1 1 12041446 +orchid_cactus n 1 2 @ #m 1 0 11846765 +orchid_family n 1 3 @ #m %m 1 0 12039743 +orchid_tree n 1 2 @ #m 1 0 12491017 +orchidaceae n 1 3 @ #m %m 1 0 12039743 +orchidaceous_plant n 1 4 @ ~ #m %p 1 0 12041446 +orchidales n 1 3 @ #m %m 1 0 12039524 +orchidalgia n 1 1 @ 1 0 14329578 +orchidectomy n 1 1 @ 1 0 00686913 +orchiectomy n 1 1 @ 1 0 00686913 +orchil n 2 2 @ #m 2 0 14989430 12988572 +orchiopexy n 1 1 @ 1 0 00689186 +orchis n 2 5 @ ~ #m #p %p 2 0 12043444 05524615 +orchis_mascula n 1 1 @ 1 0 12043673 +orchis_papilionaceae n 1 1 @ 1 0 12043836 +orchis_spectabilis n 1 1 @ 1 0 12044041 +orchitis n 1 1 @ 1 0 14351094 +orchotomy n 1 1 @ 1 0 00689302 +orcinus n 1 3 @ #m %m 1 0 02071173 +orcinus_orca n 1 2 @ #m 1 0 02071294 +orcus n 1 1 @ 1 0 09570522 +orczy n 1 1 @ 1 0 11216264 +ord_kangaroo_rat n 1 1 @ 1 0 02350357 +ordainer n 1 2 @ + 1 0 10381214 +ordeal n 2 1 @ 2 1 07287730 01196477 +ordeal_bean n 1 2 @ #p 1 0 12487058 +ordeal_tree n 1 2 @ #m 1 0 11768816 +order n 15 8 ! @ ~ #m %m + ; - 15 9 07168623 05091316 13968547 08456993 14496710 06539770 06529219 08227214 06652878 13950812 08147794 08106934 07279687 04698656 01009871 +order-chenopodiales n 1 3 @ #m %m 1 0 11804082 +order_acarina n 1 3 @ #m %m 1 0 01775879 +order_accipitriformes n 1 1 @ 1 0 01604968 +order_actinaria n 1 3 @ #m %m 1 0 01914415 +order_actiniaria n 1 3 @ #m %m 1 0 01914415 +order_actinomycetales n 1 3 @ #m %m 1 0 01374989 +order_actinomyxidia n 1 3 @ #m %m 1 0 01427005 +order_aepyorniformes n 1 3 @ #m %m 1 0 01521980 +order_agaricales n 1 3 @ #m %m 1 0 12998349 +order_alcyonaria n 1 3 @ #m %m 1 0 01915093 +order_alismales n 1 3 @ #m %m 1 0 12610933 +order_amoebida n 1 3 @ #m %m 1 0 01391569 +order_amoebina n 1 3 @ #m %m 1 0 01391569 +order_amphipoda n 1 3 @ #m %m 1 0 01992516 +order_anacanthini n 1 2 @ #m 1 0 02521472 +order_anaspida n 1 3 @ #m %m 1 0 01475794 +order_andreaeales n 1 3 @ #m %m 1 0 11539675 +order_anguilliformes n 1 3 @ #m %m 1 0 02525866 +order_anoplura n 1 3 @ #m %m 1 0 02183697 +order_anostraca n 1 3 @ #m %m 1 0 01995137 +order_anseriformes n 1 3 @ #m %m 1 0 01845272 +order_anthocerotales n 1 3 @ #m %m 1 0 11538341 +order_anura n 1 3 @ #m %m 1 0 01639369 +order_aphyllophorales n 1 3 @ #m %m 1 0 13049285 +order_aplacophora n 1 3 @ #m %m 1 0 01954340 +order_apodes n 1 3 @ #m %m 1 0 02525866 +order_apodiformes n 1 3 @ #m %m 1 0 01831519 +order_apterygiformes n 1 3 @ #m %m 1 0 01520058 +order_arales n 1 3 @ #m %m 1 0 11778391 +order_araneae n 1 3 @ #m %m 1 0 01771966 +order_araneida n 1 3 @ #m %m 1 0 01771966 +order_aristolochiales n 1 3 @ #m %m 1 0 11800799 +order_arms n 1 2 @ #p 1 1 00895292 +order_artiodactyla n 1 3 @ #m %m 1 0 02394068 +order_aspergillales n 1 3 @ #m %m 1 0 13026763 +order_auriculariales n 1 2 @ #m 1 0 13061921 +order_batoidei n 1 3 @ #m %m 1 0 01496617 +order_batrachia n 1 3 @ #m %m 1 0 01639369 +order_belemnoidea n 1 3 @ #m %m 1 0 01973375 +order_bennettitales n 1 3 @ #m %m 1 0 11604225 +order_berycomorphi n 1 3 @ #m %m 1 0 01450081 +order_blastocladiales n 1 3 @ #m %m 1 0 12978381 +order_book n 2 1 @ 2 0 06485933 03853588 +order_branchiura n 1 3 @ #m %m 1 0 01997436 +order_bryales n 1 2 @ #m 1 0 11540000 +order_campanulales n 1 3 @ #m %m 1 0 11911274 +order_caprimulgiformes n 1 3 @ #m %m 1 0 01834702 +order_carnivora n 1 3 @ #m %m 1 0 02074915 +order_caryophyllales n 1 3 @ #m %m 1 0 11804082 +order_casuariiformes n 1 3 @ #m %m 1 0 01519046 +order_casuarinales n 1 3 @ #m %m 1 0 12224309 +order_caudata n 1 3 @ #m %m 1 0 01628450 +order_cestida n 1 3 @ #m %m 1 0 01920582 +order_cetacea n 1 3 @ #m %m 1 0 02062209 +order_charadriiformes n 1 3 @ #m %m 1 0 02021438 +order_charales n 1 3 @ #m %m 1 0 01412279 +order_chelonethida n 1 3 @ #m %m 1 0 01770553 +order_chelonia n 1 3 @ #m %m 1 0 01662274 +order_chiroptera n 1 3 @ #m %m 1 0 02138921 +order_chlorococcales n 1 3 @ #m %m 1 0 01410847 +order_chytridiales n 1 3 @ #m %m 1 0 12977795 +order_ciconiiformes n 1 3 @ #m %m 1 0 02001428 +order_cilioflagellata n 1 3 @ #m %m 1 0 01417041 +order_coccidia n 1 3 @ #m %m 1 0 01422835 +order_code n 1 1 @ 1 0 06358311 +order_coleoptera n 1 3 @ #m %m 1 0 02163982 +order_collembola n 1 3 @ #m %m 1 0 02163144 +order_columbiformes n 1 3 @ #m %m 1 0 01810466 +order_colymbiformes n 1 3 @ #m %m 1 0 02049299 +order_commelinales n 1 3 @ #m %m 1 0 12605019 +order_coniferales n 1 3 @ #m %m 1 0 11607392 +order_conodonta n 1 3 @ #m %m 1 0 01476135 +order_conodontophorida n 1 3 @ #m %m 1 0 01476135 +order_coraciiformes n 1 3 @ #m %m 1 0 01825417 +order_cordaitales n 1 3 @ #m %m 1 0 11606379 +order_corrodentia n 1 3 @ #m %m 1 0 02260183 +order_crocodilia n 1 3 @ #m %m 1 0 01696282 +order_crocodylia n 1 3 @ #m %m 1 0 01696282 +order_cuculiformes n 1 3 @ #m %m 1 0 01822423 +order_cycadales n 1 3 @ #m %m 1 0 11600139 +order_cycadofilicales n 1 3 @ #m %m 1 0 11604904 +order_cyclostomata n 1 3 @ #m %m 1 0 01476829 +order_cydippea n 1 2 @ #m 1 0 01919714 +order_cydippida n 1 2 @ #m 1 0 01919714 +order_cydippidea n 1 2 @ #m 1 0 01919714 +order_cypriniformes n 1 3 @ #m %m 1 0 01437805 +order_decapoda n 2 3 @ #m %m 2 0 01975880 01970866 +order_dermaptera n 1 3 @ #m %m 1 0 02272707 +order_dermoptera n 1 3 @ #m %m 1 0 02502085 +order_diapensiales n 1 2 @ #m 1 0 12250708 +order_dicranales n 1 3 @ #m %m 1 0 11540230 +order_dictyoptera n 1 3 @ #m %m 1 0 02232606 +order_dinocerata n 1 3 @ #m %m 1 0 02371471 +order_dinoflagellata n 1 3 @ #m %m 1 0 01417041 +order_dinornithiformes n 1 3 @ #m %m 1 0 01522594 +order_diptera n 1 3 @ #m %m 1 0 02188065 +order_discocephali n 1 3 @ #m %m 1 0 02574489 +order_ebenales n 1 3 @ #m %m 1 0 12769815 +order_edentata n 1 3 @ #m %m 1 0 02453373 +order_embiodea n 1 3 @ #m %m 1 0 02183353 +order_embioptera n 1 3 @ #m %m 1 0 02183353 +order_endomycetales n 1 3 @ #m %m 1 0 13024967 +order_entomophthorales n 1 3 @ #m %m 1 0 12974286 +order_ephemerida n 1 3 @ #m %m 1 0 02261883 +order_ephemeroptera n 1 3 @ #m %m 1 0 02261883 +order_equisetales n 1 3 @ #m %m 1 0 13218900 +order_ericales n 1 4 @ ~ #m %m 1 0 12226009 +order_erysiphales n 1 3 @ #m %m 1 0 12963140 +order_eubacteriales n 1 3 @ #m %m 1 0 01356086 +order_eubryales n 1 3 @ #m %m 1 0 11540747 +order_euphausiacea n 1 3 @ #m %m 1 0 01988481 +order_eurotiales n 1 3 @ #m %m 1 0 13026763 +order_eurypterida n 1 3 @ #m %m 1 0 01788420 +order_exocycloida n 1 3 @ #m %m 1 0 02319423 +order_fagales n 1 3 @ #m %m 1 0 12260021 +order_falconiformes n 1 3 @ #m %m 1 0 01604625 +order_filicales n 1 3 @ #m %m 1 0 13169674 +order_foraminifera n 1 3 @ #m %m 1 0 01392843 +order_form n 1 1 @ 1 0 06474030 +order_fucales n 1 3 @ #m %m 1 0 01403805 +order_gadiformes n 1 3 @ #m %m 1 0 02521241 +order_galliformes n 1 3 @ #m %m 1 0 01789064 +order_ganoidei n 1 3 @ #m %m 1 0 02638323 +order_gaviiformes n 1 3 @ #m %m 1 0 02048514 +order_gentianales n 1 3 @ #m %m 1 0 12289744 +order_geophilomorpha n 1 3 @ #m %m 1 0 01785831 +order_geraniales n 1 3 @ #m %m 1 0 12684640 +order_ginkgoales n 1 3 @ #m %m 1 0 11663813 +order_gnetales n 1 3 @ #m %m 1 0 11596845 +order_graminales n 1 3 @ #m %m 1 0 12100382 +order_gregarinida n 1 3 @ #m %m 1 0 01423464 +order_gruiformes n 1 3 @ #m %m 1 0 02012306 +order_guttiferales n 1 2 @ #m 1 0 12359578 +order_gymnophiona n 1 3 @ #m %m 1 0 01654957 +order_haemosporidia n 1 3 @ #m %m 1 0 01423757 +order_haplosporidia n 1 3 @ #m %m 1 0 01426466 +order_heliozoa n 1 3 @ #m %m 1 0 01390627 +order_helotiales n 1 3 @ #m %m 1 0 12967281 +order_hemiptera n 1 3 @ #m %m 1 0 02236495 +order_heterosomata n 1 3 @ #m %m 1 0 02657083 +order_heterotrichales n 1 3 @ #m %m 1 0 01401296 +order_hymenogastrales n 1 3 @ #m %m 1 0 12970872 +order_hymenoptera n 1 3 @ #m %m 1 0 02205896 +order_hypericales n 1 3 @ #m %m 1 0 12359026 +order_hypermastigina n 1 3 @ #m %m 1 0 01418794 +order_hypocreales n 1 2 @ #m 1 0 12965056 +order_hyracoidea n 1 3 @ #m %m 1 0 02372251 +order_ichthyosauria n 1 3 @ #m %m 1 0 01724055 +order_ictodosauria n 1 3 @ #m %m 1 0 01721404 +order_insectivora n 1 3 @ #m %m 1 0 01888520 +order_insessores n 1 2 @ #m 1 0 01523656 +order_isoetales n 1 3 @ #m %m 1 0 13225729 +order_isopoda n 1 3 @ #m %m 1 0 01990627 +order_isoptera n 1 3 @ #m %m 1 0 02222718 +order_isospondyli n 1 3 @ #m %m 1 0 02528534 +order_juglandales n 1 3 @ #m %m 1 0 12317763 +order_jungermanniales n 1 3 @ #m %m 1 0 11542920 +order_lagomorpha n 1 3 @ #m %m 1 0 02323186 +order_laminariales n 1 3 @ #m %m 1 0 01402831 +order_lechanorales n 1 2 @ #m 1 0 12987652 +order_lepidodendrales n 1 3 @ #m %m 1 0 13221807 +order_lepidoptera n 1 3 @ #m %m 1 0 02273545 +order_lichenales n 1 2 @ #m 1 0 12986858 +order_liliales n 1 3 @ #m %m 1 0 12410715 +order_lobata n 1 2 @ #m 1 0 01921216 +order_loricata n 1 1 @ 1 0 01696525 +order_lycoperdales n 1 3 @ #m %m 1 0 13043264 +order_lycopodiales n 1 3 @ #m %m 1 0 13222227 +order_lyginopteridales n 1 3 @ #m %m 1 0 11604904 +order_madreporaria n 1 3 @ #m %m 1 0 01916738 +order_mallophaga n 1 3 @ #m %m 1 0 02185337 +order_malvales n 1 3 @ #m %m 1 0 12169526 +order_mantophasmatodea n 1 2 @ #m 1 0 02161737 +order_marattiales n 1 3 @ #m %m 1 0 13214645 +order_marchantiales n 1 3 @ #m %m 1 0 11543429 +order_marsupialia n 1 3 @ #m %m 1 0 01874126 +order_mecoptera n 1 3 @ #m %m 1 0 02161944 +order_moniliales n 1 3 @ #m %m 1 0 13077479 +order_monotremata n 1 3 @ #m %m 1 0 01871699 +order_mucorales n 1 3 @ #m %m 1 0 12972818 +order_musales n 1 3 @ #m %m 1 0 12350234 +order_myaceae n 1 3 @ #m %m 1 0 01956924 +order_mycelia_sterilia n 1 3 @ #m %m 1 0 13082077 +order_mycoplasmatales n 1 3 @ #m %m 1 0 01373272 +order_mycrosporidia n 1 3 @ #m %m 1 0 01427241 +order_myricales n 1 3 @ #m %m 1 0 11740655 +order_myrtales n 1 3 @ #m %m 1 0 12322887 +order_mysidacea n 1 3 @ #m %m 1 0 01988971 +order_myxobacterales n 1 3 @ #m %m 1 0 01377906 +order_myxobacteria n 1 3 @ #m %m 1 0 01377906 +order_myxobacteriales n 1 3 @ #m %m 1 0 01377906 +order_myxosporidia n 1 3 @ #m %m 1 0 01427547 +order_naiadales n 1 3 @ #m %m 1 0 12610933 +order_neuroptera n 1 3 @ #m %m 1 0 02263038 +order_nidulariales n 1 3 @ #m %m 1 0 13046285 +order_notostraca n 1 3 @ #m %m 1 0 01995803 +order_nudibranchia n 1 3 @ #m %m 1 0 01950457 +order_octopoda n 1 3 @ #m %m 1 0 01969550 +order_odonata n 1 3 @ #m %m 1 0 02267975 +order_oedogoniales n 1 3 @ #m %m 1 0 01411556 +order_of_business n 1 3 @ ~ %p 1 0 06485261 +order_of_magnitude n 2 1 @ 2 1 05091316 13823651 +order_of_our_lady_of_mount_carmel n 1 2 @ %m 1 0 08148827 +order_of_payment n 1 2 @ ~ 1 0 13377268 +order_of_saint_benedict n 1 2 @ %m 1 0 08148601 +order_of_the_day n 1 2 @ ~ 1 0 06485800 +order_of_the_purple_heart n 1 1 @ 1 0 06708475 +order_oleales n 1 2 @ #m 1 0 12300441 +order_ophioglossales n 1 3 @ #m %m 1 0 12959802 +order_opiliones n 1 3 @ #m %m 1 0 01769635 +order_opuntiales n 1 3 @ #m %m 1 0 11841368 +order_orchidales n 1 3 @ #m %m 1 0 12039524 +order_ornithischia n 1 3 @ #m %m 1 0 01700076 +order_orthoptera n 1 3 @ #m %m 1 0 02225959 +order_ostariophysi n 1 1 @ 1 0 01429172 +order_osteoglossiformes n 1 3 @ #m %m 1 0 02544596 +order_ostracodermi n 1 3 @ #m %m 1 0 01474641 +order_palmales n 1 3 @ #m %m 1 0 12581230 +order_pandanales n 1 3 @ #m %m 1 0 12154228 +order_papaverales n 1 3 @ #m %m 1 0 11864364 +order_paper n 1 1 @ 1 0 06485933 +order_parietales n 1 3 @ #m %m 1 0 12359026 +order_passeriformes n 1 3 @ #m %m 1 0 01523908 +order_pectinibranchia n 1 3 @ #m %m 1 0 01952812 +order_pediculati n 1 3 @ #m %m 1 0 02547213 +order_pedipalpi n 1 3 @ #m %m 1 0 01771246 +order_pelecaniformes n 1 3 @ #m %m 1 0 02051213 +order_pelycosauria n 1 3 @ #m %m 1 0 01721718 +order_perciformes n 1 3 @ #m %m 1 0 02553196 +order_percomorphi n 1 3 @ #m %m 1 0 02553196 +order_perissodactyla n 1 3 @ #m %m 1 0 02373093 +order_peronosporales n 1 3 @ #m %m 1 0 12980231 +order_pezizales n 1 3 @ #m %m 1 0 13029946 +order_phalangida n 1 3 @ #m %m 1 0 01769635 +order_phallales n 1 3 @ #m %m 1 0 13039553 +order_phasmatodea n 1 3 @ #m %m 1 0 02230782 +order_phasmida n 1 3 @ #m %m 1 0 02230782 +order_pholidota n 1 3 @ #m %m 1 0 02461372 +order_picariae n 1 2 @ #m 1 0 01825758 +order_piciformes n 1 3 @ #m %m 1 0 01837746 +order_piperales n 1 3 @ #m %m 1 0 13148602 +order_plantaginales n 1 3 @ #m %m 1 0 12598247 +order_platyctenea n 1 3 @ #m %m 1 0 01919912 +order_plecoptera n 1 3 @ #m %m 1 0 02262679 +order_plectognathi n 1 3 @ #m %m 1 0 02652335 +order_pleuronectiformes n 1 3 @ #m %m 1 0 02657083 +order_plumbaginales n 1 2 @ #m 1 0 12097746 +order_podicipediformes n 1 3 @ #m %m 1 0 02049299 +order_podicipitiformes n 1 3 @ #m %m 1 0 02049299 +order_polemoniales n 1 3 @ #m %m 1 0 12808227 +order_polygonales n 1 3 @ #m %m 1 0 12600417 +order_polymastigina n 1 3 @ #m %m 1 0 01419082 +order_polypodiales n 1 3 @ #m %m 1 0 13169674 +order_primates n 1 3 @ #m %m 1 0 02469588 +order_primulales n 1 3 @ #m %m 1 0 12090041 +order_proboscidea n 1 3 @ #m %m 1 0 02502902 +order_procellariiformes n 1 3 @ #m %m 1 0 02057478 +order_proteales n 1 3 @ #m %m 1 0 12213485 +order_protura n 1 3 @ #m %m 1 0 02163616 +order_pseudomonadales n 1 3 @ #m %m 1 0 01360330 +order_pseudoscorpiones n 1 3 @ #m %m 1 0 01770553 +order_pseudoscorpionida n 1 3 @ #m %m 1 0 01770553 +order_psilophytales n 1 3 @ #m %m 1 0 13217213 +order_psilotales n 1 3 @ #m %m 1 0 13216238 +order_psittaciformes n 1 3 @ #m %m 1 0 01816635 +order_psocoptera n 1 3 @ #m %m 1 0 02260183 +order_pterosauria n 1 3 @ #m %m 1 0 01722828 +order_pulmonata n 1 3 @ #m %m 1 0 01952162 +order_pycnogonida n 1 3 @ #m %m 1 0 01786879 +order_radiolaria n 1 3 @ #m %m 1 0 01390899 +order_rajiformes n 1 3 @ #m %m 1 0 01496617 +order_ranales n 1 3 @ #m %m 1 0 11692952 +order_ranunculales n 1 3 @ #m %m 1 0 11692952 +order_raptores n 1 2 @ #m 1 0 01604123 +order_rhamnales n 1 3 @ #m %m 1 0 13140535 +order_rheiformes n 1 3 @ #m %m 1 0 01520789 +order_rhoeadales n 1 3 @ #m %m 1 0 11864364 +order_rhynchocephalia n 1 3 @ #m %m 1 0 01672950 +order_rickettsiales n 1 3 @ #m %m 1 0 01370913 +order_rodentia n 1 3 @ #m %m 1 0 02329093 +order_rosales n 1 3 @ #m %m 1 0 12618942 +order_rubiales n 1 3 @ #m %m 1 0 12659730 +order_salicales n 1 3 @ #m %m 1 0 12723835 +order_salientia n 1 3 @ #m %m 1 0 01639369 +order_santalales n 1 3 @ #m %m 1 0 12734446 +order_sapindales n 1 3 @ #m %m 1 0 12740196 +order_saprolegniales n 1 3 @ #m %m 1 0 12979478 +order_sarcosporidia n 1 3 @ #m %m 1 0 01425983 +order_sarraceniales n 1 3 @ #m %m 1 0 12778926 +order_saurischia n 1 3 @ #m %m 1 0 01707895 +order_sauropterygia n 1 3 @ #m %m 1 0 01725240 +order_scandentia n 1 3 @ #m %m 1 0 02494538 +order_sclerodermatales n 1 3 @ #m %m 1 0 12968408 +order_scleroparei n 1 3 @ #m %m 1 0 02641608 +order_scorpionida n 1 3 @ #m %m 1 0 01770263 +order_scrophulariales n 1 2 @ #m 1 0 12808751 +order_secotiales n 1 3 @ #m %m 1 0 13047216 +order_selaginellales n 1 3 @ #m %m 1 0 13224086 +order_siluriformes n 1 3 @ #m %m 1 0 02517169 +order_siphonaptera n 1 3 @ #m %m 1 0 02185973 +order_siphonophora n 1 3 @ #m %m 1 0 01912272 +order_sirenia n 1 3 @ #m %m 1 0 02073041 +order_solenichthyes n 1 3 @ #m %m 1 0 01453852 +order_solenogastres n 1 3 @ #m %m 1 0 01954340 +order_spatangoida n 1 3 @ #m %m 1 0 02319689 +order_sphaeriales n 1 3 @ #m %m 1 0 12963796 +order_sphaerocarpales n 1 3 @ #m %m 1 0 11544131 +order_sphagnales n 1 3 @ #m %m 1 0 11541713 +order_sphenisciformes n 1 3 @ #m %m 1 0 02055280 +order_spirochaetales n 1 3 @ #m %m 1 0 01381399 +order_squamata n 1 3 @ #m %m 1 0 01673503 +order_stegocephalia n 1 2 @ #m 1 0 01656340 +order_stereospondyli n 1 2 @ #m 1 0 01656078 +order_stomatopoda n 1 3 @ #m %m 1 0 01989701 +order_strigiformes n 1 3 @ #m %m 1 0 01620967 +order_struthioniformes n 1 3 @ #m %m 1 0 01518347 +order_synentognathi n 1 3 @ #m %m 1 0 02549533 +order_taxales n 1 2 @ #m 1 0 11660848 +order_temnospondyli n 1 2 @ #m 1 0 01656576 +order_testacea n 1 3 @ #m %m 1 0 01393873 +order_testudinata n 1 3 @ #m %m 1 0 01662274 +order_testudines n 1 3 @ #m %m 1 0 01662274 +order_tetraodontiformes n 1 3 @ #m %m 1 0 02652335 +order_thecodontia n 1 3 @ #m %m 1 0 01723678 +order_therapsida n 1 3 @ #m %m 1 0 01719645 +order_thymelaeales n 1 3 @ #m %m 1 0 12322887 +order_thysanoptera n 1 3 @ #m %m 1 0 02271427 +order_thysanura n 1 3 @ #m %m 1 0 02269829 +order_tinamiformes n 1 3 @ #m %m 1 0 01809977 +order_torpediniformes n 1 3 @ #m %m 1 0 01496037 +order_tremellales n 1 3 @ #m %m 1 0 13060451 +order_trichoptera n 1 3 @ #m %m 1 0 02269015 +order_trogoniformes n 1 3 @ #m %m 1 0 01843805 +order_tuberales n 1 3 @ #m %m 1 0 12984802 +order_tubulidentata n 1 3 @ #m %m 1 0 02082358 +order_tulostomatales n 1 3 @ #m %m 1 0 13041548 +order_ulvales n 1 3 @ #m %m 1 0 01408253 +order_umbellales n 1 3 @ #m %m 1 0 12213197 +order_uredinales n 1 3 @ #m %m 1 0 13063046 +order_urodella n 1 3 @ #m %m 1 0 01628450 +order_uropygi n 1 3 @ #m %m 1 0 01771246 +order_urticales n 1 3 @ #m %m 1 0 12391477 +order_ustilaginales n 1 3 @ #m %m 1 0 13065902 +order_volvocales n 1 3 @ #m %m 1 0 01408880 +order_xiphosura n 1 3 @ #m %m 1 0 01787401 +order_xyridales n 1 3 @ #m %m 1 0 12605019 +order_zeomorphi n 1 3 @ #m %m 1 0 01452496 +order_zygnemales n 1 3 @ #m %m 1 0 01409940 +order_zygnematales n 1 3 @ #m %m 1 0 01409940 +ordered_series n 1 2 @ ~ 1 0 13850304 +orderer n 2 2 @ + 2 0 10381698 10381369 +ordering n 2 3 @ ~ + 2 2 08456993 01009871 +orderliness n 2 4 ! @ ~ + 2 1 04768483 14496710 +orderly n 2 1 @ 2 1 10381981 10381804 +orderly_sergeant n 1 1 @ 1 1 10382157 +ordinal n 1 3 @ ~ + 1 0 13597280 +ordinal_number n 1 2 @ ~ 1 0 13597280 +ordinance n 3 5 @ ~ #p + ; 3 1 06664051 06565788 00165298 +ordinand n 1 1 @ 1 0 10382302 +ordinariness n 1 5 ! @ ~ = + 1 0 04794751 +ordinary n 5 3 @ ~ ; 5 2 10382380 13942743 10382480 03853924 03853734 +ordinary_annuity n 1 1 @ 1 0 13295025 +ordinary_bicycle n 1 1 @ 1 0 03853924 +ordinary_care n 1 1 @ 1 0 01131794 +ordinary_life_insurance n 1 1 @ 1 0 13347947 +ordinary_shares n 1 2 @ ~ 1 0 13335172 +ordinate n 1 1 @ 1 1 06011692 +ordination n 3 3 @ ~ #p 3 0 14432167 08456993 00165298 +ordnance n 2 4 @ ~ #p %p 2 0 03799610 02746365 +ordnance_store n 1 1 @ 1 0 03799610 +ordnance_survey n 1 2 @ ; 1 0 08153874 +ordovician n 1 2 @ #p 1 0 15128363 +ordovician_period n 1 2 @ #p 1 0 15128363 +ordure n 1 2 @ ~ 1 0 14854262 +ore n 2 3 @ ~ #p 2 1 14688500 13682450 +ore_bed n 1 1 @ 1 0 09379868 +ore_dressing n 1 2 @ - 1 0 13516312 +ore_processing n 1 2 @ - 1 0 13516312 +oread n 1 2 @ ; 1 0 09549643 +oreamnos n 1 3 @ #m %m 1 0 02418341 +oreamnos_americanus n 1 2 @ #m 1 0 02418465 +orectolobidae n 1 3 @ #m %m 1 0 01486241 +orectolobus n 1 3 @ #m %m 1 0 01486411 +orectolobus_barbatus n 1 2 @ #m 1 0 01486540 +oregano n 2 4 @ #m #p %p 2 0 12853287 07818995 +oregon n 1 3 @ #p %p 1 1 09133010 +oregon_alder n 1 2 @ #m 1 0 12285512 +oregon_ash n 1 1 @ 1 0 12304899 +oregon_cedar n 1 3 @ #m %s 1 0 11635433 +oregon_crab_apple n 1 1 @ 1 0 12635359 +oregon_fir n 1 1 @ 1 0 11628793 +oregon_grape n 2 1 @ 2 0 11699751 11699442 +oregon_holly_grape n 1 1 @ 1 0 11699442 +oregon_jargon n 1 1 @ 1 0 06905828 +oregon_larch n 1 1 @ 1 0 11619455 +oregon_lily n 1 1 @ 1 0 12427391 +oregon_maple n 1 1 @ 1 0 12754003 +oregon_myrtle n 1 2 @ #m 1 0 11707827 +oregon_oak n 1 1 @ 1 0 12272239 +oregon_pine n 1 1 @ 1 0 11628793 +oregon_white_oak n 1 1 @ 1 0 12272239 +oregonian n 1 1 @ 1 0 09745229 +oreide n 1 1 @ 1 0 14688705 +oreo n 1 1 @ 1 0 07637292 +oreo_cookie n 1 1 @ 1 0 07637292 +oreopteris n 1 3 @ #m %m 1 0 13229358 +oreopteris_limbosperma n 1 2 @ #m 1 0 13229543 +oreortyx n 1 3 @ #m %m 1 0 01808447 +oreortyx_picta_palmeri n 1 2 @ #m 1 0 01808596 +orestes n 1 2 @ ; 1 0 09595957 +orff n 1 1 @ 1 0 11216386 +organ n 6 5 @ ~ %p + ; 6 3 05297523 08349350 03273551 06595056 03854065 03494537 +organ-grinder n 1 1 @ 1 0 10382710 +organ_donor n 1 1 @ 1 0 10382597 +organ_loft n 1 1 @ 1 0 03854722 +organ_of_corti n 1 3 @ #p %p 1 0 05322855 +organ_of_hearing n 1 3 @ ~ #p 1 0 05321144 +organ_of_speech n 1 2 @ ~ 1 0 05305614 +organ_pipe n 1 3 @ ~ #p 1 0 03854815 +organ_stop n 1 2 @ ~ 1 0 03854998 +organ_transplant n 1 2 @ ~ 1 0 00693679 +organdie n 1 1 @ 1 0 03854421 +organdy n 1 1 @ 1 0 03854421 +organelle n 1 3 @ ~ #p 1 0 05445668 +organic n 1 3 @ ~ + 1 0 14859838 +organic_brain_syndrome n 1 1 @ 1 0 14200548 +organic_chemistry n 1 3 @ ~ ; 1 0 06088995 +organic_compound n 1 2 @ ~ 1 0 14727670 +organic_disorder n 1 2 ! @ 1 0 14053558 +organic_evolution n 1 4 @ ~ ; - 1 0 13477023 +organic_fertiliser n 1 2 @ ~ 1 0 14859838 +organic_fertilizer n 1 2 @ ~ 1 0 14859838 +organic_law n 1 3 @ ~ ; 1 0 06533648 +organic_light-emitting_diode n 1 1 @ 1 0 03854506 +organic_phenomenon n 1 3 @ ~ ; 1 0 11418750 +organic_process n 1 2 @ ~ 1 0 13526110 +organic_structure n 1 4 @ ~ %p ; 1 0 05216365 +organicism n 1 3 @ + ; 1 0 05994706 +organification n 1 1 @ 1 1 13527726 +organisation n 7 6 @ ~ #p %m %p + 7 0 08164585 08008335 05726596 04768657 01136519 01008378 00237078 +organiser n 3 2 @ ~ 3 0 10383505 10383237 03918737 +organism n 2 6 @ ~ %s %p + - 2 1 00004475 08436036 +organist n 1 3 @ ~ + 1 0 10382825 +organization n 7 6 @ ~ #p %m %p + 7 4 08008335 05726596 08164585 01136519 04768657 01008378 00237078 +organization_chart n 1 1 @ 1 0 07001294 +organization_expense n 1 1 @ 1 0 13277492 +organization_for_the_prohibition_of_chemical_weapons n 1 1 @ 1 0 08175875 +organization_man n 1 1 @ 1 0 10383094 +organization_of_american_states n 1 2 @ %m 1 0 08176077 +organization_of_petroleum-exporting_countries n 1 2 @ %m 1 0 08177030 +organization_of_the_oppressed_on_earth n 1 2 @ ; 1 0 08023374 +organized_crime n 1 4 @ ~ #m %m 1 0 08245172 +organized_labor n 1 1 @ 1 0 08181267 +organized_religion n 1 3 @ ~ - 1 0 08081668 +organizer n 3 3 @ ~ + 3 1 10383237 10383505 03918737 +organon n 1 1 @ 1 0 05664986 +organophosphate n 1 2 @ ~ 1 0 14969994 +organophosphate_nerve_agent n 1 2 @ ~ 1 0 14970136 +organs n 1 2 @ ~ 1 0 07651454 +organza n 1 1 @ 1 0 03855214 +orgasm n 1 2 @ ~ 1 0 00062133 +orgy n 3 2 @ + 3 2 01073824 01030280 00511212 +oriel n 1 1 @ 1 0 03855333 +oriel_window n 1 1 @ 1 0 03855333 +orient n 2 4 @ %p = + 2 1 08562620 08562243 +oriental n 1 5 @ ~ #m + ; 1 0 09643078 +oriental_alabaster n 1 1 @ 1 0 14665469 +oriental_arborvitae n 1 2 @ #m 1 0 11644462 +oriental_beetle n 1 2 @ #m 1 0 02173784 +oriental_bittersweet n 1 2 @ #m 1 0 12748534 +oriental_black_mushroom n 1 2 @ #m 1 0 13001930 +oriental_bush_cherry n 1 1 @ 1 0 12646740 +oriental_cherry n 1 1 @ 1 0 12649317 +oriental_cockroach n 1 2 @ #m 1 0 02233943 +oriental_garlic n 1 2 @ %p 1 0 12435777 +oriental_person n 1 4 @ ~ #m ; 1 0 09643078 +oriental_plane n 1 2 @ #m 1 0 12807624 +oriental_poppy n 1 2 @ #m 1 0 11901977 +oriental_roach n 1 2 @ #m 1 0 02233943 +oriental_scops_owl n 1 1 @ 1 0 01624212 +oriental_sore n 1 1 @ 1 0 14181187 +oriental_spruce n 1 1 @ 1 0 11626409 +oriental_studies n 1 1 @ 1 0 06158185 +orientalism n 2 2 @ + 2 0 06158185 05168063 +orientalist n 1 2 @ + 1 0 10383689 +orientation n 6 3 @ ~ = 6 2 01052372 06208021 13828075 06200344 05676755 00891512 +orientation_course n 1 1 @ 1 0 00891512 +orifice n 1 2 @ ~ 1 1 05249636 +oriflamme n 2 2 @ ; 2 0 06809291 03855464 +origami n 1 2 @ ; 1 0 00936456 +origanum n 1 3 @ ~ #m 1 0 12853080 +origanum_dictamnus n 1 2 @ #m 1 0 12853706 +origanum_majorana n 1 2 @ #m 1 0 12853482 +origanum_vulgare n 1 3 @ #m %p 1 0 12853287 +origen n 1 1 @ 1 0 11216562 +origin n 6 3 @ ~ + 6 4 08507558 04923743 07323922 06009086 13559177 08101937 +original n 2 2 @ + 2 2 03727274 05938400 +original_sin n 1 2 ! @ 1 1 00757483 +originalism n 1 1 @ 1 0 05946234 +originality n 2 5 ! @ ~ = + 2 2 05634613 04800359 +origination n 2 3 @ ~ + 2 0 07323922 00240184 +origination_fee n 1 1 @ 1 0 13322938 +originator n 1 3 @ ~ + 1 0 10383816 +orinasal n 1 1 @ 1 0 07119358 +orinasal_phone n 1 1 @ 1 0 07119358 +orinase n 1 2 @ ; 1 0 04448826 +orinoco n 1 2 @ #p 1 1 09379938 +orinoco_river n 1 2 @ #p 1 0 09379938 +oriole n 2 3 @ ~ #m 2 0 01575745 01571904 +oriolidae n 1 3 @ #m %m 1 0 01575577 +oriolus n 1 3 @ #m %m 1 0 01575941 +oriolus_oriolus n 1 2 @ #m 1 0 01576076 +orion n 2 3 @ %m ; 2 0 09571693 09380117 +orison n 1 2 @ ~ 1 0 07189130 +orissa n 1 2 @ #p 1 0 08906053 +orites n 1 3 @ #m %m 1 0 12221943 +orites_excelsa n 1 2 @ #m 1 0 12222090 +oriya n 2 1 @ 2 0 09676127 06971123 +orizaba n 1 2 @ #p 1 0 08744871 +orkney_islands n 1 2 @ #p 1 0 08953829 +orlando n 1 3 @ #p %p 1 0 09074140 +orlando_di_lasso n 1 1 @ 1 0 11118362 +orleanais n 1 2 @ #p 1 0 08944818 +orleanism n 1 1 @ 1 0 06219613 +orleanist n 1 1 @ 1 0 10384054 +orleans n 2 3 @ #p ; 2 0 08937414 01289830 +orlon n 1 2 @ ; 1 0 03855756 +orlop n 1 1 @ 1 0 03855908 +orlop_deck n 1 1 @ 1 0 03855908 +orly n 1 2 @ #p 1 0 08933621 +orly_group n 1 2 @ ; 1 0 08016385 +ormandy n 1 1 @ 1 0 11216797 +ormazd n 1 1 @ 1 0 09531955 +ormer n 1 1 @ 1 0 01943087 +ormolu n 1 1 @ 1 0 14970538 +ormosia n 1 3 @ #m %m 1 0 12553314 +ormosia_coarctata n 1 2 @ #m 1 0 12554029 +ormosia_monosperma n 1 2 @ #m 1 0 12553742 +ormuzd n 1 1 @ 1 0 09531955 +ornament n 1 3 @ ~ + 1 1 03169390 +ornamental n 1 3 @ ~ + 1 0 11536087 +ornamentalism n 1 2 @ + 1 0 00412727 +ornamentalist n 1 2 @ + 1 0 09998907 +ornamentation n 3 3 @ ~ + 3 0 13920322 03169390 00262743 +ornateness n 2 3 @ ~ + 2 0 07070429 04698112 +orneriness n 1 2 @ + 1 0 04909270 +ornithine n 1 1 @ 1 0 14607378 +ornithischia n 1 3 @ #m %m 1 0 01700076 +ornithischian n 1 3 @ ~ #m 1 0 01700470 +ornithischian_dinosaur n 1 3 @ ~ #m 1 0 01700470 +ornithogalum n 1 3 @ #m %m 1 0 12459471 +ornithogalum_pyrenaicum n 1 1 @ 1 0 12460146 +ornithogalum_thyrsoides n 1 1 @ 1 0 12460308 +ornithogalum_umbellatum n 1 1 @ 1 0 12459882 +ornithologist n 1 3 @ ~ + 1 0 10384214 +ornithology n 1 3 @ + - 1 0 06073494 +ornithomimid n 1 3 @ ~ #m 1 0 01715888 +ornithomimida n 1 3 @ #m %m 1 0 01715692 +ornithopod n 1 2 @ #m 1 0 01705591 +ornithopod_dinosaur n 1 2 @ #m 1 0 01705591 +ornithopoda n 1 3 @ #m %m 1 0 01705247 +ornithopter n 1 1 @ 1 0 03857156 +ornithorhynchidae n 1 3 @ #m %m 1 0 01873007 +ornithorhynchus n 1 3 @ #m %m 1 0 01873144 +ornithorhynchus_anatinus n 1 2 @ #m 1 0 01873310 +ornithosis n 1 1 @ 1 0 14149773 +orobanchaceae n 1 2 @ #m 1 0 12874231 +orogeny n 1 1 @ 1 0 13527817 +orography n 1 1 @ 1 0 06118146 +oroide n 1 1 @ 1 0 14688705 +orology n 1 1 @ 1 0 06118146 +orono n 1 2 @ #p 1 0 09093315 +orontium n 1 3 @ #m %m 1 0 11790239 +orontium_aquaticum n 1 2 @ #m 1 0 11790390 +oropharynx n 1 3 @ #p + 1 0 05529012 +orozco n 1 1 @ 1 0 11216922 +orphan n 4 2 @ + 4 1 10384392 10384496 07013269 01321770 +orphan_site n 1 1 @ 1 0 08661697 +orphanage n 2 2 @ + 2 0 14571181 03856012 +orphanhood n 1 1 @ 1 0 14571181 +orphans'_asylum n 1 1 @ 1 0 03856012 +orphenadrine n 1 1 @ 1 0 03856148 +orpheus n 1 3 @ + ; 1 0 09571914 +orphrey n 1 2 @ #p 1 0 03856335 +orpiment n 1 2 @ %s 1 0 14688831 +orpin n 1 2 @ #m 1 0 12786464 +orpine n 1 2 @ #m 1 0 12786464 +orpington n 1 1 @ 1 0 01793715 +orr n 1 1 @ 1 0 11217072 +orrery n 1 1 @ 1 0 03856465 +orris n 2 3 @ #m %m 2 0 12413419 12412987 +orrisroot n 1 2 @ #m 1 0 12412987 +orson_welles n 1 1 @ 1 0 11380768 +ortalis n 1 3 @ #m %m 1 0 01800286 +ortega n 1 1 @ 1 0 11217182 +ortega_y_gasset n 1 1 @ 1 0 11217312 +orthicon n 1 1 @ 1 1 03856728 +orthilia n 1 2 @ #m 1 0 12257140 +orthoboric_acid n 1 1 @ 1 0 14783808 +orthochorea n 1 1 @ 1 0 14095439 +orthochromatic_film n 1 1 @ 1 0 03857026 +orthoclase n 1 1 @ 1 0 14865221 +orthodontia n 1 2 @ + 1 0 06048552 +orthodontic_braces n 1 1 @ 1 0 02887079 +orthodontic_treatment n 1 1 @ 1 0 00708676 +orthodontics n 1 2 @ + 1 0 06048552 +orthodontist n 1 2 @ + 1 0 10384610 +orthodonture n 1 2 @ + 1 0 06048552 +orthodox_catholic_church n 1 3 @ ~ - 1 1 08086356 +orthodox_church n 1 3 @ ~ - 1 1 08086356 +orthodox_jew n 1 3 @ ~ #m 1 0 10384772 +orthodox_judaism n 2 3 @ ~ %m 2 0 08094659 06234104 +orthodox_sleep n 1 1 @ 1 0 14025478 +orthodoxy n 2 5 ! @ ~ = ; 2 1 04801313 06211811 +orthoepist n 1 1 @ 1 0 10384935 +orthoepy n 2 2 @ ~ 2 0 07128692 06176837 +orthogonal_opposition n 1 1 @ 1 0 13829047 +orthogonality n 2 2 @ + 2 0 13829047 05072078 +orthography n 1 5 @ ~ %m %p + 1 1 06351202 +orthomorphic_projection n 1 1 @ 1 0 03090437 +orthomyxovirus n 1 1 @ 1 0 01337078 +orthopaedics n 1 3 @ + - 1 0 06064106 +orthopaedist n 1 2 @ + 1 0 10385159 +orthopedics n 1 3 @ + - 1 0 06064106 +orthopedist n 1 2 @ + 1 0 10385159 +orthophosphate n 1 2 @ ~ 1 1 14982265 +orthophosphoric_acid n 1 1 @ 1 0 14982907 +orthophosphorous_acid n 1 1 @ 1 0 14614594 +orthopnea n 1 1 @ 1 0 14369913 +orthopristis n 1 3 @ #m %m 1 0 02589955 +orthopristis_chrysopterus n 1 2 @ #m 1 0 02590094 +orthopter n 1 1 @ 1 0 03857156 +orthoptera n 1 3 @ #m %m 1 0 02225959 +orthopteran n 1 3 @ ~ #m 1 0 02226183 +orthopteron n 1 3 @ ~ #m 1 0 02226183 +orthopterous_insect n 1 3 @ ~ #m 1 0 02226183 +orthoptics n 1 2 @ + 1 0 00708957 +orthoptist n 1 2 @ + 1 0 10385354 +orthoscope n 1 1 @ 1 0 03857291 +orthostatic_hypotension n 1 1 @ 1 0 14104367 +orthotomus n 1 3 @ #m %m 1 0 01566082 +orthotomus_sutorius n 1 2 @ #m 1 0 01566207 +orthotropous_ovule n 1 1 @ 1 0 11679909 +ortilis_vetula_macalli n 1 2 @ #m 1 0 01800633 +ortolan n 1 2 @ #m 1 0 01537895 +ortolan_bunting n 1 2 @ #m 1 0 01537895 +ortygan n 1 2 @ #m 1 0 02020345 +orudis n 1 3 @ %s ; 1 0 03612134 +orudis_kt n 1 3 @ %s ; 1 0 03612134 +orumiyeh n 1 2 @ #p 1 0 08912559 +oruvail n 1 3 @ %s ; 1 0 03612134 +orville_wright n 1 1 @ 1 0 11398611 +orwell n 1 2 @ + 1 0 11217479 +orycteropodidae n 1 3 @ #m %m 1 0 02082498 +orycteropus n 1 3 @ #m %m 1 0 02082632 +orycteropus_afer n 1 2 @ #m 1 0 02082791 +oryctolagus n 1 3 @ #m %m 1 0 02324717 +oryctolagus_cuniculus n 1 3 @ #m %p 1 0 02324850 +oryx n 1 3 @ ~ #m 1 0 02428349 +oryx_gazella n 1 1 @ 1 0 02428508 +oryza n 1 3 @ #m %m 1 0 12125782 +oryza_sativa n 1 2 @ %p 1 0 12126084 +oryzomys n 1 3 @ #m %m 1 0 02340521 +oryzomys_palustris n 1 2 @ #m 1 0 02340640 +oryzopsis n 1 3 @ #m %m 1 0 12126238 +oryzopsis_hymenoides n 1 1 @ 1 0 12126516 +oryzopsis_miliacea n 1 1 @ 1 0 12126736 +orzo n 1 1 @ 1 0 07699682 +os n 5 7 @ ~ #s #p %s %p ; 5 1 05302422 14647907 06568134 05312227 05269901 +os_breve n 1 1 @ 1 0 05280698 +os_capitatum n 1 1 @ 1 0 05273223 +os_frontale n 1 3 @ #p %p 1 0 05541231 +os_hamatum n 1 1 @ 1 0 05273408 +os_hyoideum n 1 1 @ 1 0 05275162 +os_ischii n 1 2 @ #p 1 0 05275466 +os_longum n 1 3 @ ~ %p 1 0 05275651 +os_lunatum n 1 1 @ 1 0 05272423 +os_nasale n 1 3 @ #p %p 1 0 05277532 +os_palatinum n 1 1 @ 1 0 05278152 +os_pisiforme n 1 1 @ 1 0 05272745 +os_pubis n 1 2 @ #p 1 0 05278714 +os_scaphoideum n 1 1 @ 1 0 05272276 +os_sesamoideum n 1 2 @ ~ 1 0 05280512 +os_sphenoidale n 1 3 @ #p %p 1 0 05280998 +os_tarsi_fibulare n 1 2 @ #p 1 0 05274808 +os_temporale n 1 3 @ #p %p 1 0 05282000 +os_trapezium n 1 1 @ 1 0 05272891 +os_trapezoideum n 1 1 @ 1 0 05273073 +os_triquetrum n 1 1 @ 1 0 05272545 +os_zygomaticum n 1 3 @ #p %p 1 0 05273822 +osage n 3 2 @ #p 3 0 09663786 09380299 06911575 +osage_orange n 1 1 @ 1 0 12399899 +osage_river n 1 2 @ #p 1 0 09380299 +osaka n 1 3 @ #p %p 1 0 08924023 +osaka_bay n 1 2 @ #p 1 0 09380446 +osama_bin_laden n 1 1 @ 1 0 10851452 +osasco n 1 1 @ 1 0 08856162 +osborne n 1 1 @ 1 0 11217668 +oscan n 2 2 @ #m 2 0 09717789 06962350 +oscar n 1 1 @ 1 0 07268967 +oscar_fingal_o'flahertie_wills_wilde n 1 1 @ 1 0 11386346 +oscar_hammerstein n 1 1 @ 1 0 11026597 +oscar_hammerstein_ii n 1 1 @ 1 0 11026597 +oscar_palmer_robertson n 1 1 @ 1 0 11264828 +oscar_robertson n 1 1 @ 1 0 11264828 +oscar_wilde n 1 1 @ 1 0 11386346 +oscheocele n 1 1 @ 1 0 14318116 +oscheocoele n 1 1 @ 1 0 14318116 +oscillation n 3 4 @ ~ + ; 3 2 13527965 07345166 07341038 +oscillator n 1 2 @ ~ 1 1 03857430 +oscillatoriaceae n 1 3 @ #m %m 1 0 01359488 +oscillogram n 1 1 @ 1 0 03857588 +oscillograph n 1 1 @ 1 0 03857687 +oscilloscope n 1 3 @ #p %p 1 0 03857828 +oscine n 1 4 @ ~ #m + 1 0 01525720 +oscine_bird n 1 3 @ ~ #m 1 0 01525720 +oscines n 1 3 @ #m %m 1 0 01524885 +oscitance n 2 2 @ ~ 2 0 14030671 00837293 +oscitancy n 2 3 @ ~ + 2 0 14030671 00837293 +osco-umbrian n 1 2 @ ~ 1 0 06962060 +osculating_circle n 1 1 @ 1 0 05102889 +osculation n 2 4 @ ~ + ; 2 0 14419889 00138221 +osculator n 1 2 @ + 1 0 10237196 +osha n 1 2 @ #p 1 0 08349138 +osier n 2 3 @ ~ #m 2 0 13164501 12725521 +osip_emilevich_mandelstam n 1 1 @ 1 0 11153615 +osip_mandelstam n 1 1 @ 1 0 11153615 +osiris n 1 1 @ 1 0 09512913 +oslo n 1 2 @ #p 1 0 08765069 +osman_i n 1 1 @ 1 0 11217789 +osmanli n 1 1 @ 1 0 09735113 +osmanthus n 1 3 @ #m %m 1 0 12309403 +osmanthus_americanus n 1 2 @ #m 1 0 12309630 +osmeridae n 1 3 @ #m %m 1 0 02540255 +osmerus n 1 3 @ #m %m 1 0 02540637 +osmerus_eperlanus n 1 3 @ #m %p 1 0 02540983 +osmerus_mordax n 1 3 @ #m %p 1 0 02540791 +osmiridium n 1 1 @ 1 0 14688978 +osmitrol n 1 2 @ ; 1 0 03718056 +osmium n 1 1 @ 1 0 14647907 +osmoreceptor n 1 1 @ 1 0 05466575 +osmosis n 1 5 @ ~ #p + ; 1 0 13528100 +osmotic_pressure n 1 3 @ ~ ; 1 1 11496881 +osmund n 1 3 @ ~ #m 1 0 12953206 +osmunda_cinnamonea n 1 1 @ 1 0 12953919 +osmunda_clatonia n 1 1 @ 1 0 12953712 +osmunda_regalis n 1 1 @ 1 0 12953484 +osmundaceae n 1 3 @ #m %m 1 0 12952852 +osprey n 1 2 @ #m 1 0 01616086 +osseous_labyrinth n 1 2 @ #p 1 0 05321917 +osseous_tissue n 1 2 @ #s 1 0 14757848 +ossete n 1 1 @ 1 0 06975368 +ossicle n 1 4 @ ~ #p + 1 0 05277728 +ossiculum n 1 3 @ ~ #p 1 0 05277728 +ossification n 4 2 @ + 4 1 13528750 13529015 13528852 04801763 +osso_buco n 1 1 @ 1 0 07872748 +ossuary n 1 1 @ 1 0 03858085 +ostariophysi n 1 1 @ 1 0 01429172 +osteichthyes n 1 3 @ #m %m 1 0 02514575 +osteitis n 1 2 @ ~ 1 0 14351321 +osteitis_deformans n 1 1 @ 1 0 14079971 +ostensive_definition n 1 1 @ 1 0 06745285 +ostensorium n 1 2 @ ; 1 0 03784270 +ostentation n 3 3 @ ~ + 3 0 06889330 04817923 04789274 +ostentatiousness n 1 2 @ + 1 0 04817923 +osteoarthritis n 1 1 @ 1 0 14188238 +osteoblast n 1 1 @ 1 0 05448149 +osteoblastoma n 1 1 @ 1 0 14249601 +osteochondroma n 1 1 @ 1 0 14249785 +osteoclasis n 1 1 @ 1 0 00709395 +osteoclast n 1 1 @ 1 0 05449073 +osteocyte n 1 1 @ 1 0 05449196 +osteodystrophy n 1 1 @ 1 0 14059481 +osteogenesis_imperfecta n 1 1 @ 1 0 14158424 +osteogenic_sarcoma n 1 1 @ 1 0 14241556 +osteoglossidae n 1 3 @ #m %m 1 0 02544754 +osteoglossiformes n 1 3 @ #m %m 1 0 02544596 +osteologer n 1 1 @ 1 0 10385455 +osteologist n 1 1 @ 1 0 10385455 +osteology n 1 1 @ 1 0 06060336 +osteolysis n 1 1 @ 1 0 13529167 +osteoma n 1 1 @ 1 0 14249937 +osteomalacia n 1 2 @ %p 1 0 14208176 +osteomyelitis n 1 1 @ 1 0 14351490 +osteopath n 1 1 @ 1 0 10385566 +osteopathist n 1 2 @ + 1 0 10385566 +osteopathy n 1 2 @ + 1 0 00709205 +osteopetrosis n 1 1 @ 1 0 14210119 +osteophyte n 1 1 @ 1 0 05473507 +osteoporosis n 1 2 @ ~ 1 1 14210354 +osteosarcoma n 1 1 @ 1 0 14241556 +osteosclerosis n 1 1 @ 1 0 14188467 +osteosclerosis_congenita n 1 1 @ 1 0 14121804 +osteostracan n 1 2 @ #m 1 0 01475648 +osteostraci n 1 3 @ #m %m 1 0 01475421 +osteotomy n 1 1 @ 1 0 00689467 +ostiarius n 1 1 @ 1 0 10026763 +ostiary n 2 2 @ ~ 2 0 10026763 10026553 +ostinato n 1 2 @ ~ 1 0 07045637 +ostiole n 1 1 @ 1 0 12962149 +ostler n 1 1 @ 1 0 10644301 +ostomy n 1 2 @ ~ 1 0 00689550 +ostraciidae n 1 3 @ #m %m 1 0 02654256 +ostracism n 2 2 @ + 2 0 14427633 00207434 +ostracod n 1 2 @ #m 1 0 01997825 +ostracoda n 1 3 @ #m %m 1 0 01997698 +ostracoderm n 1 2 @ #m 1 0 01474864 +ostracodermi n 1 3 @ #m %m 1 0 01474641 +ostrava n 1 2 @ #p 1 0 08758487 +ostrea n 1 3 @ #m %m 1 0 01960900 +ostrea_gigas n 1 2 @ #m 1 0 01961234 +ostreidae n 1 3 @ #m %m 1 0 01960301 +ostrich n 2 2 @ #m 2 0 10385707 01518878 +ostrich_fern n 1 2 @ #m 1 0 13198054 +ostrogoth n 1 1 @ 1 0 10385923 +ostrya n 1 3 @ #m %m 1 0 12287388 +ostrya_carpinifolia n 1 2 @ #m 1 0 12287836 +ostrya_virginiana n 1 2 @ #m 1 0 12288005 +ostryopsis n 1 2 @ #m 1 0 12288188 +ostwald n 1 1 @ 1 0 11218054 +ostwald's_theory_of_indicators n 1 2 @ ; 1 0 06109487 +ostyak n 2 1 @ 2 0 09706911 06959018 +ostyak-samoyed n 2 2 @ #m 2 0 09707735 06960180 +oswald n 1 1 @ 1 0 11218153 +oswald_spengler n 1 1 @ 1 0 11310679 +oswald_veblen n 1 1 @ 1 0 11361913 +oswego_tea n 1 1 @ 1 0 12858397 +otaheite_arrowroot n 1 1 @ 1 0 15055046 +otaheite_arrowroot_starch n 1 1 @ 1 0 15055046 +otalgia n 1 1 @ 1 0 14327435 +otaria n 1 3 @ #m %m 1 0 02078159 +otaria_byronia n 1 2 @ #m 1 0 02078292 +otariidae n 1 3 @ #m %m 1 0 02076535 +otc_market n 1 1 @ 1 0 03866350 +otc_security n 1 2 @ ~ 1 0 13421095 +otc_stock n 1 2 @ ~ 1 0 13421286 +othello n 1 1 @ 1 0 09602258 +otherness n 1 3 @ = + 1 0 04742766 +otherworld n 1 1 @ 1 0 05810143 +otherworldliness n 1 3 ! @ + 1 0 04621314 +othman_i n 1 1 @ 1 0 11217789 +otho n 1 1 @ 1 0 11356636 +otho_i n 1 1 @ 1 0 11218625 +otho_of_lagery n 1 1 @ 1 0 11356636 +othonna n 1 2 @ #m 1 0 11999278 +otic_ganglion n 1 1 @ 1 0 05297363 +otides n 1 2 @ #m 1 0 02018485 +otididae n 1 3 @ #m %m 1 0 02018638 +otis n 2 3 @ #m %m 2 0 11218290 02019044 +otis_skinner n 1 1 @ 1 0 11304811 +otis_tarda n 1 2 @ #m 1 0 02019190 +otitis n 1 2 @ ~ 1 0 14351629 +otitis_externa n 1 1 @ 1 0 14351759 +otitis_interna n 1 1 @ 1 0 14348757 +otitis_media n 1 1 @ 1 0 14351886 +oto n 2 1 @ 2 0 09664295 06909190 +otoe n 2 1 @ 2 0 09664295 06909190 +otoganglion n 1 1 @ 1 0 05297363 +otolaryngologist n 1 2 @ + 1 0 10059323 +otolaryngology n 1 2 @ + 1 0 06062842 +otologist n 1 3 @ ~ + 1 0 10041195 +otology n 1 4 @ ~ + - 1 0 06054700 +otoplasty n 1 1 @ 1 0 00682625 +otorhinolaryngologist n 1 2 @ + 1 0 10059323 +otorhinolaryngology n 1 2 @ + 1 0 06062842 +otorrhea n 1 1 @ 1 0 14352077 +otosclerosis n 1 1 @ 1 0 14160903 +otoscope n 1 1 @ 1 0 03858183 +ottar n 1 2 @ ~ 1 0 14892989 +ottava_rima n 1 1 @ 1 0 07097965 +ottawa n 3 2 @ #p 3 0 09664450 09380588 08827486 +ottawa_river n 1 2 @ #p 1 0 09380588 +otter n 2 3 @ ~ #m 2 0 14765785 02444819 +otter_hound n 1 1 @ 1 0 02091635 +otter_shrew n 1 2 @ #m 1 0 01894956 +otterhound n 1 1 @ 1 0 02091635 +ottmar_mergenthaler n 1 1 @ 1 0 11176230 +otto_frisch n 1 1 @ 1 0 10983172 +otto_fritz_meyerhof n 1 1 @ 1 0 11177873 +otto_hahn n 1 1 @ 1 0 11022160 +otto_heinrich_warburg n 1 1 @ 1 0 11373672 +otto_i n 1 1 @ 1 0 11218625 +otto_jespersen n 1 1 @ 1 0 11083527 +otto_loewi n 1 1 @ 1 0 11137506 +otto_meyerhof n 1 1 @ 1 0 11177873 +otto_neumann_sverdrup n 1 1 @ 1 0 11326008 +otto_robert_frisch n 1 1 @ 1 0 10983172 +otto_the_great n 1 1 @ 1 0 11218625 +otto_von_bismarck n 1 1 @ 1 0 10851599 +otto_wagner n 1 1 @ 1 0 11370068 +ottoman n 4 1 @ 4 0 09735113 08156505 03858418 03380724 +ottoman_dynasty n 1 1 @ 1 0 08156505 +ottoman_empire n 1 2 @ #p 1 0 09038597 +ottoman_turk n 1 1 @ 1 0 09735113 +ottorino_respighi n 1 1 @ 1 0 11258214 +ottumwa n 1 2 @ #p 1 0 09087352 +otus n 1 3 @ #m %m 1 0 01623284 +otus_asio n 1 2 @ #m 1 0 01623425 +otus_scops n 1 1 @ 1 0 01624115 +otus_sunia n 1 1 @ 1 0 01624212 +ouachita n 1 2 @ #p 1 0 09380817 +ouachita_river n 1 2 @ #p 1 0 09380817 +oubliette n 1 1 @ 1 0 03858533 +ouguiya n 1 2 @ %p 1 0 13689765 +ouija n 1 2 @ %p 1 0 03858662 +ouija_board n 1 2 @ %p 1 0 03858662 +oujda n 1 2 @ #p 1 0 08970318 +ounce n 3 4 @ #m #p %p 3 1 13722522 13719922 02128757 +our_lady's_bedstraw n 1 1 @ 1 0 12665857 +our_lady's_mild_thistle n 1 2 @ #m 1 0 12015525 +our_lord's_candle n 1 1 @ 1 0 12484244 +ouranopithecus n 1 2 @ #m 1 0 02478416 +ouranos n 1 2 @ ; 1 0 09568051 +ouse n 1 2 @ #p 1 0 09381048 +ouse_river n 1 2 @ #p 1 0 09381048 +ousel n 1 2 @ #m 1 0 01558594 +ouster n 3 4 @ ~ + ; 3 0 10386071 01194615 00208797 +ousting n 1 3 @ ~ + 1 0 00208797 +out n 1 3 @ ~ ; 1 0 00129527 +out-and-outer n 1 2 @ ; 1 0 10386196 +out-basket n 1 2 ! @ 1 0 03858837 +out-migration n 1 1 @ 1 0 00056087 +out-of-body_experience n 1 1 @ 1 0 07287812 +out-of-court_settlement n 1 1 @ 1 0 07178182 +out-of-doors n 1 1 @ 1 1 08613733 +out-of-the-box_thinking n 1 2 @ #p 1 0 05797177 +out-tray n 1 1 @ 1 0 03858837 +out_of_bounds n 1 2 @ ~ 1 0 08651104 +outage n 2 2 @ ; 2 0 13759428 07421859 +outaouais n 1 2 @ #p 1 0 09380588 +outback n 1 4 @ ~ #p + 1 0 08505110 +outboard n 2 3 @ %p + 2 0 03859170 03859000 +outboard_motor n 1 2 @ %p 1 1 03859000 +outboard_motorboat n 1 1 @ 1 0 03859170 +outbreak n 1 2 @ ~ 1 1 07435273 +outbuilding n 1 2 @ ~ 1 0 03859280 +outburst n 3 2 @ ~ 3 2 07014320 07434942 00554433 +outcast n 1 3 @ ~ + 1 1 10386312 +outcaste n 1 2 @ + 1 0 10386515 +outcome n 2 2 @ ~ 2 2 07292694 11410625 +outcrop n 1 3 @ ~ + 1 0 09381242 +outcropping n 1 3 @ ~ + 1 0 09381242 +outcry n 1 3 @ ~ + 1 1 07120524 +outdoor_game n 1 2 @ ~ 1 0 00464651 +outdoor_man n 1 1 @ 1 1 10639359 +outdoor_sport n 1 2 @ ~ 1 0 00433661 +outdoor_stage n 1 1 @ 1 0 02786984 +outdoors n 1 2 @ + 1 0 08613733 +outdoorsman n 1 2 @ ~ 1 0 10386618 +outdoorswoman n 1 1 @ 1 0 10386754 +outer_boundary n 1 1 @ 1 0 13903576 +outer_ear n 1 3 @ #p %p 1 0 05323723 +outer_garment n 1 2 @ ~ 1 0 03863923 +outer_hebrides n 1 2 @ #p 1 0 08894319 +outer_mongolia n 1 3 @ #p %p 1 0 08968879 +outer_planet n 1 4 @ ~ #m ; 1 0 09381480 +outer_space n 1 3 @ #p %p 1 1 08500433 +outercourse n 1 1 @ 1 0 00843831 +outerwear n 1 2 @ ~ 1 0 03859495 +outfall n 1 1 @ 1 0 03859608 +outfield n 1 5 ! @ #p %p + 1 1 03859717 +outfielder n 2 4 @ ~ + ; 2 1 10386984 10386874 +outfit n 3 3 @ ~ + 3 3 08274826 03859958 03619396 +outfitter n 2 3 @ + ; 2 0 10387712 03860234 +outfitting n 1 3 @ ~ + 1 0 01157138 +outflow n 3 3 ! @ ~ 3 1 07436661 13529295 09443453 +outgo n 1 3 ! @ ~ 1 0 13275288 +outgoer n 1 1 @ 1 0 10051975 +outgrowth n 3 2 @ ~ 3 0 11415721 07324673 05470189 +outhouse n 1 1 @ 1 0 03860404 +outing n 2 2 @ ~ 2 1 00311809 15138691 +outlander n 1 2 @ ~ 1 0 10103485 +outlandishness n 1 2 @ + 1 0 04798511 +outlaw n 1 3 @ ~ + 1 1 09977660 +outlawry n 1 2 @ + 1 0 04811126 +outlay n 2 2 @ ~ 2 1 01122149 13275288 +outlet n 4 3 @ ~ %p 4 2 03748162 04548771 03303965 01264447 +outlet_box n 1 2 @ ; 1 0 03860569 +outlier n 2 2 @ ; 2 0 10387836 06023369 +outline n 3 3 @ ~ + 3 3 08612786 06468951 05891572 +outlook n 3 2 @ ~ 3 2 06195839 05944958 00881545 +outpatient n 1 2 ! @ 1 0 10387936 +outport n 1 2 @ ; 1 0 08638260 +outpost n 3 2 @ ; 3 3 08613985 08374653 03860741 +outpouring n 5 2 @ ~ 5 0 09443453 07439570 07407777 07083441 00329819 +output n 5 3 @ ~ + 5 3 03287178 00914632 07264925 13758745 03860882 +output-to-input_ratio n 1 2 @ #p 1 0 13823968 +output_contract n 1 1 @ 1 0 06523473 +output_device n 1 1 @ 1 0 03861048 +output_file n 1 2 @ ; 1 0 06510663 +output_program n 1 2 @ %p 1 0 06577232 +output_routine n 1 2 @ #p 1 0 06583929 +output_signal n 1 2 @ ~ 1 0 07264925 +outrage n 4 3 @ ~ + 4 2 07517737 00425090 07306252 01225397 +outrageousness n 2 2 @ + 2 0 05119096 04903247 +outreach n 1 1 @ 1 1 00348953 +outrider n 1 1 @ 1 0 10388082 +outrigger n 1 2 @ #p 1 0 03861271 +outrigger_canoe n 1 2 @ %p 1 0 03861430 +outset n 1 2 @ ~ 1 1 15265518 +outside n 2 3 ! @ ~ 2 2 08613593 08613472 +outside_caliper n 1 1 @ 1 0 03861596 +outside_clinch n 1 1 @ 1 0 03861731 +outside_door n 1 4 @ ~ #p %p 1 1 03307274 +outside_loop n 1 1 @ 1 0 00170172 +outside_mirror n 1 1 @ 1 0 03861842 +outsider n 2 2 @ ~ 2 1 10103921 10388192 +outsider_art n 1 1 @ 1 0 03861959 +outsize n 1 2 @ + 1 0 05096577 +outskirt n 1 2 @ %p 1 1 08690792 +outskirts n 1 1 @ 1 1 08539276 +outsole n 1 2 @ #p 1 0 03862190 +outspokenness n 1 3 @ ~ + 1 0 04650731 +outstation n 1 1 @ 1 0 08613985 +outstroke n 1 1 @ 1 0 07351497 +outtake n 1 1 @ 1 0 06614901 +outthrust n 1 1 @ 1 0 09381781 +outturn n 1 2 @ ~ 1 0 03860882 +outwardness n 3 5 ! @ ~ = + 3 0 05787498 05078623 04620741 +outwork n 1 1 @ 1 0 03862379 +ouzel n 1 2 @ #m 1 0 01558594 +ouzo n 1 2 @ %s 1 0 07904934 +ov n 1 2 @ ; 1 0 08036849 +oval n 1 3 @ ~ + 1 1 13878306 +oval_kumquat n 1 1 @ 1 0 12713521 +oval_office n 1 2 @ #p 1 0 03862531 +oval_window n 1 1 @ 1 0 05325606 +ovalbumin n 1 2 @ #p 1 0 07841037 +ovalipes n 1 3 @ #m %m 1 0 01979395 +ovalipes_ocellatus n 1 2 @ #m 1 0 01979526 +ovarian_artery n 1 2 @ #p 1 0 05353070 +ovarian_cyst n 1 1 @ 1 0 14202417 +ovarian_pregnancy n 1 1 @ 1 0 14047547 +ovarian_vein n 1 1 @ 1 0 05375530 +ovariectomy n 1 1 @ 1 0 00686570 +ovaritis n 1 1 @ 1 0 14351995 +ovary n 2 5 @ #p %p + ; 2 0 11678635 05515287 +ovate_leaf n 1 1 @ 1 0 13159155 +ovation n 1 2 @ %p 1 0 06688751 +oven n 1 2 @ ~ 1 1 03862676 +oven_stuffer n 1 1 @ 1 0 07645769 +oven_stuffer_roaster n 1 1 @ 1 0 07645769 +oven_thermometer n 1 1 @ 1 0 03862862 +ovenbird n 2 2 @ #m 2 0 01570267 01552813 +ovenware n 1 1 @ 1 0 03862984 +over n 1 4 @ ~ #p ; 1 0 15258694 +over-crowding n 1 2 @ + 1 0 13944747 +over-the-counter_drug n 1 2 ! @ 1 0 03866176 +over-the-counter_market n 1 1 @ 1 0 03866350 +over-the-counter_medicine n 1 2 ! @ 1 0 03866176 +over-the-shoulder_bombing n 1 1 @ 1 0 00979557 +over_the_counter_security n 1 2 @ ~ 1 0 13421095 +over_the_counter_stock n 1 2 @ ~ 1 0 13421286 +overabundance n 2 3 @ ~ + 2 0 14452294 05119367 +overachievement n 1 3 ! @ + 1 1 00047356 +overachiever n 1 1 @ 1 1 10388321 +overacting n 1 2 @ + 1 0 00551585 +overactivity n 1 2 @ + 1 0 13529450 +overage n 1 1 @ 1 0 13378816 +overall n 2 2 @ ; 2 1 03863108 03863262 +overanxiety n 1 1 @ 1 0 14375166 +overappraisal n 1 1 @ 1 0 06528992 +overbearingness n 1 2 @ + 1 0 04888788 +overbid n 2 3 @ + ; 2 0 07165298 06737758 +overbite n 1 2 @ ; 1 0 14061097 +overburden n 2 2 @ + 2 0 09381880 03864994 +overcall n 1 2 @ ; 1 0 06737758 +overcapitalisation n 1 3 @ + ; 1 0 00093127 +overcapitalization n 1 3 @ + ; 1 0 00093127 +overcast n 4 2 @ + 4 1 14524198 13984468 03863442 00455076 +overcasting n 1 2 @ + 1 0 03863442 +overcharge n 1 3 @ ~ + 1 0 13307784 +overclothes n 1 2 @ ~ 1 0 03859495 +overcoat n 2 2 @ ~ 2 1 03456665 03863657 +overcoating n 1 1 @ 1 0 03863657 +overcomer n 1 2 @ + 1 0 10668450 +overcompensation n 2 3 @ + ; 2 0 13529616 13282948 +overconfidence n 1 2 @ + 1 0 05697789 +overcredulity n 1 1 @ 1 0 04895695 +overcrossing n 1 2 @ ~ 1 0 03379828 +overcup_oak n 1 1 @ 1 0 12274151 +overdraft n 1 1 @ 1 0 13377654 +overdraft_credit n 1 1 @ 1 0 13380996 +overdrive n 2 2 @ + 2 0 14009020 03863783 +overeating n 1 2 @ + 1 1 00759186 +overemphasis n 1 1 @ 1 0 05037737 +overestimate n 2 2 @ + 2 0 06528992 05804274 +overestimation n 2 2 @ + 2 1 06528992 05804274 +overexertion n 1 2 @ + 1 0 00633717 +overexploitation n 1 2 @ + 1 0 00951433 +overexposure n 2 2 @ + 2 0 00907500 00157687 +overfeeding n 1 2 @ + 1 0 01059096 +overflight n 1 1 @ 1 0 00304442 +overflow n 2 3 @ ~ + 2 1 00329819 07407272 +overflow_incontinence n 1 1 @ 1 0 13529831 +overgarment n 1 3 ! @ ~ 1 0 03863923 +overgrowth n 2 2 @ %p 2 0 14368288 05116486 +overhand_knot n 1 1 @ 1 0 03864139 +overhand_pitch n 1 1 @ 1 0 00108545 +overhand_stitch n 1 1 @ 1 0 03864254 +overhang n 1 3 @ ~ + 1 1 03864356 +overhaul n 2 3 @ ~ + 2 0 00268112 00265119 +overhead n 6 3 @ #p ; 6 1 13277179 15298011 08556065 04534779 03864542 00569474 +overhead_projector n 1 1 @ 1 0 03864692 +overhead_railway n 1 2 @ ~ 1 0 03280813 +overheating n 1 3 @ ~ + 1 0 13530108 +overindulgence n 1 2 @ + 1 0 01073655 +overkill n 2 1 @ 2 0 05204316 00633479 +overlap n 3 3 @ ~ + 3 0 05764365 05048833 03641706 +overlapping n 1 2 @ + 1 0 03561657 +overlay n 2 2 @ + 2 0 04187233 03864834 +overlayer n 1 2 @ + 1 0 04187233 +overlip n 1 1 @ 1 0 05306055 +overload n 2 2 @ + 2 1 03865171 03864994 +overlook n 1 2 @ + 1 0 08614104 +overlord n 1 3 @ ~ + 1 0 10388440 +overlordship n 1 2 @ + 1 0 00595684 +overmantel n 1 1 @ 1 0 03865288 +overmuch n 1 2 @ ~ 1 0 05119367 +overmuchness n 1 3 @ ~ + 1 0 05119367 +overnight_bag n 1 2 @ ~ 1 0 03865371 +overnight_case n 1 2 @ ~ 1 0 03865371 +overnighter n 2 2 @ ~ 2 1 10388647 03865371 +overpass n 1 1 @ 1 0 03865557 +overpayment n 2 2 @ + 2 1 13279046 01121390 +overplus n 1 2 @ ~ 1 0 05120116 +overpopulation n 1 2 @ + 1 0 08178935 +overpressure n 1 1 @ 1 0 11495964 +overprint n 1 2 @ + 1 0 03865704 +overproduction n 1 2 @ + 1 0 00914343 +overprotection n 1 2 @ + 1 1 00820721 +overrating n 1 2 @ + 1 0 05804274 +overreaction n 1 2 @ + 1 0 00859863 +overreckoning n 1 1 @ 1 0 05804274 +overrefinement n 1 2 @ + 1 0 00751529 +override n 2 3 @ ~ + 2 0 03865820 00231567 +overrun n 1 2 @ + 1 0 00914343 +overseas_cap n 1 1 @ 1 0 03420801 +overseas_telegram n 1 1 @ 1 0 06275095 +overseer n 1 3 @ ~ + 1 0 10388732 +oversensitiveness n 1 2 @ + 1 0 07512719 +overshielding n 1 1 @ 1 0 00820721 +overshoe n 1 2 @ ~ 1 1 03865949 +overshoot n 1 2 @ + 1 0 00281898 +oversight n 3 2 @ ~ 3 0 05706815 01135529 00074524 +oversimplification n 2 2 @ + 2 1 01212037 06739345 +overskirt n 1 1 @ 1 0 03866082 +overspill n 2 1 @ 2 0 08179033 07407272 +overstatement n 1 3 ! @ + 1 0 06758835 +overstrain n 1 2 @ + 1 0 11515644 +overstuffed_chair n 1 2 @ ~ 1 0 03262932 +oversupply n 1 2 @ + 1 0 05119837 +overt_operation n 1 1 @ 1 0 00984490 +overtaking n 1 2 @ + 1 0 00340192 +overthrow n 2 3 @ ~ + 2 1 00215683 00554850 +overthrust_fault n 1 1 @ 1 0 09457507 +overtime n 2 4 ! @ ~ #p 2 1 15137194 15233989 +overtime_period n 1 1 @ 1 0 15234348 +overtolerance n 1 1 @ 1 0 04639030 +overtone n 2 2 @ ; 2 1 06606464 05720093 +overture n 3 1 @ 3 3 07040820 07327013 07164349 +overturn n 2 2 @ + 2 0 00348312 00068170 +overuse n 1 2 @ + 1 0 00951433 +overutilisation n 1 1 @ 1 0 00951433 +overutilization n 1 1 @ 1 0 00951433 +overvaluation n 2 2 @ + 2 0 06528992 05736468 +overview n 1 1 @ 1 0 06469223 +overweight n 1 2 @ + 1 0 05000537 +overwork n 1 2 @ + 1 0 00623370 +overworking n 1 2 @ + 1 0 00623370 +ovibos n 1 3 @ #m %m 1 0 02411075 +ovibos_moschatus n 1 2 @ #m 1 0 02411206 +ovid n 1 2 @ - 1 0 11218776 +oviduct n 1 2 @ #p 1 0 05518870 +oviedo n 1 2 @ #p 1 0 09026780 +ovimbundu n 1 1 @ 1 0 08484522 +ovipositor n 1 1 @ 1 0 01460813 +oviraptorid n 1 2 @ #m 1 0 01717229 +ovis n 1 3 @ #m %m 1 0 02411427 +ovis_ammon n 1 2 @ #m 1 0 02414763 +ovis_aries n 1 4 @ ~ #m %p 1 0 02413131 +ovis_canadensis n 1 2 @ #m 1 0 02415577 +ovis_montana_dalli n 1 2 @ #m 1 0 02415253 +ovis_musimon n 1 2 @ #m 1 0 02415829 +ovis_poli n 1 2 @ #m 1 0 02414904 +ovis_vignei n 1 2 @ #m 1 0 02415130 +ovocon n 1 2 @ %s 1 0 03866555 +ovoflavin n 1 2 @ %s 1 0 15091473 +ovoid n 1 2 @ + 1 0 13915023 +ovolo n 1 2 @ ~ 1 0 03866721 +ovotestis n 1 1 @ 1 0 05515545 +ovral n 1 2 @ %s 1 0 03866908 +ovrette n 1 2 @ %s 1 0 03867070 +ovulation n 1 3 ! @ + 1 0 13530237 +ovulation_method n 1 1 @ 1 0 00852825 +ovulation_method_of_family_planning n 1 1 @ 1 0 00852825 +ovule n 2 4 @ ~ %p + 2 0 11678768 05458300 +ovulen n 1 2 @ %s 1 0 03867201 +ovum n 1 4 @ ~ #p + 1 0 05457973 +owen n 2 1 @ 2 0 11219121 11218938 +owen_glendower n 1 1 @ 1 0 11002040 +owen_wister n 1 1 @ 1 0 11393446 +owens n 1 1 @ 1 0 11219293 +owensboro n 1 2 @ #p 1 0 09090128 +owl n 1 4 @ ~ #m + 1 1 01621127 +owlclaws n 1 1 @ 1 0 11977660 +owlet n 1 2 @ + 1 0 01621635 +owlet_moth n 1 3 @ ~ #m 1 0 02295064 +owlt n 1 1 @ 1 0 15130749 +own_goal n 1 2 @ ; 1 0 00187499 +own_right n 1 1 @ 1 0 05181513 +owner n 2 4 @ ~ + ; 2 2 10388924 10389398 +owner-driver n 1 1 @ 1 0 10389760 +owner-occupier n 1 1 @ 1 0 10389865 +ownership n 3 3 @ ~ + 3 2 13240514 00809465 14479488 +ox n 2 4 @ ~ #m %p 2 1 02403003 02402175 +ox-eyed_daisy n 1 2 @ #m 1 0 11989869 +oxacillin n 1 1 @ 1 0 03867355 +oxalacetate n 1 1 @ 1 0 14970645 +oxalacetic_acid n 1 1 @ 1 0 14970752 +oxalate n 1 2 @ ~ 1 0 14970920 +oxalic_acid n 1 1 @ 1 0 14971022 +oxalidaceae n 1 3 @ #m %m 1 0 12702443 +oxalis n 1 3 @ ~ #m 1 0 12702948 +oxalis_acetosella n 1 1 @ 1 0 12703190 +oxalis_caprina n 1 1 @ 1 0 12703716 +oxalis_cernua n 1 1 @ 1 0 12703383 +oxalis_corniculata n 1 1 @ 1 0 12703557 +oxalis_crenata n 1 1 @ 1 0 12704041 +oxalis_pes-caprae n 1 1 @ 1 0 12703383 +oxalis_tuberosa n 1 1 @ 1 0 12704041 +oxalis_violacea n 1 1 @ 1 0 12703856 +oxaloacetate n 1 1 @ 1 0 14970645 +oxaloacetic_acid n 1 1 @ 1 0 14970752 +oxandra n 1 2 @ #m 1 0 11696338 +oxandra_lanceolata n 1 2 @ %s 1 0 11696450 +oxaprozin n 1 2 @ %s 1 0 03867515 +oxazepam n 1 1 @ 1 0 03867675 +oxblood_red n 1 1 @ 1 0 04964079 +oxbow n 3 1 @ 3 0 09382099 09382019 03867854 +oxbow_lake n 1 1 @ 1 0 09382191 +oxbridge n 1 2 @ ; 1 0 03868044 +oxcart n 1 1 @ 1 1 03868242 +oxen n 1 5 @ ~ #m %m %p 1 1 02402425 +oxeye n 3 3 @ ~ #m 3 0 11980682 11942487 03868324 +oxeye_daisy n 2 2 @ #m 2 0 11990167 11989869 +oxford n 4 6 @ ~ #p %m %p + 4 1 08877807 09077681 03868509 03868406 +oxford_english n 1 1 @ 1 1 06950049 +oxford_english_dictionary n 1 1 @ 1 0 06420424 +oxford_gray n 1 1 @ 1 0 04962240 +oxford_grey n 1 1 @ 1 0 04962240 +oxford_movement n 1 1 @ 1 0 08475586 +oxford_university n 1 2 @ #p 1 0 03868509 +oxheart n 2 2 @ ~ 2 0 12642435 07757602 +oxheart_cherry n 2 2 @ ~ 2 0 12642435 07757602 +oxidant n 1 3 @ ~ + 1 0 14780040 +oxidase n 1 2 @ ~ 1 0 14971234 +oxidation n 1 3 @ ~ + 1 1 13530408 +oxidation-reduction n 1 1 @ 1 0 13530799 +oxidation-reduction_indicator n 1 1 @ 1 0 14971359 +oxidation_number n 1 1 @ 1 0 13591314 +oxidation_state n 1 1 @ 1 0 13591314 +oxidative_phosphorylation n 1 2 @ #p 1 0 13530989 +oxide n 1 3 @ ~ + 1 0 14971519 +oxidisation n 1 3 @ ~ + 1 0 13530408 +oxidiser n 1 3 @ ~ + 1 0 14780040 +oxidization n 1 3 @ ~ + 1 0 13530408 +oxidized_ldl_cholesterol n 1 1 @ 1 0 15059237 +oxidizer n 1 3 @ ~ + 1 0 14780040 +oxidizing_agent n 1 2 @ ~ 1 0 14780040 +oxidoreductase n 1 2 @ ~ 1 0 14971969 +oxidoreduction n 1 1 @ 1 0 13530799 +oxime n 1 1 @ 1 0 14972092 +oximeter n 1 1 @ 1 0 03868643 +oxlip n 1 1 @ 1 0 12091550 +oxonian n 1 3 @ #m + 1 0 09705003 +oxtail n 1 2 @ #s 1 0 02158494 +oxtail_soup n 1 2 @ %s 1 0 07586485 +oxtant n 1 2 @ %p 1 0 13612427 +oxtongue n 1 2 @ #m 1 0 12003167 +oxyacetylene n 1 2 @ %s 1 0 14972184 +oxyacetylene_torch n 1 1 @ 1 0 03868763 +oxyacid n 1 2 @ ~ 1 0 14972359 +oxybelis n 1 3 @ #m %m 1 0 01739260 +oxybenzene n 1 1 @ 1 0 14796073 +oxybutyric_acid n 1 2 @ ~ 1 0 14927451 +oxycephaly n 1 1 @ 1 0 14164190 +oxydendrum n 1 3 @ #m %m 1 0 12242287 +oxydendrum_arboreum n 1 2 @ #m 1 0 12242409 +oxygen n 1 4 @ ~ #s + 1 1 14648100 +oxygen_acid n 1 2 @ ~ 1 0 14972359 +oxygen_debt n 1 1 @ 1 0 14042735 +oxygen_deficit n 1 1 @ 1 0 05114652 +oxygen_mask n 1 2 @ #p 1 0 03868863 +oxygenase n 1 1 @ 1 0 14972681 +oxygenation n 1 2 @ + 1 0 13531149 +oxyhaemoglobin n 1 1 @ 1 0 15024773 +oxyhemoglobin n 1 1 @ 1 0 15024773 +oxylebius n 1 3 @ #m %m 1 0 02649082 +oxylebius_pictus n 1 2 @ #m 1 0 02649218 +oxymoron n 1 1 @ 1 0 07108010 +oxyopia n 1 1 @ 1 0 05655966 +oxyphenbutazone n 1 1 @ 1 0 03869044 +oxyphencyclimine n 1 1 @ 1 0 03869222 +oxytetracycline n 1 1 @ 1 1 03869389 +oxytetracycline_hydrochloride n 1 1 @ 1 0 03869389 +oxytocic n 1 1 @ 1 0 03869685 +oxytocic_drug n 1 1 @ 1 0 03869685 +oxytocin n 1 1 @ 1 0 05411571 +oxytone n 1 1 @ 1 0 06294716 +oxytropis n 1 3 @ #m %m 1 0 12554242 +oxytropis_lambertii n 1 1 @ 1 0 12554729 +oxyura n 1 3 @ #m %m 1 0 01849747 +oxyura_jamaicensis n 1 2 @ #m 1 0 01849863 +oxyuranus n 1 3 @ #m %m 1 0 01751353 +oxyuranus_scutellatus n 1 2 @ #m 1 0 01751472 +oxyuridae n 1 3 @ #m %m 1 0 01931277 +oyabun n 1 1 @ 1 1 10389976 +oyster n 3 6 @ ~ #m #p %p + 3 1 01960459 07786164 07649342 +oyster-fish n 1 1 @ 1 0 02548884 +oyster_agaric n 1 2 @ #m 1 0 13007417 +oyster_bank n 1 1 @ 1 0 03869976 +oyster_bar n 1 1 @ 1 0 03869838 +oyster_bed n 1 1 @ 1 0 03869976 +oyster_catcher n 1 2 @ #m 1 0 02037110 +oyster_crab n 1 2 @ #m 1 0 01980830 +oyster_cracker n 1 1 @ 1 0 07695410 +oyster_dressing n 1 1 @ 1 0 07679034 +oyster_fish n 1 1 @ 1 0 02548884 +oyster_fungus n 1 2 @ #m 1 0 13007417 +oyster_mushroom n 1 2 @ #m 1 0 13007417 +oyster_park n 1 1 @ 1 0 03869976 +oyster_plant n 3 4 @ #m #p %p 3 0 12027538 12027222 07735179 +oyster_shell n 1 1 @ 1 0 01904886 +oyster_stew n 1 1 @ 1 0 07591162 +oyster_stuffing n 1 1 @ 1 0 07679034 +oystercatcher n 1 2 @ #m 1 0 02037110 +oysterfish n 1 1 @ 1 0 02548884 +oysters_rockefeller n 1 1 @ 1 0 07786337 +oz. n 1 3 @ #p %p 1 0 13719922 +ozaena n 1 1 @ 1 0 14352163 +ozark_chinkapin n 1 3 @ #m %p 1 0 12263987 +ozark_chinquapin n 1 3 @ #m %p 1 0 12263987 +ozark_mountains n 1 2 @ #p 1 0 09382362 +ozark_plateau n 1 2 @ #p 1 0 09382362 +ozark_sundrops n 1 1 @ 1 0 12344837 +ozarks n 1 2 @ #p 1 0 09382362 +ozawa n 1 2 @ ; 1 0 11219502 +ozena n 1 1 @ 1 0 14352163 +ozocerite n 1 1 @ 1 0 14665102 +ozokerite n 1 1 @ 1 0 14665102 +ozone n 1 2 @ %s 1 1 14972807 +ozone_hole n 1 2 @ #p 1 0 09382570 +ozone_layer n 1 3 @ #p %p 1 0 09382726 +ozone_sickness n 1 1 @ 1 0 14190284 +ozonide n 1 1 @ 1 0 14684427 +ozonium n 1 2 @ #m 1 0 13082711 +ozonosphere n 1 3 @ #p %p 1 0 09382726 +ozothamnus n 1 3 @ #m %m 1 0 11999455 +ozothamnus_secundiflorus n 1 2 @ #m 1 0 11999656 +p n 2 3 @ #m #s 2 0 14649197 06832788 +p-n-p_transistor n 1 1 @ 1 0 03972146 +p-n_junction n 1 1 @ 1 0 03971960 +p-type_semiconductor n 1 1 @ 1 0 04017993 +p._g._wodehouse n 1 1 @ 1 0 11394042 +p._p._von_mauser n 1 1 @ 1 0 11165854 +p._t._barnum n 1 1 @ 1 0 10834869 +p.a. n 1 2 @ %p 1 0 04018155 +p.a._system n 1 2 @ %p 1 0 04018155 +p.e. n 1 2 @ ~ 1 0 11494472 +p.o. n 1 2 @ ~ 1 0 10420809 +p/e_ratio n 1 2 @ ; 1 0 13824340 +pa n 5 4 @ #p %p - 5 1 09988063 14651708 13711303 09134386 04018155 +pa'anga n 1 2 @ %p 1 0 13690109 +pa_system n 1 2 @ %p 1 1 04018155 +paba n 1 2 @ #s 1 0 14973965 +pabir n 1 1 @ 1 0 06983895 +pablo_casals n 1 1 @ 1 0 10885831 +pablo_neruda n 1 1 @ 1 0 11203795 +pablo_picasso n 1 1 @ 1 0 11234951 +pablum n 2 3 @ #p ; 2 0 07703053 06612174 +pabulum n 2 2 @ ~ 2 0 07556637 05811380 +pac n 1 1 @ 1 0 08327212 +pac-man_strategy n 1 1 @ 1 0 00176312 +paca n 1 1 @ 1 0 02366301 +pace n 6 5 @ ~ #p %p + 6 4 15280497 13757249 05058580 00285889 15283097 13650447 +pace_car n 1 2 @ ; 1 0 03870105 +pace_lap n 1 2 @ ; 1 0 00295422 +pacemaker n 4 1 @ 4 0 05938633 05389460 03870290 02388143 +pacer n 2 2 @ + 2 0 02388143 02387983 +pacesetter n 2 1 @ 2 0 05938633 02388143 +pacha n 1 1 @ 1 0 10403768 +pachinko n 1 1 @ 1 1 00459465 +pachisi n 1 2 @ ~ 1 0 00505446 +pachouli n 2 2 @ #m 2 0 12862828 03898271 +pachuco n 1 1 @ 1 0 10390050 +pachycephala n 1 3 @ #m %m 1 0 01556368 +pachycephalosaur n 1 1 @ 1 0 01703161 +pachycephalosaurus n 1 1 @ 1 0 01703161 +pachycheilia n 1 1 @ 1 0 14509491 +pachyderm n 1 4 @ ~ %p + 1 0 02453108 +pachyderma n 1 1 @ 1 0 14367797 +pachyrhizus n 1 3 @ #m %m 1 0 12555069 +pachyrhizus_erosus n 1 2 @ #m 1 0 12555255 +pachyrhizus_tuberosus n 1 2 @ #m 1 0 12555553 +pachysandra n 1 3 @ ~ #m 1 0 12746884 +pachysandra_procumbens n 1 1 @ 1 0 12747120 +pachysandra_terminalis n 1 1 @ 1 0 12747371 +pachytene n 1 2 @ #p 1 0 13531318 +pacific n 1 4 @ %p + - 1 1 09382990 +pacific_bonito n 1 2 @ #m 1 0 02628259 +pacific_bottlenose_dolphin n 1 1 @ 1 0 02070174 +pacific_coast n 1 2 @ #p 1 0 09383793 +pacific_cod n 1 1 @ 1 0 02522866 +pacific_giant_salamander n 1 2 @ #m 1 0 01635176 +pacific_halibut n 1 1 @ 1 0 02660640 +pacific_hemlock n 1 1 @ 1 0 11628087 +pacific_herring n 1 2 @ #m 1 0 02532451 +pacific_newt n 1 3 @ ~ #m 1 0 01631175 +pacific_northwest n 1 2 @ #p 1 0 08564739 +pacific_ocean n 1 3 @ %p - 1 0 09382990 +pacific_plum n 1 1 @ 1 0 12649866 +pacific_ridley n 1 1 @ 1 0 01664674 +pacific_sardine n 1 2 @ #m 1 0 02533545 +pacific_silver_fir n 1 1 @ 1 0 11621281 +pacific_spiny_dogfish n 1 2 @ #m 1 0 01494041 +pacific_standard_time n 1 1 @ 1 0 15132638 +pacific_sturgeon n 1 2 @ #m 1 0 02640626 +pacific_time n 1 1 @ 1 0 15132638 +pacific_tree_toad n 1 2 @ #m 1 0 01650901 +pacific_tripletail n 1 1 @ 1 0 02636550 +pacific_walrus n 1 1 @ 1 0 02081927 +pacific_yew n 1 2 @ #m 1 0 11662128 +pacification n 3 3 @ ~ + 3 1 01151097 06773976 00963749 +pacificism n 2 1 @ 2 0 05965586 05946406 +pacificist n 1 2 @ ~ 1 0 10390199 +pacifier n 3 3 @ ~ + 3 0 09952163 03870461 03075768 +pacifism n 2 2 @ + 2 0 05965586 05946406 +pacifist n 1 3 @ ~ + 1 0 10390199 +pacing n 2 4 @ ~ + ; 2 2 15264363 00289555 +pacinian_corpuscle n 1 2 @ #p 1 0 05469424 +pack n 9 5 @ ~ #m %m + 9 3 13775093 07956426 03870546 08244062 08240633 07994941 03870980 03870822 03870672 +pack_animal n 1 2 @ ~ 1 0 01317391 +pack_ice n 1 1 @ 1 0 09383901 +pack_of_cards n 1 2 @ %m 1 0 07956721 +pack_rat n 2 3 @ ~ #m 2 0 10281276 02339922 +pack_riding n 1 1 @ 1 0 00300037 +pack_tent n 1 1 @ 1 0 02769963 +package n 3 4 @ ~ + ; 3 2 08008017 03871083 06566077 +package_bomb n 1 1 @ 1 0 03657918 +package_holiday n 1 1 @ 1 0 00748919 +package_store n 1 1 @ 1 0 03871371 +package_tour n 1 1 @ 1 0 00748919 +packaged_goods n 1 2 @ ; 1 0 03871255 +packaging n 3 4 @ ~ #p + 3 1 01103788 07247071 03871524 +packaging_company n 1 1 @ 1 0 08069342 +packaging_concern n 1 1 @ 1 0 08069342 +packed_cell_volume n 1 1 @ 1 0 13821766 +packed_cells n 1 1 @ 1 0 05450370 +packer n 3 3 @ ~ + 3 0 10390427 10304505 09830629 +packera n 1 3 @ #m %m 1 0 11999958 +packera_aurea n 1 1 @ 1 0 12000356 +packet n 4 3 @ ~ ; 4 1 08008017 07281099 03871628 03710079 +packet_boat n 1 1 @ 1 0 03710079 +packhorse n 1 1 @ 1 0 02386746 +packing n 3 3 @ ~ + 3 2 14976448 00322228 00319312 +packing_box n 2 2 @ %p 2 0 04345595 03871724 +packing_case n 1 1 @ 1 0 03871724 +packing_material n 1 2 @ ~ 1 0 14976448 +packing_needle n 1 1 @ 1 0 03872167 +packing_nut n 1 2 @ #p 1 0 04345787 +packing_plant n 1 1 @ 1 0 03871860 +packinghouse n 2 1 @ 2 1 03872016 03871860 +packman n 1 2 @ ~ 1 0 10411551 +packrat n 2 3 @ ~ #m 2 0 10390600 02339922 +packsack n 1 2 @ ~ 1 0 02769748 +packsaddle n 1 1 @ 1 0 03872273 +packthread n 1 1 @ 1 0 03872386 +pact n 1 2 @ ~ 1 1 06773434 +pad n 7 4 @ ~ #p + 7 1 14973133 13154586 03872885 03872495 03647691 03195485 02440523 +pad_of_paper n 1 2 @ ~ 1 0 14973133 +padauk n 1 3 @ #m %s 1 0 12565368 +padda n 1 3 @ #m %m 1 0 01543508 +padda_oryzivora n 1 2 @ #m 1 0 01543632 +padder n 1 1 @ 1 0 10102130 +padding n 1 4 @ ~ %s + 1 0 03873064 +paddle n 4 4 @ ~ #p + 4 0 03873848 03873699 03873574 03873416 +paddle-box n 1 2 @ #p 1 0 03873996 +paddle-wheeler n 1 2 @ ~ 1 0 03874138 +paddle_box n 1 2 @ #p 1 0 03873996 +paddle_steamer n 1 2 @ ~ 1 0 03874138 +paddle_wheel n 1 2 @ %p 1 0 03874293 +paddlefish n 1 2 @ #m 1 0 02639605 +paddler n 1 2 @ + 1 0 09891470 +paddlewheel n 1 2 @ %p 1 0 03874293 +paddock n 1 1 @ 1 0 03874487 +paddy n 3 2 @ ; 3 0 09715521 08614229 07804900 +paddy_field n 1 1 @ 1 0 08614229 +paddy_wagon n 1 1 @ 1 0 03977966 +paddymelon n 1 2 @ #m 1 0 01879217 +pademelon n 1 2 @ #m 1 0 01879217 +paderewski n 1 1 @ 1 0 11219635 +padlock n 1 3 @ %p + 1 1 03874599 +padouk n 1 3 @ #m %s 1 0 12565368 +padova n 1 2 @ #p 1 0 08813156 +padre n 2 2 @ ; 2 0 10316527 10081204 +padrone n 2 1 @ 2 0 10390807 10390698 +padua n 1 2 @ #p 1 0 08813156 +paducah n 1 2 @ #p 1 0 09090271 +paean n 2 2 @ ; 2 1 06694149 07036862 +paederast n 1 2 @ + 1 0 10411867 +paederasty n 1 1 @ 1 0 00857872 +paediatrician n 1 3 @ ~ + 1 0 09828760 +paediatrics n 1 3 @ ~ + 1 0 06061631 +paedophile n 1 1 @ 1 0 10412669 +paedophilia n 1 1 @ 1 0 00738270 +paella n 1 2 @ ; 1 0 07591961 +paeonia n 1 3 @ #m %m 1 0 11719120 +paeoniaceae n 1 3 @ #m %m 1 0 11718911 +paeony n 1 2 @ #m 1 0 11719286 +pagad n 1 2 @ ; 1 0 08039601 +pagan n 3 3 @ ~ + 3 1 10166394 10390902 10168183 +pagan_religion n 1 2 @ ~ 1 0 06224657 +paganini n 1 1 @ 1 0 11219851 +paganism n 1 2 @ ~ 1 1 06224657 +page n 6 5 @ ~ %s %p + 6 1 06256697 11220149 11219992 10391416 10391248 10391086 +page-at-a-time_printer n 1 2 @ ~ 1 0 03874823 +page_number n 1 2 @ #p 1 0 06258680 +page_printer n 1 2 @ ~ 1 0 03874823 +pageant n 2 1 @ 2 1 00899761 07452251 +pageantry n 2 1 @ 2 0 07452251 00899761 +pageboy n 2 1 @ 2 0 10391416 05260127 +pagellus n 1 3 @ #m %m 1 0 02591493 +pagellus_centrodontus n 1 2 @ #m 1 0 02591613 +pager n 1 2 @ + 1 0 02823124 +paget n 1 1 @ 1 0 11220319 +paget's_disease n 1 1 @ 1 0 14079971 +pagination n 1 3 @ #p + 1 0 06258680 +paging n 2 3 @ #p + 2 1 07128322 06258680 +pago_pago n 1 2 @ #p 1 0 08992067 +pagoda n 1 1 @ 1 0 03874965 +pagoda_tree n 2 1 @ 2 0 11774972 11774795 +pagophila n 1 3 @ #m %m 1 0 02042342 +pagophila_eburnea n 1 2 @ #m 1 0 02042472 +pagophilus n 1 3 @ #m %m 1 0 02080022 +pagophilus_groenlandicus n 1 2 @ #m 1 0 02080146 +pagrus n 1 3 @ #m %m 1 0 02591205 +pagrus_pagrus n 1 2 @ #m 1 0 02591330 +paguridae n 1 3 @ #m %m 1 0 01985947 +pagurus n 1 3 @ #m %m 1 0 01986072 +pahautea n 1 2 @ #m 1 0 11639445 +pahlavi n 3 2 @ ~ 3 0 11220461 06974846 06352954 +pahlevi n 1 1 @ 1 0 11220461 +pahoehoe n 1 1 @ 1 0 14931559 +paid_vacation n 1 1 @ 1 1 15139018 +paige n 1 1 @ 1 0 11220664 +paigle n 2 1 @ 2 0 12091550 12091377 +pail n 2 3 @ ~ #p 2 1 02909870 13768537 +pailful n 1 1 @ 1 0 13768537 +paillasse n 1 1 @ 1 0 03875088 +pain n 5 4 ! @ ~ + 5 3 14322699 07494363 05724694 10391513 05830059 +pain_in_the_ass n 1 2 @ ~ 1 0 05830059 +pain_in_the_neck n 2 2 @ ~ 2 0 10391513 05830059 +pain_pill n 1 2 @ ~ 1 0 02707683 +pain_sensation n 1 2 @ ~ 1 0 05724694 +pain_threshold n 1 1 @ 1 0 05712698 +pain_unit n 1 2 @ ~ 1 0 13607873 +paine n 2 1 @ 2 0 11221107 11220836 +painful_sensation n 1 2 @ ~ 1 0 05724694 +painfulness n 2 3 @ ~ + 2 0 07494363 04720024 +painkiller n 1 2 @ ~ 1 0 02707683 +pains n 1 2 @ ~ 1 1 00788766 +painstakingness n 1 3 @ ~ + 1 0 04672355 +paint n 3 7 @ ~ #p %s %p + ; 3 1 03875218 08590909 04112752 +paint_leaf n 1 2 @ #m 1 0 12920521 +paint_roller n 1 1 @ 1 0 03877229 +paintball n 2 1 @ 2 0 03875806 00467122 +paintball_gun n 1 1 @ 1 0 03875955 +paintbox n 1 1 @ 1 0 03876111 +paintbrush n 1 1 @ 1 0 03876231 +painted-leaf_begonia n 1 1 @ 1 0 12361946 +painted_beauty n 1 2 @ #m 1 0 02276078 +painted_cup n 1 3 @ ~ #m 1 0 12879963 +painted_daisy n 1 2 @ #m 1 0 12022054 +painted_desert n 1 2 @ #p 1 0 09171853 +painted_greenling n 1 2 @ #m 1 0 02649218 +painted_leaf n 2 2 @ #m 2 0 12920719 12920204 +painted_nettle n 1 1 @ 1 0 12845413 +painted_sandgrouse n 1 2 @ #m 1 0 01816017 +painted_terrapin n 1 2 @ #m 1 0 01669654 +painted_tongue n 1 1 @ 1 0 12912801 +painted_tortoise n 1 2 @ #m 1 0 01669654 +painted_turtle n 1 2 @ #m 1 0 01669654 +painter n 4 5 @ ~ #m + ; 4 1 10391653 10393909 03876352 02125311 +painter's_colic n 1 1 @ 1 0 14070055 +painting n 4 4 @ ~ #p + 4 4 03876519 00936620 00717208 00609236 +pair n 4 4 @ ~ %p + 4 3 07985223 13743605 07976936 07958407 +pair_creation n 1 1 @ 1 0 13531435 +pair_formation n 1 1 @ 1 0 13531435 +pair_of_pincers n 1 2 @ ~ 1 0 03941684 +pair_of_pliers n 1 4 @ ~ %p ; 1 0 03966976 +pair_of_scissors n 1 4 @ ~ %p ; 1 0 04148054 +pair_of_tongs n 1 3 @ ~ ; 1 0 04450749 +pair_of_tweezers n 1 2 @ ~ 1 0 03941684 +pair_of_virginals n 1 1 @ 1 0 04537436 +pair_production n 1 1 @ 1 0 13531435 +pairing n 2 3 @ ~ + 2 0 00847340 00389610 +paisa n 1 2 @ #p 1 0 13703942 +paisley n 1 1 @ 1 0 03877351 +paiute n 2 1 @ 2 0 09664556 06915124 +paiwanic n 1 1 @ 1 0 06941041 +pajama n 2 2 @ ~ 2 0 03877674 03877472 +pak_choi n 1 2 @ #m 1 0 11879054 +pakchoi n 1 2 @ #m 1 0 11879054 +pakistan n 1 5 @ #p %m %p - 1 1 08975902 +pakistani n 1 4 @ ~ #m + 1 0 09725772 +pakistani_monetary_unit n 1 2 @ ~ 1 0 13704143 +pakistani_rupee n 1 2 @ %p 1 0 13704274 +pal n 1 3 @ ~ + 1 0 09877951 +palace n 4 4 @ ~ %p + 4 2 03878066 08053121 03878211 03877845 +palace_car n 1 1 @ 1 0 03891664 +palace_of_versailles n 1 2 @ #p 1 0 04529486 +paladin n 1 1 @ 1 0 09906538 +palaeencephalon n 1 1 @ 1 0 05482129 +palaemon n 1 3 @ #m %m 1 0 01987353 +palaemon_australis n 1 3 @ #m %p 1 0 01987727 +palaemonidae n 1 3 @ #m %m 1 0 01987228 +palaeoanthropology n 1 1 @ 1 0 06074189 +palaeobiology n 1 2 @ ~ 1 0 06078724 +palaeobotany n 1 2 @ ~ 1 0 06074372 +palaeoclimatology n 1 1 @ 1 0 06145326 +palaeodendrology n 1 1 @ 1 0 06074728 +palaeoecology n 1 1 @ 1 0 06082709 +palaeoethnography n 1 1 @ 1 0 06146760 +palaeogeography n 1 1 @ 1 0 06145446 +palaeogeology n 1 1 @ 1 0 06117395 +palaeolithic n 1 3 @ #p %p 1 0 15232406 +palaeology n 1 1 @ 1 0 06146142 +palaeontologist n 1 3 @ ~ + 1 0 10394786 +palaeontology n 1 4 @ ~ + - 1 0 06073888 +palaeopathology n 1 1 @ 1 0 06145729 +palaeornithology n 1 1 @ 1 0 06075112 +palaeozoology n 1 2 @ ~ 1 0 06074860 +palaestra n 1 1 @ 1 0 03878511 +palaetiology n 1 1 @ 1 0 06145897 +palaic n 1 1 @ 1 0 06976318 +palankeen n 1 1 @ 1 0 03878294 +palanquin n 1 1 @ 1 0 03878294 +palaquium n 1 3 @ #m %m 1 0 12774891 +palaquium_gutta n 1 2 @ #m 1 0 12775070 +palas n 1 2 @ #m 1 0 12510343 +palatability n 2 4 ! @ ~ + 2 0 04995211 04794580 +palatableness n 2 3 @ ~ + 2 0 04995211 04794580 +palatal n 1 2 @ + 1 0 07114535 +palate n 1 4 @ #p %p + 1 0 05309725 +palatinate n 2 2 @ #p 2 0 08775439 08553424 +palatine n 4 4 @ #p + ; 4 0 10394329 10394141 08797412 05278152 +palatine_artery n 1 1 @ 1 0 05353241 +palatine_bone n 1 1 @ 1 0 05278152 +palatine_raphe n 1 1 @ 1 0 05276566 +palatine_tonsil n 1 2 @ #p 1 0 05309050 +palatine_vein n 1 1 @ 1 0 05375729 +palatopharyngoplasty n 1 1 @ 1 0 00689729 +palau n 2 3 @ #p %p 2 0 08978161 08977948 +palau_islands n 1 3 @ #p %p 1 0 08977948 +palaver n 2 2 @ + 2 0 06695862 06609503 +pale n 1 2 @ #p 1 1 03929952 +pale_ale n 1 2 @ ; 1 0 07890068 +pale_chrysanthemum_aphid n 1 1 @ 1 0 02253391 +pale_coral_root n 1 1 @ 1 0 12054195 +pale_violet n 1 1 @ 1 0 12390099 +pale_yellow n 1 1 @ 1 0 04966941 +paleacrita n 1 3 @ #m %m 1 0 02287204 +paleacrita_vernata n 1 2 @ #m 1 0 02287352 +paleencephalon n 1 1 @ 1 0 05482129 +paleface n 1 2 @ ; 1 0 09639719 +paleness n 3 2 @ + 3 0 04977561 04977247 04975612 +paleo-american n 1 1 @ 1 0 10394434 +paleo-american_culture n 1 2 @ ~ 1 0 08291338 +paleo-amerind n 1 1 @ 1 0 10394434 +paleo-amerind_culture n 1 2 @ ~ 1 0 08291338 +paleo-indian n 1 1 @ 1 0 10394434 +paleo-indian_culture n 1 2 @ ~ 1 0 08291338 +paleoanthropology n 1 2 @ + 1 0 06074189 +paleobiology n 1 2 @ ~ 1 0 06078724 +paleobotany n 1 2 @ ~ 1 0 06074372 +paleocene n 1 2 @ #p 1 0 15126000 +paleocene_epoch n 1 2 @ #p 1 0 15126000 +paleocerebellum n 1 2 @ #p 1 0 05486319 +paleoclimatology n 1 1 @ 1 0 06145326 +paleocortex n 1 2 @ + 1 1 05481870 +paleodendrology n 1 1 @ 1 0 06074728 +paleoecology n 1 1 @ 1 0 06082709 +paleoencephalon n 1 1 @ 1 0 05482129 +paleoethnography n 1 1 @ 1 0 06146760 +paleogeography n 1 1 @ 1 0 06145446 +paleogeology n 1 1 @ 1 0 06117395 +paleographer n 1 1 @ 1 0 10394673 +paleographist n 1 1 @ 1 0 10394673 +paleography n 1 2 @ ~ 1 0 06145586 +paleolith n 1 1 @ 1 0 03878418 +paleolithic n 1 3 @ #p %p 1 0 15232406 +paleolithic_age n 1 3 @ #p %p 1 0 15232406 +paleology n 1 1 @ 1 0 06146142 +paleomammalogy n 1 1 @ 1 0 06075016 +paleontologist n 1 3 @ ~ + 1 0 10394786 +paleontology n 1 4 @ ~ + - 1 0 06073888 +paleopathology n 1 1 @ 1 0 06145729 +paleornithology n 1 1 @ 1 0 06075112 +paleostriatum n 1 2 @ #p 1 0 05498300 +paleozoic n 1 2 @ %p 1 0 15126931 +paleozoic_era n 1 2 @ %p 1 0 15126931 +paleozoology n 1 2 @ ~ 1 0 06074860 +palermo n 1 2 @ #p 1 1 08811473 +palestine n 2 5 @ #p %p + - 2 1 08798771 08798382 +palestine_authority n 1 1 @ 1 0 08320923 +palestine_islamic_jihad n 1 2 @ ; 1 0 08037118 +palestine_liberation_front n 1 2 @ ; 1 0 08037503 +palestine_liberation_organization n 1 3 @ %m ; 1 0 08320385 +palestine_national_authority n 1 1 @ 1 0 08320923 +palestinian n 1 2 @ + 1 0 09713357 +palestinian_arab n 1 1 @ 1 0 09713357 +palestinian_hizballah n 1 2 @ ; 1 0 08037861 +palestinian_islamic_jihad n 1 2 @ ; 1 0 08037118 +palestinian_national_authority n 1 1 @ 1 0 08320923 +palestra n 1 1 @ 1 0 03878511 +palestrina n 1 1 @ 1 0 11221268 +paletiology n 1 1 @ 1 0 06145897 +palette n 3 2 @ #p 3 2 05128370 03878674 03879705 +palette_knife n 1 1 @ 1 0 03878828 +palfrey n 1 2 @ ; 1 0 02378299 +palgrave n 1 1 @ 1 0 11221389 +pali n 1 1 @ 1 0 06973334 +palilalia n 1 1 @ 1 0 14331137 +palimony n 1 1 @ 1 0 13283485 +palimpsest n 1 1 @ 1 0 06407514 +palindrome n 1 1 @ 1 0 06294828 +paling n 1 2 @ %p 1 0 03930313 +palingenesis n 1 3 ! @ + 1 0 13531652 +palinuridae n 1 3 @ #m %m 1 0 01984416 +palinurus n 1 3 @ #m %m 1 0 01984547 +palisade n 1 2 @ + 1 0 03878963 +paliurus n 1 3 @ #m %m 1 0 13143626 +paliurus_spina-christi n 1 2 @ #m 1 0 13143758 +pall n 3 4 @ ~ %p + 3 0 07537259 03879116 03151077 +pall-mall n 1 1 @ 1 0 00463116 +pall_mall n 1 2 @ #p 1 0 08876139 +palladio n 1 2 @ + 1 0 11221495 +palladium n 1 1 @ 1 0 14648754 +pallas n 2 2 @ ; 2 0 09557387 09383998 +pallas's_cat n 1 2 @ #m 1 0 02126787 +pallas's_sandgrouse n 1 2 @ #m 1 0 01816474 +pallas_athena n 1 2 @ ; 1 0 09557387 +pallas_athene n 1 2 @ ; 1 0 09557387 +pallasite n 1 1 @ 1 0 09384106 +pallbearer n 1 1 @ 1 0 10395073 +pallet n 5 1 @ 5 0 05128370 03879582 03879456 03879336 03878674 +pallette n 1 2 @ #p 1 0 03879705 +palliasse n 1 1 @ 1 0 03875088 +palliation n 2 2 @ + 2 0 00355547 00354583 +palliative n 1 2 @ + 1 0 03879854 +pallid_bat n 1 2 @ #m 1 0 02147591 +pallidity n 1 1 @ 1 0 04975612 +pallidness n 1 2 @ + 1 0 04977561 +pallidum n 1 2 @ #p 1 0 05498300 +pallium n 4 6 @ ~ #p %s %p ; 4 0 05486510 05244045 03880129 03880032 +pallone n 1 1 @ 1 0 00483848 +pallor n 1 2 @ + 1 1 04977561 +palm n 4 6 @ ~ #m #p %p + 4 1 05565696 13656075 12582231 06706676 +palm_beach n 1 2 @ #p 1 0 09074285 +palm_cat n 1 2 @ #m 1 0 02138169 +palm_civet n 1 2 @ #m 1 0 02138169 +palm_family n 1 3 @ #m %m 1 0 12581381 +palm_kernel n 1 3 @ #p %s 1 0 12590715 +palm_nut n 1 3 @ #p %s 1 0 12590715 +palm_oil n 1 2 @ #s 1 0 07674617 +palm_reading n 1 1 @ 1 0 05777830 +palm_sunday n 1 1 @ 1 0 15191661 +palm_tree n 1 3 @ ~ #m 1 0 12582231 +palma_christ n 1 3 @ #m %p 1 0 12924623 +palma_christi n 1 3 @ #m %p 1 0 12924623 +palmaceae n 1 3 @ #m %m 1 0 12581381 +palmae n 1 3 @ #m %m 1 0 12581381 +palmales n 1 3 @ #m %m 1 0 12581230 +palmate_leaf n 1 2 @ ~ 1 0 13156986 +palmature n 1 1 @ 1 0 14331271 +palmer n 1 1 @ 1 0 11221650 +palmer_peninsula n 1 2 @ #p 1 0 09198755 +palmetto n 1 2 @ ~ 1 0 12583401 +palmetto_state n 1 5 @ #m #p %p - 1 0 09137869 +palmist n 1 1 @ 1 0 10395209 +palmister n 1 1 @ 1 0 10395209 +palmistry n 1 1 @ 1 0 05777830 +palmitic_acid n 1 2 @ #s 1 0 14973303 +palmitin n 1 1 @ 1 0 14973492 +palmyra n 1 3 @ #m %s 1 0 12585629 +palmyra_palm n 1 3 @ #m %s 1 0 12585629 +palo_alto n 1 3 @ #p %p 1 0 09064468 +palo_santo n 1 3 @ #m %s 1 0 12721477 +palo_verde n 1 2 @ #m 1 0 12498055 +palometa n 1 2 @ #m 1 0 02633677 +palometa_simillima n 1 2 @ #m 1 0 02633677 +palomino n 1 1 @ 1 0 02389128 +palooka n 1 1 @ 1 0 10666752 +paloverde n 1 1 @ 1 0 12493868 +palpability n 1 3 ! @ + 1 0 04760024 +palpation n 1 3 @ ~ + 1 0 00143885 +palpebra n 1 4 @ #p %p + 1 0 05313822 +palpebra_conjunctiva n 1 1 @ 1 0 05315612 +palpebration n 1 2 @ + 1 0 01265176 +palpitation n 2 3 @ ~ + 2 0 14335097 14004572 +palsgrave n 1 2 @ ; 1 0 10394141 +palsy n 2 3 @ ~ + 2 0 14558226 14316470 +paltering n 1 2 @ + 1 0 00752144 +paltriness n 1 2 @ + 1 0 05140278 +pamelor n 1 2 @ ; 1 0 03830582 +pamir_mountains n 1 2 @ #p 1 0 09384223 +pamlico n 2 1 @ 2 0 09664766 06911666 +pampas n 1 2 @ #p 1 0 08713655 +pampas_grass n 1 2 @ #m 1 0 12115180 +pamperer n 1 2 @ + 1 0 10395390 +pampering n 1 3 @ ~ + 1 0 01073241 +pamphlet n 2 3 @ ~ + 2 2 06413889 06409290 +pamphleteer n 1 3 @ ~ + 1 0 10395605 +pan n 4 7 @ ~ #m %m %p + ; 4 1 03880531 09568241 03880323 02481629 +pan_american_day n 1 2 @ #p 1 0 15188688 +pan_american_union n 1 1 @ 1 0 08176901 +pan_gravy n 1 1 @ 1 0 07837912 +pan_paniscus n 1 2 @ #m 1 0 02482650 +pan_troglodytes n 1 3 @ ~ #m 1 0 02481823 +pan_troglodytes_schweinfurthii n 1 1 @ 1 0 02482286 +pan_troglodytes_troglodytes n 1 1 @ 1 0 02482474 +pan_troglodytes_verus n 1 1 @ 1 0 02482060 +panacea n 2 2 @ ~ 2 0 09563042 03880770 +panache n 2 1 @ 2 0 04812871 03880951 +panadol n 1 2 @ ; 1 0 02674482 +panama n 2 6 @ #m #p %m %p + 2 1 08739206 02859184 +panama_canal n 1 2 @ #p 1 0 03881034 +panama_canal_zone n 1 2 @ #p 1 0 08739829 +panama_city n 2 2 @ #p 2 0 09074431 08739512 +panama_hat n 1 1 @ 1 0 02859184 +panama_redwood n 2 2 @ #s 2 0 12563281 12563045 +panama_redwood_tree n 1 1 @ 1 0 12563045 +panama_tree n 1 1 @ 1 0 12195533 +panamanian n 1 3 @ #m + 1 0 09726120 +panamanian_capital n 1 2 @ #p 1 0 08739512 +panamanian_monetary_unit n 1 2 @ ~ 1 0 13664041 +panamica n 1 2 @ #m 1 0 12395463 +panamiga n 1 2 @ #m 1 0 12395463 +panatela n 1 1 @ 1 0 03881207 +panax n 1 3 @ #m %m 1 0 11799520 +panax_ginseng n 1 3 @ #m %p 1 0 11799732 +panax_pseudoginseng n 1 3 @ #m %p 1 0 11799732 +panax_quinquefolius n 1 3 @ #m %p 1 0 11800020 +panax_schinseng n 1 3 @ #m %p 1 0 11799732 +pancake n 1 2 @ ~ 1 0 07640203 +pancake_batter n 1 1 @ 1 0 07861247 +pancake_day n 1 2 @ #p 1 0 15241898 +pancake_turner n 1 1 @ 1 0 03881305 +pancake_turtle n 1 3 @ ~ #m 1 0 01672032 +pancarditis n 1 1 @ 1 0 14339536 +panchayat n 1 2 @ ; 1 0 08311522 +panchayet n 1 2 @ ; 1 0 08311522 +panchen_lama n 1 1 @ 1 0 10395828 +pancho_villa n 1 1 @ 1 0 11366405 +panchromatic_film n 1 1 @ 1 0 03881404 +pancreas n 1 4 @ #p %p + 1 0 05387167 +pancreatectomy n 1 1 @ 1 0 00687027 +pancreatic_artery n 1 1 @ 1 0 05353364 +pancreatic_cancer n 1 1 @ 1 0 14251981 +pancreatic_duct n 1 3 @ #p %p 1 0 05387395 +pancreatic_fibrosis n 1 1 @ 1 0 14155506 +pancreatic_juice n 1 1 @ 1 0 05406397 +pancreatic_vein n 1 1 @ 1 0 05375881 +pancreatin n 1 1 @ 1 0 14848995 +pancreatitis n 1 1 @ 1 0 14352334 +pancytopenia n 1 1 @ 1 0 13973769 +panda n 2 2 @ #m 2 0 02510455 02509815 +panda_bear n 1 2 @ #m 1 0 02510455 +panda_car n 1 2 @ ; 1 0 03881534 +pandanaceae n 1 3 @ #m %m 1 0 12154426 +pandanales n 1 3 @ #m %m 1 0 12154228 +pandanus n 2 3 @ ~ #m 2 0 12155126 12154773 +pandanus_tectorius n 1 1 @ 1 0 12155009 +pandar n 1 3 @ ~ ; 1 0 10433737 +pandean_pipe n 1 1 @ 1 0 03884397 +pandemic n 1 2 @ + 1 0 07435713 +pandemonium n 1 2 @ ~ 1 0 13976322 +pander n 1 4 @ ~ + ; 1 1 10433737 +panderer n 2 4 @ ~ + ; 2 0 10433737 10395926 +pandiculation n 1 1 @ 1 0 00628883 +pandion n 1 3 @ #m %m 1 0 01615949 +pandion_haliaetus n 1 2 @ #m 1 0 01616086 +pandionidae n 1 3 @ #m %m 1 0 01615825 +pandora n 1 2 @ ; 1 0 09578248 +pandora's_box n 1 2 @ ; 1 0 03881625 +pandowdy n 1 1 @ 1 0 07623363 +pandurate_leaf n 1 1 @ 1 0 13159357 +panduriform_leaf n 1 1 @ 1 0 13159357 +pane n 3 3 @ ~ #p 3 1 03881893 03882611 02675657 +pane_of_glass n 1 3 @ ~ #p 1 1 03881893 +panegyric n 1 2 @ + 1 0 06694149 +panegyrist n 1 2 @ + 1 0 09617161 +panel n 8 7 @ ~ #p %m %p + ; 8 1 03882058 08414807 08414608 08414381 03882346 03448253 03187268 03098140 +panel_discussion n 1 1 @ 1 1 07143869 +panel_heating n 1 1 @ 1 0 03882430 +panel_light n 1 1 @ 1 0 03882861 +panel_truck n 1 1 @ 1 0 03173929 +paneling n 1 4 @ ~ #p + 1 1 03882611 +panelist n 1 4 @ ~ #m + 1 0 10396106 +panelling n 1 4 @ ~ #p + 1 0 03882611 +panellist n 1 4 @ ~ #m + 1 0 10396106 +panencephalitis n 1 2 @ ~ 1 0 14343597 +panetela n 1 1 @ 1 0 03881207 +panetella n 1 1 @ 1 0 03881207 +panfish n 1 1 @ 1 0 07782939 +pang n 3 2 @ ~ 3 1 07494972 14329762 14329654 +panga n 1 1 @ 1 0 03699591 +pangaea n 1 2 @ ; 1 0 09384532 +pangea n 1 2 @ ; 1 0 09384532 +pangloss n 1 1 @ 1 0 09602383 +pango_pango n 1 2 @ #p 1 0 08992067 +pangolin n 1 2 @ #m 1 0 02461830 +panhandle n 2 2 @ #p 2 0 08614357 03882960 +panhandler n 1 2 @ + 1 0 10396337 +panhysterectomy n 1 1 @ 1 0 00677434 +panic n 2 3 @ ~ + 2 2 07520612 14405931 +panic_attack n 1 1 @ 1 0 07521437 +panic_button n 1 1 @ 1 0 03883054 +panic_disorder n 1 1 @ 1 0 14381249 +panic_grass n 1 3 @ ~ #m 1 0 12127030 +panicle n 1 1 @ 1 0 13132656 +panicled_aster n 1 1 @ 1 0 11936369 +panicum n 1 3 @ #m %m 1 0 12126911 +panicum_capillare n 1 1 @ 1 0 12127237 +panicum_miliaceum n 1 1 @ 1 0 12127575 +panicum_texanum n 1 1 @ 1 0 12127768 +panicum_virgatum n 1 1 @ 1 0 12127460 +panini n 1 1 @ 1 0 11221778 +panipat n 1 2 @ ; 1 0 01289997 +panjabi n 2 1 @ 2 0 09676247 06971605 +panjandrum n 1 1 @ 1 0 10748620 +pannier n 3 1 @ 3 0 03883524 03883385 03883278 +pannikin n 1 2 @ ; 1 0 03883664 +panocha n 1 1 @ 1 0 07605804 +panoche n 1 1 @ 1 0 07605804 +panofsky n 1 1 @ 1 0 11221956 +panonychus n 1 3 @ #m %m 1 0 01782378 +panonychus_ulmi n 1 2 @ #m 1 0 01782516 +panoply n 1 1 @ 1 0 08461981 +panopticon n 2 3 @ ~ + 2 0 03883944 03883773 +panorama n 2 3 @ ~ + 2 0 05933246 03884072 +panoramic_sight n 1 1 @ 1 0 03884232 +panoramic_view n 1 1 @ 1 0 06209101 +panorpidae n 1 3 @ #m %m 1 0 02162404 +panpipe n 1 1 @ 1 0 03884397 +pansa n 1 2 @ #p 1 0 15220985 +pansexual n 1 1 @ 1 0 10396462 +pansinusitis n 1 1 @ 1 0 14355356 +pansy n 3 2 @ ; 3 1 12390485 10603378 10076033 +pansy_orchid n 1 2 @ #m 1 0 12073554 +pansy_violet n 1 1 @ 1 0 12389501 +pant n 3 4 @ ~ %p + 3 0 07388706 04489008 00837098 +pant_leg n 1 2 @ #p 1 1 03885293 +pantaloon n 3 1 @ 3 0 09602610 09602484 03884554 +pantechnicon n 1 2 @ ; 1 0 03884639 +pantheism n 2 2 @ + 2 0 06225235 06224975 +pantheist n 1 2 @ + 1 0 10396594 +pantheon n 3 3 @ %m ; 3 1 08153337 03884926 03884778 +panther n 3 2 @ #m 3 1 02128925 02128669 02125311 +panther_cat n 1 2 @ #m 1 0 02125494 +panther_lily n 1 1 @ 1 0 12428412 +panthera n 1 3 @ #m %m 1 0 02128120 +panthera_leo n 1 4 @ ~ #m %p 1 0 02129165 +panthera_onca n 1 2 @ #m 1 0 02128925 +panthera_pardus n 1 3 @ ~ #m 1 0 02128385 +panthera_tigris n 1 3 @ ~ #m 1 0 02129604 +panthera_uncia n 1 2 @ #m 1 0 02128757 +pantie n 1 2 @ ; 1 0 03885028 +pantile n 1 1 @ 1 0 14976759 +panting n 2 2 @ + 2 1 00834135 03885194 +panto n 1 2 @ ; 1 0 00550242 +pantograph n 1 1 @ 1 0 03885410 +pantomime n 1 3 @ ~ + 1 1 00550016 +pantomimer n 1 3 @ ~ + 1 0 10318892 +pantomimist n 1 3 @ ~ + 1 0 10318892 +pantothen n 1 1 @ 1 0 14973585 +pantothenic_acid n 1 1 @ 1 0 14973585 +pantotheria n 1 2 @ #m 1 0 01873622 +pantry n 1 2 @ ~ 1 1 03885535 +pantryman n 1 1 @ 1 0 09884509 +pants n 1 2 @ ; 1 0 02854739 +pants_presser n 1 1 @ 1 0 04488857 +pants_suit n 1 1 @ 1 0 03885669 +pantsuit n 1 1 @ 1 0 03885669 +panty n 1 2 @ ; 1 0 03885028 +panty_girdle n 1 1 @ 1 0 03885788 +pantyhose n 1 2 @ %p 1 0 03885904 +pantywaist n 1 1 @ 1 0 10603378 +panzer n 1 2 @ ; 1 0 03886053 +paola_caliari n 1 1 @ 1 0 11363791 +paolo_veronese n 1 1 @ 1 0 11363791 +pap n 3 3 @ #p %p 3 1 06612174 07564796 05554653 +pap_smear n 1 2 @ #p 1 0 05266239 +pap_test n 1 2 @ %p 1 0 05743296 +papa n 1 1 @ 1 1 09988063 +papa_doc n 1 1 @ 1 0 10946624 +papacy n 1 2 @ %m 1 0 08053260 +papaia n 1 3 @ #m %p 1 0 12373100 +papain n 1 1 @ 1 0 14973833 +papal_bull n 1 1 @ 1 0 06726761 +papal_cross n 1 1 @ 1 0 03886151 +papal_infallibility n 1 1 @ 1 0 04805635 +papal_nuncio n 1 2 @ ; 1 0 10368113 +papal_states n 1 2 @ #p 1 0 08809596 +papanicolaou_smear n 1 2 @ #p 1 0 05266239 +papanicolaou_test n 1 2 @ %p 1 0 05743296 +paparazzo n 1 1 @ 1 0 10396727 +papaver n 1 3 @ #m %m 1 0 11900986 +papaver_alpinum n 1 2 @ #m 1 0 11901294 +papaver_argemone n 1 2 @ #m 1 0 11901597 +papaver_californicum n 1 2 @ #m 1 0 11901452 +papaver_heterophyllum n 1 1 @ 1 0 11908549 +papaver_nudicaule n 1 2 @ #m 1 0 11901759 +papaver_orientale n 1 2 @ #m 1 0 11901977 +papaver_rhoeas n 1 2 @ #m 1 0 11902200 +papaver_somniferum n 1 3 @ #m %p 1 0 11902389 +papaveraceae n 1 3 @ #m %m 1 0 11900058 +papaverales n 1 3 @ #m %m 1 0 11864364 +papaverine n 1 1 @ 1 0 03886237 +papaw n 2 4 @ #m #p %p 2 0 11695599 07762114 +papaw_tree n 1 3 @ #m %p 1 0 11695599 +papaya n 2 4 @ #m #p %p 2 0 12373100 07762244 +papaya_family n 1 3 @ #m %m 1 0 12372708 +papaya_juice n 1 1 @ 1 0 07925423 +papaya_tree n 1 3 @ #m %p 1 0 12373100 +papeete n 1 2 @ #p 1 0 08990203 +paper n 7 6 @ ~ #s %s %p + 7 6 14974264 06409752 06267145 06255613 06269956 08062970 03822171 +paper-back_book n 1 2 @ ~ 1 0 03886432 +paper-mache n 1 1 @ 1 0 14975444 +paper-pusher n 1 1 @ 1 0 10397275 +paper_bag n 1 2 @ ~ 1 1 04122825 +paper_birch n 1 2 @ #m 1 0 12281974 +paper_chain n 1 1 @ 1 0 03886641 +paper_chase n 1 1 @ 1 0 00460078 +paper_chromatography n 1 1 @ 1 0 13531927 +paper_clip n 1 1 @ 1 0 03886762 +paper_cup n 1 1 @ 1 0 03216710 +paper_currency n 1 2 @ ~ 1 0 13387209 +paper_cutter n 1 1 @ 1 0 03886940 +paper_doll n 1 1 @ 1 0 03887066 +paper_electrophoresis n 1 1 @ 1 1 13532059 +paper_fastener n 1 2 @ ~ 1 0 03887185 +paper_feed n 1 1 @ 1 0 03887330 +paper_flower n 1 1 @ 1 0 11839167 +paper_gold n 1 1 @ 1 0 13330941 +paper_knife n 1 1 @ 1 0 03658185 +paper_loss n 1 2 ! @ 1 0 13259013 +paper_mill n 1 1 @ 1 0 03887512 +paper_money n 1 2 @ ~ 1 0 13387209 +paper_mulberry n 1 2 @ #m 1 0 12403994 +paper_nautilus n 1 2 @ #m 1 0 01970667 +paper_plant n 1 2 @ #m 1 0 12151365 +paper_plate n 1 1 @ 1 0 03887603 +paper_profit n 1 2 ! @ 1 0 13258825 +paper_round n 1 1 @ 1 0 08613078 +paper_route n 2 1 @ 2 0 08613078 00720331 +paper_rush n 1 2 @ #m 1 0 12151365 +paper_tape n 1 1 @ 1 0 14975266 +paper_tiger n 1 1 @ 1 0 05207352 +paper_towel n 1 1 @ 1 0 03887697 +paper_toweling n 1 1 @ 1 0 14975351 +paper_trail n 1 1 @ 1 0 06504662 +paper_wasp n 1 2 @ ~ 1 0 02212958 +paper_white n 1 1 @ 1 0 12422230 +paperback n 1 3 @ ~ + 1 1 03886432 +paperback_book n 1 2 @ ~ 1 0 03886432 +paperbark_birch n 1 2 @ #m 1 0 12281974 +paperboard n 1 1 @ 1 0 14801146 +paperboy n 1 1 @ 1 0 10396908 +paperclip n 1 1 @ 1 0 03886762 +paperer n 1 2 @ + 1 0 10397001 +paperhanger n 2 2 @ ; 2 0 10397142 10397001 +paperhanging n 1 1 @ 1 0 00718573 +papering n 1 2 @ + 1 0 00718573 +paperknife n 1 1 @ 1 0 03658185 +papermaking n 1 1 @ 1 0 00609423 +papers n 1 3 @ ~ %p 1 1 06470073 +paperweight n 1 1 @ 1 0 03887797 +paperwork n 1 1 @ 1 1 00582071 +paphiopedilum n 1 3 @ #m %m 1 0 12075495 +papier-mache n 1 1 @ 1 0 14975444 +papilionaceae n 1 2 @ #m 1 0 12501537 +papilionoideae n 1 4 @ ~ #m %m 1 0 12501745 +papilla n 3 4 @ #p + ; 3 0 11820191 05473735 05473593 +papillary_muscle n 1 2 @ #p 1 0 05390233 +papillary_tumor n 1 1 @ 1 0 14250081 +papillary_tumour n 1 1 @ 1 0 14250081 +papilledema n 1 1 @ 1 0 14316164 +papilloma n 1 1 @ 1 0 14250081 +papillon n 1 1 @ 1 0 02086910 +papio n 1 2 @ #m 1 0 02486565 +papio_ursinus n 1 1 @ 1 0 02486657 +papism n 2 2 @ + 2 0 06227562 01030488 +papist n 1 3 @ + ; 1 0 09680657 +papoose n 1 1 @ 1 0 10397392 +papoose_root n 1 2 @ #m 1 0 11698562 +papooseroot n 1 2 @ #m 1 0 11698562 +papovavirus n 1 2 @ ~ 1 0 01340155 +pappa n 1 1 @ 1 0 09988063 +pappataci_fever n 1 1 @ 1 0 14219487 +pappoose n 1 1 @ 1 0 10397392 +pappus n 1 2 @ ~ 1 0 11692604 +paprika n 2 6 @ ~ #m #s %s %p 2 0 12901264 07824702 +paprika_sauce n 1 1 @ 1 0 07839172 +paprilus n 1 3 @ #m %m 1 0 02633844 +paprilus_alepidotus n 1 2 @ #m 1 0 02633977 +papua n 1 3 @ #p + 1 0 08844923 +papua_new_guinea n 1 4 @ #m #p %p 1 0 08844557 +papuan n 2 3 @ #m + 2 0 09750282 06941115 +papuan_language n 1 1 @ 1 0 06941115 +papuan_monetary_unit n 1 2 @ ~ 1 0 13680463 +papule n 1 2 @ ~ 1 0 14333863 +papulovesicle n 1 1 @ 1 0 14334011 +papyrus n 3 2 @ #m 3 0 14975598 12151365 06485178 +par n 2 4 @ ~ + ; 2 2 13596756 13946760 +par_value n 1 1 @ 1 0 13335635 +para n 5 5 @ #m #p + ; 5 0 14047171 13671310 10399019 09384771 08854855 +para_aminobenzoic_acid n 1 2 @ #s 1 0 14973965 +para_i n 1 2 @ ; 1 0 10472274 +para_river n 1 2 @ #p 1 0 09384771 +para_rubber n 1 1 @ 1 0 15007677 +para_rubber_tree n 1 1 @ 1 0 12926039 +parable n 2 4 @ ~ + ; 2 1 06372095 06373090 +parabola n 1 2 @ + 1 0 13886371 +parabolic_geometry n 1 2 @ ; 1 0 06005518 +parabolic_mirror n 1 2 @ #p 1 0 03887899 +parabolic_reflector n 1 2 @ ~ 1 0 03888022 +paraboloid n 1 2 @ + 1 0 13897002 +paraboloid_reflector n 1 2 @ ~ 1 0 03888022 +paracelsus n 1 1 @ 1 0 11222054 +paracentesis n 1 1 @ 1 0 00943471 +paracentral_scotoma n 1 1 @ 1 0 14556765 +paracervical_block n 1 1 @ 1 0 14028967 +paracheirodon n 1 3 @ #m %m 1 0 02584004 +paracheirodon_axelrodi n 1 2 @ #m 1 0 02584145 +parachute n 1 4 @ ~ %p + 1 1 03888257 +parachute_jumper n 1 2 @ ~ 1 0 10397482 +parachuter n 1 3 @ ~ + 1 0 10397482 +parachuting n 1 3 @ ~ + 1 0 00303849 +parachutist n 1 3 @ ~ + 1 0 10397482 +paraclete n 1 1 @ 1 0 09537781 +paracosm n 1 1 @ 1 0 05633228 +parade n 3 3 @ ~ + 3 2 08428485 08460395 00521085 +parade_ground n 1 1 @ 1 1 08614545 +parader n 1 3 @ ~ + 1 0 10293332 +paradiddle n 1 1 @ 1 0 07388816 +paradigm n 4 3 @ ~ + 4 2 13804375 05937524 06309684 06210171 +paradisaeidae n 1 3 @ #m %m 1 0 01570969 +paradise n 2 3 @ + ; 2 1 08565506 05628939 +paradise_flower n 1 2 @ #m 1 0 12490054 +paradise_tree n 1 2 @ #m 1 0 12716594 +paradisea_liliastrum n 1 1 @ 1 0 12606688 +paradox n 1 3 @ + ; 1 1 06724559 +paradoxical_sleep n 1 1 @ 1 0 14025755 +paradoxurus n 1 3 @ #m %m 1 0 02138042 +paraduodenal_smear n 1 1 @ 1 0 05266096 +paraesthesia n 1 2 @ ~ 1 0 14324795 +paraffin n 3 2 @ ~ 3 0 15095237 14951377 14926086 +paraffin_oil n 1 1 @ 1 0 14926086 +paraffin_scale n 1 1 @ 1 0 15020528 +paraffin_series n 1 2 @ ~ 1 0 14951377 +paraffin_wax n 1 1 @ 1 0 15095237 +parafovea n 1 2 @ #p 1 0 05455563 +paragliding n 1 1 @ 1 0 00304349 +paragon n 2 2 @ ~ 2 1 05924519 10325243 +paragonite n 1 1 @ 1 0 14689226 +paragraph n 1 3 @ #p + 1 1 06399995 +paragrapher n 1 2 @ + 1 0 10397694 +paraguay n 1 6 @ #m #p %m %p + 1 0 08978343 +paraguay_tea n 1 1 @ 1 0 12757668 +paraguayan n 1 3 @ #m + 1 0 09726246 +paraguayan_monetary_unit n 1 2 @ ~ 1 0 13679494 +parainfluenza_virus n 1 1 @ 1 0 01330314 +parakeet n 1 2 @ ~ 1 1 01821203 +paralanguage n 1 2 @ %p 1 0 07082025 +paraldehyde n 1 1 @ 1 0 14689325 +paralegal n 1 2 @ ; 1 0 10397886 +paraleipsis n 1 1 @ 1 0 07104733 +paralepsis n 1 1 @ 1 0 07104733 +paralichthys n 1 3 @ #m %m 1 0 02661317 +paralichthys_dentatus n 1 2 @ #m 1 0 02661618 +paralichthys_lethostigmus n 1 2 @ #m 1 0 02661473 +paralinguistic_communication n 1 2 @ %p 1 0 07082025 +paralipomenon n 1 3 @ %p ; 1 0 06435394 +paralipsis n 1 1 @ 1 0 07104733 +paralithodes n 1 3 @ #m %m 1 0 01981137 +paralithodes_camtschatica n 1 3 @ #m %p 1 0 01981276 +parallax n 1 2 @ ~ 1 0 11528225 +parallel n 3 4 @ ~ + ; 3 2 04746430 08595720 13880994 +parallel-veined_leaf n 1 1 @ 1 0 13161639 +parallel_axiom n 1 1 @ 1 0 06006458 +parallel_bars n 1 4 @ ~ %p ; 1 1 03888605 +parallel_circuit n 1 1 @ 1 0 03888808 +parallel_interface n 1 1 @ 1 0 03888998 +parallel_lives n 1 1 @ 1 0 06748270 +parallel_of_latitude n 1 2 @ ~ 1 0 08595720 +parallel_operation n 1 2 ! @ 1 0 13532196 +parallel_port n 1 1 @ 1 0 03888998 +parallel_processing n 1 1 @ 1 0 13518140 +parallelepiped n 1 2 @ ~ 1 0 13884740 +parallelepipedon n 1 2 @ ~ 1 0 13884740 +parallelism n 1 1 @ 1 1 04745240 +parallelogram n 1 3 ! @ ~ 1 0 13881175 +parallelopiped n 1 2 @ ~ 1 0 13884740 +parallelopipedon n 1 2 @ ~ 1 0 13884740 +paralogism n 1 1 @ 1 0 05895373 +paralysis n 1 3 @ ~ + 1 0 14558226 +paralysis_agitans n 1 2 @ %p 1 0 14094350 +paralytic n 1 3 @ ~ + 1 0 10398033 +paralytic_abasia n 1 1 @ 1 0 14549600 +paramagnet n 1 2 @ + 1 1 03889208 +paramagnetism n 1 1 @ 1 0 11480521 +paramaribo n 1 2 @ #p 1 0 09031061 +paramecia n 1 2 @ #m 1 0 01396048 +paramecium n 1 2 @ #m 1 0 01396048 +paramedic n 1 2 @ + 1 0 10398176 +paramedical n 1 2 @ + 1 0 10398176 +parameter n 4 4 @ ~ + ; 4 2 05859071 07328305 06356299 05859277 +parametric_quantity n 1 2 @ ~ 1 0 05859071 +parametric_statistic n 1 3 @ ~ ; 1 0 06023022 +parametritis n 1 1 @ 1 0 14352455 +paramilitary n 1 3 @ ~ + 1 0 08207209 +paramilitary_force n 1 2 @ ~ 1 0 08207209 +paramilitary_organisation n 1 2 @ ~ 1 0 08207209 +paramilitary_organization n 1 2 @ ~ 1 1 08207209 +paramilitary_unit n 1 2 @ ~ 1 0 08207209 +paramnesia n 1 2 @ ; 1 0 05672698 +paramount_issue n 1 1 @ 1 0 05815075 +paramountcy n 1 1 @ 1 0 14443228 +paramour n 2 2 @ ~ 2 0 10078333 09952393 +paramyxovirus n 1 2 @ ~ 1 0 01337191 +parana n 1 3 @ #p %p 1 0 09384921 +parana_river n 1 3 @ #p %p 1 0 09384921 +paranasal_sinus n 1 1 @ 1 0 05253561 +parang n 1 1 @ 1 0 03889397 +paranoia n 1 1 @ 1 0 14398390 +paranoiac n 1 1 @ 1 1 10398370 +paranoic_type_schizophrenia n 1 1 @ 1 0 14399852 +paranoid n 1 2 @ + 1 0 10398370 +paranoid_schizophrenia n 1 1 @ 1 0 14399852 +paranthias n 1 3 @ #m %m 1 0 02569770 +paranthias_furcifer n 1 2 @ #m 1 0 02569905 +paranthropus n 1 1 @ 1 0 02477516 +paraparesis n 1 1 @ 1 0 14558700 +parapet n 2 2 @ ~ 2 0 03889626 03889503 +paraph n 1 2 @ #p 1 0 06890688 +paraphernalia n 1 2 @ ~ 1 1 03430959 +paraphilia n 1 2 @ ~ 1 0 00737705 +paraphrase n 1 3 @ ~ + 1 1 06429316 +paraphrasis n 1 2 @ ~ 1 0 06429316 +paraphrenia n 1 1 @ 1 0 14399852 +paraphrenic_schizophrenia n 1 1 @ 1 0 14399852 +paraphysis n 1 1 @ 1 0 13092836 +paraplegia n 1 2 @ + 1 0 14559495 +paraplegic n 1 2 @ + 1 0 10398487 +parapodium n 1 1 @ 1 0 02465257 +parapraxis n 1 2 @ ~ 1 0 00073828 +paraprofessional n 1 2 @ ~ 1 0 10398624 +parapsychologist n 1 3 @ ~ + 1 0 10398806 +parapsychology n 1 3 @ ~ + 1 0 07256375 +paraquat n 1 1 @ 1 0 14974153 +paraquat_poisoning n 1 1 @ 1 0 14512088 +paraquet n 1 2 @ ~ 1 0 01821203 +parasail n 1 1 @ 1 0 03889726 +parasailing n 1 1 @ 1 0 00304349 +parascalops n 1 2 @ #m 1 0 01890033 +parascalops_breweri n 1 1 @ 1 0 01890144 +parashurama n 1 1 @ 1 0 09531515 +parasitaemia n 1 1 @ 1 0 14167298 +parasitaxus n 1 3 @ #m %m 1 0 11657763 +parasitaxus_ustus n 1 2 @ #m 1 0 11657904 +parasite n 2 5 ! @ ~ + ; 2 1 01384687 10252674 +parasite_yew n 1 2 @ #m 1 0 11657904 +parasitemia n 1 1 @ 1 0 14167298 +parasitic_jaeger n 1 2 @ #m 1 0 02044517 +parasitic_plant n 1 2 @ ~ 1 0 13120446 +parasitic_worm n 1 2 @ #m 1 0 01922717 +parasitism n 1 1 @ 1 0 13842415 +parasol n 1 1 @ 1 0 03889871 +parasol_mushroom n 1 2 @ #m 1 0 13013764 +parasympathetic n 1 3 @ #p + 1 0 05505679 +parasympathetic_nervous_system n 1 2 @ #p 1 0 05505679 +parathelypteris n 1 3 @ #m %m 1 0 13229747 +parathelypteris_novae-boracensis n 1 2 @ #m 1 0 13229951 +parathelypteris_simulata n 1 2 @ #m 1 0 13230190 +parathion n 1 1 @ 1 0 15012214 +parathion_poisoning n 1 1 @ 1 0 14512270 +parathormone n 1 1 @ 1 0 05411785 +parathyroid n 1 1 @ 1 0 05330365 +parathyroid_gland n 1 1 @ 1 0 05330365 +parathyroid_hormone n 1 1 @ 1 0 05411785 +paratrooper n 1 2 @ #m 1 0 10399019 +paratroops n 1 3 @ %m ; 1 0 08390374 +paratyphoid n 1 1 @ 1 0 14138538 +paratyphoid_fever n 1 1 @ 1 0 14138538 +paraumbilical_vein n 1 1 @ 1 0 05376050 +parazoa n 1 3 @ #m %m 1 0 01906328 +parazoan n 1 3 @ ~ #m 1 0 01906749 +parcae n 1 1 @ 1 0 09565334 +parcel n 4 3 @ ~ + 4 2 03871083 01085098 08673395 08008017 +parcel_bomb n 1 1 @ 1 0 03657918 +parcel_of_land n 1 2 @ ~ 1 0 08673395 +parcel_post n 1 1 @ 1 0 06265983 +parceling n 1 3 @ ~ + 1 0 01083645 +parcellation n 1 2 @ + 1 0 00386164 +parcelling n 1 3 @ ~ + 1 0 01083645 +parcheesi n 1 2 @ ; 1 0 00505615 +parchesi n 1 2 @ ~ 1 0 00505446 +parchisi n 1 2 @ ~ 1 0 00505446 +parchment n 2 2 @ ~ 2 1 14975779 14759003 +pardner n 1 2 @ ~ 1 1 09935434 +pardon n 3 4 @ ~ + ; 3 1 01227190 06552639 01249315 +pardoner n 2 3 @ ~ + 2 0 10399299 10399130 +paregmenon n 1 1 @ 1 0 07104912 +paregoric n 1 1 @ 1 0 03889974 +parenchyma n 2 3 @ ~ #s 2 1 05268619 13096317 +parent n 2 5 ! @ ~ #m + 2 1 10399491 00006150 +parentage n 3 3 @ ~ + 3 0 14425414 13813765 08101937 +parental_quality n 1 2 @ ~ 1 0 04872826 +parenthesis n 2 2 @ + 2 1 06843393 06600684 +parenthesis-free_notation n 1 2 @ ~ 1 0 06814236 +parenthetical n 1 2 @ + 1 0 06315873 +parenthetical_expression n 1 1 @ 1 0 06315873 +parenthood n 1 2 @ + 1 1 14425414 +parer n 2 2 @ + 2 0 10399895 03890093 +paresis n 1 2 @ ~ 1 0 14558599 +paresthesia n 1 2 @ ~ 1 0 14324795 +paretic n 1 1 @ 1 0 10400003 +pareto n 1 1 @ 1 0 11222457 +parfait n 1 1 @ 1 0 07616386 +parfait_glass n 1 1 @ 1 0 03890233 +parget n 1 2 @ + 1 0 14977358 +pargeting n 3 2 @ + 3 0 14977358 03890358 00718689 +pargetry n 1 2 @ + 1 0 03890358 +pargetting n 3 2 @ + 3 0 14977358 03890358 00718689 +parhelic_circle n 1 1 @ 1 0 11487533 +parhelic_ring n 1 1 @ 1 0 11487533 +parhelion n 1 2 @ + 1 0 11487732 +pari-mutuel_machine n 1 1 @ 1 0 03890514 +pariah n 1 2 @ ~ 1 0 10386312 +pariah_dog n 1 1 @ 1 0 02085118 +paridae n 1 3 @ #m %m 1 0 01591490 +paries n 1 3 @ ~ ; 1 0 05604254 +parietal_bone n 1 3 @ #p %p 1 0 05541645 +parietal_cortex n 1 3 @ #p %p 1 0 05494130 +parietal_gyrus n 1 2 @ #p 1 0 05489070 +parietal_lobe n 1 3 @ #p %p 1 0 05494130 +parietal_pericardium n 1 2 @ #p 1 0 05428794 +parietal_placentation n 1 1 @ 1 0 11682166 +parietal_pleura n 1 1 @ 1 0 05388311 +parietales n 1 3 @ #m %m 1 0 12359026 +parietaria n 1 3 @ #m %m 1 0 12394494 +parietaria_difussa n 1 2 @ #m 1 0 12394638 +parieto-occipital_fissure n 1 1 @ 1 0 05224358 +parieto-occipital_sulcus n 1 1 @ 1 0 05224358 +parietomastoid_suture n 1 2 @ #p 1 0 05544906 +parimutuel n 1 1 @ 1 1 00507162 +paring n 2 4 @ ~ + ; 2 0 09385137 07851054 +paring_knife n 1 1 @ 1 0 03890093 +paris n 4 7 @ #m #p %m %p + ; 4 1 08932568 12469372 09500217 09145751 +paris_daisy n 1 2 @ #m 1 0 11925898 +paris_green n 2 1 @ 2 0 15012327 04968257 +paris_quadrifolia n 1 2 @ #m 1 0 12469517 +paris_university n 1 2 @ #p 1 0 03890713 +parish n 2 4 @ #p %m + 2 1 08223688 08615001 +parishioner n 1 2 @ #m 1 1 10400108 +parisian n 1 4 @ ~ #m + 1 0 09708750 +parisienne n 1 2 @ #m 1 0 09708889 +parisology n 1 1 @ 1 1 06604963 +parity n 5 3 @ ~ ; 5 0 14047171 13790133 13625482 06105314 04748426 +parity_bit n 1 2 @ ; 1 0 13625482 +parity_check n 1 1 @ 1 0 05825942 +parjanya n 1 1 @ 1 0 09527454 +parji n 1 1 @ 1 0 06981920 +park n 6 6 @ ~ #p %p + ; 6 3 08615149 08615374 02782778 11222655 08615638 03890881 +park_ave. n 1 2 @ #p 1 0 09122258 +park_avenue n 1 2 @ #p 1 0 09122258 +park_bench n 1 1 @ 1 0 03891251 +park_commissioner n 1 1 @ 1 0 10400205 +parka n 1 3 @ ~ ; 1 0 03891051 +parka_squirrel n 1 1 @ 1 0 02359047 +parker n 2 1 @ 2 0 11222914 11222759 +parker_house_roll n 1 1 @ 1 0 07692114 +parkeriaceae n 1 3 @ #m %m 1 0 13171447 +parkersburg n 1 2 @ #p 1 0 09156889 +parkia n 1 3 @ #m %m 1 0 11763473 +parkia_javanica n 1 1 @ 1 0 11763874 +parking n 2 2 @ + 2 2 13778671 00168505 +parking_area n 1 2 @ ~ 1 1 08615638 +parking_brake n 1 2 @ #p 1 0 03483637 +parking_lot n 1 2 @ ~ 1 1 08615638 +parking_meter n 1 1 @ 1 0 03891332 +parking_space n 1 1 @ 1 1 08615810 +parking_ticket n 1 1 @ 1 0 06559004 +parking_zone n 1 1 @ 1 0 08615810 +parkinson n 2 1 @ 2 0 11223294 11223119 +parkinson's n 1 2 @ %p 1 0 14094350 +parkinson's_disease n 1 2 @ %p 1 1 14094350 +parkinson's_law n 2 1 @ 2 0 06767512 06767287 +parkinson's_syndrome n 1 2 @ %p 1 0 14094350 +parkinsonia n 1 3 @ #m %m 1 0 12497492 +parkinsonia_aculeata n 1 2 @ #m 1 0 12497669 +parkinsonia_florida n 1 2 @ #m 1 0 12498055 +parkinsonism n 1 2 @ %p 1 0 14094350 +parkland n 1 2 @ ~ 1 0 08615149 +parks n 1 1 @ 1 0 11223396 +parkway n 1 1 @ 1 0 03242713 +parlance n 1 1 @ 1 1 07081177 +parlay n 1 1 @ 1 0 00507271 +parley n 1 2 @ + 1 0 07141437 +parliament n 2 5 @ ~ + ; - 2 1 08319198 00492497 +parliamentarian n 2 3 @ ~ #m 2 0 10400437 10400309 +parliamentary_agent n 1 2 @ ; 1 0 10400618 +parliamentary_democracy n 1 1 @ 1 0 08363711 +parliamentary_law n 1 3 @ ~ - 1 0 06652878 +parliamentary_monarchy n 1 1 @ 1 0 08364044 +parliamentary_procedure n 1 3 @ ~ - 1 0 06652878 +parlor n 2 3 @ ~ #p 2 2 03891538 03679712 +parlor_car n 1 1 @ 1 0 03891664 +parlor_game n 1 2 @ ~ 1 0 00501722 +parlor_grand n 1 1 @ 1 0 02766792 +parlor_grand_piano n 1 1 @ 1 0 02766792 +parlormaid n 1 1 @ 1 0 10400826 +parlour n 2 3 @ ~ #p 2 0 03891538 03679712 +parlour_car n 1 1 @ 1 0 03891664 +parlour_game n 1 2 @ ~ 1 0 00501722 +parlour_grand n 1 1 @ 1 0 02766792 +parlour_grand_piano n 1 1 @ 1 0 02766792 +parlourmaid n 1 1 @ 1 0 10400826 +parmelia n 1 3 @ #m %m 1 0 12991645 +parmeliaceae n 1 3 @ #m %m 1 0 12991488 +parmenides n 1 1 @ 1 0 11223642 +parmesan n 1 1 @ 1 0 07854348 +parnahiba n 1 2 @ #p 1 0 09385416 +parnaiba n 1 2 @ #p 1 0 09385416 +parnassia n 1 3 @ ~ #m 1 0 12801520 +parnassia_fimbriata n 1 2 @ #m 1 0 12801966 +parnassia_palustris n 1 2 @ #m 1 0 12801781 +parnassus n 1 3 @ #p ; 1 0 09385586 +parnell n 1 1 @ 1 0 11223929 +parochetus n 1 3 @ #m %m 1 0 12555720 +parochetus_communis n 1 2 @ #m 1 0 12555859 +parochial_school n 1 2 @ ~ 1 0 08284221 +parochialism n 1 1 @ 1 0 06205698 +parodist n 1 3 @ ~ + 1 0 10400998 +parody n 2 2 @ + 2 1 06780309 00549610 +parol_evidence_rule n 1 1 @ 1 0 06654639 +parole n 3 3 @ + ; 3 0 07227301 06674188 01257701 +parolee n 1 2 @ + 1 0 10477585 +paronomasia n 1 1 @ 1 0 06781581 +paronychia n 2 3 @ #m %m 2 0 14178794 11813309 +parophrys n 1 3 @ #m %m 1 0 02664511 +parophrys_vitulus n 1 2 @ #m 1 0 02664642 +paroquet n 1 2 @ ~ 1 0 01821203 +parosamia n 1 1 @ 1 0 14059021 +parotid_gland n 1 1 @ 1 0 05533212 +parotid_vein n 1 1 @ 1 0 05376219 +parotitis n 1 2 @ #p 1 0 14352570 +parousia n 1 2 @ ; 1 0 07322550 +paroxetime n 1 1 @ 1 0 03891851 +paroxysm n 1 2 @ + 1 1 14082788 +paroxysmal_trepidant_abasia n 1 1 @ 1 0 14549709 +paroxytone n 1 1 @ 1 0 06301672 +parquet n 2 2 @ #p 2 0 03892178 03892035 +parquet_circle n 1 2 @ #p 1 0 03892273 +parquet_floor n 1 1 @ 1 0 03892178 +parqueterie n 1 1 @ 1 0 03892425 +parquetry n 1 1 @ 1 0 03892425 +parr n 3 1 @ 3 0 11224046 02535080 02513727 +parrakeet n 1 2 @ ~ 1 0 01821203 +parricide n 2 2 @ ~ 2 0 10401204 00221596 +parrish n 1 1 @ 1 0 11224173 +parroket n 1 2 @ ~ 1 0 01821203 +parroquet n 1 2 @ ~ 1 0 01821203 +parrot n 2 4 @ ~ #m + 2 1 01816887 10401331 +parrot's_beak n 1 1 @ 1 0 12517077 +parrot's_bill n 1 1 @ 1 0 12517077 +parrot_disease n 1 1 @ 1 0 14274975 +parrot_fever n 1 1 @ 1 0 14149773 +parrotfish n 1 2 @ #m 1 0 02610664 +parrotia n 1 3 @ #m %m 1 0 12317164 +parrotiopsis n 1 2 @ #m 1 0 12317611 +parry n 2 3 @ + ; 2 0 01174495 00135504 +parry's_penstemon n 1 2 @ #m 1 0 12887532 +parry's_pinyon n 1 1 @ 1 0 11610823 +parry_manzanita n 1 1 @ 1 0 12232280 +pars_anterior n 1 2 @ #p 1 0 05484573 +pars_distilis n 1 2 @ #p 1 0 05484573 +pars_intermedia n 1 2 @ #p 1 0 05484711 +pars_nervosa n 1 3 @ #p %p 1 0 05484862 +parsec n 1 1 @ 1 0 13657489 +parsee n 1 1 @ 1 0 10401468 +parseeism n 1 1 @ 1 0 06244445 +parser n 1 2 @ #p 1 0 06577369 +parsi n 1 1 @ 1 0 10401468 +parsiism n 1 1 @ 1 0 06244445 +parsimoniousness n 2 3 @ ~ + 2 0 04893525 04833687 +parsimony n 2 3 @ ~ + 2 0 04893525 04833687 +parsley n 2 3 @ ~ #m 2 0 12942395 07819896 +parsley-leaved_thorn n 1 2 @ #m 1 0 12626674 +parsley_haw n 1 2 @ #m 1 0 12626674 +parsnip n 3 4 @ ~ #m #p 3 0 12941914 12941536 07735404 +parson n 1 2 @ ~ 1 1 09983572 +parson's_nose n 1 2 @ #p 1 0 07649463 +parsonage n 1 2 @ ~ 1 1 03892557 +parsons n 1 1 @ 1 0 11224309 +parsons_table n 1 1 @ 1 0 03892728 +part n 12 4 @ ~ #p + 12 12 13809207 03892891 09385911 05671974 08630039 00720565 05929008 13285176 05867413 05256358 07030718 00787465 +part-of-speech_tagger n 1 1 @ 1 0 06577916 +part-owner n 1 1 @ 1 0 10402603 +part-singing n 1 1 @ 1 0 01255452 +part-timer n 1 1 @ 1 0 10402709 +part_music n 1 2 @ ~ 1 0 07030976 +part_name n 1 1 @ 1 0 06293746 +part_of_speech n 1 2 @ ~ 1 1 06317464 +part_to_whole_relation n 1 2 @ %p 1 0 13808708 +partaker n 1 3 @ ~ + 1 0 10401639 +parted_leaf n 1 1 @ 1 0 13161754 +parterre n 2 2 @ #p 2 0 03893603 03892273 +parthenium n 1 3 @ #m %m 1 0 12000609 +parthenium_argentatum n 1 2 @ #m 1 0 12000851 +parthenium_hysterophorus n 1 2 @ #m 1 0 12001077 +parthenium_integrifolium n 1 2 @ #m 1 0 12001294 +parthenocarpy n 1 2 @ ; 1 0 13532356 +parthenocissus n 1 3 @ #m %m 1 0 13148019 +parthenocissus_quinquefolia n 1 2 @ #m 1 0 13148384 +parthenocissus_tricuspidata n 1 2 @ #m 1 0 13148208 +parthenogenesis n 2 3 @ ~ + 2 0 13532747 13532501 +parthenogeny n 2 2 @ ~ 2 0 13532747 13532501 +parthenon n 1 2 @ #p 1 1 03893732 +parthenote n 1 2 @ ; 1 0 05432623 +parthia n 1 4 @ #p %m + 1 0 08978821 +parthian n 2 3 @ #m + 2 0 09726374 06975007 +parti_pris n 1 1 @ 1 0 05949937 +partial n 2 1 @ 2 0 06015053 05720093 +partial_abortion n 1 1 @ 1 0 00230997 +partial_breach n 1 1 @ 1 0 00070807 +partial_correlation n 1 3 @ ~ ; 1 0 06031866 +partial_denture n 1 1 @ 1 0 03893935 +partial_derivative n 1 1 @ 1 0 06015053 +partial_differential_equation n 1 1 @ 1 0 06670866 +partial_eclipse n 1 1 @ 1 0 07369344 +partial_tone n 1 1 @ 1 0 05720093 +partial_veil n 1 3 @ ~ %p 1 0 13095013 +partial_verdict n 1 2 @ ; 1 0 01193362 +partiality n 2 4 ! @ ~ + 2 0 07497797 06201136 +partialness n 1 2 @ + 1 0 14462064 +participant n 2 3 @ ~ + 2 1 10401829 10439851 +participant_role n 1 3 @ ~ ; 1 0 06331803 +participation n 2 4 ! @ ~ + 2 1 01239064 13924659 +participation_financing n 1 1 @ 1 0 13399570 +participation_loan n 1 1 @ 1 1 13399570 +participial n 1 3 @ ~ + 1 0 06330528 +participle n 1 3 @ ~ + 1 0 06330528 +particle n 3 2 @ ~ 3 3 14585519 09386422 06326406 +particle_accelerator n 1 3 @ ~ %p 1 0 02670382 +particle_beam n 1 2 @ ~ 1 0 11485907 +particle_board n 1 2 @ ~ 1 0 03331390 +particle_detector n 1 2 @ ~ 1 0 03894051 +particle_physics n 1 2 @ - 1 0 06101551 +particolored_buckeye n 1 1 @ 1 0 12769318 +particular n 3 4 ! @ ~ ; 3 1 05818182 13809920 06751142 +particular_baptist n 1 1 @ 1 0 08090329 +particular_date n 1 1 @ 1 0 15179888 +particular_proposition n 1 3 ! @ ; 1 0 06751142 +particularisation n 1 2 @ + 1 0 07202812 +particularism n 1 2 @ + 1 0 05705075 +particularity n 1 4 ! @ ~ + 1 0 04762633 +particularization n 1 2 @ + 1 0 07202812 +particulate n 1 2 @ ~ 1 0 14839439 +particulate_matter n 1 2 @ ~ 1 0 14839439 +particulate_radiation n 1 2 @ ~ 1 0 11499510 +parting n 2 4 @ ~ #p + 2 1 00053097 05256358 +partisan n 3 4 ! @ ~ + 3 0 10402086 10059582 03894217 +partisanship n 1 3 @ ~ + 1 0 06201136 +partita n 2 1 @ 2 0 07047275 07047165 +partition n 4 4 @ ~ + ; 4 1 03894379 13627114 05222790 00397953 +partitioning n 2 3 @ ~ + 2 0 05781800 00397953 +partitionist n 1 2 @ + 1 0 10402285 +partitive n 1 2 @ + 1 0 06301792 +partiya_karkeran_kurdistan n 1 2 @ ; 1 0 08029908 +partizan n 2 3 @ ~ + 2 0 10059582 03894217 +partner n 3 4 @ ~ #m + 3 2 10640620 09935434 10402417 +partner_in_crime n 1 1 @ 1 0 09953483 +partner_relation n 1 2 @ ; 1 0 13839888 +partnership n 3 4 @ ~ %m + 3 1 08060694 13781348 06526291 +partnership_certificate n 1 1 @ 1 0 13419032 +partridge n 5 4 @ ~ #m ; 5 0 07647496 01810268 01807496 01804478 01797886 +partridge_pea n 1 2 @ #m 1 0 12494358 +partridgeberry n 1 2 @ #m 1 0 12668517 +parts n 1 1 @ 1 1 08615926 +parts_bin n 1 1 @ 1 0 03894677 +parts_catalog n 1 1 @ 1 0 06488629 +parts_catalogue n 1 1 @ 1 0 06488629 +parts_department n 1 1 @ 1 0 08118849 +parts_inventory n 1 1 @ 1 0 06492569 +partsong n 1 2 @ ~ 1 0 07052799 +parturiency n 1 5 @ ~ #p %p + 1 0 14048441 +parturition n 1 3 @ ~ #p 1 0 13532886 +party n 5 5 @ ~ #m + ; 5 5 08256968 08252602 08264897 07447641 10402824 +party_boss n 1 1 @ 1 0 10403162 +party_favor n 1 2 @ ~ 1 0 03894762 +party_favour n 1 2 @ ~ 1 0 03894762 +party_game n 1 1 @ 1 1 00458800 +party_girl n 1 1 @ 1 0 10403366 +party_line n 2 1 @ 2 0 06660816 03894933 +party_liner n 1 1 @ 1 0 10403633 +party_man n 1 1 @ 1 0 10403633 +party_of_democratic_kampuchea n 1 2 @ ; 1 0 08028999 +party_of_god n 1 2 @ ; 1 0 08023374 +party_pooper n 1 3 @ ~ ; 1 0 10638136 +party_spirit n 1 1 @ 1 0 01207521 +party_to_the_action n 1 1 @ 1 0 08265469 +party_to_the_transaction n 1 1 @ 1 0 08265469 +party_wall n 1 1 @ 1 0 03895038 +party_whip n 1 1 @ 1 0 10776766 +partygoer n 1 1 @ 1 0 10403490 +parula n 1 3 @ #m %m 1 0 01567530 +parula_americana n 1 2 @ #m 1 0 01567678 +parula_warbler n 1 2 @ #m 1 0 01567678 +parulidae n 1 3 @ #m %m 1 0 01566888 +parus n 1 3 @ #m %m 1 0 01591910 +parus_atricapillus n 1 1 @ 1 0 01592257 +parus_bicolor n 1 2 @ #m 1 0 01592387 +parus_caeruleus n 1 2 @ #m 1 0 01592694 +parus_carolinensis n 1 1 @ 1 0 01592540 +parvati n 1 1 @ 1 0 09527560 +parvenu n 1 3 @ ~ + 1 0 10740868 +parvis n 1 1 @ 1 0 03895170 +parvo n 1 1 @ 1 0 01341183 +parvovirus n 1 1 @ 1 0 01341183 +pas n 1 2 @ ; 1 0 00286112 +pas_de_calais n 1 1 @ 1 0 09447450 +pas_de_deux n 1 3 @ #p %p 1 0 00529224 +pas_de_quatre n 1 2 @ #p 1 0 00529511 +pas_de_trois n 1 2 @ #p 1 0 00529400 +pas_seul n 1 2 @ ; 1 0 00529101 +pasadena n 1 2 @ #p 1 0 09064594 +pasang n 2 3 @ ~ #m 2 0 02428349 02417663 +pascal n 3 1 @ 3 0 13711303 11224419 06903115 +pascal's_law n 1 1 @ 1 0 05886613 +pascal's_law_of_fluid_pressures n 1 1 @ 1 0 05886613 +pascal_celery n 1 1 @ 1 0 07730562 +pascal_compiler n 1 1 @ 1 0 06574231 +pasch n 2 1 @ 2 0 15191494 15191401 +pascha n 2 1 @ 2 0 15191494 15191401 +paschal_celery n 1 1 @ 1 0 07730562 +paschal_lamb n 1 1 @ 1 0 06883274 +paseo n 1 2 @ ~ 1 0 04544979 +pasha n 1 1 @ 1 0 10403768 +pashto n 1 2 @ - 1 0 06975132 +pashtoon n 1 1 @ 1 0 09689739 +pashtu n 1 2 @ - 1 0 06975132 +pashtun n 2 1 @ 2 0 09689739 08484648 +pasigraphy n 1 1 @ 1 0 06897627 +pasiphae n 1 2 @ ; 1 0 09568643 +paso_doble n 2 1 @ 2 1 00536872 07056265 +paspalum n 1 2 @ #m 1 0 12128071 +paspalum_dilatatum n 1 2 @ #m 1 0 12128071 +paspalum_distichum n 1 2 @ #m 1 0 12128490 +paspalum_notatum n 1 2 @ #m 1 0 12128306 +pasque_flower n 1 3 @ ~ #m 1 0 11737534 +pasqueflower n 1 3 @ ~ #m 1 0 11737534 +pasquinade n 1 1 @ 1 0 06780309 +pass n 16 5 @ ~ #p + ; 16 7 00127286 15139552 00560529 09386842 06691083 06690408 00304592 13936939 07418822 07341860 07176499 06690226 06519369 00787061 00105820 00065575 +pass-through n 1 1 @ 1 0 03897130 +pass_catcher n 1 1 @ 1 0 10510818 +pass_completion n 1 2 @ ; 1 0 00557419 +pass_receiver n 1 1 @ 1 0 10510818 +passado n 1 3 @ %p ; 1 0 01174251 +passage n 10 5 @ ~ #p + ; 10 8 00201058 06400271 03895293 01126856 00309115 07044917 05248181 00865600 07310642 00318035 +passageway n 2 2 @ ~ 2 2 03895585 05248181 +passamaquody n 1 1 @ 1 0 09664908 +passbook n 1 1 @ 1 0 13414159 +passbook_savings_account n 1 1 @ 1 0 13364821 +passe-partout n 2 2 @ ~ 2 0 03896984 03896526 +passed_ball n 1 1 @ 1 0 00108665 +passel n 1 2 @ ~ 1 0 13774404 +passementerie n 1 2 @ ~ 1 0 04484160 +passenger n 1 3 @ ~ ; 1 1 10403876 +passenger_car n 1 3 @ ~ #m 1 0 03895866 +passenger_pigeon n 1 2 @ #m 1 0 01815270 +passenger_ship n 1 3 @ ~ %p 1 0 03896103 +passenger_train n 1 4 @ ~ %m %p 1 0 03896233 +passenger_van n 1 2 @ ~ 1 0 03896419 +passenger_vehicle n 1 5 @ ~ #m %p - 1 0 02924116 +passer n 5 5 @ #m %m + ; 5 0 10404672 10404550 10404426 10404242 01539772 +passer-by n 1 1 @ 1 0 10404672 +passer_domesticus n 1 2 @ #m 1 0 01539925 +passer_montanus n 1 2 @ #m 1 0 01540090 +passerby n 1 1 @ 1 1 10404672 +passeres n 1 3 @ #m %m 1 0 01524885 +passeridae n 1 3 @ #m %m 1 0 01539377 +passeriform_bird n 1 3 @ ~ #m 1 0 01524359 +passeriformes n 1 3 @ #m %m 1 0 01523908 +passerina n 1 3 @ #m %m 1 0 01537360 +passerina_cyanea n 1 2 @ #m 1 0 01537544 +passerine n 1 4 @ ~ #m + 1 0 01524359 +passero n 1 2 @ ; 1 0 01290162 +passero_cape n 1 2 @ #p 1 0 08811653 +passiflora n 1 3 @ #m %m 1 0 12383256 +passiflora_edulis n 1 1 @ 1 0 12383737 +passiflora_foetida n 1 1 @ 1 0 12384839 +passiflora_incarnata n 1 1 @ 1 0 12384227 +passiflora_laurifolia n 1 2 @ %p 1 0 12384375 +passiflora_ligularis n 1 2 @ %p 1 0 12383894 +passiflora_maliformis n 1 2 @ %p 1 0 12384680 +passiflora_mollissima n 1 1 @ 1 0 12384569 +passiflora_quadrangularis n 1 2 @ %p 1 0 12384037 +passifloraceae n 1 3 @ #m %m 1 0 12383073 +passing n 7 5 ! @ ~ + ; 7 2 00560529 07333649 07310642 07292577 00865600 00340192 00065575 +passing_comment n 1 1 @ 1 0 06766092 +passing_game n 1 3 @ ~ ; 1 0 00560529 +passing_note n 1 1 @ 1 0 06870437 +passing_play n 1 3 @ ~ ; 1 0 00560529 +passing_shot n 1 1 @ 1 0 00569608 +passing_tone n 1 1 @ 1 0 06870437 +passing_water n 1 2 @ ; 1 0 13506727 +passion n 7 2 @ ~ 7 6 07480896 04628192 14039179 09181557 07488788 05813229 14325220 +passion_fruit n 1 3 @ ~ #p 1 0 07753743 +passion_of_christ n 1 1 @ 1 0 14325220 +passion_play n 1 1 @ 1 0 07018724 +passion_sunday n 1 1 @ 1 0 15191739 +passion_week n 1 2 @ #p 1 0 15181444 +passionateness n 1 3 @ ~ + 1 0 07480896 +passionflower n 1 4 @ ~ #m %p 1 0 12383402 +passionflower_family n 1 3 @ #m %m 1 0 12383073 +passionflower_vine n 1 4 @ ~ #m %p 1 0 12383402 +passive n 1 2 @ + 1 0 13803431 +passive_air_defense n 1 1 @ 1 0 00960546 +passive_immunity n 1 1 @ 1 0 14527721 +passive_matrix_display n 1 2 @ ~ 1 0 03896628 +passive_resistance n 1 2 @ ~ 1 0 01242716 +passive_resister n 1 1 @ 1 0 10362195 +passive_source n 1 1 @ 1 0 10404810 +passive_transport n 1 1 @ 1 0 13533186 +passive_trust n 1 2 ! @ 1 0 13361333 +passive_voice n 1 2 ! @ 1 0 13803431 +passiveness n 2 4 @ ~ = + 2 0 04907020 04636397 +passivism n 1 1 @ 1 0 05965586 +passivity n 2 4 @ ~ = + 2 1 04636397 04907020 +passkey n 1 2 @ ~ 1 0 03896984 +passover n 1 3 @ ~ ; 1 0 15195928 +passover_supper n 1 3 @ ~ ; 1 0 01035667 +passport n 3 4 @ ~ %p ; 3 0 06691083 06500937 04673668 +password n 1 1 @ 1 0 06674188 +past n 3 4 ! @ ~ #p 3 3 15120823 15141693 06330262 +past_master n 2 1 @ 2 0 10405229 10405107 +past_participle n 1 1 @ 1 0 06331154 +past_perfect n 1 1 @ 1 0 13806735 +past_perfect_tense n 1 1 @ 1 0 13806735 +past_progressive n 1 1 @ 1 0 13806964 +past_progressive_tense n 1 1 @ 1 0 13806964 +past_tense n 1 2 @ ~ 1 0 06330262 +past_times n 1 2 @ ~ 1 0 15120823 +pasta n 2 2 @ ~ 2 0 07863374 07698915 +pasta_salad n 1 2 @ ~ 1 0 07807710 +pasta_sauce n 1 2 @ ~ 1 0 07838233 +paste n 4 3 @ ~ + 4 1 14705287 14882248 14704966 07856270 +paste-up n 1 2 @ ~ 1 0 03897334 +pasteboard n 1 2 @ ~ 1 0 14801271 +pastel n 1 2 @ + 1 1 04974575 +paster n 2 3 @ ~ + 2 0 10404998 07272545 +pastern n 1 3 @ #p %p 1 0 02462066 +pasternak n 1 1 @ 1 0 11224654 +pasteur n 1 2 @ + 1 0 11224877 +pasteurellosis n 1 1 @ 1 0 14263280 +pasteurisation n 1 2 @ + 1 0 00254166 +pasteurization n 1 2 @ + 1 0 00254166 +pasteurized_milk n 1 1 @ 1 0 07845166 +pastiche n 2 1 @ 2 0 07047505 03897520 +pastil n 1 1 @ 1 0 07607967 +pastille n 1 1 @ 1 0 07607967 +pastime n 1 2 @ ~ 1 1 00431552 +pastinaca n 1 2 @ %m 1 0 12941360 +pastinaca_sativa n 1 3 @ ~ #m 1 0 12941536 +pastis n 1 2 @ %s 1 0 07910538 +pastness n 1 4 ! @ ~ + 1 0 05049656 +pasto n 1 2 @ #p 1 0 09175322 +pastor n 2 5 @ ~ #m %m + 2 1 09983572 01577265 +pastor_roseus n 1 2 @ #m 1 0 01577458 +pastor_sturnus n 1 2 @ #m 1 0 01577458 +pastoral n 3 3 @ ~ + 3 0 07043824 06625850 06377275 +pastorale n 1 1 @ 1 0 07043824 +pastorate n 2 1 @ 2 0 08113634 00595785 +pastorship n 1 2 @ + 1 0 00595785 +pastrami n 1 1 @ 1 0 07664379 +pastry n 2 3 @ ~ %s 2 0 07623136 07622708 +pastry_cart n 1 1 @ 1 0 03897634 +pastry_cook n 1 1 @ 1 0 10405320 +pastry_dough n 1 2 @ ~ 1 0 07623136 +pasturage n 2 2 @ + 2 0 12104501 07801091 +pasture n 2 4 @ ~ #p + 2 2 08616050 07801091 +pasture_brake n 1 2 @ #m 1 0 13189844 +pastureland n 1 3 @ ~ #p 1 0 08616050 +pasty n 2 2 @ ~ 2 0 07872170 03897759 +pat n 2 3 @ ~ + 2 0 07388987 00125436 +pataca n 1 2 @ %p 1 0 13690445 +patagonia n 1 3 @ #p %p 1 0 08711468 +patagonian_desert n 1 2 @ #p 1 0 09171984 +patas n 1 2 @ #m 1 0 02486261 +patavium n 1 2 @ #p 1 0 08813156 +patch n 9 4 @ ~ %p + 9 3 04682462 08674739 03897943 15246353 06573223 04408871 03745285 03309356 02785648 +patch_pocket n 1 1 @ 1 0 03898395 +patch_test n 1 1 @ 1 0 05745486 +patchboard n 1 2 @ #p 1 0 04373264 +patchcord n 1 1 @ 1 0 03898129 +patchiness n 1 2 @ + 1 0 04772844 +patching n 1 2 @ + 1 0 00267349 +patchouli n 2 2 @ #m 2 0 12862828 03898271 +patchouly n 2 2 @ #m 2 0 12862828 03898271 +patchwork n 3 2 @ ~ 3 1 05953416 03898633 03898500 +patchwork_quilt n 1 2 @ ~ 1 0 03898633 +pate n 2 3 @ ~ #p 2 0 07857959 05539595 +pate_a_choux n 1 1 @ 1 0 07628181 +pate_de_foie_gras n 1 1 @ 1 0 07858197 +pate_feuillete n 1 2 @ ~ 1 0 07627931 +patella n 2 5 @ #m #p %m + 2 0 05278395 01948917 +patella_vulgata n 1 2 @ #m 1 0 01949085 +patellar_reflex n 1 1 @ 1 0 00864859 +patellidae n 1 3 @ #m %m 1 0 01948788 +patency n 2 4 @ ~ = + 2 0 05084067 04706290 +patent n 2 3 @ + ; 2 1 06501141 06551627 +patent_and_trademark_office_database n 1 2 @ #p 1 0 08349681 +patent_application n 1 1 @ 1 0 06513255 +patent_ductus_arteriosus n 1 1 @ 1 0 05418432 +patent_infringement n 1 1 @ 1 0 00771604 +patent_law n 1 1 @ 1 0 06162528 +patent_leather n 1 1 @ 1 1 14763329 +patent_log n 1 1 @ 1 0 03898787 +patent_medicine n 1 2 @ ~ 1 1 03898936 +patent_of_invention n 1 1 @ 1 0 06501141 +patent_office n 1 2 @ #p 1 0 08349681 +patent_right n 1 2 @ ; 1 1 05188646 +patent_system n 1 2 @ ; 1 0 05903878 +patentee n 1 2 @ + 1 0 10405410 +pater n 1 1 @ 1 0 10405540 +paterfamilias n 1 1 @ 1 0 10406765 +paternal_quality n 1 2 @ = 1 0 04873305 +paternalism n 1 3 @ + ; 1 0 06196071 +paternity n 3 2 @ + 3 0 14578792 13813898 00240754 +paternity_suit n 1 2 @ ; 1 0 01183798 +paternity_test n 1 1 @ 1 0 05743496 +paternoster n 2 2 @ ; 2 0 06457796 03899100 +paterson n 2 2 @ #p 2 0 11225165 09114020 +path n 4 2 @ ~ 4 3 00415676 03899328 08616311 09387222 +path_of_least_resistance n 1 1 @ 1 0 00416737 +pathan n 2 1 @ 2 0 09689739 08484648 +pathetic_fallacy n 1 1 @ 1 0 05894631 +pathfinder n 1 2 @ ~ 1 0 10562749 +pathogen n 1 2 @ + 1 0 01386007 +pathogenesis n 1 2 @ ~ 1 1 13533349 +pathologic_process n 1 2 @ ~ 1 0 13533470 +pathological_process n 1 2 @ ~ 1 0 13533470 +pathological_state n 1 2 @ ~ 1 0 14051917 +pathologist n 1 3 @ ~ + 1 1 10011074 +pathology n 2 4 @ ~ + - 2 1 06060845 14204950 +pathos n 3 2 @ + 3 1 05211254 07553964 07072337 +pathway n 2 2 @ ~ 2 2 05475878 03899533 +patience n 2 4 ! @ ~ + 2 1 04640538 00495524 +patient n 2 3 @ ~ #m 2 1 10405694 06332136 +patient_role n 1 1 @ 1 0 06332136 +patina n 1 3 @ ~ + 1 1 03899612 +patio n 1 3 @ ~ #p 1 0 03899768 +patisserie n 1 1 @ 1 0 03899933 +patka n 1 1 @ 1 0 03900028 +patness n 1 2 @ + 1 0 04718826 +patois n 2 4 @ ~ ; - 2 0 07157273 07156219 +paton n 1 1 @ 1 0 11225350 +patrai n 1 1 @ 1 0 08788588 +patras n 1 1 @ 1 0 08788588 +patrial n 1 2 @ ; 1 0 10406072 +patriarch n 4 3 @ ~ + 4 0 10406905 10406765 10406391 10406266 +patriarchal_cross n 1 1 @ 1 0 03900104 +patriarchate n 2 1 @ 2 0 08617873 07972674 +patriarchy n 1 2 @ + 1 0 07972674 +patrician n 2 4 @ ~ #m + 2 0 10407105 09807754 +patricide n 2 1 @ 2 0 10407221 00221900 +patrick n 1 1 @ 1 0 11225469 +patrick_henry n 1 1 @ 1 0 11040381 +patrick_victor_martindale_white n 1 1 @ 1 0 11384159 +patrick_white n 1 1 @ 1 0 11384159 +patrikin n 1 1 @ 1 0 10236663 +patrilineage n 1 1 @ 1 0 13814898 +patrilineal_kin n 1 1 @ 1 0 10236663 +patrilineal_sib n 1 1 @ 1 0 10236663 +patrimony n 2 2 @ + 2 0 13271631 13263920 +patriot n 1 2 @ ~ 1 1 10407310 +patriot's_day n 1 2 @ #p 1 0 15188852 +patrioteer n 1 1 @ 1 0 09911849 +patriotism n 1 3 @ ~ + 1 1 04878101 +patrisib n 1 1 @ 1 0 10236663 +patristics n 2 2 @ + 2 0 06364004 06185302 +patroclus n 1 2 @ ; 1 0 09500398 +patrol n 3 4 @ ~ %m + 3 2 08216176 00824808 08329113 +patrol_boat n 1 1 @ 1 0 03900194 +patrol_car n 1 2 @ ~ 1 0 03141065 +patrol_ship n 1 1 @ 1 0 03900194 +patrol_wagon n 1 1 @ 1 0 03977966 +patroller n 1 3 @ #m + 1 1 10407552 +patrolman n 1 1 @ 1 1 10095664 +patrology n 2 1 @ 2 0 06364004 06185302 +patron n 3 4 @ ~ + ; 3 1 10407726 10408324 10407954 +patron_saint n 1 2 @ ~ 1 1 10408552 +patronage n 5 4 @ ~ + ; 5 1 01213886 08401554 06719404 01153861 01096454 +patroness n 1 1 @ 1 0 10408438 +patronne n 1 1 @ 1 1 10408438 +patronym n 1 3 @ + ; 1 0 06335832 +patronymic n 1 3 @ + ; 1 0 06335832 +patsy n 1 1 @ 1 0 09921409 +patten n 1 1 @ 1 0 03047690 +patter n 2 2 @ + 2 1 07013400 07389170 +pattern n 8 5 @ ~ #p %p + 8 6 05930736 00410247 03178782 05667613 05938795 05902327 08492747 07005270 +patterned_advance n 1 2 @ ~ 1 0 08458912 +patternmaker n 1 1 @ 1 0 10408809 +patty n 3 2 @ ~ 3 0 07663899 07627310 07599468 +patty-pan n 1 1 @ 1 0 03900301 +patty_shell n 1 1 @ 1 0 07627223 +pattypan_squash n 2 3 @ #p %p 2 0 12160125 07716750 +patwin n 2 1 @ 2 0 09665075 06924376 +patzer n 1 1 @ 1 0 10408939 +paucity n 1 1 @ 1 1 05117140 +paul n 2 2 @ ; 2 0 11226614 11225661 +paul_adrien_maurice_dirac n 1 1 @ 1 0 10936894 +paul_bunyan n 1 1 @ 1 0 09591155 +paul_bustill_robeson n 1 1 @ 1 0 11264973 +paul_cezanne n 1 1 @ 1 0 10889316 +paul_dukas n 1 1 @ 1 0 10944593 +paul_ehrlich n 1 1 @ 1 0 10953605 +paul_gauguin n 1 1 @ 1 0 10992528 +paul_hermann_muller n 1 1 @ 1 0 11196046 +paul_heyse n 1 1 @ 1 0 11048879 +paul_hindemith n 1 1 @ 1 0 11050870 +paul_iii n 1 1 @ 1 0 11226126 +paul_johann_ludwig_von_heyse n 1 1 @ 1 0 11048879 +paul_johannes_tillich n 1 1 @ 1 0 11342618 +paul_john_flory n 1 1 @ 1 0 10973873 +paul_joseph_goebbels n 1 1 @ 1 0 11003724 +paul_klee n 1 1 @ 1 0 11106830 +paul_leonard_newman n 1 1 @ 1 0 11205246 +paul_ludwig_von_beneckendorff_und_von_hindenburg n 1 1 @ 1 0 11051070 +paul_mccartney n 1 2 @ #m 1 0 11167952 +paul_newman n 1 1 @ 1 0 11205246 +paul_revere n 1 1 @ 1 0 11258501 +paul_robeson n 1 1 @ 1 0 11264973 +paul_simon n 1 1 @ 1 0 11301279 +paul_the_apostle n 1 2 @ ; 1 0 11225661 +paul_tillich n 1 1 @ 1 0 11342618 +paul_verlaine n 1 1 @ 1 0 11363164 +paul_vernier n 1 1 @ 1 0 11363657 +paul_vi n 1 1 @ 1 0 11226427 +paul_von_hindenburg n 1 1 @ 1 0 11051070 +pauli n 1 1 @ 1 0 11226713 +pauli_exclusion_principle n 1 1 @ 1 0 05886939 +pauling n 1 1 @ 1 0 11226933 +paulo_afonso n 1 2 @ #p 1 0 09387624 +paulo_afonso_falls n 1 2 @ #p 1 0 09387624 +paumotu_archipelago n 1 2 @ #p 1 0 08990522 +paunch n 1 4 @ ~ #p + 1 0 05555917 +paunchiness n 1 2 @ + 1 0 04999964 +pauper n 1 3 @ ~ + 1 0 10409011 +pauperisation n 1 2 @ + 1 0 01150467 +pauperism n 1 2 @ ~ 1 0 14493716 +pauperization n 2 3 @ ~ + 2 0 14493716 01150467 +pauropoda n 1 2 @ #m 1 0 01783205 +pause n 2 3 @ ~ + 2 2 15271008 01062817 +pavage n 2 2 @ + 2 0 13315518 00717081 +pavan n 2 1 @ 2 0 07056406 00526948 +pavane n 2 1 @ 2 0 07056406 00526948 +pavarotti n 1 1 @ 1 0 11227101 +pave n 1 1 @ 1 0 03900393 +paved_surface n 1 2 @ ~ 1 0 03900509 +pavement n 3 5 @ ~ #s %s + 3 3 03900750 14977504 04215402 +pavement_artist n 1 1 @ 1 0 10409161 +pavilion n 1 1 @ 1 0 03900979 +paving n 3 5 @ ~ #s %s + 3 0 14977504 03900750 00717081 +paving_machine n 1 1 @ 1 0 03901229 +paving_material n 1 2 @ ~ 1 0 14977504 +paving_stone n 1 3 @ ~ #s 1 1 03901074 +pavior n 1 1 @ 1 0 03901229 +paviour n 1 1 @ 1 0 03901229 +pavis n 1 2 @ ; 1 0 03901338 +pavise n 1 2 @ ; 1 0 03901338 +pavlov n 1 2 @ + 1 0 11227206 +pavlova n 2 1 @ 2 0 11227400 07612137 +pavo n 2 3 @ #m %m 2 0 09387764 01805692 +pavo_cristatus n 1 1 @ 1 0 01806364 +pavo_muticus n 1 1 @ 1 0 01806467 +pavonia n 1 2 @ #m 1 0 12184912 +pavor_nocturnus n 1 1 @ 1 0 14025258 +paw n 2 5 @ ~ #p %p + 2 1 02439929 05564590 +pawer n 1 2 @ + 1 0 10409322 +pawl n 1 2 @ #p 1 0 03901548 +pawn n 4 3 @ + ; 4 0 13350875 10209616 03901750 01111236 +pawn_ticket n 1 1 @ 1 0 13414443 +pawnbroker n 1 1 @ 1 0 10409459 +pawnbroker's_shop n 1 1 @ 1 0 03901974 +pawnee n 2 1 @ 2 0 09665218 06915927 +pawnshop n 1 1 @ 1 0 03901974 +pawpaw n 3 4 @ #m #p %p 3 0 12373100 11695599 07762114 +pax n 1 2 @ ; 1 0 06631140 +pax_romana n 1 1 @ 1 0 14540318 +paxil n 1 2 @ ; 1 0 03891851 +paxto n 1 2 @ - 1 0 06975132 +paxton n 1 1 @ 1 0 11227499 +pay n 1 4 @ ~ #p + 1 1 13279262 +pay-phone n 1 1 @ 1 0 03902125 +pay-station n 1 1 @ 1 0 03902125 +pay_as_you_earn n 1 1 @ 1 0 13311573 +pay_claim n 1 1 @ 1 0 07192845 +pay_cut n 1 1 @ 1 1 00352683 +pay_dirt n 2 1 @ 2 0 14977741 14475273 +pay_envelope n 1 1 @ 1 0 13280658 +pay_packet n 1 1 @ 1 0 13280658 +pay_rate n 1 2 @ ~ 1 1 13281476 +payable n 1 1 @ 1 0 14490801 +payables n 1 1 @ 1 0 13330168 +payback n 2 2 @ + 2 0 13296460 01235463 +paycheck n 1 1 @ 1 0 13382975 +payday n 1 1 @ 1 1 15172782 +paye n 1 1 @ 1 0 13311573 +payee n 1 2 @ + 1 0 10409634 +payena n 1 3 @ #m %m 1 0 12775225 +payer n 1 3 @ ~ + 1 0 10409752 +paygrade n 1 3 @ ~ ; 1 0 14431471 +paying_attention n 1 3 @ ~ = 1 0 05702726 +paying_back n 1 2 @ ~ 1 0 01234729 +payload n 2 3 @ ~ #p 2 0 04551375 02964389 +paymaster n 1 1 @ 1 0 10410035 +payment n 3 4 ! @ ~ + 3 2 13278375 01120448 01235137 +payment_rate n 1 1 @ 1 0 13281770 +payne's_gray n 1 1 @ 1 1 14923207 +payne's_grey n 1 1 @ 1 0 14923207 +paynim n 1 2 @ ; 1 0 10166626 +payoff n 4 2 @ ~ 4 0 13299357 13284562 13260190 07295629 +payola n 1 1 @ 1 0 13284973 +payroll n 3 2 @ %p 3 1 13412721 13412877 08120079 +payroll_check n 1 1 @ 1 0 13382975 +payroll_department n 1 1 @ 1 0 08120079 +pays_de_la_loire n 1 3 @ #p %p 1 0 08943926 +paysheet n 2 2 @ %p 2 0 13412877 13412721 +payslip n 1 1 @ 1 0 13412131 +pb n 4 5 @ ~ #s #p %p 4 0 14643467 13630545 13630387 13630213 +pbit n 1 3 @ #p %p 1 0 13630545 +pbs n 1 1 @ 1 1 14786361 +pc n 1 3 @ ~ %p 1 0 03918480 +pc_board n 1 2 @ #p 1 0 03902220 +pcp n 2 3 @ ~ #m 2 0 10165109 03921499 +pct n 1 2 @ ~ 1 0 13817526 +pd n 1 1 @ 1 0 14648754 +pda n 1 1 @ 1 0 03918737 +pdflp n 1 2 @ ; 1 0 08019523 +pdl n 1 1 @ 1 0 13647997 +pe n 1 2 @ #p 1 0 06838437 +pe-tsai n 1 2 @ #m 1 0 11878808 +pea n 3 5 @ ~ #m #p %p 3 1 07725376 12560282 12560016 +pea-chick n 1 1 @ 1 0 01806061 +pea-souper n 1 1 @ 1 0 11490934 +pea_bean n 1 1 @ 1 0 07727140 +pea_crab n 1 3 @ ~ #m 1 0 01980655 +pea_family n 1 3 @ #m %m 1 0 11746776 +pea_flour n 1 1 @ 1 0 07568625 +pea_green n 1 1 @ 1 0 04968257 +pea_jacket n 1 1 @ 1 0 03902756 +pea_plant n 1 4 @ ~ #m %p 1 0 12560016 +pea_pod n 1 2 @ #p 1 0 13140242 +pea_shooter n 1 1 @ 1 0 03902972 +pea_soup n 2 1 @ 2 1 07586604 11490934 +pea_tree n 1 3 @ ~ #m 1 0 12511856 +pea_weevil n 1 2 @ #m 1 0 02182355 +peabody n 1 1 @ 1 0 11227618 +peace n 5 4 ! @ ~ + 5 4 13970236 13969700 07515790 14539524 06773976 +peace_advocacy n 1 1 @ 1 0 06221659 +peace_corps n 1 1 @ 1 0 08195636 +peace_garden_state n 1 3 @ #p %p 1 0 09129442 +peace_initiative n 1 1 @ 1 0 00243813 +peace_lily n 1 2 @ #m 1 0 11792341 +peace_march n 1 1 @ 1 0 01178728 +peace_of_mind n 1 1 @ 1 1 07515790 +peace_of_westphalia n 1 1 @ 1 0 06774192 +peace_offering n 1 1 @ 1 0 07167186 +peace_officer n 1 2 @ ~ 1 1 10249459 +peace_pipe n 1 1 @ 1 0 02941408 +peace_process n 1 1 @ 1 0 13533704 +peace_treaty n 1 2 @ ~ 1 0 06773976 +peaceableness n 1 3 @ ~ + 1 0 13970584 +peacefulness n 2 3 @ ~ + 2 0 13970584 07515790 +peacekeeper n 3 2 @ ; 3 0 10410246 10410125 03902381 +peacekeeping n 1 2 @ ; 1 0 00980904 +peacekeeping_mission n 1 2 @ ; 1 0 00980904 +peacekeeping_operation n 1 2 @ ; 1 0 00980904 +peacemaker n 2 2 @ ~ 2 0 09952163 02907656 +peacenik n 1 1 @ 1 0 10028123 +peacetime n 1 1 @ 1 0 15293227 +peach n 4 5 @ #m #p %p + 4 0 12648045 10613996 07751004 04971675 +peach-leaved_willow n 1 2 @ #m 1 0 12727729 +peach-wood n 1 3 @ #m %s 1 0 12489268 +peach_bell n 1 1 @ 1 0 12038585 +peach_bells n 1 1 @ 1 0 12038585 +peach_blight n 1 1 @ 1 0 14218401 +peach_ice_cream n 1 1 @ 1 0 07615190 +peach_melba n 1 1 @ 1 0 07612273 +peach_orchard n 1 1 @ 1 0 03902482 +peach_pit n 1 1 @ 1 0 11690088 +peach_sauce n 1 1 @ 1 0 07832202 +peach_state n 1 5 @ #m #p %p - 1 0 09075842 +peach_tree n 1 3 @ #m %p 1 0 12648045 +peachick n 1 1 @ 1 0 01806061 +peachleaf_willow n 1 2 @ #m 1 0 12727729 +peachwood n 1 3 @ #m %s 1 0 12489268 +peacoat n 1 1 @ 1 0 03902756 +peacock n 2 2 @ #m 2 2 02279257 01806143 +peacock-throne n 1 1 @ 1 0 03902564 +peacock_blue n 1 1 @ 1 0 04969798 +peacock_butterfly n 1 2 @ #m 1 0 02279257 +peacock_flower n 1 2 @ #m 1 0 12494794 +peacock_flower_fence n 1 2 @ #m 1 0 11758799 +peacock_ore n 1 2 @ %s 1 0 14669242 +peafowl n 1 3 @ ~ #m 1 0 01805801 +peag n 1 1 @ 1 0 04549407 +peahen n 1 1 @ 1 0 01806297 +peak n 7 4 @ ~ #p + 7 4 13653902 15295045 13940456 08617963 13902482 08677801 02838728 +peak_season n 1 1 @ 1 0 15238570 +peaked_cap n 1 2 @ %p 1 0 03610682 +peal n 1 2 @ + 1 1 07389330 +pealing n 1 2 @ + 1 1 07389330 +pean n 2 2 @ ; 2 0 07036862 06694149 +peanut n 4 5 @ #m #p %s %p 4 0 11748811 11748501 10410440 07737745 +peanut_bar n 1 1 @ 1 0 07608641 +peanut_brittle n 1 1 @ 1 0 07599911 +peanut_butter n 1 1 @ 1 1 07855510 +peanut_gallery n 2 2 @ #p 2 0 07949796 04164199 +peanut_oil n 1 2 @ #s 1 0 07674749 +peanut_vine n 1 3 @ #m %p 1 0 11748501 +peanut_worm n 1 2 @ #m 1 0 02315821 +peanuts n 1 1 @ 1 0 13413016 +pear n 2 5 @ ~ #m #p %p 2 1 07767847 12651611 +pear_blight n 1 2 @ ~ 1 0 14217002 +pear_haw n 1 2 @ #m 1 0 12627119 +pear_hawthorn n 1 2 @ #m 1 0 12627119 +pear_tree n 1 3 @ #m %p 1 0 12651611 +pearl n 3 3 @ ~ + 3 2 13372403 04961331 13901585 +pearl-fish n 1 2 @ #m 1 0 02559383 +pearl-weed n 1 2 @ #m 1 0 11814238 +pearl_ash n 1 1 @ 1 0 14860749 +pearl_bailey n 1 1 @ 1 0 10831363 +pearl_barley n 1 1 @ 1 0 07803213 +pearl_buck n 1 1 @ 1 0 10870235 +pearl_diver n 1 1 @ 1 0 10410531 +pearl_fishery n 1 1 @ 1 0 03902869 +pearl_harbor n 1 2 @ #p 1 0 09080782 +pearl_hominy n 1 1 @ 1 0 07732525 +pearl_mae_bailey n 1 1 @ 1 0 10831363 +pearl_millet n 1 2 @ #m 1 0 12128825 +pearl_oyster n 1 2 @ #m 1 0 01961985 +pearl_river n 2 2 @ #p 2 0 09483340 09387880 +pearl_sago n 1 1 @ 1 0 15054770 +pearl_sydenstricker_buck n 1 1 @ 1 0 10870235 +pearler n 1 2 @ + 1 0 10410531 +pearlfish n 1 2 @ #m 1 0 02559383 +pearlite n 1 4 @ ~ #s %s 1 0 14977845 +pearlweed n 1 2 @ #m 1 0 11814238 +pearlwort n 1 2 @ #m 1 0 11814238 +pearly n 1 2 @ + 1 0 05283498 +pearly-shelled_mussel n 1 2 @ #m 1 0 01964957 +pearly_everlasting n 1 2 @ #m 1 0 11921395 +pearly_nautilus n 1 2 @ #m 1 0 01968897 +pearly_razorfish n 1 2 @ #m 1 0 02609823 +pearmain n 1 1 @ 1 0 07741357 +pearson_product-moment_correlation_coefficient n 1 2 @ ; 1 0 06033427 +peary n 1 1 @ 1 0 11227796 +peasant n 3 4 @ ~ #m + 3 2 10410668 10410996 10410815 +peasant's_revolt n 1 2 @ ; 1 0 00964105 +peasanthood n 1 2 @ + 1 0 00595894 +peasantry n 1 2 @ %m 1 0 08182283 +pease_pudding n 1 2 @ ; 1 0 07618871 +peasecod n 1 2 @ #p 1 0 13140242 +peat n 1 2 @ + 1 0 14689493 +peat_bog n 1 2 @ ~ 1 0 09225943 +peat_moss n 1 2 @ #m 1 0 11542137 +peavey n 1 2 @ ~ 1 0 03903133 +peavy n 1 2 @ ~ 1 0 03903133 +peba n 1 2 @ #m 1 0 02454794 +pebble n 1 2 @ + 1 1 09388023 +pebble_plant n 1 3 @ ~ #m 1 0 11820965 +pebibit n 1 3 @ #p %p 1 0 13630707 +pebibyte n 1 3 @ #p %p 1 0 13630213 +pecan n 3 6 @ #m #s #p %s %p 3 0 12321304 12321077 07774719 +pecan_pie n 1 1 @ 1 0 07626602 +pecan_tree n 1 4 @ #m %s %p 1 0 12321077 +peccadillo n 1 1 @ 1 0 00738785 +peccari_angulatus n 1 1 @ 1 0 02397744 +peccary n 1 3 @ ~ #m 1 0 02397529 +peck n 3 4 @ ~ #p %p 3 0 13774404 13622451 13620713 +pecker n 3 6 @ ~ #m #p + ; 3 0 05526713 01838598 01758308 +peckerwood n 1 3 @ ~ #m 1 0 01838598 +pecking_order n 1 3 @ #p %m 1 0 08376051 +pecopteris n 1 2 @ #m 1 0 11545350 +pecos n 1 2 @ #p 1 0 09388121 +pecos_river n 1 2 @ #p 1 0 09388121 +pecs n 1 3 @ ~ #p 1 1 05551711 +pecten_irradians n 1 3 @ #m %p 1 0 01966377 +pecten_magellanicus n 1 3 @ #m %p 1 0 01966586 +pectic_acid n 1 1 @ 1 0 14978114 +pectin n 1 3 @ #s + 1 0 14978232 +pectinibranchia n 1 3 @ #m %m 1 0 01952812 +pectinidae n 1 3 @ #m %m 1 0 01965747 +pectoral n 2 4 @ ~ #p + 2 1 05551711 03903290 +pectoral_arch n 1 2 @ #p 1 0 05586280 +pectoral_fin n 1 1 @ 1 0 02466564 +pectoral_girdle n 1 3 @ #p %p 1 0 05586111 +pectoral_medallion n 1 1 @ 1 0 03903290 +pectoral_muscle n 1 3 @ ~ #p 1 0 05551711 +pectoral_sandpiper n 1 2 @ #m 1 0 02028727 +pectoral_vein n 1 1 @ 1 0 05376391 +pectoralis n 1 3 @ ~ #p 1 1 05551711 +pectoralis_major n 1 1 @ 1 1 05551939 +pectoralis_minor n 1 1 @ 1 0 05552106 +pectus n 1 4 @ ~ #p %p 1 0 05552607 +peculation n 1 3 @ ~ + 1 0 00776732 +peculator n 1 2 @ + 1 0 10051337 +peculiar_velocity n 1 1 @ 1 0 15284043 +peculiarity n 3 3 @ ~ + 3 2 05852125 04763925 03149951 +pecuniary_resource n 1 2 @ ~ 1 0 13356112 +pedagog n 1 2 @ ~ 1 0 10045713 +pedagogics n 1 2 @ ~ 1 0 05660937 +pedagogue n 1 2 @ ~ 1 0 10045713 +pedagogy n 3 5 @ ~ %p + - 3 0 05660937 00887081 00883297 +pedal n 2 4 @ ~ #p + 2 0 06858674 03903424 +pedal_extremity n 1 4 @ ~ #p %p 1 0 05563034 +pedal_point n 1 1 @ 1 0 06858674 +pedal_pusher n 1 1 @ 1 0 03903733 +pedaler n 1 3 @ ~ + 1 0 10411163 +pedaliaceae n 1 3 @ #m %m 1 0 12874429 +pedaller n 1 3 @ ~ + 1 0 10411163 +pedant n 1 3 @ ~ + 1 0 10411356 +pedantry n 1 2 @ + 1 0 06890128 +pedate_leaf n 1 1 @ 1 0 13160365 +peddler n 2 3 @ ~ + 2 1 10411551 10495555 +peddling n 1 2 @ + 1 0 01116968 +pederast n 1 2 @ + 1 0 10411867 +pederasty n 1 1 @ 1 0 00857872 +pedesis n 1 1 @ 1 0 11433140 +pedestal n 3 4 @ ~ #p %p 3 1 02797692 14432389 03903868 +pedestal_table n 1 2 @ ~ 1 0 03904060 +pedestrian n 1 2 @ ~ 1 0 10412055 +pedestrian_bridge n 1 2 @ ~ 1 0 03379828 +pedestrian_crossing n 1 2 @ ~ 1 0 03904183 +pedestrian_traffic n 1 1 @ 1 0 08425777 +pediamycin n 1 2 @ ; 1 0 03295357 +pediapred n 1 2 @ ; 1 0 14753188 +pediatric_medicine n 1 2 @ ~ 1 0 06061631 +pediatrician n 1 3 @ ~ + 1 0 09828760 +pediatrics n 1 3 @ ~ + 1 0 06061631 +pediatrist n 1 3 @ ~ + 1 0 09828760 +pedicab n 1 1 @ 1 0 03904433 +pedicel n 1 2 @ ~ 1 0 13132156 +pedicle n 1 2 @ ~ 1 0 13132156 +pediculati n 1 3 @ #m %m 1 0 02547213 +pediculicide n 1 1 @ 1 0 14978453 +pediculidae n 1 3 @ #m %m 1 0 02184114 +pediculosis n 1 2 @ ~ 1 0 14454450 +pediculosis_capitis n 1 1 @ 1 0 14454661 +pediculosis_corporis n 1 1 @ 1 0 14454773 +pediculosis_pubis n 1 1 @ 1 0 14454874 +pediculus n 1 3 @ #m %m 1 0 02184270 +pediculus_capitis n 1 2 @ #m 1 0 02184589 +pediculus_corporis n 1 2 @ #m 1 0 02184720 +pediculus_humanus n 1 2 @ #m 1 0 02184473 +pedicure n 1 2 @ + 1 0 00660957 +pedigree n 3 2 @ ~ 3 1 08101937 08101846 04923907 +pedilanthus n 1 3 @ #m %m 1 0 12927921 +pedilanthus_bracteatus n 1 2 @ %s 1 0 12928307 +pedilanthus_pavonis n 1 2 @ %s 1 0 12928307 +pedilanthus_tithymaloides n 1 1 @ 1 0 12928491 +pediment n 1 1 @ 1 0 03904657 +pediocactus n 1 3 @ #m %m 1 0 11850748 +pediocactus_knowltonii n 1 2 @ #m 1 0 11850918 +pedioecetes n 1 2 @ #m 1 0 01798052 +pedioecetes_phasianellus n 1 1 @ 1 0 01798168 +pedionomus n 1 3 @ #m %m 1 0 02020450 +pedionomus_torquatus n 1 2 @ #m 1 0 02020578 +pedipalpi n 1 3 @ #m %m 1 0 01771246 +pedlar n 1 2 @ ~ 1 0 10411551 +pedodontist n 1 1 @ 1 0 10412554 +pedology n 1 2 @ ~ 1 0 06061631 +pedometer n 1 1 @ 1 0 03904782 +pedophile n 1 1 @ 1 0 10412669 +pedophilia n 1 1 @ 1 0 00738270 +pedro_calderon_de_la_barca n 1 1 @ 1 0 10879155 +peduncle n 3 3 @ ~ #p 3 0 14235066 13132034 05476754 +pedunculate_oak n 1 1 @ 1 0 12277578 +pedunculated_polyp n 1 2 @ %p 1 0 14234950 +pedwood n 1 1 @ 1 0 12948053 +pee n 2 3 @ + ; 2 0 14855724 13533886 +pee_dee n 1 2 @ #p 1 0 09388318 +pee_dee_river n 1 2 @ #p 1 0 09388318 +peeing n 1 3 @ + ; 1 0 13533886 +peek n 1 2 @ + 1 0 00878221 +peekaboo n 1 1 @ 1 0 00487072 +peel n 2 4 @ ~ #p + 2 0 11228039 07738353 +peeler n 3 3 @ ~ + 3 0 10664340 10412784 03904909 +peeling n 1 2 @ + 1 0 11445564 +peen n 1 2 @ #p 1 0 03905053 +peep n 2 2 @ + 2 0 07379094 00878221 +peep_sight n 1 1 @ 1 0 03905361 +peeper n 3 3 @ + ; 3 0 10761326 05312040 01315213 +peephole n 1 2 @ ~ 1 0 03905208 +peeping_tom n 1 1 @ 1 0 10761326 +peepshow n 2 1 @ 2 0 08408115 06617527 +peepul n 1 1 @ 1 0 12402596 +peer n 2 4 @ ~ #m ; 2 1 09626238 10412910 +peer_group n 1 2 @ %m 1 1 08372190 +peer_of_the_realm n 1 3 @ #m ; 1 0 10413276 +peerage n 1 2 @ %m 1 0 08388636 +peeress n 1 4 @ ~ #m ; 1 0 10242791 +peeve n 1 1 @ 1 0 07551418 +peevishness n 2 3 @ ~ + 2 0 07552729 04642258 +peewee n 2 3 @ ~ #m 2 0 10543544 01549430 +peewit n 2 3 @ ~ #m 2 0 02024763 01549430 +peg n 6 4 @ ~ #p + 6 1 03905540 07271791 05561707 03906106 03905947 03905730 +peg_top n 1 1 @ 1 0 03906355 +pegasus n 2 2 @ ; 2 0 09500625 09388530 +pegboard n 1 1 @ 1 1 03906224 +pegleg n 1 1 @ 1 0 03906106 +pegmatite n 1 2 @ %s 1 0 14932741 +pehlevi n 1 2 @ ~ 1 0 06974846 +pei n 1 2 @ ; 1 0 11228153 +peignoir n 1 2 @ ~ 1 0 03817647 +peiping n 1 3 @ #p %p 1 0 08724726 +peirce n 2 1 @ 2 0 11228486 11228298 +peireskia n 1 3 @ #m %m 1 0 11852255 +pekan n 1 1 @ 1 0 02450829 +peke n 1 1 @ 1 0 02086079 +pekinese n 1 1 @ 1 0 02086079 +peking n 1 3 @ #p %p 1 0 08724726 +peking_man n 1 1 @ 1 0 02473857 +pekingese n 1 1 @ 1 0 02086079 +pekoe n 1 1 @ 1 0 07934908 +pel n 1 3 @ #p ; 1 0 03952277 +pelage n 1 3 @ ~ #p 1 0 01898731 +pelagianism n 1 1 @ 1 0 06190554 +pelagic_bird n 1 2 @ ~ 1 0 02057731 +pelagius n 1 1 @ 1 0 11228691 +pelargonium n 1 3 @ #m %m 1 0 12687211 +pelargonium_graveolens n 1 2 @ #m 1 0 12687462 +pelargonium_hortorum n 1 2 @ #m 1 0 12687698 +pelargonium_limoneum n 1 2 @ #m 1 0 12688372 +pelargonium_odoratissimum n 1 2 @ #m 1 0 12688187 +pelargonium_peltatum n 1 2 @ #m 1 0 12687957 +pelecanidae n 1 3 @ #m %m 1 0 02051701 +pelecaniform_seabird n 1 2 @ ~ 1 0 02051474 +pelecaniformes n 1 3 @ #m %m 1 0 02051213 +pelecanoididae n 1 3 @ #m %m 1 0 02061716 +pelecanus n 1 3 @ #m %m 1 0 02052044 +pelecanus_erythrorhynchos n 1 2 @ #m 1 0 02052204 +pelecanus_onocrotalus n 1 2 @ #m 1 0 02052365 +pelecypod n 1 4 @ ~ #m + 1 0 01955933 +peleus n 1 1 @ 1 0 09598270 +pelew n 1 3 @ #p %p 1 0 08977948 +pelf n 1 1 @ 1 0 13385216 +pelham n 1 1 @ 1 0 03906463 +pelham_grenville_wodehouse n 1 1 @ 1 0 11394042 +pelican n 1 3 @ ~ #m 1 0 02051845 +pelican_crossing n 1 2 @ ; 1 0 03906590 +pelican_state n 1 4 @ #m #p %p 1 0 09090825 +peliosis n 1 2 @ ~ 1 0 14197468 +pelisse n 1 1 @ 1 0 03906789 +pellaea n 1 3 @ #m %m 1 0 13211516 +pellaea_andromedifolia n 1 2 @ #m 1 0 13212025 +pellaea_atropurpurea n 1 1 @ 1 0 13212175 +pellaea_mucronata n 1 1 @ 1 0 13212379 +pellaea_ornithopus n 1 1 @ 1 0 13212379 +pellaea_rotundifolia n 1 2 @ #m 1 0 13212559 +pellagra n 1 1 @ 1 0 14200873 +pellet n 2 3 @ ~ #p 2 0 13901423 04205759 +pellicle n 1 1 @ 1 0 01458746 +pellicularia n 1 3 @ #m %m 1 0 13015826 +pellicularia_filamentosa n 1 2 @ #m 1 0 13016076 +pellicularia_koleroga n 1 2 @ #m 1 0 13016289 +pellitory n 2 2 @ #m 2 0 12394638 11920998 +pellitory-of-spain n 1 2 @ #m 1 0 11920998 +pellitory-of-the-wall n 1 2 @ #m 1 0 12394638 +pellucidity n 2 4 @ ~ = + 2 0 04820258 04701943 +pellucidness n 1 2 @ + 1 0 04701943 +pelmet n 1 1 @ 1 0 03111296 +pelobatidae n 1 3 @ #m %m 1 0 01648818 +peloponnese n 1 3 @ #p %p 1 0 08790495 +peloponnesian_peninsula n 1 3 @ #p %p 1 0 08790495 +peloponnesian_war n 1 2 @ %p 1 0 01306911 +peloponnesus n 1 4 @ #p %p + 1 0 08790495 +pelota n 1 1 @ 1 0 00480366 +pelt n 2 2 @ ~ 2 0 14764061 01895735 +peltandra n 1 3 @ #m %m 1 0 11790624 +peltandra_virginica n 1 1 @ 1 0 11790936 +peltate_leaf n 1 1 @ 1 0 13159457 +pelter n 2 2 @ + 2 0 11502102 10413429 +pelting n 1 2 @ + 1 1 05045208 +peltiphyllum n 1 3 @ #m %m 1 0 12797213 +peltiphyllum_peltatum n 1 2 @ #m 1 0 12797368 +peludo n 1 2 @ #m 1 0 02455720 +pelvic_arch n 1 3 @ #p %p 1 0 05596651 +pelvic_cavity n 1 1 @ 1 0 05597050 +pelvic_fin n 1 1 @ 1 0 02466731 +pelvic_girdle n 1 3 @ #p %p 1 1 05596651 +pelvic_inflammatory_disease n 1 1 @ 1 0 14172558 +pelvimeter n 1 1 @ 1 0 03906894 +pelvimetry n 1 1 @ 1 0 01003113 +pelvis n 2 4 @ #p %p + 2 1 05596651 05596442 +pelycosaur n 1 2 @ #m 1 0 01721898 +pelycosauria n 1 3 @ #m %m 1 0 01721718 +pembroke n 1 1 @ 1 0 02113023 +pembroke_welsh_corgi n 1 1 @ 1 0 02113023 +pemican n 1 1 @ 1 0 07665146 +pemmican n 1 1 @ 1 1 07665146 +pempheridae n 1 3 @ #m %m 1 0 02603737 +pemphigus n 1 3 @ %p + 1 0 14230800 +pen n 5 4 @ ~ %p + 5 2 03906997 03907227 03964495 03911513 01858845 +pen-and-ink n 1 1 @ 1 1 03908111 +pen-friend n 1 1 @ 1 0 10414379 +pen-tail n 1 2 @ #m 1 0 02495570 +pen-tailed_tree_shrew n 1 2 @ #m 1 0 02495570 +pen_name n 1 1 @ 1 0 06338653 +pen_nib n 1 2 @ #p 1 0 03823111 +pen_pal n 1 1 @ 1 0 10414379 +penal_code n 1 2 @ ; 1 0 06668019 +penal_colony n 1 1 @ 1 0 03907475 +penal_facility n 1 3 @ ~ #p 1 0 03907654 +penal_institution n 1 3 @ ~ #p 1 0 03907654 +penalisation n 1 3 @ ~ + 1 0 01160342 +penalization n 1 3 @ ~ + 1 0 01160342 +penalty n 4 5 ! @ ~ + ; 4 3 01160342 13300555 05164845 05163189 +penalty_box n 1 3 @ #p ; 1 0 03907908 +penalty_free_throw n 1 2 @ ~ 1 0 00110964 +penance n 3 3 @ ~ %p 3 2 07536870 01039140 01165537 +penchant n 1 2 @ ~ 1 0 07498210 +pencil n 4 5 @ ~ %p + ; 4 1 03908204 14796748 13863020 03908456 +pencil_box n 1 1 @ 1 0 03908618 +pencil_case n 1 1 @ 1 0 03908618 +pencil_cedar n 2 5 @ ~ #m #s %s 2 0 11637015 11623685 +pencil_cedar_tree n 1 4 @ ~ #m %s 1 0 11637015 +pencil_eraser n 1 2 @ #p 1 0 04116512 +pencil_lead n 1 2 @ #p 1 0 03651084 +pencil_pusher n 1 1 @ 1 1 10414507 +pencil_sharpener n 1 1 @ 1 0 03908714 +pendant n 2 3 @ ~ #p 2 0 03908831 03005285 +pendant_earring n 1 2 @ %p 1 0 03909020 +pendent n 2 3 @ ~ #p 2 0 03908831 03005285 +pendragon n 1 1 @ 1 0 10413588 +pendulum n 1 3 @ ~ %p 1 1 03909160 +pendulum_clock n 1 2 @ ~ 1 0 03909406 +pendulum_watch n 1 1 @ 1 0 03909516 +peneidae n 1 3 @ #m %m 1 0 01987938 +penelope n 2 3 @ #m ; 2 0 09593144 01799876 +peneplain n 1 2 @ ; 1 0 09388653 +peneplane n 1 2 @ ; 1 0 09388653 +penetrability n 1 3 ! @ + 1 0 04940730 +penetralia n 1 1 @ 1 0 08588840 +penetrating_injury n 1 1 @ 1 0 14294964 +penetrating_trauma n 1 1 @ 1 0 14294964 +penetration n 6 3 @ ~ + 6 3 00975452 05710356 00051525 05201452 05135288 00846817 +penetration_bomb n 1 1 @ 1 0 03909658 +penetrator n 1 2 @ + 1 0 10413688 +peneus n 1 3 @ #m %m 1 0 01988064 +pengo n 2 1 @ 2 0 13676758 06981085 +penguin n 1 3 @ ~ #m 1 0 02055803 +penicillamine n 1 1 @ 1 0 03909835 +penicillin n 1 2 @ ~ 1 0 03910033 +penicillin-resistant_bacteria n 1 1 @ 1 0 01377392 +penicillin_f n 1 1 @ 1 0 03910601 +penicillin_g n 1 1 @ 1 0 03910723 +penicillin_o n 1 1 @ 1 0 03910887 +penicillin_v n 1 2 @ ~ 1 0 03911039 +penicillin_v_potassium n 1 1 @ 1 0 03911251 +penicillinase n 1 1 @ 1 0 14978544 +penicillinase-resistant_antibiotic n 1 2 @ ~ 1 0 03910417 +penicillium n 1 2 @ #m 1 0 13079953 +penile_implant n 1 1 @ 1 0 03911406 +peninsula n 1 3 @ ~ + 1 1 09388848 +penis n 1 5 @ ~ #p %p + 1 0 05526384 +penis_envy n 1 2 @ ; 1 0 07550204 +penitence n 1 2 @ + 1 0 07536870 +penitent n 1 4 @ ~ + ; 1 0 10413834 +penitentiary n 1 2 @ + 1 0 03911513 +penknife n 1 1 @ 1 0 03911658 +penlight n 1 1 @ 1 0 03911767 +penman n 1 2 @ + 1 0 10564660 +penmanship n 1 2 @ + 1 0 06403969 +penn n 2 3 @ #m #p 2 0 11228956 04512476 +penn'orth n 1 1 @ 1 0 13661163 +pennant n 3 2 @ ~ 3 1 06705891 06875288 03911866 +pennatula n 1 3 @ #m %m 1 0 01915541 +pennatulidae n 1 3 @ #m %m 1 0 01915414 +penne n 1 1 @ 1 0 07701147 +penni n 1 2 @ #p 1 0 13688577 +pennilessness n 1 2 @ + 1 0 14494186 +pennine_chain n 1 2 @ #p 1 0 08797013 +pennines n 1 2 @ #p 1 0 08797013 +penning n 1 4 @ ~ + - 1 0 00929718 +pennisetum n 1 3 @ #m %m 1 0 12128645 +pennisetum_americanum n 1 2 @ #m 1 0 12128825 +pennisetum_cenchroides n 1 1 @ 1 0 12114010 +pennisetum_glaucum n 1 2 @ #m 1 0 12128825 +pennisetum_ruppelii n 1 2 @ #m 1 0 12129134 +pennisetum_setaceum n 1 2 @ #m 1 0 12129134 +pennistum_villosum n 1 2 @ #m 1 0 12129349 +pennon n 2 3 @ ~ #p 2 0 03911866 02152446 +pennoncel n 1 1 @ 1 0 03911992 +pennoncelle n 1 1 @ 1 0 03911992 +pennsylvania n 3 5 @ #m #p %p - 3 1 09134386 09134882 04512476 +pennsylvania_dutch n 1 1 @ 1 0 06952115 +pennsylvanian n 2 2 @ #p 2 0 15127507 09745324 +pennsylvanian_period n 1 2 @ #p 1 0 15127507 +penny n 2 3 @ ~ #p 2 2 13694367 13390626 +penny-pinching n 1 2 @ + 1 0 04893525 +penny_ante n 2 1 @ 2 0 01110720 00497819 +penny_ante_poker n 1 1 @ 1 0 00497819 +penny_arcade n 1 1 @ 1 1 03912105 +penny_bank n 1 1 @ 1 0 03935335 +penny_dreadful n 1 1 @ 1 0 06368321 +penny_grass n 1 2 @ #m 1 0 11898775 +penny_pincher n 1 1 @ 1 0 10414084 +penny_stock n 1 1 @ 1 0 13337050 +pennycress n 1 3 @ ~ #m 1 0 11898639 +pennyroyal n 2 3 @ #m %s 2 0 12856680 12847927 +pennyroyal_oil n 2 2 @ #s 2 0 12856868 12848212 +pennyweight n 1 3 @ #p %p 1 0 13722198 +pennywhistle n 1 1 @ 1 0 03912218 +pennyworth n 1 1 @ 1 0 13661163 +penobscot n 2 2 @ #p 2 0 09665367 09389601 +penobscot_bay n 1 2 @ #p 1 0 09389746 +penobscot_river n 1 2 @ #p 1 0 09389601 +penoche n 1 1 @ 1 0 07605804 +penologist n 1 2 @ + 1 0 10414239 +penology n 1 2 @ + 1 0 06152460 +penoncel n 1 1 @ 1 0 03911992 +penpusher n 1 1 @ 1 0 10414507 +pensacola n 1 2 @ #p 1 0 09074596 +pension n 1 3 @ ~ + 1 1 13384164 +pension_account n 1 2 @ ~ 1 0 05911255 +pension_fund n 2 1 @ 2 0 13360103 08070674 +pension_plan n 1 2 @ ~ 1 0 05911255 +pensionary n 2 3 @ ~ + 2 0 10414612 10176913 +pensioner n 1 3 @ ~ + 1 1 10414612 +pensiveness n 2 2 @ + 2 0 07533607 04660805 +penstemon n 1 3 @ #m %m 1 0 12884523 +penstemon_barbatus n 1 2 @ #m 1 0 12885045 +penstemon_centranthifolius n 1 2 @ #m 1 0 12885265 +penstemon_cyananthus n 1 2 @ #m 1 0 12885754 +penstemon_davidsonii n 1 2 @ #m 1 0 12885956 +penstemon_deustus n 1 2 @ #m 1 0 12886185 +penstemon_dolius n 1 2 @ #m 1 0 12886402 +penstemon_fruticosus n 1 2 @ #m 1 0 12886600 +penstemon_linarioides n 1 2 @ #m 1 0 12886831 +penstemon_newberryi n 1 2 @ #m 1 0 12887065 +penstemon_palmeri n 1 2 @ #m 1 0 12887293 +penstemon_parryi n 1 2 @ #m 1 0 12887532 +penstemon_rupicola n 1 2 @ #m 1 0 12887713 +penstemon_rydbergii n 1 2 @ #m 1 0 12888016 +penstemon_serrulatus n 1 2 @ #m 1 0 12888234 +penstemon_whippleanus n 1 2 @ #m 1 0 12888457 +penstock n 2 3 @ #p %p 2 0 04244615 04244379 +pentacle n 1 1 @ 1 0 13882008 +pentad n 1 1 @ 1 0 13744521 +pentaerythritol n 1 1 @ 1 0 03912328 +pentagon n 3 2 @ ; 3 2 03912496 08207095 13882201 +pentagon_gang n 1 2 @ ; 1 0 08038131 +pentagram n 1 1 @ 1 0 13882008 +pentahedron n 1 1 @ 1 0 13915209 +pentail n 1 2 @ #m 1 0 02495570 +pentameter n 1 1 @ 1 0 07096142 +pentamethylenetetrazol n 1 1 @ 1 0 03913702 +pentangle n 1 1 @ 1 0 13882008 +pentanoic_acid n 1 1 @ 1 0 14740094 +pentastomid n 1 2 @ #m 1 0 01788864 +pentastomida n 1 3 @ #m %m 1 0 01788730 +pentateuch n 1 3 @ #p %p 1 0 06451891 +pentathlete n 1 1 @ 1 0 10414768 +pentathlon n 1 1 @ 1 0 07457722 +pentatone n 1 2 @ + 1 0 06861435 +pentatonic_scale n 1 1 @ 1 0 06861435 +pentazocine n 1 1 @ 1 0 03912664 +pentecost n 2 4 @ #p + ; 2 0 15242209 15197042 +pentecostal n 1 3 @ #m + 1 0 10414865 +pentecostal_religion n 1 2 @ %m 1 0 08087319 +pentecostalism n 1 2 @ + 1 0 06232298 +pentecostalist n 1 3 @ #m + 1 0 10414865 +penthouse n 1 1 @ 1 1 03912821 +pentimento n 1 1 @ 1 0 03912929 +pentlandite n 1 2 @ %s 1 0 14689672 +pentobarbital n 1 1 @ 1 0 03913129 +pentobarbital_sodium n 1 1 @ 1 0 03913129 +pentode n 1 1 @ 1 0 03913343 +pentose n 1 1 @ 1 0 14690063 +pentothal n 1 2 @ ; 1 0 04424936 +pentoxide n 1 1 @ 1 0 14690335 +pentoxifylline n 1 1 @ 1 0 03913437 +pentylenetetrazol n 1 1 @ 1 0 03913702 +penuche n 1 1 @ 1 0 07605804 +penuchle n 1 1 @ 1 0 00494100 +penult n 1 1 @ 1 0 06305109 +penultima n 1 1 @ 1 0 06305109 +penultimate n 1 1 @ 1 0 06305109 +penumbra n 1 1 @ 1 0 13985219 +penuriousness n 2 2 @ + 2 0 14494186 04834339 +penury n 1 3 @ ~ + 1 0 14493716 +penutian n 2 2 @ ~ 2 1 06923880 09665545 +peon n 1 1 @ 1 0 10035809 +peonage n 2 1 @ 2 0 13998186 00415540 +peony n 1 2 @ #m 1 1 11719286 +peony_family n 1 3 @ #m %m 1 0 11718911 +people n 4 6 @ ~ #m %m + ; 4 4 07942152 08160276 07971141 08180190 +people's_liberation_army n 1 2 @ ; 1 0 08024408 +people's_mujahidin_of_iran n 1 2 @ ; 1 0 08034778 +people's_party n 1 1 @ 1 0 08262494 +people's_republic_of_bangladesh n 1 5 @ #p %m %p - 1 0 08848731 +people's_republic_of_china n 1 5 @ #p %m %p - 1 0 08723006 +people's_republican_army n 1 2 @ ; 1 0 08024408 +people_against_gangsterism_and_drugs n 1 2 @ ; 1 0 08039601 +people_in_power n 1 1 @ 1 0 08387806 +people_of_color n 1 2 @ %m 1 0 07968354 +people_of_colour n 1 2 @ %m 1 0 07968354 +peoples n 1 2 @ ; 1 0 07943300 +peoria n 1 2 @ #p 1 0 09084075 +pep n 1 2 @ + 1 0 04634833 +pep_pill n 1 2 @ ~ 1 0 02704153 +pep_rally n 1 1 @ 1 0 08358492 +pep_talk n 1 2 @ ; 1 0 07246215 +pepcid n 1 2 @ ; 1 0 03319858 +peperomia n 1 3 @ ~ #m 1 0 13150894 +peperomia_argyreia n 1 1 @ 1 0 13151082 +peperomia_sandersii n 1 1 @ 1 0 13151082 +pepin n 1 1 @ 1 0 11229095 +pepin_iii n 1 1 @ 1 0 11229095 +pepin_the_short n 1 1 @ 1 0 11229095 +peplos n 1 1 @ 1 0 03913930 +peplum n 2 1 @ 2 0 03914106 03913930 +peplus n 1 1 @ 1 0 03913930 +pepper n 4 7 @ ~ #m #p %s %p + 4 0 13149506 12900462 07815588 07720442 +pepper-and-salt n 1 1 @ 1 0 03914231 +pepper_box n 1 1 @ 1 0 03914438 +pepper_bush n 1 1 @ 1 0 12250180 +pepper_family n 1 3 @ #m %m 1 0 13148791 +pepper_grass n 1 3 @ #m %p 1 0 11890507 +pepper_grinder n 1 1 @ 1 0 03914337 +pepper_mill n 1 1 @ 1 0 03914337 +pepper_pot n 2 1 @ 2 0 07586718 03914438 +pepper_root n 1 1 @ 1 0 11882426 +pepper_sauce n 1 1 @ 1 0 07839312 +pepper_shaker n 1 1 @ 1 0 03914438 +pepper_shrub n 1 2 @ #m 1 0 11740414 +pepper_spray n 1 1 @ 1 0 03914583 +pepper_steak n 2 1 @ 2 0 07877961 07877849 +pepper_tree n 2 2 @ #m 2 0 12765115 12718074 +pepper_vine n 1 3 @ ~ #m 1 0 13149296 +peppercorn n 1 3 @ ~ #p 1 0 07815588 +peppercorn_rent n 1 2 @ ; 1 0 13296089 +peppered_steak n 1 1 @ 1 0 07877961 +pepperidge n 1 1 @ 1 0 12340755 +pepperiness n 1 1 @ 1 0 04993312 +peppermint n 3 2 @ %s 3 0 12856091 12336092 07606538 +peppermint_candy n 1 2 @ %s 1 0 07606538 +peppermint_gum n 1 1 @ 1 0 12336092 +peppermint_oil n 1 3 @ #s %s 1 0 07812497 +peppermint_patty n 1 1 @ 1 0 07599554 +pepperoni n 1 1 @ 1 0 07677480 +pepperoni_pizza n 1 1 @ 1 0 07874159 +pepperwood n 1 2 @ #m 1 0 11707827 +pepperwort n 2 4 @ ~ #m %p 2 0 12957608 11890507 +peppiness n 1 2 @ + 1 0 04634833 +pepsi n 1 1 @ 1 0 07928790 +pepsi_cola n 1 1 @ 1 0 07928790 +pepsin n 1 3 @ #s + 1 0 14978729 +pepsinogen n 1 1 @ 1 0 14978887 +peptic_ulcer n 1 2 @ ~ 1 0 14212402 +peptic_ulceration n 1 2 @ ~ 1 0 14212402 +peptidase n 1 2 @ ~ 1 1 14999106 +peptide n 1 2 @ ~ 1 0 14743046 +peptide_bond n 1 1 @ 1 0 11438260 +peptide_linkage n 1 1 @ 1 0 11438260 +peptisation n 1 2 @ + 1 0 13534098 +peptization n 1 2 @ + 1 0 13534098 +pepto-bismal n 1 2 @ ; 1 0 14777768 +peptone n 1 1 @ 1 0 14690447 +pepys n 1 1 @ 1 0 11229323 +per_capita_income n 1 1 @ 1 0 13262200 +per_centum n 1 2 @ ~ 1 1 13817526 +per_diem n 1 1 @ 1 0 13293752 +peradventure n 1 1 @ 1 0 05699600 +perambulation n 2 4 @ ~ + ; 2 0 00292386 00284101 +perambulator n 1 2 @ ~ 1 0 02766534 +peramelidae n 1 3 @ #m %m 1 0 01876180 +perboric_acid n 1 1 @ 1 0 14979052 +perca n 1 3 @ #m %m 1 0 02557033 +perca_flavescens n 1 3 @ #m %p 1 0 02557182 +perca_fluviatilis n 1 3 @ #m %p 1 0 02557318 +percale n 1 1 @ 1 0 03914831 +perceiver n 1 3 @ ~ + 1 0 09626589 +percent n 1 2 @ ~ 1 1 13817526 +percent_sign n 1 1 @ 1 0 06828199 +percentage n 2 3 @ ~ #p 2 2 13817526 13285176 +percentage_point n 1 1 @ 1 0 06812289 +percentage_sign n 1 1 @ 1 0 06828199 +percentile n 1 2 @ ; 1 0 05737752 +percept n 1 3 @ ~ %p 1 0 05930136 +perceptibility n 1 4 ! @ ~ + 1 0 05017230 +perception n 5 4 @ ~ %p + 5 4 05930136 05836468 05708432 05710020 00876874 +perceptiveness n 4 5 ! @ ~ = + 4 0 07513247 05749619 05710210 04843875 +perceptivity n 1 2 @ + 1 0 07513247 +perceptual_constancy n 1 3 @ ~ ; 1 0 05708818 +perceptual_experience n 1 3 @ ~ %p 1 0 05930136 +perch n 7 7 @ ~ #m #p %p + ; 7 1 03914919 13650921 13614679 08626758 07780173 02556846 02555863 +percher n 2 3 @ #m + 2 0 09627017 01523656 +percheron n 1 1 @ 1 0 02387093 +perching_bird n 1 2 @ #m 1 0 01523656 +perchlorate n 1 1 @ 1 1 14684607 +perchloric_acid n 1 1 @ 1 0 14684690 +perchloride n 1 2 @ ~ 1 0 15017466 +perchloromethane n 1 1 @ 1 0 14798039 +percidae n 1 3 @ #m %m 1 0 02556623 +perciformes n 1 3 @ #m %m 1 0 02553196 +percina n 1 3 @ #m %m 1 0 02558079 +percina_tanasi n 1 2 @ #m 1 0 02558206 +percipient n 1 2 @ ~ 1 0 09626589 +percival_lowell n 1 1 @ 1 0 11142614 +percoid n 1 3 @ ~ #m 1 0 02554730 +percoid_fish n 1 3 @ ~ #m 1 0 02554730 +percoidea n 1 3 @ #m %m 1 0 02554512 +percoidean n 1 3 @ ~ #m 1 0 02554730 +percolate n 1 2 @ + 1 0 14997888 +percolation n 3 2 @ + 3 0 13534274 00248252 00192149 +percolator n 1 2 @ + 1 1 03915118 +percomorphi n 1 3 @ #m %m 1 0 02553196 +percophidae n 1 3 @ #m %m 1 0 02620033 +percussion n 4 3 @ ~ + 4 2 00545059 00377813 08217557 00876239 +percussion_cap n 1 2 @ %p 1 0 03915320 +percussion_instrument n 1 3 @ ~ %p 1 0 03915437 +percussion_section n 1 1 @ 1 0 08217557 +percussionist n 1 3 @ ~ + 1 0 10415037 +percussive_instrument n 1 3 @ ~ %p 1 1 03915437 +percussor n 1 3 @ + ; 1 0 03966751 +percy n 2 1 @ 2 0 11229662 11229499 +percy_aldridge_grainger n 1 1 @ 1 0 11010697 +percy_bysshe_shelley n 1 1 @ 1 0 11296914 +percy_grainger n 1 1 @ 1 0 11010697 +perdicidae n 1 3 @ #m %m 1 0 01807265 +perdicinae n 1 3 @ #m %m 1 0 01807265 +perdition n 1 3 @ ~ ; 1 0 05629682 +perdix n 1 3 @ #m %m 1 0 01807701 +perdix_perdix n 1 2 @ #m 1 0 01807828 +perdurability n 1 2 @ + 1 0 05054746 +pere_david's_deer n 1 2 @ #m 1 0 02435517 +pere_jacques_marquette n 1 1 @ 1 0 11158156 +peregrination n 1 2 @ + 1 0 00296478 +peregrine n 1 4 @ ~ #m + 1 0 01611472 +peregrine_falcon n 1 3 @ ~ #m 1 0 01611472 +perejil n 1 2 @ #p 1 0 09389999 +perennation n 1 3 @ + ; 1 0 13534608 +perennial n 1 4 @ ~ + ; 1 0 11553240 +perennial_pea n 1 2 @ #m 1 0 12540001 +perennial_ragweed n 1 1 @ 1 0 11920133 +perennial_ryegrass n 1 1 @ 1 0 12124818 +perennial_salt_marsh_aster n 1 1 @ 1 0 11936448 +pereskia n 1 3 @ #m %m 1 0 11852255 +pereskia_aculeata n 1 3 @ #m %p 1 0 11852531 +perestroika n 1 1 @ 1 0 06658545 +perfect n 1 2 @ ~ 1 0 13806140 +perfect_game n 1 1 @ 1 0 00474881 +perfect_gas n 1 1 @ 1 1 14916512 +perfect_participle n 1 1 @ 1 0 06331154 +perfect_pitch n 1 1 @ 1 0 05658106 +perfect_tense n 1 2 @ ~ 1 1 13806140 +perfecta n 1 1 @ 1 0 00507025 +perfecter n 1 2 @ + 1 0 10415439 +perfectibility n 1 3 ! @ + 1 1 05623444 +perfection n 3 5 ! @ ~ = + 3 1 14459422 05924519 00260494 +perfectionism n 1 2 @ + 1 1 04637722 +perfectionist n 1 2 @ + 1 1 10415230 +perfective n 2 2 @ ~ 2 0 13806140 13804889 +perfective_aspect n 1 1 @ 1 0 13804889 +perfective_tense n 1 2 @ ~ 1 0 13806140 +perfidiousness n 1 3 @ ~ + 1 0 04879964 +perfidy n 2 3 @ ~ + 2 0 04879964 00749767 +perfluorocarbon n 1 1 @ 1 0 14979132 +perfoliate_leaf n 1 1 @ 1 0 13159558 +perforated_eardrum n 1 1 @ 1 0 05324388 +perforating_vein n 1 1 @ 1 0 05376541 +perforation n 3 2 @ + 3 1 03915900 09389867 00944633 +performance n 5 4 @ ~ %p + 5 4 06891493 00550771 00097504 00047106 13525549 +performance_bond n 1 1 @ 1 0 13338960 +performance_capability n 1 2 @ ~ 1 0 05204143 +performer n 1 3 @ ~ + 1 1 10415638 +performing n 1 4 @ ~ #p + 1 0 00548326 +performing_artist n 1 3 @ ~ + 1 0 10415638 +performing_arts n 1 4 @ ~ + - 1 0 06157326 +perfume n 2 3 @ ~ + 2 2 05714466 03916031 +perfumer n 1 1 @ 1 0 10416270 +perfumery n 4 2 @ + 4 0 03916470 03916385 03916289 00937394 +perfusion n 1 2 @ + 1 1 00324233 +pergamum n 1 2 @ #p 1 0 09042451 +pergola n 1 2 @ ~ 1 0 02732827 +peri n 2 2 @ ; 2 0 10416364 09546905 +periactin n 1 2 @ ; 1 0 03157582 +perianth n 1 4 @ ~ #p %p 1 0 11692265 +periapsis n 1 5 ! @ ~ #p ; 1 0 08618379 +periarterial_plexus n 1 1 @ 1 0 05507977 +periarteritis n 1 1 @ 1 0 14258762 +periarteritis_nodosa n 1 1 @ 1 0 14080352 +pericallis n 1 3 @ #m %m 1 0 12001565 +pericallis_cruenta n 1 2 @ #m 1 0 12001707 +pericallis_hybrida n 1 2 @ #m 1 0 12001924 +pericardial_cavity n 1 1 @ 1 0 05428974 +pericardial_sac n 1 1 @ 1 0 05604854 +pericardial_space n 1 1 @ 1 0 05428974 +pericardial_vein n 1 1 @ 1 0 05376721 +pericarditis n 1 1 @ 1 0 14339682 +pericardium n 1 3 @ %p + 1 0 05428473 +pericarp n 1 3 @ ~ #p 1 0 11684264 +pericementoclasia n 1 1 @ 1 0 14081025 +periclase n 1 2 @ %s 1 0 14690607 +pericles n 1 1 @ 1 0 11229801 +peridinian n 1 2 @ #m 1 0 01418114 +peridiniidae n 1 3 @ #m %m 1 0 01417807 +peridinium n 1 2 @ #m 1 0 01417982 +peridium n 1 1 @ 1 0 11533365 +peridot n 1 1 @ 1 0 14979961 +peridotite n 1 2 @ ~ 1 0 14932943 +perigee n 1 2 ! @ 1 0 08618669 +perigon n 1 1 @ 1 0 13892674 +perigone n 1 4 @ ~ #p %p 1 0 11692265 +perigonium n 1 4 @ ~ #p %p 1 0 11692265 +perihelion n 1 2 ! @ 1 0 08618831 +perijove n 1 2 ! @ 1 0 08619006 +peril n 3 3 @ ~ + 3 1 14541852 14543552 00802238 +perilla n 1 3 @ #m %m 1 0 12860842 +perilla_frutescens_crispa n 1 2 @ #m 1 0 12860978 +perilousness n 1 2 @ + 1 0 14541538 +perilune n 1 2 ! @ 1 0 08619112 +perilymph n 1 2 @ #p 1 0 05322247 +perimeter n 3 2 @ ~ 3 0 13903387 13871452 05101261 +perimysium n 1 1 @ 1 0 05296127 +perinatologist n 1 2 @ + 1 0 10416444 +perinatology n 1 2 @ + 1 0 06053982 +perineal_artery n 1 1 @ 1 0 05353507 +perineotomy n 1 2 @ ~ 1 0 00680803 +perineum n 1 2 @ + 1 0 05538494 +perineurium n 1 1 @ 1 0 05296001 +period n 7 6 @ ~ #p %p + ; 7 2 15113229 15289779 15258281 15247518 15144178 13513747 06843520 +period_of_play n 1 5 @ ~ #p %p ; 1 0 15256915 +period_of_time n 1 2 @ ~ 1 1 15113229 +period_piece n 1 1 @ 1 1 03916581 +periodic_acid n 1 1 @ 1 0 14972582 +periodic_apnea_of_the_newborn n 1 1 @ 1 0 14369530 +periodic_breathing n 1 1 @ 1 0 00834290 +periodic_edema n 1 1 @ 1 0 14120310 +periodic_event n 1 2 @ ~ 1 0 07296190 +periodic_law n 1 2 @ ; 1 0 05887156 +periodic_motion n 1 2 @ ~ 1 0 07349679 +periodic_movement n 1 2 @ ~ 1 0 07349679 +periodic_sentence n 1 1 @ 1 0 06285940 +periodic_table n 1 2 @ ; 1 0 08267446 +periodical n 1 3 @ ~ + 1 1 06593296 +periodical_cicada n 1 2 @ #m 1 0 02257284 +periodicity n 1 4 @ ~ = + 1 1 04767805 +periodontal_disease n 1 2 @ ~ 1 0 14080622 +periodontia n 1 2 @ + 1 0 06048851 +periodontics n 1 2 @ + 1 0 06048851 +periodontist n 1 2 @ + 1 0 10416567 +periodontitis n 1 2 @ ~ 1 0 14080622 +periophthalmus n 1 3 @ #m %m 1 0 02619409 +periosteum n 1 2 @ %p 1 0 05327373 +peripatetic n 2 2 @ + 2 0 10416732 09808080 +peripateticism n 1 3 @ + ; 1 0 05969194 +peripatidae n 1 3 @ #m %m 1 0 02000036 +peripatopsidae n 1 3 @ #m %m 1 0 02000618 +peripatopsis n 1 2 @ #m 1 0 02000764 +peripatus n 1 3 @ ~ #m 1 0 01999767 +peripeteia n 1 1 @ 1 0 07298715 +peripetia n 1 1 @ 1 0 07298715 +peripety n 1 1 @ 1 0 07298715 +peripheral n 1 4 @ ~ #p ; 1 0 03916720 +peripheral_device n 1 4 @ ~ #p ; 1 0 03916720 +peripheral_nervous_system n 1 2 @ #p 1 0 05504336 +peripheral_vision n 1 1 @ 1 0 05657373 +periphery n 1 2 @ + 1 1 13903576 +periphrasis n 1 2 @ + 1 0 07090379 +periplaneta n 1 3 @ #m %m 1 0 02234181 +periplaneta_americana n 1 2 @ #m 1 0 02234355 +periplaneta_australasiae n 1 2 @ #m 1 0 02234570 +periploca n 1 3 @ #m %m 1 0 13237343 +periploca_graeca n 1 2 @ #m 1 0 13237508 +periscope n 1 2 @ #p 1 0 03917048 +periselene n 1 2 ! @ 1 0 08619112 +perishability n 1 2 @ + 1 0 04793731 +perishable n 1 1 @ 1 0 07937344 +perishableness n 1 2 @ + 1 0 04793731 +perisher n 1 2 @ ; 1 0 10416828 +perisoreus n 1 3 @ #m %m 1 0 01581041 +perisoreus_canadensis n 1 3 @ ~ #m 1 0 01581166 +perisoreus_canadensis_capitalis n 1 1 @ 1 0 01581434 +perisperm n 1 1 @ 1 0 11686652 +perissodactyl n 1 3 @ ~ #m 1 0 02373336 +perissodactyl_mammal n 1 3 @ ~ #m 1 0 02373336 +perissodactyla n 1 3 @ #m %m 1 0 02373093 +peristalsis n 1 2 ! @ 1 0 13534773 +peristediinae n 1 2 @ #m 1 0 02651215 +peristedion n 1 3 @ #m %m 1 0 02651412 +peristedion_miniatum n 1 2 @ #m 1 0 02651617 +peristome n 2 3 @ #p ; 2 0 11685876 02511510 +peristyle n 1 2 @ + 1 0 03917198 +perithecium n 1 1 @ 1 0 12962310 +perithelium n 1 2 @ + 1 0 05327652 +peritoneal_cavity n 1 2 @ %p 1 0 05427946 +peritoneal_inflammation n 1 1 @ 1 0 14352687 +peritoneum n 1 3 @ ~ + 1 0 05427739 +peritonitis n 1 1 @ 1 0 14352687 +peritonsillar_abscess n 1 1 @ 1 0 14173823 +peritrate n 1 2 @ ; 1 0 03912328 +periwig n 1 1 @ 1 0 03917327 +periwinkle n 4 5 @ ~ #m #s %s 4 1 11777929 11772408 07782668 01948446 +periwinkle_plant_derivative n 1 2 @ ~ 1 0 03917455 +perjurer n 1 2 @ + 1 0 10416909 +perjury n 1 2 @ + 1 0 00772381 +perk n 1 2 @ ~ 1 0 13298011 +perkiness n 2 2 @ + 2 0 07530723 04649651 +perleche n 1 1 @ 1 0 14058066 +perm n 2 3 @ #p + 2 0 09009372 05260533 +permafrost n 1 1 @ 1 0 09390146 +permalloy n 1 1 @ 1 0 14979285 +permanence n 1 5 ! @ ~ = + 1 1 05053215 +permanency n 1 4 @ ~ = + 1 0 05053215 +permanent n 1 2 @ + 1 0 05260533 +permanent_injunction n 1 2 @ ; 1 0 06543389 +permanent_magnet n 1 2 @ ~ 1 0 03917622 +permanent_press n 1 1 @ 1 0 03917814 +permanent_tooth n 1 1 @ 1 0 05306708 +permanent_wave n 1 1 @ 1 0 05260533 +permanganate n 1 2 @ ~ 1 0 14979410 +permanganate_of_potash n 1 1 @ 1 0 14995278 +permanganic_acid n 1 1 @ 1 0 14979588 +permeability n 1 4 ! @ ~ + 1 0 04940496 +permeableness n 1 3 @ ~ + 1 0 04940496 +permeation n 2 3 @ ~ + 2 0 13534954 00051712 +permian n 1 2 @ #p 1 1 15127165 +permian_period n 1 2 @ #p 1 0 15127165 +permic n 1 2 @ ~ 1 0 06956896 +permissibility n 1 3 ! @ + 1 0 04793209 +permission n 2 3 @ ~ + 2 2 06689297 01139194 +permissive_waste n 1 2 @ ; 1 0 01252124 +permissiveness n 1 5 ! @ ~ = + 1 0 04637923 +permit n 3 4 @ ~ + ; 3 2 06549661 01139194 02579928 +permutability n 1 2 @ + 1 0 04737568 +permutableness n 1 2 @ + 1 0 04737568 +permutation n 4 2 @ + 4 0 07443761 00870312 00399223 00339646 +pernambuco n 1 2 @ #p 1 0 08856475 +pernambuco_wood n 1 3 @ #m %s 1 0 12489268 +pernicious_anaemia n 1 2 @ ~ 1 0 14167426 +pernicious_anemia n 1 2 @ ~ 1 0 14167426 +perniciousness n 1 2 @ + 1 0 04790942 +pernio n 1 2 @ ~ 1 0 14183522 +pernis n 1 3 @ #m %m 1 0 01608086 +pernis_apivorus n 1 2 @ #m 1 0 01608265 +pernod n 1 3 @ %s ; 1 0 07910656 +pernyi_moth n 1 2 @ #m 1 0 02304657 +perodicticus n 1 3 @ #m %m 1 0 02499178 +perodicticus_potto n 1 2 @ #m 1 0 02499316 +perognathus n 1 3 @ #m %m 1 0 02349040 +perognathus_flavescens n 1 2 @ #m 1 0 02349390 +perognathus_flavus n 1 2 @ #m 1 0 02349205 +perognathus_hispidus n 1 2 @ #m 1 0 02349557 +peromyscus n 1 3 @ #m %m 1 0 02336451 +peromyscus_eremicus n 1 2 @ #m 1 0 02337171 +peromyscus_gossypinus n 1 2 @ #m 1 0 02337332 +peromyscus_leucopus n 1 2 @ #m 1 0 02336826 +peromyscus_maniculatus n 1 2 @ #m 1 0 02337001 +peron n 1 1 @ 1 0 11230021 +peroneal_vein n 1 2 @ #p 1 0 05376844 +peroneus n 1 1 @ 1 0 05575960 +peronospora n 1 3 @ #m %m 1 0 12980652 +peronospora_destructor n 1 2 @ #m 1 0 12981301 +peronospora_hyoscyami n 1 2 @ #m 1 0 12981443 +peronospora_tabacina n 1 2 @ #m 1 0 12981086 +peronosporaceae n 1 3 @ #m %m 1 0 12980478 +peronosporales n 1 3 @ #m %m 1 0 12980231 +peroration n 2 4 @ #p + ; 2 0 07241723 06399126 +peroxidase n 1 3 @ ~ ; 1 0 14979730 +peroxide n 2 3 @ ~ + 2 1 14781225 14980087 +peroxide_blond n 1 1 @ 1 0 10417045 +peroxide_blonde n 1 1 @ 1 0 10417045 +perpendicular n 4 4 @ ~ %p + 4 0 13870680 05843236 03969627 03917973 +perpendicular_style n 1 2 @ ~ 1 0 05843236 +perpendicularity n 2 2 @ + 2 0 13829047 05072208 +perpetration n 1 2 @ + 1 1 00773235 +perpetrator n 1 2 @ + 1 0 10417168 +perpetual_calendar n 1 1 @ 1 0 08267008 +perpetual_motion n 1 1 @ 1 0 14005549 +perpetual_motion_machine n 1 1 @ 1 0 03918074 +perpetual_warrant n 1 1 @ 1 0 13418616 +perpetuation n 1 2 @ + 1 1 01018366 +perpetuity n 1 2 @ + 1 0 05053527 +perphenazine n 1 1 @ 1 0 03918297 +perplexity n 1 3 @ ~ + 1 0 05685363 +perquisite n 2 2 @ ~ 2 0 13298011 05178715 +perry n 4 1 @ 4 0 11230669 11230402 11230158 07922147 +perry_mason n 1 1 @ 1 0 09602716 +persea n 1 3 @ #m %m 1 0 11706629 +persea_americana n 1 3 @ #m %p 1 0 11706761 +persea_borbonia n 1 2 @ #m 1 0 11706942 +persecution n 1 4 @ ~ + ; 1 1 00420477 +persecutor n 1 3 @ ~ + 1 0 10716005 +persephone n 1 2 @ ; 1 0 09569467 +persepolis n 1 2 @ #p 1 0 08913085 +perseus n 2 3 @ %m ; 2 0 09497163 09390236 +perseverance n 2 2 @ + 2 0 04864515 01021579 +perseveration n 2 2 @ + 2 0 06200010 01021579 +pershing n 1 1 @ 1 0 11230780 +persia n 2 7 @ #m #p %m %p + - 2 0 08912842 08910668 +persian n 2 5 @ ~ #m + - 2 0 09714429 06974127 +persian_cat n 1 1 @ 1 0 02123394 +persian_deity n 1 3 @ ~ ; 1 0 09531630 +persian_empire n 1 3 @ #p - 1 0 08912842 +persian_gulf n 1 3 @ #p %p 1 0 09390424 +persian_gulf_illness n 1 1 @ 1 0 14305699 +persian_gulf_war n 1 2 @ %p 1 0 01307090 +persian_iris n 1 1 @ 1 0 12414449 +persian_lamb n 2 1 @ 2 0 14765240 02412977 +persian_lilac n 2 2 @ #m 2 0 12695975 12311045 +persian_melon n 2 2 @ %p 2 0 12164881 07756499 +persian_violet n 1 2 @ #m 1 0 12292463 +persian_walnut n 1 3 @ #m %m 1 0 12319414 +persiflage n 1 1 @ 1 0 06778032 +persimmon n 2 4 @ ~ #m #p 2 0 12771192 07746186 +persimmon_tree n 1 3 @ ~ #m 1 0 12771192 +persistence n 3 3 @ = + 3 2 05054130 04864515 01021579 +persistency n 1 2 @ + 1 1 04864515 +person n 3 5 @ ~ #m %p + 3 2 00007846 05217688 06326797 +person_agreement n 1 1 @ 1 0 13797747 +person_hour n 1 2 @ #p 1 0 15230482 +person_of_color n 1 4 @ ~ #m ; 1 0 09636106 +person_of_colour n 1 4 @ ~ #m ; 1 0 09636106 +persona n 2 4 @ ~ + ; 2 1 05929008 04677716 +persona_grata n 1 1 @ 1 0 10417843 +persona_non_grata n 2 2 @ ~ 2 0 10417969 09631129 +personableness n 1 3 @ %p + 1 0 04618921 +personage n 2 2 @ ~ 2 1 10417682 10200781 +personal n 1 1 @ 1 0 06271288 +personal_appeal n 1 1 @ 1 0 04686537 +personal_business n 1 2 @ ~ 1 0 05671676 +personal_care n 1 1 @ 1 0 00665476 +personal_chattel n 1 2 @ ; 1 0 13245846 +personal_check n 1 1 @ 1 0 13383289 +personal_cheque n 1 1 @ 1 0 13383289 +personal_computer n 1 3 @ ~ %p 1 0 03918480 +personal_credit_line n 1 2 @ ~ 1 0 13379413 +personal_digital_assistant n 1 1 @ 1 0 03918737 +personal_effects n 1 1 @ 1 0 13246079 +personal_equation n 1 1 @ 1 0 04773068 +personal_estate n 1 2 @ ~ 1 0 13245626 +personal_expense n 1 1 @ 1 0 13277644 +personal_foul n 1 2 @ ; 1 0 00771198 +personal_identification_number n 1 1 @ 1 0 06887441 +personal_identity n 1 2 @ ~ 1 0 04618070 +personal_income n 1 2 @ ~ 1 0 13259359 +personal_judgement n 1 2 @ ; 1 0 01189650 +personal_judgment n 1 2 @ ; 1 0 01189650 +personal_letter n 1 2 @ ~ 1 0 06625329 +personal_line_of_credit n 1 2 @ ~ 1 0 13379413 +personal_loan n 1 2 @ ~ 1 0 13399782 +personal_magnetism n 1 1 @ 1 0 04686537 +personal_manner n 1 2 @ ~ 1 0 04910135 +personal_matters n 1 2 @ ~ 1 0 05671676 +personal_memory n 1 1 @ 1 0 05761044 +personal_organiser n 1 1 @ 1 0 03918737 +personal_organizer n 1 1 @ 1 0 03918737 +personal_pronoun n 1 2 @ ~ 1 1 06327136 +personal_property n 1 2 @ ~ 1 1 13245626 +personal_relation n 1 2 @ ~ 1 0 13781670 +personal_relationship n 1 2 @ ~ 1 0 13781670 +personal_representative n 1 2 @ ~ 1 0 10417551 +personality n 2 5 @ ~ #p %p + 2 2 04617562 10417424 +personality_assessment n 1 2 @ ~ 1 0 06474289 +personality_disorder n 1 2 @ ~ 1 0 14387807 +personality_inventory n 1 2 @ ~ 1 0 06474289 +personality_test n 1 2 @ ~ 1 0 01007463 +personalty n 1 2 @ ~ 1 0 13245626 +personation n 2 3 @ ~ + 2 0 00549284 00548802 +personhood n 1 2 @ + 1 0 04618781 +personification n 3 3 @ ~ + 3 1 10418101 07108123 00933259 +personnel n 2 2 @ ~ 2 1 08208016 08118991 +personnel_carrier n 1 2 @ ; 1 0 03919096 +personnel_casualty n 1 3 @ ~ ; 1 0 07340725 +personnel_department n 1 1 @ 1 0 08118991 +personnel_office n 1 1 @ 1 0 08118991 +personnel_pouch n 1 1 @ 1 0 02862770 +persoonia n 1 3 @ #m %m 1 0 12222334 +perspective n 2 3 @ ~ %p 2 2 06208751 04676308 +perspex n 1 2 @ ; 1 0 14594032 +perspicaciousness n 1 4 @ ~ + ; 1 0 05621439 +perspicacity n 2 4 @ ~ + ; 2 0 05621439 04892084 +perspicuity n 1 2 @ + 1 0 04821615 +perspicuousness n 1 2 @ + 1 0 04821615 +perspiration n 2 4 @ ~ %s + 2 1 05405751 13535261 +perspirer n 1 1 @ 1 0 10418735 +persuader n 1 3 @ ~ + 1 0 10418841 +persuasion n 2 4 ! @ ~ + 2 0 07245125 05945642 +persuasiveness n 1 4 ! @ ~ + 1 0 05191832 +pertainym n 1 2 @ ; 1 0 06322357 +perth n 1 2 @ #p 1 0 08834806 +pertinacity n 1 2 @ + 1 0 04864515 +pertinence n 1 3 @ ~ + 1 1 13795180 +pertinency n 1 3 @ ~ + 1 0 13795180 +pertness n 2 2 @ + 2 0 04649651 04632703 +perturbation n 5 4 @ ~ + ; 5 1 14403282 11414874 07428450 04904996 00553173 +pertusaria n 1 2 @ #m 1 0 12989301 +pertusariaceae n 1 3 @ #m %m 1 0 12989142 +pertussis n 1 1 @ 1 0 14144626 +peru n 1 7 @ #m #p %m %p + - 1 1 08979054 +peruke n 1 1 @ 1 0 03917327 +perusal n 1 2 @ + 1 1 06598445 +perusing n 1 2 @ + 1 0 06598445 +perutz n 1 1 @ 1 0 11230977 +peruvian n 1 3 @ #m + 1 0 09726499 +peruvian_balsam n 1 3 @ #m %s 1 0 12551457 +peruvian_bark n 1 2 @ #p 1 0 12664710 +peruvian_cotton n 1 1 @ 1 0 12177129 +peruvian_current n 1 1 @ 1 0 11489878 +peruvian_lily n 1 2 @ #m 1 0 12438783 +peruvian_mastic_tree n 1 2 @ #m 1 0 12765115 +peruvian_monetary_unit n 1 2 @ ~ 1 0 13680273 +pervaporation n 1 2 @ + 1 1 00375348 +pervasion n 1 3 @ ~ + 1 0 13534954 +pervasiveness n 1 2 @ + 1 0 04765166 +perverseness n 2 3 @ ~ + 2 0 04909018 04853503 +perversion n 3 3 @ ~ + 3 0 13876921 00854717 00742474 +perversity n 2 3 @ ~ + 2 0 04909018 04853503 +pervert n 1 3 @ ~ + 1 0 10419047 +perviousness n 1 3 ! @ + 1 0 04940730 +pes n 1 4 @ ~ #p %p 1 0 05563266 +pes_cavus n 1 1 @ 1 0 14214001 +pes_planus n 1 1 @ 1 0 05576421 +pesach n 1 3 @ ~ ; 1 0 15195928 +pesah n 1 3 @ ~ ; 1 0 15195928 +pesantran n 1 2 @ ; 1 0 08283866 +pesantren n 1 2 @ ; 1 0 08283866 +peseta n 1 2 @ %p 1 0 13690758 +pesewa n 1 2 @ #p 1 0 13667150 +pesh_merga n 1 1 @ 1 0 08030379 +peshawar n 1 2 @ #p 1 0 08977527 +peshmerga n 1 1 @ 1 0 10417288 +peso n 8 2 @ %p 8 0 13693349 13693084 13692822 13692559 13692278 13692014 13691764 13691509 +pessary n 1 1 @ 1 0 03189461 +pessimism n 2 4 ! @ ~ + 2 1 07543033 05211974 +pessimist n 1 4 ! @ ~ + 1 1 10419472 +pest n 4 2 @ ~ 4 0 14138691 14076479 10419630 01314388 +pesterer n 1 3 @ ~ + 1 0 10419630 +pesthole n 1 1 @ 1 0 08619250 +pesthouse n 1 1 @ 1 0 03650803 +pesticide n 1 2 @ ~ 1 0 14980215 +pesticide_poisoning n 1 2 @ ~ 1 0 14512508 +pestilence n 3 3 @ ~ + 3 0 14138691 14076479 05693669 +pestis n 1 2 @ ~ 1 0 14138691 +pestis_ambulans n 1 1 @ 1 0 14139333 +pestis_bubonica n 1 2 @ ~ 1 0 14139015 +pestle n 3 3 @ #p + 3 0 04300080 03919430 03919289 +pesto n 1 1 @ 1 0 07832416 +pet n 4 3 @ ~ + 4 1 01318894 09991867 07553176 00902376 +pet-food n 1 2 @ ~ 1 0 07805731 +pet_food n 1 2 @ ~ 1 0 07805731 +pet_name n 1 1 @ 1 0 06339244 +pet_peeve n 1 1 @ 1 0 07211604 +pet_scanner n 1 1 @ 1 0 03987990 +pet_shop n 1 1 @ 1 0 03920641 +pet_sitter n 1 1 @ 1 0 10420507 +pet_sitting n 1 1 @ 1 0 00655878 +petabit n 1 3 @ #p %p 1 0 13630545 +petabyte n 2 3 @ #p %p 2 0 13630387 13630213 +petal n 1 3 @ #p + 1 1 11690455 +petard n 1 1 @ 1 0 03919702 +petasites n 1 3 @ #m %m 1 0 12002197 +petasites_fragrans n 1 2 @ #m 1 0 12002651 +petasites_hybridus n 1 2 @ #m 1 0 12002428 +petasites_sagitattus n 1 2 @ #m 1 0 12002826 +petasites_vulgaris n 1 2 @ #m 1 0 12002428 +petaurista n 1 3 @ #m %m 1 0 02362420 +petaurista_petaurista n 1 2 @ #m 1 0 02362569 +petauristidae n 1 3 @ #m %m 1 0 02362025 +petaurus n 1 3 @ #m %m 1 0 01881991 +petchary n 1 1 @ 1 0 01549053 +petcock n 1 1 @ 1 0 03919808 +pete_seeger n 1 1 @ 1 0 11290984 +petechia n 1 1 @ 1 0 14289193 +peter n 2 2 @ ; 2 0 11231157 05526713 +peter's_gland n 1 1 @ 1 0 05430454 +peter's_pence n 1 1 @ 1 0 13270760 +peter_abelard n 1 1 @ 1 0 10807317 +peter_alexander_ustinov n 1 1 @ 1 0 11358065 +peter_behrens n 1 1 @ 1 0 10841880 +peter_carl_faberge n 1 1 @ 1 0 10964829 +peter_carl_goldmark n 1 1 @ 1 0 11005050 +peter_cooper n 1 1 @ 1 0 10909471 +peter_goldmark n 1 1 @ 1 0 11005050 +peter_i n 1 1 @ 1 0 11231433 +peter_ilich_tchaikovsky n 1 1 @ 1 0 11333762 +peter_lorre n 1 1 @ 1 0 11138924 +peter_mark_roget n 1 1 @ 1 0 11269085 +peter_medawar n 1 1 @ 1 0 11170913 +peter_minnewit n 1 1 @ 1 0 11181438 +peter_minuit n 1 1 @ 1 0 11181438 +peter_o'toole n 1 2 @ ; 1 0 11218473 +peter_pan n 2 1 @ 2 0 10419785 09602828 +peter_pan_collar n 1 1 @ 1 0 03919974 +peter_paul_mauser n 1 1 @ 1 0 11165854 +peter_paul_rubens n 1 1 @ 1 0 11273104 +peter_seamus_o'toole n 1 2 @ ; 1 0 11218473 +peter_seeger n 1 1 @ 1 0 11290984 +peter_sellers n 1 1 @ 1 0 11292105 +peter_stuyvesant n 1 1 @ 1 0 11323094 +peter_tchaikovsky n 1 1 @ 1 0 11333762 +peter_the_great n 1 1 @ 1 0 11231433 +peterburg n 1 2 @ #p 1 0 09008454 +petersburg n 2 3 @ #p ; 2 0 09152218 01290435 +petersburg_campaign n 1 3 @ #p ; 1 0 01290435 +petfood n 1 2 @ ~ 1 0 07805731 +petiole n 1 2 @ ~ 1 0 13131618 +petiolule n 1 1 @ 1 0 11678299 +petit_bourgeois n 2 3 @ #m %m 2 0 10419916 08182105 +petit_dejeuner n 1 1 @ 1 1 07574780 +petit_four n 1 1 @ 1 0 07633640 +petit_juror n 1 2 @ #m 1 0 10420277 +petit_jury n 1 3 @ %m ; 1 0 08415272 +petit_larceny n 1 2 ! @ 1 0 00784083 +petit_mal n 2 2 @ %p 2 0 14088127 14083559 +petit_mal_epilepsy n 1 2 @ %p 1 0 14088127 +petit_point n 2 1 @ 2 0 03920181 03920087 +petite n 1 2 @ + 1 0 05096708 +petite_bourgeoisie n 1 2 @ %m 1 0 08182105 +petite_marmite n 1 1 @ 1 0 07586894 +petiteness n 1 2 @ + 1 0 05106928 +petitio n 1 1 @ 1 0 05894814 +petitio_principii n 1 1 @ 1 0 05894814 +petition n 2 3 @ ~ + 2 1 06513366 07189130 +petitioner n 2 3 @ ~ + 2 1 10420031 10672192 +petrarca n 1 1 @ 1 0 11231683 +petrarch n 1 1 @ 1 0 11231683 +petrarchan_sonnet n 1 1 @ 1 0 06382716 +petrel n 1 3 @ ~ #m 1 0 02059162 +petri_dish n 1 1 @ 1 0 03920288 +petrifaction n 2 2 @ + 2 0 13535583 09390680 +petrification n 1 2 @ + 1 0 13535583 +petrified_forest_national_park n 1 2 @ #p 1 0 08608314 +petrissage n 1 1 @ 1 0 00659834 +petrochemical n 1 1 @ 1 0 14980468 +petrocoptis n 1 2 @ #m 1 0 11813830 +petrogale n 1 3 @ #m %m 1 0 01878803 +petroglyph n 1 1 @ 1 0 00942440 +petrograd n 1 2 @ #p 1 0 09008454 +petrol n 1 3 @ ~ #s 1 0 14686913 +petrol_bomb n 1 1 @ 1 0 03781055 +petrol_engine n 1 4 @ ~ #p %p 1 0 03424630 +petrol_gage n 1 2 @ #p 1 0 03424862 +petrol_gauge n 1 2 @ #p 1 0 03424862 +petrol_line n 1 2 @ #p 1 0 03401500 +petrol_pump n 1 1 @ 1 0 03425413 +petrol_station n 1 1 @ 1 0 03425092 +petrol_tank n 1 2 @ #p 1 0 03426134 +petrolatum n 1 3 @ ~ #s 1 0 14980910 +petrolatum_gauze n 1 2 @ %s 1 0 03920384 +petroleum n 1 3 @ ~ %s 1 0 14980579 +petroleum_future n 1 1 @ 1 0 03843724 +petroleum_geologist n 1 1 @ 1 1 10420392 +petroleum_geology n 1 1 @ 1 0 06121690 +petroleum_jelly n 1 3 @ ~ #s 1 0 14980910 +petroleum_refinery n 1 2 @ %p 1 0 03844673 +petrology n 1 1 @ 1 0 06121375 +petromyzon n 1 3 @ #m %m 1 0 01477745 +petromyzon_marinus n 1 2 @ #m 1 0 01477875 +petromyzoniformes n 1 2 @ #m 1 0 01477184 +petromyzontidae n 1 3 @ #m %m 1 0 01477373 +petronas_towers n 1 2 @ #p 1 0 03920497 +petronius n 1 1 @ 1 0 11231821 +petronius_arbiter n 1 1 @ 1 0 11231821 +petroselinum n 1 3 @ #m %m 1 0 12942270 +petroselinum_crispum n 1 3 @ ~ #m 1 0 12942395 +petroselinum_crispum_neapolitanum n 1 1 @ 1 0 12942572 +petroselinum_crispum_tuberosum n 1 1 @ 1 0 12942729 +petrus_stuyvesant n 1 1 @ 1 0 11323094 +petter n 1 2 @ + 1 0 10420649 +petteria n 1 3 @ #m %m 1 0 12498316 +petteria_ramentacea n 1 2 @ #m 1 0 12498457 +petticoat n 1 2 @ ~ 1 0 03920737 +pettifogger n 2 2 @ + 2 0 10594857 10501203 +pettifoggery n 1 2 @ + 1 0 07184735 +pettiness n 3 3 @ ~ + 3 0 06205827 05173205 04834073 +petting n 1 3 @ ~ + 1 1 00854000 +petting_zoo n 1 1 @ 1 0 07993526 +pettishness n 1 3 @ ~ + 1 0 04642258 +petty n 1 1 @ 1 0 00784083 +petty_apartheid n 1 1 @ 1 0 08379455 +petty_bourgeoisie n 1 2 @ %m 1 0 08182105 +petty_cash n 1 1 @ 1 0 13422411 +petty_criticism n 1 1 @ 1 0 06719203 +petty_juror n 1 2 @ #m 1 0 10420277 +petty_jury n 1 3 @ %m ; 1 0 08415272 +petty_larceny n 1 1 @ 1 0 00784083 +petty_morel n 1 2 @ #m 1 0 11797981 +petty_officer n 1 2 @ ~ 1 0 10420809 +petty_spurge n 1 2 @ #m 1 0 12918810 +petty_whin n 1 2 @ #m 1 0 12530439 +petulance n 1 3 @ ~ + 1 1 07552729 +petunia n 2 4 @ ~ #m %m 2 0 12909421 12909252 +petunia_axillaris n 1 1 @ 1 0 12909614 +petunia_hybrida n 1 1 @ 1 0 12909917 +petunia_integrifolia n 1 1 @ 1 0 12909759 +peul n 1 1 @ 1 0 06996510 +pew n 1 1 @ 1 1 03920867 +pewee n 1 3 @ ~ #m 1 0 01549430 +pewit n 3 3 @ ~ #m 3 0 02042180 02024763 01549430 +pewit_gull n 1 2 @ #m 1 0 02042180 +pewter n 1 1 @ 1 0 14718099 +peyer's_patch n 1 1 @ 1 0 05430454 +peyote n 2 4 @ #m #s %p 2 0 11849271 03750912 +peyton_rous n 1 1 @ 1 0 11272523 +peziza n 1 3 @ #m %m 1 0 13030438 +peziza_coccinea n 1 2 @ #m 1 0 13030852 +peziza_domicilina n 1 2 @ #m 1 0 13030616 +pezizaceae n 1 3 @ #m %m 1 0 13030157 +pezizales n 1 3 @ #m %m 1 0 13029946 +pezophaps n 1 3 @ #m %m 1 0 01811394 +pezophaps_solitaria n 1 2 @ #m 1 0 01811542 +pfalz n 1 2 @ #p 1 0 08775439 +pfannkuchen n 1 1 @ 1 0 07641380 +pfc n 1 1 @ 1 0 14979132 +pfennig n 1 2 @ #p 1 1 13688190 +pflp n 1 2 @ ; 1 0 08038379 +pflp-gc n 1 2 @ ; 1 0 08038748 +ph n 1 3 @ ~ ; 1 1 05039106 +ph.d. n 1 1 @ 1 0 06704115 +ph_scale n 1 3 @ ~ ; 1 0 05039106 +phacelia n 1 3 @ ~ #m 1 0 12836862 +phacelia_campanularia n 1 1 @ 1 0 12837052 +phacelia_minor n 1 1 @ 1 0 12837259 +phacelia_tanacetifolia n 1 1 @ 1 0 12837466 +phacelia_whitlavia n 1 1 @ 1 0 12837259 +phacochoerus n 1 3 @ #m %m 1 0 02396970 +phacoemulsification n 1 1 @ 1 0 00679140 +phaeochromocytoma n 1 1 @ 1 0 14250232 +phaeophyceae n 1 3 @ #m %m 1 0 01402169 +phaeophyta n 1 2 @ %m 1 0 01402381 +phaethon n 2 4 @ #m %m ; 2 0 09570114 02054966 +phaethontidae n 1 3 @ #m %m 1 0 02054834 +phaeton n 1 1 @ 1 0 04459122 +phage n 1 2 @ ~ 1 0 01334862 +phagocyte n 1 3 @ ~ + 1 1 05450888 +phagocytosis n 1 1 @ 1 0 13535837 +phagun n 1 2 @ #p 1 0 15221474 +phaius n 1 2 @ #m 1 0 12076223 +phalacrocoracidae n 1 3 @ #m %m 1 0 02053720 +phalacrocorax n 1 3 @ #m %m 1 0 02053859 +phalacrocorax_carbo n 1 2 @ #m 1 0 02054036 +phalacrosis n 1 2 @ ~ 1 0 14457041 +phalaenopsis n 1 3 @ #m %m 1 0 12076381 +phalaenopsis_amabilis n 1 2 @ #m 1 0 12076852 +phalaenoptilus n 1 3 @ #m %m 1 0 01836527 +phalaenoptilus_nuttallii n 1 2 @ #m 1 0 01836673 +phalanger n 1 3 @ ~ #m 1 0 01881171 +phalangeridae n 1 3 @ #m %m 1 0 01880937 +phalangida n 1 3 @ #m %m 1 0 01769635 +phalangiidae n 1 3 @ #m %m 1 0 01769789 +phalangist n 1 1 @ 1 0 10076483 +phalangitis n 1 1 @ 1 0 14352801 +phalangium n 1 3 @ #m %m 1 0 01769930 +phalangium_opilio n 1 2 @ #m 1 0 01770081 +phalanx n 3 4 @ #p + ; 3 2 05278584 08272564 08272460 +phalaris n 1 3 @ #m %m 1 0 12129525 +phalaris_aquatica n 1 2 @ #m 1 0 12130160 +phalaris_arundinacea n 1 2 @ #m 1 0 12129738 +phalaris_canariensis n 1 2 @ #m 1 0 12129986 +phalaris_tuberosa n 1 2 @ #m 1 0 12130160 +phalarope n 1 3 @ ~ #m 1 0 02037464 +phalaropidae n 1 3 @ #m %m 1 0 02037278 +phalaropus n 1 3 @ #m %m 1 0 02037713 +phalaropus_fulicarius n 1 2 @ #m 1 0 02037869 +phalguna n 1 2 @ #p 1 0 15221474 +phallaceae n 1 3 @ #m %m 1 0 13039870 +phallales n 1 3 @ #m %m 1 0 13039553 +phallic_phase n 1 3 @ #p ; 1 0 15146828 +phallic_stage n 1 3 @ #p ; 1 0 15146828 +phalloplasty n 1 1 @ 1 0 00689995 +phallus n 2 7 @ ~ #m #p %m %p + 2 0 13040108 05526384 +phallus_impudicus n 1 2 @ #m 1 0 13040629 +phallus_ravenelii n 1 2 @ #m 1 0 13040796 +phalsa n 1 2 @ #m 1 0 12205104 +phanerogam n 1 2 @ ~ 1 0 11552386 +phanerogamae n 1 3 ! @ #m 1 0 11551659 +phaneromania n 1 1 @ 1 0 09182784 +phanerozoic n 1 2 @ %p 1 0 15124183 +phanerozoic_aeon n 1 2 @ %p 1 0 15124183 +phanerozoic_eon n 1 2 @ %p 1 0 15124183 +phantasm n 2 2 @ ~ 2 0 09547111 05897553 +phantasma n 2 3 @ ~ + 2 0 09547111 05897553 +phantasmagoria n 1 2 @ + 1 0 05928840 +phantasy n 3 2 @ ~ 3 1 05896059 06368425 05632446 +phantasy_life n 1 1 @ 1 0 05632927 +phantasy_world n 1 2 @ ~ 1 0 05633044 +phantom n 2 2 @ ~ 2 2 09547111 05897553 +phantom_limb n 1 1 @ 1 0 05940090 +phantom_limb_pain n 1 1 @ 1 0 05725137 +phantom_limb_syndrome n 1 1 @ 1 0 14308168 +phantom_orchid n 1 2 @ #m 1 0 12060546 +pharaoh n 1 3 @ ~ + 1 0 10421016 +pharaoh's_ant n 1 2 @ #m 1 0 02220055 +pharaoh's_chicken n 1 2 @ #m 1 0 01617766 +pharaoh_ant n 1 2 @ #m 1 0 02220055 +pharaoh_of_egypt n 1 2 @ ~ 1 0 10421016 +pharisee n 2 3 @ ~ + 2 0 10421339 10421183 +pharma n 1 1 @ 1 0 08002578 +pharmaceutic n 1 2 @ ~ 1 0 03920989 +pharmaceutical n 1 3 @ ~ + 1 0 03920989 +pharmaceutical_chemist n 1 2 @ ~ 1 0 10421753 +pharmaceutical_company n 1 1 @ 1 0 08002578 +pharmaceutics n 1 2 @ + 1 0 06055300 +pharmacist n 1 3 @ ~ + 1 1 10421470 +pharmacogenetics n 1 1 @ 1 0 06079247 +pharmacokinetics n 1 1 @ 1 0 06055529 +pharmacological_medicine n 1 3 @ ~ - 1 0 06054892 +pharmacologist n 1 3 @ ~ + 1 0 10421753 +pharmacology n 1 4 @ ~ + - 1 0 06054892 +pharmacopeia n 1 2 @ ; 1 0 06411883 +pharmacopoeia n 1 3 @ #p %p 1 0 03921209 +pharmacy n 2 3 @ %p + 2 2 06055300 03249342 +pharomacrus n 1 3 @ #m %m 1 0 01844414 +pharomacrus_mocino n 1 1 @ 1 0 01844746 +pharos n 1 2 @ ~ 1 0 02814860 +pharsalus n 1 2 @ ; 1 0 01290711 +pharyngeal n 1 1 @ 1 0 07120176 +pharyngeal_consonant n 1 1 @ 1 0 07120176 +pharyngeal_recess n 1 2 @ #p 1 0 05609884 +pharyngeal_reflex n 1 1 @ 1 0 00866423 +pharyngeal_tonsil n 1 2 @ #p 1 0 05529286 +pharyngeal_vein n 1 1 @ 1 0 05377098 +pharyngitis n 1 2 @ ~ 1 0 14173484 +pharynx n 1 4 @ #p %p + 1 0 05547508 +phascogale n 1 3 @ #m %m 1 0 01885032 +phascolarctos n 1 2 @ #m 1 0 01882607 +phascolarctos_cinereus n 1 1 @ 1 0 01882714 +phase n 4 5 @ ~ #p + ; 4 3 15290337 14480065 15290132 04676540 +phase-out n 1 1 @ 1 0 01023138 +phase_angle n 1 2 @ #p 1 0 15290132 +phase_change n 1 2 @ ~ 1 0 13536016 +phase_i n 1 1 @ 1 0 00792720 +phase_i_clinical_trial n 1 1 @ 1 0 00792720 +phase_ii n 1 1 @ 1 0 00792954 +phase_ii_clinical_trial n 1 1 @ 1 0 00792954 +phase_iii n 1 1 @ 1 0 00793212 +phase_iii_clinical_trial n 1 1 @ 1 0 00793212 +phase_iv n 1 1 @ 1 0 00793529 +phase_iv_clinical_trial n 1 1 @ 1 0 00793529 +phase_modulation n 1 1 @ 1 0 06281848 +phase_of_cell_division n 1 2 @ ~ 1 0 13536299 +phase_of_the_moon n 1 2 @ ~ 1 0 15206744 +phase_space n 1 3 @ ~ ; 1 0 00029114 +phase_transition n 1 2 @ ~ 1 0 13536016 +phaseolus n 1 3 @ #m %m 1 0 12556030 +phaseolus_aconitifolius n 1 2 @ #m 1 0 12577362 +phaseolus_acutifolius_latifolius n 1 2 @ #m 1 0 12558680 +phaseolus_angularis n 1 2 @ #m 1 0 12577686 +phaseolus_aureus n 1 2 @ #m 1 0 12578255 +phaseolus_caracalla n 1 2 @ #m 1 0 12577895 +phaseolus_coccineus n 1 1 @ 1 0 12557681 +phaseolus_limensis n 1 3 @ #m %p 1 0 12558230 +phaseolus_lunatus n 1 3 @ #m %p 1 0 12558425 +phaseolus_multiflorus n 1 1 @ 1 0 12557681 +phaseolus_vulgaris n 1 4 @ ~ #m %p 1 0 12556793 +phasianid n 1 3 @ ~ #m 1 0 01802721 +phasianidae n 1 3 @ #m %m 1 0 01802309 +phasianus n 1 3 @ #m %m 1 0 01802895 +phasianus_colchicus n 1 3 @ #m %p 1 0 01803362 +phasmatidae n 1 3 @ #m %m 1 0 02231307 +phasmatodea n 1 3 @ #m %m 1 0 02230782 +phasmid n 1 3 @ ~ #m 1 0 02231052 +phasmid_insect n 1 3 @ ~ #m 1 0 02231052 +phasmida n 1 3 @ #m %m 1 0 02230782 +phasmidae n 1 3 @ #m %m 1 0 02231307 +phasmidia n 1 2 @ #m 1 0 01929951 +phatic_communication n 1 1 @ 1 0 07134287 +phatic_speech n 1 1 @ 1 0 07134287 +phd n 1 1 @ 1 0 06704115 +pheasant n 2 5 @ ~ #m #p ; 2 1 01803078 07647602 +pheasant's-eye n 1 2 @ #m 1 0 11724660 +pheasant_coucal n 1 1 @ 1 0 01824862 +pheasant_cuckoo n 1 1 @ 1 0 01824862 +pheasant_under_glass n 1 1 @ 1 0 07873198 +phegopteris n 1 3 @ #m %m 1 0 13230421 +phegopteris_connectilis n 1 1 @ 1 0 13231078 +phegopteris_hexagonoptera n 1 1 @ 1 0 13230843 +pheidias n 1 1 @ 1 0 11231943 +phellem n 1 2 @ ; 1 0 14823547 +phellodendron n 1 3 @ #m %m 1 0 12713664 +phellodendron_amurense n 1 2 @ #m 1 0 12713866 +phenacetin n 1 1 @ 1 0 02675354 +phenacomys n 1 2 @ #m 1 0 02342534 +phenaphen n 1 2 @ ; 1 0 02674482 +phenazopyridine n 1 1 @ 1 0 03921337 +phencyclidine n 1 1 @ 1 0 03921499 +phencyclidine_hydrochloride n 1 1 @ 1 0 03921499 +phenelzine n 1 1 @ 1 0 03921749 +phenergan n 1 2 @ ; 1 0 04010348 +phenicia n 1 3 @ %p - 1 0 08919693 +pheniramine n 1 1 @ 1 0 03921915 +pheno-safranine n 1 1 @ 1 0 15001640 +phenobarbital n 1 1 @ 1 0 04256152 +phenobarbitone n 1 1 @ 1 0 04256152 +phenol n 2 2 @ ~ 2 0 14989545 14796073 +phenolic n 1 1 @ 1 0 14902627 +phenolic_plastic n 1 1 @ 1 0 14981461 +phenolic_resin n 1 1 @ 1 0 14902627 +phenolic_urea n 1 1 @ 1 0 14981461 +phenolphthalein n 1 1 @ 1 0 03922109 +phenomenology n 1 1 @ 1 0 06167106 +phenomenon n 2 2 @ ~ 2 2 00034213 07423818 +phenoplast n 1 1 @ 1 0 14902627 +phenothiazine n 1 2 @ ~ 1 1 14771643 +phenotype n 1 2 @ + 1 0 04933852 +phenoxymethyl_penicillin n 1 2 @ ~ 1 0 03911039 +phensuximide n 1 1 @ 1 0 03922412 +phentolamine n 1 1 @ 1 0 03922561 +phenyl_salicylate n 1 1 @ 1 0 15010430 +phenylacetamide n 1 1 @ 1 0 02674912 +phenylalanine n 1 1 @ 1 0 14981579 +phenylamine n 1 1 @ 1 0 14754505 +phenylbutazone n 1 1 @ 1 0 03922722 +phenylephrine n 1 1 @ 1 0 03922863 +phenylethylene n 1 2 @ ~ 1 0 14595543 +phenylic_acid n 1 1 @ 1 0 14796073 +phenylketonuria n 1 1 @ 1 0 14507375 +phenylpropanolamine n 1 1 @ 1 0 03923004 +phenyltoloxamine n 1 1 @ 1 0 03923229 +phenytoin n 1 1 @ 1 0 03203441 +pheochromocytoma n 1 1 @ 1 0 14250232 +pheresis n 1 2 @ ~ 1 0 00649992 +pheromone n 1 1 @ 1 0 14846890 +phi n 1 2 @ #m 1 0 06836275 +phi_coefficient n 1 2 @ ; 1 0 06035413 +phi_correlation n 1 2 @ ; 1 0 06035413 +phial n 1 1 @ 1 0 03923379 +phidias n 1 1 @ 1 0 11231943 +phil_anderson n 1 1 @ 1 0 10817717 +philadelphaceae n 1 3 @ #m %m 1 0 12790656 +philadelphia n 1 3 @ #p %p 1 1 09136182 +philadelphia_fleabane n 1 1 @ 1 0 11966896 +philadelphia_pepper_pot n 1 1 @ 1 0 07586718 +philadelphus n 1 3 @ ~ #m 1 0 12791064 +philadelphus_coronarius n 1 2 @ #m 1 0 12791329 +philaenus n 1 3 @ #m %m 1 0 02258065 +philaenus_spumarius n 1 2 @ #m 1 0 02258198 +philanderer n 1 3 @ ~ + 1 0 10789118 +philanthropic_foundation n 1 1 @ 1 0 08406825 +philanthropic_gift n 1 1 @ 1 0 01089483 +philanthropist n 1 3 @ ~ + 1 1 10421956 +philanthropy n 1 2 @ + 1 0 01089483 +philatelist n 1 2 @ + 1 0 10422405 +philately n 1 3 @ ~ + 1 0 01016420 +philemon n 3 2 @ ; 3 0 11232229 11232050 06446217 +philharmonic n 1 1 @ 1 0 08248856 +philharmonic_pitch n 1 1 @ 1 0 04985580 +philhellene n 1 2 @ + 1 0 10422540 +philhellenism n 1 2 @ + 1 0 07501194 +philhellenist n 1 2 @ + 1 0 10422540 +philia n 1 2 @ ~ 1 0 07544647 +philibert_de_l'orme n 1 1 @ 1 0 10929437 +philibert_delorme n 1 1 @ 1 0 10929437 +philip n 1 1 @ 1 0 11232475 +philip_anderson n 1 1 @ 1 0 10817717 +philip_augustus n 1 1 @ 1 0 11232989 +philip_dormer_stanhope n 1 1 @ 1 0 10895073 +philip_ii n 3 1 @ 3 0 11232989 11232837 11232615 +philip_ii_of_macedon n 1 1 @ 1 0 11232837 +philip_ii_of_spain n 1 1 @ 1 0 11232615 +philip_marlowe n 1 2 @ ; 1 0 09601571 +philip_michael_ondaatje n 1 1 @ 1 0 11214926 +philip_milton_roth n 1 1 @ 1 0 11272030 +philip_of_valois n 1 1 @ 1 0 11233383 +philip_roth n 1 1 @ 1 0 11272030 +philip_v n 1 1 @ 1 0 11233211 +philip_vi n 1 1 @ 1 0 11233383 +philip_warren_anderson n 1 1 @ 1 0 10817717 +philipp_lenard n 1 1 @ 1 0 11125957 +philipp_melanchthon n 1 1 @ 1 0 11171851 +philipp_schwarzerd n 1 1 @ 1 0 11171851 +philippi n 2 2 @ ; 2 0 08915660 01290840 +philippian n 1 1 @ 1 0 10422759 +philippians n 1 2 @ #p 1 0 06444458 +philippic n 1 1 @ 1 1 07233415 +philippine n 1 3 @ ~ + 1 0 06939756 +philippine_cedar n 1 2 @ #m 1 0 12700357 +philippine_islands n 1 5 @ #p %m %p - 1 1 08980300 +philippine_mahogany n 2 2 @ #m 2 0 12700560 12700357 +philippine_monetary_unit n 1 2 @ ~ 1 0 13692963 +philippine_peso n 1 2 @ %p 1 0 13693084 +philippine_sea n 1 3 @ #p ; 1 0 01290997 +philippines n 2 6 @ #m #p %m %p - 2 1 08981244 08980300 +philippopolis n 1 2 @ #p 1 0 08714795 +philippus_aureolus_paracelsus n 1 1 @ 1 0 11222054 +philistia n 1 3 @ #p - 1 0 08799706 +philistine n 2 2 @ + 2 0 10423031 10422871 +philistinism n 1 1 @ 1 0 14039310 +phillidae n 1 3 @ #m %m 1 0 02231930 +phillips_screw n 1 2 @ ; 1 0 03923564 +phillips_screwdriver n 1 1 @ 1 0 03923692 +phillipsite n 1 1 @ 1 0 15107677 +phillis_wheatley n 1 1 @ 1 0 11382930 +phillyrea n 1 3 @ #m %m 1 0 12309850 +philodendron n 1 2 @ #m 1 0 11791341 +philogyny n 1 2 ! @ 1 0 07501326 +philohela n 1 3 @ #m %m 1 0 02031455 +philohela_minor n 1 2 @ #m 1 0 02031585 +philologist n 1 3 @ ~ + 1 0 10423225 +philologue n 1 2 @ ~ 1 0 10423225 +philology n 1 3 @ ~ + 1 0 06171040 +philomachus n 1 3 @ #m %m 1 0 02029914 +philomachus_pugnax n 1 3 @ ~ #m 1 0 02030035 +philomath n 1 1 @ 1 0 10423514 +philophylla n 1 2 @ #m 1 0 02198021 +philosopher n 2 4 @ ~ + ; 2 2 10423589 10425946 +philosopher's_stone n 1 1 @ 1 0 14582870 +philosopher's_wool n 1 2 @ #s 1 0 15108087 +philosophers'_stone n 1 1 @ 1 0 14582870 +philosophers'_wool n 1 2 @ #s 1 0 15108087 +philosophical_doctrine n 1 2 @ ~ 1 0 06167328 +philosophical_system n 1 2 @ ~ 1 0 05943300 +philosophical_theory n 1 2 @ ~ 1 0 06167328 +philosophiser n 1 2 @ + 1 0 10426184 +philosophizer n 1 2 @ + 1 0 10426184 +philosophizing n 1 3 @ ~ + 1 1 06742772 +philosophy n 3 4 @ ~ + - 3 3 05943300 06158346 05944686 +philosophy_department n 1 1 @ 1 0 08117225 +philter n 1 1 @ 1 0 07883661 +philtre n 1 1 @ 1 0 07883661 +phimosis n 1 1 @ 1 0 14509583 +phineas_taylor_barnum n 1 1 @ 1 0 10834869 +phintias n 1 1 @ 1 0 11233595 +phiz n 2 4 @ ~ #p ; 2 0 10866738 05601357 +phlebectomy n 1 1 @ 1 0 00690132 +phlebitis n 1 2 @ ~ 1 0 14352890 +phlebodium n 1 3 @ #m %m 1 0 13176873 +phlebodium_aureum n 1 2 @ #m 1 0 13177048 +phlebogram n 1 1 @ 1 0 04526112 +phlebothrombosis n 1 2 @ ; 1 0 14353008 +phlebotomist n 1 1 @ 1 0 10426363 +phlebotomus n 2 3 @ #m %m 2 0 14219487 02204084 +phlebotomus_papatasii n 1 2 @ #m 1 0 02204249 +phlebotomy n 1 2 @ + 1 0 00698609 +phlegm n 3 2 @ + 3 0 07483782 05415815 04635953 +phlegmasia_alba_dolens n 1 1 @ 1 0 14103018 +phleum n 1 3 @ #m %m 1 0 12130408 +phleum_pratense n 1 3 @ #m %p 1 0 12130549 +phloem n 1 3 @ %p ; 1 1 13098962 +phlogiston n 1 1 @ 1 0 14583228 +phlogopite n 1 1 @ 1 0 14690790 +phlomis n 1 2 @ #m 1 0 12861345 +phlomis_fruticosa n 1 2 @ #m 1 0 12861541 +phlox n 1 3 @ ~ #m 1 0 12810595 +phlox_bifida n 1 2 @ #m 1 0 12810847 +phlox_family n 1 3 @ #m %m 1 0 12808933 +phlox_stellaria n 1 2 @ #m 1 0 12810847 +phlox_subulata n 1 1 @ 1 0 12811027 +phnom_penh n 1 2 @ #p 1 0 08717059 +phobia n 1 3 @ ~ + 1 0 14381416 +phobic_disorder n 1 2 @ ~ 1 0 14381416 +phobic_neurosis n 1 2 @ ~ 1 0 14381416 +phobophobia n 1 1 @ 1 0 14384133 +phobos n 1 1 @ 1 0 09390873 +phoca n 1 3 @ #m %m 1 0 02079706 +phoca_vitulina n 1 2 @ #m 1 0 02079851 +phocidae n 1 3 @ #m %m 1 0 02079170 +phocoena n 1 3 @ #m %m 1 0 02070311 +phocoena_phocoena n 1 1 @ 1 0 02070624 +phocoena_sinus n 1 1 @ 1 0 02070776 +phocomelia n 1 1 @ 1 0 14466567 +phoebe n 3 3 @ #m ; 3 0 13744521 09577308 01549886 +phoebe_bird n 1 2 @ #m 1 0 01549886 +phoebus n 1 3 @ ~ ; 1 0 09553767 +phoebus_apollo n 1 3 @ ~ ; 1 0 09553767 +phoenicia n 1 3 @ %p - 1 0 08919693 +phoenician n 2 3 @ ~ ; 2 0 09640859 06989473 +phoenicophorium n 1 3 @ #m %m 1 0 12593689 +phoenicopteridae n 1 3 @ #m %m 1 0 02007422 +phoeniculidae n 1 3 @ #m %m 1 0 01830183 +phoeniculus n 1 3 @ #m %m 1 0 01830316 +phoenicurus n 1 3 @ #m %m 1 0 01561318 +phoenix n 4 3 @ #m #p 4 1 09058376 12593826 09500936 09390967 +phoenix_dactylifera n 1 2 @ %p 1 0 12593994 +phoenix_tree n 1 2 @ #m 1 0 12198286 +pholadidae n 1 3 @ #m %m 1 0 01967677 +pholas n 1 3 @ #m %m 1 0 01967812 +pholidae n 1 3 @ #m %m 1 0 02614788 +pholidota n 2 3 @ #m %m 2 0 12077062 02461372 +pholiota n 1 3 @ #m %m 1 0 13007770 +pholiota_astragalina n 1 2 @ #m 1 0 13008157 +pholiota_aurea n 1 2 @ #m 1 0 13008315 +pholiota_destruens n 1 2 @ #m 1 0 13008485 +pholiota_flammans n 1 2 @ #m 1 0 13008689 +pholiota_flavida n 1 2 @ #m 1 0 13008839 +pholiota_nameko n 1 2 @ #m 1 0 13009085 +pholiota_squarrosa n 1 2 @ #m 1 0 13009429 +pholiota_squarrosa-adiposa n 1 2 @ #m 1 0 13009244 +pholiota_squarrosoides n 1 2 @ #m 1 0 13009656 +pholis n 1 3 @ #m %m 1 0 02615157 +pholis_gunnellus n 1 3 @ #m %p 1 0 02615298 +pholistoma n 1 3 @ #m %m 1 0 12837643 +pholistoma_auritum n 1 2 @ #m 1 0 12837803 +phon n 1 2 @ %p 1 0 13713983 +phonation n 1 3 @ ~ + 1 0 07110615 +phone n 3 6 @ ~ #p %p + ; 3 1 04401088 07111047 03261776 +phone-in n 1 1 @ 1 0 06620467 +phone_bill n 1 1 @ 1 0 06517663 +phone_book n 1 2 @ ~ 1 0 06423754 +phone_booth n 1 1 @ 1 1 04401680 +phone_call n 1 2 @ ~ 1 1 06272803 +phone_card n 1 1 @ 1 0 13376512 +phone_company n 1 1 @ 1 1 08186221 +phone_cord n 1 1 @ 1 0 04401828 +phone_jack n 1 1 @ 1 0 04401949 +phone_line n 1 2 @ ~ 1 0 04402057 +phone_message n 1 1 @ 1 0 06276287 +phone_number n 1 1 @ 1 0 06426111 +phone_plug n 1 1 @ 1 0 04402342 +phone_service n 1 1 @ 1 0 08186221 +phone_system n 1 3 @ ~ %p 1 0 04402746 +phone_tapper n 1 1 @ 1 0 10691318 +phonebook n 1 2 @ ~ 1 0 06423754 +phoneme n 1 4 @ ~ + ; 1 1 07111711 +phonemic_system n 1 2 @ ~ 1 1 07113192 +phonemics n 1 4 @ ~ ; - 1 1 06177450 +phoner n 1 2 @ + 1 0 09888017 +phonetic_alphabet n 1 3 @ ~ %m 1 0 06500448 +phonetic_symbol n 1 3 @ #m #p 1 0 06839858 +phonetic_transcription n 1 2 @ %p 1 0 06349952 +phonetician n 1 3 @ ~ + 1 0 10426454 +phonetics n 1 3 @ + - 1 1 06177033 +phoney n 1 3 @ ~ + 1 0 10195593 +phonics n 1 1 @ 1 0 00888409 +phonogram n 1 2 @ + 1 0 06821889 +phonograph n 1 4 @ ~ #p %p 1 1 04064401 +phonograph_album n 1 1 @ 1 0 03923801 +phonograph_needle n 1 1 @ 1 1 03923918 +phonograph_record n 1 3 @ ~ %p 1 1 03924069 +phonograph_recording n 1 3 @ ~ %p 1 0 03924069 +phonograph_recording_disk n 1 2 @ #p 1 0 02675077 +phonologic_system n 1 2 @ ~ 1 1 07113337 +phonological_system n 1 2 @ ~ 1 0 07113337 +phonologist n 1 3 @ ~ + 1 0 10426630 +phonology n 1 5 @ ~ + ; - 1 1 06177450 +phonophobia n 1 1 @ 1 0 14384227 +phony n 1 3 @ ~ + 1 1 10195593 +phoradendron n 1 3 @ #m %m 1 0 12739595 +phoradendron_flavescens n 1 1 @ 1 0 12739966 +phoradendron_serotinum n 1 1 @ 1 0 12739966 +phoronid n 1 2 @ #m 1 0 02313360 +phoronida n 1 3 @ #m %m 1 0 02313195 +phoronidea n 1 3 @ #m %m 1 0 02313195 +phosgene n 1 1 @ 1 1 14981847 +phosphatase n 1 1 @ 1 0 14981983 +phosphate n 2 2 @ ~ 2 1 14982265 07928578 +phosphate_buffer_solution n 1 1 @ 1 0 14786361 +phosphine n 1 1 @ 1 0 14982129 +phosphocreatine n 1 1 @ 1 0 14982421 +phospholipid n 1 3 @ ~ #s 1 0 14982681 +phosphoprotein n 1 2 @ ~ 1 0 14735225 +phosphor n 1 1 @ 1 0 14649036 +phosphor_bronze n 1 1 @ 1 0 14717785 +phosphorescence n 1 2 @ + 1 0 11491026 +phosphoric_acid n 1 1 @ 1 0 14982907 +phosphorous_acid n 1 1 @ 1 0 14614594 +phosphorus n 2 3 @ #s + 2 1 14649197 09359471 +phot n 1 2 @ %p 1 0 13640866 +photalgia n 1 1 @ 1 0 14329888 +photinia n 1 2 @ #m 1 0 12636430 +photinia_arbutifolia n 1 2 @ #m 1 0 12633061 +photius n 1 1 @ 1 0 11233934 +photo n 1 2 @ ~ 1 1 03925226 +photo-offset n 1 1 @ 1 0 06680431 +photo-offset_printing n 1 1 @ 1 0 06680431 +photo_credit n 1 1 @ 1 0 06764751 +photo_finish n 1 1 @ 1 0 07354243 +photo_op n 1 1 @ 1 0 07455760 +photo_opportunity n 1 1 @ 1 0 07455760 +photoblepharon n 1 2 @ #m 1 0 01452200 +photoblepharon_palpebratus n 1 1 @ 1 0 01452345 +photocathode n 1 2 @ #p 1 0 03924407 +photocell n 1 3 @ ~ %p 1 0 03924978 +photochemical_exchange n 1 1 @ 1 1 11410023 +photochemical_reaction n 1 2 @ ~ 1 1 13536523 +photochemistry n 1 2 @ + 1 0 06090397 +photocoagulation n 1 1 @ 1 0 00690281 +photocoagulator n 1 2 @ %p 1 0 03924532 +photoconduction n 1 1 @ 1 0 11409689 +photoconductive_cell n 1 3 @ ~ %p 1 0 03924978 +photoconductivity n 1 2 @ + 1 0 11409689 +photocopier n 1 2 @ + 1 0 03924679 +photocopy n 1 3 @ ~ + 1 0 03924811 +photoelectric_cell n 1 3 @ ~ %p 1 0 03924978 +photoelectric_emission n 1 1 @ 1 0 13536661 +photoelectricity n 1 1 @ 1 0 11491194 +photoelectron n 1 1 @ 1 0 09391089 +photoemission n 1 1 @ 1 0 11410172 +photoengraving n 1 1 @ 1 0 03478261 +photoflash n 1 2 @ #p 1 0 03358172 +photoflood n 1 2 @ #p 1 0 03365374 +photogelatin_process n 1 2 @ ~ 1 0 06679726 +photogenic_epilepsy n 1 1 @ 1 0 14089339 +photograph n 1 3 @ ~ + 1 1 03925226 +photograph_album n 1 1 @ 1 0 03926061 +photographer n 1 3 @ ~ + 1 0 10426749 +photographer's_model n 1 2 @ ~ 1 0 10427103 +photographic_camera n 1 3 @ ~ %p 1 0 02942699 +photographic_density n 1 2 @ ; 1 0 05089367 +photographic_emulsion n 1 2 @ %s 1 0 03284482 +photographic_equipment n 1 3 @ ~ %p 1 0 03926148 +photographic_film n 1 2 @ ~ 1 0 03338821 +photographic_material n 1 2 @ ~ 1 0 03926412 +photographic_paper n 1 2 @ ~ 1 0 03926412 +photographic_plate n 1 2 @ ~ 1 0 03960783 +photographic_print n 1 2 @ ~ 1 0 03926575 +photography n 3 5 @ ~ + ; - 3 1 00903559 13536794 00620554 +photogravure n 3 2 @ ~ 3 0 06679167 03455802 01103492 +photojournalism n 1 2 @ ~ 1 0 06266710 +photojournalist n 1 1 @ 1 0 10427223 +photolithograph n 1 1 @ 1 0 03926757 +photolithography n 1 1 @ 1 0 06680195 +photomechanics n 2 2 @ + 2 0 13537176 05666530 +photometer n 2 2 @ ~ 2 0 03926876 03667664 +photometrician n 1 1 @ 1 0 10427359 +photometrist n 1 1 @ 1 0 10427359 +photometry n 1 3 @ ~ + 1 0 01003272 +photomicrograph n 1 1 @ 1 0 03927091 +photomontage n 1 1 @ 1 1 03927201 +photomosaic n 1 1 @ 1 0 03787904 +photon n 1 2 @ #p 1 1 09391223 +photophobia n 2 1 @ 2 0 14384351 14329888 +photopic_vision n 1 2 @ ~ 1 0 05657166 +photopigment n 1 2 @ ~ 1 0 15089104 +photoplate_making n 1 1 @ 1 0 13537176 +photoretinitis n 1 1 @ 1 0 14555059 +photosensitivity n 1 2 @ + 1 0 05654201 +photosphere n 1 2 @ #p 1 0 09391386 +photostat n 2 3 @ + ; 2 0 03927539 03927299 +photostat_machine n 1 2 @ ; 1 0 03927299 +photosynthesis n 1 4 @ %p + ; 1 0 13537429 +phototherapy n 1 1 @ 1 0 00705886 +phototrophic_bacteria n 1 2 @ ~ 1 0 01359945 +phototropic_bacteria n 1 2 @ ~ 1 0 01359945 +phototropism n 1 1 @ 1 0 00862399 +photovoltaic_cell n 1 2 @ #p 1 0 04257986 +phoxinus n 1 3 @ #m %m 1 0 01442855 +phoxinus_phoxinus n 1 2 @ #m 1 0 01442972 +phragmacone n 1 1 @ 1 0 01904965 +phragmipedium n 1 2 @ #m 1 0 12077505 +phragmites n 1 3 @ #m %m 1 0 12130759 +phragmites_communis n 1 2 @ #m 1 0 12130937 +phragmocone n 1 1 @ 1 0 01904965 +phrasal_idiom n 1 3 @ ~ - 1 0 07154330 +phrasal_verb n 1 1 @ 1 0 06330764 +phrase n 4 6 @ ~ #p %p + - 4 2 06316048 07045353 07154330 00527061 +phrase_book n 1 1 @ 1 0 06416452 +phrase_structure n 1 2 @ ; 1 0 06176107 +phraseology n 1 2 @ ~ 1 1 07081739 +phrasing n 2 3 @ ~ + 2 1 01012608 07081739 +phratry n 1 2 @ ~ 1 0 07970721 +phrenic_nerve n 1 1 @ 1 0 05568550 +phrenic_vein n 1 1 @ 1 0 05377252 +phrenitis n 1 2 @ ~ 1 0 14342132 +phrenologist n 1 2 @ + 1 0 10427467 +phrenology n 1 2 @ + 1 0 06045847 +phrontistery n 1 1 @ 1 0 03927652 +phrygia n 1 3 @ #p %p 1 0 08701410 +phrygian n 2 2 @ ~ 2 0 10427658 06943378 +phrygian_deity n 1 3 @ ~ ; 1 0 09593937 +phrynosoma n 1 3 @ #m %m 1 0 01681812 +phrynosoma_cornutum n 1 1 @ 1 0 01682172 +phs n 1 2 @ #p 1 0 08133855 +phthalic_acid n 1 1 @ 1 0 14983036 +phthalic_anhydride n 1 1 @ 1 0 14768765 +phthiriidae n 1 3 @ #m %m 1 0 02184881 +phthirius n 1 3 @ #m %m 1 0 02185007 +phthirius_pubis n 1 2 @ #m 1 0 02185167 +phthirus n 1 3 @ #m %m 1 0 02185007 +phthisis n 1 1 @ 1 0 14144064 +phthorimaea n 1 3 @ #m %m 1 0 02294279 +phthorimaea_operculella n 2 2 @ #m 2 0 02294577 02294407 +phycobilin n 1 1 @ 1 0 01399236 +phycocyanin n 1 1 @ 1 0 01399450 +phycoerythrin n 1 1 @ 1 0 01399366 +phycology n 1 1 @ 1 0 06074507 +phycomycetes n 1 2 @ #m 1 0 12976672 +phycomycetes_group n 1 2 @ #m 1 0 12976672 +phycomycosis n 1 1 @ 1 0 14182332 +phylactery n 1 2 @ ; 1 0 06856189 +phyle n 1 1 @ 1 0 08373969 +phyllidae n 1 3 @ #m %m 1 0 02231930 +phyllitis n 1 2 @ #m 1 0 13184164 +phyllitis_scolopendrium n 1 2 @ #m 1 0 13183056 +phyllium n 1 3 @ #m %m 1 0 02232086 +phyllo n 1 1 @ 1 0 07628068 +phylloclad n 1 1 @ 1 0 13130014 +phyllocladaceae n 1 3 @ #m %m 1 0 11649597 +phylloclade n 1 1 @ 1 0 13130014 +phyllocladus n 1 3 @ #m %m 1 0 11649749 +phyllocladus_alpinus n 1 1 @ 1 0 11650430 +phyllocladus_asplenifolius n 1 1 @ 1 0 11650160 +phyllocladus_trichomanoides n 1 1 @ 1 0 11650307 +phyllode n 1 2 @ + 1 0 13131752 +phyllodoce n 1 3 @ #m %m 1 0 12242668 +phyllodoce_breweri n 1 2 @ #m 1 0 12243109 +phyllodoce_caerulea n 1 2 @ #m 1 0 12242850 +phylloporus n 1 3 @ #m %m 1 0 13058796 +phylloporus_boletinoides n 1 2 @ #m 1 0 13058963 +phylloquinone n 1 1 @ 1 0 15092942 +phyllorhynchus n 1 3 @ #m %m 1 0 01729533 +phylloscopus n 1 2 @ #m 1 0 01565238 +phylloscopus_sibilatrix n 1 1 @ 1 0 01565345 +phyllostachys n 1 3 @ #m %m 1 0 12148962 +phyllostachys_aurea n 1 2 @ #m 1 0 12149144 +phyllostachys_bambusoides n 1 2 @ #m 1 0 12149521 +phyllostachys_nigra n 1 2 @ #m 1 0 12149350 +phyllostomatidae n 1 3 @ #m %m 1 0 02142064 +phyllostomidae n 1 3 @ #m %m 1 0 02142064 +phyllostomus n 1 3 @ #m %m 1 0 02142575 +phyllostomus_hastatus n 1 1 @ 1 0 02142898 +phylloxera n 1 3 @ #m %m 1 0 02255698 +phylloxera_vitifoleae n 1 2 @ #m 1 0 02255855 +phylloxeridae n 1 3 @ #m %m 1 0 02255567 +phylogenesis n 1 5 @ ~ + ; - 1 0 13477023 +phylogenetic_relation n 1 2 @ ; 1 0 13812296 +phylogeny n 1 4 @ ~ ; - 1 0 13477023 +phylum n 2 5 @ ~ #m %m ; 2 1 08103635 08102555 +phylum_acanthocephala n 1 3 @ #m %m 1 0 01923171 +phylum_annelida n 1 3 @ #m %m 1 0 01934207 +phylum_arthropoda n 1 3 @ #m %m 1 0 01767199 +phylum_aschelminthes n 1 3 @ #m %m 1 0 01929396 +phylum_brachiopoda n 1 3 @ #m %m 1 0 02315309 +phylum_bryozoa n 1 3 @ #m %m 1 0 02313495 +phylum_chaetognatha n 1 3 @ #m %m 1 0 01923637 +phylum_chordata n 1 3 @ #m %m 1 0 01465994 +phylum_cnidaria n 1 3 @ #m %m 1 0 01909111 +phylum_coelenterata n 1 3 @ #m %m 1 0 01909111 +phylum_cryptophyta n 1 3 @ #m %m 1 0 01421012 +phylum_ctenophora n 1 3 @ #m %m 1 0 01918310 +phylum_cycliophora n 1 3 @ #m %m 1 0 02314717 +phylum_echinodermata n 1 3 @ #m %m 1 0 02316392 +phylum_ectoprocta n 1 3 @ #m %m 1 0 02314001 +phylum_entoprocta n 1 3 @ #m %m 1 0 02314321 +phylum_mollusca n 1 3 @ #m %m 1 0 01940488 +phylum_nematoda n 1 3 @ #m %m 1 0 01929396 +phylum_nemertea n 1 3 @ #m %m 1 0 01928360 +phylum_nemertina n 1 3 @ #m %m 1 0 01928360 +phylum_phoronida n 1 3 @ #m %m 1 0 02313195 +phylum_platyhelminthes n 1 3 @ #m %m 1 0 01924590 +phylum_pogonophora n 1 3 @ #m %m 1 0 01928737 +phylum_porifera n 1 3 @ #m %m 1 0 01906552 +phylum_protozoa n 1 3 @ #m %m 1 0 01389188 +phylum_pyrrophyta n 1 2 @ #m 1 0 01388992 +phylum_rotifera n 1 3 @ #m %m 1 0 01929047 +phylum_sipuncula n 1 3 @ #m %m 1 0 02315696 +physa n 1 2 @ #m 1 0 01952712 +physalia n 1 3 @ #m %m 1 0 01913035 +physalis n 1 3 @ #m %m 1 0 12910141 +physalis_alkekengi n 1 1 @ 1 0 12910875 +physalis_ixocarpa n 1 2 @ %p 1 0 12911440 +physalis_peruviana n 1 2 @ #m 1 0 12911079 +physalis_philadelphica n 1 1 @ 1 0 12911673 +physalis_pruinosa n 1 1 @ 1 0 12911264 +physalis_pubescens n 1 1 @ 1 0 12910676 +physalis_viscosa n 1 1 @ 1 0 12911914 +physaria n 1 3 @ #m %m 1 0 11893451 +physeter n 1 3 @ #m %m 1 0 02067100 +physeter_catodon n 1 2 @ #m 1 0 02067240 +physeteridae n 1 3 @ #m %m 1 0 02066950 +physiatrics n 1 3 @ ~ %p 1 0 00700000 +physic n 1 2 @ ~ 1 0 04025748 +physic_nut n 1 2 @ #m 1 0 12925583 +physical_ability n 1 2 @ ~ 1 1 05201659 +physical_anthropology n 1 2 @ ~ 1 0 06147141 +physical_attraction n 1 2 @ ~ 1 0 07487955 +physical_body n 1 3 @ ~ #p 1 0 05217168 +physical_change n 1 2 @ ~ 1 0 13536016 +physical_chemistry n 1 2 @ - 1 1 06089447 +physical_composition n 1 2 @ ~ 1 0 04933544 +physical_condition n 1 2 @ ~ 1 0 14034177 +physical_contact n 1 2 @ ~ 1 0 00124880 +physical_education n 1 1 @ 1 1 05756888 +physical_entity n 1 2 @ ~ 1 0 00001930 +physical_exercise n 1 2 @ ~ 1 0 00624738 +physical_exertion n 1 2 @ ~ 1 0 00624738 +physical_fitness n 1 2 @ ~ 1 0 14546432 +physical_geography n 1 1 @ 1 0 06122445 +physical_object n 1 2 @ ~ 1 0 00002684 +physical_pendulum n 1 2 @ ~ 1 0 03927792 +physical_phenomenon n 1 2 @ ~ 1 1 11419404 +physical_process n 1 2 @ ~ 1 0 00029677 +physical_property n 1 2 @ ~ 1 1 05009170 +physical_rehabilitation n 1 1 @ 1 0 00400995 +physical_restoration n 1 1 @ 1 0 00400995 +physical_science n 1 2 @ ~ 1 1 06094587 +physical_structure n 1 4 @ ~ %p ; 1 1 05216365 +physical_therapist n 1 3 @ ~ + 1 1 10427764 +physical_therapy n 1 4 @ ~ %p + 1 0 00700000 +physical_topology n 1 1 @ 1 0 05731223 +physical_value n 1 1 @ 1 0 13303045 +physicalism n 1 3 @ ~ ; 1 0 05972585 +physicality n 1 2 @ + 1 0 04624517 +physicalness n 1 4 @ ~ = + 1 1 04760771 +physician n 1 3 @ ~ #m 1 1 10020890 +physician-assisted_suicide n 1 1 @ 1 0 00223144 +physician-patient_privilege n 1 1 @ 1 0 05180483 +physicist n 1 4 @ ~ + ; 1 1 10428004 +physics n 2 4 @ ~ + - 2 1 06090869 06094587 +physics_department n 1 1 @ 1 0 08117379 +physics_lab n 1 1 @ 1 0 03928001 +physics_laboratory n 1 1 @ 1 0 03928001 +physidae n 1 3 @ #m %m 1 0 01952429 +physiognomy n 1 4 @ ~ #p ; 1 1 05601357 +physiography n 1 1 @ 1 0 06122445 +physiological_anatomy n 1 1 @ 1 0 06059709 +physiological_condition n 1 2 @ ~ 1 0 14034177 +physiological_jaundice_of_the_newborn n 1 1 @ 1 0 14320016 +physiological_nystagmus n 1 1 @ 1 0 00337844 +physiological_property n 1 2 @ ~ 1 0 05005250 +physiological_psychology n 1 1 @ 1 0 06140799 +physiological_reaction n 1 2 @ ~ 1 0 00863513 +physiological_sphincter n 1 2 @ ~ 1 0 05571501 +physiological_state n 1 2 @ ~ 1 0 14034177 +physiologist n 1 3 @ ~ + 1 0 10429965 +physiology n 2 4 @ ~ + - 2 1 06080522 05005064 +physiotherapist n 1 3 @ ~ + 1 0 10427764 +physiotherapy n 1 4 @ ~ %p + 1 0 00700000 +physique n 2 3 @ ~ #p 2 1 04998530 05217168 +physostegia n 1 3 @ ~ #m 1 0 12861892 +physostegia_virginiana n 1 1 @ 1 0 12862116 +physostigma n 1 3 @ #m %m 1 0 12486732 +physostigma_venenosum n 1 3 @ #m %p 1 0 12486882 +physostigmine n 1 2 @ #s 1 0 12487262 +phytelephas n 1 3 @ #m %m 1 0 12594165 +phytelephas_macrocarpa n 1 3 @ #m %p 1 0 12594324 +phytochemical n 1 2 @ ~ 1 0 14983143 +phytochemist n 1 1 @ 1 0 10430554 +phytochemistry n 1 1 @ 1 0 06089728 +phytohormone n 1 3 @ ~ ; 1 0 14744841 +phytolacca n 1 3 @ #m %m 1 0 11855122 +phytolacca_acinosa n 1 1 @ 1 0 11855435 +phytolacca_americana n 1 1 @ 1 0 11855553 +phytolacca_dioica n 1 1 @ 1 0 11855842 +phytolaccaceae n 1 3 @ #m %m 1 0 11854760 +phytologist n 1 3 @ ~ + 1 0 09868270 +phytology n 1 4 @ ~ + - 1 0 06066555 +phytomastigina n 1 3 @ #m %m 1 0 01420655 +phytonadione n 1 1 @ 1 0 15092942 +phytophthora n 1 3 @ #m %m 1 0 12982723 +phytophthora_citrophthora n 1 2 @ #m 1 0 12982915 +phytophthora_infestans n 1 2 @ #m 1 0 12983048 +phytoplankton n 1 3 @ ~ #m 1 0 01383896 +phytotherapy n 1 2 @ ; 1 0 00700421 +phytotoxin n 1 2 @ ~ 1 0 15036638 +pi n 5 4 @ ~ #m #p 5 0 13754008 10476671 10475163 06835740 04013993 +pi-meson n 1 1 @ 1 0 09392656 +pia n 1 2 @ #m 1 0 12475774 +pia_mater n 1 2 @ #p 1 0 05482800 +piaf n 1 1 @ 1 0 11234152 +piaffe n 1 1 @ 1 0 00288384 +piaget n 1 2 @ + 1 0 11234292 +pianism n 1 1 @ 1 1 06893065 +pianissimo n 1 3 @ + ; 1 0 04991389 +pianist n 1 3 @ ~ + 1 1 10430665 +piano n 2 5 @ ~ %p + ; 2 1 03928116 04991389 +piano_accordion n 1 2 @ %p 1 0 02672831 +piano_action n 1 3 @ #p %p 1 0 03928589 +piano_damper n 1 2 @ #p 1 0 03161893 +piano_keyboard n 1 2 @ #p 1 0 03928814 +piano_lesson n 1 1 @ 1 1 00889883 +piano_maker n 1 2 @ ~ 1 0 10431122 +piano_music n 2 1 @ 2 0 06815621 05719325 +piano_player n 1 2 @ ~ 1 1 10430665 +piano_sonata n 1 1 @ 1 1 07044276 +piano_stool n 1 1 @ 1 1 03801880 +piano_teacher n 1 1 @ 1 0 10431224 +piano_tuner n 1 1 @ 1 0 10733117 +piano_wire n 1 1 @ 1 0 03928994 +pianoforte n 1 3 @ ~ %p 1 0 03928116 +pianola n 1 1 @ 1 0 03738066 +piassava_palm n 1 3 @ #m %p 1 0 12585137 +piaster n 2 3 @ #p %p 2 0 13694160 13687278 +piastre n 2 3 @ #p %p 2 0 13694160 13687278 +piazza n 1 1 @ 1 1 08619795 +pib n 1 3 @ #p %p 1 0 13630213 +pibgorn n 1 2 @ ; 1 0 03537550 +pibit n 1 3 @ #p %p 1 0 13630707 +pibroch n 1 1 @ 1 0 07058762 +pic n 2 4 @ ~ %p - 2 0 06613686 03925226 +pica n 3 6 @ ~ #m #p %m %p 3 0 14055977 13712428 01582111 +pica-pica n 1 2 @ #m 1 0 12925179 +pica_em n 1 3 @ #p %p 1 0 13712428 +pica_pica n 1 1 @ 1 0 01582398 +pica_pica_hudsonia n 1 1 @ 1 0 01582498 +picador n 1 1 @ 1 0 09836786 +picaninny n 1 2 @ ; 1 0 10431330 +picardie n 1 2 @ #p 1 0 08944089 +picardy n 1 2 @ #p 1 0 08944089 +picariae n 1 2 @ #m 1 0 01825758 +picasso n 1 1 @ 1 1 11234951 +piccalilli n 1 1 @ 1 0 07825597 +piccaninny n 1 2 @ ; 1 0 10431330 +piccolo n 1 1 @ 1 0 03929091 +picea n 1 3 @ #m %m 1 0 11624367 +picea_abies n 1 1 @ 1 0 11625003 +picea_breweriana n 1 1 @ 1 0 11625223 +picea_engelmannii n 1 1 @ 1 0 11625391 +picea_glauca n 1 1 @ 1 0 11625632 +picea_mariana n 1 1 @ 1 0 11625804 +picea_obovata n 1 1 @ 1 0 11626010 +picea_orientalis n 1 1 @ 1 0 11626409 +picea_pungens n 1 1 @ 1 0 11626585 +picea_rubens n 1 1 @ 1 0 11626826 +picea_sitchensis n 1 1 @ 1 0 11626152 +pichi n 1 2 @ #m 1 0 12903964 +pichiciago n 1 2 @ #m 1 0 02456275 +pichiciego n 1 2 @ #m 1 0 02456275 +picidae n 1 3 @ #m %m 1 0 01838326 +piciform_bird n 1 3 @ ~ #m 1 0 01838038 +piciformes n 1 3 @ #m %m 1 0 01837746 +pick n 9 5 @ ~ #s #p + 9 1 05790242 13759558 08387035 04598965 03929660 03929443 03929202 00563665 00161243 +pick's_disease n 1 1 @ 1 0 14396431 +pick-me-up n 2 1 @ 2 0 03930777 02888133 +pick-off n 1 1 @ 1 0 00564583 +pickaback_plant n 1 2 @ #m 1 0 12804352 +pickaninny n 1 2 @ ; 1 0 10431330 +pickax n 1 2 @ ~ 1 0 03929202 +pickaxe n 1 2 @ ~ 1 0 03929202 +pickelhaube n 1 1 @ 1 0 03929855 +picker n 2 2 @ + 2 0 10431625 10431514 +pickerel n 2 2 @ ~ 2 0 07779664 02561661 +pickerel_frog n 1 2 @ #m 1 0 01642257 +pickerel_weed n 1 2 @ #m 1 0 12609968 +pickerelweed n 1 2 @ #m 1 0 12609968 +pickerelweed_family n 1 3 @ #m %m 1 0 12609638 +pickeringia n 1 3 @ #m %m 1 0 12558902 +pickeringia_montana n 1 2 @ #m 1 0 12559044 +picket n 6 5 @ ~ #p + ; 6 2 10271216 08216295 10431770 03930087 03929952 00423563 +picket_boat n 1 1 @ 1 1 03930229 +picket_fence n 1 2 @ %p 1 0 03930313 +picket_line n 1 1 @ 1 0 08431345 +picket_ship n 1 1 @ 1 1 03930431 +pickett n 1 1 @ 1 0 11234472 +pickford n 1 1 @ 1 0 11234643 +picking n 2 2 @ + 2 0 13759558 00714357 +pickings n 1 2 @ + 1 0 00714477 +pickle n 2 3 @ ~ + 2 1 07824988 14409489 +pickle_barrel n 1 1 @ 1 0 03930515 +pickle_relish n 1 1 @ 1 0 07825496 +pickled_herring n 1 2 @ ~ 1 0 07785342 +picklepuss n 1 2 @ ; 1 0 10627899 +picknicker n 1 2 @ + 1 0 10432189 +pickpocket n 1 1 @ 1 0 10431907 +pickup n 9 6 @ ~ #p %p + ; 9 3 03930630 06547832 03930777 10432053 05061003 04450465 02971940 01016201 00319176 +pickup_arm n 1 2 @ #p 1 0 04450465 +pickup_truck n 1 2 @ ~ 1 0 03930630 +picnic n 3 3 @ ~ + 3 2 15138691 00575365 07576438 +picnic_area n 1 1 @ 1 1 08619343 +picnic_ground n 1 1 @ 1 0 08619343 +picnic_ham n 1 1 @ 1 0 07670147 +picnic_shoulder n 1 1 @ 1 0 07670147 +picnicker n 1 2 @ + 1 0 10432189 +pico_de_orizaba n 1 2 @ #p 1 0 09173777 +picofarad n 1 2 @ #p 1 0 13635854 +picoides n 1 2 @ #m 1 0 01839221 +picometer n 1 3 @ #p %p 1 0 13657849 +picometre n 1 3 @ #p %p 1 0 13657849 +picornavirus n 1 2 @ ~ 1 0 01337583 +picosecond n 1 3 @ #p %p 1 0 15235853 +picot n 1 1 @ 1 0 03930946 +picovolt n 1 2 @ #p 1 0 13642982 +picrasma n 1 3 @ #m %m 1 0 12718314 +picrasma_excelsa n 1 3 @ #m %s 1 0 12718483 +picrasma_excelsum n 1 3 @ #m %s 1 0 12718483 +picric_acid n 1 1 @ 1 0 14983326 +picris n 1 3 @ #m %m 1 0 12002957 +picris_echioides n 1 2 @ #m 1 0 12003167 +pictograph n 1 2 @ + 1 0 06840530 +pictor n 1 1 @ 1 0 09391524 +pictorial n 1 2 @ + 1 0 06593668 +pictorial_matter n 1 1 @ 1 0 06999436 +pictorial_representation n 1 2 @ ~ 1 0 00900375 +picture n 10 6 @ ~ #p %p + - 10 9 03931044 03876519 05936704 13937075 06999436 06613686 06277803 07201804 05766077 03925226 +picture_book n 1 2 @ ~ 1 1 03931651 +picture_card n 1 2 @ ~ 1 0 03314028 +picture_element n 1 3 @ #p ; 1 0 03952277 +picture_frame n 1 2 @ %p 1 1 03931765 +picture_gallery n 1 2 @ ~ 1 0 03412058 +picture_hat n 1 1 @ 1 1 03931885 +picture_palace n 1 2 @ ~ 1 1 03032252 +picture_plane n 1 2 @ #p 1 1 13861934 +picture_postcard n 1 1 @ 1 0 06628228 +picture_rail n 1 1 @ 1 0 03931980 +picture_show n 1 4 @ ~ %p - 1 0 06613686 +picture_taking n 1 3 @ ~ - 1 0 00903559 +picture_tube n 1 3 @ ~ #p 1 0 03617594 +picture_window n 1 1 @ 1 0 03932080 +picture_writing n 1 1 @ 1 0 06361218 +picturesqueness n 2 2 @ + 2 0 04819822 04684765 +picturing n 2 3 @ ~ + 2 2 05768415 00900375 +picul n 1 1 @ 1 0 13718675 +piculet n 1 2 @ #m 1 0 01841943 +picumnus n 1 3 @ #m %m 1 0 01841815 +picus n 1 3 @ #m %m 1 0 01838961 +picus_viridis n 1 2 @ #m 1 0 01839086 +pid n 1 1 @ 1 0 14172558 +piddle n 1 2 @ + 1 0 14855724 +piddock n 1 2 @ #m 1 0 01967963 +pidgin n 1 2 @ ~ 1 1 06905680 +pidlimdi n 1 1 @ 1 0 06983795 +pie n 2 2 @ ~ 2 1 07625493 06942094 +pie-dog n 1 1 @ 1 0 02085118 +pie_chart n 1 1 @ 1 0 07002312 +pie_crust n 1 1 @ 1 0 07623263 +pie_plant n 1 1 @ 1 0 12603449 +pie_shell n 1 1 @ 1 0 07623263 +piece n 13 5 @ ~ #p %p + 13 10 03932203 03932499 09385911 07037465 07309457 06269396 03343853 07654667 05084889 03838535 15246353 13286524 03716327 +piece_de_resistance n 2 2 @ ~ 2 1 03069567 07579688 +piece_goods n 1 2 @ ; 1 0 04611654 +piece_of_ass n 1 2 @ ; 1 0 00846021 +piece_of_cake n 1 2 @ ~ 1 0 00575365 +piece_of_cloth n 1 2 @ ~ 1 0 03932670 +piece_of_eight n 1 1 @ 1 0 13389660 +piece_of_furniture n 1 3 @ ~ - 1 0 03405725 +piece_of_ground n 1 2 @ ~ 1 0 08673395 +piece_of_land n 1 2 @ ~ 1 0 08673395 +piece_of_leather n 1 2 @ ~ 1 0 03933183 +piece_of_material n 1 2 @ ~ 1 0 03932670 +piece_of_music n 1 3 @ ~ %p 1 0 07037465 +piece_of_paper n 1 2 @ ~ 1 1 06255777 +piece_of_tail n 1 2 @ ; 1 0 00846021 +piece_of_work n 1 2 @ ~ 1 0 04599396 +piece_of_writing n 1 3 @ ~ %p 1 0 06362953 +piecework n 1 1 @ 1 0 00581517 +pied-a-terre n 1 1 @ 1 0 03933391 +pied-billed_grebe n 1 2 @ #m 1 0 02051059 +pied_lemming n 1 3 @ ~ #m 1 0 02345600 +pied_piper n 2 1 @ 2 0 10432320 09602964 +pied_piper_of_hamelin n 1 1 @ 1 0 09602964 +piedmont n 3 3 @ #p %p 3 1 09052100 09391644 08809749 +piedmont_glacier n 1 2 @ ~ 1 0 09391774 +piedmont_type_of_glacier n 1 2 @ ~ 1 0 09391774 +piemonte n 1 3 @ #p %p 1 0 08809749 +pieplant n 1 1 @ 1 0 07713267 +pier n 3 5 @ ~ #p %p ; 3 1 03933529 03934042 03933933 +pier_arch n 1 1 @ 1 0 03934229 +pier_glass n 1 1 @ 1 0 03934311 +pier_luigi_nervi n 1 1 @ 1 0 11203920 +pier_mirror n 1 1 @ 1 0 03934311 +pier_table n 1 1 @ 1 0 03934565 +pierce n 1 1 @ 1 0 11234813 +pierid n 1 3 @ ~ #m 1 0 02280458 +pierid_butterfly n 1 3 @ ~ #m 1 0 02280458 +pieridae n 1 3 @ #m %m 1 0 02280223 +pieris n 2 3 @ #m %m 2 0 12243292 02280845 +pieris_brassicae n 1 2 @ #m 1 0 02281136 +pieris_floribunda n 1 2 @ #m 1 0 12243693 +pieris_japonica n 1 2 @ #m 1 0 12243459 +pieris_protodice n 1 1 @ 1 0 02281267 +pieris_rapae n 2 2 @ #m 2 0 02310585 02281015 +pierre n 1 2 @ #p 1 0 09139508 +pierre-paul_broca n 1 1 @ 1 0 10864858 +pierre_abelard n 1 1 @ 1 0 10807317 +pierre_athanase_larousse n 1 1 @ 1 0 11118072 +pierre_auguste_renoir n 1 1 @ 1 0 11258096 +pierre_boulez n 1 1 @ 1 0 10859369 +pierre_charles_l'enfant n 1 1 @ 1 0 11126295 +pierre_corneille n 1 1 @ 1 0 10911104 +pierre_curie n 1 1 @ 1 0 10917999 +pierre_de_fermat n 1 1 @ 1 0 10969799 +pierre_de_terrail n 1 1 @ 1 0 10838802 +pierre_joseph_proudhon n 1 1 @ 1 0 11247155 +pierre_laporte_bridge n 1 2 @ #p 1 0 03934416 +pierre_larousse n 1 1 @ 1 0 11118072 +pierre_simon_de_laplace n 1 1 @ 1 0 11117451 +pierre_teilhard_de_chardin n 1 1 @ 1 0 11334609 +pierre_terrail n 1 1 @ 1 0 10838802 +pierrot n 1 1 @ 1 0 09603120 +piet_mondrian n 1 1 @ 1 0 11185175 +pieta n 1 1 @ 1 0 03934656 +pieter_breughel n 1 1 @ 1 0 10868177 +pieter_bruegel n 1 1 @ 1 0 10868177 +pieter_brueghel n 1 1 @ 1 0 10868177 +pieter_brueghel_the_elder n 1 1 @ 1 0 10868177 +pieter_zeeman n 1 1 @ 1 0 11405437 +pietism n 2 3 @ + ; 2 0 08475722 04827175 +piety n 1 4 ! @ ~ = 1 1 04826771 +piezo_effect n 1 1 @ 1 0 11491308 +piezoelectric_crystal n 1 1 @ 1 0 03934780 +piezoelectric_effect n 1 1 @ 1 1 11491308 +piezoelectricity n 1 2 @ + 1 1 11491308 +piezometer n 1 1 @ 1 0 03934890 +piffle n 1 2 @ + 1 0 06608143 +pig n 6 7 @ ~ #m %s %p + ; 6 1 02395406 10612210 10179649 09879144 03935116 03934998 +pig's_ears n 1 2 @ #m 1 0 13004826 +pig_bed n 1 1 @ 1 0 03935116 +pig_farm n 1 1 @ 1 0 03935234 +pig_iron n 1 3 @ ~ #s 1 0 14983491 +pig_laurel n 1 1 @ 1 0 12238073 +pig_lead n 1 1 @ 1 0 14983694 +pigboat n 1 3 @ ~ %p 1 0 04347754 +pigeon n 1 3 @ ~ #m 1 1 01811909 +pigeon-pea_plant n 1 3 @ #m %p 1 0 12510774 +pigeon_berry n 1 1 @ 1 0 11855553 +pigeon_breast n 1 1 @ 1 0 14215199 +pigeon_droppings n 1 1 @ 1 0 14854764 +pigeon_guillemot n 1 1 @ 1 0 02047045 +pigeon_hawk n 1 2 @ #m 1 0 01612275 +pigeon_loft n 1 1 @ 1 0 03686363 +pigeon_pea n 2 4 @ #m #p %p 2 0 12510774 07726230 +pigeon_toes n 1 1 @ 1 0 14560115 +pigeonhole n 2 2 @ + 2 0 05839663 03144486 +pigeonholing n 1 2 @ + 1 0 05733090 +pigfish n 2 2 @ #m 2 0 02608284 02590094 +piggery n 1 1 @ 1 0 03935234 +piggishness n 1 2 @ + 1 0 04886235 +piggy n 1 4 @ ~ #m + 1 0 02395694 +piggy_bank n 1 1 @ 1 0 03935335 +piggyback n 1 1 @ 1 0 00319513 +piggyback_plant n 1 2 @ #m 1 0 12804352 +pigheadedness n 1 3 @ ~ + 1 0 04863074 +piglet n 1 4 @ ~ #m + 1 0 02395694 +pigman n 1 1 @ 1 0 10683593 +pigment n 3 5 @ ~ #s %s + 3 1 14989820 14990723 03875218 +pigmentation n 2 4 ! @ ~ + 2 0 13537622 04976319 +pigmy n 2 1 @ 2 0 10496626 10496489 +pigmy_talinum n 1 2 @ #m 1 0 11863467 +pignolia n 1 2 @ #p 1 0 07774842 +pignut n 1 2 @ #m 1 0 12320627 +pignut_hickory n 1 2 @ #m 1 0 12320627 +pigpen n 1 1 @ 1 0 04346428 +pigs'_feet n 1 1 @ 1 0 07671581 +pigs'_knuckles n 1 1 @ 1 0 07671581 +pigs_in_blankets n 1 1 @ 1 0 07873348 +pigskin n 1 1 @ 1 1 14763424 +pigsticking n 1 1 @ 1 0 00453631 +pigsty n 1 1 @ 1 0 04346428 +pigswill n 1 1 @ 1 0 07805006 +pigtail n 1 1 @ 1 0 05259914 +pigwash n 1 1 @ 1 0 07805006 +pigweed n 3 3 @ #p %p 3 0 11828577 11824146 07733712 +pij n 1 2 @ ; 1 0 08037118 +pika n 1 3 @ ~ #m 1 0 02328429 +pike n 5 5 @ ~ #m #p %p 5 1 03306610 07779375 03935698 03935450 02561108 +pike's_peak n 1 2 @ #p 1 0 09391996 +pike-perch n 1 3 @ ~ #m 1 0 02557591 +pike_perch n 1 3 @ ~ #m 1 0 02557591 +pikeblenny n 1 3 @ ~ #m 1 0 02614482 +piked_reverse_hang n 1 1 @ 1 0 00437219 +piked_whale n 1 2 @ #m 1 0 02065407 +pikestaff n 1 2 @ #p 1 0 03935789 +pilaf n 1 2 @ ~ 1 0 07873464 +pilaff n 1 2 @ ~ 1 0 07873464 +pilar_cyst n 1 2 @ ~ 1 0 14202763 +pilaster n 1 1 @ 1 0 03935883 +pilate n 1 1 @ 1 0 11235112 +pilau n 1 2 @ ~ 1 0 07873464 +pilaw n 1 2 @ ~ 1 0 07873464 +pilchard n 2 3 @ ~ #m 2 0 07794063 02533209 +pile n 8 4 @ ~ + ; 8 3 07961480 13774404 13250680 05255692 04541136 03936269 03936045 02753710 +pile_driver n 1 1 @ 1 0 03936466 +pile_dwelling n 1 1 @ 1 0 03634034 +pilea n 1 3 @ #m %m 1 0 12394861 +pilea_involucrata n 1 2 @ #m 1 0 12395463 +pilea_microphylla n 1 2 @ #m 1 0 12395289 +pilea_pumilla n 1 2 @ #m 1 0 12395068 +piles n 2 1 @ 2 0 14327125 13777509 +pileup n 1 1 @ 1 0 07317285 +pileus n 1 2 @ #p 1 0 11532351 +pilewort n 1 2 @ #m 1 0 11721337 +pilferage n 1 2 @ + 1 0 00781355 +pilferer n 1 3 @ ~ + 1 0 10616204 +pilgrim n 3 2 @ ~ 3 1 10432441 10432674 10432532 +pilgrim's_journey n 1 2 @ ~ 1 0 00311687 +pilgrim's_progress n 1 1 @ 1 0 06372572 +pilgrim_father n 1 1 @ 1 0 10432674 +pilgrimage n 1 2 @ ~ 1 1 00311687 +piling n 1 2 @ ~ 1 0 03936269 +pill n 5 3 @ ~ %s 5 2 03936764 03936568 10432875 05833511 03936895 +pill_bottle n 1 1 @ 1 0 03937543 +pill_bug n 1 2 @ #m 1 0 01991520 +pill_head n 1 1 @ 1 0 10433077 +pill_pusher n 1 2 @ ~ 1 0 10421470 +pill_roller n 1 2 @ ~ 1 0 10421470 +pillage n 2 4 @ ~ %p + 2 0 13262663 00965895 +pillager n 1 4 @ ~ + ; 1 0 10443170 +pillaging n 1 3 @ ~ + 1 0 00965895 +pillar n 5 5 @ ~ #p %p ; 5 1 05913842 13900422 10432957 03074380 03073977 +pillar_box n 1 2 @ ; 1 0 03937437 +pillar_of_islam n 1 3 @ ~ ; 1 0 05913994 +pillar_of_strength n 1 1 @ 1 0 10718794 +pillars_of_hercules n 1 3 @ #p %p 1 0 09392162 +pillbox n 3 1 @ 3 0 03937835 03937751 03937633 +pillion n 1 1 @ 1 0 03937931 +pillock n 1 2 @ ~ 1 0 10667187 +pillory n 1 2 @ + 1 0 03938037 +pillow n 1 3 @ ~ + 1 1 03938244 +pillow_block n 1 1 @ 1 0 03938401 +pillow_fight n 1 1 @ 1 0 00487228 +pillow_lace n 1 2 @ ~ 1 0 03938522 +pillow_lava n 1 1 @ 1 0 14931633 +pillow_sham n 1 1 @ 1 0 03938725 +pillow_slip n 1 1 @ 1 0 02975412 +pillow_talk n 1 1 @ 1 0 07142242 +pillowcase n 1 1 @ 1 0 02975412 +pillwort n 1 2 @ #m 1 0 12958261 +pilocarpine n 1 1 @ 1 0 03938838 +pilomotor_reflex n 1 1 @ 1 0 00866606 +pilosella n 1 3 @ #m %m 1 0 12003407 +pilosella_aurantiaca n 1 2 @ #m 1 0 12003814 +pilosella_officinarum n 1 1 @ 1 0 12004120 +pilosity n 1 2 @ ~ 1 0 04683453 +pilot n 6 5 @ ~ #p + ; 6 1 10433164 10433452 06620906 05938400 03939281 03328201 +pilot_balloon n 1 1 @ 1 0 03938951 +pilot_biscuit n 1 1 @ 1 0 07694839 +pilot_bit n 1 1 @ 1 0 03939062 +pilot_blacksnake n 1 2 @ #m 1 0 01732789 +pilot_boat n 1 1 @ 1 0 03939178 +pilot_bread n 1 1 @ 1 0 07694839 +pilot_burner n 1 1 @ 1 0 03939281 +pilot_chart n 1 1 @ 1 0 03811648 +pilot_cloth n 1 1 @ 1 0 03939440 +pilot_engine n 1 1 @ 1 0 03939565 +pilot_experiment n 1 1 @ 1 0 05799071 +pilot_film n 1 1 @ 1 0 06620906 +pilot_ladder n 1 2 @ ; 1 0 03591116 +pilot_lamp n 1 1 @ 1 0 03939844 +pilot_light n 2 1 @ 2 1 03939281 03939844 +pilot_program n 2 1 @ 2 1 00795352 06620906 +pilot_project n 1 1 @ 1 0 00795352 +pilot_whale n 1 2 @ #m 1 0 02071636 +pilotage n 2 4 @ ~ + - 2 0 00815801 00609506 +pilotfish n 1 2 @ #m 1 0 02580188 +pilothouse n 1 3 @ ~ #p 1 0 03939677 +piloting n 2 4 @ ~ + - 2 0 00815801 00609506 +pilotless_aircraft n 1 1 @ 1 0 03245889 +pilsen n 1 2 @ #p 1 0 08757791 +pilsener n 1 1 @ 1 0 07888229 +pilsner n 1 1 @ 1 0 07888229 +piltdown_hoax n 1 1 @ 1 0 10433610 +piltdown_man n 1 1 @ 1 0 10433610 +pilularia n 1 3 @ #m %m 1 0 12958140 +pilularia_globulifera n 1 2 @ #m 1 0 12958261 +pilus n 2 4 @ ~ #p + 2 0 05254393 01902132 +pima n 2 1 @ 2 0 09665897 06918640 +pimenta n 1 3 @ #m %m 1 0 12330751 +pimenta_acris n 1 2 @ #m 1 0 12330891 +pimenta_dioica n 1 3 @ #m %p 1 0 12331066 +pimenta_officinalis n 1 1 @ 1 0 12331263 +pimento n 2 5 @ #m #s %s %p 2 0 12901264 07721195 +pimento_butter n 1 1 @ 1 0 07855812 +pimento_tree n 1 3 @ #m %p 1 0 12331066 +pimiento n 2 5 @ #m #s %s %p 2 0 12901264 07721195 +pimlico n 1 2 @ #p 1 0 03940022 +pimozide n 1 1 @ 1 0 03940154 +pimp n 1 4 @ ~ + ; 1 1 10433737 +pimpernel n 2 4 @ ~ #m %p 2 0 12637485 12092262 +pimpinella n 1 3 @ #m %m 1 0 12942930 +pimpinella_anisum n 1 3 @ #m %p 1 0 12943049 +pimple n 1 3 @ ~ + 1 1 14334306 +pin n 11 5 @ ~ #p %p + 11 1 03940713 07471371 07271791 06887441 05561707 03951971 03941013 03940894 03940256 03905730 02882647 +pin-tailed_duck n 1 2 @ #m 1 0 01849157 +pin-tailed_grouse n 1 2 @ #m 1 0 01816140 +pin-tailed_sandgrouse n 1 2 @ #m 1 0 01816140 +pin-up n 1 1 @ 1 0 09972458 +pin_bone n 1 2 @ #p 1 0 07659425 +pin_cherry n 1 1 @ 1 0 12647893 +pin_clover n 1 1 @ 1 0 12688903 +pin_curl n 1 1 @ 1 0 05258462 +pin_grass n 1 1 @ 1 0 12688903 +pin_money n 1 1 @ 1 0 13422545 +pin_number n 1 1 @ 1 0 06887441 +pin_oak n 2 1 @ 2 0 12276872 12273768 +pin_table n 1 1 @ 1 0 03941417 +pin_tumbler n 1 2 @ #p 1 0 03941013 +pin_wrench n 1 1 @ 1 0 03944530 +pina_cloth n 1 1 @ 1 0 14592309 +pina_colada n 1 1 @ 1 0 07930433 +pinaceae n 1 3 @ #m %m 1 0 11607739 +pinafore n 1 1 @ 1 1 03604400 +pinata n 1 1 @ 1 0 03941231 +pinatubo n 1 1 @ 1 0 08982289 +pinball n 1 2 @ ~ 1 1 00459284 +pinball_game n 1 2 @ ~ 1 0 00459284 +pinball_machine n 1 1 @ 1 0 03941417 +pince-nez n 1 1 @ 1 0 03941586 +pincer n 2 3 @ ~ #p 2 0 03941684 02156532 +pinch n 7 3 @ ~ + 7 0 14409371 14295140 13774115 07417405 00842281 00357275 00088725 +pinch_bar n 1 1 @ 1 0 03941887 +pinch_hitter n 1 2 @ ; 1 1 10434160 +pinchas_zukerman n 1 1 @ 1 0 11408041 +pinchbeck n 1 1 @ 1 0 14718233 +pinche n 1 1 @ 1 0 02491474 +pinchgut n 1 1 @ 1 0 10434054 +pinckneya n 1 3 @ #m %m 1 0 12669157 +pinckneya_pubens n 1 2 @ #m 1 0 12669362 +pinctada n 1 3 @ #m %m 1 0 01961862 +pinctada_margaritifera n 1 2 @ #m 1 0 01961985 +pincurl_clip n 1 1 @ 1 0 03942028 +pincus n 1 1 @ 1 0 11235263 +pincushion n 1 1 @ 1 0 03942126 +pincushion_flower n 1 1 @ 1 0 12683571 +pincushion_hakea n 1 2 @ #m 1 0 12218868 +pindar n 1 1 @ 1 0 11235510 +pindaric n 1 1 @ 1 0 06384034 +pindaric_ode n 1 1 @ 1 0 06384034 +pindolol n 1 1 @ 1 0 03942244 +pine n 2 6 @ ~ #m #s %s %p 2 2 11608250 11608885 +pine-barren_sandwort n 1 1 @ 1 0 11806369 +pine-tar_rag n 1 1 @ 1 0 03942397 +pine-weed n 1 1 @ 1 0 12368637 +pine_bluff n 1 2 @ #p 1 0 09060480 +pine_family n 1 3 @ #m %m 1 0 11607739 +pine_fern n 1 2 @ #m 1 0 12955840 +pine_finch n 1 2 @ #m 1 0 01532511 +pine_grosbeak n 1 2 @ #m 1 0 01541102 +pine_hyacinth n 1 1 @ 1 0 11729860 +pine_knot n 1 1 @ 1 1 15101271 +pine_leaf_aphid n 1 2 @ #m 1 0 02255270 +pine_lily n 1 1 @ 1 0 12427184 +pine_lizard n 1 1 @ 1 0 01680813 +pine_marten n 1 1 @ 1 0 02450295 +pine_mouse n 1 2 @ #m 1 0 02340930 +pine_nut n 1 2 @ #p 1 0 07774842 +pine_sawyer n 1 2 @ #m 1 0 02169218 +pine_siskin n 1 2 @ #m 1 0 01532511 +pine_snake n 1 1 @ 1 0 01734104 +pine_spittlebug n 1 2 @ #m 1 0 02258508 +pine_tar n 1 1 @ 1 0 14991476 +pine_tree n 1 5 @ ~ #m %s %p 1 0 11608250 +pine_tree_state n 1 3 @ #p %p 1 0 09092497 +pine_vole n 1 2 @ #m 1 0 02340930 +pineal_body n 1 1 @ 1 0 05485098 +pineal_eye n 1 2 @ #p 1 0 05299927 +pineal_gland n 1 1 @ 1 0 05485098 +pinealoma n 1 1 @ 1 0 14250433 +pineapple n 2 4 @ #m #p %p 2 0 12607456 07753275 +pineapple_family n 1 3 @ #m %m 1 0 12606907 +pineapple_guava n 1 2 @ #p 1 0 07763107 +pineapple_juice n 1 1 @ 1 0 07925116 +pineapple_plant n 1 3 @ #m %p 1 0 12607456 +pineapple_weed n 1 3 @ #m ; 1 0 11995396 +pinecone n 1 2 @ #p 1 1 11683331 +pinesap n 1 2 @ #m 1 0 12259316 +pinetum n 1 1 @ 1 0 09392402 +pineus n 1 3 @ #m %m 1 0 02255144 +pineus_pinifoliae n 1 2 @ #m 1 0 02255270 +pineweed n 1 1 @ 1 0 12368637 +pinfish n 1 2 @ #m 1 0 02592371 +pinfold n 1 1 @ 1 0 03942600 +ping n 2 3 @ #p + 2 0 09392507 07389569 +ping-pong n 1 3 @ ; - 1 1 00499263 +ping-pong_ball n 1 1 @ 1 0 03942813 +ping-pong_table n 1 1 @ 1 0 04381587 +ping_river n 1 2 @ #p 1 0 09392507 +pinger n 1 2 @ #p 1 0 03942692 +pingpong_paddle n 1 1 @ 1 0 04381724 +pingpong_table n 1 1 @ 1 0 04381587 +pinguecula n 1 1 @ 1 0 05315855 +pinguicula n 1 3 @ #m %m 1 0 12872698 +pinguinus n 1 3 @ #m %m 1 0 02046321 +pinguinus_impennis n 1 2 @ #m 1 0 02046442 +pinhead n 2 2 @ #p 2 0 10039391 03942920 +pinhole n 1 1 @ 1 0 03943010 +pinicola n 1 3 @ #m %m 1 0 01540969 +pinicola_enucleator n 1 2 @ #m 1 0 01541102 +pining n 1 3 @ ~ + 1 0 07487063 +pinion n 3 4 @ ~ #p + 3 0 03943115 02468864 02152446 +pinion_and_crown_wheel n 1 2 @ ~ 1 0 02833793 +pinion_and_ring_gear n 1 2 @ ~ 1 0 02833793 +pinite n 1 1 @ 1 0 14690938 +pink n 3 4 @ ~ #m + 3 1 04970916 11807979 10434321 +pink-and-white_everlasting n 1 2 @ #m 1 0 11917407 +pink_bollworm n 1 2 @ #m 1 0 02310149 +pink_calla n 1 1 @ 1 0 11794024 +pink_cockatoo n 1 1 @ 1 0 01819465 +pink_disease n 1 1 @ 1 0 14281678 +pink_disease_fungus n 1 2 @ #m 1 0 13015509 +pink_elephants n 1 1 @ 1 0 14378064 +pink_family n 1 3 @ #m %m 1 0 11804604 +pink_fivecorner n 1 2 @ #m 1 0 12255225 +pink_fritillary n 1 1 @ 1 0 12453714 +pink_lady n 1 2 @ %s 1 0 07916582 +pink_of_my_john n 1 1 @ 1 0 12390681 +pink_paper_daisy n 1 2 @ #m 1 0 11917407 +pink_sand_verbena n 1 1 @ 1 0 11837743 +pink_shower n 1 1 @ 1 0 12492460 +pink_shower_tree n 1 1 @ 1 0 12492460 +pink_slip n 1 2 @ ~ 1 0 07213079 +pink_wine n 1 1 @ 1 0 07893253 +pinkeye n 1 2 @ ~ 1 0 14341432 +pinkie n 1 2 @ %p 1 0 05567727 +pinkness n 1 1 @ 1 0 04971131 +pinko n 1 1 @ 1 0 10434321 +pinkroot n 1 1 @ 1 0 14283097 +pinky n 1 2 @ %p 1 0 05567727 +pinna n 2 4 @ ~ #p %p 2 0 13154388 05323889 +pinnace n 1 2 @ ~ 1 0 04409128 +pinnacle n 3 3 @ + ; 3 1 03943266 13940456 08619457 +pinnate_leaf n 1 2 @ ~ 1 0 13157137 +pinnatiped n 1 3 @ ~ #m 1 0 02075927 +pinner n 1 1 @ 1 0 03943448 +pinning n 1 1 @ 1 1 07228349 +pinniped n 1 3 @ ~ #m 1 0 02075927 +pinniped_mammal n 1 3 @ ~ #m 1 0 02075927 +pinnipedia n 1 3 @ #m %m 1 0 02075727 +pinnotheres n 1 3 @ #m %m 1 0 01980471 +pinnotheres_ostreum n 1 2 @ #m 1 0 01980830 +pinnotheridae n 1 3 @ #m %m 1 0 01980328 +pinnule n 1 1 @ 1 0 13154388 +pinny n 1 1 @ 1 0 03604400 +pinochle n 1 1 @ 1 0 00494100 +pinocle n 1 1 @ 1 0 00494100 +pinocytosis n 1 1 @ 1 0 13537761 +pinole n 1 1 @ 1 0 07568706 +pinon n 1 3 @ ~ #m 1 0 11609475 +pinon_nut n 1 2 @ #p 1 0 07774842 +pinon_pine n 1 2 @ #m 1 0 11609862 +pinophytina n 1 2 @ #m 1 0 11607071 +pinopsida n 1 2 @ #m 1 0 11607071 +pinot n 1 2 @ ~ 1 0 13146035 +pinot_blanc n 2 3 @ #s %s 2 0 13146403 07895100 +pinot_chardonnay n 1 2 @ #s 1 0 07894799 +pinot_grape n 1 2 @ ~ 1 0 13146035 +pinot_noir n 2 3 @ #s %s 2 0 13146225 07894965 +pinpoint n 3 2 @ + 3 2 15245382 04681230 03943544 +pinprick n 2 1 @ 2 0 14407211 03943623 +pins_and_needles n 1 1 @ 1 0 05722754 +pinscher n 1 2 @ ~ 1 0 02106966 +pinsk n 1 2 @ #p 1 0 09011820 +pinstripe n 3 1 @ 3 0 03943920 03943833 03943714 +pint n 3 3 @ #p %p 3 0 13621850 13620404 13619307 +pintado n 1 3 @ #m %p 1 0 02626265 +pintail n 1 2 @ #m 1 0 01849157 +pinter n 1 1 @ 1 0 11235619 +pintle n 1 2 @ #p 1 0 03944024 +pinto n 1 1 @ 1 0 02389261 +pinto_bean n 1 1 @ 1 0 07727252 +pinus n 1 3 @ #m %m 1 0 11608055 +pinus_albicaulis n 1 1 @ 1 0 11614039 +pinus_aristata n 1 1 @ 1 0 11617272 +pinus_attenuata n 1 1 @ 1 0 11617878 +pinus_banksiana n 1 1 @ 1 0 11615607 +pinus_californiarum n 1 1 @ 1 0 11610602 +pinus_cembra n 1 2 @ %p 1 0 11612018 +pinus_cembroides n 1 2 @ #m 1 0 11609862 +pinus_contorta n 1 1 @ 1 0 11615026 +pinus_contorta_murrayana n 1 1 @ 1 0 11615259 +pinus_densiflora n 1 1 @ 1 0 11618079 +pinus_echinata n 1 1 @ 1 0 11616260 +pinus_edulis n 1 1 @ 1 0 11610047 +pinus_flexilis n 1 1 @ 1 0 11613867 +pinus_glabra n 1 1 @ 1 0 11611087 +pinus_jeffreyi n 1 1 @ 1 0 11614713 +pinus_longaeva n 1 1 @ 1 0 11612575 +pinus_monophylla n 1 1 @ 1 0 11610215 +pinus_monticola n 1 1 @ 1 0 11613459 +pinus_mugo n 1 1 @ 1 0 11612349 +pinus_muricata n 1 1 @ 1 0 11610437 +pinus_nigra n 1 1 @ 1 0 11611233 +pinus_palustris n 1 1 @ 1 0 11615967 +pinus_parryana n 1 1 @ 1 0 11610823 +pinus_pinea n 1 2 @ %p 1 0 11611758 +pinus_ponderosa n 1 1 @ 1 0 11614420 +pinus_pungens n 1 1 @ 1 0 11617631 +pinus_quadrifolia n 1 1 @ 1 0 11610823 +pinus_radiata n 1 1 @ 1 0 11617090 +pinus_resinosa n 1 1 @ 1 0 11616486 +pinus_rigida n 1 1 @ 1 0 11611356 +pinus_serotina n 1 1 @ 1 0 11611561 +pinus_strobiformis n 1 1 @ 1 0 11613692 +pinus_strobus n 1 1 @ 1 0 11613219 +pinus_sylvestris n 1 1 @ 1 0 11616662 +pinus_taeda n 1 1 @ 1 0 11615387 +pinus_thunbergii n 1 1 @ 1 0 11618290 +pinus_torreyana n 1 1 @ 1 0 11618525 +pinus_virginiana n 1 1 @ 1 0 11616852 +pinwheel n 4 2 @ #m 4 0 12786836 03944341 03944138 02984328 +pinwheel_flower n 1 2 @ #m 1 0 11776511 +pinwheel_roll n 1 1 @ 1 0 07693439 +pinwheel_wind_collector n 1 1 @ 1 0 03944138 +pinworm n 1 2 @ #m 1 0 01931520 +pinyon n 1 3 @ ~ #m 1 0 11609475 +piolet n 1 1 @ 1 0 03556679 +pion n 1 1 @ 1 0 09392656 +pioneer n 2 3 @ ~ + 2 2 10434725 10434424 +pious_platitude n 1 1 @ 1 0 07136098 +piousness n 1 4 @ ~ = + 1 0 04826771 +pip n 5 2 @ #p 5 0 14274905 14203269 11685091 07271942 07263358 +pip-squeak n 1 1 @ 1 0 10435251 +pipa n 1 2 @ #m 1 0 01653975 +pipa_americana n 1 1 @ 1 0 01654083 +pipa_pipa n 1 1 @ 1 0 01654083 +pipage n 2 4 @ ~ %p + 2 0 13323102 03944672 +pipal n 1 1 @ 1 0 12402596 +pipal_tree n 1 1 @ 1 0 12402596 +pipe n 5 5 @ ~ #p %p + 5 2 03945167 03944672 13901321 03945615 03854815 +pipe_bomb n 1 1 @ 1 0 03945817 +pipe_bowl n 1 2 @ #p 1 0 02881397 +pipe_clamp n 1 1 @ 1 0 03947343 +pipe_cleaner n 1 1 @ 1 0 03945928 +pipe_cutter n 1 1 @ 1 0 03946076 +pipe_dream n 1 1 @ 1 0 05632732 +pipe_fitter n 1 1 @ 1 0 10443032 +pipe_fitting n 1 2 @ ~ 1 0 03946162 +pipe_major n 1 1 @ 1 0 10434947 +pipe_of_peace n 1 1 @ 1 0 02941408 +pipe_organ n 1 2 @ %p 1 0 03854065 +pipe_rack n 1 1 @ 1 0 03946723 +pipe_smoker n 1 1 @ 1 0 10435169 +pipe_vine n 1 1 @ 1 0 11801665 +pipe_vise n 1 1 @ 1 0 03947343 +pipe_wrench n 1 2 @ ~ 1 0 03947466 +pipeclay n 1 1 @ 1 0 14813560 +pipefish n 1 3 @ ~ #m 1 0 01455778 +pipefitting n 1 2 @ ~ 1 0 03946162 +pipeful n 1 1 @ 1 0 13768630 +pipeline n 2 2 @ ~ 2 0 07223635 03946325 +pipeline_company n 1 2 @ #m 1 1 08069487 +piper n 2 5 @ ~ #m %m + 2 1 10435041 13149039 +piper_betel n 1 2 @ #m 1 0 13149970 +piper_cubeba n 1 3 @ #m %p 1 0 13150178 +piper_longum n 1 2 @ #m 1 0 13149829 +piper_nigrum n 1 4 @ #m %s %p 1 0 13149506 +piperaceae n 1 3 @ #m %m 1 0 13148791 +piperacillin n 1 1 @ 1 0 03946532 +piperales n 1 3 @ #m %m 1 0 13148602 +piperazine n 1 1 @ 1 0 03946814 +piperin n 1 2 @ #s 1 0 15033189 +piperine n 1 2 @ #s 1 0 15033189 +piperocaine n 1 1 @ 1 0 03946933 +piperocaine_hydrochloride n 1 1 @ 1 0 03946933 +pipestem_clematis n 1 1 @ 1 0 11730205 +pipet n 1 2 @ ~ 1 0 03947111 +pipette n 1 2 @ ~ 1 0 03947111 +pipework n 1 3 @ ~ #p 1 0 03854815 +pipewort n 1 2 @ #m 1 0 12609379 +pipewort_family n 1 3 @ #m %m 1 0 12608941 +pipidae n 1 3 @ #m %m 1 0 01653610 +pipile n 1 3 @ #m %m 1 0 01800042 +pipilo n 1 3 @ #m %m 1 0 01542055 +pipilo_erythrophthalmus n 1 2 @ #m 1 0 01542168 +piping n 3 4 @ ~ %p + 3 0 03947681 03944672 00101708 +piping_crow n 1 2 @ #m 1 0 01583828 +piping_crow-shrike n 1 2 @ #m 1 0 01583828 +piping_guan n 1 2 @ #m 1 0 01800195 +piping_plover n 1 2 @ #m 1 0 02023855 +pipistrel n 1 2 @ #m 1 0 02147947 +pipistrelle n 1 2 @ #m 1 0 02147947 +pipistrellus n 1 3 @ #m %m 1 0 02147747 +pipistrellus_pipistrellus n 1 2 @ #m 1 0 02147947 +pipistrellus_subflavus n 1 2 @ #m 1 0 02148088 +pipit n 1 3 @ ~ #m 1 0 01528654 +pippin n 1 2 @ ~ 1 0 07741461 +pipra n 1 3 @ #m %m 1 0 01551549 +pipracil n 1 2 @ ; 1 0 03946532 +pipridae n 1 3 @ #m %m 1 0 01551430 +pipsissewa n 1 3 @ ~ #m 1 0 12257570 +piptadenia n 1 2 @ #m 1 0 11764072 +piptadenia_macrocarpa n 1 2 @ #m 1 0 11760294 +pipturus n 1 3 @ #m %m 1 0 12395717 +pipturus_albidus n 1 2 @ #m 1 0 12396091 +pipturus_argenteus n 1 2 @ #m 1 0 12395906 +pipul n 1 1 @ 1 0 12402596 +piquance n 2 1 @ 2 0 04993108 04720393 +piquancy n 2 1 @ 2 0 04993108 04720393 +piquantness n 2 1 @ 2 0 04993108 04720393 +pique n 2 2 @ + 2 1 03947798 07518468 +piqueria n 1 3 @ #m %m 1 0 12004310 +piquet n 2 1 @ 2 0 00494293 00423563 +piracy n 2 2 @ + 2 0 00783527 00750405 +pirana n 1 2 @ #m 1 0 02584449 +pirandello n 1 1 @ 1 0 11235787 +piranga n 1 3 @ #m %m 1 0 01597551 +piranga_flava_hepatica n 1 2 @ #m 1 0 01598271 +piranga_ludoviciana n 1 2 @ #m 1 0 01597906 +piranga_olivacea n 1 2 @ #m 1 0 01597737 +piranga_rubra n 1 2 @ #m 1 0 01598074 +piranha n 2 3 @ ~ #m 2 0 10293172 02584449 +pirate n 3 3 @ ~ + 3 2 10437262 10435367 03947888 +pirate_flag n 1 2 @ %p 1 0 02847009 +pirate_ship n 1 2 @ ~ 1 0 03947888 +piriform_area n 1 2 @ #p 1 0 05477305 +piriform_lobe n 1 2 @ #p 1 0 05477305 +pirogi n 1 2 @ ; 1 0 07624924 +pirogue n 1 1 @ 1 1 03254374 +piroplasm n 1 2 @ #m 1 0 01425634 +piroshki n 1 2 @ ; 1 0 07624924 +pirouette n 1 3 @ + ; 1 0 00343730 +piroxicam n 1 1 @ 1 0 03948041 +pirozhki n 1 2 @ ; 1 0 07624924 +pis_aller n 1 1 @ 1 0 00178972 +pisa n 1 3 @ #p %p 1 0 08809910 +pisang_wax n 1 1 @ 1 0 14991611 +pisanosaur n 1 2 @ #m 1 0 01700924 +pisanosaurus n 1 2 @ #m 1 0 01700924 +piscary n 1 2 @ ~ 1 0 03350880 +pisces n 4 5 @ #m #p %m ; 4 1 08688076 09753792 09392824 02511824 +pisces_the_fishes n 1 1 @ 1 0 08688076 +piscidia n 1 3 @ #m %m 1 0 12559302 +piscidia_erythrina n 1 2 @ #m 1 0 12559518 +piscidia_piscipula n 1 2 @ #m 1 0 12559518 +pisha_paysha n 1 2 @ ; 1 0 00494406 +pisiform n 1 1 @ 1 0 05272745 +pisiform_bone n 1 1 @ 1 0 05272745 +pismire n 1 3 @ ~ #m 1 0 02219486 +pisonia n 1 3 @ #m %m 1 0 11841061 +pisonia_aculeata n 1 2 @ #m 1 0 11841247 +piss n 2 3 @ + ; 2 0 14855724 13533886 +piss-up n 1 2 @ ; 1 0 00510922 +pissaba_palm n 1 3 @ #m %p 1 0 12585137 +pisser n 2 3 @ ~ + 2 0 10435716 05688907 +pissing n 1 3 @ + ; 1 0 13533886 +pissis n 1 2 @ #p 1 0 09392961 +pistachio n 2 4 @ #m #p %p 2 0 12761702 07775050 +pistachio_nut n 1 2 @ #p 1 0 07775050 +pistachio_tree n 1 3 @ #m %p 1 0 12761702 +pistacia n 1 3 @ #m %m 1 0 12761471 +pistacia_lentiscus n 1 2 @ #m 1 0 12762049 +pistacia_terebinthus n 1 2 @ #m 1 0 12761905 +pistacia_vera n 1 3 @ #m %p 1 0 12761702 +piste n 2 2 @ ; 2 0 03948347 03948242 +pistia n 1 2 @ #m 1 0 11791569 +pistia_stratiotes n 1 2 @ #m 1 0 11791569 +pistia_stratoites n 1 2 @ #m 1 0 11791569 +pistil n 1 4 @ ~ #p %p 1 0 11676500 +pistillode n 1 1 @ 1 0 11677144 +pistol n 1 4 @ ~ %p + 1 1 03948459 +pistol_grip n 1 1 @ 1 0 03948830 +pistol_shrimp n 1 1 @ 1 0 01987076 +pistoleer n 1 2 @ + 1 1 10435855 +piston n 2 3 @ #p %p 2 0 11235926 03948950 +piston_chamber n 1 4 @ ~ #p %p 1 0 03156405 +piston_ring n 1 2 @ #p 1 0 03949145 +piston_rod n 1 2 @ #p 1 0 03949317 +pisum n 1 3 @ #m %m 1 0 12559842 +pisum_arvense n 1 2 @ %p 1 0 12561309 +pisum_sativum n 1 3 @ #m %p 1 0 12560420 +pisum_sativum_arvense n 1 2 @ %p 1 0 12561309 +pisum_sativum_macrocarpon n 1 2 @ ~ 1 0 12560775 +pit n 11 6 @ ~ #p %p + ; 11 1 09393108 13872211 11684739 05629682 03950113 03949924 03949761 03949663 03949442 03853291 03070396 +pit-run_gravel n 1 1 @ 1 0 14699321 +pit_bull_terrier n 1 1 @ 1 0 02093428 +pit_of_the_stomach n 1 2 @ #p 1 0 05508943 +pit_run n 1 1 @ 1 1 14699321 +pit_stop n 2 1 @ 2 0 01056941 01056804 +pit_viper n 1 3 @ ~ #m 1 0 01753959 +pita n 1 3 @ #p ; 1 0 07683617 +pitahaya n 2 3 @ #p %p 2 0 11843053 07751280 +pitahaya_cactus n 1 2 @ %p 1 0 11843053 +pitanga n 1 2 @ #m 1 0 12332030 +pitch n 10 5 @ ~ = + ; 10 5 04985198 00106272 08624656 07248653 05069199 14911704 00573664 00498558 00337210 00106104 +pitch_accent n 1 1 @ 1 0 07085961 +pitch_apple n 1 2 @ #m 1 0 12366313 +pitch_black n 1 1 @ 1 0 04960582 +pitch_blackness n 1 2 @ + 1 0 13983807 +pitch_contour n 1 2 @ ~ 1 0 07084166 +pitch_pine n 2 1 @ 2 0 11615967 11611356 +pitch_pipe n 1 1 @ 1 0 03950647 +pitch_shot n 1 1 @ 1 0 00573664 +pitchblende n 1 2 @ %s 1 0 15084545 +pitched_battle n 1 2 @ ~ 1 0 00956485 +pitcher n 5 5 @ ~ #m + ; 5 3 10435988 03950228 13768748 12780168 00722984 +pitcher's_mound n 1 3 @ #p ; 1 0 03792334 +pitcher-plant_family n 1 3 @ #m %m 1 0 12779233 +pitcher_plant n 1 3 @ ~ #m 1 0 12779603 +pitcher_sage n 2 2 @ #m 2 0 12866333 12851860 +pitcherful n 1 1 @ 1 0 13768748 +pitchfork n 1 3 @ %p + 1 1 03950359 +pitching n 2 4 @ ~ + ; 2 2 00127151 00337210 +pitching_change n 1 1 @ 1 0 00197136 +pitching_coach n 1 2 @ ; 1 0 09932098 +pitching_wedge n 1 1 @ 1 0 03950537 +pitchman n 2 2 @ ~ 2 0 10436334 10411551 +pitchstone n 1 1 @ 1 0 14881143 +pitfall n 2 1 @ 2 1 05688990 03949663 +pith n 2 4 @ ~ %s + 2 1 13096159 05921123 +pith_hat n 1 1 @ 1 0 03950899 +pith_helmet n 1 1 @ 1 0 03950899 +pithead n 1 1 @ 1 0 03950818 +pithecanthropus n 1 1 @ 1 0 02473554 +pithecanthropus_erectus n 1 1 @ 1 0 02473554 +pithecellobium n 1 3 @ #m %m 1 0 11764231 +pithecellobium_dulce n 1 2 @ #m 1 0 11764478 +pithecellodium_unguis-cati n 1 2 @ #m 1 0 11764814 +pithecia n 1 3 @ #m %m 1 0 02492833 +pithecolobium n 1 3 @ #m %m 1 0 11764231 +pithiness n 1 2 @ + 1 0 07089024 +pitilessness n 2 2 @ + 2 0 07506382 04831264 +pitman n 2 1 @ 2 0 11236043 09932508 +pitocin n 1 2 @ ; 1 0 05411571 +piton n 1 1 @ 1 0 03951068 +pitot n 2 1 @ 2 0 11236188 03951453 +pitot-static_tube n 1 1 @ 1 0 03951213 +pitot_head n 1 1 @ 1 0 03951213 +pitot_tube n 2 1 @ 2 0 03951453 03951213 +pitprop n 1 1 @ 1 0 03951690 +pitressin n 1 2 @ ; 1 0 05414147 +pitsaw n 1 1 @ 1 0 03951800 +pitt n 3 1 @ 3 0 11236663 11236497 11236317 +pitt_the_elder n 1 1 @ 1 0 11236317 +pitt_the_younger n 1 1 @ 1 0 11236497 +pitta n 1 1 @ 1 0 01555004 +pittance n 1 1 @ 1 0 13300711 +pitter-patter n 1 2 @ + 1 0 07389757 +pittidae n 1 3 @ #m %m 1 0 01554708 +pitting n 1 2 @ + 1 0 13537894 +pittsburgh n 1 3 @ #p %p 1 1 09136582 +pittsburgh_of_the_south n 1 2 @ #p 1 0 09053947 +pittsfield n 1 2 @ #p 1 0 09097599 +pituitary n 1 4 @ #p %p + 1 1 05483890 +pituitary_body n 1 3 @ #p %p 1 0 05483890 +pituitary_dwarf n 1 1 @ 1 0 10436458 +pituitary_gland n 1 3 @ #p %p 1 1 05483890 +pituophis n 1 3 @ #m %m 1 0 01733634 +pituophis_melanoleucus n 1 1 @ 1 0 01733957 +pity n 3 2 @ + 3 2 07553964 07305098 04829550 +pitymys n 1 3 @ #m %m 1 0 02340813 +pitymys_pinetorum n 1 2 @ #m 1 0 02340930 +pityriasis n 1 2 @ ~ 1 0 14231022 +pityriasis_alba n 1 1 @ 1 0 14231330 +pityriasis_rosea n 1 1 @ 1 0 14231504 +pityrogramma n 1 3 @ #m %m 1 0 13212751 +pityrogramma_argentea n 1 2 @ #m 1 0 13213066 +pityrogramma_calomelanos n 1 2 @ #m 1 0 13213235 +pityrogramma_calomelanos_aureoflava n 1 2 @ #m 1 0 13213397 +pityrogramma_chrysophylla n 1 2 @ #m 1 0 13213577 +pius_ii n 1 1 @ 1 0 11236852 +pius_ix n 1 1 @ 1 0 11237868 +pius_v n 1 1 @ 1 0 11237075 +pius_vi n 1 1 @ 1 0 11237275 +pius_vii n 1 1 @ 1 0 11237550 +pius_x n 1 1 @ 1 0 11238092 +pius_xi n 1 1 @ 1 0 11238303 +pius_xii n 1 1 @ 1 0 11238511 +piute n 1 1 @ 1 0 09664556 +pivot n 3 3 @ ~ + 3 0 10436707 03951971 00342916 +pivot_joint n 1 1 @ 1 0 05597188 +pivot_man n 1 1 @ 1 0 10436707 +pivot_shot n 1 1 @ 1 0 00111839 +pivoting_window n 1 1 @ 1 0 03952150 +pix n 2 1 @ 2 0 04030274 04030161 +pix_chest n 1 1 @ 1 0 04030274 +pixel n 1 3 @ #p ; 1 0 03952277 +pixie n 2 4 @ ~ #m ; 2 1 09540739 12251740 +pixy n 2 4 @ ~ #m ; 2 0 12251740 09540739 +pizarro n 1 1 @ 1 0 11238726 +pizza n 1 2 @ ~ 1 1 07873807 +pizza_parlor n 1 1 @ 1 0 03952576 +pizza_pie n 1 2 @ ~ 1 0 07873807 +pizza_shop n 1 1 @ 1 0 03952576 +pizzaz n 1 1 @ 1 0 04635482 +pizzazz n 1 1 @ 1 0 04635482 +pizzeria n 1 1 @ 1 0 03952576 +pizzicato n 1 1 @ 1 0 07024607 +pj's n 1 2 @ ~ 1 0 03877472 +pkd n 1 1 @ 1 0 14114186 +pku n 1 1 @ 1 0 14507375 +pku_test n 1 1 @ 1 0 05743770 +placard n 1 3 @ ~ + 1 0 06793426 +placation n 1 2 @ + 1 0 01151407 +place n 16 6 @ ~ #p = + ; 16 16 08664443 08513718 05611822 08642037 00721431 13926786 08559508 00586262 08621598 13947645 08647616 06401107 13947867 08619795 06483454 06389553 +place-kicker n 1 3 @ + ; 1 1 10436851 +place-kicking n 1 4 @ ~ + ; 1 1 00137279 +place-worship n 1 1 @ 1 0 01045621 +place_bet n 1 1 @ 1 0 00507425 +place_kick n 1 3 @ ~ ; 1 0 00137279 +place_mat n 1 1 @ 1 0 03952886 +place_name n 1 2 @ #p 1 0 06343838 +place_of_birth n 1 1 @ 1 1 08510350 +place_of_business n 1 2 @ ~ 1 1 03953020 +place_of_origin n 1 1 @ 1 1 08510456 +place_of_worship n 1 2 @ ~ 1 0 03953416 +place_setting n 1 1 @ 1 0 03953743 +placebo n 2 3 @ ~ ; 2 0 03952696 01034685 +placebo_effect n 1 1 @ 1 0 11416087 +placeholder n 2 1 @ 2 0 10486909 07271478 +placekicker n 1 2 @ ; 1 0 10436851 +placeman n 1 2 @ ; 1 0 10437014 +placement n 3 3 @ ~ + 3 3 05075602 00039990 01051331 +placement_center n 1 2 @ ~ 1 0 08354523 +placement_office n 1 2 @ ~ 1 0 08354523 +placenta n 2 5 @ ~ #p %p + 2 0 11680838 05520699 +placenta_previa n 1 1 @ 1 0 14048847 +placental n 1 4 @ ~ #m + 1 0 01886756 +placental_mammal n 1 3 @ ~ #m 1 0 01886756 +placentation n 2 2 @ ~ 2 0 13538080 11680995 +placer n 1 1 @ 1 0 09393403 +placer_miner n 1 1 @ 1 0 10437137 +placer_mining n 1 1 @ 1 0 00922727 +placeseeker n 1 2 @ ; 1 0 10437014 +placidity n 2 3 @ ~ + 2 0 07515169 04904352 +placidness n 1 2 @ + 1 0 07515169 +placido_domingo n 1 1 @ 1 0 10938199 +placidyl n 1 2 @ ; 1 0 03299788 +placket n 1 2 @ #p 1 0 03953901 +placoderm n 1 2 @ #m 1 0 01480106 +placodermi n 1 3 @ #m %m 1 0 01479937 +placuna n 1 3 @ #m %m 1 0 01962662 +placuna_placenta n 1 2 @ #m 1 0 01962788 +plagal_cadence n 1 1 @ 1 0 07046030 +plage n 1 1 @ 1 0 09393524 +plagianthus n 1 3 @ #m %m 1 0 12185078 +plagianthus_betulinus n 1 3 @ #m %s 1 0 12185254 +plagianthus_regius n 1 3 @ #m %s 1 0 12185254 +plagiarisation n 1 2 @ + 1 0 00750405 +plagiariser n 1 2 @ + 1 0 10437262 +plagiarism n 2 2 @ + 2 0 07277158 00750405 +plagiarist n 1 2 @ + 1 0 10437262 +plagiarization n 1 2 @ + 1 0 00750405 +plagiarizer n 1 2 @ + 1 0 10437262 +plagiocephaly n 1 1 @ 1 0 14467685 +plagioclase n 1 4 @ ~ #s + 1 0 14865316 +plague n 5 4 @ ~ + ; 5 0 14138691 14076479 07996412 07316603 05831939 +plague_pneumonia n 1 1 @ 1 0 14139661 +plague_spot n 1 1 @ 1 0 05245521 +plaice n 2 4 @ #m #p %p 2 0 07790935 02658531 +plaid n 1 1 @ 1 0 04395106 +plain n 2 2 @ ~ 2 1 09393605 03625226 +plain_clothes n 1 2 @ ~ 1 0 03036469 +plain_flour n 1 2 @ ; 1 0 07569423 +plain_sailing n 1 1 @ 1 0 00282953 +plain_stitch n 1 1 @ 1 0 03625226 +plain_turkey n 1 2 @ #m 1 0 02019438 +plain_wanderer n 1 2 @ #m 1 0 02020578 +plain_weave n 1 1 @ 1 0 03954012 +plainchant n 1 2 @ ~ 1 0 07035153 +plainclothesman n 1 1 @ 1 1 10437590 +plainness n 4 3 @ ~ + 4 0 14487026 04821615 04697267 04691651 +plains_indian n 1 2 @ ~ 1 0 09649554 +plains_lemon_monarda n 1 1 @ 1 0 12859153 +plains_pocket_gopher n 1 2 @ #m 1 0 02354162 +plains_pocket_mouse n 1 2 @ #m 1 0 02349390 +plains_spadefoot n 1 2 @ #m 1 0 01649726 +plainsman n 1 2 @ ; 1 0 10437698 +plainsong n 1 2 @ ~ 1 0 07035153 +plaint n 2 2 @ ; 2 0 07236759 07211950 +plaintiff n 1 4 ! @ ~ ; 1 0 10437852 +plaintiff_in_error n 1 1 @ 1 0 09800469 +plaintiveness n 1 2 @ + 1 0 07535430 +plait n 2 3 @ ~ + 2 0 05259512 03965907 +plaiter n 1 2 @ + 1 0 10438042 +plan n 3 3 @ ~ + 3 3 05898568 05728678 03954199 +plan_of_action n 1 3 @ ~ %p 1 0 05902545 +plan_of_attack n 1 2 @ ~ 1 0 00941140 +planaria n 1 2 @ #m 1 0 01925270 +planarian n 1 2 @ #m 1 0 01925270 +planation n 1 2 @ + 1 0 13538182 +planchet n 1 1 @ 1 0 03954393 +planchette n 1 2 @ #p 1 0 03954507 +planck n 1 1 @ 1 0 11238906 +planck's_constant n 1 1 @ 1 0 13591123 +planck's_law n 1 2 @ ; 1 0 05887365 +planck's_radiation_law n 1 2 @ ; 1 0 05887712 +plane n 5 6 @ ~ %p + ; - 5 3 02691156 13861050 13941806 03955296 03954731 +plane-tree_family n 1 3 @ #m %m 1 0 12806270 +plane_angle n 1 1 @ 1 0 13889216 +plane_figure n 1 2 @ ~ 1 0 13863186 +plane_geometry n 1 2 @ ; 1 0 06012108 +plane_seat n 1 3 @ #p %p 1 0 03955489 +plane_section n 1 3 @ ~ ; 1 0 08648153 +plane_table n 1 1 @ 1 0 03955615 +plane_ticket n 1 1 @ 1 0 06519253 +plane_tree n 1 4 @ ~ #m %s 1 0 12806732 +planeness n 1 2 @ + 1 0 05063349 +planer n 1 2 @ + 1 0 03955296 +planera n 1 2 @ #m 1 0 12410032 +planet n 3 6 @ ~ #m %p + ; 3 2 09394007 10552639 09394646 +planet_gear n 1 2 @ #p 1 0 03956331 +planet_wheel n 1 2 @ #p 1 0 03956331 +planetarium n 3 4 @ ~ #p %p 3 0 03956157 03955941 03955809 +planetary_gear n 1 2 @ #p 1 0 03956331 +planetary_house n 1 4 @ ~ #p ; 1 0 08685677 +planetary_nebula n 1 1 @ 1 0 09394797 +planetesimal n 1 1 @ 1 0 09395086 +planetesimal_hypothesis n 1 2 @ ; 1 0 05888377 +planetoid n 1 3 @ ~ #m 1 1 09355623 +plangency n 1 2 @ + 1 0 04989657 +planimeter n 1 1 @ 1 0 03577312 +planing_machine n 1 1 @ 1 0 03955296 +plank n 2 5 @ ~ #p %p + 2 1 15101854 06501622 +plank-bed n 1 1 @ 1 0 03956531 +planking n 3 3 @ + ; 3 0 15102359 03956623 00714693 +plankton n 1 5 @ #m %m %p + 1 0 01383638 +planktonic_algae n 1 1 @ 1 0 01384084 +planned_community n 1 2 @ ~ 1 0 08553887 +planner n 2 3 @ ~ + 2 1 10438172 03956785 +planning n 3 3 @ ~ + 3 3 01144133 00928371 05794694 +planning_board n 1 3 @ ~ #m 1 0 08381636 +planning_commission n 1 1 @ 1 0 08325386 +plano n 1 2 @ #p 1 0 09145851 +planococcus n 1 3 @ #m %m 1 0 02251452 +planococcus_citri n 1 2 @ #m 1 0 02251593 +planographic_printing n 1 2 @ ~ 1 0 06679457 +planography n 1 3 @ ~ + 1 0 06679457 +plant n 4 7 @ ~ #m %p + ; - 4 2 03956922 00017222 10438470 05906080 +plant_bug n 1 2 @ ~ 1 0 02237424 +plant_cell n 1 2 @ %p 1 0 11530149 +plant_closing n 1 1 @ 1 0 00229587 +plant_department n 1 1 @ 1 0 08119226 +plant_disease n 1 2 @ ~ 1 0 14276936 +plant_family n 1 3 @ ~ #m 1 0 11744583 +plant_fiber n 1 2 @ ~ 1 0 14959644 +plant_fibre n 1 2 @ ~ 1 0 14959644 +plant_food n 1 3 @ ~ %s 1 0 14859344 +plant_genus n 1 3 @ ~ #m 1 0 11744859 +plant_hopper n 1 2 @ ~ 1 0 02259377 +plant_hormone n 1 3 @ ~ ; 1 0 14744841 +plant_kingdom n 1 3 @ %m ; 1 0 11529603 +plant_life n 1 6 @ ~ #m %p ; - 1 0 00017222 +plant_louse n 1 2 @ ~ 1 0 02251775 +plant_material n 1 2 @ ~ 1 0 14991712 +plant_order n 1 3 @ ~ #m 1 0 11534677 +plant_organ n 1 2 @ ~ 1 0 13087625 +plant_part n 1 3 @ ~ #p 1 0 13086908 +plant_process n 1 2 @ ~ 1 0 13088096 +plant_product n 1 2 @ ~ 1 0 14991927 +plant_scientist n 1 2 @ ~ 1 0 09868270 +plant_structure n 1 3 @ ~ #p 1 0 13086908 +plant_substance n 1 2 @ ~ 1 0 14991712 +plant_tissue n 1 2 @ ~ 1 1 13095685 +plant_toxin n 1 2 @ ~ 1 0 15036638 +plant_virus n 1 2 @ ~ 1 0 01335460 +plantae n 1 3 @ %m ; 1 0 11529603 +plantagenet n 1 2 @ %m 1 0 08156685 +plantagenet_line n 1 2 @ %m 1 0 08156685 +plantaginaceae n 1 3 @ #m %m 1 0 12598409 +plantaginales n 1 3 @ #m %m 1 0 12598247 +plantago n 1 3 @ #m %m 1 0 12598629 +plantago_lanceolata n 1 1 @ 1 0 12599185 +plantago_major n 1 1 @ 1 0 12599435 +plantago_media n 1 1 @ 1 0 12599661 +plantago_psyllium n 1 1 @ 1 0 12599874 +plantago_rugelii n 1 1 @ 1 0 12600095 +plantago_virginica n 1 1 @ 1 0 12600267 +plantain n 3 5 @ ~ #m #p %p 3 0 12598826 12352990 07768423 +plantain-leaved_pussytoes n 1 1 @ 1 0 11922661 +plantain_family n 1 3 @ #m %m 1 0 12598409 +plantain_lily n 1 2 @ #m 1 1 12457771 +plantain_tree n 1 2 @ %p 1 0 12352990 +plantar_reflex n 1 1 @ 1 0 00866882 +plantar_wart n 1 1 @ 1 0 04697084 +plantation n 3 3 @ ~ ; 3 1 13252513 08374773 03463832 +plantation_owner n 1 1 @ 1 0 10438619 +plantation_walking_horse n 1 1 @ 1 0 02379430 +planter n 3 2 @ + 3 1 10438619 10438728 03957315 +planter's_punch n 1 2 @ %s 1 0 07931452 +planthopper n 1 2 @ ~ 1 0 02259377 +plantigrade n 1 1 @ 1 0 02506947 +plantigrade_mammal n 1 2 ! @ 1 0 02506947 +planting n 3 3 @ ~ + 3 1 01052450 08064888 00919513 +plantlet n 1 2 @ + 1 0 11531090 +plantlike_flagellate n 1 2 @ #m 1 0 01420860 +plantsman n 1 2 @ ~ 1 0 10186350 +planula n 1 1 @ 1 0 01909788 +plaque n 2 3 @ ~ ; 2 2 05244239 02892201 +plaquenil n 1 2 @ ; 1 0 03553908 +plash n 1 3 @ ~ + 1 0 07395104 +plasm n 2 2 @ %s 2 0 05435722 05403427 +plasma n 3 4 @ ~ %s ; 3 1 05403427 14992165 14481511 +plasma_cell n 1 2 @ ~ 1 0 05452845 +plasma_membrane n 1 2 @ #p 1 0 05312782 +plasma_physics n 1 1 @ 1 0 06101849 +plasma_protein n 1 3 @ ~ #s 1 0 14736359 +plasma_thromboplastin_antecedent n 1 1 @ 1 0 15072331 +plasmablast n 1 1 @ 1 0 05453057 +plasmacyte n 1 2 @ ~ 1 0 05452845 +plasmacytoma n 1 1 @ 1 0 14250514 +plasmapheresis n 1 1 @ 1 0 00650267 +plasmid n 1 1 @ 1 0 09395266 +plasmid_dna n 1 1 @ 1 0 09395266 +plasmin n 1 2 @ ~ 1 0 14983774 +plasminogen n 1 1 @ 1 0 14983911 +plasminogen_activator n 1 1 @ 1 0 14984066 +plasmodial_slime_mold n 1 2 @ #m 1 0 12975804 +plasmodiidae n 1 2 @ #m 1 0 01424165 +plasmodiophora n 1 3 @ #m %m 1 0 12983404 +plasmodiophora_brassicae n 1 2 @ #m 1 0 12983654 +plasmodiophoraceae n 1 3 @ #m %m 1 0 12983217 +plasmodium n 2 2 @ #m 2 0 01428003 01424420 +plasmodium_vivax n 1 2 @ #m 1 0 01424420 +plassey n 1 2 @ ; 1 0 01291310 +plaster n 5 4 @ ~ %s + 5 1 14992287 14992613 03993403 03957567 03957420 +plaster_bandage n 1 1 @ 1 0 02979836 +plaster_cast n 1 1 @ 1 1 02979836 +plaster_of_paris n 1 3 @ ~ %s 1 1 14992613 +plaster_saint n 1 1 @ 1 1 10438952 +plasterboard n 1 2 @ ~ 1 0 03957762 +plasterer n 1 2 @ + 1 1 10438842 +plasterer's_float n 1 1 @ 1 0 03364599 +plastering n 1 3 @ ~ + 1 0 00718815 +plastering_trowel n 1 1 @ 1 0 03957991 +plasterwork n 1 2 @ ~ 1 0 03957567 +plastic n 2 3 @ ~ %p 2 1 14592610 13376012 +plastic_art n 1 2 @ ~ 1 0 03958097 +plastic_bag n 1 2 @ ~ 1 0 03958227 +plastic_bomb n 1 2 @ %s 1 0 03958338 +plastic_explosive n 1 2 @ #s 1 0 03958448 +plastic_film n 1 2 @ ~ 1 0 03339296 +plastic_laminate n 1 2 @ ~ 1 0 03958630 +plastic_surgeon n 1 1 @ 1 0 09967270 +plastic_surgery n 1 2 @ ~ 1 0 00690501 +plastic_wrap n 1 2 @ ~ 1 0 03958752 +plasticine n 1 2 @ ; 1 0 14592405 +plasticiser n 1 2 @ + 1 0 14593162 +plasticity n 1 3 @ ~ + 1 1 05021884 +plasticizer n 1 2 @ + 1 0 14593162 +plastics_industry n 1 1 @ 1 0 08069768 +plastid n 1 2 @ ~ 1 0 12962622 +plastination n 1 3 @ %p + 1 0 13538314 +plastique n 1 2 @ #s 1 0 03958448 +plastron n 5 3 @ #p ; 5 0 03959227 03959123 03959014 03958910 01904029 +plat n 1 1 @ 1 0 03959350 +plata_river n 1 2 @ #p 1 0 09410558 +plataea n 2 3 @ #p ; 2 0 08789447 01291517 +platalea n 1 3 @ #m %m 1 0 02006827 +platalea_leucorodia n 1 2 @ #m 1 0 02006985 +plataleidae n 1 3 @ #m %m 1 0 02006510 +platan n 1 4 @ ~ #m %s 1 0 12806732 +platanaceae n 1 3 @ #m %m 1 0 12806270 +platanistidae n 1 3 @ #m %m 1 0 02071905 +platanthera n 1 3 @ #m %m 1 0 12077732 +platanthera_bifolia n 1 2 @ #m 1 0 12077944 +platanthera_chlorantha n 1 2 @ #m 1 0 12078172 +platanthera_leucophea n 1 1 @ 1 0 12078451 +platanus n 1 3 @ #m %m 1 0 12806455 +platanus_acerifolia n 1 2 @ #m 1 0 12807251 +platanus_occidentalis n 1 2 @ #m 1 0 12807409 +platanus_orientalis n 1 2 @ #m 1 0 12807624 +platanus_racemosa n 1 2 @ #m 1 0 12807773 +platanus_wrightii n 1 2 @ #m 1 0 12808007 +plate n 15 5 @ ~ #p + ; 15 5 03528901 03959936 03960664 03959485 13768850 09395457 07657664 07579787 05581349 03960950 03960783 03960490 03960374 03959701 03176386 +plate_armor n 1 2 @ ~ 1 0 02740764 +plate_armour n 1 2 @ ~ 1 0 02740764 +plate_glass n 1 3 @ ~ %s 1 0 03961070 +plate_iron n 1 2 @ ~ 1 0 03961250 +plate_rack n 1 1 @ 1 0 03961711 +plate_rail n 1 1 @ 1 0 03961828 +plate_tectonic_theory n 1 2 @ - 1 0 06118370 +plate_tectonics n 1 2 @ - 1 0 06118370 +plateau n 1 2 @ ~ 1 0 09453008 +plateau_striped_whiptail n 1 1 @ 1 0 01686220 +plateful n 1 1 @ 1 0 13768850 +platelayer n 1 1 @ 1 0 10439087 +platelet n 1 1 @ 1 0 15023959 +plateletpheresis n 1 1 @ 1 0 00650402 +platen n 3 1 @ 3 0 03961630 03961503 03961394 +plater n 1 3 @ ~ + 1 0 10439203 +platform n 5 4 @ ~ %p ; 5 2 03961939 06501311 03962685 03962525 03025250 +platform_bed n 1 1 @ 1 0 03962852 +platform_rocker n 1 1 @ 1 0 03962932 +plath n 1 1 @ 1 0 11239143 +platichthys n 1 3 @ #m %m 1 0 02658670 +platichthys_flesus n 1 2 @ #m 1 0 02658811 +plating n 2 3 @ ~ + 2 0 03963028 00719016 +platinum n 1 1 @ 1 1 14649543 +platinum_black n 1 1 @ 1 0 14984244 +platinum_blond n 1 1 @ 1 0 10439373 +platinum_blonde n 1 1 @ 1 0 10439373 +platinum_thermometer n 1 1 @ 1 0 04079746 +platitude n 1 2 @ + 1 0 07154046 +platitudinarian n 1 1 @ 1 0 10439523 +plato n 1 3 @ #m + 1 1 11239271 +plato's_academy n 1 1 @ 1 0 08279943 +platonic_body n 1 2 @ ~ 1 0 13915999 +platonic_solid n 1 2 @ ~ 1 0 13915999 +platonic_year n 1 1 @ 1 0 15233614 +platonism n 1 3 @ + ; 1 1 05974564 +platonist n 1 2 @ + 1 1 10439629 +platoon n 3 4 @ #m %p ; 3 2 08214470 08214698 08215044 +platt_national_park n 1 2 @ #p 1 0 08608505 +plattdeutsch n 1 2 @ ~ 1 0 06952249 +platte n 1 2 @ #p 1 0 09395592 +platte_river n 1 2 @ #p 1 0 09395592 +platte_river_penstemon n 1 2 @ #m 1 0 12885754 +plattensee n 1 2 @ #p 1 0 09212935 +platter n 2 3 @ ~ %p 2 0 03963198 03924069 +platy n 1 2 @ #m 1 0 01449712 +platycephalidae n 1 3 @ #m %m 1 0 02649400 +platycerium n 1 3 @ #m %m 1 0 13177354 +platycerium_alcicorne n 1 2 @ #m 1 0 13177884 +platycerium_andinum n 1 1 @ 1 0 13177768 +platycerium_bifurcatum n 1 2 @ #m 1 0 13177884 +platycladus_orientalis n 1 2 @ #m 1 0 11644462 +platyctenea n 1 3 @ #m %m 1 0 01919912 +platyctenean n 1 2 @ #m 1 0 01920051 +platyhelminth n 1 4 @ ~ #m %p 1 0 01924916 +platyhelminthes n 1 3 @ #m %m 1 0 01924590 +platylobium n 1 3 @ #m %m 1 0 12561696 +platylobium_formosum n 1 2 @ #m 1 0 12561897 +platymiscium n 1 3 @ #m %m 1 0 12562420 +platymiscium_pinnatum n 1 1 @ 1 0 12563045 +platymiscium_trinitatis n 1 1 @ 1 0 12562785 +platypoecilus n 1 3 @ #m %m 1 0 01449586 +platypoecilus_maculatus n 1 2 @ #m 1 0 01449712 +platypus n 1 2 @ #m 1 0 01873310 +platyrrhine n 1 4 @ ~ #m + 1 0 02489589 +platyrrhini n 1 3 @ #m %m 1 0 02489288 +platyrrhinian n 1 3 @ ~ #m 1 0 02489589 +platysma n 1 1 @ 1 0 05294374 +platystemon n 1 3 @ #m %m 1 0 11907267 +platystemon_californicus n 1 2 @ #m 1 0 11907405 +plaudit n 1 1 @ 1 0 06691684 +plaudits n 1 1 @ 1 0 06691684 +plausibility n 1 4 ! @ ~ + 1 0 04783724 +plausibleness n 1 3 @ ~ + 1 0 04783724 +plautus n 2 3 @ #m %m 2 0 11239443 02046045 +plautus_alle n 1 2 @ #m 1 0 02046171 +plavix n 1 2 @ ; 1 0 03048598 +play n 17 6 @ ~ #p %p + ; 17 8 07007945 07018931 00557588 00556313 14009763 00947596 00786887 00431893 15256915 13993842 07411851 06780882 04774511 00511817 00457382 00430140 00041468 +play-actor n 1 1 @ 1 0 09840050 +play-box n 1 2 @ ; 1 0 03963483 +play_group n 1 1 @ 1 0 08412362 +play_list n 1 1 @ 1 0 06494016 +play_reading n 1 1 @ 1 0 06893183 +play_therapy n 1 1 @ 1 0 00704159 +playacting n 1 4 @ ~ #p + 1 1 00548326 +playactor n 1 2 @ + 1 0 09840050 +playback n 2 3 @ #p + 2 1 01020770 03963294 +playbill n 1 1 @ 1 0 06748703 +playbook n 3 1 @ 3 0 06416766 06416598 05907479 +playbox n 1 2 @ ; 1 0 03963483 +playboy n 1 1 @ 1 0 10439727 +playday n 1 1 @ 1 0 15138600 +player n 5 5 @ ~ #m + ; 5 3 10439851 10340312 09765278 10440580 10440387 +player_piano n 1 1 @ 1 0 03738066 +playfellow n 1 1 @ 1 0 10441037 +playfulness n 3 4 @ ~ = + 3 0 07512039 04649261 00429949 +playgoer n 1 3 @ ~ #m 1 0 10440717 +playground n 2 3 @ ~ %p 2 1 08640739 03963645 +playground_ball n 1 1 @ 1 0 04256891 +playground_slide n 1 2 @ #p 1 0 04238128 +playhouse n 1 2 @ ~ 1 0 03963813 +playing n 3 4 @ ~ #p + 3 2 00101191 00041188 00548326 +playing_area n 1 4 @ ~ #p %p 1 0 08570758 +playing_card n 1 4 @ ~ #m %p 1 0 03963982 +playing_field n 2 4 @ ~ #p %p 2 0 13943740 08570758 +playing_period n 1 5 @ ~ #p %p ; 1 0 15256915 +playlet n 1 2 @ + 1 0 07009538 +playlist n 1 1 @ 1 0 06494016 +playlobium_obtusangulum n 1 2 @ #m 1 0 12562141 +playmaker n 1 1 @ 1 0 10440886 +playmate n 1 1 @ 1 1 10441037 +playoff n 1 4 @ ~ %p + 1 0 07465290 +playoff_game n 1 2 @ #p 1 1 00461162 +playpen n 1 1 @ 1 0 03964495 +playroom n 1 1 @ 1 0 04119478 +playschool n 1 1 @ 1 0 08412362 +playscript n 1 2 @ ~ 1 0 07009946 +playsuit n 1 1 @ 1 0 03964611 +plaything n 1 2 @ ~ 1 0 03964744 +playtime n 1 1 @ 1 0 15138600 +playwright n 1 2 @ ~ 1 1 10030277 +plaza n 2 2 @ %p 2 0 08619795 03965456 +plea n 3 4 @ ~ #p ; 3 0 07187638 06561138 01197928 +plea_bargain n 1 3 @ + ; 1 0 06563950 +plea_bargaining n 1 3 @ + ; 1 0 06563950 +plea_of_insanity n 1 2 @ ; 1 0 06561744 +pleader n 1 3 @ + ; 1 0 09775663 +pleading n 1 5 @ ~ %p + ; 1 0 06559365 +pleading_in_the_alternative n 1 2 @ ; 1 0 06560021 +pleasance n 2 3 @ ~ + 2 0 08643806 07490713 +pleasant_island n 1 3 @ #p %p 1 0 08841209 +pleasantness n 2 5 ! @ ~ = + 2 0 07492170 04778630 +pleasantry n 1 1 @ 1 0 00515297 +pleaser n 1 2 @ + 1 0 10441124 +pleasing n 1 2 @ + 1 0 01073556 +pleasingness n 2 2 ! @ 2 0 04995421 04684872 +pleasure n 5 4 ! @ ~ + 5 2 07490713 05829782 05790452 01071746 00846326 +pleasure-pain_principle n 1 2 @ ; 1 0 05871792 +pleasure-unpleasure_principle n 1 2 @ ; 1 0 05871792 +pleasure_boat n 1 1 @ 1 0 02932891 +pleasure_craft n 1 1 @ 1 0 02932891 +pleasure_ground n 1 3 @ ~ %p 1 0 08494231 +pleasure_principle n 1 3 ! @ ; 1 0 05871792 +pleasure_seeker n 1 2 @ ~ 1 0 10168183 +pleasure_trip n 1 2 @ ~ 1 0 00311809 +pleat n 1 3 @ ~ + 1 1 03965907 +pleating n 1 2 @ + 1 0 00406800 +pleb n 1 4 @ ~ #m + 1 0 10441251 +plebe n 1 3 @ ~ ; 1 0 09886540 +plebeian n 1 4 @ ~ #m + 1 0 10441251 +plebiscite n 1 1 @ 1 0 00181495 +plecoptera n 1 3 @ #m %m 1 0 02262679 +plecopteran n 1 2 @ #m 1 0 02262803 +plecotus n 1 3 @ #m %m 1 0 02148698 +plecotus_townsendi n 1 1 @ 1 0 02148991 +plectania n 1 2 @ #m 1 0 13031007 +plectognath n 1 3 @ ~ #m 1 0 02652668 +plectognath_fish n 1 3 @ ~ #m 1 0 02652668 +plectognathi n 1 3 @ #m %m 1 0 02652335 +plectomycetes n 1 3 @ #m %m 1 0 13026529 +plectophera n 1 1 @ 1 0 02262062 +plectorrhiza n 1 3 @ #m %m 1 0 12078596 +plectranthus n 1 2 @ #m 1 0 12862512 +plectranthus_amboinicus n 1 1 @ 1 0 12845187 +plectron n 1 2 @ ~ 1 0 03929660 +plectrophenax n 1 3 @ #m %m 1 0 01538498 +plectrophenax_nivalis n 1 2 @ #m 1 0 01538630 +plectrum n 1 2 @ ~ 1 0 03929660 +pledge n 4 3 @ ~ + 4 0 13350702 10441410 07884413 07227772 +pledge_taker n 1 1 @ 1 0 10441819 +pledgee n 1 2 @ ~ 1 0 10441534 +pledger n 1 2 @ + 1 0 10441694 +pleiades n 2 4 @ #m %m ; 2 0 09549758 09395763 +pleione n 1 3 @ #m %m 1 0 12078954 +pleiospilos n 1 3 @ #m %m 1 0 11821777 +pleistocene n 1 2 @ #p 1 0 15124864 +pleistocene_epoch n 1 2 @ #p 1 0 15124864 +plenipotentiary n 1 1 @ 1 0 10441962 +plenitude n 1 1 @ 1 1 05115568 +plenteousness n 1 2 @ + 1 0 05115568 +plentifulness n 1 2 @ + 1 0 05115568 +plentitude n 1 1 @ 1 0 05115568 +plenty n 2 3 @ ~ + 2 2 05115568 13774404 +plenum n 2 2 @ + 2 0 08309854 03966206 +pleochroism n 1 2 @ ~ 1 0 11491619 +pleomorphic_rhabdomyosarcoma n 1 1 @ 1 0 14245928 +pleomorphic_rhabdosarcoma n 1 1 @ 1 0 14245928 +pleomorphism n 2 4 @ ~ + ; 2 0 11492833 11491816 +pleonasm n 1 2 @ + 1 0 07091087 +pleonaste n 1 1 @ 1 0 15051503 +pleopod n 1 2 @ #p 1 0 02585446 +plesianthropus n 1 2 @ #m 1 0 02476074 +plesiosaur n 1 2 @ #m 1 0 01725713 +plesiosauria n 1 3 @ #m %m 1 0 01725427 +plesiosaurus n 1 2 @ #m 1 0 01725713 +plessimeter n 1 1 @ 1 0 03966582 +plessor n 1 2 @ ; 1 0 03966751 +plethodon n 1 3 @ #m %m 1 0 01635964 +plethodon_cinereus n 1 2 @ #m 1 0 01636352 +plethodon_vehiculum n 1 2 @ #m 1 0 01636510 +plethodont n 1 2 @ #m 1 0 01636127 +plethodontidae n 1 3 @ #m %m 1 0 01635659 +plethora n 1 3 @ ~ + 1 0 05120116 +plethysmograph n 1 2 @ ~ 1 0 03966325 +pleura n 1 4 @ ~ #p + 1 1 05388115 +pleural_cavity n 1 2 @ %p 1 0 05388527 +pleural_space n 1 1 @ 1 0 05388665 +pleuralgia n 1 1 @ 1 0 14330046 +pleurisy n 1 2 @ ~ 1 0 14173013 +pleurisy_root n 1 1 @ 1 0 13235503 +pleurobrachia n 1 3 @ #m %m 1 0 01920302 +pleurobrachiidae n 1 2 @ #m 1 0 01920178 +pleurocarp n 1 3 ! @ + 1 0 11539467 +pleurocarpous_moss n 1 1 @ 1 0 11539467 +pleurodont n 1 1 @ 1 0 01325060 +pleurodynia n 1 1 @ 1 0 14330046 +pleuronectes n 1 3 @ #m %m 1 0 02658381 +pleuronectes_platessa n 1 3 @ #m %p 1 0 02658531 +pleuronectidae n 1 3 @ #m %m 1 0 02657805 +pleuropneumonia n 1 1 @ 1 0 14173295 +pleuropneumonialike_organism n 1 1 @ 1 0 01374063 +pleurosorus n 1 2 @ #m 1 0 13183669 +pleurothallis n 1 2 @ #m 1 0 12079523 +pleurotus n 1 3 @ #m %m 1 0 13007195 +pleurotus_ostreatus n 1 2 @ #m 1 0 13007417 +pleurotus_phosphoreus n 1 2 @ #m 1 0 13007629 +pleven n 1 2 @ ; 1 0 01291674 +plevna n 1 2 @ ; 1 0 01291674 +plexiglas n 1 2 @ ; 1 0 14594174 +plexiglass n 1 1 @ 1 0 14594174 +pleximeter n 1 1 @ 1 0 03966582 +pleximetry n 1 1 @ 1 0 00876239 +plexor n 1 2 @ ; 1 0 03966751 +plexus n 1 2 @ ~ 1 0 05236322 +plexus_autonomici n 1 1 @ 1 0 05236709 +plexus_brachialis n 1 1 @ 1 0 05506034 +plexus_cardiacus n 1 1 @ 1 0 05506229 +plexus_caroticus n 1 1 @ 1 0 05506369 +plexus_celiacus n 1 2 @ #p 1 0 05508735 +plexus_cervicalis n 1 1 @ 1 0 05506507 +plexus_choroideus n 1 2 @ %p 1 0 05506648 +plexus_coccygeus n 1 1 @ 1 0 05506832 +plexus_dentalis n 1 1 @ 1 0 05508113 +plexus_hypogastricus n 1 1 @ 1 0 05506976 +plexus_lumbalis n 2 1 @ 2 0 05507268 05507109 +plexus_mesentericus n 1 1 @ 1 0 05507642 +plexus_myentericus n 1 1 @ 1 0 05507756 +plexus_periarterialis n 1 1 @ 1 0 05507977 +plexus_pulmonalis n 1 1 @ 1 0 05508403 +plexus_sacralis n 1 1 @ 1 0 05508534 +plf n 1 2 @ ; 1 0 08037503 +pliability n 2 3 @ ~ + 2 0 05022709 04659730 +pliancy n 2 2 @ + 2 0 05023022 04659730 +pliantness n 2 2 @ + 2 0 05023022 04659730 +plica n 1 2 @ ~ 1 0 05492259 +plica_vocalis n 1 3 @ ~ #p 1 0 05530429 +plication n 2 3 @ ~ + 2 0 13907415 00406800 +plicatoperipatus n 1 3 @ #m %m 1 0 02000354 +plicatoperipatus_jamaicensis n 1 2 @ #m 1 0 02000502 +plier n 1 2 @ + 1 0 10442093 +pliers n 1 4 @ ~ %p ; 1 0 03966976 +plight n 2 3 @ ~ + 2 1 14408646 07228105 +plimsoll n 2 2 @ ; 2 0 08596336 03967270 +plimsoll_line n 1 1 @ 1 0 08596336 +plimsoll_mark n 1 1 @ 1 0 08596336 +plinian_eruption n 1 1 @ 1 0 07405652 +plinth n 1 4 @ ~ #p %p 1 0 03903868 +pliny n 2 1 @ 2 0 11239765 11239567 +pliny_the_elder n 1 1 @ 1 0 11239567 +pliny_the_younger n 1 1 @ 1 0 11239765 +pliocene n 1 2 @ #p 1 0 15125323 +pliocene_epoch n 1 2 @ #p 1 0 15125323 +plo n 1 3 @ %m ; 1 0 08320385 +ploce n 1 2 @ ; 1 0 07100387 +ploceidae n 1 3 @ #m %m 1 0 01542567 +ploceus n 1 2 @ #m 1 0 01543059 +ploceus_philippinus n 1 1 @ 1 0 01543175 +plod n 1 1 @ 1 0 00291965 +plodder n 3 2 @ + 3 0 10731848 10442417 10442232 +plodding n 2 2 @ + 2 1 00621476 00291965 +plonk n 2 3 @ + ; 2 0 07896994 07389931 +plop n 1 2 @ + 1 0 07390049 +plosion n 1 2 @ #p 1 0 07116443 +plosive n 1 3 @ ~ %p 1 0 07115914 +plosive_consonant n 1 3 @ ~ %p 1 0 07115914 +plosive_speech_sound n 1 3 @ ~ %p 1 0 07115914 +plot n 4 3 @ ~ + 4 3 05907682 08674739 06373314 07000065 +plot_element n 1 2 @ ~ 1 0 05865652 +plot_line n 1 1 @ 1 0 06373645 +plot_of_ground n 1 2 @ ~ 1 0 08674739 +plot_of_land n 1 2 @ ~ 1 0 08674739 +plotinus n 1 1 @ 1 0 11239989 +plott_hound n 1 1 @ 1 0 02090253 +plotter n 4 5 @ ~ #m + ; 4 0 10556518 10442573 09958892 03967396 +plough n 2 4 @ ~ #p + 2 0 09219858 03967562 +plough_horse n 1 1 @ 1 0 02382338 +ploughboy n 1 1 @ 1 0 10442705 +ploughing n 1 2 @ + 1 0 00918644 +ploughland n 1 2 @ ~ 1 0 09260907 +ploughman n 1 1 @ 1 0 10442815 +ploughman's_lunch n 1 2 @ ; 1 0 07577772 +ploughshare n 1 2 @ #p 1 0 03967788 +ploughwright n 1 1 @ 1 0 10442923 +plovdiv n 1 2 @ #p 1 0 08714795 +plover n 1 3 @ ~ #m 1 0 02023341 +plow n 1 3 @ ~ + 1 1 03967562 +plow_horse n 1 1 @ 1 0 02382338 +plowboy n 1 1 @ 1 0 10442705 +plower n 1 2 @ + 1 0 10442815 +plowing n 1 2 @ + 1 1 00918644 +plowland n 1 2 @ ~ 1 0 09260907 +plowman n 1 1 @ 1 0 10442815 +plowshare n 1 2 @ #p 1 1 03967788 +plowwright n 1 1 @ 1 0 10442923 +ploy n 2 1 @ 2 0 06765531 00172490 +pluck n 2 2 @ + 2 1 04859816 00116008 +pluckiness n 1 2 @ + 1 0 04859816 +plug n 7 4 @ ~ #p + 7 1 03967942 07579399 07248507 04269270 03968293 03346898 02382204 +plug-in n 1 2 @ ~ 1 0 03033986 +plug-ugly n 1 2 @ ~ 1 1 10717921 +plug_fuse n 1 1 @ 1 0 03968479 +plug_hat n 1 1 @ 1 0 02881757 +plugboard n 1 2 @ #p 1 0 04373264 +plugger n 1 3 @ ~ + 1 0 10482220 +plughole n 1 2 @ ; 1 0 03968581 +plum n 3 5 @ ~ #m #p %p 3 0 12638218 07751451 00596081 +plum-fruited_yew n 1 2 @ #m 1 0 11658709 +plum-yew n 1 2 @ #m 1 0 11648776 +plum-yew_family n 1 3 @ #m %m 1 0 11648428 +plum_duff n 1 1 @ 1 0 07618119 +plum_pudding n 1 1 @ 1 0 07617708 +plum_sauce n 1 1 @ 1 0 07832099 +plum_tomato n 2 1 @ 2 0 12906214 07734417 +plum_tree n 1 4 @ ~ #m %p 1 0 12638218 +plumage n 1 5 @ ~ #p %s %p 1 0 01896031 +plumb n 1 3 @ #p + 1 0 03968728 +plumb_bob n 1 2 @ #p 1 0 03968728 +plumb_level n 1 1 @ 1 0 03969510 +plumb_line n 1 3 @ ~ %p 1 1 03969627 +plumb_rule n 1 1 @ 1 0 03969902 +plumbaginaceae n 1 4 @ #m %m + 1 0 12097927 +plumbaginales n 1 2 @ #m 1 0 12097746 +plumbago n 2 3 @ ~ #m 2 0 14796575 12098403 +plumbago_europaea n 1 2 @ #m 1 0 12098524 +plumber n 1 1 @ 1 1 10443032 +plumber's_helper n 1 1 @ 1 0 03970156 +plumber's_snake n 1 1 @ 1 0 03968886 +plumbery n 1 2 @ #p 1 0 00609669 +plumbing n 3 4 @ #p %p + 3 2 03969041 00609669 00999089 +plumbing_fixture n 1 3 @ ~ #p 1 0 03969259 +plumbing_system n 1 2 @ %p 1 0 03969041 +plumbism n 1 1 @ 1 0 14069895 +plumcot n 2 4 @ #m #p %p 2 0 12640435 07768590 +plumcot_tree n 1 3 @ #m %p 1 0 12640435 +plume n 3 6 @ ~ #p %s %p + 3 0 13900760 03969998 01896031 +plume_grass n 1 3 @ ~ #m 1 0 12121033 +plume_poppy n 1 2 @ #m 1 0 11906514 +plume_thistle n 1 3 @ ~ #m 1 0 11953884 +plumed_scorpionfish n 1 2 @ #m 1 0 02643316 +plumed_thistle n 1 3 @ ~ #m 1 0 11953884 +plumed_tussock n 1 1 @ 1 0 12115383 +plumeria n 1 3 @ #m %m 1 0 11774279 +plumeria_acutifolia n 1 1 @ 1 0 11774795 +plumeria_alba n 1 1 @ 1 0 11774972 +plumiera n 1 3 @ #m %m 1 0 11774279 +plummet n 1 2 @ #p 1 0 03968728 +plump n 1 2 @ + 1 0 07390205 +plumpness n 1 3 @ ~ + 1 1 05000913 +plumule n 1 1 @ 1 0 01897146 +plunder n 1 3 @ %p + 1 1 13262663 +plunderage n 1 2 @ + 1 0 00777439 +plunderer n 1 4 @ ~ + ; 1 0 10443170 +plundering n 1 3 @ ~ + 1 0 00965895 +plunge n 2 2 @ + 2 1 00442847 07434209 +plunger n 4 5 @ ~ #p %p + 4 0 10634075 10019406 03970156 03948950 +plunk n 2 3 @ + ; 2 0 07390307 00132219 +plunker n 1 2 @ ; 1 1 00132219 +pluperfect n 1 1 @ 1 0 13806735 +pluperfect_tense n 1 1 @ 1 0 13806735 +plural n 1 3 ! @ - 1 0 06295235 +plural_form n 1 2 @ - 1 0 06295235 +pluralisation n 1 2 @ + 1 0 13804507 +pluralism n 3 3 ! @ + 3 0 08367683 05965749 00412130 +pluralist n 3 2 @ + 3 0 10443830 10443659 10443482 +plurality n 3 3 @ + ; 3 0 14569844 13775093 13581218 +pluralization n 1 2 @ + 1 0 13804507 +plus n 2 2 @ ~ 2 0 05154517 00872107 +plus_fours n 1 2 @ ; 1 0 03970363 +plus_sign n 1 1 @ 1 0 06811986 +plush n 1 2 @ + 1 0 03970546 +plutarch n 1 1 @ 1 0 11240139 +pluteaceae n 1 3 @ #m %m 1 0 13019017 +pluteus n 1 3 @ #m %m 1 0 13019202 +pluteus_aurantiorugosus n 1 2 @ #m 1 0 13019496 +pluteus_cervinus n 1 2 @ #m 1 0 13019835 +pluteus_magnus n 1 2 @ #m 1 0 13019643 +pluto n 3 3 @ #m ; 3 0 09603258 09570298 09395899 +plutocracy n 1 2 @ + 1 0 08362775 +plutocrat n 1 1 @ 1 0 10443955 +pluton n 1 3 @ ~ + 1 0 14932303 +plutonic_rock n 1 2 @ ~ 1 0 14932303 +plutonium n 1 2 @ ~ 1 0 14649775 +plutonium_239 n 1 2 @ ~ 1 0 14650137 +plutonium_bomb n 1 3 @ ~ %p 1 0 02753044 +plutonium_pit n 1 2 @ #p 1 0 03970673 +plutonium_trigger n 1 2 @ #p 1 0 03970673 +pluvialis n 1 3 @ #m %m 1 0 02024353 +pluvianus n 1 3 @ #m %m 1 0 02039660 +pluvianus_aegyptius n 1 2 @ #m 1 0 02039780 +pluviometer n 1 1 @ 1 0 04049585 +pluviose n 1 2 @ #p 1 0 15176630 +ply n 2 2 @ ; 2 0 03971040 03970884 +plyboard n 1 1 @ 1 0 03971218 +plyer n 1 2 @ + 1 0 10442093 +plyers n 1 4 @ ~ %p ; 1 0 03966976 +plymouth n 1 3 @ #p %p 1 0 09098721 +plymouth_colony n 1 2 @ #p 1 0 09098885 +plymouth_rock n 2 2 @ #p 2 0 09099098 01790304 +plywood n 1 1 @ 1 0 03971218 +plzen n 1 2 @ #p 1 0 08757791 +pm n 4 2 @ #m 4 1 00141396 14651479 09907196 06281848 +pms n 1 1 @ 1 0 14308311 +pneumatic_caisson n 1 1 @ 1 0 02937093 +pneumatic_drill n 1 1 @ 1 0 03971321 +pneumatic_hammer n 1 1 @ 1 0 02689434 +pneumatic_tire n 1 4 @ ~ #p %p 1 0 03971422 +pneumatic_tyre n 1 4 @ ~ #p %p 1 0 03971422 +pneumatics n 1 1 @ 1 0 06113170 +pneumatophore n 1 1 @ 1 0 13125882 +pneumococcal_pneumonia n 1 1 @ 1 0 14149167 +pneumococcal_vaccine n 1 1 @ 1 0 03971771 +pneumococcus n 1 2 @ + 1 0 01380754 +pneumoconiosis n 1 3 @ ~ %p 1 0 14149963 +pneumocystis_carinii_pneumonia n 1 1 @ 1 0 14149290 +pneumocystis_pneumonia n 1 1 @ 1 0 14149290 +pneumocytosis n 1 1 @ 1 0 14149290 +pneumoencephalogram n 1 1 @ 1 0 03285730 +pneumogastric n 1 2 @ + 1 0 05480076 +pneumogastric_nerve n 1 1 @ 1 0 05480076 +pneumonectomy n 1 1 @ 1 0 00687135 +pneumonia n 1 3 @ ~ + 1 1 14147627 +pneumonic_plague n 1 1 @ 1 0 14139661 +pneumonitis n 1 1 @ 1 0 14353995 +pneumonoconiosis n 1 3 @ ~ %p 1 0 14149963 +pneumothorax n 1 1 @ 1 0 14149536 +pneumovax n 1 2 @ ; 1 0 03971771 +pnom_penh n 1 2 @ #p 1 0 08717059 +po n 4 3 @ ~ #p 4 0 14650556 10420809 09396150 08145277 +po_box n 1 1 @ 1 0 03990210 +po_box_no n 1 1 @ 1 0 08491531 +po_box_number n 1 1 @ 1 0 08491531 +po_hai n 1 2 @ #p 1 0 09226209 +po_river n 1 2 @ #p 1 0 09396150 +poa n 1 3 @ #m %m 1 0 12131216 +poa_nemoralis n 1 2 @ #m 1 0 12132092 +poa_pratensis n 1 2 @ #m 1 0 12131767 +poaceae n 1 4 @ ~ #m %m 1 0 12100538 +poached_egg n 1 1 @ 1 0 07842202 +poacher n 3 4 @ ~ #m + 3 0 10444058 03972372 02647660 +poaching n 1 2 @ + 1 0 00247342 +pob n 1 1 @ 1 0 03990210 +pobeda_peak n 1 2 @ #p 1 0 09396275 +pobedy_peak n 1 2 @ #p 1 0 09396275 +pocahontas n 1 1 @ 1 0 11240249 +pocatello n 1 2 @ #p 1 0 09082158 +pochard n 1 2 @ #m 1 0 01851038 +pock n 1 3 @ #p + 1 0 14334511 +pocket n 9 6 @ ~ #p %p + ; 9 3 03972524 13914473 13356774 13911660 13894306 11423028 07950090 05516848 03972799 +pocket-handkerchief n 1 1 @ 1 0 03973520 +pocket_battleship n 1 1 @ 1 0 03973003 +pocket_billiards n 1 3 @ ~ %p 1 0 00501080 +pocket_book n 1 1 @ 1 0 03973170 +pocket_borough n 1 1 @ 1 0 08540266 +pocket_bread n 1 3 @ #p ; 1 0 07683617 +pocket_calculator n 1 1 @ 1 0 03483823 +pocket_comb n 1 1 @ 1 0 03973285 +pocket_dictionary n 1 1 @ 1 0 06419912 +pocket_edition n 1 1 @ 1 0 03973170 +pocket_flap n 1 2 @ #p 1 0 03973402 +pocket_flask n 1 1 @ 1 0 03521675 +pocket_gopher n 1 3 @ ~ #m 1 0 02353861 +pocket_knife n 1 2 @ ~ 1 0 03973628 +pocket_lighter n 1 1 @ 1 0 03031422 +pocket_money n 1 1 @ 1 0 13422545 +pocket_mouse n 1 3 @ ~ #m 1 0 02348788 +pocket_rat n 1 2 @ ~ 1 0 02331309 +pocket_veto n 1 1 @ 1 0 00209680 +pocket_watch n 1 1 @ 1 0 03973839 +pocketbook n 4 3 @ ~ %p 4 0 13354021 04548362 03973170 02774152 +pocketbook_issue n 1 1 @ 1 0 05815267 +pocketcomb n 1 1 @ 1 0 03973285 +pocketed_bat n 1 1 @ 1 0 02149861 +pocketed_freetail_bat n 1 1 @ 1 0 02149861 +pocketful n 1 1 @ 1 1 13768946 +pocketknife n 1 2 @ ~ 1 0 03973628 +pockmark n 1 1 @ 1 0 14364065 +pod n 4 5 @ ~ #p %m + 4 0 13140049 13139055 07995164 03973945 +podalgia n 1 1 @ 1 0 14330201 +podalyria n 1 2 @ #m 1 0 12563404 +podargidae n 1 3 @ #m %m 1 0 01836809 +podargus n 1 2 @ #m 1 0 01836953 +podaxaceae n 1 2 @ ~ 1 0 12970193 +podetium n 1 2 @ ~ 1 0 11534161 +podiatrist n 1 2 @ + 1 0 09919297 +podiatry n 1 2 @ + 1 0 06062076 +podiceps n 1 3 @ #m %m 1 0 02049855 +podiceps_cristatus n 1 1 @ 1 0 02050313 +podiceps_grisegena n 1 1 @ 1 0 02050442 +podiceps_nigricollis n 1 1 @ 1 0 02050586 +podiceps_ruficollis n 1 1 @ 1 0 02050809 +podicipedidae n 1 3 @ #m %m 1 0 02049672 +podicipediformes n 1 3 @ #m %m 1 0 02049299 +podicipitiform_seabird n 1 3 @ ~ #m 1 0 02049532 +podicipitiformes n 1 3 @ #m %m 1 0 02049299 +podilymbus n 1 3 @ #m %m 1 0 02050921 +podilymbus_podiceps n 1 2 @ #m 1 0 02051059 +podium n 1 1 @ 1 0 03159640 +podocarp n 1 2 @ #m 1 0 11652039 +podocarpaceae n 1 3 @ #m %m 1 0 11651259 +podocarpus n 1 3 @ #m %m 1 0 11651731 +podocarpus_amara n 1 2 @ #m 1 0 11659627 +podocarpus_coriaceus n 1 2 @ #m 1 0 11652217 +podocarpus_dacrydioides n 1 1 @ 1 0 11653904 +podocarpus_elatus n 1 2 @ #m 1 0 11652376 +podocarpus_elongatus n 1 2 @ #m 1 0 11652578 +podocarpus_family n 1 3 @ #m %m 1 0 11651259 +podocarpus_ferruginea n 1 2 @ #m 1 0 11658331 +podocarpus_latifolius n 1 2 @ #m 1 0 11652753 +podocarpus_nivalis n 1 2 @ #m 1 0 11652966 +podocarpus_spicata n 1 2 @ #m 1 0 11658544 +podocarpus_totara n 1 2 @ #m 1 0 11653126 +podophyllum n 1 3 @ #m %m 1 0 11699915 +podophyllum_peltatum n 1 3 @ #m %p 1 0 11700058 +podsol n 1 1 @ 1 0 14993137 +podsol_soil n 1 1 @ 1 0 14993137 +podsolic_soil n 1 1 @ 1 0 14993137 +podzol n 1 1 @ 1 0 14993137 +podzol_soil n 1 1 @ 1 0 14993137 +poe n 1 1 @ 1 0 11240480 +poeciliid n 1 3 @ ~ #m 1 0 01448951 +poeciliid_fish n 1 3 @ ~ #m 1 0 01448951 +poeciliidae n 1 3 @ #m %m 1 0 01448767 +poecilocapsus n 1 3 @ #m %m 1 0 02237730 +poecilocapsus_lineatus n 1 2 @ #m 1 0 02237868 +poecilogale n 1 3 @ #m %m 1 0 02443683 +poecilogale_albinucha n 1 1 @ 1 0 02443959 +poem n 1 3 @ ~ %p 1 1 06377442 +poenology n 1 1 @ 1 0 06152460 +poephila n 1 3 @ #m %m 1 0 01544067 +poephila_castanotis n 1 2 @ #m 1 0 01544389 +poesy n 1 3 @ ~ - 1 0 07092592 +poet n 1 3 @ ~ + 1 1 10444194 +poet-singer n 1 2 @ ~ 1 0 10099093 +poet_laureate n 2 1 @ 2 0 10447585 10447359 +poetess n 1 2 @ ~ 1 0 10447255 +poetic_justice n 1 1 @ 1 0 07294907 +poetic_license n 1 1 @ 1 0 13995016 +poetic_rhythm n 1 4 @ ~ #p ; 1 0 07093895 +poetics n 1 2 @ ~ 1 0 06169932 +poetiser n 1 2 @ + 1 0 10528493 +poetizer n 1 2 @ + 1 0 10528493 +poetry n 2 4 @ ~ + - 2 2 07092592 07093273 +pogey n 1 2 @ ; 1 0 01088304 +pogge n 1 2 @ #m 1 0 02648035 +pogo_stick n 1 1 @ 1 0 03974070 +pogonia n 1 2 @ #m 1 0 12079963 +pogonia_divaricata n 1 2 @ #m 1 0 12051514 +pogonia_rosea n 1 2 @ #m 1 0 12051792 +pogonion n 1 2 @ #p 1 0 05234737 +pogonip n 1 1 @ 1 0 11467543 +pogonophora n 1 3 @ #m %m 1 0 01928737 +pogonophoran n 1 2 @ #m 1 0 01928865 +pogostemon n 1 3 @ #m %m 1 0 12862648 +pogostemon_cablin n 1 2 @ #m 1 0 12862828 +pogrom n 1 1 @ 1 0 00421210 +pogy n 1 2 @ ; 1 0 01088304 +poi n 1 2 @ %s 1 0 07874531 +poignance n 1 2 @ + 1 0 13989443 +poignancy n 2 2 @ + 2 1 13989443 05211254 +poikilotherm n 1 2 @ + 1 0 01315581 +poilu n 2 1 @ 2 0 10447828 07590177 +poinciana n 2 2 @ #m 2 0 12498739 12489815 +poinciana_gilliesii n 1 2 @ #m 1 0 12489815 +poinciana_pulcherrima n 1 2 @ #m 1 0 12490054 +poinciana_regia n 1 2 @ #m 1 0 12494794 +poinsettia n 1 2 @ #m 1 0 12920204 +poinsettia_strain n 1 2 @ #m 1 0 02247655 +point n 26 5 @ ~ #p + ; 26 15 05865998 08620061 06606808 05817845 13939892 15180528 05984066 13902482 13911872 13610162 09396465 06482401 13794885 04731925 03974215 13830305 13712286 13400150 06843520 06822034 06812289 05071556 04732067 03974769 03974671 03213826 +point-and-shoot_camera n 1 1 @ 1 0 03974915 +point_after n 1 2 @ ; 1 0 00189257 +point_after_touchdown n 1 2 @ ; 1 0 00189257 +point_duty n 1 2 @ ; 1 0 01070566 +point_in_time n 1 2 @ ~ 1 0 15180528 +point_lace n 1 1 @ 1 0 03975788 +point_man n 2 1 @ 2 0 10448157 10448065 +point_mutation n 1 2 @ ; 1 0 07426406 +point_of_accumulation n 1 1 @ 1 0 13758556 +point_of_apoapsis n 1 5 ! @ ~ #p ; 1 0 08495617 +point_of_departure n 2 1 @ 2 0 08508834 00236194 +point_of_entry n 1 2 @ ~ 1 0 08638442 +point_of_honor n 1 1 @ 1 0 05672178 +point_of_intersection n 1 2 @ ~ 1 1 05866653 +point_of_no_return n 1 1 @ 1 0 05749042 +point_of_order n 1 1 @ 1 0 06667169 +point_of_periapsis n 1 5 ! @ ~ #p ; 1 0 08618379 +point_of_reference n 1 2 @ ~ 1 0 07258332 +point_of_view n 2 2 @ ~ 2 1 06210363 05076237 +point_source n 1 1 @ 1 0 08585298 +point_system n 3 3 @ ~ ; 3 1 05664640 13579166 06362628 +point_woman n 1 1 @ 1 0 10448455 +pointed-leaf_maple n 1 1 @ 1 0 12755559 +pointed_arch n 1 2 @ ~ 1 0 03975035 +pointedness n 2 3 ! @ + 2 0 05071556 04919011 +pointel n 1 2 @ ~ 1 0 03455355 +pointer n 4 5 @ ~ %p + ; 4 0 06818121 03975232 03150795 02099997 +pointillism n 2 2 @ + 2 0 08276053 03975419 +pointillist n 1 2 @ + 1 0 10447924 +pointing_out n 1 1 @ 1 1 06798472 +pointing_trowel n 1 1 @ 1 0 03975657 +pointlessness n 1 2 @ + 1 0 05174023 +pointrel n 1 2 @ ~ 1 0 03455355 +pointsman n 1 2 @ ; 1 0 10448322 +poise n 3 2 @ + 3 1 13715240 14003880 04904162 +poison n 2 3 @ ~ + 2 2 15032376 05166397 +poison-berry n 1 2 @ ~ 1 0 12896307 +poison_arrow_plant n 1 2 @ #m 1 0 11768505 +poison_ash n 1 2 @ #m 1 0 12766595 +poison_bush n 2 3 @ ~ #m 2 0 12529905 11751765 +poison_camas n 1 2 @ #m 1 0 12467433 +poison_dogwood n 1 2 @ #m 1 0 12766595 +poison_gas n 1 2 @ ~ 1 0 14993378 +poison_hemlock n 1 2 @ #m 1 0 12935609 +poison_ivy n 2 2 @ #m 2 0 14223492 12766869 +poison_mercury n 1 2 @ #m 1 0 12766869 +poison_milkweed n 1 1 @ 1 0 13235319 +poison_oak n 2 2 @ #m 2 0 14223638 12766869 +poison_parsley n 1 2 @ #m 1 0 12935609 +poison_pea n 1 2 @ #m 1 0 12529905 +poison_pill n 1 2 @ ~ 1 0 00176449 +poison_sumac n 2 2 @ #m 2 0 14223752 12766595 +poisonberry n 1 2 @ ~ 1 0 12896307 +poisoner n 1 2 @ + 1 0 10448568 +poisoning n 2 3 @ ~ + 2 0 14509712 00224738 +poisonous_nightshade n 1 2 @ #m 1 0 12894607 +poisonous_parasol n 1 2 @ #m 1 0 13013965 +poisonous_plant n 1 2 @ ~ 1 0 13100156 +poisonous_substance n 1 2 @ ~ 1 0 15032376 +poisson_distribution n 1 2 @ ; 1 0 06025854 +poitier n 1 1 @ 1 0 11240609 +poitiers n 1 2 @ ; 1 0 01291839 +poitou n 1 2 @ #p 1 0 08944224 +poitou-charentes n 1 2 @ #p 1 0 08944224 +poitrine_d'agneau n 1 1 @ 1 0 07667480 +poivrade n 1 1 @ 1 0 07839312 +poke n 5 4 @ ~ + ; 5 0 11855553 09993252 04122825 00334935 00134780 +poke_bonnet n 1 2 @ ~ 1 0 02869837 +poke_check n 1 1 @ 1 0 00563212 +poke_milkweed n 1 1 @ 1 0 13234519 +poker n 2 4 @ ~ + - 2 0 03975926 00494768 +poker_alumroot n 1 2 @ #m 1 0 12798632 +poker_chip n 1 2 @ ~ 1 0 03020416 +poker_face n 1 2 @ ; 1 0 04680133 +poker_game n 1 3 @ ~ - 1 0 00494768 +poker_hand n 1 2 @ ~ 1 0 07957655 +poker_heuchera n 1 2 @ #m 1 0 12798632 +poker_plant n 1 2 @ ~ 1 0 12437769 +pokeweed n 1 3 @ ~ #m 1 0 11855274 +pokeweed_family n 1 3 @ #m %m 1 0 11854760 +pokey n 1 2 @ ~ 1 0 03592245 +poking n 1 2 @ + 1 0 00334935 +pokomo n 1 1 @ 1 0 06995016 +poky n 1 2 @ ~ 1 0 03592245 +pol n 1 2 @ ~ 1 0 10450303 +polack n 1 1 @ 1 0 09727747 +poland n 1 5 @ #p %m %p - 1 1 08982587 +polanisia n 1 3 @ #m %m 1 0 11867070 +polanisia_dodecandra n 1 2 @ #m 1 0 11867311 +polanisia_graveolens n 1 2 @ #m 1 0 11867311 +polar_bear n 1 2 @ #m 1 0 02134084 +polar_body n 1 1 @ 1 0 05458703 +polar_circle n 1 2 @ ~ 1 0 08496655 +polar_coordinate n 1 1 @ 1 0 06011903 +polar_front n 1 2 @ ~ 1 0 11460829 +polar_glacier n 1 1 @ 1 0 09396608 +polar_hare n 1 2 @ #m 1 0 02327656 +polar_opposition n 1 1 @ 1 0 13856449 +polar_region n 1 2 @ ~ 1 0 08573258 +polar_star n 1 2 @ #m 1 0 09396712 +polar_zone n 1 2 @ ~ 1 0 08573258 +polarimeter n 1 1 @ 1 0 03976105 +polaris n 1 2 @ #m 1 0 09396712 +polarisation n 2 2 @ + 2 0 14002109 11492014 +polariscope n 1 1 @ 1 0 03976105 +polarity n 2 3 @ ~ + 2 2 13856110 13856574 +polarization n 2 2 @ + 2 2 11492014 14002109 +polarography n 1 2 @ + 1 0 00647147 +polaroid n 1 3 @ #p ; 1 0 03976268 +polaroid_camera n 1 2 @ ; 1 0 03976467 +polaroid_land_camera n 1 2 @ ; 1 0 03976467 +polder n 1 1 @ 1 0 09397001 +pole n 10 7 @ ~ #m #p %p + ; 10 3 03976657 09727627 05950559 13650921 13614679 08621099 08620881 04413151 03977158 03976960 +pole_bean n 1 2 @ ~ 1 0 12556656 +pole_horse n 2 1 @ 2 0 02388453 02387452 +pole_jump n 1 2 @ %p 1 0 07469772 +pole_jumper n 1 1 @ 1 0 10746931 +pole_jumping n 1 2 @ %p 1 0 07469772 +pole_position n 1 1 @ 1 0 08621283 +pole_star n 1 2 @ #m 1 0 09396712 +pole_vault n 1 2 @ %p 1 0 07469772 +pole_vaulter n 1 1 @ 1 0 10746931 +pole_vaulting n 1 2 @ %p 1 0 07469772 +poleax n 2 2 @ + 2 0 03977430 03977266 +poleaxe n 2 2 @ + 2 0 03977430 03977266 +polecat n 2 3 @ ~ #m 2 0 02445715 02443114 +polecat_weed n 1 2 @ #m 1 0 11792742 +polemic n 2 2 @ + 2 0 10448670 07183660 +polemicist n 1 1 @ 1 0 10448670 +polemics n 1 1 @ 1 0 06185458 +polemist n 1 1 @ 1 0 10448670 +polemoniaceae n 1 4 @ #m %m + 1 0 12808933 +polemoniales n 1 3 @ #m %m 1 0 12808227 +polemonium n 1 3 @ ~ #m 1 0 12809365 +polemonium_boreale n 1 1 @ 1 0 12810007 +polemonium_caeruleum n 1 1 @ 1 0 12809626 +polemonium_reptans n 1 1 @ 1 0 12809868 +polemonium_van-bruntiae n 1 1 @ 1 0 12809626 +polemonium_viscosum n 1 1 @ 1 0 12810151 +polenta n 1 3 @ %s ; 1 0 07703743 +poler n 1 1 @ 1 0 02387452 +polestar n 1 2 @ #m 1 0 09396712 +polianthes n 1 3 @ #m %m 1 0 12480233 +polianthes_tuberosa n 1 2 @ #m 1 0 12480456 +police n 1 4 @ ~ %m + 1 1 08209687 +police_academy n 1 1 @ 1 0 08279424 +police_action n 1 2 @ ; 1 0 00955806 +police_blotter n 1 1 @ 1 0 06502858 +police_boat n 1 1 @ 1 0 03977592 +police_captain n 1 2 @ ~ 1 1 09893015 +police_car n 1 2 @ ~ 1 1 03141065 +police_chief n 1 2 @ ~ 1 1 09893015 +police_commissioner n 1 1 @ 1 0 10448834 +police_constable n 1 2 @ ; 1 0 09959258 +police_court n 1 2 @ ; 1 0 08334873 +police_cruiser n 1 2 @ ~ 1 0 03141065 +police_department n 1 1 @ 1 1 08121542 +police_detective n 1 2 @ ~ 1 0 10009276 +police_dog n 1 1 @ 1 0 02106854 +police_force n 1 3 @ ~ %m 1 1 08209687 +police_headquarters n 1 2 @ %p 1 1 03977678 +police_investigation n 1 2 @ ~ 1 1 00635012 +police_lieutenant n 1 1 @ 1 0 10259225 +police_matron n 1 2 @ ~ 1 0 10449412 +police_officer n 1 3 @ ~ #m 1 1 10448983 +police_precinct n 1 1 @ 1 0 08538584 +police_sergeant n 1 2 @ ~ 1 0 10449521 +police_squad n 1 2 @ ~ 1 0 08080947 +police_state n 1 1 @ 1 0 08441039 +police_station n 1 2 @ %p 1 0 03977678 +police_van n 1 1 @ 1 0 03977966 +police_wagon n 1 1 @ 1 0 03977966 +police_work n 1 2 @ ~ 1 0 00635012 +policeman n 1 3 @ ~ #m 1 1 10448983 +policeman_bird n 1 2 @ #m 1 0 02004492 +policewoman n 1 2 @ ~ 1 0 10449412 +policy n 3 2 @ ~ 3 3 05901508 06656408 06523641 +policy_change n 1 2 @ ~ 1 0 00163406 +policy_maker n 1 1 @ 1 1 10449845 +policyholder n 1 1 @ 1 0 10449664 +polio n 1 1 @ 1 1 14140176 +poliomyelitis n 1 1 @ 1 0 14140176 +polioptila n 1 3 @ #m %m 1 0 01563313 +poliosis n 1 1 @ 1 0 04976870 +poliovirus n 1 1 @ 1 0 01337734 +poliovirus_vaccine n 1 2 @ ~ 1 0 03978130 +polish n 4 3 @ ~ + 4 2 04955160 14459824 14996020 06944720 +polish_monetary_unit n 1 2 @ ~ 1 0 13710651 +polish_notation n 1 1 @ 1 0 06814443 +polished_rice n 1 1 @ 1 0 07804657 +polisher n 1 3 @ %p + 1 0 02911332 +polishing n 1 3 @ ~ + 1 0 00578795 +polistes n 1 3 @ #m %m 1 0 02213967 +polistes_annularis n 1 2 @ #m 1 0 02214096 +politburo n 1 1 @ 1 0 08327090 +politeness n 2 5 ! @ ~ = + 2 1 04912982 01227908 +politesse n 1 1 @ 1 0 04913738 +political_action_committee n 1 1 @ 1 0 08327212 +political_arena n 1 1 @ 1 1 14515344 +political_boss n 1 1 @ 1 0 10403162 +political_campaign n 2 3 @ ~ %p 2 1 07472929 00799537 +political_commissar n 1 1 @ 1 0 09942697 +political_contribution n 1 2 @ ~ 1 0 13270906 +political_correctitude n 1 1 @ 1 0 04899713 +political_correctness n 1 2 ! @ 1 0 04899713 +political_detainee n 1 1 @ 1 0 10009162 +political_dissident n 1 2 @ ~ 1 0 10018532 +political_donation n 1 2 @ ~ 1 0 13270906 +political_economy n 1 4 @ ~ %p - 1 0 06149484 +political_entity n 1 3 @ ~ #m 1 0 08359949 +political_hack n 1 1 @ 1 0 10278805 +political_incorrectness n 1 2 ! @ 1 0 04901754 +political_leader n 1 2 @ ~ 1 1 10450303 +political_liberty n 1 1 @ 1 0 13995662 +political_machine n 1 1 @ 1 0 08264583 +political_movement n 1 3 @ ~ %m 1 0 08472335 +political_orientation n 1 3 @ ~ = 1 0 06212839 +political_party n 1 3 @ ~ #m 1 1 08256968 +political_platform n 1 2 @ %p 1 1 06501311 +political_prisoner n 1 1 @ 1 0 10450038 +political_program n 1 2 @ %p 1 0 06501311 +political_relation n 1 2 @ - 1 0 13840719 +political_science n 1 5 @ ~ + ; - 1 1 06148148 +political_scientist n 1 2 @ + 1 0 10450161 +political_sphere n 1 1 @ 1 0 14515344 +political_sympathies n 1 1 @ 1 0 06149192 +political_system n 1 4 @ ~ #m %m 1 1 08367880 +political_theory n 1 3 @ ~ = 1 0 06212839 +political_unit n 1 3 @ ~ #m 1 1 08359949 +politician n 3 3 @ ~ + 3 2 10451263 10450303 10451450 +politico n 1 2 @ ~ 1 0 10450303 +politics n 5 5 @ ~ + ; - 5 4 13840719 06148148 00611972 06149192 01124508 +polity n 3 2 @ ~ 3 0 13968859 08050385 01137455 +polk n 1 1 @ 1 0 11240733 +polka n 2 2 @ + 2 1 07056504 00538144 +polka_dot n 1 1 @ 1 0 03978300 +poll n 5 5 @ ~ #p + ; 5 1 05800998 05539595 05539012 01817346 00653811 +poll_parrot n 1 1 @ 1 0 01817346 +poll_taker n 1 1 @ 1 0 10451590 +poll_tax n 1 1 @ 1 0 13314355 +pollachius n 1 3 @ #m %m 1 0 02524081 +pollachius_pollachius n 1 3 @ #m %p 1 0 02524202 +pollack n 3 4 @ #m #p %p 3 0 11240996 07789240 02524202 +pollard n 2 2 @ + 2 0 13108323 01319339 +pollen n 1 3 @ ~ + 1 1 11675537 +pollen_count n 1 1 @ 1 0 13592871 +pollen_tube n 1 2 @ ; 1 0 11680596 +pollenation n 1 3 @ ~ + 1 0 07437372 +pollex n 1 2 @ %p 1 0 05567217 +pollination n 1 3 @ ~ + 1 0 07437372 +pollinator n 1 2 @ + 1 0 02161457 +polling_booth n 1 2 @ #p 1 0 03978421 +polling_day n 1 1 @ 1 0 15172881 +polling_place n 1 2 @ %p 1 0 08538917 +polling_station n 1 2 @ %p 1 0 08538917 +pollinium n 1 1 @ 1 0 11675738 +pollinosis n 1 1 @ 1 0 14534199 +polliwog n 1 2 @ #m 1 0 02469472 +pollock n 3 4 @ #m #p %p 3 0 11241106 07789240 02524202 +polls n 1 1 @ 1 1 08621393 +pollster n 1 2 @ + 1 0 10451590 +pollucite n 1 2 @ %s 1 0 14691085 +pollutant n 1 3 @ ~ + 1 0 14857278 +polluter n 1 2 @ + 1 0 10451858 +pollution n 3 3 @ ~ + 3 1 14516743 14498404 00276987 +pollux n 1 2 @ #m 1 0 09397150 +polly_fish n 1 2 @ #m 1 0 02610664 +pollyfish n 1 2 @ #m 1 0 02610664 +pollywog n 1 2 @ #m 1 0 02469472 +polo n 2 2 @ - 2 0 11241300 00477639 +polo-neck n 1 2 @ %p 1 0 04502197 +polo-neck_collar n 1 2 @ #p 1 0 04502364 +polo_ball n 1 1 @ 1 0 03978575 +polo_mallet n 1 1 @ 1 0 03978686 +polo_pony n 1 1 @ 1 0 02380464 +polo_shirt n 1 1 @ 1 0 03978966 +polo_stick n 1 1 @ 1 0 03978686 +polonaise n 1 1 @ 1 0 03978815 +polonium n 1 1 @ 1 0 14650556 +polony n 1 2 @ ; 1 0 07676967 +polska n 1 5 @ #p %m %p - 1 0 08982587 +poltergeist n 1 1 @ 1 0 09546145 +poltroon n 1 2 @ + 1 0 10452024 +poltroonery n 1 1 @ 1 0 04861143 +polyamide n 1 2 @ ~ 1 0 14966058 +polyandrist n 1 2 @ + 1 0 10452151 +polyandry n 1 2 @ + 1 0 13966795 +polyangiaceae n 1 3 @ #m %m 1 0 01378137 +polyangium n 1 2 @ #m 1 0 01378346 +polyanthus n 1 1 @ 1 0 12091953 +polyarteritis n 1 1 @ 1 0 14258865 +polyarteritis_nodosa n 1 1 @ 1 0 14080352 +polyborus n 1 3 @ #m %m 1 0 01612803 +polyborus_cheriway_audubonii n 1 2 @ #m 1 0 01612955 +polyborus_plancus n 1 2 @ #m 1 0 01613177 +polybotria n 1 2 @ #m 1 0 13199244 +polybotria_cervina n 1 1 @ 1 0 13198482 +polybotrya n 1 2 @ #m 1 0 13199244 +polybotrya_cervina n 1 1 @ 1 0 13198482 +polybutene n 1 1 @ 1 1 14787386 +polybutylene n 1 1 @ 1 0 14787386 +polycarp n 1 1 @ 1 0 11241455 +polychaeta n 1 3 @ #m %m 1 0 01936219 +polychaete n 1 3 @ ~ #m 1 0 01936391 +polychaete_worm n 1 3 @ ~ #m 1 0 01936391 +polychete n 1 3 @ ~ #m 1 0 01936391 +polychete_worm n 1 3 @ ~ #m 1 0 01936391 +polychrome n 1 1 @ 1 0 03979100 +polycillin n 1 2 @ ; 1 0 02705651 +polycirrus n 1 3 @ #m %m 1 0 01937422 +polyconic_projection n 1 1 @ 1 0 03979212 +polycystic_kidney_disease n 1 1 @ 1 0 14114186 +polycythemia n 1 1 @ 1 0 14197315 +polydactylus n 1 3 @ #m %m 1 0 02611154 +polydactylus_virginicus n 1 2 @ #m 1 0 02611294 +polydactyly n 1 3 @ + ; 1 0 14471724 +polydipsia n 1 2 @ #p 1 0 14040966 +polyelectrolyte n 1 1 @ 1 1 14590441 +polyergus n 1 3 @ #m %m 1 0 02222459 +polyergus_rufescens n 1 2 @ #m 1 0 02222582 +polyester n 3 2 @ ~ 3 0 14993713 14993559 03979377 +polyester_fiber n 1 1 @ 1 0 14993868 +polyethylene n 1 1 @ 1 1 14594313 +polyfoam n 1 1 @ 1 0 14903339 +polygala n 1 3 @ #m %m 1 0 12704844 +polygala_alba n 1 2 @ %p 1 0 12705220 +polygala_lutea n 1 1 @ 1 0 12705458 +polygala_paucifolia n 1 1 @ 1 0 12705698 +polygala_senega n 1 2 @ %p 1 0 12705978 +polygala_vulgaris n 1 1 @ 1 0 12706410 +polygalaceae n 1 3 @ #m %m 1 0 12704636 +polygamist n 1 3 @ ~ + 1 0 10452260 +polygamy n 1 3 @ ~ + 1 0 13966925 +polygene n 1 2 @ + 1 0 05440555 +polygenic_disease n 1 2 @ ~ 1 0 14075199 +polygenic_disorder n 1 2 @ ~ 1 0 14075199 +polyglot n 1 3 @ ~ + 1 0 10264219 +polygon n 1 2 @ ~ 1 0 13866144 +polygonaceae n 1 3 @ #m %m 1 0 12600574 +polygonal_shape n 1 2 @ ~ 1 0 13866144 +polygonales n 1 3 @ #m %m 1 0 12600417 +polygonatum n 1 3 @ #m %m 1 0 12474006 +polygonatum_biflorum n 1 1 @ 1 0 12474418 +polygonatum_commutatum n 1 1 @ 1 0 12474418 +polygonia n 1 3 @ #m %m 1 0 02277895 +polygonia_comma n 1 2 @ #m 1 0 02278024 +polygonum n 1 3 @ #m %m 1 0 12600888 +polygonum_aubertii n 1 2 @ #m 1 0 12601106 +polygonum_fagopyrum n 1 3 @ #m %p 1 0 12601494 +polygonum_orientale n 1 2 @ #m 1 0 12601805 +polygraph n 1 2 @ ~ 1 0 03979492 +polygynist n 1 2 @ + 1 0 10452432 +polygyny n 1 2 @ + 1 0 13967089 +polyhedral_angle n 1 1 @ 1 0 13916363 +polyhedron n 1 3 @ ~ + 1 0 13883885 +polyhidrosis n 1 1 @ 1 0 13495209 +polyhymnia n 1 2 @ ; 1 0 09566904 +polymastigina n 1 3 @ #m %m 1 0 01419082 +polymastigote n 1 2 @ #m 1 0 01419332 +polymath n 1 1 @ 1 0 10207077 +polymer n 1 3 @ ~ + 1 0 14994328 +polymerase n 1 2 @ ~ 1 0 14984378 +polymeric_amide n 1 2 @ ~ 1 0 14966058 +polymerisation n 1 2 @ + 1 0 13538757 +polymerization n 1 2 @ + 1 1 13538757 +polymethyl_methacrylate n 1 2 @ ~ 1 0 14593874 +polymonium_caeruleum_van-bruntiae n 1 1 @ 1 0 12809626 +polymorph n 1 2 @ + 1 0 01328121 +polymorphism n 3 4 @ ~ + ; 3 0 11493266 11492833 11492388 +polymox n 1 1 @ 1 0 02703894 +polymyositis n 1 1 @ 1 1 14209635 +polymyxin n 1 1 @ 1 0 03979717 +polynemidae n 1 3 @ #m %m 1 0 02610834 +polynesia n 1 5 @ #p %m %p - 1 0 08841667 +polynesian n 2 3 @ ~ #m 2 0 09727826 06937768 +polynesian_tattler n 1 2 @ #m 1 0 02030568 +polyneuritic_psychosis n 1 1 @ 1 0 14395597 +polyneuritis n 1 2 @ ~ 1 0 14353314 +polynomial n 1 4 @ ~ + ; 1 1 05861855 +polynya n 1 1 @ 1 0 09397268 +polyodon n 1 3 @ #m %m 1 0 02639464 +polyodon_spathula n 1 2 @ #m 1 0 02639605 +polyodontidae n 1 3 @ #m %m 1 0 02639312 +polyoma n 1 1 @ 1 0 01340522 +polyoma_virus n 1 1 @ 1 0 01340522 +polyose n 1 3 @ ~ %s 1 0 14994004 +polyostotic_fibrous_dysplasia n 1 1 @ 1 0 14366486 +polyp n 2 3 @ ~ #m 2 0 14234436 01909906 +polypectomy n 1 1 @ 1 0 00690848 +polypedates n 1 2 @ #m 1 0 01644245 +polypedatidae n 1 3 @ #m %m 1 0 01644104 +polypeptide n 1 2 @ #s 1 0 14742917 +polyphemus_moth n 1 2 @ #m 1 0 02304432 +polyphone n 1 2 @ + 1 0 06839411 +polyphonic_letter n 1 1 @ 1 0 06839411 +polyphonic_music n 1 3 ! @ ~ 1 0 07024929 +polyphonic_prose n 1 1 @ 1 0 06376860 +polyphony n 1 4 ! @ ~ + 1 0 07024929 +polyphosphate n 1 1 @ 1 1 14994726 +polyphosphoric_acid n 1 2 @ ~ 1 0 14615264 +polyplacophora n 1 3 @ #m %m 1 0 01954729 +polyplacophore n 1 2 @ #m 1 0 01955084 +polyploid n 1 3 @ + ; 1 0 01320692 +polyploidy n 1 1 @ 1 0 14570939 +polypodiaceae n 1 3 @ #m %m 1 0 13172107 +polypodiales n 1 3 @ #m %m 1 0 13169674 +polypodium n 1 3 @ #m %m 1 0 13172725 +polypodium_aureum n 1 2 @ #m 1 0 13177048 +polypodium_glycyrrhiza n 1 1 @ 1 0 13173132 +polypodium_polypodioides n 1 1 @ 1 0 13173259 +polypodium_scouleri n 1 1 @ 1 0 13173488 +polypodium_virgianum n 1 1 @ 1 0 13173697 +polypodium_vulgare n 1 1 @ 1 0 13173882 +polypody n 1 3 @ ~ #m 1 0 13172923 +polyporaceae n 1 3 @ #m %m 1 0 13049561 +polypore n 1 2 @ ~ 1 0 13049953 +polyporus n 1 3 @ #m %m 1 0 13052431 +polyporus_frondosus n 1 2 @ #m 1 0 13052670 +polyporus_squamosus n 1 2 @ #m 1 0 13052931 +polyporus_tenuiculus n 1 2 @ #m 1 0 13052248 +polyprion n 1 3 @ #m %m 1 0 02568326 +polyprion_americanus n 1 2 @ #m 1 0 02568447 +polypropene n 1 1 @ 1 0 14996158 +polypropenonitrile n 1 1 @ 1 0 03979847 +polypropylene n 1 1 @ 1 0 14996158 +polyptoton n 1 1 @ 1 0 07100522 +polypus n 1 2 @ ~ 1 0 14234436 +polysaccharide n 1 3 @ ~ %s 1 0 14994004 +polysemant n 1 1 @ 1 0 06301953 +polysemantic_word n 1 1 @ 1 0 06301953 +polysemous_word n 1 1 @ 1 0 06301953 +polysemy n 1 3 ! @ + 1 0 04825576 +polysomy n 1 1 @ 1 0 14467846 +polystichum n 1 3 @ #m %m 1 0 13199445 +polystichum_acrostichoides n 1 2 @ #m 1 0 13199717 +polystichum_aculeatum n 1 1 @ 1 0 13195341 +polystichum_adiantiformis n 1 2 @ #m 1 0 13200986 +polystichum_braunii n 1 1 @ 1 0 13200193 +polystichum_lonchitis n 1 1 @ 1 0 13200411 +polystichum_scopulinum n 1 1 @ 1 0 13200542 +polystichum_setiferum n 1 2 @ #m 1 0 13200651 +polystyrene n 1 2 @ ~ 1 0 14595711 +polysyllabic_word n 1 2 @ ~ 1 0 06302083 +polysyllable n 1 3 @ ~ + 1 0 06302083 +polysyndeton n 1 1 @ 1 0 07105045 +polytechnic n 1 1 @ 1 0 08285407 +polytechnic_institute n 1 1 @ 1 0 08285407 +polytetrafluoroethylene n 1 1 @ 1 0 14596398 +polytheism n 1 4 ! @ ~ + 1 0 06224305 +polytheist n 1 1 @ 1 0 10452535 +polythene n 1 1 @ 1 0 14594313 +polytonalism n 1 1 @ 1 0 07025151 +polytonality n 1 2 @ + 1 0 07025151 +polyunsaturated_fat n 1 1 @ 1 0 14994824 +polyunsaturated_fatty_acid n 1 2 @ ~ 1 0 14741730 +polyurethan n 1 2 @ ~ 1 0 14903095 +polyurethane n 1 2 @ ~ 1 0 14903095 +polyurethane_foam n 1 1 @ 1 0 14903339 +polyuria n 1 2 @ #p 1 0 14114365 +polyvalence n 2 3 @ + ; 2 0 14570330 14570091 +polyvalency n 2 3 @ + ; 2 0 14570330 14570091 +polyvinyl-formaldehyde n 1 1 @ 1 0 14996295 +polyvinyl_acetate n 1 1 @ 1 0 14595279 +polyvinyl_chloride n 1 1 @ 1 0 14595403 +polyvinyl_resin n 1 2 @ ~ 1 0 15088440 +polyzoa n 1 3 @ #m %m 1 0 02313495 +polyzoan n 1 2 @ #m 1 0 02313709 +pom n 1 2 @ ; 1 0 09703573 +pom-pom n 2 3 @ ~ %p 2 0 03980734 02715712 +pomacanthus n 1 3 @ #m %m 1 0 02605809 +pomace_fly n 1 2 @ ~ 1 0 02196344 +pomacentridae n 1 3 @ #m %m 1 0 02606194 +pomacentrus n 1 3 @ #m %m 1 0 02606590 +pomacentrus_leucostictus n 1 2 @ #m 1 0 02606751 +pomade n 1 3 @ ~ + 1 0 03980026 +pomaderris n 1 3 @ #m %m 1 0 13143930 +pomaderris_apetala n 1 3 @ #m %s 1 0 13144084 +pomatomidae n 1 3 @ #m %m 1 0 02573406 +pomatomus n 1 3 @ #m %m 1 0 02573563 +pomatomus_saltatrix n 1 3 @ #m %p 1 0 02573704 +pomatum n 1 2 @ ~ 1 0 03980026 +pome n 1 2 @ ~ 1 0 13138842 +pomegranate n 2 4 @ #m #p %p 2 0 12345280 07768694 +pomegranate_tree n 1 3 @ #m %p 1 0 12345280 +pomelo n 2 4 @ #m #p %p 2 0 12709103 07750146 +pomelo_tree n 1 3 @ #m %p 1 0 12709103 +pomeranian n 1 1 @ 1 0 02112018 +pomfret n 1 2 @ #m 1 0 02582721 +pomme_blanche n 1 2 @ #m 1 0 12564613 +pomme_de_prairie n 1 2 @ #m 1 0 12564613 +pommel n 3 3 @ ~ #p 3 0 03980332 03980178 03626272 +pommel_horse n 1 2 @ %p 1 0 03980478 +pommy n 1 2 @ ; 1 0 09703573 +pomo n 2 1 @ 2 0 09666039 06921300 +pomolobus n 1 2 @ #m 1 0 02531362 +pomolobus_pseudoharengus n 1 3 @ #m %p 1 0 02531114 +pomologist n 1 1 @ 1 0 10452631 +pomology n 1 1 @ 1 0 06069886 +pomoxis n 1 3 @ #m %m 1 0 02562680 +pomoxis_annularis n 1 1 @ 1 0 02563079 +pomoxis_nigromaculatus n 1 1 @ 1 0 02562971 +pomp n 2 2 @ + 2 0 06880134 04815002 +pompadour n 2 2 @ + 2 0 11241655 05260240 +pompano n 2 5 @ ~ #m #p %p 2 0 07781689 02579557 +pompeii n 1 2 @ #p 1 0 08803883 +pompey n 2 2 @ #p 2 0 11241854 08879680 +pompey_the_great n 1 1 @ 1 0 11241854 +pompon n 2 1 @ 2 0 03980734 02589796 +pomposity n 1 2 @ + 1 0 04817923 +pompousness n 1 2 @ + 1 1 04817923 +ponca n 2 1 @ 2 0 09666206 06911758 +ponce n 2 3 @ ~ ; 2 0 10452752 10433737 +ponce_de_leon n 1 1 @ 1 0 11242077 +poncho n 1 1 @ 1 1 03980874 +poncirus n 1 3 @ #m %m 1 0 12714114 +poncirus_trifoliata n 1 2 @ #m 1 0 12714254 +pond n 1 2 @ ~ 1 1 09397391 +pond-apple_tree n 1 2 @ %p 1 0 11695285 +pond-scum_parasite n 1 2 @ #m 1 0 12978076 +pond-skater n 1 3 @ ~ #m 1 0 02243562 +pond_apple n 2 3 @ #p %p 2 0 11695285 07761954 +pond_bald_cypress n 1 2 @ #m 1 0 11641963 +pond_cypress n 1 2 @ #m 1 0 11642243 +pond_lily n 1 2 @ #m 1 0 11715430 +pond_pine n 1 1 @ 1 0 11611561 +pond_scum n 1 2 @ #m 1 0 01410457 +ponderer n 1 2 @ + 1 0 10339504 +ponderosa n 1 1 @ 1 0 11614420 +ponderosa_pine n 1 1 @ 1 0 11614420 +ponderosity n 1 2 @ + 1 0 05027837 +ponderousness n 2 2 @ + 2 0 05206829 05027837 +pondweed n 2 4 @ ~ #m %m 2 0 12615710 12614317 +pondweed_family n 1 3 @ #m %m 1 0 12615427 +pone n 1 1 @ 1 0 07688624 +pong n 1 2 @ ; 1 0 05715150 +pongamia n 1 3 @ #m %m 1 0 12563567 +pongamia_glabra n 1 2 @ #m 1 0 12563702 +pongee n 1 1 @ 1 0 03980986 +pongid n 1 3 @ ~ #m 1 0 02480153 +pongidae n 1 3 @ #m %m 1 0 02479896 +pongo n 1 3 @ #m %m 1 0 02480346 +pongo_pygmaeus n 1 2 @ #m 1 0 02480495 +poniard n 1 2 @ + 1 0 03981094 +ponka n 2 1 @ 2 0 09666206 06911758 +pons n 2 3 @ #p %p 2 0 11242321 05500992 +pons_asinorum n 1 1 @ 1 0 06786358 +pons_varolii n 1 3 @ #p %p 1 0 05500992 +ponselle n 1 1 @ 1 0 11242469 +ponstel n 1 1 @ 1 0 03742531 +ponte_25_de_abril n 1 2 @ #p 1 0 03981204 +pontederia n 1 3 @ #m %m 1 0 12609842 +pontederia_cordata n 1 2 @ #m 1 0 12609968 +pontederiaceae n 1 3 @ #m %m 1 0 12609638 +pontiac n 1 1 @ 1 0 11242596 +pontifex n 1 3 @ + ; 1 0 10452892 +pontiff n 1 4 @ ~ #m + 1 0 10453533 +pontifical n 1 1 @ 1 0 03981340 +pontificate n 1 3 @ %m + 1 0 08053260 +pontius_pilate n 1 1 @ 1 0 11235112 +pontoon n 2 3 @ #p ; 2 0 03981566 03981464 +pontoon_bridge n 1 2 @ %p 1 1 03981760 +pontoon_plane n 1 1 @ 1 0 03365231 +pontos n 1 2 @ ; 1 0 09568776 +pontus n 2 3 @ #p ; 2 0 09568776 08701719 +pony n 5 2 @ ~ 5 2 02380335 02385098 06347225 04206225 02382437 +pony-trekking n 1 2 @ ; 1 0 00450866 +pony_cart n 1 1 @ 1 0 03981924 +pony_express n 1 1 @ 1 0 06265815 +ponycart n 1 1 @ 1 0 03981924 +ponytail n 1 1 @ 1 0 05260380 +pooch n 1 1 @ 1 0 02084732 +pood n 1 1 @ 1 0 13718838 +poodle n 1 2 @ ~ 1 0 02113335 +poodle_dog n 1 2 @ ~ 1 0 02113335 +pooecetes n 1 3 @ #m %m 1 0 01535005 +pooecetes_gramineus n 1 2 @ #m 1 0 01535140 +poof n 1 2 @ ; 1 0 10076033 +pooh-bah n 1 1 @ 1 0 10174971 +pool n 9 4 @ ~ %p + 9 6 03982060 09397391 08481369 08236438 13369857 09397607 13369474 08665101 00501080 +pool_ball n 1 2 @ ~ 1 0 03982232 +pool_cue n 1 2 @ %p 1 0 03145522 +pool_player n 1 1 @ 1 0 10453184 +pool_stick n 1 2 @ %p 1 0 03145522 +pool_table n 1 2 @ %p 1 0 03982430 +pooler n 1 1 @ 1 0 10453061 +pooling_of_interest n 1 1 @ 1 0 13407012 +poolroom n 1 1 @ 1 0 03982331 +poon n 2 5 @ ~ #m #s %s 2 0 12364823 12364604 +poop n 4 4 @ #p %p ; 4 0 14854581 10358794 06636113 04316646 +poop_deck n 1 1 @ 1 0 03982642 +poor n 1 4 ! @ ~ ; 1 0 08179205 +poor_box n 1 1 @ 1 0 03982767 +poor_boy n 1 1 @ 1 0 07697825 +poor_devil n 1 1 @ 1 1 10453265 +poor_fish n 1 2 @ ~ 1 0 10667187 +poor_law n 1 2 @ ; 1 0 06538785 +poor_man's_orchid n 1 2 @ #m 1 0 12913144 +poor_man's_pulse n 1 2 @ #m 1 0 12547872 +poor_man's_weatherglass n 1 1 @ 1 0 12092417 +poor_people n 1 4 ! @ ~ ; 1 0 08179205 +poor_person n 1 2 @ ~ 1 0 10453357 +poor_rates n 1 2 @ ; 1 0 13315077 +poor_speller n 1 1 @ 1 0 10635149 +poor_white_trash n 1 2 @ ; 1 1 09641226 +poorhouse n 1 2 @ ~ 1 0 03982895 +poorness n 4 3 @ ~ + 4 0 14493145 05148399 05113462 04730797 +poorwill n 1 2 @ #m 1 0 01836673 +poove n 1 2 @ ; 1 0 10076033 +pop n 4 3 @ %s + 4 1 09988063 07927512 07390400 07059962 +pop-fly n 1 2 @ ; 1 0 00128976 +pop-up n 2 2 @ ; 2 0 06413260 00128976 +pop-up_book n 1 1 @ 1 0 06413260 +pop_art n 1 1 @ 1 0 03983068 +pop_bottle n 1 1 @ 1 0 03983396 +pop_fly n 1 2 @ ; 1 1 00128976 +pop_group n 1 2 @ ~ 1 0 08249752 +pop_music n 1 1 @ 1 0 07059962 +pop_quiz n 1 1 @ 1 0 07198757 +pop_tent n 1 1 @ 1 1 03984125 +popcorn n 2 3 @ #p %p 2 0 12145477 07732636 +popcorn_ball n 1 1 @ 1 0 07608721 +pope n 2 4 @ ~ #m + 2 1 10453533 11242743 +pope's_nose n 1 2 @ #p 1 0 07649463 +pope_alexander_vi n 1 1 @ 1 0 10813204 +popery n 1 1 @ 1 0 01030488 +popgun n 1 1 @ 1 0 03983499 +popillia n 1 3 @ #m %m 1 0 02173240 +popillia_japonica n 1 2 @ #m 1 0 02173373 +popinjay n 2 1 @ 2 0 10454645 01817263 +poplar n 2 5 @ ~ #m #s %s 2 0 12731714 12731401 +poplar_bluff n 1 2 @ #p 1 0 09107305 +poplar_tree n 1 4 @ ~ #m %s 1 0 12731401 +poplin n 1 1 @ 1 1 03983612 +popliteal_artery n 1 1 @ 1 0 05345421 +popliteal_vein n 1 1 @ 1 0 05377371 +popover n 1 1 @ 1 0 07690739 +popper n 3 2 @ + 3 0 11242849 03983814 03983712 +poppet n 1 2 @ #p 1 0 03983928 +poppet_valve n 1 2 @ #p 1 0 03983928 +popping n 1 2 @ + 1 1 07390400 +poppy n 1 3 @ ~ #m 1 1 11900569 +poppy_day n 1 2 @ ; 1 0 15200661 +poppy_family n 1 3 @ #m %m 1 0 11900058 +poppy_mallow n 1 3 @ ~ #m 1 0 12174926 +poppy_seed n 1 2 @ #p 1 0 07827750 +poppycock n 1 2 @ ; 1 0 06609909 +popsicle n 1 1 @ 1 0 07615774 +populace n 1 3 @ ~ %m 1 1 08179689 +popular_democratic_front_for_the_liberation_of_palestine n 1 2 @ ; 1 0 08019523 +popular_front n 1 1 @ 1 0 08294581 +popular_front_for_the_liberation_of_palestine n 1 2 @ ; 1 0 08038379 +popular_front_for_the_liberation_of_palestine-general_command n 1 2 @ ; 1 0 08038748 +popular_music n 1 2 @ ~ 1 1 07059255 +popular_music_genre n 1 2 @ ~ 1 0 07059255 +popular_opinion n 1 1 @ 1 0 05949726 +popular_struggle_front n 1 2 @ ; 1 0 08038995 +popularisation n 2 2 @ + 2 0 07174260 00273077 +populariser n 1 2 @ + 1 0 10454752 +popularism n 1 1 @ 1 1 07025302 +popularity n 1 5 ! @ ~ = + 1 1 04808639 +popularity_contest n 1 1 @ 1 1 01169200 +popularization n 2 2 @ + 2 0 07174260 00273077 +popularizer n 1 2 @ + 1 0 10454752 +populated_area n 1 3 @ ~ %p 1 0 08675967 +population n 5 4 @ ~ + ; 5 4 08179879 08178741 06026276 13779804 01257969 +population_commission n 1 1 @ 1 0 08298737 +population_control n 1 1 @ 1 0 01124384 +population_growth n 1 2 @ ~ 1 0 13538996 +population_profile n 1 1 @ 1 0 07002863 +population_scientist n 1 1 @ 1 0 10002257 +population_shift n 1 1 @ 1 1 07359920 +populism n 1 2 @ + 1 0 05965933 +populist n 1 2 @ + 1 0 10002031 +populist_party n 1 1 @ 1 0 08262494 +populus n 1 3 @ #m %m 1 0 12731202 +populus_alba n 1 1 @ 1 0 12732009 +populus_balsamifera n 1 1 @ 1 0 12731835 +populus_canescens n 1 1 @ 1 0 12732252 +populus_deltoides n 1 1 @ 1 0 12732966 +populus_grandidentata n 1 1 @ 1 0 12734215 +populus_heterophylla n 1 1 @ 1 0 12733428 +populus_nigra n 1 2 @ ~ 1 0 12732491 +populus_nigra_italica n 1 1 @ 1 0 12732605 +populus_tremula n 1 1 @ 1 0 12733870 +populus_tremuloides n 1 1 @ 1 0 12734070 +populus_trichocarpa n 1 1 @ 1 0 12733218 +porbeagle n 1 2 @ #m 1 0 01483830 +porc n 1 4 @ ~ #p %p 1 0 07668702 +porcelain n 1 2 @ ~ 1 0 03984234 +porcelain_clay n 1 3 @ #s - 1 0 14670639 +porcellio n 1 3 @ #m %m 1 0 01992113 +porcellionidae n 1 3 @ #m %m 1 0 01991982 +porch n 1 3 @ ~ #p 1 1 03984381 +porcupine n 1 3 @ ~ %p 1 1 02346627 +porcupine_ball n 1 1 @ 1 0 07871588 +porcupine_fish n 1 2 @ #m 1 0 02655848 +porcupine_provision n 1 2 @ ~ 1 0 00175605 +porcupinefish n 1 2 @ #m 1 0 02655848 +porcupines n 1 1 @ 1 0 07871588 +pore n 3 4 @ ~ #p + 3 2 13912115 05245906 11680032 +pore_fungus n 1 2 @ ~ 1 0 13049953 +pore_mushroom n 1 2 @ ~ 1 0 13049953 +porgy n 2 3 @ ~ #p 2 0 07790081 02590987 +porifera n 1 3 @ #m %m 1 0 01906552 +poriferan n 1 3 @ ~ #m 1 0 01906749 +poring_over n 1 1 @ 1 0 06598445 +pork n 2 4 @ ~ #p %p 2 1 07668702 13358000 +pork-and-veal_goulash n 1 1 @ 1 0 07590841 +pork-barreling n 1 1 @ 1 0 00078821 +pork-fish n 1 2 @ #m 1 0 02589623 +pork_and_beans n 1 1 @ 1 0 07874674 +pork_barrel n 1 1 @ 1 0 13358000 +pork_belly n 1 1 @ 1 0 07669713 +pork_butcher n 1 2 @ ; 1 0 10454972 +pork_loin n 1 3 @ #p %p 1 0 07669470 +pork_pie n 1 1 @ 1 0 07872284 +pork_roast n 1 1 @ 1 0 07669788 +pork_sausage n 1 2 @ ~ 1 0 07677593 +pork_tenderloin n 1 1 @ 1 0 07660283 +porkchop n 1 1 @ 1 1 07670254 +porker n 1 1 @ 1 0 02395931 +porkfish n 1 2 @ #m 1 0 02589623 +porkholt n 1 1 @ 1 0 07590974 +porkpie n 1 1 @ 1 0 03984643 +porkpie_hat n 1 1 @ 1 0 03984643 +porn n 1 2 @ ~ 1 0 00747215 +porn_merchant n 1 1 @ 1 0 10455094 +porno n 1 2 @ ~ 1 0 00747215 +pornographer n 1 2 @ + 1 0 10455094 +pornography n 1 3 @ ~ + 1 0 00747215 +poronotus n 1 3 @ #m %m 1 0 02633287 +poronotus_triacanthus n 1 2 @ #m 1 0 02633422 +poroporo n 1 1 @ 1 0 12893794 +porosity n 1 4 ! @ ~ + 1 1 04940146 +porousness n 1 3 @ ~ + 1 0 04940146 +porphyra n 1 3 @ #m %m 1 0 01415393 +porphyria n 1 1 @ 1 0 14507651 +porphyrin n 1 1 @ 1 0 15024124 +porphyrio n 1 2 @ #m 1 0 02017093 +porphyrio_porphyrio n 1 1 @ 1 0 02017213 +porphyritic_rock n 1 2 @ %s 1 0 14996395 +porphyrula n 1 3 @ #m %m 1 0 02017335 +porphyrula_martinica n 1 2 @ #m 1 0 02017475 +porphyry n 1 3 @ %s + 1 0 14996395 +porpoise n 1 3 @ ~ #m 1 0 02070430 +porpoise_oil n 1 1 @ 1 0 14996579 +porridge n 1 3 @ ~ %s 1 0 07874780 +porringer n 1 1 @ 1 0 03984759 +port n 5 4 @ ~ + ; 5 4 08633957 07900825 03984908 03642928 03578656 +port-access_coronary_bypass_surgery n 1 1 @ 1 0 00676160 +port-au-prince n 1 2 @ #p 1 0 08751885 +port-of-spain n 1 2 @ #p 1 0 08756511 +port-wine_stain n 1 1 @ 1 0 04696193 +port_arthur n 2 3 @ #p ; 2 0 08727396 01292017 +port_jackson_fig n 1 1 @ 1 0 12403276 +port_jackson_heath n 1 1 @ 1 0 12253835 +port_jackson_pine n 1 1 @ 1 0 11633863 +port_louis n 1 2 @ #p 1 0 08967688 +port_moresby n 1 2 @ #p 1 0 08845053 +port_of_call n 1 1 @ 1 0 08639479 +port_of_entry n 1 2 @ ~ 1 0 08638442 +port_of_spain n 1 2 @ #p 1 0 08756511 +port_orford_cedar n 2 4 @ #m #s %s 2 0 11635709 11635433 +port_sudan n 1 2 @ #p 1 0 09030467 +port_vila n 1 2 @ #p 1 0 09160968 +port_watcher n 1 1 @ 1 0 10455821 +port_wine n 1 1 @ 1 0 07900825 +porta n 1 2 @ ~ 1 0 05249636 +porta_hepatis n 1 1 @ 1 0 05250190 +portability n 1 2 @ + 1 0 04776176 +portable n 1 2 @ + 1 0 03985069 +portable_circular_saw n 1 1 @ 1 0 03985441 +portable_computer n 1 3 @ ~ %p 1 0 03985232 +portable_saw n 1 1 @ 1 0 03985441 +portacaval_shunt n 1 1 @ 1 0 05548314 +portage n 3 2 @ + 3 0 13306346 03985588 00319717 +portal n 3 2 @ #p 3 1 03985684 06359657 05377665 +portal_hypertension n 1 1 @ 1 0 14104830 +portal_site n 1 1 @ 1 0 06359657 +portal_system n 1 2 @ %p 1 0 05377515 +portal_tomb n 1 1 @ 1 0 03220237 +portal_vein n 1 2 @ #p 1 0 05377665 +portcullis n 1 1 @ 1 0 03985881 +porte n 1 1 @ 1 0 08052227 +porte-cochere n 2 1 @ 2 0 03986224 03986071 +portent n 1 3 @ ~ + 1 0 07286368 +porter n 7 3 @ ~ + 7 2 10455447 10026553 11243424 11243268 11243102 10455305 07890226 +porter's_beer n 1 1 @ 1 0 07890226 +porterage n 2 2 @ + 2 0 13324710 00319825 +porterhouse n 1 2 @ #p 1 1 07660800 +porterhouse_steak n 1 2 @ #p 1 0 07660800 +portfolio n 4 1 @ 4 1 03986355 08242428 06494153 00721282 +porthole n 2 4 @ #p %p ; 2 0 03986562 03984908 +portia_tree n 1 2 @ #m 1 0 12188635 +portico n 1 2 @ ~ 1 0 03986704 +portiere n 1 1 @ 1 0 03986857 +portion n 7 5 @ ~ #p %p + 7 4 13809207 03892891 01085098 13285176 14473222 13265425 07578363 +portland n 2 2 @ #p 2 0 09133895 09093472 +portland_cement n 1 1 @ 1 0 14804958 +portmanteau n 2 2 @ - 2 0 06288527 03986949 +portmanteau_word n 1 2 @ - 1 0 06288527 +porto n 1 2 @ #p 1 0 08986374 +porto_novo n 1 2 @ #p 1 0 08759684 +porto_rico n 2 3 @ #p %p 2 0 08752974 08752814 +portrait n 2 3 @ ~ + 2 2 07202391 03987079 +portrait_camera n 1 2 @ %p 1 0 03987266 +portrait_lens n 1 2 @ #p 1 0 03987376 +portrait_painter n 1 1 @ 1 0 10455619 +portraitist n 1 2 @ + 1 0 10455619 +portraiture n 2 2 @ + 2 0 07202391 00900957 +portrayal n 5 3 @ ~ + 5 2 07202391 00548802 05766984 03987079 00900726 +portrayer n 1 2 @ + 1 0 10455619 +portraying n 1 3 @ ~ + 1 0 05766984 +portsmouth n 3 2 @ #p 3 0 09151216 09112123 08879680 +portugal n 1 6 @ #m #p %m %p - 1 1 08984788 +portuguese n 2 4 @ #m + ; 2 1 06966310 09728009 +portuguese_cypress n 1 1 @ 1 0 11632376 +portuguese_escudo n 1 3 @ #p %p 1 0 13676108 +portuguese_guinea n 1 3 @ #p %p 1 0 08947772 +portuguese_heath n 1 1 @ 1 0 12228886 +portuguese_man-of-war n 1 2 @ #m 1 0 01913166 +portuguese_monetary_unit n 1 2 @ ~ 1 0 13675976 +portuguese_republic n 1 6 @ #m #p %m %p - 1 0 08984788 +portulaca n 1 3 @ ~ #m 1 0 11857696 +portulaca_grandiflora n 1 1 @ 1 0 11857875 +portulaca_oleracea n 1 2 @ #m 1 0 11858077 +portulacaceae n 1 3 @ #m %m 1 0 11856981 +portunidae n 1 3 @ #m %m 1 0 01978744 +portunus n 1 3 @ #m %m 1 0 01979124 +portunus_puber n 1 2 @ #m 1 0 01979269 +portwatcher n 1 1 @ 1 1 10455821 +porzana n 1 3 @ #m %m 1 0 02015944 +porzana_porzana n 1 2 @ #m 1 0 02016066 +pos_tagger n 1 1 @ 1 0 06577916 +pose n 3 3 @ ~ + 3 1 04788011 05081300 00755673 +poseidon n 1 2 @ ; 1 0 09568927 +poser n 3 3 @ ~ + 3 0 10455915 10324560 06785367 +poseur n 1 2 @ ~ 1 1 10455915 +poseuse n 1 1 @ 1 0 10456070 +posing n 1 3 @ + ; 1 0 00344421 +posit n 1 4 @ ~ + ; 1 0 06753299 +position n 16 5 @ ~ = + ; 16 12 08621598 08622586 06208751 05079866 13945919 00586262 05074774 08622201 00722479 01051331 13925752 06196284 06783265 06483454 00721431 00083448 +position_effect n 1 2 @ ; 1 0 11416534 +position_paper n 2 1 @ 2 0 07220045 06506430 +positional_notation n 1 2 @ ~ 1 0 06809421 +positional_representation_system n 1 2 @ ~ 1 0 06809421 +positioner n 1 3 @ + ; 1 0 04110439 +positioning n 1 3 @ ~ + 1 0 01051331 +positive n 2 2 @ #p 2 0 06322468 03987509 +positive_charge n 1 2 ! @ 1 0 11435871 +positive_chemotaxis n 1 1 @ 1 0 00863121 +positive_correlation n 1 2 @ ; 1 0 06032898 +positive_degree n 1 1 @ 1 0 06322468 +positive_feedback n 1 2 @ ~ 1 1 13539262 +positive_fraud n 1 1 @ 1 0 00778213 +positive_identification n 1 2 @ ~ 1 0 06885389 +positive_magnetic_pole n 1 1 @ 1 0 03987674 +positive_muon n 1 1 @ 1 0 09199581 +positive_pole n 2 1 @ 2 0 03987865 03987674 +positive_reinforcer n 1 1 @ 1 0 05828820 +positive_reinforcing_stimulus n 1 1 @ 1 0 05828820 +positive_stimulus n 1 2 @ ~ 1 0 05829342 +positiveness n 5 4 ! @ ~ + 5 0 13856857 05166805 05160796 05108109 04755218 +positivism n 2 3 @ ~ + 2 1 05993367 05166805 +positivist n 1 3 @ ~ + 1 1 10456138 +positivity n 5 4 ! @ ~ + 5 0 13856857 05166805 05160796 05108109 04755218 +positron n 1 1 @ 1 0 09397896 +positron_emission_tomography n 1 1 @ 1 0 00902376 +positron_emission_tomography_scanner n 1 1 @ 1 0 03987990 +posology n 1 1 @ 1 0 06055692 +posse n 1 2 @ %m 1 1 08405490 +posse_comitatus n 1 2 @ %m 1 0 08405490 +posseman n 1 2 @ #m 1 1 10456391 +possession n 7 4 @ ~ + ; 7 2 00809465 00032613 14407795 09182524 08631531 04862005 00809702 +possessive n 1 2 @ ~ 1 0 06311852 +possessive_case n 1 2 @ ~ 1 0 06311852 +possessiveness n 1 2 @ + 1 0 04945942 +possessor n 1 3 @ ~ + 1 0 10389398 +posset n 1 1 @ 1 0 07916773 +possibility n 4 6 ! @ ~ #p = + 4 4 05951180 14481929 05888929 05792010 +possible n 2 1 @ 2 1 05792192 10456514 +possible_action n 1 2 @ ~ 1 0 05792010 +possibleness n 1 4 @ ~ = + 1 0 14481929 +possum n 2 3 @ ~ #m 2 1 01874928 01881171 +possum_haw n 1 1 @ 1 0 12757303 +possum_oak n 1 1 @ 1 0 12276110 +possumwood n 1 3 @ #m %p 1 0 12771597 +post n 11 5 @ ~ %p + ; 11 4 08624385 03763403 00586262 03988170 11243907 11243720 11243562 08463063 07257815 06264398 00318186 +post-hole_digger n 1 1 @ 1 0 03989665 +post-horse n 1 1 @ 1 0 02387722 +post-impressionist n 1 1 @ 1 0 10459414 +post-it n 1 1 @ 1 0 06259297 +post-maturity n 1 1 @ 1 0 14426325 +post-menopause n 1 1 @ 1 0 14426325 +post-mortem n 2 2 @ + 2 0 07144039 00141396 +post-mortem_examination n 1 1 @ 1 0 00141396 +post-obit_bond n 1 1 @ 1 0 13339189 +post-office_box n 1 1 @ 1 0 03990210 +post-office_box_number n 1 1 @ 1 0 08491531 +post-rotational_nystagmus n 1 1 @ 1 0 00338404 +post_and_lintel n 1 1 @ 1 0 03988926 +post_card n 1 2 @ ~ 1 0 06627938 +post_chaise n 1 1 @ 1 0 03989199 +post_doc n 2 1 @ 2 0 13267687 10456696 +post_exchange n 1 1 @ 1 0 03989447 +post_hoc n 1 1 @ 1 0 05894972 +post_hoc_ergo_propter_hoc n 1 1 @ 1 0 05894972 +post_hole n 1 1 @ 1 0 03989553 +post_horn n 1 1 @ 1 0 03989777 +post_horse n 1 1 @ 1 0 02387722 +post_house n 1 1 @ 1 0 03989898 +post_oak n 1 1 @ 1 0 12278371 +post_office n 3 2 @ %p 3 1 08145553 08145277 00487326 +post_road n 1 1 @ 1 0 03990385 +postage n 2 2 @ + 2 0 13324826 06796119 +postage_meter n 1 1 @ 1 0 03988758 +postage_stamp n 1 1 @ 1 0 06796119 +postal_card n 1 2 @ ~ 1 0 06627938 +postal_clerk n 1 1 @ 1 0 10459116 +postal_code n 1 2 @ #p 1 0 06355705 +postal_order n 1 1 @ 1 0 13380820 +postal_rate_commission n 1 1 @ 1 0 08127166 +postal_service n 1 2 @ ~ 1 0 06264398 +postbag n 1 1 @ 1 0 03709823 +postbox n 1 2 @ ~ 1 0 03989074 +postcard n 1 2 @ ~ 1 0 06627938 +postcava n 1 1 @ 1 0 05422852 +postcentral_gyrus n 1 2 @ #p 1 0 05493141 +postcode n 1 2 @ #p 1 0 06355705 +postdiluvian n 1 1 @ 1 0 10456603 +postdoc n 2 1 @ 2 0 13267687 10456696 +postdoctoral n 1 1 @ 1 0 13267687 +poste_restante n 2 2 @ #p 2 0 08145701 06265636 +poster n 3 3 @ ~ + 3 1 06793426 09854510 02387722 +poster_board n 1 1 @ 1 0 14801146 +poster_boy n 1 1 @ 1 0 10456874 +poster_child n 1 2 @ ~ 1 0 10456950 +poster_color n 1 1 @ 1 0 04407257 +poster_colour n 1 1 @ 1 0 04407257 +poster_girl n 1 1 @ 1 0 10457214 +poster_paint n 1 1 @ 1 0 04407257 +posterboard n 1 1 @ 1 0 14801146 +posterior n 2 3 @ #p + 2 0 05559256 05306476 +posterior_cardinal_vein n 1 1 @ 1 0 05360170 +posterior_cerebral_artery n 1 1 @ 1 0 05341789 +posterior_facial_vein n 1 1 @ 1 0 05379438 +posterior_labial_veins n 1 1 @ 1 0 05424504 +posterior_meningeal_artery n 1 1 @ 1 0 05351572 +posterior_naris n 1 1 @ 1 0 05600270 +posterior_pituitary n 1 3 @ #p %p 1 0 05484862 +posterior_pituitary_gland n 1 3 @ #p %p 1 0 05484862 +posterior_serratus_muscle n 1 2 @ ~ 1 0 05550688 +posterior_subcapsular_cataract n 1 1 @ 1 0 14256227 +posterior_synechia n 1 1 @ 1 0 14206826 +posterior_temporal_artery n 1 1 @ 1 0 05355341 +posterior_vein_of_the_left_ventricle n 1 1 @ 1 0 05377833 +posteriority n 2 4 ! @ + ; 2 0 05078450 05047617 +posterity n 2 1 @ 2 0 08369220 08369142 +postern n 1 1 @ 1 0 03989349 +postfix n 1 1 @ 1 0 06308987 +postfix_notation n 1 1 @ 1 0 06814655 +postgraduate n 1 2 @ + 1 0 10141109 +posthitis n 1 1 @ 1 0 14354121 +posthole n 1 1 @ 1 0 03989553 +posthole_digger n 1 1 @ 1 0 03989665 +posthouse n 1 1 @ 1 0 03989898 +posthumous_birth n 2 1 @ 2 0 07321142 07321012 +posthypnotic_amnesia n 1 1 @ 1 0 05673710 +posthypnotic_suggestion n 1 1 @ 1 0 05916520 +postiche n 2 2 @ ~ 2 0 03476083 03318438 +postilion n 1 1 @ 1 0 10459212 +postillion n 1 1 @ 1 0 10459212 +postimpressionist n 1 1 @ 1 0 10459414 +posting n 3 4 @ ~ + ; 3 0 06793426 06494373 00122338 +postlude n 1 1 @ 1 0 07041344 +postman n 1 1 @ 1 0 10283037 +postmark n 1 2 @ + 1 1 07270718 +postmaster n 1 2 @ ~ 1 0 10459575 +postmaster_general n 1 1 @ 1 1 10459764 +postmature_infant n 1 1 @ 1 0 10457293 +postmistress n 1 1 @ 1 0 10459687 +postmodernism n 1 1 @ 1 0 03990025 +postmortem n 2 2 @ + 2 0 07144039 00141396 +postmortem_examination n 1 1 @ 1 0 00141396 +postnasal_drip n 1 1 @ 1 0 14333721 +postponement n 2 3 @ ~ + 2 0 15272029 01066881 +postponer n 1 2 @ + 1 0 10478626 +postposition n 1 3 @ + ; 1 0 06483702 +postscript n 2 3 @ ~ #p 2 1 06764623 06399631 +posttraumatic_amnesia n 1 1 @ 1 0 05672862 +posttraumatic_epilepsy n 1 1 @ 1 0 14089450 +posttraumatic_stress_disorder n 1 3 @ ~ %p 1 0 14386130 +postulant n 1 1 @ 1 0 10459882 +postulate n 1 4 @ ~ + ; 1 1 06753299 +postulation n 2 4 @ ~ + ; 2 0 06733227 06513366 +postulator n 2 3 @ + ; 2 0 10457597 10457444 +postum n 1 1 @ 1 0 07731436 +postural_hypotension n 1 1 @ 1 0 14104367 +posture n 4 5 @ ~ = + ; 4 2 05079866 05002822 06196284 05203649 +posturer n 1 1 @ 1 0 10457777 +posturing n 1 1 @ 1 0 04887701 +posy n 1 1 @ 1 0 02879087 +pot n 9 6 @ ~ #p %p + ; 9 4 03990474 04446521 13769033 03991062 13774404 13343774 05556071 03991646 03990834 +pot-au-feu n 1 1 @ 1 0 07593004 +pot_cheese n 1 1 @ 1 0 07851767 +pot_farm n 1 1 @ 1 0 03991969 +pot_likker n 1 1 @ 1 0 07584727 +pot_liquor n 1 1 @ 1 0 07584727 +pot_marigold n 1 1 @ 1 0 11943660 +pot_marjoram n 1 3 @ #m %p 1 0 12853287 +pot_metal n 2 1 @ 2 0 14802167 14718362 +pot_plant n 1 2 @ ; 1 0 11536230 +pot_roast n 1 2 @ ~ 1 0 07661711 +potable n 1 3 @ ~ + 1 0 07881800 +potage n 1 1 @ 1 0 07587023 +potage_st._germain n 1 1 @ 1 0 07588419 +potamogale n 1 2 @ #m 1 0 01894956 +potamogale_velox n 1 2 @ #m 1 0 01894956 +potamogalidae n 1 3 @ #m %m 1 0 01894670 +potamogeton n 1 3 @ #m %m 1 0 12615986 +potamogeton_americanus n 1 2 @ #m 1 0 12616630 +potamogeton_crispus n 1 2 @ #m 1 0 12616248 +potamogeton_gramineous n 1 2 @ #m 1 0 12616442 +potamogeton_nodosus n 1 2 @ #m 1 0 12616630 +potamogetonaceae n 1 3 @ #m %m 1 0 12615427 +potamophis n 1 3 @ #m %m 1 0 01736569 +potamophis_striatula n 1 2 @ #m 1 0 01736796 +potash n 1 1 @ 1 0 14996843 +potash_alum n 1 1 @ 1 0 14628119 +potash_muriate n 1 2 @ ; 1 0 14861042 +potassium n 1 2 @ #s 1 1 14650807 +potassium-argon_dating n 1 1 @ 1 0 00992544 +potassium_acid_carbonate n 1 1 @ 1 0 14860842 +potassium_alum n 1 1 @ 1 0 14628119 +potassium_bicarbonate n 1 1 @ 1 0 14860842 +potassium_bitartrate n 1 1 @ 1 0 15013269 +potassium_bromide n 1 1 @ 1 0 14861566 +potassium_carbonate n 1 2 @ ~ 1 0 14861716 +potassium_chlorate n 1 1 @ 1 0 14861887 +potassium_chloride n 1 2 @ ; 1 0 14861042 +potassium_cyanide n 1 1 @ 1 0 14862064 +potassium_dichromate n 1 1 @ 1 0 14862192 +potassium_ferrocyanide n 1 1 @ 1 0 14995061 +potassium_hydrogen_carbonate n 1 1 @ 1 0 14860842 +potassium_hydrogen_tartrate n 1 1 @ 1 0 15013269 +potassium_hydroxide n 1 1 @ 1 0 14996843 +potassium_iodide n 1 1 @ 1 0 14862316 +potassium_muriate n 1 2 @ ; 1 0 14861042 +potassium_nitrate n 1 2 @ #s 1 0 14861355 +potassium_permanganate n 1 1 @ 1 0 14995278 +potassium_sodium_tartrate n 1 1 @ 1 0 15009474 +potation n 2 2 @ ~ 2 0 07883980 00843575 +potato n 2 5 @ ~ #m #p %p 2 1 07710616 12897493 +potato_bean n 3 4 @ #m #p %p 3 0 12555553 12507379 07774032 +potato_beetle n 1 2 @ #m 1 0 02169974 +potato_blight n 1 1 @ 1 0 14218493 +potato_bug n 1 2 @ #m 1 0 02169974 +potato_chip n 1 1 @ 1 0 07712559 +potato_disease n 1 1 @ 1 0 14218493 +potato_family n 1 3 @ #m %m 1 0 12892226 +potato_fern n 2 2 @ #m 2 0 13215258 13178707 +potato_fungus n 1 2 @ #m 1 0 13016076 +potato_mildew n 1 1 @ 1 0 14218493 +potato_mold n 1 1 @ 1 0 14218493 +potato_mosaic n 1 1 @ 1 0 14280986 +potato_moth n 1 1 @ 1 0 02294407 +potato_murrain n 1 1 @ 1 0 14218493 +potato_nose n 1 1 @ 1 0 14397040 +potato_pancake n 1 1 @ 1 0 07641581 +potato_peel n 1 1 @ 1 0 07711683 +potato_peelings n 1 1 @ 1 0 07711683 +potato_race n 1 1 @ 1 0 07463323 +potato_salad n 1 1 @ 1 0 07807594 +potato_scab_bacteria n 1 1 @ 1 0 01376647 +potato_skin n 1 1 @ 1 0 07711683 +potato_tree n 2 2 @ #m 2 0 12897999 12894247 +potato_tuber_moth n 1 1 @ 1 0 02294407 +potato_tuberworm n 1 2 @ #m 1 0 02294577 +potato_vine n 2 2 @ #m 2 0 12897788 12895811 +potato_wart n 1 1 @ 1 0 14281851 +potato_wart_fungus n 1 2 @ #m 1 0 12979316 +potato_worm n 1 1 @ 1 0 02299505 +potato_yellow-dwarf_virus n 1 1 @ 1 1 01341727 +potato_yellow_dwarf n 1 1 @ 1 0 14284876 +potawatomi n 2 1 @ 2 0 09666349 06911857 +potbelly n 2 2 @ ; 2 0 05556071 03991202 +potbelly_stove n 1 1 @ 1 0 03991202 +potboiler n 1 1 @ 1 0 06387053 +potboy n 1 2 @ ; 1 0 10460033 +poteen n 1 1 @ 1 0 07907342 +potemkin n 1 1 @ 1 0 11244061 +potemkin_village n 1 1 @ 1 0 03991321 +potence n 1 2 ! @ 1 0 14051728 +potency n 4 5 ! @ ~ = + 4 2 05196582 05034225 14482620 14051728 +potentate n 1 2 @ ~ 1 0 10011902 +potential n 2 3 @ ~ = 2 1 14482620 11493827 +potential_difference n 1 2 @ ~ 1 0 11493827 +potential_divider n 1 2 @ ~ 1 0 03991443 +potential_drop n 1 2 @ ~ 1 0 11493827 +potential_energy n 1 2 @ ~ 1 1 11494472 +potential_unit n 1 2 @ ~ 1 0 13634784 +potentiality n 2 4 @ ~ = + 2 2 14482620 05623181 +potentiation n 1 3 @ + ; 1 0 13539422 +potentilla n 1 3 @ #m %m 1 0 12636705 +potentilla_anserina n 1 1 @ 1 0 12637123 +potentiometer n 2 1 @ 2 1 03991837 03991646 +poterium n 1 3 @ #m %m 1 0 12637319 +poterium_sanguisorba n 1 3 @ #m %p 1 0 12637485 +potful n 1 1 @ 1 0 13769033 +pothead n 1 1 @ 1 0 10460193 +pother n 1 2 @ + 1 0 14403772 +potherb n 1 1 @ 1 0 07709172 +potholder n 1 1 @ 1 0 03992115 +pothole n 1 1 @ 1 1 09398076 +potholer n 1 1 @ 1 0 10460286 +pothook n 1 2 @ ~ 1 0 03992208 +pothos n 2 2 @ #m 2 0 11792029 11788727 +pothouse n 1 4 @ ~ %p ; 1 0 04018399 +pothunter n 3 1 @ 3 0 10460720 10460599 10460501 +potion n 1 2 @ ~ 1 0 07883251 +potlatch n 1 1 @ 1 0 07455301 +potluck n 1 1 @ 1 0 07574176 +potman n 1 2 @ ; 1 0 10460033 +potomac n 2 2 @ #p 2 0 09398217 09071246 +potomac_river n 1 2 @ #p 1 0 09398217 +potomania n 1 1 @ 1 0 09181993 +potoroinae n 1 3 @ #m %m 1 0 01879983 +potoroo n 1 2 @ #m 1 0 01880473 +potorous n 1 3 @ #m %m 1 0 01880355 +potos n 1 3 @ #m %m 1 0 02509071 +potos_caudivolvulus n 1 2 @ #m 1 0 02509197 +potos_flavus n 1 2 @ #m 1 0 02509197 +potpie n 1 1 @ 1 0 07875152 +potpourri n 3 2 @ ~ 3 1 08398773 07047505 03992325 +potsdam n 1 2 @ #p 1 0 08774546 +potsdam_conference n 1 1 @ 1 0 08328088 +potsherd n 1 1 @ 1 0 03992436 +potshot n 2 1 @ 2 1 00124766 06711539 +pott's_disease n 1 1 @ 1 0 14140391 +pottage n 2 1 @ 2 0 07587111 07587023 +potter n 1 2 @ ~ 1 1 10460806 +potter's_clay n 1 2 @ ~ 1 0 14814125 +potter's_earth n 1 2 @ ~ 1 0 14814125 +potter's_field n 1 1 @ 1 0 08626845 +potter's_wheel n 1 1 @ 1 0 03992509 +potter_bee n 1 2 @ #m 1 0 02211896 +potter_wasp n 1 2 @ #m 1 0 02214499 +potterer n 1 2 @ + 1 0 10496193 +pottery n 3 3 @ ~ %s 3 2 03992703 00609868 03992888 +pottle n 1 1 @ 1 0 03992975 +potto n 2 2 @ #m 2 0 02509197 02499316 +potty n 2 4 @ ~ #p %p 2 0 04446521 03004275 +potty_chair n 1 1 @ 1 0 03993053 +potty_seat n 1 1 @ 1 0 03993053 +potyokin n 1 1 @ 1 0 11244061 +pouch n 3 4 @ ~ + ; 3 1 03993180 13914473 05516848 +pouched_mammal n 1 3 @ ~ #m 1 0 01874434 +pouched_mole n 1 2 @ #m 1 0 01886045 +pouched_mouse n 1 2 @ #m 1 0 01885158 +pouched_rat n 1 3 @ ~ #m 1 0 02353861 +poudrin n 1 3 @ #p %s 1 0 11509377 +pouf n 2 2 @ ; 2 0 10076033 03858418 +pouf_paste n 1 1 @ 1 0 07628181 +pouffe n 1 1 @ 1 0 03858418 +poulenc n 1 1 @ 1 0 11244419 +poulet n 1 4 @ ~ #p %p 1 0 07644967 +poulette n 1 1 @ 1 0 07840304 +poulterer n 1 1 @ 1 0 10461060 +poultice n 1 3 @ ~ + 1 0 03993403 +poultry n 2 5 @ ~ #m #p %p 2 1 01789740 07644706 +poultryman n 1 1 @ 1 0 10461060 +pounce n 1 2 @ + 1 0 01258161 +pound n 14 4 @ #p %p + 14 2 13720096 13686660 13720302 13695674 13695420 13694936 13694657 13694017 13693641 13648184 11244550 06809756 03993703 01175316 +pound_cake n 1 1 @ 1 0 07633229 +pound_net n 1 1 @ 1 0 03993878 +pound_sign n 1 1 @ 1 0 06809756 +pound_sterling n 1 2 @ %p 1 0 13686660 +poundage n 4 4 @ ~ + ; 4 0 13324912 13323207 05028348 00086297 +poundal n 1 1 @ 1 0 13647997 +pounder n 2 3 @ + ; 2 0 13648378 03919430 +pounding n 3 2 @ + 3 2 07410526 07401726 01175316 +pounds_per_square_inch n 1 1 @ 1 0 13711570 +pourboire n 1 2 @ ~ 1 0 13298701 +pousse-cafe n 1 1 @ 1 0 07910799 +poussin n 1 1 @ 1 0 11244765 +pout n 3 4 @ ~ #m + 3 0 06877742 02617207 02519340 +pouter n 2 3 @ + ; 2 0 10627899 01812187 +pouter_pigeon n 1 1 @ 1 0 01812187 +pouteria n 1 3 @ #m %m 1 0 12775530 +pouteria_campechiana_nervosa n 1 3 @ #m %p 1 0 12775717 +pouteria_zapota n 1 3 @ #m %p 1 0 12775919 +poverty n 1 3 ! @ ~ 1 1 14493145 +poverty_grass n 1 2 @ #m 1 0 12376740 +poverty_level n 1 1 @ 1 0 13293246 +poverty_line n 1 1 @ 1 0 13293246 +poverty_trap n 1 2 @ ; 1 0 13926932 +pow n 1 1 @ 1 1 10476331 +pow_camp n 1 2 @ ~ 1 0 04005912 +powder n 3 3 @ ~ + 3 3 14997012 15016314 03994008 +powder-post_termite n 1 2 @ #m 1 0 02225798 +powder_and_shot n 1 1 @ 1 0 03994297 +powder_blue n 1 2 @ + 1 0 04969431 +powder_compact n 1 1 @ 1 0 03078995 +powder_flask n 1 1 @ 1 0 03994614 +powder_horn n 1 1 @ 1 0 03994614 +powder_keg n 2 1 @ 2 0 14543145 03994757 +powder_magazine n 1 1 @ 1 0 03704038 +powder_metallurgy n 1 1 @ 1 0 06125996 +powder_method n 1 1 @ 1 0 13539585 +powder_monkey n 1 1 @ 1 0 10461280 +powder_photography n 1 1 @ 1 0 13539585 +powder_room n 1 1 @ 1 0 03632963 +powder_store n 1 1 @ 1 0 03704038 +powder_technique n 1 1 @ 1 1 13539585 +powdered_ginger n 1 2 @ %s 1 0 07815163 +powdered_milk n 1 2 @ ~ 1 0 07846143 +powdered_mustard n 1 1 @ 1 0 03994417 +powdered_sugar n 1 2 @ ~ 1 0 07595914 +powderer n 1 2 @ + 1 0 10461169 +powderiness n 1 2 @ + 1 0 04948069 +powderpuff n 1 1 @ 1 0 03994874 +powdery_mildew n 1 2 @ #m 1 0 12963628 +powell n 2 1 @ 2 0 11245110 11244887 +power n 9 6 ! @ ~ = + ; 9 8 05190804 11453016 05616246 13945102 10461424 06812417 05030680 08177592 09840217 +power-assisted_steering n 1 1 @ 1 0 03996849 +power-station_worker n 1 1 @ 1 0 10462751 +power_brake n 1 3 @ ~ #p 1 0 03995018 +power_breakfast n 1 1 @ 1 0 08385989 +power_broker n 1 1 @ 1 0 10462217 +power_cable n 1 2 @ #p 1 0 03995535 +power_company n 1 1 @ 1 1 08186393 +power_cord n 1 1 @ 1 0 03995265 +power_couple n 1 1 @ 1 0 07989083 +power_dive n 1 1 @ 1 0 00327134 +power_drill n 1 2 @ ~ 1 0 03995372 +power_failure n 1 2 @ ~ 1 0 07422036 +power_grid n 1 3 @ #p %p 1 0 03997027 +power_hammer n 1 2 @ ~ 1 0 03481521 +power_hunger n 1 1 @ 1 0 04836583 +power_law n 1 2 @ ; 1 0 05996110 +power_line n 1 2 @ #p 1 0 03995535 +power_loading n 1 1 @ 1 0 13826614 +power_loom n 1 1 @ 1 0 03995661 +power_meter n 1 1 @ 1 0 03272810 +power_module n 1 1 @ 1 0 03995746 +power_mower n 1 3 ! @ ~ 1 0 03995856 +power_of_appointment n 1 1 @ 1 0 05034048 +power_of_attorney n 1 3 @ ~ ; 1 0 06530789 +power_outage n 1 2 @ ~ 1 0 07422036 +power_pack n 1 1 @ 1 0 03996004 +power_plant n 1 4 @ ~ #p %p 1 1 03996655 +power_play n 3 2 @ ; 3 0 00788097 00560866 00558396 +power_point n 1 2 @ ; 1 0 03974671 +power_politics n 1 1 @ 1 0 07148938 +power_pylon n 1 1 @ 1 0 04028581 +power_saw n 1 3 @ ~ %p 1 1 03996145 +power_series n 1 1 @ 1 0 05862970 +power_service n 1 1 @ 1 0 08186393 +power_shovel n 1 2 @ ~ 1 0 03996416 +power_station n 1 4 @ ~ #p %p 1 0 03996655 +power_steering n 1 1 @ 1 0 03996849 +power_structure n 1 3 @ #p %m 1 0 08376051 +power_system n 1 3 @ #p %p 1 0 03997027 +power_takeoff n 1 1 @ 1 0 03997274 +power_tool n 1 2 @ ~ 1 1 03997484 +power_train n 1 3 @ ~ #p 1 0 03431745 +power_trip n 1 2 @ ; 1 0 00811036 +power_unit n 1 2 @ ~ 1 0 13635108 +power_user n 1 2 @ ; 1 0 10462588 +power_walking n 1 1 @ 1 0 00629009 +power_worker n 1 1 @ 1 0 10462751 +powerboat n 1 3 @ ~ %p 1 0 03790230 +powerbroker n 1 1 @ 1 0 10462217 +powerfulness n 1 5 ! @ ~ = + 1 1 05190804 +powerhouse n 3 4 @ ~ #p %p 3 0 10462429 08081142 03996655 +powerlessness n 1 4 ! @ ~ + 1 0 05204637 +powhatan n 3 2 @ ~ 3 0 11245382 09666476 06911962 +powwow n 2 4 @ %m + ; 2 1 07144416 08322430 +powys n 3 1 @ 3 0 11245902 11245744 11245590 +pox n 2 3 @ ~ %p 2 0 14133985 14124232 +poxvirus n 1 2 @ ~ 1 0 01333731 +poyang n 1 2 @ #p 1 0 09398533 +poyou n 1 2 @ #m 1 0 02455720 +pozsony n 1 2 @ #p 1 0 08759263 +ppk n 1 2 @ ; 1 0 08029908 +pplo n 1 1 @ 1 0 01374063 +ppp n 1 1 @ 1 0 00689729 +pr n 3 4 @ #s #p %p 3 0 14651212 08752974 07247925 +pr_man n 1 1 @ 1 0 10469611 +practicability n 1 4 ! @ ~ + 1 0 05152150 +practicableness n 1 4 ! @ ~ + 1 0 05152150 +practical_application n 1 2 @ ~ 1 0 00949134 +practical_joke n 1 2 @ ~ 1 0 00514128 +practical_joker n 1 1 @ 1 0 10463714 +practical_nurse n 1 1 @ 1 1 10258304 +practical_politics n 1 1 @ 1 0 06149038 +practicality n 1 5 ! @ ~ = + 1 0 05151088 +practice n 5 3 @ ~ + 5 5 00410247 00894552 00411048 00631378 05667196 +practice_game n 1 1 @ 1 0 00456899 +practice_of_law n 1 3 @ ; - 1 0 00611143 +practice_of_medicine n 1 4 @ ~ ; - 1 0 00612160 +practice_range n 1 2 @ ~ 1 0 03997745 +practice_session n 1 2 @ ~ 1 1 00894552 +practice_teacher n 1 1 @ 1 0 10666259 +practician n 1 2 @ ~ 1 0 10462860 +practitioner n 1 2 @ ~ 1 1 10462860 +praenomen n 1 1 @ 1 0 06337594 +praesidium n 1 1 @ 1 0 08327390 +praetor n 1 2 @ + 1 0 10463028 +praetorian n 1 2 @ #m 1 0 10463259 +praetorian_guard n 2 3 @ #m %m 2 0 10463259 08429346 +praetorium n 1 1 @ 1 0 03997875 +praetorship n 1 2 @ + 1 0 00596193 +prag n 1 2 @ #p 1 0 08757926 +pragmatic n 1 1 @ 1 0 06541578 +pragmatic_sanction n 1 1 @ 1 0 06541578 +pragmatics n 1 1 @ 1 0 06179492 +pragmatism n 2 4 @ ~ + ; 2 0 05974798 05151869 +pragmatist n 2 2 @ + 2 0 10463582 10463386 +prague n 1 2 @ #p 1 0 08757926 +praha n 1 2 @ #p 1 0 08757926 +praia n 1 2 @ #p 1 0 08718094 +prairia_sabbatia n 1 1 @ 1 0 12298637 +prairial n 1 2 @ #p 1 0 15177244 +prairie n 1 2 @ ~ 1 1 08619524 +prairie_anemone n 1 1 @ 1 0 11737752 +prairie_aster n 1 1 @ 1 0 11935469 +prairie_berry n 1 1 @ 1 0 12894930 +prairie_bird's-foot_trefoil n 1 1 @ 1 0 12545232 +prairie_chicken n 1 3 @ ~ #m 1 0 01798484 +prairie_coneflower n 2 2 @ #m 2 0 12007406 12007196 +prairie_cordgrass n 1 1 @ 1 0 12139921 +prairie_crab n 1 2 @ ~ 1 0 12635744 +prairie_dock n 1 2 @ #m 1 0 12001294 +prairie_dog n 1 3 @ ~ #m 1 1 02359324 +prairie_fire n 1 1 @ 1 0 07303988 +prairie_fowl n 1 3 @ ~ #m 1 0 01798484 +prairie_fox n 1 2 @ #m 1 0 02119634 +prairie_gentian n 1 2 @ #m 1 0 12291959 +prairie_golden_aster n 1 2 @ #m 1 0 11981475 +prairie_gourd n 2 4 @ #m #p %p 2 0 12162758 12162425 +prairie_gourd_vine n 1 3 @ #m %p 1 0 12162425 +prairie_grass n 1 1 @ 1 0 12133462 +prairie_grouse n 1 3 @ ~ #m 1 0 01798484 +prairie_lotus n 1 1 @ 1 0 12545232 +prairie_mallow n 1 1 @ 1 0 12187891 +prairie_marmot n 1 3 @ ~ #m 1 0 02359324 +prairie_mimosa n 1 2 @ #m 1 0 12526178 +prairie_orchid n 1 1 @ 1 0 12067433 +prairie_rattler n 1 2 @ #m 1 0 01756089 +prairie_rattlesnake n 1 2 @ #m 1 1 01756089 +prairie_rocket n 2 2 @ #m 2 0 11887310 11883628 +prairie_sage n 1 1 @ 1 0 11930788 +prairie_sagewort n 1 2 @ #m 1 0 11930571 +prairie_schooner n 1 2 @ #m 1 0 03122295 +prairie_smoke n 1 1 @ 1 0 12632335 +prairie_soil n 1 1 @ 1 0 14997274 +prairie_star n 1 2 @ #m 1 0 12800049 +prairie_state n 1 3 @ #p %p 1 0 09082540 +prairie_sunflower n 1 1 @ 1 0 11979527 +prairie_trefoil n 1 1 @ 1 0 12545232 +prairie_trillium n 1 1 @ 1 0 12468545 +prairie_vole n 1 2 @ #m 1 0 02341616 +prairie_wagon n 1 2 @ #m 1 0 03122295 +prairie_wake-robin n 1 1 @ 1 0 12468545 +prairie_white-fringed_orchid n 1 1 @ 1 0 12078451 +prairie_white-fringed_orchis n 1 1 @ 1 0 12067433 +prairie_willow n 1 2 @ #m 1 0 12728508 +prairie_wolf n 1 2 @ ~ 1 0 02114855 +praise n 2 3 @ ~ + 2 1 06693198 06693502 +praiseworthiness n 1 2 @ + 1 0 04807342 +praisworthiness n 1 1 @ 1 0 05139342 +prajapati n 1 1 @ 1 0 09527707 +prakrit n 2 3 @ ~ + 2 0 06973505 06973092 +praline n 1 1 @ 1 0 07608866 +pram n 1 2 @ ~ 1 0 02766534 +prance n 1 2 @ + 1 0 00290125 +prancer n 1 2 @ + 1 0 02378870 +prang n 1 2 @ ; 1 0 07302164 +prank n 2 3 @ ~ + 2 1 00513401 00427580 +prankishness n 1 2 @ + 1 0 04909721 +prankster n 1 2 @ + 1 0 10463714 +praseodymium n 1 2 @ #s 1 0 14651212 +prat n 1 2 @ #p 1 0 05559256 +prate n 1 2 @ + 1 0 07137129 +prater n 1 2 @ + 1 0 09911570 +pratfall n 2 2 @ ~ 2 0 00077169 00074790 +pratincole n 1 2 @ #m 1 0 02038993 +prattle n 1 2 @ + 1 0 07137129 +prattler n 1 2 @ + 1 0 10463943 +praunus n 1 3 @ #m %m 1 0 01989390 +pravachol n 1 2 @ ; 1 0 03997980 +pravastatin n 1 1 @ 1 0 03997980 +prawn n 2 6 @ ~ #m #s #p + 2 0 07794159 01987545 +praxis n 1 1 @ 1 0 00411048 +praxiteles n 1 1 @ 1 0 09527825 +praya n 1 1 @ 1 0 01913346 +prayer n 5 3 @ ~ + 5 4 01041968 07189130 07186828 06455990 10464052 +prayer_beads n 1 1 @ 1 0 04109335 +prayer_book n 1 2 @ ~ 1 0 06416946 +prayer_mat n 1 2 @ %p 1 0 03998194 +prayer_meeting n 1 1 @ 1 1 01032892 +prayer_of_azariah_and_song_of_the_three_children n 1 2 @ #p 1 0 06458836 +prayer_rug n 1 2 @ %p 1 0 03998194 +prayer_service n 1 1 @ 1 0 01032892 +prayer_shawl n 1 2 @ ; 1 0 03998333 +prayer_wheel n 1 1 @ 1 0 06418375 +prayerbook n 1 2 @ ~ 1 0 06416946 +praying_mantid n 1 1 @ 1 0 02236241 +praying_mantis n 1 1 @ 1 0 02236241 +prazosin n 1 1 @ 1 0 03998525 +prc n 1 5 @ #p %m %p - 1 0 08723006 +pre-eclampsia n 1 1 @ 1 0 14191442 +pre-empt n 1 1 @ 1 0 06738008 +pre-emption n 4 3 @ ~ ; 4 0 05957238 05178571 05178394 00085041 +pre-emptive_strike n 1 1 @ 1 0 01247156 +pre-emptor n 2 1 @ 2 0 10465002 10464870 +pre-raphaelite n 1 3 @ ~ + 1 0 10465248 +pre-socratic n 1 1 @ 1 0 10469511 +preacher n 1 3 @ ~ + 1 1 10464178 +preacher_man n 1 2 @ ~ 1 0 10464178 +preachification n 1 2 @ + 1 0 06743230 +preaching n 2 4 @ ~ + ; 2 2 07243837 06712325 +preachment n 1 2 @ + 1 0 07244949 +preakness n 1 1 @ 1 0 07462269 +preamble n 1 3 @ #p + 1 1 06398090 +prearrangement n 1 3 @ ~ + 1 0 05795334 +prebend n 1 1 @ 1 0 13294403 +prebendary n 1 1 @ 1 0 10464432 +precambrian n 1 2 @ %p 1 0 15128711 +precambrian_aeon n 1 2 @ %p 1 0 15128711 +precambrian_eon n 1 2 @ %p 1 0 15128711 +precambrian_period n 1 2 @ %p 1 0 15128711 +precariousness n 2 3 @ ~ + 2 0 04856621 04756887 +precaution n 3 3 @ ~ + 3 3 00822970 04664314 05615869 +precava n 1 1 @ 1 0 05423095 +precedence n 3 3 @ ~ + 3 1 13949802 05047279 01257145 +precedency n 3 3 @ ~ + 3 0 13949802 05047279 01257145 +precedent n 4 4 @ + ; - 4 2 05821486 06535035 08453722 06600282 +precentor n 1 2 @ + 1 0 09919771 +precentorship n 1 2 @ + 1 0 00596290 +precentral_gyrus n 1 2 @ #p 1 0 05492806 +precept n 2 3 @ ~ #p 2 0 06655388 06185955 +preceptor n 1 3 @ + ; 1 0 10464542 +preceptorship n 1 2 @ + 1 0 00596393 +precession n 2 2 @ + 2 0 14005728 01257145 +precession_of_the_equinoxes n 1 1 @ 1 0 13539894 +prechlorination n 1 1 @ 1 1 13540091 +precinct n 1 2 @ ~ 1 1 08538426 +preciosity n 1 2 @ + 1 0 04788332 +precious_coral n 1 1 @ 1 0 14823036 +precious_metal n 1 2 @ ~ 1 0 13371489 +precious_stone n 1 2 @ ~ 1 0 03596787 +preciousness n 3 3 @ ~ + 3 0 05146272 05141222 04788332 +precipice n 1 2 @ + 1 1 09398677 +precipitance n 1 2 @ + 1 0 05060476 +precipitancy n 1 2 @ + 1 0 05060476 +precipitant n 1 3 @ ~ + 1 0 14997393 +precipitate n 1 3 @ ~ + 1 1 14591635 +precipitateness n 1 2 @ + 1 0 05060476 +precipitation n 6 4 @ ~ %p + 6 0 13772653 13540199 11494638 07434320 05061149 05060189 +precipitator n 1 2 @ + 1 0 03998673 +precipitin n 1 1 @ 1 1 15027762 +precipitousness n 2 2 @ + 2 0 05069624 05060476 +precis n 1 3 @ ~ + 1 0 06468951 +preciseness n 2 3 ! @ + 2 0 04821451 04803880 +precision n 1 2 ! @ 1 1 04803880 +precision_cookie n 1 1 @ 1 0 06387864 +precision_rifle n 1 3 @ ~ ; 1 0 04250224 +preclinical_phase n 1 1 @ 1 0 00794123 +preclinical_test n 1 1 @ 1 0 00794123 +preclinical_trial n 1 1 @ 1 0 00794123 +preclusion n 1 2 @ + 1 0 01079042 +precocious_dentition n 1 1 @ 1 0 13540322 +precociousness n 1 2 @ + 1 0 05620294 +precocity n 1 2 @ + 1 0 05620294 +precognition n 1 1 @ 1 0 07256932 +preconceived_idea n 1 1 @ 1 0 05949937 +preconceived_notion n 1 1 @ 1 1 05949937 +preconceived_opinion n 1 1 @ 1 0 05949937 +preconception n 2 3 @ ~ + 2 1 05949937 06201908 +precondition n 3 3 @ ~ + 3 0 06755568 05893356 05892880 +precordium n 1 2 @ + 1 0 05493002 +precursor n 3 3 @ ~ ; 3 0 14583066 09627117 06802571 +predation n 2 2 @ + 2 0 00967310 00711897 +predator n 2 2 @ ~ 2 0 10293172 02152740 +predatory_animal n 1 2 @ ~ 1 0 02152740 +predecessor n 2 3 @ ~ + 2 1 10464711 06802571 +predestinarian n 1 1 @ 1 0 10080508 +predestinarianism n 1 1 @ 1 0 05946582 +predestination n 2 4 @ ~ + ; 2 0 07330666 05966129 +predestinationist n 1 2 @ + 1 0 10080508 +predetermination n 3 4 @ ~ + ; 3 0 05966129 05838530 00155970 +predicament n 1 2 @ ~ 1 1 14408646 +predicate n 2 3 @ + ; 2 0 06316813 06316626 +predicate_calculus n 1 2 @ %p 1 0 06165364 +predication n 1 3 @ + ; 1 0 06733227 +predicator n 1 2 @ + 1 1 06316376 +predictability n 1 4 ! @ ~ + 1 0 04756025 +prediction n 2 3 @ ~ + 2 1 05775081 06748969 +predictor n 3 4 @ ~ #p + 3 0 10102506 05824313 03998867 +predictor_variable n 1 2 @ ; 1 0 05863736 +predilection n 2 2 @ ~ 2 1 06200344 07498210 +predisposition n 3 4 @ ~ = + 3 0 14531772 06200178 04943464 +prednisolone n 1 1 @ 1 0 14753188 +prednisone n 1 1 @ 1 1 14753414 +predominance n 2 2 @ + 2 1 14442749 04707409 +predomination n 2 2 @ + 2 1 14442749 04707409 +preeclampsia n 1 1 @ 1 0 14191442 +preemie n 1 1 @ 1 0 10465451 +preeminence n 1 3 @ ~ + 1 0 14435445 +preemployment_training_program n 1 1 @ 1 1 05910328 +preempt n 1 1 @ 1 0 06738008 +preemption n 4 4 @ ~ + ; 4 0 05957238 05178571 05178394 00085041 +preemptive_bid n 1 1 @ 1 0 06738008 +preemptive_right n 1 1 @ 1 0 13241182 +preemptor n 2 2 @ + 2 0 10465002 10464870 +preen_gland n 1 2 @ #p 1 0 02468017 +preexistence n 1 2 @ + 1 1 13957117 +prefab n 1 2 @ + 1 0 03999064 +prefabrication n 1 2 @ + 1 0 00926468 +preface n 1 3 @ #p + 1 1 06397903 +prefect n 1 1 @ 1 0 10465128 +prefecture n 2 3 @ + ; 2 0 08626947 00596496 +preference n 4 3 @ ~ + 4 2 07498210 06200344 05791452 05158095 +preference_shares n 1 2 @ ~ 1 0 13335974 +preferment n 2 2 @ + 2 1 00198631 07237647 +preferred_shares n 1 2 @ ~ 1 0 13335974 +preferred_stock n 1 2 @ ~ 1 0 13335974 +prefiguration n 2 2 @ + 2 0 05939109 05776015 +prefix n 1 3 @ ~ + 1 1 06308304 +prefix_notation n 1 1 @ 1 0 06814443 +prefixation n 1 2 @ + 1 0 00927845 +preformation n 1 2 @ + 1 0 05992949 +prefrontal_cortex n 1 2 @ #p 1 0 05493992 +prefrontal_leucotomy n 1 2 @ ~ 1 0 00684128 +prefrontal_leukotomy n 1 2 @ ~ 1 0 00684128 +prefrontal_lobe n 1 2 @ #p 1 0 05493992 +prefrontal_lobotomy n 1 2 @ ~ 1 0 00684128 +pregnancy n 1 5 @ ~ %p + - 1 0 14046202 +pregnancy_test n 1 2 @ ~ 1 0 05743870 +pregnanediol n 1 1 @ 1 0 15111437 +pregnant_chad n 1 1 @ 1 0 14835817 +prehension n 1 3 @ ~ + 1 0 00812274 +prehensor n 1 1 @ 1 0 01784925 +prehistoric_culture n 1 2 @ %p 1 0 15254550 +prehistory n 1 3 @ %p + 1 0 15254550 +preindication n 1 2 @ ~ 1 0 07286014 +preinvasive_cancer n 1 1 @ 1 0 14247035 +prejudgement n 1 2 @ + 1 0 05789666 +prejudgment n 1 1 @ 1 0 05789666 +prejudice n 1 3 @ ~ + 1 1 06201908 +prelacy n 2 1 @ 2 0 08113710 00596592 +prelate n 1 2 @ ~ 1 0 09807075 +prelature n 2 1 @ 2 0 08113710 00596592 +prelim n 2 1 @ 2 0 07457599 07199013 +preliminary n 2 2 @ + 2 0 07457599 07327013 +preliminary_exam n 1 1 @ 1 0 07199013 +preliminary_examination n 1 1 @ 1 0 07199013 +preliminary_prospectus n 1 1 @ 1 0 07165778 +prelims n 1 1 @ 1 0 06390688 +prelone n 1 2 @ ; 1 0 14753188 +prelude n 2 3 @ ~ + 2 1 07327013 07040543 +premature_baby n 1 1 @ 1 0 10465451 +premature_ejaculation n 1 1 @ 1 0 13540429 +premature_infant n 1 1 @ 1 0 10465451 +premature_labor n 1 1 @ 1 0 14048309 +premature_labour n 1 1 @ 1 0 14048309 +premature_ventricular_contraction n 1 1 @ 1 0 14362841 +prematureness n 1 2 @ + 1 0 14426736 +prematurity n 1 2 @ + 1 0 14426736 +premeditation n 2 3 @ + ; 2 0 05796617 05796222 +premenstrual_syndrome n 1 1 @ 1 0 14308311 +premie n 1 1 @ 1 0 10465451 +premier n 2 4 @ ~ #m + 2 0 09907196 09906986 +premiere n 1 2 @ + 1 1 06893285 +premiership n 1 2 @ + 1 0 00596692 +premise n 1 3 @ ~ + 1 1 06753800 +premises n 1 1 @ 1 1 08627161 +premiss n 1 3 @ ~ + 1 0 06753800 +premium n 5 2 @ ; 5 1 13301620 13413986 13324297 13272283 13272059 +premium_bond n 1 2 @ ; 1 0 13418047 +premix n 1 2 @ ~ 1 1 07882886 +premolar n 1 1 @ 1 0 05307358 +premonition n 2 2 @ ~ 2 1 07522128 07225450 +prenanthes n 1 3 @ #m %m 1 0 12004686 +prenanthes_alba n 1 2 @ #m 1 0 11997160 +prenanthes_purpurea n 1 2 @ #m 1 0 12004987 +prenanthes_serpentaria n 1 2 @ #m 1 0 11997409 +prenatal_diagnosis n 1 2 @ ~ 1 0 00153288 +prentice n 1 2 @ ~ 1 0 09801864 +preoccupancy n 2 3 @ ~ + 2 0 05700087 00087073 +preoccupation n 3 3 @ ~ + 3 2 05836921 05700087 00087073 +preordination n 1 4 @ ~ + ; 1 0 05966129 +prep n 1 2 @ #p 1 0 00729108 +prep_school n 1 2 @ ~ 1 1 08409969 +preparation n 8 9 ! @ ~ #p %p = + ; - 8 3 01143040 14873641 05794694 14031108 07027942 00893955 00729108 00243918 +preparation_fire n 1 1 @ 1 0 00992102 +preparatory_school n 1 2 @ ~ 1 1 08409969 +preparedness n 1 5 @ ~ = + ; 1 0 14031108 +prepayment n 1 2 @ + 1 0 01121492 +preponderance n 3 2 @ + 3 0 05191486 05122099 05028159 +preposition n 2 3 @ + ; 2 1 06325145 06483992 +prepositional_object n 1 1 @ 1 0 06310449 +prepositional_phrase n 1 1 @ 1 0 06317247 +prepossession n 2 2 @ + 2 0 13924863 05949937 +prepotency n 1 1 @ 1 0 14442749 +prepuberty n 1 3 @ #p + 1 0 15148081 +prepuce n 2 2 @ #p 2 0 05527085 05526957 +prepyloric_vein n 1 1 @ 1 0 05378022 +prerequisite n 1 3 @ ~ + 1 1 05892427 +prerogative n 1 2 @ ~ 1 0 05178715 +pres_young n 1 1 @ 1 0 11403692 +presage n 2 3 @ ~ + 2 0 07522536 07286368 +presbyope n 1 1 @ 1 0 10465635 +presbyopia n 1 2 @ + 1 0 14555214 +presbyter n 1 1 @ 1 0 10465831 +presbyterian n 1 2 @ #m 1 1 10465922 +presbyterian_church n 1 2 @ %m 1 0 08091891 +presbyterianism n 1 1 @ 1 0 06232499 +presbytery n 1 2 @ #p 1 0 03999160 +presbytes n 1 3 @ #m %m 1 0 02488149 +presbytes_entellus n 1 1 @ 1 0 02488415 +preschool n 1 2 @ ~ 1 0 08276539 +preschooler n 1 1 @ 1 0 10466060 +prescience n 1 2 @ + 1 0 05919431 +prescott n 1 2 @ #p 1 0 09058635 +prescript n 1 3 @ ~ #p 1 0 06652242 +prescription n 4 3 @ ~ + 4 2 06788565 03999280 06366002 06365808 +prescription_drug n 1 3 ! @ ~ 1 0 03999280 +prescription_medicine n 1 3 ! @ ~ 1 0 03999280 +prescriptive_grammar n 1 2 @ ; 1 0 06175967 +prescriptive_linguistics n 1 2 ! @ 1 0 06181893 +prescriptivism n 2 2 @ ; 2 0 06250597 06250444 +preseason n 1 2 @ ~ 1 1 15240119 +presence n 6 5 ! @ ~ = + 6 5 13957601 08642632 09547528 05917174 04910377 01233802 +presence_chamber n 1 1 @ 1 0 03999621 +presence_of_mind n 1 1 @ 1 0 04862747 +presenile_dementia n 1 2 @ ~ 1 0 14395955 +present n 3 3 @ ~ + 3 2 15119536 13268842 06329734 +present_moment n 1 1 @ 1 0 15120050 +present_participle n 1 1 @ 1 0 06331014 +present_perfect n 1 1 @ 1 0 13806404 +present_perfect_tense n 1 1 @ 1 0 13806404 +present_progressive n 1 1 @ 1 0 13805974 +present_progressive_tense n 1 1 @ 1 0 13805974 +present_tense n 1 2 @ ~ 1 0 06329734 +present_times n 1 1 @ 1 0 15120528 +presentation n 7 4 @ ~ + ; 7 5 01048697 00521562 06891022 07167415 03210940 07217349 05081434 +presenter n 3 3 @ ~ + 3 0 10466387 10466198 10025730 +presentiment n 1 2 @ ~ 1 0 07522128 +presentism n 1 1 @ 1 0 05966602 +presentist n 1 1 @ 1 0 10466564 +presentment n 3 4 @ ~ + ; 3 1 01187463 07191162 00521562 +presentness n 1 4 ! @ ~ + 1 1 05050115 +preservation n 4 3 @ ~ + 4 1 00819024 14578940 13540610 07419599 +preservationist n 1 1 @ 1 0 10466759 +preservative n 1 3 @ ~ + 1 0 14997529 +preserve n 3 3 @ ~ + 3 1 14515463 08587439 07642471 +preserver n 4 3 @ ~ + 4 0 10514962 10467052 10466918 03663531 +preserves n 1 2 @ ~ 1 0 07642471 +presidency n 2 3 @ ~ + 2 1 15266265 00596807 +president n 6 4 @ ~ #p + 6 6 10468559 10467395 10467179 10468962 10468750 00597265 +president_abraham_lincoln n 1 1 @ 1 0 11132462 +president_adams n 2 1 @ 2 0 10808353 10808200 +president_andrew_johnson n 1 1 @ 1 0 11088059 +president_arthur n 1 1 @ 1 0 10825180 +president_benjamin_harrison n 1 1 @ 1 0 11031668 +president_buchanan n 1 1 @ 1 0 10869931 +president_bush n 2 1 @ 2 0 10875910 10875468 +president_carter n 1 1 @ 1 0 10884831 +president_cleveland n 1 1 @ 1 0 10902051 +president_clinton n 1 1 @ 1 0 10902591 +president_coolidge n 1 1 @ 1 0 10908919 +president_eisenhower n 1 1 @ 1 0 10954966 +president_fillmore n 1 1 @ 1 0 10970864 +president_ford n 1 1 @ 1 0 10974740 +president_franklin_roosevelt n 1 1 @ 1 0 11270023 +president_garfield n 1 1 @ 1 0 10990733 +president_george_w._bush n 1 1 @ 1 0 10875910 +president_grant n 1 1 @ 1 0 11011123 +president_harding n 1 1 @ 1 0 11028446 +president_harrison n 2 1 @ 2 0 11031668 11031420 +president_hayes n 1 1 @ 1 0 11036140 +president_hoover n 1 1 @ 1 0 11058633 +president_jefferson n 1 1 @ 1 0 11081828 +president_john_adams n 1 1 @ 1 0 10808200 +president_john_f._kennedy n 1 1 @ 1 0 11101000 +president_john_quincy_adams n 1 1 @ 1 0 10808353 +president_johnson n 2 1 @ 2 0 11088346 11088059 +president_kennedy n 1 1 @ 1 0 11101000 +president_lincoln n 1 1 @ 1 0 11132462 +president_lyndon_johnson n 1 1 @ 1 0 11088346 +president_madison n 1 1 @ 1 0 11148486 +president_mckinley n 1 1 @ 1 0 11169418 +president_monroe n 1 1 @ 1 0 11186042 +president_nixon n 1 1 @ 1 0 11208172 +president_of_the_united_states n 2 3 @ ~ #p 2 1 10467395 00597265 +president_pierce n 1 1 @ 1 0 11234813 +president_polk n 1 1 @ 1 0 11240733 +president_reagan n 1 1 @ 1 0 11255460 +president_roosevelt n 2 1 @ 2 0 11270023 11269697 +president_taft n 1 1 @ 1 0 11328714 +president_taylor n 1 1 @ 1 0 11333237 +president_theodore_roosevelt n 1 1 @ 1 0 11269697 +president_truman n 1 1 @ 1 0 11349739 +president_tyler n 1 1 @ 1 0 11354145 +president_van_buren n 1 1 @ 1 0 11358719 +president_washington n 1 1 @ 1 0 11375418 +president_william_henry_harrison n 1 1 @ 1 0 11031420 +president_wilson n 1 1 @ 1 0 11390855 +presidential_directive n 1 1 @ 1 0 07170282 +presidential_term n 1 1 @ 1 0 15266265 +presidents'_day n 1 3 @ #p ; 1 0 15187619 +presidentship n 1 3 @ ~ + 1 0 00596807 +presiding_officer n 1 2 @ ~ 1 0 10469346 +presidio n 1 1 @ 1 0 03999763 +presidium n 1 1 @ 1 0 08327390 +presley n 1 1 @ 1 0 11246040 +press n 9 4 @ ~ %p + 9 3 14451349 06263369 04000311 08183398 04550184 04000480 03999992 00627013 00113113 +press-up n 1 2 @ ~ 1 0 00629318 +press_agency n 1 2 @ ~ 1 0 08355075 +press_agent n 1 1 @ 1 0 10469611 +press_association n 1 2 @ ~ 1 0 08355075 +press_box n 1 2 @ ; 1 0 04000592 +press_clipping n 1 1 @ 1 1 06612649 +press_conference n 1 2 @ ~ 1 1 07144834 +press_corps n 1 2 @ #p 1 1 08403435 +press_cutting n 1 1 @ 1 0 06612649 +press_gallery n 1 1 @ 1 0 04000716 +press_gang n 1 1 @ 1 0 08216408 +press_lord n 1 1 @ 1 0 10469786 +press_of_canvas n 1 1 @ 1 0 04000998 +press_of_sail n 1 1 @ 1 0 04000998 +press_photographer n 1 1 @ 1 0 10469874 +press_release n 1 1 @ 1 0 06747484 +press_run n 1 2 @ ~ 1 0 15261972 +press_stud n 1 1 @ 1 0 04248209 +pressburg n 1 2 @ #p 1 0 08759263 +pressing n 2 3 @ ~ + 2 1 00113113 04000867 +pressman n 2 2 @ ~ 2 0 10475297 09966710 +pressmark n 1 1 @ 1 0 06818439 +pressor n 1 2 @ ~ 1 0 04522421 +pressure n 7 3 @ ~ + 7 5 11495041 05195362 00113113 14451349 05724475 14477076 11429458 +pressure-feed_lubricating_system n 1 3 @ #p %p 1 0 03695122 +pressure_cabin n 1 1 @ 1 0 04001132 +pressure_cooker n 1 1 @ 1 0 04001265 +pressure_dome n 1 1 @ 1 1 04001397 +pressure_feed n 1 3 @ #p %p 1 0 03695122 +pressure_gage n 1 2 @ ~ 1 0 04001499 +pressure_gauge n 1 2 @ ~ 1 0 04001499 +pressure_group n 1 2 @ ~ 1 0 08375526 +pressure_level n 1 2 @ ~ 1 0 11495041 +pressure_point n 3 2 @ #p 3 0 08622340 05687654 05239039 +pressure_sensation n 1 1 @ 1 0 05724475 +pressure_sore n 1 1 @ 1 0 14212126 +pressure_suit n 1 2 @ ~ 1 0 04001845 +pressure_unit n 1 2 @ ~ 1 0 13607985 +pressurized_water_reactor n 1 1 @ 1 0 04001661 +prestidigitation n 1 1 @ 1 0 00552312 +prestidigitator n 1 2 @ ~ 1 0 10280674 +prestige n 1 2 @ + 1 1 14435809 +prestigiousness n 1 2 @ + 1 0 14435809 +presumption n 4 4 @ ~ + ; 4 1 05893356 05781347 04838727 01225562 +presumptuousness n 1 3 @ ~ + 1 0 04838727 +presupposition n 1 2 @ + 1 1 05779923 +preteen n 1 2 @ + 1 0 09627263 +preteenager n 1 1 @ 1 0 09627263 +pretence n 5 2 @ ~ 5 2 04788853 04678908 06759349 05769930 00754956 +pretend n 1 2 @ + 1 0 00755500 +pretender n 3 3 @ ~ + 3 0 10469979 10201535 10195593 +pretending n 1 3 @ ~ + 1 0 00754956 +pretense n 5 3 @ ~ + 5 1 00754956 06759349 05769930 04788853 04678908 +pretension n 3 3 @ ~ + 3 1 04788853 06730371 04788982 +pretentiousness n 2 4 ! @ ~ + 2 0 04817923 04788982 +preterist n 1 1 @ 1 0 10470132 +preterit n 1 1 @ 1 0 13806614 +preterite n 1 1 @ 1 0 13806614 +preterition n 1 1 @ 1 0 07104733 +preterm_baby n 1 1 @ 1 0 10465451 +preterm_infant n 1 1 @ 1 0 10465451 +pretermission n 1 2 @ + 1 0 05707146 +pretext n 2 2 @ ~ 2 1 06759776 04678908 +pretor n 1 2 @ + 1 0 10463028 +pretoria n 1 2 @ #p 1 0 09000272 +pretorium n 1 1 @ 1 0 03997875 +pretrial n 1 2 @ ; 1 0 07145026 +pretrial_conference n 1 2 @ ; 1 0 07145026 +prettiness n 1 2 @ + 1 1 04685649 +pretzel n 1 2 @ ~ 1 0 07695742 +preussen n 1 4 @ #p %m %p 1 0 08775784 +prevacid n 1 2 @ ; 1 0 14777277 +prevailing_party n 1 2 @ ; 1 0 10470314 +prevailing_westerly n 1 1 @ 1 0 11525614 +prevailing_wind n 1 2 @ ~ 1 0 11497586 +prevalence n 3 4 @ ~ + ; 3 1 04765355 13824114 05122099 +prevarication n 3 3 @ ~ + 3 0 06756831 04825383 00751944 +prevaricator n 1 3 @ ~ + 1 0 10256537 +preventative n 3 2 @ ~ 3 0 04002026 03520811 03096593 +prevention n 1 3 @ ~ + 1 1 01077350 +preventive n 3 3 @ ~ + 3 0 04002026 03520811 03096593 +preventive_attack n 1 1 @ 1 0 00978005 +preventive_medicine n 1 1 @ 1 1 00613282 +preventive_strike n 1 1 @ 1 0 00978005 +preview n 2 3 @ ~ + 2 0 06888674 06888506 +previous_question n 1 1 @ 1 0 07163803 +prevision n 4 3 @ ~ + 4 1 05775829 05919431 05805277 05775081 +prevue n 1 1 @ 1 0 06888674 +prexy n 1 1 @ 1 0 10468750 +prey n 2 2 @ + 2 2 10470460 02152881 +priacanthidae n 1 3 @ #m %m 1 0 02571300 +priacanthus n 1 3 @ #m %m 1 0 02571486 +priacanthus_arenatus n 1 2 @ #m 1 0 02571810 +priam n 1 2 @ ; 1 0 11246255 +priapism n 1 1 @ 1 0 14210564 +priapus n 1 2 @ ; 1 0 09570794 +price n 7 3 @ ~ + 7 5 05145118 13303315 05163807 05141683 07167041 13303759 11246408 +price-fixing n 1 2 @ ; 1 0 01070708 +price-to-earnings_ratio n 1 2 @ ; 1 0 13824340 +price_bracket n 1 1 @ 1 0 08006405 +price_competition n 1 1 @ 1 1 13837200 +price_control n 1 1 @ 1 0 06657464 +price_cut n 1 1 @ 1 0 00352861 +price_cutting n 1 1 @ 1 1 00352861 +price_floor n 1 1 @ 1 0 06658269 +price_freeze n 1 1 @ 1 0 00809279 +price_gouging n 1 1 @ 1 0 05736893 +price_increase n 1 1 @ 1 0 05110107 +price_index n 1 2 @ ~ 1 0 06641181 +price_level n 1 2 @ ~ 1 0 06641181 +price_list n 1 1 @ 1 0 06494538 +price_of_admission n 1 1 @ 1 0 13321495 +price_reduction n 1 1 @ 1 0 00362103 +price_support n 1 1 @ 1 0 13267411 +price_tag n 1 1 @ 1 0 07273024 +price_war n 1 1 @ 1 0 13837200 +pricelessness n 1 3 @ ~ + 1 0 05141222 +pricing n 1 3 @ ~ + 1 1 05736736 +pricing_system n 1 1 @ 1 0 05904918 +prick n 4 4 @ ~ + ; 4 1 09815188 13904843 05526713 00944789 +pricker n 2 3 @ ~ + 2 0 13089631 02888898 +pricket n 2 2 @ #p 2 0 04002262 02430748 +pricking n 1 2 @ + 1 0 00944789 +prickle n 1 3 @ ~ + 1 0 13089631 +prickle-weed n 1 2 @ #m 1 0 12526178 +prickle_cell n 1 1 @ 1 0 05241662 +prickleback n 2 3 @ ~ #m 2 0 02615642 01454856 +prickliness n 1 2 @ + 1 0 04949799 +prickling n 1 3 @ ~ + 1 0 05722868 +prickly-edged_leaf n 1 1 @ 1 0 13161904 +prickly-seeded_spinach n 1 3 @ #m %p 1 0 11835568 +prickly_ash n 2 3 @ ~ #m 2 0 12714755 12222090 +prickly_custard_apple n 1 2 @ %p 1 0 11694664 +prickly_heat n 1 1 @ 1 0 14322106 +prickly_lettuce n 1 1 @ 1 0 11987511 +prickly_pear n 2 5 @ ~ #m #p %p 2 0 11851578 07768858 +prickly_pear_cactus n 1 4 @ ~ #m %p 1 0 11851578 +prickly_pine n 1 1 @ 1 0 11617631 +prickly_poppy n 2 3 @ ~ #m 2 0 11902709 11901597 +prickly_shield_fern n 1 1 @ 1 0 13200193 +prickteaser n 1 1 @ 1 0 09965134 +pride n 5 6 ! @ ~ %m = + 5 3 07508486 07531536 04886646 07995278 00758175 +pride-of-india n 2 2 @ #m 2 0 12695975 12329473 +pride_of_barbados n 1 2 @ #m 1 0 12490054 +pride_of_bolivia n 1 2 @ #m 1 0 12573911 +pride_of_california n 1 2 @ #m 1 0 12541606 +pride_of_place n 1 1 @ 1 0 08621472 +pridefulness n 1 3 @ ~ + 1 0 07508486 +prie-dieu n 1 1 @ 1 1 04002371 +priest n 2 3 @ ~ + 2 2 10470779 10471250 +priest-doctor n 1 2 @ ~ 1 0 10626194 +priest-penitent_privilege n 1 1 @ 1 0 05180677 +priestcraft n 2 1 @ 2 0 05908727 05643807 +priestess n 1 1 @ 1 0 10471570 +priesthood n 1 3 @ ~ + 1 0 08113443 +priestley n 1 1 @ 1 0 11246542 +prig n 1 1 @ 1 0 10617024 +priggishness n 1 2 @ + 1 0 04899980 +prilosec n 1 2 @ ; 1 0 14777606 +prima n 1 1 @ 1 0 07741623 +prima_ballerina n 1 1 @ 1 0 10471640 +prima_donna n 2 1 @ 2 0 10471859 10471732 +primacy n 1 1 @ 1 1 14435353 +primality n 1 1 @ 1 0 05208896 +primaquine n 1 1 @ 1 0 04002452 +primary n 4 4 @ ~ #p ; 4 2 00182571 02469080 09398769 04002629 +primary_amenorrhea n 1 1 @ 1 0 14303647 +primary_atypical_pneumonia n 1 2 @ ~ 1 0 14147964 +primary_care n 1 1 @ 1 0 00656033 +primary_care_physician n 1 1 @ 1 0 10471948 +primary_care_provider n 1 3 @ ~ #m 1 0 10165109 +primary_cell n 1 4 @ ~ #p %p 1 0 04540761 +primary_censorship n 1 1 @ 1 0 00822350 +primary_coil n 1 2 @ #p 1 0 04002629 +primary_color n 1 2 @ ~ 1 0 04957176 +primary_color_for_light n 1 2 @ ~ 1 0 04957589 +primary_color_for_pigments n 1 1 @ 1 0 04957356 +primary_colour n 1 2 @ ~ 1 0 04957176 +primary_colour_for_light n 1 2 @ ~ 1 0 04957589 +primary_colour_for_pigments n 1 1 @ 1 0 04957356 +primary_dentition n 1 1 @ 1 0 05282247 +primary_dysmenorrhea n 1 1 @ 1 0 14326305 +primary_election n 1 2 @ ~ 1 1 00182571 +primary_feather n 1 1 @ 1 0 02469080 +primary_health_care n 1 1 @ 1 0 01089297 +primary_quill n 1 1 @ 1 0 02469080 +primary_school n 1 2 @ ~ 1 0 08412749 +primary_sex_character n 1 1 @ 1 0 05007560 +primary_sex_characteristic n 1 1 @ 1 0 05007560 +primary_sexual_characteristic n 1 1 @ 1 0 05007560 +primary_solid_solution n 1 3 @ ~ #s 1 0 15051705 +primary_subtractive_color_for_light n 1 1 @ 1 0 04957854 +primary_subtractive_colour_for_light n 1 1 @ 1 0 04957854 +primary_syphilis n 1 1 @ 1 0 14134351 +primary_tooth n 1 2 @ #p 1 0 05306894 +primary_winding n 1 2 @ #p 1 0 04002629 +primate n 2 4 @ ~ #m + 2 1 09807075 02469914 +primates n 1 3 @ #m %m 1 1 02469588 +primateship n 1 2 @ + 1 0 00597532 +primatology n 1 1 @ 1 0 06073647 +primaxin n 1 1 @ 1 0 04002536 +prime n 4 2 @ ~ 4 1 13594005 15295045 15229784 15152409 +prime_factor n 1 1 @ 1 0 13594136 +prime_interest_rate n 1 1 @ 1 0 13319872 +prime_meridian n 1 2 @ ~ 1 0 08599292 +prime_minister n 2 3 @ ~ #m 2 2 09907196 09906986 +prime_mover n 1 1 @ 1 0 09504603 +prime_number n 1 1 @ 1 0 13594302 +prime_of_life n 1 1 @ 1 0 15152409 +prime_quantity n 1 2 @ ~ 1 0 13594005 +prime_time n 1 1 @ 1 1 15166897 +primer n 3 3 @ ~ + 3 1 06414948 03407122 03360845 +primer_coat n 1 2 @ ~ 1 0 03360845 +primidone n 1 1 @ 1 0 04002931 +primigravida n 1 2 @ ; 1 0 10472129 +priming n 3 2 @ ~ 3 1 01144046 03407122 03360845 +priming_coat n 1 2 @ ~ 1 0 03360845 +primipara n 1 3 @ + ; 1 0 10472274 +primitive n 3 3 @ ~ + 3 0 09627462 06295113 06294941 +primitive_art n 1 1 @ 1 0 03861959 +primitive_person n 1 2 @ ~ 1 0 09627462 +primitiveness n 1 2 @ + 1 0 14472624 +primitivism n 2 1 @ 2 0 14472624 04003110 +primness n 2 2 @ + 2 0 04901152 04899980 +primo n 1 2 @ #p 1 0 07031276 +primogenitor n 1 2 @ ~ 1 0 10126806 +primogeniture n 1 1 @ 1 0 13263257 +primordial_dwarf n 1 1 @ 1 0 10472447 +primordium n 1 1 @ 1 0 05298159 +primping n 1 2 @ + 1 1 00828559 +primrose n 1 3 @ ~ #m 1 0 12090890 +primrose_family n 1 3 @ #m %m 1 0 12090318 +primrose_jasmine n 1 1 @ 1 0 12306938 +primrose_path n 1 1 @ 1 0 00416129 +primula n 1 3 @ ~ #m 1 0 12090890 +primula_auricula n 1 1 @ 1 0 12091806 +primula_elatior n 1 1 @ 1 0 12091550 +primula_polyantha n 1 1 @ 1 0 12091953 +primula_sinensis n 1 1 @ 1 0 12091697 +primula_veris n 1 1 @ 1 0 12091377 +primula_vulgaris n 1 1 @ 1 0 12091213 +primulaceae n 1 3 @ #m %m 1 0 12090318 +primulales n 1 3 @ #m %m 1 0 12090041 +primum_mobile n 1 1 @ 1 0 09504603 +primus n 2 1 @ 2 0 10472690 04003241 +primus_stove n 1 1 @ 1 0 04003241 +prince n 1 4 @ ~ #m + 1 1 10472799 +prince's-feather n 2 2 @ #m 2 0 12601805 11823756 +prince's-plume n 3 2 @ #m 3 0 12601805 11897466 11823756 +prince's_pine n 1 3 @ ~ #m 1 0 12257570 +prince-of-wales'-heath n 1 1 @ 1 0 12229111 +prince-of-wales_feather n 1 2 @ #m 1 0 12954353 +prince-of-wales_fern n 1 2 @ #m 1 0 12954353 +prince-of-wales_plume n 1 2 @ #m 1 0 12954353 +prince_albert n 2 1 @ 2 0 10811540 04003359 +prince_albert's_yew n 1 2 @ #m 1 0 11659248 +prince_albert_yew n 1 2 @ #m 1 0 11659248 +prince_charles n 1 1 @ 1 0 10892416 +prince_charming n 1 1 @ 1 0 10473453 +prince_consort n 1 2 @ ~ 1 0 10473562 +prince_edward n 1 1 @ 1 0 10949952 +prince_edward_island n 1 3 @ #p %p 1 0 08828750 +prince_eugene_of_savoy n 1 1 @ 1 0 10962423 +prince_fumimaro_konoe n 1 1 @ 1 0 11108767 +prince_fumimaro_konoye n 1 1 @ 1 0 11108767 +prince_klemens_wenzel_nepomuk_lothar_von_metternich n 1 1 @ 1 0 11177532 +prince_of_darkness n 1 2 @ ; 1 0 09543353 +prince_of_smolensk n 1 1 @ 1 0 11113077 +prince_of_wales n 1 2 @ ~ 1 1 10473917 +prince_of_wales_heath n 1 1 @ 1 0 12229111 +prince_otto_eduard_leopold_von_bismarck n 1 1 @ 1 0 10851599 +prince_otto_von_bismarck n 1 1 @ 1 0 10851599 +prince_peter_kropotkin n 1 1 @ 1 0 11111194 +prince_philip n 1 1 @ 1 0 11232475 +prince_rupert n 1 1 @ 1 0 11274103 +princedom n 2 3 @ ~ + 2 0 14433115 08558488 +princeling n 2 1 @ 2 0 10473789 10473718 +princess n 1 3 @ ~ #m 1 0 10474064 +princess_diana n 1 1 @ 1 0 10933658 +princess_feather n 1 2 @ #m 1 0 12601805 +princess_grace_of_monaco n 1 1 @ 1 0 11099923 +princess_of_wales n 1 1 @ 1 0 10933658 +princess_pine n 1 1 @ 1 0 13223710 +princess_royal n 1 1 @ 1 0 10474343 +princeton n 2 4 @ #m #p %p 2 0 09114128 04003453 +princeton_university n 1 3 @ #m #p 1 0 04003453 +princeton_wordnet n 1 3 @ ; - 1 0 06639204 +princewood n 2 2 @ #m 2 0 12818601 12818346 +principal n 6 5 @ ~ #p + ; 6 3 13400662 10474645 10648696 13355868 10474950 10474446 +principal_axis n 1 1 @ 1 0 06010105 +principal_diagonal n 1 1 @ 1 0 08268636 +principal_investigator n 1 1 @ 1 0 10475163 +principal_sum n 1 1 @ 1 0 13355868 +principality n 1 2 @ ~ 1 0 08558488 +principality_of_andorra n 1 3 @ #p %m 1 0 09023118 +principality_of_liechtenstein n 1 4 @ #p %m %p 1 0 08960548 +principality_of_monaco n 1 4 @ #p %m %p 1 0 08967868 +principalship n 1 2 @ + 1 0 00597629 +principe n 1 2 @ #p 1 0 08993144 +principen n 1 2 @ ; 1 0 02705651 +principle n 6 4 @ ~ #p ; 6 6 05913538 05955323 05872477 05874232 06655388 05793210 +principle_of_equivalence n 1 2 @ ; 1 0 05990981 +principle_of_liquid_displacement n 1 2 @ ; 1 0 05991242 +principle_of_parsimony n 1 1 @ 1 0 05990738 +principle_of_relativity n 1 2 @ ; 1 0 05990480 +principle_of_superposition n 2 2 @ ; 2 0 05991776 05991441 +prinia n 1 3 @ #m %m 1 0 01565804 +prinival n 1 2 @ ; 1 0 03677308 +print n 7 3 @ ~ + 7 2 06678302 04003597 06798750 06678146 04003982 04003856 03926575 +print_buffer n 1 1 @ 1 0 04004099 +print_media n 1 2 @ ~ 1 0 06263609 +print_run n 1 2 @ ~ 1 0 15261972 +print_seller n 1 1 @ 1 0 10475835 +print_shop n 1 1 @ 1 1 04005090 +printed_circuit n 1 2 @ ~ 1 0 04004210 +printed_symbol n 1 2 @ ~ 1 1 06817623 +printer n 3 4 @ ~ + ; 3 0 10475297 04004767 04004475 +printer's_devil n 1 1 @ 1 0 10475584 +printer's_ink n 1 1 @ 1 0 14918023 +printer_cable n 1 1 @ 1 0 04004990 +printing n 4 5 @ ~ + ; - 4 2 06403291 01103159 06677302 06590210 +printing_business n 1 1 @ 1 0 08069627 +printing_company n 1 1 @ 1 0 08069627 +printing_concern n 1 1 @ 1 0 08069627 +printing_ink n 1 1 @ 1 1 14918023 +printing_machine n 1 2 @ ~ 1 0 04004475 +printing_operation n 1 2 @ ~ 1 0 13540791 +printing_press n 1 3 @ ~ %p 1 0 04000311 +printing_process n 1 3 @ ~ - 1 0 06677302 +printing_shop n 1 1 @ 1 0 04005090 +printing_unit n 1 2 @ ~ 1 0 13608207 +printmaker n 1 2 @ ~ 1 0 10475687 +printmaking n 1 2 @ ~ 1 0 00937476 +printout n 1 1 @ 1 0 07265075 +priodontes n 1 2 @ #m 1 0 02455887 +priodontes_giganteus n 1 1 @ 1 0 02456008 +prion n 1 2 @ ; 1 0 09398935 +prionace n 1 3 @ #m %m 1 0 01490885 +prionace_glauca n 1 2 @ #m 1 0 01491006 +prionotus n 1 3 @ #m %m 1 0 02650928 +prionotus_carolinus n 1 2 @ #m 1 0 02651060 +prior n 1 2 @ + 1 0 10475940 +prioress n 1 2 @ ~ 1 0 09754217 +priority n 2 4 ! @ ~ + 2 1 13949802 05047279 +priority_processing n 1 2 @ ~ 1 0 13540975 +priorship n 1 2 @ + 1 0 00597728 +priory n 1 1 @ 1 0 04005197 +priscoan n 1 1 @ 1 0 15129572 +priscoan_aeon n 1 1 @ 1 0 15129572 +priscoan_eon n 1 1 @ 1 0 15129572 +prism n 2 4 @ ~ #p + 2 0 13884511 04005340 +prism_spectroscope n 1 3 @ ~ %p 1 0 04273064 +prismatoid n 1 2 @ ~ 1 0 13917874 +prismoid n 1 1 @ 1 0 13918095 +prison n 2 3 @ ~ %p 2 1 04005630 13937284 +prison-breaking n 1 1 @ 1 0 00059989 +prison_camp n 2 2 @ ~ 2 1 04005912 04600764 +prison_cell n 1 3 @ ~ #p 1 0 02991302 +prison_chaplain n 1 1 @ 1 0 09908769 +prison_farm n 1 1 @ 1 1 04600764 +prison_guard n 1 1 @ 1 0 10149867 +prison_house n 2 3 @ ~ %p 2 1 13937284 04005630 +prison_term n 1 2 @ ~ 1 0 15224692 +prisonbreak n 1 1 @ 1 0 00059989 +prisoner n 1 2 @ ~ 1 1 10476086 +prisoner's_base n 1 1 @ 1 0 00460541 +prisoner_of_war n 1 1 @ 1 1 10476331 +prisoner_of_war_camp n 1 2 @ ~ 1 0 04005912 +prisoner_of_war_censorship n 1 1 @ 1 0 00821973 +pristidae n 1 3 @ #m %m 1 0 01496944 +pristis n 1 3 @ #m %m 1 0 01497278 +pristis_pectinatus n 1 2 @ #m 1 0 01497413 +pritzelago n 1 2 @ #m 1 0 11893808 +pritzelago_alpina n 1 1 @ 1 0 11893916 +privacy n 2 2 @ ~ 2 2 04622932 14416089 +private n 1 1 @ 1 1 10476467 +private_citizen n 1 1 @ 1 0 10457903 +private_corporation n 1 2 @ ~ 1 0 08383690 +private_detective n 1 2 @ ~ 1 1 10476671 +private_enterprise n 1 2 @ ~ 1 0 08364959 +private_eye n 1 2 @ ~ 1 1 10476671 +private_foundation n 1 1 @ 1 0 08407000 +private_instructor n 1 3 @ ~ ; 1 0 09931418 +private_investigator n 1 2 @ ~ 1 0 10476671 +private_line n 1 1 @ 1 0 04006227 +private_nuisance n 1 1 @ 1 0 05831412 +private_parts n 1 2 @ ~ 1 0 05514081 +private_practice n 1 1 @ 1 0 00632820 +private_property n 1 2 @ ~ 1 1 13245626 +private_road n 1 2 @ %p 1 0 03244388 +private_school n 1 2 @ ~ 1 1 08411170 +private_security_force n 1 2 @ %m 1 0 08210982 +private_treaty n 1 1 @ 1 0 00092212 +privateer n 2 2 @ ~ 2 0 10476928 04006067 +privateersman n 1 2 @ ~ 1 0 10476928 +privately_held_corporation n 1 2 @ ~ 1 0 08383690 +privateness n 2 3 @ ~ + 2 0 14416089 04622932 +privates n 1 2 @ ~ 1 0 05514081 +privation n 2 2 @ ~ 2 0 14493426 01150200 +privatisation n 1 2 @ + 1 0 01152033 +privatization n 1 2 @ + 1 0 01152033 +privet n 1 3 @ ~ #m 1 0 12307756 +privet_andromeda n 1 2 @ #m 1 0 12241192 +privet_hedge n 1 1 @ 1 0 04006330 +privilege n 3 4 @ ~ + ; 3 2 05158296 05178715 05179567 +privilege_against_self_incrimination n 1 2 @ ; 1 0 05184810 +privilege_of_the_floor n 1 1 @ 1 0 05179410 +privine n 1 2 @ ; 1 0 03807052 +privy n 2 3 @ ~ %p 2 2 04446276 03860404 +privy_council n 1 3 @ ~ ; 1 0 08311687 +privy_purse n 1 1 @ 1 0 13294302 +prix_de_rome n 1 1 @ 1 0 07269163 +prix_fixe n 1 1 @ 1 0 06497233 +prix_goncourt n 1 1 @ 1 0 07269430 +prize n 3 3 @ ~ %p 3 2 13268146 13262663 04487996 +prize_fight n 1 2 @ + 1 0 07471806 +prize_money n 1 1 @ 1 1 13268758 +prize_ring n 1 2 @ ; 1 0 02885663 +prize_winner n 1 1 @ 1 0 09627807 +prizefight n 1 2 @ + 1 1 07471806 +prizefighter n 1 3 @ ~ + 1 0 10477077 +pro n 2 3 ! @ ~ 2 1 10480583 06649223 +pro-choice_faction n 1 1 @ 1 0 08417281 +pro-life_faction n 1 1 @ 1 0 08417436 +pro-lifer n 1 1 @ 1 0 10458356 +proaccelerin n 1 1 @ 1 0 15071366 +probabilism n 2 3 @ + ; 2 0 06160781 05975258 +probability n 2 4 ! @ ~ + 2 2 05091770 04756172 +probability_theorist n 1 1 @ 1 0 10477465 +probability_theory n 1 3 @ %p ; 1 0 06037108 +probable n 1 1 @ 1 0 10458024 +probable_cause n 1 2 @ ; 1 0 05824514 +probate n 2 3 @ + ; 2 0 06544432 00154894 +probate_court n 1 2 @ ; 1 0 08335087 +probate_will n 1 2 @ ; 1 0 06544432 +probation n 3 3 @ + ; 3 0 15297472 15297303 01258251 +probation_officer n 1 1 @ 1 0 10477839 +probationer n 2 1 @ 2 0 10477713 10477585 +probe n 4 3 @ ~ + 4 0 05800611 04006411 00947041 00641522 +probenecid n 1 1 @ 1 0 04006584 +probiotic n 1 2 @ ~ 1 0 01349495 +probiotic_bacterium n 1 2 @ ~ 1 0 01349495 +probiotic_flora n 1 2 @ ~ 1 0 01349495 +probiotic_microflora n 1 2 @ ~ 1 0 01349495 +probity n 1 1 @ 1 0 04869811 +problem n 3 3 @ ~ + 3 3 14410605 06784003 05687338 +problem-oriented_language n 1 2 @ ~ 1 0 06899110 +problem_solver n 1 1 @ 1 0 10458111 +problem_solving n 2 3 @ ~ %p 2 0 06140437 05796750 +proboscidea n 2 3 @ #m %m 2 0 12874996 02502902 +proboscidea_arenaria n 1 2 @ #m 1 0 12875697 +proboscidea_fragrans n 1 2 @ #m 1 0 12875861 +proboscidea_louisianica n 1 2 @ #m 1 0 12875269 +proboscidean n 1 3 @ ~ #m 1 0 02503127 +proboscidian n 1 3 @ ~ #m 1 0 02503127 +proboscis n 2 3 @ #p ; 2 0 05599084 02452967 +proboscis_flower n 1 2 @ #m 1 0 12875269 +proboscis_monkey n 1 1 @ 1 0 02489166 +proboscis_worm n 1 2 @ #m 1 0 01928517 +procaine n 1 2 @ ~ 1 0 04006727 +procaine_hydrochloride n 1 1 @ 1 0 04006953 +procarbazine n 1 1 @ 1 0 04007126 +procardia n 1 2 @ ; 1 0 03824014 +procaryote n 1 2 @ + 1 0 01415920 +procavia n 1 3 @ #m %m 1 0 02372813 +procavia_capensis n 1 2 @ #m 1 0 02372952 +procaviidae n 1 3 @ #m %m 1 0 02372397 +procedure n 4 4 @ ~ #p + 4 2 01023820 00577068 06582403 01023636 +proceeding n 1 4 @ ~ + ; 1 1 01184814 +proceedings n 2 5 @ ~ #p + ; 2 1 01184814 06508112 +proceeds n 1 2 @ ~ 1 1 13260190 +procellaria n 1 3 @ #m %m 1 0 02059393 +procellaria_aequinoctialis n 1 2 @ #m 1 0 02059541 +procellariidae n 1 3 @ #m %m 1 0 02058933 +procellariiform_seabird n 1 2 @ #m 1 0 02057898 +procellariiformes n 1 3 @ #m %m 1 0 02057478 +process n 6 4 @ ~ + ; 6 2 01023820 05701363 06556692 05701738 05470189 00029677 +process-server n 1 1 @ 1 1 10478118 +process_cheese n 1 1 @ 1 0 07851926 +process_of_monition n 1 2 @ ; 1 0 06558434 +process_printing n 1 1 @ 1 0 06679041 +processed_cheese n 1 1 @ 1 0 07851926 +processing n 1 3 @ ~ + 1 1 13541167 +processing_time n 1 2 @ ~ 1 0 15297672 +procession n 3 4 @ ~ + ; 3 0 07327288 00296585 00282050 +processional n 1 1 @ 1 0 07034409 +processional_march n 1 2 @ ~ 1 0 07058871 +processor n 3 5 @ #p %p + ; 3 1 08065937 10477955 02995345 +processus_coronoideus n 1 3 @ ~ #p 1 0 05472032 +prochlorperazine n 1 1 @ 1 0 04007239 +prociphilus n 1 3 @ #m %m 1 0 02254110 +prociphilus_tessellatus n 1 2 @ #m 1 0 02254246 +proclamation n 2 3 @ ~ + 2 1 06726158 01266491 +proclivity n 1 1 @ 1 0 06199561 +procnias n 1 3 @ #m %m 1 0 01551915 +proconsul n 3 3 @ #m + 3 0 10478462 10478293 02478875 +proconsulate n 1 1 @ 1 0 00597821 +proconsulship n 1 2 @ + 1 0 00597821 +proconvertin n 1 1 @ 1 0 15071503 +procrastination n 2 2 @ + 2 1 01067362 05062370 +procrastinator n 1 2 @ + 1 0 10478626 +procreation n 1 3 @ ~ + 1 1 00849523 +procrustean_bed n 1 1 @ 1 0 07261782 +procrustean_rule n 1 1 @ 1 0 07261782 +procrustean_standard n 1 1 @ 1 0 07261782 +procrustes n 1 2 @ ; 1 0 09569709 +proctalgia n 1 1 @ 1 0 14330265 +proctitis n 1 1 @ 1 0 14354257 +proctocele n 1 1 @ 1 0 14297150 +proctologist n 1 2 @ + 1 0 10478827 +proctology n 1 2 @ + 1 0 06062225 +proctoplasty n 1 1 @ 1 0 00690933 +proctor n 1 3 @ ~ + 1 0 10478960 +proctorship n 1 2 @ + 1 0 00597957 +proctoscope n 1 1 @ 1 0 04007415 +proctoscopy n 1 1 @ 1 0 00643067 +procural n 1 2 @ + 1 0 00083729 +procurance n 1 2 @ + 1 0 00083729 +procurator n 2 3 @ ~ ; 2 0 10486909 10479135 +procurement n 1 2 @ + 1 1 00083729 +procurer n 2 4 @ ~ + ; 2 1 10433737 10479328 +procuress n 1 1 @ 1 0 10479493 +procursive_epilepsy n 1 1 @ 1 0 14089592 +procyclidine n 1 1 @ 1 0 04007510 +procyon n 2 3 @ #m %m 2 0 09399485 02507863 +procyon_cancrivorus n 1 1 @ 1 0 02508346 +procyon_lotor n 1 1 @ 1 0 02508213 +procyonid n 1 3 @ ~ #m 1 0 02507649 +procyonidae n 1 3 @ #m %m 1 0 02507337 +prod n 2 3 @ ~ + 2 0 07252378 04007664 +prodding n 1 2 @ + 1 0 07252378 +prodigal n 1 3 @ ~ + 1 0 10479561 +prodigality n 2 2 @ + 2 0 04894807 00743641 +prodigy n 3 3 @ ~ + 3 0 10479783 07286368 05939244 +prodroma n 1 1 @ 1 0 14303877 +prodrome n 1 2 @ + 1 0 14303877 +produce n 1 3 @ ~ + 1 1 07705711 +producer n 3 3 @ ~ + 3 3 10292316 10480018 07328756 +producer_gas n 1 1 @ 1 0 14862481 +producer_price_index n 1 1 @ 1 0 06641524 +product n 6 4 @ ~ #p + 6 4 03748886 04007894 05859630 14997699 11415842 07999068 +product-moment_correlation_coefficient n 1 2 @ ; 1 0 06033427 +product_development n 1 1 @ 1 0 00250882 +product_introduction n 1 1 @ 1 0 00238871 +product_line n 1 3 @ ~ %p 1 0 03671668 +product_research n 1 1 @ 1 0 00640560 +production n 8 5 @ ~ %p + ; 8 4 00912960 07006951 04007894 00522736 13758745 07213989 00913705 00913585 +production_cost n 1 1 @ 1 0 13302775 +production_line n 1 3 @ #p %p 1 0 04008385 +production_order n 1 1 @ 1 0 06530143 +productiveness n 1 3 ! @ + 1 0 05147940 +productivity n 2 3 @ + ; 2 1 05147940 13824500 +proenzyme n 1 1 @ 1 0 14691445 +prof n 1 3 @ ~ #m 1 0 10480730 +profanation n 2 2 @ + 2 0 00746587 00273319 +profaneness n 2 3 @ ~ + 2 0 06207874 04856014 +profanity n 1 3 @ ~ + 1 1 07128527 +professing n 1 2 @ + 1 0 06732925 +profession n 4 3 @ ~ + 4 2 08112096 00609953 06732925 06685040 +professional n 3 4 ! @ ~ #m 3 3 10480253 10480583 10298482 +professional_association n 1 1 @ 1 0 08242675 +professional_baseball n 1 1 @ 1 0 00474657 +professional_basketball n 1 2 @ - 1 0 00481803 +professional_boxing n 1 1 @ 1 0 00446311 +professional_dancer n 1 2 @ ~ 1 0 09989502 +professional_football n 1 2 @ ; 1 0 00470554 +professional_golf n 1 1 @ 1 0 00466273 +professional_golfer n 1 1 @ 1 0 10137367 +professional_life n 1 1 @ 1 0 00606227 +professional_organisation n 1 2 @ %m 1 0 08266070 +professional_organization n 1 2 @ %m 1 0 08266070 +professional_person n 1 3 @ ~ #m 1 0 10480253 +professional_relation n 1 2 @ ~ 1 0 13837439 +professional_tennis n 1 1 @ 1 0 00483205 +professional_tennis_player n 1 1 @ 1 0 10701644 +professional_wrestling n 1 1 @ 1 0 00448126 +professionalisation n 1 1 @ 1 0 13541491 +professionalism n 1 1 @ 1 0 05641089 +professionalization n 1 2 @ + 1 0 13541491 +professor n 1 4 @ ~ #m + 1 1 10480730 +professorship n 1 2 @ + 1 1 00598056 +proffer n 1 3 @ ~ + 1 0 07162680 +proficiency n 2 3 @ ~ + 2 1 05154114 05643190 +profile n 5 4 @ ~ %p + 5 3 07002599 08613202 06516404 14434329 08548415 +profiling n 1 1 @ 1 0 06886818 +profit n 2 4 @ ~ %p + 2 2 13258362 05157574 +profit-and-loss_statement n 1 1 @ 1 0 13355301 +profit_and_loss n 1 1 @ 1 1 13407844 +profit_and_loss_account n 1 1 @ 1 0 13407844 +profit_margin n 1 1 @ 1 1 13261242 +profit_sharing n 1 1 @ 1 1 13289020 +profit_taker n 1 1 @ 1 0 10481167 +profitability n 1 3 ! @ + 1 1 05157866 +profitableness n 2 4 ! @ ~ + 2 0 05160796 05157866 +profiteer n 1 2 @ + 1 0 10481003 +profiterole n 1 1 @ 1 0 07628328 +profits n 2 3 @ ~ %p 2 1 13258362 13259917 +profligacy n 2 1 @ 2 0 04894807 00748307 +profligate n 2 3 @ ~ + 2 0 10505942 10479561 +profoundness n 5 3 @ ~ + 5 0 13942554 05926358 05613962 05134880 05094863 +profundity n 4 4 ! @ ~ + 4 2 05926358 05094863 05613962 05134880 +profuseness n 1 3 @ ~ + 1 0 05115804 +profusion n 1 2 @ ~ 1 1 05115804 +progenitor n 1 2 @ ~ 1 0 10126806 +progeny n 1 2 @ ~ 1 0 10373998 +progeria n 1 1 @ 1 0 14468348 +progesterone n 1 2 @ #s 1 0 14746048 +progestin n 1 2 @ ~ 1 0 14747338 +progestogen n 1 2 @ ~ 1 0 14747338 +prognathism n 1 2 @ + 1 0 14579063 +progne n 1 3 @ #m %m 1 0 01596479 +progne_subis n 1 2 @ #m 1 0 01596608 +prognosis n 2 3 @ ~ + 2 0 06749881 00153665 +prognostic n 1 3 @ ~ + 1 0 07286368 +prognostication n 3 3 @ ~ + 3 0 07286368 06748969 05775407 +prognosticator n 1 3 @ ~ + 1 0 10102506 +program n 8 5 @ ~ %p + ; 8 4 05898568 05899087 06619428 06501311 06748466 06676416 06568978 00551215 +program_library n 1 3 @ %p ; 1 0 07977592 +program_line n 1 4 @ ~ #p ; 1 0 06584891 +program_music n 1 1 @ 1 0 07281219 +program_trading n 1 1 @ 1 0 00079752 +programing n 2 4 @ ~ + - 2 0 01144355 00928947 +programing_language n 1 3 @ ~ ; 1 0 06898352 +programma n 1 1 @ 1 0 06541726 +programme n 7 5 @ ~ %p + ; 7 0 06748466 06676416 06619428 06568978 05899087 05898568 00551215 +programme_music n 1 1 @ 1 0 07281219 +programmed_cell_death n 1 1 @ 1 0 11486381 +programmer n 1 4 @ ~ + ; 1 0 10481268 +programming n 2 4 @ ~ + - 2 1 01144355 00928947 +programming_error n 1 3 @ ~ ; 1 0 07300092 +programming_language n 1 3 @ ~ ; 1 0 06898352 +progress n 3 3 @ ~ + 3 3 00249501 00282050 07445265 +progress_report n 1 1 @ 1 0 07219923 +progression n 3 3 @ ~ + 3 3 08458912 07445265 00282050 +progressive n 2 3 @ ~ + 2 0 13805734 10256756 +progressive_aspect n 1 1 @ 1 0 13805336 +progressive_emphysematous_necrosis n 1 2 @ ; 1 0 14313943 +progressive_party n 1 1 @ 1 0 08262695 +progressive_rock n 1 1 @ 1 0 07065333 +progressive_tax n 1 1 @ 1 0 13314495 +progressive_tense n 1 2 @ ~ 1 0 13805734 +progressive_vaccinia n 1 1 @ 1 0 14089719 +progressiveness n 1 2 @ + 1 0 04737743 +progressivism n 1 1 @ 1 1 06219711 +progressivity n 1 2 @ + 1 0 04737743 +progymnosperm n 1 1 @ 1 0 11596344 +prohibition n 5 4 @ ~ + ; 5 3 06541820 06542047 15294382 07255174 00201923 +prohibition_era n 1 1 @ 1 1 15294382 +prohibition_party n 1 1 @ 1 0 08262937 +prohibitionist n 1 3 @ ~ + 1 0 10037922 +project n 2 3 @ ~ + 2 2 00795720 05910453 +projectile n 2 4 @ ~ %p + 2 1 04008634 04099429 +projection n 10 4 @ ~ + ; 10 4 05775293 06887599 05910453 04008947 13919685 13541798 11512331 04009382 00407090 00116687 +projection_screen n 1 2 @ ~ 1 0 04152829 +projectionist n 1 2 @ + 1 0 10481561 +projective_device n 1 2 @ ~ 1 0 01007609 +projective_geometry n 1 2 @ ; 1 0 06012340 +projective_technique n 1 2 @ ~ 1 0 01007609 +projective_test n 1 2 @ ~ 1 0 01007609 +projector n 2 3 @ ~ + 2 0 04009801 04009552 +prokaryote n 1 3 ! @ + 1 0 01415920 +prokayotae n 1 2 @ %m 1 0 01341876 +prokhorov n 1 1 @ 1 0 11246718 +prokofiev n 1 1 @ 1 0 11247002 +prolactin n 1 1 @ 1 0 14749543 +prolamine n 1 1 @ 1 0 15026420 +prolapse n 1 3 @ ~ + 1 0 14559208 +prolapsus n 1 2 @ ~ 1 0 14559208 +prolate_cycloid n 1 1 @ 1 0 13909071 +prole n 1 3 @ ~ #m 1 0 10481711 +prolegomenon n 1 1 @ 1 0 06398270 +prolepsis n 1 1 @ 1 0 07105238 +proletarian n 1 4 @ ~ #m + 1 0 10481711 +proletariat n 1 4 @ ~ %m + 1 1 08180639 +proliferation n 2 3 ! @ + 2 1 13541975 13542114 +prolificacy n 1 1 @ 1 0 05147586 +proline n 1 1 @ 1 0 14684798 +prolixity n 1 4 @ ~ = + 1 0 07090108 +prolixness n 1 4 @ ~ = + 1 0 07090108 +prolog n 1 1 @ 1 0 06902193 +prologue n 1 3 @ #p + 1 0 07009421 +prolongation n 3 3 @ ~ + 3 1 01018366 05133535 05051896 +prolonge n 1 2 @ %p 1 0 04009923 +prolonge_knot n 1 2 @ #p 1 0 04010057 +prolonged_interrogation n 1 1 @ 1 0 00423769 +prolusion n 2 2 @ #p 2 0 06397903 01144716 +prom n 1 1 @ 1 0 07449316 +promenade n 5 4 @ ~ #p + 5 0 07449316 04010205 00540895 00291663 00284101 +promenade_deck n 1 2 @ #p 1 0 03549732 +promethazine n 1 1 @ 1 0 04010348 +prometheus n 1 2 @ ; 1 1 09575902 +promethium n 1 1 @ 1 0 14651479 +prominence n 3 4 ! @ ~ + 3 2 14433587 05169507 13894434 +promiscuity n 1 3 @ ~ + 1 0 00856342 +promiscuousness n 1 3 @ ~ + 1 0 00856342 +promise n 2 3 @ ~ + 2 2 07226545 05950733 +promised_land n 3 4 @ #p %p - 3 0 08798382 08565506 05629104 +promisee n 1 2 @ + 1 0 10481929 +promiser n 1 3 @ ~ + 1 0 10482054 +promisor n 1 3 @ ~ + 1 0 10482054 +promissory_note n 1 2 @ ~ 1 0 13398469 +promontory n 1 2 @ ~ 1 0 09399592 +promoter n 2 3 @ ~ + 2 1 10482220 10593745 +promotion n 4 5 ! @ ~ #p + 4 2 07247071 00198451 07251984 00249780 +promotion_system n 1 1 @ 1 1 05905027 +promotional_expense n 1 1 @ 1 0 13277789 +promotional_material n 1 3 @ ~ #p 1 0 07247071 +prompt n 2 3 @ + ; 2 0 07011803 06280604 +prompt_box n 1 2 @ #p 1 0 04010566 +prompt_copy n 1 1 @ 1 0 07010275 +promptbook n 1 1 @ 1 0 07010275 +prompter n 2 3 @ ~ + 2 0 10482414 04010779 +prompter's_box n 1 2 @ #p 1 0 04010566 +prompting n 2 2 @ + 2 0 07246582 07011803 +promptitude n 1 1 @ 1 0 05060052 +promptness n 2 2 @ + 2 0 05060052 05047778 +promulgation n 3 3 @ ~ + 3 0 06746580 06726939 01266491 +promulgator n 1 3 @ + ; 1 1 10482587 +promycelium n 1 1 @ 1 0 12994892 +pronation n 1 3 ! @ + 1 0 00343091 +pronator n 1 2 @ + 1 0 05292468 +prone_float n 1 1 @ 1 0 00443375 +proneness n 1 2 @ + 1 0 04943578 +prong n 1 4 @ ~ #p + 1 0 04010927 +prongbuck n 1 2 @ #m 1 0 02429456 +pronghorn n 1 2 @ #m 1 0 02429456 +pronghorn_antelope n 1 2 @ #m 1 0 02429456 +pronominal n 1 1 @ 1 0 06317351 +pronominal_phrase n 1 1 @ 1 0 06317351 +pronoun n 1 2 @ ~ 1 1 06325370 +pronouncement n 1 3 @ ~ + 1 1 06727616 +pronucleus n 1 1 @ 1 0 05431762 +pronunciamento n 1 3 @ ~ ; 1 0 06727224 +pronunciation n 2 3 @ ~ + 2 0 07128946 07128692 +proof n 6 4 @ ~ + ; 6 2 05824739 06647614 13780180 06590885 04011130 00153961 +proof_spirit n 1 1 @ 1 0 07885705 +proofreader n 1 2 @ + 1 0 10482768 +prop n 3 4 @ ~ #p + 3 1 04011242 04012260 02692086 +prop_root n 1 1 @ 1 0 13126856 +propaedeutic n 1 2 @ + 1 0 00891642 +propaedeutics n 1 2 @ + 1 0 00891642 +propaganda n 1 3 @ ~ + 1 1 06674542 +propagandist n 1 3 @ ~ + 1 1 10482921 +propagation n 3 3 @ ~ + 3 2 06253518 00849982 11512992 +propagator n 2 2 @ + 2 0 10483274 10483138 +propanal n 1 1 @ 1 0 14998042 +propanamide n 1 1 @ 1 0 14862640 +propane n 1 1 @ 1 0 14691686 +propanediol n 1 1 @ 1 0 14852003 +propanoic_acid n 1 2 @ #s 1 0 14862753 +propanol n 1 1 @ 1 0 14998142 +propanolol n 1 1 @ 1 0 04011409 +propanone n 1 1 @ 1 0 14600504 +proparoxytone n 1 1 @ 1 0 06302269 +propellant n 1 3 @ ~ + 1 0 14691822 +propellant_explosive n 1 1 @ 1 0 04011609 +propellent n 1 3 @ ~ + 1 0 14691822 +propeller n 1 4 @ ~ %p + 1 1 04011827 +propeller_plane n 1 3 @ ~ %p 1 0 04012084 +propellor n 1 4 @ ~ %p + 1 0 04011827 +propenal n 1 1 @ 1 0 14998290 +propene n 1 1 @ 1 0 14998826 +propenoate n 1 1 @ 1 0 14998421 +propenoic_acid n 1 1 @ 1 0 14998522 +propenonitrile n 1 1 @ 1 0 14998677 +propensity n 3 1 @ 3 0 07499113 06199561 04943154 +propenyl_alcohol n 1 2 @ #s 1 0 14719893 +proper_fraction n 1 2 @ ~ 1 0 13735921 +proper_name n 1 1 @ 1 0 06320004 +proper_noun n 1 2 ! @ 1 0 06320004 +properness n 1 5 ! @ ~ = + 1 0 04898437 +property n 5 3 @ ~ #p 5 3 13244109 04916342 08513718 05849040 04012260 +property_line n 1 1 @ 1 0 08515349 +property_man n 1 1 @ 1 0 10483395 +property_master n 1 1 @ 1 0 10483395 +property_owner n 1 2 @ ~ 1 0 10245639 +property_right n 1 2 @ ~ 1 0 13241057 +property_settlement n 1 2 @ ; 1 1 07178337 +property_tax n 1 2 @ ~ 1 0 13312569 +prophase n 2 3 @ #p %p 2 0 13542474 13542374 +prophecy n 2 3 @ ~ + 2 2 05775407 06750154 +prophesier n 1 2 @ ~ 1 0 10483530 +prophet n 2 3 @ ~ + 2 2 10483530 10483890 +prophetess n 1 2 @ ~ 1 0 10483799 +prophets n 1 3 @ #p %p 1 0 06452601 +prophylactic n 2 2 @ + 2 0 04002026 03088164 +prophylactic_device n 1 2 @ ~ 1 0 03096593 +prophylaxis n 1 2 @ + 1 0 01079295 +prophyll n 1 1 @ 1 0 13127001 +propinquity n 1 1 @ 1 0 05085867 +propionaldehyde n 1 1 @ 1 0 14998042 +propionic_acid n 1 2 @ #s 1 0 14862753 +propitiation n 2 3 @ ~ + 2 0 01151407 00095121 +propitiousness n 1 4 ! @ = + 1 0 05161150 +propjet n 1 2 @ %p 1 0 04012482 +propman n 1 1 @ 1 0 10483395 +proponent n 1 3 @ ~ + 1 1 09774783 +proportion n 5 5 ! @ ~ %p + 5 3 13815742 05091194 13898315 13815449 05076827 +proportional n 1 2 @ #p 1 0 05863919 +proportional_counter n 1 2 @ ~ 1 0 04012665 +proportional_counter_tube n 1 2 @ ~ 1 0 04012665 +proportional_font n 1 3 ! @ ~ 1 0 06826214 +proportional_representation n 1 1 @ 1 0 01217720 +proportional_sample n 1 2 @ ; 1 0 06027051 +proportional_sampling n 1 1 @ 1 0 00162417 +proportional_tax n 1 1 @ 1 0 13314652 +proportionality n 2 3 @ ~ + 2 1 13824675 05076827 +proportionateness n 1 2 @ + 1 0 13817279 +proposal n 3 3 @ ~ + 3 2 07162194 07161741 07161429 +proposal_of_marriage n 1 2 @ ~ 1 0 07161741 +proposer n 2 4 @ ~ + ; 2 0 10673451 10484526 +proposition n 5 5 @ ~ %p + ; 5 2 06750804 07162680 07161912 07161429 00797581 +propositional_calculus n 1 1 @ 1 0 06165147 +propositional_logic n 1 1 @ 1 0 06165147 +propositus n 1 1 @ 1 0 10484739 +propoxyphene n 1 1 @ 1 0 04012852 +propoxyphene_hydrochloride n 1 1 @ 1 0 04012852 +propping_up n 1 1 @ 1 0 01017550 +proprietary n 1 1 @ 1 0 13243780 +proprietary_colony n 1 1 @ 1 0 08375031 +proprietary_drug n 1 1 @ 1 0 02891566 +proprietor n 1 4 @ ~ + ; 1 1 10388924 +proprietorship n 1 2 @ + 1 1 13243780 +proprietorship_certificate n 1 1 @ 1 0 13419178 +proprietress n 1 1 @ 1 0 10458519 +propriety n 1 4 ! @ ~ = 1 1 04898437 +proprioception n 1 3 @ ~ #p 1 0 05659621 +proprioceptor n 1 1 @ 1 0 05469664 +proprionamide n 1 1 @ 1 0 14862640 +props n 1 2 @ ; 1 0 01229549 +propulsion n 2 3 @ ~ + 2 0 11497777 00045250 +propulsion_system n 1 1 @ 1 0 04013060 +propyl n 1 1 @ 1 0 14998965 +propyl_alcohol n 1 1 @ 1 0 14998142 +propyl_group n 1 1 @ 1 0 14998965 +propyl_radical n 1 1 @ 1 0 14998965 +propylene n 1 1 @ 1 0 14998826 +propylene_glycol n 1 1 @ 1 0 14852003 +propylthiouracil n 1 1 @ 1 1 14692202 +proration n 1 2 @ + 1 0 00807925 +prorogation n 1 2 @ + 1 0 01067192 +prosaicness n 1 2 @ + 1 0 04795878 +prosauropoda n 1 2 @ #m 1 0 01708648 +proscenium n 2 3 @ #p %p 2 0 04013362 04013176 +proscenium_arch n 1 2 @ #p 1 0 04013600 +proscenium_wall n 1 3 @ #p %p 1 0 04013176 +prosciutto n 1 1 @ 1 0 07670328 +proscription n 2 3 @ ~ + 2 0 06542047 00206302 +prose n 2 3 @ ~ + 2 1 06376572 07072434 +prose_poem n 1 1 @ 1 1 06376776 +prosecuting_attorney n 1 3 @ ~ ; 1 1 10484858 +prosecuting_officer n 1 3 @ ~ ; 1 0 10484858 +prosecution n 3 6 ! @ ~ #p + ; 3 2 01198307 08064742 01022008 +prosecutor n 1 4 @ ~ + ; 1 1 10484858 +proselyte n 1 2 @ + 1 0 10485168 +proselytism n 2 1 @ 2 0 07246382 00094954 +prosencephalon n 1 3 @ #p %p 1 0 05495981 +proserpina n 1 1 @ 1 0 09569985 +proserpine n 1 1 @ 1 0 09569985 +prosimian n 1 2 @ #m 1 0 02496052 +prosimii n 1 3 @ #m %m 1 0 02495789 +prosiness n 1 2 @ + 1 0 04795878 +prosodic_system n 1 1 @ 1 0 07112805 +prosodion n 1 1 @ 1 0 07034409 +prosody n 3 5 @ ~ #p ; - 3 1 07083732 07093895 06170025 +prosom n 1 2 @ ; 1 0 03298211 +prosopis n 1 3 @ #m %m 1 0 11765099 +prosopis_glandulosa n 1 1 @ 1 0 11765568 +prosopis_juliflora n 1 2 @ %p 1 0 11765859 +prosopis_juliiflora n 1 2 @ %p 1 0 11765859 +prosopis_pubescens n 1 2 @ %p 1 0 11766189 +prosopium n 1 3 @ #m %m 1 0 02539752 +prosopium_cylindraceum n 1 2 @ #m 1 0 02539894 +prosopium_williamsonii n 1 2 @ #m 1 0 02540091 +prosopopoeia n 1 1 @ 1 0 07108123 +prospect n 5 3 @ ~ + 5 3 14482968 05944958 09890749 05933246 00153665 +prospector n 1 3 @ ~ + 1 0 10485298 +prospectus n 2 2 @ ~ 2 0 07165506 06674947 +prosper_meniere n 1 1 @ 1 0 11174119 +prosperity n 2 3 @ ~ + 2 2 14489699 14474052 +prospero_lambertini n 1 1 @ 1 0 10844031 +prospicience n 1 2 @ + 1 0 05805277 +prostaglandin n 1 1 @ 1 0 05414931 +prostate n 1 3 @ #p + 1 0 05331404 +prostate_cancer n 1 1 @ 1 0 14252067 +prostate_gland n 1 2 @ #p 1 0 05331404 +prostate_specific_antigen n 1 1 @ 1 0 14736510 +prostatectomy n 1 1 @ 1 0 00687252 +prostatic_adenocarcinoma n 1 1 @ 1 0 14252067 +prostatitis n 1 1 @ 1 0 14354462 +prostheon n 1 1 @ 1 0 05234911 +prosthesis n 1 3 @ ~ + 1 0 04013729 +prosthetic_device n 1 2 @ ~ 1 0 04013729 +prosthetics n 1 2 @ + 1 0 06049091 +prosthetist n 1 2 @ + 1 0 10458596 +prosthion n 1 1 @ 1 0 05234911 +prosthodontia n 1 2 @ + 1 0 06049250 +prosthodontics n 1 2 @ + 1 0 06049250 +prosthodontist n 1 2 @ + 1 0 10458696 +prostigmin n 1 2 @ ; 1 0 03818843 +prostitute n 1 3 @ ~ + 1 1 10485440 +prostitution n 1 2 @ + 1 1 00748155 +prostration n 3 3 @ ~ + 3 0 14066203 01167548 00341109 +protactinium n 1 1 @ 1 0 14651708 +protagonism n 1 2 @ ~ 1 0 01214171 +protagonist n 2 2 @ ~ 2 1 10677713 10172793 +protamine n 1 1 @ 1 0 15026508 +protanopia n 1 2 @ + 1 0 14154421 +protea n 1 3 @ ~ #m 1 0 12214789 +protea_cynaroides n 1 2 @ #m 1 0 12215022 +protea_family n 1 3 @ #m %m 1 0 12213635 +protea_mellifera n 1 2 @ #m 1 0 12215210 +proteaceae n 1 3 @ #m %m 1 0 12213635 +proteales n 1 3 @ #m %m 1 0 12213485 +protease n 1 2 @ ~ 1 1 14999106 +protease_inhibitor n 1 3 @ ~ #p 1 0 04013993 +protection n 7 3 @ ~ + 7 4 00817680 04014297 13344071 14539960 01214863 01127874 00784755 +protectionism n 1 3 @ ~ + 1 0 06658786 +protectionist n 1 2 @ + 1 0 10485883 +protective_coloration n 1 3 @ ~ ; 1 0 04978792 +protective_cover n 1 2 @ ~ 1 0 04014297 +protective_covering n 2 2 @ ~ 2 0 04014297 01902568 +protective_embankment n 1 1 @ 1 0 03296328 +protective_fold n 1 2 @ ~ 1 0 05313679 +protective_garment n 1 2 @ ~ 1 0 04015204 +protective_tariff n 1 2 @ ~ 1 0 13317611 +protectiveness n 2 2 @ + 2 0 07545303 04723622 +protector n 1 3 @ ~ + 1 0 09614684 +protector_of_boundaries n 1 1 @ 1 0 09574657 +protectorate n 1 1 @ 1 1 08627316 +protectorship n 1 2 @ + 1 0 00598215 +protege n 1 2 @ ~ 1 1 10485989 +protegee n 1 1 @ 1 0 10486166 +proteidae n 1 3 @ #m %m 1 0 01633949 +protein n 1 5 @ ~ #s %s + 1 1 14728724 +protein_folding n 1 1 @ 1 0 13569226 +protein_molecule n 1 1 @ 1 0 09399899 +proteinase n 1 2 @ ~ 1 0 14999106 +proteinuria n 1 1 @ 1 0 14265958 +proteles n 1 3 @ #m %m 1 0 02118058 +proteles_cristata n 1 2 @ #m 1 0 02118176 +proteolysis n 1 2 @ + 1 1 13542688 +proteolytic_enzyme n 1 2 @ ~ 1 0 14999106 +proteome n 1 1 @ 1 0 14736854 +proteomics n 1 1 @ 1 0 06077276 +proteosome n 1 1 @ 1 0 04015652 +proteosome_vaccine n 1 1 @ 1 0 04015652 +proterochampsa n 1 2 @ #m 1 0 01696151 +proterozoic n 1 3 @ #p + 1 0 15128997 +proterozoic_aeon n 1 2 @ #p 1 0 15128997 +proterozoic_eon n 1 2 @ #p 1 0 15128997 +protest n 3 3 @ ~ + 3 3 07210225 01177033 07210553 +protest_march n 1 3 @ ~ ; 1 0 01179167 +protestant n 2 5 @ ~ #m %m - 2 2 09679316 08087570 +protestant_church n 1 4 @ ~ %m - 1 0 08087570 +protestant_deacon n 1 2 @ ~ 1 0 09994673 +protestant_denomination n 1 3 @ ~ #m 1 1 08147188 +protestant_episcopal_church n 1 3 @ %m - 1 0 08088472 +protestant_reformation n 1 1 @ 1 0 08475929 +protestantism n 1 2 @ ~ 1 1 06228549 +protestation n 2 2 @ + 2 2 07210225 06733119 +protester n 2 3 @ ~ + 2 0 10018021 10002760 +proteus n 2 5 @ #m %m + ; 2 0 09569142 01634092 +proteus_anguinus n 1 2 @ #m 1 0 01634227 +prothalamion n 1 1 @ 1 0 07053364 +prothalamium n 1 1 @ 1 0 07053364 +prothorax n 1 1 @ 1 0 02665687 +prothrombin n 1 1 @ 1 0 15070897 +prothrombin_accelerator n 1 1 @ 1 0 15071366 +prothrombinase n 1 1 @ 1 0 15072099 +protirelin n 1 1 @ 1 0 15074203 +protist n 1 2 @ #m 1 0 01387451 +protista n 1 3 @ #m %m 1 0 01387208 +protistan n 1 2 @ #m 1 0 01387451 +protium n 1 3 @ #m %m 1 0 12693033 +protium_guianense n 1 2 @ #m 1 0 12693352 +protium_heptaphyllum n 1 2 @ #m 1 0 12693244 +proto-indo_european n 1 1 @ 1 0 06942094 +proto-norse n 1 1 @ 1 0 06953054 +proto-oncogene n 1 1 @ 1 0 05440756 +protoactinium n 1 1 @ 1 0 14651708 +protoanthropology n 1 2 @ ~ 1 0 06146260 +protoarchaeology n 1 1 @ 1 0 06146407 +protoarcheology n 1 1 @ 1 0 06146407 +protoavis n 1 2 @ #m 1 0 01515583 +protoceratops n 1 1 @ 1 0 01704103 +protocol n 3 3 @ ~ ; 3 0 06665108 06664981 05668915 +protoctist n 1 3 @ ~ #m 1 0 01387065 +protoctist_family n 1 3 @ ~ #m 1 0 01387617 +protoctist_genus n 1 3 @ ~ #m 1 0 01388130 +protoctist_order n 1 3 @ ~ #m 1 0 01347199 +protoctista n 1 2 @ %m 1 0 01386494 +protoheme n 1 2 @ #s 1 0 15024997 +protohemin n 1 1 @ 1 0 15025228 +protohippus n 1 2 @ #m 1 0 02376423 +protohistory n 1 2 @ ~ 1 0 06146260 +protology n 1 1 @ 1 0 06248693 +protomammal n 1 3 @ ~ #m 1 0 01719914 +proton n 1 2 @ ~ 1 1 09400037 +proton_accelerator n 1 1 @ 1 0 04015786 +proton_magnetic_resonance n 1 1 @ 1 1 11478898 +protoplasm n 1 2 @ ~ 1 1 05432736 +protoplasmic_astrocyte n 1 1 @ 1 0 05468098 +protoplast n 1 2 @ #p 1 0 05431585 +prototheria n 1 3 @ #m %m 1 0 01871406 +prototherian n 1 2 @ ~ 1 0 01871543 +prototype n 1 3 @ ~ + 1 1 05937524 +protozoa n 1 3 @ #m %m 1 1 01389188 +protozoal_infection n 1 2 @ ~ 1 0 14178913 +protozoan n 1 4 @ ~ #m %p 1 1 01389507 +protozoologist n 1 2 @ + 1 0 10486236 +protozoology n 1 2 @ + 1 0 06073748 +protozoon n 1 5 @ ~ #m %p + 1 0 01389507 +protraction n 2 3 @ ~ + 2 0 05051896 01018366 +protractor n 1 1 @ 1 0 04015908 +protriptyline n 1 1 @ 1 0 04016015 +protropin n 1 1 @ 1 0 05412912 +protrusion n 2 3 @ ~ + 2 0 13894434 00407090 +protuberance n 2 3 @ ~ + 2 1 13894434 14087321 +protura n 1 3 @ #m %m 1 0 02163616 +proturan n 1 2 @ #m 1 0 02163763 +proud_flesh n 1 1 @ 1 0 14318819 +proudhon n 1 1 @ 1 0 11247155 +proust n 1 2 @ + 1 0 11247298 +provability n 1 2 @ + 1 0 04755466 +provenance n 1 1 @ 1 1 08510456 +provencal n 1 1 @ 1 0 06966190 +provence n 1 2 @ #p 1 0 08944960 +provender n 2 2 @ ~ 2 0 07800091 07572353 +provenience n 1 1 @ 1 0 08510456 +proventil n 1 2 @ ; 1 0 02695321 +provera n 1 2 @ ; 1 0 14747168 +proverb n 1 2 @ + 1 1 07153838 +proverbs n 1 2 @ #p 1 0 06437308 +providence n 4 5 ! @ ~ #p + 4 2 09137451 01132327 14473917 04892970 +provider n 2 3 @ ~ + 2 0 10677271 10486349 +province n 2 4 @ ~ #m + 2 2 08654360 14515633 +provincial n 2 3 @ ~ ; 2 0 10458834 10410668 +provincial_capital n 1 2 @ ~ 1 0 08695198 +provincialism n 2 1 @ 2 2 06205937 06202429 +proving_ground n 1 1 @ 1 1 04016133 +provirus n 1 1 @ 1 0 14817141 +provision n 4 3 @ ~ + 4 3 06755947 01057200 05794694 13367448 +provisional_ira n 1 3 @ %p ; 1 0 08024732 +provisional_irish_republican_army n 1 3 @ %p ; 1 0 08024732 +provisioner n 1 2 @ + 1 0 10681557 +provisions n 1 2 @ ~ 1 1 07572353 +proviso n 1 1 @ 1 1 06755947 +provitamin n 1 2 @ ~ 1 0 15090379 +provitamin_a n 1 2 @ ~ 1 0 15090535 +provo n 1 2 @ #p 1 0 09147618 +provocateur n 1 1 @ 1 0 09778392 +provocation n 3 3 @ ~ + 3 1 01221790 09184975 07252764 +provoker n 1 3 @ ~ + 1 0 10209246 +provos n 1 3 @ %p ; 1 0 08024732 +provost n 1 1 @ 1 0 10486468 +provost_court n 1 2 @ ; 1 0 08334693 +provost_guard n 1 1 @ 1 1 08216535 +provost_marshal n 1 2 @ ; 1 0 10486561 +prow n 1 2 @ #p 1 0 02880008 +prowess n 1 2 @ ~ 1 1 05638987 +prowl n 1 2 @ + 1 0 00292125 +prowl_car n 1 2 @ ~ 1 0 03141065 +prowler n 1 2 @ + 1 1 10486679 +proxemics n 1 1 @ 1 0 06151550 +proxima n 1 2 @ #m 1 0 09400190 +proxima_centauri n 1 2 @ #m 1 0 09400190 +proximity n 3 3 @ ~ + 3 1 05085867 08642517 06250771 +proxy n 2 1 @ 2 0 10486909 06531141 +proxy_fight n 1 1 @ 1 0 00174950 +proxy_war n 1 1 @ 1 0 13981763 +prozac n 1 2 @ ; 1 0 03370927 +prude n 1 1 @ 1 0 10487026 +prudence n 2 4 ! @ ~ + 2 1 04892794 05615500 +prudery n 1 1 @ 1 0 04901152 +prudhoe_bay n 1 2 @ #p 1 0 09400337 +prudishness n 1 2 @ + 1 0 04901152 +prumnopitys n 1 3 @ #m %m 1 0 11658104 +prumnopitys_amara n 1 2 @ #m 1 0 11659627 +prumnopitys_andina n 1 2 @ #m 1 0 11658709 +prumnopitys_elegans n 1 2 @ #m 1 0 11658709 +prumnopitys_ferruginea n 1 2 @ #m 1 0 11658331 +prumnopitys_taxifolia n 1 2 @ #m 1 0 11658544 +prune n 1 1 @ 1 0 07752602 +prune_cake n 1 1 @ 1 0 07633743 +prune_whip n 1 1 @ 1 0 07612530 +prunella n 2 3 @ #m %m 2 0 12863026 01527055 +prunella_modularis n 1 1 @ 1 0 01527347 +prunella_vulgaris n 1 2 @ #m 1 0 12863234 +prunellidae n 1 3 @ #m %m 1 0 01526925 +pruner n 2 2 @ + 2 0 10487182 04016240 +pruning n 2 2 @ + 2 0 09400485 00360143 +pruning_hook n 1 1 @ 1 0 04016240 +pruning_knife n 1 1 @ 1 0 04016479 +pruning_saw n 1 2 @ ~ 1 0 04016576 +pruning_shears n 1 3 @ ~ ; 1 0 04016684 +pruno n 1 1 @ 1 0 07922299 +prunus n 1 3 @ #m %m 1 0 12637729 +prunus_alleghaniensis n 1 2 @ %p 1 0 12638753 +prunus_americana n 1 1 @ 1 0 12638964 +prunus_amygdalus n 1 3 @ ~ %p 1 0 12645174 +prunus_angustifolia n 1 2 @ %p 1 0 12639168 +prunus_armeniaca n 1 3 @ #m %p 1 0 12641007 +prunus_avium n 1 3 @ ~ %p 1 0 12642200 +prunus_besseyi n 1 2 @ #m 1 0 12642734 +prunus_capuli n 1 2 @ %p 1 0 12642964 +prunus_caroliniana n 1 2 @ #m 1 0 12643113 +prunus_cerasifera n 1 1 @ 1 0 12643313 +prunus_cerasus n 1 2 @ ~ 1 0 12643473 +prunus_cerasus_austera n 1 2 @ %p 1 0 12643877 +prunus_cerasus_caproniana n 1 2 @ %p 1 0 12643688 +prunus_cerasus_marasca n 1 2 @ %p 1 0 12644057 +prunus_cuneata n 1 2 @ #m 1 0 12648424 +prunus_dasycarpa n 1 2 @ #m 1 0 12641180 +prunus_demissa n 1 1 @ 1 0 12650915 +prunus_domestica n 1 1 @ 1 0 12639584 +prunus_domestica_insititia n 1 2 @ %p 1 0 12639910 +prunus_dulcis n 1 3 @ ~ %p 1 0 12645174 +prunus_dulcis_amara n 1 1 @ 1 0 12645530 +prunus_glandulosa n 1 1 @ 1 0 12646197 +prunus_ilicifolia n 1 1 @ 1 0 12646397 +prunus_incisa n 1 1 @ 1 0 12646605 +prunus_insititia n 1 2 @ ~ 1 0 12639736 +prunus_japonica n 1 1 @ 1 0 12646740 +prunus_laurocerasus n 1 2 @ #m 1 0 12646950 +prunus_lyonii n 1 1 @ 1 0 12647231 +prunus_maritima n 1 2 @ %p 1 0 12639376 +prunus_mexicana n 1 1 @ 1 0 12640081 +prunus_mume n 1 1 @ 1 0 12640839 +prunus_nigra n 1 1 @ 1 0 12640284 +prunus_padus n 1 3 @ #m %p 1 0 12647560 +prunus_pensylvanica n 1 1 @ 1 0 12647893 +prunus_persica n 1 3 @ #m %p 1 0 12648045 +prunus_persica_nectarina n 1 3 @ #m %p 1 0 12648196 +prunus_pumila n 1 2 @ #m 1 0 12648424 +prunus_pumilla_susquehanae n 1 2 @ #m 1 0 12648424 +prunus_salicina n 1 1 @ 1 0 12648693 +prunus_serotina n 1 1 @ 1 0 12648888 +prunus_serrulata n 1 1 @ 1 0 12649317 +prunus_sieboldii n 1 1 @ 1 0 12649539 +prunus_spinosa n 1 2 @ #m 1 0 12649723 +prunus_subcordata n 1 1 @ 1 0 12649866 +prunus_subhirtella n 1 1 @ 1 0 12650038 +prunus_susquehanae n 1 2 @ #m 1 0 12648424 +prunus_tenella n 1 1 @ 1 0 12650229 +prunus_triloba n 1 1 @ 1 0 12650379 +prunus_virginiana n 1 4 @ ~ #m %p 1 0 12650556 +prunus_virginiana_demissa n 1 1 @ 1 0 12650915 +prurience n 1 2 @ + 1 0 07490214 +pruriency n 1 2 @ + 1 0 07490214 +prurigo n 1 1 @ 1 0 14231640 +pruritus n 1 2 @ ~ 1 0 05723811 +pruritus_ani n 1 1 @ 1 0 05724019 +pruritus_vulvae n 1 1 @ 1 0 05724121 +prussia n 1 5 @ #p %m %p + 1 0 08775784 +prussian n 1 3 @ ~ #m 1 0 09748648 +prussian_asparagus n 1 1 @ 1 0 12460146 +prussian_blue n 2 1 @ 2 1 14922960 04969617 +prussic_acid n 1 1 @ 1 0 14613643 +pry n 1 3 @ ~ + 1 0 03138344 +pry_bar n 1 2 @ ~ 1 0 03138344 +prying n 1 2 @ + 1 0 05683390 +przevalski's_horse n 1 1 @ 1 0 02381831 +przewalski's_horse n 1 1 @ 1 0 02381831 +ps n 1 2 @ #p 1 0 06764623 +psa n 1 1 @ 1 0 14736510 +psa_blood_test n 1 1 @ 1 0 05742703 +psalm n 2 3 @ #p + 2 0 06466787 06466677 +psalmist n 1 2 @ + 1 0 10487363 +psalmody n 1 1 @ 1 0 01255549 +psalms n 1 2 @ #p 1 0 06437137 +psalter n 1 2 @ #p 1 0 06417467 +psalterium n 1 2 @ #p 1 0 02399791 +psaltery n 1 1 @ 1 0 04016846 +psaltriparus n 1 3 @ #m %m 1 0 01592892 +psammoma n 1 1 @ 1 0 14250622 +psenes n 1 3 @ #m %m 1 0 02634156 +psephologist n 1 2 @ + 1 0 10487592 +psephology n 1 2 @ + 1 0 06152311 +psephurus n 1 3 @ #m %m 1 0 02639786 +psephurus_gladis n 1 2 @ #m 1 0 02639922 +psetta n 1 3 @ #m %m 1 0 02663086 +psetta_maxima n 1 3 @ #m %p 1 0 02663211 +psettichthys n 1 3 @ #m %m 1 0 02664823 +psettichthys_melanostichus n 1 2 @ #m 1 0 02664960 +pseud n 1 2 @ ~ 1 0 10201535 +pseudacris n 1 3 @ #m %m 1 0 01651900 +pseudaletia n 1 3 @ #m %m 1 0 02297127 +pseudaletia_unipuncta n 2 2 @ #m 2 0 02297442 02297294 +pseudechis n 1 3 @ #m %m 1 0 01750598 +pseudechis_porphyriacus n 1 2 @ #m 1 0 01750743 +pseudemys n 1 3 @ #m %m 1 0 01668257 +pseudemys_concinna n 1 2 @ #m 1 0 01668892 +pseudemys_rubriventris n 1 2 @ #m 1 0 01668436 +pseudemys_scripta n 1 2 @ #m 1 0 01668665 +pseudepigrapha n 1 1 @ 1 0 06461406 +pseudo n 1 2 @ ~ 1 0 10201535 +pseudobombax n 1 3 @ #m %m 1 0 12191965 +pseudobombax_ellipticum n 1 2 @ #m 1 0 12192132 +pseudobulb n 1 1 @ 1 0 12047060 +pseudocarp n 1 1 @ 1 0 13140367 +pseudococcidae n 1 3 @ #m %m 1 0 02250464 +pseudococcus n 1 3 @ #m %m 1 0 02250653 +pseudococcus_comstocki n 1 2 @ #m 1 0 02251233 +pseudococcus_fragilis n 1 2 @ #m 1 0 02251067 +pseudocolus n 1 3 @ #m %m 1 0 13042814 +pseudocolus_fusiformis n 1 2 @ #m 1 0 13042982 +pseudocyesis n 1 1 @ 1 0 14046038 +pseudoephedrine n 1 1 @ 1 0 14714213 +pseudohallucination n 1 1 @ 1 0 14378177 +pseudohermaphrodite n 1 2 @ + 1 0 10487710 +pseudohermaphroditism n 1 1 @ 1 0 14468167 +pseudohypertrophic_dystrophy n 1 1 @ 1 0 14161795 +pseudolarix n 1 3 @ #m %m 1 0 11620248 +pseudolarix_amabilis n 1 2 @ #m 1 0 11620389 +pseudomonad n 1 3 @ ~ #m 1 0 01361261 +pseudomonadales n 1 3 @ #m %m 1 0 01360330 +pseudomonas n 1 3 @ #m %m 1 0 01360937 +pseudomonas_pyocanea n 1 2 @ #m 1 1 01353658 +pseudomonas_solanacearum n 1 1 @ 1 0 01361113 +pseudomonodaceae n 1 3 @ #m %m 1 0 01360712 +pseudonym n 1 3 @ ~ + 1 0 06338278 +pseudophloem n 1 1 @ 1 1 13099373 +pseudopleuronectes n 1 2 @ #m 1 0 02659342 +pseudopleuronectes_americanus n 1 2 @ %p 1 0 02659478 +pseudopod n 1 1 @ 1 0 01427848 +pseudopodium n 1 1 @ 1 0 01427848 +pseudorubella n 1 1 @ 1 0 14123759 +pseudoryx n 1 3 @ #m %m 1 0 02428653 +pseudoryx_nghetinhensis n 1 2 @ #m 1 0 02428842 +pseudoscience n 1 2 @ ~ 1 0 05778954 +pseudoscorpion n 1 3 @ ~ #m 1 0 01770795 +pseudoscorpiones n 1 3 @ #m %m 1 0 01770553 +pseudoscorpionida n 1 3 @ #m %m 1 0 01770553 +pseudosmallpox n 1 1 @ 1 0 14124688 +pseudotaxus n 1 3 @ #m %m 1 0 11663136 +pseudotaxus_chienii n 1 2 @ #m 1 0 11663263 +pseudotsuga n 1 3 @ #m %m 1 0 11628284 +pseudotsuga_macrocarpa n 1 1 @ 1 0 11629047 +pseudotsuga_menziesii n 1 1 @ 1 0 11628793 +pseudovariola n 1 1 @ 1 0 14124688 +pseudowintera n 1 3 @ #m %m 1 0 11740208 +pseudowintera_colorata n 1 2 @ #m 1 0 11740414 +psf n 1 2 @ ; 1 0 08038995 +psi n 2 2 @ #m 2 1 13711570 06836493 +psi_particle n 1 1 @ 1 0 09322349 +psidium n 1 3 @ #m %m 1 0 12333397 +psidium_cattleianum n 1 1 @ 1 0 12333961 +psidium_guajava n 1 3 @ #m %p 1 0 12333530 +psidium_guineense n 1 1 @ 1 0 12334153 +psidium_littorale n 1 2 @ #m 1 0 12333771 +psidium_littorale_longipes n 1 1 @ 1 0 12333961 +psilocin n 1 1 @ 1 0 04017019 +psilocybin n 1 1 @ 1 0 04017019 +psilomelane n 1 2 @ %s 1 0 14692342 +psilophytaceae n 1 3 @ #m %m 1 0 13217624 +psilophytales n 1 3 @ #m %m 1 0 13217213 +psilophyte n 1 2 @ #m 1 0 13217494 +psilophyton n 1 2 @ #m 1 0 13217993 +psilopsida n 1 3 @ #m %m 1 0 13215936 +psilosis n 2 1 @ 2 0 14400979 13542855 +psilotaceae n 1 3 @ #m %m 1 0 13216475 +psilotales n 1 3 @ #m %m 1 0 13216238 +psilotatae n 1 3 @ #m %m 1 0 13215936 +psilotum n 1 3 @ #m %m 1 0 13216673 +psilotum_nudum n 1 1 @ 1 0 13217005 +psithyrus n 1 3 @ #m %m 1 1 02209755 +psittacidae n 1 3 @ #m %m 1 0 01817424 +psittaciformes n 1 3 @ #m %m 1 0 01816635 +psittacosaur n 1 2 @ #m 1 0 01705010 +psittacosaurus n 1 2 @ #m 1 0 01705010 +psittacosis n 2 1 @ 2 0 14274975 14149773 +psittacula n 1 3 @ #m %m 1 0 01822164 +psittacula_krameri n 1 2 @ #m 1 0 01822300 +psittacus n 1 3 @ #m %m 1 0 01817772 +psittacus_erithacus n 1 2 @ #m 1 0 01817953 +psoas n 1 1 @ 1 0 05574862 +psocid n 1 3 @ ~ #m 1 0 02260863 +psocidae n 1 3 @ #m %m 1 0 02260623 +psocoptera n 1 3 @ #m %m 1 0 02260183 +psocopterous_insect n 1 3 @ ~ #m 1 0 02260421 +psophia n 1 3 @ #m %m 1 0 02020902 +psophia_crepitans n 1 1 @ 1 0 02021281 +psophiidae n 1 3 @ #m %m 1 0 02020777 +psophocarpus n 1 3 @ #m %m 1 0 12563913 +psophocarpus_tetragonolobus n 1 3 @ #m %p 1 0 12564083 +psoralea n 1 3 @ #m %m 1 0 12564381 +psoralea_esculenta n 1 2 @ #m 1 0 12564613 +psoriasis n 1 2 @ %p 1 0 14231794 +psoriatic_arthritis n 1 1 @ 1 0 14187869 +pst n 1 1 @ 1 0 15132638 +psyche n 3 4 @ ~ + ; 3 2 05611302 10627082 09577601 +psychedelia n 1 2 @ + 1 0 08292298 +psychedelic_drug n 1 2 @ ~ 1 0 03479647 +psychedelic_rock n 1 1 @ 1 0 07065562 +psychiatric_hospital n 1 2 @ ~ 1 0 03746574 +psychiatrist n 1 3 @ ~ + 1 1 10488016 +psychiatry n 1 4 @ ~ + - 1 0 06055946 +psychic n 1 3 @ ~ + 1 0 10488309 +psychic_communication n 1 2 @ ~ 1 0 07255791 +psychic_energy n 1 2 @ ~ 1 0 09184834 +psychic_phenomena n 1 2 @ ~ 1 0 07256375 +psychic_phenomenon n 1 2 @ ~ 1 1 07256375 +psychic_trauma n 1 2 @ ~ 1 0 14285276 +psychical_communication n 1 2 @ ~ 1 0 07255791 +psycho n 1 2 @ ~ 1 0 10490141 +psychoactive_drug n 1 2 @ ~ 1 1 04017137 +psychoactive_substance n 1 2 @ ~ 1 0 04017137 +psychoanalysis n 1 4 @ ~ + - 1 0 00704305 +psychoanalyst n 1 3 @ ~ + 1 0 09790278 +psychoanalytic_process n 1 2 @ ~ 1 0 13542947 +psychobabble n 1 1 @ 1 0 07072587 +psychodelic_drug n 1 2 @ ~ 1 0 03479647 +psychodid n 1 2 @ #m 1 0 02203978 +psychodidae n 1 3 @ #m %m 1 0 02203739 +psychodynamics n 2 2 @ ~ 2 0 13844518 06141768 +psychogalvanic_response n 1 2 @ #p 1 0 00860011 +psychogenesis n 2 1 @ 2 0 13543231 13543093 +psychogenic_fugue n 1 1 @ 1 0 14394479 +psychokinesis n 1 2 @ + 1 0 07257045 +psycholinguist n 1 2 @ + 1 0 10488656 +psycholinguistics n 1 2 @ + 1 0 06140587 +psychological_condition n 1 3 @ ~ ; 1 0 14373582 +psychological_disorder n 1 3 @ ~ ; 1 0 14083790 +psychological_feature n 1 2 @ ~ 1 0 00023100 +psychological_medicine n 1 3 @ ~ - 1 0 06055946 +psychological_moment n 1 1 @ 1 0 15246135 +psychological_operation n 1 2 @ ; 1 0 00983982 +psychological_science n 1 3 @ ~ - 1 0 06136258 +psychological_state n 1 3 @ ~ ; 1 0 14373582 +psychological_warfare n 1 1 @ 1 0 00953410 +psychologist n 1 3 @ ~ + 1 1 10488865 +psychology n 1 4 @ ~ + - 1 1 06136258 +psychology_department n 1 1 @ 1 0 08117702 +psychometric_test n 1 2 @ ~ 1 0 01006675 +psychometrics n 1 1 @ 1 0 06141023 +psychometrika n 1 1 @ 1 0 06141023 +psychometry n 1 2 @ + 1 0 06141023 +psychomotor_development n 1 1 @ 1 0 13543418 +psychomotor_epilepsy n 1 1 @ 1 0 14089974 +psychoneurosis n 1 3 @ ~ + 1 0 14393161 +psychoneurotic n 1 3 @ ~ + 1 0 10354898 +psychonomics n 1 2 @ ~ 1 0 06139285 +psychopath n 1 1 @ 1 1 10489564 +psychopathic_personality n 1 1 @ 1 0 14388139 +psychopathology n 2 4 @ ~ + - 2 0 06137759 06055946 +psychopathy n 1 3 @ ~ + 1 0 14380140 +psychopharmacology n 1 2 @ + 1 0 06055824 +psychophysicist n 1 3 @ ~ + 1 0 10489426 +psychophysics n 1 3 @ + - 1 0 06139491 +psychophysiology n 1 1 @ 1 1 06140799 +psychopomp n 1 1 @ 1 1 10489818 +psychopsis n 1 3 @ #m %m 1 0 12080199 +psychopsis_krameriana n 1 1 @ 1 0 12080588 +psychopsis_papilio n 1 1 @ 1 0 12080820 +psychosexual_development n 1 2 @ ; 1 0 13543564 +psychosexuality n 1 2 @ + 1 0 05930010 +psychosis n 1 3 @ ~ + 1 0 14398067 +psychosomatic_disorder n 1 1 @ 1 1 14386475 +psychosurgery n 1 2 @ ~ 1 0 00667384 +psychotherapeutics n 1 2 @ ~ 1 0 06056923 +psychotherapist n 1 3 @ ~ + 1 0 10489944 +psychotherapy n 2 4 @ ~ + - 2 1 06056923 00700652 +psychotherapy_group n 1 2 @ ~ 1 0 08310034 +psychotic n 1 3 @ ~ + 1 0 10490141 +psychotic_belief n 1 3 @ ~ ; 1 0 14376855 +psychotic_depression n 1 2 ! @ 1 0 14391112 +psychotic_person n 1 2 @ ~ 1 0 10490141 +psychotria n 1 3 @ #m %m 1 0 12669641 +psychotria_capensis n 1 3 @ #m %p 1 0 12669803 +psychotropic_agent n 1 2 @ ~ 1 0 04017429 +psychrometer n 1 2 @ %p 1 0 04017571 +psylla n 1 2 @ #m 1 0 02256172 +psyllid n 1 2 @ #m 1 0 02256172 +psyllidae n 1 3 @ #m %m 1 0 02256010 +psyllium n 1 1 @ 1 0 12599874 +psyop n 1 2 @ ; 1 0 00983982 +pt n 1 1 @ 1 0 14649543 +pt_boat n 1 1 @ 1 0 04017807 +ptah n 1 1 @ 1 0 09513065 +ptarmigan n 1 3 @ ~ #m 1 0 01796340 +pteretis n 1 3 @ #m %m 1 0 13197800 +pteretis_struthiopteris n 1 2 @ #m 1 0 13198054 +pteridaceae n 1 3 @ #m %m 1 0 13205482 +pteridium n 1 3 @ #m %m 1 0 13189656 +pteridium_aquilinum n 1 2 @ #m 1 0 13189844 +pteridium_esculentum n 1 2 @ #m 1 0 13190060 +pteridologist n 1 1 @ 1 0 10490330 +pteridology n 1 2 @ + 1 0 06074613 +pteridophyta n 1 3 @ #m %m 1 0 11544769 +pteridophyte n 1 3 @ ~ #m 1 0 11545524 +pteridosperm n 1 1 @ 1 0 11605542 +pteridospermae n 1 1 @ 1 0 11605147 +pteridospermaphyta n 1 1 @ 1 0 11605147 +pteridospermopsida n 1 3 @ #m %m 1 0 11604698 +pteriidae n 1 3 @ #m %m 1 0 01961736 +pterion n 1 1 @ 1 0 05235100 +pteris n 1 3 @ #m %m 1 0 13213768 +pteris_cretica n 1 2 @ #m 1 0 13214217 +pteris_multifida n 1 2 @ #m 1 0 13214340 +pteris_serrulata n 1 2 @ #m 1 0 13214485 +pternohyla n 1 3 @ #m %m 1 0 01652163 +pternohyla_fodiens n 1 2 @ #m 1 0 01652297 +pterocarpus n 1 3 @ #m %m 1 0 12564840 +pterocarpus_angolensis n 1 2 @ #m 1 0 12565102 +pterocarpus_indicus n 1 3 @ #m %s 1 0 12565368 +pterocarpus_macrocarpus n 1 2 @ #m 1 0 12565730 +pterocarpus_marsupium n 1 3 @ #m %s 1 0 12565912 +pterocarpus_santalinus n 1 3 @ #m %s 1 0 12566331 +pterocarya n 1 3 @ #m %m 1 0 12322359 +pterocarya_fraxinifolia n 1 1 @ 1 0 12322699 +pterocles n 1 3 @ #m %m 1 0 01815855 +pterocles_alchata n 1 2 @ #m 1 0 01816140 +pterocles_indicus n 1 2 @ #m 1 0 01816017 +pteroclididae n 1 3 @ #m %m 1 0 01815431 +pterocnemia n 1 3 @ #m %m 1 0 01521602 +pterocnemia_pennata n 1 2 @ #m 1 0 01521756 +pterodactyl n 1 2 @ #m 1 0 01723579 +pterodactylidae n 1 3 @ #m %m 1 0 01723259 +pterodactylus n 1 3 @ #m %m 1 0 01723425 +pterois n 1 3 @ #m %m 1 0 02643448 +pteropogon n 1 2 @ #m 1 0 12005329 +pteropogon_humboltianum n 1 2 @ #m 1 0 12005329 +pteropsida n 1 2 @ #m 1 0 11664677 +pteropus n 1 3 @ #m %m 1 0 02139914 +pteropus_capestratus n 1 1 @ 1 0 02140179 +pteropus_hypomelanus n 1 1 @ 1 0 02140268 +pterosaur n 1 3 @ ~ #m 1 0 01722998 +pterosauria n 1 3 @ #m %m 1 0 01722828 +pterospermum n 1 3 @ #m %m 1 0 12200747 +pterospermum_acerifolium n 1 2 @ #m 1 0 12200905 +pterostylis n 1 3 @ #m %m 1 0 12081022 +pteroylglutamic_acid n 1 1 @ 1 0 15091846 +pteroylmonoglutamic_acid n 1 1 @ 1 0 15091846 +pterygium n 1 1 @ 1 1 05317603 +pterygoid_muscle n 1 1 @ 1 0 05576074 +pterygoid_plexus n 1 1 @ 1 0 05508211 +pterygoid_process n 1 2 @ #p 1 0 05542539 +ptilocercus n 1 3 @ #m %m 1 0 02495446 +ptilocrinus n 1 3 @ #m %m 1 0 02320339 +ptilonorhynchidae n 1 3 @ #m %m 1 0 01600480 +ptilonorhynchus n 1 3 @ #m %m 1 0 01600909 +ptilonorhynchus_violaceus n 1 2 @ #m 1 0 01601068 +ptloris n 1 2 @ #m 1 0 01571297 +ptloris_paradisea n 1 1 @ 1 0 01571410 +pto n 1 1 @ 1 0 03997274 +ptolemaic_dynasty n 1 2 @ %m 1 0 08156948 +ptolemaic_system n 1 2 @ ; 1 1 05890809 +ptolemy n 2 3 @ %m + 2 0 11247413 08156948 +ptolemy_i n 1 2 @ #m 1 0 11247644 +ptolemy_ii n 1 2 @ #m 1 0 11247897 +ptomain n 1 2 @ ~ 1 0 14999411 +ptomaine n 2 2 @ ~ 2 0 14999411 14069541 +ptomaine_poisoning n 1 1 @ 1 0 14069541 +ptosis n 1 2 @ ~ 1 0 14558995 +ptsd n 1 3 @ ~ %p 1 0 14386130 +ptyalin n 1 2 @ #s 1 0 14738521 +ptyalism n 1 2 @ + 1 0 13543871 +ptyalith n 1 1 @ 1 0 09400584 +ptyas n 1 3 @ #m %m 1 0 01733094 +ptyas_mucosus n 1 2 @ #m 1 0 01733214 +ptychozoon n 1 3 @ #m %m 1 0 01675225 +ptychozoon_homalocephalum n 1 2 @ #m 1 0 01675352 +pu n 1 2 @ ~ 1 0 14649775 +pub n 1 4 @ ~ %p ; 1 0 04018399 +pub_crawl n 1 1 @ 1 0 00749105 +puberty n 1 3 @ #p + 1 0 15148295 +pubes n 1 2 @ %p 1 0 05558555 +pubescence n 1 3 @ #p + 1 0 15148295 +pubic_bone n 1 2 @ #p 1 0 05278714 +pubic_hair n 1 3 @ ~ #p 1 0 05263587 +pubic_louse n 1 2 @ #m 1 0 02185167 +pubic_region n 1 2 @ %p 1 0 05558555 +pubis n 1 3 @ #p + 1 0 05278714 +public n 2 3 @ ~ %m 2 2 08179689 07965817 +public-relations_campaign n 1 1 @ 1 0 00801834 +public-service_corporation n 1 2 @ ~ 1 0 08185758 +public_address_system n 1 2 @ %p 1 0 04018155 +public_assistance n 1 2 @ ~ 1 0 01086945 +public_charity n 1 1 @ 1 0 08407140 +public_convenience n 1 2 @ ~ 1 0 04018667 +public_debate n 1 1 @ 1 1 07242104 +public_debt n 1 1 @ 1 0 13397705 +public_defender n 1 2 @ ; 1 0 10490557 +public_discussion n 1 1 @ 1 0 07144190 +public_domain n 1 1 @ 1 0 13243668 +public_easement n 1 1 @ 1 0 05179027 +public_executioner n 1 2 @ ~ 1 0 10069427 +public_exposure n 1 2 @ ~ 1 0 06253140 +public_eye n 1 1 @ 1 0 14433769 +public_figure n 1 1 @ 1 0 10344443 +public_holiday n 1 2 @ ~ 1 0 15199592 +public_house n 1 4 @ ~ %p ; 1 0 04018399 +public_housing n 1 1 @ 1 0 08549911 +public_knowledge n 1 2 @ ~ 1 0 05612067 +public_lavatory n 1 2 @ ~ 1 0 04018667 +public_law n 1 2 @ ; 1 1 06534548 +public_lecture n 1 1 @ 1 1 07240549 +public_library n 1 1 @ 1 0 07978170 +public_mover n 1 1 @ 1 0 08478482 +public_nudity n 1 1 @ 1 0 00772253 +public_nuisance n 1 1 @ 1 0 05831566 +public_office n 1 2 @ ~ 1 0 00598318 +public_opinion n 1 1 @ 1 1 05949726 +public_opinion_poll n 1 2 @ ~ 1 1 05800998 +public_presentation n 1 3 @ ~ %p 1 0 06891493 +public_press n 1 3 @ ~ %p 1 1 06263369 +public_property n 1 1 @ 1 0 13249062 +public_prosecutor n 1 3 @ ~ ; 1 0 10484858 +public_relations n 1 1 @ 1 1 07247925 +public_relations_man n 1 1 @ 1 0 10469611 +public_relations_person n 1 2 @ ~ 1 0 10490965 +public_school n 2 3 @ ~ ; 2 1 08410282 08410688 +public_security n 1 1 @ 1 0 14539524 +public_servant n 1 3 @ ~ ; 1 0 10491136 +public_service n 2 2 @ ~ 2 0 01210281 00585660 +public_speaker n 1 2 @ ~ 1 0 10380672 +public_speaking n 1 2 @ ~ 1 0 07241837 +public_square n 2 3 @ ~ #p 2 1 08619620 02684962 +public_toilet n 1 2 @ ~ 1 0 04018667 +public_transit n 1 3 @ ~ %p 1 1 04018951 +public_transport n 1 3 @ ~ #p 1 0 04019101 +public_treasury n 1 1 @ 1 0 13357891 +public_trust n 1 1 @ 1 0 13361465 +public_utility n 1 2 @ ~ 1 1 08185758 +public_utility_company n 1 2 @ ~ 1 0 08185758 +public_violence n 1 2 @ ~ 1 0 01170502 +public_works n 1 3 @ #p ; 1 0 04019335 +publican n 1 3 @ ~ ; 1 0 10490421 +publication n 4 5 @ ~ %p + - 4 2 06589574 01103614 01102436 01101958 +publiciser n 1 3 @ ~ + 1 0 10490699 +publicist n 1 3 @ ~ + 1 1 10490699 +publicity n 2 4 @ ~ #p + 2 1 07247071 04720536 +publicity_man n 1 1 @ 1 1 10469611 +publicizer n 1 3 @ ~ + 1 0 10490699 +publicizing n 1 3 @ ~ + 1 0 01101329 +publisher n 3 3 @ ~ + 3 2 08062623 10491309 10491575 +publishing n 1 4 @ ~ + - 1 1 01101958 +publishing_company n 1 2 @ ~ 1 0 08062623 +publishing_conglomerate n 1 1 @ 1 0 08062842 +publishing_empire n 1 1 @ 1 0 08062842 +publishing_firm n 1 2 @ ~ 1 0 08062623 +publishing_house n 1 2 @ ~ 1 0 08062623 +publius_aelius_hadrianus n 1 1 @ 1 0 11021342 +publius_cornelius_scipio n 1 1 @ 1 0 11288216 +publius_cornelius_scipio_africanus_major n 1 1 @ 1 0 11288216 +publius_cornelius_tacitus n 1 1 @ 1 0 11328524 +publius_ovidius_naso n 1 2 @ - 1 0 11218776 +publius_terentius_afer n 1 1 @ 1 0 11335695 +publius_vergilius_maro n 1 1 @ 1 0 11367436 +pubococcygeus_exercises n 1 1 @ 1 0 00628539 +puccini n 1 1 @ 1 0 11248077 +puccinia n 1 3 @ #m %m 1 0 13064852 +puccinia_graminis n 1 2 @ #m 1 0 13065089 +pucciniaceae n 1 3 @ #m %m 1 0 13064678 +puccoon n 2 2 @ #m 2 0 12820853 11908077 +puce n 1 1 @ 1 0 04974145 +puck n 2 1 @ 2 0 09541809 04019541 +pucker n 1 2 @ + 1 1 13907847 +puckerbush n 1 1 @ 1 0 11741575 +puckishness n 1 2 @ + 1 0 04650010 +pud n 1 3 @ ~ ; 1 0 07612996 +pudden-head n 1 2 @ ~ 1 0 10667187 +pudding n 3 3 @ ~ ; 3 0 07617188 07612996 07612632 +pudding-face n 1 1 @ 1 0 05601662 +pudding-wife n 1 2 @ #m 1 0 02608996 +pudding_berry n 1 1 @ 1 0 12948251 +pudding_face n 1 1 @ 1 0 05601662 +pudding_head n 1 2 @ ~ 1 0 10667187 +pudding_pipe_tree n 1 1 @ 1 0 12492106 +pudding_stone n 1 1 @ 1 0 14863031 +puddingwife n 1 2 @ #m 1 0 02608996 +puddle n 3 3 @ ~ + 3 0 14992945 09397607 08665101 +puddler n 1 2 @ + 1 0 10491869 +pudendal_artery n 1 1 @ 1 0 05353683 +pudendal_block n 1 1 @ 1 0 14029163 +pudendal_cleavage n 1 2 @ #p 1 0 05522784 +pudendal_cleft n 1 2 @ #p 1 0 05522784 +pudendal_slit n 1 2 @ #p 1 0 05522784 +pudendal_vein n 1 1 @ 1 0 05378137 +pudendum n 1 2 @ + 1 0 05514272 +pudge n 1 2 @ + 1 0 10491998 +pudginess n 1 2 @ + 1 0 05001089 +puebla n 1 3 @ #p ; 1 0 08745011 +puebla_de_zaragoza n 1 3 @ #p ; 1 0 08745011 +pueblo n 3 3 @ ~ #p 3 0 09666622 09068320 08673273 +pueraria n 1 3 @ #m %m 1 0 12566809 +pueraria_lobata n 1 2 @ #m 1 0 12566954 +puerility n 2 2 @ + 2 0 14427065 04928760 +puerpera n 1 2 @ + 1 0 10492086 +puerperal_fever n 1 1 @ 1 0 14190493 +puerperium n 1 2 @ + 1 0 15142568 +puerto_rican n 1 1 @ 1 1 09746725 +puerto_rico n 2 3 @ #p %p 2 1 08752974 08752814 +puff n 8 4 @ ~ #p + 8 0 11497888 07628470 06695110 04033995 03994874 03858418 00837675 00835501 +puff_adder n 2 2 @ #m 2 0 01753032 01729322 +puff_batter n 1 1 @ 1 0 07628181 +puff_of_air n 1 1 @ 1 0 11497888 +puff_paste n 1 2 @ ~ 1 0 07627931 +puffball n 2 3 @ ~ #m 2 0 13043926 12969131 +puffbird n 1 2 @ #m 1 0 01842504 +puffed_rice n 1 1 @ 1 0 07705557 +puffed_wheat n 1 1 @ 1 0 07705633 +puffer n 2 7 @ ~ #m #p %s %p + 2 0 07781972 02655020 +pufferfish n 2 6 @ ~ #m #p %s %p 2 0 07781972 02655020 +puffery n 1 1 @ 1 0 06696181 +puffin n 1 3 @ ~ #m 1 0 02047614 +puffiness n 2 3 @ ~ + 2 0 14315192 04817923 +puffing n 2 2 @ + 2 0 00834866 00834460 +puffinus n 1 3 @ #m %m 1 0 02060290 +puffinus_puffinus n 1 1 @ 1 0 02060569 +pug n 1 1 @ 1 0 02110958 +pug-dog n 1 1 @ 1 0 02110958 +pug_nose n 1 1 @ 1 0 05599398 +puget_sound n 1 2 @ #p 1 0 09400667 +pugilism n 1 4 @ ~ + - 1 0 00445802 +pugilist n 1 3 @ ~ + 1 0 09870208 +pugin n 1 1 @ 1 0 11248232 +puglia n 1 3 @ #p %p 1 0 08810358 +pugnacity n 1 3 @ ~ + 1 0 04643662 +puissance n 1 2 @ + 1 0 05191695 +pujunan n 1 1 @ 1 0 06924895 +puka n 2 2 @ #m 2 0 12949160 11799331 +puka_inti n 1 2 @ ; 1 0 08040008 +puke n 2 2 @ + 2 1 10539715 14855992 +puking n 1 3 @ ~ + 1 0 00118733 +puku n 1 2 @ #m 1 0 02428089 +pul n 1 2 @ #p 1 0 13663340 +pula n 1 2 @ %p 1 0 13695945 +pulasan n 2 4 @ #m #p %p 2 0 12745564 07769886 +pulasan_tree n 1 3 @ #m %p 1 0 12745564 +pulassan n 2 4 @ #m #p %p 2 0 12745564 07769886 +pulchritude n 1 3 @ ~ + 1 0 04685062 +pulex n 1 3 @ #m %m 1 0 02186586 +pulex_irritans n 1 2 @ #m 1 0 02186717 +pulicaria n 1 3 @ #m %m 1 0 12005500 +pulicaria_dysenterica n 1 2 @ #m 1 0 12005656 +pulicidae n 1 3 @ #m %m 1 0 02186399 +pulitzer n 1 1 @ 1 0 11248426 +pull n 7 4 @ ~ #p + 7 4 00114431 11498040 05157274 04019696 14299070 00837675 00625427 +pull-in n 1 2 @ ; 1 0 04020617 +pull-off n 1 1 @ 1 0 04020744 +pull-through n 1 1 @ 1 0 04021164 +pull-up n 2 3 @ + ; 2 0 04020617 00629597 +pull_chain n 1 2 @ #p 1 0 04020087 +pullback n 2 3 @ + ; 2 0 04019881 00056688 +puller n 2 3 @ ~ + 2 0 10492447 10492202 +pullet n 2 1 @ 2 0 07645469 01793249 +pulley n 1 3 @ ~ #p 1 1 04020298 +pulley-block n 1 3 @ ~ #p 1 0 04020298 +pulley_block n 1 3 @ ~ #p 1 0 04020298 +pulling n 1 3 @ ~ + 1 1 00114431 +pulling_out n 1 1 @ 1 0 00849059 +pullman n 1 1 @ 1 0 04020912 +pullman_car n 1 1 @ 1 0 04020912 +pullman_porter n 1 1 @ 1 0 10455305 +pullorum_disease n 1 1 @ 1 0 14275077 +pullout n 1 3 @ + ; 1 0 00057306 +pullover n 1 2 @ ~ 1 0 04021028 +pullulation n 2 2 @ + 2 0 13544073 13543968 +pulmonary_anthrax n 1 1 @ 1 0 14072934 +pulmonary_artery n 1 2 @ ~ 1 1 05353819 +pulmonary_circulation n 1 1 @ 1 0 11439446 +pulmonary_congestion n 1 1 @ 1 0 14321243 +pulmonary_embolism n 1 1 @ 1 0 14101801 +pulmonary_emphysema n 1 2 @ ~ 1 1 14147380 +pulmonary_plexis n 1 1 @ 1 0 05508403 +pulmonary_reserve n 1 1 @ 1 0 13759941 +pulmonary_stenosis n 1 2 @ #p 1 0 14106917 +pulmonary_trunk n 1 1 @ 1 0 05354026 +pulmonary_tuberculosis n 1 1 @ 1 0 14144064 +pulmonary_valve n 1 1 @ 1 0 05394707 +pulmonary_vein n 1 3 @ ~ #p 1 1 05378234 +pulmonata n 1 3 @ #m %m 1 0 01952162 +pulmonic_plague n 1 1 @ 1 0 14139661 +pulp n 5 5 @ ~ #p %s + 5 2 09400826 13096035 14794418 06596607 05308950 +pulp_cavity n 1 3 @ #p %p 1 0 05283326 +pulp_magazine n 1 1 @ 1 0 06596607 +pulpiness n 1 2 @ + 1 0 04939198 +pulpit n 1 1 @ 1 1 03159640 +pulpwood n 1 1 @ 1 0 15100397 +pulque n 1 2 @ #s 1 0 07905618 +pulsar n 1 1 @ 1 0 09400987 +pulsatilla n 1 3 @ #m %m 1 0 11737316 +pulsatilla_occidentalis n 1 1 @ 1 0 11738063 +pulsatilla_patens n 1 1 @ 1 0 11737752 +pulsatilla_vulgaris n 1 1 @ 1 0 11738203 +pulsation n 3 4 @ ~ + ; 3 1 07420991 11529295 07400906 +pulse n 4 4 @ ~ + ; 4 2 07420991 07400906 15280695 07709046 +pulse-time_modulation n 1 1 @ 1 0 06282093 +pulse_counter n 1 2 @ ~ 1 0 04021362 +pulse_generator n 1 3 @ ~ #p 1 1 04021503 +pulse_height_analyzer n 1 1 @ 1 0 03616225 +pulse_modulation n 1 2 @ ~ 1 0 06281959 +pulse_rate n 1 2 @ ~ 1 0 15280695 +pulse_timing_circuit n 1 1 @ 1 1 04021704 +pulseless_disease n 1 1 @ 1 0 14258957 +pulsing n 1 3 @ + ; 1 0 07420991 +pulverisation n 3 2 @ + 3 0 14997012 00358290 00218753 +pulverization n 3 2 @ + 3 0 14997012 00358290 00218753 +puma n 1 2 @ #m 1 0 02125311 +pumice n 1 2 @ + 1 0 14700438 +pumice_stone n 1 1 @ 1 0 14700438 +pummelo n 1 3 @ #m %p 1 0 12709103 +pump n 3 5 @ ~ #p %p + 3 1 04021798 05388805 04022332 +pump-and-dump_scheme n 1 1 @ 1 0 05906305 +pump-type_pliers n 1 2 @ ; 1 0 04023021 +pump_action n 1 2 @ #p 1 0 04022434 +pump_house n 1 2 @ ~ 1 0 04022708 +pump_priming n 2 1 @ 2 0 01122754 00270403 +pump_room n 1 2 @ #p 1 0 04022866 +pump_well n 1 1 @ 1 0 04023119 +pumpernickel n 1 1 @ 1 0 07685918 +pumping_station n 1 2 @ ~ 1 0 04022708 +pumpkin n 2 4 @ #m #p %p 2 0 12158443 07735510 +pumpkin_ash n 1 1 @ 1 0 12306089 +pumpkin_pie n 1 1 @ 1 0 07626721 +pumpkin_seed n 1 2 @ #p 1 0 07770763 +pumpkin_vine n 1 3 @ #m %p 1 0 12158443 +pumpkinseed n 1 2 @ #m 1 0 02563648 +pun n 1 2 @ + 1 1 06781581 +punch n 3 4 @ ~ + ; 3 1 00134780 07930554 04023249 +punch-up n 1 2 @ ; 1 0 01177583 +punch_bag n 1 1 @ 1 0 04023962 +punch_bowl n 1 1 @ 1 0 04023695 +punch_card n 1 1 @ 1 0 04023808 +punch_line n 1 2 @ #p 1 0 06778777 +punch_pliers n 1 2 @ ; 1 0 04024137 +punch_press n 1 2 @ ~ 1 0 04024274 +punchayet n 1 2 @ ; 1 0 08311522 +punchball n 1 1 @ 1 0 04023962 +punchboard n 1 1 @ 1 0 04023422 +punched_card n 1 1 @ 1 0 04023808 +puncher n 3 3 @ ~ + 3 1 09972661 10492627 04023249 +punching_bag n 2 1 @ 2 0 10492727 04023962 +punching_ball n 1 1 @ 1 0 04023962 +punctilio n 2 1 @ 2 0 06666729 01204623 +punctiliousness n 1 2 @ + 1 0 04672605 +punctuality n 1 3 ! @ + 1 1 05047778 +punctuated_equilibrium n 1 1 @ 1 0 06111003 +punctuation n 3 5 @ ~ #m #p + 3 0 07368130 06841365 00390198 +punctuation_mark n 1 3 @ ~ #p 1 1 06841365 +punctum n 1 2 @ ; 1 0 05278922 +puncture n 3 3 @ ~ + 3 0 07314658 04024396 00942988 +pundit n 1 2 @ ~ 1 1 10206887 +pung n 1 1 @ 1 0 04024576 +pungapung n 1 3 @ #m ; 1 0 11782878 +pungency n 2 2 @ + 2 0 06776986 04992834 +punic n 1 2 @ + 1 0 06989657 +punic_war n 1 2 @ %p 1 0 01307299 +punica n 1 3 @ #m %m 1 0 12345136 +punica_granatum n 1 3 @ #m %p 1 0 12345280 +punicaceae n 1 3 @ #m %m 1 0 12344996 +puniness n 2 3 @ ~ + 2 0 05173205 05107495 +punishment n 1 3 @ ~ + 1 1 01160342 +punitive_damages n 1 3 @ ~ ; 1 0 13291831 +punjab n 1 2 @ #p 1 0 08902894 +punjabi n 2 1 @ 2 0 09676247 06971605 +punk n 5 3 @ ~ #m 5 1 10184081 15101723 15101586 10492894 07065740 +punk_rock n 1 1 @ 1 0 07065740 +punk_rocker n 1 2 @ #m 1 0 10492894 +punkah n 1 1 @ 1 0 04024676 +punkey n 1 2 @ #m 1 0 02202678 +punkie n 1 2 @ #m 1 0 02202678 +punks n 1 2 @ %m 1 0 08370505 +punky n 1 2 @ #m 1 0 02202678 +punnet n 1 2 @ ; 1 0 04024862 +punning n 1 2 @ + 1 0 06781581 +punster n 1 2 @ + 1 1 10493093 +punt n 3 4 @ %p + ; 3 0 13694657 04024983 00136984 +punta_arenas n 1 2 @ #p 1 0 08721796 +punter n 3 4 @ ~ + ; 3 0 10493419 10493199 09851876 +punting n 1 3 @ + ; 1 0 00136984 +pup n 2 3 @ ~ + 2 1 01322343 10493835 +pup_tent n 1 1 @ 1 1 04025508 +pupa n 1 3 @ ~ + 1 0 02312427 +pupet_regime n 1 1 @ 1 0 08178321 +pupil n 3 5 @ ~ #m #p + 3 2 10665698 05320183 10559288 +pupillary_reflex n 1 1 @ 1 0 00865808 +pupillary_sphincter n 1 2 @ #p 1 0 05572940 +puppet n 3 3 @ ~ + 3 1 04025350 09976551 04025130 +puppet_government n 1 1 @ 1 0 08178321 +puppet_leader n 1 1 @ 1 0 10493528 +puppet_play n 1 1 @ 1 0 07019633 +puppet_ruler n 1 1 @ 1 0 10493528 +puppet_show n 1 1 @ 1 0 07019633 +puppet_state n 1 1 @ 1 0 08178321 +puppeteer n 1 3 @ ~ + 1 0 10493685 +puppetry n 2 1 @ 2 0 05636294 00899657 +puppis n 1 2 @ #p 1 0 09401159 +puppy n 2 1 @ 2 1 01322604 10493835 +puppy_fat n 1 1 @ 1 0 05269784 +puppy_love n 1 1 @ 1 0 07544351 +purace n 1 2 @ #p 1 0 09176955 +purana n 1 2 @ + 1 0 06463786 +purau n 1 1 @ 1 0 12180168 +purcell n 1 1 @ 1 0 11248599 +purchase n 4 3 @ ~ + 4 3 00079018 13253612 11415342 11473138 +purchase_agreement n 1 1 @ 1 0 06523842 +purchase_contract n 1 1 @ 1 0 06523842 +purchase_order n 1 2 @ ~ 1 0 06529219 +purchase_price n 1 1 @ 1 0 13305262 +purchaser n 1 3 @ ~ + 1 0 09885145 +purchasing n 1 3 @ ~ + 1 0 00081572 +purchasing_agent n 1 1 @ 1 1 10493922 +purchasing_department n 1 1 @ 1 1 08119397 +purdah n 3 1 @ 3 0 14415072 08379882 04025633 +pure_absence n 1 1 @ 1 0 14088918 +pure_binary_numeration_system n 1 1 @ 1 0 06810020 +pure_gold n 1 1 @ 1 0 14639467 +pure_imaginary_number n 1 2 @ ~ 1 0 13730054 +pure_mathematics n 1 2 @ ~ 1 0 06003682 +pure_tone n 1 2 @ ~ 1 0 05719605 +pureblood n 1 2 @ + 1 0 01323599 +purebred n 1 2 @ + 1 0 01323599 +puree n 1 2 @ + 1 0 07651025 +pureness n 3 4 @ ~ = + 3 0 14486767 13990064 04849972 +purgation n 3 3 @ ~ + 3 0 00253577 00253070 00252662 +purgative n 1 3 @ ~ + 1 0 04025748 +purgatory n 2 3 @ + ; 2 1 13937406 05631449 +purge n 3 3 @ ~ + 3 0 00252662 00252430 00216834 +purging n 2 3 @ ~ + 2 1 00252430 00252662 +purging_cassia n 1 1 @ 1 0 12492106 +purification n 4 3 @ ~ + 4 1 00253270 13548105 00253070 00252894 +purifier n 1 3 @ ~ + 1 0 04026053 +purim n 1 3 @ #p ; 1 0 15196870 +purine n 2 2 @ ~ 2 0 14706749 14706574 +purinethol n 1 2 @ ; 1 0 03748456 +purism n 1 2 @ + 1 0 07191950 +purist n 1 2 @ + 1 0 10494037 +puritan n 3 2 @ + 3 0 10494373 10494195 10487026 +puritanism n 2 3 @ + ; 2 0 06232635 04639591 +purity n 3 5 ! @ ~ = + 3 2 14486767 13990064 04849972 +purkinje n 1 1 @ 1 0 11248777 +purkinje's_system n 1 2 @ %p 1 0 05391269 +purkinje's_tissue n 1 2 @ %p 1 0 05391269 +purkinje_cell n 1 1 @ 1 0 05466244 +purkinje_fiber n 1 2 @ #p 1 0 05391118 +purkinje_network n 1 2 @ %p 1 0 05391269 +purl n 2 2 @ + 2 0 04026304 04026180 +purl_stitch n 1 2 @ + 1 0 04026180 +purlieu n 1 1 @ 1 0 08539457 +purloo n 1 1 @ 1 0 07590177 +purple n 2 3 @ ~ + 2 1 04970059 14432271 +purple-flowering_raspberry n 1 1 @ 1 0 12657509 +purple-fringed_orchid n 2 1 @ 2 0 12068432 12066630 +purple-fringed_orchis n 2 1 @ 2 0 12068432 12066630 +purple-hooded_orchis n 1 1 @ 1 0 12044041 +purple-staining_cortinarius n 1 2 @ #m 1 0 13075441 +purple-stemmed_aster n 1 1 @ 1 0 11936539 +purple_amaranth n 1 1 @ 1 0 11823756 +purple_anise n 1 2 @ #m 1 0 11708857 +purple_apricot n 1 2 @ #m 1 0 12641180 +purple_avens n 2 1 @ 2 0 12632335 12632072 +purple_bacteria n 1 1 @ 1 0 01360180 +purple_beech n 1 2 @ #m 1 0 12261571 +purple_boneset n 1 2 @ #m 1 0 11969166 +purple_chinese_houses n 1 2 @ #m 1 0 12881631 +purple_clematis n 1 1 @ 1 0 11731659 +purple_clover n 1 1 @ 1 0 11753355 +purple_cress n 1 1 @ 1 0 11882972 +purple_emperor n 1 1 @ 1 0 02278980 +purple_finch n 1 2 @ #m 1 0 01533000 +purple_fringeless_orchid n 1 1 @ 1 0 12068138 +purple_fringeless_orchis n 1 1 @ 1 0 12068138 +purple_gallinule n 1 2 @ ~ 1 0 02016956 +purple_grackle n 1 1 @ 1 0 01574560 +purple_granadillo n 1 1 @ 1 0 12383737 +purple_ground_cherry n 2 2 @ #m 2 0 12911673 12911079 +purple_heart n 2 1 @ 2 1 06708475 04256152 +purple_heather n 1 2 @ #m 1 0 12243109 +purple_loco n 1 1 @ 1 0 12554729 +purple_locoweed n 1 1 @ 1 0 12554729 +purple_loosestrife n 1 2 @ #m 1 0 12328567 +purple_martin n 1 2 @ #m 1 0 01596608 +purple_milk_vetch n 1 1 @ 1 0 12508762 +purple_mullein n 1 1 @ 1 0 12889579 +purple_nightshade n 1 1 @ 1 0 12894930 +purple_onion n 1 1 @ 1 0 07722888 +purple_orchis n 1 1 @ 1 0 12044041 +purple_osier n 1 2 @ #m 1 0 12729729 +purple_passage n 1 1 @ 1 0 06401222 +purple_pea n 1 2 @ #m 1 0 12535593 +purple_poppy_mallow n 1 1 @ 1 0 12175370 +purple_rock_brake n 1 1 @ 1 0 13212175 +purple_sage n 1 1 @ 1 0 12865562 +purple_sanicle n 1 1 @ 1 0 12943912 +purple_saxifrage n 1 2 @ #m 1 0 12794135 +purple_silkweed n 1 1 @ 1 0 13235011 +purple_strawberry_guava n 1 1 @ 1 0 12333961 +purple_trillium n 1 1 @ 1 0 12468900 +purple_velvet_plant n 1 2 @ #m 1 0 11975254 +purple_virgin's_bower n 1 1 @ 1 0 11731659 +purple_willow n 1 2 @ #m 1 0 12729729 +purpleness n 1 3 @ ~ + 1 0 04970059 +purplish-red n 1 2 @ ~ 1 0 04964287 +purplish_blue n 1 1 @ 1 0 04969952 +purplish_pink n 1 1 @ 1 0 04971522 +purplish_red n 1 2 @ ~ 1 0 04964287 +purport n 2 2 @ + 2 0 06605897 05922651 +purpose n 3 4 @ ~ = + 3 3 05982152 05149325 04864200 +purposefulness n 1 3 ! @ + 1 0 05170400 +purposelessness n 1 3 ! @ + 1 0 05174326 +purpura n 1 2 @ ~ 1 0 14197468 +purpura_hemorrhagica n 1 1 @ 1 0 14565417 +purr n 1 2 @ + 1 0 07390645 +purse n 4 3 @ ~ %p 4 3 02774152 13413294 04026417 13413159 +purse-string_operation n 1 1 @ 1 0 00691879 +purse_seine n 1 1 @ 1 0 04026518 +purse_string n 1 2 @ #p 1 0 04026688 +purser n 1 1 @ 1 0 10494643 +purslane n 1 2 @ ~ 1 0 11857320 +purslane_family n 1 3 @ #m %m 1 0 11856981 +purslane_speedwell n 1 1 @ 1 0 12891824 +pursual n 1 2 @ ~ 1 0 00319939 +pursuance n 2 3 @ ~ + 2 0 05770391 01022008 +pursued n 1 1 @ 1 1 10494778 +pursuer n 2 3 @ ~ + 2 1 10494935 10495167 +pursuit n 4 3 @ ~ + 4 2 00319939 05770391 00432689 00431552 +purulence n 2 4 @ ~ #p + 2 0 14312600 05417472 +purulency n 1 3 @ #p + 1 0 14312600 +purulent_pleurisy n 1 1 @ 1 0 14173175 +purus n 1 2 @ #p 1 0 09401340 +purus_river n 1 2 @ #p 1 0 09401340 +purveyance n 1 2 @ + 1 0 01060924 +purveyor n 1 2 @ + 1 1 10495299 +purview n 1 1 @ 1 0 05127782 +pus n 2 3 @ ~ #p 2 0 15220985 05417472 +pus-forming_bacteria n 1 1 @ 1 0 01377510 +pusan n 1 2 @ #p 1 0 08956574 +pusey n 1 1 @ 1 0 11248997 +puseyism n 1 1 @ 1 0 06229410 +push n 5 4 @ ~ #p + 5 2 00112312 11498203 04836683 04027023 00282485 +push-bike n 1 2 @ ; 1 0 04026813 +push-button_radio n 1 2 @ %p 1 0 04027367 +push-down_list n 1 1 @ 1 0 06494646 +push-down_queue n 1 1 @ 1 0 06502054 +push-down_stack n 1 1 @ 1 0 06494646 +push-down_storage n 1 1 @ 1 0 04027504 +push-down_store n 1 1 @ 1 0 04027504 +push_back n 1 2 @ + 1 0 00980779 +push_broom n 1 1 @ 1 0 04026918 +push_button n 1 3 @ ~ #p 1 0 04027023 +pushan n 1 1 @ 1 0 09527924 +pushball n 1 1 @ 1 0 00477827 +pushcart n 1 3 @ ~ %p 1 0 03484083 +pushchair n 1 2 @ ~ 1 0 02766534 +pusher n 5 3 @ ~ + 5 0 10495756 10495555 10495421 04027706 02766534 +pushiness n 1 2 @ + 1 0 05167412 +pushing n 1 3 @ ~ + 1 1 00112312 +pushkin n 1 1 @ 1 0 11249191 +pushover n 2 2 @ ~ 2 0 10495880 00575365 +pushpin n 1 1 @ 1 0 04431745 +pushtun n 1 1 @ 1 0 09689739 +pushup n 1 2 @ ~ 1 1 00629318 +pusillanimity n 1 3 @ ~ + 1 0 04860985 +pusillanimousness n 1 3 @ ~ + 1 0 04860985 +puss n 2 1 @ 2 0 05521514 02122298 +pussley n 1 2 @ #m 1 0 11858077 +pussly n 1 2 @ #m 1 0 11858077 +pussy n 2 1 @ 2 1 05521514 02122298 +pussy's-paw n 1 2 @ #m 1 0 11862300 +pussy-paw n 1 2 @ #m 1 0 11862300 +pussy-paws n 1 2 @ #m 1 0 11862300 +pussy_willow n 2 2 @ #m 2 1 12727101 12727518 +pussycat n 2 1 @ 2 0 10495975 02122298 +pussytoes n 1 3 @ ~ #m 1 0 11922374 +pustule n 1 3 @ ~ + 1 0 14334122 +put n 1 2 @ #p 1 0 00080968 +put-down n 1 3 @ + ; 1 0 06716796 +put-on n 3 3 @ ~ + 3 0 06780309 00753685 00427580 +put-put n 1 2 @ ; 1 0 04027820 +put_option n 2 3 ! @ #p 2 0 13242484 00080968 +putamen n 1 2 @ #p 1 0 05498460 +putin n 1 1 @ 1 0 11249322 +putoff n 1 2 @ + 1 0 06759974 +putout n 1 4 @ ~ + ; 1 1 00130093 +putrajaya n 1 2 @ #p 1 0 08963969 +putrefaction n 3 4 @ ~ + ; 3 0 14560926 13458019 04850996 +putrescence n 2 2 @ + 2 0 14561102 04791591 +putrescine n 1 1 @ 1 0 14863177 +putridity n 1 2 @ + 1 0 14488200 +putridness n 1 2 @ + 1 0 14561102 +putsch n 1 2 @ ~ 1 0 01145015 +putt n 1 2 @ + 1 0 00572838 +puttee n 1 1 @ 1 0 04027935 +putter n 2 2 @ + 2 0 10496081 04028074 +putterer n 1 2 @ + 1 0 10496193 +putting n 1 2 @ + 1 0 00572838 +putting_green n 1 2 @ #p 1 0 08579780 +putting_iron n 1 1 @ 1 0 04028074 +putting_surface n 1 2 @ #p 1 0 08579780 +putting_to_death n 1 2 @ ~ 1 0 00219012 +putty n 1 2 @ + 1 0 14703797 +putty_knife n 1 1 @ 1 0 04028221 +puttyroot n 1 2 @ #m 1 0 12045514 +putz n 2 2 @ ; 2 0 10496393 05526713 +puzzle n 2 3 @ ~ + 2 0 06784639 04028315 +puzzlement n 1 2 @ + 1 1 05685030 +puzzler n 1 3 @ ~ + 1 0 06784639 +pva n 1 1 @ 1 0 14595279 +pvc n 2 1 @ 2 0 14595403 14362841 +pwr n 1 1 @ 1 0 04001661 +px n 1 1 @ 1 0 03989447 +pya n 1 2 @ #p 1 0 13684402 +pyaemia n 1 2 @ + 1 0 14190736 +pycnanthemum n 1 3 @ #m %m 1 0 12863458 +pycnanthemum_virginianum n 1 1 @ 1 0 12863819 +pycnidium n 1 1 @ 1 0 11550620 +pycnodysostosis n 1 1 @ 1 0 14506533 +pycnogonid n 1 2 @ #m 1 0 01787006 +pycnogonida n 1 3 @ #m %m 1 0 01786879 +pycnosis n 1 2 @ + 1 0 14076667 +pydna n 1 2 @ ; 1 0 01292343 +pye-dog n 1 1 @ 1 0 02085118 +pyelitis n 1 1 @ 1 0 14173397 +pyelogram n 1 2 @ ~ 1 0 04028472 +pyelography n 1 2 @ ~ 1 0 00906664 +pyelonephritis n 1 2 @ ~ 1 0 14566308 +pyemia n 1 2 @ + 1 0 14190736 +pygmalion n 1 2 @ ; 1 0 09554701 +pygmy n 2 1 @ 2 0 10496626 10496489 +pygmy_chimpanzee n 1 2 @ #m 1 0 02482650 +pygmy_cypress n 1 1 @ 1 0 11631405 +pygmy_marmoset n 1 2 @ #m 1 0 02490811 +pygmy_mouse n 1 2 @ #m 1 0 02337598 +pygmy_sperm_whale n 1 2 @ #m 1 0 02067603 +pygopodidae n 1 3 @ #m %m 1 0 01675964 +pygopus n 1 2 @ #m 1 0 01676113 +pygoscelis n 1 3 @ #m %m 1 0 02056091 +pygoscelis_adeliae n 1 2 @ #m 1 0 02056228 +pyinma n 1 1 @ 1 0 12329744 +pyjama n 2 2 @ ~ 2 0 03877674 03877472 +pyknic_type n 1 1 @ 1 0 04999214 +pyknosis n 1 2 @ + 1 0 14076667 +pyle n 1 1 @ 1 0 11249559 +pylodictus n 1 3 @ #m %m 1 0 02520015 +pylodictus_olivaris n 1 2 @ #m 1 0 02520147 +pylon n 2 1 @ 2 0 04028764 04028581 +pyloric_sphincter n 1 2 @ #p 1 0 05573099 +pyloric_stenosis n 1 1 @ 1 0 14107085 +pyloric_valve n 1 2 @ #p 1 0 05573099 +pyloric_vein n 1 1 @ 1 0 05378850 +pylorus n 1 3 @ %p + 1 0 05535095 +pynchon n 1 1 @ 1 0 11249712 +pyocyanase n 1 1 @ 1 0 04028881 +pyocyanin n 1 1 @ 1 0 04029015 +pyongyang n 1 2 @ #p 1 0 08955397 +pyorrhea n 2 2 @ ~ 2 0 14210888 14080836 +pyorrhea_alveolaris n 1 2 @ ~ 1 0 14080836 +pyorrhoea n 2 2 @ ~ 2 0 14210888 14080836 +pyotr_alexeyevich_kropotkin n 1 1 @ 1 0 11111194 +pyotr_ilych_tchaikovsky n 1 1 @ 1 0 11333762 +pyotr_tchaikovsky n 1 1 @ 1 0 11333762 +pyracanth n 1 2 @ #m 1 0 12651229 +pyracantha n 1 2 @ #m 1 0 12651229 +pyralid n 1 3 @ ~ #m 1 0 02288789 +pyralid_moth n 1 3 @ ~ #m 1 0 02288789 +pyralidae n 1 3 @ #m %m 1 0 02288473 +pyralididae n 1 3 @ #m %m 1 0 02288473 +pyralis n 1 2 @ #m 1 0 02289061 +pyramid n 3 4 @ #m + ; 3 0 13914837 13343284 04029125 +pyramid_bugle n 1 1 @ 1 0 12841354 +pyramid_plant n 1 2 @ #m 1 0 12292877 +pyramid_scheme n 1 1 @ 1 0 05908000 +pyramidal_bone n 1 1 @ 1 0 05272545 +pyramidal_motor_system n 1 3 @ #p %p 1 0 05491612 +pyramidal_tent n 1 1 @ 1 0 04029416 +pyramidal_tract n 1 3 @ #p %p 1 0 05491612 +pyramiding n 1 1 @ 1 0 00779809 +pyramids_of_egypt n 1 2 @ #m 1 0 04029125 +pyrausta n 1 3 @ #m %m 1 0 02289466 +pyrausta_nubilalis n 2 2 @ #m 2 0 02309841 02289610 +pyre n 1 1 @ 1 0 07963494 +pyrectic n 1 2 @ + 1 0 14584502 +pyrene n 2 1 @ 2 0 14958937 13136863 +pyrenees n 1 2 @ #p 1 0 09401474 +pyrenees_daisy n 1 2 @ #m 1 0 11990627 +pyrenomycetes n 1 3 @ #m %m 1 0 13028070 +pyrethrum n 4 2 @ #m 4 0 12022719 12022382 12022054 12005869 +pyrex n 1 2 @ ; 1 1 14999614 +pyrexia n 1 3 @ ~ + 1 0 14365356 +pyridine n 1 2 @ ~ 1 0 14692510 +pyridium n 1 2 @ ; 1 0 03921337 +pyridoxal n 1 1 @ 1 0 15091669 +pyridoxamine n 1 1 @ 1 0 15091669 +pyridoxine n 1 1 @ 1 0 15091669 +pyriform_area n 1 2 @ #p 1 0 05477305 +pyriform_lobe n 1 2 @ #p 1 0 05477305 +pyrilamine n 1 1 @ 1 0 04029541 +pyrimidine n 2 2 @ ~ 2 0 14999913 14999801 +pyrite n 1 2 @ %s 1 0 14692682 +pyrites n 1 1 @ 1 0 14692844 +pyrocellulose n 1 2 @ #s 1 0 14795432 +pyrocephalus n 1 3 @ #m %m 1 0 01550033 +pyrocephalus_rubinus_mexicanus n 1 2 @ #m 1 0 01550172 +pyrochemical_process n 1 1 @ 1 0 13544279 +pyrochemistry n 1 2 @ + 1 0 13544279 +pyroelectricity n 1 2 @ + 1 0 11435661 +pyrogallic_acid n 1 1 @ 1 0 14615400 +pyrogallol n 1 2 @ + 1 0 14615400 +pyrogen n 2 2 @ + 2 0 14584658 14584502 +pyrograph n 1 1 @ 1 0 04029647 +pyrographer n 1 2 @ + 1 0 10496715 +pyrography n 1 2 @ + 1 0 00938240 +pyrola n 1 3 @ ~ #m 1 0 12256112 +pyrola_americana n 1 1 @ 1 0 12256325 +pyrola_elliptica n 1 1 @ 1 0 12256708 +pyrola_minor n 1 1 @ 1 0 12256522 +pyrola_rotundifolia n 1 1 @ 1 0 12256920 +pyrola_rotundifolia_americana n 1 1 @ 1 0 12256325 +pyrola_uniflora n 1 2 @ #m 1 0 12258101 +pyrolaceae n 1 3 @ #m %m 1 0 12255659 +pyrolatry n 1 1 @ 1 0 01046167 +pyroligneous_acid n 1 1 @ 1 0 14863326 +pyrolusite n 1 2 @ %s 1 0 14692973 +pyrolysis n 1 2 @ + 1 0 07360077 +pyromancer n 1 2 @ + 1 0 10496825 +pyromancy n 1 2 @ + 1 0 05778029 +pyromania n 1 1 @ 1 0 09182929 +pyromaniac n 1 1 @ 1 0 10277027 +pyrometer n 1 2 @ ~ 1 1 04029734 +pyrometric_cone n 1 1 @ 1 0 04029913 +pyromorphite n 1 1 @ 1 0 14693124 +pyrope n 1 1 @ 1 0 15000060 +pyrophobia n 1 1 @ 1 0 14384431 +pyrophoric_alloy n 1 2 @ ~ 1 0 15000149 +pyrophorus n 1 3 @ #m %m 1 0 02176611 +pyrophorus_noctiluca n 1 2 @ #m 1 0 02176747 +pyrophosphate n 1 1 @ 1 0 14615724 +pyrophosphoric_acid n 1 1 @ 1 0 14615602 +pyrophyllite n 1 1 @ 1 0 14693275 +pyroscope n 1 1 @ 1 0 03852544 +pyrosis n 1 1 @ 1 0 14335223 +pyrostat n 1 1 @ 1 0 04030054 +pyrotechnic n 1 3 @ ~ ; 1 0 03348454 +pyrotechnics n 2 3 @ + ; 2 0 05620050 00617692 +pyrotechny n 1 2 @ + 1 0 00617692 +pyroxene n 1 2 @ #s 1 0 14693396 +pyroxylin n 1 1 @ 1 0 14795598 +pyroxyline n 1 1 @ 1 0 14795598 +pyrrhic n 2 2 @ + 2 0 07095895 00542584 +pyrrhic_victory n 1 1 @ 1 0 07474533 +pyrrhocoridae n 1 3 @ #m %m 1 0 02244963 +pyrrhotine n 1 1 @ 1 0 14693575 +pyrrhotite n 1 1 @ 1 0 14693575 +pyrrhula n 1 3 @ #m %m 1 0 01534034 +pyrrhula_pyrrhula n 1 2 @ #m 1 0 01534155 +pyrrhuloxia n 1 2 @ #m 1 0 01541760 +pyrrhuloxia_sinuata n 1 2 @ #m 1 0 01541760 +pyrrhus n 1 2 @ + 1 0 11249890 +pyrrophyta n 1 2 @ #m 1 0 01388992 +pyrrosia n 1 3 @ #m %m 1 0 13178107 +pyrrosia_lingua n 1 2 @ #m 1 0 13178284 +pyrularia n 1 3 @ #m %m 1 0 12736840 +pyrularia_pubera n 1 3 @ #m %p 1 0 12736999 +pyrus n 1 3 @ #m %m 1 0 12651465 +pyrus_communis n 1 3 @ #m %p 1 0 12651611 +pyruvic_acid n 1 1 @ 1 0 15000334 +pythagoras n 1 2 @ + 1 0 11250056 +pythia n 1 2 @ ; 1 0 09570630 +pythiaceae n 1 3 @ #m %m 1 0 12982103 +pythian_games n 1 1 @ 1 0 00516900 +pythias n 1 1 @ 1 0 11233595 +pythium n 1 3 @ ~ #m 1 0 12982468 +pythium_debaryanum n 1 1 @ 1 0 12982590 +pythius n 1 1 @ 1 0 09554019 +python n 3 4 @ ~ #m ; 3 1 01743605 10496927 09501198 +python_molurus n 1 2 @ #m 1 0 01744270 +python_reticulatus n 1 2 @ #m 1 0 01744100 +python_sebae n 1 2 @ #m 1 0 01744401 +python_variegatus n 1 1 @ 1 0 01743936 +pythoness n 2 2 @ ; 2 0 10497046 09570630 +pythonidae n 1 1 @ 1 0 01743449 +pythoninae n 1 3 @ #m %m 1 0 01743223 +pyuria n 1 1 @ 1 0 14316583 +pyx n 2 1 @ 2 0 04030274 04030161 +pyx_chest n 1 1 @ 1 0 04030274 +pyxidanthera n 1 3 @ #m %m 1 0 12251577 +pyxidanthera_barbulata n 1 2 @ #m 1 0 12251740 +pyxidium n 1 1 @ 1 0 13139482 +pyxie n 1 2 @ #m 1 0 12251740 +pyxis n 3 2 @ #p 3 0 13139482 09401613 04030414 +q n 1 2 @ #m 1 0 06832896 +q_fever n 1 1 @ 1 1 14141821 +qabala n 1 2 @ + 1 0 06673770 +qabalah n 1 1 @ 1 0 06673770 +qabbala n 1 2 @ ; 1 0 05954100 +qabbalah n 1 2 @ ; 1 0 05954100 +qaddafi n 1 1 @ 1 0 11250287 +qadhafi n 1 1 @ 1 0 11250287 +qadi n 1 1 @ 1 0 10497135 +qaeda n 1 2 @ ; 1 0 08013845 +qandahar n 1 2 @ #p 1 0 08704409 +qara_qum n 1 2 @ #p 1 0 09170475 +qassam_brigades n 1 3 @ #p ; 1 0 08040257 +qat n 1 1 @ 1 0 03608870 +qatar n 2 5 @ #m #p %m %p 2 0 08986905 08986691 +qatar_peninsula n 1 3 @ #p %p 1 0 08986691 +qatari n 1 3 @ #m + 1 0 09728137 +qatari_dirham n 1 2 @ #p 1 0 13698445 +qatari_monetary_unit n 1 2 @ ~ 1 0 13698202 +qatari_riyal n 1 2 @ %p 1 0 13698327 +qcd n 1 1 @ 1 0 06112681 +qed n 1 1 @ 1 0 06112505 +qepiq n 1 1 @ 1 0 13699836 +qi n 1 2 @ ; 1 0 14050559 +qiang n 1 1 @ 1 0 06931499 +qiangic n 1 1 @ 1 0 06931499 +qibla n 2 2 @ ; 2 0 08681649 08040522 +qin n 1 1 @ 1 0 08157182 +qin_dynasty n 1 1 @ 1 0 08157182 +qin_shi_huang_ti n 1 1 @ 1 0 11250581 +qindarka n 1 2 @ #p 1 0 13684735 +qing n 1 1 @ 1 0 08157405 +qing_dynasty n 1 1 @ 1 0 08157405 +qintar n 1 2 @ #p 1 0 13684735 +qizil_qum n 1 2 @ #p 1 0 09170633 +qoph n 1 2 @ #p 1 0 06838652 +quaalude n 1 2 @ ; 1 0 03754822 +quack n 2 2 @ + 2 1 10497202 07390762 +quack-quack n 1 1 @ 1 0 01847089 +quack_grass n 1 1 @ 1 0 12105578 +quackery n 2 2 @ + 2 1 00633108 00750306 +quackgrass n 1 1 @ 1 0 12105578 +quad n 4 4 @ ~ #p ; 4 0 10497645 05294819 04030655 04030518 +quadragesima n 1 1 @ 1 0 15192544 +quadrangle n 2 3 @ ~ + 2 0 13879126 04030518 +quadrangular_prism n 1 1 @ 1 0 13885011 +quadrant n 4 1 @ 4 0 08627805 08627665 08627554 04030846 +quadrantanopia n 1 1 @ 1 0 14554591 +quadraphonic_system n 1 1 @ 1 0 04030965 +quadraphony n 1 2 @ + 1 0 04030965 +quadrate n 2 1 @ 2 0 13917022 13879049 +quadratic n 2 1 @ 2 0 06670240 05862501 +quadratic_equation n 1 1 @ 1 0 06670240 +quadratic_polynomial n 1 1 @ 1 0 05862501 +quadratics n 1 2 @ ; 1 0 06012998 +quadrature n 1 1 @ 1 0 00873671 +quadrennium n 1 1 @ 1 0 15205719 +quadric n 1 2 @ ~ 1 0 13902905 +quadric_surface n 1 2 @ ~ 1 0 13902905 +quadriceps n 1 2 @ #p 1 1 05294819 +quadriceps_femoris n 1 2 @ #p 1 0 05294819 +quadrigesima_sunday n 1 1 @ 1 0 15192544 +quadrilateral n 1 2 @ ~ 1 0 13879126 +quadrille n 2 2 @ ~ 2 0 07056593 00540485 +quadrillion n 2 2 @ ; 2 0 13753067 13752911 +quadrillionth n 1 1 @ 1 0 13739934 +quadripara n 1 2 @ ; 1 0 10497373 +quadriphonic_system n 1 1 @ 1 0 04030965 +quadriplegia n 1 1 @ 1 0 14559757 +quadriplegic n 1 1 @ 1 0 10497534 +quadrivium n 1 2 @ ; 1 0 06172294 +quadroon n 1 2 @ ; 1 0 09638569 +quadrumvirate n 1 1 @ 1 0 07988010 +quadruped n 1 4 @ %p + - 1 0 02156871 +quadruple n 2 2 @ + 2 0 07988089 05860498 +quadruple_time n 1 1 @ 1 0 15264010 +quadruplet n 3 1 @ 3 0 13744304 10497645 07988089 +quadruplicate n 1 2 @ + 1 0 04031166 +quadrupling n 1 2 @ + 1 1 13544433 +quaestor n 1 2 @ ; 1 0 10497775 +quaff n 1 2 @ + 1 0 07884182 +quaffer n 1 2 @ + 1 0 10497946 +quag n 1 2 @ + 1 0 09355850 +quagga n 1 2 @ #m 1 0 02391617 +quagmire n 1 1 @ 1 0 09355850 +quahaug n 2 5 @ ~ #m #p %p 2 0 07786856 01958038 +quahog n 2 5 @ ~ #m #p %p 2 0 07786856 01958038 +quai_d'orsay n 2 2 @ #p 2 0 08933770 08114400 +quail n 2 6 @ ~ #m #p %p ; 2 0 07647321 01806567 +quail_brush n 1 1 @ 1 0 11831521 +quail_bush n 1 1 @ 1 0 11831521 +quaintness n 2 2 @ + 2 0 04926038 04798700 +quake n 1 3 @ ~ + 1 1 07428954 +quaker n 2 4 @ ~ #m + 2 1 09679708 10498046 +quaker_gun n 1 1 @ 1 0 04031370 +quakerism n 1 1 @ 1 0 06190809 +quakers n 1 2 @ %m 1 0 08150377 +quaking_aspen n 1 1 @ 1 0 12733870 +qualification n 3 3 @ ~ + 3 2 04717139 00200563 06762380 +qualifier n 2 4 @ ~ #p + 2 0 10498196 06320801 +qualifying n 2 3 @ ~ + 2 0 13800801 00065575 +qualifying_adjective n 1 1 @ 1 0 06321932 +qualitative_analysis n 1 3 @ ~ - 1 0 00646833 +quality n 5 5 @ ~ = + ; 5 4 04723816 04728068 05849284 04987620 13948026 +quality_control n 1 2 @ ~ 1 0 00806484 +quality_of_life n 1 1 @ 1 1 13986943 +qualm n 2 1 @ 2 1 07525555 14360320 +quamash n 1 3 @ ~ #m 1 0 12449296 +quamassia n 1 3 @ #m %m 1 0 12449024 +quamoclit_pennata n 1 1 @ 1 0 12827270 +quandang n 2 4 @ #m #p %p 2 0 12736603 07769306 +quandary n 2 2 @ ~ 2 0 14408646 05686086 +quandong n 4 4 @ #m #p %p 4 0 12736603 12193334 12192877 07769306 +quandong_nut n 1 2 @ #p 1 0 07769465 +quandong_tree n 2 3 @ #m %p 2 0 12736603 12192877 +quango n 1 1 @ 1 0 08050484 +quantic n 1 1 @ 1 0 05862613 +quantifiability n 1 3 @ ~ + 1 0 05209822 +quantification n 2 4 @ ~ #p + 2 0 06165623 01003570 +quantifier n 2 3 @ ~ ; 2 0 06302542 06302381 +quantisation n 1 2 @ + 1 0 00389308 +quantitative_analysis n 1 2 @ ~ 1 0 00647270 +quantitative_chemical_analysis n 1 2 @ ~ 1 0 00647270 +quantitative_relation n 1 2 @ ~ 1 0 13815152 +quantity n 3 4 @ ~ = + 3 2 00033615 05108740 05855125 +quantity_unit n 1 2 @ ~ 1 0 13632961 +quantization n 1 2 @ + 1 0 00389308 +quantong n 1 2 @ #p 1 0 07769306 +quantum n 2 4 @ ~ + ; 2 0 05855748 05855517 +quantum_chromodynamics n 1 1 @ 1 0 06112681 +quantum_electrodynamics n 1 1 @ 1 0 06112505 +quantum_field_theory n 1 2 @ ~ 1 0 06112223 +quantum_jump n 2 2 @ ; 2 0 07359377 07359184 +quantum_leap n 1 1 @ 1 0 07359184 +quantum_mechanics n 1 2 @ ~ 1 0 06111961 +quantum_physics n 1 2 @ ~ 1 0 06101973 +quantum_theory n 1 3 @ ; - 1 0 06107660 +quaoar n 1 1 @ 1 0 09401750 +quapaw n 2 1 @ 2 0 09666974 06912056 +quarantine n 2 2 @ + 2 0 14415335 01201645 +quark n 2 4 @ ~ #p ; 2 0 09401834 07854455 +quark_cheese n 1 1 @ 1 0 07854455 +quarrel n 2 3 @ ~ + 2 1 07184149 04031481 +quarreler n 1 2 @ + 1 0 10498422 +quarreller n 1 2 @ + 1 0 10498422 +quarrelsomeness n 1 3 @ ~ + 1 0 04643979 +quarrier n 1 3 @ ~ + 1 0 10498551 +quarry n 3 3 @ ~ + 3 0 10470460 03949442 02152881 +quarrying n 1 3 @ + - 1 0 00922968 +quarryman n 1 2 @ ~ 1 0 10498551 +quart n 3 3 @ #p %p 3 1 13619592 13622035 13620549 +quartan n 1 1 @ 1 0 14340635 +quarter n 14 6 @ ~ #p %p + ; 14 2 13737480 08627919 15258450 15234942 15226046 15206590 13830166 13720852 13623054 13390244 10498699 04316646 04031600 01258579 +quarter-century n 1 2 @ #p 1 1 15206195 +quarter-circle n 1 1 @ 1 0 08627805 +quarter-hour n 1 2 @ #p 1 0 15228267 +quarter-tone n 1 1 @ 1 0 06859309 +quarter-vine n 1 2 @ #m 1 0 12814003 +quarter_crack n 1 1 @ 1 0 14275661 +quarter_day n 1 3 @ ~ ; 1 0 15160866 +quarter_horse n 1 1 @ 1 0 02379183 +quarter_mile n 1 2 @ #p 1 1 13651931 +quarter_note n 1 1 @ 1 0 06871127 +quarter_plate n 1 1 @ 1 0 04032392 +quarter_pound n 1 2 @ #p 1 0 13720501 +quarter_rest n 1 1 @ 1 0 06871262 +quarter_round n 1 2 @ ~ 1 0 03866721 +quarter_section n 1 1 @ 1 0 13613592 +quarter_sessions n 1 2 @ ; 1 0 08335253 +quarter_stock n 1 1 @ 1 0 13342597 +quarter_tone n 1 1 @ 1 0 06859309 +quarterback n 2 4 @ #m + ; 2 1 10498816 00726567 +quarterdeck n 1 2 @ #p 1 0 04031770 +quarterfinal n 1 2 @ #p 1 0 07467212 +quartering n 3 3 @ + ; 3 0 04032049 04031884 00386553 +quarterlight n 1 2 @ ; 1 0 04032242 +quarterly n 1 1 @ 1 0 06594625 +quartermaster n 1 1 @ 1 0 10498986 +quartermaster_general n 1 1 @ 1 0 10499110 +quartern n 1 1 @ 1 0 13737480 +quarters n 1 4 @ ~ + ; 1 1 03679384 +quarterstaff n 1 1 @ 1 0 04032509 +quartervine n 1 2 @ #m 1 0 12814003 +quartet n 5 2 @ ~ 5 0 13744304 08247251 07988089 07987380 07041688 +quartette n 4 2 @ ~ 4 0 08247251 07988089 07987380 07041688 +quartic n 1 1 @ 1 0 13731356 +quartic_polynomial n 1 1 @ 1 0 05862113 +quartile n 1 2 @ ; 1 0 05738204 +quarto n 1 1 @ 1 0 05096820 +quartz n 2 3 @ ~ %s 2 1 14879750 14693733 +quartz_battery n 1 1 @ 1 0 04032603 +quartz_crystal n 1 1 @ 1 0 04032710 +quartz_glass n 1 2 @ %s 1 0 14879750 +quartz_lamp n 1 1 @ 1 0 04032936 +quartz_mill n 1 1 @ 1 0 04032603 +quartz_oscillator n 1 1 @ 1 0 03143754 +quartzite n 1 1 @ 1 0 14694161 +quasar n 1 1 @ 1 0 09402370 +quasi-ngo n 1 1 @ 1 0 08050484 +quasi-stellar_radio_source n 1 1 @ 1 0 09402370 +quasi_contract n 1 1 @ 1 0 06523969 +quasiparticle n 1 1 @ 1 0 06102116 +quassia n 2 3 @ ~ #m 2 0 15000475 12718995 +quassia_amara n 1 2 @ #m 1 0 12718995 +quassia_family n 1 3 @ #m %m 1 0 12715569 +quat n 1 1 @ 1 0 03608870 +quatercentenary n 1 1 @ 1 0 15251892 +quatercentennial n 1 1 @ 1 0 15251892 +quatern n 1 1 @ 1 0 13744304 +quaternary n 2 3 @ #p %p 2 0 15124545 13744304 +quaternary_ammonium_compound n 1 1 @ 1 0 14691231 +quaternary_period n 1 3 @ #p %p 1 0 15124545 +quaternion n 1 1 @ 1 0 13744304 +quaternity n 1 1 @ 1 0 13744304 +quatrain n 1 2 @ ~ 1 1 06384480 +quattrocento n 1 2 @ #p 1 0 15205880 +quaver n 2 2 @ + 2 1 07390857 06871384 +quay n 1 1 @ 1 0 04033082 +quayage n 1 1 @ 1 0 13324188 +queasiness n 2 3 @ ~ + 2 0 14360320 04625284 +quebec n 2 3 @ #p %p 2 0 08829317 08829071 +quebec_bridge n 1 2 @ #p 1 0 04033178 +quebec_city n 1 3 @ #p %p 1 0 08829317 +quebecois n 1 1 @ 1 0 10499232 +quechua n 3 3 @ ~ + 3 0 09726970 08489121 06917083 +quechuan n 1 1 @ 1 0 06917083 +quechuan_language n 1 1 @ 1 0 06917083 +queckenstedt's_test n 1 1 @ 1 0 05744288 +queen n 10 6 ! @ ~ #m + ; 10 3 02313008 10499355 10499857 10500217 10235024 10076033 04033425 04033287 02369935 02122878 +queen's_counsel n 1 1 @ 1 0 10500824 +queen's_crape_myrtle n 1 2 @ #m 1 0 12329473 +queen's_cup n 1 2 @ #m 1 0 12472778 +queen's_english n 1 1 @ 1 0 06948260 +queen_anne's_lace n 1 2 @ #m 1 0 12937130 +queen_bee n 1 2 @ #m 1 0 02207345 +queen_charlotte_sound n 1 2 @ #p 1 0 09402553 +queen_city n 1 2 @ #p 1 0 09128372 +queen_consort n 1 1 @ 1 0 10500419 +queen_dowager n 1 2 @ ~ 1 0 10500506 +queen_isabella n 1 1 @ 1 0 11073795 +queen_maud_land n 1 2 @ #p 1 0 08628414 +queen_mole_rat n 1 1 @ 1 0 02369935 +queen_mother n 1 1 @ 1 0 10500603 +queen_of_england n 1 2 @ ~ 1 0 10499631 +queen_of_the_may n 1 1 @ 1 0 10304160 +queen_of_the_night n 1 1 @ 1 0 11853979 +queen_post n 1 1 @ 1 0 04033557 +queen_regent n 1 1 @ 1 0 10500717 +queen_regnant n 1 3 @ ~ #m 1 0 10499355 +queen_triggerfish n 1 2 @ #m 1 0 02653497 +queen_victoria n 1 2 @ #m 1 0 11365857 +queenfish n 1 2 @ #m 1 0 02598878 +queens n 1 2 @ #p 1 0 09123182 +queensboro_bridge n 1 2 @ #p 1 0 04033647 +queensland n 1 3 @ #p %p 1 0 08832691 +queensland_bottletree n 1 1 @ 1 0 12196954 +queensland_grass-cloth_plant n 1 2 @ #m 1 0 12395906 +queensland_hemp n 1 2 @ #m 1 0 12186554 +queensland_kauri n 1 2 @ #m 1 0 11648039 +queensland_lungfish n 1 1 @ 1 0 02516994 +queensland_nut n 1 2 @ #m 1 0 12221801 +queer n 1 2 @ ; 1 0 10076033 +queer_bird n 1 1 @ 1 0 10240514 +queer_duck n 1 1 @ 1 0 10240514 +queerness n 2 3 @ ~ + 2 0 04797824 00856847 +quelling n 1 3 @ ~ + 1 0 01079604 +quellung n 1 1 @ 1 0 13544537 +quellung_reaction n 1 1 @ 1 0 13544537 +quenched_steel n 1 3 @ ~ %s 1 0 15000689 +quenching n 1 2 @ + 1 0 00229934 +quentin_jerome_tarantino n 1 1 @ 1 0 11331300 +quentin_tarantino n 1 1 @ 1 0 11331300 +quercitron n 2 1 @ 2 0 15000858 12279458 +quercitron_oak n 1 1 @ 1 0 12279458 +quercus n 1 3 @ #m %m 1 0 12268096 +quercus_agrifolia n 1 1 @ 1 0 12269406 +quercus_alba n 1 1 @ 1 0 12270027 +quercus_arizonica n 1 1 @ 1 0 12270278 +quercus_bicolor n 1 1 @ 1 0 12270460 +quercus_borealis n 1 1 @ 1 0 12277800 +quercus_cerris n 1 1 @ 1 0 12270741 +quercus_chrysolepis n 1 1 @ 1 0 12270946 +quercus_coccinea n 1 1 @ 1 0 12271187 +quercus_ellipsoidalis n 1 1 @ 1 0 12271451 +quercus_falcata n 1 1 @ 1 0 12271933 +quercus_garryana n 1 1 @ 1 0 12272239 +quercus_grosseserrata n 1 2 @ #m 1 0 12275317 +quercus_ilex n 1 1 @ 1 0 12272432 +quercus_ilicifolia n 1 1 @ 1 0 12272735 +quercus_imbricaria n 1 1 @ 1 0 12272883 +quercus_incana n 1 1 @ 1 0 12273114 +quercus_kelloggii n 1 1 @ 1 0 12273344 +quercus_laevis n 1 1 @ 1 0 12273515 +quercus_laurifolia n 1 1 @ 1 0 12273768 +quercus_lobata n 1 1 @ 1 0 12273939 +quercus_lyrata n 1 1 @ 1 0 12274151 +quercus_macrocarpa n 1 1 @ 1 0 12274358 +quercus_marilandica n 1 1 @ 1 0 12274863 +quercus_michauxii n 1 1 @ 1 0 12275131 +quercus_mongolica n 1 2 @ #m 1 0 12275317 +quercus_montana n 1 1 @ 1 0 12276628 +quercus_muehlenbergii n 1 1 @ 1 0 12275675 +quercus_myrtifolia n 1 1 @ 1 0 12275888 +quercus_nigra n 1 1 @ 1 0 12276110 +quercus_nuttalli n 1 1 @ 1 0 12276314 +quercus_palustris n 1 1 @ 1 0 12276872 +quercus_petraea n 1 1 @ 1 0 12276477 +quercus_phellos n 1 1 @ 1 0 12277150 +quercus_prinoides n 1 1 @ 1 0 12277334 +quercus_prinus n 1 1 @ 1 0 12276628 +quercus_robur n 1 1 @ 1 0 12277578 +quercus_rubra n 1 1 @ 1 0 12277800 +quercus_sessiliflora n 1 1 @ 1 0 12276477 +quercus_shumardii n 1 1 @ 1 0 12278107 +quercus_stellata n 1 1 @ 1 0 12278371 +quercus_suber n 1 1 @ 1 0 12278650 +quercus_texana n 1 1 @ 1 0 12278865 +quercus_vaccinifolia n 1 2 @ #m 1 0 12279060 +quercus_variabilis n 1 1 @ 1 0 12279293 +quercus_velutina n 1 1 @ 1 0 12279458 +quercus_virginiana n 1 1 @ 1 0 12279772 +quercus_wislizenii n 1 1 @ 1 0 12280060 +quercus_wizlizenii n 1 1 @ 1 0 12280060 +querier n 1 3 @ ~ + 1 0 10207831 +quern n 1 1 @ 1 0 04033801 +querulousness n 1 2 @ + 1 0 04642980 +query n 1 2 @ + 1 1 07193596 +query_language n 1 1 @ 1 0 06899446 +quesadilla n 1 1 @ 1 0 07881205 +quest n 2 3 @ ~ + 2 1 05770391 00946650 +quester n 1 3 @ ~ + 1 0 10575787 +question n 6 4 ! @ ~ + 6 4 07193596 06783768 07196682 04757522 07163593 07162059 +question_mark n 1 1 @ 1 0 06844040 +question_master n 1 2 @ ; 1 0 10500942 +question_of_fact n 1 1 @ 1 0 06784317 +question_of_law n 1 2 @ ; 1 0 06784470 +question_sheet n 1 1 @ 1 0 07199328 +question_time n 1 2 @ ; 1 0 15298507 +questioner n 1 3 @ ~ + 1 1 10207831 +questioning n 1 3 @ ~ + 1 1 07193184 +questionnaire n 1 2 @ ~ 1 1 06474122 +quetzal n 2 4 @ ~ #m %p 2 0 13696270 01844551 +quetzal_bird n 1 3 @ ~ #m 1 0 01844551 +quetzalcoatl n 1 1 @ 1 0 10501097 +queue n 3 4 @ ~ + ; 3 0 08432345 06494816 05259823 +quezon_city n 1 2 @ #p 1 0 08982181 +qui_vive n 1 2 @ ~ 1 0 14031660 +quiaquia n 1 2 @ #m 1 0 02581642 +quibble n 1 2 @ + 1 0 06761798 +quibbler n 1 2 @ + 1 0 10501203 +quiche n 3 2 @ ~ 3 0 09667097 07619594 06926020 +quiche_lorraine n 1 1 @ 1 0 07619786 +quick n 1 1 @ 1 0 05597980 +quick-wittedness n 1 2 @ + 1 0 05619345 +quick_assets n 1 3 @ #m ; 1 0 13333047 +quick_bread n 1 2 @ ~ 1 0 07684600 +quick_buck n 1 1 @ 1 0 13260510 +quick_fix n 1 1 @ 1 0 00268457 +quick_grass n 1 1 @ 1 0 12105578 +quick_march n 1 1 @ 1 1 00291796 +quick_study n 1 1 @ 1 0 10501453 +quick_temper n 1 1 @ 1 0 07552549 +quick_time n 1 1 @ 1 0 15283224 +quickener n 1 2 @ + 1 0 09402704 +quickening n 3 3 @ #p + 3 1 13544783 14048134 00330457 +quickie n 1 1 @ 1 1 00268457 +quicklime n 1 2 @ %s 1 0 14789885 +quickness n 3 3 @ ~ + 3 1 05642175 05619345 05059132 +quicksand n 2 2 @ %s 2 0 14411772 09402944 +quickset n 1 1 @ 1 0 13127666 +quicksilver n 1 2 @ #s 1 0 14645346 +quickstep n 2 2 @ + 2 0 07058668 00536964 +quicky n 1 1 @ 1 0 00268457 +quid n 3 2 @ %p 3 0 13686660 13323460 07579399 +quid_pro_quo n 1 1 @ 1 0 13323460 +quiddity n 2 1 @ 2 0 06761798 05922014 +quidnunc n 1 1 @ 1 0 09883807 +quiescence n 2 4 @ ~ = + 2 0 14011811 01064863 +quiescency n 2 4 @ ~ = + 2 0 14011811 01064863 +quiet n 4 3 @ ~ + 4 3 14522956 13969101 04982207 04904352 +quietism n 1 2 @ + 1 0 05949088 +quietist n 1 2 @ + 1 0 10501635 +quietness n 2 3 @ ~ + 2 2 04982856 07515560 +quietude n 1 2 @ ~ 1 0 07515560 +quietus n 1 1 @ 1 0 13962765 +quiff n 1 1 @ 1 0 05258177 +quill n 4 3 @ ~ #p 4 2 04033901 01900837 02468864 02468617 +quill_feather n 1 3 @ ~ #p 1 0 02468864 +quill_pen n 1 1 @ 1 0 04033901 +quillwort n 1 2 @ #m 1 0 13226320 +quillwort_family n 1 3 @ #m %m 1 0 13225955 +quilt n 1 3 @ ~ + 1 1 04033995 +quilted_bedspread n 1 1 @ 1 0 04034262 +quilting n 2 2 @ + 2 0 04034477 04034367 +quilting_bee n 1 1 @ 1 0 07976851 +quin n 1 1 @ 1 0 10501908 +quinacrine n 1 1 @ 1 0 04034641 +quinacrine_hydrochloride n 1 1 @ 1 0 04034641 +quince n 2 4 @ #m #p %p 2 0 12628986 07769584 +quince_bush n 1 3 @ #m %p 1 0 12628986 +quincentenary n 1 1 @ 1 0 15252021 +quincentennial n 1 1 @ 1 0 15252021 +quincke's_edema n 1 1 @ 1 0 14120310 +quincy n 1 1 @ 1 0 11250833 +quine n 1 1 @ 1 0 11250991 +quinidex n 1 2 @ ; 1 0 04034884 +quinidine n 1 1 @ 1 0 04034884 +quinine n 1 2 @ #s 1 0 04035086 +quinine_water n 1 3 @ #s %s 1 0 07929172 +quinnat_salmon n 1 3 @ #m %p 1 0 02536456 +quinone n 1 2 @ ~ 1 0 15000973 +quinora n 1 2 @ ; 1 0 04034884 +quinquagesima n 1 1 @ 1 0 15192406 +quinquagesima_sunday n 1 1 @ 1 0 15192406 +quinquefoliate_leaf n 1 1 @ 1 0 13156884 +quinquennium n 1 1 @ 1 0 15205799 +quinsy n 1 1 @ 1 0 14173823 +quint n 2 1 @ 2 0 13744521 10501908 +quintal n 2 3 @ #p %p 2 0 13725457 13721177 +quintana_roo n 1 3 @ #p %p 1 0 08745249 +quintessence n 3 3 @ + ; 3 0 14847103 05922175 05821646 +quintet n 5 1 @ 5 1 07041795 13744521 08247703 07988229 07987580 +quintette n 4 1 @ 4 0 08247703 07988229 07987580 07041795 +quintillion n 1 2 @ ; 1 0 13753274 +quintillionth n 1 1 @ 1 0 13740051 +quintipara n 1 2 @ ; 1 0 10501747 +quintuple n 1 1 @ 1 0 07988229 +quintuplet n 3 1 @ 3 0 13744521 10501908 07988229 +quintupling n 1 2 @ + 1 0 13544930 +quintus_septimius_florens_tertullianus n 1 1 @ 1 0 11336668 +quip n 2 2 @ + 2 0 07153727 06767777 +quipu n 1 1 @ 1 0 04035231 +quira n 2 5 @ ~ #m #s %s 2 0 12563281 12562577 +quire n 1 2 @ #p 1 0 13583030 +quirk n 2 2 @ + 2 1 04797824 04035397 +quirk_bead n 1 1 @ 1 0 04035481 +quirk_molding n 1 1 @ 1 0 04035634 +quirk_moulding n 1 1 @ 1 0 04035634 +quirkiness n 1 2 @ + 1 0 04797824 +quirt n 1 1 @ 1 1 04035748 +quiscalus n 1 3 @ #m %m 1 0 01574270 +quiscalus_quiscula n 1 1 @ 1 0 01574560 +quisling n 1 1 @ 1 0 09935793 +quislingism n 1 1 @ 1 0 01205341 +quitclaim n 2 2 @ ; 2 0 06546783 01108641 +quitclaim_deed n 1 2 @ ; 1 0 06546783 +quite_a_little n 1 2 @ ~ 1 0 13774404 +quito n 1 2 @ #p 1 0 08777233 +quittance n 2 2 @ ~ 2 0 13403520 13299651 +quitter n 1 3 @ ~ + 1 0 10502046 +quiver n 4 3 @ ~ + 4 1 07520112 14004572 04035836 00345926 +quivering n 2 3 @ ~ + 2 0 14004572 00345926 +quixotism n 1 1 @ 1 0 05153037 +quiz n 1 3 @ ~ + 1 1 07199191 +quiz_program n 1 1 @ 1 0 06621215 +quizmaster n 1 2 @ ; 1 0 10500942 +quizzer n 1 2 @ + 1 0 10068234 +qum n 1 2 @ #p 1 0 08912703 +quo_warranto n 1 2 @ ; 1 0 01200857 +quodlibet n 1 1 @ 1 0 05815412 +quoin n 3 3 @ #p ; 3 0 04036004 04035912 03109693 +quoit n 1 1 @ 1 0 04036155 +quoits n 1 2 @ - 1 0 00467320 +quonset_hut n 1 1 @ 1 0 03826186 +quoratean n 1 2 @ ~ 1 0 06921392 +quorum n 1 3 @ ~ #m 1 0 08357992 +quota n 3 1 @ 3 1 13599348 13289744 06660396 +quotability n 1 2 @ + 1 0 04807489 +quotation n 4 3 @ ~ + 4 2 06763681 06613056 06756267 01030642 +quotation_mark n 1 2 @ ~ 1 0 06844199 +quote n 2 3 @ ~ + 2 0 06844199 06613056 +quoter n 1 2 @ + 1 0 10502204 +quotient n 2 2 @ ~ 2 0 13824815 13733316 +quotient_verdict n 1 2 @ ; 1 0 01193535 +quran n 1 2 @ %p 1 0 06461609 +qurush n 1 2 @ #p 1 0 13698838 +qwerty_keyboard n 1 1 @ 1 0 04036303 +r n 4 5 @ ~ #m #p ; 4 0 13646031 13590079 06833004 05102101 +r-2 n 1 1 @ 1 0 04036494 +r._b._cattell n 1 1 @ 1 0 10891569 +r._buckminster_fuller n 1 1 @ 1 0 10985440 +r._j._mitchell n 1 1 @ 1 0 11182825 +r.v. n 1 2 @ ~ 1 0 04065272 +r_and_b n 1 1 @ 1 0 07064315 +ra n 3 3 @ #s ; 3 0 14651921 09513216 08633191 +rabat n 1 2 @ #p 1 1 08970445 +rabato n 1 1 @ 1 0 04036648 +rabbet n 1 2 @ + 1 0 04036776 +rabbet_joint n 1 1 @ 1 0 04036963 +rabbet_plane n 1 2 @ ~ 1 0 03849275 +rabbi n 2 5 @ ~ #m + ; 2 1 10502329 06341609 +rabbi_moses_ben_maimon n 1 1 @ 1 0 11149995 +rabbinate n 2 2 @ %m 2 0 08113910 00598678 +rabbit n 3 6 @ ~ #m #p %p + 3 1 02324045 14765324 07666521 +rabbit's-foot_fern n 1 2 @ #m 1 0 13177048 +rabbit-eared_bandicoot n 1 2 @ #m 1 0 01876667 +rabbit-eye_blueberry n 1 1 @ 1 0 12247202 +rabbit-weed n 1 2 @ #m 1 0 11974557 +rabbit_bandicoot n 1 2 @ #m 1 0 01876667 +rabbit_brush n 1 2 @ #m 1 0 11952541 +rabbit_burrow n 1 1 @ 1 0 09403086 +rabbit_bush n 1 2 @ #m 1 0 11952541 +rabbit_ears n 2 2 @ ; 2 0 04037076 02324431 +rabbit_fever n 1 2 @ %p 1 1 14276360 +rabbit_food n 1 2 @ #s 1 0 07708398 +rabbit_hole n 1 1 @ 1 0 09403086 +rabbit_hutch n 1 1 @ 1 0 04037220 +rabbit_punch n 1 1 @ 1 1 00136048 +rabbit_test n 1 1 @ 1 0 05744010 +rabbit_warren n 2 1 @ 2 1 08678515 09474765 +rabbiteye n 1 1 @ 1 0 12247202 +rabbiteye_blueberry n 1 1 @ 1 0 12247202 +rabbitfish n 1 1 @ 1 0 01481498 +rabbitweed n 1 2 @ #m 1 0 11974557 +rabbitwood n 1 3 @ #m %p 1 0 12736999 +rabble n 2 2 @ ~ 2 1 08184600 08401819 +rabble-rouser n 1 1 @ 1 0 10001481 +rabelais n 1 2 @ + 1 0 11251225 +rabi_i n 1 2 @ #p 1 0 15217563 +rabi_ii n 1 2 @ #p 1 0 15217674 +rabidity n 1 2 @ + 1 0 04885784 +rabidness n 1 2 @ + 1 0 04885784 +rabies n 1 1 @ 1 0 14271667 +rabindranath_tagore n 1 1 @ 1 0 11329030 +raccoon n 2 3 @ ~ #m 2 0 14765856 02508021 +raccoon_dog n 1 2 @ #m 1 0 02116450 +raccoon_fox n 1 2 @ #m 1 0 02508742 +race n 6 4 @ ~ + ; 6 4 07472657 07458453 07967982 08110648 11423197 04037873 +race_car n 1 3 @ ~ %p 1 0 04037443 +race_driver n 1 2 @ ~ 1 0 10502576 +race_horse n 1 2 @ ~ 1 0 02382948 +race_meeting n 1 2 @ ; 1 0 07468244 +race_murder n 1 2 @ ~ 1 0 01245159 +race_problem n 1 1 @ 1 1 14410918 +race_riot n 1 1 @ 1 0 01170666 +race_runner n 1 1 @ 1 0 01686044 +raceabout n 1 1 @ 1 0 04037298 +racecard n 1 1 @ 1 0 06748841 +racecourse n 1 3 @ ~ %p 1 0 04037625 +racehorse n 1 2 @ ~ 1 0 02382948 +raceme n 1 2 @ ~ 1 0 13132486 +racemic_acid n 1 1 @ 1 0 15067739 +racer n 4 5 @ ~ #m %p + 4 0 10502576 04037443 02384858 01730812 +racerunner n 1 1 @ 1 0 01686044 +racetrack n 1 3 @ ~ %p 1 0 04037625 +racetrack_tout n 1 1 @ 1 0 10502762 +raceway n 2 3 @ ~ %p 2 0 04037873 04037625 +rachel n 1 2 @ ; 1 0 11251384 +rachel_carson n 1 1 @ 1 0 10884597 +rachel_louise_carson n 1 1 @ 1 0 10884597 +rachet n 1 3 @ #p %p 1 0 04055180 +rachis n 2 4 @ ~ #p %p 2 0 13128976 05588174 +rachischisis n 1 1 @ 1 0 14471224 +rachitis n 2 2 @ + 2 0 14354642 14201311 +rachmaninoff n 1 1 @ 1 0 11251531 +rachmaninov n 1 1 @ 1 0 11251531 +rachycentridae n 1 3 @ #m %m 1 0 02573918 +rachycentron n 1 3 @ #m %m 1 0 02574093 +rachycentron_canadum n 1 2 @ #m 1 0 02574271 +racial_discrimination n 1 2 @ ~ 1 0 01155044 +racial_extermination n 1 2 @ ~ 1 0 01245159 +racial_immunity n 1 1 @ 1 0 14528752 +racial_profiling n 1 1 @ 1 0 01155253 +racial_segregation n 1 2 @ ~ 1 0 08379353 +racialism n 1 3 @ ~ + 1 0 01155044 +racialist n 1 2 @ + 1 0 10502950 +racine n 2 2 @ #p 2 1 11251788 09158501 +raciness n 2 2 @ + 2 0 04992834 04902283 +racing n 1 4 @ ~ + - 1 1 00449295 +racing_boat n 1 2 @ ~ 1 0 04037964 +racing_car n 1 3 @ ~ %p 1 0 04037443 +racing_circuit n 1 2 @ ; 1 0 04038109 +racing_gig n 1 1 @ 1 0 04038231 +racing_shell n 1 3 @ ~ %p 1 0 04190997 +racing_skate n 1 1 @ 1 0 04273972 +racing_skiff n 1 1 @ 1 0 04038338 +racing_start n 1 2 @ ~ 1 0 07329737 +racing_yacht n 1 1 @ 1 0 04610013 +racism n 2 3 @ ~ + 2 0 06203758 01155044 +racist n 1 2 @ + 1 1 10502950 +rack n 7 4 @ ~ %p + 7 1 04038727 07668073 07335581 04039041 04038440 00423916 00287276 +rack_and_pinion n 1 1 @ 1 0 04039209 +rack_of_lamb n 1 1 @ 1 0 07668356 +rack_railway n 1 1 @ 1 0 03065063 +rack_rent n 1 1 @ 1 0 13296194 +racker n 1 1 @ 1 0 10503138 +racket n 4 4 @ ~ %p + 4 2 07390945 00775943 05720248 04039381 +racket_club n 1 2 @ ~ 1 0 08230110 +racketeer n 1 4 @ ~ #m + 1 1 10503247 +racketeer_influenced_and_corrupt_organizations_act n 1 2 @ ; 1 0 06533039 +racketeering n 1 2 @ + 1 0 00776165 +racketiness n 1 3 @ ~ + 1 0 04981474 +racon n 1 1 @ 1 0 07263897 +raconteur n 1 2 @ ~ 1 0 09793352 +racoon n 1 3 @ ~ #m 1 0 02508021 +racquet n 1 3 @ ~ %p 1 0 04039381 +racquetball n 2 1 @ 2 0 04039742 00479616 +rad n 2 2 @ %p 2 0 13646557 13612042 +radar n 1 3 @ ~ %p 1 1 04039848 +radar_beacon n 1 1 @ 1 0 07263897 +radar_dome n 1 2 @ #p 1 0 04045255 +radar_echo n 1 2 @ ~ 1 0 07263503 +radar_fire n 1 1 @ 1 0 00992221 +radar_target n 1 1 @ 1 0 07263358 +radclyffe_hall n 1 1 @ 1 0 11025125 +raddle n 1 1 @ 1 0 15008287 +radhakrishnan n 1 1 @ 1 0 11251995 +radial n 1 1 @ 1 0 04040247 +radial-ply_tire n 1 1 @ 1 0 04040247 +radial_artery n 1 1 @ 1 0 05338847 +radial_asymmetry n 1 3 ! @ ~ 1 0 05066490 +radial_engine n 1 1 @ 1 0 04040373 +radial_keratotomy n 1 1 @ 1 0 00680018 +radial_nerve n 1 1 @ 1 0 05504807 +radial_pulse n 1 1 @ 1 0 15281071 +radial_symmetry n 1 2 ! @ 1 0 05065555 +radial_tire n 1 1 @ 1 0 04040247 +radial_vein n 1 2 @ #p 1 0 05379039 +radial_velocity n 1 1 @ 1 0 15284158 +radian n 1 2 @ %p 1 0 13612042 +radiance n 3 3 @ ~ + 3 2 11463371 04953954 14051201 +radiancy n 1 3 @ ~ + 1 0 04953954 +radiant_energy n 1 2 @ ~ 1 0 11499091 +radiant_flux n 1 2 @ ~ 1 0 15287351 +radiant_heating n 1 1 @ 1 0 13545036 +radiatio_optica n 1 1 @ 1 0 05229049 +radiation n 7 4 @ ~ + ; 7 2 11499284 01252918 14308472 13545184 07439883 05503555 00705580 +radiation_diagram n 1 2 @ %p 1 0 07005270 +radiation_field n 1 1 @ 1 0 11477582 +radiation_pattern n 1 2 @ %p 1 0 07005270 +radiation_pressure n 1 2 @ ~ 1 0 11497173 +radiation_pyrometer n 1 1 @ 1 0 04040540 +radiation_sickness n 1 1 @ 1 0 14308472 +radiation_syndrome n 1 1 @ 1 0 14308472 +radiation_therapy n 1 3 @ ~ ; 1 0 00705580 +radiator n 3 5 @ ~ #p %p + 3 1 09403211 04041069 04040759 +radiator_cap n 1 2 @ #p 1 0 04041243 +radiator_grille n 1 2 @ #p 1 0 03459775 +radiator_hose n 1 2 @ #p 1 0 04041408 +radical n 6 4 @ ~ #p ; 6 3 14621446 14874196 10503452 13731530 06841159 06300193 +radical_cell n 1 4 @ ~ %m ; 1 0 08358963 +radical_chic n 1 1 @ 1 0 00756034 +radical_hysterectomy n 1 1 @ 1 0 00677434 +radical_mastectomy n 1 1 @ 1 0 00685837 +radical_sign n 1 1 @ 1 0 06812188 +radicalism n 1 2 @ ~ 1 1 06219875 +radicchio n 1 1 @ 1 0 07731006 +radicle n 1 3 @ #p ; 1 0 05236152 +radiculitis n 1 1 @ 1 0 14354751 +radiigera n 1 3 @ #m %m 1 0 13045429 +radiigera_fuscogleba n 1 2 @ #m 1 0 13045594 +radio n 3 6 @ ~ #p %p + - 3 3 06277135 04043733 04041544 +radio-controlled_aircraft n 1 1 @ 1 0 03245889 +radio-frequency_spectrum n 1 3 @ #p %p 1 0 11500968 +radio-gramophone n 1 3 @ #p %p 1 0 04043411 +radio-opacity n 1 1 @ 1 0 11490335 +radio-phonograph n 1 3 @ #p %p 1 0 04043411 +radio_aerial n 1 1 @ 1 0 04041747 +radio_announcer n 1 1 @ 1 0 10503710 +radio_antenna n 1 1 @ 1 0 04041747 +radio_astronomy n 1 1 @ 1 0 06096759 +radio_beacon n 2 1 @ 2 0 07264086 04041930 +radio_beam n 1 1 @ 1 0 06792645 +radio_brightness n 1 1 @ 1 1 04954412 +radio_broadcast n 1 1 @ 1 0 06622366 +radio_chassis n 1 2 @ #p 1 0 04042076 +radio_compass n 1 1 @ 1 0 04042204 +radio_detection_and_ranging n 1 3 @ ~ %p 1 0 04039848 +radio_emission n 1 3 @ ~ #p 1 1 11499817 +radio_frequency n 1 3 @ ~ #p 1 0 05056490 +radio_interferometer n 1 1 @ 1 0 04042632 +radio_link n 1 2 @ ~ 1 0 04042795 +radio_news n 1 1 @ 1 0 06683513 +radio_noise n 1 1 @ 1 1 07432034 +radio_observation n 1 1 @ 1 1 01247969 +radio_operator n 1 2 @ ~ 1 0 10504426 +radio_radiation n 1 3 @ ~ #p 1 1 11499817 +radio_receiver n 1 4 @ ~ #p %p 1 0 04043733 +radio_reflector n 1 3 @ ~ %p 1 1 04044716 +radio_set n 1 4 @ ~ #p %p 1 0 04043733 +radio_signal n 1 1 @ 1 0 11500570 +radio_source n 1 1 @ 1 1 09403333 +radio_spectrum n 1 3 @ #p %p 1 1 11500968 +radio_station n 1 4 @ ~ #p %p 1 0 04044119 +radio_telescope n 1 3 @ ~ %p 1 1 04044716 +radio_transmitter n 1 3 @ ~ #p 1 1 04045085 +radio_wave n 1 3 @ ~ #p 1 1 11499817 +radioactive_dating n 1 1 @ 1 0 01004377 +radioactive_decay n 1 2 @ ~ 1 0 13456899 +radioactive_dust n 1 1 @ 1 0 14858950 +radioactive_iodine_excretion_test n 1 1 @ 1 0 05744620 +radioactive_iodine_test n 1 2 @ ~ 1 0 05744421 +radioactive_iodine_uptake_test n 1 1 @ 1 0 05744792 +radioactive_material n 1 2 @ ~ 1 0 15002233 +radioactive_waste n 1 2 @ ~ 1 0 15002346 +radioactivity n 1 3 @ ~ + 1 0 13545184 +radioactivity_unit n 1 2 @ ~ 1 0 13635336 +radiobiologist n 1 2 @ ~ 1 0 10503818 +radiobiology n 1 1 @ 1 0 06082834 +radiocarbon n 1 1 @ 1 0 14633856 +radiocarbon_dating n 1 1 @ 1 0 00992732 +radiocarpal_joint n 1 3 @ #p %p 1 0 05584928 +radiochemist n 1 2 @ + 1 0 10364502 +radiochemistry n 1 2 @ + 1 0 06090540 +radiochlorine n 1 1 @ 1 1 14634999 +radiocommunication n 1 2 @ - 1 0 06277135 +radiogram n 2 2 @ ~ 2 0 06276401 04042358 +radiograph n 1 2 @ ~ 1 0 04042358 +radiographer n 1 2 @ + 1 0 10503965 +radiography n 2 3 @ ~ + 2 0 13545382 00904428 +radioimmunoassay n 1 1 @ 1 0 05740804 +radioisotope n 1 2 @ ~ 1 0 14619857 +radiolaria n 1 3 @ #m %m 1 0 01390899 +radiolarian n 1 2 @ #m 1 0 01391028 +radiolocation n 1 4 @ ~ %p + 1 0 04039848 +radiologic_technologist n 1 1 @ 1 0 10504090 +radiologist n 1 2 @ + 1 0 10504206 +radiology n 2 5 @ ~ + ; - 2 0 06062407 00903309 +radiolysis n 1 1 @ 1 0 13545627 +radiometer n 1 2 @ ~ 1 0 04042985 +radiomicrometer n 1 1 @ 1 0 04043168 +radiopacity n 1 2 @ + 1 0 11490335 +radiopaque_dye n 1 1 @ 1 0 15001212 +radiopharmaceutical n 1 1 @ 1 0 04043268 +radiophone n 1 3 @ ~ + 1 0 04044498 +radiophoto n 1 1 @ 1 0 04043619 +radiophotograph n 1 1 @ 1 0 04043619 +radiophotography n 1 1 @ 1 0 00907235 +radioprotection n 1 1 @ 1 0 14540455 +radioscopy n 1 3 @ ~ ; 1 0 00903309 +radiosensitivity n 1 2 @ + 1 0 05654201 +radiotelegraph n 2 1 @ 2 0 06275471 04044307 +radiotelegraphic_signal n 1 2 @ ~ 1 0 06805665 +radiotelegraphy n 2 1 @ 2 0 06275471 04044307 +radiotelephone n 2 3 @ ~ + 2 0 06276501 04044498 +radiotelephony n 1 2 @ + 1 0 06276501 +radiotherapist n 1 2 @ + 1 0 10504206 +radiotherapy n 1 4 @ ~ + ; 1 0 00705580 +radiotherapy_equipment n 1 1 @ 1 0 04044955 +radiothorium n 1 1 @ 1 0 14658422 +radish n 5 6 @ ~ #m #p %s %p 5 1 07735687 11895092 11894958 11894770 11894327 +radish_plant n 1 4 @ ~ #m %p 1 0 11894327 +radium n 1 2 @ #s 1 0 14651921 +radium_therapy n 1 1 @ 1 0 00706019 +radius n 5 4 @ ~ #p + 5 3 05102101 13871538 08628578 05593318 04283378 +radius_of_curvature n 1 1 @ 1 1 05102578 +radius_vector n 2 1 @ 2 0 05865311 05865174 +radix n 1 2 @ ; 1 0 13597794 +radome n 1 2 @ #p 1 0 04045255 +radon n 1 1 @ 1 0 14652104 +radyera n 1 3 @ #m %m 1 0 12185687 +radyera_farragei n 1 2 @ #m 1 0 12185859 +raetam n 1 2 @ #m 1 0 12567490 +raf n 2 2 @ ; 2 0 08195132 08041106 +raffaello_santi n 1 1 @ 1 0 11254028 +raffaello_sanzio n 1 1 @ 1 0 11254028 +raffia n 3 4 @ #m #s %m 3 0 15002546 12595305 12594746 +raffia_farinifera n 1 4 @ ~ #m %s 1 0 12594989 +raffia_palm n 1 4 @ ~ #m %s 1 0 12594989 +raffia_ruffia n 1 4 @ ~ #m %s 1 0 12594989 +raffia_taedigera n 1 1 @ 1 0 12595452 +raffia_vinifera n 1 1 @ 1 0 12595699 +raffinose n 1 1 @ 1 0 15002679 +raffle n 1 2 @ + 1 0 00508672 +raffles n 1 1 @ 1 0 11252222 +rafflesiaceae n 1 2 @ #m 1 0 11803118 +raft n 2 3 @ ~ + 2 1 04045397 13774404 +raft_foundation n 1 1 @ 1 0 04045787 +rafter n 2 2 @ + 2 1 04045644 10504545 +raftman n 1 1 @ 1 0 10504545 +rafts n 1 1 @ 1 0 13777509 +raftsman n 1 1 @ 1 0 10504545 +rag n 5 5 @ ~ %p + ; 5 1 04045941 15170786 07060844 06267893 00514658 +rag_day n 1 3 @ #p ; 1 0 15171008 +rag_doll n 1 1 @ 1 0 04046172 +rag_gourd n 1 4 @ ~ #m %p 1 0 12166424 +rag_paper n 1 1 @ 1 0 14694672 +rag_trade n 1 1 @ 1 0 08066317 +rag_week n 1 3 @ %p ; 1 0 15170786 +ragamuffin n 1 1 @ 1 1 10504664 +ragbag n 2 1 @ 2 0 08399977 04046091 +rage n 5 3 @ ~ + 5 3 07516997 14036735 14039179 13980128 05751173 +ragee n 1 2 @ #m 1 0 12118661 +ragged-fringed_orchid n 1 1 @ 1 0 12067193 +ragged_orchid n 1 1 @ 1 0 12067193 +ragged_orchis n 1 1 @ 1 0 12067193 +ragged_robin n 1 1 @ 1 0 11811706 +raggedness n 2 3 @ ~ + 2 0 04948241 04817168 +ragi n 1 2 @ #m 1 0 12118661 +raglan n 1 2 @ %p 1 0 04046277 +raglan_sleeve n 1 2 @ #p 1 0 04046400 +ragnar_anton_kittil_frisch n 1 1 @ 1 0 10983007 +ragnar_frisch n 1 1 @ 1 0 10983007 +ragnarok n 1 1 @ 1 0 06372925 +ragout n 1 2 @ ~ 1 0 07592656 +ragpicker n 1 1 @ 1 0 10504805 +ragpicker's_disease n 1 1 @ 1 0 14072934 +ragsorter n 1 1 @ 1 0 10504956 +ragsorter's_disease n 1 1 @ 1 0 14072934 +ragtag n 1 2 @ ~ 1 0 08401819 +ragtag_and_bobtail n 1 2 @ ~ 1 0 08401819 +ragtime n 1 1 @ 1 0 07060844 +ragusa n 1 2 @ #p 1 0 08818835 +ragweed n 2 3 @ ~ #m 2 0 12012253 11919447 +ragweed_pollen n 1 1 @ 1 0 14585392 +ragwort n 2 2 @ #m 2 0 12012253 12012111 +rahu n 1 1 @ 1 0 09528032 +raid n 2 3 @ ~ + 2 1 00976953 00777324 +raider n 2 4 @ ~ + ; 2 0 10443170 08076253 +rail n 5 6 @ ~ #m #p %p + 5 2 04047401 04046810 04463679 04046590 02014941 +rail-splitter n 1 1 @ 1 0 10505206 +rail_fence n 1 3 @ ~ %p 1 1 04046974 +rail_line n 1 3 @ ~ %p 1 0 03671272 +rail_technology n 1 2 @ ~ 1 0 00951037 +railbird n 1 1 @ 1 0 10505085 +railcar n 1 4 @ ~ #m %p 1 0 02959942 +railhead n 2 1 @ 2 1 04047139 04047291 +railing n 2 5 @ ~ #p %p + 2 1 04047401 04047733 +raillery n 1 2 @ ~ 1 0 06777794 +railroad n 2 5 @ ~ #p %p + 2 1 04048568 04048075 +railroad_bed n 1 2 @ #p 1 0 04047834 +railroad_car n 1 4 @ ~ #m %p 1 0 02959942 +railroad_engineer n 1 2 @ ~ 1 0 10057714 +railroad_flat n 1 1 @ 1 0 04047949 +railroad_line n 1 2 @ ~ 1 0 04048568 +railroad_man n 1 2 @ ~ 1 0 10722758 +railroad_siding n 1 1 @ 1 1 04216106 +railroad_station n 1 2 @ ~ 1 1 04049098 +railroad_terminal n 1 2 @ ~ 1 1 04049098 +railroad_ticket n 1 1 @ 1 0 06519607 +railroad_tie n 1 2 @ #p 1 0 04433585 +railroad_track n 1 4 @ ~ #p %p 1 0 04048075 +railroad_train n 1 4 @ ~ %m - 1 1 04468005 +railroad_tunnel n 1 2 @ ~ 1 0 04048441 +railroad_vine n 1 1 @ 1 0 12828628 +railroad_worm n 1 2 @ #m 1 0 02196896 +railroader n 1 2 @ ~ 1 0 10722758 +railroading n 1 3 @ ~ + 1 0 00951037 +rails n 1 3 @ ~ #p 1 0 04463679 +railway n 2 4 @ ~ #p %p 2 2 04048568 04048075 +railway_car n 1 4 @ ~ #m %p 1 0 02959942 +railway_junction n 1 1 @ 1 0 04048979 +railway_line n 2 3 @ ~ %p 2 0 04048568 03671272 +railway_locomotive n 1 4 @ ~ #m %p 1 0 03684823 +railway_man n 1 2 @ ~ 1 0 10722758 +railway_station n 1 2 @ ~ 1 1 04049098 +railway_system n 1 2 @ ~ 1 1 04048568 +railway_yard n 1 2 @ ~ 1 0 04611154 +railwayman n 1 2 @ ~ 1 0 10722758 +railyard n 1 2 @ ~ 1 0 04611154 +raiment n 1 3 @ ~ + 1 0 02742322 +rain n 3 4 @ ~ %p + 3 2 11501381 15008607 05045208 +rain-giver n 1 1 @ 1 0 09574446 +rain-in-the-face n 1 1 @ 1 0 11252392 +rain-wash n 1 1 @ 1 0 13545733 +rain_barrel n 1 1 @ 1 0 04049303 +rain_check n 2 1 @ 2 0 07228630 06520571 +rain_cloud n 1 2 @ %p 1 1 09371686 +rain_dance n 1 2 @ ~ 1 1 00542711 +rain_date n 1 1 @ 1 0 15160216 +rain_forest n 1 2 @ ~ 1 0 08439126 +rain_gage n 1 1 @ 1 0 04049585 +rain_gauge n 1 1 @ 1 0 04049585 +rain_shadow n 1 1 @ 1 0 08628746 +rain_shower n 1 2 @ ~ 1 0 11502497 +rain_stick n 1 1 @ 1 0 04049753 +rain_tree n 1 1 @ 1 0 11759853 +rainbow n 2 2 @ #p 2 1 09403427 05950982 +rainbow_cactus n 1 2 @ #m 1 0 11846425 +rainbow_fish n 1 1 @ 1 0 01448594 +rainbow_lorikeet n 1 2 @ #m 1 0 01821076 +rainbow_perch n 1 2 @ #m 1 0 02571167 +rainbow_pink n 1 2 @ ~ 1 0 11808721 +rainbow_runner n 1 1 @ 1 0 02577403 +rainbow_seaperch n 1 2 @ #m 1 0 02571167 +rainbow_shower n 1 1 @ 1 0 12492682 +rainbow_smelt n 2 4 @ #m #p %p 2 0 07798728 02540791 +rainbow_trout n 2 4 @ #m #p %p 2 0 07794605 02537525 +raincoat n 1 2 @ ~ 1 0 04049405 +raindrop n 1 2 @ #p 1 0 11501649 +rainer_maria_rilke n 1 1 @ 1 0 11262574 +rainfall n 1 3 @ ~ %p 1 1 11501381 +rainfly n 1 2 @ #p 1 0 04412097 +rainforest n 1 2 @ ~ 1 0 08439126 +raininess n 1 1 @ 1 0 05037037 +rainmaker n 2 2 @ ; 2 0 10505459 10505347 +rainmaking n 1 1 @ 1 0 00922054 +rainstorm n 1 2 @ ~ 1 0 11501737 +rainwater n 1 1 @ 1 0 15008607 +rainy_day n 1 2 @ ; 1 0 15294745 +rainy_season n 1 3 ! @ ~ 1 0 15238895 +raise n 4 4 @ ~ + ; 4 1 05110185 09206985 00803208 00116376 +raised_doughnut n 1 2 @ ~ 1 0 07639188 +raiser n 2 3 @ ~ + 2 0 10505613 09779790 +raisin n 1 2 @ ~ 1 0 07752664 +raisin-nut_cookie n 1 1 @ 1 0 07637398 +raisin_bran n 1 1 @ 1 0 07705221 +raisin_bread n 1 1 @ 1 0 07684517 +raisin_cookie n 1 1 @ 1 0 07637652 +raisin_moth n 1 2 @ #m 1 0 02290870 +raising n 3 2 @ + 3 1 07370671 04922113 01129532 +raising_hell n 1 1 @ 1 0 01223032 +raison_d'etre n 2 1 @ 2 0 05794618 05149589 +raita n 1 1 @ 1 0 07849619 +raiu n 1 1 @ 1 0 05744792 +raj n 1 1 @ 1 0 14443345 +raja n 2 3 @ #m %m 2 0 10505732 01501450 +raja_batis n 1 2 @ #m 1 0 01501641 +raja_erinacea n 1 2 @ #m 1 0 01501777 +raja_laevis n 1 2 @ #m 1 0 01502101 +raja_radiata n 1 2 @ #m 1 0 01501948 +rajab n 1 2 @ #p 1 0 15218037 +rajah n 1 1 @ 1 1 10505732 +rajanya n 1 1 @ 1 0 08307145 +rajidae n 1 3 @ #m %m 1 0 01500995 +rajiformes n 1 3 @ #m %m 1 0 01496617 +rajpoot n 1 1 @ 1 0 10505816 +rajput n 1 1 @ 1 0 10505816 +rakaposhi n 1 2 @ #p 1 0 09403581 +rake n 3 4 @ ~ %p + 3 0 10505942 05069199 04050066 +rake-off n 1 2 @ + 1 0 13289306 +rake_handle n 1 2 @ #p 1 0 04050313 +rakehell n 1 1 @ 1 0 10505942 +rakishness n 2 2 @ + 2 0 04884995 04814025 +rale n 1 2 @ ~ 1 0 07391240 +ralegh n 1 1 @ 1 0 11252627 +raleigh n 2 2 @ #p 2 0 11252627 09127844 +rallidae n 1 3 @ #m %m 1 0 02014646 +rally n 5 4 @ ~ + ; 5 2 08358332 00045646 13545845 07459157 01166517 +rallying n 2 2 @ + 2 1 01230685 00045646 +rallying_cry n 2 1 @ 2 0 07152752 07123404 +rallying_point n 1 1 @ 1 1 06607067 +ralph_barton_perry n 1 1 @ 1 0 11230669 +ralph_bunche n 1 1 @ 1 0 10871270 +ralph_ellison n 1 1 @ 1 0 10958182 +ralph_johnson_bunche n 1 1 @ 1 0 10871270 +ralph_richardson n 1 1 @ 1 0 11261184 +ralph_vaughan_williams n 1 1 @ 1 0 11361585 +ralph_waldo_ellison n 1 1 @ 1 0 10958182 +ralph_waldo_emerson n 1 1 @ 1 0 10958552 +ram n 5 5 @ ~ %p + ; 5 1 04052757 09752246 08686129 04050410 02412080 +ram's-head n 1 1 @ 1 0 12056990 +ram's-head_lady's_slipper n 1 1 @ 1 0 12056990 +ram's_horn n 1 2 @ #m 1 0 12875269 +ram_disk n 1 3 @ #p ; 1 0 04050600 +rama n 1 2 @ ~ 1 0 09530867 +ramachandra n 1 1 @ 1 0 09531186 +ramadan n 2 3 @ #p ; 2 0 15218272 01243089 +ramalina n 1 2 @ #m 1 0 12990250 +ramanavami n 1 2 @ #p 1 0 15219874 +ramayana n 1 1 @ 1 0 06464024 +ramble n 1 2 @ + 1 0 00284409 +rambler n 2 2 @ + 2 0 10506220 10506094 +rambotan n 2 4 @ #m #p %p 2 0 12745386 07769731 +rambouillet n 1 1 @ 1 0 02414442 +rambutan n 2 4 @ #m #p %p 2 0 12745386 07769731 +rambutan_tree n 1 3 @ #m %p 1 0 12745386 +rameau n 1 1 @ 1 0 11252915 +ramee n 1 2 @ #m 1 0 12393269 +ramekin n 2 1 @ 2 0 07937621 04050933 +ramequin n 2 1 @ 2 0 07937621 04050933 +rameses n 1 2 @ ~ 1 0 11253097 +rameses_ii n 1 1 @ 1 0 11253248 +rameses_the_great n 1 1 @ 1 0 11253248 +ramesses n 1 2 @ ~ 1 0 11253097 +ramesses_ii n 1 1 @ 1 0 11253248 +ramesses_the_great n 1 1 @ 1 0 11253248 +ramie n 1 2 @ #m 1 0 12393269 +ramification n 4 4 @ ~ #p + 4 1 00388392 13913849 07423899 05083200 +ramipril n 1 1 @ 1 0 04051068 +ramjet n 1 1 @ 1 0 04051269 +ramjet_engine n 1 1 @ 1 0 04051269 +ramman n 1 2 @ ; 1 0 09521521 +rammer n 1 2 @ + 1 0 04051439 +ramon_lully n 1 1 @ 1 0 11145085 +ramon_y_cajal n 1 1 @ 1 0 11253455 +ramona n 1 2 @ %p 1 0 12865824 +ramontchi n 1 2 @ #m 1 0 12378249 +ramp n 3 3 @ ~ + 3 1 04051549 12435338 04615728 +rampage n 1 3 @ ~ + 1 0 00554541 +rampant_arch n 1 1 @ 1 0 04051705 +rampart n 1 3 @ ~ #p 1 1 04051825 +ramphastidae n 1 3 @ #m %m 1 0 01843238 +ramphomicron n 1 3 @ #m %m 1 0 01834412 +rampion n 1 1 @ 1 0 12038898 +rampion_bellflower n 1 1 @ 1 0 12038898 +ramrod n 3 1 @ 3 1 04052235 10506336 04052346 +ramsay_hunt_syndrome n 1 1 @ 1 0 14308945 +ramses n 1 2 @ ~ 1 0 11253097 +ramses_ii n 1 1 @ 1 0 11253248 +ramses_the_great n 1 1 @ 1 0 11253248 +ramsons n 1 1 @ 1 0 12435649 +ramus n 1 2 @ %p 1 0 05276290 +rana n 1 3 @ #m %m 1 0 01640567 +rana_cascadae n 1 2 @ #m 1 0 01641930 +rana_catesbeiana n 1 2 @ #m 1 0 01641577 +rana_clamitans n 1 2 @ #m 1 0 01641739 +rana_goliath n 1 2 @ #m 1 0 01642097 +rana_palustris n 1 2 @ #m 1 0 01642257 +rana_pipiens n 1 2 @ #m 1 0 01641391 +rana_sylvatica n 1 2 @ #m 1 0 01641206 +rana_tarahumarae n 1 2 @ #m 1 0 01642391 +rana_temporaria n 1 2 @ #m 1 0 01642539 +ranales n 1 3 @ #m %m 1 0 11692952 +ranalian_complex n 1 3 @ #m %m 1 0 11667112 +ranatra n 1 2 @ #m 1 0 02242816 +ranch n 1 2 @ + 1 1 04052442 +ranch_hand n 1 2 @ ~ 1 0 10506544 +ranch_house n 1 1 @ 1 1 04052658 +rancher n 1 3 @ ~ + 1 1 10506417 +ranching n 1 3 @ ~ + 1 0 00920062 +rancidity n 1 2 @ + 1 0 14561839 +rancidness n 1 2 @ + 1 0 04992431 +rancor n 1 3 @ ~ + 1 1 07548978 +rancour n 1 2 @ ~ 1 0 07548978 +rand n 3 3 @ #p %p 3 0 13696523 11253630 09001881 +randall_jarrell n 1 1 @ 1 0 11080884 +random-access_memory n 1 3 @ ~ %p 1 1 04052757 +random_access_memory n 1 3 @ ~ %p 1 0 04052757 +random_memory n 1 3 @ ~ %p 1 1 04052757 +random_number_generator n 1 1 @ 1 0 06584049 +random_sample n 2 2 @ ; 2 0 06026885 05822507 +random_sampling n 1 2 @ ~ 1 0 00162055 +random_variable n 1 1 @ 1 1 05864177 +random_walk n 1 1 @ 1 0 13545973 +randomisation n 1 2 @ + 1 0 01009001 +randomization n 1 2 @ + 1 1 01009001 +randomness n 2 4 @ ~ + ; 2 0 05012585 04771332 +ranee n 1 1 @ 1 0 10506642 +range n 9 5 @ ~ %p + ; 9 5 05125377 08628921 08629199 09403734 04053218 08399586 08000304 05623628 04330340 +range_animal n 1 1 @ 1 0 01315805 +range_finder n 1 1 @ 1 0 04053508 +range_hood n 1 1 @ 1 0 04053677 +range_of_a_function n 1 2 @ ; 1 0 08000304 +range_of_mountains n 1 3 @ ~ %p 1 0 09403734 +range_pole n 1 1 @ 1 0 04053767 +rangefinder n 1 1 @ 1 0 04053508 +rangeland n 1 1 @ 1 0 09405078 +ranger n 3 3 @ ~ ; 3 0 10704712 10092098 09942275 +rangifer n 1 3 @ #m %m 1 0 02433796 +rangifer_arcticus n 1 1 @ 1 0 02434415 +rangifer_caribou n 1 1 @ 1 0 02434190 +rangifer_tarandus n 1 3 @ ~ #m 1 0 02433925 +ranging_pole n 1 1 @ 1 0 04053767 +rangoon n 1 2 @ #p 1 0 08715777 +rangpur n 1 2 @ #m 1 0 12711398 +rangpur_lime n 1 2 @ #m 1 0 12711398 +rani n 1 1 @ 1 0 10506642 +ranid n 1 4 @ ~ #m %p 1 0 01640846 +ranidae n 1 3 @ #m %m 1 0 01640383 +ranier n 1 2 @ #p 1 0 09405169 +ranitidine n 1 1 @ 1 0 04053995 +rank n 5 6 @ ~ #m %m + ; 5 5 08431942 14429985 08398179 13947415 08400965 +rank-difference_correlation n 1 2 @ ; 1 0 06034301 +rank-difference_correlation_coefficient n 1 2 @ ; 1 0 06034301 +rank-order_correlation n 1 2 @ ; 1 0 06034301 +rank-order_correlation_coefficient n 1 2 @ ; 1 0 06034301 +rank_and_file n 2 3 @ %m ; 2 1 08398179 08401711 +rank_order n 1 1 @ 1 0 01010245 +ranker n 2 3 @ + ; 2 0 10506915 10506762 +rankin n 1 1 @ 1 0 11253802 +rankine n 1 1 @ 1 0 13714905 +rankine_scale n 1 1 @ 1 0 13853198 +ranking n 1 2 @ + 1 0 14429484 +rankness n 2 3 @ ~ + 2 0 05147586 04980656 +ransacking n 1 2 @ + 1 0 00946806 +ransom n 3 2 @ + 3 2 13284048 01121585 00096851 +ransom_money n 1 1 @ 1 1 13284048 +rant n 2 3 @ ~ + 2 0 07242912 07087777 +ranter n 1 2 @ + 1 0 10507070 +ranting n 1 3 @ ~ + 1 0 07242912 +ranula n 1 1 @ 1 0 14202673 +ranunculaceae n 1 3 @ #m %m 1 0 11719468 +ranunculales n 1 3 @ #m %m 1 0 11692952 +ranunculus n 1 3 @ #m %m 1 0 11720088 +ranunculus_acris n 1 1 @ 1 0 11720643 +ranunculus_aquatilis n 1 2 @ #m 1 0 11720891 +ranunculus_bulbosus n 1 1 @ 1 0 11721124 +ranunculus_ficaria n 1 2 @ #m 1 0 11721337 +ranunculus_flammula n 1 2 @ #m 1 0 11721642 +ranunculus_glaberrimus n 1 2 @ #m 1 0 11721844 +ranunculus_lingua n 1 2 @ #m 1 0 11722036 +ranunculus_lyalii n 1 1 @ 1 0 11722199 +ranunculus_occidentalis n 1 1 @ 1 0 11722342 +ranunculus_repens n 1 1 @ 1 0 11722466 +ranunculus_sceleratus n 1 1 @ 1 0 11722621 +ranvier's_nodes n 1 2 @ #p 1 0 05464534 +raoul_dufy n 1 1 @ 1 0 10944468 +raoulia n 1 3 @ #m %m 1 0 12006081 +raoulia_australis n 1 2 @ #m 1 0 12006306 +raoulia_lutescens n 1 2 @ #m 1 0 12006306 +rap n 6 4 @ ~ + ; 6 1 06713752 07410021 07388987 07141537 07064055 00133338 +rap_group n 1 1 @ 1 0 08479795 +rap_music n 1 1 @ 1 0 07064055 +rap_session n 1 1 @ 1 0 07141644 +rap_sheet n 1 1 @ 1 0 06502858 +rapaciousness n 2 2 @ + 2 0 04886402 04834817 +rapacity n 2 2 @ + 2 0 04886402 00758525 +rapateaceae n 1 2 @ #m 1 0 12608778 +rape n 3 5 @ ~ #m %s + 3 0 11879722 00966384 00773402 +rape_conviction n 1 2 @ ; 1 0 01194125 +rape_oil n 1 2 @ #s 1 0 11880032 +rape_suspect n 1 1 @ 1 0 10507380 +raper n 1 2 @ + 1 0 10507230 +rapeseed n 1 3 @ #s %s 1 0 11879895 +rapeseed_oil n 1 2 @ #s 1 0 11880032 +raphael n 2 1 @ 2 0 11254028 09539640 +raphanus n 1 3 @ #m %m 1 0 11894173 +raphanus_raphanistrum n 1 2 @ #m 1 0 11894558 +raphanus_sativus n 1 3 @ #m %s 1 0 11894770 +raphanus_sativus_longipinnatus n 1 1 @ 1 0 11895092 +raphe n 1 3 @ ~ #p 1 0 05276425 +raphia n 2 3 @ #m %m 2 0 15002546 12594746 +raphicerus n 1 3 @ #m %m 1 0 02426339 +raphicerus_campestris n 1 2 @ #m 1 0 02426481 +raphidae n 1 3 @ #m %m 1 0 01810946 +raphidiidae n 1 3 @ #m %m 1 0 02267019 +raphus n 1 3 @ #m %m 1 0 01811104 +raphus_cucullatus n 1 2 @ #m 1 0 01811243 +rapid n 1 2 @ #p 1 0 09405396 +rapid_city n 1 2 @ #p 1 0 09139698 +rapid_climb n 1 1 @ 1 0 07375525 +rapid_eye_movement n 1 1 @ 1 0 14025755 +rapid_eye_movement_sleep n 1 1 @ 1 0 14025755 +rapid_growth n 1 1 @ 1 0 07375525 +rapid_transit n 1 1 @ 1 1 04054213 +rapidity n 1 3 @ ~ + 1 1 05059132 +rapidness n 1 3 @ ~ + 1 0 05059132 +rapier n 1 1 @ 1 0 04054361 +rapine n 1 1 @ 1 0 00966384 +rapist n 1 1 @ 1 1 10507230 +rappahannock n 1 2 @ #p 1 0 09405515 +rappahannock_river n 1 2 @ #p 1 0 09405515 +rappee n 1 1 @ 1 0 04054471 +rappel n 1 2 @ ; 1 0 00326809 +rappeller n 1 1 @ 1 0 09757449 +rapper n 2 2 @ #p 2 0 10507482 03626760 +rapport n 1 1 @ 1 1 13811740 +rapporteur n 1 1 @ 1 0 10507565 +rapprochement n 1 1 @ 1 0 01205827 +rapscallion n 2 2 @ ~ 2 0 10536728 10200047 +raptor n 1 3 @ ~ + 1 0 01604330 +raptores n 1 2 @ #m 1 0 01604123 +raptorial_bird n 1 2 @ ~ 1 0 01604330 +rapture n 2 2 @ + 2 1 13986372 13988101 +raptus n 2 2 @ ~ 2 0 14081941 13986372 +raptus_hemorrhagicus n 1 1 @ 1 0 14087096 +rara_avis n 1 1 @ 1 0 10507692 +rare-earth_element n 1 2 @ ~ 1 0 14624743 +rare_bird n 1 1 @ 1 0 10507692 +rare_earth n 1 2 @ ~ 1 1 14624743 +rarebit n 1 1 @ 1 0 07880325 +raree-show n 2 1 @ 2 0 08408115 00519669 +rarefaction n 1 2 @ + 1 0 07419408 +rareness n 1 2 @ + 1 0 05117237 +rariora n 1 2 @ ; 1 0 04054566 +rarity n 3 3 @ ~ + 3 0 05117237 05089612 03149951 +ras n 1 2 @ #p 1 0 05502375 +ras_tafari n 1 1 @ 1 0 11022309 +ras_tafari_makonnen n 1 1 @ 1 0 11022309 +rascal n 2 3 @ ~ + 2 1 10536728 10200047 +rascality n 3 2 @ ~ 3 0 04909721 04875728 00736375 +rash n 2 2 @ ~ 2 0 14321953 08459087 +rasher n 1 1 @ 1 0 02644501 +rashness n 2 3 @ ~ + 2 0 04894204 04661926 +rasht n 1 2 @ #p 1 0 08912153 +rashtriya_swayamsevak_sangh n 1 2 @ ; 1 0 08235623 +rask n 1 1 @ 1 0 11254213 +raskolnikov n 1 1 @ 1 0 10507783 +rasmus_christian_rask n 1 1 @ 1 0 11254213 +rasmussen n 1 1 @ 1 0 11254393 +rasp n 2 2 @ + 2 1 07130774 04054670 +rasp_fern n 1 2 @ #m 1 0 13185658 +raspberry n 3 3 @ ~ #p 3 0 12655869 07745466 07123870 +raspberry_bush n 1 2 @ ~ 1 0 12655869 +rasping n 1 2 @ + 1 0 07130774 +rasputin n 1 1 @ 1 0 11254683 +rassling n 1 4 @ ~ %p - 1 0 00447540 +rasta n 1 3 @ #m + 1 0 09685922 +rastafari n 1 3 @ %m ; 1 0 08292418 +rastafarian n 2 3 @ #m ; 2 0 09685922 08152353 +rastafarianism n 1 1 @ 1 0 06225855 +rastas n 1 3 @ %m ; 1 0 08292418 +raster n 1 4 @ #p %p + 1 0 04054795 +raster_font n 1 2 @ ; 1 0 06827679 +rat n 5 4 @ ~ #p + 5 1 02331046 10554455 10539715 10206173 04055030 +rat's-tail_cactus n 1 2 @ #m 1 0 11843441 +rat-a-tat n 1 1 @ 1 0 07391079 +rat-a-tat-tat n 1 1 @ 1 0 07391079 +rat-catcher n 1 1 @ 1 0 10508008 +rat-tail_file n 1 1 @ 1 0 04056073 +rat-tat n 1 1 @ 1 0 07391079 +rat_cheese n 1 1 @ 1 0 07853125 +rat_chinchilla n 1 2 @ #m 1 0 02368399 +rat_kangaroo n 1 3 @ ~ #m 1 0 01880152 +rat_race n 1 1 @ 1 0 01026633 +rat_snake n 1 2 @ ~ 1 0 01732244 +rat_terrier n 1 2 @ ~ 1 0 02094562 +rat_typhus n 1 1 @ 1 0 14141238 +ratability n 2 3 @ + ; 2 0 14530659 05210003 +ratables n 1 2 @ ; 1 0 13245076 +ratafee n 1 2 @ %s 1 0 07911061 +ratafia n 2 2 @ %s 2 0 07911061 07636669 +ratafia_biscuit n 1 1 @ 1 0 07636669 +ratan n 1 1 @ 1 0 04056180 +rataplan n 1 1 @ 1 0 07392373 +ratatouille n 1 1 @ 1 0 07592768 +ratbite_fever n 1 2 @ ~ 1 0 14140533 +ratbite_fever_bacterium n 1 1 @ 1 0 01363887 +ratch n 1 3 @ #p %p 1 0 04055180 +ratchet n 1 4 @ #p %p + 1 0 04055180 +ratchet_screwdriver n 1 2 @ %p 1 0 04279987 +ratchet_wheel n 1 2 @ #p 1 0 04055447 +rate n 4 2 @ ~ 4 3 15286249 13325010 05058580 13816649 +rate_of_attrition n 1 1 @ 1 1 15276307 +rate_of_depreciation n 1 1 @ 1 0 13326450 +rate_of_exchange n 1 1 @ 1 0 13326620 +rate_of_flow n 1 2 @ ~ 1 0 15277730 +rate_of_growth n 1 2 @ ~ 1 1 15278825 +rate_of_inflation n 1 1 @ 1 0 15279299 +rate_of_interest n 1 2 @ ~ 1 0 13319032 +rate_of_pay n 1 2 @ ~ 1 1 13281476 +rate_of_payment n 1 1 @ 1 0 13281770 +rate_of_respiration n 1 1 @ 1 0 15281653 +rate_of_return n 1 2 @ ~ 1 0 15281176 +rateability n 1 3 @ + ; 1 0 14530659 +rateables n 1 2 @ ; 1 0 13245076 +ratel n 1 2 @ #m 1 0 02448318 +ratepayer n 1 2 @ ; 1 0 10508141 +rates n 1 3 @ ~ ; 1 0 13314936 +rathole n 2 2 @ ; 2 1 09405683 04055595 +rathskeller n 1 1 @ 1 0 04055700 +ratibida n 1 3 @ #m %m 1 0 12006503 +ratibida_columnaris n 1 1 @ 1 0 12006930 +ratibida_columnifera n 1 2 @ #m 1 0 12007196 +ratibida_tagetes n 1 2 @ #m 1 0 12007406 +ratification n 1 2 @ + 1 0 07179943 +ratifier n 1 2 @ + 1 0 10670668 +rating n 4 4 @ ~ + ; 4 3 05736149 00874806 14429382 14431471 +rating_system n 1 1 @ 1 0 05733221 +ratio n 2 2 @ ~ 2 1 13819207 13815449 +ratiocination n 2 4 @ #p %p + 2 0 06753030 05783658 +ratiocinator n 1 3 @ ~ + 1 0 10510339 +ration n 2 3 @ ~ + 2 2 07565725 13286099 +ration_card n 1 1 @ 1 0 06478331 +rational n 1 2 @ ~ 1 0 13730469 +rational_motive n 1 2 @ ~ 1 0 09178821 +rational_number n 1 2 @ ~ 1 0 13730469 +rationale n 1 4 @ ~ + ; 1 1 05793210 +rationalisation n 5 4 @ ~ + ; 5 0 13546169 05794403 01212225 01137760 01009190 +rationalism n 3 4 @ ~ + ; 3 1 05975473 06191018 05966958 +rationalist n 1 3 @ ~ + 1 0 10456138 +rationality n 2 2 @ + 2 0 14379829 04784978 +rationalization n 5 4 @ ~ + ; 5 1 05794403 13546169 01212225 01137760 01009190 +rationalness n 1 2 @ + 1 0 04784978 +rationing n 1 2 @ + 1 1 01084932 +ratitae n 1 3 @ #m %m 1 0 01518170 +ratite n 1 3 ! @ ~ 1 0 01517565 +ratite_bird n 1 2 @ ~ 1 0 01517565 +ratlin n 1 3 @ #p ; 1 0 04055861 +ratline n 1 3 @ #p ; 1 0 04055861 +ratsbane n 1 1 @ 1 0 14768201 +rattail n 1 2 @ #m 1 0 02525703 +rattail_cactus n 1 2 @ #m 1 0 11843441 +rattail_fish n 1 2 @ #m 1 0 02525703 +rattan n 3 2 @ %p 3 0 12586499 12136392 04056180 +rattan_cane n 1 1 @ 1 0 12136392 +rattan_palm n 1 2 @ %p 1 0 12586499 +ratter n 2 3 @ ~ + 2 0 10007109 02094562 +rattigan n 1 1 @ 1 0 11254950 +ratting n 1 2 @ + 1 0 07214994 +rattle n 3 4 @ ~ #p + 3 1 07391240 04056289 01754737 +rattle-top n 1 1 @ 1 0 11728945 +rattle_weed n 1 1 @ 1 0 12509993 +rattlebox n 1 3 @ ~ #m 1 0 12519563 +rattler n 2 6 @ ~ #m %m %p + 2 1 01754876 03394480 +rattlesnake n 1 4 @ ~ #m %p 1 1 01754876 +rattlesnake's_master n 1 2 @ #m 1 0 12938667 +rattlesnake_fern n 1 1 @ 1 0 12961536 +rattlesnake_master n 1 2 @ #m 1 0 12938667 +rattlesnake_orchid n 1 2 @ #m 1 0 12077244 +rattlesnake_plantain n 1 2 @ #m 1 0 12063639 +rattlesnake_root n 2 3 @ ~ #m 2 0 12004987 11997032 +rattlesnake_weed n 1 1 @ 1 0 11982545 +rattling n 1 3 @ ~ + 1 1 07391240 +rattrap n 3 2 @ ; 3 0 14409285 04056491 04056413 +rattus n 1 3 @ #m %m 1 0 02333368 +rattus_norvegicus n 1 3 @ ~ #m 1 0 02333546 +rattus_rattus n 1 2 @ #m 1 0 02333909 +rau-sed n 1 3 @ %s ; 1 0 04078236 +raudixin n 1 3 @ %s ; 1 0 04078236 +rauli_beech n 1 2 @ #m 1 0 12267265 +raunch n 1 2 @ + 1 0 04817280 +rauvolfia n 1 3 @ ~ #m 1 0 11775340 +rauwolfia n 2 4 @ ~ #m #s 2 0 15002814 11775340 +rauwolfia_serpentina n 1 1 @ 1 0 11775626 +ravage n 1 3 @ + ; 1 1 07334876 +ravaging n 1 2 @ + 1 0 00967157 +rave n 2 2 @ + 2 0 07449676 06693744 +rave-up n 1 2 @ ; 1 0 08479894 +ravehook n 1 1 @ 1 0 04056599 +ravel n 2 2 @ + 2 0 11255085 07443010 +raveling n 1 3 @ #s + 1 0 15002959 +ravelling n 1 3 @ #s + 1 0 15002959 +raven n 1 2 @ #m 1 0 01579260 +ravenala n 1 2 @ #m 1 0 12355023 +ravenala_madagascariensis n 1 2 @ #m 1 0 12355023 +ravenna n 1 2 @ ; 1 0 01292553 +ravenna_grass n 1 2 @ #m 1 0 12121187 +ravenousness n 1 2 @ + 1 0 14040071 +raver n 2 2 @ + 2 0 10508272 10507070 +ravi_shankar n 1 1 @ 1 0 11295464 +ravigote n 1 1 @ 1 0 07832592 +ravigotte n 1 1 @ 1 0 07832592 +ravine n 1 2 @ ~ 1 0 09405787 +raving n 1 2 @ + 1 0 07243193 +ravioli n 1 1 @ 1 0 07701244 +ravisher n 2 2 @ + 2 0 10754281 10613996 +ravishment n 2 3 @ ~ + 2 0 07491286 00773402 +raw n 1 1 @ 1 0 14456586 +raw_beauty n 1 1 @ 1 0 04684255 +raw_data n 1 1 @ 1 0 08462858 +raw_deal n 1 1 @ 1 1 07293475 +raw_material n 1 2 @ ~ 1 1 14596700 +raw_meat n 1 2 @ ~ 1 0 07651159 +raw_milk n 1 1 @ 1 0 07845702 +raw_recruit n 1 1 @ 1 0 10508379 +raw_sienna n 2 2 @ ~ 2 1 04973957 14843877 +raw_talent n 1 1 @ 1 0 05624615 +raw_throat n 1 2 @ ~ 1 0 14173484 +raw_umber n 1 1 @ 1 1 15083533 +raw_vegetable n 1 2 @ #s 1 0 07708398 +raw_weather n 1 1 @ 1 0 14523344 +raw_wood n 1 1 @ 1 0 15100479 +raw_wool n 1 1 @ 1 0 15104488 +raw_wound n 1 1 @ 1 0 14286339 +rawalpindi n 1 2 @ #p 1 0 08977665 +rawhide n 1 1 @ 1 1 14759588 +rawness n 4 3 @ ~ + 4 0 14536207 14462193 14332617 05988956 +ray n 7 5 @ ~ #p + ; 7 2 11428023 13131516 13913427 11428379 06868445 01900719 01495701 +ray_bradbury n 1 1 @ 1 0 10860444 +ray_cattell n 1 1 @ 1 0 10891569 +ray_douglas_bradbury n 1 1 @ 1 0 10860444 +ray_floret n 1 2 @ #p 1 0 11674603 +ray_flower n 1 2 @ #p 1 0 11674603 +ray_m._dolby n 1 1 @ 1 0 10938019 +ray_of_light n 1 2 @ ~ 1 0 11428023 +ray_robinson n 1 1 @ 1 0 11266279 +rayleigh n 1 1 @ 1 0 11255211 +rayleigh_disk n 1 1 @ 1 0 04056718 +rayless_chamomile n 1 3 @ #m ; 1 0 11995396 +raymond_b._cattell n 1 1 @ 1 0 10891569 +raymond_bernard_cattell n 1 1 @ 1 0 10891569 +raymond_chandler n 1 1 @ 1 0 10890437 +raymond_lully n 1 1 @ 1 0 11145085 +raymond_thornton_chandler n 1 1 @ 1 0 10890437 +raynaud's_sign n 1 1 @ 1 0 14303448 +rayon n 1 2 @ ~ 1 0 04056932 +rayon_stocking n 1 1 @ 1 0 03836976 +rayons n 1 1 @ 1 0 03836976 +razbliuto n 1 2 @ ; 1 0 07482368 +razing n 2 2 @ + 2 0 07335097 00218045 +razmataz n 1 1 @ 1 0 00563330 +razor n 1 4 @ ~ %p + 1 1 04057047 +razor-billed_auk n 1 2 @ #m 1 0 02045864 +razor-fish n 1 3 @ ~ #m 1 0 02609617 +razor_clam n 1 2 @ #m 1 0 01959029 +razor_edge n 1 1 @ 1 0 04057323 +razor_fish n 1 3 @ ~ #m 1 0 02609617 +razorback n 2 4 @ ~ #m + 2 0 02396157 02064338 +razorback_hog n 1 1 @ 1 0 02396157 +razorbacked_hog n 1 1 @ 1 0 02396157 +razorbill n 1 2 @ #m 1 0 02045864 +razorblade n 1 2 @ #p 1 0 04057215 +razz n 1 1 @ 1 0 07123870 +razzing n 1 2 @ + 1 0 07123870 +razzle n 1 1 @ 1 0 00563330 +razzle-dazzle n 1 1 @ 1 0 00563330 +razzmatazz n 1 1 @ 1 0 00563330 +rb n 1 2 @ #s 1 0 14652954 +rbc n 1 3 @ ~ %s 1 0 05454070 +rbi n 1 1 @ 1 1 00190180 +rcmp n 1 2 @ %m 1 0 08210670 +re n 3 2 @ ; 3 0 14652390 09513216 06868445 +re-afforestation n 1 2 @ + 1 0 00400449 +re-creation n 1 2 @ + 1 1 00908772 +re-echo n 1 1 @ 1 0 05011089 +re-establishment n 1 1 @ 1 0 00237705 +re-experiencing n 1 1 @ 1 0 05810768 +re-formation n 1 1 @ 1 0 00269963 +re-introduction n 1 1 @ 1 1 07163110 +re-sentencing n 1 2 @ ; 1 0 01165919 +re-uptake n 1 1 @ 1 0 13551396 +rea_silvia n 1 2 @ ; 1 0 09556121 +reabsorption n 1 2 @ + 1 0 13550504 +reach n 4 3 @ ~ + 4 4 08628921 05125377 00341243 05623628 +reaching n 2 3 @ ~ + 2 0 00341243 00048225 +reacquired_stock n 1 1 @ 1 0 13419951 +reactance n 1 1 @ 1 0 11504313 +reactant n 1 2 @ + 1 1 14694765 +reaction n 7 4 @ ~ + ; 7 3 13447361 05917328 00859001 11498461 11417129 06216634 00202816 +reaction-propulsion_engine n 1 2 @ ~ 1 0 04057435 +reaction_engine n 1 2 @ ~ 1 0 04057435 +reaction_formation n 1 2 @ ; 1 0 13546416 +reaction_propulsion n 1 2 @ ~ 1 0 11498850 +reaction_time n 1 1 @ 1 0 15273241 +reaction_turbine n 1 1 @ 1 0 04057673 +reactionary n 1 3 @ ~ + 1 1 10508475 +reactionism n 1 1 @ 1 0 06220199 +reactive_depression n 1 1 @ 1 0 14390249 +reactive_schizophrenia n 1 1 @ 1 0 14400325 +reactivity n 2 3 @ ~ + 2 2 05653575 14534457 +reactor n 2 4 @ ~ %p ; 2 0 04057846 03834040 +read n 1 2 @ + 1 0 06590065 +read-only_file n 1 2 @ ; 1 0 06510836 +read-only_memory n 1 3 @ ~ ; 1 0 04058239 +read-only_memory_chip n 1 1 @ 1 0 04058486 +read-only_storage n 1 3 @ ~ ; 1 0 04058239 +read-out n 3 1 @ 3 0 07265170 06819698 04058594 +read/write_head n 1 2 @ ; 1 0 04058721 +read/write_memory n 1 3 @ ~ %p 1 0 04052757 +read_method n 1 1 @ 1 0 13546768 +read_method_of_childbirth n 1 1 @ 1 0 13546768 +readability n 2 3 @ + ; 2 0 04819953 04819285 +reader n 8 3 @ ~ + 8 3 10508710 10670483 10508862 10526927 10482768 10252354 10252222 06415061 +readership n 1 2 @ + 1 0 08222571 +readiness n 4 5 @ ~ = + ; 4 3 14031108 04644719 05674584 04708796 +reading n 8 4 @ ~ #p + 8 5 05808794 07173766 05816790 06598030 05928513 08880223 07234881 01004582 +reading_assignment n 1 1 @ 1 0 00730134 +reading_clinic n 1 1 @ 1 0 07146534 +reading_desk n 1 1 @ 1 0 03653583 +reading_lamp n 1 2 @ ~ 1 0 04057981 +reading_material n 1 2 @ ~ 1 0 06598030 +reading_program n 1 1 @ 1 0 06677089 +reading_room n 1 3 @ ~ #p 1 1 04058096 +reading_teacher n 1 1 @ 1 0 10509063 +readjustment n 2 3 @ ~ + 2 1 00194127 00999787 +readmission n 1 2 @ + 1 0 01248418 +readout n 3 1 @ 3 0 07265170 06819698 04058594 +ready n 1 2 @ + 1 1 14031523 +ready-made n 1 2 ! @ 1 0 04058921 +ready-mix n 1 2 @ ~ 1 0 07593774 +ready-to-wear n 1 1 @ 1 0 04059157 +ready_cash n 1 1 @ 1 0 13422684 +ready_money n 1 1 @ 1 0 13422684 +ready_reckoner n 1 1 @ 1 0 06423496 +readying n 1 3 @ ~ + 1 0 01143040 +reaffiliation n 1 1 @ 1 0 01082274 +reaffirmation n 1 2 @ + 1 0 06732581 +reagan n 1 1 @ 1 0 11255460 +reagan_administration n 1 1 @ 1 0 08165979 +reagent n 1 1 @ 1 1 14778982 +reagin n 1 1 @ 1 0 15031418 +real n 3 3 @ ~ %p 3 0 13729902 13667908 13389577 +real-estate_business n 1 1 @ 1 0 01101227 +real-time_operation n 1 1 @ 1 0 13547048 +real-time_processing n 1 1 @ 1 0 13547048 +real_estate n 1 2 @ ~ 1 1 13246475 +real_estate_agent n 1 2 @ ~ 1 0 10509810 +real_estate_broker n 1 2 @ ~ 1 1 10509810 +real_estate_investment_trust n 1 1 @ 1 0 08072287 +real_estate_loan n 1 1 @ 1 0 13400334 +real_gnp n 1 1 @ 1 0 13257354 +real_gross_national_product n 1 1 @ 1 0 13257354 +real_ira n 1 2 @ ; 1 0 08040762 +real_irish_republican_army n 1 2 @ ; 1 0 08040762 +real_life n 1 1 @ 1 1 05810250 +real_matrix n 1 1 @ 1 0 08270067 +real_mccoy n 1 1 @ 1 0 04783445 +real_number n 1 2 @ ~ 1 0 13729902 +real_presence n 1 2 @ ; 1 0 06791195 +real_property n 1 2 @ ~ 1 1 13246475 +real_storage n 1 1 @ 1 0 04059298 +real_stuff n 1 1 @ 1 0 04783445 +real_tennis n 1 1 @ 1 0 00483705 +real_thing n 1 1 @ 1 1 04783445 +real_time n 2 2 @ ; 2 0 15298852 15298695 +real_world n 1 1 @ 1 0 05810250 +realgar n 1 2 @ %s 1 0 14694910 +realisation n 6 3 @ ~ + 6 0 07039056 05807540 01119620 00940043 00931847 00061917 +realism n 5 5 @ ~ = + ; 5 3 05151869 13955461 05975659 08469457 05974564 +realist n 3 3 @ ~ + 3 1 10509161 10509605 10509389 +reality n 4 5 ! @ ~ = + 4 3 05809878 13955461 13956097 04762355 +reality_check n 1 1 @ 1 0 07418963 +reality_principle n 1 3 ! @ ; 1 0 05872098 +realization n 6 3 @ ~ + 6 2 05807540 00931847 07039056 01119620 00940043 00061917 +reallocation n 2 4 @ ~ + ; 2 0 13289630 01084180 +reallotment n 1 4 @ ~ + ; 1 0 01084180 +realm n 3 2 @ ~ 3 1 14514805 08558155 05997814 +realness n 1 4 @ ~ = + 1 0 13955461 +realpolitik n 1 1 @ 1 0 06149038 +realtor n 1 3 @ #m ; 1 0 10510078 +realty n 1 2 @ ~ 1 0 13246475 +ream n 2 2 @ %p 2 0 13777098 13583137 +reamer n 2 2 @ + 2 0 04059516 04059399 +reap_hook n 1 2 @ %p 1 0 04213353 +reaper n 3 3 @ ~ + 3 0 10161363 09488584 03496892 +reaper_binder n 1 1 @ 1 0 02840361 +reaping_hook n 1 2 @ %p 1 0 04213353 +reappearance n 2 3 @ ~ + 2 1 07321967 00050887 +reapportionment n 1 4 @ ~ + ; 1 0 01084180 +reappraisal n 1 3 @ ~ + 1 0 05747582 +rear n 5 6 ! @ ~ #p + ; 5 3 08482700 08629508 08625846 05559256 04059701 +rear_admiral n 1 1 @ 1 0 10510245 +rear_end n 1 2 @ #p 1 1 05559256 +rear_lamp n 1 2 @ #p 1 0 04384910 +rear_light n 1 2 @ #p 1 0 04384910 +rear_of_barrel n 1 3 @ #p %p 1 0 02895881 +rear_of_tube n 1 3 @ #p %p 1 0 02895881 +rear_window n 1 2 @ #p 1 1 04060065 +rearguard n 1 2 @ ; 1 1 08216647 +rearing n 2 2 @ + 2 2 04922113 01129532 +rearmament n 1 2 @ + 1 0 01157384 +rearrangement n 1 3 @ ~ + 1 0 00338821 +rearview_mirror n 1 1 @ 1 0 04059947 +rearward n 1 2 @ + 1 1 08629746 +reason n 6 3 @ ~ + 6 5 09178999 06739990 05651680 14379829 06740402 05819149 +reasonable_care n 1 1 @ 1 0 01131794 +reasonableness n 5 4 @ ~ = + 5 0 14379829 05160574 05146904 05118062 04783888 +reasoner n 1 3 @ ~ + 1 0 10510339 +reasoning n 1 3 @ ~ + 1 1 05772356 +reasoning_backward n 1 1 @ 1 0 05783768 +reasoning_by_elimination n 1 1 @ 1 0 05782245 +reassembly n 1 2 @ ~ 1 0 00269856 +reassertion n 1 2 @ + 1 0 06732581 +reassessment n 1 3 @ ~ + 1 0 05747582 +reassignment n 1 3 @ ~ + 1 0 00732076 +reassurance n 1 3 @ = + 1 1 01215719 +reata n 1 2 @ %p 1 0 03644378 +reaumur n 1 1 @ 1 0 11255619 +reaumur_scale n 1 1 @ 1 0 13853407 +reaumur_thermometer n 1 1 @ 1 0 04060198 +reb n 1 2 @ ; 1 1 10628368 +rebate n 2 3 @ ~ + 2 0 13282275 04036776 +rebato n 1 1 @ 1 0 04036648 +rebecca n 1 2 @ ; 1 0 11255775 +rebecca_rolfe n 1 1 @ 1 0 11240249 +rebecca_west n 1 1 @ 1 0 11382398 +rebekah n 1 2 @ ; 1 0 11255775 +rebel n 3 4 @ ~ + ; 3 3 10628368 10210137 10303654 +rebellion n 2 3 @ ~ + 2 2 01177327 00962129 +rebelliousness n 2 3 @ ~ + 2 0 04907991 01179393 +rebirth n 4 2 @ ~ 4 0 11408914 07321247 01047803 00094788 +rebound n 3 4 @ ~ #p + 3 0 07350192 00859691 00140112 +rebound_tenderness n 1 1 @ 1 0 14332448 +reboxetine n 1 1 @ 1 0 04060316 +rebozo n 1 1 @ 1 0 04060448 +rebroadcast n 1 1 @ 1 0 06619751 +rebuff n 2 3 @ ~ + 2 1 01225783 07208000 +rebuilding n 1 2 @ + 1 1 00270186 +rebuke n 1 3 @ ~ + 1 0 06711855 +rebuker n 1 2 @ + 1 0 10740017 +reburial n 1 2 @ + 1 0 01050763 +reburying n 1 1 @ 1 0 01050763 +rebus n 1 1 @ 1 0 06786486 +rebuttal n 2 3 @ + ; 2 0 07201220 06562993 +rebutter n 2 3 @ + ; 2 0 10510546 06562993 +rec_room n 1 2 @ ~ 1 0 04065464 +recalcitrance n 1 2 @ + 1 0 04907575 +recalcitrancy n 1 2 @ + 1 0 04907575 +recalculation n 1 2 @ + 1 0 00870101 +recall n 5 4 @ ~ + ; 5 0 07280072 07190840 06804388 05761559 01258719 +recall_dose n 1 1 @ 1 0 02872172 +recantation n 1 3 @ ~ + 1 0 07206096 +recap n 2 3 @ ~ + 2 0 06469377 04083942 +recapitulation n 4 4 @ ~ + ; 4 0 13531652 07039238 06469377 00940217 +recapture n 2 2 @ + 2 0 00097122 00096969 +recasting n 1 2 @ ~ 1 0 06429145 +recce n 1 1 @ 1 0 00985008 +recco n 1 1 @ 1 0 00985008 +reccy n 1 1 @ 1 0 00985008 +receding n 2 2 @ + 2 0 07336214 00057486 +receipt n 2 3 @ ~ + 2 2 00090253 06520222 +receipts n 1 2 @ ~ 1 1 13256691 +receivables n 1 2 @ ; 1 0 13330283 +received_pronunciation n 1 1 @ 1 0 06948396 +receiver n 6 6 @ ~ #p %p + ; 6 4 04060647 10265532 04402580 09627906 10510974 10510818 +receiver-creditor_relation n 1 2 @ ; 1 0 13840039 +receivership n 3 3 @ + ; 3 0 14479320 01186578 00598767 +receiving_set n 1 4 @ ~ #p %p 1 0 04043733 +receiving_system n 1 3 @ ~ %p 1 1 04060647 +recency n 2 2 @ + 2 0 05049808 04927268 +recent n 1 2 @ #p 1 0 15124713 +recent_epoch n 1 2 @ #p 1 0 15124713 +recentness n 2 2 @ + 2 0 05049808 04927268 +receptacle n 3 3 @ ~ #p 3 1 04060904 13130161 04061442 +reception n 5 5 @ ~ %p + ; 5 4 06630852 08254331 06281040 00090253 00139919 +reception_desk n 1 1 @ 1 0 04061681 +reception_line n 1 2 @ #p 1 0 08433077 +reception_room n 1 2 @ ~ 1 1 04061793 +receptionist n 1 2 @ + 1 1 10511069 +receptive_aphasia n 1 1 @ 1 0 14099172 +receptiveness n 1 2 @ + 1 0 04645020 +receptivity n 1 2 @ + 1 0 04645020 +receptor n 2 6 ! @ ~ #p %p + 2 0 05608868 05299178 +recess n 5 4 @ ~ #p + 5 0 14013646 13872421 09313716 04061969 01062997 +recession n 5 3 @ ~ + 5 1 14013368 13872421 08429556 01249991 00057486 +recessional n 2 2 @ + 2 0 08429556 07037232 +recessional_march n 1 2 @ ~ 1 0 07058871 +recessive n 1 1 @ 1 0 05438315 +recessive_allele n 1 1 @ 1 0 05438315 +recessive_gene n 1 1 @ 1 0 05440875 +rechauffe n 1 1 @ 1 0 07572134 +rechewed_food n 1 1 @ 1 0 07805478 +recidivism n 1 2 @ + 1 0 00068617 +recidivist n 2 2 @ + 2 0 10511425 10511239 +recife n 1 2 @ #p 1 0 08856475 +recipe n 1 1 @ 1 0 06788785 +recipient n 2 3 @ ~ + 2 1 09627906 06333095 +recipient_role n 1 1 @ 1 0 06333095 +reciprocal n 3 2 @ ; 3 0 13843601 13843173 00851146 +reciprocal-inhibition_therapy n 1 1 @ 1 0 00702659 +reciprocal_cross n 1 1 @ 1 0 00851146 +reciprocal_inhibition n 1 1 @ 1 0 00702659 +reciprocal_ohm n 1 1 @ 1 0 13637240 +reciprocal_pronoun n 1 1 @ 1 0 06327261 +reciprocality n 1 3 @ ~ + 1 0 13841213 +reciprocating_engine n 1 2 @ %p 1 0 04062179 +reciprocating_saw n 1 1 @ 1 0 04121728 +reciprocation n 3 3 @ ~ + 3 0 01236049 00341435 00040152 +reciprocity n 2 3 @ ~ + 2 0 13841213 00040420 +recirculation n 1 1 @ 1 0 00368515 +recission n 1 3 @ + ; 1 0 00232863 +recital n 5 4 @ ~ %p + 5 2 07220773 06893441 07234881 07234735 07221756 +recitalist n 1 2 @ + 1 0 10511649 +recitation n 4 4 @ ~ #p + 4 0 07235218 07234881 01232246 00894552 +recitative n 1 2 @ ~ 1 0 07087346 +reciter n 1 1 @ 1 0 10511771 +recklessness n 1 3 @ ~ + 1 1 04661926 +reckoner n 2 3 @ ~ + 2 0 09887034 06423496 +reckoning n 3 3 @ ~ + 3 1 05802185 06517779 00634586 +reclamation n 3 3 @ ~ + 3 0 00269018 00095971 00093354 +reclassification n 1 1 @ 1 1 01013316 +recliner n 1 2 @ + 1 0 04062428 +reclining n 1 2 @ + 1 1 00341548 +reclining_chair n 1 1 @ 1 0 04062428 +recluse n 1 3 @ ~ + 1 1 10172448 +reclusiveness n 1 3 @ ~ + 1 0 04622772 +recoding n 1 2 @ + 1 0 00616951 +recognisance n 1 3 @ ~ ; 1 0 13350443 +recognition n 8 5 @ ~ = + ; 8 4 14411981 05762998 06688274 05807540 11502695 07149107 06194216 00165563 +recognizance n 1 3 @ ~ ; 1 0 13350443 +recoil n 2 3 @ ~ + 2 0 07350754 07350192 +recollection n 3 3 @ ~ + 3 2 05761918 05761559 05935292 +recombinant n 1 1 @ 1 0 01313888 +recombinant_deoxyribonucleic_acid n 1 1 @ 1 0 14831479 +recombinant_dna n 1 1 @ 1 0 14831479 +recombinant_dna_technology n 1 1 @ 1 0 06127209 +recombinant_human_insulin n 1 1 @ 1 0 05411049 +recombinant_protein n 1 1 @ 1 0 14729633 +recombination n 2 3 @ + ; 2 0 07374357 07374152 +recommencement n 1 2 @ + 1 0 00242003 +recommendation n 3 3 @ ~ + 3 2 06671637 06694540 04673668 +recompense n 2 3 @ ~ + 2 0 13282007 00259643 +reconciler n 1 3 @ ~ + 1 0 09952163 +reconciliation n 2 2 @ + 2 0 01205827 00185104 +reconditeness n 2 2 @ + 2 0 05926358 04823416 +reconnaissance n 1 3 @ ~ + 1 0 00984609 +reconnaissance_by_fire n 1 1 @ 1 0 00985516 +reconnaissance_in_force n 1 1 @ 1 0 00985746 +reconnaissance_mission n 1 2 @ ~ 1 0 00984609 +reconnaissance_plane n 1 2 @ ; 1 0 04062644 +reconnaissance_vehicle n 1 2 @ ; 1 0 04062807 +reconnoitering n 1 2 @ + 1 0 00985106 +reconnoitring n 1 2 @ + 1 0 00985106 +reconsideration n 2 2 @ + 2 1 07139532 05790012 +reconstruction n 4 3 @ ~ + 4 2 15261658 00269258 07174138 05762258 +reconstruction_period n 1 1 @ 1 0 15261658 +reconstructive_memory n 1 1 @ 1 0 05762258 +reconstructive_surgery n 1 2 @ ~ 1 0 00690501 +record n 8 5 @ ~ %p + ; 8 7 06647206 03924069 13596986 00047745 06636524 00063014 13403643 06490173 +record-breaker n 1 1 @ 1 0 10511856 +record-holder n 1 1 @ 1 0 10511856 +record-keeper n 1 2 @ ~ 1 0 10516874 +record_album n 2 2 @ ~ 2 0 06591815 03923801 +record_book n 1 2 @ ~ 1 0 06636524 +record_changer n 1 2 @ #p 1 0 04063154 +record_company n 1 1 @ 1 0 08478261 +record_cover n 1 1 @ 1 0 04064747 +record_hop n 1 1 @ 1 0 07449548 +record_jacket n 1 1 @ 1 0 04064307 +record_player n 1 4 @ ~ #p %p 1 1 04064401 +record_sleeve n 1 1 @ 1 0 04064747 +recorder n 4 5 @ ~ %p + ; 4 1 04063373 10516874 10511960 03343354 +recorder_player n 1 1 @ 1 0 10512109 +recording n 3 4 @ ~ + - 3 2 04063661 00910203 04063868 +recording_equipment n 1 3 @ ~ %p 1 0 04063373 +recording_label n 1 1 @ 1 0 06851516 +recording_machine n 1 3 @ ~ %p 1 0 04063373 +recording_studio n 1 1 @ 1 1 04064107 +recording_system n 1 1 @ 1 0 04064213 +recount n 1 2 @ + 1 0 00653958 +recounting n 1 2 @ + 1 0 07222823 +recourse n 2 2 @ ~ 2 1 01208597 05155123 +recoverer n 1 3 @ ~ + 1 0 10522759 +recovery n 3 3 @ ~ + 3 3 07419792 13452347 00045907 +recovery_room n 1 1 @ 1 0 04064862 +recreant n 2 2 @ + 2 0 10452024 10007109 +recreation n 2 3 @ ~ + 2 1 00426928 00401783 +recreation_facility n 1 2 @ ~ 1 0 04065132 +recreation_room n 1 2 @ ~ 1 0 04065464 +recreational_drug n 1 1 @ 1 0 04064988 +recreational_facility n 1 2 @ ~ 1 1 04065132 +recreational_vehicle n 1 2 @ ~ 1 0 04065272 +recrimination n 1 1 @ 1 1 07234657 +recrudescence n 1 2 @ + 1 0 07435891 +recruit n 2 3 @ ~ + 2 2 10512372 10512201 +recruiter n 2 3 @ ~ + 2 0 10512708 10512562 +recruiting-sergeant n 1 1 @ 1 0 10512859 +recruitment n 1 2 @ + 1 1 01263711 +rectal_artery n 1 2 @ #p 1 0 05354238 +rectal_reflex n 1 1 @ 1 0 00811221 +rectal_vein n 1 1 @ 1 0 05369092 +rectangle n 1 3 @ ~ + 1 1 13883346 +rectangularity n 1 3 @ ~ + 1 0 05071869 +rectification n 4 4 @ ~ + ; 4 0 13547199 07416308 00258854 00156119 +rectifier n 2 3 @ ~ + 2 1 04065632 10512982 +rectifying_tube n 1 1 @ 1 0 03202940 +rectifying_valve n 1 1 @ 1 0 03202940 +rectilinear_regression n 1 3 @ %p ; 1 0 06028904 +rectitude n 1 1 @ 1 1 04826623 +recto n 1 2 ! @ 1 0 06257484 +rectocele n 1 1 @ 1 0 14297150 +rectoplasty n 1 1 @ 1 0 00690933 +rector n 1 2 @ ~ 1 0 09983572 +rectorate n 1 1 @ 1 0 00598868 +rectorship n 1 1 @ 1 0 00598868 +rectory n 1 2 @ ~ 1 0 03892557 +rectum n 1 4 @ #p %p + 1 0 05537806 +rectus n 1 1 @ 1 0 05316590 +rectus_inferior n 1 1 @ 1 0 05316674 +rectus_lateralis n 1 1 @ 1 0 05316407 +rectus_medialis n 1 1 @ 1 0 05316850 +rectus_superior n 1 1 @ 1 0 05317013 +recuperation n 1 3 @ ~ + 1 1 13452347 +recurrence n 1 3 @ ~ + 1 1 07343363 +recurrent_event n 1 2 @ ~ 1 0 07296190 +recurrent_fever n 1 1 @ 1 0 14142459 +recurring_decimal n 1 1 @ 1 0 13736376 +recursion n 1 2 @ ; 1 0 05848357 +recursive_definition n 1 2 @ ; 1 0 06745422 +recursive_routine n 1 1 @ 1 0 06584162 +recurvirostra n 1 3 @ #m %m 1 0 02036548 +recurvirostridae n 1 3 @ #m %m 1 0 02036399 +recusal n 1 3 @ + ; 1 0 01080062 +recusancy n 1 2 @ + 1 0 01243453 +recusant n 1 3 @ ~ + 1 0 09957834 +recusation n 2 3 @ + ; 2 0 01080062 01026020 +recycling n 1 3 @ ~ + 1 0 00948868 +recycling_bin n 1 2 @ ~ 1 0 04065789 +recycling_plant n 1 1 @ 1 0 04065909 +red n 4 4 @ ~ #p + 4 3 04962784 09405949 09863749 13327231 +red-backed_lemming n 1 2 @ #m 1 0 02345340 +red-backed_mouse n 1 2 @ #m 1 0 02342250 +red-backed_sandpiper n 1 2 @ #m 1 0 02027492 +red-bellied_snake n 1 2 @ #m 1 1 01738306 +red-bellied_terrapin n 1 2 @ #m 1 0 01668436 +red-bellied_turtle n 1 2 @ #m 1 0 01668436 +red-berried_elder n 2 1 @ 2 0 12679593 12679432 +red-berry n 2 1 @ 2 0 13142504 11724109 +red-blindness n 1 2 @ + 1 0 14154421 +red-breasted_merganser n 1 2 @ #m 1 0 01855032 +red-breasted_nuthatch n 1 2 @ #m 1 0 01591123 +red-breasted_sapsucker n 1 1 @ 1 0 01841441 +red-breasted_snipe n 1 1 @ 1 0 02033324 +red-eyed_vireo n 1 1 @ 1 0 01602832 +red-flowered_silky_oak n 1 1 @ 1 0 12217851 +red-green_color_blindness n 1 2 @ ~ 1 0 14153982 +red-green_colour_blindness n 1 2 @ ~ 1 0 14153982 +red-green_dichromacy n 1 2 @ ~ 1 0 14153982 +red-header n 1 1 @ 1 0 10513823 +red-hot_poker n 1 1 @ 1 0 12437930 +red-lead_putty n 1 1 @ 1 0 14704152 +red-legged_partridge n 1 2 @ #m 1 0 01808140 +red-letter_day n 1 1 @ 1 0 15171145 +red-light_district n 1 1 @ 1 0 08554346 +red-necked_grebe n 1 1 @ 1 0 02050442 +red-shafted_flicker n 1 1 @ 1 0 01840120 +red-shouldered_hawk n 1 2 @ #m 1 0 01607812 +red-skinned_onion n 1 1 @ 1 0 12434106 +red-spotted_purple n 1 2 @ #m 1 0 02277094 +red-tailed_hawk n 1 2 @ #m 1 1 01607429 +red-veined_pie_plant n 1 2 @ #m 1 0 12603273 +red-winged_blackbird n 1 2 @ #m 1 0 01575401 +red_admiral n 1 2 @ #m 1 0 02276355 +red_alder n 1 2 @ #m 1 0 12285512 +red_alert n 1 1 @ 1 0 14032100 +red_algae n 1 4 @ ~ #m %p 1 0 01413942 +red_amaranth n 1 1 @ 1 0 11823756 +red_angel's_trumpet n 1 1 @ 1 0 12899971 +red_army_faction n 1 2 @ ; 1 0 08041106 +red_ash n 1 2 @ ~ 1 0 12305475 +red_baneberry n 1 1 @ 1 0 11724109 +red_bat n 1 2 @ #m 1 0 02146201 +red_bay n 1 2 @ #m 1 0 11706942 +red_bearberry n 1 1 @ 1 0 12231358 +red_beech n 2 2 @ #m 2 0 12261808 12199790 +red_birch n 1 2 @ #m 1 0 12282933 +red_bird's_eye n 1 2 @ #m 1 0 11816121 +red_blood_cell n 1 3 @ ~ %s 1 1 05454070 +red_bone_marrow n 1 1 @ 1 0 05285835 +red_bordeaux n 1 2 @ ~ 1 0 07895435 +red_brass n 1 1 @ 1 0 15003139 +red_brigades n 1 2 @ ; 1 0 08041484 +red_bryony n 1 1 @ 1 0 12163456 +red_buckeye n 1 1 @ 1 0 12769219 +red_cabbage n 2 1 @ 2 0 11876316 07714802 +red_campion n 1 2 @ #m 1 0 11816121 +red_carpet n 1 1 @ 1 0 04066270 +red_cedar n 4 3 @ ~ #m 4 0 11644046 11637247 11634736 11623556 +red_cent n 1 1 @ 1 0 05140793 +red_china n 1 5 @ #p %m %p - 1 1 08723006 +red_clay n 1 1 @ 1 1 14695069 +red_clintonia n 1 2 @ #m 1 0 12472326 +red_cloud n 1 1 @ 1 0 11255917 +red_clover n 1 1 @ 1 0 11753355 +red_cole n 1 3 @ #m %p 1 0 11872973 +red_coral n 2 1 @ 2 0 14823036 01916588 +red_cross n 1 1 @ 1 0 08047747 +red_currant n 2 4 @ #m #p %p 2 0 12805373 07744682 +red_cypress_pine n 1 1 @ 1 0 11633999 +red_dagga n 1 2 @ #m 1 0 12850906 +red_deer n 1 3 @ ~ #m 1 0 02431122 +red_delicious n 1 1 @ 1 0 07740461 +red_devil n 1 1 @ 1 0 04163740 +red_dogwood n 2 1 @ 2 0 12948053 12947544 +red_drum n 1 2 @ #m 1 0 02595702 +red_dwarf n 1 2 @ ~ 1 0 09406198 +red_dwarf_star n 1 2 @ ~ 1 0 09406198 +red_eft n 1 1 @ 1 0 01630901 +red_elm n 2 2 @ #m 2 0 12408717 12408280 +red_false_mallow n 1 1 @ 1 0 12187891 +red_fire n 1 1 @ 1 0 14695184 +red_flag n 3 1 @ 3 0 07265619 06882244 00425615 +red_fox n 3 3 @ ~ #m 3 0 11825211 02119477 02119022 +red_giant n 1 1 @ 1 0 09406368 +red_giant_star n 1 1 @ 1 0 09406368 +red_ginger n 1 2 @ #m 1 0 12357343 +red_goatfish n 1 2 @ #m 1 0 02600503 +red_goosefoot n 2 1 @ 2 0 11830252 11829922 +red_gram n 1 3 @ #m %p 1 0 12510774 +red_grouse n 1 2 @ ~ 1 0 01796519 +red_guard n 1 2 @ ; 1 0 08321469 +red_gum n 5 4 @ #m #s %s 5 0 12339090 12336224 12336092 12316982 12316572 +red_hand_defenders n 1 2 @ ; 1 0 08041840 +red_haw n 2 2 @ #m 2 0 12628705 12628356 +red_heat n 1 1 @ 1 0 05016553 +red_helleborine n 1 2 @ #m 1 0 12051103 +red_herring n 3 1 @ 3 1 00350878 07798233 07165778 +red_hot n 1 3 @ ~ %p 1 0 07697537 +red_indian n 1 4 @ ~ #m ; 1 0 09645091 +red_ink n 1 2 @ ~ 1 0 13327231 +red_jungle_fowl n 1 1 @ 1 0 01791463 +red_juniper n 1 1 @ 1 0 11637247 +red_kauri n 1 2 @ #m 1 0 11648268 +red_lauan n 2 4 @ #m #s %s 2 0 12377658 12377494 +red_lauan_tree n 1 3 @ #m %s 1 0 12377494 +red_laver n 1 2 @ #m 1 0 01415524 +red_lead n 1 1 @ 1 0 15003329 +red_light n 2 2 @ ~ 2 0 06874571 06874497 +red_line n 1 1 @ 1 0 08629922 +red_maids n 1 2 @ #m 1 0 11858814 +red_man n 1 2 @ ; 1 0 09667205 +red_maple n 1 1 @ 1 0 12753573 +red_marrow n 1 1 @ 1 0 05285835 +red_meat n 1 1 @ 1 0 07651325 +red_morning-glory n 1 1 @ 1 0 12828220 +red_mulberry n 1 1 @ 1 0 12399656 +red_mullet n 1 3 @ ~ #m 1 0 02600298 +red_notice n 1 1 @ 1 0 07276732 +red_oak n 1 2 @ ~ 1 0 12271643 +red_onion n 1 1 @ 1 0 07722888 +red_osier n 2 2 @ #m 2 0 12947544 12729729 +red_osier_dogwood n 1 1 @ 1 0 12947544 +red_panda n 1 2 @ #m 1 0 02509815 +red_pepper n 2 3 @ #s #p 2 0 07822518 07722052 +red_periwinkle n 1 2 @ #m 1 0 11772408 +red_phalarope n 1 2 @ #m 1 0 02037869 +red_pimpernel n 1 1 @ 1 0 12092417 +red_pine n 2 2 @ #m 2 0 11654293 11616486 +red_planet n 1 2 @ #m 1 0 09347445 +red_poll n 1 1 @ 1 0 02405692 +red_porgy n 1 2 @ #m 1 0 02591330 +red_raspberry n 1 2 @ ~ 1 0 12656229 +red_rat_snake n 1 2 @ #m 1 0 01732614 +red_region n 1 1 @ 1 0 05630409 +red_river n 1 2 @ #p 1 1 09405949 +red_rockfish n 2 3 @ #p %p 2 0 07797518 02644665 +red_salmon n 2 4 @ #m #p %p 2 0 07796165 02536165 +red_sandalwood n 3 4 @ #m #s %s 3 0 12566627 12566331 11758799 +red_sanders n 1 3 @ #m %s 1 0 12566331 +red_sanderswood n 1 3 @ #m %s 1 0 12566331 +red_saunders n 1 3 @ #m %s 1 0 12566331 +red_scare n 1 1 @ 1 1 14406209 +red_sea n 1 3 @ #p %p 1 0 09406551 +red_setter n 1 1 @ 1 0 02100877 +red_shift n 1 2 @ ; 1 0 11513357 +red_shrubby_penstemon n 1 2 @ #m 1 0 12885510 +red_silk-cotton_tree n 1 2 @ #m 1 0 12189429 +red_silk_cotton n 1 1 @ 1 0 14925945 +red_silver_fir n 1 1 @ 1 0 11621281 +red_siskin n 1 2 @ #m 1 0 01531639 +red_snapper n 2 4 @ #m #p %p 2 0 07797357 02587051 +red_sorrel n 1 1 @ 1 0 12179632 +red_spider n 1 2 @ #m 1 0 01782516 +red_spider_mite n 1 2 @ #m 1 0 01782516 +red_sprites n 1 1 @ 1 0 11475992 +red_spruce n 1 1 @ 1 0 11626826 +red_squirrel n 2 2 @ #m 2 0 02357401 02357111 +red_sun n 1 2 @ ; 1 0 08040008 +red_tai n 1 1 @ 1 0 06934933 +red_tape n 1 1 @ 1 0 01025563 +red_tide n 1 1 @ 1 0 15003496 +red_trillium n 2 1 @ 2 0 12469157 12468900 +red_underwing n 1 1 @ 1 0 02296021 +red_valerian n 1 2 @ #m 1 0 12951146 +red_water n 1 1 @ 1 0 14271920 +red_willow n 1 2 @ #m 1 0 12729729 +red_wine n 1 3 @ ~ #s 1 0 07892512 +red_wolf n 1 1 @ 1 0 02114712 +red_worm n 1 2 @ #m 1 0 01935395 +redact n 1 3 @ ~ + 1 0 10513120 +redaction n 2 4 @ ~ + ; 2 0 06427831 00931608 +redactor n 1 3 @ ~ + 1 0 10513120 +redback_vole n 1 2 @ #m 1 0 02342250 +redbelly n 1 2 @ #m 1 0 01668436 +redberry n 2 1 @ 2 0 13142504 11724109 +redbird n 2 2 @ #m 2 0 01597737 01541386 +redbird_cactus n 1 1 @ 1 0 12928491 +redbird_flower n 1 1 @ 1 0 12928491 +redbone n 1 1 @ 1 0 02090379 +redbreast n 1 2 @ #m 1 0 01562265 +redbrick_university n 1 2 @ ; 1 0 04066023 +redbrush n 1 1 @ 1 0 12947544 +redbud n 1 1 @ 1 0 12513933 +redbug n 1 2 @ #m 1 0 01781071 +redcap n 2 2 @ ; 2 0 10513509 10513386 +redcoat n 1 1 @ 1 1 10029985 +redding n 1 2 @ #p 1 0 09064729 +reddish_blue n 1 2 @ ~ 1 0 04970758 +reddish_brown n 1 2 @ ~ 1 0 04973386 +reddish_orange n 1 2 @ ~ 1 0 04965451 +reddish_purple n 1 2 @ ~ 1 0 04970631 +reddle n 1 1 @ 1 0 15008287 +rededication n 1 2 @ + 1 0 07452559 +redeemer n 2 3 @ ~ + 2 0 11083656 10513623 +redefinition n 1 2 @ + 1 1 06745628 +redemption n 3 4 @ ~ + ; 3 1 00094001 13299804 00079212 +redeployment n 1 2 @ + 1 0 01143760 +redeposition n 1 2 @ + 1 1 13547380 +redetermination n 1 2 @ + 1 0 00156293 +redevelopment n 1 3 @ ~ + 1 1 00265119 +redevelopment_authority n 1 1 @ 1 0 08353244 +redeye n 1 1 @ 1 0 00302185 +redeye_flight n 1 1 @ 1 0 00302185 +redfin_pickerel n 1 1 @ 1 0 02561937 +redfish n 3 2 @ #m 3 0 07792117 02595702 02535258 +redford n 1 1 @ 1 0 11256125 +redhead n 3 2 @ #m 3 0 10513823 01851207 01840775 +redheaded_woodpecker n 1 2 @ #m 1 0 01840775 +redheader n 1 1 @ 1 1 10513823 +redhorse n 1 2 @ #m 1 0 01446152 +redhorse_sucker n 1 2 @ #m 1 0 01446152 +rediffusion n 1 2 @ ; 1 0 06276902 +redirect_examination n 1 2 @ ; 1 0 07195404 +rediscovery n 1 2 @ + 1 1 00151914 +redisposition n 1 2 @ + 1 0 01143760 +redistribution n 1 2 @ + 1 0 01083350 +redmaids n 1 2 @ #m 1 0 11858814 +redneck n 1 1 @ 1 0 10513938 +redness n 2 4 @ ~ #p + 2 0 14336539 04962784 +redolence n 1 2 @ + 1 0 04980463 +redonda n 1 2 @ #p 1 0 08710219 +redoubt n 2 2 @ ; 2 0 04066476 04066388 +redox n 1 1 @ 1 0 13530799 +redpoll n 2 2 @ #m 2 0 01531971 01531811 +redraft n 1 1 @ 1 0 13378031 +redress n 2 3 @ ~ + 2 1 13290676 00259177 +redroot n 1 2 @ #m 1 0 11908077 +redshank n 1 2 @ #m 1 0 02028035 +redshift n 1 2 @ ; 1 0 11513357 +redskin n 1 2 @ ; 1 0 09667205 +redstart n 2 2 @ #m 2 0 01568294 01561452 +redstem_storksbill n 1 1 @ 1 0 12688903 +redtail n 2 2 @ #m 2 0 01607429 01561452 +reduced_instruction_set_computer n 1 3 ! @ ; 1 0 04932875 +reduced_instruction_set_computing n 1 3 ! @ ; 1 0 04932875 +reducer n 2 3 @ ~ + 2 0 14780267 04066659 +reducing n 2 2 @ + 2 1 13547677 13547513 +reducing_agent n 1 2 @ ~ 1 0 14780267 +reducing_diet n 1 2 @ ~ 1 0 07564629 +reductant n 1 3 @ ~ + 1 0 14780267 +reductase n 1 2 @ ~ 1 0 15003645 +reductio n 1 1 @ 1 0 05824985 +reductio_ad_absurdum n 1 1 @ 1 0 05824985 +reduction n 3 3 @ ~ + 3 3 00351638 13547677 00192300 +reduction_division n 1 4 @ ~ %p ; 1 0 13512725 +reduction_gear n 1 1 @ 1 0 04066767 +reductionism n 2 1 @ 2 0 05782563 05782448 +reductivism n 1 1 @ 1 0 08469233 +redundance n 1 3 @ ~ + 1 0 05120310 +redundancy n 4 4 @ ~ + ; 4 2 07090938 05120310 05730163 01019248 +redundancy_check n 1 1 @ 1 0 05825942 +reduplication n 4 1 @ 4 0 07099598 06305610 06303150 01019372 +reduviid n 1 3 @ ~ #m 1 0 02244173 +reduviidae n 1 3 @ #m %m 1 0 02244007 +redwing n 2 2 @ #m 2 0 01575401 01558461 +redwood n 2 5 @ ~ #m #s %s 2 0 11640898 11640645 +redwood_family n 1 2 @ #m 1 0 11639609 +redwood_national_park n 1 2 @ #p 1 0 08608641 +redwood_penstemon n 1 2 @ #m 1 0 12885510 +reed n 5 3 @ ~ + 5 0 12136720 11256494 11256335 04066888 02817799 +reed_bunting n 1 2 @ #m 1 0 01538059 +reed_canary_grass n 1 2 @ #m 1 0 12129738 +reed_grass n 1 3 @ ~ #m 1 0 12112918 +reed_instrument n 1 2 @ ~ 1 0 02817799 +reed_mace n 1 1 @ 1 0 12155773 +reed_meadow_grass n 1 1 @ 1 0 12122442 +reed_organ n 1 1 @ 1 0 03494537 +reed_pipe n 1 1 @ 1 0 04067143 +reed_rhapis n 1 1 @ 1 0 12596345 +reed_section n 1 2 @ ~ 1 0 08217865 +reed_stop n 1 2 @ ~ 1 0 04067231 +reedbird n 2 2 @ #m 2 0 01573898 01565599 +reedmace n 1 1 @ 1 0 12155773 +reef n 3 4 @ ~ #p + 3 1 09406793 09001881 03458961 +reef_knot n 1 2 @ ~ 1 0 04067353 +reef_squirrelfish n 1 2 @ #m 1 0 01450950 +reef_whitetip_shark n 1 2 @ #m 1 0 01493146 +reefer n 1 2 @ %s 1 0 03600806 +reek n 1 3 @ ~ + 1 0 05714894 +reel n 6 5 @ ~ #m #p + 6 1 04067658 07056680 04067472 02860415 00540211 00539674 +reelection n 1 2 @ + 1 1 00181373 +reeler n 2 2 @ + 2 0 10645854 10514051 +reenactment n 1 2 @ + 1 0 00551913 +reenactor n 1 2 @ + 1 0 10514121 +reenforcement n 2 4 @ ~ + ; 2 1 06650238 00971463 +reenlistment n 1 1 @ 1 0 01207108 +reentering_angle n 1 1 @ 1 0 13890064 +reentering_polygon n 1 1 @ 1 0 13867005 +reentrant_angle n 1 2 ! @ 1 0 13890064 +reentrant_polygon n 1 1 @ 1 0 13867005 +reentry n 1 2 @ + 1 0 00328230 +reevaluation n 1 2 @ + 1 1 05737025 +reeve n 1 1 @ 1 0 02030224 +reexamination n 2 3 @ + ; 2 0 07195404 00143251 +ref n 1 2 @ ; 1 0 10514429 +refabrication n 1 2 @ ~ 1 0 00269856 +refection n 1 1 @ 1 0 07574426 +refectory n 1 1 @ 1 1 04067818 +refectory_table n 1 1 @ 1 0 04067921 +referee n 3 4 @ ~ + ; 3 1 10514429 10526927 10514643 +refereeing n 1 2 @ + 1 0 01191755 +reference n 10 4 @ ~ + ; 10 7 06766190 06763681 07258332 06417598 06694796 05922949 01264050 07258664 06356515 05923314 +reference_book n 1 2 @ ~ 1 0 06417598 +reference_frame n 1 3 @ ~ %p 1 0 05728024 +reference_grid n 1 1 @ 1 0 03459159 +reference_manual n 1 1 @ 1 0 06422364 +reference_point n 1 2 @ ~ 1 0 07258332 +reference_system n 1 3 @ ~ %p 1 0 05728024 +reference_work n 1 2 @ ~ 1 0 06417598 +referendum n 1 1 @ 1 1 00181640 +referent n 3 2 @ ~ 3 0 06603494 06603242 06603130 +referral n 3 3 @ ~ + 3 0 10514255 06672040 00121904 +referred_pain n 1 1 @ 1 0 14331373 +refill n 2 1 @ 2 0 04068261 04068055 +refilling n 1 2 @ + 1 0 13547925 +refined_sugar n 1 2 @ ~ 1 0 07859284 +refinement n 5 3 @ ~ + 5 2 14459824 07357679 13548105 06606191 04811995 +refiner n 1 2 @ + 1 0 10514784 +refinery n 1 3 @ ~ + 1 0 04068441 +refining n 1 3 @ ~ + 1 0 13548105 +refining_industry n 1 2 @ %m 1 0 08069050 +refinisher n 1 2 @ + 1 0 10514962 +refit n 1 1 @ 1 0 01157275 +reflation n 1 2 @ + 1 0 13548350 +reflectance n 1 1 @ 1 1 13588819 +reflecting_telescope n 1 3 @ ~ %p 1 0 04068601 +reflection n 8 3 @ ~ ; 8 5 05785508 11503060 06880249 04747115 04068976 13785404 06767035 05010627 +reflection_factor n 1 1 @ 1 0 13588819 +reflective_power n 1 1 @ 1 0 13820432 +reflectiveness n 1 1 @ 1 0 04661546 +reflectivity n 3 3 @ ~ + 3 0 13588819 05010627 04661546 +reflectometer n 1 1 @ 1 0 04069166 +reflector n 2 4 @ ~ %p + 2 2 04069276 04068601 +reflex n 1 3 @ ~ + 1 1 00863513 +reflex_action n 1 2 @ ~ 1 0 00863513 +reflex_angle n 1 1 @ 1 0 13892562 +reflex_arc n 1 1 @ 1 0 05463449 +reflex_camera n 1 1 @ 1 0 04069434 +reflex_epilepsy n 1 2 @ ~ 1 0 14090245 +reflex_response n 1 2 @ ~ 1 0 00863513 +reflexion n 7 2 @ ~ 7 0 11503060 06880249 06767035 05785508 05010627 04747115 04068976 +reflexive n 1 2 @ + 1 0 06328207 +reflexive_pronoun n 1 1 @ 1 0 06328207 +reflexive_verb n 1 1 @ 1 0 06328386 +reflexiveness n 2 3 @ + ; 2 0 13799245 13798814 +reflexivity n 2 3 @ + ; 2 0 13799245 13798814 +reflexology n 2 1 @ 2 0 06141197 00659946 +reflux n 2 3 @ ~ #p 2 0 14336004 07402147 +reflux_condenser n 1 1 @ 1 0 04069582 +refocusing n 1 2 @ + 1 1 00375938 +reforestation n 1 2 @ + 1 0 00400449 +reform n 3 3 @ ~ + 3 2 00260622 00800940 00261405 +reform_jew n 1 2 @ #m 1 0 10515863 +reform_judaism n 2 2 @ %m 2 0 08095426 06234728 +reform_movement n 1 2 @ ~ 1 1 08473623 +reform_school n 1 2 @ ~ 1 0 04069777 +reformation n 3 3 @ ~ + 3 0 14424087 08475929 00095971 +reformatory n 1 3 @ ~ + 1 0 04069777 +reformer n 2 4 @ ~ #p + 2 0 10515194 04070003 +reformism n 1 2 @ + 1 0 05967097 +reformist n 1 3 @ ~ + 1 0 10515194 +refracting_telescope n 1 2 @ ~ 1 0 04070207 +refraction n 2 3 @ ~ + 2 0 11503287 07410883 +refractive_index n 1 1 @ 1 0 13824929 +refractiveness n 1 2 @ + 1 0 05011568 +refractivity n 1 2 @ + 1 0 05011568 +refractometer n 1 1 @ 1 0 04070415 +refractoriness n 1 2 @ + 1 0 04907575 +refractory n 1 2 @ %s 1 0 03404900 +refractory_anaemia n 1 2 @ ~ 1 0 14168176 +refractory_anemia n 1 2 @ ~ 1 0 14168176 +refractory_period n 1 2 @ ; 1 0 15227391 +refractory_pot n 1 1 @ 1 0 02868975 +refrain n 1 3 @ ~ #p 1 1 07050177 +refresher n 3 3 @ + ; 3 0 13322343 07914128 00891850 +refresher_course n 1 1 @ 1 0 00891850 +refreshment n 2 2 @ + 2 0 07574504 00401783 +refried_beans n 1 2 @ ; 1 0 07881625 +refrigerant n 1 3 @ ~ + 1 0 15003797 +refrigeration n 2 2 @ + 2 1 13548531 00707344 +refrigeration_system n 1 2 @ #p 1 0 04070545 +refrigerator n 1 4 @ ~ %p + 1 1 04070727 +refrigerator_car n 1 2 @ %p 1 0 04070964 +refrigerator_cookie n 1 1 @ 1 0 07637508 +refueling n 1 2 @ + 1 1 01059719 +refuge n 4 2 @ ~ 4 0 08643933 05155123 04071102 01208597 +refugee n 1 2 @ ~ 1 1 10516016 +refugee_camp n 1 1 @ 1 0 02945813 +refulgence n 1 3 @ ~ + 1 0 04953954 +refulgency n 1 3 @ ~ + 1 0 04953954 +refund n 2 3 @ ~ + 2 2 13282161 01121690 +refurbishment n 1 2 @ + 1 0 14424517 +refusal n 2 3 @ ~ + 2 2 07205573 06634095 +refuse n 1 1 @ 1 1 14857151 +refuse_collector n 1 1 @ 1 0 10120330 +refuse_heap n 1 1 @ 1 0 08573842 +refutal n 1 1 @ 1 0 00155298 +refutation n 3 3 @ ~ + 3 0 07200813 05826469 00155298 +refuter n 1 2 @ + 1 0 10510546 +regaining n 1 3 @ ~ + 1 0 00089351 +regalecidae n 1 3 @ #m %m 1 0 02546744 +regalecus_glesne n 1 2 @ #m 1 0 02547014 +regalia n 2 2 @ ~ 2 0 04071263 02742322 +regard n 7 5 @ ~ = + ; 7 4 05820170 05702726 06630627 00878648 14437552 07545415 06206800 +regatta n 1 1 @ 1 0 07468456 +regency n 3 3 @ + ; 3 0 15298995 15295603 00598970 +regeneration n 4 4 @ ~ + ; 4 0 13548734 13539262 01047937 00269963 +regent n 2 4 @ ~ #m + 2 0 10516294 10516117 +reggae n 1 1 @ 1 0 07066285 +reggane n 1 2 @ #p 1 0 08707332 +regicide n 2 1 @ 2 0 10516422 00225070 +regime n 2 5 @ ~ %m %p ; 2 2 08050678 05909585 +regimen n 1 2 @ ; 1 0 05909585 +regiment n 1 3 @ %m + 1 1 08213817 +regimentals n 1 2 @ ; 1 0 04071393 +regimentation n 1 2 @ + 1 1 01148283 +regina n 1 2 @ #p 1 0 08830005 +reginald_carey_harrison n 1 1 @ 1 0 11031995 +reginald_joseph_mitchell n 1 1 @ 1 0 11182825 +reginald_marsh n 1 1 @ 1 0 11158651 +regiomontanus n 1 1 @ 1 0 11195619 +region n 5 2 @ ~ 5 3 08630039 05221895 08630985 13759146 05997814 +regional_anaesthesia n 1 2 @ ~ 1 0 14027674 +regional_anatomy n 1 1 @ 1 0 06060463 +regional_anesthesia n 1 2 @ ~ 1 0 14027674 +regional_enteritis n 1 1 @ 1 0 14305990 +regional_ileitis n 1 1 @ 1 0 14305990 +regionalism n 3 2 @ - 3 0 07156497 06662850 04878434 +register n 7 6 @ ~ #p %p + ; 7 2 06507041 05126849 13412321 04071876 04071712 04071536 02977438 +register_language n 1 1 @ 1 1 06905243 +registered_bond n 1 1 @ 1 0 13339325 +registered_mail n 1 1 @ 1 0 06623316 +registered_nurse n 1 2 @ ~ 1 0 10516527 +registered_post n 1 1 @ 1 0 06623316 +registered_representative n 1 1 @ 1 0 09761753 +registered_security n 1 2 @ ~ 1 0 13340579 +registrant n 1 2 @ + 1 1 10516692 +registrar n 3 2 @ ~ 3 0 10517137 10517032 10516874 +registration n 5 4 @ ~ + ; 5 1 00050037 08479986 06479374 04987356 00999787 +registration_fire n 1 1 @ 1 0 00993228 +registration_number n 1 1 @ 1 0 06425808 +registry n 1 3 @ ~ + 1 1 06507041 +regius_professor n 1 1 @ 1 1 10517283 +reglaecus n 1 3 @ #m %m 1 0 02546873 +regnellidium n 1 2 @ #m 1 0 12958615 +regnellidium_diphyllum n 1 2 @ #m 1 0 12958615 +regosol n 1 1 @ 1 0 14695351 +regress n 2 2 @ + 2 0 05783768 00235208 +regression n 4 5 @ ~ #p + ; 4 0 14503354 13548931 06027264 00235208 +regression_analysis n 1 3 @ %p ; 1 0 06028021 +regression_coefficient n 1 3 @ #p ; 1 0 06028566 +regression_curve n 1 3 @ #p ; 1 0 06029306 +regression_equation n 1 3 @ #p ; 1 1 06028260 +regression_line n 1 3 @ #p ; 1 1 06029306 +regression_of_y_on_x n 1 3 @ #p ; 1 0 06028260 +regression_toward_the_mean n 1 4 @ ~ #p ; 1 0 06027264 +regret n 1 3 @ ~ + 1 1 07535670 +regrets n 1 1 @ 1 0 06634239 +regular n 4 3 @ + ; 4 1 10517405 10517743 10517583 05096972 +regular_army n 1 4 @ ~ %m ; 1 1 08191230 +regular_convex_polyhedron n 1 2 @ ~ 1 0 13915999 +regular_convex_solid n 1 2 @ ~ 1 0 13915999 +regular_dodecahedron n 1 1 @ 1 0 13917094 +regular_hexagon n 1 1 @ 1 0 13882385 +regular_hexahedron n 1 2 @ ~ 1 0 13916721 +regular_icosahedron n 1 1 @ 1 0 13917334 +regular_octahedron n 1 1 @ 1 0 13917214 +regular_payment n 1 2 @ ~ 1 0 13281275 +regular_polygon n 1 2 @ ~ 1 0 13867133 +regular_polyhedron n 1 2 @ ~ 1 0 13915999 +regular_recurrence n 1 2 @ ~ 1 0 04768028 +regular_tetrahedron n 1 1 @ 1 0 13916603 +regularisation n 2 2 @ + 2 0 13925015 00806902 +regularity n 2 5 ! @ ~ = + 2 2 05065211 04767347 +regularization n 2 2 @ + 2 0 13925015 00806902 +regulating n 1 3 @ ~ + 1 0 00805034 +regulation n 6 4 @ ~ + ; 6 2 06664051 05846054 14443434 13549105 00806902 00805034 +regulation_time n 1 4 ! @ #p ; 1 0 15233778 +regulator n 3 3 @ ~ + 3 1 04072193 10517826 03450018 +regulator_gene n 1 2 @ #p 1 0 05441053 +regulatory_agency n 1 1 @ 1 0 08353406 +regulatory_authority n 1 1 @ 1 0 08353406 +regulatory_gene n 1 2 @ #p 1 0 05441053 +regulatory_offence n 1 2 @ ~ 1 0 00774796 +regulatory_offense n 1 2 @ ~ 1 0 00774796 +regulus n 2 3 @ #m %m 2 0 09406944 01563579 +regulus_calendula n 1 1 @ 1 0 01564217 +regulus_regulus n 1 1 @ 1 0 01563945 +regulus_satrata n 1 1 @ 1 0 01564101 +regur n 1 1 @ 1 0 14695497 +regur_soil n 1 1 @ 1 0 14695497 +regurgitation n 3 3 @ ~ + 3 0 07406474 05762671 00118733 +rehabilitation n 4 3 @ ~ + 4 2 00400645 00269018 01241997 00700260 +rehabilitation_program n 1 2 @ ~ 1 1 05900583 +reharmonisation n 1 1 @ 1 0 07027651 +reharmonization n 1 2 @ + 1 1 07027651 +rehash n 1 2 @ + 1 0 06635759 +rehearing n 1 1 @ 1 1 00882460 +rehearsal n 2 4 @ ~ + ; 2 1 00897026 00896832 +rehnquist n 1 1 @ 1 0 11256765 +reich n 3 2 @ ~ 3 1 08169573 11257159 11257031 +reichstein n 1 1 @ 1 0 11257395 +reid n 1 1 @ 1 0 11257547 +reification n 2 2 @ + 2 0 00932804 00932298 +reign n 3 3 @ ~ + 3 1 15260964 15260814 14443532 +reign_of_terror n 2 2 @ ; 2 0 15260651 15260436 +reimbursement n 1 3 @ ~ + 1 1 13290002 +reimposition n 1 2 @ + 1 0 01148398 +reims n 1 2 @ #p 1 0 08937594 +rein n 2 4 @ ~ #p + 2 1 04072551 05197574 +rein_orchid n 1 3 @ ~ #m 1 0 12065777 +rein_orchis n 1 3 @ ~ #m 1 0 12065777 +reincarnation n 3 3 @ ~ + 3 0 10518003 07321247 06191212 +reincarnationism n 1 1 @ 1 0 05968553 +reindeer n 1 3 @ ~ #m 1 0 02433925 +reindeer_lichen n 1 2 @ #m 1 0 12991184 +reindeer_moss n 1 2 @ #m 1 0 12991184 +reinforced_concrete n 1 1 @ 1 1 14804797 +reinforcement n 5 4 @ ~ + ; 5 1 00971463 06650238 05828552 04336034 01219551 +reinforcer n 1 4 @ ~ + ; 1 0 05828552 +reinforcing_stimulus n 1 3 @ ~ ; 1 0 05828552 +reinhold_niebuhr n 1 1 @ 1 0 11206885 +reinstatement n 2 2 @ + 2 0 13944914 00401459 +reinsurance n 1 2 @ + 1 0 13348456 +reinterpretation n 2 2 @ + 2 0 05928733 00100889 +reintroduction n 1 2 @ + 1 0 07217673 +reissue n 1 2 @ + 1 1 06270308 +reit n 1 1 @ 1 0 08072287 +reiter n 1 1 @ 1 0 11257697 +reiter's_disease n 1 1 @ 1 0 14309183 +reiter's_syndrome n 1 1 @ 1 0 14309183 +reiteration n 1 2 @ + 1 0 01019372 +reithrodontomys n 1 3 @ #m %m 1 0 02336129 +reject n 1 2 @ + 1 0 05790572 +rejection n 4 5 ! @ ~ + ; 4 2 00203342 13937554 11505318 07207273 +rejoicing n 2 2 @ + 2 1 07529563 07129422 +rejoicing_in_the_law n 1 2 @ ; 1 0 15197302 +rejoicing_of_the_law n 1 2 @ ; 1 0 15197302 +rejoicing_over_the_law n 1 2 @ ; 1 0 15197302 +rejoinder n 2 3 @ ~ ; 2 0 07199922 06563324 +rejuvenation n 2 3 @ ~ + 2 0 11505546 00401639 +relafen n 1 3 @ %s ; 1 0 03804048 +relapse n 1 3 @ ~ + 1 0 00068333 +relapsing n 1 3 @ ~ + 1 0 00068333 +relapsing_fever n 1 1 @ 1 0 14142459 +relatedness n 1 4 ! @ ~ + 1 1 13795489 +relation n 6 6 @ ~ #m %p + ; 6 2 00031921 00845523 10235549 07222823 05957428 00040962 +relation_back n 1 2 @ ; 1 0 05957428 +relational_adjective n 1 2 @ ~ 1 0 06322157 +relational_database n 1 2 @ ~ 1 0 06637973 +relational_database_management_system n 1 1 @ 1 0 06588998 +relations n 1 1 @ 1 1 13780449 +relationship n 4 4 @ ~ + ; 4 3 13780719 13928388 13928668 13812607 +relative n 2 3 @ ~ #m 2 2 10235549 01328302 +relative-in-law n 1 2 @ ~ 1 0 10207169 +relative_atomic_mass n 1 3 @ ~ ; 1 0 05025935 +relative_clause n 1 1 @ 1 0 06315096 +relative_density n 1 2 @ ~ 1 0 05089782 +relative_frequency n 1 2 @ ~ 1 1 13821570 +relative_humidity n 1 1 @ 1 1 13825080 +relative_incidence n 1 2 @ ~ 1 0 13826959 +relative_majority n 1 2 @ ; 1 0 13581218 +relative_molecular_mass n 1 2 @ ; 1 0 05026312 +relative_pronoun n 1 1 @ 1 0 06327551 +relative_quantity n 1 2 @ ~ 1 0 13576982 +relativism n 1 3 @ + ; 1 0 05975846 +relativistic_mass n 1 2 @ ; 1 0 05025129 +relativity n 2 5 @ ~ + ; - 2 0 06106502 05212609 +relativity_theory n 1 4 @ ~ ; - 1 0 06106502 +relatum n 1 1 @ 1 0 06603366 +relaxant n 1 3 @ ~ + 1 0 04072811 +relaxation n 7 4 @ ~ + ; 7 0 13549488 13549311 07515974 07443210 01064148 00873798 00355691 +relaxation_behavior n 1 2 @ ; 1 0 13549311 +relaxation_method n 1 1 @ 1 0 00873798 +relaxation_time n 1 1 @ 1 1 15275315 +relaxer n 1 2 @ + 1 0 09407043 +relaxin n 1 1 @ 1 0 05412053 +relay n 5 5 @ ~ #p %p + 5 1 00318567 08218965 07985533 07464083 04072960 +relay_link n 1 2 @ #p 1 0 02872529 +relay_race n 1 2 @ ~ 1 0 07464083 +relay_station n 1 2 @ #p 1 0 02872529 +relay_transmitter n 1 2 @ #p 1 0 02872529 +release n 12 4 @ ~ + ; 12 6 04073208 00095502 13549672 06747484 00216174 07333649 06552814 04073425 01264447 00329619 00213694 00210940 +releasing_factor n 2 2 @ ~ 2 0 15023294 05412242 +releasing_hormone n 2 2 @ ~ 2 0 15023294 05412242 +relegating n 1 3 @ ~ + 1 0 01140839 +relegation n 3 3 @ ~ + 3 0 01140839 01013434 00208521 +relentlessness n 1 2 @ + 1 1 04831437 +relevance n 1 4 ! @ ~ + 1 1 13794417 +relevancy n 1 3 @ ~ + 1 1 13794417 +reliability n 1 4 ! @ ~ + 1 1 04670022 +reliableness n 1 4 ! @ ~ + 1 0 04670022 +reliance n 2 2 @ + 2 2 05697976 14001728 +relic n 2 2 @ ~ 2 1 04073547 03610270 +relict n 2 1 @ 2 0 13084633 09407194 +relief n 11 3 @ ~ ; 11 9 07493280 14445749 13290991 10648237 01209220 15274074 07357101 01088168 00354884 04073669 01075567 +relief_map n 1 1 @ 1 0 03096142 +relief_pitcher n 1 2 @ ~ 1 0 10518194 +relief_printing n 1 1 @ 1 0 06678664 +relief_valve n 1 1 @ 1 0 04127633 +reliever n 3 3 @ ~ + 3 0 10648237 10518349 10518194 +relievo n 1 2 @ ~ 1 0 04073669 +religion n 2 4 @ ~ + - 2 2 05946687 08081668 +religionism n 2 2 @ + 2 0 06206470 04827175 +religionist n 1 2 @ + 1 1 09629065 +religiosity n 1 2 @ + 1 0 04827175 +religious n 1 3 @ ~ + 1 0 10518602 +religious_belief n 1 3 @ ~ - 1 1 05946687 +religious_ceremony n 1 2 @ ~ 1 0 01028082 +religious_cult n 1 2 @ ~ 1 0 05948264 +religious_doctrine n 1 2 @ ~ 1 0 06789411 +religious_festival n 1 3 @ ~ %p 1 0 15162210 +religious_holiday n 1 3 @ ~ #p 1 0 15183802 +religious_leader n 1 2 @ ~ 1 0 10519494 +religious_movement n 1 2 @ ~ 1 0 08473787 +religious_music n 1 2 @ ~ 1 0 07033007 +religious_mystic n 1 2 @ ~ 1 0 10343554 +religious_mysticism n 1 2 @ ~ 1 0 05948857 +religious_offering n 1 2 @ ~ 1 0 01041349 +religious_order n 1 3 @ ~ %p 1 1 08149781 +religious_orientation n 1 2 @ ~ 1 0 06222336 +religious_outcast n 1 1 @ 1 0 10171755 +religious_person n 1 3 ! @ ~ 1 0 09628382 +religious_residence n 1 2 @ ~ 1 0 04073948 +religious_right n 1 1 @ 1 0 08416890 +religious_rite n 1 2 @ ~ 1 0 01029406 +religious_ritual n 1 2 @ ~ 1 0 01028082 +religious_school n 1 2 @ ~ 1 0 08284054 +religious_sect n 1 3 @ ~ %p 1 0 08149781 +religious_service n 1 3 @ ~ %p 1 0 01032040 +religious_society_of_friends n 1 2 @ %m 1 0 08150377 +religious_song n 1 2 @ ~ 1 0 07035420 +religious_text n 1 2 @ ~ 1 0 06429590 +religious_trance n 1 1 @ 1 0 05681855 +religious_writing n 1 2 @ ~ 1 0 06429590 +religiousism n 1 1 @ 1 0 04827175 +religiousness n 2 3 @ ~ + 2 1 04826999 04848866 +relinquishing n 2 3 @ ~ + 2 0 07254836 00212808 +relinquishment n 2 3 @ ~ + 2 0 07254836 00212808 +reliquary n 1 1 @ 1 0 04074185 +relish n 3 3 @ ~ + 3 1 07491981 07582441 05715864 +relishing n 1 1 @ 1 0 00841901 +relistening n 1 1 @ 1 0 00882460 +reliving n 1 2 @ + 1 1 05810768 +relocatable_program n 1 1 @ 1 0 06578060 +relocation n 2 3 @ ~ + 2 0 01252566 00168658 +reluctance n 2 4 @ ~ + ; 2 0 11504750 04645943 +reluctivity n 1 2 @ ; 1 0 05019499 +rem n 2 1 @ 2 0 14025755 13646367 +rem_sleep n 1 1 @ 1 0 14025755 +remainder n 4 3 @ ~ + 4 1 13810818 13733663 13729236 03286383 +remains n 2 3 @ ~ ; 2 1 09407346 05218119 +remake n 1 2 @ + 1 0 04074329 +remaking n 1 1 @ 1 0 04074329 +remand n 1 2 @ + 1 0 00328327 +remark n 2 3 @ ~ + 2 1 06765044 05710573 +remarriage n 1 2 @ + 1 0 01248752 +rematch n 1 2 @ ; 1 0 07343195 +rembrandt n 1 1 @ 1 0 11257932 +rembrandt_harmensz_van_rijn n 1 1 @ 1 0 11257932 +rembrandt_van_rijn n 1 1 @ 1 0 11257932 +rembrandt_van_ryn n 1 1 @ 1 0 11257932 +remediation n 1 3 @ ~ + 1 0 00259177 +remedy n 2 4 @ ~ #p + 2 2 00259177 04074482 +remembering n 1 3 @ ~ + 1 0 05760202 +remembrance n 2 3 @ ~ + 2 1 05761918 06688522 +remembrance_day n 1 2 @ ; 1 0 15200661 +remembrance_sunday n 1 2 @ ; 1 0 15200661 +remicade n 2 2 @ ; 2 0 15030022 03569657 +remilegia n 1 3 @ #m %m 1 0 02575455 +remilegia_australis n 1 2 @ #m 1 0 02575590 +remilitarisation n 1 2 @ + 1 0 01158543 +remilitarization n 1 2 @ + 1 0 01158543 +reminder n 3 3 @ ~ + 3 2 06506757 05813626 09771855 +reminiscence n 2 3 @ ~ + 2 0 05762848 05761559 +remise n 3 3 @ #p ; 3 0 04074876 03055857 01174645 +remission n 4 5 @ ~ #p + ; 4 1 07419960 13299453 00122106 00094240 +remission_of_sin n 1 3 @ ~ #p 1 0 00094240 +remissness n 1 2 @ + 1 0 04666416 +remit n 2 3 @ + ; 2 0 05815890 00122106 +remitment n 2 3 @ + ; 2 0 13299453 00122106 +remittal n 3 4 @ ~ #p + 3 0 13299453 07419960 00094240 +remittance n 1 2 @ + 1 0 13299453 +remittance_man n 1 1 @ 1 0 10519884 +remnant n 2 3 @ ~ + 2 1 13811184 03286383 +remonstrance n 1 1 @ 1 1 07246742 +remonstration n 1 1 @ 1 0 07246742 +remora n 1 3 @ ~ #m 1 0 02574910 +remorse n 1 2 @ ~ 1 1 07536074 +remote n 1 2 @ #p 1 0 04074963 +remote-access_data_processing n 1 1 @ 1 0 13468542 +remote-control_bomb n 1 2 @ %p 1 0 04075160 +remote_control n 1 2 @ #p 1 0 04074963 +remote_station n 1 1 @ 1 0 04075291 +remote_terminal n 1 1 @ 1 0 04075291 +remoteness n 2 3 @ ~ + 2 0 05085165 04656996 +remotion n 1 3 @ ~ + 1 0 00391599 +remoulade_sauce n 1 1 @ 1 0 07832741 +remount n 1 2 @ + 1 0 02378149 +removable_disk n 1 1 @ 1 0 04075468 +removal n 2 3 @ ~ + 2 1 00391599 00216723 +removal_company n 1 1 @ 1 0 08478482 +removal_firm n 1 1 @ 1 1 08478482 +remove n 1 1 @ 1 0 05090255 +remover n 2 3 @ + ; 2 0 15003969 10519984 +remuda n 1 1 @ 1 1 07994818 +remuneration n 2 4 @ ~ #p + 2 1 13279262 01121855 +remunerator n 1 3 @ ~ + 1 0 10409752 +remus n 1 2 @ ; 1 0 09556580 +renaissance n 2 3 @ #p %p 2 2 15259812 01047803 +renaissance_man n 2 1 @ 2 0 10520286 10520109 +renal_artery n 1 2 @ #p 1 1 05354381 +renal_calculus n 1 1 @ 1 0 09325824 +renal_colic n 1 1 @ 1 0 14331690 +renal_corpuscle n 1 3 @ #p %p 1 0 05247369 +renal_cortex n 1 2 @ #p 1 0 05491154 +renal_disorder n 1 2 @ ~ 1 0 14113228 +renal_failure n 1 2 @ ~ 1 0 14114555 +renal_insufficiency n 1 1 @ 1 0 14114773 +renal_lithiasis n 1 2 @ ~ 1 0 14115648 +renal_pelvis n 1 2 @ #p 1 0 05596442 +renal_vein n 1 2 @ #p 1 0 05379247 +renascence n 3 5 @ ~ #p %p + 3 0 15259812 07321247 01047803 +renata_tebaldi n 1 1 @ 1 0 11334317 +render n 1 1 @ 1 0 15060326 +rendering n 7 3 @ ~ + 7 3 06893565 05766247 00100543 06536389 04075715 04075615 01122037 +rendezvous n 3 3 @ ~ + 3 2 01231548 08642870 08385717 +rendition n 4 3 @ ~ + 4 1 06893565 05766247 00421321 00100543 +rene-robert_cavelier n 1 1 @ 1 0 11118205 +rene_antoine_ferchault_de_reaumur n 1 1 @ 1 0 11255619 +rene_descartes n 1 1 @ 1 0 10931854 +rene_magritte n 1 1 @ 1 0 11149373 +renegade n 2 2 @ + 2 0 10520544 10007109 +renegade_state n 1 1 @ 1 0 08170374 +renege n 1 3 @ #p + 1 0 01259211 +renewable_resource n 1 1 @ 1 0 13332500 +renewal n 3 3 @ ~ + 3 2 00269018 01248852 13547925 +reniform_leaf n 1 1 @ 1 0 13159691 +renin n 1 1 @ 1 0 15004149 +rennet n 1 2 @ %s 1 0 14738623 +rennin n 1 2 @ #s 1 0 15004317 +reno n 1 2 @ #p 1 0 09111168 +renoir n 1 1 @ 1 0 11258096 +renouncement n 1 3 @ ~ + 1 0 07254594 +renovation n 2 3 @ ~ + 2 1 00265119 14424517 +renovator n 1 2 @ + 1 0 10514962 +renown n 1 1 @ 1 0 14437386 +rensselaerite n 1 1 @ 1 0 15066796 +rent n 4 3 @ ~ + 4 2 13295657 09410928 13296270 00391407 +rent-a-car n 1 1 @ 1 0 13248598 +rent-rebate n 1 2 @ ; 1 0 13282419 +rent-roll n 1 1 @ 1 0 06507454 +rent_collector n 1 1 @ 1 0 10520675 +rental n 2 4 @ ~ + ; 2 0 13248393 01111375 +rental_collection n 1 1 @ 1 0 07978276 +rental_income n 1 1 @ 1 0 13260092 +rente n 1 2 @ ~ 1 0 13294503 +renter n 2 3 @ ~ + 2 0 10700201 10520804 +rentier n 1 1 @ 1 0 10520964 +renting n 1 3 @ + ; 1 0 01111375 +renunciation n 4 3 @ ~ + 4 1 07207410 14413411 07254594 00205079 +reorder n 1 1 @ 1 0 06530255 +reordering n 1 3 @ ~ + 1 0 00339463 +reorganisation n 1 1 @ 1 0 01137987 +reorganization n 2 2 @ + 2 0 01137987 00200768 +reorientation n 2 3 @ ~ + 2 1 06208614 00346296 +reoviridae n 1 2 @ #m 1 0 01333610 +reovirus n 1 2 @ ~ 1 0 01340935 +rep n 2 1 @ 2 0 09955944 04075813 +repair n 3 3 @ ~ + 3 2 00266806 14546701 08581503 +repair_shed n 1 2 @ #p 1 0 02687821 +repair_shop n 1 2 @ ~ 1 0 04075916 +repairer n 1 3 @ ~ + 1 0 10308732 +repairman n 1 2 @ ~ 1 1 10521100 +reparation n 4 4 @ ~ + ; 4 0 13292613 13292390 00266806 00095329 +repartee n 1 2 @ ~ 1 0 06777687 +repast n 1 3 @ ~ %p 1 0 07573696 +repatriate n 1 2 @ + 1 0 10521288 +repatriation n 1 2 @ + 1 0 00051385 +repayment n 2 3 @ ~ + 2 1 01121690 13299651 +repayment_rate n 1 1 @ 1 0 13281770 +repeal n 1 3 @ ~ + 1 1 00231887 +repeat n 1 3 @ ~ + 1 1 07342049 +repeater n 4 4 @ ~ + ; 4 0 10521470 10511425 04076284 04076052 +repeating n 1 3 @ ~ + 1 0 01018630 +repeating_decimal n 1 1 @ 1 0 13736376 +repeating_firearm n 1 2 @ ~ 1 0 04076284 +repechage n 1 1 @ 1 0 07464234 +repellant n 3 3 @ ~ + 3 0 14920586 14920388 05196054 +repellent n 3 3 @ ~ + 3 0 14920586 14920388 05196054 +repentance n 1 2 @ + 1 1 07536870 +repercussion n 2 3 @ ~ + 2 0 11416722 07350192 +repertoire n 2 1 @ 2 0 08336844 08336627 +repertory n 3 1 @ 3 1 04076433 08336844 08336627 +repertory_company n 1 1 @ 1 0 08187569 +repetition n 3 3 @ ~ + 3 3 07342049 01018630 07099271 +repetitiousness n 1 3 @ ~ + 1 0 07090721 +repetitiveness n 1 3 @ ~ + 1 0 07090721 +rephrasing n 1 3 @ ~ + 1 0 06429145 +replaceability n 1 2 @ + 1 0 04737234 +replacement n 6 3 @ ~ + 6 4 00197772 10680153 07443761 05696425 13547925 10671736 +replacement_cost n 1 1 @ 1 0 13302905 +replacing n 1 3 @ ~ + 1 1 00197772 +replay n 2 3 @ + ; 2 0 07343195 01020117 +replenishment n 1 2 @ + 1 1 13547925 +repletion n 2 2 @ + 2 0 14452151 00841628 +replica n 1 3 @ ~ + 1 0 04076533 +replication n 7 4 @ ~ + ; 7 1 01019901 13549916 07199922 06563168 05010801 04076533 01249060 +reply n 2 3 @ ~ + 2 2 06746005 07199565 +report n 7 3 @ ~ + 7 4 07218470 07217924 06681551 07391516 07220300 06409752 06207199 +report_card n 1 1 @ 1 0 07220300 +reportage n 1 2 @ + 1 0 06683784 +reporter n 1 3 @ ~ + 1 1 10521662 +reporting n 1 2 @ + 1 1 06683784 +reporting_weight n 1 1 @ 1 1 05027276 +repose n 3 3 @ ~ + 3 1 01064148 07515790 04904352 +repositing n 1 3 @ ~ + 1 0 00372607 +reposition n 1 3 @ ~ + 1 0 00372607 +repositioning n 1 2 @ + 1 0 01052739 +repository n 3 3 @ ~ %p 3 2 03177349 10521928 04076713 +repossession n 1 2 @ + 1 0 00089891 +repp n 1 1 @ 1 0 04075813 +reprehensibility n 1 2 @ + 1 0 04853212 +reprehension n 1 3 @ ~ + 1 0 06711855 +representation n 10 3 @ ~ + 10 3 05926676 04076846 01217499 14000403 08337108 07203388 06893885 06739782 05187711 00898518 +representational_process n 1 2 @ ~ 1 0 05765159 +representative n 4 2 @ ~ 4 3 10522035 10638385 09955781 05820620 +representative_sample n 1 2 @ ; 1 0 06027051 +representative_sampling n 1 1 @ 1 0 00162417 +represser n 1 1 @ 1 0 09407541 +repression n 3 3 @ + ; 3 1 13996571 13550089 00420712 +repressor n 1 1 @ 1 0 09407541 +repressor_gene n 1 1 @ 1 0 05441224 +reprieve n 4 4 @ ~ + ; 4 1 14446034 07368256 06548317 01259034 +reprimand n 1 3 @ ~ + 1 0 06711855 +reprint n 2 2 @ + 2 1 06270308 06269785 +reprinting n 1 2 @ + 1 0 06270308 +reprisal n 1 1 @ 1 1 01235946 +reproach n 2 2 @ ~ 2 2 06713512 14441714 +reproacher n 1 2 @ + 1 0 10740017 +reprobate n 1 3 @ ~ + 1 1 10522324 +reprobation n 2 2 @ + 2 0 14414146 06201042 +reproducer n 1 2 @ ~ 1 0 04077430 +reproducibility n 1 2 @ + 1 1 04806169 +reproduction n 5 5 @ ~ %p + ; 5 1 13550318 05762483 04076533 01019901 00849523 +reproduction_cost n 1 1 @ 1 0 13303045 +reproductive_cell n 1 3 @ ~ #p 1 0 05456732 +reproductive_cloning n 1 2 @ ~ 1 0 00638448 +reproductive_memory n 1 1 @ 1 0 05762483 +reproductive_organ n 1 3 @ ~ #p 1 0 05513302 +reproductive_structure n 1 2 @ ~ 1 0 11675842 +reproductive_system n 1 4 @ ~ #p %p 1 0 05509146 +reproof n 1 3 @ ~ + 1 1 06711855 +reproval n 1 3 @ ~ + 1 0 06711855 +reprover n 1 2 @ + 1 0 10740017 +reptantia n 1 3 @ #m %m 1 0 01982482 +reptile n 1 3 @ ~ #m 1 1 01661091 +reptile_family n 1 3 @ ~ #m 1 0 01656813 +reptile_genus n 1 3 @ ~ #m 1 0 01657723 +reptilia n 1 4 @ #m %m + 1 0 01660719 +reptilian n 1 4 @ ~ #m + 1 0 01661091 +republic n 2 2 @ ~ 2 1 08361329 08362917 +republic_of_albania n 1 4 @ #p %m %p 1 0 08704822 +republic_of_angola n 1 4 @ #p %m %p 1 0 08707917 +republic_of_armenia n 1 6 @ #m #p %m %p - 1 0 09017526 +republic_of_austria n 1 6 @ #m #p %m %p - 1 0 08845555 +republic_of_belarus n 1 5 @ #m #p %m %p 1 0 09011151 +republic_of_benin n 1 4 @ #p %m %p 1 0 08759420 +republic_of_bolivia n 1 6 @ #m #p %m %p - 1 0 08852843 +republic_of_bosnia_and_herzegovina n 1 2 @ %p 1 0 08817630 +republic_of_botswana n 1 4 @ #p %m %p 1 0 08852389 +republic_of_bulgaria n 1 6 @ #m #p %m %p - 1 0 08714132 +republic_of_burundi n 1 4 @ #p %m %p 1 0 08716219 +republic_of_cameroon n 1 4 @ #p %m %p 1 0 08717209 +republic_of_cape_verde n 1 3 @ #p %p 1 0 08717915 +republic_of_chad n 1 4 @ #p %m %p 1 0 08720037 +republic_of_chile n 1 6 @ #m #p %m %p - 1 0 08720481 +republic_of_china n 1 4 @ #p %m %p 1 0 08730550 +republic_of_colombia n 1 6 @ #m #p %m %p - 1 0 08732116 +republic_of_costa_rica n 1 5 @ #m #p %m %p 1 0 08736107 +republic_of_cote_d'ivoire n 1 3 @ #p %p 1 0 08736517 +republic_of_croatia n 1 4 @ #p %m %p 1 0 08815858 +republic_of_cuba n 1 5 @ #m #p %m %p 1 0 08750334 +republic_of_cyprus n 1 4 @ #p %p - 1 0 08756884 +republic_of_djibouti n 1 5 @ #m #p %m %p 1 0 08762495 +republic_of_ecuador n 1 6 @ #m #p %m %p - 1 0 08776687 +republic_of_el_salvador n 1 5 @ #m #p %m %p 1 0 08738272 +republic_of_equatorial_guinea n 1 3 @ #p %p 1 0 08763500 +republic_of_estonia n 1 3 @ #p %p 1 0 09012297 +republic_of_fiji n 1 4 @ #p %m %p 1 0 08779149 +republic_of_finland n 1 5 @ #m #p %m %p 1 0 08779504 +republic_of_ghana n 1 4 @ #p %m %p 1 0 08946187 +republic_of_guatemala n 1 5 @ #m #p %m %p 1 0 08737041 +republic_of_guinea n 1 4 @ #p %m %p 1 0 08947319 +republic_of_guinea-bissau n 1 3 @ #p %p 1 0 08947772 +republic_of_haiti n 1 6 @ #m #p %m %p - 1 0 08751494 +republic_of_honduras n 1 6 @ #m #p %m %p - 1 0 08737716 +republic_of_hungary n 1 4 @ #p %m %p 1 0 08952190 +republic_of_iceland n 1 5 @ #m #p %m %p 1 0 08953324 +republic_of_india n 1 6 @ #m #p %m %p - 1 0 08900535 +republic_of_indonesia n 1 6 @ #m #p %m %p - 1 0 08907606 +republic_of_iraq n 1 6 @ #m #p %m %p - 1 0 08913434 +republic_of_ireland n 1 5 @ #m #p %p - 1 0 08888676 +republic_of_kazakhstan n 1 5 @ #m #p %m %p 1 0 09019726 +republic_of_kenya n 1 4 @ #p %m %p 1 0 08928193 +republic_of_kiribati n 1 3 @ #p %p 1 0 08840749 +republic_of_korea n 1 4 @ #p %p - 1 0 08955626 +republic_of_latvia n 1 4 @ #p %m %p 1 0 09013074 +republic_of_liberia n 1 4 @ #p %m %p 1 0 08959254 +republic_of_lithuania n 1 3 @ %m %p 1 0 09013830 +republic_of_madagascar n 1 4 @ #p %m %p 1 0 08962187 +republic_of_malawi n 1 4 @ #p %m %p 1 0 08962610 +republic_of_maldives n 1 4 @ #p %m %p 1 0 08965251 +republic_of_mali n 1 4 @ #p %m %p 1 0 08965598 +republic_of_malta n 1 4 @ #p %m %p 1 0 08966408 +republic_of_mauritius n 1 4 @ #p %m %p 1 0 08967484 +republic_of_moldova n 1 4 @ #m #p %p 1 0 09014586 +republic_of_mozambique n 1 4 @ #p %m %p 1 0 08971025 +republic_of_namibia n 1 5 @ #p %m %p ; 1 0 08699654 +republic_of_nauru n 1 3 @ #p %m 1 0 08841483 +republic_of_nicaragua n 1 4 @ #p %m %p 1 0 08738820 +republic_of_niger n 1 4 @ #p %m %p 1 0 08973330 +republic_of_palau n 1 2 @ #p 1 0 08978161 +republic_of_panama n 1 5 @ #m #p %m %p 1 0 08739206 +republic_of_paraguay n 1 5 @ #m #p %m %p 1 0 08978343 +republic_of_peru n 1 6 @ #m #p %m %p - 1 0 08979054 +republic_of_poland n 1 5 @ #p %m %p - 1 0 08982587 +republic_of_san_marino n 1 4 @ #p %m %p 1 0 08992181 +republic_of_senegal n 1 4 @ #p %m %p 1 0 08995862 +republic_of_seychelles n 1 4 @ #p %m %p 1 0 08996483 +republic_of_sierra_leone n 1 5 @ #p %m %p - 1 0 08996871 +republic_of_singapore n 1 5 @ #m #p %m %p 1 0 08997487 +republic_of_slovenia n 1 3 @ %m %p 1 0 08818444 +republic_of_south_africa n 1 6 @ #m #p %m %p - 1 0 08999482 +republic_of_suriname n 1 4 @ #m #p %p 1 0 09030752 +republic_of_tajikistan n 1 5 @ #m #p %m %p 1 0 09020961 +republic_of_the_congo n 1 3 @ #p %p 1 0 08734044 +republic_of_the_gambia n 1 4 @ #p %m %p 1 0 08945821 +republic_of_the_marshall_islands n 1 3 @ #p ; 1 0 08839092 +republic_of_the_philippines n 1 6 @ #m #p %m %p - 1 0 08981244 +republic_of_the_sudan n 1 5 @ #m #p %m %p 1 0 09029457 +republic_of_trinidad_and_tobago n 1 4 @ #m #p %p 1 0 08756202 +republic_of_tunisia n 1 6 @ #m #p %m %p - 1 0 09037394 +republic_of_turkey n 1 6 @ #m #p %m %p - 1 0 09039411 +republic_of_uganda n 1 5 @ #p %m %p - 1 0 09043052 +republic_of_uzbekistan n 1 5 @ #m #p %p - 1 0 09022265 +republic_of_vanuatu n 1 3 @ #p %p 1 0 09160775 +republic_of_venezuela n 1 5 @ #m #p %m %p 1 0 09161803 +republic_of_yemen n 1 6 @ #m #p %m %p - 1 0 09164561 +republic_of_zambia n 1 4 @ #p %m %p 1 0 09165613 +republic_of_zimbabwe n 1 4 @ #p %m %p 1 0 09167101 +republican n 3 4 @ #m #p + 3 2 10522633 10522495 09407632 +republican_guard n 1 2 @ ; 1 0 08345189 +republican_party n 1 2 @ %m 1 1 08263113 +republican_river n 1 2 @ #p 1 0 09407632 +republicanism n 1 1 @ 1 0 06220299 +republication n 2 3 @ + ; 2 0 07258964 01102574 +republishing n 1 2 @ + 1 0 01102574 +repudiation n 3 3 @ ~ + 3 0 07207410 07205718 00522338 +repugnance n 2 2 @ + 2 1 07503987 13858045 +repulse n 1 2 @ + 1 0 07208000 +repulsion n 3 4 ! @ = + 3 2 11426914 07503987 00961001 +repulsive_force n 1 2 @ = 1 1 11426914 +repulsiveness n 1 2 @ + 1 0 04781349 +repurchase n 1 2 @ + 1 0 00079212 +reputability n 1 4 ! @ ~ + 1 0 04871002 +reputation n 3 4 @ ~ = + 3 2 14438125 14439294 06207199 +repute n 1 5 ! @ ~ = + 1 1 14438125 +request n 2 3 @ ~ + 2 2 06513366 07185325 +requester n 1 2 @ ~ 1 0 10420031 +requiem n 3 4 @ ~ #p %p 3 0 07050619 07033913 01042661 +requiem_shark n 1 3 @ ~ #m 1 0 01488918 +requiescat n 1 1 @ 1 0 07190584 +required_course n 1 1 @ 1 0 00892036 +requirement n 3 3 @ ~ + 3 3 05892651 09367203 05892427 +requirements_contract n 1 1 @ 1 0 06524111 +requisite n 1 3 @ ~ + 1 0 09367203 +requisiteness n 1 2 @ + 1 0 14450904 +requisition n 3 2 @ + 3 1 07192240 06476200 00087218 +requisition_form n 1 1 @ 1 0 06476200 +requital n 2 2 @ + 2 0 13300828 01235137 +rerebrace n 1 2 @ #p 1 0 04077594 +reredos n 1 1 @ 1 0 02699770 +rerun n 1 2 @ + 1 0 06620063 +res n 1 3 @ #p %p 1 0 05461349 +res_adjudicata n 1 1 @ 1 0 05816154 +res_gestae n 2 2 @ ; 2 0 06735261 00038175 +res_ipsa_loquitur n 1 1 @ 1 0 06654791 +res_judicata n 1 1 @ 1 0 05816154 +res_publica n 1 3 @ ~ %p 1 0 08168978 +resale n 1 1 @ 1 0 01117454 +rescission n 1 3 @ + ; 1 0 00232863 +rescript n 4 3 @ ~ ; 4 0 06746347 06539770 06428976 06364149 +rescriptor n 1 1 @ 1 0 03172432 +rescue n 1 3 @ ~ + 1 1 00093483 +rescue_equipment n 1 2 @ ~ 1 0 04077734 +rescue_operation n 1 1 @ 1 0 00409823 +rescue_party n 1 1 @ 1 0 08265614 +rescuer n 2 3 @ ~ + 2 0 10553805 10522759 +research n 2 3 @ ~ + 2 2 00636921 05797597 +research_center n 1 1 @ 1 0 04077889 +research_colloquium n 1 1 @ 1 0 08328563 +research_director n 1 1 @ 1 0 10522956 +research_facility n 1 1 @ 1 0 04077889 +research_lab n 1 3 @ ~ %p 1 0 03629986 +research_laboratory n 1 3 @ ~ %p 1 0 03629986 +research_project n 1 2 @ ~ 1 0 00641820 +research_rocket n 1 2 @ ~ 1 0 04415663 +research_staff n 1 1 @ 1 0 08352473 +research_worker n 1 2 @ ~ 1 0 10523076 +researcher n 1 3 @ ~ + 1 1 10523076 +reseau n 2 1 @ 2 0 04078150 04078002 +resection n 1 3 @ ~ + 1 0 00691050 +reseda n 1 3 @ ~ #m 1 0 12385429 +reseda_luteola n 1 2 @ #m 1 0 12385830 +reseda_odorata n 1 2 @ #m 1 0 12385566 +resedaceae n 1 3 @ #m %m 1 0 12385046 +resemblance n 1 3 @ ~ + 1 1 04747445 +resentment n 1 3 @ ~ + 1 1 07548978 +reserpine n 1 2 @ %s 1 1 04078236 +reservation n 7 3 @ ~ + 7 4 08587174 06762380 05698620 01218327 07177772 05795460 00820091 +reserve n 7 6 @ ~ #m %m + ; 7 3 04900121 13368052 10671042 13759773 08587174 08206460 04652438 +reserve_account n 1 2 @ ~ 1 0 13370014 +reserve_assets n 1 3 @ ~ ; 1 0 13330764 +reserve_bank n 1 2 @ #m 1 0 08350919 +reserve_clause n 1 2 @ #p 1 0 06394282 +reserve_fund n 1 2 @ ~ 1 0 13370014 +reserve_officers_training_corps n 1 1 @ 1 0 08212920 +reserves n 1 5 @ ~ %m %p ; 1 1 08390511 +reservist n 1 5 @ ~ #m + ; 1 0 10523341 +reservoir n 4 3 @ ~ #p 4 3 13776854 04078747 04078574 09407867 +reset n 1 3 @ %p + 1 0 04078955 +reset_button n 1 2 @ #p 1 0 04079106 +resettlement n 1 2 @ + 1 0 01252566 +resh n 1 2 @ #p 1 0 06838760 +reshipment n 1 2 @ + 1 0 00061453 +resht n 1 2 @ #p 1 0 08912153 +reshuffle n 2 3 @ + ; 2 0 01084489 00340662 +reshuffling n 1 3 @ + ; 1 0 00340662 +resid n 1 1 @ 1 0 14980784 +residence n 4 4 @ ~ %p + 4 4 08558963 04079244 01053920 03719053 +residence_hall n 1 2 @ ~ 1 0 03224893 +residence_time n 1 1 @ 1 0 15134233 +residency n 2 3 @ ~ + 2 0 01053920 00599064 +resident n 2 4 ! @ ~ + 2 1 10523519 10189278 +resident_commissioner n 1 1 @ 1 0 10524076 +resident_physician n 1 1 @ 1 0 10189278 +residential_area n 1 3 @ ~ %p 1 0 08553535 +residential_district n 1 3 @ ~ %p 1 0 08553535 +residual n 2 4 @ ~ + ; 2 0 13810818 13292989 +residual_clay n 1 1 @ 1 0 14695588 +residual_oil n 1 1 @ 1 0 14980784 +residual_soil n 1 1 @ 1 0 14695588 +residue n 2 3 @ ~ + 2 2 15004501 13810818 +residuum n 1 2 @ ~ 1 0 13810818 +resignation n 3 3 @ ~ + 3 3 07542433 07254267 06511560 +resilience n 2 2 @ + 2 1 05020697 07350567 +resiliency n 2 2 @ + 2 0 07350567 05020697 +resin n 1 3 @ ~ + 1 0 14894140 +resinoid n 1 1 @ 1 0 14695953 +resistance n 11 5 @ ~ #p + ; 11 4 00202284 11503644 11503968 00955987 14527171 14526954 08360672 05213894 04646372 04079933 01169317 +resistance_pyrometer n 1 1 @ 1 0 04079603 +resistance_thermometer n 1 1 @ 1 1 04079746 +resistance_unit n 1 2 @ ~ 1 0 13635553 +resister n 2 3 @ ~ + 2 0 10349243 09773245 +resisting_arrest n 1 2 @ ; 1 0 00772550 +resistivity n 1 3 @ ~ + 1 0 11503968 +resistor n 1 3 @ ~ #p 1 1 04079933 +resoluteness n 1 4 ! @ ~ + 1 0 04861486 +resolution n 11 5 ! @ ~ + ; 11 6 06511874 11505769 04861486 00153809 05789089 05782884 11505952 07420217 07028221 06743506 00180228 +resolve n 2 3 @ ~ + 2 1 04861486 06511874 +resolvent n 1 3 @ ~ + 1 0 15047313 +resolving n 1 3 @ ~ + 1 0 05782884 +resolving_power n 1 1 @ 1 0 11505769 +resonance n 5 3 @ ~ + 5 3 11478299 11477921 04989657 13811740 04988258 +resonant_circuit n 1 1 @ 1 0 04080237 +resonating_chamber n 1 2 @ ~ 1 0 04080454 +resonator n 3 3 @ ~ + 3 0 04080454 04080237 04080138 +resorcinol n 1 1 @ 1 1 15004715 +resorcinolphthalein n 1 3 @ ~ ; 1 0 14987695 +resorption n 1 2 @ + 1 0 13550504 +resort n 4 4 @ ~ #p + 4 1 08640531 08581503 05155123 01208597 +resort_area n 1 3 @ ~ %p 1 0 08640739 +resort_hotel n 2 3 @ ~ #p 2 0 08640531 04080705 +resource n 3 2 @ ~ 3 3 13331778 05154676 05633860 +resourcefulness n 2 3 @ ~ + 2 1 05155476 05633860 +respect n 7 4 ! @ ~ + 7 5 05820170 14437552 06206800 01228877 01132864 07545415 04913839 +respectability n 1 4 ! @ ~ + 1 0 04871002 +respecter n 1 2 @ + 1 0 10524223 +respectfulness n 1 2 @ + 1 0 04913839 +respects n 1 1 @ 1 1 06714552 +respighi n 1 1 @ 1 0 11258214 +respiration n 3 4 @ ~ %p + 3 1 00830811 00831782 00831191 +respirator n 2 4 @ ~ %p + 2 0 04080833 03424325 +respiratory_acidosis n 1 1 @ 1 0 14020271 +respiratory_alkalosis n 1 1 @ 1 0 14021622 +respiratory_center n 1 2 @ #p 1 0 05605192 +respiratory_disease n 1 3 @ ~ %p 1 0 14145095 +respiratory_disorder n 1 3 @ ~ %p 1 0 14145095 +respiratory_distress_syndrome n 1 1 @ 1 0 14150740 +respiratory_distress_syndrome_of_the_newborn n 1 1 @ 1 0 14150740 +respiratory_illness n 1 3 @ ~ %p 1 0 14145095 +respiratory_infection n 1 2 @ ~ 1 0 14179104 +respiratory_organ n 1 3 @ ~ #p 1 0 05528060 +respiratory_quotient n 1 1 @ 1 0 13825292 +respiratory_rate n 1 1 @ 1 0 15281653 +respiratory_syncytial_virus n 1 1 @ 1 0 01337329 +respiratory_system n 1 3 @ #p %p 1 0 05509889 +respiratory_tract n 1 3 @ ~ #p 1 1 05510173 +respiratory_tract_infection n 1 2 @ ~ 1 0 14179104 +respite n 5 4 @ ~ + ; 5 3 14446034 01062997 07368256 15274074 01259034 +resplendence n 1 2 @ + 1 0 04684358 +resplendency n 1 2 @ + 1 0 04684358 +resplendent_quetzel n 1 1 @ 1 0 01844746 +resplendent_trogon n 1 1 @ 1 0 01844746 +respondent n 2 3 @ ~ + 2 0 10524711 10524413 +responder n 1 3 @ ~ + 1 0 10524413 +response n 7 2 @ ~ 7 5 11416988 00859001 06746005 06630852 06385582 07199565 05212808 +response_time n 1 1 @ 1 0 15273241 +responsibility n 3 6 ! @ ~ #p = + 3 3 01129920 14515633 04669247 +responsibleness n 1 6 ! @ ~ #p = + 1 0 04669247 +responsiveness n 2 4 ! @ ~ + 2 1 05653575 05212973 +rest n 7 3 @ ~ + 7 6 13810818 01064148 15274074 14012501 13962765 04081044 06865177 +rest-cure n 1 1 @ 1 0 00711413 +rest-harrow n 2 2 @ #m 2 0 12553114 12552893 +rest_area n 1 1 @ 1 0 04020744 +rest_day n 1 3 ! @ ~ 1 0 15137047 +rest_energy n 1 1 @ 1 0 11453210 +rest_home n 1 1 @ 1 0 03528100 +rest_house n 1 1 @ 1 0 04081699 +rest_mass n 1 2 @ ; 1 0 05024931 +rest_period n 1 2 @ ~ 1 0 15274074 +rest_stop n 1 1 @ 1 0 04020744 +restatement n 1 3 @ ~ + 1 1 06768901 +restaurant n 1 3 @ ~ #m 1 1 04081281 +restaurant_attendant n 1 2 @ ~ 1 0 10013614 +restaurant_chain n 1 2 @ %m 1 0 08061801 +restauranter n 1 1 @ 1 0 10524869 +restaurateur n 1 1 @ 1 0 10524869 +rester n 1 3 @ ~ + 1 0 10524973 +restfulness n 1 2 @ + 1 0 04636250 +restharrow n 2 2 @ #m 2 0 12553114 12552893 +resting_potential n 1 1 @ 1 0 11494287 +resting_spore n 1 1 @ 1 0 11549487 +restitution n 3 3 @ ~ + 3 0 13290676 00270275 00089351 +restiveness n 2 2 @ + 2 0 07525760 04625716 +restless_legs n 1 1 @ 1 0 14309394 +restless_legs_syndrome n 1 1 @ 1 0 14309394 +restlessness n 4 3 @ ~ + 4 1 04774743 14407283 07513795 04625284 +restoration n 7 4 @ ~ + ; 7 3 15261868 00268557 00089351 14424517 04083468 04062989 01307606 +restorative n 2 3 @ ~ + 2 0 04451473 03111899 +restorer n 1 2 @ + 1 0 10514962 +restoril n 1 2 @ ; 1 0 04407007 +restrainer n 2 3 @ ~ + 2 0 15004874 10525134 +restraint n 6 4 ! @ ~ + 6 2 01145359 04882968 13998781 06247701 04697442 04081844 +restraint_of_trade n 1 1 @ 1 0 01148491 +restriction n 3 3 @ ~ + 3 2 05846355 00808182 01148614 +restriction_endonuclease n 1 1 @ 1 0 15005071 +restriction_enzyme n 1 1 @ 1 0 15005071 +restriction_fragment n 1 1 @ 1 0 09408105 +restriction_nuclease n 1 1 @ 1 0 15005071 +restriction_site n 1 1 @ 1 0 08623800 +restrictive_clause n 1 1 @ 1 0 06315301 +restrictiveness n 2 3 @ ~ + 2 0 13801040 04639113 +restroom n 1 2 @ ~ 1 0 04018667 +result n 4 3 @ ~ + 4 3 11410625 06743506 07292694 06333285 +resultant n 3 3 @ ~ + 3 0 13941337 07292694 05865034 +resultant_role n 1 1 @ 1 0 06333285 +resulting_trust n 1 1 @ 1 0 13362182 +resume n 2 2 @ + 2 1 06469694 06468403 +resumption n 1 2 @ + 1 1 00242003 +resurgence n 1 3 @ ~ + 1 0 01047338 +resurrection n 2 3 @ + ; 2 0 07312018 01048059 +resurrection_fern n 1 1 @ 1 0 13173259 +resurrection_of_christ n 1 2 @ ; 1 0 07312018 +resurrection_plant n 2 2 @ #m 2 0 13225365 11871059 +resurvey n 1 1 @ 1 0 00879531 +resuscitation n 1 3 @ ~ + 1 0 01048210 +resuscitator n 1 2 @ + 1 0 04082344 +resuspension n 1 2 @ + 1 1 14591481 +retail n 1 3 ! @ + 1 1 01114458 +retail_chain n 1 2 @ %m 1 0 08062206 +retail_merchant n 1 2 @ ~ 1 0 10525436 +retail_price_index n 1 1 @ 1 0 06641423 +retail_store n 1 3 @ ~ %p 1 0 03748162 +retailer n 1 3 @ ~ + 1 1 10525436 +retailing n 1 2 @ + 1 1 01115866 +retained_object n 1 1 @ 1 0 06310848 +retainer n 3 2 @ ~ 3 0 13323313 10582154 04082562 +retaining_wall n 1 1 @ 1 0 04082710 +retake n 1 2 @ + 1 0 00908292 +retaking n 1 2 @ + 1 0 00096969 +retaliation n 1 3 @ ~ + 1 1 01235258 +retaliator n 1 2 @ + 1 0 09826074 +retaliatory_eviction n 1 2 @ ; 1 0 01195187 +retama n 1 3 @ #m %m 1 0 12567316 +retama_raetam n 1 2 @ #m 1 0 12567490 +retard n 1 3 @ ~ + 1 0 10197525 +retardant n 1 1 @ 1 0 09408250 +retardation n 5 3 @ ~ + 5 1 05061345 15275598 09408250 05646218 01067577 +retarded n 1 1 @ 1 0 07948971 +retarded_depression n 1 1 @ 1 0 14391319 +retardent n 1 1 @ 1 0 09408250 +retarding_force n 1 2 @ ~ 1 0 11504898 +retch n 1 2 @ + 1 0 00226951 +rete n 1 2 @ ~ 1 0 05236322 +rete_malpighii n 1 2 @ #p 1 0 05243704 +rete_testis n 1 2 @ #p 1 0 05525807 +retem n 1 2 @ #m 1 0 12567490 +retention n 3 3 @ ~ + 3 2 00810598 05651399 04942172 +retention_basin n 1 1 @ 1 0 08519444 +retentiveness n 3 3 @ ~ + 3 1 05651399 04946400 04942172 +retentivity n 3 3 @ ~ + 3 0 05651399 04946400 04942172 +rethink n 1 2 @ + 1 0 05790012 +reticence n 1 2 @ + 1 0 04652438 +reticle n 1 3 @ #p %p 1 0 04082886 +reticular_activating_system n 1 2 @ #p 1 0 05502375 +reticular_formation n 1 3 @ #p %p 1 0 05502090 +reticulated_python n 1 2 @ #m 1 0 01744100 +reticulation n 2 3 @ + ; 2 0 13550755 04083113 +reticule n 2 3 @ #p %p 2 0 04083309 04082886 +reticulitermes n 1 3 @ #m %m 1 0 02223694 +reticulitermes_flanipes n 1 2 @ #m 1 0 02223901 +reticulitermes_lucifugus n 1 2 @ #m 1 0 02224023 +reticulocyte n 1 1 @ 1 0 05454702 +reticuloendothelial_system n 1 3 @ #p %p 1 0 05461349 +reticulum n 3 4 @ ~ #p + 3 0 09408412 05501485 02399648 +retina n 1 4 @ #p %p + 1 1 05426989 +retinal n 1 3 @ #s + 1 0 15005386 +retinal_cone n 1 3 @ #p %p 1 0 05456257 +retinal_detachment n 1 1 @ 1 0 14555962 +retinal_purple n 1 3 @ #p %s 1 0 15088869 +retinal_rod n 1 3 @ #p %p 1 0 05456456 +retinal_scanning n 1 1 @ 1 0 06645831 +retinene n 1 2 @ #s 1 0 15005386 +retinitis n 1 2 @ ~ 1 0 14354960 +retinoblastoma n 1 1 @ 1 0 14250850 +retinol n 1 1 @ 1 0 15090065 +retinopathy n 1 2 @ ~ 1 0 14257014 +retinue n 1 3 @ ~ %p 1 0 08429167 +retired_person n 1 2 @ ~ 1 1 10525617 +retiree n 1 3 @ ~ + 1 0 10525617 +retirement n 3 3 @ ~ + 3 2 13954118 00212205 00054652 +retirement_account n 1 2 @ ~ 1 0 05911255 +retirement_benefit n 1 1 @ 1 0 13384341 +retirement_check n 1 1 @ 1 0 13384341 +retirement_community n 1 1 @ 1 0 08554040 +retirement_complex n 1 1 @ 1 0 08554040 +retirement_fund n 1 1 @ 1 0 13384341 +retirement_pension n 1 1 @ 1 0 13384341 +retirement_plan n 1 2 @ ~ 1 0 05911255 +retirement_program n 1 2 @ ~ 1 0 05911255 +retirement_savings_account n 1 2 @ ~ 1 0 05911255 +retirement_savings_plan n 1 2 @ ~ 1 0 05911255 +retort n 2 4 @ ~ #p + 2 1 07199922 04083649 +retraction n 2 3 @ ~ + 2 0 07206096 00341695 +retractor n 1 2 @ + 1 0 04083800 +retraining n 1 2 @ + 1 1 00895879 +retread n 1 2 @ + 1 0 04083942 +retreat n 7 5 ! @ ~ + ; 7 1 00056912 08643015 06804988 06804847 03517647 00054652 00054483 +retreatant n 1 1 @ 1 0 10525785 +retreated n 1 1 @ 1 1 07950295 +retrenchment n 2 2 @ + 2 0 04084089 00192910 +retrial n 1 3 @ + ; 1 0 01199365 +retribution n 3 1 @ 3 2 13300828 00259544 01235463 +retrieval n 3 4 @ ~ + ; 3 0 13550940 05761380 00045907 +retriever n 1 3 @ ~ + 1 0 02099029 +retro n 1 2 @ + 1 0 05751430 +retrobulbar_neuritis n 1 1 @ 1 0 14353479 +retrofit n 2 1 @ 2 0 04084234 00364053 +retroflection n 3 2 @ + 3 0 14531598 07132226 00341890 +retroflexion n 3 2 @ + 3 0 14531598 07132226 00341890 +retrograde_amnesia n 1 1 @ 1 0 05673088 +retrogression n 2 3 @ ~ + 2 0 07426893 00235208 +retromandibular_vein n 1 1 @ 1 0 05379438 +retronym n 1 1 @ 1 0 06303315 +retrophyllum n 1 2 @ #m 1 0 11658872 +retrorocket n 1 1 @ 1 0 04084363 +retrospect n 1 2 @ + 1 1 05788029 +retrospection n 2 2 @ + 2 0 06766654 05764973 +retrospective n 1 2 @ + 1 1 08407969 +retroversion n 3 2 @ + 3 0 14531598 06347388 00235208 +retrovir n 1 1 @ 1 0 02765429 +retrovirus n 1 2 @ ~ 1 0 01336282 +retrovision n 1 1 @ 1 1 05775919 +retsina n 1 1 @ 1 0 07897116 +return n 13 5 @ ~ #p + ; 13 6 06548671 00051192 07447022 00089351 00328015 13260190 07343363 07199922 04084517 01234729 00566298 00559724 00050887 +return_address n 1 1 @ 1 1 06787429 +return_key n 1 1 @ 1 0 04084517 +return_on_invested_capital n 1 2 @ ; 1 0 15281329 +return_on_investment n 1 2 @ ; 1 0 15281329 +return_ticket n 1 2 @ ~ 1 0 06519936 +returning_officer n 1 2 @ ; 1 0 10525878 +reuben n 2 2 @ ; 2 0 11258353 07698543 +reuben_lucius_goldberg n 1 1 @ 1 0 11004485 +reunification n 1 3 @ ~ + 1 0 00382474 +reunion n 2 3 @ ~ + 2 2 08478371 00382474 +reuptake n 1 1 @ 1 0 13551396 +reusable_program n 1 1 @ 1 0 06578203 +reusable_routine n 1 1 @ 1 0 06584256 +rev n 1 2 @ + 1 0 15281870 +revaluation n 1 3 @ ~ + 1 0 05747582 +revealed_religion n 1 1 @ 1 0 05949472 +revealing n 1 3 @ ~ + 1 0 07213395 +reveille n 2 2 @ ; 2 0 06804728 00243102 +revel n 1 3 @ ~ + 1 1 00510189 +revelation n 4 5 @ ~ #p + - 4 2 07213395 05808102 07213232 06447897 +revelation_of_saint_john_the_divine n 1 3 @ #p - 1 0 06447897 +reveler n 1 2 @ ~ 1 0 10526096 +reveller n 1 3 @ ~ + 1 1 10526096 +revelry n 1 3 @ ~ + 1 1 00510189 +revenant n 2 1 @ 2 0 10526534 10526441 +revenge n 1 3 @ ~ + 1 1 01235258 +revenue n 2 2 @ ~ 2 1 13256691 13261916 +revenue_bond n 1 1 @ 1 0 13339542 +revenue_enhancement n 1 3 @ ~ - 1 0 13308999 +revenue_sharing n 1 1 @ 1 0 01085656 +revenue_stamp n 1 1 @ 1 0 06855817 +revenue_tariff n 1 1 @ 1 0 13317517 +revenuer n 1 1 @ 1 0 10526633 +reverberance n 1 2 @ + 1 0 04989657 +reverberation n 2 3 @ ~ + 2 1 05010801 11416722 +reverberatory_furnace n 1 1 @ 1 0 04084682 +revere n 2 1 @ 2 0 11258501 04084889 +reverence n 3 4 ! @ ~ + 3 0 07521039 06207561 01228102 +reverend n 2 3 @ ~ #m 2 1 09927451 06341773 +reverend_dodgson n 1 1 @ 1 0 10884061 +reverie n 2 2 @ ~ 2 2 05769471 05700793 +revers n 1 1 @ 1 0 04084889 +reversal n 8 5 ! @ ~ + ; 8 1 00234892 07475870 07411160 05789808 01185981 00346693 00339776 00163406 +reverse n 6 6 ! @ ~ #p + ; 6 2 13858604 04085017 07475870 04085181 00559916 00346693 +reverse_fault n 1 1 @ 1 0 09457507 +reverse_gear n 1 2 @ #p 1 0 04085017 +reverse_hang n 1 2 @ ~ 1 0 00436953 +reverse_lightning n 1 1 @ 1 0 11475067 +reverse_osmosis n 1 2 @ ; 1 0 13528441 +reverse_polish_notation n 1 1 @ 1 0 06814655 +reverse_split n 1 1 @ 1 0 00439284 +reverse_stock_split n 1 1 @ 1 0 00439284 +reverse_transcriptase n 1 1 @ 1 0 14984799 +reverse_transcriptase_inhibitor n 1 2 @ ~ 1 0 04085365 +reversibility n 1 3 ! @ + 1 1 04734551 +reversible n 1 2 @ + 1 0 04085574 +reversible_process n 1 2 ! @ 1 0 13551617 +reversing_thermometer n 1 1 @ 1 0 04085746 +reversion n 6 4 @ ~ + ; 6 0 13341350 07426573 07343574 00346693 00235208 00068333 +reversionary_annuity n 1 1 @ 1 0 13295183 +reversioner n 1 2 @ ; 1 0 10526795 +reversionist n 1 1 @ 1 0 10511239 +reverting n 1 3 @ ~ + 1 0 00068333 +revery n 2 2 @ ~ 2 1 05700793 05769471 +revetement n 1 2 @ #p 1 0 04085873 +revetment n 2 3 @ #p + 2 1 04086066 04085873 +review n 10 4 @ ~ + ; 10 3 05747582 06410391 00143251 13411533 07019866 06597758 06469377 01197258 00897811 00879271 +review_article n 1 2 @ ~ 1 0 06410391 +review_copy n 1 1 @ 1 0 06418006 +reviewer n 2 3 @ ~ + 2 1 10526927 09942431 +reviewing_stand n 1 1 @ 1 1 04086150 +revilement n 1 3 @ ~ + 1 0 06715223 +revisal n 1 2 @ + 1 0 06428976 +revise n 1 2 @ + 1 0 06428976 +revised_standard_version n 1 1 @ 1 0 06449620 +revised_version n 1 1 @ 1 0 06449254 +reviser n 1 3 @ ~ + 1 0 10513120 +revising n 1 3 @ ~ + 1 0 06428792 +revision n 3 3 @ ~ + 3 3 00399393 06428976 06364149 +revisionism n 2 2 @ + 2 0 08368631 08368516 +revisionist n 1 2 @ + 1 0 10527147 +revitalisation n 1 3 @ ~ + 1 0 01047338 +revitalization n 1 3 @ ~ + 1 0 01047338 +revival n 2 3 @ ~ + 2 1 01047338 08386143 +revival_meeting n 1 1 @ 1 0 08386143 +revivalism n 1 2 @ + 1 0 06231191 +revivalist n 1 3 @ ~ + 1 0 10067011 +revivification n 1 3 @ ~ + 1 0 01047338 +revocation n 2 2 @ + 2 0 14564056 01258852 +revoke n 1 3 @ #p + 1 0 01259211 +revolt n 1 3 @ ~ + 1 1 00962129 +revolution n 3 3 @ ~ + 3 2 07424109 00962722 07440979 +revolutionary n 1 3 @ ~ + 1 0 10527334 +revolutionary_armed_forces_of_colombia n 1 2 @ ; 1 0 08042183 +revolutionary_calendar n 1 2 @ %p 1 0 15175202 +revolutionary_calendar_month n 1 3 @ ~ #p 1 0 15175640 +revolutionary_group n 1 2 @ ~ 1 0 08360540 +revolutionary_justice_organization n 1 2 @ ; 1 0 08023374 +revolutionary_organization_17_november n 1 2 @ ; 1 0 08042536 +revolutionary_organization_of_socialist_muslims n 1 2 @ ; 1 0 08020242 +revolutionary_people's_liberation_front n 1 2 @ ; 1 0 08042856 +revolutionary_people's_liberation_party n 1 2 @ ; 1 0 08042856 +revolutionary_people's_struggle n 1 2 @ ; 1 0 08043169 +revolutionary_proletarian_army n 1 2 @ ; 1 0 08011266 +revolutionary_proletarian_initiative_nuclei n 1 2 @ ; 1 0 08043499 +revolutionary_proletarian_nucleus n 1 2 @ ; 1 0 08043499 +revolutionary_united_front n 1 2 @ ; 1 0 08043848 +revolutionism n 1 2 @ + 1 0 05951692 +revolutionist n 1 3 @ ~ + 1 0 10527334 +revolutions_per_minute n 1 1 @ 1 0 15281870 +revolver n 2 2 @ ~ 2 1 04086273 04086446 +revolving_charge_account n 1 1 @ 1 0 13375758 +revolving_credit n 1 2 @ ~ 1 0 13375323 +revolving_door n 2 1 @ 2 0 08240022 04086446 +revolving_fund n 1 1 @ 1 1 13359263 +revue n 1 2 @ ~ 1 0 07019866 +revulsion n 1 1 @ 1 1 07503987 +rewa-rewa n 1 2 @ #m 1 0 12219668 +reward n 5 4 ! @ ~ + 5 4 07295629 13283764 01219551 07166281 05142863 +rewording n 1 3 @ ~ + 1 0 06429145 +rewrite n 1 2 @ + 1 0 06364149 +rewrite_man n 1 2 @ ~ 1 0 10513120 +rewriter n 1 3 @ ~ + 1 0 10513120 +rewriting n 1 3 @ ~ + 1 0 06428792 +rex n 1 3 @ ~ #m 1 0 10231515 +rex_begonia n 1 1 @ 1 0 12361946 +rex_harrison n 1 1 @ 1 0 11031995 +reye's_syndrome n 1 1 @ 1 0 14309653 +reyes n 1 1 @ 1 0 11203795 +reykjavik n 1 2 @ #p 1 0 08953596 +reynard n 1 1 @ 1 0 02118707 +reynolds n 1 1 @ 1 0 11258769 +rf n 3 4 @ ~ #p %p 3 0 15023294 14653416 05502090 +rfd n 1 1 @ 1 0 06265142 +rg n 1 1 @ 1 0 14652824 +rh n 3 1 @ 3 1 15037877 14652623 05412242 +rh-negative_blood n 1 1 @ 1 0 05401587 +rh-negative_blood_type n 1 1 @ 1 0 05401587 +rh-positive_blood_type n 1 1 @ 1 0 05401411 +rh_antibody n 1 1 @ 1 1 15027970 +rh_factor n 1 1 @ 1 0 15037877 +rh_incompatibility n 1 1 @ 1 0 13975444 +rh_negative n 1 1 @ 1 0 05401587 +rh_positive n 1 1 @ 1 0 05401411 +rhabdomancer n 1 2 @ + 1 0 10770891 +rhabdomancy n 1 2 @ + 1 0 05776679 +rhabdomyoma n 1 1 @ 1 0 14249512 +rhabdomyosarcoma n 1 2 @ ~ 1 0 14245405 +rhabdosarcoma n 1 2 @ ~ 1 0 14245405 +rhabdoviridae n 1 3 @ #m %m 1 0 01333301 +rhabdovirus n 1 2 @ #m 1 0 01340648 +rhadamanthus n 1 2 @ ; 1 0 09570957 +rhaeto-romance n 1 2 @ ~ 1 0 06967710 +rhaeto-romanic n 1 2 @ ~ 1 0 06967710 +rhagades n 1 1 @ 1 0 14232034 +rhagoletis n 1 3 @ #m %m 1 0 02196761 +rhagoletis_pomonella n 1 2 @ #m 1 0 02196896 +rhamnaceae n 1 3 @ #m %m 1 0 13140699 +rhamnales n 1 3 @ #m %m 1 0 13140535 +rhamnus n 1 3 @ #m %m 1 0 13140993 +rhamnus_californicus n 1 1 @ 1 0 13142182 +rhamnus_carolinianus n 1 1 @ 1 0 13141972 +rhamnus_croceus n 1 1 @ 1 0 13142504 +rhamnus_frangula n 1 1 @ 1 0 13142380 +rhamnus_purshianus n 1 2 @ %p 1 0 13141564 +rhaphe n 1 3 @ ~ #p 1 0 05276425 +rhapis n 1 3 @ #m %m 1 0 12595801 +rhapis_excelsa n 1 1 @ 1 0 12596148 +rhapis_humilis n 1 1 @ 1 0 12596345 +rhapsody n 1 2 @ + 1 0 06382590 +rhd n 1 2 @ ; 1 0 08041840 +rhea n 3 3 @ ~ #m 3 0 09576338 01521756 01521399 +rhea_americana n 1 2 @ #m 1 0 01521399 +rhea_silvia n 1 2 @ ; 1 0 09556121 +rheidae n 1 3 @ #m %m 1 0 01521014 +rheiformes n 1 3 @ #m %m 1 0 01520789 +rheims n 1 2 @ #p 1 0 08937594 +rheims-douay_bible n 1 1 @ 1 0 06448868 +rheims-douay_version n 1 1 @ 1 0 06448868 +rhein n 1 2 @ #p 1 0 09408540 +rheinland n 1 2 @ #p 1 0 08775297 +rhenish n 1 4 @ ~ + ; 1 0 07897200 +rhenium n 1 1 @ 1 0 14652390 +rheology n 1 2 @ + 1 0 06102316 +rheometer n 1 1 @ 1 0 04086663 +rheostat n 1 3 @ ~ %p 1 0 04086794 +rhesus n 1 1 @ 1 0 02487547 +rhesus_factor n 1 1 @ 1 0 15037877 +rhesus_monkey n 1 1 @ 1 0 02487547 +rhetoric n 4 5 @ ~ %p + - 4 0 07072698 07070429 06609503 06170498 +rhetorical_device n 1 4 @ ~ #p ; 1 0 07098193 +rhetorical_question n 1 1 @ 1 0 06768528 +rhetorician n 1 3 @ ~ + 1 1 10380672 +rheum n 2 4 @ #m %m + 2 0 14853647 12602850 +rheum_australe n 1 2 @ #m 1 0 12603273 +rheum_cultorum n 1 1 @ 1 0 12603449 +rheum_emodi n 1 2 @ #m 1 0 12603273 +rheum_palmatum n 1 1 @ 1 0 12603672 +rheum_rhabarbarum n 1 1 @ 1 0 12603449 +rheum_rhaponticum n 1 1 @ 1 0 12603449 +rheumatic n 1 2 @ + 1 0 10527915 +rheumatic_aortitis n 1 2 @ #p 1 0 14258391 +rheumatic_fever n 1 2 @ %p 1 1 14142768 +rheumatic_heart_disease n 1 1 @ 1 0 14142983 +rheumatism n 2 4 @ ~ + ; 2 1 14080210 14186738 +rheumatism_weed n 2 1 @ 2 0 11767877 11767630 +rheumatoid_arthritis n 1 3 @ ~ ; 1 0 14186738 +rheumatoid_factor n 1 1 @ 1 0 14187229 +rheumatoid_spondylitis n 1 1 @ 1 0 14220474 +rheumatologist n 1 2 @ + 1 0 10528023 +rheumatology n 1 2 @ + 1 0 06062655 +rhexia n 1 3 @ #m %m 1 0 12349916 +rhibhus n 1 1 @ 1 0 09528135 +rhincodon n 1 3 @ #m %m 1 0 01487914 +rhincodon_typus n 1 2 @ #m 1 0 01488038 +rhincodontidae n 1 3 @ #m %m 1 0 01487743 +rhine n 2 2 @ #p 2 0 11258924 09408540 +rhine_river n 1 2 @ #p 1 0 09408540 +rhine_wine n 1 3 @ ~ ; 1 0 07897200 +rhineland n 1 2 @ #p 1 0 08775297 +rhinencephalon n 1 2 @ %p 1 0 05477686 +rhinestone n 1 1 @ 1 0 14694453 +rhinion n 1 2 @ #p 1 0 05235217 +rhinitis n 1 2 @ ~ 1 0 14355060 +rhino n 1 3 @ ~ #m 1 1 02391994 +rhinobatidae n 1 3 @ #m %m 1 0 01497579 +rhinoceros n 1 3 @ ~ #m 1 1 02391994 +rhinoceros_antiquitatis n 1 2 @ #m 1 0 02392555 +rhinoceros_beetle n 1 1 @ 1 0 02174001 +rhinoceros_family n 1 3 @ #m %m 1 0 02391782 +rhinoceros_unicornis n 1 2 @ #m 1 0 02392434 +rhinocerotidae n 1 3 @ #m %m 1 0 02391782 +rhinolaryngologist n 1 2 @ + 1 0 10059323 +rhinolaryngology n 1 2 @ + 1 0 06062842 +rhinolophidae n 1 3 @ #m %m 1 0 02143293 +rhinonicteris n 1 3 @ #m %m 1 0 02144110 +rhinonicteris_aurantius n 1 2 @ #m 1 0 02144251 +rhinopathy n 1 2 @ ~ 1 0 14396890 +rhinophyma n 1 1 @ 1 0 14397040 +rhinoplasty n 1 1 @ 1 0 00689062 +rhinoptera n 1 3 @ #m %m 1 0 01499595 +rhinoptera_bonasus n 1 2 @ #m 1 0 01499732 +rhinorrhea n 1 2 @ #p 1 0 14567134 +rhinoscope n 1 1 @ 1 0 04086937 +rhinoscopy n 1 1 @ 1 0 00643772 +rhinosporidiosis n 1 1 @ 1 0 14567281 +rhinostenosis n 1 1 @ 1 0 14107249 +rhinotermitidae n 1 2 @ #m 1 0 02224141 +rhinotomy n 1 1 @ 1 0 00691190 +rhinotracheitis n 1 1 @ 1 1 14272023 +rhinovirus n 1 1 @ 1 0 01338537 +rhipsalis n 1 3 @ #m %m 1 0 11852814 +rhiptoglossa n 1 3 @ #m %m 1 0 01693472 +rhizobiaceae n 1 3 @ #m %m 1 0 01354149 +rhizobium n 1 2 @ #m 1 0 01354324 +rhizoctinia n 1 2 @ #m 1 0 13082568 +rhizoctinia_disease n 1 2 @ ~ 1 0 14281397 +rhizoctinia_solani n 1 2 @ #m 1 0 13016076 +rhizoid n 1 2 @ ~ 1 0 12974826 +rhizomatous_begonia n 1 1 @ 1 0 12360817 +rhizome n 1 2 @ + 1 0 13128582 +rhizomorph n 1 1 @ 1 0 13231298 +rhizophora n 1 3 @ #m %m 1 0 12345709 +rhizophora_mangle n 1 2 @ #m 1 0 12345899 +rhizophoraceae n 1 3 @ #m %m 1 0 12345495 +rhizopod n 1 3 @ ~ #m 1 0 01391391 +rhizopoda n 1 3 @ #m %m 1 0 01391174 +rhizopodan n 1 3 @ ~ #m 1 0 01391391 +rhizopogon n 1 3 @ #m %m 1 0 12971624 +rhizopogon_idahoensis n 1 2 @ #m 1 0 12971804 +rhizopogonaceae n 1 3 @ #m %m 1 0 12971157 +rhizopus n 1 3 @ ~ #m 1 0 12973791 +rhizopus_nigricans n 1 2 @ #m 1 0 12973937 +rhizopus_stolonifer n 1 2 @ #m 1 0 12974062 +rhizotomy n 1 1 @ 1 0 00691330 +rho n 1 2 @ #m 1 0 06835845 +rhodanthe n 1 2 @ #m 1 0 12007766 +rhodanthe_manglesii n 1 2 @ #m 1 0 12007766 +rhode_island n 2 4 @ #p %p - 2 1 09137032 09137334 +rhode_island_bent n 1 1 @ 1 0 12107002 +rhode_island_red n 1 1 @ 1 0 01793435 +rhode_islander n 1 1 @ 1 1 09745438 +rhodes n 2 2 @ #p 2 0 11259054 08783812 +rhodes_grass n 1 1 @ 1 0 12114590 +rhodes_scholar n 1 1 @ 1 0 10528295 +rhodesia n 1 5 @ #p %m %p + 1 0 09167101 +rhodesian_man n 1 1 @ 1 0 10528148 +rhodesian_ridgeback n 1 1 @ 1 0 02087394 +rhodium n 1 1 @ 1 0 14652623 +rhodochrosite n 1 2 @ %s 1 0 14696035 +rhododendron n 1 3 @ ~ #m 1 0 12244153 +rhododendron_californicum n 1 1 @ 1 0 12244458 +rhododendron_maxima n 1 1 @ 1 0 12244650 +rhododendron_viscosum n 1 1 @ 1 0 12244819 +rhodolite n 1 1 @ 1 0 15001394 +rhodomontade n 1 1 @ 1 0 07230089 +rhodonite n 1 1 @ 1 0 14696180 +rhodope_mountains n 1 1 @ 1 0 09408795 +rhodophyceae n 1 3 @ #m %m 1 0 01413744 +rhodophyta n 1 3 @ #m %m 1 0 01413551 +rhodopsin n 1 3 @ #p %s 1 0 15088869 +rhodosphaera n 1 3 @ #m %m 1 0 12762245 +rhodosphaera_rhodanthema n 1 2 @ #m 1 0 12762405 +rhodymenia n 1 3 @ #m %m 1 0 01414986 +rhodymenia_palmata n 1 2 @ #m 1 0 01415139 +rhodymeniaceae n 1 3 @ #m %m 1 0 01414841 +rhoeadales n 1 3 @ #m %m 1 0 11864364 +rhomb n 1 1 @ 1 0 13882961 +rhombencephalon n 1 4 @ ~ #p %p 1 0 05500594 +rhombohedron n 1 2 @ + 1 0 13915417 +rhomboid n 2 3 @ ~ + 2 0 13883133 05575002 +rhomboid_minor_muscle n 1 1 @ 1 0 05575374 +rhomboid_muscle n 1 2 @ ~ 1 0 05575002 +rhomboideus_major_muscle n 1 1 @ 1 0 05575185 +rhombus n 1 2 @ + 1 0 13882961 +rhonchus n 1 1 @ 1 0 07391682 +rhone n 1 2 @ #p 1 0 09408977 +rhone-alpes n 1 3 @ #p %p 1 0 08944378 +rhone_river n 1 2 @ #p 1 0 09408977 +rhone_wine n 1 1 @ 1 0 07897750 +rhubarb n 2 3 @ ~ #m 2 1 07713267 12602980 +rhubarb_pie n 1 1 @ 1 0 07626501 +rhubarb_plant n 1 3 @ ~ #m 1 0 12602980 +rhumb n 1 1 @ 1 0 08632678 +rhumb_line n 1 1 @ 1 0 08632678 +rhumba n 3 2 @ + 3 0 07056764 00541779 00537085 +rhus n 1 3 @ #m %m 1 0 12762583 +rhus_aromatica n 1 1 @ 1 0 12763291 +rhus_copallina n 1 1 @ 1 0 12763762 +rhus_dermatitis n 1 2 @ ~ 1 0 14223296 +rhus_diversiloba n 1 2 @ #m 1 0 12767208 +rhus_glabra n 1 1 @ 1 0 12763529 +rhus_laurina n 1 2 @ #m 1 0 12760875 +rhus_ovata n 1 1 @ 1 0 12764008 +rhus_quercifolia n 1 2 @ #m 1 0 12767423 +rhus_radicans n 1 2 @ #m 1 0 12766869 +rhus_rhodanthema n 1 2 @ #m 1 0 12762405 +rhus_toxicodenedron n 1 2 @ #m 1 0 12767423 +rhus_trilobata n 1 1 @ 1 0 12764507 +rhus_typhina n 1 1 @ 1 0 12764202 +rhus_verniciflua n 1 2 @ #m 1 0 12767648 +rhus_vernix n 1 2 @ #m 1 0 12766595 +rhyacotriton n 1 3 @ #m %m 1 0 01635343 +rhyacotriton_olympicus n 1 2 @ #m 1 0 01635480 +rhyme n 2 5 @ ~ #p + - 2 2 07096661 06381869 +rhyme_royal n 1 1 @ 1 0 07097831 +rhymer n 1 2 @ + 1 0 10528493 +rhymester n 1 2 @ + 1 0 10528493 +rhyming_slang n 1 1 @ 1 0 07159276 +rhynchocephalia n 1 3 @ #m %m 1 0 01672950 +rhynchoelaps n 1 3 @ #m %m 1 0 01747144 +rhynchoelaps_australis n 1 2 @ #m 1 0 01747285 +rhyncostylis n 1 3 @ #m %m 1 0 12081488 +rhynia n 1 2 @ #m 1 0 13218281 +rhyniaceae n 1 3 @ #m %m 1 0 13218114 +rhyolite n 1 1 @ 1 0 14933236 +rhythm n 5 4 @ ~ %p + 5 5 07086518 04768028 15287830 07086323 00853145 +rhythm_and_blues n 1 1 @ 1 0 07064315 +rhythm_and_blues_musician n 1 2 @ ~ 1 0 10528816 +rhythm_method n 1 1 @ 1 1 00853145 +rhythm_method_of_birth_control n 1 1 @ 1 0 00853145 +rhythm_section n 1 1 @ 1 0 08217557 +rhythmic_pattern n 1 4 @ ~ #p ; 1 0 07093895 +rhythmicity n 1 3 @ ~ + 1 0 04991511 +rhytidectomy n 1 2 @ ~ 1 0 00674158 +rhytidoplasty n 1 2 @ ~ 1 0 00674158 +ri n 1 4 @ #p %p - 1 0 09137032 +rial n 3 2 @ %p 3 0 13697505 13697134 13696777 +riata n 1 2 @ %p 1 0 03644378 +rib n 6 6 @ ~ #p %p + ; 6 2 04087126 05279026 07656741 06767693 05235879 04087290 +rib_cage n 1 2 @ #p 1 1 05553768 +rib_joint_pliers n 1 2 @ ; 1 0 04088343 +rib_roast n 1 2 @ #p 1 0 07661950 +ribald n 1 2 @ + 1 0 10528969 +ribaldry n 2 1 @ 2 0 06781811 04902283 +riband n 1 1 @ 1 0 04087432 +ribavirin n 1 1 @ 1 0 04087524 +ribband n 1 1 @ 1 0 04087432 +ribbed_toad n 1 2 @ #m 1 0 01644900 +ribbed_vault n 1 1 @ 1 0 04087709 +ribbing n 2 2 @ + 2 0 04087826 00425905 +ribbon n 4 4 @ ~ #p + 4 1 09409203 06706676 04088058 04087899 +ribbon-leaved_water_plantain n 1 1 @ 1 0 12612709 +ribbon_development n 1 1 @ 1 0 04088229 +ribbon_fern n 3 2 @ #m 3 0 13214485 13179804 12960552 +ribbon_grass n 1 2 @ #m 1 0 12129738 +ribbon_snake n 1 1 @ 1 1 01735577 +ribbon_tree n 1 3 @ #m %s 1 0 12185254 +ribbon_worm n 1 2 @ #m 1 0 01928517 +ribbonfish n 2 3 @ ~ #m 2 0 02547014 02546331 +ribbonwood n 2 3 @ #m %s 2 0 12185254 12180885 +ribes n 1 3 @ #m %m 1 1 12804866 +ribes_grossularia n 1 3 @ #m %p 1 0 12806015 +ribes_nigrum n 1 3 @ #m %p 1 0 12805561 +ribes_rubrum n 1 3 @ #m %p 1 0 12805373 +ribes_sanguineum n 1 2 @ #m 1 1 12805899 +ribes_sativum n 1 2 @ #m 1 0 12805762 +ribes_uva-crispa n 1 3 @ #m %p 1 0 12806015 +ribgrass n 1 1 @ 1 0 12599185 +ribhus n 1 1 @ 1 0 09528135 +ribier n 1 1 @ 1 0 07760297 +riboflavin n 1 2 @ %s 1 1 15091473 +ribonuclease n 1 1 @ 1 0 14832046 +ribonucleic_acid n 1 5 @ ~ %s %p ; 1 0 14832193 +ribonucleinase n 1 1 @ 1 0 14832046 +ribose n 1 2 @ #s 1 0 14696331 +ribosome n 1 1 @ 1 0 05446394 +ribwort n 1 1 @ 1 0 12599185 +ricardo n 1 1 @ 1 0 11259457 +rice n 4 6 @ ~ #m #p %s + 4 2 07804323 12125890 11259777 11259635 +rice-grain_fritillary n 1 1 @ 1 0 12452256 +rice_beer n 1 3 @ #s ; 1 0 07891433 +rice_grass n 1 3 @ ~ #m 1 0 12126360 +rice_paddy n 1 1 @ 1 1 08614229 +rice_paper n 1 1 @ 1 0 14975872 +rice_rat n 1 2 @ #m 1 0 02340640 +rice_weevil n 1 2 @ #m 1 0 02182930 +ricebird n 2 2 @ #m 2 0 01573898 01543632 +ricegrass n 1 3 @ ~ #m 1 0 12126360 +ricer n 1 2 @ + 1 0 04088441 +rich n 1 3 ! @ ; 1 0 08179455 +rich_man n 1 2 @ ~ 1 1 10292052 +rich_people n 1 3 ! @ ; 1 0 08179455 +rich_person n 1 2 @ ~ 1 0 10529231 +richard_adolph_zsigmondy n 1 1 @ 1 0 11407865 +richard_august_carl_emil_erlenmeyer n 1 1 @ 1 0 10960439 +richard_brinsley_sheridan n 1 1 @ 1 0 11297595 +richard_buckminster_fuller n 1 1 @ 1 0 10985440 +richard_burbage n 1 1 @ 1 0 10871926 +richard_burdon_haldane n 1 1 @ 1 0 11022465 +richard_burton n 2 1 @ 2 0 10875249 10875107 +richard_coeur_de_lion n 1 2 @ #m 1 0 11259950 +richard_d'oyly_carte n 1 1 @ 1 0 10942473 +richard_d._fosbury n 1 1 @ 1 0 10975583 +richard_e._byrd n 1 1 @ 1 0 10876798 +richard_e._smalley n 1 1 @ 1 0 11304912 +richard_errett_smalley n 1 1 @ 1 0 11304912 +richard_erskine_leakey n 1 1 @ 1 0 11122114 +richard_evelyn_byrd n 1 1 @ 1 0 10876798 +richard_feynman n 1 1 @ 1 0 10970279 +richard_haldane n 1 1 @ 1 0 11022465 +richard_henry_lee n 1 1 @ 1 0 11123894 +richard_henry_tawney n 1 1 @ 1 0 11333071 +richard_hooker n 1 1 @ 1 0 11058335 +richard_horatio_edgar_wallace n 1 1 @ 1 0 11371622 +richard_i n 1 2 @ #m 1 0 11259950 +richard_ii n 1 2 @ #m 1 0 11260325 +richard_iii n 1 2 @ #m 1 0 11260622 +richard_j._roberts n 1 1 @ 1 0 11264614 +richard_john_roberts n 1 1 @ 1 0 11264614 +richard_jordan_gatling n 1 1 @ 1 0 10992192 +richard_kuhn n 1 1 @ 1 0 11112488 +richard_leakey n 1 1 @ 1 0 11122114 +richard_lovelace n 1 1 @ 1 0 11141882 +richard_m._nixon n 1 1 @ 1 0 11208172 +richard_milhous_nixon n 1 1 @ 1 0 11208172 +richard_morris_hunt n 1 1 @ 1 0 11066938 +richard_neville n 1 1 @ 1 0 11375087 +richard_nixon n 1 1 @ 1 0 11208172 +richard_phillips_feynman n 1 1 @ 1 0 10970279 +richard_rodgers n 1 1 @ 1 0 11267745 +richard_roe n 1 2 @ ; 1 0 10529103 +richard_smalley n 1 1 @ 1 0 11304912 +richard_starkey n 1 2 @ #m 1 0 11313726 +richard_strauss n 1 1 @ 1 0 11321647 +richard_the_lion-hearted n 1 2 @ #m 1 0 11259950 +richard_the_lionheart n 1 2 @ #m 1 0 11259950 +richard_trevithick n 1 1 @ 1 0 11348946 +richard_upjohn n 1 1 @ 1 0 11356512 +richard_von_krafft-ebing n 1 1 @ 1 0 11110205 +richard_wagner n 1 1 @ 1 0 11369834 +richard_wright n 1 1 @ 1 0 11398955 +richards n 1 1 @ 1 0 11260945 +richardson n 2 1 @ 2 0 11261364 11261184 +richardson's_geranium n 1 1 @ 1 0 12686496 +richardson_ground_squirrel n 1 1 @ 1 0 02358712 +richardson_vole n 1 2 @ #m 1 0 02341475 +richea n 1 3 @ #m %m 1 0 12254478 +richea_dracophylla n 1 2 @ #m 1 0 12254667 +richea_pandanifolia n 1 2 @ #m 1 0 12254891 +richelieu n 1 1 @ 1 0 11261483 +riches n 1 2 @ ~ 1 0 13353280 +richler n 1 1 @ 1 0 11261698 +richmond n 1 2 @ #p 1 1 09150047 +richmondena n 1 3 @ #m %m 1 0 01541261 +richmondena_cardinalis n 1 2 @ #m 1 0 01541386 +richness n 7 3 @ ~ + 7 3 05115804 14491625 04989015 05164101 05147586 04958460 04729328 +richter_scale n 1 2 @ ; 1 0 13851865 +richweed n 2 2 @ #m 2 0 12844409 12395068 +ricin n 1 1 @ 1 0 14696463 +ricin_toxin n 1 1 @ 1 0 14696463 +ricinoleic_acid n 1 2 @ #s 1 0 14742601 +ricinus n 1 3 @ #m %m 1 0 12924452 +ricinus_communis n 1 3 @ #m %p 1 0 12924623 +rick n 2 4 @ ~ + ; 2 0 14361182 07963208 +rickenbacker n 1 1 @ 1 0 11261804 +ricketiness n 1 2 @ + 1 0 04775562 +rickets n 1 1 @ 1 0 14201311 +rickettsia n 1 3 @ #m + 1 0 01371483 +rickettsiaceae n 1 3 @ #m %m 1 0 01371092 +rickettsial_disease n 1 2 @ ~ 1 0 14140781 +rickettsiales n 1 3 @ #m %m 1 0 01370913 +rickettsialpox n 1 1 @ 1 0 14141912 +rickettsiosis n 1 2 @ ~ 1 0 14140781 +rickey n 1 2 @ ~ 1 0 07932614 +rickover n 1 1 @ 1 0 11261986 +rickrack n 1 1 @ 1 0 04088593 +ricksha n 1 1 @ 1 0 03599486 +rickshaw n 1 1 @ 1 0 03599486 +rico n 1 2 @ ; 1 0 06533039 +rico_act n 1 2 @ ; 1 0 06533039 +ricochet n 1 2 @ + 1 0 07409475 +ricotta n 1 1 @ 1 0 07854614 +ricrac n 1 1 @ 1 0 04088593 +rictus n 1 1 @ 1 0 06877509 +riddance n 2 3 @ ~ + 2 0 00395333 00206927 +riddle n 2 2 @ + 2 1 06785223 04088696 +riddle_canon n 1 1 @ 1 0 07043026 +ride n 2 4 @ ~ #p + 2 1 00307631 04088797 +rider n 4 5 @ ~ #p + ; 4 2 10529965 06394564 10530150 10403876 +rider_haggard n 1 1 @ 1 0 11022001 +rider_plate n 1 2 @ #p 1 0 04088982 +ridge n 6 4 @ ~ #p + 6 1 09409512 13902048 09409898 09409752 05603342 04089152 +ridge_rope n 1 2 @ #p 1 0 04089376 +ridge_tile n 1 1 @ 1 0 15005577 +ridgel n 1 1 @ 1 0 02377063 +ridgeline n 1 2 @ ~ 1 0 09409752 +ridgeling n 1 1 @ 1 0 02377063 +ridgepole n 1 2 @ #p 1 0 04089152 +ridgil n 1 1 @ 1 0 02377063 +ridgling n 1 1 @ 1 0 02377063 +ridicule n 2 3 @ ~ + 2 1 06715786 01224517 +ridiculer n 1 3 @ ~ + 1 0 10552742 +ridiculousness n 1 2 @ + 1 0 06607809 +riding n 2 4 @ ~ + - 2 0 00450335 00299217 +riding_bitt n 1 2 @ #p 1 0 04089522 +riding_boot n 1 3 @ ~ #p 1 1 04089666 +riding_breeches n 1 3 @ #p ; 1 0 03600285 +riding_crop n 1 1 @ 1 0 04089836 +riding_habit n 1 2 @ %p 1 0 03474167 +riding_horse n 1 2 @ ~ 1 0 02377703 +riding_lamp n 1 1 @ 1 0 02709763 +riding_light n 1 1 @ 1 0 02709763 +riding_master n 1 1 @ 1 0 10530383 +riding_mower n 1 1 @ 1 0 04089976 +riding_school n 1 1 @ 1 0 08284370 +ridley n 1 3 @ ~ #m 1 0 01664369 +riel n 1 2 @ %p 1 0 13697840 +riemann n 1 2 @ + 1 0 11262168 +riemannian_geometry n 1 2 @ ; 1 0 06007381 +riesling n 2 3 @ #s %s 2 0 13147270 07897438 +riesman n 1 1 @ 1 0 11262340 +rifadin n 1 2 @ ; 1 0 04090064 +rifampin n 1 1 @ 1 0 04090064 +riff n 2 2 @ + 2 0 10530475 07045788 +riffian n 1 1 @ 1 0 10530475 +riffle n 2 2 @ + 2 0 07344663 00340838 +riffraff n 1 2 @ ~ 1 0 08401819 +rifle n 1 3 @ ~ %p 1 1 04090263 +rifle_ball n 1 1 @ 1 1 04090548 +rifle_butt n 1 2 @ #p 1 0 04090682 +rifle_grenade n 1 1 @ 1 0 04090781 +rifle_range n 2 1 @ 2 0 08631945 04090923 +rifle_shot n 1 1 @ 1 0 08631945 +riflebird n 1 1 @ 1 0 01571410 +rifleman n 2 2 @ ~ 2 2 10530677 10530571 +rifleman_bird n 1 2 @ #m 1 0 01588996 +rifling n 1 1 @ 1 0 00926026 +rift n 3 2 @ ~ 3 1 09410101 09410026 07313814 +rift_valley n 1 2 @ ~ 1 0 09410224 +rift_valley_fever n 1 1 @ 1 0 14179569 +rig n 7 5 @ ~ %m %p + 7 1 04091097 04467665 04091247 03859958 03351434 02968473 00780148 +rig-veda n 1 1 @ 1 1 06465008 +riga n 1 3 @ #m #p 1 0 09013353 +rigamarole n 2 1 @ 2 0 06609672 01026316 +rigatoni n 1 1 @ 1 0 07700348 +rigel n 1 1 @ 1 0 09410365 +rigger n 4 2 @ + 4 2 10530769 04091466 10530862 04091584 +rigger_brush n 1 1 @ 1 0 04091466 +rigging n 2 3 @ ~ + 2 0 04091693 04091247 +riggs'_disease n 1 2 @ ~ 1 0 14080836 +right n 8 6 ! @ ~ #p + ; 8 7 05174653 08625073 04091839 08416652 05565337 00351000 04850341 13341756 +right-angled_triangle n 1 2 @ %p 1 0 13880551 +right-hand_man n 1 1 @ 1 0 10531109 +right-handed_pitcher n 1 2 @ ; 1 0 10387324 +right-handedness n 1 2 @ + 1 0 05067514 +right-hander n 2 2 @ ; 2 1 10387324 10530959 +right-winger n 1 2 @ ~ 1 0 10531227 +right_angle n 1 3 ! @ %p 1 1 13892237 +right_ascension n 1 2 @ ; 1 0 08633191 +right_atrioventricular_valve n 1 1 @ 1 0 05393996 +right_atrium n 1 1 @ 1 0 05393429 +right_atrium_of_the_heart n 1 1 @ 1 0 05393429 +right_bank n 1 2 @ #p 1 0 08933940 +right_brain n 1 1 @ 1 0 05477510 +right_coronary_artery n 1 1 @ 1 1 05344073 +right_field n 2 4 @ #m #p + 2 0 04091839 00724898 +right_fielder n 1 2 @ + 1 0 10387196 +right_gastric_artery n 1 1 @ 1 0 05345783 +right_gastric_vein n 1 1 @ 1 0 05378850 +right_hand n 1 1 @ 1 1 05565337 +right_hander n 1 1 @ 1 0 10530959 +right_hemisphere n 1 1 @ 1 0 05477510 +right_of_action n 1 1 @ 1 0 05187857 +right_of_election n 1 2 @ ; 1 0 05188801 +right_of_entry n 1 2 @ ; 1 1 05189057 +right_of_first_publication n 1 1 @ 1 0 06473168 +right_of_offset n 1 2 @ ; 1 0 05189396 +right_of_privacy n 1 2 @ ; 1 0 05189591 +right_of_re-entry n 1 2 @ ; 1 0 05189208 +right_of_search n 1 1 @ 1 0 05187941 +right_of_way n 3 1 @ 3 0 05189819 05188095 04092013 +right_stage n 1 2 @ #p 1 0 08625297 +right_to_an_attorney n 1 2 @ ; 1 0 05185444 +right_to_confront_accusors n 1 2 @ ; 1 0 05185598 +right_to_due_process n 1 2 @ ; 1 0 05184620 +right_to_liberty n 1 1 @ 1 0 05182157 +right_to_life n 1 1 @ 1 0 05182080 +right_to_privacy n 1 1 @ 1 0 05181975 +right_to_speedy_and_public_trial_by_jury n 1 2 @ ; 1 0 05185270 +right_to_the_pursuit_of_happiness n 1 1 @ 1 0 05182240 +right_to_vote n 1 3 @ ~ ; 1 1 05186306 +right_triangle n 1 3 ! @ %p 1 0 13880551 +right_ventricle n 1 1 @ 1 1 05392157 +right_whale n 1 2 @ #m 1 0 02063662 +right_wing n 1 3 @ ~ + 1 0 08416652 +righteousness n 1 4 ! @ ~ + 1 1 04826235 +righteye_flounder n 1 3 @ ~ #m 1 0 02658079 +righteyed_flounder n 1 3 @ ~ #m 1 0 02658079 +rightfield n 2 3 @ #m #p 2 1 04091839 00724898 +rightfulness n 1 3 ! @ + 1 0 04850341 +righthander n 1 1 @ 1 0 10530959 +rightism n 1 2 @ + 1 0 06220449 +rightist n 1 3 @ ~ + 1 0 10531227 +rightness n 4 4 ! @ = + 4 1 04847133 04899031 04802198 04713853 +rights_issue n 1 1 @ 1 0 07166432 +rights_offering n 1 1 @ 1 0 07166432 +rigidification n 1 3 @ ~ + 1 0 13561521 +rigidifying n 1 3 @ ~ + 1 0 13561521 +rigidity n 2 3 @ ~ + 2 0 05023741 04660261 +rigidness n 2 3 @ ~ + 2 0 05023741 04660261 +rigil n 1 2 @ #m 1 0 09193772 +rigil_kent n 1 2 @ #m 1 0 09193772 +rigmarole n 2 1 @ 2 0 06609672 01026316 +rigor n 3 3 @ ~ + 3 1 04710127 04783567 04639732 +rigor_mortis n 2 1 @ 2 0 14049420 13551823 +rigorousness n 2 3 @ ~ + 2 0 04710127 04639732 +rigour n 3 2 @ ~ 3 0 04783567 04710127 04639732 +rigourousness n 2 2 @ ~ 2 0 04710127 04639732 +rigout n 1 2 @ + 1 0 04092168 +rijstafel n 1 1 @ 1 0 07875267 +rijstaffel n 1 1 @ 1 0 07875267 +rijsttaffel n 1 1 @ 1 0 07875267 +riksmaal n 1 1 @ 1 0 06954640 +riksmal n 1 1 @ 1 0 06954640 +riley n 1 1 @ 1 0 11262468 +riley_b_king n 1 1 @ 1 0 11105298 +rilievo n 1 2 @ ~ 1 0 04073669 +rilke n 1 1 @ 1 0 11262574 +rill n 2 1 @ 2 0 09415938 09410460 +rim n 5 5 @ ~ #p + ; 5 1 13902336 04092447 04092305 03356858 02902250 +rim_blight n 1 1 @ 1 0 14218637 +rima n 1 2 @ ~ 1 0 05610008 +rima_glottidis n 1 2 @ #p 1 0 05610198 +rima_oris n 1 4 @ ~ #p %p 1 0 05302499 +rima_pudendi n 1 2 @ #p 1 0 05522784 +rima_respiratoria n 1 1 @ 1 0 05610365 +rima_vestibuli n 1 1 @ 1 0 05610365 +rima_vocalis n 1 2 @ #p 1 0 05610198 +rima_vulvae n 1 2 @ #p 1 0 05522784 +rimactane n 1 2 @ ; 1 0 04090064 +rimbaud n 1 1 @ 1 0 11262765 +rime n 2 5 @ ~ #p + - 2 0 14915622 07096661 +rimski-korsakov n 1 1 @ 1 0 11262929 +rimsky-korsakov n 1 1 @ 1 0 11262929 +rimu n 1 2 @ #m 1 0 11654293 +rind n 1 2 @ ~ 1 0 07670731 +rinderpest n 1 1 @ 1 0 14272141 +ring n 9 8 @ ~ #m #p %m %p + ; 9 3 04981658 13875392 03533972 09246883 08244062 07391863 04092959 04092609 02785191 +ring-a-rosy n 1 1 @ 1 0 00460344 +ring-around-a-rosy n 1 1 @ 1 1 00460344 +ring-around-the-rosy n 1 1 @ 1 0 00460344 +ring-binder n 1 1 @ 1 0 02840245 +ring-necked_parakeet n 1 2 @ #m 1 0 01822300 +ring-necked_pheasant n 1 3 @ #m %p 1 0 01803362 +ring-necked_snake n 1 2 @ #m 1 0 01728920 +ring-stalked_fungus n 1 3 @ #m %m 1 0 13010401 +ring-tailed_cat n 1 2 @ #m 1 0 02508742 +ring-tailed_lemur n 1 2 @ #m 1 0 02497673 +ring_armor n 1 3 @ ~ ; 1 0 03000247 +ring_armour n 1 3 @ ~ ; 1 0 03000247 +ring_blackbird n 1 2 @ #m 1 0 01558765 +ring_containment n 1 2 @ ; 1 0 01147676 +ring_dance n 1 2 @ ~ 1 0 00539827 +ring_disease n 1 1 @ 1 0 14279235 +ring_finger n 1 1 @ 1 0 05567489 +ring_girl n 1 1 @ 1 0 10531694 +ring_lardner n 1 1 @ 1 0 11117744 +ring_mail n 1 3 @ ~ ; 1 0 03000247 +ring_of_color n 1 2 @ #p 1 0 05554804 +ring_ouzel n 1 2 @ #m 1 0 01558765 +ring_road n 1 2 @ ; 1 0 02828648 +ring_rot n 1 1 @ 1 0 14279235 +ring_rot_bacteria n 1 1 @ 1 0 01361113 +ring_rot_fungus n 1 2 @ #m 1 0 12974062 +ring_snake n 2 3 @ ~ #m 2 0 01737875 01728920 +ring_thrush n 1 2 @ #m 1 0 01558765 +ring_vaccination n 1 1 @ 1 0 00824357 +ringdove n 2 2 @ #m 2 0 01813658 01813088 +ringed_snake n 1 2 @ ~ 1 0 01737875 +ringer n 4 3 @ + ; 4 0 10714851 10531557 10531445 00106726 +ringer's_solution n 1 1 @ 1 0 14589994 +ringer_solution n 1 1 @ 1 0 14589994 +ringgit n 1 2 @ %p 1 0 13698076 +ringgold_wilmer_lardner n 1 1 @ 1 0 11117744 +ringhals n 1 1 @ 1 0 01749244 +ringing n 3 3 @ ~ + 3 2 07391863 07228531 04989657 +ringleader n 1 1 @ 1 0 10531838 +ringlet n 4 4 @ ~ #m #p 4 0 13875970 05257737 04093157 02277742 +ringlet_butterfly n 1 2 @ #m 1 0 02277742 +ringling n 1 1 @ 1 0 11263180 +ringmaster n 1 1 @ 1 0 10531948 +ringneck_snake n 1 2 @ #m 1 0 01728920 +ringo_starr n 1 2 @ #m 1 0 11313726 +rings n 1 2 @ ; 1 0 04093223 +ringside n 1 1 @ 1 0 04093478 +ringside_seat n 1 1 @ 1 0 04093478 +ringtail n 4 2 @ #m 4 0 02508742 02508213 02492035 01614690 +ringway n 1 2 @ ; 1 0 02828648 +ringworm n 1 2 @ ~ 1 0 14125466 +ringworm_bush n 1 2 @ ; 1 0 12499439 +ringworm_cassia n 1 2 @ ; 1 0 12499439 +ringworm_shrub n 1 2 @ ; 1 0 12499439 +rink n 1 2 @ ~ 1 0 04093625 +rinkhals n 1 1 @ 1 0 01749244 +rinse n 4 3 @ #p + 4 0 14988854 00396642 00256407 00256309 +rinsing n 1 3 @ #p + 1 0 00396642 +rio n 1 3 @ #p %m 1 0 08856266 +rio_bravo n 1 2 @ #p 1 0 09410724 +rio_de_janeiro n 1 3 @ #p %m 1 0 08856266 +rio_de_la_plata n 1 2 @ #p 1 0 09410558 +rio_grande n 1 2 @ #p 1 0 09410724 +rio_nunez_coffee n 1 1 @ 1 0 12663359 +rioja n 1 1 @ 1 0 07897865 +riot n 4 3 @ ~ + 4 1 01170502 13977043 06778925 00511212 +riot_act n 2 3 @ #p ; 2 0 06539076 06538895 +riot_control n 1 1 @ 1 0 00812154 +riot_control_operation n 1 1 @ 1 0 00812154 +riot_gun n 1 1 @ 1 0 04093775 +rioter n 1 2 @ + 1 0 10532058 +rioting n 1 2 @ + 1 0 13977043 +rip n 4 2 @ + 4 0 10505942 09410928 07404584 00391407 +rip-off n 1 3 @ + ; 1 0 00783063 +rip_current n 1 2 @ #p 1 0 07404443 +rip_van_winkle n 3 1 @ 3 0 10532479 10532393 09603471 +riparia n 1 3 @ #m %m 1 0 01596142 +riparia_riparia n 1 2 @ #m 1 0 01596273 +riparian_forest n 1 1 @ 1 0 09411189 +riparian_right n 1 1 @ 1 0 05188547 +ripcord n 2 2 @ #p 2 0 04094060 04093915 +ripe_olive n 1 1 @ 1 0 07767549 +ripeness n 1 3 ! @ + 1 0 14425601 +ripening n 2 3 @ ~ + 2 1 13512238 13551965 +riposte n 2 4 @ ~ + ; 2 0 07199922 01174825 +ripper n 1 1 @ 1 0 10532252 +ripping_bar n 1 2 @ %p 1 0 04094250 +ripping_chisel n 1 2 @ #p 1 0 04094438 +ripple n 2 3 @ + ; 2 2 07344663 07345441 +ripple-grass n 1 1 @ 1 0 12599185 +ripple_mark n 1 1 @ 1 0 09411295 +rippling n 1 2 @ + 1 0 07344663 +ripsaw n 1 1 @ 1 0 04094608 +riptide n 2 2 @ #p 2 0 07404584 07404443 +rira n 1 2 @ ; 1 0 08040762 +risc n 1 3 ! @ ; 1 0 04932875 +rise n 10 5 ! @ ~ + ; 10 6 07324917 00324384 09206985 07445480 05110185 05068918 07348399 07327288 05110408 00364260 +rise_to_power n 1 1 @ 1 0 00236581 +riser n 3 4 @ ~ #p + 3 0 10532576 04094859 04094720 +riser_main n 1 1 @ 1 0 04094859 +riser_pipe n 1 1 @ 1 0 04094859 +riser_pipeline n 1 1 @ 1 0 04094859 +risibility n 1 2 @ + 1 0 04640830 +rising n 2 3 @ ~ + 2 0 07445480 00962129 +rising_prices n 1 2 @ ~ 1 0 13498828 +rising_slope n 1 1 @ 1 0 05068918 +rising_tide n 1 1 @ 1 0 07403030 +rising_trot n 1 2 ! @ 1 0 00287762 +risk n 4 3 @ ~ + 4 2 14541852 00802238 05093418 05093293 +risk_arbitrage n 1 1 @ 1 0 01094293 +risk_capital n 1 1 @ 1 0 13354260 +risk_of_exposure n 1 1 @ 1 0 05093293 +risk_of_infection n 1 1 @ 1 0 05093418 +risk_taker n 1 1 @ 1 0 10119200 +riskiness n 1 3 @ ~ + 1 0 14543552 +risklessness n 1 2 @ + 1 0 14538908 +risky_venture n 1 1 @ 1 0 00796315 +risotto n 1 1 @ 1 0 07875436 +riss_glaciation n 1 1 @ 1 0 13487638 +rissa n 1 3 @ #m %m 1 0 02042637 +rissole n 1 1 @ 1 0 07866277 +ritalin n 1 2 @ ; 1 0 03756624 +rite n 2 4 @ ~ %p + 2 2 01029406 01027859 +rite_of_passage n 1 1 @ 1 0 01037294 +ritonavir n 1 1 @ 1 0 04094983 +rittenhouse n 1 1 @ 1 0 11263337 +ritual n 3 4 @ ~ %p + 3 2 01027859 01030820 00414790 +ritual_dance n 1 3 @ ~ #p 1 0 00541479 +ritual_dancing n 1 3 @ ~ #p 1 0 00541479 +ritual_killing n 1 3 @ ~ ; 1 0 00227595 +ritualism n 2 2 @ + 2 0 06148002 01031023 +ritualist n 2 2 @ + 2 0 10532886 10532751 +ritz n 3 3 @ + ; 3 0 11263558 06889875 04095109 +rival n 1 3 @ ~ + 1 1 10533013 +rivalry n 1 3 @ ~ + 1 0 01168569 +river n 1 5 @ ~ #p %p - 1 1 09411430 +river_acheron n 1 3 @ #p ; 1 0 09186709 +river_adige n 1 2 @ #p 1 0 09187743 +river_aire n 1 2 @ #p 1 0 09191707 +river_arno n 1 2 @ #p 1 0 09206693 +river_avon n 2 2 @ #p 2 0 09212151 09211944 +river_basin n 1 2 @ ~ 1 0 08518940 +river_birch n 1 2 @ #m 1 0 12282933 +river_blindness n 1 1 @ 1 0 14454030 +river_boat n 1 2 @ ~ 1 0 04095210 +river_bottom n 1 1 @ 1 0 09415671 +river_boulder n 1 1 @ 1 0 09415793 +river_cam n 1 2 @ #p 1 0 09231587 +river_cocytus n 1 3 @ #p ; 1 0 09248724 +river_cooter n 1 2 @ #m 1 0 01668892 +river_dolphin n 1 2 @ #m 1 0 02072040 +river_gum n 1 2 @ %s 1 0 12336333 +river_horse n 1 2 @ #m 1 0 02398521 +river_kasai n 1 2 @ #p 1 0 09324474 +river_lethe n 1 3 @ #p ; 1 0 09338453 +river_limpet n 1 2 @ #m 1 0 01949973 +river_otter n 1 1 @ 1 0 02445004 +river_pear n 1 2 @ #p 1 0 07753448 +river_prawn n 2 4 @ #m #p %p 2 0 07794353 01987727 +river_red_gum n 1 2 @ %s 1 0 12336333 +river_severn n 1 2 @ #p 1 0 09430771 +river_shad n 1 1 @ 1 0 02530831 +river_styx n 1 3 @ #p ; 1 0 09449773 +river_thames n 1 2 @ #p 1 0 09457020 +river_trent n 1 2 @ #p 1 0 09461515 +river_tyne n 1 2 @ #p 1 0 09464805 +rivera n 1 1 @ 1 0 11263687 +riverbank n 1 1 @ 1 1 09415584 +riverbed n 1 1 @ 1 0 09415671 +riverside n 2 2 @ #p 2 0 09415584 09064861 +rivet n 2 3 @ %p + 2 0 04343346 04095342 +rivet_line n 1 1 @ 1 0 04095725 +riveter n 2 2 @ + 2 0 10533541 04095577 +riveting_machine n 1 1 @ 1 0 04095577 +rivetter n 2 2 @ + 2 0 10533541 04095577 +riviera n 1 3 @ #p %p 1 0 08939201 +rivina n 1 3 @ #m %m 1 0 11856389 +rivina_humilis n 1 2 @ #m 1 0 11856573 +rivulet n 1 1 @ 1 1 09415938 +rivulus n 1 2 @ #m 1 0 01447658 +riyadh n 1 3 @ ~ #p 1 0 08993871 +riyal n 2 2 @ %p 2 0 13698706 13698327 +riyal-omani n 1 2 @ %p 1 0 13697134 +rn n 2 2 @ ~ 2 0 14652104 10516527 +rna n 1 5 @ ~ %s %p ; 1 0 14832193 +rna_polymerase n 1 1 @ 1 0 14984687 +rnase n 1 1 @ 1 0 14832046 +ro n 1 1 @ 1 0 06897797 +roach n 5 4 @ ~ #m + 5 0 05261088 04095853 04036494 02233338 01442450 +roach_clip n 1 1 @ 1 0 04095938 +roach_holder n 1 1 @ 1 0 04095938 +road n 2 4 @ ~ %s %p 2 2 04096066 00174003 +road_agent n 1 2 @ ~ 1 0 10175507 +road_builder n 1 1 @ 1 0 10533681 +road_construction n 1 1 @ 1 0 00912733 +road_game n 1 1 @ 1 1 00456690 +road_gang n 1 1 @ 1 0 08243492 +road_hog n 1 1 @ 1 0 10533780 +road_map n 2 2 @ ; 2 0 05912552 04097256 +road_mender n 1 1 @ 1 0 10533874 +road_metal n 1 1 @ 1 0 14696690 +road_rage n 1 1 @ 1 0 01170406 +road_roller n 1 1 @ 1 0 04310157 +road_runner n 1 1 @ 1 0 10292969 +road_sense n 1 1 @ 1 0 05615258 +road_show n 1 1 @ 1 1 00523078 +road_surface n 1 1 @ 1 0 04097527 +road_test n 1 2 @ ~ 1 0 05800153 +road_to_damascus n 1 1 @ 1 0 07418497 +roadbed n 1 3 @ #p %p 1 0 04096733 +roadblock n 2 2 @ ~ 2 1 05690916 04096848 +roadbook n 1 1 @ 1 0 06423090 +roadhog n 1 1 @ 1 0 10533780 +roadhouse n 1 1 @ 1 0 04097085 +roadkill n 1 1 @ 1 0 01759009 +roadman n 2 2 @ ~ 2 0 10726786 10533874 +roadrunner n 1 2 @ #m 1 0 01824035 +roads n 1 1 @ 1 0 08640300 +roadside n 1 2 @ #p 1 1 04565233 +roadstead n 1 1 @ 1 0 08640300 +roadster n 2 2 @ %p 2 0 04097373 02912557 +roadway n 1 2 @ ~ 1 1 04097622 +roadworthiness n 1 2 @ ; 1 0 04807626 +roald_amundsen n 1 1 @ 1 0 10816223 +roald_hoffmann n 1 1 @ 1 0 11054856 +roamer n 1 3 @ ~ + 1 0 10765679 +roan n 2 2 @ + 2 0 15014845 02375302 +roanoke n 1 2 @ #p 1 0 09151411 +roar n 3 2 @ + 3 2 07377682 07121361 07392280 +roarer n 1 3 @ ~ + 1 1 10533983 +roaring n 2 2 @ + 2 1 07377682 07121361 +roast n 2 3 @ ~ + 2 0 07580782 05734381 +roast_beef n 1 1 @ 1 0 07663796 +roast_beef_plant n 1 1 @ 1 0 12413642 +roast_lamb n 1 2 @ ~ 1 0 07668215 +roast_pork n 1 1 @ 1 0 07669788 +roast_veal n 1 2 @ ~ 1 0 07665844 +roaster n 4 4 @ ~ + ; 4 0 10534389 10534277 07645631 04097760 +roasting n 1 4 @ ~ %p + 1 0 00247442 +rob_roy n 2 2 @ %s 2 0 11147348 07915800 +robalo n 1 3 @ ~ #m 1 0 02559862 +robaxin n 1 2 @ ; 1 0 03755545 +robber n 1 3 @ ~ + 1 1 10534586 +robber_fly n 1 2 @ #m 1 0 02196119 +robber_frog n 2 2 @ #m 2 0 01643507 01643255 +robbery n 2 3 @ ~ + 2 1 00781685 00966599 +robbery_conviction n 1 2 @ ; 1 0 01194225 +robbery_suspect n 1 1 @ 1 0 10534748 +robbins n 1 1 @ 1 0 11263803 +robe n 2 3 @ ~ + 2 2 04097866 03450516 +robe-de-chambre n 1 1 @ 1 0 03237992 +robert n 1 1 @ 1 0 11264002 +robert's_rules_of_order n 1 1 @ 1 0 10534849 +robert_a._heinlein n 1 1 @ 1 0 11038505 +robert_abram_bartlett n 1 1 @ 1 0 10837023 +robert_adam n 1 1 @ 1 0 10808045 +robert_alexander_schumann n 1 1 @ 1 0 11287016 +robert_andrews_millikan n 1 1 @ 1 0 11180476 +robert_anson_heinlein n 1 1 @ 1 0 11038505 +robert_barany n 1 1 @ 1 0 10834176 +robert_bartlett n 1 1 @ 1 0 10837023 +robert_benchley n 1 1 @ 1 0 10843705 +robert_boyle n 1 1 @ 1 0 10860108 +robert_brown n 1 1 @ 1 0 10866385 +robert_browning n 1 1 @ 1 0 10867064 +robert_bruce_mathias n 1 1 @ 1 0 11164332 +robert_bunsen n 1 1 @ 1 0 10871424 +robert_burns n 1 1 @ 1 0 10873679 +robert_burns_woodward n 1 1 @ 1 0 11396338 +robert_charles_benchley n 1 1 @ 1 0 10843705 +robert_charles_venturi n 1 1 @ 1 0 11362885 +robert_clive n 1 1 @ 1 0 10902934 +robert_curl n 1 1 @ 1 0 10918119 +robert_de_niro n 1 1 @ 1 0 10930913 +robert_e._lee n 1 1 @ 1 0 11123590 +robert_e._peary n 1 1 @ 1 0 11227796 +robert_e_lee's_birthday n 1 1 @ 1 0 15182569 +robert_e_lee_day n 1 1 @ 1 0 15182569 +robert_edward_lee n 1 1 @ 1 0 11123590 +robert_edwin_peary n 1 1 @ 1 0 11227796 +robert_emmet_sherwood n 1 1 @ 1 0 11298403 +robert_f._curl n 1 1 @ 1 0 10918119 +robert_falcon_scott n 1 1 @ 1 0 11289491 +robert_floyd_curl_jr. n 1 1 @ 1 0 10918119 +robert_frost n 1 1 @ 1 0 10983931 +robert_fulton n 1 1 @ 1 0 10985838 +robert_graves n 1 1 @ 1 0 11012300 +robert_gray n 1 1 @ 1 0 11012676 +robert_herrick n 1 1 @ 1 0 11045796 +robert_hooke n 1 1 @ 1 0 11057925 +robert_hutchings_goddard n 1 1 @ 1 0 11002895 +robert_i n 1 1 @ 1 0 10867473 +robert_indiana n 1 1 @ 1 0 11071467 +robert_james_fischer n 1 1 @ 1 0 10971528 +robert_jemison_van_de_graaff n 1 1 @ 1 0 11359037 +robert_joffrey n 1 1 @ 1 0 11085813 +robert_king_merton n 1 1 @ 1 0 11176669 +robert_koch n 1 1 @ 1 0 11108400 +robert_lee_frost n 1 1 @ 1 0 10983931 +robert_louis_balfour_stevenson n 1 1 @ 1 0 11317897 +robert_louis_stevenson n 1 1 @ 1 0 11317897 +robert_lowell n 1 1 @ 1 0 11142788 +robert_m._yerkes n 1 1 @ 1 0 11402626 +robert_macgregor n 1 1 @ 1 0 11147348 +robert_maynard_hutchins n 1 1 @ 1 0 11068922 +robert_mearns_yerkes n 1 1 @ 1 0 11402626 +robert_merton n 1 1 @ 1 0 11176669 +robert_mills n 1 1 @ 1 0 11180643 +robert_mitchum n 1 1 @ 1 0 11182966 +robert_morris n 1 1 @ 1 0 11191848 +robert_motherwell n 1 1 @ 1 0 11193928 +robert_nesta_marley n 1 1 @ 1 0 11157580 +robert_oppenheimer n 1 1 @ 1 0 11215909 +robert_orr n 1 1 @ 1 0 11217072 +robert_owen n 1 1 @ 1 0 11219121 +robert_peary n 1 1 @ 1 0 11227796 +robert_peel n 1 1 @ 1 0 11228039 +robert_penn_warren n 1 1 @ 1 0 11374952 +robert_r._livingston n 1 1 @ 1 0 11135610 +robert_ranke_graves n 1 1 @ 1 0 11012300 +robert_redford n 1 1 @ 1 0 11256125 +robert_robinson n 1 1 @ 1 0 11266524 +robert_schumann n 1 1 @ 1 0 11287016 +robert_scott n 1 1 @ 1 0 11289491 +robert_southey n 1 2 @ #m 1 0 11309164 +robert_the_bruce n 1 1 @ 1 0 10867473 +robert_traill_spence_lowell_jr. n 1 1 @ 1 0 11142788 +robert_treat_paine n 1 1 @ 1 0 11221107 +robert_tyre_jones n 1 1 @ 1 0 11090512 +robert_van_de_graaff n 1 1 @ 1 0 11359037 +robert_venturi n 1 1 @ 1 0 11362885 +robert_walpole n 1 1 @ 1 0 11372372 +robert_wilhelm_bunsen n 1 1 @ 1 0 10871424 +robert_william_service n 1 1 @ 1 0 11293636 +robert_woodrow_wilson n 1 1 @ 1 0 11391915 +robert_woodward n 1 1 @ 1 0 11396338 +roberto_francesco_romolo_bellarmine n 1 1 @ 1 0 10842730 +roberts n 4 1 @ 4 0 11264614 11264508 11264343 11264193 +robertson n 1 1 @ 1 0 11264828 +robeson n 1 1 @ 1 0 11264973 +robespierre n 1 1 @ 1 0 11265183 +robin n 2 2 @ #m 2 0 01562265 01558993 +robin's_plantain n 1 1 @ 1 0 11967142 +robin_goodfellow n 1 1 @ 1 0 09541809 +robin_hood n 1 1 @ 1 0 10535047 +robin_redbreast n 1 2 @ #m 1 0 01562265 +robinia n 1 3 @ #m %m 1 0 12567768 +robinia_hispida n 1 2 @ #m 1 0 12567950 +robinia_pseudoacacia n 1 3 @ #m %s 1 0 12568186 +robinia_viscosa n 1 2 @ #m 1 0 12568649 +robinson n 7 1 @ 7 0 11266524 11266279 11266117 11265914 11265731 11265591 11265416 +robinson_crusoe n 1 1 @ 1 0 10535196 +robinson_jeffers n 1 1 @ 1 0 11081673 +robitussin n 1 1 @ 1 0 04098032 +roble n 2 1 @ 2 0 12562785 12273939 +roble_beech n 1 2 @ #m 1 0 12267133 +robot n 1 2 @ ~ 1 0 02761392 +robot_bomb n 1 1 @ 1 0 02929923 +robot_pilot n 1 2 @ %p 1 0 02762169 +robotic_telesurgery n 1 1 @ 1 0 00685196 +robotics n 1 2 @ ~ 1 0 06133654 +robotics_equipment n 1 1 @ 1 0 04098169 +robusta_coffee n 1 1 @ 1 0 12663359 +robustness n 2 2 @ + 2 1 05031012 04920000 +roc n 1 1 @ 1 0 09501322 +rocambole n 1 1 @ 1 0 12434985 +roccella n 1 2 @ #m 1 0 12989007 +roccella_tinctoria n 1 2 @ #m 1 0 12989007 +roccellaceae n 1 3 @ #m %m 1 0 12988703 +rocco_marciano n 1 1 @ 1 0 11155943 +roccus n 1 3 @ #m %m 1 0 02567960 +roccus_saxatilis n 1 2 @ #m 1 0 02568087 +rocephin n 1 2 @ ; 1 0 02989893 +rochambeau n 1 1 @ 1 0 11266703 +rochelle_powder n 1 1 @ 1 0 15009637 +rochelle_salt n 1 1 @ 1 0 15009474 +rochelle_salts n 1 1 @ 1 0 15009474 +rochester n 2 2 @ #p 2 0 09125203 09103112 +rochon_prism n 1 1 @ 1 0 04098260 +rock n 7 6 @ ~ %s %p + - 7 2 09416076 14696793 11266920 10535366 07609083 07064715 00348008 +rock'n'roll n 1 4 @ ~ %p - 1 0 07064715 +rock-and-roll n 1 4 @ ~ %p - 1 0 07064715 +rock_'n'_roll n 1 4 @ ~ %p - 1 0 07064715 +rock_'n'_roll_musician n 1 2 @ ~ 1 0 10535881 +rock_and_roll n 1 4 @ ~ %p - 1 0 07064715 +rock_band n 1 2 @ ~ 1 0 08250501 +rock_barnacle n 1 2 @ #m 1 0 01998741 +rock_bass n 2 2 @ #m 2 0 02567633 02564403 +rock_beauty n 1 1 @ 1 0 02606052 +rock_bit n 1 1 @ 1 0 04098399 +rock_bottom n 1 1 @ 1 0 08512182 +rock_brake n 3 3 @ ~ #m 3 0 13211790 13210205 13173697 +rock_cake n 1 1 @ 1 0 07642070 +rock_candy n 2 1 @ 2 0 07609083 07608980 +rock_climber n 1 1 @ 1 0 10535604 +rock_climbing n 1 1 @ 1 0 00326094 +rock_concert n 1 1 @ 1 0 06892979 +rock_cornish n 1 2 @ %p 1 0 01790557 +rock_cornish_hen n 1 2 @ #p 1 0 07646163 +rock_crab n 1 2 @ #m 1 0 01978455 +rock_cress n 1 3 @ ~ #m 1 0 11872146 +rock_crystal n 1 2 @ ~ 1 0 14694293 +rock_dove n 1 2 @ #m 1 0 01812662 +rock_drill n 1 2 @ ~ 1 0 02875436 +rock_elm n 2 2 @ #m 2 0 12408873 12406488 +rock_fever n 1 1 @ 1 0 14128029 +rock_garden n 1 1 @ 1 0 04099854 +rock_geranium n 1 1 @ 1 0 12798466 +rock_group n 1 2 @ ~ 1 0 08250501 +rock_gunnel n 1 3 @ #m %p 1 0 02615298 +rock_harlequin n 1 1 @ 1 0 11904477 +rock_hind n 1 2 @ #m 1 0 02569631 +rock_hopper n 1 2 @ #m 1 0 02057330 +rock_hyrax n 1 2 @ #m 1 0 02372952 +rock_island n 1 2 @ #p 1 0 09084298 +rock_kangaroo n 1 2 @ #m 1 0 01878929 +rock_lobster n 2 4 @ #m #p %p 2 0 07793260 01984695 +rock_maple n 1 1 @ 1 0 12753245 +rock_music n 1 4 @ ~ %p - 1 0 07064715 +rock_of_gibraltar n 1 3 @ #p %m 1 0 09028841 +rock_oil n 1 3 @ ~ %s 1 0 14980579 +rock_opera n 1 1 @ 1 0 06592281 +rock_outcrop n 1 2 @ ~ 1 1 09381242 +rock_partridge n 1 2 @ #m 1 0 01808291 +rock_penstemon n 1 2 @ #m 1 0 12887713 +rock_pigeon n 1 2 @ #m 1 0 01812662 +rock_pink n 1 2 @ #m 1 0 11863717 +rock_plant n 1 2 @ ~ 1 0 13123681 +rock_polypody n 1 1 @ 1 0 13173697 +rock_purslane n 1 2 @ #m 1 0 11858703 +rock_python n 1 2 @ #m 1 1 01744401 +rock_rabbit n 2 3 @ ~ #m 2 0 02372952 02328429 +rock_rattlesnake n 1 2 @ #m 1 0 01756733 +rock_rose n 2 3 @ ~ #m 2 0 12376073 12374418 +rock_salmon n 1 2 @ ; 1 0 07795598 +rock_salt n 1 2 @ %s 1 0 14672224 +rock_sandwort n 1 1 @ 1 0 11806679 +rock_sea_bass n 1 2 @ #m 1 0 02567633 +rock_snake n 1 2 @ #m 1 0 01744401 +rock_spikemoss n 1 1 @ 1 0 13225075 +rock_springs n 1 2 @ #p 1 0 09160168 +rock_squirrel n 1 1 @ 1 0 02358890 +rock_star n 1 2 @ ~ 1 0 10536416 +rock_sunfish n 1 2 @ #m 1 0 02564403 +rock_wallaby n 1 2 @ #m 1 0 01878929 +rock_wool n 1 1 @ 1 0 14769644 +rock_wren n 2 2 @ #m 2 0 01588725 01585715 +rockabilly n 1 1 @ 1 0 07064537 +rockchuck n 1 1 @ 1 0 02361850 +rockcress n 2 4 @ ~ #m #p 2 0 11874081 11872146 +rockefeller n 1 1 @ 1 0 11267113 +rocker n 7 7 @ ~ #m #p %p + ; 7 0 10536021 10535881 10535706 04099969 04098795 04098710 04098513 +rocker_arm n 1 1 @ 1 0 04099003 +rockers n 1 2 @ %m 1 0 08370878 +rockery n 1 1 @ 1 0 04099854 +rocket n 5 6 @ ~ #m #p %p + 5 2 04099429 04099175 11886537 07263053 04232902 +rocket_base n 1 2 @ ; 1 0 04099649 +rocket_cress n 1 2 @ #p 1 0 11874081 +rocket_engine n 1 3 @ ~ #p 1 0 04099175 +rocket_engineer n 1 2 @ ~ 1 0 10536134 +rocket_firing n 1 2 @ ~ 1 0 00103419 +rocket_fuel n 1 2 @ %p 1 0 14692026 +rocket_larkspur n 1 2 @ #m 1 0 11732567 +rocket_launcher n 1 2 @ ~ 1 0 03647520 +rocket_launching n 1 2 @ ~ 1 0 00103419 +rocket_propellant n 1 2 @ %p 1 0 14692026 +rocket_propellent n 1 2 @ %p 1 0 14692026 +rocket_propulsion n 1 1 @ 1 0 11498679 +rocket_range n 1 1 @ 1 0 04099761 +rocket_salad n 1 2 @ #m 1 0 11886537 +rocket_scientist n 2 2 @ ~ 2 0 10536274 10536134 +rocketry n 1 2 @ + 1 0 06135659 +rockfish n 3 5 @ ~ #m #p %p 3 0 07792219 02644113 02568087 +rockfoil n 1 3 @ ~ #m 1 0 12793015 +rockford n 1 2 @ #p 1 0 09084196 +rockies n 1 3 @ #p %p 1 0 09416570 +rockiness n 1 2 @ + 1 0 04772191 +rocking_chair n 1 3 @ ~ %p 1 0 04099969 +rocking_horse n 1 2 @ %p 1 0 03523633 +rockingham n 1 1 @ 1 0 11267343 +rockingham_podocarp n 1 2 @ #m 1 0 11652376 +rockrose n 2 3 @ ~ #m 2 0 12376073 12374418 +rockrose_family n 1 3 @ #m %m 1 0 12374002 +rockslide n 1 1 @ 1 0 07405817 +rockweed n 1 3 @ ~ #m 1 0 01404628 +rockwell n 1 1 @ 1 0 11267568 +rockwell_kent n 1 1 @ 1 0 11101576 +rocky-mountain_maple n 1 1 @ 1 0 12754174 +rocky_marciano n 1 1 @ 1 0 11155943 +rocky_mountain_bee_plant n 1 1 @ 1 0 11866706 +rocky_mountain_bighorn n 1 2 @ #m 1 0 02415577 +rocky_mountain_bristlecone_pine n 1 1 @ 1 0 11617272 +rocky_mountain_dogbane n 1 1 @ 1 0 11768108 +rocky_mountain_goat n 1 2 @ #m 1 0 02418465 +rocky_mountain_jay n 1 1 @ 1 0 01581434 +rocky_mountain_national_park n 1 2 @ #p 1 0 08608813 +rocky_mountain_pinon n 1 1 @ 1 0 11610047 +rocky_mountain_sheep n 1 2 @ #m 1 0 02415577 +rocky_mountain_spotted_fever n 1 1 @ 1 0 14141656 +rocky_mountain_whitefish n 1 2 @ #m 1 0 02540091 +rocky_mountains n 1 3 @ #p %p 1 0 09416570 +rocky_mountains_cherry n 1 2 @ #m 1 0 12642734 +rococo n 1 1 @ 1 0 04699767 +rocroi n 1 3 @ #p ; 1 0 01292735 +rod n 6 5 @ ~ #p %p ; 6 2 04100174 01377602 13650921 13614679 05456456 03427202 +rod_cell n 1 3 @ #p %p 1 0 05456456 +rod_laver n 1 1 @ 1 0 11119634 +rodent n 1 3 @ ~ #m 1 0 02329401 +rodentia n 1 3 @ #m %m 1 0 02329093 +rodeo n 2 2 @ %p 2 1 00522939 04100519 +rodeo_rider n 1 1 @ 1 0 09973072 +rodgers n 1 1 @ 1 0 11267745 +rodhos n 1 2 @ #p 1 0 08783812 +rodin n 1 1 @ 1 0 11267949 +rodney_george_laver n 1 1 @ 1 0 11119634 +rodolia n 1 3 @ #m %m 1 0 02166674 +rodolia_cardinalis n 1 2 @ #m 1 0 02166826 +rodomontade n 1 1 @ 1 0 07230089 +rodrigo_borgia n 1 1 @ 1 0 10813204 +rodya_raskolnikov n 1 1 @ 1 0 10507783 +roe n 4 3 @ ~ #p 4 0 07799278 02322624 01461532 01461445 +roe_deer n 1 3 @ ~ #m 1 0 02433546 +roebling n 1 1 @ 1 0 11268118 +roebuck n 1 1 @ 1 0 02433729 +roentgen n 2 1 @ 2 0 13646031 11268326 +roentgen_ray n 1 1 @ 1 0 11527177 +roentgenium n 1 1 @ 1 0 14652824 +roentgenogram n 1 2 @ ~ 1 0 04100620 +roentgenography n 1 3 @ ~ + 1 0 00904623 +roentgenoscope n 1 1 @ 1 0 03370646 +rofecoxib n 1 1 @ 1 0 04100994 +rogaine n 1 1 @ 1 0 03771820 +rogation n 1 1 @ 1 0 07190474 +rogation_day n 1 1 @ 1 0 15192736 +roger_bacon n 1 1 @ 1 0 10830731 +roger_bannister n 1 1 @ 1 0 10833595 +roger_brooke_taney n 1 1 @ 1 0 11330692 +roger_de_mortimer n 1 1 @ 1 0 11192901 +roger_eliot_fry n 1 2 @ #m 1 0 10984257 +roger_fry n 1 2 @ #m 1 0 10984257 +roger_huntington_sessions n 1 1 @ 1 0 11293805 +roger_sessions n 1 1 @ 1 0 11293805 +roger_sherman n 1 1 @ 1 0 11297756 +roger_taney n 1 1 @ 1 0 11330692 +roger_williams n 1 1 @ 1 0 11389619 +rogers n 3 1 @ 3 0 11268883 11268667 11268523 +roget n 1 1 @ 1 0 11269085 +rogue n 1 1 @ 1 1 10536728 +rogue's_gallery n 2 1 @ 2 0 08406259 08406160 +rogue_elephant n 1 1 @ 1 0 02503756 +rogue_nation n 1 1 @ 1 0 08170374 +rogue_state n 1 1 @ 1 0 08170374 +roguery n 1 2 @ ~ 1 0 00736375 +roguishness n 2 3 @ ~ + 2 0 04909721 00736375 +rohypnol n 1 2 @ ~ 1 0 03370020 +roi n 1 2 @ ; 1 0 15281329 +roisterer n 1 2 @ + 1 0 10536897 +rolaids n 1 2 @ ; 1 0 14777856 +roland_de_lassus n 1 1 @ 1 0 11118362 +rolando's_area n 1 1 @ 1 0 05489640 +rolando's_fissure n 1 2 @ #p 1 0 05223823 +role n 4 3 @ ~ = 4 4 00720565 05929008 05149325 00722061 +role_model n 1 2 @ ~ 1 0 10324851 +role_player n 2 2 @ ~ 2 0 10201535 09765278 +roleplaying n 1 2 @ + 1 1 00552097 +rolf n 1 1 @ 1 0 11269236 +roll n 15 5 @ ~ #p + ; 15 4 07441619 06495000 07349532 04101375 13875970 13356569 07680932 07389330 07388816 06407733 04101232 01245813 00289659 00170340 00104409 +roll-on n 2 1 @ 2 0 04103769 04103665 +roll-on_roll-off n 1 2 @ ; 1 0 04103918 +roll_call n 1 2 @ ~ 1 0 01011883 +roll_film n 1 1 @ 1 0 04102872 +roll_in_the_hay n 1 2 @ ; 1 0 00846021 +roll_of_tobacco n 1 2 @ ~ 1 0 04103491 +rollback n 2 1 @ 2 0 00980779 00362258 +rolled_biscuit n 1 1 @ 1 0 07694169 +rolled_oats n 1 2 @ #s 1 0 07568502 +roller n 7 5 @ ~ #m #p + 7 1 00129435 07349532 04101701 04101497 03150232 01826364 01814755 +roller-skater n 1 3 @ ~ + 1 0 10537107 +roller_bandage n 1 1 @ 1 0 04101860 +roller_bearing n 1 1 @ 1 0 02780315 +roller_bit n 1 1 @ 1 0 04098399 +roller_blind n 1 2 @ %p 1 0 04102285 +roller_coaster n 2 2 @ ~ 2 0 13979786 04102406 +roller_skate n 1 3 @ %p + 1 1 04102618 +roller_skating n 1 2 @ ~ 1 0 00448958 +roller_towel n 1 1 @ 1 0 04102760 +rollerblade n 1 3 @ + ; 1 0 04102162 +rollerblader n 1 1 @ 1 0 10537018 +rollerblading n 1 1 @ 1 0 00448872 +rolling n 3 2 @ + 3 0 07389330 00783762 00122530 +rolling_hitch n 1 2 @ ~ 1 0 04102962 +rolling_mill n 1 1 @ 1 0 04103094 +rolling_paper n 1 1 @ 1 0 14812566 +rolling_pin n 1 1 @ 1 0 04103206 +rolling_stock n 1 1 @ 1 1 04103364 +rolling_wave n 1 1 @ 1 0 07349532 +rollmops n 1 1 @ 1 0 07785487 +rollo n 1 1 @ 1 0 11269236 +rollover n 1 2 @ + 1 0 01155722 +rolodex n 1 2 @ ; 1 0 04104147 +roly-poly n 2 2 @ ; 2 0 10082146 07620145 +roly-poly_pudding n 1 2 @ ; 1 0 07620145 +rolypoliness n 1 2 @ + 1 0 05001089 +rom n 1 3 @ ~ ; 1 0 04058239 +roma n 2 6 @ ~ #p %m %p - 2 0 10154186 08806897 +romaic n 1 2 @ + 1 0 06976833 +romaine n 1 1 @ 1 0 07724492 +romaine_lettuce n 2 2 @ #m 2 0 11986729 07724492 +roman n 3 4 @ ~ #m + 3 1 09716933 09717047 06827503 +roman_a_clef n 1 1 @ 1 0 06369077 +roman_alphabet n 1 2 @ %m 1 0 06497872 +roman_arch n 1 1 @ 1 0 04104384 +roman_architecture n 1 1 @ 1 0 05842290 +roman_basilica n 1 1 @ 1 0 02801047 +roman_building n 1 2 @ ~ 1 0 04104500 +roman_calendar n 1 1 @ 1 0 15173830 +roman_candle n 1 1 @ 1 1 04104641 +roman_catholic n 2 6 @ ~ #m %m %p - 2 2 09680504 08083599 +roman_catholic_church n 1 4 @ %m %p - 1 1 08083599 +roman_catholic_pope n 1 3 @ ~ #m 1 0 10453533 +roman_catholicism n 1 1 @ 1 1 06227562 +roman_church n 1 4 @ %m %p - 1 1 08083599 +roman_collar n 1 1 @ 1 1 03041964 +roman_coriander n 1 1 @ 1 0 11737125 +roman_deity n 1 3 @ ~ ; 1 0 09552681 +roman_emperor n 1 2 @ ~ 1 0 10537240 +roman_empire n 1 5 @ #p %m %p - 1 0 08800258 +roman_fleuve n 1 1 @ 1 0 06369690 +roman_hyacinth n 1 1 @ 1 0 12458713 +roman_inquisition n 1 1 @ 1 0 08333639 +roman_jakobson n 1 1 @ 1 0 11078774 +roman_law n 1 2 @ - 1 0 06534659 +roman_legion n 1 1 @ 1 0 08183920 +roman_letters n 1 1 @ 1 0 06827503 +roman_mile n 1 1 @ 1 0 13655414 +roman_mythology n 1 2 @ - 1 0 07983170 +roman_nettle n 1 2 @ #m 1 0 12392765 +roman_nose n 1 1 @ 1 1 05599501 +roman_numeral n 1 2 ! @ 1 0 06807657 +roman_osipovich_jakobson n 1 1 @ 1 0 11078774 +roman_pace n 1 1 @ 1 0 13655570 +roman_print n 1 1 @ 1 0 06827503 +roman_republic n 1 2 @ #p 1 0 08799958 +roman_times n 1 1 @ 1 0 15120715 +roman_type n 1 1 @ 1 0 06827503 +roman_wormwood n 2 2 @ #m 2 0 11930994 11904477 +romanal n 1 1 @ 1 0 06897976 +romance n 5 3 @ ~ + 5 2 13931436 05208422 06963951 06371267 06369216 +romance_language n 1 2 @ ~ 1 0 06963951 +romanesque n 1 2 @ ~ 1 0 05842706 +romanesque_architecture n 1 2 @ ~ 1 0 05842706 +romani n 1 2 @ ~ 1 0 10154186 +romania n 1 5 @ #p %m %p + 1 0 08813978 +romanian n 2 2 @ #m 2 0 09728285 06968343 +romanian_monetary_unit n 1 2 @ ~ 1 0 13685346 +romanism n 1 1 @ 1 0 06227562 +romanoff n 2 1 @ 2 0 10537708 08157672 +romanov n 2 1 @ 2 0 10537708 08157672 +romans n 1 2 @ #p 1 0 06443163 +romansh n 1 1 @ 1 0 06968174 +romantic n 2 1 @ 2 2 10537822 10537906 +romantic_movement n 1 1 @ 1 0 06155075 +romantic_realism n 1 1 @ 1 0 08468261 +romanticisation n 1 2 @ + 1 0 01219306 +romanticism n 3 4 ! @ ~ + 3 1 05152902 06155075 05208422 +romanticist n 2 3 ! @ + 2 0 10579676 10537906 +romanticization n 1 2 @ + 1 0 01219306 +romany n 2 2 @ ~ 2 0 10154186 06969822 +romberg n 1 1 @ 1 0 11269367 +rome n 2 5 @ #p %m %p - 2 2 08806897 08085535 +rome_beauty n 1 1 @ 1 0 07742605 +romeo n 1 1 @ 1 0 10538082 +rommany n 1 2 @ ~ 1 0 10154186 +rommel n 1 1 @ 1 0 11269515 +romneya n 1 3 @ #m %m 1 0 11907554 +romneya_coulteri n 1 2 @ #m 1 0 11907689 +romp n 3 3 @ ~ + 3 1 07475107 10715030 00511817 +romper n 2 2 @ + 2 0 10538154 04104770 +romper_suit n 1 1 @ 1 0 04104770 +romulus n 1 2 @ ; 1 0 09556305 +ron n 1 1 @ 1 0 06983114 +ronald_george_wreyford_norrish n 1 1 @ 1 0 11209675 +ronald_reagan n 1 1 @ 1 0 11255460 +ronald_wilson_reagan n 1 1 @ 1 0 11255460 +rondeau n 2 3 @ ~ + 2 0 07043968 06380879 +rondel n 1 2 @ ~ 1 0 06380879 +rondelet n 1 2 @ + 1 0 06381274 +rondo n 1 1 @ 1 0 07043968 +roneo n 1 3 @ + ; 1 0 03767459 +roneograph n 1 2 @ ; 1 0 03767459 +rontgen n 1 1 @ 1 0 11268326 +rood n 1 1 @ 1 0 03140292 +rood-tree n 1 1 @ 1 0 03140292 +rood_screen n 1 2 @ #p 1 0 04104925 +roof n 4 5 @ ~ #p %p + 4 2 04105068 04105438 09416890 06657646 +roof_garden n 1 1 @ 1 0 04105609 +roof_mushroom n 1 3 @ #m %m 1 0 13019202 +roof_of_the_mouth n 1 3 @ #p %p 1 1 05309725 +roof_peak n 1 2 @ #p 1 0 04105791 +roof_rack n 1 1 @ 1 0 03696301 +roof_rat n 1 2 @ #m 1 0 02333909 +roofer n 1 3 @ ~ + 1 1 10538272 +roofing n 2 4 @ ~ #p + 2 0 04105704 00617989 +roofing_material n 1 2 @ ~ 1 0 15005716 +roofing_paper n 1 1 @ 1 0 14976001 +roofing_tile n 1 3 @ ~ %s 1 0 15074568 +rooftop n 1 1 @ 1 1 08663774 +rooftree n 1 2 @ #p 1 1 04089152 +roofy n 1 1 @ 1 0 04036494 +rooibos n 1 2 @ #m 1 0 12507823 +rook n 2 3 @ #m ; 2 0 02980625 01579410 +rookery n 1 2 @ ~ 1 0 08644426 +rookie n 1 1 @ 1 1 09981834 +room n 4 5 @ ~ #p %p + 4 3 04105893 13777764 14485436 07985948 +room_access n 1 4 @ ~ #p %p 1 0 03224032 +room_clerk n 1 1 @ 1 1 10538398 +room_decorator n 1 2 @ ~ 1 0 10210648 +room_light n 1 2 @ #p 1 0 04107743 +room_rate n 1 1 @ 1 0 13327136 +room_temperature n 1 1 @ 1 1 05014442 +roomer n 1 2 @ + 1 0 10269458 +roomette n 1 3 @ #p + 1 0 04107598 +roomful n 1 1 @ 1 1 13769123 +roomie n 1 1 @ 1 0 10538518 +roominess n 2 3 @ ~ + 2 0 05618607 05105265 +rooming_house n 1 2 @ ~ 1 0 03685820 +roommate n 1 1 @ 1 0 10538518 +rooms n 1 1 @ 1 1 04351550 +roomy n 1 1 @ 1 0 10538518 +roosevelt n 3 2 @ + 3 1 11270023 11270380 11269697 +roost n 2 4 @ ~ %p + 2 0 04107984 04107870 +rooster n 1 2 @ ~ 1 1 01792158 +root n 8 7 @ ~ #p %s %p + ; 8 5 13125117 08507558 06300193 13731669 08005954 09792555 06300445 05308310 +root_beer n 1 1 @ 1 0 07928887 +root_beer_float n 1 1 @ 1 0 07923176 +root_canal n 1 2 @ #p 1 0 05308481 +root_cap n 1 2 @ #p 1 0 13126428 +root_celery n 1 2 @ %p 1 0 12933616 +root_cellar n 1 1 @ 1 1 04108137 +root_climber n 1 1 @ 1 0 13103023 +root_crop n 1 1 @ 1 0 13126308 +root_hair n 1 2 @ #p 1 0 13126684 +root_rot n 1 1 @ 1 0 14281992 +root_system n 1 2 @ %p 1 0 13125003 +root_vegetable n 1 2 @ ~ 1 0 07710283 +root_word n 1 2 @ ; 1 0 06300193 +rootage n 3 4 @ ~ %p + 3 0 14006684 13125003 08507558 +rooter n 1 2 @ ~ 1 0 10639925 +rooter_skunk n 1 2 @ #m 1 0 02446645 +rooting n 1 2 @ + 1 1 13552124 +rooting_reflex n 1 1 @ 1 0 00867163 +rootlet n 1 2 @ + 1 0 13126580 +roots n 1 1 @ 1 0 14065412 +rootstalk n 1 1 @ 1 0 13128582 +rootstock n 2 1 @ 2 0 13128582 13127303 +rope n 2 5 @ ~ %s %p + 2 1 04108268 04036494 +rope-a-dope n 1 1 @ 1 0 00446632 +rope-maker n 1 1 @ 1 0 10538629 +rope_bridge n 1 1 @ 1 0 04108822 +rope_burn n 1 1 @ 1 0 14286995 +rope_ladder n 1 1 @ 1 0 04108908 +rope_tow n 1 1 @ 1 0 04108999 +rope_yard n 1 1 @ 1 0 04109104 +rope_yarn n 1 1 @ 1 0 04109240 +ropebark n 1 2 @ #m 1 0 12347639 +ropedancer n 1 1 @ 1 0 10539015 +ropemaker n 1 1 @ 1 0 10538629 +roper n 3 2 @ + 3 0 10538853 10538733 10538629 +ropewalk n 1 1 @ 1 0 04109104 +ropewalker n 1 1 @ 1 0 10539015 +ropeway n 1 1 @ 1 0 04469813 +rophy n 1 1 @ 1 0 04036494 +ropiness n 1 2 @ + 1 0 04935904 +roping n 1 3 @ ~ + 1 0 00299680 +roquefort n 1 1 @ 1 0 07852302 +roquefort_dressing n 1 1 @ 1 0 07833672 +roquette n 1 2 @ #m 1 0 11886537 +roridula n 1 2 @ #m 1 0 12784371 +roridulaceae n 1 3 @ #m %m 1 0 12783996 +rorippa n 1 3 @ #m %m 1 0 11895270 +rorippa_amphibia n 1 2 @ #m 1 0 11895714 +rorippa_islandica n 1 2 @ #m 1 0 11895472 +rorippa_nasturtium-aquaticum n 1 2 @ #m 1 0 11893131 +rorqual n 1 3 @ ~ #m 1 0 02064338 +rorschach n 1 1 @ 1 0 01007907 +rorschach_test n 1 1 @ 1 0 01007907 +rosa n 1 3 @ #m %m 1 0 12620031 +rosa_banksia n 1 1 @ 1 0 12620969 +rosa_canina n 1 1 @ 1 0 12621110 +rosa_chinensis n 1 1 @ 1 0 12621260 +rosa_damascena n 1 1 @ 1 0 12621410 +rosa_eglanteria n 1 1 @ 1 0 12621619 +rosa_laevigata n 1 1 @ 1 0 12621945 +rosa_melba_ponselle n 1 1 @ 1 0 11242469 +rosa_moschata n 1 1 @ 1 0 12622297 +rosa_multiflora n 1 1 @ 1 0 12622072 +rosa_odorata n 1 1 @ 1 0 12622483 +rosa_parks n 1 1 @ 1 0 11223396 +rosa_pendulina n 1 1 @ 1 0 12620661 +rosa_ponselle n 1 1 @ 1 0 11242469 +rosa_spithamaea n 1 1 @ 1 0 12620779 +rosacea n 1 1 @ 1 0 14222352 +rosaceae n 1 4 @ #m %m + 1 0 12619306 +rosales n 1 3 @ #m %m 1 0 12618942 +rosario n 1 2 @ #p 1 0 08713405 +rosary n 1 1 @ 1 1 04109335 +rose n 3 5 @ ~ #m %p + 3 1 12620196 07893253 04971313 +rose-apple_tree n 1 3 @ #m %p 1 0 12332218 +rose-colored_pastor n 1 2 @ #m 1 0 01577458 +rose-colored_starling n 1 2 @ #m 1 0 01577458 +rose-root n 1 2 @ #m 1 0 12786273 +rose_acacia n 1 2 @ #m 1 0 12567950 +rose_apple n 2 4 @ #m #p %p 2 0 12332218 07770034 +rose_bay n 1 2 @ #m 1 0 11773987 +rose_bed n 1 2 @ #p 1 0 04109471 +rose_beetle n 1 2 @ #m 1 0 02175569 +rose_bug n 1 2 @ #m 1 0 02175014 +rose_campion n 1 1 @ 1 0 11812094 +rose_chafer n 2 2 @ #m 2 0 02175569 02175014 +rose_chestnut n 1 2 @ #m 1 0 12370549 +rose_family n 1 3 @ #m %m 1 0 12619306 +rose_garden n 1 2 @ %p 1 0 04109599 +rose_geranium n 1 2 @ #m 1 0 12687462 +rose_globe_lily n 1 2 @ #m 1 0 12447346 +rose_gum n 1 1 @ 1 0 12337800 +rose_hip n 1 2 @ #p 1 0 12620546 +rose_leek n 1 1 @ 1 0 12432574 +rose_louise_hovick n 1 1 @ 1 0 11124472 +rose_mallow n 2 2 @ #m 2 0 12178896 12173912 +rose_moss n 1 1 @ 1 0 11857875 +rose_of_china n 1 1 @ 1 0 12179391 +rose_of_jericho n 2 2 @ #m 2 0 13225365 11871059 +rose_of_sharon n 1 1 @ 1 1 12179907 +rose_oil n 1 1 @ 1 0 14893128 +rose_periwinkle n 1 2 @ #m 1 0 11772408 +rose_pink n 1 1 @ 1 0 12298395 +rose_quartz n 1 1 @ 1 0 15005895 +rose_water n 1 1 @ 1 0 04110068 +rose_window n 1 1 @ 1 0 04110178 +rose_wine n 1 1 @ 1 0 07893253 +roseate_spoonbill n 1 2 @ #m 1 0 02007284 +roseau n 1 2 @ #p 1 0 08763387 +rosebay n 1 1 @ 1 0 12244650 +rosebay_willowherb n 1 2 @ #m 1 0 12342498 +rosebud n 2 2 @ ; 2 1 11675025 10539160 +rosebud_cherry n 1 1 @ 1 0 12650038 +rosebud_orchid n 1 2 @ #m 1 0 12051792 +rosebush n 1 4 @ ~ #m %p 1 0 12620196 +rosefish n 2 1 @ 2 0 07792117 02644817 +rosehip n 1 2 @ #p 1 0 12620546 +roselle n 1 1 @ 1 0 12179632 +rosellinia n 1 2 @ #m 1 0 12967124 +rosemaling n 1 2 @ ; 1 0 04109702 +rosemary n 2 4 @ #m #p %p 2 0 12864160 07820145 +roseola n 1 2 @ ~ 1 0 14321953 +roseola_infantilis n 1 1 @ 1 0 14123759 +roseola_infantum n 1 1 @ 1 0 14123759 +rosetta_stone n 1 1 @ 1 0 06405891 +rosette n 4 1 @ 4 1 04109899 14281549 13161998 04110178 +rosewood n 2 4 @ ~ #s %s 2 0 12522493 12522188 +rosewood_tree n 1 3 @ ~ %s 1 0 12522188 +rosh_chodesh n 1 2 @ ; 1 0 15183085 +rosh_hashana n 1 2 @ ; 1 0 15182805 +rosh_hashanah n 1 2 @ ; 1 0 15182805 +rosh_hashona n 1 2 @ ; 1 0 15182805 +rosh_hashonah n 1 2 @ ; 1 0 15182805 +rosh_hodesh n 1 2 @ ; 1 0 15183085 +rosicrucian n 2 1 @ 2 0 10539462 10539278 +rosicrucianism n 1 1 @ 1 0 06191483 +rosid_dicot_family n 1 3 @ ~ #m 1 0 11566682 +rosid_dicot_genus n 1 3 @ ~ #m 1 0 11585340 +rosidae n 1 3 @ #m %m 1 0 12212810 +rosilla n 1 1 @ 1 0 11977887 +rosin n 1 3 @ ~ + 1 0 14894140 +rosin_bag n 1 1 @ 1 0 04110281 +rosiness n 3 3 @ ~ + 3 0 14050871 04977412 04971313 +rosinweed n 2 3 @ ~ #m 2 0 12015221 11973341 +rosita n 1 1 @ 1 0 12290975 +rosmarinus n 1 3 @ #m %m 1 0 12864038 +rosmarinus_officinalis n 1 3 @ #m %p 1 0 12864160 +ross n 5 1 @ 5 0 11271349 11271094 11270948 11270772 11270577 +ross_sea n 1 2 @ #p 1 0 09417240 +rossbach n 1 3 @ #p ; 1 0 01292928 +rossetti n 1 1 @ 1 0 11271563 +rossini n 1 1 @ 1 0 11271720 +rostand n 1 1 @ 1 0 11271859 +roster n 1 2 @ ~ 1 1 06495000 +rostock n 1 3 @ #m #p 1 0 08774704 +rostov n 1 2 @ #p 1 0 09009490 +rostov_na_donu n 1 2 @ #p 1 0 09009490 +rostov_on_don n 1 2 @ #p 1 0 09009490 +rostrum n 2 1 @ 2 1 03159640 02452813 +roswell n 1 2 @ #p 1 0 09116214 +rosy_boa n 1 2 @ #m 1 0 01742821 +rot n 3 4 @ ~ + ; 3 2 14560926 13458019 06611681 +rota n 2 2 @ ; 2 0 08335414 06496862 +rotarian n 1 2 @ #m 1 0 10539616 +rotary n 2 2 @ #p 2 0 04465933 04375405 +rotary_actuator n 1 2 @ ; 1 0 04110439 +rotary_club n 1 2 @ %m 1 1 08236251 +rotary_converter n 1 1 @ 1 0 04375405 +rotary_engine n 2 2 @ ~ 2 0 04110654 04040373 +rotary_international n 1 2 @ %m 1 0 08236251 +rotary_joint n 1 1 @ 1 0 05597188 +rotary_motion n 1 2 @ ~ 1 0 00342028 +rotary_press n 1 1 @ 1 0 04110841 +rotary_wing n 1 2 @ #p 1 0 04112252 +rotating_mechanism n 1 3 @ ~ %p 1 0 04110955 +rotating_shaft n 1 3 @ ~ #p 1 0 04111190 +rotation n 4 4 @ ~ + ; 4 1 00342028 13785557 07440979 05045381 +rotational_latency n 1 3 @ #p ; 1 0 15297069 +rotational_nystagmus n 1 1 @ 1 0 00338088 +rotator_cuff n 1 3 @ #p %p 1 0 05604950 +rotatory_joint n 1 1 @ 1 0 05597188 +rotavirus n 1 1 @ 1 0 01341090 +rotc n 1 1 @ 1 1 08212920 +rote n 1 1 @ 1 0 05755393 +rote_learning n 1 1 @ 1 0 05755393 +rotenone n 1 1 @ 1 0 15012478 +rotgut n 1 1 @ 1 0 07922512 +roth n 1 1 @ 1 0 11272030 +rothko n 1 1 @ 1 0 11272198 +rothschild n 1 1 @ 1 0 11272415 +rotifer n 1 2 @ #m 1 0 01929186 +rotifera n 1 3 @ #m %m 1 0 01929047 +rotisserie n 2 1 @ 2 0 04111531 04111414 +rotl n 1 1 @ 1 0 13718946 +rotogravure n 3 2 @ #p 3 0 06679308 06266973 01103492 +rotor n 3 5 ! @ ~ #p %p 3 1 04111962 04112147 04111668 +rotor_blade n 1 2 @ #p 1 0 04112252 +rotor_coil n 1 2 @ #p 1 0 04111962 +rotor_head n 1 2 @ #p 1 0 04112430 +rotor_shaft n 1 2 @ #p 1 0 04112430 +rotten_borough n 1 1 @ 1 0 08540416 +rottenness n 2 2 @ + 2 0 14561102 04791591 +rottenstone n 1 1 @ 1 0 14936474 +rotter n 1 1 @ 1 0 10539715 +rotterdam n 1 2 @ #p 1 0 08950907 +rotting n 1 3 @ + ; 1 0 13458019 +rottweiler n 1 1 @ 1 0 02106550 +rotunda n 2 1 @ 2 0 04112654 04112579 +rotundity n 2 2 @ + 2 1 05073131 07082972 +rotundness n 1 2 @ + 1 0 05073131 +rouble n 1 2 @ %p 1 0 13699076 +roue n 1 1 @ 1 0 10505942 +rouge n 1 2 @ + 1 0 04112752 +rouge_et_noir n 1 1 @ 1 0 00495103 +rouge_plant n 1 2 @ #m 1 0 11856573 +rougeberry n 1 2 @ #m 1 0 11856573 +rough n 1 2 @ #p 1 0 08640962 +rough-and-tumble n 1 1 @ 1 0 01172441 +rough-leaved_aster n 1 1 @ 1 0 11936624 +rough-legged_hawk n 1 2 @ #m 1 0 01607600 +rough-skinned_newt n 1 2 @ #m 1 0 01631354 +rough-stemmed_goldenrod n 1 1 @ 1 0 12018271 +rough_bindweed n 1 1 @ 1 0 12470907 +rough_bristlegrass n 1 1 @ 1 0 12135049 +rough_cut n 1 1 @ 1 0 06617644 +rough_drawing n 1 1 @ 1 0 03230785 +rough_fish n 1 1 @ 1 0 02513248 +rough_green_snake n 1 1 @ 1 0 01730307 +rough_horsetail n 1 1 @ 1 0 13220122 +rough_pea n 1 1 @ 1 0 12539564 +rough_rider n 1 1 @ 1 0 10540252 +rough_sledding n 1 1 @ 1 0 14409880 +rough_water n 1 1 @ 1 0 14524029 +roughage n 1 2 @ ~ 1 0 07568818 +roughcast n 2 2 @ + 2 0 15006012 04112921 +roughleg n 1 2 @ #m 1 0 01607600 +roughneck n 1 2 @ ~ 1 1 09879297 +roughness n 7 4 ! @ ~ + 7 3 04948241 04988666 04817564 14524029 13977184 13537894 00374446 +roughrider n 1 1 @ 1 0 10540413 +roughtail_stingray n 1 2 @ #m 1 0 01498406 +roulade n 2 2 @ ; 2 0 07875560 06857591 +rouleau n 2 1 @ 2 0 04113124 04113038 +roulette n 3 2 @ ~ 3 0 13908580 04113194 00509399 +roulette_ball n 1 1 @ 1 1 04113316 +roulette_wheel n 1 1 @ 1 0 04113406 +roumania n 1 5 @ #p %m %p + 1 0 08813978 +round n 14 6 @ ~ #p %p + ; 14 6 04113641 15287830 08507381 01055688 00466377 00415098 15256714 09417097 07884266 07662156 07053089 06692464 04119892 03032811 +round-bottom_flask n 1 1 @ 1 0 04113968 +round-headed_leek n 1 1 @ 1 0 12435965 +round-leaved_rein_orchid n 1 1 @ 1 0 12067817 +round-spored_gyromitra n 1 2 @ #m 1 0 13037805 +round-table_conference n 1 1 @ 1 0 07145314 +round-tailed_muskrat n 1 2 @ #m 1 0 02338449 +round-the-clock_patrol n 1 1 @ 1 0 00825096 +round-trip_light_time n 1 1 @ 1 0 15130926 +round-trip_ticket n 1 2 @ ~ 1 0 06519936 +round_angle n 1 1 @ 1 0 13892674 +round_arch n 1 2 @ ~ 1 0 04113765 +round_bone n 1 1 @ 1 1 05279321 +round_clam n 2 5 @ ~ #m #p %p 2 0 07786856 01958038 +round_dance n 2 2 @ ~ 2 0 00539827 00537297 +round_dancing n 1 1 @ 1 0 00537297 +round_file n 1 1 @ 1 0 04114301 +round_hand n 1 1 @ 1 0 06351086 +round_kumquat n 1 2 @ #m 1 0 12713358 +round_ligament_of_the_uterus n 1 1 @ 1 0 05295740 +round_of_drinks n 1 1 @ 1 0 07884266 +round_of_golf n 1 1 @ 1 0 00466377 +round_robin n 2 1 @ 2 0 07467579 06625965 +round_scad n 1 2 @ #m 1 0 02581642 +round_shape n 1 2 @ ~ 1 0 13865483 +round_shot n 1 1 @ 1 0 02950943 +round_steak n 1 2 @ #p 1 0 07662275 +round_table n 2 2 @ ; 2 1 07145314 04114554 +round_top n 1 2 @ #p 1 0 03035252 +round_trip n 1 1 @ 1 0 00308779 +round_whitefish n 1 2 @ #m 1 0 02539894 +round_window n 1 1 @ 1 0 05325786 +roundabout n 2 2 @ #p 2 0 04465933 02966193 +roundabout_way n 1 1 @ 1 0 03182506 +roundedness n 1 3 @ ~ + 1 0 05070453 +roundel n 3 3 @ #p ; 3 0 06381134 04114069 02713992 +roundelay n 1 1 @ 1 0 07053491 +rounder n 2 3 @ ~ + 2 0 10257647 04114193 +rounders n 1 1 @ 1 0 00476140 +roundhead n 2 1 @ 2 0 10540656 10540526 +roundhouse n 2 1 @ 2 2 04114428 00136230 +rounding n 1 2 @ ; 1 0 00073177 +rounding_error n 1 2 @ ; 1 0 00073177 +roundness n 4 4 ! @ ~ + 4 0 07082972 05123206 05072911 05000913 +roundsman n 1 1 @ 1 0 10540735 +roundtable n 1 1 @ 1 0 07145314 +roundup n 3 2 @ + 3 1 00921627 06469597 00635544 +roundworm n 2 3 @ ~ #m 2 0 14125466 01930112 +rous n 1 1 @ 1 0 11272523 +rouser n 1 2 @ + 1 0 10763985 +rousing n 1 3 @ ~ + 1 0 00242808 +rousseau n 2 2 @ + 2 1 11272689 11272972 +roustabout n 1 1 @ 1 0 09998788 +rout n 2 3 @ ~ + 2 0 08184600 07476404 +route n 2 5 @ ~ %s %p + 2 2 08616311 04096066 +routemarch n 1 1 @ 1 0 00291876 +router n 3 2 @ ; 3 0 10540872 04114844 04114719 +router_plane n 1 1 @ 1 0 04114996 +routine n 3 3 @ ~ #p 3 3 01026482 06892016 06582403 +roux n 1 1 @ 1 0 07839478 +rove_beetle n 1 2 @ #m 1 0 02180875 +rover n 2 2 @ ~ 2 0 10765679 10540984 +roving n 1 3 @ ~ + 1 0 00297062 +row n 7 6 @ ~ #m #p %p + 7 4 08431437 07184149 09417365 03120029 08433447 05045680 00445351 +row_house n 1 2 @ ~ 1 1 04115256 +row_of_bricks n 1 1 @ 1 0 04115670 +rowan n 1 2 @ %p 1 0 12658308 +rowan_tree n 1 2 @ %p 1 0 12658308 +rowanberry n 1 2 @ #p 1 0 12658481 +rowboat n 1 3 @ ~ %p 1 0 03199901 +rowdiness n 1 2 @ + 1 0 13977184 +rowdy n 1 2 @ ~ 1 1 09879297 +rowdyism n 1 1 @ 1 0 13977184 +rowel n 1 2 @ #p 1 0 04115144 +rower n 1 3 @ ~ + 1 0 10368920 +rowing n 1 4 @ ~ %p + 1 0 00445351 +rowing_boat n 1 2 @ ; 1 0 04115456 +rowing_club n 1 1 @ 1 0 08230219 +rowlock n 1 2 @ #p 1 0 03905730 +rowlock_arch n 1 1 @ 1 0 04115542 +roy_chapman_andrews n 1 1 @ 1 0 10818312 +roy_lichtenstein n 1 1 @ 1 0 11131658 +roy_orbison n 1 1 @ 1 0 11216100 +roy_wilkins n 1 1 @ 1 0 11387692 +royal n 2 1 @ 2 0 04115802 02430643 +royal_academy n 1 1 @ 1 0 08281205 +royal_academy_of_arts n 1 1 @ 1 0 08281205 +royal_agaric n 1 2 @ #m 1 0 13002750 +royal_air_force n 1 1 @ 1 0 08195132 +royal_blue n 1 1 @ 1 0 04969952 +royal_brace n 1 1 @ 1 1 04115906 +royal_canadian_mounted_police n 1 2 @ %m 1 0 08210670 +royal_casino n 1 1 @ 1 0 00498828 +royal_charter n 1 3 @ ~ ; 1 0 06477209 +royal_court n 2 2 @ ~ 2 0 08329322 08051946 +royal_family n 1 3 @ ~ %m 1 1 08153437 +royal_fern n 1 1 @ 1 0 12953484 +royal_flush n 1 1 @ 1 0 07957855 +royal_house n 1 3 @ ~ %m 1 1 08153437 +royal_jelly n 1 1 @ 1 0 14774228 +royal_line n 1 3 @ ~ %m 1 0 08153437 +royal_mast n 1 1 @ 1 0 04115996 +royal_national_eisteddfod n 1 1 @ 1 0 00517080 +royal_osmund n 1 1 @ 1 0 12953484 +royal_palm n 1 2 @ #m 1 0 12596709 +royal_poinciana n 1 2 @ #m 1 0 12494794 +royal_purple n 1 2 @ ~ 1 0 04970631 +royal_road n 1 1 @ 1 0 00174127 +royal_society n 1 1 @ 1 0 08281409 +royal_society_of_london_for_improving_natural_knowledge n 1 1 @ 1 0 08281409 +royal_stag n 1 1 @ 1 0 02430643 +royal_tennis n 1 1 @ 1 0 00483705 +royal_velvet_plant n 1 2 @ #m 1 0 11975254 +royalism n 1 2 @ + 1 0 01213548 +royalist n 2 3 @ ~ + 2 0 10327824 09902128 +royalty n 2 3 @ ~ %m 2 2 13257982 08153437 +roystonea n 1 3 @ #m %m 1 0 12596525 +roystonea_oleracea n 1 2 @ #m 1 0 12596849 +roystonea_regia n 1 2 @ #m 1 0 12596709 +rozelle n 1 1 @ 1 0 12179632 +rpa-abb n 1 2 @ ; 1 0 08011266 +rpm n 1 1 @ 1 1 15281870 +rtlt n 1 1 @ 1 0 15130926 +ru n 1 1 @ 1 0 14653242 +ru_486 n 1 2 @ ; 1 0 02668093 +ruanda n 1 5 @ #p %m %p - 1 0 08815046 +rub n 2 3 @ ~ + 2 0 05691144 00125126 +rub-a-dub n 1 1 @ 1 0 07392373 +rub_al-khali n 1 2 @ #p 1 0 09172111 +rub_up n 1 2 @ ; 1 0 00897989 +rubato n 1 1 @ 1 0 15265423 +rubber n 5 4 @ ~ #p + 5 1 15006258 15006789 04116512 03088164 02735538 +rubber-base_paint n 1 1 @ 1 0 03646020 +rubber-necking n 1 2 @ + 1 0 00879607 +rubber_band n 1 1 @ 1 0 04116098 +rubber_boa n 1 2 @ #m 1 0 01742447 +rubber_boot n 1 1 @ 1 0 04116294 +rubber_bullet n 1 1 @ 1 0 04116389 +rubber_cement n 1 1 @ 1 0 14705386 +rubber_eraser n 1 2 @ #p 1 0 04116512 +rubber_plant n 1 1 @ 1 0 12402840 +rubber_stamp n 2 1 @ 2 0 03488887 01141482 +rubber_tire n 1 2 @ ~ 1 0 02971167 +rubber_tree n 1 2 @ #m 1 0 12925836 +rubberneck n 2 2 @ + 2 0 10596689 10541106 +rubbernecker n 1 1 @ 1 0 10541106 +rubbing n 3 3 @ ~ + 3 0 11459538 04116744 00712031 +rubbing_alcohol n 1 1 @ 1 0 04116919 +rubbish n 2 4 @ ~ + ; 2 1 14857497 06611998 +rubbish_dump n 1 2 @ ~ 1 0 08560027 +rubbish_heap n 1 1 @ 1 0 08573842 +rubble n 1 2 @ ~ 1 1 14857897 +rubdown n 1 2 @ + 1 0 00258695 +rube n 1 1 @ 1 0 10804102 +rube_goldberg n 1 1 @ 1 0 11004485 +rubefacient n 1 1 @ 1 0 04117089 +rubel n 1 1 @ 1 0 13700056 +rubella n 1 1 @ 1 0 14123259 +rubella_panencephalitis n 1 1 @ 1 0 14344720 +rubens n 1 1 @ 1 0 11273104 +rubeola n 1 2 @ ~ 1 0 14123044 +rubia n 1 3 @ #m %m 1 0 12660796 +rubia_cordifolia n 1 2 @ #m 1 0 12661045 +rubia_tinctorum n 1 1 @ 1 0 12661227 +rubiaceae n 1 3 @ #m %m 1 0 12660009 +rubiaceous_plant n 1 3 @ ~ #m 1 0 12660601 +rubiales n 1 3 @ #m %m 1 0 12659730 +rubicelle n 1 1 @ 1 0 15051608 +rubicon n 2 1 @ 2 0 08644552 05749042 +rubidium n 1 2 @ #s 1 0 14652954 +rubidium-strontium_dating n 1 1 @ 1 0 00992995 +rubin_test n 1 1 @ 1 0 05744976 +rubinstein n 2 1 @ 2 0 11273479 11273286 +ruble n 2 2 @ %p 2 0 13702531 13699076 +rubor n 1 3 @ ~ #p 1 0 14336539 +rubric n 6 2 @ + 6 1 06652614 06744000 06652712 06345993 06344998 05839776 +rubus n 1 3 @ #m %m 1 0 12653056 +rubus_australis n 1 1 @ 1 0 12653436 +rubus_caesius n 1 2 @ %p 1 0 12655726 +rubus_canadensis n 1 1 @ 1 0 12655245 +rubus_chamaemorus n 1 1 @ 1 0 12657294 +rubus_cissoides n 1 1 @ 1 0 12653436 +rubus_cuneifolius n 1 1 @ 1 0 12654227 +rubus_flagellaris n 1 2 @ %p 1 0 12655351 +rubus_fruticosus n 1 2 @ %p 1 0 12654012 +rubus_hispidus n 1 1 @ 1 0 12655605 +rubus_idaeus n 1 1 @ 1 0 12656369 +rubus_idaeus_strigosus n 1 2 @ %p 1 0 12656528 +rubus_loganobaccus n 1 2 @ %p 1 0 12655062 +rubus_occidentalis n 1 2 @ %p 1 0 12656685 +rubus_odoratus n 1 1 @ 1 0 12657509 +rubus_parviflorus n 1 1 @ 1 0 12657082 +rubus_phoenicolasius n 1 1 @ 1 0 12657755 +rubus_saxatilis n 1 1 @ 1 0 12653633 +rubus_spectabilis n 1 1 @ 1 0 12656909 +rubus_strigosus n 1 2 @ %p 1 0 12656528 +rubus_trivialis n 1 1 @ 1 0 12655498 +rubus_ursinus n 1 3 @ ~ %p 1 0 12654659 +rubus_ursinus_loganobaccus n 1 2 @ %p 1 0 12655062 +ruby n 3 2 @ + 3 1 13372262 15008142 04963588 +ruby-crowned_kinglet n 1 1 @ 1 0 01564217 +ruby-crowned_wren n 1 1 @ 1 0 01564217 +ruby_spinel n 1 2 @ ~ 1 0 15051129 +ruby_wood n 1 2 @ #s 1 0 12566627 +ruck n 2 2 @ + 2 1 08183046 13907847 +rucksack n 1 2 @ ~ 1 0 02769748 +ruckus n 1 2 @ ~ 1 0 00553823 +ruction n 1 2 @ ~ 1 0 00553823 +rudaceous_rock n 1 2 @ ~ 1 0 14697708 +rudapithecus n 1 2 @ #m 1 0 02478239 +rudbeckia n 1 3 @ #m %m 1 0 12008017 +rudbeckia_hirta n 1 2 @ #m 1 0 12008487 +rudbeckia_laciniata n 1 3 @ ~ #m 1 0 12008749 +rudbeckia_laciniata_hortensia n 1 2 @ #m 1 0 12009047 +rudbeckia_serotina n 1 2 @ #m 1 0 12008487 +rudd n 1 2 @ #m 1 0 01442710 +rudder n 2 4 @ #p %p ; 2 1 04117464 04117216 +rudder_blade n 1 2 @ #p 1 0 04117639 +rudderfish n 2 2 @ #m 2 0 02604480 02579091 +rudderpost n 1 2 @ #p 1 0 04117747 +rudderstock n 1 2 @ #p 1 0 04117747 +ruddiness n 1 2 @ + 1 0 04977412 +ruddle n 1 1 @ 1 0 15008287 +ruddles n 1 1 @ 1 0 11943660 +ruddy_duck n 1 2 @ #m 1 0 01849863 +ruddy_turnstone n 1 1 @ 1 0 02025239 +rudeness n 2 3 @ ~ + 2 1 04914292 14472624 +rudiment n 2 3 @ + ; 2 0 05872742 05604022 +rudiments n 1 1 @ 1 0 06639563 +rudolf_bultmann n 1 1 @ 1 0 10871129 +rudolf_christian_karl_diesel n 1 1 @ 1 0 10935128 +rudolf_diesel n 1 1 @ 1 0 10935128 +rudolf_hess n 1 1 @ 1 0 11047701 +rudolf_karl_bultmann n 1 1 @ 1 0 10871129 +rudolf_karl_virchow n 1 1 @ 1 0 11367195 +rudolf_ludwig_mossbauer n 1 1 @ 1 0 11193814 +rudolf_nureyev n 1 1 @ 1 0 11210610 +rudolf_serkin n 1 1 @ 1 0 11293334 +rudolf_steiner n 1 1 @ 1 0 11315249 +rudolf_virchow n 1 1 @ 1 0 11367195 +rudolf_wurlitzer n 1 1 @ 1 0 11399274 +rudolph_laban n 1 1 @ 1 0 11113601 +rudra n 1 1 @ 1 0 09528237 +rudyard_kipling n 1 1 @ 1 0 11105778 +rue n 4 7 @ ~ #m #p %p + ; 4 0 12707199 07820297 07535670 04117917 +rue_anemone n 1 2 @ #m 1 0 11726707 +rue_family n 1 3 @ #m %m 1 0 12706644 +ruefulness n 1 3 @ ~ + 1 0 07535670 +ruf n 1 2 @ ; 1 0 08043848 +ruff n 4 6 @ ~ #m #p + ; 4 0 05546997 03024746 02030035 01259380 +ruffed_grouse n 1 2 @ #m 1 0 01797886 +ruffian n 1 3 @ ~ + 1 1 09879297 +ruffianism n 1 1 @ 1 0 00736989 +ruffle n 3 3 @ ~ + 3 0 03397532 03024746 01176335 +rufous_rubber_cup n 1 1 @ 1 0 12984267 +rug n 1 3 @ ~ %p 1 1 04118021 +rug_beater n 1 2 @ %p 1 0 02967407 +rug_merchant n 1 1 @ 1 0 10542054 +rug_pad n 1 2 @ ~ 1 0 02967626 +ruga n 1 2 @ ; 1 0 05607271 +rugby n 1 4 @ %p ; - 1 0 00470966 +rugby_ball n 1 1 @ 1 0 04118538 +rugby_football n 1 4 @ %p ; - 1 0 00470966 +rugel's_plantain n 1 1 @ 1 0 12600095 +rugelach n 1 1 @ 1 0 07937786 +rugged_individualism n 1 1 @ 1 0 05963299 +ruggedisation n 1 2 @ + 1 0 00829721 +ruggedization n 1 2 @ + 1 0 00829721 +ruggedness n 3 3 @ ~ + 3 0 05031214 04772388 04710588 +ruggelach n 1 1 @ 1 0 07937786 +rugger n 1 4 @ %p ; - 1 0 00470966 +rugulah n 1 1 @ 1 0 07937786 +ruholla_khomeini n 1 1 @ 1 0 11104008 +ruhr n 2 2 @ #p 2 0 09417560 08776138 +ruhr_river n 1 2 @ #p 1 0 09417560 +ruhr_valley n 1 2 @ #p 1 0 08776138 +ruin n 6 3 @ ~ + 6 2 14562324 04118635 13466312 07335243 07318133 00217773 +ruination n 4 3 @ ~ + 4 0 14562324 07335243 07318133 00217773 +ruiner n 1 3 @ ~ + 1 0 10008716 +ruining n 1 2 @ + 1 0 00217773 +rule n 12 5 @ ~ #p + ; 12 5 05846054 05667613 06652242 07259772 05913538 15295416 14442933 06788897 06652064 05874232 05846932 04118776 +rule_book n 1 2 @ %p 1 0 07954211 +rule_of_cy_pres n 1 1 @ 1 0 05848691 +rule_of_evidence n 1 3 @ ~ ; 1 0 06653363 +rule_of_grammar n 1 2 @ ~ 1 0 07260175 +rule_of_law n 1 2 @ ; 1 0 13968973 +rule_of_morphology n 1 1 @ 1 0 07260493 +rule_of_thumb n 1 1 @ 1 0 05848541 +ruler n 2 3 @ ~ + 2 2 10541229 04118776 +rulership n 1 2 @ + 1 0 00599234 +rules_of_order n 1 3 @ ~ - 1 0 06652878 +ruling n 1 4 @ ~ + ; 1 1 01191158 +ruling_class n 1 1 @ 1 1 08387806 +rum n 2 3 @ ~ #s 2 0 07905038 00495331 +rum-blossom n 1 1 @ 1 0 14397040 +rum_baba n 1 1 @ 1 0 07629898 +rum_cherry n 1 1 @ 1 0 12648888 +rum_cocktail n 1 3 @ ~ %s 1 0 07914413 +rum_nose n 1 1 @ 1 0 14397040 +rum_sling n 1 1 @ 1 0 07917951 +rumania n 1 5 @ #p %m %p + 1 0 08813978 +rumanian n 2 2 @ #m 2 1 06968343 09728285 +rumansh n 1 1 @ 1 0 06968174 +rumba n 3 1 @ 3 0 07056764 00541779 00537085 +rumble n 3 3 @ #p + 3 1 07392483 04119091 01176649 +rumble_seat n 1 2 @ #p 1 0 04119230 +rumbling n 1 2 @ + 1 0 07392483 +rumen n 1 3 @ #p + 1 1 02399424 +rumex n 1 3 @ #m %m 1 0 12603784 +rumex_acetosa n 1 2 @ %p 1 0 12604228 +rumex_acetosella n 1 1 @ 1 0 12604460 +rumex_obtusifolius n 1 1 @ 1 0 12604639 +rumex_scutatus n 1 2 @ %p 1 0 12604845 +ruminant n 1 6 @ ~ #m %p + - 1 0 02399000 +ruminantia n 1 3 @ #m %m 1 0 02398732 +rumination n 3 3 @ ~ + 3 0 05785508 00279377 00119079 +ruminator n 1 2 @ + 1 0 10339504 +rummage n 2 2 @ + 2 0 14500819 00946806 +rummage_sale n 1 1 @ 1 0 01119850 +rummer n 1 1 @ 1 0 04119360 +rummy n 2 2 @ ~ 2 0 10037385 00495331 +rumohra n 1 3 @ #m %m 1 0 13200806 +rumohra_adiantiformis n 1 2 @ #m 1 0 13200986 +rumor n 1 2 @ + 1 1 07223450 +rumormonger n 1 2 @ ~ 1 0 10139347 +rumour n 1 2 @ + 1 0 07223450 +rumourmonger n 1 2 @ ~ 1 0 10139347 +rump n 3 4 @ ~ #p %p 3 1 02463611 07662833 05559256 +rump_roast n 1 2 @ #p 1 0 07662978 +rump_steak n 1 2 @ #p 1 0 07662618 +rumpelstiltskin n 1 1 @ 1 0 10542138 +rumpus n 1 3 @ ~ + 1 1 00553823 +rumpus_room n 1 1 @ 1 0 04119478 +rumrunner n 1 1 @ 1 0 10542499 +run n 16 4 @ ~ + ; 16 7 00189565 00791078 07460104 08460585 00558883 00308871 00293916 15262120 13995935 13760129 09415938 07472929 07443010 07407777 05045841 00309011 +run-in n 1 2 @ ~ 1 0 07184149 +run-on_sentence n 1 1 @ 1 0 06601053 +run-through n 1 2 @ + 1 0 00897506 +run-time n 2 2 @ ; 2 0 15262510 15262360 +run-time_error n 1 2 @ ; 1 0 07300316 +run-up n 2 2 @ #p 2 0 07414370 00476788 +run_batted_in n 1 1 @ 1 1 00190180 +runabout n 1 2 @ %p 1 0 04097373 +runaway n 2 2 @ + 2 1 07475107 10115082 +runaway_robin n 1 2 @ #m 1 0 12847374 +runch n 1 2 @ #m 1 0 11894558 +runcible_spoon n 1 1 @ 1 0 04119630 +runcinate_leaf n 1 1 @ 1 0 13161254 +rundle n 1 2 @ #p 1 0 04119751 +rundown n 1 2 @ ; 1 1 06469874 +rundstedt n 1 1 @ 1 0 11273679 +rune n 1 3 @ ~ + 1 0 06840187 +rung n 2 2 @ #p 2 0 04119892 04119751 +runic_letter n 1 2 @ ~ 1 0 06840187 +runnel n 1 1 @ 1 0 09415938 +runner n 10 5 @ ~ #p + ; 10 4 10615334 10542761 10542608 09841696 13127843 10542888 09834378 04120266 04120093 02577164 +runner-up n 1 1 @ 1 1 10543057 +runner-up_finish n 1 1 @ 1 0 07354504 +runner_bean n 2 1 @ 2 0 12557681 07728391 +runniness n 1 2 @ + 1 0 04937043 +running n 5 5 @ ~ #p + ; 5 2 00558883 00293916 14009481 01136985 00440039 +running_away n 1 2 @ ~ 1 0 00046177 +running_back n 1 3 @ ~ ; 1 0 10543161 +running_blackberry n 1 3 @ ~ #m 1 0 12654387 +running_board n 1 2 @ #p 1 1 04120339 +running_game n 1 3 @ ~ ; 1 0 00558883 +running_hand n 1 2 @ ~ 1 0 06350274 +running_head n 1 3 @ ~ #p 1 0 06345131 +running_headline n 1 3 @ ~ #p 1 0 06345131 +running_light n 1 1 @ 1 0 04214649 +running_mate n 1 1 @ 1 0 10543420 +running_noose n 1 4 @ ~ #p %p 1 0 03829563 +running_pine n 1 1 @ 1 0 13223485 +running_play n 1 3 @ ~ ; 1 0 00558883 +running_pop n 1 1 @ 1 0 12384839 +running_postman n 1 1 @ 1 0 12537253 +running_shoe n 1 1 @ 1 0 04120489 +running_start n 2 1 @ 2 0 07329833 07326262 +running_stitch n 1 1 @ 1 0 04120593 +running_suit n 1 1 @ 1 0 04120695 +running_time n 1 1 @ 1 1 15295778 +running_title n 1 1 @ 1 0 06345441 +runoff n 2 2 @ + 2 1 07407272 00183357 +runt n 1 2 @ + 1 0 10543544 +runtime_error n 1 2 @ ; 1 0 07300316 +runtiness n 1 2 @ + 1 0 05107495 +runup n 1 1 @ 1 0 07414370 +runway n 4 3 @ ~ #p 4 0 04463679 04121142 04120998 04120842 +runyon n 1 1 @ 1 0 11273907 +rupee n 6 3 @ ~ %p 6 0 13705415 13705153 13704897 13704643 13704274 13703804 +rupert n 1 1 @ 1 0 11274103 +rupert_brooke n 1 1 @ 1 0 10865990 +rupert_murdoch n 1 2 @ ; 1 0 11196934 +rupestral_plant n 1 1 @ 1 0 13124019 +rupestrine_plant n 1 1 @ 1 0 13124019 +rupiah n 1 2 @ %p 1 0 13705674 +rupicapra n 1 3 @ #m %m 1 0 02419217 +rupicapra_rupicapra n 1 2 @ #m 1 0 02419336 +rupicola n 1 3 @ #m %m 1 0 01550953 +rupicola_peruviana n 1 1 @ 1 0 01551300 +rupicola_rupicola n 1 2 @ #m 1 0 01551080 +rupicolous_plant n 1 1 @ 1 0 13124019 +ruptiliocarpon n 1 3 @ #m %m 1 0 12701901 +ruptiliocarpon_caracolito n 1 2 @ #m 1 0 12702124 +rupture n 3 3 @ ~ + 3 0 14295248 07313814 00376715 +ruptured_intervertebral_disc n 1 1 @ 1 0 14296579 +rupturewort n 1 2 @ #m 1 0 11810728 +rural_area n 1 4 ! @ ~ %p 1 1 08644722 +rural_free_delivery n 1 1 @ 1 0 06265142 +ruralism n 2 1 @ 2 0 07154666 04920237 +ruralist n 2 2 @ ~ 2 0 10543713 09971135 +rurality n 1 2 @ + 1 0 04920237 +ruritania n 1 2 @ + 1 0 05631681 +ruritanian n 1 1 @ 1 0 09603667 +rus n 1 1 @ 1 0 09002630 +ruscaceae n 1 2 @ #m 1 0 12464903 +ruscus n 1 3 @ #m %m 1 0 12462951 +ruscus_aculeatus n 1 2 @ #m 1 0 12463134 +ruse n 1 1 @ 1 0 00172598 +rush n 7 5 @ ~ #m + ; 7 2 00555648 07440240 11743294 11274269 07528470 07436352 00560293 +rush-grass n 1 2 @ #m 1 0 12140903 +rush_aster n 1 1 @ 1 0 11936707 +rush_candle n 1 1 @ 1 0 04121228 +rush_family n 1 3 @ #m %m 1 0 11743109 +rush_grass n 1 2 @ #m 1 0 12140903 +rush_hour n 1 1 @ 1 1 15229144 +rush_nut n 1 2 @ #m 1 0 12150969 +rush_rose n 1 1 @ 1 0 12376240 +rushdie n 1 1 @ 1 0 11274454 +rusher n 3 3 @ + ; 3 0 10544067 10543937 10543795 +rushing n 2 4 @ ~ + ; 2 2 00560293 00555648 +rushlight n 1 1 @ 1 0 04121228 +rushmore n 1 2 @ #p 1 0 09417668 +rusk n 1 1 @ 1 0 07689842 +ruskin n 1 1 @ 1 0 11274714 +russel_crouse n 1 1 @ 1 0 10916887 +russell n 7 1 @ 7 0 11275772 11275636 11275495 11275344 11275170 11275035 11274812 +russell's_body n 1 1 @ 1 0 09417926 +russet n 1 1 @ 1 1 04121342 +russet_scab n 1 1 @ 1 0 14281549 +russia n 4 8 @ ~ #m #p %m %p + - 4 3 09003284 09007723 09002814 09006413 +russia_leather n 1 1 @ 1 0 14760965 +russian n 2 4 @ ~ #m ; 2 2 09728403 06944348 +russian_agency n 1 2 @ ~ 1 0 08485830 +russian_almond n 1 1 @ 1 0 12650229 +russian_bank n 1 1 @ 1 0 00496760 +russian_cactus n 1 1 @ 1 0 11834890 +russian_capital n 1 3 @ #p %p 1 0 09004068 +russian_dandelion n 1 1 @ 1 0 12024805 +russian_dressing n 1 1 @ 1 0 07834872 +russian_federation n 1 6 @ ~ #m #p %p - 1 0 09006413 +russian_mayonnaise n 1 1 @ 1 0 07834872 +russian_monetary_unit n 1 2 @ ~ 1 0 13698949 +russian_olive n 1 1 @ 1 0 12326369 +russian_orthodox_church n 1 1 @ 1 0 08086821 +russian_revolution n 2 2 @ ; 2 0 01308008 01307754 +russian_river n 1 2 @ #p 1 0 09418059 +russian_roulette n 1 1 @ 1 0 00190931 +russian_soviet_federated_socialist_republic n 1 4 @ #p %m - 1 0 09007723 +russian_thistle n 1 1 @ 1 0 11834890 +russian_tumbleweed n 1 1 @ 1 0 11834890 +russian_vine n 1 2 @ #m 1 0 12601106 +russian_wolfhound n 1 1 @ 1 0 02090622 +russo-japanese_war n 1 2 @ %p 1 0 01308260 +russula n 1 2 @ #m 1 0 13009780 +russulaceae n 1 2 @ #m 1 0 13010064 +rust n 4 6 @ ~ #m %s %p + 4 0 14889479 14277655 13552270 13063269 +rust_fungus n 1 4 @ ~ #m %p 1 0 13063269 +rust_inhibitor n 1 1 @ 1 0 14724916 +rust_mite n 1 1 @ 1 0 01781875 +rustbelt n 1 2 @ #p 1 0 08565006 +rustic n 1 3 @ ~ + 1 0 10544232 +rustication n 5 3 @ + ; 5 0 14579215 00913274 00212551 00209301 00208694 +rusticism n 1 1 @ 1 0 07154666 +rusticity n 1 3 ! @ + 1 0 04816125 +rustiness n 2 2 @ + 2 0 14579365 05648756 +rusting n 1 2 @ %s 1 0 13552270 +rustle n 1 2 @ + 1 1 07392783 +rustler n 1 2 @ + 1 1 10544480 +rustling n 2 2 @ + 2 2 00966504 07392783 +rusty_blackbird n 1 2 @ #m 1 0 01574801 +rusty_grackle n 1 2 @ #m 1 0 01574801 +rusty_rig n 1 1 @ 1 0 12403276 +rusty_woodsia n 1 1 @ 1 0 13202125 +rut n 3 2 @ + 3 2 13894154 01026744 14038264 +ruta n 1 3 @ #m %m 1 0 12707040 +ruta_graveolens n 1 3 @ #m %p 1 0 12707199 +rutabaga n 2 4 @ #m #p %p 2 1 07736087 11877860 +rutabaga_plant n 1 3 @ #m %p 1 0 11877860 +rutaceae n 1 3 @ #m %m 1 0 12706644 +ruth n 4 2 @ #p 4 0 11276100 11275952 07553964 06434368 +ruth_benedict n 1 1 @ 1 0 10844401 +ruth_fulton n 1 1 @ 1 0 10844401 +ruth_saint_denis n 1 1 @ 1 0 11313911 +ruth_st._denis n 1 1 @ 1 0 11313911 +ruthenium n 1 1 @ 1 0 14653242 +rutherford n 3 1 @ 3 0 13646223 11276549 11276285 +rutherford_atom n 1 1 @ 1 0 06103746 +rutherford_b._hayes n 1 1 @ 1 0 11036140 +rutherford_birchard_hayes n 1 1 @ 1 0 11036140 +rutherfordium n 1 1 @ 1 0 14653416 +ruthfulness n 1 3 @ ~ + 1 0 07535209 +ruthlessness n 2 2 @ + 2 1 04831264 07506382 +rutile n 1 2 @ %s 1 0 15008399 +rutilus n 1 3 @ #m %m 1 0 01442335 +rutilus_rutilus n 1 2 @ #m 1 0 01442450 +rutland n 1 2 @ #p 1 0 09148871 +rutledge n 1 1 @ 1 0 11276676 +ruvettus_pretiosus n 1 1 @ 1 0 02622712 +rv n 1 2 @ ~ 1 0 04065272 +rwanda n 1 5 @ #p %m %p - 1 0 08815046 +rwanda_franc n 1 2 @ %p 1 0 13678589 +rwandan n 1 2 @ #m 1 0 09749509 +rwandese_republic n 1 5 @ #p %m %p - 1 0 08815046 +rya n 1 1 @ 1 0 04121426 +rya_rug n 1 1 @ 1 0 04121426 +rydberg n 1 1 @ 1 0 13643894 +rydberg's_penstemon n 1 2 @ #m 1 0 12888016 +rydberg_constant n 1 1 @ 1 0 13643894 +rydberg_unit n 1 1 @ 1 0 13643894 +rye n 3 4 @ #m #p %p 3 0 12157179 12134025 07907429 +rye_bread n 1 2 @ ~ 1 0 07685730 +rye_ergot n 1 1 @ 1 0 12965951 +rye_grass n 1 3 @ ~ #m 1 0 12124627 +rye_whiskey n 1 1 @ 1 0 07907429 +rye_whisky n 1 1 @ 1 0 07907429 +ryegrass n 1 3 @ ~ #m 1 0 12124627 +rynchopidae n 1 3 @ #m %m 1 0 02043497 +rynchops n 1 3 @ #m %m 1 0 02043659 +rypticus n 1 3 @ #m %m 1 0 02570312 +ryukyu_islands n 1 3 @ #p %p 1 0 08924691 +ryukyuan n 2 2 @ ; 2 0 09718518 06929459 +s n 6 7 @ ~ #m #s #p %p ; 6 0 15235126 14656219 13833375 13637240 06833112 05012585 +s-shape n 1 1 @ 1 0 13868515 +s._s._van_dine n 1 1 @ 1 0 11399123 +s._smith_stevens n 1 1 @ 1 0 11317519 +s.t.p. n 1 1 @ 1 0 13780339 +s.u.v. n 1 1 @ 1 0 04285965 +s/n n 1 1 @ 1 0 13825664 +s_wrench n 1 1 @ 1 0 04374521 +sa n 1 2 @ %m 1 0 08212146 +sa_node n 1 1 @ 1 0 05389460 +saale n 1 2 @ #p 1 0 09418169 +saale_glaciation n 1 1 @ 1 0 13487791 +saale_river n 1 2 @ #p 1 0 09418169 +saame n 2 2 @ #m 2 0 09720033 06959427 +saami n 2 2 @ #m 2 0 09720033 06959427 +saarinen n 2 1 @ 2 0 11277096 11276971 +saba n 1 2 @ #p 1 0 08749167 +sabah n 1 4 @ #p %m + 1 0 08964288 +sabahan n 1 2 @ #m 1 0 09722064 +sabal n 1 3 @ #m %m 1 0 12597006 +sabal_palmetto n 1 2 @ #m 1 0 12597134 +sabaoth n 1 2 @ ; 1 0 08184052 +sabaton n 1 2 @ #p 1 0 04259468 +sabayon n 1 1 @ 1 0 07621497 +sabbat n 1 1 @ 1 0 08398580 +sabbatarian n 1 2 @ ; 1 0 10544615 +sabbath n 1 2 @ + 1 1 15164750 +sabbath_school n 1 1 @ 1 0 08412492 +sabbatia n 1 3 @ ~ #m 1 0 12298165 +sabbatia_angularis n 1 1 @ 1 0 12298395 +sabbatia_campestris n 1 1 @ 1 0 12298637 +sabbatia_stellaris n 1 1 @ 1 0 12298395 +sabbatical n 1 2 @ ~ 1 0 15139849 +sabbatical_leave n 1 2 @ ~ 1 0 15139849 +sabbatical_year n 1 1 @ 1 0 15139983 +sabbatum n 1 2 @ #p 1 0 15164570 +sabellian n 1 1 @ 1 0 06962454 +saber n 2 4 @ ~ + ; 2 0 04121511 02987492 +saber-toothed_tiger n 1 2 @ ~ 1 0 02130545 +saber_rattling n 1 1 @ 1 0 00956172 +saber_saw n 1 1 @ 1 0 04121728 +sabertooth n 1 2 @ ~ 1 0 02130545 +sabicu n 2 4 @ #m #s %s 2 0 11763340 11763142 +sabicu_wood n 1 2 @ #s 1 0 11763340 +sabin n 2 1 @ 2 0 13610815 11277279 +sabin_vaccine n 1 1 @ 1 0 04122011 +sabine n 2 3 @ #m #p 2 1 09418331 09717233 +sabine_pine n 1 1 @ 1 0 11618525 +sabine_river n 1 2 @ #p 1 0 09418331 +sabinea n 1 3 @ #m %m 1 0 12568865 +sabinea_carinalis n 1 2 @ #m 1 0 12569037 +sable n 5 2 @ ~ 5 1 04122349 14765946 04960582 04122262 02450426 +sable's_hair_pencil n 1 2 @ ~ 1 0 04122349 +sable_antelope n 1 2 @ #m 1 0 02425887 +sable_brush n 1 2 @ ~ 1 0 04122349 +sable_coat n 1 1 @ 1 0 04122492 +sabot n 2 1 @ 2 0 04122578 03047690 +sabotage n 1 3 @ ~ + 1 1 01244895 +saboteur n 2 3 @ ~ #m 2 0 10544748 10087255 +sabra n 1 1 @ 1 0 09715974 +sabre n 2 4 @ ~ + ; 2 0 04121511 02987492 +sabre_rattling n 1 1 @ 1 0 00956172 +sac n 4 2 @ ~ 4 0 13914473 13092722 09667715 05515670 +sac_fungus n 1 2 @ #m 1 0 13023134 +sacagawea n 1 1 @ 1 0 11277500 +sacajawea n 1 1 @ 1 0 11277500 +saccade n 2 2 @ + 2 0 00338271 00335988 +saccharase n 1 1 @ 1 0 14921622 +saccharic_acid n 1 1 @ 1 0 14739734 +saccharide n 1 2 @ ~ 1 0 14792703 +saccharin n 1 1 @ 1 0 07859142 +saccharinity n 1 2 @ + 1 0 04994614 +saccharomyces n 1 3 @ #m %m 1 0 13025421 +saccharomyces_cerevisiae n 1 2 @ #m 1 0 13025854 +saccharomyces_ellipsoides n 1 2 @ #m 1 0 13026015 +saccharomycetaceae n 1 3 @ #m %m 1 0 13025197 +saccharose n 1 2 @ ~ 1 0 15062778 +saccharum n 1 3 @ #m %m 1 0 12132299 +saccharum_bengalense n 1 2 @ #m 1 0 12133151 +saccharum_munja n 1 2 @ #m 1 0 12133151 +saccharum_officinarum n 1 4 @ ~ #m %p 1 0 12132502 +sacco n 1 1 @ 1 0 11277680 +saccule n 1 2 @ #p 1 0 05322570 +sacculus n 1 2 @ #p 1 0 05322570 +sacerdotalism n 1 2 @ + 1 0 05951820 +saceur n 1 2 @ #m 1 0 08175700 +sachem n 2 1 @ 2 0 10545087 10544940 +sachet n 1 1 @ 1 0 04122685 +sachs_disease n 1 1 @ 1 0 14169364 +sachsen n 1 1 @ 1 0 08769179 +sack n 9 3 @ ~ + 9 1 04122825 13914473 13769206 07897975 04123026 03482252 03013438 00967446 00216174 +sack_coat n 1 1 @ 1 0 04123448 +sack_race n 1 1 @ 1 0 07463470 +sackbut n 1 1 @ 1 0 04123123 +sackcloth n 2 1 @ 2 0 04123317 04123228 +sackcloth_and_ashes n 1 1 @ 1 0 07214150 +sackful n 1 1 @ 1 0 13769206 +sacking n 2 4 @ ~ %s + 2 0 04123567 00216174 +saclant n 1 2 @ #m 1 0 08175233 +sacque n 1 1 @ 1 0 04123026 +sacral_nerve n 1 1 @ 1 0 05569835 +sacral_plexus n 1 1 @ 1 0 05508534 +sacral_vein n 1 1 @ 1 0 05379635 +sacral_vertebra n 1 2 @ #p 1 0 05589596 +sacrament n 1 3 @ ~ + 1 1 01034925 +sacrament_of_the_eucharist n 1 2 @ %p 1 0 01035853 +sacramental_manduction n 1 3 @ ~ #p 1 0 01036333 +sacramental_oil n 1 1 @ 1 0 03026350 +sacramental_wine n 1 1 @ 1 0 07893425 +sacramento n 1 2 @ #p 1 1 09064966 +sacramento_mountains n 1 2 @ #p 1 0 09418484 +sacramento_river n 1 2 @ #p 1 0 09418629 +sacramento_sturgeon n 1 2 @ #m 1 0 02640626 +sacred_college n 1 4 @ #p %m ; 1 0 08085824 +sacred_cow n 1 1 @ 1 0 10545187 +sacred_fig n 1 1 @ 1 0 12402596 +sacred_ibis n 1 2 @ #m 1 0 02006364 +sacred_lotus n 1 1 @ 1 0 11717399 +sacred_mushroom n 1 3 @ #p %s 1 0 11849467 +sacred_scripture n 1 2 @ ~ 1 0 06430385 +sacred_text n 1 2 @ ~ 1 0 06429590 +sacred_trinity n 1 2 @ %m 1 0 09536789 +sacred_writing n 1 2 @ ~ 1 1 06429590 +sacredness n 1 3 @ ~ + 1 0 04855332 +sacrifice n 5 4 @ ~ + ; 5 2 00205891 07340895 13328073 00227595 00130846 +sacrifice_fly n 1 1 @ 1 1 00130987 +sacrifice_operation n 1 1 @ 1 0 00731756 +sacrificer n 1 2 @ + 1 0 10545296 +sacrilege n 1 2 @ + 1 1 00746587 +sacrilegiousness n 1 2 @ + 1 0 04856182 +sacristan n 1 1 @ 1 0 10585217 +sacristy n 1 2 @ #p 1 0 04532504 +sacrum n 1 4 @ #p %p + 1 0 05279407 +sad_sack n 1 1 @ 1 0 09879744 +sadat n 1 1 @ 1 0 11277900 +saddam n 1 1 @ 1 0 11068401 +saddam's_martyrs n 1 1 @ 1 0 08207672 +saddam_bin_hussein_at-takriti n 1 1 @ 1 0 11068401 +saddam_hussein n 1 1 @ 1 0 11068401 +saddhu n 1 2 @ ; 1 0 10545682 +saddle n 6 5 @ ~ #p %p + 6 1 04123740 09418810 07667636 04123980 02835915 01895219 +saddle_blanket n 1 2 @ ~ 1 0 04124202 +saddle_block_anaesthesia n 1 1 @ 1 0 14029686 +saddle_block_anesthesia n 1 1 @ 1 0 14029686 +saddle_feather n 1 1 @ 1 0 01898593 +saddle_hackle n 1 1 @ 1 1 01898593 +saddle_horn n 1 2 @ #p 1 0 03536931 +saddle_horse n 1 2 @ ~ 1 0 02377703 +saddle_of_lamb n 1 1 @ 1 0 07667778 +saddle_oxford n 1 1 @ 1 0 04124370 +saddle_oyster n 1 2 @ #m 1 0 01962506 +saddle_roof n 1 3 @ ~ %p 1 0 03409591 +saddle_seat n 1 1 @ 1 0 04124573 +saddle_shoe n 1 1 @ 1 0 04124370 +saddle_soap n 1 1 @ 1 0 04124764 +saddle_sore n 2 1 @ 2 0 14275240 14184506 +saddle_stitch n 1 1 @ 1 0 04124887 +saddleback n 2 3 @ ~ %p 2 0 09418810 03409591 +saddleback_roof n 1 3 @ ~ %p 1 0 03409591 +saddlebag n 1 1 @ 1 1 04124098 +saddlebill n 1 2 @ #m 1 0 02004131 +saddlebow n 1 3 @ ~ #p 1 0 03980178 +saddlecloth n 1 2 @ ~ 1 0 04124202 +saddled-shaped_false_morel n 1 2 @ #m 1 0 13038376 +saddler n 1 1 @ 1 0 10545415 +saddlery n 2 3 @ ~ + 2 0 04295081 04124488 +sadducee n 1 2 @ + 1 0 10545524 +sade n 1 1 @ 1 0 11278120 +sadhe n 1 2 @ #p 1 0 06838543 +sadhu n 1 2 @ ; 1 0 10545682 +sadi_carnot n 1 1 @ 1 0 10883380 +sadism n 1 3 @ ~ + 1 1 07493830 +sadist n 1 3 ! @ + 1 0 10545792 +sadleria n 1 2 @ #m 1 0 13185820 +sadness n 3 4 ! @ ~ + 3 1 07532440 13989051 04631470 +sadomasochism n 1 2 @ + 1 0 07494018 +sadomasochist n 1 2 @ + 1 0 10545940 +saek n 1 1 @ 1 0 06936540 +safaqis n 1 2 @ #p 1 0 09038272 +safar n 1 2 @ #p 1 0 15217443 +safari n 1 2 @ ; 1 0 00309906 +safari_park n 1 1 @ 1 0 08645420 +safe n 3 2 @ ~ 3 1 04125021 04125116 03088164 +safe-conduct n 1 1 @ 1 1 06691267 +safe-deposit n 1 1 @ 1 0 04125257 +safe-deposit_box n 1 1 @ 1 0 04125257 +safe_harbor n 1 1 @ 1 0 00176766 +safe_house n 1 1 @ 1 0 04125541 +safe_period n 1 2 @ #p 1 0 15296039 +safe_sex n 1 1 @ 1 0 00844048 +safebreaker n 1 1 @ 1 1 10546062 +safecracker n 1 1 @ 1 0 10546062 +safeguard n 2 3 @ ~ + 2 1 00822970 06691267 +safehold n 1 1 @ 1 0 04125466 +safekeeping n 1 2 @ ~ 1 0 00818466 +safeness n 1 3 ! @ + 1 0 04856308 +safety n 6 4 ! @ ~ ; 6 4 14538472 08643933 03464467 00131090 03088164 00188620 +safety-deposit n 1 1 @ 1 0 04125257 +safety_arch n 1 1 @ 1 0 04125692 +safety_belt n 1 2 @ ~ 1 0 04125853 +safety_bicycle n 1 1 @ 1 0 04126066 +safety_bike n 1 1 @ 1 0 04126066 +safety_blitz n 1 2 @ ; 1 0 00976085 +safety_bolt n 1 1 @ 1 0 04126244 +safety_catch n 1 2 @ #p 1 0 04126373 +safety_curtain n 1 1 @ 1 0 04126541 +safety_deposit_box n 1 1 @ 1 0 04125257 +safety_device n 1 2 @ ~ 1 0 03464467 +safety_factor n 1 1 @ 1 0 13825490 +safety_feature n 1 1 @ 1 0 05852430 +safety_fuse n 2 2 @ ~ 2 0 04126659 03407369 +safety_glass n 1 1 @ 1 0 14882370 +safety_harness n 1 2 @ ~ 1 0 04125853 +safety_hat n 1 1 @ 1 0 03492922 +safety_island n 1 2 @ #p 1 0 04466169 +safety_isle n 1 2 @ #p 1 0 04466169 +safety_lamp n 1 1 @ 1 0 04126852 +safety_lock n 2 2 @ #p 2 0 04126373 04126244 +safety_margin n 1 1 @ 1 0 05120835 +safety_match n 1 1 @ 1 0 04126980 +safety_net n 2 1 @ 2 0 06686467 04127117 +safety_nut n 1 1 @ 1 0 03684338 +safety_pin n 1 1 @ 1 0 04127249 +safety_rail n 1 1 @ 1 0 04127395 +safety_razor n 1 1 @ 1 0 04127521 +safety_squeeze n 1 1 @ 1 0 00565051 +safety_squeeze_play n 1 1 @ 1 0 00565051 +safety_valve n 1 1 @ 1 0 04127633 +safety_zone n 1 2 @ #p 1 0 04466169 +safflower n 1 4 @ #m %s %p 1 0 11946051 +safflower_oil n 2 2 @ #s 2 0 11946433 07675040 +safflower_seed n 1 3 @ #p %s 1 0 11946313 +saffranine n 1 2 @ ~ 1 0 15001500 +saffron n 3 4 @ ~ #p %p 3 0 12416703 07827284 04966717 +saffron_crocus n 1 2 @ %p 1 0 12416703 +safranin n 1 2 @ ~ 1 0 15001500 +safranine n 1 2 @ ~ 1 0 15001500 +sag n 1 2 @ + 1 0 13905572 +saga n 1 1 @ 1 1 06370522 +sagaciousness n 2 3 @ ~ + 2 0 05614175 04890361 +sagacity n 2 3 @ ~ + 2 0 05614175 04890361 +sagamore n 1 1 @ 1 0 10544940 +sage n 3 4 @ ~ #m #p 3 2 10546202 07820497 12864545 +sage_brush n 1 3 @ ~ #m 1 0 11929027 +sage_green n 1 1 @ 1 0 04967801 +sage_grouse n 1 2 @ #m 1 0 01797601 +sage_hen n 1 2 @ #m 1 0 01797601 +sage_willow n 2 2 @ #m 2 0 12730544 12728164 +sagebrush n 1 3 @ ~ #m 1 1 11929027 +sagebrush_buttercup n 1 2 @ #m 1 0 11721844 +sagebrush_lizard n 1 1 @ 1 0 01680983 +sagebrush_mariposa_tulip n 1 2 @ #m 1 0 12448361 +sagebrush_state n 1 3 @ #p %p 1 0 09110422 +sagina n 1 3 @ #m %m 1 0 11814059 +saginaw n 1 1 @ 1 0 09101753 +sagitta n 2 2 @ #m 2 0 09418954 01924309 +sagittal_suture n 1 2 @ #p 1 0 05545047 +sagittaria n 1 3 @ ~ #m 1 0 12612410 +sagittariidae n 1 3 @ #m %m 1 0 01618220 +sagittarius n 4 5 @ #m #p %m ; 4 0 09753348 09419112 08687525 01618356 +sagittarius_serpentarius n 1 2 @ #m 1 0 01618503 +sagittarius_the_archer n 1 1 @ 1 0 08687525 +sagittate-leaf n 1 1 @ 1 0 13159778 +sagittiform_leaf n 1 1 @ 1 0 13159778 +sago n 1 2 @ ~ 1 0 15054607 +sago_fern n 1 2 @ #m 1 0 13187367 +sago_palm n 2 3 @ ~ %s 2 0 12582665 11601177 +saguaro n 1 2 @ #m 1 0 11844371 +sahaptin n 2 2 @ ~ 2 0 09668199 06925305 +sahaptino n 1 2 @ ~ 1 0 09668199 +sahara n 1 4 @ #p %m %p 1 0 09172283 +sahara_desert n 1 4 @ #p %m %p 1 0 09172283 +saharan n 1 1 @ 1 0 06998530 +sahib n 1 2 @ ~ 1 0 09687775 +sahuaro n 1 2 @ #m 1 0 11844371 +saida n 1 2 @ #p 1 0 08958212 +saiga n 1 2 @ #m 1 0 02426176 +saiga_tatarica n 1 2 @ #m 1 0 02426176 +saigon n 1 2 @ #p 1 0 09164241 +saigon_cinnamon n 1 3 @ #m %p 1 0 11705573 +sail n 3 5 @ ~ #p %p + 3 2 04127904 00312932 04128413 +sailboat n 1 3 @ ~ %p 1 0 04128499 +sailcloth n 1 1 @ 1 0 04128710 +sailfish n 2 3 @ ~ #m 2 0 07792383 02630281 +sailing n 4 5 @ ~ %p + - 4 3 00314469 00313806 00057657 00303495 +sailing-race n 1 1 @ 1 0 07459992 +sailing_boat n 1 3 @ ~ %p 1 0 04128499 +sailing_master n 1 1 @ 1 0 10546428 +sailing_ship n 1 4 @ ~ %p - 1 0 04128837 +sailing_vessel n 1 4 @ ~ %p - 1 0 04128837 +sailing_warship n 1 2 @ ~ 1 0 04129490 +sailmaker n 1 1 @ 1 0 10546561 +sailor n 3 3 @ ~ + 3 2 10546633 09861395 02859184 +sailor's-choice n 2 2 @ #m 2 0 02592371 02589316 +sailor's_breastplate n 1 2 @ #p 1 0 04010057 +sailor_boy n 1 2 @ ~ 1 0 09861395 +sailor_cap n 1 1 @ 1 0 04129688 +sailor_king n 1 1 @ 1 0 11389301 +sailor_suit n 1 1 @ 1 0 04129766 +sailors_choice n 1 2 @ #m 1 0 02589316 +sailplane n 1 3 @ ~ + 1 0 03439814 +sailplaning n 1 3 @ ~ + 1 0 00303495 +saimiri n 1 2 @ #m 1 0 02493974 +saimiri_sciureus n 1 1 @ 1 0 02494079 +sainfoin n 1 2 @ #m 1 0 12552309 +saint n 3 4 @ ~ #m + 3 3 10547145 10546850 10325243 +saint's_day n 1 3 @ ~ #p 1 0 15221596 +saint-bernard's-lily n 1 2 @ #m 1 0 12439626 +saint-john's-bread n 1 2 @ %s 1 0 07598335 +saint-mihiel n 1 3 @ #p ; 1 0 01293167 +saint-saens n 1 1 @ 1 0 11278351 +saint_agnes's_eve n 1 2 @ #p 1 0 15185721 +saint_ambrose n 1 2 @ ; 1 0 10815648 +saint_andrew n 1 2 @ ; 1 0 10818088 +saint_andrew_the_apostle n 1 2 @ ; 1 0 10818088 +saint_anselm n 1 1 @ 1 0 10818860 +saint_anthony's_fire n 1 2 @ ~ 1 0 14232157 +saint_athanasius n 1 2 @ ; 1 0 10827155 +saint_augustine n 2 3 @ #p ; 2 0 10828573 09074834 +saint_baeda n 1 2 @ ; 1 0 10840769 +saint_beda n 1 2 @ ; 1 0 10840769 +saint_bede n 1 2 @ ; 1 0 10840769 +saint_benedict n 1 1 @ 1 0 10843858 +saint_bernard n 1 1 @ 1 0 02109525 +saint_boniface n 1 2 @ ; 1 0 10856486 +saint_bride n 1 1 @ 1 0 10864204 +saint_bridget n 1 1 @ 1 0 10864204 +saint_brigid n 1 1 @ 1 0 10864204 +saint_bruno n 1 2 @ ; 1 0 10868980 +saint_christopher n 2 2 @ #p 2 0 10897154 08987879 +saint_christopher-nevis n 1 4 @ #m #p %p 1 0 08987423 +saint_cloud n 1 2 @ #p 1 0 09103217 +saint_crispin n 1 1 @ 1 0 10915373 +saint_cyril n 1 1 @ 1 0 10919886 +saint_david n 1 1 @ 1 0 10924231 +saint_denis n 1 1 @ 1 0 11313911 +saint_dominic n 1 2 @ ; 1 0 10938363 +saint_edward_the_confessor n 1 1 @ 1 0 10952143 +saint_edward_the_martyr n 1 1 @ 1 0 10952629 +saint_elizabeth_ann_bayley_seton n 1 1 @ 1 0 11293972 +saint_elmo's_fire n 1 1 @ 1 0 11440802 +saint_elmo's_light n 1 1 @ 1 0 11440802 +saint_emilion n 1 1 @ 1 0 07898117 +saint_eustatius n 1 2 @ #p 1 0 08749312 +saint_francis n 2 3 @ #p ; 2 0 10978098 09419281 +saint_francis_of_assisi n 1 2 @ ; 1 0 10978098 +saint_francis_river n 1 2 @ #p 1 0 09419281 +saint_francis_xavier n 1 1 @ 1 0 11401009 +saint_george n 1 1 @ 1 0 10996285 +saint_gregory_i n 1 2 @ ; 1 0 11013876 +saint_ignatius n 1 1 @ 1 0 11070994 +saint_ignatius'_itch n 1 1 @ 1 0 14200873 +saint_ignatius_of_loyola n 1 2 @ ; 1 0 11071177 +saint_irenaeus n 1 2 @ ; 1 0 11073061 +saint_james n 1 2 @ ; 1 0 11078982 +saint_james_the_apostle n 1 2 @ ; 1 0 11078982 +saint_jerome n 1 2 @ ; 1 0 11083064 +saint_joan n 1 1 @ 1 0 11081353 +saint_john n 3 3 @ #p ; 3 0 11085924 09419536 08824771 +saint_john's n 2 2 @ #p 2 0 08825321 08710325 +saint_john_river n 1 2 @ #p 1 0 09419536 +saint_john_the_apostle n 1 2 @ ; 1 0 11085924 +saint_johns n 1 2 @ #p 1 0 09419783 +saint_johns_river n 1 2 @ #p 1 0 09419783 +saint_joseph n 2 2 @ #p 2 0 15194739 09107412 +saint_jude n 1 2 @ ; 1 0 11094055 +saint_kitts n 1 2 @ #p 1 0 08987879 +saint_kitts_and_nevis n 1 4 @ #m #p %p 1 0 08987423 +saint_lawrence n 2 3 @ #p ; 2 0 11121108 09420030 +saint_lawrence_river n 1 2 @ #p 1 0 09420030 +saint_lawrence_seaway n 1 1 @ 1 0 04129872 +saint_louis n 2 2 @ #p 2 0 11140243 09107626 +saint_lucia n 2 4 @ #m #p %p 2 0 08988609 08988453 +saint_luke n 1 2 @ ; 1 0 11144604 +saint_maarten n 1 2 @ #p 1 0 08749650 +saint_mark n 1 1 @ 1 0 11156943 +saint_martin n 1 2 @ #p 1 0 08749650 +saint_martin's_summer n 1 2 @ #p 1 0 15185996 +saint_matthew n 1 2 @ ; 1 0 11164671 +saint_matthew_the_apostle n 1 2 @ ; 1 0 11164671 +saint_nicholas n 2 1 @ 2 0 11205797 10550673 +saint_nick n 1 1 @ 1 0 10550673 +saint_olaf n 1 1 @ 1 0 11213552 +saint_olav n 1 1 @ 1 0 11213552 +saint_patrick n 1 1 @ 1 0 11225469 +saint_patrick's_day n 1 1 @ 1 0 15187988 +saint_paul n 2 4 @ #m #p ; 2 0 11225661 09103377 +saint_peter n 1 1 @ 1 0 11231157 +saint_peter's_wreath n 1 1 @ 1 0 12659539 +saint_peter_the_apostle n 1 1 @ 1 0 11231157 +saint_petersburg n 2 2 @ #p 2 0 09075007 09008454 +saint_polycarp n 1 1 @ 1 0 11241455 +saint_teresa_of_avila n 1 1 @ 1 0 11336176 +saint_thomas n 2 2 @ ; 2 0 11338796 10820790 +saint_thomas_a_becket n 1 2 @ ; 1 0 10840021 +saint_thomas_aquinas n 1 2 @ ; 1 0 10820790 +saint_ulmo's_fire n 1 1 @ 1 0 11440802 +saint_ulmo's_light n 1 1 @ 1 0 11440802 +saint_valentine's_day n 1 2 @ #p 1 0 15187250 +saint_vincent n 1 3 @ #p %p 1 0 08989324 +saint_vincent_and_the_grenadines n 1 4 @ #m #p %p 1 0 08989031 +saint_vitus_dance n 1 1 @ 1 0 14095568 +sainthood n 2 3 @ %m + 2 0 08152657 00599329 +saintliness n 1 2 @ + 1 0 04848383 +saintpaulia n 1 3 @ #m %m 1 0 12832976 +saintpaulia_ionantha n 1 2 @ #m 1 0 12833149 +saints_peter_and_paul n 1 2 @ #p 1 0 15193776 +saipan n 2 4 @ #p ; - 2 0 08838070 01293438 +sajama n 1 2 @ #p 1 0 09420273 +sakartvelo n 1 5 @ #m #p %m %p 1 0 09018848 +sake n 3 4 @ ~ #s ; 3 1 05143077 07891433 05983347 +sakharov n 1 1 @ 1 0 11278498 +saki n 3 4 @ #m #s ; 3 0 11196627 07891433 02492948 +sakkara n 1 2 @ #p 1 0 08900047 +sakti n 1 1 @ 1 0 09528587 +saktism n 2 4 @ #m %m + 2 0 08097222 06239076 +sal_ammoniac n 1 1 @ 1 0 14744589 +sal_soda n 1 1 @ 1 0 15044844 +sal_volatile n 1 2 @ #s 1 0 15052063 +salaah n 1 1 @ 1 0 05914359 +salaam n 1 2 @ + 1 0 07275713 +salaat n 1 1 @ 1 0 05914359 +salability n 1 2 @ + 1 0 04732237 +salableness n 1 2 @ + 1 0 04732237 +salaciousness n 1 3 @ ~ + 1 0 04903368 +salacity n 1 3 @ ~ + 1 0 04903368 +salad n 1 2 @ ~ 1 1 07806221 +salad_bar n 1 1 @ 1 0 04130143 +salad_bowl n 2 1 @ 2 0 04130447 04130257 +salad_burnet n 2 4 @ #m #p %p 2 0 12637485 07820036 +salad_cream n 1 2 @ ; 1 0 07835051 +salad_days n 1 2 @ #p 1 0 15151641 +salad_dressing n 1 2 @ ~ 1 0 07832902 +salad_fork n 1 1 @ 1 0 04130357 +salad_green n 1 2 @ ~ 1 0 07723330 +salad_greens n 1 2 @ ~ 1 0 07723330 +salad_nicoise n 1 1 @ 1 0 07807171 +salad_oil n 1 1 @ 1 0 07674912 +salad_plate n 1 1 @ 1 0 04130447 +salade n 1 1 @ 1 0 04130907 +saladin n 1 1 @ 1 0 11278756 +salafast_group_for_call_and_combat n 1 2 @ ; 1 0 08044265 +salafi_movement n 1 1 @ 1 0 06235977 +salafism n 1 1 @ 1 0 06235977 +salafist_group n 1 2 @ ; 1 0 08044265 +salah n 1 1 @ 1 0 05914359 +salah-ad-din_yusuf_ibn-ayyub n 1 1 @ 1 0 11278756 +salah_al-din_battalions n 1 3 @ #p ; 1 0 08040257 +salai n 1 2 @ #m 1 0 12692160 +salal n 1 2 @ #m 1 0 12236160 +salamander n 3 2 @ ~ 3 1 01629276 09501427 03975926 +salamandra n 1 3 @ #m %m 1 0 01629093 +salamandra_atra n 1 2 @ #m 1 0 01630148 +salamandra_maculosa n 1 2 @ #m 1 0 01629962 +salamandra_salamandra n 1 2 @ #m 1 0 01629819 +salamandridae n 1 3 @ #m %m 1 0 01628885 +salami n 1 1 @ 1 0 07677747 +salary n 1 3 @ ~ #p 1 1 13279262 +salary_cut n 1 1 @ 1 0 00352683 +salary_increase n 1 1 @ 1 0 05110185 +salat n 1 1 @ 1 0 05914359 +sale n 5 2 @ ~ 5 3 01114824 01117541 01117723 14564306 06527851 +sale_in_gross n 1 1 @ 1 0 06528403 +salem n 3 2 @ #p 3 0 09134202 09099264 08904858 +saleratus n 1 1 @ 1 0 14775995 +salerno n 1 3 @ #p ; 1 0 01293650 +saleroom n 1 2 @ ; 1 0 04209811 +sales n 1 1 @ 1 0 13260936 +sales_agreement n 1 2 @ ~ 1 0 06527851 +sales_booth n 1 2 @ ~ 1 0 04299215 +sales_campaign n 1 1 @ 1 0 00801724 +sales_demonstrator n 1 1 @ 1 0 10002982 +sales_department n 1 1 @ 1 0 08119525 +sales_division n 1 1 @ 1 0 08119525 +sales_event n 1 2 @ ~ 1 0 01117723 +sales_finance_company n 1 1 @ 1 0 08421644 +sales_force n 1 1 @ 1 1 08119525 +sales_incentive n 1 1 @ 1 0 13273949 +sales_outlet n 1 3 @ ~ %p 1 0 03748162 +sales_pitch n 1 1 @ 1 0 07248653 +sales_promotion n 1 1 @ 1 0 07249817 +sales_rep n 1 2 @ ~ 1 0 10548681 +sales_representative n 1 2 @ ~ 1 0 10548681 +sales_resistance n 1 1 @ 1 0 01170047 +sales_staff n 1 1 @ 1 0 08352613 +sales_talk n 1 1 @ 1 0 07248653 +sales_tax n 1 1 @ 1 1 13316568 +salesclerk n 1 2 @ ~ 1 0 10548227 +salesgirl n 1 2 @ ~ 1 1 10548419 +saleslady n 1 2 @ ~ 1 1 10548419 +salesman n 1 3 @ ~ + 1 1 10548537 +salesmanship n 1 2 @ + 1 1 05639651 +salesperson n 1 2 @ ~ 1 0 10548681 +salesroom n 1 2 @ ; 1 0 04209811 +saleswoman n 1 2 @ ~ 1 0 10548419 +salian n 1 1 @ 1 0 09689000 +salian_frank n 1 1 @ 1 0 09689000 +salic_law n 1 1 @ 1 0 06534918 +salicaceae n 1 3 @ #m %m 1 0 12723985 +salicales n 1 3 @ #m %m 1 0 12723835 +salicornia n 1 3 @ #m %m 1 0 11834148 +salicornia_europaea n 1 2 @ #m 1 0 11834272 +salicylate n 1 2 @ ~ 1 0 15009843 +salicylate_poisoning n 1 1 @ 1 0 14512674 +salicylic_acid n 1 2 @ #s 1 0 15010038 +salience n 1 3 @ ~ + 1 0 14434022 +saliency n 1 3 @ ~ + 1 0 14434022 +salient n 1 3 @ #p ; 1 0 08594886 +salient_angle n 1 2 ! @ 1 0 13890226 +salientia n 1 4 @ #m %m + 1 0 01639369 +salientian n 1 2 @ ~ 1 0 01639765 +salim n 1 2 @ ; 1 0 11201386 +salina n 1 2 @ #p 1 0 09088718 +saline n 1 2 @ + 1 1 14590293 +saline_solution n 1 1 @ 1 0 14590293 +salinger n 1 1 @ 1 0 11278980 +salinity n 2 2 @ + 2 0 05717342 04993604 +salinometer n 1 1 @ 1 0 04130566 +salisbury n 1 2 @ #p 1 0 09167505 +salisbury_steak n 1 1 @ 1 0 07875926 +salish n 2 2 @ ~ 2 1 06914167 09667358 +salishan n 1 2 @ ~ 1 0 06914167 +saliva n 1 5 @ ~ #p %s + 1 1 05416198 +salivary_calculus n 1 1 @ 1 0 09434125 +salivary_duct n 1 1 @ 1 0 05416545 +salivary_gland n 1 4 @ ~ #p %p 1 0 05532944 +salivation n 1 3 @ ~ + 1 0 13552528 +salix n 1 3 @ #m %m 1 0 12724201 +salix_alba n 1 2 @ #m 1 0 12725738 +salix_alba_caerulea n 1 2 @ #m 1 0 12726357 +salix_alba_sericea n 1 2 @ #m 1 0 12725940 +salix_alba_vitellina n 1 2 @ #m 1 0 12726159 +salix_amygdalina n 1 2 @ #m 1 0 12727960 +salix_amygdaloides n 1 2 @ #m 1 0 12727729 +salix_arctica n 1 2 @ #m 1 0 12726528 +salix_babylonica n 1 2 @ #m 1 0 12726670 +salix_blanda n 1 2 @ #m 1 0 12726902 +salix_candida n 1 2 @ #m 1 0 12728164 +salix_caprea n 1 2 @ #m 1 0 12727518 +salix_cinerea n 1 2 @ #m 1 0 12728864 +salix_discolor n 1 2 @ #m 1 0 12727101 +salix_fragilis n 1 2 @ #m 1 0 12728322 +salix_herbacea n 1 2 @ #m 1 0 12728656 +salix_humilis n 1 2 @ #m 1 0 12728508 +salix_lasiolepis n 1 2 @ #m 1 0 12729023 +salix_lucida n 1 2 @ #m 1 0 12729164 +salix_nigra n 1 2 @ #m 1 0 12729315 +salix_pendulina n 1 2 @ #m 1 0 12726902 +salix_pendulina_blanda n 1 2 @ #m 1 0 12726902 +salix_pentandra n 1 2 @ #m 1 0 12729521 +salix_purpurea n 1 2 @ #m 1 0 12729729 +salix_pyrifolia n 1 2 @ #m 1 0 12729950 +salix_repens n 1 2 @ #m 1 0 12730143 +salix_sericea n 1 2 @ #m 1 0 12725940 +salix_sitchensis n 1 2 @ #m 1 0 12730370 +salix_triandra n 1 2 @ #m 1 0 12727960 +salix_tristis n 1 2 @ #m 1 0 12730544 +salix_uva-ursi n 1 2 @ #m 1 0 12730776 +salix_viminalis n 1 2 @ #m 1 0 12731029 +salix_vitellina n 1 2 @ #m 1 0 12726159 +salk n 1 1 @ 1 0 11279109 +salk_vaccine n 1 1 @ 1 0 04130715 +sallet n 1 1 @ 1 0 04130907 +sallow n 1 3 @ ~ #m 1 0 12727301 +sallowness n 1 2 @ + 1 0 04977946 +sally n 3 2 @ ; 3 1 06767777 00971309 00801966 +sally_lunn n 1 1 @ 1 0 07635044 +sallying_forth n 1 1 @ 1 1 00801966 +salmacis n 1 1 @ 1 0 09551152 +salmagundi n 2 2 @ ~ 2 0 08398773 07807002 +salman_rushdie n 1 1 @ 1 0 11274454 +salmi n 1 1 @ 1 0 07592922 +salmo n 1 3 @ #m %m 1 0 02535349 +salmo_gairdneri n 1 3 @ #m %p 1 0 02537525 +salmo_salar n 1 4 @ ~ #m %p 1 0 02535537 +salmo_trutta n 1 4 @ ~ #m %p 1 0 02537319 +salmon n 4 5 @ ~ #m #p %p 4 1 02534734 09420423 07795751 04965371 +salmon_berry n 1 1 @ 1 0 12657082 +salmon_loaf n 1 1 @ 1 0 07875835 +salmon_oil n 1 1 @ 1 0 15010277 +salmon_p._chase n 1 1 @ 1 0 10893606 +salmon_pink n 1 1 @ 1 0 04971675 +salmon_portland_chase n 1 1 @ 1 0 10893606 +salmon_river n 1 2 @ #p 1 0 09420423 +salmon_trout n 3 5 @ ~ #m #p %p 3 0 07794744 02538010 02537319 +salmonberry n 3 1 @ 3 0 12657294 12657082 12656909 +salmonella n 1 3 @ ~ #m 1 0 01368973 +salmonella_enteritidis n 1 1 @ 1 0 01369210 +salmonella_typhi n 1 1 @ 1 0 01369484 +salmonella_typhimurium n 1 1 @ 1 0 01369358 +salmonella_typhosa n 1 1 @ 1 0 01369484 +salmonellosis n 1 1 @ 1 0 14069747 +salmonid n 1 3 @ ~ #m 1 0 02534559 +salmonidae n 1 3 @ #m %m 1 0 02534352 +salmwood n 1 2 @ #m 1 0 12818346 +salol n 1 1 @ 1 0 15010430 +salome n 1 1 @ 1 0 11279300 +salomon n 1 1 @ 1 0 11279433 +salon n 3 1 @ 3 1 04131113 04131208 04131015 +salonica n 1 2 @ #p 1 0 08789605 +salonika n 1 2 @ #p 1 0 08789605 +saloon n 3 5 @ ~ #p %p ; 3 2 02796995 04018399 04166281 +saloon_keeper n 1 1 @ 1 0 10548976 +salp n 1 2 @ #m 1 0 01469723 +salpa n 1 2 @ #m 1 0 01469723 +salpichroa n 1 3 @ #m %m 1 0 12912105 +salpichroa_organifolia n 1 2 @ #m 1 0 12912274 +salpichroa_rhomboidea n 1 2 @ #m 1 0 12912274 +salpidae n 1 3 @ #m %m 1 0 01469425 +salpiglossis n 1 3 @ ~ #m 1 0 12912670 +salpiglossis_sinuata n 1 1 @ 1 0 12912801 +salpinctes n 1 3 @ #m %m 1 0 01585577 +salpinctes_obsoletus n 1 2 @ #m 1 0 01585715 +salpingectomy n 1 1 @ 1 0 00687365 +salpingitis n 1 1 @ 1 0 14355459 +salpinx n 1 2 @ ~ 1 0 05247057 +salsa n 1 1 @ 1 0 07823460 +salsify n 3 5 @ ~ #m #p %p 3 0 12027538 12027222 07735052 +salsilla n 2 2 @ #m 2 0 12420124 12419878 +salsola n 1 2 @ #m 1 0 11834521 +salsola_kali n 1 1 @ 1 0 11834654 +salsola_kali_tenuifolia n 1 1 @ 1 0 11834890 +salsola_soda n 1 1 @ 1 0 11834654 +salt n 4 3 @ ~ + 4 2 15010703 07813107 07149582 05717342 +salt-free_diet n 1 1 @ 1 0 07564292 +salt-rising_bread n 1 1 @ 1 0 07686461 +salt_cod n 1 1 @ 1 0 07789911 +salt_depletion n 1 1 @ 1 0 14017451 +salt_flat n 1 1 @ 1 0 09420550 +salt_i n 1 1 @ 1 0 06775218 +salt_ii n 1 1 @ 1 0 06775409 +salt_lake_city n 1 2 @ #p 1 0 09147737 +salt_lick n 1 1 @ 1 0 09420689 +salt_marsh n 1 1 @ 1 0 09420794 +salt_marsh_mallow n 1 1 @ 1 0 12182276 +salt_merchant n 1 1 @ 1 0 10549062 +salt_mine n 2 1 @ 2 0 04131610 00606119 +salt_plain n 1 1 @ 1 0 09420550 +salt_pork n 1 2 @ ~ 1 0 07671107 +salt_reed_grass n 1 1 @ 1 0 12139793 +salt_rush n 1 1 @ 1 0 11744355 +salt_shaker n 1 1 @ 1 0 04131690 +salt_tree n 1 2 @ #m 1 0 12533730 +saltation n 5 5 @ ~ + ; - 5 0 13552644 07426732 07358985 00428270 00120202 +saltbox n 1 1 @ 1 0 04131368 +saltbush n 1 3 @ ~ #m 1 0 11830906 +saltcellar n 1 1 @ 1 0 04131499 +salter n 2 2 @ + 2 0 10549165 10549062 +saltine n 1 1 @ 1 0 07695187 +saltiness n 3 4 @ ~ + ; 3 0 07072838 05717342 04993413 +salting n 1 2 @ + 1 0 00248534 +saltire n 1 1 @ 1 0 04302598 +salton_sea n 1 2 @ #p 1 0 09420911 +saltpan n 1 1 @ 1 0 09421031 +saltpeter n 1 2 @ #s 1 0 14861355 +saltpetre n 1 2 @ #s 1 0 14861355 +saltshaker n 1 1 @ 1 0 04131690 +saltwater n 1 4 ! @ ~ %s 1 1 15008847 +saltwater_fish n 1 2 @ ~ 1 0 07775905 +saltworks n 1 2 @ ; 1 0 04131811 +saltwort n 2 2 @ #m 2 0 11834654 11827541 +saltwort_family n 1 3 @ #m %m 1 0 11827169 +salubriousness n 1 3 ! @ + 1 0 04790238 +salubrity n 1 3 ! @ + 1 0 04790238 +saluki n 1 1 @ 1 0 02091831 +salutation n 3 4 @ ~ + ; 3 0 06688913 06630017 06397789 +salutatorian n 1 1 @ 1 0 10549315 +salutatory n 1 1 @ 1 0 07243382 +salutatory_address n 1 1 @ 1 0 07243382 +salutatory_oration n 1 1 @ 1 0 07243382 +salutatory_speaker n 1 1 @ 1 0 10549315 +salute n 3 3 @ + ; 3 0 06688913 06633041 06632358 +saluter n 1 2 @ + 1 0 10146927 +salvador n 1 5 @ #m #p %m %p 1 0 08738272 +salvador_dali n 1 1 @ 1 0 10921218 +salvadora n 1 3 @ #m %m 1 0 12299425 +salvadora_family n 1 3 @ #m %m 1 0 12299165 +salvadora_persica n 1 2 @ #m 1 0 12299640 +salvadoraceae n 1 3 @ #m %m 1 0 12299165 +salvadoran n 1 2 @ #m 1 0 09700823 +salvadoran_capital n 1 2 @ #p 1 0 08738531 +salvadorean n 1 2 @ #m 1 0 09700823 +salvadorian n 1 2 @ #m 1 0 09700823 +salvage n 3 2 @ + 3 0 13247554 00096343 00096211 +salvager n 1 3 @ ~ + 1 0 10549510 +salvation n 4 4 @ ~ + ; 4 2 00094001 00179380 14539165 00096513 +salvation_army n 1 1 @ 1 0 08047890 +salve n 2 5 @ ~ %s + ; 2 2 03845550 00259392 +salvelinus n 1 3 @ #m %m 1 0 02537847 +salvelinus_alpinus n 1 1 @ 1 0 02538562 +salvelinus_fontinalis n 1 3 @ #m %p 1 0 02538216 +salvelinus_namaycush n 1 3 @ #m %p 1 0 02538010 +salver n 1 1 @ 1 0 04131929 +salvia n 1 3 @ ~ #m 1 0 12864545 +salvia_azurea n 1 1 @ 1 0 12864902 +salvia_clarea n 1 2 @ %p 1 0 12865037 +salvia_divinorum n 1 1 @ 1 0 12866459 +salvia_farinacea n 1 1 @ 1 0 12865239 +salvia_lancifolia n 1 1 @ 1 0 12865367 +salvia_leucophylla n 1 1 @ 1 0 12865562 +salvia_lyrata n 1 1 @ 1 0 12865708 +salvia_officinalis n 1 2 @ %p 1 0 12865824 +salvia_pratensis n 1 1 @ 1 0 12866002 +salvia_reflexa n 1 1 @ 1 0 12865367 +salvia_sclarea n 1 1 @ 1 0 12866162 +salvia_spathacea n 1 1 @ 1 0 12866333 +salvia_verbenaca n 1 1 @ 1 0 12866635 +salvinia n 1 3 @ #m %m 1 0 12958921 +salvinia_auriculata n 1 2 @ #m 1 0 12959074 +salvinia_rotundifolia n 1 2 @ #m 1 0 12959074 +salviniaceae n 1 3 @ #m %m 1 0 12958772 +salvinorin n 1 1 @ 1 0 04132056 +salvo n 3 1 @ 3 2 07435149 00988320 06693086 +salvor n 1 2 @ ~ 1 0 10549510 +salwar n 1 1 @ 1 0 04132158 +salyut n 1 1 @ 1 0 04132354 +salzburg n 1 2 @ #p 1 0 08846885 +sam n 1 3 @ ~ #p 1 0 04363210 +sam_adams n 1 1 @ 1 0 10808539 +sam_browne_belt n 1 2 @ #p 1 0 04132465 +sam_goldwyn n 1 1 @ 1 0 11005571 +sam_houston n 1 1 @ 1 0 11061853 +sam_shepard n 1 1 @ 1 0 11297457 +sam_snead n 1 1 @ 1 0 11306760 +sama-veda n 1 1 @ 1 0 06465139 +saman n 1 1 @ 1 0 11759853 +samanala n 1 2 @ #p 1 0 09187594 +samara n 1 1 @ 1 0 12036226 +samarang n 1 2 @ #p 1 0 08910230 +samarcand n 1 2 @ #p 1 0 09022667 +samaria n 1 2 @ #p 1 0 08799462 +samaritan n 1 1 @ 1 0 10549648 +samarium n 1 2 @ #s 1 0 14653596 +samarkand n 1 2 @ #p 1 0 09022667 +samarskite n 1 3 @ #s %s 1 0 15012668 +samba n 4 3 @ #m + 4 0 12201938 07056895 00537192 00497425 +sambar n 1 2 @ #m 1 0 02431628 +sambre n 1 2 @ #p 1 0 09421191 +sambre_river n 1 2 @ #p 1 0 09421191 +sambuca n 1 1 @ 1 0 07911249 +sambucus n 1 3 @ #m %m 1 0 12678059 +sambucus_caerulea n 1 2 @ #m 1 0 12678794 +sambucus_canadensis n 1 2 @ %p 1 0 12678548 +sambucus_ebulus n 1 2 @ #m 1 0 12679023 +sambucus_nigra n 1 1 @ 1 0 12679201 +sambucus_pubens n 1 1 @ 1 0 12679432 +sambucus_racemosa n 1 1 @ 1 0 12679593 +sambur n 1 2 @ #m 1 0 02431628 +same n 2 2 @ #m 2 0 09720033 06959427 +same-sex_marriage n 1 1 @ 1 0 07989973 +samekh n 1 2 @ #m 1 0 06838219 +sameness n 2 5 ! @ ~ = + 2 1 04742535 04740326 +samhita n 1 2 @ ~ 1 0 06464838 +sami n 2 2 @ #m 2 0 09720033 06959427 +samia n 1 3 @ #m %m 1 0 02303448 +samia_cynthia n 2 2 @ #m 2 0 02303777 02303585 +samia_walkeri n 1 2 @ #m 1 0 02303585 +samian_ware n 1 1 @ 1 0 04414319 +samiel n 1 1 @ 1 0 11507655 +samisen n 1 1 @ 1 0 04132603 +samite n 1 1 @ 1 0 04132829 +samizdat n 1 1 @ 1 0 06271620 +samnite n 1 2 @ #m 1 0 09717917 +samoa n 2 5 @ #p %m %p + 2 0 08991491 08991182 +samoa_i_sisifo n 1 3 @ #p %p 1 0 08991491 +samoan n 1 2 @ #m 1 0 09729271 +samoan_islands n 1 4 @ #p %m %p 1 0 08991182 +samolus n 1 3 @ #m %m 1 0 12096223 +samolus_floribundus n 1 1 @ 1 0 12096674 +samolus_parviflorus n 1 1 @ 1 0 12096674 +samolus_valerandii n 1 1 @ 1 0 12096563 +samosa n 1 1 @ 1 0 07625061 +samovar n 1 1 @ 1 0 04132985 +samoyed n 3 2 @ ~ 3 0 09707887 06959584 02111889 +samoyede n 1 1 @ 1 0 02111889 +samoyedic n 1 2 @ ~ 1 0 06959584 +sampan n 1 1 @ 1 0 04133114 +samphire n 1 2 @ #m 1 0 11834272 +sample n 3 4 @ ~ + ; 3 2 05821775 06026635 09421425 +sample_distribution n 1 3 @ ~ ; 1 0 06026635 +sampler n 4 3 @ ~ + 4 1 04133346 10692482 08463817 04133211 +sampling n 3 3 @ ~ ; 3 1 00161888 06026635 01004775 +sampling_frequency n 1 3 @ ~ ; 1 0 15285279 +sampling_rate n 1 3 @ ~ ; 1 0 15282032 +sampling_station n 1 1 @ 1 1 04133346 +samsara n 1 2 @ ; 1 0 07343017 +samson n 2 2 @ ; 2 0 11279648 09878702 +samuel n 1 2 @ ; 1 0 11279874 +samuel_adams n 1 1 @ 1 0 10808539 +samuel_barber n 1 1 @ 1 0 10834439 +samuel_beckett n 1 1 @ 1 0 10840354 +samuel_butler n 2 1 @ 2 0 10876513 10876419 +samuel_dashiell_hammett n 1 1 @ 1 0 11026816 +samuel_de_champlain n 1 1 @ 1 0 10890032 +samuel_f._b._morse n 1 1 @ 1 0 11192666 +samuel_finley_breese_morse n 1 1 @ 1 0 11192666 +samuel_goldwyn n 1 1 @ 1 0 11005571 +samuel_gompers n 1 1 @ 1 0 11006231 +samuel_houston n 1 1 @ 1 0 11061853 +samuel_huntington n 1 1 @ 1 0 11067396 +samuel_jackson_snead n 1 1 @ 1 0 11306760 +samuel_johnson n 1 1 @ 1 0 11088622 +samuel_langhorne_clemens n 1 1 @ 1 0 10900730 +samuel_morse n 1 1 @ 1 0 11192666 +samuel_pepys n 1 1 @ 1 0 11229323 +samuel_pierpoint_langley n 1 1 @ 1 0 11116642 +samuel_rawson_gardiner n 1 1 @ 1 0 10990212 +samuel_rosenstock n 1 1 @ 1 0 11355247 +samuel_taylor_coleridge n 1 2 @ #m 1 0 10904821 +samuel_wiesenthal n 1 1 @ 1 0 11386005 +samuel_wilder n 1 1 @ 1 0 11386503 +samurai n 2 4 @ #m %m ; 2 0 10549763 08388966 +san_andreas_fault n 1 2 @ #p 1 0 09421604 +san_angelo n 1 2 @ #p 1 0 09145970 +san_antonio n 1 3 @ #p - 1 0 09146111 +san_bernardino n 1 2 @ #p 1 0 09065191 +san_carlos_apache n 1 1 @ 1 0 06919630 +san_diego n 1 3 @ #p %p 1 0 09065328 +san_diego_bay n 1 2 @ #p 1 0 09422048 +san_fernando_valley n 1 2 @ #p 1 0 09422294 +san_francisco n 1 3 @ #p %p 1 1 09065557 +san_francisco_bay n 1 2 @ #p 1 0 09422486 +san_joaquin_river n 1 2 @ #p 1 0 09422751 +san_joaquin_valley n 1 2 @ #p 1 0 09422964 +san_jose n 2 2 @ #p 2 0 09066017 08736376 +san_jose_scale n 1 2 @ #m 1 0 02249809 +san_juan n 1 2 @ #p 1 0 08753294 +san_juan_hill n 1 2 @ #p 1 0 09423112 +san_juan_mountains n 1 3 @ #p %p 1 0 09423379 +san_luis_potosi n 1 2 @ #p 1 0 08745407 +san_marinese n 1 3 @ #m + 1 0 09729945 +san_marino n 2 4 @ #p %m %p 2 0 08992508 08992181 +san_mateo n 1 2 @ #p 1 0 09066249 +san_pablo n 1 2 @ #p 1 0 09066375 +san_pedro_sula n 1 2 @ #p 1 0 08738151 +san_salvador n 1 2 @ #p 1 0 08738531 +san_sebastian n 1 2 @ #p 1 0 09026911 +sana n 1 2 @ #p 1 0 09165464 +sana'a n 1 2 @ #p 1 0 09165464 +sanaa n 1 2 @ #p 1 0 09165464 +sanatarium n 1 1 @ 1 0 04133497 +sanatorium n 2 1 @ 2 0 04133497 02820798 +sanchez n 1 2 @ ; 1 0 11201386 +sanctification n 1 3 @ ~ + 1 0 01039925 +sanctimoniousness n 1 2 @ + 1 0 04868350 +sanctimony n 1 2 @ + 1 0 04868350 +sanction n 4 3 @ ~ + 4 2 06687358 01124246 05176607 01139000 +sanctitude n 1 3 @ ~ = 1 0 04855138 +sanctity n 1 3 @ ~ = 1 1 04855138 +sanctuary n 3 4 @ ~ #p %p 3 0 04133648 04071102 03004824 +sanctum n 2 1 @ 2 0 08645571 08585056 +sanctum_sanctorum n 2 3 @ #p ; 2 0 08645571 03527675 +sand n 3 5 @ #s %s + ; 3 1 15019030 11280013 05032351 +sand_badger n 1 2 @ #m 1 0 02448885 +sand_bar n 1 2 @ %s 1 0 09421951 +sand_berry n 1 1 @ 1 0 12231358 +sand_blackberry n 1 1 @ 1 0 12654227 +sand_cat n 1 1 @ 1 0 02125010 +sand_cherry n 1 2 @ #m 1 0 12648424 +sand_crack n 1 2 @ ~ 1 0 14275405 +sand_cricket n 1 2 @ #m 1 0 02229156 +sand_dab n 2 2 @ #m 2 0 07791145 02662559 +sand_devil's_claw n 1 2 @ #m 1 0 12875697 +sand_dollar n 1 2 @ #m 1 0 02319555 +sand_dropseed n 1 1 @ 1 0 12140759 +sand_dune n 1 2 @ ~ 1 1 09270735 +sand_eel n 1 2 @ #m 1 0 02618513 +sand_flea n 1 2 @ #m 1 0 01993214 +sand_fly n 1 2 @ #m 1 0 02204249 +sand_grouse n 1 3 @ ~ #m 1 0 01815601 +sand_hopper n 1 2 @ #m 1 0 01993214 +sand_lance n 1 2 @ #m 1 0 02618513 +sand_launce n 1 2 @ #m 1 0 02618513 +sand_leek n 1 1 @ 1 0 12434985 +sand_lizard n 2 2 @ #m 2 0 01693175 01681328 +sand_martin n 1 2 @ #m 1 0 01596273 +sand_myrtle n 1 2 @ #m 1 0 12239240 +sand_painting n 1 1 @ 1 0 04134862 +sand_phlox n 1 2 @ #m 1 0 12810847 +sand_rat n 2 2 @ #m 2 0 02369555 02344408 +sand_reed n 1 2 @ #m 1 0 12152031 +sand_sage n 1 2 @ #m 1 0 11930353 +sand_sedge n 1 2 @ #m 1 0 12152031 +sand_shark n 1 2 @ #m 1 0 01487506 +sand_snake n 1 3 @ ~ #m 1 0 01738601 +sand_sole n 1 2 @ #m 1 0 02664960 +sand_spurry n 1 2 @ #m 1 0 11817501 +sand_stargazer n 1 2 @ #m 1 0 02612167 +sand_tiger n 1 2 @ #m 1 0 01487506 +sand_trap n 1 2 @ #p 1 0 02920369 +sand_tumor n 1 1 @ 1 0 14250622 +sand_verbena n 1 3 @ ~ #m 1 0 11836722 +sand_viper n 2 2 @ #m 2 0 01753488 01729322 +sand_wedge n 1 1 @ 1 0 04135024 +sandal n 1 2 @ ~ 1 1 04133789 +sandalwood n 1 2 @ #s 1 1 12735452 +sandalwood_family n 1 3 @ #m %m 1 0 12734722 +sandalwood_tree n 1 3 @ #m %s 1 0 12735160 +sandarac n 3 3 @ #s %s 3 0 11643506 11643354 11643022 +sandarac_tree n 1 2 @ %s 1 0 11643022 +sandarach n 1 2 @ #s 1 0 11643354 +sandbag n 1 2 @ + 1 0 04134008 +sandbagger n 1 2 @ + 1 0 10549925 +sandbank n 1 2 @ ~ 1 0 09421799 +sandbar n 1 2 @ %s 1 0 09421951 +sandbar_shark n 2 2 @ #m 2 0 01489920 01489709 +sandberry n 1 1 @ 1 0 12231358 +sandblast n 1 2 @ + 1 0 11465425 +sandblaster n 1 2 @ + 1 0 04134170 +sandbox n 2 1 @ 2 0 04134523 04134339 +sandboy n 1 2 @ ; 1 0 10550090 +sandbur n 1 2 @ #m 1 0 12113790 +sandburg n 1 1 @ 1 0 11280213 +sander n 1 3 @ %p + 1 0 03250588 +sanderling n 1 2 @ #m 1 0 02029378 +sandfish n 2 2 @ #m 2 0 02558560 02529293 +sandfly n 1 2 @ #m 1 0 02204249 +sandfly_fever n 1 1 @ 1 0 14219487 +sandglass n 1 2 @ ~ 1 0 04134632 +sandgrouse n 1 3 @ ~ #m 1 0 01815601 +sandhi n 1 1 @ 1 0 07132937 +sandhopper n 1 2 @ #m 1 0 01993214 +sandiness n 1 2 @ + 1 0 04949453 +sandlot n 1 1 @ 1 0 08645749 +sandman n 1 1 @ 1 0 09541526 +sandor_kellner n 1 1 @ 1 0 11109424 +sandpaper n 1 3 @ %s + 1 1 14849880 +sandpile n 1 1 @ 1 0 04134339 +sandpiper n 1 3 @ ~ #m 1 0 02026059 +sandpit n 2 2 @ ; 2 0 09422190 04134339 +sandril n 1 3 @ %s ; 1 0 04078236 +sandro_botticelli n 1 1 @ 1 0 10859012 +sands n 1 1 @ 1 0 08596076 +sandspur n 1 2 @ #m 1 0 12113790 +sandstone n 1 2 @ ~ 1 0 14995541 +sandstorm n 1 1 @ 1 0 11448153 +sandwich n 1 5 @ ~ #p %p + 1 1 07695965 +sandwich_board n 1 1 @ 1 0 04135118 +sandwich_islands n 1 3 @ #p %p 1 0 09079153 +sandwich_plate n 1 1 @ 1 0 07696403 +sandwichman n 1 1 @ 1 0 10550252 +sandwort n 3 3 @ ~ #m 3 0 11813077 11812910 11805956 +sandy_mushroom n 1 2 @ #m 1 0 13017240 +saneness n 1 3 @ ~ + 1 0 14379501 +sanfoin n 1 2 @ #m 1 0 12552309 +sang n 1 3 @ #m %p 1 0 11800020 +sang-froid n 1 1 @ 1 0 04904162 +sangapenum n 1 1 @ 1 0 15019267 +sangaree n 1 3 @ %s ; 1 0 07916970 +sangay n 1 2 @ #p 1 0 09177103 +sanger n 2 1 @ 2 0 11280653 11280405 +sango n 1 1 @ 1 0 06906028 +sangoma n 1 1 @ 1 0 10550369 +sangraal n 1 2 @ ; 1 0 03451909 +sangria n 1 3 @ %s ; 1 0 07916970 +sanguification n 1 1 @ 1 0 13492453 +sanguinaria n 1 3 @ #m %m 1 0 11907939 +sanguinaria_canadensis n 1 2 @ #m 1 0 11908077 +sanguinary_ant n 1 2 @ #m 1 0 02222035 +sanguine n 1 2 @ + 1 0 04963111 +sanguineness n 1 2 @ + 1 0 07541760 +sanguinity n 1 2 @ + 1 0 07541760 +sanhedrin n 1 1 @ 1 0 08094262 +sanicle n 1 3 @ ~ #m 1 0 12943443 +sanicula n 1 3 @ #m %m 1 0 12943302 +sanicula_arctopoides n 1 1 @ 1 0 12943743 +sanicula_bipinnatifida n 1 1 @ 1 0 12943912 +sanicula_europaea n 1 1 @ 1 0 12944095 +sanies n 1 3 @ ~ + 1 0 05417472 +sanitariness n 1 4 ! @ ~ + 1 0 14494893 +sanitarium n 1 1 @ 1 0 04133497 +sanitary_code n 1 2 @ ; 1 0 06669193 +sanitary_condition n 1 2 @ ~ 1 0 14494716 +sanitary_landfill n 1 1 @ 1 0 09422631 +sanitary_napkin n 1 1 @ 1 0 04135315 +sanitary_towel n 1 2 @ ; 1 0 04135315 +sanitation n 2 2 @ + 2 2 14495466 00254415 +sanitation_department n 1 2 @ ; 1 0 08121694 +sanitisation n 1 2 @ + 1 0 00254415 +sanitization n 1 2 @ + 1 0 00254415 +sanity n 1 4 ! @ ~ + 1 1 14379501 +sannup n 1 1 @ 1 0 10550468 +sannyasi n 1 1 @ 1 0 10550551 +sannyasin n 1 1 @ 1 0 10550551 +sans_serif n 1 1 @ 1 0 06827947 +sansevieria n 1 4 @ ~ #m %s 1 0 12480895 +sansevieria_guineensis n 1 1 @ 1 0 12481150 +sansevieria_trifasciata n 1 1 @ 1 0 12481458 +sansevieria_zeylanica n 1 1 @ 1 0 12481289 +sanskrit n 1 4 @ ~ ; - 1 0 06969129 +sanskrit_literature n 1 2 @ ~ 1 0 06463347 +sanskritic_language n 1 4 @ ~ ; - 1 0 06969129 +sanson-flamsteed_projection n 1 1 @ 1 0 04223915 +santa n 1 1 @ 1 0 10550673 +santa_ana n 4 2 @ #p 4 0 11442894 11280905 09066534 08738715 +santa_anna n 1 1 @ 1 0 11280905 +santa_barbara n 1 2 @ #p 1 0 09066665 +santa_catalina n 1 2 @ #p 1 0 09066948 +santa_clara n 1 2 @ #p 1 0 09066799 +santa_claus n 1 1 @ 1 0 10550673 +santa_cruz n 2 2 @ #p 2 0 09067138 08853510 +santa_cruz_cypress n 1 1 @ 1 0 11631619 +santa_fe n 1 2 @ #p 1 0 09116318 +santa_fe_trail n 1 2 @ #p 1 0 04135516 +santa_gertrudis n 1 1 @ 1 0 02405799 +santa_lucia_fir n 1 1 @ 1 0 11622771 +santa_maria_de_belem n 1 2 @ #p 1 0 08854855 +santa_maria_del_tule n 1 2 @ #p 1 0 08745513 +santa_maria_tree n 1 2 @ #m 1 0 12364940 +santa_sofia n 1 2 @ #p 1 0 03475118 +santa_sophia n 1 2 @ #p 1 0 03475118 +santalaceae n 1 3 @ #m %m 1 0 12734722 +santalales n 1 3 @ #m %m 1 0 12734446 +santalum n 1 3 @ #m %m 1 0 12735009 +santalum_album n 1 3 @ #m %s 1 0 12735160 +santee n 2 1 @ 2 0 09667572 06912838 +santee_dakota n 1 1 @ 1 0 09667572 +santee_sioux n 1 1 @ 1 0 09667572 +santiago n 4 3 @ #p ; 4 0 08752671 08750822 08721559 01293832 +santiago_de_chile n 1 2 @ #p 1 0 08721559 +santiago_de_cuba n 2 3 @ #p ; 2 0 08750822 01293832 +santiago_de_los_caballeros n 1 2 @ #p 1 0 08752671 +santiago_ramon_y_cajal n 1 1 @ 1 0 11253455 +santims n 1 1 @ 1 0 13701394 +santo_domingo n 1 2 @ #p 1 0 08752293 +santolina n 1 3 @ #m %m 1 0 12009250 +santolina_chamaecyparissus n 1 2 @ #m 1 0 12009420 +santos n 1 2 @ #p 1 0 08856630 +sanvitalia n 1 3 @ #m %m 1 0 12009616 +sanvitalia_procumbens n 1 2 @ #m 1 0 12009792 +sanwa_millet n 1 2 @ #m 1 0 12117912 +sanyasi n 1 1 @ 1 0 10550551 +sao_bernardo_do_campo n 1 2 @ #p 1 0 08856793 +sao_francisco n 1 2 @ #p 1 0 09423617 +sao_goncalo n 1 2 @ #p 1 0 08856945 +sao_joao_de_meriti n 1 2 @ #p 1 0 08857099 +sao_jose_dos_campos n 1 2 @ #p 1 0 08857260 +sao_louis n 1 2 @ #p 1 0 08857405 +sao_paulo n 1 2 @ #p 1 0 08857529 +sao_thome_e_principe n 1 3 @ #p %p 1 0 08992648 +sao_thome_e_principe_monetary_unit n 1 2 @ ~ 1 0 13675456 +sao_tiago_island n 1 2 @ #p 1 0 08718253 +sao_tome n 1 2 @ #p 1 0 08993037 +sao_tome_and_principe n 1 3 @ #p %p 1 0 08992648 +sao_tome_e_principe n 1 3 @ #p %p 1 0 08992648 +saone n 1 2 @ #p 1 0 09423754 +saone_river n 1 2 @ #p 1 0 09423754 +sap n 3 3 @ ~ + 3 0 15038127 10100761 02847461 +sapele_mahogany n 1 2 @ #m 1 0 12698027 +saphar n 1 2 @ #p 1 0 15217443 +saphead n 1 2 @ ~ 1 0 10100761 +saphenous_nerve n 1 2 @ #p 1 0 05568349 +saphenous_vein n 1 3 @ ~ #p 1 0 05379734 +sapidity n 2 2 @ ~ 2 0 05715864 04996113 +sapidness n 1 2 @ + 1 0 04996113 +sapience n 1 3 @ ~ + 1 0 05617107 +sapiential_book n 1 2 @ %p 1 0 06461077 +sapindaceae n 1 3 @ #m %m 1 0 12740514 +sapindales n 1 3 @ #m %m 1 0 12740196 +sapindus n 1 3 @ #m %m 1 0 12741409 +sapindus_drumondii n 1 2 @ #m 1 0 12741586 +sapindus_marginatus n 1 2 @ #m 1 0 12741586 +sapindus_saponaria n 1 2 @ #m 1 0 12741792 +sapir n 1 1 @ 1 0 11281174 +sapling n 1 1 @ 1 1 13108481 +sapodilla n 2 3 @ #p %p 2 0 12774641 07764315 +sapodilla_family n 1 3 @ #m %m 1 0 12772081 +sapodilla_plum n 1 2 @ #p 1 0 07764315 +sapodilla_tree n 1 3 @ #p %p 1 0 12774641 +saponaria n 1 3 @ #m %m 1 0 11814440 +saponaria_officinalis n 1 2 @ #m 1 0 11814584 +saponaria_vaccaria n 1 2 @ #m 1 0 11818636 +saponification n 1 2 @ + 1 0 13552858 +saponin n 1 1 @ 1 0 14887925 +sapota n 1 2 @ #p 1 0 07764315 +sapotaceae n 1 3 @ #m %m 1 0 12772081 +sapote n 2 4 @ #m #p %p 2 0 12775919 07764486 +sapper n 2 3 @ + ; 2 0 10551751 10551576 +sapphic_ode n 1 1 @ 1 0 06383934 +sapphire n 3 3 @ ~ + 3 0 15019483 13372812 04969242 +sapphire_berry n 1 1 @ 1 0 12776774 +sapphirine n 1 1 @ 1 0 15012810 +sapphism n 1 2 @ ~ 1 0 00857424 +sappho n 1 2 @ + 1 0 11281345 +sapporo n 1 2 @ #p 1 0 08925552 +sapraemia n 1 1 @ 1 0 14190132 +sapremia n 1 1 @ 1 0 14190132 +saprobe n 1 2 @ + 1 0 13124358 +saprolegnia n 1 3 @ #m %m 1 0 12979630 +saprolegnia_ferax n 1 2 @ #m 1 0 12979829 +saprolegniales n 1 3 @ #m %m 1 0 12979478 +saprolite n 1 1 @ 1 0 14844560 +sapropel n 1 1 @ 1 0 14956921 +saprophyte n 1 2 @ + 1 0 13124164 +saprophytic_organism n 1 1 @ 1 0 13124164 +sapsago n 1 1 @ 1 0 07855188 +sapsucker n 1 3 @ ~ #m 1 0 01841102 +sapwood n 1 2 @ #s 1 0 13097536 +saqqara n 1 2 @ #p 1 0 08900047 +saqqarah n 1 2 @ #p 1 0 08900047 +saquinavir n 1 1 @ 1 0 04293608 +sara_teasdale n 1 1 @ 1 0 11334215 +saraband n 2 1 @ 2 0 07057001 00527198 +saracen n 3 2 @ ; 3 1 10552019 10552203 10551898 +sarafem n 1 2 @ ; 1 0 03370927 +saragossa n 1 2 @ #p 1 0 09027679 +sarah n 1 2 @ ; 1 0 11281555 +sarah_bernhardt n 1 1 @ 1 0 10847994 +sarah_kemble_siddons n 1 1 @ 1 0 11299501 +sarah_siddons n 1 1 @ 1 0 11299501 +sarah_vaughan n 1 1 @ 1 0 11361423 +sarajevo n 1 2 @ #p 1 0 08818247 +saran n 1 2 @ #s 1 0 14593545 +saran_wrap n 1 3 @ %s ; 1 0 04135710 +sarape n 1 1 @ 1 0 04173907 +sarasota n 1 2 @ #p 1 0 09074707 +sarasvati n 1 1 @ 1 0 09528380 +saratoga n 2 4 @ #m #p ; 2 0 02545153 01294127 +saratoga_chip n 1 1 @ 1 0 07712559 +saratoga_spittlebug n 1 2 @ #m 1 0 02258629 +saratoga_springs n 1 2 @ #p 1 0 09125727 +saratov n 1 2 @ #p 1 0 09009693 +sarawak n 1 4 @ #p %m + 1 0 08964474 +sarawakian n 1 3 @ #m + 1 0 09730077 +sarazen n 1 1 @ 1 0 11281682 +sarcasm n 1 3 @ = + 1 1 06777164 +sarcenet n 1 1 @ 1 0 04135933 +sarcobatus n 1 3 @ #m %m 1 0 11835114 +sarcobatus_vermiculatus n 1 2 @ #m 1 0 11835251 +sarcocephalus n 1 3 @ #m %m 1 0 12670172 +sarcocephalus_diderrichii n 1 2 @ #m 1 0 12668917 +sarcocephalus_esculentus n 1 2 @ #m 1 0 12670334 +sarcocephalus_latifolius n 1 2 @ #m 1 0 12670334 +sarcochilus n 1 3 @ #m %m 1 0 12081851 +sarcochilus_falcatus n 1 2 @ #m 1 0 12082131 +sarcocystidean n 1 2 @ #m 1 0 01426314 +sarcocystieian n 1 2 @ #m 1 0 01426314 +sarcocystis n 1 3 @ #m %m 1 0 01426160 +sarcodes n 1 3 @ #m %m 1 0 12259615 +sarcodes_sanguinea n 1 2 @ #m 1 0 12259788 +sarcodina n 1 3 @ #m %m 1 0 01389875 +sarcodine n 1 3 @ ~ #m 1 0 01390123 +sarcodinian n 1 3 @ ~ #m 1 0 01390123 +sarcoidosis n 1 1 @ 1 0 14564934 +sarcolemma n 1 2 @ + 1 0 05427570 +sarcoma n 1 2 @ ~ 1 0 14246359 +sarcomere n 1 2 @ #p 1 0 05460163 +sarcophaga n 1 3 @ #m %m 1 0 02192388 +sarcophaga_carnaria n 1 2 @ #m 1 0 02192513 +sarcophagus n 1 1 @ 1 0 04136045 +sarcophilus n 1 3 @ #m %m 1 0 01884703 +sarcophilus_hariisi n 1 2 @ #m 1 0 01884834 +sarcoplasm n 1 2 @ #p 1 0 05446971 +sarcoptes n 1 3 @ #m %m 1 0 01781410 +sarcoptid n 1 2 @ #m 1 0 01781698 +sarcoptidae n 1 3 @ #m %m 1 0 01781274 +sarcorhamphus n 1 3 @ #m %m 1 0 01620575 +sarcorhamphus_papa n 1 2 @ #m 1 0 01620735 +sarcoscypha_coccinea n 1 1 @ 1 0 13029326 +sarcoscyphaceae n 1 2 @ #m 1 0 13034277 +sarcosine n 1 1 @ 1 0 15019645 +sarcosomataceae n 1 2 @ ~ 1 0 12983961 +sarcosome n 1 2 @ + 1 0 05445546 +sarcosporidia n 1 3 @ #m %m 1 0 01425983 +sarcosporidian n 1 2 @ #m 1 0 01426314 +sarcostemma n 1 3 @ #m %m 1 0 13237788 +sarcostemma_acidum n 1 2 @ #m 1 0 13237988 +sarcostyle n 1 3 @ #p %p 1 0 05459953 +sard n 1 1 @ 1 0 15019734 +sarda n 1 3 @ #m %m 1 0 02627686 +sarda_chiliensis n 1 2 @ #m 1 0 02628259 +sarda_sarda n 1 2 @ #m 1 0 02628062 +sardegna n 2 2 @ #p 2 0 08810786 08810631 +sardina n 1 3 @ #m %m 1 0 02533075 +sardina_pilchardus n 1 3 @ ~ #m 1 0 02533209 +sardine n 4 3 @ ~ #m 4 2 07794063 02532602 15019734 02533209 +sardine_oil n 1 1 @ 1 0 15019844 +sardinia n 2 3 @ #p + 2 0 08810786 08810631 +sardinian n 2 2 @ + 2 0 10552285 06964600 +sardinops n 1 3 @ #m %m 1 0 02533424 +sardinops_caerulea n 1 2 @ #m 1 0 02533545 +sardis n 1 2 @ #p 1 0 09042675 +sardius n 1 1 @ 1 0 15019734 +sardonyx n 1 1 @ 1 0 15019972 +saree n 1 1 @ 1 0 04136161 +sargasso n 1 2 @ #m 1 0 01405858 +sargasso_sea n 1 2 @ #p 1 0 09423943 +sargassum n 1 2 @ #m 1 0 01405858 +sargassum_bacciferum n 1 2 @ #m 1 0 01405858 +sargassum_fish n 1 2 @ #m 1 0 02549376 +sargent n 1 1 @ 1 0 11281837 +sari n 1 1 @ 1 1 04136161 +sarin n 1 1 @ 1 0 14961375 +sarnoff n 1 1 @ 1 0 11281995 +sarong n 1 1 @ 1 0 04136333 +saronic_gulf n 1 2 @ #p 1 0 09424118 +saroyan n 1 1 @ 1 0 11282154 +sarpanitu n 1 2 @ ; 1 0 09521648 +sarpedon n 1 2 @ ; 1 0 09501527 +sarracenia n 1 3 @ #m %m 1 0 12779437 +sarracenia_flava n 1 2 @ #m 1 0 12780563 +sarracenia_minor n 1 2 @ #m 1 0 12780325 +sarracenia_purpurea n 1 2 @ #m 1 0 12779851 +sarraceniaceae n 1 3 @ #m %m 1 0 12779233 +sarraceniales n 1 3 @ #m %m 1 0 12778926 +sars n 1 1 @ 1 0 14179946 +sarsaparilla n 2 5 @ ~ #m %s %p 2 0 12470092 07928998 +sarsaparilla_root n 1 3 @ #s #p 1 0 12470329 +sarsenet n 1 1 @ 1 0 04135933 +sartor n 1 3 @ ~ + 1 0 10689564 +sartorius n 1 2 @ + 1 0 05589896 +sartorius_muscle n 1 1 @ 1 0 05589896 +sartre n 1 1 @ 1 0 11282286 +sarvepalli_radhakrishnan n 1 1 @ 1 0 11251995 +sas n 1 2 @ ; 1 0 08346031 +sash n 2 3 @ ~ #p 2 2 04136510 03438071 +sash_cord n 1 1 @ 1 0 04136676 +sash_fastener n 1 2 @ #p 1 0 04136800 +sash_line n 1 1 @ 1 0 04136676 +sash_lock n 1 2 @ #p 1 0 04136800 +sash_weight n 1 1 @ 1 0 04136997 +sash_window n 1 1 @ 1 0 04137089 +sashay n 3 5 @ ~ #p + ; 3 0 00541035 00534152 00311809 +sashimi n 1 2 @ ; 1 0 07879350 +saskatchewan n 1 3 @ #p %p 1 0 08829775 +saskatoon n 2 2 @ #p 2 0 08830116 07745661 +sasquatch n 1 1 @ 1 0 09487385 +sass n 1 2 @ + 1 0 06721949 +sassaby n 1 2 @ #m 1 0 02422391 +sassafras n 2 5 @ #m #p %s %p 2 0 11707229 07816052 +sassafras_albidum n 1 4 @ #m %s %p 1 0 11707229 +sassafras_laurel n 1 2 @ #m 1 0 11707827 +sassafras_oil n 1 2 @ #s 1 0 11707511 +sassafras_tree n 1 4 @ #m %s %p 1 0 11707229 +sassenach n 1 1 @ 1 0 10552393 +sassing n 1 2 @ + 1 1 06721949 +sat n 1 2 @ #p 1 0 15164570 +satan n 1 3 @ + ; 1 0 09543353 +satang n 1 2 @ #p 1 0 13663933 +satanism n 1 2 @ + 1 0 05979595 +satanist n 1 2 @ + 1 0 10552486 +satanophobia n 1 1 @ 1 0 14385734 +satchel n 1 1 @ 1 0 04137217 +satchel_paige n 1 1 @ 1 0 11220664 +satchmo n 1 1 @ 1 0 10823199 +sateen n 1 1 @ 1 0 04137355 +satellite n 3 4 @ ~ %p + 3 1 04137444 10552639 09424270 +satellite_receiver n 1 2 @ #p 1 0 04137773 +satellite_television n 1 1 @ 1 0 04137897 +satellite_transmitter n 1 2 @ #p 1 0 04138131 +satellite_tv n 1 1 @ 1 0 04137897 +satiation n 2 2 @ + 2 0 14452151 01072984 +satie n 1 1 @ 1 0 11282434 +satiety n 1 1 @ 1 1 14452151 +satin n 1 2 @ + 1 1 04138261 +satin_bird n 1 2 @ #m 1 0 01601068 +satin_bowerbird n 1 2 @ #m 1 0 01601068 +satin_flower n 1 2 @ #m 1 0 11891541 +satin_leaf n 1 1 @ 1 0 12773917 +satin_stitch n 1 1 @ 1 0 04138560 +satin_walnut n 1 1 @ 1 0 12316982 +satin_weave n 1 1 @ 1 0 04138671 +satinet n 1 1 @ 1 0 04138398 +satinette n 1 1 @ 1 0 04138398 +satinleaf n 1 1 @ 1 0 12773917 +satinpod n 1 2 @ #m 1 0 11891541 +satinwood n 3 4 @ #m #s %s 3 0 12715408 12697709 12697514 +satinwood_tree n 1 3 @ #m %s 1 0 12697514 +satire n 1 3 @ = + 1 1 06777164 +satirist n 1 3 @ ~ + 1 1 10552742 +satisfaction n 5 5 ! @ ~ + ; 5 3 07531255 13986679 13292787 13349997 01072565 +satisfactoriness n 1 4 ! @ ~ + 1 0 04792127 +satisfier n 1 2 @ + 1 0 09424489 +satori n 1 2 @ ; 1 0 05987969 +satrap n 1 1 @ 1 0 10553140 +satsuma n 2 3 @ #p %p 2 0 12710577 07748276 +satsuma_tree n 1 2 @ %p 1 0 12710577 +saturated_fatty_acid n 1 2 @ ~ 1 0 14740587 +saturation n 4 5 @ ~ #s #p + 4 2 13496517 00402671 13925188 04975340 +saturation_bombing n 1 1 @ 1 0 00978993 +saturation_point n 1 3 @ ~ ; 1 0 13925340 +saturday n 1 2 @ #p 1 1 15164570 +saturday_night_special n 1 1 @ 1 0 04138869 +satureia n 1 3 @ #m %m 1 0 12866824 +satureia_hortensis n 1 2 @ %p 1 0 12867184 +satureia_montana n 1 2 @ %p 1 0 12867449 +satureja n 1 3 @ #m %m 1 0 12866824 +satureja_acinos n 1 2 @ #m 1 0 12839574 +satureja_calamintha_glandulosa n 1 1 @ 1 0 12843557 +satureja_calamintha_officinalis n 1 1 @ 1 0 12843144 +satureja_douglasii n 1 2 @ #m 1 0 12857204 +satureja_grandiflora n 1 1 @ 1 0 12843316 +satureja_hortensis n 1 2 @ %p 1 0 12867184 +satureja_montana n 1 2 @ %p 1 0 12867449 +satureja_nepeta n 1 1 @ 1 0 12843557 +satureja_vulgaris n 1 2 @ #m 1 0 12843970 +saturn n 2 3 @ #m ; 2 1 09424642 09558388 +saturnalia n 2 1 @ 2 0 00518442 00511212 +saturnia n 1 3 @ #m %m 1 0 02301782 +saturnia_pavonia n 1 2 @ #m 1 0 02301935 +saturniid n 1 3 @ ~ #m 1 0 02301452 +saturniid_moth n 1 3 @ ~ #m 1 0 02301452 +saturniidae n 1 3 @ #m %m 1 0 02301072 +saturnism n 1 1 @ 1 0 14069895 +satyagraha n 1 1 @ 1 0 01243262 +satyendra_n._bose n 1 1 @ 1 0 10858577 +satyendra_nath_bose n 1 1 @ 1 0 10858577 +satyr n 2 3 @ ~ + 2 0 10552980 09548111 +satyr_orchid n 1 2 @ #m 1 0 12052267 +satyr_play n 1 1 @ 1 0 07018824 +satyriasis n 1 1 @ 1 0 07490042 +satyridae n 1 3 @ #m %m 1 0 02277556 +sauce n 1 4 @ ~ #p + 1 1 07829412 +sauce-alone n 1 2 @ #m 1 0 11870418 +sauce_albert n 1 2 @ %s 1 0 07830841 +sauce_chausseur n 1 1 @ 1 0 07838659 +sauce_espagnole n 2 1 @ 2 0 07836269 07836077 +sauce_louis n 1 1 @ 1 0 07833333 +sauce_verte n 1 1 @ 1 0 07834618 +sauce_vinaigrette n 1 1 @ 1 0 07833816 +sauceboat n 1 2 @ ~ 1 0 03456024 +saucepan n 1 3 @ ~ %p 1 0 04138977 +saucepot n 1 1 @ 1 0 04139140 +saucer n 4 3 @ ~ #p 4 0 13875185 04139291 03207305 03206602 +saucer_magnolia n 1 1 @ 1 0 11711289 +sauciness n 1 2 @ + 1 0 04649651 +saudi n 1 3 @ #m + 1 0 09729387 +saudi_arabia n 1 7 @ #m #p %m %p + - 1 0 08993288 +saudi_arabian n 1 2 @ #m 1 0 09729387 +saudi_arabian_monetary_unit n 1 2 @ ~ 1 0 13698567 +saudi_arabian_riyal n 1 2 @ %p 1 0 13698706 +sauerbraten n 1 1 @ 1 0 07876026 +sauerkraut n 1 1 @ 1 0 07876189 +sauk n 1 2 @ ~ 1 0 09667715 +saul n 2 2 @ ; 2 0 11282613 11225661 +saul_bellow n 1 1 @ 1 0 10843228 +saul_of_tarsus n 1 2 @ ; 1 0 11225661 +saul_steinberg n 1 1 @ 1 0 11314969 +sault_sainte_marie n 1 2 @ #p 1 0 08828013 +sauna n 1 1 @ 1 0 04139395 +saunter n 2 3 @ ~ + 2 0 00289737 00284101 +saunterer n 1 2 @ + 1 0 10553235 +saurel n 2 1 @ 2 0 02580830 02580679 +sauria n 1 4 @ #m %m + 1 0 01673668 +saurian n 1 4 @ ~ #m + 1 0 01674216 +saurischia n 1 3 @ #m %m 1 0 01707895 +saurischian n 1 3 @ ~ #m 1 0 01708106 +saurischian_dinosaur n 1 3 @ ~ #m 1 0 01708106 +sauromalus n 1 2 @ #m 1 0 01678237 +sauromalus_obesus n 1 1 @ 1 0 01678343 +sauropod n 1 3 @ ~ #m 1 0 01708998 +sauropod_dinosaur n 1 3 @ ~ #m 1 0 01708998 +sauropoda n 1 3 @ #m %m 1 0 01708778 +sauropodomorpha n 1 3 @ #m %m 1 0 01708332 +sauropterygia n 1 3 @ #m %m 1 0 01725240 +saurosuchus n 1 2 @ #m 1 0 01696026 +saururaceae n 1 3 @ #m %m 1 0 13151568 +saururus n 1 3 @ #m %m 1 0 13151820 +saururus_cernuus n 1 2 @ #m 1 0 13151975 +saury n 1 2 @ #m 1 0 02551668 +sausage n 2 3 @ ~ %s 2 1 07675627 02850950 +sausage_balloon n 1 1 @ 1 0 02850950 +sausage_curl n 1 1 @ 1 0 05257967 +sausage_dog n 1 1 @ 1 0 02089468 +sausage_hound n 1 1 @ 1 0 02089468 +sausage_meat n 1 2 @ #s 1 0 07675962 +sausage_pizza n 1 1 @ 1 0 07874063 +sausage_roll n 1 1 @ 1 0 07627380 +saussure n 1 1 @ 1 0 10931634 +saussurea n 1 3 @ #m %m 1 0 12010021 +saussurea_costus n 1 2 @ #m 1 0 12010188 +saussurea_lappa n 1 2 @ #m 1 0 12010188 +saute n 1 1 @ 1 0 07655263 +sauteing n 1 2 @ + 1 0 00246940 +sauterne n 1 1 @ 1 0 07898443 +sauternes n 1 1 @ 1 0 07898443 +sauvignon_blanc n 2 3 @ #s %s 2 0 13146928 07895962 +sauvignon_grape n 1 2 @ %s 1 0 13146583 +savage n 2 3 @ ~ + 2 1 10553402 09845589 +savageness n 1 2 @ + 1 1 05038251 +savagery n 3 2 @ + 3 0 05038251 04830689 00424934 +savanna n 1 1 @ 1 0 08645847 +savannah n 3 2 @ #p 3 1 09077821 09424865 08645847 +savannah_river n 1 2 @ #p 1 0 09424865 +savant n 1 2 @ ~ 1 0 10206887 +savara n 2 1 @ 2 0 09675283 06980837 +savarin n 1 1 @ 1 0 07633960 +save n 1 2 @ ; 1 0 01079396 +save-all n 3 1 @ 3 0 04139748 04139642 04139534 +saveloy n 1 2 @ ; 1 0 07678193 +saver n 2 3 @ ~ + 2 1 10522759 10553627 +savin n 1 1 @ 1 0 11637991 +saving n 3 2 @ ~ 3 2 00192613 00093483 00819024 +saving_grace n 2 2 @ ; 2 0 14458181 04732852 +savings n 1 2 @ + 1 1 13359572 +savings_account n 1 2 @ ~ 1 0 13364212 +savings_account_trust n 1 1 @ 1 0 13363365 +savings_and_loan n 1 2 @ ~ 1 0 08422714 +savings_and_loan_association n 1 2 @ ~ 1 0 08422714 +savings_bank n 2 2 @ ~ 2 0 08423057 04139859 +savings_bank_trust n 1 1 @ 1 0 13363365 +savings_bond n 1 1 @ 1 0 13340751 +savinien_cyrano_de_bergerac n 1 1 @ 1 0 10919598 +savior n 2 3 @ ~ + 2 1 11083656 10553805 +saviour n 2 2 @ ~ 2 0 11083656 10553805 +savitar n 1 1 @ 1 0 09528475 +savoir-faire n 1 1 @ 1 0 04842232 +savonarola n 1 1 @ 1 0 11282802 +savor n 1 3 @ ~ + 1 0 05715864 +savoriness n 1 3 @ ~ + 1 0 04995940 +savoring n 1 2 @ + 1 0 00841901 +savorlessness n 1 2 @ + 1 0 04997032 +savory n 4 4 @ ~ #m + 4 0 12866968 12857456 07820814 07594840 +savour n 1 3 @ ~ + 1 0 05715864 +savouring n 1 2 @ + 1 0 00841901 +savourlessness n 1 2 @ + 1 0 04997032 +savoury n 2 3 @ ~ + 2 0 07820814 07594840 +savoy n 2 2 @ #p 2 0 08945277 07714895 +savoy_cabbage n 2 1 @ 2 0 11876204 07714895 +savoyard n 2 1 @ 2 0 10554024 09709155 +savvy n 1 3 @ ~ + 1 0 05805475 +saw n 3 4 @ ~ %p + 3 0 07153838 04140064 03996145 +saw_log n 1 1 @ 1 0 15020203 +saw_palmetto n 1 2 @ #m 1 0 12597466 +saw_set n 1 1 @ 1 0 04140853 +sawan n 1 2 @ #p 1 0 15220385 +sawbill n 1 3 @ ~ #m 1 0 01854415 +sawbones n 1 2 @ ~ 1 0 10679174 +sawbuck n 1 2 @ ~ 1 0 04140631 +sawdust n 1 1 @ 1 1 15020107 +sawdust_doll n 1 1 @ 1 0 04140340 +sawdust_mushroom n 1 2 @ #m 1 0 13019643 +sawdust_saloon n 1 1 @ 1 1 04140434 +sawed-off_shotgun n 1 1 @ 1 0 04140539 +sawfish n 1 3 @ ~ #m 1 0 01497118 +sawfly n 1 3 @ ~ #m 1 0 02218713 +sawhorse n 1 2 @ ~ 1 1 04140631 +sawing_machine n 1 3 @ ~ %p 1 0 03996145 +sawm n 1 1 @ 1 0 05914591 +sawmill n 2 1 @ 2 0 04140777 03697007 +sawpit n 1 1 @ 1 0 09425019 +sawtooth n 1 2 @ #p 1 0 04140976 +sawwort n 1 2 @ #m 1 0 12014923 +sawyer n 2 4 @ ~ #m + 2 0 10554141 02169023 +sawyer_beetle n 1 3 @ ~ #m 1 0 02169023 +sax n 2 1 @ 2 0 11283158 04141076 +saxe n 2 1 @ 2 0 11283300 08769179 +saxe-coburg-gotha n 1 2 @ %m 1 0 08157809 +saxe-gothea n 1 3 @ #m %m 1 0 11659068 +saxe-gothea_conspicua n 1 2 @ #m 1 0 11659248 +saxegothea n 1 3 @ #m %m 1 0 11659068 +saxhorn n 1 1 @ 1 0 04141198 +saxicola n 1 3 @ #m %m 1 0 01560511 +saxicola_rubetra n 1 1 @ 1 0 01560935 +saxicola_torquata n 1 1 @ 1 0 01560793 +saxicolous_plant n 1 1 @ 1 0 13124019 +saxifraga n 1 3 @ #m %m 1 0 12792638 +saxifraga_aizoides n 1 2 @ #m 1 0 12793284 +saxifraga_granulata n 1 2 @ #m 1 0 12793494 +saxifraga_hypnoides n 1 2 @ #m 1 0 12793695 +saxifraga_occidentalis n 1 2 @ #m 1 0 12793886 +saxifraga_oppositifolia n 1 2 @ #m 1 0 12794135 +saxifraga_sarmentosam n 1 2 @ #m 1 0 12794568 +saxifraga_stellaris n 1 2 @ #m 1 0 12794367 +saxifraga_stolonifera n 1 2 @ #m 1 0 12794568 +saxifragaceae n 1 3 @ #m %m 1 0 12792041 +saxifrage n 1 3 @ ~ #m 1 0 12793015 +saxifrage_family n 1 3 @ #m %m 1 0 12792041 +saxist n 1 2 @ ~ 1 0 10554243 +saxitoxin n 1 1 @ 1 0 15020297 +saxo_grammaticus n 1 1 @ 1 0 11283517 +saxon n 1 3 @ ~ + 1 0 09702836 +saxony n 1 1 @ 1 0 08769179 +saxophone n 1 2 @ + 1 0 04141076 +saxophonist n 1 3 @ ~ + 1 0 10554243 +say n 1 2 @ + 1 0 14485526 +say-so n 3 2 @ ~ 3 0 07203613 06727616 05196582 +say_hey_kid n 1 1 @ 1 0 11167269 +sayan_mountains n 1 2 @ #p 1 0 09425159 +sayanci n 1 1 @ 1 0 06983416 +sayda n 1 2 @ #p 1 0 08958212 +sayeret n 1 3 @ #p ; 1 0 08345770 +sayeret_mat'kal n 1 3 @ #p ; 1 0 08345770 +sayeret_matkal n 1 3 @ #p ; 1 0 08345770 +sayers n 1 1 @ 1 0 11283682 +saying n 1 3 @ ~ + 1 0 07151380 +sayonara n 1 1 @ 1 0 06629610 +sayornis n 1 3 @ #m %m 1 0 01549769 +sayornis_phoebe n 1 2 @ #m 1 0 01549886 +sazerac n 1 1 @ 1 0 07917133 +sb n 2 2 @ #s 2 0 14628668 06699579 +sba n 1 1 @ 1 0 08352994 +sbe n 1 1 @ 1 0 13833256 +sbw n 1 1 @ 1 0 13833504 +sc n 3 6 @ #m #s #p %p - 3 0 14653831 09137869 08296332 +scab n 2 4 @ ~ #p + 2 0 10554455 05264247 +scabbard n 1 1 @ 1 0 04141327 +scabicide n 1 1 @ 1 0 15038316 +scabies n 1 1 @ 1 0 14180327 +scabiosa n 1 3 @ ~ #m 1 0 12683407 +scabiosa_arvensis n 1 1 @ 1 0 12683791 +scabiosa_atropurpurea n 1 1 @ 1 0 12683571 +scabious n 1 3 @ ~ #m 1 0 12683407 +scablands n 1 3 @ #p ; 1 0 09425344 +scad n 1 3 @ ~ #m 1 0 02580336 +scads n 1 1 @ 1 0 13777509 +scaffold n 2 2 @ #p 2 1 04141573 04141423 +scaffolding n 1 3 @ %p + 1 0 04141712 +scag n 1 2 @ ; 1 0 02837416 +scalability n 1 2 @ + 1 0 05210116 +scalage n 2 2 @ + 2 0 01005957 01005814 +scalar n 1 2 @ + 1 0 05864351 +scalar_field n 1 1 @ 1 1 08005877 +scalar_matrix n 1 2 @ ~ 1 0 08269114 +scalar_product n 1 1 @ 1 0 05864884 +scalawag n 3 2 @ ~ 3 0 10554666 10536728 10200047 +scald n 2 2 @ + 2 0 14290107 00404058 +scalded_milk n 1 1 @ 1 0 07845775 +scale n 10 5 @ ~ %m + ; 10 4 13850304 13815342 13816862 13155759 09425607 06856568 04141975 04141838 03959701 01902877 +scale_factor n 1 2 @ ~ 1 0 13734085 +scale_fern n 1 2 @ #m 1 0 13183489 +scale_insect n 1 2 @ ~ 1 0 02248510 +scale_leaf n 1 2 @ ~ 1 0 13155759 +scale_moss n 1 2 @ #m 1 0 11543105 +scale_of_c_major n 1 2 @ ; 1 0 06866442 +scale_of_measurement n 1 2 @ ~ 1 0 13850304 +scale_value n 1 2 @ ~ 1 0 05856867 +scale_wax n 1 1 @ 1 0 15020528 +scalene_muscle n 1 1 @ 1 0 05590144 +scalene_triangle n 1 1 @ 1 0 13880704 +scalenus n 1 1 @ 1 0 05590144 +scalenus_syndrome n 1 1 @ 1 0 14309938 +scaler n 1 1 @ 1 0 04142175 +scaliness n 1 2 @ + 1 0 04948603 +scaling n 3 3 @ ~ + 3 0 01010334 01005284 00325364 +scaling_ladder n 1 1 @ 1 0 04142327 +scallion n 2 3 @ %p ; 2 0 12434239 07722485 +scallop n 4 6 @ ~ #m #p %p + 4 0 13874558 07797641 07654886 01965889 +scallop_shell n 1 1 @ 1 0 01904806 +scallopine n 1 2 @ ~ 1 0 07876281 +scallopini n 1 2 @ ~ 1 0 07876281 +scallywag n 3 2 @ ~ 3 0 10554666 10536728 10200047 +scalp n 1 3 @ #p + 1 1 05539947 +scalp_lock n 1 1 @ 1 0 05261203 +scalpel n 1 1 @ 1 0 04142434 +scalper n 1 3 @ ~ + 1 0 10554846 +scaly_anteater n 1 2 @ #m 1 0 02461830 +scaly_fern n 1 2 @ #m 1 0 13183489 +scaly_lentinus n 1 2 @ #m 1 0 13002209 +scaly_pholiota n 1 2 @ #m 1 0 13009429 +scaly_polypore n 1 2 @ #m 1 0 13052931 +scam n 1 2 @ + 1 0 00754280 +scammer n 1 3 @ ~ + 1 0 09955015 +scammony n 3 1 @ 3 0 12828520 12824482 12824289 +scammonyroot n 1 1 @ 1 0 12827907 +scamp n 1 2 @ ~ 1 0 10200047 +scamper n 1 2 @ + 1 1 00556142 +scampi n 1 1 @ 1 0 07876550 +scampo n 1 2 @ #p 1 0 07793521 +scan n 2 2 @ + 2 1 00643943 04142549 +scandal n 2 3 @ ~ + 2 2 07223811 07306252 +scandalisation n 2 2 @ + 2 0 14579489 01225397 +scandalization n 2 2 @ + 2 0 14579489 01225397 +scandalmonger n 1 1 @ 1 0 10555059 +scandalmongering n 1 2 @ + 1 0 07135627 +scandalousness n 1 2 @ + 1 0 04808516 +scandentia n 1 3 @ #m %m 1 0 02494538 +scandinavia n 2 5 @ #p %m + - 2 0 08760856 08760510 +scandinavian n 2 4 @ ~ #m + 2 0 09730204 06953731 +scandinavian_country n 1 3 @ ~ #p 1 0 08697827 +scandinavian_language n 1 2 @ ~ 1 0 06953731 +scandinavian_lox n 1 1 @ 1 0 07796877 +scandinavian_nation n 1 3 @ ~ #p 1 0 08697827 +scandinavian_peninsula n 1 2 @ #p 1 0 08760856 +scandium n 1 2 @ #s 1 0 14653831 +scanner n 4 2 @ + 4 0 10555156 04143140 04142999 04142731 +scanning n 2 2 @ + 2 0 13553083 00644156 +scansion n 1 2 @ + 1 0 07094508 +scantiness n 1 3 @ ~ + 1 0 05113462 +scantling n 1 2 @ #p 1 0 04143365 +scantness n 1 3 @ ~ + 1 0 05113462 +scanty n 1 2 @ ; 1 0 03885028 +scape n 2 4 @ ~ #p ; 2 0 13130726 04182708 +scapegoat n 1 1 @ 1 0 10555311 +scapegrace n 1 1 @ 1 0 10555430 +scaphiopus n 1 3 @ #m %m 1 0 01648993 +scaphiopus_bombifrons n 1 2 @ #m 1 0 01649726 +scaphiopus_hammondii n 1 2 @ #m 1 0 01649412 +scaphiopus_multiplicatus n 1 2 @ #m 1 0 01649556 +scaphocephaly n 1 1 @ 1 0 14468508 +scaphoid_bone n 1 1 @ 1 0 05272276 +scaphopod n 1 3 @ ~ #m 1 0 01941223 +scaphopoda n 1 3 @ #m %m 1 0 01941030 +scaphosepalum n 1 2 @ #m 1 0 12082357 +scapula n 1 4 @ #p %p + 1 0 05279688 +scapular n 2 2 @ #p 2 1 02469248 04143492 +scapulary n 1 2 @ #p 1 0 04143492 +scar n 2 3 @ ~ + 2 2 14363483 04693900 +scar_tissue n 1 2 @ ~ 1 0 05583822 +scarab n 1 2 @ #m 1 0 02172518 +scarabaean n 1 3 @ ~ #m 1 0 02171869 +scarabaeid n 1 3 @ ~ #m 1 0 02171869 +scarabaeid_beetle n 1 3 @ ~ #m 1 0 02171869 +scarabaeidae n 1 3 @ #m %m 1 0 02171633 +scarabaeus n 1 2 @ #m 1 0 02172518 +scarabaeus_sacer n 1 2 @ #m 1 0 02172518 +scaramouch n 1 1 @ 1 0 10555538 +scaramouche n 1 1 @ 1 0 10555538 +scarceness n 1 3 @ ~ + 1 0 05116953 +scarcity n 1 4 ! @ ~ + 1 1 05116953 +scardinius n 1 3 @ #m %m 1 0 01442591 +scardinius_erythrophthalmus n 1 2 @ #m 1 0 01442710 +scare n 2 3 @ ~ + 2 0 14405931 07521437 +scare_quote n 1 1 @ 1 0 06844594 +scarecrow n 1 1 @ 1 0 04143712 +scaremonger n 1 1 @ 1 0 10555679 +scarer n 1 2 @ + 1 0 04143712 +scarf n 2 3 @ ~ + 2 1 04143897 04144241 +scarf_bandage n 1 1 @ 1 0 04239436 +scarf_joint n 1 1 @ 1 0 04144241 +scarface n 1 1 @ 1 0 10881784 +scarfpin n 1 1 @ 1 0 04434670 +scaridae n 1 3 @ #m %m 1 0 02610541 +scarlatina n 1 1 @ 1 0 14124070 +scarlet n 1 2 @ + 1 0 04964977 +scarlet_bugler n 1 2 @ #m 1 0 12885265 +scarlet_bush n 1 1 @ 1 0 12668131 +scarlet_clematis n 1 1 @ 1 0 11730602 +scarlet_cup n 1 1 @ 1 0 13029326 +scarlet_fever n 1 1 @ 1 0 14124070 +scarlet_fritillary n 1 1 @ 1 0 12453857 +scarlet_hamelia n 1 1 @ 1 0 12668131 +scarlet_haw n 1 2 @ #m 1 0 12626878 +scarlet_letter n 1 1 @ 1 0 06839737 +scarlet_lychnis n 1 1 @ 1 0 11811921 +scarlet_maple n 1 1 @ 1 0 12753573 +scarlet_musk_flower n 1 2 @ #m 1 0 11836327 +scarlet_oak n 1 1 @ 1 0 12271187 +scarlet_pimpernel n 1 1 @ 1 0 12092417 +scarlet_plume n 1 2 @ #m 1 0 12921499 +scarlet_runner n 3 1 @ 3 0 12557681 12537253 07728391 +scarlet_runner_bean n 2 1 @ 2 0 12557681 07728391 +scarlet_strawberry n 1 2 @ #m 1 0 12630999 +scarlet_sumac n 1 1 @ 1 0 12763529 +scarlet_tanager n 1 2 @ #m 1 0 01597737 +scarlet_wisteria_tree n 1 2 @ #m 1 0 12569851 +scarp n 2 1 @ 2 0 09274152 03296328 +scartella n 1 3 @ #m %m 1 0 02613687 +scartella_cristata n 1 2 @ #m 1 0 02613820 +scat n 1 1 @ 1 0 00547244 +scat_singing n 1 1 @ 1 0 00547244 +scathe n 1 2 @ ~ 1 0 00403092 +scatology n 2 3 @ + ; 2 0 07124928 00646504 +scatophagy n 1 1 @ 1 0 00842597 +scatter n 2 3 @ ~ + 2 0 05088324 00369138 +scatter_pin n 1 1 @ 1 0 04144434 +scatter_rug n 1 1 @ 1 0 04144539 +scatterbrain n 1 1 @ 1 0 10555825 +scattergood n 1 2 @ ~ 1 0 10635460 +scattergun n 1 3 @ ~ %p 1 0 04206356 +scattering n 5 4 @ ~ #p + 5 0 13761966 13553251 11506167 07331759 00369138 +scaup n 1 3 @ ~ #m 1 0 01851375 +scaup_duck n 1 3 @ ~ #m 1 0 01851375 +scauper n 1 1 @ 1 0 04144651 +scavenger n 3 3 @ ~ + 3 1 15020628 10281276 01316422 +scavenger_cell n 1 2 @ ~ 1 0 05450888 +scd n 1 1 @ 1 0 06705787 +sceliphron n 1 3 @ #m %m 1 0 02215496 +sceloglaux n 1 3 @ #m %m 1 0 01624987 +sceloglaux_albifacies n 1 2 @ #m 1 0 01625121 +sceloporus n 1 3 @ #m %m 1 0 01680137 +sceloporus_graciosus n 1 1 @ 1 0 01680983 +sceloporus_occidentalis n 1 1 @ 1 0 01680655 +sceloporus_undulatus n 1 1 @ 1 0 01680813 +scenario n 3 2 @ + 3 1 07012135 08568430 06756111 +scenarist n 1 2 @ + 1 0 10555936 +scene n 10 5 @ ~ #p %p + 10 8 08645963 07360841 05933246 06614729 13937075 07009808 14406303 04144782 08568256 04145056 +scene-stealer n 1 1 @ 1 0 10556235 +scene_of_action n 1 2 @ ~ 1 0 02736511 +scene_painter n 2 1 @ 2 0 10556401 10556033 +scenery n 2 2 @ ~ 2 2 04145056 08646787 +sceneshifter n 1 1 @ 1 0 10556124 +scenic_artist n 1 1 @ 1 0 10556401 +scenic_railway n 1 1 @ 1 0 04145322 +scent n 3 4 @ ~ = + 3 3 05714466 05714161 04980008 +scented_fern n 3 2 @ #m 3 0 13189428 12956922 12023726 +scented_penstemon n 1 2 @ #m 1 0 12887293 +scented_wattle n 1 2 @ #m 1 0 11757851 +scentless_camomile n 1 2 @ #m 1 0 12028424 +scentless_false_camomile n 1 2 @ #m 1 0 12028424 +scentless_hayweed n 1 2 @ #m 1 0 12028424 +scentless_mayweed n 1 2 @ #m 1 0 12028424 +scepter n 2 2 @ ~ 2 0 14443676 07267573 +sceptic n 1 3 @ ~ + 1 0 10604634 +scepticism n 1 2 @ + 1 1 05980051 +sceptre n 2 2 @ ~ 2 0 14443676 07267573 +scet n 1 1 @ 1 0 15131448 +schadenfreude n 1 2 @ ; 1 0 07491591 +schaffneria n 1 3 @ #m %m 1 0 13183874 +schaffneria_nigripes n 1 2 @ #m 1 0 13184001 +schedule n 2 3 @ ~ + 2 2 05910940 06495328 +schedule_feeding n 1 1 @ 1 0 01059306 +scheduled_fire n 1 1 @ 1 0 00993377 +scheduled_maintenance n 1 1 @ 1 0 00270539 +scheduled_territories n 1 1 @ 1 0 08303097 +scheduler n 1 2 @ + 1 0 04145417 +scheduling n 1 2 @ + 1 0 01144355 +scheele n 1 1 @ 1 0 11283843 +scheelite n 1 2 @ %s 1 0 15020794 +schefflera n 1 3 @ #m %m 1 0 11800359 +schefflera_actinophylla n 1 2 @ #m 1 0 11800565 +scheldt n 1 2 @ #p 1 0 09425835 +scheldt_river n 1 2 @ #p 1 0 09425835 +schema n 2 2 @ + 2 0 05927813 05891572 +schematic n 1 3 @ ~ + 1 0 04145578 +schematic_drawing n 1 2 @ ~ 1 0 04145578 +schematisation n 2 2 @ + 2 0 00900207 00192457 +schematization n 2 2 @ + 2 0 00900207 00192457 +scheme n 5 4 @ ~ %p + 5 2 05905348 06756680 08435388 05927813 05891572 +scheme_arch n 1 1 @ 1 0 04226172 +schemer n 1 3 @ ~ + 1 0 10556518 +schemozzle n 1 2 @ ; 1 0 13976907 +schenectady n 1 2 @ #p 1 0 09125354 +scheol n 1 3 @ %p ; 1 0 05629381 +scherzo n 1 1 @ 1 1 07046917 +scheuchzeriaceae n 1 3 @ #m %m 1 0 12617140 +schiaparelli n 2 1 @ 2 0 11284216 11284024 +schick_test n 1 1 @ 1 0 05745648 +schiller n 1 1 @ 1 0 11284409 +schilling n 1 2 @ %p 1 0 13705929 +schinus n 1 3 @ #m %m 1 0 12764703 +schinus_chichita n 1 2 @ #m 1 0 12764978 +schinus_molle n 1 2 @ #m 1 0 12765115 +schinus_terebinthifolius n 1 2 @ #m 1 0 12765402 +schipperke n 1 1 @ 1 0 02104365 +schism n 2 3 @ ~ + 2 1 00386676 07314078 +schist n 1 1 @ 1 0 14889371 +schistorrhachis n 1 1 @ 1 0 14471224 +schistosoma n 1 3 @ #m %m 1 0 01926988 +schistosomatidae n 1 3 @ #m %m 1 0 01926840 +schistosome n 1 2 @ #m 1 0 01927159 +schistosome_dermatitis n 1 2 @ ; 1 0 14224547 +schistosomiasis n 1 1 @ 1 0 14180565 +schizachyrium n 1 2 @ #m 1 0 12133332 +schizachyrium_scoparium n 1 1 @ 1 0 12133462 +schizaea n 1 3 @ #m %m 1 0 12955191 +schizaea_pusilla n 1 2 @ #m 1 0 12955414 +schizaeaceae n 1 3 @ #m %m 1 0 12954978 +schizanthus n 1 2 @ #m 1 0 12913144 +schizocarp n 1 1 @ 1 0 13150592 +schizogony n 1 1 @ 1 0 13553418 +schizoid n 1 1 @ 1 0 14388758 +schizomycetes n 1 2 @ #m 1 0 01358135 +schizopetalon n 1 2 @ #m 1 0 11896141 +schizopetalon_walkeri n 1 2 @ #m 1 0 11896141 +schizophragma n 1 3 @ #m %m 1 0 12791539 +schizophragma_hydrangeoides n 1 2 @ #m 1 0 12791790 +schizophrenia n 1 3 @ ~ + 1 0 14398523 +schizophrenic n 1 2 @ + 1 1 10556704 +schizophrenic_disorder n 1 2 @ ~ 1 0 14398523 +schizophrenic_psychosis n 1 2 @ ~ 1 0 14398523 +schizophyceae n 1 2 @ #m 1 0 01358904 +schizophyta n 1 3 @ #m %m 1 0 01357967 +schizopoda n 1 1 @ 1 0 01988319 +schizosaccharomyces n 1 2 @ #m 1 0 13026339 +schizosaccharomycetaceae n 1 3 @ #m %m 1 0 13026146 +schizothymia n 1 1 @ 1 0 14393033 +schizotypal_personality n 1 1 @ 1 0 14388758 +schleiden n 1 1 @ 1 0 11284541 +schlemiel n 1 2 @ ; 1 0 10556825 +schlemm's_canal n 1 1 @ 1 0 05251789 +schlep n 2 2 @ ; 2 0 10556953 00310425 +schlepper n 1 2 @ ; 1 0 10556953 +schlesien n 1 2 @ #p 1 0 09166534 +schlesinger n 2 1 @ 2 0 11284884 11284742 +schliemann n 1 1 @ 1 0 11285091 +schlimazel n 1 2 @ ; 1 0 10557094 +schlock n 1 2 @ ; 1 0 04145735 +schlockmeister n 1 2 @ ; 1 0 10557246 +schlumbergera n 1 3 @ #m %m 1 0 11853191 +schlumbergera_baridgesii n 1 2 @ #m 1 0 11853356 +schlumbergera_buckleyi n 1 2 @ #m 1 0 11853356 +schlumbergera_gaertneri n 1 2 @ #m 1 0 11848009 +schlumbergera_truncatus n 1 2 @ #m 1 0 11854479 +schmaltz n 1 2 @ ; 1 0 04627936 +schmalz n 1 2 @ ; 1 0 04627936 +schmear n 1 2 @ ; 1 0 08400605 +schmeer n 1 2 @ ; 1 0 08400605 +schmegegge n 1 2 @ ; 1 0 06609785 +schmidt n 1 1 @ 1 0 11285282 +schmidt_camera n 1 1 @ 1 0 04145863 +schmidt_telescope n 1 1 @ 1 0 04145863 +schmo n 1 2 @ ; 1 0 10557404 +schmoose n 1 2 @ ~ 1 0 07134850 +schmooze n 1 2 @ ~ 1 0 07134850 +schmoozer n 1 3 @ ~ + 1 0 09961999 +schmuck n 1 2 @ ; 1 0 10557404 +schnabel n 1 1 @ 1 0 11285456 +schnapps n 1 1 @ 1 0 07905474 +schnaps n 1 1 @ 1 0 07905474 +schnauzer n 1 2 @ ~ 1 0 02096756 +schnecken n 1 1 @ 1 0 07693223 +schnittlaugh n 1 2 @ %p 1 0 12435152 +schnitzel n 1 2 @ ; 1 0 07880458 +schnook n 1 2 @ ; 1 0 10557517 +schnorchel n 1 2 @ #p 1 0 04250850 +schnorkel n 1 2 @ #p 1 0 04250850 +schnorrer n 1 2 @ ; 1 0 10557699 +schnoz n 1 2 @ ; 1 0 05598707 +schnozzle n 1 2 @ ; 1 0 05598707 +schoenberg n 1 1 @ 1 0 11285902 +schola_cantorum n 1 1 @ 1 0 08410092 +scholar n 3 3 @ ~ + 3 2 10557854 10251779 10558773 +scholarly_person n 1 2 @ ~ 1 0 10557854 +scholarship n 2 3 @ ~ + 2 2 13266170 05985999 +scholastic n 2 3 @ ~ + 2 1 10411356 10558896 +scholasticism n 2 3 @ + - 2 0 05976065 04802079 +scholia n 1 1 @ 1 0 06506037 +scholiast n 1 2 @ ~ 1 0 10559009 +scholium n 1 1 @ 1 0 06506037 +schomburgkia n 1 2 @ #m 1 0 12082593 +schonbein n 1 1 @ 1 0 11285692 +schonberg n 1 1 @ 1 0 11285902 +school n 7 6 @ ~ #p %m %p + 7 5 08276720 04146050 05757536 08275185 15203229 08277393 07995453 +school-age_child n 1 2 @ ~ 1 0 10559288 +school_assignment n 1 2 @ ~ 1 0 00728641 +school_bell n 1 1 @ 1 0 04146504 +school_board n 1 1 @ 1 1 08413408 +school_bus n 1 1 @ 1 0 04146614 +school_crossing n 1 1 @ 1 0 04146721 +school_day n 2 2 @ %p 2 0 15222540 15203229 +school_dictionary n 1 1 @ 1 0 06419757 +school_district n 1 1 @ 1 0 08587709 +school_newspaper n 1 1 @ 1 0 06267758 +school_of_dentistry n 1 1 @ 1 0 08281963 +school_of_law n 1 1 @ 1 0 08283051 +school_of_medicine n 1 1 @ 1 0 08283507 +school_of_music n 1 1 @ 1 0 08283649 +school_of_nursing n 1 1 @ 1 0 08283757 +school_of_thought n 1 2 @ ~ 1 0 05943300 +school_paper n 1 1 @ 1 0 06267758 +school_phobia n 1 1 @ 1 0 14385818 +school_principal n 1 2 @ ~ 1 1 10474645 +school_ship n 1 1 @ 1 0 04146862 +school_superintendent n 1 1 @ 1 1 10560247 +school_system n 1 3 @ #p %p 1 1 04146976 +school_teacher n 1 3 @ ~ #m 1 1 10560352 +school_term n 1 3 @ ~ #p 1 1 15225249 +school_text n 1 2 @ ~ 1 1 06414372 +school_year n 1 2 @ %p 1 1 15203565 +schoolbag n 1 1 @ 1 0 04146343 +schoolbook n 1 2 @ ~ 1 0 06414372 +schoolboy n 1 1 @ 1 1 10559192 +schoolchild n 1 2 @ ~ 1 0 10559288 +schoolcraft n 1 1 @ 1 0 11286117 +schooldays n 1 1 @ 1 1 15147598 +schoolfellow n 1 1 @ 1 0 10560106 +schoolfriend n 1 1 @ 1 0 10559508 +schoolgirl n 1 1 @ 1 1 10559603 +schoolhouse n 1 4 @ ~ #p %p 1 1 04146050 +schooling n 3 2 @ + 3 1 00888693 05757536 00895983 +schoolma'am n 1 1 @ 1 0 10559840 +schoolman n 2 1 @ 2 0 10559683 09759311 +schoolmarm n 1 1 @ 1 1 10559840 +schoolmaster n 3 3 @ ~ #m 3 1 10164233 10559996 02587618 +schoolmate n 1 1 @ 1 1 10560106 +schoolmistress n 1 1 @ 1 1 10559840 +schoolroom n 1 3 @ ~ #p 1 1 03038685 +schoolteacher n 1 3 @ ~ #m 1 0 10560352 +schooltime n 2 2 @ %p 2 0 15203229 15147598 +schoolwork n 1 2 @ ~ 1 0 00728641 +schoolyard n 1 1 @ 1 0 08647264 +schooner n 2 2 @ ~ 2 0 04147291 04147183 +schopenhauer n 1 1 @ 1 0 11286354 +schorl n 1 1 @ 1 0 15020905 +schottische n 2 1 @ 2 0 07057095 00538266 +schreiber's_aster n 1 1 @ 1 0 11936782 +schrod n 2 1 @ 2 0 07789382 02523617 +schrodinger n 1 1 @ 1 0 11286476 +schrodinger_equation n 1 1 @ 1 0 06671013 +schrodinger_wave_equation n 1 1 @ 1 0 06671013 +schtick n 4 3 @ ~ ; 4 0 13762836 00550545 00513597 00171882 +schtickl n 1 1 @ 1 0 13763058 +schtik n 4 3 @ ~ ; 4 0 13762836 00550545 00513597 00171882 +schtikl n 1 1 @ 1 0 13763058 +schubert n 1 1 @ 1 0 11286618 +schuller-christian_disease n 1 1 @ 1 0 14192376 +schulz n 1 1 @ 1 0 11286820 +schumann n 2 1 @ 2 0 11287186 11287016 +schumann-heink n 1 1 @ 1 0 11287437 +schumpeter n 1 1 @ 1 0 11287570 +schutzstaffel n 1 2 @ %p 1 0 08211924 +schwa n 1 2 @ ~ 1 0 07114023 +schwann n 1 1 @ 1 0 11287734 +schwann_cell n 1 1 @ 1 0 05465071 +schwarzwald n 1 2 @ ; 1 0 09222742 +schweitzer n 1 1 @ 1 0 11287964 +schweiz n 1 4 @ #p %p - 1 0 09031653 +sciadopityaceae n 1 3 @ #m %m 1 0 11659909 +sciadopitys n 1 3 @ #m %m 1 0 11660121 +sciadopitys_verticillata n 1 2 @ #m 1 0 11660300 +sciaena n 1 3 @ #m %m 1 0 02595902 +sciaena_antarctica n 1 2 @ #m 1 0 02596067 +sciaena_aquila n 1 2 @ #m 1 0 02596252 +sciaenid n 1 3 @ ~ #m 1 0 02594250 +sciaenid_fish n 1 3 @ ~ #m 1 0 02594250 +sciaenidae n 1 3 @ #m %m 1 0 02593863 +sciaenops n 1 3 @ #m %m 1 0 02595569 +sciaenops_ocellatus n 1 2 @ #m 1 0 02595702 +sciara n 1 3 @ ~ #m 1 0 02204722 +sciarid n 1 3 @ ~ #m 1 0 02204722 +sciaridae n 1 3 @ #m %m 1 0 02204460 +sciatic_nerve n 1 2 @ #p 1 0 05567875 +sciatica n 1 2 @ + 1 1 14330727 +scid n 1 2 @ ~ 1 0 14128812 +science n 2 6 @ ~ #p %p + - 2 2 05999797 05636887 +science_fiction n 1 3 @ ~ - 1 1 06368628 +science_lab n 1 3 @ ~ %p 1 0 03629986 +science_laboratory n 1 3 @ ~ %p 1 0 03629986 +science_museum n 1 1 @ 1 0 04147364 +science_teacher n 1 1 @ 1 0 10560548 +scientific_agriculture n 1 2 @ %p 1 0 06065819 +scientific_discipline n 1 5 @ ~ #p %p - 1 0 05999797 +scientific_fact n 1 1 @ 1 0 05818978 +scientific_instrument n 1 2 @ ~ 1 0 04147495 +scientific_knowledge n 1 3 @ %p = 1 0 05999540 +scientific_method n 1 2 @ ~ 1 0 05660631 +scientific_research n 1 2 @ ~ 1 0 00641820 +scientific_theory n 1 3 @ ~ #p 1 0 05993844 +scientist n 1 3 @ ~ + 1 1 10560637 +scientology n 1 1 @ 1 0 08100033 +scilla n 1 3 @ ~ #m 1 0 12461466 +scilla_nonscripta n 1 2 @ #m 1 0 12459275 +scilla_verna n 1 1 @ 1 0 12461673 +scilly_islands n 1 2 @ #p 1 0 08887463 +scimitar n 1 1 @ 1 1 04147793 +scincella n 1 2 @ #m 1 0 01684012 +scincid n 1 3 @ ~ #m 1 0 01684133 +scincid_lizard n 1 3 @ ~ #m 1 0 01684133 +scincidae n 1 3 @ #m %m 1 0 01683724 +scincus n 1 2 @ #m 1 0 01683900 +scindapsus n 1 3 @ #m %m 1 0 11791819 +scindapsus_aureus n 1 2 @ #m 1 0 11788727 +scintilla n 2 2 @ + 2 0 13773725 09426038 +scintillating_scotoma n 1 1 @ 1 0 14556879 +scintillation n 5 3 @ + ; 5 0 11506349 07411645 05620190 04952944 04771128 +scintillation_counter n 1 1 @ 1 0 04147916 +sciolism n 1 2 @ + 1 0 05095561 +sciolist n 1 2 @ + 1 0 09987696 +scion n 1 1 @ 1 0 10561222 +scipio n 1 1 @ 1 0 11288216 +scipio_africanus n 1 1 @ 1 0 11288216 +scipio_africanus_major n 1 1 @ 1 0 11288216 +scipio_the_elder n 1 1 @ 1 0 11288216 +scire_facias n 1 2 @ ; 1 0 06555341 +scirpus n 1 3 @ #m %m 1 0 12152869 +scirpus_acutus n 1 2 @ #m 1 0 12153033 +scirpus_cyperinus n 1 2 @ #m 1 0 12153224 +scission n 1 1 @ 1 0 00387326 +scissor_grip n 1 1 @ 1 0 00814665 +scissor_hold n 1 1 @ 1 0 00814665 +scissors n 3 4 @ ~ %p ; 3 0 04148054 00814665 00438725 +scissors_grip n 1 1 @ 1 0 00814665 +scissors_hold n 1 1 @ 1 0 00814665 +scissors_kick n 1 2 @ #p 1 0 00574925 +scissortail n 1 2 @ #m 1 0 01555305 +scissortailed_flycatcher n 1 2 @ #m 1 0 01555305 +scissure n 1 2 @ ~ 1 0 09258715 +sciuridae n 1 3 @ #m %m 1 0 02355711 +sciuromorpha n 1 3 @ #m %m 1 0 02354950 +sciurus n 1 3 @ #m %m 1 0 02356108 +sciurus_carolinensis n 1 2 @ #m 1 0 02356381 +sciurus_griseus n 1 2 @ #m 1 0 02356612 +sciurus_hudsonicus n 1 1 @ 1 0 02357401 +sciurus_niger n 1 2 @ #m 1 0 02356798 +sciurus_vulgaris n 1 2 @ #m 1 0 02357111 +sclaff n 1 2 @ + 1 0 00573775 +sclera n 1 2 @ #p 1 0 05447218 +scleral_veins n 1 1 @ 1 0 05380252 +scleranthus n 1 3 @ #m %m 1 0 11814824 +scleranthus_annuus n 1 2 @ #m 1 0 11814996 +scleredema n 1 1 @ 1 0 14232460 +sclerite n 1 2 @ #p 1 0 01903498 +scleritis n 1 1 @ 1 0 14355643 +scleroderma n 2 4 @ ~ #m %m 2 0 14565196 12968882 +scleroderma_aurantium n 1 2 @ #m 1 0 12969425 +scleroderma_bovista n 1 2 @ #m 1 0 12969927 +scleroderma_citrinum n 1 2 @ #m 1 0 12969425 +scleroderma_flavidium n 1 2 @ #m 1 0 12969670 +sclerodermataceae n 1 3 @ #m %m 1 0 12968658 +sclerodermatales n 1 3 @ #m %m 1 0 12968408 +sclerometer n 1 1 @ 1 0 04148285 +scleropages n 1 3 @ #m %m 1 0 02544960 +scleropages_jardinii n 1 2 @ #m 1 0 02545387 +scleropages_leichardti n 1 2 @ #m 1 0 02545153 +scleroparei n 1 3 @ #m %m 1 0 02641608 +scleroprotein n 1 2 @ ~ 1 0 15026716 +sclerosing_leukoencephalitis n 1 1 @ 1 0 14344189 +sclerosis n 1 3 @ ~ + 1 0 14110411 +sclerotic_coat n 1 2 @ #p 1 0 05447218 +sclerotinia n 1 3 @ ~ #m 1 0 12968136 +sclerotiniaceae n 1 3 @ #m %m 1 0 12967776 +sclerotium n 2 2 @ #m 2 0 13082829 13022903 +sclerotium_disease n 1 1 @ 1 0 14282524 +sclerotium_rot n 1 1 @ 1 0 14282524 +sclerotomy n 1 1 @ 1 0 00691541 +sclk n 1 1 @ 1 0 15131598 +scnt n 1 2 @ ~ 1 0 00638770 +scoff n 1 2 @ + 1 0 06716234 +scoffer n 2 2 @ + 2 0 10561613 10561320 +scoffing n 1 2 @ + 1 1 06716234 +scofflaw n 1 1 @ 1 0 10561736 +scoinson_arch n 1 1 @ 1 0 04148464 +scoke n 1 1 @ 1 0 11855553 +scold n 1 3 @ ~ + 1 0 10561861 +scolder n 1 3 @ ~ + 1 0 10561861 +scolding n 1 3 @ ~ + 1 0 06712833 +scolion n 1 1 @ 1 0 07053606 +scoliosis n 1 1 @ 1 0 14505364 +scollop n 3 6 @ ~ #m #p %p + 3 0 07797641 07654886 01965889 +scolopacidae n 1 3 @ #m %m 1 0 02025530 +scolopax n 1 3 @ #m %m 1 0 02031143 +scolopax_rusticola n 1 2 @ #m 1 0 02031298 +scolopendrium n 1 1 @ 1 0 13184394 +scolopendrium_nigripes n 1 2 @ #m 1 0 13184001 +scolymus n 1 3 @ #m %m 1 0 12010458 +scolymus_hispanicus n 1 1 @ 1 0 12010815 +scolytidae n 1 3 @ #m %m 1 0 02179429 +scolytus n 1 3 @ #m %m 1 0 02179714 +scolytus_multistriatus n 1 2 @ #m 1 0 02179891 +scomber n 1 3 @ #m %m 1 0 02624377 +scomber_colias n 1 3 @ #m %p 1 0 02624807 +scomber_japonicus n 1 2 @ #m 1 0 02624987 +scomber_scombrus n 1 3 @ #m %p 1 0 02624551 +scomberesocidae n 1 3 @ #m %m 1 0 02551316 +scomberesox n 1 3 @ #m %m 1 0 02551494 +scomberesox_saurus n 1 2 @ #m 1 0 02551668 +scomberomorus n 1 3 @ #m %m 1 0 02625418 +scomberomorus_cavalla n 1 2 @ #m 1 0 02625851 +scomberomorus_maculatus n 1 2 @ #m 1 0 02626089 +scomberomorus_regalis n 1 3 @ #m %p 1 0 02626265 +scomberomorus_sierra n 1 1 @ 1 0 02626471 +scombresocidae n 1 3 @ #m %m 1 0 02551316 +scombresox n 1 3 @ #m %m 1 0 02551494 +scombridae n 1 3 @ #m %m 1 0 02623868 +scombroid n 1 3 @ ~ #m 1 0 02623445 +scombroid_fish n 1 3 @ ~ #m 1 0 02623445 +scombroidea n 1 3 @ #m %m 1 0 02623170 +sconce n 4 1 @ 4 0 04148936 04148801 04148703 04148579 +sconcheon_arch n 1 1 @ 1 0 04148464 +scone n 1 2 @ ~ 1 0 07690892 +scoop n 6 3 @ #p + 6 1 13769317 13894306 06683183 04253751 04149208 04149083 +scoop_shot n 1 1 @ 1 0 00112072 +scoop_shovel n 1 2 @ #p 1 0 04149208 +scoopful n 1 1 @ 1 0 13769317 +scooter n 5 4 @ ~ #m + 5 0 04562122 04149374 03791053 03556811 01853498 +scope n 4 5 @ ~ #p %p + 4 1 05125377 14513259 04403638 03857828 +scopes n 1 1 @ 1 0 11288528 +scopes_trial n 1 2 @ ; 1 0 01196759 +scophthalmus n 1 3 @ #m %m 1 0 02662688 +scophthalmus_aquosus n 1 2 @ #m 1 0 02662825 +scophthalmus_rhombus n 1 1 @ 1 0 02662993 +scopolamine n 1 1 @ 1 0 04149490 +scopolia n 1 3 @ #m %m 1 0 12913352 +scopolia_carniolica n 1 2 @ #m 1 0 12913524 +scops_owl n 1 3 @ ~ #m 1 0 01623706 +scorbutus n 1 2 @ + 1 0 14201520 +scorch n 3 3 @ ~ + 3 0 14289942 14282107 04695504 +scorched-earth_policy n 1 1 @ 1 0 00176994 +scorcher n 2 1 @ 2 0 11466834 00131791 +score n 11 4 @ ~ %p + 11 6 05737153 06815714 13594585 08272652 09179382 05819338 14491034 13905405 07549536 00186634 00160688 +score_paper n 1 1 @ 1 0 14957152 +scoreboard n 1 1 @ 1 1 04149813 +scorecard n 1 2 @ ; 1 0 06507941 +scorekeeper n 1 1 @ 1 0 10562135 +scorer n 3 2 @ + 3 0 10562391 10562283 10562135 +scores n 1 1 @ 1 1 13777509 +scoria n 1 2 @ ~ 1 0 15042856 +scoring n 1 2 @ + 1 0 00874977 +scoring_system n 1 1 @ 1 0 05733221 +scorn n 2 3 @ ~ + 2 2 07502980 06715927 +scorner n 1 2 @ + 1 0 10616379 +scorpaena n 1 3 @ #m %m 1 0 02642935 +scorpaena_grandicornis n 1 2 @ #m 1 0 02643316 +scorpaenid n 1 3 @ ~ #m 1 0 02642644 +scorpaenid_fish n 1 3 @ ~ #m 1 0 02642644 +scorpaenidae n 1 2 @ %m 1 0 02642430 +scorpaenoid n 1 3 @ ~ #m 1 0 02642107 +scorpaenoid_fish n 1 3 @ ~ #m 1 0 02642107 +scorpaenoidea n 1 3 @ #m %m 1 0 02641825 +scorper n 1 1 @ 1 0 04144651 +scorpio n 3 4 @ #p %m ; 3 0 09753204 09426143 08687345 +scorpio_the_scorpion n 1 1 @ 1 0 08687345 +scorpioid_cyme n 1 1 @ 1 0 13133316 +scorpion n 3 3 @ #m ; 3 0 09753204 08687345 01770393 +scorpion_fish n 1 3 @ ~ #m 1 0 02643112 +scorpion_fly n 1 2 @ #m 1 0 02162561 +scorpion_shell n 1 2 @ #m 1 0 01943541 +scorpion_weed n 1 3 @ ~ #m 1 0 12836862 +scorpionfish n 1 3 @ ~ #m 1 0 02643112 +scorpionida n 1 3 @ #m %m 1 0 01770263 +scorpionweed n 1 3 @ ~ #m 1 0 12836862 +scorpius n 1 3 @ #p %m 1 0 09426143 +scorsese n 1 1 @ 1 0 11288818 +scorzonera n 2 4 @ #m #p %p 2 0 12013035 07735294 +scorzonera_hispanica n 1 3 @ #m %p 1 0 12013035 +scot n 1 3 @ ~ #m 1 1 09730533 +scot_and_lot n 1 1 @ 1 0 14491171 +scotch n 2 4 @ ~ #s + 2 0 13905405 07907548 +scotch_and_soda n 1 1 @ 1 1 07917507 +scotch_asphodel n 1 2 @ #m 1 0 12462221 +scotch_broom n 1 2 @ #m 1 0 12521394 +scotch_broth n 1 1 @ 1 0 07588688 +scotch_egg n 1 1 @ 1 0 07876651 +scotch_fir n 1 1 @ 1 0 11616662 +scotch_gale n 1 2 @ #m 1 0 11741175 +scotch_kiss n 1 1 @ 1 0 07607280 +scotch_laburnum n 1 2 @ #m 1 0 12538209 +scotch_malt_whiskey n 1 3 @ ~ #s 1 0 07907548 +scotch_malt_whisky n 1 3 @ ~ #s 1 0 07907548 +scotch_marigold n 1 1 @ 1 0 11943660 +scotch_pancake n 1 1 @ 1 0 07691091 +scotch_pine n 1 1 @ 1 0 11616662 +scotch_tape n 1 3 @ + ; 1 0 02992795 +scotch_terrier n 1 1 @ 1 0 02097298 +scotch_thistle n 1 2 @ #m 1 0 11998888 +scotch_whiskey n 1 3 @ ~ #s 1 0 07907548 +scotch_whisky n 1 3 @ ~ #s 1 0 07907548 +scotch_woodcock n 1 1 @ 1 0 07876775 +scotchman n 1 3 @ ~ #m 1 1 09730533 +scotchwoman n 1 1 @ 1 0 09730732 +scoter n 1 3 @ ~ #m 1 0 01853498 +scotland n 1 5 @ #p %m %p - 1 1 08890097 +scotland_yard n 1 1 @ 1 1 08210835 +scotoma n 1 3 @ ~ + 1 0 14556203 +scotopic_vision n 1 1 @ 1 0 05656997 +scots n 1 4 @ ~ + ; 1 0 06950209 +scots_english n 1 3 @ ~ ; 1 0 06950209 +scots_gaelic n 1 1 @ 1 0 06961122 +scots_heather n 1 2 @ #m 1 0 12233529 +scots_pine n 1 1 @ 1 0 11616662 +scotsman n 1 3 @ ~ #m 1 0 09730533 +scotswoman n 1 1 @ 1 0 09730732 +scott n 5 1 @ 5 0 11289709 11289491 11289307 11289161 11288930 +scott's_spleenwort n 1 1 @ 1 0 13181244 +scott_joplin n 1 1 @ 1 0 11091374 +scottie n 1 1 @ 1 0 02097298 +scottish n 1 4 @ ~ + ; 1 0 06950209 +scottish_deerhound n 1 1 @ 1 0 02092002 +scottish_gaelic n 1 1 @ 1 0 06961122 +scottish_highlander n 1 1 @ 1 0 10174695 +scottish_lallans n 1 1 @ 1 0 06950400 +scottish_lowlander n 1 1 @ 1 0 10275249 +scottish_maple n 1 1 @ 1 0 12754981 +scottish_reel n 1 2 @ ~ 1 0 00540211 +scottish_terrier n 1 1 @ 1 0 02097298 +scoundrel n 1 3 @ ~ + 1 1 10753546 +scour n 1 2 @ + 1 0 08647457 +scourer n 2 2 @ + 2 0 10562645 10562509 +scourge n 3 2 @ + 3 1 04149968 14445226 10702615 +scourge_of_god n 1 1 @ 1 0 10827678 +scourge_of_the_gods n 1 1 @ 1 0 10827678 +scourger n 1 2 @ + 1 0 10096964 +scouring n 2 3 @ ~ + 2 2 00993488 00251780 +scouring_pad n 1 1 @ 1 0 04150153 +scouring_rush n 1 1 @ 1 0 13220122 +scours n 1 1 @ 1 1 14272347 +scouse n 1 1 @ 1 0 07591330 +scouser n 1 2 @ #m 1 0 09704509 +scout n 4 4 @ ~ + ; 4 1 10271216 10563183 10562968 10562749 +scout_car n 1 2 @ ; 1 0 04062807 +scout_group n 1 1 @ 1 0 08274718 +scout_troop n 1 1 @ 1 0 08274718 +scouter n 1 2 @ + 1 0 10540984 +scouting n 1 2 @ + 1 1 00985106 +scouting_trip n 1 1 @ 1 0 00309802 +scoutmaster n 1 1 @ 1 0 10563314 +scow n 2 1 @ 2 0 04150371 04150273 +scowl n 1 2 @ + 1 1 06877849 +scpo n 1 1 @ 1 0 10579176 +scrabble n 2 3 @ + ; 2 0 04155310 00502161 +scrag n 3 4 @ ~ #p + 3 0 10708797 07666933 07665713 +scrag_end n 1 2 @ #p 1 0 07665713 +scramble n 2 2 @ + 2 1 00789391 00556142 +scrambled_eggs n 1 1 @ 1 0 07842308 +scrambler n 3 2 @ + 3 0 10563403 04466871 04150474 +scranton n 1 1 @ 1 0 09136929 +scrap n 4 4 @ ~ %p + 4 1 09222051 14857497 04150668 01170962 +scrap_iron n 1 1 @ 1 0 15020974 +scrap_metal n 1 2 @ ~ 1 0 14857737 +scrapbook n 1 1 @ 1 0 04150860 +scrape n 4 3 @ ~ + 4 1 07392982 14286549 07275489 04693900 +scraper n 1 2 @ + 1 0 04150980 +scrapheap n 2 1 @ 2 1 08573842 07962628 +scrapie n 1 1 @ 1 0 14272421 +scraping n 3 3 @ + ; 3 2 09426307 07392982 07275489 +scrapper n 1 3 @ ~ + 1 0 09939313 +scrappiness n 1 2 @ + 1 0 04837814 +scrapple n 1 1 @ 1 0 07876893 +scraps n 1 1 @ 1 0 14857151 +scratch n 10 4 @ ~ + ; 10 1 14286549 13904843 13385216 10563610 08653873 07805389 07392982 06404147 05163401 04693900 +scratch_awl n 1 1 @ 1 0 04155457 +scratch_line n 1 1 @ 1 0 08653873 +scratch_pad n 1 1 @ 1 0 15021189 +scratch_paper n 1 1 @ 1 0 15021189 +scratch_race n 1 1 @ 1 0 07463607 +scratch_sheet n 1 1 @ 1 0 06596025 +scratch_test n 1 1 @ 1 0 05745744 +scratcher n 3 3 @ ~ + 3 0 10563826 10563711 04151108 +scratchiness n 1 2 @ + 1 1 04949066 +scratching n 1 1 @ 1 0 07392982 +scratchpad n 1 2 @ ; 1 0 04151228 +scrawl n 1 3 @ ~ + 1 0 06404147 +scrawler n 1 2 @ + 1 0 10563940 +scrawniness n 2 2 @ + 2 0 05001724 04730985 +scream n 3 2 @ + 3 2 07123012 07393161 06778925 +screamer n 4 4 @ ~ #m + 4 0 10533983 06345773 01860497 00131791 +screaming n 2 2 @ + 2 1 07123012 07393161 +screaming_meemies n 1 2 @ ; 1 0 14375761 +scree n 1 1 @ 1 0 09454153 +screech n 2 2 @ + 2 2 07393161 07123012 +screech_owl n 2 2 @ #m 2 0 01623615 01623425 +screecher n 1 3 @ ~ + 1 0 10533983 +screeching n 2 2 @ + 2 1 07393161 07123012 +screed n 3 1 @ 3 0 07243114 06430309 04151405 +screen n 9 6 @ ~ #p %s %p + 9 5 04152829 02851099 04152593 04151940 04151581 08068457 04216634 04153025 04152387 +screen_actor n 1 2 @ ~ 1 0 10564098 +screen_background n 1 2 @ ; 1 0 02769075 +screen_door n 1 2 @ %p 1 1 04153025 +screen_font n 1 2 @ ; 1 0 06827679 +screen_memory n 1 1 @ 1 0 05935717 +screen_pass n 1 1 @ 1 1 00561570 +screen_saver n 1 2 @ ; 1 0 04153436 +screen_test n 1 1 @ 1 0 00794772 +screener n 1 2 @ + 1 0 10564224 +screening n 4 4 @ ~ #s + 4 0 06888345 04153330 01049685 00644967 +screenland n 1 1 @ 1 0 08068457 +screenplay n 1 1 @ 1 1 07012279 +screenwriter n 1 2 @ ~ 1 0 10564400 +screw n 5 6 @ ~ #p %p + ; 5 0 10149867 04154340 04154152 04153751 00846021 +screw-pine_family n 1 3 @ #m %m 1 0 12154426 +screw_auger n 1 1 @ 1 0 02758490 +screw_augur n 1 2 @ #m 1 0 12083847 +screw_bean n 2 3 @ #p %p 2 0 11766432 11766189 +screw_eye n 1 1 @ 1 0 04154753 +screw_jack n 1 1 @ 1 0 03591028 +screw_key n 1 1 @ 1 0 04154854 +screw_log n 1 1 @ 1 0 03898787 +screw_pine n 1 3 @ ~ #m 1 0 12154773 +screw_propeller n 1 2 @ #p 1 0 04154152 +screw_thread n 1 2 @ #p 1 0 04154938 +screw_tree n 1 3 @ ~ #m 1 0 12199266 +screw_wrench n 1 1 @ 1 0 04155177 +screwball n 2 2 @ + 2 0 09974496 00108818 +screwballer n 1 2 @ ; 1 0 10564541 +screwbean n 1 2 @ %p 1 0 11766189 +screwbean_mesquite n 1 2 @ %p 1 0 11766189 +screwdriver n 2 3 @ ~ %s 2 1 04154565 07917272 +screwing n 1 3 @ + ; 1 0 00846021 +screwtop n 1 1 @ 1 0 04155068 +screwup n 1 2 @ + 1 0 01134699 +scriabin n 1 1 @ 1 0 11289830 +scribble n 2 3 @ ~ + 2 0 06404147 04155310 +scribbler n 2 2 @ + 2 0 10564660 10563940 +scribbling_block n 1 1 @ 1 0 15021189 +scribe n 4 3 @ ~ + 4 0 11289999 10564660 09964805 04155457 +scriber n 1 2 @ + 1 0 04155457 +scribing_block n 1 1 @ 1 0 04362624 +scrim n 1 1 @ 1 0 04155625 +scrimmage n 2 3 @ + ; 2 2 00898127 00554200 +scrimmage_line n 1 1 @ 1 0 08650677 +scrimshanker n 1 3 @ + ; 1 0 10564800 +scrimshaw n 1 1 @ 1 0 04155735 +scrip n 1 1 @ 1 0 13416897 +scripps n 2 1 @ 2 0 11290272 11290107 +script n 3 4 @ ~ + ; 3 1 07009946 06403393 06351613 +scriptorium n 1 2 @ #p 1 0 04155889 +scripture n 2 5 @ ~ %p + - 2 1 06431740 06430385 +scriptwriter n 1 2 @ ~ 1 0 10564905 +scrivener n 1 2 @ ~ 1 0 09964805 +scrod n 2 1 @ 2 0 07789382 02523617 +scrofula n 1 2 @ + 1 0 14144247 +scroll n 2 3 @ ~ + 2 0 13875970 06407733 +scroll_saw n 1 1 @ 1 0 03598783 +scrooge n 1 2 @ ~ 1 0 10357737 +scrophularia n 1 3 @ #m %m 1 0 12876684 +scrophulariaceae n 1 3 @ #m %m 1 0 12876032 +scrophulariales n 1 2 @ #m 1 0 12808751 +scrotal_vein n 1 1 @ 1 0 05380404 +scrotum n 1 4 @ #p %p + 1 0 05517406 +scrounger n 1 3 @ ~ + 1 0 10330189 +scrub n 2 3 @ ~ + 2 0 08438223 00251780 +scrub-bird n 1 2 @ #m 1 0 01546039 +scrub_beefwood n 1 3 @ #m %s 1 0 12223160 +scrub_bird n 1 2 @ #m 1 0 01546039 +scrub_brush n 1 1 @ 1 0 04156140 +scrub_fowl n 1 3 @ ~ #m 1 0 01801088 +scrub_nurse n 1 1 @ 1 0 10565197 +scrub_oak n 1 2 @ ~ 1 1 12274630 +scrub_palmetto n 1 2 @ #m 1 0 12597466 +scrub_pine n 1 1 @ 1 0 11616852 +scrub_plane n 1 1 @ 1 0 04156297 +scrub_typhus n 1 1 @ 1 0 14142326 +scrubber n 3 2 @ + 3 0 10565048 04156140 04156040 +scrubbiness n 1 2 @ + 1 0 04730985 +scrubbing n 1 3 @ ~ + 1 1 00251780 +scrubbing_brush n 1 1 @ 1 0 04156140 +scrubbird n 1 2 @ #m 1 0 01546039 +scrubland n 1 1 @ 1 0 08645104 +scrubs n 1 1 @ 1 0 03450734 +scruff n 1 2 @ #p 1 0 05547396 +scrum n 1 2 @ ; 1 0 00242146 +scrummage n 1 2 @ ; 1 0 00242146 +scrumpy n 1 2 @ ; 1 0 07921834 +scrunch n 1 2 @ + 1 0 07393500 +scruple n 3 4 @ #p %p + 3 0 13722060 07525555 05957737 +scruples n 1 2 @ ~ 1 0 09184136 +scrupulousness n 2 3 ! @ + 2 0 04869256 04672605 +scrutin_de_liste n 1 1 @ 1 0 05904616 +scrutin_de_liste_system n 1 1 @ 1 1 05904616 +scrutin_uninomial_system n 1 2 @ ; 1 0 05904313 +scrutin_uninominal_voting_system n 1 2 @ ; 1 1 05904313 +scrutineer n 1 3 @ + ; 1 0 10565502 +scrutiniser n 1 2 @ + 1 0 10565302 +scrutinizer n 1 2 @ + 1 0 10565302 +scrutiny n 2 3 @ ~ + 2 2 00635850 00878052 +scsi n 1 1 @ 1 0 04245218 +scuba n 1 2 @ %p 1 0 02731629 +scuba_diver n 1 1 @ 1 0 10565667 +scuba_diving n 1 1 @ 1 0 00444846 +scud n 1 2 @ + 1 0 00330836 +scudding n 1 2 @ + 1 0 00330836 +scuff n 2 2 @ + 2 0 03798061 00125315 +scuffer n 1 2 @ + 1 0 04156411 +scuffle n 3 2 @ + 3 1 01172441 04156591 00789391 +scuffle_hoe n 1 1 @ 1 0 04156591 +scull n 3 2 @ + 3 0 04156946 04156814 04156720 +sculler n 1 3 @ + ; 1 0 10565764 +scullery n 1 2 @ ; 1 0 04157099 +sculling n 1 2 @ + 1 0 00445685 +scullion n 1 1 @ 1 0 10565951 +sculpin n 1 3 @ ~ #m 1 0 02645304 +sculptor n 2 3 @ ~ + 2 1 10566072 09426494 +sculptress n 1 1 @ 1 0 10566893 +sculptural_relief n 1 2 @ ~ 1 0 04073669 +sculpture n 2 3 @ ~ + 2 2 04157320 00937656 +sculpturer n 1 3 @ ~ + 1 0 10566072 +scum n 2 3 @ ~ + 2 0 08402147 04157703 +scum_bag n 1 1 @ 1 0 10539715 +scumble n 1 1 @ 1 0 00719148 +scunner n 1 2 @ ; 1 0 07503849 +scup n 4 3 @ #p %p 4 0 07790246 07790081 02593679 02593453 +scupper n 1 1 @ 1 0 04157883 +scuppernong n 1 1 @ 1 0 07759576 +scurf n 2 4 @ ~ + ; 2 0 09426621 09425607 +scurrility n 1 2 @ + 1 0 06721342 +scurry n 1 2 @ + 1 0 00556142 +scurvy n 1 2 @ + 1 0 14201520 +scurvy_grass n 2 3 @ ~ #m 2 0 11883945 11873612 +scut n 1 2 @ #p 1 0 02158739 +scut_work n 1 1 @ 1 0 00732576 +scutch_grass n 1 2 @ #m 1 0 12115748 +scutcheon n 2 1 @ 2 0 03342262 03296478 +scute n 1 2 @ ~ 1 0 01903346 +scutellaria n 1 2 @ #m 1 0 12867679 +scutellaria_lateriflora n 1 1 @ 1 0 12868019 +scutigera n 1 3 @ #m %m 1 0 01785532 +scutigera_coleoptrata n 1 2 @ #m 1 0 01785667 +scutigerella n 1 3 @ #m %m 1 0 01783571 +scutigerella_immaculata n 1 2 @ #m 1 0 01783706 +scutigeridae n 1 3 @ #m %m 1 0 01785392 +scuttle n 2 3 @ ~ %p 2 0 04158002 03499142 +scuttlebutt n 1 2 @ ~ 1 0 07223170 +scyliorhinidae n 1 3 @ #m %m 1 0 01488234 +scylla n 1 2 @ ; 1 0 09491504 +scyphozoa n 1 3 @ #m %m 1 0 01910529 +scyphozoan n 1 2 @ #m 1 0 01911063 +scyphus n 1 1 @ 1 0 04158138 +scythe n 1 2 @ + 1 0 04158250 +scythia n 1 3 @ #p + 1 0 09177647 +scythian n 2 2 @ + 2 0 10566966 06975469 +scythian_lamb n 1 2 @ #m 1 0 13191148 +sd n 1 3 @ #p %p 1 0 09138935 +se n 2 2 @ #s 2 0 14654175 13832841 +sea n 3 4 @ ~ #p %p 3 2 09426788 13776971 11521404 +sea-coast n 1 3 @ ~ %p 1 0 09428293 +sea-duty n 1 1 @ 1 0 00732369 +sea-ear n 1 1 @ 1 0 01943087 +sea-lavender_family n 1 3 @ #m %m 1 0 12097927 +sea-lettuce_family n 1 3 @ #m %m 1 0 01408383 +sea-level_pressure n 1 1 @ 1 0 11496157 +sea-poose n 1 1 @ 1 0 07404261 +sea-purse n 1 1 @ 1 0 07404261 +sea-puss n 1 1 @ 1 0 07404261 +sea-rocket n 1 2 @ #m 1 0 11880411 +sea_anchor n 1 2 @ #p 1 0 04158457 +sea_anemone n 1 3 @ ~ #m 1 0 01914609 +sea_animal n 1 2 @ ~ 1 0 01319467 +sea_ash n 1 2 @ #m 1 0 12714949 +sea_aster n 1 1 @ 1 0 11935330 +sea_bass n 2 5 @ ~ #m #p %p 2 0 07777945 02566834 +sea_bathing n 1 1 @ 1 0 00442569 +sea_bird n 1 2 @ ~ 1 1 02021795 +sea_biscuit n 1 1 @ 1 0 07694839 +sea_boat n 1 2 @ ~ 1 0 04158807 +sea_bottom n 1 2 @ ~ 1 1 09376526 +sea_bream n 2 5 @ ~ #m #p %p 2 0 07777189 02590702 +sea_breeze n 1 1 @ 1 0 11432155 +sea_captain n 1 2 @ ~ 1 0 10298912 +sea_catfish n 1 3 @ ~ #m 1 0 02520810 +sea_change n 1 1 @ 1 0 07360211 +sea_chantey n 1 1 @ 1 0 07050042 +sea_chest n 1 1 @ 1 0 04158956 +sea_chub n 1 3 @ ~ #m 1 0 02604157 +sea_coal n 1 1 @ 1 0 14815423 +sea_cole n 1 2 @ #m 1 0 11884384 +sea_cow n 1 3 @ ~ #m 1 0 02073250 +sea_cradle n 1 2 @ #m 1 0 01955084 +sea_crawfish n 1 3 @ #m %p 1 0 01984695 +sea_creature n 1 2 @ ~ 1 0 01319467 +sea_cucumber n 1 3 @ ~ #m 1 0 02321529 +sea_dahlia n 1 1 @ 1 0 11957514 +sea_dog n 1 2 @ ~ 1 0 10294602 +sea_duck n 1 2 @ ~ 1 0 01852861 +sea_eagle n 2 3 @ ~ #m 2 0 01616086 01615121 +sea_elephant n 1 2 @ #m 1 0 02080415 +sea_eryngium n 1 2 @ #m 1 0 12938193 +sea_fan n 1 1 @ 1 0 01916481 +sea_feather n 1 1 @ 1 0 01916388 +sea_floor n 1 2 @ ~ 1 0 09376526 +sea_god n 1 1 @ 1 0 09506830 +sea_gooseberry n 1 2 @ #m 1 0 01920438 +sea_green n 1 1 @ 1 0 04967674 +sea_gull n 1 2 @ ~ 1 0 02041246 +sea_hare n 1 2 @ #m 1 0 01951274 +sea_holly n 2 2 @ #m 2 0 12938193 12812478 +sea_holm n 1 2 @ #m 1 0 12938193 +sea_horse n 2 3 @ ~ #m 2 0 02081571 01456756 +sea_island_cotton n 1 1 @ 1 0 12176453 +sea_kale n 1 2 @ #m 1 0 11884384 +sea_king n 1 1 @ 1 0 10567096 +sea_ladder n 1 3 @ ~ ; 1 0 04159676 +sea_lamprey n 1 2 @ #m 1 0 01477875 +sea_lane n 1 2 @ ~ 1 0 04163364 +sea_lavender n 1 2 @ #m 1 0 12099342 +sea_lawyer n 1 1 @ 1 0 10567172 +sea_lettuce n 1 2 @ #m 1 0 01408743 +sea_level n 1 1 @ 1 0 05132340 +sea_lily n 1 2 @ #m 1 0 02320465 +sea_lion n 1 2 @ ~ 1 0 02077923 +sea_louse n 1 1 @ 1 0 01992423 +sea_lyme_grass n 1 1 @ 1 0 12119539 +sea_mat n 1 2 @ #m 1 0 02313709 +sea_mew n 1 2 @ #m 1 0 02041678 +sea_mile n 1 1 @ 1 0 13660868 +sea_milkwort n 1 2 @ #m 1 0 12093885 +sea_moss n 2 2 @ #m 2 0 02313709 01414216 +sea_mouse n 1 1 @ 1 0 01936858 +sea_nymph n 1 3 @ ~ ; 1 0 09490352 +sea_of_azof n 1 2 @ #p 1 0 09427876 +sea_of_azoff n 1 2 @ #p 1 0 09427876 +sea_of_azov n 1 2 @ #p 1 0 09427876 +sea_of_cortes n 1 2 @ #p 1 0 09297584 +sea_of_japan n 1 2 @ #p 1 0 09428036 +sea_of_marmara n 1 1 @ 1 0 09347208 +sea_of_marmora n 1 1 @ 1 0 09347208 +sea_of_okhotsk n 1 2 @ #p 1 0 09428171 +sea_onion n 2 3 @ #m %p 2 0 12462582 12461673 +sea_otter n 1 2 @ #m 1 0 02445394 +sea_pea n 1 2 @ #m 1 0 12540250 +sea_pen n 1 2 @ #m 1 0 01915700 +sea_pink n 1 1 @ 1 0 12099031 +sea_poacher n 1 3 @ ~ #m 1 0 02647660 +sea_poker n 1 3 @ ~ #m 1 0 02647660 +sea_poppy n 1 2 @ #m 1 0 11905749 +sea_power n 2 2 @ ; 2 1 05035264 08177487 +sea_purse n 1 1 @ 1 0 07404261 +sea_puss n 1 1 @ 1 0 07404261 +sea_raven n 1 2 @ #m 1 0 02645953 +sea_robber n 1 2 @ ~ 1 0 10435367 +sea_robin n 1 2 @ ~ 1 0 02650541 +sea_room n 1 1 @ 1 0 13778827 +sea_rover n 1 2 @ ~ 1 0 10435367 +sea_scallop n 2 4 @ #m #p %p 2 0 07797913 01966586 +sea_scooter n 1 1 @ 1 0 04562122 +sea_scorpion n 1 3 @ ~ #m 1 0 02643112 +sea_scout n 1 1 @ 1 0 10567613 +sea_serpent n 1 1 @ 1 0 09488006 +sea_slater n 1 1 @ 1 0 01992423 +sea_slug n 1 3 @ ~ #m 1 0 01950731 +sea_snail n 1 2 @ #m 1 0 02647294 +sea_snake n 1 2 @ #m 1 0 01751748 +sea_spider n 1 2 @ #m 1 0 01787006 +sea_spray n 1 1 @ 1 1 15056749 +sea_spurry n 1 2 @ #m 1 0 11817501 +sea_squab n 1 4 @ ~ #p %s 1 0 07781972 +sea_squill n 1 3 @ #m %p 1 0 12462582 +sea_squirt n 1 1 @ 1 0 01469103 +sea_star n 1 2 @ #m 1 0 02317335 +sea_starwort n 1 1 @ 1 0 11935330 +sea_steps n 1 3 @ ~ ; 1 0 04159676 +sea_swallow n 1 2 @ #m 1 0 02043333 +sea_tang n 1 1 @ 1 0 01403713 +sea_tangle n 1 1 @ 1 0 01403595 +sea_trifoly n 1 2 @ #m 1 0 12093885 +sea_trout n 3 3 @ ~ #p 3 0 07794744 02599052 02537716 +sea_turtle n 1 2 @ ~ 1 0 01663401 +sea_urchin n 1 3 @ ~ #m 1 0 02319095 +sea_wolf n 1 2 @ #m 1 0 02071294 +sea_wormwood n 1 2 @ #m 1 0 12014355 +sea_wrack n 2 2 @ #m 2 0 12618727 01398064 +seabag n 1 1 @ 1 0 04158672 +seabeach_sandwort n 1 1 @ 1 0 11806521 +seabed n 1 2 @ ~ 1 0 09376526 +seabird n 1 2 @ ~ 1 0 02021795 +seaboard n 1 1 @ 1 0 09428628 +seaborg n 1 1 @ 1 0 11290477 +seaborgium n 1 1 @ 1 0 14654058 +seacoast n 1 3 @ ~ %p 1 1 09428293 +seafarer n 1 2 @ ~ 1 1 10294602 +seafaring n 2 4 @ ~ %p - 2 0 00314469 00313647 +seafood n 1 2 @ ~ 1 0 07776866 +seafood_newburg n 1 3 @ ~ %s 1 0 07870313 +seafood_sauce n 1 1 @ 1 0 07837110 +seafowl n 1 2 @ ~ 1 0 02021795 +seafront n 1 2 @ %p 1 0 08633851 +seagrass n 1 1 @ 1 0 01397871 +seagull n 1 2 @ ~ 1 1 02041246 +seahorse n 2 3 @ ~ #m 2 1 02081571 01456756 +seal n 9 6 @ ~ #m %s + ; 9 2 04160036 04159058 14766040 10348526 06855985 06705984 04159545 04159354 02076196 +seal_bomb n 1 1 @ 1 0 04159850 +seal_limbs n 1 1 @ 1 0 14466567 +seal_of_approval n 1 1 @ 1 1 06705984 +seal_oil n 1 1 @ 1 0 15021381 +seal_ring n 1 2 @ %p 1 0 04218271 +sealant n 1 3 @ ~ + 1 0 14705718 +sealed_instrument n 1 1 @ 1 0 06524278 +sealer n 2 3 @ ~ + 2 0 14705718 10567268 +sealing n 1 2 @ + 1 1 00830099 +sealing_material n 1 2 @ ~ 1 0 14705533 +sealing_wax n 1 2 @ %s 1 0 04160036 +sealskin n 2 1 @ 2 0 14766040 04160261 +sealskin_tent n 1 1 @ 1 0 04498275 +sealyham n 2 3 @ #p ; 2 0 08895623 02095889 +sealyham_terrier n 1 2 @ ; 1 0 02095889 +seam n 3 4 @ ~ #p + 3 1 04160372 13905792 08659076 +seaman n 2 3 @ ~ + 2 1 10294602 11290653 +seamanship n 1 3 @ ~ + 1 0 05639832 +seamount n 1 2 @ ~ 1 0 09427752 +seamster n 1 3 @ ~ + 1 0 10689564 +seamstress n 1 2 @ ~ 1 0 10033412 +sean_o'casey n 1 1 @ 1 0 11211419 +seanad n 1 2 @ #p 1 0 08319908 +seanad_eireann n 1 2 @ #p 1 0 08319908 +seance n 1 2 @ %p 1 0 08417920 +seaplane n 1 3 @ ~ + 1 0 04160586 +seaport n 1 4 @ ~ #p %p 1 0 08639058 +seaquake n 1 1 @ 1 1 07429870 +search n 5 3 @ ~ + 5 2 00945401 00637354 13553560 05770058 00644366 +search_and_destroy_mission n 1 1 @ 1 0 00971096 +search_and_rescue_mission n 1 1 @ 1 0 00096720 +search_engine n 1 2 @ ~ 1 0 06578654 +search_language n 1 1 @ 1 0 06899446 +search_mission n 1 1 @ 1 0 00971004 +search_party n 1 1 @ 1 0 08265692 +search_warrant n 1 2 @ ; 1 1 06547321 +searcher n 3 3 @ ~ + 3 0 10575787 10567401 02167944 +searcher_beetle n 1 1 @ 1 0 02167944 +searching_fire n 1 1 @ 1 0 00993651 +searchlight n 1 2 @ %p 1 1 04160847 +searing_iron n 1 1 @ 1 0 04161010 +searobin n 1 2 @ ~ 1 0 02650541 +sears_tower n 1 2 @ #p 1 0 04161102 +seascape n 2 1 @ 2 0 08647049 04161233 +seashell n 1 1 @ 1 0 01956764 +seashore n 1 3 @ ~ %p 1 0 09428293 +seashore_mallow n 1 3 @ ~ #m 1 0 12182049 +seasickness n 1 2 @ + 1 0 14203942 +seaside n 1 1 @ 1 0 09428628 +seaside_alder n 1 2 @ #m 1 0 12285195 +seaside_centaury n 1 1 @ 1 0 12291459 +seaside_daisy n 1 1 @ 1 0 11966617 +seaside_goldenrod n 1 1 @ 1 0 12017664 +seaside_mahoe n 1 2 @ #m 1 0 12188635 +seaside_scrub_oak n 1 1 @ 1 0 12275888 +seasnail n 2 3 @ ~ #m 2 0 02647294 01945845 +season n 3 3 @ ~ #p 3 2 15239579 15236475 15239292 +season_ticket n 1 1 @ 1 0 06519077 +seasonableness n 1 3 ! @ + 1 0 05049253 +seasonal n 1 1 @ 1 0 10567722 +seasonal_adjustment n 1 1 @ 1 0 13274892 +seasonal_worker n 1 1 @ 1 0 10567722 +seasoned_salt n 1 1 @ 1 0 07813579 +seasoner n 2 3 @ ~ + 2 0 10567848 07809368 +seasoning n 2 4 @ ~ #p + 2 0 07809368 00248368 +seat n 9 7 @ ~ #m #p %p + ; 9 5 08647616 05559256 04161981 04161358 08647945 08490039 05189946 04162599 04162433 +seat_belt n 1 2 @ #p 1 0 04162706 +seat_cushion n 1 1 @ 1 0 04162895 +seatbelt n 1 2 @ #p 1 0 04162706 +seating n 2 4 @ ~ %m + 2 0 04162998 01210699 +seating_area n 1 3 @ ~ %m 1 0 04162998 +seating_capacity n 1 1 @ 1 0 05105879 +seating_room n 1 3 @ ~ %m 1 0 04162998 +seats n 1 3 @ ~ %m 1 0 04162998 +seattle n 1 3 @ #p %p 1 1 09154178 +seattle_slew n 1 1 @ 1 0 02384533 +seawall n 1 1 @ 1 0 02894605 +seaward n 1 1 @ 1 0 13830084 +seawater n 1 3 @ ~ %s 1 1 15008847 +seaway n 1 2 @ ~ 1 0 04163364 +seaweed n 1 2 @ ~ 1 1 01397497 +seaworthiness n 1 3 @ = + 1 0 14547036 +seb n 1 1 @ 1 0 15050695 +sebaceous_cyst n 1 2 @ ~ 1 0 14202763 +sebaceous_follicle n 1 3 @ ~ #p 1 0 05328232 +sebaceous_gland n 1 3 @ ~ #p 1 0 05328232 +sebacic_acid n 1 1 @ 1 0 14739861 +sebastian_cabot n 1 1 @ 1 0 10877841 +sebastian_vizcaino n 1 1 @ 1 0 11368076 +sebastiana n 1 3 @ #m %p 1 0 12928690 +sebastodes n 1 3 @ #m %m 1 0 02643989 +sebastodes_caurinus n 1 1 @ 1 0 02644360 +sebastodes_marinus n 1 1 @ 1 0 02644817 +sebastodes_miniatus n 1 1 @ 1 0 02644501 +sebastodes_ruberrimus n 1 2 @ %p 1 0 02644665 +sebastopol n 1 2 @ #p 1 0 09017168 +sebe n 1 1 @ 1 0 13832717 +seborrhea n 1 1 @ 1 0 14232596 +seborrheic_dermatitis n 1 1 @ 1 0 14232740 +seborrheic_eczema n 1 1 @ 1 0 14232740 +seborrheic_keratosis n 1 1 @ 1 0 14229067 +sebs n 1 1 @ 1 0 13832993 +sebum n 1 3 @ ~ + 1 0 05416979 +sec n 3 4 @ ~ #p %p 3 1 15235126 13788690 08424044 +secale n 1 3 @ #m %m 1 0 12133870 +secale_cereale n 1 3 @ #m %p 1 0 12134025 +secant n 2 1 @ 2 0 13871338 13788690 +secateurs n 1 2 @ ; 1 0 04163530 +secernment n 2 2 @ ~ 2 0 13553916 05748054 +secession n 3 3 @ ~ + 3 0 08470034 00385104 00384933 +secessionism n 1 2 @ + 1 0 05968710 +secessionist n 1 2 @ + 1 1 10567979 +sechuana n 1 1 @ 1 0 06995664 +seckel n 1 1 @ 1 0 07768318 +seckel_pear n 1 1 @ 1 0 07768318 +seclusion n 2 3 @ ~ + 2 0 04622932 01201773 +secobarbital n 1 1 @ 1 0 04163740 +secobarbital_sodium n 1 1 @ 1 0 04163740 +seconal n 1 2 @ ; 1 0 04163740 +second n 10 6 @ ~ #m #p %p + 10 3 15235126 15246853 00723783 15244650 13846546 13611395 10568083 07180372 04164529 03587050 +second-degree_burn n 1 1 @ 1 0 14291295 +second-hand_speech n 1 1 @ 1 0 07141789 +second-hand_store n 1 1 @ 1 0 04428634 +second-in-command n 1 1 @ 1 0 10568915 +second-place_finish n 1 1 @ 1 0 07354504 +second-rater n 1 1 @ 1 0 10569179 +second-stringer n 1 3 @ ~ #m 1 0 10671042 +second_advent n 1 2 @ ; 1 0 07322550 +second_adventism n 1 2 @ ~ 1 0 06226934 +second_adventist n 1 1 @ 1 0 09678747 +second_balcony n 1 2 @ #p 1 0 04164199 +second_banana n 2 1 @ 2 0 10660883 10568608 +second_base n 2 2 @ #m 2 1 04164406 00723783 +second_baseman n 1 2 @ ; 1 1 10568200 +second_battle_of_ypres n 1 3 @ #p ; 1 0 01300782 +second_best n 1 1 @ 1 0 10543057 +second_childhood n 1 1 @ 1 0 15154190 +second_class n 3 1 @ 3 0 14430916 04731207 02932693 +second_coming n 1 2 @ ; 1 1 07322550 +second_coming_of_christ n 1 2 @ ; 1 0 07322550 +second_council_of_constantinople n 1 1 @ 1 0 08314327 +second_council_of_lyons n 1 1 @ 1 0 08316564 +second_council_of_nicaea n 1 1 @ 1 0 08314715 +second_cousin n 1 1 @ 1 1 10568358 +second_cranial_nerve n 1 2 @ #p 1 0 05478336 +second_crusade n 1 1 @ 1 0 00969225 +second_deck n 1 1 @ 1 0 03711459 +second_earl_grey n 1 1 @ 1 0 11015650 +second_earl_of_chatham n 1 1 @ 1 0 11236497 +second_earl_of_guilford n 1 1 @ 1 0 11209790 +second_empire n 1 1 @ 1 0 08406036 +second_epistel_of_john n 1 2 @ #p 1 0 06447400 +second_epistle_of_paul_the_apostle_to_the_corinthians n 1 2 @ #p 1 0 06443658 +second_epistle_of_paul_the_apostle_to_the_thessalonians n 1 2 @ #p 1 0 06445214 +second_epistle_of_paul_the_apostle_to_timothy n 1 2 @ #p 1 0 06445729 +second_epistle_of_peter n 1 2 @ #p 1 0 06447039 +second_epistle_to_the_corinthians n 1 2 @ #p 1 0 06443658 +second_epistle_to_the_thessalonians n 1 2 @ #p 1 0 06445214 +second_epistle_to_timothy n 1 2 @ #p 1 0 06445729 +second_estate n 1 2 @ ; 1 0 08167953 +second_fiddle n 2 1 @ 2 0 10568608 00721929 +second_gear n 1 2 @ #p 1 0 04164529 +second_growth n 1 1 @ 1 0 13240203 +second_half n 1 1 @ 1 1 15258179 +second_hand n 2 2 @ ~ 2 1 10568754 04164757 +second_joint n 1 3 @ #p %p 1 0 07648267 +second_lateran_council n 1 1 @ 1 0 08315682 +second_law_of_motion n 1 1 @ 1 0 05886039 +second_law_of_thermodynamics n 1 1 @ 1 0 05883035 +second_lieutenant n 1 1 @ 1 0 10569011 +second_marquis_of_rockingham n 1 1 @ 1 0 11267343 +second_moment n 1 2 @ ; 1 1 06024761 +second_mortgage n 1 1 @ 1 0 13352610 +second_nature n 1 1 @ 1 0 00414881 +second_period n 1 2 @ #p 1 0 15257553 +second_person n 1 1 @ 1 0 06327870 +second_power n 1 1 @ 1 0 13731021 +second_reading n 1 1 @ 1 0 07163381 +second_reich n 1 1 @ 1 0 08169919 +second_sacker n 1 2 @ ; 1 0 10568200 +second_sight n 1 2 @ ~ 1 0 07256695 +second_stomach n 1 2 @ #p 1 0 02399648 +second_string n 1 1 @ 1 0 08080762 +second_thought n 1 1 @ 1 1 05790012 +second_trimester n 1 1 @ 1 0 15227133 +second_vatican_council n 1 1 @ 1 0 08318216 +second_wind n 2 1 @ 2 0 04836960 00836639 +second_world_war n 1 3 @ %p - 1 0 01312096 +secondary n 2 4 @ #m #p %m 2 0 08429899 04164002 +secondary_amenorrhea n 1 1 @ 1 0 14303743 +secondary_cell n 1 2 @ #p 1 0 04328580 +secondary_censorship n 1 1 @ 1 0 00822544 +secondary_coil n 1 2 @ #p 1 0 04164002 +secondary_dentition n 1 1 @ 1 0 05282339 +secondary_diagonal n 1 1 @ 1 0 08268807 +secondary_dysmenorrhea n 1 1 @ 1 0 14326458 +secondary_education n 1 1 @ 1 0 00886807 +secondary_emission n 1 1 @ 1 0 13553758 +secondary_hypertension n 1 1 @ 1 0 14105386 +secondary_modern_school n 1 1 @ 1 0 08413092 +secondary_school n 1 2 @ ~ 1 1 08284481 +secondary_sex_character n 1 1 @ 1 0 05007800 +secondary_sex_characteristic n 1 1 @ 1 0 05007800 +secondary_sexual_characteristic n 1 1 @ 1 0 05007800 +secondary_storage n 1 1 @ 1 0 02763306 +secondary_syphilis n 1 1 @ 1 0 14134482 +secondary_winding n 1 2 @ #p 1 0 04164002 +seconder n 1 2 @ + 1 0 10568443 +secondhand_car n 1 1 @ 1 0 04516354 +secondment n 2 2 @ + 2 0 07180372 00732201 +secondo n 1 2 @ #p 1 0 07031401 +secotiaceae n 1 3 @ #m %m 1 0 13047385 +secotiales n 1 3 @ #m %m 1 0 13047216 +secpar n 1 1 @ 1 0 13657489 +secrecy n 2 2 @ ~ 2 2 04652177 14416089 +secret n 3 2 @ ~ 3 1 06673142 06672953 05685538 +secret_agent n 1 2 @ ~ 1 0 10569411 +secret_approval n 1 2 @ ; 1 0 06689125 +secret_ballot n 1 1 @ 1 0 00184362 +secret_code n 1 1 @ 1 0 06355307 +secret_intelligence_service n 1 2 @ ; 1 0 08346655 +secret_plan n 1 2 @ ~ 1 0 05907682 +secret_police n 1 2 @ ~ 1 0 08211584 +secret_service n 1 2 @ #p 1 0 08348400 +secret_society n 1 2 @ ~ 1 0 08235343 +secret_writing n 2 2 @ ~ 2 0 06355183 00614489 +secretaire n 1 1 @ 1 0 04164868 +secretarial_assistant n 1 2 @ ~ 1 0 10569744 +secretarial_school n 1 1 @ 1 1 08284847 +secretariat n 2 2 @ ~ 2 0 08324274 02384428 +secretariate n 1 2 @ ~ 1 0 08324274 +secretary n 4 3 @ ~ + 4 2 10570019 10569744 10521928 04164868 +secretary_bird n 1 2 @ #m 1 0 01618503 +secretary_general n 1 1 @ 1 1 10573829 +secretary_of_agriculture n 2 2 @ #m 2 0 10570704 00600200 +secretary_of_commerce n 2 2 @ #m 2 0 10570961 00600435 +secretary_of_commerce_and_labor n 1 1 @ 1 0 00603512 +secretary_of_defense n 2 2 @ #m 2 0 10571202 00600655 +secretary_of_education n 2 2 @ #m 2 0 10571435 00600871 +secretary_of_energy n 2 2 @ #m 2 0 10571670 00601088 +secretary_of_health_and_human_services n 2 2 @ #m 2 0 10571907 00601296 +secretary_of_health_education_and_welfare n 1 1 @ 1 0 00603684 +secretary_of_housing_and_urban_development n 2 2 @ #m 2 0 10572185 00601557 +secretary_of_labor n 2 2 @ #m 2 0 10572469 00601822 +secretary_of_state n 3 2 @ #m 3 2 10572706 10103794 00602026 +secretary_of_state_for_the_home_department n 1 2 @ #m 1 0 10182628 +secretary_of_the_interior n 2 2 @ #m 2 1 00602220 10572889 +secretary_of_the_navy n 1 1 @ 1 0 00603319 +secretary_of_the_treasury n 2 2 @ #m 2 1 10573129 00602448 +secretary_of_transportation n 2 2 @ #m 2 0 10573349 00602669 +secretary_of_veterans_affairs n 2 2 @ #m 2 0 10573596 00602909 +secretary_of_war n 1 1 @ 1 0 00603131 +secretaryship n 1 3 @ ~ + 1 0 00599472 +secretase n 1 1 @ 1 0 15021560 +secreter n 1 3 @ ~ %p 1 0 05327767 +secretin n 1 1 @ 1 0 05409426 +secretion n 2 3 @ ~ + 2 2 13553916 05404728 +secretiveness n 2 3 @ ~ + 2 0 04657407 04652177 +secretor n 1 4 @ ~ %p + 1 0 05327767 +secretory_organ n 1 3 @ ~ %p 1 0 05327767 +secretory_phase n 1 2 @ #p 1 0 15289208 +sect n 2 4 @ ~ %p + 2 1 08149781 08251877 +sectarian n 1 2 @ + 1 0 10573957 +sectarianism n 1 1 @ 1 0 06206021 +sectarist n 1 1 @ 1 0 10573957 +sectary n 1 1 @ 1 0 10573957 +section n 14 5 @ ~ #p + ; 14 6 06392001 09428741 08648322 04164989 08214832 05867413 13613504 08648153 08239152 08216900 08216795 08114861 07747455 00678010 +section_eight n 2 2 @ ; 2 0 10574154 00234277 +section_gang n 1 2 @ %m 1 0 08243570 +section_hand n 1 2 @ #m 1 0 10574311 +section_man n 1 1 @ 1 0 10574425 +sectional n 1 1 @ 1 0 04165409 +sectionalisation n 1 3 @ ~ + 1 0 00397953 +sectionalism n 1 1 @ 1 0 06202429 +sectionalization n 1 3 @ ~ + 1 0 00397953 +sector n 6 6 @ ~ #p %p + ; 6 3 13875027 07966719 05853100 13626240 08648658 04165551 +sectral n 1 2 @ ; 1 0 02673480 +secular n 1 3 @ ~ #m 1 0 10250527 +secular_games n 1 2 @ ; 1 0 00518770 +secular_humanism n 1 1 @ 1 0 05967191 +secularisation n 2 2 @ + 2 0 01155465 01109311 +secularism n 1 2 @ + 1 1 05968835 +secularist n 1 2 @ + 1 1 10574538 +secularization n 2 2 @ + 2 0 01155465 01109311 +secundigravida n 1 1 @ 1 0 10574723 +secured_bond n 1 2 ! @ 1 0 13339734 +secureness n 2 4 ! @ ~ + 2 0 14539693 04777098 +securer n 1 2 @ + 1 0 10479328 +securities_analyst n 1 1 @ 1 0 09790865 +securities_and_exchange_commission n 1 1 @ 1 0 08424044 +securities_firm n 1 3 @ ~ %m 1 0 08069878 +securities_industry n 1 3 @ ~ %m 1 0 08072837 +securities_law n 1 2 @ ; 1 0 08456474 +securities_market n 1 4 @ ~ #m - 1 0 04323026 +security n 9 4 ! @ ~ + 9 3 14539268 13344071 07526338 13416345 13349395 08120910 06685754 04165945 00823316 +security_blanket n 2 2 @ ; 2 0 04165811 04165675 +security_consultant n 1 1 @ 1 0 10574840 +security_council n 1 2 @ #m 1 0 08296332 +security_department n 1 1 @ 1 0 08120910 +security_deposit n 1 1 @ 1 0 13351278 +security_director n 1 1 @ 1 0 10574958 +security_force n 1 2 @ %m 1 0 08210982 +security_guard n 1 3 @ ~ #m 1 0 10770059 +security_intelligence n 1 1 @ 1 0 00820845 +security_intelligence_review_committee n 1 2 @ ; 1 0 08346905 +security_interest n 1 2 @ ~ 1 0 13287984 +security_measure n 1 1 @ 1 0 04165945 +security_measures n 1 1 @ 1 0 00823316 +security_review n 1 2 @ ~ 1 0 00821083 +security_service n 1 2 @ ; 1 0 08347206 +security_staff n 1 1 @ 1 0 08352720 +security_system n 2 3 @ ~ ; 2 0 04166111 04165945 +sed_rate n 1 1 @ 1 0 15277462 +sedalia n 1 2 @ #p 1 0 09107950 +sedan n 2 2 @ ~ 2 1 04166281 04166436 +sedan_chair n 1 2 @ ~ 1 0 04166436 +sedateness n 1 2 @ + 1 0 04647826 +sedation n 2 2 @ + 2 0 14290212 00695300 +sedative n 1 3 @ ~ + 1 0 04166553 +sedative-hypnotic n 1 2 @ ~ 1 0 04166841 +sedative-hypnotic_drug n 1 2 @ ~ 1 0 04166841 +sedative_drug n 1 2 @ ~ 1 0 04166553 +seder n 1 3 @ ~ ; 1 0 01035667 +sedge n 1 4 @ ~ #m + 1 0 12150028 +sedge_bird n 1 1 @ 1 0 01565599 +sedge_family n 1 4 @ ~ #m %m 1 0 12149751 +sedge_warbler n 1 1 @ 1 0 01565599 +sedge_wren n 2 1 @ 2 0 01585422 01565599 +sediment n 1 3 @ ~ + 1 1 09428967 +sedimentary_clay n 1 1 @ 1 0 15021824 +sedimentary_rock n 1 2 @ ~ 1 0 14698000 +sedimentation n 1 3 @ ~ + 1 1 11445395 +sedimentation_rate n 1 1 @ 1 0 15277462 +sedition n 1 3 @ + ; 1 0 00772813 +sedna n 1 1 @ 1 0 09429194 +seducer n 2 3 @ ~ + 2 0 10575241 10575089 +seduction n 2 3 @ ~ + 2 1 00160415 00160532 +seductress n 1 1 @ 1 0 10575387 +sedulity n 1 2 @ + 1 0 04866078 +sedulousness n 1 2 @ + 1 0 04866078 +sedum n 1 3 @ ~ #m 1 0 12785724 +sedum_acre n 1 2 @ #m 1 0 12786097 +sedum_rosea n 1 2 @ #m 1 0 12786273 +sedum_telephium n 1 2 @ #m 1 0 12786464 +see n 1 3 @ ~ #p 1 0 08586825 +seed n 5 4 @ ~ %p + 5 2 13135832 11683989 10575463 05834758 05404336 +seed_beetle n 1 3 @ ~ #m 1 0 02182045 +seed_cake n 1 2 @ %s 1 0 07634605 +seed_catalog n 1 1 @ 1 0 06488763 +seed_catalogue n 1 1 @ 1 0 06488763 +seed_coat n 1 2 @ #p 1 0 11682349 +seed_corn n 1 1 @ 1 0 13367913 +seed_fern n 1 1 @ 1 0 11605542 +seed_grain n 1 1 @ 1 1 13367913 +seed_lac n 1 2 @ %s 1 0 14702117 +seed_leaf n 1 1 @ 1 0 11686398 +seed_money n 1 1 @ 1 0 13356002 +seed_oyster n 1 1 @ 1 0 01960787 +seed_pearl n 1 1 @ 1 0 13372585 +seed_plant n 1 2 @ ~ 1 0 11552386 +seed_shrimp n 1 2 @ #m 1 0 01997825 +seed_stock n 1 2 @ ~ 1 0 13367787 +seed_vessel n 1 3 @ ~ #p 1 0 11684264 +seed_weevil n 1 3 @ ~ #m 1 0 02182045 +seedbed n 1 1 @ 1 1 04167122 +seedcake n 1 2 @ %s 1 0 07634605 +seedcase n 1 2 @ ~ 1 0 13140049 +seeded_player n 1 1 @ 1 0 10575463 +seeded_raisin n 1 1 @ 1 0 07752874 +seeder n 3 2 @ + 3 0 10575594 04167346 04167228 +seediness n 1 3 @ ~ + 1 0 04816761 +seedless_raisin n 1 1 @ 1 0 07752782 +seedling n 1 1 @ 1 1 11552594 +seedman n 1 1 @ 1 0 10575705 +seedpod n 1 2 @ ~ 1 1 13139055 +seedsman n 1 1 @ 1 0 10575705 +seedtime n 2 1 @ 2 0 15291416 15238271 +seeger n 2 1 @ 2 0 11290984 11290864 +seeing n 2 3 @ ~ + 2 0 05710860 05656537 +seeing_eye_dog n 1 2 @ ; 1 0 02109256 +seeing_red n 1 1 @ 1 0 14407070 +seek n 1 2 @ ; 1 0 07350893 +seek_time n 1 4 @ ~ #p ; 1 0 15269128 +seeker n 2 2 @ ~ 2 1 10575787 04167489 +seeking n 2 2 @ + 2 0 00946650 00788362 +seeland n 1 3 @ #p %m 1 0 08761697 +seemliness n 1 3 ! @ + 1 0 04900357 +seepage n 1 3 @ ~ + 1 1 07432119 +seer n 3 3 @ ~ + 3 1 10756433 10576071 10483530 +seersucker n 1 1 @ 1 0 04167661 +seesaw n 1 3 @ #p + 1 0 04167759 +segal n 1 1 @ 1 0 11291179 +segment n 2 4 @ ~ #p + 2 1 04164989 09429387 +segmental_arch n 1 1 @ 1 0 04168084 +segmentation n 2 5 @ ~ #p + ; 2 0 13449156 00397953 +segmentation_cavity n 1 2 @ #p 1 0 01459242 +segmented_worm n 1 3 @ ~ #m 1 0 01934440 +segno n 1 2 @ ; 1 0 06869271 +sego_lily n 1 1 @ 1 0 12448700 +segovia n 1 1 @ 1 0 11291284 +segregate n 1 1 @ 1 0 10576223 +segregation n 3 6 ! @ ~ #p + ; 3 0 13554121 08380340 01202184 +segregationism n 1 2 @ + 1 0 06216805 +segregationist n 1 2 @ + 1 1 10576316 +segregator n 1 2 @ + 1 0 10576316 +segue n 1 1 @ 1 0 00201397 +segway n 1 2 @ ; 1 0 04168199 +segway_ht n 1 2 @ ; 1 0 04168199 +segway_human_transporter n 1 2 @ ; 1 0 04168199 +sei_whale n 1 2 @ #m 1 0 02065263 +seiche n 1 1 @ 1 0 07346195 +seidel n 1 1 @ 1 0 04168472 +seidlitz_powder n 1 1 @ 1 0 15009637 +seidlitz_powders n 1 1 @ 1 0 15009637 +seif_dune n 1 1 @ 1 0 09429630 +seigneur n 1 2 @ ~ 1 0 10085736 +seigneur_de_bayard n 1 1 @ 1 0 10838802 +seigneury n 2 1 @ 2 0 13252293 00603866 +seignior n 1 2 @ ~ 1 0 10085736 +seigniorage n 1 1 @ 1 0 13323648 +seigniory n 2 1 @ 2 0 13252293 00603866 +seiji_ozawa n 1 2 @ ; 1 0 11219502 +seine n 2 4 @ ~ #p + 2 0 09429752 04168541 +seine_river n 1 2 @ #p 1 0 09429752 +seism n 1 3 @ ~ + 1 0 07428954 +seismic_disturbance n 1 1 @ 1 0 07429276 +seismogram n 1 1 @ 1 0 04168716 +seismograph n 1 1 @ 1 1 04168840 +seismography n 1 1 @ 1 0 00603995 +seismologist n 1 2 @ + 1 0 10576513 +seismology n 1 2 @ + 1 0 06120496 +seismosaur n 1 2 @ #m 1 0 01711496 +seismosaurus n 1 3 @ #m %m 1 0 01711297 +seiurus n 1 3 @ #m %m 1 0 01570112 +seiurus_aurocapillus n 1 2 @ #m 1 0 01570267 +seizer n 1 2 @ + 1 0 10586265 +seizing n 2 3 @ ~ + 2 0 04169035 00812274 +seizure n 4 3 @ ~ + 4 2 14081941 00088481 00775286 00085219 +seizure-alert_dog n 1 1 @ 1 0 02109687 +sekhet n 1 1 @ 1 0 09513430 +selachian n 1 3 @ ~ #m 1 0 01482071 +selachii n 1 3 @ #m %m 1 0 01481599 +selaginella n 1 3 @ #m %m 1 0 13224454 +selaginella_apoda n 1 1 @ 1 0 13224922 +selaginella_eatonii n 1 1 @ 1 0 13225617 +selaginella_eremophila n 1 1 @ 1 0 13225244 +selaginella_lepidophylla n 1 1 @ 1 0 13225365 +selaginella_rupestris n 1 1 @ 1 0 13225075 +selaginellaceae n 1 3 @ #m %m 1 0 13224256 +selaginellales n 1 3 @ #m %m 1 0 13224086 +selar n 1 3 @ #m %m 1 0 02580991 +selar_crumenophthalmus n 1 2 @ #m 1 0 02581108 +selcraig n 1 1 @ 1 0 11291824 +select_committee n 1 2 @ ; 1 0 08325851 +selection n 5 3 @ ~ + 5 3 00161243 08399818 05790242 13563746 06400510 +selective-serotonin_reuptake_inhibitor n 1 2 @ ~ 1 0 04169152 +selective_amnesia n 1 2 @ ~ 1 0 05673439 +selective_information n 1 2 @ ; 1 0 05091527 +selective_jamming n 1 1 @ 1 0 01251138 +selective_lipectomy n 1 2 @ ~ 1 0 00682080 +selective_service n 2 3 @ ~ ; 2 1 08353563 01157850 +selective_service_system n 1 1 @ 1 1 08353563 +selectivity n 1 2 @ + 1 0 05208988 +selectman n 1 2 @ #m 1 1 10576676 +selector n 2 4 @ ~ %p + 2 0 10431625 04169437 +selector_switch n 1 3 @ ~ %p 1 0 04169437 +selectwoman n 1 2 @ #m 1 0 10576818 +selenarctos n 1 3 @ #m %m 1 0 02133512 +selenarctos_thibetanus n 1 2 @ #m 1 0 02133704 +selene n 2 3 @ #m ; 2 0 09571090 02578125 +selene_setapinnis n 1 2 @ ~ 1 0 02578233 +selene_vomer n 1 1 @ 1 0 02578454 +selenic_acid n 1 1 @ 1 0 14616073 +selenicereus n 1 3 @ #m %m 1 0 11853644 +selenicereus_grandiflorus n 1 1 @ 1 0 11853979 +selenipedium n 1 2 @ #m 1 0 12082764 +selenium n 1 2 @ #s 1 0 14654175 +selenium_cell n 1 1 @ 1 0 04169597 +selenolatry n 1 1 @ 1 0 01046888 +selenology n 1 1 @ 1 0 06097983 +seles n 1 1 @ 1 0 11291451 +seleucus n 1 1 @ 1 0 11291575 +seleucus_i n 1 1 @ 1 0 11291575 +seleucus_i_nicator n 1 1 @ 1 0 11291575 +self n 2 2 @ ~ 2 2 05675601 09604981 +self-abasement n 1 1 @ 1 0 01165537 +self-abnegation n 1 1 @ 1 0 00205649 +self-absorption n 1 2 @ ~ 1 0 05837128 +self-abuse n 1 1 @ 1 0 00855936 +self-accusation n 1 1 @ 1 0 07216228 +self-adapting_program n 1 1 @ 1 0 06579452 +self-aggrandisement n 1 1 @ 1 1 00373862 +self-aggrandizement n 1 1 @ 1 0 00373862 +self-analysis n 2 1 @ 2 0 05786871 00705433 +self-annihilation n 1 2 @ ~ 1 0 00222485 +self-assertion n 2 1 @ 2 0 07230320 01223143 +self-assertiveness n 1 2 @ ~ 1 0 05167237 +self-assurance n 1 2 @ = 1 0 05697363 +self-awareness n 1 3 @ ~ + 1 1 05676605 +self-centeredness n 1 2 @ + 1 0 04835028 +self-command n 1 2 @ ~ 1 0 04862005 +self-complacency n 1 3 @ ~ + 1 0 07531713 +self-concern n 1 1 @ 1 0 04835028 +self-condemnation n 1 1 @ 1 0 07216228 +self-confidence n 1 3 @ = + 1 1 05697363 +self-consciousness n 2 3 ! @ + 2 1 07507329 05676911 +self-contemplation n 1 2 @ ~ 1 0 05786655 +self-contradiction n 1 1 @ 1 0 07206800 +self-control n 2 2 @ ~ 2 1 01069578 04862005 +self-criticism n 1 1 @ 1 0 05734477 +self-cultivation n 1 1 @ 1 0 05757423 +self-deceit n 1 1 @ 1 0 05895588 +self-deception n 1 1 @ 1 1 05895588 +self-defence n 1 2 @ ~ 1 0 00825192 +self-defense n 1 2 @ ~ 1 1 00825192 +self-denial n 3 2 @ ~ 3 0 04881829 01069578 00205649 +self-depreciation n 1 1 @ 1 0 07509474 +self-destruction n 2 3 @ ~ + 2 1 00222485 00222766 +self-determination n 2 2 @ ~ 2 1 13992738 05199151 +self-digestion n 1 1 @ 1 0 13435918 +self-direction n 1 1 @ 1 0 14001031 +self-discipline n 2 2 @ ~ 2 1 04881829 01069578 +self-discovery n 1 1 @ 1 0 00151314 +self-disgust n 1 1 @ 1 0 07506962 +self-distrust n 1 2 @ ~ 1 0 07523286 +self-doubt n 1 2 @ ~ 1 0 07523286 +self-drive n 1 1 @ 1 0 13248598 +self-education n 1 1 @ 1 0 05757423 +self-effacement n 1 1 @ 1 1 00054328 +self-employed_person n 1 1 @ 1 0 10110421 +self-esteem n 1 1 @ 1 1 07508705 +self-evident_truth n 1 1 @ 1 0 05893512 +self-examination n 1 2 @ ~ 1 0 05786655 +self-expression n 1 1 @ 1 0 07073071 +self-feeder n 1 1 @ 1 0 04169707 +self-fertilisation n 1 2 @ ~ 1 0 07437990 +self-fertilization n 1 3 ! @ ~ 1 0 07437990 +self-flagellation n 1 1 @ 1 1 01162257 +self-fulfillment n 1 1 @ 1 0 00062671 +self-government n 1 2 @ ~ 1 1 13992738 +self-gratification n 2 2 @ ~ 2 0 04884817 01073097 +self-hatred n 1 1 @ 1 0 07506962 +self-heal n 1 2 @ #m 1 0 12863234 +self-help n 1 1 @ 1 1 00802111 +self-hypnosis n 1 1 @ 1 0 14026781 +self-importance n 2 3 @ ~ + 2 0 07508806 04887497 +self-improvement n 1 2 @ ~ 1 0 00261258 +self-incrimination n 1 1 @ 1 0 07238589 +self-inductance n 1 1 @ 1 0 13587525 +self-induction n 1 1 @ 1 0 11468578 +self-indulgence n 2 3 @ ~ + 2 1 04884627 00747671 +self-insurance n 1 1 @ 1 0 13348792 +self-interest n 2 1 @ 2 1 04835488 04835028 +self-justification n 1 2 @ ~ 1 0 06741305 +self-knowledge n 1 1 @ 1 0 05806380 +self-loader n 1 2 @ ~ 1 0 02759963 +self-love n 2 1 @ 2 0 07508996 04835260 +self-mortification n 1 1 @ 1 0 01165537 +self-organisation n 1 1 @ 1 0 01138399 +self-organization n 1 1 @ 1 0 01138399 +self-pity n 1 1 @ 1 0 07538272 +self-pollination n 1 3 ! @ ~ 1 0 07438983 +self-portrait n 1 1 @ 1 0 04169935 +self-possession n 1 2 @ ~ 1 0 04862005 +self-praise n 1 2 @ ~ 1 0 07229530 +self-preservation n 1 1 @ 1 1 00819958 +self-pride n 1 1 @ 1 1 07508705 +self-propelled_vehicle n 1 2 @ ~ 1 0 04170037 +self-protection n 1 2 @ ~ 1 0 00825192 +self-punishment n 1 2 @ ~ 1 0 01162672 +self-raising_flour n 1 1 @ 1 0 07594250 +self-realisation n 1 1 @ 1 0 00062671 +self-realization n 1 1 @ 1 0 00062671 +self-reformation n 1 2 @ ~ 1 0 00261258 +self-regard n 1 1 @ 1 0 04886881 +self-registering_thermometer n 1 1 @ 1 0 04170384 +self-reliance n 1 2 @ + 1 1 14001031 +self-renewal n 1 1 @ 1 0 01248961 +self-renunciation n 1 1 @ 1 0 00205649 +self-report_inventory n 1 2 @ ~ 1 0 06474603 +self-report_personality_inventory n 1 2 @ ~ 1 0 06474603 +self-reproach n 2 2 @ ~ 2 0 07536074 06713650 +self-reproof n 1 1 @ 1 0 06713650 +self-respect n 1 1 @ 1 1 04886881 +self-restraint n 1 2 @ ~ 1 0 04883243 +self-rising_flour n 1 1 @ 1 0 07594250 +self-rule n 1 2 @ ~ 1 0 13992738 +self-sacrifice n 1 2 @ ~ 1 1 01205961 +self-satisfaction n 1 2 @ ~ 1 1 07531713 +self-seeker n 1 2 @ ~ 1 0 10379376 +self-seeking n 1 1 @ 1 0 04835488 +self-service n 1 1 @ 1 0 00098939 +self-starter n 2 3 @ #p %p 2 0 10577182 04170515 +self-stimulation n 1 1 @ 1 0 00855936 +self-sufficiency n 1 2 @ + 1 0 14001031 +self-suggestion n 1 1 @ 1 0 00158805 +self-taught_art n 1 1 @ 1 0 03861959 +self-torment n 1 1 @ 1 0 07496924 +self-torture n 1 1 @ 1 0 07496924 +self-will n 2 2 @ ~ 2 2 04863074 04862005 +self-worship n 1 1 @ 1 0 01044761 +self-worth n 1 1 @ 1 0 04886881 +self_acceptance n 1 1 @ 1 1 04638472 +selfish_person n 1 2 @ ~ 1 0 10576962 +selfishness n 1 4 ! @ ~ + 1 1 04834605 +selflessness n 2 3 @ ~ + 2 0 04833276 01205961 +selfsameness n 1 2 @ + 1 0 04743486 +seljuk n 1 1 @ 1 0 08158089 +selkirk n 1 1 @ 1 0 11291824 +selkirk_mountains n 1 2 @ #p 1 0 09429934 +selkup n 2 2 @ #m 2 0 09707735 06960180 +sell n 1 2 @ + 1 0 01115162 +sell-by_date n 1 2 @ ; 1 0 15160418 +seller n 1 3 @ ~ + 1 0 10577284 +seller's_market n 1 1 @ 1 0 01098265 +sellers n 1 1 @ 1 0 11292105 +sellers'_market n 1 1 @ 1 0 01098265 +selling n 1 4 @ ~ #p + 1 1 01113068 +selling_agent n 1 1 @ 1 0 10577710 +selling_point n 1 1 @ 1 0 04732386 +selling_price n 1 2 @ ~ 1 0 13304009 +selling_race n 1 1 @ 1 0 07461831 +selloff n 1 2 @ + 1 0 01119949 +sellotape n 1 3 @ + ; 1 0 02992795 +sellout n 1 2 @ + 1 0 00750216 +selma n 1 2 @ #p 1 0 09054616 +selsyn n 1 1 @ 1 0 04170694 +seltzer n 2 2 @ #s 2 0 07936979 07936548 +selva n 1 1 @ 1 0 08439369 +selvage n 2 1 @ 2 0 04171066 04170933 +selvedge n 2 1 @ 2 0 04171066 04170933 +selznick n 1 1 @ 1 0 11292207 +semantic_error n 1 2 @ ; 1 0 07300316 +semantic_memory n 1 1 @ 1 0 05761160 +semantic_relation n 1 2 @ ~ 1 0 13807636 +semantic_role n 1 3 @ ~ ; 1 0 06331803 +semanticist n 1 3 @ ~ + 1 0 10577820 +semantics n 2 3 @ ~ + 2 0 06179792 05920651 +semaphore n 1 2 @ + 1 0 04171208 +semaphore_plant n 1 2 @ #m 1 0 12518013 +semarang n 1 2 @ #p 1 0 08910230 +semasiology n 1 1 @ 1 0 06180548 +semblance n 3 2 @ ~ 3 1 04677952 05939636 03668642 +semen n 1 4 @ ~ %p + 1 0 05404336 +semester n 2 3 @ #p + 2 0 15225797 15204485 +semester_hour n 1 1 @ 1 1 00066075 +semi n 3 4 @ ~ #p %p 3 0 07467393 04467665 04172342 +semi-abstraction n 1 1 @ 1 0 04171373 +semi-climber n 1 1 @ 1 0 11531334 +semi-detached_house n 1 1 @ 1 0 04172107 +semi-skimmed_milk n 1 1 @ 1 0 07846688 +semi-sweet_chocolate n 1 1 @ 1 0 07603722 +semiautomatic n 1 2 @ ~ 1 0 04171629 +semiautomatic_firearm n 1 2 @ ~ 1 0 04171459 +semiautomatic_pistol n 1 2 @ ~ 1 0 04171629 +semibreve n 1 1 @ 1 0 06870576 +semicentenary n 1 1 @ 1 0 15251212 +semicentennial n 1 1 @ 1 0 15251212 +semicircle n 1 2 @ + 1 0 13874251 +semicircular_arch n 1 1 @ 1 0 04104384 +semicircular_canal n 1 2 @ #p 1 0 05323228 +semicolon n 1 1 @ 1 0 06844739 +semicoma n 1 1 @ 1 0 05680839 +semiconducting_material n 1 3 @ ~ #s 1 0 14821248 +semiconductor n 2 4 @ ~ #s %s 2 0 14821248 04171831 +semiconductor_device n 1 3 @ ~ %s 1 0 04171831 +semiconductor_diode n 1 2 @ ~ 1 0 03202760 +semiconductor_unit n 1 3 @ ~ %s 1 0 04171831 +semiconsciousness n 1 2 @ + 1 0 05679906 +semidarkness n 1 3 @ ~ + 1 0 13984285 +semidesert n 1 1 @ 1 0 08506347 +semidetached_house n 1 1 @ 1 0 03257210 +semidiameter n 1 1 @ 1 0 05102300 +semiepiphyte n 1 1 @ 1 0 13123309 +semifinal n 1 3 @ #p + 1 0 07467393 +semifinalist n 1 2 @ + 1 0 10578021 +semifluidity n 1 1 @ 1 0 04936585 +semigloss n 1 1 @ 1 0 04172230 +semilunar_bone n 1 1 @ 1 0 05272423 +semilunar_cartilage n 1 2 @ ; 1 0 05288396 +semilunar_valve n 1 2 @ ~ 1 0 05394904 +semimajor_axis n 1 2 @ #p 1 0 06009685 +semiminor_axis n 1 2 @ #p 1 1 06009988 +semimonthly n 1 1 @ 1 0 06594376 +seminal_duct n 1 3 @ #p %p 1 0 05527216 +seminal_fluid n 1 3 @ ~ %p 1 0 05404336 +seminal_vesicle n 1 2 @ #p 1 0 05527597 +seminar n 2 1 @ 2 0 08327816 00892145 +seminarian n 1 2 @ ; 1 1 10578162 +seminarist n 1 3 @ + ; 1 0 10578162 +seminary n 2 2 @ + 2 1 08284994 08285109 +seminiferous_tubule n 1 2 @ #p 1 0 05524243 +seminole n 2 1 @ 2 0 09667927 06912931 +seminole_bread n 1 1 @ 1 0 11602091 +seminoma n 1 1 @ 1 0 14252184 +semiology n 1 2 @ ; 1 0 05976257 +semiotician n 1 3 @ ~ + 1 0 10577820 +semiotics n 1 3 @ + ; 1 0 05976257 +semiparasite n 1 1 @ 1 0 13120775 +semipermeable_membrane n 1 2 @ ~ 1 0 05447423 +semipro n 1 1 @ 1 0 10578349 +semiprofessional n 1 1 @ 1 0 10578349 +semiquaver n 1 1 @ 1 0 06871534 +semite n 1 3 @ ~ + 1 0 09639919 +semitic n 1 3 @ ~ + 1 0 06986894 +semitic_deity n 1 3 @ ~ ; 1 0 09513902 +semitone n 1 1 @ 1 0 06859175 +semitrailer n 1 2 @ #p 1 0 04172342 +semitrance n 1 1 @ 1 1 05681543 +semitransparency n 1 2 @ + 1 0 04702351 +semitropics n 1 1 @ 1 0 08674344 +semivowel n 1 2 @ ~ 1 0 07114409 +semiweekly n 1 1 @ 1 0 06594130 +semnopithecus_entellus n 1 1 @ 1 0 02488415 +semolina n 1 1 @ 1 0 07570021 +sempatch n 1 2 @ ; 1 0 01294330 +sempiternity n 1 1 @ 1 0 05053527 +sempstress n 1 2 @ ~ 1 0 10033412 +sen n 1 2 @ #p 1 0 13672555 +senate n 2 3 @ ~ #m 2 2 08161477 08161591 +senate_campaign n 1 1 @ 1 0 07473332 +senate_race n 1 1 @ 1 0 07473332 +senator n 1 3 @ ~ + 1 1 10578471 +senatorship n 1 2 @ + 1 0 00604131 +send-off n 2 2 @ + 2 1 06629858 07329568 +sendee n 1 2 @ + 1 0 10578656 +sender n 2 4 @ ~ %p + 2 0 10578762 04472726 +sendero_luminoso n 1 2 @ ; 1 0 08044676 +sending n 1 3 @ ~ + 1 1 00121166 +sendup n 1 1 @ 1 0 06780309 +sene n 1 2 @ #p 1 0 13708392 +seneca n 3 2 @ + 3 0 11292391 09668058 06916409 +seneca_lake n 1 2 @ #m 1 0 09430100 +seneca_snakeroot n 1 2 @ %p 1 0 12705978 +senecio n 1 3 @ #m %m 1 0 12011067 +senecio_aureus n 1 1 @ 1 0 12000356 +senecio_bigelovii n 1 2 @ #m 1 0 12011370 +senecio_cineraria n 1 2 @ #m 1 0 12011620 +senecio_cruentus n 1 2 @ #m 1 0 12001707 +senecio_doublasii n 1 2 @ #m 1 0 12011838 +senecio_glabellus n 1 2 @ #m 1 0 12012111 +senecio_jacobaea n 1 2 @ #m 1 0 12012253 +senecio_milkanioides n 1 2 @ #m 1 0 11960673 +senecio_triangularis n 1 1 @ 1 0 12012510 +senecio_vulgaris n 1 2 @ #m 1 0 12012755 +senefelder n 1 1 @ 1 0 11292662 +senega n 2 3 @ #p %p 2 0 12706240 12705220 +senega_root n 1 2 @ %p 1 0 12705978 +senega_snakeroot n 1 2 @ %p 1 0 12705978 +senegal n 1 4 @ #p %m %p 1 0 08995862 +senegal_gum n 1 1 @ 1 0 14901158 +senegalese n 1 3 @ #m + 1 0 09730824 +senegalese_franc n 1 2 @ %p 1 0 13678700 +seneka_snakeroot n 1 2 @ %p 1 0 12705978 +senescence n 2 3 @ ~ + 2 0 13429006 04927632 +seneschal n 1 1 @ 1 0 10283546 +senga_root n 1 2 @ %p 1 0 12705978 +senhor n 1 1 @ 1 0 10578952 +senile_dementia n 1 1 @ 1 0 14396707 +senile_psychosis n 1 1 @ 1 0 14396707 +senility n 2 2 @ + 2 0 15154190 04927792 +senior n 2 2 @ ~ 2 1 10579062 10048218 +senior_chief_petty_officer n 1 1 @ 1 0 10579176 +senior_citizen n 1 2 @ ~ 1 0 10376523 +senior_class n 1 1 @ 1 1 08239383 +senior_high n 1 1 @ 1 1 08409617 +senior_high_school n 1 1 @ 1 1 08409617 +senior_master_sergeant n 1 1 @ 1 0 10579369 +senior_moment n 1 1 @ 1 0 05673323 +senior_pilot n 1 2 @ ~ 1 0 09892693 +senior_status n 1 2 @ = 1 0 13949576 +senior_vice_president n 1 1 @ 1 0 10579549 +seniority n 2 3 @ = + 2 1 13949576 04927890 +seniti n 1 2 @ #p 1 0 13690214 +senna n 1 3 @ ~ #m 1 0 12499163 +senna_alata n 1 2 @ ; 1 0 12499439 +senna_alexandrina n 1 1 @ 1 0 12499979 +senna_auriculata n 1 1 @ 1 0 12499757 +senna_marilandica n 1 2 @ #m 1 0 12500309 +senna_obtusifolia n 1 2 @ #m 1 0 12500518 +senna_occidentalis n 1 1 @ 1 0 12500751 +sennacherib n 1 1 @ 1 0 11292809 +sennenhunde n 1 2 @ ~ 1 0 02107420 +sennett n 1 1 @ 1 0 11293008 +sennit n 1 1 @ 1 0 04172512 +senor n 1 2 @ ; 1 0 06341862 +senora n 1 2 @ ; 1 0 06342015 +senorita n 1 2 @ ; 1 0 06342182 +sens n 1 1 @ 1 0 03990834 +sensation n 5 3 @ ~ + 5 3 05712076 09762509 07514782 14037480 05651971 +sensationalism n 4 5 @ ~ = + ; 4 0 07247602 07088053 05976471 05970311 +sensationalist n 1 2 @ + 1 0 10579835 +sense n 5 3 @ ~ + 5 5 05677504 06602472 05651971 05614657 05807012 +sense_datum n 1 2 @ ~ 1 1 05712076 +sense_experience n 1 2 @ ~ 1 0 05712076 +sense_impression n 1 2 @ ~ 1 0 05712076 +sense_modality n 1 2 @ ~ 1 0 05652396 +sense_of_balance n 1 1 @ 1 0 05659365 +sense_of_direction n 1 1 @ 1 1 05677744 +sense_of_duty n 1 1 @ 1 0 09184543 +sense_of_equilibrium n 1 1 @ 1 0 05659365 +sense_of_hearing n 1 3 @ ~ - 1 0 05657718 +sense_of_humor n 1 1 @ 1 1 04650201 +sense_of_humour n 1 1 @ 1 0 04650201 +sense_of_movement n 1 1 @ 1 0 05658985 +sense_of_purpose n 1 1 @ 1 1 05170400 +sense_of_responsibility n 1 1 @ 1 1 05677850 +sense_of_right_and_wrong n 1 2 @ ~ 1 0 09184136 +sense_of_shame n 1 1 @ 1 0 09184543 +sense_of_smell n 1 2 @ ~ 1 0 05658603 +sense_of_taste n 1 1 @ 1 0 05658226 +sense_of_the_meeting n 1 1 @ 1 0 13972180 +sense_of_touch n 1 2 @ #p 1 1 05655119 +sense_organ n 1 4 @ ~ #p %p 1 1 05299178 +sense_tagger n 1 1 @ 1 0 06577781 +senselessness n 1 2 @ + 1 0 05174023 +sensibility n 3 5 ! @ ~ + ; 3 2 05678148 07512848 05652926 +sensible_horizon n 1 2 @ #p 1 0 08585657 +sensibleness n 1 2 @ + 1 0 05151701 +sensing n 2 3 @ ~ + 2 1 05710687 00876874 +sensing_element n 1 2 @ ~ 1 0 03180969 +sensitisation n 3 4 @ ~ + ; 3 0 14531983 13554343 00829170 +sensitiser n 1 3 @ + ; 1 0 14724025 +sensitising n 1 1 @ 1 0 00829170 +sensitive n 1 1 @ 1 0 10306279 +sensitive_fern n 1 2 @ #m 1 0 13198914 +sensitive_pea n 1 2 @ #m 1 0 12494358 +sensitive_plant n 2 2 @ #m 2 0 11755319 11755110 +sensitiveness n 4 6 ! @ ~ = + ; 4 0 07512465 05652926 05019661 04842993 +sensitivity n 5 6 ! @ ~ = + ; 5 3 05652926 05019661 07512465 14531772 04842993 +sensitization n 3 4 @ ~ + ; 3 0 14531983 13554343 00829170 +sensitizer n 1 3 @ + ; 1 0 14724025 +sensitizing n 1 1 @ 1 0 00829170 +sensitometer n 1 1 @ 1 0 04172607 +sensor n 1 3 @ ~ + 1 1 03180969 +sensorimotor_area n 1 1 @ 1 0 05489998 +sensorimotor_region n 1 1 @ 1 0 05489998 +sensorineural_hearing_loss n 1 1 @ 1 0 14551565 +sensorium n 1 1 @ 1 0 05489810 +sensory_activity n 1 2 @ ~ 1 0 00876737 +sensory_aphasia n 1 1 @ 1 0 14099172 +sensory_deprivation n 1 1 @ 1 0 00424034 +sensory_epilepsy n 1 1 @ 1 0 14090416 +sensory_faculty n 1 2 @ ~ 1 0 05651971 +sensory_fiber n 1 2 @ #p 1 0 05475397 +sensory_hair n 1 1 @ 1 0 01901828 +sensory_nerve n 1 3 @ ~ %p 1 0 05475134 +sensory_neuron n 1 2 @ #p 1 0 05466892 +sensory_receptor n 1 4 @ ~ #p %p 1 0 05299178 +sensory_system n 2 4 @ ~ #p %p 2 0 05652396 05510702 +sensualism n 2 3 @ + ; 2 0 07488875 05976471 +sensualist n 1 3 @ ~ + 1 0 09629246 +sensuality n 1 2 @ + 1 1 07488875 +sensualness n 1 2 @ + 1 0 07488875 +sensuousness n 1 2 @ + 1 0 07513413 +sent n 1 1 @ 1 0 13700448 +sente n 1 2 @ #p 1 0 13687756 +sentence n 3 5 @ ~ %p + ; 3 3 06285090 01189282 15224692 +sentence_stress n 1 1 @ 1 0 07086215 +sentence_structure n 1 2 @ ; 1 1 06176107 +sentential_function n 1 1 @ 1 0 06286230 +sentience n 3 5 ! @ ~ = + 3 0 05677952 05651971 05006020 +sentiency n 1 3 @ ~ + 1 0 05651971 +sentiment n 2 3 @ ~ + 2 2 07481951 05945642 +sentimentalisation n 1 2 @ + 1 0 01219306 +sentimentalism n 2 3 @ ~ + 2 0 06775812 04628080 +sentimentalist n 1 2 @ + 1 1 10579676 +sentimentality n 2 3 @ ~ + 2 1 04627506 07482128 +sentimentalization n 1 2 @ + 1 0 01219306 +sentinel n 1 1 @ 1 1 10271216 +sentry n 1 1 @ 1 1 10271216 +sentry_box n 1 1 @ 1 0 04172776 +sentry_duty n 1 1 @ 1 0 00730538 +sentry_go n 1 1 @ 1 0 00730538 +seoul n 1 2 @ #p 1 0 08955951 +sep n 1 3 @ #p %p 1 0 15212739 +sep_11 n 1 3 @ #p ; 1 0 15300051 +sepal n 1 2 @ #p 1 0 11690612 +separability n 1 2 @ + 1 0 14417993 +separate n 2 1 @ 2 0 06269785 04172904 +separateness n 3 3 @ = + 3 0 14414503 14001213 04742766 +separation n 9 6 ! @ ~ = + ; 9 5 14414294 07331400 05089947 01254253 01201021 08647121 07295391 01201429 00383606 +separation_energy n 1 1 @ 1 0 11429057 +separationism n 1 1 @ 1 0 01202665 +separationist n 1 3 @ ~ ; 1 0 10580030 +separatism n 3 3 @ ~ + 3 0 08380340 04943704 01202665 +separatist n 1 4 @ ~ + ; 1 0 10580030 +separator n 1 3 @ ~ + 1 0 02995998 +separatrix n 1 1 @ 1 0 06844903 +sephardi n 1 1 @ 1 0 10580304 +sephardic_jew n 1 1 @ 1 0 10580304 +sepia n 3 4 @ ~ #m %m 3 1 04973386 15021927 01972411 +sepiidae n 1 3 @ #m %m 1 0 01972283 +sepiolite n 1 2 @ #s 1 0 14681445 +sepoy_mutiny n 1 2 @ ; 1 0 01281154 +seppuku n 1 2 @ ; 1 0 00223362 +sepsis n 1 3 @ ~ + 1 0 14180848 +sept n 2 4 @ ~ #p %p 2 2 15212739 07970721 +sept._11 n 1 3 @ #p ; 1 0 15300051 +septal_defect n 1 2 @ ~ 1 0 14469154 +septation n 1 1 @ 1 1 00398585 +septectomy n 1 1 @ 1 0 00687472 +september n 1 3 @ #p %p 1 1 15212739 +september_11 n 1 3 @ #p ; 1 0 15300051 +september_17 n 1 2 @ #p 1 0 15190652 +september_29 n 1 2 @ #p 1 0 15186412 +september_elm n 1 2 @ #m 1 0 12408717 +september_equinox n 1 2 @ #p 1 0 15223750 +septenary n 1 1 @ 1 0 13744916 +septet n 5 1 @ 5 0 13744916 08247935 07988490 07987794 07042023 +septette n 4 1 @ 4 0 08247935 07988490 07987794 07042023 +septic_sore_throat n 1 1 @ 1 0 14184986 +septic_tank n 1 1 @ 1 0 04173046 +septicaemia n 1 2 @ ~ 1 0 14189837 +septicemia n 1 3 @ ~ + 1 0 14189837 +septicemic_plague n 1 1 @ 1 0 14139959 +septillion n 1 2 @ ; 1 0 13753585 +septobasidiaceae n 1 3 @ #m %m 1 0 13069348 +septobasidium n 1 3 @ #m %m 1 0 13069535 +septobasidium_pseudopedicellatum n 1 2 @ #m 1 0 13069773 +septuagenarian n 1 1 @ 1 0 10580437 +septuagesima n 1 1 @ 1 0 15192272 +septuagesima_sunday n 1 1 @ 1 0 15192272 +septuagint n 1 1 @ 1 0 06448397 +septum n 2 4 @ ~ + ; 2 1 05222940 11683443 +sepulcher n 1 2 @ ~ 1 0 02921884 +sepulchre n 1 3 @ ~ + 1 0 02921884 +sepulture n 2 2 @ ~ 2 0 07451687 02921884 +sequel n 2 1 @ 2 0 07295507 06399503 +sequela n 1 1 @ 1 0 14550614 +sequella n 1 1 @ 1 0 07294699 +sequenator n 1 2 @ ; 1 0 04173511 +sequence n 5 4 @ ~ #p + 5 4 08459252 05044822 04173172 01010458 07342383 +sequencer n 2 3 @ + ; 2 0 04173511 04173344 +sequential_operation n 1 1 @ 1 0 13554800 +sequestration n 4 3 @ + ; 4 1 01202184 13554586 06555570 00087218 +sequin n 1 1 @ 1 0 04173698 +sequoia n 1 4 @ ~ #m %s 1 0 11640645 +sequoia_gigantea n 1 2 @ #m 1 0 11641494 +sequoia_national_park n 1 2 @ #p 1 0 08608986 +sequoia_sempervirens n 1 2 @ #m 1 0 11641034 +sequoia_wellingtonia n 1 2 @ #m 1 0 11641494 +sequoiadendron n 1 3 @ #m %m 1 0 11641275 +sequoiadendron_giganteum n 1 2 @ #m 1 0 11641494 +sequoya n 1 1 @ 1 0 11293157 +sequoyah n 1 1 @ 1 0 11293157 +seraglio n 1 1 @ 1 0 03494105 +serail n 1 1 @ 1 0 03494105 +serape n 1 1 @ 1 0 04173907 +seraph n 1 2 @ + 1 0 09539872 +serax n 1 2 @ ; 1 0 03867675 +serb n 1 2 @ #m 1 0 09751076 +serbia n 1 5 @ #p %m %p + 1 0 08816969 +serbia_and_montenegro n 1 3 @ %m %p 1 0 08816236 +serbian n 1 2 @ #m 1 0 09751076 +serbo-croat n 1 1 @ 1 0 06945095 +serbo-croatian n 1 1 @ 1 0 06945095 +serdica n 1 2 @ #p 1 0 08714458 +serenade n 2 3 @ ~ + 2 1 07042586 07053732 +serendipity n 1 2 @ + 1 0 11463895 +sereness n 1 2 @ + 1 0 14537472 +serengeti n 1 3 @ #p %p 1 0 09036098 +serengeti_national_park n 1 2 @ #p 1 0 09036295 +serengeti_plain n 1 3 @ #p %p 1 0 09036098 +serenity n 2 2 @ ~ 2 2 04904352 07515790 +serenoa n 1 3 @ #m %m 1 0 12597333 +serenoa_repens n 1 2 @ #m 1 0 12597466 +serer n 1 1 @ 1 0 06996755 +serf n 1 4 @ ~ + ; 1 0 10580535 +serfdom n 1 2 @ + 1 0 13998263 +serfhood n 1 2 @ + 1 0 13998263 +serge n 1 1 @ 1 1 04174026 +serge_koussevitzky n 1 1 @ 1 0 11109970 +sergeant n 3 2 @ ~ 3 2 10580772 10449521 10581890 +sergeant-at-law n 1 1 @ 1 0 10581890 +sergeant_at_arms n 1 2 @ ; 1 0 10581094 +sergeant_first_class n 1 2 @ ~ 1 0 10093475 +sergeant_fish n 1 2 @ #m 1 0 02574271 +sergeant_major n 2 2 @ #m 2 0 10581278 02607470 +sergei_aleksandrovich_koussevitzky n 1 1 @ 1 0 11109970 +sergei_diaghilev n 1 1 @ 1 0 10933449 +sergei_eisenstein n 1 1 @ 1 0 10955483 +sergei_mikhailovich_eisenstein n 1 1 @ 1 0 10955483 +sergei_pavlovich_diaghilev n 1 1 @ 1 0 10933449 +sergei_rachmaninoff n 1 1 @ 1 0 11251531 +sergei_rachmaninov n 1 1 @ 1 0 11251531 +sergei_sergeyevich_prokofiev n 1 1 @ 1 0 11247002 +sergei_vasilievich_rachmaninoff n 1 1 @ 1 0 11251531 +sergei_vasilievich_rachmaninov n 1 1 @ 1 0 11251531 +serger n 1 1 @ 1 0 04174101 +serial n 2 5 @ ~ %m %p + 2 0 06621447 06593803 +serial_killer n 1 2 @ ~ 1 0 10581464 +serial_monogamy n 1 1 @ 1 0 13966340 +serial_murderer n 1 2 @ ~ 1 0 10581464 +serial_music n 1 2 @ ~ 1 0 07057196 +serial_operation n 1 2 ! @ 1 0 13554800 +serial_port n 1 1 @ 1 0 04174234 +serial_printer n 1 2 @ ~ 1 0 03007591 +serial_processing n 1 1 @ 1 0 13554984 +serial_publication n 1 4 @ ~ %m %p 1 0 06593803 +serialisation n 1 2 @ + 1 0 01102862 +serialism n 1 2 @ ~ 1 1 07057196 +serialization n 1 2 @ + 1 0 01102862 +sericea_lespedeza n 1 2 @ #m 1 0 12543826 +sericocarpus n 1 3 @ #m %m 1 0 12013323 +sericterium n 1 2 @ #p 1 0 02468178 +serictery n 1 2 @ #p 1 0 02468178 +sericulture n 2 2 @ + 2 0 13555101 00923303 +sericulturist n 1 2 @ + 1 0 10581772 +seriema n 2 2 @ #m 2 0 02014524 02014237 +series n 7 6 @ ~ %m %p + ; 7 4 08457976 06621447 06593803 07465448 13791910 08458504 05862721 +series_circuit n 1 1 @ 1 0 04174394 +serif n 1 2 @ ; 1 0 06828061 +serigraph n 1 1 @ 1 0 04219718 +serigraphy n 1 1 @ 1 0 00939231 +serin n 1 2 @ #m 1 0 01533651 +serine n 1 1 @ 1 0 15022035 +serinus n 1 3 @ #m %m 1 0 01533169 +serinus_canaria n 1 1 @ 1 0 01533481 +seriocomedy n 1 1 @ 1 0 07016797 +seriola n 1 3 @ #m %m 1 0 02578604 +seriola_dorsalis n 1 2 @ #m 1 0 02578928 +seriola_grandis n 1 1 @ 1 0 02579303 +seriola_zonata n 1 2 @ #m 1 0 02579091 +serious-mindedness n 1 4 @ ~ = + 1 0 04646548 +serious_music n 1 2 @ ~ 1 1 07025900 +seriousness n 3 5 ! @ ~ = + 3 2 07512315 05037197 04646548 +seriph n 1 2 @ ; 1 0 06828061 +seriphidium n 1 3 @ #m %m 1 0 12013811 +seriphidium_canum n 1 2 @ #m 1 0 12014085 +seriphidium_maritimum n 1 2 @ #m 1 0 12014355 +seriphidium_tridentatum n 1 2 @ #m 1 0 12014524 +seriphus n 1 3 @ #m %m 1 0 02598747 +seriphus_politus n 1 2 @ #m 1 0 02598878 +serjeant n 1 1 @ 1 0 10581890 +serjeant-at-arms n 1 2 @ ; 1 0 10581094 +serjeant-at-law n 1 1 @ 1 0 10581890 +serkin n 1 1 @ 1 0 11293334 +sermon n 2 4 @ ~ + ; 2 1 07243837 06712325 +sermon_on_the_mount n 1 2 @ %p 1 0 07244433 +sermoniser n 1 3 @ ~ + 1 0 10464178 +sermonizer n 1 3 @ ~ + 1 0 10464178 +serologist n 1 2 @ + 1 0 10582032 +serology n 1 2 @ + 1 0 06063072 +serosa n 1 2 @ ~ 1 0 05605944 +serotine n 1 1 @ 1 0 02147328 +serotonin n 1 1 @ 1 0 14808273 +serous_membrane n 1 2 @ ~ 1 0 05605944 +serow n 1 2 @ #m 1 0 02419056 +serpasil n 1 3 @ %s ; 1 0 04078236 +serpens n 1 1 @ 1 0 09430259 +serpent n 3 3 @ ~ #m 3 1 01726692 04174596 04174500 +serpent-worship n 1 1 @ 1 0 01046792 +serpent_fern n 1 2 @ #m 1 0 13177048 +serpent_star n 1 2 @ #m 1 0 02317781 +serpentes n 1 3 @ #m %m 1 0 01726390 +serra n 1 1 @ 1 0 11293470 +serranid n 1 3 @ ~ #m 1 0 02566109 +serranid_fish n 1 3 @ ~ #m 1 0 02566109 +serranidae n 1 3 @ #m %m 1 0 02565728 +serranus n 1 3 @ #m %m 1 0 02568636 +serranus_subligarius n 1 2 @ #m 1 0 02568807 +serrasalmus n 1 3 @ #m %m 1 0 02584325 +serrate_leaf n 1 1 @ 1 0 13160695 +serrated_wrack n 1 2 @ #m 1 0 01405107 +serratia n 1 3 @ #m %m 1 0 01369633 +serratia_marcescens n 1 2 @ #m 1 0 01369819 +serration n 3 3 @ ~ + 3 0 14568621 08431600 04174705 +serratula n 1 3 @ #m %m 1 0 12014739 +serratula_tinctoria n 1 2 @ #m 1 0 12014923 +serratus n 1 3 @ ~ #p 1 1 05550330 +serratus_anterior n 1 1 @ 1 0 05550494 +serratus_magnus n 1 1 @ 1 0 05550494 +serratus_muscles n 1 3 @ ~ #p 1 0 05550330 +serratus_posterior n 1 2 @ ~ 1 0 05550688 +serratus_posterior_inferior n 1 1 @ 1 0 05550908 +serratus_posterior_superior n 1 1 @ 1 0 05551142 +sertoli's_cell n 1 1 @ 1 0 05459590 +sertoli_cell n 1 1 @ 1 0 05459590 +sertraline n 1 1 @ 1 0 04174853 +sertularia n 1 3 @ #m %m 1 0 01913533 +sertularian n 1 2 @ #m 1 0 01913691 +serum n 1 5 @ ~ #s %s + 1 1 05403149 +serum_albumin n 1 2 @ #s 1 0 14731799 +serum_disease n 1 1 @ 1 0 14532458 +serum_globulin n 1 3 @ ~ #s 1 0 14732116 +serum_hepatitis n 1 1 @ 1 0 14130942 +serum_sickness n 1 1 @ 1 0 14532458 +serval n 1 2 @ #m 1 0 02126139 +servant n 2 3 @ ~ + 2 1 10582154 13952171 +servant's_entrance n 1 1 @ 1 0 04175669 +servant_girl n 1 1 @ 1 0 10582507 +serve n 1 4 @ ~ + ; 1 0 00568430 +server n 4 5 @ ~ #p + ; 4 0 10763383 10582604 04175147 04175039 +service n 15 7 ! @ ~ %m %p + ; 15 6 00577525 01209576 01032040 08186047 00584891 08198137 11293636 05149832 04175380 00853649 00579564 00568430 00318391 00268112 00098625 +service_abroad n 1 1 @ 1 0 00732369 +service_agency n 1 1 @ 1 0 08355506 +service_area n 1 1 @ 1 0 08648781 +service_book n 1 2 @ ~ 1 0 06457045 +service_break n 1 2 @ #p 1 0 07475242 +service_bureau n 1 1 @ 1 0 08355506 +service_call n 1 1 @ 1 0 01231296 +service_cap n 1 2 @ %p 1 0 03610682 +service_ceiling n 1 1 @ 1 0 05132962 +service_charge n 1 2 @ ~ 1 0 13325847 +service_club n 2 2 @ ~ 2 0 08235828 04175574 +service_contract n 1 1 @ 1 0 06524454 +service_cutback n 1 1 @ 1 0 00353903 +service_department n 2 1 @ 2 0 08119698 03416640 +service_door n 1 1 @ 1 0 04175669 +service_elevator n 1 1 @ 1 0 03394149 +service_entrance n 1 1 @ 1 1 04175669 +service_fee n 1 2 @ ~ 1 0 13325847 +service_firm n 1 1 @ 1 0 08355506 +service_industry n 1 2 @ ~ 1 0 08073700 +service_line n 1 1 @ 1 0 08650919 +service_man n 1 2 @ ~ 1 0 10521100 +service_of_process n 1 1 @ 1 0 00318391 +service_program n 1 4 @ ~ %p ; 1 0 06581410 +service_road n 1 1 @ 1 0 03398775 +service_routine n 1 3 @ ~ #p 1 0 06584702 +service_staff n 1 1 @ 1 0 08352848 +service_station n 1 2 @ ~ 1 0 04175859 +service_stripe n 1 1 @ 1 0 06884954 +service_tree n 2 4 @ ~ #m %p 2 0 12658846 12623524 +serviceability n 1 2 @ + 1 0 05150129 +serviceableness n 1 2 @ + 1 0 05150129 +serviceberry n 2 5 @ ~ #m #p %p 2 0 12623524 07745661 +serviceman n 1 5 ! @ ~ #m ; 1 0 10582746 +services n 1 2 @ ; 1 1 00585174 +servicing n 1 2 @ + 1 0 00853649 +serviette n 1 2 @ ~ 1 1 03807537 +servility n 1 3 @ ~ + 1 0 04906712 +serving n 2 5 @ ~ #p %p + 2 0 07578363 00318391 +serving_cart n 1 2 @ ~ 1 0 04176068 +serving_dish n 1 2 @ ~ 1 0 04176190 +serving_girl n 1 1 @ 1 0 10582507 +servitor n 1 2 @ + 1 0 10583250 +servitude n 1 2 @ ~ 1 0 13998014 +servo n 1 2 @ + 1 0 04176295 +servomechanism n 1 1 @ 1 0 04176295 +servosystem n 1 1 @ 1 0 04176295 +serzone n 1 2 @ ; 1 0 03817062 +sesame n 1 3 @ #m %p 1 0 12874783 +sesame_family n 1 3 @ #m %m 1 0 12874429 +sesame_oil n 1 2 @ #s 1 0 07675156 +sesame_seed n 1 3 @ #p %s 1 0 07827410 +sesamoid n 1 2 @ ~ 1 0 05280512 +sesamoid_bone n 1 2 @ ~ 1 0 05280512 +sesamum n 1 3 @ #m %m 1 0 12874642 +sesamum_indicum n 1 3 @ #m %p 1 0 12874783 +sesbania n 1 3 @ ~ #m 1 0 12569426 +sesbania_exaltata n 1 1 @ 1 0 12569616 +sesbania_grandiflora n 1 2 @ #m 1 0 12569851 +seseli n 1 3 @ #m %m 1 0 12944238 +sesotho n 1 1 @ 1 0 06995526 +sesquicentennial n 1 1 @ 1 0 15251489 +sesquipedalia n 1 1 @ 1 0 06305474 +sesquipedalian n 1 2 @ + 1 0 06305474 +sesquipedality n 1 2 @ + 1 0 07087940 +sess n 1 1 @ 1 0 03990834 +sessile_polyp n 1 1 @ 1 0 14234867 +sessile_trillium n 1 1 @ 1 0 12469157 +session n 4 4 @ ~ #p %p 4 3 07145508 15225249 01232091 08417920 +session_cookie n 1 1 @ 1 0 06387727 +sessions n 1 1 @ 1 0 11293805 +sestet n 5 1 @ 5 0 13744722 08247816 07988369 07041902 06383016 +set n 13 7 @ ~ #p %m %p + ; 13 7 07996689 07999699 00625699 04297476 08240169 06199702 01052853 15256417 13491060 09513569 07363545 05674584 04176528 +set-back n 1 1 @ 1 0 04176747 +set-to n 1 1 @ 1 0 01172173 +set_chisel n 1 1 @ 1 0 03067212 +set_decoration n 1 2 @ #p 1 1 04176889 +set_gun n 1 1 @ 1 0 04177041 +set_phrase n 1 3 @ ~ - 1 0 07154330 +set_piece n 1 1 @ 1 0 04177202 +set_point n 1 2 @ #p 1 0 13610540 +set_shot n 1 1 @ 1 0 00111962 +set_square n 1 1 @ 1 0 04177654 +set_theory n 1 2 @ ; 1 0 06016121 +seta n 2 3 @ ~ + 2 0 11534360 01902022 +setaria n 1 3 @ #m %m 1 0 12134300 +setaria_glauca n 1 1 @ 1 0 12134836 +setaria_italica n 1 3 @ ~ #m 1 0 12135270 +setaria_italica_rubrofructa n 1 1 @ 1 0 12135576 +setaria_italica_stramineofructa n 1 1 @ 1 0 12135729 +setaria_viridis n 1 1 @ 1 0 12135049 +setback n 1 3 @ ~ + 1 1 07475870 +sete_quedas n 1 2 @ #p 1 0 09430416 +seth n 2 2 @ ; 2 0 09587409 09513569 +seth_thomas n 1 1 @ 1 0 11339534 +setline n 1 1 @ 1 0 04475900 +setoff n 1 1 @ 1 0 04176747 +seton n 1 1 @ 1 0 11293972 +setophaga n 1 2 @ #m 1 0 01568019 +setophaga_ruticilla n 1 1 @ 1 0 01568294 +setscrew n 2 1 @ 2 0 04177545 04177329 +setswana n 1 1 @ 1 0 06995664 +sett n 1 1 @ 1 0 03059528 +settee n 2 1 @ 2 0 04177820 04177755 +setter n 2 2 @ ~ 2 0 09949946 02100399 +setterwort n 1 1 @ 1 0 11734093 +setting n 7 4 @ ~ %p + 7 3 08568256 14513259 03773268 14512817 08623927 03953743 03792526 +setting_hen n 1 1 @ 1 0 01792955 +settle n 1 2 @ + 1 0 04177820 +settlement n 7 4 @ ~ %m + 7 5 08374049 08226699 07177924 01252280 05789089 08672562 00228535 +settlement_house n 1 1 @ 1 0 04177931 +settler n 3 4 @ ~ + ; 3 1 10583387 10583916 10583790 +settling n 1 2 @ + 1 0 07362218 +settlings n 1 4 @ ~ + ; 1 0 09269972 +settlor n 1 2 @ ; 1 0 10584021 +setubal n 1 2 @ #p 1 0 08986526 +setup n 3 4 @ ~ + ; 3 2 02727825 04931267 00751398 +seurat n 1 1 @ 1 0 11294202 +sevastopol n 1 2 @ #p 1 0 09017168 +seven n 2 2 @ + 2 1 13744916 04178062 +seven-spot n 1 1 @ 1 0 04178062 +seven-up n 1 1 @ 1 0 00498700 +seven_hills_of_rome n 1 3 @ #p %p 1 0 08797254 +seven_iron n 1 1 @ 1 0 03724623 +seven_seas n 1 1 @ 1 0 09430615 +seven_wonders_of_the_ancient_world n 1 3 @ %m ; 1 0 04178329 +seven_wonders_of_the_world n 1 3 @ %m ; 1 0 04178329 +seven_years'_war n 1 2 @ %p 1 0 01308438 +sevener n 1 1 @ 1 0 13744916 +sevens n 1 1 @ 1 0 00492497 +sevensome n 1 1 @ 1 0 07987794 +seventeen n 1 2 @ + 1 0 13747725 +seventeen-year_locust n 1 2 @ #m 1 0 02257284 +seventeenth n 1 2 @ + 1 0 13848565 +seventh n 3 2 @ + 3 0 13847498 13738043 06860049 +seventh-day_adventism n 1 1 @ 1 0 06227121 +seventh_avenue n 1 2 @ #p 1 0 09121101 +seventh_chord n 1 1 @ 1 0 06870349 +seventh_cranial_nerve n 1 2 @ #p 1 0 05479314 +seventh_crusade n 1 1 @ 1 0 00970331 +seventh_heaven n 1 2 @ ~ 1 0 13987905 +seventies n 2 2 @ #p 2 0 15150618 15150493 +seventieth n 1 2 @ + 1 0 13849394 +seventy n 1 2 @ + 1 0 13749894 +seventy-eight n 2 1 @ 2 0 13750033 04178190 +severable_contract n 1 1 @ 1 0 06524552 +severalty n 2 1 @ 2 1 14414503 13240971 +severance n 2 3 @ ~ + 2 0 07313814 00359492 +severance_agreement n 1 2 @ ~ 1 0 07178698 +severe_acute_respiratory_syndrome n 1 1 @ 1 0 14179946 +severe_combined_immunodeficiency n 1 2 @ ~ 1 0 14128812 +severe_combined_immunodeficiency_disease n 1 2 @ ~ 1 0 14128812 +severeness n 4 3 @ ~ + 4 0 05036715 04710127 04697666 04639732 +severing n 1 2 @ + 1 1 00359492 +severity n 4 3 @ ~ + 4 1 05036715 04710127 04697666 04639732 +severn n 2 2 @ #p 2 0 09430990 09430771 +severn_river n 2 2 @ #p 2 0 09430990 09430771 +severo_ochoa n 1 1 @ 1 0 11211696 +sevilla n 1 2 @ #p 1 0 09027089 +seville n 1 2 @ #p 1 0 09027089 +seville_orange n 2 4 @ #m #p %p 2 0 12708654 07748753 +sewage n 1 2 @ %s 1 1 14856893 +sewage_disposal n 1 1 @ 1 1 00091893 +sewage_disposal_plant n 1 1 @ 1 0 04178668 +sewage_farm n 1 1 @ 1 0 04178784 +sewage_system n 1 3 @ #p %p 1 1 04178897 +sewage_works n 1 3 @ #p %p 1 0 04178897 +seward n 1 1 @ 1 0 11294349 +seward's_folly n 1 1 @ 1 0 01111569 +seward_peninsula n 1 2 @ #p 1 0 09056837 +sewellel n 1 2 @ #m 1 0 02363996 +sewer n 3 4 @ ~ #p + 3 2 04179126 10584318 14475992 +sewer_gas n 1 1 @ 1 0 15038426 +sewer_line n 1 2 @ #p 1 1 04179271 +sewer_main n 1 2 @ #p 1 0 04179271 +sewer_rat n 1 1 @ 1 0 02333819 +sewer_system n 1 3 @ #p %p 1 0 04178897 +sewer_water n 1 2 @ #s 1 0 14857021 +sewerage n 2 3 @ #p %s 2 0 14856893 04179126 +sewing n 2 4 @ ~ + - 2 1 00715674 04179385 +sewing-machine_operator n 1 1 @ 1 0 10584501 +sewing-machine_stitch n 1 2 @ ~ 1 0 03702067 +sewing_basket n 1 1 @ 1 0 04179712 +sewing_kit n 1 1 @ 1 0 04179824 +sewing_machine n 1 2 @ ~ 1 0 04179913 +sewing_needle n 2 2 @ ~ 2 0 04180063 02268443 +sewing_room n 1 1 @ 1 0 04180229 +sewing_stitch n 1 2 @ ~ 1 0 04180314 +sex n 4 4 @ ~ = + 4 2 00844254 07999291 07487695 05006898 +sex-change_operation n 1 1 @ 1 0 00691648 +sex-linked_disorder n 1 2 @ ~ 1 0 14565696 +sex_act n 1 3 @ ~ %p 1 1 00845523 +sex_activity n 1 3 @ ~ = 1 1 00844254 +sex_appeal n 1 2 @ ~ 1 0 04686935 +sex_bomb n 1 1 @ 1 0 10584729 +sex_cell n 1 3 @ ~ #p 1 0 05456732 +sex_change n 1 1 @ 1 0 07425427 +sex_character n 1 2 @ ~ 1 0 05007280 +sex_characteristic n 1 2 @ ~ 1 0 05007280 +sex_chromatin n 1 1 @ 1 0 05435855 +sex_chromosome n 1 3 @ ~ ; 1 0 05443651 +sex_crime n 1 3 @ ~ ; 1 0 00774107 +sex_drive n 1 1 @ 1 0 14041106 +sex_gland n 1 2 @ ~ 1 0 05524430 +sex_hormone n 1 2 @ ~ 1 0 14745635 +sex_kitten n 1 1 @ 1 0 10584729 +sex_linkage n 1 1 @ 1 0 11506549 +sex_manual n 1 1 @ 1 0 06422488 +sex_object n 1 1 @ 1 0 10584853 +sex_offender n 1 1 @ 1 0 10584973 +sex_offense n 1 3 @ ~ ; 1 0 00774107 +sex_organ n 1 3 @ ~ #p 1 0 05513302 +sex_segregation n 1 1 @ 1 0 08379882 +sex_symbol n 1 1 @ 1 0 10585077 +sexadecimal_notation n 1 1 @ 1 0 06811283 +sexadecimal_number_system n 1 1 @ 1 0 06811419 +sexagenarian n 1 2 @ + 1 0 10584617 +sexcapade n 1 1 @ 1 0 00510383 +sexiness n 1 3 @ ~ + 1 0 07489059 +sexism n 1 3 @ ~ + 1 0 01155893 +sexist n 1 2 @ + 1 0 09912431 +sexlessness n 1 2 @ + 1 0 05008085 +sexploitation n 1 1 @ 1 0 00419464 +sexpot n 1 1 @ 1 0 10584729 +sext n 1 1 @ 1 0 15229974 +sextant n 2 4 @ ~ #p %p 2 0 13612550 04180888 +sextet n 5 1 @ 5 1 07041902 13744722 08247816 07988369 07987689 +sextette n 4 1 @ 4 0 08247816 07988369 07987689 07041902 +sextillion n 1 2 @ ; 1 0 13753430 +sexton n 2 1 @ 2 0 11294582 10585217 +sextuplet n 1 1 @ 1 0 13744722 +sexual_abstention n 1 2 @ ; 1 0 01069125 +sexual_abuse n 1 3 @ ~ ; 1 0 00774107 +sexual_activity n 1 3 @ ~ = 1 1 00844254 +sexual_arousal n 1 2 @ ~ 1 1 14037619 +sexual_assault n 1 3 @ ~ ; 1 0 00774107 +sexual_attraction n 1 1 @ 1 0 04689834 +sexual_characteristic n 1 2 @ ~ 1 0 05007280 +sexual_climax n 1 2 @ ~ 1 0 00062133 +sexual_congress n 1 3 @ ~ %p 1 0 00845523 +sexual_conquest n 1 2 @ ~ 1 0 00160688 +sexual_desire n 1 2 @ ~ 1 0 07487955 +sexual_discrimination n 1 1 @ 1 0 01156262 +sexual_harassment n 1 1 @ 1 0 00425781 +sexual_immorality n 1 1 @ 1 0 00746375 +sexual_intercourse n 1 3 @ ~ %p 1 0 00845523 +sexual_inversion n 1 1 @ 1 0 00857275 +sexual_love n 2 1 @ 2 0 07488340 00846515 +sexual_morality n 1 3 @ ~ = 1 0 04849759 +sexual_perversion n 1 2 @ ~ 1 0 00854717 +sexual_pleasure n 1 2 @ ~ 1 0 07493527 +sexual_practice n 1 3 @ ~ = 1 0 00844254 +sexual_relation n 1 3 @ ~ %p 1 1 00845523 +sexual_relationship n 1 2 @ ~ 1 1 13931765 +sexual_reproduction n 1 3 @ ~ %m 1 0 13555240 +sexual_union n 1 2 @ ~ 1 1 00847340 +sexual_urge n 1 1 @ 1 0 07487695 +sexuality n 1 4 @ ~ = + 1 0 05006898 +sexually_transmitted_disease n 1 2 @ ~ 1 0 14133159 +seychelles n 2 4 @ #p %m %p 2 0 08996483 08996284 +seychelles_islands n 1 3 @ #p %p 1 0 08996284 +seychelles_monetary_unit n 1 2 @ ~ 1 0 13705037 +seychelles_rupee n 1 2 @ %p 1 0 13705153 +seychellois n 1 3 @ #m + 1 0 09730951 +seyhan n 2 2 @ #p 2 0 09431133 09040475 +seyhan_river n 1 2 @ #p 1 0 09431133 +seymour n 1 1 @ 1 0 11294680 +sezession n 1 1 @ 1 0 08470034 +sfax n 1 2 @ #p 1 0 09038272 +sforzando n 2 2 @ ; 2 1 06869742 06869428 +sg n 1 1 @ 1 0 14654058 +sga_infant n 1 1 @ 1 0 10613198 +sgml n 1 2 @ ; 1 0 06788007 +sgraffito n 1 1 @ 1 0 04181083 +sha'ban n 1 2 @ #p 1 0 15218149 +shaaban n 1 2 @ #p 1 0 15218149 +shabbiness n 2 3 @ ~ + 2 0 04816761 00744616 +shabu n 1 1 @ 1 0 03754295 +shabuoth n 1 2 @ ; 1 0 15197042 +shack n 1 3 @ ~ + 1 1 03547054 +shackle n 2 4 @ ~ #p + 2 1 04181228 04181561 +shad n 2 4 @ ~ #m #p 2 0 07798357 02530421 +shad-flower n 1 1 @ 1 0 11886157 +shad_roe n 1 2 @ #p 1 0 07799874 +shadberry n 1 2 @ #p 1 0 07745661 +shadblow n 1 4 @ ~ #m %p 1 0 12623524 +shadbush n 1 4 @ ~ #m %p 1 0 12623524 +shaddock n 2 4 @ #m #p %p 2 0 12709103 07750146 +shade n 8 3 @ ~ + 8 4 13984613 04959230 04181718 06606191 13951794 13763185 05898171 04181983 +shade_tree n 1 1 @ 1 0 13108545 +shades n 1 3 @ %p ; 1 0 04356056 +shades_of n 1 1 @ 1 0 05814019 +shadflower n 1 1 @ 1 0 11886157 +shadfly n 1 2 @ #m 1 0 02262449 +shadiness n 2 3 @ ~ + 2 0 13984613 04811767 +shading n 2 3 @ ~ + 2 2 04682018 01003936 +shadow n 9 3 @ ~ + 9 6 13984944 08646306 05897553 07522418 06646628 05155349 13959642 10689104 10585359 +shadow_box n 1 1 @ 1 0 04182152 +shadow_cabinet n 1 2 @ ; 1 0 08382297 +shadow_play n 1 1 @ 1 0 07019500 +shadow_show n 1 1 @ 1 0 07019500 +shadowboxing n 1 2 @ + 1 0 00898286 +shadower n 1 2 @ + 1 0 10689104 +shadowgraph n 1 2 @ ~ 1 0 04042358 +shadowiness n 1 3 @ ~ + 1 0 13984613 +shadowing n 1 2 @ + 1 0 00320486 +shaft n 12 6 @ ~ #p %p + ; 12 3 06821770 06767922 04182322 11428023 05592733 05526713 04270891 04182890 04182708 04182514 04111190 02468617 +shaft_louse n 1 2 @ #m 1 0 02185814 +shaft_of_light n 1 2 @ ~ 1 1 11428023 +shag n 5 4 @ #p + ; 5 0 14715356 09431283 04183076 00846021 00533404 +shag_rug n 1 3 @ ~ %p 1 0 04183217 +shagbark n 1 3 @ #m %p 1 0 12321873 +shagbark_hickory n 1 3 @ #m %p 1 0 12321873 +shagginess n 2 2 @ + 2 0 14499953 04949560 +shaggy_cap n 1 2 @ #m 1 0 13006171 +shaggy_dog_story n 1 1 @ 1 0 06779713 +shaggymane n 1 2 @ #m 1 0 13006171 +shaggymane_mushroom n 1 2 @ #m 1 0 13006171 +shah n 1 2 @ ~ 1 0 10585496 +shah_jahan n 1 1 @ 1 0 11294834 +shah_of_iran n 1 2 @ ~ 1 0 10585496 +shah_pahlavi n 1 1 @ 1 0 11220461 +shahadah n 1 1 @ 1 0 05914234 +shahaptian n 2 2 @ ~ 2 0 09668199 06925305 +shaheed n 1 2 @ ; 1 0 10585628 +shahn n 1 1 @ 1 0 11295033 +shaitan n 1 2 @ ; 1 0 09544746 +shake n 6 4 @ ~ + ; 6 0 15039445 07923297 06860177 06632097 00867983 00347652 +shake-up n 1 2 @ + 1 0 01137987 +shakedown n 3 2 @ ; 3 0 07369922 00993787 00784934 +shakeout n 1 1 @ 1 0 14494358 +shaker n 3 4 @ ~ #m + 3 0 10585976 10585773 04183329 +shakers n 1 2 @ %m 1 0 08150576 +shakespeare n 1 2 @ + 1 1 11295196 +shakespearean n 1 1 @ 1 0 10586166 +shakespearean_sonnet n 1 1 @ 1 0 06383107 +shakespearian n 1 1 @ 1 0 10586166 +shakeup n 1 2 @ + 1 0 01137987 +shakiness n 2 3 @ ~ + 2 0 14004572 04776021 +shaking n 2 3 @ ~ + 2 1 00347180 14004572 +shaking_palsy n 1 2 @ %p 1 0 14094350 +shako n 1 1 @ 1 0 02817516 +shakspere n 1 1 @ 1 0 11295196 +shakti n 1 1 @ 1 0 09528587 +shaktism n 2 4 @ #m %m + 2 0 08097222 06239076 +shaktist n 1 3 @ #m + 1 0 09685398 +shale n 1 2 @ ~ 1 0 15038520 +shale_oil n 1 1 @ 1 0 15038892 +shall-flower n 1 2 @ #m 1 0 12357485 +shallon n 1 2 @ #m 1 0 12236160 +shallot n 3 3 @ #p %p 3 0 12433429 12433178 07723177 +shallow n 1 2 @ + 1 0 09433134 +shallow_fording n 1 1 @ 1 0 00297863 +shallowness n 2 4 ! @ ~ + 2 1 05095111 05135725 +shallu n 1 1 @ 1 0 12138578 +shalom_asch n 1 1 @ 1 0 10825554 +shalwar n 1 1 @ 1 0 04132158 +sham n 2 3 @ ~ + 2 1 03318438 10201535 +shaman n 1 3 @ ~ + 1 0 10626194 +shamanism n 2 3 @ + ; 2 0 06245084 06244852 +shamash n 1 2 @ ; 1 0 09521763 +shamble n 1 2 @ + 1 0 00292712 +shambles n 2 1 @ 2 0 14497679 02666943 +shambling n 1 2 @ + 1 0 00292712 +shame n 3 3 @ ~ + 3 3 07506569 14440137 07305098 +shame_plant n 1 2 @ #m 1 0 11755319 +shamefacedness n 1 2 @ + 1 0 07507560 +shamefulness n 1 3 @ ~ + 1 0 04808281 +shamelessness n 1 2 @ + 1 0 04859636 +shamisen n 1 1 @ 1 0 04132603 +shammer n 2 3 @ ~ + 2 0 10286539 10201535 +shammy n 1 2 @ ~ 1 0 14761806 +shammy_leather n 1 2 @ ~ 1 0 14761806 +shampoo n 2 2 @ + 2 0 04183516 00257115 +shamrock n 3 1 @ 3 1 11753700 12703190 11752937 +shamrock_pea n 1 2 @ #m 1 0 12555859 +shamus n 1 2 @ ~ 1 0 10476671 +shan n 1 1 @ 1 0 06935223 +shandy n 1 1 @ 1 0 07912834 +shandygaff n 1 1 @ 1 0 07912834 +shang n 1 1 @ 1 0 08158314 +shang_dynasty n 1 1 @ 1 0 08158314 +shanghai n 1 2 @ #p 1 0 08728268 +shanghai_dialect n 1 1 @ 1 0 06930298 +shanghaier n 1 2 @ + 1 0 10586265 +shangri-la n 1 1 @ 1 0 08565506 +shank n 8 5 @ ~ #p %p + 8 0 07657068 05562756 04184095 04183957 04183819 04183663 02462828 00573945 +shank's_mare n 1 1 @ 1 0 05562015 +shank's_pony n 1 1 @ 1 0 05562015 +shankar n 1 1 @ 1 0 11295464 +shanks'_mare n 1 1 @ 1 0 05562015 +shanks'_pony n 1 1 @ 1 0 05562015 +shannon n 1 1 @ 1 0 11295619 +shanny n 1 2 @ #m 1 0 02613572 +shantung n 1 1 @ 1 1 04184316 +shanty n 2 2 @ ~ 2 1 03547054 07050042 +shantytown n 1 1 @ 1 0 08652036 +shape n 8 5 @ ~ #p = + 8 6 05064037 00027807 05217168 05941210 04677514 14546227 08174167 05930736 +shape-up n 1 1 @ 1 0 01218050 +shape_constancy n 1 1 @ 1 0 05709507 +shapelessness n 2 2 @ + 2 0 13909889 04691861 +shapeliness n 1 2 @ + 1 0 04686748 +shaper n 2 3 @ ~ + 2 0 10284064 04184435 +shaping n 2 3 @ ~ + 2 1 13555446 00925207 +shaping_machine n 1 2 @ ~ 1 0 04184435 +shaping_tool n 1 2 @ ~ 1 0 04184600 +shapley n 1 1 @ 1 0 11295828 +shard n 1 2 @ ~ 1 1 04184701 +share n 5 4 @ ~ #p + 5 4 13285176 13342135 01085098 00787465 03967788 +share-out n 1 2 @ ~ 1 0 01085793 +sharecrop_farmer n 1 1 @ 1 1 10586444 +sharecropper n 1 1 @ 1 0 10586444 +shareholder n 1 2 @ ~ 1 0 10657969 +shareholding n 1 1 @ 1 0 13247712 +shareowner n 1 2 @ ~ 1 0 10657969 +sharer n 1 3 @ ~ + 1 1 10401639 +shareware n 1 1 @ 1 0 06587596 +shari n 1 2 @ #p 1 0 09431409 +shari_river n 1 2 @ #p 1 0 09431409 +sharia n 1 3 @ ~ - 1 0 08455829 +sharia_law n 1 3 @ ~ - 1 0 08455829 +shariah n 1 3 @ ~ - 1 0 08455829 +shariah_law n 1 3 @ ~ - 1 0 08455829 +sharing n 4 3 @ ~ + 4 0 13843920 13843786 07134575 01085793 +shark n 3 3 @ ~ + 3 1 01482330 10586674 10586557 +shark-liver_oil n 1 1 @ 1 0 15038987 +shark_oil n 1 1 @ 1 0 15038987 +shark_repellent n 1 2 @ ~ 1 0 00175605 +sharkskin n 1 1 @ 1 0 04184880 +sharksucker n 1 2 @ #m 1 0 02575325 +sharp n 2 3 @ ~ + 2 0 06866599 04184957 +sharp-sightedness n 2 3 @ ~ + 2 0 05655567 04664628 +sharp-tailed_grouse n 1 1 @ 1 0 01798168 +sharp_tongue n 1 1 @ 1 1 07082346 +sharpener n 1 3 @ ~ + 1 0 04185071 +sharper n 1 1 @ 1 0 09894909 +sharpie n 4 2 @ ~ 4 0 10040945 09894909 04185529 04185329 +sharpness n 7 5 ! @ ~ = + 7 1 05620468 05171978 04992834 04720226 04705324 04702688 04643099 +sharpshooter n 3 3 @ ~ + 3 0 10586793 10294953 04185656 +sharptail_mola n 1 1 @ 1 0 02656969 +sharpy n 2 2 @ ~ 2 0 10040945 09894909 +shasta n 3 2 @ #p 3 0 09668437 09431569 06921951 +shasta_daisy n 1 2 @ #m 1 0 11990313 +shasta_salamander n 1 1 @ 1 0 01638194 +shastan n 1 2 @ ~ 1 0 06921593 +shattering n 1 2 @ + 1 0 00376825 +shatterproof_glass n 1 1 @ 1 0 14882370 +shave n 1 3 @ ~ + 1 0 00254769 +shaver n 3 4 @ ~ %p + 3 0 10586903 09917593 04185804 +shavian n 1 1 @ 1 0 10586998 +shaving n 3 3 @ ~ + 3 2 00254769 09385137 00150762 +shaving-brush_tree n 1 2 @ #m 1 0 12192132 +shaving_brush n 1 1 @ 1 0 04185946 +shaving_cream n 1 1 @ 1 0 04186051 +shaving_foam n 1 1 @ 1 0 04186268 +shaving_soap n 1 1 @ 1 0 04186051 +shavous n 1 2 @ ; 1 0 15197042 +shavuot n 1 2 @ ; 1 0 15197042 +shavuoth n 1 2 @ ; 1 0 15197042 +shaw n 4 2 @ + 4 0 11296429 11296279 11296139 11295936 +shawl n 1 2 @ ~ 1 1 04186455 +shawm n 1 2 @ ~ 1 0 04186624 +shawn n 1 1 @ 1 0 11296602 +shawnee n 2 2 @ ~ 2 0 09668562 06912149 +shawnee_cake n 1 2 @ ; 1 0 07689217 +shawnee_salad n 1 1 @ 1 0 12834938 +shawny n 1 1 @ 1 0 12834938 +shawwal n 1 2 @ #p 1 0 15218551 +shay n 1 2 @ %p 1 0 03002555 +shaytan n 1 2 @ ; 1 0 09544746 +she-devil n 1 1 @ 1 0 10587536 +she-goat n 1 2 @ %p 1 0 02416964 +she-oak n 1 2 @ #m 1 0 12225222 +sheaf n 1 2 @ ~ 1 1 02919414 +shear n 2 3 @ + ; 2 1 11506738 04186709 +shearer n 3 2 @ + 3 0 11296775 10587227 10587089 +shearing n 1 3 @ ~ + 1 0 00360242 +shears n 1 4 @ ~ + ; 1 0 04186848 +shearwater n 1 3 @ ~ #m 1 0 02060411 +sheatfish n 1 2 @ #m 1 0 02518324 +sheath n 3 2 @ ~ 3 3 04187061 05238036 03062015 +sheath_knife n 1 1 @ 1 0 02976123 +sheath_pile n 1 1 @ 1 0 04189651 +sheathing n 1 2 @ + 1 0 04187233 +shebang n 1 1 @ 1 0 08436452 +shebat n 1 2 @ #p 1 0 15215270 +shebeen n 1 1 @ 1 0 07888378 +shed n 1 2 @ ~ 1 1 04187547 +shedder n 1 1 @ 1 0 10587378 +shedding n 2 3 @ ~ + 2 0 13555599 11445564 +sheen n 1 2 @ + 1 0 04954683 +sheeny n 1 2 @ ; 1 0 09682122 +sheep n 3 4 @ ~ #m %p 3 2 02411705 10588074 10587894 +sheep's_fescue n 1 2 @ #m 1 0 12121835 +sheep's_sorrel n 1 1 @ 1 0 12604460 +sheep-tick n 2 2 @ #m 2 0 02199170 01778217 +sheep_bell n 1 1 @ 1 0 04187751 +sheep_botfly n 1 2 @ #m 1 0 02194750 +sheep_dip n 1 1 @ 1 0 15039179 +sheep_dog n 1 2 @ ~ 1 0 02104523 +sheep_fescue n 1 2 @ #m 1 0 12121835 +sheep_frog n 1 2 @ #m 1 0 01653509 +sheep_gadfly n 1 2 @ #m 1 0 02194750 +sheep_ked n 1 2 @ #m 1 0 02199170 +sheep_laurel n 1 1 @ 1 0 12238073 +sheep_pen n 1 1 @ 1 0 03376159 +sheep_plant n 2 2 @ #m 2 0 12006306 11975658 +sheep_polypore n 1 2 @ #m 1 0 13050940 +sheep_rot n 1 1 @ 1 1 14265006 +sheep_sorrel n 1 1 @ 1 0 12604460 +sheep_tick n 2 2 @ #m 2 0 02199170 01778217 +sheepcote n 1 1 @ 1 0 03376159 +sheepdog n 1 2 @ ~ 1 0 02104523 +sheepfold n 1 1 @ 1 0 03376159 +sheepherder n 1 2 @ ~ 1 0 10587605 +sheepishness n 1 2 @ + 1 0 07507560 +sheepman n 2 2 @ ~ 2 1 10587806 10587605 +sheeprun n 1 2 @ ; 1 0 04188064 +sheepshank n 1 1 @ 1 0 04187885 +sheepshead n 1 2 @ #m 1 0 02592055 +sheepshead_porgy n 1 2 @ #m 1 0 02592734 +sheepshearing n 3 1 @ 3 0 15238371 00518555 00360404 +sheepskin n 3 2 @ ~ 3 1 14763508 14759003 06478582 +sheepskin_coat n 1 1 @ 1 0 04187970 +sheepwalk n 1 2 @ ; 1 0 04188064 +sheesha n 1 1 @ 1 0 03533014 +sheet n 8 6 @ ~ #p %p + ; 8 3 09432060 06255777 04188179 13861050 06267893 04188643 04188368 04127904 +sheet-metal_work n 1 2 @ #p 1 0 00618119 +sheet_anchor n 1 1 @ 1 0 04188985 +sheet_bend n 1 1 @ 1 0 04189092 +sheet_glass n 1 3 @ ~ %s 1 0 03961070 +sheet_iron n 1 1 @ 1 0 04189392 +sheet_lighting n 1 1 @ 1 0 07413452 +sheet_metal n 1 2 @ ~ 1 1 04189482 +sheet_music n 1 3 @ ~ ; 1 1 06816106 +sheet_of_paper n 1 2 @ ~ 1 1 06255777 +sheet_pile n 1 1 @ 1 0 04189651 +sheet_piling n 1 1 @ 1 0 04189651 +sheet_web n 1 1 @ 1 0 04189913 +sheeting n 1 2 @ + 1 0 04189282 +sheetrock n 1 2 @ ; 1 0 04189816 +sheffield n 1 2 @ #p 1 0 08880375 +shegetz n 1 2 @ ; 1 0 10588182 +sheik n 2 3 @ ~ + 2 0 10588357 09991026 +sheika n 1 1 @ 1 0 10588519 +sheikdom n 1 2 @ + 1 0 08558770 +sheikh n 1 1 @ 1 0 10588357 +sheikha n 1 1 @ 1 0 10588519 +sheikhdom n 1 1 @ 1 0 08558770 +shekel n 1 2 @ %p 1 0 13706310 +shekels n 1 1 @ 1 0 13385216 +shel_silverstein n 1 1 @ 1 0 11300465 +shelby_silverstein n 1 1 @ 1 0 11300465 +sheldrake n 2 3 @ ~ #m 2 0 01854415 01849466 +shelduck n 1 1 @ 1 0 01849676 +shelf n 2 4 @ ~ #p + 2 1 04190052 09337253 +shelf_bracket n 1 1 @ 1 0 04190376 +shelf_fungus n 1 1 @ 1 0 13050397 +shelf_ice n 1 1 @ 1 0 09432163 +shelf_life n 1 1 @ 1 0 15141894 +shelfful n 1 1 @ 1 0 13769428 +shell n 10 7 @ ~ #s #p %s %p + 10 3 04190464 14758536 01903756 11683556 09432430 09432283 04190997 04190747 03959701 01904182 +shell-flower n 1 2 @ #m 1 0 12881105 +shell_bean n 2 4 @ ~ #p %p 2 0 12557995 07728804 +shell_bean_plant n 1 3 @ ~ %p 1 0 12557995 +shell_collecting n 1 1 @ 1 0 01015689 +shell_corporation n 1 1 @ 1 0 08384201 +shell_entity n 1 1 @ 1 0 08384201 +shell_game n 1 1 @ 1 0 00780731 +shell_ginger n 1 2 @ #m 1 0 12357485 +shell_jacket n 1 1 @ 1 0 03751269 +shell_parakeet n 1 2 @ #m 1 0 01821869 +shell_plating n 1 1 @ 1 0 04191346 +shell_shock n 1 1 @ 1 0 14388596 +shell_stitch n 1 2 @ + 1 0 04191502 +shellac n 2 4 @ ~ %s + 2 0 14701628 04191150 +shellac_varnish n 1 3 @ ~ %s 1 0 04191150 +shellac_wax n 1 1 @ 1 0 15095639 +shellbark n 1 3 @ #m %p 1 0 12321873 +shellbark_hickory n 1 3 @ #m %p 1 0 12321873 +sheller n 1 2 @ + 1 0 10588601 +shelley n 2 1 @ 2 0 11297032 11296914 +shellfire n 1 1 @ 1 0 00124536 +shellfish n 2 5 @ ~ #m #p %p 2 0 07783210 01940736 +shellflower n 2 2 @ #m 2 0 12881105 12357485 +shelling n 1 2 @ + 1 0 00987863 +shelter n 5 3 @ ~ + 5 2 04191595 04191943 14539960 13313733 04192238 +shelter_deck n 1 3 @ ~ %p 1 0 04566862 +shelter_tent n 1 1 @ 1 0 04025508 +shelterbelt n 1 1 @ 1 0 04586072 +sheltered_workshop n 1 1 @ 1 1 04192361 +shelton_jackson_lee n 1 1 @ 1 0 11124647 +shelver n 1 2 @ + 1 0 10588724 +shem n 1 2 @ ; 1 0 10588860 +shema n 1 1 @ 1 0 07034035 +shemozzle n 1 2 @ ; 1 0 13976907 +shen-pao n 1 2 @ #m 1 0 09533910 +shenandoah_national_park n 1 2 @ #p 1 0 08609131 +shenandoah_river n 1 2 @ #p 1 0 09431744 +shenandoah_valley n 1 2 @ #p 1 0 09432549 +shenanigan n 2 2 @ ~ 2 2 00736375 00752954 +shenyang n 1 2 @ #p 1 0 08728462 +shepard n 2 1 @ 2 0 11297457 11297263 +shepherd n 2 3 @ ~ + 2 2 10588965 10587605 +shepherd's_clock n 1 2 @ #m 1 0 12027658 +shepherd's_crook n 1 1 @ 1 0 03134118 +shepherd's_pie n 1 1 @ 1 0 07877062 +shepherd's_pipe n 2 2 @ ~ 2 0 03800371 03355468 +shepherd's_pouch n 1 2 @ #m 1 0 11881189 +shepherd's_purse n 1 2 @ #m 1 0 11881189 +shepherd_dog n 1 2 @ ~ 1 0 02104523 +shepherdess n 1 1 @ 1 0 10589066 +sheraton n 1 1 @ 1 0 04192521 +sherbert n 1 1 @ 1 0 07615289 +sherbet n 1 1 @ 1 0 07615289 +sherd n 1 2 @ ~ 1 0 04184701 +sheridan n 1 1 @ 1 0 11297595 +sheriff n 1 1 @ 1 1 10589140 +sheriff's_sale n 1 1 @ 1 0 06528557 +sherlock n 1 2 @ ~ 1 0 10476671 +sherlock_holmes n 1 1 @ 1 1 09604451 +sherman n 4 2 @ #p 4 0 11297983 11297756 09431902 09146324 +sherpa n 1 3 @ ~ #m 1 0 09733028 +sherrington n 1 1 @ 1 0 11298240 +sherry n 1 2 @ ~ 1 1 07900958 +sherwood n 1 1 @ 1 0 11298403 +sherwood_anderson n 1 1 @ 1 0 10817935 +sherwood_forest n 1 2 @ ; 1 0 09432785 +shetland n 2 2 @ #p 2 0 08954057 02105855 +shetland_islands n 1 2 @ #p 1 0 08954057 +shetland_pony n 1 1 @ 1 0 02382635 +shetland_sheep_dog n 1 1 @ 1 0 02105855 +shetland_sheepdog n 1 1 @ 1 0 02105855 +shetland_wool n 1 1 @ 1 0 15039335 +shevat n 1 2 @ #p 1 0 15215270 +shevchenko n 1 1 @ 1 0 11298519 +shf n 1 2 @ #p 1 0 05057917 +shi'ite n 1 2 @ #m 1 0 09683306 +shi'ite_muslim n 1 2 @ #m 1 0 09683306 +shia n 1 3 @ #m %m 1 0 08096301 +shia_muslim n 1 2 @ #m 1 0 09683306 +shiah n 1 3 @ #m %m 1 0 08096301 +shiah_islam n 1 3 @ #m %m 1 0 08096301 +shiatsu n 1 2 @ ; 1 0 00710338 +shibah n 1 2 @ ; 1 0 15296489 +shibboleth n 2 2 @ ~ 2 2 07152259 07082444 +shield n 3 5 @ ~ #p %s + 3 2 04192858 04192698 01903756 +shield_fern n 1 3 @ ~ #m 1 0 13192625 +shield_of_david n 1 1 @ 1 0 06882333 +shielder n 1 3 @ ~ + 1 0 09614684 +shielding n 3 2 @ + 3 2 00818362 04193035 04193179 +shift n 10 6 @ ~ #p %p + ; 10 5 07444668 07359599 15291801 00196084 00331655 09278537 08218393 04193377 03013580 03013438 +shift_key n 1 2 @ #p 1 0 04193377 +shift_register n 1 2 @ ; 1 0 04193552 +shifter n 2 3 @ #p + 2 0 10556124 03432129 +shiftiness n 2 2 @ + 2 0 04875728 04734698 +shifting n 1 2 @ + 1 0 00331655 +shiftlessness n 1 2 @ + 1 0 04637571 +shiga_bacillus n 1 1 @ 1 0 01370465 +shigella n 1 3 @ ~ #m 1 0 01370260 +shigella_dysentariae n 1 1 @ 1 0 01370465 +shigellosis n 1 1 @ 1 0 14184608 +shih-tzu n 1 1 @ 1 0 02086240 +shiism n 1 2 @ ~ 1 0 06236309 +shiitake n 1 2 @ #m 1 0 13001930 +shiitake_mushroom n 1 2 @ #m 1 0 13001930 +shiite n 1 2 @ #m 1 0 09683306 +shiite_muslim n 1 2 @ #m 1 0 09683306 +shikoku n 1 2 @ #p 1 0 08921613 +shiksa n 1 2 @ ; 1 0 10589243 +shikse n 1 2 @ ; 1 0 10589243 +shill n 1 2 @ + 1 0 10589402 +shillalah n 1 2 @ ; 1 0 04193742 +shillelagh n 1 2 @ ; 1 0 04193742 +shilling n 6 2 @ %p 6 0 13707346 13707106 13706864 13706628 13686877 13389763 +shillyshally n 1 2 @ + 1 0 01067362 +shiloh n 1 3 @ #p ; 1 0 01294502 +shim n 1 1 @ 1 1 04193883 +shimchath_torah n 1 2 @ ; 1 0 15197302 +shimmer n 1 2 @ + 1 0 07411851 +shimmy n 3 3 @ %p + 3 0 07364851 03013580 00533535 +shin n 4 2 @ #p 4 1 05562902 07657440 06838975 05594367 +shin_bet n 1 2 @ ; 1 0 08347457 +shin_bone n 2 2 @ #p 2 0 07657440 05594367 +shin_guard n 1 1 @ 1 0 04194127 +shin_splints n 1 1 @ 1 0 14568986 +shina n 1 1 @ 1 0 06972558 +shinbone n 1 2 @ #p 1 1 05594367 +shindig n 1 1 @ 1 0 08253045 +shindy n 1 1 @ 1 0 08253045 +shine n 1 3 @ ~ + 1 0 04953954 +shiner n 4 5 @ ~ #m %p + 4 0 14289387 09432990 02624551 01441425 +shingle n 3 2 @ + 3 0 15039445 14699574 04194009 +shingle_oak n 1 1 @ 1 0 12272883 +shingle_tree n 1 2 @ #m 1 0 12490490 +shingler n 1 2 @ + 1 0 10589566 +shingles n 1 1 @ 1 0 14132829 +shingling n 2 4 @ #p + ; 2 0 14700280 00618264 +shingon n 1 2 @ ; 1 0 06242237 +shininess n 1 2 @ + 1 0 04954683 +shining n 1 3 @ ~ + 1 1 00578795 +shining_clubmoss n 1 1 @ 1 0 13222877 +shining_path n 1 2 @ ; 1 0 08044676 +shining_sumac n 1 1 @ 1 0 12763762 +shining_willow n 1 2 @ #m 1 0 12729164 +shinleaf n 1 1 @ 1 0 12256708 +shinney n 1 1 @ 1 0 00468299 +shinny n 1 1 @ 1 0 00468299 +shinpad n 1 1 @ 1 0 04194127 +shinplaster n 1 1 @ 1 0 13385466 +shinto n 2 2 @ %m 2 0 08100320 06243347 +shintoism n 1 2 @ + 1 0 06243347 +shintoist n 1 3 @ #m + 1 0 09685806 +shiny_lyonia n 1 2 @ #m 1 0 12241426 +ship n 1 6 @ ~ #m %p + - 1 1 04194289 +ship's_bell n 1 2 @ ; 1 0 15227593 +ship's_boat n 1 2 @ ~ 1 0 04409128 +ship's_chandler n 1 1 @ 1 0 10590638 +ship's_company n 1 2 @ %m 1 0 08219059 +ship's_galley n 1 3 @ ~ #p 1 0 03412220 +ship's_officer n 1 2 @ ~ 1 0 10371741 +ship's_papers n 1 2 @ ; 1 0 06501748 +ship-breaker n 1 1 @ 1 0 10589666 +ship-towed_long-range_acoustic_detection_system n 1 1 @ 1 0 04196925 +ship_biscuit n 1 1 @ 1 0 07694839 +ship_broker n 1 1 @ 1 0 10589785 +ship_builder n 2 1 @ 2 0 10590764 10589930 +ship_building n 1 2 @ - 1 0 00912822 +ship_canal n 1 2 @ ~ 1 0 04196337 +ship_chandler n 1 1 @ 1 0 10590042 +ship_money n 1 1 @ 1 0 13317137 +ship_of_the_line n 1 2 @ ~ 1 0 03718212 +ship_route n 1 2 @ ~ 1 0 04163364 +shipboard_duty n 1 1 @ 1 0 00732369 +shipboard_soldier n 1 3 @ #m ; 1 0 10294139 +shipboard_system n 1 2 @ ~ 1 0 04196080 +shipbuilder n 3 2 @ #m 3 0 10590764 10589930 08073992 +shipbuilding n 1 2 @ - 1 1 00912822 +shipbuilding_industry n 1 2 @ %m 1 0 08074109 +shipload n 1 1 @ 1 0 13775523 +shipmate n 1 1 @ 1 0 10590146 +shipment n 2 3 @ ~ + 2 2 02964389 00061290 +shipowner n 1 1 @ 1 0 10590239 +shipper n 2 3 @ ~ + 2 0 10590339 08481715 +shipping n 2 5 @ ~ #p + - 2 1 01105259 04196502 +shipping_agent n 1 1 @ 1 0 10590452 +shipping_articles n 1 1 @ 1 0 06526486 +shipping_clerk n 1 1 @ 1 0 10590537 +shipping_company n 1 2 @ ~ 1 0 08003717 +shipping_fever n 1 1 @ 1 1 14272620 +shipping_office n 1 1 @ 1 0 04196677 +shipping_pneumonia n 1 1 @ 1 0 14272620 +shipping_room n 1 2 @ ; 1 0 04196803 +shipside n 1 2 @ #p 1 0 08650391 +shipway n 2 3 @ ~ #p 2 0 04565039 04196337 +shipworm n 1 3 @ ~ #m 1 0 01967094 +shipwreck n 3 3 @ ~ + 3 1 04197110 07478718 07353075 +shipwreck_survivor n 1 1 @ 1 0 09899438 +shipwright n 1 1 @ 1 0 10590764 +shipyard n 1 3 @ ~ %p 1 1 04197235 +shiraz n 1 2 @ #p 1 0 08912279 +shire n 2 3 @ %p ; 2 0 08587828 02387346 +shire_horse n 1 1 @ 1 0 02387346 +shire_town n 1 3 @ #p ; 1 0 08547300 +shirer n 1 1 @ 1 0 11298634 +shirker n 1 4 @ ~ + ; 1 0 10608385 +shirking n 1 2 @ + 1 1 00741478 +shirley_temple n 1 1 @ 1 0 10851987 +shirley_temple_black n 1 1 @ 1 0 10851987 +shirodkar's_operation n 1 1 @ 1 0 00691879 +shirred_egg n 1 1 @ 1 0 07842605 +shirring n 1 2 @ + 1 0 00246460 +shirt n 1 5 @ ~ %s %p + 1 1 04197391 +shirt_button n 1 2 @ #p 1 0 04197781 +shirtdress n 1 1 @ 1 0 04197878 +shirtfront n 2 3 @ ~ #p 2 1 04198015 03191561 +shirting n 1 2 @ #s 1 0 04198233 +shirtlifter n 1 2 @ ~ 1 0 10122645 +shirtmaker n 1 1 @ 1 0 10590903 +shirtsleeve n 1 2 @ #p 1 1 04198355 +shirtsleeves n 1 1 @ 1 1 14457976 +shirttail n 2 2 @ #p 2 0 06399870 04198453 +shirtwaist n 1 1 @ 1 0 04198562 +shirtwaister n 1 1 @ 1 0 04198562 +shish_kebab n 1 2 @ ~ 1 0 07869775 +shisha n 1 1 @ 1 0 03533014 +shit n 6 3 @ + ; 6 2 14854581 06611376 13773047 13555775 09815188 05140793 +shite n 1 2 @ ; 1 0 14854581 +shithead n 1 1 @ 1 0 10039663 +shitlist n 1 1 @ 1 0 06487260 +shittah n 1 3 @ #m %s 1 0 11756329 +shittah_tree n 1 3 @ #m %s 1 0 11756329 +shitter n 1 2 @ + 1 0 10000007 +shittim n 1 1 @ 1 0 12772908 +shittimwood n 3 2 @ #s 3 0 12773142 12772908 11756522 +shitting n 1 3 @ ~ + 1 0 13459088 +shitwork n 1 1 @ 1 0 00732576 +shiv n 1 1 @ 1 0 04198722 +shiva n 2 5 @ ~ #m + ; 2 0 15296489 09528727 +shivah n 1 2 @ ; 1 0 15296489 +shivaism n 2 4 @ #m %m + 2 0 08097072 06238931 +shivaist n 1 3 @ #m + 1 0 09685564 +shivaree n 1 1 @ 1 0 07054122 +shiver n 2 2 @ + 2 1 00867983 07520112 +shivering n 1 2 @ + 1 1 14340287 +shlemiel n 1 2 @ ; 1 0 10556825 +shlep n 2 2 @ ; 2 0 10556953 00310425 +shlepper n 1 2 @ ; 1 0 10556953 +shlimazel n 1 2 @ ; 1 0 10557094 +shlock n 1 2 @ ; 1 0 04145735 +shlockmeister n 1 2 @ ; 1 0 10557246 +shmaltz n 1 2 @ ; 1 0 04627936 +shmear n 1 2 @ ; 1 0 08400605 +shmegegge n 1 2 @ ; 1 0 06609785 +shmo n 1 2 @ ; 1 0 10557404 +shmooze n 1 2 @ ; 1 0 07136469 +shmuck n 1 2 @ ; 1 0 10557404 +shnook n 1 2 @ ; 1 0 10557517 +shnorrer n 1 2 @ ; 1 0 10557699 +shoal n 3 3 @ %m + 3 0 09433312 09433134 07995453 +shoat n 1 3 @ ~ #m 1 0 02395694 +shock n 10 5 @ ~ #p + ; 10 6 07510625 01172252 00839292 14067076 07429276 07298982 07962707 07962500 07339098 04198797 +shock_absorber n 1 3 @ ~ #p 1 1 04198797 +shock_therapy n 1 2 @ ~ 1 1 00706371 +shock_treatment n 1 2 @ ~ 1 0 00706371 +shock_troops n 1 1 @ 1 0 08274004 +shock_wave n 1 2 @ ~ 1 0 07347846 +shocker n 2 2 @ + 2 0 10590977 07247803 +shockley n 1 1 @ 1 0 11298810 +shoddiness n 2 2 @ + 2 0 05140593 05041320 +shoddy n 1 1 @ 1 0 15104860 +shoe n 4 6 @ ~ #p %p + ; 4 1 04199027 04200000 03539433 02890940 +shoe-shop n 1 1 @ 1 0 04200800 +shoe_black n 1 1 @ 1 0 12179391 +shoe_bomb n 1 1 @ 1 0 04200138 +shoe_collar n 1 2 @ #p 1 0 03068707 +shoe_industry n 1 1 @ 1 0 08074225 +shoe_lace n 1 3 @ #p %p 1 0 04200637 +shoe_leather n 1 1 @ 1 1 14763879 +shoe_polish n 1 1 @ 1 0 15039568 +shoe_repairing n 1 1 @ 1 1 00617865 +shoe_shop n 1 1 @ 1 0 04200800 +shoe_store n 1 1 @ 1 1 04200800 +shoe_string n 2 3 @ #p %p 2 0 13762178 04200637 +shoebill n 1 2 @ #m 1 0 02005399 +shoebird n 1 2 @ #m 1 0 02005399 +shoeblack n 1 1 @ 1 0 09866817 +shoeblack_plant n 1 1 @ 1 0 12179391 +shoebox n 2 1 @ 2 0 04200390 04200258 +shoeful n 1 1 @ 1 1 13769549 +shoehorn n 1 1 @ 1 0 04200537 +shoelace n 1 3 @ #p %p 1 1 04200637 +shoemaker n 1 2 @ ~ 1 0 09933098 +shoemaker's_last n 1 1 @ 1 0 03644532 +shoemaking n 1 1 @ 1 0 00617865 +shoes n 1 1 @ 1 1 13926786 +shoeshine n 2 1 @ 2 0 04701267 00579082 +shoestring n 2 3 @ #p %p 2 1 04200637 13762178 +shoestring_catch n 1 2 @ ; 1 0 00140264 +shoestring_fungus n 1 2 @ #m 1 0 13231678 +shoetree n 1 1 @ 1 0 04200908 +shofar n 1 1 @ 1 0 04201064 +shogi n 1 2 @ ; 1 0 00505726 +shogun n 1 1 @ 1 0 10591072 +shogunate n 1 2 @ ~ 1 0 08440630 +shoji n 1 2 @ ; 1 0 04201297 +sholem_asch n 1 1 @ 1 0 10825554 +sholom_asch n 1 1 @ 1 0 10825554 +shona n 2 1 @ 2 0 10591239 06995135 +shoo-in n 1 1 @ 1 0 07475107 +shoo_fly n 1 2 @ #m 1 0 12907057 +shoofly n 2 2 @ ; 2 0 10591347 04201435 +shoofly_pie n 1 1 @ 1 0 07625977 +shook n 1 1 @ 1 0 04201618 +shoot n 2 3 @ ~ + 2 0 13164763 00122954 +shoot-'em-up n 1 1 @ 1 0 06616216 +shoot-down n 1 1 @ 1 1 01250569 +shooter n 5 4 @ ~ + ; 5 1 04396093 10593115 10591678 10591481 10152083 +shooting n 2 4 @ ~ %p + 2 2 00122661 00225150 +shooting_box n 1 1 @ 1 0 04202142 +shooting_brake n 1 2 @ ; 1 0 04201733 +shooting_gallery n 2 2 @ ; 2 0 04201992 04201845 +shooting_iron n 1 3 @ ~ %p 1 0 03948459 +shooting_lodge n 1 1 @ 1 0 04202142 +shooting_preserve n 1 1 @ 1 1 08587571 +shooting_range n 1 1 @ 1 0 04201845 +shooting_script n 1 1 @ 1 0 07012414 +shooting_star n 1 3 @ ~ #p 1 0 11483990 +shooting_stick n 1 1 @ 1 0 04202282 +shootout n 1 1 @ 1 0 00124617 +shop n 3 4 @ ~ %p + 3 2 04202417 04603081 00892254 +shop_assistant n 1 3 @ ~ ; 1 0 10548227 +shop_bell n 1 1 @ 1 0 04203356 +shop_boy n 1 1 @ 1 0 10591949 +shop_class n 1 1 @ 1 0 00892254 +shop_clerk n 1 2 @ ~ 1 0 10548227 +shop_floor n 1 2 @ #p 1 0 04203514 +shop_girl n 1 1 @ 1 0 10592049 +shop_mechanic n 1 1 @ 1 0 10279018 +shop_steward n 1 1 @ 1 0 10592811 +shop_talk n 1 1 @ 1 0 07136578 +shop_window n 1 2 @ #p 1 0 03211789 +shopaholic n 1 2 @ ; 1 0 10591811 +shopfront n 1 3 @ #p %p 1 0 04203705 +shophar n 1 1 @ 1 0 04201064 +shopkeeper n 1 3 @ ~ #m 1 1 10592152 +shoplifter n 1 2 @ + 1 0 09866661 +shoplifting n 1 2 @ + 1 0 00781480 +shopper n 2 3 @ ~ + 2 1 10592397 10592595 +shopping n 2 3 @ ~ + 2 1 00081836 04203889 +shopping_bag n 1 1 @ 1 0 04204081 +shopping_basket n 1 1 @ 1 0 04204238 +shopping_cart n 1 1 @ 1 0 04204347 +shopping_center n 1 2 @ %p 1 1 03965456 +shopping_centre n 1 2 @ %p 1 0 03965456 +shopping_list n 2 2 @ ~ 2 0 06495516 06491371 +shopping_mall n 1 2 @ %p 1 0 03965456 +shopwalker n 1 1 @ 1 0 10097262 +shopwindow n 1 2 @ #p 1 0 03211789 +shore n 2 5 @ ~ %p + ; 2 1 09433442 04204468 +shore_bird n 1 3 @ ~ #m 1 0 02022684 +shore_boulder n 1 1 @ 1 0 09433721 +shore_duty n 1 1 @ 1 0 00732492 +shore_leave n 1 1 @ 1 0 15140080 +shore_patrol n 1 2 @ ; 1 0 08211475 +shore_pine n 1 1 @ 1 0 11615026 +shore_station n 1 2 @ ; 1 0 03812119 +shorea n 1 3 @ #m %m 1 0 12377328 +shorea_teysmanniana n 1 3 @ #m %s 1 0 12377494 +shorebird n 1 3 @ ~ #m 1 0 02022684 +shoreline n 1 2 @ #p 1 0 09433839 +shoring n 2 2 @ + 2 0 04204468 01017550 +shoring_up n 1 2 @ + 1 0 01017550 +short n 3 4 @ #m #p + 3 1 04204619 04204755 00723984 +short's_aster n 1 1 @ 1 0 11935187 +short-billed_marsh_wren n 1 1 @ 1 0 01585422 +short-grass n 1 1 @ 1 0 12103894 +short-horned_grasshopper n 1 3 @ ~ #m 1 0 02226821 +short-leaf_pine n 1 1 @ 1 0 11616260 +short-spurred_fragrant_orchid n 1 2 @ #m 1 0 12064591 +short-staple_cotton n 1 1 @ 1 0 14870424 +short-stop n 1 1 @ 1 0 04327544 +short-stop_bath n 1 1 @ 1 0 04327544 +short-tailed_shrew n 1 2 @ #m 1 0 01892385 +short-term_memory n 1 1 @ 1 0 05760611 +short-toed_eagle n 1 2 @ #m 1 0 01610552 +short_account n 2 1 @ 2 0 13929336 06641818 +short_aria n 1 1 @ 1 0 07049634 +short_bone n 1 1 @ 1 1 05280698 +short_circuit n 1 2 @ #p 1 0 04204755 +short_covering n 1 1 @ 1 0 00080096 +short_division n 1 1 @ 1 0 00871263 +short_gastric_artery n 1 1 @ 1 0 05346191 +short_hundredweight n 1 3 @ #p %p 1 0 13721177 +short_iron n 1 1 @ 1 0 04205062 +short_letter n 1 2 @ ~ 1 0 06626286 +short_line n 1 1 @ 1 0 04205192 +short_list n 1 1 @ 1 0 06495625 +short_order n 1 1 @ 1 0 07279968 +short_pants n 1 3 @ ~ ; 1 0 04205318 +short_ribs n 1 1 @ 1 0 07661845 +short_sale n 1 1 @ 1 0 00079908 +short_saphenous_vein n 1 1 @ 1 0 05380122 +short_selling n 1 1 @ 1 0 00079908 +short_shrift n 1 1 @ 1 0 07208184 +short_sleep n 1 2 @ ~ 1 0 00858377 +short_sleeve n 1 1 @ 1 0 04205505 +short_story n 1 1 @ 1 1 06371999 +short_subject n 1 2 @ ~ 1 0 06616314 +short_temper n 1 1 @ 1 0 07552549 +short_ton n 1 3 @ #p %p 1 0 13721529 +short_wave n 1 1 @ 1 0 11507174 +short_whist n 1 2 @ ~ 1 0 00496167 +shortage n 2 2 @ ~ 2 2 05114371 14449865 +shortbread n 1 1 @ 1 0 07636020 +shortbread_cookie n 1 1 @ 1 0 07636020 +shortcake n 1 1 @ 1 0 07694659 +shortcoming n 1 1 @ 1 0 05162642 +shortcut n 1 1 @ 1 1 04204953 +shortener n 1 2 @ + 1 0 09433952 +shortening n 2 3 @ ~ + 2 0 07672687 00358931 +shortfall n 1 2 @ ~ 1 0 05114371 +shortfin_mako n 1 1 @ 1 0 01484285 +shortgrass n 1 1 @ 1 0 12103894 +shorthand n 1 1 @ 1 0 06350127 +shorthand_typist n 1 1 @ 1 0 10654015 +shorthorn n 1 1 @ 1 0 02407071 +shortia n 1 3 @ ~ #m 1 0 12252168 +shortia_galacifolia n 1 1 @ 1 0 12252383 +shortleaf_pine n 1 1 @ 1 0 11616260 +shortleaf_yellow_pine n 1 1 @ 1 0 11616260 +shortlist n 1 1 @ 1 0 06495625 +shortness n 6 4 ! @ ~ + 6 1 05133944 14450339 05137938 05052832 05002680 04915462 +shortness_of_breath n 1 1 @ 1 0 14370122 +shorts n 2 3 @ ~ ; 2 0 04205318 03234164 +shortsightedness n 2 4 @ ~ + ; 2 0 14553290 04894552 +shortstop n 2 3 @ #m ; 2 1 10592986 00723984 +shorttail_weasel n 1 2 @ ~ 1 0 02442172 +shortwave_diathermy_machine n 1 1 @ 1 0 04205613 +shoshone n 2 2 @ ~ 2 0 09668729 06914802 +shoshonean n 1 2 @ ~ 1 0 06915313 +shoshonean_language n 1 2 @ ~ 1 0 06915313 +shoshoni n 1 2 @ ~ 1 0 09668729 +shoshonian n 1 2 @ ~ 1 0 06915313 +shoshonian_language n 1 2 @ ~ 1 0 06915313 +shostakovich n 1 1 @ 1 0 11299030 +shot n 17 5 @ ~ #p %p ; 17 7 00122661 04205759 00565302 14485673 10593115 06614729 00697365 13773250 06767922 05803938 04248607 04206070 04205983 01175633 00788632 00788473 00103590 +shot_glass n 1 1 @ 1 0 04206225 +shot_hole n 1 1 @ 1 0 04206695 +shot_metal n 1 1 @ 1 0 15039703 +shot_put n 1 1 @ 1 0 07469975 +shot_putter n 1 1 @ 1 0 10593521 +shot_tower n 1 1 @ 1 0 04206790 +shote n 1 3 @ ~ #m 1 0 02395694 +shotgun n 1 3 @ ~ %p 1 1 04206356 +shotgun_shell n 1 2 @ %p 1 0 04206570 +shoulder n 5 5 @ ~ #p %p + 5 1 05548840 07661583 05549061 04207151 04206948 +shoulder_bag n 1 1 @ 1 1 04207343 +shoulder_blade n 1 3 @ #p %p 1 1 05279688 +shoulder_board n 1 2 @ #p 1 0 04207473 +shoulder_bone n 1 3 @ #p %p 1 0 05279688 +shoulder_flash n 1 2 @ ; 1 0 06884790 +shoulder_girdle n 1 2 @ #p 1 0 05586280 +shoulder_holster n 1 1 @ 1 0 04207763 +shoulder_joint n 1 3 @ #p %p 1 0 05549061 +shoulder_mark n 1 2 @ #p 1 0 04207473 +shoulder_pad n 1 1 @ 1 0 04207903 +shoulder_patch n 1 2 @ #p 1 0 04208065 +shoulder_strap n 1 2 @ #p 1 0 04333500 +shoulder_vise n 1 1 @ 1 0 04598416 +shouldered_arch n 1 1 @ 1 0 04207596 +shout n 1 3 @ ~ + 1 1 07120524 +shouter n 1 3 @ ~ + 1 0 10533983 +shouting n 2 2 @ + 2 2 07251779 07123552 +shove n 1 3 @ ~ + 1 0 00113726 +shove-ha'penny n 1 2 @ ; 1 0 00505871 +shove-halfpenny n 1 2 @ ; 1 0 00505871 +shovel n 4 3 @ ~ + 4 1 04208210 13769870 04208427 03996416 +shovel_board n 1 2 @ ; 1 0 00505871 +shovel_hat n 1 1 @ 1 0 04208582 +shovelboard n 1 1 @ 1 0 00467536 +shoveler n 2 3 @ #m + 2 0 10593618 01848976 +shovelful n 1 1 @ 1 0 13769870 +shovelhead n 1 1 @ 1 0 01495006 +shoveller n 2 2 @ #m 2 0 10593618 01848976 +shovelnose_catfish n 1 2 @ #m 1 0 02520147 +shover n 1 3 @ ~ + 1 0 10495421 +show n 4 3 @ ~ + 4 2 00520257 06879521 06619065 00755277 +show-off n 1 3 @ ~ + 1 0 10070711 +show-stopper n 2 1 @ 2 0 06892358 04689942 +show_bill n 1 2 @ %p 1 0 06793817 +show_biz n 1 2 @ %p 1 0 08067951 +show_business n 1 2 @ %p 1 0 08067951 +show_card n 1 2 @ %p 1 0 06793817 +show_me_state n 1 4 @ #m #p %p 1 0 09105821 +show_time n 1 1 @ 1 0 15295884 +show_trial n 1 1 @ 1 0 01197119 +show_window n 2 2 @ #p 2 0 14516082 03211789 +showboat n 1 1 @ 1 0 04208760 +showcase n 2 2 @ ~ 2 1 14516082 02975212 +showdown n 1 1 @ 1 1 07181043 +shower n 6 5 @ ~ #p %p + 6 4 04208936 00257580 11502497 07363668 10070563 08255795 +shower_bath n 2 3 @ #p %p 2 0 04209613 00257580 +shower_cap n 1 1 @ 1 0 04209133 +shower_curtain n 1 2 @ #p 1 0 04209239 +shower_room n 1 2 @ %p 1 1 04209509 +shower_stall n 1 3 @ #p %p 1 0 04209613 +showerhead n 1 2 @ #p 1 1 04209383 +showgirl n 1 2 @ #m 1 0 09920901 +showiness n 1 2 @ + 1 0 04699936 +showing n 2 3 @ ~ + 2 2 06888345 00521209 +showjumping n 1 2 @ #p 1 0 00450998 +showman n 2 2 @ ~ 2 0 10594043 10593745 +showmanship n 1 1 @ 1 0 05640040 +showpiece n 1 2 @ ~ 1 1 03069567 +showplace n 1 1 @ 1 0 08648917 +showroom n 1 2 @ ; 1 1 04209811 +showstopper n 2 1 @ 2 0 06892358 04689942 +showtime n 1 2 @ ~ 1 0 15265518 +showy_daisy n 1 1 @ 1 0 11967315 +showy_goldenrod n 1 1 @ 1 0 12018363 +showy_lady's-slipper n 1 1 @ 1 0 12056758 +showy_lady_slipper n 1 1 @ 1 0 12056758 +showy_milkweed n 1 1 @ 1 0 13235159 +showy_orchis n 1 1 @ 1 0 12044041 +showy_sunflower n 1 1 @ 1 0 11979187 +shrapnel n 1 1 @ 1 1 04210012 +shred n 2 3 @ ~ + 2 1 13773725 04045941 +shredder n 1 2 @ + 1 0 04210120 +shreveport n 1 2 @ #p 1 0 09092352 +shrew n 2 3 @ ~ #m 2 0 10594147 01891633 +shrew_mole n 1 3 @ ~ #m 1 0 01890860 +shrewdness n 1 4 @ ~ + ; 1 0 05621439 +shrewishness n 1 2 @ + 1 0 04642866 +shrewmouse n 1 3 @ ~ #m 1 0 01891633 +shriek n 2 2 @ + 2 2 07123012 07393161 +shrieking n 2 2 @ + 2 1 07123012 07393161 +shrift n 1 1 @ 1 0 01039560 +shrike n 1 3 @ ~ #m 1 0 01598588 +shrilling n 1 2 @ + 1 0 07393589 +shrillness n 2 2 @ + 2 0 05193621 04990021 +shrimp n 3 7 @ ~ #m #s #p %p + 3 0 10543544 07794159 01986806 +shrimp-fish n 1 2 @ #m 1 0 01457407 +shrimp_butter n 1 1 @ 1 0 07855907 +shrimp_cocktail n 1 2 @ %s 1 0 07582152 +shrimp_newburg n 1 1 @ 1 0 07870620 +shrimp_sauce n 1 1 @ 1 0 07839055 +shrimper n 1 2 @ + 1 0 04210288 +shrimpfish n 1 2 @ #m 1 0 01457407 +shrine n 1 3 @ ~ + 1 1 04210390 +shrink n 1 2 @ ~ 1 0 10488016 +shrink-wrap n 1 1 @ 1 0 04210591 +shrink-wrapped_software n 1 1 @ 1 0 06587790 +shrinkage n 3 3 @ ~ + 3 0 07313004 05112215 00781480 +shrinking n 2 3 @ ~ + 2 0 07313004 00360485 +shrinking_violet n 1 2 @ ~ 1 0 10594715 +shroud n 3 5 @ ~ #p + ; 3 0 04210723 04188368 03879116 +shrove_tuesday n 1 2 @ #p 1 0 15241898 +shrovetide n 1 3 @ #p %p 1 0 15241777 +shrub n 1 4 @ ~ #m + 1 1 13112664 +shrubbery n 2 2 @ %m 2 2 08649067 08439694 +shrubby_bittersweet n 1 2 @ #m 1 0 12748248 +shrubby_penstemon n 1 2 @ #m 1 0 12886600 +shrubby_st_john's_wort n 1 1 @ 1 0 12369476 +shrublet n 1 3 @ ~ + 1 0 13118569 +shrug n 1 2 @ + 1 1 07273924 +shtick n 4 3 @ ~ ; 4 0 13762836 00550545 00513597 00171882 +shtickl n 1 1 @ 1 0 13763058 +shtik n 4 3 @ ~ ; 4 0 13762836 00550545 00513597 00171882 +shtikl n 1 1 @ 1 0 13763058 +shtup n 1 2 @ ; 1 0 00846021 +shua n 1 2 @ #m 1 0 08100656 +shuck n 1 3 @ ~ + 1 0 14805899 +shucks n 2 1 @ 2 1 05140793 06605682 +shudder n 2 2 @ + 2 0 07520112 00348801 +shudra n 2 3 @ #m %m 2 0 10594284 08307440 +shuffle n 2 4 @ ~ #p + 2 0 00340463 00292712 +shuffleboard n 1 1 @ 1 0 00467536 +shuffler n 2 2 @ + 2 0 10594523 10594408 +shuffling n 2 4 @ ~ #p + 2 1 00292712 00340463 +shufti n 1 2 @ ; 1 0 00985921 +shuha_shinto n 1 2 @ #m 1 0 08100656 +shumac n 1 4 @ ~ #m %s 1 0 12762896 +shumard_oak n 1 1 @ 1 0 12278107 +shumard_red_oak n 1 1 @ 1 0 12278107 +shun_giku n 1 3 @ #m %p 1 0 11951052 +shunning n 1 3 @ ~ + 1 0 00203753 +shunt n 3 4 @ ~ #p + 3 2 05548521 04211001 04210858 +shunt_circuit n 1 1 @ 1 0 03888808 +shunter n 1 2 @ + 1 0 04211219 +shut-in n 1 2 @ #m 1 0 10214230 +shutdown n 1 3 @ ~ + 1 1 00229260 +shute n 1 1 @ 1 0 11299212 +shuteye n 1 1 @ 1 0 14026089 +shutout n 1 1 @ 1 0 07476495 +shutter n 2 4 @ ~ #p + 2 2 04211528 04211356 +shutterbug n 1 1 @ 1 0 10594634 +shutting n 1 2 @ + 1 0 00344040 +shutting_post n 1 1 @ 1 0 04211755 +shuttle n 3 3 @ ~ + 3 0 04212282 04211970 04211857 +shuttle_bus n 1 1 @ 1 0 04212165 +shuttle_diplomacy n 1 1 @ 1 0 07149348 +shuttle_helicopter n 1 1 @ 1 0 04212467 +shuttlecock n 1 2 @ + 1 0 04212282 +shuttlecock_fern n 1 2 @ #m 1 0 13198054 +shwa n 1 2 @ ~ 1 0 07114023 +shy n 1 2 @ + 1 0 00106888 +shy_person n 1 2 @ ~ 1 0 10594715 +shylock n 2 1 @ 2 0 10742384 10542401 +shyness n 1 2 @ + 1 0 07523180 +shyster n 1 1 @ 1 0 10594857 +si n 3 2 @ #s 3 0 14654541 13578267 06869129 +si_system n 1 1 @ 1 0 13578267 +si_unit n 1 1 @ 1 0 13578267 +sial n 1 2 @ #s 1 0 14698233 +sialadenitis n 1 1 @ 1 0 14355725 +sialia n 1 3 @ #m %m 1 0 01561884 +sialidae n 1 3 @ #m %m 1 0 02266580 +sialis n 1 3 @ #m %m 1 0 02266732 +sialis_lutaria n 1 2 @ #m 1 0 02266864 +sialolith n 1 1 @ 1 0 09434125 +siam n 1 6 @ #m #p %m %p - 1 0 09036452 +siamang n 1 2 @ #m 1 0 02483708 +siamese n 4 5 @ ~ #m #p + 4 1 06936149 09734294 04212573 02123597 +siamese_cat n 1 2 @ ~ 1 1 02123597 +siamese_connection n 1 2 @ #p 1 0 04212573 +siamese_twin n 1 1 @ 1 0 10595012 +sian n 1 2 @ #p 1 0 08729452 +sib n 2 3 @ ~ #m 2 0 10595164 10236114 +sibelius n 1 1 @ 1 0 11299367 +siberia n 1 5 @ #p %m %p + 1 1 09005712 +siberian n 1 4 @ ~ #m + 1 0 09731082 +siberian_crab n 1 2 @ #m 1 0 12634734 +siberian_crab_apple n 1 2 @ #m 1 0 12634734 +siberian_elm n 1 2 @ #m 1 0 12408077 +siberian_husky n 1 1 @ 1 0 02110185 +siberian_larch n 1 1 @ 1 0 11620016 +siberian_millet n 1 1 @ 1 0 12135576 +siberian_pea_tree n 1 1 @ 1 0 12512095 +siberian_spruce n 1 1 @ 1 0 11626010 +siberian_wall_flower n 1 2 @ #m 1 0 11887476 +sibilant n 1 2 @ + 1 0 07118747 +sibilant_consonant n 1 1 @ 1 0 07118747 +sibilation n 2 2 @ + 2 0 07384898 07129202 +sibine n 1 1 @ 1 0 06985310 +sibley_tent n 1 1 @ 1 0 04212810 +sibling n 1 3 @ ~ #m 1 0 10595164 +sibyl n 2 3 @ + ; 2 0 10595551 10595361 +siccative n 1 1 @ 1 0 14779796 +sichuan n 1 2 @ #p 1 0 08726305 +sicilia n 2 5 @ #p %m %p - 2 0 08811215 08810999 +sicilian n 1 4 @ ~ #m + 1 1 09717566 +sicilian_mafia n 1 3 @ %m ; 1 0 08245549 +sicilian_pizza n 1 1 @ 1 0 07874441 +sicily n 2 6 @ #p %m %p + - 2 1 08811215 08810999 +sick n 1 2 @ + 1 1 07950418 +sick_bag n 1 1 @ 1 0 04212943 +sick_benefit n 1 2 @ ; 1 0 13297850 +sick_berth n 1 2 @ ; 1 0 04213105 +sick_call n 1 2 @ ; 1 0 08427453 +sick_headache n 2 1 @ 2 0 14327878 14327707 +sick_joke n 1 1 @ 1 0 06779839 +sick_leave n 1 1 @ 1 0 15140190 +sick_list n 1 1 @ 1 0 06495824 +sick_parade n 1 2 @ ; 1 0 08427453 +sick_pay n 1 1 @ 1 1 13280795 +sick_person n 1 2 @ ~ 1 0 10595647 +sickbag n 1 1 @ 1 0 04212943 +sickbay n 1 2 @ ; 1 0 04213105 +sickbed n 1 1 @ 1 0 04213264 +sickeningness n 1 2 @ + 1 0 04996571 +sickle n 1 2 @ %p 1 0 04213353 +sickle-cell_anaemia n 1 1 @ 1 0 14168792 +sickle-cell_anemia n 1 1 @ 1 0 14168792 +sickle-cell_disease n 1 1 @ 1 0 14168792 +sickle_alfalfa n 1 1 @ 1 0 12548804 +sickle_cell n 1 1 @ 1 0 05454833 +sickle_feather n 1 1 @ 1 0 01897426 +sickle_lucerne n 1 1 @ 1 0 12548804 +sickle_medick n 1 1 @ 1 0 12548804 +sicklepod n 2 2 @ #m 2 0 12500518 11872324 +sickleweed_golden_aster n 1 1 @ 1 0 11952058 +sickness n 3 3 @ ~ + 3 1 14061805 14473054 14359952 +sickness_benefit n 1 2 @ ; 1 0 13297850 +sickroom n 1 1 @ 1 1 04213530 +sid_caesar n 1 1 @ 1 0 10878375 +sida n 1 3 @ #m %m 1 0 12186116 +sida_hermaphrodita n 1 2 @ #m 1 0 12186352 +sida_rhombifolia n 1 2 @ #m 1 0 12186554 +sida_spinosa n 1 2 @ #m 1 0 12186839 +sidalcea n 1 3 @ #m %m 1 0 12187030 +sidalcea_malviflora n 1 2 @ #m 1 0 12187247 +siddhartha n 1 1 @ 1 0 09532214 +siddons n 1 1 @ 1 0 11299501 +side n 12 4 @ ~ #p ; 12 10 08649345 08408709 05551318 08510666 04213626 05852553 08649167 08102282 07655626 06783265 09437454 07442569 +side-blotched_lizard n 1 2 @ #m 1 0 01681328 +side-glance n 1 1 @ 1 0 00877924 +side-look n 1 1 @ 1 0 00877924 +side-wheeler n 1 1 @ 1 0 04215800 +side-whiskers n 1 1 @ 1 0 05262802 +side_arm n 1 3 @ ~ %p 1 0 03948459 +side_chair n 1 3 @ ~ %p 1 0 04331277 +side_chapel n 1 2 @ #p 1 0 04214413 +side_dish n 1 3 @ ~ #p 1 0 07580053 +side_door n 1 1 @ 1 0 04214535 +side_drum n 1 2 @ %p 1 0 04249415 +side_effect n 2 2 @ ~ 2 0 14311977 11417387 +side_entrance n 1 1 @ 1 1 04214535 +side_horse n 1 2 @ %p 1 0 03980478 +side_judge n 1 1 @ 1 0 10596272 +side_of_bacon n 1 3 @ #p %p 1 0 07669211 +side_of_beef n 1 2 @ %p 1 0 07655790 +side_of_meat n 1 2 @ ~ 1 0 07655626 +side_of_pork n 1 3 @ ~ %p 1 0 07669588 +side_order n 1 3 @ ~ #p 1 0 07580053 +side_pocket n 1 1 @ 1 0 04214958 +side_road n 1 1 @ 1 0 04215056 +side_street n 1 1 @ 1 0 04215287 +side_view n 1 2 @ ~ 1 0 05934673 +side_yard n 1 1 @ 1 1 04216013 +sidebar n 2 2 @ ; 2 0 07143450 06271403 +sideboard n 3 4 @ ~ #p %p 3 1 04214154 04214046 02912065 +sideburn n 1 1 @ 1 0 05262802 +sidecar n 2 1 @ 2 0 07917392 04214282 +sidekick n 1 2 @ ~ 1 0 09877951 +sidelight n 1 1 @ 1 0 04214649 +sideline n 3 2 @ ~ 3 0 08651104 04214871 00432689 +sidereal_day n 1 1 @ 1 0 15208333 +sidereal_hour n 1 1 @ 1 0 15209074 +sidereal_month n 1 1 @ 1 0 15209174 +sidereal_time n 1 2 @ ~ 1 0 15208162 +sidereal_year n 1 1 @ 1 0 15208898 +siderite n 2 1 @ 2 0 15039827 09434237 +sideritis n 1 2 @ #m 1 0 12868248 +sideroblast n 1 1 @ 1 0 05448827 +sideroblastic_anaemia n 1 1 @ 1 0 14168447 +sideroblastic_anemia n 1 1 @ 1 0 14168447 +siderochrestic_anaemia n 1 1 @ 1 0 14168447 +siderochrestic_anemia n 1 1 @ 1 0 14168447 +siderocyte n 1 1 @ 1 0 05454978 +sideropenia n 1 1 @ 1 0 14168653 +siderophilin n 1 1 @ 1 0 15077917 +siderosis n 1 1 @ 1 0 14150470 +sidesaddle n 1 1 @ 1 0 04215153 +sideshow n 2 1 @ 2 0 07360957 00523148 +sideslip n 2 1 @ 2 0 00329031 00170710 +sidesman n 1 2 @ ; 1 0 10596348 +sidesplitter n 1 1 @ 1 0 06778925 +sidestep n 1 2 @ ; 1 0 00286360 +sidestroke n 1 2 @ %p 1 0 00570683 +sideswipe n 1 1 @ 1 0 07410613 +sidetrack n 1 1 @ 1 0 04216106 +sidewalk n 1 2 @ %s 1 1 04215402 +sidewall n 2 1 @ 2 0 04215684 04215588 +sidewinder n 2 2 @ #m 2 1 01756291 04215910 +siding n 2 2 @ ~ 2 1 04216106 15041050 +sidney n 1 1 @ 1 0 11299672 +sidney_caesar n 1 1 @ 1 0 10878375 +sidney_james_webb n 1 2 @ #m 1 0 11377851 +sidney_poitier n 1 1 @ 1 0 11240609 +sidney_webb n 1 2 @ #m 1 0 11377851 +sidon n 1 2 @ #p 1 0 08958212 +sidonie-gabrielle_claudine_colette n 1 1 @ 1 0 10904992 +sidonie-gabrielle_colette n 1 1 @ 1 0 10904992 +sids n 1 1 @ 1 0 14310292 +siege n 1 3 @ ~ ; 1 1 01075117 +siege_of_orleans n 1 2 @ ; 1 0 01289830 +siege_of_syracuse n 2 2 @ ; 2 0 01296296 01296127 +siege_of_vicksburg n 1 3 @ #p ; 1 0 01298797 +siege_of_yorktown n 1 3 @ #p ; 1 0 01300242 +siege_perilous n 1 1 @ 1 0 04216302 +siegfried n 1 2 @ ; 1 0 09501737 +siegfried_line n 1 2 @ #p 1 0 04216508 +siemens n 3 1 @ 3 0 13637240 11299890 11299770 +sienna n 1 2 @ ~ 1 0 14843493 +sierra n 2 1 @ 2 0 09434345 02626471 +sierra_leone n 1 6 @ #p %m %p + - 1 0 08996871 +sierra_leone_monetary_unit n 1 2 @ ~ 1 0 13685096 +sierra_leonean n 1 2 @ #m 1 0 09731225 +sierra_lodgepole_pine n 1 1 @ 1 0 11615259 +sierra_madre_occidental n 1 2 @ #p 1 0 09434469 +sierra_madre_oriental n 1 2 @ #p 1 0 09434661 +sierra_nevada n 2 3 @ #p %p 2 0 09435065 09434845 +sierra_nevada_mountains n 1 3 @ #p %p 1 0 09434845 +sierra_plum n 1 1 @ 1 0 12649866 +sierra_redwood n 1 2 @ #m 1 0 11641494 +siesta n 1 1 @ 1 0 00858631 +sieur_de_lasalle n 1 1 @ 1 0 11118205 +sieva_bean n 2 4 @ #m #p %p 2 0 12558425 07729225 +sieve n 1 3 @ ~ + 1 1 04216634 +sieve_tube n 1 2 @ #p 1 0 13099194 +sif n 1 2 @ ; 1 0 09583196 +sifter n 1 2 @ + 1 0 04216860 +sifting n 1 2 @ + 1 0 01254051 +sigeh n 1 2 @ ; 1 0 13967215 +sigh n 2 2 @ + 2 1 07129602 07393756 +sight n 7 4 @ ~ + - 7 7 05933054 06888944 05654362 06210964 05623818 00881649 13774404 +sight_bill n 1 1 @ 1 0 13422905 +sight_draft n 1 1 @ 1 0 13422905 +sight_gag n 1 1 @ 1 0 06779914 +sight_setting n 1 2 @ ~ 1 0 04217200 +sightedness n 1 2 @ + 1 0 05656537 +sighting n 1 3 @ ~ + 1 0 00880269 +sightlessness n 1 3 @ ~ + 1 0 14126660 +sightreader n 1 3 @ + ; 1 0 10596517 +sights n 1 4 @ ~ #p %p 1 0 04216963 +sightseeing n 1 2 @ + 1 1 00879607 +sightseer n 1 2 @ + 1 0 10596689 +sigint n 1 2 @ ~ 1 0 00982852 +sigma n 1 2 @ #m 1 0 06835951 +sigmodon n 1 3 @ #m %m 1 0 02338592 +sigmodon_hispidus n 1 2 @ #m 1 0 02338722 +sigmoid_colon n 1 2 @ #p 1 0 05537417 +sigmoid_flexure n 1 2 @ #p 1 0 05537417 +sigmoid_sinus n 1 1 @ 1 0 05252567 +sigmoid_vein n 1 2 @ #p 1 0 05380532 +sigmoidectomy n 1 1 @ 1 0 00687619 +sigmoidoscope n 1 1 @ 1 0 04217387 +sigmoidoscopy n 1 1 @ 1 0 00643208 +sigmund_freud n 1 1 @ 1 0 10982127 +sigmund_romberg n 1 1 @ 1 0 11269367 +sign n 11 5 @ ~ #p + ; 11 9 06646243 06793231 06791372 04217882 08685677 14301785 13856574 07286014 06876144 07276018 06811625 +sign_industry n 1 1 @ 1 0 08074330 +sign_language n 1 3 @ ~ %p 1 0 06875697 +sign_manual n 1 1 @ 1 0 06405589 +sign_of_the_cross n 1 1 @ 1 1 07274730 +sign_of_the_zodiac n 1 4 @ ~ #p ; 1 0 08685677 +sign_painter n 1 1 @ 1 0 10597642 +signage n 1 1 @ 1 0 08074421 +signal n 3 3 @ ~ + 3 2 06791372 09185280 11447319 +signal-to-noise n 1 1 @ 1 1 13825664 +signal-to-noise_ratio n 1 1 @ 1 0 13825664 +signal/noise n 1 1 @ 1 0 13825664 +signal/noise_ratio n 1 1 @ 1 0 13825664 +signal_box n 1 1 @ 1 0 04217546 +signal_caller n 2 3 @ #m ; 2 0 10498816 00726567 +signal_detection n 1 1 @ 1 0 06281175 +signal_fire n 1 1 @ 1 0 07264725 +signal_flag n 1 2 @ ~ 1 0 06875094 +signal_level n 1 1 @ 1 0 05098520 +signal_light n 1 1 @ 1 0 07264725 +signal_tower n 1 2 @ ; 1 0 04217546 +signaler n 1 3 @ ~ + 1 0 10596899 +signaling n 1 3 @ ~ + 1 1 06791372 +signaling_device n 1 2 @ ~ 1 0 04217718 +signalisation n 1 2 @ + 1 0 06798336 +signalization n 1 2 @ + 1 0 06798336 +signaller n 1 3 @ ~ + 1 0 10596899 +signalman n 1 1 @ 1 0 10597091 +signals_intelligence n 1 2 @ ~ 1 0 00982852 +signatory n 1 2 @ ~ 1 0 10597234 +signature n 5 5 @ ~ #p %p + 5 2 06404582 04931428 07029088 06863618 06256041 +signature_recognition n 1 1 @ 1 0 06645623 +signature_tune n 1 1 @ 1 0 07029088 +signboard n 1 2 @ ~ 1 0 04217882 +signer n 2 3 @ ~ + 2 0 10597505 10597234 +signet n 1 2 @ #p 1 0 04218142 +signet_ring n 1 2 @ %p 1 0 04218271 +significance n 3 5 ! @ ~ = + 3 3 05169813 05920791 06601327 +significant_digit n 1 1 @ 1 0 13742011 +significant_figure n 1 1 @ 1 0 13742011 +significant_other n 1 2 @ ~ 1 0 10024362 +signification n 1 3 @ ~ + 1 0 06601327 +signified n 1 2 @ ~ 1 0 06602472 +signifier n 1 4 @ ~ + ; 1 0 06290637 +signing n 1 4 @ ~ %p + 1 0 06875697 +signior n 1 1 @ 1 0 10597745 +signor n 1 1 @ 1 0 10597745 +signora n 2 2 @ ; 2 0 10597889 06342362 +signore n 1 1 @ 1 1 10598013 +signorina n 2 2 @ ; 2 0 10598181 06342490 +signory n 1 1 @ 1 0 13252293 +signpost n 1 3 @ ~ + 1 1 06794374 +sigrid_undset n 1 1 @ 1 0 11356183 +sigurd n 1 2 @ ; 1 0 09502080 +sigyn n 1 2 @ ; 1 0 09583321 +sihasapa n 1 1 @ 1 0 09668988 +sika n 1 2 @ #m 1 0 02431976 +sikh n 1 3 @ + ; 1 0 10598349 +sikhism n 1 2 @ - 1 0 06239931 +sikkim n 1 2 @ #p 1 0 08902569 +sikorsky n 1 1 @ 1 0 11300089 +silage n 1 1 @ 1 0 07801342 +sild n 1 1 @ 1 0 02532786 +sildenafil n 1 1 @ 1 0 04218383 +sildenafil_citrate n 1 1 @ 1 0 04218383 +silence n 4 4 ! @ ~ + 4 4 13925550 04982207 04651974 04652177 +silencer n 2 3 @ #p + 2 0 04218773 04218564 +silene n 1 3 @ ~ #m 1 0 11815491 +silene_acaulis n 1 2 @ #m 1 0 11815721 +silene_caroliniana n 1 2 @ #m 1 0 11815918 +silene_dioica n 1 2 @ #m 1 0 11816121 +silene_latifolia n 1 2 @ #m 1 0 11816336 +silene_uniflora n 1 1 @ 1 0 11816829 +silene_virginica n 1 2 @ #m 1 0 11816649 +silene_vulgaris n 1 1 @ 1 0 11816829 +silent_butler n 1 1 @ 1 0 04218921 +silent_movie n 1 1 @ 1 1 06617752 +silent_partner n 1 1 @ 1 0 10598459 +silent_person n 1 1 @ 1 0 10039569 +silent_picture n 1 1 @ 1 0 06617752 +silent_treatment n 1 1 @ 1 0 01226181 +silents n 1 1 @ 1 0 06617752 +silenus n 2 1 @ 2 0 09548489 09548316 +silesia n 2 2 @ #p 2 0 09166534 04219067 +silex n 2 2 @ ; 2 0 15041190 04219185 +silhouette n 2 2 @ + 2 1 08613345 04219277 +silica n 1 4 @ ~ #s + 1 0 15041277 +silica_gel n 1 1 @ 1 0 15041688 +silicate n 1 1 @ 1 1 15040033 +silicic_acid n 1 1 @ 1 0 15039935 +silicide n 1 1 @ 1 0 15040129 +silicle n 1 1 @ 1 0 11685766 +silicon n 1 2 @ #s 1 0 14654541 +silicon_bronze n 1 1 @ 1 0 15041793 +silicon_carbide n 1 1 @ 1 0 15040266 +silicon_chip n 1 4 @ ~ #p %p 1 0 03020034 +silicon_dioxide n 1 3 @ ~ #s 1 0 15041277 +silicon_oxide n 1 3 @ ~ #s 1 0 15041277 +silicon_valley n 1 2 @ #p 1 0 09166902 +silicone n 1 3 @ ~ %s 1 1 15040493 +silicone_polymer n 1 3 @ ~ %s 1 0 15040493 +silicone_resin n 1 1 @ 1 0 15040809 +silicone_rubber n 1 1 @ 1 0 15007016 +silicosis n 1 1 @ 1 0 14150612 +siliqua n 1 2 @ ~ 1 0 11685621 +silique n 1 2 @ ~ 1 0 11685621 +silk n 2 3 @ ~ + 2 2 04219424 15041911 +silk-cotton_tree n 1 1 @ 1 0 12190410 +silk_cotton n 1 2 @ #s 1 0 14925776 +silk_gland n 1 2 @ #p 1 0 02468178 +silk_grass n 1 1 @ 1 0 12126516 +silk_hat n 1 1 @ 1 0 03237416 +silk_oak n 1 3 @ ~ #m 1 0 12217586 +silk_road n 1 2 @ %p 1 0 08680363 +silk_screen_print n 1 1 @ 1 0 04219718 +silk_stocking n 1 1 @ 1 0 03836976 +silk_tree n 1 1 @ 1 0 11759404 +silk_vine n 1 2 @ #m 1 0 13237508 +silk_wood n 1 2 @ #m 1 0 12194147 +silkgrass n 1 1 @ 1 0 12126516 +silkiness n 1 2 @ + 1 0 04947494 +silks n 1 2 @ ; 1 0 04219580 +silkscreen n 1 1 @ 1 0 04219718 +silkweed n 1 3 @ ~ #m 1 0 13233727 +silkwood n 1 2 @ #m 1 0 12194147 +silkworm n 2 4 @ ~ #m %p 2 1 02300797 02302620 +silkworm_moth n 2 3 @ ~ #m 2 0 02302459 02300173 +silkworm_seed n 1 1 @ 1 0 01464766 +silky_anteater n 1 2 @ #m 1 0 02460817 +silky_cornel n 1 1 @ 1 0 12947895 +silky_dogwood n 2 1 @ 2 0 12947895 12947756 +silky_elm n 1 1 @ 1 0 12199790 +silky_oak n 1 2 @ #m 1 0 12218274 +silky_pocket_mouse n 1 2 @ #m 1 0 02349205 +silky_tamarin n 1 1 @ 1 0 02491329 +silky_terrier n 1 1 @ 1 0 02097658 +silky_willow n 2 2 @ #m 2 0 12730370 12725940 +silky_wisteria n 1 1 @ 1 0 12581110 +sill n 2 3 @ ~ ; 2 1 04220036 09435232 +sillabub n 2 1 @ 2 0 07916872 07613158 +sillaginidae n 1 3 @ #m %m 1 0 02637637 +sillago n 1 3 @ #m %m 1 0 02637839 +silliness n 2 3 @ ~ + 2 0 04891683 04648440 +sills n 1 1 @ 1 0 11300326 +silly n 1 1 @ 1 0 10598641 +silly_season n 1 1 @ 1 0 15230617 +silo n 2 2 @ ; 2 1 04220250 04220344 +siloxane n 1 2 @ ~ 1 0 15040899 +silphium n 1 3 @ #m %m 1 0 12015076 +silphium_laciniatum n 1 2 @ #m 1 0 12015221 +silt n 1 2 @ + 1 0 15042052 +siltstone n 1 1 @ 1 0 15042194 +silurian n 1 2 @ #p 1 0 15128200 +silurian_period n 1 2 @ #p 1 0 15128200 +silurid n 1 3 @ ~ #m 1 0 02517938 +silurid_fish n 1 3 @ ~ #m 1 0 02517938 +siluridae n 1 3 @ #m %m 1 0 02517768 +siluriform_fish n 1 3 @ ~ #m 1 0 02517442 +siluriformes n 1 3 @ #m %m 1 0 02517169 +silurus n 1 3 @ #m %m 1 0 02518178 +silurus_glanis n 1 2 @ #m 1 0 02518324 +silva n 1 1 @ 1 0 09435405 +silvan n 1 1 @ 1 0 10685480 +silvanus n 1 2 @ ; 1 0 09576746 +silver n 5 5 @ ~ #s %s + 5 4 14654954 13371866 04962062 03361837 04220523 +silver-bell_tree n 1 1 @ 1 0 12778398 +silver-bush n 2 2 @ #m 2 0 12506784 12326178 +silver-lace n 1 2 @ #m 1 0 12023407 +silver-leaved_nettle n 1 1 @ 1 0 12894930 +silver-leaved_nightshade n 1 1 @ 1 0 12894930 +silver-leaved_poplar n 1 1 @ 1 0 12732009 +silver-tip n 1 1 @ 1 0 02132580 +silver-worker n 1 2 @ ~ 1 0 10598749 +silver_age n 1 2 @ ; 1 0 15231031 +silver_ash n 1 3 @ ~ #m 1 0 12698435 +silver_beech n 1 2 @ #m 1 0 12266984 +silver_bell n 1 3 @ ~ #m 1 0 12778219 +silver_berry n 2 1 @ 2 0 12326369 12326178 +silver_birch n 1 2 @ #m 1 0 12282527 +silver_bromide n 1 2 @ #s 1 0 15015192 +silver_bullet n 1 1 @ 1 0 05661825 +silver_certificate n 1 1 @ 1 0 13394179 +silver_chloride n 1 1 @ 1 1 15018318 +silver_city n 1 2 @ #p 1 0 09116488 +silver_cord n 1 1 @ 1 0 13792468 +silver_dollar n 2 2 @ #m 2 1 13392262 11891541 +silver_fern n 2 2 @ #m 2 0 13213235 13213066 +silver_fir n 1 2 @ ~ 1 0 11621029 +silver_fox n 1 1 @ 1 0 02119359 +silver_grass n 1 2 @ #m 1 0 12122018 +silver_gray n 1 1 @ 1 1 04962062 +silver_grey n 1 1 @ 1 0 04962062 +silver_hake n 1 2 @ %p 1 0 02524659 +silver_iodide n 1 1 @ 1 0 15015355 +silver_jenny n 1 2 @ #m 1 0 02637475 +silver_jubilee n 1 1 @ 1 0 15250580 +silver_lace n 1 2 @ #m 1 0 12023407 +silver_lace_vine n 1 2 @ #m 1 0 12601106 +silver_lime n 1 1 @ 1 0 12204175 +silver_linden n 1 1 @ 1 0 12204175 +silver_lining n 1 1 @ 1 0 07493095 +silver_maple n 1 1 @ 1 0 12753007 +silver_medal n 1 1 @ 1 0 04220523 +silver_mine n 1 1 @ 1 0 04220717 +silver_nitrate n 1 3 @ ~ #s 1 0 15014170 +silver_oak n 1 2 @ #m 1 0 12218054 +silver_perch n 2 2 @ #m 2 0 02595339 02566489 +silver_pine n 2 1 @ 2 0 11655974 11613459 +silver_plate n 2 2 @ + 2 0 04220945 04220805 +silver_protein n 1 1 @ 1 0 04221241 +silver_quandong n 1 2 @ #p 1 0 12193205 +silver_quandong_tree n 1 3 @ #m %p 1 0 12192877 +silver_sage n 1 2 @ #m 1 0 12014085 +silver_sagebrush n 1 2 @ #m 1 0 12014085 +silver_salmon n 2 4 @ #m #p %p 2 0 07796468 02536864 +silver_screen n 2 2 @ ~ 2 0 06262943 04152829 +silver_solder n 1 1 @ 1 0 14718626 +silver_spoon n 1 1 @ 1 0 14492723 +silver_spruce n 1 1 @ 1 0 11626585 +silver_standard n 1 1 @ 1 0 13373584 +silver_star n 1 1 @ 1 0 06708167 +silver_star_medal n 1 1 @ 1 0 06708167 +silver_state n 1 3 @ #p %p 1 0 09110422 +silver_storm n 1 1 @ 1 0 11467650 +silver_thatch n 2 2 @ #m 2 0 12598027 12597798 +silver_tree n 2 2 @ #m 2 0 12220496 12201331 +silver_tree_fern n 1 2 @ #m 1 0 13187367 +silver_vine n 1 2 @ #m 1 0 12371704 +silver_wattle n 1 2 @ #m 1 0 11757653 +silver_wedding_anniversary n 1 1 @ 1 0 15250890 +silver_whiting n 1 2 @ #m 1 0 02598252 +silver_willow n 1 2 @ #m 1 0 12725940 +silverback n 1 2 @ #m 1 0 02481500 +silverbell_tree n 1 1 @ 1 0 12778398 +silverberry n 1 1 @ 1 0 12326178 +silverbush n 2 2 @ #m 2 0 12506784 12326178 +silverfish n 2 2 @ #m 2 0 02270623 01443736 +silverleaf_nightshade n 1 1 @ 1 0 12894930 +silverpoint n 1 1 @ 1 0 04221076 +silverrod n 1 1 @ 1 0 12016434 +silverside n 1 3 @ ~ #m 1 0 02602405 +silversides n 2 3 @ ~ #m 2 0 02602405 01441910 +silversmith n 1 2 @ ~ 1 0 10598749 +silverspot n 1 2 @ #m 1 0 02278463 +silverstein n 1 1 @ 1 0 11300465 +silversword n 1 2 @ #m 1 0 11926365 +silvertip n 1 1 @ 1 0 02132580 +silvertop_palmetto n 1 2 @ #m 1 0 12598027 +silvervine n 1 2 @ #m 1 0 12371704 +silverware n 1 2 @ ~ 1 0 04221424 +silverweed n 2 2 @ #m 2 0 12824735 12637123 +silverwork n 1 1 @ 1 0 04221586 +silverworker n 1 2 @ ~ 1 0 10598749 +silvery_spleenwort n 2 2 @ #m 2 0 13196738 13194918 +silvery_wormwood n 1 2 @ #m 1 0 11930353 +silvex n 1 1 @ 1 0 15042295 +silvia n 1 3 @ #m %m 1 0 01564630 +silvia_atricapilla n 1 2 @ #m 1 0 01564773 +silviculture n 1 1 @ 1 0 06072145 +silybum n 1 3 @ #m %m 1 0 12015384 +silybum_marianum n 1 2 @ #m 1 0 12015525 +sima n 1 2 @ #s 1 0 14698405 +simal n 1 2 @ #m 1 0 12189429 +simarouba n 1 3 @ #m %m 1 0 12716166 +simarouba_amara n 1 2 @ #m 1 0 12716400 +simarouba_glauca n 1 2 @ #m 1 0 12716594 +simaroubaceae n 1 3 @ #m %m 1 0 12715569 +simazine n 1 1 @ 1 0 15042429 +simchas_torah n 1 2 @ ; 1 0 15197302 +simchat_torah n 1 2 @ ; 1 0 15197302 +simenon n 1 1 @ 1 0 11300678 +simeon n 1 2 @ ; 1 0 10599068 +simhat_torah n 1 2 @ ; 1 0 15197302 +simhath_torah n 1 2 @ ; 1 0 15197302 +simian n 1 2 @ + 1 0 02470238 +similarity n 2 5 ! @ ~ = + 2 1 04743605 06251033 +simile n 1 1 @ 1 1 07108282 +similitude n 2 4 ! @ ~ = 2 1 04744814 03117939 +simmer n 1 2 @ + 1 0 05014556 +simmering n 1 2 @ + 1 0 00247792 +simmpleness n 1 1 @ 1 0 04786490 +simnel n 2 2 @ ; 2 0 07686634 07631672 +simoleons n 1 1 @ 1 0 13385216 +simon n 4 1 @ 4 0 11301414 11301279 11301129 11300893 +simon_bolivar n 1 1 @ 1 0 10855604 +simon_de_montfort n 1 1 @ 1 0 11187754 +simon_kuznets n 1 1 @ 1 0 11113266 +simon_legree n 2 1 @ 2 0 10609960 09604574 +simon_marks n 1 1 @ 1 0 11157422 +simon_newcomb n 1 1 @ 1 0 11204855 +simon_peter n 1 1 @ 1 0 11231157 +simon_the_canaanite n 1 1 @ 1 0 11301414 +simon_the_zealot n 1 1 @ 1 0 11301414 +simon_zelotes n 1 1 @ 1 0 11301414 +simone_de_beauvoir n 1 1 @ 1 0 10839617 +simone_weil n 1 1 @ 1 0 11379812 +simoniz n 1 3 @ + ; 1 0 15042542 +simony n 1 1 @ 1 0 01114172 +simoom n 1 1 @ 1 0 11507655 +simoon n 1 1 @ 1 0 11507655 +simper n 1 1 @ 1 0 06877990 +simperer n 1 2 @ + 1 0 10599215 +simple n 2 3 @ ~ ; 2 0 12212690 10599354 +simple_absence n 1 1 @ 1 0 14088918 +simple_closed_curve n 1 2 @ ~ 1 0 13868371 +simple_eye n 1 2 @ ~ 1 0 05312306 +simple_fraction n 1 2 @ ~ 1 0 13732295 +simple_fracture n 1 1 @ 1 0 14294117 +simple_fruit n 1 1 @ 1 0 13137951 +simple_harmonic_motion n 1 1 @ 1 0 07411011 +simple_interest n 1 1 @ 1 0 13318934 +simple_leaf n 1 2 @ ~ 1 0 13156083 +simple_machine n 1 2 @ ~ 1 0 03700963 +simple_mastectomy n 1 1 @ 1 0 00686027 +simple_microscope n 1 2 @ ~ 1 0 03484931 +simple_mindedness n 1 1 @ 1 0 04881369 +simple_pendulum n 1 1 @ 1 0 04221673 +simple_phobia n 1 2 @ ~ 1 0 14382238 +simple_pistil n 1 1 @ 1 0 11676963 +simple_protein n 1 2 @ ~ 1 0 14736972 +simple_regression n 1 4 @ ~ #p ; 1 0 06027264 +simple_sentence n 1 1 @ 1 0 06285435 +simple_sugar n 1 2 @ ~ 1 0 14954284 +simpleness n 4 4 @ ~ = + 4 0 04881369 04766059 04708113 04697442 +simpleton n 1 2 @ ~ 1 0 10599354 +simplicity n 5 5 ! @ ~ = + 5 2 04766059 04881369 04786490 04708113 04697442 +simplification n 3 3 @ ~ + 3 0 06739180 01211888 00192300 +simplism n 2 1 @ 2 0 06739345 01212037 +simpson n 2 1 @ 2 0 11301809 11301597 +simpson_desert n 1 2 @ #p 1 0 09172634 +simulacrum n 2 2 @ ~ 2 0 04678712 03265874 +simulated_military_operation n 1 3 @ #p ; 1 0 00959992 +simulation n 4 5 @ ~ + ; - 4 1 00899049 05666700 03777283 00754956 +simulative_electronic_deception n 1 1 @ 1 0 01251724 +simulator n 1 3 @ ~ + 1 0 04221823 +simulcast n 1 1 @ 1 0 06622449 +simuliidae n 1 3 @ #m %m 1 0 02205383 +simulium n 1 3 @ #m %m 1 0 02205523 +simultaneity n 1 3 @ ~ + 1 0 05048123 +simultaneous_equations n 1 1 @ 1 0 06671150 +simultaneous_operation n 1 1 @ 1 0 13532196 +simultaneousness n 1 3 @ ~ + 1 0 05048123 +simvastatin n 1 1 @ 1 0 04221994 +sin n 6 5 @ ~ #p + ; 6 2 04827957 00757080 13787379 09521994 06838868 01260731 +sinai n 3 3 @ #p %p 3 0 09435512 09172751 08896645 +sinai_desert n 1 2 @ #p 1 0 09172751 +sinai_peninsula n 1 3 @ #p %p 1 0 08896645 +sinanthropus n 1 1 @ 1 0 02473983 +sinapis n 1 2 @ #m 1 0 11896365 +sinapis_alba n 1 2 @ %p 1 0 11896519 +sinapis_arvensis n 1 1 @ 1 0 11896722 +sinapism n 1 1 @ 1 0 03802800 +sinatra n 1 1 @ 1 0 11302062 +sinbad n 1 1 @ 1 0 09604706 +sinbad_the_sailor n 1 1 @ 1 0 09604706 +sincerity n 4 5 ! @ ~ = + 4 3 07512315 04867130 04786595 04646548 +sinciput n 1 2 @ #p 1 0 05541097 +sinclair n 2 1 @ 2 0 11302449 11302224 +sinclair_lewis n 1 1 @ 1 0 11130474 +sind n 1 2 @ #p 1 0 08977845 +sindhi n 2 1 @ 2 0 09726037 06969705 +sine n 1 1 @ 1 0 13787379 +sine_curve n 1 1 @ 1 0 13909190 +sine_qua_non n 1 1 @ 1 1 05893261 +sine_wave n 1 1 @ 1 0 07345066 +sinecure n 2 1 @ 2 0 13248274 00604228 +sinequan n 1 1 @ 1 0 03229905 +sinew n 2 5 @ ~ #p %s + 2 0 05296253 05030418 +sinfulness n 1 3 @ ~ + 1 1 04827957 +sing-kwa n 1 1 @ 1 0 12166929 +singalong n 1 2 @ + 1 0 01255648 +singan n 1 2 @ #p 1 0 08729452 +singapore n 3 6 @ #m #p %m %p + 3 0 08997801 08997487 08997310 +singapore_dollar n 1 1 @ 1 0 13673946 +singapore_island n 1 3 @ #p %p 1 0 08997310 +singaporean n 1 3 @ #m + 1 0 09749614 +singe n 1 2 @ + 1 0 14289942 +singer n 3 3 @ ~ + 3 1 10599806 11302772 11302615 +singhalese n 2 2 @ #m 2 0 09732047 06971741 +singing n 2 4 @ ~ + - 2 1 00545501 06805297 +singing_voice n 1 2 @ ~ 1 0 06872122 +single n 2 3 @ ~ + 2 1 00132601 13742573 +single-breasted_jacket n 1 2 @ #p 1 0 04222307 +single-breasted_suit n 1 2 @ %p 1 0 04222470 +single-entry_bookkeeping n 1 1 @ 1 0 00619419 +single-foot n 1 2 @ + 1 0 00287276 +single-leaf n 1 1 @ 1 0 11610215 +single-leaf_pine n 1 1 @ 1 0 11610215 +single-leaf_pinyon n 1 1 @ 1 0 11610215 +single-member_system n 1 2 @ ; 1 0 05904313 +single-mindedness n 1 2 @ + 1 0 04863675 +single-propeller_plane n 1 1 @ 1 0 04222723 +single-reed_instrument n 1 2 @ ~ 1 0 04222847 +single-reed_woodwind n 1 2 @ ~ 1 0 04222847 +single-rotor_helicopter n 1 1 @ 1 0 04223066 +single-spacing n 1 1 @ 1 0 06402871 +single-valued_function n 1 3 @ ~ ; 1 0 13783816 +single_bed n 1 2 @ ~ 1 0 04222210 +single_combat n 1 1 @ 1 0 01176757 +single_cream n 1 1 @ 1 0 07847917 +single_crochet n 1 2 @ + 1 0 04222594 +single_dwelling n 1 1 @ 1 0 03180865 +single_entry n 1 1 @ 1 0 00619419 +single_file n 1 2 @ ~ 1 0 08428756 +single_nucleotide_polymorphism n 1 2 @ ; 1 0 11493452 +single_prop n 1 1 @ 1 0 04222723 +single_quote n 1 1 @ 1 0 06844427 +single_shell n 1 1 @ 1 0 04038338 +single_stitch n 1 2 @ + 1 0 04222594 +single_supplement n 1 1 @ 1 0 13325722 +single_tax n 1 1 @ 1 0 13310091 +singleness n 2 2 @ + 2 0 04867700 04865921 +singles n 2 1 @ 2 0 00483409 00483313 +singlestick n 1 1 @ 1 0 04223170 +singlet n 1 1 @ 1 0 04223299 +singletary_pea n 1 1 @ 1 0 12539564 +singleton n 3 2 @ ~ 3 0 13742980 07985135 04223435 +singsong n 2 2 @ + 2 1 07084927 01255648 +singular n 1 2 ! @ 1 0 06299916 +singular_form n 1 1 @ 1 0 06299916 +singular_matrix n 1 2 ! @ 1 0 08270169 +singularity n 2 2 @ + 2 1 04763650 04798365 +singultus n 1 2 @ ; 1 0 14359459 +sinhala n 1 1 @ 1 0 06971741 +sinhalese n 2 2 @ #m 2 0 09732047 06971741 +sinistrality n 1 2 @ + 1 0 05067367 +sinitic n 1 2 @ ~ 1 0 06929618 +sinitic_language n 1 2 @ ~ 1 0 06929618 +sink n 4 5 ! @ ~ %p ; 4 1 04223580 13555915 09435739 02998563 +sinker n 3 3 @ ~ + 3 0 07639069 04223778 00108965 +sinkhole n 1 1 @ 1 0 09435739 +sinkiang n 1 4 @ #p %m - 1 0 08729626 +sinking n 3 3 @ ~ + 3 2 07363883 07356266 07525367 +sinking_feeling n 1 1 @ 1 0 07525367 +sinking_fund n 1 1 @ 1 0 13359428 +sinking_spell n 1 1 @ 1 0 13556151 +sinlessness n 1 3 @ ~ + 1 0 13990064 +sinn_fein n 1 2 @ #p 1 0 08321218 +sinner n 1 3 @ ~ + 1 1 10601078 +sinning n 1 3 @ ~ + 1 1 00757080 +sinningia n 1 3 @ #m %m 1 0 12833341 +sinningia_speciosa n 1 2 @ #m 1 0 12833526 +sino-japanese_war n 1 2 @ ; 1 0 01275934 +sino-tibetan n 1 3 @ ~ ; 1 0 06930934 +sino-tibetan_language n 1 3 @ ~ ; 1 0 06930934 +sinoatrial_node n 1 1 @ 1 0 05389460 +sinologist n 1 2 @ + 1 0 10601234 +sinology n 1 2 @ + 1 0 06171524 +sinoper n 1 1 @ 1 0 14844169 +sinopia n 1 1 @ 1 0 14844169 +sinopis n 1 1 @ 1 0 14844169 +sinornis n 1 2 @ #m 1 0 01516609 +sinuosity n 1 2 @ + 1 0 13885207 +sinuousness n 1 2 @ + 1 0 13885207 +sinus n 3 2 @ ~ 3 0 05548032 05252970 05252016 +sinus_cavernosus n 1 1 @ 1 0 05252259 +sinus_coronarius n 1 1 @ 1 0 05252402 +sinus_ethmoidales n 1 1 @ 1 0 05253165 +sinus_headache n 1 1 @ 1 0 14327970 +sinus_paranasales n 1 1 @ 1 0 05253561 +sinus_rectus n 1 1 @ 1 0 05252705 +sinus_sigmoideus n 1 1 @ 1 0 05252567 +sinus_transversus n 1 1 @ 1 0 05252834 +sinus_venosus_sclerae n 1 1 @ 1 0 05251789 +sinusitis n 1 2 @ ~ 1 0 14355238 +sinusoid n 2 2 @ + 2 1 05253829 13909190 +sinusoidal_projection n 1 1 @ 1 0 04223915 +sion n 3 5 @ #p %m %p - 3 0 08796351 08792548 05632056 +siouan n 2 2 @ ~ 2 0 09669125 06920129 +siouan_language n 1 2 @ ~ 1 0 06920129 +sioux n 1 3 @ ~ + 1 1 09669125 +sioux_city n 1 2 @ #p 1 0 09087450 +sioux_falls n 1 2 @ #p 1 0 09139849 +sip n 1 2 @ + 1 1 00843494 +sipah-e-sahaba n 1 3 @ %p ; 1 0 08045140 +siphon n 2 3 @ + ; 2 0 04224155 01468913 +siphonaptera n 1 3 @ #m %m 1 0 02185973 +siphonophora n 1 3 @ #m %m 1 0 01912272 +siphonophore n 1 3 @ ~ #m 1 0 01912454 +sipper n 1 2 @ + 1 1 10601362 +sipuncula n 1 3 @ #m %m 1 0 02315696 +sipunculid n 1 2 @ #m 1 0 02315821 +siqueiros n 1 1 @ 1 0 11302962 +sir n 2 2 @ ; 2 1 10601451 10601526 +sir_alan_hodgkin n 1 1 @ 1 0 11053559 +sir_alec_guinness n 1 1 @ 1 0 11019269 +sir_alexander_fleming n 1 1 @ 1 0 10972825 +sir_alexander_korda n 1 1 @ 1 0 11109424 +sir_alexander_mackenzie n 1 1 @ 1 0 11147924 +sir_alexander_robertus_todd n 1 1 @ 1 0 11344549 +sir_alfred_charles_bernard_lovell n 1 1 @ 1 0 11141981 +sir_alfred_hitchcock n 1 1 @ 1 0 11052299 +sir_angus_wilson n 1 1 @ 1 0 11392210 +sir_anthony_hopkins n 1 1 @ 1 0 11059438 +sir_anthony_philip_hopkins n 1 1 @ 1 0 11059438 +sir_anthony_vandyke n 1 1 @ 1 0 11359867 +sir_arthur_conan_doyle n 1 1 @ 1 0 10906462 +sir_arthur_john_evans n 1 1 @ 1 0 10963254 +sir_arthur_stanley_eddington n 1 1 @ 1 0 10948478 +sir_arthur_sullivan n 1 1 @ 1 0 11324212 +sir_arthur_travers_harris n 1 1 @ 1 0 11030395 +sir_barton n 1 1 @ 1 0 02383604 +sir_bernard_law_montgomery n 1 1 @ 1 0 11188316 +sir_bernard_lovell n 1 1 @ 1 0 11141981 +sir_bernard_williams n 1 1 @ 1 0 11390170 +sir_charles_leonard_woolley n 1 1 @ 1 0 11397094 +sir_charles_scott_sherrington n 1 1 @ 1 0 11298240 +sir_charles_spencer_chaplin n 1 1 @ 1 0 10890637 +sir_charles_wheatstone n 1 1 @ 1 0 11383100 +sir_charles_william_siemens n 1 1 @ 1 0 11299890 +sir_christopher_wren n 1 1 @ 1 0 11398195 +sir_clive_marles_sinclair n 1 1 @ 1 0 11302224 +sir_david_alexander_cecil_low n 1 1 @ 1 0 11142155 +sir_david_bruce n 1 1 @ 1 0 10867708 +sir_david_low n 1 1 @ 1 0 11142155 +sir_edmund_hillary n 1 1 @ 1 0 11050183 +sir_edmund_percival_hillary n 1 1 @ 1 0 11050183 +sir_edward_elgar n 1 1 @ 1 0 10956134 +sir_edward_victor_appleton n 1 1 @ 1 0 10820613 +sir_edward_william_elgar n 1 1 @ 1 0 10956134 +sir_edwin_landseer_luytens n 1 1 @ 1 0 11145563 +sir_edwin_lutyens n 1 1 @ 1 0 11145563 +sir_ernst_boris_chain n 1 1 @ 1 0 10891029 +sir_francis_bacon n 1 1 @ 1 0 10830456 +sir_francis_drake n 1 1 @ 1 0 10942866 +sir_francis_galton n 1 1 @ 1 0 10988570 +sir_frank_whittle n 1 1 @ 1 0 11385442 +sir_fred_hoyle n 1 1 @ 1 0 11063309 +sir_frederick_ashton n 1 1 @ 1 0 10825923 +sir_frederick_gowland_hopkins n 1 1 @ 1 0 11059593 +sir_frederick_grant_banting n 1 1 @ 1 0 10833805 +sir_frederick_handley_page n 1 1 @ 1 0 11220149 +sir_frederick_william_herschel n 1 1 @ 1 0 11045898 +sir_galahad n 1 2 @ ; 1 0 10987176 +sir_gawain n 1 2 @ ; 1 0 10992933 +sir_geoffrey_wilkinson n 1 1 @ 1 0 11387806 +sir_george_otto_trevelyan n 1 1 @ 1 0 11348356 +sir_george_paget_thomson n 1 1 @ 1 0 11340411 +sir_geraint n 1 2 @ ; 1 0 10996533 +sir_hans_adolf_krebs n 1 1 @ 1 0 11110617 +sir_harold_george_nicolson n 1 1 @ 1 0 11206544 +sir_harold_walter_kroto n 1 1 @ 1 0 11111335 +sir_harry_maclennan_lauder n 1 1 @ 1 0 11118886 +sir_henry_bessemer n 1 1 @ 1 0 10849873 +sir_henry_joseph_wood n 1 1 @ 1 0 11395773 +sir_henry_maxmilian_beerbohm n 1 1 @ 1 0 10841241 +sir_henry_morgan n 1 1 @ 1 0 11190774 +sir_henry_morton_stanley n 1 1 @ 1 0 11313011 +sir_henry_percy n 1 1 @ 1 0 11229499 +sir_henry_rider_haggard n 1 1 @ 1 0 11022001 +sir_henry_wood n 1 1 @ 1 0 11395773 +sir_herbert_beerbohm_tree n 1 1 @ 1 0 11348160 +sir_hiram_stevens_maxim n 1 1 @ 1 0 11166060 +sir_howard_walter_florey n 1 1 @ 1 0 10973497 +sir_humphrey_davy n 1 1 @ 1 0 10925132 +sir_humphrey_gilbert n 1 1 @ 1 0 10999202 +sir_isaac_newton n 1 1 @ 1 0 11205375 +sir_isaac_pitman n 1 1 @ 1 0 11236043 +sir_jack_hobbs n 1 1 @ 1 0 11053218 +sir_jacob_epstein n 1 1 @ 1 0 10959664 +sir_james_augustus_henry_murray n 1 1 @ 1 0 11197099 +sir_james_augustus_murray n 1 1 @ 1 0 11197099 +sir_james_clark_ross n 1 1 @ 1 0 11271094 +sir_james_dewar n 1 1 @ 1 0 10932696 +sir_james_george_frazer n 1 1 @ 1 0 10979694 +sir_james_matthew_barrie n 1 1 @ 1 0 10835022 +sir_james_murray n 1 1 @ 1 0 11197099 +sir_james_paget n 1 1 @ 1 0 11220319 +sir_james_paul_mccartney n 1 2 @ #m 1 0 11167952 +sir_james_young_simpson n 1 1 @ 1 0 11301597 +sir_john_carew_eccles n 1 1 @ 1 0 10947922 +sir_john_cockcroft n 1 1 @ 1 0 10903918 +sir_john_cowdery_kendrew n 1 1 @ 1 0 11100619 +sir_john_douglas_cockcroft n 1 1 @ 1 0 10903918 +sir_john_everett_millais n 1 1 @ 1 0 11179666 +sir_john_falstaff n 1 1 @ 1 0 09598750 +sir_john_frederick_william_herschel n 1 1 @ 1 0 11046169 +sir_john_gielgud n 1 1 @ 1 0 10998860 +sir_john_hawkins n 1 1 @ 1 0 11035132 +sir_john_hawkyns n 1 1 @ 1 0 11035132 +sir_john_herschel n 1 1 @ 1 0 11046169 +sir_john_ross n 1 1 @ 1 0 11271349 +sir_john_suckling n 1 1 @ 1 0 11323448 +sir_john_tenniel n 1 1 @ 1 0 11335226 +sir_john_vanbrigh n 1 1 @ 1 0 11358598 +sir_joseph_banks n 1 1 @ 1 0 10833425 +sir_joseph_john_thomson n 1 1 @ 1 0 11340146 +sir_joseph_paxton n 1 1 @ 1 0 11227499 +sir_joshua_reynolds n 1 1 @ 1 0 11258769 +sir_karl_raimund_popper n 1 1 @ 1 0 11242849 +sir_lancelot n 1 2 @ ; 1 0 11115293 +sir_laurence_kerr_olivier n 1 1 @ 1 0 11214320 +sir_leonard_hutton n 1 1 @ 1 0 11069430 +sir_leonard_woolley n 1 1 @ 1 0 11397094 +sir_leslie_stephen n 1 1 @ 1 0 11316567 +sir_martin_frobisher n 1 1 @ 1 0 10983503 +sir_matthew_flinders n 1 1 @ 1 0 10973339 +sir_mortimer_wheeler n 1 1 @ 1 0 11383278 +sir_noel_pierce_coward n 1 1 @ 1 0 10913641 +sir_oliver_joseph_lodge n 1 1 @ 1 0 11136973 +sir_oliver_lodge n 1 1 @ 1 0 11136973 +sir_patrick_manson n 1 1 @ 1 0 11154646 +sir_paul_gavrilovich_vinogradoff n 1 1 @ 1 0 11366895 +sir_peter_brian_medawar n 1 1 @ 1 0 11170913 +sir_peter_paul_rubens n 1 1 @ 1 0 11273104 +sir_peter_ustinov n 1 1 @ 1 0 11358065 +sir_philip_sidney n 1 1 @ 1 0 11299672 +sir_rabindranath_tagore n 1 1 @ 1 0 11329030 +sir_ralph_david_richardson n 1 1 @ 1 0 11261184 +sir_rex_harrison n 1 1 @ 1 0 11031995 +sir_richard_burton n 1 1 @ 1 0 10875249 +sir_richard_francis_burton n 1 1 @ 1 0 10875249 +sir_richard_owen n 1 1 @ 1 0 11218938 +sir_richrd_steele n 1 1 @ 1 0 11314119 +sir_robert_eric_mortimer_wheeler n 1 1 @ 1 0 11383278 +sir_robert_peel n 1 1 @ 1 0 11228039 +sir_robert_robinson n 1 1 @ 1 0 11266524 +sir_robert_walpole n 1 1 @ 1 0 11372372 +sir_roger_gilbert_bannister n 1 1 @ 1 0 10833595 +sir_ronald_ross n 1 1 @ 1 0 11270948 +sir_sarvepalli_radhakrishnan n 1 1 @ 1 0 11251995 +sir_seretse_khama n 1 1 @ 1 0 11103864 +sir_stephen_harold_spender n 1 1 @ 1 0 11310523 +sir_terence_mervyn_rattigan n 1 1 @ 1 0 11254950 +sir_thomas_gresham n 1 1 @ 1 0 11015420 +sir_thomas_lawrence n 1 1 @ 1 0 11120633 +sir_thomas_malory n 1 1 @ 1 0 11152331 +sir_thomas_more n 1 1 @ 1 0 11190183 +sir_thomas_raffles n 1 1 @ 1 0 11252222 +sir_thomas_stamford_raffles n 1 1 @ 1 0 11252222 +sir_thomas_wyat n 1 1 @ 1 0 11399446 +sir_thomas_wyatt n 1 1 @ 1 0 11399446 +sir_tim_rice n 1 1 @ 1 0 11259777 +sir_tom_stoppard n 1 1 @ 1 0 11320245 +sir_walter_norman_haworth n 1 1 @ 1 0 11035363 +sir_walter_ralegh n 1 1 @ 1 0 11252627 +sir_walter_raleigh n 1 1 @ 1 0 11252627 +sir_walter_scott n 1 1 @ 1 0 11289161 +sir_william_alexander_craigie n 1 1 @ 1 0 10914134 +sir_william_chambers n 1 1 @ 1 0 10889905 +sir_william_crookes n 1 1 @ 1 0 10916505 +sir_william_gerald_golding n 1 1 @ 1 0 11004731 +sir_william_gilbert n 1 1 @ 1 0 10999584 +sir_william_herschel n 1 1 @ 1 0 11045898 +sir_william_huggins n 1 1 @ 1 0 11064472 +sir_william_rowan_hamilton n 1 1 @ 1 0 11026231 +sir_william_turner_walton n 1 1 @ 1 0 11373231 +sir_william_wallace n 1 1 @ 1 0 11371778 +sir_william_walton n 1 1 @ 1 0 11373231 +sir_winston_leonard_spenser_churchill n 1 1 @ 1 0 10897312 +sir_yehudi_menuhin n 1 1 @ 1 0 11175040 +sirach n 1 2 @ #p 1 0 06460295 +siracusa n 1 2 @ #p 1 0 08810051 +siraj-ud-daula n 1 1 @ 1 0 11303132 +sirc n 1 2 @ ; 1 0 08346905 +sirdar n 1 1 @ 1 0 10601644 +sire n 3 3 @ ~ + 3 0 10601725 10102800 01323355 +siren n 5 3 @ ~ #m 5 0 10601840 10055410 07265789 04224395 01639187 +siren_call n 1 1 @ 1 0 04687633 +siren_song n 1 1 @ 1 0 04687633 +sirenia n 1 3 @ #m %m 1 0 02073041 +sirenian n 1 3 @ ~ #m 1 0 02073250 +sirenian_mammal n 1 3 @ ~ #m 1 0 02073250 +sirenidae n 1 3 @ #m %m 1 0 01638952 +siriasis n 1 1 @ 1 0 14204586 +siris n 1 1 @ 1 0 11759609 +siris_tree n 1 1 @ 1 0 11759609 +sirius n 1 2 @ #m 1 0 09435965 +sirloin n 1 3 @ #p %p 1 1 07658958 +sirloin_steak n 1 2 @ #p 1 0 07659684 +sirloin_tip n 1 2 @ #p 1 0 07659560 +sirocco n 1 1 @ 1 0 11448153 +sirrah n 1 1 @ 1 0 10602119 +sirup n 1 2 @ ~ 1 0 07859583 +sis n 1 2 @ ~ 1 1 10602985 +sisal n 2 3 @ #m #s 2 0 15042654 12477401 +sisal_family n 1 3 @ #m %m 1 0 12476036 +sisal_hemp n 1 2 @ #s 1 0 15042654 +sise n 1 1 @ 1 0 13744722 +sisham n 1 2 @ #m 1 0 12522894 +siskin n 1 1 @ 1 0 01531512 +siskiyou_lewisia n 1 2 @ #m 1 0 11860208 +sison n 1 3 @ #m %m 1 0 12944590 +sison_amomum n 1 2 @ #m 1 0 12944723 +sissiness n 1 4 @ ~ + ; 1 0 04668139 +sissoo n 1 2 @ #m 1 0 12522894 +sissu n 1 2 @ #m 1 0 12522894 +sissy n 1 1 @ 1 0 10603378 +sister n 4 6 ! @ ~ #m + ; 4 1 10602985 10602470 10602258 09827363 +sister-in-law n 1 1 @ 1 1 10603766 +sister_ship n 1 1 @ 1 0 04224543 +sisterhood n 3 3 @ %m + 3 0 13814184 08407449 08075647 +sistership n 2 1 @ 2 0 13814184 08407449 +sistine_chapel n 1 2 @ #p 1 0 04224671 +sistrurus n 1 3 @ #m %m 1 0 01757547 +sistrurus_catenatus n 1 2 @ #m 1 0 01757677 +sistrurus_miliaris n 1 1 @ 1 0 01757901 +sisymbrium_barbarea n 1 2 @ #p 1 0 11874081 +sisymbrium_officinale n 1 2 @ #m 1 0 11897116 +sisymbrium_tanacetifolia n 1 2 @ #m 1 0 11889205 +sisyphus n 1 3 @ + ; 1 0 09498697 +sisyridae n 1 3 @ #m %m 1 0 02267644 +sisyrinchium n 1 3 @ #m %m 1 0 12418065 +sit-down n 1 1 @ 1 1 01243969 +sit-down_strike n 1 1 @ 1 0 01243969 +sit-in n 1 2 @ + 1 0 01178850 +sit-up n 1 2 @ + 1 0 00630786 +sita n 1 1 @ 1 0 09531296 +sitar n 1 1 @ 1 0 04224842 +sitar_player n 1 2 @ ~ 1 0 10603851 +sitcom n 2 1 @ 2 0 07017733 07017379 +site n 3 3 @ ~ + 3 2 08651247 08622950 06359193 +site_visit n 1 1 @ 1 0 00652311 +sitka n 1 2 @ #p 1 0 09056278 +sitka_spruce n 1 1 @ 1 0 11626152 +sitka_willow n 1 2 @ #m 1 0 12730370 +sitophylus n 1 3 @ #m %m 1 0 02182796 +sitophylus_oryzae n 1 2 @ #m 1 0 02182930 +sitotroga n 1 3 @ #m %m 1 0 02293974 +sitotroga_cerealella n 1 2 @ #m 1 0 02294097 +sitsang n 1 5 @ #p %m %p - 1 0 08906952 +sitta n 1 3 @ #m %m 1 0 01590837 +sitta_canadensis n 1 2 @ #m 1 0 01591123 +sitta_carolinensis n 1 2 @ #m 1 0 01591301 +sitta_europaea n 1 2 @ #m 1 0 01591005 +sitter n 5 4 ! @ + ; 5 0 11303522 10603959 09829305 09813219 01792955 +sittidae n 1 3 @ #m %m 1 0 01590443 +sitting n 4 4 @ %p + ; 4 2 00344421 00344259 08417920 07146190 +sitting_bull n 1 1 @ 1 0 11303698 +sitting_duck n 1 1 @ 1 0 10604089 +sitting_room n 1 3 @ ~ #p 1 1 03679712 +sitting_trot n 1 2 ! @ 1 0 00287889 +situation n 5 3 @ ~ + 5 2 13927383 13925752 14411243 08622950 00586262 +situation_comedy n 2 1 @ 2 0 07017733 07017379 +sitwell n 1 1 @ 1 0 11304011 +sitz_bath n 1 1 @ 1 0 04225031 +sium n 1 3 @ #m %m 1 0 12944960 +sium_latifolium n 1 2 @ #m 1 0 12945366 +sium_sisarum n 1 2 @ #m 1 0 12945549 +sium_suave n 1 2 @ #m 1 0 12945177 +siva n 1 3 @ ~ #m 1 0 09528727 +sivaism n 2 3 @ #m %m 2 0 08097072 06238931 +sivan n 1 2 @ #p 1 0 15216189 +sivapithecus n 1 2 @ #m 1 0 02477782 +siwan n 1 2 @ #p 1 0 15216189 +six n 2 1 @ 2 1 13744722 04225417 +six-day_war n 1 2 @ ; 1 0 01302449 +six-footer n 1 1 @ 1 0 10604180 +six-gilled_shark n 1 2 @ #m 1 0 01483021 +six-gun n 1 2 @ ~ 1 0 04086273 +six-lined_racerunner n 1 1 @ 1 0 01686044 +six-pack n 1 1 @ 1 0 04225222 +six-shooter n 1 2 @ ~ 1 0 04086273 +six-spot n 1 1 @ 1 0 04225417 +six_day_war n 1 2 @ ; 1 0 01302449 +six_nations n 1 1 @ 1 0 08305277 +six_pack n 1 1 @ 1 0 04225222 +sixer n 1 1 @ 1 0 13744722 +sixpack n 1 1 @ 1 0 04225222 +sixpence n 1 2 @ ; 1 0 13391452 +sixpenny_nail n 1 1 @ 1 0 04225337 +sixsome n 1 1 @ 1 0 07987689 +sixteen n 1 1 @ 1 0 13747606 +sixteen_personality_factor_questionnaire n 1 1 @ 1 0 06475933 +sixteenth n 2 1 @ 2 0 13848466 13738585 +sixteenth_note n 1 1 @ 1 0 06871534 +sixteenth_part n 1 1 @ 1 0 13738585 +sixth n 3 1 @ 3 0 13847402 13737952 06859925 +sixth-former n 1 2 @ ; 1 0 10604275 +sixth_baron_byron_of_rochdale n 1 1 @ 1 0 10877253 +sixth_cranial_nerve n 1 1 @ 1 0 05479108 +sixth_crusade n 1 1 @ 1 0 00970079 +sixth_sense n 1 1 @ 1 0 05708207 +sixties n 2 2 @ #p 2 2 15150134 15150013 +sixtieth n 2 1 @ 2 0 13849296 13738840 +sixtus_iv n 1 1 @ 1 0 11304139 +sixty n 1 1 @ 1 0 13749778 +sixty-fourth n 1 1 @ 1 0 13738939 +sixty-fourth_note n 1 1 @ 1 0 06871828 +sixty-nine n 1 1 @ 1 0 00855407 +size n 5 5 @ ~ = + ; 5 2 05098942 05095691 14706372 13937727 05099231 +size_constancy n 1 1 @ 1 0 05709766 +size_of_it n 1 2 @ ; 1 1 13937727 +size_stick n 1 1 @ 1 0 04225578 +sizeableness n 1 3 @ ~ + 1 0 05104548 +sizing n 1 2 @ + 1 0 14706372 +sizzle n 1 1 @ 1 0 07393919 +sjaelland n 1 3 @ #p %m 1 0 08761697 +sk-ampicillin n 1 2 @ ; 1 0 02705651 +skag n 1 2 @ ; 1 0 02837416 +skagens_odde n 1 2 @ #p 1 0 09436132 +skagerak n 1 2 @ #p 1 0 09436299 +skagerrak n 1 2 @ #p 1 0 09436299 +skagit n 2 1 @ 2 0 09669942 06914331 +skagway n 1 2 @ #p 1 0 09056476 +skanda n 1 1 @ 1 0 09529013 +skank n 2 2 @ + 2 0 14856752 00527319 +skate n 2 4 @ ~ #m + 2 0 04225729 01501160 +skateboard n 1 2 @ + 1 0 04225987 +skateboarder n 1 2 @ + 1 0 10604380 +skateboarding n 1 2 @ + 1 0 00449054 +skater n 1 3 @ ~ + 1 0 10604491 +skating n 1 3 @ ~ + 1 0 00448466 +skating_rink n 1 2 @ ~ 1 0 04093625 +skaw n 1 2 @ #p 1 0 09436132 +skeat n 1 1 @ 1 0 11304354 +skedaddle n 1 1 @ 1 0 00060747 +skeen_arch n 1 1 @ 1 0 04226172 +skeet n 1 1 @ 1 1 00124342 +skeet_shooting n 1 1 @ 1 0 00124342 +skeeter_hawk n 1 1 @ 1 0 02268443 +skeg n 1 2 @ #p 1 0 04226322 +skein n 1 1 @ 1 0 04226464 +skeletal_frame n 1 3 @ ~ #p 1 0 04226537 +skeletal_muscle n 1 3 @ ~ %p 1 0 05289861 +skeletal_structure n 1 3 @ ~ #p 1 0 05585665 +skeletal_system n 1 4 @ ~ #p %p 1 0 05585383 +skeleton n 4 5 @ ~ #p %p + 4 0 13763626 07306481 05585383 04226537 +skeleton_fork_fern n 1 1 @ 1 0 13217005 +skeleton_in_the_closet n 1 1 @ 1 0 07306481 +skeleton_in_the_cupboard n 1 1 @ 1 0 07306481 +skeleton_key n 1 1 @ 1 0 04226826 +skeleton_shrimp n 1 2 @ #m 1 0 01993525 +skene_arch n 1 1 @ 1 0 04226172 +skep n 2 1 @ 2 0 04227050 04226962 +skepful n 1 1 @ 1 0 13769994 +skeptic n 1 3 @ ~ + 1 1 10604634 +skepticism n 2 2 @ + 2 1 05698982 05980051 +sketch n 4 4 @ ~ #p + 4 3 04227144 07203016 06469694 06780678 +sketch_block n 1 1 @ 1 0 04227370 +sketch_map n 1 1 @ 1 1 04227618 +sketch_pad n 1 1 @ 1 1 04227370 +sketchbook n 1 1 @ 1 0 04227370 +sketcher n 2 2 @ + 2 0 10604880 04227519 +sketchiness n 1 2 @ + 1 0 14462565 +skew_arch n 1 1 @ 1 0 04227787 +skew_correlation n 1 2 @ ; 1 0 06031657 +skewer n 1 3 @ ~ + 1 0 04227900 +skewness n 1 2 @ + 1 0 05066195 +ski n 1 3 @ ~ + 1 0 04228054 +ski-plane n 1 1 @ 1 0 04230487 +ski_binding n 1 1 @ 1 0 04228215 +ski_boot n 1 1 @ 1 0 04228581 +ski_cap n 1 1 @ 1 0 04228693 +ski_conditions n 1 1 @ 1 0 13926068 +ski_jacket n 1 1 @ 1 0 04230387 +ski_jump n 1 2 @ + 1 0 04229620 +ski_jumper n 1 1 @ 1 0 10605375 +ski_jumping n 1 2 @ + 1 0 00441073 +ski_lift n 1 2 @ ~ 1 0 04231693 +ski_lodge n 1 1 @ 1 0 04229737 +ski_mask n 1 2 @ %p 1 0 04229816 +ski_parka n 1 1 @ 1 0 04230387 +ski_pole n 1 1 @ 1 0 04230603 +ski_race n 1 2 @ ~ 1 0 07463733 +ski_rack n 1 1 @ 1 0 04230707 +ski_resort n 1 1 @ 1 0 08652376 +ski_run n 1 2 @ ~ 1 0 04231575 +ski_slope n 1 1 @ 1 0 09436444 +ski_tow n 1 2 @ ~ 1 0 04231693 +ski_trail n 1 2 @ ~ 1 0 04231575 +ski_wax n 1 1 @ 1 0 15042772 +skiagram n 1 2 @ ~ 1 0 04042358 +skiagraph n 1 2 @ ~ 1 0 04042358 +skiagraphy n 1 2 @ ~ 1 0 13545382 +skibob n 1 1 @ 1 0 04228422 +skid n 3 4 @ #p %p + 3 0 04228844 02890940 00329031 +skid_lid n 1 2 @ ; 1 0 04229107 +skid_road n 2 1 @ 2 0 08652156 04229363 +skid_row n 1 1 @ 1 0 08652256 +skidder n 3 3 @ ~ + 3 0 10605088 10604979 04229007 +skidpan n 1 2 @ ; 1 0 04229195 +skier n 1 3 @ ~ + 1 0 10605253 +skiff n 1 2 @ ~ 1 1 04229480 +skiffle n 1 2 @ ; 1 0 07066459 +skiffle_group n 1 2 @ ; 1 0 08250635 +skiing n 1 5 @ ~ %p + - 1 0 00440747 +skiing_race n 1 2 @ ~ 1 0 07463733 +skill n 2 2 @ ~ 2 2 05637558 05636887 +skilled_worker n 1 2 @ ~ 1 1 10605985 +skilled_workman n 1 2 @ ~ 1 0 10605985 +skillet n 1 3 @ ~ %p 1 0 03400231 +skillet_bread n 1 1 @ 1 0 07685546 +skillet_cake n 1 1 @ 1 0 07634141 +skillet_corn_bread n 1 1 @ 1 0 07688130 +skillet_fish n 1 1 @ 1 0 02635781 +skilletfish n 1 1 @ 1 0 02635781 +skillfulness n 1 4 ! @ ~ + 1 0 05640433 +skilly n 1 1 @ 1 0 07704305 +skim n 2 2 @ + 2 0 09436531 06598746 +skim_milk n 1 2 ! @ 1 0 07846557 +skimmed_milk n 1 1 @ 1 0 07846557 +skimmer n 4 3 @ #m + 4 0 10605510 04229959 02859184 02043808 +skimming n 4 2 @ + 4 1 01262574 06598746 00784271 00150762 +skin n 6 6 @ ~ #p %s %p + 6 4 05238282 04230093 01895735 13962048 07738353 04230221 +skin-dive n 1 3 @ ~ + 1 0 00444651 +skin-diver n 1 2 @ + 1 0 10607291 +skin_and_bones n 1 2 @ ~ 1 0 10708797 +skin_cancer n 1 2 @ ~ 1 0 14252320 +skin_care n 1 2 @ ~ 1 0 00665679 +skin_cell n 1 3 @ ~ #p 1 0 05241072 +skin_color n 1 3 @ ~ = 1 0 04976952 +skin_colour n 1 3 @ ~ = 1 0 04976952 +skin_disease n 1 2 @ ~ 1 0 14219661 +skin_disorder n 1 2 @ ~ 1 0 14219661 +skin_diving n 1 2 @ ~ 1 0 00444651 +skin_doctor n 1 1 @ 1 0 10006177 +skin_effect n 1 1 @ 1 0 11507797 +skin_eruption n 1 1 @ 1 0 14321814 +skin_flick n 1 3 @ ~ ; 1 0 06617413 +skin_graft n 1 1 @ 1 0 05239437 +skin_patch n 1 2 @ ~ 1 0 04470741 +skin_perceptiveness n 1 1 @ 1 1 05721990 +skin_rash n 1 2 @ ~ 1 0 14321953 +skin_sensation n 1 2 @ ~ 1 0 05723210 +skin_senses n 1 2 @ #p 1 0 05655119 +skin_test n 1 2 @ ~ 1 0 05745098 +skin_tumor n 1 2 @ ~ 1 0 14235667 +skincare n 1 2 @ ~ 1 0 00665679 +skinflint n 1 2 @ ~ 1 0 10357737 +skinful n 1 2 @ ; 1 0 13769672 +skinhead n 1 2 @ #m 1 0 10607478 +skinheads n 1 2 @ %m 1 0 08371200 +skink n 1 3 @ ~ #m 1 0 01684133 +skinner n 5 2 @ + 5 0 11304811 11304669 11304461 10607706 10338094 +skinnerian n 1 2 @ + 1 0 10605608 +skinniness n 1 2 @ + 1 0 05001724 +skinny n 1 1 @ 1 0 07218853 +skinny-dip n 1 2 @ + 1 0 00442654 +skinny-dipper n 1 2 @ + 1 0 10605737 +skip n 2 3 @ ~ + 2 0 00289906 00074624 +skip_distance n 1 1 @ 1 0 05130402 +skip_rope n 1 1 @ 1 0 03605233 +skipjack n 3 2 @ #m 3 0 02628600 02628062 02176439 +skipjack_tuna n 1 2 @ #m 1 0 02628600 +skipper n 3 4 @ ~ + ; 3 0 10607824 10298912 09892831 +skipping_rope n 1 1 @ 1 0 03605233 +skirl n 1 2 @ + 1 0 07393988 +skirmish n 1 3 @ ~ + 1 1 00959376 +skirmisher n 1 2 @ + 1 1 10605848 +skirret n 1 2 @ #m 1 0 12945549 +skirt n 4 5 @ ~ #p %p ; 4 2 04231272 04230808 13095348 09989045 +skirt_chaser n 1 1 @ 1 0 10787197 +skirt_of_tasses n 1 2 @ #p 1 0 04231444 +skirting_board n 1 1 @ 1 0 02800354 +skit n 1 1 @ 1 1 00551508 +skittishness n 1 2 @ + 1 0 04625716 +skittle n 1 2 @ + 1 0 03825271 +skittle_alley n 1 3 @ #p %p 1 0 02882014 +skittle_ball n 1 1 @ 1 0 03825442 +skittle_pin n 1 1 @ 1 0 03825271 +skittles n 1 1 @ 1 0 00462383 +skivvies n 1 2 @ ; 1 0 04231905 +skivvy n 1 2 @ ; 1 0 10607933 +skopje n 1 2 @ #p 1 0 08961852 +skoplje n 1 2 @ #p 1 0 08961852 +skua n 1 3 @ ~ #m 1 0 02044778 +skuld n 1 1 @ 1 0 09582845 +skulduggery n 1 1 @ 1 0 06760722 +skulker n 2 2 @ + 2 0 10286539 10277352 +skulking n 1 2 @ + 1 1 00741272 +skull n 1 3 @ #p %p 1 1 05540121 +skull_and_crossbones n 1 2 @ #p 1 0 04232034 +skull_practice n 1 1 @ 1 0 00896114 +skull_session n 2 1 @ 2 0 07147733 00896114 +skullcap n 3 3 @ ~ #p 3 1 04232153 12867826 05540407 +skullduggery n 1 1 @ 1 0 06760722 +skunk n 4 3 @ ~ + 4 1 10539715 07476495 03990834 02445715 +skunk-weed n 1 1 @ 1 0 12810151 +skunk_bear n 1 2 @ #m 1 0 02449183 +skunk_cabbage n 2 2 @ #m 2 0 11792742 11789066 +skunkbush n 1 1 @ 1 0 12764507 +skunkweed n 1 1 @ 1 0 12810151 +sky n 1 4 @ ~ #p %p 1 1 09436708 +sky-blue n 1 1 @ 1 0 04969242 +sky_burial n 1 1 @ 1 0 07451903 +sky_glow n 1 1 @ 1 0 11463647 +sky_marshal n 1 2 @ ; 1 0 09781171 +sky_pilot n 1 2 @ ; 1 0 10316527 +sky_wave n 1 2 @ ~ 1 0 11500122 +skybox n 1 1 @ 1 0 04232312 +skycap n 1 1 @ 1 0 10608073 +skydiver n 1 2 @ + 1 0 10608188 +skydiving n 1 2 @ + 1 0 00304040 +skye_terrier n 1 2 @ ~ 1 0 02097786 +skyhook n 2 1 @ 2 0 04232543 04232437 +skylab n 1 1 @ 1 0 04232691 +skylark n 1 2 @ #m 1 0 01527917 +skylight n 1 1 @ 1 1 04232800 +skyline n 2 2 @ #p 2 0 08651735 08585657 +skyrocket n 2 2 @ + 2 0 07263053 04232902 +skysail n 1 1 @ 1 0 04233027 +skyscraper n 1 2 @ ~ 1 1 04233124 +skywalk n 1 1 @ 1 0 04233295 +skyway n 1 2 @ ~ 1 0 08492546 +skywriting n 1 1 @ 1 0 06403852 +sl n 1 2 @ ; 1 0 08044676 +slab n 1 2 @ ~ 1 1 04233405 +slack n 6 2 @ + 6 0 14858099 13556509 09436906 09355850 04775357 04233556 +slack_suit n 1 2 @ ~ 1 0 04233832 +slack_tide n 1 1 @ 1 0 07403779 +slack_water n 2 1 @ 2 0 09436906 07403779 +slackening n 1 3 @ ~ + 1 0 07443210 +slacker n 1 4 @ ~ + ; 1 0 10608385 +slacking n 1 2 @ + 1 0 00741478 +slackness n 3 2 @ + 3 0 05042138 04775357 04666416 +slacks n 1 2 @ ; 1 1 04233715 +slag n 1 2 @ ~ 1 0 15042856 +slag_code n 1 1 @ 1 0 06585203 +slagheap n 1 1 @ 1 0 07962991 +slain n 1 1 @ 1 1 07950592 +slaked_lime n 1 1 @ 1 0 14936010 +slalom n 1 2 @ + 1 0 07463950 +slam n 4 4 @ ~ #p + 4 0 07474645 07394115 07338970 06767922 +slam_dance n 1 2 @ + 1 0 00527498 +slam_dancing n 1 2 @ + 1 0 00527498 +slam_dunk n 2 2 @ + 2 0 04757350 00110745 +slammer n 2 3 @ ~ + 2 0 10608658 03592245 +slander n 2 3 @ ~ + 2 0 06720600 01220336 +slanderer n 1 2 @ + 1 0 09999135 +slang n 2 4 @ ~ + - 2 0 07159467 07157273 +slang_expression n 1 1 @ 1 0 07159467 +slang_term n 1 1 @ 1 0 07159467 +slanginess n 1 2 @ + 1 0 04912506 +slanguage n 1 1 @ 1 0 07281523 +slant n 2 3 @ ~ + 2 2 06211078 05069199 +slant-eye n 1 2 @ ; 1 0 09643799 +slap n 2 3 @ ~ + 2 0 07410745 00133668 +slapper n 1 2 @ + 1 0 10608803 +slapshot n 1 2 @ #p 1 0 01264795 +slapstick n 2 1 @ 2 1 07017877 04233960 +slash n 4 2 @ + 4 0 14287113 09437098 06844903 00388065 +slash_pocket n 1 1 @ 1 0 04234260 +slasher n 2 2 @ + 2 0 10609092 04234160 +slask n 1 2 @ #p 1 0 09166534 +slat n 1 4 @ ~ #p + 1 1 04234455 +slate n 4 2 @ + 4 1 04234670 15043002 14700162 06495948 +slate-colored_junco n 1 1 @ 1 0 01534582 +slate_club n 1 2 @ ; 1 0 08230294 +slate_pencil n 1 1 @ 1 0 04234763 +slate_roof n 1 1 @ 1 1 04234887 +slater n 1 2 @ ~ 1 0 01991028 +slating n 3 2 @ + 3 0 15043002 06712498 01105152 +slattern n 2 2 @ + 2 0 10663315 10609198 +slatternliness n 1 2 @ + 1 0 04896995 +slaughter n 3 4 @ ~ #p + 3 2 00223854 07476623 00223983 +slaughterer n 1 3 @ ~ + 1 0 09884133 +slaughterhouse n 1 1 @ 1 0 02666943 +slav n 1 4 @ ~ #m + 1 0 09676884 +slave n 3 3 @ ~ + 3 2 10609325 10609556 10609686 +slave-maker n 1 2 @ ~ 1 0 02221820 +slave-making_ant n 1 2 @ ~ 1 0 02221820 +slave_ant n 1 2 @ ~ 1 0 02221571 +slave_dealer n 1 2 @ ~ 1 1 10610201 +slave_driver n 2 1 @ 2 0 10609960 10609871 +slave_market n 1 2 @ ; 1 0 04234969 +slave_owner n 1 1 @ 1 0 10610096 +slave_ship n 1 1 @ 1 0 04235165 +slave_state n 1 3 ! @ #p 1 0 09049909 +slave_trade n 1 1 @ 1 1 01114284 +slave_trader n 1 2 @ ~ 1 0 10610201 +slave_traffic n 1 1 @ 1 0 01114284 +slaveholder n 1 1 @ 1 0 10610096 +slaveholding n 1 1 @ 1 0 00415442 +slaver n 2 2 @ ~ 2 0 10610201 10610096 +slavery n 3 3 @ ~ + 3 2 13997253 00415442 00623545 +slavey n 1 2 @ ; 1 0 10607933 +slavic n 1 3 @ ~ + 1 1 06943771 +slavic_language n 1 2 @ ~ 1 0 06943771 +slavic_people n 1 2 @ %m 1 0 09676746 +slavic_race n 1 2 @ %m 1 0 09676746 +slavonic n 1 2 @ ~ 1 0 06943771 +slavonic_language n 1 2 @ ~ 1 0 06943771 +slaw n 1 1 @ 1 0 07808587 +slayer n 1 3 @ ~ + 1 0 10231087 +slaying n 1 3 @ ~ + 1 0 00220522 +sle n 1 1 @ 1 0 14221311 +sleaze n 1 2 @ + 1 0 04818460 +sleaziness n 2 3 @ ~ + 2 0 04874223 04816761 +sled n 1 4 @ ~ %p + 1 0 04235291 +sled_dog n 1 2 @ ~ 1 0 02109811 +sledder n 1 3 @ ~ + 1 0 10610333 +sledding n 2 3 @ ~ + 2 0 00447073 00048051 +sledge n 2 4 @ ~ %p + 2 0 04235291 03731695 +sledge_dog n 1 2 @ ~ 1 0 02109811 +sledgehammer n 1 2 @ + 1 0 03731695 +sleekness n 2 2 @ + 2 0 04950336 04947494 +sleep n 4 3 @ ~ + 4 2 14024882 14025993 15273626 13962765 +sleep-learning n 1 1 @ 1 0 00892538 +sleep_apnea n 1 2 @ ~ 1 0 14370267 +sleep_deprivation n 1 1 @ 1 0 00424186 +sleep_disorder n 1 2 @ ~ 1 0 14297696 +sleep_talking n 1 1 @ 1 0 00285387 +sleep_terror_disorder n 1 1 @ 1 0 14025258 +sleeper n 9 7 @ ~ #m #p %p + ; 9 1 10610465 10610850 10610699 04433585 04236001 04235771 04235646 02619861 00064370 +sleeper_cell n 1 1 @ 1 0 08358824 +sleeper_goby n 1 2 @ #m 1 0 02619861 +sleeper_nest n 1 2 @ %m 1 0 08244532 +sleepiness n 1 4 ! @ ~ + 1 0 14030435 +sleeping n 3 5 ! @ ~ %p + 3 1 05681117 01064863 00858188 +sleeping_accommodation n 1 4 @ ~ #p %p 1 0 02821627 +sleeping_around n 1 2 @ ~ 1 0 00856342 +sleeping_bag n 1 1 @ 1 1 04235860 +sleeping_beauty n 3 1 @ 3 1 10611117 10611267 08076455 +sleeping_capsule n 1 1 @ 1 1 04236182 +sleeping_car n 1 2 @ %p 1 0 04236001 +sleeping_draught n 1 1 @ 1 0 04236182 +sleeping_hibiscus n 1 2 @ #m 1 0 12184095 +sleeping_partner n 1 1 @ 1 0 10598459 +sleeping_pill n 1 1 @ 1 1 04236182 +sleeping_room n 1 4 @ ~ #p %p 1 0 02821627 +sleeping_sickness n 1 1 @ 1 0 14343735 +sleeping_tablet n 1 1 @ 1 0 04236182 +sleepless_person n 1 1 @ 1 0 10208748 +sleeplessness n 1 2 @ + 1 0 14022959 +sleepover n 1 2 @ + 1 0 07455984 +sleepwalker n 1 2 @ + 1 1 10611361 +sleepwalking n 1 2 @ + 1 0 00285141 +sleepwear n 1 2 @ ~ 1 0 03825080 +sleepy_dick n 1 1 @ 1 0 12459882 +sleepy_sickness n 1 1 @ 1 0 14343735 +sleepyhead n 1 1 @ 1 0 10611541 +sleet n 1 2 @ + 1 0 11507951 +sleeve n 2 4 @ ~ #p %p 2 1 04236377 04236702 +sleigh n 1 4 @ ~ %p + 1 0 04235291 +sleigh_bed n 1 1 @ 1 0 04236809 +sleigh_bell n 1 1 @ 1 0 04236935 +sleight n 1 1 @ 1 0 05642815 +sleight_of_hand n 1 1 @ 1 0 00552312 +slender-tailed_meerkat n 1 1 @ 1 0 02138647 +slender_centaury n 1 1 @ 1 0 12291671 +slender_knapweed n 1 1 @ 1 0 11941094 +slender_lady_palm n 1 1 @ 1 0 12596345 +slender_loris n 1 2 @ #m 1 0 02498743 +slender_rush n 1 1 @ 1 0 11744471 +slender_salamander n 1 2 @ #m 1 0 01637615 +slender_spike_rush n 1 1 @ 1 0 12153914 +slender_wheatgrass n 1 1 @ 1 0 12106323 +slender_wild_oat n 1 1 @ 1 0 12110352 +slenderness n 3 2 @ + 3 0 05117406 05103648 05002155 +sleuth n 1 2 @ + 1 0 10611613 +sleuthhound n 2 1 @ 2 0 10611613 02088466 +sleuthing n 1 2 @ + 1 0 00635205 +slew n 1 2 @ ~ 1 0 13774404 +slews n 1 1 @ 1 0 13777509 +slezsko n 1 2 @ #p 1 0 09166534 +slice n 6 3 @ ~ + 6 4 13286524 07654667 14287113 00572043 09437241 04237086 +slice_bar n 1 1 @ 1 0 04237174 +slicer n 3 2 @ + 3 0 10611729 04237423 04237287 +slicing n 2 2 @ + 2 0 00572043 00387424 +slick n 4 3 @ ~ + 4 1 04947628 06596727 04237654 04237565 +slick_magazine n 1 1 @ 1 0 06596727 +slicker n 3 2 @ ~ 3 1 03844815 10611869 09998101 +slickness n 3 2 @ + 3 0 06760722 05095324 04947628 +slide n 7 6 @ ~ #p %p + ; 7 5 04237924 07404944 06857264 04238128 00328502 04237773 03029603 +slide_action n 1 2 @ #p 1 1 04022434 +slide_fastener n 1 2 @ #p 1 0 04238321 +slide_projector n 1 2 @ ~ 1 0 04238617 +slide_rule n 1 1 @ 1 0 04238763 +slide_valve n 1 1 @ 1 0 04238953 +slider n 4 4 @ ~ #m + 4 0 10605088 10275940 01668665 00109081 +slideway n 1 3 @ ~ %p 1 0 03029603 +sliding_board n 1 2 @ #p 1 0 04238128 +sliding_door n 1 3 @ ~ %p 1 0 04239074 +sliding_keel n 1 3 @ ~ #p 1 0 02994012 +sliding_scale n 1 1 @ 1 0 13853680 +sliding_seat n 1 2 @ #p 1 0 04239218 +sliding_window n 1 1 @ 1 0 04239333 +slight n 1 3 @ ~ + 1 1 01225783 +slight_care n 1 1 @ 1 0 01132472 +slightness n 3 3 @ ~ + 3 0 05173205 05107216 05002155 +slim_chance n 1 1 @ 1 0 05093080 +slime n 1 3 @ ~ + 1 0 14956661 +slime_bacteria n 1 2 @ #m 1 0 01378545 +slime_eels n 1 3 @ ~ #m 1 0 01478511 +slime_mold n 1 2 @ ~ 1 0 12974987 +slime_mould n 1 2 @ ~ 1 0 12974987 +slime_mushroom n 1 2 @ ~ 1 0 13003846 +sliminess n 2 2 @ + 2 0 04935405 04781349 +slimness n 2 2 @ + 2 0 05121095 05002155 +sling n 5 3 @ ~ + 5 0 07917618 04240097 04239786 04239639 04239436 +slingback n 1 1 @ 1 0 04239786 +slinger n 1 2 @ + 1 0 10611988 +slinger_ring n 1 1 @ 1 0 04239900 +slinging n 1 2 @ + 1 1 00107016 +slingshot n 1 1 @ 1 1 04240097 +slip n 15 4 @ ~ %p + 15 2 00076196 00073828 14814295 13127473 10612104 08640111 07317519 04947628 04339291 04240327 03013580 02975412 00329031 00170710 00059376 +slip-joint_pliers n 1 2 @ ; 1 0 04240867 +slip-on n 1 2 @ + 1 0 04241249 +slip-up n 1 3 @ ~ + 1 0 00073828 +slip_carriage n 1 2 @ ; 1 0 04240576 +slip_clutch n 1 1 @ 1 0 04240434 +slip_coach n 1 2 @ ; 1 0 04240576 +slip_friction_clutch n 1 1 @ 1 0 04240434 +slip_noose n 1 4 @ ~ #p %p 1 0 03829563 +slip_of_paper n 1 1 @ 1 1 04240327 +slip_of_the_tongue n 1 2 @ ~ 1 0 06770028 +slip_ring n 1 1 @ 1 0 04241573 +slip_road n 1 1 @ 1 0 02671988 +slip_stitch n 1 1 @ 1 0 04241782 +slipcover n 1 1 @ 1 0 04240752 +slipknot n 1 3 @ ~ #p 1 0 04241042 +slipover n 1 2 @ ~ 1 0 04021028 +slippage n 3 2 @ + 3 1 13556249 13556377 00328885 +slipped_disc n 1 1 @ 1 0 14296579 +slipper n 2 2 @ ~ 2 1 04241394 10605088 +slipper_orchid n 1 3 @ ~ #m 1 0 12056217 +slipper_plant n 1 3 @ ~ #m 1 0 12928071 +slipper_spurge n 1 3 @ ~ #m 1 0 12928071 +slipperiness n 2 2 @ + 2 0 04947628 04875728 +slipperwort n 1 2 @ #m 1 0 12879527 +slippery_dick n 1 2 @ #m 1 0 02608860 +slippery_elm n 1 2 @ #m 1 0 12408280 +slipskin_grape n 1 2 @ ~ 1 0 07759691 +slipstick n 1 1 @ 1 0 04238763 +slipstream n 1 1 @ 1 0 11423197 +slipway n 1 2 @ #p 1 0 04565039 +slit n 4 3 @ ~ + 4 2 04241940 05521514 13904843 09437369 +slit_lamp n 1 2 @ ; 1 0 04242084 +slit_trench n 1 1 @ 1 0 04242315 +sliver n 2 3 @ ~ + 2 0 09442838 09385137 +slivovitz n 1 1 @ 1 0 07904293 +slo-bid n 1 2 @ ; 1 0 04419315 +sloanea n 1 3 @ #m %m 1 0 12194466 +sloanea_jamaicensis n 1 2 @ #m 1 0 12194613 +slob n 1 2 @ ~ 1 1 10612210 +slobber n 1 2 @ + 1 0 05416678 +slobberer n 1 2 @ + 1 0 10033663 +sloe n 3 5 @ #m #s #p %p 3 1 12638753 12649723 07752109 +sloe_gin n 1 2 @ %s 1 0 07904637 +slogan n 1 3 @ ~ + 1 1 07152259 +sloganeer n 1 2 @ + 1 0 10612373 +sloganeering n 1 2 @ + 1 1 07246469 +slogger n 3 2 @ + 3 0 10731848 10442417 09871095 +sloop n 1 2 @ ~ 1 1 04242408 +sloop_of_war n 1 1 @ 1 0 04242587 +slop n 5 2 @ + 5 1 07805006 14956523 14858451 07938427 06775969 +slop-seller n 1 2 @ ; 1 0 10612518 +slop_basin n 1 2 @ ; 1 0 04242704 +slop_bowl n 1 2 @ ; 1 0 04242704 +slop_chest n 1 1 @ 1 0 04242871 +slop_jar n 1 1 @ 1 0 04243003 +slop_pail n 1 1 @ 1 0 04243003 +slope n 2 4 @ ~ #p + 2 2 09437454 05068461 +sloping_trough n 1 3 @ ~ %p 1 0 03029603 +sloppiness n 4 3 @ ~ + 4 0 14535056 14499734 04664964 04627506 +sloppy_joe n 1 1 @ 1 0 07697699 +slops n 2 1 @ 2 0 07805006 04243142 +slopseller n 1 2 @ ; 1 0 10612518 +slopseller's_shop n 1 1 @ 1 0 04243251 +slopshop n 1 1 @ 1 0 04243251 +slot n 7 4 @ ~ + ; 7 2 06284573 04243370 15270245 14579623 09437887 04243727 04243546 +slot_machine n 1 3 @ ~ %p 1 0 04243941 +sloth n 3 3 @ ~ #m 3 0 04637444 02456962 00758795 +sloth_bear n 1 2 @ #m 1 0 02134418 +slothfulness n 1 2 @ + 1 0 04637444 +slouch n 2 2 @ + 2 0 10612645 05003273 +slouch_hat n 1 1 @ 1 0 02987379 +sloucher n 1 2 @ + 1 0 10612803 +slough n 4 3 @ ~ + 4 0 14313440 09438313 09438212 09438055 +slough_grass n 1 1 @ 1 0 12139921 +slough_of_despond n 1 2 @ ; 1 0 14404831 +sloughing n 1 3 @ ~ + 1 0 13555599 +slovak n 2 2 @ #m 2 0 09699536 06944820 +slovak_republic n 1 4 @ #p %m %p 1 0 08759013 +slovakia n 1 5 @ #p %m %p + 1 0 08759013 +slovakian_monetary_unit n 1 2 @ ~ 1 0 13681530 +sloven n 1 3 @ ~ + 1 0 10612210 +slovene n 2 2 @ #m 2 0 09731343 06945010 +slovenia n 1 4 @ %m %p + 1 0 08818444 +slovenian n 1 3 @ #m + 1 0 09749753 +slovenija n 1 3 @ %m %p 1 0 08818444 +slovenliness n 2 3 @ ~ + 2 1 14499734 04896878 +slovenly_person n 1 2 @ ~ 1 0 10612210 +slovenly_woman n 1 1 @ 1 0 10609198 +slow-wittedness n 1 2 @ + 1 0 05645854 +slow_lane n 1 2 ! @ 1 0 04244152 +slow_loris n 1 2 @ #m 1 0 02499022 +slow_match n 1 1 @ 1 0 04244278 +slow_motion n 1 1 @ 1 0 06617866 +slow_time_scale n 1 2 @ ; 1 0 15135057 +slow_virus n 1 1 @ 1 0 01341410 +slowcoach n 1 1 @ 1 0 10442232 +slowdown n 1 2 @ + 1 0 01067577 +slowing n 1 2 @ + 1 1 05061345 +slowness n 3 3 @ ~ + 3 2 05648459 05061977 05646218 +slowpoke n 1 1 @ 1 0 10442232 +slowworm n 1 2 @ #m 1 0 01690149 +sls n 1 1 @ 1 0 15045782 +slub n 1 1 @ 1 0 04948905 +sludge n 2 2 @ ~ 2 1 14591804 14956661 +slug n 8 6 @ ~ #m #p + ; 8 1 02916350 13719102 13390788 10612931 07922607 04504935 01945685 00134780 +slugabed n 1 1 @ 1 0 10258896 +slugfest n 1 2 @ ~ 1 0 01173826 +sluggard n 1 2 @ + 1 0 10612931 +slugger n 2 4 @ ~ + ; 2 1 09843956 09871095 +sluggishness n 3 3 @ ~ + 3 0 14014990 05062518 04635953 +sluice n 1 3 @ %p + 1 1 04244379 +sluice_valve n 1 2 @ #p 1 0 04244615 +sluicegate n 1 2 @ #p 1 0 04244615 +sluiceway n 1 2 @ %p 1 0 04244379 +slum n 1 3 @ ~ + 1 1 08651832 +slum_area n 1 2 @ ~ 1 1 08651832 +slumber n 2 3 @ ~ + 2 1 14024882 14015148 +slumber_party n 1 1 @ 1 0 08256229 +slumberer n 1 3 @ ~ + 1 0 10610465 +slumgullion n 1 1 @ 1 0 07593107 +slump n 2 3 @ ~ + 2 1 13556509 14489113 +slur n 3 4 @ ~ + ; 3 0 06865953 06718543 04694441 +slurry n 1 1 @ 1 0 14591333 +slush n 1 2 @ + 1 0 15043308 +slush_fund n 1 1 @ 1 0 13360390 +slut n 2 1 @ 2 0 10609198 09772930 +sluttishness n 1 2 @ + 1 0 04896995 +sluzhba_vneshney_razvedki n 1 2 @ ; 1 0 08343905 +slyboots n 1 1 @ 1 0 10022759 +slyness n 1 2 @ + 1 0 05621178 +sm n 2 2 @ #s 2 0 14653596 06702139 +smack n 6 4 @ ~ + ; 6 0 07410745 05715864 04244847 02837416 00138599 00133668 +smacker n 2 2 @ + 2 0 00138734 00133875 +smacking n 1 3 @ ~ + 1 0 00133668 +small n 2 2 @ #p 2 1 05559023 05097081 +small-arm n 1 3 @ ~ %p 1 1 03343853 +small-for-gestational-age_infant n 1 1 @ 1 0 10613198 +small-leaved_lime n 1 1 @ 1 0 12203699 +small-leaved_linden n 1 1 @ 1 0 12203699 +small-particle_pollution n 1 1 @ 1 0 14518219 +small_beer n 1 2 @ ~ 1 0 04486445 +small_boat n 1 2 @ ~ 1 0 04244997 +small_business_administration n 1 1 @ 1 0 08352994 +small_businessman n 1 2 @ ~ 1 1 10613052 +small_calorie n 1 2 @ #p 1 0 13726296 +small_cane n 1 2 @ #m 1 0 12148439 +small_cap n 2 1 @ 2 0 08059250 06824955 +small_capital n 1 1 @ 1 0 06824955 +small_cell_carcinoma n 1 1 @ 1 0 14251616 +small_change n 1 1 @ 1 0 13388000 +small_civet n 1 1 @ 1 0 02135844 +small_computer_system_interface n 1 1 @ 1 0 04245218 +small_cranberry n 1 1 @ 1 0 12246037 +small_farmer n 1 2 @ ~ 1 0 10613738 +small_fortune n 1 1 @ 1 1 13777211 +small_fry n 2 3 @ ~ %p 2 0 10435251 09917593 +small_hours n 1 2 @ #p 1 0 15168369 +small_indefinite_amount n 1 2 @ ~ 1 0 13760316 +small_indefinite_quantity n 1 2 @ ~ 1 0 13760316 +small_intestine n 1 4 @ ~ #p %p 1 1 05534712 +small_letter n 1 1 @ 1 0 06824757 +small_loan_company n 1 2 @ ~ 1 0 08421100 +small_magellanic_cloud n 1 1 @ 1 0 09438408 +small_person n 1 2 @ ~ 1 0 10613505 +small_print n 2 2 @ #p 2 0 06761994 06678506 +small_ship n 1 2 @ %p 1 0 04245412 +small_slam n 1 1 @ 1 0 07474911 +small_stores n 1 2 @ ; 1 0 04245508 +small_stuff n 1 2 @ ~ 1 0 04245703 +small_talk n 1 1 @ 1 0 07135080 +small_town n 1 2 @ ~ 1 1 08226699 +small_voice n 1 1 @ 1 1 09184405 +small_white n 1 2 @ #m 1 0 02281015 +small_white_aster n 1 1 @ 1 0 11936864 +smaller_pectoral_muscle n 1 1 @ 1 0 05552106 +smalley n 1 1 @ 1 0 11304912 +smalleye_hammerhead n 1 1 @ 1 0 01494882 +smallholder n 1 2 @ ; 1 0 10613387 +smallholding n 1 2 @ ; 1 0 13249245 +smallmouth n 1 2 @ %p 1 0 02565072 +smallmouth_bass n 2 3 @ #p %p 2 0 07777840 02565072 +smallmouth_black_bass n 1 2 @ %p 1 0 02565072 +smallmouthed_bass n 1 2 @ %p 1 0 02565072 +smallmouthed_black_bass n 1 2 @ %p 1 0 02565072 +smallness n 4 4 ! @ ~ + 4 1 05106633 05110583 05031367 04834073 +smallpox n 1 3 @ ~ %p 1 1 14124423 +smallpox_virus n 1 2 @ ~ 1 0 01334036 +smalltooth_sawfish n 1 2 @ #m 1 0 01497413 +smaltite n 1 2 @ %s 1 0 15043118 +smarm n 1 2 @ + 1 0 06696308 +smarminess n 1 2 @ + 1 0 04868505 +smart n 1 2 @ + 1 0 14331873 +smart_aleck n 1 1 @ 1 0 10784113 +smart_bomb n 1 3 ! @ ~ 1 0 04245847 +smart_card n 1 1 @ 1 0 13377003 +smart_money n 3 3 @ ~ ; 3 0 13343123 13291831 08401970 +smart_set n 1 2 @ %m 1 0 08387930 +smarta n 1 1 @ 1 0 10613839 +smarting n 1 2 @ + 1 0 14331873 +smartness n 4 3 @ ~ + 4 0 14331873 05620955 04813712 04632963 +smash n 5 4 @ ~ + ; 5 1 07410207 07317369 00569474 00126236 00064504 +smash-up n 1 2 @ ; 1 0 07317369 +smash_hit n 1 2 @ ; 1 0 00064151 +smasher n 3 3 @ ~ + 3 0 10614225 10613996 00064504 +smashing n 1 2 @ + 1 0 00376825 +smattering n 2 2 @ + 2 0 13771154 05806498 +smear n 4 3 @ ~ + 4 0 06720216 05265139 04694441 00072261 +smear_test n 1 2 @ %p 1 0 05743296 +smear_word n 1 1 @ 1 0 06721081 +smegma n 1 1 @ 1 0 05417162 +smell n 5 4 @ ~ = + 5 3 05713737 04980008 14526182 05658603 00882961 +smelling n 1 3 @ ~ + 1 0 00882961 +smelling_bottle n 1 1 @ 1 0 04246060 +smelling_salts n 1 2 @ %s 1 0 15043399 +smelt n 2 5 @ ~ #m #p %p 2 0 07798554 02540412 +smelter n 1 2 @ + 1 0 04246156 +smeltery n 1 1 @ 1 0 04246156 +smetana n 1 1 @ 1 0 11305159 +smew n 1 2 @ #m 1 0 01855188 +smidge n 1 1 @ 1 0 13773725 +smidgen n 1 1 @ 1 0 13773725 +smidgeon n 1 1 @ 1 0 13773725 +smidgin n 1 1 @ 1 0 13773725 +smilacaceae n 1 2 @ #m 1 0 12469725 +smilax n 2 3 @ #m %m 2 0 12469936 12441552 +smilax_aspera n 1 1 @ 1 0 12470907 +smilax_rotundifolia n 1 2 @ #m 1 0 12470512 +smile n 1 3 @ ~ + 1 1 06878071 +smiledon n 1 3 @ #m %m 1 0 02130795 +smiledon_californicus n 1 2 @ #m 1 0 02130925 +smiler n 2 5 @ ~ #p + ; 2 0 10614363 05601357 +smiley n 1 1 @ 1 0 06280162 +smiling n 1 3 @ ~ + 1 1 06878071 +smilo n 1 1 @ 1 0 12126736 +smilo_grass n 1 1 @ 1 0 12126736 +smirch n 2 3 @ ~ + 2 0 04694441 00072261 +smirk n 1 2 @ + 1 0 06878580 +smirker n 1 2 @ + 1 0 10614507 +smitane n 1 1 @ 1 0 07839593 +smith n 10 2 @ ~ 10 0 11306297 11306175 11306008 11305851 11305745 11305611 11305402 11305258 10614812 10614629 +smithereens n 1 1 @ 1 0 08482866 +smithy n 1 2 @ %p 1 0 03383646 +smitty_stevens n 1 1 @ 1 0 11317519 +smock n 1 2 @ + 1 0 03258730 +smocking n 1 2 @ + 1 0 04246271 +smog n 1 3 @ + ; 1 0 14518377 +smogginess n 1 3 @ + ; 1 0 14518377 +smoke n 8 5 @ ~ %p + ; 8 2 11508092 13556893 06802880 04761960 04103491 03990834 00834636 00108181 +smoke_alarm n 1 1 @ 1 0 03343737 +smoke_bomb n 1 1 @ 1 0 04246459 +smoke_bush n 2 3 @ ~ #m 2 0 12760132 12216215 +smoke_grenade n 1 1 @ 1 0 04246459 +smoke_hole n 1 1 @ 1 0 04246633 +smoke_screen n 2 2 @ ; 2 0 04247011 01050872 +smoke_tree n 2 3 @ ~ #m 2 0 12760132 12524633 +smoked_eel n 1 1 @ 1 0 07784197 +smoked_haddock n 1 1 @ 1 0 07789745 +smoked_herring n 1 1 @ 1 0 07798233 +smoked_mackerel n 1 1 @ 1 0 07800004 +smoked_salmon n 1 2 @ ~ 1 0 07796649 +smokehouse n 1 1 @ 1 1 04246731 +smokeless_powder n 1 2 @ %s 1 0 15016503 +smoker n 3 4 ! @ ~ + 3 0 10614976 08256005 04246855 +smokescreen n 2 2 @ ; 2 0 04247011 01050872 +smokestack n 1 2 @ ~ 1 0 04247175 +smoking n 2 4 @ ~ %p + 2 1 00834636 13556893 +smoking_car n 1 1 @ 1 0 04246855 +smoking_carriage n 1 1 @ 1 0 04246855 +smoking_compartment n 1 1 @ 1 0 04246855 +smoking_gun n 1 1 @ 1 0 06280244 +smoking_jacket n 1 1 @ 1 1 03692136 +smoking_mixture n 1 1 @ 1 0 04247336 +smoking_room n 1 1 @ 1 0 04247440 +smoky_quartz n 1 1 @ 1 0 14694571 +smolder n 1 1 @ 1 0 07304096 +smolensk n 1 2 @ #p 1 0 09009816 +smollett n 1 1 @ 1 0 11306473 +smooch n 1 3 @ ~ + 1 0 00138599 +smooching n 1 3 @ ~ + 1 0 00854000 +smooth n 1 2 @ + 1 0 01263924 +smooth-haired_fox_terrier n 1 1 @ 1 0 02095212 +smooth-leaved_elm n 1 2 @ #m 1 0 12406715 +smooth_alder n 1 2 @ #m 1 0 12285900 +smooth_aster n 1 1 @ 1 0 11936946 +smooth_bark_kauri n 1 2 @ #m 1 0 11648039 +smooth_crabgrass n 1 1 @ 1 0 12117235 +smooth_darling_pea n 1 1 @ 1 0 11751974 +smooth_dogfish n 1 3 @ ~ #m 1 0 01492357 +smooth_earthball n 1 2 @ #m 1 0 12969927 +smooth_green_snake n 1 1 @ 1 0 01730185 +smooth_hammerhead n 1 1 @ 1 0 01494757 +smooth_lip_fern n 1 1 @ 1 0 13208965 +smooth_muscle n 2 3 @ ~ %p 2 0 05460473 05460291 +smooth_muscle_cell n 1 2 @ #p 1 0 05460759 +smooth_plane n 1 1 @ 1 0 04247630 +smooth_softshell n 1 2 @ #m 1 0 01672611 +smooth_sumac n 1 1 @ 1 0 12763529 +smooth_winterberry_holly n 1 1 @ 1 0 12758555 +smooth_woodsia n 1 1 @ 1 0 13202602 +smoothbark n 1 1 @ 1 0 12335937 +smoothbore n 1 1 @ 1 0 04247544 +smoother n 1 3 @ %p + 1 0 03250588 +smoothhound n 1 1 @ 1 0 01492569 +smoothhound_shark n 1 1 @ 1 0 01492569 +smoothie n 2 1 @ 2 0 10615179 07914271 +smoothing_iron n 1 2 @ ~ 1 0 03584829 +smoothing_plane n 1 1 @ 1 0 04247630 +smoothness n 5 4 ! @ ~ + 5 1 04947186 07069210 04913322 04769716 04709011 +smoothy n 1 1 @ 1 0 10615179 +smorgasbord n 2 3 @ ~ ; 2 0 08398773 07593199 +smother n 2 2 @ ~ 2 0 14500567 11508303 +smotherer n 1 2 @ + 1 0 10656223 +smoulder n 1 2 @ + 1 0 07304096 +smsgt n 1 1 @ 1 0 10579369 +smudge n 2 3 @ ~ + 2 0 07304266 04694441 +smuggler n 1 3 @ ~ + 1 1 10615334 +smuggling n 1 3 @ ~ + 1 0 01112132 +smugness n 1 2 @ + 1 0 07531998 +smut n 5 5 @ ~ #m + - 5 0 14793533 14283632 13066129 07124340 00747215 +smut_fungus n 1 3 @ ~ #m 1 0 13066129 +smut_grass n 1 2 @ #m 1 0 12140511 +smuts n 1 1 @ 1 0 11306619 +smuttiness n 2 2 @ + 2 0 14498972 04903678 +smyrna n 1 2 @ #p 1 0 09042322 +smyrnium n 1 3 @ #m %m 1 0 12945708 +smyrnium_olusatrum n 1 2 @ #m 1 0 12945828 +sn n 1 2 @ #s 1 0 14658855 +snack n 1 3 @ ~ + 1 1 07577374 +snack_bar n 1 2 @ ~ 1 0 04247736 +snack_counter n 1 2 @ ~ 1 0 04247736 +snack_food n 1 2 @ ~ 1 0 07712382 +snacker n 1 2 @ + 1 0 10362765 +snaffle n 1 2 @ + 1 0 04247876 +snaffle_bit n 1 1 @ 1 0 04247876 +snafu n 1 3 @ + ; 1 0 00075283 +snag n 4 2 @ + 4 0 13895745 13103877 09410928 05691144 +snail n 2 4 @ ~ #s + 2 1 01944390 07782475 +snail-flower n 1 2 @ #m 1 0 12577895 +snail_bean n 1 2 @ #m 1 0 12577895 +snail_butter n 1 1 @ 1 0 07857598 +snail_darter n 1 2 @ #m 1 0 02558206 +snail_flower n 1 2 @ #m 1 0 12577895 +snail_mail n 1 2 ! @ 1 0 06264932 +snailfish n 1 2 @ #m 1 0 02647294 +snailflower n 1 2 @ #m 1 0 12577895 +snake n 5 6 @ ~ #m #p %p + 5 1 01726692 10615702 09438554 09307552 04248010 +snake's_head_fritillary n 1 1 @ 1 0 12453186 +snake-fish n 1 2 @ #m 1 0 02543565 +snake-head n 1 2 @ #m 1 0 12881105 +snake-rail_fence n 1 1 @ 1 1 04604644 +snake_charmer n 1 1 @ 1 0 10615584 +snake_dance n 2 2 @ ; 2 0 08428944 00542841 +snake_doctor n 1 1 @ 1 0 02268443 +snake_eyes n 1 1 @ 1 0 13743460 +snake_feeder n 1 1 @ 1 0 02268443 +snake_fence n 1 1 @ 1 0 04604644 +snake_fern n 1 1 @ 1 0 12956588 +snake_god n 1 1 @ 1 0 10805783 +snake_in_the_grass n 1 1 @ 1 0 10615702 +snake_mackerel n 1 2 @ #m 1 0 02622249 +snake_muishond n 1 1 @ 1 0 02443959 +snake_oil n 2 2 @ ; 2 1 15043579 06610779 +snake_palm n 1 2 @ #m 1 0 11783162 +snake_pit n 2 1 @ 2 0 08582837 02820798 +snake_plant n 1 1 @ 1 0 12481458 +snake_polypody n 1 2 @ #m 1 0 13176363 +snake_river n 1 3 @ #p %p 1 0 09438554 +snake_venom n 1 1 @ 1 0 15037249 +snake_wood n 1 2 @ #m 1 0 12404729 +snakeberry n 1 1 @ 1 0 11724109 +snakebird n 1 3 @ ~ #m 1 0 02054502 +snakebite n 1 1 @ 1 0 14287647 +snakeblenny n 1 2 @ #m 1 0 02615980 +snakefish n 1 2 @ #m 1 0 02543565 +snakefly n 1 2 @ #m 1 0 02267208 +snakehead n 1 2 @ #m 1 0 12881105 +snakeroot n 2 3 @ ~ #m 2 0 12943443 11991263 +snakes_and_ladders n 1 1 @ 1 0 00506060 +snakeweed n 1 2 @ #m 1 0 11974557 +snakewood n 1 1 @ 1 0 11775626 +snap n 13 4 @ ~ + ; 13 1 00138956 15299097 07728053 07636384 07394236 07381423 07367708 05020358 04248607 04248209 00575365 00344699 00120943 +snap-brim_hat n 1 2 @ ~ 1 0 04248507 +snap_bean n 1 1 @ 1 0 07728053 +snap_brim n 1 1 @ 1 0 04248396 +snap_fastener n 1 1 @ 1 0 04248209 +snap_line n 1 1 @ 1 0 03003378 +snap_pea n 1 1 @ 1 0 12561169 +snap_ring n 1 1 @ 1 0 02960690 +snap_roll n 1 1 @ 1 0 00170643 +snap_willow n 1 2 @ #m 1 0 12728322 +snapdragon n 1 3 @ ~ #m 1 1 12877244 +snapline n 1 1 @ 1 0 03003378 +snapper n 6 7 @ ~ #m #p %p + ; 6 0 09904321 07797189 03125352 02593019 02586543 01666228 +snapping_beetle n 1 1 @ 1 0 02176439 +snapping_shrimp n 1 1 @ 1 0 01987076 +snapping_turtle n 1 3 @ ~ #m 1 0 01665932 +snappishness n 1 3 @ ~ + 1 0 04642258 +snapshot n 1 1 @ 1 1 04248607 +snapshot_program n 1 1 @ 1 0 06579592 +snare n 5 5 @ ~ #p %p + 5 1 05837370 04249415 04249204 04249029 04248851 +snare_drum n 1 2 @ %p 1 0 04249415 +snarer n 1 2 @ + 1 0 10615808 +snarl n 3 2 @ + 3 2 07129758 06878706 05685879 +snarl-up n 1 2 @ ~ 1 0 08183541 +snatch n 5 4 @ ~ + ; 5 0 07009042 05521514 00775702 00627196 00138956 +snatch_block n 1 1 @ 1 0 04249582 +snatcher n 2 3 @ ~ + 2 0 10615929 10230801 +snead n 1 1 @ 1 0 11306760 +sneak n 3 2 @ + 3 0 10616048 10486679 10091012 +sneak_preview n 1 1 @ 1 0 06888848 +sneak_thief n 1 2 @ ~ 1 0 10616204 +sneaker n 2 2 @ ~ 2 1 03472535 10091012 +sneakiness n 1 2 @ + 1 0 04657631 +sneer n 2 2 @ + 2 1 06716483 06716675 +sneerer n 1 2 @ + 1 0 10616379 +sneeze n 1 2 @ + 1 0 14314850 +sneezer n 1 2 @ + 1 0 10616578 +sneezeweed n 1 3 @ ~ #m 1 0 11977303 +sneezeweed_yarrow n 1 1 @ 1 0 11916965 +sneezewort n 1 1 @ 1 0 11916965 +sneezing n 1 2 @ + 1 0 14314850 +snellen n 1 1 @ 1 0 11306920 +snellen_chart n 1 1 @ 1 0 04249705 +snellen_test n 1 1 @ 1 0 05747056 +snick n 2 3 @ #p + 2 0 00387897 00128324 +snicker n 1 2 @ + 1 0 07128060 +snickersnee n 1 1 @ 1 0 01176540 +sniff n 1 2 @ + 1 0 00883139 +sniffer n 1 2 @ + 1 0 10616670 +sniffle n 1 2 @ + 1 0 00836149 +sniffler n 1 1 @ 1 0 10616779 +snifter n 1 1 @ 1 0 04249882 +snigger n 1 2 @ + 1 0 07128060 +snip n 2 3 @ ~ + 2 1 04250026 00359614 +snipe n 2 4 @ ~ #m + 2 0 02031934 00124151 +snipe_hunt n 1 1 @ 1 0 00514787 +snipefish n 1 2 @ #m 1 0 01457082 +sniper n 1 2 @ + 1 1 10616899 +sniper_rifle n 1 3 @ ~ ; 1 0 04250224 +snippet n 1 1 @ 1 0 04250026 +snipping n 1 2 @ + 1 0 04250026 +snips n 1 2 @ ; 1 0 04250473 +snit n 1 1 @ 1 0 14407435 +snitch n 1 2 @ + 1 0 10091012 +snitcher n 2 3 @ ~ + 2 0 10616204 10091012 +snivel n 2 2 @ + 2 0 00868523 00836149 +sniveler n 1 1 @ 1 0 10616779 +sniveling n 1 2 @ + 1 1 00868523 +sniveller n 1 3 @ ~ + 1 0 10776339 +sno-cat n 1 2 @ ; 1 0 04250599 +snob n 1 2 @ + 1 0 10617024 +snobbery n 1 2 @ ~ 1 0 04889162 +snobbishness n 1 3 @ ~ + 1 0 04889162 +snobbism n 1 2 @ ~ 1 0 04889162 +snoek n 1 1 @ 1 0 02514041 +snogging n 1 3 @ + ; 1 0 00854393 +snood n 1 1 @ 1 0 04250692 +snook n 1 2 @ #m 1 0 02560110 +snooker n 1 3 @ + - 1 0 00501304 +snooker_table n 1 2 @ %p 1 0 03982430 +snoop n 1 3 @ ~ + 1 0 10617193 +snooper n 1 3 @ ~ + 1 0 10617193 +snoopiness n 1 2 @ + 1 0 05683390 +snoopy n 1 1 @ 1 0 09604868 +snoot n 2 3 @ + ; 2 0 10617024 05598707 +snootiness n 1 1 @ 1 0 05214851 +snooze n 1 3 @ ~ + 1 0 00858377 +snore n 2 2 @ + 2 0 07394478 00835976 +snorer n 1 2 @ + 1 0 10617397 +snoring n 1 2 @ + 1 1 00835976 +snorkel n 2 3 @ #p + 2 0 04251144 04250850 +snorkel_breather n 1 2 @ #p 1 0 04250850 +snorkel_diving n 1 1 @ 1 0 00444937 +snorkeling n 1 2 @ + 1 0 00444937 +snort n 2 2 @ + 2 0 07128060 07123870 +snorter n 3 3 @ + ; 3 0 10617501 05689109 04251377 +snorting n 1 2 @ + 1 0 00834460 +snot n 2 2 @ + 2 0 10617024 05416048 +snout n 3 4 @ ~ #p ; 3 1 02452637 05598707 02452813 +snout_beetle n 1 2 @ #m 1 0 02178411 +snow n 4 6 @ ~ #s %s %p + 4 2 11508382 15043763 11307082 03066743 +snow-blindness n 1 1 @ 1 0 14555790 +snow-in-summer n 2 2 @ #m 2 0 12919403 11807525 +snow-on-the-mountain n 1 2 @ #m 1 0 12919403 +snow_bank n 1 1 @ 1 0 04251701 +snow_blower n 1 1 @ 1 0 04252653 +snow_bunting n 1 2 @ #m 1 0 01538630 +snow_chain n 1 1 @ 1 0 04440963 +snow_eater n 1 1 @ 1 0 11438612 +snow_flurry n 1 1 @ 1 0 11508578 +snow_goose n 1 1 @ 1 0 01857079 +snow_gum n 1 1 @ 1 0 12336727 +snow_job n 1 1 @ 1 0 06759256 +snow_leopard n 1 2 @ #m 1 0 02128757 +snow_lily n 1 1 @ 1 0 12451399 +snow_line n 1 1 @ 1 0 08547816 +snow_mist n 1 3 @ #p %s 1 0 11509377 +snow_mushroom n 1 2 @ #m 1 0 13061172 +snow_orchid n 1 2 @ #m 1 0 12060546 +snow_pea n 2 1 @ 2 0 12561038 07725789 +snow_plant n 1 2 @ #m 1 0 12259788 +snow_thrower n 1 1 @ 1 0 04252653 +snow_tire n 1 1 @ 1 0 04252814 +snow_trillium n 1 1 @ 1 0 12468719 +snowball n 4 3 @ %s + 4 1 11837020 07616265 07616174 04251560 +snowbank n 1 1 @ 1 0 04251701 +snowbell n 1 1 @ 1 0 12777680 +snowberry n 1 2 @ #m 1 0 12677612 +snowbird n 3 3 @ ~ #m 3 0 01558307 01538630 01534433 +snowblindness n 1 2 @ + 1 0 14555790 +snowboard n 1 2 @ + 1 0 04251791 +snowboarder n 1 2 @ + 1 0 10617665 +snowboarding n 1 2 @ + 1 0 00329468 +snowcap n 1 1 @ 1 0 09438844 +snowdrift n 1 1 @ 1 0 09438940 +snowdrop n 1 1 @ 1 0 11725973 +snowdrop_anemone n 1 1 @ 1 0 11726269 +snowdrop_tree n 1 1 @ 1 0 12778398 +snowdrop_windflower n 1 1 @ 1 0 11726269 +snowfall n 1 3 @ ~ %p 1 1 11508382 +snowfield n 1 1 @ 1 0 09439032 +snowflake n 2 5 @ #m #s #p %s 2 0 11509066 01538630 +snowman n 1 1 @ 1 0 04251983 +snowmobile n 1 3 @ ~ + 1 0 04252077 +snowplough n 1 1 @ 1 0 04252225 +snowplow n 1 1 @ 1 0 04252225 +snowshoe n 1 1 @ 1 0 04252331 +snowshoe_hare n 1 1 @ 1 0 02327842 +snowshoe_rabbit n 1 1 @ 1 0 02327842 +snowstorm n 1 1 @ 1 0 11509570 +snowsuit n 1 1 @ 1 0 04252560 +snowy_egret n 1 2 @ #m 1 0 02009380 +snowy_heron n 1 2 @ #m 1 0 02009380 +snowy_orchid n 1 1 @ 1 0 12067672 +snowy_tree_cricket n 1 1 @ 1 0 02230634 +snp n 1 2 @ ; 1 0 11493452 +snub n 2 2 @ + 2 0 07208000 01225997 +snuff n 4 4 @ ~ #p + 4 0 15044016 13774010 04252939 00883139 +snuff-color n 1 1 @ 1 0 04974681 +snuff-colour n 1 1 @ 1 0 04974681 +snuff_user n 1 1 @ 1 0 10617814 +snuffbox n 1 1 @ 1 1 04253057 +snuffbox_fern n 1 1 @ 1 0 13228017 +snuffer n 3 2 @ + 3 1 04253168 10617904 10617814 +snuffers n 1 2 @ ; 1 0 04253304 +snuffle n 1 2 @ + 1 0 00836149 +snuffler n 1 2 @ + 1 0 10618007 +snug n 1 2 @ + 1 0 03144365 +snuggery n 1 1 @ 1 0 03144365 +snuggle n 1 2 @ + 1 0 00417643 +snuggling n 1 3 @ ~ + 1 0 00854000 +snugness n 1 2 @ + 1 0 14446298 +so n 1 1 @ 1 0 06868844 +so-and-so n 1 1 @ 1 0 10539715 +so_long n 1 1 @ 1 0 06629610 +soak n 2 2 @ + 2 0 13557158 00256501 +soakage n 1 2 @ + 1 0 13557158 +soaker n 2 2 @ + 2 0 11502102 09782167 +soaking n 3 2 @ + 3 1 13557158 00277811 00256501 +soaking_up n 1 3 @ ~ ; 1 0 13423922 +soap n 3 3 @ ~ + 3 1 04253437 13285101 04253751 +soap-rock n 1 1 @ 1 0 15044327 +soap-weed n 1 1 @ 1 0 12483282 +soap_bubble n 1 1 @ 1 0 09439120 +soap_dish n 1 1 @ 1 0 04254009 +soap_dispenser n 1 1 @ 1 0 04254120 +soap_film n 1 1 @ 1 0 04254205 +soap_flakes n 1 2 @ ; 1 1 04254319 +soap_opera n 1 1 @ 1 0 06622020 +soap_pad n 1 1 @ 1 0 04254450 +soap_powder n 1 1 @ 1 1 04254535 +soap_tree n 1 1 @ 1 0 12483282 +soapberry n 1 3 @ ~ #m 1 0 12741222 +soapberry_family n 1 3 @ #m %m 1 0 12740514 +soapberry_tree n 1 3 @ ~ #m 1 0 12741222 +soapberry_vine n 1 3 @ ~ #m 1 0 12742741 +soapbox n 2 1 @ 2 0 04253931 03159640 +soapfish n 1 2 @ #m 1 0 02570484 +soapiness n 1 2 @ + 1 0 04947888 +soaprock n 1 1 @ 1 0 15044327 +soapstone n 1 1 @ 1 0 15044327 +soapsuds n 1 2 @ ~ 1 1 09439213 +soapweed n 1 1 @ 1 0 12483282 +soapwort n 1 2 @ #m 1 0 11814584 +soapwort_gentian n 1 1 @ 1 0 12295237 +soar n 1 2 @ + 1 0 00326291 +soaring n 1 3 @ ~ + 1 0 00303495 +soave n 1 1 @ 1 0 07898247 +sob n 3 3 @ + ; 3 0 14370122 09815188 00868669 +sob_sister n 1 1 @ 1 0 10618234 +sob_story n 1 1 @ 1 0 07222433 +sob_stuff n 1 1 @ 1 0 07222433 +sobbing n 1 2 @ + 1 0 00868669 +soberness n 2 4 ! @ ~ + 2 0 14019138 04647478 +sobersides n 1 1 @ 1 0 10618146 +sobralia n 1 2 @ #m 1 0 12083113 +sobriety n 4 2 @ ~ 4 1 14019138 04883804 04647478 01069777 +sobriquet n 1 1 @ 1 0 06337693 +socage n 1 1 @ 1 0 00579834 +soccer n 1 3 @ %p - 1 0 00478262 +soccer_ball n 1 1 @ 1 0 04254680 +soccer_player n 1 2 @ ~ 1 0 10618342 +sociability n 1 6 ! @ ~ #p = + 1 1 04652930 +sociable n 1 2 @ + 1 0 08256369 +sociableness n 1 5 @ ~ #p = + 1 0 04652930 +social n 1 2 @ + 1 1 08256369 +social_action n 1 2 @ ~ 1 0 06659530 +social_activity n 1 2 @ ~ 1 0 01081197 +social_affair n 1 2 @ ~ 1 0 08252211 +social_anthropologist n 1 3 @ ~ + 1 0 10618465 +social_anthropology n 1 3 @ ~ + 1 0 06147522 +social_assistance n 1 2 @ ; 1 0 01087740 +social_class n 1 4 @ ~ #m #p 1 1 07974025 +social_climber n 1 2 @ ~ 1 0 10618685 +social_club n 1 3 @ ~ %m 1 0 08227214 +social_contract n 1 1 @ 1 1 13972601 +social_control n 1 2 @ ~ 1 1 01123598 +social_dancer n 1 2 @ ~ 1 0 09990415 +social_dancing n 1 2 @ ~ 1 0 00532110 +social_democracy n 1 1 @ 1 0 06217318 +social_democratic_party n 1 1 @ 1 0 08263303 +social_development_commission n 1 1 @ 1 0 08298918 +social_disease n 1 2 @ ~ 1 0 14133159 +social_drinker n 1 1 @ 1 0 10712690 +social_event n 1 2 @ ~ 1 1 07288639 +social_function n 1 2 @ ~ 1 0 07447261 +social_gathering n 1 2 @ ~ 1 0 08252211 +social_group n 1 2 @ ~ 1 0 07950920 +social_insect n 1 1 @ 1 0 02160947 +social_insurance n 1 2 @ ~ 1 0 01087178 +social_intercourse n 1 2 @ ~ 1 0 07134445 +social_lion n 1 1 @ 1 0 10265070 +social_movement n 1 2 @ ~ 1 0 08464601 +social_occasion n 1 2 @ ~ 1 0 07447261 +social_organisation n 1 4 @ ~ #m %m 1 0 08378819 +social_organization n 1 4 @ ~ #m %m 1 1 08378819 +social_phobia n 1 2 @ ~ 1 0 14385403 +social_policy n 1 2 @ ~ 1 0 06658994 +social_process n 1 2 @ ~ 1 0 13557451 +social_psychology n 1 2 @ ~ 1 0 06141561 +social_rank n 1 2 @ ~ 1 0 13947415 +social_reformer n 1 2 @ ~ 1 0 10515194 +social_relation n 1 2 @ ~ 1 1 00032823 +social_science n 1 3 @ ~ + 1 1 06143154 +social_scientist n 1 3 @ ~ + 1 0 10619642 +social_season n 1 1 @ 1 0 15241311 +social_secretary n 1 1 @ 1 0 10619888 +social_security n 1 2 @ ~ 1 1 01087939 +social_security_administration n 1 1 @ 1 0 08134649 +social_security_number n 1 2 @ ; 1 0 06425960 +social_service n 1 2 @ ~ 1 0 00582195 +social_station n 1 2 @ ~ 1 0 13947415 +social_status n 1 2 @ ~ 1 1 13947415 +social_stratification n 1 1 @ 1 0 13939158 +social_structure n 1 4 @ ~ #m %m 1 1 08378819 +social_system n 1 4 @ ~ #m %m 1 1 08378819 +social_unit n 1 2 @ ~ 1 0 08189659 +social_welfare n 1 2 @ ~ 1 1 01086945 +social_work n 1 1 @ 1 0 01208924 +social_worker n 1 2 @ ~ 1 0 10620027 +socialisation n 3 3 @ ~ + 3 0 01266745 01232412 01128984 +socialiser n 1 2 @ + 1 0 10619492 +socialising n 1 2 @ + 1 0 01232412 +socialism n 2 4 ! @ ~ + 2 1 06220616 08366202 +socialist n 1 3 @ ~ + 1 1 10618848 +socialist_economy n 1 2 @ ~ 1 0 08366202 +socialist_labor_party n 1 1 @ 1 0 08263560 +socialist_party n 1 1 @ 1 0 08263733 +socialist_people's_libyan_arab_jamahiriya n 1 6 @ #m #p %m %p - 1 0 08959683 +socialist_republic_of_vietnam n 1 6 @ #m #p %m %p - 1 0 09163192 +socialite n 1 1 @ 1 0 10619409 +sociality n 1 4 @ ~ = + 1 1 04652635 +socialization n 3 3 @ ~ + 3 0 01266745 01232412 01128984 +socializer n 1 2 @ + 1 0 10619492 +socializing n 1 2 @ + 1 0 01232412 +society n 4 5 @ ~ %m %p + 4 2 07966140 08227214 13929588 08387930 +society_islands n 1 3 @ #p %p 1 0 08990344 +society_of_friends n 1 2 @ %m 1 0 08150377 +society_of_jesus n 1 2 @ %m 1 0 08149473 +socinian n 1 1 @ 1 0 10620212 +socinus n 1 1 @ 1 0 11307262 +socio-economic_class n 1 4 @ ~ #m #p 1 0 07974025 +sociobiologist n 1 2 @ + 1 0 10620437 +sociobiology n 1 2 @ + 1 0 06082972 +sociolinguist n 1 2 @ + 1 0 10620586 +sociolinguistics n 1 2 @ + 1 0 06181123 +sociologist n 1 3 @ ~ + 1 1 10620758 +sociology n 1 5 @ ~ %p + - 1 0 06151693 +sociology_department n 1 1 @ 1 0 08117872 +sociometry n 1 1 @ 1 0 06152631 +sociopath n 1 2 @ + 1 0 10489564 +sociopathic_personality n 1 1 @ 1 0 14388139 +sock n 2 2 @ ~ 2 1 04254777 07257582 +socket n 3 3 @ ~ #p 3 0 05280831 04255163 04255034 +socket_wrench n 1 2 @ %p 1 0 04255346 +sockeye n 2 4 @ #m #p %p 2 0 07796165 02536165 +sockeye_salmon n 2 4 @ #m #p %p 2 0 07796165 02536165 +socle n 1 1 @ 1 0 04255499 +socotra_begonia n 1 1 @ 1 0 12362514 +socrates n 1 2 @ + 1 0 11307422 +socratic_irony n 1 1 @ 1 0 04715308 +socratic_method n 1 1 @ 1 0 05661118 +sod n 4 4 @ ~ + ; 4 1 09463919 15065025 10621514 10621140 +sod's_law n 1 1 @ 1 0 07153502 +sod_house n 1 1 @ 1 0 04255899 +soda n 2 2 @ %s 2 0 15044844 07927512 +soda_ash n 1 1 @ 1 0 15044844 +soda_biscuit n 1 1 @ 1 0 07694516 +soda_bottle n 1 1 @ 1 0 03983396 +soda_can n 1 1 @ 1 0 04255586 +soda_cracker n 1 1 @ 1 0 07695284 +soda_fountain n 2 1 @ 2 0 04255768 04255670 +soda_jerk n 1 1 @ 1 0 10621294 +soda_jerker n 1 1 @ 1 0 10621294 +soda_lime n 1 1 @ 1 0 15044523 +soda_niter n 1 2 @ #s 1 0 14860603 +soda_pop n 1 2 @ %s 1 0 07927512 +soda_water n 2 3 @ #s %s 2 0 07936548 07927512 +sodalist n 1 3 @ #m + 1 0 10621400 +sodalite n 1 2 @ #s 1 0 15044648 +sodality n 1 3 @ %m + 1 0 08075388 +sodbuster n 1 2 @ ~ 1 0 10078806 +soddy n 2 1 @ 2 1 04255899 11307587 +sodium n 1 2 @ #s 1 1 14655371 +sodium-vapor_lamp n 1 1 @ 1 0 04256318 +sodium-vapour_lamp n 1 1 @ 1 0 04256318 +sodium_benzoate n 1 1 @ 1 0 14775173 +sodium_bicarbonate n 1 1 @ 1 0 14775995 +sodium_bichromate n 1 1 @ 1 0 15013875 +sodium_carbonate n 1 1 @ 1 0 15044844 +sodium_carboxymethyl_cellulose n 1 1 @ 1 0 15045030 +sodium_chlorate n 1 1 @ 1 0 15013450 +sodium_chloride n 1 4 @ ~ #s %s 1 0 14672023 +sodium_cyanide n 1 1 @ 1 0 14826904 +sodium_dichromate n 1 1 @ 1 0 15013875 +sodium_ethylmercurithiosalicylate n 1 1 @ 1 0 04424003 +sodium_fluoride n 1 1 @ 1 0 15045216 +sodium_hydride n 1 1 @ 1 0 15045379 +sodium_hydrogen_carbonate n 1 1 @ 1 0 14775995 +sodium_hydroxide n 1 1 @ 1 0 15014990 +sodium_hypochlorite n 1 2 @ ~ 1 0 15045490 +sodium_iodide n 1 1 @ 1 1 15045677 +sodium_lauryl_sulfate n 1 1 @ 1 0 15045782 +sodium_lauryl_sulphate n 1 1 @ 1 0 15045782 +sodium_nitrate n 1 2 @ #s 1 1 14860603 +sodium_nitrite n 1 1 @ 1 0 15016123 +sodium_orthophosphate n 1 1 @ 1 0 15046568 +sodium_phosphate n 1 1 @ 1 0 15046568 +sodium_pyrophosphate n 1 1 @ 1 0 15046077 +sodium_salicylate n 1 1 @ 1 0 04256033 +sodium_silicate n 1 1 @ 1 0 14882578 +sodium_sulfate n 1 1 @ 1 0 15046250 +sodium_sulphate n 1 1 @ 1 0 15046250 +sodium_thiopental n 1 1 @ 1 0 04256152 +sodium_thiosulfate n 1 1 @ 1 0 14913860 +sodium_thiosulphate n 1 1 @ 1 0 14913860 +sodium_tripolyphosphate n 1 1 @ 1 1 15046421 +sodoku n 1 1 @ 1 0 14567690 +sodom n 2 3 @ #p ; 2 0 08795880 08795654 +sodomist n 1 2 @ + 1 0 10621514 +sodomite n 1 1 @ 1 0 10621514 +sodomy n 1 2 @ + 1 0 00849294 +sofa n 1 2 @ ~ 1 1 04256520 +sofa_bed n 1 2 @ ~ 1 0 03100346 +soffit n 1 1 @ 1 0 04256758 +sofia n 1 2 @ #p 1 0 08714458 +sofia_scicolone n 1 1 @ 1 0 11138180 +soft-cast_steel n 1 1 @ 1 0 14952878 +soft-coated_wheaten_terrier n 1 1 @ 1 0 02098105 +soft-cover n 1 2 @ ~ 1 0 03886432 +soft-cover_book n 1 2 @ ~ 1 0 03886432 +soft-finned_fish n 1 5 ! @ ~ #m %m 1 0 01428580 +soft-shell_clam n 2 4 @ #m #p %p 2 0 07787429 01957335 +soft-shell_crab n 2 1 @ 2 0 07788198 01978136 +soft-shelled_crab n 2 1 @ 2 0 07788198 01978136 +soft-shelled_turtle n 1 3 @ ~ #m 1 0 01672032 +soft-shoe n 1 1 @ 1 1 00528156 +soft-shoe_dancing n 1 1 @ 1 0 00528156 +soft-shoe_shuffle n 1 1 @ 1 0 00528156 +soft_coal n 1 2 @ ~ 1 0 14815086 +soft_copy n 1 2 @ ; 1 0 06391347 +soft_corn n 1 1 @ 1 0 12145325 +soft_diet n 1 2 @ %p 1 0 07564796 +soft_drink n 1 2 @ ~ 1 1 07927197 +soft_drug n 1 3 ! @ ~ 1 0 04256993 +soft_flag n 1 1 @ 1 0 12156117 +soft_glass n 1 1 @ 1 1 14881759 +soft_goods n 1 3 @ ~ ; 1 0 03252064 +soft_ice_cream n 1 1 @ 1 0 07617051 +soft_market n 1 1 @ 1 0 01097920 +soft_money n 1 1 @ 1 0 13271094 +soft_news n 1 1 @ 1 0 06684153 +soft_option n 1 1 @ 1 0 05792691 +soft_palate n 1 3 @ #p %p 1 0 05309392 +soft_pedal n 1 2 @ #p 1 0 04257223 +soft_pretzel n 1 1 @ 1 0 07695878 +soft_roe n 1 1 @ 1 0 07799447 +soft_roll n 1 1 @ 1 0 07691863 +soft_rot n 1 2 @ ~ 1 0 14284450 +soft_rush n 1 2 @ #m 1 0 11743772 +soft_scale n 1 3 @ ~ #m 1 0 02248887 +soft_sell n 1 1 @ 1 0 01101661 +soft_shield_fern n 1 2 @ #m 1 0 13200651 +soft_soap n 2 1 @ 2 0 06696025 04257385 +soft_solder n 1 1 @ 1 0 14718715 +soft_spot n 3 3 @ ~ #p 3 1 05042283 07545594 05545212 +soft_tick n 1 2 @ #m 1 0 01779463 +soft_touch n 1 1 @ 1 0 09921409 +soft_tree_fern n 1 2 @ #m 1 0 13190747 +soft_water n 1 2 ! @ 1 0 15046716 +soft_wheat n 1 1 @ 1 0 12142750 +softback n 1 2 @ ~ 1 0 03886432 +softback_book n 1 2 @ ~ 1 0 03886432 +softball n 2 3 ! @ - 2 0 04256891 00475787 +softball_game n 1 2 @ - 1 0 00475787 +softener n 1 3 @ ~ + 1 0 15055936 +softening n 1 3 @ ~ + 1 1 13557766 +softheartedness n 1 2 @ + 1 0 07505347 +softie n 1 1 @ 1 0 10621738 +softness n 10 5 ! @ ~ + ; 10 1 04938228 14547369 14522570 14489859 04990877 04956419 04910973 04704346 04668139 04638857 +software n 1 4 ! @ ~ ; 1 0 06566077 +software_documentation n 1 1 @ 1 0 06588326 +software_engineer n 1 3 @ ~ ; 1 0 10481268 +software_error n 1 3 @ ~ ; 1 0 07300092 +software_package n 2 3 @ ~ ; 2 0 06566077 04257533 +software_product n 1 1 @ 1 0 04257533 +software_program n 1 3 @ ~ ; 1 0 06566077 +software_system n 1 3 @ ~ ; 1 0 06566077 +softwood n 1 2 @ ~ 1 0 15100257 +softy n 1 1 @ 1 0 10621738 +sogginess n 1 2 @ + 1 0 14536331 +soh n 1 1 @ 1 0 06868844 +soho n 2 2 @ #p 2 0 09121619 08875057 +soil n 4 3 @ ~ + 4 3 14498096 14844693 09335240 08493064 +soil_bank n 1 1 @ 1 0 13369282 +soil_conditioner n 1 1 @ 1 0 14845383 +soil_conservation n 1 1 @ 1 0 00819641 +soil_erosion n 1 2 @ ~ 1 0 13558003 +soil_horizon n 1 3 @ ~ #p 1 0 08658309 +soil_pipe n 1 1 @ 1 0 04257684 +soil_profile n 1 1 @ 1 0 08548605 +soiling n 1 3 @ ~ + 1 0 00276620 +soilure n 1 3 @ ~ + 1 0 00276620 +soiree n 1 2 @ ~ 1 0 08255231 +soiree_musicale n 1 1 @ 1 1 08255373 +soissons n 1 3 @ #p ; 1 0 01294791 +soixante-neuf n 1 1 @ 1 0 00855407 +soja n 1 3 @ #m %p 1 0 12532168 +soja_bean n 1 3 @ #m %p 1 0 12532168 +sojourn n 1 2 @ + 1 1 01055360 +sojourner n 1 2 @ + 1 0 10621847 +sojourner_truth n 1 1 @ 1 0 11350705 +sokoro n 1 1 @ 1 0 06985807 +sol n 3 2 @ ; 3 0 14590795 09561593 06868844 +sol_hurok n 1 1 @ 1 0 11067745 +sol_rojo n 1 2 @ ; 1 0 08040008 +solace n 3 3 @ ~ + 3 1 07492655 14446161 01211667 +solacement n 2 3 @ ~ + 2 0 14446161 07492655 +solan n 1 2 @ #m 1 0 02053425 +solan_goose n 1 2 @ #m 1 0 02053425 +solanaceae n 1 4 @ #m %m + 1 0 12892226 +solanaceous_vegetable n 1 2 @ ~ 1 0 07710007 +solandra n 1 3 @ #m %m 1 0 12913645 +solandra_guttata n 1 2 @ #m 1 0 12913791 +solanopteris n 1 3 @ #m %m 1 0 13178500 +solanopteris_bifrons n 1 2 @ #m 1 0 13178707 +solant_goose n 1 2 @ #m 1 0 02053425 +solanum n 1 3 @ #m %m 1 0 12893094 +solanum_aviculare n 1 1 @ 1 0 12893794 +solanum_burbankii n 1 1 @ 1 0 12896615 +solanum_carolinense n 1 1 @ 1 0 12893993 +solanum_commersonii n 1 3 @ #m %p 1 0 12894438 +solanum_crispum n 1 2 @ #m 1 0 12894247 +solanum_dulcamara n 1 2 @ #m 1 0 12894607 +solanum_elaeagnifolium n 1 1 @ 1 0 12894930 +solanum_giganteum n 1 1 @ 1 0 12895298 +solanum_jamesii n 1 2 @ #m 1 0 12895578 +solanum_jasmoides n 1 2 @ #m 1 0 12895811 +solanum_macranthum n 1 2 @ #m 1 0 12897999 +solanum_melanocerasum n 1 1 @ 1 0 12896615 +solanum_melongena n 1 3 @ #m %p 1 0 12896000 +solanum_nigrum n 1 2 @ ~ 1 0 12896307 +solanum_nigrum_guineese n 1 1 @ 1 0 12896615 +solanum_pseudocapsicum n 1 1 @ 1 0 12896862 +solanum_quitoense n 1 2 @ #m 1 0 12897118 +solanum_rostratum n 1 1 @ 1 0 12897341 +solanum_tuberosum n 1 3 @ #m %p 1 0 12897493 +solanum_wendlandii n 1 2 @ #m 1 0 12897788 +solanum_wrightii n 1 2 @ #m 1 0 12897999 +solar_apex n 1 2 @ #p 1 0 08494987 +solar_array n 1 3 @ #p %p 1 0 04257790 +solar_battery n 1 3 @ #p %p 1 0 04257790 +solar_calendar n 1 2 @ ~ 1 0 15178694 +solar_cell n 1 2 @ #p 1 0 04257986 +solar_collector n 1 2 @ #p 1 0 04258138 +solar_constant n 1 1 @ 1 0 15282378 +solar_day n 1 3 @ ~ %p 1 0 15155220 +solar_dish n 1 2 @ #p 1 0 04258138 +solar_eclipse n 1 2 @ ~ 1 0 07368877 +solar_energy n 1 1 @ 1 0 11509697 +solar_flare n 1 1 @ 1 0 11510223 +solar_furnace n 1 2 @ #p 1 0 04258138 +solar_gravity n 1 1 @ 1 0 11464784 +solar_halo n 1 1 @ 1 0 11487533 +solar_heater n 1 1 @ 1 0 04258333 +solar_house n 1 1 @ 1 0 04258438 +solar_magnetic_field n 1 2 @ #p 1 0 11477269 +solar_month n 1 1 @ 1 0 15209316 +solar_panel n 1 3 @ #p %p 1 0 04257790 +solar_parallax n 1 1 @ 1 0 11529441 +solar_physics n 1 1 @ 1 0 06098088 +solar_plexus n 1 2 @ #p 1 0 05508735 +solar_power n 1 1 @ 1 0 11509697 +solar_prominence n 1 1 @ 1 0 11510411 +solar_radiation n 1 2 @ ~ 1 1 11510067 +solar_system n 1 4 @ #p %m %p 1 1 09439433 +solar_telescope n 1 1 @ 1 0 04258618 +solar_thermal_system n 1 2 @ %p 1 0 04258732 +solar_trap n 1 1 @ 1 0 04357639 +solar_wind n 1 3 @ #p %s 1 1 11510571 +solar_year n 1 1 @ 1 0 15202806 +solarisation n 1 2 @ + 1 0 05044387 +solarium n 1 1 @ 1 0 04356925 +solarization n 1 2 @ + 1 0 05044387 +solder n 1 3 @ ~ + 1 0 14718822 +solderer n 1 2 @ + 1 0 10621941 +soldering n 1 2 @ + 1 0 00148653 +soldering_flux n 1 1 @ 1 0 14860280 +soldering_iron n 1 1 @ 1 0 04258859 +soldier n 2 3 @ ~ + 2 1 10622053 02207647 +soldier-fish n 1 1 @ 1 0 01451426 +soldier_grainy_club n 1 1 @ 1 0 12962059 +soldier_of_fortune n 1 2 @ ~ 1 0 10309614 +soldierfish n 1 1 @ 1 0 01451426 +soldiering n 2 2 @ + 2 1 05640184 00741478 +soldiers_of_god n 1 2 @ ; 1 0 08028148 +soldiership n 1 2 @ + 1 0 05640184 +soldiery n 1 5 @ ~ #m + ; 1 1 08397255 +sole n 4 6 @ ~ #m #p %p + 4 1 04258982 07791274 05577190 02663849 +solea n 1 3 @ #m %m 1 0 02664136 +solea_lascaris n 1 2 @ #m 1 0 02664399 +solea_solea n 1 2 @ #m 1 0 02664285 +solecism n 1 1 @ 1 0 00076196 +soledad n 1 2 @ #p 1 0 08733563 +soledad_pine n 1 1 @ 1 0 11618525 +soleidae n 1 3 @ #m %m 1 0 02663657 +soleirolia n 1 3 @ #m %m 1 0 12393527 +soleirolia_soleirolii n 1 2 @ #m 1 0 12393723 +solemness n 1 2 @ + 1 0 04647826 +solemnisation n 1 2 @ + 1 0 00516086 +solemnity n 2 3 @ ~ + 2 1 04647826 07512147 +solemnity_of_mary n 1 3 @ #p ; 1 0 15192890 +solemnization n 1 2 @ + 1 0 00516086 +solenichthyes n 1 3 @ #m %m 1 0 01453852 +solenidae n 1 3 @ #m %m 1 0 01958790 +solenogaster n 1 2 @ #m 1 0 01954516 +solenogastres n 1 3 @ #m %m 1 0 01954340 +solenoid n 1 1 @ 1 0 04259202 +solenopsis n 1 3 @ #m %m 1 0 02220960 +solenostemon n 1 2 @ #m 1 0 12868418 +solenostemon_blumei n 1 1 @ 1 0 12845413 +solenostemon_scutellarioides n 1 1 @ 1 0 12845413 +solent n 1 2 @ #p 1 0 09439879 +soleus n 1 2 @ #p 1 0 05575582 +soleus_muscle n 1 2 @ #p 1 0 05575582 +solfa n 1 2 @ %p 1 0 06867880 +solfa_syllable n 1 3 @ ~ #p 1 0 06868043 +solfege n 2 1 @ 2 0 01255935 01255808 +solfeggio n 2 1 @ 2 0 01255935 01255808 +solferino n 2 2 @ ; 2 0 04971522 01295153 +solicitation n 3 3 @ ~ + 3 0 07187773 06513764 00161044 +solicitor n 2 4 @ ~ + ; 2 0 10623354 10623175 +solicitor_general n 1 1 @ 1 0 10623533 +solicitorship n 1 2 @ + 1 0 00604321 +solicitousness n 1 2 @ + 1 0 07505207 +solicitude n 1 1 @ 1 1 07505207 +solid n 3 3 @ ~ + 3 2 15046900 14480772 13860793 +solid-state_physics n 1 1 @ 1 0 06111479 +solid_angle n 1 1 @ 1 1 13889461 +solid_body_substance n 1 2 @ ~ 1 0 05264081 +solid_figure n 1 2 @ ~ 1 0 13863473 +solid_food n 1 3 @ ~ #p 1 0 07555863 +solid_geometry n 1 2 @ ; 1 0 06012225 +solid_ground n 1 3 @ ~ #p 1 0 09334396 +solid_solution n 1 3 @ ~ #s 1 0 15051705 +solid_state n 1 1 @ 1 0 14480772 +solidago n 1 3 @ #m %m 1 0 12015840 +solidago_bicolor n 1 1 @ 1 0 12016434 +solidago_canadensis n 1 1 @ 1 0 12016567 +solidago_missouriensis n 1 1 @ 1 0 12016777 +solidago_multiradiata n 1 1 @ 1 0 12016914 +solidago_nemoralis n 1 1 @ 1 0 12017127 +solidago_odora n 1 1 @ 1 0 12017326 +solidago_rugosa n 1 1 @ 1 0 12017511 +solidago_sempervirens n 1 1 @ 1 0 12017664 +solidago_spathulata n 1 1 @ 1 0 12017853 +solidarity n 1 1 @ 1 1 04765038 +solidification n 1 4 @ ~ #p + 1 0 13491060 +solidifying n 1 4 @ ~ #p + 1 0 13491060 +solidity n 3 5 ! @ ~ = + 3 1 04941124 14452442 04671075 +solidness n 4 4 @ ~ = + 4 0 14480772 04941124 04761212 04671075 +solidus n 2 1 @ 2 0 13389194 06844903 +soliloquy n 2 2 @ + 2 0 07160752 07011529 +solingen n 1 2 @ #p 1 0 08771277 +solipsism n 1 2 @ ; 1 1 05976649 +solitaire n 4 3 @ ~ #m 4 0 04259364 01811542 01561181 00495524 +solitariness n 2 3 @ ~ + 2 0 14415163 04622415 +solitary n 2 3 @ ~ + 2 0 13999941 10172448 +solitary_confinement n 1 1 @ 1 0 13999941 +solitary_pussytoes n 1 1 @ 1 0 11922839 +solitary_vireo n 1 1 @ 1 0 01603000 +solitary_wave n 1 2 @ ; 1 0 07346344 +soliton n 1 2 @ ; 1 0 07346344 +soliton_wave n 1 2 @ ; 1 0 07346344 +solitude n 3 1 @ 3 1 14415072 14414980 08652480 +solitudinarian n 1 2 @ ~ 1 0 10172448 +solleret n 1 2 @ #p 1 0 04259468 +solmisation n 1 2 @ ~ 1 0 06867675 +solmization n 2 3 @ ~ + 2 0 06867675 01255935 +solo n 3 3 @ ~ + 3 1 01257418 07040939 00304729 +solo_blast n 1 1 @ 1 1 00132497 +solo_homer n 1 1 @ 1 0 00132497 +solo_man n 1 1 @ 1 0 02474431 +soloist n 1 3 @ ~ + 1 1 10623650 +solomon n 1 3 @ + ; 1 0 11307759 +solomon's-seal n 1 3 @ ~ #m 1 0 12474167 +solomon's_seal n 1 1 @ 1 0 06882333 +solomon_bellow n 1 1 @ 1 0 10843228 +solomon_guggenheim n 1 1 @ 1 0 11019073 +solomon_hurok n 1 1 @ 1 0 11067745 +solomon_islands n 2 3 @ #p %p 2 0 08998233 08997976 +solomons n 1 3 @ #p %p 1 0 08997976 +solon n 1 2 @ ~ 1 0 10650162 +solresol n 1 1 @ 1 0 06898052 +solstice n 1 2 @ ~ 1 0 15221818 +solubility n 3 4 ! @ + ; 3 0 13583272 05215483 05210221 +soluble_glass n 1 1 @ 1 0 14882578 +soluble_rna n 1 1 @ 1 0 14833143 +solubleness n 1 2 @ + 1 0 05010314 +solute n 1 1 @ 1 0 15047849 +solution n 5 4 @ ~ + - 5 4 14589223 06743506 05661668 08005954 00190783 +solvability n 1 3 ! @ + 1 0 05215483 +solvate n 1 2 @ + 1 0 15047988 +solvating_agent n 1 1 @ 1 1 15048184 +solvation n 1 2 @ + 1 0 13558125 +solvay n 1 1 @ 1 0 11307937 +solvay_process n 1 1 @ 1 0 13558325 +solvency n 1 3 ! @ + 1 0 14478143 +solvent n 2 3 @ ~ + 2 1 15047313 06743506 +solver n 1 2 @ + 1 0 10458111 +solving n 1 2 @ + 1 0 00153809 +solway_firth n 1 2 @ #p 1 0 09440036 +solzhenitsyn n 1 1 @ 1 0 11308120 +som n 2 1 @ 2 0 13703505 13701928 +soma n 3 4 @ ~ #m #p 3 0 13237988 09529083 05217168 +somaesthesia n 2 3 @ ~ %p 2 0 05721180 05659856 +somaesthesis n 1 3 @ ~ %p 1 0 05659856 +somali n 2 3 @ #m + 2 0 09749880 06991004 +somali_peninsula n 1 4 @ #p %p ; 1 0 08999154 +somalia n 1 7 @ #m #p %m %p + - 1 0 08998560 +somalian n 1 2 @ #m 1 0 09749880 +somalian_monetary_unit n 1 2 @ ~ 1 0 13706753 +somalian_shilling n 1 1 @ 1 0 13706864 +soman n 1 1 @ 1 0 15056372 +somataesthesis n 1 3 @ ~ %p 1 0 05659856 +somateria n 1 3 @ #m %m 1 0 01853072 +somatesthesia n 2 3 @ ~ %p 2 0 05721180 05659856 +somatic_cell n 1 2 @ ~ 1 0 05430628 +somatic_cell_nuclear_transfer n 1 2 @ ~ 1 0 00638770 +somatic_cell_nuclear_transplantation n 1 2 @ ~ 1 0 00638770 +somatic_chromosome n 1 1 @ 1 0 05443966 +somatic_delusion n 1 1 @ 1 0 14378897 +somatic_sensation n 1 2 @ ~ 1 0 05721180 +somatic_sense n 1 3 @ ~ %p 1 0 05659856 +somatic_sensory_system n 1 3 @ ~ %p 1 0 05659856 +somatosense n 1 2 @ ~ 1 0 05654873 +somatosensory_system n 1 3 @ ~ %p 1 0 05659856 +somatotrophic_hormone n 1 2 @ ~ 1 0 05412649 +somatotrophin n 1 2 @ ~ 1 0 05412649 +somatotropic_hormone n 1 2 @ ~ 1 0 05412649 +somatotropin n 1 2 @ ~ 1 0 05412649 +somatotype n 1 2 @ ~ 1 0 04998966 +somberness n 3 3 @ ~ + 3 0 13985462 07533257 04647478 +sombreness n 3 3 @ ~ + 3 0 13985462 07533257 04647478 +sombrero n 2 2 @ #p 2 0 08988333 04259630 +somebody n 1 4 @ ~ #m %p 1 0 00007846 +someone n 1 4 @ ~ #m %p 1 1 00007846 +somersault n 1 3 @ ~ + 1 1 00439484 +somersaulting n 1 3 @ ~ + 1 1 00439484 +somerset n 2 3 @ ~ #p 2 0 08883179 00439484 +somerset_maugham n 1 1 @ 1 0 11164970 +somesthesia n 2 3 @ ~ %p 2 0 05721180 05659856 +somesthesis n 1 3 @ ~ %p 1 0 05659856 +somewhere n 1 1 @ 1 0 08489765 +somite n 1 1 @ 1 0 02665812 +somme n 2 3 @ #p ; 2 0 01295528 01295373 +somme_river n 2 3 @ #p ; 2 0 01295528 01295373 +sommelier n 1 1 @ 1 0 10623806 +somnambulation n 1 2 @ + 1 0 00285141 +somnambulism n 1 2 @ + 1 0 00285141 +somnambulist n 1 2 @ + 1 0 10611361 +somniloquism n 1 2 @ + 1 0 00285387 +somniloquist n 1 2 @ + 1 0 10623949 +somniloquy n 1 2 @ + 1 0 00285387 +somnolence n 1 3 @ ~ + 1 0 14030435 +somrai n 1 1 @ 1 0 06985310 +son n 2 3 ! @ ~ 2 2 10624074 09537144 +son-in-law n 1 1 @ 1 0 10624915 +son_of_a_bitch n 1 2 @ ; 1 1 09815188 +sonant n 1 2 @ + 1 0 07120364 +sonar n 1 3 @ #p %p 1 1 04259771 +sonata n 1 3 @ ~ %p 1 0 07044088 +sonata_form n 1 1 @ 1 0 05932282 +sonatina n 1 1 @ 1 0 07044680 +sonchus n 1 3 @ #m %m 1 0 12018640 +sonchus_oleraceus n 1 1 @ 1 0 12019035 +sondheim n 1 1 @ 1 0 11308396 +sone n 1 2 @ #p 1 0 13713817 +song n 6 4 @ ~ %p + 6 4 07048000 07394588 00546389 06796642 13254011 08158741 +song_and_dance n 2 1 @ 2 0 06893772 06757289 +song_dynasty n 1 1 @ 1 0 08158741 +song_of_solomon n 1 2 @ #p 1 0 06437824 +song_of_songs n 1 2 @ #p 1 0 06437824 +song_sparrow n 1 2 @ #m 1 0 01536644 +song_thrush n 1 2 @ #m 1 0 01558149 +songbird n 1 1 @ 1 0 01526521 +songbook n 1 2 @ ~ 1 0 06418146 +songfulness n 1 2 @ + 1 0 04983688 +songhai n 1 1 @ 1 0 06998631 +songster n 3 3 @ ~ + 3 0 10624540 10624310 01526521 +songstress n 1 1 @ 1 0 10624437 +songwriter n 1 2 @ ~ 1 1 10624540 +sonic_barrier n 1 1 @ 1 0 11505057 +sonic_boom n 1 1 @ 1 0 07348041 +sonic_delay_line n 1 2 @ #p 1 0 02676097 +sonic_depth_finder n 1 1 @ 1 0 04260192 +sonnet n 1 3 @ ~ + 1 1 06381372 +sonneteer n 1 2 @ + 1 0 10625000 +sonny n 1 1 @ 1 1 09871229 +sonny_boy n 1 1 @ 1 1 09871229 +sonny_liston n 1 1 @ 1 0 11135044 +sonogram n 1 1 @ 1 1 04260364 +sonograph n 1 2 @ ~ 1 0 04260589 +sonography n 1 2 @ ~ 1 0 00901789 +sonometer n 1 1 @ 1 0 02757337 +sonora n 1 3 @ #m %m 1 0 01736256 +sonora_gum n 1 2 @ #p 1 0 12723330 +sonora_lac n 1 1 @ 1 0 14702256 +sonora_semiannulata n 1 2 @ #m 1 0 01736375 +sonoran_desert n 1 2 @ #p 1 0 09172910 +sonoran_lyre_snake n 1 1 @ 1 0 01739871 +sonoran_whipsnake n 1 1 @ 1 0 01732093 +sonority n 1 2 @ + 1 1 04989657 +sonorousness n 1 2 @ + 1 0 04989657 +sontag n 1 1 @ 1 0 11308520 +soochong n 1 1 @ 1 0 07935043 +sooner n 1 1 @ 1 0 09745132 +sooner_state n 1 3 @ #p %p 1 0 09131654 +soot n 1 2 @ + 1 0 14793533 +soot_black n 1 1 @ 1 0 04960582 +sooth n 1 2 @ ; 1 0 04867440 +soothing_syrup n 1 1 @ 1 0 04260816 +soothsayer n 1 2 @ ~ 1 1 10102506 +soothsaying n 1 2 @ ~ 1 0 05776212 +sootiness n 1 2 @ + 1 0 14498972 +sop n 3 3 @ ~ + 3 0 07861421 07216615 01024968 +soph n 1 1 @ 1 0 10625438 +sophia_loren n 1 1 @ 1 0 11138180 +sophie_tucker n 1 1 @ 1 0 11351347 +sophism n 1 2 @ + 1 0 05895138 +sophist n 2 2 @ + 2 0 10625099 09899929 +sophisticate n 1 3 @ ~ + 1 1 10625285 +sophistication n 5 4 ! @ ~ + 5 1 05987835 05895138 05641205 04880273 00753472 +sophistry n 1 1 @ 1 0 05895138 +sophocles n 1 1 @ 1 0 11308624 +sophomore n 1 2 @ + 1 1 10625438 +sophomore_class n 1 1 @ 1 0 08239590 +sophonias n 2 2 @ #p 2 0 11406023 06440663 +sophora n 1 3 @ #m %m 1 0 12570126 +sophora_japonica n 1 2 @ #m 1 0 12570394 +sophora_secundiflora n 1 2 @ #m 1 0 12570703 +sophora_sinensis n 1 2 @ #m 1 0 12570394 +sophora_tetraptera n 1 2 @ #m 1 0 12570972 +sopor n 1 1 @ 1 0 14025993 +soporific n 1 3 @ ~ + 1 0 04260934 +soprano n 3 2 @ ~ 3 1 10625546 06873139 04985930 +soprano_clef n 1 1 @ 1 0 06863326 +sops n 1 1 @ 1 0 07861421 +sorb n 1 2 @ #p 1 0 07770180 +sorb_apple n 2 4 @ ~ #p %p 2 0 12658846 07770180 +sorb_apple_tree n 1 3 @ ~ %p 1 0 12658846 +sorbate n 1 2 @ ~ 1 0 14596956 +sorbent n 1 3 @ ~ + 1 0 14597158 +sorbent_material n 1 2 @ ~ 1 0 14597158 +sorbet n 1 1 @ 1 0 07614348 +sorbian n 2 2 @ #m 2 0 09751403 06945344 +sorbic_acid n 1 1 @ 1 0 14739978 +sorbonne n 1 2 @ #p 1 0 03890713 +sorbus n 1 3 @ #m %m 1 0 12657940 +sorbus_americana n 1 1 @ 1 0 12658603 +sorbus_aucuparia n 1 2 @ %p 1 0 12658308 +sorbus_domestica n 1 3 @ ~ %p 1 0 12658846 +sorbus_sitchensis n 1 1 @ 1 0 12658715 +sorbus_torminalis n 1 1 @ 1 0 12659064 +sorcerer n 1 2 @ ~ 1 0 10625860 +sorceress n 1 2 @ ~ 1 0 10626540 +sorcery n 1 3 @ ~ + 1 0 05978812 +sordidness n 2 2 @ + 2 0 14499111 04807971 +sordino n 1 1 @ 1 0 04264050 +sore n 1 2 @ ~ 1 1 14183065 +sore_throat n 1 2 @ ~ 1 0 14173484 +sorehead n 1 1 @ 1 0 10626630 +soren_aabye_kierkegaard n 1 1 @ 1 0 11104676 +soren_kierkegaard n 1 1 @ 1 0 11104676 +soren_peter_lauritz_sorensen n 1 1 @ 1 0 11308739 +soreness n 2 3 @ ~ + 2 0 14332617 07495973 +sorensen n 1 1 @ 1 0 11308739 +sorex n 1 3 @ #m %m 1 0 01891865 +sorex_araneus n 1 2 @ #m 1 0 01892030 +sorex_cinereus n 1 1 @ 1 0 01892145 +sorex_palustris n 1 2 @ #m 1 0 01892744 +sorgho n 1 1 @ 1 0 12138757 +sorghum n 3 4 @ ~ #m %m 3 0 12137120 12136944 07860103 +sorghum_bicolor n 1 1 @ 1 0 12137337 +sorghum_halepense n 1 1 @ 1 0 12138905 +sorghum_molasses n 1 1 @ 1 0 07860103 +sorghum_vulgare_caudatum n 1 1 @ 1 0 12137954 +sorghum_vulgare_rosburghii n 1 1 @ 1 0 12138578 +sorghum_vulgare_technicum n 1 1 @ 1 0 12139196 +sorgo n 1 1 @ 1 0 12138757 +soricidae n 1 3 @ #m %m 1 0 01891438 +sorority n 1 2 @ %m 1 1 08230477 +sorption n 1 3 @ ~ + 1 1 13558490 +sorrel n 5 4 @ ~ #m #p 5 0 12702948 12603959 12179632 07736371 02389026 +sorrel_tree n 2 2 @ #m 2 0 12242409 12178780 +sorriness n 1 2 @ + 1 0 05140278 +sorrow n 4 4 ! @ ~ + 4 3 07534430 07535670 05833683 13989051 +sorrower n 1 3 @ ~ + 1 0 10335246 +sorrowfulness n 2 3 @ ~ + 2 0 13989051 07535209 +sort n 4 3 @ ~ + 4 3 05839024 04746262 10626722 13558696 +sort_program n 1 1 @ 1 0 06580103 +sorter n 2 3 @ ~ + 2 0 10626867 04261116 +sortie n 2 2 @ ; 2 0 00971309 00304851 +sorting n 3 3 @ ~ + 3 0 13558696 05732756 01016832 +sorting_algorithm n 1 1 @ 1 0 05847658 +sorting_program n 1 1 @ 1 0 06580103 +sortition n 1 1 @ 1 0 00180054 +sorus n 2 2 @ %p 2 0 13094273 13094145 +sos n 1 1 @ 1 0 06803845 +sot n 1 2 @ ~ 1 0 10037385 +soteriology n 1 2 @ + 1 0 06191687 +sothis n 1 2 @ #m 1 0 09435965 +sotho n 2 4 @ ~ #m + 2 0 09693372 06995222 +sottishness n 2 2 @ + 2 0 14019039 04885990 +sou n 1 1 @ 1 0 13393265 +sou'-east n 1 1 @ 1 0 13832841 +sou'-sou'-east n 1 1 @ 1 0 13833119 +sou'-sou'-west n 1 1 @ 1 0 13833623 +sou'-west n 1 1 @ 1 0 13833886 +sou'easter n 1 1 @ 1 0 11448714 +sou'wester n 2 1 @ 2 0 11448593 04264361 +souari n 1 3 @ #m %p 1 0 12373739 +souari_nut n 2 4 @ #m #p %p 2 0 12373739 07772026 +souari_tree n 1 3 @ #m %p 1 0 12373739 +soubise n 1 1 @ 1 0 07839730 +soubrette n 2 1 @ 2 0 10626994 05929461 +soubriquet n 1 1 @ 1 0 06337693 +souchong n 1 1 @ 1 0 07935043 +soudan n 2 6 @ #m #p %m %p - 2 0 09029457 09029242 +souffle n 1 2 @ ~ 1 0 07843464 +soufflot n 1 1 @ 1 0 11308877 +souk n 1 1 @ 1 0 04261281 +soul n 5 4 @ ~ #m %p 5 4 10627082 00007846 07480790 00933154 07061968 +soul-searching n 1 1 @ 1 0 05786871 +soul_brother n 1 1 @ 1 0 09637435 +soul_food n 1 1 @ 1 0 07938313 +soul_kiss n 1 1 @ 1 0 00138799 +soul_mate n 1 1 @ 1 0 10627252 +soul_patch n 1 1 @ 1 0 05263448 +soulfulness n 1 2 @ + 1 0 07480790 +sound n 8 6 ! @ ~ #p + ; 8 6 04981139 05718254 11480930 07371293 06278136 07111047 09446115 09440186 +sound_alphabet n 1 3 @ ~ %m 1 0 06500448 +sound_barrier n 1 1 @ 1 0 11505057 +sound_bite n 1 1 @ 1 0 07152151 +sound_bow n 1 2 @ #p 1 0 04261369 +sound_camera n 1 1 @ 1 0 04261638 +sound_effect n 1 1 @ 1 1 05917869 +sound_film n 1 2 @ %p 1 0 04261868 +sound_hole n 1 2 @ #p 1 0 04262010 +sound_judgement n 1 2 @ ~ 1 0 04892084 +sound_judgment n 1 2 @ ~ 1 0 04892084 +sound_law n 1 3 @ ~ #p 1 0 06180720 +sound_perception n 1 2 @ ~ 1 0 05711503 +sound_pollution n 1 1 @ 1 0 14518539 +sound_pressure n 1 1 @ 1 0 11497378 +sound_pressure_level n 1 1 @ 1 0 05100866 +sound_projection n 1 1 @ 1 0 11512331 +sound_property n 1 2 @ ~ 1 0 04983122 +sound_ranging n 1 1 @ 1 0 01005100 +sound_recording n 1 2 @ ~ 1 0 04262678 +sound_reflection n 1 2 @ ~ 1 0 05010801 +sound_reproduction n 1 2 @ ~ 1 0 01020362 +sound_spectrograph n 1 1 @ 1 0 04262869 +sound_spectrum n 1 2 @ ~ 1 0 11510714 +sound_structure n 1 2 @ ~ 1 0 06177729 +sound_system n 1 3 @ ~ %p 1 0 02757462 +sound_truck n 1 1 @ 1 0 04263139 +sound_unit n 1 2 @ ~ 1 0 13608319 +sound_wave n 1 3 @ ~ ; 1 1 07347224 +soundboard n 1 4 @ #p %p ; 1 0 04262161 +soundbox n 1 1 @ 1 0 04261506 +sounder n 1 2 @ + 1 0 04261767 +sounding n 2 2 @ + 2 0 05135451 01004961 +sounding_board n 2 4 @ #p %p ; 2 0 10627349 04262161 +sounding_lead n 1 2 @ #p 1 0 04262410 +sounding_line n 1 3 @ %p ; 1 0 03651947 +sounding_rocket n 1 1 @ 1 0 04262530 +soundlessness n 1 3 @ ~ + 1 0 04982856 +soundman n 1 1 @ 1 0 10627557 +soundness n 3 4 ! @ ~ + 3 0 14546844 05159948 05031849 +soundtrack n 1 3 @ ~ #p 1 1 04262969 +soup n 3 3 @ ~ ; 3 1 07583197 15048623 13927112 +soup-fin n 1 2 @ #m 1 0 01491661 +soup-strainer n 1 2 @ ; 1 0 05262422 +soup_bowl n 1 1 @ 1 1 04263257 +soup_du_jour n 1 1 @ 1 0 07583865 +soup_kitchen n 1 1 @ 1 0 08056128 +soup_ladle n 1 1 @ 1 0 04263336 +soup_plate n 1 1 @ 1 0 04263417 +soup_spoon n 1 1 @ 1 0 04263502 +soupcon n 1 2 @ ~ 1 0 13774115 +soupfin n 1 2 @ #m 1 0 01491661 +soupfin_shark n 1 2 @ #m 1 0 01491661 +soupiness n 2 3 @ ~ + 2 0 04936690 04627506 +soupspoon n 1 1 @ 1 0 04263502 +sour n 3 3 @ ~ + 3 0 07918028 05716744 04993882 +sour-gum_family n 1 3 @ #m %m 1 0 12339972 +sour_bread n 1 1 @ 1 0 07686720 +sour_cherry n 3 3 @ ~ #m 3 0 12643473 12331655 07757990 +sour_cherry_tree n 1 2 @ ~ 1 0 12643473 +sour_cream n 1 1 @ 1 0 07848093 +sour_dock n 1 2 @ %p 1 0 12604228 +sour_fig n 1 2 @ #m 1 0 11819509 +sour_gourd n 3 4 @ #m #p %p 3 0 12189779 07770439 07770289 +sour_grapes n 1 1 @ 1 0 06719299 +sour_grass n 1 3 @ ~ #m 1 0 12603959 +sour_gum n 1 1 @ 1 0 12340755 +sour_mash n 2 1 @ 2 0 14948812 07907831 +sour_mash_whiskey n 1 1 @ 1 0 07907831 +sour_milk n 1 1 @ 1 0 07844786 +sour_orange n 2 4 @ #m #p %p 2 0 12708654 07748753 +sour_salt n 1 2 @ %s 1 0 07813717 +sourball n 1 1 @ 1 0 07599383 +source n 9 5 ! @ ~ + ; 9 6 08507558 06675122 05834758 04263614 10205985 10126177 13558953 09407867 07258664 +source_book n 1 1 @ 1 0 06418558 +source_code n 1 1 @ 1 0 06358513 +source_language n 1 2 @ ~ 1 0 06283912 +source_materials n 1 1 @ 1 0 06675581 +source_of_illumination n 1 2 @ ~ 1 0 04263760 +source_program n 1 2 ! @ 1 0 06577063 +sourdine n 2 1 @ 2 0 04264050 04263950 +sourdough n 2 2 @ ; 2 1 15048748 10627714 +sourdough_bread n 1 1 @ 1 0 07686720 +soured_cream n 1 1 @ 1 0 07848093 +souring n 1 2 @ + 1 0 13559409 +sourness n 3 3 @ ~ + 3 0 05716744 04993882 04642057 +sourpuss n 1 2 @ ; 1 0 10627899 +soursop n 2 3 @ #p %p 2 0 11694664 07761309 +soursop_tree n 1 2 @ %p 1 0 11694664 +sourwood n 1 2 @ #m 1 0 12242409 +sousa n 1 1 @ 1 0 11308988 +sousaphone n 1 2 @ ~ 1 0 02804252 +souse n 3 2 @ + 3 0 09782167 07678313 00277811 +sousing n 1 2 @ + 1 0 00277811 +souslik n 1 1 @ 1 0 02358584 +sousse n 1 2 @ #p 1 0 09038439 +soutache n 1 1 @ 1 0 04264134 +soutane n 1 1 @ 1 1 04264233 +south n 5 7 @ ~ #p %m %p = - 5 4 09050730 09050244 13833375 08561583 13835899 +south-african_yellowwood n 1 2 @ #m 1 0 11652753 +south-central_dravidian n 1 2 @ ~ 1 0 06980465 +south-seeking_pole n 1 1 @ 1 0 03817331 +south_africa n 1 7 @ #m #p %m %p + - 1 1 08999482 +south_african n 1 3 @ ~ #m 1 0 09731436 +south_african_dutch n 1 1 @ 1 0 06952861 +south_african_monetary_unit n 1 2 @ ~ 1 0 13696402 +south_america n 2 6 @ #p %m %p + - 2 1 09440400 08173289 +south_american n 1 3 @ ~ #m 1 0 09731571 +south_american_bullfrog n 1 2 @ #m 1 0 01643896 +south_american_country n 1 3 @ ~ #p 1 0 08702402 +south_american_indian n 1 2 @ ~ 1 0 09726621 +south_american_nation n 1 3 @ ~ #p 1 0 08702402 +south_american_poison_toad n 1 1 @ 1 0 01654863 +south_american_sea_lion n 1 2 @ #m 1 0 02078292 +south_american_staghorn n 1 1 @ 1 0 13177768 +south_atlantic n 1 3 @ #p %p 1 0 09440948 +south_australia n 1 3 @ #p %p 1 0 08834408 +south_bend n 1 2 @ #p 1 0 09086070 +south_by_east n 1 1 @ 1 0 13833256 +south_by_west n 1 1 @ 1 0 13833504 +south_carolina n 2 5 @ #m #p %p - 2 2 09138239 09137869 +south_carolinian n 1 1 @ 1 1 09745535 +south_celestial_pole n 1 1 @ 1 0 08652854 +south_china_sea n 1 3 @ #p %p 1 0 09441107 +south_dakota n 1 3 @ #p %p 1 1 09138935 +south_dakotan n 1 1 @ 1 0 09745636 +south_dravidian n 1 2 @ ~ 1 0 06979249 +south_equatorial_current n 1 1 @ 1 0 11489383 +south_frigid_zone n 1 2 @ %p 1 0 08494459 +south_island n 1 2 @ #p 1 0 08972335 +south_korea n 1 5 @ #p %p + - 1 0 08955626 +south_korean n 1 2 @ + 1 0 09719207 +south_korean_monetary_unit n 1 2 @ ~ 1 0 13709223 +south_korean_won n 1 2 @ %p 1 0 13709360 +south_of_houston n 1 2 @ #p 1 0 09121619 +south_pacific n 1 2 @ #p 1 0 09441587 +south_platte n 1 2 @ #p 1 0 09441725 +south_platte_river n 1 2 @ #p 1 0 09441725 +south_pole n 1 3 @ #p + 1 0 08652717 +south_sea n 1 1 @ 1 1 09441875 +south_sea_islands n 1 1 @ 1 0 09442001 +south_side n 1 1 @ 1 1 08650507 +south_southeast n 1 1 @ 1 0 13833119 +south_southwest n 1 1 @ 1 0 13833623 +south_temperate_zone n 1 1 @ 1 0 08662288 +south_vietnam n 1 2 @ #p 1 0 09163844 +south_west_africa n 1 5 @ #p %m %p ; 1 0 08699654 +south_wind n 1 1 @ 1 0 11511405 +south_yorkshire n 1 3 @ #p %p 1 0 08885631 +southeast n 4 2 @ #p 4 2 13832841 08563478 13835781 08561462 +southeast_asia n 1 3 @ #p %p 1 0 08715110 +southeast_by_east n 1 1 @ 1 0 13832717 +southeast_by_south n 1 1 @ 1 0 13832993 +southeaster n 1 2 @ + 1 0 11448714 +southeastern_pocket_gopher n 1 2 @ #m 1 0 02354320 +southeastern_united_states n 1 2 @ #p 1 0 08563478 +southeastward n 1 1 @ 1 0 13832841 +souther n 1 2 @ + 1 0 11511405 +southerly n 1 1 @ 1 0 11511405 +southern_arrow_wood n 1 2 @ #m 1 0 12681141 +southern_aster n 1 1 @ 1 0 11937023 +southern_baptist n 1 2 @ #m 1 0 10628097 +southern_baptist_convention n 1 2 @ %m 1 0 08089955 +southern_beech n 1 3 @ ~ #m 1 0 12266217 +southern_beech_fern n 1 1 @ 1 0 13230843 +southern_blue_flag n 1 1 @ 1 0 12415272 +southern_bog_lemming n 1 1 @ 1 0 02345997 +southern_buckthorn n 1 1 @ 1 0 12772908 +southern_cabbage_butterfly n 1 1 @ 1 0 02281267 +southern_crab_apple n 1 1 @ 1 0 12635532 +southern_cross n 1 3 @ #m %m 1 0 09441352 +southern_cypress n 1 2 @ #m 1 0 11641963 +southern_dewberry n 1 1 @ 1 0 12655498 +southern_flounder n 1 2 @ #m 1 0 02661473 +southern_flying_squirrel n 1 1 @ 1 0 02360933 +southern_harebell n 1 1 @ 1 0 12037864 +southern_hemisphere n 1 2 @ %p 1 1 08652551 +southern_lights n 1 1 @ 1 0 11427501 +southern_live_oak n 1 1 @ 1 0 12279772 +southern_magnolia n 1 1 @ 1 0 11710136 +southern_maidenhair n 1 1 @ 1 0 13207094 +southern_porgy n 1 2 @ %p 1 0 02593679 +southern_red_cedar n 1 1 @ 1 0 11637810 +southern_red_oak n 1 1 @ 1 0 12271933 +southern_rhodesia n 1 4 @ #p %m %p 1 0 09167101 +southern_scup n 1 2 @ %p 1 0 02593679 +southern_spadefoot n 1 2 @ #m 1 0 01649556 +southern_spatterdock n 1 1 @ 1 0 11716698 +southern_tai n 1 1 @ 1 0 06935823 +southern_triangle n 1 1 @ 1 0 09461864 +southern_white_cedar n 1 2 @ #m 1 0 11635152 +southern_yellow_pine n 1 1 @ 1 0 11615967 +southerner n 1 3 @ ~ #m 1 1 10628222 +southernism n 2 2 @ ; 2 1 07152027 06195698 +southernness n 1 3 ! @ + 1 0 05079309 +southernwood n 1 2 @ #m 1 0 11929291 +southey n 1 2 @ #m 1 0 11309164 +southland n 1 1 @ 1 0 08563085 +southpaw n 2 1 @ 2 1 10252921 10253122 +southward n 1 1 @ 1 0 13833375 +southwest n 4 4 @ #p %p - 4 2 13833886 08563627 13836018 08561714 +southwest_by_south n 1 1 @ 1 0 13833760 +southwest_by_west n 1 1 @ 1 0 13834038 +southwester n 1 2 @ + 1 0 11448593 +southwestern n 1 1 @ 1 0 06949407 +southwestern_lip_fern n 1 1 @ 1 0 13209460 +southwestern_toad n 1 1 @ 1 0 01647466 +southwestern_united_states n 1 4 @ #p %p - 1 0 08563627 +southwestern_white_pine n 1 1 @ 1 0 11613692 +southwestward n 1 1 @ 1 0 13833886 +soutine n 1 1 @ 1 0 11309318 +souvenir n 2 2 @ ~ 2 1 03610270 05813822 +souvlaki n 1 2 @ ; 1 0 07870069 +souvlakia n 1 2 @ ; 1 0 07870069 +sovereign n 1 2 @ ~ 1 1 10628644 +sovereign_immunity n 1 1 @ 1 0 00214526 +sovereignty n 3 2 @ ~ 3 1 13992935 14443532 05198321 +soviet n 1 1 @ 1 0 08320201 +soviet_kgb n 1 1 @ 1 0 08485434 +soviet_russia n 1 4 @ #p %m - 1 0 09007723 +soviet_socialist_republic n 1 3 @ ~ #p 1 0 09006205 +soviet_union n 1 4 @ #p %p - 1 1 09003284 +sovietism n 1 2 @ ~ 1 0 08368308 +soviets n 1 2 @ ; 1 1 08053407 +sow n 1 1 @ 1 0 02396088 +sow_bug n 1 2 @ #m 1 0 01992262 +sow_thistle n 1 3 @ ~ #m 1 0 12018760 +sowbane n 1 1 @ 1 0 11829922 +sowbelly n 1 1 @ 1 1 07671363 +sowbread n 1 2 @ #m 1 0 12093600 +sower n 1 2 @ + 1 0 10629020 +soweto n 1 2 @ #p 1 0 09002433 +soy n 4 7 @ ~ #m #s #p %s %p 4 0 12532564 12532168 07825972 07729485 +soy_flour n 1 3 @ #s %s 1 0 07569873 +soy_sauce n 1 2 @ %s 1 0 07825972 +soya n 2 7 @ ~ #m #s #p %s %p 2 0 12532168 07729485 +soya_bean n 3 7 @ ~ #m #s #p %s %p 3 0 12532564 12532168 07729485 +soya_milk n 1 3 @ #s %s 1 0 07844867 +soyabean_oil n 1 3 @ #s %s 1 0 07675262 +soybean n 3 7 @ ~ #m #s #p %s %p 3 0 12532564 12532168 07729485 +soybean_flour n 1 3 @ #s %s 1 0 07569873 +soybean_future n 1 1 @ 1 0 04264485 +soybean_meal n 1 3 @ #s %s 1 0 07569873 +soybean_milk n 1 3 @ #s %s 1 0 07844867 +soybean_oil n 1 3 @ #s %s 1 0 07675262 +soybean_plant n 1 3 @ #m %p 1 0 12532168 +soymilk n 1 3 @ #s %s 1 0 07844867 +spa n 3 4 @ ~ #p %p 3 0 08678615 04080705 03506370 +space n 9 6 @ ~ #p %p + ; 9 7 00028651 13910384 08652970 08500433 06839190 15172212 06389553 06862202 04030655 +space-reflection_symmetry n 1 2 @ ; 1 0 06105314 +space-time n 1 1 @ 1 0 06010737 +space-time_continuum n 1 1 @ 1 0 06010737 +space_age n 1 1 @ 1 0 15262794 +space_bar n 1 2 @ #p 1 0 04264628 +space_biology n 1 1 @ 1 0 06071722 +space_cadet n 1 2 @ ; 1 0 10629142 +space_capsule n 1 1 @ 1 0 04264765 +space_heater n 1 2 @ ~ 1 0 04265275 +space_helmet n 1 1 @ 1 0 04265428 +space_laboratory n 1 2 @ ~ 1 0 04266162 +space_lattice n 1 1 @ 1 0 05732086 +space_medicine n 1 1 @ 1 0 06063275 +space_needle n 1 2 @ #p 1 0 04265535 +space_platform n 1 2 @ ~ 1 0 04266162 +space_probe n 1 2 @ %p 1 1 04265668 +space_program n 1 2 @ ~ 1 0 05900716 +space_rocket n 1 1 @ 1 0 04265904 +space_shuttle n 1 1 @ 1 0 04266014 +space_station n 1 2 @ ~ 1 0 04266162 +space_travel n 1 2 @ - 1 0 00313502 +space_vehicle n 1 3 @ ~ %p 1 0 04264914 +space_walk n 1 2 @ + 1 0 00292981 +space_writer n 1 1 @ 1 0 10629449 +spacecraft n 1 3 @ ~ %p 1 0 04264914 +spacecraft_clock_time n 1 1 @ 1 0 15131598 +spacecraft_event_time n 1 1 @ 1 0 15131448 +spacefaring n 1 2 @ - 1 0 00313502 +spaceflight n 1 2 @ - 1 0 00313502 +spaceman n 1 2 @ ~ 1 0 09818022 +spaceship n 1 1 @ 1 0 04304215 +spacesuit n 1 1 @ 1 0 04266375 +spacewalker n 1 1 @ 1 0 10629329 +spacing n 2 3 @ ~ + 2 2 15282534 05083328 +spaciousness n 1 3 @ ~ + 1 1 05105265 +spackle n 1 1 @ 1 0 15048888 +spackling_compound n 1 1 @ 1 0 15048888 +spade n 3 5 @ ~ #m + ; 3 2 04266660 04266486 09638009 +spade_bit n 1 1 @ 1 0 04266849 +spade_casino n 1 1 @ 1 0 00498947 +spadefish n 1 2 @ #m 1 0 02604954 +spadefoot n 1 3 @ ~ #m 1 0 01649170 +spadefoot_toad n 1 3 @ ~ #m 1 0 01649170 +spadeful n 1 1 @ 1 0 13769870 +spadework n 1 1 @ 1 0 00795508 +spadix n 1 2 @ #p 1 0 13133932 +spaghetti n 2 1 @ 2 0 07700003 07699914 +spaghetti_and_meatballs n 1 1 @ 1 0 07877187 +spaghetti_junction n 1 1 @ 1 0 04266968 +spaghetti_sauce n 1 2 @ ~ 1 0 07838233 +spaghetti_squash n 2 3 @ #p %p 2 0 12160303 07716906 +spaghetti_western n 1 2 @ ; 1 0 06618653 +spaghettini n 1 1 @ 1 0 07700095 +spain n 1 7 @ ~ #m #p %m %p - 1 1 09023321 +spalacidae n 1 3 @ #m %m 1 0 02368563 +spalax n 1 3 @ #m %m 1 0 02368687 +spall n 1 1 @ 1 0 09442146 +spallanzani n 1 1 @ 1 0 11309449 +spallation n 1 2 @ ; 1 0 13559509 +spam n 2 2 @ ; 2 0 07573347 06280347 +spammer n 1 1 @ 1 0 10629545 +span n 6 5 @ ~ #p %p + 6 2 15134340 05087061 13743605 13656204 02898711 00349213 +span_loading n 1 1 @ 1 0 13826732 +spandau n 1 1 @ 1 0 04267091 +spandex n 1 1 @ 1 0 04267165 +spandrel n 1 2 @ ; 1 0 04267246 +spandril n 1 2 @ ; 1 0 04267246 +spangle n 1 2 @ + 1 0 04173698 +spaniard n 1 3 @ ~ #m 1 0 09731906 +spaniel n 1 2 @ ~ 1 1 02101108 +spanish n 2 4 @ ~ ; - 2 2 06966825 09733243 +spanish-american_war n 1 2 @ %p 1 1 01308668 +spanish_american n 1 2 @ ~ 1 0 10629647 +spanish_armada n 1 1 @ 1 0 08293088 +spanish_bayonet n 2 1 @ 2 0 12482668 12482437 +spanish_broom n 2 2 @ #m 2 0 12571330 12530629 +spanish_burgoo n 1 1 @ 1 0 07589967 +spanish_capital n 1 2 @ #p 1 0 09024467 +spanish_cedar n 1 3 @ #m %s 1 0 12697152 +spanish_cedar_tree n 1 3 @ #m %s 1 0 12697152 +spanish_chestnut n 1 1 @ 1 0 12263204 +spanish_civil_war n 1 2 @ ; 1 0 01308837 +spanish_dagger n 2 1 @ 2 0 12483841 12483091 +spanish_elm n 2 2 @ #m 2 0 12818601 12818346 +spanish_fly n 1 1 @ 1 0 02179340 +spanish_garlic n 1 1 @ 1 0 12434985 +spanish_gorse n 1 2 @ #m 1 0 12530629 +spanish_grunt n 1 2 @ #m 1 0 02588945 +spanish_guinea n 1 3 @ #p %p 1 0 08763500 +spanish_heath n 1 1 @ 1 0 12228886 +spanish_inquisition n 1 1 @ 1 0 08333224 +spanish_iris n 1 1 @ 1 0 12415595 +spanish_lime n 2 4 @ #m #p %p 2 0 12744850 07763290 +spanish_lime_tree n 1 3 @ #m %p 1 0 12744850 +spanish_mackerel n 4 5 @ ~ #m #p %p 4 0 07781497 02625612 02624807 02580679 +spanish_monetary_unit n 1 2 @ ~ 1 0 13690650 +spanish_moss n 1 2 @ #m 1 0 12608127 +spanish_needles n 2 2 @ #p 2 0 11940478 11940349 +spanish_oak n 1 1 @ 1 0 12278865 +spanish_onion n 1 2 @ ~ 1 0 07722763 +spanish_oyster_plant n 1 1 @ 1 0 12010815 +spanish_paprika n 1 1 @ 1 0 07824863 +spanish_people n 1 1 @ 1 0 09733243 +spanish_peseta n 1 2 @ %p 1 0 13690758 +spanish_pointer n 1 2 @ ~ 1 0 02099997 +spanish_psyllium n 1 1 @ 1 0 12599874 +spanish_rice n 1 1 @ 1 0 07877299 +spanish_sahara n 1 2 @ #p 1 0 08970833 +spanish_tamarind n 1 2 @ #m 1 0 12670962 +spanish_tea n 1 1 @ 1 0 11828804 +spanish_war n 1 2 @ %p 1 0 01308668 +spank n 1 2 @ + 1 0 00134472 +spanker n 2 2 @ + 2 0 10608803 04267435 +spanking n 1 2 @ + 1 0 01162784 +spanner n 1 3 @ ~ %p 1 0 04606574 +spar n 3 4 @ ~ #p + 3 0 15049096 04267577 00446804 +spar_buoy n 1 1 @ 1 0 07266979 +sparaxis n 1 3 @ #m %m 1 0 12418356 +sparaxis_tricolor n 1 2 @ #m 1 0 12418507 +spare n 3 1 @ 3 0 04267870 03334912 00187890 +spare-time_activity n 1 2 @ ~ 1 0 00432689 +spare_part n 1 1 @ 1 0 04267870 +spare_time n 2 1 @ 2 1 15137425 01065687 +spare_tire n 1 2 @ #p 1 0 05556204 +spareness n 2 3 @ ~ + 2 0 05114781 05001482 +sparer n 1 2 @ + 1 0 10629820 +sparerib n 1 1 @ 1 0 07656961 +spareribs n 2 1 @ 2 0 07862348 07671459 +sparganiaceae n 1 3 @ #m %m 1 0 12156308 +sparganium n 1 3 @ #m %m 1 0 12156484 +sparge n 1 1 @ 1 0 00278555 +sparge_pipe n 1 1 @ 1 0 04267985 +sparid n 1 3 @ ~ #m 1 0 02590495 +sparid_fish n 1 3 @ ~ #m 1 0 02590495 +sparidae n 1 3 @ #m %m 1 0 02590237 +spark n 6 3 @ ~ + 6 3 07412310 04953380 11511523 13773539 11309613 09442341 +spark_advance n 1 1 @ 1 0 05051088 +spark_arrester n 2 1 @ 2 0 04268275 04268142 +spark_chamber n 1 1 @ 1 0 04268418 +spark_coil n 1 2 @ #p 1 0 04268565 +spark_counter n 1 1 @ 1 0 04268418 +spark_gap n 2 2 @ #p 2 0 04268799 04268680 +spark_lever n 1 2 @ ; 1 0 04269086 +spark_plug n 1 2 @ #p 1 0 04269270 +spark_transmitter n 1 1 @ 1 0 04269668 +sparker n 1 1 @ 1 0 04268142 +sparking_plug n 1 2 @ #p 1 0 04269270 +sparkle n 3 2 @ + 3 1 04953380 07412668 04952944 +sparkle_metal n 1 1 @ 1 0 15049309 +sparkleberry n 1 1 @ 1 0 12246773 +sparkler n 2 3 @ + ; 2 0 13372123 04268969 +sparkling n 1 2 @ + 1 0 07411645 +sparkling_water n 1 2 @ #s 1 0 07936548 +sparkling_wine n 1 2 @ ~ 1 0 07893528 +sparkplug_wrench n 1 1 @ 1 0 04269502 +sparling n 2 4 @ #m #p %p 2 0 07798872 02540983 +sparmannia n 1 3 @ #m %m 1 0 12205308 +sparmannia_africana n 1 2 @ #m 1 0 12205460 +sparring n 2 2 @ + 2 0 07182744 00446804 +sparring_match n 1 1 @ 1 0 07471708 +sparring_mate n 1 1 @ 1 0 10629939 +sparring_partner n 1 1 @ 1 0 10629939 +sparrow n 2 3 @ ~ #m 2 1 01539573 01527347 +sparrow_hawk n 2 2 @ #m 2 0 01612122 01606672 +sparrow_unit n 1 2 @ #p 1 0 08209386 +sparseness n 1 2 @ + 1 0 05114781 +sparsity n 1 2 @ + 1 0 05114781 +sparta n 1 4 @ #p %m + 1 0 08787240 +spartan n 1 2 @ #m 1 0 09711661 +spartina n 1 3 @ #m %m 1 0 12139367 +spartina_cynosuroides n 1 1 @ 1 0 12139793 +spartina_pectinmata n 1 1 @ 1 0 12139921 +spartium n 1 3 @ #m %m 1 0 12571194 +spartium_junceum n 1 2 @ #m 1 0 12571330 +spasm n 2 3 @ ~ ; 2 1 14360459 00226107 +spasmodic_laryngitis n 1 1 @ 1 0 14174011 +spasmolysis n 1 1 @ 1 0 00354785 +spasmolytic n 1 2 @ ~ 1 0 02724533 +spassky n 1 1 @ 1 0 11309772 +spastic n 1 1 @ 1 0 10630093 +spastic_abasia n 1 1 @ 1 0 14549823 +spastic_bladder n 1 1 @ 1 0 14401644 +spastic_colon n 1 1 @ 1 0 14306245 +spastic_paralysis n 1 2 @ + 1 0 14094653 +spasticity n 1 2 @ + 1 0 04771738 +spat n 3 3 @ #m + 3 0 07184735 04269822 01956344 +spatangoida n 1 3 @ #m %m 1 0 02319689 +spatchcock n 1 2 @ + 1 0 07645886 +spate n 3 2 @ ~ 3 0 13774404 07440240 07407137 +spathe n 1 1 @ 1 0 13155175 +spathe_flower n 1 2 @ #m 1 0 11792341 +spathiphyllum n 1 2 @ #m 1 0 11792341 +spatial_arrangement n 1 2 @ ~ 1 0 05083328 +spatial_property n 1 2 @ ~ 1 0 05062748 +spatial_relation n 1 3 @ ~ = 1 0 05074774 +spatiality n 1 3 @ ~ + 1 1 05062748 +spatter n 2 2 @ + 2 2 07394814 00717748 +spatterdock n 1 2 @ #m 1 0 11716422 +spattering n 2 2 @ + 2 0 07394814 00717748 +spatula n 2 3 @ ~ %p 2 0 04270147 04269944 +spatulate_leaf n 1 1 @ 1 0 13159890 +spavin n 1 2 @ ~ 1 0 14272915 +spawl n 1 1 @ 1 0 09442146 +spawn n 1 2 @ ~ 1 0 01461315 +spawner n 1 2 @ + 1 0 02513939 +spaying n 1 2 @ + 1 0 00692726 +speakeasy n 1 1 @ 1 1 04270276 +speaker n 3 4 @ ~ #p + 3 3 10630188 03691459 10631309 +speaker_identification n 1 1 @ 1 0 05763767 +speaker_system n 1 3 @ ~ #p 1 0 03691459 +speaker_unit n 1 3 @ ~ #p 1 0 03691459 +speakerphone n 1 1 @ 1 0 04270371 +speakership n 1 2 @ + 1 0 00604424 +speaking n 2 3 @ ~ + 2 1 07129867 07241837 +speaking_trumpet n 1 1 @ 1 0 04270576 +speaking_tube n 1 1 @ 1 0 04270765 +spear n 2 5 @ ~ #m %p + 2 1 04270891 04271148 +spear-point n 1 2 @ #p 1 0 04271371 +spear_carrier n 1 1 @ 1 0 10676569 +spear_thistle n 1 1 @ 1 0 11955153 +spear_thrower n 1 1 @ 1 0 04430158 +spearfish n 1 2 @ #m 1 0 02632039 +spearhead n 3 4 @ #p + ; 3 0 10631512 08415661 04271371 +spearmint n 1 2 @ %s 1 0 12856287 +spearmint_oil n 1 2 @ #s 1 0 07812662 +spearnose_bat n 1 2 @ #m 1 0 02142734 +spearpoint n 1 2 @ #p 1 0 04271371 +spec n 1 2 @ ~ 1 0 06725067 +special n 3 1 @ 3 1 07166851 07580253 07017534 +special_act n 1 2 @ ; 1 0 06565919 +special_agent n 1 2 ! @ 1 0 10631765 +special_air_service n 1 2 @ ; 1 0 08346031 +special_assessment n 1 1 @ 1 0 13315827 +special_branch n 1 2 @ ; 1 0 08121867 +special_contract n 1 1 @ 1 0 06524278 +special_court-martial n 1 1 @ 1 0 08331762 +special_delivery n 1 1 @ 1 0 06623481 +special_drawing_rights n 1 1 @ 1 0 13330941 +special_education n 1 1 @ 1 0 05757731 +special_effect n 1 2 @ ~ 1 0 05917994 +special_forces n 1 3 @ #p %m 1 0 08213424 +special_interest n 1 1 @ 1 0 07968974 +special_jury n 1 2 @ ; 1 0 08415469 +special_k n 1 1 @ 1 0 03606572 +special_olympics n 1 1 @ 1 0 07457311 +special_pleading n 2 2 @ ; 2 0 07182888 06563478 +special_relativity n 1 1 @ 1 0 06107083 +special_relativity_theory n 1 1 @ 1 0 06107083 +special_session n 1 1 @ 1 0 07147902 +special_theory_of_relativity n 1 1 @ 1 0 06107083 +special_verdict n 1 3 ! @ ; 1 0 01193672 +special_weapons_and_tactics_squad n 1 1 @ 1 0 08274126 +special_weapons_and_tactics_team n 1 1 @ 1 0 08274126 +specialisation n 3 3 @ + ; 3 0 13559782 00583747 00583461 +specialiser n 1 3 @ ~ + 1 0 10631941 +specialism n 2 2 @ + 2 0 05705184 00583461 +specialist n 2 4 ! @ ~ + 2 2 10631941 10632576 +speciality n 3 3 @ ~ + 3 0 05159225 04763925 00583461 +specialization n 3 3 @ + ; 3 2 00583747 00583461 13559782 +specializer n 1 3 @ ~ + 1 0 10631941 +specialness n 2 3 @ ~ + 2 0 04763925 04762633 +specialty n 3 2 @ ~ 3 1 05159225 04763925 00583461 +specialty_store n 1 1 @ 1 0 04271531 +speciation n 1 2 @ + 1 0 13560079 +specie n 1 2 @ ~ 1 0 13387877 +species n 2 6 @ ~ #m %m %p ; 2 2 08110373 05844881 +specific n 2 2 ! @ 2 0 05818182 04271640 +specific_gravity n 1 1 @ 1 0 04941687 +specific_heat n 1 1 @ 1 1 11472352 +specific_performance n 1 1 @ 1 0 00097923 +specification n 4 4 @ ~ + ; 4 1 06725067 07231199 06675338 01149303 +specificity n 2 2 @ + 2 2 04762915 04763147 +specifier n 1 2 @ + 1 0 10633298 +specimen n 2 2 @ ~ 2 2 05822239 05266879 +specimen_bottle n 1 1 @ 1 0 04271793 +specious_argument n 1 2 @ ~ 1 0 06755156 +speciousness n 1 2 @ + 1 0 04875113 +speck n 3 3 @ ~ + 3 3 04681230 14585519 13774115 +speckle n 1 3 @ ~ + 1 0 04682462 +speckled_alder n 1 2 @ #m 1 0 12285705 +speckled_rattlesnake n 1 2 @ #m 1 0 01757343 +speckled_trout n 2 4 @ #m #p %p 2 0 07794893 02538216 +specs n 1 5 @ ~ #p %p ; 1 0 04272054 +spectacle n 3 3 @ ~ + 3 2 06889138 04271891 00075471 +spectacled_caiman n 1 1 @ 1 0 01699254 +spectacles n 1 5 @ ~ #p %p ; 1 1 04272054 +spectacular n 1 1 @ 1 0 06894243 +spectator n 2 3 @ ~ + 2 2 10633450 04272389 +spectator_pump n 1 1 @ 1 1 04272389 +spectator_sport n 1 1 @ 1 0 00886968 +specter n 2 2 @ ~ 2 2 05898171 09547111 +spectinomycin n 1 1 @ 1 0 04272541 +spectral_color n 1 3 @ ~ %s 1 0 04959672 +spectral_colour n 1 3 @ ~ %s 1 0 04959672 +spectre n 2 2 @ ~ 2 0 09547111 05898171 +spectrogram n 1 2 @ ~ 1 0 04272638 +spectrograph n 2 3 @ ~ + 2 0 04272782 04272638 +spectrographic_analysis n 1 2 @ ~ 1 0 00649482 +spectrometer n 1 3 @ ~ + 1 1 03726516 +spectrometry n 1 3 @ ~ + 1 0 00649482 +spectrophotometer n 1 1 @ 1 1 04272928 +spectroscope n 1 4 @ ~ %p + 1 0 04273064 +spectroscopic_analysis n 1 2 @ ~ 1 0 00649482 +spectroscopy n 1 3 @ ~ + 1 1 00649482 +spectrum n 2 4 @ ~ %p + 2 2 11420831 05128219 +spectrum_analysis n 1 2 @ ~ 1 0 00649482 +spectrum_line n 1 3 @ ~ #p 1 0 06801138 +speculation n 4 3 @ ~ + 4 3 06782680 05891783 13342692 05785885 +speculativeness n 2 2 @ + 2 0 14543756 04759134 +speculator n 2 3 @ ~ + 2 0 10634316 10634075 +speculum n 2 1 @ 2 0 04273433 04273285 +speech n 8 7 @ ~ #p %p + ; - 8 6 07238694 07109196 07130050 07110457 07071483 06713930 07010821 05650820 +speech_act n 1 2 @ ~ 1 0 07160883 +speech_communication n 1 3 @ ~ ; 1 0 07109196 +speech_community n 1 1 @ 1 0 08224985 +speech_day n 1 2 @ ; 1 0 15222686 +speech_defect n 1 2 @ ~ 1 0 14400677 +speech_disorder n 1 2 @ ~ 1 0 14400677 +speech_intelligibility n 1 1 @ 1 0 04820102 +speech_organ n 1 2 @ ~ 1 0 05305614 +speech_pattern n 1 2 @ ~ 1 0 07131511 +speech_perception n 1 1 @ 1 0 05711674 +speech_production n 1 2 @ ~ 1 0 07129867 +speech_rhythm n 1 1 @ 1 0 07086323 +speech_sound n 1 4 @ ~ #p ; 1 0 07111047 +speech_spectrum n 1 1 @ 1 0 11510896 +speech_therapist n 1 2 @ + 1 0 10634464 +speech_therapy n 1 2 @ + 1 0 00707213 +speechifier n 1 3 @ ~ + 1 0 10380672 +speechlessness n 1 2 @ + 1 1 04982745 +speechmaker n 1 2 @ ~ 1 0 10380672 +speechmaking n 1 2 @ ~ 1 0 07241837 +speechwriter n 1 1 @ 1 0 10631654 +speed n 5 4 @ ~ = + 5 3 15282696 05058140 00330160 13821408 02704153 +speed-reading n 1 1 @ 1 0 05809082 +speed_bump n 1 1 @ 1 0 04273659 +speed_cop n 1 1 @ 1 0 10333838 +speed_demon n 1 1 @ 1 0 10634596 +speed_freak n 1 1 @ 1 0 10634723 +speed_indicator n 1 3 @ ~ #p 1 0 04273796 +speed_limit n 1 1 @ 1 1 06664473 +speed_of_light n 1 1 @ 1 1 15284285 +speed_skate n 1 2 @ + 1 0 04273972 +speed_skater n 1 1 @ 1 0 10634849 +speed_skating n 1 1 @ 1 0 00449168 +speed_trap n 1 1 @ 1 0 05837743 +speedboat n 1 2 @ ~ 1 0 04273569 +speeder n 1 2 @ + 1 0 10634596 +speediness n 1 3 @ ~ + 1 0 05059132 +speeding n 1 3 @ ~ + 1 0 00330160 +speeding_ticket n 1 1 @ 1 0 06558893 +speedometer n 1 3 @ ~ #p 1 0 04273796 +speedskater n 1 1 @ 1 0 10634849 +speedup n 1 2 @ + 1 0 00330457 +speedway n 2 1 @ 2 0 04274214 04274110 +speedwell n 1 3 @ ~ #m 1 0 12890265 +speer n 1 1 @ 1 0 11309958 +speke n 1 1 @ 1 0 11310081 +spelaeologist n 1 2 @ + 1 0 10460286 +spelaeology n 2 2 @ + 2 0 06121554 00798108 +speleologist n 1 2 @ + 1 0 10460286 +speleology n 2 2 @ + 2 0 06121554 00798108 +spell n 4 3 @ ~ + 4 3 14407536 15292069 15246353 07159791 +spell-checker n 1 1 @ 1 0 06420053 +spellbinder n 1 2 @ + 1 0 10634990 +spelldown n 1 1 @ 1 0 07477066 +speller n 2 2 @ + 2 0 10635149 06415323 +spelling n 1 4 @ ~ %p + 1 1 06353445 +spelling_bee n 1 1 @ 1 0 07477066 +spelling_checker n 1 1 @ 1 0 06420053 +spelling_contest n 1 1 @ 1 0 07477066 +spelt n 1 1 @ 1 0 12143065 +spelter n 1 1 @ 1 0 15049745 +spelunker n 1 2 @ + 1 0 10460286 +spencer n 1 1 @ 1 0 11310321 +spencer_tracy n 1 1 @ 1 0 11347519 +spend-all n 1 2 @ ~ 1 0 10635460 +spender n 3 3 @ ~ + 3 0 11310523 10635460 10635275 +spending n 2 3 @ ~ + 2 1 01122149 13275288 +spending_cut n 1 1 @ 1 0 00353013 +spending_money n 1 1 @ 1 0 13422545 +spending_spree n 1 1 @ 1 0 00510624 +spendthrift n 1 2 @ ~ 1 0 10635460 +spendthrift_trust n 1 1 @ 1 0 13363056 +spengler n 1 1 @ 1 0 11310679 +spenser n 1 1 @ 1 0 11310833 +spenserian_sonnet n 1 1 @ 1 0 06383334 +spenserian_stanza n 1 1 @ 1 0 06386440 +spergula n 1 3 @ #m %m 1 0 11817000 +spergula_arvensis n 1 2 @ #m 1 0 11817160 +spergularia n 1 3 @ #m %m 1 0 11817329 +spergularia_rubra n 1 2 @ #m 1 0 11817501 +sperm n 1 4 @ #p %p + 1 0 05457469 +sperm_bank n 1 1 @ 1 0 04274309 +sperm_cell n 1 3 @ #p %p 1 0 05457469 +sperm_count n 2 1 @ 2 0 13593065 00654113 +sperm_oil n 1 1 @ 1 0 15049902 +sperm_whale n 1 2 @ #m 1 0 02067240 +spermaceti n 1 1 @ 1 0 15095389 +spermatic_cord n 1 2 @ #p 1 0 05527848 +spermatid n 1 1 @ 1 0 05459101 +spermatocele n 1 1 @ 1 0 05458859 +spermatocide n 1 1 @ 1 0 04274396 +spermatocyte n 1 1 @ 1 0 05458990 +spermatogenesis n 1 1 @ 1 0 13560329 +spermatophyta n 1 3 @ #m %m 1 0 11551211 +spermatophyte n 1 2 @ ~ 1 0 11552386 +spermatozoan n 1 3 @ #p %p 1 0 05457469 +spermatozoid n 1 1 @ 1 0 13095543 +spermatozoon n 1 3 @ #p %p 1 0 05457469 +spermicide n 1 2 @ + 1 0 04274396 +spermophile n 1 3 @ ~ #m 1 0 02358091 +spermophilus n 1 3 @ #m %m 1 0 02357741 +sperry n 1 1 @ 1 0 11311011 +spewer n 1 2 @ + 1 0 10759702 +spf n 1 1 @ 1 0 05118707 +sphacele n 1 3 @ #m %m 1 0 12851673 +sphacele_calycina n 1 2 @ #m 1 0 12851860 +sphacelotheca n 1 3 @ #m %m 1 0 13067532 +sphacelotheca_reiliana n 1 2 @ #m 1 0 13067672 +sphacelus n 2 3 @ ~ + 2 0 14313440 11486708 +sphaeralcea n 1 3 @ #m %m 1 0 12187450 +sphaeralcea_coccinea n 1 1 @ 1 0 12187891 +sphaeralcea_fasciculata n 1 2 @ #m 1 0 12183026 +sphaeralcea_remota n 1 2 @ #m 1 0 12181352 +sphaeriaceae n 1 3 @ #m %m 1 0 12964130 +sphaeriales n 1 3 @ #m %m 1 0 12963796 +sphaerobolaceae n 1 2 @ #m 1 0 13047011 +sphaerocarpaceae n 1 3 @ #m %m 1 0 11544314 +sphaerocarpales n 1 3 @ #m %m 1 0 11544131 +sphaerocarpos n 1 2 @ #m 1 0 11544540 +sphaerocarpus n 1 2 @ #m 1 0 11544540 +sphagnales n 1 3 @ #m %m 1 0 11541713 +sphagnum n 1 2 @ #m 1 0 11542137 +sphagnum_moss n 1 2 @ #m 1 0 11542137 +sphalerite n 1 2 @ %s 1 0 15107876 +sphecidae n 1 3 @ #m %m 1 0 02215334 +sphecius n 1 3 @ #m %m 1 0 02216066 +sphecius_speciosis n 1 2 @ #m 1 0 02216211 +sphecoid n 1 3 @ ~ #m 1 0 02215161 +sphecoid_wasp n 1 3 @ ~ #m 1 0 02215161 +sphecoidea n 1 3 @ #m %m 1 0 02214972 +sphecotheres n 1 3 @ #m %m 1 0 01576212 +sphenion n 1 2 @ #p 1 0 05235350 +spheniscidae n 1 3 @ #m %m 1 0 02055431 +sphenisciform_seabird n 1 3 @ ~ #m 1 0 02055658 +sphenisciformes n 1 3 @ #m %m 1 0 02055280 +spheniscus n 1 3 @ #m %m 1 0 02056873 +spheniscus_demersus n 1 2 @ #m 1 0 02057035 +sphenodon n 1 3 @ #m %m 1 0 01673118 +sphenodon_punctatum n 1 2 @ #m 1 0 01673282 +sphenoid n 1 3 @ #p %p 1 0 05280998 +sphenoid_bone n 1 3 @ #p %p 1 0 05280998 +sphenoid_fontanel n 1 1 @ 1 0 05543541 +sphenoid_fontanelle n 1 1 @ 1 0 05543541 +sphenoidal_fontanel n 1 1 @ 1 0 05543541 +sphenoidal_fontanelle n 1 1 @ 1 0 05543541 +sphenopsida n 1 3 @ #m %m 1 0 13218722 +sphere n 7 4 @ ~ %p + 7 4 14514039 04274530 08653570 05853100 13899200 13898899 08521267 +sphere_of_influence n 1 1 @ 1 0 08653570 +spherical_aberration n 1 1 @ 1 0 11513761 +spherical_angle n 1 1 @ 1 0 13889331 +spherical_geometry n 1 2 @ ; 1 0 06007859 +spherical_polygon n 1 2 @ ~ 1 0 13883603 +spherical_triangle n 1 1 @ 1 0 13883763 +spherical_trigonometry n 1 2 @ ; 1 0 06008007 +sphericalness n 1 2 @ + 1 0 05073131 +sphericity n 1 2 @ + 1 0 05073131 +spherocyte n 1 1 @ 1 0 05455113 +spheroid n 1 2 @ + 1 0 13898645 +spheroid_joint n 1 2 @ ~ 1 0 05595531 +spherometer n 1 1 @ 1 0 04274686 +spherule n 1 1 @ 1 1 13899735 +sphincter n 1 2 @ ~ 1 0 05570839 +sphincter_ani n 1 3 @ #p %p 1 0 05571713 +sphincter_muscle n 1 2 @ ~ 1 0 05570839 +sphingid n 1 3 @ ~ #m 1 0 02298541 +sphingidae n 1 3 @ #m %m 1 0 02298379 +sphinx n 3 2 @ ; 3 0 10635788 09502298 04274807 +sphinx_moth n 1 3 @ ~ #m 1 0 02298541 +sphygmomanometer n 1 1 @ 1 0 04274985 +sphyraena n 1 2 @ #m 1 0 02603174 +sphyraena_barracuda n 1 1 @ 1 0 02603540 +sphyraenidae n 1 3 @ #m %m 1 0 02602970 +sphyrapicus n 1 3 @ #m %m 1 0 01840968 +sphyrapicus_varius n 1 1 @ 1 0 01841288 +sphyrapicus_varius_ruber n 1 1 @ 1 0 01841441 +sphyrna n 1 3 @ #m %m 1 0 01494339 +sphyrna_tiburo n 1 1 @ 1 0 01495006 +sphyrna_tudes n 1 1 @ 1 0 01494882 +sphyrna_zygaena n 1 1 @ 1 0 01494757 +sphyrnidae n 1 3 @ #m %m 1 0 01494188 +spic n 1 2 @ ; 1 0 09720406 +spica n 1 2 @ #m 1 0 09442496 +spiccato n 1 1 @ 1 0 00101570 +spiccato_bowing n 1 1 @ 1 0 00101570 +spice n 3 3 @ ~ + 3 1 15050011 07812184 04992570 +spice_bush n 1 2 @ #m 1 0 11706325 +spice_cake n 1 1 @ 1 0 07633064 +spice_cookie n 1 1 @ 1 0 07635934 +spice_islands n 1 2 @ #p 1 0 08909233 +spice_rack n 1 1 @ 1 0 04275175 +spice_tree n 2 3 @ ~ #m 2 0 13111174 11707827 +spiceberry n 2 3 @ #m #p 2 0 12097396 07743723 +spicebush n 2 2 @ #m 2 0 11706325 11701302 +spicemill n 1 1 @ 1 0 04275093 +spicery n 1 3 @ ~ + 1 0 04992570 +spiciness n 2 3 @ ~ + 2 0 04992570 04902283 +spick n 1 2 @ ; 1 0 09720406 +spicule n 1 1 @ 1 0 05473318 +spiculum n 1 1 @ 1 0 05473318 +spider n 3 4 @ ~ #m + 3 1 01772222 06579715 04275283 +spider's_web n 2 2 @ ~ 2 0 04275548 04275363 +spider_angioma n 1 1 @ 1 0 14248069 +spider_brake n 1 2 @ #m 1 0 13214340 +spider_crab n 1 3 @ ~ #m 1 0 01981702 +spider_fern n 2 2 @ #m 2 0 13214485 13214340 +spider_flower n 1 1 @ 1 0 11866469 +spider_mite n 1 3 @ ~ #m 1 0 01782209 +spider_monkey n 1 2 @ #m 1 0 02493793 +spider_nevus n 1 1 @ 1 0 14248069 +spider_orchid n 3 3 @ ~ #m 3 0 12075151 12048056 12047884 +spider_plant n 1 1 @ 1 0 11866469 +spider_web n 2 2 @ ~ 2 0 04275548 04275363 +spiderflower n 1 3 @ ~ #m 1 0 11866248 +spiderwort n 1 3 @ ~ #m 1 0 12606545 +spiderwort_family n 1 3 @ #m %m 1 0 12605965 +spiegel n 1 1 @ 1 0 15049401 +spiegel_iron n 1 1 @ 1 0 15049401 +spiegeleisen n 1 1 @ 1 0 15049401 +spiel n 1 2 @ + 1 0 07013400 +spielberg n 1 1 @ 1 0 11311173 +spielmeyer-vogt_disease n 1 1 @ 1 0 14169128 +spiff n 1 1 @ 1 0 04687822 +spigot n 2 4 @ ~ #p %p 2 0 04390977 03325088 +spik n 1 2 @ ; 1 0 09720406 +spike n 11 6 @ ~ #p %p + ; 11 2 07308450 04275661 13133613 13133438 07479366 04276808 04276531 04276404 04276249 04276050 04275904 +spike_arrester n 1 1 @ 1 0 04364160 +spike_heath n 1 2 @ #m 1 0 12232851 +spike_heel n 1 1 @ 1 0 04276808 +spike_lavender n 1 2 @ %s 1 0 12850336 +spike_lavender_oil n 1 2 @ #s 1 0 12850531 +spike_lee n 1 1 @ 1 0 11124647 +spike_mike n 1 1 @ 1 0 04276929 +spike_moss n 1 3 @ ~ #m 1 0 13224673 +spike_oil n 1 2 @ #s 1 0 12850531 +spike_rush n 1 3 @ ~ #m 1 0 12153580 +spike_suppressor n 1 1 @ 1 0 04364160 +spiked_loosestrife n 1 2 @ #m 1 0 12328567 +spikelet n 1 2 @ ~ 1 0 13089631 +spikemoss n 1 3 @ ~ #m 1 0 13224673 +spikenard n 1 1 @ 1 0 03809211 +spile n 2 3 @ ~ #p 2 0 03936269 02919648 +spill n 4 3 @ ~ + 4 0 15049594 04277034 00329619 00076884 +spillage n 2 2 @ + 2 0 13763806 00329619 +spillane n 1 1 @ 1 0 11311287 +spiller n 2 2 @ + 2 0 10587378 04475900 +spillikin n 1 1 @ 1 0 03591465 +spillikins n 1 1 @ 1 0 00485450 +spillover n 1 2 @ ; 1 0 11513880 +spillway n 1 1 @ 1 0 04277034 +spilogale n 1 3 @ #m %m 1 0 02446888 +spilogale_putorius n 1 2 @ #m 1 0 02447021 +spin n 5 3 @ ~ + 5 0 07442288 00343249 00309540 00306210 00101003 +spin-off n 1 2 @ + 1 0 02930492 +spin_doctor n 1 1 @ 1 0 10636014 +spin_drier n 1 1 @ 1 0 04277826 +spin_dryer n 1 1 @ 1 0 04277826 +spin_the_bottle n 1 1 @ 1 0 00487453 +spin_the_plate n 1 1 @ 1 0 00487617 +spin_the_platter n 1 1 @ 1 0 00487617 +spina_bifida n 1 1 @ 1 0 14471224 +spinach n 2 4 @ #m #p %p 2 0 11835568 07736692 +spinach_beet n 2 3 @ #p %p 2 0 11832671 07720277 +spinach_blight n 1 1 @ 1 0 14218717 +spinach_mustard n 1 2 @ #m 1 0 11879291 +spinach_plant n 1 3 @ #m %p 1 0 11835568 +spinacia n 1 3 @ #m %m 1 0 11835451 +spinacia_oleracea n 1 3 @ #m %p 1 0 11835568 +spinal n 1 2 @ ~ 1 0 14029405 +spinal_accessory n 1 1 @ 1 0 05480401 +spinal_anaesthesia n 1 2 @ ~ 1 0 14029405 +spinal_anaesthetic n 1 2 @ ~ 1 0 04277204 +spinal_anesthesia n 1 2 @ ~ 1 0 14029405 +spinal_anesthetic n 1 2 @ ~ 1 0 04277204 +spinal_canal n 1 2 @ #p 1 0 05249232 +spinal_column n 1 4 @ ~ #p %p 1 0 05588174 +spinal_cord n 1 3 @ #p %p 1 0 05503705 +spinal_curvature n 1 2 @ ~ 1 0 14504889 +spinal_fluid n 1 2 @ #p 1 0 05504107 +spinal_fusion n 1 1 @ 1 0 00699517 +spinal_nerve n 1 3 @ ~ %p 1 0 05569053 +spinal_puncture n 1 1 @ 1 0 00944068 +spinal_tap n 1 1 @ 1 0 00944068 +spinal_vein n 1 2 @ #p 1 0 05380697 +spindle n 5 4 @ #p %s ; 5 0 05605498 04277669 04277493 04277352 04276050 +spindle-tree_family n 1 3 @ #m %m 1 0 12747563 +spindle_horn n 1 2 @ #m 1 0 02428842 +spindle_tree n 1 3 @ ~ #m 1 0 12749049 +spindleberry n 1 3 @ ~ #m 1 0 12749049 +spindleberry_tree n 1 3 @ ~ #m 1 0 12749049 +spindlelegs n 2 1 @ 2 0 10635907 05562161 +spindleshanks n 2 1 @ 2 0 10635907 05562161 +spindrift n 1 1 @ 1 0 15056827 +spine n 5 5 @ ~ #p %p + 5 1 05588174 13912839 13089631 04277980 01900488 +spinel n 1 3 @ ~ %s 1 0 15050898 +spinel_ruby n 1 2 @ ~ 1 0 15051129 +spinelessness n 1 2 @ + 1 0 04889966 +spinet n 2 1 @ 2 0 04278353 04278247 +spininess n 1 2 @ + 1 0 04949799 +spinmeister n 1 1 @ 1 0 10636014 +spinnability n 1 3 @ ~ + 1 1 04720685 +spinnaker n 1 1 @ 1 0 04278447 +spinnbarkeit n 1 1 @ 1 0 04720879 +spinner n 3 3 @ #m + 3 0 10636340 04278751 04278605 +spinney n 1 2 @ ; 1 0 08437968 +spinning n 1 2 @ + 1 0 00909193 +spinning_frame n 1 2 @ %p 1 0 04278932 +spinning_jenny n 1 1 @ 1 0 04279063 +spinning_machine n 1 2 @ ~ 1 0 04279172 +spinning_rod n 1 1 @ 1 0 04279353 +spinning_top n 1 2 @ ~ 1 0 04454240 +spinning_wheel n 1 2 @ %p 1 0 04279462 +spinocerebellar_disorder n 1 2 @ %p 1 0 14471507 +spinoza n 1 1 @ 1 0 11311450 +spinster n 2 2 @ + 2 0 10636488 10636340 +spinsterhood n 1 2 @ + 1 0 13967827 +spinus n 1 3 @ #m %m 1 0 01532107 +spinus_pinus n 1 2 @ #m 1 0 01532511 +spinus_tristis n 1 2 @ #m 1 0 01532325 +spiny-finned_fish n 1 4 ! @ ~ #m 1 0 02552171 +spiny-headed_worm n 1 2 @ #m 1 0 01923404 +spiny_anteater n 2 2 @ #m 2 0 01872772 01872401 +spiny_dogfish n 1 3 @ ~ #m 1 0 01493541 +spiny_lizard n 2 3 @ ~ #m 2 0 01689081 01680264 +spiny_lobster n 2 4 @ #m #p %p 2 0 07793260 01984695 +spiny_puffer n 1 3 @ ~ #m 1 0 02655523 +spiny_softshell n 1 2 @ #m 1 0 01672432 +spiny_talinum n 1 2 @ #m 1 0 11864114 +spipistrellus_hesperus n 1 2 @ #m 1 0 02148245 +spiracle n 1 2 @ ~ 1 0 05250310 +spiraea n 3 4 @ ~ #m %m 3 0 12795555 12659356 12659203 +spiraea_prunifolia n 1 1 @ 1 0 12659539 +spiral n 6 3 @ ~ + 6 1 13876371 13876561 13560191 04279666 03065424 00343606 +spiral_bandage n 1 1 @ 1 0 04279858 +spiral_galaxy n 1 2 @ ~ 1 0 08271457 +spiral_nebula n 1 2 @ ~ 1 0 08271457 +spiral_ratchet_screwdriver n 1 2 @ %p 1 0 04279987 +spiral_spring n 1 2 @ ~ 1 0 04280259 +spirant n 1 2 @ ~ 1 0 07118554 +spiranthes n 1 3 @ #m %m 1 0 12083339 +spiranthes_cernua n 1 2 @ #m 1 0 12083847 +spiranthes_porrifolia n 1 2 @ #m 1 0 12084400 +spiranthes_romanzoffiana n 1 2 @ #m 1 0 12084158 +spiranthes_spiralis n 1 2 @ #m 1 0 12084555 +spire n 1 3 @ ~ ; 1 1 04312432 +spirea n 2 3 @ ~ #m 2 0 12795555 12659356 +spirilla n 1 1 @ 1 0 01351315 +spirillaceae n 1 3 @ #m %m 1 0 01363423 +spirillum n 2 3 @ ~ #m 2 0 01363719 01351315 +spirillum_fever n 1 1 @ 1 0 14567690 +spirillum_minus n 1 1 @ 1 0 01363887 +spirit n 8 4 @ ~ = + 8 8 10636598 14526182 04620558 09545324 13985818 06605897 04632157 04624826 +spirit_gum n 1 1 @ 1 0 14704328 +spirit_lamp n 1 1 @ 1 0 04280373 +spirit_level n 1 3 @ ~ #p 1 0 03658858 +spirit_of_turpentine n 1 2 @ %s 1 0 14893652 +spirit_rapper n 1 1 @ 1 0 10488513 +spirit_rapping n 1 2 @ #p 1 0 07257227 +spirit_stove n 1 1 @ 1 0 04280487 +spirit_world n 1 1 @ 1 0 05631841 +spiritedness n 1 4 @ ~ = + 1 0 04631700 +spiritism n 1 1 @ 1 0 04621314 +spiritlessness n 1 2 @ + 1 0 04636610 +spirits n 1 3 @ ~ + 1 1 07901587 +spirits_of_ammonia n 1 2 @ #s 1 0 15052063 +spirits_of_wine n 1 1 @ 1 0 14709706 +spiritual n 1 1 @ 1 1 07035598 +spiritual_being n 1 3 @ ~ #m 1 1 09504135 +spiritual_bouquet n 1 2 @ ; 1 0 06628663 +spiritual_domain n 1 2 @ ~ 1 0 05952199 +spiritual_jewel n 1 2 @ #m 1 0 09533910 +spiritual_leader n 1 2 @ ~ 1 0 09505153 +spiritual_rebirth n 1 2 @ ~ 1 0 00094788 +spiritual_world n 1 2 @ ~ 1 0 05952199 +spiritualisation n 1 2 @ + 1 0 00583933 +spiritualism n 3 3 @ + - 3 0 05976805 05951969 04621314 +spiritualist n 1 2 @ + 1 0 10306279 +spirituality n 2 3 @ ~ + 2 0 13247818 04621314 +spiritualization n 1 2 @ + 1 0 00583933 +spiritualty n 1 2 @ ~ 1 0 13247818 +spirochaeta n 1 2 @ #m 1 0 01381829 +spirochaetaceae n 1 3 @ #m %m 1 0 01381604 +spirochaetales n 1 3 @ #m %m 1 0 01381399 +spirochaete n 1 3 @ ~ #m 1 0 01382033 +spirochete n 1 3 @ ~ #m 1 0 01382033 +spirodela n 1 3 @ #m %m 1 0 11795366 +spirodela_polyrrhiza n 1 2 @ #m 1 0 11795580 +spirogram n 1 1 @ 1 0 04280603 +spirograph n 1 1 @ 1 0 04280706 +spirogyra n 1 2 @ #m 1 0 01410689 +spirometer n 1 1 @ 1 0 04280845 +spirometry n 1 1 @ 1 0 01005473 +spironolactone n 1 1 @ 1 0 14754192 +spirt n 1 3 @ ~ + 1 0 07436100 +spirula n 1 2 @ #m 1 0 01973148 +spirula_peronii n 1 2 @ #m 1 0 01973148 +spirulidae n 1 3 @ #m %m 1 0 01972733 +spit n 4 5 @ ~ #p %s + 4 0 09442595 05416198 04280970 00118552 +spit_and_polish n 1 2 @ ; 1 0 14496977 +spit_curl n 1 1 @ 1 0 05258627 +spitball n 2 1 @ 2 0 04281131 00109227 +spite n 2 2 @ + 2 1 07550666 04842515 +spitefulness n 2 2 @ + 2 0 07550666 04842515 +spitfire n 1 1 @ 1 0 10636746 +spitsbergen n 1 2 @ #p 1 0 08764717 +spitter n 2 2 @ + 2 0 10636874 00109227 +spitting n 1 2 @ + 1 0 00118552 +spitting_cobra n 1 2 @ #m 1 0 01748686 +spitting_image n 1 1 @ 1 0 04747616 +spitting_snake n 1 1 @ 1 0 01749244 +spittle n 1 4 @ ~ #p %s 1 0 05416198 +spittle_insect n 1 3 @ ~ #m 1 0 02257715 +spittlebug n 1 3 @ ~ #m 1 0 02257715 +spittoon n 1 1 @ 1 0 04281260 +spitz n 1 2 @ ~ 1 0 02111626 +spitzbergen n 1 2 @ #p 1 0 08764717 +spiv n 1 2 @ ; 1 0 10637038 +spizella n 1 3 @ #m %m 1 0 01535842 +spizella_arborea n 1 2 @ #m 1 0 01536334 +spizella_passerina n 1 2 @ #m 1 0 01536035 +spizella_pusilla n 1 2 @ #m 1 0 01536186 +splanchnic_nerve n 1 2 @ #p 1 0 05505479 +splash n 6 3 @ ~ + 6 1 07395104 13978166 13761171 04682319 00717748 00278221 +splash-guard n 1 2 @ #p 1 0 03796605 +splash_guard n 1 2 @ #p 1 0 03796605 +splashboard n 2 2 @ #p 2 0 04554211 04281375 +splashdown n 1 1 @ 1 0 00305980 +splasher n 2 2 @ #p 2 0 04281571 04281375 +splashiness n 1 2 @ + 1 0 04817923 +splashing n 2 2 @ + 2 0 00717748 00278221 +splat n 2 3 @ #p + 2 0 07395303 04281749 +splatter n 2 2 @ + 2 1 07394814 13761171 +splattering n 2 2 @ + 2 0 07394814 00717748 +splay n 1 1 @ 1 0 04281880 +splayfoot n 1 1 @ 1 0 05576421 +spleen n 2 4 @ #p %p + 2 1 05333467 07552549 +spleenwort n 1 3 @ ~ #m 1 0 13180534 +splendor n 2 2 @ ~ 2 2 04954920 04814238 +splendour n 2 2 @ ~ 2 0 04954920 04814238 +splenectomy n 1 1 @ 1 0 00687769 +splenic_artery n 1 2 @ #p 1 0 05350061 +splenic_fever n 1 1 @ 1 0 14260182 +splenic_vein n 1 2 @ #p 1 0 05380822 +splenitis n 1 1 @ 1 0 14355819 +splenius n 1 1 @ 1 0 05575743 +splenius_muscle n 1 1 @ 1 0 05575743 +splenomegaly n 1 1 @ 1 1 14368192 +splice n 2 2 @ + 2 0 04281998 03642573 +splicer n 3 2 @ + 3 0 10637360 10637229 04282231 +splicing n 1 2 @ + 1 1 04281998 +spliff n 1 2 @ %s 1 0 03600806 +spline n 2 3 @ ~ #p 2 0 04282379 04234455 +splint n 2 2 @ + 2 0 09442723 04282494 +splint_bone n 1 1 @ 1 0 02322817 +splinter n 1 2 @ + 1 1 09442838 +splinter_group n 1 1 @ 1 0 08252083 +splintering n 1 2 @ + 1 0 00377169 +splinters n 1 1 @ 1 1 14949075 +split n 11 5 @ ~ #p + ; 11 1 00437929 13770076 13286640 09443136 09410928 08819016 07616590 04282664 00439043 00391407 00386676 +split-brain_technique n 1 1 @ 1 0 00667612 +split-half_correlation n 1 2 @ ; 1 0 06035674 +split-pea n 1 1 @ 1 0 07726009 +split-pea_soup n 1 1 @ 1 0 07588299 +split_decision n 1 1 @ 1 0 07293903 +split_down n 1 1 @ 1 0 00439284 +split_end n 1 2 @ ; 1 1 10637483 +split_infinitive n 1 1 @ 1 0 06317107 +split_personality n 1 1 @ 1 0 14394783 +split_rail n 1 2 @ #p 1 0 04282872 +split_run n 1 1 @ 1 0 15262624 +split_second n 1 1 @ 1 1 15247110 +split_shift n 1 1 @ 1 0 15293091 +split_ticket n 1 2 ! @ 1 0 00184501 +split_up n 1 1 @ 1 0 00439043 +splitsaw n 1 1 @ 1 0 04094608 +splitsville n 1 1 @ 1 0 00215534 +splitter n 3 3 ! @ + 3 0 10637839 10637635 10505206 +splitworm n 1 1 @ 1 0 02294407 +splodge n 1 1 @ 1 0 04694809 +splotch n 1 2 @ + 1 0 04694809 +splurge n 2 2 @ + 2 0 06890000 01073824 +splutter n 2 2 @ + 2 1 07394814 07130183 +spock n 1 1 @ 1 0 11311623 +spode n 2 2 @ ; 2 0 11311817 04282992 +spodoptera n 1 3 @ #m %m 1 0 02297635 +spodoptera_exigua n 2 2 @ #m 2 0 02297938 02297819 +spodoptera_frugiperda n 2 2 @ #m 2 0 02298218 02298095 +spodumene n 1 3 @ ~ %s 1 0 15052223 +spoil n 3 3 @ + ; 3 0 13262462 01263018 00966869 +spoilable n 1 1 @ 1 0 07937344 +spoilage n 3 3 @ ~ + 3 0 13763888 13560417 01263018 +spoilation n 1 2 @ + 1 0 00966869 +spoiler n 5 4 @ ~ + ; 5 0 10637961 10443170 10395390 04283255 04283096 +spoiling n 2 3 @ ~ + 2 0 13560417 01263018 +spoils_system n 1 2 ! @ 1 0 05664803 +spoilsport n 1 3 @ ~ ; 1 0 10638136 +spokane n 1 2 @ #p 1 0 09154607 +spoke n 2 2 @ #p 2 1 04283378 04119751 +spoken_communication n 1 3 @ ~ ; 1 0 07109196 +spoken_language n 1 3 @ ~ ; 1 1 07109196 +spoken_word n 1 1 @ 1 1 06304576 +spokeshave n 1 1 @ 1 0 04283585 +spokesman n 1 1 @ 1 1 10638310 +spokesperson n 1 2 @ ~ 1 0 10638385 +spokeswoman n 1 1 @ 1 0 10638734 +spoliation n 2 3 @ + ; 2 0 01249616 00966869 +spondee n 1 2 @ + 1 0 07095775 +spondias n 1 3 @ #m %m 1 0 12765679 +spondias_mombin n 1 3 @ #m %p 1 0 12765846 +spondias_purpurea n 1 3 @ #m %p 1 0 12766043 +spondylarthritis n 1 1 @ 1 0 14189065 +spondylitis n 1 2 @ ~ 1 0 14355901 +spondylolisthesis n 1 1 @ 1 0 14294517 +sponge n 4 4 @ ~ #m + 4 1 14597758 10501453 10252674 01906749 +sponge_bag n 1 2 @ ; 1 0 04446844 +sponge_bath n 1 1 @ 1 0 00258403 +sponge_cake n 1 2 @ ~ 1 0 07632037 +sponge_cloth n 1 1 @ 1 0 04283784 +sponge_genus n 1 3 @ ~ #m 1 0 01907034 +sponge_gourd n 1 4 @ ~ #m %p 1 0 12166424 +sponge_mop n 1 1 @ 1 0 04283905 +sponge_morel n 1 2 @ #m 1 0 13032381 +sponge_mushroom n 1 2 @ #m 1 0 13032381 +spongefly n 1 2 @ #m 1 0 02267826 +sponger n 2 2 @ + 2 0 10638813 10252674 +spongillafly n 1 2 @ #m 1 0 02267826 +sponginess n 2 2 @ + 2 0 04940379 04938474 +spongioblast n 1 1 @ 1 0 05242239 +spongioblastoma n 1 1 @ 1 0 14236872 +sponsor n 2 3 @ ~ + 2 1 10407954 10466198 +sponsorship n 1 2 @ + 1 1 01215036 +spontaneity n 1 2 @ + 1 1 04786763 +spontaneous_abortion n 1 2 @ ~ 1 0 00230475 +spontaneous_combustion n 1 1 @ 1 0 13560586 +spontaneous_generation n 1 1 @ 1 0 11420376 +spontaneousness n 1 2 @ + 1 0 04786763 +spoof n 1 2 @ + 1 0 06780309 +spook n 2 2 @ + 2 0 09976917 05898171 +spool n 1 3 @ ~ + 1 0 02860415 +spoon n 3 3 @ ~ + 3 1 04284002 13770169 04284341 +spoon_bread n 1 1 @ 1 0 07689313 +spoon_food n 1 2 @ %p 1 0 07564796 +spoonbill n 1 3 @ ~ #m 1 0 02006656 +spoonbill_catfish n 1 2 @ #m 1 0 02520147 +spoondrift n 1 1 @ 1 0 15056827 +spoonerism n 1 1 @ 1 0 06770164 +spoonfeeding n 2 2 @ + 2 0 01059189 00892711 +spoonflower n 1 2 @ #m 1 0 11793403 +spoonful n 1 1 @ 1 1 13770169 +spoonleaf_yucca n 1 1 @ 1 0 12483427 +spoor n 1 1 @ 1 0 09443281 +sporangiophore n 1 1 @ 1 0 13091982 +sporangium n 1 2 @ ~ 1 0 13091774 +sporanox n 1 2 @ ; 1 0 03588668 +spore n 1 2 @ ~ 1 1 11547855 +spore_case n 2 2 @ ~ 2 0 13091774 11550725 +spore_mother_cell n 1 1 @ 1 0 11688958 +spore_sac n 1 2 @ ~ 1 0 13091774 +spork n 1 1 @ 1 0 04284438 +sporobolus n 1 3 @ #m %m 1 0 12140137 +sporobolus_cryptandrus n 1 1 @ 1 0 12140759 +sporobolus_poiretii n 1 2 @ #m 1 0 12140511 +sporocarp n 1 1 @ 1 0 11550725 +sporophore n 1 2 @ %p 1 0 13093380 +sporophyl n 1 2 @ ~ 1 0 13091620 +sporophyll n 1 2 @ ~ 1 0 13091620 +sporophyte n 1 1 @ 1 0 11686912 +sporotrichosis n 1 1 @ 1 0 14182453 +sporozoa n 1 3 @ #m %m 1 0 01421496 +sporozoan n 1 3 @ ~ #m 1 0 01421807 +sporozoite n 1 1 @ 1 0 01422185 +sporran n 1 1 @ 1 0 04284572 +sport n 7 5 @ ~ + ; - 7 2 00523513 00433216 10639238 10639047 10638922 10341660 06780882 +sport_car n 1 1 @ 1 0 04285008 +sport_coat n 1 1 @ 1 0 02850358 +sport_fish n 1 1 @ 1 0 02512830 +sport_jacket n 1 1 @ 1 0 02850358 +sport_kite n 1 1 @ 1 0 04284869 +sport_shirt n 1 1 @ 1 1 03978966 +sport_utility n 1 1 @ 1 0 04285965 +sport_utility_vehicle n 1 1 @ 1 0 04285965 +sportfishing n 1 3 @ ~ - 1 0 00453935 +sporting_chance n 1 1 @ 1 0 05092969 +sporting_dog n 1 2 @ ~ 1 0 02098550 +sporting_goods n 1 2 @ ; 1 0 04284735 +sporting_house n 1 2 @ ~ 1 0 04581595 +sporting_lady n 1 2 @ ~ 1 0 10485440 +sporting_life n 1 1 @ 1 0 00506554 +sporting_man n 2 2 @ ~ 2 0 10639469 10639359 +sportiveness n 1 2 @ + 1 0 04649835 +sports_announcer n 1 1 @ 1 0 10639637 +sports_arena n 1 1 @ 1 1 03333610 +sports_car n 1 1 @ 1 1 04285008 +sports_coat n 1 1 @ 1 0 02850358 +sports_commentator n 1 1 @ 1 0 10639637 +sports_desk n 1 1 @ 1 0 08118725 +sports_editor n 1 1 @ 1 1 10639817 +sports_equipment n 1 2 @ ~ 1 0 04285146 +sports_fan n 1 2 @ ~ 1 0 10639925 +sports_implement n 1 2 @ ~ 1 0 04285622 +sports_jacket n 1 1 @ 1 1 02850358 +sports_medicine n 1 1 @ 1 0 06063417 +sports_meeting n 1 3 @ ~ %p 1 0 07467846 +sports_page n 1 2 @ #p 1 0 06257909 +sports_section n 1 3 @ #p %p 1 0 06392787 +sports_stadium n 1 3 @ ~ %p 1 0 04295881 +sports_writer n 1 1 @ 1 1 10640084 +sportscast n 1 1 @ 1 0 06683595 +sportscaster n 1 2 @ + 1 0 10639637 +sportsman n 1 2 @ + 1 1 10638922 +sportsmanship n 1 2 @ + 1 0 04839555 +sportswear n 1 2 @ ~ 1 0 04285803 +sportswoman n 1 1 @ 1 1 10638922 +sportswriter n 1 1 @ 1 0 10640084 +sporulation n 1 3 @ ~ + 1 0 13517199 +spot n 14 5 @ ~ #m #p + 14 8 08664443 06396644 04731925 04694441 04682462 06396468 04286128 00586262 14082186 13761407 07271942 04286575 04286307 00072261 +spot-weld n 1 2 @ + 1 0 04286960 +spot-welder n 1 2 @ + 1 0 10640446 +spot-welding n 1 2 @ + 1 0 00149895 +spot_check n 1 2 @ + 1 0 00142140 +spot_jamming n 1 1 @ 1 0 01251138 +spot_market n 1 1 @ 1 0 04286796 +spot_pass n 1 1 @ 1 0 00561820 +spot_price n 1 1 @ 1 0 13305373 +spot_weld n 1 2 @ + 1 0 04286960 +spot_welder n 1 2 @ + 1 0 10640446 +spot_welding n 1 2 @ + 1 0 00149895 +spotlessness n 1 2 @ + 1 0 14496563 +spotlight n 2 3 @ #m + 2 1 14433769 04286575 +spots n 1 1 @ 1 0 14365119 +spotsylvania n 2 3 @ #p ; 2 0 09152401 01295918 +spotted_antbird n 1 2 @ #m 1 0 01554017 +spotted_barramundi n 1 2 @ #m 1 0 02545153 +spotted_bat n 1 2 @ #m 1 0 02148512 +spotted_black_bass n 1 1 @ 1 0 02564935 +spotted_bonytongue n 1 2 @ #m 1 0 02545153 +spotted_coral_root n 1 1 @ 1 0 12053690 +spotted_cowbane n 1 2 @ #m 1 0 12935166 +spotted_crake n 1 2 @ #m 1 0 02016066 +spotted_cranesbill n 1 1 @ 1 0 12686077 +spotted_dick n 1 2 @ ; 1 0 07620485 +spotted_eagle_ray n 1 2 @ #m 1 0 01499396 +spotted_fever n 1 2 @ ~ 1 0 14141490 +spotted_flycatcher n 1 2 @ #m 1 0 01556182 +spotted_gum n 1 1 @ 1 0 12338146 +spotted_hemlock n 1 2 @ #m 1 0 12935166 +spotted_hyena n 1 2 @ #m 1 0 02117900 +spotted_joe-pye_weed n 1 2 @ #m 1 0 11968704 +spotted_lynx n 1 1 @ 1 0 02127586 +spotted_owl n 1 2 @ #m 1 0 01623880 +spotted_ray n 1 2 @ #m 1 0 01499396 +spotted_salamander n 2 2 @ #m 2 0 01632458 01629962 +spotted_sandpiper n 1 2 @ #m 1 0 02027075 +spotted_sea_trout n 1 3 @ #m %p 1 0 02599557 +spotted_skunk n 1 2 @ #m 1 0 02447021 +spotted_squeateague n 1 3 @ #m %p 1 0 02599557 +spotted_sunfish n 1 2 @ #m 1 0 02563949 +spotted_water_hemlock n 1 2 @ #m 1 0 12935166 +spotted_weakfish n 1 3 @ #m %p 1 0 02599557 +spotter n 4 3 @ ~ + 4 0 10640327 10640195 10271216 10090498 +spotting n 2 2 @ + 2 0 00276813 00151087 +spousal_equivalent n 1 2 @ ~ 1 0 10024362 +spousal_relationship n 1 3 @ ~ ; 1 0 13963970 +spouse n 1 4 @ ~ #m + 1 1 10640620 +spouse_equivalent n 1 2 @ ~ 1 0 10024362 +spout n 1 4 @ ~ #p + 1 0 04287153 +spouter n 3 2 @ + 3 0 09911570 04287351 02072953 +sprachgefuhl n 1 1 @ 1 0 05707885 +sprag n 2 1 @ 2 0 04287451 03951690 +spraguea n 1 3 @ #m %m 1 0 11862089 +spraguea_umbellatum n 1 2 @ #m 1 0 11862300 +sprain n 1 2 @ + 1 0 14299336 +sprat n 2 4 @ #m #p %p 2 0 07798985 02532918 +sprawl n 2 3 @ ~ + 2 0 08539717 05082337 +sprawler n 1 2 @ + 1 0 10640968 +sprawling n 1 2 @ + 1 1 05082337 +spray n 6 3 @ ~ + 6 4 15052555 13762305 04287610 02754103 15056541 07446533 +spray_can n 1 2 @ ~ 1 0 02682922 +spray_gun n 1 1 @ 1 0 04287747 +spray_paint n 1 1 @ 1 0 04287898 +spray_painting n 1 1 @ 1 0 00717640 +sprayer n 2 3 @ ~ + 2 0 10641112 02754103 +spraying n 3 4 @ ~ + ; 3 1 00368939 13762305 00717468 +spread n 10 4 @ ~ #p + 10 4 07445896 04752859 04052442 05088324 07856270 07578093 06258031 05101512 02822220 00367976 +spread_eagle n 2 1 @ 2 0 06883565 00557287 +spread_head n 1 3 @ ~ #p 1 0 06258031 +spreader n 2 2 @ + 2 0 04287986 02903204 +spreadhead n 1 3 @ ~ #p 1 0 06258031 +spreading n 3 3 @ ~ + 3 0 07445896 06253140 00367976 +spreading_bellflower n 1 1 @ 1 0 12039317 +spreading_dogbane n 1 1 @ 1 0 11767630 +spreading_factor n 1 1 @ 1 0 14910165 +spreading_fleabane n 1 1 @ 1 0 11966385 +spreading_pogonia n 1 2 @ #m 1 0 12051514 +spreadsheet n 1 1 @ 1 0 06579952 +sprechgesang n 1 1 @ 1 0 07281871 +sprechstimme n 1 1 @ 1 0 07281871 +spree n 1 3 @ ~ + 1 1 00510475 +spree_killer n 1 1 @ 1 0 10581648 +sprig n 2 2 @ ~ 2 0 13163991 04288165 +sprig_tail n 1 1 @ 1 0 01798168 +sprigger n 1 1 @ 1 0 10664656 +sprightliness n 1 4 @ ~ = + 1 0 04632157 +sprigtail n 1 1 @ 1 0 01798168 +spring n 6 4 @ ~ %p + 6 6 15237044 04288272 09443453 08508361 05021151 00120202 +spring-cleaning n 1 2 @ + 1 0 00251636 +spring_balance n 1 1 @ 1 0 04288533 +spring_beauty n 1 2 @ #m 1 0 11859472 +spring_break n 1 1 @ 1 0 01063234 +spring_cankerworm n 1 2 @ #m 1 0 02287987 +spring_chicken n 2 2 @ ~ 2 0 10804406 01793340 +spring_cleavers n 1 1 @ 1 0 12666159 +spring_cress n 1 1 @ 1 0 11882821 +spring_equinox n 1 3 @ ~ #p 1 0 15223574 +spring_frog n 2 2 @ #m 2 0 01641739 01641391 +spring_gun n 1 1 @ 1 0 04177041 +spring_heath n 1 1 @ 1 0 12228229 +spring_mattress n 1 1 @ 1 0 04288919 +spring_onion n 1 2 @ ; 1 0 07722485 +spring_peeper n 1 2 @ #m 1 0 01650690 +spring_roll n 1 2 @ ; 1 0 07866723 +spring_scale n 1 1 @ 1 0 04288533 +spring_squill n 1 1 @ 1 0 12461673 +spring_training n 1 1 @ 1 1 15240291 +spring_vetch n 2 2 @ #m 2 0 12576555 12542466 +spring_vetchling n 1 2 @ #m 1 0 12542466 +spring_water n 2 1 @ 2 0 14847503 07936015 +springboard n 2 2 @ ~ 2 1 04288673 00236194 +springbok n 1 2 @ #m 1 0 02423589 +springbuck n 1 2 @ #m 1 0 02423589 +springer n 3 3 @ ~ #p 3 0 04288784 02403644 02101861 +springer_spaniel n 1 2 @ ~ 1 0 02101861 +springfield n 3 2 @ #p 3 1 09084483 09108055 09097707 +springiness n 1 2 @ + 1 0 05021151 +springing_cow n 1 1 @ 1 0 02403644 +springtail n 1 2 @ #m 1 0 02163297 +springtide n 2 2 ! @ 2 0 07440852 07403459 +springtime n 1 2 @ %p 1 1 15237044 +sprinkle n 2 2 @ + 2 0 11506167 00278555 +sprinkler n 1 2 @ + 1 0 04289027 +sprinkler_system n 1 2 @ %p 1 0 04289195 +sprinkles n 1 1 @ 1 0 07604182 +sprinkling n 4 2 @ + 4 1 13761966 11506167 01038261 00278555 +sprint n 1 3 @ ~ + 1 0 00294452 +sprinter n 1 3 @ ~ + 1 1 10641413 +sprit n 1 2 @ #p 1 0 04289449 +sprite n 1 2 @ ~ 1 0 09540430 +sprites n 1 1 @ 1 0 11475992 +spritsail n 1 2 @ %p 1 0 04289576 +spritz n 1 2 @ + 1 0 07446599 +spritzer n 1 1 @ 1 0 07914777 +sprocket n 3 2 @ #p 3 0 04289827 04289690 03064935 +sprocket_wheel n 1 2 @ #p 1 0 04289690 +sprog n 2 2 @ ; 2 0 10641301 10641223 +sprout n 2 3 @ ~ + 2 0 13164583 07719437 +sprouting n 1 2 @ + 1 0 13487207 +spruce n 2 5 @ ~ #m #s %s 2 0 11624840 11624531 +spruce_bark_beetle n 1 2 @ #m 1 0 02180427 +spruce_beer n 1 1 @ 1 0 07932454 +spruce_gall_aphid n 1 2 @ #m 1 0 02255023 +spruce_grouse n 1 2 @ #m 1 0 01797307 +spruce_pine n 4 1 @ 4 0 11627512 11625804 11615026 11611087 +spruce_squirrel n 1 1 @ 1 0 02357401 +spruceness n 1 3 @ ~ + 1 0 14497365 +sprue n 1 1 @ 1 1 14400979 +sprung_rhythm n 1 1 @ 1 0 07094621 +spud n 2 4 @ ~ #p %p 2 0 07710616 04289964 +spume n 1 2 @ + 1 1 09443641 +spun_sugar n 1 1 @ 1 0 07605040 +spun_yarn n 1 2 @ ; 1 0 04290079 +spunk n 2 2 @ + 2 0 15101586 04857490 +spur n 5 5 @ ~ #p %p + 5 5 07252378 13912839 13089135 04290259 02891430 +spur_blight n 1 1 @ 1 0 14218805 +spur_gear n 1 1 @ 1 0 04290507 +spur_track n 1 2 @ ~ 1 0 02891430 +spur_wheel n 1 1 @ 1 0 04290507 +spurge n 1 3 @ ~ #m 1 0 12917901 +spurge_family n 1 3 @ #m %m 1 0 12916935 +spurge_laurel n 1 1 @ 1 0 12346986 +spurge_nettle n 1 2 @ #m 1 0 12925179 +spurious_correlation n 1 2 @ ; 1 0 06036157 +spurious_wing n 1 2 @ #p 1 0 01897667 +spuriousness n 1 3 ! @ + 1 0 13960833 +spurner n 1 2 @ + 1 0 10641551 +spurred_gentian n 1 2 @ #m 1 0 12297846 +spurring n 1 2 @ + 1 0 07252378 +spurt n 1 3 @ ~ + 1 0 07436100 +sputnik n 1 1 @ 1 1 04290615 +sputter n 2 2 @ + 2 0 07394814 07130183 +sputtering n 1 2 @ + 1 1 07394814 +sputum n 1 1 @ 1 0 05415815 +sputum_smear n 1 1 @ 1 0 05266486 +spy n 2 4 @ ~ + ; 2 1 10641755 10642151 +spy_satellite n 1 1 @ 1 0 04290762 +spyeria n 1 3 @ #m %m 1 0 02278343 +spyglass n 1 1 @ 1 0 03333129 +spyhole n 1 2 @ ~ 1 0 03905208 +spying n 3 3 @ ~ + 3 0 00881441 00654234 00151087 +spymaster n 1 1 @ 1 0 10642388 +spyware n 1 1 @ 1 0 06587980 +sq_ft n 1 1 @ 1 0 13613060 +sq_in n 1 1 @ 1 0 13612943 +sq_yd n 1 1 @ 1 0 13613177 +squab n 3 2 @ #p 3 0 07646403 04290875 01814549 +squabble n 1 2 @ + 1 1 07184735 +squabbler n 1 1 @ 1 0 10642499 +squad n 3 4 @ ~ %m %p 3 2 08218122 08208560 08080947 +squad_car n 1 2 @ ~ 1 1 03141065 +squad_room n 2 2 @ #p 2 0 04291069 04290945 +squadron n 3 3 @ ~ #m 3 2 08220089 08219768 08220228 +squalidae n 1 3 @ #m %m 1 0 01493366 +squalidness n 1 2 @ + 1 0 14499111 +squall n 1 3 @ ~ + 1 0 11514008 +squall_line n 1 1 @ 1 0 11460962 +squalor n 1 1 @ 1 0 14499111 +squalus n 1 3 @ #m %m 1 0 01493687 +squalus_acanthias n 1 2 @ #m 1 0 01493829 +squalus_suckleyi n 1 2 @ #m 1 0 01494041 +squama n 1 2 @ ~ 1 0 01903234 +squamata n 1 3 @ #m %m 1 0 01673503 +squamous_cell n 1 1 @ 1 0 05242928 +squamous_cell_carcinoma n 1 1 @ 1 0 14242788 +squamule n 1 2 @ ; 1 0 13155899 +squanderer n 1 3 @ ~ + 1 0 10479561 +squandering n 1 3 @ ~ + 1 0 00743822 +squandermania n 1 2 @ ; 1 0 00744004 +square n 8 5 @ ~ #p + ; 8 3 13878634 13731021 08619620 13878951 10642988 10642845 04291511 04291242 +square-bashing n 1 2 @ ; 1 0 00896688 +square-dance_music n 1 1 @ 1 0 07062451 +square-rigger n 1 1 @ 1 0 04291992 +square_and_rabbet n 1 1 @ 1 0 02713835 +square_block n 1 2 @ ~ 1 1 03144592 +square_bracket n 1 1 @ 1 0 06842290 +square_dance n 1 4 @ ~ %p + 1 0 00539951 +square_dancer n 1 2 @ + 1 0 10642596 +square_dancing n 1 3 @ ~ %p 1 0 00539951 +square_deal n 1 1 @ 1 0 07293391 +square_foot n 1 1 @ 1 0 13613060 +square_inch n 1 1 @ 1 0 13612943 +square_knot n 1 2 @ ~ 1 0 04291759 +square_matrix n 1 3 @ ~ %p 1 0 08268085 +square_meal n 1 1 @ 1 0 07573563 +square_measure n 1 2 @ ~ 1 0 13600404 +square_meter n 1 1 @ 1 0 13613294 +square_metre n 1 1 @ 1 0 13613294 +square_mile n 1 2 @ ~ 1 1 13613408 +square_nut n 1 1 @ 1 0 04291912 +square_one n 1 1 @ 1 0 13937918 +square_root n 1 1 @ 1 1 13731840 +square_sail n 1 1 @ 1 0 04292080 +square_shooter n 1 2 ! @ 1 0 10642705 +square_toes n 1 2 @ ; 1 0 10642845 +square_yard n 1 1 @ 1 0 13613177 +squareflipper_square_flipper n 1 2 @ #m 1 0 02080713 +squareness n 1 2 @ + 1 0 05072406 +squaretail n 1 2 @ #m 1 0 02634858 +squark n 1 1 @ 1 0 09447917 +squash n 3 6 @ ~ #m #p %p - 3 0 12158798 07715561 00479887 +squash_ball n 1 1 @ 1 0 04292221 +squash_bug n 1 2 @ #m 1 0 02239774 +squash_court n 1 1 @ 1 0 04292313 +squash_pie n 1 1 @ 1 0 07626833 +squash_racket n 1 1 @ 1 0 04292414 +squash_rackets n 1 2 @ - 1 0 00479887 +squash_racquet n 1 1 @ 1 0 04292414 +squash_racquets n 1 2 @ - 1 0 00479887 +squash_vine n 1 4 @ ~ #m %p 1 0 12158798 +squat n 3 2 @ + 3 1 00630071 13773047 00344942 +squatina n 1 3 @ #m %m 1 0 01495340 +squatina_squatina n 1 2 @ #m 1 0 01495493 +squatinidae n 1 3 @ #m %m 1 0 01495192 +squatness n 1 2 @ + 1 0 05137778 +squatter n 2 2 @ + 2 0 10643218 10643095 +squattiness n 1 2 @ + 1 0 04998816 +squatting n 2 2 @ + 2 2 00630071 00344942 +squaw n 1 1 @ 1 0 10643400 +squaw-bush n 1 1 @ 1 0 12764507 +squaw_corn n 1 1 @ 1 0 12145325 +squaw_grass n 1 2 @ #m 1 0 12465557 +squaw_huckleberry n 1 1 @ 1 0 12249294 +squaw_man n 1 1 @ 1 0 10643476 +squaw_root n 1 2 @ #m 1 0 11698562 +squawbush n 1 1 @ 1 0 12764507 +squawk n 2 2 @ + 2 0 07395446 07209965 +squawk_box n 1 2 @ #p 1 0 04292572 +squawker n 2 4 @ ~ #p + 2 0 10776339 04292572 +squawroot n 1 2 @ #m 1 0 11698562 +squeak n 2 2 @ + 2 1 07395623 00061014 +squeaker n 2 2 @ + 2 0 04292733 00061014 +squeal n 1 2 @ + 1 1 07395777 +squealer n 2 6 @ ~ #m %s %p + 2 0 10206173 02395406 +squeamishness n 2 2 @ + 2 0 14360320 04897152 +squeegee n 1 2 @ + 1 0 04292921 +squeezability n 1 2 @ + 1 0 04938474 +squeeze n 8 4 @ ~ + ; 8 1 00357023 14488912 13327503 10643584 07351031 00788097 00417859 00226319 +squeeze_box n 1 2 @ %p 1 0 02672831 +squeeze_play n 2 2 @ ~ 2 0 00788097 00564710 +squeezer n 1 3 @ ~ + 1 0 04293119 +squeezing n 1 3 @ ~ + 1 0 00357023 +squelch n 2 3 @ + ; 2 0 06716796 04293258 +squelch_circuit n 1 1 @ 1 0 04293258 +squelcher n 2 3 @ + ; 2 0 06716796 04293258 +squib n 1 1 @ 1 0 04293450 +squid n 2 5 @ ~ #p %p ; 2 0 07781801 01971280 +squiggle n 2 2 @ + 2 0 06801033 06404416 +squill n 3 5 @ ~ #m #p %p 3 0 12462805 12462582 12461466 +squilla n 1 2 @ #m 1 0 01990516 +squillidae n 1 3 @ #m %m 1 0 01990186 +squinch n 1 2 @ ~ 1 0 04293744 +squint n 2 3 @ ~ + 2 0 14557415 00878328 +squint-eye n 1 1 @ 1 0 10643727 +squinter n 1 2 @ + 1 0 10643727 +squire n 3 4 @ ~ + ; 3 2 10643937 10643837 10644062 +squirearchy n 1 1 @ 1 0 08387685 +squirm n 1 2 @ + 1 0 00349705 +squirmer n 1 2 @ + 1 0 10781236 +squirrel n 2 3 @ ~ #m 2 1 02355227 14766189 +squirrel's-foot_fern n 1 2 @ #m 1 0 13188767 +squirrel_cage n 1 1 @ 1 0 04293902 +squirrel_corn n 1 1 @ 1 0 11910666 +squirrel_monkey n 1 1 @ 1 0 02494079 +squirrelfish n 2 3 @ ~ #m 2 0 02592371 01450661 +squirreltail_barley n 1 1 @ 1 0 12123932 +squirreltail_grass n 1 1 @ 1 0 12123932 +squirt n 2 3 @ ~ + 2 0 10435251 07436100 +squirt_gun n 1 1 @ 1 0 04561548 +squirter n 1 2 @ + 1 0 04561548 +squirting_cucumber n 1 2 @ #m 1 0 12165758 +squish n 1 1 @ 1 0 07395867 +sr n 2 4 @ ~ #s #p 2 0 14655731 13612791 +sravana n 1 2 @ #p 1 0 15220385 +srbija n 1 4 @ #p %m %p 1 0 08816969 +sri_lanka n 1 5 @ %m %p + - 1 0 08719100 +sri_lanka_rupee n 1 2 @ ~ 1 0 13705415 +sri_lankan n 1 2 @ #m 1 0 09750046 +sri_lankan_monetary_unit n 1 2 @ ~ 1 0 13705300 +ss n 2 3 @ #p %p 2 0 08348400 08211924 +ssa n 1 1 @ 1 0 08134649 +sse n 1 1 @ 1 0 13833119 +sspe n 1 1 @ 1 0 14344189 +ssri n 1 2 @ ~ 1 0 04169152 +sss n 1 1 @ 1 0 08353563 +ssw n 1 1 @ 1 0 13833623 +st.-bruno's-lily n 1 1 @ 1 0 12606688 +st._ambrose n 1 2 @ ; 1 0 10815648 +st._andrew n 1 2 @ ; 1 0 10818088 +st._andrew's_cross n 1 1 @ 1 0 04302598 +st._anselm n 1 1 @ 1 0 10818860 +st._anthony's_cross n 1 1 @ 1 0 04395760 +st._athanasius n 1 2 @ ; 1 0 10827155 +st._augustine n 2 3 @ #p ; 2 0 10828573 09074834 +st._augustine_grass n 1 2 @ #m 1 0 12141167 +st._baeda n 1 2 @ ; 1 0 10840769 +st._barbara's_herb n 1 3 @ ~ #m 1 0 11873612 +st._basil n 1 2 @ ; 1 0 10837918 +st._basil_the_great n 1 2 @ ; 1 0 10837918 +st._beda n 1 2 @ ; 1 0 10840769 +st._bede n 1 2 @ ; 1 0 10840769 +st._benedict n 1 1 @ 1 0 10843858 +st._boniface n 1 2 @ ; 1 0 10856486 +st._bride n 1 1 @ 1 0 10864204 +st._bridget n 1 1 @ 1 0 10864204 +st._brigid n 1 1 @ 1 0 10864204 +st._bruno n 1 2 @ ; 1 0 10868980 +st._christopher n 2 2 @ #p 2 0 10897154 08987879 +st._christopher-nevis n 1 4 @ #m #p %p 1 0 08987423 +st._cloud n 1 2 @ #p 1 0 09103217 +st._crispin n 1 1 @ 1 0 10915373 +st._cyril n 1 1 @ 1 0 10919886 +st._dabeoc's_heath n 1 2 @ #m 1 0 12234669 +st._david n 1 1 @ 1 0 10924231 +st._denis n 1 1 @ 1 0 11313911 +st._dominic n 1 2 @ ; 1 0 10938363 +st._edward_the_confessor n 1 1 @ 1 0 10952143 +st._edward_the_martyr n 1 1 @ 1 0 10952629 +st._elias_mountains n 1 3 @ #p %p 1 0 09445088 +st._elias_range n 1 3 @ #p %p 1 0 09445088 +st._elmo's_fire n 1 1 @ 1 0 11440802 +st._eustatius n 1 2 @ #p 1 0 08749312 +st._francis n 2 4 @ #p + ; 2 0 10978098 09419281 +st._francis_of_assisi n 1 2 @ ; 1 0 10978098 +st._francis_river n 1 2 @ #p 1 0 09419281 +st._george n 1 1 @ 1 0 10996285 +st._george's n 1 2 @ #p 1 0 08947180 +st._gregory_i n 1 2 @ ; 1 0 11013876 +st._gregory_of_nazianzen n 1 2 @ ; 1 0 11015080 +st._ignatius n 1 1 @ 1 0 11070994 +st._ignatius_of_loyola n 1 2 @ ; 1 0 11071177 +st._irenaeus n 1 2 @ ; 1 0 11073061 +st._james n 1 2 @ ; 1 0 11078982 +st._james_the_apostle n 1 2 @ ; 1 0 11078982 +st._jerome n 1 2 @ ; 1 0 11083064 +st._john n 3 3 @ #p ; 3 0 11085924 09419536 08824771 +st._john's n 2 2 @ #p 2 0 08825321 08710325 +st._john_chrysostom n 1 2 @ ; 1 0 11086774 +st._john_river n 1 2 @ #p 1 0 09419536 +st._john_the_apostle n 1 2 @ ; 1 0 11085924 +st._john_the_baptist n 1 2 @ ; 1 0 11087359 +st._johns n 1 2 @ #p 1 0 09419783 +st._johns_river n 1 2 @ #p 1 0 09419783 +st._joseph n 2 5 @ ~ #p %s ; 2 0 09107412 02748618 +st._jude n 1 2 @ ; 1 0 11094055 +st._kitts n 1 2 @ #p 1 0 08987879 +st._kitts_and_nevis n 1 4 @ #m #p %p 1 0 08987423 +st._lawrence n 2 3 @ #p ; 2 0 11121108 09420030 +st._lawrence_river n 1 2 @ #p 1 0 09420030 +st._lawrence_seaway n 1 1 @ 1 0 04129872 +st._leo_i n 1 1 @ 1 0 11127188 +st._louis n 2 2 @ #p 2 1 09107626 11140243 +st._lucia n 2 4 @ #m #p %p 2 0 08988609 08988453 +st._luke n 1 2 @ ; 1 0 11144604 +st._maarten n 1 2 @ #p 1 0 08749650 +st._mark n 1 1 @ 1 0 11156943 +st._martin n 2 2 @ #p 2 0 11160055 08749650 +st._mary_magdalen n 1 1 @ 1 0 11162582 +st._mary_magdalene n 1 1 @ 1 0 11162582 +st._mary_of_bethlehem n 1 2 @ #p 1 0 08854855 +st._matthew n 1 2 @ ; 1 0 11164671 +st._matthew_the_apostle n 1 2 @ ; 1 0 11164671 +st._nicholas n 1 1 @ 1 0 11205797 +st._nick n 1 1 @ 1 0 10550673 +st._olaf n 1 1 @ 1 0 11213552 +st._olav n 1 1 @ 1 0 11213552 +st._patrick n 1 1 @ 1 0 11225469 +st._paul n 2 4 @ #m #p ; 2 1 09103377 11225661 +st._peter n 1 1 @ 1 0 11231157 +st._peter's_wreath n 1 1 @ 1 0 12659539 +st._peter_the_apostle n 1 1 @ 1 0 11231157 +st._petersburg n 2 2 @ #p 2 1 09075007 09008454 +st._polycarp n 1 1 @ 1 0 11241455 +st._simon n 1 1 @ 1 0 11301414 +st._thomas n 2 2 @ ; 2 0 11338796 10820790 +st._thomas_a_becket n 1 2 @ ; 1 0 10840021 +st._thomas_and_principe n 1 3 @ #p %p 1 0 08992648 +st._thomas_aquinas n 1 2 @ ; 1 0 10820790 +st._vincent n 1 3 @ #p %p 1 0 08989324 +st._vincent_and_the_grenadines n 1 4 @ #m #p %p 1 0 08989031 +st._vitus n 1 1 @ 1 0 11367725 +st._vitus_dance n 1 1 @ 1 0 14095568 +st_andrews's_cross n 1 1 @ 1 0 12368847 +st_bernard n 1 1 @ 1 0 02109525 +st_john's_day n 1 2 @ #p 1 0 15222202 +st_john's_eve n 1 2 @ #p 1 0 15222369 +st_john's_night n 1 2 @ #p 1 0 15222369 +st_john's_wort n 1 3 @ ~ #m 1 0 12367611 +st_john's_wort_family n 1 3 @ #m %m 1 0 12363988 +st_joseph n 1 2 @ #p 1 0 15194739 +st_martin's_day n 1 2 @ #p 1 0 15185837 +st_mihiel n 1 3 @ #p ; 1 0 01293167 +st_patrick's_day n 1 1 @ 1 0 15187988 +st_peter's_wort n 1 1 @ 1 0 12369665 +st_valentine's_day n 1 2 @ #p 1 0 15187250 +stab n 3 3 @ ~ + 3 0 07494972 01173965 00788473 +stabber n 1 2 @ + 1 0 10644179 +stabile n 1 2 ! @ 1 0 04294041 +stabilisation n 2 5 ! @ ~ + ; 2 0 01266945 01159025 +stabiliser n 1 3 @ ~ + 1 0 04294212 +stability n 3 5 ! @ ~ = + 3 1 04778401 13970124 04738641 +stabilization n 2 5 ! @ ~ + ; 2 1 01159025 01266945 +stabilizer n 3 4 @ ~ #p + 3 0 15052667 04294426 04294212 +stabilizer_bar n 1 2 @ #p 1 0 04294614 +stable n 1 4 @ ~ %p + 1 1 04294879 +stable_companion n 1 1 @ 1 0 02375438 +stable_factor n 1 1 @ 1 0 15071503 +stable_gear n 1 2 @ ~ 1 0 04295081 +stableboy n 1 1 @ 1 0 10644301 +stableman n 1 1 @ 1 0 10644301 +stablemate n 1 1 @ 1 0 02375438 +stableness n 1 3 ! @ + 1 0 04778401 +stabling n 1 2 @ + 1 0 04295353 +stabroek n 1 2 @ #p 1 0 08948704 +stachyose n 1 1 @ 1 0 15052852 +stachys n 1 3 @ #m %m 1 0 12868634 +stachys_palustris n 1 2 @ #m 1 0 12869061 +stachys_sylvatica n 1 2 @ #m 1 0 12868880 +stack n 5 3 @ ~ + 5 1 07963087 13774404 06494646 04247175 04027504 +stacked_heel n 1 1 @ 1 1 04295475 +stacker n 1 2 @ + 1 0 10644469 +stacks n 2 3 @ #p ; 2 0 13777509 04295571 +stacte n 1 3 @ #s ; 1 0 15050161 +staddle n 1 1 @ 1 0 04295777 +stadium n 1 3 @ ~ %p 1 1 04295881 +stadium_jumping n 1 2 @ #p 1 0 00450998 +stael n 1 1 @ 1 0 11311959 +staff n 6 7 @ ~ #m %m %p + ; 6 3 08439955 04296261 08287586 15050320 07267160 06861860 +staff-tree_family n 1 3 @ #m %m 1 0 12747563 +staff_line n 1 2 @ #p 1 0 06862059 +staff_member n 1 3 @ #m ; 1 0 10644598 +staff_of_life n 1 4 @ ~ #p %s 1 0 07679356 +staff_office n 1 1 @ 1 0 08118991 +staff_officer n 1 3 @ ~ ; 1 0 10644839 +staff_sergeant n 1 1 @ 1 0 10645017 +staff_tree n 1 2 @ #m 1 0 12747831 +staff_vine n 1 2 @ #m 1 0 12748248 +staffa n 1 3 @ #p %p 1 0 08894133 +staffer n 1 3 @ #m ; 1 0 10644598 +staffordshire_bull_terrier n 1 1 @ 1 0 02093256 +staffordshire_bullterrier n 1 1 @ 1 0 02093256 +staffordshire_terrier n 1 1 @ 1 0 02093428 +stag n 2 2 @ ~ 2 0 02431337 02430559 +stag's-horn_coral n 1 2 @ #m 1 0 01917611 +stag's_garlic n 1 1 @ 1 0 12435486 +stag_beetle n 1 2 @ #m 1 0 02175916 +stag_party n 1 2 @ ~ 1 0 08256005 +stage n 8 5 @ ~ #p %p + 8 7 15290337 13939892 04296562 07006712 04297098 00306900 08646566 04296949 +stage_business n 1 2 @ ~ 1 0 00550341 +stage_crew n 1 2 @ %m 1 0 08243695 +stage_dancing n 1 2 @ ~ 1 0 00528397 +stage_direction n 1 2 @ #p 1 1 06789080 +stage_director n 1 2 @ ~ 1 0 10645223 +stage_door n 1 1 @ 1 1 04297327 +stage_effect n 1 1 @ 1 0 05918171 +stage_fright n 1 1 @ 1 0 07521563 +stage_left n 1 2 @ #p 1 1 08625684 +stage_manager n 1 1 @ 1 0 10645611 +stage_name n 1 1 @ 1 0 06338571 +stage_right n 1 2 @ #p 1 1 08625297 +stage_set n 1 4 @ ~ #p %p 1 0 04297476 +stage_setting n 1 2 @ %p 1 0 03773268 +stage_technician n 1 3 @ ~ #m 1 0 10645392 +stage_whisper n 1 1 @ 1 0 07130580 +stagecoach n 1 1 @ 1 0 04297098 +stagecraft n 1 2 @ ~ 1 0 05643908 +stagehand n 1 3 @ ~ #m 1 0 10645392 +stager n 2 2 @ + 2 1 10645611 10749123 +stagflation n 1 2 @ + 1 0 13560738 +stagger n 1 2 @ + 1 0 00289388 +stagger_bush n 1 2 @ #m 1 0 12240965 +stagger_head n 1 1 @ 1 0 06345566 +staggerbush n 1 2 @ #m 1 0 12240965 +staggered_board_of_directors n 1 1 @ 1 0 08380975 +staggered_head n 1 1 @ 1 0 06345566 +staggerer n 1 2 @ + 1 0 10645854 +staggers n 1 1 @ 1 0 14275764 +staghead n 1 1 @ 1 0 12521624 +staghorn_coral n 1 2 @ #m 1 0 01917611 +staghorn_fern n 1 3 @ ~ #m 1 0 13177529 +staghorn_moss n 1 1 @ 1 0 13223588 +staghorn_sumac n 1 1 @ 1 0 12764202 +staghound n 1 1 @ 1 0 02092173 +staginess n 1 2 @ + 1 1 04788693 +staging n 4 4 @ ~ %p + 4 0 07007171 04141712 00307102 00091404 +staging_area n 1 2 @ ; 1 0 08632258 +stagira n 1 2 @ #p 1 0 08789835 +stagirus n 1 2 @ #p 1 0 08789835 +stagnancy n 2 3 @ + ; 2 0 14013005 14012667 +stagnant_anoxia n 1 1 @ 1 0 14043708 +stagnant_hypoxia n 1 1 @ 1 0 14041763 +stagnation n 2 3 @ + ; 2 1 14012667 14013005 +staidness n 1 2 @ + 1 0 04647826 +stain n 5 4 @ ~ + ; 5 3 04695176 15052970 14498096 06794666 00072261 +stainability n 1 4 @ ~ + ; 1 0 04944710 +stained-glass_window n 1 1 @ 1 1 04297750 +stained_glass n 1 2 @ ~ 1 0 14882793 +stainer n 1 2 @ + 1 0 10646032 +staining n 2 4 @ ~ + ; 2 2 00275572 00276813 +stainless n 1 1 @ 1 0 14802921 +stainless_steel n 1 1 @ 1 1 14802921 +stair n 1 4 @ ~ #p %p 1 1 04314914 +stair-carpet n 1 1 @ 1 0 04297847 +stair-rod n 1 1 @ 1 0 04298053 +staircase n 1 4 @ ~ #p %p 1 1 04298308 +stairhead n 1 2 @ #p 1 0 04297944 +stairs n 1 3 @ ~ ; 1 1 04298171 +stairway n 1 4 @ ~ #p %p 1 1 04298308 +stairwell n 1 1 @ 1 1 04298661 +stake n 5 5 @ ~ #p + ; 5 3 13286801 07257815 04298906 13343526 04298765 +stake_driver n 1 2 @ #m 1 0 02011805 +stake_race n 1 1 @ 1 0 07462547 +stakeholder n 1 1 @ 1 0 10646140 +stakeout n 1 1 @ 1 0 00880893 +stakes n 1 3 @ ~ #p 1 0 13343526 +stalactite n 1 3 @ #p %s 1 0 09443753 +stalagmite n 1 3 @ #p %s 1 0 09443921 +stalemate n 2 2 @ + 2 0 14015361 07354080 +staleness n 2 5 ! @ ~ = + 2 0 05649785 04928008 +stalin n 1 1 @ 1 1 11312120 +stalin_peak n 1 2 @ #p 1 0 09251832 +stalinabad n 1 2 @ #p 1 0 09021313 +stalingrad n 1 2 @ #p 1 0 09010085 +stalinisation n 1 2 @ + 1 0 13560911 +stalinism n 1 3 @ ~ + 1 0 08440630 +stalinist n 1 2 @ + 1 0 10646325 +stalinization n 1 2 @ + 1 0 13560911 +stalino n 1 2 @ #p 1 0 09016099 +stalk n 5 4 @ ~ %p + 5 0 14805899 13129165 00711523 00320625 00290015 +stalked_puffball n 2 2 @ #m 2 0 12970733 12970293 +stalker n 3 2 @ + 3 0 10646528 10646433 10486679 +stalking n 2 3 @ ~ + 2 0 00711523 00320625 +stalking-horse n 4 2 @ ~ 4 0 10646641 06759776 04299066 02385898 +stall n 7 5 @ ~ #p + ; 7 3 04299370 02873839 04299215 07318824 04299699 02968333 01075725 +stall_bar n 1 1 @ 1 0 04299526 +stalling n 1 3 @ ~ + 1 0 01075725 +stallion n 1 2 @ ~ 1 0 02377181 +stalls n 1 3 @ ~ %p 1 0 04294879 +stalwart n 1 1 @ 1 0 10275395 +stalwartness n 1 2 @ + 1 0 05031560 +stamboul n 1 3 @ #p %p 1 0 09041785 +stambul n 1 3 @ #p %p 1 0 09041785 +stamen n 1 3 @ #p %p 1 1 11675096 +stamina n 1 2 @ ~ 1 0 05032918 +stammel n 1 1 @ 1 0 04299828 +stammer n 1 2 @ + 1 0 14402922 +stammerer n 1 2 @ + 1 0 10646780 +stamp n 9 4 @ ~ #p + 9 4 13913566 07998573 06855207 06796119 13374008 06855817 04300080 04299963 04159058 +stamp_act n 1 1 @ 1 0 06564887 +stamp_album n 1 1 @ 1 0 04300281 +stamp_battery n 1 2 @ %p 1 0 02810782 +stamp_collecting n 1 2 @ ~ 1 0 01016420 +stamp_collection n 2 2 @ ~ 2 0 07958642 01016420 +stamp_collector n 1 1 @ 1 0 10422405 +stamp_dealer n 1 1 @ 1 0 10647359 +stamp_duty n 1 1 @ 1 0 13315191 +stamp_mill n 1 2 @ ~ 1 0 04300358 +stamp_pad n 1 1 @ 1 0 03872885 +stamp_tax n 1 1 @ 1 0 13315191 +stampede n 2 2 @ + 2 1 01123420 07446270 +stamper n 3 2 @ + 3 0 10647168 10646942 04300509 +stamping_ground n 1 2 @ ~ 1 0 08581503 +stamping_machine n 1 1 @ 1 0 04300509 +stamping_mill n 1 2 @ ~ 1 0 04300358 +stan_laurel n 1 2 @ #m 1 0 11119190 +stan_musial n 1 1 @ 1 0 11197944 +stan_the_man n 1 1 @ 1 0 11197944 +stance n 2 3 @ ~ + 2 1 05082507 06196284 +stanchion n 1 1 @ 1 0 04300643 +stand n 12 5 @ ~ #p %p + 12 9 02797692 08653706 08438384 04301000 04038440 07366145 06210363 04299215 01057053 04300741 02786984 00960851 +stand-down n 2 2 @ ; 2 0 14013841 00057162 +stand-in n 1 3 @ ~ + 1 0 10648237 +stand_oil n 1 1 @ 1 0 14967893 +standard n 6 3 @ ~ + 6 2 07260623 05924920 13617952 13373214 04301242 04301140 +standard-bearer n 2 2 @ ; 2 0 10647475 09938272 +standard_and_poor's n 1 1 @ 1 0 06640848 +standard_and_poor's_index n 1 1 @ 1 0 06640848 +standard_atmosphere n 1 2 @ ~ 1 0 13711060 +standard_candle n 1 1 @ 1 0 13641534 +standard_cell n 1 2 @ ~ 1 0 04301474 +standard_deviation n 1 2 @ ; 1 1 06025172 +standard_gauge n 1 1 @ 1 0 04301626 +standard_generalized_markup_language n 1 2 @ ; 1 0 06788007 +standard_of_life n 1 1 @ 1 0 13941469 +standard_of_living n 1 1 @ 1 1 13941469 +standard_of_measurement n 1 1 @ 1 1 13854101 +standard_operating_procedure n 1 2 @ ~ 1 0 01024968 +standard_poodle n 1 1 @ 1 0 02113799 +standard_pressure n 1 2 @ ~ 1 0 13711060 +standard_procedure n 1 2 @ ~ 1 0 01024968 +standard_schnauzer n 1 1 @ 1 0 02097209 +standard_temperature n 1 2 @ ~ 1 0 13715124 +standard_time n 1 2 @ ~ 1 0 15116910 +standard_transmission n 1 1 @ 1 0 04301760 +standardisation n 3 3 @ ~ + 3 0 13938440 01158690 00999245 +standardiser n 1 2 @ + 1 0 10647582 +standardization n 3 3 @ ~ + 3 0 13938440 01158690 00999245 +standardizer n 1 2 @ + 1 0 10647582 +standby n 2 2 @ + 2 1 04301919 10737103 +standdown n 2 2 @ ; 2 0 14013841 00057162 +standee n 2 3 @ + ; 2 0 10647745 04302034 +stander n 1 5 ! @ ~ + ; 1 0 10648033 +standing n 3 3 @ ~ + 3 1 13948136 06496116 00349080 +standing_army n 1 2 @ ; 1 0 08394423 +standing_committee n 1 2 @ ~ 1 0 08326383 +standing_operating_procedure n 1 2 @ ~ 1 0 01024968 +standing_order n 1 1 @ 1 0 06654977 +standing_ovation n 1 2 @ %p 1 1 06688751 +standing_press n 1 2 @ %p 1 0 04302200 +standing_rib_roast n 1 2 @ #p 1 0 07661950 +standing_room n 1 2 @ #p 1 0 04302334 +standing_stone n 1 1 @ 1 0 03745571 +standing_wave n 1 1 @ 1 0 07346772 +standish n 1 1 @ 1 0 11312362 +standoff n 2 2 @ ~ 2 0 07353716 00961001 +standoffishness n 1 3 @ ~ + 1 0 04656996 +standpipe n 1 1 @ 1 0 04302527 +standpoint n 1 2 @ ~ 1 1 06210363 +standstill n 2 2 @ + 2 1 14015361 07366145 +standup_comedian n 1 1 @ 1 0 10117415 +stanford n 2 2 @ #p 2 0 11312556 04302740 +stanford-binet_test n 1 1 @ 1 0 01007273 +stanford_university n 1 2 @ #p 1 0 04302740 +stanford_white n 1 1 @ 1 0 11383917 +stanhope n 1 1 @ 1 0 04302863 +stanhopea n 1 2 @ #m 1 0 12084890 +stanislavsky n 1 1 @ 1 0 11312709 +stanley n 2 1 @ 2 0 11313357 11313011 +stanley_baldwin n 1 1 @ 1 0 10832085 +stanley_frank_musial n 1 1 @ 1 0 11197944 +stanley_kubrick n 1 1 @ 1 0 11112377 +stanley_smith_stevens n 1 1 @ 1 0 11317519 +stanley_steamer n 1 2 @ ; 1 0 04302988 +stanleya n 1 3 @ #m %m 1 0 11897342 +stanleya_pinnata n 1 2 @ #m 1 0 11897466 +stannic_chloride n 1 1 @ 1 0 15018448 +stannic_sulfide n 1 1 @ 1 0 14701826 +stannite n 1 1 @ 1 0 15053568 +stannous_fluoride n 1 1 @ 1 0 15018572 +stanton n 1 1 @ 1 0 11313507 +stanza n 1 4 @ ~ #p %p 1 0 07052291 +stapedectomy n 1 1 @ 1 0 00687857 +stapelia n 1 3 @ ~ #m 1 0 13238375 +stapelias_asterias n 1 2 @ #m 1 0 13238654 +stapes n 1 2 @ #p 1 0 05326465 +staph n 1 2 @ #m 1 0 01379389 +staphylaceae n 1 3 @ #m %m 1 0 12769430 +staphylea n 1 2 @ #m 1 0 12769663 +staphylinidae n 1 3 @ #m %m 1 0 02180742 +staphylococcal_enterotoxin n 1 2 @ ~ 1 0 15050516 +staphylococcal_enterotoxin_b n 1 1 @ 1 0 15050695 +staphylococcal_infection n 1 2 @ ~ 1 0 14184801 +staphylococci n 1 2 @ #m 1 0 01379389 +staphylococcus n 1 3 @ #m + 1 0 01379389 +staple n 5 4 @ ~ + ; 5 1 02800793 15018688 14596700 04303258 04303095 +staple_fiber n 1 1 @ 1 0 15018688 +staple_fibre n 1 1 @ 1 0 15018688 +staple_gun n 1 1 @ 1 0 04303357 +staplegun n 1 1 @ 1 0 04303357 +stapler n 1 2 @ + 1 0 04303497 +stapling_machine n 1 1 @ 1 0 04303497 +star n 8 5 @ ~ #m + ; 8 4 09444100 09762509 09444783 10648696 13881644 10163723 06828389 05730930 +star-duckweed n 1 2 @ #m 1 0 11795216 +star-glory n 1 1 @ 1 0 12827270 +star-leaf_begonia n 1 1 @ 1 0 12361754 +star-nosed_mole n 1 1 @ 1 0 01889849 +star-of-bethlehem n 1 3 @ ~ #m 1 0 12459629 +star-spangled_banner n 1 1 @ 1 0 02701566 +star-thistle n 1 1 @ 1 0 11948044 +star_anise n 3 5 @ #m #s #p %p 3 0 11709205 11709045 07826930 +star_aniseed n 1 3 @ #s #p 1 0 07826930 +star_apple n 1 2 @ #m 1 0 12773651 +star_begonia n 1 1 @ 1 0 12361754 +star_chamber n 1 1 @ 1 0 08335599 +star_chart n 1 1 @ 1 0 07002459 +star_divination n 1 3 @ ~ - 1 0 05778131 +star_drill n 1 1 @ 1 0 04303852 +star_earthball n 1 2 @ #m 1 0 12969670 +star_fruit n 1 2 @ #p 1 0 07746551 +star_grass n 4 3 @ ~ #m 4 0 12430198 12423211 12115748 12114770 +star_ipomoea n 1 1 @ 1 0 12828220 +star_jasmine n 1 2 @ #m 1 0 11777552 +star_magnolia n 1 1 @ 1 0 11711537 +star_of_david n 1 1 @ 1 1 06882333 +star_of_the_veldt n 1 2 @ #m 1 0 11961446 +star_sapphire n 1 1 @ 1 0 15053703 +star_saxifrage n 1 2 @ #m 1 0 12794367 +star_shell n 1 1 @ 1 0 07264384 +star_sign n 1 4 @ ~ #p ; 1 0 08685677 +star_topology n 1 1 @ 1 0 05730930 +star_tulip n 1 2 @ #m 1 0 12447581 +starboard n 1 3 ! @ + 1 1 04303672 +starch n 2 3 @ ~ + 2 0 15053867 15018889 +starch_wheat n 1 1 @ 1 0 12143215 +starches n 1 2 @ ~ 1 0 07566863 +stardom n 1 2 @ + 1 1 13948766 +stardust n 1 1 @ 1 0 05208595 +stare n 1 3 @ ~ + 1 1 00878456 +starer n 1 2 @ + 1 0 10648909 +starets n 1 2 @ ~ 1 0 10649047 +starfish n 1 2 @ #m 1 0 02317335 +starfish_flower n 1 3 @ ~ #m 1 0 13238375 +starflower n 1 1 @ 1 0 12459882 +stargazer n 3 5 @ ~ #m + ; 3 0 09994119 09818343 02611898 +stargazing n 1 2 @ + 1 0 00880563 +starkey n 1 2 @ #m 1 0 11313726 +starkness n 2 2 @ + 2 0 05124534 04697819 +starlet n 2 1 @ 2 1 10649197 09444942 +starlight n 1 1 @ 1 1 11485186 +starling n 1 3 @ ~ #m 1 0 01576695 +starnose_mole n 1 1 @ 1 0 01889849 +starr n 1 2 @ #m 1 0 11313726 +starry_saxifrage n 1 2 @ #m 1 0 12794367 +stars_and_bars n 1 1 @ 1 0 04304084 +stars_and_stripes n 1 1 @ 1 0 02701566 +starship n 1 1 @ 1 0 04304215 +start n 8 4 ! @ ~ + 8 5 07325190 15265518 00241699 00867357 00235435 08653873 06792188 05157406 +start-off n 1 1 @ 1 0 07329568 +starter n 7 4 @ ~ #p + 7 1 04304375 10649438 10649308 10355449 07581346 03127024 00920727 +starter_motor n 1 3 @ ~ #p 1 0 04304375 +starting n 1 2 @ + 1 1 00241699 +starting_block n 1 1 @ 1 0 04304557 +starting_buffer n 1 1 @ 1 1 14786257 +starting_gate n 1 1 @ 1 0 04304680 +starting_handle n 1 1 @ 1 0 03127302 +starting_line n 1 1 @ 1 0 08653873 +starting_motor n 1 3 @ ~ #p 1 0 04304375 +starting_pitcher n 1 2 @ ; 1 1 10649574 +starting_point n 1 1 @ 1 1 15266164 +starting_post n 1 1 @ 1 0 07258109 +starting_signal n 1 1 @ 1 0 06792188 +starting_stall n 1 1 @ 1 0 04304680 +starting_time n 1 2 @ ~ 1 0 15265518 +startle n 1 3 @ ~ + 1 0 00867357 +startle_reaction n 1 1 @ 1 0 00865031 +startle_reflex n 1 1 @ 1 0 00865284 +startle_response n 1 1 @ 1 0 00865031 +startup n 2 2 @ + 2 1 00242431 00239910 +starvation n 2 2 @ + 2 2 14040310 01150662 +starvation_acidosis n 1 1 @ 1 0 14020558 +starved_aster n 1 1 @ 1 0 11937102 +starveling n 1 1 @ 1 0 10649724 +starving n 1 2 @ + 1 0 01150662 +starwort n 1 1 @ 1 0 11818271 +stash n 1 2 @ + 1 0 13366912 +stash_house n 1 2 @ ; 1 0 04304812 +stasis n 2 1 @ 2 0 14567812 14013249 +stassano_furnace n 1 2 @ #p 1 0 04305016 +stat_mi n 1 3 @ #p %p 1 0 13651218 +state n 8 7 @ ~ #m %m %p = ; 8 4 08654360 00024720 08178547 08168978 14479615 13988498 08544813 08137738 +state's_attorney n 1 1 @ 1 0 10649962 +state's_evidence n 1 2 @ ; 1 0 06736083 +state-sponsored_terrorism n 1 2 @ ; 1 0 00764891 +state_attorney n 1 1 @ 1 0 10649962 +state_bank n 1 1 @ 1 0 08418763 +state_boundary n 1 2 @ ~ 1 0 08515457 +state_capital n 1 2 @ ~ 1 0 08695539 +state_capitalism n 1 1 @ 1 0 08365484 +state_change n 1 2 @ ~ 1 0 13536016 +state_department n 2 4 @ ~ %p ; 2 2 08137738 08122009 +state_government n 1 1 @ 1 1 08226018 +state_highway n 1 3 @ ~ %p 1 0 03306610 +state_line n 1 2 @ ~ 1 0 08515457 +state_of_affairs n 1 2 @ ~ 1 1 13927383 +state_of_bahrain n 1 5 @ #m #p %m %p 1 0 08848094 +state_of_eritrea n 1 4 @ #p %m %p 1 0 08777544 +state_of_flux n 1 1 @ 1 0 14033917 +state_of_grace n 1 2 @ ; 1 0 14458181 +state_of_israel n 1 5 @ #p %m %p - 1 0 08792548 +state_of_katar n 1 5 @ #m #p %m %p 1 0 08986905 +state_of_kuwait n 1 5 @ #m #p %m %p 1 0 08929243 +state_of_matter n 1 4 @ ~ = ; 1 1 14479615 +state_of_mind n 2 2 @ ~ 2 0 14016114 05669934 +state_of_nature n 1 2 @ ~ 1 0 13939353 +state_of_qatar n 1 5 @ #m #p %m %p 1 0 08986905 +state_of_the_art n 1 1 @ 1 0 13941924 +state_of_the_vatican_city n 1 3 @ #p %p 1 0 09161090 +state_of_war n 1 3 @ ~ ; 1 0 13981403 +state_prison n 1 1 @ 1 1 04305471 +state_senator n 1 1 @ 1 0 10650076 +state_socialism n 1 1 @ 1 0 08365672 +state_supreme_court n 1 2 @ ; 1 0 08336188 +state_tax_lien n 1 1 @ 1 0 13402529 +state_treasurer n 1 1 @ 1 1 10652605 +state_trooper n 1 1 @ 1 0 10730728 +statecraft n 1 1 @ 1 0 04890865 +statehouse n 1 1 @ 1 0 04305210 +stateless_person n 1 1 @ 1 0 10017890 +stateliness n 2 2 @ + 2 0 04911894 04729984 +stately_home n 1 2 @ ; 1 0 04305323 +statement n 7 5 @ ~ #p + ; 7 4 06722453 06648724 07029819 06723452 07203126 06584891 06516595 +staten_island n 1 2 @ #p 1 1 09123281 +stater n 2 1 @ 2 0 13393155 10649823 +stateroom n 1 1 @ 1 0 04305572 +states'_rights n 2 3 @ ~ ; 2 0 06185581 05188220 +states'_rights_democratic_party n 1 1 @ 1 0 08263870 +states_general n 1 2 @ ~ 1 0 08164261 +statesman n 1 3 @ ~ + 1 1 10650162 +statesmanship n 1 2 @ + 1 1 04890865 +stateswoman n 1 2 @ ~ 1 0 10652511 +static n 2 2 @ ~ 2 0 07431683 06712625 +static_electricity n 1 1 @ 1 0 11514462 +static_line n 1 2 @ #p 1 0 04305641 +static_magnet n 1 2 @ ~ 1 0 03917622 +static_tube n 1 1 @ 1 0 04305947 +statice n 1 2 @ #m 1 0 12099342 +statics n 1 1 @ 1 0 06113301 +statin n 1 2 @ ~ 1 0 03676175 +statin_drug n 1 2 @ ~ 1 0 03676175 +station n 5 4 @ ~ + ; 5 1 04306080 13947645 08656590 08624385 05057061 +station_agent n 1 1 @ 1 0 10652837 +station_house n 1 2 @ %p 1 1 03977678 +station_keeper n 1 1 @ 1 1 10008254 +station_of_the_cross n 1 1 @ 1 0 04306454 +station_waggon n 1 3 @ ~ %p 1 0 02814533 +station_wagon n 1 3 @ ~ %p 1 1 02814533 +stationariness n 1 3 @ ~ + 1 0 14006490 +stationary_stochastic_process n 1 1 @ 1 0 13561198 +stationary_wave n 1 1 @ 1 0 07346772 +stationer n 1 1 @ 1 0 10652703 +stationery n 1 2 @ ~ 1 1 06258852 +stationery_seller n 1 1 @ 1 0 10652703 +stationmaster n 1 1 @ 1 0 10652837 +stations n 1 2 @ ; 1 0 01043333 +stations_of_the_cross n 1 2 @ ; 1 0 01043333 +statistic n 1 3 @ ~ ; 1 1 06021499 +statistical_commission n 1 1 @ 1 0 08299107 +statistical_distribution n 1 3 @ ~ ; 1 0 05729036 +statistical_mechanics n 1 1 @ 1 0 06111728 +statistical_method n 1 4 @ ~ #p ; 1 0 06020737 +statistical_procedure n 1 4 @ ~ #p ; 1 0 06020737 +statistical_regression n 1 4 @ ~ #p ; 1 0 06027264 +statistical_table n 1 2 @ ~ 1 0 08266542 +statistician n 2 4 @ ~ + ; 2 1 10653238 10652954 +statistics n 1 5 @ ~ %p + - 1 0 06018465 +stator n 1 3 ! @ #p 1 0 04306592 +stator_coil n 1 2 @ #p 1 0 04306592 +statuary n 1 2 @ ~ 1 1 07958727 +statue n 1 3 @ ~ + 1 1 04306847 +statue_maker n 1 2 @ ~ 1 0 10566072 +statue_of_liberty n 1 1 @ 1 0 04307106 +statuette n 1 2 @ + 1 1 03336459 +stature n 2 3 @ ~ = 2 1 14437976 05002352 +status n 2 3 @ ~ = 2 2 13945919 13920835 +status_asthmaticus n 1 1 @ 1 0 14146128 +status_epilepticus n 1 1 @ 1 0 14090530 +status_quo n 1 1 @ 1 1 13938210 +status_seeking n 1 1 @ 1 0 04836583 +statute n 1 4 @ ~ %p ; 1 1 06564387 +statute_book n 1 3 @ %p ; 1 0 06536227 +statute_law n 1 5 @ ~ #p ; - 1 0 06535222 +statute_mile n 1 3 @ #p %p 1 0 13651218 +statute_of_limitations n 1 2 @ ; 1 0 06533484 +statute_title n 1 1 @ 1 0 06345993 +statutory_law n 1 2 @ ; 1 0 08456347 +statutory_offence n 1 2 @ ~ 1 0 00774796 +statutory_offense n 1 2 @ ~ 1 0 00774796 +statutory_rape n 1 1 @ 1 0 00846961 +staunchness n 1 2 @ + 1 0 04877783 +staurikosaur n 1 2 @ #m 1 0 01701205 +staurikosaurus n 1 2 @ #m 1 0 01701205 +stavanger n 1 2 @ #p 1 0 08765460 +stave n 3 5 @ #p %p + ; 3 0 06861860 04307269 04119892 +stave_wood n 1 1 @ 1 0 12199790 +stay n 5 4 @ ~ + ; 5 1 01053617 14010927 06542267 04307619 04307419 +stay-at-home n 1 1 @ 1 0 10653388 +stay_of_execution n 1 2 @ ; 1 0 06542569 +stayer n 1 2 @ + 1 0 01319001 +staying_power n 1 2 @ ~ 1 0 05032918 +stayman n 1 1 @ 1 0 07741706 +stayman_winesap n 1 1 @ 1 0 07741888 +stays n 1 2 @ ~ 1 0 03112869 +staysail n 1 1 @ 1 0 04307767 +std n 2 2 @ ~ 2 0 14133159 06704582 +stead n 1 2 @ ~ 1 1 00721431 +steadfastness n 2 2 @ + 2 0 04877783 04865016 +steadiness n 3 4 ! @ ~ + 3 0 04862382 04777852 04770068 +steady n 1 2 @ ~ 1 0 10682953 +steady_state_theory n 1 2 @ ; 1 0 05888572 +steak n 1 2 @ ~ 1 1 07657903 +steak_and_kidney_pie n 1 1 @ 1 0 07877411 +steak_au_poivre n 1 1 @ 1 0 07877961 +steak_knife n 1 1 @ 1 0 04307986 +steak_sauce n 1 1 @ 1 0 07823280 +steak_tartare n 1 1 @ 1 0 07877675 +steakhouse n 1 1 @ 1 1 04307878 +steal n 2 3 @ ~ + 2 0 13253751 00725152 +stealer n 1 3 @ ~ + 1 0 10707804 +stealing n 2 3 @ ~ + 2 1 00780889 01051082 +stealth n 1 2 @ + 1 1 01051082 +stealth_aircraft n 1 2 @ ~ 1 0 04308084 +stealth_bomber n 1 1 @ 1 0 04308273 +stealth_fighter n 1 1 @ 1 0 04308397 +stealthiness n 1 2 @ + 1 0 04657631 +steam n 1 3 @ ~ + 1 0 15055181 +steam_bath n 2 2 @ ~ 2 1 04308583 00258530 +steam_boiler n 1 5 @ ~ #p %m %p 1 0 02863750 +steam_chest n 1 2 @ #p 1 0 04308915 +steam_coal n 1 1 @ 1 0 14815530 +steam_engine n 1 3 @ #p %p 1 0 04309049 +steam_fitting n 1 1 @ 1 0 00270648 +steam_heat n 1 1 @ 1 0 04309682 +steam_heating n 1 1 @ 1 0 04309682 +steam_iron n 1 1 @ 1 0 04309833 +steam_line n 1 1 @ 1 0 04309925 +steam_locomotive n 1 2 @ %p 1 0 04310018 +steam_organ n 1 2 @ %p 1 0 02940706 +steam_pipe n 1 1 @ 1 0 04309925 +steam_room n 1 2 @ ~ 1 0 04308583 +steam_shovel n 1 1 @ 1 1 04310507 +steam_turbine n 1 1 @ 1 1 04310604 +steam_whistle n 1 2 @ #p 1 0 04310721 +steamboat n 1 2 @ ~ 1 1 04308807 +steamed_pudding n 1 1 @ 1 0 07618029 +steamer n 4 6 @ ~ #m #p %p + 4 0 07787429 04309548 04309348 01957335 +steamer_clam n 2 4 @ #m #p %p 2 0 07787429 01957335 +steamfitter n 1 1 @ 1 0 10653529 +steaminess n 1 2 @ + 1 0 04704116 +steamroller n 2 2 @ + 2 0 10226556 04310157 +steamship n 1 3 @ ~ %p 1 1 04309348 +steamship_company n 1 2 @ ~ 1 0 04310347 +steamship_line n 1 2 @ ~ 1 0 04310347 +stearic_acid n 1 1 @ 1 0 15056938 +stearin n 1 2 @ + 1 0 15057103 +steatite n 1 1 @ 1 0 15044327 +steatocystoma n 1 2 @ ~ 1 0 14202763 +steatopygia n 1 1 @ 1 0 05000809 +steatornis n 1 3 @ #m %m 1 0 01837363 +steatornis_caripensis n 1 2 @ #m 1 0 01837526 +steatornithidae n 1 3 @ #m %m 1 0 01837230 +steatorrhea n 1 1 @ 1 0 14567956 +steed n 1 2 @ ; 1 1 02378755 +steel n 3 5 @ ~ %s %p + 3 2 14802450 04373894 04310904 +steel-wool_pad n 1 1 @ 1 0 04312020 +steel_arch_bridge n 1 2 @ ~ 1 0 04311004 +steel_band n 1 1 @ 1 0 08250750 +steel_blue n 1 1 @ 1 1 04969540 +steel_company n 1 1 @ 1 0 08003839 +steel_drum n 1 1 @ 1 0 04311174 +steel_engraving n 3 1 @ 3 0 04311485 04311397 00938992 +steel_factory n 1 3 @ ~ %p 1 0 04311595 +steel_gray n 1 1 @ 1 0 14923060 +steel_grey n 1 1 @ 1 0 14923060 +steel_guitar n 1 1 @ 1 0 03499907 +steel_industry n 1 1 @ 1 0 08074582 +steel_mill n 1 3 @ ~ %p 1 0 04311595 +steel_plant n 1 3 @ ~ %p 1 0 04311595 +steel_plate n 1 1 @ 1 0 04311799 +steel_production n 1 2 @ ~ 1 0 13561396 +steel_trap n 2 1 @ 2 1 05620754 04311873 +steel_wool n 1 1 @ 1 0 14803578 +steele n 1 1 @ 1 0 11314119 +steelmaker n 1 1 @ 1 0 10653679 +steelman n 1 1 @ 1 0 10653679 +steelworker n 1 1 @ 1 0 10653679 +steelworks n 1 3 @ ~ %p 1 0 04311595 +steelyard n 1 1 @ 1 0 04312154 +steen n 1 1 @ 1 0 11314219 +steenbok n 1 2 @ #m 1 0 02426481 +steep n 1 1 @ 1 0 09445008 +steeper n 1 2 @ + 1 0 04312311 +steeple n 1 3 @ ~ ; 1 1 04312432 +steeplechase n 2 2 @ ~ 2 0 07463029 07462693 +steeplechaser n 1 1 @ 1 0 02384741 +steeplejack n 1 1 @ 1 0 10653793 +steepness n 1 2 @ + 1 0 05069624 +steer n 2 2 @ + 2 0 06651577 02403231 +steer_roping n 1 2 @ #p 1 0 00300333 +steerage n 2 3 @ #p + 2 0 04312654 00815173 +steerageway n 1 2 @ ; 1 0 15284553 +steerer n 2 3 @ ~ + 2 0 10169796 09995573 +steering n 3 4 @ ~ #p + 3 0 01144876 00815320 00815173 +steering_committee n 1 1 @ 1 0 08326706 +steering_gear n 1 2 @ #p 1 0 04312756 +steering_linkage n 1 3 @ #p %p 1 0 04312916 +steering_mechanism n 1 4 @ ~ %p ; 1 0 04313220 +steering_system n 1 4 @ ~ %p ; 1 0 04313220 +steering_wheel n 1 2 @ #p 1 1 04313503 +steersman n 1 2 @ ~ 1 0 10169796 +stefan_wyszynski n 1 1 @ 1 0 11400837 +stefan_zweig n 1 1 @ 1 0 11408148 +steffens n 1 1 @ 1 0 11314315 +steffi_graf n 1 1 @ 1 0 11010019 +steganography n 1 2 @ ~ 1 0 00614489 +steganopus n 1 3 @ #m %m 1 0 02038329 +steganopus_tricolor n 1 2 @ #m 1 0 02038466 +stegocephalia n 1 2 @ #m 1 0 01656340 +stegosaur n 1 2 @ #m 1 0 01701859 +stegosaur_stenops n 1 2 @ #m 1 0 01701859 +stegosaurus n 1 2 @ #m 1 0 01701859 +steichen n 1 1 @ 1 0 11314514 +stein n 2 1 @ 2 1 02824058 11314666 +steinbeck n 1 1 @ 1 0 11314792 +steinberg n 1 1 @ 1 0 11314969 +steinbok n 1 2 @ #m 1 0 02426481 +steinem n 1 1 @ 1 0 11315140 +steiner n 1 1 @ 1 0 11315249 +steinert's_disease n 1 1 @ 1 0 14163182 +steinman n 1 1 @ 1 0 11315379 +steinmetz n 1 1 @ 1 0 11315580 +steinway n 1 1 @ 1 0 11315760 +stela n 1 2 @ ~ 1 0 04313628 +stele n 2 3 @ ~ #p 2 0 13097187 04313628 +stelis n 1 2 @ #m 1 0 12085267 +stella n 1 1 @ 1 0 11316003 +stellar's_sea_eagle n 1 1 @ 1 0 01615303 +stellar_parallax n 1 1 @ 1 0 11528841 +stellaria n 1 3 @ #m %m 1 0 11817774 +stellaria_holostea n 1 1 @ 1 0 11818271 +stellaria_media n 1 1 @ 1 0 11818069 +stellate_venule n 1 1 @ 1 0 05381036 +steller n 1 1 @ 1 0 11316141 +steller's_sea_cow n 1 2 @ #m 1 0 02074726 +steller's_sea_lion n 1 2 @ #m 1 0 02079005 +steller_sea_lion n 1 2 @ #m 1 0 02079005 +stellite n 1 2 @ ; 1 0 15057212 +stem n 6 6 @ ~ #p %p + ; 6 3 06300193 13129165 04184095 04313771 02880008 00441501 +stem-cell_research n 1 2 @ ~ 1 0 00639267 +stem-winder n 1 1 @ 1 0 04314107 +stem_blight n 1 1 @ 1 0 14218887 +stem_canker n 1 1 @ 1 0 14281549 +stem_cell n 1 2 @ ~ 1 0 05607863 +stem_ginger n 1 2 @ %p 1 0 12356023 +stem_lettuce n 1 2 @ %p 1 0 11987349 +stem_turn n 1 1 @ 1 0 00441501 +stem_vowel n 1 1 @ 1 0 07114284 +stemless_carline_thistle n 1 1 @ 1 0 11945514 +stemless_daisy n 1 2 @ #m 1 0 12026476 +stemless_golden_weed n 1 2 @ #m 1 0 12019375 +stemless_hymenoxys n 1 2 @ #m 1 0 12025220 +stemma n 3 2 @ ~ 3 0 13912540 08101937 05312306 +stemmatics n 1 1 @ 1 0 06171650 +stemmatology n 1 1 @ 1 0 06171650 +stemmer n 5 2 @ + 5 0 10664656 10653903 05847753 04313986 04313867 +stemming_algorithm n 1 1 @ 1 0 05847753 +sten_gun n 1 2 @ ; 1 0 04314522 +stench n 1 2 @ ~ 1 0 05714894 +stench_bomb n 1 1 @ 1 0 04320598 +stencil n 1 2 @ + 1 0 04314216 +stendhal n 1 1 @ 1 0 11316249 +stengel n 1 1 @ 1 0 11316429 +stenocarpus n 1 3 @ #m %m 1 0 12222715 +stenocarpus_salignus n 1 3 @ #m %s 1 0 12223160 +stenocarpus_sinuatus n 1 2 @ #m 1 0 12222900 +stenochlaena n 1 2 @ #m 1 0 13185998 +stenograph n 2 1 @ 2 0 06841287 04314632 +stenographer n 1 2 @ + 1 0 10654015 +stenography n 2 2 @ + 2 1 06350127 00615462 +stenopelmatidae n 1 3 @ #m %m 1 0 02228874 +stenopelmatus n 1 3 @ #m %m 1 0 02229023 +stenopelmatus_fuscus n 1 2 @ #m 1 0 02229156 +stenopterygius n 1 2 @ #m 1 0 01725086 +stenopterygius_quadrisicissus n 1 2 @ #m 1 0 01725086 +stenosis n 1 3 @ ~ + 1 0 14107374 +stenotaphrum n 1 3 @ #m %m 1 0 12141037 +stenotaphrum_secundatum n 1 2 @ #m 1 0 12141167 +stenotomus n 1 2 @ #m 1 0 02593353 +stenotomus_aculeatus n 1 2 @ %p 1 0 02593679 +stenotomus_chrysops n 1 2 @ %p 1 0 02593453 +stenotus n 1 3 @ #m %m 1 0 12019190 +stenotus_acaulis n 1 2 @ #m 1 0 12019375 +stent n 1 1 @ 1 0 04314735 +stentor n 3 4 @ #m + ; 3 0 10654211 09491784 01396617 +step n 11 5 @ ~ #p %p + 11 5 00174412 13757249 00285557 04314914 14429608 13762579 07383823 06859056 06645039 04315185 00533922 +step-down n 1 3 @ ~ + 1 0 00351638 +step-down_transformer n 1 1 @ 1 0 04315342 +step-in n 1 2 @ ; 1 0 03885028 +step-up n 1 3 @ ~ + 1 0 00363260 +step-up_transformer n 1 2 @ ~ 1 0 04315828 +step_dancing n 1 3 @ ~ %p 1 0 00527695 +step_ladder n 1 1 @ 1 0 04315599 +step_rocket n 1 2 @ %p 1 0 03799375 +step_stool n 1 1 @ 1 0 04315713 +stepbrother n 1 1 @ 1 0 10654321 +stepchild n 1 2 @ ~ 1 1 10654461 +stepdaughter n 1 1 @ 1 0 10654596 +stepfather n 1 1 @ 1 0 10654701 +stephane_grappelli n 1 1 @ 1 0 11012042 +stephane_mallarme n 1 1 @ 1 0 11151798 +stephanie_graf n 1 1 @ 1 0 11010019 +stephanion n 1 2 @ #p 1 0 05235461 +stephanomeria n 1 3 @ #m %m 1 0 11897760 +stephanomeria_malheurensis n 1 2 @ #m 1 0 11897900 +stephanotis n 1 3 @ ~ #m 1 0 13238988 +stephanotis_floribunda n 1 2 @ #m 1 0 13239177 +stephanus_johannes_paulus_kruger n 1 1 @ 1 0 11111577 +stephead n 1 1 @ 1 0 06345566 +stephen n 1 1 @ 1 0 11316567 +stephen_a._douglas n 1 1 @ 1 0 10941206 +stephen_arnold_douglas n 1 1 @ 1 0 10941206 +stephen_butler_leacock n 1 1 @ 1 0 11121451 +stephen_collins_foster n 1 1 @ 1 0 10975796 +stephen_crane n 1 1 @ 1 0 10914447 +stephen_decatur n 1 1 @ 1 0 10926773 +stephen_foster n 1 1 @ 1 0 10975796 +stephen_girard n 1 1 @ 1 0 11001053 +stephen_grover_cleveland n 1 1 @ 1 0 10902051 +stephen_hawking n 1 1 @ 1 0 11034874 +stephen_jay_gould n 1 1 @ 1 0 11009495 +stephen_leacock n 1 1 @ 1 0 11121451 +stephen_michael_reich n 1 1 @ 1 0 11257031 +stephen_samuel_wise n 1 1 @ 1 0 11393315 +stephen_sondheim n 1 1 @ 1 0 11308396 +stephen_spender n 1 1 @ 1 0 11310523 +stephen_vincent_benet n 1 1 @ 1 0 10844667 +stephen_william_hawking n 1 1 @ 1 0 11034874 +stephenson n 1 1 @ 1 0 11316669 +stepladder n 1 1 @ 1 0 04315599 +stepmother n 1 1 @ 1 1 10654827 +stepparent n 1 2 @ ~ 1 0 10654932 +steppe n 1 2 @ ; 1 1 09445289 +stepped_line n 1 1 @ 1 0 06345566 +stepper n 3 1 @ 3 0 10184403 04315444 02388588 +stepping_down n 2 1 @ 2 0 07254456 06511762 +stepping_motor n 1 1 @ 1 0 04315444 +stepping_stone n 2 1 @ 2 1 09445435 00174260 +steprelationship n 1 1 @ 1 1 13813483 +steps n 2 3 @ ~ ; 2 2 04298171 09445566 +stepsister n 1 1 @ 1 0 10603242 +stepson n 1 1 @ 1 0 10655075 +steradian n 1 2 @ #p 1 0 13612791 +stercobilinogen n 1 1 @ 1 0 14756754 +stercolith n 1 1 @ 1 0 09256360 +stercorariidae n 1 3 @ #m %m 1 0 02043999 +stercorarius n 1 3 @ #m %m 1 0 02044358 +stercorarius_parasiticus n 1 2 @ #m 1 0 02044517 +sterculia n 1 3 @ ~ #m 1 0 12195391 +sterculia_acerifolia n 1 1 @ 1 0 12196336 +sterculia_apetala n 1 1 @ 1 0 12195533 +sterculia_family n 1 3 @ #m %m 1 0 12194776 +sterculia_foetida n 1 1 @ 1 0 12195734 +sterculia_gum n 1 1 @ 1 0 14901793 +sterculia_rupestris n 1 1 @ 1 0 12196954 +sterculiaceae n 1 3 @ #m %m 1 0 12194776 +stereo n 2 3 @ ~ %p 2 1 04315948 04316275 +stereo_system n 1 3 @ ~ %p 1 0 04315948 +stereophonic_system n 1 3 @ ~ %p 1 0 04315948 +stereophony n 1 4 @ ~ %p + 1 0 04315948 +stereoscope n 1 2 @ + 1 0 04316498 +stereoscopic_photograph n 1 2 @ ~ 1 0 04316275 +stereoscopic_picture n 1 2 @ ~ 1 0 04316275 +stereoscopic_vision n 1 1 @ 1 0 05657515 +stereoscopy n 1 2 @ + 1 0 05657515 +stereospondyli n 1 2 @ #m 1 0 01656078 +stereotype n 1 2 @ + 1 1 05927586 +sterileness n 1 2 @ + 1 0 14495230 +sterilisation n 2 3 @ ~ + 2 0 00692130 00253919 +steriliser n 1 3 @ ~ + 1 0 02758960 +sterility n 2 3 @ ~ + 2 0 14495230 14045507 +sterilization n 2 3 @ ~ + 2 0 00692130 00253919 +sterilizer n 1 3 @ ~ + 1 0 02758960 +sterling n 1 1 @ 1 0 13385080 +sterling_area n 1 1 @ 1 0 08303097 +sterling_bloc n 1 1 @ 1 0 08303097 +sterling_silver n 1 2 @ %s 1 0 15057433 +stern n 3 4 @ #p %p ; 3 1 04316646 11316828 05559256 +stern_chaser n 1 1 @ 1 0 04316815 +sterna n 1 3 @ #m %m 1 0 02043207 +sterna_hirundo n 1 2 @ #m 1 0 02043333 +sterne n 1 1 @ 1 0 11316970 +sterninae n 1 3 @ #m %m 1 0 02042923 +sternness n 2 3 @ ~ + 2 0 04710390 04639371 +sternocleido_mastoideus n 1 2 @ #p 1 1 05590366 +sternocleidomastoid n 1 2 @ #p 1 0 05590366 +sternocleidomastoid_muscle n 1 2 @ #p 1 0 05590366 +sternocleidomastoid_vein n 1 1 @ 1 0 05381148 +sternotherus n 1 3 @ #m %m 1 0 01667302 +sternpost n 1 2 @ ; 1 0 04316924 +sternum n 1 4 @ #p %p + 1 1 05281189 +sternutation n 1 1 @ 1 0 14314850 +sternutator n 1 1 @ 1 0 15057558 +sternutatory n 1 1 @ 1 0 15057558 +sternwheeler n 1 1 @ 1 0 04317063 +steroid n 2 3 @ ~ + 2 1 15057744 14745635 +steroid_alcohol n 1 2 @ ~ 1 0 15058310 +steroid_hormone n 1 2 @ ~ 1 0 14745635 +sterol n 1 2 @ ~ 1 0 15058310 +sterope n 2 3 @ #m ; 2 0 09549983 09445780 +stertor n 1 2 @ + 1 0 00835976 +stethoscope n 1 2 @ ~ 1 1 04317175 +stetson n 1 1 @ 1 1 03325941 +steuben n 1 1 @ 1 0 11317086 +steve_martin n 1 1 @ 1 0 11159920 +steve_reich n 1 1 @ 1 0 11257031 +stevedore n 1 1 @ 1 0 10655169 +steven_spielberg n 1 1 @ 1 0 11311173 +steven_weinberg n 1 1 @ 1 0 11380035 +stevens n 3 1 @ 3 0 11317519 11317416 11317309 +stevens'_law n 1 2 @ ; 1 0 05996110 +stevens'_power_law n 1 2 @ ; 1 0 05996110 +stevenson n 2 1 @ 2 0 11317897 11317749 +stevia n 2 2 @ #m 2 0 12019827 12004547 +stew n 2 3 @ ~ + 2 0 14403560 07588947 +stew_meat n 1 1 @ 1 0 07592558 +steward n 5 3 @ ~ + 5 1 10655442 10655730 10655594 10592811 09984298 +stewardess n 1 1 @ 1 0 10655875 +stewardship n 1 2 @ + 1 0 00604523 +stewart n 2 1 @ 2 0 11318171 11318039 +stewing n 2 2 @ + 2 1 07514189 00247792 +stewing_pan n 1 1 @ 1 0 04317325 +stewpan n 1 1 @ 1 0 04317325 +sth n 1 2 @ ~ 1 0 05412649 +sthene n 1 2 @ %p 1 0 13647888 +stheno n 1 2 @ ; 1 0 09498072 +stibnite n 1 2 @ %s 1 0 15060449 +stichaeidae n 1 3 @ #m %m 1 0 02615494 +sticherus n 1 3 @ #m %m 1 0 13171041 +sticherus_flabellatus n 1 2 @ #m 1 0 13171210 +stick n 9 4 @ ~ %s ; 9 3 04317420 13165646 04317976 07848645 05561707 04318131 04317833 03600806 01162928 +stick-in-the-mud n 1 1 @ 1 0 10442232 +stick_cinnamon n 1 1 @ 1 0 07814390 +stick_figure n 1 1 @ 1 0 04318384 +stick_horse n 1 1 @ 1 0 04318551 +stick_insect n 1 3 @ ~ #m 1 0 02231487 +stick_lac n 1 2 @ #s 1 0 14701949 +stick_shift n 1 1 @ 1 0 04301760 +stickball n 1 1 @ 1 0 00476235 +stickball_game n 1 1 @ 1 0 00476235 +sticker n 4 4 @ ~ %p + 4 0 13089631 07272545 06785367 03158885 +stickiness n 1 3 @ ~ + 1 0 04935239 +sticking_plaster n 1 2 @ ~ 1 0 03957420 +sticking_point n 1 1 @ 1 0 05820325 +stickleback n 1 3 @ ~ #m 1 0 01454856 +stickler n 1 2 @ + 1 0 10655986 +stickpin n 1 1 @ 1 1 04318690 +sticks_and_stone n 1 2 @ ; 1 0 15060569 +sticktight n 2 4 @ ~ #m %p 2 0 11940006 02187900 +sticktight_flea n 1 2 @ #m 1 0 02187900 +stickup n 1 2 @ + 1 0 00781912 +stickup_man n 1 2 @ ~ 1 0 10180923 +stickweed n 1 2 @ ~ 1 0 12820292 +sticky_aster n 1 2 @ #m 1 0 11993444 +sticky_bun n 1 1 @ 1 0 07693223 +sticky_end n 1 1 @ 1 0 14831665 +sticky_geranium n 1 1 @ 1 0 12686877 +stictomys n 1 3 @ #m %m 1 0 02366453 +stictopelia n 1 3 @ #m %m 1 0 01813811 +stictopelia_cuneata n 1 2 @ #m 1 0 01813948 +stieglitz n 1 1 @ 1 0 11318348 +stiff n 2 3 @ ~ ; 2 1 10656120 05218119 +stiff_aster n 1 1 @ 1 0 11934041 +stiff_gentian n 1 2 @ #m 1 0 12295796 +stiff_upper_lip n 1 1 @ 1 0 04883436 +stiffener n 1 2 @ + 1 0 15060825 +stiffening n 2 3 @ ~ + 2 1 01025411 13561521 +stiffness n 5 3 @ ~ + 5 2 05023591 05004895 04862888 04815624 04639732 +stifle n 1 2 @ #p 1 0 02464065 +stifler n 1 2 @ + 1 0 10656223 +stifling n 1 3 @ ~ + 1 0 01079604 +stigma n 4 4 @ ~ #p + 4 0 11677603 06794666 05250550 04696085 +stigmata n 1 1 @ 1 0 14286435 +stigmatic n 1 2 @ + 1 0 10656488 +stigmatisation n 1 2 @ + 1 0 01223488 +stigmatism n 3 4 ! @ + ; 3 0 14571930 13938663 05654783 +stigmatist n 1 2 @ + 1 0 10656488 +stigmatization n 1 2 @ + 1 0 01223488 +stilbesterol n 1 1 @ 1 0 03193882 +stilbestrol n 1 1 @ 1 0 14750122 +stilboestrol n 1 1 @ 1 0 14750122 +stile n 1 1 @ 1 0 04318787 +stiletto n 1 1 @ 1 0 04318892 +stiletto_heel n 1 1 @ 1 0 04276808 +still n 4 5 @ ~ %p + ; 4 1 04319248 04982478 04318982 03212811 +still's_disease n 1 1 @ 1 0 14188030 +still_hunt n 1 2 @ ~ 1 0 00711523 +still_life n 1 1 @ 1 0 04319432 +still_room n 1 1 @ 1 0 04319545 +stillbirth n 1 3 ! @ ~ 1 0 00230475 +stillborn_infant n 1 2 ! @ 1 0 10656706 +stillness n 3 4 @ ~ + ; 3 2 04982478 14522809 14006179 +stillroom n 1 1 @ 1 0 04319545 +stillson_wrench n 1 1 @ 1 0 04319774 +stilt n 4 3 @ ~ #m 4 1 03936269 04319937 02036053 02034661 +stilt_plover n 1 3 @ ~ #m 1 0 02034661 +stiltbird n 1 3 @ ~ #m 1 0 02034661 +stilton n 1 1 @ 1 0 07852229 +stilwell n 1 1 @ 1 0 11318462 +stimulant n 2 3 @ ~ + 2 2 05827684 04320126 +stimulant_drug n 1 2 @ ~ 1 0 04320126 +stimulation n 4 4 @ ~ + ; 4 2 01261974 05827684 13561719 00853835 +stimulus n 1 3 @ ~ + 1 1 05827684 +stimulus_generalisation n 1 3 @ ~ ; 1 0 05756414 +stimulus_generalization n 1 3 @ ~ ; 1 0 05756414 +sting n 4 3 @ ~ + 4 1 14332085 14329762 14297870 00779248 +sting_operation n 1 1 @ 1 0 00779599 +stingaree-bush n 1 2 @ #m 1 0 12559044 +stinger n 5 4 @ ~ %s + 5 0 07918309 06721461 04320405 02465693 01174988 +stinginess n 1 4 ! @ ~ + 1 0 04833458 +stinging n 1 2 @ + 1 0 14332085 +stinging_hair n 1 1 @ 1 0 13090248 +stinging_nettle n 1 2 @ #m 1 0 12392549 +stingray n 1 3 @ ~ #m 1 0 01498041 +stink n 1 3 @ ~ + 1 0 05714894 +stink_bell n 1 1 @ 1 0 12452673 +stink_bomb n 1 1 @ 1 0 04320598 +stink_fly n 1 3 @ ~ #m 1 0 02264885 +stinkbird n 1 2 @ #m 1 0 01809752 +stinker n 3 3 @ + ; 3 0 10539715 04320731 03655838 +stinkhorn n 1 3 @ ~ #m 1 0 13040303 +stinkiness n 1 3 @ ~ + 1 0 04980656 +stinking_bean_trefoil n 1 2 @ #m 1 0 12505752 +stinking_cedar n 1 2 @ #m 1 0 11649359 +stinking_chamomile n 1 2 @ #m 1 0 11923174 +stinking_clover n 1 1 @ 1 0 11866706 +stinking_elder n 1 1 @ 1 0 12679432 +stinking_gladwyn n 1 1 @ 1 0 12413642 +stinking_goosefoot n 1 1 @ 1 0 11830400 +stinking_hellebore n 1 1 @ 1 0 11734093 +stinking_horehound n 1 2 @ #m 1 0 12841872 +stinking_iris n 1 1 @ 1 0 12413642 +stinking_mayweed n 1 2 @ #m 1 0 11923174 +stinking_nightshade n 1 2 @ #m 1 0 12904314 +stinking_smut n 2 2 @ #m 2 0 14284026 13068434 +stinking_wattle n 1 2 @ #m 1 0 11757017 +stinking_weed n 1 1 @ 1 0 12500751 +stinking_yew n 1 2 @ #m 1 0 11649359 +stinkpot n 2 2 @ #m 2 0 10539715 01667432 +stinkweed n 1 2 @ #m 1 0 11898775 +stinky_squid n 1 2 @ #m 1 0 13042982 +stint n 3 2 @ #m 3 0 15134490 02027357 00720431 +stinter n 1 2 @ + 1 0 10656832 +stipe n 1 1 @ 1 0 13130569 +stipend n 1 3 @ ~ + 1 0 13294135 +stipendiary n 1 2 @ ; 1 0 10656969 +stipendiary_magistrate n 1 2 @ ; 1 0 10656969 +stippler n 1 2 @ + 1 0 10657165 +stipulation n 3 4 @ ~ + ; 3 0 07216761 06755568 01149303 +stipulative_definition n 1 1 @ 1 0 06745861 +stipule n 1 1 @ 1 0 11550890 +stir n 3 3 @ ~ + 3 0 13978166 07514345 00555138 +stirk n 1 1 @ 1 0 02403153 +stirrer n 2 2 @ + 2 0 10555679 04320871 +stirring n 2 2 @ + 2 1 00347490 01261845 +stirrup n 2 2 @ #p 2 1 04320973 05326465 +stirrup_cup n 1 1 @ 1 0 07912933 +stirrup_iron n 1 2 @ #p 1 0 04320973 +stirrup_pump n 1 1 @ 1 0 04321121 +stitch n 2 3 @ ~ + 2 1 04321238 14332339 +stitcher n 1 2 @ + 1 0 10657306 +stitchery n 1 4 @ ~ + - 1 0 04179385 +stitching n 1 3 @ ~ + 1 0 00715674 +stitchwort n 1 1 @ 1 0 11818271 +stizidae n 1 3 @ #m %m 1 0 02215941 +stizolobium n 1 3 @ #m %m 1 0 12549976 +stizolobium_deeringiana n 1 2 @ %p 1 0 12550408 +stizostedion n 1 3 @ #m %m 1 0 02557461 +stizostedion_vitreum n 1 2 @ ~ 1 0 02557749 +stm n 1 1 @ 1 0 05760611 +stoat n 1 1 @ 1 0 02442336 +stob n 1 1 @ 1 0 04321453 +stochastic_process n 1 2 @ ~ 1 0 13561896 +stochastic_variable n 1 1 @ 1 0 05864177 +stochasticity n 1 2 @ ~ 1 0 04771332 +stock n 17 7 @ ~ #m #p %p + - 17 8 13333833 04321534 04322026 13417071 13367070 08101937 08101410 07585208 14438541 13130305 13127091 11892637 11892029 04322387 04321804 03814727 01887474 +stock-in-trade n 1 1 @ 1 0 04324120 +stock-index_futures n 1 1 @ 1 0 06480991 +stock-purchase_warrant n 1 2 @ ~ 1 0 13418219 +stock-take n 1 1 @ 1 0 01011720 +stock-taker n 1 1 @ 1 0 10657681 +stock-taking n 2 2 @ ~ 2 0 05747815 01011425 +stock_breeder n 1 1 @ 1 0 09873899 +stock_buyback n 1 1 @ 1 0 13243466 +stock_car n 2 1 @ 2 0 04322924 04322801 +stock_certificate n 1 2 @ ~ 1 0 13417071 +stock_company n 2 1 @ 2 0 08383310 08187569 +stock_cube n 1 1 @ 1 0 07585474 +stock_dividend n 1 1 @ 1 0 13408256 +stock_exchange n 1 4 @ ~ #m - 1 0 04323026 +stock_farmer n 1 2 @ ~ 1 0 10658501 +stock_index n 1 2 @ ~ 1 0 06641924 +stock_issue n 1 2 @ ; 1 0 01060530 +stock_list n 1 3 @ ~ %p 1 0 06492664 +stock_market n 1 4 @ ~ #m - 1 1 04323026 +stock_market_index n 1 2 @ ~ 1 0 06641924 +stock_of_record n 1 1 @ 1 0 13335521 +stock_option n 2 2 @ ~ 2 0 13242239 13241940 +stock_power n 1 1 @ 1 0 06530976 +stock_purchase_plan n 1 2 @ ~ 1 0 05912814 +stock_raiser n 1 2 @ ~ 1 0 10658501 +stock_room n 1 1 @ 1 0 04324387 +stock_saddle n 1 2 @ %p 1 0 04325041 +stock_split n 1 1 @ 1 0 00439043 +stock_symbol n 1 1 @ 1 0 06531327 +stock_ticker n 1 1 @ 1 0 04432393 +stock_trader n 1 2 @ ~ 1 0 10657835 +stock_warrant n 2 2 @ ~ 2 0 13418219 06685975 +stockade n 2 3 @ ~ + 2 1 04322531 03086183 +stockbroker n 1 1 @ 1 1 10657444 +stockbroker_belt n 1 2 @ ; 1 0 08555333 +stockcar n 1 1 @ 1 0 04322692 +stocker n 1 2 @ + 1 0 01318053 +stockfish n 1 1 @ 1 0 07783102 +stockholder n 1 2 @ ~ 1 1 10657969 +stockholder_of_record n 1 1 @ 1 0 10658122 +stockholders_meeting n 1 1 @ 1 0 08310168 +stockholding n 2 1 @ 2 0 13334492 13334307 +stockholdings n 1 1 @ 1 0 13334492 +stockholm n 1 2 @ #p 1 0 08766236 +stockhorn n 1 2 @ ; 1 0 03537550 +stockinet n 1 1 @ 1 0 04323519 +stockinette n 1 1 @ 1 0 04323519 +stockinette_stitch n 1 1 @ 1 0 04323645 +stocking n 2 6 @ ~ #p %p + ; 2 2 04323819 01061029 +stocking_cap n 1 1 @ 1 0 04228693 +stocking_filler n 1 1 @ 1 0 13269318 +stocking_stuffer n 1 1 @ 1 0 13269318 +stockist n 1 2 @ + 1 0 10658304 +stockjobber n 1 2 @ ; 1 0 10657556 +stockman n 1 2 @ ~ 1 0 10658501 +stockpile n 2 3 @ ~ + 2 0 13368052 08462205 +stockpiling n 1 2 @ + 1 0 00372977 +stockpot n 1 1 @ 1 0 04324297 +stockroom n 1 1 @ 1 0 04324387 +stocks n 3 2 @ ; 3 0 04324910 04324741 04324515 +stocktake n 1 1 @ 1 0 01011720 +stocktaker n 1 1 @ 1 0 10657681 +stocktaking n 2 2 @ ~ 2 0 05747815 01011425 +stockton n 1 1 @ 1 0 11318692 +stockyard n 1 1 @ 1 0 04325208 +stodge n 1 1 @ 1 0 07803895 +stodginess n 1 2 @ + 1 0 04648059 +stoep n 1 1 @ 1 0 04327204 +stogie n 1 1 @ 1 0 04325335 +stogy n 1 1 @ 1 0 04325335 +stoic n 2 2 @ + 2 2 10658676 10658867 +stoichiometry n 1 3 @ + ; 1 0 13825840 +stoicism n 2 3 @ + ; 2 2 04630378 05976948 +stokehold n 1 2 @ ; 1 0 04325409 +stokehole n 1 2 @ ; 1 0 04325409 +stoker n 3 2 @ + 3 0 11318824 10659042 04325592 +stokes'_aster n 1 2 @ #m 1 0 12020184 +stokes-adams_syndrome n 1 1 @ 1 0 14362593 +stokesia n 1 3 @ #m %m 1 0 12020048 +stokesia_laevis n 1 2 @ #m 1 0 12020184 +stokowski n 1 1 @ 1 0 11318967 +stole n 1 1 @ 1 0 04325704 +stolen_property n 1 2 @ ~ 1 0 13262335 +stolidity n 2 2 @ + 2 0 07483782 04630378 +stolidness n 1 2 @ + 1 0 04630378 +stolon n 1 1 @ 1 0 13127843 +stoma n 2 5 @ ~ #p + ; 2 0 11680032 05246215 +stomach n 4 5 @ ~ #p %p + 4 2 05395690 05556943 07499276 07485916 +stomach_ache n 1 2 @ #p 1 0 14327266 +stomach_exercise n 1 2 @ ~ 1 0 00630634 +stomach_flu n 1 2 @ ~ 1 0 14172005 +stomach_pump n 1 1 @ 1 0 04325968 +stomach_sweetbread n 1 1 @ 1 0 07652788 +stomach_upset n 1 2 @ %p 1 0 14336317 +stomachache n 1 2 @ #p 1 0 14327266 +stomacher n 1 1 @ 1 0 04325804 +stomate n 1 2 @ ~ 1 0 11680032 +stomatitis n 1 2 @ ~ 1 0 14356044 +stomatopod n 1 3 @ ~ #m 1 0 01989869 +stomatopod_crustacean n 1 3 @ ~ #m 1 0 01989869 +stomatopoda n 1 3 @ #m %m 1 0 01989701 +stomp n 1 2 @ + 1 0 00533691 +stomper n 1 2 @ + 1 0 10646942 +stone n 13 7 @ ~ #p %s %p + ; 13 3 09416076 04326084 14696793 14699752 13720600 11684739 11319810 11319704 11319570 11319413 11319244 11319134 04629958 +stone's_throw n 1 1 @ 1 0 13762579 +stone-face n 1 2 @ #m 1 0 11820463 +stone-root n 1 2 @ #m 1 0 12844409 +stone_age n 1 4 @ #p %p ; 1 0 15231964 +stone_bass n 1 2 @ #m 1 0 02568447 +stone_bramble n 1 1 @ 1 0 12653633 +stone_breaker n 1 2 @ ; 1 0 10659188 +stone_crab n 2 4 @ #m #p %p 2 0 07788730 01977485 +stone_cress n 1 2 @ #m 1 0 11870044 +stone_curlew n 1 2 @ #m 1 0 02040266 +stone_drill n 1 2 @ ~ 1 0 02875436 +stone_facing n 1 2 @ #p 1 0 04085873 +stone_fly n 1 2 @ #m 1 0 02262803 +stone_fruit n 1 2 @ ~ 1 0 13138308 +stone_life_face n 1 2 @ #m 1 0 11820463 +stone_marten n 1 1 @ 1 0 02450677 +stone_mimicry_plant n 1 2 @ #m 1 0 11821929 +stone_parsley n 2 2 @ #m 2 0 12944723 12944390 +stone_pine n 1 2 @ %p 1 0 11611758 +stone_pit n 1 2 @ ~ 1 0 03949442 +stone_plant n 1 2 @ #m 1 0 11820463 +stone_root n 1 2 @ #m 1 0 12844409 +stone_wall n 1 2 @ ~ 1 1 04326547 +stonechat n 1 1 @ 1 0 01560793 +stonecress n 1 2 @ #m 1 0 11870044 +stonecrop n 1 3 @ ~ #m 1 0 12785889 +stonecrop_family n 1 3 @ #m %m 1 0 12785110 +stonecutter n 1 1 @ 1 0 10659294 +stoneface n 1 2 @ #m 1 0 11820463 +stonefish n 1 2 @ #m 1 0 02643836 +stonefly n 1 2 @ #m 1 0 02262803 +stonehenge n 1 1 @ 1 0 08656750 +stonemason n 1 1 @ 1 0 10297531 +stoner n 1 2 @ + 1 0 10659393 +stoneroot n 1 2 @ #m 1 0 12844409 +stonewall_jackson n 1 1 @ 1 0 11076079 +stonewaller n 1 2 @ + 1 0 10659571 +stonewalling n 1 2 @ + 1 0 01075893 +stoneware n 1 1 @ 1 0 04326676 +stonework n 1 2 @ ~ 1 0 04326799 +stonewort n 1 2 @ #m 1 0 01412694 +stoning n 1 2 @ + 1 0 01164394 +stony_coral n 1 3 @ ~ #m 1 0 01916925 +stony_tunguska n 1 2 @ #p 1 0 09463547 +stooge n 2 3 @ ~ + 2 0 10098092 09884666 +stool n 4 6 @ ~ #p %p + ; 4 1 04326896 14854262 13111700 04446521 +stool_pigeon n 2 1 @ 2 0 10091012 04327110 +stool_test n 1 1 @ 1 0 05741340 +stoolie n 1 1 @ 1 0 10091012 +stoolpigeon n 1 1 @ 1 0 10091012 +stoop n 3 2 @ + 3 1 00336654 04330109 04327204 +stooper n 2 2 @ + 2 0 10659961 10659762 +stop n 11 6 @ ~ #p %p + ; 11 5 07365849 01076046 01056411 14010927 08656893 07115914 06843520 04327324 03189083 02982790 02853449 +stop-loss_order n 1 1 @ 1 0 06530412 +stop_bath n 1 1 @ 1 0 04327544 +stop_consonant n 1 4 ! @ ~ %p 1 0 07115914 +stop_number n 1 1 @ 1 0 13821408 +stop_order n 1 1 @ 1 0 06530412 +stop_payment n 1 1 @ 1 0 06530586 +stop_press n 1 1 @ 1 0 06684262 +stop_watch n 1 1 @ 1 0 04328186 +stopcock n 1 1 @ 1 0 04327682 +stopes n 1 1 @ 1 0 11320044 +stopgap n 1 1 @ 1 0 00178551 +stoplight n 2 3 @ ~ #p 2 0 07265990 06874185 +stopover n 2 3 @ ~ + 2 0 08657100 01056411 +stoppage n 3 3 @ ~ + 3 0 14010927 02853449 01076046 +stoppard n 1 1 @ 1 0 11320245 +stopper n 4 4 @ ~ + ; 4 0 06892358 06768394 04327825 03967942 +stopper_knot n 1 2 @ ~ 1 0 04328054 +stopping n 2 2 @ ~ 2 0 03338143 00101809 +stopping_point n 1 1 @ 1 1 15267536 +stopple n 1 3 @ ~ + 1 0 03967942 +stops n 1 1 @ 1 0 00493308 +stopwatch n 1 1 @ 1 0 04328186 +storage n 6 6 @ ~ #p %p + ; 6 3 00811355 04329190 00811661 13562133 03744276 00372607 +storage-battery_grid n 1 2 @ #p 1 0 03458753 +storage_allocation n 1 2 @ ; 1 0 00164579 +storage_area n 1 2 @ #p 1 0 02964634 +storage_battery n 1 3 @ ~ %p 1 0 04328329 +storage_cell n 1 2 @ #p 1 0 04328580 +storage_device n 1 2 @ ~ 1 0 03744840 +storage_locker n 1 3 @ ~ #p 1 0 02933462 +storage_medium n 1 2 @ ~ 1 0 06263762 +storage_ring n 1 2 @ #p 1 0 04328703 +storage_room n 1 2 @ ~ 1 0 04329477 +storage_space n 1 3 @ ~ #p 1 0 04328946 +storage_tank n 1 2 @ ~ 1 0 04388743 +storage_warehouse n 1 2 @ ~ 1 0 04551055 +storax n 1 1 @ 1 0 12777179 +storax_family n 1 3 @ #m %m 1 0 12776946 +store n 4 5 @ ~ #p %p + 4 3 04202417 13367070 03744276 04329190 +store_cheese n 1 1 @ 1 0 07853125 +store_detective n 1 1 @ 1 0 10660128 +stored_program n 1 1 @ 1 0 06580219 +storefront n 1 3 @ #p %p 1 1 04203705 +storehouse n 1 2 @ ~ 1 1 04329190 +storekeeper n 1 3 @ ~ #m 1 1 10592152 +storeria n 1 3 @ #m %m 1 1 01738175 +storeria_occipitamaculata n 1 2 @ #m 1 0 01738306 +storeroom n 1 2 @ ~ 1 1 04329477 +storey n 1 3 @ ~ #p 1 0 03365991 +stork n 1 3 @ ~ #m 1 0 02002075 +storksbill n 1 3 @ ~ #m 1 0 12688716 +storm n 3 5 @ ~ #p %p + 3 2 11462526 13978344 00974630 +storm_cellar n 1 1 @ 1 0 04329681 +storm_center n 2 2 @ #p 2 0 13978601 08524572 +storm_centre n 2 2 @ #p 2 0 13978601 08524572 +storm_cloud n 1 1 @ 1 1 09445910 +storm_cone n 1 2 @ ; 1 0 06792526 +storm_door n 1 1 @ 1 0 04329834 +storm_lamp n 1 1 @ 1 0 03549897 +storm_lantern n 1 1 @ 1 0 03549897 +storm_petrel n 1 3 @ ~ #m 1 0 02060889 +storm_sash n 1 1 @ 1 0 04329958 +storm_signal n 1 2 @ ~ 1 0 06792364 +storm_trooper n 1 1 @ 1 0 10660250 +storm_troops n 1 2 @ %m 1 0 08212146 +storm_window n 1 1 @ 1 0 04329958 +storminess n 2 3 @ ~ + 2 0 14523436 07481625 +stormy_petrel n 1 2 @ #m 1 0 02061217 +story n 6 5 @ ~ #p %p ; 6 6 07221094 06369829 03365991 06514093 06681551 06757057 +storybook n 1 1 @ 1 0 06413459 +storyline n 1 1 @ 1 1 06373645 +storyteller n 2 2 @ ~ 2 1 10345804 10660333 +stotinka n 1 2 @ #p 1 0 13685913 +stoup n 2 1 @ 2 0 04330189 04330109 +stout n 2 3 @ ~ + 2 0 07890352 05097166 +stoutheartedness n 1 3 ! @ + 1 0 04858317 +stoutness n 2 2 @ + 2 0 05031560 05000537 +stove n 2 3 @ ~ %p 2 2 04330340 04330267 +stove_bolt n 1 1 @ 1 0 04330669 +stove_poker n 1 1 @ 1 0 03975926 +stovepipe n 2 1 @ 2 0 04330746 03237416 +stovepipe_iron n 1 1 @ 1 0 04330896 +stovepiping n 1 1 @ 1 0 13551117 +stover n 1 1 @ 1 0 07802246 +stowage n 3 3 @ ~ + 3 0 13326021 04329477 00811921 +stowaway n 1 2 @ + 1 0 10660471 +stowe n 1 1 @ 1 0 11320405 +stowing n 1 2 @ + 1 0 00811921 +stp n 1 1 @ 1 0 13780339 +strabismus n 1 2 @ ~ 1 0 14557415 +strabotomy n 1 1 @ 1 0 00692840 +strachey n 1 2 @ #m 1 0 11320631 +strad n 1 1 @ 1 0 04330998 +stradavarius n 1 1 @ 1 0 04330998 +straddle n 4 3 @ %p + 4 0 06211702 00438893 00349213 00081174 +stradivari n 1 1 @ 1 0 11320821 +stradivarius n 1 1 @ 1 0 11320821 +strafe n 1 2 @ + 1 0 01246334 +strafer n 1 2 @ + 1 0 10660621 +straggle n 1 2 @ + 1 0 07939159 +straggler n 1 2 @ + 1 1 10660729 +straight n 3 3 @ ~ + 3 0 10173895 07958294 04331126 +straight-arm n 1 2 @ ; 1 0 00171050 +straight-fluted_drill n 1 1 @ 1 0 04331765 +straight-line_method n 1 2 @ ; 1 0 13328578 +straight-line_method_of_depreciation n 1 2 @ ; 1 0 13328578 +straight_and_narrow n 1 1 @ 1 0 00416216 +straight_angle n 1 2 @ #p 1 0 13612688 +straight_arch n 1 1 @ 1 0 03360133 +straight_arrow n 1 1 @ 1 0 10642705 +straight_chain n 1 1 @ 1 0 09446012 +straight_chair n 1 3 @ ~ %p 1 0 04331277 +straight_face n 1 1 @ 1 1 06878803 +straight_flush n 1 1 @ 1 0 07957986 +straight_flute n 1 1 @ 1 0 04331765 +straight_hang n 1 1 @ 1 0 00437067 +straight_life_insurance n 1 1 @ 1 0 13347947 +straight_line n 1 3 ! @ ~ 1 1 13869991 +straight_man n 1 1 @ 1 0 10660883 +straight_person n 1 2 @ ~ 1 0 10173895 +straight_pin n 1 1 @ 1 0 04331892 +straight_poker n 1 1 @ 1 0 00497924 +straight_razor n 1 1 @ 1 0 04332074 +straight_shooter n 1 1 @ 1 0 10642705 +straight_sinus n 1 1 @ 1 0 05252705 +straight_thrust n 1 3 @ %p ; 1 0 01174251 +straight_ticket n 1 2 ! @ 1 0 00184652 +straightaway n 1 2 @ ~ 1 1 04331126 +straightedge n 1 1 @ 1 0 04331443 +straightener n 1 2 @ + 1 0 04331639 +straightforwardness n 2 2 @ + 2 0 04918498 04867700 +straightjacket n 1 1 @ 1 0 04332580 +straightness n 5 5 ! @ ~ = + 5 0 05074559 05074057 04918210 04872016 00857664 +strain n 11 6 @ ~ #m %p + ; 11 6 11515325 14410089 07028373 14375890 08101410 08111157 14298102 05922450 00788766 00624553 00546389 +strain_gage n 1 1 @ 1 0 04332466 +strain_gauge n 1 1 @ 1 0 04332466 +strainer n 1 3 @ ~ + 1 0 04332243 +strainer_vine n 1 4 @ ~ #m %p 1 0 12166424 +straining n 2 2 @ + 2 1 00624553 00751529 +strait n 2 2 @ ~ 2 1 09446115 13936939 +strait_and_narrow n 1 1 @ 1 0 00416216 +strait_of_calais n 1 1 @ 1 0 09447450 +strait_of_dover n 1 1 @ 1 0 09447450 +strait_of_georgia n 1 1 @ 1 0 09446617 +strait_of_gibraltar n 1 2 @ %p 1 0 09446747 +strait_of_hormuz n 1 2 @ #p 1 0 09446868 +strait_of_magellan n 1 1 @ 1 0 09447047 +strait_of_messina n 1 1 @ 1 0 09447335 +strait_of_ormuz n 1 2 @ #p 1 0 09446868 +straitjacket n 2 1 @ 2 0 05690684 04332580 +straits n 2 2 @ ~ 2 0 13936939 07418822 +strake n 1 3 @ ~ #p 1 0 04544805 +strand n 6 3 @ ~ #p 6 3 05932062 04332783 02999757 14867858 09447666 08657748 +strand_wolf n 1 2 @ #m 1 0 02117646 +strange_attractor n 1 1 @ 1 0 05866489 +strange_particle n 1 1 @ 1 0 09447806 +strange_quark n 1 1 @ 1 0 09447917 +strangeness n 3 5 @ ~ = + ; 3 1 04797482 05844545 04799344 +stranger n 2 3 ! @ ~ 2 1 10661002 10661216 +stranglehold n 2 1 @ 2 0 05193781 00814899 +strangler n 2 3 @ ~ + 2 0 13123431 10121246 +strangler_fig n 2 2 @ #m 2 0 12402051 12366313 +strangler_tree n 1 2 @ ~ 1 0 13123431 +strangles n 1 1 @ 1 0 14264352 +strangling n 1 2 @ + 1 0 00225786 +strangulation n 3 3 @ + ; 3 1 00225786 14298247 00227264 +strap n 4 4 @ ~ #p + 4 1 04333129 04333709 04333500 04332987 +strap_fern n 1 3 @ ~ #m 1 0 13174670 +strap_hinge n 1 1 @ 1 0 04333869 +strapado n 1 1 @ 1 0 00424324 +straphanger n 2 1 @ 2 0 10661464 10661334 +strapless n 1 1 @ 1 0 04334105 +strappado n 1 1 @ 1 0 00424324 +strapper n 1 1 @ 1 0 09878702 +strasberg n 1 1 @ 1 0 11321051 +strasbourg n 1 1 @ 1 0 08937850 +strassburg n 1 1 @ 1 0 08937850 +stratagem n 2 2 @ ~ 2 1 00172490 05905802 +strategian n 1 2 @ ~ 1 0 10661563 +strategic_arms_limitation_talks n 1 1 @ 1 0 07149582 +strategic_buyout n 1 1 @ 1 0 00789735 +strategic_intelligence n 1 1 @ 1 0 00982679 +strategic_warning n 1 3 @ ~ ; 1 0 07225696 +strategics n 1 1 @ 1 0 06152734 +strategist n 1 3 @ ~ + 1 1 10661563 +strategy n 2 4 @ ~ + ; 2 1 05905348 06249177 +stratford-on-avon n 1 1 @ 1 0 08880529 +stratford-upon-avon n 1 1 @ 1 0 08880529 +stratification n 5 3 @ ~ + 5 1 01013604 13939158 13562328 05074690 00919877 +stratified_language n 1 2 ! @ 1 0 06901333 +stratified_sample n 1 2 @ ; 1 0 06027051 +stratified_sampling n 1 1 @ 1 0 00162417 +stratigraphy n 1 1 @ 1 0 06118236 +stratocracy n 1 1 @ 1 0 08053003 +stratosphere n 1 3 @ #p %p 1 0 09448090 +stratum n 3 6 @ ~ #m #p + ; 3 1 08657249 07974025 06246896 +stratum_basale n 1 2 @ #p 1 0 05243704 +stratum_corneum n 1 2 @ #p 1 0 05243077 +stratum_germinativum n 1 2 @ #p 1 0 05243704 +stratum_granulosum n 1 2 @ #p 1 0 05243435 +stratum_lucidum n 1 2 @ #p 1 0 05243259 +stratus n 1 2 @ ~ 1 0 09448251 +stratus_cloud n 1 2 @ ~ 1 0 09448251 +strauss n 3 1 @ 3 0 11321647 11321428 11321296 +strauss_the_elder n 1 1 @ 1 0 11321296 +strauss_the_younger n 1 1 @ 1 0 11321428 +stravinsky n 2 2 @ + 2 1 11321841 07278775 +straw n 4 4 @ ~ #s + 4 2 14959939 14805899 04966941 04334232 +straw_boss n 1 1 @ 1 0 10661732 +straw_foxglove n 1 1 @ 1 0 12883265 +straw_hat n 1 1 @ 1 1 02859184 +straw_man n 3 1 @ 3 0 10113583 07182367 04143712 +straw_mushroom n 1 2 @ #m 1 0 13020191 +straw_poll n 1 1 @ 1 0 05801465 +straw_vote n 1 1 @ 1 0 05801465 +straw_wine n 1 1 @ 1 0 07898617 +strawberry n 3 4 @ ~ #m #p 3 1 07745940 12630144 04696316 +strawberry-shrub_family n 1 3 @ #m %m 1 0 11700401 +strawberry_blite n 1 1 @ 1 0 11829435 +strawberry_bush n 2 2 @ #m 2 0 12749852 11701066 +strawberry_daiquiri n 1 1 @ 1 0 07914586 +strawberry_geranium n 1 2 @ #m 1 0 12794568 +strawberry_guava n 1 2 @ #m 1 0 12333771 +strawberry_haemangioma n 1 1 @ 1 0 14247743 +strawberry_hemangioma n 1 1 @ 1 0 14247743 +strawberry_ice_cream n 1 1 @ 1 0 07615460 +strawberry_jam n 1 1 @ 1 0 07643200 +strawberry_mark n 1 1 @ 1 0 04696316 +strawberry_pigweed n 1 1 @ 1 0 11829435 +strawberry_preserves n 1 1 @ 1 0 07643200 +strawberry_saxifrage n 1 2 @ #m 1 0 12794568 +strawberry_shrub n 1 1 @ 1 0 11701066 +strawberry_tomato n 2 1 @ 2 0 12911264 12910676 +strawberry_tree n 1 1 @ 1 0 12230794 +strawboard n 1 1 @ 1 0 14801493 +strawflower n 3 2 @ #m 3 0 12475242 11981192 11980318 +strawman n 3 1 @ 3 0 10113583 07182367 04143712 +strawworm n 2 2 @ #m 2 0 02269657 02217839 +stray n 1 2 @ + 1 1 02122580 +strayer n 1 2 @ + 1 0 10660729 +streak n 4 3 @ ~ + 4 3 08460585 04920435 04683136 07413629 +streaker n 1 2 @ + 1 0 10662306 +stream n 5 4 @ ~ %p + 5 5 09448361 08461595 00329227 14005892 07406765 +stream_of_consciousness n 2 1 @ 2 1 06374408 05675437 +stream_orchid n 1 2 @ #m 1 0 12062781 +streambed n 1 2 @ ~ 1 0 09448690 +streamer n 4 3 @ ~ #p 4 0 11515734 06345878 03911866 02788021 +streamer_fly n 1 1 @ 1 0 04334365 +streaming n 1 1 @ 1 0 11443929 +streamlet n 1 2 @ + 1 0 09415938 +streamline_flow n 1 2 @ ~ 1 0 11521665 +streamliner n 1 2 @ + 1 1 04334504 +streep n 1 1 @ 1 0 11322068 +street n 5 5 @ ~ #p %s ; 5 3 04334599 04335209 14516256 14485811 08225426 +street_address n 1 1 @ 1 0 08491710 +street_arab n 1 2 @ ; 1 0 10663137 +street_child n 1 1 @ 1 0 10763075 +street_cleaner n 1 1 @ 1 1 10662474 +street_clothes n 1 2 @ ; 1 1 04335693 +street_corner n 1 2 @ ~ 1 1 03109486 +street_cred n 1 1 @ 1 0 04784525 +street_credibility n 1 1 @ 1 0 04784525 +street_drug n 1 2 @ ~ 1 0 03248958 +street_fighter n 2 1 @ 2 0 10662819 10662649 +street_girl n 1 1 @ 1 0 10663315 +street_lamp n 1 2 @ %p 1 0 04335886 +street_name n 4 2 @ - 4 0 06336723 06336537 06336363 06336285 +street_organ n 1 2 @ ; 1 0 02795978 +street_person n 1 1 @ 1 0 10026976 +street_sign n 1 2 @ ~ 1 0 06794110 +street_smarts n 1 1 @ 1 0 05622076 +street_sweeper n 1 1 @ 1 0 10662474 +street_theater n 1 1 @ 1 0 00899501 +street_urchin n 1 2 @ ~ 1 0 10662952 +streetcar n 1 3 @ ~ #p 1 1 04335435 +streetcar_track n 1 2 @ %p 1 0 04469003 +streetlight n 1 2 @ %p 1 1 04335886 +streetwalker n 1 2 @ + 1 0 10663315 +streisand n 1 1 @ 1 0 11322178 +strekelia n 1 3 @ #m %m 1 0 12422399 +strekelia_formosissima n 1 2 @ #m 1 0 12422559 +strelitzia n 1 3 @ #m %m 1 0 12354374 +strelitzia_family n 1 3 @ #m %m 1 0 12354068 +strelitzia_reginae n 1 2 @ #m 1 0 12354619 +strelitziaceae n 1 3 @ #m %m 1 0 12354068 +strength n 9 5 ! @ ~ = ; 9 7 05029706 05203649 05035353 05159225 05191832 05099796 05034225 14474556 05053688 +strengthener n 1 3 @ ~ + 1 0 04336034 +strengthening n 2 4 ! @ ~ + 2 0 07427224 00374063 +strenuosity n 1 2 @ + 1 0 05036237 +strenuousness n 1 2 @ + 1 0 04709759 +strep n 1 3 @ #m + 1 0 01381044 +strep_throat n 1 1 @ 1 0 14184986 +strepera n 1 3 @ #m %m 1 0 01583373 +strepsiceros n 1 3 @ #m %m 1 0 02423787 +strepsirhini n 1 2 @ #m 1 0 02497214 +streptobacillus n 1 1 @ 1 0 01377694 +streptocarpus n 1 3 @ ~ #m 1 0 12833985 +streptococcal_sore_throat n 1 1 @ 1 0 14184986 +streptococci n 1 2 @ #m 1 0 01381044 +streptococcus n 1 3 @ #m + 1 0 01381044 +streptococcus_anhemolyticus n 1 2 @ #m 1 1 01381285 +streptococcus_tonsilitis n 1 1 @ 1 0 14184986 +streptodornase n 1 1 @ 1 0 15060937 +streptokinase n 1 1 @ 1 0 15061171 +streptolysin n 1 1 @ 1 0 15061428 +streptomyces n 1 3 @ ~ #m 1 0 01376237 +streptomyces_erythreus n 1 1 @ 1 0 01376437 +streptomyces_griseus n 1 1 @ 1 0 01376543 +streptomyces_scabies n 1 1 @ 1 0 01376647 +streptomycetaceae n 1 3 @ #m %m 1 0 01375913 +streptomycin n 1 1 @ 1 0 04336380 +streptopelia n 1 3 @ #m %m 1 0 01813256 +streptopelia_risoria n 1 1 @ 1 0 01813658 +streptopelia_turtur n 1 1 @ 1 0 01813532 +streptosolen n 1 3 @ #m %m 1 0 12914048 +streptosolen_jamesonii n 1 2 @ #m 1 0 12914193 +streptothricin n 1 1 @ 1 0 04336533 +stress n 5 4 @ ~ + ; 5 5 07085375 14376188 14435187 14410089 11514805 +stress_fracture n 1 1 @ 1 0 14293352 +stress_incontinence n 1 1 @ 1 0 13562474 +stress_mark n 1 1 @ 1 0 06822476 +stress_test n 1 2 @ ~ 1 0 05747160 +stressor n 1 2 @ + 1 0 09448829 +stretch n 7 5 @ ~ #p + ; 7 5 09448945 00341243 04336645 00628692 00371059 15134490 05021345 +stretch_mark n 1 2 @ ; 1 0 04680893 +stretch_pants n 1 2 @ ; 1 1 04337287 +stretch_receptor n 1 1 @ 1 0 05323454 +stretch_reflex n 1 1 @ 1 0 00867606 +stretchability n 1 2 @ + 1 0 05021345 +stretcher n 4 4 @ ~ #p + 4 0 04337157 04336996 04336792 02957427 +stretcher-bearer n 1 1 @ 1 0 10663549 +stretcher_party n 1 1 @ 1 0 08265790 +stretchiness n 1 2 @ + 1 0 05021345 +stretching n 2 3 @ ~ + 2 1 00366521 00628692 +streusel n 2 1 @ 2 0 07623576 07621976 +strewing n 1 2 @ + 1 0 00369138 +stria n 2 3 @ ~ + 2 0 13908348 04680465 +striate_area n 1 2 @ #p 1 0 05494617 +striate_body n 1 2 @ %p 1 0 05499542 +striate_cortex n 1 2 @ #p 1 0 05494617 +striate_vein n 1 1 @ 1 0 05383348 +striated_muscle n 1 3 @ ~ %p 1 0 05289861 +striated_muscle_cell n 1 3 @ #p %p 1 0 05459769 +striated_muscle_fiber n 1 3 @ #p %p 1 0 05459769 +striated_muscle_tissue n 1 1 @ 1 0 05289743 +striation n 2 3 @ ~ + 2 1 13908348 04680465 +striatum n 1 2 @ %p 1 0 05499542 +strickland n 1 1 @ 1 0 11322344 +strickle n 3 1 @ 3 0 04337650 04337503 04337400 +strictness n 2 3 @ ~ + 2 0 04673173 04639371 +stricture n 2 2 @ ~ 2 0 14107374 06712761 +stride n 3 3 @ #p + 3 3 00285889 13757249 00249987 +stridence n 1 2 @ + 1 0 04990021 +stridency n 1 2 @ + 1 0 04990021 +strider n 1 2 @ + 1 0 10661865 +stridor n 1 1 @ 1 0 14568194 +stridulation n 1 2 @ + 1 0 07395957 +strife n 2 2 @ ~ 2 2 13979064 01167710 +strigidae n 1 3 @ #m %m 1 0 01621714 +strigiformes n 1 3 @ #m %m 1 0 01620967 +strike n 6 3 @ ~ + 6 2 01243674 00977301 07410021 00187710 00109414 00064504 +strike-slip_fault n 1 1 @ 1 0 09449127 +strike_leader n 1 1 @ 1 0 10663659 +strike_pay n 1 1 @ 1 0 13280896 +strike_zone n 1 2 @ ; 1 0 08690974 +strikebreaker n 1 1 @ 1 0 10554455 +strikebreaking n 1 1 @ 1 0 00621198 +strikeout n 1 4 @ ~ + ; 1 0 00130347 +striker n 5 4 @ ~ + ; 5 0 10663996 10663858 10663745 10178216 04337740 +striking n 2 3 @ ~ + 2 0 07339329 00125629 +strikingness n 2 3 @ ~ + 2 0 14434022 04707252 +strindberg n 1 1 @ 1 0 11322481 +string n 10 6 @ ~ #p %p + ; 10 6 04337974 02880546 04338143 08459648 07013549 03235560 14867365 09449282 04338359 02999757 +string_bass n 1 1 @ 1 0 02803934 +string_bean n 1 1 @ 1 0 07728181 +string_cheese n 1 1 @ 1 0 07854707 +string_line n 1 1 @ 1 0 08516260 +string_of_beads n 1 2 @ ~ 1 0 02815600 +string_of_words n 1 2 @ ~ 1 0 07013736 +string_orchestra n 1 1 @ 1 0 08248747 +string_quartet n 1 1 @ 1 0 08247561 +string_quartette n 1 1 @ 1 0 08247561 +string_section n 1 2 @ ~ 1 0 08217302 +string_theory n 1 3 @ #p ; 1 0 05891232 +string_tie n 1 1 @ 1 0 04339191 +stringed_instrument n 1 3 @ ~ %p 1 0 04338517 +stringency n 2 2 @ + 2 0 14450540 04673173 +stringer n 4 3 @ #m + 4 0 10662162 10662046 04339062 04338963 +strings n 1 2 @ ~ 1 0 08217302 +stringybark n 1 2 @ ~ 1 0 12335800 +stringybark_pine n 1 1 @ 1 0 11634393 +strip n 6 5 @ ~ #p %p + 6 4 09449510 04339291 02693070 07003352 04339638 00531490 +strip-jack-naked n 1 1 @ 1 0 00490155 +strip_alert n 1 1 @ 1 0 14032293 +strip_cropping n 1 1 @ 1 0 00920211 +strip_lighting n 1 1 @ 1 0 04339879 +strip_mall n 1 1 @ 1 0 04340019 +strip_mine n 1 2 @ + 1 0 04340231 +strip_miner n 1 2 @ + 1 0 10664235 +strip_mining n 1 1 @ 1 0 00922848 +strip_poker n 1 1 @ 1 0 00498086 +strip_search n 1 1 @ 1 0 00946281 +strip_show n 1 1 @ 1 0 00531490 +strip_steak n 1 1 @ 1 0 07662719 +stripe n 5 5 @ ~ #p + ; 5 1 02784732 07269758 07269552 05845749 04683136 +stripe_blight n 1 1 @ 1 0 14218991 +striped_bass n 2 2 @ #m 2 0 07778103 02568087 +striped_button_quail n 1 1 @ 1 0 02020219 +striped_coral_root n 1 1 @ 1 0 12053962 +striped_dogwood n 1 1 @ 1 0 12753762 +striped_drum n 1 2 @ #m 1 0 02594942 +striped_gentian n 1 1 @ 1 0 12295429 +striped_hyena n 1 2 @ #m 1 0 02117512 +striped_killifish n 1 2 @ #m 1 0 01447331 +striped_maple n 1 1 @ 1 0 12753762 +striped_marlin n 1 1 @ 1 0 02631628 +striped_muishond n 1 2 @ #m 1 0 02444251 +striped_mullet n 1 2 @ #m 1 0 02601767 +striped_racer n 1 1 @ 1 0 01731941 +striped_skunk n 1 2 @ #m 1 0 02446206 +striped_squirrel n 1 2 @ #m 1 0 02359915 +striped_violet n 1 1 @ 1 0 12390099 +striper n 3 2 @ #m 3 0 10664076 07778103 02568087 +stripes n 1 2 @ ; 1 0 07269552 +striping n 1 2 @ + 1 0 00264088 +stripling n 1 2 @ ~ 1 0 09772029 +stripper n 4 3 @ ~ + 4 0 15061550 10664656 10664340 04340378 +stripper_well n 1 1 @ 1 0 04340378 +stripping n 1 3 @ ~ + 1 0 00394803 +striptease n 2 3 @ ~ + 2 0 10664340 00531490 +striptease_artist n 1 2 @ ~ 1 0 10664340 +stripteaser n 1 3 @ ~ + 1 0 10664340 +striver n 1 1 @ 1 0 10609556 +striving n 1 3 @ ~ + 1 1 00788766 +strix n 1 3 @ #m %m 1 0 01622596 +strix_aluco n 1 2 @ #m 1 0 01622959 +strix_nebulosa n 1 2 @ #m 1 0 01622779 +strix_occidentalis n 1 2 @ #m 1 0 01623880 +strix_varia n 1 2 @ #m 1 0 01623110 +strizostedion_vitreum_glaucum n 1 1 @ 1 0 02557909 +strobe n 1 1 @ 1 0 04340521 +strobe_light n 1 1 @ 1 0 04340521 +strobile n 1 3 @ ~ #p 1 0 11682842 +strobilomyces n 1 3 @ #m %m 1 0 13059485 +strobilomyces_floccopus n 1 2 @ #m 1 0 13059657 +strobilus n 1 3 @ ~ #p 1 0 11682842 +stroboscope n 1 1 @ 1 0 04340521 +stroheim n 1 1 @ 1 0 11322627 +stroke n 12 5 @ ~ %p + ; 12 5 00565302 07351195 14082303 07413815 00144632 13595094 10664850 07300960 06844903 06799260 00569898 00349369 +stroke_play n 1 1 @ 1 0 00466524 +stroking n 1 3 @ ~ + 1 0 00144632 +stroll n 1 3 @ ~ + 1 1 00284101 +stroller n 2 3 @ ~ + 2 0 10553235 02766534 +stroma n 3 1 @ 3 0 12962488 12962389 05584152 +stromateid n 1 4 @ ~ #m %p 1 0 02632989 +stromateid_fish n 1 4 @ ~ #m %p 1 0 02632989 +stromateidae n 1 3 @ #m %m 1 0 02632694 +strombidae n 1 3 @ #m %m 1 0 01943213 +strombus n 1 3 @ #m %m 1 0 01943754 +strombus_gigas n 1 1 @ 1 0 01944118 +strong-armer n 1 3 @ ~ + 1 0 10184081 +strong_belief n 1 2 @ ~ 1 0 05942888 +strong_breeze n 1 2 @ #p 1 0 11433013 +strong_drink n 1 2 @ ~ 1 0 07901587 +strong_force n 1 2 @ ; 1 0 11516819 +strong_gale n 1 2 @ #p 1 0 11462276 +strong_interaction n 1 2 @ ; 1 0 11516819 +strong_point n 1 3 ! @ ~ 1 1 05159225 +strong_suit n 2 3 @ ~ #p 2 0 07957546 05159225 +strongbox n 1 2 @ ~ 1 0 04340750 +stronghold n 1 2 @ ~ 1 0 04340935 +strongman n 2 1 @ 2 0 10665190 10665006 +strongroom n 1 3 @ ~ ; 1 0 04341133 +strongylodon n 1 3 @ #m %m 1 0 12571606 +strongylodon_macrobotrys n 1 2 @ #m 1 0 12571781 +strontianite n 1 2 @ %s 1 0 15061936 +strontium n 1 3 @ ~ #s 1 0 14655731 +strontium_90 n 1 1 @ 1 0 14656001 +strop n 1 2 @ + 1 0 04341288 +strophanthin n 1 1 @ 1 0 15061674 +strophanthus n 1 3 @ ~ #m 1 0 11775959 +strophanthus_kombe n 1 1 @ 1 0 11776234 +stropharia n 1 3 @ #m %m 1 0 13010401 +stropharia_ambigua n 1 2 @ #m 1 0 13010694 +stropharia_hornemannii n 1 2 @ #m 1 0 13010951 +stropharia_rugoso-annulata n 1 2 @ #m 1 0 13011221 +strophariaceae n 1 3 @ #m %m 1 0 13010219 +strophe n 1 2 @ #p 1 0 06386693 +structural_anthropology n 1 2 @ #p 1 0 06168334 +structural_formula n 1 1 @ 1 0 06817312 +structural_gene n 1 1 @ 1 0 05441338 +structural_genomics n 1 1 @ 1 0 06075378 +structural_iron n 1 1 @ 1 0 15063108 +structural_linguistics n 1 1 @ 1 0 06181284 +structural_member n 1 3 @ ~ #p 1 0 04341414 +structural_sociology n 1 2 @ #p 1 0 06168152 +structural_steel n 1 1 @ 1 0 15063224 +structuralism n 3 2 @ #p 3 0 06181284 06168334 06168152 +structure n 5 6 @ ~ #m %m %p + 5 4 04341686 04931965 05726345 05225602 08378819 +strudel n 1 1 @ 1 0 07627693 +struggle n 3 3 @ ~ + 3 3 00788973 00958896 00622068 +struggler n 1 2 @ + 1 0 10665302 +strum n 1 2 @ + 1 0 07396120 +struma n 2 1 @ 2 0 14199477 14144247 +strumpet n 1 1 @ 1 0 09772930 +strut n 2 2 @ + 2 1 00290125 04343148 +struthio n 1 3 @ #m %m 1 0 01518718 +struthio_camelus n 1 2 @ #m 1 0 01518878 +struthiomimus n 1 2 @ #m 1 0 01716298 +struthionidae n 1 3 @ #m %m 1 0 01518564 +struthioniformes n 1 3 @ #m %m 1 0 01518347 +strychnine n 1 2 @ #s 1 1 14715008 +strymon n 1 3 @ #m %m 1 0 02282716 +strymon_melinus n 1 2 @ #m 1 0 02283077 +stuart n 3 3 @ #m %m 3 0 11322758 10665455 08158460 +stuart_davis n 1 1 @ 1 0 10924987 +stub n 5 2 @ ~ 5 1 09449657 09374646 06520429 06507815 02927399 +stub_nail n 1 1 @ 1 0 04343272 +stubbiness n 1 2 @ + 1 0 05137778 +stubble n 2 2 @ ~ 2 0 14805899 05263183 +stubbornness n 2 3 @ ~ + 2 2 04908835 04863074 +stubbs n 1 1 @ 1 0 11322937 +stucco n 1 3 @ ~ + 1 1 15062057 +stud n 5 4 @ #p + - 5 0 10665587 04343346 04143365 02377291 00498220 +stud_farm n 1 1 @ 1 0 04343919 +stud_finder n 1 1 @ 1 0 04344003 +stud_mare n 1 1 @ 1 0 02377603 +stud_poker n 1 2 @ - 1 0 00498220 +studbook n 1 1 @ 1 0 06507330 +student n 2 4 @ ~ #m + 2 2 10665698 10557854 +student_center n 1 1 @ 1 0 04343511 +student_lamp n 1 1 @ 1 0 04343630 +student_lodging n 1 1 @ 1 0 03541537 +student_nurse n 1 1 @ 1 0 10477713 +student_residence n 1 2 @ ~ 1 0 03224893 +student_teacher n 1 1 @ 1 0 10666259 +student_union n 1 2 @ #p 1 0 04343740 +studentship n 1 2 @ + 1 0 00604694 +studhorse n 1 1 @ 1 0 02377291 +studio n 3 3 ! @ ~ 3 1 04344246 04344734 04344544 +studio_apartment n 1 1 @ 1 0 04344734 +studio_couch n 1 1 @ 1 0 04344873 +studiousness n 1 3 @ ~ + 1 0 04866238 +study n 10 4 @ ~ #p + 10 8 00644503 05755883 07218470 05705355 04345028 05996646 04227144 05784242 10666464 07048627 +study_hall n 2 2 @ #p 2 0 15299225 04345201 +studying n 1 2 @ + 1 0 06598445 +stuff n 7 3 @ ~ ; 7 5 14580897 04345288 13251154 06609909 05210534 07219004 05922305 +stuff_and_nonsense n 1 2 @ ; 1 0 06609909 +stuff_shot n 1 2 @ ~ 1 0 00110554 +stuffed_cabbage n 1 1 @ 1 0 07878283 +stuffed_derma n 1 2 @ ; 1 0 07878479 +stuffed_egg n 1 1 @ 1 0 07842433 +stuffed_grape_leaves n 1 1 @ 1 0 07866409 +stuffed_mushroom n 1 2 @ %p 1 0 07734879 +stuffed_peppers n 1 1 @ 1 0 07878647 +stuffed_shirt n 1 2 @ ; 1 0 10666615 +stuffed_tomato n 2 1 @ 2 0 07878926 07878785 +stuffer n 2 2 @ + 2 0 10693459 07250727 +stuffiness n 3 2 @ + 3 0 14321333 05112474 04648059 +stuffing n 2 3 @ ~ + 2 0 07678729 04345458 +stuffing_box n 1 2 @ %p 1 0 04345595 +stuffing_nut n 1 2 @ #p 1 0 04345787 +stultification n 2 2 @ + 2 0 06716992 00272878 +stumble n 2 2 @ + 2 0 00289388 00076563 +stumblebum n 2 1 @ 2 0 10666752 10274639 +stumbler n 2 2 @ + 2 0 10667041 09879744 +stumbling_block n 1 1 @ 1 1 04345915 +stump n 4 5 @ ~ #p + ; 4 2 13111504 05560631 04346003 03159640 +stump_speech n 1 1 @ 1 0 07243306 +stump_spud n 1 1 @ 1 0 04289964 +stumper n 1 2 @ + 1 0 06785367 +stumping n 1 1 @ 1 1 00801598 +stumpknocker n 1 2 @ #m 1 0 02563949 +stun_baton n 1 1 @ 1 0 04346157 +stun_gun n 1 1 @ 1 0 04346157 +stunner n 2 2 @ + 2 0 10613996 07299439 +stunt n 2 3 @ ~ + 2 1 00046344 01319187 +stunt_flier n 1 1 @ 1 0 09839860 +stunt_flying n 1 2 @ ~ 1 0 00302861 +stunt_kite n 1 1 @ 1 0 04284869 +stunt_man n 1 1 @ 1 0 10666846 +stunt_pilot n 1 1 @ 1 0 09839860 +stunt_woman n 1 1 @ 1 0 10666846 +stuntedness n 1 2 @ + 1 0 05107495 +stunting n 1 3 @ ~ + 1 0 00302861 +stupa n 1 1 @ 1 0 04346328 +stupe n 1 2 @ ~ 1 0 10667187 +stupefaction n 3 3 @ ~ + 3 0 07510495 05679906 01267135 +stupid n 1 3 @ ~ + 1 1 10667187 +stupid_person n 1 2 @ ~ 1 0 10667187 +stupidity n 2 4 ! @ ~ + 2 2 05645597 01248075 +stupor n 2 2 @ + 2 2 07510625 05679906 +sturdiness n 3 2 @ + 3 0 14051381 05031726 04862592 +sturgeon n 1 3 @ ~ #m 1 0 02640242 +sturm_und_drang n 1 3 @ ~ ; 1 0 13979173 +sturmabteilung n 1 2 @ %m 1 0 08212146 +sturnella n 1 3 @ #m %m 1 0 01572910 +sturnella_magna n 1 1 @ 1 0 01573240 +sturnella_neglecta n 1 1 @ 1 0 01573360 +sturnidae n 1 3 @ #m %m 1 0 01576506 +sturnus n 1 3 @ #m %m 1 0 01576863 +sturnus_vulgaris n 1 2 @ #m 1 0 01577035 +sturt's_desert_pea n 1 1 @ 1 0 12516828 +sturt_pea n 1 1 @ 1 0 12516828 +stutter n 1 2 @ + 1 0 14402922 +stutterer n 1 2 @ + 1 0 10646780 +stuttgart n 1 2 @ #p 1 0 08774912 +stuyvesant n 1 1 @ 1 0 11323094 +sty n 2 1 @ 2 0 14185219 04346428 +stye n 1 1 @ 1 0 14185219 +style n 9 6 @ ~ #p %p + ; 9 4 04928903 07066659 05844105 05750163 11677259 06789215 04812871 04346511 01901213 +style_of_architecture n 1 2 @ ~ 1 0 05841351 +style_sheet n 1 1 @ 1 0 06259584 +stylemark n 1 2 @ ~ 1 1 04732543 +styler n 1 3 @ ~ + 1 0 10155849 +stylet n 1 2 @ #p 1 0 01901348 +stylisation n 1 3 @ ~ + 1 0 01159776 +stylishness n 1 3 @ ~ + 1 0 04813712 +stylist n 2 3 @ ~ + 2 1 10667477 10155849 +stylite n 1 1 @ 1 0 10667596 +stylization n 1 3 @ ~ + 1 1 01159776 +styloid_process n 1 2 @ #p 1 0 05542416 +stylomastoid_vein n 1 1 @ 1 0 05381325 +stylomecon n 1 2 @ #m 1 0 11908431 +stylomecon_heterophyllum n 1 1 @ 1 0 11908549 +stylophorum n 1 3 @ #m %m 1 0 11908718 +stylophorum_diphyllum n 1 2 @ #m 1 0 11908846 +stylopodium n 1 1 @ 1 0 11677485 +stylostixis n 1 2 @ ; 1 0 00710155 +stylus n 2 4 @ ~ #p %p 2 0 04346679 04346511 +stylus_printer n 1 1 @ 1 0 04595285 +stymie n 2 2 @ + 2 0 13927231 05691376 +stymy n 2 1 @ 2 0 13927231 05691376 +styphelia n 1 3 @ #m %m 1 0 12255086 +styphelia_humifusum n 1 2 @ #m 1 0 12254168 +styphelia_triflora n 1 2 @ #m 1 0 12255225 +stypsis n 1 3 @ = + 1 0 05202034 +styptic n 1 3 @ ~ + 1 0 02750835 +styptic_weed n 1 1 @ 1 0 12500751 +styracaceae n 1 3 @ #m %m 1 0 12776946 +styracosaur n 1 2 @ #m 1 0 01704626 +styracosaurus n 1 2 @ #m 1 0 01704626 +styrax n 1 3 @ ~ #m 1 0 12777436 +styrax_family n 1 3 @ #m %m 1 0 12776946 +styrax_japonicum n 1 1 @ 1 0 12777778 +styrax_obassia n 1 1 @ 1 0 12777680 +styrax_texana n 1 1 @ 1 0 12777892 +styrene n 1 2 @ ~ 1 0 14595543 +styrofoam n 1 2 @ ; 1 0 14595933 +styron n 1 1 @ 1 0 11323316 +styx n 1 3 @ #p ; 1 0 09449773 +suasion n 1 2 @ ~ 1 0 07245125 +suaveness n 1 2 @ + 1 0 04913322 +suavity n 1 2 @ + 1 0 04913322 +sub n 2 3 @ ~ %p 2 0 07697825 04347754 +sub-assembly n 1 1 @ 1 0 04346855 +sub-interval n 1 1 @ 1 1 06016746 +sub-saharan_africa n 1 2 @ #p 1 0 09172480 +sub-test n 1 2 @ #m 1 1 01008271 +subacute_bacterial_endocarditis n 1 1 @ 1 0 14339219 +subacute_inclusion_body_encephalitis n 1 1 @ 1 0 14344189 +subacute_sclerosing_leukoencephalitis n 1 1 @ 1 0 14344189 +subacute_sclerosing_panencephalitis n 1 1 @ 1 0 14344189 +subalpine_fir n 1 1 @ 1 0 11622591 +subalpine_larch n 1 1 @ 1 0 11619687 +subaltern n 1 3 @ + ; 1 0 10667709 +subarachnoid_space n 1 2 @ #p 1 0 05482922 +subatomic_particle n 1 2 @ ~ 1 0 09386422 +subbase n 1 1 @ 1 0 04347004 +subbing n 1 2 @ + 1 0 00623670 +subclass n 1 2 @ ; 1 0 08106661 +subclass_acnidosporidia n 1 3 @ #m %m 1 0 01425817 +subclass_actinopoda n 1 3 @ #m %m 1 0 01390287 +subclass_alismatidae n 1 2 @ #m 1 0 11668340 +subclass_amphineura n 1 3 @ #m %m 1 0 01954202 +subclass_anapsida n 1 3 @ #m %m 1 0 01661404 +subclass_archaeornithes n 1 3 @ #m %m 1 0 01515811 +subclass_archosauria n 1 3 @ #m %m 1 0 01695259 +subclass_arecidae n 1 3 @ #m %m 1 0 11668573 +subclass_asteridae n 1 3 @ #m %m 1 0 11910835 +subclass_branchiopoda n 1 3 @ #m %m 1 0 01994176 +subclass_caryophyllidae n 1 3 @ #m %m 1 0 11803475 +subclass_cirripedia n 1 3 @ #m %m 1 0 01998019 +subclass_cnidosporidia n 1 3 @ #m %m 1 0 01426784 +subclass_commelinidae n 1 3 @ #m %m 1 0 11668952 +subclass_copepoda n 1 3 @ #m %m 1 0 01996392 +subclass_crossopterygii n 1 3 @ #m %m 1 0 02514988 +subclass_diapsida n 1 1 @ 1 0 01662060 +subclass_dibranchia n 1 3 @ #m %m 1 0 01969103 +subclass_dibranchiata n 1 3 @ #m %m 1 0 01969103 +subclass_dilleniidae n 1 3 @ #m %m 1 0 12358485 +subclass_dipnoi n 1 3 @ #m %m 1 0 02515914 +subclass_discomycetes n 1 3 @ #m %m 1 0 13028337 +subclass_elasmobranchii n 1 3 @ #m %m 1 0 01481599 +subclass_entomostraca n 1 2 @ #m 1 0 01993949 +subclass_euascomycetes n 1 2 @ #m 1 0 13024348 +subclass_euryalida n 1 3 @ #m %m 1 0 02317983 +subclass_eutheria n 1 3 @ #m %m 1 0 01886220 +subclass_exopterygota n 1 2 @ #m 1 0 02232408 +subclass_hamamelidae n 1 3 @ #m %m 1 0 12313005 +subclass_heterobasidiomycetes n 1 2 @ #m 1 0 12997432 +subclass_holocephali n 1 3 @ #m %m 1 0 01480715 +subclass_homobasidiomycetes n 1 2 @ #m 1 0 12997128 +subclass_infusoria n 1 3 @ #m %m 1 0 01395531 +subclass_lepidosauria n 1 3 @ #m %m 1 0 01672767 +subclass_liliidae n 1 3 @ #m %m 1 0 12410381 +subclass_magnoliidae n 1 3 @ #m %m 1 0 11667112 +subclass_malacostraca n 1 3 @ #m %m 1 0 01975312 +subclass_metatheria n 1 3 @ #m %m 1 0 01873850 +subclass_ophiurida n 1 3 @ #m %m 1 0 02317653 +subclass_opisthobranchia n 1 3 @ #m %m 1 0 01950195 +subclass_ostracoda n 1 3 @ #m %m 1 0 01997698 +subclass_pantotheria n 1 2 @ #m 1 0 01873622 +subclass_phytomastigina n 1 3 @ #m %m 1 0 01420655 +subclass_prototheria n 1 3 @ #m %m 1 0 01871406 +subclass_rhizopoda n 1 3 @ #m %m 1 0 01391174 +subclass_rosidae n 1 3 @ #m %m 1 0 12212810 +subclass_selachii n 1 3 @ #m %m 1 0 01481599 +subclass_synapsida n 1 3 @ #m %m 1 0 01719175 +subclass_teleostei n 1 3 @ #m %m 1 0 02527813 +subclass_telosporidia n 1 3 @ #m %m 1 0 01422594 +subclass_zoomastigina n 1 3 @ #m %m 1 0 01418237 +subclavian_artery n 1 2 @ #p 1 0 05354580 +subclavian_vein n 1 1 @ 1 0 05381491 +subclinical_absence n 1 1 @ 1 0 14089080 +subcommittee n 1 1 @ 1 1 08325993 +subcompact n 1 1 @ 1 0 04347119 +subcompact_car n 1 1 @ 1 0 04347119 +subconscious n 1 2 @ + 1 0 05613478 +subconscious_mind n 1 1 @ 1 1 05613478 +subconsciousness n 1 2 @ + 1 0 05682431 +subcontinent n 1 3 @ #p ; 1 1 09449949 +subcontract n 1 2 @ + 1 0 06524767 +subcontractor n 1 2 @ + 1 0 10667863 +subculture n 1 3 @ ~ #p 1 0 08288753 +subcutaneous_injection n 1 1 @ 1 0 00323436 +subcutaneous_test n 1 1 @ 1 0 05746708 +subdata_base n 1 1 @ 1 0 06638739 +subdeacon n 1 1 @ 1 0 10668024 +subdirectory n 1 2 @ ; 1 0 06490743 +subdivider n 1 2 @ + 1 0 10668280 +subdivision n 5 4 @ ~ + ; 5 3 08674251 00398427 08401248 06392001 04348548 +subdivision_ascomycota n 1 3 @ #m %m 1 0 13023292 +subdivision_ascomycotina n 1 3 @ #m %m 1 0 13023292 +subdivision_basidiomycota n 1 3 @ #m %m 1 0 12996225 +subdivision_basidiomycotina n 1 3 @ #m %m 1 0 12996225 +subdivision_coniferophytina n 1 3 @ #m %m 1 0 11605708 +subdivision_cycadophyta n 1 3 @ #m %m 1 0 11599694 +subdivision_cycadophytina n 1 3 @ #m %m 1 0 11599694 +subdivision_deuteromycota n 1 3 @ #m %m 1 0 12995724 +subdivision_deuteromycotina n 1 3 @ #m %m 1 0 12995724 +subdivision_ginkgophyta n 1 3 @ #m %m 1 0 11663449 +subdivision_ginkgophytina n 1 3 @ #m %m 1 0 11663449 +subdivision_gnetophytina n 1 3 @ #m %m 1 0 11596486 +subdivision_mastigomycota n 1 3 @ #m %m 1 0 12976985 +subdivision_mastigomycotina n 1 3 @ #m %m 1 0 12976985 +subdivision_pinophytina n 1 2 @ #m 1 0 11607071 +subdivision_pteropsida n 1 2 @ #m 1 0 11664677 +subdivision_taxophytina n 1 2 @ #m 1 0 11660537 +subdivision_zygomycota n 1 3 @ #m %m 1 0 12972414 +subdivision_zygomycotina n 1 3 @ #m %m 1 0 12972414 +subdominant n 1 2 @ ; 1 0 06858144 +subduction n 1 1 @ 1 0 13562680 +subduedness n 2 3 @ ~ + 2 0 04955907 04889779 +subduer n 1 2 @ + 1 0 10668450 +subeditor n 1 2 @ + 1 0 10045361 +suberic_acid n 1 1 @ 1 0 14616181 +subfamily n 1 4 @ ~ #m ; 1 0 08108627 +subfamily_acoraceae n 1 2 @ #m 1 0 11780747 +subfamily_anserinae n 1 2 @ #m 1 0 01858023 +subfamily_bassariscidae n 1 2 @ #m 1 0 02508458 +subfamily_bovinae n 1 2 @ #m 1 0 02401305 +subfamily_cabombaceae n 1 3 @ #m %m 1 0 11717820 +subfamily_caesalpinioideae n 1 3 @ #m %m 1 0 12487647 +subfamily_carduelinae n 1 2 @ #m 1 0 01530691 +subfamily_carpinaceae n 1 2 @ #m 1 0 12286372 +subfamily_cetoniidae n 1 3 @ #m %m 1 0 02175263 +subfamily_corylaceae n 1 2 @ #m 1 0 12288422 +subfamily_dorylinae n 1 3 @ #m %m 1 0 02220393 +subfamily_dracaenaceae n 1 2 @ #m 1 0 12479066 +subfamily_dracenaceae n 1 2 @ #m 1 0 12479066 +subfamily_emberizidae n 1 3 @ #m %m 1 0 01536916 +subfamily_emberizinae n 1 3 @ #m %m 1 0 01536916 +subfamily_garrulinae n 1 3 @ #m %m 1 0 01579868 +subfamily_gerbillinae n 1 3 @ #m %m 1 0 02343487 +subfamily_hydromyinae n 1 3 @ #m %m 1 0 02334849 +subfamily_loriinae n 1 3 @ #m %m 1 0 01820190 +subfamily_lutrinae n 1 2 @ #m 1 0 02444500 +subfamily_malaconotinae n 1 3 @ #m %m 1 0 01599919 +subfamily_melinae n 1 2 @ #m 1 0 02447220 +subfamily_melolonthidae n 1 3 @ #m %m 1 0 02174153 +subfamily_mephitinae n 1 2 @ #m 1 0 02445564 +subfamily_merginae n 1 3 @ #m %m 1 0 01854047 +subfamily_mimosoideae n 1 3 @ #m %m 1 0 11754188 +subfamily_nelumbonaceae n 1 3 @ #m %m 1 0 11717007 +subfamily_numididae n 1 3 @ #m %m 1 0 01808785 +subfamily_numidinae n 1 3 @ #m %m 1 0 01808785 +subfamily_papilionoideae n 1 4 @ ~ #m %m 1 0 12501745 +subfamily_perdicidae n 1 3 @ #m %m 1 0 01807265 +subfamily_perdicinae n 1 3 @ #m %m 1 0 01807265 +subfamily_peristediinae n 1 2 @ #m 1 0 02651215 +subfamily_petauristidae n 1 3 @ #m %m 1 0 02362025 +subfamily_philadelphaceae n 1 3 @ #m %m 1 0 12790656 +subfamily_potoroinae n 1 3 @ #m %m 1 0 01879983 +subfamily_pythoninae n 1 3 @ #m %m 1 0 01743223 +subfamily_smilacaceae n 1 2 @ #m 1 0 12469725 +subfamily_sterninae n 1 3 @ #m %m 1 0 02042923 +subfamily_sylviinae n 1 2 @ #m 1 0 01562978 +subfamily_taxodiaceae n 1 2 @ #m 1 0 11639609 +subfamily_triglinae n 1 2 @ #m 1 0 02650696 +subfamily_turdinae n 1 3 @ #m %m 1 0 01557028 +subfamily_uvulariaceae n 1 3 @ #m %m 1 0 12474620 +subfigure n 1 2 @ ~ 1 1 13863602 +subgenus n 1 3 @ #m ; 1 0 08109624 +subgenus_azalea n 1 3 @ #m %m 1 0 12245067 +subgenus_azaleastrum n 1 3 @ #m %m 1 0 12245067 +subgenus_calliopsis n 1 2 @ #m 1 0 11957162 +subgenus_chen n 1 3 @ #m %m 1 0 01856748 +subgenus_pastor n 1 3 @ #m %m 1 0 01577265 +subgenus_poinciana n 1 2 @ #m 1 0 12498739 +subgroup n 2 3 @ ~ ; 2 1 08001083 06017053 +subhead n 1 2 @ ~ 1 0 06345320 +subheading n 1 2 @ ~ 1 0 06345320 +subject n 8 6 @ ~ #m #p + ; 8 7 06599788 04347225 05996646 05814291 06309931 10668666 09625401 06310125 +subject_area n 1 2 @ ~ 1 0 05996646 +subject_case n 1 1 @ 1 0 06311160 +subject_field n 1 2 @ ~ 1 0 05996646 +subject_matter n 1 2 @ ~ 1 1 06598915 +subjection n 2 3 @ ~ + 2 0 13996300 00089027 +subjectiveness n 1 2 @ + 1 0 04892544 +subjectivism n 2 3 @ + ; 2 0 05977135 05214121 +subjectivist n 1 2 @ + 1 1 10669009 +subjectivity n 1 2 @ + 1 0 04892544 +subjoining n 1 2 @ + 1 0 00371846 +subjugation n 3 3 @ ~ + 3 1 13996300 00421047 00089027 +subjugator n 1 2 @ + 1 0 10669125 +subjunction n 1 2 @ + 1 0 00371846 +subjunctive n 1 1 @ 1 0 13801937 +subjunctive_mood n 1 1 @ 1 0 13801937 +subkingdom n 1 3 @ ~ ; 1 0 07940865 +subkingdom_metazoa n 1 3 @ #m %m 1 0 01908703 +subkingdom_parazoa n 1 3 @ #m %m 1 0 01906328 +sublease n 1 2 @ + 1 0 13248928 +sublet n 1 2 @ + 1 0 13248928 +sublieutenant n 1 2 @ ; 1 0 10669236 +sublimate n 1 3 @ ~ + 1 0 15062284 +sublimation n 2 3 @ + ; 2 0 07360293 07297927 +sublimaze n 1 1 @ 1 0 03328650 +sublime_porte n 1 1 @ 1 0 08052227 +sublimity n 1 2 @ + 1 0 04870889 +sublingual_gland n 1 1 @ 1 0 05533392 +sublingual_salivary_gland n 1 1 @ 1 0 05533392 +sublingual_vein n 1 1 @ 1 0 05381666 +subluxation n 1 2 @ + 1 0 07445149 +submachine_gun n 1 2 @ ~ 1 1 04347519 +submandibular_gland n 1 1 @ 1 0 05533635 +submandibular_salivary_gland n 1 1 @ 1 0 05533635 +submarine n 2 4 @ ~ %p + 2 1 04347754 07697825 +submarine_ball n 1 1 @ 1 1 00109771 +submarine_earthquake n 1 1 @ 1 0 07429870 +submarine_pitch n 1 1 @ 1 0 00109771 +submarine_sandwich n 1 1 @ 1 0 07697825 +submarine_torpedo n 1 1 @ 1 0 04348070 +submariner n 1 3 @ #m + 1 0 10669357 +submaxilla n 1 3 @ ~ %p 1 0 05275905 +submaxillary_gland n 1 1 @ 1 0 05533635 +submaxillary_salivary_gland n 1 1 @ 1 0 05533635 +submediant n 1 2 @ ; 1 0 06858384 +submenu n 1 2 @ ; 1 0 06493721 +submergence n 1 3 @ ~ + 1 0 07364115 +submerging n 1 3 @ ~ + 1 0 07364115 +submersible n 2 4 ! @ ~ + 2 0 04348359 04348184 +submersible_warship n 1 2 @ ~ 1 0 04348184 +submersion n 2 3 @ ~ + 2 0 07364115 00277569 +submission n 7 4 @ ~ + ; 7 2 07167578 01166926 14580090 07509325 06772094 06771957 06731510 +submissiveness n 1 3 @ ~ + 1 0 04906471 +submitter n 2 2 @ + 2 0 10669727 10669486 +submucosa n 1 1 @ 1 1 05429994 +subnormal n 1 2 @ + 1 0 10669876 +subnormality n 2 3 @ ~ + 2 0 14505667 05646218 +suborder n 1 3 @ #m ; 1 0 08107191 +suborder_alcyonacea n 1 2 @ #m 1 0 01915290 +suborder_anisoptera n 1 2 @ #m 1 0 02268334 +suborder_anseres n 1 2 @ #m 1 0 01846156 +suborder_anthropoidea n 1 3 @ #m %m 1 0 02470451 +suborder_blattaria n 1 3 @ #m %m 1 0 02233096 +suborder_blattodea n 1 3 @ #m %m 1 0 02233096 +suborder_blennioidea n 1 3 @ #m %m 1 0 02612393 +suborder_brachyura n 1 3 @ #m %m 1 0 01976477 +suborder_carnosaura n 1 3 @ #m %m 1 0 01713310 +suborder_cephalaspida n 1 3 @ #m %m 1 0 01475421 +suborder_ceratopsia n 1 3 @ #m %m 1 0 01703341 +suborder_ceratosaura n 1 3 @ #m %m 1 0 01712432 +suborder_charadrii n 1 3 @ #m %m 1 0 02022135 +suborder_clamatores n 1 2 @ #m 1 0 01547143 +suborder_euronithopoda n 1 3 @ #m %m 1 0 01705247 +suborder_eurylaimi n 1 3 @ #m %m 1 0 01546223 +suborder_gorgonacea n 1 3 @ #m %m 1 0 01916010 +suborder_gorgoniacea n 1 3 @ #m %m 1 0 01916010 +suborder_heteroptera n 1 3 @ #m %m 1 0 02241184 +suborder_heterostraci n 1 3 @ #m %m 1 0 01475025 +suborder_homoptera n 1 3 @ #m %m 1 0 02245592 +suborder_hyperoartia n 1 2 @ #m 1 0 01477184 +suborder_hyperotreta n 1 2 @ #m 1 0 01478073 +suborder_hystricomorpha n 1 3 @ #m %m 1 0 02346315 +suborder_lacertilia n 1 3 @ #m %m 1 0 01673668 +suborder_lari n 1 3 @ #m %m 1 0 02040698 +suborder_lemuroidea n 1 4 @ ~ #m %m 1 0 02496576 +suborder_limicolae n 1 2 @ #m 1 0 02022498 +suborder_lipotyphla n 1 2 @ #m 1 0 01888821 +suborder_maniraptora n 1 3 @ #m %m 1 0 01716732 +suborder_manteodea n 1 3 @ #m %m 1 0 02235575 +suborder_marginocephalia n 1 3 @ #m %m 1 0 01702623 +suborder_megachiroptera n 1 3 @ #m %m 1 0 02139479 +suborder_megaloptera n 1 3 @ #m %m 1 0 02265471 +suborder_menotyphla n 1 2 @ #m 1 0 01888948 +suborder_menurae n 1 3 @ #m %m 1 0 01545149 +suborder_microchiroptera n 1 3 @ #m %m 1 0 02140970 +suborder_mugiloidea n 1 3 @ #m %m 1 0 02600953 +suborder_myomorpha n 1 3 @ #m %m 1 0 02330582 +suborder_mysticeti n 1 3 @ #m %m 1 0 02062991 +suborder_myxiniformes n 1 2 @ #m 1 0 01478073 +suborder_myxinoidei n 1 2 @ #m 1 0 01478073 +suborder_natantia n 1 3 @ #m %m 1 0 01986367 +suborder_nematocera n 1 3 @ #m %m 1 0 02199712 +suborder_nothosauria n 1 3 @ #m %m 1 0 01725933 +suborder_odontoceti n 1 3 @ #m %m 1 0 02066450 +suborder_ophidia n 1 3 @ #m %m 1 0 01726390 +suborder_ornithomimida n 1 3 @ #m %m 1 0 01715692 +suborder_ornithopoda n 1 3 @ #m %m 1 0 01705247 +suborder_oscines n 1 3 @ #m %m 1 0 01524885 +suborder_osteostraci n 1 3 @ #m %m 1 0 01475421 +suborder_otides n 1 2 @ #m 1 0 02018485 +suborder_pachycephalosaurus n 1 3 @ #m %m 1 0 01702862 +suborder_passeres n 1 3 @ #m %m 1 0 01524885 +suborder_percoidea n 1 3 @ #m %m 1 0 02554512 +suborder_petromyzoniformes n 1 2 @ #m 1 0 01477184 +suborder_pinnipedia n 1 3 @ #m %m 1 0 02075727 +suborder_plesiosauria n 1 3 @ #m %m 1 0 01725427 +suborder_prosauropoda n 1 2 @ #m 1 0 01708648 +suborder_prosimii n 1 3 @ #m %m 1 0 02495789 +suborder_reptantia n 1 3 @ #m %m 1 0 01982482 +suborder_ruminantia n 1 3 @ #m %m 1 0 02398732 +suborder_sauria n 1 3 @ #m %m 1 0 01673668 +suborder_sauropoda n 1 3 @ #m %m 1 0 01708778 +suborder_sauropodomorpha n 1 3 @ #m %m 1 0 01708332 +suborder_sciuromorpha n 1 3 @ #m %m 1 0 02354950 +suborder_scombroidea n 1 3 @ #m %m 1 0 02623170 +suborder_scorpaenoidea n 1 3 @ #m %m 1 0 02641825 +suborder_serpentes n 1 3 @ #m %m 1 0 01726390 +suborder_strepsirhini n 1 2 @ #m 1 0 02497214 +suborder_tarsioidea n 1 3 @ #m %m 1 0 02501101 +suborder_theropoda n 1 3 @ #m %m 1 0 01711662 +suborder_thyreophora n 1 3 @ #m %m 1 0 01701334 +suborder_tyranni n 1 3 @ #m %m 1 0 01546660 +suborder_xenarthra n 1 3 @ #m %m 1 0 02453890 +suborder_zygoptera n 1 2 @ #m 1 0 02268746 +subordinate n 2 3 @ ~ + 2 1 10669991 06292973 +subordinate_clause n 1 3 @ ~ #p 1 0 06314808 +subordinate_conjunction n 1 1 @ 1 0 06326226 +subordinate_word n 1 1 @ 1 0 06292973 +subordinateness n 1 3 @ ~ + 1 0 13951984 +subordinating_conjunction n 2 1 @ 2 0 13799796 06326226 +subordination n 5 3 ! @ + 5 0 14001852 13807853 13800675 04907153 01128655 +subornation n 2 4 @ ~ + ; 2 0 07252967 06736946 +subornation_of_perjury n 1 2 @ ; 1 0 07253142 +suborner n 1 2 @ + 1 0 09874260 +subpart n 1 1 @ 1 1 13811340 +subphylum n 1 3 @ #m ; 1 0 08103299 +subphylum_cephalochordata n 1 3 @ #m %m 1 0 01467180 +subphylum_craniata n 1 3 @ #m %m 1 0 01471070 +subphylum_pentastomida n 1 3 @ #m %m 1 0 01788730 +subphylum_tunicata n 1 3 @ #m %m 1 0 01467986 +subphylum_urochorda n 1 3 @ #m %m 1 0 01467986 +subphylum_urochordata n 1 3 @ #m %m 1 0 01467986 +subphylum_vertebrata n 1 3 @ #m %m 1 0 01471070 +subpoena n 1 3 @ + ; 1 0 06557047 +subpoena_ad_testificandum n 1 2 @ ; 1 0 06557047 +subpoena_duces_tecum n 1 2 @ ; 1 1 06557317 +subpopulation n 1 2 @ ; 1 0 06026508 +subprogram n 1 3 @ ~ #p 1 0 06582403 +subrogation n 1 3 @ + ; 1 0 00198118 +subroutine n 1 3 @ ~ #p 1 0 06582403 +subroutine_library n 1 3 @ %p ; 1 0 07977592 +subscriber n 3 2 @ + 3 0 10670668 10670483 10670310 +subscriber_line n 1 2 @ ~ 1 0 04402057 +subscript n 1 3 ! @ + 1 0 06820212 +subscription n 4 3 @ ~ + 4 2 13281130 07179820 01090018 00615659 +subscription_right n 1 1 @ 1 1 13241407 +subscription_warrant n 1 1 @ 1 0 13418713 +subsection n 1 1 @ 1 1 04348548 +subsequence n 2 2 @ + 2 0 07295507 05047617 +subsequentness n 1 2 @ + 1 0 05047617 +subservience n 3 3 @ ~ + 3 0 14529835 13952466 04906712 +subservientness n 1 2 @ + 1 0 13952466 +subset n 1 1 @ 1 0 08001209 +subshrub n 1 2 @ ~ 1 0 13118707 +subsidence n 3 3 @ ~ + 3 0 07419960 07362218 07361416 +subsidiarity n 1 3 @ ~ + 1 0 13951984 +subsidiary n 2 3 @ ~ + 2 0 10669991 08003935 +subsidiary_company n 1 1 @ 1 0 08003935 +subsidiary_ledger n 1 1 @ 1 0 13404879 +subsiding n 1 2 @ + 1 0 07362218 +subsidisation n 2 3 @ ~ + 2 0 13385583 00087423 +subsidiser n 1 2 @ + 1 0 10670885 +subsidization n 2 3 @ ~ + 2 0 13385583 00087423 +subsidizer n 1 2 @ + 1 0 10670885 +subsidy n 1 3 @ ~ + 1 1 13267014 +subsistence n 3 2 @ + 3 2 13366537 13962360 13957493 +subsistence_farming n 1 1 @ 1 0 00920357 +subsister n 1 2 @ + 1 0 10681194 +subsoil n 1 1 @ 1 1 14695838 +subspace n 1 1 @ 1 1 08004342 +subspecies n 1 2 @ ; 1 1 08110648 +substance n 7 3 @ ~ + 7 3 00019613 05921123 05919866 14580597 13353858 06598915 00020090 +substance_abuse n 1 2 @ ~ 1 0 00947923 +substance_abuser n 1 2 @ ~ 1 0 10036266 +substantia_alba n 1 4 @ ~ #s %p 1 0 05483677 +substantia_grisea n 1 3 @ #s %s 1 0 05483388 +substantia_nigra n 1 2 @ #p 1 0 05500006 +substantiality n 1 4 ! @ = + 1 0 04761212 +substantialness n 1 3 @ = + 1 0 04761212 +substantiation n 2 3 @ ~ + 2 0 05825245 00153961 +substantive n 1 3 @ ~ + 1 0 06303540 +substantive_dye n 1 1 @ 1 0 14987341 +substation n 1 1 @ 1 1 04348702 +substitutability n 1 2 @ + 1 0 04737234 +substitute n 3 4 @ ~ #m + 3 1 05696425 10671042 10648237 +substituting n 1 2 @ + 1 0 00623670 +substitution n 2 3 @ ~ + 2 1 07443761 00196485 +substitution_class n 1 1 @ 1 0 06309684 +substrate n 4 1 @ 4 1 14738892 08660146 08657887 06903699 +substratum n 3 1 @ 3 0 08660146 08657887 06903699 +substring n 1 1 @ 1 0 07013933 +substructure n 2 3 @ ~ #p 2 0 03570372 03387016 +subsumption n 2 4 @ #p %p + 2 0 06754415 05736002 +subsystem n 1 1 @ 1 1 08435937 +subterfuge n 1 1 @ 1 1 06760508 +subthalamic_nucleus n 1 2 @ #p 1 0 05498581 +subthalamus n 1 3 @ #p %p 1 0 05499044 +subtilin n 1 1 @ 1 0 04348854 +subtitle n 2 3 @ #p + 2 0 06347588 06347037 +subtlety n 2 1 @ 2 2 06606191 04711256 +subtonic n 1 2 @ ; 1 0 06858539 +subtopia n 1 2 @ ; 1 0 08539893 +subtotal n 1 1 @ 1 0 05860975 +subtracter n 2 1 @ 2 0 10671300 04348988 +subtraction n 2 4 ! @ ~ + 2 0 00871862 00360757 +subtrahend n 1 1 @ 1 0 13729135 +subtreasury n 1 1 @ 1 0 13358260 +subtropics n 1 2 @ + 1 0 08674344 +subularia n 1 3 @ #m %m 1 0 11898079 +subularia_aquatica n 1 2 @ #m 1 0 11898271 +subunit n 1 2 @ ~ 1 0 13662703 +suburb n 1 3 @ ~ #p 1 1 08554440 +suburban_area n 1 3 @ ~ #p 1 0 08554440 +suburbanite n 1 1 @ 1 1 10671387 +suburbia n 2 4 @ ~ #p + 2 0 08554440 08288977 +subvention n 2 2 @ + 2 0 13267263 01061203 +subversion n 2 2 @ + 2 0 00272448 00215838 +subversive n 1 3 @ ~ + 1 0 10527334 +subversive_activity n 1 1 @ 1 0 00215838 +subversiveness n 1 3 @ ~ + 1 0 04879658 +subverter n 1 3 @ ~ + 1 0 10527334 +subvocaliser n 1 1 @ 1 0 10671467 +subvocalizer n 1 2 @ + 1 0 10671467 +subway n 2 1 @ 2 1 03757138 04508804 +subway_fare n 1 1 @ 1 0 13308650 +subway_station n 1 1 @ 1 0 04349077 +subway_system n 1 1 @ 1 0 03757138 +subway_token n 1 1 @ 1 0 04349189 +subway_train n 1 1 @ 1 0 04349306 +subwoofer n 1 1 @ 1 0 04349401 +succade n 1 2 @ ~ 1 0 07600506 +succedaneum n 1 2 @ ; 1 0 05696941 +succeeder n 1 3 @ ~ + 1 0 09762821 +success n 4 4 ! @ ~ = 4 4 07319103 00063652 14474894 09762821 +successfulness n 1 3 @ ~ + 1 0 14474052 +succession n 5 4 @ ~ + ; 5 3 05044822 08459908 01010458 13562862 00082754 +successiveness n 1 3 @ ~ + 1 0 05044822 +successor n 3 2 @ + 3 2 10671736 05696803 10671613 +succinctness n 1 2 @ + 1 0 07089024 +succinic_acid n 1 1 @ 1 0 14616292 +succinylcholine n 1 1 @ 1 0 04349526 +succor n 1 3 @ ~ + 1 1 01209220 +succorer n 1 2 @ + 1 0 10671898 +succory n 1 3 @ #m %p 1 0 11953038 +succos n 1 3 @ #p ; 1 0 15161872 +succotash n 1 1 @ 1 0 07879072 +succoth n 1 3 @ #p ; 1 0 15161872 +succour n 1 3 @ ~ + 1 0 01209220 +succourer n 1 2 @ + 1 0 10671898 +succuba n 1 1 @ 1 0 09543021 +succubus n 1 1 @ 1 0 09543021 +succulence n 1 2 @ + 1 0 04996215 +succulency n 1 1 @ 1 0 04996215 +succulent n 1 3 @ ~ + 1 0 13084184 +succus n 1 2 @ ~ 1 0 05398609 +succussion n 1 2 @ + 1 0 00876377 +suck n 1 2 @ + 1 1 00842692 +sucker n 7 6 @ ~ #m #p %p + 7 1 09921409 13164881 10672066 07779895 07607605 02465414 01444922 +sucker_punch n 1 1 @ 1 0 00136152 +suckerfish n 1 3 @ ~ #m 1 0 02574910 +sucking n 1 2 @ + 1 0 00842692 +sucking_fish n 1 3 @ ~ #m 1 0 02574910 +sucking_louse n 1 3 @ ~ #m 1 0 02183857 +sucking_pig n 1 1 @ 1 0 02395855 +suckling n 4 1 @ 4 0 11323448 10368291 01323261 00842997 +suckling_pig n 1 1 @ 1 0 07669098 +suckling_reflex n 1 1 @ 1 0 00867790 +sucralfate n 1 1 @ 1 0 04349701 +sucrase n 1 1 @ 1 0 14921622 +sucre n 2 3 @ #p %p 2 0 13707585 08853612 +sucrose n 1 2 @ ~ 1 0 15062778 +suction n 2 2 @ + 2 1 11517494 00842692 +suction_cup n 1 1 @ 1 0 04349913 +suction_curettage n 1 1 @ 1 0 00669687 +suction_lipectomy n 1 1 @ 1 0 00682243 +suction_pump n 1 2 @ ~ 1 0 04350104 +suction_stop n 1 1 @ 1 0 07118210 +sudafed n 1 2 @ ; 1 0 03807052 +sudan n 2 6 @ #m #p %m %p - 2 0 09029457 09029242 +sudanese n 1 3 @ #m + 1 1 09732170 +sudanese_monetary_unit n 1 2 @ ~ 1 0 13695307 +sudanese_pound n 1 2 @ %p 1 0 13695420 +sudation n 1 3 @ ~ + 1 0 13535261 +sudatorium n 1 1 @ 1 0 04350235 +sudatory n 2 1 @ 2 0 04350347 04350235 +sudbury n 1 2 @ #p 1 0 08828151 +sudden_death n 1 2 @ ; 1 0 15234587 +sudden_infant_death_syndrome n 1 1 @ 1 0 14310292 +suddenness n 1 2 @ + 1 1 05060476 +sudoku n 1 1 @ 1 0 06786012 +sudor n 1 2 @ %s 1 0 05405751 +sudoriferous_gland n 1 3 @ ~ #p 1 0 05330659 +sudorific n 1 1 @ 1 0 04350347 +sudra n 2 3 @ #m %m 2 0 10594284 08307440 +suds n 2 3 @ ~ + 2 1 09439213 07887192 +sue n 1 1 @ 1 0 11323580 +suede n 2 2 @ ~ 2 0 14763964 04350458 +suede_cloth n 1 2 @ ~ 1 0 04350458 +suede_glove n 1 1 @ 1 0 03616979 +suede_leather n 1 1 @ 1 0 14763964 +suer n 2 3 @ ~ + 2 0 10674130 10672192 +suet n 1 2 @ + 1 0 07672790 +suet_pudding n 1 3 @ ~ ; 1 0 07620327 +suez n 1 2 @ #p 1 0 08900204 +suez_canal n 1 2 @ #p 1 0 08900377 +sufferance n 2 3 @ ~ + 2 0 05032795 04638175 +sufferer n 2 3 @ ~ + 2 1 10595647 10296618 +suffering n 4 3 @ ~ + 4 4 14324274 14448910 07496463 07495327 +sufficiency n 3 5 ! @ ~ = + 3 0 14492953 13580415 05112609 +suffix n 1 2 @ + 1 1 06308987 +suffix_notation n 1 1 @ 1 0 06814655 +suffixation n 1 2 @ + 1 0 00927961 +suffocation n 2 3 @ ~ + 2 1 00225593 14043882 +suffragan n 1 1 @ 1 0 10672540 +suffragan_bishop n 1 1 @ 1 0 10672540 +suffrage n 1 4 @ ~ + ; 1 1 05186306 +suffragette n 1 3 @ + ; 1 0 10672662 +suffragism n 1 1 @ 1 0 05952367 +suffragist n 1 3 @ ~ + 1 0 10672908 +suffrutex n 1 2 @ ~ 1 0 13118707 +suffusion n 1 3 @ ~ + 1 0 13534954 +sufi n 1 1 @ 1 0 10672371 +sufism n 1 1 @ 1 0 05949266 +sugar n 3 3 @ ~ + 3 1 07859284 14792703 13385216 +sugar-bush n 1 1 @ 1 0 12764008 +sugar_apple n 1 2 @ #p 1 0 07761611 +sugar_beet n 2 1 @ 2 0 11833073 07720084 +sugar_bowl n 1 2 @ #m 1 1 04350581 +sugar_candy n 1 1 @ 1 0 07609215 +sugar_cane n 2 5 @ ~ #m #p %p 2 0 12132754 12132502 +sugar_cookie n 1 1 @ 1 0 07638128 +sugar_corn n 1 2 @ #p 1 0 12144742 +sugar_daddy n 1 1 @ 1 0 10673296 +sugar_loaf n 1 1 @ 1 0 07595499 +sugar_maple n 1 1 @ 1 1 12753245 +sugar_of_lead n 1 1 @ 1 0 14989243 +sugar_palm n 1 3 @ #m %s 1 0 12584715 +sugar_pea n 2 1 @ 2 0 12561038 07725789 +sugar_ray_robinson n 1 1 @ 1 0 11266279 +sugar_refinery n 1 1 @ 1 0 04350688 +sugar_shell n 1 1 @ 1 0 04350769 +sugar_snap_pea n 2 1 @ 2 0 12561169 07725888 +sugar_sorghum n 1 1 @ 1 0 12138757 +sugar_spoon n 1 1 @ 1 0 04350769 +sugar_sumac n 1 1 @ 1 0 12764008 +sugar_syrup n 1 1 @ 1 0 07859796 +sugar_water n 1 1 @ 1 0 07936093 +sugarberry n 2 2 @ #m 2 0 12409840 07746038 +sugarcane n 2 5 @ ~ #m #p %p 2 0 12132754 12132502 +sugariness n 2 2 @ + 2 0 05716577 04994727 +sugarloaf n 1 1 @ 1 0 07595499 +sugarplum n 1 1 @ 1 0 07609316 +suggester n 1 2 @ + 1 0 10673451 +suggestibility n 1 2 @ + 1 0 14534571 +suggestion n 6 3 @ ~ + 6 4 05916155 07162680 13773361 07246582 05771679 00158996 +sugi n 1 2 @ #m 1 0 11636204 +suharto n 1 1 @ 1 0 11323721 +suicide n 2 3 @ ~ + 2 1 00222485 10673669 +suicide_bomber n 1 3 @ ~ ; 1 0 10673776 +suicide_bombing n 1 1 @ 1 0 00979902 +suicide_mission n 1 1 @ 1 0 00731756 +suicide_pact n 1 1 @ 1 0 07178992 +suicide_pill n 1 1 @ 1 0 00176609 +suicide_squeeze n 1 1 @ 1 0 00564897 +suicide_squeeze_play n 1 1 @ 1 0 00564897 +suidae n 1 3 @ #m %m 1 0 02394822 +suillus n 1 3 @ #m %m 1 0 13059139 +suillus_albivelatus n 1 2 @ #m 1 0 13059298 +suisse n 1 4 @ #p %p - 1 0 09031653 +suit n 6 5 @ ~ #m + ; 6 2 04350905 01182654 10673946 07188685 07188570 04351233 +suit_of_armor n 1 3 @ ~ %p 1 0 02862048 +suit_of_armour n 1 3 @ ~ %p 1 0 02862048 +suit_of_clothes n 1 2 @ ~ 1 0 04350905 +suitability n 1 3 ! @ ~ 1 1 04715487 +suitableness n 1 4 ! @ ~ + 1 0 04715487 +suitcase n 1 2 @ ~ 1 1 02773838 +suite n 4 4 @ ~ %p ; 4 3 07047011 04351550 08429167 08007534 +suiting n 1 1 @ 1 0 04351699 +suitor n 1 2 @ ~ 1 1 10674130 +sukarno n 1 1 @ 1 0 11323849 +sukiyaki n 1 2 @ ; 1 0 07879174 +sukkoth n 1 3 @ #p ; 1 0 15161872 +suksdorfia n 1 3 @ ~ #m 1 0 12802442 +suksdorfia_violaceae n 1 2 @ #m 1 0 12802707 +sukur n 1 1 @ 1 0 06984351 +sula n 1 3 @ #m %m 1 0 02053279 +sula_bassana n 1 2 @ #m 1 0 02053425 +sulamyd n 1 2 @ ; 1 0 04351776 +sulawesi n 1 2 @ #p 1 0 08909107 +sulcus n 1 3 @ ~ ; 1 0 05223550 +sulcus_centralis n 1 2 @ #p 1 0 05223823 +sulcus_lateralis_cerebri n 1 2 @ #p 1 0 05224080 +sulfa n 1 2 @ ~ 1 0 04352070 +sulfa_drug n 1 2 @ ~ 1 0 04352070 +sulfacetamide n 1 1 @ 1 0 04351776 +sulfadiazine n 1 1 @ 1 0 04351936 +sulfamethazine n 1 1 @ 1 0 04352435 +sulfamethoxazole n 1 1 @ 1 0 04352580 +sulfamezathine n 1 1 @ 1 0 04352435 +sulfanilamide n 1 1 @ 1 0 04352759 +sulfanilic_acid n 1 1 @ 1 0 15063358 +sulfapyridine n 1 1 @ 1 0 04352906 +sulfate n 1 2 @ ~ 1 0 15063493 +sulfide n 1 3 @ ~ %s 1 0 15063699 +sulfisoxazole n 1 1 @ 1 0 04353016 +sulfonamide n 1 2 @ ~ 1 0 04352070 +sulfonate n 1 2 @ ~ 1 0 14616410 +sulfonic_acid n 1 1 @ 1 0 14616508 +sulfonylurea n 1 2 @ ~ 1 0 04353189 +sulfur n 1 4 @ ~ #s + 1 1 14656219 +sulfur_bacteria n 1 1 @ 1 0 01363288 +sulfur_bottom n 1 2 @ #m 1 0 02064816 +sulfur_butterfly n 1 2 @ #m 1 0 02281406 +sulfur_dioxide n 1 1 @ 1 0 15064053 +sulfur_hexafluoride n 1 1 @ 1 0 15064327 +sulfur_mine n 1 1 @ 1 0 04353687 +sulfur_mustard n 1 1 @ 1 0 14957270 +sulfur_oxide n 1 1 @ 1 0 15063946 +sulfur_paintbrush n 1 1 @ 1 0 12880799 +sulfuric_acid n 1 3 @ ~ %s 1 0 15093482 +sulidae n 1 3 @ #m %m 1 0 02052936 +sulindac n 1 2 @ %s 1 0 04353410 +sulk n 1 2 @ + 1 0 07551498 +sulkiness n 3 2 @ + 3 0 07551498 07549401 04642057 +sulky n 1 1 @ 1 1 04353573 +sulla n 2 2 @ #m 2 0 12534862 11324090 +sullenness n 2 2 @ + 2 0 07552367 04642057 +sullivan n 5 1 @ 5 0 11324902 11324785 11324619 11324428 11324212 +sully n 2 1 @ 2 0 11325265 11325146 +sulpha n 1 2 @ ~ 1 0 04352070 +sulphanilic_acid n 1 1 @ 1 0 15063358 +sulphate n 1 2 @ ~ 1 0 15063493 +sulphide n 1 3 @ ~ %s 1 0 15063699 +sulphonic_acid n 1 1 @ 1 0 14616508 +sulphur n 1 4 @ ~ #s + 1 0 14656219 +sulphur-crested_cockatoo n 1 1 @ 1 0 01819313 +sulphur_bacteria n 1 1 @ 1 0 01363288 +sulphur_butterfly n 1 2 @ #m 1 0 02281406 +sulphur_dioxide n 1 1 @ 1 0 15064053 +sulphur_hexafluoride n 1 1 @ 1 0 15064327 +sulphur_mine n 1 1 @ 1 0 04353687 +sulphur_oxide n 1 1 @ 1 0 15063946 +sulphuric_acid n 1 3 @ ~ %s 1 0 15093482 +sultan n 1 2 @ ~ 1 1 10674315 +sultan_of_swat n 1 1 @ 1 0 11276100 +sultana n 2 1 @ 2 0 07760395 07752782 +sultanate n 1 2 @ ~ 1 0 08896327 +sultanate_of_oman n 1 5 @ #m #p %m %p 1 0 08975106 +sultriness n 2 2 @ + 2 0 11466909 04687119 +sum n 6 3 @ ~ + 6 5 13331198 05861067 07959016 05921123 04353803 07998712 +sum-up n 1 2 @ ~ 1 0 06467007 +sum_of_money n 1 2 @ ~ 1 1 13331198 +sum_total n 1 2 @ ~ 1 0 07959016 +sumac n 2 5 @ ~ #m #s %s 2 0 12763205 12762896 +sumac_family n 1 3 @ #m %m 1 0 12758639 +sumach n 1 4 @ ~ #m %s 1 0 12762896 +sumatra n 1 4 @ #p %m %p 1 1 08908954 +sumatran n 1 3 @ #m + 1 0 09750157 +sumer n 1 5 @ #p %p + - 1 0 08918248 +sumerian n 1 2 @ + 1 0 10674471 +sumerology n 1 1 @ 1 0 06144970 +summarisation n 1 2 @ + 1 0 06467445 +summarization n 1 2 @ + 1 0 06467445 +summary n 1 3 @ ~ + 1 1 06467007 +summary_judgement n 1 2 @ ; 1 0 01190561 +summary_judgment n 1 2 @ ; 1 0 01190561 +summary_treatment n 1 1 @ 1 0 07208184 +summation n 4 4 @ ~ + ; 4 1 06469874 13563139 07959016 00872107 +summer n 2 4 @ %p + ; 2 1 15237250 15145012 +summer_camp n 1 2 @ ~ 1 0 02945594 +summer_cohosh n 1 1 @ 1 0 11728769 +summer_crookneck n 1 1 @ 1 0 07716203 +summer_cypress n 1 2 @ #m 1 0 11831874 +summer_damask_rose n 1 1 @ 1 0 12621410 +summer_duck n 1 3 @ ~ #m 1 0 01852142 +summer_flounder n 1 2 @ #m 1 0 02661618 +summer_haw n 1 2 @ #m 1 0 12627526 +summer_house n 1 1 @ 1 0 04354026 +summer_hyacinth n 1 1 @ 1 0 12458874 +summer_redbird n 1 2 @ #m 1 0 01598074 +summer_savory n 2 3 @ #p %p 2 0 12867184 07820960 +summer_savoury n 1 2 @ #p 1 0 07820960 +summer_school n 1 1 @ 1 0 15225526 +summer_snowflake n 1 1 @ 1 0 12459882 +summer_solstice n 1 3 ! @ #p 1 0 15222012 +summer_squash n 2 5 @ ~ #m #p %p 2 0 12159055 07715721 +summer_squash_vine n 1 4 @ ~ #m %p 1 0 12159055 +summer_stock n 1 1 @ 1 0 07007556 +summer_sweet n 1 1 @ 1 0 12250180 +summer_tanager n 1 2 @ #m 1 0 01598074 +summercater n 1 1 @ 1 0 10639238 +summercaters n 1 1 @ 1 0 10674592 +summerhouse n 1 2 @ ~ 1 0 03430418 +summersault n 1 2 @ ~ 1 0 00439484 +summerset n 1 2 @ ~ 1 0 00439484 +summertime n 1 2 @ %p 1 0 15237250 +summing_up n 1 2 @ ; 1 0 06469874 +summit n 3 3 @ ~ + 3 0 13940456 08617963 08312359 +summit_meeting n 1 1 @ 1 0 08312359 +summoning n 1 3 @ #p + 1 0 05978623 +summons n 3 4 @ ~ + ; 3 0 07186528 07169098 06556692 +summum_bonum n 1 1 @ 1 0 04849614 +sumner n 1 1 @ 1 0 11325419 +sumo n 1 2 @ ; 1 0 00448232 +sumo_ring n 1 1 @ 1 0 04354182 +sumo_wrestler n 1 2 @ ; 1 0 10674713 +sump n 3 1 @ 3 0 04354387 04354287 02998563 +sump_pump n 1 1 @ 1 0 04354487 +sumpsimus n 1 1 @ 1 0 07154868 +sumpter n 1 2 @ ~ 1 0 01317391 +sumptuosity n 1 2 @ + 1 0 05146471 +sumptuousness n 2 2 @ + 2 0 14492373 05146471 +sun n 5 6 @ ~ #m #p %p + 5 4 09450163 11485367 10674896 09450454 15163797 +sun-ray n 1 1 @ 1 0 11522206 +sun-ray_lamp n 1 1 @ 1 0 04356772 +sun-worship n 1 1 @ 1 0 01046348 +sun_bathing n 1 1 @ 1 0 00442759 +sun_blocker n 1 2 @ %s 1 0 04357314 +sun_city n 1 2 @ #p 1 0 09058735 +sun_dance n 1 1 @ 1 0 00542992 +sun_deck n 1 1 @ 1 0 04355267 +sun_gear n 1 2 @ #p 1 0 04355821 +sun_god n 1 1 @ 1 0 09506973 +sun_hat n 1 2 @ ~ 1 0 04356595 +sun_helmet n 1 1 @ 1 0 03950899 +sun_king n 1 1 @ 1 0 11141019 +sun_lamp n 1 1 @ 1 0 04356772 +sun_lounge n 1 1 @ 1 0 04356925 +sun_marigold n 1 2 @ #m 1 0 11961446 +sun_myung_moon n 1 1 @ 1 0 11189054 +sun_parlor n 1 1 @ 1 0 04356925 +sun_parlour n 1 1 @ 1 0 04356925 +sun_pitcher n 1 2 @ #m 1 0 12781421 +sun_plant n 1 1 @ 1 0 11857875 +sun_porch n 1 1 @ 1 0 04356925 +sun_protection_factor n 1 1 @ 1 0 05118707 +sun_river n 1 2 @ #p 1 0 09450553 +sun_rose n 1 3 @ ~ #m 1 0 12375518 +sun_spurge n 1 2 @ #m 1 0 12918609 +sun_tea n 1 1 @ 1 0 07934373 +sun_valley n 1 2 @ #p 1 0 09082273 +sun_visor n 1 1 @ 1 0 04357795 +sun_worshiper n 1 1 @ 1 0 10675258 +sun_yat-sen n 1 1 @ 1 0 11325663 +sun_yixian n 1 1 @ 1 0 11325663 +sunbather n 1 2 @ + 1 0 10675010 +sunbeam n 1 2 @ #p 1 0 11485582 +sunbelt n 1 2 @ #p 1 0 09051726 +sunberry n 1 1 @ 1 0 12896615 +sunblind n 1 1 @ 1 0 02763901 +sunblock n 1 2 @ %s 1 0 04357314 +sunbonnet n 1 1 @ 1 0 04354589 +sunburn n 2 2 @ + 2 0 14290534 14290365 +sunburst n 3 1 @ 3 0 11485264 04354828 04354723 +sunburst_pleat n 1 2 @ #p 1 0 04354966 +sunchoke n 1 1 @ 1 0 07719058 +sunda_islands n 1 3 @ #p %p 1 0 08842258 +sundacarpus n 1 3 @ #m %m 1 0 11659500 +sundacarpus_amara n 1 2 @ #m 1 0 11659627 +sundae n 1 1 @ 1 0 07616487 +sundanese n 1 1 @ 1 0 06939542 +sunday n 2 2 @ #p 2 1 15163797 11325534 +sunday_best n 1 2 @ ; 1 0 04355115 +sunday_clothes n 1 2 @ ; 1 0 04355115 +sunday_punch n 1 1 @ 1 0 00135637 +sunday_school n 1 1 @ 1 1 08412492 +sunderland n 1 2 @ #p 1 0 08880713 +sundew n 1 2 @ #m 1 0 12782530 +sundew_family n 1 3 @ #m %m 1 0 12782108 +sundew_plant n 1 2 @ #m 1 0 12782530 +sundial n 1 2 @ %p 1 1 04355338 +sundial_lupine n 1 2 @ #m 1 0 12546962 +sundog n 1 1 @ 1 0 11487732 +sundown n 1 2 @ #p 1 1 15169248 +sundowner n 2 2 @ ; 2 0 10675142 07913081 +sundress n 1 1 @ 1 0 04355511 +sundries n 1 2 @ ; 1 0 04355684 +sundrops n 1 1 @ 1 0 12344700 +sunfish n 3 5 @ ~ #m #p %p 3 0 07780307 02656670 02562315 +sunflower n 1 3 @ ~ #m 1 0 11978233 +sunflower-seed_oil n 1 2 @ #s 1 0 07675411 +sunflower_oil n 1 2 @ #s 1 0 07675411 +sunflower_seed n 1 3 @ #p %s 1 0 07775197 +sunflower_state n 1 3 @ #p %p 1 0 09087599 +sung n 1 1 @ 1 0 08158741 +sung_dynasty n 1 1 @ 1 0 08158741 +sunglass n 1 1 @ 1 0 04355933 +sunglasses n 1 3 @ %p ; 1 0 04356056 +sunhat n 1 2 @ ~ 1 0 04356595 +sunk_fence n 1 1 @ 1 0 04356423 +sunken_arch n 1 1 @ 1 0 05577060 +sunken_garden n 1 1 @ 1 0 04356306 +sunlamp n 1 1 @ 1 0 04356772 +sunlight n 1 3 @ ~ %p 1 1 11485367 +sunna n 1 2 @ ; 1 0 00416409 +sunnah n 1 2 @ ; 1 0 00416409 +sunni n 2 3 @ #m %m 2 0 09683559 08096474 +sunni_islam n 1 3 @ #m %m 1 0 08096474 +sunni_muslim n 1 2 @ #m 1 0 09683559 +sunniness n 2 5 @ ~ #p = + 2 0 04951875 04630689 +sunnite n 1 2 @ #m 1 0 09683559 +sunporch n 1 1 @ 1 0 04356925 +sunray n 3 3 @ #m #p 3 1 11485582 11964446 11522206 +sunray_lamp n 1 1 @ 1 0 04356772 +sunray_pleat n 1 2 @ #p 1 0 04354966 +sunrise n 3 2 ! @ 3 0 15168790 11517656 07343910 +sunrise_industry n 1 2 @ ; 1 0 08074691 +sunroof n 1 2 @ #p 1 0 04357121 +sunroom n 1 1 @ 1 0 04356925 +sunrose n 1 3 @ ~ #m 1 0 12375518 +sunscreen n 1 2 @ %s 1 0 04357314 +sunset n 3 3 ! @ #p 3 0 15169248 11517776 07344015 +sunshade n 2 1 @ 2 1 02763901 03889871 +sunshine n 3 5 @ ~ #p %p = 3 1 11485367 11456462 04630689 +sunshine-roof n 1 2 @ #p 1 0 04357121 +sunshine_state n 1 4 @ #m #p %p 1 0 09071690 +sunspot n 1 1 @ 1 0 11511004 +sunstone n 1 2 @ ~ 1 0 15064560 +sunstroke n 1 1 @ 1 0 14204586 +sunsuit n 1 1 @ 1 0 04357531 +suntan n 1 2 @ + 1 0 14290534 +suntrap n 1 1 @ 1 0 04357639 +sunup n 1 1 @ 1 0 15168790 +suomi n 2 5 @ #m #p %m %p 2 0 08779504 06958255 +sup n 1 2 @ + 1 0 07579276 +super n 1 1 @ 1 0 10675721 +super_acid n 1 1 @ 1 0 03606572 +super_c n 1 1 @ 1 0 03606572 +super_heavyweight n 1 1 @ 1 0 10675609 +superabundance n 1 3 @ ~ + 1 0 05119367 +superannuation n 3 2 @ + 3 0 13384341 04925577 00197229 +superannuation_fund n 1 1 @ 1 0 13360103 +superbia n 1 2 @ ~ 1 0 00758175 +superbug n 2 2 @ #m 2 0 02247950 02247655 +supercargo n 1 1 @ 1 0 10675346 +supercharger n 1 3 @ #p + 1 0 04357930 +superciliary_arch n 1 1 @ 1 0 05603475 +superciliary_ridge n 1 1 @ 1 0 05603475 +superciliousness n 1 2 @ + 1 0 04888268 +supercilium n 1 3 @ #p %p 1 0 05313535 +superclass n 1 2 @ ; 1 0 08106798 +superclass_agnatha n 1 3 @ #m %m 1 0 01473990 +superclass_chelicerata n 1 3 @ #m %m 1 0 01768402 +superclass_gnathostomata n 1 3 @ #m %m 1 0 01479643 +superclass_myriapoda n 1 2 @ #m 1 0 01782675 +supercomputer n 1 1 @ 1 0 04358117 +superconducting_supercollider n 1 1 @ 1 0 04358256 +superconductivity n 1 1 @ 1 0 11409892 +superego n 1 3 @ #p ; 1 0 05613625 +supererogation n 1 1 @ 1 0 00633613 +superfamily n 1 2 @ ; 1 0 08108304 +superfamily_aphidoidea n 1 3 @ #m %m 1 0 02252039 +superfamily_apoidea n 1 3 @ #m %m 1 0 02206624 +superfamily_coccoidea n 1 3 @ #m %m 1 0 02248147 +superfamily_hominoidea n 1 3 @ #m %m 1 0 02471072 +superfamily_lamellicornia n 1 3 @ #m %m 1 0 02171254 +superfamily_muroidea n 1 3 @ #m %m 1 0 02330830 +superfamily_muscoidea n 1 2 @ #m 1 0 02189822 +superfamily_platyrrhini n 1 3 @ #m %m 1 0 02489288 +superfamily_sphecoidea n 1 3 @ #m %m 1 0 02214972 +superfamily_tineoidea n 1 3 @ #m %m 1 0 02291024 +superfamily_tyrannidae n 1 3 @ #m %m 1 0 01547459 +superfecta n 1 1 @ 1 0 00507539 +superfecundation n 1 1 @ 1 0 07438190 +superfetation n 1 2 @ + 1 0 07438396 +superficial_epigastric_vein n 1 1 @ 1 0 05366341 +superficial_middle_cerebral_vein n 1 1 @ 1 0 05362912 +superficial_temporal_vein n 1 1 @ 1 0 05382589 +superficiality n 2 4 ! @ ~ + 2 1 05095111 05135951 +superficies n 2 3 @ + ; 2 0 04677113 04358381 +superfluity n 1 3 @ ~ + 1 0 05120116 +superfund n 1 1 @ 1 0 05900888 +superfund_program n 1 1 @ 1 0 05900888 +superfund_site n 1 2 @ ~ 1 0 08661467 +supergiant n 1 2 @ ~ 1 0 09450708 +supergrass n 1 2 @ ; 1 0 10675481 +superhet n 1 2 @ %p 1 0 03516996 +superheterodyne_receiver n 1 2 @ %p 1 0 03516996 +superhigh_frequency n 1 2 @ #p 1 0 05057917 +superhighway n 2 3 @ ~ %p 2 1 03306610 04358491 +superinfection n 1 2 @ + 1 0 14185353 +superintendence n 1 3 @ ~ + 1 0 01135529 +superintendent n 2 3 @ ~ + 2 1 10388732 10675721 +superior n 6 4 ! @ ~ #p 6 2 10676018 10675876 10752930 09333171 09158649 06820023 +superior_alveolar_artery n 1 1 @ 1 0 05335700 +superior_cerebellar_artery n 1 1 @ 1 0 05341089 +superior_cerebral_vein n 1 1 @ 1 0 05363064 +superior_colliculus n 1 2 @ #p 1 0 05500312 +superior_conjunction n 1 2 @ ; 1 0 07415561 +superior_court n 1 2 @ ; 1 0 08335751 +superior_epigastric_veins n 1 1 @ 1 0 05366485 +superior_general n 1 1 @ 1 0 10125561 +superior_labial_artery n 1 1 @ 1 0 05349273 +superior_labial_vein n 1 1 @ 1 0 05371977 +superior_mesenteric_artery n 1 1 @ 1 0 05352112 +superior_ophthalmic_vein n 1 1 @ 1 0 05375322 +superior_planet n 1 2 @ ~ 1 0 09450866 +superior_pulmonary_vein n 1 1 @ 1 0 05378654 +superior_rectus n 1 1 @ 1 0 05317013 +superior_rectus_muscle n 1 1 @ 1 0 05317013 +superior_skill n 1 2 @ ~ 1 0 05638882 +superior_thalamostriate_vein n 1 1 @ 1 0 05383216 +superior_thyroid_vein n 1 1 @ 1 0 05384128 +superior_vena_cava n 1 1 @ 1 0 05423095 +superior_vocal_cord n 1 1 @ 1 0 05530657 +superiority n 4 4 ! @ ~ + 4 3 04728376 05158619 04889000 13950440 +superiority_complex n 1 1 @ 1 0 04887790 +superlative n 3 3 @ + - 3 1 06693870 13940456 06323284 +superlative_degree n 1 1 @ 1 0 06323284 +superload n 1 1 @ 1 0 03679037 +superman n 2 1 @ 2 0 10001764 02675657 +supermarket n 1 2 @ ~ 1 1 04358707 +supermarketeer n 1 1 @ 1 0 10676214 +supermarketer n 1 1 @ 1 0 10676214 +supermex n 1 1 @ 1 0 11348812 +supermodel n 1 1 @ 1 0 10676319 +supermolecule n 1 2 @ ~ 1 0 14944888 +supermom n 1 1 @ 1 0 10676434 +supernatant n 1 2 @ + 1 0 09451103 +supernatural n 1 4 @ %m %p + 1 1 09503877 +supernatural_being n 1 3 @ ~ #m 1 0 09504135 +supernatural_virtue n 1 2 @ ~ 1 0 04847991 +supernaturalism n 2 3 @ ~ + 2 1 05952490 04789406 +supernaturalness n 1 2 @ + 1 0 04789406 +supernova n 1 2 @ ~ 1 0 09451237 +supernumerary n 2 2 @ + 2 0 10676682 10676569 +superorder n 1 2 @ ; 1 0 08107343 +superorder_acanthopterygii n 1 3 @ #m %m 1 0 02551824 +superorder_labyrinthodonta n 1 3 @ #m %m 1 0 01655577 +superorder_labyrinthodontia n 1 3 @ #m %m 1 0 01655577 +superorder_malacopterygii n 1 3 @ #m %m 1 0 01428155 +superorder_ratitae n 1 3 @ #m %m 1 0 01518170 +superordinate n 2 2 @ ~ 2 0 10676018 06292836 +superordinate_word n 1 1 @ 1 0 06292836 +superordination n 1 1 @ 1 0 13808004 +superoxide n 2 1 @ 2 0 15064917 15064729 +superoxide_anion n 1 1 @ 1 0 15064729 +superoxide_dismutase n 1 1 @ 1 0 15065025 +superpatriotism n 1 1 @ 1 0 04878646 +superphylum n 1 3 @ #m ; 1 0 08103457 +superposition n 4 3 @ + ; 4 0 13563382 05991776 01053404 01053067 +superposition_principle n 1 2 @ ; 1 0 05991776 +superpower n 1 2 @ ~ 1 0 08177592 +superscript n 1 2 ! @ 1 0 06820023 +superscription n 2 2 @ + 2 0 06406177 00615336 +supersedure n 1 2 @ + 1 0 00197419 +supersession n 1 2 @ + 1 0 00197419 +superslasher n 1 2 @ #m 1 0 01718414 +superstar n 1 2 @ ~ 1 0 09762509 +superstition n 1 2 @ + 1 1 05952678 +superstitious_notion n 1 1 @ 1 0 05952678 +superstrate n 2 1 @ 2 0 08658001 06903972 +superstratum n 2 1 @ 2 0 08658001 06903972 +superstring n 1 1 @ 1 0 09451378 +superstructure n 1 3 @ ~ #p 1 0 04358874 +supersymmetry n 1 2 @ ; 1 0 06107436 +supertanker n 1 1 @ 1 0 04359034 +supertax n 1 1 @ 1 0 13315364 +supertitle n 1 2 @ #p 1 0 06347811 +supertonic n 1 2 @ ; 1 0 06857867 +supertwister n 1 1 @ 1 0 11517041 +supervention n 1 2 @ + 1 0 07479525 +supervising n 1 3 @ ~ + 1 0 01135529 +supervision n 1 3 @ ~ + 1 1 01135529 +supervisor n 2 5 @ ~ #p %p + 2 1 10676877 06580351 +supervisor_call_instruction n 1 1 @ 1 0 06587217 +supervisory_program n 1 3 @ #p %p 1 0 06580351 +supervisory_routine n 1 2 @ #p 1 0 06584376 +supervisory_software n 1 1 @ 1 0 06588139 +supination n 1 3 ! @ + 1 0 00345297 +supinator n 1 2 @ + 1 0 05292587 +supper n 2 3 @ ~ + 2 1 07575984 08256567 +supper_club n 1 1 @ 1 0 04359124 +suppertime n 1 1 @ 1 0 15166070 +supping n 1 2 @ + 1 0 00841777 +supplanter n 1 3 @ ~ + 1 0 10742546 +supplanting n 1 2 @ + 1 0 00197610 +supplejack n 1 1 @ 1 0 04359217 +supplement n 3 4 @ ~ #p + 3 3 06399631 05110772 02671421 +supplementary_benefit n 1 2 @ ; 1 0 01087740 +supplementation n 2 2 @ + 2 0 05110772 00371846 +suppleness n 3 2 @ + 3 1 05004091 05023022 04659730 +suppliant n 1 3 @ ~ + 1 0 10420031 +supplicant n 2 3 @ ~ + 2 0 10464052 10420031 +supplication n 3 4 @ ~ #p + 3 0 07190290 07187638 01041968 +supplier n 1 3 @ ~ + 1 1 10677271 +supply n 3 4 ! @ ~ + 3 3 13777344 13563522 01057200 +supply-side_economics n 1 1 @ 1 0 06151282 +supply_chamber n 1 2 @ ~ 1 0 04359335 +supply_closet n 1 1 @ 1 1 04359500 +supply_line n 1 1 @ 1 0 08617399 +supply_officer n 1 1 @ 1 0 10677604 +supply_route n 1 1 @ 1 0 08617399 +supply_ship n 1 1 @ 1 0 04409011 +supplying n 1 3 @ ~ + 1 0 01057200 +support n 11 4 @ ~ + ; 11 10 01215902 01212519 05693919 00971463 00154433 13365286 04360501 01017320 07031752 04359589 13365698 +support_column n 1 2 @ ~ 1 0 04360798 +support_hose n 1 1 @ 1 0 04360914 +support_level n 1 2 @ ; 1 0 13305510 +support_payment n 1 2 @ ~ 1 0 13283314 +support_stocking n 1 1 @ 1 0 04360914 +support_system n 1 1 @ 1 0 08435024 +supporter n 5 3 @ ~ + 5 1 10677713 10407954 09815790 03421117 02752615 +supporters_of_islam n 1 2 @ ; 1 0 08015321 +supporting n 1 3 @ ~ + 1 1 01017320 +supporting_fire n 1 2 @ ~ 1 0 00993956 +supporting_players n 1 1 @ 1 0 08238048 +supporting_structure n 1 2 @ ~ 1 0 04361095 +supporting_tower n 1 2 @ ~ 1 0 04361260 +supposal n 2 3 @ ~ + 2 0 05892096 05779712 +supposition n 3 3 @ ~ + 3 0 06782680 05892096 05779712 +suppository n 1 1 @ 1 0 04361381 +suppressant n 1 1 @ 1 0 04361529 +suppresser n 3 3 @ ~ + 3 0 10678472 05441468 04361641 +suppresser_gene n 1 2 @ ~ 1 0 05441468 +suppression n 4 4 @ ~ + ; 4 0 13563647 01147950 01079604 01070892 +suppressive_fire n 1 1 @ 1 0 00994144 +suppressor n 3 3 @ ~ + 3 0 10678472 05441468 04361641 +suppressor_gene n 1 2 @ ~ 1 0 05441468 +suppurating_sore n 1 1 @ 1 0 14184254 +suppuration n 2 4 @ ~ + ; 2 0 13479889 05417472 +supra_expressionism n 1 1 @ 1 1 08467757 +suprainfection n 1 1 @ 1 0 14185503 +supraorbital_ridge n 1 1 @ 1 0 05603475 +supraorbital_torus n 1 1 @ 1 0 05603475 +supraorbital_vein n 1 1 @ 1 0 05381779 +suprarenal_gland n 1 3 @ #p %p 1 0 05331171 +suprarenalectomy n 1 1 @ 1 0 00666107 +supratrochlear_vein n 1 1 @ 1 0 05381956 +supremacism n 1 1 @ 1 0 05952829 +supremacist n 1 3 @ ~ + 1 0 10678662 +supremacy n 1 3 @ ~ + 1 1 14442530 +suprematism n 1 1 @ 1 0 08466010 +suprematist n 1 1 @ 1 0 10678841 +supreme_allied_commander_atlantic n 1 2 @ #m 1 0 08175233 +supreme_allied_commander_europe n 1 2 @ #m 1 0 08175700 +supreme_authority n 1 1 @ 1 0 09804053 +supreme_being n 1 2 @ ~ 1 0 09536058 +supreme_court n 2 3 @ #m ; 2 1 08335886 08336188 +supreme_court_of_the_united_states n 1 3 @ #m ; 1 0 08335886 +supreme_headquarters n 1 3 @ ~ ; 1 0 08405267 +supreme_headquarters_allied_powers_europe n 1 2 @ #p 1 0 08174167 +supreme_truth n 1 2 @ ; 1 0 08017614 +supremo n 1 2 @ ; 1 0 10678937 +sur n 1 2 @ #p 1 0 08958334 +sura n 2 4 @ ~ #p %p 2 0 06461830 05574332 +surbase n 1 1 @ 1 0 04361801 +surcease n 1 2 @ ~ 1 0 07362075 +surcharge n 1 3 @ ~ + 1 0 13325505 +surcoat n 2 1 @ 2 0 04363777 04361937 +surd n 1 1 @ 1 0 07119897 +sure_thing n 1 3 @ ~ = 1 0 04753455 +sureness n 2 3 @ = + 2 0 05697363 04778267 +surety n 5 2 @ ~ 5 1 04754780 13349395 10187557 10149527 06685754 +surety_bond n 1 1 @ 1 0 13338960 +surf n 1 2 @ + 1 1 07344233 +surf_casting n 1 1 @ 1 0 00455173 +surf_fish n 2 3 @ ~ #m 2 0 02597004 02570838 +surf_fishing n 1 1 @ 1 0 00455173 +surface n 6 5 @ ~ #p %p + 6 5 04362025 08660339 09451517 05853449 05612809 02688443 +surface-active_agent n 1 2 @ ~ 1 1 15096783 +surface-to-air_missile n 1 3 @ ~ #p 1 0 04363210 +surface-to-air_missile_system n 1 2 @ %p 1 0 04363412 +surface_area n 1 2 @ ~ 1 1 05128519 +surface_assimilation n 1 2 @ ~ 1 0 13427789 +surface_chemistry n 1 1 @ 1 0 06090678 +surface_fire n 1 1 @ 1 0 07304630 +surface_gage n 1 1 @ 1 0 04362624 +surface_gauge n 1 1 @ 1 0 04362624 +surface_lift n 1 2 @ ~ 1 0 04362821 +surface_mail n 1 2 ! @ 1 0 06623207 +surface_noise n 1 1 @ 1 1 07430964 +surface_search_radar n 1 1 @ 1 0 04362972 +surface_ship n 1 2 ! @ 1 0 04363082 +surface_soil n 1 1 @ 1 0 14695737 +surface_tension n 1 2 @ ~ 1 1 11517999 +surfacing n 1 2 @ + 1 0 00061171 +surfactant n 1 2 @ ~ 1 1 15096783 +surfbird n 1 2 @ #m 1 0 02026629 +surfboard n 1 2 @ + 1 0 04363559 +surfboarder n 1 1 @ 1 0 10679054 +surfboarding n 1 1 @ 1 0 00445055 +surfboat n 1 1 @ 1 0 04363671 +surfeit n 3 2 @ + 3 0 14452294 05119837 00841628 +surfer n 1 2 @ + 1 0 10679054 +surffish n 2 3 @ ~ #m 2 0 02597004 02570838 +surfing n 1 2 @ + 1 0 00445055 +surfperch n 1 3 @ ~ #m 1 0 02570838 +surfriding n 1 1 @ 1 0 00445055 +surge n 3 3 @ ~ + 3 2 07440240 00364787 07348545 +surge_protector n 1 1 @ 1 0 04364160 +surge_suppressor n 1 1 @ 1 0 04364160 +surgeon n 1 2 @ ~ 1 1 10679174 +surgeon's_knot n 1 1 @ 1 0 04363874 +surgeon_general n 2 1 @ 2 0 10679610 10679503 +surgeonfish n 1 3 @ ~ #m 1 0 02621258 +surgery n 4 6 @ ~ %p + ; - 4 0 06063588 04363991 03850245 00671351 +surgical_contraception n 1 2 @ ~ 1 0 00853487 +surgical_dressing n 1 2 @ %p 1 0 04364397 +surgical_gown n 1 1 @ 1 0 03450734 +surgical_incision n 1 3 @ ~ #p 1 0 00678010 +surgical_instrument n 1 2 @ ~ 1 0 04364545 +surgical_knife n 1 2 @ ~ 1 0 04364827 +surgical_operation n 1 5 @ ~ %p ; - 1 0 00671351 +surgical_procedure n 1 5 @ ~ %p ; - 1 0 00671351 +surgical_process n 1 5 @ ~ %p ; - 1 0 00671351 +surgical_seam n 1 1 @ 1 0 04367371 +surgical_spirit n 1 2 @ ; 1 0 15065280 +surgical_strike n 1 1 @ 1 0 00977857 +suricata n 1 3 @ #m %m 1 0 02138323 +suricata_suricatta n 1 1 @ 1 0 02138647 +suricata_tetradactyla n 1 1 @ 1 0 02138777 +suricate n 1 1 @ 1 0 02138777 +surinam n 1 4 @ #m #p %p 1 0 09030752 +surinam_cherry n 3 4 @ #m #p %p 3 0 12694486 12332030 07746334 +surinam_river n 1 2 @ #p 1 0 09451864 +surinam_toad n 1 1 @ 1 0 01654083 +suriname n 1 4 @ #m #p %p 1 0 09030752 +suriname_river n 1 2 @ #p 1 0 09451864 +surinamese_monetary_unit n 1 2 @ ~ 1 0 13680032 +surliness n 1 3 @ ~ + 1 0 04642258 +surmisal n 1 3 @ ~ + 1 0 06782680 +surmise n 1 3 @ ~ + 1 1 06782680 +surmontil n 1 1 @ 1 0 04483399 +surmounter n 1 1 @ 1 0 10668450 +surmullet n 1 3 @ ~ #m 1 0 02600298 +surname n 1 2 @ ~ 1 0 06336904 +surnia n 1 3 @ #m %m 1 0 01624406 +surnia_ulula n 1 2 @ #m 1 0 01624537 +surplice n 1 1 @ 1 0 04364994 +surplus n 1 1 @ 1 1 05119714 +surplusage n 1 1 @ 1 0 05119714 +surprint n 1 1 @ 1 0 03865704 +surprisal n 1 2 @ + 1 0 00553655 +surprise n 3 3 @ ~ + 3 2 07510348 07298154 00553655 +surprise_attack n 1 2 @ ~ 1 0 01246541 +surpriser n 1 2 @ + 1 0 10679723 +surprisingness n 1 2 @ + 1 0 04796725 +surrealism n 1 3 @ %m + 1 0 08470210 +surrealist n 1 3 @ #m + 1 0 10679845 +surrebuttal n 1 2 @ ; 1 0 06563640 +surrebutter n 1 2 @ ; 1 0 06563640 +surrejoinder n 1 2 @ ; 1 0 06563801 +surrender n 4 3 @ ~ + 4 2 07542433 07255027 00213343 00067707 +surrenderer n 1 2 @ + 1 0 10679998 +surrey n 2 3 @ #m #p 2 0 08884961 04365112 +surrogate n 2 2 @ ~ 2 0 10680153 10005721 +surrogate_mother n 1 1 @ 1 0 10680370 +surround n 1 3 @ ~ + 1 0 08567235 +surroundings n 2 3 @ ~ + 2 2 14513944 08567235 +sursum_corda n 1 2 @ ; 1 0 06385434 +surtax n 1 2 @ + 1 0 13315364 +surtitle n 1 2 @ #p 1 0 06347811 +surtout n 1 1 @ 1 0 04365229 +surveillance n 1 2 @ ~ 1 1 00652466 +surveillance_of_disease n 1 1 @ 1 0 00881035 +surveillance_system n 1 1 @ 1 0 04365328 +survey n 3 3 @ ~ + 3 3 00644503 06469694 00881649 +survey_mile n 1 1 @ 1 0 13656345 +surveying n 1 3 @ ~ + 1 1 01005579 +surveying_instrument n 1 3 @ ~ %p 1 0 04365484 +surveyor n 2 3 @ ~ + 2 1 10680609 10680796 +surveyor's_instrument n 1 3 @ ~ %p 1 0 04365484 +surveyor's_level n 1 3 @ ~ %p 1 0 04365751 +survival n 3 3 @ ~ + 3 1 13962166 13563746 01022178 +survival_of_the_fittest n 1 1 @ 1 0 13563746 +survivalist n 1 1 @ 1 0 10680910 +survivor n 3 2 @ + 3 3 10681194 10681060 01324142 +survivor_guilt n 1 2 @ #p 1 0 07536437 +survivors_insurance n 1 1 @ 1 0 01088656 +survivorship_annuity n 1 1 @ 1 0 13295183 +surya n 1 1 @ 1 0 09529201 +sus n 1 3 @ #m %m 1 0 02395244 +sus_scrofa n 2 5 @ ~ #m %s %p 2 0 02396427 02395406 +susa n 1 2 @ #p 1 0 09038439 +susah n 1 2 @ #p 1 0 09038439 +susan_anthony n 1 1 @ 1 0 10819134 +susan_b._anthony n 1 1 @ 1 0 10819134 +susan_b_anthony_dollar n 1 1 @ 1 0 13392156 +susan_brownell_anthony n 1 1 @ 1 0 10819134 +susan_sontag n 1 1 @ 1 0 11308520 +susanna n 1 2 @ #p 1 0 06459016 +susceptibility n 1 5 ! @ ~ = + 1 1 14530061 +susceptibleness n 1 4 @ ~ = + 1 0 14530061 +sushi n 1 2 @ ; 1 1 07879450 +sushi_bar n 1 1 @ 1 0 04366033 +susian n 1 1 @ 1 0 06968454 +susiana n 1 1 @ 1 0 08913242 +suslik n 1 1 @ 1 0 02358584 +suspect n 2 4 @ ~ + ; 2 1 10681383 09762101 +suspended_animation n 1 2 @ ~ 1 1 14063089 +suspender n 1 4 @ %p + ; 1 0 02887489 +suspender_belt n 1 1 @ 1 0 03421324 +suspense n 3 1 @ 3 2 07522632 05699770 07511238 +suspense_account n 1 1 @ 1 0 13408776 +suspension n 7 5 @ ~ #p %p + 7 1 14591091 15271008 14010636 07368256 04366116 01017701 00209132 +suspension_bridge n 1 3 @ ~ %p 1 1 04366367 +suspension_point n 1 2 @ ; 1 0 06843838 +suspension_system n 1 3 @ #p %p 1 0 04366116 +suspensor n 1 1 @ 1 0 02752615 +suspensory n 1 1 @ 1 0 04366832 +suspensory_bandage n 1 1 @ 1 0 04366832 +suspicion n 4 3 @ ~ + 4 2 05919034 05698791 13982839 04895979 +suspiciousness n 1 2 @ + 1 0 04895979 +suspiration n 1 2 @ + 1 0 07129602 +susquehanna n 1 2 @ #p 1 0 09452017 +susquehanna_river n 1 2 @ #p 1 0 09452017 +sussex n 1 2 @ #p 1 0 08886432 +sussex_spaniel n 1 1 @ 1 0 02102480 +sussex_university n 1 2 @ #p 1 0 04512783 +sustainability n 1 2 @ + 1 0 05029594 +sustainer n 1 2 @ + 1 0 10740219 +sustaining_pedal n 1 2 @ #p 1 0 04367011 +sustaining_program n 1 1 @ 1 0 06621917 +sustainment n 1 2 @ + 1 0 01216191 +sustenance n 3 3 @ ~ + 3 1 07570720 13365286 01216191 +sustentation n 1 2 @ + 1 0 01216191 +susurration n 2 3 @ ~ + 2 0 07396233 07130341 +susurrus n 1 2 @ + 1 0 07396233 +sutherland n 1 1 @ 1 0 11325867 +sutler n 1 1 @ 1 0 10681557 +sutra n 1 1 @ 1 0 06623997 +suttee n 1 1 @ 1 0 00223575 +sutura n 1 2 @ ~ 1 0 05542893 +sutura_coronalis n 1 2 @ #p 1 0 05543917 +sutura_frontalis n 1 2 @ #p 1 0 05544078 +sutura_intermaxillaris n 1 2 @ #p 1 0 05544264 +sutura_internasalis n 1 2 @ #p 1 0 05544432 +sutura_lamboidea n 1 2 @ #p 1 0 05544575 +sutura_sagittalis n 1 2 @ #p 1 0 05545047 +sutural_bone n 1 1 @ 1 0 05610919 +suture n 3 4 @ ~ %s + 3 0 05542893 04367371 04367205 +suturing n 1 3 @ #p + 1 0 00716055 +suv n 1 1 @ 1 0 04285965 +suva n 1 2 @ #p 1 0 08779375 +suzerain n 1 1 @ 1 0 08170535 +suzerainty n 2 1 @ 2 0 14443786 08558882 +svalbard n 1 3 @ #p %p 1 0 08764561 +svante_august_arrhenius n 1 1 @ 1 0 10824352 +svedberg n 1 1 @ 1 0 11326591 +svengali n 2 1 @ 2 0 10681891 10681748 +sverdrup n 1 1 @ 1 0 11326008 +sverige n 1 4 @ #m %m %p 1 0 08765890 +svizzera n 1 4 @ #p %p - 1 0 09031653 +svoboda n 1 2 @ ; 1 0 13996211 +svr n 1 2 @ ; 1 0 08343905 +sw n 1 1 @ 1 0 13833886 +swab n 2 4 @ ~ %p + 2 0 04367746 04367480 +swabbing n 1 2 @ + 1 0 00252020 +swad n 1 2 @ ; 1 1 07960666 +swaddling_bands n 1 2 @ ; 1 0 04367950 +swaddling_clothes n 2 2 @ ; 2 0 04367950 01149793 +swag n 3 3 @ %p ; 3 0 13371190 13262663 04368109 +swage n 1 1 @ 1 0 04515444 +swage_block n 1 1 @ 1 0 04368235 +swagger n 2 3 @ + ; 2 0 10682169 00290125 +swagger_stick n 1 1 @ 1 0 04368365 +swaggerer n 1 2 @ + 1 0 10682038 +swaggie n 1 2 @ ; 1 0 10682169 +swagman n 1 2 @ ; 1 0 10682169 +swahili n 1 2 @ - 1 1 06995792 +swain n 1 1 @ 1 0 09871364 +swainsona n 1 3 @ #m %m 1 0 11751598 +swainsona_galegifolia n 1 1 @ 1 0 11751974 +swainsona_grandiflora n 1 1 @ 1 0 11752168 +swainsona_greyana n 1 1 @ 1 0 11752168 +swale n 1 1 @ 1 0 09452291 +swallow n 3 3 @ ~ + 3 2 07579276 00839778 01594372 +swallow-tailed_coat n 1 2 @ #p 1 0 04368496 +swallow-tailed_hawk n 1 2 @ #m 1 0 01609062 +swallow-tailed_kite n 1 2 @ #m 1 0 01609062 +swallow_dive n 1 1 @ 1 0 00444490 +swallow_hole n 1 1 @ 1 0 09435739 +swallow_shrike n 1 2 @ #m 1 0 01597022 +swallow_wort n 1 2 @ #m 1 0 11903671 +swallowtail n 1 2 @ #p 1 0 04368496 +swallowwort n 2 2 @ #m 2 0 13234293 11903671 +swami n 1 1 @ 1 1 09684901 +swammerdam n 1 1 @ 1 0 11326154 +swamp n 2 3 @ ~ + 2 1 09452395 13938296 +swamp_ash n 1 1 @ 1 0 12304286 +swamp_azalea n 1 1 @ 1 0 12244819 +swamp_bay n 1 1 @ 1 0 11711764 +swamp_birch n 1 2 @ #m 1 0 12283542 +swamp_blackberry n 1 1 @ 1 0 12655605 +swamp_blueberry n 1 2 @ %p 1 0 12247664 +swamp_buggy n 1 1 @ 1 0 04368695 +swamp_candleberry n 1 1 @ 1 0 11741797 +swamp_candles n 1 1 @ 1 0 12095934 +swamp_chestnut_oak n 1 1 @ 1 0 12275131 +swamp_cottonwood n 1 1 @ 1 0 12733428 +swamp_cypress n 1 2 @ #m 1 0 11641963 +swamp_dewberry n 1 1 @ 1 0 12655605 +swamp_fever n 1 2 @ ~ 1 0 14273365 +swamp_fly_honeysuckle n 1 1 @ 1 0 12677331 +swamp_gum n 1 1 @ 1 0 12338034 +swamp_hare n 1 2 @ #m 1 0 02325884 +swamp_hickory n 1 2 @ #m 1 0 12320806 +swamp_honeysuckle n 1 1 @ 1 0 12244819 +swamp_horsetail n 1 1 @ 1 0 13219976 +swamp_laurel n 2 1 @ 2 0 12237855 11711764 +swamp_lily n 1 2 @ #m 1 0 13151975 +swamp_locust n 1 2 @ #m 1 0 12495670 +swamp_mallow n 1 1 @ 1 0 12178896 +swamp_maple n 1 1 @ 1 0 12753573 +swamp_milkweed n 1 1 @ 1 0 13234678 +swamp_oak n 3 2 @ #m 3 0 12579404 12276872 12270460 +swamp_pine n 1 1 @ 1 0 11615812 +swamp_plant n 1 2 @ ~ 1 0 13122364 +swamp_poplar n 1 1 @ 1 0 12733428 +swamp_rabbit n 2 2 @ #m 2 0 02326074 02325884 +swamp_red_oak n 1 1 @ 1 0 12271933 +swamp_rose_mallow n 1 1 @ 1 0 12178896 +swamp_sparrow n 1 2 @ #m 1 0 01536780 +swamp_sunflower n 1 1 @ 1 0 11978551 +swamp_white_oak n 1 1 @ 1 0 12270460 +swamp_willow n 1 2 @ #m 1 0 12729315 +swamphen n 1 3 @ ~ #m 1 0 02016358 +swampland n 1 2 @ ~ 1 0 09452395 +swampy_beggar-ticks n 1 1 @ 1 0 11940915 +swan n 1 4 @ ~ #m %p 1 1 01858441 +swan's_down n 2 2 @ #p 2 0 04368840 01897053 +swan-flower n 1 2 @ #m 1 0 12055073 +swan-neck n 1 2 @ #m 1 0 12055073 +swan_dive n 1 1 @ 1 0 00444490 +swan_orchid n 1 2 @ #m 1 0 12055073 +swan_river_daisy n 1 2 @ #m 1 0 11941924 +swan_river_everlasting n 1 2 @ #m 1 0 12007766 +swan_song n 1 1 @ 1 0 00212678 +swanflower n 1 2 @ #m 1 0 12055073 +swank n 1 3 @ ~ + 1 0 04813712 +swanneck n 1 2 @ #m 1 0 12055073 +swansea n 1 2 @ #p 1 0 08895771 +swanson n 1 1 @ 1 0 11326433 +swap n 1 3 @ ~ + 1 0 01109687 +swap_file n 1 1 @ 1 0 08556266 +swap_space n 1 1 @ 1 0 08556266 +sward n 1 2 @ ~ 1 1 09463919 +swarm n 2 4 @ ~ %m + 2 2 08184217 07996149 +swarthiness n 1 2 @ + 1 0 04978216 +swash n 1 2 @ + 1 1 07344528 +swashbuckler n 1 2 @ ~ 1 1 09991530 +swashbuckling n 1 1 @ 1 0 04898334 +swastika n 1 2 @ ; 1 0 06883725 +swat n 1 2 @ + 1 0 00134391 +swat_squad n 1 1 @ 1 0 08274126 +swat_team n 1 1 @ 1 0 08274126 +swatch n 1 1 @ 1 1 04368949 +swath n 2 1 @ 2 0 13778907 09452653 +swathe n 1 2 @ + 1 0 04369025 +swathing n 1 2 @ + 1 1 04369146 +swatter n 1 2 @ + 1 0 04369282 +sway n 2 2 @ + 2 1 05194043 00348008 +swayer n 1 2 @ ~ 1 0 10541229 +swazi n 2 2 @ #m 2 0 09732293 06994608 +swaziland n 1 4 @ #p %m %p 1 0 09031233 +swaziland_monetary_unit n 1 2 @ ~ 1 0 13686023 +swbs n 1 1 @ 1 0 13833760 +swbw n 1 1 @ 1 0 13834038 +swearer n 2 2 @ + 2 0 10682501 10682380 +swearing n 2 2 @ + 2 1 07125096 06684572 +swearword n 1 1 @ 1 0 07125096 +sweat n 4 4 @ ~ %s + 4 1 05405751 14403560 11446459 00621627 +sweat_bag n 1 1 @ 1 1 04369485 +sweat_duct n 1 1 @ 1 0 05330518 +sweat_equity n 1 1 @ 1 0 13333546 +sweat_gland n 1 3 @ ~ #p 1 1 05330659 +sweat_pants n 1 3 @ #p ; 1 0 04370288 +sweat_room n 1 1 @ 1 0 04139395 +sweat_sock n 1 1 @ 1 0 02752496 +sweat_suit n 1 2 @ %p 1 1 04370774 +sweatband n 2 1 @ 2 1 04369618 04369732 +sweatbox n 2 1 @ 2 0 04369973 04369856 +sweater n 2 4 @ ~ %p + 2 1 04370048 10418735 +sweater_girl n 1 1 @ 1 0 10682599 +sweating n 1 3 @ ~ + 1 0 13535261 +sweating_sickness n 2 1 @ 2 0 14275978 14143239 +sweatpants n 1 3 @ #p ; 1 0 04370288 +sweats n 1 2 @ %p 1 0 04370774 +sweatshirt n 1 2 @ #p 1 1 04370456 +sweatshop n 1 1 @ 1 0 04370600 +sweatsuit n 1 2 @ %p 1 0 04370774 +swede n 3 4 @ #m #p %p 3 1 09732441 11877860 07736087 +sweden n 1 4 @ #m %m %p 1 1 08765890 +swedenborg n 1 1 @ 1 0 11326591 +swedish n 1 1 @ 1 0 06954925 +swedish_iron n 1 1 @ 1 0 15065483 +swedish_krona n 1 2 @ %p 1 0 13682330 +swedish_massage n 1 1 @ 1 0 00660173 +swedish_meatball n 1 1 @ 1 0 07871720 +swedish_mile n 1 1 @ 1 0 13655262 +swedish_monetary_unit n 1 2 @ ~ 1 0 13682221 +swedish_nightingale n 1 1 @ 1 0 11132768 +swedish_rye n 1 1 @ 1 0 07686299 +swedish_rye_bread n 1 1 @ 1 0 07686299 +swedish_turnip n 2 4 @ #m #p %p 2 0 11877860 07736087 +sweeney_todd n 1 1 @ 1 0 10714317 +sweep n 6 5 @ ~ #p + ; 6 1 05127959 09919061 07474645 04370955 00559555 00345149 +sweep-second n 1 1 @ 1 0 04371050 +sweep_hand n 1 1 @ 1 0 04371050 +sweep_oar n 1 1 @ 1 0 04370955 +sweeper n 3 3 @ #m + 3 0 10682713 02967782 02603862 +sweeping n 1 2 @ + 1 1 00252307 +sweepstakes n 1 2 @ ; 1 0 00508800 +sweet n 5 2 @ ~ 5 0 11326730 07609840 07596684 05716577 04994413 +sweet-birch_oil n 1 2 @ #s 1 0 14952441 +sweet-potato_ring_rot n 1 1 @ 1 0 14282384 +sweet-potato_whitefly n 1 3 @ ~ #m 1 0 02247511 +sweet-scented_geranium n 1 2 @ #m 1 0 12687462 +sweet_acacia n 1 2 @ #m 1 0 11757851 +sweet_alison n 1 2 @ #m 1 0 11891175 +sweet_almond n 1 3 @ ~ %p 1 0 12645174 +sweet_almond_oil n 1 1 @ 1 0 12645754 +sweet_alyssum n 1 2 @ #m 1 0 11891175 +sweet_balm n 1 3 @ #m %p 1 0 12854600 +sweet_basil n 2 3 @ #p %p 2 0 12860542 07816164 +sweet_bay n 1 1 @ 1 0 11711764 +sweet_bells n 1 2 @ #m 1 0 12240150 +sweet_birch n 1 2 @ #m 1 0 12283147 +sweet_buckeye n 1 1 @ 1 0 12768809 +sweet_calabash n 2 3 @ #p %p 2 0 12384680 07754155 +sweet_calamus n 1 4 @ #m %s %p 1 0 11780930 +sweet_cassava n 1 1 @ 1 0 12927194 +sweet_cherry n 2 4 @ ~ #p %p 2 0 12642200 07757312 +sweet_chestnut n 1 1 @ 1 0 12263204 +sweet_cicely n 3 5 @ #m #s #p %p 3 0 12940609 12692875 07821404 +sweet_cider n 1 2 @ ~ 1 0 07921948 +sweet_clover n 1 3 @ ~ #m 1 1 11750989 +sweet_coltsfoot n 2 2 @ #m 2 0 12002826 12002651 +sweet_corn n 2 2 @ #p 2 0 12144742 07732168 +sweet_corn_plant n 1 2 @ #p 1 0 12144742 +sweet_cup n 1 2 @ #p 1 0 07754279 +sweet_elder n 1 2 @ %p 1 0 12678548 +sweet_false_chamomile n 1 2 @ #m 1 0 11995092 +sweet_fanny_adams n 1 2 @ ; 1 0 13740765 +sweet_fern n 2 2 @ #m 2 0 13173882 11742310 +sweet_flag n 1 4 @ #m %s %p 1 0 11780930 +sweet_four_o'clock n 1 1 @ 1 0 11840246 +sweet_gale n 1 2 @ #m 1 0 11741175 +sweet_goldenrod n 1 1 @ 1 0 12017326 +sweet_granadilla n 1 2 @ %p 1 0 12383894 +sweet_grass n 1 3 @ ~ #m 1 0 12122245 +sweet_gum n 3 4 @ #m #s %s 3 0 12316982 12316853 12316572 +sweet_gum_tree n 1 3 @ #m %s 1 0 12316572 +sweet_lemon n 1 1 @ 1 0 12711817 +sweet_lime n 1 1 @ 1 0 12711817 +sweet_marjoram n 1 2 @ #m 1 0 12853482 +sweet_melon n 2 5 @ ~ #m #p %p 2 0 12164363 07755707 +sweet_melon_vine n 1 4 @ ~ #m %p 1 0 12164363 +sweet_nothings n 1 1 @ 1 1 07137461 +sweet_oil n 1 1 @ 1 0 07673872 +sweet_orange n 2 5 @ ~ #m #p %p 2 1 07748912 12710693 +sweet_orange_tree n 1 3 @ #m %p 1 0 12710693 +sweet_pea n 1 2 @ #m 1 0 12540800 +sweet_pepper n 2 6 @ ~ #m #p %s %p 2 0 12901264 07720615 +sweet_pepper_plant n 1 4 @ #m %s %p 1 0 12901264 +sweet_pepperbush n 1 1 @ 1 0 12250180 +sweet_pickle n 1 2 @ ~ 1 0 07825717 +sweet_potato n 3 4 @ ~ #p %p 3 0 12827684 07712063 03840681 +sweet_potato_vine n 1 2 @ %p 1 0 12827684 +sweet_reseda n 1 2 @ #m 1 0 12385566 +sweet_rocket n 1 2 @ #m 1 0 11888800 +sweet_roll n 1 2 @ ~ 1 1 07692614 +sweet_sand_verbena n 2 1 @ 2 0 11837204 11837020 +sweet_scabious n 1 1 @ 1 0 12683571 +sweet_shrub n 1 1 @ 1 1 11701066 +sweet_sorghum n 1 1 @ 1 0 12138757 +sweet_sultan n 3 2 @ #m 3 0 11955532 11948469 11918808 +sweet_talk n 1 1 @ 1 0 06696025 +sweet_talker n 1 1 @ 1 0 10615179 +sweet_tooth n 1 1 @ 1 0 07486055 +sweet_unicorn_plant n 1 2 @ #m 1 0 12875861 +sweet_vermouth n 1 2 @ #s 1 0 07899292 +sweet_vetch n 1 2 @ #m 1 0 12534625 +sweet_violet n 1 1 @ 1 0 12389317 +sweet_wattle n 1 2 @ #m 1 0 11757851 +sweet_white_violet n 1 1 @ 1 0 12388444 +sweet_william n 1 1 @ 1 0 11808299 +sweet_woodruff n 2 4 @ #s #p %p 2 0 12665271 07821260 +sweet_wormwood n 1 2 @ #m 1 0 11929743 +sweetbread n 1 1 @ 1 0 07652488 +sweetbreads n 1 1 @ 1 0 07652488 +sweetbriar n 1 1 @ 1 0 12621619 +sweetbrier n 1 1 @ 1 0 12621619 +sweetener n 2 3 @ ~ + 2 0 07858595 05695232 +sweetening n 3 3 @ ~ + 3 0 07858595 00265992 00248636 +sweetheart n 3 2 @ ~ 3 2 10682953 10682850 10613996 +sweetie n 1 2 @ ~ 1 0 10682953 +sweetleaf n 1 2 @ #m 1 0 12776558 +sweetleaf_family n 1 3 @ #m %m 1 0 12776212 +sweetmeat n 1 1 @ 1 0 07597263 +sweetness n 4 4 @ ~ = + 4 1 05716577 04994413 04980463 04778630 +sweetness_and_light n 1 1 @ 1 0 04656598 +sweetpea n 1 2 @ #m 1 0 12540800 +sweetsop n 2 3 @ #p %p 2 0 11695085 07761611 +sweetsop_tree n 1 2 @ %p 1 0 11695085 +sweetwood_bark n 1 2 @ #p 1 0 12923257 +swell n 4 2 @ ~ 4 3 07348258 09452760 04990692 09991026 +swelled_head n 1 2 @ ~ 1 0 04887497 +swellhead n 1 2 @ ~ 1 0 10047459 +swelling n 3 3 @ ~ + 3 1 14315192 13894434 13501548 +swertia n 1 3 @ #m %m 1 0 12298783 +swertia_perennia n 1 2 @ #m 1 0 12298958 +swertia_speciosa n 1 2 @ #m 1 0 12293180 +swerve n 2 2 @ + 2 1 01263257 07411350 +swerving n 1 2 @ + 1 0 01263257 +swietinia n 1 3 @ #m %m 1 0 12699778 +swietinia_macrophylla n 1 1 @ 1 0 12700088 +swietinia_mahogani n 1 2 @ #m 1 0 12699922 +swift n 4 4 @ ~ #m + 4 0 11326999 11326869 01832167 01680655 +swiftlet n 1 3 @ #m + 1 0 01833112 +swiftness n 1 4 @ ~ = + 1 0 05058140 +swig n 1 2 @ + 1 1 00840189 +swill n 1 2 @ + 1 0 07805006 +swilling n 1 2 @ + 1 0 00843325 +swim n 1 3 @ ~ + 1 0 00442115 +swim_bladder n 1 1 @ 1 0 02467581 +swim_meet n 1 2 @ %p 1 0 07468534 +swimmer n 2 3 @ ~ + 2 0 10683349 10683126 +swimmer's_itch n 1 2 @ ; 1 0 14224547 +swimmeret n 1 2 @ #p 1 0 02585446 +swimming n 1 3 @ ~ + 1 1 00442115 +swimming_bath n 1 2 @ #p 1 0 04371225 +swimming_cap n 1 1 @ 1 0 02807133 +swimming_costume n 1 2 @ ~ 1 0 04371563 +swimming_crab n 1 3 @ ~ #m 1 0 01978930 +swimming_event n 1 2 @ #p 1 0 07470545 +swimming_hole n 1 1 @ 1 1 09452866 +swimming_kick n 1 3 @ ~ #p 1 0 00574227 +swimming_meet n 1 2 @ %p 1 0 07468534 +swimming_pool n 1 2 @ #p 1 1 04371225 +swimming_stroke n 1 3 @ ~ %p 1 0 00570066 +swimming_trunks n 1 2 @ ; 1 1 04371430 +swimsuit n 1 2 @ ~ 1 1 04371563 +swimwear n 1 2 @ ~ 1 0 04371563 +swinburne n 1 1 @ 1 0 11327163 +swindle n 1 3 @ ~ + 1 0 00780148 +swindler n 1 3 @ ~ + 1 0 09955015 +swine n 1 3 @ ~ #m 1 0 02395003 +swine_flu n 1 1 @ 1 0 14122813 +swine_influenza n 1 1 @ 1 0 14122813 +swineherd n 1 1 @ 1 0 10683593 +swing n 9 4 @ ~ #p + 9 4 14009946 04371774 01173660 00327824 07066042 04992008 00571609 00571444 00541178 +swing_door n 1 3 @ ~ %p 1 0 04371979 +swing_music n 1 1 @ 1 0 07066042 +swing_shift n 1 1 @ 1 0 15292829 +swing_voter n 1 1 @ 1 0 10683927 +swinger n 2 2 @ + 2 0 10683801 10683675 +swinging n 1 2 @ + 1 0 00327824 +swinging_chad n 1 1 @ 1 0 15065584 +swinging_door n 1 3 @ ~ %p 1 1 04371979 +swinging_post n 1 1 @ 1 0 03521431 +swingletree n 1 1 @ 1 0 04577567 +swipe n 1 2 @ + 1 0 00566040 +swirl n 1 2 @ + 1 1 13878112 +swish n 1 2 @ + 1 0 07396414 +swiss n 1 2 @ ~ 1 1 09733333 +swiss_canton n 1 3 @ ~ #p 1 0 09032191 +swiss_chard n 2 3 @ #p %p 2 0 11832671 07720277 +swiss_cheese n 1 2 @ ~ 1 0 07854813 +swiss_confederation n 1 4 @ #p %p - 1 0 09031653 +swiss_franc n 1 2 @ %p 1 0 13678816 +swiss_mountain_pine n 1 1 @ 1 0 11612349 +swiss_people n 1 2 @ ~ 1 0 09733333 +swiss_pine n 1 2 @ %p 1 0 11612018 +swiss_roll n 1 1 @ 1 0 07632357 +swiss_steak n 1 1 @ 1 0 07879560 +swiss_stone_pine n 1 2 @ %p 1 0 11612018 +switch n 7 3 @ ~ + 7 2 04372370 07443761 04372948 04372756 04372171 00563823 00196084 +switch-hitter n 2 2 @ + 2 1 10684311 10684446 +switch-ivy n 1 2 @ #m 1 0 12239880 +switch_cane n 1 2 @ #m 1 0 12148439 +switch_engine n 1 1 @ 1 0 04373428 +switch_grass n 1 1 @ 1 0 12127460 +switchblade n 1 1 @ 1 0 04373089 +switchblade_knife n 1 1 @ 1 0 04373089 +switchboard n 1 2 @ #p 1 1 04373264 +switchboard_operator n 1 1 @ 1 0 10698064 +switcher n 1 2 @ + 1 0 10684146 +switcheroo n 1 1 @ 1 0 00196402 +switching n 1 3 @ ~ + 1 1 00196084 +switchman n 1 1 @ 1 0 10684538 +swither n 1 1 @ 1 0 14403560 +switzerland n 1 4 @ #p %p - 1 1 09031653 +swivel n 1 2 @ + 1 0 04373563 +swivel_chair n 1 1 @ 1 1 04373704 +swivel_pin n 1 1 @ 1 0 03618546 +swivet n 1 1 @ 1 0 07520925 +swiz n 1 2 @ ; 1 0 00780615 +swizzle n 1 2 @ %s 1 0 07918706 +swizzle_stick n 1 1 @ 1 0 04373795 +swob n 1 4 @ ~ %p + 1 0 04367480 +swoon n 1 2 @ + 1 0 07478318 +swoop n 3 3 @ + ; 3 1 06857264 00977214 00327033 +swoosh n 1 1 @ 1 0 07396530 +swop n 1 3 @ ~ + 1 0 01109687 +sword n 1 3 @ ~ %p 1 1 04373894 +sword-cut n 1 1 @ 1 0 14364217 +sword_bean n 1 2 @ #m 1 0 12511488 +sword_cane n 1 1 @ 1 0 04374315 +sword_dance n 1 1 @ 1 0 00538510 +sword_dancing n 1 1 @ 1 0 00538510 +sword_fern n 1 3 @ ~ #m 1 0 13204826 +sword_grass n 1 1 @ 1 0 12104104 +sword_knot n 1 1 @ 1 0 04374421 +sword_lily n 2 3 @ ~ #m 2 0 12417382 12411922 +sword_of_damocles n 1 1 @ 1 0 14542983 +sword_stick n 1 1 @ 1 0 04374315 +swordfish n 2 4 @ #m #p %p 2 0 07785887 02629716 +swordplay n 1 2 @ ~ 1 0 00041468 +swordsman n 1 2 @ + 1 0 10085217 +swordsmanship n 1 2 @ + 1 0 05640339 +swordtail n 1 2 @ #m 1 0 01448291 +swot n 1 2 @ + 1 0 10684630 +swung_dash n 1 1 @ 1 0 06845076 +sybarite n 1 2 @ + 1 0 10759543 +sycamore n 4 5 @ ~ #m #s %s 4 0 12807082 12806732 12754981 12403513 +sycamore_fig n 1 2 @ #m 1 0 12403513 +syconium n 1 2 @ #p 1 0 13137225 +sycophancy n 1 2 @ + 1 0 04906923 +sycophant n 1 3 @ ~ + 1 0 10684827 +sydenham n 1 1 @ 1 0 11327273 +sydenham's_chorea n 1 1 @ 1 0 14095568 +sydney n 1 3 @ #p %p 1 0 08833295 +sydney_harbor_bridge n 1 2 @ #p 1 0 04374608 +sydney_pollack n 1 1 @ 1 0 11240996 +sydney_silky n 1 1 @ 1 0 02097658 +syllabary n 1 2 @ ~ 1 0 06361770 +syllabic_script n 1 2 @ ~ 1 0 06361770 +syllabication n 1 2 @ + 1 0 00390581 +syllabicity n 1 2 @ + 1 1 07113491 +syllabification n 1 2 @ + 1 0 00390581 +syllable n 1 4 @ ~ #p + 1 1 06304671 +syllable_structure n 1 2 @ ~ 1 0 06177729 +syllabub n 2 1 @ 2 0 07916872 07613158 +syllabus n 1 3 @ ~ %p 1 0 06676416 +syllepsis n 1 1 @ 1 0 07108657 +syllogiser n 1 2 @ + 1 0 10685123 +syllogism n 1 3 @ %p + 1 0 05779116 +syllogist n 1 2 @ + 1 0 10685123 +syllogizer n 1 2 @ + 1 0 10685123 +sylph n 2 1 @ 2 0 10685398 10685300 +sylva n 1 1 @ 1 0 09435405 +sylvan n 1 1 @ 1 0 10685480 +sylvanite n 1 2 @ %s 1 0 15065713 +sylvanus n 1 2 @ ; 1 0 09576746 +sylvester_ii n 1 1 @ 1 0 11327398 +sylvia_communis n 1 1 @ 1 0 01564914 +sylvia_curruca n 1 1 @ 1 0 01565078 +sylvia_plath n 1 1 @ 1 0 11239143 +sylvian_aqueduct n 1 1 @ 1 0 05503401 +sylvian_fissure n 1 2 @ #p 1 0 05224080 +sylviidae n 1 3 @ #m %m 1 0 01562584 +sylviinae n 1 2 @ #m 1 0 01562978 +sylvilagus n 1 3 @ #m %m 1 0 02325211 +sylvilagus_aquaticus n 1 2 @ #m 1 0 02325884 +sylvilagus_floridanus n 1 1 @ 1 0 02325722 +sylvilagus_palustris n 1 1 @ 1 0 02326074 +sylvine n 1 2 @ %s 1 0 15065928 +sylvite n 1 2 @ %s 1 0 15065928 +symbion_pandora n 1 2 @ #m 1 0 02315024 +symbiosis n 1 3 @ ~ + 1 0 13842622 +symbol n 2 3 @ ~ + 2 2 06806469 05765415 +symbol-worship n 1 1 @ 1 0 01045091 +symbolatry n 1 1 @ 1 0 01045091 +symbolic_logic n 1 2 @ ~ 1 0 06164665 +symbolic_logician n 1 1 @ 1 0 10685587 +symbolic_representation n 1 2 @ ~ 1 0 05765415 +symbolisation n 3 3 @ ~ + 3 0 06602324 05765415 00412271 +symboliser n 1 2 @ + 1 0 10685853 +symbolising n 1 1 @ 1 0 00900070 +symbolism n 3 2 @ + 3 2 06807849 00412271 08470507 +symbolist n 2 2 @ + 2 1 10685685 10685853 +symbolization n 3 3 @ ~ + 3 0 06602324 05765415 00412271 +symbolizer n 1 2 @ + 1 0 10685853 +symbolizing n 1 2 @ + 1 0 00900070 +symbology n 1 1 @ 1 0 05998893 +symbololatry n 1 1 @ 1 0 01045091 +symmetricalness n 1 4 @ ~ + ; 1 0 05064827 +symmetry n 3 5 ! @ ~ + ; 3 2 05064827 13898315 04917439 +symonds n 1 1 @ 1 0 11327544 +symons n 1 1 @ 1 0 11327650 +sympathectomy n 1 1 @ 1 0 00687964 +sympathetic_nervous_system n 1 3 @ #p %p 1 0 05505131 +sympathetic_strike n 1 1 @ 1 0 01244127 +sympathetic_vibration n 1 2 @ ; 1 0 11478171 +sympathiser n 2 3 @ ~ + 2 0 10686313 10686073 +sympathizer n 2 3 @ ~ + 2 0 10686313 10686073 +sympathy n 3 3 @ ~ + 3 3 06199142 07553301 13811900 +sympathy_card n 1 2 @ ~ 1 0 06628328 +sympathy_strike n 1 1 @ 1 0 01244127 +sympatry n 1 3 ! @ + 1 0 13959463 +symphalangus n 1 2 @ #m 1 0 02483564 +symphalangus_syndactylus n 1 2 @ #m 1 0 02483708 +symphilid n 1 2 @ #m 1 0 01783706 +symphonic_music n 1 1 @ 1 0 07044760 +symphonic_poem n 1 1 @ 1 0 07047373 +symphonist n 1 1 @ 1 0 10686517 +symphony n 2 2 @ + 2 2 07044760 08248856 +symphony_orchestra n 1 1 @ 1 1 08248856 +symphoricarpos n 1 3 @ #m %m 1 0 12677427 +symphoricarpos_alba n 1 2 @ #m 1 0 12677612 +symphoricarpos_orbiculatus n 1 2 @ #m 1 0 12677841 +symphyla n 1 3 @ #m %m 1 0 01783384 +symphysion n 1 2 @ #p 1 0 05235607 +symphysis n 2 1 @ 2 0 14206375 13563948 +symphytum n 1 3 @ #m %m 1 0 12822650 +symphytum_officinale n 1 2 @ %p 1 0 12822955 +symplocaceae n 1 3 @ #m %m 1 0 12776212 +symplocarpus n 1 3 @ #m %m 1 0 11792598 +symplocarpus_foetidus n 1 2 @ #m 1 0 11792742 +symploce n 1 1 @ 1 0 07100942 +symplocus n 1 3 @ #m %m 1 0 12776391 +symplocus_paniculata n 1 1 @ 1 0 12776774 +symplocus_tinctoria n 1 2 @ #m 1 0 12776558 +symposiarch n 1 2 @ ~ 1 0 10713686 +symposiast n 1 1 @ 1 0 10686598 +symposium n 1 1 @ 1 1 08327616 +symptom n 2 5 @ ~ #p + ; 2 2 14299637 06798187 +synaeresis n 2 1 @ 2 0 13564795 13564639 +synaesthesia n 1 3 @ ~ + 1 0 05720602 +synagogue n 1 3 @ ~ ; 1 1 04374735 +synagrops n 1 3 @ #m %m 1 0 02567201 +synagrops_bellus n 1 2 @ #m 1 0 02567334 +synanceja n 1 3 @ #m %m 1 0 02643713 +synanceja_verrucosa n 1 2 @ #m 1 0 02643836 +synapse n 1 4 @ ~ #p + 1 0 05473928 +synapsid n 1 2 @ ~ 1 0 01719403 +synapsid_reptile n 1 2 @ ~ 1 0 01719403 +synapsida n 1 3 @ #m %m 1 0 01719175 +synapsis n 1 2 @ #p 1 0 13564045 +synaptomys n 1 2 @ #m 1 0 02345890 +synaptomys_borealis n 1 1 @ 1 0 02346170 +synaptomys_cooperi n 1 1 @ 1 0 02345997 +syncarp n 1 3 @ ~ + 1 0 13137672 +syncategorem n 1 3 ! @ + 1 0 06752695 +syncategoreme n 1 3 ! @ + 1 0 06752695 +synchro n 1 1 @ 1 0 04170694 +synchrocyclotron n 1 1 @ 1 0 04374907 +synchroflash n 1 1 @ 1 0 04375080 +synchromesh n 1 1 @ 1 0 04375241 +synchroneity n 1 2 @ + 1 0 13845239 +synchronic_linguistics n 1 1 @ 1 0 06181448 +synchronicity n 1 2 @ + 1 0 13845239 +synchronisation n 3 2 @ + 3 0 13845239 01001097 00807500 +synchroniser n 1 2 @ + 1 0 04375926 +synchronising n 1 2 @ + 1 0 01001097 +synchronism n 1 2 ! @ 1 1 13845239 +synchronization n 3 3 ! @ + 3 0 13845239 01001097 00807500 +synchronizer n 1 2 @ + 1 0 04375926 +synchronizing n 3 3 ! @ + 3 0 13845239 01001097 00807500 +synchronoscope n 1 1 @ 1 0 04375926 +synchronous_converter n 1 1 @ 1 0 04375405 +synchronous_motor n 1 1 @ 1 1 04375615 +synchronous_operation n 1 2 ! @ 1 0 13564501 +synchrony n 1 2 @ + 1 1 13845239 +synchroscope n 1 1 @ 1 0 04375926 +synchrotron n 1 2 @ ~ 1 0 04375775 +synchytriaceae n 1 3 @ #m %m 1 0 12978969 +synchytrium n 1 3 @ #m %m 1 0 12979129 +synchytrium_endobioticum n 1 2 @ #m 1 0 12979316 +syncopation n 3 3 @ + ; 3 0 07132729 07087223 07057385 +syncopator n 1 2 @ + 1 0 10686694 +syncope n 2 3 @ + ; 2 0 07478318 07132729 +syncretism n 2 2 @ + 2 0 14421724 13564215 +syncytium n 1 1 @ 1 0 05605762 +syndactylism n 1 2 @ ; 1 0 14471926 +syndactyly n 1 2 @ ; 1 0 14471926 +syndic n 1 1 @ 1 0 10686885 +syndicalism n 1 2 @ + 1 0 08321621 +syndicalist n 1 3 @ ~ + 1 0 09791816 +syndicate n 3 3 @ ~ + 3 2 08246302 08236438 08355324 +syndication n 2 2 @ + 2 0 01138547 01115348 +syndicator n 1 2 @ + 1 0 10687025 +syndrome n 2 3 @ ~ #p 2 1 05870790 14304060 +synecdoche n 1 3 @ + - 1 0 07108453 +synechia n 1 2 @ ~ 1 0 14206477 +synentognathi n 1 3 @ #m %m 1 0 02549533 +synercus n 1 3 @ #m %m 1 0 02409369 +synercus_caffer n 1 2 @ #m 1 0 02409508 +syneresis n 2 1 @ 2 0 13564795 13564639 +synergism n 2 3 @ ~ + 2 1 13564910 06191854 +synergist n 1 3 ! @ + 1 0 04376259 +synergy n 1 3 @ ~ + 1 0 13564910 +synesthesia n 1 3 @ ~ + 1 0 05720602 +synesthetic_metaphor n 1 1 @ 1 0 07107522 +synezesis n 1 2 @ #p 1 0 13565201 +synge n 1 1 @ 1 0 11327744 +syngnathidae n 1 3 @ #m %m 1 0 01455592 +syngnathus n 1 3 @ #m %m 1 0 01455986 +syngnathus_hildebrandi n 1 2 @ #m 1 0 01456137 +syngonium n 1 2 @ #m 1 0 11793032 +synizesis n 1 2 @ #p 1 0 13565201 +synod n 1 1 @ 1 0 08322520 +synodic_month n 1 2 @ #p 1 0 15207872 +synodontidae n 1 3 @ #m %m 1 0 02543412 +synonym n 1 3 ! @ + 1 1 06303682 +synonym_finder n 1 2 @ ~ 1 0 06421016 +synonymist n 1 2 @ + 1 0 10687135 +synonymity n 1 2 @ + 1 0 13808161 +synonymousness n 1 2 @ + 1 0 13808161 +synonymy n 1 2 @ + 1 0 13808161 +synopsis n 1 3 @ ~ + 1 0 06468951 +synoptic_gospels n 1 2 @ #p 1 0 06455497 +synoptics n 1 2 @ #p 1 0 06455497 +synovia n 1 3 @ %s + 1 0 05415200 +synovial_fluid n 1 2 @ %s 1 0 05415200 +synovial_joint n 1 2 @ ~ 1 0 05543177 +synovial_membrane n 1 1 @ 1 0 05606247 +synovitis n 1 2 @ ~ 1 0 14356328 +synovium n 1 1 @ 1 0 05606247 +synset n 1 2 @ ; 1 0 08272860 +syntactic_category n 1 3 @ ~ ; 1 0 06309383 +syntactician n 1 3 @ ~ + 1 0 10141364 +syntagm n 1 3 @ ~ + 1 0 06313457 +syntagma n 1 3 @ ~ + 1 0 06313457 +syntax n 3 4 @ ~ + ; 3 2 06176107 08436203 06176322 +syntax_checker n 1 1 @ 1 0 06580543 +syntax_error n 1 2 @ ; 1 0 07300494 +syntax_language n 1 1 @ 1 0 06901471 +synthesis n 3 4 ! @ ~ + 3 2 13565379 05783940 05774129 +synthesiser n 2 3 @ + ; 2 0 10687231 04376400 +synthesist n 1 2 @ + 1 0 10687231 +synthesizer n 2 3 @ + ; 2 0 10687231 04376400 +synthetic n 1 2 @ ~ 1 0 14901959 +synthetic_cubism n 1 1 @ 1 1 08477077 +synthetic_fiber n 1 2 @ ~ 1 0 14959058 +synthetic_heroin n 1 1 @ 1 0 03754014 +synthetic_resin n 1 2 @ ~ 1 0 14902141 +synthetic_rubber n 1 2 @ ~ 1 0 15006789 +synthetic_substance n 1 2 @ ~ 1 0 14901959 +synthetic_thinking n 1 1 @ 1 0 05783940 +synthetism n 1 1 @ 1 0 04376715 +syph n 1 3 @ ~ %p 1 0 14133985 +syphilis n 1 4 @ ~ %p + 1 0 14133985 +syphilitic n 1 1 @ 1 0 10687427 +syphon n 2 3 @ + ; 2 0 04224155 01468913 +syracuse n 4 3 @ #p ; 4 0 09125528 08810051 01296296 01296127 +syria n 1 8 @ ~ #m #p %m %p + - 1 1 09033333 +syrian n 1 3 @ ~ #m 1 0 09733459 +syrian_arab_republic n 1 7 @ ~ #m #p %m %p - 1 0 09033333 +syrian_bean_caper n 1 2 @ #m 1 0 12721122 +syrian_bear n 1 1 @ 1 0 02132466 +syrian_desert n 1 2 @ #p 1 0 09173023 +syrian_hamster n 1 2 @ #m 1 0 02343320 +syrian_monetary_unit n 1 2 @ ~ 1 0 13695567 +syrian_pound n 1 2 @ %p 1 0 13695674 +syringa n 2 3 @ #m %m 2 1 12791329 12310153 +syringa_amurensis_japonica n 1 1 @ 1 0 12311224 +syringa_emodi n 1 1 @ 1 0 12310638 +syringa_josikaea n 1 1 @ 1 0 12310840 +syringa_josikea n 1 1 @ 1 0 12310840 +syringa_persica n 1 1 @ 1 0 12311045 +syringa_reticulata n 1 1 @ 1 0 12311224 +syringa_villosa n 1 1 @ 1 0 12311413 +syringa_vulgaris n 1 1 @ 1 0 12311579 +syringe n 1 4 @ ~ %p + 1 0 04376876 +syrinx n 2 2 @ #p 2 0 03884397 02511633 +syrrhaptes n 1 3 @ #m %m 1 0 01816336 +syrrhaptes_paradoxus n 1 2 @ #m 1 0 01816474 +syrup n 1 2 @ ~ 1 0 07859583 +system n 9 5 @ ~ %p + ; 9 8 04377057 08435388 14981183 05661996 05726596 05237227 05902872 05219097 04768657 +system_administrator n 1 1 @ 1 0 10687516 +system_call n 1 1 @ 1 0 06587217 +system_clock n 2 1 @ 2 0 04378024 04377842 +system_command n 1 1 @ 1 0 07276242 +system_error n 1 1 @ 1 0 06587048 +system_of_logic n 1 3 @ ~ - 1 0 05664069 +system_of_macrophages n 1 2 @ #p 1 0 05461610 +system_of_measurement n 1 2 @ ~ 1 0 13577171 +system_of_numeration n 1 3 @ ~ - 1 0 06809074 +system_of_rules n 1 2 @ ~ 1 0 05661996 +system_of_weights n 1 2 @ ~ 1 0 13715755 +system_of_weights_and_measures n 1 2 @ ~ 1 0 13577544 +system_program n 1 1 @ 1 0 06580646 +systema_alimentarium n 1 3 @ #p %p 1 0 05329215 +systema_digestorium n 1 3 @ #p %p 1 0 05329215 +systema_lymphaticum n 1 3 @ #p %p 1 0 05396366 +systema_nervosum n 1 4 @ ~ #p %p 1 0 05462315 +systema_nervosum_centrale n 1 4 @ #p %s %p 1 0 05480794 +systema_nervosum_periphericum n 1 2 @ #p 1 0 05504336 +systema_respiratorium n 1 3 @ #p %p 1 0 05509889 +systema_skeletale n 1 4 @ ~ #p %p 1 0 05585383 +systema_urogenitale n 1 2 @ %p 1 0 05509452 +systematic_desensitisation n 1 2 @ ~ 1 0 00701755 +systematic_desensitization n 1 2 @ ~ 1 0 00701755 +systematics n 1 3 @ ~ + 1 0 06152821 +systematisation n 1 3 @ ~ + 1 0 01009190 +systematiser n 1 2 @ + 1 0 10381369 +systematism n 1 2 @ + 1 0 01031705 +systematist n 2 3 @ ~ + 2 0 10693824 10381369 +systematization n 1 3 @ ~ + 1 1 01009190 +systematizer n 1 2 @ + 1 0 10381369 +systeme_international n 1 1 @ 1 0 13578267 +systeme_international_d'unites n 1 1 @ 1 0 13578267 +systemic_circulation n 1 1 @ 1 0 11439312 +systemic_lupus_erythematosus n 1 1 @ 1 0 14221311 +systemiser n 1 2 @ + 1 0 10381369 +systemizer n 1 2 @ + 1 0 10381369 +systems_analysis n 1 1 @ 1 0 05782713 +systems_analyst n 1 1 @ 1 0 10687728 +systems_program n 1 1 @ 1 0 06580646 +systems_software n 1 1 @ 1 0 06580646 +systole n 1 2 @ ~ 1 0 07401409 +systolic_murmur n 1 1 @ 1 0 14335006 +systolic_pressure n 1 1 @ 1 0 11430483 +syzygium n 1 3 @ #m %m 1 0 12339319 +syzygium_aromaticum n 1 3 @ #m %p 1 0 12339526 +syzygy n 1 1 @ 1 0 11518330 +szechuan n 1 2 @ #p 1 0 08726305 +szechwan n 1 2 @ #p 1 0 08726305 +szechwan_province n 1 2 @ #p 1 0 08726305 +szell n 1 1 @ 1 0 11327964 +szent-gyorgyi n 1 1 @ 1 0 11328085 +szilard n 1 1 @ 1 0 11328289 +t n 6 4 @ #m #s %p 6 0 15072857 14830164 13725588 06833220 05413873 05413647 +t'ai_chi n 1 1 @ 1 0 00826789 +t'ai_chi_chuan n 1 1 @ 1 0 00826789 +t'ien-ching n 1 2 @ #p 1 0 08728882 +t-bar n 1 1 @ 1 0 04396650 +t-bar_lift n 1 1 @ 1 0 04396650 +t-bill n 1 1 @ 1 0 13394592 +t-bone_steak n 1 1 @ 1 0 07661002 +t-junction n 1 1 @ 1 0 04441902 +t-man n 1 1 @ 1 0 10713254 +t-network n 1 1 @ 1 0 04442016 +t-scope n 1 1 @ 1 0 04382537 +t-shirt n 1 2 @ ~ 1 0 03595614 +t-square n 1 1 @ 1 1 04493259 +t._e._lawrence n 1 1 @ 1 0 11120834 +t._h._white n 1 1 @ 1 0 11384022 +t._s._eliot n 1 1 @ 1 0 10957072 +t.b. n 1 2 @ ~ 1 1 14143415 +t_cell n 1 2 @ ~ 1 0 05451981 +t_hinge n 1 1 @ 1 0 04399846 +t_lymphocyte n 1 2 @ ~ 1 0 05451981 +ta n 1 2 @ #s 1 0 14656666 +ta'ziyeh n 1 2 @ ; 1 0 07281635 +taal n 1 1 @ 1 0 06952861 +tab n 5 3 @ ~ #p 5 0 06517942 06267991 04379096 04378123 03936568 +tab_key n 1 2 @ #p 1 0 04379096 +tabanidae n 1 3 @ #m %m 1 0 02195403 +tabard n 1 1 @ 1 0 04378489 +tabasco n 3 4 @ #s #p %s 3 0 08745687 07826091 07722052 +tabasco_pepper n 1 3 @ #m %p 1 0 12902021 +tabasco_plant n 1 3 @ #m %p 1 0 12902021 +tabasco_sauce n 1 2 @ %s 1 0 07826091 +tabbouleh n 1 3 @ %p ; 1 0 07808904 +tabby n 2 1 @ 2 0 02123045 02122878 +tabby_cat n 1 1 @ 1 0 02123045 +tabernacle n 3 5 @ ~ #p %p ; 3 0 04378842 04378651 04374735 +tabernacles n 1 3 @ #p ; 1 0 15161872 +tabernaemontana n 1 3 @ #m %m 1 0 11776337 +tabernaemontana_divaricate n 1 2 @ #m 1 0 11776511 +tabes n 1 1 @ 1 0 14135181 +tabes_dorsalis n 1 1 @ 1 0 14134819 +tabi n 1 1 @ 1 0 04378956 +tabis n 1 1 @ 1 0 04378956 +tablature n 1 1 @ 1 0 06816335 +table n 6 5 @ ~ %m %p + 6 3 08266235 04379243 04379964 09351905 08480135 07565259 +table-mountain_pine n 1 1 @ 1 0 11617631 +table-tennis_bat n 1 1 @ 1 0 04381724 +table-tennis_racquet n 1 1 @ 1 0 04381724 +table-tennis_table n 1 1 @ 1 0 04381587 +table_d'hote n 1 1 @ 1 0 06497331 +table_game n 1 2 @ ~ 1 0 00499066 +table_knife n 1 2 @ ~ 1 0 04380346 +table_lamp n 1 1 @ 1 0 04380533 +table_lifting n 1 2 @ #p 1 0 07257393 +table_linen n 1 2 @ ~ 1 0 04380617 +table_mat n 1 1 @ 1 0 04380801 +table_mustard n 1 3 @ ~ %s 1 0 07819480 +table_napkin n 1 2 @ ~ 1 0 03807537 +table_of_contents n 1 2 @ #p 1 0 06489659 +table_rapping n 1 2 @ #p 1 0 07257227 +table_salt n 1 1 @ 1 0 07813107 +table_saw n 1 1 @ 1 0 04380916 +table_service n 1 2 @ ~ 1 0 04175380 +table_talk n 1 1 @ 1 0 07141922 +table_tapping n 1 2 @ #p 1 0 07257227 +table_tennis n 1 2 @ - 1 1 00499263 +table_tilting n 1 2 @ #p 1 0 07257393 +table_tipping n 1 2 @ #p 1 0 07257393 +table_turning n 1 2 @ #p 1 0 07257393 +table_wine n 1 2 @ ~ 1 0 07898745 +tableau n 2 1 @ 2 2 08372715 05934780 +tableau_vivant n 1 1 @ 1 0 08372715 +tablecloth n 1 2 @ ~ 1 0 04380143 +tablefork n 1 1 @ 1 0 04380255 +tableland n 1 2 @ ~ 1 0 09453008 +tablemate n 1 1 @ 1 0 10687826 +tablespoon n 2 1 @ 2 0 13770310 04381073 +tablespoonful n 1 1 @ 1 0 13770310 +tablet n 4 2 @ ~ 4 1 04381302 14973133 04381183 03936568 +tablet-armed_chair n 1 2 @ %p 1 0 04381450 +tabletop n 1 3 @ ~ #p 1 1 04381860 +tableware n 1 3 @ ~ #p 1 0 04381994 +tabloid n 2 1 @ 2 0 06267991 06267893 +taboo n 2 3 @ + ; 2 0 05950234 04884302 +tabooli n 1 3 @ %p ; 1 0 07808904 +tabor n 1 1 @ 1 0 04382334 +tabor_pipe n 1 1 @ 1 0 03945459 +tabora n 1 2 @ #p 1 0 09035852 +taboret n 1 1 @ 1 0 04382438 +tabour n 1 1 @ 1 0 04382334 +tabouret n 1 1 @ 1 0 04382438 +tabriz n 1 2 @ #p 1 0 08912427 +tabu n 2 2 @ ; 2 0 05950234 04884302 +tabuk n 1 2 @ #p 1 0 08995013 +tabula_rasa n 2 1 @ 2 1 05613043 14484646 +tabular_array n 1 3 @ ~ %m 1 0 08266235 +tabular_matter n 1 1 @ 1 0 07002992 +tabulation n 2 2 @ + 2 1 07002992 00652659 +tabulator n 1 2 @ ~ 1 0 03116767 +tabun n 1 1 @ 1 0 15066125 +tacamahac n 1 1 @ 1 0 12731835 +tacca n 1 3 @ #m %m 1 0 12475593 +tacca_leontopetaloides n 1 2 @ #m 1 0 12475774 +tacca_pinnatifida n 1 2 @ #m 1 0 12475774 +taccaceae n 1 3 @ #m %m 1 0 12475450 +tach n 1 2 @ ~ 1 0 04382880 +tacheometer n 1 1 @ 1 0 04383015 +tachina_fly n 1 2 @ #m 1 0 02192814 +tachinidae n 1 3 @ #m %m 1 0 02192673 +tachistoscope n 1 1 @ 1 0 04382537 +tachogram n 1 1 @ 1 0 07005897 +tachograph n 1 1 @ 1 0 04382695 +tachometer n 1 2 @ ~ 1 0 04382880 +tachycardia n 1 1 @ 1 0 14363027 +tachyglossidae n 1 3 @ #m %m 1 0 01872094 +tachyglossus n 1 3 @ #m %m 1 0 01872244 +tachygraphy n 1 1 @ 1 0 06350127 +tachylite n 1 1 @ 1 0 14881224 +tachymeter n 1 1 @ 1 0 04383015 +tachypleus n 1 3 @ #m %m 1 0 01788157 +tacit_consent n 1 2 @ ; 1 0 06689125 +taciturnity n 1 2 @ + 1 0 04652438 +tacitus n 1 1 @ 1 0 11328524 +tack n 6 5 @ ~ #p + ; 6 0 08681084 04383130 04295081 04188368 00351334 00314395 +tack_hammer n 1 1 @ 1 1 04383301 +tacker n 3 2 @ + 3 0 10687922 09843048 04303357 +tackiness n 2 2 @ + 2 0 04935904 04818460 +tacking n 2 3 @ + ; 2 0 02805111 00351334 +tackle n 5 6 @ #m %m %p + ; 5 1 10688070 04091693 03351434 00727901 00561985 +tackler n 1 2 @ + 1 0 10688238 +taco n 2 3 @ ~ ; 2 0 09722898 07880751 +taco_sauce n 1 1 @ 1 0 07823369 +tacoma n 1 3 @ #p %p 1 0 09154731 +tacoma_narrows_bridge n 1 2 @ #p 1 0 04383401 +taconic_mountains n 1 2 @ #p 1 0 09453288 +taconite n 1 1 @ 1 0 14870665 +tact n 1 2 @ ~ 1 1 04841810 +tactfulness n 1 4 ! @ ~ + 1 0 04841810 +tactic n 1 2 @ + 1 1 05905152 +tactical_intelligence n 1 2 @ ~ 1 0 00982347 +tactical_maneuver n 1 2 @ ~ 1 0 00168237 +tactical_manoeuvre n 1 2 @ ~ 1 0 00168237 +tactical_warning n 1 3 @ ~ ; 1 0 07225857 +tactician n 1 2 @ + 1 0 10688356 +tactics n 2 3 @ + ; 2 1 06248968 05905152 +tactile_agnosia n 1 1 @ 1 0 14056143 +tactile_property n 1 2 @ ~ 1 0 04946553 +tactile_sensation n 1 2 @ ~ 1 0 05722427 +tactility n 1 2 @ + 1 0 05721990 +tactlessness n 1 3 ! @ + 1 0 04846243 +tactual_exploration n 1 2 @ ~ 1 0 00143885 +tactual_sensation n 2 2 @ ~ 2 1 05722427 05721990 +tad n 1 1 @ 1 0 13763185 +tadalafil n 1 1 @ 1 0 04383537 +tadarida n 1 3 @ #m %m 1 0 02149297 +tadarida_brasiliensis n 1 1 @ 1 0 02149653 +tadeus_reichstein n 1 1 @ 1 0 11257395 +tadeusz_andrzej_bonawentura_kosciuszko n 1 1 @ 1 0 11109728 +tadirida_femorosacca n 1 1 @ 1 0 02149861 +tadjik n 1 5 @ #m #p %m %p 1 0 09020961 +tadorna n 1 3 @ #m %m 1 0 01849348 +tadpole n 1 2 @ #m 1 1 02469472 +tadpole_shrimp n 1 2 @ #m 1 0 01996280 +tadzhik n 4 5 @ #m #p %m %p 4 0 09734006 09020961 08484810 06974390 +tadzhikistan n 1 5 @ #m #p %m %p 1 0 09020961 +tae_kwon_do n 1 1 @ 1 0 00826681 +taegu n 1 2 @ #p 1 0 08956461 +taekwondo n 1 1 @ 1 0 00826681 +tael n 1 1 @ 1 0 13719291 +taenia n 2 2 @ #m 2 0 04383696 01928215 +taeniidae n 1 3 @ #m %m 1 0 01927665 +taffeta n 1 1 @ 1 0 04383839 +taffeta_weave n 1 1 @ 1 0 03954012 +taffrail n 1 1 @ 1 0 04383923 +taffrail_log n 1 1 @ 1 0 03898787 +taffy n 1 2 @ ~ 1 1 07609407 +taffy_apple n 1 1 @ 1 0 07600696 +taft n 2 1 @ 2 0 11328930 11328714 +tag n 5 5 @ ~ + ; - 5 1 07273136 07273416 04045941 00487874 00145024 +tag_end n 1 2 @ ~ 1 0 04045941 +tag_line n 1 2 @ #p 1 0 06778777 +tagalog n 2 2 @ #m 2 0 10688491 06940001 +tagalong n 1 2 @ + 1 0 10688671 +tagamet n 1 2 @ ; 1 0 03031553 +tagasaste n 1 2 @ #m 1 0 12514592 +tagetes_erecta n 1 1 @ 1 0 12020736 +tagetes_patula n 1 1 @ 1 0 12020941 +tageteste n 1 3 @ #m %m 1 0 12020388 +tagger n 3 2 @ ~ 3 0 10688975 10688811 06577585 +tagging_program n 1 2 @ ~ 1 0 06577585 +tagliatelle n 1 1 @ 1 0 07701372 +tagore n 1 1 @ 1 0 11329030 +taguan n 1 2 @ #m 1 0 02362569 +tagus n 1 2 @ #p 1 0 09453566 +tagus_river n 1 2 @ #p 1 0 09453566 +tahini n 1 1 @ 1 0 07858484 +tahiti n 1 5 @ #p %m %p + 1 1 08989941 +tahitian n 2 2 @ #m 2 0 09733793 06938294 +tahoka_daisy n 1 2 @ #m 1 0 11993203 +tai n 2 3 @ ~ #m 2 0 09734294 06934389 +tai_chi n 1 1 @ 1 0 00826789 +tai_chi_chuan n 1 1 @ 1 0 00826789 +tai_dam n 1 1 @ 1 0 06935016 +tai_long n 1 1 @ 1 0 06935223 +tai_lue n 1 1 @ 1 0 06935314 +tai_nuea n 1 1 @ 1 0 06935111 +tai_yuan n 1 1 @ 1 0 06935417 +taichi n 1 1 @ 1 0 00826789 +taichichuan n 1 1 @ 1 0 00826789 +taichung n 1 2 @ #p 1 0 08731057 +taif n 1 2 @ #p 1 0 08995120 +tail n 8 7 ! @ ~ #p %p + ; 8 4 02157557 15268367 13918274 05559256 10689104 04384199 04384016 04316646 +tail-flower n 1 3 @ ~ #m 1 0 11783920 +tail_assembly n 1 3 @ #p %p 1 0 04384016 +tail_bone n 1 3 @ #p %p 1 0 05274247 +tail_coat n 1 2 @ %p 1 0 03239054 +tail_end n 3 2 @ #p 3 0 15268367 13918274 05559256 +tail_feather n 1 2 @ ~ 1 0 02469344 +tail_fin n 3 3 @ ~ #p 3 0 04529962 04384406 02466957 +tail_gate n 1 1 @ 1 0 04384757 +tail_lamp n 1 2 @ #p 1 0 04384910 +tail_rotor n 1 1 @ 1 0 04385799 +tailback n 2 3 @ #m ; 2 1 10689306 00727137 +tailboard n 1 2 @ #p 1 0 04384593 +tailcoat n 1 2 @ %p 1 0 03239054 +tailed_frog n 1 2 @ #m 1 0 01644900 +tailed_toad n 1 2 @ #m 1 0 01644900 +tailfin n 2 2 @ #p 2 0 04529962 04384406 +tailflower n 1 3 @ ~ #m 1 0 11783920 +tailgate n 1 2 @ #p 1 1 04384593 +tailgater n 1 2 @ + 1 0 10689429 +tailing n 1 2 @ + 1 0 00320486 +tailless_tenrec n 1 2 @ #m 1 0 01894522 +taillight n 1 2 @ #p 1 0 04384910 +tailor n 1 3 @ ~ + 1 0 10689564 +tailor's_chalk n 1 1 @ 1 0 04385157 +tailor's_tack n 1 1 @ 1 0 04385272 +tailor-made n 1 1 @ 1 0 04385079 +tailorbird n 1 2 @ #m 1 0 01566207 +tailoring n 1 2 @ + 1 0 00618436 +tailpiece n 1 1 @ 1 0 04385431 +tailpipe n 1 2 @ #p 1 0 04385536 +tailplane n 1 2 @ #p 1 0 03536122 +tailrace n 1 1 @ 1 0 04385669 +tails n 1 2 @ %p 1 0 03239054 +tailspin n 2 1 @ 2 0 14404042 00306210 +tailstock n 1 1 @ 1 0 04386051 +tailwind n 1 1 @ 1 0 11443409 +tailwort n 1 3 @ #m %p 1 0 12816508 +taimyr_peninsula n 1 2 @ #p 1 0 09022132 +taint n 1 3 @ ~ + 1 1 14487731 +taipan n 1 2 @ #m 1 0 01751472 +taipeh n 1 2 @ #p 1 0 08730895 +taipei n 1 2 @ #p 1 0 08730895 +taira n 1 2 @ #m 1 0 02451415 +taiwan n 2 4 @ #p %m %p 2 1 08730550 08730354 +taiwan_dollar n 1 1 @ 1 0 13674045 +taiwanese n 2 2 @ #m 2 0 09733899 06930633 +taiyuan n 1 2 @ #p 1 0 08728595 +taj_mahal n 1 1 @ 1 0 04386283 +tajik n 4 5 @ #m #p %m %p 4 0 09734006 09020961 08484810 06974390 +tajiki n 1 1 @ 1 0 06974390 +tajikistan n 1 5 @ #m #p %m %p 1 0 09020961 +tajikistani_monetary_unit n 1 2 @ ~ 1 0 13702396 +taka n 1 2 @ %p 1 0 13708014 +takahe n 1 2 @ #m 1 0 02017725 +takakkaw n 1 2 @ #p 1 0 09453718 +takayasu's_arteritis n 1 1 @ 1 0 14258957 +take n 2 3 @ ~ + 2 0 13260190 00908133 +take-home_pay n 1 1 @ 1 0 13280992 +take-in n 1 2 @ + 1 0 00756780 +take-up n 2 1 @ 2 0 04386456 00194005 +takeaway n 3 2 @ + 3 0 07594511 07217117 00556834 +takedown n 2 4 @ #p + ; 2 0 07471514 06716796 +takelma n 2 1 @ 2 0 09670051 06925538 +takeoff n 4 2 @ + 4 1 00306102 07375635 06780309 00549610 +takeoff_booster n 1 2 @ #p 1 0 02872333 +takeoff_rocket n 1 2 @ #p 1 0 02872333 +takeout n 2 3 @ + ; 2 0 07594511 06737628 +takeout_food n 1 1 @ 1 0 07594511 +takeover n 2 3 @ ~ + 2 1 01145015 00789906 +takeover_arbitrage n 1 1 @ 1 0 01094293 +takeover_attempt n 1 2 @ ~ 1 0 00790205 +takeover_bid n 1 2 @ ~ 1 0 00790347 +takeover_target n 1 2 @ ~ 1 0 08076075 +taker n 2 2 @ + 2 0 10689784 09852081 +takilman n 1 1 @ 1 0 06925538 +takin n 1 2 @ #m 1 0 02419634 +taking n 1 2 @ + 1 0 00714477 +taking_apart n 1 1 @ 1 0 07433510 +taking_hold n 1 2 @ ~ 1 0 00812274 +taking_into_custody n 1 1 @ 1 0 00088725 +taking_over n 1 1 @ 1 0 00082754 +takings n 1 2 @ ~ 1 1 13260190 +taklamakan_desert n 1 2 @ #p 1 0 09173288 +taklimakan_desert n 1 2 @ #p 1 0 09173288 +tala n 1 2 @ %p 1 0 13708282 +talapoin n 1 1 @ 1 0 02485225 +talaria n 1 2 @ ; 1 0 04386664 +talbot n 1 1 @ 1 0 11329281 +talc n 1 4 @ ~ #s + 1 0 15066367 +talcott_parsons n 1 1 @ 1 0 11224309 +talcum n 2 4 @ ~ #s %s 2 0 15066367 04386792 +talcum_powder n 1 2 @ %s 1 0 04386792 +tale n 2 3 @ ~ + 2 2 07221094 06757057 +taleban n 1 1 @ 1 0 08476165 +talebearer n 1 1 @ 1 0 10692696 +talent n 2 2 @ ~ 2 2 05624042 10689878 +talent_agent n 1 1 @ 1 0 10690002 +talent_scout n 1 2 @ ; 1 0 10562968 +talentlessness n 1 2 @ + 1 0 05647772 +taleteller n 1 1 @ 1 0 10692696 +taliban n 1 1 @ 1 0 08476165 +talien n 1 2 @ #p 1 0 08727003 +talinum n 1 3 @ #m %m 1 0 11862598 +talinum_augustissimum n 1 2 @ #m 1 0 11863242 +talinum_aurantiacum n 1 3 @ ~ #m 1 0 11862835 +talinum_brevifolium n 1 2 @ #m 1 0 11863467 +talinum_calycinum n 1 2 @ #m 1 0 11863717 +talinum_paniculatum n 1 1 @ 1 0 11863877 +talinum_spinescens n 1 2 @ #m 1 0 11864114 +talipes n 1 2 @ ~ 1 0 14214584 +talipes_calcaneus n 1 1 @ 1 0 14215046 +talipes_equinus n 1 1 @ 1 0 14214938 +talipes_valgus n 1 1 @ 1 0 14214819 +talipot n 1 3 @ #m %p 1 0 12589841 +talipot_palm n 1 3 @ #m %p 1 0 12589841 +talisman n 1 3 @ ~ + 1 0 02706586 +talk n 5 3 @ ~ + 5 3 07135734 07139316 00893243 07240549 07223985 +talk_of_the_town n 1 1 @ 1 0 07223985 +talk_show n 1 2 @ ~ 1 0 06620227 +talkativeness n 1 3 @ ~ + 1 0 04651382 +talker n 1 3 @ ~ + 1 0 10630188 +talker_identification n 1 1 @ 1 0 05763767 +talkie n 1 1 @ 1 0 06618822 +talking n 1 3 @ ~ + 1 1 07135734 +talking_book n 1 1 @ 1 0 04386962 +talking_head n 1 1 @ 1 0 10690095 +talking_picture n 1 1 @ 1 0 06618822 +talking_point n 1 1 @ 1 0 06607204 +talking_to n 1 2 @ ~ 1 0 06713930 +talks n 1 2 @ ~ 1 1 07148192 +tall n 1 1 @ 1 0 05097278 +tall-grass n 1 1 @ 1 0 12104238 +tall_bellflower n 1 1 @ 1 0 12038038 +tall_bilberry n 1 2 @ %p 1 0 12247664 +tall_buttercup n 1 1 @ 1 0 11720643 +tall_crowfoot n 1 1 @ 1 0 11720643 +tall_cupflower n 1 2 @ #m 1 0 12909068 +tall_field_buttercup n 1 1 @ 1 0 11720643 +tall_gallberry_holly n 1 1 @ 1 0 12758014 +tall_goldenrod n 1 1 @ 1 0 12018447 +tall_mallow n 1 2 @ #m 1 0 12171503 +tall_meadow_grass n 1 2 @ #m 1 0 12108871 +tall_oat_grass n 1 2 @ #m 1 0 12108871 +tall_oil n 1 1 @ 1 0 14968185 +tall_order n 1 1 @ 1 0 00797723 +tall_sunflower n 1 1 @ 1 0 11978961 +tall_tale n 1 1 @ 1 1 07221939 +tall_white_violet n 1 1 @ 1 0 12388652 +tall_yellow-eye n 1 1 @ 1 0 12605872 +tallahassee n 1 2 @ #p 1 0 09075170 +tallapoosa n 1 2 @ #p 1 0 09453887 +tallapoosa_river n 1 2 @ #p 1 0 09453887 +tallboy n 1 1 @ 1 0 03518305 +tallchief n 1 1 @ 1 0 11329507 +talleyrand n 1 1 @ 1 0 11329690 +tallgrass n 1 1 @ 1 0 12104238 +tallin n 1 2 @ #p 1 0 09012530 +tallinn n 1 2 @ #p 1 0 09012530 +tallis n 2 2 @ ; 2 0 11329808 03998333 +tallith n 1 2 @ ; 1 0 03998333 +tallness n 2 5 ! @ ~ = + 2 0 05137165 05002540 +tallow n 1 2 @ ~ 1 1 15062468 +tallow_oil n 1 1 @ 1 0 15066906 +tallulah_bankhead n 1 1 @ 1 0 10833304 +tally n 3 3 @ ~ + 3 1 00189565 06517779 00634586 +tally_clerk n 1 1 @ 1 0 10690268 +tallyman n 2 2 @ ; 2 0 10690421 10690268 +talmud n 1 2 @ %p 1 0 06462396 +talmudic_literature n 1 3 @ ~ ; 1 0 06462219 +talon n 1 2 @ #p 1 0 02156413 +talpidae n 1 3 @ #m %m 1 0 01889328 +talus n 2 2 @ #p 2 0 09454153 05271383 +talwin n 1 2 @ ; 1 0 03912664 +tam n 1 1 @ 1 0 04387095 +tam-o'-shanter n 1 1 @ 1 0 04387095 +tam-tam n 1 1 @ 1 0 03447721 +tamale n 2 3 @ #p ; 2 0 08946812 07879659 +tamale_pie n 1 1 @ 1 0 07879821 +tamandu n 1 2 @ #m 1 0 02461128 +tamandua n 1 2 @ #m 1 0 02461128 +tamandua_tetradactyla n 1 2 @ #m 1 0 02461128 +tamanoir n 1 2 @ #m 1 0 02460451 +tamara_karsavina n 1 1 @ 1 0 11097208 +tamarack n 1 1 @ 1 0 11619227 +tamarao n 1 2 @ #m 1 0 02409202 +tamarau n 1 2 @ #m 1 0 02409202 +tamaricaceae n 1 3 @ #m %m 1 0 12386039 +tamarillo n 1 2 @ #m 1 0 12903014 +tamarin n 1 3 @ ~ #m 1 0 02491107 +tamarind n 2 4 @ #m #p %p 2 0 12501202 07764630 +tamarind_tree n 1 3 @ #m %p 1 0 12501202 +tamarindo n 2 4 @ #m #p %p 2 0 12501202 07764630 +tamarindus n 1 3 @ #m %m 1 0 12501035 +tamarindus_indica n 1 3 @ #m %p 1 0 12501202 +tamarisk n 1 2 @ #m 1 0 12386462 +tamarisk_family n 1 3 @ #m %m 1 0 12386039 +tamarisk_gerbil n 1 2 @ #m 1 0 02344270 +tamarix n 1 3 @ #m %m 1 0 12386263 +tambac n 1 1 @ 1 0 15075691 +tambala n 1 2 @ #p 1 0 13683342 +tambocor n 1 2 @ ; 1 0 03362393 +tambour n 2 1 @ 2 0 04387261 04387201 +tambourine n 1 1 @ 1 0 04387400 +tamburlaine n 1 1 @ 1 0 11330026 +tameness n 2 4 ! @ = + 2 0 05206573 04905842 +tamer n 1 2 @ + 1 0 10690538 +tamerlane n 1 1 @ 1 0 11330026 +tamias n 1 3 @ #m %m 1 0 02359775 +tamias_striatus n 1 2 @ #m 1 0 02359915 +tamiasciurus n 1 2 @ #m 1 0 02357280 +tamiasciurus_douglasi n 1 1 @ 1 0 02357585 +tamiasciurus_hudsonicus n 1 1 @ 1 0 02357401 +tamil n 2 1 @ 2 0 09675393 06980315 +tamil_eelam n 1 2 @ #p 1 0 08719892 +tamil_nadu n 1 2 @ #p 1 0 08905467 +tamil_tigers n 1 2 @ ; 1 0 08032023 +tamm n 1 1 @ 1 0 11330228 +tammany n 1 2 @ #p 1 0 08048042 +tammany_hall n 1 2 @ #p 1 0 08048042 +tammany_society n 1 2 @ #p 1 0 08048042 +tammerfors n 1 2 @ #p 1 0 08780380 +tammuz n 2 2 @ #p 2 0 15216386 09517492 +tammy n 2 1 @ 2 0 04387531 04387095 +tammy_wynette n 1 1 @ 1 0 11400704 +tammy_wynetter_pugh n 1 1 @ 1 0 11400704 +tamoxifen n 1 1 @ 1 0 03298565 +tamp n 1 3 @ ~ + 1 0 04387706 +tampa n 1 2 @ #p 1 0 09075329 +tampa_bay n 1 2 @ #p 1 0 09454265 +tampax n 1 2 @ ; 1 0 04387932 +tamper n 1 3 @ ~ + 1 0 04387706 +tampere n 1 2 @ #p 1 0 08780380 +tampering n 1 2 @ + 1 1 00201516 +tampico n 1 2 @ #p 1 0 08745901 +tamping_bar n 1 2 @ ~ 1 0 04387706 +tampion n 1 1 @ 1 0 04388040 +tampon n 1 3 @ ~ + 1 0 04388162 +tamponade n 1 2 @ ~ 1 0 14508368 +tamponage n 1 3 @ ~ + 1 0 14508368 +tamus n 1 3 @ #m %m 1 0 12089625 +tamus_communis n 1 2 @ #m 1 0 12089846 +tan n 3 2 @ + 3 2 14290534 04973020 13788035 +tanacetum n 1 3 @ #m %m 1 0 12021120 +tanacetum_balsamita n 1 3 @ #m %p 1 0 12021499 +tanacetum_camphoratum n 1 2 @ #m 1 0 12021882 +tanacetum_cinerariifolium n 1 2 @ #m 1 0 12022382 +tanacetum_coccineum n 1 2 @ #m 1 0 12022054 +tanacetum_douglasii n 1 2 @ #m 1 0 12022821 +tanacetum_parthenium n 1 2 @ #m 1 0 12023108 +tanacetum_ptarmiciflorum n 1 2 @ #m 1 0 12023407 +tanacetum_vulgare n 1 2 @ #m 1 0 12023726 +tanach n 1 2 @ %p 1 0 06452363 +tanager n 1 3 @ ~ #m 1 0 01597336 +tanakh n 1 2 @ %p 1 0 06452363 +tanbark n 1 1 @ 1 0 12265740 +tanbark_oak n 1 3 @ ~ #m 1 0 12265394 +tancred n 1 1 @ 1 0 11330346 +tandearil n 1 2 @ ; 1 0 03869044 +tandem n 2 1 @ 2 0 05083567 02835271 +tandem_bicycle n 1 1 @ 1 0 02835271 +tandem_trailer n 1 1 @ 1 0 04388372 +tandoor n 1 1 @ 1 0 04388473 +tandy n 1 1 @ 1 0 11330504 +tanekaha n 1 1 @ 1 0 11650307 +taney n 1 1 @ 1 0 11330692 +tang n 7 4 @ ~ #m + 7 1 04993108 08158920 05715864 01405250 01405107 01403713 01403595 +tang_dynasty n 1 1 @ 1 0 08158920 +tanga n 2 2 @ #p 2 0 13702620 09035951 +tanganyika n 2 2 @ #p 2 0 09333512 09035305 +tange n 1 1 @ 1 0 11330963 +tangelo n 2 4 @ #m #p %p 2 0 12711182 07748574 +tangelo_tree n 1 3 @ #m %p 1 0 12711182 +tangency n 2 4 @ ~ + ; 2 0 14420074 03093792 +tangent n 2 2 @ + 2 1 13871134 13788035 +tangent_plane n 1 1 @ 1 0 13862144 +tangerine n 3 3 @ #p %p 3 0 12710295 07748416 04965574 +tangerine_tree n 1 2 @ %p 1 0 12710295 +tangibility n 1 3 ! @ + 1 0 04760024 +tangible_possession n 1 1 @ 1 0 13244753 +tangibleness n 1 2 @ + 1 0 04760024 +tangier n 1 2 @ #p 1 0 08970611 +tangier_pea n 1 2 @ #m 1 0 12542043 +tangier_peavine n 1 2 @ #m 1 0 12542043 +tangiers n 1 2 @ #p 1 0 08970611 +tanginess n 1 2 @ + 1 0 04993108 +tangle n 2 3 @ ~ + 2 2 09454412 05685879 +tangle_orchid n 1 2 @ #m 1 0 12078747 +tanglebush n 1 1 @ 1 0 12302692 +tango n 2 2 @ + 2 1 00537423 07057829 +tangor n 1 3 @ #m %p 1 0 12710917 +tangram n 1 1 @ 1 0 04388574 +tangshan n 1 2 @ #p 1 0 08728749 +tanguy n 1 1 @ 1 0 11331063 +tank n 5 5 @ ~ %p + ; 5 2 04389033 04388743 13770529 04389521 03102771 +tank_car n 1 1 @ 1 0 04389521 +tank_circuit n 1 1 @ 1 0 04389637 +tank_destroyer n 1 1 @ 1 0 04389718 +tank_driver n 1 1 @ 1 0 10690648 +tank_engine n 1 1 @ 1 0 04389854 +tank_farm n 1 1 @ 1 0 08660817 +tank_farming n 1 2 @ ~ 1 0 00918976 +tank_furnace n 1 1 @ 1 0 04390156 +tank_iron n 1 1 @ 1 0 04390338 +tank_locomotive n 1 1 @ 1 0 04389854 +tank_shell n 1 1 @ 1 0 04390483 +tank_ship n 1 2 @ ~ 1 0 03845190 +tank_suit n 1 1 @ 1 0 03710721 +tank_top n 1 1 @ 1 0 04390577 +tanka n 2 1 @ 2 0 06381594 04389340 +tankage n 3 2 @ + 3 0 13763970 13326103 00812055 +tankard n 1 1 @ 1 0 04389430 +tanker n 2 2 @ ~ 2 1 03845190 10690648 +tanker_plane n 1 1 @ 1 0 04389999 +tankful n 1 1 @ 1 0 13770529 +tannenberg n 1 3 @ #p ; 1 0 01296505 +tanner n 2 3 @ + ; 2 0 13391452 10690742 +tanner's_cassia n 1 1 @ 1 0 12499757 +tannery n 1 2 @ + 1 0 04390759 +tannia n 1 2 @ #m 1 0 11793403 +tannic_acid n 1 2 @ ~ 1 0 15067025 +tannin n 1 3 @ ~ + 1 0 15067025 +tanning n 3 3 @ ~ + 3 0 13565622 01163047 00927062 +tannoy n 1 3 @ #p ; 1 0 04390873 +tanoan n 1 2 @ ~ 1 0 06920497 +tanoan_language n 1 2 @ ~ 1 0 06920497 +tansy n 1 2 @ #m 1 0 12023726 +tansy-leaved_rocket n 1 2 @ #m 1 0 11889205 +tansy_leaf_aster n 1 2 @ #m 1 0 11993203 +tansy_mustard n 1 2 @ #m 1 0 11884967 +tansy_ragwort n 1 2 @ #m 1 0 12012253 +tantaliser n 1 2 @ + 1 0 10690849 +tantalite n 1 2 @ %s 1 0 15067375 +tantalization n 1 2 @ + 1 0 00425905 +tantalizer n 1 2 @ + 1 0 10690849 +tantalum n 1 2 @ #s 1 0 14656666 +tantalus n 1 3 @ + ; 1 0 09593651 +tantilla n 1 3 @ #m %m 1 0 01738965 +tantra n 2 1 @ 2 0 06464241 06242427 +tantrism n 2 3 @ %m + 2 0 08099647 06242427 +tantrist n 1 3 @ #m + 1 0 09684476 +tantrum n 1 1 @ 1 1 14406303 +tanzania n 1 5 @ #p %m %p + 1 0 09034550 +tanzanian n 1 2 @ #m 1 0 09734185 +tanzanian_monetary_unit n 1 2 @ ~ 1 0 13706993 +tanzanian_shilling n 1 1 @ 1 0 13707106 +tanzim n 1 2 @ ; 1 0 08020785 +tanzimul_fuqra n 1 2 @ ; 1 0 08026539 +tao n 2 4 @ #m #p ; 2 0 09848285 06242970 +taoiseach n 1 1 @ 1 0 10691052 +taoism n 4 6 @ %m %p + ; - 4 0 08098499 08098346 06243096 05977340 +taoist n 1 3 @ #m + 1 0 09848285 +taoist_trinity n 1 2 @ %m 1 0 09533498 +taos n 2 2 @ #p 2 0 09670170 09116599 +tap n 8 5 @ ~ #p + ; 8 1 07388987 07410021 04559451 04391276 04391158 04390977 00654400 00125436 +tap-off n 1 2 @ #p 1 0 00481666 +tap_dance n 1 3 @ ~ + 1 0 00527872 +tap_dancer n 1 1 @ 1 0 10691148 +tap_dancing n 1 2 @ ~ 1 0 00527872 +tap_house n 1 2 @ ~ 1 0 04395875 +tap_water n 1 1 @ 1 0 07936177 +tap_wrench n 1 1 @ 1 0 04393913 +tapa n 2 1 @ 2 0 13162945 04391445 +tapa_bark n 1 1 @ 1 0 13162945 +tape n 5 3 @ ~ + 5 2 04391569 04391838 08683986 04392113 03708036 +tape_cartridge n 1 1 @ 1 0 04392370 +tape_deck n 1 4 @ ~ #p %p 1 0 04392526 +tape_drive n 1 2 @ #p 1 0 04392764 +tape_grass n 1 2 @ #m 1 0 12615232 +tape_machine n 1 3 @ ~ %p 1 0 04393095 +tape_measure n 1 1 @ 1 0 04392113 +tape_player n 1 1 @ 1 0 04392985 +tape_recorder n 1 4 @ ~ %p + 1 1 04393095 +tape_recording n 1 3 @ ~ + 1 0 04391838 +tape_transport n 1 2 @ #p 1 0 04392764 +tapeline n 1 1 @ 1 0 04392113 +tapenade n 1 1 @ 1 0 07858336 +taper n 4 5 @ ~ #p %p + 4 0 13902793 05071368 04581829 02948072 +taper_file n 1 2 ! @ 1 0 04393301 +tapering n 1 2 @ + 1 0 00353611 +tapestry n 3 2 @ %p 3 1 04767023 04393549 04393404 +tapestry_moth n 1 2 @ #m 1 0 02292692 +tapeworm n 1 3 @ ~ #m 1 0 01927456 +tapeworm_infection n 1 1 @ 1 0 14185620 +taphephobia n 1 1 @ 1 0 14384509 +taphouse n 1 4 @ ~ %p ; 1 0 04018399 +taping n 1 3 @ ~ + 1 0 04391838 +tapioca n 1 3 @ #s %s 1 0 07619881 +tapioca_plant n 1 3 @ %s %p 1 0 12926689 +tapioca_pudding n 1 1 @ 1 0 07620047 +tapir n 1 3 @ ~ #m 1 0 02393580 +tapiridae n 1 3 @ #m %m 1 0 02393300 +tapirus n 1 3 @ #m %m 1 0 02393445 +tapirus_indicus n 1 1 @ 1 0 02393940 +tapirus_terrestris n 1 1 @ 1 0 02393807 +tapis n 1 1 @ 1 0 04393549 +tapotement n 1 1 @ 1 0 00660324 +tappa n 2 1 @ 2 0 13162945 04391445 +tappa_bark n 1 1 @ 1 0 13162945 +tappan n 1 1 @ 1 0 11331192 +tappan_zee_bridge n 1 2 @ #p 1 0 04393681 +tapper n 5 2 @ + 5 0 10691764 10691600 10691485 10691318 10691148 +tappet n 1 1 @ 1 0 04393808 +tappet_wrench n 1 2 @ ~ 1 0 03848168 +tapping n 1 3 @ ~ + 1 1 07396658 +taproom n 1 3 @ ~ #p 1 0 02796995 +taproot n 2 2 @ ; 2 0 13126050 05834946 +taps n 1 2 @ ; 1 0 06804483 +tapster n 1 2 @ + 1 0 10691764 +tar n 2 3 @ ~ + 2 1 14911704 10294602 +tar-wood n 2 2 @ #m 2 0 11655592 11654438 +tar_heel_state n 1 4 @ #m #p %p 1 0 09126305 +tar_paper n 1 1 @ 1 0 14976001 +tar_pit n 1 1 @ 1 0 09454744 +tara n 1 2 @ #p 1 0 08889784 +tara_vine n 1 2 @ #m 1 0 12371202 +tarabulus n 1 2 @ #p 1 0 08957993 +tarabulus_al-gharb n 1 2 @ #p 1 0 08960099 +tarabulus_ash-sham n 1 2 @ #p 1 0 08957993 +taracahitian n 1 2 @ ~ 1 0 09670280 +taradiddle n 2 3 @ ~ ; 2 0 06757057 06611147 +tarahumara n 1 1 @ 1 0 09670521 +tarahumara_frog n 1 2 @ #m 1 0 01642391 +taraktagenos n 1 3 @ #m %m 1 0 12379278 +taraktagenos_kurzii n 1 2 @ #m 1 0 12379531 +taraktogenos n 1 3 @ #m %m 1 0 12379278 +taraktogenos_kurzii n 1 2 @ #m 1 0 12379531 +tarantella n 2 1 @ 2 0 07057948 00533805 +tarantelle n 1 1 @ 1 0 00533805 +tarantino n 1 1 @ 1 0 11331300 +tarantism n 1 1 @ 1 0 14095742 +tarantula n 2 2 @ #m 2 0 01775370 01774750 +taras_grigoryevich_shevchenko n 1 1 @ 1 0 11298519 +tarawa n 2 3 @ #p ; 2 0 08840964 01296697 +tarawa-makin n 1 3 @ #p ; 1 0 01296697 +taraxacum n 1 3 @ #m %m 1 0 12023996 +taraxacum_kok-saghyz n 1 1 @ 1 0 12024805 +taraxacum_officinale n 1 2 @ %p 1 0 12024445 +taraxacum_ruderalia n 1 2 @ %p 1 0 12024445 +tarbell n 1 1 @ 1 0 11331442 +tarboosh n 1 1 @ 1 0 03331077 +tarchanoff_phenomenon n 1 2 @ #p 1 0 00860011 +tardigrada n 1 3 @ #m %m 1 0 01783936 +tardigrade n 1 3 @ #m %p 1 0 01784293 +tardiness n 1 3 ! @ + 1 0 05047956 +tardive_dyskinesia n 1 1 @ 1 0 14092704 +tare n 5 4 @ ~ #m ; 5 0 13275137 12575679 12125183 05028429 04394031 +tareekh_e_kasas n 1 2 @ ; 1 0 08045428 +taret_organ n 1 2 @ ; 1 0 05516230 +target n 5 4 @ ~ %p + 5 5 07262108 10470460 08660934 04394261 05981230 +target_acquisition_system n 1 1 @ 1 0 04394421 +target_area n 1 2 @ ~ 1 1 08660934 +target_cell n 2 1 @ 2 0 05608206 05455206 +target_company n 1 2 @ ~ 1 0 08076075 +target_language n 2 1 @ 2 1 06284067 06900507 +target_organ n 1 2 @ ; 1 0 05516067 +target_practice n 1 1 @ 1 1 00898425 +target_program n 1 1 @ 1 0 06576893 +target_range n 1 2 @ ~ 1 0 03349150 +tarheel n 1 1 @ 1 0 09744834 +taricha n 1 3 @ #m %m 1 0 01631035 +taricha_granulosa n 1 2 @ #m 1 0 01631354 +taricha_torosa n 1 1 @ 1 0 01631512 +tariff n 1 3 @ ~ + 1 1 13315999 +tarkovsky n 1 1 @ 1 0 11331669 +tarmac n 2 2 @ + 2 0 14977188 04394630 +tarmacadam n 2 1 @ 2 0 14977188 04394630 +tarn n 1 1 @ 1 0 09454642 +tarnish n 1 2 @ + 1 0 04695963 +tarnished_plant_bug n 1 1 @ 1 0 02238358 +taro n 3 5 @ #m #s #p %p 3 0 11786843 11786539 07736813 +taro_plant n 1 3 @ #m %p 1 0 11786539 +taro_root n 1 3 @ #s #p 1 0 07736813 +tarot n 1 1 @ 1 0 04394821 +tarot_card n 1 1 @ 1 0 04394821 +tarp n 1 1 @ 1 0 04395024 +tarpan n 1 1 @ 1 0 02381609 +tarpaulin n 1 1 @ 1 1 04395024 +tarpon n 1 3 @ ~ #m 1 0 02541687 +tarpon_atlanticus n 1 3 @ ~ #m 1 0 02541687 +tarquin n 1 1 @ 1 0 11331804 +tarquin_the_proud n 1 1 @ 1 0 11331804 +tarquinius n 1 1 @ 1 0 11331804 +tarquinius_superbus n 1 1 @ 1 0 11331804 +tarradiddle n 2 3 @ ~ ; 2 0 06757057 06611147 +tarragon n 2 3 @ #p %p 2 0 11930203 07821610 +tarriance n 1 2 @ + 1 0 01068423 +tarrietia n 1 3 @ #m %m 1 0 12201166 +tarrietia_argyrodendron n 1 2 @ #m 1 0 12201331 +tarsal n 1 3 @ #p + 1 0 05281874 +tarsal_bone n 1 2 @ #p 1 0 05281874 +tarsal_gland n 1 1 @ 1 0 05328508 +tarsier n 1 3 @ ~ #m 1 0 02501583 +tarsiidae n 1 3 @ #m %m 1 0 02501275 +tarsioidea n 1 3 @ #m %m 1 0 02501101 +tarsitis n 1 1 @ 1 0 14356497 +tarsius n 1 3 @ #m %m 1 0 02501432 +tarsius_glis n 1 1 @ 1 0 02502006 +tarsius_syrichta n 1 1 @ 1 0 02501923 +tarsus n 1 4 @ #p %p + 1 0 05594822 +tart n 3 4 @ ~ + ; 3 0 10485440 07623933 07623664 +tartan n 1 1 @ 1 0 04395106 +tartar n 4 2 @ + 4 0 15013269 10029729 09644657 09454925 +tartar_emetic n 1 1 @ 1 0 14955391 +tartar_sauce n 1 1 @ 1 0 07831450 +tartar_steak n 1 1 @ 1 0 07877675 +tartare_sauce n 1 1 @ 1 0 07831450 +tartarian_honeysuckle n 1 2 @ #m 1 0 12676940 +tartaric_acid n 1 2 @ ~ 1 0 15067576 +tartarus n 1 2 @ + 1 0 05630277 +tartary n 1 2 @ #p 1 0 08968390 +tartlet n 1 2 @ + 1 0 07624339 +tartness n 3 3 @ ~ + 3 0 05716744 04994126 04643397 +tartrate n 1 2 @ ~ 1 0 14955559 +tartu n 1 3 @ #m #p 1 0 09012735 +tartufe n 1 1 @ 1 0 10691937 +tartuffe n 1 1 @ 1 0 10691937 +tarweed n 2 3 @ ~ #m 2 0 11994150 11973341 +tarwood n 2 2 @ #m 2 0 11655592 11654438 +tarzan n 2 1 @ 2 0 10692090 09603761 +tarzan_of_the_apes n 1 1 @ 1 0 09603761 +tashkent n 1 2 @ #p 1 0 09022538 +tashmit n 1 2 @ ; 1 0 09522121 +tashmitum n 1 2 @ ; 1 0 09522121 +tashunca-uitco n 1 1 @ 1 0 10914779 +task n 2 3 @ ~ + 2 2 00795720 00719705 +task_force n 2 2 @ ; 2 1 08190609 08208444 +taskent n 1 2 @ #p 1 0 09022538 +taskmaster n 1 2 @ ~ 1 0 10692269 +taskmistress n 1 1 @ 1 0 10692405 +tasman n 1 1 @ 1 0 11332068 +tasman_dwarf_pine n 1 2 @ #m 1 0 11657153 +tasman_sea n 1 2 @ #p 1 0 09455046 +tasmania n 2 4 @ #p %p + 2 0 08834123 08833981 +tasmanian_devil n 1 2 @ #m 1 0 01884834 +tasmanian_tiger n 1 2 @ #m 1 0 01884476 +tasmanian_wolf n 1 2 @ #m 1 0 01884476 +tasse n 1 2 @ #p 1 0 04395332 +tassel n 1 2 @ ~ 1 0 04395201 +tassel_flower n 3 2 @ #m 3 0 11963572 11963305 11823572 +tassel_hyacinth n 1 1 @ 1 0 12461109 +tasset n 1 2 @ #p 1 0 04395332 +tasso n 1 1 @ 1 0 11332250 +taste n 7 5 @ ~ #p = + 7 4 05715283 07498210 05749619 07288024 07578879 05658226 00882702 +taste-maker n 1 1 @ 1 0 10728233 +taste-tester n 1 2 @ ~ 1 0 10692482 +taste_bud n 1 3 @ #p %p 1 0 05305136 +taste_cell n 1 2 @ #p 1 0 05305389 +taste_perception n 1 2 @ ~ 1 0 05715283 +taste_property n 1 3 @ ~ = 1 0 04992163 +taste_sensation n 1 2 @ ~ 1 0 05715283 +taste_tester n 1 2 @ ~ 1 0 10692482 +tastebud n 1 3 @ #p %p 1 0 05305136 +tastefulness n 1 3 ! @ + 1 0 04813395 +tastelessness n 2 4 ! @ ~ + 2 0 04997032 04818284 +taster n 1 3 @ ~ + 1 0 10692482 +tastiness n 1 2 @ + 1 0 04995421 +tasting n 3 3 @ + - 3 0 05822612 00882702 00841901 +tat n 2 2 @ + 2 0 04818460 01008097 +tatahumara n 1 1 @ 1 0 06919023 +tatar n 3 1 @ 3 0 09644657 09644332 06927228 +tatary n 1 2 @ #p 1 0 08968390 +tate n 1 1 @ 1 0 11332423 +tater n 1 4 @ ~ #p %p 1 0 07710616 +tati n 1 1 @ 1 0 11332572 +tatou n 1 1 @ 1 0 02456008 +tatouay n 1 2 @ #m 1 0 02455428 +tatter n 1 2 @ ~ 1 0 04045941 +tatterdemalion n 1 2 @ + 1 0 10504664 +tatting n 2 2 @ + 2 0 04395495 00909672 +tattle n 1 2 @ + 1 0 06805297 +tattler n 2 3 @ ~ + 2 0 10692696 02030287 +tattletale n 1 1 @ 1 0 10692696 +tattletale_gray n 1 1 @ 1 0 04962689 +tattletale_grey n 1 1 @ 1 1 04962689 +tattoo n 3 3 @ + ; 3 0 06805497 04395651 00263353 +tatu n 1 1 @ 1 0 02456008 +tatum n 2 1 @ 2 0 11332892 11332688 +tau n 1 2 @ #m 1 0 06836059 +tau-minus_particle n 1 1 @ 1 0 09455206 +tau-plus_particle n 1 1 @ 1 0 09200419 +tau_coefficient_of_correlation n 1 2 @ ; 1 0 06035213 +tau_cross n 1 1 @ 1 0 04395760 +taunt n 1 2 @ + 1 1 01222859 +taunting n 1 2 @ + 1 0 01222859 +tauon n 1 1 @ 1 0 09455206 +taupe n 1 2 @ + 1 0 04974774 +taurine n 1 1 @ 1 0 14656926 +tauromachy n 1 2 @ %p 1 0 00452034 +taurotragus n 1 3 @ #m %m 1 0 02426634 +taurotragus_derbianus n 1 2 @ #m 1 0 02427183 +taurotragus_oryx n 1 2 @ #m 1 0 02427032 +taurus n 4 4 @ #p %m ; 4 0 11201386 09752381 09455306 08686332 +taurus_the_bull n 1 1 @ 1 0 08686332 +tautness n 2 3 @ ~ + 2 0 14544335 04776940 +tautog n 1 2 @ #m 1 0 02610066 +tautoga n 1 3 @ #m %m 1 0 02609951 +tautoga_onitis n 1 2 @ #m 1 0 02610066 +tautogolabrus n 1 3 @ #m %m 1 0 02610234 +tautogolabrus_adspersus n 1 2 @ #m 1 0 02610373 +tautology n 2 3 @ + ; 2 0 07091385 07091214 +tavern n 1 2 @ ~ 1 1 04395875 +tavern_keeper n 1 3 @ ~ ; 1 0 10490421 +taw n 2 2 @ #p 2 0 06839083 04396093 +tawdriness n 1 2 @ + 1 0 04818700 +tawney n 1 1 @ 1 0 11333071 +tawniness n 1 2 @ + 1 0 04978050 +tawny_eagle n 1 2 @ #m 1 0 01614556 +tawny_owl n 1 2 @ #m 1 0 01622959 +tawse n 1 2 @ ; 1 0 04396226 +tax n 1 4 @ ~ + - 1 1 13308999 +tax-exempt n 1 1 @ 1 0 13417289 +tax-exempt_security n 1 1 @ 1 0 13417289 +tax-increase n 1 1 @ 1 0 05110988 +tax_advantage n 1 1 @ 1 1 13313591 +tax_assessment n 1 1 @ 1 0 05146178 +tax_assessor n 1 2 @ ~ 1 0 10692883 +tax_avoidance n 1 1 @ 1 0 01079951 +tax_base n 1 1 @ 1 0 13309776 +tax_benefit n 1 1 @ 1 0 13298537 +tax_bill n 1 1 @ 1 0 06517867 +tax_boost n 1 1 @ 1 0 05110988 +tax_bracket n 1 1 @ 1 0 08006250 +tax_break n 1 1 @ 1 0 13298537 +tax_collection n 1 1 @ 1 0 01016748 +tax_collector n 1 1 @ 1 0 10693052 +tax_credit n 1 1 @ 1 0 13378968 +tax_cut n 1 1 @ 1 0 00353100 +tax_deduction n 1 2 @ ~ 1 0 13329047 +tax_evasion n 1 1 @ 1 0 00741797 +tax_form n 1 1 @ 1 0 06476384 +tax_haven n 1 1 @ 1 0 08661170 +tax_hike n 1 1 @ 1 0 05110988 +tax_income n 1 2 @ ~ 1 0 13261916 +tax_law n 1 2 @ ; 1 0 08456619 +tax_liability n 1 1 @ 1 0 13309956 +tax_lien n 1 2 @ ~ 1 0 13402690 +tax_policy n 1 1 @ 1 0 05901410 +tax_program n 1 1 @ 1 0 05901410 +tax_rate n 1 1 @ 1 0 13309865 +tax_return n 1 2 @ ~ 1 1 06548671 +tax_revenue n 1 2 @ ~ 1 0 13261916 +tax_shelter n 1 1 @ 1 0 13313733 +tax_system n 1 2 @ ; 1 0 05904010 +tax_write-off n 1 2 @ ~ 1 0 13329047 +taxability n 1 2 @ + 1 0 14530563 +taxaceae n 1 3 @ #m %m 1 0 11660979 +taxales n 1 2 @ #m 1 0 11660848 +taxation n 3 4 @ ~ + - 3 0 13308999 13261916 01160170 +taxer n 1 2 @ + 1 0 10693235 +taxi n 1 4 @ ~ #m + 1 1 02930766 +taxi_dancer n 1 1 @ 1 0 10693334 +taxi_fare n 1 1 @ 1 0 13308543 +taxi_rank n 1 1 @ 1 0 08517966 +taxi_strip n 1 2 @ #p 1 1 04396466 +taxicab n 1 3 @ ~ #m 1 0 02930766 +taxidea n 1 3 @ #m %m 1 0 02447591 +taxidea_taxus n 1 2 @ #m 1 0 02447762 +taxidermist n 1 2 @ + 1 0 10693459 +taxidermy n 1 2 @ + 1 0 05636402 +taxidriver n 1 1 @ 1 1 10693646 +taximan n 1 1 @ 1 0 10693646 +taximeter n 1 1 @ 1 0 04396335 +taxis n 2 2 @ ~ 2 0 00862686 00692991 +taxistand n 1 1 @ 1 0 08517966 +taxiway n 1 2 @ #p 1 0 04396466 +taxman n 1 1 @ 1 0 10693052 +taxodiaceae n 1 2 @ #m 1 0 11639609 +taxodium n 1 3 @ #m %m 1 0 11641788 +taxodium_ascendens n 1 2 @ #m 1 0 11642243 +taxodium_distichum n 1 2 @ #m 1 0 11641963 +taxodium_mucronatum n 1 3 @ ~ #m 1 0 11642430 +taxon n 1 2 @ ~ 1 0 07992450 +taxonomer n 1 2 @ ~ 1 0 10693824 +taxonomic_category n 1 2 @ ~ 1 0 07992450 +taxonomic_group n 1 2 @ ~ 1 0 07992450 +taxonomist n 1 3 @ ~ + 1 0 10693824 +taxonomy n 3 4 @ ~ + ; 3 0 08378356 06153186 01013770 +taxophytina n 1 2 @ #m 1 0 11660537 +taxopsida n 1 2 @ #m 1 0 11660537 +taxpayer n 1 2 @ ~ 1 1 10694163 +taxus n 1 3 @ #m %m 1 0 11661207 +taxus_baccata n 1 2 @ #m 1 0 11661909 +taxus_brevifolia n 1 2 @ #m 1 0 11662128 +taxus_cuspidata n 1 2 @ #m 1 0 11662371 +taxus_floridana n 1 2 @ #m 1 0 11662585 +tay n 1 1 @ 1 0 06935911 +tay-sachs n 1 1 @ 1 0 14169364 +tay-sachs_disease n 1 1 @ 1 0 14169364 +tayalic n 1 1 @ 1 0 06940854 +tayassu n 1 3 @ #m %m 1 0 02397377 +tayassu_angulatus n 1 1 @ 1 0 02397744 +tayassu_pecari n 1 1 @ 1 0 02397987 +tayassu_tajacu n 1 1 @ 1 0 02397744 +tayassuidae n 1 3 @ #m %m 1 0 02397251 +taylor n 3 1 @ 3 0 11333601 11333390 11333237 +taymyr_peninsula n 1 2 @ #p 1 0 09022132 +tayra n 1 2 @ #m 1 0 02451415 +tazicef n 1 2 @ ; 1 0 02989685 +tazir_crime n 1 2 @ ; 1 0 00774506 +tb n 5 5 @ ~ #s #p %p 5 0 14657566 14143415 13629854 13629676 13629482 +tbilisi n 1 2 @ #p 1 0 09019194 +tbit n 1 3 @ #p %p 1 0 13629854 +tc n 2 2 @ #m 2 0 14657047 08296500 +tce n 1 1 @ 1 0 14851414 +tchad n 1 4 @ #p %m %p 1 0 08720037 +tchaikovsky n 1 1 @ 1 0 11333762 +tchotchke n 2 2 @ ; 2 0 09905530 02998696 +tchotchkeleh n 1 2 @ ; 1 0 09905530 +tcp n 1 2 @ #p 1 0 06666210 +tcp/ip n 1 2 @ %p 1 0 06666486 +tdt n 1 2 @ ; 1 0 15156746 +te n 2 2 @ #s 2 0 14657228 06869129 +te_deum n 1 1 @ 1 0 07037384 +te_kanawa n 1 1 @ 1 0 11334773 +tea n 5 8 @ ~ #m #s #p %s %p ; 5 2 07933274 07575510 12929783 08254741 07932841 +tea-like_drink n 1 1 @ 1 0 07933530 +tea-strainer n 1 1 @ 1 0 04398834 +tea_bag n 2 1 @ 2 0 07933154 04396808 +tea_ball n 1 1 @ 1 0 04396902 +tea_biscuit n 1 2 @ ; 1 0 07634901 +tea_bread n 1 1 @ 1 0 07681264 +tea_break n 1 1 @ 1 0 07577918 +tea_caddy n 1 1 @ 1 0 02935387 +tea_cart n 1 1 @ 1 0 04397027 +tea_ceremony n 1 2 @ ; 1 0 01027231 +tea_chest n 1 1 @ 1 0 04397168 +tea_cloth n 1 1 @ 1 0 04397378 +tea_cosy n 1 1 @ 1 0 03114379 +tea_cozy n 1 1 @ 1 0 03114379 +tea_family n 1 3 @ #m %m 1 0 12929061 +tea_garden n 1 1 @ 1 0 04397553 +tea_gown n 1 1 @ 1 0 04397645 +tea_leaf n 1 4 @ ~ #s #p 1 0 07932841 +tea_maker n 1 1 @ 1 0 04397860 +tea_napkin n 1 1 @ 1 0 04397949 +tea_parlor n 1 3 @ ~ ; 1 0 04398497 +tea_parlour n 1 3 @ ~ ; 1 0 04398497 +tea_party n 1 1 @ 1 1 07450463 +tea_rose n 1 1 @ 1 0 12622483 +tea_service n 1 2 @ %m 1 1 04398309 +tea_set n 1 2 @ %m 1 0 04398309 +tea_table n 1 1 @ 1 0 04398951 +tea_tortrix n 1 2 @ #m 1 0 02284611 +tea_towel n 1 1 @ 1 0 03207835 +tea_tray n 1 2 @ #m 1 0 04399046 +tea_trolley n 1 1 @ 1 0 04397027 +tea_urn n 1 1 @ 1 0 04399158 +tea_wagon n 1 1 @ 1 0 04397027 +teaberry n 2 5 @ #m #p %s %p 2 0 12235765 07743723 +teacake n 2 3 @ ~ ; 2 0 07634901 07634751 +teacart n 1 1 @ 1 1 04397027 +teach n 1 1 @ 1 0 11334003 +teach-in n 1 1 @ 1 0 07145783 +teacher n 2 4 @ ~ #m + 2 2 10694258 05854812 +teacher's_certificate n 1 1 @ 1 0 06479494 +teacher's_pet n 1 1 @ 1 0 10694849 +teacher-student_relation n 1 2 @ %m 1 0 13840553 +teachers_college n 1 1 @ 1 0 08412620 +teachership n 1 2 @ + 1 0 00604811 +teaching n 3 5 @ ~ %p + - 3 3 00887081 06185955 00883297 +teaching_aid n 1 2 @ ~ 1 0 04397261 +teaching_certificate n 1 1 @ 1 1 06479494 +teaching_fellow n 1 1 @ 1 0 10694939 +teaching_method n 1 2 @ ~ 1 1 05660937 +teaching_reading n 1 2 @ ~ 1 0 00888284 +teacup n 2 2 @ %p 2 0 13770635 04397452 +teacupful n 1 1 @ 1 0 13770635 +teahouse n 1 3 @ ~ ; 1 0 04398497 +teak n 2 4 @ #m #s %s 2 0 12916723 12916511 +teakettle n 1 1 @ 1 1 04397768 +teakwood n 1 2 @ #s 1 1 12916723 +teal n 2 4 @ ~ #m + 2 0 04968426 01848123 +team n 2 5 @ ~ %m %p + 2 2 08208560 07985384 +team_spirit n 1 1 @ 1 1 04625129 +team_sport n 1 1 @ 1 0 00887544 +team_teaching n 1 1 @ 1 0 00887702 +teammate n 1 1 @ 1 1 10695050 +teamster n 2 2 @ + 2 1 10695333 10695192 +teamsters_union n 1 1 @ 1 0 08233627 +teamwork n 1 1 @ 1 0 01203494 +teapot n 1 2 @ #m 1 0 04398044 +teapot_dome n 1 1 @ 1 0 07306680 +teapot_dome_scandal n 1 1 @ 1 0 07306680 +tear n 4 5 @ ~ #p %s + 4 2 05405324 09410928 00510723 00391086 +tear_duct n 1 2 @ #p 1 0 05331812 +tear_gas n 1 2 @ ~ 1 0 15067877 +tear_gland n 1 2 @ #p 1 0 05331653 +tear_sac n 1 2 @ #p 1 0 05331988 +tear_sheet n 1 1 @ 1 0 06257141 +tearaway n 1 2 @ ; 1 0 10695450 +teardrop n 2 3 @ #p %s 2 0 13901925 05405324 +tearfulness n 1 2 @ + 1 0 07534278 +teargas n 1 2 @ ~ 1 0 15067877 +tearing n 1 2 @ + 1 0 13505843 +tearing_down n 1 1 @ 1 0 00218045 +tearjerker n 1 1 @ 1 0 06374148 +tearoom n 1 3 @ ~ ; 1 0 04398497 +tears n 1 2 @ ~ 1 1 00868196 +teasdale n 1 1 @ 1 0 11334215 +tease n 3 2 @ + 3 1 10695555 09965134 00425905 +teasel n 1 3 @ ~ #m 1 0 12682411 +teaser n 7 4 @ ~ + ; 7 0 10695822 10695555 07250868 06784639 06397645 04456276 04398167 +teashop n 1 3 @ ~ ; 1 0 04398497 +teasing n 3 2 @ + 3 1 00425905 00513841 00256961 +teasle n 1 3 @ ~ #m 1 0 12682411 +teaspoon n 2 2 @ ~ 2 0 13770729 04398688 +teaspoonful n 1 1 @ 1 1 13770729 +teat n 1 2 @ #p 1 1 05554653 +teatime n 1 2 @ ; 1 0 07575510 +teazel n 1 3 @ ~ #m 1 0 12682411 +tebaldi n 1 1 @ 1 0 11334317 +tebet n 1 3 @ #p %p 1 0 15215068 +tebibit n 1 3 @ #p %p 1 0 13630036 +tebibyte n 1 3 @ #p %p 1 0 13629482 +tec n 1 2 @ ~ 1 0 10009276 +tech n 1 2 @ ~ 1 0 08285246 +techie n 1 2 @ ; 1 0 10695917 +technetium n 1 1 @ 1 0 14657047 +technical n 2 2 @ ; 2 0 04399269 00771356 +technical_analysis n 1 2 @ ; 1 0 00649266 +technical_analysis_of_stock_trends n 1 2 @ ; 1 0 00649266 +technical_analyst n 1 1 @ 1 0 09910840 +technical_foul n 1 2 @ ; 1 0 00771356 +technical_knockout n 1 1 @ 1 0 00134246 +technical_school n 1 2 @ ~ 1 1 08285246 +technical_sergeant n 1 1 @ 1 0 10696101 +technicality n 1 2 @ + 1 0 05820462 +technician n 2 3 @ ~ + 2 1 10696251 10696508 +technicolor n 1 1 @ 1 0 05667086 +technique n 2 3 @ ~ + 2 2 05665146 05643190 +techno n 1 1 @ 1 0 07058064 +technobabble n 1 1 @ 1 0 07088319 +technocracy n 1 1 @ 1 0 08363106 +technocrat n 2 2 @ #m 2 0 10696755 10696672 +technological_revolution n 1 1 @ 1 1 15260277 +technologist n 1 3 @ ~ + 1 0 09615807 +technology n 2 4 @ ~ + - 2 2 00949619 06125041 +technology_administration n 1 3 @ #p %p 1 0 08130712 +technophile n 1 2 ! @ 1 0 10696888 +technophilia n 1 1 @ 1 0 07555775 +technophobe n 1 2 ! @ 1 0 10697013 +technophobia n 1 1 @ 1 0 07504258 +tecophilaeacea n 1 2 @ #m 1 0 12465107 +tectaria n 1 3 @ #m %m 1 0 13201239 +tectaria_cicutaria n 1 2 @ #m 1 0 13201423 +tectaria_macrodonta n 1 2 @ #m 1 0 13201566 +tectona n 1 3 @ #m %m 1 0 12916356 +tectona_grandis n 1 3 @ #m %s 1 0 12916511 +tectonic_movement n 1 2 @ ; 1 0 07310338 +tectonics n 2 3 @ #p - 2 0 06124395 06118370 +tecumseh n 1 1 @ 1 0 11334428 +tecumtha n 1 1 @ 1 0 11334428 +ted n 1 2 @ ; 1 0 10697135 +ted_hughes n 1 1 @ 1 0 11065229 +ted_shawn n 1 1 @ 1 0 11296602 +ted_williams n 1 1 @ 1 0 11389901 +teddy n 2 2 @ %p 2 0 04399382 03013580 +teddy_bear n 1 1 @ 1 0 04399382 +teddy_boy n 1 2 @ ; 1 0 10697135 +teddy_boys n 1 1 @ 1 0 08370204 +tediousness n 1 3 @ ~ + 1 0 05206237 +tedium n 2 3 @ ~ + 2 0 07539790 05206237 +tee n 3 3 @ #p + 3 1 08661277 04399700 04399537 +tee_hinge n 1 1 @ 1 0 04399846 +tee_shirt n 1 2 @ ~ 1 0 03595614 +teeing_ground n 1 2 @ #p 1 0 08661277 +teemingness n 1 3 @ ~ + 1 0 05115040 +teen n 1 2 @ ~ 1 0 09772029 +teenager n 1 2 @ ~ 1 1 09772029 +teens n 2 2 @ #p 2 1 15148467 13747114 +teeoff n 1 2 @ + 1 0 00574077 +teepee n 1 1 @ 1 0 04412416 +teeter n 1 2 @ #p 1 0 04167759 +teeter-totter n 1 2 @ #p 1 0 04167759 +teeterboard n 1 2 @ #p 1 0 04167759 +teetertotter n 1 2 @ #p 1 0 04167759 +teeth n 1 4 @ ~ #p %m 1 0 05282433 +teething n 1 3 @ ~ + 1 0 13565781 +teething_ring n 1 1 @ 1 0 03075768 +teetotaler n 1 1 @ 1 1 10697282 +teetotaling n 1 1 @ 1 0 01069867 +teetotalism n 1 2 @ + 1 0 01069867 +teetotalist n 1 2 @ + 1 0 10697282 +teetotaller n 1 2 @ + 1 0 10697282 +teetotum n 1 2 @ ~ 1 0 04454240 +teff n 1 1 @ 1 0 12120347 +teff_grass n 1 1 @ 1 0 12120347 +tefillin n 1 2 @ ; 1 0 06856189 +teflon n 1 2 @ ; 1 0 14596398 +teg n 1 1 @ 1 0 02412909 +tegu n 1 2 @ #p 1 0 08956461 +tegucigalpa n 1 2 @ #p 1 0 08738014 +tegument n 1 5 @ ~ #p %s %p 1 0 05238282 +teheran n 1 2 @ #p 1 0 08911421 +tehran n 1 2 @ #p 1 0 08911421 +teiid n 1 3 @ ~ #m 1 0 01685439 +teiid_lizard n 1 3 @ ~ #m 1 0 01685439 +teiidae n 1 3 @ #m %m 1 0 01685277 +teilhard_de_chardin n 1 1 @ 1 0 11334609 +teju n 1 2 @ #m 1 0 01687128 +tekki n 1 2 @ ; 1 0 10695917 +tektite n 1 1 @ 1 0 14880690 +tel_aviv n 1 3 @ #p %p 1 1 08797840 +tel_aviv-jaffa n 1 3 @ #p %p 1 0 08797840 +tel_aviv-yalo n 1 3 @ #p %p 1 0 08797840 +telamon n 1 1 @ 1 0 02752810 +telanthera n 1 2 @ #m 1 0 11826999 +telco n 1 1 @ 1 0 08186221 +telco_building n 1 1 @ 1 0 04400109 +telecast n 1 3 @ %p + 1 0 06622595 +telecaster n 1 2 @ + 1 0 10697420 +telecasting n 1 5 @ ~ %p + - 1 0 06277280 +telecom n 1 4 @ ~ ; - 1 0 06271778 +telecom_equipment n 1 2 @ ~ 1 0 04400289 +telecom_hotel n 1 1 @ 1 0 04400109 +telecom_system n 1 2 @ ~ 1 0 04400289 +telecommerce n 1 2 @ ~ 1 0 01116026 +telecommunication n 2 5 @ ~ + ; - 2 0 06271778 06128307 +telecommunication_equipment n 1 2 @ ~ 1 0 04400289 +telecommunication_system n 1 2 @ ~ 1 0 04400289 +telecommuting n 1 1 @ 1 0 00585018 +teleconference n 1 1 @ 1 0 07145958 +teleconferencing n 1 1 @ 1 0 07145958 +telefilm n 1 1 @ 1 0 06614628 +telegnosis n 1 2 @ + 1 0 07256230 +telegram n 1 2 @ ~ 1 1 06622709 +telegraph n 1 2 @ + 1 1 04400499 +telegraph_form n 1 1 @ 1 1 06476475 +telegraph_key n 1 1 @ 1 0 04400737 +telegraph_line n 1 2 @ ~ 1 0 04402984 +telegraph_operator n 1 1 @ 1 1 10697519 +telegraph_plant n 1 2 @ #m 1 0 12518013 +telegraph_pole n 1 1 @ 1 0 04402449 +telegraph_post n 1 1 @ 1 0 04402449 +telegraph_wire n 1 2 @ ~ 1 0 04402984 +telegrapher n 1 2 @ + 1 1 10697519 +telegraphese n 1 1 @ 1 0 07157000 +telegraphic_signal n 1 2 @ ~ 1 0 06805665 +telegraphist n 1 2 @ + 1 0 10697519 +telegraphy n 2 3 @ + - 2 1 06274921 04400499 +telekinesis n 1 1 @ 1 0 07257045 +telemann n 1 1 @ 1 0 11334925 +telemark n 1 1 @ 1 0 00441686 +telemarketing n 1 2 @ ~ 1 0 01116026 +telemeter n 1 2 @ #p 1 0 04400899 +telemetry n 1 1 @ 1 0 01116206 +telemetry_intelligence n 1 1 @ 1 0 00983482 +telencephalon n 1 3 @ #p %p 1 0 05496802 +teleologist n 1 2 @ + 1 0 10697782 +teleology n 1 3 @ + ; 1 0 05977619 +teleost n 1 3 @ ~ #m 1 0 02528163 +teleost_fish n 1 3 @ ~ #m 1 0 02528163 +teleostan n 1 3 @ ~ #m 1 0 02528163 +teleostei n 1 3 @ #m %m 1 0 02527813 +telepathist n 2 2 @ + 2 0 10697879 10319580 +telepathy n 1 2 @ + 1 1 07255998 +telephone n 2 6 @ ~ #p %p + - 2 2 04401088 06272290 +telephone_bell n 1 1 @ 1 0 04401578 +telephone_bill n 1 1 @ 1 0 06517663 +telephone_book n 1 2 @ ~ 1 0 06423754 +telephone_booth n 1 1 @ 1 1 04401680 +telephone_box n 1 1 @ 1 0 04401680 +telephone_call n 1 2 @ ~ 1 1 06272803 +telephone_circuit n 1 2 @ ~ 1 0 04402057 +telephone_company n 1 1 @ 1 1 08186221 +telephone_conversation n 1 1 @ 1 0 07142005 +telephone_cord n 1 1 @ 1 0 04401828 +telephone_dial n 1 3 @ #p %p 1 0 03186818 +telephone_directory n 1 2 @ ~ 1 1 06423754 +telephone_exchange n 1 3 @ ~ #p 1 0 02994858 +telephone_extension n 1 1 @ 1 0 03306869 +telephone_interview n 1 1 @ 1 0 07196575 +telephone_jack n 1 1 @ 1 0 04401949 +telephone_kiosk n 1 1 @ 1 0 04401680 +telephone_line n 2 2 @ ~ 2 1 04402984 04402057 +telephone_message n 1 1 @ 1 0 06276287 +telephone_number n 1 1 @ 1 1 06426111 +telephone_operator n 1 1 @ 1 1 10698064 +telephone_order n 1 1 @ 1 1 01116876 +telephone_plug n 1 1 @ 1 0 04402342 +telephone_pole n 1 1 @ 1 1 04402449 +telephone_receiver n 1 3 @ ~ #p 1 0 04402580 +telephone_service n 1 1 @ 1 0 08186221 +telephone_set n 1 4 @ ~ #p %p 1 0 04401088 +telephone_system n 1 3 @ ~ %p 1 0 04402746 +telephone_unit n 1 2 @ ~ 1 0 13608480 +telephone_wire n 1 2 @ ~ 1 1 04402984 +telephoner n 1 2 @ + 1 0 09888017 +telephonist n 1 2 @ + 1 0 10698064 +telephony n 1 4 @ ~ + - 1 0 06272290 +telephoto n 1 1 @ 1 0 04403167 +telephoto_lens n 1 1 @ 1 0 04403413 +telephotograph n 2 2 @ ~ 2 0 04403279 04403167 +telephotography n 2 2 @ ~ 2 0 00907071 00906975 +teleportation n 1 3 @ + ; 1 0 01254473 +teleprinter n 1 1 @ 1 0 04404200 +teleprocessing n 1 1 @ 1 0 13468542 +teleprompter n 1 2 @ ; 1 0 04403524 +telerobotics n 1 1 @ 1 0 06133935 +telescope n 1 4 @ ~ %p + 1 0 04403638 +telescope_sight n 1 1 @ 1 0 04403925 +telescopic_sight n 1 1 @ 1 1 04403925 +telescopium n 1 1 @ 1 0 09455524 +telescopy n 1 2 @ + 1 0 05636554 +teleselling n 1 2 @ ~ 1 0 01116026 +telethermometer n 1 1 @ 1 0 04404072 +teletype_machine n 1 1 @ 1 0 04404200 +teletypewriter n 1 1 @ 1 0 04404200 +televangelism n 1 2 @ + 1 0 07244822 +televangelist n 1 2 @ + 1 0 10698241 +television n 3 7 @ ~ #p %p + ; - 3 3 06277280 04404412 04405907 +television-camera_tube n 1 3 @ ~ #p 1 0 04405309 +television_announcer n 1 1 @ 1 0 10733891 +television_antenna n 1 2 @ ~ 1 0 04404817 +television_camera n 1 3 @ ~ %p 1 1 04404997 +television_channel n 1 1 @ 1 0 03006398 +television_equipment n 1 3 @ ~ #p 1 0 04405540 +television_monitor n 1 1 @ 1 0 04405762 +television_news n 1 1 @ 1 0 06683692 +television_newscaster n 1 2 @ ~ 1 0 10698368 +television_pickup_tube n 1 3 @ ~ #p 1 0 04405309 +television_program n 1 2 @ ~ 1 1 06620579 +television_receiver n 1 4 @ #p %p ; 1 0 04405907 +television_reporter n 1 2 @ ~ 1 0 10698368 +television_room n 1 1 @ 1 0 04406239 +television_set n 1 4 @ #p %p ; 1 1 04405907 +television_show n 1 2 @ ~ 1 0 06620579 +television_star n 1 1 @ 1 0 10698550 +television_station n 1 4 @ ~ #p %p 1 0 04406350 +television_system n 1 4 @ ~ %p ; 1 1 04404412 +television_transmitter n 1 2 @ #p 1 0 04406552 +television_tube n 1 3 @ ~ #p 1 0 03617594 +teleworking n 1 1 @ 1 0 00585018 +telex n 1 2 @ + 1 0 04404200 +telex_machine n 1 1 @ 1 0 04404200 +telfer n 1 2 @ #p 1 0 04406687 +telferage n 1 2 @ %p 1 0 04406817 +telingo_potato n 1 3 @ #m ; 1 0 11782878 +telint n 1 1 @ 1 0 00983482 +teliospore n 1 1 @ 1 0 11549638 +tell n 1 1 @ 1 0 10698649 +teller n 4 3 @ ~ + 4 0 11335041 10699099 10698970 10345804 +tellima n 1 3 @ #m %m 1 0 12802987 +tellima_affinis n 1 2 @ #m 1 0 12799776 +tellima_grandiflora n 1 2 @ #m 1 0 12803226 +telling n 3 3 @ ~ + 3 0 07222823 07212424 06805297 +telltale n 1 2 @ + 1 0 10692696 +tellurian n 1 1 @ 1 0 10699262 +telluride n 1 2 @ %s 1 0 15068134 +tellurium n 1 3 @ #s + 1 0 14657228 +tellus n 1 2 @ ; 1 0 09572249 +telly n 1 4 @ #p %p ; 1 0 04405907 +telocentric_chromosome n 1 1 @ 1 0 05445247 +telomerase n 1 1 @ 1 0 15068282 +telomere n 1 2 @ #p 1 0 05610520 +telopea n 1 3 @ #m %m 1 0 12223405 +telopea_oreades n 1 2 @ #m 1 0 12223569 +telopea_speciosissima n 1 2 @ #m 1 0 12223764 +telophase n 2 2 @ #p 2 0 13566041 13565940 +telosporidia n 1 3 @ #m %m 1 0 01422594 +telpher n 1 2 @ #p 1 0 04406687 +telpherage n 1 2 @ %p 1 0 04406817 +telsontail n 1 2 @ #m 1 0 02163763 +telugu n 2 1 @ 2 0 09675529 06980721 +temazepam n 1 1 @ 1 0 04407007 +temblor n 1 2 @ ~ 1 0 07428954 +temerity n 1 2 @ + 1 1 04859449 +temnospondyli n 1 2 @ #m 1 0 01656576 +temp n 1 1 @ 1 0 10699415 +temper n 4 3 @ ~ + 4 3 07518468 07551052 04642258 05021535 +tempera n 1 1 @ 1 0 04407257 +temperament n 3 5 @ ~ %p = + 3 1 04623612 04628466 01000411 +temperance n 3 4 ! @ ~ + 3 0 04883614 01069777 00381567 +temperate_rain_forest n 1 1 @ 1 0 08439268 +temperate_zone n 1 2 @ ~ 1 0 08661878 +temperateness n 2 3 @ ~ + 2 0 11456462 04883243 +temperature n 2 3 @ ~ = 2 2 05011790 05725378 +temperature_change n 1 2 @ ~ 1 1 13566212 +temperature_gradient n 1 1 @ 1 1 13860145 +temperature_reduction n 1 2 @ ~ 1 0 13453160 +temperature_scale n 1 2 @ ~ 1 0 13852395 +temperature_unit n 1 2 @ ~ 1 0 13608598 +tempering n 1 2 @ + 1 0 00402951 +tempest n 2 3 @ + ; 2 1 13978344 11518494 +tempestuousness n 2 2 @ + 2 0 14523923 13979503 +templar n 1 1 @ 1 0 10239329 +template n 1 2 @ ~ 1 0 05938976 +template_rna n 1 1 @ 1 0 14832770 +temple n 4 5 @ ~ #p %p ; 4 3 04407435 05602683 04407686 04374735 +temple_of_apollo n 1 3 @ #p ; 1 0 04407844 +temple_of_artemis n 1 1 @ 1 0 04408174 +temple_of_jerusalem n 1 2 @ #p 1 0 04408330 +temple_of_solomon n 1 2 @ #p 1 0 04408330 +temple_orange n 2 4 @ #m #p %p 2 0 12710917 07747811 +temple_orange_tree n 1 3 @ #m %p 1 0 12710917 +temple_tree n 1 1 @ 1 0 11774795 +templet n 1 2 @ ~ 1 0 05938976 +templetonia n 1 3 @ #m %m 1 0 12572021 +templetonia_retusa n 1 2 @ #m 1 0 12572188 +tempo n 2 3 @ ~ ; 2 2 15264363 15283097 +temporal n 1 1 @ 1 0 06333478 +temporal_arrangement n 1 2 @ ~ 1 0 05044673 +temporal_arteritis n 1 1 @ 1 0 14259133 +temporal_artery n 1 2 @ ~ 1 0 05354744 +temporal_bone n 1 3 @ #p %p 1 0 05282000 +temporal_canthus n 1 1 @ 1 0 05314549 +temporal_ccortex n 1 3 @ #p %p 1 0 05494933 +temporal_gyrus n 1 2 @ #p 1 0 05488909 +temporal_lobe n 1 3 @ #p %p 1 0 05494933 +temporal_lobe_epilepsy n 1 1 @ 1 0 14089974 +temporal_muscle n 1 1 @ 1 0 05602304 +temporal_order n 1 2 @ ~ 1 0 05044673 +temporal_property n 1 2 @ ~ 1 0 05044528 +temporal_relation n 1 3 @ ~ = 1 0 13844690 +temporal_role n 1 1 @ 1 0 06333478 +temporal_vein n 1 2 @ ~ 1 0 05382135 +temporalis n 1 1 @ 1 0 05602304 +temporalis_muscle n 1 1 @ 1 0 05602304 +temporality n 1 1 @ 1 0 13247981 +temporalty n 2 2 @ %m 2 0 13247981 08153102 +temporariness n 1 2 @ + 1 0 05055141 +temporary n 1 1 @ 1 0 10699415 +temporary_expedient n 1 1 @ 1 0 00178832 +temporary_hookup n 1 1 @ 1 0 04408871 +temporary_injunction n 1 2 @ ; 1 0 06543536 +temporary_removal n 1 2 @ ~ 1 0 00209132 +temporary_state n 1 2 @ ~ 1 0 14015731 +temporary_worker n 1 1 @ 1 0 10699415 +temporiser n 1 2 @ + 1 0 10699558 +temporizer n 1 2 @ + 1 0 10699558 +temporomandibular_joint n 1 1 @ 1 0 05276668 +tempra n 1 2 @ ; 1 0 02674482 +temptation n 3 3 @ ~ + 3 1 05694791 07485281 00159620 +tempter n 1 2 @ + 1 0 10699752 +temptingness n 1 3 @ ~ + 1 0 04688842 +temptress n 1 1 @ 1 0 10055410 +tempura n 1 2 @ ; 1 0 07879953 +temuco n 1 2 @ #p 1 0 08721961 +temujin n 1 1 @ 1 0 10994308 +ten n 2 1 @ 2 1 13746512 04411142 +ten-day_fern n 1 2 @ #m 1 0 13200986 +ten-gallon_hat n 1 1 @ 1 1 03124170 +ten-spined_stickleback n 1 2 @ #m 1 0 01455461 +ten-spot n 1 1 @ 1 0 04411142 +ten-strike n 1 1 @ 1 0 00187710 +ten-thousandth n 1 1 @ 1 0 13739278 +ten_commandments n 1 1 @ 1 0 07169970 +ten_dollar_bill n 1 1 @ 1 0 13395407 +ten_percent n 1 1 @ 1 0 13738327 +ten_thousand n 1 1 @ 1 1 13751265 +tenability n 1 2 @ + 1 0 04783888 +tenableness n 1 2 @ + 1 0 04783888 +tenaciousness n 1 2 @ + 1 0 04864515 +tenacity n 1 2 @ + 1 1 04864515 +tenancy n 1 3 @ ~ + 1 1 01054335 +tenant n 3 3 @ ~ + 3 1 10700201 10700640 10700517 +tenant_farmer n 1 1 @ 1 0 10700840 +tenantry n 1 2 @ + 1 0 07955726 +tench n 1 2 @ #m 1 0 01440764 +tendency n 4 3 @ ~ + 4 3 06196584 07499113 04944048 08681777 +tendentiousness n 1 2 @ + 1 0 06204289 +tender n 6 3 @ ~ + 6 0 13374008 09821831 07165086 04409279 04409128 04409011 +tender_loving_care n 1 1 @ 1 0 00665221 +tender_offer n 1 2 @ ~ 1 0 07166101 +tenderfoot n 1 1 @ 1 0 10700963 +tendergreen n 1 2 @ #m 1 0 11879291 +tenderheartedness n 1 2 @ + 1 0 07554342 +tenderisation n 1 3 @ #p + 1 0 00248063 +tenderiser n 1 3 @ + ; 1 0 15068436 +tenderization n 1 3 @ #p + 1 0 00248063 +tenderizer n 1 3 @ + ; 1 0 15068436 +tenderloin n 2 2 @ ~ 2 0 08689646 07659793 +tenderness n 5 3 @ ~ + 5 1 04627241 14332617 07554342 07544647 07505347 +tending n 1 3 @ ~ + 1 1 00654885 +tendinitis n 1 2 @ ~ 1 0 14356578 +tendon n 1 5 @ ~ #p %s + 1 1 05296253 +tendon_of_achilles n 1 2 @ #p 1 0 05578740 +tendonitis n 1 2 @ ~ 1 0 14356578 +tendonous_synovitis n 1 1 @ 1 0 14356993 +tendosynovitis n 1 1 @ 1 0 14356993 +tendrac n 1 3 @ ~ #m 1 0 01894207 +tendril n 1 2 @ ~ 1 0 13102775 +tenebrionid n 1 3 @ ~ #m 1 0 02181235 +tenebrionidae n 1 3 @ #m %m 1 0 02181013 +tenement n 1 1 @ 1 1 04409384 +tenement_district n 1 1 @ 1 0 08555443 +tenement_house n 1 1 @ 1 1 04409384 +tenerife n 1 2 @ #p 1 0 09028643 +tenesmus n 1 1 @ 1 0 14571714 +tenet n 1 2 @ ~ 1 1 06790042 +teng_hsiao-ping n 1 1 @ 1 0 10930778 +teng_hsiaoping n 1 1 @ 1 0 10930778 +tenge n 2 1 @ 2 0 13702931 13701005 +tenia n 1 1 @ 1 0 04383696 +tenner n 2 1 @ 2 0 13746512 13395407 +tennessean n 1 1 @ 1 0 09745732 +tennessee n 2 5 @ #m #p %p - 2 1 09140148 09455640 +tennessee_river n 1 2 @ #p 1 0 09455640 +tennessee_walker n 1 1 @ 1 0 02379430 +tennessee_walking_horse n 1 1 @ 1 0 02379430 +tennessee_williams n 1 1 @ 1 0 11389481 +tenniel n 1 1 @ 1 0 11335226 +tennis n 1 4 @ ~ %p - 1 1 00482298 +tennis_ball n 1 1 @ 1 0 04409515 +tennis_camp n 1 1 @ 1 0 04409625 +tennis_club n 1 1 @ 1 0 08230590 +tennis_coach n 1 1 @ 1 0 10701096 +tennis_court n 1 1 @ 1 1 04409712 +tennis_elbow n 1 1 @ 1 0 14356720 +tennis_lesson n 1 1 @ 1 0 00890059 +tennis_match n 1 1 @ 1 0 07471037 +tennis_player n 1 2 @ ~ 1 0 10701180 +tennis_pro n 1 1 @ 1 0 10701644 +tennis_racket n 1 1 @ 1 1 04409806 +tennis_racquet n 1 1 @ 1 0 04409806 +tennis_shoe n 1 2 @ ~ 1 0 03472535 +tennis_shot n 1 2 @ ~ 1 0 00566135 +tennis_stroke n 1 2 @ ~ 1 0 00566135 +tenno n 1 2 @ ; 1 0 10315217 +tennyson n 1 1 @ 1 0 11335330 +tenon n 1 2 @ #p 1 0 04409911 +tenonitis n 1 2 @ ~ 1 0 14356578 +tenor n 5 2 @ ~ 5 2 06872676 04986054 10701783 06197503 05922450 +tenor_clef n 1 1 @ 1 0 06863442 +tenor_drum n 1 1 @ 1 0 04410086 +tenor_saxophonist n 1 1 @ 1 0 10701962 +tenor_voice n 1 1 @ 1 0 06872676 +tenoretic n 1 2 @ %s 1 0 04410190 +tenorist n 1 1 @ 1 0 10701962 +tenormin n 1 2 @ #s 1 0 02751782 +tenoroon n 1 1 @ 1 0 04410365 +tenosynovitis n 1 1 @ 1 0 14356993 +tenpence n 1 2 @ ; 1 0 13390857 +tenpenny_nail n 1 1 @ 1 0 04410485 +tenpin n 1 1 @ 1 0 04410565 +tenpin_bowling n 1 2 @ - 1 0 00462241 +tenpins n 1 2 @ - 1 0 00462241 +tenpounder n 1 2 @ #m 1 0 02542017 +tenrec n 1 3 @ ~ #m 1 0 01894207 +tenrec_ecaudatus n 1 2 @ #m 1 0 01894522 +tenrecidae n 1 3 @ #m %m 1 0 01894040 +tense n 1 2 @ ~ 1 1 06329506 +tense_system n 1 1 @ 1 1 07113625 +tenseness n 2 4 @ ~ + ; 2 0 14544335 14376188 +tensile_strength n 1 1 @ 1 0 05030251 +tensimeter n 1 1 @ 1 0 04410663 +tensiometer n 3 1 @ 3 0 04411019 04410886 04410760 +tension n 6 4 @ ~ + ; 6 4 14376188 14544335 14002481 11515051 13980596 00366675 +tension_headache n 1 1 @ 1 0 14328105 +tensity n 1 3 @ ~ + 1 0 14544335 +tensor n 2 3 @ ~ + 2 0 05864481 05573306 +tensor_tympani n 1 1 @ 1 0 05573474 +tent n 2 4 @ ~ %p + 2 1 04411264 09455910 +tent-caterpillar_moth n 2 2 @ #m 2 0 02307515 02307176 +tent-fly n 1 2 @ #p 1 0 04412097 +tent_caterpillar n 1 3 @ ~ #m 1 0 02307325 +tent_flap n 1 2 @ #p 1 0 04412097 +tent_peg n 1 1 @ 1 0 04412300 +tent_stitch n 1 1 @ 1 0 03920181 +tentacle n 2 3 @ ~ + 2 1 05195175 02584643 +tentaculata n 1 3 @ #m %m 1 0 01919504 +tenter n 1 2 @ %p 1 0 04411835 +tenterhook n 1 2 @ #p 1 0 04411966 +tenth n 2 1 @ 2 1 13738327 13847858 +tenth_cranial_nerve n 1 1 @ 1 0 05480076 +tenth_part n 1 1 @ 1 0 13738327 +tenthredinidae n 1 3 @ #m %m 1 0 02218563 +tenting n 1 2 @ + 1 1 01055165 +tentmaker n 1 1 @ 1 0 10702077 +tentorial_sinus n 1 1 @ 1 0 05252705 +tentorium n 1 3 @ %s ; 1 0 05607402 +tenuity n 3 2 @ + 3 0 05103648 05089612 05040939 +tenure n 2 3 @ ~ + 2 1 15291498 13242719 +tenzing_norgay n 1 1 @ 1 0 11335491 +teodor_josef_konrad_korzeniowski n 1 1 @ 1 0 10907647 +tepal n 1 1 @ 1 0 11551044 +tepary_bean n 1 2 @ #m 1 0 12558680 +tepee n 1 1 @ 1 0 04412416 +tephrosia n 1 3 @ #m %m 1 0 12572373 +tephrosia_purpurea n 1 1 @ 1 0 12572759 +tephrosia_virginiana n 1 1 @ 1 0 12572858 +tepic n 1 2 @ #p 1 0 08745800 +tepidity n 1 2 @ + 1 0 05016936 +tepidness n 2 2 @ + 2 0 05016936 04630547 +tequila n 1 2 @ #s 1 0 07905979 +tera n 1 1 @ 1 0 06983795 +terabit n 1 3 @ #p %p 1 0 13629854 +terabyte n 2 3 @ #p %p 2 0 13629676 13629482 +teraflop n 1 3 @ %p ; 1 0 13607405 +terahertz n 1 1 @ 1 0 15280108 +teras n 1 3 @ %p ; 1 0 01460108 +teratogen n 1 3 @ ~ + 1 0 09455998 +teratogenesis n 1 1 @ 1 0 13566436 +teratology n 1 1 @ 1 0 06079439 +teratoma n 1 1 @ 1 0 14251045 +terazosin n 1 1 @ 1 0 04412550 +terbinafine n 1 1 @ 1 0 04412727 +terbium n 1 2 @ #s 1 0 14657566 +terbium_metal n 1 1 @ 1 0 14624944 +terce n 1 1 @ 1 0 15229875 +tercel n 1 2 @ + 1 0 01606177 +tercelet n 1 2 @ + 1 0 01606177 +tercentenary n 1 1 @ 1 0 15251757 +tercentennial n 1 1 @ 1 0 15251757 +tercet n 1 1 @ 1 0 13744044 +terebella n 1 2 @ #m 1 0 01937234 +terebellidae n 1 3 @ #m %m 1 0 01937015 +terebinth n 1 2 @ #m 1 0 12761905 +teredinid n 1 3 @ ~ #m 1 0 01967094 +teredinidae n 1 3 @ #m %m 1 0 01966797 +teredo n 1 2 @ #m 1 0 01967308 +terence n 1 1 @ 1 0 11335695 +terence_rattigan n 1 1 @ 1 0 11254950 +teres n 1 3 @ ~ #p 1 0 05590740 +teres_major n 1 1 @ 1 0 05590939 +teres_major_muscle n 1 1 @ 1 0 05590939 +teres_minor n 1 1 @ 1 0 05591096 +teres_minor_muscle n 1 1 @ 1 0 05591096 +teres_muscle n 1 3 @ ~ #p 1 0 05590740 +teresa n 1 1 @ 1 0 11335878 +teresa_of_avila n 1 1 @ 1 0 11336176 +tereshkova n 1 1 @ 1 0 11336364 +tergiversation n 2 2 @ + 2 0 00751779 00204814 +tergiversator n 1 1 @ 1 0 10168012 +teriyaki n 1 1 @ 1 0 07880080 +term n 7 6 @ ~ #p %p + ; 7 5 06303888 15224486 06770875 05855904 06751974 15226451 04413723 +term_infant n 1 1 @ 1 0 10699981 +term_insurance n 1 1 @ 1 0 13348964 +term_of_a_contract n 1 1 @ 1 0 15274863 +term_of_enlistment n 1 1 @ 1 0 15293590 +term_of_office n 1 2 @ ~ 1 1 15291498 +term_paper n 1 1 @ 1 0 06409937 +termagant n 1 2 @ ~ 1 0 10594147 +termer n 1 1 @ 1 0 10702167 +termes n 1 2 @ #m 1 0 02223151 +terminable_interest n 1 1 @ 1 0 13288206 +terminal n 4 4 @ ~ #p %p 4 2 04412901 04413151 08566028 04413419 +terminal_emulation n 1 2 @ ; 1 0 05666176 +terminal_figure n 1 2 @ ; 1 0 04413723 +terminal_leave n 1 1 @ 1 0 15140294 +terminal_point n 1 1 @ 1 0 15268857 +terminal_velocity n 1 1 @ 1 1 15284704 +termination n 5 3 @ ~ + 5 1 15268682 08566554 07292694 06308765 00209943 +terminator n 1 1 @ 1 0 10074339 +terminology n 1 3 @ ~ + 1 1 06304059 +terminus n 5 5 @ ~ #p + ; 5 0 08566554 05981768 04413723 04413631 04412901 +terminus_a_quo n 1 1 @ 1 0 15266164 +terminus_ad_quem n 1 1 @ 1 0 15268857 +termite n 1 3 @ ~ #m 1 0 02223266 +termitidae n 1 3 @ #m %m 1 0 02223009 +terms n 2 2 @ ~ 2 2 13953936 13303315 +tern n 1 3 @ ~ #m 1 0 02043063 +ternary n 1 1 @ 1 0 13744044 +ternion n 1 1 @ 1 0 13744044 +terpene n 1 2 @ ~ 1 0 15068635 +terpsichore n 2 5 @ ~ + ; - 2 0 09567044 00428270 +terpsichorean n 1 2 @ ~ 1 0 09989502 +terra_alba n 3 3 @ #s - 3 0 14903942 14813560 14670639 +terra_cotta n 1 1 @ 1 0 04414101 +terra_firma n 1 3 @ ~ #p 1 1 09334396 +terra_incognita n 1 1 @ 1 0 08632096 +terra_sigillata n 1 1 @ 1 0 04414319 +terrace n 3 6 @ ~ #p %m + ; 3 1 03899768 09456207 08431721 +terraced_house n 1 3 @ #m ; 1 0 04413969 +terrain n 1 1 @ 1 1 08674563 +terrain_flight n 1 1 @ 1 0 00306318 +terrain_intelligence n 1 1 @ 1 0 00982536 +terramycin n 1 2 @ ; 1 0 03869389 +terrapene n 1 3 @ #m %m 1 0 01669068 +terrapene_ornata n 1 1 @ 1 0 01669372 +terrapin n 1 3 @ ~ #m 1 0 01667778 +terrarium n 1 1 @ 1 0 04414199 +terre_adelie n 1 2 @ #p 1 0 08494782 +terreplein n 1 1 @ 1 0 08662427 +terrestrial_dynamical_time n 1 2 @ ; 1 0 15156746 +terrestrial_guidance n 1 1 @ 1 0 00817191 +terrestrial_planet n 1 2 @ ~ 1 0 09456369 +terrestrial_time n 1 2 @ ; 1 0 15156746 +terribleness n 1 3 @ ~ + 1 0 04782116 +terrier n 1 2 @ ~ 1 1 02092468 +terrietia n 1 2 @ #m 1 0 12199564 +terrietia_trifoliolata n 1 1 @ 1 0 12199790 +terrine n 1 1 @ 1 0 07880213 +territorial n 2 5 @ ~ #m #p ; 2 0 10702307 08391206 +territorial_army n 1 3 @ %m %p 1 0 08391953 +territorial_division n 1 2 @ ~ 1 0 08491826 +territorial_dominion n 1 2 @ ~ 1 0 08552138 +territorial_reserve n 1 4 @ ~ #p ; 1 0 08391206 +territorial_waters n 1 4 ! @ ~ #p 1 0 09456614 +territorialisation n 1 2 @ + 1 0 01016973 +territoriality n 1 2 @ + 1 0 01221464 +territorialization n 1 2 @ + 1 0 01016973 +territory n 3 3 @ ~ + 3 2 08552138 05999134 08493064 +terror n 4 3 @ ~ + 4 2 07520612 10702615 10702483 00759500 +terrorisation n 2 3 @ + ; 2 0 01222666 00765193 +terrorism n 1 4 @ ~ + - 1 0 00759694 +terrorist n 1 5 @ ~ #m + ; 1 1 10702781 +terrorist_act n 1 3 @ ~ - 1 0 00759694 +terrorist_attack n 1 2 @ ~ 1 0 01246697 +terrorist_cell n 1 4 @ ~ %m ; 1 0 08358963 +terrorist_group n 1 3 @ ~ ; 1 0 08392137 +terrorist_organization n 1 3 @ ~ ; 1 0 08392137 +terrorization n 2 3 @ + ; 2 0 01222666 00765193 +terry n 2 1 @ 2 0 11336544 04414476 +terry_cloth n 1 1 @ 1 0 04414476 +terry_towel n 1 1 @ 1 0 04499446 +terrycloth n 1 1 @ 1 1 04414476 +terseness n 1 4 ! @ ~ + 1 0 07088438 +tertiary n 1 3 @ #p %p 1 0 15125097 +tertiary_period n 1 3 @ #p %p 1 0 15125097 +tertiary_syphilis n 1 1 @ 1 0 14134623 +tertigravida n 1 1 @ 1 0 10703221 +tertium_quid n 1 1 @ 1 0 13858481 +tertry n 1 2 @ ; 1 0 01296946 +tertullian n 1 1 @ 1 0 11336668 +terylene n 1 2 @ ; 1 0 03158414 +terza_rima n 1 1 @ 1 0 06381761 +terzetto n 1 1 @ 1 0 13744044 +tesla n 2 2 @ %p 2 0 13639009 11336850 +tesla_coil n 1 1 @ 1 0 04414675 +tessella n 1 2 @ + 1 0 04414821 +tessellation n 2 2 @ + 2 0 01052078 00263164 +tessera n 1 4 @ ~ #p + 1 0 04414909 +tesseract n 1 1 @ 1 0 13916927 +tessin n 1 2 @ #p 1 0 08801546 +test n 6 3 @ ~ + 6 5 05799212 01006675 07197021 00794367 00791078 01904699 +test-cross n 1 1 @ 1 0 00851316 +test-tube_baby n 1 1 @ 1 0 10704238 +test_ban n 1 1 @ 1 0 07255628 +test_bed n 1 1 @ 1 0 04415078 +test_case n 1 2 @ ; 1 0 01198588 +test_copy n 1 3 @ ~ ; 1 0 06590885 +test_drive n 1 2 @ + 1 0 05800387 +test_driver n 1 2 @ + 1 0 10703553 +test_equipment n 1 1 @ 1 0 04415257 +test_instrument_vehicle n 1 2 @ ~ 1 0 04415663 +test_match n 1 1 @ 1 0 07471126 +test_paper n 2 1 @ 2 0 07199328 04415460 +test_period n 1 2 @ ~ 1 0 15115926 +test_pilot n 1 1 @ 1 0 10704098 +test_range n 1 1 @ 1 0 04415578 +test_rocket n 1 2 @ ~ 1 0 04415663 +test_room n 1 1 @ 1 0 04415815 +test_suit n 1 2 @ ; 1 1 01198588 +test_tube n 1 1 @ 1 1 04415921 +testa n 1 3 @ #p + 1 0 11682349 +testacea n 1 3 @ #m %m 1 0 01393873 +testacean n 1 2 @ #m 1 0 01394040 +testament n 4 6 @ ~ #p %p + ; 4 2 05800272 06544142 06648590 06453723 +testamentary_trust n 1 1 @ 1 0 13363217 +testate n 1 3 @ ~ + 1 0 10703336 +testator n 1 2 @ ~ 1 0 10703336 +testatrix n 1 1 @ 1 0 10703480 +testcross n 1 1 @ 1 0 00851316 +testee n 1 3 @ ~ + 1 0 10703692 +tester n 2 2 @ + 2 0 10068234 04415354 +testicle n 1 5 @ ~ #p %p + 1 1 05524615 +testicular_artery n 1 2 @ #p 1 0 05355527 +testicular_cancer n 1 1 @ 1 0 14252184 +testicular_vein n 1 2 @ #p 1 0 05382729 +testiere n 1 1 @ 1 0 03005619 +testifier n 1 2 @ + 1 0 10703905 +testimonial n 3 3 @ ~ + 3 2 06648207 06697195 06694540 +testimonial_immunity n 1 2 @ ~ 1 0 00215013 +testimony n 3 4 @ ~ + ; 3 3 06734467 06732710 06648207 +testiness n 1 2 @ + 1 0 07553016 +testing n 3 3 @ ~ + 3 3 00639975 00644702 00636461 +testing_ground n 1 1 @ 1 0 08662570 +testing_room n 1 1 @ 1 1 04415815 +testis n 1 4 @ ~ #p %p 1 0 05524615 +testosterone n 1 1 @ 1 0 14748577 +testudinata n 1 3 @ #m %m 1 0 01662274 +testudines n 1 3 @ #m %m 1 0 01662274 +testudinidae n 1 3 @ #m %m 1 0 01669883 +testudo n 2 3 @ #m %m 2 0 04416005 01670378 +testudo_graeca n 1 2 @ #m 1 0 01670535 +tet n 1 2 @ #p 1 0 15183266 +tetanilla n 1 1 @ 1 0 14310504 +tetanus n 2 1 @ 2 0 14185803 00370127 +tetanus_antitoxin n 1 1 @ 1 0 15028378 +tetanus_immune_globulin n 1 1 @ 1 0 15032071 +tetanus_immunoglobulin n 1 1 @ 1 0 15032071 +tetany n 1 1 @ 1 0 14310504 +tetartanopia n 1 1 @ 1 0 14154832 +tetchiness n 1 2 @ + 1 0 07553016 +tete-a-tete n 2 3 @ ~ + 2 0 07142107 03693474 +teth n 1 2 @ #m 1 0 06837572 +tether n 1 2 @ + 1 0 03652932 +tetherball n 1 1 @ 1 0 00464277 +tethyidae n 1 3 @ #m %m 1 0 01950952 +tethys n 2 4 @ #m %m ; 2 0 09577467 01951107 +teton n 1 2 @ ~ 1 0 09669631 +teton_dakota n 1 2 @ ~ 1 0 09669631 +teton_range n 1 3 @ #p %p 1 0 09456860 +teton_sioux n 1 2 @ ~ 1 0 09669631 +tetra n 1 2 @ #m 1 0 02583890 +tetrabasic_acid n 1 1 @ 1 0 14611679 +tetrabromo-phenolsulfonephthalein n 1 1 @ 1 0 14986719 +tetracaine n 1 1 @ 1 0 04416201 +tetrachlorethylene n 1 1 @ 1 0 04416338 +tetrachloride n 1 2 @ ~ 1 0 15068754 +tetrachloroethylene n 1 1 @ 1 0 04416338 +tetrachloromethane n 1 1 @ 1 0 14798039 +tetrachoric_correlation n 1 2 @ ; 1 0 06035918 +tetrachoric_correlation_coefficient n 1 2 @ ; 1 0 06035918 +tetraclinis n 1 2 @ #m 1 0 11642912 +tetraclinis_articulata n 1 2 @ %s 1 0 11643022 +tetracycline n 1 2 @ ~ 1 0 04416530 +tetrad n 1 1 @ 1 0 13744304 +tetradecanoic_acid n 1 1 @ 1 0 14958102 +tetraethyl_lead n 1 1 @ 1 0 14600357 +tetrafluoroethylene n 1 1 @ 1 0 15068891 +tetragon n 1 3 @ ~ + 1 0 13879126 +tetragonia n 1 3 @ #m %m 1 0 11822167 +tetragonia_expansa n 1 2 @ #m 1 0 11822300 +tetragonia_tetragonioides n 1 2 @ #m 1 0 11822300 +tetragoniaceae n 1 3 @ #m %m 1 0 11818945 +tetragonurus n 1 3 @ #m %m 1 0 02634717 +tetragram n 1 2 @ ~ 1 0 06360850 +tetragrammaton n 1 1 @ 1 0 06360996 +tetrahalide n 1 1 @ 1 0 15069046 +tetrahedron n 1 1 @ 1 0 13915113 +tetrahydrocannabinol n 1 1 @ 1 0 04416785 +tetrahymena n 1 2 @ #m 1 0 01396322 +tetraiodothyronine n 1 1 @ 1 0 05413647 +tetralogy n 1 1 @ 1 0 06622252 +tetralogy_of_fallot n 1 2 @ %p 1 0 14469766 +tetrameter n 1 2 @ + 1 0 07096029 +tetramethyldiarsine n 1 1 @ 1 0 14788875 +tetraneuris n 1 3 @ #m %m 1 0 12025019 +tetraneuris_acaulis n 1 2 @ #m 1 0 12025220 +tetraneuris_grandiflora n 1 2 @ #m 1 0 12025507 +tetranychid n 1 3 @ ~ #m 1 0 01782209 +tetranychidae n 1 3 @ #m %m 1 0 01782050 +tetrao n 1 3 @ #m %m 1 0 01796870 +tetrao_urogallus n 1 2 @ #m 1 0 01797020 +tetraodontidae n 1 3 @ #m %m 1 0 02654890 +tetraonidae n 1 3 @ #m %m 1 0 01794813 +tetrapod n 1 2 @ ~ 1 0 02156732 +tetrapturus n 1 3 @ #m %m 1 0 02631899 +tetrasaccharide n 1 2 @ ~ 1 0 15069161 +tetraskele n 1 2 @ ~ 1 0 04416901 +tetraskelion n 1 2 @ ~ 1 0 04416901 +tetrasodium_pyrophosphate n 1 1 @ 1 1 15046077 +tetrasporangium n 1 1 @ 1 0 13093275 +tetraspore n 1 1 @ 1 0 11549779 +tetrazzini n 1 2 @ ~ 1 0 07864638 +tetri n 1 2 @ #p 1 0 13700766 +tetrode n 1 1 @ 1 0 04417086 +tetrodotoxin n 1 2 @ #s 1 0 15069338 +tetrose n 1 1 @ 1 0 14689940 +tetroxide n 1 1 @ 1 0 15069472 +tetryl n 1 1 @ 1 0 15069584 +tetterwort n 1 2 @ #m 1 0 11908077 +tettigoniid n 1 3 @ ~ #m 1 0 02227966 +tettigoniidae n 1 3 @ #m %m 1 0 02227773 +teucrium n 1 3 @ #m %m 1 0 12869248 +teucrium_canadense n 1 1 @ 1 0 12869668 +teucrium_chamaedrys n 1 1 @ 1 0 12869874 +teucrium_marum n 1 1 @ 1 0 12870048 +teucrium_scorodonia n 1 1 @ 1 0 12870225 +teutoburger_wald n 1 2 @ ; 1 0 01297095 +teuton n 2 4 @ ~ ; - 2 0 09747969 09689152 +teutonic_deity n 1 3 @ ~ ; 1 0 09585434 +teutonist n 1 1 @ 1 0 10704516 +tevere n 1 1 @ 1 0 09457851 +tevet n 1 3 @ #p %p 1 0 15215068 +tewkesbury n 1 2 @ ; 1 0 01297291 +texan n 1 2 @ + 1 1 09745834 +texarkana n 2 2 @ #p 2 0 09146451 09060615 +texas n 1 5 @ #m #p %p + 1 1 09141526 +texas_armadillo n 1 2 @ #m 1 0 02454794 +texas_bluebonnet n 2 1 @ 2 0 12547503 12547215 +texas_chachalaca n 1 2 @ #m 1 0 01800633 +texas_fever n 1 1 @ 1 0 14276081 +texas_horned_lizard n 1 1 @ 1 0 01682172 +texas_independence_day n 1 2 @ #p 1 0 15187800 +texas_leaguer n 1 2 @ ; 1 0 00150228 +texas_longhorn n 1 1 @ 1 0 02404432 +texas_millet n 1 1 @ 1 0 12127768 +texas_purple_spike n 1 2 @ #m 1 0 12069217 +texas_ranger n 1 1 @ 1 0 10704712 +texas_snowbell n 1 1 @ 1 0 12777892 +texas_snowbells n 1 1 @ 1 0 12777892 +texas_star n 2 2 @ #m 2 0 12298637 11992479 +texas_storksbill n 1 1 @ 1 0 12689491 +texas_toad n 1 1 @ 1 0 01647303 +texas_tortoise n 1 2 @ #m 1 0 01671705 +text n 4 5 @ ~ #p %p + 4 1 06387980 07172557 06414372 06388579 +text-matching n 1 1 @ 1 0 06581068 +text_edition n 1 3 ! @ ~ 1 0 06414372 +text_editor n 2 2 @ ; 2 0 09964659 06576727 +text_file n 1 3 @ ~ ; 1 0 06510977 +textbook n 1 2 @ ~ 1 0 06414372 +textile n 1 4 @ ~ %s %p 1 1 03309808 +textile_machine n 1 2 @ ~ 1 0 04417180 +textile_mill n 1 2 @ ~ 1 0 04417361 +textile_screw_pine n 1 1 @ 1 0 12155009 +textual_criticism n 1 2 @ ~ 1 0 06375008 +textual_matter n 1 4 @ ~ #p %p 1 0 06387980 +texture n 5 4 @ ~ = ; 5 3 04946877 05849667 04984007 04950537 04934220 +th n 2 3 @ ~ #s 2 0 15164354 14658109 +thackeray n 1 1 @ 1 0 11337202 +thaddaeus n 1 2 @ ; 1 0 11094055 +thaddeus_kosciusko n 1 1 @ 1 0 11109728 +thai n 2 3 @ #m + 2 0 09734294 06936149 +thai_monetary_unit n 1 2 @ ~ 1 0 13663694 +thailand n 1 6 @ #m #p %m %p - 1 1 09036452 +thalamostriate_vein n 1 2 @ ~ 1 0 05382855 +thalamus n 1 3 @ #p %p 1 0 05499172 +thalarctos n 1 3 @ #m %m 1 0 02133902 +thalarctos_maritimus n 1 2 @ #m 1 0 02134084 +thalassaemia n 1 2 @ ~ 1 0 14195715 +thalassaemia_major n 1 1 @ 1 0 14195939 +thalassemia n 1 2 @ ~ 1 0 14195715 +thalassemia_major n 1 1 @ 1 0 14195939 +thalassoma n 1 3 @ #m %m 1 0 02609169 +thalassoma_bifasciatum n 1 2 @ #m 1 0 02609302 +thales n 1 1 @ 1 0 11337331 +thales_of_miletus n 1 1 @ 1 0 11337331 +thalia n 2 2 @ ; 2 0 09567180 09495849 +thaliacea n 1 3 @ #m %m 1 0 01469222 +thalictrum n 1 3 @ #m %m 1 0 11738378 +thalidomide n 1 1 @ 1 0 04417467 +thalidone n 1 1 @ 1 0 03023623 +thallium n 1 2 @ #s 1 0 14657818 +thallophyta n 1 2 @ #m 1 0 11531457 +thallophyte n 1 2 @ + 1 0 11531701 +thallus n 1 2 @ ~ 1 0 11532017 +thalmencephalon n 1 3 @ #p %p 1 0 05496990 +thalweg n 2 1 @ 2 0 13912686 06801865 +thames n 1 2 @ #p 1 0 09457020 +thames_river n 1 2 @ #p 1 0 09457020 +thammuz n 1 2 @ #p 1 0 15216386 +thamnophilus n 1 3 @ #m %m 1 0 01553620 +thamnophis n 1 3 @ #m %m 1 1 01735062 +thamnophis_proximus n 1 1 @ 1 0 01735728 +thamnophis_sauritus n 1 1 @ 1 0 01735577 +thamnophis_sirtalis n 1 1 @ 1 0 01735439 +thanatology n 1 1 @ 1 0 06153698 +thanatophobia n 1 1 @ 1 0 14384602 +thanatopsis n 1 1 @ 1 0 06410283 +thanatos n 2 2 @ ; 2 0 09555514 09180967 +thane n 2 3 @ + ; 2 0 10705100 10704886 +thaneship n 1 2 @ + 1 0 00604910 +thank_offering n 1 1 @ 1 0 13273050 +thank_you n 1 1 @ 1 1 07229245 +thankfulness n 1 2 @ + 1 1 07504529 +thankless_wretch n 1 1 @ 1 0 10206763 +thanks n 2 2 @ ~ 2 2 07228971 01208797 +thanksgiving n 2 2 @ #p 2 1 15201116 07190039 +thanksgiving_cactus n 1 2 @ #m 1 0 11854479 +thanksgiving_day n 1 2 @ #p 1 0 15201116 +thar_desert n 1 2 @ #p 1 0 09173417 +tharp n 1 1 @ 1 0 11337629 +thatch n 4 2 @ + 4 1 05261310 15069712 11334003 04417672 +thatch_palm n 1 2 @ #m 1 0 12597798 +thatch_tree n 1 2 @ #m 1 0 12597798 +thatched_roof n 1 1 @ 1 0 04417672 +thatcher n 2 2 @ + 2 0 11337779 10705211 +thatcherism n 1 2 @ ; 1 0 05987522 +thatcherite n 1 2 @ ; 1 0 10705345 +thaumatolatry n 1 1 @ 1 0 01045520 +thaumaturge n 1 2 @ ~ 1 0 10625860 +thaumaturgist n 1 2 @ ~ 1 0 10625860 +thaumaturgy n 2 2 @ ~ 2 0 05967977 00099951 +thaw n 3 2 @ + 3 2 13566535 11482140 07443539 +thawing n 2 2 @ + 2 1 13566535 11482140 +thb n 1 1 @ 1 0 06699926 +thc n 1 1 @ 1 0 04416785 +thd n 1 1 @ 1 0 06704482 +the_absurd n 1 1 @ 1 0 13928191 +the_admirable_crichton n 1 1 @ 1 0 10915025 +the_alps n 1 3 @ #p %p 1 0 09194357 +the_boot n 1 1 @ 1 0 02873363 +the_city n 2 2 @ #p 2 0 08874273 08073355 +the_devil n 1 1 @ 1 0 00624147 +the_flood n 1 2 @ ; 1 0 11455386 +the_gambia n 1 4 @ #p %m %p 1 0 08945821 +the_great_calamity n 1 1 @ 1 0 07315965 +the_great_charter n 1 2 @ ; 1 0 06477003 +the_great_compromiser n 1 1 @ 1 0 10899951 +the_great_hunger n 1 1 @ 1 0 07315965 +the_great_starvation n 1 1 @ 1 0 07315965 +the_great_unwashed n 1 2 @ ~ 1 0 08180190 +the_hague n 1 2 @ #p 1 0 08950407 +the_halt n 1 2 @ ; 1 0 07946516 +the_hill n 1 2 @ #p 1 0 09071349 +the_holy_see n 1 3 @ #p %p 1 0 09161090 +the_hots n 1 1 @ 1 0 07490138 +the_indies n 1 6 @ ~ #p %m %p - 1 1 08747054 +the_irish_famine n 1 1 @ 1 0 07315965 +the_like n 1 1 @ 1 1 05845888 +the_likes_of n 1 1 @ 1 0 05845888 +the_nazarene n 1 2 @ ~ 1 0 11083656 +the_netherlands n 1 5 @ #m #p %m %p 1 1 08949093 +the_pamirs n 1 2 @ #p 1 0 09384223 +the_pits n 1 1 @ 1 0 08582837 +the_shits n 1 2 @ ; 1 1 14372286 +the_skinny n 1 1 @ 1 0 06636113 +the_star-spangled_banner n 1 1 @ 1 0 07049291 +the_states n 1 7 @ ~ #m #p %m %p - 1 0 09044862 +the_street n 1 1 @ 1 0 08073468 +the_tempter n 1 2 @ ; 1 0 09543353 +the_three_estates n 1 4 @ ~ #p ; 1 0 08167365 +the_trots n 1 2 @ ; 1 0 14372286 +the_true n 1 2 @ = 1 0 13956488 +the_venerable_bede n 1 2 @ ; 1 0 10840769 +the_virgin n 1 1 @ 1 1 11161412 +the_way_of_the_world n 1 1 @ 1 0 01226289 +the_ways_of_the_world n 1 1 @ 1 0 01226289 +thea n 1 2 @ ; 1 0 09576164 +theaceae n 1 3 @ #m %m 1 0 12929061 +theanthropism n 2 2 @ ; 2 0 05767580 05767386 +theater n 3 7 @ ~ #p %p + ; - 3 2 04417809 07006119 08551628 +theater_company n 1 2 @ ~ 1 0 08187460 +theater_critic n 1 2 @ ~ 1 0 10030147 +theater_curtain n 1 3 @ ~ #p 1 0 04418357 +theater_director n 1 2 @ ~ 1 0 10015215 +theater_in_the_round n 1 1 @ 1 0 02736645 +theater_light n 1 3 @ ~ %m 1 0 04418644 +theater_of_operations n 1 4 @ #p %p ; 1 0 08551628 +theater_of_the_absurd n 1 1 @ 1 0 07009161 +theater_of_war n 1 2 @ %p 1 0 08551420 +theater_prompter n 1 1 @ 1 0 10482414 +theater_stage n 1 4 @ ~ #p %p 1 0 04418818 +theater_ticket n 1 1 @ 1 0 06519728 +theatergoer n 1 3 @ ~ #m 1 0 10440717 +theatre n 3 6 @ ~ #p %p ; - 3 2 04417809 07006119 08551628 +theatre_curtain n 1 3 @ ~ #p 1 0 04418357 +theatre_director n 1 2 @ ~ 1 0 10015215 +theatre_of_operations n 1 4 @ #p %p ; 1 0 08551628 +theatre_of_war n 1 2 @ %p 1 0 08551420 +theatre_stage n 1 4 @ ~ #p %p 1 0 04418818 +theatre_ticket n 1 1 @ 1 0 06519728 +theatregoer n 1 3 @ ~ #m 1 1 10440717 +theatrical n 1 3 @ ~ + 1 0 06893885 +theatrical_agent n 1 1 @ 1 0 09767592 +theatrical_performance n 1 2 @ ~ 1 0 06893885 +theatrical_poster n 1 2 @ %p 1 0 06793817 +theatrical_producer n 1 2 @ ~ 1 0 10705448 +theatrical_production n 1 2 @ ~ 1 0 07007171 +theatrical_role n 1 2 @ ~ 1 0 05929008 +theatrical_season n 1 1 @ 1 0 15241405 +theatricality n 1 2 @ + 1 0 04788693 +theban n 2 2 @ #m 2 0 09711978 09711870 +thebe n 1 2 @ #p 1 0 13696050 +thebes n 2 3 @ #p %m 2 0 08899776 08789076 +theca n 2 1 @ 2 0 13092722 01905321 +thecodont n 1 2 @ #m 1 0 01723883 +thecodont_reptile n 1 2 @ #m 1 0 01723883 +thecodontia n 1 3 @ #m %m 1 0 01723678 +theelin n 1 1 @ 1 0 14750782 +theft n 1 2 @ ~ 1 0 00780889 +theia n 1 2 @ ; 1 0 09576164 +theism n 1 4 ! @ ~ + 1 0 06223669 +theist n 1 3 @ ~ + 1 0 09848110 +thelarche n 1 1 @ 1 0 07325864 +thelephoraceae n 1 3 @ #m %m 1 0 13015040 +thelonious_monk n 1 1 @ 1 0 11185500 +thelonious_sphere_monk n 1 1 @ 1 0 11185500 +thelypteridaceae n 1 3 @ #m %m 1 0 13227235 +thelypteris n 1 3 @ #m %m 1 0 13227557 +thelypteris_dryopteris n 1 2 @ #m 1 0 13197274 +thelypteris_hexagonoptera n 1 1 @ 1 0 13230843 +thelypteris_palustris n 1 3 @ ~ #m 1 0 13227778 +thelypteris_palustris_pubescens n 1 1 @ 1 0 13228017 +thelypteris_phegopteris n 1 1 @ 1 0 13231078 +thelypteris_simulata n 1 2 @ #m 1 0 13230190 +thematic_apperception_test n 1 1 @ 1 0 01008097 +thematic_vowel n 1 1 @ 1 0 07114284 +theme n 5 4 @ ~ + ; 5 2 06599788 05920272 07029247 06409752 06300193 +theme_park n 1 1 @ 1 0 08662914 +theme_song n 2 1 @ 2 0 07029088 07028964 +themis n 1 2 @ ; 1 0 09577004 +themistocles n 1 1 @ 1 0 11337999 +then n 1 1 @ 1 1 15296354 +thenar n 2 4 @ #p %p + 2 0 05565937 05565696 +theobid n 1 2 @ ; 1 0 04419315 +theobroma n 1 3 @ #m %m 1 0 12201456 +theobroma_cacao n 1 3 @ ~ #m 1 0 12201580 +theocracy n 2 3 @ ~ + 2 0 08363428 06221224 +theodicy n 1 1 @ 1 0 06183745 +theodolite n 1 3 @ ~ %p 1 0 04419073 +theodor_mommsen n 1 1 @ 1 0 11185044 +theodor_schwann n 1 1 @ 1 0 11287734 +theodor_seuss_geisel n 1 1 @ 1 0 10993636 +theodore_dreiser n 1 1 @ 1 0 10943115 +theodore_dwight_weld n 1 1 @ 1 0 11380655 +theodore_francis_powys n 1 1 @ 1 0 11245744 +theodore_harold_white n 1 1 @ 1 0 11384022 +theodore_herman_albert_dreiser n 1 1 @ 1 0 10943115 +theodore_roosevelt n 1 1 @ 1 0 11269697 +theodore_roosevelt_memorial_national_park n 1 2 @ #p 1 0 08609278 +theodore_samuel_williams n 1 1 @ 1 0 11389901 +theodosius n 1 1 @ 1 0 11338172 +theodosius_i n 1 1 @ 1 0 11338172 +theodosius_the_great n 1 1 @ 1 0 11338172 +theogony n 1 1 @ 1 0 06248863 +theologian n 1 2 @ ~ 1 1 10705615 +theological_doctrine n 1 2 @ ~ 1 0 06186301 +theological_system n 1 4 @ ~ ; - 1 0 06183899 +theological_virtue n 1 2 @ ~ 1 0 04847991 +theologiser n 1 3 @ ~ + 1 0 10705615 +theologist n 1 3 @ ~ + 1 0 10705615 +theologizer n 1 3 @ ~ + 1 0 10705615 +theology n 3 5 @ ~ + ; - 3 3 06182144 06183899 00613973 +theophany n 1 1 @ 1 0 07323682 +theophrastaceae n 1 3 @ #m %m 1 0 12099556 +theophrastus n 1 1 @ 1 0 11338484 +theophrastus_philippus_aureolus_bombastus_von_hohenheim n 1 1 @ 1 0 11222054 +theophylline n 1 1 @ 1 0 04419315 +theorem n 2 2 @ ~ 2 1 06752293 05918267 +theoretical_account n 1 2 @ ~ 1 0 05890249 +theoretician n 1 3 @ + ; 1 0 10706812 +theorisation n 1 3 @ ~ + 1 0 05779371 +theoriser n 1 3 @ + ; 1 0 10706812 +theorist n 1 3 @ + ; 1 1 10706812 +theorization n 1 3 @ ~ + 1 0 05779371 +theorizer n 1 3 @ + ; 1 0 10706812 +theory n 3 5 @ ~ #p %p + 3 3 05989479 05888929 05952979 +theory_of_dissociation n 1 2 @ ; 1 0 06108850 +theory_of_electrolytic_dissociation n 1 2 @ ; 1 0 06108850 +theory_of_evolution n 1 3 @ ~ ; 1 0 06109227 +theory_of_games n 1 3 @ ; - 1 0 06150222 +theory_of_gravitation n 1 3 @ %p ; 1 0 05990089 +theory_of_gravity n 1 3 @ %p ; 1 0 05990089 +theory_of_indicators n 1 2 @ ; 1 0 06109487 +theory_of_inheritance n 1 3 @ ~ ; 1 0 06109771 +theory_of_organic_evolution n 1 3 @ ~ ; 1 0 06109227 +theory_of_preformation n 1 1 @ 1 0 05992949 +theory_of_probability n 1 3 @ %p ; 1 0 06037108 +theory_of_punctuated_equilibrium n 1 1 @ 1 0 06111003 +theory_of_relativity n 1 4 @ ~ ; - 1 0 06106502 +theosophism n 1 1 @ 1 0 05953804 +theosophist n 1 2 @ + 1 0 10707134 +theosophy n 1 3 @ ~ + 1 0 05953614 +theoterrorism n 1 2 @ ; 1 0 00765081 +therapeutic n 1 3 @ ~ #p 1 0 04074482 +therapeutic_abortion n 1 1 @ 1 0 00231412 +therapeutic_cloning n 1 1 @ 1 0 00639007 +therapeutic_rehabilitation n 1 1 @ 1 0 00400995 +therapeutics n 1 1 @ 1 0 06064345 +theraphosidae n 1 3 @ #m %m 1 0 01774595 +therapist n 1 3 @ ~ + 1 1 10707233 +therapsid n 1 3 @ ~ #m 1 0 01719914 +therapsida n 1 3 @ #m %m 1 0 01719645 +therapy n 1 4 @ ~ + ; 1 1 00661091 +theravada n 1 2 @ ~ 1 0 06241156 +theravada_buddhism n 1 2 @ ~ 1 0 06241156 +there n 1 2 ! @ 1 0 08489627 +theremin n 1 1 @ 1 0 04419642 +thereness n 2 2 ! @ 2 0 13958921 13958800 +theresa n 1 1 @ 1 0 11335878 +theridiid n 1 2 @ #m 1 0 01774097 +theridiidae n 1 3 @ #m %m 1 0 01773930 +therm n 1 2 @ %p 1 0 13727209 +thermal n 1 2 @ + 1 0 11518645 +thermal_barrier n 1 1 @ 1 0 05124792 +thermal_emission n 1 1 @ 1 1 13566928 +thermal_equilibrium n 1 1 @ 1 0 14004017 +thermal_pollution n 1 1 @ 1 0 14518671 +thermal_printer n 1 1 @ 1 0 04419868 +thermal_reactor n 1 2 ! @ 1 0 04420024 +thermal_resistor n 1 1 @ 1 0 04420206 +thermal_spring n 1 1 @ 1 0 09305898 +thermalgesia n 1 1 @ 1 0 14333058 +thermel n 1 1 @ 1 0 04421083 +thermic_fever n 1 1 @ 1 0 14204586 +thermidor n 1 2 @ #p 1 0 15177549 +thermion n 1 2 @ + 1 0 09457199 +thermionic_current n 1 1 @ 1 0 11518743 +thermionic_emission n 1 1 @ 1 0 13566928 +thermionic_tube n 1 4 @ ~ #p %p 1 0 04494204 +thermionic_vacuum_tube n 1 4 @ ~ #p %p 1 0 04494204 +thermionic_valve n 1 4 @ ~ #p %p 1 0 04494204 +thermionics n 1 1 @ 1 0 06115322 +thermistor n 1 1 @ 1 1 04420206 +thermoacidophile n 1 1 @ 1 0 01348388 +thermobaric_bomb n 1 1 @ 1 0 04420461 +thermobia n 1 3 @ #m %m 1 0 02270810 +thermobia_domestica n 1 2 @ #m 1 0 02270945 +thermocautery n 1 2 @ ~ 1 0 00697887 +thermochemistry n 1 1 @ 1 0 06110823 +thermocoagulation n 1 1 @ 1 0 13567063 +thermocouple n 1 1 @ 1 1 04420720 +thermocouple_junction n 1 1 @ 1 0 04420720 +thermodynamics n 1 4 @ ~ + - 1 1 06114578 +thermodynamics_of_equilibrium n 1 1 @ 1 1 06114849 +thermoelectric_thermometer n 1 1 @ 1 0 04421083 +thermoelectricity n 1 2 @ + 1 0 11514672 +thermogram n 1 1 @ 1 0 07006018 +thermograph n 2 1 @ 2 0 04421417 04421258 +thermography n 1 2 @ ~ 1 0 01006313 +thermogravimeter n 1 2 @ + 1 0 04421582 +thermogravimetry n 1 2 @ + 1 0 01116466 +thermohydrometer n 1 2 @ + 1 0 04421582 +thermojunction n 1 1 @ 1 0 04421740 +thermometer n 1 4 @ ~ %p + 1 1 04421872 +thermometrograph n 1 1 @ 1 0 04421258 +thermometry n 1 2 @ + 1 1 01116360 +thermonuclear_bomb n 1 1 @ 1 0 03553248 +thermonuclear_reaction n 1 2 @ ~ 1 0 13567177 +thermonuclear_reactor n 1 1 @ 1 0 04422409 +thermonuclear_warhead n 1 2 @ #p 1 0 02753881 +thermopile n 1 1 @ 1 1 04422566 +thermoplastic n 1 3 @ ~ + 1 0 14593344 +thermoplastic_resin n 1 2 @ ~ 1 0 14593344 +thermopsis n 1 3 @ #m %m 1 0 12573078 +thermopsis_macrophylla n 1 1 @ 1 0 12573474 +thermopsis_villosa n 1 1 @ 1 0 12573647 +thermopylae n 1 2 @ ; 1 0 01297484 +thermoreceptor n 1 1 @ 1 0 05300397 +thermoregulator n 1 4 @ ~ #p %p 1 0 04422875 +thermos n 1 1 @ 1 0 04422727 +thermos_bottle n 1 1 @ 1 0 04422727 +thermos_flask n 1 1 @ 1 0 04422727 +thermosetting_compositions n 1 1 @ 1 0 14596063 +thermosetting_resin n 1 1 @ 1 0 14596063 +thermosphere n 1 2 @ #p 1 0 09457367 +thermostat n 1 5 @ ~ #p %p + 1 1 04422875 +thermostatics n 1 1 @ 1 1 06114849 +thermotherapy n 1 1 @ 1 0 00707537 +thermotropism n 1 1 @ 1 0 00862595 +theropod n 1 3 @ ~ #m 1 0 01712008 +theropod_dinosaur n 1 3 @ ~ #m 1 0 01712008 +theropoda n 1 3 @ #m %m 1 0 01711662 +thesaurus n 1 2 @ ~ 1 0 06421016 +theseus n 1 2 @ ; 1 0 09593416 +thesis n 2 1 @ 2 1 06755454 06409085 +thespesia n 1 3 @ #m %m 1 0 12188120 +thespesia_populnea n 1 2 @ #m 1 0 12188635 +thespian n 1 3 @ ~ + 1 0 09765278 +thespis n 1 1 @ 1 0 11338667 +thessalia n 1 4 @ #p %p - 1 0 08789970 +thessalian n 1 1 @ 1 0 10707616 +thessalonian n 1 1 @ 1 0 10707707 +thessalonica n 1 2 @ #p 1 0 08789605 +thessaloniki n 1 2 @ #p 1 0 08789605 +thessaly n 1 4 @ #p %p - 1 0 08789970 +theta n 1 2 @ #m 1 0 06834885 +theta_rhythm n 1 1 @ 1 0 11518915 +theta_wave n 1 1 @ 1 0 11518915 +thetis n 1 2 @ ; 1 0 09550758 +theurgy n 2 2 @ #p 2 0 09504464 05979198 +thevetia n 1 3 @ #m %m 1 0 11776861 +thevetia_neriifolia n 1 2 @ #m 1 0 11777080 +thevetia_peruviana n 1 2 @ #m 1 0 11777080 +thiabendazole n 1 1 @ 1 0 04423174 +thiamin n 1 1 @ 1 1 15091129 +thiamine n 1 1 @ 1 0 15091129 +thiamine_pyrophosphate n 1 1 @ 1 0 14800138 +thiazide n 1 2 @ ~ 1 0 04423288 +thiazine n 1 2 @ ~ 1 0 14771088 +thibet n 1 5 @ #p %m %p - 1 0 08906952 +thick n 1 1 @ 1 1 08588699 +thick-billed_murre n 1 1 @ 1 0 02047517 +thick-footed_morel n 1 2 @ #m 1 0 13033879 +thick-knee n 1 2 @ #m 1 0 02040266 +thick_skin n 1 2 @ #p 1 0 02665413 +thickener n 1 2 @ + 1 0 15069820 +thickening n 3 2 @ + 3 0 15069820 13895986 00357906 +thicket n 1 2 @ ~ 1 1 08437515 +thickhead n 1 2 @ #m 1 0 01556514 +thickness n 4 5 ! @ ~ = + 4 1 05103072 07133143 05136662 04936403 +thief n 1 2 @ ~ 1 1 10707804 +thielavia n 1 3 @ #m %m 1 0 13027670 +thielavia_basicola n 1 2 @ #m 1 0 13027879 +thievery n 1 3 @ ~ + 1 0 00780889 +thieving n 1 3 @ ~ + 1 1 00780889 +thievishness n 1 2 @ + 1 0 04875935 +thigh n 2 4 @ ~ #p %p 2 1 05562249 07648267 +thigh-slapper n 1 1 @ 1 0 06778925 +thigh_boot n 1 2 @ ~ 1 0 03521544 +thigh_pad n 1 1 @ 1 0 04423552 +thighbone n 1 3 @ #p %p 1 1 05573895 +thill n 1 1 @ 1 1 04423687 +thimble n 2 1 @ 2 0 13770829 04423845 +thimbleberry n 3 2 @ %p 3 0 12657509 12657082 12656685 +thimbleful n 1 1 @ 1 0 13770829 +thimblerig n 1 1 @ 1 0 00780731 +thimbleweed n 1 2 @ ~ 1 0 11725623 +thimerosal n 1 1 @ 1 0 04424003 +thin-leaved_bilberry n 1 1 @ 1 0 12248359 +thin-leaved_stringybark n 1 1 @ 1 0 12337246 +thin-shelled_mussel n 1 2 @ #m 1 0 01965252 +thin_air n 1 1 @ 1 0 14455847 +thin_person n 1 3 ! @ ~ 1 0 10708797 +thing n 12 2 @ ~ 12 10 13943968 00034479 05855004 04424218 07289831 05671325 06723908 04424418 04617289 05984182 07480356 00002452 +thing-in-itself n 1 1 @ 1 0 05813457 +thingamabob n 1 1 @ 1 0 03218545 +thingamajig n 1 1 @ 1 0 03218545 +thingmabob n 1 1 @ 1 0 03218545 +thingmajig n 1 1 @ 1 0 03218545 +things n 1 1 @ 1 1 13246332 +thingumabob n 1 1 @ 1 0 03218545 +thingumajig n 1 1 @ 1 0 03218545 +thingummy n 1 1 @ 1 0 03218545 +think n 1 3 @ + ; 1 0 05786372 +think_factory n 1 1 @ 1 1 08478702 +think_piece n 1 1 @ 1 0 06270129 +think_tank n 1 1 @ 1 0 08478702 +thinker n 2 3 @ ~ + 2 1 10708292 10708454 +thinking n 1 3 @ ~ + 1 1 05770926 +thinking_cap n 1 1 @ 1 0 14016275 +thinner n 1 2 @ + 1 0 14835333 +thinness n 5 4 ! @ ~ + 5 2 05103648 05001482 05136978 05114781 04936846 +thinning n 1 2 @ + 1 0 00363052 +thinning_shears n 1 2 @ ; 1 0 04424692 +thiobacillus n 1 3 @ ~ #m 1 0 01363121 +thiobacteria n 1 1 @ 1 0 01363288 +thiobacteriaceae n 1 3 @ #m %m 1 0 01362769 +thiocyanate n 1 1 @ 1 1 15070098 +thiocyanic_acid n 1 1 @ 1 0 15070234 +thiodiphenylamine n 1 2 @ ~ 1 0 14771643 +thioguanine n 1 1 @ 1 0 04424826 +thiopental n 1 1 @ 1 0 04424936 +thiopental_sodium n 1 1 @ 1 0 04424936 +thiopentobarbital_sodium n 1 1 @ 1 0 04424936 +thioridazine n 1 1 @ 1 0 04425262 +thiosulfil n 1 1 @ 1 0 04425445 +thiotepa n 1 1 @ 1 0 04425544 +thiothixene n 1 1 @ 1 0 04425656 +thiouracil n 1 1 @ 1 1 15069998 +third n 6 3 @ #m #p 6 3 13737190 00724168 13846900 06859504 04425977 04425804 +third-class_mail n 1 2 @ ~ 1 0 06275977 +third-degree_burn n 1 1 @ 1 0 14291435 +third-dimensionality n 1 2 @ ~ 1 1 05063564 +third-place_finish n 1 1 @ 1 0 07354628 +third-rater n 1 1 @ 1 0 10709256 +third_baron_rayleigh n 1 1 @ 1 0 11255211 +third_base n 2 2 @ #m 2 1 04425804 00724168 +third_baseman n 1 2 @ ; 1 0 10708976 +third_battle_of_ypres n 1 3 @ #p ; 1 0 01301080 +third_class n 2 2 @ ~ 2 0 06275977 04459243 +third_council_of_constantinople n 1 1 @ 1 0 08314501 +third_cranial_nerve n 1 1 @ 1 0 05478526 +third_crusade n 1 1 @ 1 0 00969421 +third_deck n 1 1 @ 1 0 03694098 +third_degree n 1 1 @ 1 0 07194811 +third_dimension n 1 1 @ 1 0 05138065 +third_epistel_of_john n 1 2 @ #p 1 0 06447582 +third_estate n 1 2 @ ; 1 0 08168117 +third_eye n 1 2 @ #p 1 0 05299927 +third_eyelid n 1 3 @ ~ #p 1 0 05314639 +third_gear n 1 2 @ #p 1 0 04425977 +third_house n 1 2 @ ~ 1 0 08375526 +third_lateran_council n 1 1 @ 1 0 08315860 +third_law_of_motion n 1 1 @ 1 0 05886266 +third_law_of_thermodynamics n 1 1 @ 1 0 05883296 +third_party n 2 1 @ 2 0 10709131 08264441 +third_person n 1 1 @ 1 1 06328022 +third_power n 1 1 @ 1 0 13731241 +third_rail n 1 1 @ 1 0 04426184 +third_reich n 1 1 @ 1 1 08170255 +third_sacker n 1 2 @ ; 1 1 10708976 +third_stomach n 1 2 @ #p 1 0 02399791 +third_tonsil n 1 2 @ #p 1 0 05529286 +third_trimester n 1 1 @ 1 0 15227261 +third_ventricle n 1 1 @ 1 0 05503009 +third_world n 1 1 @ 1 0 08168831 +thirst n 2 3 @ ~ + 2 2 14040660 04945254 +thirst_for_knowledge n 1 1 @ 1 0 05682798 +thirster n 1 1 @ 1 0 10270878 +thirstiness n 3 3 @ ~ + 3 0 14537250 14040660 04945254 +thirteen n 1 1 @ 1 1 13747199 +thirteenth n 1 1 @ 1 0 13848149 +thirties n 2 2 @ #p 2 1 15149038 15149180 +thirtieth n 1 1 @ 1 0 13848983 +thirty n 1 1 @ 1 1 13749407 +thirty-second n 1 1 @ 1 0 13738705 +thirty-second_note n 1 1 @ 1 0 06871675 +thirty-second_part n 1 1 @ 1 0 13738705 +thirty-something n 1 2 @ #p 1 0 15149038 +thirty_years'_war n 1 2 @ %p 1 0 01309109 +thistle n 1 3 @ ~ #m 1 0 11944196 +thistledown n 1 1 @ 1 0 11692792 +thlaspi n 1 3 @ #m %m 1 0 11898474 +thlaspi_arvense n 1 2 @ #m 1 0 11898775 +thm n 1 1 @ 1 0 06702358 +tho n 1 1 @ 1 0 06936070 +thole n 1 2 @ #p 1 0 03905730 +tholepin n 1 2 @ #p 1 0 03905730 +thomas n 5 1 @ 5 0 11339534 11339361 11339155 11339041 11338796 +thomas_a_becket n 1 2 @ ; 1 0 10840021 +thomas_a_kempis n 1 1 @ 1 0 10810818 +thomas_alva_edison n 1 1 @ 1 0 10949192 +thomas_aquinas n 1 2 @ ; 1 0 10820790 +thomas_augustus_watson n 1 1 @ 1 0 11376565 +thomas_babington_macaulay n 1 1 @ 1 0 11146914 +thomas_bayes n 1 1 @ 1 0 10838997 +thomas_bowdler n 1 1 @ 1 0 10859669 +thomas_bradley n 1 1 @ 1 0 10860999 +thomas_carew n 1 1 @ 1 0 10882436 +thomas_carlyle n 1 1 @ 1 0 10882706 +thomas_chippendale n 1 1 @ 1 0 10896046 +thomas_clayton_wolfe n 1 1 @ 1 0 11394491 +thomas_crawford n 1 1 @ 1 0 10914658 +thomas_de_quincey n 1 1 @ 1 0 10931167 +thomas_decker n 1 1 @ 1 0 10928140 +thomas_dekker n 1 1 @ 1 0 10928140 +thomas_edison n 1 1 @ 1 0 10949192 +thomas_edward_lawrence n 1 1 @ 1 0 11120834 +thomas_gainsborough n 1 1 @ 1 0 10987044 +thomas_gray n 1 1 @ 1 0 11012846 +thomas_hardy n 1 1 @ 1 0 11028675 +thomas_hart_benton n 2 1 @ 2 0 10845926 10845763 +thomas_hastings n 1 1 @ 1 0 11034307 +thomas_henry_huxley n 1 1 @ 1 0 11069534 +thomas_higginson n 1 1 @ 1 0 11049608 +thomas_hobbes n 1 1 @ 1 0 11052955 +thomas_hodgkin n 1 1 @ 1 0 11054034 +thomas_hopkins_gallaudet n 1 1 @ 1 0 10988059 +thomas_hunt_morgan n 1 1 @ 1 0 11190954 +thomas_huxley n 1 1 @ 1 0 11069534 +thomas_j._hanks n 1 1 @ 1 0 11028074 +thomas_j._jackson n 1 1 @ 1 0 11076079 +thomas_jackson n 1 1 @ 1 0 11076079 +thomas_jefferson n 1 1 @ 1 0 11081828 +thomas_jonathan_jackson n 1 1 @ 1 0 11076079 +thomas_kennerly_wolfe_jr. n 1 1 @ 1 0 11394657 +thomas_kid n 1 1 @ 1 0 11113489 +thomas_kyd n 1 1 @ 1 0 11113489 +thomas_lanier_williams n 1 1 @ 1 0 11389481 +thomas_malory n 1 1 @ 1 0 11152331 +thomas_malthus n 1 1 @ 1 0 11152856 +thomas_mann n 1 1 @ 1 0 11154023 +thomas_merton n 1 1 @ 1 0 11176797 +thomas_middleton n 1 1 @ 1 0 11178781 +thomas_moore n 1 1 @ 1 0 11189579 +thomas_more n 1 1 @ 1 0 11190183 +thomas_nast n 1 1 @ 1 0 11200949 +thomas_nelson_page n 1 1 @ 1 0 11219992 +thomas_paine n 1 1 @ 1 0 11220836 +thomas_pynchon n 1 1 @ 1 0 11249712 +thomas_reid n 1 1 @ 1 0 11257547 +thomas_robert_malthus n 1 1 @ 1 0 11152856 +thomas_stearns_eliot n 1 1 @ 1 0 10957072 +thomas_straussler n 1 1 @ 1 0 11320245 +thomas_sully n 1 1 @ 1 0 11325265 +thomas_sydenham n 1 1 @ 1 0 11327273 +thomas_tallis n 1 1 @ 1 0 11329808 +thomas_the_doubting_apostle n 1 1 @ 1 0 11338796 +thomas_wentworth_storrow_higginson n 1 1 @ 1 0 11049608 +thomas_willis n 1 1 @ 1 0 11390549 +thomas_wolfe n 2 1 @ 2 0 11394657 11394491 +thomas_woodrow_wilson n 1 1 @ 1 0 11390855 +thomas_wright_waller n 1 1 @ 1 0 11372242 +thomas_young n 1 1 @ 1 0 11403828 +thomism n 1 1 @ 1 0 06187350 +thomomys n 1 3 @ #m %m 1 0 02354470 +thomomys_bottae n 1 2 @ #m 1 0 02354621 +thomomys_talpoides n 1 2 @ #m 1 0 02354781 +thompson n 2 1 @ 2 0 11339905 11339669 +thompson_seedless n 1 1 @ 1 0 07760755 +thompson_submachine_gun n 1 1 @ 1 0 04450133 +thomsen's_disease n 1 1 @ 1 0 14545685 +thomson n 4 1 @ 4 0 11340824 11340642 11340411 11340146 +thomson's_gazelle n 1 2 @ #m 1 0 02423218 +thong n 5 2 @ #p 5 1 03643907 04426427 04426316 03464053 03364008 +thor n 1 2 @ ; 1 0 09583506 +thor_hyerdahl n 1 1 @ 1 0 11048586 +thoracentesis n 1 1 @ 1 0 00944296 +thoracic_actinomycosis n 1 1 @ 1 0 14259616 +thoracic_aorta n 1 2 @ #p 1 0 05336748 +thoracic_cavity n 1 3 @ #p %p 1 0 05553049 +thoracic_duct n 1 2 @ #p 1 0 05396690 +thoracic_medicine n 1 1 @ 1 0 06064683 +thoracic_nerve n 1 1 @ 1 0 05569979 +thoracic_outlet_syndrome n 1 1 @ 1 0 14310830 +thoracic_vein n 1 2 @ #p 1 0 05383467 +thoracic_vertebra n 1 2 @ #p 1 0 05589132 +thoracocentesis n 1 1 @ 1 0 00944296 +thoracoepigastric_vein n 1 1 @ 1 0 05383004 +thoracotomy n 1 1 @ 1 0 00698348 +thorax n 3 4 @ ~ #p %p 3 0 05553618 05552607 02665543 +thorazine n 1 2 @ ; 1 0 03023175 +thoreau n 1 2 @ + 1 1 11340992 +thorite n 1 2 @ %s 1 0 15070366 +thorium n 1 4 @ ~ #s + 1 0 14658109 +thorium-228 n 1 1 @ 1 0 14658422 +thorn n 3 3 @ ~ + 3 1 05831784 13089631 06840442 +thorn_apple n 1 3 @ ~ #m 1 0 12903367 +thornbill n 1 2 @ #m 1 0 01834540 +thorndike n 2 1 @ 2 0 11341267 11341137 +thorniness n 2 2 @ + 2 0 04949799 04643397 +thornton n 1 1 @ 1 0 11341374 +thornton_niven_wilder n 1 1 @ 1 0 11386692 +thornton_wilder n 1 1 @ 1 0 11386692 +thorny_amaranth n 1 2 @ #m 1 0 11824344 +thorny_skate n 1 2 @ #m 1 0 01501948 +thorough_bass n 1 1 @ 1 0 07032556 +thoroughbred n 3 2 @ ~ 3 0 10709358 02383231 01323599 +thoroughbred_race n 1 2 @ ~ 1 0 07463171 +thoroughbred_racing n 1 1 @ 1 0 00450230 +thoroughfare n 1 2 @ ~ 1 1 04426618 +thoroughness n 1 2 @ + 1 1 04672858 +thoroughwort n 1 2 @ #m 1 0 11968931 +thorpe n 1 1 @ 1 0 11341479 +thorshavn n 1 2 @ #p 1 0 08953029 +thorstein_bunde_veblen n 1 1 @ 1 0 11362022 +thorstein_veblen n 1 1 @ 1 0 11362022 +thortveitite n 1 2 @ %s 1 0 15070550 +thoth n 1 1 @ 1 0 09513744 +thou n 1 2 @ ~ 1 0 13750844 +thought n 4 3 @ ~ + 4 3 05833840 05770926 05954481 05945642 +thought-image n 1 1 @ 1 1 05928391 +thought-reader n 2 1 @ 2 0 10697879 10319580 +thought_process n 1 2 @ ~ 1 0 05770926 +thought_transference n 1 1 @ 1 0 07255998 +thoughtfulness n 4 6 ! @ ~ #p = + 4 0 05785508 04841358 04660536 01229793 +thoughtlessness n 2 4 ! @ ~ + 2 0 04845967 04661706 +thousand n 1 2 @ ~ 1 1 13750844 +thousand_and_one_nights n 1 2 @ - 1 0 07222230 +thousand_island_dressing n 1 1 @ 1 0 07835173 +thousandth n 2 1 @ 2 0 13849810 13739170 +thrace n 1 4 @ #p %m - 1 0 08915784 +thracian n 2 2 @ #m 2 0 09712090 06943221 +thraco-phrygian n 1 2 @ ~ 1 0 06943027 +thraldom n 1 3 @ ~ + 1 0 13997253 +thrall n 2 3 @ ~ + 2 0 13997253 10709435 +thralldom n 1 3 @ ~ + 1 0 13997253 +thrash n 1 3 @ #p + 1 0 00575083 +thrasher n 3 4 @ ~ #m + 3 0 04428191 01587834 01486010 +thrashing n 2 3 @ ~ + 2 0 07476623 01160729 +thraupidae n 1 3 @ #m %m 1 0 01597194 +thread n 4 4 @ ~ #p + 4 1 04426788 09409203 05773548 04154938 +thread-fish n 1 2 @ #m 1 0 02577952 +thread_blight n 1 1 @ 1 0 14219068 +thread_maker n 1 1 @ 1 0 10636340 +threader n 1 2 @ + 1 0 02861509 +threadfin n 1 3 @ ~ #m 1 0 02610980 +threadfish n 1 2 @ #m 1 0 02577952 +threadleaf_groundsel n 1 2 @ #m 1 0 12011838 +threads n 1 2 @ ; 1 0 04446162 +threadworm n 1 2 @ #m 1 0 01931520 +threat n 4 2 @ ~ 4 3 14543231 07226015 06733476 10702615 +threatened_abortion n 1 1 @ 1 0 00230824 +three n 2 1 @ 2 1 13744044 04480415 +three-bagger n 1 2 @ ~ 1 0 00132982 +three-banded_armadillo n 1 2 @ #m 1 0 02455135 +three-base_hit n 1 2 @ ~ 1 0 00132982 +three-card_monte n 1 1 @ 1 0 00493031 +three-centered_arch n 1 1 @ 1 0 04427216 +three-cornered_leek n 1 1 @ 1 0 12436090 +three-d n 2 1 @ 2 0 06618937 05939948 +three-day_event n 1 2 @ %p 1 0 07461050 +three-day_measles n 1 1 @ 1 0 14123259 +three-decker n 3 1 @ 3 0 07696839 04427473 04427376 +three-dimensional_figure n 1 2 @ ~ 1 1 13863473 +three-dimensional_radar n 1 1 @ 1 0 04427559 +three-dimensionality n 1 3 @ ~ + 1 1 05063564 +three-fourths n 1 1 @ 1 0 13737700 +three-hitter n 1 1 @ 1 0 00475403 +three-mile_limit n 1 1 @ 1 0 08663051 +three-piece_suit n 1 2 @ %p 1 0 04427715 +three-point_landing n 1 1 @ 1 0 00305707 +three-point_switch n 1 1 @ 1 0 04428008 +three-point_turn n 1 1 @ 1 0 01263418 +three-quarter_binding n 1 1 @ 1 0 04427857 +three-quarters n 1 1 @ 1 0 13737700 +three-ring_circus n 1 1 @ 1 0 00519941 +three-seeded_mercury n 1 2 @ #m 1 0 12922458 +three-spined_stickleback n 1 2 @ #m 1 0 01455317 +three-toed_sloth n 1 2 @ #m 1 0 02457408 +three-way_calling n 1 1 @ 1 0 06274760 +three-way_switch n 1 1 @ 1 0 04428008 +three-year-old_horse n 1 1 @ 1 0 02385461 +three_kings'_day n 1 2 @ #p 1 0 15194506 +three_year_old n 1 1 @ 1 0 02385461 +threepence n 1 2 @ ; 1 0 13391118 +threescore n 1 1 @ 1 0 08272774 +threesome n 2 2 @ ~ 2 0 13744044 07986066 +threnody n 1 2 @ ~ 1 0 07050619 +threonine n 1 1 @ 1 0 15070699 +thresher n 2 3 @ #m + 2 0 04428191 01486010 +thresher's_lung n 1 1 @ 1 0 14259865 +thresher_shark n 1 2 @ #m 1 0 01486010 +threshing n 1 2 @ + 1 1 00393161 +threshing_floor n 1 1 @ 1 0 04428382 +threshing_machine n 1 1 @ 1 0 04428191 +threshold n 5 4 @ ~ #p %p 5 4 15268993 05712426 03224032 03223686 13903738 +threshold_element n 1 1 @ 1 0 04428502 +threshold_function n 1 1 @ 1 0 13789281 +threshold_gate n 1 1 @ 1 0 04428502 +threshold_level n 1 1 @ 1 0 05100156 +threshold_operation n 1 2 @ ~ 1 0 13567344 +threskiornis n 1 3 @ #m %m 1 0 02006211 +threskiornis_aethiopica n 1 2 @ #m 1 0 02006364 +threskiornithidae n 1 3 @ #m %m 1 0 02005598 +thrift n 2 4 @ ~ #m + 2 0 12098827 04893525 +thrift_institution n 1 2 @ ~ 1 0 08422524 +thriftiness n 1 2 @ + 1 0 04893787 +thriftlessness n 1 2 @ + 1 0 04894964 +thriftshop n 1 1 @ 1 0 04428634 +thrill n 3 2 @ + 3 3 07528470 07520112 01261293 +thriller n 1 2 @ + 1 1 06370403 +thrinax n 1 3 @ #m %m 1 0 12597640 +thrinax_keyensis n 1 2 @ #m 1 0 12598027 +thrinax_microcarpa n 1 2 @ #m 1 0 12598027 +thrinax_morrisii n 1 2 @ #m 1 0 12598027 +thrinax_parviflora n 1 2 @ #m 1 0 12597798 +thrip n 1 3 @ ~ #m 1 0 02271897 +thripid n 1 3 @ ~ #m 1 0 02271897 +thripidae n 1 3 @ #m %m 1 0 02271740 +thrips n 1 3 @ ~ #m 1 0 02271897 +thrips_tobaci n 1 2 @ #m 1 0 02272552 +throat n 4 4 @ #p %p + 4 3 05547508 04428920 04428763 01514549 +throat_infection n 1 1 @ 1 0 14184986 +throat_protector n 1 1 @ 1 0 04429038 +throat_sweetbread n 1 1 @ 1 0 07652881 +throatwort n 1 1 @ 1 0 12039122 +throb n 2 2 @ + 2 0 14333334 07401726 +throbbing n 2 2 @ + 2 1 07401726 07396822 +throe n 2 1 @ 2 1 14324672 14477207 +throes n 1 1 @ 1 0 07495878 +thrombasthenia n 1 1 @ 1 0 14169717 +thrombectomy n 1 1 @ 1 0 00688098 +thrombin n 1 1 @ 1 0 14737249 +thrombocyte n 1 1 @ 1 0 15023959 +thrombocytopenia n 1 2 @ ~ 1 0 14198019 +thrombocytopenic_purpura n 1 1 @ 1 0 14565417 +thrombocytosis n 1 1 @ 1 0 14268221 +thromboembolism n 1 1 @ 1 0 14101935 +thrombokinase n 1 1 @ 1 0 15071035 +thrombolysis n 1 1 @ 1 0 13567515 +thrombolytic n 1 2 @ ~ 1 0 04429169 +thrombolytic_agent n 1 2 @ ~ 1 0 04429169 +thrombolytic_therapy n 1 1 @ 1 0 00707785 +thrombopenia n 1 2 @ ~ 1 0 14198019 +thrombophlebitis n 1 1 @ 1 0 14353862 +thromboplastin n 1 1 @ 1 0 15071035 +thrombosis n 1 3 @ ~ %p 1 1 14102075 +thrombus n 1 2 @ #p 1 1 14373246 +throne n 3 5 @ ~ #p %p + 3 1 04429376 04446521 00605023 +throng n 1 3 @ ~ + 1 1 08182716 +throstle n 2 2 @ #m 2 0 04429613 01558149 +throttle n 2 3 @ #p + 2 1 02670186 02670683 +throttle_valve n 1 2 @ #p 1 0 02670186 +throttlehold n 1 1 @ 1 0 05193781 +throttler n 1 2 @ + 1 0 10121246 +throttling n 1 2 @ + 1 0 00225786 +throughput n 1 2 @ ; 1 0 04429756 +throughway n 1 3 @ ~ %p 1 0 03306610 +throw n 5 4 @ ~ + ; 5 2 00104539 14485990 07351195 04429971 01245618 +throw-in n 1 2 @ ; 1 0 00107137 +throw-weight n 1 1 @ 1 0 05028562 +throw_pillow n 1 1 @ 1 0 04430364 +throw_rug n 1 1 @ 1 0 04144539 +throw_stick n 1 3 @ ~ ; 1 0 02871963 +throwaway n 3 3 @ ~ ; 3 0 10663137 07250339 07011689 +throwback n 2 1 @ 2 0 09819860 07343574 +thrower n 3 3 @ ~ + 3 0 10709745 10709529 10460806 +throwing_away n 1 2 @ ~ 1 0 00091234 +throwing_board n 1 1 @ 1 0 04430158 +throwing_stick n 2 3 @ ~ ; 2 0 04430158 02871963 +throwster n 1 1 @ 1 0 10709745 +thrum n 1 2 @ + 1 0 07397230 +thrush n 3 4 @ ~ #m ; 3 0 14182568 10709876 01557185 +thrush_nightingale n 1 2 @ #m 1 0 01560280 +thrust n 5 3 @ ~ + 5 3 11498203 01173965 00103834 06711404 00334935 +thrust_bearing n 1 1 @ 1 0 04430475 +thrust_fault n 1 1 @ 1 0 09457507 +thrust_stage n 1 1 @ 1 0 04430738 +thruster n 2 2 @ + 2 0 10495756 04430605 +thrusting n 1 2 @ + 1 0 00334935 +thruway n 1 3 @ ~ %p 1 1 03306610 +thryothorus n 1 3 @ #m %m 1 0 01585890 +thryothorus_ludovicianus n 1 2 @ #m 1 0 01586020 +thucydides n 1 1 @ 1 0 11341614 +thud n 1 2 @ + 1 1 07396945 +thug n 1 2 @ ~ 1 0 10184081 +thuggee n 1 1 @ 1 1 01250745 +thuggery n 1 1 @ 1 0 00775006 +thuja n 1 3 @ #m %m 1 0 11643684 +thuja_occidentalis n 1 2 @ #m 1 0 11644226 +thuja_orientalis n 1 2 @ #m 1 0 11644462 +thuja_plicata n 1 2 @ #m 1 0 11644046 +thujopsis n 1 3 @ #m %m 1 0 11644712 +thujopsis_dolobrata n 1 2 @ #m 1 0 11644872 +thule n 2 2 @ #p 2 0 08954443 08954269 +thulium n 1 2 @ #s 1 0 14658546 +thumb n 3 5 @ ~ #p %p + 3 1 05567217 04430896 03866721 +thumb_index n 1 1 @ 1 0 04431296 +thumbhole n 2 2 @ #p 2 0 04431158 04431025 +thumbnail n 1 2 @ #p 1 1 05584390 +thumbnut n 1 1 @ 1 0 04593185 +thumbprint n 1 1 @ 1 0 06644916 +thumbscrew n 2 1 @ 2 0 04431547 04431436 +thumbstall n 1 1 @ 1 0 04431648 +thumbtack n 1 2 @ + 1 0 04431745 +thump n 2 2 @ + 2 0 07396945 01175099 +thumping n 1 2 @ + 1 1 07396945 +thunbergia n 1 3 @ #m %m 1 0 12813024 +thunbergia_alata n 1 2 @ #m 1 0 12813189 +thunder n 3 4 @ ~ + ; 3 2 07377682 07397355 02837416 +thunder_bay n 1 2 @ #p 1 0 08828296 +thunder_lizard n 1 2 @ #m 1 0 01709484 +thunder_mug n 1 1 @ 1 0 03004275 +thunder_snake n 1 2 @ #m 1 0 01728572 +thunderbird n 1 2 @ ; 1 0 10709979 +thunderbolt n 2 1 @ 2 0 11519121 07298396 +thunderclap n 2 1 @ 2 0 07397552 07298396 +thundercloud n 1 1 @ 1 0 09261772 +thunderer n 2 2 @ + 2 0 09574350 04431925 +thunderhead n 1 1 @ 1 0 09457693 +thundershower n 1 1 @ 1 0 11501988 +thunderstorm n 1 1 @ 1 0 11519253 +thunk n 1 1 @ 1 0 07397641 +thunnus n 1 3 @ #m %m 1 0 02626590 +thunnus_alalunga n 1 2 @ %p 1 0 02627037 +thunnus_albacares n 1 2 @ #m 1 0 02627532 +thunnus_thynnus n 1 3 @ #m %p 1 0 02627292 +thurber n 1 1 @ 1 0 11341760 +thurible n 1 2 @ ; 1 0 02993368 +thurifer n 1 1 @ 1 0 10710171 +thuringia n 1 2 @ #p 1 0 08776320 +thursday n 1 1 @ 1 1 15164354 +thus n 1 2 @ + 1 0 14873951 +thwack n 1 2 @ + 1 1 00133567 +thwart n 1 2 @ #p 1 1 04432043 +thwarter n 1 3 @ ~ + 1 0 10349243 +thwarting n 1 2 @ + 1 0 00067990 +thylacine n 1 2 @ #m 1 0 01884476 +thylacinus n 1 3 @ #m %m 1 0 01884348 +thylacinus_cynocephalus n 1 2 @ #m 1 0 01884476 +thylogale n 1 3 @ #m %m 1 0 01879095 +thyme n 2 4 @ ~ #m #p 2 0 12870535 07821758 +thyme-leaved_sandwort n 1 1 @ 1 0 11806814 +thyme-leaved_speedwell n 1 1 @ 1 0 12892013 +thyme_camphor n 1 1 @ 1 0 15073563 +thymelaeaceae n 1 3 @ #m %m 1 0 12346179 +thymelaeales n 1 3 @ #m %m 1 0 12322887 +thymic_acid n 1 1 @ 1 0 15073563 +thymidine n 1 1 @ 1 0 15073424 +thymine n 1 2 @ #s 1 0 15072857 +thymol n 1 1 @ 1 0 15073563 +thymosin n 1 1 @ 1 0 05413102 +thymus n 2 4 @ #m #p %m 2 0 12870392 05332569 +thymus_gland n 1 2 @ #p 1 0 05332569 +thymus_serpyllum n 1 1 @ 1 0 12870891 +thymus_vulgaris n 1 2 @ %p 1 0 12870682 +thyreophora n 1 3 @ #m %m 1 0 01701334 +thyreophoran n 1 3 @ #m %m 1 0 01701334 +thyrocalcitonin n 1 1 @ 1 0 05413465 +thyroglobulin n 1 1 @ 1 1 14922779 +thyroid n 1 2 @ + 1 1 05330244 +thyroid-stimulating_hormone n 1 1 @ 1 1 15073973 +thyroid_cartilage n 1 2 @ #p 1 0 05530296 +thyroid_gland n 1 1 @ 1 1 05330244 +thyroid_hormone n 1 2 @ ~ 1 1 05413241 +thyroid_vein n 1 2 @ ~ 1 0 05383598 +thyroidectomy n 1 1 @ 1 0 00688220 +thyroiditis n 1 1 @ 1 0 14357160 +thyromegaly n 1 1 @ 1 0 14199477 +thyronine n 1 1 @ 1 1 15074456 +thyroprotein n 1 1 @ 1 0 14922637 +thyrotoxicosis n 1 3 @ ~ %p 1 0 14120767 +thyrotrophic_hormone n 1 1 @ 1 1 15073973 +thyrotrophin n 1 1 @ 1 1 15073973 +thyrotropic_hormone n 1 1 @ 1 0 15073973 +thyrotropin n 1 1 @ 1 0 15073973 +thyrotropin-releasing_factor n 1 1 @ 1 0 15074203 +thyrotropin-releasing_hormone n 1 1 @ 1 0 15074203 +thyroxin n 1 1 @ 1 0 05413647 +thyroxine n 1 1 @ 1 1 05413647 +thyrse n 1 1 @ 1 0 13132756 +thyrsopteris n 1 2 @ #m 1 0 13191884 +thyrsopteris_elegans n 1 2 @ #m 1 0 13191884 +thyrsus n 1 1 @ 1 0 13132756 +thysanocarpus n 1 3 @ #m %m 1 0 11899027 +thysanopter n 1 3 @ ~ #m 1 0 02271570 +thysanoptera n 1 3 @ #m %m 1 0 02271427 +thysanopteron n 1 3 @ ~ #m 1 0 02271570 +thysanopterous_insect n 1 3 @ ~ #m 1 0 02271570 +thysanura n 1 3 @ #m %m 1 0 02269829 +thysanuran_insect n 1 3 @ ~ #m 1 0 02270011 +thysanuron n 1 3 @ ~ #m 1 0 02270011 +thz n 1 1 @ 1 0 15280108 +ti n 3 4 @ #m #s ; 3 0 14659211 12478506 06869129 +tia n 1 1 @ 1 0 14166589 +tiamat n 1 2 @ ; 1 0 09522222 +tianjin n 1 2 @ #p 1 0 08728882 +tiara n 1 1 @ 1 0 04432203 +tiarella n 1 3 @ #m %m 1 0 12803517 +tiarella_cordifolia n 1 2 @ #m 1 0 12803754 +tiarella_unifoliata n 1 2 @ #m 1 0 12803958 +tib n 1 3 @ #p %p 1 0 13629482 +tiber n 1 1 @ 1 0 09457851 +tiberius n 1 1 @ 1 0 11341970 +tiberius_claudius_drusus_nero_germanicus n 1 1 @ 1 0 10899414 +tiberius_claudius_nero_caesar_augustus n 1 1 @ 1 0 11341970 +tibet n 1 6 @ #p %m %p + - 1 1 08906952 +tibetan n 2 1 @ 2 1 06933931 09734450 +tibetan_buddhism n 1 2 @ ; 1 0 06241825 +tibetan_mastiff n 1 1 @ 1 0 02108551 +tibetan_terrier n 1 1 @ 1 0 02097474 +tibeto-burman n 1 2 @ ~ 1 0 06931199 +tibeto-burman_language n 1 2 @ ~ 1 0 06931199 +tibia n 1 3 @ #p + 1 0 05594367 +tibia_valga n 1 2 @ #p 1 0 14559983 +tibia_vara n 1 1 @ 1 0 05561834 +tibial_vein n 1 2 @ #p 1 0 05384300 +tibialis n 1 3 @ ~ #p 1 0 05591256 +tibialis_anterior n 1 1 @ 1 0 05591503 +tibialis_anticus n 1 1 @ 1 1 05591503 +tibialis_muscle n 1 3 @ ~ #p 1 0 05591256 +tibialis_posterior n 1 1 @ 1 0 05591661 +tibialis_posticus n 1 1 @ 1 0 05591661 +tibicen n 1 3 @ #m %m 1 0 02256882 +tibit n 1 3 @ #p %p 1 0 13630036 +tibur n 1 2 @ #p 1 0 08808077 +tic n 1 1 @ 1 0 14361972 +tic-tac-toe n 1 1 @ 1 0 00506207 +tic_douloureux n 1 1 @ 1 0 14330588 +tical n 1 2 @ %p 1 0 13663820 +tichodroma n 1 3 @ #m %m 1 0 01590042 +tichodroma_muriaria n 1 2 @ #m 1 0 01590220 +tichodrome n 1 2 @ #m 1 0 01590220 +ticino n 1 2 @ #p 1 0 08801546 +tick n 4 4 @ ~ #m + 4 2 07397761 01776313 06818747 04432308 +tick-tack-toe n 1 1 @ 1 0 00506207 +tick-weed n 1 3 @ ~ #m 1 0 11956850 +tick_fever n 1 1 @ 1 0 14141656 +tick_trefoil n 1 3 @ ~ #m 1 0 12526516 +ticker n 3 5 @ ~ #p %p + 3 0 05388805 04555897 04432393 +ticker_tape n 1 1 @ 1 0 14976323 +ticket n 5 4 @ ~ + ; 5 1 06518719 07273136 06558678 06495948 04716703 +ticket-of-leave n 1 1 @ 1 0 06690928 +ticket_agent n 1 2 @ ; 1 0 09629477 +ticket_book n 1 1 @ 1 0 06414267 +ticket_booth n 1 2 @ #p 1 0 02885882 +ticket_collector n 1 1 @ 1 0 10710259 +ticket_holder n 1 1 @ 1 0 09629643 +ticket_line n 1 1 @ 1 0 08433245 +ticket_office n 1 2 @ #p 1 0 02885882 +ticket_stub n 1 2 @ ~ 1 0 06520429 +ticket_taker n 1 1 @ 1 0 10710259 +ticket_tout n 1 2 @ ; 1 0 10718509 +ticket_window n 1 1 @ 1 0 04432538 +ticking n 2 3 @ ~ + 2 0 07397761 04432662 +ticking_bomb n 1 1 @ 1 0 13944096 +tickle n 2 2 @ + 2 0 05723417 00144445 +tickler n 1 1 @ 1 0 06792818 +tickler_coil n 1 1 @ 1 0 04432785 +tickler_file n 1 1 @ 1 0 06792818 +tickling n 1 2 @ + 1 0 00144445 +tickseed n 1 3 @ ~ #m 1 0 11956850 +tickseed_sunflower n 1 1 @ 1 0 11940599 +ticktack n 1 2 @ ; 1 0 06792950 +ticktacktoe n 1 1 @ 1 0 00506207 +ticktacktoo n 1 1 @ 1 0 00506207 +ticktock n 1 2 @ + 1 0 07397955 +tickweed n 1 3 @ ~ #m 1 0 11956850 +ticonderoga n 1 3 @ #p ; 1 0 01279120 +tictac n 1 1 @ 1 0 07397955 +tidal_basin n 1 1 @ 1 0 09457979 +tidal_bore n 1 1 @ 1 0 07403920 +tidal_current n 1 3 @ ~ #p 1 0 07404114 +tidal_flow n 1 3 @ ~ #p 1 0 07404114 +tidal_river n 1 2 @ #p 1 0 09458079 +tidal_stream n 1 2 @ #p 1 0 09458079 +tidal_wave n 3 1 @ 3 0 07349069 07348870 07348694 +tidal_zone n 1 1 @ 1 0 08691188 +tidbit n 1 1 @ 1 1 07594737 +tiddler n 1 3 @ ~ %p 1 0 09917593 +tiddlywinks n 1 1 @ 1 0 00488051 +tide n 3 4 @ ~ %p + 3 2 07402519 07444495 15275727 +tide_rip n 1 1 @ 1 0 07404584 +tideland n 1 1 @ 1 0 09458269 +tidemark n 1 1 @ 1 0 04432942 +tidewater n 2 3 @ #p %p 2 2 09458372 09051898 +tidewater_region n 1 2 @ #p 1 0 09051898 +tidewater_river n 1 2 @ #p 1 0 09458079 +tidewater_stream n 1 2 @ #p 1 0 09458079 +tideway n 1 1 @ 1 0 09458494 +tidiness n 2 4 ! @ ~ + 2 0 14497233 04896515 +tidings n 1 2 @ ~ 1 1 06642138 +tidy n 1 1 @ 1 0 04433077 +tidy_sum n 1 2 @ ~ 1 0 13774404 +tidy_tips n 1 2 @ #m 1 0 11988596 +tidytips n 1 2 @ #m 1 0 11988596 +tie n 9 5 @ ~ #p + ; 9 5 03815615 13930385 13947174 04433377 03673971 07353716 06866124 04433585 04433185 +tie-in n 1 2 @ ~ 1 1 03673971 +tie-up n 2 2 @ + 2 0 13930385 07366145 +tie_beam n 1 1 @ 1 0 04433377 +tie_clip n 1 1 @ 1 0 04433800 +tie_rack n 1 1 @ 1 0 04434207 +tie_rod n 1 2 @ #p 1 0 04434531 +tie_tack n 1 1 @ 1 0 04434670 +tieback n 1 1 @ 1 0 04019881 +tiebreaker n 1 1 @ 1 0 15234469 +tien-pao n 1 2 @ #m 1 0 09533668 +tien_shan n 1 3 @ #p %p 1 0 09458587 +tientsin n 1 2 @ #p 1 0 08728882 +tiepin n 1 1 @ 1 0 04434670 +tiepolo n 1 1 @ 1 0 11342191 +tier n 5 3 @ ~ + 5 0 14428160 10710509 10710403 04434059 04433905 +tier_up n 1 1 @ 1 0 10710403 +tierce n 3 1 @ 3 0 15229875 13744044 13737190 +tiercel n 1 1 @ 1 0 01606177 +tiered_seat n 1 3 @ ~ #p 1 0 04434285 +tierra_del_fuego n 1 2 @ #p 1 0 08722394 +tietze's_syndrome n 1 1 @ 1 0 14310987 +tiff n 1 1 @ 1 0 07184735 +tiffany n 1 1 @ 1 0 11342301 +tiffany_glass n 1 1 @ 1 0 14882935 +tiffin n 1 2 @ ~ 1 0 07575076 +tiflis n 1 2 @ #p 1 0 09019194 +tiger n 2 3 @ ~ #m 2 2 10710632 02129604 +tiger_beetle n 1 2 @ #m 1 0 02165105 +tiger_cat n 2 2 @ #m 2 0 02126465 02123159 +tiger_cowrie n 1 1 @ 1 0 01953762 +tiger_cub n 1 1 @ 1 0 01323068 +tiger_lily n 2 1 @ 2 0 12427566 12427184 +tiger_moth n 1 1 @ 1 0 02305636 +tiger_rattlesnake n 1 2 @ #m 1 0 01756916 +tiger_salamander n 1 1 @ 1 0 01632601 +tiger_shark n 1 2 @ #m 1 0 01491361 +tiger_snake n 1 2 @ #m 1 0 01750437 +tigers n 1 2 @ ; 1 0 08032023 +tight_end n 1 2 @ ; 1 0 10710778 +tight_money n 1 2 ! @ 1 0 13256434 +tightening n 1 4 ! @ ~ + 1 1 00148057 +tightfistedness n 1 3 @ ~ + 1 0 04833687 +tightness n 5 4 ! @ ~ + 5 0 14450540 05721728 05088804 04833687 04776940 +tightrope n 1 2 @ ~ 1 0 04434780 +tightrope_walker n 1 1 @ 1 0 10115946 +tightrope_walking n 1 1 @ 1 0 00324978 +tights n 1 3 @ ~ ; 1 0 04434932 +tightwad n 1 1 @ 1 0 09912681 +tiglon n 1 1 @ 1 0 02130086 +tigon n 1 1 @ 1 0 02130086 +tigress n 1 1 @ 1 0 02129923 +tigris n 1 2 @ #p 1 0 09458791 +tigris_river n 1 2 @ #p 1 0 09458791 +tijuana n 1 2 @ #p 1 0 08746147 +tike n 2 3 @ ~ %p 2 0 10410815 09917593 +tilapia n 1 2 @ #m 1 0 02586129 +tilapia_nilotica n 1 1 @ 1 0 02586238 +tilde n 1 1 @ 1 0 06823561 +tilden n 1 1 @ 1 0 11342440 +tile n 3 5 @ ~ #p %s + 3 1 04435180 15074568 04435378 +tile_cutter n 1 1 @ 1 0 04435552 +tile_roof n 1 2 @ %p 1 0 04435653 +tilefish n 2 2 @ #m 2 0 02583096 02573249 +tiler n 1 2 @ + 1 0 10710913 +tilia n 1 3 @ #m %m 1 0 12202712 +tilia_americana n 1 1 @ 1 0 12203529 +tilia_cordata n 1 1 @ 1 0 12203699 +tilia_heterophylla n 1 1 @ 1 0 12203896 +tilia_japonica n 1 1 @ 1 0 12204032 +tilia_tomentosa n 1 1 @ 1 0 12204175 +tiliaceae n 1 3 @ #m %m 1 0 12202352 +tiling n 1 2 @ + 1 0 00719274 +tiliomycetes n 1 2 @ #m 1 0 13065702 +till n 3 3 @ ~ + 3 0 15074772 13357891 02976939 +tillage n 2 3 @ ~ + 2 0 09260907 00918176 +tillandsia n 1 3 @ #m %m 1 0 12607896 +tillandsia_usneoides n 1 2 @ #m 1 0 12608127 +tilled_land n 1 2 @ ~ 1 0 09260907 +tiller n 4 4 @ ~ #p + 4 0 13164970 10711005 04435759 03146846 +tilletia n 1 3 @ #m %m 1 0 13068073 +tilletia_caries n 1 2 @ #m 1 0 13068255 +tilletia_foetida n 1 2 @ #m 1 0 13068434 +tilletiaceae n 1 3 @ #m %m 1 0 13067845 +tillich n 1 1 @ 1 0 11342618 +tilling n 1 4 @ ~ #p + 1 0 00918820 +tilt n 5 4 @ ~ #p + 5 0 07472460 07183151 06202296 05068080 00348008 +tilt-top_table n 1 1 @ 1 1 04436012 +tilt_angle n 1 1 @ 1 0 13918584 +tilter n 2 2 @ + 2 0 10711144 04435870 +tilth n 2 2 @ ~ 2 1 14496063 09260907 +tilting_board n 1 2 @ #p 1 0 04167759 +tiltyard n 1 1 @ 1 0 08684572 +tim_leary n 1 1 @ 1 0 11122579 +timalia n 1 3 @ #m %m 1 0 01566509 +timaliidae n 1 3 @ #m %m 1 0 01566386 +timbale n 2 1 @ 2 0 07625324 07625201 +timbale_case n 1 1 @ 1 0 07625201 +timber n 5 4 @ ~ %s ; 5 3 14943580 04436185 04436329 09284015 04987620 +timber_hitch n 1 1 @ 1 0 04436401 +timber_line n 1 1 @ 1 0 08547655 +timber_rattlesnake n 1 3 @ ~ #m 1 0 01755740 +timber_tree n 1 1 @ 1 0 13107694 +timber_wolf n 1 1 @ 1 0 02114367 +timberland n 1 2 @ ~ 1 0 09284015 +timberline n 1 1 @ 1 0 08547655 +timberman n 1 1 @ 1 0 10711253 +timbre n 1 3 @ ~ ; 1 1 04987620 +timbrel n 1 1 @ 1 0 04436542 +timbuktu n 1 2 @ #p 1 0 08966085 +time n 10 4 @ ~ = + 10 9 07309599 15270431 15122231 15245515 00028270 07288215 15129927 15135822 04991738 15224692 +time-and-motion_study n 1 1 @ 1 0 00645365 +time-ball n 1 2 @ #p 1 0 04436675 +time-delay_measuring_instrument n 1 1 @ 1 0 04437380 +time-delay_measuring_system n 1 1 @ 1 1 04437380 +time-fuse n 1 1 @ 1 0 04437670 +time-motion_study n 1 1 @ 1 0 00645365 +time-out n 1 2 @ #p 1 0 15274305 +time-scale_factor n 1 2 @ ; 1 0 13734202 +time-switch n 1 1 @ 1 0 04438643 +time_and_a_half n 1 1 @ 1 0 13281641 +time_and_motion_study n 1 1 @ 1 0 00645365 +time_being n 1 1 @ 1 0 15135434 +time_bill n 1 1 @ 1 0 13423007 +time_bomb n 2 1 @ 2 0 13944096 04436832 +time_capsule n 1 1 @ 1 0 04436992 +time_clock n 1 1 @ 1 1 04437276 +time_constant n 2 3 @ ~ ; 2 0 15269996 13826084 +time_deposit n 1 1 @ 1 0 13381428 +time_deposit_account n 1 1 @ 1 0 13364368 +time_draft n 1 1 @ 1 0 13423007 +time_exposure n 2 1 @ 2 0 04437552 00907788 +time_frame n 1 1 @ 1 0 15116095 +time_immemorial n 1 1 @ 1 0 15252524 +time_interval n 1 2 @ ~ 1 0 15269513 +time_lag n 1 2 @ ~ 1 0 15272029 +time_limit n 1 2 @ ~ 1 0 15224156 +time_loan n 1 1 @ 1 0 13400472 +time_machine n 1 1 @ 1 1 04437793 +time_note n 1 1 @ 1 0 13415271 +time_of_arrival n 1 1 @ 1 1 15180934 +time_of_day n 1 2 @ ~ 1 0 15228378 +time_of_departure n 1 2 @ ~ 1 0 15181094 +time_of_life n 1 3 @ ~ #p 1 1 15144371 +time_of_origin n 1 1 @ 1 0 04926217 +time_of_year n 1 3 @ ~ #p 1 1 15236475 +time_off n 1 3 ! @ ~ 1 1 15118453 +time_out n 1 2 @ ~ 1 0 01062997 +time_out_of_mind n 1 1 @ 1 0 15252524 +time_period n 1 2 @ ~ 1 1 15113229 +time_plan n 1 2 @ ~ 1 1 13296593 +time_scale n 1 2 @ ~ 1 0 15134691 +time_series n 1 2 @ ; 1 0 06029547 +time_sharing n 1 2 @ ; 1 0 13844057 +time_sheet n 1 1 @ 1 0 06505154 +time_signal n 1 1 @ 1 0 06793091 +time_signature n 1 2 @ ~ 1 0 06864524 +time_slot n 1 1 @ 1 0 15270245 +time_study n 1 1 @ 1 0 00645365 +time_to_come n 1 2 @ ~ 1 0 15121625 +time_unit n 1 2 @ ~ 1 0 15154774 +time_value n 1 2 @ ; 1 0 15134913 +time_zone n 1 1 @ 1 0 08691276 +timecard n 2 1 @ 2 0 06504838 04437131 +timekeeper n 3 4 @ ~ %p ; 3 0 10711483 10711370 04437953 +timekeeping n 1 2 @ ~ 1 0 15173712 +timeless_existence n 1 1 @ 1 0 13956905 +timelessness n 1 2 @ + 1 0 13956905 +timeline n 1 1 @ 1 0 06504965 +timeliness n 2 3 ! @ + 2 1 05049253 04718826 +timepiece n 1 3 @ ~ %p 1 1 04437953 +timer n 3 4 @ ~ + ; 3 1 04438304 10711483 04438507 +times n 2 2 @ ~ 2 2 15120346 00871576 +times_square n 1 2 @ #p 1 0 09122542 +timeserver n 1 1 @ 1 0 10711641 +timetable n 2 1 @ 2 1 06496499 06496397 +timework n 1 1 @ 1 0 00795625 +timgad n 1 2 @ #p 1 0 08707431 +timid n 1 2 ! @ 1 0 07944900 +timidity n 2 5 ! @ ~ = + 2 1 07522729 04860759 +timidness n 1 3 @ ~ + 1 0 07522729 +timimoun n 1 2 @ #p 1 0 08707587 +timing n 2 4 @ ~ = + 2 1 05046009 00807078 +timolol n 1 1 @ 1 0 04438742 +timor n 1 4 @ #m #p %p 1 0 08908739 +timor_sea n 1 2 @ #p 1 0 09458967 +timorese n 1 1 @ 1 0 10711766 +timorousness n 2 4 @ ~ = + 2 0 07522729 04860759 +timothy n 3 4 @ #m #p %p 3 0 12130549 11342766 07802152 +timothy_francis_leary n 1 1 @ 1 0 11122579 +timothy_leary n 1 1 @ 1 0 11122579 +timothy_miles_bindon_rice n 1 1 @ 1 0 11259777 +timpani n 1 2 @ + 1 0 03612965 +timpanist n 1 2 @ + 1 0 10734963 +timucu n 1 1 @ 1 0 02550203 +timur n 1 1 @ 1 0 11330026 +timur_lenk n 1 1 @ 1 0 11330026 +tin n 4 4 @ ~ #s + 4 1 14658855 04438897 02949542 02946921 +tin-plating n 1 1 @ 1 0 00718195 +tin_can n 2 2 @ ~ 2 0 04439039 02946921 +tin_disease n 1 1 @ 1 0 07360477 +tin_ear n 2 1 @ 2 0 14551704 04844478 +tin_foil n 2 2 @ %s 2 0 04439712 02700767 +tin_hat n 1 1 @ 1 0 03492922 +tin_opener n 1 2 @ ~ 1 0 02951585 +tin_pan_alley n 1 1 @ 1 0 08539557 +tin_pest n 1 1 @ 1 0 07360477 +tin_plague n 1 1 @ 1 0 07360477 +tin_plate n 1 3 @ #s %s 1 0 04439840 +tin_pyrites n 1 1 @ 1 0 15053568 +tin_whistle n 1 1 @ 1 0 03912218 +tinamidae n 1 3 @ #m %m 1 0 01810132 +tinamiformes n 1 3 @ #m %m 1 0 01809977 +tinamou n 1 2 @ #m 1 0 01810268 +tinbergen n 2 1 @ 2 0 11343040 11342905 +tinca n 1 3 @ #m %m 1 0 01440655 +tinca_tinca n 1 2 @ #m 1 0 01440764 +tincture n 4 4 @ ~ + ; 4 0 14986004 06646628 04959230 04439122 +tincture_of_iodine n 1 1 @ 1 0 04439305 +tincture_of_opium n 1 1 @ 1 0 03647108 +tindal n 1 1 @ 1 0 11354333 +tindale n 1 1 @ 1 0 11354333 +tinder n 1 1 @ 1 0 15101586 +tinderbox n 2 1 @ 2 0 13944337 04439505 +tine n 1 2 @ #p 1 1 04439585 +tine_test n 1 1 @ 1 0 05746424 +tinea n 2 4 @ ~ #m %m 2 0 14125466 02291940 +tinea_barbae n 1 1 @ 1 0 14126181 +tinea_capitis n 1 1 @ 1 0 14126293 +tinea_corporis n 1 1 @ 1 0 14126412 +tinea_cruris n 1 1 @ 1 0 14126519 +tinea_pedis n 1 1 @ 1 0 14126078 +tinea_pellionella n 1 2 @ #m 1 0 02292085 +tinea_unguium n 1 1 @ 1 0 14127100 +tineid n 1 3 @ ~ #m 1 0 02291572 +tineid_moth n 1 3 @ ~ #m 1 0 02291572 +tineidae n 1 3 @ #m %m 1 0 02291391 +tineoid n 1 3 @ ~ #m 1 0 02291220 +tineoid_moth n 1 3 @ ~ #m 1 0 02291220 +tineoidea n 1 3 @ #m %m 1 0 02291024 +tineola n 1 3 @ #m %m 1 0 02292272 +tineola_bisselliella n 1 2 @ #m 1 0 02292401 +tinfoil n 1 2 @ %s 1 0 04439712 +ting n 1 2 @ + 1 0 07398097 +tinge n 2 3 @ ~ + 2 0 13774115 04959567 +tingidae n 1 3 @ #m %m 1 0 02238474 +tingle n 2 3 @ ~ + 2 0 07520112 05722868 +tingling n 1 3 @ ~ + 1 0 05722868 +tininess n 1 2 @ + 1 0 05106928 +tinker n 3 3 @ #m + 3 0 10712055 10711852 02624987 +tinker's_dam n 1 1 @ 1 0 05140793 +tinker's_damn n 1 1 @ 1 0 05140793 +tinker's_root n 1 2 @ #m 1 0 12679876 +tinkerer n 2 2 @ + 2 0 10712229 10712055 +tinkle n 1 2 @ + 1 1 07398097 +tinned_goods n 1 2 @ ~ 1 0 07572957 +tinned_meat n 1 2 @ ~ 1 0 07573103 +tinner n 1 1 @ 1 0 10712374 +tinnevelly_senna n 1 1 @ 1 0 12499979 +tinning n 2 2 @ + 2 0 00718325 00718195 +tinnitus n 1 1 @ 1 0 14568359 +tinplate n 1 3 @ #s %s 1 0 04439840 +tinsel n 2 2 @ + 2 0 04440210 04440059 +tinsmith n 1 1 @ 1 0 10712374 +tinsnips n 1 2 @ ; 1 0 04250473 +tint n 1 3 @ ~ + 1 1 04959230 +tintack n 1 1 @ 1 0 04440399 +tinter n 1 2 @ + 1 0 10712474 +tinting n 1 2 @ + 1 0 00275151 +tintinnabulation n 1 3 @ ~ + 1 0 07391863 +tintometer n 1 1 @ 1 0 03071552 +tintoretto n 1 1 @ 1 0 11343208 +tinware n 1 2 @ %s 1 0 04440486 +tip n 5 4 @ ~ #p + 5 3 08663156 13298701 06651577 13902482 08617963 +tip-off n 2 3 @ #p + 2 0 05827129 00481666 +tip-top_table n 1 1 @ 1 0 04436012 +tip_in n 1 1 @ 1 0 00112185 +tip_sheet n 1 2 @ ~ 1 0 06595797 +tip_table n 1 1 @ 1 0 04436012 +tip_truck n 1 1 @ 1 0 03256166 +tipi n 1 1 @ 1 0 04412416 +tipper n 2 2 @ + 2 0 10712573 03256166 +tipper_lorry n 1 1 @ 1 0 03256166 +tipper_truck n 1 1 @ 1 0 03256166 +tippet n 1 1 @ 1 0 04440597 +tipple n 1 3 @ ~ + 1 0 07883980 +tippler n 1 2 @ + 1 0 10712690 +tipsiness n 1 3 @ ~ + 1 0 14018567 +tipstaff n 1 1 @ 1 0 07267795 +tipster n 1 3 @ ~ + 1 0 10712835 +tipsy_cake n 1 2 @ ; 1 0 07613671 +tiptoe n 1 3 @ #p + 1 0 05577304 +tiptop n 2 1 @ 2 0 13940456 08664365 +tipu n 1 2 @ #m 1 0 12573911 +tipu_tree n 1 2 @ #m 1 0 12573911 +tipuana n 1 3 @ #m %m 1 0 12573760 +tipulidae n 1 3 @ #m %m 1 0 02205095 +tirade n 1 1 @ 1 0 07233415 +tiramisu n 1 1 @ 1 0 07613266 +tirana n 1 2 @ #p 1 0 08705091 +tire n 1 2 @ ~ 1 1 04440749 +tire_chain n 1 1 @ 1 0 04440963 +tire_iron n 1 1 @ 1 0 04441093 +tire_tool n 1 1 @ 1 1 04441093 +tiredness n 1 3 @ ~ + 1 0 14016361 +tirelessness n 1 2 @ + 1 0 04864824 +tiresias n 1 2 @ ; 1 0 09598066 +tiresomeness n 1 3 @ ~ + 1 0 05206237 +tirich_mir n 1 2 @ #p 1 0 09459114 +tiro n 1 2 @ ~ 1 0 10363913 +tirol n 1 2 @ #p 1 0 08846135 +tirolean n 1 1 @ 1 0 04505888 +tirso_de_molina n 1 1 @ 1 0 11343333 +tisane n 1 2 @ ~ 1 0 07934032 +tisha_b'ab n 1 2 @ ; 1 0 15197658 +tisha_b'av n 1 2 @ ; 1 0 15197658 +tishah_b'ab n 1 2 @ ; 1 0 15197658 +tishah_b'av n 1 2 @ ; 1 0 15197658 +tishri n 1 3 @ #p %p 1 0 15214419 +tisiphone n 1 1 @ 1 0 09506751 +tissue n 2 3 @ ~ #s 2 2 05267345 15074962 +tissue_layer n 1 3 @ ~ %s 1 0 05426243 +tissue_paper n 1 2 @ ~ 1 1 15074962 +tissue_plasminogen_activator n 1 1 @ 1 0 04441282 +tissue_typing n 1 1 @ 1 0 05746868 +tit n 3 5 @ ~ #m #p %p 3 1 05554405 05554653 01591697 +tit-tat-toe n 1 1 @ 1 0 00506207 +tit_for_tat n 1 1 @ 1 0 01237080 +titan n 3 4 @ ~ + ; 3 0 09938991 09572425 09459269 +titan_arum n 1 2 @ #m 1 0 11783488 +titaness n 1 3 @ ~ ; 1 0 09572825 +titania n 2 2 @ ; 2 0 14616740 09546453 +titanic_acid n 1 1 @ 1 0 14616620 +titanic_oxide n 1 1 @ 1 0 14616740 +titanium n 1 3 @ #s ; 1 0 14659211 +titanium_dioxide n 1 1 @ 1 0 14616740 +titanium_oxide n 1 1 @ 1 0 14616740 +titanosaur n 1 3 @ ~ #m 1 0 01710747 +titanosaurian n 1 3 @ ~ #m 1 0 01710747 +titanosauridae n 1 3 @ #m %m 1 0 01710348 +titanosaurus n 1 3 @ #m %m 1 0 01710529 +titbit n 1 1 @ 1 0 07594737 +titer n 1 1 @ 1 1 05038823 +titfer n 1 2 @ ; 1 0 04441528 +tithe n 2 1 @ 2 0 13315743 13270545 +tithe_barn n 1 1 @ 1 0 04441662 +tither n 1 2 @ + 1 0 10713012 +tithonia n 1 2 @ #m 1 0 12026018 +titi n 3 2 @ #m 3 0 12751172 12242409 02493509 +titi_family n 1 3 @ #m %m 1 0 12750306 +titi_monkey n 1 2 @ #m 1 0 02493509 +titian n 1 1 @ 1 0 11343507 +titillation n 3 2 @ + 3 0 07528976 01262345 00144445 +titivation n 1 2 @ + 1 0 00263492 +titlark n 1 3 @ ~ #m 1 0 01528654 +title n 10 4 @ ~ + ; 10 7 06345993 06343520 06346461 13948912 06545137 06339416 05181199 06346220 06343117 05175904 +title-holder n 1 2 @ ~ 1 1 09906704 +title_bar n 1 2 @ ; 1 0 07273616 +title_deed n 1 3 @ ~ ; 1 0 06546261 +title_of_respect n 1 2 @ ~ 1 0 06339416 +title_page n 1 1 @ 1 1 06257653 +title_role n 1 1 @ 1 0 05929887 +titmouse n 1 3 @ ~ #m 1 0 01591697 +tito n 1 1 @ 1 0 11343625 +titration n 1 2 @ + 1 1 00648237 +titrator n 1 2 @ + 1 0 04441790 +titre n 1 2 @ + 1 0 05038823 +titter n 1 2 @ + 1 0 07128225 +titterer n 1 2 @ + 1 0 10713124 +tittivation n 1 2 @ + 1 0 00263492 +tittle n 1 1 @ 1 0 13773725 +tittle-tattle n 1 2 @ + 1 0 07135080 +titty n 1 3 @ #p %p 1 0 05554405 +titus n 3 2 @ #p 3 0 11343998 11343847 06445989 +titus_flavius_domitianus n 1 1 @ 1 0 10938821 +titus_flavius_sabinus_vespasianus n 1 1 @ 1 0 11364799 +titus_flavius_vespasianus n 1 1 @ 1 0 11343847 +titus_livius n 1 1 @ 1 0 11135991 +titus_lucretius_carus n 1 1 @ 1 0 11144068 +titus_maccius_plautus n 1 1 @ 1 0 11239443 +titus_oates n 1 1 @ 1 0 11211071 +titus_vespasianus_augustus n 1 1 @ 1 0 11343847 +tiu n 1 1 @ 1 0 09586231 +tivoli n 1 2 @ #p 1 0 08808077 +tiyin n 2 1 @ 2 0 13703592 13701094 +tiziano_vecellio n 1 1 @ 1 0 11343507 +tizzy n 1 1 @ 1 0 14403772 +tjalling_charles_koopmans n 1 1 @ 1 0 11109027 +tjalling_koopmans n 1 1 @ 1 0 11109027 +tko n 1 1 @ 1 0 00134246 +tl n 1 2 @ #s 1 0 14657818 +tlc n 1 1 @ 1 0 00665221 +tlingit n 2 1 @ 2 0 09670637 06913025 +tm n 1 2 @ #s 1 0 14658546 +tmv n 1 1 @ 1 0 01334518 +tn n 1 5 @ #m #p %p - 1 0 09140148 +tnf n 1 1 @ 1 0 14737365 +tnt n 1 1 @ 1 0 04442143 +to-do n 1 2 @ ~ 1 0 13977366 +to_leeward n 1 1 @ 1 0 13829980 +to_windward n 1 1 @ 1 0 13829720 +toad n 1 2 @ ~ 1 1 01639765 +toad-in-the-hole n 1 1 @ 1 0 07627478 +toad_frog n 1 2 @ ~ 1 0 01639765 +toad_lily n 1 1 @ 1 0 11861641 +toad_rush n 1 1 @ 1 0 11744108 +toadfish n 1 3 @ ~ #m 1 0 02548689 +toadflax n 1 3 @ ~ #m 1 0 12884260 +toadshade n 1 1 @ 1 0 12469157 +toadstool n 1 2 ! @ 1 0 13001206 +toady n 1 3 @ ~ + 1 0 10684827 +toast n 4 3 @ ~ + 4 1 07686873 10713367 10137936 07884413 +toast_mistress n 1 1 @ 1 0 10713843 +toaster n 2 2 @ + 2 0 10713502 04442312 +toaster_oven n 1 1 @ 1 0 04442441 +toasting n 1 2 @ + 1 0 00246552 +toasting_fork n 1 1 @ 1 0 04442582 +toastmaster n 1 2 @ ~ 1 0 10713686 +toastrack n 1 1 @ 1 0 04442741 +tobacco n 2 5 @ ~ #m %s + 2 1 04442831 12907465 +tobacco_budworm n 1 2 @ #m 1 0 02310334 +tobacco_hornworm n 1 2 @ #m 1 0 02299157 +tobacco_industry n 1 1 @ 1 0 08074879 +tobacco_juice n 1 1 @ 1 0 05416861 +tobacco_mildew n 1 2 @ #m 1 0 12981443 +tobacco_mosaic n 1 1 @ 1 0 14281086 +tobacco_mosaic_virus n 1 1 @ 1 1 01334518 +tobacco_moth n 1 2 @ #m 1 0 02290340 +tobacco_pipe n 1 3 @ ~ %p 1 0 03945167 +tobacco_plant n 1 3 @ ~ #m 1 0 12907465 +tobacco_pouch n 1 1 @ 1 0 04443164 +tobacco_shop n 1 1 @ 1 0 04443257 +tobacco_thrips n 1 2 @ #m 1 0 02272286 +tobacco_user n 1 2 @ ~ 1 0 10614976 +tobacco_wilt n 1 1 @ 1 0 14279235 +tobacconist n 2 2 @ + 2 0 10713923 04443257 +tobacconist_shop n 1 1 @ 1 0 04443257 +tobago n 1 4 @ #p %m + 1 0 08756052 +tobagonian n 1 2 @ #m 1 0 10714054 +tobey n 1 1 @ 1 0 11344092 +tobias_george_smollett n 1 1 @ 1 0 11306473 +tobias_smollett n 1 1 @ 1 0 11306473 +tobin n 1 1 @ 1 0 11344235 +tobin_bronze n 1 1 @ 1 0 14960261 +tobit n 1 2 @ #p 1 0 06459681 +toboggan n 1 2 @ + 1 0 04443433 +toboggan_cap n 1 1 @ 1 0 04228693 +tobogganing n 1 3 @ ~ + 1 0 00447221 +tobogganist n 1 2 @ + 1 0 10714195 +tobramycin n 1 1 @ 1 0 04443588 +toby n 1 1 @ 1 0 04443766 +toby_fillpot_jug n 1 1 @ 1 0 04443766 +toby_jug n 1 1 @ 1 0 04443766 +tocainide n 1 1 @ 1 0 04443918 +tocantins n 1 2 @ #p 1 0 09459393 +tocantins_river n 1 2 @ #p 1 0 09459393 +toccata n 1 1 @ 1 0 07044353 +tocharian n 1 2 @ ~ 1 0 06968707 +tocktact n 1 1 @ 1 0 07397955 +tocology n 1 3 @ ~ - 1 0 06053439 +tocopherol n 1 2 @ ~ 1 0 15092409 +tocqueville n 1 1 @ 1 0 11344337 +tocsin n 2 1 @ 2 0 07265886 04444121 +tod n 1 2 @ ; 1 0 13719410 +toda n 2 1 @ 2 0 09675673 06979743 +today n 2 1 @ 2 2 15262921 15156001 +todd n 2 1 @ 2 0 11344549 10714317 +toddler n 1 2 @ + 1 0 10714465 +toddy n 1 3 @ ~ %s 1 1 07918879 +toddy_palm n 2 3 @ #m %s 2 0 12587132 12585629 +todea n 1 3 @ #m %m 1 0 12954634 +todea_barbara n 1 2 @ #m 1 0 12954799 +todea_superba n 1 2 @ #m 1 0 12954353 +todidae n 1 3 @ #m %m 1 0 01831078 +todus n 1 3 @ #m %m 1 0 01831231 +tody n 1 2 @ #m 1 0 01831360 +toe n 4 6 @ ~ #p %p + ; 4 2 05577410 04444218 05577654 04444345 +toe-in n 1 1 @ 1 0 01001489 +toe_box n 1 2 @ #p 1 0 04444522 +toe_crack n 1 1 @ 1 0 14275560 +toe_dance n 1 1 @ 1 0 00528059 +toe_dancing n 1 1 @ 1 0 00528059 +toe_toe n 1 1 @ 1 0 12115383 +toea n 1 2 @ #p 1 0 13680712 +toecap n 1 3 @ ~ #p 1 0 04444749 +toehold n 3 1 @ 3 0 14579827 04444953 00815036 +toenail n 1 3 @ ~ #p 1 0 05584486 +toetoe n 2 1 @ 2 0 12115383 12109365 +toff n 1 1 @ 1 0 10714577 +toffee n 1 2 @ ~ 1 1 07599783 +toffee_apple n 1 1 @ 1 0 07600696 +toffy n 1 2 @ ~ 1 0 07599783 +tofieldia n 1 3 @ #m %m 1 0 12461809 +tofieldia_pusilla n 1 2 @ #m 1 0 12462221 +tofranil n 1 2 @ ; 1 0 03561889 +tofu n 1 2 @ %s 1 0 07709881 +toga n 1 2 @ ~ 1 0 04445040 +toga_virilis n 1 2 @ ; 1 0 04445154 +togaviridae n 1 3 @ #m %m 1 0 01332347 +togetherness n 1 2 @ + 1 0 07530322 +toggle n 3 3 @ ~ + 3 0 06587399 04445952 04445327 +toggle_bolt n 1 1 @ 1 0 04445610 +toggle_joint n 1 1 @ 1 0 04445782 +toggle_switch n 1 2 @ ~ 1 0 04445952 +togo n 1 4 @ #p %m %p 1 0 08759986 +togo_franc n 1 2 @ %p 1 0 13678931 +togolese n 1 2 @ #m 1 0 09734535 +togolese_republic n 1 4 @ #p %m %p 1 0 08759986 +togs n 1 2 @ ; 1 0 04446162 +toil n 1 3 @ ~ + 1 0 00620752 +toiler n 1 2 @ + 1 0 10700105 +toilet n 4 4 @ ~ #p %p 4 2 04446276 04446521 14475992 00828704 +toilet_articles n 1 2 @ ~ 1 0 04447443 +toilet_bag n 1 2 @ ; 1 0 04446844 +toilet_bowl n 1 2 @ #p 1 0 04447028 +toilet_facility n 1 2 @ ~ 1 0 04018667 +toilet_kit n 1 1 @ 1 0 04447156 +toilet_paper n 1 2 @ ~ 1 0 15075141 +toilet_powder n 1 2 @ ~ 1 0 04447276 +toilet_roll n 1 1 @ 1 0 15075298 +toilet_seat n 1 2 @ #p 1 0 04447861 +toilet_soap n 1 1 @ 1 0 04447965 +toilet_table n 1 1 @ 1 0 03238586 +toilet_tissue n 1 2 @ ~ 1 0 15075141 +toilet_training n 1 2 @ + 1 0 00896228 +toilet_water n 1 1 @ 1 0 04448070 +toiletry n 1 2 @ ~ 1 0 04447443 +toilette n 1 1 @ 1 0 00828704 +toilsomeness n 1 2 @ + 1 0 04709944 +toitoi n 1 1 @ 1 0 12109365 +tojo n 1 1 @ 1 0 11344733 +tojo_eiki n 1 1 @ 1 0 11344733 +tojo_hideki n 1 1 @ 1 0 11344733 +tokamak n 1 2 @ %p 1 0 04448185 +tokay n 2 4 @ ~ #s %s 2 0 07898895 07760501 +toke n 1 1 @ 1 0 00837965 +token n 4 2 @ ~ 4 1 06795746 06646531 04448361 03610270 +token_economy n 1 1 @ 1 0 00702992 +token_money n 1 1 @ 1 0 13385778 +token_payment n 1 1 @ 1 0 13300025 +tokio n 1 2 @ #p 1 0 08923348 +toklas n 1 1 @ 1 0 11345017 +tokyo n 1 2 @ #p 1 1 08923348 +tolazamide n 1 1 @ 1 0 04448511 +tolazoline n 1 1 @ 1 0 04448680 +tolbooth n 1 2 @ #p 1 0 04449290 +tolbukhin n 1 1 @ 1 0 08714624 +tolbutamide n 1 1 @ 1 0 04448826 +tole n 1 1 @ 1 0 04449046 +tolectin n 1 3 @ %s ; 1 0 04449796 +toledo n 2 2 @ #p 2 0 09131428 09027292 +tolerance n 5 5 ! @ ~ = + 5 3 05033410 04637923 01071090 06204406 04749991 +toleration n 2 4 @ ~ + ; 2 0 04638175 01142324 +tolinase n 1 2 @ ; 1 0 04448511 +tolkien n 1 1 @ 1 0 11345181 +toll n 3 3 @ ~ + 3 2 13323749 05163807 07377244 +toll_agent n 1 1 @ 1 0 10714684 +toll_bridge n 1 1 @ 1 0 04449449 +toll_call n 1 1 @ 1 1 06274292 +toll_collector n 1 1 @ 1 0 10714684 +toll_house_cookie n 1 1 @ 1 0 07638317 +toll_line n 1 1 @ 1 0 04449700 +toll_plaza n 1 2 @ %p 1 0 08619949 +toll_road n 1 1 @ 1 0 04501018 +toll_taker n 1 1 @ 1 0 10714684 +tollbar n 1 1 @ 1 0 04449550 +tollbooth n 1 2 @ #p 1 0 04449290 +toller n 2 2 @ + 2 0 10714851 10714684 +tollgate n 1 1 @ 1 1 04449550 +tollgatherer n 1 1 @ 1 0 10714684 +tollhouse n 1 2 @ #p 1 1 04449290 +tollkeeper n 1 1 @ 1 0 10714684 +tollman n 1 1 @ 1 0 10714684 +tollon n 1 2 @ #m 1 0 12633061 +tolmetin_sodium n 1 2 @ %s 1 0 04449796 +tolmiea n 1 3 @ #m %m 1 0 12804216 +tolmiea_menziesii n 1 2 @ #m 1 0 12804352 +tolstoy n 1 1 @ 1 0 11345378 +toltec n 1 1 @ 1 0 09649249 +tolu n 1 3 @ ~ #s 1 0 12551669 +tolu_balsam n 1 3 @ ~ #s 1 0 12551669 +tolu_balsam_tree n 1 3 @ #m %s 1 0 12551173 +tolu_tree n 1 3 @ #m %s 1 0 12551173 +toluene n 1 1 @ 1 0 15075378 +toluic_acid n 1 1 @ 1 0 15075596 +tolypeutes n 1 3 @ #m %m 1 0 02454999 +tolypeutes_tricinctus n 1 2 @ #m 1 0 02455135 +tom n 3 3 @ ~ ; 3 0 09638245 02122725 01794344 +tom-tom n 1 1 @ 1 0 04410086 +tom_and_jerry n 1 2 @ %s 1 0 07919055 +tom_bradley n 1 1 @ 1 0 10860999 +tom_collins n 1 1 @ 1 0 07913882 +tom_hanks n 1 1 @ 1 0 11028074 +tom_paine n 1 1 @ 1 0 11220836 +tom_sawyer n 1 1 @ 1 0 09603919 +tom_stoppard n 1 1 @ 1 0 11320245 +tom_thumb n 2 1 @ 2 0 10715211 10715136 +tom_turkey n 1 1 @ 1 0 01794344 +tom_wolfe n 1 1 @ 1 0 11394657 +tomahawk n 1 2 @ + 1 0 04449966 +tomalley n 1 2 @ #p 1 0 07793946 +tomas_de_torquemada n 1 1 @ 1 0 11345878 +tomasso_parentucelli n 1 1 @ 1 0 11202322 +tomatillo n 3 3 @ #p %p 3 0 12911673 12911440 07734555 +tomato n 2 4 @ ~ #p %p 2 1 07734017 12905817 +tomato_blight n 1 1 @ 1 0 14219187 +tomato_concentrate n 1 1 @ 1 0 07567611 +tomato_fruitworm n 1 2 @ #m 1 0 02310334 +tomato_hornworm n 1 1 @ 1 0 02299505 +tomato_juice n 1 1 @ 1 0 07925500 +tomato_ketchup n 1 1 @ 1 0 07822197 +tomato_paste n 1 1 @ 1 1 07826250 +tomato_plant n 1 3 @ ~ %p 1 0 12905817 +tomato_sauce n 1 1 @ 1 0 07831267 +tomato_streak n 1 1 @ 1 0 14281216 +tomato_worm n 1 2 @ #m 1 0 02299157 +tomato_yellows n 1 1 @ 1 0 14219187 +tomb n 1 3 @ ~ %p 1 1 03455033 +tombac n 1 1 @ 1 0 15075691 +tombak n 1 1 @ 1 0 15075691 +tombaugh n 1 1 @ 1 0 11345539 +tombigbee n 1 2 @ #p 1 0 09459557 +tombigbee_river n 1 2 @ #p 1 0 09459557 +tombola n 1 2 @ ; 1 0 00504844 +tomboy n 1 1 @ 1 0 10715030 +tomboyishness n 1 2 @ + 1 0 04667258 +tombstone n 1 2 @ #p 1 0 03455488 +tomcat n 1 2 @ ~ 1 0 02122725 +tome n 1 1 @ 1 0 06413579 +tomentum n 2 2 @ ~ 2 0 13090091 05248006 +tomentum_cerebri n 1 1 @ 1 0 05248006 +tomfool n 1 2 @ ~ 1 0 10100761 +tomfoolery n 1 2 @ ~ 1 0 00512843 +tomistoma n 1 3 @ #m %m 1 0 01697837 +tomistoma_schlegeli n 1 2 @ #m 1 0 01697978 +tommy_gun n 1 1 @ 1 0 04450133 +tommyrot n 1 2 @ ; 1 0 06611147 +tomograph n 1 2 @ ~ 1 0 04450243 +tomography n 1 3 @ ~ ; 1 0 00901083 +tomorrow n 2 1 @ 2 2 15155891 15263795 +tompion n 1 1 @ 1 0 04388040 +tomtate n 1 2 @ #m 1 0 02589062 +tomtit n 1 2 @ #m 1 0 01592694 +ton n 2 3 @ #p %p 2 1 13721529 13721387 +tonal_language n 1 3 @ ~ %p 1 0 06904943 +tonal_pattern n 1 1 @ 1 0 05711915 +tonal_system n 1 2 @ #p 1 0 07113732 +tonality n 1 4 ! @ ~ + 1 0 06863751 +tone n 10 5 @ ~ #m + ; 10 7 07082573 04986883 04987620 14526182 04959230 06865345 05719605 14544672 06859056 05211451 +tone-beginning n 1 1 @ 1 0 00236953 +tone_arm n 1 2 @ #p 1 0 04450465 +tone_deafness n 1 1 @ 1 0 14551704 +tone_ending n 1 3 @ ~ ; 1 0 00210940 +tone_language n 1 3 @ ~ %p 1 1 06904943 +tone_of_voice n 1 2 @ ~ 1 0 07082573 +tone_poem n 1 1 @ 1 0 07047373 +tone_system n 1 2 @ #p 1 1 07113732 +tonegawa_susumu n 1 1 @ 1 0 11345705 +toner n 3 2 @ + 3 0 15076011 15075867 04450640 +tong_ho n 1 3 @ #m %p 1 0 11951052 +tonga n 2 4 @ #p %m + 2 0 09037133 06996029 +tongan n 2 2 @ #m 2 0 09750410 06938190 +tongan_monetary_unit n 1 2 @ ~ 1 0 13689984 +tongs n 1 3 @ ~ ; 1 0 04450749 +tongue n 8 6 @ ~ #p %s %p + 8 4 05301072 06904171 13918387 07082198 09442595 07652995 04450994 03037228 +tongue-fish n 1 2 @ #m 1 0 02663485 +tongue-flower n 1 2 @ #m 1 0 12063211 +tongue-lashing n 1 2 @ ~ 1 0 06712833 +tongue_and_groove_joint n 1 1 @ 1 0 04451139 +tongue_depressor n 1 1 @ 1 1 04451318 +tongue_fern n 1 2 @ #m 1 0 13178284 +tongue_tie n 1 1 @ 1 0 14472111 +tongue_twister n 1 1 @ 1 1 07133313 +tongue_worm n 1 2 @ #m 1 0 01788864 +tonguefish n 1 2 @ #m 1 0 02663485 +tongueflower n 1 2 @ #m 1 0 12063211 +tongueless_frog n 1 3 @ ~ #m 1 0 01653773 +tonguing_and_grooving_plane n 1 1 @ 1 0 03729647 +toni_morrison n 1 1 @ 1 0 11192349 +tonic n 4 5 @ ~ #s %s ; 4 0 07929172 07927512 06857726 04451473 +tonic_accent n 1 1 @ 1 0 07085961 +tonic_epilepsy n 1 1 @ 1 0 14090727 +tonic_key n 1 1 @ 1 0 06864407 +tonic_solfa n 1 2 @ %p 1 0 06867880 +tonic_water n 1 3 @ #s %s 1 0 07929172 +tonicity n 1 5 ! @ ~ + ; 1 0 14544672 +tonight n 1 1 @ 1 1 15263045 +tonka_bean n 2 2 @ #m 2 0 11750173 11749920 +tonka_bean_tree n 1 2 @ #m 1 0 11749920 +tonnage n 1 1 @ 1 0 13317269 +tonnage_duty n 1 1 @ 1 0 13317269 +tonne n 1 2 @ %p 1 0 13725588 +tonocard n 1 2 @ ; 1 0 04443918 +tonometer n 1 1 @ 1 0 04451636 +tonometry n 1 1 @ 1 0 01116696 +tons n 1 1 @ 1 1 13777509 +tonsil n 1 2 @ #p 1 0 05309050 +tonsilla n 1 2 @ #p 1 0 05309050 +tonsilla_adenoidea n 1 2 @ #p 1 0 05529286 +tonsilla_pharyngealis n 1 2 @ #p 1 0 05529286 +tonsillectomy n 1 1 @ 1 0 00688317 +tonsillitis n 1 1 @ 1 0 14357251 +tonsure n 2 2 @ + 2 0 05539717 00254922 +tontine n 2 1 @ 2 0 13347750 13295360 +tontine_insurance n 1 1 @ 1 0 13347750 +tonus n 1 3 @ ~ ; 1 0 14544672 +tony_blair n 1 1 @ 1 0 10852506 +tool n 4 4 @ ~ + ; 4 2 04451818 00173761 09976551 05526713 +tool-and-die_work n 1 1 @ 1 1 00618536 +tool_bag n 1 1 @ 1 0 04452528 +tool_cabinet n 1 1 @ 1 0 04452615 +tool_case n 1 1 @ 1 0 04452615 +tool_chest n 1 1 @ 1 0 04452615 +tool_kit n 1 1 @ 1 0 02966687 +tool_steel n 1 2 @ ~ 1 0 15076180 +toolbox n 1 1 @ 1 0 04452615 +toolhouse n 1 1 @ 1 0 04452757 +toolmaker n 1 1 @ 1 0 10715347 +toolshed n 1 1 @ 1 0 04452757 +toon n 1 1 @ 1 0 06616464 +toona n 1 3 @ #m %m 1 0 12700219 +toona_calantas n 1 2 @ #m 1 0 12700357 +tooshie n 1 2 @ #p 1 0 05559256 +toot n 2 2 @ + 2 0 07398276 00511041 +tooth n 5 6 @ ~ #m #p %p + 5 4 05282746 04452848 02155872 00179576 04453037 +tooth_decay n 1 1 @ 1 0 13444513 +tooth_doctor n 1 2 @ ~ 1 0 10004282 +tooth_enamel n 1 2 @ #p 1 0 05308655 +tooth_fairy n 1 1 @ 1 0 09546604 +tooth_fungus n 1 2 @ #m 1 0 12986227 +tooth_powder n 1 1 @ 1 0 04453557 +tooth_root n 1 3 @ #p %p 1 0 05308310 +tooth_shell n 1 1 @ 1 0 01941340 +tooth_socket n 1 2 @ #p 1 0 05285480 +toothache n 1 2 @ ~ 1 0 14323974 +toothache_tree n 1 2 @ #m 1 0 12714949 +toothbrush n 2 3 @ ~ ; 2 1 04453156 05262422 +toothbrush_tree n 1 2 @ #m 1 0 12299640 +toothed_spurge n 1 2 @ #m 1 0 12922119 +toothed_sword_fern n 1 1 @ 1 0 13205249 +toothed_whale n 1 3 @ ~ #m 1 0 02066707 +toothed_wheel n 1 1 @ 1 0 04113194 +toothpaste n 1 1 @ 1 1 04453298 +toothpick n 1 1 @ 1 0 04453390 +toothpowder n 1 1 @ 1 0 04453557 +toothsomeness n 1 2 @ + 1 0 04995793 +toothwort n 1 1 @ 1 0 11882426 +tootle n 1 2 @ + 1 0 07398362 +toowomba_canary_grass n 1 2 @ #m 1 0 12130160 +top n 11 5 ! @ ~ #p + 11 6 08663860 08663354 08617963 15256022 13940456 05037617 04454540 04454240 04453910 04453666 03035252 +top-up n 1 2 @ ; 1 0 13764213 +top_banana n 2 1 @ 2 0 10715447 10235142 +top_billing n 1 2 @ #p 1 0 07251003 +top_boot n 1 1 @ 1 0 02925666 +top_brass n 1 1 @ 1 0 08165353 +top_dog n 1 2 @ ~ 1 1 10162991 +top_dressing n 1 1 @ 1 0 07434678 +top_executive n 1 2 @ ~ 1 1 09840217 +top_fermentation n 1 1 @ 1 0 13567627 +top_fermenting_yeast n 1 1 @ 1 0 14784952 +top_hat n 1 1 @ 1 0 03237416 +top_lift n 1 1 @ 1 0 04455169 +top_of_the_inning n 1 2 @ #p 1 0 15256022 +top_of_the_line n 1 2 @ #p 1 0 04455442 +top_onion n 1 1 @ 1 0 12433540 +top_quark n 1 1 @ 1 0 09459812 +top_round n 1 1 @ 1 0 07662406 +top_side n 1 2 @ ~ 1 0 08663354 +topaz n 3 1 @ 3 0 15076523 15076349 04973020 +topcoat n 1 2 @ ~ 1 0 03456665 +tope n 1 1 @ 1 0 04346328 +topee n 1 1 @ 1 0 03950899 +topeka n 1 2 @ #p 1 0 09088815 +toper n 1 3 @ ~ + 1 0 10034201 +toper's_nose n 1 1 @ 1 0 14397040 +topgallant n 2 1 @ 2 0 04454792 04454654 +topgallant_mast n 1 1 @ 1 1 04454654 +topgallant_sail n 1 1 @ 1 0 04454792 +tophus n 2 1 @ 2 0 15085925 09454925 +topi n 2 2 @ #m 2 0 03950899 02422391 +topiary n 2 1 @ 2 0 04454908 00938134 +topic n 2 3 @ ~ + 2 2 06599788 05814291 +topic_sentence n 1 1 @ 1 0 06601217 +topical_anaesthesia n 1 1 @ 1 0 14028087 +topical_anaesthetic n 1 2 @ ~ 1 0 03681148 +topical_anesthesia n 1 1 @ 1 0 14028087 +topical_anesthetic n 1 2 @ ~ 1 0 03681148 +topical_prostaglandin_eyedrop n 1 1 @ 1 0 00657420 +topicality n 1 1 @ 1 0 05193160 +topicalization n 1 3 @ + ; 1 0 06484279 +topknot n 2 1 @ 2 0 04455048 01326198 +topmast n 1 2 @ ~ 1 0 04455250 +topminnow n 2 3 @ ~ #m 2 0 01448951 01448291 +topognosia n 1 1 @ 1 0 05724234 +topognosis n 1 1 @ 1 0 05724234 +topographic_anatomy n 1 1 @ 1 0 06060463 +topographic_point n 1 2 @ ~ 1 0 08664443 +topography n 2 3 @ ~ + 2 1 05064541 06122578 +topolatry n 1 1 @ 1 0 01045621 +topological_space n 1 3 @ ~ ; 1 0 08001685 +topology n 4 3 @ ~ ; 4 0 06122747 06060463 06017594 05730365 +toponomy n 2 1 @ 2 0 06788463 06179145 +toponym n 1 2 @ #p 1 0 06343838 +toponymy n 2 1 @ 2 0 06788463 06179145 +topos n 1 1 @ 1 0 05920482 +topper n 6 2 @ + 6 0 10715671 10715544 09851165 06781878 04455579 03237416 +topping n 1 3 @ ~ #p 1 0 07621776 +topsail n 1 2 @ ~ 1 0 04455652 +topside n 1 3 @ #p ; 1 0 04455835 +topsoil n 1 1 @ 1 1 14695737 +topspin n 1 1 @ 1 0 07442744 +topsy-turvydom n 1 2 @ ~ 1 0 13976322 +topsy-turvyness n 1 3 @ ~ + 1 0 13976322 +topv n 1 1 @ 1 0 04122011 +toque n 2 1 @ 2 0 04456011 03937835 +tor n 2 1 @ 2 0 09460046 09459979 +toradol n 1 3 @ %s ; 1 0 03612559 +torah n 3 4 @ #p %p ; 3 0 06452223 06451891 06408442 +torch n 4 4 @ ~ %p + 4 1 04456115 12889713 03359137 02855390 +torch_race n 1 2 @ ; 1 0 07464402 +torch_singer n 1 1 @ 1 0 10715881 +torch_song n 1 1 @ 1 0 07053884 +torchbearer n 1 1 @ 1 0 10715789 +torchlight n 1 1 @ 1 0 11515849 +torchwood_family n 1 3 @ #m %m 1 0 12690388 +tore n 1 1 @ 1 0 04458299 +toreador n 1 2 @ ~ 1 0 09836160 +toreador_pants n 1 1 @ 1 0 03903733 +torero n 1 1 @ 1 0 09836976 +torino n 1 2 @ #p 1 0 08810220 +torment n 6 2 @ + 6 3 14333433 07496755 07495551 07519040 07420354 00425278 +tormenter n 2 3 @ ~ + 2 0 10716005 04456276 +tormentor n 2 3 @ ~ + 2 1 10716005 04456276 +tornado n 2 2 @ ~ 2 1 11519450 03125184 +tornado_cellar n 1 1 @ 1 0 04329681 +tornado_lantern n 1 1 @ 1 0 03549897 +tornillo n 1 2 @ %p 1 0 11766189 +torodal n 1 3 @ %s ; 1 0 03612378 +toroid n 2 3 @ ~ + 2 0 13900287 13900088 +toronto n 1 4 @ #p %p ; 1 1 08828432 +torpedinidae n 1 3 @ #m %m 1 0 01496199 +torpediniformes n 1 3 @ #m %m 1 0 01496037 +torpedo n 7 4 @ ~ #m + 7 0 10152083 07697825 04457157 04456964 04456734 04456472 01496331 +torpedo-boat_destroyer n 1 1 @ 1 0 04457474 +torpedo_boat n 1 2 @ ~ 1 0 04457326 +torpedo_tube n 1 1 @ 1 0 04457638 +torpidity n 2 3 @ ~ + 2 0 14014621 04636881 +torpidness n 1 2 @ + 1 0 04636881 +torpor n 2 2 @ ~ 2 1 14014621 04636881 +torquato_tasso n 1 1 @ 1 0 11332250 +torque n 1 2 @ ~ 1 0 11519702 +torque_converter n 1 1 @ 1 0 04457767 +torque_wrench n 1 1 @ 1 0 04457910 +torquemada n 1 1 @ 1 0 11345878 +torr n 1 1 @ 1 0 13711416 +torrent n 3 2 @ + 3 2 11502102 07407593 13775706 +torreon n 1 2 @ #p 1 0 08746023 +torres_strait n 1 1 @ 1 0 09460139 +torrey's_pine n 1 1 @ 1 0 11618525 +torrey_pine n 1 1 @ 1 0 11618525 +torrey_tree n 1 2 @ #m 1 0 11649359 +torreya n 1 3 @ #m %m 1 0 11649012 +torreya_californica n 1 2 @ #m 1 0 11649150 +torreya_taxifolia n 1 2 @ #m 1 0 11649359 +torricelli n 1 1 @ 1 0 11346110 +torrid_zone n 1 1 @ 1 0 08665281 +torridity n 1 2 @ + 1 0 05016667 +torsion n 2 2 @ ~ 2 0 13885370 11519702 +torsion_balance n 1 1 @ 1 0 04458045 +torsk n 1 2 @ %p 1 0 02525382 +torso n 1 3 @ #p %p 1 1 05549830 +tort n 1 4 @ ~ ; - 1 0 00733883 +tort-feasor n 1 1 @ 1 0 10716286 +torte n 1 1 @ 1 0 07633511 +tortellini n 1 1 @ 1 0 07700167 +tortfeasor n 1 1 @ 1 0 10716286 +torticollis n 1 1 @ 1 0 14557719 +tortilla n 1 4 @ ~ #p ; 1 0 07880583 +tortilla_chip n 1 2 @ ~ 1 0 07712856 +tortoise n 1 3 @ ~ #m 1 0 01670092 +tortoise_plant n 1 3 @ #m %p 1 0 12088909 +tortoiseshell n 3 2 @ #m 3 0 14758420 02275773 02123242 +tortoiseshell-cat n 1 1 @ 1 0 02123242 +tortoiseshell_butterfly n 1 2 @ #m 1 0 02275773 +tortoiseshell_turtle n 1 2 @ #m 1 0 01664990 +tortricid n 1 3 @ ~ #m 1 0 02283951 +tortricid_moth n 1 3 @ ~ #m 1 0 02283951 +tortricidae n 1 3 @ #m %m 1 0 02283728 +tortrix n 2 2 @ #m 2 0 02284884 02284611 +tortuosity n 1 2 @ + 1 0 13885370 +tortuousness n 2 2 @ + 2 0 13885370 04766620 +torture n 5 3 @ ~ + 5 1 07496755 14333433 07495551 00751529 00421437 +torture_chamber n 1 1 @ 1 0 04458201 +torturer n 1 3 @ ~ + 1 0 10716389 +torturing n 1 3 @ ~ + 1 0 00421437 +torus n 2 2 @ ~ 2 0 13900088 04458299 +tory n 3 1 @ 3 1 10716576 10716864 10716698 +toscana n 1 4 @ #p %m %p 1 0 08811982 +toscanini n 1 1 @ 1 0 11346257 +tosh n 1 2 @ ; 1 0 06611147 +tosk n 1 1 @ 1 0 06942550 +tosk_dialect n 1 1 @ 1 0 06942550 +toss n 3 4 @ ~ + ; 3 2 01246086 00105820 00345817 +toss-up n 1 1 @ 1 0 11519799 +toss_bombing n 1 2 @ ~ 1 0 00979348 +tossed_salad n 1 2 @ ~ 1 0 07806633 +tosser n 2 2 @ + 2 0 10717196 10717055 +tossup n 1 1 @ 1 0 11519799 +tostada n 2 3 @ ~ ; 2 0 07881404 07881310 +tot n 2 1 @ 2 0 13773906 10714465 +total n 2 3 @ ~ + 2 2 04353803 05861067 +total_aphasia n 1 1 @ 1 0 14098347 +total_darkness n 1 1 @ 1 1 13983807 +total_depravity n 1 1 @ 1 0 06192027 +total_eclipse n 1 1 @ 1 0 07369206 +total_heat n 1 2 @ ; 1 0 05012272 +total_hysterectomy n 1 1 @ 1 0 00677613 +total_parenteral_nutrition n 1 1 @ 1 0 01059445 +totalisator n 1 1 @ 1 0 03890514 +totaliser n 2 2 @ #p 2 0 03890514 02679257 +totalism n 1 2 @ + 1 0 06213688 +totalitarian n 1 1 @ 1 0 10717337 +totalitarian_state n 1 1 @ 1 0 08226127 +totalitarianism n 2 2 @ ~ 2 0 08440630 06213688 +totalitation_regime n 1 1 @ 1 0 08226127 +totality n 3 3 @ ~ + 3 1 14461231 04765851 04353803 +totalizator n 1 1 @ 1 0 03890514 +totalizer n 2 2 @ #p 2 0 03890514 02679257 +totara n 1 2 @ #m 1 0 11653126 +tote n 1 2 @ + 1 0 02970408 +tote_bag n 1 1 @ 1 0 02970408 +totem n 2 4 @ %m + ; 2 0 08372574 04458409 +totem_pole n 1 1 @ 1 0 04458633 +totemism n 1 2 @ + 1 0 05954672 +totemist n 1 2 @ #m 1 0 10717461 +toter n 1 2 @ + 1 1 09897696 +totipotence n 1 2 @ + 1 0 05214976 +totipotency n 1 2 @ + 1 0 05214976 +totten_trust n 1 1 @ 1 0 13363365 +totterer n 1 2 @ + 1 0 10645854 +toucan n 1 3 @ ~ #m 1 0 01843383 +toucanet n 1 2 @ #m 1 0 01843719 +touch n 12 4 @ ~ #p + 12 7 07409592 05655119 07164163 04931428 00046522 13774115 07279285 14082186 07188238 05722427 05642553 04946760 +touch-me-not n 3 2 @ #m 3 0 12684379 12165758 11755319 +touch-typist n 1 2 @ + 1 0 10717772 +touch_football n 1 1 @ 1 0 00470682 +touch_modality n 1 2 @ #p 1 0 05655119 +touch_perception n 1 1 @ 1 0 05721990 +touch_screen n 1 1 @ 1 0 04458843 +touch_sensation n 1 2 @ ~ 1 0 05722427 +touch_system n 1 1 @ 1 0 06403107 +touch_typing n 1 1 @ 1 0 06403107 +touchback n 1 2 @ ; 1 0 00188449 +touchdown n 2 3 @ + ; 2 1 00188766 00305005 +toucher n 1 2 @ + 1 0 10717589 +touchiness n 1 2 @ + 1 0 07553016 +touching n 2 3 @ ~ + 2 0 07409592 00046522 +touchline n 1 1 @ 1 0 08654029 +touchscreen n 1 1 @ 1 0 04458843 +touchstone n 1 2 @ ~ 1 1 07260623 +touchwood n 1 1 @ 1 0 15101586 +tough n 3 2 @ ~ 3 0 10662649 10184081 09879297 +tough_guy n 1 2 @ ~ 1 0 10717921 +tough_luck n 1 2 @ ~ 1 0 14475405 +toughie n 2 2 @ ~ 2 0 10184081 06785367 +toughness n 4 3 @ ~ + 4 1 05032918 05031214 05021535 04710866 +toulon n 1 2 @ #p 1 0 08937995 +toulouse n 1 2 @ #p 1 0 08938163 +toulouse-lautrec n 1 1 @ 1 0 11346391 +toupe n 1 1 @ 1 0 04459018 +toupee n 1 1 @ 1 0 04459018 +tour n 3 3 @ ~ + 3 2 00310666 15292069 15293590 +tour_de_force n 1 1 @ 1 1 00047018 +tour_de_france n 1 1 @ 1 0 07459363 +tour_guide n 1 1 @ 1 0 10718040 +tour_of_duty n 1 1 @ 1 0 15293590 +touraco n 1 2 @ #m 1 0 01825278 +tourer n 2 3 @ ~ + 2 0 10718131 04459122 +tourette n 1 1 @ 1 0 11346568 +tourette's_syndrome n 1 1 @ 1 0 14311117 +touring_car n 1 1 @ 1 0 04459122 +tourism n 1 3 @ ~ + 1 0 00298161 +tourist n 1 3 @ ~ + 1 1 10718131 +tourist_attraction n 1 1 @ 1 0 05853820 +tourist_class n 1 1 @ 1 0 04459243 +tourist_court n 1 2 @ ~ 1 1 03790755 +touristry n 1 2 @ ~ 1 0 00298161 +tourmaline n 1 2 @ ~ 1 0 15076619 +tournament n 2 3 @ ~ %p 2 1 07464725 07472327 +tournedos n 1 1 @ 1 0 07660590 +tourney n 1 3 @ ~ + 1 0 07464725 +tourniquet n 1 1 @ 1 0 03082656 +tours n 1 2 @ #p 1 0 08938351 +tourtiere n 1 1 @ 1 0 07872381 +tout n 3 4 @ ~ + ; 3 0 10718509 10718349 10712835 +tout_ensemble n 2 2 @ ; 2 0 07955280 04676830 +touter n 1 2 @ + 1 0 10718349 +tovarich n 1 2 @ ; 1 0 10718665 +tovarisch n 1 2 @ ; 1 0 10718665 +tow n 1 2 @ + 1 1 00115292 +tow-headed_snake n 1 2 @ #m 1 0 01742447 +tow_car n 1 1 @ 1 0 04461696 +tow_truck n 1 1 @ 1 0 04461696 +towage n 1 2 @ + 1 0 00115292 +towboat n 1 2 @ %p 1 1 04495843 +towel n 1 3 @ ~ + 1 1 04459362 +towel_bar n 1 1 @ 1 0 04459909 +towel_horse n 1 1 @ 1 0 04459773 +towel_rack n 1 1 @ 1 1 04459773 +towel_rail n 1 1 @ 1 0 04459909 +towel_ring n 1 1 @ 1 0 04460038 +toweling n 1 2 @ ~ 1 1 04459610 +towelling n 1 2 @ ~ 1 0 04459610 +tower n 3 4 @ ~ %p + 3 2 04460130 13900422 04495843 +tower_block n 1 1 @ 1 0 03519387 +tower_cress n 2 2 @ #m 2 0 11872658 11872473 +tower_mustard n 2 2 @ #m 2 0 11872658 11872473 +tower_of_babel n 1 3 @ #p ; 1 0 04460634 +tower_of_london n 1 2 @ #p 1 0 04460947 +tower_of_pharos n 1 2 @ #m 1 0 04461148 +tower_of_strength n 1 1 @ 1 0 10718794 +towhead n 1 1 @ 1 0 10718952 +towhee n 1 2 @ ~ 1 0 01541922 +towing_line n 1 2 @ ; 1 0 04461294 +towing_path n 1 1 @ 1 0 04461570 +towing_rope n 1 2 @ ; 1 0 04461294 +towline n 1 2 @ ; 1 0 04461294 +town n 4 4 @ ~ %p + 4 3 08665504 08226514 08672199 11346710 +town_clerk n 1 1 @ 1 1 10719036 +town_crier n 1 1 @ 1 0 10719132 +town_gas n 1 2 @ ; 1 0 14685641 +town_hall n 1 1 @ 1 0 04461437 +town_house n 1 2 @ ~ 1 1 04115256 +town_meeting n 2 1 @ 2 2 08312241 08312462 +town_planning n 1 2 @ %m 1 0 00928542 +townee n 1 2 @ ; 1 0 10719395 +towner n 1 2 @ ~ 1 0 10719267 +townes n 1 1 @ 1 0 11346873 +townie n 1 1 @ 1 0 10719573 +townsend n 1 1 @ 1 0 11347080 +townsend_harris n 1 1 @ 1 0 11030855 +townsendia n 1 3 @ #m %m 1 0 12026306 +townsendia_exscapa n 1 2 @ #m 1 0 12026476 +townsfolk n 1 2 @ ~ 1 0 08226514 +township n 1 2 @ + 1 0 08672199 +townsman n 2 2 @ ~ 2 1 10719692 10719267 +townspeople n 1 2 @ ~ 1 0 08226514 +towny n 1 1 @ 1 0 10719573 +towpath n 1 1 @ 1 0 04461570 +towrope n 1 2 @ ; 1 0 04461294 +toxaemia n 2 2 @ ~ 2 0 14191037 14190907 +toxaemia_of_pregnancy n 1 2 @ ~ 1 0 14191037 +toxemia n 2 2 @ ~ 2 0 14191037 14190907 +toxemia_of_pregnancy n 1 2 @ ~ 1 0 14191037 +toxic_condition n 1 2 @ ~ 1 0 14509712 +toxic_dumpsite n 1 1 @ 1 0 08574038 +toxic_industrial_waste n 1 1 @ 1 0 14858637 +toxic_shock n 1 1 @ 1 0 14470144 +toxic_shock_syndrome n 1 1 @ 1 0 14470144 +toxic_site n 1 2 @ ~ 1 0 08661467 +toxic_waste n 1 1 @ 1 0 14858637 +toxic_waste_area n 1 2 @ ~ 1 0 08661467 +toxic_waste_dump n 1 1 @ 1 0 08574038 +toxic_waste_site n 1 1 @ 1 0 08574038 +toxicant n 1 2 @ ~ 1 0 15032376 +toxicity n 2 3 @ ~ + 2 0 13583478 04790942 +toxicodendron n 1 3 @ #m %m 1 0 12766241 +toxicodendron_diversilobum n 1 2 @ #m 1 0 12767208 +toxicodendron_quercifolium n 1 2 @ #m 1 0 12767423 +toxicodendron_radicans n 1 2 @ #m 1 0 12766869 +toxicodendron_vernicifluum n 1 2 @ #m 1 0 12767648 +toxicodendron_vernix n 1 2 @ #m 1 0 12766595 +toxicognath n 1 1 @ 1 0 01785092 +toxicologist n 1 3 @ ~ + 1 0 10719807 +toxicology n 1 3 @ + - 1 0 06064462 +toxin n 1 3 @ ~ + 1 1 15034074 +toxin_antitoxin n 1 1 @ 1 0 15028555 +toxoid n 1 1 @ 1 0 15034454 +toxoplasmosis n 1 1 @ 1 0 14186046 +toxostoma n 1 3 @ #m %m 1 0 01587713 +toxostoma_rufums n 1 1 @ 1 0 01588002 +toxotes n 1 3 @ #m %m 1 0 02620443 +toxotes_jaculatrix n 1 2 @ #m 1 0 02620578 +toxotidae n 1 3 @ #m %m 1 0 02620318 +toy n 5 3 @ ~ + 5 1 03964744 04462102 04461879 03769235 02085374 +toy_box n 1 1 @ 1 0 04462011 +toy_business n 1 1 @ 1 0 08075009 +toy_chest n 1 1 @ 1 0 04462011 +toy_dog n 1 2 @ ~ 1 0 02085374 +toy_industry n 1 1 @ 1 0 08075009 +toy_manchester n 1 1 @ 1 0 02094931 +toy_manchester_terrier n 1 1 @ 1 0 02094931 +toy_poodle n 1 1 @ 1 0 02113624 +toy_soldier n 1 1 @ 1 0 04462318 +toy_spaniel n 1 2 @ ~ 1 0 02086346 +toy_terrier n 1 1 @ 1 0 02087046 +toying n 1 2 @ + 1 0 00512522 +toynbee n 1 1 @ 1 0 11347317 +toyohashi n 1 2 @ #p 1 0 08926231 +toyon n 1 2 @ #m 1 0 12633061 +toyonaki n 1 2 @ #p 1 0 08926381 +toyota n 1 2 @ #p 1 0 08926543 +toyshop n 1 1 @ 1 0 04462240 +tpn n 1 1 @ 1 0 01059445 +tra-la n 1 1 @ 1 0 07050379 +tra-la-la n 1 1 @ 1 0 07050379 +trabecula n 1 2 @ + 1 0 05295160 +trablous n 1 2 @ #p 1 0 08957993 +trace n 6 4 @ ~ #p + 6 5 13773361 06646628 07164163 04463273 04462407 06647036 +trace_detector n 1 1 @ 1 0 04462576 +trace_element n 1 1 @ 1 0 15076931 +trace_program n 1 3 @ ~ %p 1 0 06580866 +tracer n 4 3 @ + ; 4 0 10719972 04463017 04462835 04462707 +tracer_bullet n 1 1 @ 1 0 04462707 +tracery n 1 2 @ ~ 1 0 04463141 +trachea n 2 4 @ #p %p + 2 1 05531814 05532050 +tracheal_vein n 1 1 @ 1 0 05384446 +tracheid n 1 2 @ #p 1 0 13098853 +tracheitis n 1 1 @ 1 0 14357370 +trachelospermum n 1 3 @ #m %m 1 0 11777365 +trachelospermum_jasminoides n 1 2 @ #m 1 0 11777552 +tracheobronchitis n 1 1 @ 1 0 14357454 +tracheophyta n 1 3 @ #m %m 1 0 11534434 +tracheophyte n 1 3 @ ~ %p 1 0 13083586 +tracheostomy n 1 2 @ %p 1 0 00693399 +tracheotomy n 1 2 @ %p 1 0 00693399 +trachinotus n 1 3 @ #m %m 1 0 02579420 +trachinotus_carolinus n 1 1 @ 1 0 02579762 +trachinotus_falcatus n 1 1 @ 1 0 02579928 +trachipteridae n 1 3 @ #m %m 1 0 02546177 +trachipterus n 1 3 @ #m %m 1 0 02546477 +trachipterus_arcticus n 1 2 @ #m 1 0 02546627 +trachodon n 1 2 @ #m 1 0 01707294 +trachodont n 1 2 @ #m 1 0 01707294 +trachoma n 1 1 @ 1 0 14257377 +trachurus n 1 2 @ #m 1 0 02580546 +trachurus_symmetricus n 1 1 @ 1 0 02580679 +trachurus_trachurus n 1 1 @ 1 0 02580830 +tracing n 3 2 @ + 3 1 00938419 04463273 00150932 +tracing_paper n 1 1 @ 1 0 15077109 +tracing_routine n 1 2 @ #p 1 0 06584536 +track n 11 6 @ ~ #p %p + ; 11 4 09387222 05826914 04463983 04037625 06612865 04464418 04464211 04464125 04463679 04463510 00440039 +track-to-track_seek_time n 1 2 @ ; 1 0 15269331 +track_and_field n 1 3 @ ~ #p 1 0 00439826 +track_event n 1 3 @ ~ #p 1 0 07468861 +track_meet n 1 2 @ %p 1 1 07468692 +track_record n 2 1 @ 2 0 00063310 00047745 +track_star n 1 1 @ 1 0 10720197 +trackball n 1 1 @ 1 0 04464615 +tracked_vehicle n 1 3 @ ~ %p 1 0 04464852 +tracker n 1 2 @ + 1 0 10720097 +tracking n 1 3 @ + ; 1 0 00320284 +tracklayer n 1 1 @ 1 0 10439087 +trackless_trolley n 1 2 @ %p 1 0 04487081 +tract n 4 2 @ ~ 4 3 08673395 05510907 06409290 05475878 +tract_house n 1 2 @ #p 1 0 04465050 +tract_housing n 1 2 @ %p 1 0 04465203 +tractability n 1 5 ! @ ~ = + 1 0 04905188 +tractableness n 1 4 @ ~ = + 1 0 04905188 +tractarian n 1 1 @ 1 1 10720267 +tractarianism n 1 1 @ 1 0 06229410 +traction n 2 2 @ ; 2 0 11460281 00116122 +traction_engine n 1 1 @ 1 0 04465358 +tractor n 2 2 @ ~ 2 1 04465501 04465666 +tractor_trailer n 1 3 @ ~ %p 1 0 04467665 +tracy n 1 1 @ 1 0 11347519 +trad n 1 2 @ ; 1 0 07065932 +trade n 7 4 @ ~ + - 7 5 01091905 00606370 01096454 01110274 08436562 11519949 01109687 +trade-in n 1 2 @ + 1 0 13248792 +trade-last n 1 1 @ 1 0 06695424 +trade-off n 1 1 @ 1 0 01166760 +trade_acceptance n 1 1 @ 1 0 13378174 +trade_balance n 1 1 @ 1 0 13409363 +trade_barrier n 1 2 @ ~ 1 0 06660224 +trade_bill n 1 2 @ ; 1 0 06537832 +trade_book n 1 2 @ ~ 1 0 06412350 +trade_cycle n 1 1 @ 1 0 07444100 +trade_deficit n 1 1 @ 1 0 13396768 +trade_discount n 1 1 @ 1 0 13274732 +trade_edition n 1 3 ! @ ~ 1 0 06412350 +trade_embargo n 1 1 @ 1 0 06660520 +trade_expense n 1 2 @ ~ 1 0 13276330 +trade_gap n 1 1 @ 1 0 13409363 +trade_good n 1 2 @ ~ 1 0 03076708 +trade_magazine n 1 1 @ 1 0 06596845 +trade_name n 1 3 @ ~ - 1 1 06845599 +trade_policy n 1 2 @ ~ 1 1 06663018 +trade_protection n 1 1 @ 1 0 01127874 +trade_rat n 1 3 @ ~ #m 1 0 02339922 +trade_route n 2 2 @ ~ 2 1 04163364 08680237 +trade_school n 1 1 @ 1 1 08285594 +trade_secret n 1 1 @ 1 0 06674385 +trade_stoppage n 1 1 @ 1 0 06660520 +trade_union n 1 4 @ ~ #p + 1 0 08233056 +trade_union_movement n 1 3 @ ~ %p 1 0 08472890 +trade_unionism n 1 1 @ 1 0 08473482 +trade_unionist n 1 2 @ + 1 0 10720964 +trade_wind n 1 1 @ 1 0 11519949 +tradecraft n 1 1 @ 1 0 05644016 +trademark n 2 3 @ ~ - 2 2 04732543 06851742 +tradeoff n 1 1 @ 1 0 01166760 +trader n 1 3 @ ~ + 1 1 10720453 +trades_union n 1 3 @ ~ #p 1 0 08233056 +tradescant n 1 1 @ 1 0 11347674 +tradescant's_aster n 1 1 @ 1 0 11937195 +tradescantia n 1 2 @ #m 1 0 12606797 +tradesman n 1 3 @ ~ #m 1 1 10592152 +tradespeople n 1 2 @ %m 1 0 07950685 +trading n 1 3 @ ~ + 1 1 00079398 +trading_card n 1 2 @ ~ 1 0 04465795 +trading_floor n 1 2 @ #p 1 0 03366301 +trading_operations n 1 2 @ ; 1 0 01107726 +trading_post n 1 1 @ 1 1 03119203 +trading_stamp n 1 1 @ 1 0 06796333 +tradition n 2 3 @ ~ + 2 2 05809745 05667404 +traditional_knowledge n 1 2 @ ~ 1 0 05985381 +traditionalism n 3 4 @ ~ + ; 3 2 04801877 01213702 05977800 +traditionalist n 1 3 @ ~ + 1 1 10721124 +traditionality n 1 3 @ ~ + 1 0 04801877 +traducement n 1 3 @ ~ + 1 0 06719579 +traducer n 1 2 @ + 1 0 09999135 +trafalgar n 1 3 @ #p ; 1 0 01297706 +trafalgar_square n 1 2 @ #p 1 0 08597023 +traffic n 4 3 @ ~ + 4 2 08425303 01113867 07279453 00040804 +traffic_circle n 1 2 @ #p 1 0 04465933 +traffic_control n 1 2 @ ~ 1 0 01070432 +traffic_cop n 1 2 @ ~ 1 0 10721321 +traffic_court n 1 2 @ ; 1 0 08336355 +traffic_island n 1 2 @ #p 1 0 04466169 +traffic_jam n 1 2 @ ~ 1 0 08183541 +traffic_lane n 1 3 @ ~ #p 1 0 04466386 +traffic_light n 1 2 @ ~ 1 1 06874185 +traffic_pattern n 1 2 @ %p 1 0 08492747 +traffic_signal n 1 2 @ ~ 1 0 06874185 +trafficator n 1 2 @ #p 1 0 07262704 +trafficker n 1 3 @ ~ + 1 0 10577284 +tragacanth n 1 1 @ 1 0 15077226 +tragedian n 2 1 @ 2 1 10721708 10721612 +tragedienne n 1 1 @ 1 0 10721819 +tragedy n 2 4 ! @ ~ + 2 2 07314838 07016948 +tragelaphus n 1 3 @ #m %m 1 0 02423787 +tragelaphus_angasi n 1 2 @ #m 1 0 02424909 +tragelaphus_buxtoni n 1 2 @ #m 1 0 02425086 +tragelaphus_eurycerus n 1 2 @ #m 1 0 02424085 +tragelaphus_imberbis n 1 1 @ 1 0 02424589 +tragelaphus_scriptus n 1 2 @ #m 1 0 02425228 +tragelaphus_strepsiceros n 1 1 @ 1 0 02424486 +tragic_flaw n 1 1 @ 1 0 14463331 +tragicomedy n 2 2 @ + 2 0 07017161 07016797 +tragopan n 1 2 @ #m 1 0 01807105 +tragopogon n 1 3 @ #m %m 1 0 12026764 +tragopogon_dubius n 1 1 @ 1 0 12026981 +tragopogon_porrifolius n 1 3 @ #m %p 1 0 12027222 +tragopogon_pratensis n 1 2 @ #m 1 0 12027658 +tragulidae n 1 3 @ #m %m 1 0 02435689 +tragulus n 1 3 @ #m %m 1 0 02436067 +tragulus_javanicus n 1 2 @ #m 1 0 02436353 +tragulus_kanchil n 1 2 @ #m 1 0 02436224 +tragus n 1 2 @ #p 1 0 05324134 +trail n 3 2 @ ~ 3 3 09460312 04466613 05826914 +trail_bike n 1 1 @ 1 0 04466871 +trail_boss n 1 1 @ 1 0 10722029 +trail_head n 1 1 @ 1 0 08585447 +trail_riding n 1 1 @ 1 0 00300113 +trailblazer n 2 1 @ 2 0 10721919 10434725 +trailer n 4 4 @ ~ #p + 4 0 09993252 06888674 04467307 04467099 +trailer_camp n 1 1 @ 1 0 04467506 +trailer_park n 1 1 @ 1 0 04467506 +trailer_truck n 1 3 @ ~ %p 1 0 04467665 +trailhead n 1 1 @ 1 0 08585447 +trailing n 1 3 @ + ; 1 0 00320284 +trailing_arbutus n 1 1 @ 1 0 12235051 +trailing_edge n 1 2 @ #p 1 0 04467899 +trailing_four_o'clock n 1 2 @ #m 1 0 11838413 +trailing_windmills n 1 2 @ #m 1 0 11838413 +train n 6 6 @ ~ #p %m + - 6 2 04468005 08459648 08427629 07294777 04468476 03431745 +train_depot n 1 2 @ ~ 1 0 04049098 +train_dispatcher n 1 1 @ 1 0 10803031 +train_fare n 1 2 @ ~ 1 0 13308750 +train_of_thought n 1 1 @ 1 0 05773548 +train_oil n 1 1 @ 1 0 15097430 +train_set n 1 1 @ 1 0 04468707 +train_station n 1 2 @ ~ 1 0 04049098 +train_ticket n 1 1 @ 1 0 06519607 +trainband n 1 2 @ %m 1 0 08285719 +trainbandsman n 1 2 @ #m 1 0 10722137 +trainbearer n 1 2 @ #m 1 0 10722239 +trained_nurse n 1 1 @ 1 0 10140929 +trained_worker n 1 2 @ ~ 1 1 10605985 +trainee n 1 3 @ ~ + 1 0 10722385 +traineeship n 1 2 @ + 1 1 13267816 +trainer n 2 3 @ ~ + 2 0 10722575 03363363 +training n 2 3 @ ~ + 2 1 00893955 04921900 +training_college n 1 2 @ ; 1 0 08285896 +training_program n 1 2 @ ~ 1 1 05909921 +training_school n 2 2 @ ~ 2 1 08286039 04069777 +training_ship n 1 1 @ 1 1 04146862 +training_table n 1 2 @ #p 1 0 07565458 +trainload n 1 1 @ 1 0 13772876 +trainman n 1 2 @ ~ 1 1 10722758 +trainmaster n 1 1 @ 1 0 10803031 +trait n 1 3 @ ~ #p 1 1 04616059 +traitor n 2 3 @ ~ + 2 1 10722965 10027590 +traitorousness n 1 3 @ ~ + 1 0 04879658 +traitress n 1 1 @ 1 0 10723230 +trajan n 1 1 @ 1 0 11347834 +trajectory n 1 2 @ ~ 1 0 11481334 +tram n 3 5 @ ~ #p + ; 3 0 04469813 04468847 04335435 +tramcar n 2 4 @ ~ #p ; 2 0 04468847 04335435 +tramline n 1 2 @ %p 1 0 04469003 +trammel n 4 3 @ ~ + 4 0 04469345 04469251 04469147 04181228 +trammel_net n 1 1 @ 1 0 04469345 +tramontana n 1 1 @ 1 0 11520271 +tramontane n 1 1 @ 1 0 11520271 +tramp n 6 3 @ ~ + 6 1 10723300 10683675 10176111 07398560 04469684 00288970 +tramp's_spurge n 1 2 @ #m 1 0 12919195 +tramp_steamer n 1 1 @ 1 0 04469684 +tramper n 2 3 @ ~ + 2 0 10646942 10176111 +trample n 1 2 @ + 1 0 07398659 +trampler n 2 2 @ + 2 0 10723474 10646942 +trampling n 1 2 @ + 1 1 07398659 +trampoline n 1 1 @ 1 0 04469514 +tramway n 2 2 @ %p 2 0 04469813 04469003 +trance n 2 3 @ ~ + 2 2 14407536 05681334 +tranche n 1 1 @ 1 0 13285619 +trandate n 1 1 @ 1 0 03630544 +trandolapril n 1 1 @ 1 0 04470037 +tranquility n 3 3 @ ~ + 3 1 04904352 13969101 07515560 +tranquilizer n 1 3 @ ~ + 1 1 04470232 +tranquilliser n 1 3 @ ~ + 1 0 04470232 +tranquillity n 3 3 @ ~ + 3 0 13969101 07515560 04904352 +tranquillizer n 1 3 @ ~ + 1 0 04470232 +trans-alaska_pipeline n 1 2 @ #p 1 0 02694776 +trans_fatty_acid n 1 3 @ ~ #s 1 0 14741124 +transactinide n 1 2 @ + 1 0 14627373 +transaction n 1 3 @ ~ + 1 1 01106808 +transaction_file n 1 2 @ ; 1 0 06510271 +transactional_immunity n 1 1 @ 1 0 00214794 +transactions n 1 3 @ ~ #p 1 0 06508112 +transactor n 1 2 @ + 1 0 10723597 +transalpine n 1 2 @ + 1 0 10723731 +transaminase n 1 2 @ ~ 1 0 15077338 +transamination n 2 2 @ + 2 0 13568109 13567960 +transcaucasia n 1 3 @ #p %p 1 0 08519916 +transcendence n 2 2 @ + 2 0 13963565 13950440 +transcendency n 2 2 @ + 2 0 13963565 13950440 +transcendental_number n 1 2 @ ~ 1 0 13730756 +transcendental_philosophy n 1 1 @ 1 0 06192186 +transcendentalism n 1 2 @ + 1 0 06192186 +transcendentalist n 1 2 @ + 1 0 10723873 +transcortical_aphasia n 1 1 @ 1 0 14098864 +transcriber n 5 3 @ ~ + 5 0 10725280 10724272 10724132 10723984 09809925 +transcript n 2 2 @ ; 2 0 07277384 06505517 +transcriptase n 1 1 @ 1 0 14984687 +transcription n 5 5 @ ~ + ; - 5 1 06349597 13568238 04470605 00939628 00910203 +transdermal_patch n 1 2 @ ~ 1 0 04470741 +transducer n 1 3 @ ~ + 1 1 04470953 +transducing_vector n 1 2 @ ~ 1 0 09460516 +transduction n 2 4 @ ~ + ; 2 0 13568796 13568524 +transept n 1 2 @ #p 1 0 04471148 +transexual n 2 1 @ 2 0 10725893 10725734 +transfer n 6 4 @ ~ %p + 6 3 00315986 10724372 00201671 06519480 05756203 01107932 +transfer_agent n 1 1 @ 1 0 08419774 +transfer_of_training n 1 2 @ ~ 1 0 05756203 +transfer_paper n 1 2 @ ~ 1 0 15077752 +transfer_payment n 1 1 @ 1 0 13278100 +transfer_rna n 1 1 @ 1 0 14833143 +transfer_tax n 1 2 @ ~ 1 0 13315616 +transferability n 1 2 @ + 1 0 04736516 +transferase n 1 2 @ ~ 1 0 15077571 +transferee n 2 2 @ ; 2 0 10724570 10724372 +transference n 3 4 @ ~ + ; 3 0 06247181 01107932 00201671 +transferer n 1 3 @ ~ + 1 0 10724699 +transferor n 1 3 @ + ; 1 0 10724999 +transferral n 1 4 @ ~ %p + 1 0 00315986 +transferred_possession n 1 2 @ ~ 1 0 13252973 +transferred_property n 1 2 @ ~ 1 0 13252973 +transferrer n 1 3 @ ~ + 1 0 10724699 +transferrin n 1 1 @ 1 0 15077917 +transfiguration n 4 3 @ + ; 4 0 15299367 07358377 00402308 00399717 +transfiguration_day n 1 2 @ ; 1 0 15299367 +transfiguration_of_jesus n 1 2 @ ; 1 0 07358377 +transformation n 5 4 @ ~ + ; 5 1 07359599 13785136 07260332 00399030 00398704 +transformer n 1 4 @ ~ %p + 1 1 04471315 +transforming_gene n 1 1 @ 1 0 05440410 +transfusion n 2 3 @ ~ + 2 1 00324056 00323923 +transfusion_reaction n 1 1 @ 1 0 01267344 +transgene n 1 1 @ 1 0 05441686 +transgression n 3 3 @ ~ + 3 1 00745005 11520435 00744862 +transgressor n 1 2 @ + 1 0 10285762 +transience n 2 3 @ ~ + 2 1 05055278 05053042 +transiency n 1 3 @ ~ + 1 0 05055278 +transient n 2 3 @ + ; 2 0 10725149 07347468 +transient_global_amnesia n 1 1 @ 1 0 05674319 +transient_ischemic_attack n 1 1 @ 1 0 14166589 +transistor n 1 5 @ ~ %p + ; 1 1 04471632 +transit n 3 5 @ ~ #p %p + 3 1 04419073 04473432 00309115 +transit_declinometer n 1 1 @ 1 0 03168933 +transit_instrument n 1 1 @ 1 0 04471912 +transit_line n 1 3 @ ~ #p 1 1 04472098 +transit_zone n 1 1 @ 1 0 08691445 +transition n 5 3 @ ~ + 5 3 00201058 07415730 07358576 07087641 06401328 +transitive n 1 2 @ ~ 1 0 06331281 +transitive_verb n 1 2 @ ~ 1 0 06331281 +transitive_verb_form n 1 2 @ ~ 1 0 06331281 +transitiveness n 1 2 @ + 1 0 13798118 +transitivity n 2 4 ! @ + ; 2 0 13798491 13798118 +transitoriness n 1 3 @ ~ + 1 0 05055278 +translating_program n 1 1 @ 1 0 06581268 +translation n 7 4 @ ~ + ; 7 3 06536389 07446404 00398704 13785736 13568983 06429483 00330984 +translator n 3 3 @ ~ + 3 0 10725280 10212501 06581268 +transliteration n 1 2 @ + 1 0 06349828 +translocation n 2 3 @ + ; 2 0 13569664 13569464 +translucence n 1 2 @ + 1 1 04702351 +translucency n 1 2 @ + 1 0 04702351 +translucent_substance n 1 2 @ ~ 1 0 15078550 +transmigrante n 1 1 @ 1 0 10725438 +transmigration n 1 2 @ + 1 0 07321387 +transmission n 5 6 @ ~ #p %p + - 5 2 00121366 06251781 13589003 07360647 04472243 +transmission_channel n 1 1 @ 1 0 06259898 +transmission_control_protocol n 1 2 @ #p 1 0 06666210 +transmission_control_protocol/internet_protocol n 1 2 @ %p 1 0 06666486 +transmission_density n 1 2 @ ; 1 0 05089367 +transmission_line n 1 3 @ ~ #p 1 0 02934168 +transmission_mechanism n 1 2 @ ~ 1 0 09460680 +transmission_shaft n 1 2 @ #p 1 0 04472563 +transmission_system n 1 4 @ ~ #p %p 1 0 04472243 +transmission_time n 1 1 @ 1 0 15131269 +transmittal n 1 3 @ ~ + 1 0 00121366 +transmittance n 1 1 @ 1 0 13589003 +transmitter n 3 5 @ ~ %p + ; 3 0 10578762 09469285 04472726 +transmitting n 1 3 @ ~ + 1 1 00121366 +transmitting_aerial n 1 3 @ ~ #p 1 0 02715229 +transmogrification n 1 2 @ + 1 0 00399846 +transmutability n 1 2 @ + 1 0 04734145 +transmutation n 3 4 @ ~ + ; 3 2 01250826 07359599 07416441 +transom n 2 1 @ 2 0 04473108 04472961 +transom_window n 1 1 @ 1 0 04473108 +transorbital_lobotomy n 1 1 @ 1 0 00684450 +transparence n 2 3 @ ~ + 2 0 11520619 04702127 +transparency n 3 4 ! @ ~ + 3 0 11520619 04702127 03375956 +transparent_gem n 1 2 @ ~ 1 0 15078050 +transparent_quartz n 1 2 @ ~ 1 0 14694293 +transparent_substance n 1 2 @ ~ 1 0 15078550 +transparentness n 1 3 @ ~ + 1 0 04702127 +transpiration n 3 2 @ + 3 1 13569905 13570072 13569774 +transplant n 3 4 @ ~ + ; 3 0 05582859 00693679 00331102 +transplantation n 2 3 @ ~ + 2 0 00693679 00331102 +transplanter n 1 2 @ + 1 0 10725613 +transplanting n 1 2 @ + 1 0 00331102 +transponder n 1 1 @ 1 0 04473275 +transport n 6 6 @ ~ #p %p + - 6 3 03100490 13570236 01105259 13986372 04392764 00315986 +transport_ship n 1 2 @ ; 1 0 04474187 +transportation n 6 6 @ ~ #p %p + - 6 2 04473432 00315986 13308147 08143653 01105259 00207761 +transportation_company n 1 2 @ ~ 1 0 08004089 +transportation_secretary n 2 2 @ #m 2 0 10573349 00602669 +transportation_security_administration n 1 2 @ #p 1 0 08144308 +transportation_system n 1 4 @ ~ #p %p 1 0 04473432 +transporter n 3 5 @ ~ #p + ; 3 0 04474035 04473884 03100897 +transposability n 1 2 @ + 1 0 04737568 +transpose n 1 1 @ 1 0 08270290 +transposition n 7 3 @ + ; 7 0 14103998 07443761 07425903 00869260 00339907 00339776 00102162 +transposon n 1 1 @ 1 0 14831812 +transsexual n 2 2 @ + 2 0 10725893 10725734 +transsexual_surgery n 1 1 @ 1 0 00691648 +transsexualism n 1 1 @ 1 0 14572074 +transshipment n 1 2 @ + 1 0 00316460 +transshipment_center n 1 1 @ 1 0 08637771 +transubstantiation n 2 2 @ + 2 0 06192411 01250826 +transudate n 1 1 @ 1 0 14853112 +transudation n 2 2 @ + 2 0 14853112 07432337 +transuranic_element n 1 1 @ 1 0 14624191 +transurethral_resection_of_the_prostate n 1 1 @ 1 0 00694088 +transvaal n 1 3 @ #p %p 1 0 09001373 +transvaal_daisy n 1 2 @ #m 1 0 11971927 +transvaal_kafferboom n 1 1 @ 1 0 12528768 +transverse_colon n 1 2 @ #p 1 0 05536858 +transverse_flute n 1 2 @ ~ 1 0 03372029 +transverse_muscle_of_abdomen n 1 1 @ 1 0 05558078 +transverse_process n 1 2 @ #p 1 0 05587628 +transverse_sinus n 1 1 @ 1 0 05252834 +transversus_abdominis n 1 1 @ 1 1 05558078 +transversus_abdominis_muscle n 1 1 @ 1 0 05558078 +transvestism n 1 1 @ 1 0 01031858 +transvestite n 1 2 @ + 1 0 10726031 +transvestitism n 1 1 @ 1 1 01031858 +transylvania n 1 1 @ 1 0 08814781 +transylvanian_alps n 1 2 @ #p 1 0 09460888 +tranylcypromine n 1 1 @ 1 0 04474317 +trap n 8 6 @ ~ #p %p + ; 8 5 04474466 04475032 05837370 04474922 01246926 05302307 04474843 02920369 +trap-and-drain_auger n 1 1 @ 1 0 04475195 +trap-door_spider n 1 2 @ #m 1 0 01775730 +trap_block n 1 2 @ ; 1 0 00562823 +trap_door n 1 1 @ 1 0 04475309 +trap_line n 1 1 @ 1 0 08432264 +trap_play n 1 2 @ ; 1 0 00976270 +trapa n 1 3 @ #m %m 1 0 12348127 +trapa_bicornis n 1 1 @ 1 0 12348635 +trapa_natans n 1 1 @ 1 0 12348518 +trapaceae n 1 3 @ #m %m 1 0 12347892 +trapeze n 1 1 @ 1 0 04475411 +trapezium n 3 3 ! @ ; 3 0 13881381 09461069 05272891 +trapezium_bone n 1 1 @ 1 0 05272891 +trapezius n 1 1 @ 1 0 05591770 +trapezius_muscle n 1 1 @ 1 0 05591770 +trapezohedron n 1 1 @ 1 0 13918717 +trapezoid n 2 3 @ + ; 2 0 13881512 05273073 +trapezoid_bone n 1 1 @ 1 0 05273073 +trapper n 1 3 @ ~ + 1 1 10726233 +trapper's_tea n 1 2 @ #m 1 0 12238756 +trapping n 1 2 @ ~ 1 1 02955540 +trappings n 1 2 @ ; 1 0 03405595 +trappist n 1 1 @ 1 0 10726388 +trapshooter n 1 1 @ 1 0 10726524 +trapshooting n 1 1 @ 1 0 00124342 +trash n 4 4 @ ~ + ; 4 0 14857497 08402147 06611998 03754295 +trash_barrel n 1 1 @ 1 0 02747177 +trash_bin n 1 1 @ 1 0 02747177 +trash_can n 1 1 @ 1 0 02747177 +trash_collection n 1 1 @ 1 0 01015843 +trash_dump n 1 2 @ ~ 1 1 08560027 +trash_heap n 1 1 @ 1 0 08573842 +trash_pickup n 1 1 @ 1 0 01015843 +trash_pile n 1 1 @ 1 0 08573842 +trashiness n 1 2 @ + 1 0 05140593 +trasimeno n 1 2 @ ; 1 0 01297978 +traubel n 1 1 @ 1 0 11348047 +trauma n 2 3 @ ~ + 2 0 14285662 14285276 +traumatic_epilepsy n 1 1 @ 1 0 14089450 +traumatology n 1 1 @ 1 0 06064838 +traumatophobia n 1 1 @ 1 0 14385919 +trautvetteria n 1 3 @ #m %m 1 0 11738832 +trautvetteria_carolinensis n 1 2 @ #m 1 0 11738997 +travail n 2 5 @ ~ #p %p + 2 0 14048441 00621627 +trave n 1 1 @ 1 0 04475496 +travel n 3 3 @ ~ + 3 2 00295701 07311115 00283127 +travel_agency n 1 1 @ 1 0 08355692 +travel_agent n 1 1 @ 1 0 10726669 +travel_allowance n 1 2 @ ~ 1 0 13293901 +travel_and_entertainment_account n 1 1 @ 1 0 13411943 +travel_bargain n 1 1 @ 1 0 13254105 +travel_expense n 1 2 @ ; 1 0 13306669 +travel_guidebook n 1 2 @ ~ 1 0 06423378 +travel_iron n 1 1 @ 1 0 04475631 +travel_kit n 1 1 @ 1 0 04447156 +travel_plan n 1 1 @ 1 0 05905706 +travel_reimbursement n 1 2 @ ~ 1 0 13293901 +travel_time n 1 1 @ 1 0 15119374 +traveler n 1 3 @ ~ + 1 1 09629752 +traveler's_check n 1 1 @ 1 0 13380309 +traveler's_joy n 1 1 @ 1 0 11731411 +traveler's_letter_of_credit n 1 2 @ ~ 1 0 13380148 +traveler's_tree n 1 2 @ #m 1 0 12355023 +traveling n 1 3 @ ~ + 1 0 00295701 +traveling_bag n 1 2 @ ~ 1 0 02773838 +traveling_salesman n 1 2 @ ~ 1 0 10726786 +traveling_wave n 1 2 @ ~ 1 0 07347051 +traveller n 1 3 @ ~ + 1 1 09629752 +traveller's_check n 1 1 @ 1 0 13380309 +traveller's_joy n 1 1 @ 1 0 11731411 +traveller's_letter_of_credit n 1 2 @ ~ 1 0 13380148 +traveller's_tree n 1 2 @ #m 1 0 12355023 +travelling n 1 3 @ ~ + 1 0 00295701 +travelling_bag n 1 2 @ ~ 1 0 02773838 +travelling_salesman n 1 2 @ ~ 1 0 10726786 +travelling_wave n 1 2 @ ~ 1 0 07347051 +travelog n 1 1 @ 1 0 06615348 +travelogue n 1 1 @ 1 1 06615348 +traversal n 2 3 @ #p + 2 0 00298047 00296946 +traverse n 4 3 @ #p + 4 0 04475496 04472961 00298047 00296946 +traverse_city n 1 2 @ #p 1 0 09101882 +traverser n 1 2 @ + 1 0 10727016 +travesty n 2 2 @ + 2 0 07016250 06780309 +trawl n 2 2 @ + 2 0 04475900 04475749 +trawl_line n 1 1 @ 1 0 04475900 +trawl_net n 1 1 @ 1 0 04475749 +trawler n 2 1 @ 2 0 10727171 04476116 +tray n 1 2 @ ~ 1 1 04476259 +tray_cloth n 1 1 @ 1 0 04476526 +trazodone n 1 1 @ 1 0 04476633 +trazodone_hydrochloride n 1 1 @ 1 0 04476633 +treachery n 2 3 @ ~ + 2 1 04879964 00749767 +treacle n 2 3 @ + ; 2 0 07860208 06775969 +tread n 4 3 @ #p + 4 1 00285889 04477091 04476972 04476831 +tread-softly n 1 2 @ #m 1 0 12925179 +tread-wheel n 1 1 @ 1 0 04477219 +treading_water n 1 2 @ %p 1 0 00575214 +treadle n 1 4 @ ~ #p + 1 0 03903424 +treadmill n 3 1 @ 3 1 04477387 04477219 00606119 +treadmill_test n 1 1 @ 1 0 05747322 +treadwheel n 1 1 @ 1 0 04477219 +treason n 3 3 @ ~ + 3 1 00782072 04879658 00749767 +treasonist n 1 3 @ ~ + 1 0 10722965 +treasure n 4 3 @ ~ + 4 4 13370669 03432972 13370448 08463969 +treasure_chest n 1 1 @ 1 0 04477548 +treasure_flower n 1 1 @ 1 0 11971406 +treasure_house n 1 1 @ 1 0 04477638 +treasure_hunt n 1 1 @ 1 0 00460706 +treasure_ship n 1 1 @ 1 0 04477725 +treasure_state n 1 4 @ #p %p - 1 0 09108164 +treasure_trove n 2 1 @ 2 0 13371355 08464098 +treasurer n 1 3 @ ~ + 1 1 10727256 +treasurer's_check n 1 1 @ 1 0 13383439 +treasurer's_cheque n 1 1 @ 1 0 13383439 +treasurership n 1 2 @ + 1 0 00605246 +treasury n 6 4 @ ~ #m %p 6 2 13356985 08120235 13394326 10727458 08139795 04477825 +treasury_bill n 1 1 @ 1 0 13394592 +treasury_bond n 1 1 @ 1 0 13394792 +treasury_department n 1 2 @ %p 1 0 08139795 +treasury_note n 1 1 @ 1 0 13394907 +treasury_obligations n 1 2 @ ~ 1 0 13394326 +treasury_secretary n 2 2 @ #m 2 0 10573129 00602448 +treasury_shares n 1 1 @ 1 0 13419951 +treasury_stock n 1 1 @ 1 0 13419951 +treat n 2 3 @ ~ + 2 0 07557165 07289358 +treater n 1 3 @ ~ + 1 0 10351874 +treatise n 1 2 @ ~ 1 0 06408651 +treatment n 4 4 @ ~ %p + 4 4 00658082 01134861 04929976 07138085 +treaty n 1 2 @ ~ 1 1 06773434 +treaty_of_versailles n 1 1 @ 1 0 06775602 +treaty_port n 1 1 @ 1 0 08639951 +treble n 1 2 @ + 1 0 04985930 +treble_clef n 1 1 @ 1 0 06862805 +treble_damages n 1 1 @ 1 0 13292244 +treble_recorder n 1 2 @ ~ 1 0 03355468 +treble_staff n 1 1 @ 1 0 06862805 +trebuchet n 1 1 @ 1 0 02981911 +trebucket n 1 1 @ 1 0 02981911 +tree n 3 6 @ ~ #m %s %p + 3 1 13104059 13912260 11348160 +tree-frog n 2 3 @ ~ #m 2 0 01650167 01644373 +tree-worship n 1 1 @ 1 0 01045714 +tree_branch n 1 3 @ ~ #p 1 1 13163803 +tree_celandine n 1 2 @ #m 1 0 11903333 +tree_clubmoss n 1 1 @ 1 0 13223710 +tree_cotton n 2 1 @ 2 0 12176453 12176278 +tree_creeper n 2 3 @ ~ #m 2 0 01589286 01554448 +tree_cricket n 1 3 @ ~ #m 1 0 02230480 +tree_diagram n 1 2 @ ~ 1 0 13912260 +tree_farm n 1 2 @ ~ 1 0 09461170 +tree_farmer n 1 1 @ 1 0 10104756 +tree_farming n 1 1 @ 1 0 00917614 +tree_fern n 1 2 @ ~ 1 0 13186654 +tree_frog n 2 3 @ ~ #m 2 0 01650167 01644373 +tree_fuchsia n 1 1 @ 1 0 12343951 +tree_heath n 2 3 @ #m %p 2 0 12254891 12227658 +tree_house n 1 1 @ 1 0 04477966 +tree_hugger n 1 2 @ ; 1 0 10727623 +tree_kangaroo n 1 2 @ #m 1 0 01879509 +tree_line n 1 1 @ 1 0 08547655 +tree_lizard n 1 2 @ #m 1 0 01681653 +tree_lupine n 1 2 @ #m 1 0 12546617 +tree_mallow n 1 2 @ #m 1 0 12182615 +tree_martin n 1 2 @ #m 1 0 01595168 +tree_of_heaven n 1 2 @ #m 1 0 12717224 +tree_of_knowledge n 1 1 @ 1 0 13240362 +tree_of_the_gods n 1 2 @ #m 1 0 12717224 +tree_onion n 1 1 @ 1 0 12433540 +tree_poppy n 1 2 @ #m 1 0 11905035 +tree_shrew n 1 3 @ ~ #m 1 0 02495242 +tree_sloth n 1 3 @ ~ #m 1 0 02456962 +tree_sparrow n 2 2 @ #m 2 0 01540090 01536334 +tree_squirrel n 1 3 @ ~ #m 1 0 02355477 +tree_stump n 1 3 @ ~ #p 1 0 13111504 +tree_surgeon n 1 1 @ 1 0 10727818 +tree_surgery n 1 1 @ 1 0 00921530 +tree_swallow n 2 2 @ #m 2 0 01595450 01595168 +tree_swift n 1 2 @ #m 1 0 01833415 +tree_toad n 1 3 @ ~ #m 1 0 01650167 +tree_tobacco n 1 1 @ 1 0 12908230 +tree_tomato n 1 2 @ #m 1 0 12903014 +tree_trunk n 1 3 @ #p %p 1 1 13165815 +tree_wallaby n 1 2 @ #m 1 0 01879509 +treehopper n 1 2 @ #m 1 0 02259708 +treelet n 1 2 @ + 1 0 13107807 +treenail n 1 1 @ 1 0 04478066 +treetop n 1 3 @ ~ #p 1 1 13128003 +trefoil n 3 3 @ ~ #m 3 0 12548280 11752578 04478257 +trefoil_arch n 1 1 @ 1 0 04478383 +treillage n 1 2 @ ~ 1 0 04478512 +trek n 2 2 @ ; 2 0 00310516 00310347 +trekker n 1 2 @ + 1 0 10727944 +trellis n 1 3 @ ~ + 1 0 04478512 +trema n 1 2 @ #m 1 0 12410205 +trematoda n 1 3 @ #m %m 1 0 01925469 +trematode n 1 3 @ ~ #m 1 0 01925695 +trematode_worm n 1 3 @ ~ #m 1 0 01925695 +tremble n 1 2 @ + 1 0 00867983 +trembler n 1 2 @ + 1 0 10498046 +trembles n 1 1 @ 1 0 14276201 +trembling n 1 3 @ ~ + 1 1 14004572 +tremella n 1 3 @ #m %m 1 0 13060912 +tremella_foliacea n 1 2 @ #m 1 0 13061471 +tremella_fuciformis n 1 2 @ #m 1 0 13061172 +tremella_lutescens n 1 2 @ #m 1 0 13061348 +tremella_reticulata n 1 3 @ #m ; 1 0 13061704 +tremellaceae n 1 3 @ #m %m 1 0 13060689 +tremellales n 1 3 @ #m %m 1 0 13060451 +tremolite n 1 2 @ #m 1 0 14725941 +tremolo n 2 2 @ ; 2 0 14004958 07399336 +tremor n 3 4 @ ~ #p + 3 2 00348801 07429484 14005137 +trenail n 1 1 @ 1 0 04478066 +trench n 3 4 @ ~ #p + 3 1 04478657 09461315 04478889 +trench_coat n 1 1 @ 1 0 04479046 +trench_fever n 1 1 @ 1 0 14142207 +trench_foot n 1 1 @ 1 0 14299480 +trench_knife n 1 1 @ 1 0 04479287 +trench_mortar n 1 1 @ 1 0 03786715 +trench_mouth n 1 1 @ 1 0 14124931 +trench_warfare n 2 1 @ 2 0 01236633 00964952 +trenchancy n 1 2 @ + 1 0 05199680 +trencher n 2 2 @ + 2 0 10728117 04479155 +trencherman n 1 1 @ 1 0 10132988 +trenching_spade n 1 1 @ 1 0 03291413 +trend n 4 3 @ ~ + 4 3 08681777 08681222 06197664 05750163 +trend-setter n 1 1 @ 1 0 10728233 +trend_analysis n 1 1 @ 1 0 05784152 +trend_line n 1 1 @ 1 0 06801313 +trend_setting n 1 1 @ 1 0 01257033 +trent n 2 2 @ #p 2 0 09461515 08812552 +trent_river n 1 2 @ #p 1 0 09461515 +trental n 1 2 @ ; 1 0 03913437 +trente-et-quarante n 1 1 @ 1 0 00495103 +trentino-alto_adige n 1 3 @ #p %p 1 0 08812399 +trento n 1 2 @ #p 1 0 08812552 +trenton n 1 2 @ #p 1 0 09113022 +trepan n 2 2 @ + 2 0 04479526 04479405 +trepang n 1 2 @ #m 1 0 02322047 +trephination n 1 2 @ + 1 0 00694276 +trephine n 1 2 @ + 1 0 04479526 +trephritidae n 1 3 @ #m %m 1 0 02196542 +trepidation n 1 1 @ 1 1 07522043 +treponema n 1 2 @ #m 1 0 01382699 +treponemataceae n 1 3 @ #m %m 1 0 01382273 +trespass n 2 3 @ ~ + 2 0 00734482 00733483 +trespass_de_bonis_asportatis n 1 1 @ 1 0 00735017 +trespass_on_the_case n 1 1 @ 1 0 00735198 +trespass_quare_clausum_fregit n 1 1 @ 1 0 00735553 +trespass_viet_armis n 1 1 @ 1 0 00735686 +trespasser n 1 3 @ ~ + 1 0 10213652 +tress n 1 2 @ ~ 1 0 05259512 +trestle n 2 2 @ #p 2 1 04479823 04479694 +trestle_bridge n 1 1 @ 1 0 04479939 +trestle_table n 1 2 @ %p 1 0 04480033 +trestlework n 1 1 @ 1 0 04480141 +trevelyan n 2 1 @ 2 0 11348584 11348356 +trevino n 1 1 @ 1 0 11348812 +trevithick n 1 1 @ 1 0 11348946 +trews n 1 2 @ ; 1 0 04480303 +trey n 2 1 @ 2 0 13744044 04480415 +trf n 1 1 @ 1 0 15074203 +trh n 1 1 @ 1 0 15074203 +tri-chad n 1 1 @ 1 0 15079184 +tri-iodomethane n 1 1 @ 1 0 14620781 +tri-iodothyronine n 1 1 @ 1 1 14835230 +triacetate n 1 1 @ 1 0 14965321 +triad n 4 2 @ ~ 4 0 13744044 07986198 07986066 06870211 +triaenodon n 1 3 @ #m %m 1 0 01493012 +triaenodon_obseus n 1 2 @ #m 1 0 01493146 +triage n 1 1 @ 1 0 01017167 +triakidae n 1 3 @ #m %m 1 0 01491991 +trial n 6 5 @ ~ %p + ; 6 4 00791078 05799212 00794367 01195867 07477231 07372959 +trial_and_error n 1 1 @ 1 1 00641421 +trial_attorney n 1 2 @ ; 1 0 10728361 +trial_balance n 1 1 @ 1 0 13411005 +trial_balloon n 2 1 @ 2 1 05800527 04480527 +trial_by_ordeal n 1 1 @ 1 0 01196477 +trial_court n 1 2 @ ; 1 1 08336490 +trial_impression n 1 3 @ ~ ; 1 0 06590885 +trial_judge n 1 2 @ ; 1 1 10728523 +trial_lawyer n 1 2 @ ; 1 0 10728361 +trial_period n 1 2 @ ~ 1 0 15115926 +trial_run n 1 2 @ ~ 1 0 05799212 +trialeurodes n 1 3 @ #m %m 1 0 02247076 +trialeurodes_vaporariorum n 1 2 @ #m 1 0 02247216 +triamcinolone n 1 1 @ 1 1 15078768 +triangle n 5 3 @ ~ + 5 1 13879320 13879634 09461724 04480995 04480853 +triangular_bandage n 1 1 @ 1 0 04239436 +triangular_prism n 1 1 @ 1 0 13885111 +triangularity n 1 2 @ + 1 0 05072523 +triangulation n 2 2 @ + 2 0 06008148 00617337 +triangulum n 1 1 @ 1 0 09461724 +triangulum_australe n 1 1 @ 1 0 09461864 +triassic n 1 2 @ #p 1 0 15126750 +triassic_period n 1 2 @ #p 1 0 15126750 +triatoma n 1 3 @ #m %m 1 0 02244396 +triavil n 1 2 @ ; 1 0 03918297 +triazine n 1 1 @ 1 0 15079030 +triazolam n 1 1 @ 1 0 04480625 +tribade n 1 2 @ ~ 1 0 10254965 +tribadism n 1 2 @ + 1 0 00857530 +tribal_chief n 1 2 @ ~ 1 0 10164025 +tribal_sheik n 1 1 @ 1 0 10588357 +tribal_sheikh n 1 1 @ 1 0 10588357 +tribal_society n 1 2 @ ~ 1 0 08288390 +tribalisation n 1 2 ! @ 1 0 00382739 +tribalism n 2 1 @ 2 0 13928943 05954807 +tribalization n 1 2 ! @ 1 0 00382739 +tribasic_acid n 1 1 @ 1 0 14611397 +tribasic_sodium_phosphate n 1 1 @ 1 0 15080747 +tribe n 4 6 @ ~ #m %m + ; 4 0 08372411 08168531 08108784 07969695 +tribe_bambuseae n 1 3 @ #m %m 1 0 12147031 +tribe_bovini n 1 2 @ #m 1 0 02401509 +tribe_bubalus n 1 3 @ #m %m 1 0 02408217 +tribe_synercus n 1 3 @ #m %m 1 0 02409369 +tribes_of_israel n 1 2 @ ~ 1 0 08372847 +tribesman n 1 2 @ #m 1 0 10728624 +tribolium n 1 3 @ #m %m 1 0 02181599 +tribologist n 1 2 @ + 1 0 10728727 +tribology n 1 2 @ + 1 0 06135095 +tribonema n 1 3 @ #m %m 1 0 01401686 +tribonemaceae n 1 3 @ #m %m 1 0 01401517 +tribromoethanol n 1 1 @ 1 0 04481144 +tribromoethyl_alcohol n 1 1 @ 1 0 04481144 +tribromomethane n 1 1 @ 1 0 14620549 +tribulation n 1 3 @ ~ + 1 0 07372959 +tribulus n 1 3 @ #m %m 1 0 12723446 +tribulus_terestris n 1 2 @ #m 1 0 12723610 +tribunal n 1 4 @ ~ %m %p 1 1 08329453 +tribune n 2 2 @ ; 2 0 10728828 04481255 +tribuneship n 1 1 @ 1 0 00605349 +tributary n 1 2 ! @ 1 0 09278997 +tribute n 3 1 @ 3 1 06697195 01122387 00784755 +tribute_album n 1 1 @ 1 0 06592421 +tributyrin n 1 1 @ 1 0 14788596 +tricarboxylic_acid_cycle n 1 3 @ #p %p 1 0 13505467 +trice n 1 1 @ 1 0 15247110 +triceps n 1 2 @ ~ 1 0 05579604 +triceps_brachii n 1 2 @ #p 1 0 05579753 +triceratops n 1 2 @ #m 1 0 01704323 +trichechidae n 1 3 @ #m %m 1 0 02073532 +trichechus n 1 3 @ #m %m 1 0 02073679 +trichechus_manatus n 1 2 @ #m 1 0 02073831 +trichina n 1 1 @ 1 0 01932936 +trichinella_spiralis n 1 1 @ 1 0 01932936 +trichiniasis n 1 1 @ 1 0 14350536 +trichinosis n 1 1 @ 1 0 14350536 +trichion n 1 2 @ #p 1 0 08523340 +trichiuridae n 1 3 @ #m %m 1 0 02622823 +trichloracetic_acid n 1 1 @ 1 0 15079310 +trichloride n 1 2 @ ~ 1 0 15016984 +trichlormethiazide n 1 1 @ 1 0 04481373 +trichloroacetic_acid n 1 1 @ 1 1 15079310 +trichloroethane n 1 1 @ 1 0 14851414 +trichloroethylene n 1 1 @ 1 0 14851414 +trichloromethane n 1 1 @ 1 0 03022406 +trichobezoar n 1 1 @ 1 0 09301044 +trichoceros n 1 3 @ #m %m 1 0 12085469 +trichodesmium n 1 2 @ #m 1 0 01359762 +trichodontidae n 1 3 @ #m %m 1 0 02558350 +trichoglossus n 1 3 @ #m %m 1 0 01820937 +trichoglossus_moluccanus n 1 2 @ #m 1 0 01821076 +tricholoma n 1 3 @ #m %m 1 0 13016749 +tricholoma_aurantium n 1 2 @ #m 1 0 13018407 +tricholoma_flavovirens n 1 2 @ #m 1 0 13017789 +tricholoma_irinum n 1 2 @ #m 1 0 13021689 +tricholoma_pardinum n 1 2 @ #m 1 0 13018088 +tricholoma_pessundatum n 1 2 @ #m 1 0 13017439 +tricholoma_populinum n 1 2 @ #m 1 0 13017240 +tricholoma_sejunctum n 1 2 @ #m 1 0 13017610 +tricholoma_vaccinum n 1 2 @ #m 1 0 13018232 +tricholoma_venenata n 1 2 @ #m 1 0 13017979 +tricholomataceae n 1 3 @ #m %m 1 0 13016457 +trichomanes n 1 3 @ #m %m 1 0 12952022 +trichomanes_boschianum n 1 1 @ 1 0 12952469 +trichomanes_reniforme n 1 1 @ 1 0 12952717 +trichomanes_speciosum n 1 1 @ 1 0 12952590 +trichomonad n 1 2 @ #m 1 0 01420525 +trichomoniasis n 1 1 @ 1 0 14186256 +trichophaga n 1 3 @ #m %m 1 0 02292564 +trichophaga_tapetzella n 1 2 @ #m 1 0 02292692 +trichophyton n 1 2 @ #m 1 0 13078483 +trichoptera n 1 3 @ #m %m 1 0 02269015 +trichopteran n 1 3 @ ~ #m 1 0 02269196 +trichopteron n 1 3 @ ~ #m 1 0 02269196 +trichopterous_insect n 1 3 @ ~ #m 1 0 02269196 +trichostema n 1 3 @ #m %m 1 0 12871074 +trichostema_dichotomum n 1 1 @ 1 0 12871859 +trichostema_lanatum n 1 2 @ #m 1 0 12871484 +trichostema_lanceolatum n 1 1 @ 1 0 12871696 +trichostigma n 1 2 @ #m 1 0 11856815 +trichosurus n 1 3 @ #m %m 1 0 01881717 +trichosurus_vulpecula n 1 2 @ #m 1 0 01881857 +trichotillomania n 1 1 @ 1 0 09183031 +trichotomy n 1 1 @ 1 0 07940121 +trichroism n 1 1 @ 1 0 11520821 +trichromacy n 1 1 @ 1 0 05656294 +trichuriasis n 1 1 @ 1 0 14455074 +trichys n 1 3 @ #m %m 1 0 02347443 +trichys_lipura n 1 2 @ #m 1 0 02347573 +trick n 7 4 @ ~ + ; 7 5 00171618 15292260 00750730 00427580 00099951 10779995 01259594 +trick_or_treat n 1 1 @ 1 0 07192990 +tricker n 1 2 @ + 1 0 10463714 +trickery n 2 3 @ ~ + 2 0 06760722 00752954 +trickiness n 2 2 @ + 2 0 04875728 04767182 +trickle n 1 3 @ ~ + 1 0 07432559 +trickster n 3 3 @ ~ + 3 0 10463714 09998101 09545755 +triclinium n 2 1 @ 2 0 04481642 04481524 +tricolor n 1 2 @ ; 1 0 04481796 +tricolor_television_tube n 1 1 @ 1 0 04481946 +tricolor_tube n 1 1 @ 1 0 04481946 +tricolour n 1 2 @ ; 1 0 04481796 +tricolour_television_tube n 1 1 @ 1 0 04481946 +tricolour_tube n 1 1 @ 1 0 04481946 +tricorn n 1 1 @ 1 0 04482177 +tricorne n 1 1 @ 1 0 04482177 +tricot n 1 1 @ 1 0 04482297 +tricuspid_valve n 1 1 @ 1 0 05393996 +tricycle n 1 2 @ ~ 1 0 04482393 +tricyclic n 1 2 @ ~ 1 0 04482543 +tricyclic_antidepressant n 1 2 @ ~ 1 0 04482543 +tricyclic_antidepressant_drug n 1 2 @ ~ 1 0 04482543 +tridacna n 1 3 @ #m %m 1 0 01959333 +tridacna_gigas n 1 2 @ #m 1 0 01959492 +tridacnidae n 1 3 @ #m %m 1 0 01959187 +trident n 1 2 @ %p 1 0 04482975 +tridymite n 1 2 @ %s 1 0 15079557 +triennial n 1 1 @ 1 0 15251757 +trier n 2 3 @ + ; 2 0 10729175 10728998 +trifid_beggar-ticks n 1 1 @ 1 0 11940750 +trifid_bur_marigold n 1 1 @ 1 0 11940750 +trifle n 3 2 @ ~ 3 0 07613480 05820462 04486445 +trifler n 1 2 @ + 1 0 10729330 +trifling n 1 2 @ + 1 0 01067819 +trifluoromethane n 1 1 @ 1 0 14620654 +trifoliata n 1 2 @ #m 1 0 12714254 +trifoliate_orange n 1 2 @ #m 1 0 12714254 +trifoliolate_leaf n 1 1 @ 1 0 13156799 +trifolium n 1 3 @ #m %m 1 0 11752404 +trifolium_alpinum n 1 1 @ 1 0 11752798 +trifolium_dubium n 1 1 @ 1 0 11752937 +trifolium_incarnatum n 1 1 @ 1 0 11753143 +trifolium_pratense n 1 1 @ 1 0 11753355 +trifolium_reflexum n 1 1 @ 1 0 11753562 +trifolium_repens n 1 1 @ 1 0 11753700 +trifolium_stoloniferum n 1 1 @ 1 0 11753562 +trifurcation n 1 2 @ + 1 0 00388842 +trig n 1 3 @ ~ ; 1 0 06012513 +triga n 1 3 @ #m %m 1 0 02650282 +trigeminal n 1 1 @ 1 0 05478896 +trigeminal_nerve n 1 1 @ 1 0 05478896 +trigeminal_neuralgia n 1 1 @ 1 0 14330588 +trigeminus n 1 1 @ 1 0 05478896 +trigger n 3 4 @ ~ #p + 3 1 03470629 04483073 00156390 +triggerfish n 1 3 @ ~ #m 1 0 02653145 +triggerman n 1 1 @ 1 0 10152083 +trigla_lucerna n 1 2 @ #m 1 0 02650413 +triglidae n 1 3 @ #m %m 1 0 02649689 +triglinae n 1 2 @ #m 1 0 02650696 +triglochin n 1 3 @ #m %m 1 0 12617384 +triglochin_maritima n 1 2 @ #m 1 0 12617559 +triglyceride n 1 2 @ #s 1 0 14885369 +trigon n 3 3 @ ~ ; 3 0 13879320 07986771 04483210 +trigonella n 1 3 @ #m %m 1 0 12574143 +trigonella_foenumgraecum n 1 3 @ #m %p 1 0 12574470 +trigonella_ornithopodioides n 1 2 @ #m 1 0 12574320 +trigonometric_function n 1 2 @ ~ 1 0 13786960 +trigonometrician n 1 2 @ + 1 0 10729442 +trigonometry n 1 4 @ ~ + ; 1 0 06012513 +trigonum_cerebrale n 1 3 @ #p %p 1 0 05227572 +trigram n 1 1 @ 1 0 06360723 +triiodomethane n 1 1 @ 1 0 03583252 +triiodothyronine n 1 1 @ 1 0 05413873 +trike n 1 2 @ ~ 1 0 04482393 +trilateral n 1 2 @ ~ 1 0 13879320 +trilby n 2 1 @ 2 0 10729567 03325941 +trilisa n 1 3 @ #m %m 1 0 12027864 +trilisa_odoratissima n 1 2 @ #m 1 0 12028012 +trill n 2 2 @ + 2 1 06860177 07133477 +trilliaceae n 1 3 @ #m %m 1 0 12467811 +trilling n 1 1 @ 1 0 11349092 +trillion n 3 2 @ ; 3 0 13776432 13752679 13752443 +trillion_floating_point_operations_per_second n 1 3 @ %p ; 1 0 13607405 +trillionth n 1 1 @ 1 0 13739826 +trillium n 1 3 @ ~ #m 1 0 12468243 +trillium_erectum n 1 1 @ 1 0 12468900 +trillium_family n 1 3 @ #m %m 1 0 12467811 +trillium_recurvatum n 1 1 @ 1 0 12468545 +trillium_sessile n 1 1 @ 1 0 12469157 +trilobite n 1 1 @ 1 0 01768244 +trilogy n 1 1 @ 1 0 07985825 +trim n 4 3 @ ~ + 4 2 14497511 04484160 13828520 00359903 +trimaran n 1 1 @ 1 0 04483307 +trimer n 1 1 @ 1 0 15079795 +trimester n 2 3 @ ~ #p 2 0 15226732 15225929 +trimipramine n 1 1 @ 1 0 04483399 +trimmer n 4 2 @ + 4 0 10487182 04483925 04483779 04483584 +trimmer_arch n 1 1 @ 1 0 04484024 +trimmer_joist n 1 1 @ 1 0 04483584 +trimming n 3 3 @ ~ + 3 1 00263000 04484160 00359903 +trimming_capacitor n 1 1 @ 1 0 04483779 +trimmings n 1 2 @ ; 1 0 03354350 +trimness n 1 2 @ + 1 0 14497511 +trimorphodon n 1 3 @ #m %m 1 0 01739518 +trimorphodon_lambda n 1 1 @ 1 0 01739871 +trimox n 1 1 @ 1 0 02703894 +trimurti n 1 2 @ %m 1 0 07986617 +trine n 1 1 @ 1 0 13744044 +trine_immersion n 1 1 @ 1 0 01038629 +trinectes n 1 3 @ #m %m 1 0 02665119 +trinectes_maculatus n 1 2 @ #m 1 0 02665250 +tringa n 1 3 @ #m %m 1 0 02027730 +tringa_flavipes n 1 1 @ 1 0 02028451 +tringa_melanoleuca n 1 1 @ 1 0 02028342 +tringa_nebularia n 1 2 @ #m 1 0 02027897 +tringa_totanus n 1 2 @ #m 1 0 02028035 +trinidad n 1 4 @ #p %p + 1 0 08755852 +trinidad_and_tobago n 1 4 @ #m #p %p 1 0 08756202 +trinidad_and_tobago_dollar n 1 1 @ 1 0 13674138 +trinidadian n 1 1 @ 1 0 10729711 +trinil_man n 1 1 @ 1 0 02473720 +trinitarian n 1 1 @ 1 0 10738787 +trinitarianism n 1 1 @ 1 0 06230502 +trinitroglycerin n 1 2 @ #s 1 0 14886579 +trinitrotoluene n 1 1 @ 1 0 04442143 +trinity n 3 3 @ ~ %m 3 0 13744044 09536789 07986066 +trinity_river n 1 2 @ #p 1 0 09462049 +trinity_sunday n 1 1 @ 1 0 15192649 +trinket n 1 2 @ #m 1 1 02787435 +trinketry n 1 2 @ %m 1 0 08464324 +trio n 5 2 @ ~ 5 2 13744044 07041595 08247152 07986198 07986066 +triode n 1 1 @ 1 0 04484432 +triolein n 1 1 @ 1 0 15079656 +trionychidae n 1 3 @ #m %m 1 0 01671874 +trionyx n 1 3 @ #m %m 1 0 01672275 +trionyx_muticus n 1 2 @ #m 1 0 01672611 +trionyx_spiniferus n 1 2 @ #m 1 0 01672432 +triopidae n 1 2 @ #m 1 0 01995975 +triops n 1 3 @ #m %m 1 0 01996091 +triose n 1 1 @ 1 0 14689817 +triostium n 1 3 @ #m %m 1 0 12679712 +triostium_perfoliatum n 1 2 @ #m 1 0 12679876 +trioxide n 1 2 @ ~ 1 0 15079925 +trip n 7 3 @ ~ + 7 1 00308370 14378311 07317519 07288385 04485226 00286240 00076563 +trip-up n 1 2 @ + 1 0 00076563 +trip_line n 1 1 @ 1 0 04484952 +trip_wire n 2 2 @ ; 2 0 07986381 04485586 +tripalmitin n 1 1 @ 1 0 15080055 +tripe n 2 3 @ ~ ; 2 0 07663220 06611998 +triphammer n 1 1 @ 1 1 04484647 +triphosphopyridine n 1 1 @ 1 0 15080168 +triphosphopyridine_nucleotide n 1 1 @ 1 1 15080277 +triphosphoric_acid n 1 1 @ 1 0 15080382 +triple n 3 3 @ ~ + 3 1 00132982 07986198 05860377 +triple-crown_season n 1 1 @ 1 1 15240503 +triple-decker n 1 1 @ 1 0 07696839 +triple-spacing n 1 2 @ + 1 0 06402970 +triple_cream n 1 1 @ 1 0 07851641 +triple_creme n 1 1 @ 1 0 07851641 +triple_crown n 2 2 @ ; 2 0 13949275 13949080 +triple_frontier n 1 2 @ #p 1 0 08711655 +triple_jump n 1 1 @ 1 0 07471972 +triple_play n 1 1 @ 1 0 00564477 +triple_sec n 1 1 @ 1 0 07910048 +triple_time n 1 1 @ 1 0 15264264 +triplet n 3 2 @ ~ 3 0 13744044 10729801 07986198 +triplet_code n 1 1 @ 1 0 08457789 +tripletail n 1 3 @ ~ #m 1 0 02636170 +tripleurospermum n 1 3 @ #m %m 1 0 12028196 +tripleurospermum_inodorum n 1 2 @ #m 1 0 12028424 +tripleurospermum_oreades_tchihatchewii n 1 2 @ #m 1 0 12028818 +tripleurospermum_tchihatchewii n 1 2 @ #m 1 0 12029039 +triplicate n 1 2 @ + 1 0 04484780 +triplicity n 2 2 @ ; 2 0 07986771 05098857 +tripling n 1 2 @ + 1 0 13570472 +triplochiton n 1 3 @ #m %m 1 0 12201761 +triplochiton_scleroxcylon n 1 2 @ #m 1 0 12201938 +tripod n 1 3 @ ~ %p 1 1 04485082 +tripoli n 3 2 @ #p 3 0 14936474 08960099 08957993 +tripos n 1 1 @ 1 0 07199456 +tripper n 4 3 @ + ; 4 0 10729923 10667041 10596689 04485226 +triptych n 1 1 @ 1 0 04485423 +triquetral n 1 1 @ 1 0 05272545 +triquetral_bone n 1 1 @ 1 0 05272545 +triquetrous_leek n 1 1 @ 1 0 12436090 +trireme n 1 1 @ 1 0 04485750 +trisaccharide n 1 2 @ ~ 1 0 15080571 +triskaidekaphobia n 1 2 @ + 1 0 14384684 +triskele n 1 1 @ 1 0 04485884 +triskelion n 1 1 @ 1 0 04485884 +trismus n 1 1 @ 1 0 14572265 +trisodium_orthophosphate n 1 1 @ 1 1 15080747 +trisodium_phosphate n 1 1 @ 1 0 15080747 +trisomy n 1 2 @ ~ 1 0 14504558 +trisomy_21 n 1 1 @ 1 0 14159623 +tristan n 1 2 @ ; 1 0 10550951 +tristan_tzara n 1 1 @ 1 0 11355247 +tristearin n 1 1 @ 1 0 15080942 +tristram n 1 2 @ ; 1 0 10550951 +trisyllable n 1 1 @ 1 0 06304338 +tritanopia n 1 2 @ + 1 0 14155031 +triteness n 1 3 @ ~ + 1 0 05649785 +tritheism n 1 3 @ + ; 1 0 06224439 +tritheist n 1 2 @ + 1 0 10730077 +triticum n 1 3 @ #m %m 1 0 12141890 +triticum_aestivum n 1 2 @ %p 1 0 12142874 +triticum_aestivum_spelta n 1 1 @ 1 0 12143065 +triticum_dicoccum n 1 1 @ 1 0 12143215 +triticum_dicoccum_dicoccoides n 1 1 @ 1 0 12143405 +triticum_durum n 1 1 @ 1 0 12142450 +triticum_spelta n 1 1 @ 1 0 12143065 +triticum_turgidum n 1 1 @ 1 0 12142450 +tritium n 1 1 @ 1 0 14611521 +tritoma n 1 3 @ ~ #m 1 0 12437513 +triton n 4 4 @ ~ #m ; 4 0 09573145 09462231 01947735 01630284 +triturus n 1 3 @ #m %m 1 0 01630533 +triturus_vulgaris n 1 2 @ #m 1 0 01630670 +triumph n 2 3 @ ~ + 2 2 07473441 07528097 +triumphal_arch n 1 1 @ 1 0 04486054 +triumvir n 1 1 @ 1 0 10730262 +triumvirate n 1 2 @ ~ 1 0 07986982 +trivalent_live_oral_poliomyelitis_vaccine n 1 1 @ 1 0 04122011 +trivet n 2 1 @ 2 0 04486322 04486213 +trivia n 1 3 @ ~ + 1 0 04486445 +triviality n 3 3 @ ~ + 3 1 05173205 05820462 04486445 +trivium n 1 2 @ ; 1 0 06172071 +trm n 1 1 @ 1 0 15131269 +trna n 1 1 @ 1 0 14833143 +trochanter n 1 2 @ #p 1 0 05574151 +troche n 1 1 @ 1 0 07607967 +trochee n 1 2 @ + 1 0 07095653 +trochilidae n 1 3 @ #m %m 1 0 01833619 +trochlear n 1 1 @ 1 0 05478684 +trochlear_nerve n 1 1 @ 1 0 05478684 +trochlearis n 1 1 @ 1 0 05478684 +trofim_denisovich_lysenko n 1 1 @ 1 0 11146010 +trogium n 1 3 @ #m %m 1 0 02261630 +trogium_pulsatorium n 1 2 @ #m 1 0 02261757 +troglodyte n 2 2 @ ~ 2 0 10172448 09902731 +troglodytes n 1 3 @ #m %m 1 0 01584529 +troglodytes_aedon n 1 2 @ #m 1 0 01584853 +troglodytes_troglodytes n 1 2 @ #m 1 0 01584695 +troglodytidae n 1 3 @ #m %m 1 0 01584004 +trogon n 1 3 @ ~ #m 1 0 01844231 +trogonidae n 1 3 @ #m %m 1 0 01843932 +trogoniformes n 1 3 @ #m %m 1 0 01843805 +troika n 3 1 @ 3 1 04486616 13744044 07987135 +trojan n 2 2 @ #m 2 0 09750524 06585552 +trojan_horse n 3 3 @ %m ; 3 0 08359753 06585552 04486718 +trojan_war n 1 2 @ ; 1 0 01309395 +troll n 4 3 @ + ; 4 1 09502481 07053089 04486934 00454493 +troller n 1 2 @ + 1 0 09793946 +trolley n 1 3 @ ~ #p 1 0 04335435 +trolley_car n 1 3 @ ~ #p 1 1 04335435 +trolley_coach n 1 2 @ %p 1 0 04487081 +trolley_line n 1 2 @ %p 1 1 04487268 +trolleybus n 1 2 @ %p 1 0 04487081 +trolling n 1 1 @ 1 0 00454493 +trollius n 1 3 @ #m %m 1 0 11739199 +trollop n 2 1 @ 2 0 10609198 09772930 +trollope n 1 1 @ 1 0 11349207 +trombicula n 1 3 @ #m %m 1 0 01780919 +trombiculiasis n 1 1 @ 1 0 14454988 +trombiculid n 1 3 @ ~ #m 1 0 01780696 +trombiculidae n 1 3 @ #m %m 1 0 01780551 +trombidiid n 1 2 @ #m 1 0 01780426 +trombidiidae n 1 3 @ #m %m 1 0 01780302 +trombone n 1 3 @ ~ + 1 0 04487394 +trombone_player n 1 1 @ 1 0 10730416 +trombonist n 1 2 @ + 1 0 10730416 +trompe_l'oeil n 1 1 @ 1 1 04487576 +trompillo n 1 1 @ 1 0 12894930 +trondheim n 1 2 @ #p 1 0 08765623 +trondheim_fiord n 1 2 @ #p 1 0 09462312 +trondheim_fjord n 1 2 @ #p 1 0 09462312 +troop n 4 4 @ ~ #m + 4 2 08274354 08274443 08274718 08274565 +troop_carrier n 1 3 @ ~ ; 1 0 04487724 +troop_movement n 1 2 @ ; 1 0 00331531 +troop_transport n 1 3 @ ~ ; 1 0 04487724 +trooper n 4 3 @ ~ #m 4 2 09902611 10730542 10730728 09902353 +troops n 1 4 @ ~ #m ; 1 1 08397255 +troopship n 1 1 @ 1 0 04487894 +tropaeolaceae n 1 3 @ #m %m 1 0 12719277 +tropaeolum n 1 3 @ #m %m 1 0 12719455 +tropaeolum_majus n 1 1 @ 1 0 12719944 +tropaeolum_minus n 1 1 @ 1 0 12720200 +tropaeolum_peregrinum n 1 1 @ 1 0 12720354 +trope n 1 4 @ ~ + - 1 0 07105475 +trophobiosis n 1 1 @ 1 0 13842841 +trophoblast n 1 3 @ #p + 1 0 01462209 +trophoblastic_cancer n 1 1 @ 1 0 14252722 +trophotropism n 1 2 @ + 1 0 00862488 +trophozoite n 1 1 @ 1 0 01422335 +trophy n 2 2 @ ~ 2 0 06709442 04487996 +trophy_case n 1 1 @ 1 0 04488202 +trophy_wife n 1 1 @ 1 0 10730820 +tropic n 1 3 @ ~ + 1 0 08675145 +tropic_bird n 1 2 @ #m 1 0 02055107 +tropic_of_cancer n 1 1 @ 1 0 08675538 +tropic_of_capricorn n 1 1 @ 1 0 08675665 +tropical_medicine n 1 1 @ 1 0 06065020 +tropical_pitcher_plant n 1 2 @ #m 1 0 12781940 +tropical_prawn n 1 2 @ #m 1 0 01988203 +tropical_rain_forest n 1 1 @ 1 0 08439369 +tropical_sore n 1 1 @ 1 0 14181187 +tropical_sprue n 1 1 @ 1 0 14400979 +tropical_year n 1 1 @ 1 0 15202806 +tropical_zone n 1 1 @ 1 0 08665281 +tropicbird n 1 2 @ #m 1 0 02055107 +tropics n 1 2 @ + 1 0 08665281 +tropidoclonion n 1 3 @ #m %m 1 1 01735898 +tropidoclonion_lineatum n 1 2 @ #m 1 0 01736032 +tropism n 1 2 @ ~ 1 0 00861611 +troponomy n 1 2 @ %p 1 0 08464449 +troponym n 1 1 @ 1 0 06304425 +troponymy n 2 2 @ %p 2 0 13808868 08464449 +tropopause n 1 2 @ #p 1 0 09462452 +troposphere n 1 3 @ #p %p 1 0 09462600 +trot n 4 3 @ ~ + 4 1 00294190 10731013 06347225 00287561 +troth n 2 2 @ ~ 2 0 07228211 07228105 +trotline n 1 1 @ 1 0 04475900 +trotsky n 1 2 @ + 1 0 11349318 +trotskyism n 1 2 @ + 1 0 06215977 +trotskyist n 1 2 @ + 1 0 10731013 +trotskyite n 1 1 @ 1 0 10731013 +trotter n 2 4 @ ~ #p + 2 0 02439568 02388276 +trotting_horse n 1 2 @ ~ 1 0 02388276 +trou-de-loup n 1 1 @ 1 0 04488295 +troubadour n 1 2 @ ~ 1 0 10099093 +trouble n 6 3 @ ~ + 6 5 05687338 07372565 07289014 00623862 07524242 14046751 +trouble_maker n 1 2 @ ~ 1 0 10731244 +trouble_shooter n 1 1 @ 1 0 10731560 +troublemaker n 1 2 @ ~ 1 0 10731244 +troubler n 1 2 @ ~ 1 0 10731244 +troubleshooter n 1 1 @ 1 1 10731560 +troublesomeness n 1 3 @ ~ + 1 0 04711435 +trough n 6 3 @ ~ #p 6 2 09462773 03471473 13893694 13357891 04488427 03717131 +trouncing n 2 3 @ ~ + 2 0 07476623 01160729 +troupe n 1 3 @ ~ %m 1 1 08187033 +trouper n 2 1 @ 2 0 10730615 09840050 +trouser n 2 4 @ ~ #p %p 2 1 04489008 04488530 +trouser_clip n 1 1 @ 1 0 02835551 +trouser_cuff n 1 2 @ #p 1 1 04488742 +trouser_leg n 1 2 @ #p 1 0 03885293 +trouser_press n 1 1 @ 1 0 04488857 +trousering n 1 1 @ 1 0 03885194 +trousseau n 1 1 @ 1 0 04489695 +trout n 2 2 @ ~ 2 0 07794452 02537085 +trout_lily n 1 1 @ 1 0 12450840 +trove n 1 1 @ 1 0 13371355 +trowel n 1 3 @ ~ + 1 0 04489817 +troy n 2 5 @ #p %m %p + 2 0 13716490 08788887 +troy_ounce n 1 3 @ #p %p 1 0 13722522 +troy_pound n 1 2 @ %p 1 0 13722757 +troy_unit n 1 3 @ ~ #p 1 0 13716686 +troy_weight n 1 2 @ %p 1 0 13716490 +truancy n 1 2 @ + 1 0 01234612 +truant n 2 1 @ 2 0 10731732 10362917 +truce n 1 1 @ 1 0 13970912 +truck n 2 4 @ ~ %p + 2 1 04490091 03490119 +truck_bed n 1 2 @ ~ 1 1 04490490 +truck_dealer n 1 1 @ 1 0 08063947 +truck_driver n 1 1 @ 1 0 10695192 +truck_farm n 1 1 @ 1 0 04490614 +truck_farming n 1 1 @ 1 0 01104544 +truck_garden n 1 1 @ 1 0 04490614 +truck_stop n 1 1 @ 1 0 04490730 +truck_traffic n 1 1 @ 1 0 08426378 +truckage n 2 3 @ ~ + 2 0 13323885 01105909 +trucker n 1 2 @ + 1 0 10695192 +trucking n 1 3 @ ~ + 1 1 01105909 +trucking_company n 1 2 @ #m 1 0 08004210 +trucking_industry n 1 2 @ %m 1 0 08075140 +trucking_rig n 1 3 @ ~ %p 1 0 04467665 +truckle n 1 1 @ 1 0 04491638 +truckle_bed n 1 1 @ 1 0 04491638 +truckler n 1 2 @ + 1 0 09800631 +truckling n 1 2 @ + 1 0 01167385 +truculence n 1 2 @ + 1 1 04644161 +truculency n 1 2 @ + 1 0 04644161 +trudge n 1 2 @ + 1 0 00289175 +trudger n 1 2 @ + 1 0 10731848 +true n 1 2 @ + 1 0 05077348 +true_anomaly n 1 1 @ 1 0 13889066 +true_bacteria n 1 4 @ ~ #m %p 1 0 01355326 +true_bill n 1 1 @ 1 0 07235696 +true_blackberry n 1 2 @ %p 1 0 12654012 +true_bug n 1 1 @ 1 0 02241426 +true_cat n 1 2 @ ~ 1 0 02121620 +true_cedar n 1 4 @ ~ #m %s 1 0 11623105 +true_dwarf n 1 1 @ 1 0 10472447 +true_fir n 1 5 @ ~ #m %s %p 1 0 11620673 +true_flycatcher n 1 3 @ ~ #m 1 0 01555809 +true_frog n 1 4 @ ~ #m %p 1 0 01640846 +true_fungus n 1 2 @ #m 1 0 12995601 +true_glottis n 1 2 @ #p 1 0 05610198 +true_guava n 1 3 @ #m %p 1 0 12333530 +true_heath n 1 3 @ ~ #m 1 0 12227420 +true_jasmine n 1 1 @ 1 0 12307240 +true_laurel n 1 3 @ #m %p 1 0 11704093 +true_lobster n 1 4 @ ~ #m %p 1 0 01983048 +true_lover's_knot n 2 1 @ 2 0 03693293 03350456 +true_lovers'_knot n 1 1 @ 1 0 03693293 +true_mahogany n 1 2 @ #m 1 0 12699922 +true_marmoset n 1 2 @ #m 1 0 02490597 +true_pepper n 1 3 @ ~ #m 1 0 13149296 +true_pine n 1 5 @ ~ #m %s %p 1 0 11608250 +true_puffball n 1 3 @ ~ #m 1 0 13043926 +true_rib n 1 1 @ 1 0 05591999 +true_sago_palm n 1 1 @ 1 0 12591702 +true_sandalwood n 1 3 @ #m %s 1 0 12735160 +true_seal n 1 3 @ ~ #m 1 0 02079389 +true_senna n 1 1 @ 1 0 12499979 +true_slime_mold n 1 2 @ #m 1 0 12975804 +true_sparrow n 1 3 @ ~ #m 1 0 01539573 +true_statement n 1 2 @ ~ 1 0 06724066 +true_toad n 1 3 @ ~ #m 1 0 01645776 +true_tulipwood n 1 2 @ #s 1 0 11712621 +true_vampire_bat n 1 3 @ ~ #m 1 0 02150482 +true_vocal_cord n 1 1 @ 1 0 05530871 +true_vocal_fold n 1 1 @ 1 0 05530871 +true_warbler n 1 3 @ ~ #m 1 0 01564394 +truelove n 1 2 @ ~ 1 0 10682953 +truelove_knot n 1 1 @ 1 0 03350456 +trueness n 3 4 @ ~ = + 3 0 13956488 04877530 04804169 +truffaut n 1 1 @ 1 0 11349635 +truffle n 3 2 @ #m 3 0 12985420 07736971 07609632 +truism n 1 2 @ ~ 1 0 07154243 +truman n 1 1 @ 1 0 11349739 +truman_doctrine n 1 1 @ 1 0 06662522 +trumbo n 1 1 @ 1 0 11350059 +trumbull n 3 1 @ 3 0 11350514 11350393 11350286 +trump n 3 4 @ ~ + ; 3 0 04491135 04490859 03110669 +trump_card n 1 1 @ 1 0 04491135 +trumpery n 2 2 @ ; 2 0 06611998 03376438 +trumpet n 1 3 @ ~ + 1 1 03110669 +trumpet-wood n 1 2 @ #m 1 0 12404729 +trumpet_arch n 1 1 @ 1 0 04491312 +trumpet_creeper n 1 1 @ 1 0 12814235 +trumpet_flower n 3 2 @ #m 3 0 12913791 12814003 12676703 +trumpet_honeysuckle n 1 2 @ #m 1 0 12676703 +trumpet_section n 1 1 @ 1 0 08217738 +trumpet_tree n 1 2 @ #m 1 0 12404729 +trumpet_vine n 2 2 @ #m 2 1 12814235 12676703 +trumpet_weed n 1 2 @ #m 1 0 11969166 +trumpeter n 4 5 @ ~ #m + ; 4 1 10732010 10171219 02021050 01860002 +trumpeter_swan n 1 2 @ #m 1 0 01860002 +trumpetfish n 1 2 @ #m 1 0 01457852 +trumpets n 1 2 @ #m 1 0 12780563 +trumpetwood n 1 2 @ #m 1 0 12404729 +trumping n 1 4 @ #p + ; 1 0 01259380 +truncated_cone n 1 1 @ 1 0 13917785 +truncated_pyramid n 1 1 @ 1 0 13917690 +truncation n 3 2 @ + 3 0 05137938 00942574 00370261 +truncation_error n 1 2 @ ; 1 0 00073525 +truncheon n 1 1 @ 1 0 04491388 +truncocolumella n 1 3 @ #m %m 1 0 12971956 +truncocolumella_citrina n 1 2 @ #m 1 0 12972136 +truncus_atrioventricularis n 1 1 @ 1 0 05390479 +truncus_celiacus n 1 1 @ 1 0 05340317 +truncus_pulmonalis n 1 1 @ 1 0 05354026 +trundle n 2 1 @ 2 0 04491638 04491545 +trundle_bed n 1 1 @ 1 0 04491638 +trunk n 5 4 @ ~ #p %p 5 2 13165815 04491769 05549830 03696065 02452967 +trunk_call n 1 2 @ ~ 1 0 06274092 +trunk_hose n 1 1 @ 1 0 04491934 +trunk_lid n 1 2 @ #p 1 0 04492060 +trunk_line n 2 1 @ 2 0 04492264 04492157 +trunk_road n 1 2 @ ; 1 0 03519578 +trunk_route n 1 1 @ 1 0 04492264 +trunkfish n 1 3 @ ~ #m 1 0 02654425 +trunks n 1 3 @ ~ ; 1 0 04205318 +trunnel n 1 1 @ 1 0 04478066 +truss n 3 4 @ #p + ; 3 0 04492585 04492375 03105467 +truss_bridge n 1 2 @ %p 1 0 04492749 +trust n 6 4 ! @ ~ + 6 5 13360498 05697976 04895246 08236621 05943066 13929852 +trust_account n 1 1 @ 1 0 13363365 +trust_busting n 1 2 @ ; 1 0 01126335 +trust_company n 1 1 @ 1 0 08424222 +trust_corporation n 1 1 @ 1 0 08424222 +trust_deed n 1 2 @ ; 1 0 06546408 +trust_fund n 1 1 @ 1 0 13363893 +trust_territory n 1 1 @ 1 0 08675795 +trustbuster n 1 1 @ 1 0 10732212 +trustee n 2 4 @ #m + ; 2 2 10732314 10516294 +trustee-beneficiary_relation n 1 2 @ ; 1 0 13840231 +trustee_account n 1 1 @ 1 0 13363365 +trusteeship n 2 1 @ 2 0 08675795 00605430 +trusteeship_council n 1 2 @ #m 1 0 08296500 +truster n 1 3 @ ~ + 1 0 09848489 +trustfulness n 1 3 @ ~ + 1 0 04895246 +trustiness n 1 4 ! @ ~ + 1 0 04668819 +trustingness n 1 3 @ ~ + 1 0 04895246 +trustor n 1 2 @ ; 1 0 10584021 +trustworthiness n 1 4 ! @ ~ + 1 0 04668819 +trusty n 1 1 @ 1 0 10732521 +truth n 5 4 ! @ ~ = 5 4 05819453 13956488 06724066 04802907 11350705 +truth_drug n 1 2 @ ~ 1 0 04492856 +truth_quark n 1 1 @ 1 0 09459812 +truth_serum n 1 2 @ ~ 1 0 04492856 +truthfulness n 1 4 ! @ ~ + 1 1 04872236 +try n 1 3 @ ~ + 1 1 00786195 +try-on n 1 2 @ + 1 0 00795008 +try_square n 1 2 @ ~ 1 0 04493109 +trygve_halvden_lie n 1 1 @ 1 0 11131808 +trygve_lie n 1 1 @ 1 0 11131808 +trying_on n 1 1 @ 1 0 00795008 +tryout n 2 3 @ ~ + 2 0 05799212 00794614 +trypetidae n 1 3 @ #m %m 1 0 02196542 +trypsin n 1 2 @ ~ 1 0 15081052 +trypsinogen n 1 1 @ 1 0 15081221 +tryptophan n 1 1 @ 1 0 15081417 +tryptophane n 1 1 @ 1 0 15081417 +tryst n 2 1 @ 2 0 08385717 01231435 +tsa n 1 2 @ #p 1 0 08144308 +tsar n 1 4 @ ~ + ; 1 0 09987239 +tsarina n 1 1 @ 1 0 09987573 +tsaritsa n 1 1 @ 1 0 09987573 +tsaritsyn n 1 2 @ #p 1 0 09010085 +tsatske n 2 2 @ ; 2 0 09905530 02998696 +tsetse n 1 2 @ #m 1 0 02191273 +tsetse_fly n 1 2 @ #m 1 0 02191273 +tsh n 1 1 @ 1 1 15073973 +tshatshke n 2 2 @ ; 2 0 09905530 02998696 +tshiluba n 1 1 @ 1 0 06993870 +tsimshian n 2 1 @ 2 0 09670772 06925644 +tsine n 1 2 @ #m 1 0 02405440 +tsoris n 1 2 @ ; 1 0 07497019 +tsouic n 1 1 @ 1 0 06940969 +tss n 1 1 @ 1 0 14470144 +tsuga n 1 3 @ #m %m 1 0 11627028 +tsuga_canadensis n 1 1 @ 1 0 11627512 +tsuga_caroliniana n 1 1 @ 1 0 11627714 +tsuga_heterophylla n 1 1 @ 1 0 11628087 +tsuga_mertensiana n 1 1 @ 1 0 11627908 +tsunami n 1 1 @ 1 1 07349299 +tsung_dao_lee n 1 1 @ 1 0 11124088 +tsuris n 1 2 @ ; 1 0 00624285 +tsushima n 1 3 @ #p ; 1 0 01298162 +tsutsugamushi_disease n 1 1 @ 1 0 14142326 +tswana n 2 2 @ #m 2 0 09693618 06995664 +tt n 3 4 @ #p %p ; 3 0 15156746 08978161 08837048 +tuamotu_archipelago n 1 2 @ #p 1 0 08990522 +tuareg n 2 2 @ #m 2 0 09734639 06990741 +tuatara n 1 2 @ #m 1 0 01673282 +tuatha_de n 1 2 @ ; 1 0 09510746 +tuatha_de_danann n 1 2 @ ; 1 0 09510746 +tub n 3 3 @ ~ #p 3 2 02808440 04493381 13770926 +tub-cart n 1 1 @ 1 0 03981924 +tub-thumper n 1 1 @ 1 0 10732644 +tub_gurnard n 1 2 @ #m 1 0 02650413 +tuba n 1 2 @ ~ 1 0 02804252 +tuba_root n 1 2 @ #m 1 0 12525753 +tubal_ligation n 1 1 @ 1 0 00148446 +tubal_pregnancy n 1 1 @ 1 0 14047641 +tubbiness n 1 2 @ + 1 0 05001089 +tube n 5 6 @ ~ #p %p + ; 5 3 04493505 04494204 13901321 05246511 03757138 +tube-nosed_bat n 1 2 @ #m 1 0 02140491 +tube-nosed_fruit_bat n 1 2 @ #m 1 1 02140491 +tube-shaped_structure n 1 3 @ ~ ; 1 0 05246511 +tube_foot n 1 2 @ #p 1 0 02322387 +tube_well n 1 1 @ 1 0 03243903 +tube_wrench n 1 2 @ ~ 1 0 03947466 +tubeless n 1 2 @ + 1 0 04494762 +tubeless_tire n 1 1 @ 1 0 04494762 +tuber n 2 5 @ ~ #m %m + 2 0 13128365 12985236 +tuber_root n 1 1 @ 1 0 13235503 +tuberaceae n 1 3 @ #m %m 1 0 12985010 +tuberales n 1 3 @ #m %m 1 0 12984802 +tubercle n 3 3 @ ~ + 3 0 14211440 13088989 05542686 +tubercle_bacillus n 1 1 @ 1 0 01377278 +tubercular n 1 1 @ 1 0 09960001 +tubercularia n 1 2 @ #m 1 0 13081565 +tuberculariaceae n 1 3 @ #m %m 1 0 13081369 +tuberculin n 1 1 @ 1 0 15111903 +tuberculin_skin_test n 1 2 @ ~ 1 0 05745907 +tuberculin_test n 1 2 @ ~ 1 0 05745907 +tuberculoid_leprosy n 1 1 @ 1 0 14136544 +tuberculosis n 1 3 @ ~ + 1 1 14143415 +tuberose n 1 2 @ #m 1 0 12480456 +tuberosity n 1 3 @ ~ + 1 0 05542686 +tuberous_begonia n 1 2 @ ~ 1 0 12360684 +tuberous_plant n 1 1 @ 1 0 13128278 +tuberous_vetch n 1 2 @ #m 1 0 12542240 +tubful n 1 1 @ 1 0 13770926 +tubing n 1 3 @ ~ + 1 1 04493505 +tubman n 1 1 @ 1 0 11350959 +tubocurarine n 1 1 @ 1 0 15111609 +tubuai_islands n 1 2 @ #p 1 0 08990701 +tubular_cavity n 1 2 @ ~ 1 0 05548726 +tubule n 1 2 @ ~ 1 1 05246796 +tubulidentata n 1 3 @ #m %m 1 0 02082358 +tucana n 1 1 @ 1 0 09462924 +tuchman n 1 1 @ 1 0 11351212 +tuck n 4 4 @ ~ + ; 4 0 07556872 05083687 04494906 04054361 +tuck_box n 1 2 @ ; 1 0 04495051 +tuck_shop n 1 2 @ ; 1 0 04495450 +tuckahoe n 1 1 @ 1 0 11790936 +tucker n 4 2 @ + 4 0 11351529 11351347 10732748 04495183 +tucker-bag n 1 2 @ ; 1 0 04495310 +tucket n 1 2 @ ; 1 0 06856884 +tucson n 1 2 @ #p 1 0 09058841 +tudor n 3 3 @ #m %m 3 1 08159031 11351677 10732854 +tudor_arch n 1 1 @ 1 0 04495555 +tudor_architecture n 1 1 @ 1 0 05843513 +tudung n 1 1 @ 1 0 04495698 +tues n 1 2 @ ~ 1 0 15164105 +tuesday n 1 2 @ ~ 1 1 15164105 +tufa n 2 1 @ 2 0 14931323 14931212 +tuff n 1 1 @ 1 0 14931212 +tuffet n 1 1 @ 1 0 03380724 +tuft n 2 2 @ ~ 2 1 07960769 01325775 +tufted_centaury n 1 1 @ 1 0 12291292 +tufted_gentian n 1 1 @ 1 0 12297507 +tufted_pansy n 1 1 @ 1 0 12388989 +tufted_puffin n 1 2 @ #m 1 0 02048353 +tufted_titmouse n 1 2 @ #m 1 0 01592387 +tufted_vetch n 1 1 @ 1 0 12575812 +tug n 2 3 @ %p + 2 1 00115500 04495843 +tug-of-war n 2 1 @ 2 1 01167847 07472168 +tugboat n 1 2 @ %p 1 0 04495843 +tugela n 1 2 @ #p 1 0 09463078 +tugela_falls n 1 2 @ #p 1 0 09463078 +tugger n 1 2 @ + 1 0 10492202 +tughrik n 1 2 @ %p 1 0 13708631 +tugrik n 1 2 @ %p 1 0 13708631 +tuileries n 2 2 @ #p 2 0 04496173 04496035 +tuileries_gardens n 1 2 @ #p 1 0 04496035 +tuileries_palace n 1 2 @ #p 1 0 04496173 +tuille n 1 2 @ #p 1 0 04496404 +tuition n 2 2 @ ; 2 1 13323988 00889294 +tuition_fee n 1 2 @ ; 1 0 13323988 +tularaemia n 1 2 @ %p 1 0 14276360 +tularemia n 1 2 @ %p 1 1 14276360 +tule_tree n 1 2 @ #p 1 0 11642622 +tulestoma n 1 3 @ #m %m 1 0 12970560 +tulip n 1 3 @ ~ #m 1 1 12454159 +tulip_bed n 1 1 @ 1 0 04496519 +tulip_gentian n 1 2 @ #m 1 0 12291959 +tulip_orchid n 1 2 @ #m 1 0 12061104 +tulip_poplar n 1 3 @ #m %s 1 0 11712282 +tulip_tree n 1 3 @ #m %s 1 1 11712282 +tulipa n 1 3 @ #m %m 1 0 12454021 +tulipa_armena n 1 1 @ 1 0 12454436 +tulipa_clusiana n 1 1 @ 1 0 12454556 +tulipa_gesneriana n 1 1 @ 1 0 12454705 +tulipa_suaveolens n 1 1 @ 1 0 12454436 +tulipwood n 2 2 @ #s 2 0 12188484 11712621 +tulipwood_tree n 1 3 @ ~ %s 1 0 12188289 +tulle n 1 1 @ 1 0 04496614 +tully n 1 1 @ 1 0 10897946 +tulostoma n 1 3 @ #m %m 1 0 12970560 +tulostomaceae n 1 3 @ #m %m 1 0 12970379 +tulostomataceae n 1 3 @ #m %m 1 0 12970379 +tulostomatales n 1 3 @ #m %m 1 0 13041548 +tulsa n 1 2 @ #p 1 0 09132778 +tulu n 2 1 @ 2 0 09675799 06980085 +tum n 1 4 @ ~ #p %p 1 0 05395690 +tumble n 2 3 @ ~ + 2 1 00437788 00076884 +tumble-dryer n 1 1 @ 1 0 04496726 +tumble_drier n 1 1 @ 1 0 04496726 +tumble_grass n 1 1 @ 1 0 12127237 +tumblebug n 1 1 @ 1 0 02172678 +tumbler n 4 4 @ ~ #p + 4 2 10732967 04496872 04497005 01814755 +tumbler_pigeon n 1 1 @ 1 0 01814755 +tumbleweed n 4 2 @ #m 4 0 12554911 11834890 11833373 11823436 +tumbling n 1 3 @ %p + 1 1 00434075 +tumbrel n 1 1 @ 1 0 04497249 +tumbril n 1 1 @ 1 0 04497249 +tumefaction n 1 2 @ + 1 0 13570574 +tumescence n 1 2 @ + 1 0 14318210 +tumidity n 1 3 @ ~ + 1 0 14318360 +tumidness n 1 3 @ ~ + 1 0 14318360 +tummy n 2 5 @ ~ #p %p ; 2 0 05556071 05395690 +tummy_crunch n 1 2 @ ~ 1 0 00630634 +tummy_tuck n 1 1 @ 1 0 00034777 +tumor n 1 2 @ ~ 1 1 14235200 +tumor_necrosis_factor n 1 1 @ 1 0 14737365 +tumor_suppressor_gene n 1 1 @ 1 0 05441806 +tumor_virus n 1 2 @ ~ 1 0 01371777 +tumour n 1 2 @ ~ 1 1 14235200 +tumour_necrosis_factor n 1 1 @ 1 0 14737365 +tums n 1 2 @ ; 1 0 14777939 +tumult n 3 3 @ ~ + 3 1 13978709 07514520 00553823 +tumultuous_disturbance n 1 1 @ 1 0 00554433 +tumultuousness n 1 3 @ ~ + 1 0 13978709 +tumulus n 1 2 @ ; 1 0 02922292 +tun n 1 1 @ 1 0 04497442 +tuna n 4 5 @ ~ #m #p %p 4 0 11852148 07780627 02626762 02527057 +tuna_fish n 1 3 @ ~ #p 1 0 07780627 +tuna_fish_salad n 1 1 @ 1 0 07808352 +tuna_oil n 1 1 @ 1 0 15081595 +tuna_salad n 1 1 @ 1 0 07808352 +tunaburger n 1 1 @ 1 0 07697408 +tundra n 1 1 @ 1 0 09463226 +tundra_soil n 1 1 @ 1 0 15081675 +tundra_swan n 1 3 @ ~ #m 1 0 01859496 +tune n 3 4 @ ~ %p + 3 1 07028373 04987169 01000843 +tune-up n 2 2 @ + 2 0 01144716 01000969 +tunefulness n 1 2 @ + 1 0 04983848 +tuner n 2 5 @ ~ #p %p + 2 0 10733117 04043733 +tung n 1 2 @ #m 1 0 12927758 +tung-oil_tree n 1 2 @ #m 1 0 12927758 +tung_oil n 1 1 @ 1 0 15086545 +tung_tree n 1 2 @ #m 1 0 12927758 +tunga n 1 3 @ #m %m 1 0 02187427 +tunga_penetrans n 1 2 @ #m 1 0 02187554 +tungstate n 1 1 @ 1 0 15081957 +tungsten n 1 2 @ #s 1 1 14659512 +tungsten_steel n 1 1 @ 1 0 15081828 +tungstic_acid n 1 1 @ 1 0 15082036 +tungus n 2 1 @ 2 0 09737453 06928610 +tungusic n 2 2 @ ~ 2 0 09737297 06928430 +tungusic_language n 1 2 @ ~ 1 0 06928430 +tunguska n 3 2 @ #p 3 0 09463547 09463362 09197432 +tunguz n 1 1 @ 1 0 06928610 +tunic n 2 2 @ ~ 2 0 05606633 04497570 +tunica n 1 2 @ ~ 1 0 05606633 +tunica_albuginea_testes n 1 1 @ 1 0 05606429 +tunica_conjunctiva_bulbi n 1 1 @ 1 0 05315382 +tunica_conjunctiva_palpebrarum n 1 1 @ 1 0 05315612 +tunicata n 1 3 @ #m %m 1 0 01467986 +tunicate n 1 3 @ ~ #m 1 0 01468238 +tuning n 1 3 @ + ; 1 1 00999588 +tuning_fork n 1 1 @ 1 0 04497801 +tunis n 1 2 @ #p 1 0 09037838 +tunisia n 1 7 @ #m #p %m %p + - 1 1 09037394 +tunisian n 1 3 @ #m + 1 0 09734760 +tunisian_dinar n 1 2 @ %p 1 0 13670668 +tunisian_dirham n 1 3 @ #p %p 1 0 13670790 +tunisian_monetary_unit n 1 2 @ ~ 1 0 13670521 +tunker n 1 2 @ #m 1 0 09677830 +tunnage n 1 1 @ 1 0 13317269 +tunnel n 2 5 @ ~ %p + ; 2 1 04497962 09230041 +tunnel_vision n 1 1 @ 1 0 14557091 +tunney n 1 1 @ 1 0 11351832 +tunny n 2 5 @ ~ #m #p %p 2 0 07780627 02626762 +tup n 1 2 @ %p 1 0 02412080 +tupac_amaru_revolutionary_movement n 1 2 @ ; 1 0 08045681 +tupac_katari_guerrilla_army n 1 2 @ ; 1 0 08046032 +tupaia n 1 2 @ #m 1 0 02495099 +tupaiidae n 1 3 @ #m %m 1 0 02494866 +tupek n 1 1 @ 1 0 04498275 +tupelo n 3 6 @ ~ #m #s #p %s 3 0 12340998 12340383 09105390 +tupelo_family n 1 3 @ #m %m 1 0 12339972 +tupelo_tree n 1 4 @ ~ #m %s 1 0 12340383 +tupi n 2 1 @ 2 0 09695132 06917497 +tupi-guarani n 1 2 @ ~ 1 0 06917602 +tupi-guarani_language n 1 2 @ ~ 1 0 06917602 +tupik n 1 1 @ 1 0 04498275 +tupinambis n 1 3 @ #m %m 1 0 01687009 +tuppence n 1 1 @ 1 0 13390963 +tupungatito n 1 2 @ #p 1 0 09177249 +tupungato n 1 2 @ #p 1 0 09463721 +turaco n 1 2 @ #m 1 0 01825278 +turacou n 1 2 @ #m 1 0 01825278 +turakoo n 1 2 @ #m 1 0 01825278 +turban n 2 1 @ 2 1 04498389 03937835 +turban_squash n 2 5 @ ~ #m #p %p 2 0 12161285 07717858 +turbatrix n 1 3 @ #m %m 1 0 01931984 +turbatrix_aceti n 1 2 @ #m 1 0 01932151 +turbellaria n 1 3 @ #m %m 1 0 01925133 +turbidity n 1 2 @ + 1 0 04703932 +turbidness n 1 2 @ + 1 0 04703932 +turbinal n 1 3 @ ~ #p 1 0 05283816 +turbinate n 1 3 @ ~ #p 1 1 05283816 +turbinate_bone n 1 3 @ ~ #p 1 0 05283816 +turbine n 1 3 @ ~ %p 1 1 04498523 +turbo-propeller_plane n 1 2 @ %p 1 0 04012482 +turbofan n 2 3 @ #p %p 2 0 03321419 03321103 +turbofan_engine n 1 3 @ #p %p 1 1 03321103 +turbogenerator n 1 2 @ #p 1 0 04498873 +turbojet n 2 3 @ #p %p 2 0 03321419 03321103 +turbojet_engine n 1 3 @ #p %p 1 0 03321103 +turboprop n 1 2 @ %p 1 0 04012482 +turbot n 2 4 @ #m #p %p 2 0 07791039 02663211 +turbulence n 3 4 @ ~ + ; 3 1 11520989 14524383 13979173 +turbulency n 1 3 @ ~ + 1 0 11520989 +turbulent_flow n 1 2 @ ~ 1 0 11521267 +turcoman n 2 1 @ 2 0 09736485 06926889 +turd n 1 2 @ ; 1 0 14854581 +turdidae n 1 3 @ #m %m 1 0 01556671 +turdinae n 1 3 @ #m %m 1 0 01557028 +turdus n 1 3 @ #m %m 1 0 01557697 +turdus_greyi n 1 2 @ #m 1 0 01559160 +turdus_iliacus n 1 2 @ #m 1 0 01558461 +turdus_merula n 1 2 @ #m 1 0 01558594 +turdus_migratorius n 1 2 @ #m 1 0 01558993 +turdus_philomelos n 1 2 @ #m 1 0 01558149 +turdus_pilaris n 1 2 @ #m 1 0 01558307 +turdus_torquatus n 1 2 @ #m 1 0 01558765 +turdus_viscivorus n 1 2 @ #m 1 0 01557962 +tureen n 1 1 @ 1 0 04499062 +turf n 3 3 @ ~ ; 3 1 09463919 08689771 08590719 +turf_war n 1 1 @ 1 0 01167952 +turfan n 1 1 @ 1 0 06968909 +turfan_dialect n 1 1 @ 1 0 06968909 +turfing_daisy n 2 2 @ #m 2 0 12029039 12028818 +turgenev n 1 1 @ 1 0 11352035 +turgidity n 1 2 @ + 1 0 07090573 +turgidness n 1 2 @ + 1 0 07090573 +turgor n 1 2 @ ; 1 0 14568762 +turgot n 1 1 @ 1 0 11352192 +turin n 1 2 @ #p 1 0 08810220 +turing n 1 1 @ 1 0 11352498 +turing_machine n 1 1 @ 1 0 04499180 +turk n 1 3 @ ~ #m 1 0 09734885 +turk's-cap n 2 1 @ 2 0 12428747 12428076 +turk's_cap-lily n 1 1 @ 1 0 12428747 +turk's_head n 1 1 @ 1 0 04499554 +turkestan n 1 2 @ #p 1 0 08724545 +turkestan_desert n 1 2 @ #p 1 0 09170475 +turkey n 5 7 @ ~ #m #p %m %p - 5 2 01794158 09039411 10224295 07647731 07365193 +turkey_buzzard n 1 2 @ #m 1 0 01619310 +turkey_cock n 1 1 @ 1 1 01794344 +turkey_drumstick n 1 1 @ 1 0 07648036 +turkey_leg n 1 1 @ 1 0 07648036 +turkey_oak n 4 1 @ 4 0 12273515 12273114 12271933 12270741 +turkey_red n 1 1 @ 1 0 04963307 +turkey_stew n 1 1 @ 1 0 07592400 +turkey_stuffing n 1 1 @ 1 0 07678953 +turkey_trot n 1 1 @ 1 0 00535873 +turkey_vulture n 1 2 @ #m 1 0 01619310 +turkey_wing n 1 2 @ #p 1 0 07648717 +turki n 2 2 @ ~ 2 0 09735258 06926458 +turkic n 1 2 @ ~ 1 0 06926458 +turkic_language n 1 2 @ ~ 1 0 06926458 +turkish n 1 1 @ 1 0 06926798 +turkish_bath n 2 1 @ 2 0 04499300 00258530 +turkish_boxwood n 1 2 @ #s 1 0 12746474 +turkish_capital n 1 2 @ #p 1 0 09040601 +turkish_coffee n 1 1 @ 1 0 07921239 +turkish_delight n 1 1 @ 1 0 07609728 +turkish_empire n 1 2 @ #p 1 0 09038597 +turkish_hizballah n 1 2 @ ; 1 0 08046346 +turkish_lira n 1 2 @ %p 1 0 13687160 +turkish_monetary_unit n 1 2 @ ~ 1 0 13687015 +turkish_tobacco n 1 2 @ ~ 1 0 14715453 +turkish_towel n 1 1 @ 1 0 04499446 +turkistan n 1 2 @ #p 1 0 08724545 +turkmen n 3 4 @ #m #p %p 3 0 09736485 09021503 06926889 +turkmen_monetary_unit n 1 2 @ ~ 1 0 13702707 +turkmenia n 1 4 @ #m #p %p 1 0 09021503 +turkmenistan n 1 4 @ #m #p %p 1 0 09021503 +turko-tatar n 1 2 @ ~ 1 0 06926458 +turkoman n 2 1 @ 2 0 09736485 06926889 +turkomen n 1 4 @ #m #p %p 1 0 09021503 +turmeric n 2 4 @ #m #p %p 2 0 12356395 07821919 +turmeric_root n 1 2 @ #m 1 0 11735570 +turmoil n 3 1 @ 3 2 13977732 07514520 00554300 +turn n 12 5 @ ~ #p + ; 12 7 13869327 00350030 00457382 07423365 07351612 00346532 00345454 15292069 15256714 06892016 01227083 00292599 +turn-on n 1 3 @ + ; 1 0 05828102 +turn_around n 1 2 @ + 1 0 07411160 +turn_indicator n 1 2 @ #p 1 0 07262704 +turn_of_events n 1 1 @ 1 0 07423365 +turn_of_expression n 1 2 @ ~ 1 0 07088645 +turn_of_phrase n 1 2 @ ~ 1 0 07088645 +turn_of_the_century n 1 1 @ 1 1 15261169 +turn_signal n 1 2 @ #p 1 0 07262704 +turnabout n 2 2 @ ~ 2 0 05789808 00346693 +turnaround n 5 3 @ ~ #p 5 0 15137295 05789808 04499660 01144555 00346693 +turnaround_time n 1 1 @ 1 0 15137295 +turnbuckle n 1 1 @ 1 0 04499810 +turncoat n 1 1 @ 1 0 10007109 +turncock n 2 1 @ 2 0 10733225 04327682 +turndown n 1 2 @ + 1 0 00205349 +turner n 8 4 @ ~ #m + 8 0 11353195 11353078 11352883 11352701 10733574 10733487 10733350 04500060 +turner's_syndrome n 1 1 @ 1 0 14565927 +turnery n 2 2 @ + 2 0 04500390 04500294 +turnicidae n 1 3 @ #m %m 1 0 02019566 +turning n 6 3 @ ~ + 6 2 00350030 00195415 09464098 07351612 04500504 00926179 +turning_away n 1 2 @ ~ 1 0 00203753 +turning_point n 2 2 @ ~ 2 1 07417851 03109486 +turnip n 2 5 @ ~ #m #p %p 2 0 11877646 07735803 +turnip-rooted_celery n 1 2 @ %p 1 0 12933616 +turnip-rooted_parsley n 1 1 @ 1 0 12942729 +turnip_bed n 1 1 @ 1 0 04500613 +turnip_cabbage n 2 4 @ #m #p %p 2 0 11877860 07733567 +turnip_greens n 1 2 @ #p 1 0 07736256 +turnip_plant n 1 3 @ ~ %p 1 0 11877473 +turnix n 1 3 @ #m %m 1 0 02019762 +turnix_sylvatica n 1 1 @ 1 0 02020219 +turnkey n 1 1 @ 1 0 10149867 +turnoff n 2 3 @ + ; 2 0 05828263 04500704 +turnout n 7 5 @ ~ #p + ; 7 0 07987216 04500866 04216106 03860882 03859958 01233917 00534480 +turnover n 4 3 @ ~ + 4 1 13826221 07624466 05112308 00348312 +turnover_rate n 1 1 @ 1 0 13826221 +turnpike n 2 1 @ 2 1 04501127 04501018 +turnround n 1 1 @ 1 0 01144555 +turnspit n 1 1 @ 1 0 04501281 +turnstile n 1 1 @ 1 0 04501370 +turnstone n 1 3 @ ~ #m 1 0 02025043 +turntable n 3 2 @ #p 3 1 04501550 04501837 04501713 +turnup n 1 5 @ ~ #p %p + 1 0 03145843 +turnverein n 1 2 @ %m 1 0 08230679 +turp n 1 1 @ 1 0 00694088 +turpentine n 2 4 @ ~ #s %s 2 0 14897369 14893652 +turpentine_camphor_weed n 1 1 @ 1 0 12871696 +turpentine_weed n 1 2 @ #m 1 0 11974557 +turpin n 1 1 @ 1 0 11353412 +turpitude n 1 1 @ 1 0 00746866 +turps n 1 2 @ %s 1 0 14893652 +turquoise n 2 1 @ 2 0 15082198 04969798 +turreae n 1 2 @ #m 1 0 12700996 +turret n 2 2 @ #p 2 0 04501947 03469175 +turret_clock n 1 1 @ 1 0 04502059 +turritis n 1 3 @ #m %m 1 0 11899432 +turritis_glabra n 1 2 @ #m 1 0 11872658 +tursiops n 1 3 @ #m %m 1 0 02069569 +tursiops_gilli n 1 1 @ 1 0 02070174 +tursiops_truncatus n 1 1 @ 1 0 02069974 +turtle n 2 3 @ ~ %p 2 0 04502197 01662784 +turtle_bean n 1 1 @ 1 0 07727458 +turtle_soup n 1 1 @ 1 0 07587206 +turtledove n 2 3 @ ~ #m 2 0 01813948 01813385 +turtlehead n 1 2 @ #m 1 0 12881105 +turtleneck n 1 2 @ %p 1 0 04502197 +turtleneck_collar n 1 2 @ #p 1 0 04502364 +turtler n 1 2 @ + 1 0 10733705 +tuscaloosa n 1 2 @ #p 1 0 09054797 +tuscan n 2 2 @ #m 2 0 09717696 06964788 +tuscan_order n 1 1 @ 1 0 04699637 +tuscany n 1 5 @ #p %m %p + 1 0 08811982 +tuscarora n 2 1 @ 2 0 09670909 06916701 +tush n 1 2 @ #p 1 0 05559256 +tushery n 1 1 @ 1 0 06387204 +tusk n 2 5 @ #s #p %s + 2 0 14757547 01465713 +tusk_shell n 1 1 @ 1 0 01941340 +tuskegee n 1 2 @ #p 1 0 09054915 +tusker n 1 2 @ %p 1 0 01871265 +tussah n 1 2 @ #m 1 0 02304797 +tussaud n 1 1 @ 1 0 11353510 +tusseh n 1 2 @ #m 1 0 02304797 +tusser n 1 2 @ #m 1 0 02304797 +tussilago n 1 3 @ #m %m 1 0 12029326 +tussilago_alpina n 1 2 @ #m 1 0 11982939 +tussilago_farfara n 1 2 @ #m 1 0 12029635 +tussle n 1 2 @ + 1 0 01172441 +tussock n 1 2 @ ~ 1 0 07960769 +tussock_bellflower n 1 1 @ 1 0 12039317 +tussock_caterpillar n 1 2 @ #m 1 0 02285801 +tussock_moth n 1 3 @ ~ #m 1 0 02285548 +tussore n 1 2 @ #m 1 0 02304797 +tussur n 1 2 @ #m 1 0 02304797 +tutankhamen n 1 1 @ 1 0 11353847 +tutee n 1 1 @ 1 0 10733820 +tutelage n 2 3 @ ~ + 2 0 00889294 00829378 +tutelo n 2 1 @ 2 0 09671089 06913121 +tutor n 1 4 @ ~ + ; 1 1 09931418 +tutorial n 1 2 @ + 1 1 07148022 +tutorship n 1 2 @ + 1 0 00889294 +tutsan n 1 1 @ 1 0 12368028 +tutsi n 1 2 @ #m 1 0 09693809 +tutti-frutti n 1 1 @ 1 0 07615569 +tutu n 2 1 @ 2 0 11354001 02780815 +tuvalu n 2 3 @ #p %p 2 0 08840374 08840200 +tuvalu_dollar n 1 1 @ 1 0 13674257 +tux n 1 1 @ 1 0 03201776 +tuxedo n 1 1 @ 1 0 03201776 +tuxtla_gutierrez n 1 2 @ #p 1 0 08746363 +tv n 2 6 @ ~ #p %p ; - 2 2 06277280 04405907 +tv-antenna n 1 2 @ ~ 1 0 04404817 +tv_announcer n 1 1 @ 1 0 10733891 +tv_audience n 1 1 @ 1 1 08222750 +tv_camera n 1 3 @ ~ %p 1 0 04404997 +tv_channel n 1 1 @ 1 0 03006398 +tv_dinner n 1 1 @ 1 0 07576311 +tv_monitor n 1 1 @ 1 0 04405762 +tv_newsman n 1 2 @ ~ 1 0 10698368 +tv_program n 1 2 @ ~ 1 0 06620579 +tv_reporter n 1 2 @ ~ 1 0 10698368 +tv_room n 1 1 @ 1 1 04406239 +tv_set n 1 4 @ #p %p ; 1 0 04405907 +tv_show n 1 2 @ ~ 1 0 06620579 +tv_star n 1 1 @ 1 0 10698550 +tv_station n 1 4 @ ~ #p %p 1 0 04406350 +twaddle n 1 3 @ + ; 1 0 06611147 +twaddler n 1 2 @ + 1 0 10733999 +twain n 1 3 @ ~ %p 1 0 13743605 +twang n 2 2 @ + 2 0 07398873 04989512 +twat n 2 1 @ 2 0 10157744 05521514 +twayblade n 2 2 @ #m 2 0 12071744 12070583 +tweak n 1 2 @ + 1 0 00357275 +tweed n 2 5 @ ~ %s + ; 2 1 04502502 03357081 +tweediness n 2 2 @ + 2 0 04948722 04817020 +tweedledee_and_tweedledum n 1 1 @ 1 0 07988716 +tweedledum_and_tweedledee n 1 1 @ 1 0 07988716 +tweet n 1 2 @ + 1 0 07399027 +tweeter n 1 2 @ + 1 0 04502670 +tweezer n 1 3 @ ~ + 1 0 03941684 +twelfth n 2 1 @ 2 0 13848052 13738459 +twelfth_cranial_nerve n 1 1 @ 1 0 05480607 +twelfth_day n 1 2 @ #p 1 0 15194506 +twelfth_night n 1 2 @ #p 1 0 15194940 +twelfth_part n 1 1 @ 1 0 13738459 +twelfthtide n 1 1 @ 1 0 15194860 +twelve n 1 2 @ ~ 1 1 13746785 +twelve-tone_music n 1 1 @ 1 0 07057539 +twelve-tone_system n 1 1 @ 1 0 07057539 +twelve_noon n 1 2 @ #p 1 0 15165490 +twelve_tribes_of_israel n 1 2 @ ~ 1 0 08372847 +twelvemonth n 1 3 @ ~ #p 1 0 15203791 +twenties n 2 2 @ #p 2 2 15148584 15148867 +twentieth n 1 1 @ 1 1 13848884 +twentieth_century n 1 1 @ 1 0 15206004 +twenty n 2 1 @ 2 1 13748128 13395296 +twenty-eight n 1 1 @ 1 1 13749146 +twenty-five n 1 1 @ 1 0 13748763 +twenty-five_percent n 1 1 @ 1 0 13737480 +twenty-four n 1 1 @ 1 0 13748622 +twenty-four_hour_period n 1 3 @ ~ %p 1 0 15155220 +twenty-four_hours n 1 3 @ ~ %p 1 1 15155220 +twenty-nine n 1 1 @ 1 0 13749278 +twenty-one n 2 1 @ 2 1 13748246 00490350 +twenty-seven n 1 1 @ 1 0 13749017 +twenty-six n 1 1 @ 1 0 13748890 +twenty-three n 1 1 @ 1 1 13748493 +twenty-twenty n 1 1 @ 1 0 05655810 +twenty-two n 2 2 @ ~ 2 1 13748367 04502851 +twenty-two_pistol n 1 1 @ 1 0 04502989 +twenty-two_rifle n 1 1 @ 1 1 04503073 +twenty_dollar_bill n 1 1 @ 1 0 13395296 +twenty_percent n 1 1 @ 1 0 13737830 +twerp n 1 1 @ 1 0 10734129 +twice-baked_bread n 1 1 @ 1 0 07689842 +twice-pinnate n 1 1 @ 1 0 13157346 +twiddle n 1 2 @ + 1 0 00340989 +twiddler n 1 2 @ + 1 0 10734235 +twig n 1 3 @ ~ + 1 1 13163991 +twig_blight n 1 1 @ 1 0 14219290 +twilight n 3 3 @ ~ #p 3 2 15169421 11515935 14423740 +twilight_of_the_gods n 1 1 @ 1 0 06372925 +twilight_sleep n 1 1 @ 1 0 14030084 +twilight_vision n 1 1 @ 1 0 05656997 +twilight_zone n 2 1 @ 2 0 09464221 04825815 +twill n 2 2 @ + 2 0 04503269 04503155 +twill_weave n 1 1 @ 1 0 04503269 +twin n 4 5 @ ~ #p + ; 4 1 10734394 09752519 09464335 03117939 +twin-aisle_airplane n 1 1 @ 1 0 04583620 +twin-prop n 1 1 @ 1 0 03227505 +twin-propeller-plane n 1 1 @ 1 0 03227505 +twin_bed n 1 1 @ 1 0 04503413 +twin_bill n 1 2 @ %p 1 0 00460951 +twin_cities n 1 3 @ #p %m 1 0 09103648 +twin_falls n 2 2 @ #p 2 0 09464335 09082395 +twin_towers n 1 3 @ #p ; 1 0 04604009 +twinberry n 2 2 @ #m 2 0 12675716 12668517 +twine n 1 3 @ ~ + 1 0 04337974 +twiner n 1 2 @ + 1 0 10734568 +twinflower n 1 3 @ ~ #m 1 0 12673328 +twinge n 2 3 @ ~ + 2 1 07494972 05725269 +twinjet n 1 1 @ 1 0 04503499 +twinkie n 1 2 @ ; 1 0 07632679 +twinkle n 2 2 @ + 2 0 07411645 04953380 +twinkler n 1 2 @ + 1 0 09464486 +twinkling n 1 1 @ 1 1 15247110 +twins n 2 2 @ ; 2 0 14883517 08686495 +twirl n 2 3 @ ~ + 2 0 13877918 00343249 +twirler n 2 4 @ ~ + ; 2 1 09843824 10435988 +twirp n 1 1 @ 1 0 10734129 +twist n 13 3 @ ~ + 13 4 07423365 07173959 00171249 00343249 14299070 13877918 13869327 07432973 07351909 05259512 00534631 00345641 00345454 +twist_bit n 1 1 @ 1 0 04503593 +twist_drill n 1 1 @ 1 0 04503593 +twist_wood n 1 2 @ #m 1 0 12680652 +twister n 2 3 @ ~ + 2 0 11519450 07639577 +twisting n 2 3 @ ~ + 2 1 00751529 00343249 +twistwood n 1 2 @ #m 1 0 12680652 +twit n 2 2 @ + 2 0 10734129 01222859 +twitch n 1 3 @ ~ + 1 0 14361664 +twitching n 1 3 @ ~ + 1 0 14361664 +twitter n 1 2 @ + 1 0 07379577 +twitterer n 1 2 @ + 1 0 02511730 +two n 2 2 @ ~ 2 1 13743269 03182795 +two-bagger n 1 2 @ ~ 1 0 00132756 +two-base_hit n 1 2 @ ~ 1 0 00132756 +two-baser n 1 2 @ ~ 1 1 00132756 +two-by-four n 1 1 @ 1 1 04503705 +two-dimensional_figure n 1 2 @ ~ 1 0 13863186 +two-dimensionality n 1 2 @ + 1 0 05063349 +two-eyed_violet n 1 1 @ 1 0 12389130 +two-grain_spelt n 1 1 @ 1 0 12143215 +two-handed_backhand n 1 1 @ 1 0 00568166 +two-handed_saw n 1 2 @ ~ 1 0 04503836 +two-hitter n 1 1 @ 1 0 00475273 +two-man_saw n 1 2 @ ~ 1 0 04503836 +two-man_tent n 1 1 @ 1 0 04504038 +two-note_call n 1 1 @ 1 0 06797047 +two-piece n 2 1 @ 2 0 04504141 02837789 +two-piece_suit n 1 1 @ 1 0 04504141 +two-seater n 1 2 @ %p 1 0 04097373 +two-spotted_ladybug n 1 2 @ #m 1 0 02165877 +two-step n 1 2 @ + 1 0 00536120 +two-thirds n 1 1 @ 1 1 13737378 +two-tier_bid n 1 1 @ 1 0 00790498 +two-timer n 2 2 @ ~ 2 0 10734741 10027590 +two-toed_anteater n 1 2 @ #m 1 0 02460817 +two-toed_sloth n 2 2 @ #m 2 0 02458135 02457945 +two-way_street n 1 1 @ 1 0 04504297 +two-wing_flying_fish n 1 1 @ 1 0 02550655 +two-winged_insects n 1 4 @ ~ #m %p 1 0 02188699 +two-year-old_horse n 1 1 @ 1 0 02385348 +two_dollar_bill n 1 1 @ 1 0 13395799 +two_dozen n 1 1 @ 1 0 13748622 +two_iron n 1 1 @ 1 0 03762332 +two_kettle n 1 1 @ 1 0 09671202 +two_weeks n 1 1 @ 1 1 15170331 +two_year_old n 1 1 @ 1 0 02385348 +twofer n 2 1 @ 2 0 07167326 06518565 +twopence n 1 1 @ 1 0 13390963 +twosome n 2 3 @ ~ %p 2 0 13743605 07985628 +twyla_tharp n 1 1 @ 1 0 11337629 +tx n 1 4 @ #m #p %p 1 0 09141526 +tyan_shan n 1 3 @ #p %p 1 0 09458587 +tyche n 1 2 @ ; 1 0 09573262 +tycho_brahe n 1 1 @ 1 0 10861926 +tycoon n 1 2 @ ~ 1 0 09840217 +tying n 1 3 @ ~ + 1 0 00149084 +tying_up n 1 1 @ 1 0 00052146 +tyiyn n 1 1 @ 1 0 13702015 +tyke n 3 3 @ ~ %p 3 0 10734891 10410815 09917593 +tylenchidae n 1 3 @ #m %m 1 0 01932358 +tylenchus n 1 3 @ #m %m 1 0 01932495 +tylenchus_tritici n 1 2 @ #m 1 0 01932643 +tylenol n 1 2 @ ; 1 0 02674482 +tyler n 2 2 @ #p 2 0 11354145 09146584 +tympan n 1 4 @ ~ %p + 1 0 03249569 +tympani n 1 2 @ + 1 0 03612965 +tympanic_bone n 1 2 @ #p 1 0 05284020 +tympanic_cavity n 1 3 @ #p %p 1 0 05324888 +tympanic_membrane n 1 4 @ ~ #p %p 1 0 05318831 +tympanic_vein n 1 1 @ 1 0 05384560 +tympanist n 1 2 @ + 1 0 10734963 +tympanites n 1 1 @ 1 0 14063877 +tympanitis n 1 1 @ 1 0 14357607 +tympanoplasty n 1 1 @ 1 0 00694420 +tympanuchus n 1 3 @ #m %m 1 0 01798352 +tympanuchus_cupido n 1 1 @ 1 0 01798706 +tympanuchus_cupido_cupido n 1 1 @ 1 0 01798979 +tympanuchus_pallidicinctus n 1 1 @ 1 0 01798839 +tympanum n 3 5 @ ~ #p %p + 3 0 05324888 05318831 03612965 +tyndale n 1 1 @ 1 0 11354333 +tyndall n 1 1 @ 1 0 11354743 +tyndall_effect n 1 1 @ 1 0 11528427 +tyne n 1 2 @ #p 1 0 09464805 +tyne_river n 1 2 @ #p 1 0 09464805 +type n 6 5 ! @ ~ + ; 6 2 05840188 09909060 08111419 06825120 06795967 04504486 +type_a n 1 1 @ 1 0 05400860 +type_ab n 1 1 @ 1 0 05401096 +type_b n 1 1 @ 1 0 05400978 +type_family n 1 2 @ %m 1 0 06825273 +type_genus n 1 2 @ ; 1 0 08109940 +type_i_allergic_reaction n 1 1 @ 1 0 14532250 +type_i_diabetes n 1 2 @ %p 1 0 14118423 +type_ii_diabetes n 1 1 @ 1 0 14118936 +type_iv_allergic_reaction n 1 1 @ 1 0 14532659 +type_metal n 1 2 @ ~ 1 0 14719458 +type_o n 1 1 @ 1 0 05401229 +type_of_architecture n 1 2 @ ~ 1 0 05841351 +type_slug n 1 1 @ 1 0 04504935 +type_species n 1 2 @ ; 1 0 08111599 +type_specimen n 1 1 @ 1 0 05938170 +typeface n 1 3 @ ~ #m 1 0 06825399 +typescript n 1 1 @ 1 0 06389109 +typesetter n 1 2 @ + 1 0 09949946 +typesetter's_case n 1 2 @ ; 1 0 02975589 +typesetting_machine n 1 3 @ ~ %p 1 0 04504770 +typewriter n 1 4 @ ~ %p + 1 1 04505036 +typewriter_carriage n 1 2 @ #p 1 0 04505345 +typewriter_font n 1 1 @ 1 0 06825996 +typewriter_keyboard n 1 4 @ ~ #p %p 1 0 04505470 +typewriter_paper n 1 2 @ ~ 1 0 15082382 +typewriter_ribbon n 1 2 @ #p 1 0 04088058 +typewriting n 1 3 @ ~ + 1 1 06402565 +typha n 1 3 @ #m %m 1 0 12155459 +typha_angustifolia n 1 1 @ 1 0 12156117 +typha_latifolia n 1 1 @ 1 0 12155773 +typhaceae n 1 3 @ #m %m 1 0 12155259 +typhlopidae n 1 2 @ #m 1 0 01740283 +typhoeus n 1 2 @ ; 1 0 09502700 +typhoid n 1 1 @ 1 1 14144416 +typhoid_bacillus n 1 1 @ 1 0 01369484 +typhoid_bacteriophage n 1 1 @ 1 0 01335333 +typhoid_fever n 1 1 @ 1 0 14144416 +typhoid_mary n 1 1 @ 1 0 11151932 +typhon n 1 2 @ ; 1 0 09502906 +typhoon n 1 1 @ 1 0 11521145 +typhus n 1 2 @ ~ 1 1 14141062 +typhus_fever n 1 2 @ ~ 1 1 14141062 +typical_jerboa n 1 2 @ #m 1 0 02352002 +typicality n 1 4 ! @ = + 1 0 14501545 +typification n 2 3 @ ~ + 2 0 05765901 00900581 +typing n 1 3 @ ~ + 1 1 06402565 +typing_paper n 1 2 @ ~ 1 0 15082382 +typing_pool n 1 1 @ 1 0 08481604 +typist n 1 3 @ ~ + 1 0 10735173 +typo n 1 1 @ 1 0 06769670 +typographer n 1 2 @ + 1 0 09949946 +typographical_error n 1 1 @ 1 0 06769670 +typography n 2 2 @ + 2 2 01103000 06677974 +typology n 1 1 @ 1 0 01013971 +tyr n 1 2 @ ; 1 0 09583723 +tyramine n 1 1 @ 1 0 15082524 +tyranni n 1 3 @ #m %m 1 0 01546660 +tyrannicide n 1 1 @ 1 0 01250671 +tyrannid n 1 3 @ ~ #m 1 0 01546921 +tyrannidae n 1 3 @ #m %m 1 0 01547459 +tyrannosaur n 1 2 @ #m 1 0 01713764 +tyrannosaurus n 1 2 @ #m 1 0 01713764 +tyrannosaurus_rex n 1 2 @ #m 1 0 01713764 +tyrannus n 1 3 @ #m %m 1 0 01548143 +tyrannus_domenicensis_domenicensis n 1 1 @ 1 0 01549053 +tyrannus_tyrannus n 1 3 @ ~ #m 1 0 01548301 +tyrannus_vociferans n 1 1 @ 1 0 01548694 +tyranny n 2 3 @ ~ + 2 1 08440630 14443912 +tyrant n 3 3 @ ~ + 3 1 10735298 10735707 10735564 +tyrant_bird n 1 3 @ ~ #m 1 0 01547832 +tyrant_flycatcher n 1 3 @ ~ #m 1 0 01547832 +tyre n 2 3 @ ~ #p 2 0 08958334 04440749 +tyrian_purple n 2 1 @ 2 0 15001753 04970312 +tyro n 1 2 @ ~ 1 0 10363913 +tyrocidin n 1 2 @ #s 1 0 04505706 +tyrocidine n 1 2 @ #s 1 0 04505706 +tyrol n 1 3 @ #p + 1 0 08846135 +tyrolean n 2 1 @ 2 0 09735023 04505888 +tyrolean_alps n 1 2 @ #p 1 0 09464652 +tyrosine n 1 1 @ 1 1 15082766 +tyrosine_kinase_inhibitor n 1 1 @ 1 0 04506005 +tyrosinemia n 1 1 @ 1 0 14169897 +tyrothricin n 1 2 @ %s 1 0 04506125 +tyrr n 1 2 @ ; 1 0 09583723 +tyrrhenian_sea n 1 2 @ #p 1 0 09464962 +tyson n 1 1 @ 1 0 11355082 +tyto n 1 3 @ #m %m 1 0 01625417 +tyto_alba n 1 2 @ #m 1 0 01625562 +tytonidae n 1 3 @ #m %m 1 0 01625275 +tzar n 1 3 @ ~ ; 1 0 09987239 +tzara n 1 1 @ 1 0 11355247 +tzarina n 1 1 @ 1 0 09987573 +tzetze n 1 2 @ #m 1 0 02191273 +tzetze_fly n 1 2 @ #m 1 0 02191273 +u n 3 4 @ ~ #m #s 3 0 15084357 14660443 06833328 +u-boat n 1 3 @ ~ %p 1 0 04347754 +u-drive n 1 1 @ 1 0 13248598 +u-turn n 1 1 @ 1 0 00347087 +u._s._air_force n 1 3 @ #p %p 1 0 08196230 +u._s._army n 1 4 @ #p %p ; 1 0 08394922 +u._s._army_special_forces n 1 3 @ #p %m 1 0 08213424 +u._s._coast_guard n 1 2 @ #p 1 0 08192557 +u._s._code n 1 2 @ ; 1 0 06668147 +u.k. n 1 6 @ ~ #m #p %p - 1 0 08860123 +u.s. n 2 7 @ ~ #m #p %m %p - 2 2 08355791 09044862 +u.s._army_criminal_investigation_laboratory n 1 2 @ #p 1 0 04510090 +u.s._congress n 1 3 @ #m %m 1 0 08161757 +u.s._constitution n 1 3 @ %p ; 1 0 06534132 +u.s._government n 1 2 @ %m 1 1 08355791 +u.s._house n 1 2 @ #m 1 0 08161971 +u.s._house_of_representatives n 1 2 @ #m 1 0 08161971 +u.s._mint n 1 2 @ #p 1 0 04510456 +u.s._national_library_of_medicine n 1 2 @ #p 1 0 03810741 +u.s._senate n 1 2 @ #m 1 0 08161591 +u.s._waters n 1 1 @ 1 0 09465984 +u.s.a. n 1 7 @ ~ #m #p %m %p - 1 0 09044862 +u308 n 1 1 @ 1 0 15106529 +uakari n 1 2 @ #m 1 0 02493224 +ubermensch n 1 1 @ 1 1 10001764 +ubiety n 1 1 @ 1 0 13958353 +ubiquinone n 1 2 @ ; 1 0 15082890 +ubiquitousness n 1 2 @ + 1 0 13958456 +ubiquity n 1 2 @ + 1 0 13958456 +ubykh n 1 1 @ 1 0 06978904 +uca n 1 3 @ #m %m 1 0 01980053 +uda n 1 2 @ ; 1 0 08046759 +udder n 1 2 @ #p 1 0 02370360 +udmurt n 2 1 @ 2 0 09644518 06956794 +udometer n 1 1 @ 1 0 04049585 +ufa n 1 2 @ #p 1 0 09009978 +ufo n 1 1 @ 1 0 05897825 +uganda n 1 5 @ #p %m %p - 1 0 09043052 +ugandan n 1 2 @ #m 1 0 09736945 +ugandan_monetary_unit n 1 2 @ ~ 1 0 13707237 +ugandan_shilling n 1 1 @ 1 0 13707346 +ugaritic n 1 1 @ 1 0 06989769 +ugli n 1 2 @ #p 1 0 07748574 +ugli_fruit n 2 4 @ #m #p %p 2 0 12711182 07748574 +ugliness n 2 4 ! @ ~ + 2 1 04690196 04852750 +ugly_duckling n 1 1 @ 1 0 10735852 +ugo_buoncompagni n 1 1 @ 1 0 11014652 +ugrian n 1 2 @ ~ 1 0 06958615 +ugric n 1 2 @ ~ 1 0 06958615 +uhf n 1 2 @ #p 1 0 05057805 +uhland n 1 1 @ 1 0 11355428 +uighur n 3 2 @ #m 3 0 09736633 06927486 06353089 +uigur n 3 2 @ #m 3 0 09736633 06927486 06353089 +uintathere n 1 2 @ #m 1 0 02372140 +uintatheriidae n 1 3 @ #m %m 1 0 02371647 +uintatherium n 1 3 @ #m %m 1 0 02371801 +uk n 1 6 @ ~ #m #p %p - 1 0 08860123 +ukase n 1 1 @ 1 0 06541301 +uke n 1 2 @ ; 1 0 04506289 +ukraine n 1 6 @ #m #p %m %p + 1 0 09014979 +ukrainian n 1 1 @ 1 1 06944623 +ukranian n 1 2 @ #m 1 0 09737050 +ukranian_monetary_unit n 1 2 @ ~ 1 0 13703022 +ukrayina n 1 5 @ #m #p %m %p 1 0 09014979 +ukulele n 1 2 @ ; 1 0 04506289 +ulaanbaatar n 1 2 @ #p 1 0 08969123 +ulalgia n 1 1 @ 1 0 14333575 +ulama n 1 2 @ %m 1 0 08380017 +ulan_bator n 1 2 @ #p 1 0 08969123 +ulanova n 1 1 @ 1 0 11355537 +ulatrophia n 1 1 @ 1 0 14081297 +ulcer n 1 3 @ ~ + 1 1 14211609 +ulcer_diet n 1 1 @ 1 0 07562017 +ulceration n 2 3 @ ~ + 2 1 14211609 13570783 +ulcerative_colitis n 1 1 @ 1 0 14306802 +ulema n 1 2 @ %m 1 0 08380017 +ulemorrhagia n 1 1 @ 1 0 14371082 +ulex n 1 3 @ #m %m 1 0 12574727 +ulex_europaeus n 1 2 @ #m 1 0 12574866 +ulfila n 1 1 @ 1 0 11355669 +ulfilas n 1 1 @ 1 0 11355669 +ulitis n 1 1 @ 1 0 14357693 +ull n 1 2 @ ; 1 0 09583888 +ullage n 1 1 @ 1 0 13764086 +ullr n 1 2 @ ; 1 0 09583888 +ulmaceae n 1 3 @ #m %m 1 0 12404943 +ulmus n 1 3 @ #m %m 1 0 12405209 +ulmus_alata n 1 2 @ #m 1 0 12406304 +ulmus_americana n 1 2 @ #m 1 0 12406488 +ulmus_campestris_sarniensis n 1 2 @ #m 1 0 12408466 +ulmus_campestris_wheatleyi n 1 2 @ #m 1 0 12408466 +ulmus_carpinifolia n 1 2 @ #m 1 0 12406715 +ulmus_crassifolia n 1 2 @ #m 1 0 12406902 +ulmus_glabra n 1 2 @ #m 1 0 12407079 +ulmus_hollandica n 1 2 @ #m 1 0 12407222 +ulmus_hollandica_vegetata n 1 2 @ #m 1 0 12407396 +ulmus_laevis n 1 2 @ #m 1 0 12407545 +ulmus_parvifolia n 1 2 @ #m 1 0 12407715 +ulmus_procera n 1 2 @ #m 1 0 12407890 +ulmus_pumila n 1 2 @ #m 1 0 12408077 +ulmus_rubra n 1 2 @ #m 1 0 12408280 +ulmus_sarniensis n 1 2 @ #m 1 0 12408466 +ulmus_serotina n 1 2 @ #m 1 0 12408717 +ulmus_thomasii n 1 2 @ #m 1 0 12408873 +ulna n 1 4 @ #p %p + 1 0 05593476 +ulnar_artery n 1 1 @ 1 0 05355706 +ulnar_nerve n 1 3 @ ~ #p 1 0 05568767 +ulnar_vein n 1 2 @ #p 1 0 05384691 +ulrich_zwingli n 1 1 @ 1 0 11408243 +ulster n 2 1 @ 2 0 08888181 04506402 +ulster_defence_association n 1 2 @ ; 1 0 08046759 +ulteriority n 1 1 @ 1 0 05215257 +ultima n 1 1 @ 1 0 06305029 +ultima_thule n 1 1 @ 1 0 08954269 +ultimacy n 1 3 @ ~ = 1 0 13942104 +ultimate n 1 1 @ 1 0 04728999 +ultimate_frisbee n 1 1 @ 1 0 00477986 +ultimateness n 1 4 @ ~ = + 1 0 13942104 +ultimatum n 1 1 @ 1 1 07191696 +ultracef n 1 2 @ ; 1 0 02989178 +ultracentrifugation n 1 2 @ + 1 1 13570923 +ultracentrifuge n 1 1 @ 1 1 04506506 +ultraconservative n 1 3 @ ~ + 1 0 10508475 +ultrahigh_frequency n 1 2 @ #p 1 0 05057805 +ultramarine n 2 3 @ ~ + 2 0 15083146 04974859 +ultramarine_blue n 1 2 @ ~ 1 0 15083146 +ultramicroscope n 1 2 @ + 1 0 04506688 +ultramontane n 1 1 @ 1 0 11356018 +ultramontanism n 1 2 @ ; 1 0 05987650 +ultranationalism n 1 2 @ + 1 0 04878646 +ultrasonography n 1 2 @ ~ 1 0 00901789 +ultrasound n 2 3 @ ~ + 2 0 11481209 00901789 +ultrasuede n 1 2 @ ; 1 0 04506895 +ultraviolet n 1 3 @ ~ + 1 1 11521940 +ultraviolet_illumination n 1 2 @ ~ 1 1 11521940 +ultraviolet_lamp n 1 2 @ ~ 1 0 04506994 +ultraviolet_light n 1 2 @ ~ 1 1 11521940 +ultraviolet_radiation n 1 2 @ ~ 1 1 11521940 +ultraviolet_source n 1 2 @ ~ 1 0 04506994 +ultraviolet_spectrum n 1 2 @ #p 1 1 11522325 +ulugh_muz_tagh n 1 2 @ #p 1 0 09465135 +ulugh_muztagh n 1 2 @ #p 1 0 09465135 +ululation n 1 2 @ + 1 0 07126734 +ulva n 1 3 @ #m %m 1 0 01408547 +ulvaceae n 1 3 @ #m %m 1 0 01408383 +ulvales n 1 3 @ #m %m 1 0 01408253 +ulvophyceae n 1 2 @ #m 1 0 01408088 +ulysses n 1 1 @ 1 0 09593044 +ulysses_grant n 1 1 @ 1 0 11011123 +ulysses_s._grant n 1 1 @ 1 0 11011123 +ulysses_simpson_grant n 1 1 @ 1 0 11011123 +uma n 2 3 @ #m %m 2 0 09529364 01678887 +uma_notata n 1 2 @ #m 1 0 01679005 +umar_al-mukhtar_forces n 1 2 @ ; 1 0 08021785 +umayyad n 1 1 @ 1 0 08159331 +umbel n 1 2 @ + 1 0 13131028 +umbellales n 1 3 @ #m %m 1 0 12213197 +umbellifer n 1 3 @ ~ #m 1 0 12930778 +umbelliferae n 1 4 @ ~ #m %m 1 0 12930044 +umbelliferous_plant n 1 3 @ ~ #m 1 0 12930778 +umbellularia n 1 3 @ #m %m 1 0 11707668 +umbellularia_californica n 1 2 @ #m 1 0 11707827 +umber n 2 3 @ ~ + 2 0 15083429 04972451 +umbilical n 1 3 @ #p %p 1 0 05520479 +umbilical_cord n 1 3 @ #p %p 1 0 05520479 +umbilical_hernia n 1 1 @ 1 0 14297489 +umbilical_vein n 1 2 @ #p 1 0 05384817 +umbilical_vesicle n 1 1 @ 1 0 01465243 +umbilicus n 1 3 @ #p + 1 0 05556595 +umbo n 1 2 @ #p 1 0 05324553 +umbra n 1 1 @ 1 0 13985098 +umbrage n 1 2 @ + 1 0 07517550 +umbrella n 3 4 @ ~ %p ; 3 1 04507155 00829918 00383071 +umbrella_arum n 1 2 @ #m 1 0 11783162 +umbrella_bird n 1 2 @ #m 1 0 01552333 +umbrella_fern n 1 2 @ #m 1 0 13171210 +umbrella_magnolia n 1 1 @ 1 0 11710393 +umbrella_pine n 1 2 @ %p 1 0 11611758 +umbrella_plant n 3 2 @ #m 3 0 12797368 12602434 12150722 +umbrella_sedge n 1 2 @ #m 1 0 12150722 +umbrella_tent n 1 1 @ 1 1 04507326 +umbrella_tree n 2 2 @ #m 2 0 11800565 11710393 +umbrellawort n 1 2 @ #m 1 0 11839460 +umbria n 1 2 @ #p 1 0 08812732 +umbrian n 1 1 @ 1 0 06962244 +umbrina n 1 3 @ #m %m 1 0 02596888 +umbrina_roncador n 1 2 @ #m 1 0 02597004 +umbundu n 1 1 @ 1 0 06995439 +umlaut n 1 1 @ 1 0 06823760 +umma n 1 2 @ ; 1 0 08224684 +umma_tameer-e-nau n 1 2 @ ; 1 0 08048300 +ummah n 1 2 @ ; 1 0 08224684 +ump n 1 1 @ 1 0 10735984 +umpirage n 2 2 @ + 2 0 07151285 01191755 +umpire n 2 3 @ ~ + 2 0 10735984 09803429 +un n 1 2 @ %m 1 1 08295580 +un_agency n 1 3 @ ~ #m 1 0 08299493 +unabridged n 1 2 @ ~ 1 0 06420219 +unabridged_dictionary n 1 2 @ ~ 1 0 06420219 +unacceptability n 1 4 ! @ ~ + 1 0 04793925 +unacceptableness n 1 3 @ ~ + 1 0 04793925 +unadaptability n 1 4 ! @ ~ + 1 0 04660080 +unaffectedness n 1 3 ! @ + 1 0 04786326 +unai n 2 2 @ #m 2 0 02458135 02457945 +unalterability n 2 4 ! @ ~ + 2 0 04742084 04740655 +unambiguity n 1 3 ! @ + 1 1 04821802 +unanimity n 1 2 @ + 1 0 13972387 +unappetisingness n 1 3 @ ~ + 1 0 04996823 +unappetizingness n 1 4 ! @ ~ + 1 0 04996823 +unapproachability n 1 3 ! @ + 1 0 04657244 +unary_operation n 1 1 @ 1 0 13517080 +unassertiveness n 1 2 @ + 1 0 07523649 +unassumingness n 1 2 @ + 1 0 04786595 +unattainableness n 1 2 @ + 1 0 14483508 +unattractiveness n 1 4 ! @ ~ + 1 0 04691476 +unau n 2 2 @ #m 2 0 02458135 02457945 +unauthorized_absence n 1 2 @ ; 1 0 00055793 +unavailability n 1 3 ! @ + 1 0 04722910 +unavoidability n 1 1 @ 1 0 04753929 +unavoidable_casualty n 1 1 @ 1 0 07315350 +unawareness n 1 3 @ ~ + 1 1 05679611 +unbalance n 2 2 @ + 2 1 14004149 14397714 +unbecomingness n 1 3 ! @ + 1 0 04902797 +unbelief n 1 3 ! @ ~ 1 0 05979909 +unbeliever n 1 2 @ ~ 1 0 10015897 +unbounded_interval n 1 1 @ 1 0 06016600 +unboundedness n 1 2 @ + 1 0 05209324 +unbreakableness n 1 3 ! @ + 1 0 04939987 +unceremoniousness n 1 3 ! @ + 1 0 04912610 +uncertainness n 1 3 @ ~ + 1 0 04756887 +uncertainty n 2 3 ! @ ~ 2 2 04756887 05698247 +uncertainty_principle n 1 2 @ ; 1 0 06108079 +unchangeability n 1 3 @ ~ + 1 0 04737934 +unchangeableness n 1 3 @ ~ + 1 0 04737934 +unchangingness n 1 3 @ ~ + 1 0 04737934 +uncheerfulness n 2 5 ! @ ~ #p + 2 0 07537068 04631298 +uncial n 1 2 @ + 1 0 06353225 +unciform_bone n 1 1 @ 1 0 05273408 +uncle n 2 4 ! @ ~ + 2 2 10736091 10736259 +uncle_joe n 1 1 @ 1 0 11318462 +uncle_remus n 1 1 @ 1 0 09604014 +uncle_sam n 1 1 @ 1 1 09604345 +uncle_tom n 2 2 @ ; 2 0 09638245 09604227 +uncleanliness n 1 4 ! @ ~ + 1 0 04896724 +uncleanness n 1 3 @ ~ + 1 0 14497763 +unclearness n 1 4 ! @ ~ + 1 0 04823866 +uncloudedness n 1 4 @ ~ = + 1 0 04701460 +uncomfortableness n 2 3 @ ~ + 2 0 14446652 07507329 +uncommonness n 2 4 ! @ ~ + 2 0 04797130 04796946 +uncommunicativeness n 1 4 ! @ ~ + 1 0 04651784 +uncompahgre_peak n 1 2 @ #p 1 0 09465290 +unconcern n 2 3 ! @ ~ 2 1 04673470 07505538 +unconditioned_reflex n 1 2 @ ~ 1 0 00863513 +unconfessed n 1 2 @ + 1 1 08477164 +uncongeniality n 1 3 ! @ + 1 0 04658686 +unconnectedness n 1 4 ! @ ~ + 1 0 13794226 +unconscientiousness n 2 3 ! @ + 2 0 04849074 04673341 +unconscious n 1 2 @ %p 1 1 05613274 +unconscious_mind n 1 2 @ %p 1 0 05613274 +unconscious_process n 1 2 @ ~ 1 0 05701738 +unconsciousness n 1 4 ! @ ~ + 1 0 05678932 +unconstraint n 1 1 @ 1 0 04885398 +unconventionality n 2 3 ! @ + 2 0 05634910 04800885 +uncouthness n 1 2 @ + 1 0 04817788 +uncovering n 2 2 @ ~ 2 0 00394803 00043195 +uncreativeness n 1 4 ! @ ~ + 1 0 05649385 +unction n 4 4 @ ~ %s ; 4 0 06696308 04868505 03845550 01041674 +unctuousness n 1 2 @ + 1 0 04868505 +uncus n 1 2 @ ; 1 0 13869676 +undecagon n 1 1 @ 1 0 13882804 +undecylenic_acid n 1 1 @ 1 0 15083713 +undependability n 1 4 ! @ ~ + 1 0 04671394 +undependableness n 1 4 ! @ ~ + 1 0 04671394 +underachievement n 1 3 ! @ + 1 1 00047550 +underachiever n 1 2 @ + 1 1 10736394 +underbelly n 3 1 @ 3 0 08511473 05557723 05042720 +underbodice n 1 1 @ 1 0 02944146 +underbody n 1 1 @ 1 0 05557723 +underboss n 1 1 @ 1 0 10273438 +underbrush n 1 3 @ ~ #m 1 1 08439476 +undercarriage n 1 2 @ ~ 1 0 04507453 +undercharge n 2 2 @ + 2 0 13307685 04507609 +underclass n 1 1 @ 1 0 08181540 +underclassman n 1 2 @ ~ 1 0 10274815 +underclothes n 1 2 @ ~ 1 0 04508949 +underclothing n 1 2 @ ~ 1 0 04508949 +undercoat n 3 3 @ ~ + 3 0 04507689 03360845 01899238 +undercover_agent n 1 3 @ ~ ; 1 0 10641755 +undercover_operation n 1 2 @ ~ 1 0 00409943 +undercover_work n 1 2 @ ~ 1 0 00654234 +undercurrent n 2 3 @ ~ #p 2 1 05922809 07404798 +undercut n 5 4 @ ~ + ; 5 0 15083974 07659793 04507891 00565809 00387526 +underdevelopment n 2 3 @ + ; 2 0 14423268 13571041 +underdog n 1 1 @ 1 0 10273572 +underdrawers n 1 2 @ ; 1 0 03234164 +underestimate n 1 2 @ + 1 0 05804491 +underestimation n 1 2 @ + 1 0 05804491 +underevaluation n 1 1 @ 1 0 05747937 +underexposure n 2 2 @ + 2 0 00907642 00157877 +underfelt n 1 2 @ ; 1 0 04508062 +underframe n 1 3 @ ~ #p 1 0 04226537 +underfur n 1 1 @ 1 0 01899238 +undergarment n 1 3 ! @ ~ 1 0 04508163 +undergrad n 1 2 @ ~ 1 0 10736602 +undergraduate n 1 2 @ ~ 1 1 10736602 +underground n 2 3 @ ~ + 2 0 08360672 03757138 +underground_press n 1 1 @ 1 0 06271620 +underground_railroad n 1 1 @ 1 0 00060817 +underground_railway n 1 1 @ 1 0 00060817 +undergrowth n 1 3 @ ~ #m 1 0 08439476 +underlay n 1 2 @ ~ 1 0 02967626 +underlayment n 1 3 @ ~ + 1 0 02967626 +underline n 1 2 @ + 1 0 06801418 +underling n 1 2 @ ~ 1 1 10669991 +underlip n 1 1 @ 1 0 05306122 +undernourishment n 1 2 @ + 1 0 14040490 +underpants n 1 4 @ ~ #p ; 1 0 04508489 +underpart n 1 2 @ ~ 1 0 01899367 +underpass n 1 1 @ 1 0 04508804 +underpayment n 2 2 @ + 2 0 13279162 01122488 +underperformer n 2 2 @ + 2 0 10736394 08076578 +underproduction n 1 2 @ + 1 0 00914509 +underrating n 1 2 @ + 1 0 05804491 +underreckoning n 1 1 @ 1 0 05804491 +underscore n 1 2 @ + 1 0 06801418 +underseal n 1 1 @ 1 0 04507689 +undersecretary n 1 1 @ 1 1 10736788 +underseller n 1 2 @ + 1 0 10736926 +undershirt n 1 1 @ 1 1 04223299 +undershrub n 1 1 @ 1 0 13118330 +underside n 1 2 @ ~ 1 1 08511241 +underskirt n 1 2 @ ~ 1 0 03920737 +undersoil n 1 1 @ 1 0 14695838 +understandability n 1 3 @ ~ + 1 0 04819026 +understanding n 4 4 @ ~ %p + 4 4 05805475 06770275 06199142 05651680 +understatement n 1 4 ! @ ~ + 1 1 06759063 +understructure n 1 3 @ ~ #p 1 0 03387016 +understudy n 1 2 @ + 1 0 10737103 +undersurface n 1 2 @ ~ 1 0 08511241 +undertaker n 1 2 @ ~ 1 1 10331841 +undertaking n 2 3 @ ~ + 2 1 00795720 01120259 +undertide n 1 3 @ ~ #p 1 0 07404798 +undertone n 3 1 @ 3 0 07083136 05922809 04959567 +undertow n 2 1 @ 2 0 07499449 07404261 +undervaluation n 1 2 @ + 1 0 05736593 +underwater_archaeology n 1 1 @ 1 0 06145158 +underwater_archeology n 1 1 @ 1 0 06145158 +underwater_diver n 1 2 @ ~ 1 0 10019552 +underwear n 1 2 @ ~ 1 1 04508949 +underwing n 1 3 @ ~ #m 1 0 02295870 +underwood n 1 3 @ ~ #m 1 0 08439476 +underworld n 2 4 @ %m %p ; 2 1 08245059 05629381 +underwriter n 3 3 @ ~ + 3 0 10215953 10209731 08070465 +undescended_testicle n 1 2 @ #p 1 0 05525391 +undescended_testis n 1 2 @ #p 1 0 05525391 +undesirability n 1 3 ! @ + 1 0 05142008 +undesirable n 1 2 @ + 1 0 10737264 +undies n 1 2 @ ; 1 0 04509171 +undine n 1 1 @ 1 0 09541346 +undiscipline n 1 2 @ ~ 1 0 04884450 +undivided_interest n 1 1 @ 1 0 13288337 +undivided_right n 1 1 @ 1 0 13288337 +undoer n 3 3 @ ~ + 3 0 10737717 10737431 10008716 +undoing n 2 2 @ + 2 1 00235074 00149262 +undress n 1 2 @ + 1 0 14456752 +undset n 1 1 @ 1 0 11356183 +undulant_fever n 1 1 @ 1 0 14128029 +undulation n 3 4 @ ~ + ; 3 0 13868944 07352048 07345593 +undulatory_theory n 1 2 @ ; 1 0 06105873 +undutifulness n 1 2 @ + 1 0 04828485 +unearned_income n 2 2 @ ; 2 0 13261597 13261380 +unearned_increment n 1 1 @ 1 0 13311679 +unearned_revenue n 2 2 @ ; 2 0 13261597 13261380 +unearned_run n 1 2 ! @ 1 1 00190040 +unease n 2 1 @ 2 0 14447019 04904851 +uneasiness n 5 3 @ ~ + 5 1 07525057 14447019 07507329 04904851 04625284 +uneducated_person n 1 2 @ ~ 1 0 10198958 +unemotional_person n 1 2 ! @ 1 0 10658867 +unemotionality n 2 4 ! @ ~ + 2 0 07483782 04629194 +unemployed n 1 2 @ ; 1 0 08477307 +unemployed_people n 1 2 @ ; 1 0 08477307 +unemployed_person n 1 2 @ ~ 1 0 10737860 +unemployment n 1 2 ! @ 1 1 13968308 +unemployment_compensation n 1 1 @ 1 1 01088437 +unemployment_line n 1 1 @ 1 0 08433343 +unemployment_rate n 1 1 @ 1 0 13819074 +unenlightenment n 1 3 ! @ ~ 1 0 05989265 +unequivocalness n 1 3 ! @ + 1 0 04821802 +unesco n 1 1 @ 1 0 08302052 +uneven_bars n 1 1 @ 1 0 04509260 +uneven_parallel_bars n 1 1 @ 1 0 04509260 +unevenness n 2 4 ! @ ~ + 2 0 04771890 04753331 +unexchangeability n 1 4 ! @ ~ + 1 0 04740864 +unexpectedness n 1 3 ! @ + 1 0 04796725 +unfairness n 3 4 ! @ ~ + 3 0 06202553 04839676 00744616 +unfaithfulness n 1 4 ! @ ~ + 1 0 04878861 +unfamiliarity n 1 5 ! @ ~ = + 1 0 04797482 +unfastener n 1 2 @ + 1 0 10737431 +unfastening n 1 2 @ + 1 0 00149262 +unfavorable_judgment n 1 2 @ ~ 1 0 06710546 +unfavorable_position n 1 1 @ 1 0 05165175 +unfavorableness n 1 4 ! @ ~ + 1 0 05161967 +unfavourableness n 1 3 @ ~ + 1 0 05161967 +unfeasibility n 1 2 @ + 1 0 05153359 +unfeelingness n 1 3 @ ~ + 1 0 04844625 +unfinished_business n 1 1 @ 1 0 00581885 +unfitness n 3 4 ! @ ~ + 3 0 14547369 05207130 04722373 +unfolding n 1 2 @ + 1 1 13571217 +unformatted_capacity n 1 2 @ ; 1 0 13755627 +unfortunate n 1 3 @ ~ + 1 1 09630641 +unfortunate_person n 1 2 @ ~ 1 0 09630641 +unfriendliness n 2 4 ! @ ~ + 2 0 07502241 04657876 +ungainliness n 1 2 @ + 1 0 05004700 +ungodliness n 1 3 ! @ + 1 0 04828754 +ungracefulness n 1 2 @ + 1 0 05004532 +ungraciousness n 1 3 ! @ + 1 0 04914991 +ungradable_opposition n 1 2 @ ~ 1 0 13857159 +ungrateful_person n 1 1 @ 1 0 10206763 +ungratefulness n 1 2 @ + 1 0 07504711 +unguent n 1 4 @ ~ %s ; 1 0 03845550 +unguiculata n 1 2 @ #m 1 0 02371125 +unguiculate n 1 2 @ + 1 0 02371344 +unguiculate_mammal n 1 1 @ 1 0 02371344 +unguis n 1 2 @ ~ 1 0 05581514 +ungulata n 1 3 @ #m %m 1 0 02370525 +ungulate n 1 4 @ ~ %p + 1 0 02370806 +unhappiness n 2 4 ! @ ~ + 2 1 07532440 13988663 +unhealthfulness n 1 4 ! @ ~ + 1 0 04791740 +unhealthiness n 1 3 @ ~ + 1 0 14052046 +unhelpfulness n 1 2 @ + 1 0 04845863 +unholiness n 1 4 ! @ ~ + 1 0 04855840 +unhurriedness n 1 3 @ ~ + 1 0 05061977 +uniat n 1 2 @ #m 1 0 09681107 +uniat_church n 1 2 @ %m 1 0 08086987 +uniate n 1 2 @ #m 1 0 09681107 +uniate_christian n 1 2 @ #m 1 0 09681107 +uniate_church n 1 2 @ %m 1 0 08086987 +unicameral_script n 1 2 @ ~ 1 0 06825736 +unicef n 1 1 @ 1 0 08299911 +unicorn n 1 1 @ 1 0 10737964 +unicorn_root n 1 3 @ ~ #m 1 0 12430198 +unicycle n 1 2 @ + 1 0 04509417 +unicyclist n 1 2 @ + 1 0 10738111 +unidentified_flying_object n 1 1 @ 1 0 05897825 +unification n 3 3 @ ~ + 3 1 07373602 14418395 00381680 +unification_church n 1 2 @ %m 1 0 08093421 +uniform n 1 3 @ ~ + 1 1 04509592 +uniform_resource_locator n 1 1 @ 1 0 06358747 +uniformity n 2 4 ! @ ~ + 2 1 04769049 04745370 +uniformness n 1 3 @ ~ + 1 0 04745370 +unilateral_contract n 1 1 @ 1 0 06525813 +unilateral_descent n 1 2 @ ~ 1 0 13814601 +unilateral_paralysis n 1 1 @ 1 0 14559644 +unilateralism n 1 3 @ ~ + 1 0 05963744 +unilateralist n 1 2 @ + 1 0 10738215 +unimportance n 2 4 ! @ ~ + 2 0 14436438 05172596 +uninitiate n 1 3 ! @ + 1 1 07948754 +uninominal_system n 1 2 @ ; 1 0 05904313 +uninominal_voting_system n 1 2 @ ; 1 0 05904313 +uninsurability n 1 2 ! @ 1 0 04718306 +unintelligibility n 2 4 ! @ ~ + 2 0 06608977 04823706 +uninterestingness n 1 4 ! @ ~ + 1 0 05205340 +unio n 1 3 @ #m %m 1 0 01964821 +uniocular_dichromat n 1 1 @ 1 0 10738321 +union n 11 8 ! @ ~ #p %p = + ; 11 3 08233056 09052314 00847340 14418395 13963970 13571365 08304895 07998712 07373277 04509815 00381680 +union_army n 1 1 @ 1 0 08394535 +union_card n 1 1 @ 1 0 06478097 +union_flag n 1 1 @ 1 0 04509985 +union_jack n 1 1 @ 1 0 04509985 +union_member n 1 1 @ 1 0 10720964 +union_of_burma n 1 6 @ #m #p %m %p - 1 0 08715390 +union_of_serbia_and_montenegro n 1 3 @ %m %p 1 0 08816236 +union_of_soviet_socialist_republics n 1 4 @ #p %p - 1 1 09003284 +union_representative n 1 2 @ ~ 1 0 10738515 +union_shop n 1 1 @ 1 0 08235173 +union_soldier n 1 1 @ 1 0 10373639 +union_suit n 1 1 @ 1 0 03688707 +unionidae n 1 3 @ #m %m 1 0 01964636 +unionisation n 1 2 @ + 1 0 00242583 +unionism n 1 2 @ + 1 0 08473482 +unionist n 1 2 @ + 1 0 10720964 +unionization n 1 2 @ + 1 0 00242583 +unipolar_depression n 1 1 @ 1 0 14391480 +uniqueness n 1 2 @ + 1 1 04763650 +unison n 3 2 @ ; 3 0 13972505 05049137 04981781 +unit n 6 4 @ ~ %p + 6 5 13583724 13810323 08189659 05869857 09465459 00003553 +unit_cell n 1 1 @ 1 1 09465795 +unit_character n 1 2 @ ; 1 0 04617106 +unit_cost n 1 1 @ 1 1 13303214 +unit_investment_trust n 1 1 @ 1 0 08072536 +unit_matrix n 1 1 @ 1 0 08269257 +unit_of_ammunition n 1 1 @ 1 0 04113641 +unit_of_measurement n 1 2 @ ~ 1 0 13583724 +unit_of_time n 1 2 @ ~ 1 0 15154774 +unit_of_viscosity n 1 2 @ ~ 1 0 13609390 +unit_trust n 1 1 @ 1 0 08072536 +unitard n 1 1 @ 1 0 03657511 +unitarian n 1 3 @ #m + 1 1 10738670 +unitarian_church n 1 2 @ %m 1 0 08092040 +unitarianism n 1 1 @ 1 0 06230358 +united_arab_emirate_dirham n 1 1 @ 1 0 13671813 +united_arab_emirate_monetary_unit n 1 2 @ ~ 1 0 13671674 +united_arab_emirates n 1 4 @ #m #p %p 1 0 09044190 +united_arab_emirates's_capital n 1 2 @ #p 1 0 09044536 +united_arab_republic n 1 6 @ #m #p %m %p - 1 0 08897065 +united_church_of_christ n 1 1 @ 1 0 08091412 +united_front n 1 1 @ 1 0 08476425 +united_kingdom n 1 6 @ ~ #m #p %p - 1 1 08860123 +united_kingdom_of_great_britain_and_northern_ireland n 1 6 @ ~ #m #p %p - 1 0 08860123 +united_methodist_church n 1 1 @ 1 0 08092960 +united_mexican_states n 1 6 @ #m #p %m %p - 1 0 08740875 +united_mine_workers n 1 1 @ 1 0 08233762 +united_mine_workers_of_america n 1 1 @ 1 0 08233762 +united_nations n 1 2 @ %m 1 1 08295580 +united_nations_agency n 1 3 @ ~ #m 1 0 08299493 +united_nations_children's_fund n 1 1 @ 1 0 08299911 +united_nations_crime_prevention_and_criminal_justice n 1 2 @ #m 1 0 08302468 +united_nations_day n 1 2 @ #p 1 0 15191080 +united_nations_educational_scientific_and_cultural_organization n 1 1 @ 1 0 08302052 +united_nations_international_children's_emergency_fund n 1 1 @ 1 0 08299911 +united_nations_office_for_drug_control_and_crime_prevention n 1 2 @ %m 1 0 08302257 +united_nations_secretariat n 1 2 @ #m 1 0 08296196 +united_republic_of_tanzania n 1 4 @ #p %m %p 1 0 09034550 +united_self-defense_force_of_colombia n 1 2 @ ; 1 0 08047032 +united_self-defense_group_of_colombia n 1 2 @ ; 1 0 08047032 +united_society_of_believers_in_christ's_second_appearing n 1 2 @ %m 1 0 08150576 +united_states n 2 7 @ ~ #m #p %m %p - 2 2 09044862 08355791 +united_states_air_force n 1 3 @ #p %p 1 0 08196230 +united_states_air_force_academy n 1 2 @ #p 1 0 08194927 +united_states_army n 1 4 @ #p %p ; 1 0 08394922 +united_states_army_criminal_investigation_laboratory n 1 2 @ #p 1 0 04510090 +united_states_army_rangers n 1 3 @ #p ; 1 0 08395298 +united_states_army_special_forces n 1 3 @ #p %m 1 0 08213424 +united_states_attorney_general n 1 1 @ 1 0 10570429 +united_states_border_patrol n 1 2 @ #p 1 0 08136767 +united_states_cabinet n 1 2 @ %m 1 0 08382570 +united_states_civil_war n 1 3 @ %p ; 1 0 01301630 +united_states_coast_guard n 1 2 @ #p 1 0 08192557 +united_states_code n 1 2 @ ; 1 0 06668147 +united_states_congress n 1 3 @ #m %m 1 0 08161757 +united_states_constitution n 1 3 @ %p ; 1 0 06534132 +united_states_customary_system n 1 1 @ 1 0 13578830 +united_states_department_of_defense n 1 2 @ %p 1 0 08131530 +united_states_department_of_state n 1 3 @ ~ %p 1 0 08137738 +united_states_dollar n 1 2 @ ~ 1 1 13674350 +united_states_dry_unit n 1 2 @ ~ 1 0 13620154 +united_states_fish_and_wildlife_service n 1 2 @ #p 1 0 08139270 +united_states_government n 1 2 @ %m 1 0 08355791 +united_states_government_accounting_office n 1 1 @ 1 0 08162245 +united_states_government_printing_office n 1 2 @ #p 1 0 08356573 +united_states_house_of_representatives n 1 2 @ #m 1 0 08161971 +united_states_intelligence_agency n 1 2 @ ~ 1 0 08339939 +united_states_intelligence_community n 1 4 @ %m %p ; 1 0 08340153 +united_states_liquid_unit n 1 2 @ ~ 1 0 13615235 +united_states_marine_corps n 1 4 @ #p %m %p 1 0 08192970 +united_states_marines n 1 4 @ #p %m %p 1 0 08192970 +united_states_marshals_service n 1 2 @ #p 1 0 08142370 +united_states_military_academy n 1 3 @ #p ; 1 0 08395465 +united_states_mint n 1 2 @ #p 1 0 04510456 +united_states_national_library_of_medicine n 1 2 @ #p 1 0 03810741 +united_states_naval_academy n 1 2 @ #p 1 0 08194074 +united_states_navy n 1 3 @ #p %p 1 0 08191987 +united_states_of_america n 1 7 @ ~ #m #p %m %p - 1 1 09044862 +united_states_post_office n 1 1 @ 1 0 08145277 +united_states_postal_inspection_service n 1 2 @ #p 1 0 08127557 +united_states_postal_service n 1 2 @ %p 1 0 08127304 +united_states_president n 1 3 @ ~ #p 1 0 10467395 +united_states_public_health_service n 1 2 @ #p 1 0 08133855 +united_states_secret_service n 1 2 @ #p 1 0 08348400 +united_states_senate n 1 2 @ #m 1 0 08161591 +united_states_supreme_court n 1 3 @ #m ; 1 0 08335886 +united_states_trade_representative n 1 1 @ 1 0 08128645 +united_states_treasury n 1 2 @ %p 1 0 08139795 +united_states_virgin_islands n 1 2 @ #p 1 0 08755003 +united_states_waters n 1 1 @ 1 0 09465984 +uniting n 2 3 @ ~ + 2 0 01238424 00381680 +unitisation n 4 3 @ + ; 4 0 05731568 01104174 01093532 00952787 +unitization n 4 3 @ + ; 4 0 05731568 01104174 01093532 00952787 +unity n 3 3 @ ~ = 3 3 14460565 13742573 04743370 +univalve n 1 3 @ ~ #m 1 0 01942177 +universal n 4 4 ! @ #p ; 4 0 07259984 06751367 05668359 04510706 +universal_agent n 1 1 @ 1 0 10738968 +universal_donor n 1 1 @ 1 0 10739135 +universal_gas_constant n 1 2 @ ; 1 0 13590079 +universal_gravitational_constant n 1 3 @ #p ; 1 0 13590327 +universal_joint n 1 2 @ #p 1 0 04510706 +universal_product_code n 1 1 @ 1 0 06354774 +universal_proposition n 1 3 ! @ ; 1 0 06751367 +universal_quantifier n 1 1 @ 1 0 06302967 +universal_resource_locator n 1 1 @ 1 0 06358747 +universal_set n 1 2 @ ; 1 0 08000644 +universal_solvent n 1 1 @ 1 0 15048463 +universal_suffrage n 1 1 @ 1 0 05186626 +universal_time n 1 2 @ ~ 1 0 15130205 +universal_veil n 1 1 @ 1 0 13094732 +universalism n 1 1 @ 1 0 06192665 +universality n 1 2 @ + 1 1 04765691 +universe n 3 6 @ ~ %m %p + ; 3 1 09466280 06026276 05814162 +universe_of_discourse n 1 1 @ 1 0 05814162 +university n 3 5 @ ~ #p %m - 3 2 08286163 04511002 08286569 +university_extension n 1 2 @ %p 1 0 00886039 +university_of_california_at_berkeley n 1 2 @ #p 1 0 04511832 +university_of_chicago n 1 2 @ #p 1 0 04511971 +university_of_michigan n 1 2 @ #p 1 0 04512092 +university_of_nebraska n 1 2 @ #p 1 0 04512216 +university_of_north_carolina n 1 2 @ #p 1 0 04512338 +university_of_paris n 1 2 @ #p 1 0 03890713 +university_of_pennsylvania n 1 3 @ #m #p 1 0 04512476 +university_of_pittsburgh n 1 2 @ #p 1 0 04512652 +university_of_sussex n 1 2 @ #p 1 0 04512783 +university_of_texas n 1 2 @ #p 1 0 04512933 +university_of_vermont n 1 2 @ #p 1 0 04513048 +university_of_washington n 1 2 @ #p 1 0 04513171 +university_of_west_virginia n 1 2 @ #p 1 0 04513297 +university_of_wisconsin n 1 2 @ #p 1 0 04513432 +university_student n 1 2 @ ~ 1 1 09936892 +unix n 1 2 @ ~ 1 0 06568706 +unix_guru n 1 1 @ 1 0 10739297 +unix_operating_system n 1 2 @ ~ 1 0 06568706 +unix_system n 1 2 @ ~ 1 0 06568706 +unjustness n 1 3 @ ~ + 1 0 04854389 +unkemptness n 1 3 @ ~ + 1 0 14499734 +unkind_person n 1 1 @ 1 0 10304278 +unkindness n 1 4 ! @ ~ + 1 0 04845312 +unknowing n 1 2 @ + 1 0 05988743 +unknowingness n 2 3 @ ~ + 2 0 05988743 05679611 +unknown n 3 3 @ ~ + 3 1 08632096 10661002 07271648 +unknown_quantity n 2 1 @ 2 1 07328436 07271648 +unknown_region n 1 1 @ 1 0 08632096 +unknown_soldier n 1 1 @ 1 0 10739391 +unlawful_carnal_knowledge n 1 2 @ ~ 1 0 00848098 +unlawfulness n 1 4 ! @ ~ + 1 0 04810865 +unleaded_gasoline n 1 2 ! @ 1 0 15083819 +unleaded_petrol n 1 1 @ 1 0 15083819 +unleavened_bread n 1 1 @ 1 1 07684164 +unlikelihood n 1 2 ! @ 1 0 04758776 +unlikeliness n 1 3 ! @ + 1 0 04758776 +unlikeness n 1 3 ! @ + 1 0 04750764 +unlisted_security n 1 3 ! @ ~ 1 0 13421095 +unlisted_stock n 1 2 @ ~ 1 0 13421286 +unloading n 1 3 ! @ + 1 1 00714173 +unmalleability n 1 3 ! @ + 1 0 05023974 +unmanageableness n 1 2 @ + 1 0 04907575 +unmanliness n 1 4 @ ~ + ; 1 0 04668139 +unmarried_man n 1 1 @ 1 0 09829923 +unmarried_woman n 1 2 @ ~ 1 0 10739512 +unmasking n 1 2 @ + 1 0 07215568 +unmentionable n 1 2 @ ~ 1 0 04508163 +unmercifulness n 1 3 @ ~ + 1 0 04831031 +unmindfulness n 1 3 ! @ + 1 0 04665543 +unnaturalness n 1 4 ! @ ~ + 1 0 04787530 +unneighborliness n 1 3 ! @ + 1 0 04658816 +unnilquadium n 1 1 @ 1 0 14653416 +unnoticeableness n 1 2 @ + 1 0 04707808 +unobserved_fire n 1 1 @ 1 0 00994321 +unobtrusiveness n 1 3 ! @ + 1 0 04707964 +unoriginality n 2 4 ! @ ~ + 2 0 05649628 04801168 +unorthodoxy n 3 3 ! @ ~ 3 0 06212422 05980412 04800729 +unpaid_worker n 1 2 @ ~ 1 0 10759151 +unpalatability n 2 4 ! @ ~ + 2 0 04996355 04780396 +unpalatableness n 2 3 @ ~ + 2 0 04996355 04780396 +unperceptiveness n 1 3 ! @ + 1 0 04845146 +unpermissiveness n 1 4 ! @ ~ + 1 0 04639113 +unperson n 1 1 @ 1 0 10361525 +unpersuasiveness n 1 3 ! @ + 1 0 05205220 +unpleasant_person n 1 2 @ ~ 1 0 09631463 +unpleasant_woman n 1 2 @ ~ 1 0 10739636 +unpleasantness n 2 4 ! @ ~ + 2 0 07494787 04779649 +unpleasingness n 1 3 ! @ + 1 0 04690933 +unpointedness n 1 3 ! @ + 1 0 05071726 +unpopularity n 1 3 ! @ + 1 0 04809089 +unpredictability n 3 3 ! @ + 3 1 04735075 04866671 04758313 +unpretentiousness n 1 3 ! @ + 1 0 04787154 +unproductiveness n 1 3 ! @ + 1 0 05148539 +unprofitability n 1 3 ! @ + 1 0 05165533 +unprofitableness n 1 3 ! @ + 1 0 05165533 +unpropitiousness n 1 3 ! @ + 1 0 05162217 +unprotectedness n 1 2 @ + 1 0 05043091 +unq n 1 1 @ 1 0 14653416 +unquestionability n 1 3 @ ~ + 1 0 04754862 +unquestionableness n 1 3 @ ~ + 1 0 04754862 +unraveler n 1 2 @ + 1 0 10016954 +unraveller n 1 2 @ + 1 0 10016954 +unrealism n 1 1 @ 1 1 05940869 +unreality n 2 4 ! @ ~ + 2 1 04762492 13960117 +unreason n 1 1 @ 1 1 14397563 +unregularity n 1 2 @ ~ 1 0 04770211 +unrelatedness n 1 4 ! @ ~ + 1 0 13796403 +unreliability n 1 4 ! @ ~ + 1 0 04671394 +unreliableness n 1 4 ! @ ~ + 1 0 04671394 +unrespectability n 1 3 ! @ + 1 0 04874409 +unresponsiveness n 1 4 ! @ ~ + 1 0 05213201 +unrest n 2 1 @ 2 1 13979503 07513711 +unrestraint n 1 3 ! @ ~ 1 0 04885091 +unrighteousness n 1 4 ! @ ~ + 1 0 04827652 +unruliness n 1 3 @ ~ + 1 0 04908396 +unsanctification n 1 3 @ ~ + 1 0 04856014 +unsanitariness n 1 4 ! @ ~ + 1 0 14495589 +unsatisfactoriness n 1 4 ! @ ~ + 1 0 04793355 +unsaturated_fatty_acid n 1 2 @ ~ 1 0 14740915 +unsavoriness n 2 2 @ + 2 0 04996571 04780605 +unscrupulousness n 1 3 ! @ + 1 0 04874086 +unseasonableness n 1 3 ! @ + 1 0 05049458 +unsecured_bond n 1 2 ! @ 1 0 13339844 +unseemliness n 1 3 ! @ + 1 0 04902668 +unseen n 1 2 @ ~ 1 0 05952199 +unselfconsciousness n 1 3 ! @ + 1 1 05677097 +unselfishness n 2 4 ! @ ~ + 2 1 04832951 01085937 +unsightliness n 1 2 @ + 1 0 04690476 +unsimilarity n 1 2 @ ~ 1 0 04750164 +unskilled_person n 1 2 @ ~ 1 0 09632274 +unskillfulness n 1 4 ! @ ~ + 1 0 05648247 +unslaked_lime n 1 2 @ %s 1 0 14789885 +unsnarling n 1 2 @ + 1 0 01244593 +unsociability n 1 4 ! @ ~ + 1 0 04656748 +unsociableness n 1 3 @ ~ + 1 0 04656748 +unsolvability n 1 2 ! @ 1 0 05215699 +unsoundness n 3 4 ! @ ~ + 3 0 14560360 05940688 05160173 +unspoken_accusation n 1 1 @ 1 0 07238308 +unstableness n 1 4 ! @ ~ + 1 0 04775747 +unsteadiness n 2 4 ! @ ~ + 2 0 04775562 04773182 +unstratified_language n 1 2 ! @ 1 0 06901591 +unsuccessful_person n 1 2 @ ~ 1 0 10273064 +unsuitability n 1 4 ! @ ~ + 1 0 04721058 +unsuitableness n 1 4 ! @ ~ + 1 0 04721058 +unsusceptibility n 1 4 ! @ ~ + 1 0 14526764 +untangling n 1 2 @ + 1 0 01244593 +untermeyer n 1 1 @ 1 0 11356283 +unthoughtfulness n 1 4 ! @ ~ + 1 0 04661706 +untidiness n 2 4 ! @ ~ + 2 0 14499594 04897428 +untier n 1 2 @ + 1 0 10737431 +untimeliness n 2 3 ! @ + 2 0 05049458 04723107 +untouchable n 1 2 @ + 1 0 10739881 +untrustiness n 1 4 ! @ ~ + 1 0 04670531 +untrustworthiness n 1 4 ! @ ~ + 1 0 04670531 +untruth n 1 2 @ ~ 1 1 06756407 +untruthfulness n 1 4 ! @ ~ + 1 0 04876053 +untying n 1 2 @ + 1 0 00149262 +untypicality n 1 2 @ + 1 0 14503060 +ununbium n 1 1 @ 1 0 14659794 +ununhexium n 1 1 @ 1 0 14659922 +ununpentium n 1 1 @ 1 0 14660052 +ununquadium n 1 1 @ 1 0 14660183 +ununtrium n 1 1 @ 1 0 14660314 +unusefulness n 1 2 @ ~ 1 0 05150588 +unusual_person n 1 2 @ ~ 1 0 09606527 +unusualness n 1 4 ! @ ~ + 1 0 04797295 +unvariedness n 1 4 ! @ ~ + 1 0 04740173 +unveiling n 2 3 @ ~ + 2 0 06891339 00238022 +unwariness n 1 3 ! @ + 1 0 04665406 +unwelcome_guest n 1 1 @ 1 0 10121952 +unwelcome_person n 1 2 @ ~ 1 0 09631129 +unwellness n 1 4 ! @ ~ + 1 0 14061805 +unwholesomeness n 1 4 ! @ ~ + 1 0 04790449 +unwieldiness n 2 2 @ + 2 0 04712130 04711665 +unwillingness n 1 4 ! @ ~ + 1 1 04645599 +unwiseness n 1 3 @ ~ + 1 0 04891333 +unworthiness n 2 4 ! @ ~ + 2 0 04807776 04721650 +unwritten_law n 1 1 @ 1 0 00416914 +unyieldingness n 1 2 @ + 1 0 04863793 +up-bow n 1 1 @ 1 0 00548068 +up-tick n 1 1 @ 1 0 05111141 +up-to-dateness n 1 4 @ ~ = + 1 0 05050379 +up_quark n 1 1 @ 1 0 09467043 +upanishad n 1 1 @ 1 0 06466253 +upbeat n 2 2 @ ~ 2 0 14447525 07087102 +upbraider n 1 2 @ + 1 0 10740017 +upbraiding n 1 2 @ + 1 0 06713187 +upbringing n 2 2 @ ~ 2 0 04921754 01129532 +upcast n 1 1 @ 1 0 04513556 +update n 1 2 @ + 1 0 06643303 +updating n 1 2 @ + 1 0 00404170 +updike n 1 1 @ 1 0 11356392 +updraft n 1 1 @ 1 0 11522649 +upending n 1 3 @ ~ + 1 0 00335814 +upgrade n 6 3 @ ~ + 6 0 09206985 06903255 05795654 05068918 04513686 01267588 +upheaval n 4 4 @ ~ + ; 4 1 13979173 13977732 07375781 00554300 +uphill n 1 1 @ 1 0 09466678 +upholder n 1 2 @ + 1 0 10740219 +upholsterer n 1 2 @ + 1 0 10740482 +upholstery n 2 3 @ #p + 2 0 04513827 01120348 +upholstery_material n 1 1 @ 1 0 04513998 +upholstery_needle n 1 1 @ 1 0 04514095 +upjohn n 1 1 @ 1 0 11356512 +upkeep n 2 2 @ ~ 2 1 00267522 01216191 +upland n 1 2 @ ~ 1 0 09302616 +upland_cotton n 1 1 @ 1 0 12176953 +upland_plover n 1 2 @ #m 1 0 02029706 +upland_sandpiper n 1 2 @ #m 1 0 02029706 +upland_white_aster n 1 1 @ 1 0 11935027 +uplift n 2 3 @ + ; 2 0 07375781 04514241 +uplifting n 1 2 @ + 1 1 07376008 +uplink n 1 1 @ 1 0 07280295 +upper n 3 4 @ ~ #p %p 3 0 04514648 04514359 02704153 +upper-case_letter n 1 2 @ ~ 1 0 06824227 +upper-normandy n 1 2 @ #p 1 0 08942508 +upper_avon n 1 2 @ #p 1 0 09211944 +upper_avon_river n 1 2 @ #p 1 0 09211944 +upper_balcony n 1 2 @ #p 1 0 04164199 +upper_berth n 1 1 @ 1 0 04514648 +upper_bound n 1 2 @ ; 1 0 13903855 +upper_cannon n 1 2 @ #p 1 0 04077594 +upper_carboniferous n 1 2 @ #p 1 0 15127507 +upper_carboniferous_period n 1 2 @ #p 1 0 15127507 +upper_class n 1 2 @ ~ 1 0 08386365 +upper_crust n 1 2 @ ~ 1 0 08386365 +upper_deck n 1 3 @ ~ %p 1 0 04514738 +upper_egypt n 1 3 @ #p %p 1 0 08898002 +upper_hand n 1 1 @ 1 1 05159123 +upper_jaw n 1 2 @ %p 1 0 05284132 +upper_jawbone n 1 2 @ %p 1 0 05284132 +upper_limit n 2 1 @ 2 2 13776137 08592898 +upper_mantle n 1 2 @ #p 1 0 09466757 +upper_paleolithic n 1 2 @ #p 1 0 15233047 +upper_peninsula n 1 2 @ #p 1 0 09466863 +upper_respiratory_infection n 1 1 @ 1 0 14180213 +upper_respiratory_tract n 1 2 @ %p 1 0 05510506 +upper_side n 1 2 @ ~ 1 0 08663354 +upper_surface n 1 2 @ ~ 1 0 04514899 +upper_tunguska n 1 2 @ #p 1 0 09197432 +upper_volta n 1 1 @ 1 0 08896440 +uppercase n 1 3 ! @ ~ 1 0 06824227 +uppercut n 1 1 @ 1 1 01175195 +uppishness n 1 2 @ + 1 0 04839009 +uppityness n 1 2 @ + 1 0 04839009 +uppp n 1 1 @ 1 0 00689729 +uppsala n 1 2 @ #p 1 0 08766846 +upright n 2 3 @ ~ #p 2 0 04515129 04515003 +upright_piano n 1 2 @ ~ 1 0 04515003 +uprightness n 3 2 @ + 3 0 05083054 05079638 04826623 +uprising n 1 2 @ ~ 1 1 00962129 +uproar n 2 3 @ ~ + 2 2 13978709 07385660 +uprooter n 1 3 @ ~ + 1 0 10008716 +upsala n 1 2 @ #p 1 0 08766846 +upset n 6 3 @ ~ + 6 2 14403282 00554850 14052403 04515444 00348312 00068170 +upset_price n 1 2 @ ; 1 0 13304665 +upset_stomach n 1 2 @ %p 1 0 14336317 +upsetter n 1 2 @ + 1 0 10740594 +upshot n 1 2 @ ~ 1 1 11410625 +upside n 1 2 @ ~ 1 0 08663354 +upside-down_cake n 1 1 @ 1 0 07634141 +upsilon n 1 2 @ #m 1 0 06836165 +upstage n 1 2 @ #p 1 0 04515630 +upstager n 1 2 @ + 1 0 10740732 +upstairs n 1 2 @ #p 1 0 04515729 +upstart n 3 2 @ ~ 3 0 10741152 10740868 00438338 +upstroke n 1 1 @ 1 0 06799588 +upsurge n 2 2 @ ~ 2 0 07440240 00364787 +uptake n 2 2 @ ~ 2 1 00838098 13571580 +upthrow n 1 2 @ ; 1 0 07375781 +upthrust n 1 2 @ ; 1 0 07375781 +uptick n 1 2 ! @ 1 0 01110973 +uptime n 1 4 ! @ ~ ; 1 0 15117809 +upton_beall_sinclair n 1 1 @ 1 0 11302449 +upton_sinclair n 1 1 @ 1 0 11302449 +uptown n 1 2 @ #p 1 1 08554206 +upturn n 1 1 @ 1 0 00266149 +upupa n 1 3 @ #m %m 1 0 01829739 +upupa_epops n 1 2 @ #m 1 0 01830042 +upupidae n 1 3 @ #m %m 1 0 01829602 +ur n 1 2 @ #p 1 0 08918800 +uracil n 1 2 @ #s 1 0 15084357 +uraemia n 1 2 @ + 1 0 14210971 +ural-altaic n 1 2 @ ~ 1 0 06955931 +ural_mountains n 1 2 @ #p 1 0 09467185 +uralic n 1 2 @ ~ 1 0 06956129 +uralic_language n 1 2 @ ~ 1 0 06956129 +urals n 1 2 @ #p 1 0 09467185 +uranalysis n 1 2 @ ; 1 0 00646332 +urania n 2 2 @ ; 2 0 09567309 09555127 +uraninite n 1 2 @ %s 1 0 15084545 +uranium n 1 3 @ ~ #s 1 0 14660443 +uranium_235 n 1 1 @ 1 0 14660700 +uranium_238 n 1 1 @ 1 0 14660835 +uranium_ore n 1 3 @ ~ %s 1 0 15084824 +uranologist n 1 4 @ ~ + ; 1 0 09818343 +uranology n 1 4 @ ~ + - 1 0 06095022 +uranoplasty n 1 1 @ 1 0 00694578 +uranoscopidae n 1 3 @ #m %m 1 0 02611767 +uranus n 2 3 @ #m ; 2 0 09568051 09467417 +uranyl n 1 2 @ #s 1 0 15084999 +uranyl_group n 1 2 @ #s 1 0 15084999 +uranyl_nitrate n 1 2 @ %s 1 0 15085175 +uranyl_oxalate n 1 2 @ %s 1 1 15085327 +uranyl_radical n 1 2 @ #s 1 0 15084999 +urarthritis n 1 1 @ 1 0 14188804 +urate n 1 2 @ ~ 1 0 15085836 +uratemia n 1 1 @ 1 0 14572353 +uraturia n 1 1 @ 1 0 14572503 +urban_area n 1 4 ! @ ~ %p 1 1 08675967 +urban_center n 1 3 @ ~ %p 1 1 08524735 +urban_guerrilla n 1 1 @ 1 0 10741258 +urban_ii n 1 1 @ 1 0 11356636 +urban_legend n 1 1 @ 1 0 06682952 +urban_planning n 2 2 @ %m 2 0 06124706 00928542 +urban_renewal n 1 1 @ 1 0 00401194 +urban_sprawl n 1 2 @ ~ 1 0 08539717 +urban_typhus n 1 1 @ 1 0 14141238 +urban_v n 1 1 @ 1 0 11356822 +urban_vi n 1 1 @ 1 0 11357086 +urban_viii n 1 1 @ 1 0 11357332 +urbana n 1 2 @ #p 1 0 09084615 +urbanisation n 2 2 @ + 2 0 14580334 13571763 +urbanity n 2 3 ! @ + 2 0 04913212 04816302 +urbanization n 2 2 @ + 2 0 14580334 13571763 +urceole n 1 1 @ 1 0 04515890 +urchin n 1 2 @ ~ 1 1 10741367 +urd n 1 1 @ 1 0 09582616 +urdu n 1 1 @ 1 0 06969916 +urea n 1 1 @ 1 0 15085472 +urea-formaldehyde_resin n 1 1 @ 1 0 14895003 +urease n 1 1 @ 1 0 15084110 +uredinales n 1 3 @ #m %m 1 0 13063046 +uremia n 1 2 @ + 1 0 14210971 +ureter n 1 2 @ #p 1 0 05512835 +ureteritis n 1 1 @ 1 0 14357770 +ureterocele n 1 1 @ 1 0 14572637 +ureterorenal_reflux n 1 1 @ 1 0 14335761 +ureterostenosis n 1 1 @ 1 0 14572770 +urethane n 1 1 @ 1 0 15084277 +urethra n 1 4 @ #p %p + 1 0 05513020 +urethral_orifice n 1 2 @ #p 1 0 05512670 +urethral_sphincter n 1 2 @ #p 1 0 05572227 +urethritis n 1 2 @ ~ 1 0 14567421 +urethrocele n 1 1 @ 1 0 14572854 +urex n 1 2 @ ; 1 0 03755140 +urey n 1 1 @ 1 0 11357514 +urga n 1 2 @ #p 1 0 08969123 +urge n 2 2 @ ~ 2 2 09180431 07490451 +urge_incontinence n 1 1 @ 1 0 13571943 +urgency n 4 3 @ ~ + 4 2 14451020 05171800 13944516 07188385 +urginea n 1 3 @ #m %m 1 0 12462401 +urginea_maritima n 1 3 @ #m %p 1 0 12462582 +urging n 3 2 @ + 3 2 07252378 01214746 07188385 +uria n 1 3 @ #m %m 1 0 02047152 +uria_aalge n 1 1 @ 1 0 02047411 +uria_lomvia n 1 1 @ 1 0 02047517 +uriah n 1 2 @ ; 1 0 11357660 +urial n 1 2 @ #m 1 0 02415130 +uric_acid n 1 1 @ 1 0 15085682 +uricaciduria n 1 1 @ 1 0 14572951 +urim_and_thummim n 1 1 @ 1 0 07200692 +urinal n 1 1 @ 1 0 04515991 +urinalysis n 1 2 @ ; 1 0 00646332 +urinary_apparatus n 1 2 @ %p 1 0 05509452 +urinary_bladder n 1 3 @ #p %p 1 0 05512337 +urinary_calculus n 1 1 @ 1 0 09325824 +urinary_hesitancy n 1 1 @ 1 0 14564519 +urinary_incontinence n 1 2 @ ~ 1 0 13474858 +urinary_organ n 1 3 @ ~ #p 1 0 05333259 +urinary_retention n 1 1 @ 1 0 04942373 +urinary_system n 1 2 @ %p 1 0 05509452 +urinary_tract n 1 3 @ #p %p 1 0 05511061 +urinary_tract_infection n 1 2 @ ~ 1 0 14566129 +urination n 1 3 @ ~ + 1 0 13515958 +urinator n 1 3 @ ~ + 1 0 10435716 +urine n 1 2 @ + 1 1 14855724 +uriniferous_tubule n 1 3 @ #p %p 1 0 05247178 +url n 1 1 @ 1 0 06358747 +urmia n 2 2 @ #p 2 0 09333706 08912559 +urn n 2 2 @ ~ 2 1 04516116 04516214 +urn_fungus n 1 1 @ 1 0 13031193 +urnula_craterium n 1 1 @ 1 0 13031193 +urobilin n 1 1 @ 1 0 14756606 +urobilinogen n 1 1 @ 1 0 14756754 +urocele n 1 1 @ 1 0 14573099 +urochesia n 1 1 @ 1 0 13572226 +urochezia n 1 1 @ 1 0 13572226 +urochord n 2 3 @ ~ #m 2 0 01468238 01466701 +urochorda n 1 3 @ #m %m 1 0 01467986 +urochordata n 1 3 @ #m %m 1 0 01467986 +urochordate n 1 3 @ ~ #m 1 0 01468238 +urocyon n 1 3 @ #m %m 1 0 02120387 +urocyon_cinereoargenteus n 1 2 @ #m 1 0 02120505 +urocystis n 1 3 @ #m %m 1 0 13068565 +urocystis_cepulae n 1 1 @ 1 0 13068735 +urocystis_tritici n 1 1 @ 1 0 13069224 +urodele n 1 2 @ #m 1 0 01628770 +urodella n 1 3 @ #m %m 1 0 01628450 +urodynia n 1 1 @ 1 0 14333645 +urogenital_apparatus n 1 2 @ %p 1 0 05509452 +urogenital_cleft n 1 2 @ #p 1 0 05522784 +urogenital_medicine n 1 1 @ 1 0 06065208 +urogenital_system n 1 2 @ %p 1 0 05509452 +urokinase n 1 1 @ 1 0 14984066 +urolith n 1 1 @ 1 0 09467696 +urologist n 1 2 @ + 1 0 10741493 +urology n 1 2 @ + 1 0 06065208 +uropathy n 1 2 @ ~ 1 0 14573196 +urophycis n 1 3 @ #m %m 1 0 02524811 +uropsilus n 1 3 @ #m %m 1 0 01890718 +uropsilus_soricipes n 1 2 @ #m 1 0 01891013 +uropygi n 1 3 @ #m %m 1 0 01771246 +uropygial_gland n 1 2 @ #p 1 0 02468017 +uropygium n 1 2 @ #p 1 0 02158354 +urosaurus n 1 3 @ #m %m 1 0 01681513 +urosaurus_ornatus n 1 2 @ #m 1 0 01681653 +ursa_major n 1 2 @ %p 1 0 09292189 +ursa_minor n 1 3 @ %m %p 1 0 09340024 +ursidae n 1 3 @ #m %m 1 0 02131418 +ursine_dasyure n 1 2 @ #m 1 0 01884834 +ursinia n 1 2 @ #m 1 0 12030092 +ursus n 1 3 @ #m %m 1 0 02131942 +ursus_americanus n 1 3 @ ~ #m 1 0 02133161 +ursus_arctos n 1 3 @ ~ #m 1 0 02132136 +ursus_arctos_horribilis n 1 1 @ 1 0 02132580 +ursus_arctos_middendorffi n 1 1 @ 1 0 02132788 +ursus_arctos_syriacus n 1 1 @ 1 0 02132466 +ursus_horribilis n 1 1 @ 1 0 02132580 +ursus_maritimus n 1 2 @ #m 1 0 02134084 +ursus_middendorffi n 1 1 @ 1 0 02132788 +ursus_thibetanus n 1 2 @ #m 1 0 02133704 +ursus_ursinus n 1 2 @ #m 1 0 02134418 +urth n 1 1 @ 1 0 09582616 +urtica n 1 3 @ #m %m 1 0 12392385 +urtica_dioica n 1 2 @ #m 1 0 12392549 +urtica_pipulifera n 1 2 @ #m 1 0 12392765 +urticaceae n 1 3 @ #m %m 1 0 12391745 +urticales n 1 3 @ #m %m 1 0 12391477 +urticaria n 1 1 @ 1 0 14322248 +urtication n 2 2 @ + 2 0 14322248 05724357 +urubupunga n 1 2 @ #p 1 0 09467765 +urubupunga_falls n 1 2 @ #p 1 0 09467765 +uruguay n 1 6 @ #m #p %m %p + 1 0 09160295 +uruguay_potato n 2 4 @ #m #p %p 2 0 12894438 07711799 +uruguay_potato_vine n 1 3 @ #m %p 1 0 12894438 +uruguay_river n 1 2 @ #p 1 0 09467921 +uruguayan n 1 3 @ #m + 1 0 09746936 +uruguayan_monetary_unit n 1 2 @ ~ 1 0 13693237 +uruguayan_peso n 1 2 @ %p 1 0 13693349 +urus n 1 2 @ #m 1 0 02405101 +us n 1 7 @ ~ #m #p %m %p - 1 1 09044862 +us_air_force n 1 3 @ #p %p 1 0 08196230 +us_air_force_academy n 1 2 @ #p 1 0 08194927 +us_army n 1 4 @ #p %p ; 1 0 08394922 +us_army_criminal_investigation_laboratory n 1 2 @ #p 1 0 04510090 +us_attorney_general n 1 1 @ 1 0 10570429 +us_border_patrol n 1 2 @ #p 1 0 08136767 +us_cabinet n 1 2 @ %m 1 0 08382570 +us_coast_guard n 1 2 @ #p 1 0 08192557 +us_congress n 1 3 @ #m %m 1 0 08161757 +us_constitution n 1 3 @ %p ; 1 0 06534132 +us_fish_and_wildlife_service n 1 2 @ #p 1 0 08139270 +us_government n 1 2 @ %m 1 0 08355791 +us_government_printing_office n 1 2 @ #p 1 0 08356573 +us_house n 1 2 @ #m 1 0 08161971 +us_house_of_representatives n 1 2 @ #m 1 0 08161971 +us_marine_corps n 1 4 @ #p %m %p 1 0 08192970 +us_marshals_service n 1 2 @ #p 1 0 08142370 +us_military_academy n 1 3 @ #p ; 1 0 08395465 +us_mint n 1 2 @ #p 1 0 04510456 +us_naval_academy n 1 2 @ #p 1 0 08194074 +us_navy n 1 3 @ #p %p 1 1 08191987 +us_post_office n 1 1 @ 1 0 08145277 +us_postal_inspection_service n 1 2 @ #p 1 0 08127557 +us_postal_service n 1 2 @ %p 1 0 08127304 +us_secret_service n 1 2 @ #p 1 0 08348400 +us_senate n 1 2 @ #m 1 0 08161591 +us_trade_representative n 1 1 @ 1 0 08128645 +usa n 2 8 @ ~ #m #p %m %p ; - 2 0 09044862 08394922 +usability n 1 1 @ 1 0 05150129 +usableness n 1 2 @ + 1 0 05150129 +usacil n 1 2 @ #p 1 0 04510090 +usaf n 1 3 @ #p %p 1 0 08196230 +usage n 3 3 @ ~ + 3 2 00947128 00413239 06283459 +usama_bin_laden n 1 1 @ 1 0 10851452 +usance n 3 4 @ ~ + ; 3 0 15299585 13451804 00413239 +usbeg n 2 1 @ 2 0 09736798 06927363 +usbek n 2 1 @ 2 0 09736798 06927363 +uscb n 1 2 @ #p 1 0 08142972 +usda n 1 1 @ 1 0 08128964 +use n 7 5 @ ~ = + ; 7 6 00947128 05149325 05149978 13451804 00414179 00158185 05190106 +use_immunity n 1 2 @ ~ 1 0 00215013 +use_of_goods_and_services n 1 3 @ ~ ; 1 0 13451804 +useableness n 1 2 @ + 1 0 05150129 +used-car n 1 1 @ 1 0 04516354 +used-car_lot n 1 1 @ 1 0 08676499 +usefulness n 1 5 ! @ ~ = + 1 1 05148699 +uselessness n 1 4 ! @ ~ + 1 1 05150588 +user n 3 3 @ ~ + 3 2 10741590 10072546 10036266 +user_interface n 1 3 @ ~ ; 1 0 06575227 +ushas n 1 1 @ 1 0 09529454 +usher n 3 3 @ ~ + 3 0 11357879 10742111 10741821 +usherette n 1 2 @ + 1 0 10742005 +ushering_in n 1 1 @ 1 0 00243237 +using n 1 3 @ ~ + 1 0 00418903 +using_up n 1 2 @ ~ 1 0 00356367 +uskub n 1 2 @ #p 1 0 08961852 +usmc n 1 4 @ #p %m %p 1 0 08192970 +usn n 1 3 @ #p %p 1 0 08191987 +usnea n 1 3 @ #m %m 1 0 12989739 +usnea_barbata n 1 2 @ #m 1 0 12989938 +usneaceae n 1 3 @ #m %m 1 0 12989462 +usps n 1 2 @ %p 1 0 08127304 +uss_cole n 1 2 @ ; 1 0 04516477 +ussher n 1 1 @ 1 0 11357879 +ussr n 1 4 @ #p %p - 1 1 09003284 +usss n 1 2 @ #p 1 0 08348400 +ustilaginaceae n 1 3 @ #m %m 1 0 13066631 +ustilaginales n 1 3 @ #m %m 1 0 13065902 +ustilaginoidea n 1 3 @ #m %m 1 0 13081050 +ustilaginoidea_virens n 1 2 @ #m 1 0 13081229 +ustilago n 1 2 @ %m 1 0 13066803 +ustilago_maydis n 1 2 @ #m 1 0 13067330 +ustinov n 1 1 @ 1 0 11358065 +usualness n 1 5 ! @ ~ = + 1 0 04796086 +usufruct n 1 3 @ + ; 1 0 05190356 +usufructuary n 1 2 @ + 1 0 10742269 +usuli n 1 2 @ ; 1 0 08474341 +usumbura n 1 2 @ #p 1 0 08716517 +usurer n 1 1 @ 1 0 10742384 +usurpation n 2 3 @ ~ + 2 0 00733483 00085432 +usurper n 1 3 @ ~ + 1 0 10742546 +usury n 2 2 @ + 2 0 13320045 01093855 +ut n 3 4 @ ~ #p %p 3 0 15130205 09147046 06868309 +ut1 n 1 2 @ ~ 1 0 15130205 +uta n 1 3 @ #m %m 1 0 01681200 +uta_stansburiana n 1 2 @ #m 1 0 01681328 +utah n 1 3 @ #p %p 1 1 09147046 +utahan n 1 1 @ 1 0 09745933 +utahraptor n 1 2 @ #m 1 0 01718414 +utc n 1 2 @ ~ 1 0 15130434 +ute n 2 1 @ 2 0 09671334 06915221 +utensil n 1 2 @ ~ 1 1 04516672 +uterine_artery n 1 2 @ #p 1 0 05355890 +uterine_cavity n 1 2 @ #p 1 0 05519401 +uterine_cervix n 1 3 @ ~ #p 1 0 05303232 +uterine_contraction n 1 2 @ #p 1 0 00370458 +uterine_tube n 1 2 @ #p 1 0 05518870 +uterine_vein n 1 1 @ 1 0 05384999 +uterus n 1 4 @ ~ #p %p 1 0 05519085 +utica n 2 2 @ #p 2 0 09125629 08920207 +utilisation n 1 3 @ ~ + 1 0 00947128 +utiliser n 1 1 @ 1 0 10743124 +utilitarian n 1 2 @ + 1 0 10742736 +utilitarianism n 1 1 @ 1 0 06187529 +utility n 6 7 ! @ ~ %p = + ; 6 3 08185758 05148699 00579334 13580058 06581410 04516874 +utility_bond n 1 1 @ 1 0 13340902 +utility_man n 2 1 @ 2 0 10742997 10742881 +utility_program n 1 4 @ ~ %p ; 1 0 06581410 +utility_revenue_bond n 1 1 @ 1 0 13340902 +utility_routine n 1 3 @ ~ #p 1 0 06584702 +utilization n 2 3 @ ~ + 2 1 00947128 14580476 +utilizer n 1 2 @ + 1 0 10743124 +utmost n 1 2 @ + 1 1 05124928 +utn n 1 2 @ ; 1 0 08048300 +utnapishtim n 1 1 @ 1 0 09522344 +uto-aztecan n 1 2 @ ~ 1 1 06918396 +uto-aztecan_language n 1 2 @ ~ 1 0 06918396 +utopia n 4 3 ! @ + 4 1 07283198 13932045 06370178 05632056 +utopian n 1 2 @ + 1 1 10743356 +utopian_socialism n 1 1 @ 1 0 06221119 +utopianism n 1 1 @ 1 1 06221323 +utrecht n 1 2 @ #p 1 0 08951278 +utricle n 1 2 @ #p 1 0 05322432 +utricularia n 1 3 @ #m %m 1 0 12872257 +utriculus n 1 2 @ #p 1 0 05322432 +utrillo n 1 1 @ 1 0 11358225 +uttar_pradesh n 1 2 @ #p 1 0 08905646 +utterance n 1 4 @ ~ %p + 1 1 07109847 +utterer n 3 3 @ ~ + 3 0 10743675 10743543 10630188 +uttermost n 1 2 @ + 1 0 05124928 +utterness n 1 1 @ 1 0 05124534 +utu n 1 2 @ ; 1 0 09522498 +utug n 1 2 @ ; 1 0 09522498 +uub n 1 1 @ 1 0 14659794 +uuh n 1 1 @ 1 0 14659922 +uup n 1 1 @ 1 0 14660052 +uuq n 1 1 @ 1 0 14660183 +uut n 1 1 @ 1 0 14660314 +uv n 1 2 @ ~ 1 0 11521940 +uvea n 1 3 @ #p + 1 0 05317960 +uveitis n 1 1 @ 1 0 14357853 +uveoscleral_pathway n 1 2 @ #p 1 0 05318137 +uvula n 1 3 @ #p + 1 0 05309245 +uvularia n 1 3 @ #m %m 1 0 12474828 +uvularia_grandiflora n 1 2 @ #m 1 0 12475242 +uvulariaceae n 1 3 @ #m %m 1 0 12474620 +uvulitis n 1 1 @ 1 0 14357942 +uvulopalatopharyngoplasty n 1 1 @ 1 0 00689729 +ux. n 1 2 @ ; 1 0 10743941 +uxor n 1 3 @ + ; 1 0 10743941 +uxoricide n 2 1 @ 2 0 10744078 00222064 +uxoriousness n 1 2 @ + 1 0 04627367 +uygur n 3 2 @ #m 3 0 09736633 06927486 06353089 +uzbak n 2 1 @ 2 0 09736798 06927363 +uzbeg n 2 1 @ 2 0 09736798 06927363 +uzbek n 3 5 @ #m #p %p - 3 0 09736798 09022265 06927363 +uzbekistan n 1 5 @ #m #p %p - 1 0 09022265 +uzbekistani_monetary_unit n 1 2 @ ~ 1 0 13703370 +uzi n 1 1 @ 1 0 04517211 +v n 4 5 @ #m #s #p %p 4 1 13643276 14661020 13744521 06833436 +v-1 n 1 1 @ 1 0 02929923 +v-8_juice n 1 1 @ 1 0 07925708 +v-day n 1 2 @ ~ 1 0 15162640 +v-e_day n 1 1 @ 1 0 15162764 +v-j_day n 1 1 @ 1 0 15162882 +v.p. n 1 2 @ ~ 1 0 10751265 +v_neck n 1 1 @ 1 0 04539535 +v_sign n 1 1 @ 1 0 07274197 +va n 2 5 @ #m #p %p - 2 0 09148970 08144122 +vac n 1 2 @ ; 1 0 15138401 +vacancy n 2 2 @ + 2 2 14455966 13910116 +vacancy_rate n 1 1 @ 1 0 13818916 +vacant_lot n 1 2 @ ~ 1 0 08676622 +vacation n 2 3 @ ~ + 2 1 15137890 01253665 +vacation_home n 1 1 @ 1 0 04517408 +vacation_spot n 1 3 @ ~ %p 1 0 08640739 +vacationer n 1 3 @ ~ + 1 0 10744164 +vacationing n 1 3 @ ~ + 1 1 01065805 +vacationist n 1 3 @ ~ + 1 0 10744164 +vaccaria n 1 3 @ #m %m 1 0 11818515 +vaccaria_hispanica n 1 2 @ #m 1 0 11818636 +vaccaria_pyramidata n 1 2 @ #m 1 0 11818636 +vaccina n 1 2 @ ~ 1 0 14358022 +vaccinating n 1 3 @ ~ + 1 1 00824054 +vaccination n 2 2 @ + 2 1 00823884 14364306 +vaccinator n 1 2 @ + 1 0 10207514 +vaccine n 1 3 @ ~ + 1 1 04517535 +vaccinee n 1 1 @ 1 0 10744456 +vaccinia n 2 2 @ ~ 2 0 14358022 14262882 +vaccinia_gangrenosa n 1 1 @ 1 0 14089719 +vaccinium n 1 3 @ #m %m 1 0 12245472 +vaccinium_angustifolium n 1 1 @ 1 0 12246941 +vaccinium_arboreum n 1 1 @ 1 0 12246773 +vaccinium_ashei n 1 1 @ 1 0 12247202 +vaccinium_caespitosum n 1 2 @ %p 1 0 12247407 +vaccinium_corymbosum n 1 2 @ %p 1 0 12247664 +vaccinium_macrocarpon n 1 2 @ %p 1 0 12245885 +vaccinium_myrsinites n 1 1 @ 1 0 12247963 +vaccinium_ovatum n 1 1 @ 1 0 12248141 +vaccinium_oxycoccus n 1 1 @ 1 0 12246037 +vaccinium_pallidum n 1 1 @ 1 0 12248941 +vaccinium_pennsylvanicum n 1 1 @ 1 0 12246941 +vaccinium_scoparium n 1 1 @ 1 0 12249122 +vaccinium_stamineum n 1 1 @ 1 0 12249294 +vaccinium_uliginosum_alpinum n 1 1 @ 1 0 12248780 +vaccinium_vitis-idaea n 1 2 @ %p 1 0 12249542 +vaccinum n 1 2 @ ~ 1 0 04517535 +vachel_lindsay n 1 1 @ 1 0 11133197 +vacillation n 2 2 @ + 2 0 05699434 00327824 +vacillator n 1 2 @ + 1 0 10603528 +vaclav_havel n 1 1 @ 1 0 11034596 +vacuity n 3 2 @ + 3 0 14456054 08653474 05174023 +vacuolation n 1 1 @ 1 0 14077693 +vacuole n 1 2 @ #p 1 0 05447087 +vacuolisation n 1 1 @ 1 0 14077693 +vacuolization n 1 1 @ 1 1 14077693 +vacuousness n 1 2 @ + 1 0 05647451 +vacuum n 4 4 @ ~ %p + 4 1 14456054 13910116 08653474 04517823 +vacuum_aspiration n 1 1 @ 1 0 00669687 +vacuum_bag n 1 2 @ #p 1 0 03258192 +vacuum_bomb n 1 1 @ 1 0 04420461 +vacuum_bottle n 1 2 @ ~ 1 0 04518132 +vacuum_chamber n 1 1 @ 1 0 04517999 +vacuum_cleaner n 1 3 @ ~ %p 1 1 04517823 +vacuum_flask n 1 2 @ ~ 1 0 04518132 +vacuum_gage n 1 1 @ 1 0 04518343 +vacuum_gauge n 1 1 @ 1 0 04518343 +vacuum_pump n 1 2 @ ~ 1 0 02692513 +vacuum_tube n 1 4 @ ~ #p %p 1 0 04494204 +vade_mecum n 1 2 @ ~ 1 0 06421301 +vaduz n 1 2 @ #p 1 0 08960843 +vagabond n 2 3 @ ~ + 2 1 09468237 10744544 +vagabondage n 1 3 @ ~ + 1 0 00297062 +vagary n 1 1 @ 1 0 07337096 +vagina n 1 4 @ #p %p + 1 0 05521111 +vaginal_artery n 1 2 @ #p 1 0 05356083 +vaginal_birth n 1 3 @ ~ %p 1 0 13448334 +vaginal_discharge n 1 1 @ 1 0 14853796 +vaginal_smear n 1 1 @ 1 0 05266759 +vaginismus n 1 1 @ 1 0 00370885 +vaginitis n 1 2 @ #p 1 0 14358335 +vaginocele n 1 2 @ ~ 1 0 14295691 +vagn_walfrid_ekman n 1 1 @ 1 0 10955748 +vagrancy n 1 2 @ + 1 0 13943236 +vagrant n 1 3 @ ~ + 1 0 10744544 +vagueness n 2 3 @ ~ + 2 1 04824350 04704839 +vagus n 1 2 @ + 1 0 05480076 +vagus_nerve n 1 1 @ 1 0 05480076 +vainglory n 1 2 @ + 1 0 04887373 +vaisakha n 1 2 @ #p 1 0 15220027 +vaishnava n 1 2 @ #m 1 0 09685711 +vaishnavism n 2 3 @ #m %m 2 0 08097391 06239215 +vaisnavism n 2 3 @ #m %m 2 0 08097391 06239215 +vaisya n 2 3 @ #m %m 2 0 10744844 08307267 +vajra n 1 1 @ 1 0 09529573 +valance n 1 1 @ 1 0 03111296 +valance_board n 1 1 @ 1 0 03111296 +valdecoxib n 1 1 @ 1 0 04518468 +valdez n 1 2 @ #p 1 0 09056677 +valdosta n 1 2 @ #p 1 0 09077977 +vale n 1 2 @ ~ 1 0 09468604 +valediction n 2 1 @ 2 0 07243565 00053525 +valedictorian n 1 1 @ 1 0 10745006 +valedictory n 1 2 @ + 1 0 07243565 +valedictory_address n 1 1 @ 1 0 07243565 +valedictory_oration n 1 1 @ 1 0 07243565 +valedictory_speaker n 1 1 @ 1 0 10745006 +valence n 2 4 @ ~ = ; 2 0 05034989 05034473 +valence_electron n 1 1 @ 1 0 09468447 +valencia n 2 2 @ #p 2 0 09163077 09028477 +valencia_orange n 1 1 @ 1 0 07749312 +valenciennes n 2 2 @ #p 2 0 08938478 04518643 +valenciennes_lace n 1 1 @ 1 0 04518643 +valency n 3 5 @ ~ = + ; 3 0 11436491 05034989 05034473 +valentina_tereshkova n 1 1 @ 1 0 11336364 +valentina_vladmirovna_tereshkova n 1 1 @ 1 0 11336364 +valentine n 2 1 @ 2 0 10745181 06627816 +valentine's_day n 1 2 @ #p 1 0 15187250 +valentine_day n 1 2 @ #p 1 0 15187250 +valerian n 1 3 @ ~ #m 1 0 12950126 +valerian_family n 1 3 @ #m %m 1 0 12949722 +valeriana n 1 3 @ #m %m 1 0 12949955 +valeriana_officinalis n 1 1 @ 1 0 12950314 +valerianaceae n 1 3 @ #m %m 1 0 12949722 +valerianella n 1 3 @ #m %m 1 0 12950501 +valerianella_locusta n 1 1 @ 1 0 12950796 +valerianella_olitoria n 1 1 @ 1 0 12950796 +valeric_acid n 1 1 @ 1 0 14740094 +valet n 1 2 @ + 1 1 10745332 +valet_de_chambre n 1 1 @ 1 0 10745332 +valet_parking n 1 1 @ 1 0 00099061 +valetta n 1 2 @ #p 1 0 08966647 +valetudinarian n 1 2 @ + 1 0 10745613 +valetudinarianism n 1 2 @ ~ 1 0 14547643 +valgus n 1 2 ! @ 1 0 14468693 +valhalla n 1 2 @ ; 1 0 05629204 +vali n 1 2 @ ; 1 0 09584079 +valiance n 1 1 @ 1 0 04857738 +valiancy n 1 2 @ + 1 0 04857738 +validation n 2 3 @ ~ + 2 1 00153961 05826291 +validity n 3 3 @ ~ + 3 2 04783567 04809453 05031012 +validness n 1 3 @ ~ + 1 0 04809453 +valine n 1 1 @ 1 0 15086088 +valise n 1 1 @ 1 0 04518764 +valium n 1 2 @ ; 1 0 03189995 +valkyrie n 1 3 @ ~ ; 1 0 09590772 +valle_d'aosta n 1 2 @ #p 1 0 08812842 +vallecula n 1 3 @ ~ ; 1 0 05222591 +valletta n 1 2 @ #p 1 0 08966647 +valley n 1 2 @ ~ 1 1 09468604 +valley_fever n 1 1 @ 1 0 14147014 +valley_girl n 1 1 @ 1 0 10745770 +valley_oak n 1 1 @ 1 0 12273939 +valley_pocket_gopher n 1 2 @ #m 1 0 02354621 +valley_white_oak n 1 1 @ 1 0 12273939 +vallisneria n 1 3 @ #m %m 1 0 12615097 +vallisneria_spiralis n 1 2 @ #m 1 0 12615232 +valmy n 1 2 @ ; 1 0 01298371 +valois n 1 2 @ %m 1 0 08159464 +valor n 1 2 @ + 1 1 04857738 +valorousness n 1 2 @ + 1 0 04857738 +valour n 1 1 @ 1 0 04857738 +valparaiso n 1 2 @ #p 1 0 08722084 +valproic_acid n 1 1 @ 1 0 04518854 +valsartan n 1 1 @ 1 0 04519019 +valse n 1 1 @ 1 0 00537534 +valuable n 1 3 @ ~ + 1 0 13371030 +valuableness n 1 3 @ ~ + 1 0 05141222 +valuation n 2 3 @ ~ + 2 1 05736149 13305673 +valuation_account n 1 1 @ 1 0 13370215 +valuation_reserve n 1 1 @ 1 0 13370215 +valuator n 1 3 @ ~ + 1 0 09802050 +value n 6 5 @ ~ = + ; 6 4 05856388 05138488 13413493 04979425 15134913 05923983 +value-added_tax n 1 1 @ 1 0 13316722 +value-system n 1 2 @ ~ 1 1 05956019 +value_judgement n 1 2 @ ~ 1 0 00875838 +value_judgment n 1 2 @ ~ 1 0 00875838 +value_orientation n 1 2 @ ~ 1 1 05956019 +value_statement n 1 1 @ 1 1 06739676 +valuelessness n 1 2 @ + 1 0 05140454 +valuer n 1 3 @ + ; 1 0 10745894 +values n 1 1 @ 1 1 05954894 +valve n 5 5 @ ~ #p %p + 5 2 05395286 04519536 04519153 01904583 01904461 +valve-in-head_engine n 1 1 @ 1 0 04519728 +valve_rocker n 1 1 @ 1 0 04099003 +valvelet n 1 2 @ + 1 0 05395548 +valvotomy n 1 1 @ 1 0 00698474 +valvula n 1 1 @ 1 0 05395548 +valvular_heart_disease n 1 2 @ ~ 1 0 14112466 +valvular_incompetence n 1 1 @ 1 0 14076011 +valvule n 1 1 @ 1 0 05395548 +valvulitis n 1 1 @ 1 0 14358474 +valvulotomy n 1 1 @ 1 0 00698474 +vambrace n 1 2 @ #p 1 0 04519887 +vamp n 3 3 @ #p + 3 0 09965134 07032206 04520020 +vamper n 1 2 @ + 1 0 09965134 +vampire n 1 2 @ ; 1 0 09544109 +vampire_bat n 1 3 @ ~ #m 1 0 02150482 +vampirism n 2 1 @ 2 0 05955095 01267808 +van n 5 3 @ ~ ; 5 0 08465558 08215495 04520480 04520382 04520170 +van_allen n 1 1 @ 1 0 11358374 +van_allen_belt n 1 2 @ #p 1 0 08676760 +van_beethoven n 1 1 @ 1 0 10841405 +van_bogaert_encephalitis n 1 1 @ 1 0 14344189 +van_buren n 1 1 @ 1 0 11358719 +van_de_graaff n 1 1 @ 1 0 11359037 +van_de_graaff_generator n 1 2 @ ~ 1 0 03280394 +van_de_velde n 1 1 @ 1 0 11359558 +van_der_waal's_forces n 1 1 @ 1 1 11522815 +van_der_waals n 1 1 @ 1 0 11359412 +van_doren n 1 1 @ 1 0 11359697 +van_dyck n 1 1 @ 1 0 11359867 +van_eyck n 1 1 @ 1 0 10964052 +van_gogh n 1 1 @ 1 0 11360022 +van_vleck n 1 1 @ 1 0 11360175 +van_wyck_brooks n 1 1 @ 1 0 10866090 +vanadate n 1 1 @ 1 0 15086811 +vanadic_acid n 1 1 @ 1 0 15087090 +vanadinite n 1 2 @ %s 1 0 15086939 +vanadium n 1 2 @ #s 1 0 14661020 +vanadium_pentoxide n 1 1 @ 1 0 15087090 +vanadium_steel n 1 1 @ 1 0 15087244 +vanbrugh n 1 1 @ 1 0 11358598 +vancocin n 1 2 @ ; 1 0 04520618 +vancomycin n 1 1 @ 1 0 04520618 +vancouver n 3 2 @ #p 3 0 11358863 09154905 08823480 +vancouver_island n 1 3 @ #p ; 1 0 08823728 +vanda n 1 3 @ ~ #m 1 0 12086012 +vanda_caerulea n 1 2 @ #m 1 0 12086192 +vandal n 2 2 @ + 2 1 10746056 10746195 +vandalism n 1 1 @ 1 1 01249816 +vanderbilt n 1 1 @ 1 0 11359187 +vandyke n 2 1 @ 2 0 11359867 05263316 +vandyke_beard n 1 1 @ 1 0 05263316 +vandyke_brown n 1 1 @ 1 0 04972268 +vane n 4 4 @ ~ #p %p 4 0 04568069 04520784 02848523 01897991 +vanellus n 1 3 @ #m %m 1 0 02024636 +vanern n 1 2 @ #p 1 0 09333905 +vanessa n 1 3 @ #m %m 1 0 02275921 +vanessa_atalanta n 1 2 @ #m 1 0 02276355 +vanessa_bell n 1 2 @ #m 1 0 10842376 +vanessa_stephen n 1 2 @ #m 1 0 10842376 +vanessa_virginiensis n 1 2 @ #m 1 0 02276078 +vanguard n 3 1 @ 3 1 08215495 08465558 06209419 +vanguards_of_conquest n 1 2 @ ; 1 0 08012765 +vangueria n 1 3 @ #m %m 1 0 12670558 +vangueria_infausta n 1 3 @ #m %p 1 0 12670758 +vangueria_madagascariensis n 1 2 @ #m 1 0 12670962 +vanilla n 3 4 @ ~ #m %s 3 0 12086539 07828807 05716462 +vanilla_bean n 1 4 @ #s #p %s 1 0 07828642 +vanilla_extract n 1 2 @ %s 1 0 07828807 +vanilla_ice_cream n 1 1 @ 1 0 07615671 +vanilla_orchid n 1 3 @ #m %p 1 0 12086778 +vanilla_planifolia n 1 3 @ #m %p 1 0 12086778 +vanilla_pudding n 1 1 @ 1 0 07618281 +vanillin n 1 2 @ #s 1 0 12087032 +vanir n 1 2 @ ; 1 0 09579345 +vanisher n 1 2 @ + 1 0 10746346 +vanishing n 2 2 @ + 2 0 07336104 00053806 +vanishing_cream n 1 1 @ 1 0 03067339 +vanishing_point n 2 2 @ #p 2 1 08676951 04676959 +vanity n 4 3 @ ~ + 4 1 07508996 05141040 04887129 03238586 +vanity_fair n 1 1 @ 1 0 04931152 +vannevar_bush n 1 1 @ 1 0 10875681 +vanquisher n 1 3 @ ~ + 1 0 09956578 +vantage n 2 2 @ ~ 2 0 08677075 05155821 +vantage_point n 1 1 @ 1 1 08677250 +vanua_levu n 1 2 @ #p 1 0 08779042 +vanuatu n 1 3 @ #p %p 1 0 09160775 +vanzetti n 1 1 @ 1 0 11360311 +vapidity n 1 2 @ + 1 0 05206573 +vapidness n 1 2 @ + 1 0 05206573 +vapor n 2 3 @ ~ + 2 2 15055633 13572436 +vapor_bath n 2 2 @ ~ 2 0 04308583 00258530 +vapor_density n 1 1 @ 1 0 04941809 +vapor_lock n 1 1 @ 1 0 04521125 +vapor_pressure n 1 1 @ 1 1 11523031 +vaporing n 1 1 @ 1 0 07229747 +vaporisation n 2 3 @ ~ + 2 0 13572436 00218902 +vaporiser n 1 1 @ 1 0 04520962 +vaporization n 2 3 @ ~ + 2 1 00218902 13572436 +vaporizer n 1 1 @ 1 0 04520962 +vaporousness n 1 1 @ 1 0 04704116 +vapors n 1 1 @ 1 0 14404460 +vapour n 2 2 @ ~ 2 0 15055633 13572436 +vapour_bath n 2 2 @ ~ 2 0 04308583 00258530 +vapour_density n 1 1 @ 1 0 04941809 +vapour_lock n 1 1 @ 1 0 04521125 +vapour_pressure n 1 1 @ 1 0 11523031 +vapourousness n 1 1 @ 1 0 04704116 +vapours n 1 1 @ 1 0 14404460 +vaquero n 1 1 @ 1 1 09973209 +vaquita n 1 1 @ 1 0 02070776 +var n 1 2 @ #p 1 0 13645132 +var. n 1 3 @ #m ; 1 1 08111157 +vara n 1 1 @ 1 0 13652661 +varan n 1 3 @ ~ #m 1 0 01694709 +varanidae n 1 3 @ #m %m 1 0 01694430 +varanus n 1 3 @ #m %m 1 0 01694558 +varanus_komodoensis n 1 1 @ 1 0 01695060 +varanus_niloticus n 1 1 @ 1 0 01694955 +vardenafil n 1 1 @ 1 0 04521428 +varese n 1 1 @ 1 0 11360534 +vargas n 1 1 @ 1 0 11360744 +vargas_llosa n 1 1 @ 1 0 11360895 +variability n 2 4 ! @ ~ + 2 1 04735233 04771890 +variable n 4 3 @ ~ + 4 2 09468959 05857459 09469152 07271280 +variable-pitch_propeller n 1 1 @ 1 0 04521571 +variable_quantity n 1 2 @ ~ 1 0 05857459 +variable_resistor n 1 3 @ ~ %p 1 1 04086794 +variable_star n 1 2 @ ~ 1 0 09469152 +variableness n 1 4 ! @ ~ + 1 0 04735233 +variance n 7 4 @ ~ + ; 7 0 07366627 07181842 06024936 04749709 04735233 01142150 00194969 +variant n 4 4 @ #m + ; 4 1 07366627 08111157 05864177 05840650 +variate n 1 2 @ + 1 0 05864177 +variation n 11 4 @ ~ + ; 11 5 07337390 00194969 07030012 05840650 04521699 13893310 13572324 11415084 10341660 00529101 00195194 +varicella n 1 1 @ 1 0 14132975 +varicella_zoster_virus n 1 1 @ 1 0 01340014 +varicocele n 1 1 @ 1 0 14573303 +varicose_vein n 1 1 @ 1 0 05421586 +varicosis n 1 1 @ 1 0 14573432 +varicosity n 1 3 @ ~ + 1 0 14573553 +varied_lorikeet n 1 2 @ #m 1 0 01820801 +variedness n 1 3 ! @ + 1 0 04735556 +variegated_horsetail n 1 1 @ 1 0 13220663 +variegated_scouring_rush n 1 1 @ 1 0 13220663 +variegation n 2 2 @ + 2 0 04735828 00195569 +varietal n 1 2 ! @ 1 0 07900225 +varietal_wine n 1 2 ! @ 1 0 07900225 +variety n 6 5 @ ~ #p = ; 6 3 08398773 04751305 08101085 07020239 05839024 04752034 +variety_meat n 1 2 @ ~ 1 0 07651454 +variety_show n 1 2 @ ~ 1 0 07020239 +variola n 1 3 @ ~ %p 1 0 14124423 +variola_major n 2 3 @ ~ %p 2 0 14124423 01334217 +variola_major_virus n 1 1 @ 1 0 01334217 +variola_minor n 2 1 @ 2 0 14124688 01334368 +variola_minor_virus n 1 1 @ 1 0 01334368 +variola_vaccina n 1 2 @ ~ 1 0 14358022 +variola_vaccine n 1 2 @ ~ 1 0 14358022 +variola_vaccinia n 1 2 @ ~ 1 0 14358022 +variola_virus n 1 2 @ ~ 1 0 01334036 +variolation n 1 1 @ 1 0 00824614 +variolization n 1 1 @ 1 0 00824614 +variometer n 1 1 @ 1 0 04521863 +variorum n 1 1 @ 1 0 06590723 +variorum_edition n 1 1 @ 1 0 06590723 +variously-leaved_pondweed n 1 2 @ #m 1 0 12616442 +varix n 1 2 @ ~ 1 0 14573713 +varlet n 2 1 @ 2 0 10536728 10391086 +varment n 1 1 @ 1 0 01316288 +varmint n 2 1 @ 2 0 10748506 01316288 +varna n 2 5 @ ~ #p %m ; 2 0 08714966 08306665 +varnish n 1 3 @ ~ + 1 0 04521987 +varnish_tree n 2 3 @ #m %p 2 0 12927494 12767648 +varnisher n 1 2 @ + 1 0 10746460 +varro n 1 1 @ 1 0 11361039 +varsity n 2 1 @ 2 0 08287182 08080652 +varsity_letter n 1 1 @ 1 0 06706504 +varsity_sock n 1 1 @ 1 0 02752496 +varuna n 1 1 @ 1 0 09529644 +varus n 1 2 ! @ 1 0 14468870 +varying_hare n 1 1 @ 1 0 02327842 +vas n 1 3 @ ~ #p 1 0 05397333 +vas_deferens n 1 2 @ #p 1 0 05526175 +vasa_brevis n 1 1 @ 1 0 05346191 +vasa_efferentia n 1 2 @ #p 1 0 05525970 +vasa_vasorum n 1 1 @ 1 1 05418585 +vasarely n 1 1 @ 1 0 11361142 +vasari n 1 1 @ 1 0 11361288 +vasco_da_gamma n 1 1 @ 1 0 10920582 +vasco_nunez_de_balboa n 1 1 @ 1 0 10831860 +vascular_bundle n 1 2 @ ~ 1 0 13097949 +vascular_hemophilia n 1 1 @ 1 0 14171176 +vascular_plant n 1 3 @ ~ %p 1 0 13083586 +vascular_ray n 1 1 @ 1 0 13098515 +vascular_spider n 1 1 @ 1 0 14248069 +vascular_strand n 1 2 @ ~ 1 0 13097949 +vascular_structure n 1 2 @ ~ 1 0 05397178 +vascular_system n 1 4 @ ~ #p %p 1 0 05511286 +vascular_tissue n 1 3 @ ~ #p 1 0 13096863 +vascularisation n 1 1 @ 1 0 13572860 +vascularity n 1 2 @ + 1 0 05214469 +vascularization n 1 2 @ + 1 0 13572860 +vasculitis n 1 1 @ 1 0 14358622 +vase n 1 2 @ ~ 1 1 04522168 +vase-fine n 1 1 @ 1 0 11730933 +vase_vine n 1 1 @ 1 0 11730933 +vasectomy n 1 2 @ + 1 0 00716179 +vaseline n 1 2 @ ; 1 0 04522309 +vaslav_nijinsky n 1 1 @ 1 0 11207585 +vasoconstriction n 1 1 @ 1 0 01150096 +vasoconstrictive n 1 2 @ ~ 1 0 04522421 +vasoconstrictor n 1 2 @ ~ 1 0 04522421 +vasodilation n 1 1 @ 1 0 00366207 +vasodilative n 1 2 @ ~ 1 0 04522904 +vasodilator n 1 2 @ ~ 1 0 04522904 +vasomax n 1 2 @ ; 1 0 03922561 +vasopressin n 1 1 @ 1 0 05414147 +vasopressor n 1 1 @ 1 0 04523201 +vasosection n 1 1 @ 1 0 00716397 +vasotec n 1 2 @ ; 1 0 03285106 +vasotomy n 1 1 @ 1 0 00716397 +vasovasostomy n 1 1 @ 1 0 00716520 +vasovesiculitis n 1 1 @ 1 0 14358709 +vassal n 1 1 @ 1 0 10746581 +vassalage n 1 1 @ 1 0 13998263 +vastness n 1 3 @ ~ + 1 0 05104548 +vat n 2 2 @ ~ 2 0 13316722 04493381 +vat_color n 1 1 @ 1 0 15001887 +vat_dye n 1 1 @ 1 0 15001887 +vatican n 1 2 @ #p 1 1 04523380 +vatican_city n 1 3 @ #p %p 1 0 09161452 +vatican_council n 1 2 @ ~ 1 0 08317885 +vatican_i n 1 1 @ 1 0 08318032 +vatican_ii n 1 1 @ 1 0 08318216 +vatican_palace n 1 2 @ #p 1 0 04523380 +vaticination n 1 3 @ ~ + 1 0 05775407 +vaticinator n 1 3 @ ~ + 1 0 10483530 +vaudeville n 1 1 @ 1 1 07020423 +vaudeville_theater n 1 1 @ 1 0 03801533 +vaudeville_theatre n 1 1 @ 1 0 03801533 +vaudevillian n 1 2 @ ~ 1 0 10746799 +vaudois n 1 1 @ 1 0 08150892 +vaughan n 1 1 @ 1 0 11361423 +vaughan_williams n 1 1 @ 1 0 11361585 +vault n 4 5 @ ~ #p %p + 4 1 04523690 04523831 04523525 00120515 +vault_of_heaven n 1 2 @ %p 1 0 08521267 +vaulter n 1 2 @ + 1 0 10746931 +vaulting n 2 4 @ ~ + ; 2 0 04523993 00288190 +vaulting_horse n 1 1 @ 1 0 04524142 +vaunt n 1 2 @ + 1 0 07230227 +vaunter n 1 2 @ + 1 0 09872066 +vaux n 1 1 @ 1 0 11361757 +vayu n 1 1 @ 1 0 09529933 +vcr n 1 1 @ 1 0 04533802 +vd n 1 2 @ ~ 1 0 14133159 +vdu n 1 2 @ ; 1 0 04539053 +veadar n 1 2 @ #p 1 0 15215693 +veal n 1 4 @ ~ #p %p 1 0 07665308 +veal_cordon_bleu n 1 1 @ 1 0 07666176 +veal_parmesan n 1 1 @ 1 0 07665438 +veal_parmigiana n 1 1 @ 1 0 07665438 +veal_roast n 1 2 @ ~ 1 0 07665844 +veal_scallopini n 1 1 @ 1 0 07876460 +veau n 1 4 @ ~ #p %p 1 0 07665308 +veblen n 2 1 @ 2 0 11362022 11361913 +vector n 4 3 @ ~ ; 4 1 05864577 13913263 09469285 01372038 +vector-borne_transmission n 1 1 @ 1 0 09469744 +vector_algebra n 1 3 @ ~ ; 1 0 06013298 +vector_decomposition n 1 1 @ 1 0 06013471 +vector_product n 1 1 @ 1 0 05864758 +vector_sum n 1 1 @ 1 0 05865034 +veda n 1 4 @ ~ + ; 1 0 06464419 +vedalia n 1 2 @ #m 1 0 02166826 +vedanga n 1 1 @ 1 0 06465780 +vedanta n 1 2 @ ; 1 0 06238574 +vedic_literature n 1 3 @ ~ ; 1 0 06464419 +vedism n 1 2 @ + 1 0 06245286 +vedist n 1 2 @ + 1 0 10747294 +veering n 1 2 @ + 1 0 01263257 +veery n 1 2 @ #m 1 0 01559639 +veg n 1 4 @ ~ #p ; 1 0 07707451 +vega n 2 2 @ #m 2 0 11362195 09469912 +vegan n 1 1 @ 1 0 10747424 +vegetable n 2 3 @ ~ #p 2 1 07707451 12212361 +vegetable_garden n 1 2 @ ~ 1 0 03620443 +vegetable_hummingbird n 1 2 @ #m 1 0 12569851 +vegetable_ivory n 1 2 @ #p 1 0 12594533 +vegetable_marrow n 2 4 @ ~ #p %p 2 0 12159555 07716504 +vegetable_matter n 1 2 @ ~ 1 0 15110956 +vegetable_oil n 1 3 @ ~ #s 1 0 07673397 +vegetable_oyster n 2 4 @ #m #p %p 2 0 12027222 07735179 +vegetable_patch n 1 2 @ ~ 1 1 03620443 +vegetable_sheep n 2 2 @ #m 2 0 12006306 11975658 +vegetable_silk n 1 2 @ #s 1 0 14925776 +vegetable_soup n 1 1 @ 1 0 07586894 +vegetable_sponge n 1 1 @ 1 0 12166793 +vegetable_tallow n 1 1 @ 1 0 15062641 +vegetable_wax n 1 1 @ 1 0 15095496 +vegetarian n 1 2 @ ~ 1 0 10747119 +vegetarianism n 1 2 @ ~ 1 0 07564971 +vegetation n 4 6 @ ~ #m + ; - 4 1 08436759 13573057 05603854 01065057 +vegetative_cell n 1 2 @ ~ 1 0 05430628 +veggie n 1 3 @ ~ #p 1 0 07707451 +vehemence n 2 3 @ ~ + 2 1 05037394 05037813 +vehicle n 4 4 @ ~ %p + 4 2 04524313 06255081 15112086 09283193 +vehicle-borne_transmission n 1 1 @ 1 0 09470027 +vehicle_traffic n 1 2 @ ~ 1 0 08425888 +vehicular_traffic n 1 2 @ ~ 1 0 08425888 +veil n 4 4 @ ~ #p + 4 1 03502331 13094556 05310596 03548930 +veiled_accusation n 1 1 @ 1 0 07238308 +veiling n 1 2 @ ~ 1 0 03429914 +vein n 5 4 @ ~ #p + 5 2 05418717 07089622 13098186 09470222 02468735 +vein_of_penis n 1 2 @ ~ 1 0 05421997 +vela n 1 2 @ #p 1 0 09470343 +velar n 1 1 @ 1 0 07120025 +velar_consonant n 1 1 @ 1 0 07120025 +velazquez n 1 1 @ 1 0 11362329 +velban n 1 2 @ ; 1 0 04535634 +velcro n 1 3 @ + ; 1 0 04524594 +veld n 1 1 @ 1 0 08677424 +veldt n 1 1 @ 1 0 08677424 +velleity n 2 1 @ 2 0 07486527 05652843 +vellication n 1 3 @ ~ + 1 0 14361664 +vellum n 2 1 @ 2 1 15087384 14759147 +velocipede n 2 2 @ ~ 2 0 04524716 04482393 +velociraptor n 1 2 @ #m 1 0 01717467 +velocity n 1 2 @ ~ 1 1 15282696 +velodrome n 1 1 @ 1 0 04524833 +velour n 1 1 @ 1 1 04524941 +velours n 1 1 @ 1 1 04524941 +veloute n 1 1 @ 1 0 07840027 +velum n 2 5 @ ~ #p %p + 2 0 13094556 05309392 +velveeta n 1 1 @ 1 0 07855317 +velvet n 1 2 @ + 1 1 04525038 +velvet-leaf n 2 2 @ #m 2 0 12182615 12173069 +velvet_ant n 1 2 @ #m 1 0 02214773 +velvet_bean n 1 2 @ %p 1 0 12550408 +velvet_bent n 1 1 @ 1 0 12107002 +velvet_bent_grass n 1 1 @ 1 0 12107002 +velvet_flower n 1 1 @ 1 0 11823572 +velvet_grass n 1 1 @ 1 0 12122725 +velvet_osier n 1 2 @ #m 1 0 12731029 +velvet_plant n 2 3 @ ~ #m 2 0 12888906 11975254 +velvet_sumac n 1 1 @ 1 0 12764202 +velvet_worm n 1 3 @ ~ #m 1 0 01999767 +velveteen n 1 1 @ 1 0 04525191 +velvetleaf n 2 2 @ #m 2 0 12182615 12173069 +velvetweed n 1 2 @ #m 1 0 12173069 +vena n 1 3 @ ~ #p 1 0 05418717 +vena_anastomotica n 1 1 @ 1 0 05357366 +vena_angularis n 1 1 @ 1 0 05357500 +vena_appendicularis n 1 1 @ 1 0 05357867 +vena_arcuata_renis n 1 2 @ #p 1 0 05358036 +vena_auricularis n 1 1 @ 1 0 05358226 +vena_axillaris n 1 1 @ 1 0 05358345 +vena_azygos n 1 1 @ 1 0 05358507 +vena_basalis n 1 1 @ 1 0 05358764 +vena_basilica n 1 2 @ #p 1 0 05358944 +vena_basivertebralis n 1 1 @ 1 0 05359124 +vena_brachialis n 1 1 @ 1 0 05359347 +vena_brachiocephalica n 1 1 @ 1 0 05359516 +vena_bronchialis n 1 1 @ 1 0 05359695 +vena_bulbi_penis n 1 2 @ #p 1 0 05421723 +vena_bulbi_vestibuli n 1 1 @ 1 0 05422574 +vena_canaliculi_cochleae n 1 1 @ 1 0 05421900 +vena_cava n 1 2 @ ~ 1 0 05422668 +vena_centrales_retinae n 1 1 @ 1 0 05360678 +vena_centralis_glandulae_suprarenalis n 1 1 @ 1 0 05360880 +vena_cephalica n 1 2 @ #p 1 0 05361123 +vena_cephalica_accessoria n 1 2 @ #p 1 0 05356442 +vena_cerebellum n 1 1 @ 1 0 05361278 +vena_cerebri n 1 2 @ ~ 1 0 05361391 +vena_cerebri_anterior n 1 1 @ 1 0 05361640 +vena_cerebri_magna n 1 1 @ 1 0 05362016 +vena_cerebri_media n 1 2 @ ~ 1 0 05362593 +vena_cerebrum_internus n 1 1 @ 1 0 05362405 +vena_cerebrum_superior n 1 1 @ 1 0 05363064 +vena_cervicalis_profunda n 1 1 @ 1 0 05363270 +vena_choroidea n 1 1 @ 1 0 05363428 +vena_circumflexa n 1 2 @ ~ 1 0 05363676 +vena_circumflexa_ilium n 1 1 @ 1 0 05363868 +vena_circumflexus_femoris n 1 1 @ 1 0 05364000 +vena_clitoridis n 1 2 @ ~ 1 0 05364184 +vena_colica n 1 1 @ 1 0 05364345 +vena_comitans n 1 1 @ 1 0 05357160 +vena_cutanea n 1 1 @ 1 0 05364905 +vena_cystica n 1 1 @ 1 0 05365059 +vena_digitalis n 1 1 @ 1 0 05365164 +vena_diploica n 1 1 @ 1 0 05365284 +vena_dorsalis_clitoridis_profunda n 1 1 @ 1 0 05423443 +vena_emissaria n 1 1 @ 1 0 05365838 +vena_epigastrica_inferior n 1 1 @ 1 0 05366206 +vena_epigastrica_superficialis n 1 1 @ 1 0 05366341 +vena_ethmoidalis n 1 1 @ 1 0 05367003 +vena_facialis n 1 3 @ ~ #p 1 0 05367341 +vena_facialis_anterior n 1 1 @ 1 0 05361805 +vena_femoralis n 1 2 @ #p 1 0 05367508 +vena_gastrica n 1 3 @ ~ #p 1 0 05367735 +vena_gastrica-dextra n 1 1 @ 1 0 05378850 +vena_gastrica_sinistra n 1 1 @ 1 0 05372725 +vena_gastroomentalis n 1 2 @ #p 1 0 05367912 +vena_genus n 1 2 @ #p 1 0 05368100 +vena_gluteus n 1 1 @ 1 0 05368739 +vena_hemiazygos_accessoria n 1 1 @ 1 0 05356657 +vena_hemizygos n 1 1 @ 1 0 05368874 +vena_hepatica n 1 2 @ #p 1 0 05369254 +vena_ileocolica n 1 1 @ 1 0 05369566 +vena_iliaca n 1 2 @ ~ 1 0 05370125 +vena_iliolumbalis n 1 1 @ 1 0 05370293 +vena_intercapitalis n 1 2 @ #p 1 0 05370410 +vena_intercostalis n 1 1 @ 1 0 05370636 +vena_intervertebralis n 1 1 @ 1 0 05370781 +vena_jugularis n 1 3 @ ~ #p 1 0 05370918 +vena_labialis n 2 3 @ ~ #p 2 0 05372125 05371663 +vena_labialis_inferior n 1 1 @ 1 0 05371829 +vena_labialis_superior n 1 1 @ 1 0 05371977 +vena_lacrimalis n 1 2 @ #p 1 0 05372428 +vena_laryngea n 1 2 @ #p 1 0 05372593 +vena_lienalis n 1 2 @ #p 1 0 05380822 +vena_lingualis n 1 2 @ #p 1 0 05372924 +vena_lumbalis n 1 1 @ 1 0 05373145 +vena_maxillaris n 1 1 @ 1 0 05373300 +vena_mesenterica n 1 1 @ 1 0 05373616 +vena_metacarpus n 1 2 @ #p 1 0 05373790 +vena_metatarsus n 1 2 @ #p 1 0 05373924 +vena_musculophrenica n 1 1 @ 1 0 05374101 +vena_nasalis_externa n 1 1 @ 1 0 05367165 +vena_nasofrontalis n 1 1 @ 1 0 05374280 +vena_obliqua_atrii_sinistri n 1 1 @ 1 0 05374475 +vena_obturatoria n 1 1 @ 1 0 05374658 +vena_occipitalis n 1 1 @ 1 0 05374861 +vena_ophthalmica n 1 2 @ ~ 1 0 05374980 +vena_ovarica n 1 1 @ 1 0 05375530 +vena_palatina n 1 1 @ 1 0 05375729 +vena_paraumbilicalis n 1 1 @ 1 0 05376050 +vena_pectoralis n 1 1 @ 1 0 05376391 +vena_perforantis n 1 1 @ 1 0 05376541 +vena_pericardiaca n 1 1 @ 1 0 05376721 +vena_peroneus n 1 2 @ #p 1 0 05376844 +vena_pharyngeus n 1 1 @ 1 0 05377098 +vena_phrenica n 1 1 @ 1 0 05377252 +vena_poplitea n 1 1 @ 1 0 05377371 +vena_portae n 1 2 @ #p 1 0 05377665 +vena_posterior_ventriculi_sinistri n 1 1 @ 1 0 05377833 +vena_profunda_penis n 1 1 @ 1 0 05422457 +vena_pulmanalis_inferior n 1 1 @ 1 0 05378458 +vena_pulmonalis n 1 3 @ ~ #p 1 0 05378234 +vena_pulmonalis_superior n 1 1 @ 1 0 05378654 +vena_pylorica n 1 1 @ 1 0 05378022 +vena_radialis n 1 2 @ #p 1 0 05379039 +vena_rectalis n 1 1 @ 1 0 05369092 +vena_renalis n 1 2 @ #p 1 0 05379247 +vena_retromandibularis n 1 1 @ 1 0 05379438 +vena_sacralis n 1 1 @ 1 0 05379635 +vena_saphena n 1 3 @ ~ #p 1 0 05379734 +vena_scapularis_dorsalis n 1 1 @ 1 0 05365420 +vena_scrotalis n 1 1 @ 1 0 05380404 +vena_sigmoideus n 1 2 @ #p 1 0 05380532 +vena_spinalis n 1 2 @ #p 1 0 05380697 +vena_sternocleidomastoidea n 1 1 @ 1 0 05381148 +vena_stylomastoidea n 1 1 @ 1 0 05381325 +vena_subclavia n 1 1 @ 1 0 05381491 +vena_sublingualis n 1 1 @ 1 0 05381666 +vena_supraorbitalis n 1 1 @ 1 0 05381779 +vena_supratrochlearis n 1 1 @ 1 0 05381956 +vena_temporalis n 1 2 @ ~ 1 0 05382135 +vena_testicularis n 1 2 @ #p 1 0 05382729 +vena_thoracica n 1 2 @ #p 1 0 05383467 +vena_thoracoepigastrica n 1 1 @ 1 0 05383004 +vena_thyroidea n 1 2 @ ~ 1 0 05383598 +vena_tibialis n 1 2 @ #p 1 0 05384300 +vena_trachealis n 1 1 @ 1 0 05384446 +vena_ulnaris n 1 2 @ #p 1 0 05384691 +vena_umbilicalis n 1 2 @ #p 1 0 05384817 +vena_vertebralis n 1 1 @ 1 0 05425207 +vena_vertebralis_accessoria n 1 1 @ 1 0 05356889 +vena_vertebralis_anterior n 1 1 @ 1 0 05357682 +vena_vesicalis n 1 1 @ 1 0 05425436 +vena_vestibularis n 1 1 @ 1 0 05425581 +vena_vorticosum n 1 1 @ 1 0 05425703 +venae_centrales_hepatis n 1 1 @ 1 0 05360470 +venae_cerebrum_inferior n 1 1 @ 1 0 05362197 +venae_ciliares n 1 1 @ 1 0 05363559 +venae_conjunctivales n 1 1 @ 1 0 05364612 +venae_dorsales_clitoridis_superficiales n 1 1 @ 1 0 05423595 +venae_dorsales_penis_profunda n 1 1 @ 1 0 05422317 +venae_dorsales_penis_superficiales n 1 1 @ 1 0 05422135 +venae_epigastricae_superiores n 1 1 @ 1 0 05366485 +venae_episclerales n 1 1 @ 1 0 05366640 +venae_esophageae n 1 1 @ 1 0 05366812 +venae_interlobulares_hepatis n 1 2 @ #p 1 0 05424074 +venae_interlobulares_renis n 1 2 @ #p 1 0 05423882 +venae_labiales_anteriores n 1 1 @ 1 0 05424351 +venae_labiales_posteriores n 1 1 @ 1 0 05424504 +venae_meningeae n 1 1 @ 1 0 05373495 +venae_palpebrales n 1 2 @ #p 1 0 05423779 +venae_pancreatica n 1 1 @ 1 0 05375881 +venae_profundae_clitoridis n 1 1 @ 1 0 05423319 +venae_pudendum n 1 1 @ 1 0 05378137 +venae_renis n 1 3 @ ~ #p 1 0 05424199 +venae_sclerales n 1 1 @ 1 0 05380252 +venality n 1 2 @ + 1 0 04854259 +venation n 2 3 @ #p ; 2 0 08373244 05421414 +vendee n 1 2 @ ~ 1 0 09885145 +vendemiaire n 1 2 @ #p 1 0 15175987 +vender n 1 3 @ ~ + 1 0 10577284 +vendetta n 1 1 @ 1 0 01236947 +vending n 1 2 @ + 1 1 01116968 +vending_machine n 1 2 @ ~ 1 1 04525305 +vendition n 1 2 @ + 1 0 01116968 +vendor n 1 3 @ ~ + 1 1 10577284 +vendue n 1 2 @ - 1 0 00092366 +veneer n 2 2 @ + 2 0 04525417 03315990 +veneering n 2 2 @ + 2 0 04525417 00927161 +venerability n 1 2 @ + 1 0 04869405 +venerableness n 1 2 @ + 1 0 04869405 +veneration n 2 3 @ ~ + 2 0 07521039 01044448 +venerator n 1 2 @ + 1 0 10747548 +venereal_disease n 1 2 @ ~ 1 0 14133159 +venereal_infection n 1 2 @ ~ 1 0 14133159 +venereal_wart n 1 1 @ 1 0 04696797 +veneridae n 1 3 @ #m %m 1 0 01957591 +venesection n 1 2 @ + 1 0 00698609 +venetia n 1 3 @ #p %p 1 0 08812952 +venetian n 1 3 @ #m + 1 0 09717454 +venetian_blind n 1 2 @ %p 1 1 04525584 +venetian_glass n 1 1 @ 1 0 04525729 +venetian_red n 1 2 @ ~ 1 0 04973386 +venetian_sumac n 1 1 @ 1 0 12760539 +veneto n 1 3 @ #p %p 1 0 08812952 +venezia n 1 4 @ #p %m %p 1 0 08813264 +venezia-euganea n 1 3 @ #p %p 1 0 08812952 +venezuela n 1 6 @ #m #p %m %p + 1 1 09161803 +venezuelan n 1 3 @ #m + 1 0 09747062 +venezuelan_monetary_unit n 1 2 @ ~ 1 0 13666675 +vengeance n 1 1 @ 1 1 01235463 +vengefulness n 1 2 @ + 1 0 07550891 +venial_sin n 1 2 ! @ 1 0 00758033 +venice n 1 5 @ #p %m %p + 1 1 08813264 +venipuncture n 1 2 @ ; 1 0 00944965 +venire n 1 2 @ ; 1 0 08414608 +venire_facias n 1 2 @ ; 1 0 06554531 +venison n 1 1 @ 1 0 07653311 +venn n 1 1 @ 1 0 11362452 +venn's_diagram n 1 1 @ 1 0 04525821 +venn_diagram n 1 1 @ 1 0 04525821 +venogram n 1 1 @ 1 0 04526112 +venography n 1 1 @ 1 0 00906046 +venom n 2 3 @ ~ + 2 0 15036916 07550666 +venomous_lizard n 1 3 @ ~ #m 1 0 01691951 +venous_blood n 1 1 @ 1 0 05402788 +venous_blood_system n 1 3 @ #p ; 1 0 05421414 +venous_blood_vessel n 1 3 @ ~ #p 1 0 05418717 +venous_pressure n 1 1 @ 1 0 11431058 +venous_sinus n 1 2 @ ~ 1 0 05252016 +venous_thrombosis n 1 2 @ ; 1 0 14353008 +vent n 5 5 @ ~ #p + - 5 2 04526241 01323901 09470550 04526416 01264447 +vent-hole n 1 3 @ ~ #p 1 0 04526241 +ventail n 1 2 @ #p 1 0 02941845 +venter n 4 6 @ ~ #p %p + ; 4 0 10747672 05556943 05424796 05424679 +venthole n 1 3 @ ~ #p 1 0 04526241 +ventilating_system n 1 2 @ %p 1 1 04526520 +ventilation n 4 4 @ ~ %p + 4 2 00266645 04526520 07144190 00831191 +ventilation_shaft n 1 2 @ #p 1 0 04526800 +ventilation_system n 1 2 @ %p 1 0 04526520 +ventilator n 2 5 @ ~ #p %p + 2 0 04526964 02895606 +venting n 1 2 @ + 1 0 01253277 +ventner n 1 1 @ 1 0 11362573 +ventolin n 1 2 @ ; 1 0 02695321 +ventose n 1 2 @ #p 1 0 15176785 +ventral_fin n 1 1 @ 1 0 02466731 +ventral_horn n 1 2 @ #p 1 0 05424963 +ventral_placentation n 1 1 @ 1 0 11682003 +ventral_root n 1 2 @ #p 1 0 05424963 +ventricle n 2 5 @ ~ #p %p + 2 0 05502556 05391763 +ventricular_aneurysm n 1 1 @ 1 0 14107849 +ventricular_fibrillation n 1 1 @ 1 0 14363139 +ventricular_fold n 1 1 @ 1 0 05530657 +ventricular_septal_defect n 1 2 @ #p 1 0 14469466 +ventriculus n 1 1 @ 1 0 01974229 +ventriloquism n 1 2 @ + 1 0 05636666 +ventriloquist n 1 2 @ + 1 0 10747815 +ventriloquist's_dummy n 1 1 @ 1 0 04527182 +ventriloquy n 1 2 @ + 1 0 05636666 +venture n 3 3 @ ~ + 3 3 00797878 13342692 01117164 +venture_capital n 1 2 @ + 1 0 13354260 +venture_capitalism n 1 1 @ 1 0 08364367 +venture_capitalist n 1 2 @ + 1 0 10747965 +venturer n 2 3 @ ~ + 2 0 10748142 09606009 +venturesomeness n 1 2 @ + 1 0 04859177 +venturi n 2 2 @ #p 2 0 11362885 04527310 +venturi_tube n 1 1 @ 1 0 04527475 +venue n 2 1 @ 2 0 08677628 08677525 +venula n 1 2 @ ~ 1 0 05426087 +venule n 1 2 @ ~ 1 0 05426087 +venus n 3 3 @ #m %m 3 2 09470762 09555127 01957739 +venus'-hair_fern n 1 1 @ 1 0 13207094 +venus'_slipper n 1 2 @ #m 1 0 12075830 +venus's_curse n 1 2 @ ~ 1 0 14133159 +venus's_flower_basket n 1 2 @ #m 1 0 01908042 +venus's_flytrap n 1 2 @ #m 1 0 12782915 +venus's_flytraps n 1 2 @ #m 1 0 12782915 +venus's_girdle n 1 2 @ #m 1 0 01921059 +venus's_shoe n 1 2 @ #m 1 0 12075830 +venus's_slipper n 1 2 @ #m 1 0 12075830 +venus_maidenhair n 1 1 @ 1 0 13207094 +venus_mercenaria n 1 4 @ ~ #m %p 1 0 01958038 +venushair n 1 1 @ 1 0 13207094 +veps n 2 2 @ #m 2 0 09707992 06958417 +vepse n 2 2 @ #m 2 0 09707992 06958417 +vepsian n 2 2 @ #m 2 0 09707992 06958417 +veracity n 1 3 ! @ + 1 1 04872414 +veracruz n 1 2 @ #p 1 0 08746475 +veranda n 1 2 @ ~ 1 1 04527648 +verandah n 1 2 @ ~ 1 1 04527648 +verapamil n 1 1 @ 1 0 04527808 +veratrum n 1 3 @ #m %m 1 0 12464278 +veratrum_viride n 1 1 @ 1 0 12464649 +verb n 2 6 @ ~ #m #p %p + 2 2 06318062 06320569 +verb_phrase n 1 1 @ 1 0 06316626 +verbal_creation n 1 2 @ ~ 1 0 00929586 +verbal_description n 1 2 @ ~ 1 0 06724763 +verbal_expression n 1 2 @ ~ 1 0 07139873 +verbal_intelligence n 1 1 @ 1 0 05619226 +verbal_noun n 1 2 @ ~ 1 0 06320314 +verbalisation n 2 2 @ + 2 0 07081043 07080868 +verbaliser n 1 2 @ ~ 1 0 10630188 +verbalism n 2 2 @ ~ 2 0 07139873 07090019 +verbalization n 2 2 @ + 2 0 07081043 07080868 +verbalizer n 1 3 @ ~ + 1 0 10630188 +verbascum n 1 3 @ #m %m 1 0 12888733 +verbascum_blattaria n 1 1 @ 1 0 12889219 +verbascum_lychnitis n 1 1 @ 1 0 12889412 +verbascum_phoeniceum n 1 1 @ 1 0 12889579 +verbascum_thapsus n 1 1 @ 1 0 12889713 +verbena n 1 2 @ #m 1 1 12914923 +verbena_family n 1 3 @ #m %m 1 0 12914433 +verbenaceae n 1 3 @ #m %m 1 0 12914433 +verbesina n 1 3 @ #m %m 1 0 12030265 +verbesina_alternifolia n 1 1 @ 1 0 12030908 +verbesina_encelioides n 1 1 @ 1 0 12031139 +verbesina_helianthoides n 1 1 @ 1 0 12031388 +verbesina_virginica n 1 1 @ 1 0 12031547 +verbiage n 2 2 @ ~ 2 0 07090019 07081739 +verbolatry n 1 1 @ 1 0 01044983 +verboseness n 1 4 ! @ ~ + 1 0 07089751 +verbosity n 1 3 @ ~ + 1 0 07089751 +verd_antique n 1 1 @ 1 0 14948055 +verdancy n 1 2 @ + 1 0 05116590 +verdandi n 1 1 @ 1 0 09582726 +verde_antique n 1 1 @ 1 0 14948055 +verdi n 1 1 @ 1 0 11363020 +verdicchio n 2 1 @ 2 0 13147918 07899660 +verdict n 1 3 @ ~ ; 1 1 01192150 +verdigris n 2 2 @ + 2 0 15096524 04528079 +verdin n 1 2 @ #m 1 0 01593553 +verdolagas n 1 2 @ #m 1 0 11858077 +verdun n 1 3 @ #p ; 1 0 01298573 +verdure n 2 1 @ 2 0 13153633 05116590 +verey_pistol n 1 1 @ 1 0 04530456 +verge n 4 4 @ ~ + ; 4 2 13903738 05125193 07267573 04528256 +verger n 1 1 @ 1 0 10748309 +vergil n 1 1 @ 1 0 11367436 +verification n 2 4 @ ~ + ; 2 1 05825245 06736769 +verifier n 1 2 @ + 1 0 10760763 +verisimilitude n 1 1 @ 1 1 04679300 +verity n 2 2 @ = 2 0 13956488 05819773 +verlaine n 1 1 @ 1 0 11363164 +vermeer n 1 1 @ 1 0 11363269 +vermicelli n 1 1 @ 1 0 07700868 +vermicide n 1 1 @ 1 0 04528354 +vermiculation n 2 2 @ + 2 0 13534773 04528490 +vermiculite n 1 1 @ 1 0 15087486 +vermiform_appendix n 1 2 @ #p 1 0 05537576 +vermiform_process n 1 2 @ #p 1 0 05537576 +vermifuge n 1 2 @ ~ 1 0 04528630 +vermilion n 1 2 @ + 1 0 04964977 +vermillion_flycatcher n 1 2 @ #m 1 0 01550172 +vermillion_rockfish n 1 1 @ 1 0 02644501 +vermin n 2 2 @ + 2 0 10748506 01315980 +vermis n 1 2 @ #p 1 0 05486159 +vermis_cerebelli n 1 2 @ #p 1 0 05486159 +vermont n 1 3 @ #p %p 1 1 09147964 +vermonter n 1 1 @ 1 0 09746014 +vermouth n 1 2 @ ~ 1 1 07899108 +vernacular n 2 4 @ ~ + - 2 0 07157273 07157123 +vernacular_art n 1 1 @ 1 0 03861959 +vernal_equinox n 2 5 ! @ ~ #p ; 2 0 15223574 08520958 +vernal_iris n 1 1 @ 1 0 12414932 +vernal_witch_hazel n 1 1 @ 1 0 12315245 +vernation n 1 3 @ #p ; 1 0 08373380 +verne n 1 1 @ 1 0 11363412 +verner n 1 1 @ 1 0 11363552 +verner's_law n 1 1 @ 1 0 06181034 +vernier n 2 1 @ 2 0 11363657 04529108 +vernier_caliper n 1 1 @ 1 0 04528968 +vernier_micrometer n 1 1 @ 1 0 04528968 +vernier_scale n 1 1 @ 1 0 04529108 +vernix n 1 1 @ 1 0 15112425 +vernix_caseosa n 1 1 @ 1 0 15112425 +vernonia n 1 2 @ #m 1 0 12031927 +verona n 1 2 @ #p 1 0 08813699 +veronal n 1 1 @ 1 0 02791894 +veronese n 1 1 @ 1 0 11363791 +veronica n 1 3 @ ~ #m 1 0 12890265 +veronica_agrestis n 1 2 @ #m 1 0 12890490 +veronica_americana n 1 2 @ #m 1 0 12890685 +veronica_anagallis-aquatica n 1 2 @ #m 1 0 12891469 +veronica_arvensis n 1 1 @ 1 0 12890928 +veronica_beccabunga n 1 2 @ #m 1 0 12891093 +veronica_chamaedrys n 1 1 @ 1 0 12891305 +veronica_michauxii n 1 2 @ #m 1 0 12891469 +veronica_officinalis n 1 1 @ 1 0 12891643 +veronica_peregrina n 1 1 @ 1 0 12891824 +veronica_serpyllifolia n 1 1 @ 1 0 12892013 +veronicastrum_virginicum n 1 2 @ #m 1 0 12882321 +verpa n 1 3 @ ~ #m 1 0 13032923 +verpa_bohemica n 1 1 @ 1 0 13033134 +verpa_conica n 1 2 @ #m 1 0 13033396 +verrazano n 1 1 @ 1 0 11363930 +verrazano-narrows_bridge n 1 2 @ #p 1 0 04529312 +verrazano_narrows n 1 2 @ #p 1 0 09123662 +verrazzano n 1 1 @ 1 0 11363930 +verruca n 1 3 @ ~ ; 1 0 04696432 +verruca_acuminata n 1 1 @ 1 0 04696797 +vers_libre n 1 1 @ 1 0 06380373 +versace n 1 1 @ 1 0 11364135 +versailles n 2 2 @ #p 2 0 08938619 04529486 +versant n 1 2 @ #p 1 0 09361517 +versatility n 1 2 @ + 1 1 05641834 +verse n 3 5 @ ~ #p + - 3 3 07092592 06381869 06384708 +verse_form n 1 3 @ ~ %p 1 0 06377442 +verse_line n 1 3 @ ~ #p 1 0 06384708 +versed n 1 2 @ ; 1 0 03761845 +versicle n 1 2 @ ~ 1 0 06385244 +versification n 3 3 @ ~ + 3 0 07093759 07093603 07093489 +versifier n 1 2 @ + 1 0 10528493 +version n 6 2 @ ~ 6 3 07173585 05840650 06408779 06536389 05928513 01267901 +verso n 2 4 ! @ ~ #p 2 0 06257569 04085181 +verst n 1 1 @ 1 0 13652799 +vertebra n 1 5 @ ~ #p %p + 1 0 05284333 +vertebral_arch n 1 2 @ #p 1 0 05587997 +vertebral_artery n 1 1 @ 1 0 05356291 +vertebral_canal n 1 2 @ #p 1 0 05249232 +vertebral_column n 1 4 @ ~ #p %p 1 1 05588174 +vertebral_vein n 1 1 @ 1 0 05425207 +vertebrata n 1 3 @ #m %m 1 0 01471070 +vertebrate n 1 6 @ ~ #m %p + - 1 1 01471682 +vertebrate_foot n 1 4 @ ~ #p %p 1 0 05563034 +vertebrate_paleontology n 1 2 @ ~ 1 0 06192789 +vertex n 2 2 @ ~ 2 1 05867283 08677801 +verthandi n 1 1 @ 1 0 09582726 +vertical n 2 4 @ ~ #p + 2 0 13828795 04515129 +vertical_angle n 1 1 @ 1 0 13918816 +vertical_bank n 1 1 @ 1 0 00169522 +vertical_circle n 1 1 @ 1 0 08677991 +vertical_combination n 1 1 @ 1 0 01238607 +vertical_file n 1 1 @ 1 0 04529681 +vertical_fin n 1 2 @ #p 1 0 04529962 +vertical_flute n 1 2 @ ~ 1 0 03343354 +vertical_integration n 1 2 @ + 1 0 01238607 +vertical_section n 1 1 @ 1 0 04529795 +vertical_stabiliser n 1 2 @ #p 1 0 04529962 +vertical_stabilizer n 1 2 @ #p 1 0 04529962 +vertical_surface n 1 2 @ ~ 1 0 04530176 +vertical_tail n 1 3 @ #p %p 1 0 04530283 +vertical_union n 1 2 @ ~ 1 0 08233426 +verticality n 1 2 @ + 1 0 05079638 +verticalness n 1 2 @ + 1 0 05079638 +verticil n 1 1 @ 1 0 13918965 +verticilliosis n 1 1 @ 1 0 14283525 +verticillium n 1 2 @ #m 1 0 13078021 +vertigo n 1 2 @ + 1 1 14372513 +vertu n 2 1 @ 2 0 05750027 04789613 +vervain n 1 2 @ #m 1 0 12914923 +vervain_family n 1 3 @ #m %m 1 0 12914433 +vervain_sage n 1 1 @ 1 0 12866635 +verve n 1 2 @ ~ 1 1 04633453 +vervet n 1 1 @ 1 0 02485536 +vervet_monkey n 1 1 @ 1 0 02485536 +verwoerd n 1 1 @ 1 0 11364243 +very-light n 1 1 @ 1 0 07264615 +very_high_frequency n 1 2 @ #p 1 0 05057695 +very_important_person n 1 1 @ 1 0 10748620 +very_light n 1 1 @ 1 0 07264615 +very_low_density_lipoprotein n 1 1 @ 1 0 15087632 +very_low_frequency n 1 2 @ #p 1 0 05057275 +very_pistol n 1 1 @ 1 0 04530456 +very_reverend n 1 1 @ 1 0 06342623 +vesalius n 1 1 @ 1 0 11364419 +vesey n 1 1 @ 1 0 11364570 +vesica n 1 3 @ ~ + 1 0 05512139 +vesical_vein n 1 1 @ 1 0 05425436 +vesicant n 1 3 @ ~ + 1 0 15112239 +vesicaria n 1 3 @ #m %m 1 0 11899595 +vesication n 1 2 @ + 1 0 13573181 +vesicatory n 1 3 @ ~ + 1 0 15112239 +vesicle n 1 2 @ ~ 1 0 05517578 +vesicopapule n 1 1 @ 1 0 14334011 +vesicoureteral_reflux n 1 1 @ 1 0 14335884 +vesicula_umbilicus n 1 1 @ 1 0 01465243 +vesicular_stomatitis n 1 1 @ 1 0 14356167 +vesiculation n 1 2 @ + 1 0 13573181 +vesiculitis n 1 1 @ 1 0 14358860 +vesiculovirus n 1 2 @ #m 1 0 01333483 +vespa n 1 2 @ #m 1 0 02212811 +vespa_crabro n 1 1 @ 1 0 02213239 +vespasian n 1 1 @ 1 0 11364799 +vesper n 2 2 @ ~ 2 0 09276872 01034571 +vesper_mouse n 1 2 @ #m 1 0 02336826 +vesper_sparrow n 1 2 @ #m 1 0 01535140 +vespers n 1 1 @ 1 0 15230180 +vespertilian_bat n 1 3 @ ~ #m 1 0 02145424 +vespertilio n 1 3 @ #m %m 1 0 02145767 +vespertilio_murinus n 1 2 @ #m 1 0 02145910 +vespertilionid n 1 3 @ ~ #m 1 0 02145424 +vespertilionidae n 1 3 @ #m %m 1 0 02145084 +vespid n 1 3 @ ~ #m 1 0 02212602 +vespid_wasp n 1 3 @ ~ #m 1 0 02212602 +vespidae n 1 3 @ #m %m 1 0 02212323 +vespucci n 1 1 @ 1 0 11365100 +vespula n 1 3 @ #m %m 1 0 02213362 +vespula_maculata n 1 1 @ 1 0 02213663 +vespula_maculifrons n 1 2 @ #m 1 0 02213788 +vespula_vulgaris n 1 2 @ #m 1 0 02213543 +vessel n 3 5 @ ~ #p %p - 3 2 05397333 04530566 04531098 +vest n 2 3 @ ~ #p 2 1 04531873 04223299 +vest_pocket n 1 2 @ ~ 1 1 04532398 +vesta n 2 3 @ + ; 2 0 09564177 09471224 +vestal n 1 2 @ + 1 0 10748804 +vestal_virgin n 1 3 @ ~ ; 1 0 09575316 +vested_interest n 2 3 @ ~ ; 2 0 13287787 07969192 +vestibular_apparatus n 1 2 @ %p 1 0 05323036 +vestibular_fold n 1 1 @ 1 0 05530657 +vestibular_gland n 1 2 @ ~ 1 0 05555294 +vestibular_sense n 1 1 @ 1 0 05659365 +vestibular_system n 1 2 @ %p 1 0 05323036 +vestibular_vein n 1 1 @ 1 0 05425581 +vestibule n 2 4 @ ~ #p + 2 1 02715513 05304603 +vestibule_of_the_ear n 1 2 @ #p 1 0 05304795 +vestibule_of_the_vagina n 1 2 @ #p 1 0 05523108 +vestibulocochlear_nerve n 1 2 @ #p 1 0 05479503 +vestige n 1 2 @ ~ 1 1 06646628 +vestiture n 1 1 @ 1 0 04532022 +vestment n 1 4 @ ~ %p + 1 0 04532106 +vestris n 1 1 @ 1 0 11365300 +vestry n 2 3 @ #p %m 2 0 08478851 04532504 +vestryman n 1 2 @ #m 1 0 10748889 +vestrywoman n 1 2 @ #m 1 0 10749004 +vesture n 2 4 @ ~ %p + 2 0 09471349 03051540 +vesuvian n 1 1 @ 1 0 15087904 +vesuvianite n 1 1 @ 1 0 15087904 +vesuvius n 1 2 @ #p 1 0 09177883 +vet n 2 4 @ ~ #m + 2 1 10749715 10749353 +vetch n 1 3 @ ~ #m 1 0 12575322 +vetchling n 1 3 @ ~ #m 1 0 12539074 +vetchworm n 1 2 @ #m 1 0 02310334 +veteran n 3 4 @ ~ #m + 3 3 10749528 10749353 10749123 +veteran_soldier n 1 1 @ 1 0 10749528 +veterans'_day n 1 2 @ #p 1 0 15200896 +veterans_day n 1 2 @ #p 1 0 15200896 +veterans_of_foreign_wars n 1 2 @ %m 1 0 08229134 +veterinarian n 1 2 @ ~ 1 0 10749715 +veterinary n 1 3 @ ~ + 1 0 10749715 +veterinary_medicine n 1 2 @ - 1 0 06065423 +veterinary_school n 1 1 @ 1 0 08287335 +veterinary_surgeon n 1 2 @ ~ 1 0 10749715 +vetluga n 1 2 @ #p 1 0 09471481 +vetluga_river n 1 2 @ #p 1 0 09471481 +veto n 2 3 @ ~ + 2 1 00209546 05198928 +vexation n 4 3 @ ~ + 4 1 07518261 14406573 05832264 00418394 +vexatious_litigation n 1 2 @ ; 1 0 01187230 +vexer n 1 2 @ + 1 0 10695555 +vfw n 1 2 @ %m 1 0 08229134 +vhf n 2 3 @ ~ #p 2 0 14177423 05057695 +vi n 2 2 @ #p 2 0 13744722 08755003 +via_media n 1 1 @ 1 0 01205564 +viability n 2 3 @ + ; 2 1 05056234 05151576 +viaduct n 1 1 @ 1 0 04532670 +viagra n 1 2 @ ; 1 0 04218383 +vial n 1 1 @ 1 0 03923379 +viand n 1 1 @ 1 1 07593471 +viands n 1 2 @ ~ 1 0 07572353 +viatical_settlement n 2 1 @ 2 0 13297595 00228762 +viatication n 1 2 @ + 1 0 00082347 +viaticus n 1 2 @ + 1 0 00082347 +viaticus_settlement n 1 1 @ 1 0 00228762 +vibe n 1 1 @ 1 0 04727883 +vibes n 1 1 @ 1 0 04532831 +vibist n 1 1 @ 1 0 10749928 +viborg n 1 2 @ #p 1 0 08762380 +vibraharp n 1 1 @ 1 0 04532831 +vibramycin n 1 1 @ 1 0 03230247 +vibrancy n 1 2 @ + 1 1 04989657 +vibraphone n 1 1 @ 1 0 04532831 +vibraphonist n 1 1 @ 1 0 10749928 +vibrating_reed n 1 2 @ ~ 1 0 04066888 +vibration n 4 4 @ ~ + ; 4 1 00345926 14004572 07345166 04727883 +vibrato n 1 3 @ ~ ; 1 0 07399137 +vibrator n 2 3 @ ~ + 2 0 04533199 04533042 +vibrio n 1 4 @ ~ #m + 1 0 01364162 +vibrio_comma n 1 2 @ #m 1 0 01364329 +vibrio_fetus n 1 2 @ #m 1 0 01364472 +vibrion n 1 3 @ ~ #m 1 0 01364162 +vibrissa n 1 1 @ 1 0 01901828 +viburnum n 1 3 @ #m %m 1 0 12680125 +viburnum_dentatum n 1 2 @ #m 1 0 12681141 +viburnum_lantana n 1 2 @ #m 1 0 12680652 +viburnum_opulus n 1 2 @ #m 1 0 12680864 +viburnum_prunifolium n 1 2 @ #m 1 0 12681579 +viburnum_recognitum n 1 2 @ #m 1 0 12681376 +viburnum_trilobum n 1 2 @ #m 1 0 12680402 +vicar n 3 3 @ + ; 3 1 10750031 10750365 10750188 +vicar-general n 1 2 @ ; 1 0 10750640 +vicar_apostolic n 1 1 @ 1 0 10750524 +vicar_of_christ n 1 3 @ ~ #m 1 0 10453533 +vicarage n 1 2 @ ~ 1 0 03892557 +vicariate n 1 1 @ 1 0 08100907 +vicarship n 1 2 @ + 1 0 08100907 +viccinium_membranaceum n 1 1 @ 1 0 12248359 +viccinium_myrtillus n 1 2 @ %p 1 0 12248574 +vice n 2 3 @ ~ + 2 1 04853873 00747029 +vice-presidency n 2 1 @ 2 0 15266568 00605511 +vice-presidential_term n 1 1 @ 1 0 15266568 +vice-regent n 1 1 @ 1 0 10751710 +vice_admiral n 1 1 @ 1 0 10750788 +vice_chairman n 1 1 @ 1 0 10750911 +vice_chancellor n 1 1 @ 1 0 10751026 +vice_crime n 1 2 @ ~ 1 0 00782241 +vice_president n 1 3 @ ~ + 1 1 10751265 +vice_president_of_the_united_states n 1 2 @ ~ 1 0 10751527 +vice_squad n 1 1 @ 1 0 08211169 +vicegerent n 1 1 @ 1 0 10751152 +vicente_lopez n 1 2 @ #p 1 0 08713539 +vicereine n 2 2 @ ~ 2 0 10752020 10751785 +viceroy n 2 4 @ ~ #m + 2 0 10751785 02277268 +viceroyalty n 1 1 @ 1 0 08678151 +viceroyship n 1 2 @ + 1 0 00605616 +vichy n 1 2 @ #p 1 0 08938819 +vichy_water n 1 1 @ 1 0 07937069 +vichyssoise n 1 1 @ 1 0 07588817 +vicia n 1 3 @ #m %m 1 0 12575089 +vicia_cracca n 1 1 @ 1 0 12575812 +vicia_faba n 1 3 @ #m %p 1 0 12576029 +vicia_orobus n 1 1 @ 1 0 12576451 +vicia_sativa n 1 1 @ 1 0 12576555 +vicia_sepium n 1 1 @ 1 0 12576695 +vicia_villosa n 1 2 @ #m 1 0 12576838 +vicinity n 1 3 @ ~ + 1 1 08641113 +vicious_circle n 2 1 @ 2 1 13573368 06755342 +vicious_cycle n 1 1 @ 1 1 13573368 +viciousness n 1 2 @ + 1 0 04830689 +vicissitude n 2 1 @ 2 0 07337694 04741655 +vicksburg n 2 3 @ #p ; 2 0 09105494 01298797 +vicomte_de_chateaubriand n 1 1 @ 1 0 10893830 +vicomte_ferdinand_marie_de_lesseps n 1 1 @ 1 0 11129286 +victim n 2 3 @ ~ + 2 2 10752093 10752480 +victimisation n 1 3 @ ~ + 1 0 00418903 +victimiser n 1 3 @ ~ + 1 0 10752719 +victimization n 2 3 @ ~ + 2 0 14477509 00418903 +victimizer n 1 3 @ ~ + 1 0 10752719 +victimless_crime n 1 1 @ 1 0 00782338 +victor n 2 2 @ ~ 2 1 10752930 10782940 +victor-marie_hugo n 1 1 @ 1 0 11065345 +victor_emanuel_ii n 1 1 @ 1 0 11365516 +victor_emanuel_iii n 1 1 @ 1 0 11365674 +victor_franz_hess n 1 1 @ 1 0 11047521 +victor_herbert n 1 1 @ 1 0 11044629 +victor_hess n 1 1 @ 1 0 11047521 +victor_horta n 1 1 @ 1 0 11061089 +victor_hugo n 1 1 @ 1 0 11065345 +victoria n 7 6 @ #m #p %p + ; 7 0 11365857 09567913 09471638 09146681 08996714 08833682 08823314 +victoria_clafin_woodhull n 1 1 @ 1 0 11396128 +victoria_cross n 1 1 @ 1 0 06708866 +victoria_day n 1 1 @ 1 0 15201384 +victoria_de_durango n 1 2 @ #p 1 0 08743229 +victoria_falls n 2 2 @ #p 2 0 09471638 09309456 +victoria_land n 1 2 @ #p 1 0 08678253 +victoria_nyanza n 1 2 @ #p 1 0 09334049 +victoria_plum n 1 2 @ ; 1 0 07752264 +victoria_sandwich n 1 2 @ ; 1 0 07642182 +victoria_sponge n 1 2 @ ; 1 0 07642182 +victorian n 1 2 @ + 1 0 10753061 +victorian_age n 1 1 @ 1 0 15122853 +victorian_architecture n 1 1 @ 1 0 05843895 +victoriana n 1 1 @ 1 0 07997581 +victory n 1 4 ! @ ~ + 1 1 07473441 +victory_celebration n 1 1 @ 1 0 00519118 +victory_day n 1 2 @ ~ 1 0 15162640 +victory_garden n 1 1 @ 1 0 04533373 +victory_lap n 1 1 @ 1 0 00295563 +victrola n 1 2 @ ; 1 1 04533499 +victual n 1 3 @ ~ + 1 0 07556637 +victualer n 2 3 @ + ; 2 0 10753182 10681557 +victualler n 2 3 @ + ; 2 0 10753182 10681557 +victuals n 3 2 @ ~ 3 0 07572353 07570720 07556637 +vicugna n 1 3 @ #m %m 1 0 02438452 +vicugna_vicugna n 1 2 @ #m 1 0 02438580 +vicuna n 3 2 @ #m 3 0 15104933 04533594 02438580 +vidal n 1 1 @ 1 0 11366109 +vidalia n 1 2 @ #p 1 0 09078102 +vidalia_onion n 1 1 @ 1 0 07722666 +vidar n 1 2 @ ; 1 0 09584218 +video n 4 6 @ ~ #p %p ; - 4 2 06277803 04534127 06277992 06277280 +video_digitizing n 1 2 @ ~ 1 0 13573499 +video_display n 1 3 @ ~ %p 1 0 03211117 +video_equipment n 1 3 @ ~ #p 1 0 04405540 +video_game n 1 2 @ ~ 1 0 00458890 +video_ipod n 1 2 @ ; 1 0 03584400 +video_recording n 1 2 @ ~ 1 0 04534127 +videocassette n 1 1 @ 1 0 04533700 +videocassette_recorder n 1 1 @ 1 0 04533802 +videodisc n 1 1 @ 1 0 04533946 +videodisk n 1 1 @ 1 0 04533946 +videotape n 2 2 @ + 2 0 04534520 04534359 +vidua n 1 3 @ #m %m 1 0 01543272 +vienna n 1 3 @ #p - 1 1 08846324 +vienna_roll n 1 1 @ 1 0 07691758 +vienna_sausage n 1 1 @ 1 0 07676855 +vienne n 2 2 @ #p 2 0 08939028 08316748 +vientiane n 1 2 @ #p 1 1 08957064 +vieques n 1 2 @ #p 1 0 08753561 +viet_nam n 1 6 @ #m #p %m %p - 1 1 09163192 +vietnam n 2 7 @ #m #p %m %p ; - 2 0 09163192 01309807 +vietnam_war n 1 2 @ ; 1 0 01309807 +vietnamese n 2 3 @ #m + 2 0 09747191 06937229 +vietnamese_monetary_unit n 1 2 @ ~ 1 0 13674759 +view n 10 4 @ ~ %p + 10 8 06208751 05933246 00881649 08560952 05945642 06782019 05983463 04144782 05127782 04674861 +view_angle n 1 1 @ 1 0 13919059 +view_finder n 1 2 @ #p 1 0 03340723 +viewer n 2 3 @ ~ + 2 1 10633450 04534651 +viewers n 1 1 @ 1 1 08222750 +viewfinder n 1 2 @ #p 1 0 03340723 +viewgraph n 1 1 @ 1 0 04534779 +viewing n 2 2 @ ~ 2 0 06888345 01029883 +viewing_audience n 1 1 @ 1 0 08222750 +viewpoint n 2 2 @ ~ 2 1 06210363 08677250 +vigdis_finnbogadottir n 1 1 @ 1 0 10971080 +vigee-lebrun n 1 1 @ 1 0 11366232 +vigil n 3 3 @ ~ ; 3 0 05678855 01029671 00880662 +vigil_candle n 1 1 @ 1 0 04534895 +vigil_light n 1 1 @ 1 0 04534895 +vigilance n 2 3 @ ~ + 2 1 05705722 04664778 +vigilance_committee n 1 1 @ 1 0 08326114 +vigilance_man n 1 1 @ 1 0 10753339 +vigilante n 1 1 @ 1 0 10753339 +vigilantism n 1 1 @ 1 1 01128266 +vigna n 1 3 @ #m %m 1 0 12577000 +vigna_aconitifolia n 1 2 @ #m 1 0 12577362 +vigna_angularis n 1 2 @ #m 1 0 12577686 +vigna_caracalla n 1 2 @ #m 1 0 12577895 +vigna_radiata n 1 2 @ #m 1 0 12578255 +vigna_sesquipedalis n 1 2 @ #m 1 0 12579038 +vigna_sinensis n 1 3 @ #m %p 1 0 12578626 +vigna_unguiculata n 1 3 @ #m %p 1 0 12578626 +vigna_unguiculata_sesquipedalis n 1 2 @ #m 1 0 12579038 +vignette n 3 1 @ 3 1 07203016 04535153 04535011 +vigor n 3 3 @ ~ + 3 1 05035961 05030806 04633197 +vigorish n 2 1 @ 2 0 13320045 13289306 +vigour n 3 2 @ ~ 3 0 05035961 05030806 04633197 +vii n 1 1 @ 1 0 13744916 +viii n 1 1 @ 1 0 13745086 +viking n 1 1 @ 1 0 09730383 +viktor_korchnoi n 1 1 @ 1 0 11109289 +viktor_lvovich_korchnoi n 1 1 @ 1 0 11109289 +viktor_vasarely n 1 1 @ 1 0 11361142 +vila n 1 2 @ #p 1 0 09160968 +vileness n 2 3 @ ~ + 2 0 04852750 04781349 +vilfredo_pareto n 1 1 @ 1 0 11222457 +vilification n 2 3 @ ~ + 2 0 06720216 06715223 +vilifier n 1 2 @ + 1 0 09999135 +villa n 4 2 @ ; 4 0 11366405 04535524 04535370 04535252 +villa-lobos n 1 1 @ 1 0 11366548 +villa_hermosa n 1 2 @ #p 1 0 08746636 +village n 3 3 @ ~ #p 3 3 08226699 08672738 09122968 +village_green n 1 1 @ 1 0 08678405 +villager n 1 1 @ 1 1 10753442 +villahermosa n 1 2 @ #p 1 0 08746636 +villain n 2 3 @ ~ + 2 2 10753546 10753779 +villainage n 1 1 @ 1 0 13953057 +villainess n 1 1 @ 1 0 10753917 +villainousness n 1 2 @ + 1 0 04853361 +villainy n 2 1 @ 2 0 04853361 00745863 +villard n 1 1 @ 1 0 11366658 +villein n 1 3 @ ~ ; 1 0 10580535 +villeinage n 2 1 @ 2 0 13953057 13243374 +villoma n 1 1 @ 1 0 14250081 +villon n 1 1 @ 1 0 11366787 +villus n 1 2 @ ~ 1 0 01901492 +vilna n 1 2 @ #p 1 0 09014273 +vilnius n 1 2 @ #p 1 0 09014273 +vilno n 1 2 @ #p 1 0 09014273 +vim n 2 2 @ ~ 2 0 14050143 04633197 +viminaria n 1 3 @ #m %m 1 0 12579242 +viminaria_denudata n 1 2 @ #m 1 0 12579404 +viminaria_juncea n 1 2 @ #m 1 0 12579404 +vin_ordinaire n 1 1 @ 1 0 07899003 +vina_del_mar n 1 2 @ #p 1 0 08722270 +vinaigrette n 1 1 @ 1 0 07833816 +vinblastine n 1 1 @ 1 0 04535634 +vinca n 1 3 @ #m %m 1 0 11777779 +vinca_major n 1 1 @ 1 0 11778257 +vinca_minor n 1 1 @ 1 0 11778092 +vinca_rosea n 1 2 @ #m 1 0 11772408 +vincent's_angina n 1 1 @ 1 0 14124931 +vincent's_infection n 1 1 @ 1 0 14124931 +vincent_van_gogh n 1 1 @ 1 0 11360022 +vincenzo_bellini n 1 1 @ 1 0 10842923 +vincetoxicum n 1 3 @ #m %m 1 0 13239471 +vincetoxicum_hirsutum n 1 2 @ #m 1 0 13239736 +vincetoxicum_negrum n 1 2 @ #m 1 0 13239736 +vincristine n 1 1 @ 1 0 04535826 +vindication n 2 3 @ ~ + 2 1 01241331 06740644 +vindicator n 1 2 @ + 1 0 09798534 +vindictiveness n 1 2 @ + 1 0 07550891 +vine n 1 2 @ ~ 1 1 13100677 +vine_cactus n 1 2 @ #m 1 0 12381931 +vine_maple n 1 1 @ 1 0 12754468 +vine_snake n 1 2 @ #m 1 0 01739381 +vinegar n 2 2 @ ~ 2 1 07828987 15088111 +vinegar_eel n 1 2 @ #m 1 0 01932151 +vinegar_fly n 1 2 @ #m 1 0 02197877 +vinegar_joe_stilwell n 1 1 @ 1 0 11318462 +vinegar_tree n 2 1 @ 2 0 12764202 12763529 +vinegar_worm n 1 2 @ #m 1 0 01932151 +vinegariness n 1 2 @ + 1 0 04994264 +vinegarishness n 1 2 @ + 1 0 04994264 +vinegarroon n 1 2 @ #m 1 0 01771766 +vinegarweed n 1 1 @ 1 0 12871696 +vinery n 1 1 @ 1 0 04536038 +vineyard n 1 1 @ 1 1 04536038 +vingt-et-un n 1 1 @ 1 0 00490350 +viniculture n 1 2 @ - 1 0 01126709 +vinifera n 1 4 @ ~ #m %p 1 0 13145444 +vinifera_grape n 2 5 @ ~ #m #p %p 2 0 13145444 07759816 +vinification n 1 2 @ + 1 0 13573666 +vino n 1 3 @ ~ #s 1 0 07891726 +vinogradoff n 1 1 @ 1 0 11366895 +vinson n 1 1 @ 1 0 11367035 +vintage n 2 1 @ 2 1 07892418 04926217 +vintager n 1 1 @ 1 0 10753989 +vintner n 2 1 @ 2 0 10754189 10754088 +vinyl n 2 1 @ 2 1 15088308 15088183 +vinyl_cyanide n 1 1 @ 1 0 14998677 +vinyl_ether n 1 2 @ ~ 1 0 03299929 +vinyl_group n 1 1 @ 1 0 15088308 +vinyl_polymer n 1 2 @ ~ 1 0 15088440 +vinyl_radical n 1 1 @ 1 0 15088308 +vinyl_resin n 1 2 @ ~ 1 0 15088440 +vinylbenzene n 1 2 @ ~ 1 0 14595543 +vinylite n 1 2 @ ; 1 0 14596599 +viocin n 1 1 @ 1 0 04537235 +viol n 1 2 @ ~ 1 0 04536153 +viola n 3 4 @ ~ #m %m 3 0 12387633 12387478 04536335 +viola_arvensis n 1 1 @ 1 0 12388143 +viola_blanda n 1 1 @ 1 0 12388444 +viola_canadensis n 1 1 @ 1 0 12388652 +viola_canina n 1 1 @ 1 0 12388858 +viola_clef n 1 1 @ 1 0 06863086 +viola_conspersa n 1 1 @ 1 0 12388293 +viola_cornuta n 1 1 @ 1 0 12388989 +viola_d'amore n 1 1 @ 1 0 04536765 +viola_da_braccio n 1 1 @ 1 0 04536465 +viola_da_gamba n 1 1 @ 1 0 04536595 +viola_ocellata n 1 1 @ 1 0 12389130 +viola_odorata n 1 1 @ 1 0 12389317 +viola_pedata n 1 1 @ 1 0 12389501 +viola_pubescens n 1 1 @ 1 0 12389727 +viola_reichenbachiana n 1 1 @ 1 0 12390314 +viola_rostrata n 1 1 @ 1 0 12389932 +viola_striata n 1 1 @ 1 0 12390099 +viola_sylvatica n 1 1 @ 1 0 12390314 +viola_tricolor n 1 1 @ 1 0 12390681 +viola_tricolor_hortensis n 1 1 @ 1 0 12390485 +violaceae n 1 3 @ #m %m 1 0 12387201 +violation n 5 3 @ ~ + 5 4 00770270 00770543 00733483 00746232 00773402 +violator n 2 2 @ + 2 0 10754449 10754281 +violence n 3 3 @ ~ + 3 3 00965404 05037813 13979977 +violent_death n 1 1 @ 1 0 07361576 +violent_disorder n 1 2 @ ~ 1 0 00554541 +violent_storm n 1 4 @ ~ #p %p 1 0 11462526 +violent_stream n 1 1 @ 1 0 07407593 +violet n 2 3 @ ~ + 2 2 12387839 04970758 +violet-flowered_petunia n 1 1 @ 1 0 12909759 +violet_family n 1 3 @ #m %m 1 0 12387201 +violet_suksdorfia n 1 2 @ #m 1 0 12802707 +violet_wood_sorrel n 1 1 @ 1 0 12703856 +violin n 1 4 @ ~ %p + 1 1 04536866 +violin_bow n 1 2 @ #p 1 0 03332271 +violin_family n 1 2 @ ; 1 0 07998323 +violin_lesson n 1 1 @ 1 0 00889971 +violin_maker n 1 2 @ ~ 1 0 10754920 +violin_section n 1 1 @ 1 0 08217450 +violinist n 1 3 @ ~ + 1 1 10754578 +violist n 1 1 @ 1 0 10755080 +violoncellist n 1 2 @ ~ 1 0 09903501 +violoncello n 1 1 @ 1 0 02992211 +viomycin n 1 1 @ 1 0 04537235 +viorna_baldwinii n 1 1 @ 1 0 11729860 +viosterol n 1 2 @ %s 1 0 15092227 +vioxx n 1 2 @ ; 1 0 04100994 +vip n 1 1 @ 1 0 10748620 +viper n 1 3 @ ~ #m 1 0 01752165 +viper's_bugloss n 1 2 @ #m 1 0 12819728 +viper's_grass n 1 3 @ #m %p 1 0 12013035 +vipera n 1 3 @ #m %m 1 0 01752433 +vipera_aspis n 1 2 @ #m 1 0 01752736 +vipera_berus n 1 2 @ #m 1 0 01752585 +viperidae n 1 3 @ #m %m 1 0 01751979 +viperine_grass_snake n 1 1 @ 1 0 01738065 +viracept n 1 1 @ 1 0 03817830 +viraemia n 1 1 @ 1 0 14573846 +virago n 2 1 @ 2 0 10755164 09787293 +viral_delivery_vector n 1 1 @ 1 0 09471865 +viral_haemorrhagic_fever n 1 2 @ ~ 1 0 14177423 +viral_hemorrhagic_fever n 1 2 @ ~ 1 0 14177423 +viral_hepatitis n 1 2 @ ~ 1 0 14130518 +viral_infection n 1 2 @ ~ 1 0 14186340 +viral_pneumonia n 1 1 @ 1 0 14179839 +viramune n 1 1 @ 1 0 03821259 +virazole n 1 2 @ ; 1 0 04087524 +virchow n 1 1 @ 1 0 11367195 +viremia n 1 1 @ 1 0 14573846 +vireo n 1 3 @ ~ #m 1 0 01602630 +vireo_olivaceous n 1 1 @ 1 0 01602832 +vireo_solitarius n 1 1 @ 1 0 01603000 +vireo_solitarius_solitarius n 1 1 @ 1 0 01603152 +vireonidae n 1 3 @ #m %m 1 0 01602353 +virga n 1 1 @ 1 0 11509204 +virgil n 1 1 @ 1 0 11367436 +virgil_garnett_thomson n 1 1 @ 1 0 11340824 +virgil_thomson n 1 1 @ 1 0 11340824 +virgilia n 1 3 @ #m %m 1 0 12579593 +virgilia_capensis n 1 2 @ #m 1 0 12579822 +virgilia_divaricata n 1 2 @ #m 1 0 12580012 +virgilia_oroboides n 1 2 @ #m 1 0 12579822 +virgin n 3 3 @ + ; 3 1 10755257 09752927 08686979 +virgin's_bower n 1 1 @ 1 0 11731157 +virgin_birth n 2 2 @ #p 2 0 13532747 06192908 +virgin_forest n 1 1 @ 1 0 13240025 +virgin_islands n 1 3 @ #p %p 1 1 08754529 +virgin_islands_national_park n 1 2 @ #p 1 0 08609487 +virgin_mary n 2 1 @ 2 1 11161412 07913537 +virgin_wool n 1 1 @ 1 0 15105008 +virginal n 1 1 @ 1 0 04537436 +virginal_membrane n 1 3 @ ~ #p 1 0 05521934 +virginia n 3 5 @ #m #p %p - 3 1 09148970 09149934 09103803 +virginia_beach n 1 2 @ #p 1 0 09151516 +virginia_bluebell n 1 2 @ #m 1 0 12821505 +virginia_chain_fern n 1 1 @ 1 0 13186546 +virginia_cowslip n 1 2 @ #m 1 0 12821505 +virginia_creeper n 1 2 @ #m 1 1 13148384 +virginia_crownbeard n 1 1 @ 1 0 12031547 +virginia_deer n 1 2 @ #m 1 0 02432291 +virginia_fence n 1 1 @ 1 0 04604644 +virginia_ham n 1 1 @ 1 0 07670044 +virginia_katherine_mcmath n 1 1 @ 1 0 11268667 +virginia_mallow n 1 2 @ #m 1 0 12186352 +virginia_mcmath n 1 1 @ 1 0 11268667 +virginia_oyster n 1 2 @ #m 1 0 01961600 +virginia_pine n 1 1 @ 1 0 11616852 +virginia_reel n 1 1 @ 1 0 00539674 +virginia_serpentaria n 1 1 @ 1 0 11801891 +virginia_serpentary n 1 1 @ 1 0 11801891 +virginia_snakeroot n 1 1 @ 1 0 11801891 +virginia_spring_beauty n 1 2 @ #m 1 0 11859737 +virginia_stock n 1 1 @ 1 0 11892181 +virginia_strawberry n 1 2 @ #m 1 0 12630999 +virginia_thimbleweed n 1 1 @ 1 0 11726433 +virginia_wade n 1 1 @ 1 0 11369676 +virginia_waterleaf n 1 1 @ 1 0 12834938 +virginia_woolf n 1 2 @ #m 1 0 11396667 +virginian n 1 1 @ 1 1 09746101 +virginian_stock n 1 1 @ 1 0 11892181 +virginian_sumac n 1 1 @ 1 0 12764202 +virginian_witch_hazel n 1 1 @ 1 0 12315060 +virginity n 1 3 @ = + 1 1 13967581 +virgo n 3 4 @ #p %m ; 3 0 09752927 09471976 08686979 +virgo_the_virgin n 1 1 @ 1 0 08686979 +virgule n 1 1 @ 1 0 06844903 +viricide n 1 2 @ + 1 0 15048293 +viridity n 1 2 @ ~ 1 0 04967191 +virilisation n 1 1 @ 1 0 13511755 +virilism n 1 1 @ 1 0 05008591 +virility n 2 2 @ + 2 0 05008449 04666837 +virility_drug n 1 2 @ ~ 1 0 04537602 +virilization n 1 2 @ + 1 0 13511755 +virino n 1 2 @ ; 1 0 09399198 +virion n 1 3 @ %p ; 1 0 01329935 +viroid n 1 1 @ 1 0 01334690 +virologist n 1 3 @ ~ + 1 0 10755394 +virology n 1 3 @ + - 1 0 06065640 +virtu n 3 1 @ 3 0 05750027 04789613 04537816 +virtual_image n 1 1 @ 1 0 11523256 +virtual_memory n 1 2 @ ; 1 0 04537919 +virtual_reality n 1 1 @ 1 0 00459013 +virtual_storage n 1 2 @ ; 1 0 04537919 +virtue n 4 4 @ ~ = + 4 2 04847298 05138958 04849759 04847482 +virtuosity n 1 2 @ ~ 1 0 05637222 +virtuoso n 2 3 @ ~ + 2 1 09762509 10755512 +virtuousness n 1 2 @ + 1 0 04847298 +virucide n 1 2 @ + 1 0 15048293 +virulence n 2 3 @ + ; 2 1 05166560 04658361 +virulency n 2 3 @ + ; 2 0 05166560 04658361 +virus n 3 5 @ ~ + ; - 3 1 01328702 14007864 06585816 +virus_infection n 1 2 @ ~ 1 0 14186340 +virusoid n 1 1 @ 1 0 01334690 +vis-a-vis n 2 2 @ ~ 2 0 05695806 03693474 +vis_major n 1 1 @ 1 0 07315350 +visa n 1 3 @ #p + 1 0 06687883 +visage n 2 4 @ ~ #p ; 2 2 05601357 04679549 +visayan n 1 3 @ ~ #m 1 0 10755648 +visayan_islands n 1 2 @ #p 1 0 08982452 +viscaceae n 1 3 @ #m %m 1 0 12738859 +viscacha n 1 2 @ #m 1 0 02368116 +viscera n 1 1 @ 1 0 05298988 +visceral_brain n 1 2 @ %p 1 1 05498773 +visceral_leishmaniasis n 1 1 @ 1 0 14181049 +visceral_pericardium n 1 2 @ #p 1 0 05428645 +visceral_pleura n 1 1 @ 1 0 05388437 +viscid_mushroom n 1 2 @ #m 1 0 13009085 +viscidity n 1 2 @ + 1 0 04935904 +viscidness n 1 2 @ + 1 0 04935904 +viscometer n 1 2 @ + 1 1 04538249 +viscometry n 1 2 @ + 1 0 01117318 +visconti n 1 1 @ 1 0 11367581 +viscose n 2 3 @ #s %s 2 0 14965780 04538403 +viscose_rayon n 1 2 @ %s 1 0 04538403 +viscosimeter n 1 2 @ + 1 0 04538249 +viscosimetry n 1 2 @ + 1 0 01117318 +viscosity n 1 3 @ ~ + 1 1 04935003 +viscount n 2 1 @ 2 0 10756148 10755815 +viscount_nelson n 1 1 @ 1 0 11203059 +viscount_northcliffe n 1 1 @ 1 0 11029298 +viscount_st._albans n 1 1 @ 1 0 10830456 +viscountcy n 2 1 @ 2 0 14433232 06343440 +viscountess n 2 2 @ ~ 2 0 10756061 10755926 +viscountess_astor n 1 1 @ 1 0 10826717 +viscounty n 2 1 @ 2 0 14433232 08557976 +viscousness n 1 3 @ ~ + 1 0 04935003 +viscum n 1 3 @ #m %m 1 0 12739072 +viscum_album n 1 2 @ #m 1 0 12739332 +viscus n 1 2 @ ~ 1 0 05298729 +vise n 1 3 @ ~ %p 1 0 04538552 +vishnu n 1 2 @ #m 1 0 09529999 +vishnuism n 1 1 @ 1 0 06239215 +visibility n 3 4 ! @ ~ + 3 1 05017458 14434329 04702545 +visible_balance n 1 1 @ 1 0 13409363 +visible_horizon n 1 2 @ #p 1 0 08585657 +visible_light n 1 4 @ ~ #p ; 1 1 11473954 +visible_radiation n 1 4 @ ~ #p ; 1 0 11473954 +visible_spectrum n 1 2 @ #p 1 0 11523369 +visible_speech n 2 1 @ 2 0 06500639 04538759 +visibleness n 1 3 @ ~ + 1 0 05017458 +visigoth n 1 1 @ 1 0 10756261 +vision n 5 4 @ ~ + - 5 5 05768252 05654362 05713524 05625465 07288485 +vision_defect n 1 2 @ ~ 1 0 14552802 +visionary n 2 3 @ ~ + 2 0 10756641 10756433 +visit n 5 3 @ ~ + 5 3 01233156 08385280 01232842 01232684 01055360 +visitant n 1 3 @ ~ + 1 0 10757193 +visitation n 3 3 @ ~ + 3 0 07372959 07316724 00652069 +visitation_right n 1 2 @ ; 1 0 05190586 +visiting n 1 2 @ + 1 0 01056236 +visiting_card n 1 1 @ 1 0 06633205 +visiting_fireman n 1 1 @ 1 0 10756837 +visiting_nurse n 1 1 @ 1 0 10756937 +visiting_professor n 1 1 @ 1 0 10757050 +visitor n 1 3 @ ~ + 1 1 10757193 +visken n 1 2 @ ; 1 0 03942244 +visor n 2 2 @ #p 2 0 04538878 02838728 +vista n 1 2 @ ~ 1 1 05933246 +vistaril n 1 2 @ ; 1 0 03554131 +vistula n 1 2 @ #p 1 0 09472135 +vistula_river n 1 2 @ #p 1 0 09472135 +visual_acuity n 1 2 @ ~ 1 0 05655567 +visual_agnosia n 1 1 @ 1 0 14100370 +visual_aphasia n 1 1 @ 1 0 14099050 +visual_area n 1 1 @ 1 0 05490204 +visual_aspect n 1 2 @ ~ 1 0 04673965 +visual_cell n 1 3 @ ~ #p 1 0 05455912 +visual_communication n 1 3 @ ~ %p 1 0 06873252 +visual_cortex n 1 1 @ 1 0 05490204 +visual_defect n 1 2 @ ~ 1 0 14552802 +visual_disorder n 1 2 @ ~ 1 0 14552802 +visual_display_unit n 1 2 @ ; 1 0 04539053 +visual_field n 1 1 @ 1 0 05933638 +visual_hallucination n 1 2 @ ~ 1 0 14378439 +visual_image n 2 2 @ ~ 2 0 05936381 05932477 +visual_impairment n 1 2 @ ~ 1 0 14552802 +visual_joke n 1 1 @ 1 0 06779914 +visual_modality n 1 3 @ ~ - 1 0 05654362 +visual_percept n 1 2 @ ~ 1 0 05932477 +visual_perception n 1 2 @ ~ 1 0 05710860 +visual_property n 1 2 @ ~ 1 0 04950126 +visual_purple n 1 3 @ #p %s 1 0 15088869 +visual_range n 1 2 @ ; 1 0 05017757 +visual_sensation n 1 1 @ 1 0 05713524 +visual_sense n 1 3 @ ~ - 1 0 05654362 +visual_signal n 1 3 @ ~ #p 1 0 06873571 +visual_space n 1 1 @ 1 1 05711414 +visual_system n 1 3 @ %p ; 1 0 05300926 +visualisation n 1 2 @ + 1 0 05936381 +visualiser n 1 1 @ 1 0 10757492 +visualization n 1 2 @ + 1 1 05936381 +visualizer n 1 2 @ + 1 0 10757492 +visually_impaired_person n 1 2 @ ~ 1 0 10757625 +vitaceae n 1 3 @ #m %m 1 0 13144303 +vital_capacity n 1 1 @ 1 0 13779570 +vital_force n 1 2 @ ; 1 0 11523839 +vital_organ n 1 1 @ 1 0 05298313 +vital_principle n 1 2 @ ~ 1 0 10757918 +vital_sign n 1 2 @ ~ 1 0 14302005 +vital_statistics n 1 2 @ ; 1 0 06029676 +vitalisation n 1 2 @ + 1 0 14049552 +vitaliser n 1 2 @ + 1 0 10056103 +vitalism n 1 3 @ + ; 1 0 05977977 +vitalist n 1 2 @ + 1 0 10757817 +vitality n 4 5 @ ~ = + ; 4 2 04633453 14050143 11523839 05005809 +vitalization n 1 2 @ + 1 0 14049552 +vitalizer n 1 2 @ + 1 0 10056103 +vitalness n 2 2 @ + 2 0 05171491 05171352 +vitals n 1 1 @ 1 1 05298313 +vitamin n 1 4 @ ~ #s + 1 1 15089258 +vitamin-deficiency_diet n 1 1 @ 1 0 07563366 +vitamin_a n 1 2 @ ~ 1 0 15089803 +vitamin_a1 n 1 1 @ 1 0 15090065 +vitamin_a2 n 1 1 @ 1 0 15090238 +vitamin_b n 1 2 @ ~ 1 0 15090742 +vitamin_b1 n 1 1 @ 1 0 15091129 +vitamin_b12 n 1 1 @ 1 0 15091304 +vitamin_b2 n 1 2 @ %s 1 0 15091473 +vitamin_b6 n 1 1 @ 1 0 15091669 +vitamin_b_complex n 1 2 @ ~ 1 0 15090742 +vitamin_bc n 1 1 @ 1 0 15091846 +vitamin_c n 1 1 @ 1 1 15093298 +vitamin_d n 1 2 @ %s 1 0 15092227 +vitamin_e n 1 2 @ ~ 1 1 15092409 +vitamin_g n 1 2 @ %s 1 0 15091473 +vitamin_h n 1 1 @ 1 0 15092650 +vitamin_k n 1 2 @ ~ 1 0 15092751 +vitamin_k1 n 1 1 @ 1 0 15092942 +vitamin_k3 n 1 1 @ 1 0 15093049 +vitamin_m n 1 1 @ 1 0 15091846 +vitamin_p n 1 1 @ 1 0 15093137 +vitamin_pill n 1 2 @ ~ 1 0 07938149 +vitelline_circulation n 1 1 @ 1 0 11439566 +vitelline_sac n 1 1 @ 1 0 01465243 +vitellus n 1 2 @ #p 1 0 01464844 +vithar n 1 2 @ ; 1 0 09584218 +vitharr n 1 2 @ ; 1 0 09584218 +viti_levu n 1 2 @ #p 1 0 08778936 +vitiation n 1 2 @ + 1 0 00233212 +viticulture n 1 2 @ - 1 0 01126709 +viticulturist n 1 1 @ 1 0 10758121 +vitidaceae n 1 3 @ #m %m 1 0 13144303 +vitiligo n 1 3 @ %p + 1 0 14232945 +vitis n 1 3 @ #m %m 1 0 13144511 +vitis_labrusca n 1 3 @ #m %p 1 0 13145040 +vitis_rotundifolia n 1 3 @ #m %p 1 0 13145250 +vitis_vinifera n 1 4 @ ~ #m %p 1 0 13145444 +vitrectomy n 1 1 @ 1 0 00680658 +vitreous_body n 1 2 @ %s 1 0 05318407 +vitreous_humor n 1 2 @ %s 1 0 05318407 +vitreous_humour n 1 2 @ %s 1 0 05318407 +vitreous_silica n 1 2 @ %s 1 0 14879750 +vitrification n 2 2 @ + 2 0 15112565 13573805 +vitrine n 1 2 @ ~ 1 0 02975212 +vitriol n 2 4 @ ~ %s + 2 0 15093482 06721604 +vittaria n 1 3 @ #m %m 1 0 13179648 +vittaria_lineata n 1 2 @ #m 1 0 13179804 +vittariaceae n 1 3 @ #m %m 1 0 13179410 +vittorio_de_sica n 1 1 @ 1 0 10932140 +vituperation n 1 2 @ + 1 0 06721604 +vitus n 1 1 @ 1 0 11367725 +vitus_behring n 1 1 @ 1 0 10846913 +vitus_bering n 1 1 @ 1 0 10846913 +viva n 1 1 @ 1 0 07198846 +viva_voce n 1 1 @ 1 0 07198846 +vivacity n 1 2 @ + 1 0 04634299 +vivaldi n 1 1 @ 1 0 11367910 +vivarium n 1 2 @ ~ 1 0 04539203 +viverra n 1 2 @ #m 1 0 02135486 +viverra_zibetha n 1 1 @ 1 0 02135610 +viverricula n 1 2 @ #m 1 0 02135726 +viverricula_indica n 1 1 @ 1 0 02135844 +viverricula_malaccensis n 1 1 @ 1 0 02135844 +viverridae n 1 3 @ #m %m 1 0 02134589 +viverrinae n 1 3 @ #m %m 1 0 02134589 +viverrine n 1 3 @ ~ #m 1 0 02134971 +viverrine_mammal n 1 3 @ ~ #m 1 0 02134971 +vividness n 2 4 @ #s = + 2 1 05193338 04975340 +vivien_leigh n 1 1 @ 1 0 11125546 +vivification n 2 4 @ ~ = + 2 0 04631700 01048466 +viviparous_eelpout n 1 2 @ #m 1 0 02617537 +vivisection n 1 2 @ + 1 0 00716777 +vivisectionist n 1 2 @ + 1 0 10758207 +vixen n 2 1 @ 2 0 10758337 02118643 +viyella n 1 2 @ ; 1 1 04539407 +vizcaino n 1 1 @ 1 0 11368076 +vizier n 1 2 @ + 1 0 10758445 +viziership n 1 2 @ + 1 0 00605715 +vizor n 2 2 @ #p 2 0 04538878 02838728 +vizsla n 1 1 @ 1 0 02100583 +vladimir_horowitz n 1 1 @ 1 0 11060937 +vladimir_ilich_lenin n 1 1 @ 1 0 11126490 +vladimir_ilich_ulyanov n 1 1 @ 1 0 11126490 +vladimir_ilyich_lenin n 1 1 @ 1 0 11126490 +vladimir_ilyich_ulyanov n 1 1 @ 1 0 11126490 +vladimir_kosma_zworykin n 1 1 @ 1 0 11408414 +vladimir_lenin n 1 1 @ 1 0 11126490 +vladimir_nabokov n 1 1 @ 1 0 11198981 +vladimir_putin n 1 1 @ 1 0 11249322 +vladimir_vladimirovich_mayakovski n 1 1 @ 1 0 11166732 +vladimir_vladimirovich_nabokov n 1 1 @ 1 0 11198981 +vladimir_vladimirovich_putin n 1 1 @ 1 0 11249322 +vladivostok n 1 2 @ #p 1 0 09010670 +vlaminck n 1 1 @ 1 0 11368240 +vldl n 1 1 @ 1 0 15087632 +vlf n 1 2 @ #p 1 0 05057275 +vocable n 1 1 @ 1 0 06304576 +vocabulary n 3 3 @ #p ; 3 3 06420678 05651242 05663275 +vocal n 2 3 @ ~ %p 2 0 07282006 07048000 +vocal_band n 1 3 @ ~ #p 1 0 05530429 +vocal_cord n 1 3 @ ~ #p 1 1 05530429 +vocal_fold n 1 3 @ ~ #p 1 0 05530429 +vocal_music n 2 2 @ ~ 2 0 07282006 00545344 +vocal_organ n 1 2 @ ~ 1 0 05305614 +vocalisation n 1 3 @ ~ + 1 0 07110615 +vocaliser n 2 3 @ ~ + 2 0 10743675 10599806 +vocalism n 2 3 @ ~ + 2 0 07113903 07110615 +vocalist n 1 3 @ ~ + 1 1 10599806 +vocalization n 2 4 @ ~ %p + 2 0 07110615 07109847 +vocalizer n 2 3 @ ~ + 2 0 10743675 10599806 +vocalizing n 1 4 @ ~ + - 1 0 00545501 +vocation n 2 2 @ ~ 2 1 00583246 08403631 +vocational_education n 1 1 @ 1 0 05757902 +vocational_program n 1 1 @ 1 1 05910712 +vocational_rehabilitation n 1 1 @ 1 1 00401314 +vocational_rehabilitation_program n 1 1 @ 1 1 05901248 +vocational_school n 1 1 @ 1 1 08285594 +vocational_training n 1 1 @ 1 1 05757902 +vocative n 1 2 @ + 1 0 06312237 +vocative_case n 1 1 @ 1 0 06312237 +vociferation n 1 2 @ ~ 1 0 07120524 +vociferator n 1 2 @ + 1 0 10758589 +vodka n 1 2 @ #s 1 0 07906111 +vodka_martini n 1 2 @ %s 1 0 07916319 +vodoun n 1 3 @ ~ - 1 0 06245816 +vogue n 2 2 @ ~ 2 1 05750163 14411884 +vogul n 2 2 @ #m 2 0 09708118 06959140 +voice n 11 4 @ ~ + ; 11 9 04981941 07110615 07399452 07073208 00179683 07277697 10758713 10638385 05202284 13802920 07030718 +voice_box n 1 3 @ #p %p 1 0 05529729 +voice_communication n 1 3 @ ~ ; 1 0 07109196 +voice_mail n 1 1 @ 1 0 06272612 +voice_of_conscience n 1 1 @ 1 0 09184405 +voice_over n 1 1 @ 1 0 07282166 +voice_part n 1 2 @ ~ 1 0 07031534 +voiced_sound n 1 1 @ 1 0 07120364 +voiceless_consonant n 1 1 @ 1 0 07119897 +voicelessness n 3 3 @ ~ + 3 0 14400507 07130341 05205537 +voicemail n 1 1 @ 1 0 06272612 +voiceprint n 1 1 @ 1 0 06646022 +voicer n 2 2 @ + 2 0 10758949 10758847 +voicing n 1 1 @ 1 0 01001640 +void n 2 3 @ ~ + 2 0 14455700 13910116 +voidance n 1 3 @ ~ + 1 0 00395797 +voider n 4 3 @ #p + 4 0 10214390 10000007 04539648 03050864 +voiding n 1 3 @ ~ + 1 0 13473097 +voile n 1 1 @ 1 0 04539794 +voix_celeste n 1 1 @ 1 0 04542474 +vol-au-vent n 1 1 @ 1 0 07627564 +volaille n 1 4 @ ~ #p %p 1 0 07644967 +volans n 1 1 @ 1 0 09472268 +volapuk n 1 1 @ 1 0 06898129 +volary n 1 1 @ 1 0 02763604 +volatile n 1 2 @ + 1 0 15093735 +volatile_oil n 1 2 @ ~ 1 0 14892655 +volatile_storage n 1 3 ! @ ~ 1 0 04539876 +volatility n 3 3 @ ~ + 3 0 05009921 04866671 04628850 +volcan_de_colima n 1 2 @ #p 1 0 09174015 +volcanic_crater n 1 3 @ ~ #p 1 0 09472413 +volcanic_eruption n 1 2 @ ~ 1 1 07436475 +volcanic_glass n 1 2 @ ~ 1 0 14880777 +volcanic_rock n 1 2 @ ~ 1 0 14933314 +volcanism n 1 1 @ 1 0 11524110 +volcano n 2 5 @ ~ %p + - 2 1 09470550 09472597 +volcano_islands n 1 2 @ #p 1 0 08926877 +volcanology n 1 1 @ 1 0 06120653 +vole n 1 2 @ ~ 1 0 02339376 +volga n 1 2 @ #p 1 0 09473239 +volga_river n 1 2 @ #p 1 0 09473239 +volgaic n 1 2 @ ~ 1 0 06957140 +volgograd n 1 2 @ #p 1 0 09010085 +volition n 2 3 @ ~ + 2 1 05652593 00163047 +volkhov n 1 2 @ #p 1 0 09473397 +volkhov_river n 1 2 @ #p 1 0 09473397 +volley n 2 3 ! @ + 2 2 00988320 00569733 +volleyball n 2 1 @ 2 1 00480211 04540053 +volleyball_court n 1 1 @ 1 0 04540153 +volleyball_game n 1 1 @ 1 0 00480211 +volleyball_net n 1 1 @ 1 0 04540255 +volleyball_player n 1 1 @ 1 0 10759047 +volt n 1 4 @ #p %p + 1 0 13643276 +volt-ampere n 1 2 @ #p 1 0 13645132 +volta n 2 2 @ #p 2 0 11368368 09473558 +voltage n 2 2 @ ~ 2 2 11523538 11493827 +voltage_divider n 1 2 @ ~ 1 0 03991443 +voltage_drop n 1 1 @ 1 0 05111704 +voltage_regulator n 1 2 @ #p 1 0 04540397 +voltaic n 1 1 @ 1 0 06996160 +voltaic_battery n 1 3 @ ~ %p 1 1 04540547 +voltaic_cell n 1 5 ! @ ~ #p %p 1 1 04540761 +voltaic_pile n 1 1 @ 1 1 04541136 +voltaire n 1 2 @ + 1 1 11368638 +voltaren n 1 3 @ %s ; 1 0 03192142 +volte-face n 1 2 @ ~ 1 0 00163406 +voltmeter n 1 2 @ ~ 1 1 04541320 +volubility n 1 2 @ + 1 0 04651195 +volume n 6 6 @ ~ #m %p = + 6 6 13779032 05099389 02870092 06413666 13779244 04990220 +volume-detonation_bomb n 1 1 @ 1 0 04420461 +volume_unit n 1 3 @ ~ #p 1 0 13600822 +volumeter n 1 2 @ + 1 0 04541475 +volumetric_analysis n 2 2 @ ~ 2 0 00648542 00647713 +voluminosity n 1 2 @ + 1 0 05106024 +voluminousness n 1 2 @ + 1 0 05106024 +volund n 1 2 @ ; 1 0 09584559 +voluntary n 2 4 @ ~ + ; 2 0 10759331 07041125 +voluntary_muscle n 1 1 @ 1 0 05290897 +volunteer n 3 5 ! @ ~ + ; 3 2 10759331 10759151 09745732 +volunteer_state n 1 5 @ #m #p %p - 1 0 09140148 +voluptuary n 1 2 @ + 1 0 10759543 +voluptuousness n 3 3 @ + ; 3 0 05210820 05116243 04686748 +volute n 2 3 @ ~ + 2 0 04279666 03065424 +volute_spring n 1 1 @ 1 0 03066359 +volution n 1 1 @ 1 0 07447177 +volva n 1 2 @ #p 1 0 11532682 +volvaria n 1 3 @ #m %m 1 0 13018749 +volvaria_bombycina n 1 2 @ #m 1 0 13018906 +volvariaceae n 1 3 @ #m %m 1 0 13018579 +volvariella n 1 3 @ #m %m 1 0 13020011 +volvariella_bombycina n 1 2 @ #m 1 0 13020481 +volvariella_volvacea n 1 2 @ #m 1 0 13020191 +volvocaceae n 1 3 @ #m %m 1 0 01409065 +volvocales n 1 3 @ #m %m 1 0 01408880 +volvox n 1 2 @ #m 1 0 01409244 +volvulus n 1 1 @ 1 0 14574014 +vombatidae n 1 3 @ #m %m 1 0 01882948 +vomer n 1 2 @ #p 1 0 05610734 +vomit n 3 3 @ ~ + 3 0 14855992 03283519 00118733 +vomiter n 1 2 @ + 1 0 10759702 +vomiting n 1 3 @ ~ + 1 1 00118733 +vomitive n 1 2 @ ~ 1 0 03283519 +vomitory n 1 2 @ #p 1 0 04541662 +vomitus n 1 1 @ 1 0 14855992 +von_bismarck n 1 1 @ 1 0 10851599 +von_blucher n 1 1 @ 1 0 10853932 +von_braun n 1 1 @ 1 0 10863124 +von_mauser n 1 1 @ 1 0 11165854 +von_neumann n 1 1 @ 1 0 11369035 +von_neumann_machine n 1 1 @ 1 0 04541777 +von_recklinghausen's_disease n 1 1 @ 1 0 14158179 +von_rundstedt n 1 1 @ 1 0 11273679 +von_sternberg n 1 1 @ 1 0 11369251 +von_willebrand n 1 1 @ 1 0 11388321 +von_willebrand's_disease n 1 1 @ 1 0 14171176 +vonnegut n 1 1 @ 1 0 11368841 +voodoo n 3 5 @ ~ + ; - 3 1 03603958 08152507 06245816 +voodooism n 1 3 @ ~ - 1 0 06245816 +voraciousness n 3 2 @ + 3 0 14040071 04886402 04834817 +voracity n 2 2 @ + 2 0 14040071 04886402 +vortex n 2 2 @ ~ 2 0 13878112 07433145 +vortex_vein n 1 1 @ 1 0 05425703 +vorticella n 1 2 @ #m 1 0 01396951 +vorticose_vein n 1 1 @ 1 0 05425703 +votary n 3 2 @ ~ 3 0 10760199 10759982 10759820 +vote n 5 5 @ ~ #m + ; 5 3 00183505 00182213 05186306 08480662 05857165 +vote_counter n 1 2 @ ~ 1 0 10699099 +vote_of_confidence n 1 1 @ 1 1 07253482 +voter n 1 4 @ ~ #m + 1 1 10760340 +voter_turnout n 1 1 @ 1 0 05857165 +voting n 1 3 @ ~ + 1 1 00183505 +voting_age n 1 2 @ #p 1 0 15152674 +voting_booth n 1 1 @ 1 0 04541987 +voting_machine n 1 1 @ 1 0 04542095 +voting_precinct n 1 1 @ 1 1 08538730 +voting_right n 1 1 @ 1 1 05188367 +voting_stock n 1 1 @ 1 0 13420221 +voting_system n 1 3 @ ~ ; 1 1 05904135 +voting_trust n 1 1 @ 1 1 13363704 +votyak n 2 1 @ 2 0 09644518 06956794 +vouchee n 1 3 @ + ; 1 0 10760622 +voucher n 3 3 @ ~ + 3 0 10760763 06675691 06518068 +vouge n 1 1 @ 1 0 04542221 +voussoir n 1 2 @ #p 1 0 04542329 +vouvray n 1 1 @ 1 0 07899769 +vow n 1 2 @ + 1 0 07228751 +vowel n 2 4 ! @ ~ + 2 1 07112550 07114712 +vowel_point n 1 1 @ 1 0 07114870 +vowel_rhyme n 1 1 @ 1 0 07097346 +vowel_sound n 1 2 @ ~ 1 1 07112550 +vowel_system n 1 1 @ 1 1 07113903 +vower n 1 2 @ + 1 0 10760951 +vox n 1 2 @ ~ 1 0 07110615 +vox_angelica n 1 1 @ 1 0 04542474 +vox_humana n 1 1 @ 1 0 04542595 +vox_populi n 1 1 @ 1 0 05949726 +voyage n 2 3 @ ~ + 2 2 00312784 00312553 +voyager n 1 2 @ + 1 1 10761190 +voyageurs_national_park n 1 2 @ #p 1 0 08609685 +voyeur n 1 2 @ + 1 0 10761326 +voyeurism n 1 2 @ + 1 0 00738372 +voznesenski n 1 1 @ 1 0 11369444 +vroom n 1 1 @ 1 0 07399620 +vt n 1 3 @ #p %p 1 0 09147964 +vuillard n 1 1 @ 1 0 11369551 +vulcan n 1 2 @ ; 1 0 09562166 +vulcanisation n 1 2 @ + 1 0 13573915 +vulcaniser n 1 2 @ + 1 0 10761519 +vulcanite n 1 1 @ 1 0 15007534 +vulcanization n 1 2 @ + 1 0 13573915 +vulcanized_fiber n 1 1 @ 1 0 03331244 +vulcanizer n 1 2 @ + 1 0 10761519 +vulcanology n 1 1 @ 1 0 06120653 +vulgar_latin n 1 1 @ 1 0 06963429 +vulgarian n 1 2 @ ~ 1 0 10761693 +vulgarisation n 2 2 @ + 2 0 01268020 00273077 +vulgariser n 2 2 @ + 2 0 10761858 10454752 +vulgarism n 2 3 @ ~ - 2 0 07124340 04817280 +vulgarity n 1 2 @ + 1 0 04817280 +vulgarization n 2 2 @ + 2 0 01268020 00273077 +vulgarizer n 2 2 @ + 2 0 10761858 10454752 +vulgate n 1 2 @ ; 1 0 06448594 +vulnerability n 2 4 ! @ ~ + 2 1 14543931 05042871 +vulpecula n 1 1 @ 1 0 09473685 +vulpes n 1 3 @ #m %m 1 0 02118854 +vulpes_fulva n 1 2 @ #m 1 0 02119477 +vulpes_macrotis n 1 2 @ #m 1 0 02119789 +vulpes_velox n 1 2 @ #m 1 0 02119634 +vulpes_vulpes n 1 3 @ ~ #m 1 0 02119022 +vultur n 1 3 @ #m %m 1 0 01619675 +vultur_gryphus n 1 2 @ #m 1 0 01619835 +vulture n 2 3 @ ~ + 2 1 01616318 10293172 +vulva n 1 4 @ #p %p + 1 0 05521636 +vulvar_slit n 1 2 @ #p 1 0 05522784 +vulvectomy n 1 1 @ 1 0 00716676 +vulvitis n 1 1 @ 1 0 14358993 +vulvovaginitis n 1 1 @ 1 0 14359073 +vx_gas n 1 1 @ 1 0 14960963 +vyacheslav_mikhailovich_molotov n 1 1 @ 1 0 11184927 +w n 4 5 @ #m #s #p %p 4 0 14659512 13834399 13644522 06833544 +w._b._yeats n 1 1 @ 1 0 11402463 +w._c._fields n 1 1 @ 1 0 10970718 +w._c._handy n 1 1 @ 1 0 11027885 +w._e._b._du_bois n 1 1 @ 1 0 10944013 +w._h._auden n 1 1 @ 1 0 10828233 +w._h._hudson n 1 1 @ 1 0 11064330 +w._k._kellogg n 1 1 @ 1 0 11099438 +w._somerset_maugham n 1 1 @ 1 0 11164970 +w._v._quine n 1 1 @ 1 0 11250991 +w._w._jacobs n 1 1 @ 1 0 11078059 +w.c. n 1 1 @ 1 0 04558478 +w.m.d. n 1 3 @ ~ ; 1 0 04565963 +wa n 1 3 @ #p %p 1 0 09152944 +wabash n 1 2 @ #p 1 0 09473808 +wabash_river n 1 2 @ #p 1 0 09473808 +wac n 2 1 @ 2 0 10761962 08212740 +wacko n 1 1 @ 1 0 10368414 +waco n 1 2 @ #p 1 0 09146813 +wad n 3 3 @ ~ + 3 0 15112702 13774404 07579399 +wadding n 1 2 @ ~ 1 0 14976448 +waddle n 1 2 @ + 1 0 00290406 +waddler n 1 2 @ + 1 0 10762064 +wade n 1 2 @ + 1 0 11369676 +wader n 1 3 @ ~ + 1 0 02000954 +waders n 1 2 @ ; 1 0 04542715 +wadi n 1 1 @ 1 0 09474010 +wading n 1 2 @ + 1 0 00293307 +wading_bird n 1 2 @ ~ 1 0 02000954 +wading_pool n 1 1 @ 1 0 04542858 +wads n 1 1 @ 1 1 13777509 +wafer n 3 1 @ 3 1 14705183 07695012 07687053 +waffle n 1 2 @ ~ 1 1 07641699 +waffle_iron n 1 1 @ 1 0 04542943 +waffler n 1 2 @ + 1 0 10762212 +waft n 1 2 @ ~ 1 0 03911866 +wafture n 1 2 @ ~ 1 0 07274027 +wag n 2 3 @ + ; 2 1 10762342 00347652 +wage n 1 3 @ ~ #p 1 1 13279262 +wage_claim n 1 1 @ 1 0 07192845 +wage_concession n 1 1 @ 1 0 07217260 +wage_earner n 1 2 @ ~ 1 0 10041887 +wage_floor n 1 1 @ 1 0 06658441 +wage_freeze n 1 1 @ 1 0 00809373 +wage_hike n 1 1 @ 1 0 05110185 +wage_increase n 1 1 @ 1 0 05110185 +wage_scale n 1 2 @ ~ 1 0 13853546 +wage_schedule n 1 2 @ ~ 1 0 13853546 +wage_setter n 1 1 @ 1 1 14494594 +wager n 2 4 @ ~ #p + 2 1 00506658 13343526 +wagerer n 1 3 @ ~ + 1 0 09851876 +wages n 1 1 @ 1 1 07295629 +wagga_wagga n 1 2 @ #p 1 0 08833524 +waggery n 2 1 @ 2 0 06781281 00515069 +waggishness n 1 2 @ + 1 0 06781281 +waggle n 1 2 @ + 1 0 00347652 +waggon n 2 3 @ ~ %p 2 0 04543158 02814533 +waggoner n 1 1 @ 1 0 10762607 +waggonwright n 1 1 @ 1 0 10762693 +wagner n 3 2 @ + 3 0 11370068 11369834 07278925 +wagnerian n 1 1 @ 1 0 10762480 +wagon n 5 4 @ ~ #p %p 5 2 04543158 03977966 09219858 04543509 02814533 +wagon-lit n 1 2 @ %p 1 0 04236001 +wagon_tire n 1 2 @ #p 1 0 04543636 +wagon_train n 1 2 @ %m 1 0 08427629 +wagon_wheel n 1 3 @ #p %p 1 1 04543772 +wagoner n 1 1 @ 1 0 10762607 +wagonwright n 1 1 @ 1 0 10762693 +wagram n 2 3 @ #p ; 2 0 08847165 01299037 +wagtail n 1 2 @ #m 1 0 01528396 +wahabi n 1 1 @ 1 0 10762792 +wahabism n 1 1 @ 1 0 06236602 +wahhabi n 1 1 @ 1 0 10762792 +wahhabism n 1 1 @ 1 0 06236602 +wahoo n 3 2 @ #m 3 0 12749852 12749679 02625258 +wahunsonacock n 1 1 @ 1 0 11245382 +wahvey n 1 1 @ 1 0 09538318 +waif n 1 1 @ 1 0 10763075 +waikiki n 1 2 @ #p 1 0 09079001 +wail n 1 2 @ + 1 1 07211950 +wailer n 1 2 @ + 1 0 10763245 +wailing n 1 2 @ + 1 1 00868799 +wailing_wall n 1 2 @ #p 1 0 08797619 +wain n 3 2 @ #p 3 0 11370201 09219858 04543924 +wainscot n 2 2 @ #p 2 0 04544138 04543996 +wainscoting n 2 1 @ 2 0 04544325 04543996 +wainscotting n 2 1 @ 2 0 04544325 04543996 +wainwright n 1 1 @ 1 0 10762693 +waist n 2 3 @ ~ #p 2 1 05555688 04183663 +waist_anchor n 1 1 @ 1 0 04188985 +waist_pack n 1 2 @ ~ 1 0 04544450 +waistband n 1 2 @ ~ 1 0 03438071 +waistcloth n 1 2 @ ~ 1 0 03438071 +waistcoat n 1 3 @ ~ #p 1 0 04531873 +waistline n 1 3 @ ~ #p 1 0 05555688 +wait n 2 3 @ ~ + 2 2 15272029 01063939 +waite n 1 1 @ 1 0 11370314 +waiter n 2 3 @ ~ + 2 1 10763383 10763725 +waiter's_assistant n 1 1 @ 1 0 09881358 +waiting n 1 2 @ + 1 1 01063939 +waiting_area n 1 2 @ ~ 1 0 03691817 +waiting_game n 1 1 @ 1 0 05909306 +waiting_line n 1 2 @ ~ 1 0 08432345 +waiting_list n 1 1 @ 1 1 06497013 +waiting_room n 1 2 @ ~ 1 0 03691817 +waitress n 1 3 @ ~ + 1 1 10763620 +waiver n 1 3 @ ~ + 1 0 00213694 +wajda n 1 1 @ 1 0 11370554 +wakashan n 2 2 @ ~ 2 0 09671453 06914423 +wakashan_language n 1 2 @ ~ 1 0 06914423 +wake n 4 3 @ #p - 4 1 11411610 08838556 07344368 01029883 +wake-robin n 2 3 @ ~ #m 2 0 12468243 11784497 +wake-up_call n 2 1 @ 2 0 07224481 06274546 +wake-up_signal n 1 2 @ ; 1 0 06804728 +wake_board n 1 1 @ 1 0 04544626 +wake_island n 1 3 @ #p - 1 0 08838556 +wakeboard n 1 1 @ 1 0 04544626 +wakefulness n 3 4 ! @ ~ + 3 1 05678474 14022959 05705722 +wakening n 1 3 @ ~ + 1 0 01259773 +waker n 2 2 @ + 2 0 10763985 10763878 +waking n 1 4 ! @ ~ + 1 0 05678300 +waking_up n 1 2 @ ~ 1 1 01259773 +walapai n 2 1 @ 2 0 09671808 06923283 +walbiri n 1 1 @ 1 0 06940601 +waldenses n 1 1 @ 1 0 08150892 +waldheim n 1 1 @ 1 0 11370654 +waldmeister n 2 4 @ #s #p %p 2 0 12665271 07821260 +waldorf_salad n 1 1 @ 1 0 07808022 +wale n 2 3 @ ~ #p 2 0 14298620 04544805 +wales n 1 5 @ #p %m %p - 1 0 08894456 +walesa n 1 1 @ 1 0 11370990 +walhalla n 1 2 @ ; 1 0 05629204 +walk n 7 5 @ ~ %p + ; 7 6 00283568 00127286 05003090 00284798 04544979 00287142 00584248 +walk-in n 4 2 @ + 4 0 10764296 10764128 07475762 04545984 +walk-on n 1 1 @ 1 0 10764622 +walk-through n 4 2 @ + 4 0 07282289 04546734 00897608 00293753 +walk-up n 2 3 @ #p %p 2 2 04546595 04546481 +walk-up_apartment n 1 2 @ #p 1 0 04546595 +walk_of_life n 1 1 @ 1 1 00584248 +walkabout n 3 3 @ + ; 3 0 00293657 00293545 00293417 +walkaway n 1 1 @ 1 0 07475107 +walker n 6 3 @ ~ + 6 0 11371254 11371125 10412055 04545748 04545471 04545305 +walker_foxhound n 1 1 @ 1 0 02089867 +walker_hound n 1 1 @ 1 0 02089867 +walker_percy n 1 1 @ 1 0 11229662 +walker_smith n 1 1 @ 1 0 11266279 +walkie-talkie n 1 1 @ 1 0 04545858 +walking n 1 4 @ ~ %p + 1 0 00283568 +walking_delegate n 1 1 @ 1 0 10764465 +walking_fern n 1 1 @ 1 0 13181811 +walking_horse n 1 1 @ 1 0 02379430 +walking_leaf n 2 2 @ #m 2 0 13181811 02232223 +walking_on_air n 1 3 @ ~ + 1 0 13987905 +walking_papers n 1 1 @ 1 0 07276414 +walking_shoe n 1 1 @ 1 0 04546081 +walking_stick n 2 3 @ ~ #m 2 1 04546194 02231487 +walkingstick n 1 3 @ ~ #m 1 0 02231487 +walkman n 1 2 @ ; 1 0 04546340 +walkout n 2 2 @ + 2 1 01244341 01178195 +walkover n 2 3 @ ~ + 2 1 00434568 00575365 +walkway n 1 2 @ ~ 1 0 04544979 +walky-talky n 1 1 @ 1 0 04545858 +wall n 8 6 @ ~ #p %p + ; 8 3 04546855 09474162 05604254 14564779 09474412 04547821 04547592 04051825 +wall-paperer n 1 1 @ 1 0 10765189 +wall_barley n 1 1 @ 1 0 12123741 +wall_bracket n 1 2 @ ~ 1 0 02888569 +wall_clock n 1 1 @ 1 0 04548280 +wall_creeper n 1 2 @ #m 1 0 01590220 +wall_fern n 1 1 @ 1 0 13173882 +wall_germander n 1 1 @ 1 0 12869874 +wall_hanging n 1 2 @ ~ 1 0 03491178 +wall_of_silence n 1 1 @ 1 0 01050356 +wall_painting n 1 2 @ ~ 1 0 03799710 +wall_panel n 1 2 @ #p 1 0 04548503 +wall_pellitory n 1 2 @ #m 1 0 12394638 +wall_pepper n 1 2 @ #m 1 0 12786097 +wall_plate n 1 1 @ 1 0 04548613 +wall_plug n 1 2 @ ~ 1 1 04548771 +wall_rock n 1 1 @ 1 0 09474663 +wall_rocket n 1 2 @ #m 1 0 11885292 +wall_rue n 1 1 @ 1 0 13182462 +wall_rue_spleenwort n 1 1 @ 1 0 13182462 +wall_socket n 1 2 @ ~ 1 0 04548771 +wall_st. n 1 2 @ #p 1 0 09122779 +wall_street n 2 2 @ #p 2 1 09122779 08073468 +wall_tent n 1 1 @ 1 1 04549028 +wall_unit n 1 2 @ ~ 1 0 04549122 +walla_walla n 1 2 @ #p 1 0 09155065 +wallaby n 1 2 @ ~ 1 0 01877812 +wallace n 3 1 @ 3 0 11371778 11371622 11371443 +wallace_carothers n 1 1 @ 1 0 10883533 +wallace_hume_carothers n 1 1 @ 1 0 10883533 +wallace_stevens n 1 1 @ 1 0 11317416 +wallah n 1 2 @ ; 1 0 10764719 +wallboard n 1 2 @ ~ 1 0 04547991 +wallenstein n 1 1 @ 1 0 11372054 +waller n 1 1 @ 1 0 11372242 +wallet n 1 1 @ 1 1 04548362 +walleye n 2 2 @ ~ 2 0 14557573 02557749 +walleyed_pike n 1 2 @ ~ 1 0 02557749 +wallflower n 3 3 @ ~ #m 3 1 11887119 11883328 10764907 +wallis_warfield_simpson n 1 1 @ 1 0 11301809 +wallis_warfield_windsor n 1 1 @ 1 0 11301809 +walloon n 2 2 @ #m 2 0 09750641 06966070 +walloons n 1 1 @ 1 0 08484986 +wallop n 2 2 @ + 2 0 11414411 01176031 +walloper n 3 2 @ + 3 0 10765098 10765000 06757676 +walloping n 1 2 @ + 1 0 07476623 +wallow n 2 2 @ + 2 0 09474557 07442874 +wallpaper n 1 2 @ + 1 1 15093938 +wallpaperer n 1 2 @ + 1 0 10765189 +wally n 1 2 @ ; 1 0 10765305 +walnut n 3 7 @ ~ #m #s #p %s %p 3 1 07771212 12318615 12318378 +walnut_blight n 1 1 @ 1 0 14219394 +walnut_family n 1 3 @ #m %m 1 0 12317919 +walnut_oil n 1 2 @ #s 1 0 07675535 +walnut_tree n 1 5 @ ~ #m %s %p 1 1 12318378 +walpole n 2 1 @ 2 0 11372599 11372372 +walpurgis_night n 1 1 @ 1 0 15181977 +walrus n 1 3 @ ~ #m 1 1 02081571 +walrus_moustache n 1 1 @ 1 0 05262698 +walrus_mustache n 1 1 @ 1 0 05262698 +walt_disney n 1 1 @ 1 0 10937126 +walt_disney_world n 1 2 @ #p 1 0 09075688 +walt_whitman n 1 1 @ 1 0 11384986 +walt_whitman_bridge n 1 2 @ #p 1 0 04549276 +walter n 1 1 @ 1 0 11372799 +walter_de_la_mare n 1 1 @ 1 0 10928645 +walter_elias_disney n 1 1 @ 1 0 10937126 +walter_gropius n 1 1 @ 1 0 11017295 +walter_hess n 1 1 @ 1 0 11047961 +walter_john_de_la_mare n 1 1 @ 1 0 10928645 +walter_lippmann n 1 1 @ 1 0 11134620 +walter_mitty n 1 1 @ 1 0 10765435 +walter_piston n 1 1 @ 1 0 11235926 +walter_ralegh n 1 1 @ 1 0 11252627 +walter_raleigh n 1 1 @ 1 0 11252627 +walter_reed n 1 1 @ 1 0 11256335 +walter_rudolf_hess n 1 1 @ 1 0 11047961 +walter_scott n 1 1 @ 1 0 11289161 +walter_william_skeat n 1 1 @ 1 0 11304354 +walther_hermann_nernst n 1 1 @ 1 0 11203287 +walther_richard_rudolf_hess n 1 1 @ 1 0 11047701 +walton n 3 1 @ 3 0 11373231 11373099 11372896 +waltz n 3 2 @ + 3 0 07475762 07058184 00537534 +waltzer n 1 2 @ + 1 0 10765587 +wampanoag n 1 2 @ ~ 1 0 09671641 +wampee n 1 2 @ #m 1 0 12609968 +wampum n 2 1 @ 2 0 13385216 04549407 +wampumpeag n 1 1 @ 1 0 04549407 +wan n 1 1 @ 1 0 04583477 +wanamaker n 1 1 @ 1 0 11373379 +wand n 4 2 @ ~ 4 1 04549629 13164285 07267573 02809364 +wanda_landowska n 1 1 @ 1 0 11115929 +wandala n 1 1 @ 1 0 06984101 +wanderer n 2 3 @ ~ + 2 1 10765679 06579715 +wandering n 1 3 @ ~ + 1 0 00297062 +wandering_albatross n 1 2 @ #m 1 0 02058594 +wandering_jew n 1 1 @ 1 0 10765885 +wandering_nerve n 1 1 @ 1 0 05480076 +wanderlust n 1 1 @ 1 0 09183140 +wandflower n 2 2 @ #m 2 0 12418507 12251278 +wane n 1 2 @ + 1 0 13470491 +wangle n 1 2 @ + 1 0 05906554 +wangler n 1 2 @ + 1 0 10089615 +wangling n 1 2 @ + 1 0 05906554 +waning n 1 3 ! @ + 1 1 07423001 +wank n 1 3 @ + ; 1 0 00856193 +wankel_engine n 1 1 @ 1 0 04549721 +wankel_rotary_engine n 1 1 @ 1 0 04549721 +wanker n 1 2 @ + 1 0 10717196 +wannabe n 1 1 @ 1 0 09801533 +wannabee n 1 1 @ 1 0 09801533 +wanness n 1 2 @ + 1 0 04977561 +want n 4 3 @ ~ + 4 4 14493426 14449405 09367991 07486229 +want_ad n 1 1 @ 1 0 07249932 +wanted_notice n 1 2 @ ~ 1 0 07276538 +wanted_poster n 1 2 @ ~ 1 0 07276538 +wanter n 1 2 @ + 1 0 10766025 +wanton n 1 3 @ ~ + 1 0 10766260 +wantonness n 2 2 @ + 2 0 04885398 04851715 +wapiti n 2 3 @ ~ #m 2 0 02431785 02431122 +war n 4 7 ! @ ~ %p + ; - 4 3 00973077 13981403 01236296 00801125 +war_admiral n 1 1 @ 1 0 02383912 +war_advocacy n 1 1 @ 1 0 06222236 +war_baby n 1 1 @ 1 0 10766409 +war_between_the_states n 1 3 @ %p ; 1 0 01301630 +war_bride n 1 1 @ 1 0 10766626 +war_chest n 1 2 @ ; 1 0 13360254 +war_cloud n 1 1 @ 1 0 07286278 +war_correspondent n 1 1 @ 1 0 10766718 +war_crime n 1 1 @ 1 1 00782518 +war_criminal n 1 1 @ 1 0 10766899 +war_cry n 2 1 @ 2 0 07152752 07123404 +war_dance n 1 1 @ 1 0 00543114 +war_department n 1 1 @ 1 1 08145092 +war_game n 1 2 @ ; 1 0 00461402 +war_god n 1 1 @ 1 1 10767654 +war_hawk n 1 1 @ 1 0 10162644 +war_machine n 1 4 @ ~ %m - 1 0 08199025 +war_of_1812 n 1 1 @ 1 0 01311344 +war_of_american_independence n 1 2 @ %p 1 0 01302086 +war_of_greek_independence n 1 1 @ 1 0 01310074 +war_of_nerves n 1 1 @ 1 0 00953410 +war_of_the_austrian_succession n 1 2 @ %p 1 0 01310347 +war_of_the_grand_alliance n 1 2 @ %p 1 0 01310536 +war_of_the_league_of_augsburg n 1 2 @ %p 1 0 01310536 +war_of_the_roses n 1 3 @ %p ; 1 0 01311045 +war_of_the_spanish_succession n 1 2 @ %p 1 0 01310789 +war_paint n 3 3 @ ~ ; 3 0 04552195 04552097 03714235 +war_party n 2 2 @ ; 2 0 08265912 08264110 +war_power n 1 1 @ 1 0 13945682 +war_room n 1 1 @ 1 0 04552551 +war_secretary n 1 1 @ 1 0 00603131 +war_to_end_war n 1 2 @ %p 1 0 01311520 +war_vessel n 1 5 @ ~ #m %p ; 1 0 04552696 +war_whoop n 1 1 @ 1 0 07123404 +war_widow n 1 1 @ 1 0 10768810 +war_zone n 1 2 @ ; 1 0 08688779 +waratah n 2 2 @ #m 2 0 12223764 12223569 +warble n 1 1 @ 1 0 02195257 +warble_fly n 1 2 @ #m 1 0 02195091 +warbler n 2 3 @ ~ + 2 0 10766492 01563128 +warburg n 2 1 @ 2 0 11373672 11373550 +ward n 7 5 @ ~ #p %p + 7 3 10767020 08672397 04549919 11374281 11374085 11373897 02992032 +ward-heeler n 1 1 @ 1 1 10278805 +warden n 1 2 @ + 1 0 10767154 +wardenship n 1 2 @ + 1 0 00605812 +warder n 1 3 @ ~ + 1 0 10767265 +wardership n 1 2 @ + 1 0 00605909 +wardress n 1 2 @ ~ 1 0 10767432 +wardrobe n 3 3 @ ~ #p 3 2 04550184 04550426 04550546 +wardroom n 1 2 @ ; 1 1 04550676 +ware n 2 3 @ ~ #p 2 0 04550840 03748886 +warehouse n 1 3 @ ~ + 1 1 04551055 +warehouseman n 1 1 @ 1 0 10767519 +warehouseman's_lien n 1 1 @ 1 0 13402879 +warehouser n 1 2 @ + 1 0 10767519 +warehousing n 1 3 @ ~ + 1 1 00372607 +warfare n 2 5 @ ~ %p ; - 2 2 00973077 01236296 +warfarin n 1 1 @ 1 0 04551205 +warhead n 1 3 @ ~ #p 1 0 04551375 +warhol n 1 1 @ 1 0 11374448 +warhorse n 3 3 @ ~ ; 3 1 04551638 10749123 02378415 +wariness n 1 4 ! @ = + 1 0 04664413 +warji n 1 1 @ 1 0 06983320 +warlock n 1 1 @ 1 0 10767762 +warlord n 1 1 @ 1 0 10767837 +warlpiri n 1 1 @ 1 0 06940601 +warm-up n 1 2 @ + 1 1 01144716 +warm_front n 1 1 @ 1 0 11460728 +warmer n 1 3 @ ~ + 1 0 03508101 +warmheartedness n 2 3 @ ~ + 2 0 07546279 07544647 +warming n 2 3 @ ~ + 2 0 13491876 11482140 +warming_pan n 1 1 @ 1 0 04551833 +warmness n 2 3 @ ~ + 2 0 07544647 05016753 +warmonger n 1 2 @ ~ 1 0 10316013 +warmongering n 1 1 @ 1 1 06222236 +warmth n 5 2 @ ~ 5 3 05725527 07546279 05016753 04628192 04627000 +warner n 2 2 @ + 2 0 11374589 10768022 +warning n 3 3 @ ~ + 3 2 07224151 06672297 07212874 +warning_bell n 1 1 @ 1 0 04444121 +warning_coloration n 1 1 @ 1 0 04979002 +warning_device n 1 2 @ ~ 1 0 02694426 +warning_light n 1 2 @ ~ 1 0 06874571 +warning_of_attack n 1 2 @ ; 1 0 07226151 +warning_of_war n 1 2 @ ; 1 0 07226330 +warning_signal n 1 2 @ ~ 1 0 06803157 +warp n 4 4 @ #s #p + 4 0 14504726 13885700 07434102 04551950 +warpath n 2 1 @ 2 0 07548860 00416646 +warping n 1 2 @ + 1 0 07434102 +warplane n 1 3 @ ~ ; 1 0 04552348 +warragal n 2 1 @ 2 0 02381744 02115641 +warrant n 4 4 @ ~ + ; 4 1 06547059 13418219 06687358 06685456 +warrant_officer n 1 2 @ ; 1 0 10768391 +warrantee n 3 3 @ ~ + 3 0 10768272 10768148 06685456 +warranter n 1 2 @ + 1 0 10149527 +warrantor n 1 2 @ + 1 0 10149527 +warranty n 1 2 @ ~ 1 0 06685456 +warren n 5 2 @ %m 5 0 11374952 11374789 09474765 08678515 07996598 +warren_burger n 1 1 @ 1 0 10872287 +warren_e._burger n 1 1 @ 1 0 10872287 +warren_earl_burger n 1 1 @ 1 0 10872287 +warren_gamaliel_harding n 1 1 @ 1 0 11028446 +warren_harding n 1 1 @ 1 0 11028446 +warrener n 1 1 @ 1 0 10768505 +warrigal n 2 1 @ 2 0 02381744 02115641 +warrior n 1 3 @ ~ + 1 1 10768585 +wars_of_the_roses n 1 3 @ %p ; 1 0 01311045 +warsaw n 1 2 @ #p 1 1 08983105 +warship n 1 5 @ ~ #m %p ; 1 0 04552696 +warszawa n 1 2 @ #p 1 0 08983105 +wart n 3 4 @ ~ + ; 3 1 13895852 14464883 04696432 +warthog n 1 2 @ #m 1 0 02397096 +wartime n 1 1 @ 1 0 15293328 +wartweed n 1 2 @ #m 1 0 12918609 +wartwort n 1 2 @ #m 1 0 12918609 +warwick n 1 1 @ 1 0 11375087 +wasabi n 2 3 @ #m ; 2 0 11899921 07857356 +wash n 8 5 @ ~ %p + ; 8 3 04553389 00255710 09474895 13574193 11423197 04553245 03648219 01096674 +wash-and-wear n 1 2 @ + 1 0 04553561 +wash-hand_basin n 1 3 @ #p ; 1 0 04553703 +wash-hand_stand n 1 1 @ 1 0 04555400 +wash_drawing n 1 1 @ 1 0 04553245 +wash_leather n 1 1 @ 1 0 14762038 +wash_room n 1 2 @ ~ 1 0 04018667 +washables n 1 1 @ 1 0 03648219 +washbasin n 2 3 @ #p ; 2 1 04553920 04553703 +washboard n 2 2 @ #p 2 0 04554406 04554211 +washbowl n 2 3 @ #p ; 2 1 04553920 04553703 +washcloth n 1 1 @ 1 0 04554523 +washday n 1 1 @ 1 0 15222840 +washer n 3 3 @ ~ + 3 0 10768903 04554871 04554684 +washerman n 1 1 @ 1 0 10769084 +washerwoman n 1 1 @ 1 0 10769188 +washhouse n 1 1 @ 1 0 04554998 +washing n 2 4 @ ~ %p + 2 1 00255710 03648219 +washing-up n 1 1 @ 1 0 00256122 +washing_day n 1 1 @ 1 0 15222840 +washing_machine n 1 1 @ 1 0 04554684 +washing_powder n 1 1 @ 1 0 04254535 +washing_soda n 1 1 @ 1 0 15044844 +washington n 5 5 @ ~ #p %p + 5 4 09070793 09152944 08357129 11375418 11375677 +washington's_birthday n 1 3 @ #p ; 1 0 15187451 +washington_d.c. n 1 4 @ ~ #p %p 1 0 09070793 +washington_irving n 1 1 @ 1 0 11073453 +washington_monument n 1 2 @ #p 1 0 04555101 +washingtonian n 2 2 @ + 2 0 09746314 09746189 +washout n 3 4 @ ~ + ; 3 0 13919173 13574193 10097477 +washrag n 1 1 @ 1 0 04554523 +washroom n 1 1 @ 1 0 04555291 +washstand n 2 1 @ 2 0 04555400 04553920 +washtub n 1 1 @ 1 0 04555600 +washup n 2 3 @ ~ + 2 1 00255214 00255600 +washwoman n 1 1 @ 1 0 10769188 +waslaw_nijinsky n 1 1 @ 1 0 11207585 +wasp n 2 2 @ ~ 2 0 09641578 02212062 +wasp's_nest n 1 1 @ 1 0 09475044 +wasp_waist n 1 1 @ 1 0 05555840 +wasps'_nest n 1 1 @ 1 0 09475044 +wassail n 1 2 @ + 1 0 07931280 +wassailer n 2 2 @ + 2 0 10769321 10713502 +wasserman_reaction n 1 1 @ 1 0 05742241 +wassermann n 2 1 @ 2 0 11375909 05742241 +wassermann_test n 1 1 @ 1 0 05742241 +wassily_kandinski n 1 1 @ 1 0 11096338 +wassily_kandinsky n 1 1 @ 1 0 11096338 +wassily_leontief n 1 1 @ 1 0 11128834 +wastage n 2 2 @ + 2 0 13574452 13328273 +waste n 5 4 @ ~ + ; 5 3 14856263 00742645 04894964 08504594 01252124 +waste-paper_basket n 1 1 @ 1 0 04555700 +waste-yard n 1 2 @ ~ 1 0 08560027 +waste_basket n 1 1 @ 1 0 04555700 +waste_material n 1 2 @ ~ 1 1 14856263 +waste_matter n 1 2 @ ~ 1 0 14856263 +waste_of_effort n 1 1 @ 1 0 00743155 +waste_of_energy n 1 1 @ 1 0 00743155 +waste_of_material n 1 1 @ 1 0 00743251 +waste_of_money n 1 1 @ 1 0 00743348 +waste_of_time n 1 1 @ 1 1 00743500 +waste_paper n 1 1 @ 1 0 15094053 +waste_pipe n 1 2 @ ~ 1 0 03231912 +waste_product n 1 2 @ ~ 1 0 14856263 +wastebasket n 1 1 @ 1 1 04555700 +wastebin n 1 1 @ 1 0 02747177 +wastefulness n 2 3 @ ~ + 2 0 04894964 00742645 +wasteland n 1 2 @ ~ 1 1 08504594 +wastepaper_basket n 1 1 @ 1 0 04555700 +waster n 2 3 @ ~ + 2 0 10769459 10008716 +wastewater n 1 2 @ #s 1 1 14857021 +wasteweir n 1 1 @ 1 0 04277034 +wasteyard n 1 2 @ ~ 1 0 08560027 +wasting n 2 3 @ ~ + 2 0 14548105 14365741 +wasting_away n 1 2 @ ~ 1 0 14365741 +wasting_disease n 1 1 @ 1 0 14144064 +wastrel n 1 1 @ 1 0 10769459 +watch n 6 5 @ ~ %p + ; 6 4 04555897 15292336 00880662 15292502 10271216 01029671 +watch_bracelet n 1 1 @ 1 0 04556204 +watch_cap n 1 1 @ 1 0 04556408 +watch_case n 1 2 @ #p 1 0 04556533 +watch_chain n 1 1 @ 1 0 03374838 +watch_crystal n 1 2 @ #p 1 0 03142679 +watch_fire n 1 1 @ 1 0 06873927 +watch_glass n 2 2 @ #p 2 0 04556664 03142679 +watch_guard n 1 1 @ 1 0 03374838 +watch_key n 1 1 @ 1 0 04556816 +watch_night n 1 1 @ 1 0 01034816 +watch_pocket n 1 1 @ 1 0 03375070 +watchband n 1 1 @ 1 0 04556204 +watchdog n 2 2 @ ~ 2 0 10769607 02103841 +watcher n 3 4 @ ~ #m + 3 1 10633450 10770059 10769782 +watchfulness n 2 3 @ ~ + 2 0 05705722 04664778 +watching n 1 3 @ ~ + 1 1 00879759 +watchmaker n 1 1 @ 1 1 10769905 +watchman n 1 3 @ ~ #m 1 1 10770059 +watchstrap n 1 1 @ 1 0 04556204 +watchtower n 1 2 @ ~ 1 0 04556948 +watchword n 2 1 @ 2 0 07152752 06674188 +water n 6 8 @ ~ #s #p %s %p + ; 6 4 14845743 09225146 14847357 04562658 14855724 07935504 +water-base_paint n 1 2 @ ~ 1 0 04557308 +water-color n 4 2 @ ~ 4 0 14991319 04558804 04558578 00938642 +water-colour n 4 2 @ ~ 4 0 14991319 04558804 04558578 00938642 +water-cooled_reactor n 1 2 @ ~ 1 0 04559023 +water-lily_family n 1 3 @ #m %m 1 0 11714618 +water-milfoil_family n 1 3 @ #m %m 1 0 12326604 +water-mint n 1 1 @ 1 0 12855494 +water-plantain_family n 1 3 @ #m %m 1 0 12611815 +water-rate n 1 2 @ ; 1 0 13325382 +water-shield n 2 2 @ #m 2 0 11718681 11718296 +water-shield_family n 1 3 @ #m %m 1 0 11717820 +water-skiing n 1 2 @ + 1 1 00445226 +water-soluble_vitamin n 1 2 @ ~ 1 0 15089645 +water-target n 1 2 @ #m 1 0 11718681 +water_arum n 1 2 @ #m 1 0 11786131 +water_avens n 1 1 @ 1 0 12632072 +water_back n 1 2 @ #p 1 0 04557111 +water_bearer n 2 2 @ ; 2 0 09753642 08687884 +water_bed n 1 1 @ 1 0 04557522 +water_beetle n 1 2 @ #m 1 0 02177196 +water_birch n 1 2 @ #m 1 0 12283542 +water_bird n 1 2 @ ~ 1 0 01845132 +water_biscuit n 1 1 @ 1 0 07695504 +water_bitternut n 1 2 @ #m 1 0 12320414 +water_blister n 1 1 @ 1 0 14312776 +water_boatman n 1 2 @ #m 1 0 02243209 +water_bottle n 1 2 @ ~ 1 0 04557648 +water_boy n 1 1 @ 1 0 10770309 +water_buffalo n 1 3 @ ~ #m 1 1 02408429 +water_bug n 2 3 @ ~ #m 2 0 02241799 02234848 +water_butt n 1 1 @ 1 0 04557751 +water_buttercup n 1 2 @ #m 1 0 11720891 +water_cabbage n 1 2 @ #m 1 0 11791569 +water_caltrop n 1 1 @ 1 0 12348518 +water_cannon n 1 1 @ 1 0 04557872 +water_carpet n 1 2 @ #m 1 0 12797025 +water_cart n 1 2 @ ~ 1 0 04558059 +water_chestnut n 3 5 @ ~ #m #p %p 3 0 12348294 12153741 07737980 +water_chestnut_plant n 1 3 @ ~ #m 1 0 12348294 +water_chevrotain n 1 2 @ #m 1 0 02436645 +water_chickweed n 1 1 @ 1 0 11861487 +water_chinquapin n 2 4 @ #m #p %p 2 0 11717577 07772631 +water_chute n 1 1 @ 1 0 04558199 +water_clock n 1 1 @ 1 0 04558347 +water_closet n 1 1 @ 1 0 04558478 +water_clover n 1 2 @ #m 1 0 12957924 +water_company n 1 1 @ 1 0 08186546 +water_conservation n 1 1 @ 1 0 00819858 +water_cooler n 1 1 @ 1 0 04559166 +water_crowfoot n 1 2 @ #m 1 0 11720891 +water_deer n 1 2 @ #m 1 0 02436645 +water_development n 1 1 @ 1 1 00948737 +water_dog n 2 1 @ 2 0 10770433 02098906 +water_dragon n 2 2 @ #m 2 0 13151975 11728099 +water_dropwort n 1 2 @ #m 1 0 12940939 +water_elm n 2 2 @ #m 2 0 12407545 12406488 +water_faucet n 1 1 @ 1 0 04559451 +water_fennel n 1 2 @ #m 1 0 12941220 +water_fern n 1 2 @ ~ 1 0 12957076 +water_filter n 1 1 @ 1 0 04559620 +water_finder n 1 1 @ 1 0 03216199 +water_flaxseed n 1 2 @ #m 1 0 11795580 +water_flea n 2 2 @ #m 2 0 01997119 01994910 +water_fountain n 1 1 @ 1 1 03241335 +water_gage n 1 2 @ ~ 1 0 04559730 +water_gap n 1 1 @ 1 0 09475716 +water_gas n 1 1 @ 1 0 14878650 +water_gate n 1 2 @ #p 1 0 04244615 +water_gauge n 1 2 @ ~ 1 0 04559730 +water_gillyflower n 1 1 @ 1 0 12094401 +water_glass n 4 2 @ ~ 4 0 14882578 04559910 04559730 04558347 +water_gum n 1 1 @ 1 0 12340581 +water_gun n 1 1 @ 1 0 04561548 +water_hammer n 1 1 @ 1 0 07399735 +water_hazard n 1 1 @ 1 0 04559994 +water_heater n 1 2 @ ~ 1 0 04560113 +water_hemlock n 1 2 @ #m 1 0 12934985 +water_hen n 2 3 @ ~ #m 2 0 02018207 02016358 +water_hickory n 1 2 @ #m 1 0 12320414 +water_hole n 1 1 @ 1 0 09475827 +water_horehound n 1 2 @ #m 1 0 12852428 +water_horsetail n 1 1 @ 1 0 13219976 +water_hyacinth n 1 2 @ #m 1 0 12610328 +water_ice n 2 4 @ ~ #s %s 2 0 14915184 07614348 +water_jacket n 1 1 @ 1 0 04560619 +water_jug n 1 1 @ 1 0 04560804 +water_jump n 1 1 @ 1 0 04560882 +water_lemon n 1 2 @ #p 1 0 07754279 +water_lettuce n 1 2 @ #m 1 0 11791569 +water_level n 4 2 @ ~ 4 1 05132221 09476123 08678783 04561010 +water_lily n 1 4 @ ~ #m %p 1 0 11714853 +water_line n 2 2 @ ~ 2 1 08678783 08679011 +water_lobelia n 1 1 @ 1 0 12169099 +water_locust n 1 2 @ #m 1 0 12495670 +water_main n 1 2 @ #p 1 1 04561167 +water_mat n 1 2 @ #m 1 0 12797025 +water_meter n 1 1 @ 1 0 04561287 +water_milfoil n 1 2 @ #m 1 0 12327022 +water_mill n 1 2 @ %p 1 0 04561422 +water_mint n 1 1 @ 1 0 12855494 +water_moccasin n 2 2 @ #m 2 0 01754533 01737728 +water_mold n 1 2 @ #m 1 0 12980080 +water_nymph n 4 4 @ ~ #m ; 4 0 12611640 11715430 09550125 09546772 +water_oak n 1 1 @ 1 0 12276110 +water_of_crystallisation n 1 1 @ 1 0 15094136 +water_of_crystallization n 1 1 @ 1 0 15094136 +water_of_hydration n 1 1 @ 1 0 15094136 +water_on_the_knee n 1 1 @ 1 0 14193325 +water_orchid n 1 2 @ #m 1 0 12610328 +water_ouzel n 1 3 @ ~ #m 1 0 01601694 +water_ox n 1 3 @ ~ #m 1 0 02408429 +water_parsnip n 1 2 @ #m 1 0 12945177 +water_parting n 1 2 @ ~ 1 0 08679369 +water_pill n 1 2 @ ~ 1 0 03214670 +water_pimpernel n 1 3 @ ~ #m 1 0 12096395 +water_pipe n 1 1 @ 1 0 03533014 +water_pistol n 1 1 @ 1 0 04561548 +water_plant n 1 3 @ ~ %p 1 0 13121544 +water_plantain n 1 3 @ ~ #m 1 0 12612170 +water_pollution n 1 1 @ 1 0 14518820 +water_polo n 1 1 @ 1 0 00464478 +water_pore n 1 1 @ 1 0 13153729 +water_program n 1 1 @ 1 1 00948737 +water_project n 1 1 @ 1 1 00948737 +water_pump n 1 2 @ #p 1 0 04561965 +water_rat n 3 3 @ ~ #m 3 0 10770433 02341974 02335127 +water_right n 1 1 @ 1 1 05188547 +water_sapphire n 1 1 @ 1 0 15019357 +water_scooter n 1 1 @ 1 0 04562122 +water_scorpion n 1 2 @ #m 1 0 02242455 +water_shamrock n 1 2 @ #m 1 0 12484784 +water_shrew n 1 2 @ ~ 1 0 01892551 +water_skater n 1 3 @ ~ #m 1 0 02243562 +water_ski n 1 2 @ + 1 0 04562262 +water_skin n 1 1 @ 1 0 04562390 +water_snake n 1 2 @ ~ 1 0 01737021 +water_softener n 1 2 @ ~ 1 0 15056112 +water_spaniel n 1 3 @ ~ ; 1 0 02102605 +water_speedwell n 1 2 @ #m 1 0 12891469 +water_spirit n 1 2 @ ~ 1 0 09546772 +water_sport n 1 3 @ ~ - 1 1 00441824 +water_sprite n 2 3 @ ~ #m 2 0 13171797 09546772 +water_star_grass n 1 2 @ #m 1 0 12610740 +water_starwort n 1 2 @ #m 1 0 12693865 +water_stoma n 1 1 @ 1 0 13153729 +water_strider n 1 3 @ ~ #m 1 0 02243562 +water_supply n 1 3 @ #p %p 1 0 04562658 +water_system n 2 3 @ #p %p 2 0 09476011 04562658 +water_table n 1 1 @ 1 0 09476123 +water_tank n 1 1 @ 1 0 03035715 +water_tap n 1 1 @ 1 0 04559451 +water_thrush n 1 2 @ #m 1 0 01570421 +water_tower n 1 1 @ 1 1 04562935 +water_travel n 1 3 @ ~ - 1 0 00313647 +water_trumpet n 1 2 @ #m 1 0 11787190 +water_turkey n 1 1 @ 1 0 02054711 +water_under_the_bridge n 1 1 @ 1 0 15121153 +water_vapor n 1 3 @ ~ #s 1 1 15055442 +water_vapour n 1 3 @ ~ #s 1 0 15055442 +water_vascular_system n 1 2 @ #p 1 0 02151448 +water_violet n 1 1 @ 1 0 12094612 +water_vole n 2 2 @ #m 2 0 02341974 02341475 +water_waggon n 1 1 @ 1 0 04563020 +water_wagon n 1 1 @ 1 0 04563020 +water_wheel n 2 4 @ ~ #p %p 2 0 04563413 04563204 +water_wings n 1 2 @ ; 1 0 04563560 +water_witch n 1 1 @ 1 0 10770891 +water_yam n 1 1 @ 1 0 12088327 +waterbird n 1 2 @ ~ 1 0 01845132 +waterbuck n 1 3 @ ~ #m 1 0 02427724 +waterbury n 1 2 @ #p 1 0 09069752 +watercannon n 1 1 @ 1 0 04557872 +watercolor n 4 3 @ ~ + 4 2 04558578 04558804 14991319 00938642 +watercolorist n 1 2 @ + 1 1 10770545 +watercolour n 4 3 @ ~ + 4 0 14991319 04558804 04558578 00938642 +watercolourist n 1 2 @ + 1 0 10770545 +watercourse n 3 3 @ ~ %p 3 0 09475179 09448361 04559275 +watercraft n 2 4 @ ~ %p - 2 0 05644334 04530566 +watercress n 2 4 @ ~ #m + 2 0 11869689 07732904 +waterdog n 1 1 @ 1 0 01632952 +watered-silk n 1 1 @ 1 0 03779246 +watered_stock n 1 1 @ 1 0 13420359 +waterer n 2 2 @ + 2 0 10770767 10770309 +waterfall n 1 3 @ ~ #p 1 1 09475292 +waterfinder n 1 1 @ 1 0 03216199 +waterford n 1 2 @ #p 1 0 08889944 +waterfowl n 1 2 @ ~ 1 0 01845132 +waterfront n 1 2 @ ~ 1 1 08633683 +watergate n 1 1 @ 1 0 07306963 +watergate_scandal n 1 1 @ 1 0 07306963 +waterhouse-friderichsen_syndrome n 1 1 @ 1 0 14470496 +wateriness n 3 2 @ + 3 0 14535056 05113929 04937427 +watering n 2 3 @ ~ + 2 0 13505843 00278403 +watering_can n 1 2 @ %p 1 0 04560292 +watering_cart n 1 1 @ 1 0 04560502 +watering_hole n 1 3 @ ~ %p 1 0 08678615 +watering_place n 1 3 @ ~ %p 1 1 08678615 +watering_pot n 1 2 @ %p 1 0 04560292 +waterleaf n 1 3 @ ~ #m 1 0 12834798 +waterleaf_family n 1 3 @ #m %m 1 0 12834408 +waterlessness n 1 3 @ ~ + 1 0 14536438 +waterline n 1 2 @ ~ 1 0 08678783 +waterloo n 3 3 @ #p ; 3 0 08852065 07476851 01299476 +waterman n 1 2 @ ~ 1 0 09861946 +watermark n 2 2 @ ~ 2 1 08679011 07270893 +watermeal n 1 3 @ ~ #m 1 0 11796005 +watermelon n 2 4 @ #m #p %p 2 0 12164065 07756951 +watermelon_begonia n 1 1 @ 1 0 13151082 +watermelon_vine n 1 3 @ #m %p 1 0 12164065 +waterpower n 1 1 @ 1 0 11524213 +waterproof n 2 3 @ ~ + 2 0 04561734 04049405 +waterproofing n 2 2 @ + 2 1 00830099 04561857 +waters n 2 2 @ #p 2 0 11376069 05399627 +waterscape n 1 1 @ 1 0 04161233 +watershed n 3 2 @ ~ 3 1 08679369 08518940 07417851 +waterside n 1 1 @ 1 0 09475925 +waterskin n 1 1 @ 1 0 04562390 +waterspout n 3 1 @ 3 0 11524324 11502102 04562496 +watertown n 2 2 @ #p 2 0 09158789 09125881 +waterway n 2 2 @ ~ 2 1 09476331 04559275 +waterweed n 1 3 @ ~ #m 1 0 12614477 +waterwheel n 2 4 @ ~ #p %p 2 0 04563413 04563204 +waterwheel_plant n 1 2 @ #m 1 0 12783316 +waterworks n 2 2 @ ; 2 0 08186546 04563790 +wats n 1 1 @ 1 0 04563942 +wats_line n 1 1 @ 1 0 04563942 +watson n 3 1 @ 3 0 11376565 11376400 11376201 +watt n 2 3 @ #p %p 2 1 13644522 11376742 +watt-hour n 1 2 @ #p 1 0 13727333 +watt_second n 1 2 @ %p 1 0 13726074 +wattage n 1 2 @ ~ 1 0 11449419 +watteau n 1 1 @ 1 0 11376939 +wattle n 3 3 @ ~ + 3 2 05471427 04564118 11756669 +wattle_and_daub n 1 1 @ 1 0 15060688 +wattmeter n 1 1 @ 1 0 04564278 +watts n 1 1 @ 1 0 11377043 +watusi n 1 2 @ #m 1 0 09693809 +watutsi n 1 2 @ #m 1 0 09693809 +waugh n 1 1 @ 1 0 11377168 +wausau n 1 2 @ #p 1 0 09158897 +wave n 9 5 @ ~ %p + ; 9 6 07352190 00346095 07345593 07352835 07274027 05259240 13868944 11524451 10771066 +wave-off n 1 1 @ 1 0 00281898 +wave-particle_duality n 1 2 @ ; 1 0 04920568 +wave_angle n 1 1 @ 1 0 13919394 +wave_equation n 1 1 @ 1 0 06671339 +wave_form n 1 1 @ 1 0 07347664 +wave_front n 2 3 @ #p ; 2 0 11513631 08681966 +wave_guide n 1 2 @ #p 1 0 04564413 +wave_mechanics n 1 1 @ 1 0 06107850 +wave_number n 1 2 @ ~ 1 0 13644047 +wave_shape n 1 1 @ 1 0 07347664 +wave_theory n 1 3 ! @ ; 1 0 06105873 +wave_theory_of_light n 1 3 ! @ ; 1 0 06105873 +wave_train n 1 1 @ 1 0 08461875 +waveband n 1 2 @ ; 1 0 06260628 +waveform n 1 1 @ 1 0 07347664 +wavefront n 1 2 @ ; 1 0 08681966 +waveguide n 1 2 @ #p 1 0 04564413 +wavelength n 2 1 @ 2 2 05086269 06208265 +wavelet n 1 2 @ + 1 0 07344663 +wavell n 1 1 @ 1 0 11377315 +waver n 3 2 @ + 3 0 10771270 01063350 00348571 +waverer n 1 2 @ + 1 0 10603528 +wavering n 2 3 @ ~ + 2 0 05699434 04770911 +waviness n 2 3 @ = + 2 0 05074374 04772955 +waving n 1 3 @ ~ + 1 0 07274027 +wavy-leaved_aster n 1 1 @ 1 0 11937278 +waw n 1 2 @ #m 1 0 06837251 +wax n 1 3 @ ~ + 1 1 15094294 +wax-chandler n 1 1 @ 1 0 09907717 +wax-myrtle_family n 1 3 @ #m %m 1 0 11740824 +wax_bean n 2 2 @ #m 2 0 12557556 07728708 +wax_begonia n 1 1 @ 1 0 12362274 +wax_crayon n 1 1 @ 1 0 03128248 +wax_figure n 1 1 @ 1 0 04564581 +wax_insect n 1 1 @ 1 0 02249256 +wax_light n 1 3 @ ~ %p 1 0 02948072 +wax_mallow n 1 2 @ #m 1 0 12184095 +wax_moth n 1 2 @ #m 1 0 02289307 +wax_myrtle n 1 4 @ ~ #m %s 1 0 11741350 +wax_palm n 3 3 @ #m %s 3 0 12588780 12588320 12587487 +wax_paper n 1 1 @ 1 0 15096661 +wax_plant n 1 1 @ 1 0 13237188 +waxberry n 2 2 @ #m 2 0 12677612 11741797 +waxflower n 3 2 @ #m 3 0 13239177 12366186 12258885 +waxiness n 1 2 @ + 1 0 05216240 +waxing n 2 3 ! @ + 2 1 00719388 07414566 +waxmallow n 1 2 @ #m 1 0 12184095 +waxwing n 1 3 @ ~ #m 1 0 01603600 +waxwork n 2 2 @ #m 2 0 12748248 04564581 +waxycap n 1 3 @ ~ #m 1 0 13070308 +way n 12 5 @ ~ #p %p ; 12 11 04928903 00172710 08679972 13939604 00415676 04564698 00312691 13777764 05084733 05791764 05839910 13285973 +way_of_life n 1 2 @ ~ 1 1 00415676 +way_out n 1 2 @ ~ 1 1 03303965 +way_station n 2 1 @ 2 0 08657100 04579795 +waybill n 1 1 @ 1 0 06520742 +wayfarer n 2 2 @ ~ 2 0 10771539 10771392 +wayfaring n 1 1 @ 1 0 00297318 +wayfaring_tree n 1 2 @ #m 1 0 12680652 +wayland n 1 2 @ ; 1 0 09585218 +wayland_the_smith n 1 2 @ ; 1 0 09585218 +wayne n 2 1 @ 2 0 11377712 11377564 +wayne_gretzky n 1 1 @ 1 0 11015525 +ways n 1 2 @ #p 1 1 04565039 +ways_and_means n 1 1 @ 1 0 13365978 +ways_and_means_committee n 1 1 @ 1 0 08326487 +wayside n 1 2 @ #p 1 1 04565233 +wb n 1 2 @ %p 1 0 13638577 +wbc n 1 2 @ ~ 1 0 05449959 +wbn n 1 1 @ 1 0 13834524 +wbs n 1 1 @ 1 0 13834280 +weak_force n 1 2 @ ; 1 0 11517210 +weak_interaction n 1 2 @ ; 1 0 11517210 +weak_part n 1 3 ! @ ~ 1 1 05042283 +weak_point n 1 2 ! @ 1 1 05159606 +weak_spot n 1 2 @ ~ 1 0 05042283 +weakener n 1 2 @ + 1 0 09476521 +weakening n 2 4 ! @ ~ + 2 1 07427337 00362355 +weakfish n 2 4 @ #m #p %p 2 0 07792470 02599347 +weakling n 1 2 @ ~ 1 0 10771636 +weakly_interacting_massive_particle n 1 3 @ #p ; 1 0 09476717 +weakness n 5 4 ! @ ~ + 5 3 14462946 05204982 05040275 14474718 07498614 +weal n 1 1 @ 1 0 14298620 +weald n 1 2 @ ; 1 0 08645212 +wealth n 4 4 ! @ ~ + 4 4 14491271 05116128 13353280 13250398 +wealthiness n 1 3 @ ~ + 1 0 14491271 +wealthy_man n 1 2 @ ~ 1 0 10292052 +wealthy_person n 1 2 @ ~ 1 0 10529231 +weaning n 1 2 @ + 1 1 00198270 +weapon n 2 4 @ ~ #p + 2 2 04565375 07246932 +weapon-grade_plutonium n 1 1 @ 1 0 14650366 +weapon_of_mass_destruction n 1 3 @ ~ ; 1 0 04565963 +weapon_system n 1 3 @ ~ #p 1 1 04565375 +weaponry n 1 3 @ ~ %p 1 0 04566257 +weapons_carrier n 1 2 @ ; 1 1 04566561 +weapons_emplacement n 1 2 @ ~ 1 0 03469031 +weapons_platform n 1 3 @ ~ ; 1 0 03962525 +weapons_plutonium n 1 1 @ 1 0 14650366 +weapons_system n 1 3 @ ~ %p 1 1 04566257 +wear n 3 4 @ ~ %p + 3 0 14562683 03051540 00830257 +wear_and_tear n 1 2 @ ~ 1 0 13328357 +wearable n 1 3 @ ~ %p 1 0 03051540 +wearer n 1 2 @ + 1 1 10771809 +weariness n 1 3 @ ~ + 1 1 14016361 +wearing n 2 4 @ ~ + ; 2 0 13475538 00830257 +wearing_apparel n 1 2 @ ~ 1 0 02728440 +wearing_away n 1 4 @ ~ + ; 1 0 13475538 +weary_willie n 1 1 @ 1 0 11100139 +weasel n 2 3 @ ~ #m 2 0 10771990 02441942 +weasel_word n 1 1 @ 1 0 06762245 +weather n 1 4 @ ~ + ; 1 1 11524662 +weather_bureau n 1 1 @ 1 0 08353734 +weather_chart n 1 4 @ ~ %p ; 1 0 04567222 +weather_condition n 1 3 @ ~ ; 1 0 11524662 +weather_deck n 1 3 @ ~ %p 1 0 04566862 +weather_eye n 1 1 @ 1 0 04664778 +weather_forecast n 1 1 @ 1 0 06750698 +weather_forecaster n 1 1 @ 1 0 10772092 +weather_forecasting n 1 2 @ ; 1 0 06749729 +weather_map n 1 4 @ ~ %p ; 1 0 04567222 +weather_outlook n 1 1 @ 1 0 06750698 +weather_radar n 1 1 @ 1 0 04567480 +weather_satellite n 1 1 @ 1 0 04567593 +weather_sheet n 1 4 @ ~ #p ; 1 0 04188368 +weather_ship n 1 1 @ 1 0 04567746 +weather_side n 1 1 @ 1 0 13829720 +weather_station n 1 1 @ 1 0 08599976 +weather_strip n 1 1 @ 1 0 04567870 +weather_stripping n 1 1 @ 1 0 04567870 +weather_vane n 1 2 @ ~ 1 0 04568069 +weatherboard n 2 1 @ 2 0 15103007 13829720 +weatherboarding n 1 1 @ 1 0 15103007 +weathercock n 1 1 @ 1 0 04566756 +weatherglass n 1 1 @ 1 0 04567098 +weatherliness n 1 3 @ + ; 1 0 04774901 +weatherman n 1 1 @ 1 0 10772092 +weatherstrip n 1 1 @ 1 0 04567870 +weatherstripping n 1 1 @ 1 0 04567870 +weathervane n 1 2 @ ~ 1 0 04568069 +weave n 1 4 @ ~ %p + 1 1 04568298 +weaver n 2 4 @ ~ #m + 2 0 10772190 01542786 +weaver's_broom n 1 2 @ #m 1 0 12571330 +weaver's_hitch n 1 1 @ 1 0 04189092 +weaver's_knot n 1 1 @ 1 0 04189092 +weaver_finch n 1 3 @ ~ #m 1 0 01542786 +weaverbird n 1 3 @ ~ #m 1 0 01542786 +weaving n 1 3 @ ~ + 1 0 00909281 +web n 7 5 @ ~ #p %p + 7 3 09477037 04568557 01897991 08434259 04604276 04568713 01898328 +web-spinning_mite n 1 1 @ 1 0 01779939 +web-toed_salamander n 1 3 @ ~ #m 1 0 01637932 +web_browser n 1 2 @ ~ 1 0 06571301 +web_log n 1 1 @ 1 0 06402202 +web_map_server n 1 2 @ ~ 1 0 06578323 +web_map_service n 1 2 @ ~ 1 0 06578323 +web_page n 1 2 @ ~ 1 0 06358900 +web_site n 1 2 @ ~ 1 0 06359193 +web_spinner n 1 2 @ #m 1 0 02183507 +webb n 2 2 @ #m 2 0 11378087 11377851 +webbed_foot n 1 1 @ 1 0 02155206 +webbing n 3 2 @ + 3 0 09477319 04568944 04568841 +webbing_clothes_moth n 1 2 @ #m 1 0 02292401 +webbing_moth n 1 2 @ #m 1 0 02292401 +webcam n 1 1 @ 1 0 04569063 +weber n 6 2 @ %p 6 0 13638577 11378929 11378805 11378662 11378462 11378254 +weber's_law n 1 2 @ ; 1 0 05996353 +weber-fechner_law n 1 2 @ ; 1 0 05877718 +webfoot n 1 2 @ %p 1 0 02154620 +webmaster n 1 1 @ 1 0 10772289 +webpage n 1 2 @ ~ 1 0 06358900 +website n 1 2 @ ~ 1 0 06359193 +webster n 3 1 @ 3 0 11379336 11379217 11379108 +webworm n 1 3 @ ~ #m 1 0 02308139 +webworm_moth n 1 2 @ ~ 1 0 02308471 +wed n 1 1 @ 1 0 15164233 +weddell_sea n 1 1 @ 1 0 09477427 +wedding n 3 4 @ ~ %m + 3 2 07452074 01036996 08256735 +wedding_anniversary n 1 2 @ ~ 1 0 15250691 +wedding_band n 1 1 @ 1 0 04569338 +wedding_cake n 1 1 @ 1 0 07632802 +wedding_ceremony n 1 1 @ 1 1 07452074 +wedding_chest n 1 1 @ 1 0 03535024 +wedding_day n 1 2 @ %p 1 1 15222951 +wedding_dress n 1 1 @ 1 0 02898585 +wedding_gift n 1 2 @ ~ 1 0 13269459 +wedding_gown n 1 1 @ 1 0 02898585 +wedding_guest n 1 1 @ 1 0 10772392 +wedding_licence n 1 1 @ 1 0 06551339 +wedding_license n 1 1 @ 1 0 06551339 +wedding_march n 1 1 @ 1 0 07059150 +wedding_night n 1 2 @ #p 1 1 15223048 +wedding_party n 1 2 @ %m 1 0 08256735 +wedding_picture n 1 1 @ 1 0 04569205 +wedding_present n 1 2 @ ~ 1 0 13269459 +wedding_reception n 1 1 @ 1 0 08254876 +wedding_ring n 1 1 @ 1 0 04569338 +wedge n 7 5 @ ~ #p + ; 7 1 13919547 07697825 06823259 04569983 04569822 04569520 03023878 +wedge_bone n 1 2 @ #p 1 0 07659196 +wedge_heel n 1 2 @ #p 1 1 04569983 +wedge_shape n 1 1 @ 1 0 13919547 +wedgie n 1 2 @ %p 1 0 04570118 +wedgwood n 2 2 @ ; 2 0 11379436 04570214 +wedlock n 1 3 @ ~ ; 1 0 13963970 +wednesday n 1 1 @ 1 1 15164233 +wee n 1 2 @ ; 1 0 15246258 +wee_small_voice n 1 1 @ 1 0 09184405 +weed n 3 4 ! @ ~ + 3 1 13085113 04570680 03990834 +weed-whacker n 1 1 @ 1 0 04570416 +weed_killer n 1 3 @ ~ %s 1 0 14906850 +weeder n 2 2 @ + 2 0 10772937 04570416 +weedkiller n 1 3 @ ~ %s 1 0 14906850 +weeds n 1 2 @ ; 1 1 04570532 +week n 3 5 @ ~ #p %p + 3 3 15169873 15135996 15136147 +week_from_monday n 1 2 @ ; 1 1 15170178 +weekday n 1 2 @ ~ 1 1 15163157 +weekend n 1 4 @ #p %p + 1 1 15170504 +weekend_warrior n 2 2 @ ; 2 0 10772721 10772580 +weekender n 2 2 @ + 2 0 10772472 04570815 +weekly n 1 1 @ 1 1 06594258 +weeknight n 1 1 @ 1 0 15167675 +weeness n 1 2 @ + 1 0 05106928 +weenie n 1 3 @ ~ #p 1 0 07676602 +weenie_roast n 1 1 @ 1 0 07577244 +weeper n 2 3 @ ~ + 2 0 10773126 10773040 +weepiness n 1 2 @ + 1 0 07534278 +weeping n 1 3 @ ~ + 1 1 00868196 +weeping_beech n 1 2 @ #m 1 0 12262018 +weeping_love_grass n 1 1 @ 1 0 12120578 +weeping_spruce n 1 1 @ 1 0 11625223 +weeping_tree_broom n 1 2 @ #m 1 0 12514992 +weeping_willow n 1 2 @ #m 1 0 12726670 +weevil n 1 2 @ ~ 1 0 02177972 +weewee n 1 1 @ 1 0 14855724 +weft n 1 3 @ #s #p 1 0 04598965 +wegener n 1 1 @ 1 0 11379536 +wei n 1 1 @ 1 0 08159591 +wei_dynasty n 1 1 @ 1 0 08159591 +weigela n 1 2 @ #m 1 0 12681893 +weigela_florida n 1 2 @ #m 1 0 12681893 +weighbridge n 1 1 @ 1 0 04570958 +weigher n 1 2 @ + 1 0 10773277 +weighing n 1 3 @ ~ + 1 0 05785067 +weighing_machine n 1 2 @ ~ 1 0 04141975 +weight n 8 5 @ ~ = + ; 8 5 05026843 04571292 05172322 04571088 07538812 13715755 13608788 13589321 +weight_gainer n 1 1 @ 1 0 10117739 +weight_gaining n 1 1 @ 1 1 00627321 +weight_unit n 2 3 @ ~ #p 2 0 13717155 13608788 +weightiness n 2 3 @ ~ + 2 0 05172322 05027529 +weighting n 1 2 @ ; 1 1 13589321 +weightlessness n 1 3 @ ~ + 1 1 05028700 +weightlift n 1 2 @ ~ 1 0 00626188 +weightlifter n 1 2 @ + 1 0 10773394 +weightlifting n 1 3 @ ~ + 1 0 00626188 +weil n 2 1 @ 2 0 11379812 11379691 +weil's_disease n 1 1 @ 1 0 14273753 +weill n 1 1 @ 1 0 11379908 +weimar n 1 2 @ #p 1 0 08771400 +weimar_republic n 1 1 @ 1 0 08170070 +weimaraner n 1 1 @ 1 0 02092339 +weinberg n 1 1 @ 1 0 11380035 +weir n 2 1 @ 2 1 04571566 04571686 +weird n 1 1 @ 1 0 09586442 +weird_sister n 1 3 @ ~ ; 1 0 09582343 +weirdie n 1 1 @ 1 0 09976917 +weirdness n 1 2 @ + 1 0 04798511 +weirdo n 2 2 @ ; 2 0 09976917 09976283 +weirdy n 1 1 @ 1 0 09976917 +weisenheimer n 1 1 @ 1 0 10784113 +weismann n 1 1 @ 1 0 11380159 +weissbier n 1 3 @ ~ ; 1 0 07888465 +weisshorn n 1 2 @ #p 1 0 09477567 +weizenbier n 1 1 @ 1 0 07888709 +weizenbock n 1 1 @ 1 0 07888816 +weizmann n 1 1 @ 1 0 11380429 +weka n 1 2 @ #m 1 0 02015357 +welcher n 1 1 @ 1 0 10773527 +welcome n 2 3 @ ~ + 2 1 14413265 06631322 +welcome_mat n 1 1 @ 1 0 03223299 +welcome_wagon n 1 1 @ 1 0 04571800 +welcomer n 1 2 @ + 1 0 10146927 +welcoming_committee n 1 1 @ 1 0 08326266 +weld n 3 4 @ ~ #m + 3 0 12385830 11380655 04571958 +welder n 1 3 @ ~ + 1 0 10773665 +welder's_mask n 1 1 @ 1 0 04572121 +welding n 1 3 @ ~ + 1 0 00149508 +weldment n 1 2 @ + 1 0 04572235 +welfare n 3 2 @ ~ 3 2 01086945 05142641 14447525 +welfare_case n 1 1 @ 1 1 10773800 +welfare_state n 1 1 @ 1 1 08178085 +welfare_work n 1 2 @ ~ 1 0 00582195 +welfare_worker n 1 2 @ ~ 1 0 10620027 +welkin n 1 2 @ %p 1 0 08521267 +well n 5 2 @ ~ 5 2 04572344 04572935 06675979 04572800 04572559 +well-being n 1 3 ! @ ~ 1 1 14447525 +well-wisher n 1 2 @ ~ 1 0 10686073 +well-wishing n 1 2 @ + 1 1 06630459 +well_point n 1 1 @ 1 0 04573129 +well_water n 1 1 @ 1 0 14847503 +wellbeing n 1 2 @ ~ 1 0 14447525 +wellerism n 1 1 @ 1 0 07105342 +welles n 1 1 @ 1 0 11380768 +wellhead n 2 1 @ 2 0 08508736 04573045 +wellington n 3 2 @ #p 3 0 11380923 08973202 03516844 +wellington_boot n 1 1 @ 1 0 03516844 +wellness n 1 4 ! @ = + 1 0 14447908 +wellpoint n 1 1 @ 1 0 04573129 +wells n 1 1 @ 1 0 11381193 +wellspring n 2 1 @ 2 0 08508736 06675979 +welsh n 3 4 @ #m + ; 3 0 09747329 06961557 02405577 +welsh_black n 1 1 @ 1 0 02405577 +welsh_corgi n 1 2 @ ~ 1 0 02112826 +welsh_onion n 1 1 @ 1 0 12433952 +welsh_pony n 1 1 @ 1 0 02382750 +welsh_poppy n 1 2 @ #m 1 0 11907100 +welsh_rabbit n 1 1 @ 1 0 07880325 +welsh_rarebit n 1 1 @ 1 0 07880325 +welsh_springer_spaniel n 1 1 @ 1 0 02102177 +welsh_terrier n 1 2 @ ~ 1 0 02095727 +welsher n 1 2 @ + 1 0 10773527 +welshman n 1 2 @ #m 1 0 09747329 +welt n 2 2 @ + 2 0 14298620 04573281 +weltanschauung n 1 2 @ ~ 1 1 06211389 +welted_thistle n 1 2 @ #m 1 0 11944751 +welter n 1 2 @ ~ 1 1 14500567 +welterweight n 4 1 @ 4 0 13719529 10774113 10774018 10773901 +weltschmerz n 1 1 @ 1 0 07533735 +welty n 1 1 @ 1 0 11381457 +welwitschia n 1 2 @ #m 1 0 11599324 +welwitschia_mirabilis n 1 2 @ #m 1 0 11599324 +welwitschiaceae n 1 3 @ #m %m 1 0 11598991 +wembley n 1 2 @ #p 1 0 08875202 +wen n 1 2 @ ~ 1 0 14202763 +wen-ti n 1 1 @ 1 0 09533406 +wen_ch'ang n 1 1 @ 1 0 09533406 +wench n 1 1 @ 1 0 09989045 +wencher n 1 2 @ + 1 0 10774223 +wendy_house n 1 2 @ ~ 1 0 03963813 +werdnig-hoffman_disease n 1 1 @ 1 0 14170070 +werewolf n 1 1 @ 1 0 09503121 +werfel n 1 1 @ 1 0 11381583 +werlhof's_disease n 1 1 @ 1 0 14565417 +werner_karl_heisenberg n 1 1 @ 1 0 11038810 +wernher_magnus_maximilian_von_braun n 1 1 @ 1 0 10863124 +wernher_von_braun n 1 1 @ 1 0 10863124 +wernicke n 1 1 @ 1 0 11381684 +wernicke's_aphasia n 1 1 @ 1 0 14099172 +wernicke's_area n 1 2 @ #p 1 0 05490370 +wernicke's_center n 1 2 @ #p 1 0 05490370 +wernicke's_encephalopathy n 1 1 @ 1 0 14397372 +weser n 1 2 @ #p 1 0 09477718 +weser_river n 1 2 @ #p 1 0 09477718 +wesley n 2 2 @ + 2 0 11381964 11381824 +wesleyan n 1 3 @ #m + 1 0 10312773 +wesleyan_methodist_church n 1 2 @ %m 1 0 08092713 +wesleyan_methodists n 1 2 @ %m 1 0 08092713 +wesleyanism n 1 1 @ 1 0 06231680 +wesleyism n 1 1 @ 1 0 06231680 +wessex n 1 2 @ #p 1 0 08886636 +west n 8 6 @ ~ #p %p = - 8 3 08682575 13834399 08682819 13836136 11382398 11382278 11382112 08561835 +west-sider n 1 1 @ 1 0 10774756 +west_africa n 1 3 @ #p %p 1 0 09178310 +west_african n 1 3 @ ~ + 1 0 06996309 +west_bank n 1 4 @ #p %p - 1 0 08793489 +west_bengal n 1 2 @ #p 1 0 08906272 +west_berlin n 1 3 @ #p %m 1 0 08769836 +west_berliner n 1 2 @ #m 1 1 09748541 +west_by_north n 1 1 @ 1 0 13834524 +west_by_south n 1 1 @ 1 0 13834280 +west_chadic n 1 2 @ ~ 1 0 06983521 +west_coast n 1 2 @ #p 1 0 09048303 +west_coast_hemlock n 1 1 @ 1 0 11628087 +west_country n 1 2 @ #p 1 0 08886277 +west_end n 1 3 @ #p %p 1 0 08875369 +west_germanic n 1 2 @ ~ 1 0 06946823 +west_germanic_language n 1 2 @ ~ 1 0 06946823 +west_germany n 1 1 @ 1 0 08768881 +west_highland_white_terrier n 1 1 @ 1 0 02098286 +west_indian n 1 3 @ ~ #m 1 0 10774440 +west_indian_cherry n 2 3 @ #p %p 2 0 12694486 07746334 +west_indian_jasmine n 1 1 @ 1 0 11774972 +west_indian_satinwood n 1 1 @ 1 0 12715408 +west_indian_smallpox n 1 1 @ 1 0 14124688 +west_indian_snowberry n 1 2 @ #m 1 0 12662379 +west_indies n 1 6 @ ~ #p %m %p - 1 1 08747054 +west_malaysia n 1 3 @ #p %p 1 0 08964647 +west_midland n 1 1 @ 1 0 06949121 +west_nile_encephalitis n 1 1 @ 1 0 14344033 +west_nile_encephalitis_virus n 1 1 @ 1 0 01332940 +west_nile_virus n 1 1 @ 1 0 01332940 +west_northwest n 1 1 @ 1 0 13834643 +west_pakistan n 1 5 @ #p %m %p - 1 0 08975902 +west_palm_beach n 1 2 @ #p 1 0 09075496 +west_point n 1 3 @ #p ; 1 0 09123809 +west_saxon n 3 1 @ 3 0 09703101 06949762 06949407 +west_side n 1 1 @ 1 1 08650593 +west_southwest n 1 1 @ 1 0 13834162 +west_sussex n 1 2 @ #p 1 0 08883643 +west_tocharian n 1 1 @ 1 0 06969018 +west_virginia n 1 3 @ #p %p 1 0 09155306 +west_virginian n 1 1 @ 1 0 09746438 +west_wind n 1 2 @ ~ 1 0 11525480 +west_yorkshire n 1 3 @ #p %p 1 0 08885490 +wester n 1 3 @ ~ + 1 0 11525480 +westerly n 1 2 @ + 1 0 11525614 +western n 2 2 @ ~ 2 1 06616035 07698672 +western_australia n 1 3 @ #p %p 1 0 08834654 +western_australia_coral_pea n 1 2 @ #m 1 0 12534208 +western_ax n 1 1 @ 1 0 03226090 +western_axe n 1 1 @ 1 0 03226090 +western_balsam_poplar n 1 1 @ 1 0 12733218 +western_big-eared_bat n 1 1 @ 1 0 02148991 +western_birch n 1 2 @ #m 1 0 12283542 +western_black-legged_tick n 1 2 @ #m 1 0 01777649 +western_blackberry n 1 3 @ ~ %p 1 0 12654659 +western_blind_snake n 1 2 @ #m 1 0 01740885 +western_box_turtle n 1 1 @ 1 0 01669372 +western_buttercup n 1 1 @ 1 0 11722342 +western_chimpanzee n 1 1 @ 1 0 02482060 +western_chokecherry n 1 1 @ 1 0 12650915 +western_church n 1 4 @ %m %p - 1 0 08083599 +western_civilization n 1 1 @ 1 0 08292051 +western_coral_snake n 1 2 @ #m 1 0 01746191 +western_crab_apple n 1 2 @ ~ 1 0 12635744 +western_culture n 1 1 @ 1 0 08292051 +western_dewberry n 1 3 @ ~ %p 1 0 12654659 +western_diamondback n 1 2 @ #m 1 0 01756508 +western_diamondback_rattlesnake n 1 2 @ #m 1 0 01756508 +western_empire n 1 2 @ #p 1 0 08800911 +western_fence_lizard n 1 1 @ 1 0 01680655 +western_gray_squirrel n 1 2 @ #m 1 0 02356612 +western_grey_squirrel n 1 2 @ #m 1 0 02356612 +western_hemisphere n 1 2 @ %p 1 1 08682389 +western_hemlock n 1 1 @ 1 0 11628087 +western_holly_fern n 1 1 @ 1 0 13200542 +western_honey_mesquite n 1 1 @ 1 0 11765568 +western_islands n 1 3 @ #p %p 1 0 08893223 +western_isles n 1 3 @ #p %p 1 0 08893223 +western_kingbird n 1 1 @ 1 0 01548492 +western_ladies'_tresses n 1 2 @ #m 1 0 12084400 +western_larch n 1 1 @ 1 0 11619455 +western_lowland_gorilla n 1 2 @ #m 1 0 02481103 +western_malayo-polynesian n 1 2 @ ~ 1 0 06938729 +western_meadowlark n 1 1 @ 1 0 01573360 +western_mountain_ash n 1 1 @ 1 0 12658715 +western_mugwort n 1 1 @ 1 0 11930788 +western_narrow-mouthed_toad n 1 2 @ #m 1 0 01653026 +western_omelet n 1 1 @ 1 0 07843348 +western_paper_birch n 1 2 @ #m 1 0 12283542 +western_pasqueflower n 1 1 @ 1 0 11738063 +western_pipistrel n 1 2 @ #m 1 0 02148245 +western_poison_oak n 1 2 @ #m 1 0 12767208 +western_poppy n 1 2 @ #m 1 0 11901452 +western_prince's_pine n 1 1 @ 1 0 12257725 +western_ragweed n 1 1 @ 1 0 11920133 +western_rattlesnake n 1 2 @ #m 1 0 01756089 +western_red-backed_salamander n 1 2 @ #m 1 0 01636510 +western_red_cedar n 1 2 @ #m 1 0 11644046 +western_redbud n 1 1 @ 1 0 12514138 +western_ribbon_snake n 1 1 @ 1 0 01735728 +western_roman_empire n 1 2 @ #p 1 0 08800911 +western_saddle n 1 2 @ %p 1 0 04325041 +western_sahara n 1 2 @ #p 1 0 08970833 +western_samoa n 1 3 @ #p %p 1 0 08991491 +western_samoan_monetary_unit n 1 2 @ ~ 1 0 13708141 +western_sand_cherry n 1 2 @ #m 1 0 12642734 +western_sandwich n 1 1 @ 1 0 07698672 +western_saxifrage n 1 2 @ #m 1 0 12793886 +western_silvery_aster n 1 1 @ 1 0 11937360 +western_skink n 1 2 @ #m 1 0 01684578 +western_spadefoot n 1 2 @ #m 1 0 01649412 +western_tamarack n 1 1 @ 1 0 11619455 +western_tanager n 1 2 @ #m 1 0 01597906 +western_toad n 1 1 @ 1 0 01647640 +western_united_states n 1 6 @ ~ #p %p = - 1 0 08682819 +western_wall_flower n 1 2 @ #m 1 0 11887750 +western_wheatgrass n 1 1 @ 1 0 12105981 +western_whiptail n 1 1 @ 1 0 01686609 +western_white_pine n 1 1 @ 1 0 11613459 +western_wood_pewee n 1 1 @ 1 0 01549641 +western_yellow_pine n 1 1 @ 1 0 11614420 +western_yew n 1 2 @ #m 1 0 11662128 +westerner n 1 1 @ 1 1 10774329 +westernisation n 1 1 @ 1 0 13574582 +westernization n 1 1 @ 1 0 13574582 +westinghouse n 1 1 @ 1 0 11382555 +westland_pine n 1 1 @ 1 0 11655974 +westminster n 1 3 @ #p %p 1 0 08875547 +westminster_abbey n 1 2 @ #p 1 0 08876435 +weston n 1 1 @ 1 0 11382688 +weston_cell n 1 2 @ ; 1 0 04573379 +westward n 1 1 @ 1 0 13834399 +wet n 1 2 @ + 1 1 14535431 +wet-bulb_thermometer n 1 3 ! @ #p 1 0 04573625 +wet-nurse n 1 1 @ 1 0 10774870 +wet_bar n 1 1 @ 1 0 04573513 +wet_blanket n 1 3 @ ~ ; 1 0 10638136 +wet_cell n 1 1 @ 1 0 04573832 +wet_dream n 1 2 @ %p 1 0 05769156 +wet_fly n 1 2 ! @ 1 0 04573937 +wet_lung n 1 1 @ 1 0 14055052 +wet_nurse n 1 1 @ 1 0 10774870 +wet_suit n 1 1 @ 1 0 04574067 +wetback n 1 2 @ ; 1 0 09722898 +wether n 1 3 @ ~ #m 1 0 02412210 +wetland n 1 2 @ ~ 1 0 09477890 +wetness n 1 5 ! @ ~ = + 1 1 14534696 +wetnurse n 1 1 @ 1 0 10774870 +wetter n 3 3 @ ~ + 3 0 15096783 10775003 09846586 +wetting n 2 4 @ ~ + ; 2 1 00277376 13506727 +wetting_agent n 1 2 @ ~ 1 0 15096783 +weymouth_pine n 1 1 @ 1 0 11613219 +whack n 2 2 @ + 2 0 07399829 00133338 +whacker n 1 1 @ 1 0 04574234 +whacking n 1 3 @ ~ + 1 0 01160729 +whacko n 1 1 @ 1 0 10368414 +whale n 2 3 @ ~ + 2 1 10129133 02062744 +whale_louse n 1 2 @ #m 1 0 01993830 +whale_oil n 1 1 @ 1 0 15097430 +whale_shark n 1 2 @ #m 1 0 01488038 +whale_sucker n 1 2 @ #m 1 0 02575590 +whaleboat n 1 1 @ 1 0 04574348 +whalebone n 1 1 @ 1 0 14758252 +whalebone_whale n 1 3 @ ~ #m 1 0 02063224 +whaler n 2 3 @ ~ + 2 0 10775128 04574471 +whalesucker n 1 2 @ #m 1 0 02575590 +whaling_gun n 1 1 @ 1 0 04574606 +whaling_ship n 1 2 @ ~ 1 0 04574471 +whammy n 2 1 @ 2 0 07476092 07160424 +whang n 1 2 @ + 1 0 00133338 +wharf n 1 4 @ ~ %p + 1 1 03933529 +wharf_rat n 2 1 @ 2 0 10775245 02333733 +wharfage n 2 4 @ ~ %p + 2 0 13324188 03933529 +wharton n 1 1 @ 1 0 11382795 +what_for n 1 1 @ 1 0 06713026 +whatchamacallit n 1 1 @ 1 0 03218545 +whatchamacallum n 1 1 @ 1 0 03218545 +whatnot n 1 1 @ 1 0 02897692 +whatsis n 1 1 @ 1 0 03218545 +wheal n 1 1 @ 1 0 14298620 +wheat n 3 5 @ ~ #m #p %p 3 1 12142085 07803545 04966941 +wheat-grass n 1 3 @ ~ #m 1 0 12105125 +wheat_beer n 1 3 @ ~ ; 1 0 07888465 +wheat_berry n 2 4 @ ~ #p %p 2 0 12142357 07803545 +wheat_eel n 1 2 @ #m 1 0 01932643 +wheat_eelworm n 1 2 @ #m 1 0 01932643 +wheat_field n 1 1 @ 1 0 08683286 +wheat_flag_smut n 1 1 @ 1 0 13069224 +wheat_flour n 1 2 @ ~ 1 0 07569543 +wheat_future n 1 1 @ 1 0 04574861 +wheat_germ n 1 2 @ #p 1 0 07803992 +wheat_gluten n 1 1 @ 1 0 07570635 +wheat_rust n 1 2 @ #m 1 0 13065089 +wheat_scab n 1 1 @ 1 0 14217581 +wheatear n 1 2 @ #m 1 0 01561732 +wheately_elm n 1 2 @ #m 1 0 12408466 +wheatfield n 1 1 @ 1 0 08683286 +wheatflake n 1 1 @ 1 0 07705473 +wheatgrass n 1 3 @ ~ #m 1 0 12105125 +wheatley n 1 1 @ 1 0 11382930 +wheatstone n 1 1 @ 1 0 11383100 +wheatstone_bridge n 1 1 @ 1 0 04574761 +wheatworm n 1 2 @ #m 1 0 01932643 +wheedler n 1 2 @ + 1 0 10775379 +wheedling n 1 3 @ ~ + 1 0 00159899 +wheel n 7 5 @ ~ #p %p + 7 2 04574999 04313503 05195920 04575723 04113406 04039041 02834778 +wheel_and_axle n 1 1 @ 1 0 04575824 +wheel_bug n 1 2 @ #m 1 0 02244797 +wheel_horse n 1 1 @ 1 0 02387581 +wheel_lock n 1 1 @ 1 0 04576861 +wheel_spoke n 1 2 @ #p 1 0 04283378 +wheel_tree n 1 2 @ #m 1 0 12222900 +wheelbarrow n 1 1 @ 1 0 02797295 +wheelbase n 1 1 @ 1 0 05087173 +wheelchair n 1 2 @ ~ 1 1 04576002 +wheeled_vehicle n 1 3 @ ~ %p 1 0 04576211 +wheeler n 5 3 @ ~ + 5 0 11383278 10775660 10775536 09986189 02387581 +wheeler_dealer n 1 3 @ ~ ; 1 0 10194566 +wheeler_peak n 1 2 @ #p 1 0 09478047 +wheelhouse n 1 3 @ ~ #p 1 0 03939677 +wheeling n 2 3 @ #p + 2 0 09157021 00122530 +wheelwork n 1 2 @ ~ 1 0 04576971 +wheelwright n 1 1 @ 1 0 10775660 +wheeze n 2 3 @ + ; 2 1 00836407 05909384 +wheeziness n 1 2 @ + 1 0 14372855 +whelk n 2 5 @ #m #s %s + 2 0 07782804 01947396 +whelp n 1 3 @ ~ + 1 0 01322343 +whereabouts n 1 1 @ 1 1 08683383 +wherefore n 1 1 @ 1 0 09179606 +wherewithal n 1 1 @ 1 0 13354154 +wherry n 2 2 @ ; 2 0 04577293 04577139 +whetstone n 1 2 @ ~ 1 0 04577426 +whey n 2 1 @ 2 0 15097578 07849733 +whicker n 1 2 @ + 1 0 07387316 +whidah n 1 2 @ #m 1 0 01543383 +whiff n 3 4 @ ~ #m + 3 1 11497888 02662239 00130512 +whiffer n 1 2 @ + 1 0 10775771 +whiffletree n 1 1 @ 1 0 04577567 +whig n 3 1 @ 3 1 10776141 10776052 10775911 +whig_party n 1 1 @ 1 0 08264203 +while n 1 2 @ ~ 1 1 15246353 +whim n 2 1 @ 2 1 07490579 05919549 +whimper n 1 2 @ + 1 0 07211752 +whimsey n 2 1 @ 2 0 05919549 04671841 +whimsicality n 2 2 @ + 2 0 04671841 04650010 +whimsy n 2 2 @ + 2 0 05919549 04671841 +whin n 3 2 @ #m 3 0 12574866 12530818 09478210 +whinberry n 1 2 @ %p 1 0 12248574 +whinchat n 1 1 @ 1 0 01560935 +whine n 1 2 @ + 1 0 07211752 +whiner n 1 3 @ ~ + 1 0 10776339 +whinny n 1 2 @ + 1 0 07387316 +whinstone n 1 1 @ 1 0 09478210 +whip n 5 5 @ ~ %p + ; 5 1 04577769 10776766 07612367 05022902 00134574 +whip-round n 1 2 @ ; 1 0 06513953 +whip-scorpion n 1 3 @ ~ #m 1 0 01771417 +whip-snake n 1 3 @ ~ #m 1 0 01731545 +whip_hand n 1 1 @ 1 1 05159123 +whip_scorpion n 1 3 @ ~ #m 1 0 01771417 +whip_snake n 1 3 @ ~ #m 1 0 01731545 +whip_top n 1 1 @ 1 0 04578459 +whipcord n 2 1 @ 2 0 04578220 04578112 +whiplash n 2 1 @ 2 0 14298420 00134574 +whiplash_injury n 1 1 @ 1 0 14298420 +whipped_cream n 1 1 @ 1 0 07621388 +whipper n 1 2 @ + 1 0 10684146 +whipper-in n 1 1 @ 1 0 10776887 +whippersnapper n 1 1 @ 1 0 10776987 +whippet n 1 1 @ 1 0 02091134 +whipping n 4 3 @ ~ + 4 1 01163047 07476623 04578559 01176219 +whipping_boy n 1 1 @ 1 0 10555311 +whipping_cream n 1 1 @ 1 0 07848196 +whipping_post n 1 1 @ 1 0 04578329 +whipping_top n 1 1 @ 1 0 04578459 +whipple's_penstemon n 1 2 @ #m 1 0 12888457 +whippletree n 1 1 @ 1 0 04577567 +whippoorwill n 1 2 @ #m 1 0 01836087 +whipsaw n 1 3 @ ~ + 1 0 04503836 +whipsnake n 1 3 @ ~ #m 1 0 01731545 +whipstitch n 1 2 @ ~ 1 0 04578559 +whipstitching n 1 2 @ ~ 1 0 04578559 +whiptail n 1 3 @ ~ #m 1 0 01685808 +whiptail_lizard n 1 3 @ ~ #m 1 0 01685808 +whir n 1 2 @ + 1 1 07399917 +whirl n 4 3 @ ~ + 4 1 07442068 13878112 00787061 00343249 +whirlaway n 1 1 @ 1 0 02384017 +whirler n 2 2 @ + 2 0 10777147 04578708 +whirligig n 2 3 @ ~ + 2 0 04454240 02966193 +whirligig_beetle n 1 2 @ #m 1 0 02177506 +whirling n 1 2 @ + 1 0 00342755 +whirling_dervish n 1 1 @ 1 0 10777147 +whirlpool n 1 3 @ ~ + 1 0 07433145 +whirlwind n 1 2 @ ~ 1 0 11525779 +whirlybird n 1 3 @ ~ %p 1 0 03512147 +whirr n 1 2 @ + 1 0 07399917 +whirring n 1 2 @ + 1 1 07399917 +whisk n 2 2 @ + 2 0 04578934 04578801 +whisk_broom n 1 1 @ 1 0 04578801 +whisk_fern n 1 3 @ ~ #m 1 0 13216812 +whisker n 2 2 @ + 2 0 13761603 01901828 +whisker_jack n 1 3 @ ~ #m 1 0 01581166 +whiskers n 1 4 @ ~ #p %p 1 1 05261566 +whiskey n 1 3 @ ~ #s 1 1 07906284 +whiskey_bottle n 1 1 @ 1 0 04579056 +whiskey_jug n 1 1 @ 1 0 04579145 +whiskey_neat n 1 1 @ 1 0 07918454 +whiskey_on_the_rocks n 1 1 @ 1 0 07918601 +whiskey_sour n 1 2 @ %s 1 0 07918193 +whisky n 1 3 @ ~ #s 1 1 07906284 +whisky_neat n 1 1 @ 1 0 07918454 +whisky_on_the_rocks n 1 1 @ 1 1 07918601 +whisky_sour n 1 2 @ %s 1 0 07918193 +whisper n 2 3 @ ~ + 2 1 07130341 07392783 +whisperer n 1 2 @ + 1 0 10777299 +whispering n 2 3 @ ~ + 2 0 07392783 07130341 +whispering_bells n 1 2 @ #m 1 0 12835331 +whispering_campaign n 1 1 @ 1 0 00801450 +whispering_dome n 1 1 @ 1 0 04579230 +whispering_gallery n 1 1 @ 1 0 04579230 +whist n 1 2 @ ~ 1 0 00496167 +whist_drive n 1 2 @ ; 1 0 07450549 +whistle n 5 3 @ ~ + 5 0 07400156 06806098 04579667 04579432 03912218 +whistle-blower n 1 1 @ 1 0 10777400 +whistle-stop_tour n 1 2 @ #p 1 0 00749232 +whistle_blower n 1 1 @ 1 0 10777400 +whistle_buoy n 1 1 @ 1 0 07266665 +whistle_stop n 1 1 @ 1 0 04579795 +whistleblower n 1 1 @ 1 0 10777400 +whistler n 5 4 @ ~ #m + 5 0 11383425 10777768 02361706 01850373 01556514 +whistling n 3 2 @ + 3 2 07400156 00547454 06806098 +whistling_buoy n 1 1 @ 1 0 07266665 +whistling_marmot n 1 1 @ 1 0 02361706 +whistling_swan n 1 1 @ 1 0 01859689 +whit n 1 1 @ 1 1 13773725 +whit-tuesday n 1 2 @ #p 1 0 15242599 +whit_leather n 1 1 @ 1 0 14761450 +white n 12 7 ! @ ~ #m #p + ; 12 2 09638875 04960729 11384291 11384159 11384022 11383917 11383767 11383546 09478355 07841037 04579986 03357081 +white-alder_family n 1 3 @ #m %m 1 0 12249821 +white-bellied_swallow n 1 1 @ 1 0 01595450 +white-berry_yew n 1 2 @ #m 1 0 11663263 +white-breasted_nuthatch n 1 2 @ #m 1 0 01591301 +white-chinned_petrel n 1 2 @ #m 1 0 02059541 +white-coat_hypertension n 1 1 @ 1 0 14105504 +white-crowned_sparrow n 1 2 @ #m 1 0 01535690 +white-faced_hornet n 1 1 @ 1 0 02213663 +white-footed_mouse n 1 2 @ #m 1 0 02336826 +white-headed_stilt n 1 2 @ #m 1 0 02035402 +white-heart_hickory n 1 2 @ #m 1 0 12322099 +white-leaved_rockrose n 1 1 @ 1 0 12374705 +white-lipped_peccary n 1 1 @ 1 0 02397987 +white-man's_foot n 1 1 @ 1 0 12599435 +white-pine_rust n 1 1 @ 1 0 14277833 +white-rayed_mule's_ears n 1 2 @ #m 1 0 12032686 +white-rumped_shrike n 1 1 @ 1 0 01599388 +white-stemmed_filaree n 1 1 @ 1 0 12689305 +white-tailed_deer n 1 2 @ #m 1 0 02432291 +white-tailed_jackrabbit n 1 1 @ 1 0 02327175 +white-tailed_kite n 1 2 @ #m 1 0 01609391 +white-tailed_sea_eagle n 1 1 @ 1 0 01615458 +white-throated_sparrow n 1 2 @ #m 1 0 01535469 +white-tipped_shark n 1 2 @ #m 1 0 01490112 +white-topped_aster n 1 3 @ ~ #m 1 0 12013511 +white_admiral n 2 2 @ #m 2 0 02276902 02276749 +white_alder n 2 2 @ #m 2 0 12285369 12250180 +white_anglo-saxon_protestant n 1 1 @ 1 0 09641578 +white_ant n 1 3 @ ~ #m 1 0 02223266 +white_arsenic n 1 1 @ 1 0 14768201 +white_ash n 2 1 @ 2 0 12336727 12304115 +white_aspen n 1 1 @ 1 0 12732009 +white_avens n 2 1 @ 2 0 12632733 12631813 +white_backlash n 1 1 @ 1 0 00203208 +white_baneberry n 1 1 @ 1 0 11724363 +white_basswood n 1 1 @ 1 0 12203896 +white_bead n 1 1 @ 1 0 11724363 +white_bean n 1 1 @ 1 0 07727140 +white_bedstraw n 1 1 @ 1 0 12666369 +white_beech n 1 2 @ #m 1 0 12261808 +white_beer n 1 3 @ ~ ; 1 0 07888465 +white_birch n 1 2 @ #m 1 0 12282737 +white_blood_cell n 1 2 @ ~ 1 0 05449959 +white_blood_corpuscle n 1 2 @ ~ 1 0 05449959 +white_book n 1 1 @ 1 0 07219530 +white_bread n 1 2 @ ~ 1 0 07687211 +white_broom n 1 2 @ #m 1 0 12521186 +white_bryony n 1 1 @ 1 0 12163279 +white_burgundy n 1 1 @ 1 0 07894551 +white_cake n 1 1 @ 1 0 07632980 +white_camas n 1 2 @ #m 1 0 12467197 +white_campion n 1 2 @ #m 1 0 11816336 +white_cedar n 2 2 @ #m 2 0 11644226 11635152 +white_cell n 1 2 @ ~ 1 0 05449959 +white_chocolate n 1 2 @ %s 1 0 07604587 +white_cinnamon n 1 2 @ #p 1 0 12372520 +white_cinnamon_tree n 1 3 @ #m %p 1 0 12372233 +white_clover n 1 1 @ 1 0 11753700 +white_cockle n 1 2 @ #m 1 0 11816336 +white_cohosh n 1 1 @ 1 0 11724363 +white_corpuscle n 1 2 @ ~ 1 0 05449959 +white_crappie n 1 1 @ 1 0 02563079 +white_croaker n 2 2 @ #m 2 0 02598878 02598573 +white_currant n 1 2 @ #m 1 0 12805762 +white_cypress n 1 2 @ #m 1 0 11635152 +white_cypress_pine n 1 1 @ 1 0 11634243 +white_daisy n 1 2 @ #m 1 0 11989869 +white_dead_nettle n 1 2 @ #m 1 0 12849279 +white_dipladenia n 1 2 @ #m 1 0 11773408 +white_dog's-tooth_violet n 1 1 @ 1 0 12450607 +white_dogtooth_violet n 1 1 @ 1 0 12450607 +white_dwarf n 1 1 @ 1 0 09478569 +white_dwarf_star n 1 1 @ 1 0 09478569 +white_elephant n 2 1 @ 2 0 13252853 02504196 +white_elm n 1 2 @ #m 1 0 12406488 +white_fairy_lantern n 1 2 @ #m 1 0 12446908 +white_false_indigo n 1 1 @ 1 0 12509821 +white_feather n 1 1 @ 1 0 06856487 +white_feldspar n 1 1 @ 1 0 14865533 +white_fir n 2 1 @ 2 0 11621727 11621281 +white_flag n 1 1 @ 1 1 04580126 +white_fox n 1 3 @ ~ #m 1 0 02120079 +white_friar n 1 2 @ #m 1 0 10778148 +white_fringed_orchid n 1 1 @ 1 0 12066261 +white_fringed_orchis n 1 1 @ 1 0 12066261 +white_fritillary n 1 1 @ 1 0 12453018 +white_fungus n 1 2 @ #m 1 0 12979829 +white_globe_lily n 1 2 @ #m 1 0 12446908 +white_gold n 1 1 @ 1 0 14719169 +white_goods n 2 3 @ ~ ; 2 0 04580493 04580298 +white_heat n 1 1 @ 1 1 05017121 +white_heather n 1 2 @ #m 1 0 12233998 +white_hellebore n 1 1 @ 1 0 12464649 +white_honeysuckle n 2 2 @ #m 2 0 12674484 12244819 +white_hope n 1 1 @ 1 0 10778999 +white_horehound n 1 1 @ 1 0 12854193 +white_horse n 1 1 @ 1 0 07352693 +white_horse_nettle n 1 1 @ 1 0 12894930 +white_house n 2 3 @ #p %p 2 1 08128837 04580777 +white_knight n 1 2 @ ~ 1 0 08076705 +white_lead n 1 1 @ 1 0 15097722 +white_lead_ore n 1 2 @ %s 1 0 14670178 +white_leather n 1 1 @ 1 0 14761450 +white_leg n 1 1 @ 1 0 14103018 +white_lettuce n 1 2 @ #m 1 0 11997160 +white_lie n 1 1 @ 1 0 06757771 +white_lily n 2 2 @ #m 2 0 12426978 11715810 +white_line n 1 1 @ 1 0 07262462 +white_lotus n 1 2 @ #m 1 0 11715810 +white_lung n 1 1 @ 1 0 14055052 +white_lupine n 1 1 @ 1 0 12546420 +white_madder n 1 1 @ 1 0 12666369 +white_magic n 1 2 @ ~ 1 0 05979800 +white_maire n 1 2 @ #m 1 0 12301766 +white_mallee n 1 1 @ 1 0 12337131 +white_mallow n 1 2 @ #m 1 0 12174521 +white_man n 1 2 @ ~ 1 1 09641002 +white_man's_burden n 1 1 @ 1 0 01132709 +white_mangrove n 2 2 @ #m 2 0 12915811 12325234 +white_marlin n 1 1 @ 1 0 02631775 +white_matsutake n 1 1 @ 1 0 13232106 +white_matter n 1 4 @ ~ #s %p 1 0 05483677 +white_meat n 1 2 @ #p 1 0 07648408 +white_melilot n 1 1 @ 1 0 11751213 +white_metal n 1 1 @ 1 0 14719597 +white_milkweed n 1 1 @ 1 0 13234114 +white_mountain_ash n 1 1 @ 1 0 12337391 +white_mulberry n 1 1 @ 1 0 12399384 +white_mullein n 1 1 @ 1 0 12889412 +white_mullet n 1 2 @ #m 1 0 02601921 +white_mustard n 1 2 @ %p 1 0 11896519 +white_nile n 1 1 @ 1 0 09478678 +white_noise n 1 1 @ 1 0 07431852 +white_oak n 1 2 @ ~ 1 0 12269652 +white_onion_sauce n 1 1 @ 1 0 07839730 +white_pages n 1 1 @ 1 0 07251148 +white_paper n 1 1 @ 1 0 07219530 +white_pelican n 1 2 @ #m 1 0 02052204 +white_people n 1 2 @ %m 1 0 09639237 +white_pepper n 2 4 @ #m %s %p 2 0 13149506 07815956 +white_perch n 1 2 @ #m 1 0 02566489 +white_person n 1 3 @ ~ #m 1 0 09638875 +white_pine n 2 4 @ ~ #s %s 2 0 11612923 11609251 +white_pine_blister_rust n 1 1 @ 1 0 14277833 +white_plague n 2 3 @ ~ ; 2 0 14144064 14064408 +white_popinac n 1 2 @ #m 1 0 11762433 +white_poplar n 2 2 @ #s 2 0 12732009 11712621 +white_potato n 2 5 @ ~ #m #p %p 2 0 12897493 07710616 +white_potato_vine n 1 3 @ #m %p 1 0 12897493 +white_pox n 1 1 @ 1 0 14124688 +white_prairie_aster n 1 1 @ 1 0 11933903 +white_race n 1 2 @ %m 1 0 09639237 +white_rhinoceros n 1 1 @ 1 0 02392824 +white_rice n 1 1 @ 1 0 07804657 +white_river n 1 2 @ #p 1 0 09478355 +white_rocket n 1 2 @ #m 1 0 11885524 +white_room n 1 2 @ ~ 1 0 03040376 +white_russia n 1 5 @ #m #p %m %p 1 0 09011151 +white_russian n 3 2 @ #m 3 0 09695979 07931612 06944480 +white_rust n 1 2 @ #m 1 0 12981954 +white_sage n 1 1 @ 1 0 11930788 +white_sale n 1 1 @ 1 0 01120176 +white_sanicle n 1 2 @ #m 1 0 11917835 +white_sauce n 1 2 @ ~ 1 0 07837362 +white_sea n 1 2 @ #p 1 0 09478810 +white_seabass n 1 2 @ #m 1 0 02560546 +white_separatism n 1 2 @ + 1 0 08380606 +white_separatist n 1 2 @ + 1 0 10779238 +white_shark n 1 2 @ #m 1 0 01484850 +white_sheep n 1 2 @ #m 1 0 02415253 +white_silk-cotton_tree n 1 1 @ 1 0 12190410 +white_slave n 1 1 @ 1 0 10779416 +white_slaver n 1 1 @ 1 0 10779504 +white_slime_mushroom n 1 1 @ 1 0 13003974 +white_snakeroot n 1 2 @ #m 1 0 11917835 +white_snapdragon n 1 1 @ 1 0 12877493 +white_spanish_broom n 1 2 @ #m 1 0 12521186 +white_spruce n 1 1 @ 1 0 11625632 +white_squire n 1 1 @ 1 0 08076833 +white_stork n 1 2 @ #m 1 0 02002556 +white_stringybark n 1 1 @ 1 0 12337246 +white_sturgeon n 2 3 @ #m %p 2 0 02640857 02640626 +white_supremacist n 1 3 @ ~ + 1 0 10779610 +white_supremacy n 1 2 @ + 1 0 06204126 +white_sweet_clover n 1 1 @ 1 0 11751213 +white_tai n 1 1 @ 1 0 06934848 +white_tail n 1 2 @ #m 1 0 02432291 +white_thistle n 2 3 @ ~ #m 2 0 11902709 11831521 +white_tie n 2 2 @ %p 2 0 04580994 03239054 +white_tie_and_tails n 1 2 @ %p 1 0 03239054 +white_titi n 1 2 @ #m 1 0 12750767 +white_trash n 1 2 @ ; 1 0 09641226 +white_trumpet_lily n 1 1 @ 1 0 12427757 +white_turnip n 2 4 @ #m #p %p 2 0 11877646 07735981 +white_violet n 2 1 @ 2 1 12388444 12388652 +white_vitriol n 1 1 @ 1 0 15108324 +white_walnut n 1 3 @ #m %p 1 0 12318965 +white_water n 1 1 @ 1 0 09478962 +white_wax_tree n 1 1 @ 1 0 12308664 +white_whale n 1 2 @ #m 1 0 02072798 +white_willow n 1 2 @ #m 1 0 12725738 +white_wine n 1 2 @ ~ 1 0 07892813 +white_wolf n 1 1 @ 1 0 02114548 +white_woman n 1 1 @ 1 0 09641130 +white_wood_aster n 1 1 @ 1 0 11933387 +white_yam n 1 1 @ 1 0 12088327 +white_zinnia n 1 1 @ 1 0 12034384 +whitebait n 2 2 @ #m 2 0 07799132 02530052 +whitebark_pine n 1 1 @ 1 0 11614039 +whitebarked_pine n 1 1 @ 1 0 11614039 +whitecap n 1 1 @ 1 0 07352693 +whitecup n 1 2 @ #m 1 0 12908854 +whited_sepulcher n 1 1 @ 1 0 10777894 +whited_sepulchre n 1 1 @ 1 0 10777894 +whiteface n 2 1 @ 2 1 02407625 10778044 +whitefish n 3 6 @ ~ #m #p %p ; 3 0 07795317 07795133 02538985 +whitefly n 1 3 @ ~ #m 1 0 02246628 +whitehall n 2 2 @ #p 2 0 08596830 08357448 +whitehead n 2 2 @ #p 2 0 11384566 05245626 +whitehorse n 1 2 @ #p 1 0 08830882 +whitelash n 1 1 @ 1 0 00203208 +whiteman's_foot n 1 1 @ 1 0 12599435 +whitener n 1 4 @ ~ #s + 1 0 14779205 +whiteness n 3 3 @ ~ + 3 1 04960729 13990064 04978371 +whitening n 1 3 @ ~ + 1 0 00273877 +whiteout n 1 1 @ 1 0 11508808 +whitetail n 1 2 @ #m 1 0 02432291 +whitetail_antelope_squirrel n 1 1 @ 1 0 02357911 +whitetail_deer n 1 2 @ #m 1 0 02432291 +whitetail_jackrabbit n 1 1 @ 1 0 02327175 +whitetail_prairie_dog n 1 1 @ 1 0 02359667 +whitethorn n 1 2 @ #m 1 0 12627750 +whitethroat n 3 2 @ #m 3 0 01565078 01564914 01535469 +whitetip_shark n 2 2 @ #m 2 0 01493146 01490112 +whitewash n 3 2 @ + 3 0 07476952 04581102 01241594 +whitewater n 1 1 @ 1 0 09478962 +whitewood n 1 2 @ #s 1 0 11712621 +whitey n 1 2 @ ; 1 0 09641422 +whiting n 6 5 @ ~ #m #p %p 6 0 07778680 07778494 02637977 02597367 02524659 02523110 +whitlavia n 1 1 @ 1 0 12837259 +whitlow n 1 1 @ 1 0 14176570 +whitlow_grass n 1 1 @ 1 0 11886157 +whitlowwort n 1 2 @ #m 1 0 11813490 +whitman n 2 1 @ 2 0 11384986 11384755 +whitmonday n 1 2 @ #p 1 0 15242432 +whitney n 2 2 @ #p 2 0 11385126 09479072 +whitney_moore_young_jr. n 1 1 @ 1 0 11404140 +whitney_young n 1 1 @ 1 0 11404140 +whitsun n 1 3 @ #p %p 1 0 15242719 +whitsun_monday n 1 2 @ #p 1 0 15242432 +whitsun_tuesday n 1 2 @ #p 1 0 15242599 +whitsunday n 1 2 @ #p 1 0 15242209 +whitsuntide n 1 3 @ #p %p 1 0 15242719 +whittier n 1 1 @ 1 0 11385277 +whittle n 1 1 @ 1 0 11385442 +whittler n 1 2 @ + 1 0 10779775 +whitweek n 1 3 @ #p %p 1 0 15242719 +whiz n 2 3 @ ~ + 2 1 09762509 07400361 +whiz-kid n 1 1 @ 1 0 10135709 +whizbang n 2 1 @ 2 0 04581425 04581262 +whizbang_shell n 1 1 @ 1 0 04581425 +whizz n 1 2 @ ~ 1 0 09762509 +whizz-kid n 1 1 @ 1 0 10135709 +whizzbang n 2 1 @ 2 0 04581425 04581262 +who n 1 1 @ 1 0 08302724 +whodunit n 1 2 @ ~ 1 1 06370792 +whole n 2 4 @ ~ %p + 2 1 05869584 00003553 +whole-word_method n 1 1 @ 1 1 00888546 +whole_blood n 1 1 @ 1 0 05402961 +whole_caboodle n 1 1 @ 1 0 14461679 +whole_gale n 1 2 @ #p 1 0 11462401 +whole_kit n 1 1 @ 1 0 14461679 +whole_kit_and_boodle n 1 1 @ 1 0 14461679 +whole_kit_and_caboodle n 1 1 @ 1 0 14461679 +whole_life_insurance n 1 1 @ 1 0 13347947 +whole_meal_bread n 1 2 @ ~ 1 0 07682316 +whole_meal_flour n 1 2 @ ; 1 0 07569644 +whole_milk n 1 2 ! @ 1 0 07846802 +whole_name n 1 1 @ 1 0 06292478 +whole_note n 1 1 @ 1 0 06870576 +whole_number n 1 2 @ ~ 1 1 13728499 +whole_rest n 1 1 @ 1 0 06870726 +whole_shebang n 1 1 @ 1 0 14461679 +whole_snipe n 1 2 @ #m 1 0 02032222 +whole_step n 1 1 @ 1 0 06859056 +whole_to_part_relation n 1 1 @ 1 0 13808566 +whole_tone n 1 1 @ 1 0 06859056 +whole_wheat_bread n 1 2 @ ~ 1 0 07682316 +whole_wheat_flour n 1 2 @ ; 1 0 07569644 +whole_works n 1 1 @ 1 0 14461679 +wholeheartedness n 2 2 @ + 2 0 04867539 04645473 +wholeness n 2 4 @ ~ = + 2 0 14460565 14050011 +wholesale n 1 3 ! @ + 1 0 01114646 +wholesale_house n 1 2 @ #m 1 0 03206405 +wholesale_price_index n 1 1 @ 1 0 06641524 +wholesaler n 1 3 @ ~ + 1 1 10222497 +wholesomeness n 1 4 ! @ ~ + 1 0 04789689 +whoop n 1 2 @ + 1 0 07123288 +whoopee n 1 1 @ 1 0 00519251 +whooper n 2 3 @ #m + 2 0 02013177 01859325 +whooper_swan n 1 2 @ #m 1 0 01859325 +whooping_cough n 1 1 @ 1 0 14144626 +whooping_crane n 1 2 @ #m 1 0 02013177 +whoosh n 1 1 @ 1 0 07396530 +whopper n 2 1 @ 2 0 06757676 04574234 +whore n 1 3 @ ~ + 1 1 10485440 +whoredom n 1 2 @ + 1 0 00748155 +whorehouse n 1 2 @ ~ 1 0 04581595 +whoremaster n 2 1 @ 2 0 10779995 10779897 +whoremonger n 2 1 @ 2 0 10779995 10779897 +whoreson n 2 2 @ ; 2 0 09842823 09815188 +whorl n 3 3 @ ~ #p 3 1 13875970 05257737 03065424 +whorled_aster n 1 1 @ 1 0 11932927 +whorled_caraway n 1 1 @ 1 0 12934685 +whorled_loosestrife n 1 1 @ 1 0 12096089 +whorled_milkweed n 1 1 @ 1 0 13235766 +whorlywort n 1 2 @ #m 1 0 12882321 +whortleberry n 2 3 @ #p %p 2 0 12248574 07743224 +why n 1 1 @ 1 0 09179606 +whydah n 1 2 @ #m 1 0 01543383 +wi n 1 3 @ #p %p 1 0 09157163 +wicca n 2 1 @ 2 0 08485977 06245462 +wiccan n 1 1 @ 1 0 10780105 +wichita n 3 2 @ #p 3 0 09671974 09088989 06916021 +wichita_falls n 1 2 @ #p 1 0 09146912 +wick n 2 3 @ ~ #p 2 0 04582044 04581829 +wickedness n 5 3 @ ~ + 5 1 00745637 14563564 04852750 04827957 04781349 +wicker n 2 1 @ 2 1 15097849 04582205 +wicker_basket n 1 2 @ ~ 1 0 04582349 +wickerwork n 1 1 @ 1 0 04582205 +wicket n 4 2 @ %p 4 0 04582869 04582771 04582625 04582454 +wicket-keeper n 1 1 @ 1 0 10780185 +wicket_door n 1 1 @ 1 0 04582625 +wicket_gate n 1 1 @ 1 0 04582625 +wickiup n 1 1 @ 1 0 04583022 +wickliffe n 1 1 @ 1 0 11399866 +wickup n 1 2 @ #m 1 0 12342498 +wiclif n 1 1 @ 1 0 11399866 +wicopy n 1 2 @ #m 1 0 12347639 +widal's_test n 1 1 @ 1 0 05740162 +widal_test n 1 1 @ 1 0 05740162 +wide-angle_lens n 1 1 @ 1 0 04583212 +wide-body n 1 1 @ 1 0 04583620 +wide-body_aircraft n 1 1 @ 1 0 04583620 +wide_area_network n 1 1 @ 1 0 04583477 +wide_screen n 1 1 @ 1 1 04583776 +wide_wale n 1 1 @ 1 0 04583888 +widebody_aircraft n 1 1 @ 1 0 04583620 +widegrip_pushup n 1 1 @ 1 0 00629496 +wideness n 2 4 ! @ ~ + 2 0 05136343 05104548 +widening n 3 4 ! @ #p + 3 0 13574804 04500866 00407270 +widgeon n 1 3 @ ~ #m 1 0 01848648 +widget n 2 2 @ ~ 2 0 03218545 02729965 +widow n 1 3 @ ~ + 1 1 10780284 +widow's_peak n 1 2 @ #p 1 0 05256562 +widow's_walk n 1 1 @ 1 0 04583967 +widow's_weeds n 1 2 @ ; 1 0 04570532 +widow_bird n 1 2 @ #m 1 0 01543383 +widow_woman n 1 2 @ ~ 1 0 10780284 +widower n 1 1 @ 1 1 10780506 +widowhood n 2 2 @ + 2 1 15153667 13967970 +widowman n 1 1 @ 1 0 10780506 +width n 1 3 @ ~ = 1 1 05136150 +wieland n 1 2 @ ; 1 0 09585218 +wiener n 2 3 @ ~ #p 2 0 11385611 07676602 +wiener_roast n 1 1 @ 1 0 07577244 +wiener_schnitzel n 1 2 @ ; 1 0 07880458 +wienerwurst n 1 3 @ ~ #p 1 0 07676602 +wiesbaden n 1 1 @ 1 0 08775053 +wiesel n 1 1 @ 1 0 11385748 +wiesenboden n 1 1 @ 1 0 15097994 +wiesenthal n 1 1 @ 1 0 11386005 +wife n 1 4 ! @ ~ + 1 1 10780632 +wiffle n 1 2 @ ; 1 0 04584056 +wiffle_ball n 1 2 @ ; 1 0 04584056 +wifi n 1 1 @ 1 0 04595028 +wig n 2 2 @ ~ 2 1 04584207 06713099 +wig_tree n 1 1 @ 1 0 12760539 +wigeon n 1 3 @ ~ #m 1 0 01848648 +wigging n 1 1 @ 1 0 06713099 +wiggle n 1 2 @ + 1 0 00349705 +wiggle_nail n 1 1 @ 1 0 03112240 +wiggle_room n 1 1 @ 1 0 04659567 +wiggler n 3 3 @ #m + 3 0 10781236 02200509 01935395 +wiggliness n 1 2 @ + 1 0 04775185 +wight n 2 2 @ #p 2 0 09976429 09479238 +wigmaker n 1 1 @ 1 1 10781460 +wigner n 1 1 @ 1 0 11386138 +wigwam n 1 1 @ 1 0 04584373 +wikiup n 1 1 @ 1 0 04583022 +wilbur_wright n 1 1 @ 1 0 11398783 +wild n 2 3 @ ~ + 2 0 13939353 08683548 +wild-goose_chase n 1 1 @ 1 0 00320742 +wild_angelica n 1 1 @ 1 0 12932365 +wild_apple n 1 2 @ ~ 1 0 12634211 +wild_ass n 1 3 @ ~ #m 1 0 02390454 +wild_basil n 1 2 @ #m 1 0 12843970 +wild_bean n 2 4 @ #m #p %p 2 0 12507379 07774032 +wild_bergamot n 1 3 @ ~ #m 1 0 12858150 +wild_bill_hickock n 1 1 @ 1 0 11049443 +wild_blue_yonder n 1 1 @ 1 0 09224566 +wild_boar n 1 3 @ #m %p 1 0 02396427 +wild_buckwheat n 1 1 @ 1 0 12602612 +wild_cabbage n 1 2 @ #m 1 0 11875523 +wild_calla n 1 2 @ #m 1 0 11786131 +wild_card n 2 1 @ 2 0 07328646 04584512 +wild_carrot n 1 2 @ #m 1 0 12937130 +wild_cavy n 1 1 @ 1 0 02364840 +wild_celery n 2 2 @ #m 2 0 12933274 12615232 +wild_chamomile n 1 2 @ #m 1 0 11995092 +wild_cherry n 2 4 @ ~ #p %p 2 0 12642090 12641931 +wild_cherry_tree n 1 3 @ ~ %p 1 0 12641931 +wild_chervil n 1 2 @ #m 1 0 12932966 +wild_china_tree n 1 2 @ #m 1 0 12741586 +wild_cinnamon n 2 3 @ #m %p 2 0 12372233 12330891 +wild_clary n 1 1 @ 1 0 12866635 +wild_climbing_hempweed n 1 2 @ #m 1 0 11996251 +wild_coffee n 1 2 @ #m 1 0 12679876 +wild_cotton n 1 1 @ 1 0 12177455 +wild_crab n 1 2 @ #m 1 0 12634986 +wild_cranberry n 1 1 @ 1 0 12231358 +wild_crocus n 1 1 @ 1 0 11737752 +wild_dog n 1 3 @ ~ #m 1 1 02115335 +wild_duck n 1 1 @ 1 0 01851895 +wild_emmer n 1 1 @ 1 0 12143405 +wild_fig n 2 2 @ #m 2 0 12402051 12366053 +wild_flower n 1 2 @ ~ 1 0 11672400 +wild_garlic n 2 1 @ 2 0 12435649 12435486 +wild_geranium n 1 1 @ 1 0 12686077 +wild_ginger n 1 3 @ ~ #m 1 0 11802212 +wild_goat n 1 2 @ ~ 1 0 02417534 +wild_hollyhock n 2 2 @ #m 2 0 12187247 12181352 +wild_hop n 1 1 @ 1 0 12163456 +wild_horse n 1 2 @ ~ 1 1 02381460 +wild_hyacinth n 2 2 @ #m 2 0 12459275 12449934 +wild_hydrangea n 1 2 @ #m 1 0 12788678 +wild_indigo n 1 3 @ ~ #m 1 0 12509476 +wild_leek n 2 1 @ 2 0 12435338 12432356 +wild_licorice n 3 2 @ #m 3 0 12666050 12533190 12508497 +wild_lily_of_the_valley n 2 1 @ 2 0 12256920 12256708 +wild_liquorice n 2 2 @ #m 2 0 12533190 12508497 +wild_lupine n 1 2 @ #m 1 0 12546962 +wild_madder n 1 1 @ 1 0 12666369 +wild_man n 1 2 @ ~ 1 1 10781684 +wild_mandrake n 1 3 @ #m %p 1 0 11700058 +wild_mango n 1 3 @ #m %p 1 0 12717644 +wild_mango_tree n 1 3 @ #m %p 1 0 12717644 +wild_marjoram n 1 3 @ #m %p 1 0 12853287 +wild_meadow_lily n 1 1 @ 1 0 12426749 +wild_medlar n 1 3 @ #m %p 1 0 12670758 +wild_medlar_tree n 1 3 @ #m %p 1 0 12670758 +wild_morning-glory n 2 2 @ #m 2 0 12825061 12824053 +wild_mustard n 1 1 @ 1 0 11896722 +wild_oat n 1 1 @ 1 0 12110236 +wild_oat_grass n 1 1 @ 1 0 12110236 +wild_oats n 1 3 @ ~ #m 1 0 12475035 +wild_olive n 1 1 @ 1 0 12326033 +wild_onion n 1 3 @ ~ #m 1 0 12431861 +wild_orange n 2 2 @ #m 2 0 12714254 12643113 +wild_ox n 1 3 @ ~ #m 1 0 02402175 +wild_pansy n 1 1 @ 1 0 12390681 +wild_parsley n 1 1 @ 1 0 12930951 +wild_parsnip n 1 1 @ 1 0 12942025 +wild_pea n 1 3 @ ~ #m 1 0 12539306 +wild_peach n 1 2 @ #m 1 0 12380761 +wild_peanut n 1 2 @ #m 1 0 12505253 +wild_pink n 2 2 @ #m 2 0 12046028 11815918 +wild_pitch n 1 1 @ 1 1 00109892 +wild_plum n 2 3 @ ~ #p 2 0 12638556 07765728 +wild_plum_tree n 1 2 @ ~ 1 0 12638556 +wild_potato n 1 2 @ #m 1 0 12895578 +wild_potato_vine n 1 1 @ 1 0 12827907 +wild_pumpkin n 1 3 @ #m %p 1 0 12162425 +wild_quinine n 1 2 @ #m 1 0 12001294 +wild_radish n 1 2 @ #m 1 0 11894558 +wild_rape n 1 2 @ #m 1 0 11894558 +wild_raspberry n 1 1 @ 1 0 12656369 +wild_red_oat n 1 1 @ 1 0 12110475 +wild_rice n 2 4 @ #m #p %p 2 0 12145919 07804771 +wild_rosemary n 1 2 @ #m 1 0 12238913 +wild_rye n 1 3 @ ~ #m 1 0 12119238 +wild_sage n 1 1 @ 1 0 12866635 +wild_sarsaparilla n 1 2 @ #m 1 0 11797722 +wild_sarsparilla n 1 2 @ #m 1 0 11797722 +wild_senna n 1 2 @ #m 1 0 12500309 +wild_sensitive_plant n 1 2 @ #m 1 0 12494358 +wild_service_tree n 1 1 @ 1 0 12659064 +wild_sheep n 1 2 @ ~ 1 0 02414578 +wild_snapdragon n 1 3 @ ~ #m 1 0 12884260 +wild_spinach n 4 3 @ #p %p 4 0 11828973 11828577 07733847 07733712 +wild_spurge n 1 2 @ #m 1 0 12919195 +wild_strawberry n 1 2 @ #m 1 0 12630641 +wild_sweet_pea n 1 1 @ 1 0 12572858 +wild_sweet_potato_vine n 1 1 @ 1 0 12827907 +wild_tamarind n 2 2 @ #m 2 0 11764478 11762927 +wild_teasel n 1 1 @ 1 0 12683096 +wild_thyme n 1 1 @ 1 0 12870891 +wild_tobacco n 1 1 @ 1 0 12908093 +wild_vanilla n 1 2 @ #m 1 0 12028012 +wild_water_lemon n 1 1 @ 1 0 12384839 +wild_west n 1 1 @ 1 0 08683177 +wild_west_show n 1 1 @ 1 0 00523263 +wild_wheat n 1 1 @ 1 0 12143405 +wild_wilkworm n 1 4 @ ~ #m %p 1 0 02302620 +wild_winterpea n 1 1 @ 1 0 12539564 +wild_yam n 1 2 @ #m 1 0 12089320 +wild_yellow_lily n 1 1 @ 1 0 12426749 +wildcat n 3 4 @ ~ #m + 3 3 04584639 09845589 02124623 +wildcat_strike n 1 1 @ 1 0 01244451 +wildcat_well n 1 1 @ 1 0 04584639 +wildcatter n 1 1 @ 1 1 10781547 +wilde n 1 1 @ 1 0 11386346 +wilde_dagga n 1 2 @ #m 1 0 12850906 +wildebeest n 1 2 @ #m 1 0 02421449 +wilder n 2 1 @ 2 0 11386692 11386503 +wilderness n 4 4 @ ~ + ; 4 0 14413831 09479424 08683548 05116730 +wilderness_campaign n 1 4 @ #p %p ; 1 0 01299735 +wildfire n 1 1 @ 1 0 07304753 +wildflower n 1 2 @ ~ 1 0 11672400 +wildfowl n 1 2 @ ~ 1 0 07646927 +wilding n 2 2 @ ~ 2 0 11531193 00554726 +wildlife n 1 1 @ 1 1 07993776 +wildness n 4 5 ! @ ~ = + 4 2 07481223 05037813 04909887 04907826 +wile n 1 3 @ ~ + 1 1 00752954 +wiley_post n 1 1 @ 1 0 11243907 +wilfulness n 1 3 @ ~ + 1 0 04908396 +wilhelm_apollinaris_de_kostrowitzki n 1 1 @ 1 0 10820444 +wilhelm_eduard_weber n 1 1 @ 1 0 11378929 +wilhelm_grimm n 1 1 @ 1 0 11016841 +wilhelm_ii n 1 1 @ 1 0 11386853 +wilhelm_karl_grimm n 1 1 @ 1 0 11016841 +wilhelm_konrad_roentgen n 1 1 @ 1 0 11268326 +wilhelm_konrad_rontgen n 1 1 @ 1 0 11268326 +wilhelm_ostwald n 1 1 @ 1 0 11218054 +wilhelm_reich n 1 1 @ 1 0 11257159 +wilhelm_richard_wagner n 1 1 @ 1 0 11369834 +wilhelm_von_opel n 1 1 @ 1 0 11215724 +wiliness n 1 2 @ + 1 0 05621178 +wilkes n 2 1 @ 2 0 11387179 11387060 +wilkes_land n 1 2 @ #p 1 0 08682188 +wilkie_collins n 1 1 @ 1 0 10905159 +wilkins n 3 1 @ 3 0 11387692 11387539 11387362 +wilkins_micawber n 1 1 @ 1 0 09601906 +wilkinson n 1 1 @ 1 0 11387806 +will n 3 5 @ ~ %p + ; 3 3 05652593 05983654 06544142 +will-o'-the-wisp n 2 1 @ 2 0 11459369 05896515 +will_durant n 1 1 @ 1 0 10945699 +will_hays n 1 1 @ 1 0 11036668 +will_keith_kellog n 1 1 @ 1 0 11099438 +will_power n 1 2 @ ~ 1 0 04862005 +will_rogers n 1 1 @ 1 0 11268883 +willa_cather n 1 1 @ 1 0 10887137 +willa_sibert_cather n 1 1 @ 1 0 10887137 +willamette n 1 2 @ #p 1 0 09479635 +willamette_river n 1 2 @ #p 1 0 09479635 +willard n 2 1 @ 2 0 11388141 11387973 +willard_frank_libby n 1 1 @ 1 0 11131505 +willard_huntington_wright n 1 1 @ 1 0 11399123 +willard_van_orman_quine n 1 1 @ 1 0 11250991 +willebrand n 1 1 @ 1 0 11388321 +willem_de_kooning n 1 1 @ 1 0 10928299 +willem_de_sitter n 1 1 @ 1 0 11303522 +willem_einthoven n 1 1 @ 1 0 10954819 +willet n 1 2 @ #m 1 0 02030837 +willful_neglect n 1 1 @ 1 0 04666083 +willfulness n 1 3 @ ~ + 1 0 04908396 +william_a._craigie n 1 1 @ 1 0 10914134 +william_and_mary n 1 1 @ 1 0 08486075 +william_ashley_sunday n 1 1 @ 1 0 11325534 +william_augustus n 1 1 @ 1 0 10917164 +william_averell_harriman n 1 1 @ 1 0 11030025 +william_beaumont n 1 1 @ 1 0 10839469 +william_benjamin_hogan n 1 1 @ 1 0 11055454 +william_blake n 1 1 @ 1 0 10852669 +william_bligh n 1 1 @ 1 0 10852961 +william_bradford n 1 1 @ 1 0 10860589 +william_bradford_shockley n 1 1 @ 1 0 11298810 +william_burroughs n 1 1 @ 1 0 10874706 +william_butler_yeats n 1 1 @ 1 0 11402463 +william_butterfield n 1 1 @ 1 0 10876661 +william_byrd n 1 1 @ 1 0 10877015 +william_carlos_williams n 1 1 @ 1 0 11390058 +william_caxton n 1 1 @ 1 0 10888644 +william_chambers n 1 1 @ 1 0 10889905 +william_christopher_handy n 1 1 @ 1 0 11027885 +william_claire_menninger n 1 1 @ 1 0 11174730 +william_clark n 1 1 @ 1 0 10899164 +william_clark_gable n 1 1 @ 1 0 10986437 +william_claude_dukenfield n 1 1 @ 1 0 10970718 +william_congreve n 1 1 @ 1 0 10907103 +william_cowper n 2 1 @ 2 0 10914006 10913871 +william_crawford_gorgas n 1 1 @ 1 0 11008462 +william_crookes n 1 1 @ 1 0 10916505 +william_curtis n 1 1 @ 1 0 10918558 +william_cuthbert_faulkner n 1 1 @ 1 0 10967633 +william_dawes n 1 1 @ 1 0 10925584 +william_dean_howells n 1 1 @ 1 0 11063061 +william_dudley_haywood n 1 1 @ 1 0 11036911 +william_edward_burghardt_du_bois n 1 1 @ 1 0 10944013 +william_ewart_gladstone n 1 1 @ 1 0 11001668 +william_f._cody n 1 1 @ 1 0 10904270 +william_falkner n 1 1 @ 1 0 10967633 +william_faulkner n 1 1 @ 1 0 10967633 +william_felton_russell n 1 1 @ 1 0 11275495 +william_franklin_graham n 1 1 @ 1 0 11010385 +william_frederick_cody n 1 1 @ 1 0 10904270 +william_fulbright n 1 1 @ 1 0 10985160 +william_gilbert n 2 1 @ 2 0 10999584 10999410 +william_gladstone n 1 1 @ 1 0 11001668 +william_golding n 1 1 @ 1 0 11004731 +william_graham_sumner n 1 1 @ 1 0 11325419 +william_green n 1 1 @ 1 0 11013324 +william_h._bonney n 1 1 @ 1 0 10857001 +william_harrison_dempsey n 1 1 @ 1 0 10930591 +william_harrison_hays n 1 1 @ 1 0 11036668 +william_harvey n 1 1 @ 1 0 11033358 +william_hazlitt n 1 1 @ 1 0 11037157 +william_henry n 1 1 @ 1 0 11040596 +william_henry_beveridge n 1 1 @ 1 0 10850667 +william_henry_fox_talbot n 1 1 @ 1 0 11329281 +william_henry_gates n 1 1 @ 1 0 10991936 +william_henry_harrison n 1 1 @ 1 0 11031420 +william_henry_hoover n 1 1 @ 1 0 11059079 +william_henry_hudson n 1 1 @ 1 0 11064330 +william_henry_mauldin n 1 1 @ 1 0 11165164 +william_henry_pratt n 1 1 @ 1 0 11096801 +william_henry_seward n 1 1 @ 1 0 11294349 +william_herschel n 1 1 @ 1 0 11045898 +william_hogarth n 1 1 @ 1 0 11055612 +william_holman_hunt n 1 1 @ 1 0 11067047 +william_holmes_mcguffey n 1 1 @ 1 0 11169135 +william_hoover n 1 1 @ 1 0 11059079 +william_howard_taft n 1 1 @ 1 0 11328714 +william_hubbs_rehnquist n 1 1 @ 1 0 11256765 +william_hyde_wollaston n 1 1 @ 1 0 11394954 +william_i n 1 1 @ 1 0 11388538 +william_ii n 1 1 @ 1 0 11388841 +william_iii n 1 1 @ 1 0 11389003 +william_inge n 1 1 @ 1 0 11071574 +william_iv n 1 1 @ 1 0 11389301 +william_james n 1 1 @ 1 1 11079392 +william_james_durant n 1 1 @ 1 0 10945699 +william_jefferson_clinton n 1 1 @ 1 0 10902591 +william_jennings_bryan n 1 1 @ 1 0 10869385 +william_john_clifton_haley_jr. n 1 1 @ 1 0 11024226 +william_kidd n 1 1 @ 1 0 11104458 +william_lawrence_shirer n 1 1 @ 1 0 11298634 +william_le_baron_jenny n 1 1 @ 1 0 11082353 +william_lloyd_garrison n 1 1 @ 1 0 10991583 +william_makepeace_thackeray n 1 1 @ 1 0 11337202 +william_maxwell_aitken n 1 1 @ 1 0 10839791 +william_mckinley n 1 1 @ 1 0 11169418 +william_menninger n 1 1 @ 1 0 11174730 +william_mitchell n 1 1 @ 1 0 11182621 +william_morris n 1 1 @ 1 0 11192067 +william_nunn_lipscom_jr. n 1 1 @ 1 0 11134730 +william_of_occam n 1 1 @ 1 0 11211517 +william_of_ockham n 1 1 @ 1 0 11211517 +william_of_orange n 1 1 @ 1 0 11389003 +william_of_wykeham n 1 1 @ 1 0 11400230 +william_patterson n 1 1 @ 1 0 11225165 +william_penn n 1 1 @ 1 0 11228956 +william_penn_adair_rogers n 1 1 @ 1 0 11268883 +william_pitt n 2 1 @ 2 0 11236497 11236317 +william_ralph_inge n 1 1 @ 1 0 11071677 +william_randolph_hearst n 1 1 @ 1 0 11037278 +william_rehnquist n 1 1 @ 1 0 11256765 +william_richard_morris n 1 1 @ 1 0 11210383 +william_rose_benet n 1 1 @ 1 0 10844527 +william_rowan_hamilton n 1 1 @ 1 0 11026231 +william_rufus n 1 1 @ 1 0 11388841 +william_s._burroughs n 1 1 @ 1 0 10874706 +william_s._gilbert n 1 1 @ 1 0 10999584 +william_saroyan n 1 1 @ 1 0 11282154 +william_schwenk_gilbert n 1 1 @ 1 0 10999584 +william_seward_burroughs n 2 1 @ 2 0 10874706 10874540 +william_shakespeare n 1 1 @ 1 0 11295196 +william_shakspere n 1 1 @ 1 0 11295196 +william_shockley n 1 1 @ 1 0 11298810 +william_somerset_maugham n 1 1 @ 1 0 11164970 +william_stanley_jevons n 1 1 @ 1 0 11084200 +william_strickland n 1 1 @ 1 0 11322344 +william_stubbs n 1 1 @ 1 0 11322937 +william_styron n 1 1 @ 1 0 11323316 +william_sydney_porter n 1 1 @ 1 0 11243102 +william_tatem_tilden_jr. n 1 1 @ 1 0 11342440 +william_tecumseh_sherman n 1 1 @ 1 0 11297983 +william_tell n 1 1 @ 1 0 10698649 +william_the_conqueror n 1 1 @ 1 0 11388538 +william_thompson n 1 1 @ 1 0 11100260 +william_thornton n 1 1 @ 1 0 11341374 +william_tindal n 1 1 @ 1 0 11354333 +william_tindale n 1 1 @ 1 0 11354333 +william_tyndale n 1 1 @ 1 0 11354333 +william_walton n 1 1 @ 1 0 11373231 +william_wilkie_collins n 1 1 @ 1 0 10905159 +william_wordsworth n 1 2 @ #m 1 0 11397657 +william_wycherley n 1 1 @ 1 0 11399716 +william_wyler n 1 1 @ 1 0 11400490 +william_wymark_jacobs n 1 1 @ 1 0 11078059 +williams n 6 1 @ 6 0 11390364 11390170 11390058 11389901 11389619 11389481 +williams_syndrome n 1 1 @ 1 0 14470754 +williamstown n 1 2 @ #p 1 0 09099411 +willie_howard_mays_jr. n 1 1 @ 1 0 11167269 +willie_mays n 1 1 @ 1 0 11167269 +willies n 1 1 @ 1 0 07525259 +willing n 1 3 @ ~ + 1 1 00163047 +willingness n 1 4 ! @ ~ + 1 1 04644512 +willis n 1 1 @ 1 0 11390549 +willow n 2 3 @ ~ #m 2 1 12724942 04584794 +willow-pattern n 1 1 @ 1 0 04584944 +willow_aster n 1 1 @ 1 0 11937446 +willow_bell n 1 1 @ 1 0 12038585 +willow_family n 1 3 @ #m %m 1 0 12723985 +willow_oak n 1 1 @ 1 0 12277150 +willow_tree n 1 3 @ ~ #m 1 0 12724942 +willowherb n 1 3 @ ~ #m 1 0 12342299 +willowware n 1 1 @ 1 0 04584944 +willpower n 1 2 @ ~ 1 1 04862005 +willy_brandt n 1 1 @ 1 0 10862822 +wilmington n 2 3 @ #p %p 2 0 09129187 09070363 +wilms'_tumor n 1 1 @ 1 0 14246097 +wilms_tumour n 1 1 @ 1 0 14246097 +wilmut n 1 1 @ 1 0 11390692 +wilno n 1 2 @ #p 1 0 09014273 +wilson n 11 3 @ #p + 11 0 11392368 11392210 11392082 11391915 11391759 11391587 11391379 11391234 11391123 11390855 09479811 +wilson's_blackcap n 1 1 @ 1 0 01567879 +wilson's_disease n 1 1 @ 1 0 14569121 +wilson's_phalarope n 1 2 @ #m 1 0 02038466 +wilson's_snipe n 1 2 @ #m 1 0 02032355 +wilson's_thrush n 1 2 @ #m 1 0 01559639 +wilson's_warbler n 1 1 @ 1 0 01567879 +wilson_cloud_chamber n 1 1 @ 1 0 03052628 +wilsonia_pusilla n 1 1 @ 1 0 01567879 +wilt n 2 3 @ ~ + 2 0 14283178 00362546 +wilt_disease n 1 2 @ ~ 1 0 14283178 +wilting n 1 2 @ + 1 0 00362546 +wilton n 1 1 @ 1 0 04585128 +wilton_carpet n 1 1 @ 1 0 04585128 +wimble n 1 1 @ 1 0 02758490 +wimbledon n 1 2 @ #p 1 0 08876773 +wimp n 2 4 @ #p + ; 2 0 10781817 09476717 +wimple n 1 1 @ 1 0 04585318 +wimshurst_machine n 1 2 @ ~ 1 0 03280394 +win n 2 3 @ ~ + 2 1 07354731 13259917 +wince n 2 2 @ + 2 0 06879056 00865471 +wincey n 1 2 @ ; 1 0 04585456 +winceyette n 1 2 @ ; 1 0 04585626 +winch n 1 4 @ ~ #p + 1 0 04585745 +winchester n 2 4 @ #p %p ; 2 0 08880859 04585980 +winchester_college n 1 2 @ #p 1 0 08411031 +winchester_drive n 1 3 @ %p ; 1 0 03209666 +winckelmann n 1 1 @ 1 0 11392539 +wind n 8 5 @ ~ %s %p + 8 3 11525955 11415492 00836537 07136711 06651577 04586932 00839597 00345641 +wind_bell n 1 1 @ 1 0 04586225 +wind_cave_national_park n 1 2 @ #p 1 0 08609858 +wind_chime n 1 1 @ 1 0 04586225 +wind_cone n 1 1 @ 1 0 07257582 +wind_deflection n 1 1 @ 1 0 05011431 +wind_energy_facility n 1 2 @ %p 1 0 04586761 +wind_exposure n 1 1 @ 1 0 05044215 +wind_farm n 1 2 @ %p 1 0 04586761 +wind_gage n 1 1 @ 1 0 02710429 +wind_gap n 1 1 @ 1 0 09479962 +wind_gauge n 1 1 @ 1 0 02710429 +wind_generation n 1 1 @ 1 0 11526894 +wind_generator n 1 2 @ %p 1 0 04587404 +wind_harp n 1 1 @ 1 0 02682407 +wind_instrument n 1 3 @ ~ %p 1 0 04586932 +wind_park n 1 2 @ %p 1 0 04586761 +wind_poppy n 1 1 @ 1 0 11908549 +wind_power n 1 1 @ 1 0 11526894 +wind_rose n 1 1 @ 1 0 04590416 +wind_scale n 1 2 @ %p 1 0 13850674 +wind_sleeve n 1 1 @ 1 0 07257582 +wind_sock n 1 1 @ 1 0 07257582 +wind_tee n 1 1 @ 1 0 04591249 +wind_tunnel n 1 1 @ 1 0 04591359 +wind_turbine n 1 2 @ #p 1 0 04591517 +wind_vane n 1 2 @ ~ 1 0 04568069 +windage n 4 1 @ 4 0 11505210 05103503 05044215 05011431 +windaus n 1 1 @ 1 0 11392754 +windbag n 1 1 @ 1 1 10121467 +windbreak n 1 1 @ 1 1 04586072 +windbreaker n 1 3 @ ~ ; 1 0 03891051 +windburn n 1 1 @ 1 0 14290751 +windcheater n 1 3 @ ~ ; 1 0 03891051 +winder n 3 3 @ ~ + 3 0 10781984 04586581 04586421 +windfall n 2 1 @ 2 0 07739035 07477587 +windfall_profit n 1 1 @ 1 0 13259630 +windflower n 1 3 @ ~ #m 1 0 11725015 +windhoek n 1 2 @ #p 1 0 08700133 +windiness n 2 4 @ ~ = + 2 0 14523787 07090108 +winding n 1 1 @ 1 0 00345641 +winding-clothes n 1 1 @ 1 1 03879116 +winding-sheet n 1 1 @ 1 0 03879116 +windjammer n 1 1 @ 1 0 04587327 +windlass n 1 3 @ ~ #p 1 0 04585745 +windlessness n 1 2 @ + 1 0 14522809 +windmill n 2 2 @ %p 2 1 04587559 04587404 +windmill_grass n 1 1 @ 1 0 12114770 +window n 8 5 @ ~ #p %p ; 8 4 04587648 04588365 04588587 09480077 15299783 04589745 04588986 04588739 +window-washing n 1 1 @ 1 1 00256217 +window_blind n 1 2 @ ~ 1 0 04589190 +window_box n 1 1 @ 1 1 04589325 +window_cleaner n 1 1 @ 1 0 10783145 +window_dresser n 1 1 @ 1 0 10783240 +window_dressing n 2 1 @ 2 0 06758698 00262908 +window_envelope n 1 2 @ %p 1 0 04589434 +window_frame n 1 3 @ #p %p 1 0 04589593 +window_glass n 1 3 @ ~ #p 1 0 03881893 +window_lock n 1 2 @ #p 1 0 04136800 +window_oyster n 1 2 @ #m 1 0 01962788 +window_pane n 1 1 @ 1 0 02675657 +window_sash n 1 3 @ ~ #p 1 0 04136510 +window_screen n 1 1 @ 1 0 04589890 +window_seat n 1 1 @ 1 0 04590021 +window_shade n 1 2 @ ~ 1 1 04590129 +window_trimmer n 1 1 @ 1 0 10783240 +window_washer n 1 1 @ 1 0 10783352 +windowpane n 2 3 @ #m #p 2 1 04589745 02662825 +windowpane_oyster n 1 2 @ #m 1 0 01962788 +windows n 1 2 @ ; 1 0 06581823 +windowsill n 1 2 @ #p 1 1 04590263 +windpipe n 1 3 @ #p %p 1 0 05531814 +windscreen n 1 2 @ #p 1 0 04590553 +windscreen_wiper n 1 2 @ #p 1 0 04590746 +windshield n 1 2 @ #p 1 1 04590553 +windshield_wiper n 1 2 @ #p 1 0 04590746 +windsock n 1 1 @ 1 0 07257582 +windsor n 2 2 @ %m 2 0 08828627 08159740 +windsor_chair n 1 1 @ 1 0 04590933 +windsor_green n 1 1 @ 1 1 14811347 +windsor_knot n 1 1 @ 1 0 04591056 +windsor_tie n 1 1 @ 1 0 04591157 +windstorm n 1 2 @ ~ 1 0 11527014 +windtalker n 1 1 @ 1 0 09933613 +windup n 1 3 @ ~ + 1 0 00211110 +windward n 2 3 ! @ ~ 2 0 13829586 08610023 +windward_islands n 1 3 @ #p %p 1 0 08749864 +windward_isles n 1 3 @ #p %p 1 0 08749864 +windward_passage n 1 2 @ #p 1 0 09480241 +windward_side n 1 1 @ 1 0 13829720 +windy_city n 1 3 @ #p %p 1 0 09083390 +wine n 2 4 @ ~ #s + 2 2 07891726 04964162 +wine-colored n 1 1 @ 1 0 04964162 +wine-coloured n 1 1 @ 1 0 04964162 +wine-maker's_yeast n 1 2 @ #m 1 0 13026015 +wine_bar n 1 1 @ 1 0 04591631 +wine_barrel n 1 1 @ 1 0 04592005 +wine_bottle n 1 3 @ ~ %p 1 0 04591713 +wine_bucket n 1 1 @ 1 0 04591887 +wine_cask n 1 1 @ 1 0 04592005 +wine_cellar n 1 1 @ 1 0 02991847 +wine_cooler n 1 1 @ 1 0 04591887 +wine_lover n 1 1 @ 1 0 10370955 +wine_maker n 2 1 @ 2 0 10754088 04592465 +wine_making n 1 2 @ - 1 0 01126564 +wine_merchant n 1 1 @ 1 0 10754189 +wine_palm n 2 3 @ #m %s 2 0 12587132 12585629 +wine_sauce n 1 1 @ 1 0 07831663 +wine_steward n 1 1 @ 1 0 10623806 +wine_taster n 1 1 @ 1 0 10783438 +wine_tasting n 1 1 @ 1 0 08486189 +wine_vinegar n 1 1 @ 1 0 07829331 +wine_waiter n 1 1 @ 1 0 10623806 +wineberry n 2 2 @ #m 2 0 12657755 12193665 +wineglass n 1 3 @ ~ %p 1 1 04592099 +wineglass_heel n 1 1 @ 1 0 04592243 +winemaker n 1 1 @ 1 0 10754088 +winemaking n 1 2 @ - 1 0 01126564 +winepress n 1 1 @ 1 0 04592356 +winery n 1 2 @ + 1 0 04592465 +winesap n 1 1 @ 1 0 07741804 +wineskin n 1 1 @ 1 0 04592596 +winfield_scott n 1 1 @ 1 0 11289307 +winfred n 1 2 @ ; 1 0 10856486 +wing n 11 7 @ ~ #p %m %p + ; 11 5 02151625 04592741 04592962 08219493 08482113 10782135 08493825 08486306 07648549 03327841 02713594 +wing-nut n 2 3 @ ~ #m 2 0 12322501 04593185 +wing_case n 1 1 @ 1 0 02152559 +wing_chair n 1 1 @ 1 0 04593077 +wing_commander n 1 1 @ 1 0 10782362 +wing_elm n 1 2 @ #m 1 0 12406304 +wing_flat n 1 1 @ 1 0 03116435 +wing_loading n 1 1 @ 1 0 13826845 +wing_nut n 2 3 @ ~ #m 2 0 12322501 04593185 +wing_screw n 1 1 @ 1 0 04593185 +wing_shooting n 1 1 @ 1 0 00225484 +wing_tip n 2 3 @ #p %p 2 0 04593524 04593376 +wingback n 2 3 @ #m ; 2 1 10782248 00727333 +winged_bean n 1 3 @ #m %p 1 0 12564083 +winged_elm n 1 2 @ #m 1 0 12406304 +winged_everlasting n 1 1 @ 1 0 11920663 +winged_pea n 2 3 @ #m %p 2 0 12564083 12545865 +winged_pigweed n 1 2 @ #m 1 0 11833373 +winged_spindle_tree n 1 1 @ 1 0 12749456 +winger n 1 2 @ ; 1 0 10782471 +wingman n 1 1 @ 1 1 10782632 +wings n 2 2 @ ; 2 1 00179916 07268035 +wingspan n 1 1 @ 1 0 05130614 +wingspread n 2 1 @ 2 0 05130735 05130614 +wingstem n 1 1 @ 1 0 12030908 +wink n 3 3 @ ~ + 3 1 15247110 06878934 00117959 +winker n 2 2 @ + 2 0 10783539 04593629 +winking n 1 3 @ ~ + 1 0 00117959 +winkle n 2 4 @ #m #s %s 2 0 07782668 01948446 +winnebago n 2 1 @ 2 0 09672105 06913214 +winner n 3 4 ! @ ~ + 3 1 10782940 10782791 09762821 +winner's_circle n 1 1 @ 1 0 08683841 +winning n 1 2 @ + 1 1 00064018 +winning_post n 1 1 @ 1 0 07258238 +winning_streak n 1 1 @ 1 0 08460847 +winnings n 1 3 ! @ + 1 0 13259917 +winnipeg n 2 2 @ #p 2 1 08824152 09480428 +winnow n 1 2 @ + 1 0 01254051 +winnowing n 1 2 @ + 1 0 01254051 +wino n 1 2 @ ~ 1 0 10037385 +winslow n 1 1 @ 1 0 11392913 +winslow_homer n 1 1 @ 1 0 11057548 +winsomeness n 1 2 @ + 1 0 04687957 +winston-salem n 1 2 @ #p 1 0 09129324 +winston_churchill n 1 1 @ 1 0 10897312 +winston_s._churchill n 1 1 @ 1 0 10897312 +winter n 1 3 @ %p + 1 1 15237782 +winter's_bark n 2 4 @ #m #p %p 2 0 13162815 11739978 +winter's_bark_family n 1 3 @ #m %m 1 0 11739530 +winter's_bark_tree n 1 3 @ #m %p 1 0 11739978 +winter_aconite n 1 2 @ #m 1 0 11733548 +winter_cherry n 2 1 @ 2 0 12910875 12896862 +winter_cress n 2 3 @ ~ #m 2 0 11873612 07733124 +winter_crookneck n 1 2 @ %p 1 0 12161969 +winter_crookneck_squash n 2 3 @ #p %p 2 0 12161969 07718329 +winter_currant n 1 2 @ #m 1 0 12805899 +winter_fern n 1 2 @ #m 1 0 12935609 +winter_flounder n 2 3 @ #p %p 2 0 07791663 02659478 +winter_flowering_cherry n 1 1 @ 1 0 12650038 +winter_hazel n 1 2 @ #m 1 0 12315598 +winter_heath n 1 1 @ 1 0 12228229 +winter_heliotrope n 1 2 @ #m 1 0 12002651 +winter_jasmine n 1 1 @ 1 0 12307076 +winter_melon n 2 4 @ ~ #p %p 2 0 12164881 07756096 +winter_melon_vine n 1 2 @ %p 1 0 12164881 +winter_mushroom n 1 2 @ #m 1 0 13022210 +winter_olympic_games n 1 1 @ 1 0 07457485 +winter_olympics n 1 1 @ 1 0 07457485 +winter_purslane n 1 1 @ 1 0 11861853 +winter_rose n 1 1 @ 1 0 11734300 +winter_savory n 2 3 @ #p %p 2 0 12867449 07821107 +winter_savoury n 1 2 @ #p 1 0 07821107 +winter_solstice n 1 3 ! @ #p 1 1 15223190 +winter_squash n 2 5 @ ~ #m #p %p 2 0 12160490 07717070 +winter_squash_plant n 1 4 @ ~ #m %p 1 0 12160490 +winter_sweet n 4 3 @ #m %p 4 0 12853706 12853287 11768505 11701698 +winter_urn n 1 1 @ 1 0 12984699 +winter_wren n 1 2 @ #m 1 0 01584695 +wintera n 1 3 @ #m %m 1 0 11740208 +wintera_colorata n 1 2 @ #m 1 0 11740414 +winteraceae n 1 3 @ #m %m 1 0 11739530 +winterberry n 1 1 @ 1 0 12757303 +wintergreen n 3 6 @ ~ #m #p %s %p 3 0 12256112 12235765 07743723 +wintergreen_family n 1 3 @ #m %m 1 0 12255659 +wintergreen_oil n 1 3 @ #s %s 1 0 07812913 +wintertime n 1 2 @ %p 1 1 15237782 +wintun n 2 1 @ 2 0 09672314 06924468 +wipe n 1 3 @ ~ + 1 0 00125126 +wipeout n 2 4 @ ~ + ; 2 0 07334490 00077249 +wiper n 3 3 @ #p + 3 0 10783646 04593866 04590746 +wiper_arm n 1 2 @ #p 1 0 04593866 +wiper_blade n 1 2 @ #p 1 0 04590746 +wiper_motor n 1 1 @ 1 0 04594114 +wire n 4 3 @ ~ + 4 4 04594218 04594489 08684107 06622709 +wire-haired_fox_terrier n 1 1 @ 1 0 02095314 +wire-haired_pointing_griffon n 1 1 @ 1 0 02103181 +wire-haired_terrier n 1 2 @ ~ 1 0 02095412 +wire-puller n 1 1 @ 1 0 10783881 +wire_cloth n 1 1 @ 1 0 04594742 +wire_cutter n 1 1 @ 1 0 04594828 +wire_gage n 1 1 @ 1 0 04594919 +wire_gauge n 1 1 @ 1 0 04594919 +wire_glass n 1 1 @ 1 0 14883098 +wire_grass n 2 2 @ #m 2 0 12133462 12118414 +wire_matrix_printer n 1 1 @ 1 0 04595285 +wire_printer n 1 1 @ 1 0 04595285 +wire_recorder n 1 1 @ 1 0 04595501 +wire_service n 1 2 @ ~ 1 0 08355075 +wire_stripper n 1 1 @ 1 0 04595611 +wire_wool n 1 1 @ 1 0 14803578 +wirehair n 1 2 @ ~ 1 0 02095412 +wirehaired_terrier n 1 2 @ ~ 1 0 02095412 +wireless n 4 5 @ ~ #p %p - 4 0 06277135 06275353 04043733 04041544 +wireless_fidelity n 1 1 @ 1 0 04595028 +wireless_local_area_network n 1 1 @ 1 0 04595028 +wireless_telegraph n 1 1 @ 1 0 04044307 +wireless_telegraphy n 2 1 @ 2 0 06275471 04044307 +wireless_telephone n 2 2 @ ~ 2 0 06276501 04044498 +wireman n 1 1 @ 1 0 10783734 +wirer n 2 2 @ + 2 0 10784015 10783734 +wiretap n 1 2 @ + 1 0 00654400 +wiretapper n 1 2 @ + 1 0 10691318 +wirework n 1 1 @ 1 0 04595762 +wireworm n 1 2 @ #m 1 0 02176916 +wiriness n 1 2 @ + 1 0 05033171 +wiring n 2 3 @ ~ + 2 0 04595855 00714806 +wiring_diagram n 1 1 @ 1 0 04595998 +wisconsin n 2 3 @ #p %p 2 0 09480556 09157163 +wisconsin_river n 1 2 @ #p 1 0 09480556 +wisconsin_weeping_willow n 1 2 @ #m 1 0 12726902 +wisconsinite n 1 1 @ 1 0 09746536 +wisdom n 5 4 ! @ ~ #p 5 4 05926236 04890112 05617107 05159948 06460524 +wisdom_book n 1 2 @ %p 1 0 06461077 +wisdom_literature n 1 2 @ %p 1 0 06461077 +wisdom_of_jesus_the_son_of_sirach n 1 2 @ #p 1 0 06460295 +wisdom_of_solomon n 1 2 @ #p 1 0 06460524 +wisdom_tooth n 1 1 @ 1 0 05307952 +wise n 3 1 @ 3 1 04931733 11393315 11393124 +wise_guy n 1 1 @ 1 1 10784113 +wise_man n 1 2 @ ~ 1 1 10309496 +wise_men n 1 3 @ %m ; 1 0 08486538 +wiseacre n 1 1 @ 1 0 10784113 +wisecrack n 1 2 @ + 1 0 06767777 +wiseness n 2 3 @ ~ + 2 0 05159948 04890112 +wisenheimer n 1 1 @ 1 1 10784113 +wisent n 1 2 @ #m 1 0 02410900 +wish n 4 4 @ ~ + ; 4 2 07486229 07185870 06630627 05791602 +wish-wash n 2 2 @ ; 2 0 07882420 06611998 +wish_list n 1 1 @ 1 0 06496299 +wishbone n 1 2 @ #p 1 0 01895511 +wishful_thinker n 1 1 @ 1 0 10062996 +wishful_thinking n 1 1 @ 1 1 05896618 +wishfulness n 1 2 @ + 1 0 07487177 +wishing n 1 3 @ ~ + 1 1 07486229 +wishing_bone n 1 2 @ #p 1 0 01895511 +wishing_cap n 1 1 @ 1 0 04596116 +wisp n 4 3 @ %m + 4 1 07960928 10784436 08008254 07992222 +wistaria n 1 3 @ ~ #m 1 0 12580457 +wister n 1 1 @ 1 0 11393446 +wisteria n 1 3 @ ~ #m 1 0 12580457 +wisteria_chinensis n 1 1 @ 1 0 12580786 +wisteria_floribunda n 1 1 @ 1 0 12580654 +wisteria_frutescens n 1 1 @ 1 0 12580896 +wisteria_venusta n 1 1 @ 1 0 12581110 +wistfulness n 1 2 @ + 1 0 07487276 +wit n 3 5 @ ~ + ; - 3 2 06776138 05618056 10762342 +witch n 4 4 @ ~ #m + 4 2 10055297 09503282 10780105 10155485 +witch's_brew n 1 1 @ 1 0 08399378 +witch-hazel_family n 1 3 @ #m %m 1 0 12314315 +witch-hunt n 1 2 @ ~ 1 0 00426275 +witch-hunter n 1 1 @ 1 0 10784675 +witch_alder n 1 2 @ #m 1 0 12315999 +witch_broom n 1 1 @ 1 0 12521624 +witch_doctor n 1 2 @ ~ 1 1 10784544 +witch_elm n 1 2 @ #m 1 0 12407079 +witch_grass n 2 1 @ 2 0 12127237 12105578 +witch_hazel n 2 3 @ ~ #m 2 0 12314808 04596224 +witch_hazel_plant n 1 3 @ ~ #m 1 0 12314808 +witchcraft n 1 1 @ 1 0 05979350 +witchery n 1 2 @ + 1 0 05979350 +witches'_brew n 1 1 @ 1 0 08399378 +witches'_broom n 1 1 @ 1 0 12521624 +witches'_broth n 1 1 @ 1 0 08399378 +witches'_butter n 1 2 @ #m 1 0 13061348 +witches'_sabbath n 1 1 @ 1 0 08398580 +witchgrass n 2 1 @ 2 0 12127237 12105578 +witching n 1 1 @ 1 0 01268183 +withdrawal n 9 3 @ ~ + 9 3 07206302 01262713 00053913 07506031 01262868 01202799 00849059 00384933 00228911 +withdrawal_method n 1 1 @ 1 0 00849059 +withdrawal_symptom n 1 1 @ 1 0 14373057 +withdrawer n 6 2 @ + 6 0 10785480 10785333 10785203 10785085 10784922 10784795 +withdrawing_room n 1 1 @ 1 0 03235042 +withdrawnness n 1 3 @ ~ + 1 0 04656996 +withe n 2 2 @ ~ 2 1 04596397 13164403 +withering n 1 2 @ + 1 0 07427060 +withers n 1 2 @ #p 1 0 02462602 +witherspoon n 1 1 @ 1 0 11393546 +withholder n 2 3 ! @ + 2 0 10785695 10785574 +withholding n 3 4 @ ~ + ; 3 3 00361192 13311368 00810794 +withholding_tax n 1 2 @ ~ 1 0 13311368 +withstander n 2 2 @ + 2 0 10785869 09615211 +withy n 1 2 @ ~ 1 0 13164403 +witloof n 2 4 @ #m #p %p 2 0 11953339 07731767 +witness n 5 4 @ ~ + ; 5 4 10786033 10633450 06734702 10786270 10786517 +witness_box n 1 2 @ #p 1 0 04596492 +witness_stand n 1 2 @ #p 1 0 04596492 +witnesser n 1 3 @ ~ + 1 0 10786033 +witold_gombrowicz n 1 1 @ 1 0 11006128 +wits n 1 1 @ 1 0 05622196 +wittgenstein n 1 1 @ 1 0 11393828 +witticism n 1 3 @ ~ - 1 0 06776138 +wittiness n 1 4 @ ~ + - 1 0 06776138 +wittol n 1 1 @ 1 0 10786755 +witwatersrand n 1 2 @ #p 1 0 09001881 +wivern n 1 1 @ 1 0 09503486 +wiz n 1 2 @ ~ 1 0 09762509 +wizard n 2 3 @ ~ + 2 1 09762509 10625860 +wizardry n 1 1 @ 1 0 05625373 +wlan n 1 1 @ 1 0 04595028 +wmd n 1 3 @ ~ ; 1 0 04565963 +wmo n 1 1 @ 1 0 08302919 +wnw n 1 1 @ 1 0 13834643 +woad n 2 3 @ ~ #m 2 0 15002138 11890022 +woadwaxen n 1 2 @ #m 1 0 12530818 +wobble n 1 3 @ ~ + 1 0 07364700 +wobbler n 1 2 @ + 1 0 04596630 +wobbly n 1 1 @ 1 0 10786892 +wodan n 1 1 @ 1 0 09586326 +wodehouse n 1 1 @ 1 0 11394042 +woden n 1 1 @ 1 0 09586326 +woe n 2 1 @ 2 1 14448910 07533877 +woefulness n 1 2 @ + 1 0 07533877 +wog n 1 2 @ ; 1 0 10786992 +wok n 1 1 @ 1 0 04596742 +wold n 1 1 @ 1 0 08645318 +wolf n 5 3 @ ~ #m 5 1 02114100 11394398 11394214 10787197 09845589 +wolf's_bane n 1 1 @ 1 0 11723452 +wolf's_milk n 1 2 @ #m 1 0 12919847 +wolf_bean n 1 1 @ 1 0 12546420 +wolf_boy n 1 1 @ 1 0 10787364 +wolf_cub n 1 1 @ 1 0 01322508 +wolf_fish n 1 2 @ #m 1 0 02616851 +wolf_pack n 2 1 @ 2 0 08477511 07995074 +wolf_pup n 1 1 @ 1 0 01322508 +wolf_spider n 1 3 @ ~ #m 1 0 01775062 +wolfbane n 1 1 @ 1 0 11723452 +wolfe n 2 1 @ 2 0 11394657 11394491 +wolff n 1 1 @ 1 0 11394848 +wolffia n 1 3 @ #m %m 1 0 11795774 +wolffia_columbiana n 1 1 @ 1 0 11796188 +wolffiella n 1 3 @ #m %m 1 0 11796318 +wolffiella_gladiata n 1 2 @ #m 1 0 11796573 +wolffish n 2 2 @ #m 2 0 02616851 02544274 +wolfgang_amadeus_mozart n 1 1 @ 1 0 11194355 +wolfgang_pauli n 1 1 @ 1 0 11226713 +wolfhound n 1 2 @ ~ 1 0 02090475 +wolfman n 1 1 @ 1 0 09503121 +wolfram n 1 2 @ #s 1 0 14659512 +wolfram_steel n 1 1 @ 1 0 15081828 +wolframite n 1 2 @ %s 1 0 15103226 +wolfsbane n 1 1 @ 1 0 11723452 +wollaston n 1 1 @ 1 0 11394954 +wollaston_prism n 1 1 @ 1 0 04098260 +wollastonite n 1 1 @ 1 0 15103485 +wollemi_pine n 1 2 @ #m 1 0 11645590 +wollstonecraft n 1 1 @ 1 0 11395199 +wolof n 1 1 @ 1 0 06996894 +wolstonian_glaciation n 1 1 @ 1 0 13487952 +wolverine n 3 2 @ #m 3 0 09743690 02449350 02449183 +wolverine_state n 1 3 @ #p %p 1 0 09099526 +woman n 4 7 ! @ ~ #m %p + ; 4 2 10787470 10788852 09911226 08477634 +woman's_body n 1 3 @ #p %p 1 0 05220126 +woman's_clothing n 1 2 @ ~ 1 0 04596852 +woman's_doctor n 1 2 @ ~ 1 0 10154013 +woman's_hat n 1 2 @ ~ 1 0 03766322 +woman-worship n 1 1 @ 1 0 01045306 +woman_chaser n 1 1 @ 1 0 10787197 +woman_hater n 1 1 @ 1 0 10322648 +woman_of_the_house n 1 1 @ 1 0 10189776 +woman_of_the_street n 1 2 @ ~ 1 0 10485440 +womanhood n 3 3 @ #m + 3 0 14425715 08477634 00606006 +womaniser n 1 3 @ ~ + 1 0 10789118 +womanishness n 1 4 @ ~ + ; 1 0 04668139 +womanizer n 1 3 @ ~ + 1 0 10789118 +womankind n 1 2 @ %m 1 0 08477912 +womanlike n 1 1 @ 1 0 04667660 +womanliness n 1 2 @ + 1 0 04667660 +womb n 1 4 @ ~ #p %p 1 1 05519085 +wombat n 1 2 @ #m 1 0 01883070 +women's_army_corps n 1 1 @ 1 0 08212740 +women's_lib n 1 3 @ %m + 1 0 00800421 +women's_liberation_movement n 1 3 @ %m + 1 0 00800421 +women's_liberationist n 1 4 @ ~ #m + 1 0 10084635 +women's_rightist n 1 3 @ ~ #m 1 0 10084635 +won n 2 2 @ %p 2 0 13709360 13708992 +won-lost_record n 1 2 @ ; 1 1 06507592 +won_ton n 2 1 @ 2 0 07702057 07588193 +wonder n 3 3 @ ~ + 3 3 07509996 07289588 05682570 +wonder_bean n 1 2 @ #m 1 0 12511239 +wonder_boy n 1 1 @ 1 0 10789415 +wonder_child n 1 1 @ 1 0 09918867 +wonder_flower n 1 1 @ 1 0 12460308 +wonder_woman n 1 1 @ 1 0 10789820 +wonderberry n 1 1 @ 1 0 12896615 +wonderer n 2 2 @ + 2 0 10789709 10789534 +wonderfulness n 1 2 @ + 1 1 04729127 +wonderland n 2 1 @ 2 0 09480699 05632175 +wonderment n 1 3 @ ~ + 1 0 07509996 +wonk n 1 1 @ 1 0 10684630 +wont n 1 1 @ 1 0 05669034 +wonton n 2 1 @ 2 0 07702057 07588193 +wonton_soup n 1 1 @ 1 0 07588193 +wood n 8 7 @ ~ #s %m %s %p + 8 2 15098161 08438533 11395895 11395773 11395609 11395466 04598582 04597066 +wood's_alloy n 1 1 @ 1 0 15103911 +wood's_metal n 1 1 @ 1 0 15103911 +wood-creeper n 1 2 @ #m 1 0 01554448 +wood-fern n 1 3 @ ~ #m 1 0 13193642 +wood-frog n 1 2 @ #m 1 0 01641206 +wood-rat n 1 3 @ ~ #m 1 0 02338901 +wood-sorrel_family n 1 3 @ #m %m 1 0 12702443 +wood_alcohol n 1 2 @ %s 1 0 14687818 +wood_anemone n 2 1 @ 2 0 11725973 11725821 +wood_ant n 1 2 @ #m 1 0 02221414 +wood_aster n 1 2 @ ~ 1 0 11932745 +wood_avens n 1 1 @ 1 0 12632526 +wood_block n 1 1 @ 1 0 04597536 +wood_chisel n 1 1 @ 1 0 04597400 +wood_coal n 2 2 @ ~ 2 0 14815263 14685296 +wood_cudweed n 1 1 @ 1 0 11972959 +wood_drake n 1 1 @ 1 0 01852329 +wood_duck n 1 3 @ ~ #m 1 0 01852142 +wood_engraving n 2 1 @ 2 0 04597706 04597536 +wood_fern n 1 3 @ ~ #m 1 0 13193642 +wood_file n 1 1 @ 1 0 04054670 +wood_frog n 1 2 @ #m 1 0 01641206 +wood_garlic n 1 1 @ 1 0 12435649 +wood_grain n 1 1 @ 1 0 04950952 +wood_hen n 1 2 @ #m 1 0 02015357 +wood_hoopoe n 1 2 @ #m 1 0 01830479 +wood_horsetail n 1 1 @ 1 0 13220525 +wood_hyacinth n 1 2 @ #m 1 0 12459275 +wood_ibis n 2 2 @ #m 2 0 02006063 02004855 +wood_laurel n 2 1 @ 2 0 12346986 12237641 +wood_lily n 2 3 @ ~ #m 2 0 12468243 12428587 +wood_meadowgrass n 1 2 @ #m 1 0 12132092 +wood_mint n 1 3 @ ~ #m 1 0 12842302 +wood_mouse n 1 2 @ ~ 1 0 02336641 +wood_nettle n 1 2 @ #m 1 0 12394118 +wood_nymph n 1 2 @ ~ 1 0 09551040 +wood_pewee n 1 3 @ ~ #m 1 0 01549430 +wood_pigeon n 1 2 @ #m 1 0 01813088 +wood_poppy n 1 2 @ #m 1 0 11908846 +wood_pulp n 1 1 @ 1 0 15103634 +wood_pussy n 1 2 @ ~ 1 0 02445715 +wood_rabbit n 1 4 @ ~ #m %p 1 0 02325366 +wood_rat n 1 3 @ ~ #m 1 0 02338901 +wood_sage n 2 1 @ 2 0 12870225 12869668 +wood_shavings n 1 1 @ 1 0 14976634 +wood_sorrel n 1 3 @ ~ #m 1 0 12702948 +wood_spirit n 1 2 @ %s 1 0 14687818 +wood_spurge n 1 2 @ #m 1 0 12920955 +wood_stork n 2 2 @ #m 2 0 02006063 02004855 +wood_strawberry n 1 2 @ #m 1 0 12630641 +wood_sugar n 1 1 @ 1 0 15103780 +wood_swallow n 1 2 @ #m 1 0 01597022 +wood_tar n 1 2 @ ~ 1 0 15104088 +wood_thrush n 1 1 @ 1 0 01559804 +wood_tick n 1 2 @ #m 1 0 01779148 +wood_vinegar n 1 1 @ 1 0 14863326 +wood_violet n 2 1 @ 2 0 12390314 12389501 +wood_vise n 1 1 @ 1 0 04598416 +wood_warbler n 2 3 @ ~ #m 2 0 01567133 01565345 +wood_widgeon n 1 3 @ ~ #m 1 0 01852142 +woodbine n 2 2 @ #m 2 0 13148384 12676534 +woodborer n 1 1 @ 1 0 01923025 +woodbury n 1 1 @ 1 0 11396000 +woodcarver n 1 1 @ 1 1 10789963 +woodcarving n 1 1 @ 1 0 04597309 +woodchuck n 1 1 @ 1 0 02361587 +woodcock n 1 2 @ ~ 1 0 02030996 +woodcock_snipe n 2 2 @ #m 2 0 02032480 02031585 +woodcraft n 2 1 @ 2 0 05758548 05644423 +woodcreeper n 1 2 @ #m 1 0 01554448 +woodcut n 2 1 @ 2 0 04597706 04597536 +woodcutter n 1 2 @ ~ 1 0 10790077 +wooden_horse n 1 2 @ ; 1 0 04486718 +wooden_leg n 1 1 @ 1 1 03906106 +wooden_shoe n 1 1 @ 1 0 04122578 +wooden_spoon n 2 2 @ ; 2 0 04598010 04597913 +woodenness n 1 2 @ + 1 0 04815916 +woodenware n 1 2 @ ~ 1 0 04597804 +woodfern n 1 3 @ ~ #m 1 0 13193642 +woodgrain n 1 1 @ 1 1 04950952 +woodgraining n 1 1 @ 1 1 04951071 +woodhewer n 1 2 @ #m 1 0 01554448 +woodhull n 1 1 @ 1 0 11396128 +woodiness n 2 2 @ + 2 0 05216102 04950952 +woodland n 1 2 @ ~ 1 0 09284015 +woodland_caribou n 1 1 @ 1 0 02434190 +woodland_oxeye n 1 1 @ 1 0 11942659 +woodland_star n 1 2 @ #m 1 0 12799776 +woodland_white_violet n 1 1 @ 1 0 12388444 +woodlet n 1 2 @ ~ 1 0 03463832 +woodlouse n 1 2 @ ~ 1 0 01991028 +woodman n 2 2 @ ~ 2 0 10790384 10790192 +woodpecker n 1 3 @ ~ #m 1 1 01838598 +woodpile n 1 1 @ 1 0 07963613 +woodrow_charles_herman n 1 1 @ 1 0 11044939 +woodrow_wilson n 1 1 @ 1 0 11390855 +woodrow_wilson_guthrie n 1 1 @ 1 0 11020721 +woodruff n 2 5 @ ~ #m #s %p 2 0 12665271 12661538 +woods n 1 4 @ ~ %m + 1 1 08438533 +woodscrew n 1 2 @ ~ 1 0 04598136 +woodshed n 1 1 @ 1 1 04598318 +woodsia n 1 3 @ ~ #m 1 0 13201969 +woodsia_alpina n 1 1 @ 1 0 13202355 +woodsia_glabella n 1 1 @ 1 0 13202602 +woodsia_ilvensis n 1 1 @ 1 0 13202125 +woodsiness n 1 2 @ + 1 0 05216102 +woodsman n 2 2 @ ~ 2 0 10790384 10790192 +woodward n 2 1 @ 2 0 11396535 11396338 +woodwardia n 1 3 @ #m %m 1 0 13186200 +woodwardia_virginica n 1 1 @ 1 0 13186546 +woodwaxen n 1 2 @ #m 1 0 12530818 +woodwind n 1 3 @ ~ %p 1 0 04598582 +woodwind_family n 1 2 @ ; 1 0 07998450 +woodwind_instrument n 1 3 @ ~ %p 1 0 04598582 +woodwork n 2 3 @ ~ - 2 1 04598792 00607775 +woodworker n 1 2 @ ~ 1 0 10790192 +woodworking n 1 3 @ ~ - 1 0 00607775 +woodworking_plane n 1 2 @ ~ 1 0 03954731 +woodworking_vise n 1 1 @ 1 0 04598416 +woodworm n 1 1 @ 1 0 01922948 +woody_allen n 1 1 @ 1 0 10814953 +woody_guthrie n 1 1 @ 1 0 11020721 +woody_herman n 1 1 @ 1 0 11044939 +woody_nightshade n 1 2 @ #m 1 0 12894607 +woody_pear n 1 2 @ #m 1 0 12224140 +woody_plant n 1 4 @ ~ %s %p 1 0 13103136 +wooer n 1 3 @ ~ + 1 0 10674130 +woof n 1 3 @ #s #p 1 0 04598965 +woofer n 1 1 @ 1 0 04599124 +wooing n 1 3 @ ~ + 1 0 07188685 +wool n 3 4 @ ~ #s + 3 1 04599235 15104217 01899593 +wool_fat n 1 2 @ #s 1 0 14816181 +wool_grass n 2 2 @ #m 2 0 12153224 12121187 +wool_grease n 1 2 @ #s 1 0 14816181 +wool_oil n 1 1 @ 1 0 15105638 +wool_stapler n 2 1 @ 2 0 10790596 10790479 +woolen n 1 3 @ #s + 1 1 04599235 +woolf n 1 2 @ #m 1 0 11396667 +woolgatherer n 1 3 @ ~ + 1 0 09993901 +woolgathering n 1 2 @ + 1 0 05769726 +woollcott n 1 1 @ 1 0 11396943 +woollen n 1 3 @ #s + 1 0 04599235 +woolley n 1 1 @ 1 0 11397094 +woolly_adelgid n 1 1 @ 1 0 02255391 +woolly_alder_aphid n 1 2 @ #m 1 0 02254246 +woolly_aphid n 1 2 @ ~ 1 0 02253715 +woolly_apple_aphid n 1 2 @ #m 1 0 02253913 +woolly_bear n 1 2 @ ~ 1 0 02310717 +woolly_bear_caterpillar n 1 2 @ ~ 1 0 02310717 +woolly_bear_moth n 1 2 @ #m 1 0 02310941 +woolly_daisy n 1 2 @ #m 1 0 11924014 +woolly_indris n 1 2 @ #m 1 0 02500596 +woolly_mammoth n 1 1 @ 1 0 02505063 +woolly_manzanita n 1 1 @ 1 0 12232503 +woolly_monkey n 1 2 @ #m 1 0 02494383 +woolly_mullein n 1 1 @ 1 0 12889713 +woolly_plant_louse n 1 2 @ ~ 1 0 02253715 +woolly_rhinoceros n 1 2 @ #m 1 0 02392555 +woolly_sunflower n 1 3 @ ~ #m 1 0 11967744 +woolly_thistle n 2 3 @ ~ #m 2 0 11998888 11954484 +woolsorter n 1 1 @ 1 0 10790479 +woolsorter's_disease n 1 1 @ 1 0 14072934 +woolsorter's_pneumonia n 1 1 @ 1 0 14072934 +woolworth n 1 1 @ 1 0 11397271 +wooly_blue_curls n 1 2 @ #m 1 0 12871484 +wooly_lip_fern n 1 1 @ 1 0 13209270 +wop n 1 2 @ ; 1 0 09716439 +worcester n 3 2 @ #p 3 0 11397488 09097871 08881017 +worcester_sauce n 1 1 @ 1 0 07840520 +worcestershire n 1 1 @ 1 0 07840520 +worcestershire_sauce n 1 1 @ 1 0 07840520 +word n 10 6 @ ~ #p %p + - 10 6 06286395 06738162 06642138 07169242 07140659 07227301 13627327 09537144 06674188 06431740 +word-painter n 1 1 @ 1 0 10790813 +word-painting n 1 2 @ ~ 1 0 07201804 +word-splitting n 1 1 @ 1 0 05749210 +word-worship n 1 1 @ 1 0 01044983 +word_accent n 1 1 @ 1 0 07086088 +word_blindness n 1 1 @ 1 0 14099050 +word_class n 1 2 @ ~ 1 1 06317464 +word_deafness n 1 1 @ 1 0 14097893 +word_division n 1 2 @ #p 1 0 00390735 +word_finder n 1 1 @ 1 0 06421154 +word_form n 1 3 @ ~ ; 1 0 06290637 +word_game n 1 2 @ ~ 1 0 00501870 +word_meaning n 1 1 @ 1 0 06602801 +word_of_advice n 1 2 @ ~ 1 1 06672297 +word_of_farewell n 1 2 @ ~ 1 1 06629392 +word_of_god n 3 4 @ ~ %p - 3 2 07323821 06431740 06455682 +word_of_honor n 1 1 @ 1 0 07227301 +word_of_mouth n 1 1 @ 1 0 07223635 +word_order n 1 2 @ #p 1 0 06389947 +word_picture n 1 2 @ ~ 1 0 07201804 +word_play n 1 1 @ 1 0 00513952 +word_processing n 1 2 @ ; 1 0 13574928 +word_processing_system n 1 1 @ 1 0 06572654 +word_processor n 1 1 @ 1 0 06572654 +word_salad n 1 1 @ 1 0 06609176 +word_sense n 1 1 @ 1 0 06602801 +word_square n 1 1 @ 1 0 06786209 +word_stress n 1 1 @ 1 0 07086088 +word_string n 1 2 @ ~ 1 0 07013736 +word_structure n 1 2 @ ~ 1 0 06177729 +wordbook n 1 2 @ ~ 1 0 06418693 +wordfinder n 1 1 @ 1 0 06421154 +wordiness n 1 4 @ ~ = + 1 0 07090108 +wording n 1 3 @ ~ + 1 1 07081739 +wordmonger n 1 1 @ 1 0 10790671 +wordnet n 2 3 @ ; - 2 0 06639428 06639204 +wordplay n 1 1 @ 1 0 06781581 +words n 5 3 @ ~ #p 5 3 07109730 07051975 06283764 07184149 07010821 +words_per_minute n 1 1 @ 1 0 15285910 +wordsmith n 1 1 @ 1 0 10790918 +wordsworth n 1 3 @ #m + 1 1 11397657 +work n 7 5 @ ~ %p + ; 7 6 00575741 04599396 00584367 05755883 11453420 04602044 03841417 +work-board n 1 1 @ 1 0 04600627 +work-clothes n 1 2 @ ~ 1 0 04600912 +work-clothing n 1 2 @ ~ 1 0 04600912 +work-in n 1 1 @ 1 0 01179004 +work-shirt n 1 1 @ 1 0 04602956 +work-study_program n 1 1 @ 1 1 00891071 +work_animal n 1 2 @ ~ 1 0 01316949 +work_bench n 1 2 @ ~ 1 0 04600486 +work_camp n 1 1 @ 1 1 04600764 +work_day n 1 1 @ 1 0 15136923 +work_flow n 1 1 @ 1 0 00250143 +work_force n 1 4 @ ~ %m %p 1 1 08212347 +work_in_progress n 1 1 @ 1 1 04601587 +work_load n 1 2 @ ~ 1 0 00581241 +work_of_art n 1 2 @ ~ 1 1 04601690 +work_papers n 1 1 @ 1 1 06531908 +work_party n 1 4 @ ~ #m %m 1 0 08242799 +work_permit n 1 1 @ 1 0 06531908 +work_shift n 1 3 @ ~ #p 1 0 15291801 +work_shoe n 1 1 @ 1 0 02904927 +work_song n 1 2 @ ~ 1 0 07053993 +work_stoppage n 1 2 @ ~ 1 0 01243674 +work_study n 1 1 @ 1 0 00645365 +work_surface n 1 2 @ ~ 1 0 04603558 +work_table n 1 2 @ ~ 1 1 04603729 +work_time n 1 3 ! @ ~ 1 0 15118228 +work_to_rule n 1 1 @ 1 0 01242539 +work_unit n 1 2 @ ~ 1 0 13609507 +workaholic n 1 2 @ ; 1 0 10791002 +workaholism n 1 1 @ 1 0 04626194 +workbag n 1 2 @ ~ 1 0 04600312 +workbasket n 1 2 @ ~ 1 0 04600312 +workbench n 1 2 @ ~ 1 1 04600486 +workboard n 1 1 @ 1 1 04600627 +workbook n 1 1 @ 1 0 06415791 +workbox n 1 2 @ ~ 1 0 04600312 +workday n 2 3 ! @ %p 2 0 15136923 15136723 +worker n 4 5 ! @ ~ #m + 4 3 09632518 10481711 02207449 09767197 +worker_bee n 1 2 @ #m 1 1 02207805 +workfellow n 1 1 @ 1 0 09936215 +workflow n 1 1 @ 1 0 00250143 +workforce n 1 4 @ ~ %m %p 1 0 08212347 +workhorse n 2 2 @ ~ 2 0 04601291 02386310 +workhouse n 2 2 @ ; 2 0 04601159 04601041 +working n 1 1 @ 1 0 04601473 +working_agreement n 1 1 @ 1 0 06771424 +working_capital n 1 3 @ ~ %m 1 1 13354420 +working_class n 1 3 @ ~ %m 1 0 08180639 +working_day n 2 2 @ %p 2 0 15136923 15136723 +working_dog n 1 2 @ ~ 1 0 02103406 +working_girl n 2 2 @ ~ 2 1 10791115 10485440 +working_group n 1 2 @ ~ 1 0 08408900 +working_man n 1 2 @ ~ 1 0 10791221 +working_memory n 1 1 @ 1 0 05760751 +working_out n 1 1 @ 1 0 00250710 +working_papers n 2 1 @ 2 0 06675799 06531908 +working_party n 1 2 @ ~ 1 0 08408900 +working_person n 1 2 @ ~ 1 0 10791221 +working_principle n 1 1 @ 1 0 05848912 +working_rule n 1 1 @ 1 0 05848912 +workingman n 1 2 @ ~ 1 0 10791221 +workings n 2 2 @ ; 2 1 04602840 04601473 +workload n 1 2 @ ~ 1 0 00581241 +workman n 1 3 @ ~ + 1 1 10791221 +workmanship n 1 3 @ ~ + 1 0 05638063 +workmate n 1 1 @ 1 0 10791820 +workmen's_compensation n 1 1 @ 1 0 13283033 +workout n 1 3 @ ~ + 1 1 00624738 +workout_suit n 1 2 @ %p 1 0 04370774 +workpiece n 1 1 @ 1 0 04601938 +workplace n 1 3 @ ~ %p 1 0 04602044 +workroom n 1 1 @ 1 0 04602762 +works n 4 4 @ ~ ; - 4 3 03956922 14461679 00577357 04602840 +works_council n 1 2 @ ; 1 0 08311933 +works_program n 1 1 @ 1 1 05910810 +worksheet n 2 1 @ 2 1 06259736 06536737 +workshop n 2 2 @ ~ 2 2 04603081 00892413 +workspace n 1 1 @ 1 0 08684191 +workstation n 1 1 @ 1 0 04603399 +worktable n 1 2 @ ~ 1 1 04603729 +workwear n 1 2 @ ~ 1 0 04603872 +workweek n 1 2 @ #p 1 1 15135996 +world n 8 6 @ ~ #m %m %p + 8 7 09466280 07965937 05809878 09270894 08179689 09480809 05670972 02472987 +world-beater n 1 1 @ 1 0 10235024 +world-weariness n 1 2 @ + 1 0 07533735 +world_affairs n 1 1 @ 1 1 01107549 +world_bank n 1 1 @ 1 0 08300783 +world_council n 1 2 @ ~ 1 1 08322625 +world_council_of_churches n 1 1 @ 1 0 08480303 +world_court n 1 2 @ #m 1 1 08299307 +world_cup n 1 1 @ 1 0 07464568 +world_health_organization n 1 1 @ 1 0 08302724 +world_meteorological_organization n 1 1 @ 1 0 08302919 +world_organisation n 1 2 @ ~ 1 0 08294696 +world_organization n 1 2 @ ~ 1 1 08294696 +world_power n 1 2 @ ~ 1 0 08177592 +world_premiere n 1 2 @ ; 1 1 06894371 +world_record n 1 1 @ 1 1 00063559 +world_series n 1 1 @ 1 1 07465781 +world_tamil_association n 1 2 @ ; 1 0 08032023 +world_tamil_movement n 1 2 @ ; 1 0 08032023 +world_trade_center n 1 3 @ #p ; 1 0 04604009 +world_trade_organization n 1 1 @ 1 0 08486971 +world_traveler n 1 1 @ 1 0 10132775 +world_view n 1 2 @ ~ 1 0 06211389 +world_war n 1 2 @ ~ 1 1 00996817 +world_war_1 n 1 2 @ %p 1 0 01311520 +world_war_2 n 1 3 @ %p - 1 0 01312096 +world_war_i n 1 2 @ %p 1 1 01311520 +world_war_ii n 1 3 @ %p - 1 1 01312096 +world_wide_web n 1 1 @ 1 0 04604276 +worldliness n 2 3 ! @ + 2 0 04880273 04621524 +worldling n 2 1 @ 2 0 10791890 10699262 +worldly_belongings n 1 1 @ 1 1 13244881 +worldly_concern n 1 1 @ 1 0 05670972 +worldly_good n 1 1 @ 1 0 04600131 +worldly_goods n 1 1 @ 1 0 13244881 +worldly_possession n 1 1 @ 1 0 04600131 +worldly_possessions n 1 1 @ 1 0 13244881 +worm n 4 4 @ ~ #p + 4 2 01922303 10792028 06586098 04604513 +worm_family n 1 3 @ ~ #m 1 0 01921559 +worm_fence n 1 1 @ 1 0 04604644 +worm_fish n 1 2 @ #m 1 0 02620956 +worm_gear n 1 2 @ %p 1 0 04604806 +worm_genus n 1 3 @ ~ #m 1 0 01921887 +worm_lizard n 1 2 @ #m 1 0 01683201 +worm_salamander n 1 2 @ #m 1 0 01637615 +worm_snake n 2 3 @ ~ #m 2 0 01740551 01728572 +worm_wheel n 1 2 @ #p 1 0 04605057 +wormcast n 2 1 @ 2 0 14855512 09480959 +wormhole n 1 1 @ 1 0 09481036 +wormian_bone n 1 1 @ 1 0 05610919 +wormseed n 1 1 @ 1 0 11828804 +wormseed_mustard n 1 2 @ #m 1 0 11888061 +wormwood n 1 3 @ ~ #m 1 0 11928549 +wormwood_oil n 1 1 @ 1 0 14893881 +wormwood_sage n 1 2 @ #m 1 0 11930571 +worn_spot n 1 1 @ 1 0 04683002 +worrier n 1 2 @ + 1 0 10792178 +worriment n 1 3 @ ~ + 1 1 04711435 +worry n 2 3 @ ~ + 2 2 05832264 07524242 +worrying n 2 2 @ + 2 0 00425278 00347853 +worrywart n 1 1 @ 1 0 10792178 +worse n 1 2 @ + 1 1 05144453 +worsening n 2 3 @ ~ + 2 0 13464204 00266253 +worship n 2 3 @ ~ + 2 1 01028655 07501420 +worship_of_heavenly_bodies n 1 1 @ 1 0 01045807 +worship_of_man n 1 1 @ 1 0 01045202 +worshiper n 2 4 @ ~ #m + 2 0 10792335 09847727 +worshipper n 2 4 @ ~ #m + 2 1 09847727 10792335 +worst n 3 3 ! @ + 3 1 07295955 04852534 00127672 +worsted n 2 1 @ 2 1 04605163 04605321 +worsted_yarn n 1 1 @ 1 0 04605321 +wort n 2 1 @ 2 0 13085747 07889193 +worth n 3 4 ! @ ~ + 3 2 13764342 05138208 11397885 +worthiness n 1 5 ! @ ~ = + 1 0 04806804 +worthlessness n 2 4 ! @ ~ + 2 1 05139561 05150986 +worthwhileness n 1 2 @ + 1 0 05139436 +worthy n 1 2 @ + 1 0 10792506 +wotan n 1 1 @ 1 0 09585889 +wouk n 1 1 @ 1 0 11398094 +wound n 4 4 @ ~ + ; 4 2 14298815 07340249 07497122 00403783 +wound_tumor_virus n 1 1 @ 1 1 01371928 +wounded n 1 1 @ 1 1 07950786 +wounding n 1 2 @ + 1 0 00403783 +wove_paper n 1 1 @ 1 0 14934655 +wow n 1 1 @ 1 0 06778925 +wpm n 1 1 @ 1 0 15285910 +wrack n 3 2 @ + 3 1 01397778 07335581 01398064 +wraith n 1 1 @ 1 0 05898171 +wrangell-st._elias_national_park n 1 2 @ #p 1 0 08610141 +wrangle n 2 3 @ ~ + 2 1 07184149 07150138 +wrangler n 2 2 @ + 2 0 10792746 10186216 +wrangling n 1 2 @ + 1 0 07150138 +wrap n 3 4 @ ~ %p + 3 1 04605446 07698782 04605726 +wraparound n 1 1 @ 1 0 04605572 +wrapper n 3 3 @ ~ + 3 1 03817647 04605726 04605446 +wrapping n 2 3 @ ~ + 2 0 04605726 04369025 +wrapping_paper n 1 2 @ ~ 1 0 15105122 +wrasse n 1 2 @ ~ 1 0 02607862 +wrath n 2 1 @ 2 1 07516905 00758972 +wreath n 1 2 @ ~ 1 1 04606014 +wreck n 4 3 @ ~ + 4 1 14423870 07353075 07301950 04606251 +wreckage n 1 3 @ ~ + 1 1 04606358 +wrecker n 3 3 @ ~ + 3 0 10792856 10544748 04461696 +wreckfish n 1 2 @ #m 1 0 02568447 +wrecking n 2 2 @ + 2 0 07335097 00217773 +wrecking_bar n 1 2 @ ~ 1 0 03138344 +wren n 2 3 @ ~ #m 2 0 11398195 01584225 +wren-tit n 1 2 @ #m 1 0 01593282 +wren_warbler n 1 2 @ #m 1 0 01565930 +wrench n 3 4 @ ~ %p + 3 0 14299070 07351909 04606574 +wrester n 1 2 @ + 1 0 10793019 +wrestle n 1 2 @ + 1 0 00622266 +wrestler n 1 3 @ ~ + 1 1 10793168 +wrestling n 2 5 @ ~ %p + - 2 2 00622266 00447540 +wrestling_hold n 1 3 @ ~ #p 1 0 00812977 +wrestling_mat n 1 1 @ 1 0 04607035 +wrestling_match n 1 2 @ %p 1 0 07471246 +wrestling_ring n 1 1 @ 1 0 04607141 +wretch n 2 1 @ 2 2 10793492 10453265 +wretchedness n 3 3 @ ~ + 3 1 14448333 14447303 04731309 +wrick n 1 3 @ + ; 1 0 14361182 +wriggle n 1 2 @ + 1 0 00349705 +wriggler n 2 3 @ #m + 2 0 10781236 02200509 +wright n 7 2 @ ~ 7 0 11399123 11398955 11398783 11398611 11398489 11398344 10793570 +wring n 1 2 @ + 1 0 07351031 +wringer n 1 2 @ + 1 0 04607242 +wrinkle n 3 4 @ ~ #p + 3 1 13905792 06251424 06251295 +wrist n 1 3 @ #p %p 1 1 05584928 +wrist_band n 1 1 @ 1 0 04607532 +wrist_bone n 1 3 @ ~ #p 1 0 05271814 +wrist_joint n 1 3 @ #p %p 1 0 05584928 +wrist_pad n 1 1 @ 1 0 04607640 +wrist_pin n 1 1 @ 1 0 04607759 +wrist_watch n 1 1 @ 1 1 04607869 +wristband n 2 2 @ #p 2 0 04607398 04556204 +wristlet n 1 1 @ 1 0 04607532 +wristwatch n 1 1 @ 1 0 04607869 +writ n 1 3 @ ~ ; 1 1 06552984 +writ_of_certiorari n 1 2 @ ; 1 0 06553631 +writ_of_detinue n 1 2 @ ; 1 0 06555695 +writ_of_election n 1 2 @ ; 1 0 06555847 +writ_of_error n 1 2 @ ; 1 0 06555971 +writ_of_execution n 1 2 @ ; 1 0 06553846 +writ_of_habeas_corpus n 1 2 @ ; 1 0 06554373 +writ_of_mandamus n 1 2 @ ; 1 0 06554675 +writ_of_prohibition n 1 2 @ ; 1 0 06556150 +writ_of_right n 1 2 @ ; 1 0 06556343 +write-down n 1 4 @ ~ + ; 1 0 13328853 +write-in n 2 2 @ + 2 0 10793799 00209789 +write-in_candidate n 1 1 @ 1 0 10793799 +write-off n 2 4 @ ~ + ; 2 0 13328853 00232604 +write_up n 1 3 @ ~ + 1 0 06681551 +writer n 2 3 @ ~ + 2 2 10794014 10801291 +writer's_block n 1 1 @ 1 0 05645465 +writer's_cramp n 1 1 @ 1 0 14360915 +writer's_name n 1 2 @ #p 1 0 06338744 +writing n 5 6 @ ~ %p + ; - 5 5 00929718 06362953 06363778 06359877 00614224 +writing_arm n 1 2 @ #p 1 0 04607982 +writing_assignment n 1 1 @ 1 0 00796197 +writing_board n 1 2 @ ~ 1 0 04608127 +writing_desk n 2 1 @ 2 1 04608435 04608329 +writing_implement n 1 2 @ ~ 1 0 04608567 +writing_ink n 1 1 @ 1 0 14918162 +writing_pad n 1 1 @ 1 0 14951110 +writing_paper n 1 2 @ ~ 1 1 15105268 +writing_style n 1 2 @ ~ 1 0 07092158 +writing_system n 1 4 @ ~ %m %p 1 0 06351202 +writing_table n 1 1 @ 1 0 04164868 +writings n 1 3 @ #p %p 1 1 06453324 +written_account n 1 2 @ ~ 1 0 06502378 +written_agreement n 1 3 @ ~ ; 1 0 06771653 +written_assignment n 1 1 @ 1 0 00796197 +written_communication n 1 3 @ ~ %p 1 0 06349220 +written_document n 1 3 @ ~ %p 1 0 06470073 +written_language n 1 3 @ ~ %p 1 1 06349220 +written_material n 1 3 @ ~ %p 1 0 06362953 +written_matter n 1 2 @ ~ 1 0 06390512 +written_record n 1 2 @ ~ 1 0 06502378 +written_report n 1 2 @ ~ 1 0 07218470 +written_symbol n 1 2 @ ~ 1 0 06817623 +written_text n 1 2 @ ~ 1 0 06349597 +written_word n 1 2 @ ~ 1 0 06360314 +wroclaw n 1 2 @ #p 1 0 08984332 +wrong n 2 3 ! @ + 2 2 04854604 00744131 +wrong-site_surgery n 1 1 @ 1 0 00673109 +wrong_'un n 1 1 @ 1 0 00477097 +wrongdoer n 1 2 @ ~ 1 0 09633969 +wrongdoing n 2 2 @ ~ 2 1 04853765 00732746 +wrongful_conduct n 1 2 @ ~ 1 0 00732746 +wrongful_death n 1 1 @ 1 0 07333971 +wrongfulness n 1 3 ! @ + 1 0 04854604 +wrongness n 3 4 ! @ ~ + 3 0 04901996 04851962 04802403 +wrought_iron n 1 3 @ ~ %s 1 1 14802262 +wry_face n 1 1 @ 1 0 06877742 +wrymouth n 1 2 @ #m 1 0 02616397 +wryneck n 2 2 @ #m 2 0 14557719 01841679 +wsw n 1 1 @ 1 0 13834162 +wtc n 1 3 @ #p ; 1 0 04604009 +wto n 1 1 @ 1 0 08486971 +wtv n 1 1 @ 1 0 01371928 +wu n 1 1 @ 1 0 06930298 +wu_dialect n 1 1 @ 1 0 06930298 +wuerzburg n 1 2 @ #p 1 0 08775179 +wuhan n 1 2 @ #p 1 0 08729283 +wulfenite n 1 1 @ 1 0 15105733 +wulfila n 1 1 @ 1 0 11355669 +wurlitzer n 1 1 @ 1 0 11399274 +wurtzite n 1 1 @ 1 0 15105849 +wurzburg n 1 2 @ #p 1 0 08775179 +wuss n 1 2 @ ~ 1 0 10771636 +wv n 1 3 @ #p %p 1 0 09155306 +www n 1 1 @ 1 0 04604276 +wy n 1 3 @ #p %p 1 0 09159003 +wyat n 1 1 @ 1 0 11399446 +wyatt n 2 1 @ 2 0 11399620 11399446 +wych_elm n 1 2 @ #m 1 0 12407079 +wych_hazel n 2 3 @ ~ #m 2 0 12314808 04596224 +wych_hazel_plant n 1 3 @ ~ #m 1 0 12314808 +wycherley n 1 1 @ 1 0 11399716 +wyclif n 1 1 @ 1 0 11399866 +wycliffe n 1 1 @ 1 0 11399866 +wye n 1 2 @ #m 1 0 06833776 +wyeth n 1 1 @ 1 0 11400126 +wyethia_amplexicaulis n 1 2 @ #m 1 0 12032429 +wyethia_helianthoides n 1 2 @ #m 1 0 12032686 +wykeham n 1 1 @ 1 0 11400230 +wykehamist n 1 2 @ ; 1 0 10801561 +wyler n 1 1 @ 1 0 11400490 +wylie n 1 1 @ 1 0 11400594 +wynette n 1 1 @ 1 0 11400704 +wynfrith n 1 2 @ ; 1 0 10856486 +wynnea n 1 1 @ 1 0 13034431 +wynnea_americana n 1 1 @ 1 0 13034555 +wynnea_sparassoides n 1 1 @ 1 0 13034788 +wyoming n 1 3 @ #p %p 1 1 09159003 +wyomingite n 1 1 @ 1 0 09746637 +wyrd n 1 1 @ 1 0 09586442 +wystan_hugh_auden n 1 1 @ 1 0 10828233 +wyszynski n 1 1 @ 1 0 11400837 +wytensin n 1 2 @ ; 1 0 03464266 +wyvern n 1 1 @ 1 0 09503486 +x n 3 2 @ #m 3 0 13746512 06833663 02678738 +x-axis n 1 1 @ 1 0 06009233 +x-linked_dominant_inheritance n 1 1 @ 1 0 04923299 +x-linked_gene n 1 1 @ 1 0 05441929 +x-linked_recessive_inheritance n 1 1 @ 1 0 04923496 +x-linked_scid n 1 1 @ 1 0 14129351 +x-or_circuit n 1 1 @ 1 0 04609354 +x-radiation n 2 2 @ ~ 2 0 11527177 00901316 +x-ray n 2 2 @ ~ 2 0 11527177 04100620 +x-ray_diffraction n 1 1 @ 1 1 11527386 +x-ray_film n 1 2 @ ~ 1 1 04609531 +x-ray_machine n 1 3 @ ~ %p 1 1 04609651 +x-ray_photograph n 1 2 @ ~ 1 0 04100620 +x-ray_photography n 1 2 @ ~ 1 0 00904623 +x-ray_picture n 1 2 @ ~ 1 0 04100620 +x-ray_therapy n 1 1 @ 1 0 00706133 +x-ray_tube n 1 2 @ #p 1 0 04609811 +x-raying n 1 3 @ ~ + 1 0 00901316 +x-scid n 1 1 @ 1 0 14129351 +x_chromosome n 1 1 @ 1 0 05442594 +x_ray n 2 2 @ ~ 2 1 11527177 04100620 +xanax n 1 2 @ ; 1 0 02699343 +xanthate n 1 2 @ ~ 1 0 15112828 +xanthelasma n 1 1 @ 1 0 14233155 +xanthemia n 1 1 @ 1 0 14566606 +xanthic_acid n 1 1 @ 1 0 15112932 +xanthine n 1 1 @ 1 0 15113050 +xanthium n 1 3 @ #m %m 1 0 12032939 +xanthoma n 1 2 @ ~ 1 0 14233267 +xanthoma_disseminatum n 1 1 @ 1 0 14233545 +xanthoma_multiplex n 1 1 @ 1 0 14233717 +xanthomatosis n 1 1 @ 1 0 14233717 +xanthomonad n 1 2 @ #m 1 0 01361683 +xanthomonas n 1 3 @ #m %m 1 0 01361465 +xanthophyceae n 1 2 @ #m 1 0 01400772 +xanthophyl n 1 1 @ 1 0 14721635 +xanthophyll n 1 1 @ 1 0 14721635 +xanthopsia n 1 1 @ 1 0 14574192 +xanthorrhoeaceae n 1 2 @ #m 1 0 12465796 +xanthorroea n 1 3 @ #m %m 1 0 12466034 +xanthosis n 1 1 @ 1 0 14233974 +xanthosoma n 1 3 @ #m %m 1 0 11793252 +xanthosoma_atrovirens n 1 2 @ #m 1 0 11793403 +xanthosoma_sagittifolium n 1 2 @ #m 1 0 11793403 +xantusiidae n 1 3 @ #m %m 1 0 01683428 +xavier n 1 1 @ 1 0 11401009 +xc n 1 1 @ 1 0 13750297 +xe n 1 2 @ #s 1 0 14661274 +xenarthra n 1 3 @ #m %m 1 0 02453890 +xenicidae n 1 3 @ #m %m 1 0 01588172 +xenicus n 1 3 @ #m %m 1 0 01588589 +xenicus_gilviventris n 1 2 @ #m 1 0 01588725 +xenogenesis n 1 2 @ ~ 1 0 11424194 +xenograft n 1 1 @ 1 0 05583624 +xenolith n 1 2 @ ; 1 0 09481120 +xenon n 1 2 @ #s 1 1 14661274 +xenophanes n 1 1 @ 1 0 11401194 +xenophobia n 1 2 @ + 1 0 14386022 +xenophon n 1 1 @ 1 0 11401282 +xenopodidae n 1 1 @ 1 0 01654245 +xenopus n 1 3 @ #m %m 1 0 01654429 +xenopus_laevis n 1 2 @ #m 1 0 01654637 +xenorhyncus n 1 3 @ #m %m 1 0 02004343 +xenorhyncus_asiaticus n 1 2 @ #m 1 0 02004492 +xenosauridae n 1 3 @ #m %m 1 0 01690703 +xenosaurus n 1 2 @ #m 1 0 01690857 +xenotime n 1 2 @ %s 1 0 15105955 +xenotransplant n 1 1 @ 1 0 01268271 +xenotransplantation n 1 1 @ 1 0 01268271 +xeranthemum n 1 2 @ #m 1 0 12033504 +xeranthemum_annuum n 1 2 @ #m 1 0 12033709 +xerobates n 1 2 @ #m 1 0 01671312 +xeroderma n 1 2 @ ~ 1 0 14537563 +xeroderma_pigmentosum n 1 1 @ 1 0 14537735 +xerodermia n 1 2 @ ~ 1 0 14537563 +xerographic_copier n 1 1 @ 1 0 04608923 +xerographic_printer n 1 1 @ 1 0 04608809 +xerography n 1 2 @ + 1 0 00904904 +xeroma n 1 1 @ 1 0 14538113 +xerophile n 1 2 @ ~ 1 0 13121104 +xerophilous_plant n 1 2 @ ~ 1 0 13121104 +xerophthalmia n 1 1 @ 1 0 14538113 +xerophthalmus n 1 1 @ 1 0 14538113 +xerophyllum n 1 3 @ #m %m 1 0 12465321 +xerophyllum_tenax n 1 2 @ #m 1 0 12465557 +xerophyte n 1 3 @ ~ + 1 0 13121104 +xerophytic_plant n 1 2 @ ~ 1 0 13121104 +xeroradiography n 1 1 @ 1 0 00905192 +xerostomia n 1 1 @ 1 0 14538329 +xerotes n 1 2 @ ~ 1 0 14536438 +xerox n 2 2 @ + 2 0 04609235 04608923 +xerox_copy n 1 1 @ 1 0 04609235 +xerox_machine n 1 1 @ 1 0 04608923 +xerxes_i n 1 1 @ 1 0 11401418 +xerxes_the_great n 1 1 @ 1 0 11401418 +xestobium_rufovillosum n 1 2 @ #m 1 0 02177775 +xhosa n 3 2 @ #m 3 0 09751496 08489285 06994700 +xi n 2 2 @ #m 2 0 13746672 06835525 +xian n 1 2 @ #p 1 0 08729452 +xii n 1 2 @ ~ 1 0 13746785 +xiii n 1 1 @ 1 0 13747199 +ximenesia_encelioides n 1 1 @ 1 0 12031139 +xinjiang n 1 4 @ #p %m - 1 0 08729626 +xinjiang_uighur_autonomous_region n 1 4 @ #p %m - 1 0 08729626 +xiphias n 1 3 @ #m %m 1 0 02629581 +xiphias_gladius n 1 3 @ #m %p 1 0 02629716 +xiphiidae n 1 3 @ #m %m 1 0 02629435 +xiphium_iris n 1 1 @ 1 0 12415595 +xiphoid_process n 1 2 @ #p 1 0 05281691 +xiphosura n 1 3 @ #m %m 1 0 01787401 +xiphosurus_polyphemus n 1 2 @ #m 1 0 01787835 +xishuangbanna_dai n 1 1 @ 1 0 06935314 +xiv n 1 1 @ 1 0 13747348 +xix n 1 1 @ 1 0 13747989 +xizang n 1 5 @ #p %m %p - 1 0 08906952 +xl n 1 1 @ 1 0 13749527 +xmas n 1 2 @ #p 1 0 15196186 +xor_circuit n 1 1 @ 1 0 04609354 +xor_gate n 1 1 @ 1 0 04609354 +xt n 1 1 @ 1 0 07431247 +xtc n 1 1 @ 1 0 02678738 +xv n 1 1 @ 1 0 13747469 +xvi n 1 1 @ 1 0 13747606 +xvii n 1 1 @ 1 0 13747725 +xviii n 1 1 @ 1 0 13747865 +xx n 2 2 @ ; 2 0 13748128 05442789 +xxi n 1 1 @ 1 0 13748246 +xxii n 1 1 @ 1 0 13748367 +xxiii n 1 1 @ 1 0 13748493 +xxiv n 1 1 @ 1 0 13748622 +xxix n 1 1 @ 1 0 13749278 +xxv n 1 1 @ 1 0 13748763 +xxvi n 1 1 @ 1 0 13748890 +xxvii n 1 1 @ 1 0 13749017 +xxviii n 1 1 @ 1 0 13749146 +xxx n 2 2 @ ; 2 0 13749407 05442916 +xxy n 1 2 @ ; 1 0 05443050 +xxy-syndrome n 1 1 @ 1 0 14306475 +xy n 1 2 @ ; 1 0 05443211 +xylaria n 1 3 @ #m %m 1 0 12966581 +xylaria_mali n 1 2 @ #m 1 0 12966804 +xylaria_polymorpha n 1 2 @ #m 1 0 12966945 +xylariaceae n 1 3 @ #m %m 1 0 12966386 +xylem n 1 3 @ #p %p 1 1 13098648 +xylene n 1 1 @ 1 0 15106143 +xylocaine n 1 2 @ ; 1 0 03662016 +xylocopa n 1 3 @ #m %m 1 0 02209230 +xylol n 1 1 @ 1 0 15106143 +xylomelum n 1 3 @ #m %m 1 0 12223950 +xylomelum_pyriforme n 1 2 @ #m 1 0 12224140 +xylophone n 1 2 @ + 1 1 03721384 +xylophonist n 1 2 @ + 1 0 10801697 +xylopia n 1 3 @ #m %m 1 0 11696776 +xylopia_aethiopica n 1 2 @ #m 1 0 11696935 +xylose n 1 1 @ 1 0 15103780 +xylosma n 1 2 @ #m 1 0 12381095 +xylosma_congestum n 1 2 @ #m 1 0 12381095 +xyphophorus n 1 3 @ #m %m 1 0 01448165 +xyphophorus_helleri n 1 2 @ #m 1 0 01448291 +xyridaceae n 1 3 @ #m %m 1 0 12605315 +xyridales n 1 3 @ #m %m 1 0 12605019 +xyris n 1 3 @ #m %m 1 0 12605519 +xyris_operculata n 1 1 @ 1 0 12605872 +xyy n 1 2 @ ; 1 0 05443333 +y n 2 3 @ #m #s 2 0 14661740 06833776 +y-axis n 1 1 @ 1 0 06009334 +y-linked_gene n 1 1 @ 1 0 05442022 +y2k n 1 1 @ 1 0 15249547 +y_chromosome n 1 1 @ 1 0 05443484 +yacca n 1 2 @ #m 1 0 11652217 +yacca_podocarp n 1 2 @ #m 1 0 11652217 +yacht n 1 2 @ + 1 1 04610013 +yacht_chair n 1 1 @ 1 0 04610176 +yacht_club n 1 1 @ 1 0 08230785 +yacht_race n 1 1 @ 1 0 07459992 +yachting n 1 3 @ ~ + 1 0 00315390 +yachting_cap n 1 2 @ %p 1 0 03610682 +yachtsman n 1 1 @ 1 0 10802043 +yachtswoman n 1 1 @ 1 0 10802043 +yack n 1 3 @ ~ + 1 0 07136940 +yafo n 1 2 @ #p 1 0 08798195 +yagi n 1 1 @ 1 0 04610274 +yagi_aerial n 1 1 @ 1 0 04610274 +yahi n 2 1 @ 2 0 09672455 06923704 +yahoo n 3 2 @ ; 3 0 10804102 10801893 06579127 +yahve n 1 1 @ 1 0 09538318 +yahveh n 1 1 @ 1 0 09538318 +yahwe n 1 1 @ 1 0 09538318 +yahweh n 1 1 @ 1 0 09538318 +yajur-veda n 1 1 @ 1 0 06465351 +yak n 2 3 @ ~ #m 2 0 07136940 02405302 +yak's_milk n 1 1 @ 1 0 07845421 +yak_butter n 1 1 @ 1 0 07856186 +yakety-yak n 1 2 @ ~ 1 0 07136940 +yakima n 1 2 @ #p 1 0 09155199 +yakut n 2 1 @ 2 0 09737161 06927645 +yakuza n 2 2 @ ; 2 0 10801802 08230906 +yale n 2 3 @ #m #p 2 1 04610368 11401617 +yale_university n 1 3 @ #m #p 1 0 04610368 +yalta n 1 2 @ #p 1 0 09017301 +yalta_conference n 1 1 @ 1 0 08328327 +yaltopya n 1 5 @ #p %m %p - 1 0 08778061 +yalu n 1 3 @ #p ; 1 0 09481285 +yalu_river n 2 3 @ #p ; 2 0 09481285 01299994 +yam n 4 5 @ ~ #m #p %p 4 0 12088223 12087961 07712267 07711907 +yam_bean n 2 2 @ #m 2 0 12555553 12555255 +yam_family n 1 3 @ #m %m 1 0 12087650 +yam_plant n 1 4 @ ~ #m %p 1 0 12087961 +yama n 1 1 @ 1 0 09530141 +yamaltu n 1 1 @ 1 0 06983795 +yamamoto n 1 1 @ 1 0 11401797 +yamani n 1 1 @ 1 0 11401947 +yamoussukro n 1 1 @ 1 0 08736956 +yana n 2 1 @ 2 0 09672590 06923792 +yanan n 1 2 @ ~ 1 0 06923580 +yang n 1 3 ! @ ; 1 0 05915356 +yang_chen_ning n 1 1 @ 1 0 11402120 +yangon n 1 2 @ #p 1 0 08715777 +yangtze n 1 2 @ #p 1 0 09481523 +yangtze_kiang n 1 2 @ #p 1 0 09481523 +yangtze_river n 1 2 @ #p 1 0 09481523 +yank n 2 4 @ ~ #m ; 2 1 10802283 09746819 +yankee n 3 5 @ ~ #m + ; 3 1 10802283 10355942 09746819 +yankee-doodle n 1 1 @ 1 0 09746819 +yankee_corn n 1 1 @ 1 0 12145148 +yanker n 1 2 @ + 1 0 10802147 +yanquapin n 1 3 @ #m %p 1 0 11717577 +yaounde n 1 2 @ #p 1 0 08717510 +yap n 1 1 @ 1 0 05302307 +yard n 9 4 @ ~ #p %p 9 3 13650447 04610879 08684294 13750844 13618076 08684676 04611154 04610676 04610503 +yard-long_bean n 1 2 @ #m 1 0 12579038 +yard_bird n 2 2 @ ~ 2 0 10802507 09962966 +yard_donkey n 1 1 @ 1 0 04611470 +yard_goods n 1 2 @ ; 1 0 04611654 +yard_grass n 1 2 @ #m 1 0 12118414 +yard_line n 1 1 @ 1 0 08654127 +yard_marker n 1 2 @ ; 1 0 04611795 +yard_measure n 1 1 @ 1 0 04611916 +yard_sale n 1 1 @ 1 0 01119250 +yardage n 1 1 @ 1 1 05130875 +yardarm n 1 2 @ #p 1 0 04611351 +yardbird n 2 2 @ ~ 2 0 10802507 09962966 +yardbird_parker n 1 1 @ 1 0 11222914 +yarder n 2 2 @ ; 2 0 13650735 04611470 +yardgrass n 1 2 @ #m 1 0 12118414 +yardie n 1 1 @ 1 0 10802621 +yardman n 2 1 @ 2 0 10802953 10802842 +yardmaster n 1 1 @ 1 0 10803031 +yardstick n 2 1 @ 2 1 07261955 04611916 +yarmelke n 1 1 @ 1 0 04612026 +yarmulka n 1 1 @ 1 0 04612026 +yarmulke n 1 1 @ 1 0 04612026 +yarn n 2 4 @ ~ %p + 2 0 07220773 04426788 +yarrow n 1 1 @ 1 0 11916696 +yashmac n 1 1 @ 1 0 04612159 +yashmak n 1 1 @ 1 0 04612159 +yasser_arafat n 1 1 @ 1 0 10821218 +yastrzemski n 1 1 @ 1 0 11402341 +yataghan n 1 1 @ 1 0 04612257 +yatobyo n 1 2 @ %p 1 0 14276360 +yaupon_holly n 1 1 @ 1 0 12758099 +yautia n 1 2 @ #m 1 0 11793403 +yavapai n 2 1 @ 2 0 09672725 06923398 +yaw n 1 2 @ + 1 0 07411350 +yawl n 2 2 @ ~ 2 0 04612504 04612373 +yawn n 1 3 @ ~ + 1 1 00837293 +yawner n 1 2 @ + 1 0 10803193 +yawning n 1 3 @ ~ + 1 0 00837293 +yaws n 1 1 @ 1 1 14144761 +yay n 1 1 @ 1 0 06936461 +yazoo n 1 2 @ #p 1 0 09481754 +yazoo_river n 1 2 @ #p 1 0 09481754 +yb n 4 3 @ #s %p 4 0 14661482 13632461 13632320 13632164 +ybit n 1 2 @ %p 1 0 13632461 +yea n 1 2 ! @ 1 0 07204008 +year n 4 5 @ ~ #p %p + 4 4 15203791 15204297 15201505 08238660 +year-end n 1 1 @ 1 1 15201994 +year_dot n 1 2 @ ; 1 0 15244351 +year_of_grace n 1 1 @ 1 0 15249458 +yearbook n 2 2 @ ~ 2 0 07282497 06426468 +yearling n 3 1 @ 3 0 10714465 02385214 01888181 +yearly n 1 2 @ ~ 1 0 06426468 +yearner n 1 2 @ + 1 0 10270878 +yearning n 1 3 @ ~ + 1 1 07486628 +years n 3 3 @ ~ %p 3 2 15153787 15242955 15141059 +yeast n 2 4 @ ~ #m + 2 0 15106271 13025647 +yeast_cake n 1 1 @ 1 0 07640560 +yeats n 1 2 @ + 1 0 11402463 +yeddo n 1 2 @ #p 1 0 08923348 +yedo n 1 2 @ #p 1 0 08923348 +yehudi_menuhin n 1 1 @ 1 0 11175040 +yekaterinoslav n 1 1 @ 1 0 09016698 +yell n 2 3 @ ~ + 2 2 07120524 07121157 +yeller n 1 3 @ ~ + 1 0 10533983 +yelling n 1 2 @ + 1 1 07123552 +yellow n 1 3 @ ~ + 1 1 04965661 +yellow-bellied_sapsucker n 1 1 @ 1 0 01841288 +yellow-bellied_terrapin n 1 2 @ #m 1 0 01668665 +yellow-blindness n 1 1 @ 1 0 14154832 +yellow-blue_color_blindness n 1 2 @ ~ 1 0 14154669 +yellow-blue_dichromacy n 1 2 @ ~ 1 0 14154669 +yellow-breasted_bunting n 1 2 @ #m 1 0 01538362 +yellow-breasted_chat n 1 1 @ 1 0 01569971 +yellow-crowned_night_heron n 1 2 @ #m 1 0 02011016 +yellow-dog_contract n 1 1 @ 1 0 06527170 +yellow-eyed_grass n 1 3 @ ~ #m 1 0 12605683 +yellow-eyed_grass_family n 1 3 @ #m %m 1 0 12605315 +yellow-fever_mosquito n 1 2 @ #m 1 0 02200850 +yellow-green_algae n 1 3 @ ~ #m 1 0 01400391 +yellow-leaf_sickle_pine n 1 2 @ #m 1 0 11655152 +yellow-shafted_flicker n 1 1 @ 1 0 01839750 +yellow-throated_marten n 1 2 @ #m 1 0 02451125 +yellow_adder's_tongue n 1 1 @ 1 0 12450840 +yellow_ageratum n 1 2 @ #m 1 0 11992806 +yellow_asphodel n 1 2 @ #m 1 0 12442697 +yellow_avens n 2 1 @ 2 0 12631932 12631637 +yellow_bachelor's_button n 1 1 @ 1 0 12705458 +yellow_bass n 1 2 @ #m 1 0 02566665 +yellow_bean n 1 1 @ 1 0 07728708 +yellow_bedstraw n 1 1 @ 1 0 12665857 +yellow_bells n 1 2 @ #m 1 0 12835331 +yellow_berry n 1 2 @ #p 1 0 13141415 +yellow_bile n 1 1 @ 1 0 05406958 +yellow_birch n 1 2 @ #m 1 0 12281788 +yellow_bone_marrow n 1 1 @ 1 0 05286008 +yellow_bristle_grass n 1 1 @ 1 0 12134836 +yellow_bristlegrass n 1 1 @ 1 0 12134836 +yellow_bugle n 1 1 @ 1 0 12841472 +yellow_bunting n 1 2 @ #m 1 0 01538200 +yellow_cattley_guava n 1 2 @ #m 1 0 12333771 +yellow_cedar n 1 2 @ #m 1 0 11635830 +yellow_chamomile n 1 2 @ #m 1 0 11923397 +yellow_chestnut_oak n 1 1 @ 1 0 12275675 +yellow_cleavers n 1 1 @ 1 0 12665857 +yellow_clintonia n 1 2 @ #m 1 0 12472559 +yellow_colicroot n 1 2 @ #m 1 0 12430675 +yellow_cypress n 1 2 @ #m 1 0 11635830 +yellow_delicious n 1 1 @ 1 0 07740342 +yellow_dock n 1 1 @ 1 0 12604639 +yellow_dwarf n 1 2 @ ~ 1 0 14284688 +yellow_dwarf_of_potato n 1 1 @ 1 0 14284876 +yellow_fever n 1 1 @ 1 0 14144960 +yellow_flag n 1 1 @ 1 0 12414602 +yellow_foxglove n 1 1 @ 1 0 12883265 +yellow_foxtail n 1 1 @ 1 0 12134836 +yellow_giant_hyssop n 1 1 @ 1 0 12840168 +yellow_globe_lily n 1 2 @ #m 1 0 12447121 +yellow_goatfish n 1 2 @ #m 1 0 02600798 +yellow_granadilla n 2 3 @ #p %p 2 0 12384375 07754279 +yellow_green n 1 1 @ 1 0 04968257 +yellow_gurnard n 1 2 @ #m 1 0 02650413 +yellow_hawkweed n 1 2 @ #m 1 0 11982342 +yellow_henbane n 1 1 @ 1 0 12911914 +yellow_honeysuckle n 2 2 @ #m 2 0 12675299 12675100 +yellow_horned_poppy n 1 2 @ #m 1 0 11905749 +yellow_hornet n 1 2 @ #m 1 0 02213788 +yellow_iris n 1 1 @ 1 0 12414602 +yellow_ironweed n 1 1 @ 1 0 12030908 +yellow_jacaranda n 1 2 @ #m 1 0 12573911 +yellow_jack n 3 1 @ 3 0 14144960 04612623 02577041 +yellow_jacket n 2 2 @ #m 2 0 03913129 02213788 +yellow_jasmine n 1 2 @ #m 1 0 12485981 +yellow_jessamine n 1 2 @ #m 1 0 12485981 +yellow_journalism n 1 1 @ 1 0 06267991 +yellow_lady's_slipper n 1 2 @ ~ 1 0 12057211 +yellow_lady-slipper n 1 2 @ ~ 1 0 12057211 +yellow_light n 1 1 @ 1 0 06874837 +yellow_locust n 1 3 @ #m %s 1 0 12568186 +yellow_loosestrife n 1 1 @ 1 0 12095781 +yellow_lupine n 1 1 @ 1 0 12546832 +yellow_man n 1 2 @ ; 1 0 09643545 +yellow_mariposa_tulip n 1 2 @ #m 1 0 12448136 +yellow_marrow n 1 1 @ 1 0 05286008 +yellow_metal n 1 2 @ ~ 1 0 14720238 +yellow_milkwort n 1 1 @ 1 0 12705458 +yellow_mombin n 2 4 @ #m #p %p 2 0 12765846 07765612 +yellow_mombin_tree n 1 3 @ #m %p 1 0 12765846 +yellow_mountain_saxifrage n 1 2 @ #m 1 0 12793284 +yellow_nutgrass n 1 2 @ #m 1 0 12150969 +yellow_oak n 1 1 @ 1 0 12279458 +yellow_ocher n 1 1 @ 1 0 14844281 +yellow_ochre n 1 1 @ 1 1 14844281 +yellow_oleander n 1 2 @ #m 1 0 11777080 +yellow_pages n 1 1 @ 1 0 07251373 +yellow_paper_daisy n 1 1 @ 1 0 11980318 +yellow_parilla n 1 2 @ #m 1 0 11713370 +yellow_pea n 1 1 @ 1 0 12573474 +yellow_perch n 1 3 @ #m %p 1 0 02557182 +yellow_peril n 1 1 @ 1 0 14543411 +yellow_pimpernel n 1 1 @ 1 0 12095412 +yellow_pine n 2 4 @ ~ #s %s 2 1 11614250 11609362 +yellow_pitcher_plant n 1 2 @ #m 1 0 12780563 +yellow_pond_lily n 1 2 @ #m 1 0 11716422 +yellow_poplar n 2 4 @ #m #s %s 2 0 11712621 11712282 +yellow_prussiate_of_potash n 1 1 @ 1 0 14995061 +yellow_race n 1 2 @ %m 1 0 09643421 +yellow_river n 1 2 @ #p 1 0 09306257 +yellow_rocket n 1 2 @ #p 1 0 11874081 +yellow_root n 1 2 @ #m 1 0 11735570 +yellow_salsify n 1 1 @ 1 0 12026981 +yellow_sand_verbena n 1 1 @ 1 0 11837351 +yellow_sea n 1 3 @ #p %p 1 0 09481958 +yellow_spiny_daisy n 1 2 @ #m 1 0 11976511 +yellow_spot n 2 3 @ ~ #p 2 0 14285113 05455690 +yellow_spot_fungus n 1 3 @ #m ; 1 0 13080866 +yellow_spruce n 1 1 @ 1 0 11626826 +yellow_squash n 2 4 @ ~ #p %p 2 0 12159388 07716034 +yellow_star-thistle n 1 1 @ 1 0 11949015 +yellow_sweet_clover n 1 1 @ 1 0 11751347 +yellow_trefoil n 1 1 @ 1 0 12549192 +yellow_trumpet n 1 2 @ #m 1 0 12780563 +yellow_turnip n 1 2 @ #p 1 0 07736087 +yellow_twining_snapdragon n 1 1 @ 1 0 12877637 +yellow_vetchling n 1 2 @ #m 1 0 12541157 +yellow_warbler n 1 2 @ #m 1 0 01568892 +yellow_water_flag n 1 1 @ 1 0 12414602 +yellow_water_lily n 1 2 @ #m 1 0 11716877 +yellow_watercress n 1 2 @ #m 1 0 11895472 +yellow_woman n 1 2 @ ; 1 0 09643670 +yellowbelly_marmot n 1 1 @ 1 0 02361850 +yellowbird n 2 2 @ #m 2 0 01568892 01532325 +yellowcake n 1 1 @ 1 0 15106529 +yellowfin n 1 2 @ #m 1 0 02627532 +yellowfin_croaker n 1 2 @ #m 1 0 02597004 +yellowfin_mojarra n 1 2 @ #m 1 0 02637179 +yellowfin_tuna n 1 2 @ #m 1 0 02627532 +yellowhammer n 2 2 @ #m 2 0 01839750 01538200 +yellowish_brown n 1 2 @ ~ 1 1 04973957 +yellowish_green n 1 1 @ 1 0 04968257 +yellowish_pink n 1 1 @ 1 0 04971675 +yellowknife n 1 2 @ #p 1 0 08826150 +yellowlegs n 1 3 @ ~ #m 1 0 02028175 +yellowness n 1 3 @ ~ + 1 0 04965661 +yellowstone n 1 2 @ #p 1 0 09482131 +yellowstone_national_park n 1 3 @ #p %p 1 0 08610305 +yellowstone_river n 1 2 @ #p 1 0 09482131 +yellowtail n 2 2 @ #m 2 0 02587877 02578928 +yellowtail_flounder n 2 4 @ #m #p %p 2 0 07790800 02659176 +yellowtail_snapper n 1 2 @ #m 1 0 02587877 +yellowthroat n 1 3 @ ~ #m 1 0 01570676 +yellowwood n 2 4 @ ~ #s %s 2 0 11651133 11650558 +yellowwood_tree n 1 3 @ ~ %s 1 0 11650558 +yelp n 1 2 @ + 1 1 07400552 +yelping n 1 2 @ + 1 1 07400552 +yemen n 1 6 @ #m #p %m %p - 1 0 09164561 +yemeni n 1 3 @ #m + 1 0 09750770 +yemeni_fils n 1 1 @ 1 0 13697621 +yemeni_monetary_unit n 1 2 @ ~ 1 0 13697380 +yemeni_rial n 1 1 @ 1 0 13697505 +yen n 2 3 @ %p + 2 1 07486922 13709700 +yenisei n 2 2 @ #p 2 0 09482330 06959932 +yenisei-samoyed n 1 1 @ 1 0 06959932 +yenisei_river n 1 2 @ #p 1 0 09482330 +yeniseian n 2 2 @ #m 2 0 09708247 06959932 +yenisey n 1 2 @ #p 1 0 09482330 +yenisey_river n 1 2 @ #p 1 0 09482330 +yenta n 2 2 @ ; 2 0 10803463 10803282 +yeoman n 2 1 @ 2 0 10803691 10803586 +yeoman_of_the_guard n 1 1 @ 1 0 10803691 +yeomanry n 2 2 @ #p 2 0 08246502 08215989 +yerba_buena n 1 2 @ #m 1 0 12857204 +yerba_mansa n 1 2 @ #m 1 0 13152339 +yerba_santa n 1 2 @ #m 1 0 12835766 +yerevan n 1 2 @ #p 1 0 09018030 +yerkes n 1 1 @ 1 0 11402626 +yersin n 1 1 @ 1 0 11402801 +yersinia_pestis n 1 1 @ 1 0 01350701 +yerupaja n 1 2 @ #p 1 0 09482566 +yerwa-maiduguri n 1 2 @ #p 1 0 08974818 +yes n 1 2 ! @ 1 1 07203900 +yes-man n 1 2 @ ~ 1 0 10098092 +yes-no_question n 1 1 @ 1 0 07195969 +yeshiva n 1 1 @ 1 0 08278032 +yeshivah n 1 1 @ 1 0 08278032 +yesterday n 2 1 @ 2 1 15156187 15263138 +yesteryear n 1 2 @ ~ 1 1 15120823 +yeti n 1 1 @ 1 0 09487252 +yevgeni_aleksandrovich_yevtushenko n 1 1 @ 1 0 11403015 +yevgeni_yevtushenko n 1 1 @ 1 0 11403015 +yevtushenko n 1 1 @ 1 0 11403015 +yew n 2 5 @ ~ #m #s %s 2 0 11661707 11661372 +yew_family n 1 3 @ #m %m 1 0 11660979 +yezo n 1 3 @ #p %p 1 0 08920722 +ygdrasil n 1 2 @ ; 1 0 09584725 +yggdrasil n 1 2 @ ; 1 0 09584725 +yhvh n 1 1 @ 1 0 09538318 +yhwh n 1 1 @ 1 0 09538318 +yi n 1 1 @ 1 0 06932948 +yib n 1 2 @ %p 1 0 13632164 +yibit n 1 2 @ %p 1 0 13632606 +yid n 1 2 @ ; 1 0 09682122 +yiddish n 1 2 @ - 1 0 06951067 +yield n 4 3 @ ~ + 4 3 00914632 13260190 04612722 13758745 +yielder n 1 2 @ + 1 0 10679998 +yielding n 2 3 @ ~ + 2 0 07255027 07176243 +yin n 1 3 ! @ ; 1 0 05915584 +yip n 1 1 @ 1 0 07400552 +yips n 1 1 @ 1 0 14376497 +yisrael n 1 5 @ #p %m %p - 1 0 08792548 +ylang-ylang n 1 2 @ #m 1 0 11695974 +ylem n 1 2 @ ; 1 0 14582025 +ymir n 1 2 @ ; 1 0 09584933 +yo-yo n 1 1 @ 1 0 04613555 +yob n 1 2 @ ~ 1 0 09879297 +yobbo n 1 2 @ ~ 1 0 09879297 +yobibit n 1 2 @ %p 1 0 13632606 +yobibyte n 1 2 @ %p 1 0 13632164 +yobo n 1 2 @ ~ 1 0 09879297 +yodel n 1 2 @ + 1 0 07123710 +yodeling n 1 2 @ + 1 0 01256124 +yodeller n 1 2 @ + 1 0 10803838 +yodh n 1 2 @ #m 1 0 06837679 +yoga n 2 4 @ ~ %p + 2 1 06239361 00630960 +yogacara n 1 1 @ 1 0 06242780 +yoghourt n 1 2 @ ~ 1 0 07849336 +yoghurt n 1 2 @ ~ 1 0 07849336 +yogi n 2 1 @ 2 0 10848946 10803978 +yogi_berra n 1 1 @ 1 0 10848946 +yogurt n 1 2 @ ~ 1 0 07849336 +yoke n 7 5 @ ~ #p %p + 7 1 04613015 13996909 13743605 08231065 04613350 04613158 04612840 +yokel n 1 1 @ 1 1 10804102 +yoko_ono n 1 1 @ 1 0 11215205 +yokohama n 1 2 @ #p 1 0 08924238 +yokuts n 2 1 @ 2 1 06924659 09672840 +yolk n 2 2 @ #p 2 0 07841345 01464844 +yolk_sac n 2 1 @ 2 0 01465243 01465046 +yom_kippur n 1 2 @ ; 1 0 15185471 +yom_kippur_war n 1 2 @ ; 1 0 01302683 +yore n 1 1 @ 1 0 15121088 +york n 1 2 @ %m 1 0 08159924 +yorkshire n 1 2 @ #p 1 0 08885211 +yorkshire_fog n 1 1 @ 1 0 12122725 +yorkshire_pudding n 1 1 @ 1 0 07690585 +yorkshire_terrier n 1 1 @ 1 0 02094433 +yorktown n 2 3 @ #p ; 2 0 09152570 01300242 +yoruba n 2 1 @ 2 0 09738275 06997368 +yosemite n 1 2 @ #p 1 0 09482715 +yosemite_falls n 1 2 @ #p 1 0 09482715 +yosemite_national_park n 1 2 @ #p 1 0 08610646 +yosemite_toad n 1 1 @ 1 0 01647180 +yottabit n 1 2 @ %p 1 0 13632461 +yottabyte n 2 2 @ %p 2 0 13632320 13632164 +you-drive n 1 1 @ 1 0 13248598 +young n 9 4 ! @ ~ + 9 1 01321579 11404280 11404140 11403828 11403692 11403600 11403456 11403220 07944050 +young's_modulus n 1 1 @ 1 0 13588497 +young_bird n 1 3 @ ~ #m 1 0 01613615 +young_buck n 1 1 @ 1 0 10804287 +young_carnivore n 1 2 @ ~ 1 0 01322685 +young_fish n 1 2 @ ~ 1 0 02513560 +young_girl n 1 2 @ ~ 1 1 10247358 +young_lady n 1 2 @ ~ 1 1 10129825 +young_mammal n 1 3 @ ~ #m 1 0 01321854 +young_man n 2 1 @ 2 2 10804287 09871364 +young_person n 1 2 @ ~ 1 0 10804406 +young_turk n 2 1 @ 2 0 10804732 10804636 +young_woman n 1 2 @ ~ 1 1 10129825 +youngness n 1 4 ! @ ~ + 1 0 04928416 +youngster n 1 3 @ ~ %p 1 1 09917593 +youngstown n 1 2 @ #p 1 0 09131553 +younker n 1 2 @ ~ 1 0 10804406 +youth n 6 3 @ ~ %p 6 6 10804406 07944050 15147713 14425853 15266034 04928585 +youth-on-age n 1 2 @ #m 1 0 12804352 +youth_crusade n 1 1 @ 1 0 00801277 +youth_culture n 1 2 @ ~ 1 0 08289089 +youth_gang n 1 3 @ %m %p 1 0 08244747 +youth_hostel n 1 1 @ 1 0 03541537 +youth_movement n 1 1 @ 1 0 00801277 +youth_subculture n 1 2 @ ~ 1 0 08289449 +youthfulness n 1 2 @ + 1 0 04928585 +yowl n 1 2 @ + 1 0 07121361 +ypres n 3 3 @ #p ; 3 0 01301080 01300782 01300508 +yquem n 1 1 @ 1 0 07899899 +yr n 1 3 @ ~ #p 1 1 15203791 +ytterbite n 1 2 @ %s 1 0 14675569 +ytterbium n 1 2 @ #s 1 0 14661482 +yttrium n 1 2 @ #s 1 0 14661740 +yuan n 2 2 @ %p 2 0 13709992 08160146 +yuan_dynasty n 1 1 @ 1 0 08160146 +yucatan n 2 3 @ #p %p 2 0 08740230 08740022 +yucatan_peninsula n 1 2 @ #p 1 0 08740022 +yucatec n 2 1 @ 2 0 09672963 06925917 +yucateco n 2 1 @ 2 0 09672963 06925917 +yucca n 1 3 @ ~ #m 1 1 12482031 +yucca_aloifolia n 1 1 @ 1 0 12482437 +yucca_baccata n 1 1 @ 1 0 12482668 +yucca_brevifolia n 1 1 @ 1 0 12482893 +yucca_carnerosana n 1 1 @ 1 0 12483091 +yucca_elata n 1 1 @ 1 0 12483282 +yucca_filamentosa n 1 1 @ 1 0 12483427 +yucca_glauca n 1 1 @ 1 0 12483625 +yucca_gloriosa n 1 1 @ 1 0 12483841 +yucca_smalliana n 1 1 @ 1 0 12484029 +yucca_whipplei n 1 1 @ 1 0 12484244 +yue n 1 1 @ 1 0 06930427 +yue_dialect n 1 1 @ 1 0 06930427 +yugoslav n 1 3 @ #m + 1 0 09750891 +yugoslavia n 2 4 @ %m %p + 2 1 08816236 08815513 +yugoslavian n 1 3 @ #m + 1 0 09750891 +yugoslavian_dinar n 1 2 @ %p 1 0 13671182 +yugoslavian_monetary_unit n 1 2 @ ~ 1 0 13671047 +yukawa n 1 1 @ 1 0 11404402 +yukon n 2 3 @ #p %p 2 0 09482916 08830456 +yukon_river n 1 2 @ #p 1 0 09482916 +yukon_territory n 1 3 @ #p %p 1 0 08830456 +yukon_time n 1 1 @ 1 0 15132865 +yukon_white_birch n 1 2 @ #m 1 0 12283395 +yule n 1 3 @ #p %p 1 0 15196537 +yule_log n 1 1 @ 1 0 15101059 +yuletide n 1 3 @ #p %p 1 0 15196537 +yuma n 3 2 @ #p 3 0 09673091 09059125 06923492 +yuman n 1 2 @ ~ 1 0 06922045 +yunnan n 1 2 @ #p 1 0 08726463 +yunnan_province n 1 2 @ #p 1 0 08726463 +yuppie n 1 1 @ 1 0 10804923 +yurak-samoyed n 1 1 @ 1 0 06959788 +yuri_alekseyevich_gagarin n 1 1 @ 1 0 10986866 +yuri_gagarin n 1 1 @ 1 0 10986866 +yurt n 1 1 @ 1 0 04613696 +yves_tanguy n 1 1 @ 1 0 11331063 +z n 2 2 @ #m 2 0 07355014 06833890 +z-axis n 1 1 @ 1 0 06009433 +zaar n 1 1 @ 1 0 06983416 +zabaglione n 1 1 @ 1 0 07621497 +zabrze n 1 2 @ #p 1 0 08984457 +zacharias n 2 2 @ #p 2 0 11405319 06441195 +zachary_taylor n 1 1 @ 1 0 11333237 +zag n 1 1 @ 1 0 13887319 +zaglossus n 1 3 @ #m %m 1 0 01872635 +zagreb n 1 2 @ #p 1 0 08819128 +zaharias n 1 1 @ 1 0 11404666 +zaire n 2 5 @ #p %m %p + 2 0 13710443 08734385 +zaire_river n 1 2 @ #p 1 0 09252078 +zairean n 1 3 @ #m + 1 0 09751622 +zairese n 1 3 @ #m + 1 0 09751622 +zairese_monetary_unit n 1 2 @ ~ 1 0 13710317 +zakat n 1 1 @ 1 0 05914851 +zalcitabine n 1 1 @ 1 0 03190763 +zalophus n 1 3 @ #m %m 1 0 02078436 +zalophus_californianus n 1 2 @ #m 1 0 02078574 +zalophus_californicus n 1 2 @ #m 1 0 02078574 +zalophus_lobatus n 1 2 @ #m 1 0 02078738 +zama n 1 3 @ #p ; 1 0 01301423 +zaman n 1 1 @ 1 0 11759853 +zamang n 1 1 @ 1 0 11759853 +zambezi n 1 3 @ #p %p 1 0 09483129 +zambezi_river n 1 3 @ #p %p 1 0 09483129 +zambia n 1 5 @ #p %m %p + 1 0 09165613 +zambian n 1 3 @ #m + 1 0 09751772 +zambian_kwacha n 1 2 @ %p 1 0 13683578 +zambian_monetary_unit n 1 2 @ ~ 1 0 13683451 +zamboni n 1 2 @ ; 1 0 04613939 +zamia n 1 3 @ ~ #m 1 0 11601918 +zamia_family n 1 3 @ #m %m 1 0 11601487 +zamia_pumila n 1 1 @ 1 0 11602091 +zamiaceae n 1 3 @ #m %m 1 0 11601487 +zane_grey n 1 1 @ 1 0 11016075 +zangwill n 1 1 @ 1 0 11404871 +zannichellia n 1 2 @ #m 1 0 12617950 +zannichellia_palustris n 1 1 @ 1 0 12618146 +zannichelliaceae n 1 3 @ #m %m 1 0 12617739 +zantac n 1 2 @ ; 1 0 04053995 +zantedeschia n 1 3 @ #m %m 1 0 11793651 +zantedeschia_aethiopica n 1 3 @ ~ #m 1 0 11793779 +zantedeschia_rehmanii n 1 1 @ 1 0 11794024 +zanthoxylum n 1 3 @ #m %m 1 0 12714550 +zanthoxylum_americanum n 1 2 @ #m 1 0 12714949 +zanthoxylum_clava-herculis n 1 2 @ #m 1 0 12715195 +zanthoxylum_flavum n 1 1 @ 1 0 12715408 +zanthoxylum_fraxineum n 1 2 @ #m 1 0 12714949 +zanuck n 1 1 @ 1 0 11404971 +zany n 2 2 @ + 2 0 10805113 10157744 +zanzibar n 1 2 @ #p 1 0 09035458 +zanzibar_copal n 1 1 @ 1 0 14896018 +zap n 1 1 @ 1 0 07479628 +zapata n 1 1 @ 1 0 11405176 +zapodidae n 1 3 @ #m %m 1 0 02350845 +zapotec n 2 1 @ 2 0 09649372 06919122 +zapotecan n 2 1 @ 2 0 09649372 06919122 +zapper n 1 2 @ + 1 0 04614083 +zapus n 1 3 @ #m %m 1 0 02351212 +zapus_hudsonius n 1 2 @ #m 1 0 02351343 +zaragoza n 1 2 @ #p 1 0 09027679 +zarathustra n 1 1 @ 1 0 11407715 +zarf n 1 2 @ ; 1 0 04614244 +zaria n 1 2 @ #p 1 0 08974974 +zarontin n 1 2 @ ; 1 0 03300578 +zarpanit n 1 2 @ ; 1 0 09521648 +zarqa n 1 2 @ #p 1 0 08928083 +zauschneria_californica n 1 2 @ #m 1 0 12342852 +zayin n 1 2 @ #m 1 0 06837357 +zb n 3 3 @ #p %p 3 0 13631845 13631687 13631512 +zbit n 1 3 @ #p %p 1 0 13631845 +zdv n 1 1 @ 1 0 02765429 +zea n 1 3 @ #m %m 1 0 12143572 +zea_mays n 1 4 @ ~ #m %p 1 0 12143676 +zea_mays_amylacea n 1 1 @ 1 0 12145325 +zea_mays_everta n 1 2 @ %p 1 0 12145477 +zea_mays_indentata n 1 1 @ 1 0 12144987 +zea_mays_indurata n 1 1 @ 1 0 12145148 +zea_mays_rugosa n 1 2 @ #p 1 0 12144742 +zea_saccharata n 1 2 @ #p 1 0 12144742 +zeal n 3 2 @ + 3 2 07555402 07481785 04644719 +zealand n 1 3 @ #p %m 1 0 08761697 +zealander n 1 2 @ #m 1 0 09700017 +zealot n 2 2 @ ~ 2 0 10805274 10402086 +zealotry n 1 1 @ 1 0 06206334 +zeaxanthin n 1 1 @ 1 0 14721781 +zebibit n 1 3 @ #p %p 1 0 13632007 +zebibyte n 1 3 @ #p %p 1 0 13631512 +zebra n 1 3 @ ~ #m 1 0 02391049 +zebra-tailed_lizard n 1 2 @ #m 1 0 01678657 +zebra_crossing n 1 3 @ ~ ; 1 0 03904183 +zebra_finch n 1 2 @ #m 1 0 01544389 +zebra_mussel n 1 2 @ #m 1 0 01965529 +zebra_orchid n 1 2 @ #m 1 0 12048537 +zebrawood n 2 4 @ ~ #s %s 2 0 11746060 11745817 +zebrawood_family n 1 2 @ #m 1 0 11746224 +zebrawood_tree n 1 3 @ ~ %s 1 0 11745817 +zebu n 1 2 @ #m 1 0 02404906 +zechariah n 2 2 @ #p 2 0 11405319 06441195 +zed n 1 2 @ #m 1 0 06833890 +zee n 1 2 @ #m 1 0 06833890 +zeeman n 1 1 @ 1 0 11405437 +zeidae n 1 3 @ #m %m 1 0 01452633 +zeitgeist n 1 1 @ 1 0 14526635 +zellig_harris n 1 1 @ 1 0 11031016 +zellig_sabbatai_harris n 1 1 @ 1 0 11031016 +zen n 3 4 @ %m + - 3 0 08099029 06242048 02675657 +zen_buddhism n 2 3 @ %m - 2 0 08099029 06242048 +zen_buddhist n 1 3 @ #m + 1 0 09683924 +zenaidura n 1 3 @ #m %m 1 0 01814091 +zenaidura_macroura n 1 2 @ #m 1 0 01814217 +zend n 1 1 @ 1 0 06973941 +zend-avesta n 1 1 @ 1 0 06430996 +zenith n 1 4 ! @ #p + 1 1 08684769 +zeno n 2 1 @ 2 0 11405826 11405684 +zeno_of_citium n 1 1 @ 1 0 11405684 +zeno_of_elea n 1 1 @ 1 0 11405826 +zeolite n 1 2 @ ~ 1 0 15106867 +zeomorphi n 1 3 @ #m %m 1 0 01452496 +zep n 1 1 @ 1 0 07697825 +zephaniah n 2 2 @ #p 2 0 11406023 06440663 +zephyr n 2 3 @ ~ ; 2 0 11431754 09573561 +zeppelin n 2 1 @ 2 0 11406141 04614372 +zeppo n 1 2 @ #m 1 0 11161228 +zero n 4 3 @ ~ + 4 2 13740168 13742358 05856217 04614505 +zero-coupon_bond n 1 2 @ ; 1 0 13341052 +zero-coupon_security n 1 2 @ ~ 1 0 13418823 +zero-sum_game n 1 2 @ ; 1 0 00509706 +zero-tolerance_policy n 1 1 @ 1 0 06663308 +zero_coupon_bond n 1 2 @ ; 1 0 13341052 +zero_coupon_security n 1 2 @ ~ 1 0 13418823 +zero_hour n 1 1 @ 1 0 15229300 +zero_point n 1 1 @ 1 0 05856217 +zero_tolerance n 1 1 @ 1 0 06206576 +zeroth_law_of_thermodynamics n 1 1 @ 1 0 05883473 +zest n 2 2 @ + 2 1 07491981 04993108 +zestfulness n 1 2 @ + 1 0 07491981 +zestril n 1 2 @ ; 1 0 03677308 +zeta n 1 2 @ #m 1 0 06834674 +zetland n 1 2 @ #p 1 0 08954057 +zettabit n 1 3 @ #p %p 1 0 13631845 +zettabyte n 2 3 @ #p %p 2 0 13631687 13631512 +zeugma n 1 2 @ ~ 1 0 07108807 +zeus n 2 4 @ #m %m ; 2 0 09573682 01452954 +zeus_faber n 1 2 @ #m 1 0 01453087 +zhou n 1 1 @ 1 0 08479407 +zhou_dynasty n 1 1 @ 1 0 08479407 +zhou_en-lai n 1 1 @ 1 0 11406314 +zhu_jiang n 1 2 @ #p 1 0 09483340 +zhuang n 1 1 @ 1 0 06936379 +zhukov n 1 1 @ 1 0 11406460 +zib n 1 3 @ #p %p 1 0 13631512 +zibit n 1 3 @ #p %p 1 0 13632007 +zidovudine n 1 1 @ 1 0 02765429 +ziegfeld n 1 1 @ 1 0 11406700 +ziegfeld_follies n 1 1 @ 1 0 07020121 +ziegler n 1 1 @ 1 0 11406906 +zig n 1 1 @ 1 0 13887319 +zigadene n 1 3 @ ~ #m 1 0 12466727 +zigadenus n 1 3 @ #m %m 1 0 12466450 +zigadenus_elegans n 1 2 @ #m 1 0 12467018 +zigadenus_glaucus n 1 2 @ #m 1 0 12467197 +zigadenus_nuttalli n 1 2 @ #m 1 0 12467433 +zigadenus_venenosus n 1 2 @ #m 1 0 12467592 +zigadenus_venenosus_gramineus n 1 2 @ #m 1 0 12467592 +ziggurat n 1 2 @ ~ 1 0 04614655 +zigzag n 1 2 @ + 1 0 13887319 +zigzag_goldenrod n 1 1 @ 1 0 12018530 +zikkurat n 1 2 @ ~ 1 0 04614655 +zikurat n 1 2 @ ~ 1 0 04614655 +zilch n 1 2 @ ~ 1 0 13740168 +zill n 1 1 @ 1 0 04614844 +zillion n 1 1 @ 1 0 13776432 +zimbabwe n 1 5 @ #p %m %p + 1 0 09167101 +zimbabwean n 1 3 @ #m + 1 0 09751895 +zimbabwean_dollar n 1 1 @ 1 0 13674660 +zimbalist n 1 1 @ 1 0 11407048 +zimmer n 1 2 @ ; 1 0 04545471 +zimmer_frame n 1 2 @ ; 1 0 04545471 +zinacef n 1 1 @ 1 0 02990103 +zinc n 1 2 @ ~ 1 1 14661977 +zinc_blende n 1 2 @ %s 1 0 15107876 +zinc_cadmium_sulfide n 1 1 @ 1 1 15096426 +zinc_deficiency n 1 1 @ 1 0 14200704 +zinc_ointment n 1 1 @ 1 0 04615018 +zinc_oxide n 1 2 @ #s 1 0 15108087 +zinc_sulfate n 1 1 @ 1 0 15108324 +zinc_sulfide n 1 1 @ 1 0 15108538 +zinc_sulphate n 1 1 @ 1 0 15108324 +zinc_sulphide n 1 1 @ 1 0 15108538 +zinc_vitriol n 1 1 @ 1 0 15108324 +zinc_white n 1 2 @ %s 1 0 15108745 +zinfandel n 2 3 @ #s %s 2 0 13147386 07898333 +zing n 2 1 @ 2 0 07400701 04635482 +zinger n 1 1 @ 1 0 07282695 +zingiber n 1 3 @ #m %m 1 0 12355594 +zingiber_officinale n 1 2 @ %p 1 0 12356023 +zingiberaceae n 1 3 @ #m %m 1 0 12355320 +zinjanthropus n 1 1 @ 1 0 02477187 +zinkenite n 1 1 @ 1 0 15108897 +zinnemann n 1 1 @ 1 0 11407175 +zinnia n 1 3 @ ~ #m 1 0 12034141 +zinnia_acerosa n 1 1 @ 1 0 12034384 +zinnia_grandiflora n 1 1 @ 1 0 12034594 +zinnwaldite n 1 2 @ %s 1 0 15109016 +zinsser n 1 1 @ 1 0 11407302 +zinzendorf n 1 1 @ 1 0 11407465 +zion n 3 5 @ #p %m %p - 3 0 08796351 08792548 05632056 +zion_national_park n 1 2 @ #p 1 0 08610810 +zionism n 2 2 @ + 2 1 06663463 08479202 +zionist n 1 2 @ + 1 1 10805501 +zionist_movement n 1 1 @ 1 0 08479202 +zip n 4 4 @ ~ #p + 4 0 13740168 06355705 05035961 04238321 +zip_code n 1 2 @ #p 1 0 06355705 +zip_fastener n 1 2 @ #p 1 0 04238321 +zip_gun n 1 1 @ 1 0 04615149 +ziphiidae n 1 3 @ #m %m 1 0 02067941 +zipper n 1 3 @ #p + 1 0 04238321 +zippo n 1 2 @ ~ 1 0 13740168 +zirbanit n 1 2 @ ; 1 0 09521648 +zircon n 1 3 @ ~ %s 1 0 15109127 +zirconia n 1 1 @ 1 0 15109391 +zirconium n 1 2 @ #s 1 0 14662281 +zirconium_dioxide n 1 1 @ 1 0 15109391 +zirconium_oxide n 1 1 @ 1 0 15109391 +zirconium_silicate n 1 3 @ ~ %s 1 0 15109127 +zit n 1 2 @ ~ 1 0 14334306 +zither n 1 2 @ ~ 1 0 04615226 +zithern n 1 2 @ ~ 1 0 04615226 +zithromax n 1 1 @ 1 0 02765656 +ziti n 1 1 @ 1 0 07700255 +zizania n 1 3 @ #m %m 1 0 12145802 +zizania_aquatica n 1 3 @ #m %p 1 0 12145919 +ziziphus n 1 3 @ #m %m 1 0 13143097 +ziziphus_jujuba n 1 3 @ #m %p 1 0 13143285 +ziziphus_lotus n 1 2 @ #m 1 0 13143483 +zizz n 2 2 @ ; 2 0 07479799 00858742 +zloty n 1 2 @ %p 1 1 13710777 +zn n 1 2 @ ~ 1 0 14661977 +zoanthropy n 1 1 @ 1 0 14379017 +zoarces n 1 3 @ #m %m 1 0 02617402 +zoarces_viviparus n 1 2 @ #m 1 0 02617537 +zoarcidae n 1 3 @ #m %m 1 0 02617029 +zocor n 1 2 @ ; 1 0 04221994 +zodiac n 2 5 @ #p %p + ; 2 0 08685188 04615456 +zodiacal_light n 1 1 @ 1 1 11527556 +zoisia n 1 3 @ #m %m 1 0 12146100 +zola n 1 1 @ 1 0 11407591 +zollinger-ellison_syndrome n 1 1 @ 1 0 14471054 +zoloft n 1 2 @ ; 1 0 04174853 +zomba n 1 2 @ #p 1 0 08963244 +zombi n 5 3 @ %s ; 5 0 10805932 10805783 10805638 09825519 07919165 +zombi_spirit n 1 2 @ ; 1 0 10805932 +zombie n 5 3 @ %s ; 5 1 10805638 10805932 10805783 09825519 07919165 +zombie_spirit n 1 2 @ ; 1 0 10805932 +zona n 1 3 @ ~ ; 1 0 05611062 +zona_pellucida n 1 1 @ 1 0 05608615 +zonal_pelargonium n 1 2 @ #m 1 0 12687698 +zone n 4 4 @ ~ + ; 4 1 08688247 08541841 08509442 05611062 +zone_fire n 1 1 @ 1 0 00994989 +zone_of_interior n 1 2 @ #p 1 0 08551984 +zoning n 1 2 @ #m 1 1 00928751 +zoning_board n 1 1 @ 1 0 08413529 +zoning_commission n 1 1 @ 1 0 08413681 +zonotrichia n 1 3 @ #m %m 1 0 01535310 +zonotrichia_albicollis n 1 2 @ #m 1 0 01535469 +zonotrichia_leucophrys n 1 2 @ #m 1 0 01535690 +zonula n 1 1 @ 1 0 05611221 +zonule n 1 1 @ 1 0 05611221 +zoo n 1 1 @ 1 1 03745146 +zoo_keeper n 1 1 @ 1 0 10806113 +zooerastia n 1 1 @ 1 0 00858060 +zooerasty n 1 1 @ 1 0 00858060 +zooflagellate n 1 2 @ #m 1 0 01418620 +zooid n 1 1 @ 1 0 01416213 +zoolatry n 1 2 @ ~ 1 0 01046441 +zoological_garden n 1 1 @ 1 0 03745146 +zoological_science n 1 3 @ ~ - 1 0 06083243 +zoologist n 1 3 @ ~ + 1 0 10806222 +zoology n 2 6 @ ~ #m %m + - 2 0 07993279 06083243 +zoom n 2 2 @ + 2 0 07375525 00326291 +zoom_lens n 1 1 @ 1 0 04403413 +zoomastigina n 1 3 @ #m %m 1 0 01418237 +zoomastigote n 1 2 @ #m 1 0 01418620 +zoomorphism n 1 1 @ 1 0 05735145 +zoonosis n 1 3 @ ~ + 1 0 14276649 +zoonotic_disease n 1 2 @ ~ 1 0 14276649 +zoophilia n 1 1 @ 1 0 00738598 +zoophilism n 1 1 @ 1 0 00738598 +zoophobia n 1 2 @ ~ 1 0 14384796 +zoophyte n 1 1 @ 1 0 01906178 +zooplankton n 1 2 @ #m 1 0 01384164 +zoopsia n 1 1 @ 1 0 14378586 +zoospore n 1 1 @ 1 0 11549895 +zoot_suit n 1 1 @ 1 0 04615644 +zootoxin n 1 2 @ ~ 1 0 15034741 +zori n 1 1 @ 1 0 04027706 +zoril n 1 2 @ #m 1 0 02444384 +zoroaster n 1 2 @ + 1 0 11407715 +zoroastrian n 1 2 @ + 1 0 09686146 +zoroastrianism n 1 3 @ ~ - 1 0 06244149 +zoster n 1 1 @ 1 0 14132829 +zostera n 1 3 @ #m %m 1 0 12618524 +zostera_marina n 1 2 @ #m 1 0 12618727 +zosteraceae n 1 2 @ #m 1 0 12618336 +zovirax n 1 2 @ ; 1 0 02678528 +zoysia n 1 3 @ ~ #m 1 0 12146311 +zoysia_japonica n 1 1 @ 1 0 12146654 +zoysia_matrella n 1 1 @ 1 0 12146488 +zoysia_tenuifolia n 1 1 @ 1 0 12146823 +zr n 1 2 @ #s 1 0 14662281 +zsigmondy n 1 1 @ 1 0 11407865 +zu n 1 2 @ ; 1 0 09522615 +zubird n 1 2 @ ; 1 0 09522615 +zucchini n 2 3 @ #p %p 2 0 12159804 07716358 +zuider_zee n 1 2 @ #p 1 0 09483519 +zukerman n 1 1 @ 1 0 11408041 +zulu n 3 2 @ #m 3 0 09752023 08489392 06994792 +zuni n 1 1 @ 1 0 09673232 +zurich n 1 2 @ #p 1 0 09033117 +zurvan n 1 1 @ 1 0 10806612 +zurvanism n 2 1 @ 2 0 08151096 06251553 +zweig n 1 1 @ 1 0 11408148 +zwieback n 1 1 @ 1 0 07689842 +zwingli n 1 1 @ 1 0 11408243 +zworykin n 1 1 @ 1 0 11408414 +zydeco n 1 1 @ 1 0 07062550 +zygnema n 1 2 @ #m 1 0 01410330 +zygnemales n 1 3 @ #m %m 1 0 01409940 +zygnemataceae n 1 3 @ #m %m 1 0 01410109 +zygnematales n 1 3 @ #m %m 1 0 01409940 +zygocactus n 1 3 @ #m %m 1 0 11854232 +zygocactus_truncatus n 1 2 @ #m 1 0 11854479 +zygodactyl_foot n 1 2 ! @ 1 0 02154824 +zygoma n 1 3 @ #p + 1 0 05284851 +zygomatic n 1 3 @ #p %p 1 0 05273822 +zygomatic_arch n 1 2 @ #p 1 0 05284851 +zygomatic_bone n 1 3 @ #p %p 1 0 05273822 +zygomatic_process n 1 2 @ #p 1 0 05546383 +zygomycetes n 1 3 @ #m %m 1 0 12972629 +zygomycota n 1 3 @ #m %m 1 0 12972414 +zygomycotina n 1 3 @ #m %m 1 0 12972414 +zygophyllaceae n 1 3 @ #m %m 1 0 12720532 +zygophyllum n 1 3 @ #m %m 1 0 12720893 +zygophyllum_fabago n 1 2 @ #m 1 0 12721122 +zygoptera n 1 2 @ #m 1 0 02268746 +zygospore n 1 1 @ 1 0 13239921 +zygote n 1 4 @ ~ + ; 1 0 05431926 +zygotene n 1 2 @ #p 1 0 13575109 +zyloprim n 1 2 @ ; 1 0 02698036 +zymase n 1 1 @ 1 0 15109586 +zymogen n 1 1 @ 1 0 14691445 +zymology n 1 1 @ 1 0 06080361 +zymolysis n 1 3 @ ~ + 1 0 13575433 +zymosis n 2 4 @ ~ + ; 2 0 13575433 13575226 +zymurgy n 1 1 @ 1 0 06080361 +zyrian n 1 1 @ 1 0 06957042 diff --git a/alliteration-gen/src/Princeton-WordNet/nouns.txt b/alliteration-gen/src/Princeton-WordNet/nouns.txt new file mode 100644 index 0000000..9bcf59d --- /dev/null +++ b/alliteration-gen/src/Princeton-WordNet/nouns.txt @@ -0,0 +1,117656 @@ +"a'man", +"a-bomb", +"a-horizon", +"a-line", +"a-list", +"a-scan_ultrasonography", +"a-team", +"a._a._michelson", +"a._a._milne", +"a._conan_doyle", +"a._e._burnside", +"a._e._housman", +"a._e._kennelly", +"a._e._w._mason", +"a._noam_chomsky", +"a._testudineus", +"a.e.", +"a_battery", +"a_capella_singing", +"a_cappella_singing", +"a_horizon", +"a_kempis", +"a_la_carte", +"a_level", +"aa", +"aaa", +"aachen", +"aaland_islands", +"aalborg", +"aalii", +"aalst", +"aalto", +"aar", +"aardvark", +"aardwolf", +"aare", +"aare_river", +"aarhus", +"aaron", +"aaron's_rod", +"aaron_burr", +"aaron_copland", +"aaron_montgomery_ward", +"aarp", +"aas", +"aave", +"ab", +"aba", +"aba_transit_number", +"abaca", +"abacus", +"abadan", +"abalone", +"abamp", +"abampere", +"abandon", +"abandoned_infant", +"abandoned_person", +"abandoned_ship", +"abandonment", +"abarticulation", +"abasement", +"abashment", +"abasia", +"abasia_trepidans", +"abatable_nuisance", +"abatement", +"abatement_of_a_nuisance", +"abatis", +"abator", +"abattis", +"abattoir", +"abaya", +"abb", +"abbacy", +"abbe", +"abbe_condenser", +"abbess", +"abbey", +"abbot", +"abbott_lawrence_lowell", +"abbreviation", +"abbreviator", +"abc", +"abc's", +"abcoulomb", +"abcs", +"abdias", +"abdication", +"abdicator", +"abdomen", +"abdominal", +"abdominal_actinomycosis", +"abdominal_aorta", +"abdominal_aortic_aneurysm", +"abdominal_breathing", +"abdominal_cavity", +"abdominal_delivery", +"abdominal_external_oblique_muscle", +"abdominal_muscle", +"abdominal_nerve_plexus", +"abdominal_pregnancy", +"abdominal_wall", +"abdominocentesis", +"abdominoplasty", +"abdominousness", +"abducens", +"abducens_muscle", +"abducens_nerve", +"abducent", +"abducent_nerve", +"abduction", +"abductor", +"abductor_muscle", +"abecedarian", +"abecedarius", +"abel", +"abel_janszoon_tasman", +"abel_tasman", +"abelard", +"abele", +"abelia", +"abelian_group", +"abelmoschus", +"abelmoschus_esculentus", +"abelmoschus_moschatus", +"abelmosk", +"abenaki", +"aberdare", +"aberdeen", +"aberdeen_angus", +"aberrance", +"aberrancy", +"aberrant", +"aberration", +"abetalipoproteinemia", +"abetment", +"abettal", +"abetter", +"abettor", +"abeyance", +"abfarad", +"abhenry", +"abhorrence", +"abhorrer", +"abidance", +"abidjan", +"abience", +"abies", +"abies_alba", +"abies_amabilis", +"abies_balsamea", +"abies_bracteata", +"abies_concolor", +"abies_fraseri", +"abies_grandis", +"abies_lasiocarpa", +"abies_lowiana", +"abies_venusta", +"abila", +"abilene", +"ability", +"abiogenesis", +"abiogenist", +"abiotrophy", +"abjection", +"abjuration", +"abjurer", +"abkhas", +"abkhasian", +"abkhaz", +"abkhazia", +"abkhazian", +"ablactation", +"ablation", +"ablative", +"ablative_absolute", +"ablative_case", +"ablaut", +"able-bodied_seaman", +"able-bodiedism", +"able-bodism", +"able_seaman", +"ableism", +"ablepharia", +"ablism", +"abls", +"ablution", +"abm", +"abnaki", +"abnegation", +"abnegator", +"abney_level", +"abnormal_psychology", +"abnormalcy", +"abnormality", +"abo", +"abo_antibodies", +"abo_blood_group_system", +"abo_group", +"abo_system", +"abocclusion", +"abode", +"abohm", +"abolishment", +"abolition", +"abolitionism", +"abolitionist", +"abomasum", +"abominable_snowman", +"abomination", +"abominator", +"abor", +"aboriginal", +"aboriginal_australian", +"aborigine", +"abort", +"aborticide", +"abortifacient", +"abortion", +"abortion-inducing_drug", +"abortion_pill", +"abortionist", +"abortus", +"aboulia", +"about-face", +"about_turn", +"above", +"abracadabra", +"abrachia", +"abradant", +"abrader", +"abrading_stone", +"abraham", +"abraham's_bosom", +"abraham_lincoln", +"abraham_stoker", +"abramis", +"abramis_brama", +"abrasion", +"abrasive", +"abrasive_material", +"abrasiveness", +"abreaction", +"abridgement", +"abridger", +"abridgment", +"abrocoma", +"abrocome", +"abrogation", +"abrogator", +"abronia", +"abronia_elliptica", +"abronia_fragrans", +"abronia_latifolia", +"abronia_maritima", +"abronia_umbellata", +"abronia_villosa", +"abruptio_placentae", +"abruption", +"abruptly-pinnate_leaf", +"abruptness", +"abruzzi", +"abruzzi_e_molise", +"abs", +"abscess", +"abscessed_tooth", +"abscissa", +"abscission", +"absconder", +"abscondment", +"abseil", +"abseiler", +"absence", +"absence_seizure", +"absence_without_leave", +"absentee", +"absentee_ballot", +"absentee_rate", +"absenteeism", +"absentmindedness", +"absinth", +"absinthe", +"absinthe_oil", +"absolute", +"absolute_alcohol", +"absolute_ceiling", +"absolute_frequency", +"absolute_magnitude", +"absolute_majority", +"absolute_pitch", +"absolute_scale", +"absolute_space", +"absolute_temperature", +"absolute_threshold", +"absolute_value", +"absolute_viscosity", +"absolute_zero", +"absoluteness", +"absolution", +"absolutism", +"absolutist", +"absolver", +"absorbance", +"absorbate", +"absorbency", +"absorbent", +"absorbent_cotton", +"absorbent_material", +"absorber", +"absorptance", +"absorption", +"absorption_band", +"absorption_coefficient", +"absorption_factor", +"absorption_indicator", +"absorption_spectrum", +"absorption_unit", +"absorptivity", +"abstainer", +"abstemiousness", +"abstention", +"abstinence", +"abstinent", +"abstract", +"abstract_art", +"abstract_artist", +"abstract_entity", +"abstract_expressionism", +"abstract_thought", +"abstractedness", +"abstracter", +"abstraction", +"abstractionism", +"abstractionist", +"abstractness", +"abstractor", +"abstruseness", +"abstrusity", +"absurd", +"absurdity", +"absurdness", +"abu_ali_al-husain_ibn_abdallah_ibn_sina", +"abu_dhabi", +"abu_hafs_al-masri_brigades", +"abu_nidal_organization", +"abu_sayyaf", +"abudefduf", +"abudefduf_saxatilis", +"abuja", +"abukir", +"abukir_bay", +"abul-walid_mohammed_ibn-ahmad_ibn-mohammed_ibn-roshd", +"abulia", +"abundance", +"abuse", +"abuser", +"abutilon", +"abutilon_theophrasti", +"abutment", +"abutment_arch", +"abutter", +"abvolt", +"abwatt", +"aby_moritz_warburg", +"aby_warburg", +"abydos", +"abyla", +"abysm", +"abyss", +"abyssal_zone", +"abyssinia", +"abyssinian", +"abyssinian_banana", +"abyssinian_cat", +"ac", +"acacia", +"acacia_auriculiformis", +"acacia_cambegei", +"acacia_catechu", +"acacia_dealbata", +"acacia_farnesiana", +"acacia_melanoxylon", +"acacia_pycnantha", +"acacia_xanthophloea", +"academe", +"academia", +"academic", +"academic_administrator", +"academic_costume", +"academic_degree", +"academic_department", +"academic_freedom", +"academic_gown", +"academic_program", +"academic_relation", +"academic_requirement", +"academic_robe", +"academic_session", +"academic_term", +"academic_year", +"academician", +"academicianship", +"academicism", +"academism", +"academy", +"academy_award", +"academy_of_motion_picture_arts_and_sciences", +"academy_of_television_arts_and_sciences", +"acadia", +"acadia_national_park", +"acadian", +"acalypha", +"acalypha_virginica", +"acantha", +"acanthaceae", +"acanthion", +"acanthisitta", +"acanthisitta_chloris", +"acanthisittidae", +"acanthocephala", +"acanthocephalan", +"acanthocereus", +"acanthocereus_pentagonus", +"acanthocereus_tetragonus", +"acanthocybium", +"acanthocybium_solandri", +"acanthocyte", +"acanthocytosis", +"acantholysis", +"acanthoma", +"acanthophis", +"acanthophis_antarcticus", +"acanthopterygian", +"acanthopterygii", +"acanthoscelides", +"acanthoscelides_obtectus", +"acanthosis", +"acanthosis_nigricans", +"acanthuridae", +"acanthurus", +"acanthurus_chirurgus", +"acanthus", +"acanthus_family", +"acanthus_mollis", +"acapnia", +"acapulco", +"acapulco_de_juarez", +"acapulco_gold", +"acaracide", +"acardia", +"acariasis", +"acaricide", +"acarid", +"acaridae", +"acaridiasis", +"acarina", +"acarine", +"acariosis", +"acaroid_resin", +"acarophobia", +"acarus", +"acaryote", +"acatalectic", +"acataphasia", +"acathexia", +"acathexis", +"acc", +"accaroid_resin", +"accelerando", +"acceleration", +"acceleration_unit", +"accelerator", +"accelerator_factor", +"accelerator_pedal", +"accelerometer", +"accent", +"accent_mark", +"accenting", +"accentor", +"accentual_system", +"accentuation", +"acceptability", +"acceptableness", +"acceptance", +"acceptance_sampling", +"acceptation", +"acceptor", +"acceptor_rna", +"access", +"access_code", +"access_road", +"access_time", +"accessary", +"accessibility", +"accession", +"accessory", +"accessory_after_the_fact", +"accessory_before_the_fact", +"accessory_cephalic_vein", +"accessory_during_the_fact", +"accessory_fruit", +"accessory_hemiazygos_vein", +"accessory_hemiazygous_vein", +"accessory_nerve", +"accessory_vertebral_vein", +"accho", +"acciaccatura", +"accidence", +"accident", +"accident_surgery", +"accidental", +"accidental_injury", +"accipiter", +"accipiter_cooperii", +"accipiter_gentilis", +"accipiter_nisus", +"accipitridae", +"accipitriformes", +"acclaim", +"acclamation", +"acclimation", +"acclimatisation", +"acclimatization", +"acclivity", +"accolade", +"accommodating_iol", +"accommodating_lens_implant", +"accommodation", +"accommodation_endorser", +"accommodation_ladder", +"accommodation_reflex", +"accommodator", +"accompaniment", +"accompanist", +"accompanying_vein", +"accompanyist", +"accomplice", +"accomplished_fact", +"accomplishment", +"accord", +"accord_and_satisfaction", +"accordance", +"accordance_of_rights", +"accordion", +"accordion_door", +"accordionist", +"accouchement", +"accoucheur", +"accoucheuse", +"account", +"account_book", +"account_executive", +"account_payable", +"account_representative", +"account_statement", +"accountability", +"accountancy", +"accountant", +"accountantship", +"accounting", +"accounting_data", +"accounting_entry", +"accounting_firm", +"accounting_principle", +"accounting_standard", +"accounting_system", +"accounts_payable", +"accounts_receivable", +"accouterment", +"accoutrement", +"accra", +"accreditation", +"accretion", +"accroides", +"accroides_gum", +"accroides_resin", +"accrual", +"accrual_basis", +"accruement", +"acculturation", +"accumulation", +"accumulator", +"accumulator_register", +"accuracy", +"accusal", +"accusation", +"accusative", +"accusative_case", +"accused", +"accuser", +"ace", +"ace_inhibitor", +"ace_of_clubs", +"ace_of_diamonds", +"ace_of_hearts", +"ace_of_spades", +"acebutolol", +"acedia", +"acellular_slime_mold", +"acentric_chromosome", +"acephalia", +"acephalism", +"acephaly", +"acer", +"acer_argutum", +"acer_campestre", +"acer_circinatum", +"acer_glabrum", +"acer_japonicum", +"acer_macrophyllum", +"acer_negundo", +"acer_negundo_californicum", +"acer_palmatum", +"acer_pennsylvanicum", +"acer_platanoides", +"acer_pseudoplatanus", +"acer_rubrum", +"acer_saccharinum", +"acer_saccharum", +"acer_spicatum", +"aceraceae", +"acerate_leaf", +"acerbity", +"acerola", +"acervulus", +"acetabulum", +"acetal", +"acetaldehyde", +"acetaldol", +"acetamide", +"acetaminophen", +"acetanilid", +"acetanilide", +"acetate", +"acetate_disk", +"acetate_rayon", +"acetic_acid", +"acetic_anhydride", +"acetin", +"acetoacetic_acid", +"acetone", +"acetone_body", +"acetonemia", +"acetonuria", +"acetophenetidin", +"acetphenetidin", +"acetum", +"acetyl", +"acetyl_chloride", +"acetyl_group", +"acetyl_radical", +"acetylation", +"acetylcholine", +"acetylene", +"acetylsalicylic_acid", +"achaea", +"achaean", +"achaian", +"ache", +"achene", +"acheron", +"acherontia", +"acherontia_atropos", +"acheson", +"acheson_process", +"acheta", +"acheta_assimilis", +"acheta_domestica", +"achievability", +"achievement", +"achiever", +"achille_ratti", +"achillea", +"achillea_millefolium", +"achillea_ptarmica", +"achilles", +"achilles'_heel", +"achilles_tendon", +"achimenes", +"aching", +"achira", +"achlorhydria", +"achmad_sukarno", +"achoerodus", +"achoerodus_gouldii", +"acholia", +"achomawi", +"achondrite", +"achondroplasia", +"achondroplasty", +"achras", +"achras_zapota", +"achromasia", +"achromatic_color", +"achromatic_colour", +"achromatic_lens", +"achromatic_vision", +"achromaticity", +"achromatin", +"achromatism", +"achromia", +"achromycin", +"achylia", +"achylia_gastrica", +"acicula", +"acid", +"acid-base_balance", +"acid-base_equilibrium", +"acid-base_indicator", +"acid_anhydrides", +"acid_dye", +"acid_halide", +"acid_head", +"acid_hydrogen", +"acid_precipitation", +"acid_rain", +"acid_rock", +"acid_test", +"acid_value", +"acidemia", +"acidic_hydrogen", +"acidification", +"acidimetry", +"acidity", +"acidophil", +"acidophile", +"acidophilus", +"acidophilus_milk", +"acidosis", +"acidulousness", +"acinonyx", +"acinonyx_jubatus", +"acinos", +"acinos_arvensis", +"acinus", +"acipenser", +"acipenser_huso", +"acipenser_transmontanus", +"acipenseridae", +"ack-ack", +"ack-ack_gun", +"ackee", +"acknowledgement", +"acknowledgment", +"aclant", +"aclinic_line", +"acme", +"acne", +"acne_rosacea", +"acne_vulgaris", +"acnidosporidia", +"acocanthera", +"acocanthera_oblongifolia", +"acocanthera_oppositifolia", +"acocanthera_spectabilis", +"acocanthera_venenata", +"acokanthera", +"acolyte", +"aconcagua", +"aconite", +"aconitum", +"aconitum_lycoctonum", +"aconitum_napellus", +"acoraceae", +"acorea", +"acores", +"acorn", +"acorn_barnacle", +"acorn_cup", +"acorn_squash", +"acorn_tube", +"acorus", +"acorus_calamus", +"acousma", +"acoustic", +"acoustic_aphasia", +"acoustic_buoy", +"acoustic_delay_line", +"acoustic_device", +"acoustic_gramophone", +"acoustic_guitar", +"acoustic_impedance", +"acoustic_meatus", +"acoustic_modem", +"acoustic_nerve", +"acoustic_phenomenon", +"acoustic_power", +"acoustic_projection", +"acoustic_radiation_pressure", +"acoustic_reactance", +"acoustic_resistance", +"acoustic_spectrum", +"acoustic_storage", +"acoustic_wave", +"acoustician", +"acousticophobia", +"acoustics", +"acquaintance", +"acquaintanceship", +"acquiescence", +"acquired_hemochromatosis", +"acquired_immune_deficiency_syndrome", +"acquired_immunity", +"acquired_reflex", +"acquired_taste", +"acquirement", +"acquirer", +"acquiring", +"acquisition", +"acquisition_agreement", +"acquisitiveness", +"acquittal", +"acquittance", +"acragas", +"acrasiomycetes", +"acre", +"acre-foot", +"acre_inch", +"acreage", +"acres", +"acridid", +"acrididae", +"acridity", +"acridness", +"acridotheres", +"acridotheres_tristis", +"acrilan", +"acrimony", +"acris", +"acris_crepitans", +"acris_gryllus", +"acroanaesthesia", +"acroanesthesia", +"acrobat", +"acrobates", +"acrobatic_feat", +"acrobatic_stunt", +"acrobatics", +"acrocarp", +"acrocarpous_moss", +"acrocarpus", +"acrocarpus_fraxinifolius", +"acrocentric_chromosome", +"acrocephalus", +"acrocephalus_schoenobaenus", +"acrocephaly", +"acroclinium", +"acroclinium_roseum", +"acrocomia", +"acrocomia_aculeata", +"acrocomia_vinifera", +"acrocyanosis", +"acrodont", +"acrogen", +"acrolein", +"acromegalia", +"acromegaly", +"acromial_process", +"acromicria", +"acromikria", +"acromion", +"acromphalus", +"acromyotonia", +"acronym", +"acrophobia", +"acrophony", +"acropolis", +"acropora", +"acrosome", +"acrostic", +"acrostichum", +"acrostichum_aureum", +"acrylamide", +"acrylate", +"acrylate_resin", +"acrylic", +"acrylic_acid", +"acrylic_fiber", +"acrylic_paint", +"acrylic_resin", +"acrylonitrile", +"acrylonitrile-butadiene-styrene", +"act", +"act_of_god", +"act_of_terrorism", +"actaea", +"actaea_alba", +"actaea_rubra", +"acth", +"actias", +"actias_luna", +"actifed", +"actin", +"actinaria", +"acting", +"acting_out", +"actinia", +"actinian", +"actiniaria", +"actiniarian", +"actinic_dermatitis", +"actinic_keratosis", +"actinic_radiation", +"actinic_ray", +"actinide", +"actinide_series", +"actinidia", +"actinidia_arguta", +"actinidia_chinensis", +"actinidia_deliciosa", +"actinidia_polygama", +"actinidiaceae", +"actiniopteris", +"actinism", +"actinium", +"actinoid", +"actinolite", +"actinomeris", +"actinomeris_alternifolia", +"actinometer", +"actinometry", +"actinomyces", +"actinomycetaceae", +"actinomycetales", +"actinomycete", +"actinomycin", +"actinomycosis", +"actinomyxidia", +"actinomyxidian", +"actinon", +"actinopod", +"actinopoda", +"actinotherapy", +"actinozoa", +"actinozoan", +"action", +"action_at_law", +"action_mechanism", +"action_officer", +"action_painting", +"action_plant", +"action_potential", +"action_replay", +"action_spectrum", +"actitis", +"actitis_hypoleucos", +"actitis_macularia", +"actium", +"activase", +"activated_carbon", +"activated_charcoal", +"activating", +"activating_agent", +"activation", +"activation_energy", +"activator", +"active", +"active_agent", +"active_air_defense", +"active_application", +"active_birth", +"active_citizen", +"active_immunity", +"active_matrix_screen", +"active_placebo", +"active_site", +"active_transport", +"active_trust", +"active_voice", +"activeness", +"activewear", +"activism", +"activist", +"activity", +"actomyosin", +"actor", +"actor's_agent", +"actor's_assistant", +"actor's_line", +"actress", +"acts", +"acts_of_the_apostles", +"actual_damages", +"actual_eviction", +"actual_possession", +"actual_sin", +"actualisation", +"actuality", +"actualization", +"actuarial_table", +"actuary", +"actuation", +"actuator", +"actus_reus", +"acuity", +"acular", +"aculea", +"aculeus", +"acumen", +"acuminate_leaf", +"acupressure", +"acupuncture", +"acute", +"acute-angled_triangle", +"acute_accent", +"acute_angle", +"acute_anterior_poliomyelitis", +"acute_brain_disorder", +"acute_gastritis", +"acute_glaucoma", +"acute_glossitis", +"acute_hemorrhagic_encephalitis", +"acute_inclusion_body_encephalitis", +"acute_kidney_failure", +"acute_leukemia", +"acute_lymphoblastic_leukemia", +"acute_lymphocytic_leukemia", +"acute_myelocytic_leukemia", +"acute_myeloid_leukemia", +"acute_organic_brain_syndrome", +"acute_pyelonephritis", +"acute_renal_failure", +"acute_schizophrenic_episode", +"acute_triangle", +"acuteness", +"acyclovir", +"acyl", +"acyl_anhydrides", +"acyl_group", +"acyl_halide", +"acylation", +"acylglycerol", +"ad", +"ad-lib", +"ad_agency", +"ad_blitz", +"ad_campaign", +"ad_valorem_tax", +"ada", +"ada-scid", +"adactylia", +"adactylism", +"adactyly", +"adad", +"adage", +"adagio", +"adalia", +"adalia_bipunctata", +"adam", +"adam's_apple", +"adam's_needle", +"adam's_needle-and-thread", +"adam's_peak", +"adam-and-eve", +"adam_smith", +"adamance", +"adamant", +"adams", +"adams-stokes_syndrome", +"adana", +"adansonia", +"adansonia_digitata", +"adansonia_gregorii", +"adapa", +"adapid", +"adapid_group", +"adapin", +"adaptability", +"adaptation", +"adapter", +"adaption", +"adaptive_radiation", +"adaptor", +"adar", +"adar_sheni", +"add", +"add-in", +"add-on", +"addax", +"addax_nasomaculatus", +"addend", +"addendum", +"adder", +"adder's_fern", +"adder's_tongue", +"adder's_tongue_fern", +"addict", +"addiction", +"adding_machine", +"addis_ababa", +"addison's_disease", +"addison's_syndrome", +"addition", +"addition_reaction", +"additions_to_esther", +"additive", +"additive_inverse", +"addle-head", +"addlehead", +"address", +"addressee", +"addressing_machine", +"addressograph", +"adducer", +"adducing", +"adduct", +"adduction", +"adductor", +"adductor_muscle", +"ade", +"adelaide", +"adelges", +"adelges_abietis", +"adelges_piceae", +"adelgid", +"adelgidae", +"adelie", +"adelie_coast", +"adelie_land", +"adelie_penguin", +"adeline_virginia_stephen_woolf", +"aden", +"aden-abyan_islamic_army", +"adenanthera", +"adenanthera_pavonina", +"adenauer", +"adenine", +"adenitis", +"adenium", +"adenium_multiflorum", +"adenium_obesum", +"adenocarcinoma", +"adenohypophysis", +"adenoid", +"adenoidectomy", +"adenoma", +"adenomatous_polyp", +"adenomegaly", +"adenomyosarcoma", +"adenomyosis", +"adenopathy", +"adenosine", +"adenosine_deaminase", +"adenosine_diphosphate", +"adenosine_monophosphate", +"adenosine_triphosphate", +"adenosis", +"adenota", +"adenota_vardoni", +"adenovirus", +"adenylic_acid", +"adept", +"adeptness", +"adequacy", +"adequateness", +"ader_wax", +"adermin", +"adesite", +"adh", +"adhd", +"adherence", +"adherent", +"adhesion", +"adhesion_contract", +"adhesive", +"adhesive_agent", +"adhesive_bandage", +"adhesive_friction", +"adhesive_material", +"adhesive_plaster", +"adhesive_tape", +"adhesiveness", +"adhocracy", +"adi_granth", +"adiabatic_process", +"adiantaceae", +"adiantum", +"adiantum_bellum", +"adiantum_capillus-veneris", +"adiantum_pedatum", +"adiantum_tenerum", +"adiantum_tenerum_farleyense", +"adience", +"adieu", +"adige", +"adios", +"adipic_acid", +"adipose_cell", +"adipose_tissue", +"adipose_tumor", +"adiposeness", +"adiposis", +"adiposity", +"adirondack_mountains", +"adirondacks", +"adit", +"aditi", +"aditya", +"adjacency", +"adjective", +"adjoining_room", +"adjournment", +"adjudication", +"adjudicator", +"adjunct", +"adjunction", +"adjuration", +"adjustable_spanner", +"adjustable_wrench", +"adjuster", +"adjusting_entry", +"adjustment", +"adjustor", +"adjutant", +"adjutant_bird", +"adjutant_general", +"adjutant_stork", +"adjuvant", +"adlai_ewing_stevenson", +"adlai_stevenson", +"adlumia", +"adlumia_fungosa", +"adman", +"admass", +"administration", +"administrative_body", +"administrative_data_processing", +"administrative_district", +"administrative_division", +"administrative_hearing", +"administrative_law", +"administrative_official", +"administrative_unit", +"administrator", +"administrivia", +"admirability", +"admirableness", +"admiral", +"admiral_byrd", +"admiral_dewey", +"admiral_nelson", +"admiral_nimitz", +"admiralty", +"admiralty_brass", +"admiralty_island", +"admiralty_islands", +"admiralty_law", +"admiralty_metal", +"admiralty_mile", +"admiralty_range", +"admiration", +"admirer", +"admissibility", +"admission", +"admission_charge", +"admission_day", +"admission_fee", +"admission_price", +"admittance", +"admixture", +"admonisher", +"admonishment", +"admonition", +"adnexa", +"adnoun", +"ado", +"adobe", +"adobe_brick", +"adobe_house", +"adobe_lily", +"adobo", +"adolescence", +"adolescent", +"adolf_eichmann", +"adolf_hitler", +"adolf_loos", +"adolf_windaus", +"adolph_simon_ochs", +"adolphe_sax", +"adonic", +"adonic_line", +"adonis", +"adonis_annua", +"adoptee", +"adopter", +"adoption", +"adoptive_parent", +"adorability", +"adorableness", +"adoration", +"adorer", +"adornment", +"adoxography", +"adp", +"adp_system", +"adps", +"adrenal", +"adrenal_cortex", +"adrenal_cortical_steroid", +"adrenal_gland", +"adrenal_medulla", +"adrenalectomy", +"adrenalin", +"adrenaline", +"adrenarche", +"adrenergic", +"adrenergic_agonist_eyedrop", +"adrenergic_drug", +"adrenocorticotrophic_hormone", +"adrenocorticotrophin", +"adrenocorticotropic_hormone", +"adrenocorticotropin", +"adrenosterone", +"adrian", +"adrianople", +"adrianopolis", +"adriatic", +"adriatic_sea", +"adroitness", +"adsorbate", +"adsorbent", +"adsorbent_material", +"adsorption", +"adsuki_bean", +"adulation", +"adulator", +"adult", +"adult-onset_diabetes", +"adult-onset_diabetes_mellitus", +"adult_body", +"adult_education", +"adult_female", +"adult_female_body", +"adult_intelligence", +"adult_male", +"adult_male_body", +"adult_respiratory_distress_syndrome", +"adult_tooth", +"adulterant", +"adulteration", +"adulterator", +"adulterer", +"adulteress", +"adultery", +"adulthood", +"adumbration", +"advance", +"advance_death_benefit", +"advanced_research_and_development_activity", +"advancement", +"advancer", +"advantage", +"advantageousness", +"advection", +"advent", +"advent_sunday", +"adventism", +"adventist", +"adventitia", +"adventitious_root", +"adventure", +"adventure_story", +"adventurer", +"adventuress", +"adventurism", +"adventurousness", +"adverb", +"adverbial", +"adversary", +"adversative_conjunction", +"adverse_opinion", +"adverse_witness", +"adversity", +"advert", +"advertence", +"advertency", +"advertisement", +"advertiser", +"advertising", +"advertising_agency", +"advertising_campaign", +"advertising_department", +"advertising_division", +"advertizement", +"advertizer", +"advertizing", +"advertorial", +"advice", +"advice_and_consent", +"advil", +"advisability", +"advisee", +"advisement", +"adviser", +"advisor", +"advisory", +"advisory_board", +"advisory_service", +"advocacy", +"advocate", +"advocator", +"advowson", +"adynamia", +"adz", +"adze", +"adzhar", +"adzharia", +"adzuki_bean", +"aec", +"aeciospore", +"aecium", +"aedes", +"aedes_aegypti", +"aedes_albopictus", +"aegadean_islands", +"aegadean_isles", +"aegates", +"aegates_isles", +"aegean", +"aegean_civilisation", +"aegean_civilization", +"aegean_culture", +"aegean_island", +"aegean_sea", +"aegiceras", +"aegiceras_majus", +"aegilops", +"aegilops_triuncalis", +"aegina", +"aegir", +"aegis", +"aegisthus", +"aegospotami", +"aegospotamos", +"aegypiidae", +"aegypius", +"aegypius_monachus", +"aegyptopithecus", +"aelius_donatus", +"aeneas", +"aeneas_silvius", +"aeneid", +"aengus", +"aeolia", +"aeolian", +"aeolian_harp", +"aeolian_lyre", +"aeolic", +"aeolic_dialect", +"aeolis", +"aeolus", +"aeon", +"aeonium", +"aeonium_haworthii", +"aepyceros", +"aepyceros_melampus", +"aepyornidae", +"aepyorniformes", +"aepyornis", +"aeration", +"aerator", +"aerial", +"aerial_ladder", +"aerial_ladder_truck", +"aerial_torpedo", +"aerial_tramway", +"aerialist", +"aerides", +"aerie", +"aerobacter", +"aerobacter_aerogenes", +"aerobatics", +"aerobe", +"aerobic_exercise", +"aerobics", +"aerobiosis", +"aerodontalgia", +"aerodrome", +"aerodynamic_force", +"aerodynamic_lift", +"aerodynamics", +"aeroembolism", +"aerofoil", +"aerogenerator", +"aerogram", +"aerogramme", +"aerolite", +"aerology", +"aeromechanics", +"aeromedicine", +"aeronaut", +"aeronautical_engineer", +"aeronautical_engineering", +"aeronautics", +"aerophagia", +"aerophilately", +"aerophile", +"aerophyte", +"aeroplane", +"aerosol", +"aerosol_bomb", +"aerosol_can", +"aerosol_container", +"aerospace", +"aerospace_engineer", +"aerospace_medicine", +"aertex", +"aery", +"aeschylus", +"aeschynanthus", +"aeschynanthus_radicans", +"aesculapius", +"aesculus", +"aesculus_hippocastanum", +"aesir", +"aesop", +"aesop's_fables", +"aesthesia", +"aesthesis", +"aesthete", +"aesthetic", +"aesthetician", +"aesthetics", +"aestivation", +"aether", +"aethionema", +"aethusa", +"aethusa_cynapium", +"aetiologist", +"aetiology", +"aetobatus", +"aetobatus_narinari", +"afars_and_issas", +"affability", +"affableness", +"affair", +"affaire", +"affaire_d'honneur", +"affairs", +"affect", +"affectation", +"affected_role", +"affectedness", +"affection", +"affectionateness", +"affective_disorder", +"affenpinscher", +"afferent", +"afferent_fiber", +"afferent_nerve", +"afferent_neuron", +"affiant", +"affidavit", +"affiliate", +"affiliation", +"affine", +"affine_geometry", +"affine_transformation", +"affinity", +"affirmation", +"affirmative", +"affirmative_action", +"affirmative_pleading", +"affirmativeness", +"affirmed", +"affirmer", +"affix", +"affixation", +"afflatus", +"affliction", +"affluence", +"affluent", +"afforestation", +"affray", +"affricate", +"affricate_consonant", +"affrication", +"affricative", +"affright", +"affront", +"affusion", +"afghan", +"afghan_hound", +"afghan_monetary_unit", +"afghani", +"afghanistan", +"afghanistani", +"afibrinogenemia", +"aficionado", +"afisr", +"afl", +"afl-cio", +"aflatoxin", +"aflaxen", +"afp", +"aframomum", +"aframomum_melegueta", +"afrasian", +"afrasian_language", +"africa", +"african", +"african-american", +"african-american_music", +"african_american", +"african_american_english", +"african_american_vernacular_english", +"african_bowstring_hemp", +"african_chameleon", +"african_clawed_frog", +"african_coral_snake", +"african_country", +"african_crocodile", +"african_daisy", +"african_elephant", +"african_gray", +"african_green_monkey", +"african_grey", +"african_hemp", +"african_holly", +"african_hunting_dog", +"african_lily", +"african_love_grass", +"african_mahogany", +"african_marigold", +"african_millet", +"african_monitor", +"african_nation", +"african_oil_palm", +"african_sandalwood", +"african_scented_mahogany", +"african_tea", +"african_tulip", +"african_violet", +"african_walnut", +"african_wild_ass", +"african_yellowwood", +"africander", +"africanized_bee", +"africanized_honey_bee", +"afrikaans", +"afrikander", +"afrikaner", +"afrl", +"afro", +"afro-american", +"afro-asiatic", +"afro-wig", +"afro_hairdo", +"afroasiatic", +"afroasiatic_language", +"afrocarpus", +"afrocarpus_falcata", +"afropavo", +"afropavo_congensis", +"afspc", +"after-shave", +"after-shave_lotion", +"after_part", +"afterbirth", +"afterburner", +"aftercare", +"afterdamp", +"afterdeck", +"aftereffect", +"afterglow", +"afterimage", +"afterlife", +"aftermath", +"afternoon", +"afternoon_tea", +"afterpains", +"afterpiece", +"afters", +"aftersensation", +"aftershaft", +"aftershock", +"aftertaste", +"afterthought", +"afterworld", +"ag", +"aga", +"agal", +"agalactia", +"agalactosis", +"agalinis", +"agama", +"agamemnon", +"agamete", +"agamid", +"agamid_lizard", +"agamidae", +"agammaglobulinemia", +"agamogenesis", +"agapanthus", +"agapanthus_africanus", +"agape", +"agape_love", +"agapornis", +"agar", +"agar-agar", +"agaric", +"agaricaceae", +"agaricales", +"agaricus", +"agaricus_arvensis", +"agaricus_campestris", +"agassiz", +"agastache", +"agastache_foeniculum", +"agastache_mexicana", +"agastache_nepetoides", +"agate", +"agate_line", +"agateware", +"agatha_christie", +"agathis", +"agathis_alba", +"agathis_australis", +"agathis_dammara", +"agathis_lanceolata", +"agathis_robusta", +"agavaceae", +"agave", +"agave_americana", +"agave_atrovirens", +"agave_cantala", +"agave_family", +"agave_sisalana", +"agave_tequilana", +"agdestis", +"agdistis", +"age", +"age-related_macular_degeneration", +"age_bracket", +"age_class", +"age_group", +"age_limit", +"age_norm", +"age_of_consent", +"age_of_fishes", +"age_of_mammals", +"age_of_man", +"age_of_reason", +"age_of_reptiles", +"aged", +"agedness", +"agee", +"ageing", +"ageism", +"agelaius", +"agelaius_phoeniceus", +"agelessness", +"agency", +"agency_security", +"agenda", +"agenda_item", +"agendum", +"agene", +"agenesia", +"agenesis", +"agent", +"agent-in-place", +"agent_bank", +"agent_orange", +"agent_provocateur", +"agentive_role", +"agerasia", +"ageratina", +"ageratina_altissima", +"ageratum", +"ageratum_houstonianum", +"aggeus", +"agglomerate", +"agglomeration", +"agglomerator", +"agglutinating_activity", +"agglutination", +"agglutination_test", +"agglutinin", +"agglutinogen", +"aggrandisement", +"aggrandizement", +"aggravated_assault", +"aggravation", +"aggravator", +"aggregate", +"aggregate_fruit", +"aggregation", +"aggregator", +"aggression", +"aggressiveness", +"aggressor", +"aggro", +"agha", +"aghan", +"agility", +"agincourt", +"aging", +"agio", +"agiotage", +"agism", +"agitated_depression", +"agitation", +"agitator", +"agitprop", +"agkistrodon", +"agkistrodon_contortrix", +"agkistrodon_piscivorus", +"aglaia", +"aglaomorpha", +"aglaomorpha_meyeniana", +"aglaonema", +"aglaonema_modestum", +"aglet", +"agnail", +"agnate", +"agnatha", +"agnathan", +"agnation", +"agnes_de_mille", +"agnes_george_de_mille", +"agnes_gonxha_bojaxhiu", +"agni", +"agnomen", +"agnosia", +"agnostic", +"agnosticism", +"agnus_dei", +"agon", +"agonic_line", +"agonidae", +"agonist", +"agonus", +"agonus_cataphractus", +"agony", +"agony_aunt", +"agony_column", +"agora", +"agoraphobia", +"agouti", +"agra", +"agranulocytosis", +"agranulosis", +"agrapha", +"agraphia", +"agreeability", +"agreeableness", +"agreement", +"agribusiness", +"agricola", +"agricultural_agent", +"agricultural_laborer", +"agricultural_labourer", +"agriculturalist", +"agriculture", +"agriculture_department", +"agriculture_secretary", +"agriculturist", +"agrigento", +"agrimonia", +"agrimonia_eupatoria", +"agrimonia_procera", +"agrimony", +"agriocharis", +"agriocharis_ocellata", +"agrippa", +"agrippina", +"agrippina_the_elder", +"agrippina_the_younger", +"agrobacterium", +"agrobacterium_tumefaciens", +"agrobiology", +"agrology", +"agromania", +"agronomist", +"agronomy", +"agropyron", +"agropyron_cristatum", +"agropyron_intermedium", +"agropyron_pauciflorum", +"agropyron_repens", +"agropyron_smithii", +"agropyron_subsecundum", +"agropyron_trachycaulum", +"agrostemma", +"agrostemma_githago", +"agrostis", +"agrostis_alba", +"agrostis_canina", +"agrostis_nebulosa", +"agrostis_palustris", +"agrypnia", +"agua", +"agua_toad", +"aguacate", +"ague", +"ague_grass", +"ague_root", +"ague_weed", +"agueweed", +"ahab", +"ahem", +"ahimsa", +"ahmad_shah_masoud", +"ahmed_salman_rushdie", +"ahmed_zoki_yamani", +"ahpcrc", +"ahriman", +"ahuehuete", +"ahura", +"ahura_mazda", +"ahvenanmaa", +"ai", +"aiai", +"aid", +"aid_station", +"aide", +"aide-de-camp", +"aide-memoire", +"aides", +"aidoneus", +"aids", +"aigina", +"aiglet", +"aigret", +"aigrette", +"aiguilette", +"aiken", +"aikido", +"ail", +"ailanthus", +"ailanthus_altissima", +"ailanthus_silkworm", +"aileron", +"ailey", +"ailment", +"ailurophobia", +"ailuropoda", +"ailuropoda_melanoleuca", +"ailuropodidae", +"ailurus", +"ailurus_fulgens", +"aim", +"aimee_semple_mcpherson", +"aimlessness", +"aioli", +"aioli_sauce", +"air", +"air-intake", +"air-raid_shelter", +"air-sleeve", +"air-to-air_missile", +"air-to-ground_missile", +"air-to-surface_missile", +"air_alert", +"air_attache", +"air_attack", +"air_bag", +"air_base", +"air_bladder", +"air_bubble", +"air_castle", +"air_cell", +"air_cleaner", +"air_combat_command", +"air_compressor", +"air_conditioner", +"air_conditioning", +"air_corps", +"air_cover", +"air_crew", +"air_current", +"air_cushion", +"air_defense", +"air_division", +"air_duct", +"air_embolism", +"air_filter", +"air_flow", +"air_force", +"air_force_academy", +"air_force_intelligence_surveillance_and_reconnaissance", +"air_force_isr", +"air_force_officer", +"air_force_research_laboratory", +"air_force_space_command", +"air_gas", +"air_group", +"air_gun", +"air_hammer", +"air_hole", +"air_horn", +"air_hose", +"air_hostess", +"air_jacket", +"air_lane", +"air_letter", +"air_lock", +"air_mail", +"air_marshal", +"air_mass", +"air_mattress", +"air_medal", +"air_mile", +"air_national_guard", +"air_passage", +"air_plant", +"air_pocket", +"air_pollution", +"air_potato", +"air_power", +"air_pressure", +"air_pump", +"air_raid", +"air_reconnaissance", +"air_rifle", +"air_sac", +"air_search_radar", +"air_shaft", +"air_sickness", +"air_sock", +"air_space", +"air_spring", +"air_station", +"air_terminal", +"air_thermometer", +"air_traffic", +"air_transport", +"air_transportation", +"air_transportation_system", +"air_travel", +"air_traveler", +"air_traveller", +"air_unit", +"air_wave", +"air_well", +"airborne_patrol", +"airborne_transmission", +"airbrake", +"airbrush", +"airburst", +"airbus", +"aircraft", +"aircraft_carrier", +"aircraft_engine", +"aircraft_landing", +"aircraftman", +"aircraftsman", +"aircrew", +"aircrewman", +"airdock", +"airdrome", +"airdrop", +"aire", +"aire_river", +"airedale", +"airedale_terrier", +"airfare", +"airfield", +"airflow", +"airfoil", +"airforce", +"airframe", +"airgun", +"airhead", +"airiness", +"airing", +"airing_cupboard", +"airlift", +"airline", +"airline_business", +"airliner", +"airlock", +"airmail", +"airmail_letter", +"airmailer", +"airman", +"airmanship", +"airplane", +"airplane_landing", +"airplane_maneuver", +"airplane_mechanics", +"airplane_pilot", +"airplane_propeller", +"airplane_ticket", +"airport", +"airport_terminal", +"airpost", +"airs", +"airscrew", +"airship", +"airsickness", +"airspace", +"airspeed", +"airstream", +"airstrip", +"airwave", +"airway", +"airwoman", +"airworthiness", +"aisle", +"aitchbone", +"aix", +"aix-la-chapelle", +"aix_galericulata", +"aix_sponsa", +"aizoaceae", +"ajaia", +"ajaia_ajaja", +"ajax", +"ajuga", +"ajuga_chamaepitys", +"ajuga_genevensis", +"ajuga_pyramidalis", +"ajuga_reptans", +"ak", +"akaba", +"akan", +"akaryocyte", +"akaryote", +"akee", +"akee_tree", +"aken", +"akeridae", +"akha", +"akhbari", +"akhenaten", +"akhenaton", +"akinesia", +"akinesis", +"akinetic_epilepsy", +"akira_kurosawa", +"akka", +"akkadian", +"akko", +"akmola", +"akron", +"aksa_martyrs_brigades", +"aku", +"akvavit", +"akwa'ala", +"al", +"al-aksa_martyrs_brigades", +"al-asifa", +"al-fatah", +"al-gama'a_al-islamiyya", +"al-hakim", +"al-hasan_ibn_al-haytham", +"al-haytham", +"al-hudaydah", +"al-iraq", +"al-itihaad_al-islamiya", +"al-jama'a_al-islamiyyah_al-muqatilah_bi-libya", +"al-jihad", +"al-ma'unah", +"al-magrib", +"al-muhajiroun", +"al-mukalla", +"al-qa'ida", +"al-qaeda", +"al-qaida", +"al-qur'an", +"al-rashid_trust", +"al-tawhid", +"al-ummah", +"al_alamayn", +"al_aqabah", +"al_capone", +"al_faran", +"al_gore", +"al_hirschfeld", +"al_itihaad_al_islamiya", +"al_jolson", +"al_ladhiqiyah", +"al_madinah", +"al_nathir", +"al_qahira", +"al_qanoon", +"al_sunna_wal_jamma", +"al_tawhid", +"ala", +"alabama", +"alabama_lip_fern", +"alabama_river", +"alabaman", +"alabamian", +"alabaster", +"alacrity", +"aladdin", +"aladdin's_lamp", +"alalia", +"alamo", +"alan_alexander_milne", +"alan_bartlett_shepard_jr.", +"alan_hodgkin", +"alan_jay_lerner", +"alan_lloyd_hodgkin", +"alan_mathison_turing", +"alan_paton", +"alan_seeger", +"alan_shepard", +"alan_stewart_paton", +"alan_turing", +"aland_islands", +"alanine", +"alar", +"alaric", +"alarm", +"alarm_bell", +"alarm_clock", +"alarm_system", +"alarmism", +"alarmist", +"alarum", +"alaska", +"alaska_cedar", +"alaska_cod", +"alaska_crab", +"alaska_fur_seal", +"alaska_king_crab", +"alaska_native", +"alaska_peninsula", +"alaska_range", +"alaska_rein_orchid", +"alaska_standard_time", +"alaskan", +"alaskan_brown_bear", +"alaskan_king_crab", +"alaskan_malamute", +"alaskan_native", +"alaskan_pipeline", +"alastrim", +"alauda", +"alauda_arvensis", +"alaudidae", +"alb", +"albacore", +"alban_berg", +"albania", +"albanian", +"albanian_capital", +"albanian_monetary_unit", +"albany", +"albatrellus", +"albatrellus_dispansus", +"albatrellus_ovinus", +"albatross", +"albedo", +"albee", +"alben_barkley", +"alben_william_barkley", +"albers", +"albers-schonberg_disease", +"albert", +"albert_abraham_michelson", +"albert_bruce_sabin", +"albert_camus", +"albert_edward", +"albert_einstein", +"albert_francis_charles_augustus_emmanuel", +"albert_gore_jr.", +"albert_michelson", +"albert_sabin", +"albert_schweitzer", +"albert_speer", +"albert_szent-gyorgyi", +"albert_von_szent-gyorgyi", +"alberta", +"alberti", +"alberto_giacometti", +"albigenses", +"albigensianism", +"albinism", +"albino", +"albino_luciano", +"albion", +"albite", +"albizia", +"albizia_julibrissin", +"albizia_lebbeck", +"albizia_saman", +"albizzia", +"albizzia_julibrissin", +"albizzia_lebbeck", +"alborg", +"albrecht_durer", +"albrecht_eusebius_wenzel_von_wallenstein", +"albright's_disease", +"albuca", +"albuginaceae", +"albuginea", +"albugo", +"albula", +"albula_vulpes", +"albulidae", +"album", +"albumen", +"albumin", +"albuminoid", +"albuminuria", +"albuquerque", +"albuterol", +"alca", +"alca_torda", +"alcaeus", +"alcahest", +"alcaic", +"alcaic_verse", +"alcalde", +"alcapton", +"alcaptonuria", +"alcazar", +"alcea", +"alcea_rosea", +"alcedinidae", +"alcedo", +"alcedo_atthis", +"alcelaphus", +"alces", +"alces_alces", +"alchemist", +"alchemy", +"alcibiades", +"alcidae", +"alcides", +"alcohol", +"alcohol-in-glass_thermometer", +"alcohol_abuse", +"alcohol_addiction", +"alcohol_amnestic_disorder", +"alcohol_group", +"alcohol_radical", +"alcohol_thermometer", +"alcoholic", +"alcoholic_abuse", +"alcoholic_beverage", +"alcoholic_dementia", +"alcoholic_drink", +"alcoholics_anonymous", +"alcoholism", +"alcoholism_abuse", +"alcott", +"alcove", +"alcyonacea", +"alcyonaria", +"alcyone", +"aldactone", +"aldebaran", +"aldehyde", +"aldehyde-alcohol", +"aldehyde_group", +"aldehyde_radical", +"alder", +"alder-leaved_serviceberry", +"alder_blight", +"alder_buckthorn", +"alder_dogwood", +"alder_fly", +"alder_tree", +"alderfly", +"alderleaf_juneberry", +"alderman", +"aldohexose", +"aldol", +"aldol_reaction", +"aldomet", +"aldose", +"aldosterone", +"aldosteronism", +"aldous_huxley", +"aldous_leonard_huxley", +"aldrovanda", +"aldrovanda_vesiculosa", +"ale", +"ale_drinker", +"aleatory_contract", +"alec_guinness", +"alecost", +"alectis", +"alectis_ciliaris", +"alecto", +"alectoria", +"alectoris", +"alectoris_graeca", +"alectoris_ruffa", +"alectura", +"alectura_lathami", +"alehoof", +"alehouse", +"aleksandr_aleksandrovich_blok", +"aleksandr_borodin", +"aleksandr_feodorovich_kerensky", +"aleksandr_i._solzhenitsyn", +"aleksandr_mikjailovich_prokhorov", +"aleksandr_nikolayevich_scriabin", +"aleksandr_pavlovich", +"aleksandr_porfirevich_borodin", +"aleksandr_prokhorov", +"aleksandr_scriabin", +"aleksandr_sergeyevich_pushkin", +"aleksandr_solzhenitsyn", +"aleksey_maksimovich_peshkov", +"aleksey_maximovich_peshkov", +"alembic", +"alendronate", +"alep", +"aleph", +"aleph-nought", +"aleph-null", +"aleph-zero", +"alepisaurus", +"aleppo", +"aleppo_boil", +"aleppo_grass", +"alert", +"alerting", +"alertness", +"alessandro_di_mariano_dei_filipepi", +"alessandro_farnese", +"alessandro_manzoni", +"alethic_logic", +"aletris", +"aletris_aurea", +"aletris_farinosa", +"aletta_jacobs", +"aleuria_aurantia", +"aleurites", +"aleurites_fordii", +"aleurites_moluccana", +"aleurone", +"aleut", +"aleutian", +"aleutian_islands", +"aleutians", +"aleve", +"alewife", +"alex_boncayao_brigade", +"alex_haley", +"alexander", +"alexander_alexandrovich_blok", +"alexander_archipelago", +"alexander_bell", +"alexander_calder", +"alexander_fleming", +"alexander_graham_bell", +"alexander_hamilton", +"alexander_i", +"alexander_ii", +"alexander_iii", +"alexander_isayevich_solzhenitsyn", +"alexander_melville_bell", +"alexander_pope", +"alexander_pushkin", +"alexander_selcraig", +"alexander_selkirk", +"alexander_the_great", +"alexander_the_liberator", +"alexander_vi", +"alexander_wilson", +"alexander_woollcott", +"alexanders", +"alexandre_dumas", +"alexandre_emile_jean_yersin", +"alexandre_gustave_eiffel", +"alexandre_yersin", +"alexandria", +"alexandria_senna", +"alexandrian", +"alexandrian_laurel", +"alexandrian_senna", +"alexandrine", +"alexandrite", +"alexia", +"alexic", +"alexis_carrel", +"alexis_charles_henri_maurice_de_tocqueville", +"alexis_de_tocqueville", +"aleyrodes", +"aleyrodidae", +"alfalfa", +"alfalfa_sprout", +"alfilaria", +"alfileria", +"alfonso_borgia", +"alfred", +"alfred_alistair_cooke", +"alfred_bernhard_nobel", +"alfred_binet", +"alfred_charles_kinsey", +"alfred_charles_william_harmsworth", +"alfred_damon_runyon", +"alfred_de_musset", +"alfred_dreyfus", +"alfred_edward_housman", +"alfred_edward_woodley_mason", +"alfred_eisenstaedt", +"alfred_habdank_skarbek_korzybski", +"alfred_hawthorne", +"alfred_hitchcock", +"alfred_joseph_hitchcock", +"alfred_kastler", +"alfred_korzybski", +"alfred_kroeber", +"alfred_krupp", +"alfred_lord_tennyson", +"alfred_lothar_wegener", +"alfred_louis_kroeber", +"alfred_lunt", +"alfred_nobel", +"alfred_north_whitehead", +"alfred_noyes", +"alfred_russel_wallace", +"alfred_stieglitz", +"alfred_tennyson", +"alfred_thayer_mahan", +"alfred_the_great", +"alga", +"algae", +"algarobilla", +"algarroba", +"algarroba_bean", +"algarrobilla", +"algebra", +"algebraic_language", +"algebraic_number", +"algebraist", +"alger", +"algeria", +"algerian", +"algerian_capital", +"algerian_centime", +"algerian_dinar", +"algerian_monetary_unit", +"algerie", +"algeripithecus", +"algeripithecus_minutus", +"algernon_charles_swinburne", +"algidity", +"algiers", +"algin", +"alginic_acid", +"algol", +"algolagnia", +"algology", +"algometer", +"algometry", +"algonkian", +"algonkin", +"algonquian", +"algonquian_language", +"algonquin", +"algophilia", +"algophobia", +"algorism", +"algorithm", +"algorithm_error", +"algorithmic_language", +"algorithmic_program", +"algorithmic_rule", +"algren", +"alhacen", +"alhambra", +"alhazen", +"ali", +"ali_baba", +"alias", +"alibi", +"alice-josephine_pons", +"alice_b._toklas", +"alice_hamilton", +"alice_malsenior_walker", +"alice_paul", +"alice_walker", +"alicia_alonso", +"alicyclic_compound", +"alidad", +"alidade", +"alien", +"alien_absconder", +"alienage", +"alienation", +"alienation_of_affection", +"alienator", +"alienee", +"alienism", +"alienist", +"alienor", +"alignment", +"alikeness", +"aliment", +"alimentary_canal", +"alimentary_paste", +"alimentary_tract", +"alimentary_tract_smear", +"alimentation", +"alimony", +"alinement", +"aliphatic_compound", +"aliquant", +"aliquant_part", +"aliquot", +"aliquot_part", +"alir", +"alisma", +"alisma_plantago-aquatica", +"alismales", +"alismataceae", +"alismatidae", +"alistair_cooke", +"aliterate", +"aliterate_person", +"aliveness", +"aliyah", +"alizarin", +"alizarin_carmine", +"alizarin_crimson", +"alizarin_red", +"alizarin_yellow", +"alizarine", +"alizarine_red", +"alka-seltzer", +"alkahest", +"alkalemia", +"alkali", +"alkali_bee", +"alkali_grass", +"alkali_metal", +"alkali_poisoning", +"alkalimetry", +"alkaline-earth_metal", +"alkaline_earth", +"alkaline_metal", +"alkalinity", +"alkalinuria", +"alkaliser", +"alkalizer", +"alkaloid", +"alkalosis", +"alkaluria", +"alkane", +"alkane_series", +"alkanet", +"alkapton", +"alkaptonuria", +"alkene", +"alkeran", +"alky", +"alkyd", +"alkyd_resin", +"alkyl", +"alkyl_group", +"alkyl_halide", +"alkyl_radical", +"alkylating_agent", +"alkylbenzene", +"alkylbenzenesulfonate", +"alkyne", +"all-day_sucker", +"all-or-none_law", +"all-rounder", +"all-terrain_bike", +"all_arounder", +"all_clear", +"all_fools'_day", +"all_fours", +"all_get_out", +"all_saints'_day", +"all_souls'_day", +"alla_breve", +"alla_nazimova", +"allah", +"allamanda", +"allamanda_cathartica", +"allantois", +"allayer", +"allegation", +"allegement", +"alleghany_plum", +"alleghenies", +"allegheny", +"allegheny_chinkapin", +"allegheny_mountain_spurge", +"allegheny_mountains", +"allegheny_plum", +"allegheny_river", +"allegheny_spurge", +"allegheny_vine", +"allegiance", +"allegoriser", +"allegorizer", +"allegory", +"allegretto", +"allegro", +"allegro_con_spirito", +"allele", +"allelomorph", +"allemande", +"allemande_sauce", +"allen", +"allen_ginsberg", +"allen_screw", +"allen_stewart_konigsberg", +"allen_tate", +"allen_wrench", +"allentown", +"allergen", +"allergic_eczema", +"allergic_reaction", +"allergic_rhinitis", +"allergist", +"allergology", +"allergy", +"allergy_diet", +"alleviant", +"alleviation", +"alleviator", +"alley", +"alley_cat", +"alleyway", +"allgood", +"allhallows", +"allhallows_eve", +"allhallowtide", +"alliaceae", +"alliaceous_plant", +"alliance", +"alliaria", +"alliaria_officinalis", +"allice", +"allice_shad", +"allied_command_atlantic", +"allied_command_europe", +"allies", +"alligator", +"alligator_clip", +"alligator_grass", +"alligator_lizard", +"alligator_mississipiensis", +"alligator_pear", +"alligator_sinensis", +"alligator_snapper", +"alligator_snapping_turtle", +"alligator_weed", +"alligator_wrench", +"alligatorfish", +"alligatoridae", +"allionia", +"allionia_incarnata", +"allioniaceae", +"allis", +"allis_shad", +"alliteration", +"alliterator", +"allium", +"allium_acuminatum", +"allium_ampeloprasum", +"allium_ascalonicum", +"allium_canadense", +"allium_carinatum", +"allium_cepa", +"allium_cepa_aggregatum", +"allium_cepa_viviparum", +"allium_cernuum", +"allium_fistulosum", +"allium_haematochiton", +"allium_neopolitanum", +"allium_paradoxum", +"allium_porrum", +"allium_sativum", +"allium_schoenoprasum", +"allium_scorodoprasum", +"allium_sphaerocephalum", +"allium_tricoccum", +"allium_triquetrum", +"allium_tuberosum", +"allium_ursinum", +"allium_vineale", +"allmouth", +"alloantibody", +"allocation", +"allocation_unit", +"allocator", +"allocution", +"allogamy", +"allograft", +"allograph", +"allomerism", +"allometry", +"allomorph", +"allopathy", +"allopatry", +"allophone", +"allopurinol", +"allosaur", +"allosaurus", +"allotment", +"allotrope", +"allotropism", +"allotropy", +"allowance", +"allowance_account", +"alloy", +"alloy_cast_iron", +"alloy_iron", +"alloy_steel", +"allspice", +"allspice_tree", +"allure", +"allurement", +"allusion", +"allusiveness", +"alluvial_cone", +"alluvial_deposit", +"alluvial_fan", +"alluvial_flat", +"alluvial_plain", +"alluvial_sediment", +"alluvial_soil", +"alluviation", +"alluvion", +"alluvium", +"ally", +"allyl", +"allyl_alcohol", +"allyl_group", +"allyl_radical", +"allyl_resin", +"alma-ata", +"alma_mater", +"almanac", +"almandine", +"almandite", +"almaty", +"almighty", +"almond", +"almond-leaves_willow", +"almond_cookie", +"almond_crescent", +"almond_extract", +"almond_moth", +"almond_oil", +"almond_tree", +"almond_willow", +"almoner", +"almoravid", +"alms", +"alms-giving", +"alms_box", +"alms_dish", +"alms_tray", +"almsgiver", +"almsgiving", +"alnico", +"alnus", +"alnus_crispa", +"alnus_glutinosa", +"alnus_incana", +"alnus_maritima", +"alnus_rhombifolia", +"alnus_rubra", +"alnus_rugosa", +"alnus_serrulata", +"alnus_veridis", +"alnus_veridis_crispa", +"alnus_vulgaris", +"alocasia", +"alocasia_macrorrhiza", +"aloe", +"aloe_family", +"aloe_ferox", +"aloe_vera", +"aloeaceae", +"aloes", +"aloha", +"aloha_state", +"alois_senefelder", +"aloneness", +"alonso", +"aloofness", +"alopecia", +"alopecia_areata", +"alopecurus", +"alopecurus_pratensis", +"alopex", +"alopex_lagopus", +"alopiidae", +"alopius", +"alopius_vulpinus", +"alosa", +"alosa_alosa", +"alosa_chrysocloris", +"alosa_pseudoharengus", +"alosa_sapidissima", +"alouatta", +"aloys_senefelder", +"alp", +"alpaca", +"alpena", +"alpenstock", +"alpha", +"alpha-adrenergic_blocker", +"alpha-adrenergic_blocking_agent", +"alpha-adrenergic_receptor", +"alpha-adrenoceptor", +"alpha-beta_brass", +"alpha-blocker", +"alpha-interferon", +"alpha-linolenic_acid", +"alpha-lipoprotein", +"alpha-naphthol", +"alpha-naphthol_test", +"alpha-tocopheral", +"alpha_and_omega", +"alpha_blocker", +"alpha_brass", +"alpha_bronze", +"alpha_centauri", +"alpha_crucis", +"alpha_decay", +"alpha_fetoprotein", +"alpha_foetoprotein", +"alpha_geminorum", +"alpha_globulin", +"alpha_iron", +"alpha_methyl_dopa", +"alpha_orionis", +"alpha_particle", +"alpha_privative", +"alpha_radiation", +"alpha_ray", +"alpha_receptor", +"alpha_rhythm", +"alpha_software", +"alpha_test", +"alpha_wave", +"alphabet", +"alphabet_soup", +"alphabetic_character", +"alphabetic_script", +"alphabetic_writing", +"alphabetisation", +"alphabetiser", +"alphabetization", +"alphabetizer", +"alphanumeric_characters", +"alphanumeric_display", +"alphanumerics", +"alphavirus", +"alphonse_bertillon", +"alphonse_capone", +"alpine_anemone", +"alpine_ash", +"alpine_azalea", +"alpine_bearberry", +"alpine_besseya", +"alpine_celery_pine", +"alpine_clover", +"alpine_clubmoss", +"alpine_coltsfoot", +"alpine_enchanter's_nightshade", +"alpine_fir", +"alpine_glacier", +"alpine_gold", +"alpine_golden_chain", +"alpine_goldenrod", +"alpine_hulsea", +"alpine_lady_fern", +"alpine_lift", +"alpine_milk_vetch", +"alpine_mouse-ear", +"alpine_salamander", +"alpine_scurvy", +"alpine_sunflower", +"alpine_totara", +"alpine_type_of_glacier", +"alpine_woodsia", +"alpinia", +"alpinia_galanga", +"alpinia_officinalis", +"alpinia_officinarum", +"alpinia_purpurata", +"alpinia_speciosa", +"alpinia_zerumbet", +"alpinism", +"alpinist", +"alprazolam", +"alps", +"als", +"alsace", +"alsatia", +"alsatian", +"also-ran", +"alsobia", +"alsobia_dianthiflora", +"alsophila", +"alsophila_pometaria", +"alstonia", +"alstonia_scholaris", +"alstroemeria", +"alstroemeria_pelegrina", +"alstroemeriaceae", +"alt", +"altace", +"altai_mountains", +"altaic", +"altaic_language", +"altair", +"altar", +"altar_boy", +"altar_wine", +"altarpiece", +"altay_mountains", +"altazimuth", +"alter_ego", +"alterability", +"alteration", +"altercation", +"altering", +"alternanthera", +"alternanthera_philoxeroides", +"alternate", +"alternating_current", +"alternating_electric_current", +"alternation", +"alternation_of_generations", +"alternative", +"alternative_birth", +"alternative_birthing", +"alternative_energy", +"alternative_medicine", +"alternative_pleading", +"alternator", +"althaea", +"althea", +"althea_gibson", +"althea_officinalis", +"althea_rosea", +"altimeter", +"altitude", +"altitude_sickness", +"alto", +"alto_clef", +"alto_relievo", +"alto_rilievo", +"alto_saxophonist", +"altocumulus", +"altocumulus_cloud", +"altogether", +"altoist", +"alton_glenn_miller", +"altoona", +"altostratus", +"altostratus_cloud", +"altruism", +"altruist", +"alula", +"alum", +"alumbloom", +"alumina", +"aluminate", +"aluminium", +"aluminium_bronze", +"aluminium_chloride", +"aluminium_foil", +"aluminium_hydroxide", +"aluminium_oxide", +"aluminum", +"aluminum_bronze", +"aluminum_business", +"aluminum_chloride", +"aluminum_foil", +"aluminum_hydroxide", +"aluminum_industry", +"aluminum_oxide", +"alumna", +"alumnus", +"alumroot", +"alundum", +"alupent", +"alvar_aalto", +"alveolar", +"alveolar_arch", +"alveolar_artery", +"alveolar_bed", +"alveolar_consonant", +"alveolar_ectasia", +"alveolar_point", +"alveolar_process", +"alveolar_resorption", +"alveolar_rhabdomyosarcoma", +"alveolar_rhabdosarcoma", +"alveolar_ridge", +"alveolitis", +"alveolus", +"alvin_ailey", +"alyssum", +"alytes", +"alytes_cisternasi", +"alytes_obstetricans", +"alzheimer's", +"alzheimer's_disease", +"alzheimers", +"am", +"amabilis_fir", +"amadavat", +"amaethon", +"amah", +"amalgam", +"amalgamation", +"amalgamator", +"amandine_aurore_lucie_dupin", +"amanita", +"amanita_caesarea", +"amanita_mappa", +"amanita_muscaria", +"amanita_phalloides", +"amanita_rubescens", +"amanita_verna", +"amanuensis", +"amaranth", +"amaranth_family", +"amaranthaceae", +"amaranthus", +"amaranthus_albus", +"amaranthus_caudatus", +"amaranthus_cruentus", +"amaranthus_graecizans", +"amaranthus_hybridus_erythrostachys", +"amaranthus_hybridus_hypochondriacus", +"amaranthus_hypochondriacus", +"amaranthus_spinosus", +"amarelle", +"amaretto", +"amarillo", +"amaryllidaceae", +"amaryllis", +"amaryllis_belladonna", +"amaryllis_family", +"amastia", +"amaterasu", +"amaterasu_omikami", +"amateur", +"amateurishness", +"amateurism", +"amati", +"amativeness", +"amatungulu", +"amauropelta", +"amaurosis", +"amazement", +"amazon", +"amazon_ant", +"amazon_river", +"amazona", +"ambage", +"ambages", +"ambassador", +"ambassadorship", +"ambassadress", +"amber", +"amber_lily", +"amberbell", +"amberboa", +"amberboa_moschata", +"amberfish", +"ambergris", +"amberjack", +"ambiance", +"ambidexterity", +"ambidextrousness", +"ambience", +"ambiguity", +"ambit", +"ambition", +"ambitiousness", +"ambivalence", +"ambivalency", +"ambiversion", +"amble", +"ambler", +"ambloplites", +"ambloplites_rupestris", +"amblygonite", +"amblyopia", +"amblyrhynchus", +"amblyrhynchus_cristatus", +"ambo", +"amboina_pine", +"amboyna", +"amboyna_pine", +"ambrogio_damiano_achille_ratti", +"ambrose", +"ambrose_bierce", +"ambrose_everett_burnside", +"ambrose_gwinett_bierce", +"ambrosia", +"ambrosia_artemisiifolia", +"ambrosia_psilostachya", +"ambrosia_trifida", +"ambrosiaceae", +"ambulacrum", +"ambulance", +"ambulance_chaser", +"ambulant_plague", +"ambulation", +"ambulatory", +"ambulatory_plague", +"ambuscade", +"ambush", +"ambusher", +"ambystoma", +"ambystoma_maculatum", +"ambystoma_mexicanum", +"ambystoma_talpoideum", +"ambystoma_tigrinum", +"ambystomatidae", +"ambystomid", +"ambystomid_salamander", +"amd", +"ameba", +"amebiasis", +"amebic_dysentery", +"amebiosis", +"amedeo_avogadro", +"amedeo_modigliano", +"ameer", +"ameiuridae", +"ameiurus", +"ameiurus_melas", +"amelanchier", +"amelanchier_alnifolia", +"amelanchier_bartramiana", +"amelia", +"amelia_earhart", +"amelioration", +"ameloblast", +"amelogenesis", +"amen", +"amen-ra", +"amen_cadence", +"amen_corner", +"amenability", +"amenableness", +"amended_return", +"amendment", +"amends", +"amenhotep_iv", +"amenia", +"amenities", +"amenity", +"amenorrhea", +"amenorrhoea", +"ament", +"amentia", +"amentiferae", +"amercement", +"america", +"american", +"american-indian_language", +"american_agave", +"american_alligator", +"american_aloe", +"american_angelica_tree", +"american_antelope", +"american_arborvitae", +"american_arrowroot", +"american_aspen", +"american_badger", +"american_baptist_convention", +"american_barberry", +"american_basswood", +"american_beech", +"american_bison", +"american_bittern", +"american_bittersweet", +"american_black_bear", +"american_blight", +"american_bog_asphodel", +"american_brooklime", +"american_buffalo", +"american_bugbane", +"american_capital", +"american_centaury", +"american_chameleon", +"american_cheese", +"american_chestnut", +"american_civil_war", +"american_cockroach", +"american_columbo", +"american_coot", +"american_copper", +"american_crab_apple", +"american_cranberry", +"american_cranberry_bush", +"american_crayfish", +"american_creeper", +"american_cress", +"american_crow", +"american_dewberry", +"american_dog_tick", +"american_dog_violet", +"american_dogwood", +"american_dream", +"american_dwarf_birch", +"american_eagle", +"american_egret", +"american_elder", +"american_elk", +"american_elm", +"american_english", +"american_falls", +"american_featherfoil", +"american_federalist_party", +"american_federation_of_labor", +"american_federation_of_labor_and_congress_of_industrial_organizations", +"american_feverfew", +"american_flag", +"american_flagfish", +"american_fly_honeysuckle", +"american_flying_squirrel", +"american_football", +"american_football_game", +"american_foxhound", +"american_frogbit", +"american_gallinule", +"american_gentian", +"american_germander", +"american_ginseng", +"american_gray_birch", +"american_green_toad", +"american_grey_birch", +"american_hackberry", +"american_harvest_mouse", +"american_hazel", +"american_hellebore", +"american_holly", +"american_hop", +"american_hornbeam", +"american_indian", +"american_indian_day", +"american_ivy", +"american_kestrel", +"american_labor_party", +"american_lady_crab", +"american_language", +"american_larch", +"american_laurel", +"american_legion", +"american_leishmaniasis", +"american_licorice", +"american_lime", +"american_liquorice", +"american_lobster", +"american_lotus", +"american_magpie", +"american_maidenhair_fern", +"american_marten", +"american_mastodon", +"american_mastodont", +"american_merganser", +"american_mink", +"american_mistletoe", +"american_mountain_ash", +"american_oil_palm", +"american_olive", +"american_organ", +"american_oriole", +"american_parasol", +"american_parsley_fern", +"american_party", +"american_pasqueflower", +"american_pennyroyal", +"american_persimmon", +"american_pit_bull_terrier", +"american_plaice", +"american_plan", +"american_plane", +"american_pulsatilla", +"american_quaking_aspen", +"american_raspberry", +"american_rattlebox", +"american_red_elder", +"american_red_plum", +"american_red_squirrel", +"american_redstart", +"american_revised_version", +"american_revolution", +"american_revolutionary_leader", +"american_revolutionary_war", +"american_robin", +"american_rock_brake", +"american_sable", +"american_saddle_horse", +"american_samoa", +"american_shrew_mole", +"american_sign_language", +"american_smelt", +"american_smokewood", +"american_smooth_dogfish", +"american_spicebush", +"american_spikenard", +"american_staffordshire_terrier", +"american_standard_code_for_information_interchange", +"american_standard_version", +"american_star_grass", +"american_state", +"american_stock_exchange", +"american_sweet_chestnut", +"american_sweet_gum", +"american_sycamore", +"american_toad", +"american_turkey_oak", +"american_twinflower", +"american_virgin_islands", +"american_wall_fern", +"american_war_of_independence", +"american_water_ouzel", +"american_water_shrew", +"american_water_spaniel", +"american_watercress", +"american_white_birch", +"american_white_oak", +"american_white_pine", +"american_widgeon", +"american_wistaria", +"american_wisteria", +"american_woodcock", +"american_wormseed", +"americana", +"americanisation", +"americanism", +"americanization", +"americium", +"americus_vespucius", +"amerigo_vespucci", +"amerind", +"amerindian", +"amerindian_language", +"amerindian_race", +"amethopterin", +"amethyst", +"amethystine_python", +"ametria", +"ametropia", +"amex", +"amhara", +"amharic", +"amia", +"amia_calva", +"amiability", +"amiableness", +"amianthum", +"amianthum_muscaetoxicum", +"amianthum_muscitoxicum", +"amicability", +"amicableness", +"amicus_curiae", +"amicus_curiae_brief", +"amide", +"amidopyrine", +"amigo", +"amiidae", +"amine", +"amino", +"amino_acid", +"amino_group", +"amino_plastic", +"amino_resin", +"aminoaciduria", +"aminoalkane", +"aminoalkanoic_acid", +"aminobenzine", +"aminobenzoic_acid", +"aminomethane", +"aminopherase", +"aminophylline", +"aminoplast", +"aminopyrine", +"aminotransferase", +"amiodarone", +"amir", +"amish", +"amish_sect", +"amitosis", +"amitriptyline", +"amitriptyline_hydrochloride", +"amity", +"amlodipine_besylate", +"amman", +"ammeter", +"ammine", +"ammo", +"ammobium", +"ammobium_alatum", +"ammodytes", +"ammodytidae", +"ammonia", +"ammonia_alum", +"ammonia_clock", +"ammonia_water", +"ammoniac", +"ammonification", +"ammonite", +"ammonium", +"ammonium_alum", +"ammonium_carbamate", +"ammonium_carbonate", +"ammonium_chloride", +"ammonium_hydroxide", +"ammonium_ion", +"ammonium_nitrate", +"ammoniuria", +"ammonoid", +"ammotragus", +"ammotragus_lervia", +"ammunition", +"ammunition_chest", +"amnesia", +"amnesiac", +"amnesic", +"amnesic_aphasia", +"amnestic_aphasia", +"amnesty", +"amnio", +"amniocentesis", +"amnion", +"amnionic_fluid", +"amnios", +"amniota", +"amniote", +"amniotic_cavity", +"amniotic_fluid", +"amniotic_sac", +"amobarbital", +"amobarbital_sodium", +"amoeba", +"amoebiasis", +"amoebic_dysentery", +"amoebida", +"amoebina", +"amoebiosis", +"amon", +"amon-ra", +"amontillado", +"amor", +"amora", +"amoralism", +"amoralist", +"amorality", +"amorist", +"amorousness", +"amorpha", +"amorpha_californica", +"amorpha_canescens", +"amorpha_fruticosa", +"amorphophallus", +"amorphophallus_campanulatus", +"amorphophallus_paeonifolius", +"amorphophallus_rivieri", +"amorphophallus_titanum", +"amorphous_shape", +"amortisation", +"amortization", +"amos", +"amount", +"amount_of_money", +"amour", +"amour_propre", +"amoxicillin", +"amoxil", +"amoy", +"amp", +"amperage", +"ampere", +"ampere-hour", +"ampere-minute", +"ampere-second", +"ampere-turn", +"ampersand", +"amphetamine", +"amphetamine_sulfate", +"amphetamine_sulphate", +"amphibia", +"amphibian", +"amphibian_family", +"amphibian_genus", +"amphibious_aircraft", +"amphibious_assault", +"amphibious_demonstration", +"amphibious_landing", +"amphibious_operation", +"amphibious_vehicle", +"amphibole", +"amphibole_group", +"amphibolips", +"amphibolite", +"amphibology", +"amphiboly", +"amphibrach", +"amphicarpa", +"amphicarpa_bracteata", +"amphicarpaea", +"amphicarpaea_bracteata", +"amphictyony", +"amphidiploid", +"amphidiploidy", +"amphigory", +"amphimixis", +"amphineura", +"amphioxidae", +"amphioxus", +"amphipod", +"amphipoda", +"amphiprion", +"amphiprion_percula", +"amphisbaena", +"amphisbaenia", +"amphisbaenidae", +"amphitheater", +"amphitheatre", +"amphitheatrum_flavium", +"amphitropous_ovule", +"amphiuma", +"amphiumidae", +"amphora", +"amphotericin", +"ampicillin", +"ampleness", +"amplexicaul_leaf", +"amplification", +"amplifier", +"amplitude", +"amplitude_distortion", +"amplitude_level", +"amplitude_modulation", +"ampoule", +"ampul", +"ampule", +"ampulla", +"amputation", +"amputator", +"amputee", +"amrinone", +"amsinckia", +"amsinckia_grandiflora", +"amsinckia_intermedia", +"amsler_grid", +"amsonia", +"amsonia_tabernaemontana", +"amsterdam", +"amulet", +"amun", +"amun_ra", +"amundsen", +"amur", +"amur_privet", +"amur_river", +"amusd", +"amusement", +"amusement_arcade", +"amusement_park", +"amy_lowell", +"amy_lyon", +"amygdala", +"amygdalaceae", +"amygdalin", +"amygdaloid", +"amygdaloid_nucleus", +"amygdalotomy", +"amygdalus", +"amygdalus_communis", +"amygdalus_communis_amara", +"amyl", +"amyl_alcohol", +"amyl_nitrate", +"amylase", +"amyloid", +"amyloid_plaque", +"amyloid_protein_plaque", +"amyloidosis", +"amylolysis", +"amylum", +"amyotonia", +"amyotrophia", +"amyotrophic_lateral_sclerosis", +"amyotrophy", +"amytal", +"amyxia", +"an", +"an_nafud", +"an_nefud", +"ana", +"anabantidae", +"anabaptism", +"anabaptist", +"anabaptist_denomination", +"anabas", +"anabas_testudineus", +"anabiosis", +"anabolic_steroid", +"anabolism", +"anabrus", +"anabrus_simplex", +"anacanthini", +"anacardiaceae", +"anacardium", +"anacardium_occidentale", +"anachronism", +"anacin_iii", +"anaclisis", +"anaclitic_depression", +"anacoluthia", +"anacoluthon", +"anaconda", +"anacyclus", +"anacyclus_pyrethrum", +"anadama_bread", +"anadenanthera", +"anadenanthera_colubrina", +"anadiplosis", +"anaemia", +"anaerobe", +"anaerobic_exercise", +"anaesthesia", +"anaesthetic", +"anaesthetic_agent", +"anaesthetist", +"anagallis", +"anagallis_arvensis", +"anagallis_tenella", +"anagasta", +"anagasta_kuehniella", +"anaglyph", +"anaglyphy", +"anagnost", +"anagoge", +"anagram", +"anagrams", +"anagyris", +"anagyris_foetida", +"anaheim", +"anal_intercourse", +"anal_personality", +"anal_phase", +"anal_retentive_personality", +"anal_sex", +"anal_sphincter", +"anal_stage", +"analbuminemia", +"analecta", +"analects", +"analeptic", +"analgesia", +"analgesic", +"analog", +"analog-digital_converter", +"analog-to-digital_converter", +"analog_clock", +"analog_computer", +"analog_watch", +"analogist", +"analogue", +"analogue_computer", +"analogy", +"analphabet", +"analphabetic", +"analphabetism", +"analysand", +"analyser", +"analysis", +"analysis_of_variance", +"analysis_situs", +"analyst", +"analytic_geometry", +"analytic_thinking", +"analytical_balance", +"analytical_cubism", +"analytical_geometry", +"analytical_review", +"analyticity", +"analyzer", +"anamnesis", +"anamnestic_reaction", +"anamnestic_response", +"anamorphism", +"anamorphosis", +"ananas", +"ananas_comosus", +"ananias", +"anapaest", +"anapest", +"anaphalis", +"anaphalis_margaritacea", +"anaphase", +"anaphor", +"anaphora", +"anaphoric_pronoun", +"anaphoric_relation", +"anaphrodisia", +"anaphylactic_shock", +"anaphylaxis", +"anaplasia", +"anaplasmosis", +"anaplasty", +"anaprox", +"anapsid", +"anapsid_reptile", +"anapsida", +"anapurna", +"anarchism", +"anarchist", +"anarchy", +"anarhichadidae", +"anarhichas", +"anarthria", +"anas", +"anas_acuta", +"anas_americana", +"anas_clypeata", +"anas_crecca", +"anas_discors", +"anas_penelope", +"anas_platyrhynchos", +"anas_querquedula", +"anas_rubripes", +"anasa", +"anasa_tristis", +"anasarca", +"anasazi", +"anaspid", +"anaspida", +"anastalsis", +"anastatica", +"anastatica_hierochuntica", +"anastigmat", +"anastigmatic_lens", +"anastomosis", +"anastomotic_vein", +"anastomus", +"anastrophe", +"anastylosis", +"anathema", +"anathematisation", +"anathematization", +"anatidae", +"anatole_france", +"anatoli_karpov", +"anatoli_yevgenevich_karpov", +"anatolia", +"anatolian", +"anatolian_language", +"anatomical", +"anatomical_reference", +"anatomical_sphincter", +"anatomical_structure", +"anatomist", +"anatomy", +"anatotitan", +"anatoxin", +"anatropous_ovule", +"anaxagoras", +"anaximander", +"anaximenes", +"ancestor", +"ancestor_worship", +"ancestress", +"ancestry", +"anchor", +"anchor_chain", +"anchor_light", +"anchor_ring", +"anchor_rope", +"anchorage", +"anchorage_ground", +"anchorite", +"anchorman", +"anchorperson", +"anchovy", +"anchovy_butter", +"anchovy_dressing", +"anchovy_paste", +"anchovy_pear", +"anchovy_pear_tree", +"anchovy_pizza", +"anchovy_sauce", +"anchusa", +"anchusa_capensis", +"anchusa_officinalis", +"anchusa_riparia", +"anchylosis", +"ancien_regime", +"ancient", +"ancient_greek", +"ancient_history", +"ancient_pine", +"ancientness", +"ancients", +"ancistrodon", +"ancohuma", +"anconeous_muscle", +"ancylidae", +"ancylostomatidae", +"ancylus", +"ancylus_fluviatilis", +"and_circuit", +"and_gate", +"andalucia", +"andalusia", +"andaman_marble", +"andaman_redwood", +"andaman_sea", +"andante", +"andean_condor", +"andelmin", +"anders_celsius", +"andersen", +"anderson", +"andes", +"andesite", +"andhra_pradesh", +"andira", +"andira_inermis", +"andiron", +"andorra", +"andorran", +"andradite", +"andre_derain", +"andre_eglevsky", +"andre_gide", +"andre_le_notre", +"andre_maginot", +"andre_malraux", +"andre_markoff", +"andre_maurois", +"andre_paul_guillaume_gide", +"andre_weil", +"andrea_guarneri", +"andrea_mantegna", +"andrea_palladio", +"andreaea", +"andreaeales", +"andreas_vesalius", +"andrei_andreyevich_gromyko", +"andrei_arsenevich_tarkovsky", +"andrei_dimitrievich_sakharov", +"andrei_gromyko", +"andrei_markov", +"andrei_sakharov", +"andrei_tarkovsky", +"andrei_voznesenski", +"andrena", +"andrenid", +"andrenidae", +"andres_martinez", +"andres_segovia", +"andrew", +"andrew's_clintonia", +"andrew_carnegie", +"andrew_d._white", +"andrew_dickson_white", +"andrew_fielding_huxley", +"andrew_huxley", +"andrew_jackson", +"andrew_jackson_downing", +"andrew_johnson", +"andrew_lloyd_webber", +"andrew_marvell", +"andrew_mellon", +"andrew_w._mellon", +"andrew_william_mellon", +"andrew_wyeth", +"andrews", +"andricus", +"andrija_mohorovicic", +"androecium", +"androgen", +"androgenesis", +"androgenic_hormone", +"androgeny", +"androglossia", +"androgyne", +"androgyny", +"android", +"andromeda", +"andromeda_galaxy", +"andromeda_glaucophylla", +"andromeda_polifolia", +"androphobia", +"andropogon", +"andropogon_furcatus", +"andropogon_gerardii", +"andropogon_scoparius", +"andropogon_virginicus", +"androsterone", +"andryala", +"andrzej_wajda", +"andvari", +"andy_warhol", +"anecdote", +"anecdotist", +"anechoic_chamber", +"aneides", +"aneides_lugubris", +"anemia", +"anemia_adiantifolia", +"anemic_anoxia", +"anemic_hypoxia", +"anemography", +"anemometer", +"anemometry", +"anemone", +"anemone_canadensis", +"anemone_cylindrica", +"anemone_fish", +"anemone_ludoviciana", +"anemone_nemorosa", +"anemone_occidentalis", +"anemone_pulsatilla", +"anemone_quinquefolia", +"anemone_riparia", +"anemone_sylvestris", +"anemone_tetonensis", +"anemone_virginiana", +"anemonella", +"anemonella_thalictroides", +"anemopsis", +"anemopsis_californica", +"anencephalia", +"anencephaly", +"anergy", +"aneroid", +"aneroid_barometer", +"anesthesia", +"anesthesiologist", +"anesthesiology", +"anesthetic", +"anesthetic_agent", +"anesthetist", +"anesthyl", +"anestrum", +"anestrus", +"anethum", +"anethum_graveolens", +"aneuploidy", +"aneurin", +"aneurism", +"aneurysm", +"ang", +"angara", +"angara_river", +"angas", +"angel", +"angel's_trumpet", +"angel-wing_begonia", +"angel_cake", +"angel_dust", +"angel_falls", +"angel_food_cake", +"angel_shark", +"angelfish", +"angelica", +"angelica_archangelica", +"angelica_sylvestris", +"angelim", +"angelique", +"angelo_correr", +"angelo_guiseppe_roncalli", +"angelology", +"angelus", +"angelus_bell", +"anger", +"angevin", +"angevine", +"angiitis", +"angina", +"angina_pectoris", +"angiocardiogram", +"angiocarp", +"angioedema", +"angiogenesis", +"angiogenesis_inhibitor", +"angiogram", +"angiography", +"angiohemophilia", +"angiologist", +"angiology", +"angioma", +"angiopathy", +"angioplasty", +"angiopteris", +"angiopteris_evecta", +"angiosarcoma", +"angioscope", +"angiosperm", +"angiospermae", +"angiospermous_tree", +"angiospermous_yellowwood", +"angiotelectasia", +"angiotensin", +"angiotensin-converting_enzyme", +"angiotensin-converting_enzyme_inhibitor", +"angiotensin_converting_enzyme", +"angiotensin_i", +"angiotensin_ii", +"angiotensin_ii_inhibitor", +"angiotonin", +"angle", +"angle-closure_glaucoma", +"angle_bracket", +"angle_iron", +"angle_of_attack", +"angle_of_dip", +"angle_of_extinction", +"angle_of_incidence", +"angle_of_inclination", +"angle_of_reflection", +"angle_of_refraction", +"angle_of_view", +"angled_loofah", +"angledozer", +"angler", +"angler_fish", +"anglerfish", +"anglesea", +"anglesea_island", +"anglesey", +"anglesey_island", +"anglewing", +"angleworm", +"anglia", +"anglian", +"anglican", +"anglican_catholic", +"anglican_church", +"anglican_communion", +"anglicanism", +"anglicisation", +"anglicism", +"anglicization", +"angling", +"anglo-american", +"anglo-catholicism", +"anglo-french", +"anglo-indian", +"anglo-norman", +"anglo-saxon", +"anglo-saxon_deity", +"anglomania", +"anglophil", +"anglophile", +"anglophilia", +"anglophobe", +"anglophobia", +"angola", +"angolan", +"angolan_capital", +"angolan_monetary_unit", +"angolese", +"angora", +"angora_cat", +"angora_goat", +"angora_rabbit", +"angostura", +"angostura_bark", +"angostura_bridge", +"angoumois_grain_moth", +"angoumois_moth", +"angraecum", +"angrecum", +"angriness", +"angry_walk", +"angst", +"angstrom", +"angstrom_unit", +"anguid_lizard", +"anguidae", +"anguilla", +"anguilla_sucklandii", +"anguillan", +"anguillidae", +"anguilliformes", +"anguillula", +"anguillula_aceti", +"anguis", +"anguis_fragilis", +"anguish", +"angular_acceleration", +"angular_artery", +"angular_distance", +"angular_momentum", +"angular_position", +"angular_shape", +"angular_unit", +"angular_vein", +"angular_velocity", +"angularity", +"angulation", +"angus", +"angus_frank_johnstone_wilson", +"angus_og", +"angwantibo", +"anhedonia", +"anhidrosis", +"anhima", +"anhima_cornuta", +"anhimidae", +"anhinga", +"anhinga_anhinga", +"anhingidae", +"anhydride", +"anhydrosis", +"ani", +"anicius_manlius_severinus_boethius", +"anigozanthus", +"anigozanthus_manglesii", +"anil", +"aniline", +"aniline_dye", +"aniline_oil", +"anima", +"animadversion", +"animal", +"animal-worship", +"animal_black", +"animal_charcoal", +"animal_communication", +"animal_disease", +"animal_fancier", +"animal_fat", +"animal_fiber", +"animal_fibre", +"animal_foot", +"animal_glue", +"animal_group", +"animal_husbandry", +"animal_kingdom", +"animal_leg", +"animal_magnetism", +"animal_material", +"animal_nature", +"animal_oil", +"animal_order", +"animal_pigment", +"animal_product", +"animal_psychology", +"animal_scientist", +"animal_skin", +"animal_starch", +"animal_stuffer", +"animal_tissue", +"animal_toxin", +"animal_trainer", +"animal_virus", +"animalcule", +"animalculum", +"animalia", +"animalisation", +"animalism", +"animality", +"animalization", +"animate_being", +"animate_thing", +"animated_cartoon", +"animated_oat", +"animateness", +"animation", +"animatism", +"animator", +"animatronics", +"anime", +"animism", +"animist", +"animosity", +"animus", +"anion", +"anionic", +"anionic_compound", +"anionic_detergent", +"anise", +"anise_cookie", +"anise_hyssop", +"anise_plant", +"anise_seed", +"anise_tree", +"aniseed", +"aniseikonia", +"anisette", +"anisette_de_bordeaux", +"anisogamete", +"anisogamy", +"anisometropia", +"anisoptera", +"anisotremus", +"anisotremus_surinamensis", +"anisotremus_virginicus", +"anisotropy", +"anjou", +"ankara", +"ankle", +"ankle_brace", +"ankle_bracelet", +"ankle_joint", +"anklebone", +"anklet", +"anklets", +"ankus", +"ankyloglossia", +"ankylosaur", +"ankylosaurus", +"ankylosing_spondylitis", +"ankylosis", +"anlage", +"ann_arbor", +"anna", +"anna_amalia_mercouri", +"anna_eleanor_roosevelt", +"anna_howard_shaw", +"anna_mary_robertson_moses", +"anna_pavlova", +"annaba", +"annalist", +"annals", +"annam", +"annamese", +"annamite", +"annapolis", +"annapurna", +"anne", +"anne_boleyn", +"anne_bradstreet", +"anne_bronte", +"anne_dudley_bradstreet", +"anne_hathaway", +"anne_hutchinson", +"anne_mansfield_sullivan", +"anne_robert_jacques_turgot", +"anne_sexton", +"anne_sullivan", +"annealing", +"annelid", +"annelid_worm", +"annelida", +"annex", +"annexa", +"annexation", +"annexe", +"annie_oakley", +"anniellidae", +"annihilation", +"annihilator", +"anniversary", +"annon", +"annona", +"annona_cherimola", +"annona_diversifolia", +"annona_glabra", +"annona_muricata", +"annona_reticulata", +"annona_squamosa", +"annonaceae", +"annotating", +"annotation", +"annotator", +"announcement", +"announcer", +"annoyance", +"annoyer", +"annoying", +"annual", +"annual_fern", +"annual_parallax", +"annual_ring", +"annual_salt-marsh_aster", +"annualry", +"annuitant", +"annuity", +"annuity_in_advance", +"annular_eclipse", +"annular_scotoma", +"annulet", +"annulment", +"annulus", +"annum", +"annunciation", +"annunciation_day", +"annunciation_lily", +"annunciator", +"annwfn", +"annwn", +"ano", +"anoa", +"anoa_depressicornis", +"anoa_mindorensis", +"anobiidae", +"anode", +"anodonta", +"anodyne", +"anoectochilus", +"anoestrum", +"anoestrus", +"anogramma", +"anogramma_leptophylla", +"anointer", +"anointing", +"anointing_of_the_sick", +"anointment", +"anole", +"anolis", +"anolis_carolinensis", +"anomala", +"anomala_orientalis", +"anomalist", +"anomalistic_month", +"anomalistic_year", +"anomalopidae", +"anomalops", +"anomalopteryx", +"anomalopteryx_oweni", +"anomalous_communication", +"anomalousness", +"anomaly", +"anomia", +"anomia_ephippium", +"anomic_aphasia", +"anomie", +"anomiidae", +"anomy", +"anonym", +"anonymity", +"anonymous_file_transfer_protocol", +"anonymous_ftp", +"anopheles", +"anopheline", +"anopia", +"anoplophora_glabripennis", +"anoplura", +"anorak", +"anorchia", +"anorchidism", +"anorchism", +"anorectic", +"anorexia", +"anorexia_nervosa", +"anorexic", +"anorgasmia", +"anorthite", +"anorthography", +"anorthopia", +"anosmia", +"anostraca", +"anouilh", +"anova", +"anovulant", +"anovulation", +"anovulatory_drug", +"anoxemia", +"anoxia", +"anoxic_anoxia", +"anpu", +"ans", +"ansaid", +"ansar_al-islam", +"ansar_al_islam", +"anselm", +"anser", +"anser_anser", +"anser_cygnoides", +"anseres", +"anseriform_bird", +"anseriformes", +"anserinae", +"anshar", +"answer", +"answerability", +"answerableness", +"answerer", +"answering_machine", +"ant", +"ant_bear", +"ant_bird", +"ant_cow", +"ant_lion", +"ant_shrike", +"ant_thrush", +"antabuse", +"antacid", +"antagonism", +"antagonist", +"antagonistic_muscle", +"antakiya", +"antakya", +"antalya", +"antananarivo", +"antapex", +"antarctic", +"antarctic_circle", +"antarctic_continent", +"antarctic_ocean", +"antarctic_peninsula", +"antarctic_zone", +"antarctica", +"antares", +"antbird", +"ante", +"anteater", +"antecedence", +"antecedency", +"antecedent", +"antechamber", +"antediluvian", +"antediluvian_patriarch", +"antedon", +"antedonidae", +"antefix", +"antelope", +"antelope_chipmunk", +"antelope_squirrel", +"antenna", +"antennaria", +"antennaria_dioica", +"antennaria_plantaginifolia", +"antennariidae", +"antepenult", +"antepenultima", +"antepenultimate", +"anterior", +"anterior_cardinal_vein", +"anterior_cerebral_artery", +"anterior_cerebral_vein", +"anterior_crural_nerve", +"anterior_facial_vein", +"anterior_fontanelle", +"anterior_horn", +"anterior_jugular_vein", +"anterior_labial_veins", +"anterior_meningeal_artery", +"anterior_naris", +"anterior_pituitary", +"anterior_pituitary_gland", +"anterior_root", +"anterior_serratus_muscle", +"anterior_synechia", +"anterior_temporal_artery", +"anterior_vertebral_vein", +"anteriority", +"anterograde_amnesia", +"anteroom", +"anthelminthic", +"anthelmintic", +"anthem", +"anthemis", +"anthemis_arvensis", +"anthemis_cotula", +"anthemis_nobilis", +"anthemis_tinctoria", +"anther", +"antheraea", +"antheraea_mylitta", +"antheraea_pernyi", +"antheraea_polyphemus", +"anthericum", +"anthericum_liliago", +"anthericum_torreyi", +"antheridiophore", +"antheridium", +"antheropeas", +"antheropeas_wallacei", +"antherozoid", +"anthesis", +"anthidium", +"anthill", +"anthoceropsida", +"anthoceros", +"anthocerotaceae", +"anthocerotales", +"anthologist", +"anthology", +"anthonomus", +"anthonomus_grandis", +"anthony", +"anthony_burgess", +"anthony_charles_lynton_blair", +"anthony_comstock", +"anthony_hopkins", +"anthony_trollope", +"anthony_vandyke", +"anthony_wayne", +"anthophyllite", +"anthophyta", +"anthozoa", +"anthozoan", +"anthracite", +"anthracite_coal", +"anthracosis", +"anthrax", +"anthrax_bacillus", +"anthrax_pneumonia", +"anthrenus_scrophulariae", +"anthriscus", +"anthriscus_cereifolium", +"anthriscus_sylvestris", +"anthropocentricity", +"anthropocentrism", +"anthropogenesis", +"anthropogeny", +"anthropoid", +"anthropoid_ape", +"anthropoidea", +"anthropolatry", +"anthropologist", +"anthropology", +"anthropology_department", +"anthropometry", +"anthropomorphism", +"anthropophagite", +"anthropophagus", +"anthropophagy", +"anthroposophy", +"anthurium", +"anthurium_andraeanum", +"anthurium_scherzerianum", +"anthus", +"anthus_pratensis", +"anthyllis", +"anthyllis_barba-jovis", +"anthyllis_vulneraria", +"anti", +"anti-american", +"anti-catholicism", +"anti-drug_law", +"anti-dumping_duty", +"anti-g_suit", +"anti-imperialist_international_brigade", +"anti-impotence_drug", +"anti-inflammatory", +"anti-inflammatory_drug", +"anti-intellectual", +"anti-masonic_party", +"anti-personnel_bomb", +"anti-racketeering_law", +"anti-semite", +"anti-semitism", +"anti-submarine_rocket", +"anti-sway_bar", +"anti-takeover_defense", +"anti-tnf_compound", +"anti-torque_rotor", +"anti-virus_program", +"anti-war_movement", +"antiacid", +"antiaircraft", +"antiaircraft_fire", +"antiaircraft_gun", +"antialiasing", +"antianxiety_agent", +"antianxiety_drug", +"antiarrhythmic", +"antiarrhythmic_drug", +"antiarrhythmic_medication", +"antibacterial", +"antibacterial_drug", +"antiballistic_missile", +"antibaryon", +"antiberiberi_factor", +"antibiosis", +"antibiotic", +"antibiotic_drug", +"antibody", +"antic", +"anticatalyst", +"anticholinergic", +"anticholinergic_drug", +"anticholinesterase", +"antichrist", +"anticipant", +"anticipation", +"anticipator", +"anticipatory_breach", +"anticlimax", +"anticoagulant", +"anticoagulant_medication", +"anticoagulation", +"anticonvulsant", +"anticonvulsant_drug", +"anticyclone", +"antidepressant", +"antidepressant_drug", +"antidiabetic", +"antidiabetic_drug", +"antidiarrheal", +"antidiarrheal_drug", +"antidiuretic", +"antidiuretic_drug", +"antidiuretic_hormone", +"antido", +"antidorcas", +"antidorcas_euchore", +"antidorcas_marsupialis", +"antidote", +"antielectron", +"antiemetic", +"antiemetic_drug", +"antiepileptic", +"antiepileptic_drug", +"antiestablishmentarianism", +"antiestablishmentism", +"antifeminism", +"antifeminist", +"antiferromagnetism", +"antiflatulent", +"antifouling_paint", +"antifreeze", +"antifungal", +"antifungal_agent", +"antigen", +"antigenic_determinant", +"antigone", +"antigonia", +"antigonus", +"antigonus_cyclops", +"antigram", +"antigua", +"antigua_and_barbuda", +"antiguan", +"antihaemophilic_factor", +"antihaemophilic_globulin", +"antihemophilic_factor", +"antihemophilic_globulin", +"antihemorrhagic_factor", +"antihero", +"antihistamine", +"antihypertensive", +"antihypertensive_drug", +"antiknock", +"antilepton", +"antilles", +"antilocapra", +"antilocapra_americana", +"antilocapridae", +"antilog", +"antilogarithm", +"antilope", +"antilope_cervicapra", +"antimacassar", +"antimalarial", +"antimalarial_drug", +"antimatter", +"antimeson", +"antimetabolite", +"antimicrobial", +"antimicrobic", +"antimonial_lead", +"antimony", +"antimony_potassium_tartrate", +"antimuon", +"antimycin", +"antimycotic", +"antimycotic_agent", +"antineoplastic", +"antineoplastic_antibiotic", +"antineoplastic_drug", +"antineutrino", +"antineutron", +"antinode", +"antinomasia", +"antinomian", +"antinomianism", +"antinomy", +"antioch", +"antiophthalmic_factor", +"antioxidant", +"antiparticle", +"antipasto", +"antipathy", +"antipernicious_anemia_factor", +"antipersonnel_bomb", +"antiperspirant", +"antiphon", +"antiphonal", +"antiphonary", +"antiphony", +"antiphrasis", +"antipodal", +"antipodal_opposition", +"antipode", +"antipodes", +"antipope", +"antiproton", +"antiprotozoal", +"antiprotozoal_drug", +"antipruritic", +"antipsychotic", +"antipsychotic_agent", +"antipsychotic_drug", +"antipyresis", +"antipyretic", +"antiquarian", +"antiquark", +"antiquary", +"antique", +"antiquity", +"antiredeposition", +"antirrhinum", +"antirrhinum_coulterianum", +"antirrhinum_filipes", +"antirrhinum_majus", +"antisemitism", +"antisepsis", +"antiseptic", +"antiserum", +"antisocial_personality_disorder", +"antispasmodic", +"antispasmodic_agent", +"antistrophe", +"antisyphilitic", +"antitauon", +"antithesis", +"antitoxin", +"antitrade", +"antitrade_wind", +"antitrades", +"antitrust_case", +"antitrust_law", +"antitrust_legislation", +"antitussive", +"antitype", +"antivenene", +"antivenin", +"antivert", +"antiviral", +"antiviral_agent", +"antiviral_drug", +"antler", +"antler_moth", +"antlia", +"antlion", +"antlion_fly", +"antofagasta", +"antoine_domino", +"antoine_henri_becquerel", +"antoine_laurent_de_jussieu", +"antoine_laurent_lavoisier", +"antoine_lavoisier", +"anton_bruckner", +"anton_chekhov", +"anton_chekov", +"anton_gregor_rubinstein", +"anton_grigorevich_rubinstein", +"anton_pavlovich_chekhov", +"anton_pavlovich_chekov", +"anton_rubenstein", +"anton_van_leeuwenhoek", +"anton_van_leuwenhoek", +"antonin_dvorak", +"antonine_wall", +"antoninus", +"antonio_allegri_da_correggio", +"antonio_gaudi", +"antonio_gaudi_i_cornet", +"antonio_ghislieri", +"antonio_lopez_de_santa_ana", +"antonio_lopez_de_santa_anna", +"antonio_lucio_vivaldi", +"antonio_pignatelli", +"antonio_stradivari", +"antonio_vivaldi", +"antonius", +"antonius_pius", +"antonius_stradivarius", +"antony", +"antony_tudor", +"antonym", +"antonymy", +"antrozous", +"antrozous_pallidus", +"antrum", +"antum", +"antwerp", +"antwerpen", +"anu", +"anubis", +"anunnaki", +"anura", +"anuran", +"anuresis", +"anuria", +"anus", +"anvers", +"anvil", +"anwar_el-sadat", +"anwar_sadat", +"anxiety", +"anxiety_attack", +"anxiety_disorder", +"anxiety_hysteria", +"anxiety_neurosis", +"anxiety_reaction", +"anxiolytic", +"anxiolytic_drug", +"anxiousness", +"any-and-all_bid", +"anzac", +"anzio", +"ao_dai", +"aorist", +"aorta", +"aortic_aneurysm", +"aortic_arch", +"aortic_orifice", +"aortic_plexus", +"aortic_stenosis", +"aortic_valve", +"aortitis", +"aotus", +"aotus_trivirgatus", +"aoudad", +"apache", +"apache_dance", +"apache_devil_dance", +"apadana", +"apalachicola", +"apalachicola_river", +"apalachicola_rosemary", +"apanage", +"apar", +"apartheid", +"apartment", +"apartment_building", +"apartment_house", +"apatetic_coloration", +"apathy", +"apatite", +"apatosaur", +"apatosaurus", +"apatosaurus_excelsus", +"apatura", +"apatura_iris", +"apc", +"ape", +"ape-man", +"apeldoorn", +"apennines", +"aper", +"apercu", +"aperea", +"aperient", +"aperitif", +"aperture", +"apery", +"apetalous_flower", +"apex", +"apex_of_the_sun's_way", +"apgar_score", +"aphaeresis", +"aphagia", +"aphakia", +"aphakic", +"aphanite", +"aphasia", +"aphasic", +"aphasmidia", +"aphelion", +"apheresis", +"aphesis", +"aphid", +"aphid_lion", +"aphididae", +"aphidoidea", +"aphis", +"aphis_fabae", +"aphis_lion", +"aphis_pomi", +"aphonia", +"aphorism", +"aphorist", +"aphriza", +"aphriza_virgata", +"aphrodisia", +"aphrodisiac", +"aphrodite", +"aphrophora", +"aphrophora_saratogensis", +"aphthous_ulcer", +"aphyllanthaceae", +"aphyllanthes", +"aphyllophorales", +"apia", +"apiaceae", +"apiarist", +"apiary", +"apical_placentation", +"apiculture", +"apiculturist", +"apidae", +"apios", +"apios_americana", +"apios_tuberosa", +"apis", +"apis_mellifera", +"apis_mellifera_adansonii", +"apis_mellifera_scutellata", +"apishamore", +"apium", +"apium_graveolens", +"apium_graveolens_dulce", +"apium_graveolens_rapaceum", +"aplacophora", +"aplacophoran", +"aplasia", +"aplastic_anaemia", +"aplastic_anemia", +"aplectrum", +"aplectrum_hyemale", +"aplite", +"aplodontia", +"aplodontia_rufa", +"aplodontiidae", +"aplomb", +"aplysia", +"aplysia_punctata", +"aplysiidae", +"apnea", +"apoapsis", +"apocalypse", +"apocope", +"apocrine_gland", +"apocrypha", +"apocynaceae", +"apocynum", +"apocynum_androsaemifolium", +"apocynum_cannabinum", +"apocynum_pumilum", +"apodeme", +"apodemus", +"apodemus_sylvaticus", +"apodidae", +"apodiform_bird", +"apodiformes", +"apoenzyme", +"apogamy", +"apogee", +"apogon", +"apogon_maculatus", +"apogonidae", +"apoidea", +"apojove", +"apolemia", +"apollinaire", +"apollo", +"apollo_asteroid", +"apollo_program", +"apologetics", +"apologia", +"apologist", +"apologue", +"apology", +"apolune", +"apomict", +"apomixis", +"apomorphine", +"aponeurosis", +"apophasis", +"apophatism", +"apophthegm", +"apophysis", +"apoplexy", +"apoptosis", +"aporocactus", +"aporocactus_flagelliformis", +"aposelene", +"aposematic_coloration", +"aposiopesis", +"apostasy", +"apostate", +"apostelic_father", +"apostle", +"apostle_of_germany", +"apostle_of_the_gentiles", +"apostle_paul", +"apostleship", +"apostolic_delegate", +"apostrophe", +"apothecaries'_ounce", +"apothecaries'_pound", +"apothecaries'_unit", +"apothecaries'_weight", +"apothecary", +"apothecary's_shop", +"apothecium", +"apothegm", +"apotheosis", +"appalachia", +"appalachian", +"appalachian_mountains", +"appalachians", +"appalling", +"appaloosa", +"appanage", +"apparatchik", +"apparatus", +"apparatus_urogenitalis", +"apparel", +"apparel_chain", +"apparel_industry", +"apparency", +"apparent_horizon", +"apparent_motion", +"apparent_movement", +"apparentness", +"apparition", +"appeal", +"appeal_board", +"appealingness", +"appeals_board", +"appeals_court", +"appearance", +"appearing", +"appeasement", +"appeaser", +"appellant", +"appellate_court", +"appellation", +"appellative", +"appendage", +"appendectomy", +"appendicectomy", +"appendicitis", +"appendicle", +"appendicular_artery", +"appendicular_skeleton", +"appendicular_vein", +"appendicularia", +"appendix", +"appenzeller", +"apperception", +"appetence", +"appetency", +"appetiser", +"appetisingness", +"appetite", +"appetite_suppressant", +"appetizer", +"appetizingness", +"appian_way", +"applauder", +"applause", +"apple", +"apple_aphid", +"apple_blight", +"apple_butter", +"apple_canker", +"apple_dumpling", +"apple_fritter", +"apple_geranium", +"apple_jelly", +"apple_juice", +"apple_maggot", +"apple_mint", +"apple_nut", +"apple_of_discord", +"apple_of_peru", +"apple_orchard", +"apple_pie", +"apple_polisher", +"apple_rust", +"apple_sauce", +"apple_tart", +"apple_tree", +"apple_turnover", +"applecart", +"applejack", +"applemint", +"applesauce", +"applesauce_cake", +"applet", +"appleton", +"appleton_layer", +"applewood", +"appliance", +"applicability", +"applicant", +"application", +"application-oriented_language", +"application_form", +"application_program", +"applications_programme", +"applicator", +"applied_anatomy", +"applied_math", +"applied_mathematics", +"applied_psychology", +"applied_science", +"applied_scientist", +"applier", +"applique", +"appoggiatura", +"appointee", +"appointment", +"appointment_book", +"appointment_calendar", +"apportioning", +"apportionment", +"appositeness", +"apposition", +"appraisal", +"appraiser", +"appreciation", +"appreciativeness", +"appreciator", +"apprehender", +"apprehension", +"apprehensiveness", +"apprentice", +"apprenticeship", +"apprisal", +"appro", +"approach", +"approach_path", +"approach_pattern", +"approach_shot", +"approach_trench", +"approachability", +"approaching", +"approbation", +"appropriateness", +"appropriation", +"appropriation_bill", +"appropriator", +"approval", +"approver", +"approving", +"approximate_range", +"approximation", +"appurtenance", +"apr", +"apraxia", +"apresoline", +"apricot", +"apricot_bar", +"apricot_sauce", +"apricot_tree", +"april", +"april_14", +"april_fool", +"april_fools'", +"april_fools'_day", +"apron", +"apron_string", +"apse", +"apsis", +"apsu", +"aptenodytes", +"aptenodytes_forsteri", +"aptenodytes_patagonica", +"apterygidae", +"apterygiformes", +"apteryx", +"aptitude", +"aptness", +"apulia", +"apus", +"apus_apus", +"apyretic_tetanus", +"aqaba", +"aqua", +"aqua-lung", +"aqua_fortis", +"aqua_regia", +"aqua_vitae", +"aquaculture", +"aqualung", +"aquamarine", +"aquanaut", +"aquaphobia", +"aquaplane", +"aquarium", +"aquarius", +"aquarius_the_water_bearer", +"aquatic", +"aquatic_bird", +"aquatic_fern", +"aquatic_mammal", +"aquatic_plant", +"aquatic_vertebrate", +"aquatics", +"aquatint", +"aquavit", +"aqueduct", +"aqueductus_cerebri", +"aqueous_humor", +"aqueous_humour", +"aqueous_solution", +"aquiculture", +"aquifer", +"aquifoliaceae", +"aquila", +"aquila_chrysaetos", +"aquila_degli_abruzzi", +"aquila_rapax", +"aquilege", +"aquilegia", +"aquilegia_caerulea", +"aquilegia_canadensis", +"aquilegia_scopulorum_calcarea", +"aquilegia_vulgaris", +"aquinas", +"aquitaine", +"aquitania", +"ar", +"ar_rimsal", +"ara", +"arab", +"arab-berbers", +"arab-israeli_war", +"arab_chief", +"arab_league", +"arab_republic_of_egypt", +"arab_revolutionary_brigades", +"arabesque", +"arabia", +"arabian", +"arabian_camel", +"arabian_coffee", +"arabian_desert", +"arabian_gulf", +"arabian_jasmine", +"arabian_nights", +"arabian_nights'_entertainment", +"arabian_peninsula", +"arabian_sea", +"arabian_tea", +"arabic", +"arabic_alphabet", +"arabic_language", +"arabic_numeral", +"arabidopsis", +"arabidopsis_lyrata", +"arabidopsis_thaliana", +"arability", +"arabis", +"arabis_canadensis", +"arabis_glabra", +"arabis_turrita", +"arabist", +"araceae", +"arachis", +"arachis_hypogaea", +"arachnid", +"arachnida", +"arachnoid", +"arachnoid_membrane", +"arachnophobia", +"arafat", +"arafura_sea", +"aragon", +"aragonite", +"araguaia", +"araguaia_river", +"araguaya", +"araguaya_river", +"arak", +"aral_sea", +"arales", +"aralia", +"aralia_elata", +"aralia_hispida", +"aralia_nudicaulis", +"aralia_racemosa", +"aralia_spinosa", +"aralia_stipulata", +"araliaceae", +"aram", +"aram_ilich_khachaturian", +"aram_kachaturian", +"aram_khachaturian", +"aramaean", +"aramaic", +"aramaic_script", +"arame", +"aramean", +"aramus", +"aramus_guarauna", +"aramus_pictus", +"aran_islands", +"aranea", +"aranea_diademata", +"araneae", +"araneida", +"araneus", +"araneus_cavaticus", +"aranyaka", +"arapaho", +"arapahoe", +"ararat", +"arariba", +"araroba", +"aras", +"arauca", +"araucaria", +"araucaria_araucana", +"araucaria_bidwillii", +"araucaria_columnaris", +"araucaria_cunninghamii", +"araucaria_excelsa", +"araucaria_family", +"araucaria_heterophylla", +"araucariaceae", +"araujia", +"araujia_sericofera", +"arava", +"arawak", +"arawakan", +"arawn", +"araxes", +"arb", +"arbalest", +"arbalist", +"arbiter", +"arbitrage", +"arbitrager", +"arbitrageur", +"arbitrament", +"arbitrariness", +"arbitration", +"arbitration_clause", +"arbitrator", +"arbitrement", +"arbor", +"arbor_day", +"arboreal_salamander", +"arborescent_plant", +"arboretum", +"arboriculture", +"arboriculturist", +"arborist", +"arborolatry", +"arborvirus", +"arborvitae", +"arbour", +"arbovirus", +"arbutus", +"arbutus_menziesii", +"arbutus_unedo", +"arc", +"arc-boutant", +"arc_cosecant", +"arc_cosine", +"arc_cotangent", +"arc_lamp", +"arc_light", +"arc_secant", +"arc_sine", +"arc_tangent", +"arca", +"arcade", +"arcadia", +"arcadian", +"arcadic", +"arcadic_dialect", +"arcado-cyprians", +"arcangelo_corelli", +"arcanum", +"arccos", +"arccosecant", +"arccosine", +"arccotangent", +"arcdegree", +"arcella", +"arcellidae", +"arceuthobium", +"arceuthobium_pusillum", +"arch", +"arch_support", +"archaebacteria", +"archaebacterium", +"archaeobacteria", +"archaeologist", +"archaeology", +"archaeopteryx", +"archaeopteryx_lithographica", +"archaeornis", +"archaeornithes", +"archaeozoic", +"archaeozoic_aeon", +"archaicism", +"archaism", +"archaist", +"archangel", +"archbishop", +"archbishopric", +"archdeacon", +"archdeaconry", +"archdiocese", +"archduchess", +"archduchy", +"archduke", +"archean", +"archean_aeon", +"archean_eon", +"archegonium", +"archenteron", +"archeobacteria", +"archeological_remains", +"archeological_site", +"archeologist", +"archeology", +"archeopteryx", +"archeozoic", +"archeozoic_eon", +"archer", +"archerfish", +"archery", +"arches_national_park", +"archespore", +"archesporium", +"archetype", +"archiannelid", +"archiannelida", +"archibald_macleish", +"archibald_percival_wavell", +"archidiaconate", +"archidiskidon", +"archidiskidon_imperator", +"archil", +"archilochus", +"archilochus_colubris", +"archimandrite", +"archimedes", +"archimedes'_principle", +"archine", +"archipallium", +"archipelago", +"architect", +"architectonics", +"architectural_engineering", +"architectural_ornament", +"architectural_plan", +"architectural_style", +"architecture", +"architeuthis", +"architrave", +"archive", +"archives", +"archivist", +"archness", +"archosargus", +"archosargus_probatocephalus", +"archosargus_rhomboidalis", +"archosaur", +"archosauria", +"archosaurian", +"archosaurian_reptile", +"archpriest", +"archway", +"arcidae", +"arcminute", +"arcsec", +"arcsecant", +"arcsecond", +"arcsin", +"arcsine", +"arctan", +"arctangent", +"arctic", +"arctic_archipelago", +"arctic_char", +"arctic_circle", +"arctic_fox", +"arctic_ground_squirrel", +"arctic_hare", +"arctic_moss", +"arctic_mouse-ear", +"arctic_ocean", +"arctic_poppy", +"arctic_skua", +"arctic_willow", +"arctic_wolf", +"arctic_zone", +"arctictis", +"arctictis_bintourong", +"arctiid", +"arctiid_moth", +"arctiidae", +"arctium", +"arctium_lappa", +"arctium_minus", +"arctocebus", +"arctocebus_calabarensis", +"arctocephalus", +"arctocephalus_philippi", +"arctonyx", +"arctonyx_collaris", +"arctostaphylos", +"arctostaphylos_alpina", +"arctostaphylos_andersonii", +"arctostaphylos_manzanita", +"arctostaphylos_tomentosa", +"arctostaphylos_uva-ursi", +"arctotis", +"arctotis_stoechadifolia", +"arctotis_venusta", +"arcturus", +"arcuate_artery", +"arcuate_artery_of_the_kidney", +"arcuate_vein_of_the_kidney", +"arcus", +"arcus_senilis", +"arcus_zygomaticus", +"arda", +"ardea", +"ardea_herodius", +"ardea_occidentalis", +"ardeb", +"ardeidae", +"ardennes", +"ardennes_counteroffensive", +"ardent_spirits", +"ardisia", +"ardisia_crenata", +"ardisia_escallonoides", +"ardisia_paniculata", +"ardor", +"ardour", +"ards", +"arduousness", +"are", +"area", +"area_17_of_brodmann", +"area_bombing", +"area_code", +"area_of_cardiac_dullness", +"area_unit", +"areaway", +"areca", +"areca_catechu", +"areca_nut", +"arecaceae", +"arecidae", +"areflexia", +"arena", +"arena_theater", +"arenaceous_rock", +"arenaria", +"arenaria-melanocephala", +"arenaria_caroliniana", +"arenaria_groenlandica", +"arenaria_interpres", +"arenaria_peploides", +"arenaria_serpyllifolia", +"arenaria_stricta", +"arenaviridae", +"arenavirus", +"arendt", +"arenga", +"arenga_pinnata", +"areola", +"areolar_tissue", +"areopagite", +"areopagus", +"arequipa", +"arere", +"ares", +"arete", +"areteria_cervicalis", +"arethusa", +"arethusa_bulbosa", +"argal", +"argali", +"argasid", +"argasidae", +"argemone", +"argemone_mexicana", +"argent", +"argentina", +"argentine", +"argentine_hemorrhagic_fever", +"argentine_monetary_unit", +"argentine_republic", +"argentinian", +"argentinidae", +"argentinosaur", +"argentite", +"argil", +"argillaceous_rock", +"argillite", +"arginine", +"argiope", +"argiope_aurantia", +"argiopidae", +"argive", +"argle-bargle", +"argo", +"argon", +"argonaut", +"argonauta", +"argonauta_argo", +"argonautidae", +"argonne", +"argonne_forest", +"argonon", +"argos", +"argosy", +"argot", +"arguer", +"arguing", +"argument", +"argumentation", +"argun", +"argun_river", +"argus", +"argus_pheasant", +"argusianus", +"argy-bargy", +"argyle", +"argyll", +"argynnis", +"argyranthemum", +"argyranthemum_frutescens", +"argyreia", +"argyrodite", +"argyrol", +"argyrotaenia", +"argyrotaenia_citrana", +"argyroxiphium", +"argyroxiphium_sandwicense", +"arhant", +"arhat", +"arhus", +"aria", +"ariadne", +"arial_mosaic", +"ariana", +"arianism", +"arianist", +"arianrhod", +"arianrod", +"aricara", +"aridity", +"aridness", +"aries", +"aries_the_ram", +"arietta", +"ariidae", +"arikara", +"aril", +"arilus", +"arilus_cristatus", +"ariocarpus", +"ariocarpus_fissuratus", +"ariomma", +"arioso", +"arisaema", +"arisaema_atrorubens", +"arisaema_dracontium", +"arisaema_triphyllum", +"arisarum", +"arisarum_vulgare", +"arishth", +"arista", +"aristarchus", +"aristarchus_of_samos", +"aristide_maillol", +"aristocort", +"aristocracy", +"aristocrat", +"aristolochia", +"aristolochia_clematitis", +"aristolochia_durior", +"aristolochia_macrophylla", +"aristolochia_serpentaria", +"aristolochiaceae", +"aristolochiales", +"aristopak", +"aristophanes", +"aristotelean", +"aristotelia", +"aristotelia_racemosa", +"aristotelia_serrata", +"aristotelian", +"aristotelian_logic", +"aristotelianism", +"aristotle", +"arithmancy", +"arithmetic", +"arithmetic_mean", +"arithmetic_operation", +"arithmetic_progression", +"arithmetician", +"arity", +"arius", +"arizona", +"arizona_ash", +"arizona_cypress", +"arizona_elegans", +"arizona_sycamore", +"arizona_white_oak", +"arizona_wild_cotton", +"arizonan", +"arizonian", +"arjuna", +"ark", +"ark_of_the_covenant", +"ark_shell", +"arkansan", +"arkansas", +"arkansas_kingbird", +"arkansas_river", +"arkansawyer", +"arles", +"arlington", +"arm", +"arm's_length", +"arm-twisting", +"arm_band", +"arm_bone", +"arm_exercise", +"arm_guard", +"arm_pad", +"armada", +"armadillidiidae", +"armadillidium", +"armadillo", +"armageddon", +"armagnac", +"armament", +"armamentarium", +"armand_jean_du_plessis", +"armata_corsa", +"armature", +"armband", +"armchair", +"armchair_liberal", +"armed_bullhead", +"armed_combat", +"armed_forces", +"armed_forces_censorship", +"armed_forces_day", +"armed_islamic_group", +"armed_robbery", +"armed_service", +"armed_services", +"armenia", +"armenian", +"armenian_alphabet", +"armenian_apostolic_orthodox_church", +"armenian_church", +"armenian_language", +"armenian_monetary_unit", +"armenian_secret_army_for_the_liberation_of_armenia", +"armeria", +"armeria_maritima", +"armerican_cheddar", +"armet", +"armful", +"armguard", +"armhole", +"armiger", +"armilla", +"armillaria", +"armillaria_caligata", +"armillaria_ponderosa", +"armillaria_zelleri", +"armillariella", +"armillariella_mellea", +"armillary_sphere", +"armin", +"arming", +"arminian", +"arminian_baptist", +"arminian_church", +"arminianism", +"arminius", +"armistice", +"armistice_day", +"armlet", +"armoire", +"armor", +"armor-bearer", +"armor_plate", +"armor_plating", +"armoracia", +"armoracia_rusticana", +"armored_car", +"armored_catfish", +"armored_combat_vehicle", +"armored_dinosaur", +"armored_personnel_carrier", +"armored_scale", +"armored_sea_robin", +"armored_searobin", +"armored_vehicle", +"armorer", +"armorial_bearing", +"armory", +"armour", +"armour_plate", +"armoured_car", +"armoured_combat_vehicle", +"armoured_personnel_carrier", +"armoured_vehicle", +"armourer", +"armoury", +"armpit", +"armrest", +"arms", +"arms-runner", +"arms_control", +"arms_deal", +"arms_industry", +"arms_manufacturer", +"arms_race", +"armstrong", +"army", +"army_ant", +"army_attache", +"army_base", +"army_brat", +"army_corps", +"army_cutworm", +"army_engineer", +"army_for_the_liberation_of_rwanda", +"army_high_performance_computing_research_center", +"army_hut", +"army_intelligence", +"army_national_guard", +"army_of_muhammad", +"army_of_the_confederacy", +"army_of_the_pure", +"army_of_the_righteous", +"army_officer", +"army_tank", +"army_unit", +"army_worm", +"armyworm", +"arna_wendell_bontemps", +"arng", +"arnhem", +"arnica", +"arnica_bud", +"arnica_cordifolia", +"arnica_montana", +"arno", +"arno_river", +"arnold", +"arnold-chiari_deformity", +"arnold_daniel_palmer", +"arnold_gesell", +"arnold_joseph_toynbee", +"arnold_lucius_gesell", +"arnold_of_brescia", +"arnold_palmer", +"arnold_schoenberg", +"arnold_schonberg", +"arnold_toynbee", +"arnoseris", +"arnoseris_minima", +"aroeira_blanca", +"aroid", +"arolla_pine", +"aroma", +"aromatherapy", +"aromatic_aster", +"aromatic_compound", +"aromatic_hydrocarbon", +"arouet", +"arousal", +"arouser", +"arp", +"arpeggio", +"arpent", +"arquebus", +"arrack", +"arraignment", +"arrangement", +"arranger", +"arranging", +"arras", +"array", +"arrears", +"arrest", +"arrest_warrant", +"arrested_development", +"arrester", +"arrester_hook", +"arrhenatherum", +"arrhenatherum_elatius", +"arrhenius", +"arrhenius_theory_of_dissociation", +"arrhythmia", +"arriere_pensee", +"arrival", +"arrival_gate", +"arrival_time", +"arrivederci", +"arriver", +"arriviste", +"arroba", +"arrogance", +"arrogation", +"arrogator", +"arrow", +"arrow-grass_family", +"arrow_arum", +"arrow_grass", +"arrow_leaved_aster", +"arrow_wood", +"arrowhead", +"arrowleaf_groundsel", +"arrowroot", +"arrowroot_family", +"arrowsmith", +"arrowworm", +"arroyo", +"arroyo_willow", +"arroz_con_pollo", +"arse", +"arsehole", +"arsenal", +"arsenate", +"arsenic", +"arsenic_acid", +"arsenic_group", +"arsenic_trioxide", +"arsenical", +"arsenide", +"arsenopyrite", +"arsenous_anhydride", +"arsenous_oxide", +"arsine", +"arson", +"arsonist", +"art", +"art_class", +"art_collection", +"art_critic", +"art_dealer", +"art_deco", +"art_department", +"art_director", +"art_editor", +"art_exhibition", +"art_form", +"art_gallery", +"art_historian", +"art_history", +"art_movement", +"art_nouveau", +"art_object", +"art_paper", +"art_rock", +"art_school", +"art_student", +"art_tatum", +"art_teacher", +"artamidae", +"artamus", +"artaxerxes", +"artaxerxes_i", +"artaxerxes_ii", +"artefact", +"artemia", +"artemia_salina", +"artemis", +"artemis_pontica", +"artemis_spinescens", +"artemisia", +"artemisia_abrotanum", +"artemisia_absinthium", +"artemisia_annua", +"artemisia_californica", +"artemisia_campestris", +"artemisia_cana", +"artemisia_dracunculus", +"artemisia_filifolia", +"artemisia_frigida", +"artemisia_gnaphalodes", +"artemisia_ludoviciana", +"artemisia_maritima", +"artemisia_stelleriana", +"artemisia_tridentata", +"artemisia_vulgaris", +"artemision_at_ephesus", +"artemus_ward", +"arteria", +"arteria_alveolaris", +"arteria_alveolaris_inferior", +"arteria_alveolaris_superior", +"arteria_angularis", +"arteria_appendicularis", +"arteria_arcuata", +"arteria_ascendens", +"arteria_auricularis", +"arteria_axillaris", +"arteria_basilaris", +"arteria_brachialis", +"arteria_buccalis", +"arteria_bulbi_penis", +"arteria_bulbi_vestibuli", +"arteria_carotis", +"arteria_celiaca", +"arteria_centralis_retinae", +"arteria_cerebelli", +"arteria_cerebri", +"arteria_choroidea", +"arteria_ciliaris", +"arteria_circumflexa_femoris", +"arteria_circumflexa_humeri", +"arteria_circumflexa_ilium", +"arteria_circumflexa_scapulae", +"arteria_colica", +"arteria_communicans", +"arteria_coronaria", +"arteria_cystica", +"arteria_digitalis", +"arteria_epigastrica", +"arteria_ethmoidalis", +"arteria_facialis", +"arteria_femoralis", +"arteria_gastrica", +"arteria_gastrica_breves", +"arteria_gastrica_sinistra", +"arteria_glutes", +"arteria_hepatica", +"arteria_ileocolica", +"arteria_ileum", +"arteria_iliaca", +"arteria_iliolumbalis", +"arteria_infraorbitalis", +"arteria_intercostalis", +"arteria_labialis", +"arteria_labialis_inferior", +"arteria_labialis_superior", +"arteria_lacrimalis", +"arteria_laryngea", +"arteria_lienalis", +"arteria_lingualis", +"arteria_lumbalis", +"arteria_maxillaris", +"arteria_meningea", +"arteria_mesenterica", +"arteria_metacarpea", +"arteria_metatarsea", +"arteria_musculophrenica", +"arteria_nutricia", +"arteria_ophthalmica", +"arteria_ovarica", +"arteria_palatina", +"arteria_pancreatica", +"arteria_perinealis", +"arteria_poplitea", +"arteria_pudenda", +"arteria_pulmonalis", +"arteria_radialis", +"arteria_rectalis", +"arteria_renalis", +"arteria_subclavia", +"arteria_temporalis_anterior", +"arteria_temporalis_intermedia", +"arteria_temporalis_posterior", +"arteria_testicularis", +"arteria_ulnaris", +"arteria_uterina", +"arteria_vaginalis", +"arteria_vertebralis", +"arterial_blood", +"arterial_blood_gases", +"arterial_blood_vessel", +"arterial_plaque", +"arterial_pressure", +"arterial_road", +"arterial_sclerosis", +"arteriectasia", +"arteriectasis", +"arteriogram", +"arteriography", +"arteriola", +"arteriole", +"arteriolosclerosis", +"arteriosclerosis", +"arteriosclerosis_obliterans", +"arteritis", +"artery", +"artery_of_the_labyrinth", +"artery_of_the_penis_bulb", +"artery_of_the_vestibule_bulb", +"artesian_well", +"artfulness", +"arthralgia", +"arthritic", +"arthritis", +"arthrocentesis", +"arthrodesis", +"arthrogram", +"arthrography", +"arthromere", +"arthropathy", +"arthroplasty", +"arthropod", +"arthropod_family", +"arthropod_genus", +"arthropoda", +"arthropteris", +"arthroscope", +"arthroscopy", +"arthrospore", +"arthur", +"arthur_ashe", +"arthur_compton", +"arthur_conan_doyle", +"arthur_edwin_kennelly", +"arthur_evans", +"arthur_fiedler", +"arthur_garfield_hays", +"arthur_holly_compton", +"arthur_holmes", +"arthur_honegger", +"arthur_jacob_arshawsky", +"arthur_james_balfour", +"arthur_john_gielgud", +"arthur_koestler", +"arthur_laffer", +"arthur_marx", +"arthur_meier_schlesinger", +"arthur_meier_schlesinger_jr.", +"arthur_miller", +"arthur_mitchell", +"arthur_neville_chamberlain", +"arthur_rimbaud", +"arthur_robert_ashe", +"arthur_rubinstein", +"arthur_schlesinger", +"arthur_schlesinger_jr.", +"arthur_schopenhauer", +"arthur_seymour_sullivan", +"arthur_stanley_jefferson_laurel", +"arthur_sullivan", +"arthur_symons", +"arthur_tappan", +"arthur_tatum", +"arthur_wellesley", +"arthurian_legend", +"artichoke", +"artichoke_heart", +"artichoke_plant", +"article", +"article_of_clothing", +"article_of_commerce", +"article_of_faith", +"article_of_furniture", +"articles_of_agreement", +"articles_of_confederation", +"articles_of_incorporation", +"articular_muscle", +"articulated_ladder", +"articulated_lorry", +"articulateness", +"articulatio", +"articulatio_coxae", +"articulatio_cubiti", +"articulatio_genus", +"articulatio_humeri", +"articulatio_plana", +"articulatio_radiocarpea", +"articulatio_spheroidea", +"articulatio_synovialis", +"articulatio_talocruralis", +"articulatio_temporomandibularis", +"articulatio_trochoidea", +"articulation", +"articulator", +"articulatory_system", +"artie_shaw", +"artifact", +"artifice", +"artificer", +"artificial_additive", +"artificial_blood", +"artificial_flower", +"artificial_heart", +"artificial_horizon", +"artificial_insemination", +"artificial_intelligence", +"artificial_joint", +"artificial_kidney", +"artificial_lake", +"artificial_language", +"artificial_pacemaker", +"artificial_respiration", +"artificial_satellite", +"artificial_skin", +"artificiality", +"artillery", +"artillery_fire", +"artillery_plant", +"artillery_shell", +"artillery_unit", +"artilleryman", +"artiodactyl", +"artiodactyl_mammal", +"artiodactyla", +"artisan", +"artisan's_lien", +"artist", +"artist's_loft", +"artist's_model", +"artist's_workroom", +"artiste", +"artistic_creation", +"artistic_movement", +"artistic_production", +"artistic_style", +"artistry", +"artium_baccalaurens", +"artium_magister", +"artlessness", +"artocarpus", +"artocarpus_altilis", +"artocarpus_communis", +"artocarpus_heterophyllus", +"artocarpus_odoratissima", +"artois", +"arts", +"arts_and_crafts", +"artsd", +"artur_rubinstein", +"artur_schnabel", +"arturo_toscanini", +"artwork", +"aruba", +"arugula", +"arui", +"arulo", +"arum", +"arum_family", +"arum_lily", +"arum_maculatum", +"arum_palaestinum", +"arundinaria", +"arundinaria_gigantea", +"arundinaria_tecta", +"arundo", +"arundo_conspicua", +"arundo_donax", +"arundo_richardii", +"aruru", +"arvicola", +"arvicola_amphibius", +"aryan", +"arytaenoid", +"arytenoid", +"arytenoid_cartilage", +"as", +"asa_dulcis", +"asa_gray", +"asa_yoelson", +"asadha", +"asafetida", +"asafoetida", +"asahikawa", +"asala", +"asama", +"asamiya", +"asana", +"asanga", +"asaph_hall", +"asarabacca", +"asarh", +"asarum", +"asarum_canadense", +"asarum_europaeum", +"asarum_shuttleworthii", +"asarum_virginicum", +"asbat_al-ansar", +"asbestos", +"asbestos_abatement", +"asbestosis", +"ascaphidae", +"ascaphus", +"ascaphus_trui", +"ascariasis", +"ascaridae", +"ascaridia", +"ascaridia_galli", +"ascaris", +"ascaris_lumbricoides", +"ascendance", +"ascendancy", +"ascendant", +"ascendence", +"ascendency", +"ascendent", +"ascender", +"ascending", +"ascending_aorta", +"ascending_artery", +"ascending_colon", +"ascending_node", +"ascension", +"ascension_day", +"ascension_of_christ", +"ascension_of_the_lord", +"ascent", +"ascesis", +"ascetic", +"asceticism", +"asch", +"aschelminthes", +"ascidiaceae", +"ascidian", +"ascidian_tadpole", +"ascii", +"ascii_character", +"ascii_character_set", +"ascii_control_character", +"ascii_text_file", +"ascites", +"asclepia_meadii", +"asclepiad", +"asclepiadaceae", +"asclepias", +"asclepias_albicans", +"asclepias_curassavica", +"asclepias_exaltata", +"asclepias_incarnata", +"asclepias_meadii", +"asclepias_purpurascens", +"asclepias_speciosa", +"asclepias_subverticillata", +"asclepias_tuberosa", +"asclepias_verticillata", +"asclepius", +"ascocarp", +"ascolichen", +"ascoma", +"ascomycete", +"ascomycetes", +"ascomycetous_fungus", +"ascomycota", +"ascomycotina", +"ascophyllum", +"ascophyllum_nodosum", +"ascorbic_acid", +"ascospore", +"ascot", +"ascription", +"ascus", +"asdic", +"asean", +"asepsis", +"asexual_reproduction", +"asexuality", +"asgard", +"ash", +"ash-bin", +"ash-key", +"ash-leaved_maple", +"ash-pan", +"ash_bin", +"ash_cake", +"ash_can", +"ash_gray", +"ash_grey", +"ash_tree", +"ash_wednesday", +"ashbin", +"ashcake", +"ashcan", +"ashcan_school", +"ashe", +"asheville", +"ashir", +"ashkenazi", +"ashkhabad", +"ashlar", +"ashley_montagu", +"ashram", +"ashton", +"ashtoreth", +"ashtray", +"ashur", +"ashurbanipal", +"asia", +"asia_minor", +"asian", +"asian_american", +"asian_black_grouse", +"asian_coral_snake", +"asian_country", +"asian_crocodile", +"asian_horseshoe_crab", +"asian_influenza", +"asian_longhorned_beetle", +"asian_nation", +"asian_russia", +"asian_seabass", +"asian_shamanism", +"asian_tiger_mosquito", +"asian_wild_ox", +"asiatic", +"asiatic_beetle", +"asiatic_black_bear", +"asiatic_buffalo", +"asiatic_cholera", +"asiatic_cockroach", +"asiatic_flu", +"asiatic_flying_squirrel", +"asiatic_shrew_mole", +"asiatic_sweetleaf", +"aside", +"asilidae", +"asimina", +"asimina_triloba", +"asimov", +"asin", +"asininity", +"asio", +"asio_otus", +"ask_jeeves", +"asker", +"asking", +"asking_price", +"asklepios", +"asl", +"asmara", +"asmera", +"asp", +"asp_viper", +"aspadana", +"aspalathus", +"aspalathus_cedcarbergensis", +"aspalathus_linearis", +"asparagaceae", +"asparaginase", +"asparagine", +"asparagus", +"asparagus_asparagoides", +"asparagus_bean", +"asparagus_bed", +"asparagus_fern", +"asparagus_officinales", +"asparagus_pea", +"asparagus_plumosus", +"asparagus_setaceous", +"aspartame", +"aspartic_acid", +"aspect", +"aspect_ratio", +"aspen", +"aspen_poplar", +"asper", +"asperger's_syndrome", +"aspergill", +"aspergillaceae", +"aspergillales", +"aspergillosis", +"aspergillus", +"aspergillus_fumigatus", +"asperity", +"aspersion", +"aspersorium", +"asperula", +"asperula_odorata", +"asperula_tinctoria", +"asphalt", +"asphodel", +"asphodelaceae", +"asphodeline", +"asphodeline_lutea", +"asphodelus", +"asphyxia", +"asphyxiation", +"asphyxiator", +"aspic", +"aspidelaps", +"aspidelaps_lubricus", +"aspidiotus", +"aspidiotus_perniciosus", +"aspidistra", +"aspidistra_elatio", +"aspidophoroides", +"aspidophoroides_monopterygius", +"aspinwall", +"aspirant", +"aspirate", +"aspiration", +"aspiration_pneumonia", +"aspirator", +"aspirer", +"aspirin", +"aspirin_powder", +"aspis", +"aspleniaceae", +"asplenium", +"asplenium_adiantum-nigrum", +"asplenium_billotii", +"asplenium_bradleyi", +"asplenium_ceterach", +"asplenium_montanum", +"asplenium_nidus", +"asplenium_nigripes", +"asplenium_pinnatifidum", +"asplenium_platyneuron", +"asplenium_rhizophyllum", +"asplenium_ruta-muraria", +"asplenium_scolopendrium", +"asplenium_trichomanes", +"asplenium_viride", +"ass", +"ass-kisser", +"assagai", +"assailability", +"assailant", +"assam", +"assam_fever", +"assam_rubber", +"assamese", +"assassin", +"assassin_bug", +"assassination", +"assassinator", +"assault", +"assault_and_battery", +"assault_gun", +"assault_rifle", +"assaulter", +"assay", +"assay-mark", +"assayer", +"assegai", +"assemblage", +"assembler", +"assemblies_of_god", +"assembling", +"assembly", +"assembly_hall", +"assembly_language", +"assembly_line", +"assembly_plant", +"assembly_program", +"assemblyman", +"assemblywoman", +"assent", +"assenter", +"assenting", +"asserter", +"assertion", +"assertiveness", +"assertiveness_training", +"assessee", +"assessment", +"assessor", +"asset", +"assets", +"asseveration", +"asseverator", +"asshole", +"assibilation", +"assiduity", +"assiduousness", +"assignation", +"assignee", +"assigning", +"assignment", +"assignor", +"assimilation", +"assimilator", +"assist", +"assistance", +"assistant", +"assistant_foreman", +"assistant_professor", +"assisted_suicide", +"assize", +"assizes", +"associability", +"associableness", +"associate", +"associate_degree", +"associate_in_applied_science", +"associate_in_arts", +"associate_in_nursing", +"associate_professor", +"associated_state", +"associateship", +"association", +"association_area", +"association_cortex", +"association_football", +"association_for_the_advancement_of_retired_persons", +"association_of_islamic_groups_and_communities", +"association_of_orangemen", +"association_of_southeast_asian_nations", +"association_theory", +"associationism", +"associative_aphasia", +"assonance", +"assortative_mating", +"assortment", +"assouan", +"assuagement", +"assuan", +"assumed_name", +"assumption", +"assumption_of_mary", +"assur", +"assurance", +"assurbanipal", +"assuredness", +"assyria", +"assyrian", +"assyrian_akkadian", +"assyrian_neo-aramaic", +"assyriology", +"astacidae", +"astacura", +"astacus", +"astaire", +"astana", +"astarte", +"astasia", +"astatic_coils", +"astatic_galvanometer", +"astatine", +"aster", +"aster_acuminatus", +"aster_arenosus", +"aster_cordifolius", +"aster_divaricatus", +"aster_dumosus", +"aster_ericoides", +"aster_falcatus", +"aster_family", +"aster_linarifolius", +"aster_linosyris", +"aster_macrophyllus", +"aster_novae-angliae", +"aster_novi-belgii", +"aster_ptarmicoides", +"aster_shortii", +"aster_tripolium", +"aster_turbinellis", +"asteraceae", +"astereognosis", +"asterid_dicot_family", +"asterid_dicot_genus", +"asteridae", +"asterion", +"asterisk", +"asterism", +"asteroid", +"asteroid_belt", +"asteroidea", +"asterope", +"asthenia", +"asthenic_type", +"asthenopia", +"asthenosphere", +"astheny", +"asthma", +"asthma_attack", +"asthmatic", +"astigmatism", +"astigmia", +"astilbe", +"astilbe_biternata", +"astilbe_chinensis_pumila", +"astilbe_japonica", +"astonishment", +"astor", +"astragal", +"astragalus", +"astragalus_alpinus", +"astragalus_danicus", +"astragalus_glycyphyllos", +"astrakhan", +"astrantia", +"astrantia_major", +"astraphobia", +"astreus", +"astreus_hygrometricus", +"astreus_pteridis", +"astringence", +"astringency", +"astringent", +"astringent_drug", +"astrobiology", +"astrocyte", +"astrodome", +"astrodynamics", +"astrogator", +"astroglia", +"astrolabe", +"astrolatry", +"astrologer", +"astrologist", +"astrology", +"astroloma", +"astroloma_humifusum", +"astrometry", +"astronaut", +"astronautics", +"astronavigation", +"astronium", +"astronium_fraxinifolium", +"astronomer", +"astronomical_telescope", +"astronomical_unit", +"astronomical_year", +"astronomy", +"astronomy_satellite", +"astronomy_unit", +"astrophysicist", +"astrophysics", +"astrophyton", +"astrophyton_muricatum", +"astropogon", +"astropogon_stellatus", +"astuteness", +"asuncion", +"asur", +"asura", +"asurbanipal", +"asvina", +"asvins", +"aswan", +"aswan_high_dam", +"asylum", +"asymmetry", +"asymptote", +"asynchronism", +"asynchronous_operation", +"asynchronous_transfer_mode", +"asynchrony", +"asynclitism", +"asyndeton", +"asynergia", +"asynergy", +"asystole", +"at", +"at-bat", +"at_home", +"atabrine", +"atacama_desert", +"atacama_trench", +"atactic_abasia", +"atakapa", +"atakapan", +"atar", +"ataractic", +"ataractic_agent", +"ataractic_drug", +"atarax", +"ataraxia", +"ataraxis", +"ataturk", +"atavism", +"atavist", +"ataxia", +"ataxic_abasia", +"ataxic_aphasia", +"ataxy", +"atayalic", +"ate", +"atelectasis", +"ateleiosis", +"ateles", +"ateles_geoffroyi", +"atelier", +"ateliosis", +"aten", +"atenolol", +"ateria_gastrica_dextra", +"atf", +"athabascan", +"athabaskan", +"athanasian_creed", +"athanasianism", +"athanasius", +"athanasius_the_great", +"athanor", +"athapascan", +"athapaskan", +"athapaskan_language", +"athar", +"atharva-veda", +"atheism", +"atheist", +"athelstan", +"athena", +"athenaeum", +"athene", +"athene_noctua", +"atheneum", +"athenian", +"athens", +"atherinidae", +"atherinopsis", +"atherinopsis_californiensis", +"atherodyde", +"atherogenesis", +"atheroma", +"atherosclerosis", +"atherurus", +"athetosis", +"athinai", +"athiorhodaceae", +"athlete", +"athlete's_foot", +"athlete's_heart", +"athletic_competition", +"athletic_contest", +"athletic_facility", +"athletic_field", +"athletic_game", +"athletic_sock", +"athletic_supporter", +"athletic_training", +"athletic_type", +"athletic_wear", +"athleticism", +"athletics", +"athodyd", +"athol_fugard", +"athos", +"athrotaxis", +"athrotaxis_selaginoides", +"athyriaceae", +"athyrium", +"athyrium_distentifolium", +"athyrium_filix-femina", +"athyrium_pycnocarpon", +"athyrium_thelypteroides", +"ativan", +"atlanta", +"atlantic", +"atlantic_bonito", +"atlantic_bottlenose_dolphin", +"atlantic_city", +"atlantic_coast", +"atlantic_cod", +"atlantic_croaker", +"atlantic_halibut", +"atlantic_herring", +"atlantic_manta", +"atlantic_moonfish", +"atlantic_ocean", +"atlantic_puffin", +"atlantic_ridley", +"atlantic_sailfish", +"atlantic_salmon", +"atlantic_sea_bream", +"atlantic_spiny_dogfish", +"atlantic_standard_time", +"atlantic_time", +"atlantic_tripletail", +"atlantic_walrus", +"atlantic_white_cedar", +"atlantides", +"atlantis", +"atlas", +"atlas_cedar", +"atlas_moth", +"atlas_mountains", +"atlas_vertebra", +"atm", +"atmometer", +"atmosphere", +"atmospheric_condition", +"atmospheric_electricity", +"atmospheric_phenomenon", +"atmospheric_pressure", +"atmospheric_state", +"atmospheric_static", +"atmospherics", +"atole", +"atoll", +"atom", +"atom_bomb", +"atom_smasher", +"atomic_bomb", +"atomic_clock", +"atomic_cocktail", +"atomic_energy", +"atomic_energy_commission", +"atomic_explosion", +"atomic_mass", +"atomic_mass_unit", +"atomic_number", +"atomic_number_1", +"atomic_number_10", +"atomic_number_100", +"atomic_number_101", +"atomic_number_102", +"atomic_number_103", +"atomic_number_104", +"atomic_number_105", +"atomic_number_106", +"atomic_number_107", +"atomic_number_108", +"atomic_number_109", +"atomic_number_11", +"atomic_number_110", +"atomic_number_111", +"atomic_number_112", +"atomic_number_113", +"atomic_number_114", +"atomic_number_115", +"atomic_number_116", +"atomic_number_12", +"atomic_number_13", +"atomic_number_14", +"atomic_number_15", +"atomic_number_16", +"atomic_number_17", +"atomic_number_18", +"atomic_number_19", +"atomic_number_2", +"atomic_number_20", +"atomic_number_21", +"atomic_number_22", +"atomic_number_23", +"atomic_number_24", +"atomic_number_25", +"atomic_number_26", +"atomic_number_27", +"atomic_number_28", +"atomic_number_29", +"atomic_number_3", +"atomic_number_30", +"atomic_number_31", +"atomic_number_32", +"atomic_number_33", +"atomic_number_34", +"atomic_number_35", +"atomic_number_36", +"atomic_number_37", +"atomic_number_38", +"atomic_number_39", +"atomic_number_4", +"atomic_number_40", +"atomic_number_41", +"atomic_number_42", +"atomic_number_43", +"atomic_number_44", +"atomic_number_45", +"atomic_number_46", +"atomic_number_47", +"atomic_number_48", +"atomic_number_49", +"atomic_number_5", +"atomic_number_50", +"atomic_number_51", +"atomic_number_52", +"atomic_number_53", +"atomic_number_54", +"atomic_number_55", +"atomic_number_56", +"atomic_number_57", +"atomic_number_58", +"atomic_number_59", +"atomic_number_6", +"atomic_number_60", +"atomic_number_61", +"atomic_number_62", +"atomic_number_63", +"atomic_number_64", +"atomic_number_65", +"atomic_number_66", +"atomic_number_67", +"atomic_number_68", +"atomic_number_69", +"atomic_number_7", +"atomic_number_70", +"atomic_number_71", +"atomic_number_72", +"atomic_number_73", +"atomic_number_74", +"atomic_number_75", +"atomic_number_76", +"atomic_number_77", +"atomic_number_78", +"atomic_number_79", +"atomic_number_8", +"atomic_number_80", +"atomic_number_81", +"atomic_number_82", +"atomic_number_83", +"atomic_number_84", +"atomic_number_85", +"atomic_number_86", +"atomic_number_87", +"atomic_number_88", +"atomic_number_89", +"atomic_number_9", +"atomic_number_90", +"atomic_number_91", +"atomic_number_92", +"atomic_number_93", +"atomic_number_94", +"atomic_number_95", +"atomic_number_96", +"atomic_number_97", +"atomic_number_98", +"atomic_number_99", +"atomic_physics", +"atomic_pile", +"atomic_power", +"atomic_reactor", +"atomic_spectrum", +"atomic_theory", +"atomic_warhead", +"atomic_weapon", +"atomic_weight", +"atomisation", +"atomiser", +"atomism", +"atomist_theory", +"atomistic_theory", +"atomization", +"atomizer", +"aton", +"atonalism", +"atonality", +"atonement", +"atonia", +"atonicity", +"atony", +"atopic_allergy", +"atopic_dermatitis", +"atopic_eczema", +"atopognosia", +"atopognosis", +"atopy", +"atorvastatin", +"atp", +"atrazine", +"atresia", +"atreus", +"atrial_artery", +"atrial_auricle", +"atrial_fibrillation", +"atrial_septal_defect", +"atrichornis", +"atrichornithidae", +"atrioventricular_block", +"atrioventricular_bundle", +"atrioventricular_nodal_rhythm", +"atrioventricular_node", +"atrioventricular_trunk", +"atrioventricular_valve", +"atriplex", +"atriplex_hortensis", +"atriplex_hymenelytra", +"atriplex_lentiformis", +"atriplex_mexicana", +"atrium", +"atrium_cordis", +"atrium_dextrum", +"atrium_of_the_heart", +"atrium_sinistrum", +"atrociousness", +"atrocity", +"atromid-s", +"atropa", +"atropa_belladonna", +"atrophedema", +"atrophic_arthritis", +"atrophy", +"atropidae", +"atropine", +"atropos", +"atrovent", +"atsugewi", +"attacapa", +"attacapan", +"attache", +"attache_case", +"attachment", +"attack", +"attack_aircraft", +"attack_aircraft_carrier", +"attack_dog", +"attack_submarine", +"attacker", +"attainability", +"attainableness", +"attainder", +"attainment", +"attalea", +"attalea_funifera", +"attar", +"attar_of_roses", +"attempt", +"attempter", +"attendance", +"attendance_check", +"attendant", +"attendee", +"attender", +"attending", +"attention", +"attention_deficit_disorder", +"attention_deficit_hyperactivity_disorder", +"attention_span", +"attentiveness", +"attenuation", +"attenuator", +"attestant", +"attestation", +"attestation_report", +"attestation_service", +"attestator", +"attester", +"attestor", +"attic", +"attic_fan", +"attica", +"atticus", +"atticus_atlas", +"attila", +"attila_the_hun", +"attilio", +"attire", +"attitude", +"attlee", +"attorney", +"attorney-client_privilege", +"attorney-client_relation", +"attorney_general", +"attorney_general_of_the_united_states", +"attorneyship", +"attosecond", +"attracter", +"attraction", +"attractive_feature", +"attractive_force", +"attractive_nuisance", +"attractiveness", +"attractor", +"attribute", +"attribution", +"attributive_genitive", +"attributive_genitive_case", +"attrition", +"attrition_rate", +"atypical_pneumonia", +"atypicality", +"au", +"au_pair", +"au_pair_girl", +"au_revoir", +"auberge", +"aubergine", +"auc", +"auchincloss", +"auckland", +"auction", +"auction_block", +"auction_bridge", +"auction_house", +"auction_pitch", +"auction_sale", +"auctioneer", +"aucuba", +"audaciousness", +"audacity", +"audad", +"auden", +"audibility", +"audible", +"audibleness", +"audience", +"audile", +"audio", +"audio_amplifier", +"audio_cd", +"audio_compact_disc", +"audio_frequency", +"audio_lingual_acquisition", +"audio_recording", +"audio_system", +"audiocassette", +"audiogram", +"audiology", +"audiometer", +"audiometry", +"audiotape", +"audiovisual", +"audiovisual_aid", +"audit", +"audit_program", +"audit_programme", +"audited_account", +"audition", +"auditor", +"auditorium", +"auditory_agnosia", +"auditory_aphasia", +"auditory_apparatus", +"auditory_area", +"auditory_canal", +"auditory_center", +"auditory_communication", +"auditory_cortex", +"auditory_hallucination", +"auditory_hyperesthesia", +"auditory_image", +"auditory_meatus", +"auditory_modality", +"auditory_nerve", +"auditory_ossicle", +"auditory_perception", +"auditory_sensation", +"auditory_sense", +"auditory_system", +"auditory_tube", +"audubon", +"audubon's_caracara", +"audubon's_warbler", +"audubon_warbler", +"auf_wiedersehen", +"aug", +"augean_stables", +"augeas", +"augend", +"auger", +"aught", +"augite", +"augmentation", +"augmentin", +"augsburg_confession", +"augur", +"augury", +"august", +"august_1", +"august_15", +"august_6", +"august_f._mobius", +"august_ferdinand_mobius", +"august_friedrich_leopold_weismann", +"august_plum", +"august_strindberg", +"august_von_wassermann", +"august_wilhelm_von_hoffmann", +"augusta", +"auguste_comte", +"auguste_rodin", +"augustin_eugene_scribe", +"augustin_jean_fresnel", +"augustine", +"augustine_of_hippo", +"augustinian", +"augustinian_canons", +"augustinian_hermits", +"augustinian_order", +"augustus", +"augustus_welby_northmore_pugin", +"auk", +"auklet", +"aulacorhyncus", +"auld_langsyne", +"aulostomidae", +"aulostomus", +"aulostomus_maculatus", +"aum", +"aum_shinrikyo", +"aunt", +"auntie", +"aunty", +"aura", +"aurelius", +"aureolaria", +"aureolaria_pedicularia", +"aureolaria_virginica", +"aureole", +"aureomycin", +"auricle", +"auricula", +"auricula_atrii", +"auricular_appendage", +"auricular_appendix", +"auricular_artery", +"auricular_point", +"auricular_vein", +"auriculare", +"auricularia", +"auricularia_auricula", +"auriculariaceae", +"auriculariales", +"auriga", +"auriparus", +"auriparus_flaviceps", +"auriscope", +"aurochs", +"aurora", +"aurora_australis", +"aurora_borealis", +"auroscope", +"auschwitz", +"auscultation", +"auspex", +"auspice", +"auspices", +"auspiciousness", +"aussie", +"austen", +"austenite", +"austenitic_manganese_steel", +"austenitic_steel", +"austereness", +"austerity", +"austerlitz", +"austin", +"austin_friar", +"austin_friars", +"austral", +"austral_islands", +"australasia", +"australia", +"australian", +"australian_aborigine", +"australian_alps", +"australian_arowana", +"australian_blacksnake", +"australian_bonytongue", +"australian_capital", +"australian_chestnut", +"australian_cockroach", +"australian_coral_snake", +"australian_crawl", +"australian_desert", +"australian_dollar", +"australian_grass_tree", +"australian_hare's_foot", +"australian_heath", +"australian_honeysuckle", +"australian_labor_party", +"australian_lungfish", +"australian_magpie", +"australian_nettle", +"australian_nettle_tree", +"australian_pea", +"australian_pine", +"australian_pitcher_plant", +"australian_reed_grass", +"australian_sea_lion", +"australian_state", +"australian_stilt", +"australian_sumac", +"australian_sword_lily", +"australian_terrier", +"australian_turtledove", +"australopithecine", +"australopithecus", +"australopithecus_afarensis", +"australopithecus_africanus", +"australopithecus_boisei", +"australopithecus_robustus", +"austria", +"austria-hungary", +"austrian", +"austrian_capital", +"austrian_monetary_unit", +"austrian_schilling", +"austrian_winter_pea", +"austro-asiatic", +"austro-asiatic_language", +"austrocedrus", +"austrocedrus_chilensis", +"austronesia", +"austronesian", +"austronesian_language", +"austrotaxus", +"austrotaxus_spicata", +"autacoid", +"autarchy", +"autarky", +"auteur", +"authentication", +"authenticator", +"authenticity", +"author", +"author's_name", +"authoress", +"authoring_language", +"authorisation", +"authoriser", +"authoritarian", +"authoritarian_regime", +"authoritarian_state", +"authoritarianism", +"authorities", +"authority", +"authority_figure", +"authorization", +"authorized_shares", +"authorized_stock", +"authorized_version", +"authorizer", +"authorship", +"autism", +"auto", +"auto-changer", +"auto-da-fe", +"auto-mechanic", +"auto-suggestion", +"auto_accessory", +"auto_company", +"auto_factory", +"auto_limitation", +"auto_loan", +"auto_maker", +"auto_manufacturer", +"auto_mechanics", +"auto_part", +"auto_race", +"auto_racing", +"auto_tire", +"autoantibody", +"autobahn", +"autobiographer", +"autobiography", +"autobus", +"autocatalysis", +"autochthon", +"autochthony", +"autoclave", +"autocoid", +"autocracy", +"autocrat", +"autocue", +"autodefensas_unidas_de_colombia", +"autodidact", +"autoeroticism", +"autoerotism", +"autofluorescence", +"autofocus", +"autogamy", +"autogenesis", +"autogenic_therapy", +"autogenic_training", +"autogenics", +"autogeny", +"autogiro", +"autograft", +"autograph", +"autograph_album", +"autogyro", +"autoimmune_diabetes", +"autoimmune_disease", +"autoimmune_disorder", +"autoimmunity", +"autoinjector", +"autolatry", +"autoloader", +"autolysis", +"automaker", +"automat", +"automated_teller", +"automated_teller_machine", +"automatic", +"automatic_choke", +"automatic_data_processing", +"automatic_data_processing_system", +"automatic_drive", +"automatic_face_recognition", +"automatic_firearm", +"automatic_gun", +"automatic_pilot", +"automatic_pistol", +"automatic_rifle", +"automatic_teller", +"automatic_teller_machine", +"automatic_transmission", +"automatic_washer", +"automatic_weapon", +"automation", +"automatism", +"automaton", +"automeris", +"automeris_io", +"automobile", +"automobile_battery", +"automobile_driver", +"automobile_engine", +"automobile_factory", +"automobile_horn", +"automobile_industry", +"automobile_insurance", +"automobile_loan", +"automobile_mechanic", +"automobile_race", +"automobile_tire", +"automobile_traffic", +"automobile_trunk", +"automobilist", +"automotive_engineer", +"automotive_engineering", +"automotive_technology", +"automotive_vehicle", +"automysophobia", +"autonomic_ganglion", +"autonomic_nervous_system", +"autonomic_plexus", +"autonomy", +"autophyte", +"autophytic_plant", +"autopilot", +"autoplasty", +"autopsy", +"autoradiograph", +"autoradiography", +"autoregulation", +"autosexing", +"autosomal_dominant_disease", +"autosomal_dominant_disorder", +"autosomal_recessive_defect", +"autosomal_recessive_disease", +"autosome", +"autostrada", +"autosuggestion", +"autotelism", +"autotomy", +"autotroph", +"autotrophic_organism", +"autotype", +"autotypy", +"autumn", +"autumn_crocus", +"autumn_pumpkin", +"autumn_sneezeweed", +"autumnal_equinox", +"auvergne", +"auxesis", +"auxiliary", +"auxiliary_airfield", +"auxiliary_boiler", +"auxiliary_cell", +"auxiliary_engine", +"auxiliary_equipment", +"auxiliary_operation", +"auxiliary_pump", +"auxiliary_research_submarine", +"auxiliary_storage", +"auxiliary_verb", +"auxin", +"av", +"avadavat", +"avahi", +"avahi_laniger", +"avail", +"availability", +"availableness", +"avalanche", +"avalanche_lily", +"avalokiteshvara", +"avalokitesvara", +"avant-garde", +"avaram", +"avarice", +"avariciousness", +"avaritia", +"avatar", +"ave_maria", +"avena", +"avena_barbata", +"avena_fatua", +"avena_sativa", +"avene_sterilis", +"avenger", +"avens", +"aventail", +"aventurine", +"avenue", +"average", +"average_cost", +"averageness", +"averell_harriman", +"averment", +"averrhoa", +"averrhoa_bilimbi", +"averrhoa_carambola", +"averroes", +"aversion", +"aversion_therapy", +"aversive_conditioning", +"aversive_stimulus", +"averting", +"aves", +"avesta", +"avestan", +"aviary", +"aviation", +"aviation_medicine", +"aviator", +"aviatress", +"aviatrix", +"avicenna", +"avicennia", +"avicennia_marina", +"avicennia_officinalis", +"avicenniaceae", +"avidity", +"avidness", +"avifauna", +"avignon", +"avionics", +"avitaminosis", +"avo", +"avocado", +"avocado_pear", +"avocado_tree", +"avocation", +"avocet", +"avogadro", +"avogadro's_hypothesis", +"avogadro's_law", +"avogadro's_number", +"avogadro_number", +"avoidance", +"avoirdupois", +"avoirdupois_unit", +"avoirdupois_weight", +"avon", +"avouchment", +"avowal", +"avower", +"avulsion", +"awakening", +"award", +"awarding", +"awareness", +"away_game", +"awayness", +"awe", +"awfulness", +"awkwardness", +"awl", +"awlwort", +"awn", +"awning", +"awning_deck", +"awnless_bromegrass", +"awol", +"ax", +"ax_handle", +"ax_head", +"axe", +"axe_handle", +"axe_head", +"axerophthol", +"axial_motion", +"axial_muscle", +"axial_rotation", +"axial_skeleton", +"axil", +"axile_placentation", +"axilla", +"axillary_artery", +"axillary_cavity", +"axillary_fossa", +"axillary_node", +"axillary_vein", +"axiology", +"axiom", +"axis", +"axis_of_rotation", +"axis_vertebra", +"axle", +"axle_bar", +"axle_grease", +"axletree", +"axolemma", +"axolotl", +"axon", +"axone", +"axseed", +"ayah", +"ayapana", +"ayapana_triplinervis", +"ayatollah", +"ayatollah_khomeini", +"ayatollah_ruholla_khomeini", +"aye-aye", +"ayin", +"ayn_rand", +"ayr", +"ayrshire", +"aythya", +"aythya_affinis", +"aythya_americana", +"aythya_ferina", +"aythya_marila", +"aythya_valisineria", +"ayurveda", +"az", +"az_zarqa", +"azactam", +"azadirachta", +"azadirachta_indica", +"azadirachtin", +"azalea", +"azaleastrum", +"azathioprine", +"azedarach", +"azederach", +"azerbaijan", +"azerbaijani", +"azerbaijani_monetary_unit", +"azerbaijani_republic", +"azerbajdzhan", +"azerbajdzhan_republic", +"azeri", +"azide", +"azido_group", +"azido_radical", +"azimuth", +"azithromycin", +"azo_dye", +"azo_group", +"azo_radical", +"azoimide", +"azolla", +"azolla_caroliniana", +"azollaceae", +"azores", +"azotaemia", +"azote", +"azotemia", +"azoturia", +"azt", +"aztec", +"aztec_lily", +"aztec_marigold", +"aztecan", +"aztreonam", +"azure", +"azure_aster", +"azurite", +"azygos_vein", +"azygous_vein", +"azymia", +"b", +"b-52", +"b-complex_vitamin", +"b-flat_clarinet", +"b-girl", +"b-horizon", +"b-meson", +"b-scan_ultrasonography", +"b._b._king", +"b._f._skinner", +"b.o.", +"b.t.u.", +"b.th.u.", +"b_battery", +"b_cell", +"b_complex", +"b_horizon", +"b_lymphocyte", +"b_vitamin", +"ba", +"baa", +"baa-lamb", +"baader-meinhof_gang", +"baader_meinhof_gang", +"baal", +"baal_merodach", +"baas", +"baba", +"baba_au_rhum", +"babacu_oil", +"babar", +"babassu", +"babassu_nut", +"babassu_oil", +"babassu_palm", +"babbitt", +"babbitt_metal", +"babbitting", +"babble", +"babbler", +"babbling", +"babe", +"babe_didrikson", +"babe_ruth", +"babe_zaharias", +"babel", +"babesiidae", +"babies'-breath", +"babies'_slippers", +"babinski", +"babinski_reflex", +"babinski_sign", +"babiroussa", +"babirusa", +"babirussa", +"babka", +"baboo", +"baboon", +"babu", +"babushka", +"baby", +"baby's_bed", +"baby's_breath", +"baby's_dummy", +"baby's_room", +"baby's_tears", +"baby-boom_generation", +"baby-sitter", +"baby-walker", +"baby_bed", +"baby_bird", +"baby_blue-eyes", +"baby_boom", +"baby_boomer", +"baby_buggy", +"baby_buster", +"baby_carriage", +"baby_doc", +"baby_doctor", +"baby_farmer", +"baby_grand", +"baby_grand_piano", +"baby_minder", +"baby_oil", +"baby_powder", +"baby_rose", +"baby_shoe", +"baby_sitting", +"baby_talk", +"baby_tears", +"baby_tooth", +"babyhood", +"babylon", +"babylonia", +"babylonian", +"babylonian_captivity", +"babylonian_weeping_willow", +"babyminder", +"babyrousa", +"babyrousa_babyrussa", +"babysitter", +"babysitting", +"babytalk", +"bacca", +"baccalaureate", +"baccarat", +"bacchanal", +"bacchanalia", +"bacchant", +"bacchante", +"baccharis", +"baccharis_halimifolia", +"baccharis_pilularis", +"baccharis_viminea", +"bacchus", +"baccy", +"bach", +"bachelor", +"bachelor's_button", +"bachelor's_degree", +"bachelor-at-arms", +"bachelor_girl", +"bachelor_of_arts", +"bachelor_of_arts_in_library_science", +"bachelor_of_arts_in_nursing", +"bachelor_of_divinity", +"bachelor_of_laws", +"bachelor_of_literature", +"bachelor_of_medicine", +"bachelor_of_music", +"bachelor_of_naval_science", +"bachelor_of_science", +"bachelor_of_science_in_architecture", +"bachelor_of_science_in_engineering", +"bachelor_of_theology", +"bachelor_party", +"bachelorette", +"bachelorhood", +"bacillaceae", +"bacillariophyceae", +"bacillary_dysentery", +"bacillary_white_diarrhea", +"bacillary_white_diarrhoea", +"bacillus", +"bacillus_anthracis", +"bacillus_globigii", +"bacillus_subtilis", +"bacitracin", +"back", +"back-blast", +"back-formation", +"back-number", +"back_brace", +"back_breaker", +"back_burner", +"back_channel", +"back_circle", +"back_country", +"back_door", +"back_end", +"back_entrance", +"back_exercise", +"back_judge", +"back_matter", +"back_of_beyond", +"back_pack", +"back_porch", +"back_room", +"back_saw", +"back_street", +"back_talk", +"back_tooth", +"backache", +"backband", +"backbeat", +"backbench", +"backbencher", +"backbend", +"backbiter", +"backblast", +"backboard", +"backbone", +"backchat", +"backcloth", +"backdoor", +"backdown", +"backdrop", +"backer", +"backfield", +"backfire", +"backflow", +"backflowing", +"backgammon", +"backgammon_board", +"background", +"background_knowledge", +"background_level", +"background_noise", +"background_processing", +"background_radiation", +"background_signal", +"backgrounder", +"backgrounding", +"backhand", +"backhand_drive", +"backhand_shot", +"backhand_stroke", +"backhander", +"backhoe", +"backing", +"backlash", +"backlighting", +"backlog", +"backpack", +"backpacker", +"backpacking", +"backpacking_tent", +"backplate", +"backrest", +"backroom", +"backroom_boy", +"backsaw", +"backscratcher", +"backseat", +"backseat_driver", +"backsheesh", +"backside", +"backslapper", +"backslider", +"backsliding", +"backspace", +"backspace_character", +"backspace_key", +"backspacer", +"backspin", +"backstage", +"backstairs", +"backstay", +"backstitch", +"backstop", +"backstroke", +"backstroker", +"backswimmer", +"backsword", +"backtalk", +"backup", +"backup_file", +"backup_man", +"backup_system", +"backwardness", +"backwash", +"backwater", +"backwoods", +"backwoodsman", +"backyard", +"bacon", +"bacon-lettuce-tomato_sandwich", +"bacon_and_eggs", +"bacon_rind", +"bacon_strip", +"bacteremia", +"bacteria", +"bacteria_bed", +"bacteria_family", +"bacteria_genus", +"bacteria_order", +"bacteria_species", +"bacteriacide", +"bacteriaemia", +"bacterial_plaque", +"bacterial_toxin", +"bactericide", +"bacteriemia", +"bacteriochlorophyll", +"bacteriological_warfare", +"bacteriologist", +"bacteriology", +"bacteriolysis", +"bacteriophage", +"bacteriostasis", +"bacteriostat", +"bacterium", +"bacteroid", +"bacteroidaceae", +"bacteroides", +"bactrian_camel", +"bad", +"bad_block", +"bad_blood", +"bad_check", +"bad_cheque", +"bad_debt", +"bad_egg", +"bad_fairy", +"bad_guy", +"bad_hat", +"bad_lands", +"bad_luck", +"bad_manners", +"bad_person", +"bad_temper", +"bad_weather", +"badaga", +"baddeleyite", +"baddie", +"bade", +"badge", +"badger", +"badger_dog", +"badger_skunk", +"badger_state", +"badgerer", +"badgering", +"badinage", +"badlands", +"badlands_national_park", +"badminton", +"badminton_court", +"badminton_equipment", +"badminton_racket", +"badminton_racquet", +"badness", +"baeda", +"baedeker", +"baffin_bay", +"baffin_island", +"baffle", +"baffle_board", +"baffled", +"bafflement", +"bag", +"bag_lady", +"bag_of_tricks", +"bagascosis", +"bagasse", +"bagassosis", +"bagatelle", +"bagdad", +"bagel", +"bagful", +"baggage", +"baggage_car", +"baggage_claim", +"baggageman", +"bagger", +"bagging", +"baghdad", +"bagman", +"bagnio", +"bagpipe", +"bagpiper", +"baguet", +"baguette", +"bahai", +"bahaism", +"bahama_grass", +"bahama_islands", +"bahamas", +"bahamian", +"bahamian_dollar", +"bahasa", +"bahasa_indonesia", +"bahasa_kebangsaan", +"bahasa_malaysia", +"bahasa_melayu", +"bahia_blanca", +"bahia_coquilla", +"bahia_grass", +"bahia_piassava", +"bahrain", +"bahrain_dinar", +"bahrain_island", +"bahraini", +"bahrainian_monetary_unit", +"bahrein", +"bahrein_island", +"bahreini", +"baht", +"bai", +"baic", +"baikal", +"bail", +"bail_bond", +"bailee", +"bailey", +"bailey_bridge", +"bailiff", +"bailiffship", +"bailiwick", +"bailment", +"bailor", +"bain-marie", +"baiomys", +"baiomys_taylori", +"bairava", +"bairdiella", +"bairdiella_chrysoura", +"bairiki", +"bairn", +"baisa", +"baisakh", +"bait", +"bait_and_switch", +"bait_casting", +"baiting", +"baiza", +"baize", +"baja_california", +"bakeapple", +"baked-apple_berry", +"baked_alaska", +"baked_egg", +"baked_goods", +"baked_potato", +"bakehouse", +"bakelite", +"baker", +"baker's_dozen", +"baker's_eczema", +"baker's_yeast", +"bakersfield", +"bakery", +"bakeshop", +"baking", +"baking-powder_biscuit", +"baking_chocolate", +"baking_powder", +"baking_soda", +"baking_tray", +"bakke_decision", +"baklava", +"baksheesh", +"bakshis", +"bakshish", +"baku", +"bakunin", +"balaclava", +"balaclava_helmet", +"balaena", +"balaena_mysticetus", +"balaeniceps", +"balaeniceps_rex", +"balaenicipitidae", +"balaenidae", +"balaenoptera", +"balaenoptera_acutorostrata", +"balaenoptera_borealis", +"balaenoptera_musculus", +"balaenoptera_physalus", +"balaenopteridae", +"balagan", +"balalaika", +"balance", +"balance-of-payments_problem", +"balance_beam", +"balance_of_international_payments", +"balance_of_payments", +"balance_of_power", +"balance_of_trade", +"balance_sheet", +"balance_wheel", +"balanced_budget", +"balanced_diet", +"balancer", +"balanchine", +"balancing", +"balanidae", +"balanitis", +"balanoposthitis", +"balanus", +"balanus_balanoides", +"balarama", +"balas", +"balas_ruby", +"balata", +"balata_tree", +"balaton", +"balboa", +"balbriggan", +"balcony", +"bald-faced_hornet", +"bald_cypress", +"bald_eagle", +"baldachin", +"balder", +"balderdash", +"baldhead", +"baldness", +"baldpate", +"baldr", +"baldric", +"baldrick", +"baldwin", +"baldy", +"bale", +"balearic_islands", +"baleen", +"baleen_whale", +"balefire", +"balefulness", +"balenciaga", +"balfour", +"bali", +"balibago", +"balinese", +"baling_wire", +"balistes", +"balistes_vetula", +"balistidae", +"balk", +"balkan", +"balkan_country", +"balkan_mountain_range", +"balkan_mountains", +"balkan_nation", +"balkan_peninsula", +"balkan_state", +"balkan_wars", +"balkans", +"balker", +"balkiness", +"balkline", +"ball", +"ball-and-socket_joint", +"ball-breaker", +"ball-buster", +"ball-peen_hammer", +"ball_and_chain", +"ball_bearing", +"ball_boy", +"ball_carrier", +"ball_cartridge", +"ball_club", +"ball_cock", +"ball_fern", +"ball_field", +"ball_game", +"ball_gown", +"ball_hawk", +"ball_hawking", +"ball_nettle", +"ball_nightshade", +"ball_of_fire", +"ball_valve", +"ballad", +"ballad_maker", +"ballade", +"balladeer", +"ballast", +"ballast_resistor", +"ballcock", +"balldress", +"ballerina", +"ballet", +"ballet_company", +"ballet_dancer", +"ballet_master", +"ballet_mistress", +"ballet_position", +"ballet_skirt", +"balletomane", +"balletomania", +"ballgame", +"ballista", +"ballistic_capsule", +"ballistic_fingerprinting", +"ballistic_galvanometer", +"ballistic_identification", +"ballistic_missile", +"ballistic_missile_defense_organization", +"ballistic_pendulum", +"ballistic_trajectory", +"ballistics", +"ballistite", +"ballistocardiogram", +"ballistocardiograph", +"ballock", +"balloon", +"balloon_bomb", +"balloon_flower", +"balloon_sail", +"balloon_seat", +"balloon_vine", +"balloonfish", +"ballooning", +"balloonist", +"ballot", +"ballot_box", +"ballota", +"ballota_nigra", +"balloting", +"ballottement", +"ballpark", +"ballpen", +"ballplayer", +"ballpoint", +"ballpoint_pen", +"ballroom", +"ballroom_dance", +"ballroom_dancing", +"ballroom_music", +"balls-up", +"ballup", +"ballyhoo", +"ballyhoo_artist", +"balm", +"balm_of_gilead", +"balminess", +"balmoral", +"balmoral_castle", +"balochi", +"baloney", +"balsa", +"balsa_raft", +"balsa_wood", +"balsam", +"balsam_apple", +"balsam_capivi", +"balsam_family", +"balsam_fir", +"balsam_herb", +"balsam_of_peru", +"balsam_of_tolu", +"balsam_pear", +"balsam_poplar", +"balsam_willow", +"balsam_woolly_aphid", +"balsaminaceae", +"balsamorhiza", +"balsamroot", +"balthasar", +"balthazar", +"baltic", +"baltic-finnic", +"baltic_language", +"baltic_republic", +"baltic_sea", +"baltic_state", +"baltimore", +"baltimore_bird", +"baltimore_oriole", +"balto-slavic", +"balto-slavic_language", +"balto-slavonic", +"baluchi", +"baluster", +"balusters", +"balustrade", +"balzac", +"bam", +"bamako", +"bambino", +"bamboo", +"bamboo_curtain", +"bamboo_fern", +"bamboo_palm", +"bamboo_shoot", +"bambusa", +"bambusa_vulgaris", +"bambuseae", +"ban", +"banality", +"banana", +"banana_boat", +"banana_bread", +"banana_family", +"banana_oil", +"banana_passion_fruit", +"banana_peel", +"banana_quit", +"banana_republic", +"banana_skin", +"banana_split", +"banana_tree", +"band", +"band-tail_pigeon", +"band-tailed_pigeon", +"band_aid", +"band_of_partisans", +"band_saw", +"bandage", +"bandaging", +"bandana", +"bandanna", +"bandbox", +"bandeau", +"banded_adder", +"banded_anteater", +"banded_gecko", +"banded_krait", +"banded_palm_civet", +"banded_purple", +"banded_rattlesnake", +"banded_rudderfish", +"banded_sand_snake", +"banded_stilt", +"banded_water_snake", +"bandelet", +"bandelette", +"banderilla", +"banderillero", +"bandicoot", +"bandicoot_rat", +"banding", +"bandit", +"banditry", +"bandleader", +"bandlet", +"bandmaster", +"bandoleer", +"bandolier", +"bandoneon", +"bandsaw", +"bandsman", +"bandstand", +"bandtail", +"bandung", +"bandwagon", +"bandwagon_effect", +"bandwidth", +"bandy_leg", +"bandy_legs", +"bandyleg", +"bane", +"baneberry", +"banff", +"bang", +"bang's_disease", +"bangalore", +"bangalore_torpedo", +"banger", +"bangiaceae", +"banging", +"bangkok", +"bangla", +"bangla_desh", +"bangladesh", +"bangladeshi", +"bangladeshi_monetary_unit", +"bangle", +"bangor", +"bangtail", +"bangui", +"banian", +"banian_tree", +"banishment", +"banister", +"banjo", +"banjul", +"bank", +"bank-depositor_relation", +"bank_account", +"bank_bill", +"bank_building", +"bank_card", +"bank_charter", +"bank_check", +"bank_clerk", +"bank_closing", +"bank_commissioner", +"bank_deposit", +"bank_discount", +"bank_draft", +"bank_examination", +"bank_examiner", +"bank_failure", +"bank_gravel", +"bank_guard", +"bank_holding_company", +"bank_holiday", +"bank_identification_number", +"bank_line", +"bank_loan", +"bank_manager", +"bank_martin", +"bank_note", +"bank_of_england", +"bank_of_japan", +"bank_rate", +"bank_robber", +"bank_run", +"bank_shot", +"bank_statement", +"bank_swallow", +"bank_vault", +"bank_withdrawal", +"bankbook", +"banker", +"banker's_acceptance", +"banker's_bill", +"banker's_check", +"banker's_draft", +"bankhead", +"bankia", +"bankia_setaceae", +"banking", +"banking_company", +"banking_concern", +"banking_game", +"banking_industry", +"banking_system", +"banknote", +"bankroll", +"bankrupt", +"bankruptcy", +"banks", +"banksia", +"banksia_integrifolia", +"banksia_rose", +"banner", +"banneret", +"banning", +"banning-order", +"bannister", +"bannock", +"bannockburn", +"banns", +"banquet", +"banquet_song", +"banqueting", +"banquette", +"banshee", +"banshie", +"bantam", +"bantamweight", +"banteng", +"banter", +"banti's_disease", +"banti's_syndrome", +"banting", +"bantoid_language", +"bantu", +"banyan", +"banyan_tree", +"banzai", +"banzai_attack", +"banzai_charge", +"baobab", +"bap", +"baphia", +"baphia_nitida", +"baptisia", +"baptisia_australis", +"baptisia_lactea", +"baptisia_tinctoria", +"baptism", +"baptismal_font", +"baptismal_name", +"baptist", +"baptist_church", +"baptist_denomination", +"baptistery", +"baptistic_doctrine", +"baptistry", +"baptists", +"bar", +"bar-room_plant", +"bar_absolute", +"bar_billiards", +"bar_bit", +"bar_chart", +"bar_code", +"bar_exam", +"bar_examination", +"bar_fly", +"bar_girl", +"bar_graph", +"bar_line", +"bar_magnet", +"bar_mask", +"bar_mitzvah", +"bar_printer", +"bar_sinister", +"bar_soap", +"baraka", +"baranduki", +"barany", +"barb", +"barbacan", +"barbadian", +"barbados", +"barbados-gooseberry_vine", +"barbados_cherry", +"barbados_dollar", +"barbados_gooseberry", +"barbados_maidenhair", +"barbados_pride", +"barbara_hepworth", +"barbara_tuchman", +"barbara_ward", +"barbara_wertheim_tuchman", +"barbarea", +"barbarea_praecox", +"barbarea_verna", +"barbarea_vulgaris", +"barbarian", +"barbarisation", +"barbarism", +"barbarity", +"barbarization", +"barbarossa", +"barbarousness", +"barbary", +"barbary_ape", +"barbary_coast", +"barbary_pirate", +"barbary_sheep", +"barbasco", +"barbecue", +"barbecue_pit", +"barbecue_sauce", +"barbecued_spareribs", +"barbecued_wing", +"barbecuing", +"barbed_wire", +"barbel", +"barbell", +"barbeque", +"barber", +"barber's_itch", +"barber's_pole", +"barber_chair", +"barberry", +"barberry_family", +"barbershop", +"barbershop_quartet", +"barberton_daisy", +"barbet", +"barbette", +"barbette_carriage", +"barbican", +"barbital", +"barbitone", +"barbiturate", +"barbituric_acid", +"barbra_joan_streisand", +"barbra_streisand", +"barbu", +"barbuda", +"barbwire", +"barcarole", +"barcarolle", +"barcelona", +"bard", +"bard_of_avon", +"bardeen", +"bardolatry", +"bare_bone", +"bare_bones", +"bareboat", +"bareboating", +"bareness", +"barents_sea", +"barf", +"bargain", +"bargain_hunter", +"bargain_rate", +"bargainer", +"bargaining", +"bargaining_chip", +"barge", +"barge_pole", +"bargee", +"bargello", +"bargeman", +"bari", +"barilla", +"baring", +"barish", +"barite", +"baritone", +"baritone_horn", +"baritone_voice", +"barium", +"barium_dioxide", +"barium_enema", +"barium_hydroxide", +"barium_monoxide", +"barium_oxide", +"barium_peroxide", +"barium_protoxide", +"barium_sulfate", +"barium_sulphate", +"bark", +"bark-louse", +"bark_beetle", +"bark_louse", +"barkeep", +"barkeeper", +"barker", +"barking_deer", +"barking_frog", +"barkley", +"barley", +"barley-sugar", +"barley_candy", +"barley_grass", +"barley_water", +"barleycorn", +"barm", +"barmaid", +"barman", +"barmbrack", +"barn", +"barn_dance", +"barn_door", +"barn_grass", +"barn_millet", +"barn_owl", +"barn_spider", +"barn_swallow", +"barnaba_chiaramonti", +"barnaby's_thistle", +"barnacle", +"barnacle_goose", +"barnburner", +"barndoor", +"barndoor_skate", +"barney_oldfield", +"barnful", +"barnstormer", +"barnum", +"barnyard", +"barnyard_grass", +"barograph", +"barometer", +"barometric_pressure", +"baron", +"baron_adrian", +"baron_alexander_von_humboldt", +"baron_clive", +"baron_clive_of_plassey", +"baron_de_la_brede_et_de_montesquieu", +"baron_friedrich_heinrich_alexander_von_humboldt", +"baron_friedrich_wilhelm_ludolf_gerhard_augustin_von_steuben", +"baron_georges_cuvier", +"baron_hermann_ludwig_ferdinand_von_helmholtz", +"baron_hugh_caswall_tremenheere_dowding", +"baron_jean_baptiste_joseph_fourier", +"baron_karl_maria_friedrich_ernst_von_weber", +"baron_karl_wilhelm_von_humboldt", +"baron_lister", +"baron_lloyd_webber_of_sydmonton", +"baron_munchausen", +"baron_olivier_of_birghton", +"baron_richard_von_krafft-ebing", +"baron_snow_of_leicester", +"baron_verulam", +"baron_wilhelm_von_humboldt", +"baronage", +"baronduki", +"baroness", +"baroness_dudevant", +"baroness_emmusca_orczy", +"baroness_jackson_of_lodsworth", +"baroness_karen_blixen", +"baroness_thatcher_of_kesteven", +"baronet", +"baronetage", +"baronetcy", +"barong", +"baronne_anne_louise_germaine_necker_de_steal-holstein", +"barony", +"baroque", +"baroque_era", +"baroque_period", +"baroqueness", +"baroreceptor", +"barosaur", +"barosaurus", +"barouche", +"barque", +"barrack", +"barracking", +"barracouta", +"barracuda", +"barrage", +"barrage_balloon", +"barrage_fire", +"barrage_jamming", +"barramundi", +"barranquilla", +"barrater", +"barrator", +"barratry", +"barred_owl", +"barred_pickerel", +"barrel", +"barrel_cactus", +"barrel_knot", +"barrel_maker", +"barrel_organ", +"barrel_roll", +"barrel_vault", +"barrelfish", +"barrelful", +"barrelhouse", +"barrels", +"barren", +"barren_ground_caribou", +"barrenness", +"barrenwort", +"barrette", +"barretter", +"barricade", +"barrie", +"barrier", +"barrier_island", +"barrier_reef", +"barrier_strip", +"barring", +"barrio", +"barrister", +"barroom", +"barrow", +"barrow's_goldeneye", +"barrow-boy", +"barrow-man", +"barrowful", +"barrymore", +"bars", +"barstow", +"bart", +"bartender", +"barter", +"barterer", +"barth", +"barthelme", +"barthold_george_niebuhr", +"bartholdi", +"bartholin", +"bartholin's_gland", +"bartholomeu_dias", +"bartholomeu_diaz", +"bartholomew_roberts", +"bartle_frere", +"bartlesville", +"bartlett", +"bartlett_pear", +"bartok", +"bartolome_esteban_murillo", +"bartolomeo_alberto_capillari", +"bartolomeo_prignano", +"bartolomeo_vanzetti", +"bartolommeo_eustachio", +"bartonia", +"bartram_juneberry", +"bartramia", +"bartramia_longicauda", +"bartramian_sandpiper", +"baruch", +"baruch_de_spinoza", +"barunduki", +"barycenter", +"barye", +"baryon", +"baryon_number", +"baryshnikov", +"baryta", +"barytes", +"barytone", +"bas_bleu", +"bas_mitzvah", +"bas_relief", +"basal_body_temperature", +"basal_body_temperature_method", +"basal_body_temperature_method_of_family_planning", +"basal_ganglion", +"basal_metabolic_rate", +"basal_metabolism", +"basal_placentation", +"basal_temperature", +"basal_vein", +"basalt", +"bascule", +"base", +"base_hit", +"base_metal", +"base_of_operations", +"base_on_balls", +"base_pair", +"base_rate", +"base_runner", +"baseball", +"baseball_bat", +"baseball_cap", +"baseball_card", +"baseball_clinic", +"baseball_club", +"baseball_coach", +"baseball_diamond", +"baseball_equipment", +"baseball_field", +"baseball_game", +"baseball_glove", +"baseball_league", +"baseball_manager", +"baseball_mitt", +"baseball_play", +"baseball_player", +"baseball_score", +"baseball_season", +"baseball_swing", +"baseball_team", +"baseboard", +"basel", +"baseline", +"basement", +"baseness", +"basenji", +"bash", +"bashfulness", +"basia", +"basic", +"basic_assumption", +"basic_cognitive_process", +"basic_color", +"basic_colour", +"basic_dye", +"basic_english", +"basic_iron", +"basic_point_defense_missile_system", +"basic_principle", +"basic_slag", +"basic_training", +"basics", +"basidiocarp", +"basidiolichen", +"basidiomycete", +"basidiomycetes", +"basidiomycetous_fungi", +"basidiomycota", +"basidiomycotina", +"basidiospore", +"basidium", +"basil", +"basil_balm", +"basil_mint", +"basil_of_caesarea", +"basil_the_great", +"basil_thyme", +"basilar_artery", +"basilar_membrane", +"basileus", +"basilic_vein", +"basilica", +"basilicata", +"basiliscus", +"basilisk", +"basin", +"basinet", +"basinful", +"basis", +"basivertebral_vein", +"basket", +"basket-handle_arch", +"basket_ash", +"basket_fern", +"basket_fish", +"basket_flower", +"basket_hilt", +"basket_maker", +"basket_oak", +"basket_rummy", +"basket_spikemoss", +"basket_star", +"basket_weave", +"basket_willow", +"basketball", +"basketball_backboard", +"basketball_clinic", +"basketball_coach", +"basketball_court", +"basketball_equipment", +"basketball_game", +"basketball_hoop", +"basketball_league", +"basketball_play", +"basketball_player", +"basketball_score", +"basketball_season", +"basketball_shot", +"basketball_team", +"basketeer", +"basketful", +"basketmaker", +"basketry", +"basketweaver", +"basking_shark", +"basle", +"basophil", +"basophile", +"basophilia", +"basotho", +"basque", +"basque_fatherland_and_liberty", +"basque_homeland_and_freedom", +"basra", +"bass", +"bass_clarinet", +"bass_clef", +"bass_drum", +"bass_fiddle", +"bass_guitar", +"bass_horn", +"bass_part", +"bass_viol", +"bass_voice", +"bassariscidae", +"bassariscus", +"bassariscus_astutus", +"bassarisk", +"basse-normandie", +"basset", +"basset_horn", +"basset_hound", +"basset_oboe", +"basseterre", +"bassia", +"bassia_scoparia", +"bassine", +"bassinet", +"bassist", +"basso", +"basso_continuo", +"basso_profundo", +"basso_relievo", +"basso_rilievo", +"bassoon", +"bassoonist", +"basswood", +"bast", +"bast_fiber", +"bastard", +"bastard_feverfew", +"bastard_indigo", +"bastard_lignum_vitae", +"bastard_pennyroyal", +"bastard_pimpernel", +"bastard_ridley", +"bastard_title", +"bastard_toadflax", +"bastard_turtle", +"bastard_wing", +"bastard_yellowwood", +"bastardisation", +"bastardization", +"bastardy", +"bastardy_proceeding", +"baste", +"baster", +"bastille", +"bastille_day", +"bastinado", +"basting", +"basting_stitch", +"bastion", +"bastnaesite", +"bastnasite", +"basuco", +"basuto", +"basutoland", +"bat", +"bat_boy", +"bat_mitzvah", +"bata", +"bataan", +"batch", +"batch_processing", +"bateau_bridge", +"batfish", +"bath", +"bath_asparagus", +"bath_chair", +"bath_linen", +"bath_mat", +"bath_mitzvah", +"bath_oil", +"bath_powder", +"bath_salts", +"bath_soap", +"bath_towel", +"bath_water", +"bathe", +"bather", +"bathhouse", +"bathing", +"bathing_cap", +"bathing_costume", +"bathing_machine", +"bathing_suit", +"bathing_trunks", +"bathing_tub", +"batholite", +"batholith", +"bathometer", +"bathos", +"bathrobe", +"bathroom", +"bathroom_cleaner", +"bathroom_fixture", +"bathroom_tissue", +"bathsheba", +"bathtub", +"bathtub_gin", +"bathyal_district", +"bathyal_zone", +"bathyergidae", +"bathyergus", +"bathymeter", +"bathymetry", +"bathyscape", +"bathyscaph", +"bathyscaphe", +"bathysphere", +"batidaceae", +"batik", +"batis", +"batis_maritima", +"batiste", +"batman", +"batna", +"batoidei", +"batoko_palm", +"baton", +"baton_rouge", +"baton_rouge_bridge", +"baton_twirler", +"batrachia", +"batrachian", +"batrachoididae", +"batrachomyomachia", +"batrachoseps", +"batsman", +"batswana", +"battalion", +"batten", +"batter", +"batter's_box", +"batter_bread", +"battercake", +"battering", +"battering_ram", +"battery", +"battery-acid", +"battery_acid", +"battery_charger", +"batting", +"batting_average", +"batting_cage", +"batting_coach", +"batting_glove", +"batting_helmet", +"batting_order", +"battle", +"battle-ax", +"battle-axe", +"battle_born_state", +"battle_cruiser", +"battle_cry", +"battle_damage", +"battle_dress", +"battle_fatigue", +"battle_flag", +"battle_fleet", +"battle_group", +"battle_line", +"battle_of_atlanta", +"battle_of_austerlitz", +"battle_of_boyne", +"battle_of_britain", +"battle_of_brunanburh", +"battle_of_bull_run", +"battle_of_bunker_hill", +"battle_of_caporetto", +"battle_of_chattanooga", +"battle_of_chickamauga", +"battle_of_cowpens", +"battle_of_crecy", +"battle_of_cunaxa", +"battle_of_cynoscephalae", +"battle_of_el_alamein", +"battle_of_flodden_field", +"battle_of_fontenoy", +"battle_of_fredericksburg", +"battle_of_gettysburg", +"battle_of_granicus_river", +"battle_of_guadalcanal", +"battle_of_hastings", +"battle_of_hohenlinden", +"battle_of_ipsus", +"battle_of_issus", +"battle_of_ivry", +"battle_of_jena", +"battle_of_jutland", +"battle_of_kerbala", +"battle_of_lake_trasimenus", +"battle_of_langside", +"battle_of_lepanto", +"battle_of_leuctra", +"battle_of_little_bighorn", +"battle_of_lule_burgas", +"battle_of_lutzen", +"battle_of_magenta", +"battle_of_maldon", +"battle_of_marathon", +"battle_of_marston_moor", +"battle_of_midway", +"battle_of_minden", +"battle_of_monmouth", +"battle_of_monmouth_court_house", +"battle_of_naseby", +"battle_of_navarino", +"battle_of_omdurman", +"battle_of_panipat", +"battle_of_pharsalus", +"battle_of_philippi", +"battle_of_pittsburgh_landing", +"battle_of_plassey", +"battle_of_plataea", +"battle_of_poitiers", +"battle_of_puebla", +"battle_of_pydna", +"battle_of_ravenna", +"battle_of_rocroi", +"battle_of_rossbach", +"battle_of_saratoga", +"battle_of_sempatch", +"battle_of_shiloh", +"battle_of_soissons-reims", +"battle_of_solferino", +"battle_of_spotsylvania_courthouse", +"battle_of_st_mihiel", +"battle_of_tannenberg", +"battle_of_tertry", +"battle_of_teutoburger_wald", +"battle_of_tewkesbury", +"battle_of_the_aisne", +"battle_of_the_ardennes_bulge", +"battle_of_the_bismarck_sea", +"battle_of_the_bulge", +"battle_of_the_chemin-des-dames", +"battle_of_the_coral_sea", +"battle_of_the_little_bighorn", +"battle_of_the_marne", +"battle_of_the_philippine_sea", +"battle_of_the_somme", +"battle_of_the_spanish_armada", +"battle_of_thermopylae", +"battle_of_trafalgar", +"battle_of_trasimeno", +"battle_of_valmy", +"battle_of_verdun", +"battle_of_wagram", +"battle_of_wake", +"battle_of_wake_island", +"battle_of_waterloo", +"battle_of_wits", +"battle_of_ypres", +"battle_of_zama", +"battle_plan", +"battle_royal", +"battle_sight", +"battledore", +"battledore_and_shuttlecock", +"battlefield", +"battlefront", +"battleground", +"battlement", +"battler", +"battleship", +"battlesight", +"battlewagon", +"battue", +"batwing", +"bauble", +"baud", +"baud_rate", +"baudelaire", +"bauhaus", +"bauhinia", +"bauhinia_monandra", +"bauhinia_variegata", +"baulk", +"baulk-line", +"baulker", +"baum", +"bauxite", +"bavaria", +"bavarian", +"bavarian_blue", +"bavarian_cream", +"bawbee", +"bawd", +"bawdiness", +"bawdry", +"bawdy", +"bawdyhouse", +"bawler", +"bawling", +"bawling_out", +"bay", +"bay-leaved_caper", +"bay-rum_tree", +"bay_grass", +"bay_laurel", +"bay_leaf", +"bay_lynx", +"bay_myrtle", +"bay_of_bengal", +"bay_of_biscay", +"bay_of_campeche", +"bay_of_fundy", +"bay_of_naples", +"bay_of_ob", +"bay_rum", +"bay_scallop", +"bay_state", +"bay_stater", +"bay_tree", +"bay_willow", +"bay_window", +"bay_wreath", +"baya", +"bayard", +"bayat", +"bayberry", +"bayberry_tallow", +"bayberry_wax", +"baycol", +"bayer", +"bayes", +"bayes'_postulate", +"bayes'_theorem", +"baykal", +"bayonet", +"bayonne", +"bayonne_bridge", +"bayou", +"bayrut", +"bayt_lahm", +"bazaar", +"bazar", +"bazooka", +"bb", +"bb_gun", +"bb_shot", +"bbl", +"bbs", +"bd", +"bdellium", +"be", +"be-all_and_end-all", +"be_all_and_end_all", +"beach", +"beach_aster", +"beach_ball", +"beach_buggy", +"beach_chair", +"beach_erosion", +"beach_flea", +"beach_goldenrod", +"beach_grass", +"beach_heather", +"beach_house", +"beach_morning_glory", +"beach_pancake", +"beach_pea", +"beach_plum", +"beach_plum_bush", +"beach_sand_verbena", +"beach_strawberry", +"beach_towel", +"beach_waggon", +"beach_wagon", +"beach_wormwood", +"beachball", +"beachcomber", +"beachfront", +"beachhead", +"beachwear", +"beacon", +"beacon_fire", +"beacon_hill", +"beacon_light", +"bead", +"bead_and_quirk", +"bead_fern", +"bead_tree", +"beaded_lizard", +"beading", +"beading_plane", +"beadle", +"beads", +"beadsman", +"beadwork", +"beagle", +"beagling", +"beak", +"beaked_hazelnut", +"beaked_parsley", +"beaked_salmon", +"beaked_whale", +"beaker", +"beam", +"beam-ends", +"beam_balance", +"beam_of_light", +"beam_scale", +"bean", +"bean-caper_family", +"bean_aphid", +"bean_beetle", +"bean_blight", +"bean_caper", +"bean_counter", +"bean_curd", +"bean_dip", +"bean_plant", +"bean_sprout", +"bean_tostada", +"bean_town", +"bean_tree", +"bean_trefoil", +"bean_weevil", +"beanbag", +"beanball", +"beaner", +"beanfeast", +"beanie", +"beano", +"beanstalk", +"beantown", +"beany", +"bear", +"bear's-paw_fern", +"bear's_breech", +"bear's_breeches", +"bear's_ear", +"bear's_foot", +"bear's_grape", +"bear_cat", +"bear_claw", +"bear_cub", +"bear_grass", +"bear_hug", +"bear_market", +"bear_oak", +"bear_paw", +"bearberry", +"bearberry_willow", +"bearcat", +"beard", +"beard_lichen", +"beard_moss", +"beard_worm", +"bearded_darnel", +"bearded_iris", +"bearded_seal", +"bearded_vulture", +"bearded_wheatgrass", +"beardless_iris", +"bearer", +"bearer_bond", +"bearer_of_the_sword", +"bearing", +"bearing_brass", +"bearing_false_witness", +"bearing_metal", +"bearing_rein", +"bearing_wall", +"bearnaise", +"bearskin", +"bearwood", +"beast", +"beast_of_burden", +"beastliness", +"beat", +"beat_generation", +"beater", +"beatification", +"beating", +"beating-reed_instrument", +"beatitude", +"beatles", +"beatnik", +"beatniks", +"beatrice", +"beatrice_lillie", +"beatrice_webb", +"beats", +"beats_per_minute", +"beau", +"beau_brummell", +"beau_geste", +"beau_ideal", +"beau_monde", +"beaufort_scale", +"beaufort_sea", +"beaugregory", +"beaujolais", +"beaumont", +"beaumontia", +"beaumontia_grandiflora", +"beaut", +"beauteousness", +"beautician", +"beautification", +"beauty", +"beauty_bush", +"beauty_consultant", +"beauty_parlor", +"beauty_parlour", +"beauty_quark", +"beauty_salon", +"beauty_shop", +"beauty_sleep", +"beauty_spot", +"beauty_treatment", +"beauvoir", +"beaux_arts", +"beaver", +"beaver_board", +"beaver_fur", +"beaver_rat", +"beaver_state", +"beaverbrook", +"bebop", +"bechamel", +"bechamel_sauce", +"bechtel_crab", +"bechuana", +"beck", +"becker_muscular_dystrophy", +"becket", +"becket_bend", +"beckett", +"beckley", +"beckman_thermometer", +"becomingness", +"becquerel", +"bed", +"bed-and-breakfast", +"bed-ground", +"bed-wetting", +"bed_and_breakfast", +"bed_bug", +"bed_check", +"bed_clothing", +"bed_cover", +"bed_covering", +"bed_ground", +"bed_jacket", +"bed_linen", +"bed_of_flowers", +"bed_of_roses", +"bed_pillow", +"bed_rest", +"bed_sheet", +"bed_wetter", +"beda", +"bedbug", +"bedchamber", +"bedclothes", +"bedcover", +"bedder", +"bedding", +"bedding_geranium", +"bedding_material", +"bedding_plant", +"bede", +"bedesman", +"bedevilment", +"bedfellow", +"bedford_cord", +"bedframe", +"bedground", +"bedlam", +"bedlamite", +"bedlington_terrier", +"bedloe's_island", +"bedouin", +"bedpan", +"bedpost", +"bedrest", +"bedrich_smetana", +"bedrock", +"bedroll", +"bedroom", +"bedroom_community", +"bedroom_furniture", +"bedroom_set", +"bedroom_suite", +"bedside", +"bedside_manner", +"bedsit", +"bedsitter", +"bedsitting_room", +"bedsore", +"bedspread", +"bedspring", +"bedstead", +"bedstraw", +"bedtime", +"beduin", +"bedwetter", +"bee", +"bee_balm", +"bee_beetle", +"bee_eater", +"bee_fly", +"bee_house", +"bee_killer", +"bee_moth", +"bee_orchid", +"bee_sting", +"beebalm", +"beebread", +"beech", +"beech_family", +"beech_fern", +"beech_marten", +"beech_tree", +"beecher", +"beechnut", +"beechwood", +"beef", +"beef_bourguignonne", +"beef_broth", +"beef_burrito", +"beef_cattle", +"beef_fondue", +"beef_goulash", +"beef_jerky", +"beef_loin", +"beef_man", +"beef_neck", +"beef_patty", +"beef_plant", +"beef_roast", +"beef_stew", +"beef_stock", +"beef_stroganoff", +"beef_tallow", +"beef_tea", +"beef_tenderloin", +"beef_tongue", +"beef_wellington", +"beefalo", +"beefburger", +"beefcake", +"beefeater", +"beefsteak", +"beefsteak_begonia", +"beefsteak_fungus", +"beefsteak_geranium", +"beefsteak_morel", +"beefsteak_plant", +"beefsteak_tomato", +"beefwood", +"beehive", +"beehive_state", +"beekeeper", +"beekeeping", +"beeline", +"beelzebub", +"beep", +"beeper", +"beer", +"beer_barrel", +"beer_bottle", +"beer_can", +"beer_drinker", +"beer_garden", +"beer_glass", +"beer_hall", +"beer_keg", +"beer_maker", +"beer_mat", +"beer_mug", +"beerbohm", +"beeswax", +"beet", +"beet_armyworm", +"beet_blight", +"beet_green", +"beet_sugar", +"beethoven", +"beetle", +"beetleweed", +"beetroot", +"befooling", +"befoulment", +"befuddlement", +"begetter", +"beggar", +"beggar's-ticks", +"beggar's_lice", +"beggar-my-neighbor", +"beggar-my-neighbor_policy", +"beggar-my-neighbor_strategy", +"beggar-my-neighbour", +"beggar-my-neighbour_policy", +"beggar-my-neighbour_strategy", +"beggar-ticks", +"beggar_lice", +"beggarman", +"beggarweed", +"beggarwoman", +"beggary", +"begging", +"begin", +"beginner", +"beginning", +"beginning_rhyme", +"begonia", +"begonia_cheimantha", +"begonia_cocchinea", +"begonia_dregei", +"begonia_erythrophylla", +"begonia_family", +"begonia_feastii", +"begonia_heracleifolia", +"begonia_rex", +"begonia_semperflorens", +"begonia_socotrana", +"begonia_tuberhybrida", +"begoniaceae", +"beguilement", +"beguiler", +"beguine", +"begum", +"behalf", +"behavior", +"behavior_modification", +"behavior_therapy", +"behaviorism", +"behaviorist", +"behavioristic_psychology", +"behaviour", +"behaviourism", +"behaviourist", +"behaviouristic_psychology", +"beheading", +"behemoth", +"behest", +"behind", +"behmen", +"behmenism", +"beholder", +"beholding", +"behrens", +"behring", +"beige", +"beigel", +"beignet", +"beijing", +"beijing_dialect", +"being", +"beingness", +"beira", +"beirut", +"bel", +"bel-merodach", +"bel_and_the_dragon", +"bel_canto", +"bel_esprit", +"bela_bartok", +"bela_ferenc_blasko", +"bela_lugosi", +"belamcanda", +"belamcanda_chinensis", +"belarus", +"belarusian", +"belarusian_monetary_unit", +"belau", +"belay", +"belaying_pin", +"belch", +"belching", +"beldam", +"beldame", +"beleaguering", +"belem", +"belemnite", +"belemnitidae", +"belemnoidea", +"belfast", +"belfry", +"belgian", +"belgian_beef_stew", +"belgian_capital", +"belgian_congo", +"belgian_endive", +"belgian_franc", +"belgian_griffon", +"belgian_hare", +"belgian_sheepdog", +"belgian_shepherd", +"belgian_waffle", +"belgique", +"belgium", +"belgrade", +"belief", +"believability", +"believer", +"believing", +"belisarius", +"belittling", +"belize", +"belize_dollar", +"bell", +"bell-bottoms", +"bell-like_call", +"bell-shaped_curve", +"bell_apple", +"bell_arch", +"bell_book", +"bell_buoy", +"bell_captain", +"bell_cot", +"bell_cote", +"bell_deck", +"bell_founder", +"bell_foundry", +"bell_gable", +"bell_glass", +"bell_heather", +"bell_jar", +"bell_magpie", +"bell_metal", +"bell_morel", +"bell_pepper", +"bell_push", +"bell_ringer", +"bell_ringing", +"bell_seat", +"bell_shape", +"bell_tent", +"bell_toad", +"bell_tower", +"bella_sombra", +"belladonna", +"belladonna_lily", +"belladonna_plant", +"bellarmine", +"bellarmino", +"bellbird", +"bellbottom_pants", +"bellbottom_trousers", +"bellboy", +"belle", +"belle_de_nuit", +"belle_isle_cress", +"belle_miriam_silverman", +"belleau_wood", +"bellerophon", +"belles-lettres", +"belles_lettres", +"bellflower", +"bellflower_family", +"bellhop", +"bellicoseness", +"bellicosity", +"belligerence", +"belligerency", +"belligerent", +"belling", +"bellingham", +"bellini", +"bellis", +"bellis_perennis", +"bellman", +"belloc", +"bellow", +"bellower", +"bellowing", +"bellows", +"bellows_fish", +"bellpull", +"bells_of_ireland", +"bellwether", +"bellwort", +"belly", +"belly_button", +"belly_dance", +"belly_dancer", +"belly_dancing", +"belly_flop", +"belly_flopper", +"belly_laugh", +"belly_whop", +"belly_whopper", +"bellyache", +"bellyacher", +"bellyband", +"bellybutton", +"bellyful", +"belmont", +"belmont_park", +"belmont_stakes", +"belo_horizonte", +"belonging", +"belongings", +"belonidae", +"belorussia", +"belorussian", +"belostomatidae", +"beloved", +"belsen", +"belshazzar", +"belt", +"belt_ammunition", +"belt_bag", +"belt_buckle", +"belt_maker", +"belted_ammunition", +"belted_kingfisher", +"belted_sandfish", +"belting", +"beltway", +"beluga", +"beluga_caviar", +"belvedere", +"bema", +"bemidji", +"bemisia", +"bemisia_tabaci", +"bemusement", +"ben", +"ben_gurion", +"ben_hecht", +"ben_hogan", +"ben_jonson", +"ben_shahn", +"ben_sira", +"benadryl", +"bench", +"bench_clamp", +"bench_hook", +"bench_lathe", +"bench_mark", +"bench_press", +"bench_vise", +"bench_warmer", +"bench_warrant", +"benchley", +"benchmark", +"bend", +"bend_dexter", +"bend_sinister", +"bendability", +"benday_process", +"bender", +"bending", +"bendopa", +"bends", +"bendy_tree", +"benedetto_caetani", +"benedetto_odescalchi", +"benedick", +"benedict", +"benedict_arnold", +"benedict_de_spinoza", +"benedict_xiv", +"benedict_xv", +"benedictine", +"benedictine_order", +"benediction", +"benefaction", +"benefactive_role", +"benefactor", +"benefactress", +"benefice", +"beneficence", +"beneficiary", +"beneficiation", +"benefit", +"benefit_album", +"benefit_concert", +"benefit_of_clergy", +"benelux", +"benet", +"benevolence", +"benford's_law", +"bengal", +"bengal_bean", +"bengal_kino", +"bengal_light", +"bengal_rose", +"bengal_tiger", +"bengali", +"benghal_bean", +"benghazi", +"benign_prostatic_hyperplasia", +"benign_tumor", +"benign_tumour", +"benignancy", +"benignity", +"benin", +"benin_franc", +"beninese", +"benison", +"benito_mussolini", +"benjamin", +"benjamin_britten", +"benjamin_bush", +"benjamin_david_goodman", +"benjamin_disraeli", +"benjamin_franklin", +"benjamin_franklin_bridge", +"benjamin_franklin_norris_jr.", +"benjamin_harris", +"benjamin_harrison", +"benjamin_henry_latrobe", +"benjamin_jonson", +"benjamin_jowett", +"benjamin_kubelsky", +"benjamin_peirce", +"benjamin_ricketson_tucker", +"benjamin_rush", +"benjamin_shahn", +"benjamin_spock", +"benjamin_thompson", +"benjamin_west", +"benne", +"bennet", +"bennett", +"bennettitaceae", +"bennettitales", +"bennettitis", +"benni", +"bennie", +"bennington", +"benniseed", +"benny", +"benny_goodman", +"benny_hill", +"benoit_mandelbrot", +"bent", +"bent-grass", +"bent_grass", +"bent_hang", +"bentham", +"benthic_division", +"benthonic_zone", +"benthos", +"benton", +"bentonite", +"bentwood", +"benvenuto_cellini", +"benweed", +"benzedrine", +"benzene", +"benzene_formula", +"benzene_nucleus", +"benzene_ring", +"benzine", +"benzoate", +"benzoate_of_soda", +"benzocaine", +"benzodiazepine", +"benzofuran", +"benzoic_acid", +"benzoin", +"benzoin_odoriferum", +"benzol", +"benzoquinone", +"benzoyl_group", +"benzoyl_peroxide", +"benzoyl_radical", +"benzyl", +"benzyl_group", +"benzyl_radical", +"benzylpenicillin", +"beograd", +"beowulf", +"bequest", +"berating", +"berber", +"berberidaceae", +"berberis", +"berberis_canadensis", +"berberis_thunbergii", +"berberis_vulgaris", +"berbers", +"berceuse", +"bercy", +"bercy_butter", +"bereaved", +"bereaved_person", +"bereavement", +"beret", +"berg", +"bergall", +"bergamot", +"bergamot_mint", +"bergamot_orange", +"bergen", +"bergenia", +"bergman", +"bergson", +"beria", +"beriberi", +"bering", +"bering_sea", +"bering_standard_time", +"bering_strait", +"bering_time", +"berit", +"berith", +"berk", +"berkeley", +"berkelium", +"berkshire", +"berkshire_hills", +"berkshires", +"berlage", +"berlin", +"berlin_airlift", +"berlin_doughnut", +"berliner", +"berlioz", +"berm", +"bermuda", +"bermuda_buttercup", +"bermuda_cedar", +"bermuda_chub", +"bermuda_dollar", +"bermuda_grass", +"bermuda_lily", +"bermuda_maidenhair", +"bermuda_maidenhair_fern", +"bermuda_onion", +"bermuda_plan", +"bermuda_rig", +"bermuda_shorts", +"bermuda_triangle", +"bermudan", +"bermudan_rig", +"bermudas", +"bermudian", +"bermudian_rig", +"bern", +"berna_eli_oldfield", +"bernard", +"bernard_arthur_owen_williams", +"bernard_baruch", +"bernard_hinault", +"bernard_law_montgomery", +"bernard_malamud", +"bernard_mannes_baruch", +"bernardo_bertolucci", +"bernd_heinrich_wilhelm_von_kleist", +"berne", +"bernese_mountain_dog", +"bernhard_riemann", +"bernhardt", +"bernini", +"bernoulli", +"bernoulli's_law", +"bernoulli_distribution", +"bernstein", +"beroe", +"berra", +"berretta", +"berry", +"berry_fern", +"berserk", +"berserker", +"berteroa", +"berteroa_incana", +"berth", +"bertholletia", +"bertholletia_excelsa", +"bertillon", +"bertillon_system", +"bertolt_brecht", +"bertolucci", +"bertram_brockhouse", +"bertrand_arthur_william_russell", +"bertrand_russell", +"berycomorphi", +"beryl", +"beryllium", +"beryllium_bronze", +"berzelius", +"besieger", +"besieging", +"besom", +"bessel", +"bessemer", +"bessemer_converter", +"bessemer_process", +"bessera", +"bessera_elegans", +"besseya", +"besseya_alpina", +"bessie_smith", +"bessy_cerca", +"best", +"best_and_greatest", +"best_evidence_rule", +"best_friend", +"best_man", +"best_seller", +"bestiality", +"bestiary", +"bestowal", +"bestower", +"bestowment", +"bestseller", +"bet", +"beta", +"beta-adrenergic_blocker", +"beta-adrenergic_blocking_agent", +"beta-adrenergic_receptor", +"beta-adrenoceptor", +"beta-blocking_agent", +"beta-carotene", +"beta-hydroxybutyric_acid", +"beta-interferon", +"beta-lactamase", +"beta-lipoprotein", +"beta-naphthol", +"beta_blocker", +"beta_blocker_eyedrop", +"beta_cell", +"beta_centauri", +"beta_crucis", +"beta_decay", +"beta_endorphin", +"beta_globulin", +"beta_iron", +"beta_orionis", +"beta_particle", +"beta_radiation", +"beta_ray", +"beta_receptor", +"beta_rhythm", +"beta_software", +"beta_test", +"beta_vulgaris", +"beta_vulgaris_cicla", +"beta_vulgaris_rubra", +"beta_vulgaris_vulgaris", +"beta_wave", +"betaine", +"betatron", +"bete_noire", +"betel", +"betel_nut", +"betel_palm", +"betel_pepper", +"betelgeuse", +"beth", +"bethe", +"bethel", +"bethlehem", +"bethlehem-judah", +"bethlehem_ephrathah", +"bethune", +"betise", +"betrayal", +"betrayer", +"betrothal", +"betrothed", +"betsy_griscom_ross", +"betsy_ross", +"bette_davis", +"better", +"better_half", +"betterment", +"betting_odds", +"betting_shop", +"bettong", +"bettongia", +"bettor", +"betty_friedan", +"betty_naomi_friedan", +"betty_naomi_goldstein_friedan", +"betula", +"betula_alleghaniensis", +"betula_cordifolia", +"betula_fontinalis", +"betula_glandulosa", +"betula_lenta", +"betula_leutea", +"betula_neoalaskana", +"betula_nigra", +"betula_papyrifera", +"betula_pendula", +"betula_populifolia", +"betula_pubescens", +"betulaceae", +"betweenbrain", +"beurre_noisette", +"bevatron", +"bevel", +"bevel_gear", +"bevel_square", +"beverage", +"beveridge", +"beverly_hills", +"beverly_sills", +"bevin", +"bevy", +"bewick's_swan", +"bewilderment", +"bewitchery", +"bewitchment", +"bextra", +"bey", +"bezant", +"bezel", +"bezique", +"bezoar_goat", +"bezzant", +"bh", +"bhadon", +"bhadrapada", +"bhaga", +"bhagavad-gita", +"bhagavadgita", +"bhakti", +"bhang", +"bharat", +"bhumi_devi", +"bhutan", +"bhutanese", +"bhutanese_monetary_unit", +"bhutani", +"bi", +"bi-fold_door", +"bialy", +"bialystoker", +"bias", +"biauriculate_heart", +"bib", +"bib-and-tucker", +"bibb_lettuce", +"bible", +"bible-worship", +"bible_belt", +"bible_leaf", +"biblical_aramaic", +"biblical_latin", +"bibliographer", +"bibliography", +"bibliolatry", +"bibliomania", +"bibliophile", +"bibliopole", +"bibliopolist", +"bibliothec", +"bibliotheca", +"bibliotics", +"bibliotist", +"bibos", +"bibos_frontalis", +"bibos_gaurus", +"bicameral_script", +"bicarbonate", +"bicarbonate_of_soda", +"bicentenary", +"bicentennial", +"biceps", +"biceps_brachii", +"biceps_humeri", +"bichloride", +"bichloride_of_mercury", +"bichromate", +"bicker", +"bickering", +"bicolor_lespediza", +"bicorn", +"bicorne", +"bicuspid", +"bicuspid_valve", +"bicycle", +"bicycle-built-for-two", +"bicycle_chain", +"bicycle_clip", +"bicycle_pump", +"bicycle_race", +"bicycle_rack", +"bicycle_seat", +"bicycle_traffic", +"bicycle_wheel", +"bicycler", +"bicycling", +"bicyclist", +"bid", +"bid_price", +"bida", +"bidder", +"bidding", +"bidding_contest", +"biddy", +"bidens", +"bidens_bipinnata", +"bidens_connata", +"bidens_coronata", +"bidens_trichosperma", +"bidens_tripartita", +"bidet", +"biennial", +"bier", +"bierce", +"biff", +"bifocals", +"bifurcation", +"big-bang_theory", +"big-bud_hickory", +"big-cone_douglas_fir", +"big-cone_spruce", +"big-eared_bat", +"big-eyed_scad", +"big-leaf_maple", +"big-toothed_aspen", +"big-tree_plum", +"big_band", +"big_bang", +"big_bang_theory", +"big_bedbug", +"big_ben", +"big_bend", +"big_bend_national_park", +"big_bill_haywood", +"big_bill_tilden", +"big_blue", +"big_board", +"big_brother", +"big_brown_bat", +"big_bucks", +"big_business", +"big_businessman", +"big_cat", +"big_cheese", +"big_deal", +"big_dipper", +"big_enchilada", +"big_fish", +"big_game", +"big_gun", +"big_h", +"big_hand", +"big_league", +"big_leaguer", +"big_marigold", +"big_money", +"big_sagebrush", +"big_science", +"big_shagbark", +"big_shellbark", +"big_shellbark_hickory", +"big_shot", +"big_sioux_river", +"big_sister", +"big_spender", +"big_stick", +"big_sur", +"big_time", +"big_toe", +"big_top", +"big_tree", +"big_wheel", +"bigamist", +"bigamy", +"bigarade", +"bigeye", +"bigeye_scad", +"bigfoot", +"biggin", +"bighead", +"bigheartedness", +"bighorn", +"bighorn_river", +"bighorn_sheep", +"bight", +"bight_of_benin", +"bigness", +"bignonia", +"bignonia_capreolata", +"bignoniaceae", +"bignoniad", +"bigos", +"bigot", +"bigotry", +"bigram", +"bigtooth_aspen", +"bigtoothed_aspen", +"bigwig", +"bihar", +"bihari", +"bijou", +"bijugate_leaf", +"bijugous_leaf", +"bike", +"bikers", +"bikini", +"bikini_pants", +"bilabial", +"bilateral_contract", +"bilateral_descent", +"bilateral_symmetry", +"bilateralism", +"bilaterality", +"bilberry", +"bilby", +"bile", +"bile_acid", +"bile_duct", +"bile_salt", +"bilestone", +"bilge", +"bilge_keel", +"bilge_pump", +"bilge_water", +"bilge_well", +"bilges", +"bilgewater", +"bilharzia", +"bilharziasis", +"biliary_ductule", +"bilimbi", +"bilingual", +"bilingual_dictionary", +"bilingualism", +"bilingualist", +"biliousness", +"bilirubin", +"bill", +"bill-me_order", +"bill_clinton", +"bill_gates", +"bill_haley", +"bill_mauldin", +"bill_of_attainder", +"bill_of_entry", +"bill_of_exchange", +"bill_of_fare", +"bill_of_goods", +"bill_of_health", +"bill_of_indictment", +"bill_of_lading", +"bill_of_particulars", +"bill_of_review", +"bill_of_rights", +"bill_of_sale", +"bill_poster", +"bill_russell", +"bill_sticker", +"billabong", +"billboard", +"billet", +"billet_doux", +"billfish", +"billfold", +"billhook", +"billiard_ball", +"billiard_hall", +"billiard_marker", +"billiard_parlor", +"billiard_parlour", +"billiard_player", +"billiard_room", +"billiard_saloon", +"billiard_table", +"billiards", +"billie_jean_king", +"billie_jean_moffitt_king", +"billie_the_kid", +"billing", +"billings", +"billingsgate", +"billion", +"billion-dollar_grass", +"billionaire", +"billionth", +"billow", +"billy", +"billy-ho", +"billy_buttons", +"billy_club", +"billy_goat", +"billy_graham", +"billy_mitchell", +"billy_sunday", +"billy_wilder", +"billyo", +"billyoh", +"billystick", +"bilocation", +"bilocular_capsule", +"biloxi", +"bilsted", +"biltong", +"bimbo", +"bimester", +"bimetal", +"bimetallic_strip", +"bimetallism", +"bimetallist", +"bimillenary", +"bimillennium", +"bimli", +"bimli_hemp", +"bimonthly", +"bin", +"bin_laden", +"bin_liner", +"binary", +"binary_arithmetic_operation", +"binary_code", +"binary_compound", +"binary_digit", +"binary_file", +"binary_notation", +"binary_number_system", +"binary_numeration_system", +"binary_operation", +"binary_program", +"binary_star", +"binary_system", +"bind", +"binder", +"binder's_board", +"binder_board", +"bindery", +"binding", +"binding_energy", +"bindweed", +"bine", +"binet", +"binet-simon_scale", +"binful", +"bing_cherry", +"bing_crosby", +"binge", +"binge-eating_syndrome", +"binge-purge_syndrome", +"binge-vomit_syndrome", +"binger", +"binghamton", +"bingle", +"bingo", +"binnacle", +"binocular_microscope", +"binocular_vision", +"binoculars", +"binomial", +"binomial_distribution", +"binomial_theorem", +"binturong", +"bio-assay", +"bio_lab", +"bioarm", +"bioassay", +"bioattack", +"biocatalyst", +"biochemical_mechanism", +"biochemist", +"biochemistry", +"biochip", +"bioclimatology", +"biodefence", +"biodefense", +"biodegradable_pollution", +"biodiversity", +"bioelectricity", +"bioengineering", +"bioethics", +"biofeedback", +"bioflavinoid", +"biogenesis", +"biogeny", +"biogeographical_region", +"biogeography", +"biographer", +"biography", +"biohazard", +"biohazard_suit", +"bioko", +"biologic_attack", +"biological_agent", +"biological_attack", +"biological_clock", +"biological_defence", +"biological_defense", +"biological_group", +"biological_process", +"biological_research", +"biological_science", +"biological_terrorism", +"biological_time", +"biological_warfare", +"biological_warfare_defence", +"biological_warfare_defense", +"biological_weapon", +"biologism", +"biologist", +"biology", +"biology_department", +"biology_lab", +"biology_laboratory", +"bioluminescence", +"biomass", +"biome", +"biomedical_cloning", +"biomedical_science", +"biomedicine", +"biometric_authentication", +"biometric_identification", +"biometrics", +"biometry", +"bionic_man", +"bionic_woman", +"bionics", +"bionomics", +"biont", +"biophysicist", +"biophysics", +"biopiracy", +"biopsy", +"bioremediation", +"biosafety", +"biosafety_level", +"biosafety_level_1", +"biosafety_level_2", +"biosafety_level_3", +"biosafety_level_4", +"bioscience", +"bioscope", +"biosphere", +"biostatistics", +"biosynthesis", +"biosystematics", +"biosystematy", +"biota", +"biotech", +"biotechnology", +"bioterrorism", +"biotic_community", +"biotin", +"biotite", +"biotype", +"bioweapon", +"biped", +"bipedalism", +"bipinnate_leaf", +"biplane", +"biplane_flying_fish", +"bipolar_disorder", +"biprism", +"biquadrate", +"biquadratic", +"biquadratic_equation", +"biquadratic_polynomial", +"birch", +"birch_bark", +"birch_beer", +"birch_family", +"birch_leaf_miner", +"birch_oil", +"birch_rod", +"birch_tree", +"birchbark", +"birchbark_canoe", +"bird", +"bird's-eye_bush", +"bird's-eye_maple", +"bird's-foot_fern", +"bird's-foot_violet", +"bird's-nest_fungus", +"bird's_eye", +"bird's_eye_view", +"bird's_foot", +"bird's_foot_clover", +"bird's_foot_trefoil", +"bird's_nest", +"bird's_nest_fern", +"bird-footed_dinosaur", +"bird-on-the-wing", +"bird-scarer", +"bird_cherry", +"bird_cherry_tree", +"bird_dog", +"bird_family", +"bird_fancier", +"bird_feed", +"bird_feeder", +"bird_food", +"bird_genus", +"bird_louse", +"bird_nest", +"bird_of_jove", +"bird_of_juno", +"bird_of_minerva", +"bird_of_night", +"bird_of_paradise", +"bird_of_passage", +"bird_of_prey", +"bird_parker", +"bird_pepper", +"bird_sanctuary", +"bird_shot", +"bird_vetch", +"bird_watcher", +"birdbath", +"birdbrain", +"birdcage", +"birdcage_mask", +"birdcall", +"birder", +"birdfeeder", +"birdhouse", +"birdie", +"birdlime", +"birdnest", +"birdnesting", +"birdseed", +"birdseed_grass", +"birdsong", +"birefringence", +"biretta", +"biriani", +"birling", +"birmingham", +"biro", +"birr", +"birretta", +"birth", +"birth-control_campaigner", +"birth-control_reformer", +"birth_canal", +"birth_certificate", +"birth_control", +"birth_control_device", +"birth_control_pill", +"birth_defect", +"birth_pangs", +"birth_prevention", +"birth_rate", +"birth_trauma", +"birthday", +"birthday_cake", +"birthday_card", +"birthday_gift", +"birthday_party", +"birthday_present", +"birthday_suit", +"birthing", +"birthing_coach", +"birthmark", +"birthplace", +"birthrate", +"birthright", +"birthroot", +"birthwort", +"birthwort_family", +"biryani", +"bisayan", +"bisayas", +"biscayne_bay", +"biscayne_national_park", +"biscuit", +"biscutalla_laevigata", +"biscutella", +"bise", +"bisection", +"biserial_correlation", +"biserial_correlation_coefficient", +"bisexual", +"bisexual_person", +"bisexuality", +"bishkek", +"bishop", +"bishop's_cap", +"bishop's_hat", +"bishop's_pine", +"bishop's_throne", +"bishop_berkeley", +"bishop_of_rome", +"bishop_pine", +"bishop_ulfila", +"bishop_ulfilas", +"bishop_wulfila", +"bishopric", +"bishopry", +"biskek", +"bismarck", +"bismarck_archipelago", +"bismarck_sea", +"bismark", +"bismuth", +"bison", +"bison_bison", +"bison_bonasus", +"bisque", +"bissau", +"bissextile_day", +"bissextile_year", +"bister", +"bistre", +"bistro", +"bit", +"bit_field", +"bit_part", +"bitartrate", +"bitch", +"bitchery", +"bitchiness", +"bite", +"bite_plate", +"biteplate", +"biter", +"bitewing", +"bithynia", +"biting_louse", +"biting_midge", +"bitis", +"bitis_arietans", +"bitis_gabonica", +"bitmap", +"bitok", +"bits_per_inch", +"bits_per_second", +"bitstock", +"bitt", +"bitt_pin", +"bittacidae", +"bitter", +"bitter-bark", +"bitter_almond", +"bitter_almond_oil", +"bitter_aloes", +"bitter_betch", +"bitter_cassava", +"bitter_chocolate", +"bitter_cress", +"bitter_dock", +"bitter_end", +"bitter_floom", +"bitter_hickory", +"bitter_lemon", +"bitter_orange", +"bitter_orange_tree", +"bitter_pea", +"bitter_pecan", +"bitter_pignut", +"bitter_principle", +"bitter_salts", +"bitter_spar", +"bittercress", +"bittern", +"bitterness", +"bitternut", +"bitternut_hickory", +"bitterroot", +"bitters", +"bittersweet", +"bittersweet_chocolate", +"bittersweet_nightshade", +"bitterweed", +"bitterwood", +"bitterwood_tree", +"bitthead", +"bitumastic", +"bitumen", +"bituminous_coal", +"biu-mandara", +"bivalve", +"bivalvia", +"bivouac", +"bivouacking", +"biweekly", +"biz", +"bizarreness", +"bize", +"bizet", +"bja", +"bjs", +"bk", +"blabber", +"blabbermouth", +"blaberus", +"black", +"black-and-tan_coonhound", +"black-and-tan_terrier", +"black-backed_gull", +"black-billed_cuckoo", +"black-body_radiation", +"black-capped_chickadee", +"black-crowned_night_heron", +"black-eyed_pea", +"black-eyed_susan", +"black-eyed_susan_vine", +"black-footed_albatross", +"black-footed_ferret", +"black-fronted_bush_shrike", +"black-headed_snake", +"black-legged_tick", +"black-necked_cobra", +"black-necked_grebe", +"black-necked_stilt", +"black-necked_stork", +"black-stem_spleenwort", +"black-stemmed_spleenwort", +"black-tailed_deer", +"black-winged_stilt", +"black_africa", +"black_african", +"black_american", +"black_and_gold_garden_spider", +"black_and_tan", +"black_and_white", +"black_angus", +"black_apricot", +"black_archangel", +"black_art", +"black_ash", +"black_bamboo", +"black_bass", +"black_bead", +"black_bean", +"black_bear", +"black_bearberry", +"black_bee", +"black_beech", +"black_belt", +"black_bile", +"black_bindweed", +"black_birch", +"black_body", +"black_book", +"black_box", +"black_bread", +"black_bream", +"black_bryony", +"black_buck", +"black_buffalo", +"black_calla", +"black_caraway", +"black_carpet_beetle", +"black_cat", +"black_catechu", +"black_cherry", +"black_cherry_tree", +"black_cock", +"black_cohosh", +"black_comedy", +"black_cottonwood", +"black_crappie", +"black_currant", +"black_cypress_pine", +"black_death", +"black_diamond", +"black_disease", +"black_duck", +"black_economy", +"black_elder", +"black_elderberry", +"black_english", +"black_english_vernacular", +"black_eye", +"black_felt_cup", +"black_flag", +"black_fly", +"black_forest", +"black_fox", +"black_friar", +"black_fritillary", +"black_grama", +"black_greasewood", +"black_grouse", +"black_guillemot", +"black_gum", +"black_hand", +"black_haw", +"black_hawk", +"black_hellebore", +"black_hemlock", +"black_henbane", +"black_hickory", +"black_hills", +"black_hole", +"black_hole_of_calcutta", +"black_hollander", +"black_horehound", +"black_huckleberry", +"black_humor", +"black_humour", +"black_ice", +"black_jack_pershing", +"black_kite", +"black_knapweed", +"black_knot", +"black_larch", +"black_lead", +"black_letter", +"black_locust", +"black_lotion", +"black_lovage", +"black_lung", +"black_lung_disease", +"black_magic", +"black_maire", +"black_mallee", +"black_mamba", +"black_man", +"black_mangrove", +"black_margate", +"black_maria", +"black_market", +"black_marketeer", +"black_marlin", +"black_medick", +"black_morel", +"black_moss", +"black_mulberry", +"black_music", +"black_muslim", +"black_mustard", +"black_nightshade", +"black_oak", +"black_olive", +"black_opal", +"black_operation", +"black_panther", +"black_panthers", +"black_pea", +"black_pepper", +"black_person", +"black_pine", +"black_plague", +"black_poplar", +"black_prince", +"black_pudding", +"black_race", +"black_racer", +"black_raspberry", +"black_rat", +"black_rat_snake", +"black_rhinoceros", +"black_rock_desert", +"black_rockweed", +"black_root_rot_fungus", +"black_rot", +"black_rudderfish", +"black_sage", +"black_sally", +"black_salsify", +"black_saltwort", +"black_sea", +"black_sea_bass", +"black_september", +"black_september_movement", +"black_sheep", +"black_snakeroot", +"black_spleenwort", +"black_spot", +"black_spruce", +"black_squirrel", +"black_stork", +"black_sumac", +"black_swan", +"black_tai", +"black_tea", +"black_tie", +"black_tongue", +"black_tree_fern", +"black_turnstone", +"black_vernacular", +"black_vernacular_english", +"black_vomit", +"black_vulture", +"black_walnut", +"black_walnut_tree", +"black_wattle", +"black_weevil", +"black_whale", +"black_widow", +"black_willow", +"black_woman", +"blackamoor", +"blackback_flounder", +"blackball", +"blackbeard", +"blackbeetle", +"blackberry", +"blackberry-lily", +"blackberry_bush", +"blackbird", +"blackboard", +"blackboard_eraser", +"blackbody", +"blackbody_radiation", +"blackbuck", +"blackburn", +"blackburnian_warbler", +"blackcap", +"blackcap_raspberry", +"blackcock", +"blackdamp", +"blackening", +"blackface", +"blackfish", +"blackfly", +"blackfoot", +"blackfoot_daisy", +"blackfriar", +"blackguard", +"blackhead", +"blackheart", +"blackheart_cherry", +"blacking", +"blackjack", +"blackjack_oak", +"blackleg", +"blacklist", +"blackmail", +"blackmailer", +"blackmouth_bass", +"blackness", +"blackout", +"blackpoll", +"blackpool", +"blacksburg", +"blackseed", +"blackshirt", +"blacksmith", +"blacksnake", +"blacktail", +"blacktail_deer", +"blacktail_jackrabbit", +"blacktail_prairie_dog", +"blackthorn", +"blacktip_shark", +"blacktop", +"blacktopping", +"blackwall_hitch", +"blackwash", +"blackwater", +"blackwater_fever", +"blackwood", +"blackwood_tree", +"bladder", +"bladder_campion", +"bladder_cherry", +"bladder_disorder", +"bladder_fern", +"bladder_fucus", +"bladder_ketmia", +"bladder_senna", +"bladder_sphincter", +"bladder_stone", +"bladder_worm", +"bladdernose", +"bladdernut_family", +"bladderpod", +"bladderwort", +"bladderwort_family", +"bladderwrack", +"blade", +"blade_apple", +"blade_bit", +"blade_roast", +"blaeberry", +"blah", +"blahs", +"blaia_zimondal", +"blain", +"blair", +"blaise_pascal", +"blake", +"blame", +"blame_game", +"blamelessness", +"blameworthiness", +"blanc", +"blanc_fixe", +"blanching_agent", +"blancmange", +"bland_diet", +"blandfordia", +"blandishment", +"blandness", +"blank", +"blank_check", +"blank_cheque", +"blank_endorsement", +"blank_shell", +"blank_space", +"blank_verse", +"blanket", +"blanket_flower", +"blanket_stitch", +"blankness", +"blanquillo", +"blantyre", +"blare", +"blarina", +"blarina_brevicauda", +"blaring", +"blarney", +"blarney_stone", +"blasphemer", +"blasphemy", +"blast", +"blast_furnace", +"blast_trauma", +"blast_wave", +"blastema", +"blaster", +"blasting_cap", +"blasting_gelatin", +"blastocele", +"blastocladia", +"blastocladiales", +"blastocoel", +"blastocoele", +"blastocyst", +"blastocyte", +"blastocytoma", +"blastoderm", +"blastodermic_vessicle", +"blastodiaceae", +"blastodisc", +"blastoff", +"blastogenesis", +"blastoma", +"blastomere", +"blastomyces", +"blastomycete", +"blastomycosis", +"blastopore", +"blastosphere", +"blastula", +"blatancy", +"blather", +"blatherskite", +"blatta", +"blatta_orientalis", +"blattaria", +"blattella", +"blattella_germanica", +"blattidae", +"blattodea", +"blaxploitation", +"blaze", +"blazer", +"blazing", +"blazing_star", +"blazon", +"blazonry", +"bleach", +"bleach_liquor", +"bleacher", +"bleachers", +"bleaching_agent", +"bleaching_clay", +"bleaching_earth", +"bleaching_powder", +"bleakness", +"bleat", +"bleb", +"blechnaceae", +"blechnum", +"blechnum_spicant", +"bleeder", +"bleeder's_disease", +"bleeding", +"bleeding_heart", +"bleeding_tooth", +"bleep", +"blemish", +"blend", +"blende", +"blended_whiskey", +"blended_whisky", +"blender", +"blending", +"blenheim", +"blenheim_spaniel", +"blenniidae", +"blennioid", +"blennioid_fish", +"blennioidea", +"blennius", +"blennius_pholis", +"blenny", +"blepharism", +"blepharitis", +"blepharospasm", +"blephilia", +"blephilia_celiata", +"blephilia_hirsuta", +"bleriot", +"blessed_event", +"blessed_thistle", +"blessed_trinity", +"blessed_virgin", +"blessedness", +"blessing", +"blether", +"bletia", +"bletia_striata", +"bletilla", +"bletilla_striata", +"bleu", +"bleu_cheese_dressing", +"blewits", +"blida", +"bligh", +"blighia", +"blighia_sapida", +"blight", +"blight_canker", +"blighter", +"blighty", +"blighty_wound", +"blimp", +"blind", +"blind_alley", +"blind_bend", +"blind_corner", +"blind_curve", +"blind_date", +"blind_eel", +"blind_flying", +"blind_gentian", +"blind_gut", +"blind_landing", +"blind_person", +"blind_side", +"blind_snake", +"blind_spot", +"blind_staggers", +"blind_stitching", +"blind_trust", +"blinder", +"blindfold", +"blindman's_bluff", +"blindman's_buff", +"blindness", +"blindworm", +"bling", +"bling_bling", +"blini", +"blink", +"blink_of_an_eye", +"blinker", +"blinking", +"blinking_chickweed", +"blinks", +"blintz", +"blintze", +"bliny", +"blip", +"bliss", +"blissfulness", +"blissus", +"blissus_leucopterus", +"blister", +"blister_beetle", +"blister_blight", +"blister_copper", +"blister_pack", +"blister_rust", +"blistering", +"blistering_agent", +"blitheness", +"blitt", +"blitz", +"blitzkrieg", +"blitzstein", +"blixen", +"blizzard", +"bloat", +"bloater", +"blob", +"bloc", +"blocadren", +"bloch", +"block", +"block_anaesthesia", +"block_and_tackle", +"block_anesthesia", +"block_capital", +"block_diagram", +"block_grant", +"block_letter", +"block_of_metal", +"block_plane", +"block_vote", +"blockade", +"blockade-runner", +"blockage", +"blockbuster", +"blocker", +"blockhead", +"blockhouse", +"blocking", +"blocking_agent", +"bloemfontein", +"blog", +"blogger", +"blok", +"bloke", +"blolly", +"blond", +"blonde", +"blonde_lilian", +"blondness", +"blood", +"blood-brain_barrier", +"blood-oxygenation_level_dependent_functional_magnetic_resonance_imaging", +"blood-twig", +"blood_agar", +"blood_bank", +"blood_berry", +"blood_blister", +"blood_brother", +"blood_brotherhood", +"blood_cell", +"blood_clam", +"blood_clot", +"blood_clotting", +"blood_coagulation", +"blood_corpuscle", +"blood_count", +"blood_cup", +"blood_cyst", +"blood_disease", +"blood_disorder", +"blood_donor", +"blood_dyscrasia", +"blood_extravasation", +"blood_feud", +"blood_flower", +"blood_fluke", +"blood_glucose", +"blood_group", +"blood_heat", +"blood_kinship", +"blood_knot", +"blood_lily", +"blood_line", +"blood_meal", +"blood_money", +"blood_plasma", +"blood_platelet", +"blood_poisoning", +"blood_pressure", +"blood_profile", +"blood_pudding", +"blood_relation", +"blood_relative", +"blood_sausage", +"blood_serum", +"blood_spavin", +"blood_sport", +"blood_stream", +"blood_sugar", +"blood_test", +"blood_transfusion", +"blood_type", +"blood_typing", +"blood_vessel", +"bloodbath", +"bloodberry", +"bloodguilt", +"bloodhound", +"bloodiness", +"bloodleaf", +"bloodless_revolution", +"bloodletting", +"bloodline", +"bloodlust", +"bloodmobile", +"bloodroot", +"bloodshed", +"bloodstain", +"bloodstock", +"bloodstone", +"bloodstream", +"bloodsucker", +"bloodthirstiness", +"bloodwood_tree", +"bloodworm", +"bloodwort", +"bloodwort_family", +"bloody_mary", +"bloody_shame", +"bloom", +"bloom_of_youth", +"bloomer", +"bloomeria", +"bloomeria_crocea", +"bloomers", +"bloomfield", +"blooming", +"blooming-fool_begonia", +"bloomington", +"bloomsbury", +"bloomsbury_group", +"blooper", +"blossom", +"blossoming", +"blot", +"blotch", +"blotter", +"blotting_paper", +"blouse", +"blow", +"blow_drier", +"blow_dryer", +"blow_fly", +"blow_gas", +"blow_tube", +"blowback", +"blowball", +"blower", +"blowfish", +"blowfly", +"blowgun", +"blowhard", +"blowhole", +"blowing", +"blowing_gas", +"blowing_up", +"blowjob", +"blowlamp", +"blowout", +"blowpipe", +"blowtorch", +"blowtube", +"blowup", +"blt", +"blu-82", +"blubber", +"blubberer", +"blucher", +"bludgeon", +"bludgeoner", +"blue", +"blue-belly", +"blue-blindness", +"blue-chip_stock", +"blue-eyed_african_daisy", +"blue-eyed_grass", +"blue-eyed_mary", +"blue-green_algae", +"blue-headed_vireo", +"blue-winged_teal", +"blue_african_lily", +"blue_air", +"blue_angel", +"blue_ash", +"blue_baby", +"blue_blood", +"blue_book", +"blue_bugle", +"blue_bull", +"blue_cardinal_flower", +"blue_cat", +"blue_catfish", +"blue_channel_cat", +"blue_channel_catfish", +"blue_cheese", +"blue_cheese_dressing", +"blue_chip", +"blue_cohosh", +"blue_columbine", +"blue_copperas", +"blue_crab", +"blue_curls", +"blue_daisy", +"blue_darter", +"blue_devil", +"blue_devils", +"blue_elder", +"blue_elderberry", +"blue_false_indigo", +"blue_fig", +"blue_flag", +"blue_fleabane", +"blue_fox", +"blue_funk", +"blue_goose", +"blue_grama", +"blue_grass", +"blue_green", +"blue_gum", +"blue_jack", +"blue_jasmine", +"blue_jay", +"blue_jean", +"blue_jessamine", +"blue_jet", +"blue_joke", +"blue_law", +"blue_lotus", +"blue_mahoe", +"blue_marguerite", +"blue_marlin", +"blue_mockingbird", +"blue_mold_fungus", +"blue_moon", +"blue_mountain_tea", +"blue_murder", +"blue_nile", +"blue_note", +"blue_orchid", +"blue_pea", +"blue_peafowl", +"blue_peter", +"blue_pickerel", +"blue_pike", +"blue_pikeperch", +"blue_pimpernel", +"blue_point", +"blue_point_siamese", +"blue_pointed", +"blue_poppy", +"blue_racer", +"blue_ribbon", +"blue_ribbon_commission", +"blue_ribbon_committee", +"blue_ribbon_jury", +"blue_ridge", +"blue_ridge_mountains", +"blue_runner", +"blue_sage", +"blue_shark", +"blue_skullcap", +"blue_sky", +"blue_sky_law", +"blue_star", +"blue_stem", +"blue_stone", +"blue_story", +"blue_succory", +"blue_thistle", +"blue_tit", +"blue_toadflax", +"blue_tulip", +"blue_vitriol", +"blue_wall", +"blue_wall_of_silence", +"blue_walleye", +"blue_whale", +"blueback_salmon", +"bluebeard", +"bluebell", +"blueberry", +"blueberry_bush", +"blueberry_pie", +"blueberry_root", +"blueberry_yogurt", +"bluebill", +"bluebird", +"bluebonnet", +"bluebottle", +"bluecoat", +"bluefin", +"bluefin_tuna", +"bluefish", +"bluegill", +"bluegrass", +"bluegrass_country", +"bluegrass_region", +"bluegrass_state", +"bluegrass_stater", +"bluehead", +"blueing", +"bluejack_oak", +"bluejacket", +"blueness", +"bluenose", +"bluepoint", +"blueprint", +"blueprint_paper", +"blues", +"bluestem", +"bluestem_wheatgrass", +"bluestocking", +"bluestone", +"bluethroat", +"bluethroat_pikeblenny", +"bluetick", +"bluetongue", +"blueweed", +"bluewing", +"bluff", +"bluffer", +"bluffness", +"bluing", +"bluish_green", +"blunder", +"blunderbuss", +"blunderer", +"blunt-leaf_heath", +"blunt_file", +"blunt_trauma", +"bluntness", +"blur", +"blurb", +"blurriness", +"blush", +"blush_wine", +"blusher", +"blushing_mushroom", +"bluster", +"blusterer", +"bm", +"bmdo", +"bmi", +"bmr", +"bmus", +"bns", +"bo's'n", +"bo'sun", +"bo_hai", +"bo_tree", +"boa", +"boa_constrictor", +"boann", +"boar", +"boar_thistle", +"board", +"board_foot", +"board_game", +"board_measure", +"board_meeting", +"board_member", +"board_of_appeals", +"board_of_directors", +"board_of_education", +"board_of_regents", +"board_of_selectmen", +"board_of_trade_unit", +"board_of_trustees", +"board_rule", +"boarder", +"boarding", +"boarding_card", +"boarding_house", +"boarding_pass", +"boarding_school", +"boardinghouse", +"boardroom", +"boards", +"boardwalk", +"boarfish", +"boarhound", +"boast", +"boaster", +"boastfulness", +"boasting", +"boat", +"boat-billed_heron", +"boat_bug", +"boat_club", +"boat_deck", +"boat_hook", +"boat_paddle", +"boat_race", +"boat_racing", +"boat_train", +"boat_whistle", +"boatbill", +"boatbuilder", +"boater", +"boathouse", +"boating", +"boatload", +"boatman", +"boatmanship", +"boatswain", +"boatswain's_chair", +"boatswain_bird", +"boatyard", +"bob", +"bob_dylan", +"bob_hope", +"bob_marley", +"bob_mathias", +"bob_woodward", +"bobber", +"bobbin", +"bobbin_lace", +"bobble", +"bobby", +"bobby-socker", +"bobby_fischer", +"bobby_jones", +"bobby_orr", +"bobby_pin", +"bobbysock", +"bobbysocks", +"bobbysoxer", +"bobcat", +"bobfloat", +"bobolink", +"bobsled", +"bobsledding", +"bobsleigh", +"bobtail", +"bobwhite", +"bobwhite_quail", +"boccaccio", +"bocce", +"bocce_ball", +"bocci", +"bocci_ball", +"boccie", +"boccie_ball", +"bocconia", +"bocconia_frutescens", +"boche", +"bock", +"bock_beer", +"bod", +"boddhisatva", +"bodega", +"bodensee", +"bodhisattva", +"bodice", +"bodice_ripper", +"bodily_cavity", +"bodily_fluid", +"bodily_function", +"bodily_process", +"bodily_property", +"bodily_structure", +"boding", +"bodkin", +"bodo-garo", +"bodoni", +"bodoni_font", +"body", +"body-build", +"body_armor", +"body_armour", +"body_bag", +"body_count", +"body_covering", +"body_english", +"body_fluid", +"body_hair", +"body_language", +"body_length", +"body_lotion", +"body_louse", +"body_mass_index", +"body_odor", +"body_odour", +"body_of_water", +"body_of_work", +"body_pad", +"body_part", +"body_plethysmograph", +"body_politic", +"body_process", +"body_servant", +"body_snatcher", +"body_stocking", +"body_structure", +"body_substance", +"body_suit", +"body_temperature", +"body_type", +"body_waste", +"body_weight", +"bodybuilder", +"bodybuilding", +"bodyguard", +"bodywork", +"boehm", +"boehme", +"boehmenism", +"boehmeria", +"boehmeria_nivea", +"boell", +"boeotia", +"boer", +"boer_war", +"boethius", +"boeuf", +"boeuf_bourguignonne", +"boeuf_fondu_bourguignon", +"boffin", +"bofors_gun", +"bog", +"bog_asphodel", +"bog_aster", +"bog_bilberry", +"bog_candles", +"bog_hemp", +"bog_kalmia", +"bog_laurel", +"bog_moss", +"bog_myrtle", +"bog_pimpernel", +"bog_plant", +"bog_rein_orchid", +"bog_rhubarb", +"bog_rose", +"bog_rosemary", +"bog_soil", +"bog_spavin", +"bog_star", +"bog_whortleberry", +"bogart", +"bogbean", +"bogey", +"bogeyman", +"bogie", +"bogmat", +"bogota", +"bogy", +"bohemia", +"bohemian", +"bohemian_waxwing", +"bohemianism", +"bohme", +"bohr", +"bohr_theory", +"bohrium", +"boidae", +"boil", +"boil_smut", +"boiled_dinner", +"boiled_egg", +"boiler", +"boilerplate", +"boilers_suit", +"boilersuit", +"boiling", +"boiling_point", +"boiling_water_reactor", +"boise", +"boisterousness", +"bok_choi", +"bok_choy", +"bokkos", +"bokmaal", +"bokmal", +"bola", +"bola_tie", +"bolanci", +"bolbitis", +"bold", +"bold_face", +"bold_fmri", +"boldface", +"boldness", +"bole", +"bolero", +"boletaceae", +"bolete", +"boletellus", +"boletellus_russellii", +"boletus", +"boletus_chrysenteron", +"boletus_edulis", +"boletus_frostii", +"boletus_luridus", +"boletus_mirabilis", +"boletus_pallidus", +"boletus_pulcherrimus", +"boletus_pulverulentus", +"boletus_roxanae", +"boletus_subvelutipes", +"boletus_variipes", +"boletus_zelleri", +"boleyn", +"bolide", +"bolingbroke", +"bolivar", +"bolivia", +"bolivian", +"bolivian_monetary_unit", +"boliviano", +"boll", +"boll_weevil", +"bollard", +"bollock", +"bollworm", +"bollywood", +"bolo", +"bolo_knife", +"bolo_tie", +"bologna", +"bologna_sausage", +"bolognese_pasta_sauce", +"bologram", +"bolograph", +"bolometer", +"boloney", +"bolshevik", +"bolshevism", +"bolshevist", +"bolshie", +"bolshy", +"bolster", +"bolt", +"bolt-hole", +"bolt_cutter", +"bolt_of_lightning", +"bolti", +"boltonia", +"boltzmann", +"boltzmann's_constant", +"boltzmann_distribution_law", +"bolus", +"bolzano", +"bomarea", +"bomarea_edulis", +"bomarea_salsilla", +"bomb", +"bomb_blast", +"bomb_calorimeter", +"bomb_rack", +"bomb_shelter", +"bomb_site", +"bombacaceae", +"bombard", +"bombardier", +"bombardier_beetle", +"bombardment", +"bombardon", +"bombast", +"bombax", +"bombax_ceiba", +"bombax_malabarica", +"bombay", +"bombay_ceiba", +"bombay_hemp", +"bombazine", +"bomber", +"bomber_aircrew", +"bomber_crew", +"bomber_harris", +"bomber_jacket", +"bombie", +"bombilation", +"bombina", +"bombina_bombina", +"bombination", +"bombing", +"bombing_run", +"bomblet", +"bombproof", +"bombshell", +"bombsight", +"bombus", +"bombycid", +"bombycid_moth", +"bombycidae", +"bombycilla", +"bombycilla_cedrorun", +"bombycilla_garrulus", +"bombycillidae", +"bombyliidae", +"bombyx", +"bombyx_mori", +"bon_mot", +"bon_ton", +"bon_vivant", +"bon_voyage", +"bonaire", +"bonanza", +"bonaparte", +"bonasa", +"bonasa_umbellus", +"bonavist", +"bonbon", +"bonce", +"bond", +"bond-trading_activity", +"bond_certificate", +"bond_issue", +"bond_paper", +"bond_rating", +"bond_servant", +"bond_trading", +"bondage", +"bonded_labor", +"bondholder", +"bonding", +"bondmaid", +"bondman", +"bondsman", +"bondswoman", +"bonduc", +"bonduc_nut", +"bonduc_tree", +"bondwoman", +"bone", +"bone-ash_cup", +"bone-forming_cell", +"bone-headed_dinosaur", +"bone_age", +"bone_ash", +"bone_black", +"bone_cell", +"bone_char", +"bone_china", +"bone_fat", +"bone_marrow", +"bone_of_contention", +"bone_oil", +"bone_spavin", +"bonefish", +"bonehead", +"bonelet", +"bonemeal", +"boner", +"bones", +"boneset", +"bonesetter", +"boneshaker", +"bonete", +"bonfire", +"bonfire_night", +"bong", +"bongo", +"bongo_drum", +"bonheur", +"bonhoeffer", +"bonhomie", +"boniface", +"boniface_viii", +"boniness", +"bonito", +"bonito_shark", +"bonn", +"bonnet", +"bonnet_macaque", +"bonnet_monkey", +"bonnet_shark", +"bonnethead", +"bonney", +"bonobo", +"bonsai", +"bontemps", +"bonus", +"bonxie", +"bony_fish", +"bony_labyrinth", +"bonyness", +"boo", +"boo-boo", +"boob", +"boob_tube", +"booboisie", +"booby", +"booby_hatch", +"booby_prize", +"booby_trap", +"boocercus_eurycerus", +"boodle", +"booger", +"boogeyman", +"boogie", +"boogie-woogie", +"boojum_tree", +"book", +"book_agent", +"book_bag", +"book_binding", +"book_fair", +"book_jacket", +"book_louse", +"book_lover", +"book_lung", +"book_matches", +"book_of_account", +"book_of_amos", +"book_of_baruch", +"book_of_common_prayer", +"book_of_daniel", +"book_of_deuteronomy", +"book_of_ecclesiastes", +"book_of_esther", +"book_of_exodus", +"book_of_ezekiel", +"book_of_ezra", +"book_of_facts", +"book_of_genesis", +"book_of_habakkuk", +"book_of_haggai", +"book_of_hosea", +"book_of_instructions", +"book_of_isaiah", +"book_of_jeremiah", +"book_of_job", +"book_of_joel", +"book_of_jonah", +"book_of_joshua", +"book_of_judges", +"book_of_judith", +"book_of_knowledge", +"book_of_lamentations", +"book_of_leviticus", +"book_of_malachi", +"book_of_maps", +"book_of_micah", +"book_of_mormon", +"book_of_nahum", +"book_of_nehemiah", +"book_of_numbers", +"book_of_obadiah", +"book_of_proverbs", +"book_of_psalms", +"book_of_revelation", +"book_of_ruth", +"book_of_susanna", +"book_of_the_prophet_daniel", +"book_of_tobit", +"book_of_zachariah", +"book_of_zephaniah", +"book_review", +"book_scorpion", +"book_seller", +"book_token", +"book_value", +"bookbinder", +"bookbindery", +"bookbinding", +"bookcase", +"bookclub", +"bookdealer", +"bookend", +"booker", +"booker_t._washington", +"booker_taliaferro_washington", +"bookfair", +"bookie", +"booking", +"booking_agent", +"booking_clerk", +"bookishness", +"bookkeeper", +"bookkeeping", +"booklet", +"booklouse", +"booklover", +"bookmaker", +"bookman", +"bookmark", +"bookmarker", +"bookmobile", +"bookplate", +"bookseller", +"bookshelf", +"bookshop", +"bookstall", +"bookstore", +"bookworm", +"boole", +"boolean_algebra", +"boolean_logic", +"boolean_operation", +"boom", +"boom_box", +"boom_town", +"boomer", +"boomerang", +"boon", +"boondocks", +"boondoggle", +"boone", +"boor", +"boorishness", +"boost", +"booster", +"booster_amplifier", +"booster_cable", +"booster_dose", +"booster_rocket", +"booster_shot", +"booster_station", +"booster_unit", +"boot", +"boot_camp", +"boot_maker", +"boot_sale", +"bootblack", +"bootboys", +"booted_armillaria", +"bootee", +"bootes", +"booth", +"boothose", +"bootie", +"bootjack", +"bootlace", +"bootleg", +"bootlegger", +"bootlegging", +"bootlicker", +"bootmaker", +"bootstrap", +"boott's_goldenrod", +"booty", +"booyong", +"booze", +"booze-up", +"boozer", +"boozing", +"bop", +"bopeep", +"boracic_acid", +"borage", +"borage_family", +"boraginaceae", +"borago", +"borago_officinalis", +"borassus", +"borassus_flabellifer", +"borate", +"borax", +"bordeaux", +"bordeaux_mixture", +"bordeaux_wine", +"bordelaise", +"bordello", +"border", +"border_collie", +"border_district", +"border_patrol", +"border_patrolman", +"border_terrier", +"borderer", +"borderland", +"borderline", +"borderline_intelligence", +"borderline_schizophrenia", +"bore", +"bore-hole", +"bore_bit", +"boreas", +"borecole", +"boredom", +"borer", +"borges", +"borgia", +"boric_acid", +"boring", +"boringness", +"boris_fyodorovich_godunov", +"boris_godunov", +"boris_karloff", +"boris_leonidovich_pasternak", +"boris_pasternak", +"boris_spassky", +"boris_vasilevich_spassky", +"born", +"born-again_christian", +"bornean", +"borneo", +"bornholm_disease", +"bornite", +"borodin", +"borodino", +"boron", +"boron_chamber", +"boron_counter_tube", +"boron_trifluoride", +"borosilicate", +"borough", +"borough_english", +"borrelia", +"borrelia_burgdorferi", +"borrow_pit", +"borrower", +"borrower's_card", +"borrowing", +"borrowing_cost", +"borsch", +"borscht", +"borscht_belt", +"borscht_circuit", +"borsh", +"borshch", +"borsht", +"borsht_belt", +"borsht_circuit", +"borstal", +"bortsch", +"borzoi", +"bos", +"bos'n", +"bos_banteng", +"bos_grunniens", +"bos_indicus", +"bos_primigenius", +"bos_taurus", +"bosc", +"bosch", +"bose", +"bose-einstein_statistics", +"boselaphus", +"boselaphus_tragocamelus", +"bosh", +"bosie", +"bosie_ball", +"bosin's_disease", +"bosk", +"boskop_man", +"bosna_i_hercegovina", +"bosnia", +"bosnia-herzegovina", +"bosnia_and_herzegovina", +"bosom", +"bosom_of_abraham", +"boson", +"bosporus", +"bosporus_bridge", +"boss", +"bossism", +"boston", +"boston_baked_beans", +"boston_brown_bread", +"boston_bull", +"boston_cream_pie", +"boston_fern", +"boston_harbor", +"boston_ivy", +"boston_lettuce", +"boston_rocker", +"boston_tea_party", +"boston_terrier", +"bostonian", +"bosun", +"bosun's_chair", +"boswell", +"boswellia", +"boswellia_carteri", +"boswellia_serrata", +"bosworth_field", +"bot", +"bota", +"botanical", +"botanical_garden", +"botanical_medicine", +"botanist", +"botany", +"botany_bay_fig", +"botaurus", +"botaurus_lentiginosus", +"botaurus_stellaris", +"botch", +"botcher", +"botfly", +"bother", +"botheration", +"bothidae", +"bothrops", +"bothrops_atrops", +"botox", +"botrychium", +"botrychium_lunaria", +"botrychium_matricariifolium", +"botrychium_multifidum", +"botrychium_virginianum", +"botswana", +"botswana_monetary_unit", +"botticelli", +"bottle", +"bottle-grass", +"bottle-nosed_dolphin", +"bottle-nosed_whale", +"bottle-tree", +"bottle_bank", +"bottle_bill", +"bottle_collection", +"bottle_cork", +"bottle_gentian", +"bottle_gourd", +"bottle_grass", +"bottle_green", +"bottle_opener", +"bottle_screw", +"bottle_tree", +"bottlebrush", +"bottlebrush_buckeye", +"bottlecap", +"bottled_gas", +"bottled_water", +"bottleful", +"bottleneck", +"bottlenose", +"bottlenose_dolphin", +"bottlenose_whale", +"bottler", +"bottling_plant", +"bottom", +"bottom-dweller", +"bottom-feeder", +"bottom_dog", +"bottom_feeder", +"bottom_fermentation", +"bottom_fermenting_yeast", +"bottom_fish", +"bottom_line", +"bottom_lurkers", +"bottom_of_the_inning", +"bottom_quark", +"bottom_rot", +"bottom_rot_fungus", +"bottom_round", +"bottomland", +"bottomlessness", +"botulin", +"botulinum", +"botulinum_toxin", +"botulinum_toxin_a", +"botulinus", +"botulinus_toxin", +"botulism", +"botulismotoxin", +"bouchee", +"boucle", +"boudoir", +"bouffant", +"bouffe", +"bougainvillaea", +"bougainville", +"bougainville_trench", +"bougainvillea", +"bougainvillea_glabra", +"bough", +"bouillabaisse", +"bouillon", +"bouillon_cube", +"boulder", +"boulder_clay", +"boulder_fern", +"boule", +"boulevard", +"boulevardier", +"boulez", +"boulle", +"bounce", +"bouncer", +"bounciness", +"bouncing", +"bouncing_bess", +"bouncing_bet", +"bouncing_betty", +"bouncing_putty", +"bound", +"bound_form", +"bound_morpheme", +"boundary", +"boundary_condition", +"boundary_layer", +"boundary_line", +"bounded_interval", +"boundedness", +"bounder", +"boundlessness", +"bounds", +"bounteousness", +"bountifulness", +"bounty", +"bounty_hunter", +"bouquet", +"bourbon", +"bourbon_dynasty", +"bourdon", +"bourgeois", +"bourgeoisie", +"bourgogne", +"bourguignon", +"bourguignon_sauce", +"bourn", +"bourne", +"bourse", +"bourtree", +"boustrophedon", +"bout", +"bouteloua", +"bouteloua_eriopoda", +"bouteloua_gracilis", +"boutique", +"boutonneuse_fever", +"boutonniere", +"bouvet_island", +"bouvier_des_flandres", +"bouviers_des_flandres", +"bouvines", +"bouyei", +"bovid", +"bovidae", +"bovinae", +"bovine", +"bovine_spongiform_encephalitis", +"bovini", +"bovril", +"bow", +"bow-tie", +"bow-wow", +"bow_and_arrow", +"bow_leg", +"bow_legs", +"bow_tie", +"bow_window", +"bow_wood", +"bowditch", +"bowdler", +"bowdlerisation", +"bowdleriser", +"bowdlerism", +"bowdlerization", +"bowdlerizer", +"bowed_stringed_instrument", +"bowel", +"bowel_movement", +"bowels", +"bower", +"bower_actinidia", +"bowerbird", +"bowery", +"bowfin", +"bowhead", +"bowhead_whale", +"bowie", +"bowie_knife", +"bowiea", +"bowiea_volubilis", +"bowing", +"bowknot", +"bowl", +"bowlder", +"bowleg", +"bowler", +"bowler_hat", +"bowlful", +"bowline", +"bowline_knot", +"bowling", +"bowling_alley", +"bowling_ball", +"bowling_equipment", +"bowling_green", +"bowling_league", +"bowling_pin", +"bowling_score", +"bowling_shoe", +"bowls", +"bowman", +"bowman's_capsule", +"bowsprit", +"bowstring", +"bowstring_hemp", +"bowtie", +"bowtie_pasta", +"box", +"box_beam", +"box_calf", +"box_camera", +"box_coat", +"box_elder", +"box_end_wrench", +"box_family", +"box_girder", +"box_huckleberry", +"box_kite", +"box_kodak", +"box_number", +"box_office", +"box_pleat", +"box_seat", +"box_spring", +"box_tortoise", +"box_turtle", +"box_white_oak", +"box_wrench", +"boxberry", +"boxcar", +"boxcars", +"boxer", +"boxers", +"boxershorts", +"boxfish", +"boxful", +"boxing", +"boxing_day", +"boxing_equipment", +"boxing_glove", +"boxing_match", +"boxing_ring", +"boxthorn", +"boxwood", +"boy", +"boy_orator_of_the_platte", +"boy_scout", +"boy_scouts", +"boy_scouts_of_america", +"boy_wonder", +"boycott", +"boyfriend", +"boyhood", +"boyishness", +"boykinia", +"boykinia_elata", +"boykinia_occidentalis", +"boyle", +"boyle's_law", +"boyne", +"boys-and-girls", +"boysenberry", +"boysenberry_bush", +"bozeman", +"bozo", +"bph", +"bpi", +"bpm", +"bps", +"br", +"bra", +"brabancon_griffon", +"brace", +"brace_and_bit", +"brace_wrench", +"bracelet", +"bracelet_wood", +"bracer", +"bracero", +"braces", +"brachial_artery", +"brachial_plexus", +"brachial_vein", +"brachiation", +"brachinus", +"brachiocephalic_vein", +"brachiopod", +"brachiopoda", +"brachium", +"brachycephalic", +"brachycephalism", +"brachycephaly", +"brachychiton", +"brachychiton_acerifolius", +"brachychiton_australis", +"brachychiton_populneus", +"brachychiton_rupestris", +"brachycome", +"brachycome_iberidifolia", +"brachydactylia", +"brachydactyly", +"brachystegia", +"brachystegia_speciformis", +"brachyura", +"brachyuran", +"bracing", +"bracken", +"bracket", +"bracket_creep", +"bracket_fungus", +"bracketed_blenny", +"brackishness", +"bract", +"bracteole", +"bractlet", +"brad", +"bradawl", +"bradbury", +"bradford", +"bradley", +"bradley's_spleenwort", +"bradley_method", +"bradley_method_of_childbirth", +"bradstreet", +"brady", +"bradycardia", +"bradypodidae", +"bradypus", +"bradypus_tridactylus", +"brae", +"brag", +"braga", +"brage", +"bragg", +"braggadocio", +"braggart", +"bragger", +"bragging", +"bragi", +"brahe", +"brahma", +"brahman", +"brahmana", +"brahmanism", +"brahmaputra", +"brahmaputra_river", +"brahmi", +"brahmin", +"brahminism", +"brahms", +"brahui", +"braid", +"braiding", +"brail", +"braille", +"brain", +"brain-fag", +"brain-stem", +"brain-teaser", +"brain-worker", +"brain_cell", +"brain_coral", +"brain_damage", +"brain_death", +"brain_disease", +"brain_disorder", +"brain_doctor", +"brain_drain", +"brain_edema", +"brain_fever", +"brain_mushroom", +"brain_science", +"brain_stem", +"brain_sugar", +"brain_surgeon", +"brain_surgery", +"brain_trust", +"brain_truster", +"brain_tumor", +"brain_tumour", +"brain_wave", +"braincase", +"brainchild", +"brainiac", +"brainpan", +"brainpower", +"brainstem", +"brainstorm", +"brainstorming", +"brainwashing", +"brainwave", +"brainworker", +"braising", +"brake", +"brake_band", +"brake_cylinder", +"brake_disk", +"brake_drum", +"brake_failure", +"brake_light", +"brake_lining", +"brake_pad", +"brake_pedal", +"brake_shoe", +"brake_system", +"brakeman", +"brakes", +"bram_stoker", +"brama", +"brama_raii", +"bramante", +"bramble", +"bramble_bush", +"brambling", +"bramidae", +"bramley's_seedling", +"bran", +"bran_flake", +"bran_muffin", +"branch", +"branch_line", +"branch_water", +"branched_chain", +"branched_chain_ketoaciduria", +"branchia", +"branchial_arch", +"branchial_cleft", +"branching", +"branchiobdella", +"branchiobdellidae", +"branchiopod", +"branchiopod_crustacean", +"branchiopoda", +"branchiopodan", +"branchiostegidae", +"branchiostomidae", +"branchiura", +"branchlet", +"brancusi", +"brand", +"brand-name_drug", +"brand-newness", +"brand_name", +"brandenburg", +"branding", +"branding_iron", +"brandish", +"brandt", +"brandy", +"brandy_glass", +"brandy_nose", +"brandy_sling", +"brandy_snifter", +"brandyball", +"brandysnap", +"brant", +"brant_goose", +"branta", +"branta_bernicla", +"branta_canadensis", +"branta_leucopsis", +"braque", +"brasenia", +"brasenia_schreberi", +"brash_oak", +"brashness", +"brasier", +"brasil", +"brasilia", +"brasov", +"brass", +"brass_band", +"brass_buttons", +"brass_family", +"brass_hat", +"brass_instrument", +"brass_knuckles", +"brass_knucks", +"brass_monkey", +"brass_ring", +"brass_section", +"brassaia_actinophylla", +"brassard", +"brassavola", +"brasserie", +"brassia", +"brassia_lawrenceana", +"brassia_verrucosa", +"brassica", +"brassica_hirta", +"brassica_juncea", +"brassica_kaber", +"brassica_napus", +"brassica_napus_napobrassica", +"brassica_nigra", +"brassica_oleracea", +"brassica_oleracea_acephala", +"brassica_oleracea_botrytis", +"brassica_oleracea_capitata", +"brassica_oleracea_gemmifera", +"brassica_oleracea_gongylodes", +"brassica_oleracea_italica", +"brassica_perviridis", +"brassica_rapa", +"brassica_rapa_chinensis", +"brassica_rapa_pekinensis", +"brassica_rapa_perviridis", +"brassica_rapa_ruvo", +"brassicaceae", +"brassie", +"brassiere", +"brat", +"bratislava", +"brattice", +"brattleboro", +"bratwurst", +"braun", +"braun's_holly_fern", +"braunschweig", +"bravado", +"bravais_lattice", +"brave", +"braveness", +"bravery", +"bravo", +"bravura", +"brawl", +"brawler", +"brawn", +"brawniness", +"braxton-hicks_contraction", +"braxton_bragg", +"bray", +"brazenness", +"brazier", +"brazil", +"brazil-nut_tree", +"brazil_nut", +"brazilian", +"brazilian_capital", +"brazilian_guava", +"brazilian_ironwood", +"brazilian_monetary_unit", +"brazilian_pepper_tree", +"brazilian_potato_tree", +"brazilian_rosewood", +"brazilian_trumpeter", +"brazilwood", +"brazos", +"brazos_river", +"brazzaville", +"breach", +"breach_of_contract", +"breach_of_duty", +"breach_of_promise", +"breach_of_the_covenant_of_warranty", +"breach_of_the_peace", +"breach_of_trust", +"breach_of_trust_with_fraudulent_intent", +"breach_of_warranty", +"bread", +"bread-and-butter_issue", +"bread-bin", +"bread-stick", +"bread_and_butter", +"bread_and_butter_pickle", +"bread_board", +"bread_dough", +"bread_knife", +"bread_line", +"bread_maker", +"bread_mold", +"bread_sauce", +"breadbasket", +"breadboard", +"breadbox", +"breadcrumb", +"breadfruit", +"breadfruit_tree", +"breadline", +"breadroot", +"breadstick", +"breadstuff", +"breadth", +"breadth_index", +"breadwinner", +"break", +"break-axe", +"break-in", +"break_dance", +"break_dancing", +"break_of_day", +"break_of_serve", +"break_of_the_day", +"break_seal", +"breakability", +"breakable", +"breakableness", +"breakage", +"breakaway", +"breakax", +"breakaxe", +"breakbone_fever", +"breakdown", +"breaker", +"breaker_point", +"breakers", +"breakfast", +"breakfast_area", +"breakfast_food", +"breakfast_nook", +"breakfast_table", +"breakfast_time", +"breaking", +"breaking_and_entering", +"breaking_away", +"breaking_ball", +"breaking_off", +"breaking_point", +"breaking_wind", +"breakout", +"breakstone", +"breakthrough", +"breakup", +"breakwater", +"bream", +"breast", +"breast_cancer", +"breast_drill", +"breast_feeding", +"breast_implant", +"breast_of_lamb", +"breast_of_veal", +"breast_pocket", +"breastbone", +"breastpin", +"breastplate", +"breaststroke", +"breaststroker", +"breastwork", +"breath", +"breath_of_fresh_air", +"breathalyser", +"breathalyzer", +"breather", +"breathing", +"breathing_apparatus", +"breathing_device", +"breathing_in", +"breathing_machine", +"breathing_out", +"breathing_place", +"breathing_room", +"breathing_space", +"breathing_spell", +"breathing_time", +"breathlessness", +"breccia", +"brecht", +"breech", +"breech_birth", +"breech_closer", +"breech_delivery", +"breech_presentation", +"breechblock", +"breechcloth", +"breechclout", +"breeches", +"breeches_buoy", +"breechloader", +"breed", +"breed's_hill", +"breeder", +"breeder_reactor", +"breeding", +"breeding_ground", +"breeze", +"breeze_block", +"breeziness", +"bregma", +"breiz", +"bremen", +"bremerhaven", +"bren", +"bren_gun", +"brenner_pass", +"brent", +"brent_goose", +"brer_rabbit", +"brescia", +"breslau", +"brest", +"bret_harte", +"bretagne", +"brethren", +"breton", +"breuer", +"breughel", +"breughel_the_elder", +"breve", +"brevet", +"breviary", +"brevibloc", +"brevicipitidae", +"brevity", +"brevoortia", +"brevoortia_tyrannis", +"brew", +"brewage", +"brewer", +"brewer's_mole", +"brewer's_mountain_heather", +"brewer's_spruce", +"brewer's_yeast", +"brewery", +"brewing", +"brewpub", +"brezhnev", +"briar", +"briar_pipe", +"briard", +"briarroot", +"briarwood", +"bribe", +"briber", +"bribery", +"bric-a-brac", +"brick", +"brick_cheese", +"brick_red", +"brick_trowel", +"brickbat", +"brickellia", +"brickfield", +"brickkiln", +"bricklayer", +"bricklayer's_hammer", +"bricklaying", +"bricks_and_mortar", +"brickwork", +"brickyard", +"bricole", +"bridal", +"bridal-wreath", +"bridal_gown", +"bridal_wreath", +"bride", +"bride's_bonnet", +"bride-gift", +"bride-to-be", +"bride_price", +"bridecake", +"bridegroom", +"bridesmaid", +"bridge", +"bridge_agent", +"bridge_circuit", +"bridge_deck", +"bridge_hand", +"bridge_partner", +"bridge_player", +"bridge_whist", +"bridged-t", +"bridgehead", +"bridgeport", +"bridges", +"bridget", +"bridgetown", +"bridgework", +"bridle", +"bridle_path", +"bridle_road", +"bridoon", +"brie", +"brief", +"briefcase", +"briefcase_bomb", +"briefcase_computer", +"briefing", +"briefness", +"briefs", +"brier", +"brier-wood", +"brier_patch", +"brierpatch", +"brierwood", +"brig", +"brigade", +"brigadier", +"brigadier_general", +"brigand", +"brigandine", +"brigantine", +"brigate_rosse", +"brigham_young", +"bright's_disease", +"bright_side", +"brightness", +"brightness_constancy", +"brightness_level", +"brighton", +"brigid", +"brigit", +"brigit_nilsson", +"brihaspati", +"brill", +"brilliance", +"brilliancy", +"brilliant_pebble", +"brilliantine", +"brim", +"brimstone", +"brindisi", +"brine", +"brine_shrimp", +"brinell_number", +"bringing", +"bringing_close_together", +"bringing_up", +"brininess", +"brinjal", +"brink", +"brinkmanship", +"brinton", +"briny", +"brio", +"brioche", +"briony", +"brioschi", +"briquet", +"briquette", +"bris", +"brisance", +"brisbane", +"brisbane_quandong", +"brisket", +"briskness", +"brisling", +"briss", +"bristle", +"bristle_brush", +"bristle_fern", +"bristle_grass", +"bristlecone_fir", +"bristlecone_pine", +"bristlegrass", +"bristletail", +"bristliness", +"bristly_locust", +"bristly_oxtongue", +"bristly_sarsaparilla", +"bristly_sarsparilla", +"bristol", +"bristol_channel", +"brit", +"britain", +"britannia_metal", +"britches", +"brith", +"briticism", +"british", +"british_cabinet", +"british_capacity_unit", +"british_capital", +"british_columbia", +"british_commonwealth", +"british_crown", +"british_east_africa", +"british_empire", +"british_empiricism", +"british_guiana", +"british_honduras", +"british_house_of_commons", +"british_house_of_lords", +"british_imperial_system", +"british_isles", +"british_labour_party", +"british_monetary_unit", +"british_parliament", +"british_people", +"british_pound", +"british_pound_sterling", +"british_shilling", +"british_system", +"british_thermal_unit", +"british_virgin_islands", +"british_west_africa", +"british_west_indies", +"britisher", +"britishism", +"briton", +"brits", +"britt", +"brittanic", +"brittany", +"brittany_spaniel", +"britten", +"brittle", +"brittle-star", +"brittle_bladder_fern", +"brittle_bush", +"brittle_fern", +"brittle_maidenhair", +"brittle_maidenhair_fern", +"brittle_star", +"brittle_willow", +"brittlebush", +"brittleness", +"brix_scale", +"brno", +"broach", +"broad", +"broad-bean", +"broad-bean_plant", +"broad-leaved_bottletree", +"broad-leaved_dock", +"broad-leaved_everlasting_pea", +"broad-leaved_montia", +"broad-leaved_plantain", +"broad-leaved_twayblade", +"broad-mindedness", +"broad_arrow", +"broad_bean", +"broad_beech_fern", +"broad_buckler-fern", +"broad_gauge", +"broad_hatchet", +"broad_interpretation", +"broad_jump", +"broad_leaved_centaury", +"broad_leaved_goldenrod", +"broadax", +"broadaxe", +"broadbill", +"broadcast", +"broadcast_area", +"broadcast_journalist", +"broadcast_medium", +"broadcast_station", +"broadcaster", +"broadcasting", +"broadcasting_company", +"broadcasting_station", +"broadcasting_studio", +"broadcloth", +"broadening", +"broadloom", +"broadness", +"broadsheet", +"broadside", +"broadsword", +"broadtail", +"broadway", +"brobdingnag", +"broca", +"broca's_aphasia", +"broca's_area", +"broca's_center", +"broca's_convolution", +"broca's_gyrus", +"brocade", +"brocadopa", +"broccoli", +"broccoli_raab", +"broccoli_rabe", +"brochette", +"brochure", +"brocket", +"brockhouse", +"brodiaea", +"brodiaea_elegans", +"brodmann's_area", +"brodmann's_area_17", +"brogan", +"broglie", +"brogue", +"broil", +"broiler", +"broiling", +"broken_arch", +"broken_heart", +"broken_home", +"broken_wind", +"brokenheartedness", +"broker", +"broker-dealer", +"brokerage", +"brokerage_account", +"brokerage_firm", +"brokerage_house", +"brolly", +"bromberg", +"brome", +"bromegrass", +"bromelia", +"bromeliaceae", +"bromeosin", +"bromic_acid", +"bromide", +"bromine", +"bromo-seltzer", +"bromoform", +"bromophenol_blue", +"bromothymol_blue", +"brompheniramine_maleate", +"bromphenol_blue", +"brompton_stock", +"bromthymol_blue", +"bromus", +"bromus_arvensis", +"bromus_inermis", +"bromus_japonicus", +"bromus_secalinus", +"bromus_tectorum", +"bronc", +"bronchial_artery", +"bronchial_asthma", +"bronchial_pneumonia", +"bronchial_tube", +"bronchial_vein", +"bronchiole", +"bronchiolitis", +"bronchitis", +"broncho", +"bronchodilator", +"bronchopneumonia", +"bronchoscope", +"bronchoscopic_smear", +"bronchospasm", +"bronchus", +"bronco", +"bronco_buster", +"bronco_busting", +"broncobuster", +"bronislaw_kasper_malinowski", +"bronislaw_malinowski", +"bronte", +"bronte_sisters", +"brontosaur", +"brontosaurus", +"bronx", +"bronx-whitestone_bridge", +"bronx_cheer", +"bronze", +"bronze_age", +"bronze_medal", +"bronze_star", +"bronze_star_medal", +"bronzed_diabetes", +"brooch", +"brood", +"brood_bitch", +"brood_hen", +"brooder", +"brooder_pneumonia", +"brooding", +"broodmare", +"broody", +"broody_hen", +"brook", +"brook_thistle", +"brook_trout", +"brooke", +"brooklet", +"brooklime", +"brooklyn", +"brooklyn_bridge", +"brooks", +"brookweed", +"broom", +"broom-weed", +"broom_beard_grass", +"broom_closet", +"broom_grass", +"broom_handle", +"broom_palm", +"broom_sedge", +"broom_snakeroot", +"broom_snakeweed", +"broom_tree", +"broomcorn", +"broomcorn_millet", +"broomrape_family", +"broomstick", +"broomweed", +"brosme_brosme", +"brosmius", +"broth", +"broth_of_a_boy", +"broth_of_a_man", +"brothel", +"brothel_keeper", +"brother", +"brother-in-law", +"brotherhood", +"brotherly_love", +"brotula", +"brotulidae", +"brougham", +"brouhaha", +"broussonetia", +"broussonetia_papyrifera", +"brow", +"brow_ptosis", +"browallia", +"brown", +"brown-tail_moth", +"brown_algae", +"brown_ash", +"brown_bat", +"brown_bear", +"brown_bells", +"brown_bent", +"brown_betty", +"brown_bread", +"brown_bullhead", +"brown_butter", +"brown_coal", +"brown_creeper", +"brown_cup", +"brown_hickory", +"brown_hyena", +"brown_lacewing", +"brown_lemming", +"brown_oak", +"brown_onion_sauce", +"brown_pine", +"brown_rat", +"brown_rice", +"brown_root_rot_fungus", +"brown_rot", +"brown_rot_gummosis", +"brown_sauce", +"brown_snail", +"brown_soft_scale", +"brown_study", +"brown_sugar", +"brown_swiss", +"brown_thrasher", +"brown_thrush", +"brown_trout", +"brown_university", +"browne", +"brownian_motion", +"brownian_movement", +"brownie", +"brownie_mix", +"browning", +"browning_automatic_rifle", +"browning_machine_gun", +"brownish_yellow", +"brownness", +"brownout", +"brownshirt", +"brownstone", +"brownsville", +"browntail", +"browse", +"browser", +"browsing", +"bruce", +"bruce_lee", +"brucella", +"brucellosis", +"bruch", +"bruchidae", +"bruchus", +"bruchus_pisorum", +"brucine", +"bruckenthalia", +"bruckenthalia_spiculifolia", +"bruckner", +"bruegel", +"brueghel", +"bruges", +"brugmansia", +"brugmansia_arborea", +"brugmansia_sanguinea", +"brugmansia_suaveolens", +"bruin", +"bruise", +"bruiser", +"brule", +"brumaire", +"brummagem", +"brummell", +"brummie", +"brummy", +"brunanburh", +"brunch", +"brunch_coat", +"brunei", +"brunei_dollar", +"bruneian", +"brunelleschi", +"brunet", +"brunette", +"brunfelsia", +"brunfelsia_americana", +"brunhild", +"brunn", +"brunnhilde", +"bruno", +"bruno_of_toul", +"bruno_walter", +"brunswick", +"brunswick_stew", +"brunt", +"brusa", +"brush", +"brush-footed_butterfly", +"brush-off", +"brush-tail_porcupine", +"brush-tailed_phalanger", +"brush-tailed_porcupine", +"brush_cut", +"brush_discharge", +"brush_fire", +"brush_kangaroo", +"brush_turkey", +"brush_wolf", +"brushing", +"brushup", +"brushwood", +"brushwork", +"brusqueness", +"brussels", +"brussels_biscuit", +"brussels_carpet", +"brussels_griffon", +"brussels_lace", +"brussels_sprout", +"brussels_sprouts", +"brutalisation", +"brutality", +"brutalization", +"brute", +"brutus", +"bruxelles", +"bruxism", +"brya", +"brya_ebenus", +"bryaceae", +"bryales", +"bryan", +"bryan_donkin", +"bryanthus", +"bryanthus_taxifolius", +"bryce_canyon_national_park", +"brynhild", +"bryonia_alba", +"bryonia_dioica", +"bryony", +"bryophyta", +"bryophyte", +"bryopsida", +"bryozoa", +"bryozoan", +"brythonic", +"bryum", +"bs", +"bsarch", +"bse", +"btu", +"bubalus", +"bubalus_bubalis", +"bubalus_mindorensis", +"bubble", +"bubble-jet_printer", +"bubble_and_squeak", +"bubble_bath", +"bubble_chamber", +"bubble_dance", +"bubble_gum", +"bubble_gum_dermatitis", +"bubble_jet_printer", +"bubble_pack", +"bubble_shell", +"bubblejet", +"bubbler", +"bubbliness", +"bubbly", +"buber", +"bubo", +"bubo_virginianus", +"bubonic_plague", +"bubulcus", +"bubulcus_ibis", +"buccal_artery", +"buccal_cavity", +"buccaneer", +"buccaneering", +"buccinator_muscle", +"buccinidae", +"bucconidae", +"buccula", +"bucephala", +"bucephala_islandica", +"bucephela_albeola", +"bucephela_clangula", +"buceros", +"bucerotidae", +"buchanan", +"bucharest", +"bucharesti", +"buchenwald", +"buchloe", +"buchloe_dactyloides", +"buchner", +"buck", +"buck's_fizz", +"buck-and-wing", +"buck_fever", +"buck_private", +"buck_sergeant", +"buckaroo", +"buckbean", +"buckbean_family", +"buckboard", +"buckeroo", +"bucket", +"bucket_seat", +"bucket_shop", +"bucketful", +"buckeye", +"buckeye_state", +"bucking_bronco", +"buckingham_palace", +"buckle", +"buckler", +"buckler_fern", +"buckler_mustard", +"buckleya", +"buckleya_distichophylla", +"buckminster_fuller", +"buckminsterfullerene", +"buckram", +"bucksaw", +"buckshot", +"buckskin", +"buckskins", +"buckthorn", +"buckthorn_berry", +"buckthorn_family", +"bucktooth", +"buckwheat", +"buckwheat_cake", +"buckwheat_family", +"buckwheat_tree", +"buckyball", +"bucolic", +"bucuresti", +"bud", +"bud_brush", +"bud_sagebrush", +"budapest", +"buddha", +"buddhism", +"buddhist", +"budding", +"buddleia", +"buddy", +"buddy_holly", +"buddy_system", +"budge", +"budgereegah", +"budgerigar", +"budgerygah", +"budget", +"budget_cut", +"budget_deficit", +"budget_items", +"budgie", +"budorcas", +"budorcas_taxicolor", +"buena_vista", +"buenos_aires", +"buff", +"buffalo", +"buffalo_bill", +"buffalo_bill's_wild_west_show", +"buffalo_bill_cody", +"buffalo_bur", +"buffalo_carpet_beetle", +"buffalo_chip", +"buffalo_clover", +"buffalo_fish", +"buffalo_gnat", +"buffalo_gourd", +"buffalo_grass", +"buffalo_indian", +"buffalo_nut", +"buffalo_wing", +"buffalofish", +"buffel_grass", +"buffer", +"buffer_country", +"buffer_solution", +"buffer_state", +"buffer_storage", +"buffer_store", +"buffer_zone", +"buffered_aspirin", +"bufferin", +"buffet", +"buffet_car", +"buffeting", +"buffing_wheel", +"bufflehead", +"buffoon", +"buffoonery", +"bufo", +"bufo_americanus", +"bufo_boreas", +"bufo_bufo", +"bufo_calamita", +"bufo_canorus", +"bufo_debilis", +"bufo_marinus", +"bufo_microscaphus", +"bufo_speciosus", +"bufo_viridis", +"bufonidae", +"bug", +"bug-hunter", +"bugaboo", +"buganda", +"bugbane", +"bugbear", +"bugger", +"bugger_all", +"buggery", +"bugginess", +"buggy", +"buggy_whip", +"bugle", +"bugle_call", +"bugler", +"bugleweed", +"bugloss", +"bugologist", +"bugology", +"buhl", +"build", +"builder", +"building", +"building_block", +"building_code", +"building_complex", +"building_department", +"building_material", +"building_permit", +"building_site", +"building_society", +"building_supply_house", +"building_supply_store", +"buildup", +"built-in_bed", +"built-soap_powder", +"built_in_bed", +"bujumbura", +"bukharin", +"bulawayo", +"bulb", +"bulbar_conjunctiva", +"bulbil", +"bulblet", +"bulblet_bladder_fern", +"bulblet_fern", +"bulbourethral_gland", +"bulbous_iris", +"bulbous_plant", +"bulbul", +"bulgaria", +"bulgarian", +"bulgarian_capital", +"bulgarian_monetary_unit", +"bulge", +"bulghur", +"bulginess", +"bulgur", +"bulgur_pilaf", +"bulgur_wheat", +"bulima_nervosa", +"bulimarexia", +"bulimia", +"bulimic", +"bulk", +"bulk_mail", +"bulk_modulus", +"bulkhead", +"bulkiness", +"bull", +"bull's-eye", +"bull's_eye", +"bull-snake", +"bull_bay", +"bull_fiddle", +"bull_market", +"bull_mastiff", +"bull_moose_party", +"bull_neck", +"bull_nettle", +"bull_nose", +"bull_pine", +"bull_run", +"bull_session", +"bull_shark", +"bull_snake", +"bull_terrier", +"bull_thistle", +"bull_tongue", +"bulla", +"bullace", +"bullace_grape", +"bullbat", +"bullbrier", +"bulldog", +"bulldog_ant", +"bulldog_clip", +"bulldog_wrench", +"bulldozer", +"bullet", +"bullet_fingerprinting", +"bullet_hole", +"bullet_train", +"bullethead", +"bulletin", +"bulletin_board", +"bulletin_board_system", +"bulletproof_vest", +"bullfight", +"bullfighter", +"bullfighting", +"bullfinch", +"bullfrog", +"bullhead", +"bullhead_catfish", +"bullheadedness", +"bullhorn", +"bullion", +"bullnose", +"bullnosed_plane", +"bullock", +"bullock's_heart", +"bullock's_heart_tree", +"bullock's_oriole", +"bullock_block", +"bullock_heart", +"bullpen", +"bullring", +"bullrush", +"bullshit", +"bullshot", +"bullterrier", +"bully", +"bully_beef", +"bully_pulpit", +"bully_tree", +"bullyboy", +"bullying", +"bulnesia", +"bulnesia_sarmienti", +"bulrush", +"bulrush_millet", +"bultmann", +"bulwark", +"bulwer-lytton", +"bum", +"bumblebee", +"bumbler", +"bumboat", +"bumelia", +"bumelia_lanuginosa", +"bumelia_lycioides", +"bumf", +"bummer", +"bump", +"bumper", +"bumper_car", +"bumper_guard", +"bumper_jack", +"bumph", +"bumpiness", +"bumpkin", +"bumptiousness", +"bun", +"bun-fight", +"buna", +"buna_rubber", +"bunce", +"bunch", +"bunch_grass", +"bunchberry", +"bunche", +"bunchgrass", +"bunco", +"bunco_game", +"buncombe", +"bundesbank", +"bundle", +"bundle_of_his", +"bundling", +"bunfight", +"bung", +"bungalow", +"bungarus", +"bungarus_fasciatus", +"bungee", +"bungee_cord", +"bunghole", +"bungle", +"bungler", +"bunion", +"bunji-bunji", +"bunk", +"bunk_bed", +"bunker", +"bunker_buster", +"bunker_hill", +"bunker_mentality", +"bunkmate", +"bunko", +"bunko_game", +"bunkum", +"bunny", +"bunny_girl", +"bunny_hug", +"bunny_rabbit", +"buns", +"bunsen", +"bunsen_burner", +"bunt", +"buntal", +"bunter", +"bunting", +"bunuel", +"bunya_bunya", +"bunya_bunya_tree", +"bunyan", +"bunyaviridae", +"bunyavirus", +"buoy", +"buoyancy", +"buphthalmum", +"buphthalmum_salicifolium", +"bur", +"bur-reed_family", +"bur_grass", +"bur_marigold", +"bur_oak", +"bur_reed", +"bura", +"burbage", +"burbank", +"burberry", +"burbot", +"burchell's_zebra", +"burden", +"burden_of_proof", +"burdensomeness", +"burdock", +"bureau", +"bureau_de_change", +"bureau_of_alcohol_tobacco_and_firearms", +"bureau_of_customs", +"bureau_of_diplomatic_security", +"bureau_of_engraving_and_printing", +"bureau_of_intelligence_and_research", +"bureau_of_justice_assistance", +"bureau_of_justice_statistics", +"bureau_of_the_census", +"bureaucracy", +"bureaucrat", +"bureaucratic_procedure", +"bureaucratism", +"buret", +"burette", +"burg", +"burger", +"burgess", +"burgh", +"burgher", +"burglar", +"burglar_alarm", +"burglary", +"burgomaster", +"burgoo", +"burgoyne", +"burgrass", +"burgrave", +"burgundy", +"burgundy_sauce", +"burgundy_wine", +"burhinidae", +"burhinus", +"burhinus_oedicnemus", +"burial", +"burial_chamber", +"burial_garment", +"burial_ground", +"burial_mound", +"burial_site", +"burial_vault", +"burin", +"burk", +"burka", +"burke", +"burkina_faso", +"burkina_faso_franc", +"burl", +"burlap", +"burlap_bag", +"burlesque", +"burlington", +"burma", +"burma_padauk", +"burmannia", +"burmanniaceae", +"burmeisteria", +"burmeisteria_retusa", +"burmese", +"burmese-yi", +"burmese_cat", +"burmese_rosewood", +"burn", +"burn_bag", +"burn_center", +"burn_mark", +"burn_plant", +"burnability", +"burner", +"burnet_bloodwort", +"burnett", +"burnham", +"burning", +"burning_at_the_stake", +"burning_bush", +"burnish", +"burnoose", +"burnous", +"burnouse", +"burns", +"burnside", +"burnt_lime", +"burnt_sienna", +"burnt_umber", +"burnup", +"burp", +"burp_gun", +"burping", +"burqa", +"burr", +"burr_drill", +"burr_marigold", +"burr_oak", +"burrawong", +"burrfish", +"burrhus_frederic_skinner", +"burrill_bernard_crohn", +"burrito", +"burro", +"burro_deer", +"burroughs", +"burrow", +"bursa", +"bursa_omentalis", +"bursar", +"bursary", +"bursera", +"bursera_microphylla", +"bursera_simaruba", +"burseraceae", +"bursitis", +"burst", +"burster", +"bursting_charge", +"bursting_explosive", +"burt", +"burthen", +"burton", +"burundi", +"burundi_franc", +"burundian", +"burunduki", +"burweed_marsh_elder", +"burying", +"burying_ground", +"bus", +"bus_company", +"bus_depot", +"bus_driver", +"bus_fare", +"bus_lane", +"bus_line", +"bus_route", +"bus_service", +"bus_station", +"bus_stop", +"bus_terminal", +"bus_ticket", +"bus_topology", +"bus_traffic", +"busbar", +"busboy", +"busby", +"bush", +"bush_administration", +"bush_baby", +"bush_bean", +"bush_clover", +"bush_hibiscus", +"bush_honeysuckle", +"bush_jacket", +"bush_lawyer", +"bush_league", +"bush_leaguer", +"bush_nasturtium", +"bush_pea", +"bush_poppy", +"bush_shrike", +"bush_tit", +"bush_vetch", +"bush_violet", +"bush_willow", +"bushbaby", +"bushbuck", +"bushel", +"bushel_basket", +"bushido", +"bushing", +"bushman", +"bushman's_poison", +"bushnell", +"bushtit", +"bushwhacker", +"bushy_aster", +"bushytail_woodrat", +"business", +"business_activity", +"business_address", +"business_agent", +"business_card", +"business_college", +"business_community", +"business_concern", +"business_cycle", +"business_data_processing", +"business_deal", +"business_deduction", +"business_department", +"business_district", +"business_editor", +"business_enterprise", +"business_establishment", +"business_executive", +"business_expense", +"business_firm", +"business_index", +"business_interruption_insurance", +"business_leader", +"business_letter", +"business_life", +"business_line", +"business_loan", +"business_lunch", +"business_news", +"business_office", +"business_organisation", +"business_organization", +"business_people", +"business_relation", +"business_relationship", +"business_school", +"business_sector", +"business_suit", +"business_traveler", +"businessman", +"businessmen", +"businesspeople", +"businessperson", +"businesswoman", +"busker", +"buskin", +"busload", +"busman", +"busman's_holiday", +"buspar", +"buspirone", +"buss", +"bust", +"bust-up", +"bust-up_takeover", +"bustard", +"bustard_quail", +"buster", +"buster_keaton", +"bustier", +"bustle", +"busy_bee", +"busybody", +"busyness", +"busywork", +"butacaine", +"butacaine_sulfate", +"butadiene", +"butane", +"butanoic_acid", +"butanol", +"butanone", +"butat", +"butazolidin", +"butch", +"butcher", +"butcher's_broom", +"butcher_block", +"butcher_board", +"butcher_cumberland", +"butcher_knife", +"butcher_paper", +"butcher_shop", +"butcherbird", +"butchering", +"butchery", +"butea", +"butea_frondosa", +"butea_gum", +"butea_kino", +"butea_monosperma", +"butene", +"buteo", +"buteo_buteo", +"buteo_jamaicensis", +"buteo_lagopus", +"buteo_lineatus", +"buteonine", +"butler", +"butt", +"butt-weld", +"butt-welding", +"butt_end", +"butt_hinge", +"butt_joint", +"butt_pack", +"butt_shaft", +"butt_weld", +"butt_welding", +"butte", +"butter", +"butter-and-eggs", +"butter-bean_plant", +"butter-flower", +"butter-print", +"butter_bean", +"butter_churn", +"butter_cookie", +"butter_daisy", +"butter_dish", +"butter_knife", +"butterball", +"butterbean", +"butterbur", +"buttercrunch", +"buttercup", +"buttercup_family", +"buttercup_squash", +"butterfat", +"butterfield", +"butterfingers", +"butterfish", +"butterflower", +"butterfly", +"butterfly_bush", +"butterfly_collector", +"butterfly_effect", +"butterfly_fish", +"butterfly_flower", +"butterfly_nut", +"butterfly_orchid", +"butterfly_orchis", +"butterfly_pea", +"butterfly_plant", +"butterfly_ray", +"butterfly_stroke", +"butterfly_valve", +"butterfly_weed", +"butterflyfish", +"butterhead_lettuce", +"buttermilk", +"buttermilk_biscuit", +"buttermilk_pancake", +"butternut", +"butternut_squash", +"butternut_tree", +"butterscotch", +"butterweed", +"butterwort", +"buttery", +"buttinsky", +"buttock", +"buttocks", +"button", +"button-quail", +"button_fern", +"button_hole", +"button_mangrove", +"button_pink", +"button_quail", +"button_snakeroot", +"button_tree", +"buttonhole", +"buttonhole_stitch", +"buttonhook", +"buttonwood", +"buttress", +"buttressing", +"butty", +"butut", +"butyl", +"butyl_alcohol", +"butyl_nitrite", +"butyl_rubber", +"butylene", +"butyric_acid", +"butyrin", +"buxaceae", +"buxomness", +"buxus", +"buxus_sempervirens", +"buy", +"buy-and-bust_operation", +"buyback", +"buyer", +"buyer's_market", +"buyers'_market", +"buyi", +"buying", +"buyout", +"buyout_bid", +"buzz", +"buzz_bomb", +"buzz_saw", +"buzzard", +"buzzards_bay", +"buzzer", +"buzzword", +"bvd", +"bvd's", +"bw", +"bw_defence", +"bw_defense", +"bwr", +"by-and-by", +"by-blow", +"by-catch", +"by-election", +"by-line", +"by-product", +"byblos", +"bycatch", +"bydgoszcz", +"bye", +"bye-bye", +"bye-election", +"byelarus", +"byelorussia", +"byelorussian", +"bygone", +"bylaw", +"byname", +"bypass", +"bypass_capacitor", +"bypass_condenser", +"bypath", +"byplay", +"byproduct", +"byrd", +"byre", +"byrnie", +"byroad", +"byron", +"byssus", +"bystander", +"byte", +"byway", +"byword", +"byzant", +"byzantine", +"byzantine_architecture", +"byzantine_church", +"byzantine_empire", +"byzantine_greek", +"byzantinism", +"byzantium", +"c", +"c-clamp", +"c-horizon", +"c-note", +"c-ration", +"c-reactive_protein", +"c-section", +"c._d._gibson", +"c._diphtheriae", +"c._h._best", +"c._k._ogden", +"c._northcote_parkinson", +"c._p._snow", +"c._psittaci", +"c._s._forester", +"c._s._lewis", +"c._trachomatis", +"c._vann_woodward", +"c._w._post", +"c.p.u.", +"c2h6", +"c_and_w", +"c_battery", +"c_clef", +"c_compiler", +"c_horizon", +"c_major", +"c_major_scale", +"c_program", +"ca", +"caaba", +"cab", +"cab_fare", +"cabal", +"cabala", +"cabalism", +"cabalist", +"cabana", +"cabaret", +"cabasset", +"cabassous", +"cabassous_unicinctus", +"cabbage", +"cabbage-bark_tree", +"cabbage_bark", +"cabbage_butterfly", +"cabbage_palm", +"cabbage_palmetto", +"cabbage_tree", +"cabbageworm", +"cabbala", +"cabbalah", +"cabby", +"cabdriver", +"cabell", +"caber", +"cabernet", +"cabernet_sauvignon", +"cabernet_sauvignon_grape", +"cabg", +"cabin", +"cabin_boy", +"cabin_car", +"cabin_class", +"cabin_cruiser", +"cabin_liner", +"cabinet", +"cabinet_minister", +"cabinet_wood", +"cabinetmaker", +"cabinetmaking", +"cabinetry", +"cabinetwork", +"cable", +"cable's_length", +"cable_car", +"cable_length", +"cable_railway", +"cable_system", +"cable_television", +"cable_television_service", +"cable_tramway", +"cablegram", +"cabman", +"cabochon", +"cabomba", +"cabomba_caroliniana", +"cabombaceae", +"caboodle", +"caboose", +"cabot", +"cabotage", +"cabriolet", +"cabstand", +"cacajao", +"cacalia", +"cacalia_javanica", +"cacalia_lutea", +"cacao", +"cacao_bean", +"cacao_moth", +"cacao_tree", +"cacatua", +"cacatua_galerita", +"cachalot", +"cache", +"cachet", +"cachexia", +"cachexy", +"cachi", +"cachinnation", +"cachou", +"cacicus", +"cacique", +"cackle", +"cackler", +"cacodaemon", +"cacodemon", +"cacodyl", +"cacodyl_group", +"cacodyl_radical", +"cacoethes", +"cacogenesis", +"cacogenics", +"cacography", +"cacomistle", +"cacomixle", +"cacophony", +"cactaceae", +"cactus", +"cactus_euphorbia", +"cactus_family", +"cactus_mouse", +"cactus_wren", +"cad", +"cadaster", +"cadastre", +"cadaver", +"cadaverine", +"caddice-fly", +"caddice_fly", +"caddie", +"caddis-fly", +"caddis_fly", +"caddisworm", +"caddo", +"caddoan", +"caddoan_language", +"caddy", +"cadence", +"cadency", +"cadenza", +"cadet", +"cadetship", +"cadger", +"cadiz", +"cadmium", +"cadmium_cell", +"cadmium_orange", +"cadmium_sulfide", +"cadmium_sulphide", +"cadmium_yellow", +"cadmium_yellow_pale", +"cadmus", +"cadra", +"cadra_cautella", +"cadra_figulilella", +"cadre", +"caduceus", +"caeciliadae", +"caecilian", +"caeciliidae", +"caecum", +"caelum", +"caenogenesis", +"caenolestes", +"caenolestidae", +"caesalpinia", +"caesalpinia_bonduc", +"caesalpinia_bonducella", +"caesalpinia_coriaria", +"caesalpinia_decapetala", +"caesalpinia_echinata", +"caesalpinia_ferrea", +"caesalpinia_gilliesii", +"caesalpinia_pulcherrima", +"caesalpinia_sepiaria", +"caesalpiniaceae", +"caesalpinioideae", +"caesar", +"caesar's_agaric", +"caesar_salad", +"caesarea", +"caesarean", +"caesarean_delivery", +"caesarean_section", +"caesarian", +"caesarian_delivery", +"caesarian_section", +"caesarism", +"caesaropapism", +"caesium", +"caesium_clock", +"caesura", +"cafe", +"cafe_au_lait", +"cafe_noir", +"cafe_royale", +"cafeteria", +"cafeteria_facility", +"cafeteria_tray", +"caff", +"caffe_latte", +"caffein", +"caffein_addict", +"caffein_addiction", +"caffeine", +"caffeine_addict", +"caffeine_intoxication", +"caffeinism", +"caffer", +"caffer_cat", +"caffre", +"caftan", +"cage", +"cager", +"cagliostro", +"cagney", +"cagoule", +"cahita", +"cahoot", +"caiman", +"caiman_lizard", +"caiman_sclerops", +"caimitillo", +"caimito", +"cain", +"cainogenesis", +"cairene", +"cairina", +"cairina_moschata", +"cairn", +"cairn_terrier", +"cairngorm", +"cairo", +"caisson", +"caisson_disease", +"caitiff", +"caitra", +"cajan_pea", +"cajanus", +"cajanus_cajan", +"cajolery", +"cajun", +"cakchiquel", +"cake", +"cake_mix", +"cakehole", +"cakewalk", +"cakile", +"cakile_maritima", +"calaba", +"calabar-bean_vine", +"calabar_bean", +"calabash", +"calabash_pipe", +"calabash_tree", +"calabazilla", +"calabria", +"calabur_tree", +"calabura", +"caladenia", +"caladenia_cairnsiana", +"caladium", +"caladium_bicolor", +"calais", +"calamagrostic_quadriseta", +"calamagrostis", +"calamagrostis_acutiflora", +"calamari", +"calamary", +"calamine", +"calamine_lotion", +"calamint", +"calamintha", +"calamintha_grandiflora", +"calamintha_nepeta", +"calamintha_nepeta_glantulosa", +"calamintha_sylvatica", +"calamity", +"calamity_jane", +"calamus", +"calamus_australis", +"calamus_oil", +"calamus_penna", +"calamus_rotang", +"calan", +"calandrinia", +"calandrinia_ciliata", +"calanthe", +"calapooya", +"calapuya", +"calash", +"calash_top", +"calathian_violet", +"calc-tufa", +"calcaneus", +"calcarine_fissure", +"calcarine_sulcus", +"calcedony", +"calceolaria", +"calceus", +"calciferol", +"calcification", +"calcimine", +"calcination", +"calcined_lime", +"calcite", +"calcitonin", +"calcium", +"calcium-channel_blocker", +"calcium-cyanamide", +"calcium_bicarbonate", +"calcium_blocker", +"calcium_carbide", +"calcium_carbonate", +"calcium_chloride", +"calcium_hydrate", +"calcium_hydride", +"calcium_hydroxide", +"calcium_hypochlorite", +"calcium_ion", +"calcium_lactate", +"calcium_light", +"calcium_nitrate", +"calcium_octadecanoate", +"calcium_oxide", +"calcium_phosphate", +"calcium_stearate", +"calcium_sulfate", +"calcium_sulphate", +"calculating_machine", +"calculation", +"calculator", +"calculus", +"calculus_of_variations", +"calcutta", +"calder", +"caldera", +"calderon", +"calderon_de_la_barca", +"caldron", +"caldwell", +"calean", +"caleche", +"caledonia", +"caledonian_canal", +"calefaction", +"calendar", +"calendar_day", +"calendar_method", +"calendar_method_of_birth_control", +"calendar_month", +"calendar_week", +"calendar_year", +"calender", +"calendula", +"calendula_officinalis", +"caley_pea", +"calf", +"calf's-foot_jelly", +"calf's_brain", +"calf's_liver", +"calf's_tongue", +"calf_bone", +"calf_love", +"calf_roping", +"calfskin", +"calgary", +"cali", +"cali_cartel", +"caliber", +"calibration", +"calibre", +"caliche", +"calico", +"calico_aster", +"calico_bush", +"calico_cat", +"calico_crab", +"caliculus", +"calidris", +"calidris_canutus", +"calidris_ferruginea", +"calidris_melanotos", +"calif", +"calif.", +"california", +"california_allspice", +"california_bay_tree", +"california_beauty", +"california_black_oak", +"california_black_walnut", +"california_bluebell", +"california_box_elder", +"california_buckthorn", +"california_buckwheat", +"california_coffee", +"california_condor", +"california_dandelion", +"california_false_morel", +"california_fern", +"california_four_o'clock", +"california_fuchsia", +"california_lady's_slipper", +"california_laurel", +"california_live_oak", +"california_newt", +"california_nutmeg", +"california_olive", +"california_personality_inventory", +"california_pitcher_plant", +"california_pompano", +"california_poppy", +"california_privet", +"california_quail", +"california_redbud", +"california_redwood", +"california_romero", +"california_sage", +"california_sagebrush", +"california_sea_lion", +"california_single-leaf_pinyon", +"california_sycamore", +"california_tree_poppy", +"california_whipsnake", +"california_white_fir", +"california_white_oak", +"california_wine", +"california_yellow_bells", +"california_yew", +"californian", +"californium", +"caligula", +"caliper", +"caliph", +"caliphate", +"caliphate_state", +"calisaya", +"calisthenics", +"calixtus_ii", +"calixtus_iii", +"calk", +"calkin", +"call", +"call-back", +"call-board", +"call-in", +"call-out", +"call_box", +"call_center", +"call_centre", +"call_fire", +"call_forwarding", +"call_girl", +"call_loan", +"call_mark", +"call_number", +"call_option", +"call_up", +"call_waiting", +"calla", +"calla_lily", +"calla_palustris", +"callas", +"callathump", +"callback", +"caller", +"caller-out", +"caller-up", +"caller_id", +"calliandra", +"callicebus", +"calligrapher", +"calligraphist", +"calligraphy", +"callimorpha", +"callimorpha_jacobeae", +"callinectes", +"callinectes_sapidus", +"calling", +"calling_card", +"calling_into_question", +"calling_together", +"callionymidae", +"calliope", +"calliophis", +"calliopsis", +"calliper", +"calliphora", +"calliphora_vicina", +"calliphoridae", +"callirhoe", +"callirhoe_digitata", +"callirhoe_involucrata", +"callirhoe_triangulata", +"callisaurus", +"callisaurus_draconoides", +"callistephus", +"callistephus_chinensis", +"callisthenics", +"callisto", +"callithricidae", +"callithrix", +"callithump", +"callithump_parade", +"callitrichaceae", +"callitriche", +"callitris", +"callitris_calcarata", +"callitris_cupressiformis", +"callitris_endlicheri", +"callitris_glauca", +"callitris_glaucophylla", +"callitris_parlatorei", +"callitris_quadrivalvis", +"callophis", +"callorhinus", +"callorhinus_ursinus", +"callosectomy", +"callosity", +"callosotomy", +"callousness", +"callowness", +"calluna", +"calluna_vulgaris", +"callus", +"calm", +"calm_air", +"calming", +"calmness", +"calnada_pea", +"calocarpum", +"calocarpum_zapota", +"calocedrus", +"calocedrus_decurrens", +"calochortus", +"calochortus_albus", +"calochortus_amabilis", +"calochortus_amoenus", +"calochortus_elegans", +"calochortus_kennedyi", +"calochortus_luteus", +"calochortus_macrocarpus", +"calochortus_nuttallii", +"calomel", +"caloocan", +"caloosahatchee", +"caloosahatchee_canal", +"caloosahatchee_river", +"calophyllum", +"calophyllum_calaba", +"calophyllum_candidissimum", +"calophyllum_inophyllum", +"calophyllum_longifolium", +"calopogon", +"calopogon_pulchellum", +"calopogon_tuberosum", +"calorie", +"calorie_chart", +"calorimeter", +"calorimetry", +"caloscypha_fulgens", +"calosoma", +"calosoma_scrutator", +"calostoma_cinnabarina", +"calostoma_lutescens", +"calostoma_ravenelii", +"calostomataceae", +"calpac", +"calpack", +"calpe", +"calque", +"calque_formation", +"caltha", +"caltha_palustris", +"caltrop", +"calumet", +"calumniation", +"calumny", +"calvados", +"calvaria", +"calvary", +"calvary_clover", +"calvary_cross", +"calvatia", +"calvatia_gigantea", +"calvert_vaux", +"calves'_feet", +"calves'_liver", +"calvin", +"calvin_coolidge", +"calvin_klein", +"calvin_richard_klein", +"calving", +"calvinism", +"calvinist", +"calvinistic_baptist", +"calvino", +"calx", +"calycanthaceae", +"calycanthus", +"calycanthus_family", +"calycanthus_floridus", +"calycanthus_occidentalis", +"calycle", +"calycophyllum", +"calycophyllum_candidissimum", +"calyculus", +"calymmatobacterium", +"calymmatobacterium_granulomatis", +"calypso", +"calypso_bulbosa", +"calypter", +"calyptra", +"calyptridium_umbellatum", +"calystegia", +"calystegia_sepium", +"calyx", +"calyx_tube", +"cam", +"cam_river", +"cam_stroke", +"camachile", +"camail", +"camaraderie", +"camarilla", +"camas", +"camash", +"camass", +"camassia", +"camassia_leichtlinii", +"camassia_quamash", +"camassia_scilloides", +"cambarus", +"camber", +"camber_arch", +"camberwell_beauty", +"cambium", +"cambodia", +"cambodian", +"cambodian_capital", +"cambodian_monetary_unit", +"cambria", +"cambrian", +"cambrian_mountains", +"cambrian_period", +"cambric", +"cambric_tea", +"cambridge", +"cambridge_university", +"camcorder", +"camden", +"camel", +"camel's_hair", +"camel_racing", +"camelhair", +"camelia", +"camelidae", +"camelina", +"camelina_sativa", +"camellia", +"camellia_japonica", +"camellia_sinensis", +"camellia_state", +"camelopard", +"camelot", +"camelpox", +"camelus", +"camelus_bactrianus", +"camelus_dromedarius", +"camembert", +"cameo", +"camera", +"camera_angle", +"camera_care", +"camera_lens", +"camera_lucida", +"camera_obscura", +"camera_operator", +"camera_tripod", +"cameraman", +"cameroon", +"cameroon_franc", +"cameroonian", +"cameroun", +"camillo_golgi", +"camion", +"camise", +"camisole", +"camlan", +"camlet", +"camo", +"camomile", +"camomile_tea", +"camorra", +"camosh", +"camouflage", +"camp", +"camp_bed", +"camp_chair", +"camp_david", +"camp_follower", +"camp_meeting", +"camp_robber", +"campaign", +"campaign_for_governor", +"campaign_hat", +"campaigner", +"campaigning", +"campana", +"campania", +"campanile", +"campanula", +"campanula_americana", +"campanula_aparinoides", +"campanula_carpatica", +"campanula_divaricata", +"campanula_glomerata", +"campanula_medium", +"campanula_persicifolia", +"campanula_pyramidalis", +"campanula_rapunculoides", +"campanula_rapunculus", +"campanula_rotundifolia", +"campanula_trachelium", +"campanulaceae", +"campanulales", +"campbell", +"campeachy", +"campeche", +"campephilus", +"campephilus_principalis", +"camper", +"camper_trailer", +"campfire", +"campfire_girl", +"campground", +"camphor", +"camphor_ball", +"camphor_daisy", +"camphor_dune_tansy", +"camphor_ice", +"camphor_oil", +"camphor_tree", +"camphorated_tincture_of_opium", +"camphorweed", +"camping", +"camping_area", +"camping_bus", +"camping_ground", +"camping_site", +"campion", +"campmate", +"campong", +"camponotus", +"campsis_radicans", +"campsite", +"campstool", +"camptosorus", +"camptosorus_rhizophyllus", +"campus", +"campyloneurum", +"campyloneurum_augustifolium", +"campylorhynchus", +"campylotropous_ovule", +"camshaft", +"camus", +"camwood", +"can", +"can_buoy", +"can_of_worms", +"can_opener", +"canaan", +"canaanite", +"canaanitic", +"canaanitic_language", +"canachites", +"canachites_canadensis", +"canada", +"canada_anemone", +"canada_balsam", +"canada_garlic", +"canada_ginger", +"canada_goose", +"canada_jay", +"canada_lily", +"canada_lynx", +"canada_moonseed", +"canada_plum", +"canada_porcupine", +"canada_thistle", +"canada_violet", +"canada_wild_rye", +"canadian", +"canadian_aspen", +"canadian_bacon", +"canadian_capital", +"canadian_dollar", +"canadian_falls", +"canadian_fleabane", +"canadian_french", +"canadian_goldenrod", +"canadian_goose", +"canadian_hemlock", +"canadian_maritime_provinces", +"canadian_pondweed", +"canadian_province", +"canadian_red_pine", +"canadian_river", +"canadian_security_intelligence_service", +"canadian_shield", +"canafistola", +"canafistula", +"canakkale_bogazi", +"canal", +"canal_boat", +"canal_of_schlemm", +"canal_zone", +"canaliculus", +"canalis_cervicis_uteri", +"canalis_inguinalis", +"canalis_vertebralis", +"canalisation", +"canalization", +"canandaigua_lake", +"cananga", +"cananga_odorata", +"canangium", +"canape", +"canara", +"canard", +"canarese", +"canaries", +"canary", +"canary_bird", +"canary_creeper", +"canary_grass", +"canary_island_hare's_foot_fern", +"canary_islands", +"canary_seed", +"canary_whitewood", +"canary_wine", +"canary_yellow", +"canarybird_flower", +"canarybird_vine", +"canasta", +"canavalia", +"canavalia_ensiformis", +"canavalia_gladiata", +"canavanine", +"canberra", +"cancan", +"cancel", +"cancellation", +"cancer", +"cancer_body", +"cancer_borealis", +"cancer_cell", +"cancer_drug", +"cancer_irroratus", +"cancer_juice", +"cancer_magister", +"cancer_of_the_blood", +"cancer_of_the_liver", +"cancer_the_crab", +"cancer_weed", +"cancerweed", +"cancridae", +"cancroid", +"cancun", +"candela", +"candelabra", +"candelabrum", +"candelilla", +"candelilla_wax", +"candid_camera", +"candida", +"candida_albicans", +"candidacy", +"candidate", +"candidature", +"candidiasis", +"candidness", +"candied_apple", +"candied_citrus_peel", +"candied_fruit", +"candle", +"candle_flame", +"candle_holder", +"candleberry", +"candlelight", +"candlemaker", +"candlemas", +"candlemas_day", +"candlenut", +"candlepin", +"candlepin_bowling", +"candlepins", +"candlepower", +"candlepower_unit", +"candlesnuffer", +"candlestick", +"candlestick_tulip", +"candlewick", +"candlewood", +"candor", +"candour", +"candy", +"candy_apple", +"candy_bar", +"candy_cane", +"candy_corn", +"candy_egg", +"candy_kiss", +"candy_store", +"candy_striper", +"candy_thermometer", +"candyfloss", +"candymaker", +"candytuft", +"candyweed", +"cane", +"cane_blight", +"cane_reed", +"cane_sugar", +"canebrake", +"canebrake_rattler", +"canebrake_rattlesnake", +"canecutter", +"canella", +"canella-alba", +"canella_bark", +"canella_family", +"canella_winterana", +"canellaceae", +"canetti", +"canfield", +"canful", +"cangue", +"canicola_fever", +"canicula", +"canicular_days", +"canicule", +"canid", +"canidae", +"canine", +"canine_chorea", +"canine_distemper", +"canine_tooth", +"caning", +"canis", +"canis_aureus", +"canis_dingo", +"canis_familiaris", +"canis_latrans", +"canis_lupus", +"canis_lupus_tundrarum", +"canis_major", +"canis_minor", +"canis_niger", +"canis_rufus", +"canistel", +"canistel_tree", +"canister", +"canister_shot", +"canker", +"canker_brake", +"canker_sore", +"cankerweed", +"cankerworm", +"canna", +"canna_edulis", +"canna_generalis", +"canna_indica", +"canna_lily", +"cannabidaceae", +"cannabin", +"cannabis", +"cannabis_indica", +"cannabis_resin", +"cannabis_sativa", +"cannaceae", +"cannae", +"canned_food", +"canned_foods", +"canned_goods", +"canned_hunt", +"canned_meat", +"cannel_coal", +"cannelloni", +"cannery", +"cannes", +"cannibal", +"cannibal_mound", +"cannibalism", +"cannikin", +"cannister", +"cannon", +"cannon_ball", +"cannon_bone", +"cannon_cracker", +"cannon_fire", +"cannon_fodder", +"cannonade", +"cannonball", +"cannoneer", +"cannula", +"cannulation", +"cannulisation", +"cannulization", +"canoe", +"canoe_birch", +"canoe_cedar", +"canoeist", +"canola", +"canola_oil", +"canon", +"canon_law", +"canonical_hour", +"canonisation", +"canonist", +"canonization", +"canopic_jar", +"canopic_vase", +"canopus", +"canopy", +"cant", +"cant_dog", +"cant_hook", +"cantabrian_mountains", +"cantabrigian", +"cantala", +"cantaloup", +"cantaloup_vine", +"cantaloupe", +"cantaloupe_vine", +"cantata", +"canteen", +"canter", +"canterbury", +"canterbury_bell", +"canterbury_tales", +"cantering_rhythm", +"cantharellus", +"cantharellus_cibarius", +"cantharellus_cinnabarinus", +"cantharellus_clavatus", +"cantharellus_floccosus", +"canthus", +"canticle", +"canticle_of_canticles", +"canticle_of_simeon", +"canticles", +"cantilever", +"cantilever_bridge", +"cantillation", +"cantle", +"canto", +"canton", +"canton_crepe", +"canton_flannel", +"canton_ginger", +"canton_river", +"cantonese", +"cantonese_dialect", +"cantonment", +"cantor", +"cantus_firmus", +"canuck", +"canulation", +"canulisation", +"canulization", +"canute", +"canute_the_great", +"canvas", +"canvas_tent", +"canvasback", +"canvasback_duck", +"canvass", +"canvasser", +"canvassing", +"canyon", +"canyon_live_oak", +"canyon_oak", +"canyon_treefrog", +"canyonlands_national_park", +"canyonside", +"caoutchouc", +"caoutchouc_tree", +"cap", +"cap_opener", +"cap_screw", +"capability", +"capableness", +"capaciousness", +"capacitance", +"capacitance_unit", +"capacitor", +"capacitor_microphone", +"capacity", +"capacity_measure", +"capacity_unit", +"caparison", +"cape", +"cape_aloe", +"cape_ann", +"cape_breton_island", +"cape_buffalo", +"cape_canaveral", +"cape_cod", +"cape_cod_bay", +"cape_cod_canal", +"cape_colony", +"cape_dagga", +"cape_fear", +"cape_fear_river", +"cape_flattery", +"cape_forget-me-not", +"cape_froward", +"cape_girardeau", +"cape_gooseberry", +"cape_hatteras", +"cape_horn", +"cape_hunting_dog", +"cape_hyacinth", +"cape_jasmine", +"cape_jessamine", +"cape_kafferboom", +"cape_kennedy", +"cape_lobster", +"cape_marigold", +"cape_may", +"cape_may_warbler", +"cape_of_good_hope", +"cape_of_good_hope_province", +"cape_passero", +"cape_periwinkle", +"cape_primrose", +"cape_province", +"cape_sable", +"cape_town", +"cape_trafalgar", +"cape_tulip", +"cape_verde", +"cape_verde_escudo", +"cape_verde_islands", +"cape_verde_monetary_unit", +"cape_yellowwood", +"cape_york", +"cape_york_peninsula", +"capek", +"capelan", +"capelin", +"capeline_bandage", +"capella", +"caper", +"caper_family", +"caper_sauce", +"caper_spurge", +"caper_tree", +"capercaillie", +"capercailzie", +"capet", +"capetian", +"capetian_dynasty", +"capeweed", +"capful", +"capibara", +"capillarity", +"capillary", +"capillary_action", +"capillary_artery", +"capillary_bed", +"capillary_fracture", +"capillary_tube", +"capillary_tubing", +"capillary_vein", +"capillary_vessel", +"capital", +"capital_account", +"capital_cost", +"capital_expenditure", +"capital_gain", +"capital_gains_tax", +"capital_letter", +"capital_levy", +"capital_loss", +"capital_of_afghanistan", +"capital_of_alabama", +"capital_of_alaska", +"capital_of_antigua_and_barbuda", +"capital_of_argentina", +"capital_of_arizona", +"capital_of_arkansas", +"capital_of_armenia", +"capital_of_australia", +"capital_of_austria", +"capital_of_azerbaijan", +"capital_of_bahrain", +"capital_of_bangladesh", +"capital_of_barbados", +"capital_of_belarus", +"capital_of_belgium", +"capital_of_benin", +"capital_of_bolivia", +"capital_of_botswana", +"capital_of_brazil", +"capital_of_burundi", +"capital_of_california", +"capital_of_cameroon", +"capital_of_canada", +"capital_of_cape_verde", +"capital_of_central_africa", +"capital_of_chad", +"capital_of_chile", +"capital_of_colombia", +"capital_of_colorado", +"capital_of_connecticut", +"capital_of_costa_rica", +"capital_of_cuba", +"capital_of_cyprus", +"capital_of_delaware", +"capital_of_djibouti", +"capital_of_ecuador", +"capital_of_egypt", +"capital_of_estonia", +"capital_of_ethiopia", +"capital_of_finland", +"capital_of_florida", +"capital_of_france", +"capital_of_gabon", +"capital_of_gambia", +"capital_of_georgia", +"capital_of_ghana", +"capital_of_greece", +"capital_of_grenada", +"capital_of_guatemala", +"capital_of_guinea", +"capital_of_guinea-bissau", +"capital_of_hawaii", +"capital_of_hungary", +"capital_of_iceland", +"capital_of_idaho", +"capital_of_illinois", +"capital_of_india", +"capital_of_indiana", +"capital_of_indonesia", +"capital_of_iowa", +"capital_of_iran", +"capital_of_iraq", +"capital_of_ireland", +"capital_of_israel", +"capital_of_italy", +"capital_of_jamaica", +"capital_of_japan", +"capital_of_jordan", +"capital_of_kansas", +"capital_of_kazakhstan", +"capital_of_kentucky", +"capital_of_kenya", +"capital_of_kuwait", +"capital_of_kyrgyzstan", +"capital_of_laos", +"capital_of_latvia", +"capital_of_lebanon", +"capital_of_lesotho", +"capital_of_liberia", +"capital_of_libya", +"capital_of_liechtenstein", +"capital_of_lithuania", +"capital_of_louisiana", +"capital_of_luxembourg", +"capital_of_madagascar", +"capital_of_maine", +"capital_of_malawi", +"capital_of_malaysia", +"capital_of_malta", +"capital_of_maryland", +"capital_of_massachusetts", +"capital_of_mexico", +"capital_of_michigan", +"capital_of_minnesota", +"capital_of_mississippi", +"capital_of_missouri", +"capital_of_moldova", +"capital_of_mongolia", +"capital_of_montana", +"capital_of_morocco", +"capital_of_mozambique", +"capital_of_nebraska", +"capital_of_nepal", +"capital_of_nevada", +"capital_of_new_hampshire", +"capital_of_new_jersey", +"capital_of_new_mexico", +"capital_of_new_york", +"capital_of_new_zealand", +"capital_of_nicaragua", +"capital_of_niger", +"capital_of_nigeria", +"capital_of_north_carolina", +"capital_of_north_dakota", +"capital_of_north_korea", +"capital_of_northern_ireland", +"capital_of_norway", +"capital_of_ohio", +"capital_of_oklahoma", +"capital_of_oman", +"capital_of_oregon", +"capital_of_pakistan", +"capital_of_panama", +"capital_of_papua_new_guinea", +"capital_of_paraguay", +"capital_of_pennsylvania", +"capital_of_peru", +"capital_of_poland", +"capital_of_portugal", +"capital_of_qatar", +"capital_of_red_china", +"capital_of_rhode_island", +"capital_of_romania", +"capital_of_rwanda", +"capital_of_san_marino", +"capital_of_saudi_arabia", +"capital_of_senegal", +"capital_of_serbia_and_montenegro", +"capital_of_seychelles", +"capital_of_sierra_leone", +"capital_of_singapore", +"capital_of_slovakia", +"capital_of_somalia", +"capital_of_south_africa", +"capital_of_south_carolina", +"capital_of_south_dakota", +"capital_of_south_korea", +"capital_of_spain", +"capital_of_sri_lanka", +"capital_of_sudan", +"capital_of_suriname", +"capital_of_swaziland", +"capital_of_sweden", +"capital_of_switzerland", +"capital_of_syria", +"capital_of_taiwan", +"capital_of_tajikistan", +"capital_of_tanzania", +"capital_of_tennessee", +"capital_of_texas", +"capital_of_thailand", +"capital_of_the_bahamas", +"capital_of_the_dominican_republic", +"capital_of_the_netherlands", +"capital_of_the_philippines", +"capital_of_the_russian_federation", +"capital_of_the_ukraine", +"capital_of_the_united_kingdom", +"capital_of_the_united_states", +"capital_of_tibet", +"capital_of_togo", +"capital_of_trinidad_and_tobago", +"capital_of_tunisia", +"capital_of_turkey", +"capital_of_turkmenistan", +"capital_of_uganda", +"capital_of_uruguay", +"capital_of_utah", +"capital_of_uzbek", +"capital_of_vanuatu", +"capital_of_venezuela", +"capital_of_vermont", +"capital_of_vietnam", +"capital_of_virginia", +"capital_of_washington", +"capital_of_west_virginia", +"capital_of_western_samoa", +"capital_of_wisconsin", +"capital_of_wyoming", +"capital_of_zambia", +"capital_of_zimbabwe", +"capital_offense", +"capital_punishment", +"capital_ship", +"capital_stock", +"capitalisation", +"capitalism", +"capitalist", +"capitalist_economy", +"capitalization", +"capitate", +"capitate_bone", +"capitation", +"capitol", +"capitol_building", +"capitol_hill", +"capitol_reef_national_park", +"capitonidae", +"capitulation", +"capitulum", +"capiz", +"caplin", +"capo", +"capon", +"capone", +"caporetto", +"capote", +"capoten", +"cappadocia", +"capparidaceae", +"capparis", +"capparis_arborea", +"capparis_cynophallophora", +"capparis_flexuosa", +"capparis_mitchellii", +"capparis_spinosa", +"capped_macaque", +"cappelletti", +"cappuccino", +"cappuccino_coffee", +"capra", +"capra_aegagrus", +"capra_falconeri", +"capra_hircus", +"capra_ibex", +"caprella", +"capreolus", +"capreolus_capreolus", +"capri", +"capric_acid", +"capriccio", +"caprice", +"capriciousness", +"capricorn", +"capricorn_the_goat", +"capricornis", +"capricornus", +"caprifig", +"caprifoliaceae", +"caprimulgid", +"caprimulgidae", +"caprimulgiform_bird", +"caprimulgiformes", +"caprimulgus", +"caprimulgus_carolinensis", +"caprimulgus_europaeus", +"caprimulgus_vociferus", +"caprine_animal", +"capriole", +"caproic_acid", +"caproidae", +"capromyidae", +"capros", +"capros_aper", +"caprylic_acid", +"capsaicin", +"capsella", +"capsella_bursa-pastoris", +"capsicum", +"capsicum_annuum_cerasiforme", +"capsicum_annuum_conoides", +"capsicum_annuum_grossum", +"capsicum_annuum_longum", +"capsicum_baccatum", +"capsicum_frutescens", +"capsicum_frutescens_baccatum", +"capsicum_pepper_plant", +"capsid", +"capsidae", +"capsizing", +"capstan", +"capstone", +"capsula_glomeruli", +"capsule", +"captain", +"captain's_chair", +"captain_bligh", +"captain_bob", +"captain_cook", +"captain_hicks", +"captain_horatio_hornblower", +"captain_james_cook", +"captain_john_smith", +"captain_kidd", +"captaincy", +"captainship", +"caption", +"captivation", +"captive", +"captive_finance_company", +"captivity", +"captopril", +"captor", +"capture", +"capturer", +"capuchin", +"capulin", +"capulin_tree", +"caput", +"capybara", +"car", +"car-ferry", +"car-mechanic", +"car_battery", +"car_bomb", +"car_boot_sale", +"car_care", +"car_carrier", +"car_company", +"car_dealer", +"car_door", +"car_factory", +"car_horn", +"car_insurance", +"car_loan", +"car_maker", +"car_manufacturer", +"car_mirror", +"car_park", +"car_part", +"car_pool", +"car_port", +"car_race", +"car_racing", +"car_rental", +"car_seat", +"car_sickness", +"car_tire", +"car_traffic", +"car_train", +"car_transporter", +"car_wheel", +"car_window", +"carabao", +"carabid_beetle", +"carabidae", +"carabineer", +"carabiner", +"carabinier", +"caracal", +"caracara", +"caracas", +"carack", +"caracolito", +"caracul", +"carafate", +"carafe", +"caragana", +"caragana_arborescens", +"caragana_sinica", +"carageen", +"carambola", +"carambola_tree", +"caramel", +"caramel_apple", +"caramel_brown", +"caramel_bun", +"caramelized_sugar", +"carancha", +"caranda", +"caranda_palm", +"caranday", +"carangid", +"carangid_fish", +"carangidae", +"caranx", +"caranx_bartholomaei", +"caranx_crysos", +"caranx_hippos", +"carapace", +"carapidae", +"carassius", +"carassius_auratus", +"carassius_carassius", +"carassius_vulgaris", +"carat", +"caravaggio", +"caravan", +"caravan_inn", +"caravanning", +"caravansary", +"caravanserai", +"caraway", +"caraway_seed", +"caraway_seed_bread", +"carbamate", +"carbamic_acid", +"carbamide", +"carbide", +"carbine", +"carbineer", +"carbo_loading", +"carbohydrate", +"carbohydrate_loading", +"carbolic_acid", +"carboloy", +"carbomycin", +"carbon", +"carbon-14_dating", +"carbon_14", +"carbon_arc", +"carbon_arc_lamp", +"carbon_atom", +"carbon_black", +"carbon_copy", +"carbon_cycle", +"carbon_dating", +"carbon_dichloride", +"carbon_dioxide", +"carbon_dioxide_acidosis", +"carbon_disulfide", +"carbon_monoxide", +"carbon_monoxide_gas", +"carbon_monoxide_poisoning", +"carbon_nanotube", +"carbon_paper", +"carbon_process", +"carbon_steel", +"carbon_tet", +"carbon_tetrachloride", +"carbon_tetrahalide", +"carbonado", +"carbonara", +"carbonate", +"carbonated_water", +"carbonation", +"carbondale", +"carbonic_acid", +"carbonic_acid_gas", +"carboniferous", +"carboniferous_period", +"carbonisation", +"carbonization", +"carbonnade_flamande", +"carbonyl", +"carbonyl_group", +"carborundum", +"carboxyl", +"carboxyl_group", +"carboxylic_acid", +"carboxymethyl_cellulose", +"carboy", +"carbuncle", +"carburetor", +"carburettor", +"carcajou", +"carcase", +"carcass", +"carcharhinidae", +"carcharhinus", +"carcharhinus_leucas", +"carcharhinus_limbatus", +"carcharhinus_obscurus", +"carcharhinus_plumbeus", +"carcharias", +"carcharias_taurus", +"carchariidae", +"carcharinus_longimanus", +"carcharodon", +"carcharodon_carcharias", +"carcinogen", +"carcinoid", +"carcinoma", +"carcinoma_in_situ", +"carcinomatous_myopathy", +"carcinosarcoma", +"card", +"card-house", +"card_catalog", +"card_catalogue", +"card_game", +"card_index", +"card_player", +"card_shark", +"card_sharp", +"card_sharper", +"card_table", +"card_trick", +"cardamine", +"cardamine_bulbifera", +"cardamine_bulbosa", +"cardamine_diphylla", +"cardamine_douglasii", +"cardamine_pratensis", +"cardamine_rotundifolia", +"cardamom", +"cardamon", +"cardamum", +"cardboard", +"cardcase", +"cardcastle", +"cardholder", +"cardhouse", +"cardia", +"cardiac_arrest", +"cardiac_arrhythmia", +"cardiac_cycle", +"cardiac_glucoside", +"cardiac_glycoside", +"cardiac_insufficiency", +"cardiac_massage", +"cardiac_monitor", +"cardiac_murmur", +"cardiac_muscle", +"cardiac_output", +"cardiac_pacemaker", +"cardiac_plexus", +"cardiac_resuscitation", +"cardiac_rhythm", +"cardiac_sphincter", +"cardiac_tamponade", +"cardiac_valve", +"cardiff", +"cardigan", +"cardigan_welsh_corgi", +"cardiidae", +"cardinal", +"cardinal_bellarmine", +"cardinal_compass_point", +"cardinal_flower", +"cardinal_grosbeak", +"cardinal_newman", +"cardinal_number", +"cardinal_richelieu", +"cardinal_tetra", +"cardinal_vein", +"cardinal_virtue", +"cardinalate", +"cardinalfish", +"cardinalis_cardinalis", +"cardinality", +"cardinalship", +"cardiogenic_shock", +"cardiogram", +"cardiograph", +"cardiography", +"cardioid", +"cardioid_microphone", +"cardiologist", +"cardiology", +"cardiomegaly", +"cardiomyopathy", +"cardiopathy", +"cardiopulmonary_arrest", +"cardiopulmonary_exercise", +"cardiopulmonary_resuscitation", +"cardiospasm", +"cardiospermum", +"cardiospermum_grandiflorum", +"cardiospermum_halicacabum", +"cardiovascular_disease", +"cardiovascular_system", +"carditis", +"cardium", +"cardium_edule", +"cardizem", +"cardoon", +"cardroom", +"cards", +"cardsharp", +"cardsharper", +"carducci", +"carduelinae", +"carduelis", +"carduelis_cannabina", +"carduelis_carduelis", +"carduelis_cucullata", +"carduelis_flammea", +"carduelis_hornemanni", +"carduelis_spinus", +"cardura", +"carduus", +"carduus_crispus", +"carduus_nutans", +"care", +"care_delivery", +"careen", +"career", +"career_counseling", +"career_girl", +"career_man", +"careerism", +"careerist", +"carefreeness", +"carefulness", +"caregiver", +"carelessness", +"carelian", +"caress", +"caressing", +"caret", +"caretaker", +"caretta", +"caretta_caretta", +"carew", +"carex", +"carex_arenaria", +"carex_pseudocyperus", +"carfare", +"carful", +"cargo", +"cargo_area", +"cargo_container", +"cargo_cult", +"cargo_deck", +"cargo_door", +"cargo_hatch", +"cargo_helicopter", +"cargo_hold", +"cargo_liner", +"cargo_ship", +"cargo_ships", +"cargo_vessel", +"carhop", +"cariama", +"cariama_cristata", +"cariamidae", +"carib", +"carib_indian", +"carib_wood", +"caribbean", +"caribbean_island", +"caribbean_language", +"caribbean_sea", +"caribe", +"caribees", +"caribou", +"carica", +"carica_papaya", +"caricaceae", +"caricature", +"caricature_plant", +"caricaturist", +"caries", +"carillon", +"carillon_playing", +"carillonneur", +"carina", +"carina_fornicis", +"carinate", +"carinate_bird", +"caring", +"carioca", +"carissa", +"carissa_bispinosa", +"carissa_grandiflora", +"carissa_macrocarpa", +"carissa_plum", +"carjacking", +"carl_anderson", +"carl_august_nielsen", +"carl_clinton_van_doren", +"carl_david_anderson", +"carl_gustaf_mossander", +"carl_gustav_jung", +"carl_jung", +"carl_lewis", +"carl_maria_von_weber", +"carl_nielsen", +"carl_orff", +"carl_rogers", +"carl_sandburg", +"carl_van_doren", +"carl_von_linne", +"carl_xvi_gustaf", +"carl_xvi_gustav", +"carl_yastrzemski", +"carlina", +"carlina_acaulis", +"carlina_vulgaris", +"carline_thistle", +"carling_float", +"carlo_goldoni", +"carload", +"carlos", +"carlos_chavez", +"carlos_fuentes", +"carlos_the_jackal", +"carlovingian", +"carlovingian_dynasty", +"carlsbad", +"carlsbad_caverns", +"carlsbad_caverns_national_park", +"carlyle", +"carmaker", +"carmelite", +"carmelite_order", +"carmichael", +"carminative", +"carmine", +"carnage", +"carnal_abuse", +"carnal_knowledge", +"carnality", +"carnallite", +"carnassial_tooth", +"carnation", +"carnation_family", +"carnauba", +"carnauba_palm", +"carnauba_wax", +"carnegie", +"carnegie_mellon_university", +"carnegiea", +"carnegiea_gigantea", +"carnelian", +"carniolan_bee", +"carnival", +"carnivora", +"carnivore", +"carnivorous_bat", +"carnivorous_plant", +"carnosaur", +"carnosaura", +"carnot", +"carnot's_ideal_cycle", +"carnot_cycle", +"carnotite", +"carob", +"carob_bar", +"carob_bean", +"carob_bean_tree", +"carob_powder", +"carob_tree", +"caroche", +"carol", +"caroler", +"carolina", +"carolina_allspice", +"carolina_buckthorn", +"carolina_chickadee", +"carolina_hemlock", +"carolina_jasmine", +"carolina_lupine", +"carolina_moonseed", +"carolina_parakeet", +"carolina_pond_fern", +"carolina_spring_beauty", +"carolina_wren", +"carolinas", +"caroline_islands", +"caroling", +"carolingian", +"carolingian_dynasty", +"carolinian", +"caroller", +"carolus", +"carolus_linnaeus", +"carom", +"carotene", +"carotenemia", +"carotenoid", +"carothers", +"carotid_artery", +"carotid_body", +"carotid_plexus", +"carotin", +"carousal", +"carouse", +"carousel", +"carouser", +"carp", +"carpal", +"carpal_bone", +"carpal_tunnel", +"carpal_tunnel_syndrome", +"carpathian_mountains", +"carpathians", +"carpel", +"carpentaria", +"carpenter", +"carpenter's_hammer", +"carpenter's_kit", +"carpenter's_level", +"carpenter's_mallet", +"carpenter's_plane", +"carpenter's_rule", +"carpenter's_saw", +"carpenter's_square", +"carpenter_ant", +"carpenter_bee", +"carpenteria", +"carpenteria_californica", +"carpentry", +"carper", +"carpet", +"carpet_beater", +"carpet_beetle", +"carpet_bombing", +"carpet_bug", +"carpet_grass", +"carpet_knight", +"carpet_loom", +"carpet_moth", +"carpet_pad", +"carpet_shark", +"carpet_slipper", +"carpet_snake", +"carpet_sweeper", +"carpet_tack", +"carpetbag", +"carpetbagger", +"carpeting", +"carpetweed", +"carpetweed_family", +"carphophis", +"carphophis_amoenus", +"carpinaceae", +"carping", +"carpinus", +"carpinus_betulus", +"carpinus_caroliniana", +"carpobrotus", +"carpobrotus_edulis", +"carpocapsa", +"carpocapsa_pomonella", +"carpodacus", +"carpodacus_mexicanus", +"carpodacus_purpureus", +"carpophore", +"carport", +"carpospore", +"carpus", +"carrack", +"carrageen", +"carrageenan", +"carrageenin", +"carragheen", +"carrefour", +"carrel", +"carrell", +"carrere", +"carriage", +"carriage_bolt", +"carriage_dog", +"carriage_house", +"carriage_return", +"carriage_trade", +"carriage_wrench", +"carriageway", +"carrick_bend", +"carrick_bitt", +"carrier", +"carrier_bag", +"carrier_electrophoresis", +"carrier_pigeon", +"carrier_wave", +"carrion", +"carrion_crow", +"carrion_flower", +"carrion_fungus", +"carrizo", +"carroll", +"carron_oil", +"carrot", +"carrot_family", +"carrot_juice", +"carrot_pudding", +"carrot_stick", +"carrottop", +"carrousel", +"carry", +"carry-forward", +"carry-over", +"carry_amelia_moore_nation", +"carry_nation", +"carryall", +"carrycot", +"carrying_charge", +"carrying_cost", +"carrying_into_action", +"carrying_out", +"carson", +"carson_city", +"carson_mccullers", +"carson_smith_mccullers", +"cart", +"cart-track_plant", +"cart_horse", +"cart_track", +"cartage", +"cartagena", +"cartagena_bark", +"carte", +"carte_blanche", +"carte_du_jour", +"cartel", +"carter", +"carter_administration", +"cartesian", +"cartesian_coordinate", +"cartesian_coordinate_system", +"cartesian_plane", +"cartesian_product", +"carthage", +"carthaginian", +"carthamus", +"carthamus_tinctorius", +"carthorse", +"carthusian", +"carthusian_order", +"cartier", +"cartilage", +"cartilage_bone", +"cartilaginification", +"cartilaginous_fish", +"cartilaginous_structure", +"cartilaginous_tube", +"carting", +"cartload", +"cartographer", +"cartography", +"carton", +"cartonful", +"cartoon", +"cartoon_strip", +"cartoonist", +"cartouch", +"cartouche", +"cartridge", +"cartridge_belt", +"cartridge_brass", +"cartridge_clip", +"cartridge_ejector", +"cartridge_extractor", +"cartridge_font", +"cartridge_fuse", +"cartridge_holder", +"cartridge_paper", +"cartridge_remover", +"cartroad", +"cartwheel", +"cartwright", +"carum", +"carum_carvi", +"caruncle", +"caruncula", +"caruso", +"carvedilol", +"carver", +"carving", +"carving_fork", +"carving_knife", +"cary_grant", +"carya", +"carya_aquatica", +"carya_cordiformis", +"carya_glabra", +"carya_illinoensis", +"carya_illinoinsis", +"carya_laciniosa", +"carya_myristicaeformis", +"carya_myristiciformis", +"carya_ovata", +"carya_tomentosa", +"caryatid", +"caryocar", +"caryocar_nuciferum", +"caryocaraceae", +"caryophyllaceae", +"caryophyllaceous_plant", +"caryophyllales", +"caryophyllidae", +"caryophylloid_dicot_family", +"caryophylloid_dicot_genus", +"caryopsis", +"caryota", +"caryota_urens", +"casaba", +"casaba_melon", +"casablanca", +"casals", +"casanova", +"casanova_de_seingalt", +"casava", +"casbah", +"cascabel", +"cascade", +"cascade_everlasting", +"cascade_liquefier", +"cascade_mountains", +"cascade_penstemon", +"cascade_range", +"cascade_transformer", +"cascades", +"cascades_frog", +"cascading_menu", +"cascara", +"cascara_buckthorn", +"cascara_sagrada", +"cascarilla", +"cascarilla_bark", +"case", +"case-fatality_proportion", +"case-hardened_steel", +"case-to-infection_proportion", +"case-to-infection_ratio", +"case_agreement", +"case_history", +"case_in_point", +"case_knife", +"case_law", +"case_load", +"case_officer", +"case_shot", +"case_study", +"casebook", +"caseful", +"casein", +"casein_glue", +"casein_paint", +"casemaking_clothes_moth", +"casement", +"casement_window", +"casern", +"casework", +"caseworker", +"caseworm", +"casey_jones", +"casey_stengel", +"cash", +"cash_account", +"cash_advance", +"cash_bar", +"cash_basis", +"cash_card", +"cash_cow", +"cash_crop", +"cash_dispenser", +"cash_equivalent", +"cash_flow", +"cash_in_hand", +"cash_machine", +"cash_price", +"cash_register", +"cash_surrender_value", +"cashbox", +"cashcard", +"cashew", +"cashew_nut", +"cashew_tree", +"cashier", +"cashier's_check", +"cashier's_cheque", +"cashmere", +"cashmere_goat", +"casimir_funk", +"casing", +"casino", +"casino-hotel", +"cask", +"casket", +"caskful", +"casmerodius", +"casmerodius_albus", +"caspar", +"caspar_bartholin", +"caspase", +"caspase-mediated_cell_death", +"casper", +"caspian", +"caspian_sea", +"casque", +"casquet", +"casquetel", +"cass_gilbert", +"cassandra", +"cassareep", +"cassava", +"cassava_starch", +"cassegrainian_telescope", +"casserole", +"cassette", +"cassette_deck", +"cassette_player", +"cassette_recorder", +"cassette_tape", +"cassia", +"cassia-bark_tree", +"cassia_acutifolia", +"cassia_alata", +"cassia_augustifolia", +"cassia_auriculata", +"cassia_bark", +"cassia_fasciculata", +"cassia_fistula", +"cassia_grandis", +"cassia_javonica", +"cassia_marginata", +"cassia_marilandica", +"cassia_occidentalis", +"cassia_roxburghii", +"cassia_tora", +"cassie", +"cassin's_kingbird", +"cassino", +"cassiope", +"cassiope_mertensiana", +"cassiopeia", +"cassirer", +"cassiri", +"cassite", +"cassiterite", +"cassius", +"cassius_clay", +"cassius_longinus", +"cassius_marcellus_clay", +"cassock", +"cassowary", +"cast", +"cast-iron_plant", +"cast_iron", +"cast_of_characters", +"castanea", +"castanea_chrysophylla", +"castanea_crenata", +"castanea_dentata", +"castanea_mollissima", +"castanea_ozarkensis", +"castanea_pumila", +"castanea_sativa", +"castanets", +"castanopsis", +"castanopsis_chrysophylla", +"castanospermum", +"castaway", +"caste", +"caste_system", +"caster", +"caster_sugar", +"castigation", +"castile", +"castile_soap", +"castilian", +"castilla", +"castilleia", +"castilleja", +"castilleja_chromosa", +"castilleja_miniata", +"castilleja_sessiliflora", +"castilleja_sulphurea", +"castillian", +"casting", +"casting_lots", +"casting_vote", +"castle", +"castle_in_spain", +"castle_in_the_air", +"castling", +"castor", +"castor-oil_plant", +"castor_bean", +"castor_bean_plant", +"castor_canadensis", +"castor_fiber", +"castor_oil", +"castor_sugar", +"castoridae", +"castoroides", +"castrate", +"castration", +"castration_anxiety", +"castrato", +"castries", +"castro", +"castroism", +"casualness", +"casualty", +"casualty_care_research_center", +"casuaridae", +"casuariiformes", +"casuarina", +"casuarina_equisetfolia", +"casuarinaceae", +"casuarinales", +"casuarius", +"casuist", +"casuistry", +"casus_belli", +"cat", +"cat's-claw", +"cat's-ear", +"cat's-paw", +"cat's-tail", +"cat's_cradle", +"cat's_eye", +"cat's_feet", +"cat's_foot", +"cat-o'-nine-tails", +"cat_and_mouse", +"cat_and_rat", +"cat_bear", +"cat_box", +"cat_burglar", +"cat_cracker", +"cat_fancier", +"cat_flea", +"cat_food", +"cat_rig", +"cat_scan", +"cat_scanner", +"cat_scratch_disease", +"cat_shark", +"cat_sleep", +"cat_squirrel", +"cat_suit", +"cat_thyme", +"cat_valium", +"catabatic_wind", +"catabiosis", +"catabolism", +"catacala", +"catachresis", +"cataclysm", +"catacomb", +"catafalque", +"cataflam", +"catalan", +"catalase", +"catalectic", +"catalepsy", +"cataleptic", +"catalexis", +"catalina_cherry", +"catalina_island", +"catalog", +"catalog_buying", +"cataloged_procedure", +"cataloger", +"catalogue", +"cataloguer", +"catalonia", +"catalpa", +"catalpa_bignioides", +"catalpa_speciosa", +"catalufa", +"catalysis", +"catalyst", +"catalytic_converter", +"catalytic_cracker", +"catamaran", +"catamenia", +"catamite", +"catamount", +"catamountain", +"catananche", +"catananche_caerulea", +"cataphasia", +"cataphatism", +"cataphoresis", +"cataphract", +"cataphyll", +"cataplasia", +"cataplasm", +"catapres", +"catapult", +"cataract", +"cataract_canyon", +"cataract_surgery", +"catarrh", +"catarrhal_fever", +"catarrhine", +"catasetum", +"catasetum_macrocarpum", +"catastrophe", +"catastrophic_illness", +"catatonia", +"catatonic_schizophrenia", +"catatonic_type_schizophrenia", +"catawba", +"catbird", +"catboat", +"catbrier", +"catcall", +"catch", +"catch_crop", +"catch_phrase", +"catchall", +"catcher", +"catcher's_mask", +"catchfly", +"catching", +"catchment", +"catchment_area", +"catchment_basin", +"catchphrase", +"catchweed", +"catchword", +"catclaw", +"catechesis", +"catechetical_instruction", +"catechin", +"catechism", +"catechist", +"catecholamine", +"catechu", +"catechumen", +"categorem", +"categoreme", +"categorical_imperative", +"categorisation", +"categorization", +"category", +"catena", +"catenary", +"caterer", +"catering", +"caterpillar", +"caterpillar_track", +"caterpillar_tread", +"caterwaul", +"catfish", +"catgut", +"catha", +"catha_edulis", +"catharacta", +"catharacta_skua", +"catharanthus", +"catharanthus_roseus", +"cathari", +"catharism", +"cathars", +"catharsis", +"cathartes", +"cathartes_aura", +"cathartic", +"cathartid", +"cathartidae", +"cathay", +"cathaya", +"cathedra", +"cathedral", +"cather", +"catherine", +"catherine_de_medicis", +"catherine_howard", +"catherine_i", +"catherine_ii", +"catherine_of_aragon", +"catherine_parr", +"catherine_the_great", +"catherine_wheel", +"catheter", +"catheterisation", +"catheterization", +"cathexis", +"cathode", +"cathode-ray_oscilloscope", +"cathode-ray_tube", +"cathode_ray", +"catholic", +"catholic_church", +"catholic_pope", +"catholic_reaction_force", +"catholic_school", +"catholicism", +"catholicity", +"catholicon", +"catholicos", +"cathouse", +"cation", +"cationic_detergent", +"catjang_pea", +"catkin", +"catling", +"catmint", +"catnap", +"catnip", +"catocala_nupta", +"catoptrics", +"catoptrophorus", +"catoptrophorus_semipalmatus", +"catostomid", +"catostomidae", +"catostomus", +"catskill_mountains", +"catskills", +"catsup", +"catsup_bottle", +"cattail", +"cattail_family", +"cattail_millet", +"cattalo", +"cattell", +"cattie", +"cattiness", +"cattle", +"cattle_boat", +"cattle_breeding", +"cattle_cake", +"cattle_car", +"cattle_drive", +"cattle_egret", +"cattle_farm", +"cattle_grid", +"cattle_guard", +"cattle_pen", +"cattle_plague", +"cattle_ranch", +"cattle_thief", +"cattle_trail", +"cattleman", +"cattleship", +"cattley_guava", +"cattleya", +"cattleya_citrina", +"catty", +"catullus", +"catwalk", +"caucasia", +"caucasian", +"caucasian_language", +"caucasian_race", +"caucasian_walnut", +"caucasoid_race", +"caucasus", +"caucasus_mountains", +"caucus", +"cauda", +"caudal_anaesthesia", +"caudal_anesthesia", +"caudal_appendage", +"caudal_block", +"caudal_fin", +"caudal_vertebra", +"caudata", +"caudate", +"caudate_nucleus", +"caudex", +"caudine_forks", +"caul", +"cauldron", +"cauliflower", +"cauliflower_ear", +"caulk", +"caulking", +"caulophyllum", +"caulophyllum_thalictrioides", +"caulophyllum_thalictroides", +"causa", +"causal_agency", +"causal_agent", +"causal_factor", +"causalgia", +"causality", +"causation", +"cause", +"cause_celebre", +"cause_of_action", +"cause_of_death", +"causerie", +"causeway", +"causing", +"caustic", +"caustic_lime", +"caustic_potash", +"caustic_remark", +"caustic_soda", +"cauterant", +"cauterisation", +"cauterization", +"cautery", +"caution", +"cautious", +"cautious_statement", +"cautiousness", +"cavalcade", +"cavalier", +"cavalier_hat", +"cavalla", +"cavalry", +"cavalry_horse", +"cavalry_sword", +"cavalryman", +"cave", +"cave_bat", +"cave_dweller", +"cave_in", +"cave_man", +"cave_myotis", +"caveat", +"caveat_emptor", +"cavell", +"caveman", +"cavendish", +"cavern", +"cavernous_sinus", +"cavetto", +"cavia", +"cavia_cobaya", +"cavia_porcellus", +"caviar", +"caviare", +"caviidae", +"cavil", +"caviler", +"caviller", +"cavity", +"cavity_resonator", +"cavity_wall", +"caviuna_wood", +"cavum", +"cavy", +"caw", +"caxton", +"cay", +"cayenne", +"cayenne_jasmine", +"cayenne_pepper", +"cayman", +"cayman_islands", +"cayman_islands_dollar", +"cayuga", +"cayuga_lake", +"cayuse", +"cazique", +"cbc", +"cbr", +"cc", +"ccrc", +"cd", +"cd-r", +"cd-rom", +"cd-rom_drive", +"cd-wo", +"cd4", +"cd4_cell", +"cd4_t_cell", +"cd8", +"cd8_cell", +"cd8_t_cell", +"cd_burner", +"cd_drive", +"cd_player", +"cdc", +"cdna", +"ce", +"cease", +"cease-fire", +"cease_and_desist_order", +"ceaselessness", +"cebidae", +"cebu", +"cebu_city", +"cebu_maguey", +"cebuan", +"cebuano", +"cebuella", +"cebuella_pygmaea", +"cebus", +"cebus_capucinus", +"cecal_appendage", +"cecidomyidae", +"cecil_b._demille", +"cecil_blount_demille", +"cecil_frank_powell", +"cecil_j._rhodes", +"cecil_john_rhodes", +"cecil_rhodes", +"cecil_scott_forester", +"cecity", +"cecropia", +"cecropia_moth", +"cecropia_peltata", +"cecropiaceae", +"cecum", +"cedar", +"cedar-apple_rust", +"cedar_chest", +"cedar_elm", +"cedar_mahogany", +"cedar_nut", +"cedar_of_goa", +"cedar_of_lebanon", +"cedar_rapids", +"cedar_tree", +"cedar_waxwing", +"cedarbird", +"cedarwood", +"cedi", +"cedilla", +"ceding", +"ceding_back", +"cedrela", +"cedrela_calantas", +"cedrela_odorata", +"cedrus", +"cedrus_atlantica", +"cedrus_deodara", +"cedrus_libani", +"cefadroxil", +"cefobid", +"cefoperazone", +"cefotaxime", +"ceftazidime", +"ceftin", +"ceftriaxone", +"cefuroxime", +"ceiba", +"ceiba_pentandra", +"ceiba_tree", +"ceibo", +"ceilidh", +"ceiling", +"celandine", +"celandine_poppy", +"celastraceae", +"celastric_articulatus", +"celastrus", +"celastrus_orbiculatus", +"celastrus_scandens", +"celebes", +"celebrant", +"celebrater", +"celebration", +"celebrator", +"celebrex", +"celebrity", +"celecoxib", +"celeriac", +"celerity", +"celery", +"celery-leaved_buttercup", +"celery-topped_pine", +"celery_blight", +"celery_cabbage", +"celery_pine", +"celery_root", +"celery_salt", +"celery_seed", +"celery_stick", +"celery_top_pine", +"celesta", +"celestial_body", +"celestial_city", +"celestial_equator", +"celestial_globe", +"celestial_guidance", +"celestial_hierarchy", +"celestial_horizon", +"celestial_latitude", +"celestial_longitude", +"celestial_mechanics", +"celestial_navigation", +"celestial_orbit", +"celestial_point", +"celestial_pole", +"celestial_sphere", +"celestite", +"celiac_artery", +"celiac_disease", +"celiac_trunk", +"celibacy", +"celibate", +"celiocentesis", +"celioma", +"celioscopy", +"cell", +"cell-mediated_immune_response", +"cell_death", +"cell_division", +"cell_doctrine", +"cell_membrane", +"cell_nucleus", +"cell_organ", +"cell_organelle", +"cell_theory", +"cell_wall", +"cellar", +"cellarage", +"cellaret", +"cellblock", +"cellini", +"cellist", +"cello", +"cellophane", +"cellphone", +"cellular_division", +"cellular_inclusion", +"cellular_phone", +"cellular_respiration", +"cellular_slime_mold", +"cellular_telephone", +"cellularity", +"cellulite", +"cellulitis", +"celluloid", +"cellulose", +"cellulose_acetate", +"cellulose_ester", +"cellulose_nitrate", +"cellulose_tape", +"cellulose_triacetate", +"cellulose_xanthate", +"cellulosic", +"celom", +"celoma", +"celosia", +"celosia_argentea", +"celosia_argentea_cristata", +"celosia_cristata", +"celsius", +"celsius_scale", +"celt", +"celtic", +"celtic_cross", +"celtic_deity", +"celtic_language", +"celtis", +"celtis_australis", +"celtis_laevigata", +"celtis_occidentalis", +"celtuce", +"cembalo", +"cembra_nut", +"cembra_nut_tree", +"cement", +"cement_mixer", +"cementite", +"cementum", +"cemetery", +"cenchrus", +"cenchrus_ciliaris", +"cenchrus_tribuloides", +"cenobite", +"cenogenesis", +"cenotaph", +"cenozoic", +"cenozoic_era", +"censer", +"censor", +"censoring", +"censorship", +"censure", +"census", +"census_bureau", +"census_taker", +"cent", +"cental", +"centare", +"centas", +"centaur", +"centaurea", +"centaurea_americana", +"centaurea_cineraria", +"centaurea_cyanus", +"centaurea_gymnocarpa", +"centaurea_imperialis", +"centaurea_moschata", +"centaurea_nigra", +"centaurea_scabiosa", +"centaurea_solstitialis", +"centauria_calcitrapa", +"centaurium", +"centaurium_calycosum", +"centaurium_minus", +"centaurium_scilloides", +"centaurus", +"centaury", +"centavo", +"centenarian", +"centenary", +"centennial", +"centennial_state", +"center", +"center_bit", +"center_field", +"center_fielder", +"center_for_disease_control_and_prevention", +"center_line", +"center_of_attention", +"center_of_buoyancy", +"center_of_curvature", +"center_of_flotation", +"center_of_gravity", +"center_of_immersion", +"center_of_mass", +"center_punch", +"center_spread", +"center_stage", +"centerboard", +"centerfield", +"centerfielder", +"centerfold", +"centering", +"centerline", +"centerpiece", +"centesimo", +"centesis", +"centigrade_scale", +"centigrade_thermometer", +"centile", +"centiliter", +"centilitre", +"centime", +"centimeter", +"centimetre", +"centimo", +"centipede", +"centner", +"central", +"central_africa", +"central_african_republic", +"central_african_republic_franc", +"central_america", +"central_american", +"central_american_country", +"central_american_nation", +"central_american_strap_fern", +"central_artery_of_the_retina", +"central_bank", +"central_body", +"central_chimpanzee", +"central_city", +"central_dravidian", +"central_gyrus", +"central_heating", +"central_intelligence_agency", +"central_intelligence_machinery", +"central_nervous_system", +"central_office", +"central_park", +"central_powers", +"central_processing_unit", +"central_processor", +"central_scotoma", +"central_standard_time", +"central_sulcus", +"central_thai", +"central_time", +"central_vein_of_retina", +"central_vein_of_suprarenal_gland", +"central_veins_of_liver", +"central_vision", +"centralisation", +"centralism", +"centrality", +"centralization", +"centranthus", +"centranthus_ruber", +"centrarchid", +"centrarchidae", +"centre", +"centre_bit", +"centre_for_international_crime_prevention", +"centre_of_attention", +"centre_of_buoyancy", +"centre_of_curvature", +"centre_of_flotation", +"centre_of_gravity", +"centre_of_immersion", +"centre_of_mass", +"centre_spread", +"centre_stage", +"centreboard", +"centrefold", +"centrepiece", +"centrex", +"centrifugal_force", +"centrifugal_pump", +"centrifugation", +"centrifuge", +"centriole", +"centripetal_acceleration", +"centripetal_force", +"centriscidae", +"centrism", +"centrist", +"centrocercus", +"centrocercus_urophasianus", +"centroid", +"centrolobium", +"centrolobium_robustum", +"centromere", +"centropistes_striata", +"centropomidae", +"centropomus", +"centropristis", +"centropristis_philadelphica", +"centropus", +"centropus_phasianinus", +"centropus_sinensis", +"centrosema", +"centrosema_virginianum", +"centrosome", +"centrospermae", +"centrum", +"centunculus", +"centurion", +"century", +"century_plant", +"ceo", +"cephalalgia", +"cephalanthera", +"cephalanthera_rubra", +"cephalaspid", +"cephalaspida", +"cephalexin", +"cephalhematoma", +"cephalic_index", +"cephalic_vein", +"cephalitis", +"cephalobidae", +"cephalochordata", +"cephalochordate", +"cephaloglycin", +"cephalohematoma", +"cephalometry", +"cephalopod", +"cephalopod_mollusk", +"cephalopoda", +"cephalopterus", +"cephalopterus_ornatus", +"cephaloridine", +"cephalosporin", +"cephalotaceae", +"cephalotaxaceae", +"cephalotaxus", +"cephalothin", +"cephalotus", +"cephalotus_follicularis", +"cepheus", +"cepphus", +"cepphus_columba", +"cepphus_grylle", +"cer", +"cerambycidae", +"ceramic", +"ceramic_ware", +"ceramicist", +"ceramics", +"ceramist", +"cerapteryx", +"cerapteryx_graminis", +"ceras", +"cerastes", +"cerastes_cornutus", +"cerastium", +"cerastium_alpinum", +"cerastium_arvense", +"cerastium_tomentosum", +"cerate", +"ceratin", +"ceratitis", +"ceratitis_capitata", +"ceratodontidae", +"ceratodus", +"ceratonia", +"ceratonia_siliqua", +"ceratopetalum", +"ceratopetalum_gummiferum", +"ceratophyllaceae", +"ceratophyllum", +"ceratopogon", +"ceratopogonidae", +"ceratopsia", +"ceratopsian", +"ceratopsidae", +"ceratopteris", +"ceratopteris_pteridioides", +"ceratopteris_thalictroides", +"ceratosaur", +"ceratosaurus", +"ceratostomataceae", +"ceratostomella", +"ceratostomella_ulmi", +"ceratotherium", +"ceratotherium_simum", +"ceratozamia", +"cerberus", +"cercaria", +"cercidiphyllaceae", +"cercidiphyllum", +"cercidiphyllum_japonicum", +"cercidium", +"cercidium_floridum", +"cercis", +"cercis_canadensis", +"cercis_occidentalis", +"cercocebus", +"cercopidae", +"cercopithecidae", +"cercopithecus", +"cercopithecus_aethiops", +"cercopithecus_aethiops_pygerythrus", +"cercopithecus_aethiops_sabaeus", +"cercopithecus_talapoin", +"cercospora", +"cercospora_kopkei", +"cercosporella", +"cere", +"cereal", +"cereal_bowl", +"cereal_box", +"cereal_grass", +"cereal_oat", +"cerebellar_artery", +"cerebellar_hemisphere", +"cerebellar_vein", +"cerebellum", +"cerebral_aneurysm", +"cerebral_aqueduct", +"cerebral_artery", +"cerebral_cortex", +"cerebral_death", +"cerebral_edema", +"cerebral_hemisphere", +"cerebral_hemorrhage", +"cerebral_mantle", +"cerebral_palsy", +"cerebral_peduncle", +"cerebral_thrombosis", +"cerebral_vein", +"cerebration", +"cerebromeningitis", +"cerebrospinal_fever", +"cerebrospinal_fluid", +"cerebrospinal_meningitis", +"cerebrovascular_accident", +"cerebrum", +"cerecloth", +"cerement", +"ceremonial", +"ceremonial_dance", +"ceremonial_occasion", +"ceremoniousness", +"ceremony", +"ceres", +"ceresin", +"cereus", +"ceriman", +"cerise", +"cerium", +"cerivastatin", +"cero", +"cerotic_acid", +"ceroxylon", +"ceroxylon_alpinum", +"ceroxylon_andicola", +"cert", +"certainty", +"certhia", +"certhia_americana", +"certhia_familiaris", +"certhiidae", +"certificate", +"certificate_of_deposit", +"certificate_of_incorporation", +"certificate_of_indebtedness", +"certification", +"certified_check", +"certified_cheque", +"certified_milk", +"certified_public_accountant", +"certiorari", +"certitude", +"cerulean", +"cerulean_blue", +"cerumen", +"ceruse", +"cerussite", +"cervantes", +"cervantes_saavedra", +"cervical_artery", +"cervical_canal", +"cervical_cap", +"cervical_disc_syndrome", +"cervical_glands", +"cervical_glands_of_the_uterus", +"cervical_nerve", +"cervical_plexus", +"cervical_root_syndrome", +"cervical_smear", +"cervical_vein", +"cervical_vertebra", +"cervicitis", +"cervicofacial_actinomycosis", +"cervid", +"cervidae", +"cervix", +"cervix_uteri", +"cervus", +"cervus_elaphus", +"cervus_elaphus_canadensis", +"cervus_nipon", +"cervus_sika", +"cervus_unicolor", +"ceryle", +"ceryle_alcyon", +"cesar_chavez", +"cesar_estrada_chavez", +"cesar_franck", +"cesar_ritz", +"cesare_borgia", +"cesarean", +"cesarean_delivery", +"cesarean_section", +"cesarian", +"cesarian_section", +"cesium", +"cesium_137", +"cessation", +"cession", +"cesspit", +"cesspool", +"cestida", +"cestidae", +"cestoda", +"cestode", +"cestrum", +"cestrum_diurnum", +"cestrum_nocturnum", +"cestum", +"cestum_veneris", +"cetacea", +"cetacean", +"cetacean_mammal", +"cetchup", +"ceterach", +"ceterach_officinarum", +"cetonia", +"cetonia_aurata", +"cetoniidae", +"cetorhinidae", +"cetorhinus", +"cetorhinus_maximus", +"cetraria", +"cetraria_islandica", +"cetrimide", +"cetus", +"cewa", +"ceylon", +"ceylon_bowstring_hemp", +"ceylon_cinnamon", +"ceylon_cinnamon_tree", +"ceylon_gooseberry", +"ceylonite", +"cezanne", +"cf", +"cfc", +"cfo", +"cftr", +"cgs", +"cgs_system", +"ch'i", +"ch'in", +"ch'in_dynasty", +"ch'in_shih_huang_ti", +"ch'ing", +"ch'ing_dynasty", +"cha-cha", +"cha-cha-cha", +"chabad", +"chabad-lubavitch", +"chabad_hasidism", +"chabasite", +"chabazite", +"chablis", +"chachalaca", +"chachka", +"chacma", +"chacma_baboon", +"chad", +"chadar", +"chaddar", +"chadian", +"chadian_franc", +"chadic", +"chadic_language", +"chadlock", +"chador", +"chaenactis", +"chaenomeles", +"chaenomeles_japonica", +"chaenomeles_speciosa", +"chaenopsis", +"chaenopsis_ocellata", +"chaeronea", +"chaeta", +"chaetodipterus", +"chaetodipterus_faber", +"chaetodon", +"chaetodontidae", +"chaetognath", +"chaetognatha", +"chafe", +"chafeweed", +"chaff", +"chaffinch", +"chaffweed", +"chafing", +"chafing_dish", +"chafing_gear", +"chaga", +"chagall", +"chagatai", +"chagga", +"chagrin", +"chahta", +"chaim_azriel_weizmann", +"chaim_soutine", +"chaim_weizmann", +"chain", +"chain-smoker", +"chain_armor", +"chain_armour", +"chain_fern", +"chain_gang", +"chain_letter", +"chain_lightning", +"chain_mail", +"chain_of_mountains", +"chain_pickerel", +"chain_pike", +"chain_printer", +"chain_reaction", +"chain_reactor", +"chain_saw", +"chain_stitch", +"chain_store", +"chain_tongs", +"chain_wrench", +"chainlink_fence", +"chains", +"chainsaw", +"chair", +"chair_car", +"chair_lift", +"chair_of_state", +"chairlift", +"chairman", +"chairman_of_the_board", +"chairmanship", +"chairperson", +"chairwoman", +"chaise", +"chaise_longue", +"chait", +"chaja", +"chalaza", +"chalazion", +"chalcanthite", +"chalcedon", +"chalcedony", +"chalcid", +"chalcid_fly", +"chalcid_wasp", +"chalcidae", +"chalcidfly", +"chalcididae", +"chalcis", +"chalcis_fly", +"chalcocite", +"chalcopyrite", +"chalcostigma", +"chaldaea", +"chaldaean", +"chaldea", +"chaldean", +"chaldee", +"chaldron", +"chalet", +"chalice", +"chalice_vine", +"chalk", +"chalk_dust", +"chalk_line", +"chalk_pit", +"chalk_talk", +"chalkboard", +"chalkpit", +"chalkstone", +"challah", +"challenge", +"challenger", +"challis", +"chalons", +"chalons-sur-marne", +"chalybite", +"chamaea", +"chamaea_fasciata", +"chamaecrista", +"chamaecrista_fasciculata", +"chamaecyparis", +"chamaecyparis_lawsoniana", +"chamaecyparis_nootkatensis", +"chamaecyparis_thyoides", +"chamaecytisus", +"chamaecytisus_palmensis", +"chamaedaphne", +"chamaedaphne_calyculata", +"chamaeleo", +"chamaeleo_chamaeleon", +"chamaeleo_oweni", +"chamaeleon", +"chamaeleonidae", +"chamaeleontidae", +"chamaemelum", +"chamaemelum_nobilis", +"chamber", +"chamber_music", +"chamber_of_commerce", +"chamber_orchestra", +"chambered_nautilus", +"chamberlain", +"chambermaid", +"chamberpot", +"chambers", +"chambray", +"chameleon", +"chameleon_tree_frog", +"chamfer", +"chamfer_bit", +"chamfer_plane", +"chamfron", +"chammy", +"chammy_leather", +"chamois", +"chamois_cloth", +"chamois_cress", +"chamois_leather", +"chamomile", +"chamosite", +"champ", +"champagne", +"champagne-ardenne", +"champagne_cup", +"champagne_flute", +"champaign", +"champerty", +"champion", +"champion_lode", +"championship", +"champlain", +"champollion", +"champs_elysees", +"chanal", +"chanar", +"chance", +"chance-half_correlation", +"chance-medley", +"chance_event", +"chance_variable", +"chancel", +"chancellery", +"chancellor", +"chancellor_of_the_exchequer", +"chancellorship", +"chancellorsville", +"chancery", +"chancre", +"chancroid", +"chandelier", +"chandelle", +"chandi", +"chandler", +"chandlery", +"chanfron", +"chang", +"chang_jiang", +"chang_kuo", +"chang_kuo-lao", +"changan", +"change", +"change-of-pace", +"change-of-pace_ball", +"change-up", +"change_of_color", +"change_of_course", +"change_of_direction", +"change_of_integrity", +"change_of_life", +"change_of_location", +"change_of_magnitude", +"change_of_mind", +"change_of_shape", +"change_of_state", +"change_ringing", +"changeability", +"changeableness", +"changefulness", +"changelessness", +"changeling", +"changeover", +"changer", +"changjiang", +"changtzu", +"channel", +"channel_bass", +"channel_capacity", +"channel_cat", +"channel_catfish", +"channel_island", +"channel_islands_national_park", +"channel_tunnel", +"channelisation", +"channelization", +"channels", +"channidae", +"channukah", +"channukkah", +"chanoyu", +"chanson_de_geste", +"chant", +"chantarelle", +"chanter", +"chanterelle", +"chantey", +"chanting", +"chantry", +"chanty", +"chanukah", +"chanukkah", +"chao_phraya", +"chaos", +"chaotic_attractor", +"chap", +"chaparral", +"chaparral_broom", +"chaparral_cock", +"chaparral_mallow", +"chaparral_pea", +"chaparral_sage", +"chapati", +"chapatti", +"chapeau", +"chapel", +"chapel_hill", +"chapel_service", +"chapelgoer", +"chaperon", +"chaperone", +"chapiter", +"chaplain", +"chaplaincy", +"chaplainship", +"chaplet", +"chaplin", +"chapman", +"chapter", +"chapterhouse", +"chapultepec", +"char", +"chara", +"charabanc", +"characeae", +"characid", +"characidae", +"characin", +"characin_fish", +"characinidae", +"character", +"character-at-a-time_printer", +"character_actor", +"character_assassination", +"character_printer", +"character_reference", +"character_set", +"character_witness", +"characterisation", +"characterisic_function", +"characteristic", +"characteristic_curve", +"characteristic_root_of_a_square_matrix", +"characterization", +"charade", +"charades", +"charadrii", +"charadriidae", +"charadriiformes", +"charadrius", +"charadrius_melodus", +"charadrius_morinellus", +"charadrius_vociferus", +"charales", +"charcoal", +"charcoal_burner", +"charcoal_gray", +"charcoal_grey", +"charcot", +"charcot-marie-tooth_disease", +"charcuterie", +"chard", +"chard_plant", +"chardonnay", +"chardonnay_grape", +"charge", +"charge-exchange_accelerator", +"charge_account", +"charge_account_credit", +"charge_card", +"charge_d'affaires", +"charge_of_quarters", +"charge_per_unit", +"charge_plate", +"charge_sheet", +"charge_unit", +"chargeman", +"charger", +"chari", +"chari-nile", +"chari_river", +"charina", +"charina_bottae", +"chariness", +"chariot", +"chariot_race", +"charioteer", +"charisma", +"charitable_trust", +"charitableness", +"charity", +"charity_case", +"charity_shot", +"charity_throw", +"charity_toss", +"charivari", +"charlatan", +"charlatanism", +"charlemagne", +"charleroi", +"charles", +"charles's_law", +"charles's_wain", +"charles_a._lindbergh", +"charles_andre_joseph_marie_de_gaulle", +"charles_augustin_de_coulomb", +"charles_augustus_lindbergh", +"charles_baudelaire", +"charles_bullfinch", +"charles_camille_saint-saens", +"charles_christopher_parker", +"charles_cornwallis", +"charles_dana_gibson", +"charles_darwin", +"charles_de_gaulle", +"charles_dickens", +"charles_digby_harrod", +"charles_dillon_stengel", +"charles_dodgson", +"charles_dudley_warner", +"charles_eames", +"charles_edouard_jeanneret", +"charles_edward_berry", +"charles_edward_ives", +"charles_evans_hughes", +"charles_farrar_browne", +"charles_follen_mckim", +"charles_fourier", +"charles_francis_hall", +"charles_francois_gounod", +"charles_franklin_kettering", +"charles_frederick_menninger", +"charles_frederick_worth", +"charles_goodyear", +"charles_grey", +"charles_hard_townes", +"charles_hardin_holley", +"charles_henry_harrod", +"charles_herbert_best", +"charles_i", +"charles_ii", +"charles_ix", +"charles_james_fox", +"charles_john_huffam_dickens", +"charles_joseph_clark", +"charles_kay_ogden", +"charles_kettering", +"charles_l'enfant", +"charles_lamb", +"charles_laughton", +"charles_lindbergh", +"charles_liston", +"charles_louis_de_secondat", +"charles_louis_napoleon_bonaparte", +"charles_lutwidge_dodgson", +"charles_m._schulz", +"charles_martin_hall", +"charles_maurice_de_talleyrand", +"charles_menninger", +"charles_munroe_schulz", +"charles_peirce", +"charles_percy_snow", +"charles_pierre_baudelaire", +"charles_proteus_steinmetz", +"charles_ringling", +"charles_river", +"charles_robert_darwin", +"charles_robert_redford", +"charles_sanders_peirce", +"charles_schulz", +"charles_stewart_parnell", +"charles_stuart", +"charles_taze_russell", +"charles_the_bald", +"charles_the_great", +"charles_thomson_rees_wilson", +"charles_townes", +"charles_vii", +"charles_watson-wentworth", +"charles_wesley", +"charles_wilkes", +"charles_william_post", +"charleston", +"charlestown", +"charlestown_navy_yard", +"charley-horse", +"charley_horse", +"charlie_chaplin", +"charlie_parker", +"charlock", +"charlotte", +"charlotte_anna_perkins_gilman", +"charlotte_bronte", +"charlotte_corday", +"charlotte_russe", +"charlottetown", +"charm", +"charm_campaign", +"charm_quark", +"charmer", +"charnel", +"charnel_house", +"charolais", +"charon", +"charophyceae", +"charr", +"charred_pancake_cup", +"charronia", +"charronia_flavigula", +"chart", +"charter", +"charter_member", +"charter_school", +"chartered_accountant", +"charterhouse", +"chartism", +"chartist", +"chartres", +"chartres_cathedral", +"chartreuse", +"charwoman", +"charybdis", +"chase", +"chased", +"chaser", +"chasid", +"chasidim", +"chasidism", +"chasm", +"chasse", +"chassid", +"chassidim", +"chassidism", +"chassis", +"chasteness", +"chastening", +"chastisement", +"chastity", +"chasuble", +"chat", +"chat_room", +"chat_show", +"chateau", +"chateau-thierry", +"chateaubriand", +"chatelaine", +"chateura", +"chateura_pelagica", +"chatroom", +"chattahoochee", +"chattahoochee_river", +"chattanooga", +"chattel", +"chattel_mortgage", +"chatter", +"chatter_mark", +"chatterbox", +"chatterer", +"chattering", +"chaucer", +"chauffeur", +"chauffeuse", +"chaulmoogra", +"chaulmoogra_oil", +"chaulmoogra_tree", +"chaulmugra", +"chauna", +"chauna_torquata", +"chauvinism", +"chauvinist", +"chavez", +"chaw", +"chawbacon", +"che_guevara", +"cheap-jack", +"cheap_money", +"cheap_shot", +"cheapjack", +"cheapness", +"cheapskate", +"cheat", +"cheater", +"cheatgrass", +"cheating", +"chebab", +"chechen", +"chechen_republic", +"chechenia", +"chechnya", +"check", +"check-in", +"check-out_procedure", +"check_bit", +"check_character", +"check_girl", +"check_mark", +"check_overdraft_credit", +"check_register", +"check_stub", +"checkbook", +"checker", +"checker_board", +"checkerberry", +"checkerbloom", +"checkerboard", +"checkered_adder", +"checkered_daffodil", +"checkered_lily", +"checkered_whiptail", +"checkers", +"checking_account", +"checking_program", +"checklist", +"checkmate", +"checkout", +"checkout_counter", +"checkout_line", +"checkout_time", +"checkpoint", +"checkrein", +"checkroom", +"checksum", +"checkup", +"cheddar", +"cheddar_cheese", +"cheddar_pink", +"cheek", +"cheek_muscle", +"cheek_pouch", +"cheekbone", +"cheekiness", +"cheekpiece", +"cheep", +"cheer", +"cheerer", +"cheerfulness", +"cheering", +"cheerio", +"cheerleader", +"cheerlessness", +"cheese", +"cheese_cutter", +"cheese_dip", +"cheese_fondue", +"cheese_pizza", +"cheese_press", +"cheese_rind", +"cheese_sauce", +"cheese_souffle", +"cheese_spread", +"cheese_tray", +"cheeseboard", +"cheeseburger", +"cheesecake", +"cheesecloth", +"cheeseflower", +"cheesemonger", +"cheetah", +"cheever", +"cheewink", +"chef", +"chef's_salad", +"chef-d'oeuvre", +"cheilanthes", +"cheilanthes_alabamensis", +"cheilanthes_eatonii", +"cheilanthes_gracillima", +"cheilanthes_lanosa", +"cheilitis", +"cheiloschisis", +"cheilosis", +"cheiranthus", +"cheiranthus_allionii", +"cheiranthus_asperus", +"cheiranthus_cheiri", +"chekhov", +"chekov", +"chela", +"chelate", +"chelate_compound", +"chelation", +"chelicera", +"chelicerata", +"chelidonium", +"chelidonium_majus", +"chelifer", +"chelifer_cancroides", +"cheloid", +"chelone", +"chelone_glabra", +"chelonethida", +"chelonia", +"chelonia_mydas", +"chelonian", +"chelonian_reptile", +"chelonidae", +"cheloniidae", +"chelyabinsk", +"chelydra", +"chelydra_serpentina", +"chelydridae", +"chem_lab", +"chemakuan", +"chemakum", +"chemical", +"chemical_action", +"chemical_agent", +"chemical_analysis", +"chemical_attraction", +"chemical_balance", +"chemical_bomb", +"chemical_bond", +"chemical_chain", +"chemical_change", +"chemical_compound", +"chemical_decomposition_reaction", +"chemical_defence", +"chemical_defense", +"chemical_diabetes", +"chemical_element", +"chemical_energy", +"chemical_engineering", +"chemical_equilibrium", +"chemical_formula", +"chemical_group", +"chemical_industry", +"chemical_irritant", +"chemical_mace", +"chemical_mechanism", +"chemical_notation", +"chemical_operations", +"chemical_phenomenon", +"chemical_plant", +"chemical_process", +"chemical_property", +"chemical_reaction", +"chemical_reactor", +"chemical_science", +"chemical_substance", +"chemical_terrorism", +"chemical_warfare", +"chemical_weapon", +"chemical_weapons_convention", +"chemiluminescence", +"chemin_de_fer", +"chemise", +"chemisorption", +"chemist", +"chemist's", +"chemist's_shop", +"chemistry", +"chemistry_department", +"chemistry_lab", +"chemistry_laboratory", +"chemnitz", +"chemoimmunology", +"chemoreceptor", +"chemosis", +"chemosorption", +"chemosurgery", +"chemosynthesis", +"chemotaxis", +"chemotherapy", +"chemulpo", +"chen", +"chen_caerulescens", +"chen_n._yang", +"chenfish", +"chenille", +"chenille_cord", +"chenin_blanc", +"chennai", +"chenopodiaceae", +"chenopodiales", +"chenopodium", +"chenopodium_album", +"chenopodium_ambrosioides", +"chenopodium_bonus-henricus", +"chenopodium_botrys", +"chenopodium_capitatum", +"chenopodium_glaucum", +"chenopodium_hybridum", +"chenopodium_murale", +"chenopodium_rubrum", +"chenopodium_vulvaria", +"cheoplastic_metal", +"cheops", +"cheque", +"chequebook", +"chequer", +"chequing_account", +"cherbourg", +"cheremis", +"cheremiss", +"cherepovets", +"cherimolla", +"cherimoya", +"cherimoya_tree", +"chermidae", +"chernobyl", +"chernozemic_soil", +"cherokee", +"cherokee_rose", +"cheroot", +"cherry", +"cherry-tree_gum", +"cherry_apple", +"cherry_birch", +"cherry_bomb", +"cherry_crab", +"cherry_laurel", +"cherry_pepper", +"cherry_plum", +"cherry_red", +"cherry_stone", +"cherry_tomato", +"cherry_tree", +"cherrystone", +"cherrystone_clam", +"chert", +"cherub", +"cherubini", +"chervil", +"chesapeake_bay", +"chesapeake_bay_retriever", +"cheshire_cat", +"cheshire_cheese", +"chess", +"chess_board", +"chess_club", +"chess_game", +"chess_master", +"chess_match", +"chess_move", +"chess_opening", +"chess_piece", +"chess_player", +"chess_set", +"chessboard", +"chessman", +"chest", +"chest_cavity", +"chest_of_drawers", +"chest_pain", +"chest_protector", +"chest_register", +"chest_tone", +"chest_voice", +"chester", +"chester_a._arthur", +"chester_alan_arthur", +"chester_nimitz", +"chester_william_nimitz", +"chesterfield", +"chesterton", +"chestnut", +"chestnut-bark_disease", +"chestnut_blight", +"chestnut_canker", +"chestnut_oak", +"chestnut_tree", +"chetah", +"chetrum", +"cheval-de-frise", +"cheval_glass", +"chevalier", +"chevalier_de_bayard", +"chevalier_de_lamarck", +"chevaux-de-frise", +"cheviot", +"cheviot_hills", +"cheviots", +"chevre", +"chevron", +"chevrotain", +"chew", +"chewa", +"chewer", +"chewing", +"chewing_gum", +"chewing_out", +"chewink", +"cheyenne", +"cheyne-stokes_respiration", +"chi", +"chiacoan_peccary", +"chian_turpentine", +"chiang_chung-cheng", +"chiang_kai-shek", +"chianti", +"chiaroscuro", +"chiasm", +"chiasma", +"chiasma_opticum", +"chiasmus", +"chic", +"chicago", +"chicane", +"chicanery", +"chicano", +"chicha", +"chichewa", +"chichi", +"chichipe", +"chick", +"chickadee", +"chickamauga", +"chickasaw", +"chickasaw_plum", +"chicken", +"chicken_and_rice", +"chicken_breast", +"chicken_broth", +"chicken_cacciatora", +"chicken_cacciatore", +"chicken_casserole", +"chicken_coop", +"chicken_cordon_bleu", +"chicken_drumstick", +"chicken_farm", +"chicken_feed", +"chicken_hawk", +"chicken_kiev", +"chicken_leg", +"chicken_little", +"chicken_liver", +"chicken_louse", +"chicken_manure", +"chicken_marengo", +"chicken_mousse", +"chicken_paprika", +"chicken_paprikash", +"chicken_provencale", +"chicken_purloo", +"chicken_roundworm", +"chicken_run", +"chicken_salad", +"chicken_sandwich", +"chicken_scratch", +"chicken_snake", +"chicken_soup", +"chicken_stew", +"chicken_stock", +"chicken_taco", +"chicken_tetrazzini", +"chicken_wing", +"chicken_wire", +"chicken_yard", +"chickenfeed", +"chickenpox", +"chickenshit", +"chickeree", +"chickpea", +"chickpea_plant", +"chickweed", +"chickweed_phlox", +"chicle", +"chicle_gum", +"chicness", +"chico", +"chicory", +"chicory_escarole", +"chicory_plant", +"chicory_root", +"chicot", +"chiding", +"chief", +"chief_assistant", +"chief_constable", +"chief_executive", +"chief_executive_officer", +"chief_financial_officer", +"chief_joseph", +"chief_justice", +"chief_of_staff", +"chief_of_state", +"chief_operating_officer", +"chief_petty_officer", +"chief_secretary", +"chieftain", +"chieftaincy", +"chieftainship", +"chiffon", +"chiffon_cake", +"chiffonier", +"chigetai", +"chigger", +"chigger_flower", +"chiggerflower", +"chignon", +"chigoe", +"chigoe_flea", +"chihuahua", +"chihuahuan_desert", +"chihuahuan_spotted_whiptail", +"chilblain", +"chilblains", +"child", +"child's_body", +"child's_game", +"child's_play", +"child's_room", +"child_abuse", +"child_care", +"child_molester", +"child_neglect", +"child_pornography", +"child_prodigy", +"child_psychology", +"child_support", +"child_welfare_agency", +"child_welfare_service", +"childbearing", +"childbed", +"childbed_fever", +"childbirth", +"childbirth-preparation_class", +"childcare", +"childe_hassam", +"childhood", +"childishness", +"childlessness", +"chile", +"chile_bonito", +"chile_hazel", +"chile_nut", +"chile_pine", +"chile_tarweed", +"chilean", +"chilean_bonito", +"chilean_cedar", +"chilean_firebush", +"chilean_flameflower", +"chilean_hazelnut", +"chilean_jasmine", +"chilean_monetary_unit", +"chilean_nut", +"chilean_peso", +"chilean_rimu", +"chilean_strawberry", +"chili", +"chili_con_carne", +"chili_dog", +"chili_pepper", +"chili_powder", +"chili_sauce", +"chili_vinegar", +"chiliad", +"chiliasm", +"chiliast", +"chill", +"chiller", +"chilli", +"chilli_pepper", +"chilliness", +"chilling", +"chills_and_fever", +"chilly", +"chiloe", +"chilomastix", +"chilomeniscus", +"chilomeniscus_cinctus", +"chilomycterus", +"chilopoda", +"chilopsis", +"chilopsis_linearis", +"chiluba", +"chimaera", +"chimaera_monstrosa", +"chimaeridae", +"chimakum", +"chimaphila", +"chimaphila_corymbosa", +"chimaphila_umbellata", +"chimariko", +"chimborazo", +"chime", +"chimera", +"chimney", +"chimney_bellflower", +"chimney_breast", +"chimney_corner", +"chimney_plant", +"chimney_swallow", +"chimney_swift", +"chimneypiece", +"chimneypot", +"chimneystack", +"chimneysweep", +"chimneysweeper", +"chimonanthus", +"chimonanthus_praecox", +"chimp", +"chimpanzee", +"chimwini", +"chin", +"chin-up", +"chin-wag", +"chin-wagging", +"chin_music", +"chin_rest", +"chin_strap", +"chin_wag", +"chin_wagging", +"china", +"china_aster", +"china_cabinet", +"china_clay", +"china_closet", +"china_fleece_vine", +"china_grass", +"china_jute", +"china_pink", +"china_rose", +"china_stone", +"china_tree", +"chinaberry", +"chinaberry_tree", +"chinaman", +"chinaware", +"chincapin", +"chinch", +"chinch_bug", +"chincherinchee", +"chinchilla", +"chinchilla_laniger", +"chinchilla_rat", +"chinchillidae", +"chinchillon", +"chinchona", +"chine", +"chinese", +"chinese_alligator", +"chinese_angelica", +"chinese_angelica_tree", +"chinese_anise", +"chinese_black_mushroom", +"chinese_brown_sauce", +"chinese_cabbage", +"chinese_celery", +"chinese_checkers", +"chinese_chequers", +"chinese_chestnut", +"chinese_chive", +"chinese_cinnamon", +"chinese_cork_oak", +"chinese_date", +"chinese_deity", +"chinese_elm", +"chinese_evergreen", +"chinese_forget-me-not", +"chinese_fried_rice", +"chinese_goose", +"chinese_gooseberry", +"chinese_hibiscus", +"chinese_holly", +"chinese_jujube", +"chinese_lacquer_tree", +"chinese_lantern", +"chinese_lantern_plant", +"chinese_magnolia", +"chinese_monetary_unit", +"chinese_mushroom", +"chinese_mustard", +"chinese_paddlefish", +"chinese_parasol", +"chinese_parasol_tree", +"chinese_parsley", +"chinese_pea_tree", +"chinese_primrose", +"chinese_privet", +"chinese_puzzle", +"chinese_restaurant_syndrome", +"chinese_revolution", +"chinese_rhubarb", +"chinese_scholar_tree", +"chinese_scholartree", +"chinese_shan", +"chinese_silk_plant", +"chinese_wall", +"chinese_water_chestnut", +"chinese_white", +"chinese_white_cabbage", +"chinese_wistaria", +"chinese_wood_oil", +"chinese_yam", +"chingpo", +"chink", +"chinkapin", +"chinkapin_oak", +"chinning_bar", +"chino", +"chino-japanese_war", +"chinoiserie", +"chinook", +"chinook_jargon", +"chinook_salmon", +"chinook_wind", +"chinookan", +"chinquapin", +"chinquapin_oak", +"chintz", +"chiococca", +"chiococca_alba", +"chionanthus", +"chionanthus_virginicus", +"chionochloa_conspicua", +"chios", +"chip", +"chip_shot", +"chipboard", +"chipewyan", +"chipmunk", +"chipolata", +"chipotle", +"chippendale", +"chippewa", +"chippewaian", +"chippewyan", +"chipping", +"chipping_sparrow", +"chips", +"chiralgia", +"chiricahua_apache", +"chirico", +"chirocephalus", +"chirography", +"chirology", +"chiromancer", +"chiromancy", +"chiron", +"chironomidae", +"chironomus", +"chiropodist", +"chiropody", +"chiropractic", +"chiropractor", +"chiroptera", +"chiropteran", +"chirp", +"chirpiness", +"chirrup", +"chisel", +"chisel_steel", +"chiseler", +"chiseller", +"chisholm_trail", +"chishona", +"chisinau", +"chislev", +"chit", +"chit-chat", +"chit_chat", +"chitchat", +"chitin", +"chitlings", +"chitlins", +"chiton", +"chittagong", +"chittam_bark", +"chittamwood", +"chittem_bark", +"chitterlings", +"chittimwood", +"chivalry", +"chivaree", +"chive", +"chives", +"chiwere", +"chlamydera", +"chlamydera_nuchalis", +"chlamydia", +"chlamydia_psittaci", +"chlamydia_trachomatis", +"chlamydiaceae", +"chlamydomonadaceae", +"chlamydomonas", +"chlamydosaurus", +"chlamydosaurus_kingi", +"chlamydospore", +"chlamyphore", +"chlamyphorus", +"chlamyphorus_truncatus", +"chlamys", +"chloasma", +"chloe_anthony_wofford", +"chlor-trimeton", +"chloral_hydrate", +"chlorambucil", +"chloramine", +"chloramine-t", +"chloramphenicol", +"chloranthaceae", +"chloranthus", +"chlorate", +"chlordiazepoxide", +"chlorella", +"chlorenchyma", +"chlorhexidine", +"chloric_acid", +"chloride", +"chloride_of_lime", +"chlorinated_lime", +"chlorination", +"chlorine", +"chlorine_dioxide", +"chlorine_water", +"chlorinity", +"chloris", +"chloris_gayana", +"chloris_truncata", +"chlorite", +"chloroacetophenone", +"chlorobenzene", +"chlorobenzylidenemalononitrile", +"chlorococcales", +"chlorococcum", +"chlorofluorocarbon", +"chloroform", +"chlorofucin", +"chlorohydric_acid", +"chloromycetin", +"chlorophis", +"chlorophoneus", +"chlorophoneus_nigrifrons", +"chlorophthalmidae", +"chlorophyceae", +"chlorophyl", +"chlorophyll", +"chlorophyll_a", +"chlorophyll_b", +"chlorophyll_c", +"chlorophyll_d", +"chlorophyllum_molybdites", +"chlorophyta", +"chlorophyte", +"chloropicrin", +"chloroplast", +"chloroprene", +"chloroquine", +"chlorosis", +"chlorothiazide", +"chlorous_acid", +"chloroxylon", +"chloroxylon_swietenia", +"chlorpheniramine_maleate", +"chlorpromazine", +"chlorpyrifos", +"chlortetracycline", +"chlorthalidone", +"chlorura", +"chlorura_chlorura", +"choanocyte", +"choc", +"choc-ice", +"chock", +"chocolate", +"chocolate_bar", +"chocolate_cake", +"chocolate_candy", +"chocolate_chip_cookie", +"chocolate_eclair", +"chocolate_egg", +"chocolate_fondue", +"chocolate_fudge", +"chocolate_ice_cream", +"chocolate_kiss", +"chocolate_liquor", +"chocolate_milk", +"chocolate_mousse", +"chocolate_pudding", +"chocolate_root", +"chocolate_sauce", +"chocolate_syrup", +"chocolate_tree", +"chocolate_truffle", +"choctaw", +"choeronycteris", +"choeronycteris_mexicana", +"choice", +"choice_morsel", +"choice_of_words", +"choiceness", +"choir", +"choir_loft", +"choir_school", +"choirboy", +"choirmaster", +"choke", +"choke_coil", +"choke_hold", +"chokecherry", +"chokecherry_tree", +"chokedamp", +"chokehold", +"chokepoint", +"choker", +"chokey", +"choking", +"choking_coil", +"choky", +"cholangiography", +"cholangitis", +"cholecalciferol", +"cholecystectomy", +"cholecystitis", +"cholecystokinin", +"cholelithiasis", +"cholelithotomy", +"choler", +"cholera", +"cholera_infantum", +"cholera_morbus", +"cholestasis", +"cholesterin", +"cholesterol", +"cholesterosis_cutis", +"cholic_acid", +"choline", +"cholinesterase", +"cholla", +"choloepus", +"choloepus_didactylus", +"choloepus_hoffmanni", +"chomp", +"chomping", +"chomsky", +"chon", +"chondrichthian", +"chondrichthyes", +"chondrin", +"chondriosome", +"chondrite", +"chondrodystrophy", +"chondroma", +"chondrosarcoma", +"chondrule", +"chondrus", +"chondrus_crispus", +"chongqing", +"choo-choo", +"chooser", +"chop", +"chop-suey_greens", +"chop_shop", +"chop_shot", +"chop_steak", +"chop_suey", +"chophouse", +"chopin", +"chopine", +"chopped_steak", +"chopper", +"choppiness", +"chopping_block", +"chopping_board", +"chopsteak", +"chopstick", +"choragus", +"choral", +"choral_ode", +"chorale", +"chorale_prelude", +"chord", +"chordamesoderm", +"chordata", +"chordate", +"chordate_family", +"chordate_genus", +"chordeiles", +"chorditis", +"chordomesoderm", +"chordophone", +"chordospartium", +"chore", +"chorea", +"choreic_abasia", +"choreographer", +"choreography", +"chorine", +"chorioallantoic_membrane", +"chorioallantois", +"choriomeningitis", +"chorion", +"chorionic_villus", +"chorionic_villus_biopsy", +"chorionic_villus_sampling", +"chorioretinitis", +"choriotis", +"choriotis_australis", +"chorister", +"chorizagrotis", +"chorizagrotis_auxiliaris", +"chorizema", +"chorizo", +"choroid", +"choroid_coat", +"choroid_plexus", +"choroid_vein", +"choroidal_artery", +"choropleth_map", +"chortle", +"chorus", +"chorus_frog", +"chorus_girl", +"chorus_line", +"chosen", +"chosen_people", +"chou", +"chou_dynasty", +"chou_en-lai", +"chough", +"chow", +"chow_chow", +"chow_dynasty", +"chow_line", +"chow_mein", +"chowchow", +"chowder", +"chrestomathy", +"chris_evert", +"chrism", +"chrisom", +"chrissie_evert", +"christ", +"christ's-thorn", +"christ's_resurrection", +"christ_plant", +"christ_thorn", +"christ_within", +"christchurch", +"christella", +"christendom", +"christening", +"christiaan_eijkman", +"christiaan_huygens", +"christian", +"christian_bible", +"christian_church", +"christian_dior", +"christian_era", +"christian_friedrich_hebbel", +"christian_friedrich_schonbein", +"christian_holy_day", +"christian_huygens", +"christian_johann_doppler", +"christian_liturgy", +"christian_name", +"christian_religion", +"christian_schonbein", +"christian_science", +"christian_scientist", +"christian_theology", +"christian_year", +"christiania", +"christianisation", +"christianity", +"christianization", +"christie", +"christine_marie_evert", +"christmas", +"christmas_begonia", +"christmas_bells", +"christmas_berry", +"christmas_box", +"christmas_bush", +"christmas_cactus", +"christmas_cake", +"christmas_card", +"christmas_carol", +"christmas_day", +"christmas_disease", +"christmas_eve", +"christmas_factor", +"christmas_fern", +"christmas_flower", +"christmas_gift", +"christmas_green", +"christmas_holly", +"christmas_present", +"christmas_pudding", +"christmas_rose", +"christmas_star", +"christmas_stocking", +"christmas_tree", +"christmasberry", +"christmastide", +"christmastime", +"christology", +"christoph_willibald_von_gluck", +"christopher", +"christopher_carson", +"christopher_columbus", +"christopher_fry", +"christopher_isherwood", +"christopher_marlowe", +"christopher_william_bradshaw_isherwood", +"chroma", +"chromaesthesia", +"chromate", +"chromatic_aberration", +"chromatic_color", +"chromatic_colour", +"chromatic_scale", +"chromatic_vision", +"chromaticity", +"chromatid", +"chromatin", +"chromatin_granule", +"chromatism", +"chromatogram", +"chromatography", +"chromatography_column", +"chrome", +"chrome-nickel_steel", +"chrome-tungsten_steel", +"chrome_alum", +"chrome_green", +"chrome_red", +"chrome_yellow", +"chromesthesia", +"chromic_acid", +"chromite", +"chromium", +"chromium_steel", +"chromoblastomycosis", +"chromogen", +"chromolithography", +"chromophore", +"chromoplast", +"chromosomal_aberration", +"chromosomal_anomaly", +"chromosomal_mutation", +"chromosome", +"chromosome_mapping", +"chromosonal_disorder", +"chromosphere", +"chronic_bronchitis", +"chronic_eczema", +"chronic_gastritis", +"chronic_glaucoma", +"chronic_glossitis", +"chronic_kidney_failure", +"chronic_leukemia", +"chronic_lymphocytic_leukemia", +"chronic_myelocytic_leukemia", +"chronic_obstructive_pulmonary_disease", +"chronic_pyelonephritis", +"chronic_renal_failure", +"chronic_wasting_disease", +"chronicle", +"chronicler", +"chronograph", +"chronological_age", +"chronological_record", +"chronological_sequence", +"chronological_succession", +"chronology", +"chronometer", +"chronoperates", +"chronoperates_paradoxus", +"chronoscope", +"chrosomal_abnormality", +"chrysalis", +"chrysanthemum", +"chrysanthemum_balsamita", +"chrysanthemum_cinerariifolium", +"chrysanthemum_coccineum", +"chrysanthemum_coronarium", +"chrysanthemum_coronarium_spatiosum", +"chrysanthemum_dog", +"chrysanthemum_frutescens", +"chrysanthemum_lacustre", +"chrysanthemum_leucanthemum", +"chrysanthemum_maximum", +"chrysanthemum_maximum_maximum", +"chrysanthemum_morifolium", +"chrysanthemum_parthenium", +"chrysanthemum_ptarmiciflorum", +"chrysanthemum_segetum", +"chrysaora", +"chrysaora_quinquecirrha", +"chrysarobin", +"chrysemys", +"chrysemys_picta", +"chrysobalanus", +"chrysobalanus_icaco", +"chrysoberyl", +"chrysochloridae", +"chrysochloris", +"chrysolepis", +"chrysolepis_chrysophylla", +"chrysolepis_sempervirens", +"chrysolite", +"chrysolophus", +"chrysolophus_pictus", +"chrysomelid", +"chrysomelidae", +"chrysophrys", +"chrysophrys_auratus", +"chrysophrys_australis", +"chrysophyceae", +"chrysophyllum", +"chrysophyllum_cainito", +"chrysophyllum_oliviforme", +"chrysophyta", +"chrysopid", +"chrysopidae", +"chrysoprase", +"chrysopsis", +"chrysopsis_mariana", +"chrysopsis_villosa", +"chrysosplenium", +"chrysosplenium_americanum", +"chrysothamnus", +"chrysothamnus_nauseosus", +"chrysotherapy", +"chrysotile", +"chu_kiang", +"chuang-tzu", +"chub", +"chub_mackerel", +"chubbiness", +"chuck", +"chuck-will's-widow", +"chuck_berry", +"chuck_short_ribs", +"chuck_wagon", +"chucker-out", +"chuckhole", +"chuckle", +"chuckwalla", +"chuddar", +"chufa", +"chug", +"chukaku-ha", +"chukchi", +"chukchi_language", +"chukchi_peninsula", +"chukchi_sea", +"chukka", +"chukka_boot", +"chukker", +"chula_vista", +"chum", +"chum_salmon", +"chumminess", +"chump", +"chump_change", +"chunga", +"chunga_burmeisteri", +"chungking", +"chunk", +"chunking", +"chunnel", +"church", +"church-state", +"church_bell", +"church_bench", +"church_building", +"church_calendar", +"church_doctrine", +"church_father", +"church_festival", +"church_hat", +"church_key", +"church_member", +"church_mode", +"church_mouse", +"church_music", +"church_of_christ_scientist", +"church_of_england", +"church_of_ireland", +"church_of_jesus_christ_of_latter-day_saints", +"church_of_rome", +"church_of_scientology", +"church_of_the_brethren", +"church_officer", +"church_property", +"church_roll", +"church_school", +"church_service", +"church_slavic", +"church_tower", +"church_year", +"churchgoer", +"churchill", +"churchill_downs", +"churchman", +"churchwarden", +"churchyard", +"churidars", +"churl", +"churn", +"chute", +"chute-the-chute", +"chutney", +"chutzpa", +"chutzpah", +"chutzpanik", +"chuvash", +"chyle", +"chyloderma", +"chylomicron", +"chyme", +"chymosin", +"chytridiaceae", +"chytridiales", +"chytridiomycetes", +"ci", +"cia", +"cialis", +"ciao", +"ciardi", +"cibotium", +"cibotium_barometz", +"cicada", +"cicada_killer", +"cicadellidae", +"cicadidae", +"cicala", +"cicatrice", +"cicatrix", +"cicer", +"cicer_arietinum", +"cicero", +"cicerone", +"cichlid", +"cichlid_fish", +"cichlidae", +"cichorium", +"cichorium_endivia", +"cichorium_intybus", +"cicily_isabel_fairfield", +"cicindelidae", +"ciconia", +"ciconia_ciconia", +"ciconia_nigra", +"ciconiidae", +"ciconiiformes", +"cicuta", +"cicuta_verosa", +"cid", +"cidade_de_praia", +"cider", +"cider_gum", +"cider_mill", +"cider_vinegar", +"ciderpress", +"cigar", +"cigar-box_cedar", +"cigar_band", +"cigar_box", +"cigar_butt", +"cigar_cutter", +"cigar_lighter", +"cigar_smoker", +"cigaret", +"cigarette", +"cigarette_burn", +"cigarette_butt", +"cigarette_case", +"cigarette_holder", +"cigarette_lighter", +"cigarette_paper", +"cigarette_smoker", +"cigarfish", +"cigarillo", +"cilantro", +"ciliary_artery", +"ciliary_body", +"ciliary_veins", +"ciliata", +"ciliate", +"ciliated_protozoan", +"cilioflagellata", +"ciliophora", +"ciliophoran", +"cilium", +"cim", +"cimabue", +"cimarron", +"cimarron_river", +"cimetidine", +"cimex", +"cimex_lectularius", +"cimicidae", +"cimicifuga", +"cimicifuga_americana", +"cimicifuga_foetida", +"cimicifuga_racemosa", +"cinch", +"cinchona", +"cinchona_bark", +"cinchona_calisaya", +"cinchona_cordifolia", +"cinchona_lancifolia", +"cinchona_ledgeriana", +"cinchona_officinalis", +"cinchona_pubescens", +"cinchona_tree", +"cinchonine", +"cincinnati", +"cincinnatus", +"cinclidae", +"cinclus", +"cinclus_aquaticus", +"cinclus_mexicanus", +"cinco_de_mayo", +"cincture", +"cinder", +"cinder_block", +"cinder_pig", +"cinder_track", +"cinderella", +"cine-camera", +"cine-film", +"cine_projector", +"cinema", +"cinema_verite", +"cinematographer", +"cinematography", +"cineraria", +"cineraria_maritima", +"cinerarium", +"cingulate_gyrus", +"cingulum", +"cinnabar", +"cinnabar_chanterelle", +"cinnabar_moth", +"cinnamene", +"cinnamomum", +"cinnamomum_camphora", +"cinnamomum_cassia", +"cinnamomum_loureirii", +"cinnamomum_zeylanicum", +"cinnamon", +"cinnamon_bark", +"cinnamon_bear", +"cinnamon_bread", +"cinnamon_bun", +"cinnamon_fern", +"cinnamon_roll", +"cinnamon_snail", +"cinnamon_stone", +"cinnamon_toast", +"cinnamon_vine", +"cinque", +"cinquefoil", +"cio", +"cipher", +"cipro", +"ciprofloxacin", +"cira", +"circadian_rhythm", +"circaea", +"circaea_alpina", +"circaea_lutetiana", +"circaetus", +"circassian", +"circassian_walnut", +"circe", +"circinus", +"circis_siliquastrum", +"circle", +"circle_of_curvature", +"circle_of_willis", +"circlet", +"circuit", +"circuit_board", +"circuit_breaker", +"circuit_card", +"circuit_court_of_appeals", +"circuitry", +"circular", +"circular_file", +"circular_function", +"circular_measure", +"circular_plane", +"circular_saw", +"circularisation", +"circularity", +"circularization", +"circulating_decimal", +"circulating_library", +"circulation", +"circulatory_failure", +"circulatory_system", +"circumcision", +"circumduction", +"circumference", +"circumflex", +"circumflex_artery", +"circumflex_artery_of_the_thigh", +"circumflex_femoral_vein", +"circumflex_humeral_artery", +"circumflex_iliac_artery", +"circumflex_iliac_vein", +"circumflex_scapular_artery", +"circumflex_vein", +"circumlocution", +"circumnavigation", +"circumscription", +"circumspection", +"circumstance", +"circumstances", +"circumstantial_evidence", +"circumvention", +"circumvolution", +"circus", +"circus_acrobat", +"circus_aeruginosus", +"circus_cyaneus", +"circus_pygargus", +"circus_tent", +"cirio", +"cirque", +"cirrhosis", +"cirrhosis_of_the_liver", +"cirrhus", +"cirriped", +"cirripede", +"cirripedia", +"cirrocumulus", +"cirrocumulus_cloud", +"cirrostratus", +"cirrostratus_cloud", +"cirrus", +"cirrus_cloud", +"cirsium", +"cirsium_arvense", +"cirsium_discolor", +"cirsium_eriophorum", +"cirsium_flodmanii", +"cirsium_helenioides", +"cirsium_heterophylum", +"cirsium_lanceolatum", +"cirsium_rivulare", +"cirsium_vulgare", +"cis", +"cisc", +"cisco", +"cistaceae", +"cistercian", +"cistern", +"cisterna", +"cistothorus", +"cistothorus_palustris", +"cistothorus_platensis", +"cistron", +"cistus", +"cistus_albidus", +"cistus_ladanifer", +"cistus_ladanum", +"citadel", +"citation", +"citation_form", +"cite", +"citellus", +"citellus_citellus", +"citellus_lateralis", +"citellus_leucurus", +"citellus_parryi", +"citellus_richardsoni", +"citellus_variegatus", +"citharichthys", +"citharichthys_cornutus", +"cither", +"cithern", +"citizen", +"citizen_genet", +"citizenry", +"citizens_committee", +"citizenship", +"citizenship_day", +"citlaltepetl", +"citole", +"citrange", +"citrange_tree", +"citrate", +"citric_acid", +"citric_acid_cycle", +"citrin", +"citrine", +"citron", +"citron_tree", +"citroncirus", +"citroncirus_webberi", +"citronwood", +"citrophilous_mealybug", +"citrophilus_mealybug", +"citrous_fruit", +"citrulline", +"citrullus", +"citrullus_vulgaris", +"citrus", +"citrus_aurantifolia", +"citrus_aurantium", +"citrus_bergamia", +"citrus_decumana", +"citrus_fruit", +"citrus_grandis", +"citrus_limetta", +"citrus_limon", +"citrus_limonia", +"citrus_maxima", +"citrus_mealybug", +"citrus_medica", +"citrus_nobilis", +"citrus_paradisi", +"citrus_reticulata", +"citrus_sinensis", +"citrus_tangelo", +"citrus_tree", +"citrus_whitefly", +"citta_del_vaticano", +"cittern", +"city", +"city-state", +"city_block", +"city_boy", +"city_center", +"city_centre", +"city_council", +"city_desk", +"city_district", +"city_editor", +"city_father", +"city_hall", +"city_limit", +"city_limits", +"city_line", +"city_man", +"city_manager", +"city_of_bridges", +"city_of_brotherly_love", +"city_of_god", +"city_of_light", +"city_of_london", +"city_of_the_angels", +"city_of_westminster", +"city_planning", +"city_room", +"city_slicker", +"city_state", +"city_university", +"cityscape", +"ciudad_bolivar", +"ciudad_de_mexico", +"ciudad_juarez", +"ciudad_trujillo", +"ciudad_victoria", +"cive", +"civet", +"civet_bean", +"civet_cat", +"civic_center", +"civic_duty", +"civic_leader", +"civic_pride", +"civic_responsibility", +"civic_spirit", +"civics", +"civies", +"civil_action", +"civil_authority", +"civil_censorship", +"civil_contempt", +"civil_day", +"civil_death", +"civil_defense", +"civil_disobedience", +"civil_engineer", +"civil_engineering", +"civil_law", +"civil_leader", +"civil_libertarian", +"civil_liberty", +"civil_list", +"civil_marriage", +"civil_officer", +"civil_order", +"civil_right", +"civil_rights_activist", +"civil_rights_leader", +"civil_rights_movement", +"civil_rights_worker", +"civil_servant", +"civil_service", +"civil_suit", +"civil_time", +"civil_union", +"civil_war", +"civil_wrong", +"civil_year", +"civilian", +"civilian_clothing", +"civilian_dress", +"civilian_garb", +"civilisation", +"civility", +"civilization", +"civvies", +"cjd", +"cl", +"clabber", +"clack", +"clack_valve", +"cladding", +"clade", +"cladistic_analysis", +"cladistics", +"cladode", +"cladogram", +"cladonia", +"cladonia_rangiferina", +"cladoniaceae", +"cladophyll", +"cladorhyncus", +"cladorhyncus_leucocephalum", +"cladrastis", +"cladrastis_kentukea", +"cladrastis_lutea", +"claes_oldenburg", +"claes_thure_oldenburg", +"claforan", +"claim", +"claim_agent", +"claim_form", +"claim_jumper", +"claimant", +"claiming_race", +"claims_adjuster", +"claims_adjustor", +"clairvoyance", +"clairvoyant", +"clam", +"clam_chowder", +"clam_dip", +"clamatores", +"clambake", +"clamber", +"clamminess", +"clammy_chickweed", +"clammy_locust", +"clammyweed", +"clamor", +"clamoring", +"clamour", +"clamouring", +"clamp", +"clampdown", +"clams", +"clamshell", +"clan", +"clan_member", +"clandestine_operation", +"clang", +"clanger", +"clangor", +"clangoring", +"clangour", +"clangula", +"clangula_hyemalis", +"clank", +"clannishness", +"clansman", +"clanswoman", +"clap", +"clapboard", +"clapper", +"clapper_valve", +"clapperboard", +"clappers", +"clapping", +"claptrap", +"claque", +"clara_josephine_schumann", +"clare_booth_luce", +"clarence", +"clarence_darrow", +"clarence_day", +"clarence_malcolm_lowry", +"clarence_seward_darrow", +"clarence_shepard_day_jr.", +"claret", +"claret_cup", +"clarification", +"clarified_butter", +"clarinet", +"clarinet_section", +"clarinetist", +"clarinettist", +"clarion", +"clarity", +"clark", +"clark's_nutcracker", +"clark_cell", +"clark_gable", +"clark_standard_cell", +"clarksburg", +"claro", +"clary", +"clary_sage", +"clash", +"clasp", +"clasp_knife", +"class", +"class-action_suit", +"class_acrasiomycetes", +"class_act", +"class_actinozoa", +"class_action", +"class_amphibia", +"class_angiospermae", +"class_anthoceropsida", +"class_anthozoa", +"class_aphasmidia", +"class_arachnida", +"class_archiannelida", +"class_ascidiaceae", +"class_ascomycetes", +"class_asteroidea", +"class_aves", +"class_bacillariophyceae", +"class_basidiomycetes", +"class_bivalvia", +"class_bryopsida", +"class_cephalopoda", +"class_cestoda", +"class_channidae", +"class_charophyceae", +"class_chilopoda", +"class_chlorophyceae", +"class_chondrichthyes", +"class_chrysophyceae", +"class_chytridiomycetes", +"class_ciliata", +"class_ciliophora", +"class_coniferopsida", +"class_crinoidea", +"class_crustacea", +"class_cryptophyceae", +"class_cyanobacteria", +"class_cyanophyceae", +"class_cycadopsida", +"class_cyclosporeae", +"class_deuteromycetes", +"class_diatomophyceae", +"class_dicotyledonae", +"class_dicotyledones", +"class_diplopoda", +"class_echinoidea", +"class_equisetatae", +"class_euglenophyceae", +"class_eumycetes", +"class_feeling", +"class_fellow", +"class_filicinae", +"class_filicopsida", +"class_flagellata", +"class_gasteromycetes", +"class_gasteropoda", +"class_gastromycetes", +"class_gastropoda", +"class_ginkgophytina", +"class_ginkgopsida", +"class_gnetopsida", +"class_gymnospermae", +"class_hemiascomycetes", +"class_hepaticae", +"class_hepaticopsida", +"class_heterokontae", +"class_hexapoda", +"class_hirudinea", +"class_holothuroidea", +"class_hyalospongiae", +"class_hydrozoa", +"class_hymenomycetes", +"class_insecta", +"class_lamellibranchia", +"class_larvacea", +"class_liliopsida", +"class_list", +"class_lycopodiate", +"class_lycopodineae", +"class_lycopsida", +"class_magnoliopsida", +"class_mammalia", +"class_mastigophora", +"class_merostomata", +"class_monocotyledonae", +"class_monocotyledones", +"class_musci", +"class_myriapoda", +"class_myxomycetes", +"class_nuda", +"class_oligochaeta", +"class_onychophora", +"class_oomycetes", +"class_ophiuroidea", +"class_osteichthyes", +"class_pauropoda", +"class_pelecypoda", +"class_period", +"class_phaeophyceae", +"class_phasmidia", +"class_pinopsida", +"class_placodermi", +"class_plectomycetes", +"class_polychaeta", +"class_polyplacophora", +"class_psilopsida", +"class_psilotatae", +"class_pteridospermopsida", +"class_pyrenomycetes", +"class_reptilia", +"class_rhodophyceae", +"class_sarcodina", +"class_scaphopoda", +"class_schizomycetes", +"class_scyphozoa", +"class_sphenopsida", +"class_sporozoa", +"class_structure", +"class_struggle", +"class_symphyla", +"class_tardigrada", +"class_taxopsida", +"class_tentaculata", +"class_thaliacea", +"class_tiliomycetes", +"class_trematoda", +"class_turbellaria", +"class_ulvophyceae", +"class_war", +"class_warfare", +"class_xanthophyceae", +"class_zygomycetes", +"classic", +"classic_hemochromatosis", +"classical", +"classical_architecture", +"classical_ballet", +"classical_conditioning", +"classical_greek", +"classical_haemophilia", +"classical_hemophilia", +"classical_latin", +"classical_mechanics", +"classical_music", +"classical_mythology", +"classical_scholar", +"classical_style", +"classicalism", +"classicism", +"classicist", +"classics", +"classification", +"classification_system", +"classified", +"classified_ad", +"classified_advertisement", +"classified_stock", +"classifier", +"classifying_adjective", +"classmate", +"classroom", +"classroom_project", +"classwork", +"clast", +"clastic_rock", +"clathraceae", +"clathrus", +"clatonia_lanceolata", +"clatter", +"claude_achille_debussy", +"claude_bernard", +"claude_debussey", +"claude_e._shannon", +"claude_elwood_shannon", +"claude_levi-strauss", +"claude_monet", +"claude_shannon", +"claudication", +"claudio_monteverdi", +"claudius", +"claudius_i", +"claudius_ptolemaeus", +"clause", +"clausewitz", +"claustrophobe", +"claustrophobia", +"claustrum", +"clavariaceae", +"claviceps", +"claviceps_purpurea", +"clavichord", +"clavicipitaceae", +"clavicle", +"clavier", +"clavus", +"claw", +"claw_hammer", +"claw_hatchet", +"clawback", +"clawfoot", +"clawhammer", +"claxon", +"clay", +"clay-colored_robin", +"clay_pigeon", +"clay_pipe", +"clay_sculpture", +"claymore", +"claymore_mine", +"claystone", +"claytonia", +"claytonia_caroliniana", +"claytonia_virginica", +"clayware", +"clean", +"clean_and_jerk", +"clean_bill_of_health", +"clean_bomb", +"clean_room", +"clean_slate", +"cleaner", +"cleaners", +"cleaning", +"cleaning_device", +"cleaning_equipment", +"cleaning_implement", +"cleaning_lady", +"cleaning_pad", +"cleaning_woman", +"cleanliness", +"cleanness", +"cleanser", +"cleansing", +"cleansing_agent", +"cleanthes", +"cleanup", +"cleanup_position", +"cleanup_spot", +"clear", +"clear-air_turbulence", +"clear_and_present_danger", +"clear_liquid_diet", +"clear_sailing", +"clearance", +"clearance_sale", +"clearcutness", +"clearing", +"clearing_house", +"clearness", +"clearstory", +"clearway", +"clearweed", +"cleat", +"cleats", +"cleavage", +"cleavage_cavity", +"cleaver", +"cleavers", +"clef", +"cleft", +"cleft_foot", +"cleft_lip", +"cleft_palate", +"cleg", +"clegg", +"cleistes", +"cleistes_divaricata", +"cleistes_rosea", +"cleistocarp", +"cleistogamy", +"cleistothecium", +"clematis", +"clematis_baldwinii", +"clematis_crispa", +"clematis_lasiantha", +"clematis_ochreleuca", +"clematis_tangutica", +"clematis_texensis", +"clematis_versicolor", +"clematis_verticillaris", +"clematis_viorna", +"clematis_virginiana", +"clematis_vitalba", +"clemence_sophia_harned_lozier", +"clemenceau", +"clemency", +"clemens", +"clement_attlee", +"clement_iii", +"clement_philibert_leo_delibes", +"clement_richard_attlee", +"clement_vii", +"clement_xi", +"clement_xiv", +"clementine", +"clementine_tree", +"clench", +"clenched_fist", +"cleome", +"cleome_hassleriana", +"cleome_pinnata", +"cleome_serrulata", +"cleopatra", +"clepsydra", +"clerestory", +"clergy", +"clergyman", +"cleric", +"clerical_collar", +"clericalism", +"clericalist", +"clerid", +"clerid_beetle", +"cleridae", +"clerihew", +"clerisy", +"clerk", +"clerking", +"clerkship", +"clethra", +"clethra_alnifolia", +"clethraceae", +"clethrionomys", +"cleveland", +"clever_clogs", +"clever_dick", +"cleverness", +"clevis", +"clew", +"clews", +"cli", +"clianthus", +"clianthus_formosus", +"clianthus_puniceus", +"clianthus_speciosus", +"cliche", +"clichy", +"clichy-la-garenne", +"click", +"click-clack", +"click_beetle", +"clickety-clack", +"clickety-click", +"client", +"client-centered_therapy", +"clientage", +"clientele", +"cliff", +"cliff-brake", +"cliff_brake", +"cliff_diving", +"cliff_dweller", +"cliff_dwelling", +"cliff_penstemon", +"cliff_rose", +"cliff_swallow", +"cliffhanger", +"clifford_odets", +"clifford_trust", +"cliftonia", +"cliftonia_monophylla", +"climacteric", +"climate", +"climate_change", +"climatic_zone", +"climatologist", +"climatology", +"climax", +"climb", +"climb-down", +"climber", +"climbing", +"climbing_bird's_nest_fern", +"climbing_bittersweet", +"climbing_boneset", +"climbing_corydalis", +"climbing_fern", +"climbing_frame", +"climbing_fumitory", +"climbing_hemp-vine", +"climbing_hempweed", +"climbing_hydrangea", +"climbing_iron", +"climbing_lily", +"climbing_maidenhair", +"climbing_maidenhair_fern", +"climbing_nightshade", +"climbing_onion", +"climbing_perch", +"climbing_salamander", +"clime", +"clinch", +"clinch_river", +"clincher", +"cline", +"cling", +"cling_film", +"clingfilm", +"clingfish", +"clingstone", +"clinic", +"clinical_anatomy", +"clinical_depression", +"clinical_neurology", +"clinical_psychologist", +"clinical_psychology", +"clinical_test", +"clinical_thermometer", +"clinical_trial", +"clinician", +"clinid", +"clinid_fish", +"clinidae", +"clink", +"clinker", +"clinker_block", +"clinker_brick", +"clinocephalism", +"clinocephaly", +"clinodactyly", +"clinometer", +"clinopodium", +"clinopodium_grandiflorum", +"clinopodium_vulgare", +"clinoril", +"clinton", +"clinton's_lily", +"clinton_administration", +"clintonia", +"clintonia_andrewsiana", +"clintonia_borealis", +"clintonia_uniflora", +"clio", +"clioquinol", +"clip", +"clip-clop", +"clip-on", +"clip_art", +"clip_artist", +"clip_joint", +"clip_lead", +"clipboard", +"clipper", +"clipper_ship", +"clippety-clop", +"clipping", +"clique", +"cliquishness", +"clit", +"clitocybe", +"clitocybe_clavipes", +"clitocybe_dealbata", +"clitocybe_inornata", +"clitocybe_irina", +"clitocybe_nuda", +"clitocybe_robusta", +"clitocybe_subconnexa", +"clitoral_vein", +"clitoria", +"clitoria_mariana", +"clitoria_turnatea", +"clitoridectomy", +"clitoris", +"clive", +"clive_sinclair", +"clive_staples_lewis", +"clivers", +"cloaca", +"cloak", +"cloakmaker", +"cloakroom", +"clobber", +"cloche", +"clock", +"clock-watching", +"clock_dial", +"clock_face", +"clock_golf", +"clock_pendulum", +"clock_radio", +"clock_time", +"clock_tower", +"clock_watcher", +"clocking", +"clockmaker", +"clocks", +"clocksmith", +"clockwise_rotation", +"clockwork", +"clockwork_universe", +"clod", +"clodhopper", +"clofibrate", +"clog", +"clog_dance", +"clog_dancer", +"clog_dancing", +"cloisonne", +"cloister", +"clomid", +"clomiphene", +"clomiphene_citrate", +"clomipramine", +"clon", +"clone", +"clonidine", +"cloning", +"clonus", +"clop", +"clopidogrel_bisulfate", +"clopping", +"clorox", +"close", +"close-order_drill", +"close-quarter_fighting", +"close_call", +"close_corporation", +"close_order", +"close_quarters", +"close_shave", +"close_support", +"close_supporting_fire", +"closed-angle_glaucoma", +"closed-circuit_television", +"closed-class_word", +"closed-end_fund", +"closed-end_investment_company", +"closed-heart_surgery", +"closed-loop_system", +"closed_book", +"closed_chain", +"closed_circuit", +"closed_corporation", +"closed_couplet", +"closed_curve", +"closed_fracture", +"closed_gentian", +"closed_interval", +"closed_loop", +"closed_primary", +"closed_session", +"closed_shop", +"closed_universe", +"closedown", +"closely_held_corporation", +"closeness", +"closeout", +"closer", +"closet", +"closet_auger", +"closet_drama", +"closet_queen", +"closeup", +"closeup_lens", +"closing", +"closing_curtain", +"closing_off", +"closing_price", +"closing_time", +"clostridia", +"clostridial_myonecrosis", +"clostridium", +"clostridium_botulinum", +"clostridium_perfringens", +"clostridium_perfringens_epsilon_toxin", +"closure", +"closure_by_compartment", +"clot", +"clot_buster", +"clotbur", +"cloth", +"cloth_cap", +"cloth_covering", +"clothes", +"clothes_basket", +"clothes_closet", +"clothes_designer", +"clothes_drier", +"clothes_dryer", +"clothes_hamper", +"clothes_hanger", +"clothes_moth", +"clothes_peg", +"clothes_pin", +"clothes_tree", +"clothesbrush", +"clotheshorse", +"clothesline", +"clothespin", +"clothespress", +"clothier", +"clothing", +"clothing_store", +"clotho", +"clotted_cream", +"clotting", +"clotting_factor", +"clotting_time", +"cloture", +"cloud", +"cloud-cuckoo-land", +"cloud_bank", +"cloud_chamber", +"cloud_cover", +"cloud_grass", +"cloud_nine", +"cloud_seeder", +"cloudberry", +"cloudburst", +"cloudiness", +"clouding", +"clouding_up", +"cloudlessness", +"clout", +"clout_nail", +"clove", +"clove_hitch", +"clove_oil", +"clove_pink", +"clove_tree", +"cloven_foot", +"cloven_hoof", +"clover", +"clover-leaf_roll", +"clover-root", +"clover_fern", +"cloverleaf", +"cloveroot", +"clovis", +"clovis_culture", +"clovis_i", +"clowder", +"clown", +"clown_anemone_fish", +"clowning", +"clozapine", +"clozaril", +"cloze_procedure", +"cloze_test", +"club", +"club-head", +"club-moss", +"club_car", +"club_drug", +"club_fungus", +"club_head", +"club_member", +"club_moss", +"club_sandwich", +"club_soda", +"club_steak", +"clubbing", +"clubfoot", +"clubhead", +"clubhouse", +"clubmoss_family", +"clubroom", +"clubroot_fungus", +"cluck", +"clucking", +"clue", +"clumber", +"clumber_spaniel", +"clump", +"clumping", +"clumsiness", +"clumsy_person", +"clunch", +"clunk", +"clunking", +"clupea", +"clupea_harangus", +"clupea_harengus_harengus", +"clupea_harengus_pallasii", +"clupea_sprattus", +"clupeid", +"clupeid_fish", +"clupeidae", +"clusia", +"clusia_flava", +"clusia_insignis", +"clusia_major", +"clusia_rosea", +"clusiaceae", +"cluster", +"cluster_bean", +"cluster_bomb", +"cluster_bomblet", +"cluster_headache", +"cluster_of_differentiation_4", +"cluster_of_differentiation_8", +"clustered_bellflower", +"clustered_lady's_slipper", +"clustered_poppy_mallow", +"clustering", +"clutch", +"clutch_bag", +"clutch_pedal", +"clutches", +"clutter", +"clyde", +"clyde_tombaugh", +"clyde_william_tombaugh", +"clydesdale", +"clydesdale_terrier", +"clypeus", +"clyster", +"clytemnestra", +"clytocybe_alba", +"cm", +"cmb", +"cmbr", +"cmv", +"cn_gas", +"cn_tower", +"cnemidophorus", +"cnemidophorus_exsanguis", +"cnemidophorus_sexlineatus", +"cnemidophorus_tesselatus", +"cnemidophorus_tigris", +"cnemidophorus_velox", +"cnicus", +"cnicus_benedictus", +"cnidaria", +"cnidarian", +"cnidoscolus", +"cnidoscolus_urens", +"cnidosporidia", +"cnossos", +"cnossus", +"cnpz", +"cns", +"cnut", +"co", +"co-beneficiary", +"co-defendant", +"co-discoverer", +"co-ed", +"co-occurrence", +"co-op", +"co-operative_republic_of_guyana", +"co-optation", +"co-option", +"co-ordinate", +"co-pilot", +"co-respondent", +"co-star", +"co-worker", +"co2", +"coach", +"coach-and-four", +"coach_dog", +"coach_horse", +"coach_house", +"coach_station", +"coachbuilder", +"coaching", +"coaching_job", +"coachman", +"coachwhip", +"coachwhip_snake", +"coaction", +"coadjutor", +"coagulant", +"coagulase", +"coagulation", +"coagulation_factor", +"coagulator", +"coagulum", +"coahuila", +"coal", +"coal-tar_creosote", +"coal_black", +"coal_car", +"coal_chute", +"coal_gas", +"coal_house", +"coal_industry", +"coal_mine", +"coal_miner", +"coal_miner's_lung", +"coal_oil", +"coal_scuttle", +"coal_seam", +"coal_shovel", +"coal_tar", +"coal_tongs", +"coalbin", +"coalescence", +"coalescency", +"coalface", +"coalfield", +"coalhole", +"coaling_station", +"coalition", +"coalman", +"coalpit", +"coaming", +"coarctation", +"coarseness", +"coast", +"coast_banksia", +"coast_boykinia", +"coast_lily", +"coast_live_oak", +"coast_mountains", +"coast_polypody", +"coast_range", +"coast_redwood", +"coast_rhododendron", +"coast_white_cedar", +"coastal_diving_bird", +"coastal_plain", +"coastal_rein_orchid", +"coaster", +"coaster_brake", +"coaster_wagon", +"coastguard", +"coastguardsman", +"coastland", +"coastline", +"coat", +"coat-of-mail_shell", +"coat_button", +"coat_closet", +"coat_hanger", +"coat_of_arms", +"coat_of_mail", +"coat_of_paint", +"coat_rack", +"coat_stand", +"coat_tree", +"coatdress", +"coatee", +"coati", +"coati-mondi", +"coati-mundi", +"coating", +"coatrack", +"coatroom", +"coats_land", +"coattail", +"coattails_effect", +"coauthor", +"coax", +"coax_cable", +"coaxer", +"coaxial_cable", +"coaxing", +"cob", +"cobalamin", +"cobalt", +"cobalt_60", +"cobalt_bloom", +"cobalt_blue", +"cobalt_ultramarine", +"cobaltite", +"cobber", +"cobble", +"cobbler", +"cobbler's_last", +"cobblers", +"cobblestone", +"cobbling", +"cobia", +"cobitidae", +"cobnut", +"cobol", +"cobra", +"cobweb", +"coca", +"coca_cola", +"coca_plant", +"cocain", +"cocaine", +"cocaine_addict", +"cocaine_addiction", +"cocarboxylase", +"cocci", +"coccid_insect", +"coccidae", +"coccidia", +"coccidioidomycosis", +"coccidiomycosis", +"coccidiosis", +"coccidium", +"coccinellidae", +"coccobacillus", +"coccoidea", +"coccothraustes", +"coccothraustes_coccothraustes", +"cocculus", +"cocculus_carolinus", +"coccus", +"coccus_hesperidum", +"coccygeal_nerve", +"coccygeal_plexus", +"coccygeal_vertebra", +"coccyx", +"coccyzus", +"coccyzus_erythropthalmus", +"cochimi", +"cochin", +"cochin_china", +"cochineal", +"cochineal_insect", +"cochise", +"cochlea", +"cochlearia", +"cochlearia_officinalis", +"cochlearius", +"cochlearius_cochlearius", +"cochon_de_lait", +"cochran", +"cock", +"cock's_eggs", +"cock-a-doodle-doo", +"cock-a-leekie", +"cock-and-bull_story", +"cock_of_the_rock", +"cock_sucking", +"cockade", +"cockaigne", +"cockateel", +"cockatiel", +"cockatoo", +"cockatoo_parrot", +"cockatrice", +"cockchafer", +"cockcroft", +"cockcroft-walton_accelerator", +"cockcroft-walton_voltage_multiplier", +"cockcroft_and_walton_accelerator", +"cockcroft_and_walton_voltage_multiplier", +"cockcrow", +"cocked_hat", +"cocker", +"cocker_spaniel", +"cockerel", +"cockfight", +"cockfighting", +"cockhorse", +"cockiness", +"cockle", +"cockle-bur", +"cockle-burr", +"cocklebur", +"cockleburr", +"cockleshell", +"cockloft", +"cockney", +"cockpit", +"cockroach", +"cockscomb", +"cocksfoot", +"cockspur", +"cockspur_hawthorn", +"cockspur_thorn", +"cocksucker", +"cocksureness", +"cocktail", +"cocktail_dress", +"cocktail_lounge", +"cocktail_party", +"cocktail_sauce", +"cocktail_shaker", +"cocktail_table", +"cockup", +"cocky-leeky", +"coco", +"coco_de_macao", +"coco_palm", +"coco_plum", +"coco_plum_tree", +"cocoa", +"cocoa_bean", +"cocoa_butter", +"cocoa_palm", +"cocoa_plum", +"cocoa_powder", +"cocoanut", +"cocobolo", +"coconspirator", +"coconut", +"coconut_cake", +"coconut_cream", +"coconut_macaroon", +"coconut_meat", +"coconut_milk", +"coconut_oil", +"coconut_palm", +"coconut_tree", +"coconut_water", +"cocoon", +"cocooning", +"cocopa", +"cocopah", +"cocos", +"cocos_nucifera", +"cocoswood", +"cocotte", +"cocoyam", +"cocozelle", +"cocteau", +"cocus", +"cocuswood", +"cocytus", +"cod", +"cod-liver_oil", +"cod_liver_oil", +"cod_oil", +"coda", +"codariocalyx", +"codariocalyx_motorius", +"coddled_egg", +"coddler", +"code", +"code_flag", +"code_of_behavior", +"code_of_conduct", +"codefendant", +"codeine", +"coder", +"codetalker", +"codex", +"codfish", +"codfish_ball", +"codfish_cake", +"codger", +"codiaeum", +"codiaeum_variegatum", +"codicil", +"codification", +"coding", +"coding_dna", +"coding_system", +"codlin_moth", +"codling", +"codling_moth", +"codlins-and-cream", +"codon", +"codpiece", +"codswallop", +"cody", +"coeducation", +"coefficient", +"coefficient_of_absorption", +"coefficient_of_concordance", +"coefficient_of_correlation", +"coefficient_of_drag", +"coefficient_of_elasticity", +"coefficient_of_expansion", +"coefficient_of_friction", +"coefficient_of_mutual_induction", +"coefficient_of_reflection", +"coefficient_of_self_induction", +"coefficient_of_viscosity", +"coelacanth", +"coelenterata", +"coelenterate", +"coelenterate_family", +"coelenterate_genus", +"coelenteron", +"coeliac_plexus", +"coeloglossum", +"coeloglossum_bracteatum", +"coeloglossum_viride", +"coelogyne", +"coelom", +"coelophysis", +"coelostat", +"coenobite", +"coenzyme", +"coenzyme_a", +"coenzyme_q", +"coercion", +"coereba", +"coerebidae", +"coeur_d'alene", +"coeur_d'alene_lake", +"coeval", +"coevals", +"coexistence", +"coextension", +"cofactor", +"coffea", +"coffea_arabica", +"coffea_canephora", +"coffea_liberica", +"coffea_robusta", +"coffee", +"coffee-table_book", +"coffee_bar", +"coffee_bean", +"coffee_berry", +"coffee_blight", +"coffee_break", +"coffee_cake", +"coffee_can", +"coffee_cappuccino", +"coffee_cream", +"coffee_cup", +"coffee_fern", +"coffee_filter", +"coffee_fungus", +"coffee_grinder", +"coffee_grounds", +"coffee_liqueur", +"coffee_maker", +"coffee_mill", +"coffee_mug", +"coffee_ring", +"coffee_roll", +"coffee_rose", +"coffee_royal", +"coffee_senna", +"coffee_shop", +"coffee_stall", +"coffee_substitute", +"coffee_table", +"coffee_tree", +"coffee_urn", +"coffeeberry", +"coffeecake", +"coffeehouse", +"coffeepot", +"coffer", +"cofferdam", +"coffey_still", +"coffin", +"coffin_nail", +"cofounder", +"cog", +"cog_railway", +"cogency", +"cogent_evidence", +"cogitation", +"cognac", +"cognate", +"cognate_word", +"cognation", +"cognisance", +"cognition", +"cognitive_content", +"cognitive_factor", +"cognitive_neuroscience", +"cognitive_neuroscientist", +"cognitive_operation", +"cognitive_process", +"cognitive_psychology", +"cognitive_science", +"cognitive_scientist", +"cognitive_semantics", +"cognitive_state", +"cognizance", +"cognomen", +"cognoscente", +"cognovit_judgement", +"cognovit_judgment", +"cogwheel", +"cohabitation", +"cohan", +"coherence", +"coherency", +"cohesion", +"cohesiveness", +"cohn", +"coho", +"coho_salmon", +"cohoe", +"cohort", +"cohosh", +"cohune", +"cohune-nut_oil", +"cohune_fat", +"cohune_nut", +"cohune_oil", +"cohune_palm", +"coif", +"coiffeur", +"coiffeuse", +"coiffure", +"coign", +"coigne", +"coigue", +"coil", +"coil_spring", +"coin", +"coin_bank", +"coin_blank", +"coin_box", +"coin_collecting", +"coin_collection", +"coin_collector", +"coin_machine", +"coin_silver", +"coin_slot", +"coinage", +"coincidence", +"coiner", +"coinsurance", +"coir", +"coition", +"coitus", +"coitus_interruptus", +"coke", +"col", +"cola", +"cola_acuminata", +"cola_extract", +"cola_nut", +"colander", +"colaptes", +"colaptes_auratus", +"colaptes_caper_collaris", +"colaptes_chrysoides", +"colbert", +"colbert_butter", +"colchicaceae", +"colchicine", +"colchicum", +"colchicum_autumnale", +"colchis", +"cold", +"cold-water_flat", +"cold_cash", +"cold_cathode", +"cold_cereal", +"cold_chisel", +"cold_comfort", +"cold_cream", +"cold_cuts", +"cold_duck", +"cold_feet", +"cold_fish", +"cold_frame", +"cold_front", +"cold_fusion", +"cold_gangrene", +"cold_medicine", +"cold_rubber", +"cold_shoulder", +"cold_snap", +"cold_sore", +"cold_spell", +"cold_storage", +"cold_stuffed_tomato", +"cold_sweat", +"cold_turkey", +"cold_war", +"cold_water", +"cold_wave", +"cold_weather", +"coldcream", +"coldheartedness", +"coldness", +"cole", +"cole_albert_porter", +"cole_porter", +"coleman_hawkins", +"coleonyx", +"coleoptera", +"coleridge", +"coleslaw", +"colette", +"coleus", +"coleus_amboinicus", +"coleus_aromaticus", +"coleus_blumei", +"colewort", +"colic", +"colic_artery", +"colic_root", +"colic_vein", +"colicroot", +"colima", +"colin_luther_powell", +"colin_powell", +"colinus", +"colinus_virginianus", +"coliphage", +"coliseum", +"colitis", +"collaboration", +"collaborationism", +"collaborationist", +"collaborator", +"collage", +"collage_film", +"collagen", +"collagenase", +"collapse", +"collapsible_shelter", +"collar", +"collar_blight", +"collar_cell", +"collarbone", +"collard", +"collard_greens", +"collards", +"collared_lizard", +"collared_peccary", +"collared_pika", +"collateral", +"collateral_damage", +"collateral_fraud", +"collation", +"colleague", +"collect", +"collect_call", +"collectable", +"collectible", +"collecting", +"collection", +"collection_plate", +"collective", +"collective_agreement", +"collective_bargaining", +"collective_farm", +"collective_noun", +"collective_security", +"collectivisation", +"collectivism", +"collectivist", +"collectivization", +"collector", +"collector's_item", +"collector_of_internal_revenue", +"colleen", +"college", +"college_boy", +"college_girl", +"college_level", +"college_man", +"college_of_cardinals", +"college_student", +"collegian", +"collegiate_dictionary", +"collembola", +"collembolan", +"collet", +"collet_chuck", +"collider", +"collie", +"collier", +"colliery", +"colligation", +"collimation", +"collimator", +"collins", +"collinsia", +"collinsia_bicolor", +"collinsia_heterophylla", +"collinsia_parviflora", +"collinsia_verna", +"collinsonia", +"collinsonia_canadensis", +"collis_potter_huntington", +"collision", +"collision_course", +"collocalia", +"collocalia_inexpectata", +"collocation", +"collodion", +"colloid", +"colloidal_gel", +"colloidal_solution", +"colloidal_suspension", +"colloquialism", +"colloquium", +"colloquy", +"collotype", +"collotype_printing", +"collusion", +"collyrium", +"collywobbles", +"colobus", +"colobus_guereza", +"colobus_monkey", +"colocasia", +"colocasia_esculenta", +"cologne", +"cologne_water", +"colombia", +"colombian", +"colombian_monetary_unit", +"colombian_peso", +"colombo", +"colon", +"colon_cancer", +"colonel", +"colonel_blimp", +"colonial", +"colonialism", +"colonialist", +"colonic", +"colonic_irrigation", +"colonisation", +"coloniser", +"colonist", +"colonization", +"colonizer", +"colonnade", +"colonoscope", +"colonoscopy", +"colony", +"colophon", +"colophony", +"color", +"color-blind_person", +"color_bar", +"color_bearer", +"color_blindness", +"color_chart", +"color_circle", +"color_code", +"color_constancy", +"color_force", +"color_guard", +"color_line", +"color_of_law", +"color_property", +"color_scheme", +"color_sergeant", +"color_spectrum", +"color_television", +"color_television_system", +"color_television_tube", +"color_tube", +"color_tv", +"color_tv_tube", +"color_vision", +"color_vision_deficiency", +"color_wash", +"color_wheel", +"coloradan", +"coloradillo", +"colorado", +"colorado_beetle", +"colorado_blue_spruce", +"colorado_desert", +"colorado_fir", +"colorado_four_o'clock", +"colorado_plateau", +"colorado_potato_beetle", +"colorado_river", +"colorado_river_hemp", +"colorado_springs", +"colorado_spruce", +"coloration", +"coloratura", +"coloratura_soprano", +"colorcast", +"colored", +"colored_audition", +"colored_hearing", +"colored_person", +"colorimeter", +"colorimetric_analysis", +"colorimetry", +"coloring", +"coloring_book", +"coloring_material", +"colorist", +"colorlessness", +"colors", +"colossae", +"colosseum", +"colossian", +"colossians", +"colossus", +"colossus_of_rhodes", +"colostomy", +"colostrum", +"colour", +"colour_bar", +"colour_blindness", +"colour_constancy", +"colour_line", +"colour_of_law", +"colour_scheme", +"colour_supplement", +"colour_television", +"colour_television_system", +"colour_television_tube", +"colour_tube", +"colour_tv", +"colour_tv_tube", +"colour_vision_deficiency", +"colour_wash", +"colouration", +"colourcast", +"colouring", +"colouring_material", +"colourlessness", +"colours", +"colpitis", +"colpocele", +"colpocystitis", +"colpocystocele", +"colpoxerosis", +"colt", +"coltan", +"colter", +"coltsfoot", +"coluber", +"coluber_constrictor", +"coluber_constrictor_flaviventris", +"coluber_hippocrepis", +"colubrid", +"colubrid_snake", +"colubridae", +"colubrina", +"colugo", +"columba", +"columba_fasciata", +"columba_livia", +"columba_palumbus", +"columbarium", +"columbary", +"columbia", +"columbia_river", +"columbia_tiger_lily", +"columbia_university", +"columbian_mammoth", +"columbidae", +"columbiform_bird", +"columbiformes", +"columbine", +"columbite", +"columbite-tantalite", +"columbium", +"columbo", +"columbus", +"columbus_day", +"columella", +"column", +"column_chromatography", +"column_inch", +"columnar_cell", +"columnar_epithelial_cell", +"columnea", +"columniation", +"columnist", +"colutea", +"colutea_arborescens", +"colymbiformes", +"colza", +"colza_oil", +"coma", +"coma_berenices", +"comanche", +"comandra", +"comandra_pallida", +"comatoseness", +"comatula", +"comatulid", +"comatulidae", +"comb", +"comb-footed_spider", +"comb-out", +"comb-plate", +"comb_jelly", +"combat", +"combat_area", +"combat_boot", +"combat_casualty", +"combat_ceiling", +"combat_fatigue", +"combat_injury", +"combat_intelligence", +"combat_mission", +"combat_neurosis", +"combat_pay", +"combat_pilot", +"combat_ship", +"combat_zone", +"combatant", +"combativeness", +"comber", +"combination", +"combination_in_restraint_of_trade", +"combination_lock", +"combination_plane", +"combination_salad", +"combine", +"combined_dna_index_system", +"combined_operation", +"combing", +"combining", +"combining_form", +"combining_weight", +"combo", +"combretaceae", +"combretum", +"combretum_appiculatum", +"combretum_bracteosum", +"combretum_erythrophyllum", +"combretum_family", +"combtooth_blenny", +"combustibility", +"combustible", +"combustible_material", +"combustibleness", +"combustion", +"come", +"come-on", +"comeback", +"comedian", +"comedienne", +"comedo", +"comedown", +"comedy", +"comedy_ballet", +"comeliness", +"comenius", +"comer", +"comer_vann_woodward", +"comestible", +"comet", +"comeupance", +"comeuppance", +"comfit", +"comfort", +"comfort_food", +"comfort_station", +"comfort_woman", +"comfort_zone", +"comfortableness", +"comforter", +"comforts", +"comfrey", +"comic", +"comic_book", +"comic_opera", +"comic_strip", +"comicality", +"coming", +"coming_attraction", +"coming_back", +"coming_into_court", +"coming_together", +"coming_upon", +"comint", +"comity", +"comity_of_nations", +"comma", +"comma_bacillus", +"comma_butterfly", +"command", +"command_guidance", +"command_key", +"command_language", +"command_line", +"command_line_interface", +"command_module", +"command_overhead", +"command_post", +"command_processing_overhead", +"command_processing_overhead_time", +"command_prompt", +"command_sergeant_major", +"commandant", +"commander", +"commander_in_chief", +"commandership", +"commandery", +"commanding_officer", +"commandment", +"commando", +"commedia_dell'arte", +"commelina", +"commelinaceae", +"commelinales", +"commelinidae", +"commemoration", +"commemorative", +"commencement", +"commencement_ceremony", +"commencement_day", +"commencement_exercise", +"commendation", +"commensal", +"commensalism", +"commensurateness", +"comment", +"commentary", +"commentator", +"commerce", +"commerce_department", +"commerce_secretary", +"commercial", +"commercial_activity", +"commercial_agency", +"commercial_art", +"commercial_artist", +"commercial_bank", +"commercial_bribery", +"commercial_credit", +"commercial_credit_company", +"commercial_document", +"commercial_enterprise", +"commercial_finance_company", +"commercial_instrument", +"commercial_law", +"commercial_letter_of_credit", +"commercial_loan", +"commercial_message", +"commercial_paper", +"commercial_traveler", +"commercial_traveller", +"commercial_treaty", +"commercialisation", +"commercialism", +"commercialization", +"commie", +"commination", +"comminuted_fracture", +"commiphora", +"commiphora_meccanensis", +"commiphora_myrrha", +"commiseration", +"commissaire_maigret", +"commissar", +"commissariat", +"commissary", +"commission", +"commission_on_human_rights", +"commission_on_narcotic_drugs", +"commission_on_the_status_of_women", +"commission_plan", +"commissionaire", +"commissioned_military_officer", +"commissioned_naval_officer", +"commissioned_officer", +"commissioner", +"commissioning", +"commissure", +"commitment", +"committal", +"committal_service", +"committal_to_memory", +"committal_to_writing", +"committedness", +"committee", +"committee_for_state_security", +"committee_meeting", +"committee_member", +"committeeman", +"committeewoman", +"commixture", +"commode", +"commodiousness", +"commodities_exchange", +"commodities_market", +"commodity", +"commodity_brokerage", +"commodity_exchange", +"commodore", +"commodore_john_barry_bridge", +"commodore_perry", +"commodore_vanderbilt", +"common", +"common-law_marriage", +"common_ageratum", +"common_alder", +"common_allamanda", +"common_american_shad", +"common_amsinckia", +"common_apricot", +"common_arrowhead", +"common_ax", +"common_axe", +"common_bamboo", +"common_barberry", +"common_barley", +"common_basil", +"common_bean", +"common_bean_plant", +"common_bearberry", +"common_beech", +"common_beet", +"common_bile_duct", +"common_birch", +"common_bird_cherry", +"common_blackfish", +"common_bog_rosemary", +"common_booklouse", +"common_box", +"common_brant_goose", +"common_broom", +"common_burdock", +"common_buttercup", +"common_calamint", +"common_camas", +"common_canary", +"common_caper", +"common_cardinal_vein", +"common_carline_thistle", +"common_carotid", +"common_carotid_artery", +"common_carrier", +"common_chickweed", +"common_chord", +"common_cockscomb", +"common_cold", +"common_comfrey", +"common_coral_tree", +"common_corn_salad", +"common_cotton_grass", +"common_daisy", +"common_dandelion", +"common_denominator", +"common_devil's_claw", +"common_divisor", +"common_dogbane", +"common_dolphin", +"common_duckweed", +"common_eel", +"common_eland", +"common_elder", +"common_era", +"common_european_ash", +"common_european_dogwood", +"common_european_earwig", +"common_european_jay", +"common_evening_primrose", +"common_facial_vein", +"common_factor", +"common_fate", +"common_fault", +"common_fennel", +"common_fig", +"common_fig_tree", +"common_flat_pea", +"common_four-o'clock", +"common_foxglove", +"common_fraction", +"common_front", +"common_garden_cress", +"common_garter_snake", +"common_ginger", +"common_good", +"common_grape_hyacinth", +"common_grape_vine", +"common_ground", +"common_gum_cistus", +"common_heath", +"common_hop", +"common_hops", +"common_horehound", +"common_horsetail", +"common_hyacinth", +"common_iguana", +"common_iliac_artery", +"common_iliac_vein", +"common_ivy", +"common_jasmine", +"common_juniper", +"common_kingsnake", +"common_knowledge", +"common_laburnum", +"common_lady's-slipper", +"common_land", +"common_law", +"common_lettuce", +"common_lilac", +"common_limpet", +"common_logarithm", +"common_louse", +"common_lynx", +"common_mackerel", +"common_madia", +"common_maidenhair", +"common_mallow", +"common_man", +"common_marigold", +"common_market", +"common_matrimony_vine", +"common_measure", +"common_meter", +"common_milkwort", +"common_mood", +"common_moonseed", +"common_moonwort", +"common_morel", +"common_morning_glory", +"common_mosquito", +"common_mugwort", +"common_mullein", +"common_multiple", +"common_murre", +"common_myrtle", +"common_nardoo", +"common_newt", +"common_nightshade", +"common_noun", +"common_nuisance", +"common_nutcracker", +"common_oak", +"common_opossum", +"common_osier", +"common_pea", +"common_people", +"common_pepper", +"common_person", +"common_pitcher_plant", +"common_plantain", +"common_plum", +"common_polypody", +"common_pond-skater", +"common_privet", +"common_purslane", +"common_raccoon", +"common_racoon", +"common_ragweed", +"common_reed", +"common_room", +"common_rorqual", +"common_rose_mallow", +"common_roundworm", +"common_rush", +"common_sage", +"common_salt", +"common_scold", +"common_scoter", +"common_scurvy_grass", +"common_seal", +"common_sense", +"common_shares", +"common_shiner", +"common_shrew", +"common_sickle_pine", +"common_snapping_turtle", +"common_snowberry", +"common_soldier", +"common_sorrel", +"common_speedwell", +"common_spindle_tree", +"common_spoonbill", +"common_spotted_orchid", +"common_st_john's_wort", +"common_staghorn_fern", +"common_starling", +"common_stinkhorn", +"common_stock", +"common_stock_equivalent", +"common_sunflower", +"common_tarweed", +"common_teasel", +"common_thorn_apple", +"common_thyme", +"common_time", +"common_tobacco", +"common_topaz", +"common_touch", +"common_unicorn_plant", +"common_valerian", +"common_vetchling", +"common_viper", +"common_wallaby", +"common_wart", +"common_wasp", +"common_water_snake", +"common_watercress", +"common_wheat", +"common_white_dogwood", +"common_winterberry_holly", +"common_wolffia", +"common_wood_sorrel", +"common_wormwood", +"common_year", +"common_yellowthroat", +"common_yellowwood", +"common_zebra", +"commonage", +"commonality", +"commonalty", +"commoner", +"commonness", +"commonplace", +"commonplace_book", +"commonplaceness", +"commons", +"commonweal", +"commonwealth", +"commonwealth_country", +"commonwealth_day", +"commonwealth_of_australia", +"commonwealth_of_dominica", +"commonwealth_of_independent_states", +"commonwealth_of_nations", +"commonwealth_of_puerto_rico", +"commonwealth_of_the_bahamas", +"commotion", +"communalism", +"commune", +"communicable_disease", +"communicant", +"communicating", +"communicating_artery", +"communication", +"communication_channel", +"communication_equipment", +"communication_system", +"communication_theory", +"communication_trench", +"communications", +"communications_intelligence", +"communications_protocol", +"communications_satellite", +"communications_security_establishment", +"communications_technology", +"communicativeness", +"communicator", +"communion", +"communion_table", +"communique", +"communisation", +"communism", +"communism_peak", +"communist", +"communist_china", +"communist_economy", +"communist_manifesto", +"communist_party", +"communist_party_of_kampuchea", +"community", +"community_center", +"community_chest", +"community_college", +"community_of_interests", +"community_of_scholars", +"community_property", +"community_service", +"communization", +"commutability", +"commutation", +"commutation_ticket", +"commutative_group", +"commutator", +"commute", +"commuter", +"commuter_traffic", +"commuter_train", +"commuting", +"comoro_islands", +"comoros", +"comp", +"compact", +"compact-disk_burner", +"compact_car", +"compact_disc", +"compact_disc_read-only_memory", +"compact_disc_recordable", +"compact_disc_write-once", +"compact_disk", +"compaction", +"compactness", +"companion", +"companionability", +"companionableness", +"companionship", +"companionway", +"company", +"company_man", +"company_name", +"company_operator", +"company_union", +"comparability", +"comparative", +"comparative_anatomist", +"comparative_anatomy", +"comparative_degree", +"comparative_literature", +"comparative_negligence", +"comparative_psychology", +"compare", +"comparing", +"comparison", +"compartment", +"compartment_pressure", +"compartmentalisation", +"compartmentalization", +"compass", +"compass_card", +"compass_flower", +"compass_north", +"compass_plane", +"compass_plant", +"compass_point", +"compass_saw", +"compassion", +"compassionate_leave", +"compassionateness", +"compatibility", +"compatible_software", +"compatriot", +"compeer", +"compendium", +"compensating_balance", +"compensation", +"compensatory_damages", +"compensatory_spending", +"compensatory_time", +"compere", +"competence", +"competence_hearing", +"competency", +"competition", +"competitiveness", +"competitor", +"compilation", +"compiler", +"compiling", +"compiling_program", +"complacence", +"complacency", +"complainant", +"complainer", +"complaint", +"complaisance", +"complement", +"complement_fixation", +"complement_fixation_test", +"complementarity", +"complementary", +"complementary_angles", +"complementary_color", +"complementary_distribution", +"complementary_dna", +"complementary_medicine", +"complementation", +"complete_blood_count", +"complete_fracture", +"completeness", +"completion", +"complex", +"complex_absence", +"complex_body_part", +"complex_conjugate", +"complex_fraction", +"complex_instruction_set_computer", +"complex_instruction_set_computing", +"complex_number", +"complex_quantity", +"complex_sentence", +"complexifier", +"complexion", +"complexity", +"complexness", +"compliance", +"compliancy", +"complicatedness", +"complication", +"complicity", +"compliment", +"compliments", +"complin", +"compline", +"component", +"component_part", +"comportment", +"composer", +"composing", +"compositae", +"composite", +"composite_material", +"composite_number", +"composite_order", +"composite_plant", +"composite_school", +"compositeness", +"composition", +"composition_board", +"compositor", +"compositor's_case", +"compost", +"compost_heap", +"compost_pile", +"composure", +"compote", +"compound", +"compound_eye", +"compound_fraction", +"compound_fracture", +"compound_interest", +"compound_leaf", +"compound_lens", +"compound_lever", +"compound_microscope", +"compound_morphology", +"compound_number", +"compound_pendulum", +"compound_pistil", +"compound_protein", +"compound_sentence", +"compounding", +"comprehensibility", +"comprehension", +"comprehensive", +"comprehensive_examination", +"comprehensive_school", +"comprehensiveness", +"compress", +"compressed_air", +"compressed_gas", +"compressibility", +"compressing", +"compression", +"compression_bandage", +"compression_fracture", +"compressor", +"compromise", +"compromise_verdict", +"compromiser", +"compsognathus", +"compton", +"comptonia", +"comptonia_asplenifolia", +"comptonia_peregrina", +"comptroller", +"comptroller_general", +"comptroller_of_the_currency", +"comptrollership", +"compulsion", +"compulsive", +"compulsiveness", +"compulsivity", +"compulsory_process", +"compunction", +"computation", +"computational_linguist", +"computational_linguistics", +"computed_axial_tomography", +"computed_tomography", +"computer", +"computer-aided_design", +"computer-oriented_language", +"computer_accessory", +"computer_address", +"computer_architecture", +"computer_backup", +"computer_business", +"computer_circuit", +"computer_code", +"computer_database", +"computer_dealer", +"computer_display", +"computer_error", +"computer_expert", +"computer_file", +"computer_file_name", +"computer_filename", +"computer_game", +"computer_graphic", +"computer_graphics", +"computer_guru", +"computer_hardware", +"computer_industry", +"computer_keyboard", +"computer_language", +"computer_memory", +"computer_memory_unit", +"computer_menu", +"computer_monitor", +"computer_mouse", +"computer_network", +"computer_operation", +"computer_paper", +"computer_peripheral", +"computer_program", +"computer_programing", +"computer_programme", +"computer_programmer", +"computer_programming", +"computer_science", +"computer_scientist", +"computer_screen", +"computer_simulation", +"computer_software", +"computer_storage", +"computer_store", +"computer_system", +"computer_technology", +"computer_user", +"computer_virus", +"computerization", +"computerized_axial_tomography", +"computerized_axial_tomography_scanner", +"computerized_tomography", +"computing", +"computing_device", +"computing_machine", +"computing_system", +"comrade", +"comradeliness", +"comradery", +"comradeship", +"comstock", +"comstock's_mealybug", +"comstock_mealybug", +"comstockery", +"comte", +"comte_de_mirabeau", +"comte_de_rochambeau", +"comte_de_saxe", +"comte_donatien_alphonse_francois_de_sade", +"comtesse_du_barry", +"comtism", +"con", +"con_artist", +"con_game", +"con_man", +"conacaste", +"conakry", +"conan_doyle", +"concatenation", +"concave_lens", +"concave_polygon", +"concave_polyhedron", +"concave_shape", +"concaveness", +"concavity", +"concealing", +"concealment", +"conceding", +"conceit", +"conceitedness", +"conceivability", +"conceivableness", +"conceiver", +"concentrate", +"concentrated_fire", +"concentration", +"concentration_camp", +"concentration_gradient", +"concentricity", +"concepcion", +"concept", +"concept_album", +"conception", +"conceptual_semantics", +"conceptualisation", +"conceptualism", +"conceptuality", +"conceptualization", +"conceptus", +"concern", +"concert", +"concert-goer", +"concert_band", +"concert_dance", +"concert_grand", +"concert_hall", +"concert_piano", +"concert_pitch", +"concerted_music", +"concertina", +"concerto", +"concerto_grosso", +"concession", +"concessionaire", +"concessioner", +"conch", +"concha", +"conchfish", +"conchologist", +"conchology", +"concierge", +"conciliation", +"conciliator", +"conciseness", +"concision", +"conclave", +"conclusion", +"conclusion_of_law", +"conclusiveness", +"concoction", +"concomitance", +"concomitant", +"concord", +"concord_grape", +"concordance", +"concordat", +"concourse", +"concrete", +"concrete_jungle", +"concrete_mixer", +"concrete_representation", +"concreteness", +"concretion", +"concretism", +"concubinage", +"concubine", +"concupiscence", +"concurrence", +"concurrency", +"concurrent_execution", +"concurrent_negligence", +"concurrent_operation", +"concurring_opinion", +"concussion", +"condemnation", +"condensate", +"condensation", +"condensation_pump", +"condensation_trail", +"condensed_milk", +"condenser", +"condenser_microphone", +"condensing", +"condescendingness", +"condescension", +"condiment", +"condition", +"conditional_contract", +"conditional_probability", +"conditional_reaction", +"conditional_reflex", +"conditional_relation", +"conditional_response", +"conditional_sale", +"conditionality", +"conditioned_avoidance", +"conditioned_avoidance_response", +"conditioned_emotion", +"conditioned_emotional_response", +"conditioned_reaction", +"conditioned_reflex", +"conditioned_response", +"conditioned_stimulus", +"conditioner", +"conditioning", +"conditions", +"condo", +"condolence", +"condom", +"condominium", +"condonation", +"condor", +"condorcet", +"conduct", +"conductance", +"conductance_unit", +"conducting", +"conducting_wire", +"conduction", +"conduction_anaesthesia", +"conduction_anesthesia", +"conduction_aphasia", +"conduction_deafness", +"conductive_hearing_loss", +"conductivity", +"conductor", +"conductress", +"conduit", +"condylar_process", +"condyle", +"condylion", +"condyloid_process", +"condyloma_acuminatum", +"condylura", +"condylura_cristata", +"cone", +"cone-nosed_bug", +"cone_cell", +"cone_clutch", +"cone_friction_clutch", +"cone_pepper", +"cone_shape", +"coneflower", +"conenose", +"conenose_bug", +"conepatus", +"conepatus_leuconotus", +"conessi", +"conestoga", +"conestoga_wagon", +"coney", +"coney_island", +"confab", +"confabulation", +"confect", +"confection", +"confectionary", +"confectioner", +"confectionery", +"confederacy", +"confederate", +"confederate_army", +"confederate_flag", +"confederate_jasmine", +"confederate_rose", +"confederate_rose_mallow", +"confederate_soldier", +"confederate_states", +"confederate_states_of_america", +"confederation", +"conferee", +"conference", +"conference_call", +"conference_center", +"conference_house", +"conference_room", +"conference_table", +"conferment", +"conferral", +"conferrer", +"conferva", +"confervoid_algae", +"confession", +"confession_of_judgement", +"confession_of_judgment", +"confessional", +"confessor", +"confetti", +"confidant", +"confidante", +"confidence", +"confidence_game", +"confidence_man", +"confidence_trick", +"confidential_adviser-advisee_relation", +"confidential_information", +"confidentiality", +"configuration", +"configurationism", +"confinement", +"confines", +"confirmation", +"confirmation_hearing", +"confiscation", +"confit", +"confiture", +"conflagration", +"conflict", +"conflict_of_interest", +"confluence", +"confluent", +"conflux", +"conformal_projection", +"conformance", +"conformation", +"conformational_entropy", +"conformism", +"conformist", +"conformity", +"confrere", +"confrontation", +"confucian", +"confucianism", +"confucianist", +"confucius", +"confusedness", +"confusion", +"confutation", +"confuter", +"conga", +"conga_line", +"conge", +"congealment", +"congee", +"congelation", +"congenator", +"congener", +"congeneric", +"congeniality", +"congenialness", +"congenital_abnormality", +"congenital_afibrinogenemia", +"congenital_anomaly", +"congenital_defect", +"congenital_disease", +"congenital_disorder", +"congenital_heart_defect", +"congenital_megacolon", +"congenital_pancytopenia", +"conger", +"conger_eel", +"congeries", +"congestion", +"congestive_heart_failure", +"congius", +"conglobation", +"conglomerate", +"conglomeration", +"conglutination", +"congo", +"congo_copal", +"congo_eel", +"congo_franc", +"congo_gum", +"congo_peafowl", +"congo_red", +"congo_river", +"congo_snake", +"congolese", +"congoo_mallee", +"congou", +"congou_tea", +"congratulation", +"congratulations", +"congregant", +"congregating", +"congregation", +"congregation_of_the_inquisition", +"congregational_christian_church", +"congregational_church", +"congregationalism", +"congregationalist", +"congress", +"congress_boot", +"congress_gaiter", +"congress_of_industrial_organizations", +"congress_of_racial_equality", +"congress_shoe", +"congressional_district", +"congressional_medal_of_honor", +"congressional_record", +"congressman", +"congresswoman", +"congreve", +"congridae", +"congruence", +"congruity", +"congruousness", +"conic", +"conic_morel", +"conic_projection", +"conic_section", +"conic_verpa", +"conic_waxycap", +"conical_buoy", +"conical_projection", +"conidiophore", +"conidiospore", +"conidium", +"conifer", +"coniferales", +"coniferophyta", +"coniferophytina", +"coniferopsida", +"coniferous_tree", +"conilurus", +"conima", +"coniogramme", +"coniogramme_japonica", +"conium", +"conium_maculatum", +"conjecture", +"conjoined_twin", +"conjugal_family", +"conjugal_right", +"conjugal_visitation", +"conjugal_visitation_right", +"conjugate", +"conjugate_solution", +"conjugated_protein", +"conjugation", +"conjunction", +"conjunctiva", +"conjunctival_layer_of_bulb", +"conjunctival_layer_of_eyelids", +"conjunctival_veins", +"conjunctive", +"conjunctivitis", +"conjunctivitis_arida", +"conjuncture", +"conjuration", +"conjure_man", +"conjurer", +"conjuring", +"conjuring_trick", +"conjuror", +"conjury", +"conk", +"conker", +"conn's_syndrome", +"connaraceae", +"connarus", +"connarus_guianensis", +"connectedness", +"connecter", +"connecticut", +"connecticut_river", +"connecticuter", +"connecting_flight", +"connecting_rod", +"connecting_room", +"connection", +"connective", +"connective_tissue", +"connectivity", +"connector", +"connemara_heath", +"connexion", +"conning_tower", +"conniption", +"connivance", +"connochaetes", +"connoisseur", +"connoisseurship", +"connolly", +"connors", +"connotation", +"conocarpus", +"conocarpus_erectus", +"conoclinium", +"conoclinium_coelestinum", +"conodont", +"conodonta", +"conodontophorida", +"conoid", +"conopodium", +"conopodium_denudatum", +"conospermum", +"conoy", +"conquering", +"conqueror", +"conquest", +"conquistador", +"conrad", +"conrad_aiken", +"conrad_potter_aiken", +"conradina", +"conradina_glabra", +"consanguinity", +"conscience", +"conscience_money", +"conscientious_objector", +"conscientiousness", +"consciousness", +"consciousness-altering_drug", +"conscript", +"conscription", +"consecration", +"consecutive_operation", +"consensus", +"consent", +"consent_decree", +"consequence", +"conservancy", +"conservation", +"conservation_of_charge", +"conservation_of_electricity", +"conservation_of_energy", +"conservation_of_mass", +"conservation_of_matter", +"conservation_of_momentum", +"conservation_of_parity", +"conservationist", +"conservatism", +"conservative", +"conservative_jew", +"conservative_judaism", +"conservative_party", +"conservativism", +"conservativist", +"conservatoire", +"conservator", +"conservator-ward_relation", +"conservatory", +"conserve", +"conserves", +"considerateness", +"consideration", +"consignee", +"consigner", +"consignment", +"consignor", +"consistence", +"consistency", +"consistory", +"consolation", +"console", +"console_table", +"consolida", +"consolida_ambigua", +"consolidation", +"consomme", +"consonance", +"consonant", +"consonant_rhyme", +"consonant_system", +"consonantal_system", +"consort", +"consortium", +"conspecific", +"conspectus", +"conspicuous_consumption", +"conspicuousness", +"conspiracy", +"conspiracy_of_silence", +"conspirator", +"constable", +"constabulary", +"constance", +"constancy", +"constant", +"constant-width_font", +"constant_lambert", +"constant_of_gravitation", +"constant_of_proportionality", +"constant_quantity", +"constantan", +"constantin_brancusi", +"constantina", +"constantine", +"constantine_i", +"constantine_the_great", +"constantinople", +"constatation", +"constellation", +"consternation", +"constipation", +"constituency", +"constituent", +"constitution", +"constitution_of_the_united_states", +"constitution_state", +"constitutional", +"constitutional_convention", +"constitutional_union_party", +"constitutionalism", +"constitutionalist", +"constraint", +"constriction", +"constrictor", +"constrictor_constrictor", +"construal", +"construct", +"construction", +"construction_industry", +"construction_paper", +"construction_worker", +"constructive_breach", +"constructive_eviction", +"constructive_fraud", +"constructive_metabolism", +"constructive_possession", +"constructive_trust", +"constructiveness", +"constructivism", +"constructivist", +"constructor", +"consubstantiation", +"consuetude", +"consuetudinal", +"consuetudinary", +"consul", +"consulate", +"consulship", +"consultancy", +"consultant", +"consultation", +"consulting_company", +"consulting_firm", +"consulting_service", +"consumer", +"consumer_credit", +"consumer_durables", +"consumer_finance_company", +"consumer_goods", +"consumer_loan", +"consumer_price_index", +"consumer_research", +"consumerism", +"consummation", +"consumption", +"consumption_weed", +"consumptive", +"contact", +"contact_action", +"contact_arm", +"contact_dermatitis", +"contact_lens", +"contact_print", +"contact_sport", +"contadino", +"contagion", +"contagious_abortion", +"contagious_disease", +"container", +"container_ship", +"container_vessel", +"containerful", +"containership", +"containment", +"contaminant", +"contamination", +"conte_alessandro_giuseppe_antonio_anastasio_volta", +"conte_alessandro_volta", +"contemplation", +"contemplative", +"contemplativeness", +"contemporaneity", +"contemporaneousness", +"contemporaries", +"contemporary", +"contemporary_world", +"contempt", +"contempt_of_congress", +"contempt_of_court", +"contemptibility", +"contemptuousness", +"contender", +"content", +"content_word", +"contentedness", +"contention", +"contentiousness", +"contentment", +"contents", +"contest", +"contestant", +"contestation", +"contestee", +"contester", +"context", +"context_of_use", +"contextual_definition", +"contextualism", +"contiguity", +"contiguousness", +"continence", +"continency", +"continent", +"continental_army", +"continental_breakfast", +"continental_congress", +"continental_divide", +"continental_drift", +"continental_glacier", +"continental_plan", +"continental_quilt", +"continental_shelf", +"continental_slope", +"contingence", +"contingency", +"contingency_fee", +"contingency_procedure", +"contingent", +"contingent_probability", +"continuance", +"continuant", +"continuant_consonant", +"continuation", +"continuative", +"continued_fraction", +"continuing_education", +"continuing_trespass", +"continuity", +"continuity_army_council", +"continuity_irish_republican_army", +"continuo", +"continuous_creation_theory", +"continuous_receiver_watch", +"continuous_tense", +"continuousness", +"continuum", +"conto", +"contopus", +"contopus_sordidulus", +"contopus_virens", +"contortion", +"contortionist", +"contour", +"contour_feather", +"contour_language", +"contour_line", +"contour_map", +"contour_sheet", +"contra", +"contra_danse", +"contraband", +"contrabandist", +"contrabass", +"contrabassoon", +"contraception", +"contraceptive", +"contraceptive_device", +"contraceptive_diaphragm", +"contraceptive_method", +"contraceptive_pill", +"contract", +"contract_bridge", +"contract_killing", +"contract_law", +"contract_of_adhesion", +"contract_of_hazard", +"contract_offer", +"contract_under_seal", +"contractile_organ", +"contractility", +"contracting", +"contraction", +"contractor", +"contracture", +"contradance", +"contradiction", +"contradiction_in_terms", +"contradictoriness", +"contradictory", +"contradistinction", +"contrafagotto", +"contrail", +"contraindication", +"contralto", +"contraption", +"contrapuntist", +"contrarian", +"contrariety", +"contrariness", +"contrary", +"contras", +"contrast", +"contrast_material", +"contrast_medium", +"contravention", +"contredanse", +"contretemps", +"contribution", +"contributor", +"contributory_negligence", +"contriteness", +"contrition", +"contrivance", +"contriver", +"control", +"control_account", +"control_board", +"control_center", +"control_character", +"control_circuit", +"control_condition", +"control_experiment", +"control_freak", +"control_function", +"control_grid", +"control_key", +"control_operation", +"control_panel", +"control_rod", +"control_room", +"control_stick", +"control_stock", +"control_surface", +"control_system", +"control_tower", +"controlled_substance", +"controller", +"controllership", +"controlling_interest", +"controversialist", +"controversy", +"contumacy", +"contumely", +"contusion", +"conundrum", +"conurbation", +"conuropsis", +"conuropsis_carolinensis", +"convalescence", +"convalescent", +"convallaria", +"convallaria_majalis", +"convallariaceae", +"convection", +"convector", +"convener", +"convenience", +"convenience_food", +"convenience_store", +"conveniences", +"convening", +"convent", +"conventicle", +"convention", +"conventionalisation", +"conventionalism", +"conventionality", +"conventionalization", +"conventioneer", +"convergence", +"convergency", +"convergent_strabismus", +"convergent_thinker", +"convergent_thinking", +"converging", +"converging_lens", +"conversance", +"conversancy", +"conversation", +"conversation_piece", +"conversation_stopper", +"conversational_partner", +"conversationalist", +"conversationist", +"converse", +"conversion", +"conversion_disorder", +"conversion_factor", +"conversion_hysteria", +"conversion_reaction", +"converso", +"convert", +"converter", +"convertibility", +"convertible", +"convertible_bond", +"convertible_security", +"convertor", +"convex_lens", +"convex_polygon", +"convex_polyhedron", +"convex_shape", +"convexity", +"convexness", +"conveyance", +"conveyance_of_title", +"conveyancer", +"conveyancing", +"conveyer", +"conveyer_belt", +"conveying", +"conveyor", +"conveyor_belt", +"convict", +"convict_fish", +"convictfish", +"conviction", +"convincingness", +"conviviality", +"convocation", +"convolution", +"convolution_of_broca", +"convolvulaceae", +"convolvulus", +"convolvulus_arvensis", +"convolvulus_scammonia", +"convolvulus_sepium", +"convoy", +"convulsion", +"cony", +"conyza", +"conyza_canadensis", +"coo", +"cook", +"cook_strait", +"cookbook", +"cooke", +"cooker", +"cookery", +"cookery_book", +"cookfire", +"cookhouse", +"cookie", +"cookie_cutter", +"cookie_jar", +"cookie_jar_reserve", +"cookie_sheet", +"cooking", +"cooking_apple", +"cooking_chocolate", +"cooking_oil", +"cooking_pan", +"cooking_stove", +"cooking_utensil", +"cookout", +"cookstove", +"cookware", +"cooky", +"cooky_jar", +"cool", +"cool_jazz", +"coolant", +"coolant_system", +"cooler", +"cooley's_anaemia", +"cooley's_anemia", +"coolidge", +"coolie", +"cooling", +"cooling_system", +"cooling_tower", +"coolness", +"coolwart", +"cooly", +"coon", +"coon_bear", +"coon_cat", +"coondog", +"coonhound", +"coonskin", +"coonskin_cap", +"coontie", +"coop", +"cooper", +"cooper's_hawk", +"cooper_union", +"cooper_union_for_the_advancement_of_science_and_art", +"cooperation", +"cooperative", +"cooperativeness", +"cooperator", +"cooperstown", +"coordinate", +"coordinate_axis", +"coordinate_bond", +"coordinate_clause", +"coordinate_geometry", +"coordinate_system", +"coordinated_universal_time", +"coordinating_conjunction", +"coordination", +"coordination_compound", +"coordinator", +"coosa", +"coosa_river", +"coot", +"cooter", +"cootie", +"cop", +"copaiba", +"copaiba_balsam", +"copal", +"copaline", +"copalite", +"copartner", +"copartnership", +"cope", +"copeck", +"copehan", +"copenhagen", +"copepod", +"copepod_crustacean", +"copepoda", +"copernican_system", +"copernicia", +"copernicia_alba", +"copernicia_australis", +"copernicia_cerifera", +"copernicia_prunifera", +"copernicus", +"copestone", +"copier", +"copilot", +"coping", +"coping_saw", +"coping_stone", +"copiousness", +"copland", +"copley", +"copolymer", +"copout", +"copper", +"copper's_nark", +"copper-base_alloy", +"copper_beech", +"copper_color", +"copper_glance", +"copper_mine", +"copper_nose", +"copper_oxide", +"copper_pyrites", +"copper_rockfish", +"copper_sulfate", +"copper_sulphate", +"copperhead", +"copperplate", +"copperplate_engraving", +"coppersmith", +"copperware", +"coppice", +"coppola", +"copra", +"copra_oil", +"coprinaceae", +"coprinus", +"coprinus_atramentarius", +"coprinus_comatus", +"coprolalia", +"coprolite", +"coprolith", +"coprophagia", +"coprophagy", +"copse", +"copt", +"coptic", +"coptic_church", +"coptis", +"coptis_groenlandica", +"coptis_trifolia_groenlandica", +"copula", +"copulation", +"copulative", +"copulative_conjunction", +"copy", +"copy_editing", +"copy_editor", +"copybook", +"copycat", +"copyhold", +"copyholder", +"copying", +"copyist", +"copyreader", +"copyright", +"copyright_infringement", +"copywriter", +"coq_au_vin", +"coquetry", +"coquette", +"coquilla_nut", +"coquille", +"coquilles_saint-jacques", +"cor_anglais", +"cor_pulmonale", +"cora", +"coracan", +"coracias", +"coracias_garrulus", +"coraciidae", +"coraciiform_bird", +"coraciiformes", +"coracle", +"coragyps", +"coragyps_atratus", +"corakan", +"coral", +"coral-root_bittercress", +"coral-wood", +"coral_bean", +"coral_bean_tree", +"coral_bush", +"coral_drops", +"coral_fungus", +"coral_gem", +"coral_honeysuckle", +"coral_necklace", +"coral_pea", +"coral_reef", +"coral_root", +"coral_sea", +"coral_snake", +"coral_tree", +"coral_vine", +"coralbells", +"coralberry", +"corallorhiza", +"corallorhiza_maculata", +"corallorhiza_striata", +"corallorhiza_trifida", +"coralroot", +"coralwood", +"coralwort", +"corbel", +"corbel_arch", +"corbel_step", +"corbett", +"corbie-step", +"corbie_gable", +"corbiestep", +"corbina", +"corchorus", +"cord", +"cord_blood", +"cord_grass", +"cordage", +"cordaitaceae", +"cordaitales", +"cordaites", +"cordarone", +"cordate_leaf", +"corday", +"cordell_hull", +"cordgrass", +"cordia", +"cordia_alliodora", +"cordia_gerascanthus", +"cordial", +"cordial_reception", +"cordiality", +"cordierite", +"cordite", +"corditis", +"cordoba", +"cordon", +"cordon_bleu", +"cordova", +"cordovan", +"cords", +"corduroy", +"corduroys", +"cordwood", +"cordylidae", +"cordyline", +"cordyline_australis", +"cordyline_terminalis", +"cordylus", +"core", +"core_bit", +"core_drill", +"core_dump", +"core_group", +"core_memory", +"coreference", +"coregonidae", +"coregonus", +"coregonus_artedi", +"coregonus_clupeaformis", +"coreid", +"coreid_bug", +"coreidae", +"coreligionist", +"corelli", +"coreopsis", +"coreopsis_gigantea", +"coreopsis_maritima", +"coreopsis_tinctoria", +"corer", +"corespondent", +"corgard", +"corgi", +"coriander", +"coriander_plant", +"coriander_seed", +"coriandrum", +"coriandrum_sativum", +"coricidin", +"corinth", +"corinthian", +"corinthian_order", +"coriolis_effect", +"coriolis_force", +"corium", +"corixa", +"corixidae", +"cork", +"cork_jacket", +"cork_oak", +"cork_tree", +"corkage", +"corkboard", +"corker", +"corkscrew", +"corkscrew_flower", +"corkwood", +"corkwood_family", +"corkwood_tree", +"corm", +"cormorant", +"cormous_plant", +"corn", +"corn_beef", +"corn_belt", +"corn_borer", +"corn_borer_moth", +"corn_cake", +"corn_campion", +"corn_chamomile", +"corn_chip", +"corn_chowder", +"corn_cob", +"corn_cockle", +"corn_dab", +"corn_dance", +"corn_dodger", +"corn_earworm", +"corn_exchange", +"corn_field", +"corn_flake", +"corn_fritter", +"corn_gluten", +"corn_gluten_feed", +"corn_lily", +"corn_liquor", +"corn_marigold", +"corn_mayweed", +"corn_mint", +"corn_muffin", +"corn_oil", +"corn_poppy", +"corn_pudding", +"corn_salad", +"corn_silk", +"corn_smut", +"corn_snake", +"corn_snow", +"corn_speedwell", +"corn_spurrey", +"corn_spurry", +"corn_stalk", +"corn_sugar", +"corn_syrup", +"corn_tash", +"corn_whiskey", +"corn_whisky", +"cornaceae", +"cornbread", +"corncob", +"corncrake", +"corncrib", +"cornea", +"corneal_graft", +"corneal_transplant", +"corned_beef", +"corned_beef_hash", +"corneille", +"cornel", +"cornelia_otis_skinner", +"cornelian", +"cornelian_cherry", +"cornelis_jansen", +"cornelius_jansenius", +"cornelius_vanderbilt", +"cornell", +"cornell_university", +"corner", +"corner_kick", +"corner_man", +"corner_pocket", +"corner_post", +"cornerback", +"cornerstone", +"cornet", +"cornetfish", +"cornetist", +"corneum", +"cornfield", +"cornflour", +"cornflower", +"cornflower_aster", +"cornhusk", +"cornhusker", +"cornhusker_state", +"cornhusking", +"cornice", +"cornish", +"cornish_fowl", +"cornish_heath", +"cornish_pasty", +"cornishman", +"cornishwoman", +"cornmeal", +"cornmeal_mush", +"cornpone", +"cornsilk", +"cornsmut", +"cornstalk", +"cornstarch", +"cornu", +"cornucopia", +"cornus", +"cornus_amomum", +"cornus_canadensis", +"cornus_florida", +"cornus_mas", +"cornus_obliqua", +"cornus_sanguinea", +"cornus_stolonifera", +"cornwall", +"cornwallis", +"corokia", +"corolla", +"corollary", +"corona", +"corona_borealis", +"corona_discharge", +"coronach", +"coronal", +"coronal_suture", +"coronary", +"coronary-artery_disease", +"coronary_artery", +"coronary_artery_bypass_graft", +"coronary_artery_disease", +"coronary_bypass", +"coronary_bypass_surgery", +"coronary_care_unit", +"coronary_failure", +"coronary_heart_disease", +"coronary_insufficiency", +"coronary_occlusion", +"coronary_sinus", +"coronary_thrombosis", +"coronation", +"coroner", +"coronet", +"coronilla", +"coronilla_varia", +"coronion", +"coronoid_process", +"coronoid_process_of_the_mandible", +"coropuna", +"corot", +"corozo", +"corozo_palm", +"corp", +"corporal", +"corporal_punishment", +"corporality", +"corporate_bond", +"corporate_executive", +"corporate_finance", +"corporate_investor", +"corporate_trust", +"corporation", +"corporation_law", +"corporatism", +"corporatist", +"corporeality", +"corposant", +"corps", +"corps_de_ballet", +"corps_diplomatique", +"corpse", +"corpulence", +"corpulency", +"corpus", +"corpus_amygdaloideum", +"corpus_callosum", +"corpus_christi", +"corpus_delicti", +"corpus_geniculatum_laterale", +"corpus_geniculatum_mediale", +"corpus_luteum", +"corpus_mamillare", +"corpus_sternum", +"corpus_striatum", +"corpuscle", +"corpuscular-radiation_pressure", +"corpuscular_radiation", +"corpuscular_theory", +"corpuscular_theory_of_light", +"corral", +"corrasion", +"correction", +"correctional_institution", +"correctional_rehabilitation", +"corrections", +"correctitude", +"corrective", +"correctness", +"correggio", +"corregidor", +"correlate", +"correlation", +"correlation_coefficient", +"correlation_matrix", +"correlation_table", +"correlational_analysis", +"correlational_statistics", +"correlative", +"correlativity", +"correspondence", +"correspondence_course", +"correspondence_school", +"correspondent", +"corrida", +"corridor", +"corrie", +"corrigenda", +"corrigendum", +"corroborating_evidence", +"corroboration", +"corrodentia", +"corroding", +"corrosion", +"corrosive", +"corrosive_sublimate", +"corrugated_board", +"corrugated_cardboard", +"corrugated_fastener", +"corrugated_iron", +"corrugation", +"corruptibility", +"corruption", +"corruptness", +"corsage", +"corsair", +"corse", +"corselet", +"corset", +"corsica", +"corsican_army", +"corslet", +"cortaderia", +"cortaderia_richardii", +"cortaderia_selloana", +"cortef", +"cortege", +"cortes", +"cortex", +"cortez", +"cortical_area", +"cortical_cataract", +"cortical_epilepsy", +"cortical_potential", +"cortical_region", +"corticium", +"corticium_salmonicolor", +"corticium_solani", +"corticoid", +"corticospinal_tract", +"corticosteroid", +"corticosterone", +"corticotrophin", +"corticotropin", +"cortina", +"cortinariaceae", +"cortinarius", +"cortinarius_armillatus", +"cortinarius_atkinsonianus", +"cortinarius_corrugatus", +"cortinarius_gentilis", +"cortinarius_mutabilis", +"cortinarius_semisanguineus", +"cortinarius_subfoetidus", +"cortinarius_violaceus", +"cortisol", +"cortisone", +"cortland", +"cortone_acetate", +"corundom", +"corundum", +"coruscation", +"corvee", +"corvette", +"corvidae", +"corvine_bird", +"corvus", +"corvus_brachyrhyncos", +"corvus_corax", +"corvus_frugilegus", +"corvus_monedula", +"coryanthes", +"corydalidae", +"corydalis", +"corydalis_claviculata", +"corydalis_sempervirens", +"corydalis_solida", +"corydalus", +"corydalus_cornutus", +"corylaceae", +"corylopsis", +"corylus", +"corylus_americana", +"corylus_avellana", +"corylus_avellana_grandis", +"corylus_cornuta", +"corymb", +"corynebacteriaceae", +"corynebacterium", +"corynebacterium_diphtheriae", +"corypha", +"corypha_gebanga", +"corypha_umbraculifera", +"corypha_utan", +"coryphaena_equisetis", +"coryphaena_hippurus", +"coryphaenidae", +"coryphantha", +"corythosaur", +"corythosaurus", +"coryza", +"cos", +"cos_lettuce", +"cosa_nostra", +"coscoroba", +"cosec", +"cosecant", +"cosh", +"cosignatory", +"cosigner", +"cosimo_de_medici", +"cosimo_the_elder", +"cosine", +"cosiness", +"cosmea", +"cosmetic", +"cosmetic_dentistry", +"cosmetic_surgeon", +"cosmetic_surgery", +"cosmetician", +"cosmetologist", +"cosmetology", +"cosmic_background_radiation", +"cosmic_dust", +"cosmic_microwave_background", +"cosmic_microwave_background_radiation", +"cosmic_radiation", +"cosmic_ray", +"cosmic_string", +"cosmic_time", +"cosmid", +"cosmocampus", +"cosmocampus_profundus", +"cosmogeny", +"cosmogony", +"cosmographer", +"cosmographist", +"cosmography", +"cosmolatry", +"cosmological_constant", +"cosmologist", +"cosmology", +"cosmonaut", +"cosmopolitan", +"cosmopolite", +"cosmos", +"cosmotron", +"coss", +"cossack", +"cost", +"cost-benefit_analysis", +"cost-of-living_allowance", +"cost-of-living_benefit", +"cost-of-living_index", +"cost-plus_contract", +"cost-pull_inflation", +"cost_accountant", +"cost_accounting", +"cost_analysis", +"cost_cutting", +"cost_increase", +"cost_ledger", +"cost_of_capital", +"cost_of_living", +"cost_overrun", +"costa", +"costa_rica", +"costa_rican", +"costa_rican_colon", +"costa_rican_monetary_unit", +"costal_cartilage", +"costal_groove", +"costalgia", +"costanoan", +"costermonger", +"costia", +"costia_necatrix", +"costiasis", +"costing", +"costliness", +"costmary", +"costoaxillary_vein", +"costochondritis", +"costs", +"costume", +"costume_designer", +"costumer", +"costumier", +"costus_oil", +"costusroot", +"cosy", +"cot", +"cot_death", +"cotacachi", +"cotan", +"cotangent", +"cote", +"cote_d'azur", +"cote_d'ivoire", +"cote_d'ivoire_franc", +"cotenant", +"coterie", +"cotes_de_provence", +"cothromboplastin", +"cotilion", +"cotillion", +"cotinga", +"cotingidae", +"cotinus", +"cotinus_americanus", +"cotinus_coggygria", +"cotinus_obovatus", +"cotoneaster", +"cotoneaster_dammeri", +"cotoneaster_horizontalis", +"cotonou", +"cotopaxi", +"cotswold", +"cotswold_hills", +"cotswolds", +"cottage", +"cottage_cheese", +"cottage_dweller", +"cottage_industry", +"cottage_pie", +"cottage_pink", +"cottage_tent", +"cottage_tulip", +"cottager", +"cottar", +"cotter", +"cotter_pin", +"cottidae", +"cottier", +"cotton", +"cotton-seed_tree", +"cotton_ball", +"cotton_bollworm", +"cotton_cake", +"cotton_candy", +"cotton_fiber", +"cotton_flannel", +"cotton_gin", +"cotton_grass", +"cotton_mill", +"cotton_mouse", +"cotton_plant", +"cotton_rat", +"cotton_rose", +"cotton_rush", +"cotton_stainer", +"cotton_strain", +"cotton_thistle", +"cotton_wool", +"cottonmouth", +"cottonmouth_moccasin", +"cottonseed", +"cottonseed_cake", +"cottonseed_oil", +"cottontail", +"cottontail_rabbit", +"cottonweed", +"cottonwick", +"cottonwood", +"cottrell_precipitator", +"cottus", +"cotula", +"cotula_coronopifolia", +"coturnix", +"coturnix_communis", +"coturnix_coturnix", +"cotyledon", +"cotyloid_cavity", +"cotyloid_joint", +"coucal", +"couch", +"couch_grass", +"couch_potato", +"couchette", +"coude_system", +"coude_telescope", +"coue", +"cougar", +"cough", +"cough_drop", +"coughing", +"coughing_up", +"coulisse", +"coulomb", +"coulomb's_law", +"coulter", +"coumadin", +"coumara_nut", +"coumarone", +"coumarone-indene_resin", +"coumarone_resin", +"coumarouna", +"coumarouna_odorata", +"council", +"council_bluffs", +"council_board", +"council_chamber", +"council_member", +"council_of_basel-ferrara-florence", +"council_of_chalcedon", +"council_of_constance", +"council_of_economic_advisors", +"council_of_ephesus", +"council_of_trent", +"council_of_vienne", +"council_on_environmental_policy", +"council_table", +"council_tax", +"councillor", +"councillorship", +"councilman", +"councilorship", +"councilwoman", +"counsel", +"counsel_to_the_crown", +"counseling", +"counselling", +"counsellor", +"counsellorship", +"counselor", +"counselor-at-law", +"counselorship", +"count", +"count_alessandro_di_cagliostro", +"count_alessandro_volta", +"count_ferdinand_von_zeppelin", +"count_fleet", +"count_lev_nikolayevitch_tolstoy", +"count_maurice_maeterlinck", +"count_nikolaus_ludwig_von_zinzendorf", +"count_noun", +"count_palatine", +"count_per_minute", +"count_rumford", +"countdown", +"countenance", +"counter", +"counter-revolutionist", +"counter-sabotage", +"counter_check", +"counter_conditioning", +"counter_reformation", +"counter_tube", +"counteraction", +"counterargument", +"counterattack", +"counterattraction", +"counterbalance", +"counterbattery_fire", +"counterblast", +"counterblow", +"counterbombardment", +"counterbore", +"countercharge", +"countercheck", +"counterclaim", +"counterclockwise_rotation", +"countercoup", +"counterculture", +"countercurrent", +"counterdemonstration", +"counterdemonstrator", +"counterespionage", +"counterexample", +"counterfactuality", +"counterfeit", +"counterfeiter", +"counterfire", +"counterfoil", +"counterglow", +"counterinsurgency", +"counterintelligence", +"counterirritant", +"counterman", +"countermand", +"countermarch", +"countermeasure", +"countermine", +"countermortar_fire", +"countermove", +"counteroffensive", +"counteroffer", +"counterpane", +"counterpart", +"counterperson", +"counterplan", +"counterplay", +"counterplea", +"counterplot", +"counterpoint", +"counterpoise", +"counterpoison", +"counterpreparation_fire", +"counterproposal", +"counterpunch", +"counterreformation", +"counterrevolution", +"counterrevolutionary", +"counterrevolutionist", +"countershot", +"countersign", +"countersignature", +"countersink", +"countersink_bit", +"counterspy", +"counterstain", +"countersubversion", +"countersuit", +"countertenor", +"counterterrorism", +"counterterrorist", +"counterterrorist_center", +"countertop", +"countertransference", +"countervailing_duty", +"counterweight", +"counterwoman", +"countess", +"counting", +"countinghouse", +"countlessness", +"country", +"country-dance", +"country_and_western", +"country_borage", +"country_club", +"country_dancing", +"country_doctor", +"country_house", +"country_music", +"country_of_origin", +"country_people", +"country_store", +"countryfolk", +"countryman", +"countryseat", +"countryside", +"countrywoman", +"counts/minute", +"county", +"county_agent", +"county_council", +"county_courthouse", +"county_line", +"county_palatine", +"county_seat", +"county_town", +"coup", +"coup_d'etat", +"coup_d'oeil", +"coup_de_grace", +"coup_de_main", +"coup_de_theatre", +"coupe", +"couperin", +"couple", +"coupler", +"couplet", +"coupling", +"coupon", +"coupon_bond", +"courage", +"courageousness", +"courante", +"courbaril", +"courbaril_copal", +"courbet", +"coureur_de_bois", +"courgette", +"courier", +"courlan", +"course", +"course_catalog", +"course_catalogue", +"course_credit", +"course_of_action", +"course_of_instruction", +"course_of_lectures", +"course_of_study", +"course_session", +"courser", +"coursework", +"coursing", +"court", +"court-martial", +"court_card", +"court_game", +"court_of_appeals", +"court_of_assize", +"court_of_assize_and_nisi_prius", +"court_of_chancery", +"court_of_domestic_relations", +"court_of_justice", +"court_of_law", +"court_of_saint_james's", +"court_order", +"court_plaster", +"court_tennis", +"courtelle", +"courtesan", +"courtesy", +"courthouse", +"courtier", +"courting", +"courtliness", +"courtly_love", +"courtroom", +"courtship", +"courtyard", +"couscous", +"cousin", +"cousin-german", +"cousteau", +"couture", +"couturier", +"couvade", +"couverture", +"covalence", +"covalency", +"covalent_bond", +"covariance", +"covariation", +"cove", +"coven", +"covenant", +"coventry", +"cover", +"cover-up", +"cover_charge", +"cover_crop", +"cover_girl", +"cover_glass", +"cover_letter", +"cover_plate", +"cover_slip", +"cover_song", +"cover_version", +"coverage", +"coverall", +"covered_bridge", +"covered_couch", +"covered_option", +"covered_smut", +"covered_stadium", +"covered_stand", +"covered_wagon", +"covering", +"covering_fire", +"covering_letter", +"covering_material", +"coverlet", +"covert", +"covert_operation", +"covertness", +"covetousness", +"covey", +"coville", +"cow", +"cow's_head", +"cow-nosed_ray", +"cow-tongue_fern", +"cow_barn", +"cow_chip", +"cow_cockle", +"cow_dung", +"cow_lily", +"cow_man", +"cow_manure", +"cow_oak", +"cow_parsley", +"cow_parsnip", +"cow_pasture", +"cow_pen", +"cow_pie", +"cow_pony", +"cow_shark", +"cow_town", +"cowage", +"coward", +"cowardice", +"cowardliness", +"cowbarn", +"cowbell", +"cowberry", +"cowbird", +"cowboy", +"cowboy_boot", +"cowboy_hat", +"cowcatcher", +"cowfish", +"cowgirl", +"cowhand", +"cowherb", +"cowherd", +"cowhide", +"cowhouse", +"cowl", +"cowl_muscle", +"cowlick", +"cowling", +"cowman", +"cownose_ray", +"cowpea", +"cowpea_plant", +"cowpen_daisy", +"cowpens", +"cowper", +"cowper's_gland", +"cowpie", +"cowpoke", +"cowpox", +"cowpuncher", +"cowrie", +"cowry", +"cows", +"cows'_milk", +"cowshed", +"cowskin", +"cowslip", +"cowtown", +"cox", +"cox's_orange_pippin", +"cox-1", +"cox-2", +"cox-2_inhibitor", +"coxa", +"coxcomb", +"coxsackie_virus", +"coxsackievirus", +"coxswain", +"coydog", +"coyness", +"coyol", +"coyol_palm", +"coyote", +"coyote_brush", +"coyote_bush", +"coyote_state", +"coypu", +"cozenage", +"coziness", +"cozy", +"cpa", +"cpi", +"cpr", +"cps", +"cpu", +"cpu_board", +"cr", +"crab", +"crab-eating_dog", +"crab-eating_fox", +"crab-eating_macaque", +"crab-eating_opossum", +"crab-eating_raccoon", +"crab-eating_seal", +"crab_apple", +"crab_cactus", +"crab_cocktail", +"crab_grass", +"crab_legs", +"crab_louis", +"crab_louse", +"crab_nebula", +"crabapple", +"crabapple_jelly", +"crabbedness", +"crabbiness", +"crabby_person", +"crabeater_seal", +"crabgrass", +"crabmeat", +"crabs", +"cracidae", +"crack", +"crack-up", +"crack_addict", +"crack_cocaine", +"crack_of_doom", +"crack_shot", +"crack_willow", +"crackdown", +"cracked-wheat_bread", +"cracked_wheat", +"cracker", +"cracker_bonbon", +"cracker_crumbs", +"crackerberry", +"crackerjack", +"cracking", +"crackle", +"crackle_china", +"crackleware", +"crackling", +"cracklings", +"crackpot", +"cracksman", +"cracow", +"cracticidae", +"cracticus", +"cradle", +"cradle_cap", +"cradlesong", +"craft", +"craft_fair", +"craft_union", +"crafter", +"craftiness", +"craftsman", +"craftsmanship", +"crag", +"cragsman", +"craig_ventner", +"craigie", +"crake", +"crambe", +"crambe_maritima", +"crammer", +"cramp", +"cramp_iron", +"crampbark", +"crampfish", +"crampon", +"crampoon", +"cran", +"cranberry", +"cranberry_bush", +"cranberry_culture", +"cranberry_heath", +"cranberry_juice", +"cranberry_sauce", +"cranberry_tree", +"crane", +"crane's_bill", +"crane_fly", +"cranesbill", +"crangon", +"crangonidae", +"cranial_cavity", +"cranial_index", +"cranial_nerve", +"cranial_orbit", +"craniata", +"craniate", +"craniologist", +"craniology", +"craniometer", +"craniometric_point", +"craniometry", +"craniotomy", +"cranium", +"crank", +"crank_call", +"crank_handle", +"crank_letter", +"crankcase", +"crankiness", +"crankshaft", +"cranny", +"crap", +"crap-shooter", +"crap_game", +"crap_shooting", +"crapaud", +"crape", +"crape_fern", +"crape_jasmine", +"crape_myrtle", +"crapette", +"crapper", +"crappie", +"craps", +"crapshoot", +"crapshooter", +"crapulence", +"crash", +"crash_barrier", +"crash_course", +"crash_dive", +"crash_helmet", +"crash_landing", +"crash_program", +"crash_programme", +"crasher", +"craspedia", +"crassitude", +"crassness", +"crassostrea", +"crassula", +"crassulaceae", +"crataegus", +"crataegus_aestivalis", +"crataegus_apiifolia", +"crataegus_biltmoreana", +"crataegus_calpodendron", +"crataegus_coccinea", +"crataegus_coccinea_mollis", +"crataegus_crus-galli", +"crataegus_laevigata", +"crataegus_marshallii", +"crataegus_mollis", +"crataegus_monogyna", +"crataegus_oxyacantha", +"crataegus_oxycantha", +"crataegus_pedicellata", +"crataegus_tomentosa", +"crate", +"crateful", +"crater", +"crater_lake_national_park", +"crateva", +"craton", +"cravat", +"craven", +"cravenness", +"craving", +"craw", +"crawdad", +"crawdaddy", +"crawfish", +"crawford", +"crawl", +"crawl_space", +"crawler", +"crawling", +"crawlspace", +"crax", +"crayfish", +"crayon", +"craze", +"craziness", +"crazy", +"crazy_bone", +"crazy_glue", +"crazy_horse", +"crazy_house", +"crazy_quilt", +"crazy_weed", +"crazyweed", +"creak", +"creaking", +"cream", +"cream-colored_courser", +"cream-of-tartar_tree", +"cream_cheese", +"cream_of_tartar", +"cream_pitcher", +"cream_puff", +"cream_sauce", +"cream_soda", +"cream_violet", +"creamcups", +"creamer", +"creamery", +"creaminess", +"crease", +"creashak", +"creatin", +"creatine", +"creatine_phosphate", +"creatine_phosphoric_acid", +"creating_by_mental_acts", +"creating_by_removal", +"creating_from_raw_materials", +"creation", +"creation_science", +"creationism", +"creative_activity", +"creative_person", +"creative_thinker", +"creative_thinking", +"creativeness", +"creativity", +"creator", +"creature", +"creature_comforts", +"creche", +"crecy", +"cred", +"credence", +"credendum", +"credential", +"credentials", +"credenza", +"credibility", +"credibleness", +"credit", +"credit_account", +"credit_analyst", +"credit_application", +"credit_bureau", +"credit_card", +"credit_crunch", +"credit_entry", +"credit_hour", +"credit_line", +"credit_order", +"credit_rating", +"credit_side", +"credit_system", +"credit_union", +"creditor", +"credits", +"creditworthiness", +"credo", +"credulity", +"credulousness", +"cree", +"creed", +"creek", +"creek_bed", +"creek_confederacy", +"creel", +"creep", +"creep_feed", +"creeper", +"creepiness", +"creeping", +"creeping_bellflower", +"creeping_bent", +"creeping_bentgrass", +"creeping_bugle", +"creeping_buttercup", +"creeping_charlie", +"creeping_crowfoot", +"creeping_fern", +"creeping_jenny", +"creeping_juniper", +"creeping_lily", +"creeping_oxalis", +"creeping_snowberry", +"creeping_soft_grass", +"creeping_spike_rush", +"creeping_st_john's_wort", +"creeping_thistle", +"creeping_thyme", +"creeping_willow", +"creeping_windmill_grass", +"creeping_wintergreen", +"creeping_wood_sorrel", +"creeping_zinnia", +"creeps", +"creepy-crawlies", +"creepy-crawly", +"creese", +"cremains", +"cremation", +"cremation_chamber", +"crematorium", +"crematory", +"creme_anglais", +"creme_brulee", +"creme_caramel", +"creme_de_cacao", +"creme_de_fraise", +"creme_de_menthe", +"cremona", +"crenate_leaf", +"crenation", +"crenature", +"crenel", +"crenelation", +"crenellation", +"crenelle", +"creole", +"creole-fish", +"creon", +"creosol", +"creosote", +"creosote_bush", +"crepe", +"crepe_de_chine", +"crepe_fern", +"crepe_flower", +"crepe_gardenia", +"crepe_jasmine", +"crepe_marocain", +"crepe_myrtle", +"crepe_paper", +"crepe_rubber", +"crepe_suzette", +"crepis", +"crepitation", +"crepitation_rale", +"crepuscle", +"crepuscule", +"crescendo", +"crescent", +"crescent-cell_anaemia", +"crescent-cell_anemia", +"crescent_roll", +"crescent_wrench", +"crescentia", +"crescentia_cujete", +"cresol", +"cress", +"cress_plant", +"crest", +"crested_cariama", +"crested_coral_root", +"crested_myna", +"crested_penguin", +"crested_screamer", +"crested_swift", +"crested_wheat_grass", +"crested_wheatgrass", +"crestless_wave", +"cretaceous", +"cretaceous_period", +"cretan", +"cretan_dittany", +"crete", +"crete_dittany", +"cretin", +"cretinism", +"cretonne", +"creutzfeldt-jakob_disease", +"crevalle_jack", +"crevasse", +"crevice", +"crew", +"crew_cut", +"crew_member", +"crew_neck", +"crew_neckline", +"crewelwork", +"crewet", +"crewman", +"crex", +"crex_crex", +"crib", +"crib_death", +"cribbage", +"cribbage_board", +"cricetidae", +"cricetus", +"cricetus_cricetus", +"crichton", +"crick", +"cricket", +"cricket-bat_willow", +"cricket_ball", +"cricket_bat", +"cricket_equipment", +"cricket_frog", +"cricket_match", +"cricketer", +"crier", +"crime", +"crime_rate", +"crime_syndicate", +"crime_wave", +"crimea", +"crimea-congo_hemorrhagic_fever", +"crimean_war", +"criminal", +"criminal_congress", +"criminal_contempt", +"criminal_conversation", +"criminal_court", +"criminal_intelligence_services_of_canada", +"criminal_investigation_command", +"criminal_law", +"criminal_maintenance", +"criminal_negligence", +"criminal_offence", +"criminal_offense", +"criminal_possession", +"criminal_prosecution", +"criminal_record", +"criminal_suit", +"criminalisation", +"criminalism", +"criminality", +"criminalization", +"criminalness", +"criminologist", +"criminology", +"crimp", +"crimper", +"crimson", +"crimson_clover", +"cringle", +"crinion", +"crinkle", +"crinkle-root", +"crinkle_root", +"crinkleroot", +"crinoid", +"crinoidea", +"crinoline", +"criollo", +"cripple", +"crisis", +"crisis_intervention", +"crisp", +"crisphead_lettuce", +"crispin", +"crispiness", +"crispness", +"crisscross", +"cristal", +"cristobal_balenciaga", +"cristobal_colon", +"cristobalite", +"cristoforo_colombo", +"criterion", +"crith", +"critic", +"critical_analysis", +"critical_angle", +"critical_appraisal", +"critical_mass", +"critical_point", +"critical_review", +"criticality", +"criticalness", +"criticism", +"critique", +"critter", +"critter_sitter", +"crius", +"crixivan", +"crna_gora", +"cro", +"cro-magnon", +"croak", +"croaker", +"croaking", +"croat", +"croatia", +"croatian", +"crocanthemum_canadense", +"crocethia", +"crocethia_alba", +"crochet", +"crochet_hook", +"crochet_needle", +"crochet_stitch", +"crocheting", +"crock", +"crock_pot", +"crockery", +"crocket", +"crockett", +"crocodile", +"crocodile_bird", +"crocodile_river", +"crocodile_tears", +"crocodilia", +"crocodilian", +"crocodilian_reptile", +"crocodilus", +"crocodylia", +"crocodylidae", +"crocodylus", +"crocodylus_niloticus", +"crocodylus_porosus", +"crocolite", +"crocus", +"crocus_sativus", +"crocuta", +"crocuta_crocuta", +"croesus", +"croft", +"crofter", +"crohn", +"crohn's_disease", +"croissant", +"croix_de_guerre", +"cromlech", +"cromorne", +"cromwell", +"cronartium", +"cronartium_ribicola", +"crone", +"cronus", +"crony", +"cronyism", +"cronyn", +"croo_monkey", +"crook", +"crookback", +"crooked-stemmed_aster", +"crookedness", +"crookes", +"crookes_radiometer", +"crookes_tube", +"crookneck", +"crookneck_squash", +"crooner", +"crooning", +"crop", +"crop-dusting", +"crop_failure", +"cropper", +"croquet", +"croquet_ball", +"croquet_equipment", +"croquet_mallet", +"croquette", +"crore", +"crosby", +"crosier", +"cross", +"cross-classification", +"cross-country_jumping", +"cross-country_riding", +"cross-country_skiing", +"cross-division", +"cross-dresser", +"cross-examination", +"cross-examiner", +"cross-eye", +"cross-fertilisation", +"cross-fertilization", +"cross-florida_waterway", +"cross-index", +"cross-leaved_heath", +"cross-link", +"cross-linkage", +"cross-pollination", +"cross-purpose", +"cross-question", +"cross-questioner", +"cross-reference", +"cross-stitch", +"cross_bit", +"cross_bun", +"cross_country", +"cross_dressing", +"cross_hair", +"cross_infection", +"cross_of_calvary", +"cross_of_lorraine", +"cross_product", +"cross_section", +"cross_street", +"cross_thwart", +"cross_vine", +"cross_wire", +"crossbar", +"crossbeam", +"crossbench", +"crossbencher", +"crossbill", +"crossbones", +"crossbow", +"crossbreed", +"crossbreeding", +"crosscheck", +"crosscurrent", +"crosscut", +"crosscut_handsaw", +"crosscut_saw", +"crosse", +"crossed_eye", +"crossfire", +"crosshairs", +"crosshatch", +"crosshead", +"crossheading", +"crossing", +"crossing_guard", +"crossing_over", +"crossjack", +"crossness", +"crossopterygian", +"crossopterygii", +"crossover", +"crossover_voter", +"crosspatch", +"crosspiece", +"crossroad", +"crossroads", +"crosstalk", +"crosstie", +"crosswalk", +"crossway", +"crosswind", +"crossword", +"crossword_puzzle", +"crotal", +"crotalaria", +"crotalaria_sagitallis", +"crotalaria_spectabilis", +"crotalidae", +"crotalus", +"crotalus_adamanteus", +"crotalus_atrox", +"crotalus_cerastes", +"crotalus_horridus_atricaudatus", +"crotalus_horridus_horridus", +"crotalus_lepidus", +"crotalus_mitchellii", +"crotalus_scutulatus", +"crotalus_tigris", +"crotalus_viridis", +"crotaphion", +"crotaphytus", +"crotch", +"crotch_hair", +"crotchet", +"crotchetiness", +"croton", +"croton_bug", +"croton_eluteria", +"croton_oil", +"croton_tiglium", +"crotonbug", +"crotophaga", +"crottal", +"crottle", +"crouch", +"croup", +"croupe", +"croupier", +"croupier's_rake", +"crouse", +"crouton", +"crow", +"crow's_feet", +"crow's_foot", +"crow's_nest", +"crow-bait", +"crow_blackbird", +"crow_corn", +"crow_garlic", +"crow_pheasant", +"crow_step", +"crowbait", +"crowbar", +"crowberry", +"crowberry_family", +"crowd", +"crowd_control", +"crowding", +"crowfoot", +"crowfoot_family", +"crowfoot_grass", +"crowing", +"crown", +"crown-beard", +"crown-of-the-field", +"crown_beard", +"crown_colony", +"crown_daisy", +"crown_fire", +"crown_gall", +"crown_glass", +"crown_imperial", +"crown_jewel", +"crown_jewels", +"crown_land", +"crown_lens", +"crown_monkey", +"crown_of_thorns", +"crown_prince", +"crown_princess", +"crown_roast", +"crown_saw", +"crown_vetch", +"crown_wart", +"crownbeard", +"crowned_head", +"crownwork", +"crozier", +"crp", +"crt", +"crt_screen", +"cruciality", +"crucian_carp", +"crucible", +"crucible_steel", +"crucifer", +"cruciferae", +"cruciferous_plant", +"cruciferous_vegetable", +"crucifix", +"crucifix_fish", +"crucifixion", +"crud", +"crude", +"crude_oil", +"crudeness", +"crudites", +"crudity", +"cruel_and_unusual_punishment", +"cruel_plant", +"cruelness", +"cruelty", +"cruet", +"cruet-stand", +"cruise", +"cruise_control", +"cruise_liner", +"cruise_missile", +"cruise_ship", +"cruiser", +"cruiserweight", +"cruller", +"crumb", +"crumb_cake", +"crumbliness", +"crumhorn", +"crumpet", +"crunch", +"crupper", +"crus", +"crusade", +"crusader", +"cruse", +"crush", +"crushed_leather", +"crushed_rock", +"crusher", +"crushing", +"crust", +"crustacea", +"crustacean", +"crustal_movement", +"crustal_plate", +"crustose_thallus", +"crutch", +"crux", +"crux_australis", +"crux_of_the_matter", +"cry", +"cry-baby_tree", +"cryaesthesia", +"crybaby", +"crybaby_tree", +"cryesthesia", +"crying", +"cryoanaesthesia", +"cryoanesthesia", +"cryobiology", +"cryocautery", +"cryogen", +"cryogenics", +"cryogeny", +"cryolite", +"cryometer", +"cryonics", +"cryopathy", +"cryophobia", +"cryoscope", +"cryostat", +"cryosurgery", +"crypt", +"cryptacanthodes", +"cryptacanthodes_maculatus", +"cryptanalysis", +"cryptanalyst", +"cryptanalytics", +"cryptic_coloration", +"cryptobiosis", +"cryptobranchidae", +"cryptobranchus", +"cryptobranchus_alleganiensis", +"cryptocercidae", +"cryptocercus", +"cryptococcosis", +"cryptocoryne", +"cryptogam", +"cryptogamia", +"cryptogram", +"cryptogramma", +"cryptogramma_acrostichoides", +"cryptogramma_crispa", +"cryptogrammataceae", +"cryptograph", +"cryptographer", +"cryptography", +"cryptologist", +"cryptology", +"cryptomeria", +"cryptomeria_japonica", +"cryptomonad", +"cryptophyceae", +"cryptophyta", +"cryptophyte", +"cryptoprocta", +"cryptoprocta_ferox", +"cryptorchidism", +"cryptorchidy", +"cryptorchism", +"cryptotermes", +"cryptotermes_brevis", +"cryptotis", +"cryptotis_parva", +"crystal", +"crystal_ball", +"crystal_counter", +"crystal_detector", +"crystal_gazing", +"crystal_lattice", +"crystal_microphone", +"crystal_oscillator", +"crystal_pickup", +"crystal_rectifier", +"crystal_set", +"crystal_tea", +"crystal_violet", +"crystalline_lens", +"crystallisation", +"crystallite", +"crystallization", +"crystallized_fruit", +"crystallized_ginger", +"crystallizing", +"crystallographer", +"crystallography", +"cs", +"cs_gas", +"cse", +"csis", +"cst", +"ct", +"ctc", +"ctene", +"ctenidium", +"ctenizidae", +"ctenocephalides", +"ctenocephalides_canis", +"ctenocephalides_felis", +"ctenocephalus", +"ctenophora", +"ctenophore", +"ctenophore_family", +"ctenophore_genus", +"cu", +"cu_ft", +"cu_in", +"cub", +"cub_scout", +"cub_shark", +"cuba", +"cubage_unit", +"cuban", +"cuban_bast", +"cuban_capital", +"cuban_heel", +"cuban_itch", +"cuban_mahogany", +"cuban_monetary_unit", +"cuban_peso", +"cuban_revolution", +"cuban_sandwich", +"cuban_spinach", +"cubature_unit", +"cubby", +"cubbyhole", +"cube", +"cube_root", +"cubeb", +"cubeb_cigarette", +"cubeb_vine", +"cubic_centimeter", +"cubic_centimetre", +"cubic_content_unit", +"cubic_decimeter", +"cubic_decimetre", +"cubic_foot", +"cubic_inch", +"cubic_kilometer", +"cubic_kilometre", +"cubic_measure", +"cubic_meter", +"cubic_metre", +"cubic_millimeter", +"cubic_millimetre", +"cubic_yard", +"cubicity", +"cubicle", +"cubism", +"cubist", +"cubit", +"cubital_joint", +"cubital_nerve", +"cubitiere", +"cubitus", +"cuboid", +"cuboid_bone", +"cuboidal_cell", +"cuboidal_epithelial_cell", +"cucking_stool", +"cuckold", +"cuckoldom", +"cuckoldry", +"cuckoo", +"cuckoo's_nest", +"cuckoo-bumblebee", +"cuckoo_bread", +"cuckoo_clock", +"cuckoo_flower", +"cuckooflower", +"cuckoopint", +"cuculidae", +"cuculiform_bird", +"cuculiformes", +"cuculus", +"cuculus_canorus", +"cucumber", +"cucumber_tree", +"cucumber_vine", +"cucumis", +"cucumis_melo", +"cucumis_melo_cantalupensis", +"cucumis_melo_inodorus", +"cucumis_melo_reticulatus", +"cucumis_sativus", +"cucurbit", +"cucurbita", +"cucurbita_argyrosperma", +"cucurbita_foetidissima", +"cucurbita_maxima", +"cucurbita_maxima_turbaniformis", +"cucurbita_mixta", +"cucurbita_moschata", +"cucurbita_pepo", +"cucurbita_pepo_melopepo", +"cucurbitaceae", +"cud", +"cudbear", +"cuddle", +"cuddling", +"cuddy", +"cudgel", +"cudweed", +"cue", +"cue_ball", +"cue_stick", +"cuff", +"cufflink", +"cuirass", +"cuirassier", +"cuisine", +"cuisse", +"cuke", +"cul", +"cul_de_sac", +"culbertson", +"culcita", +"culcita_dubia", +"culdoscope", +"culdoscopy", +"culebra", +"culex", +"culex_fatigans", +"culex_pipiens", +"culex_quinquefasciatus", +"culiacan", +"culicidae", +"culinary_art", +"cull", +"cullender", +"cullis", +"culm", +"culmination", +"culotte", +"culpability", +"culpable_negligence", +"culpableness", +"culprit", +"cult", +"cult_of_personality", +"cultism", +"cultist", +"cultivar", +"cultivated_cabbage", +"cultivated_carrot", +"cultivated_celery", +"cultivated_crab_apple", +"cultivated_land", +"cultivated_parsnip", +"cultivated_plant", +"cultivated_rice", +"cultivated_strawberry", +"cultivation", +"cultivator", +"cultural_anthropologist", +"cultural_anthropology", +"cultural_attache", +"cultural_movement", +"cultural_revolution", +"culturati", +"culture", +"culture_medium", +"culture_shock", +"cultus", +"culver's_physic", +"culver's_root", +"culverin", +"culvers_physic", +"culvers_root", +"culvert", +"cum", +"cumana", +"cumarone", +"cumberland", +"cumberland_gap", +"cumberland_mountains", +"cumberland_plateau", +"cumberland_river", +"cumbersomeness", +"cumbria", +"cumfrey", +"cumin", +"cumin_seed", +"cuminum", +"cuminum_cyminum", +"cummerbund", +"cummings", +"cumquat", +"cumulation", +"cumulative_preferred", +"cumulative_preferred_stock", +"cumulative_vote", +"cumulonimbus", +"cumulonimbus_cloud", +"cumulus", +"cumulus_cloud", +"cunaxa", +"cunctation", +"cunctator", +"cuneate_leaf", +"cuneiform", +"cuneiform_bone", +"cuneus", +"cuniculus", +"cuniculus_paca", +"cunner", +"cunnilinctus", +"cunnilingus", +"cunning", +"cunningham", +"cunonia_family", +"cunoniaceae", +"cunt", +"cuon", +"cuon_alpinus", +"cup", +"cup_and_saucer", +"cup_final", +"cup_fungus", +"cup_hook", +"cup_morel", +"cup_of_tea", +"cup_tie", +"cupbearer", +"cupboard", +"cupboard_love", +"cupcake", +"cupel", +"cupflower", +"cupful", +"cupid", +"cupid's_bow", +"cupid's_dart", +"cupid's_disease", +"cupid's_itch", +"cupidity", +"cupola", +"cuppa", +"cupper", +"cupping", +"cupressaceae", +"cupressus", +"cupressus_abramsiana", +"cupressus_arizonica", +"cupressus_goveniana", +"cupressus_goveniana_abramsiana", +"cupressus_goveniana_pigmaea", +"cupressus_guadalupensis", +"cupressus_lusitanica", +"cupressus_macrocarpa", +"cupressus_pigmaea", +"cupressus_sempervirens", +"cupric_acetate", +"cupric_sulfate", +"cupric_sulphate", +"cuprimine", +"cuprite", +"cupronickel", +"cupule", +"cuquenan", +"cuquenan_falls", +"cur", +"curability", +"curableness", +"curacao", +"curacoa", +"curacy", +"curandera", +"curandero", +"curare", +"curassow", +"curate", +"curate_cycloid", +"curative", +"curator", +"curatorship", +"curb", +"curb_bit", +"curb_market", +"curb_roof", +"curb_service", +"curbing", +"curbside", +"curbstone", +"curculionidae", +"curcuma", +"curcuma_domestica", +"curcuma_longa", +"curd", +"curdling", +"cure", +"cure-all", +"curet", +"curettage", +"curette", +"curettement", +"curfew", +"curia", +"curie", +"curie_point", +"curie_temperature", +"curietherapy", +"curing", +"curio", +"curiosa", +"curiosity", +"curiousness", +"curitiba", +"curium", +"curl", +"curled_leaf_pondweed", +"curler", +"curlew", +"curlew_sandpiper", +"curlicue", +"curliness", +"curling", +"curling_iron", +"curly-coated_retriever", +"curly-heads", +"curly_clematis", +"curly_endive", +"curly_grass", +"curly_grass_fern", +"curly_pondweed", +"curlycup_gumweed", +"curmudgeon", +"currajong", +"currant", +"currant_bush", +"currawong", +"currency", +"current", +"current_account", +"current_assets", +"current_electricity", +"current_intelligence", +"current_of_air", +"current_unit", +"currentness", +"currer_bell", +"curriculum", +"curriculum_vitae", +"currier", +"curry", +"curry_powder", +"curry_sauce", +"currycomb", +"curse", +"curse_word", +"cursed_crowfoot", +"cursive", +"cursive_script", +"cursor", +"cursorius", +"cursorius_cursor", +"curtailment", +"curtain", +"curtain_call", +"curtain_lecture", +"curtain_raiser", +"curtain_raising", +"curtain_ring", +"curtilage", +"curtis", +"curtisia", +"curtiss", +"curtness", +"curtsey", +"curtsy", +"curvaceousness", +"curvature", +"curve", +"curve_ball", +"curved_shape", +"curvet", +"curvilinear_correlation", +"curvilinear_regression", +"cusco", +"cuscus", +"cuscuta", +"cuscuta_gronovii", +"cush-cush", +"cushat", +"cushaw", +"cushing", +"cushing's_disease", +"cushing's_syndrome", +"cushion", +"cushion_calamint", +"cushion_flower", +"cushioning", +"cushitic", +"cusk", +"cusk-eel", +"cusp", +"cuspid", +"cuspidation", +"cuspidor", +"cuss", +"cussedness", +"custard", +"custard-apple_family", +"custard_apple", +"custard_apple_tree", +"custard_pie", +"custer", +"custer's_last_stand", +"custodial_account", +"custodian", +"custodianship", +"custody", +"custody_battle", +"custody_case", +"custom", +"custom-built", +"custom-made", +"customer", +"customer's_broker", +"customer's_man", +"customer_agent", +"customhouse", +"customs", +"customs_bureau", +"customs_duty", +"customs_service", +"customs_union", +"customshouse", +"cut", +"cut-and-thrust", +"cut-in", +"cut-rate_sale", +"cut-up", +"cut_glass", +"cut_of_beef", +"cut_of_lamb", +"cut_of_meat", +"cut_of_mutton", +"cut_of_pork", +"cut_of_veal", +"cut_price", +"cut_rate", +"cutaneous_anthrax", +"cutaneous_leishmaniasis", +"cutaneous_sensation", +"cutaneous_senses", +"cutaneous_vein", +"cutaway", +"cutaway_drawing", +"cutaway_model", +"cutback", +"cutch", +"cuteness", +"cuterebra", +"cuterebridae", +"cuticle", +"cuticula", +"cutin", +"cutis", +"cutlas", +"cutlass", +"cutlassfish", +"cutleaved_coneflower", +"cutler", +"cutlery", +"cutlet", +"cutoff", +"cutoff_saw", +"cutout", +"cutpurse", +"cutter", +"cutthroat", +"cutting", +"cutting_angle", +"cutting_board", +"cutting_edge", +"cutting_implement", +"cutting_off", +"cutting_out", +"cutting_room", +"cutting_tool", +"cuttle", +"cuttlefish", +"cutty_stool", +"cutwork", +"cutworm", +"cuvier", +"cuzco", +"cv", +"cva", +"cwm", +"cwt", +"cy_pres", +"cy_pres_doctrine", +"cy_young", +"cyamopsis", +"cyamopsis_psoraloides", +"cyamopsis_tetragonolobus", +"cyamus", +"cyan", +"cyanamid", +"cyanamide", +"cyanic_acid", +"cyanide", +"cyanide_group", +"cyanide_poisoning", +"cyanide_process", +"cyanide_radical", +"cyanine_dye", +"cyanite", +"cyano_group", +"cyano_radical", +"cyanobacteria", +"cyanocitta", +"cyanocitta_cristata", +"cyanocobalamin", +"cyanogen", +"cyanohydrin", +"cyanophyceae", +"cyanophyta", +"cyanosis", +"cyanuramide", +"cyanuric_acid", +"cyathea", +"cyathea_medullaris", +"cyatheaceae", +"cybele", +"cyber-terrorism", +"cyber-terrorist", +"cyberart", +"cybercafe", +"cybercrime", +"cyberculture", +"cybernation", +"cybernaut", +"cybernetics", +"cyberphobia", +"cyberpunk", +"cybersex", +"cyberspace", +"cyberwar", +"cyborg", +"cycad", +"cycad_family", +"cycadaceae", +"cycadales", +"cycadofilicales", +"cycadophyta", +"cycadophytina", +"cycadopsida", +"cycas", +"cycas_circinalis", +"cycas_revoluta", +"cyclades", +"cycladic_civilisation", +"cycladic_civilization", +"cycladic_culture", +"cyclamen", +"cyclamen_hederifolium", +"cyclamen_neopolitanum", +"cyclamen_purpurascens", +"cycle", +"cycle_of_rebirth", +"cycle_per_second", +"cycle_rickshaw", +"cycles/second", +"cyclic_disorder", +"cyclic_neutropenia", +"cyclic_redundancy_check", +"cyclicity", +"cycling", +"cycliophora", +"cyclist", +"cyclobenzaprine", +"cyclodestructive_surgery", +"cyclohexanol", +"cyclohexanol_phthalate", +"cycloid", +"cycloloma", +"cycloloma_atriplicifolium", +"cyclone", +"cyclone_cellar", +"cyclooxygenase", +"cyclooxygenase-1", +"cyclooxygenase-2", +"cyclopaedia", +"cyclopean_masonry", +"cyclopedia", +"cyclopes", +"cyclopes_didactylus", +"cyclophorus", +"cyclophorus_lingua", +"cyclopia", +"cyclopropane", +"cyclops", +"cyclopteridae", +"cyclopterus", +"cyclopterus_lumpus", +"cyclorama", +"cycloserine", +"cyclosis", +"cyclosorus", +"cyclosporeae", +"cyclostomata", +"cyclostome", +"cyclostyle", +"cyclothymia", +"cyclothymic_disorder", +"cyclotron", +"cycnoches", +"cyder", +"cydippea", +"cydippida", +"cydippidea", +"cydonia", +"cydonia_oblonga", +"cygnet", +"cygnus", +"cygnus_atratus", +"cygnus_buccinator", +"cygnus_columbianus", +"cygnus_columbianus_bewickii", +"cygnus_columbianus_columbianus", +"cygnus_cygnus", +"cygnus_olor", +"cylinder", +"cylinder_block", +"cylinder_head", +"cylinder_lock", +"cylinder_press", +"cylindrical_lining", +"cylindricality", +"cylindricalness", +"cylix", +"cyma", +"cyma_recta", +"cyma_reversa", +"cymatiidae", +"cymatium", +"cymbal", +"cymbalist", +"cymbid", +"cymbidium", +"cyme", +"cymene", +"cymling", +"cymograph", +"cymric", +"cymru", +"cymry", +"cymule", +"cynancum", +"cynara", +"cynara_cardunculus", +"cynara_scolymus", +"cynewulf", +"cynic", +"cynicism", +"cynipid_gall_wasp", +"cynipid_wasp", +"cynipidae", +"cynips", +"cynocephalidae", +"cynocephalus", +"cynocephalus_variegatus", +"cynodon", +"cynodon_dactylon", +"cynodon_plectostachyum", +"cynodont", +"cynodontia", +"cynoglossidae", +"cynoglossum", +"cynoglossum_amabile", +"cynoglossum_officinale", +"cynoglossum_virginaticum", +"cynomys", +"cynomys_gunnisoni", +"cynomys_ludovicianus", +"cynophobia", +"cynopterus", +"cynopterus_sphinx", +"cynoscephalae", +"cynoscion", +"cynoscion_nebulosus", +"cynoscion_regalis", +"cynosure", +"cynthia", +"cynthia_moth", +"cynwulf", +"cyon", +"cyperaceae", +"cyperus", +"cyperus_alternifolius", +"cyperus_esculentus", +"cyperus_longus", +"cyperus_papyrus", +"cyperus_rotundus", +"cypher", +"cyphomandra", +"cypraea", +"cypraea_moneta", +"cypraea_tigris", +"cypraeidae", +"cypre", +"cypress", +"cypress_family", +"cypress_pine", +"cypress_sedge", +"cypress_spurge", +"cypress_tree", +"cypress_vine", +"cyprian", +"cyprinid", +"cyprinid_fish", +"cyprinidae", +"cypriniform_fish", +"cypriniformes", +"cyprinodont", +"cyprinodontidae", +"cyprinus", +"cyprinus_carpio", +"cypriot", +"cypriot_monetary_unit", +"cypriot_pound", +"cypriote", +"cypripedia", +"cypripedium", +"cypripedium_acaule", +"cypripedium_album", +"cypripedium_arietinum", +"cypripedium_calceolus", +"cypripedium_calceolus_pubescens", +"cypripedium_californicum", +"cypripedium_fasciculatum", +"cypripedium_montanum", +"cypripedium_parviflorum", +"cypripedium_reginae", +"cyproheptadine", +"cyprus", +"cyrano_de_bergerac", +"cyril", +"cyril_burt", +"cyril_lodowic_burt", +"cyril_northcote_parkinson", +"cyrilla", +"cyrilla_family", +"cyrilla_racemiflora", +"cyrilliaceae", +"cyrillic", +"cyrillic_alphabet", +"cyrtomium", +"cyrtomium_aculeatum", +"cyrus", +"cyrus_hall_mccormick", +"cyrus_ii", +"cyrus_mccormick", +"cyrus_the_elder", +"cyrus_the_great", +"cyrus_the_younger", +"cyst", +"cysteine", +"cystic_artery", +"cystic_breast_disease", +"cystic_fibrosis", +"cystic_fibrosis_transport_regulator", +"cystic_mastitis", +"cystic_vein", +"cystine", +"cystitis", +"cystocele", +"cystoid_macular_edema", +"cystolith", +"cystoparalysis", +"cystophora", +"cystophora_cristata", +"cystoplegia", +"cystopteris", +"cystopteris_bulbifera", +"cystopteris_fragilis", +"cystopteris_montana", +"cytesis_proliferus", +"cytherea", +"cytidine", +"cytisus", +"cytisus_albus", +"cytisus_multiflorus", +"cytisus_ramentaceus", +"cytisus_scoparius", +"cytoarchitectonics", +"cytoarchitecture", +"cytochrome", +"cytochrome_c", +"cytogenesis", +"cytogeneticist", +"cytogenetics", +"cytogeny", +"cytokine", +"cytokinesis", +"cytokinin", +"cytol", +"cytologic_smear", +"cytologic_specimen", +"cytologist", +"cytology", +"cytolysin", +"cytolysis", +"cytomegalovirus", +"cytomembrane", +"cytopenia", +"cytophotometer", +"cytophotometry", +"cytoplasm", +"cytoplast", +"cytosine", +"cytoskeleton", +"cytosmear", +"cytosol", +"cytostome", +"cytotoxic_drug", +"cytotoxic_t_cell", +"cytotoxicity", +"cytotoxin", +"czar", +"czar_alexander_i", +"czar_alexander_ii", +"czar_alexander_iii", +"czar_nicholas_i", +"czar_peter_i", +"czarina", +"czaritza", +"czech", +"czech_capital", +"czech_monetary_unit", +"czech_republic", +"czechoslovak", +"czechoslovakia", +"czechoslovakian", +"czerny", +"czestochowa", +"d", +"d'oyly_carte", +"d-day", +"d-layer", +"d._h._lawrence", +"d._w._griffith", +"d.a.", +"d.c.", +"d.p.r.k.", +"d_and_c", +"d_region", +"da", +"da'wah", +"da_gamma", +"da_vinci", +"dab", +"daba", +"dabbler", +"dabbling_duck", +"dabchick", +"daboecia", +"daboecia_cantabrica", +"dacca", +"dace", +"dacelo", +"dacelo_gigas", +"dacha", +"dachau", +"dachshund", +"dachsie", +"dacite", +"dacninae", +"dacoit", +"dacoity", +"dacridium_laxifolius", +"dacron", +"dacrycarpus", +"dacrycarpus_dacrydioides", +"dacrydium", +"dacrydium_bidwilli", +"dacrydium_colensoi", +"dacrydium_cupressinum", +"dacrydium_franklinii", +"dacrymyces", +"dacrymycetaceae", +"dacryocyst", +"dacryocystitis", +"dacryon", +"dactyl", +"dactylis", +"dactylis_glomerata", +"dactyloctenium", +"dactyloctenium_aegypticum", +"dactylomegaly", +"dactylopiidae", +"dactylopius", +"dactylopius_coccus", +"dactylopteridae", +"dactylopterus", +"dactylorhiza", +"dactylorhiza_fuchsii", +"dactylorhiza_maculata_fuchsii", +"dactyloscopidae", +"dad", +"dada", +"dadaism", +"daddy", +"daddy_longlegs", +"dado", +"dado_plane", +"dae-han-min-gook", +"daedal", +"daedalus", +"daemon", +"daffo", +"daffodil", +"daffodil_garlic", +"dafla", +"daftness", +"dag", +"dag_hammarskjold", +"dag_hjalmar_agne_carl_hammarskjold", +"dagame", +"dagan", +"dagda", +"dagestani", +"dagga", +"dagger", +"dagger_fern", +"daggerboard", +"dago", +"dagon", +"daguerre", +"daguerreotype", +"dah", +"dahl", +"dahlia", +"dahlia_pinnata", +"dahna", +"dahomey", +"daikon", +"dail", +"dail_eireann", +"daily", +"daily_dew", +"daily_double", +"daily_round", +"daily_variation", +"daimler", +"daimon", +"daintiness", +"dainty", +"daiquiri", +"dairen", +"dairy", +"dairy_cattle", +"dairy_cow", +"dairy_farm", +"dairy_farmer", +"dairy_farming", +"dairy_product", +"dairying", +"dairymaid", +"dairyman", +"dais", +"daishiki", +"daisy", +"daisy-bush", +"daisy-leaved_grape_fern", +"daisy_bush", +"daisy_chain", +"daisy_cutter", +"daisy_fleabane", +"daisy_print_wheel", +"daisy_wheel", +"daisybush", +"daisyleaf_grape_fern", +"daisywheel_printer", +"dak", +"dakar", +"dakoit", +"dakoity", +"dakota", +"dal", +"dalai_lama", +"dalasi", +"dalbergia", +"dalbergia_cearensis", +"dalbergia_latifolia", +"dalbergia_nigra", +"dalbergia_retusa", +"dalbergia_sissoo", +"dalbergia_stevensonii", +"dale", +"dale_carnegie", +"dalea", +"dalea_spinosa", +"dalesman", +"daleth", +"dali", +"dalian", +"dall's_sheep", +"dall_sheep", +"dallas", +"dalliance", +"dallier", +"dallis_grass", +"dallisgrass", +"dalmane", +"dalmatia", +"dalmatia_pyrethrum", +"dalmatian", +"dalmatian_iris", +"dalmatian_laburnum", +"dalmatian_pyrethrum", +"dalo", +"dalton", +"dalton's_law", +"dalton's_law_of_partial_pressures", +"dalton_trumbo", +"daltonism", +"dam", +"dama", +"dama_dama", +"damage", +"damage_control", +"damages", +"damaliscus", +"damaliscus_lunatus", +"damar", +"damaraland_mole_rat", +"damascene", +"damascus", +"damascus_steel", +"damask", +"damask_rose", +"damask_steel", +"damask_violet", +"dame", +"dame's_violet", +"dame_agatha_mary_clarissa_christie", +"dame_alice_ellen_terry", +"dame_alicia_markova", +"dame_barbara_hepworth", +"dame_daphne_du_maurier", +"dame_edith_louisa_sitwell", +"dame_edith_sitwell", +"dame_ellen_terry", +"dame_jean_iris_murdoch", +"dame_joan_sutherland", +"dame_kiri_janette_te_kanawa", +"dame_kiri_te_kanawa", +"dame_margot_fonteyn", +"dame_muriel_spark", +"dame_myra_hess", +"dame_nellie_melba", +"dame_rebecca_west", +"dame_sybil_thorndike", +"damgalnunna", +"daminozide", +"damkina", +"dammar", +"dammar_pine", +"dammar_resin", +"damn", +"damnation", +"damned", +"damocles", +"damoiselle", +"damon", +"damon_and_pythias", +"damon_runyon", +"damosel", +"damourite", +"damozel", +"damp", +"damp-proof_course", +"damp_course", +"dampener", +"dampening", +"damper", +"damper_block", +"damping_off", +"damping_off_fungus", +"dampness", +"damsel", +"damselfish", +"damselfly", +"damson", +"damson_plum", +"damson_plum_tree", +"dana", +"danaea", +"danaid", +"danaid_butterfly", +"danaidae", +"danau", +"danaus", +"danaus_plexippus", +"dance", +"dance_band", +"dance_floor", +"dance_hall", +"dance_lesson", +"dance_master", +"dance_music", +"dance_of_death", +"dance_orchestra", +"dance_palace", +"dance_school", +"dance_step", +"dancer", +"danceroom_music", +"dancing", +"dancing-master", +"dancing_lady_orchid", +"dancing_partner", +"dancing_school", +"dandelion", +"dandelion_green", +"dander", +"dandie_dinmont", +"dandie_dinmont_terrier", +"dandle_board", +"dandruff", +"dandy", +"dandy_fever", +"dandyism", +"dane", +"danewort", +"dangaleat", +"danger", +"danger_line", +"danger_zone", +"dangerous_undertaking", +"dangerousness", +"dangla", +"dangle-berry", +"dangleberry", +"dangling", +"dangling_modifier", +"dangling_participle", +"daniel", +"daniel_bernoulli", +"daniel_boone", +"daniel_chester_french", +"daniel_defoe", +"daniel_garrison_brinton", +"daniel_hudson_burnham", +"daniel_jones", +"daniel_morgan", +"daniel_ortega", +"daniel_ortega_saavedra", +"daniel_patrick_moynihan", +"daniel_rutherford", +"daniel_webster", +"danish", +"danish_blue", +"danish_capital", +"danish_krone", +"danish_monetary_unit", +"danish_pastry", +"dankness", +"danmark", +"dano-norwegian", +"danse_du_ventre", +"danse_macabre", +"danseur", +"danseur_noble", +"danseuse", +"dante", +"dante_alighieri", +"dante_gabriel_rossetti", +"danton", +"danton_true_young", +"danu", +"danube", +"danube_river", +"danzig", +"daoism", +"daphne", +"daphne_cneorum", +"daphne_du_maurier", +"daphne_family", +"daphne_laureola", +"daphne_mezereum", +"daphnia", +"dapperness", +"dapple", +"dapple-gray", +"dapple-grey", +"dappled-gray", +"dappled-grey", +"dapsang", +"dapsone", +"dar_al-harb", +"dar_al-islam", +"dar_es_salaam", +"daraf", +"dard", +"dardan", +"dardanelles", +"dardanelles_campaign", +"dardanian", +"dardanus", +"dardic", +"dardic_language", +"dare", +"daredevil", +"daredevilry", +"daredeviltry", +"darfur", +"dari", +"dari_persian", +"daricon", +"darier's_disease", +"daring", +"darius_i", +"darius_iii", +"darius_milhaud", +"darius_the_great", +"darjeeling", +"dark", +"dark-eyed_junco", +"dark-field_microscope", +"dark_adaptation", +"dark_ages", +"dark_blue", +"dark_bread", +"dark_chocolate", +"dark_comedy", +"dark_field_illumination", +"dark_glasses", +"dark_ground_illumination", +"dark_horse", +"dark_lantern", +"dark_matter", +"dark_meat", +"dark_red", +"darkening", +"darkey", +"darkie", +"darkling_beetle", +"darkling_groung_beetle", +"darkness", +"darkroom", +"darky", +"darling", +"darling_pea", +"darling_river", +"darlingtonia", +"darlingtonia_californica", +"darmera", +"darmera_peltata", +"darmstadtium", +"darn", +"darnel", +"darner", +"darning", +"darning_needle", +"darpa", +"darrow", +"darryl_francis_zanuck", +"darryl_zanuck", +"darsana", +"dart", +"dart_board", +"dart_player", +"dart_thrower", +"dartboard", +"darter", +"dartmouth", +"dartmouth_college", +"darts", +"darvon", +"darwin", +"darwin_tulip", +"darwinian", +"darwinism", +"daryacheh-ye_orumiyeh", +"das", +"das_kapital", +"dash", +"dash-pot", +"dashboard", +"dasheen", +"dashiell_hammett", +"dashiki", +"dashing_hopes", +"dasht-e-kavir", +"dasht-e-lut", +"dassie", +"dastard", +"dastardliness", +"dasyatidae", +"dasyatis", +"dasyatis_centroura", +"dasymeter", +"dasypodidae", +"dasyprocta", +"dasyprocta_aguti", +"dasyproctidae", +"dasypus", +"dasypus_novemcinctus", +"dasyure", +"dasyurid", +"dasyurid_marsupial", +"dasyuridae", +"dasyurus", +"dasyurus_quoll", +"dasyurus_viverrinus", +"dat", +"data", +"data-storage_medium", +"data_communication", +"data_conversion", +"data_converter", +"data_encryption", +"data_file", +"data_format", +"data_formatting", +"data_hierarchy", +"data_input_device", +"data_link", +"data_mining", +"data_multiplexer", +"data_point", +"data_processing", +"data_processor", +"data_rate", +"data_structure", +"data_system", +"data_track", +"database", +"database_management", +"database_management_system", +"date", +"date-nut_bread", +"date_bar", +"date_bread", +"date_line", +"date_of_reference", +"date_palm", +"date_plum", +"date_rape", +"dateline", +"dating", +"dative", +"dative_bond", +"dative_case", +"datril", +"datum", +"datura", +"datura_arborea", +"datura_sanguinea", +"datura_stramonium", +"datura_suaveolens", +"daub", +"daubentonia", +"daubentonia_madagascariensis", +"daubentoniidae", +"dauber", +"daubing", +"daucus", +"daucus_carota", +"daucus_carota_sativa", +"daugavpils", +"daughter", +"daughter-in-law", +"daughter_cell", +"daumier", +"dauntlessness", +"dauphin", +"davalia_bullata", +"davalia_bullata_mariesii", +"davallia", +"davallia_canariensis", +"davallia_mariesii", +"davallia_pyxidata", +"davalliaceae", +"davenport", +"david", +"david_alfaro_siqueiros", +"david_barnard_steinman", +"david_ben_gurion", +"david_bruce", +"david_bushnell", +"david_crockett", +"david_garrick", +"david_glasgow_farragut", +"david_grun", +"david_hartley", +"david_herbert_lawrence", +"david_hilbert", +"david_hubel", +"david_hume", +"david_john_moore_cornwell", +"david_lewelyn_wark_griffith", +"david_livingstone", +"david_low", +"david_mamet", +"david_o._selznick", +"david_oliver_selznick", +"david_ricardo", +"david_riesman", +"david_riesman_jr.", +"david_rittenhouse", +"david_roland_smith", +"david_sarnoff", +"david_siqueiros", +"david_smith", +"davidson's_penstemon", +"daviesia", +"davis", +"davis'_birthday", +"davis_cup", +"davit", +"davy", +"davy's_gray", +"davy's_grey", +"davy_crockett", +"davy_jones", +"davy_jones's_locker", +"davy_lamp", +"davys", +"daw", +"dawah", +"dawdler", +"dawdling", +"dawes", +"dawn", +"dawn_horse", +"dawn_redwood", +"dawning", +"dawson", +"dawson's_encephalitis", +"dawson_river_salmon", +"day", +"day_bed", +"day_blindness", +"day_boarder", +"day_book", +"day_camp", +"day_care", +"day_care_center", +"day_game", +"day_jessamine", +"day_laborer", +"day_labourer", +"day_lily", +"day_nursery", +"day_of_atonement", +"day_of_judgement", +"day_of_judgment", +"day_of_reckoning", +"day_of_remembrance", +"day_of_rest", +"day_of_the_month", +"day_of_the_week", +"day_off", +"day_return", +"day_school", +"day_shift", +"day_watch", +"dayan", +"daybed", +"daybook", +"dayboy", +"daybreak", +"daycare", +"daydream", +"daydreamer", +"daydreaming", +"dayflower", +"dayfly", +"daygirl", +"daylight", +"daylight-saving_time", +"daylight-savings_time", +"daylight_saving", +"daylight_savings", +"daylight_vision", +"daylily", +"daypro", +"days", +"dayspring", +"daystar", +"daytime", +"dayton", +"dayton_ax", +"dayton_axe", +"daytona_beach", +"daze", +"dazzle", +"db", +"dba", +"dbms", +"dc", +"dccp", +"dci", +"dd", +"ddc", +"ddi", +"dds", +"ddt", +"de", +"de-escalation", +"de-iodinase", +"de-iodination", +"de-nazification", +"de-stalinisation", +"de-stalinization", +"de_bakey", +"de_broglie", +"de_facto_segregation", +"de_forest", +"de_gaulle", +"de_jure_segregation", +"de_kooning", +"de_l'orme", +"de_la_mare", +"de_mille", +"de_niro", +"de_quincey", +"de_sade", +"de_saussure", +"de_sica", +"de_spinoza", +"de_valera", +"de_vries", +"dea", +"deacon", +"deaconess", +"deactivation", +"dead", +"dead-air_space", +"dead-end_street", +"dead-man's-fingers", +"dead-man's_float", +"dead-men's-fingers", +"dead_air", +"dead_axle", +"dead_body", +"dead_center", +"dead_centre", +"dead_drop", +"dead_duck", +"dead_end", +"dead_hand", +"dead_hand_of_the_past", +"dead_heat", +"dead_language", +"dead_letter", +"dead_load", +"dead_mail", +"dead_march", +"dead_metaphor", +"dead_nettle", +"dead_person", +"dead_reckoning", +"dead_ringer", +"dead_room", +"dead_sea", +"dead_sea_scrolls", +"dead_soul", +"dead_weight", +"deadbeat", +"deadbeat_dad", +"deadbolt", +"deadening", +"deadeye", +"deadhead", +"deadlight", +"deadline", +"deadliness", +"deadlock", +"deadly_nightshade", +"deadly_sin", +"deadness", +"deadwood", +"deae_cellulose", +"deaf", +"deaf-aid", +"deaf-and-dumb_person", +"deaf-mute", +"deaf-muteness", +"deaf-mutism", +"deaf_person", +"deafness", +"deal", +"dealer", +"dealership", +"dealfish", +"dealignment", +"dealing", +"dealings", +"deamination", +"deaminization", +"dean", +"dean_acheson", +"dean_gooderham_acheson", +"dean_martin", +"dean_swift", +"deanery", +"deanship", +"dear", +"dearest", +"dearie", +"dearness", +"dearth", +"deary", +"death", +"death's-head_moth", +"death's_head", +"death-roll", +"death_adder", +"death_angel", +"death_bell", +"death_benefit", +"death_camas", +"death_camp", +"death_cap", +"death_chair", +"death_chamber", +"death_cup", +"death_duty", +"death_house", +"death_instinct", +"death_knell", +"death_mask", +"death_penalty", +"death_rate", +"death_row", +"death_seat", +"death_squad", +"death_tax", +"death_toll", +"death_valley", +"death_warrant", +"death_wish", +"deathbed", +"deathblow", +"deathrate", +"deathtrap", +"deathwatch", +"deathwatch_beetle", +"deb", +"debacle", +"debarkation", +"debarment", +"debasement", +"debaser", +"debate", +"debater", +"debauch", +"debauchee", +"debaucher", +"debauchery", +"debenture", +"debenture_bond", +"debilitation", +"debility", +"debit", +"debit_card", +"debit_entry", +"debit_side", +"debitor", +"debridement", +"debriefing", +"debris", +"debris_storm", +"debris_surge", +"debs", +"debt", +"debt_ceiling", +"debt_instrument", +"debt_limit", +"debtor", +"debugger", +"debunking", +"debussy", +"debut", +"debutante", +"dec", +"dec_24", +"dec_25", +"decade", +"decadence", +"decadency", +"decadent", +"decadron", +"decaf", +"decaffeinated_coffee", +"decagon", +"decagram", +"decahedron", +"decal", +"decalcification", +"decalcomania", +"decalescence", +"decaliter", +"decalitre", +"decalogue", +"decameter", +"decametre", +"decampment", +"decanedioic_acid", +"decanoic_acid", +"decantation", +"decanter", +"decapitation", +"decapod", +"decapod_crustacean", +"decapoda", +"decapterus", +"decapterus_macarellus", +"decapterus_punctatus", +"decarboxylase", +"decarboxylation", +"decasyllable", +"decathlon", +"decatur", +"decay", +"deccan_hemp", +"decease", +"deceased", +"deceased_person", +"decedent", +"deceit", +"deceitfulness", +"deceiver", +"deceleration", +"december", +"december_31", +"december_8", +"decency", +"decennary", +"decennium", +"decentalisation", +"decentralisation", +"decentralization", +"deception", +"deceptiveness", +"decibel", +"deciding", +"decidua", +"deciduous_holly", +"deciduous_plant", +"deciduous_tooth", +"decigram", +"decile", +"deciliter", +"decilitre", +"decimal", +"decimal_digit", +"decimal_fraction", +"decimal_notation", +"decimal_number_system", +"decimal_numeration_system", +"decimal_point", +"decimal_system", +"decimal_system_of_classification", +"decimalisation", +"decimalization", +"decimation", +"decimeter", +"decimetre", +"decimus_junius_juvenalis", +"decipherer", +"decipherment", +"decision", +"decision_maker", +"decision_making", +"decision_table", +"decisive_factor", +"decisiveness", +"decius", +"deck", +"deck-house", +"deck_chair", +"deck_of_cards", +"deck_tennis", +"decker", +"deckhand", +"deckle", +"deckle_edge", +"declamation", +"declaration", +"declaration_of_estimated_tax", +"declaration_of_independence", +"declarative", +"declarative_mood", +"declarative_sentence", +"declaratory_sentence", +"declarer", +"declassification", +"declension", +"declination", +"decline", +"decline_in_quality", +"declinometer", +"declivity", +"declomycin", +"deco", +"decoagulant", +"decoction", +"decoction_mashing", +"decoction_process", +"decoder", +"decoding", +"decolletage", +"decolonisation", +"decolonization", +"decomposition", +"decomposition_reaction", +"decompound_leaf", +"decompressing", +"decompression", +"decompression_sickness", +"decongestant", +"deconstruction", +"deconstructionism", +"deconstructivism", +"decontamination", +"decor", +"decoration", +"decoration_day", +"decorativeness", +"decorator", +"decorousness", +"decortication", +"decorum", +"decoupage", +"decoy", +"decrease", +"decree", +"decree_nisi", +"decrement", +"decrepitation", +"decrepitude", +"decrescendo", +"decriminalisation", +"decriminalization", +"decryption", +"decubitus", +"decubitus_ulcer", +"decumaria", +"decumaria_barbara", +"decumaria_barbata", +"decumary", +"decussation", +"ded", +"dedicated_file_server", +"dedication", +"dedifferentiation", +"deductible", +"deduction", +"deductive_reasoning", +"deed", +"deed_of_conveyance", +"deed_of_trust", +"deed_poll", +"deedbox", +"deeds", +"deems_taylor", +"deep", +"deep-dish_pie", +"deep-freeze", +"deep-sea_diver", +"deep_brown", +"deep_cervical_vein", +"deep_fording", +"deep_freeze", +"deep_freezer", +"deep_kiss", +"deep_middle_cerebral_vein", +"deep_pocket", +"deep_red", +"deep_south", +"deep_space", +"deep_supporting_fire", +"deep_temporal_vein", +"deep_water", +"deepening", +"deepfreeze", +"deepness", +"deepwater_pipefish", +"deepwater_squirrelfish", +"deer", +"deer's-ear", +"deer's-ears", +"deer_fern", +"deer_fly_fever", +"deer_grass", +"deer_hunt", +"deer_hunter", +"deer_hunting", +"deer_mouse", +"deer_mushroom", +"deer_tick", +"deer_trail", +"deerberry", +"deere", +"deerhound", +"deerskin", +"deerstalker", +"deerstalking", +"defacement", +"defalcation", +"defalcator", +"defamation", +"defamer", +"default", +"default_judgement", +"default_judgment", +"default_option", +"defaulter", +"defeat", +"defeated", +"defeatism", +"defeatist", +"defecation", +"defecation_reflex", +"defecator", +"defect", +"defect_of_speech", +"defection", +"defective_pleading", +"defectiveness", +"defector", +"defence", +"defence_force", +"defence_mechanism", +"defence_policy", +"defence_program", +"defence_reaction", +"defence_system", +"defencelessness", +"defendant", +"defender", +"defender_of_the_faith", +"defending_team", +"defenestration", +"defense", +"defense_advanced_research_projects_agency", +"defense_attorney", +"defense_contractor", +"defense_department", +"defense_force", +"defense_information_systems_agency", +"defense_intelligence_agency", +"defense_laboratory", +"defense_lawyer", +"defense_lawyers", +"defense_logistics_agency", +"defense_mechanism", +"defense_policy", +"defense_program", +"defense_reaction", +"defense_reutilization_and_marketing_service", +"defense_secretary", +"defense_system", +"defense_team", +"defense_technical_information_center", +"defenselessness", +"defensibility", +"defensive", +"defensive_attitude", +"defensive_measure", +"defensive_structure", +"defensiveness", +"deference", +"deferment", +"deferral", +"deferred_payment", +"defervescence", +"defiance", +"defibrillation", +"defibrillator", +"deficiency", +"deficiency_disease", +"deficit", +"deficit_spending", +"defilade", +"defile", +"defilement", +"defiler", +"defining", +"definite_article", +"definite_integral", +"definite_quantity", +"definiteness", +"definition", +"definitive_host", +"deflagration", +"deflation", +"deflationary_spiral", +"deflator", +"deflection", +"deflector", +"deflexion", +"defloration", +"defoe", +"defoliant", +"defoliation", +"defoliator", +"deforestation", +"deformation", +"deformity", +"defrauder", +"defrayal", +"defrayment", +"defroster", +"deftness", +"defunctness", +"defusing", +"degas", +"degaussing", +"degeneracy", +"degenerate", +"degeneration", +"degenerative_arthritis", +"degenerative_disorder", +"degenerative_joint_disease", +"deglutition", +"degradation", +"degrader", +"degree", +"degree_celsius", +"degree_centigrade", +"degree_day", +"degree_fahrenheit", +"degree_of_a_polynomial", +"degree_of_a_term", +"degree_of_freedom", +"degree_program", +"degressive_tax", +"degustation", +"dehiscence", +"dehong_dai", +"dehumanisation", +"dehumanization", +"dehydrated_food", +"dehydrated_foods", +"dehydration", +"dehydroretinol", +"deicer", +"deictic", +"deictic_word", +"deification", +"deimos", +"deinocheirus", +"deinonychus", +"deipnosophist", +"deism", +"deist", +"deity", +"deixis", +"deja_vu", +"dejectedness", +"dejection", +"dejeuner", +"dekagram", +"dekaliter", +"dekalitre", +"dekameter", +"dekametre", +"dekker", +"dekko", +"del_rio", +"delacroix", +"delairea", +"delairea_odorata", +"delavirdine", +"delaware", +"delaware_bay", +"delaware_memorial_bridge", +"delaware_river", +"delawarean", +"delawarian", +"delay", +"delay_line", +"delayed_action", +"delayed_allergy", +"delayer", +"delbruck", +"delectability", +"delectation", +"delegacy", +"delegate", +"delegating", +"delegation", +"deletion", +"delf", +"delft", +"delhi", +"delhi_boil", +"deli", +"deliberate_defence", +"deliberate_defense", +"deliberateness", +"deliberation", +"deliberative_assembly", +"delibes", +"delicacy", +"delicatessen", +"delicatessen_food", +"delichon", +"delichon_urbica", +"delicious", +"deliciousness", +"delight", +"delilah", +"delimitation", +"delineation", +"delinquency", +"delinquent", +"deliquium", +"delirium", +"delirium_tremens", +"delius", +"deliverable", +"deliverance", +"deliverer", +"delivery", +"delivery_boy", +"delivery_truck", +"delivery_van", +"deliveryman", +"dell", +"delmonico_steak", +"delonix", +"delonix_regia", +"delorme", +"delphi", +"delphic_oracle", +"delphinapterus", +"delphinapterus_leucas", +"delphinidae", +"delphinium", +"delphinium_ajacis", +"delphinus", +"delphinus_delphis", +"delta", +"delta_hepatitis", +"delta_iron", +"delta_ray", +"delta_rhythm", +"delta_wave", +"delta_wing", +"deltasone", +"deltoid", +"deltoid_eminence", +"deltoid_leaf", +"deltoid_muscle", +"deltoid_tuberosity", +"deluge", +"delusion", +"delusional_disorder", +"delusions_of_grandeur", +"delusions_of_persecution", +"demagnetisation", +"demagnetization", +"demagog", +"demagogue", +"demagoguery", +"demagogy", +"demand", +"demand-pull_inflation", +"demand_deposit", +"demand_feeding", +"demand_for_explanation", +"demand_for_identification", +"demand_loan", +"demand_note", +"demander", +"demantoid", +"demarcation", +"demarcation_line", +"demarche", +"dematiaceae", +"demavend", +"demeanor", +"demeanour", +"demeclocycline_hydrochloride", +"dementedness", +"dementia", +"dementia_praecox", +"demerara", +"demerara_rum", +"demerara_sugar", +"demerit", +"demerol", +"demesne", +"demeter", +"demetrius", +"demetrius_i", +"demetrius_poliorcetes", +"demi-glaze", +"demiglace", +"demigod", +"demijohn", +"demilitarized_zone", +"demille", +"demimondaine", +"demimonde", +"demineralisation", +"demineralization", +"demise", +"demisemiquaver", +"demister", +"demitasse", +"demiurge", +"demo", +"demobilisation", +"demobilization", +"democracy", +"democrat", +"democratic-republican_party", +"democratic_and_popular_republic_of_algeria", +"democratic_front_for_the_liberation_of_palestine", +"democratic_party", +"democratic_people's_republic_of_korea", +"democratic_republic_of_sao_tome_and_principe", +"democratic_republic_of_the_congo", +"democratic_socialist_republic_of_sri_lanka", +"democratisation", +"democratization", +"democritus", +"demodulation", +"demodulator", +"demogorgon", +"demographer", +"demographic", +"demographist", +"demography", +"demoiselle", +"demolishing", +"demolition", +"demon", +"demonetisation", +"demonetization", +"demoniac", +"demonisation", +"demonism", +"demonization", +"demonolatry", +"demonstrability", +"demonstration", +"demonstrative", +"demonstrative_pronoun", +"demonstrativeness", +"demonstrator", +"demoralisation", +"demoralization", +"demosthenes", +"demotic", +"demotic_script", +"demotion", +"dempsey", +"demulcent", +"demulen", +"demur", +"demureness", +"demurrage", +"demurral", +"demurrer", +"demyelination", +"demythologisation", +"demythologization", +"den", +"den_haag", +"den_mother", +"denali", +"denali_fault", +"denali_national_park", +"denationalisation", +"denationalization", +"denaturant", +"denatured_alcohol", +"denazification", +"dendranthema", +"dendranthema_grandifloruom", +"dendraspis", +"dendrite", +"dendroaspis", +"dendroaspis_augusticeps", +"dendrobium", +"dendrocalamus", +"dendrocalamus_giganteus", +"dendrocolaptes", +"dendrocolaptidae", +"dendroctonus", +"dendroctonus_rufipennis", +"dendroica", +"dendroica_auduboni", +"dendroica_coronata", +"dendroica_fusca", +"dendroica_petechia", +"dendroica_striate", +"dendroica_tigrina", +"dendrolagus", +"dendromecon", +"deneb", +"denebola", +"deng_xiaoping", +"dengue", +"dengue_fever", +"denial", +"denier", +"denigration", +"denim", +"denis_diderot", +"denisonia", +"denisonia_superba", +"denizen", +"denmark", +"denmark_vesey", +"dennis_gabor", +"dennstaedtia", +"dennstaedtia_punctilobula", +"dennstaedtiaceae", +"denomination", +"denominationalism", +"denominator", +"denotation", +"denotatum", +"denouement", +"denouncement", +"dense-leaved_elodea", +"dense_blazing_star", +"denseness", +"densification", +"densimeter", +"densitometer", +"densitometry", +"density", +"dent", +"dent_corn", +"dental", +"dental_amalgam", +"dental_anatomy", +"dental_appliance", +"dental_assistant", +"dental_care", +"dental_caries", +"dental_consonant", +"dental_floss", +"dental_gold", +"dental_hygienist", +"dental_implant", +"dental_medicine", +"dental_orthopaedics", +"dental_orthopedics", +"dental_plaque", +"dental_plate", +"dental_practice", +"dental_practitioner", +"dental_procedure", +"dental_school", +"dental_surgeon", +"dental_surgery", +"dental_technician", +"dentaria", +"dentaria_bulbifera", +"dentaria_diphylla", +"dentate_leaf", +"dentate_nucleus", +"denticle", +"denticulate_leaf", +"dentifrice", +"dentin", +"dentine", +"dentist", +"dentist's_drill", +"dentistry", +"dentition", +"denture", +"denturist", +"denudation", +"denunciation", +"denver", +"deodar", +"deodar_cedar", +"deodorant", +"deodourant", +"deontic_logic", +"deossification", +"deoxyadenosine", +"deoxyadenosine_monophosphate", +"deoxycytidine", +"deoxycytidine_monophosphate", +"deoxyephedrine", +"deoxyguanosine", +"deoxyguanosine_monophosphate", +"deoxyribonucleic_acid", +"deoxyribose", +"deoxythymidine", +"deoxythymidine_monophosphate", +"depardieu", +"deparia", +"deparia_acrostichoides", +"departed", +"departer", +"department", +"department_head", +"department_of_agriculture", +"department_of_anthropology", +"department_of_biology", +"department_of_chemistry", +"department_of_commerce", +"department_of_commerce_and_labor", +"department_of_computer_science", +"department_of_corrections", +"department_of_defense", +"department_of_defense_laboratory_system", +"department_of_economics", +"department_of_education", +"department_of_energy", +"department_of_energy_intelligence", +"department_of_english", +"department_of_health_and_human_services", +"department_of_health_education_and_welfare", +"department_of_history", +"department_of_homeland_security", +"department_of_housing_and_urban_development", +"department_of_justice", +"department_of_justice_canada", +"department_of_labor", +"department_of_linguistics", +"department_of_local_government", +"department_of_mathematics", +"department_of_music", +"department_of_philosophy", +"department_of_physics", +"department_of_psychology", +"department_of_sociology", +"department_of_state", +"department_of_the_federal_government", +"department_of_the_interior", +"department_of_the_treasury", +"department_of_transportation", +"department_of_veterans_affairs", +"department_store", +"departure", +"departure_gate", +"departure_lounge", +"departure_tax", +"departure_time", +"dependability", +"dependableness", +"dependance", +"dependant", +"dependence", +"dependency", +"dependent", +"dependent_clause", +"dependent_variable", +"depersonalisation", +"depersonalisation_disorder", +"depersonalisation_neurosis", +"depersonalization", +"depersonalization_disorder", +"depersonalization_neurosis", +"depicted_object", +"depicting", +"depiction", +"depigmentation", +"depilation", +"depilator", +"depilatory", +"depletion", +"deployment", +"depokene", +"depolarisation", +"depolarization", +"deponent", +"depopulation", +"deportation", +"deportee", +"deportment", +"deposer", +"deposit", +"deposit_account", +"deposit_box", +"depositary", +"deposition", +"depositor", +"depository", +"depository_financial_institution", +"depository_library", +"depot", +"depravation", +"depravity", +"deprecation", +"depreciation", +"depreciation_allowance", +"depreciation_charge", +"depreciation_rate", +"depreciator", +"depredation", +"depressant", +"depressed_fracture", +"depression", +"depressive", +"depressive_disorder", +"depressor", +"depressor_muscle", +"depressor_nerve", +"deprivation", +"depth", +"depth_bomb", +"depth_charge", +"depth_finder", +"depth_gage", +"depth_gauge", +"depth_psychology", +"deputation", +"deputy", +"deputy_sheriff", +"der_fuhrer", +"deracination", +"derailment", +"derain", +"derangement", +"derby", +"derby_hat", +"deregulating", +"deregulation", +"derelict", +"dereliction", +"derision", +"derivation", +"derivational_morphology", +"derivative", +"derivative_instrument", +"derived_function", +"deriving", +"derma", +"dermabrasion", +"dermacentor", +"dermacentor_variabilis", +"dermaptera", +"dermatitis", +"dermatobia", +"dermatobia_hominis", +"dermatoglyphic", +"dermatoglyphics", +"dermatologist", +"dermatology", +"dermatome", +"dermatomycosis", +"dermatomyositis", +"dermatophytosis", +"dermatosclerosis", +"dermatosis", +"dermestidae", +"dermis", +"dermochelyidae", +"dermochelys", +"dermochelys_coriacea", +"dermoid_cyst", +"dermoptera", +"derogation", +"derrick", +"derrida", +"derriere", +"derring-do", +"derringer", +"derris", +"derris_elliptica", +"derris_root", +"derv", +"dervish", +"des", +"des_moines", +"desalination", +"desalinisation", +"desalinization", +"descant", +"descartes", +"descendant", +"descendants", +"descendent", +"descender", +"descending_aorta", +"descending_colon", +"descending_node", +"descensus", +"descensus_uteri", +"descent", +"description", +"descriptive_adjective", +"descriptive_anthropology", +"descriptive_clause", +"descriptive_geometry", +"descriptive_grammar", +"descriptive_linguistics", +"descriptivism", +"descriptor", +"descurainia", +"descurainia_pinnata", +"desecration", +"desegregation", +"desensitisation", +"desensitisation_procedure", +"desensitisation_technique", +"desensitization", +"desensitization_procedure", +"desensitization_technique", +"desert", +"desert_boot", +"desert_four_o'clock", +"desert_fox", +"desert_holly", +"desert_iguana", +"desert_lynx", +"desert_mariposa_tulip", +"desert_olive", +"desert_paintbrush", +"desert_pea", +"desert_plant", +"desert_plume", +"desert_rat", +"desert_rheumatism", +"desert_rose", +"desert_sand_verbena", +"desert_selaginella", +"desert_soil", +"desert_sunflower", +"desert_tortoise", +"desert_willow", +"deserter", +"desertic_soil", +"desertification", +"desertion", +"deserts", +"deservingness", +"deshabille", +"desiccant", +"desiccation", +"desideratum", +"desiderius_erasmus", +"design", +"design_criteria", +"designated_driver", +"designated_hitter", +"designation", +"designatum", +"designer", +"designer_drug", +"designing", +"desipramine", +"desirability", +"desirableness", +"desire", +"desire_to_know", +"desk", +"desk_clerk", +"desk_dictionary", +"desk_officer", +"desk_phone", +"desk_sergeant", +"deskman", +"desktop", +"desktop_computer", +"desktop_publishing", +"desmanthus", +"desmanthus_ilinoensis", +"desmid", +"desmidiaceae", +"desmidium", +"desmodium", +"desmodium_gyrans", +"desmodium_motorium", +"desmodium_purpureum", +"desmodium_tortuosum", +"desmodontidae", +"desmodus", +"desmodus_rotundus", +"desmograthus", +"desmond_tutu", +"desolation", +"desorption", +"desoxyribonucleic_acid", +"despair", +"despatch", +"desperado", +"desperate", +"desperate_criminal", +"desperate_measure", +"desperate_straits", +"desperation", +"despicability", +"despicableness", +"despisal", +"despising", +"despite", +"despoilation", +"despoiler", +"despoilment", +"despoina", +"despoliation", +"despondence", +"despondency", +"despot", +"despotism", +"desquamation", +"dessert", +"dessert_apple", +"dessert_plate", +"dessert_spoon", +"dessert_wine", +"dessertspoon", +"dessertspoonful", +"dessiatine", +"destabilisation", +"destabilization", +"destalinisation", +"destalinization", +"destination", +"destiny", +"destitution", +"destroyer", +"destroyer_escort", +"destroying_angel", +"destructibility", +"destruction", +"destruction_fire", +"destructive_distillation", +"destructive_metabolism", +"destructiveness", +"desuetude", +"desynchronisation", +"desynchronization", +"desynchronizing", +"desyrel", +"detached_house", +"detached_retina", +"detachment", +"detachment_of_the_retina", +"detail", +"detail_file", +"detailing", +"details", +"detainee", +"detainment", +"detecting", +"detection", +"detective", +"detective_agency", +"detective_novel", +"detective_story", +"detective_work", +"detector", +"detent", +"detente", +"detention", +"detention_basin", +"detention_camp", +"detention_cell", +"detention_centre", +"detention_home", +"detention_house", +"detergence", +"detergency", +"detergent", +"detergent_builder", +"deterioration", +"determent", +"determinant", +"determinateness", +"determination", +"determinative", +"determiner", +"determining_factor", +"determinism", +"determinist", +"deterrence", +"deterrent", +"deterrent_example", +"detestation", +"dethronement", +"detonating_device", +"detonating_fuse", +"detonation", +"detonator", +"detour", +"detox", +"detoxification", +"detraction", +"detractor", +"detribalisation", +"detribalization", +"detriment", +"detrition", +"detritus", +"detroit", +"detroit_river", +"detumescence", +"deuce", +"deuce-ace", +"deus_ex_machina", +"deuteranopia", +"deuterium", +"deuterium_oxide", +"deuteromycetes", +"deuteromycota", +"deuteromycotina", +"deuteron", +"deuteronomy", +"deutsche_mark", +"deutschland", +"deutschmark", +"deutzia", +"devaluation", +"devanagari", +"devanagari_script", +"devastation", +"developer", +"developing", +"developing_country", +"development", +"developmental_age", +"developmental_anatomy", +"developmental_learning", +"developmental_psychology", +"developmentally_challenged", +"deverbal_noun", +"devi", +"deviance", +"deviant", +"deviate", +"deviated_nasal_septum", +"deviated_septum", +"deviation", +"deviationism", +"deviationist", +"device", +"device_characteristic", +"device_driver", +"devices", +"devil", +"devil's_advocate", +"devil's_apples", +"devil's_cigar", +"devil's_claw", +"devil's_darning_needle", +"devil's_fig", +"devil's_flax", +"devil's_food", +"devil's_food_cake", +"devil's_milk", +"devil's_tongue", +"devil's_turnip", +"devil's_urn", +"devil's_walking_stick", +"devil's_weed", +"devil-worship", +"devil_dog", +"devil_grass", +"devil_lily", +"devil_nettle", +"devil_ray", +"devil_tree", +"devil_worshiper", +"deviled_egg", +"devilfish", +"devilment", +"devilry", +"deviltry", +"devilwood", +"deviousness", +"devisal", +"devise", +"devisee", +"deviser", +"devising", +"devisor", +"devitalisation", +"devitalization", +"devoir", +"devolution", +"devolvement", +"devon", +"devonian", +"devonian_period", +"devonshire", +"devonshire_cream", +"devotedness", +"devotee", +"devotion", +"devotional", +"devourer", +"devoutness", +"devries", +"dew", +"dew_point", +"dew_worm", +"dewar", +"dewar_flask", +"dewberry", +"dewberry_bush", +"dewdrop", +"dewey", +"dewey_decimal_classification", +"dewey_decimal_system", +"dewitt_clinton", +"dewlap", +"dexamethasone", +"dexamethasone_intensol", +"dexedrine", +"dexone", +"dexterity", +"dextrality", +"dextrin", +"dextroamphetamine_sulphate", +"dextrocardia", +"dextroglucose", +"dextrorotation", +"dextrose", +"dflp", +"dg", +"dhahran", +"dhak", +"dhaka", +"dhal", +"dharma", +"dhaulagiri", +"dhava", +"dhawa", +"dhegiha", +"dhobi_itch", +"dhodhekanisos", +"dhole", +"dhoti", +"dhow", +"dhu'l-hijja", +"dhu'l-hijjah", +"dhu'l-qa'dah", +"dhu_al-hijja", +"dhu_al-hijjah", +"dhu_al-qadah", +"di-iodotyrosine", +"dia", +"diabeta", +"diabetes", +"diabetes_insipidus", +"diabetes_mellitus", +"diabetic", +"diabetic_acidosis", +"diabetic_coma", +"diabetic_diet", +"diabetic_retinopathy", +"diabolatry", +"diabolism", +"diabolist", +"diacalpa", +"diacetylmorphine", +"diachronic_linguistics", +"diachrony", +"diacritic", +"diacritical_mark", +"diadem", +"diadophis", +"diaeresis", +"diaghilev", +"diaglyph", +"diagnosing", +"diagnosis", +"diagnostic_assay", +"diagnostic_procedure", +"diagnostic_program", +"diagnostic_technique", +"diagnostic_test", +"diagnostician", +"diagnostics", +"diagonal", +"diagonal_matrix", +"diagonalisation", +"diagonalization", +"diagram", +"diagramming", +"diakinesis", +"dial", +"dial_phone", +"dial_telephone", +"dialect", +"dialect_atlas", +"dialect_geography", +"dialectic", +"dialectical_materialism", +"dialectician", +"dialectics", +"dialectology", +"dialeurodes", +"dialeurodes_citri", +"dialog", +"dialog_box", +"dialogue", +"dialysis", +"dialysis_machine", +"dialyzer", +"diam", +"diamagnet", +"diamagnetism", +"diamante", +"diameter", +"diametrical_opposition", +"diamine", +"diamond", +"diamond_dust", +"diamond_jim", +"diamond_jim_brady", +"diamond_jubilee", +"diamond_point", +"diamond_state", +"diamond_wedding", +"diamond_wedding_anniversary", +"diamondback", +"diamondback_rattlesnake", +"diamondback_terrapin", +"diana", +"diane_de_poitiers", +"diangus_gratianopolitanus", +"dianthus", +"dianthus_barbatus", +"dianthus_caryophyllus", +"dianthus_chinensis", +"dianthus_chinensis_heddewigii", +"dianthus_deltoides", +"dianthus_latifolius", +"dianthus_plumarius", +"dianthus_supurbus", +"diapason", +"diapason_stop", +"diapedesis", +"diapensia", +"diapensia_family", +"diapensiaceae", +"diapensiales", +"diaper", +"diaper_dermatitis", +"diaper_rash", +"diapheromera", +"diapheromera_femorata", +"diaphone", +"diaphoresis", +"diaphoretic", +"diaphragm", +"diaphragmatic_hernia", +"diaphragmatic_pleurisy", +"diaphysis", +"diapir", +"diapsid", +"diapsid_reptile", +"diapsida", +"diarchy", +"diarist", +"diarrhea", +"diarrhoea", +"diarthrosis", +"diary", +"diary_keeper", +"dias", +"diaspididae", +"diaspora", +"diastasis", +"diastema", +"diastole", +"diastolic_pressure", +"diastrophism", +"diathermy", +"diathermy_machine", +"diathesis", +"diatom", +"diatomaceous_earth", +"diatomite", +"diatomophyceae", +"diatonic_scale", +"diatribe", +"diaz", +"diazepam", +"diazonium", +"diazoxide", +"dibasic_acid", +"dibasic_salt", +"dibber", +"dibble", +"dibbuk", +"dibrach", +"dibranch", +"dibranchia", +"dibranchiata", +"dibranchiate", +"dibranchiate_mollusk", +"dibs", +"dibucaine", +"dicamptodon", +"dicamptodon_ensatus", +"dicamptodontid", +"dicamptodontidae", +"dice", +"dice_box", +"dice_cup", +"dicentra", +"dicentra_canadensis", +"dicentra_cucullaria", +"dicentra_spectabilis", +"dicer", +"diceros", +"diceros_bicornis", +"diceros_simus", +"dichloride", +"dichlorodiphenyltrichloroethane", +"dichloroethyl_sulfide", +"dichloromethane", +"dichondra", +"dichondra_micrantha", +"dichotomisation", +"dichotomization", +"dichotomy", +"dichroism", +"dichromacy", +"dichromasy", +"dichromat", +"dichromate", +"dichromatism", +"dichromatopsia", +"dichromia", +"dichromic_acid", +"dick", +"dick_fosbury", +"dick_test", +"dick_turpin", +"dickens", +"dickey", +"dickey-bird", +"dickey-seat", +"dickeybird", +"dickhead", +"dickie", +"dickie-seat", +"dickinson", +"dicksonia", +"dicksonia_antarctica", +"dicksoniaceae", +"dicky", +"dicky-bird", +"dicky-seat", +"dickybird", +"diclofenac_potassium", +"diclofenac_sodium", +"dicloxacillin", +"dicot", +"dicot_family", +"dicot_genus", +"dicotyledon", +"dicotyledonae", +"dicotyledones", +"dicoumarol", +"dicranaceae", +"dicranales", +"dicranopteris", +"dicranum", +"dicrostonyx", +"dicrostonyx_hudsonius", +"dictamnus", +"dictamnus_alba", +"dictaphone", +"dictate", +"dictation", +"dictator", +"dictatorship", +"diction", +"dictionary", +"dictionary_definition", +"dictionary_entry", +"dictostylium", +"dictum", +"dictyophera", +"dictyoptera", +"dictyopterous_insect", +"dictyosome", +"dicumarol", +"dicynodont", +"dicynodontia", +"didacticism", +"didactics", +"didanosine", +"diddley", +"diddly", +"diddly-shit", +"diddly-squat", +"diddlyshit", +"diddlysquat", +"didelphidae", +"didelphis", +"didelphis_marsupialis", +"didelphis_virginiana", +"dideoxycytosine", +"dideoxyinosine", +"diderot", +"didion", +"dido", +"didrikson", +"die", +"die-sinker", +"dieback", +"dieffenbachia", +"dieffenbachia_sequine", +"diego_rivera", +"diego_rodriguez_de_silva_y_velazquez", +"diegueno", +"diehard", +"dielectric", +"dielectric_heating", +"dielectrolysis", +"diemaker", +"dien_bien_phu", +"diencephalon", +"dieresis", +"diervilla", +"diervilla_lonicera", +"diervilla_sessilifolia", +"dies_irae", +"diesel", +"diesel-electric", +"diesel-electric_locomotive", +"diesel-hydraulic", +"diesel-hydraulic_locomotive", +"diesel_engine", +"diesel_fuel", +"diesel_locomotive", +"diesel_motor", +"diesel_oil", +"diesinker", +"diesis", +"diestock", +"diestrum", +"diestrus", +"diet", +"dietary", +"dietary_supplement", +"dieter", +"dietetics", +"diethyl_ether", +"diethylaminoethyl_cellulose", +"diethylbarbituric_acid", +"diethylmalonylurea", +"diethylstilbesterol", +"diethylstilbestrol", +"diethylstilboestrol", +"dietician", +"dieting", +"dietitian", +"dietrich", +"dietrich_bonhoeffer", +"difference", +"difference_limen", +"difference_of_opinion", +"difference_threshold", +"differentia", +"differential", +"differential_analyzer", +"differential_blood_count", +"differential_calculus", +"differential_coefficient", +"differential_cost", +"differential_diagnosis", +"differential_equation", +"differential_gear", +"differential_limen", +"differential_psychology", +"differential_threshold", +"differentiation", +"differentiator", +"difficultness", +"difficulty", +"diffidence", +"difflugia", +"diffraction", +"diffraction_grating", +"diffuse_nebula", +"diffuseness", +"diffuser", +"diffusing_screen", +"diffusion", +"diffusion_pump", +"diffusor", +"diflunisal", +"dig", +"digenesis", +"digest", +"digester", +"digestibility", +"digestibleness", +"digestion", +"digestive", +"digestive_fluid", +"digestive_gland", +"digestive_juice", +"digestive_system", +"digestive_tract", +"digestive_tube", +"digger", +"digger_wasp", +"digging", +"digging_up", +"diggings", +"digit", +"digital-analog_converter", +"digital-to-analog_converter", +"digital_arteries", +"digital_audiotape", +"digital_camera", +"digital_clock", +"digital_communication", +"digital_communications_technology", +"digital_computer", +"digital_display", +"digital_photography", +"digital_plethysmograph", +"digital_scanner", +"digital_subscriber_line", +"digital_vein", +"digital_voltmeter", +"digital_watch", +"digitalin", +"digitalis", +"digitalis_glycoside", +"digitalis_lutea", +"digitalis_purpurea", +"digitalisation", +"digitalization", +"digitaria", +"digitaria_ischaemum", +"digitaria_sanguinalis", +"digitigrade", +"digitigrade_mammal", +"digitisation", +"digitiser", +"digitization", +"digitizer", +"digitoxin", +"dignitary", +"dignity", +"digoxin", +"digram", +"digraph", +"digression", +"digs", +"dihybrid", +"dihybrid_cross", +"dihydric_alcohol", +"dihydrostreptomycin", +"dihydroxyphenylalanine", +"dijon", +"dik-dik", +"dika", +"dika_bread", +"dika_nut", +"dike", +"dilantin", +"dilapidation", +"dilatation", +"dilatation_and_curettage", +"dilater", +"dilation", +"dilation_and_curettage", +"dilator", +"dilatoriness", +"dilatory_plea", +"dilaudid", +"dildo", +"dilemma", +"dilettante", +"diligence", +"dill", +"dill_pickle", +"dill_seed", +"dill_weed", +"dillenia", +"dilleniaceae", +"dilleniid_dicot_family", +"dilleniid_dicot_genus", +"dilleniidae", +"dilly-dallier", +"dillydallier", +"diltiazem", +"diluent", +"dilutant", +"dilution", +"dim_sum", +"dimaggio", +"dimash", +"dime", +"dime_bag", +"dime_novel", +"dimenhydrinate", +"dimension", +"dimensionality", +"dimer", +"dimetane", +"dimetapp", +"dimethyl_ketone", +"dimethylglyoxime", +"dimetrodon", +"diminished_arch", +"diminuendo", +"diminution", +"diminutive", +"diminutiveness", +"dimity", +"dimmer", +"dimness", +"dimocarpus", +"dimocarpus_longan", +"dimorphism", +"dimorphotheca", +"dimout", +"dimple", +"dimpled_chad", +"dimwit", +"din", +"din_land", +"dinar", +"dindymene", +"diner", +"dinero", +"dinesen", +"dinette", +"ding", +"ding-dong", +"dingbat", +"dinge", +"dinghy", +"dinginess", +"dingle", +"dingo", +"dining", +"dining-hall", +"dining-room", +"dining-room_attendant", +"dining-room_furniture", +"dining-room_table", +"dining_area", +"dining_car", +"dining_companion", +"dining_compartment", +"dining_room", +"dining_table", +"diningroom_set", +"diningroom_suite", +"dink", +"dinka", +"dinkey", +"dinky", +"dinner", +"dinner_bell", +"dinner_bucket", +"dinner_dress", +"dinner_gown", +"dinner_jacket", +"dinner_napkin", +"dinner_pail", +"dinner_party", +"dinner_plate", +"dinner_service", +"dinner_set", +"dinner_table", +"dinner_theater", +"dinner_theatre", +"dinnertime", +"dinnerware", +"dino_paul_crocetti", +"dinoceras", +"dinocerata", +"dinocerate", +"dinoflagellata", +"dinoflagellate", +"dinornis", +"dinornis_giganteus", +"dinornithidae", +"dinornithiformes", +"dinosaur", +"dint", +"diocesan", +"diocese", +"diocletian", +"diode", +"diodon", +"diodon_holocanthus", +"diodon_hystrix", +"diodontidae", +"diodora_apertura", +"diogenes", +"diol", +"diomedea_exulans", +"diomedea_nigripes", +"diomedeidae", +"dionaea", +"dionaea_muscipula", +"dionysia", +"dionysius", +"dionysius_the_elder", +"dionysus", +"dioon", +"diophantus", +"diopter", +"dioptre", +"dior", +"diorama", +"diorite", +"dioscorea", +"dioscorea_alata", +"dioscorea_batata", +"dioscorea_bulbifera", +"dioscorea_elephantipes", +"dioscorea_paniculata", +"dioscorea_trifida", +"dioscoreaceae", +"diospyros", +"diospyros_ebenum", +"diospyros_kaki", +"diospyros_kurzii", +"diospyros_lotus", +"diospyros_virginiana", +"diovan", +"dioxide", +"dioxin", +"dip", +"dip_circle", +"dip_switch", +"diphenhydramine", +"diphenylbutyl_piperidine", +"diphenylhydantoin", +"diphtheria", +"diphthong", +"diphylla", +"diphylla_ecaudata", +"dipladenia", +"dipladenia_boliviensis", +"diplazium_pycnocarpon", +"diplegia", +"diplococcus", +"diplococcus_pneumoniae", +"diplodocus", +"diploic_vein", +"diploid", +"diploidy", +"diploma", +"diplomacy", +"diplomat", +"diplomate", +"diplomatic_building", +"diplomatic_corps", +"diplomatic_immunity", +"diplomatic_minister", +"diplomatic_mission", +"diplomatic_negotiations", +"diplomatic_pouch", +"diplomatic_service", +"diplomatist", +"diplopia", +"diplopoda", +"diplopterygium", +"diplopterygium_longissimum", +"diplotaxis", +"diplotaxis_erucoides", +"diplotaxis_muralis", +"diplotaxis_tenuifolia", +"diplotene", +"dipnoi", +"dipodidae", +"dipodomys", +"dipodomys_ordi", +"dipodomys_phillipsii", +"dipogon", +"dipogon_lignosus", +"dipole", +"dipole_antenna", +"dipole_molecule", +"dipole_moment", +"dippel's_oil", +"dipper", +"dippers", +"dipsacaceae", +"dipsacus", +"dipsacus_fullonum", +"dipsacus_sativus", +"dipsacus_sylvestris", +"dipsomania", +"dipsomaniac", +"dipsosaurus", +"dipsosaurus_dorsalis", +"dipstick", +"diptera", +"dipteran", +"dipterocarp", +"dipterocarpaceae", +"dipteron", +"dipteronia", +"dipterous_insect", +"dipteryx", +"dipteryx_odorata", +"diptych", +"dipus", +"dipylon", +"dipylon_gate", +"dirac", +"dirca", +"dirca_palustris", +"dire_straits", +"direct-grant_school", +"direct_action", +"direct_antonym", +"direct_contrast", +"direct_correlation", +"direct_current", +"direct_discourse", +"direct_dye", +"direct_electric_current", +"direct_evidence", +"direct_examination", +"direct_fire", +"direct_flight", +"direct_loan", +"direct_mail", +"direct_mailer", +"direct_marketing", +"direct_object", +"direct_primary", +"direct_quotation", +"direct_sum", +"direct_support", +"direct_supporting_fire", +"direct_tax", +"direct_tide", +"direct_transmission", +"direct_trust", +"directed_study", +"directed_verdict", +"direction", +"direction_finder", +"directional_antenna", +"directional_microphone", +"directionality", +"directive", +"directiveness", +"directivity", +"directness", +"director", +"director-stockholder_relation", +"director_of_central_intelligence", +"director_of_research", +"directorate", +"directorate_for_inter-services_intelligence", +"directorship", +"directory", +"dirge", +"dirham", +"dirigible", +"diriment_impediment", +"dirk", +"dirndl", +"dirt", +"dirt_ball", +"dirt_bike", +"dirt_track", +"dirtiness", +"dirty_bomb", +"dirty_dog", +"dirty_joke", +"dirty_laundry", +"dirty_linen", +"dirty_money", +"dirty_old_man", +"dirty_pool", +"dirty_story", +"dirty_trick", +"dirty_tricks", +"dirty_war", +"dirty_word", +"dirtying", +"dis", +"disa", +"disability", +"disability_benefit", +"disability_check", +"disability_insurance", +"disability_of_walking", +"disability_payment", +"disabled", +"disablement", +"disaccharidase", +"disaccharide", +"disadvantage", +"disaffection", +"disaffirmation", +"disagreeable_person", +"disagreeable_woman", +"disagreeableness", +"disagreement", +"disambiguation", +"disambiguator", +"disappearance", +"disappearing", +"disappointment", +"disapprobation", +"disapproval", +"disarmament", +"disarmer", +"disarming", +"disarrangement", +"disarray", +"disassembly", +"disassociation", +"disassortative_mating", +"disaster", +"disaster_area", +"disavowal", +"disbandment", +"disbarment", +"disbelief", +"disbeliever", +"disbursal", +"disbursement", +"disburser", +"disc", +"disc_brake", +"disc_drive", +"disc_harrow", +"disc_jockey", +"disc_pack", +"disc_space", +"discant", +"discard", +"disceptation", +"discernability", +"discernment", +"discharge", +"discharge_lamp", +"discharge_pipe", +"discina", +"discina_macrospora", +"disciotis_venosa", +"disciple", +"disciples_of_christ", +"discipleship", +"disciplinarian", +"discipline", +"disclaimer", +"disclosure", +"disco", +"disco_biscuit", +"disco_music", +"discocephali", +"discoglossidae", +"discography", +"discoid_lupus_erythematosus", +"discoloration", +"discolouration", +"discombobulation", +"discomfited", +"discomfiture", +"discomfort", +"discomposure", +"discomycete", +"discomycetes", +"disconcertion", +"disconcertment", +"disconnect", +"disconnectedness", +"disconnection", +"disconsolateness", +"discontent", +"discontentedness", +"discontentment", +"discontinuance", +"discontinuation", +"discontinuity", +"discord", +"discordance", +"discotheque", +"discount", +"discount_business", +"discount_chain", +"discount_house", +"discount_rate", +"discount_store", +"discounter", +"discouragement", +"discourse", +"discourtesy", +"discovered_check", +"discoverer", +"discovery", +"discovery_day", +"discredit", +"discreetness", +"discrepancy", +"discreteness", +"discretion", +"discretionary_trust", +"discrimination", +"discriminative_stimulus", +"discriminator", +"discursiveness", +"discus", +"discussant", +"discussion", +"discussion_section", +"disdain", +"disdainfulness", +"disease", +"disease_of_the_neuromuscular_junction", +"disease_of_the_skin", +"diseased_person", +"disembarkation", +"disembarkment", +"disembarrassment", +"disembodied_spirit", +"disembowelment", +"disenchantment", +"disenfranchisement", +"disengagement", +"disentanglement", +"disentangler", +"disequilibrium", +"disestablishment", +"disesteem", +"disfavor", +"disfavour", +"disfiguration", +"disfigurement", +"disfluency", +"disforestation", +"disfranchisement", +"disfunction", +"disgorgement", +"disgrace", +"disgracefulness", +"disgruntlement", +"disguise", +"disgust", +"disgustingness", +"dish", +"dish_aerial", +"dish_antenna", +"dish_rack", +"dish_towel", +"dish_washer", +"dishabille", +"disharmony", +"dishcloth", +"dishcloth_gourd", +"disheartenment", +"dishful", +"dishonesty", +"dishonor", +"dishonorable_discharge", +"dishonorableness", +"dishonour", +"dishonourableness", +"dishpan", +"dishrag", +"dishtowel", +"dishware", +"dishwasher", +"dishwasher_detergent", +"dishwashing", +"dishwashing_detergent", +"dishwashing_liquid", +"dishwashing_machine", +"dishwater", +"disillusion", +"disillusionment", +"disincentive", +"disinclination", +"disinfectant", +"disinfection", +"disinfestation", +"disinfestation_officer", +"disinflation", +"disinformation", +"disingenuousness", +"disinheritance", +"disintegration", +"disinterest", +"disinterestedness", +"disinterment", +"disinvestment", +"disjointedness", +"disjunction", +"disjunctive_conjunction", +"disjuncture", +"disk", +"disk_access", +"disk_brake", +"disk_cache", +"disk_clutch", +"disk_controller", +"disk_drive", +"disk_error", +"disk_file", +"disk_harrow", +"disk_jockey", +"disk_operating_system", +"disk_overhead", +"disk_pack", +"disk_shape", +"disk_space", +"diskette", +"dislike", +"dislocation", +"dislodgement", +"dislodgment", +"disloyalty", +"dismantlement", +"dismantling", +"dismay", +"dismemberment", +"dismissal", +"dismission", +"dismount", +"disney", +"disneyland", +"disobedience", +"disorder", +"disorderliness", +"disorderly_behavior", +"disorderly_conduct", +"disorganisation", +"disorganization", +"disorganized_schizophrenia", +"disorganized_type_schizophrenia", +"disorientation", +"disowning", +"disownment", +"disparagement", +"disparager", +"disparateness", +"disparity", +"dispassion", +"dispassionateness", +"dispatch", +"dispatch_box", +"dispatch_case", +"dispatch_rider", +"dispatcher", +"dispensability", +"dispensableness", +"dispensary", +"dispensation", +"dispenser", +"dispersal", +"dispersed_particles", +"dispersed_phase", +"dispersing_medium", +"dispersing_phase", +"dispersion", +"dispersion_medium", +"dispiritedness", +"displaced_fracture", +"displaced_person", +"displacement", +"displacement_reaction", +"displacement_unit", +"display", +"display_adapter", +"display_adaptor", +"display_board", +"display_case", +"display_panel", +"display_window", +"displeasure", +"disposable", +"disposable_income", +"disposal", +"disposal_plant", +"disposition", +"dispossession", +"dispraise", +"disproof", +"disproportion", +"disprover", +"disputant", +"disputation", +"dispute", +"disqualification", +"disquiet", +"disquietude", +"disquisition", +"disraeli", +"disregard", +"disrepair", +"disreputability", +"disreputable_person", +"disreputableness", +"disrepute", +"disrespect", +"disrupting_explosive", +"disruption", +"dissatisfaction", +"dissection", +"dissembler", +"dissembling", +"disseminated_lupus_erythematosus", +"disseminated_multiple_sclerosis", +"disseminated_sclerosis", +"dissemination", +"disseminator", +"dissension", +"dissent", +"dissenter", +"dissenting_opinion", +"dissertation", +"disservice", +"dissidence", +"dissident", +"dissident_irish_republican_army", +"dissilience", +"dissimilarity", +"dissimilation", +"dissimilitude", +"dissimulation", +"dissimulator", +"dissipation", +"dissociation", +"dissociation_constant", +"dissociative_disorder", +"dissolubility", +"dissoluteness", +"dissolution", +"dissolution_of_marriage", +"dissolve", +"dissolvent", +"dissolver", +"dissolving", +"dissolving_agent", +"dissonance", +"dissuasion", +"dissyllable", +"dissymmetry", +"distaff", +"distal_muscular_dystrophy", +"distance", +"distance_vision", +"distaste", +"distastefulness", +"distemper", +"distension", +"distention", +"distich", +"distillate", +"distillation", +"distilled_water", +"distiller", +"distillery", +"distillment", +"distinction", +"distinctive_feature", +"distinctiveness", +"distinctness", +"distinguished_conduct_medal", +"distinguished_flying_cross", +"distinguished_service_cross", +"distinguished_service_medal", +"distinguished_service_order", +"distinguishing_characteristic", +"distomatosis", +"distorted_shape", +"distortion", +"distortionist", +"distraction", +"distraint", +"distress", +"distress_call", +"distress_signal", +"distressfulness", +"distressingness", +"distributary", +"distributed_data_processing", +"distributed_fire", +"distributer", +"distribution", +"distribution_agreement", +"distribution_channel", +"distribution_cost", +"distribution_free_statistic", +"distribution_law", +"distribution_list", +"distributive_shock", +"distributor", +"distributor_cam", +"distributor_cap", +"distributor_housing", +"distributor_point", +"district", +"district_attorney", +"district_line", +"district_manager", +"district_of_columbia", +"distrust", +"distrustfulness", +"disturbance", +"disturbance_of_the_peace", +"disturber", +"disulfiram", +"disunion", +"disunity", +"disuse", +"disyllable", +"dit", +"dita", +"dita_bark", +"ditch", +"ditch_digger", +"ditch_fern", +"ditch_reed", +"ditch_spade", +"ditchmoss", +"dither", +"dithered_color", +"dithered_colour", +"dithering", +"dithyramb", +"dittany", +"dittany_of_crete", +"ditto", +"ditto_mark", +"ditty", +"ditty_bag", +"diuresis", +"diuretic", +"diuretic_drug", +"diuril", +"diurnal_parallax", +"diurnal_variation", +"diva", +"divagation", +"divan", +"divan_bed", +"divarication", +"dive", +"dive-bombing", +"dive_bomber", +"dive_brake", +"diver", +"divergence", +"divergency", +"divergent_strabismus", +"divergent_thinker", +"divergent_thinking", +"diverging_lens", +"diverseness", +"diversification", +"diversion", +"diversionary_attack", +"diversionary_landing", +"diversionist", +"diversity", +"diverticulitis", +"diverticulosis", +"diverticulum", +"divertimento", +"divestiture", +"divi-divi", +"divide", +"divided_highway", +"dividend", +"dividend_warrant", +"divider", +"dividing_line", +"divina_commedia", +"divination", +"divine", +"divine_comedy", +"divine_guidance", +"divine_law", +"divine_messenger", +"divine_office", +"divine_revelation", +"divine_right", +"divine_right_of_kings", +"divine_service", +"divine_unity", +"diviner", +"diving", +"diving_bell", +"diving_board", +"diving_dress", +"diving_duck", +"diving_event", +"diving_petrel", +"diving_suit", +"divining_rod", +"divinity", +"divinity_fudge", +"divinyl_ether", +"divisibility", +"division", +"division_anthophyta", +"division_archaebacteria", +"division_bryophyta", +"division_chlorophyta", +"division_chrysophyta", +"division_cyanophyta", +"division_cynodontia", +"division_dicynodontia", +"division_eubacteria", +"division_euglenophyta", +"division_eumycota", +"division_gymnomycota", +"division_gymnospermophyta", +"division_heterokontophyta", +"division_lichenes", +"division_magnoliophyta", +"division_myxomycota", +"division_phaeophyta", +"division_protista", +"division_pteridophyta", +"division_rhodophyta", +"division_schizophyta", +"division_spermatophyta", +"division_tracheophyta", +"divisor", +"divorce", +"divorce_court", +"divorce_lawyer", +"divorced_man", +"divorcee", +"divorcement", +"divot", +"divulgement", +"divulgence", +"divvy", +"diwan", +"dix", +"dixie", +"dixie_cup", +"dixiecrats", +"dixieland", +"dizygotic_twin", +"dizziness", +"dizzy_gillespie", +"dj", +"djakarta", +"djanet", +"djibouti", +"djibouti_franc", +"djiboutian", +"djinn", +"djinni", +"djinny", +"dkg", +"dkl", +"dkm", +"dl", +"dle", +"dm", +"dmd", +"dmitri_dmitrievich_shostakovich", +"dmitri_ivanovich_mendeleev", +"dmitri_ivanovich_mendeleyev", +"dmitri_mendeleev", +"dmitri_mendeleyev", +"dmitri_shostakovich", +"dmus", +"dmz", +"dna", +"dna_chip", +"dna_fingerprint", +"dna_polymerase", +"dneprodzerzhinsk", +"dnieper", +"dnieper_river", +"dnipropetrovsk", +"do", +"do-gooder", +"do-nothing", +"do-si-do", +"dobbin", +"doberman", +"doberman_pinscher", +"dobra", +"dobrich", +"dobson", +"dobson_fly", +"dobsonfly", +"doc", +"docent", +"docetism", +"docility", +"dock", +"dock-walloper", +"dock_worker", +"dockage", +"docker", +"docket", +"dockhand", +"docking", +"docking_facility", +"docking_fee", +"dockside", +"dockworker", +"dockyard", +"docosahexaenoic_acid", +"doctor", +"doctor's_bill", +"doctor's_degree", +"doctor-fish", +"doctor-patient_relation", +"doctor_of_arts", +"doctor_of_dental_medicine", +"doctor_of_dental_surgery", +"doctor_of_divinity", +"doctor_of_education", +"doctor_of_fine_arts", +"doctor_of_humane_letters", +"doctor_of_humanities", +"doctor_of_laws", +"doctor_of_medicine", +"doctor_of_music", +"doctor_of_musical_arts", +"doctor_of_optometry", +"doctor_of_osteopathy", +"doctor_of_philosophy", +"doctor_of_public_health", +"doctor_of_sacred_theology", +"doctor_of_science", +"doctor_of_the_church", +"doctor_of_theology", +"doctorate", +"doctorfish", +"doctorow", +"doctorspeak", +"doctrinaire", +"doctrine", +"doctrine_of_analogy", +"docudrama", +"document", +"documentary", +"documentary_film", +"documentation", +"dod", +"dodder", +"dodderer", +"doddle", +"dodecagon", +"dodecahedron", +"dodecanese", +"dodecanoic_acid", +"dodge", +"dodge_city", +"dodgem", +"dodger", +"dodging", +"dodgson", +"dodo", +"dodoma", +"dodonaea", +"doe", +"doei", +"doer", +"doeskin", +"dog", +"dog's-tooth_check", +"dog's-tooth_violet", +"dog's_breakfast", +"dog's_dinner", +"dog's_mercury", +"dog-day_cicada", +"dog-ear", +"dog-iron", +"dog_bent", +"dog_biscuit", +"dog_bite", +"dog_breeding", +"dog_catcher", +"dog_collar", +"dog_days", +"dog_do", +"dog_fennel", +"dog_flea", +"dog_food", +"dog_grass", +"dog_hobble", +"dog_hook", +"dog_house", +"dog_in_the_manger", +"dog_laurel", +"dog_mercury", +"dog_paddle", +"dog_pound", +"dog_racing", +"dog_rose", +"dog_shit", +"dog_show", +"dog_sled", +"dog_sleigh", +"dog_star", +"dog_stinkhorn", +"dog_tag", +"dog_turd", +"dog_violet", +"dog_wrench", +"dogbane", +"dogbane_family", +"dogcart", +"doge", +"dogfight", +"dogfighter", +"dogfish", +"doggedness", +"doggerel", +"doggerel_verse", +"doggie", +"doggie_bag", +"doggy", +"doggy_bag", +"doggy_do", +"doghouse", +"dogie", +"dogleg", +"dogma", +"dogmatism", +"dogmatist", +"dogs-tooth_check", +"dogsbody", +"dogshit", +"dogsled", +"dogstooth_check", +"dogtooth", +"dogtooth_violet", +"dogtrot", +"dogwatch", +"dogwood", +"dogwood_family", +"dogwood_tree", +"dogy", +"doh", +"doha", +"doi", +"doily", +"doing_business_as", +"doings", +"doj", +"dojc", +"dol", +"dolby", +"dolce_far_niente", +"doldrums", +"dole", +"dolefulness", +"dolichocephalic", +"dolichocephalism", +"dolichocephaly", +"dolichonyx", +"dolichonyx_oryzivorus", +"dolichos", +"dolichos_biflorus", +"dolichos_lablab", +"dolichos_lignosus", +"dolichotis", +"dolichotis_patagonum", +"doliolidae", +"doliolum", +"doll", +"doll's_eyes", +"doll's_house", +"dollar", +"dollar_bill", +"dollar_diplomacy", +"dollar_mark", +"dollar_sign", +"dollar_volume", +"dollarfish", +"dollhouse", +"dollop", +"dolly", +"dolman", +"dolman_jacket", +"dolman_sleeve", +"dolmas", +"dolmen", +"dolobid", +"dolomite", +"dolomite_alps", +"dolophine_hydrochloride", +"dolor", +"dolour", +"dolphin", +"dolphin_kick", +"dolphin_oil", +"dolphin_striker", +"dolphinfish", +"dolt", +"dom_pedro", +"domain", +"domain_name", +"domain_of_a_function", +"domatium", +"dombeya", +"dome", +"domed_stadium", +"domenikos_theotocopoulos", +"domesday_book", +"domestic", +"domestic_animal", +"domestic_ass", +"domestic_carp", +"domestic_cat", +"domestic_dog", +"domestic_flight", +"domestic_fowl", +"domestic_goat", +"domestic_help", +"domestic_llama", +"domestic_partner", +"domestic_pigeon", +"domestic_prelate", +"domestic_relations_court", +"domestic_science", +"domestic_sheep", +"domestic_silkworm_moth", +"domestic_terrorism", +"domestic_violence", +"domesticated_animal", +"domesticated_silkworm_moth", +"domestication", +"domesticity", +"domicile", +"domiciliation", +"dominance", +"dominant", +"dominant_allele", +"dominant_gene", +"domination", +"dominatrix", +"domine", +"dominee", +"domineeringness", +"domingo", +"domingo_de_guzman", +"dominic", +"dominica", +"dominican", +"dominican_dollar", +"dominican_mahogany", +"dominican_monetary_unit", +"dominican_order", +"dominican_peso", +"dominican_republic", +"dominick", +"dominicus", +"dominie", +"dominion", +"dominion_day", +"dominique", +"domino", +"domino_effect", +"domino_theory", +"dominoes", +"dominos", +"dominus", +"domitian", +"domoic_acid", +"don", +"don't-know", +"don_budge", +"don_juan", +"don_luchino_visconti_conte_di_modrone", +"don_marquis", +"don_quixote", +"don_river", +"dona", +"donald_arthur_glaser", +"donald_barthelme", +"donald_duck", +"donald_glaser", +"donald_robert_perry_marquis", +"donar", +"donatello", +"donation", +"donatism", +"donatist", +"donato_bramante", +"donato_d'agnolo_bramante", +"donato_di_betto_bardi", +"donatus", +"donbas", +"donbass", +"donee", +"donets_basin", +"donetsk", +"donetske", +"dong", +"dongle", +"donizetti", +"donjon", +"donkey", +"donkey_boiler", +"donkey_cart", +"donkey_engine", +"donkey_jacket", +"donkey_pump", +"donkeywork", +"donkin", +"donna", +"donne", +"donner_pass", +"donor", +"donor_card", +"donut", +"doo-wop", +"doob", +"doodad", +"doodia", +"doodle", +"doodlebug", +"doodly-squat", +"doofus", +"doohickey", +"doojigger", +"doolittle", +"doom", +"doomed", +"doomsday", +"doomsday_book", +"door", +"door_guard", +"door_latch", +"door_prize", +"doorbell", +"doorcase", +"doorframe", +"doorhandle", +"doorjamb", +"doorkeeper", +"doorknob", +"doorknocker", +"doorlock", +"doorman", +"doormat", +"doornail", +"doorplate", +"doorpost", +"doorsill", +"doorstep", +"doorstop", +"doorstopper", +"doorway", +"dooryard", +"dopa", +"dopamine", +"dopastat", +"dope", +"dope_sheet", +"doppelganger", +"doppelzentner", +"doppler", +"doppler_effect", +"doppler_radar", +"doppler_shift", +"dorado", +"dorbeetle", +"dorian", +"dorian_order", +"doric", +"doric_dialect", +"doric_order", +"doriden", +"doris", +"doris_lessing", +"doris_may_lessing", +"dork", +"dorking", +"dorm", +"dorm_room", +"dormancy", +"dormant_account", +"dormer", +"dormer_window", +"dormition", +"dormitory", +"dormitory_room", +"dormouse", +"doronicum", +"doroteo_arango", +"dorothea_dix", +"dorothea_lange", +"dorothea_lynde_dix", +"dorotheanthus", +"dorotheanthus_bellidiformis", +"dorothy_dix", +"dorothy_hodgkin", +"dorothy_l._sayers", +"dorothy_leigh_sayers", +"dorothy_mary_crowfoot_hodgkin", +"dorothy_parker", +"dorothy_rothschild_parker", +"dorothy_sayers", +"dorsal_fin", +"dorsal_horn", +"dorsal_root", +"dorsal_scapular_vein", +"dorsal_vertebra", +"dorsiflexion", +"dorsum", +"dortmund", +"dory", +"dorylinae", +"doryopteris", +"doryopteris_pedata", +"dos", +"dos_passos", +"dosage", +"dose", +"dose_rate", +"dosemeter", +"dosimeter", +"dosimetry", +"dossal", +"dossel", +"dosser", +"dosshouse", +"dossier", +"dostoevski", +"dostoevsky", +"dostoyevsky", +"dot", +"dot-com", +"dot_com", +"dot_com_company", +"dot_matrix", +"dot_matrix_printer", +"dot_printer", +"dot_product", +"dotage", +"dotard", +"dotrel", +"dotted_gayfeather", +"dotted_line", +"dotterel", +"dottle", +"douala", +"douay-rheims_bible", +"douay-rheims_version", +"douay_bible", +"douay_version", +"double", +"double-bitted_ax", +"double-bitted_axe", +"double-blind_experiment", +"double-blind_procedure", +"double-blind_study", +"double-bogey", +"double-breasted_jacket", +"double-breasted_suit", +"double-crosser", +"double-crossing", +"double-dealer", +"double-dealing", +"double-decker", +"double-entry_bookkeeping", +"double-hung_window", +"double-magnum", +"double-prop", +"double-propeller_plane", +"double-reed_instrument", +"double-spacing", +"double-u", +"double_agent", +"double_bar", +"double_bass", +"double_bassoon", +"double_bed", +"double_bind", +"double_blind", +"double_boiler", +"double_bond", +"double_check", +"double_chin", +"double_clinch", +"double_cream", +"double_creme", +"double_crochet", +"double_cross", +"double_dagger", +"double_damages", +"double_date", +"double_decomposition", +"double_decomposition_reaction", +"double_digit", +"double_dipper", +"double_dipping", +"double_door", +"double_dribble", +"double_dutch", +"double_eagle", +"double_entendre", +"double_entry", +"double_fault", +"double_feature", +"double_first", +"double_flat", +"double_glazing", +"double_gloucester", +"double_gold", +"double_helix", +"double_indemnity", +"double_jeopardy", +"double_knit", +"double_leg_circle", +"double_negative", +"double_obelisk", +"double_play", +"double_pneumonia", +"double_quotes", +"double_reed", +"double_refraction", +"double_replacement_reaction", +"double_reverse", +"double_rhyme", +"double_salt", +"double_saucepan", +"double_sharp", +"double_standard", +"double_standard_of_sexual_behavior", +"double_star", +"double_stitch", +"double_stopping", +"double_take", +"double_talk", +"double_time", +"double_vision", +"doubleheader", +"doubler", +"doubles", +"doublespeak", +"doublet", +"doublethink", +"doubleton", +"doubletree", +"doubling", +"doubloon", +"doubly_transitive_verb", +"doubly_transitive_verb_form", +"doubt", +"doubter", +"doubtfulness", +"doubting_thomas", +"douche", +"douche_bag", +"dough", +"doughboy", +"doughnut", +"douglas", +"douglas_elton_fairbanks", +"douglas_fairbanks", +"douglas_fairbanks_jr.", +"douglas_fir", +"douglas_hemlock", +"douglas_macarthur", +"douglas_moore", +"douglas_pine", +"douglas_spruce", +"douglas_squirrel", +"douglass", +"doula", +"doura", +"dourah", +"douroucouli", +"dousing", +"dove", +"dove's_foot_geranium", +"dovecote", +"dovekie", +"dover", +"dover's_powder", +"dovetail", +"dovetail_joint", +"dovetail_plane", +"dovishness", +"dovyalis", +"dovyalis_caffra", +"dovyalis_hebecarpa", +"dow-jones_industrial_average", +"dow_jones", +"dowager", +"dowager's_hump", +"dowdiness", +"dowding", +"dowdy", +"dowel", +"dowel_pin", +"doweling", +"dower", +"dowery", +"dowitcher", +"dowland", +"down", +"down's_syndrome", +"down-and-out", +"down-bow", +"down_easter", +"down_feather", +"down_payment", +"down_quark", +"down_syndrome", +"down_town", +"downbeat", +"downcast", +"downdraft", +"downer", +"downfall", +"downgrade", +"downheartedness", +"downhill", +"downiness", +"downing", +"downing_street", +"downpour", +"downrightness", +"downshift", +"downside", +"downsizing", +"downslope", +"downspin", +"downstage", +"downstroke", +"downswing", +"downtick", +"downtime", +"downtown", +"downturn", +"downy_ash", +"downy_birch", +"downy_brome", +"downy_bromegrass", +"downy_cheat", +"downy_chess", +"downy_ground_cherry", +"downy_haw", +"downy_manzanita", +"downy_mildew", +"downy_poplar", +"downy_wood_mint", +"downy_woodpecker", +"downy_yellow_violet", +"dowry", +"dowse", +"dowser", +"dowsing", +"dowsing_rod", +"doxastic_logic", +"doxazosin", +"doxepin", +"doxepin_hydrochloride", +"doxology", +"doxorubicin", +"doxy", +"doxycycline", +"doyen", +"doyenne", +"doyley", +"doyly", +"doze", +"dozen", +"dozens", +"dozer", +"dp", +"dph", +"dphil", +"dprk", +"dpt_vaccine", +"dr.", +"dr._j", +"dr._johnson", +"dr._seuss", +"drab", +"draba", +"draba_verna", +"drabness", +"dracaena", +"dracaena_draco", +"dracaenaceae", +"dracenaceae", +"drachm", +"drachma", +"draco", +"dracocephalum", +"dracocephalum_parviflorum", +"dracontium", +"dracula", +"dracunculiasis", +"dracunculidae", +"dracunculus", +"dracunculus_medinensis", +"dracunculus_vulgaris", +"draft", +"draft_animal", +"draft_beer", +"draft_board", +"draft_copy", +"draft_dodger", +"draft_evader", +"draft_horse", +"draftee", +"drafter", +"drafting", +"drafting_board", +"drafting_instrument", +"drafting_table", +"draftsman", +"draftsmanship", +"draftsperson", +"drag", +"drag_coefficient", +"dragee", +"dragger", +"dragnet", +"dragoman", +"dragon", +"dragon's_blood", +"dragon's_eye", +"dragon's_head", +"dragon's_mouth", +"dragon_arum", +"dragon_lizard", +"dragon_tree", +"dragonet", +"dragonfly", +"dragonhead", +"dragoon", +"dragunov", +"drain", +"drain_basket", +"drainage", +"drainage_area", +"drainage_basin", +"drainage_ditch", +"drainage_system", +"drainboard", +"draining_board", +"drainpipe", +"drainplug", +"drake", +"dram", +"drama", +"drama_critic", +"dramamine", +"dramatic_art", +"dramatic_composition", +"dramatic_event", +"dramatic_irony", +"dramatic_performance", +"dramatic_play", +"dramatic_production", +"dramatic_work", +"dramatics", +"dramatis_personae", +"dramatisation", +"dramatist", +"dramatization", +"dramaturgy", +"drambuie", +"drape", +"draper", +"drapery", +"draught", +"draught_beer", +"draught_horse", +"draughts", +"draughtsman", +"dravidian", +"dravidian_language", +"dravidic", +"draw", +"draw_play", +"draw_poker", +"drawback", +"drawbar", +"drawbridge", +"drawee", +"drawer", +"drawers", +"drawing", +"drawing-room_car", +"drawing_board", +"drawing_card", +"drawing_chalk", +"drawing_ink", +"drawing_lots", +"drawing_off", +"drawing_paper", +"drawing_pin", +"drawing_power", +"drawing_room", +"drawing_string", +"drawing_table", +"drawknife", +"drawl", +"drawler", +"drawn_butter", +"drawnwork", +"drawshave", +"drawstring", +"drawstring_bag", +"dray", +"dray_horse", +"drayhorse", +"dread", +"dreadfulness", +"dreadlock", +"dreadnaught", +"dreadnought", +"dream", +"dreamer", +"dreaminess", +"dreaming", +"dreamland", +"dreamworld", +"dreariness", +"dreck", +"dred_scott", +"dredge", +"dredger", +"dredging_bucket", +"dreg", +"dregs", +"dreiser", +"dreissena", +"dreissena_polymorpha", +"drenching", +"drepanididae", +"drepanis", +"drepanocytic_anaemia", +"drepanocytic_anemia", +"dresden", +"dress", +"dress_blues", +"dress_circle", +"dress_code", +"dress_hanger", +"dress_hat", +"dress_rack", +"dress_rehearsal", +"dress_shirt", +"dress_shop", +"dress_suit", +"dress_uniform", +"dress_whites", +"dressage", +"dressed_ore", +"dresser", +"dressing", +"dressing_case", +"dressing_down", +"dressing_gown", +"dressing_room", +"dressing_sack", +"dressing_sacque", +"dressing_station", +"dressing_table", +"dressmaker", +"dressmaker's_model", +"dressmaking", +"drew", +"drey", +"dreyfus", +"drib", +"dribble", +"dribbler", +"dribbling", +"driblet", +"dried_apricot", +"dried_fruit", +"dried_milk", +"drier", +"drift", +"drift_ice", +"drift_net", +"driftage", +"drifter", +"driftfish", +"drifting", +"driftwood", +"drill", +"drill_bit", +"drill_hole", +"drill_instructor", +"drill_master", +"drill_press", +"drill_rig", +"drill_rod", +"drill_site", +"drill_steel", +"drilling", +"drilling_bit", +"drilling_fluid", +"drilling_mud", +"drilling_pipe", +"drilling_platform", +"drilling_rig", +"drimys", +"drimys_winteri", +"drink", +"drinkable", +"drinker", +"drinking", +"drinking_age", +"drinking_bout", +"drinking_chocolate", +"drinking_fountain", +"drinking_glass", +"drinking_song", +"drinking_straw", +"drinking_vessel", +"drinking_water", +"drip", +"drip_coffee", +"drip_culture", +"drip_feed", +"drip_loop", +"drip_mat", +"drip_mold", +"drip_mould", +"drip_pan", +"drip_pot", +"drippage", +"drippiness", +"dripping", +"dripping_pan", +"drippings", +"dripstone", +"drive", +"drive-by_killing", +"drive-by_shooting", +"drive-in", +"drive_line", +"drive_line_system", +"drivel", +"driveller", +"driven_well", +"driver", +"driver's_licence", +"driver's_license", +"driver_ant", +"driveshaft", +"driveway", +"driving", +"driving_axle", +"driving_belt", +"driving_force", +"driving_iron", +"driving_licence", +"driving_license", +"driving_range", +"driving_school", +"driving_wheel", +"drixoral", +"drizzle", +"drms", +"drogheda", +"drogue", +"drogue_chute", +"drogue_parachute", +"drollery", +"dromaeosaur", +"dromaeosauridae", +"dromaius", +"dromaius_novaehollandiae", +"drome", +"dromedary", +"dronabinol", +"drone", +"drone_pipe", +"droning", +"drool", +"drooler", +"droop", +"drooping_brome", +"drooping_juniper", +"drop", +"drop-down_menu", +"drop-leaf", +"drop-leaf_table", +"drop-off", +"drop-off_charge", +"drop-seed", +"drop_arch", +"drop_biscuit", +"drop_cloth", +"drop_curtain", +"drop_earring", +"drop_forge", +"drop_hammer", +"drop_keel", +"drop_line", +"drop_press", +"drop_scone", +"drop_shot", +"drop_zone", +"dropkick", +"dropkicker", +"droplet", +"dropline", +"dropout", +"dropped_egg", +"dropper", +"dropping_zone", +"droppings", +"dropseed", +"dropsy", +"drosera", +"droseraceae", +"droshky", +"drosky", +"drosophila", +"drosophila_melanogaster", +"drosophilidae", +"drosophyllum", +"drosophyllum_lusitanicum", +"dross", +"drought", +"drouth", +"drove", +"drove_chisel", +"drover", +"drowse", +"drowsiness", +"drubbing", +"drudge", +"drudgery", +"drug", +"drug_abuse", +"drug_addict", +"drug_addiction", +"drug_baron", +"drug_bust", +"drug_cartel", +"drug_cocktail", +"drug_company", +"drug_dealer", +"drug_enforcement_administration", +"drug_enforcement_agency", +"drug_lord", +"drug_of_abuse", +"drug_peddler", +"drug_traffic", +"drug_trafficker", +"drug_trafficking", +"drug_user", +"drug_war", +"drug_withdrawal", +"drugget", +"drugging", +"druggist", +"drugs_bust", +"drugstore", +"druid", +"druidism", +"drum", +"drum_brake", +"drum_major", +"drum_majorette", +"drum_printer", +"drum_roll", +"drum_sander", +"drumbeat", +"drumbeater", +"drumfire", +"drumfish", +"drumhead", +"drumhead_court-martial", +"drumlin", +"drummer", +"drumming", +"drumstick", +"drumstick_tree", +"drunk", +"drunk-and-disorderly", +"drunkard", +"drunken_reveler", +"drunken_reveller", +"drunken_revelry", +"drunkenness", +"drupe", +"drupelet", +"druse", +"drusen", +"druthers", +"druze", +"dry", +"dry-bulb_thermometer", +"dry-gulching", +"dry-stone_wall", +"dry-wood_termite", +"dry_battery", +"dry_cell", +"dry_cereal", +"dry_cleaner", +"dry_cleaners", +"dry_cleaning", +"dry_dock", +"dry_fly", +"dry_gangrene", +"dry_ice", +"dry_kiln", +"dry_land", +"dry_masonry", +"dry_measure", +"dry_milk", +"dry_mop", +"dry_mouth", +"dry_mustard", +"dry_nurse", +"dry_pint", +"dry_plate", +"dry_plate_process", +"dry_point", +"dry_quart", +"dry_rot", +"dry_run", +"dry_season", +"dry_socket", +"dry_unit", +"dry_vermouth", +"dry_wall", +"dry_walling", +"dry_wash", +"dryad", +"dryadella", +"dryas", +"dryas_octopetala", +"dryden", +"drydock", +"dryer", +"drygoods", +"drying_agent", +"drying_oil", +"drying_up", +"dryland_berry", +"dryland_blueberry", +"drymarchon", +"drymarchon_corais", +"drymarchon_corais_couperi", +"drymoglossum", +"drynaria", +"drynaria_rigidula", +"dryness", +"dryopithecine", +"dryopithecus", +"dryopithecus_rudapithecus_hungaricus", +"dryopteridaceae", +"dryopteris", +"dryopteris_dilatata", +"dryopteris_filix-mas", +"dryopteris_fragrans", +"dryopteris_goldiana", +"dryopteris_hexagonoptera", +"dryopteris_marginalis", +"dryopteris_noveboracensis", +"dryopteris_oreades", +"dryopteris_oreopteris", +"dryopteris_phegopteris", +"dryopteris_thelypteris", +"dryopteris_thelypteris_pubescens", +"drypis", +"drywall", +"ds", +"dscdna", +"dsl", +"dtic", +"dts", +"du_barry", +"du_bois", +"du_maurier", +"duad", +"dual_carriageway", +"dual_inline_package_switch", +"dual_scan_display", +"dualism", +"dualist", +"duality", +"dub", +"dubai", +"dubbin", +"dubbing", +"dubiety", +"dubiousness", +"dublin", +"dubliner", +"dubnium", +"dubois_heyward", +"dubonnet", +"dubrovnik", +"dubuque", +"dubya", +"dubyuh", +"duc_d'elchingen", +"duc_de_richelieu", +"duc_de_sully", +"ducat", +"duce", +"duchamp", +"duchenne's_muscular_dystrophy", +"duchess", +"duchess_of_ferrara", +"duchess_of_windsor", +"duchesse_de_valentinois", +"duchy", +"duck", +"duck's_egg", +"duck-billed_dinosaur", +"duck-billed_platypus", +"duck_down", +"duck_hunter", +"duck_hunting", +"duck_pate", +"duck_sauce", +"duck_shot", +"duck_soup", +"duckbill", +"duckbilled_platypus", +"duckboard", +"ducking", +"ducking_stool", +"duckling", +"duckpin", +"duckpins", +"ducks_and_drakes", +"duckweed", +"duckweed_family", +"ducky", +"duct", +"duct_gland", +"duct_tape", +"ductileness", +"ductility", +"ductless_gland", +"ductule", +"ductulus", +"ductus_arteriosus", +"ductus_deferens", +"dud", +"dude", +"dude_ranch", +"dudeen", +"dudgeon", +"dudley_moore", +"dudley_stuart_john_moore", +"duds", +"due", +"due_care", +"due_date", +"due_east", +"due_north", +"due_process", +"due_process_of_law", +"due_south", +"due_west", +"duel", +"dueler", +"duelist", +"dueller", +"duellist", +"duenna", +"duet", +"duette", +"duff", +"duffel", +"duffel_bag", +"duffel_coat", +"duffer", +"duffle", +"duffle_bag", +"duffle_coat", +"dufy", +"dug", +"dugald_stewart", +"dugong", +"dugong_dugon", +"dugongidae", +"dugout", +"dugout_canoe", +"dukas", +"duke", +"duke_ellington", +"duke_of_argyll's_tea_tree", +"duke_of_cumberland", +"duke_of_edinburgh", +"duke_of_lancaster", +"duke_of_marlborough", +"duke_of_wellington", +"duke_of_windsor", +"duke_university", +"duke_wayne", +"dukedom", +"dulciana", +"dulcimer", +"dulcinea", +"dullard", +"dulles", +"dullness", +"dulse", +"duluth", +"duma", +"dumas", +"dumb_bomb", +"dumb_cane", +"dumb_show", +"dumbass", +"dumbbell", +"dumbness", +"dumbwaiter", +"dumdum", +"dumdum_bullet", +"dumdum_fever", +"dumetella", +"dumetella_carolinensis", +"dummy", +"dummy_whist", +"dump", +"dump_routine", +"dump_truck", +"dumpcart", +"dumper", +"dumpiness", +"dumping", +"dumpling", +"dumplings", +"dumps", +"dumpsite", +"dumpster", +"dumpy_level", +"dumuzi", +"dun", +"duncan", +"duncan_grant", +"duncan_james_corrow_grant", +"dunce", +"dunce's_cap", +"dunce_cap", +"dundathu_pine", +"dunderhead", +"dune", +"dune_buggy", +"dune_cycling", +"dung", +"dung_beetle", +"dungaree", +"dungeness_crab", +"dungeon", +"dunghill", +"dunk", +"dunk_shot", +"dunkard", +"dunker", +"dunkerque", +"dunkers", +"dunkirk", +"dunlin", +"dunnock", +"duns_scotus", +"duo", +"duodecimal", +"duodecimal_digit", +"duodecimal_notation", +"duodecimal_number_system", +"duodecimal_system", +"duodenal_smear", +"duodenal_ulcer", +"duodenum", +"duologue", +"duomo", +"dupe", +"dupery", +"duple_time", +"duplex", +"duplex_apartment", +"duplex_house", +"duplicability", +"duplicate", +"duplication", +"duplicator", +"duplicidentata", +"duplicity", +"dura", +"dura_mater", +"durability", +"durable_goods", +"durable_press", +"durables", +"durabolin", +"duralumin", +"duramen", +"durance", +"durango", +"durant", +"durante", +"duration", +"durative", +"durative_aspect", +"durazzo", +"durban", +"durbar", +"durer", +"duress", +"durga", +"durham", +"durian", +"durian_tree", +"durio", +"durio_zibethinus", +"durion", +"durkheim", +"durmast", +"durra", +"durrell", +"durres", +"durum", +"durum_wheat", +"dusanbe", +"duse", +"dushanbe", +"dusicyon", +"dusicyon_cancrivorus", +"dusk", +"duskiness", +"dusky-footed_wood_rat", +"dusky-footed_woodrat", +"dusky_salamander", +"dusky_shark", +"dusseldorf", +"dust", +"dust_bag", +"dust_bowl", +"dust_cloud", +"dust_coat", +"dust_contamination", +"dust_cover", +"dust_devil", +"dust_jacket", +"dust_mop", +"dust_sheet", +"dust_storm", +"dust_wrapper", +"dustbin", +"dustcart", +"dustcloth", +"duster", +"dustin_hoffman", +"dustiness", +"dusting_powder", +"dustman", +"dustmop", +"dustpan", +"dustpanful", +"dustrag", +"dustup", +"dusty_miller", +"dutch", +"dutch-elm_beetle", +"dutch-processed_cocoa", +"dutch_auction", +"dutch_capital", +"dutch_case-knife_bean", +"dutch_clover", +"dutch_courage", +"dutch_door", +"dutch_east_indies", +"dutch_elm", +"dutch_elm_disease", +"dutch_elm_fungus", +"dutch_florin", +"dutch_guiana", +"dutch_hoe", +"dutch_iris", +"dutch_leonard", +"dutch_monetary_unit", +"dutch_oven", +"dutch_people", +"dutch_treat", +"dutch_uncle", +"dutchman", +"dutchman's-pipe", +"dutchman's_breeches", +"dutifulness", +"duty", +"duty_assignment", +"duty_period", +"duty_tour", +"duvalier", +"duvet", +"dvd", +"dvorak", +"dwarf", +"dwarf-white_trillium", +"dwarf_astilbe", +"dwarf_banana", +"dwarf_bilberry", +"dwarf_blueberry", +"dwarf_buckeye", +"dwarf_buffalo", +"dwarf_cape_gooseberry", +"dwarf_chestnut", +"dwarf_chinkapin_oak", +"dwarf_chinquapin_oak", +"dwarf_cornel", +"dwarf_daisy", +"dwarf_dandelion", +"dwarf_elder", +"dwarf_elm", +"dwarf_flowering_almond", +"dwarf_golden_chinkapin", +"dwarf_gray_willow", +"dwarf_grey_willow", +"dwarf_hulsea", +"dwarf_iris", +"dwarf_juniper", +"dwarf_lycopod", +"dwarf_maple", +"dwarf_mountain_pine", +"dwarf_mulberry", +"dwarf_nipplewort", +"dwarf_oak", +"dwarf_phlox", +"dwarf_pipefish", +"dwarf_pocket_rat", +"dwarf_russian_almond", +"dwarf_sperm_whale", +"dwarf_spurge", +"dwarf_sumac", +"dwarf_tulip", +"dwarf_willow", +"dwarfishness", +"dwarfism", +"dweeb", +"dweller", +"dwelling", +"dwelling_house", +"dwight_d._eisenhower", +"dwight_david_eisenhower", +"dwight_davis", +"dwight_eisenhower", +"dwight_filley_davis", +"dwight_lyman_moody", +"dwindling", +"dwindling_away", +"dy", +"dyad", +"dyadic_operation", +"dyarchy", +"dyaus", +"dyaus-pitar", +"dybbuk", +"dye", +"dye-works", +"dyeing", +"dyer", +"dyer's-broom", +"dyer's_greenweed", +"dyer's_mignonette", +"dyer's_rocket", +"dyer's_weed", +"dyer's_woad", +"dyer's_woodruff", +"dyers'_chamomile", +"dyestuff", +"dyeweed", +"dyewood", +"dying", +"dyirbal", +"dyke", +"dylan", +"dylan_marlais_thomas", +"dylan_thomas", +"dynamic", +"dynamic_balance", +"dynamic_electricity", +"dynamic_headroom", +"dynamic_viscosity", +"dynamical_system", +"dynamics", +"dynamism", +"dynamite", +"dynamiter", +"dynamitist", +"dynamo", +"dynamometer", +"dynapen", +"dynast", +"dynasty", +"dyne", +"dysaphia", +"dysarthria", +"dyscalculia", +"dyschezia", +"dyscrasia", +"dysdercus", +"dysentery", +"dysfunction", +"dysgenesis", +"dysgenics", +"dysgraphia", +"dyskinesia", +"dyslectic", +"dyslexia", +"dyslogia", +"dysmenorrhea", +"dysomia", +"dysosmia", +"dysostosis_multiplex", +"dyspepsia", +"dyspeptic", +"dysphagia", +"dysphasia", +"dysphemism", +"dysphonia", +"dysphoria", +"dysplasia", +"dyspnea", +"dyspnoea", +"dysprosium", +"dyssynergia", +"dysthymia", +"dysthymic_depression", +"dystopia", +"dystrophy", +"dysuria", +"dytiscidae", +"dyushambe", +"dziggetai", +"e", +"e-bomb", +"e-commerce", +"e-mail", +"e-mycin", +"e._a._von_willebrand", +"e._b._white", +"e._coli", +"e._e._cummings", +"e._g._marshall", +"e._h._harriman", +"e._h._weber", +"e._l._doctorow", +"e._o._lawrence", +"e._o._wilson", +"e._t._a._hoffmann", +"e._t._s._walton", +"e._w._morley", +"e.s.p.", +"e_layer", +"e_region", +"ea", +"eacles", +"eacles_imperialis", +"eadweard_muybridge", +"eadwig", +"eager", +"eager_beaver", +"eagerness", +"eagle", +"eagle_ray", +"eagle_scout", +"eaglet", +"eagre", +"eames", +"eames_chair", +"eamon_de_valera", +"ear", +"ear-nose-and-throat_doctor", +"ear-shell", +"ear_canal", +"ear_doctor", +"ear_fungus", +"ear_hole", +"ear_lobe", +"ear_specialist", +"ear_trumpet", +"earache", +"eardrop", +"eardrum", +"eared_grebe", +"eared_seal", +"earflap", +"earful", +"earhart", +"earl", +"earl_marshal", +"earl_of_leicester", +"earl_of_warwick", +"earl_russell", +"earl_warren", +"earlap", +"earldom", +"earleaved_umbrella_tree", +"earless_lizard", +"earless_seal", +"earliness", +"earlobe", +"early-morning_hour", +"early_bird", +"early_childhood", +"early_coral_root", +"early_days", +"early_morel", +"early_purple_orchid", +"early_spider_orchid", +"early_wake-robin", +"early_warning_radar", +"early_warning_system", +"early_winter_cress", +"earmark", +"earmuff", +"earned_run", +"earned_run_average", +"earner", +"earnest", +"earnest_money", +"earnestness", +"earning_per_share", +"earnings", +"earnings_before_interest_taxes_depreciation_and_amortization", +"earnings_report", +"earphone", +"earpiece", +"earplug", +"earreach", +"earring", +"earshot", +"earth", +"earth's_crust", +"earth's_surface", +"earth-ball", +"earth-closet", +"earth-god", +"earth-goddess", +"earth-nut_pea", +"earth-received_time", +"earth-tongue", +"earth_almond", +"earth_color", +"earth_god", +"earth_goddess", +"earth_mother", +"earth_science", +"earth_tremor", +"earth_wax", +"earthball", +"earthenware", +"earthenware_jar", +"earthing", +"earthling", +"earthly_concern", +"earthman", +"earthnut", +"earthnut_pea", +"earthquake", +"earthstar", +"earthtongue", +"earthwork", +"earthworm", +"earwax", +"earwig", +"eas", +"ease", +"easel", +"easement", +"easiness", +"easing", +"east", +"east-sider", +"east-west_direction", +"east_africa", +"east_african_cedar", +"east_anglia", +"east_by_north", +"east_by_south", +"east_chadic", +"east_china_sea", +"east_coast", +"east_german", +"east_germanic", +"east_germanic_language", +"east_germany", +"east_india", +"east_india_company", +"east_india_kino", +"east_india_rosewood", +"east_indian", +"east_indian_fig_tree", +"east_indian_rosebay", +"east_indian_rosewood", +"east_indies", +"east_malaysia", +"east_midland", +"east_northeast", +"east_pakistan", +"east_river", +"east_saint_louis", +"east_sea", +"east_side", +"east_southeast", +"east_sussex", +"east_timor", +"east_tocharian", +"east_turkestan_islamic_movement", +"east_turkistan_islamic_movement", +"east_wind", +"easter", +"easter_bunny", +"easter_cactus", +"easter_card", +"easter_daisy", +"easter_day", +"easter_egg", +"easter_lily", +"easter_lily_vine", +"easter_sunday", +"easterly", +"eastern_catholicism", +"eastern_chimpanzee", +"eastern_chinquapin", +"eastern_chipmunk", +"eastern_church", +"eastern_coral_snake", +"eastern_cottontail", +"eastern_cottonwood", +"eastern_cricket_frog", +"eastern_dasyure", +"eastern_desert", +"eastern_fence_lizard", +"eastern_flowering_dogwood", +"eastern_fox_squirrel", +"eastern_gray_squirrel", +"eastern_grey_squirrel", +"eastern_ground_snake", +"eastern_hemisphere", +"eastern_hemlock", +"eastern_highlands", +"eastern_hop_hornbeam", +"eastern_indigo_snake", +"eastern_kingbird", +"eastern_lowland_gorilla", +"eastern_malayo-polynesian", +"eastern_meadowlark", +"eastern_narrow-mouthed_toad", +"eastern_orthodox", +"eastern_orthodox_church", +"eastern_pasque_flower", +"eastern_pipistrel", +"eastern_poison_oak", +"eastern_red-backed_salamander", +"eastern_red_cedar", +"eastern_roman_empire", +"eastern_samoa", +"eastern_silvery_aster", +"eastern_sioux", +"eastern_spruce", +"eastern_standard_time", +"eastern_time", +"eastern_turki", +"eastern_united_states", +"eastern_white_pine", +"eastern_woodrat", +"easterner", +"eastertide", +"eastman", +"eastward", +"easy_chair", +"easy_going", +"easy_lay", +"easy_mark", +"easy_money", +"easy_street", +"easygoingness", +"eatable", +"eatage", +"eater", +"eatery", +"eating", +"eating_apple", +"eating_away", +"eating_disorder", +"eating_house", +"eating_place", +"eating_utensil", +"eaton-lambert_syndrome", +"eats", +"eau_claire", +"eau_de_cologne", +"eau_de_cologne_mint", +"eau_de_javelle", +"eau_de_toilette", +"eau_de_vie", +"eaves", +"eavesdropper", +"eb", +"ebb", +"ebbing", +"ebbtide", +"ebenaceae", +"ebenales", +"ebionite", +"ebit", +"ebitda", +"eblis", +"ebn", +"ebola", +"ebola_fever", +"ebola_hemorrhagic_fever", +"ebola_virus", +"ebonics", +"ebonite", +"ebony", +"ebony_family", +"ebony_spleenwort", +"ebony_tree", +"ebro", +"ebro_river", +"ebs", +"ebullience", +"ebullition", +"eburnation", +"eburophyton", +"eburophyton_austinae", +"ebv", +"ec", +"ecarte", +"ecballium", +"ecballium_elaterium", +"ecc", +"ecce_homo", +"eccentric", +"eccentric_person", +"eccentricity", +"ecchymosis", +"eccles", +"eccles_cake", +"ecclesiastes", +"ecclesiastic", +"ecclesiastical_attire", +"ecclesiastical_benefice", +"ecclesiastical_calendar", +"ecclesiastical_law", +"ecclesiastical_mode", +"ecclesiastical_province", +"ecclesiastical_robe", +"ecclesiasticism", +"ecclesiasticus", +"ecclesiology", +"eccm", +"eccrine_gland", +"eccyesis", +"ecdysiast", +"ecdysis", +"ecesis", +"ecf", +"ecg", +"echelon", +"echeneididae", +"echeneis", +"echeneis_naucrates", +"echidna", +"echidnophaga", +"echidnophaga_gallinacea", +"echinacea", +"echinocactus", +"echinocactus_grusonii", +"echinocereus", +"echinochloa", +"echinochloa_crusgalli", +"echinochloa_frumentacea", +"echinococcosis", +"echinococcus", +"echinoderm", +"echinoderm_family", +"echinoderm_genus", +"echinodermata", +"echinoidea", +"echinops", +"echinus", +"echinus_esculentus", +"echium", +"echium_vulgare", +"echo", +"echo_chamber", +"echo_sounder", +"echo_sounding", +"echocardiogram", +"echocardiograph", +"echocardiography", +"echoencephalogram", +"echoencephalograph", +"echoencephalography", +"echogram", +"echography", +"echolalia", +"echolocation", +"echovirus", +"eck", +"eckhart", +"eclair", +"eclampsia", +"eclat", +"eclectic", +"eclectic_method", +"eclecticism", +"eclecticist", +"eclipse", +"eclipsis", +"ecliptic", +"eclogue", +"ecm", +"eco-warfare", +"ecobabble", +"ecological_niche", +"ecological_succession", +"ecological_terrorism", +"ecological_warfare", +"ecologist", +"ecology", +"econometrician", +"econometrics", +"econometrist", +"economic_aid", +"economic_and_social_council", +"economic_and_social_council_commission", +"economic_commission_for_africa", +"economic_commission_for_asia_and_the_far_east", +"economic_commission_for_europe", +"economic_commission_for_latin_america", +"economic_condition", +"economic_consumption", +"economic_crisis", +"economic_expert", +"economic_geography", +"economic_geology", +"economic_growth", +"economic_libertarian", +"economic_mobilisation", +"economic_mobilization", +"economic_policy", +"economic_process", +"economic_rent", +"economic_science", +"economic_strangulation", +"economic_system", +"economic_theory", +"economic_value", +"economics", +"economics_department", +"economics_profession", +"economiser", +"economist", +"economizer", +"economy", +"economy_class", +"economy_of_scale", +"ecosoc", +"ecosoc_commission", +"ecosystem", +"ecoterrorism", +"ecotourism", +"ecphonesis", +"ecrevisse", +"ecru", +"ecstasy", +"ecstatic_state", +"ect", +"ectasia", +"ectasis", +"ectoblast", +"ectoderm", +"ectomorph", +"ectomorphy", +"ectoparasite", +"ectopia", +"ectopic_gestation", +"ectopic_pregnancy", +"ectopistes", +"ectopistes_migratorius", +"ectoplasm", +"ectoproct", +"ectoprocta", +"ectotherm", +"ectozoan", +"ectozoon", +"ectrodactyly", +"ecuador", +"ecuadoran", +"ecuadoran_monetary_unit", +"ecuadorian", +"ecumenical_council", +"ecumenical_movement", +"ecumenicalism", +"ecumenicism", +"ecumenism", +"eczema", +"eczema_herpeticum", +"eczema_hypertrophicum", +"eczema_marginatum", +"eczema_vaccinatum", +"ed", +"ed_sullivan", +"edacity", +"edam", +"edaphosauridae", +"edaphosaurus", +"edd", +"edda", +"eddie_rickenbacker", +"eddington", +"eddo", +"eddy", +"eddy_merckx", +"edecrin", +"edelweiss", +"edema", +"eden", +"edentata", +"edentate", +"ederle", +"edgar", +"edgar_albert_guest", +"edgar_allan_poe", +"edgar_degas", +"edgar_douglas_adrian", +"edgar_guest", +"edgar_lee_masters", +"edgar_rice_burroughs", +"edgar_varese", +"edgar_wallace", +"edgard_lawrence_doctorow", +"edge", +"edge_tool", +"edger", +"edgeworth-kuiper_belt", +"edginess", +"edging", +"edibility", +"edible", +"edible-pod_pea", +"edible-podded_pea", +"edible_asparagus", +"edible_banana", +"edible_bean", +"edible_cockle", +"edible_corn", +"edible_fat", +"edible_fruit", +"edible_mussel", +"edible_nut", +"edible_sea_urchin", +"edible_seed", +"edible_snail", +"edibleness", +"edict", +"edification", +"edifice", +"edinburgh", +"edirne", +"edison", +"edith_cavell", +"edith_giovanna_gassion", +"edith_louisa_cavell", +"edith_newbold_jones_wharton", +"edith_piaf", +"edith_wharton", +"editing", +"edition", +"editor", +"editor_in_chief", +"editor_program", +"editorial", +"editorial_department", +"editorialist", +"editorship", +"edmond_de_goncourt", +"edmond_halley", +"edmond_hoyle", +"edmond_louis_antoine_huot_de_goncourt", +"edmond_malone", +"edmond_rostand", +"edmonton", +"edmontonia", +"edmontosaurus", +"edmund_burke", +"edmund_cartwright", +"edmund_charles_edouard_genet", +"edmund_halley", +"edmund_hillary", +"edmund_husserl", +"edmund_i", +"edmund_ii", +"edmund_ironside", +"edmund_john_millington_synge", +"edmund_kean", +"edmund_malone", +"edmund_spenser", +"edmund_wilson", +"edna_ferber", +"edna_millay", +"edna_o'brien", +"edna_saint_vincent_millay", +"edo", +"edouard_lemaitre", +"edouard_manet", +"edouard_vuillard", +"edp", +"edronax", +"eds", +"edsel_bryant_ford", +"edta", +"eduard_buchner", +"educatee", +"education", +"education_department", +"education_secretary", +"educational_activity", +"educational_institution", +"educational_program", +"educationalist", +"educationist", +"educator", +"edutainment", +"edvard_grieg", +"edvard_hagerup_grieg", +"edvard_munch", +"edward", +"edward_albee", +"edward_antony_richard_louis", +"edward_appleton", +"edward_benjamin_britten", +"edward_bouverie_pusey", +"edward_calvin_kendall", +"edward_d._white", +"edward_douglas_white_jr.", +"edward_durell_stone", +"edward_estlin_cummings", +"edward_everett_hale", +"edward_fitzgerald", +"edward_franklin_albeen", +"edward_g._robinson", +"edward_george_earle_bulwer-lytton", +"edward_gibbon", +"edward_goldenberg_robinson", +"edward_henry_harriman", +"edward_i", +"edward_ii", +"edward_iii", +"edward_iv", +"edward_james_hughes", +"edward_james_muggeridge", +"edward_jean_steichen", +"edward_jenner", +"edward_kendall", +"edward_kennedy_ellington", +"edward_lawrie_tatum", +"edward_lear", +"edward_lee_thorndike", +"edward_macdowell", +"edward_morley", +"edward_osborne_wilson", +"edward_pusey", +"edward_r._murrow", +"edward_roscoe_murrow", +"edward_sapir", +"edward_teach", +"edward_teller", +"edward_thatch", +"edward_the_confessor", +"edward_the_elder", +"edward_the_martyr", +"edward_v", +"edward_vernon_rickenbacker", +"edward_vi", +"edward_vii", +"edward_viii", +"edward_vincent_sullivan", +"edward_weston", +"edward_white", +"edward_williams_morley", +"edward_winslow", +"edward_wyllis_scripps", +"edward_young", +"edwardian", +"edwards", +"edwin", +"edwin_arlington_robinson", +"edwin_dubois_hayward", +"edwin_herbert_land", +"edwin_hubble", +"edwin_powell_hubble", +"edwy", +"ee", +"eec", +"eeg", +"eel", +"eelam", +"eelblenny", +"eelgrass", +"eelgrass_family", +"eelpout", +"eelworm", +"eeriness", +"eero_saarinen", +"effacement", +"effect", +"effecter", +"effectiveness", +"effectivity", +"effector", +"effects", +"effectuality", +"effectualness", +"effectuation", +"effeminacy", +"effeminateness", +"effendi", +"efferent", +"efferent_fiber", +"efferent_nerve", +"efferent_neuron", +"effervescence", +"efficaciousness", +"efficacy", +"efficiency", +"efficiency_apartment", +"efficiency_engineer", +"efficiency_expert", +"effigy", +"effleurage", +"efflorescence", +"effluence", +"effluent", +"effluvium", +"efflux", +"effort", +"effortfulness", +"effortlessness", +"effrontery", +"effulgence", +"effusion", +"effusiveness", +"efrem_zimbalist", +"eft", +"egadi_islands", +"egalitarian", +"egalitarianism", +"egalite", +"egality", +"egbert", +"egeria", +"egeria_densa", +"egg", +"egg-and-anchor", +"egg-and-dart", +"egg-and-tongue", +"egg-laying_mammal", +"egg_cell", +"egg_cream", +"egg_cup", +"egg_en_cocotte", +"egg_foo_yong", +"egg_fu_yung", +"egg_laying", +"egg_noodle", +"egg_roll", +"egg_timer", +"egg_white", +"egg_yolk", +"eggar", +"eggbeater", +"eggcup", +"eggdrop_soup", +"egger", +"eggfruit", +"egghead", +"eggnog", +"eggplant", +"eggplant_bush", +"eggs", +"eggs_benedict", +"eggshake", +"eggshell", +"eggwhisk", +"egis", +"eglantine", +"eglevsky", +"ego", +"ego_ideal", +"ego_trip", +"egocentric", +"egocentrism", +"egoism", +"egoist", +"egomania", +"egomaniac", +"egotism", +"egotist", +"egress", +"egression", +"egret", +"egretta", +"egretta_albus", +"egretta_caerulea", +"egretta_garzetta", +"egretta_thula", +"egtk", +"egypt", +"egyptian", +"egyptian_bean", +"egyptian_capital", +"egyptian_cat", +"egyptian_cobra", +"egyptian_corn", +"egyptian_cotton", +"egyptian_deity", +"egyptian_empire", +"egyptian_grass", +"egyptian_henbane", +"egyptian_islamic_jihad", +"egyptian_lupine", +"egyptian_monetary_unit", +"egyptian_onion", +"egyptian_paper_reed", +"egyptian_paper_rush", +"egyptian_pea", +"egyptian_pound", +"egyptian_vulture", +"egyptian_water_lily", +"egyptologist", +"egyptology", +"ehadhamen", +"ehf", +"ehrenberg", +"ehrlich", +"eib", +"eibit", +"eichhornia", +"eichhornia_crassipes", +"eichhornia_spesiosa", +"eichmann", +"eicosapentaenoic_acid", +"eider", +"eider_duck", +"eiderdown", +"eidos", +"eiffel", +"eiffel_tower", +"eigen", +"eigenvalue", +"eigenvalue_of_a_matrix", +"eigenvalue_of_a_square_matrix", +"eight", +"eight-spot", +"eight_ball", +"eighteen", +"eighteenth", +"eighteenth_amendment", +"eighter", +"eighter_from_decatur", +"eighth", +"eighth_cranial_nerve", +"eighth_note", +"eighties", +"eightieth", +"eightpence", +"eightpenny_nail", +"eightsome", +"eightvo", +"eighty", +"eijkman", +"eileen_farrell", +"eimeria", +"eimeriidae", +"eindhoven", +"einstein", +"einstein's_general_theory_of_relativity", +"einstein's_special_theory_of_relativity", +"einstein's_theory_of_relativity", +"einsteinium", +"einthoven", +"eira", +"eira_barbara", +"eire", +"eisegesis", +"eisenhower", +"eisenstaedt", +"eisenstein", +"eisteddfod", +"eitchen_midden", +"ejaculate", +"ejaculation", +"ejaculator", +"ejaculatory_duct", +"ejection", +"ejection_seat", +"ejector", +"ejector_seat", +"ekbom_syndrome", +"ekg", +"ekman", +"el", +"el-aksur", +"el_aaium", +"el_alamein", +"el_beda", +"el_caudillo", +"el_cid", +"el_dorado", +"el_giza", +"el_greco", +"el_iskandriyah", +"el_libertador", +"el_misti", +"el_muerto", +"el_nino", +"el_nino_southern_oscillation", +"el_paso", +"el_qahira", +"el_salvador", +"el_salvadoran_colon", +"el_salvadoran_monetary_unit", +"ela", +"elaborateness", +"elaboration", +"elaeagnaceae", +"elaeagnus", +"elaeagnus_augustifolia", +"elaeagnus_commutata", +"elaeagnus_latifolia", +"elaeis", +"elaeis_guineensis", +"elaeis_oleifera", +"elaeocarpaceae", +"elaeocarpus", +"elaeocarpus_family", +"elaeocarpus_grandis", +"elaeostearic_acid", +"elagatis", +"elagatis_bipinnulata", +"elaidic_acid", +"elam", +"elamite", +"elamitic", +"elan", +"elan_vital", +"eland", +"elanoides", +"elanoides_forficatus", +"elanus", +"elanus_leucurus", +"elaphe", +"elaphe_guttata", +"elaphe_obsoleta", +"elaphure", +"elaphurus", +"elaphurus_davidianus", +"elapid", +"elapid_snake", +"elapidae", +"elapsed_time", +"elasmobranch", +"elasmobranchii", +"elastance", +"elastance_unit", +"elastase", +"elastic", +"elastic_band", +"elastic_bandage", +"elastic_device", +"elastic_energy", +"elastic_modulus", +"elastic_potential_energy", +"elastic_tissue", +"elasticity", +"elasticity_of_shear", +"elastin", +"elastomer", +"elastoplast", +"elastosis", +"elater", +"elaterid", +"elaterid_beetle", +"elateridae", +"elation", +"elavil", +"elbe", +"elbe_river", +"elbow", +"elbow_bone", +"elbow_grease", +"elbow_joint", +"elbow_pad", +"elbow_room", +"elbowing", +"eld", +"elder", +"elder_hand", +"elder_statesman", +"elderberry", +"elderberry_bush", +"elderly", +"eldership", +"eldest", +"eldest_hand", +"eldorado", +"eleanor_gwyn", +"eleanor_gwynn", +"eleanor_gwynne", +"eleanor_of_aquitaine", +"eleanor_roosevelt", +"elecampane", +"elect", +"elected_official", +"election", +"election_commission", +"election_day", +"election_district", +"election_fraud", +"electioneering", +"elective", +"elective_course", +"elector", +"electoral_college", +"electoral_system", +"electorate", +"electra", +"electra_complex", +"electric", +"electric-arc_furnace", +"electric-discharge_lamp", +"electric-light_bulb", +"electric_arc", +"electric_automobile", +"electric_battery", +"electric_bell", +"electric_bill", +"electric_blanket", +"electric_burn", +"electric_car", +"electric_catfish", +"electric_cell", +"electric_chair", +"electric_charge", +"electric_circuit", +"electric_clock", +"electric_company", +"electric_cord", +"electric_current", +"electric_dipole", +"electric_dipole_moment", +"electric_discharge", +"electric_doublet", +"electric_drill", +"electric_eel", +"electric_eye", +"electric_fan", +"electric_field", +"electric_fire", +"electric_frying_pan", +"electric_furnace", +"electric_glow", +"electric_guitar", +"electric_hammer", +"electric_healing", +"electric_heater", +"electric_lamp", +"electric_light", +"electric_locomotive", +"electric_main", +"electric_meter", +"electric_mixer", +"electric_motor", +"electric_organ", +"electric_outlet", +"electric_pig", +"electric_potential", +"electric_power", +"electric_range", +"electric_ray", +"electric_razor", +"electric_receptacle", +"electric_refrigerator", +"electric_resistance", +"electric_sander", +"electric_shaver", +"electric_shock", +"electric_socket", +"electric_storm", +"electric_switch", +"electric_thermometer", +"electric_toothbrush", +"electric_typewriter", +"electrical_cable", +"electrical_capacity", +"electrical_circuit", +"electrical_condenser", +"electrical_conduction", +"electrical_contact", +"electrical_converter", +"electrical_device", +"electrical_discharge", +"electrical_distributor", +"electrical_disturbance", +"electrical_elastance", +"electrical_energy", +"electrical_engineer", +"electrical_engineering", +"electrical_fuse", +"electrical_healing", +"electrical_line_of_force", +"electrical_outlet", +"electrical_phenomenon", +"electrical_plant", +"electrical_power", +"electrical_relay", +"electrical_resistance", +"electrical_shock", +"electrical_shunt", +"electrical_skin_response", +"electrical_storm", +"electrical_switch", +"electrical_system", +"electrical_work", +"electrician", +"electricity", +"electrification", +"electro-acoustic_transducer", +"electrocardiogram", +"electrocardiograph", +"electrocardiography", +"electrocautery", +"electrochemical_series", +"electrochemistry", +"electroconvulsive_therapy", +"electrocution", +"electrocutioner", +"electrode", +"electrodeposition", +"electrodermal_response", +"electrodynamometer", +"electroencephalogram", +"electroencephalograph", +"electrograph", +"electrologist", +"electrolysis", +"electrolyte", +"electrolyte_acid", +"electrolyte_balance", +"electrolytic", +"electrolytic_capacitor", +"electrolytic_cell", +"electrolytic_condenser", +"electromagnet", +"electromagnetic_delay_line", +"electromagnetic_interaction", +"electromagnetic_intrusion", +"electromagnetic_radiation", +"electromagnetic_spectrum", +"electromagnetic_unit", +"electromagnetic_wave", +"electromagnetics", +"electromagnetism", +"electromechanical_device", +"electrometer", +"electromotive_drug_administration", +"electromotive_force", +"electromotive_force_series", +"electromotive_series", +"electromyogram", +"electromyograph", +"electromyography", +"electron", +"electron_accelerator", +"electron_beam", +"electron_gun", +"electron_lens", +"electron_microscope", +"electron_microscopy", +"electron_multiplier", +"electron_optics", +"electron_orbit", +"electron_paramagnetic_resonance", +"electron_radiation", +"electron_shell", +"electron_spin_resonance", +"electron_tube", +"electron_volt", +"electronegativity", +"electronic_balance", +"electronic_bulletin_board", +"electronic_communication", +"electronic_computer", +"electronic_converter", +"electronic_counter-countermeasures", +"electronic_countermeasures", +"electronic_data_processing", +"electronic_database", +"electronic_deception", +"electronic_device", +"electronic_dictionary", +"electronic_equipment", +"electronic_fetal_monitor", +"electronic_foetal_monitor", +"electronic_image", +"electronic_imitative_deception", +"electronic_information_service", +"electronic_instrument", +"electronic_jamming", +"electronic_mail", +"electronic_manipulative_deception", +"electronic_messaging", +"electronic_musical_instrument", +"electronic_network", +"electronic_organ", +"electronic_reconnaissance", +"electronic_scanner", +"electronic_signal", +"electronic_simulative_deception", +"electronic_stylus", +"electronic_surveillance", +"electronic_text", +"electronic_transistor", +"electronic_voltmeter", +"electronic_warfare", +"electronic_warfare-support_measures", +"electronics", +"electronics_company", +"electronics_industry", +"electronics_intelligence", +"electrophoresis", +"electrophoridae", +"electrophorus", +"electrophorus_electric", +"electroplate", +"electroplater", +"electroretinogram", +"electroscope", +"electroshock", +"electroshock_therapy", +"electrosleep", +"electrostatic_bond", +"electrostatic_charge", +"electrostatic_field", +"electrostatic_generator", +"electrostatic_machine", +"electrostatic_precipitation", +"electrostatic_precipitator", +"electrostatic_printer", +"electrostatic_unit", +"electrostatics", +"electrosurgery", +"electrotherapist", +"electrotherapy", +"electrovalent_bond", +"electrum", +"elegance", +"elegant_brodiaea", +"elegant_cat's_ears", +"elegant_habenaria", +"elegiac_stanza", +"elegist", +"elegy", +"element", +"element_104", +"element_105", +"element_106", +"element_107", +"element_108", +"element_109", +"element_110", +"element_111", +"element_112", +"element_113", +"element_114", +"element_115", +"element_116", +"element_of_a_cone", +"element_of_a_cylinder", +"elementary_education", +"elementary_geometry", +"elementary_particle", +"elementary_school", +"elements", +"elemi", +"eleocharis", +"eleocharis_acicularis", +"eleocharis_dulcis", +"eleocharis_palustris", +"eleonora_duse", +"eleostearic_acid", +"eleotridae", +"elephant", +"elephant's-foot", +"elephant's_ear", +"elephant-tusk", +"elephant_bird", +"elephant_ear", +"elephant_seal", +"elephant_tree", +"elephant_yam", +"elephantiasis", +"elephantiasis_neuromatosa", +"elephantiasis_scroti", +"elephantidae", +"elephantopus", +"elephas", +"elephas_maximus", +"elettaria", +"elettaria_cardamomum", +"eleusine", +"eleusine_coracana", +"eleusine_indica", +"eleuthera_bark", +"eleutherodactylus", +"elevated", +"elevated_railroad", +"elevated_railway", +"elevation", +"elevator", +"elevator_boy", +"elevator_car", +"elevator_girl", +"elevator_man", +"elevator_operator", +"elevator_shaft", +"eleven", +"eleven-plus", +"eleventh", +"eleventh_cranial_nerve", +"eleventh_hour", +"elf", +"elf_cup", +"elgar", +"elgin_marbles", +"eli_whitney", +"elia", +"elia_kazan", +"elia_kazanjoglous", +"elias_canetti", +"elias_howe", +"elicitation", +"elie_metchnikoff", +"elie_metchnikov", +"elie_wiesel", +"eliel_saarinen", +"eliezer_wiesel", +"eligibility", +"elihu_thomson", +"elihu_yale", +"elijah", +"elijah_muhammad", +"elimination", +"elimination_reaction", +"elimination_tournament", +"eliminator", +"elinor_morton_hoyt_wylie", +"elint", +"elinvar", +"eliomys", +"eliot", +"elisa", +"elisabeth_vigee-lebrun", +"elisabethville", +"elisha_graves_otis", +"elision", +"elite", +"elite_group", +"elitism", +"elitist", +"elixir", +"elixir_of_life", +"elixophyllin", +"elizabeth", +"elizabeth_barrett_browning", +"elizabeth_cady_stanton", +"elizabeth_cleghorn_stevenson_gaskell", +"elizabeth_cochrane_seaman", +"elizabeth_gaskell", +"elizabeth_haldane", +"elizabeth_i", +"elizabeth_ii", +"elizabeth_merriwether_gilmer", +"elizabeth_palmer_peabody", +"elizabeth_peabody", +"elizabeth_river", +"elizabeth_sanderson_haldane", +"elizabeth_seaman", +"elizabeth_seton", +"elizabeth_taylor", +"elizabethan", +"elizabethan_age", +"elizabethan_sonnet", +"elk", +"elk-wood", +"elk_nut", +"elkhorn_fern", +"elkhound", +"elkwood", +"ell", +"ella_fitzgerald", +"ellas", +"ellen_price_wood", +"elli", +"ellice_islands", +"ellington", +"elliott's_goldenrod", +"ellipse", +"ellipsis", +"ellipsoid", +"ellipsoid_of_revolution", +"elliptic_geometry", +"elliptic_leaf", +"ellipticity", +"ellis_island", +"ellison", +"ellsworth", +"ellul", +"elm", +"elm_family", +"elm_tree", +"elmer_ambrose_sperry", +"elmer_leopold_rice", +"elmer_reizenstein", +"elmer_rice", +"elmont", +"elmore_john_leonard", +"elmore_leonard", +"elmwood", +"eln", +"elocution", +"elocutionist", +"elodea", +"elodea_canadensis", +"elodea_densa", +"elongate_leaf", +"elongation", +"elopement", +"elopidae", +"elops", +"elops_saurus", +"eloquence", +"elsa_schiaparelli", +"elsass", +"elsholtzia", +"elspar", +"eluate", +"elucidation", +"eluding", +"elul", +"elusion", +"elusiveness", +"elution", +"elver", +"elves", +"elvis", +"elvis_aron_presley", +"elvis_presley", +"elwyn_brooks_white", +"ely_culbertson", +"elymus", +"elymus_arenarius", +"elymus_canadensis", +"elymus_caput-medusae", +"elymus_condensatus", +"elymus_hispidus", +"elymus_trachycaulos", +"elysian_fields", +"elysium", +"elytron", +"em", +"em_quad", +"emaciation", +"email", +"emanation", +"emancipation", +"emancipationist", +"emancipator", +"emanuel_svedberg", +"emanuel_swedenborg", +"emarginate_leaf", +"emasculation", +"embalmer", +"embalmment", +"embankment", +"embargo", +"embarkation", +"embarkment", +"embarrassment", +"embassador", +"embassy", +"embayment", +"embellishment", +"ember", +"ember_day", +"emberiza", +"emberiza_aureola", +"emberiza_citrinella", +"emberiza_hortulana", +"emberiza_schoeniclus", +"emberizidae", +"embezzlement", +"embezzler", +"embiodea", +"embioptera", +"embiotocidae", +"embitterment", +"emblem", +"embodiment", +"embolectomy", +"embolism", +"embolus", +"embonpoint", +"embossment", +"embothrium", +"embothrium_coccineum", +"embouchure", +"embrace", +"embracement", +"embracing", +"embrasure", +"embrocation", +"embroiderer", +"embroideress", +"embroidery", +"embroidery_frame", +"embroidery_hoop", +"embroidery_needle", +"embroidery_stitch", +"embroilment", +"embryo", +"embryologist", +"embryology", +"embryoma_of_the_kidney", +"embryonal_carcinoma", +"embryonal_carcinosarcoma", +"embryonal_rhabdomyosarcoma", +"embryonal_rhabdosarcoma", +"embryonic_cell", +"embryonic_membrane", +"embryonic_stem-cell_research", +"embryonic_tissue", +"emcee", +"emda", +"emeer", +"emendation", +"emerald", +"emerald_creeper", +"emerald_isle", +"emerald_shiner", +"emergence", +"emergency", +"emergency_alert_system", +"emergency_brake", +"emergency_exit", +"emergency_landing", +"emergency_medicine", +"emergency_procedure", +"emergency_room", +"emergent_evolution", +"emeritus", +"emersion", +"emerson", +"emery", +"emery_cloth", +"emery_paper", +"emery_rock", +"emery_stone", +"emery_wheel", +"emeside", +"emesis", +"emesis_basin", +"emetic", +"emetrol", +"emf", +"emg", +"emigrant", +"emigration", +"emigre", +"emigree", +"emil_hermann_fischer", +"emil_klaus_julius_fuchs", +"emile", +"emile_coue", +"emile_durkheim", +"emile_gaboriau", +"emile_herzog", +"emile_zola", +"emilia", +"emilia-romagna", +"emilia_coccinea", +"emilia_flammea", +"emilia_javanica", +"emilia_sagitta", +"emiliano_zapata", +"emilie_charlotte_le_breton", +"emily_bronte", +"emily_dickinson", +"emily_jane_bronte", +"emily_post", +"emily_price_post", +"eminence", +"eminence_grise", +"eminent_domain", +"emir", +"emirate", +"emissary", +"emissary_vein", +"emission", +"emission_spectrum", +"emitter", +"emma_goldman", +"emma_hart_willard", +"emmanthe", +"emmanthe_penduliflora", +"emmenagogue", +"emmental", +"emmentaler", +"emmenthal", +"emmenthaler", +"emmer", +"emmet", +"emmetropia", +"emmett_kelly", +"emmy", +"emmy_noether", +"emollient", +"emolument", +"emoticon", +"emotion", +"emotional_arousal", +"emotional_disorder", +"emotional_disturbance", +"emotional_person", +"emotional_state", +"emotionalism", +"emotionality", +"emotionlessness", +"empathy", +"empedocles", +"empennage", +"emperor", +"emperor_butterfly", +"emperor_francis_ii", +"emperor_moth", +"emperor_napoleon_iii", +"emperor_of_rome", +"emperor_penguin", +"empetraceae", +"empetrum", +"emphasis", +"emphasizing", +"emphysema", +"emphysematous_gangrene", +"emphysematous_phlegmon", +"empire", +"empire_day", +"empire_state", +"empire_state_building", +"empire_state_of_the_south", +"empirical_formula", +"empirical_research", +"empiricism", +"empiricist", +"empiricist_philosophy", +"empirin", +"emplacement", +"employ", +"employable", +"employee", +"employee-owned_business", +"employee-owned_enterprise", +"employee_ownership", +"employee_savings_plan", +"employee_stock_ownership_plan", +"employee_turnover", +"employer", +"employment", +"employment_agency", +"employment_agent", +"employment_agreement", +"employment_contract", +"employment_interview", +"employment_office", +"emporium", +"empowerment", +"empress", +"emptiness", +"emptor", +"empty", +"empty_nester", +"empty_talk", +"empty_tomb", +"empty_words", +"emptying", +"empyema", +"empyrean", +"emu", +"emu_novaehollandiae", +"emulation", +"emulator", +"emulsifier", +"emulsion", +"emydidae", +"en", +"en-lil", +"en_passant", +"enabling_act", +"enabling_clause", +"enabling_legislation", +"enactment", +"enalapril", +"enallage", +"enamel", +"enamelware", +"enamine", +"enamoredness", +"enanthem", +"enanthema", +"enantiomer", +"enantiomorph", +"enantiomorphism", +"enarthrodial_joint", +"enarthrosis", +"enate", +"enation", +"enbrel", +"encainide", +"encampment", +"encapsulation", +"encasement", +"encaustic", +"encelia", +"encelia_farinosa", +"enceliopsis", +"enceliopsis_nudicaulis", +"encephalartos", +"encephalartos_caffer", +"encephalitis", +"encephalitis_lethargica", +"encephalocele", +"encephalogram", +"encephalography", +"encephalomeningitis", +"encephalomyelitis", +"encephalon", +"encephalopathy", +"enchanter", +"enchanter's_nightshade", +"enchantment", +"enchantress", +"enchilada", +"enchiridion", +"enchondroma", +"encirclement", +"enclave", +"enclosed_space", +"enclosing", +"enclosure", +"encoding", +"encolure", +"encomium", +"encompassment", +"encopresis", +"encore", +"encounter", +"encounter_group", +"encouragement", +"encroacher", +"encroachment", +"encrustation", +"encryption", +"enculturation", +"encumbrance", +"encyclia", +"encyclia_citrina", +"encyclia_tampensis", +"encyclia_venosa", +"encyclical", +"encyclical_letter", +"encyclopaedia", +"encyclopaedism", +"encyclopaedist", +"encyclopedia", +"encyclopedism", +"encyclopedist", +"end", +"end-all", +"end-plate", +"end_game", +"end_man", +"end_matter", +"end_of_the_world", +"end_organ", +"end_point", +"end_product", +"end_run", +"end_user", +"endaemonism", +"endameba", +"endamoeba", +"endamoeba_histolytica", +"endamoebidae", +"endangered_species", +"endangerment", +"endarterectomy", +"endarteritis", +"endearment", +"endeavor", +"endeavour", +"endecott", +"endemic", +"endemic_disease", +"endemic_typhus", +"endemism", +"enderby_land", +"endgame", +"endicott", +"ending", +"endive", +"endlessness", +"endoblast", +"endocarditis", +"endocardium", +"endocarp", +"endocervicitis", +"endocranium", +"endocrine", +"endocrine_gland", +"endocrine_system", +"endocrinologist", +"endocrinology", +"endoderm", +"endodontia", +"endodontics", +"endodontist", +"endoergic_reaction", +"endogamy", +"endogen", +"endogenous_depression", +"endogeny", +"endolymph", +"endometrial_cancer", +"endometrial_carcinoma", +"endometriosis", +"endometritis", +"endometrium", +"endomorph", +"endomorphy", +"endomycetales", +"endoneurium", +"endonuclease", +"endoparasite", +"endoplasm", +"endoprocta", +"endorphin", +"endorsement", +"endorsement_in_blank", +"endorser", +"endoscope", +"endoscopy", +"endoskeleton", +"endosperm", +"endospore", +"endospore-forming_bacteria", +"endosteum", +"endothelial_myeloma", +"endothelium", +"endothermic_reaction", +"endotoxin", +"endotracheal_tube", +"endowment", +"endowment_fund", +"endowment_insurance", +"endozoan", +"endplate", +"endpoint", +"endurance", +"endurance_contest", +"endurance_riding", +"enduringness", +"ene", +"enea_silvio_piccolomini", +"enema", +"enemy", +"energid", +"energiser", +"energizer", +"energizing", +"energy", +"energy_department", +"energy_level", +"energy_of_activation", +"energy_secretary", +"energy_state", +"energy_unit", +"enervation", +"enesco", +"enets", +"enfant_terrible", +"enfeeblement", +"enfeoffment", +"enfilade", +"enfilade_fire", +"enflurane", +"enfolding", +"enforcement", +"enforcer", +"enfranchisement", +"engagement", +"engagement_ring", +"engelbert_humperdinck", +"engelmann's_spruce", +"engelmann_spruce", +"engelmannia", +"engels", +"engine", +"engine_block", +"engine_cooling_system", +"engine_driver", +"engine_failure", +"engine_room", +"engineer", +"engineer's_chain", +"engineering", +"engineering_school", +"engineering_science", +"enginery", +"england", +"english", +"english-gothic", +"english-gothic_architecture", +"english-weed", +"english_bean", +"english_breakfast_tea", +"english_bulldog", +"english_cavalry_saddle", +"english_channel", +"english_civil_war", +"english_cocker_spaniel", +"english_daisy", +"english_department", +"english_elm", +"english_foxhound", +"english_hawthorn", +"english_hippocrates", +"english_horn", +"english_iris", +"english_ivy", +"english_lady_crab", +"english_language", +"english_lavender", +"english_muffin", +"english_oak", +"english_people", +"english_person", +"english_plantain", +"english_primrose", +"english_professor", +"english_revolution", +"english_runner_bean", +"english_ryegrass", +"english_saddle", +"english_setter", +"english_sole", +"english_sonnet", +"english_sparrow", +"english_springer", +"english_springer_spaniel", +"english_system", +"english_teacher", +"english_toy_spaniel", +"english_violet", +"english_walnut", +"english_walnut_tree", +"english_yew", +"englishman", +"englishwoman", +"engorgement", +"engram", +"engraulidae", +"engraulis", +"engraulis_encrasicholus", +"engraver", +"engraving", +"engrossment", +"enhancement", +"enhancer", +"enhydra", +"enhydra_lutris", +"enid", +"enigma", +"enigma_canon", +"enigmatic_canon", +"enigmatical_canon", +"eniwetok", +"enjambement", +"enjambment", +"enjoining", +"enjoinment", +"enjoyableness", +"enjoyer", +"enjoyment", +"enkaid", +"enkephalin", +"enki", +"enkidu", +"enl", +"enlarged_heart", +"enlargement", +"enlarger", +"enlightened", +"enlightenment", +"enlil", +"enlisted_man", +"enlisted_officer", +"enlisted_person", +"enlisted_woman", +"enlistee", +"enlisting", +"enlistment", +"enlivener", +"enmity", +"ennead", +"ennoblement", +"ennui", +"enol", +"enologist", +"enology", +"enophile", +"enormity", +"enormousness", +"enosis", +"enough", +"enovid", +"enquirer", +"enquiry", +"enragement", +"enrichment", +"enrico_caruso", +"enrico_fermi", +"enrollee", +"enrollment", +"enrolment", +"ensemble", +"ensete", +"ensete_ventricosum", +"ensiform_leaf", +"ensign", +"ensilage", +"ensis", +"enslavement", +"ent_man", +"entablature", +"entail", +"entailment", +"entandrophragma", +"entandrophragma_cylindricum", +"entanglement", +"entasis", +"entebbe", +"entelea", +"entelechy", +"entellus", +"entente", +"entente_cordiale", +"enteric-coated_aspirin", +"enteric_bacteria", +"enteric_fever", +"enterics", +"entering", +"enteritis", +"enterobacteria", +"enterobacteriaceae", +"enterobiasis", +"enterobius", +"enterobius_vermicularis", +"enteroceptor", +"enterokinase", +"enterolith", +"enterolithiasis", +"enterolobium", +"enterolobium_cyclocarpa", +"enteron", +"enteropathy", +"enteroptosis", +"enterostenosis", +"enterostomy", +"enterotomy", +"enterotoxemia", +"enterotoxin", +"enterovirus", +"enterprise", +"enterprise_zone", +"enterpriser", +"enterprisingness", +"entertainer", +"entertainment", +"entertainment_center", +"entertainment_deduction", +"entertainment_industry", +"enthalpy", +"enthrallment", +"enthronement", +"enthronisation", +"enthronization", +"enthusiasm", +"enthusiast", +"enticement", +"entire", +"entire_leaf", +"entireness", +"entirety", +"entitlement", +"entity", +"entlebucher", +"entoblast", +"entoderm", +"entoloma", +"entoloma_aprile", +"entoloma_lividum", +"entoloma_sinuatum", +"entolomataceae", +"entombment", +"entomion", +"entomologist", +"entomology", +"entomophobia", +"entomophthora", +"entomophthoraceae", +"entomophthorales", +"entomostraca", +"entoparasite", +"entopic_pregnancy", +"entoproct", +"entoprocta", +"entourage", +"entozoan", +"entozoon", +"entr'acte", +"entrails", +"entrance", +"entrance_exam", +"entrance_examination", +"entrance_fee", +"entrance_hall", +"entrance_money", +"entrancement", +"entranceway", +"entrant", +"entrapment", +"entreaty", +"entrecote", +"entree", +"entremets", +"entrenching_tool", +"entrenchment", +"entrepot", +"entrepreneur", +"entresol", +"entric", +"entropy", +"entry", +"entry_word", +"entryway", +"entsi", +"entsy", +"enucleation", +"enuki", +"enumeration", +"enumerator", +"enunciation", +"enuresis", +"envelope", +"envelopment", +"enviousness", +"environment", +"environmental_condition", +"environmental_protection_agency", +"environmental_science", +"environmentalism", +"environmentalist", +"environs", +"envisioning", +"envoi", +"envoy", +"envoy_extraordinary", +"envy", +"enzyme", +"enzyme-linked-immunosorbent_serologic_assay", +"enzymologist", +"enzymology", +"eocene", +"eocene_epoch", +"eohippus", +"eolian", +"eolic", +"eolith", +"eolithic", +"eolithic_age", +"eon", +"eoraptor", +"eos", +"eosin", +"eosinopenia", +"eosinophil", +"eosinophile", +"eosinophilia", +"epa", +"epacridaceae", +"epacris", +"epacris_family", +"epacris_impressa", +"epacris_obtusifolia", +"epacris_purpurascens", +"epanalepsis", +"epanaphora", +"epanodos", +"epanorthosis", +"eparch", +"eparchy", +"epaulet", +"epaulette", +"epauliere", +"epee", +"ependyma", +"epenthesis", +"epergne", +"epha", +"ephah", +"ephedra", +"ephedra_sinica", +"ephedraceae", +"ephedrine", +"ephemera", +"ephemeral", +"ephemerality", +"ephemeralness", +"ephemerid", +"ephemerida", +"ephemeridae", +"ephemeris", +"ephemeris_time", +"ephemeron", +"ephemeroptera", +"ephemeropteran", +"ephesian", +"ephesians", +"ephestia", +"ephestia_elutella", +"ephesus", +"ephippidae", +"ephippiorhynchus", +"ephippiorhynchus_senegalensis", +"epi", +"epic", +"epic_poem", +"epic_poetry", +"epicalyx", +"epicanthic_fold", +"epicanthus", +"epicardia", +"epicardium", +"epicarp", +"epicene", +"epicene_person", +"epicenter", +"epicentre", +"epicondyle", +"epicondylitis", +"epicranium", +"epictetus", +"epicure", +"epicurean", +"epicureanism", +"epicurism", +"epicurus", +"epicycle", +"epicyclic_gear", +"epicyclic_gear_train", +"epicyclic_train", +"epicycloid", +"epideictic_oratory", +"epidemic", +"epidemic_cholera", +"epidemic_disease", +"epidemic_encephalitis", +"epidemic_hysertia", +"epidemic_meningitis", +"epidemic_myalgia", +"epidemic_parotitis", +"epidemic_pleurodynia", +"epidemic_roseola", +"epidemiologist", +"epidemiology", +"epidendron", +"epidendrum", +"epidendrum_tampense", +"epidendrum_venosum", +"epidermal_cell", +"epidermis", +"epidiascope", +"epididymis", +"epididymitis", +"epidural", +"epidural_anaesthesia", +"epidural_anesthesia", +"epidural_injection", +"epigaea", +"epigaea_repens", +"epigastric_artery", +"epigastric_fossa", +"epigastric_vein", +"epigastrium", +"epigenesis", +"epiglottis", +"epiglottitis", +"epigon", +"epigone", +"epigram", +"epigraph", +"epigraphy", +"epikeratophakia", +"epilachna", +"epilachna_varivestis", +"epilating_wax", +"epilation", +"epilator", +"epilepsia_major", +"epilepsia_minor", +"epilepsy", +"epileptic", +"epileptic_seizure", +"epilobium", +"epilobium_angustifolium", +"epilobium_canum_canum", +"epilobium_hirsutum", +"epilog", +"epilogue", +"epimedium", +"epimedium_grandiflorum", +"epimetheus", +"epinephelus", +"epinephelus_adscensionis", +"epinephelus_fulvus", +"epinephrin", +"epinephrine", +"epipactis", +"epipactis_gigantea", +"epipactis_helleborine", +"epipaleolithic", +"epiphany", +"epiphany_of_our_lord", +"epiphenomenon", +"epiphora", +"epiphyllum", +"epiphysis", +"epiphysis_cerebri", +"epiphyte", +"epiphytic_plant", +"epiplexis", +"epipremnum", +"epipremnum_aureum", +"epirus", +"episcia", +"episcia_dianthiflora", +"episcleral_veins", +"episcleritis", +"episcopacy", +"episcopal_church", +"episcopal_church_of_scotland", +"episcopalian", +"episcopalianism", +"episcopate", +"episiotomy", +"episode", +"episodic_memory", +"episome", +"epispadias", +"episperm", +"epistasis", +"epistaxis", +"episteme", +"epistemic_logic", +"epistemologist", +"epistemology", +"epistle", +"epistle_of_james", +"epistle_of_jeremiah", +"epistle_of_jude", +"epistle_of_paul_the_apostle_to_philemon", +"epistle_of_paul_the_apostle_to_the_colossians", +"epistle_of_paul_the_apostle_to_the_ephesians", +"epistle_of_paul_the_apostle_to_the_galatians", +"epistle_of_paul_the_apostle_to_the_philippians", +"epistle_of_paul_the_apostle_to_the_romans", +"epistle_of_paul_the_apostle_to_titus", +"epistle_to_philemon", +"epistle_to_the_colossians", +"epistle_to_the_ephesians", +"epistle_to_the_galatians", +"epistle_to_the_hebrews", +"epistle_to_the_philippians", +"epistle_to_the_romans", +"epistle_to_titus", +"epistrophe", +"epitaph", +"epitaxy", +"epithalamium", +"epithelial_cell", +"epithelial_duct", +"epithelial_tissue", +"epithelioma", +"epithelium", +"epithet", +"epitome", +"epitope", +"epitrochoidal_engine", +"epizoan", +"epizoon", +"epoch", +"epona", +"eponym", +"eponymy", +"epos", +"epoxy", +"epoxy_glue", +"epoxy_resin", +"eprom", +"epsilon", +"epsilon_aurigae", +"epsilon_toxin", +"epsom_salts", +"epstein", +"epstein-barr_virus", +"eptatretus", +"eptesicus", +"eptesicus_fuscus", +"eptesicus_serotinus", +"eq", +"equador_laurel", +"equal", +"equal-area_map_projection", +"equal-area_projection", +"equal_opportunity", +"equal_protection_of_the_laws", +"equal_sign", +"equal_temperament", +"equalisation", +"equaliser", +"equalitarian", +"equalitarianism", +"equality", +"equality_before_the_law", +"equality_state", +"equalization", +"equalizer", +"equalizing_dividend", +"equanil", +"equanimity", +"equatability", +"equating", +"equation", +"equator", +"equatorial", +"equatorial_current", +"equatorial_guinea", +"equerry", +"equestrian", +"equestrian_sport", +"equetus", +"equetus_lanceolatus", +"equetus_pulcher", +"equiangular_triangle", +"equid", +"equidae", +"equidistribution", +"equilateral", +"equilateral_triangle", +"equilibration", +"equilibrium", +"equilibrium_constant", +"equilibrium_law", +"equine", +"equine_distemper", +"equine_encephalitis", +"equine_encephalomyelitis", +"equinoctial", +"equinoctial_circle", +"equinoctial_line", +"equinoctial_point", +"equinoctial_storm", +"equinoctial_year", +"equinox", +"equipage", +"equipment", +"equipment_casualty", +"equipment_failure", +"equipoise", +"equipping", +"equisetaceae", +"equisetales", +"equisetatae", +"equisetum", +"equisetum_arvense", +"equisetum_fluviatile", +"equisetum_hyemale", +"equisetum_hyemale_robustum", +"equisetum_palustre", +"equisetum_robustum", +"equisetum_sylvaticum", +"equisetum_variegatum", +"equitation", +"equity", +"equity_credit_line", +"equivalence", +"equivalent", +"equivalent-binary-digit_factor", +"equivalent_weight", +"equivalent_word", +"equivocalness", +"equivocation", +"equivocator", +"equus", +"equus_asinus", +"equus_burchelli", +"equus_caballus", +"equus_caballus_gomelini", +"equus_caballus_przevalskii", +"equus_caballus_przewalskii", +"equus_grevyi", +"equus_hemionus", +"equus_hemionus_hemionus", +"equus_kiang", +"equus_quagga", +"equus_zebra_zebra", +"er", +"era", +"eradication", +"eradicator", +"eragrostic_abyssinica", +"eragrostis", +"eragrostis_curvula", +"eragrostis_tef", +"eranthis", +"eranthis_hyemalis", +"erasable_programmable_read-only_memory", +"eraser", +"erasmus", +"erastianism", +"erasure", +"erato", +"eratosthenes", +"erb's_palsy", +"erb-duchenne_paralysis", +"erbium", +"ercilla", +"erebus", +"erechtites_hieracifolia", +"erect_bugle", +"erectile_dysfunction", +"erectile_organ", +"erectile_tissue", +"erecting", +"erecting_prism", +"erection", +"erectness", +"eremite", +"eremitism", +"eresh-kigal", +"ereshkigal", +"ereshkigel", +"erethism", +"erethizon", +"erethizon_dorsatum", +"erethizontidae", +"eretmochelys", +"eretmochelys_imbricata", +"erewhon", +"erg", +"ergocalciferol", +"ergodicity", +"ergometer", +"ergonomics", +"ergonovine", +"ergosterol", +"ergot", +"ergotamine", +"ergotism", +"ergotrate_maleate", +"ergotropism", +"ergun_he", +"erianthus", +"erianthus_ravennae", +"eric_arthur_blair", +"eric_blair", +"erica", +"erica_arborea", +"erica_carnea", +"erica_cinerea", +"erica_jong", +"erica_lusitanica", +"erica_perspicua", +"erica_tetralix", +"erica_vagans", +"ericaceae", +"ericales", +"erich_mendelsohn", +"erich_von_stroheim", +"eridanus", +"erie", +"erie_canal", +"erigeron", +"erigeron_acer", +"erigeron_annuus", +"erigeron_aurantiacus", +"erigeron_canadensis", +"erigeron_divergens", +"erigeron_glaucous", +"erigeron_philadelphicus", +"erigeron_pulchellus", +"erigeron_speciosus", +"erignathus", +"erignathus_barbatus", +"erigonum_fasciculatum", +"erik_adolf_von_willebrand", +"erik_alfred_leslie_satie", +"erik_axel_karlfeldt", +"erik_satie", +"erik_von_willebrand", +"erik_weisz", +"erin", +"erinaceidae", +"erinaceus", +"erinaceus_europaeus", +"erinaceus_europeaeus", +"eringo", +"erinyes", +"eriobotrya", +"eriobotrya_japonica", +"eriocaulaceae", +"eriocaulon", +"eriocaulon_aquaticum", +"eriodictyon", +"eriodictyon_californicum", +"eriogonum", +"eriogonum_allenii", +"eriophorum", +"eriophorum_angustifolium", +"eriophyllum", +"eriophyllum_lanatum", +"eriophyllum_wallacei", +"eriosoma", +"eriosoma_lanigerum", +"eris", +"eristic", +"erithacus", +"erithacus_rubecola", +"erithacus_svecicus", +"eritrea", +"eritrean", +"erivan", +"erlang", +"erle_stanley_gardner", +"erlenmeyer", +"erlenmeyer_flask", +"ermine", +"ern", +"erne", +"ernest_bevin", +"ernest_bloch", +"ernest_hemingway", +"ernest_orlando_lawrence", +"ernest_rutherford", +"ernest_solvay", +"ernest_thomas_sinton_walton", +"ernest_walton", +"ernestine_schumann-heink", +"ernesto_guevara", +"ernst", +"ernst_boris_chain", +"ernst_cassirer", +"ernst_heinrich_haeckel", +"ernst_heinrich_weber", +"ernst_lubitsch", +"ernst_ludwig_kirchner", +"ernst_mach", +"ernst_theodor_amadeus_hoffmann", +"ernst_theodor_wilhelm_hoffmann", +"ernst_werner_von_siemens", +"eroding", +"erodium", +"erodium_cicutarium", +"erodium_moschatum", +"erodium_texanum", +"erogenous_zone", +"erolia", +"erolia_alpina", +"erolia_minutilla", +"eros", +"erose_leaf", +"erosion", +"erotic", +"erotic_love", +"erotica", +"eroticism", +"erotism", +"errancy", +"errand", +"errand_boy", +"erratum", +"erroneous_belief", +"erroneousness", +"error", +"error_correction_code", +"ersatz", +"erse", +"erskine_caldwell", +"erskine_preston_caldwell", +"ert", +"eruca", +"eruca_sativa", +"eruca_vesicaria_sativa", +"eructation", +"eruditeness", +"erudition", +"eruption", +"erving", +"erwin_panofsky", +"erwin_rommel", +"erwin_schrodinger", +"erwinia", +"eryngium", +"eryngium_aquaticum", +"eryngium_maritimum", +"eryngium_yuccifolium", +"eryngo", +"erysimum", +"erysimum_allionii", +"erysimum_arkansanum", +"erysimum_asperum", +"erysimum_cheiranthoides", +"erysimum_cheiri", +"erysipelas", +"erysiphaceae", +"erysiphales", +"erysiphe", +"erythema", +"erythema_multiforme", +"erythema_nodosum", +"erythema_nodosum_leprosum", +"erythema_solare", +"erythrina", +"erythrina_caffra", +"erythrina_corallodendrum", +"erythrina_crista-galli", +"erythrina_indica", +"erythrina_lysistemon", +"erythrina_variegata", +"erythrina_vespertilio", +"erythrite", +"erythroblast", +"erythroblastosis", +"erythroblastosis_fetalis", +"erythrocebus", +"erythrocebus_patas", +"erythrocin", +"erythrocyte", +"erythrocyte_sedimentation_rate", +"erythrocytolysin", +"erythroderma", +"erythrolysin", +"erythromycin", +"erythronium", +"erythronium_albidum", +"erythronium_americanum", +"erythronium_californicum", +"erythronium_dens-canis", +"erythronium_grandiflorum", +"erythronium_montanum", +"erythropoiesis", +"erythropoietin", +"erythroxylaceae", +"erythroxylon", +"erythroxylon_coca", +"erythroxylon_truxiuense", +"erythroxylum", +"es", +"esaki", +"esau", +"escadrille", +"escalade", +"escalader", +"escalation", +"escalator", +"escalator_clause", +"escallop", +"escalope_de_veau_orloff", +"escapade", +"escape", +"escape_cock", +"escape_expert", +"escape_hatch", +"escape_mechanism", +"escape_valve", +"escape_velocity", +"escape_wheel", +"escapee", +"escapement", +"escapism", +"escapist", +"escapologist", +"escapology", +"escargot", +"escarole", +"escarp", +"escarpment", +"eschalot", +"eschar", +"eschatologist", +"eschatology", +"eschaton", +"escheat", +"escherichia", +"escherichia_coli", +"eschrichtiidae", +"eschrichtius", +"eschrichtius_gibbosus", +"eschrichtius_robustus", +"eschscholtzia", +"eschscholtzia_californica", +"escolar", +"escort", +"escritoire", +"escrow", +"escrow_funds", +"escudo", +"escutcheon", +"ese", +"esfahan", +"esidrix", +"eskalith", +"esker", +"eskimo", +"eskimo-aleut", +"eskimo-aleut_language", +"eskimo_curlew", +"eskimo_dog", +"esm", +"esme_stuart_lennox_robinson", +"esmolol", +"esocidae", +"esop", +"esophageal_reflux", +"esophageal_smear", +"esophageal_veins", +"esophagitis", +"esophagogastric_junction", +"esophagoscope", +"esophagus", +"esoterica", +"esotropia", +"esox", +"esox_americanus", +"esox_lucius", +"esox_masquinongy", +"esox_niger", +"esp", +"espadrille", +"espagnole", +"espalier", +"espana", +"esparcet", +"esperantido", +"esperanto", +"espial", +"espionage", +"espionage_agent", +"espionage_network", +"esplanade", +"espoo", +"espousal", +"espresso", +"espresso_maker", +"espresso_shop", +"esprit", +"esprit_de_corps", +"esprit_de_l'escalier", +"esq", +"esquimau", +"esquire", +"esr", +"essay", +"essayer", +"essayist", +"esselen", +"essen", +"essence", +"essene", +"essential", +"essential_amino_acid", +"essential_condition", +"essential_hypertension", +"essential_oil", +"essential_thrombocytopenia", +"essential_tremor", +"essentiality", +"essentialness", +"essex", +"essonite", +"est", +"established_church", +"establishment", +"establishmentarianism", +"establishmentism", +"estaminet", +"estate", +"estate_agent", +"estate_car", +"estate_for_life", +"estate_of_the_realm", +"estate_tax", +"estates_general", +"estazolam", +"esteem", +"ester", +"esther", +"esther_hobart_mcquigg_slack_morris", +"esther_morris", +"esthesia", +"esthesis", +"esthete", +"esthetic", +"esthetician", +"esthetics", +"esthonia", +"esthonian", +"estimate", +"estimated_tax", +"estimated_tax_return", +"estimation", +"estimator", +"estivation", +"estonia", +"estonian", +"estonian_monetary_unit", +"estoppel", +"estradiol", +"estradiol_patch", +"estragon", +"estrangement", +"estraterrestrial_body", +"estrilda", +"estriol", +"estrogen", +"estrogen_antagonist", +"estrone", +"estronol", +"estrus", +"estuary", +"esurience", +"eta", +"etagere", +"etamin", +"etamine", +"etanercept", +"etcetera", +"etcher", +"etching", +"etd", +"eternal_city", +"eternal_damnation", +"eternal_life", +"eternal_rest", +"eternal_sleep", +"eternity", +"etf", +"ethacrynic_acid", +"ethan_allen", +"ethanal", +"ethanal_trimer", +"ethanamide", +"ethane", +"ethanedioic_acid", +"ethanediol", +"ethanoate", +"ethanoic_acid", +"ethanol", +"ethanoyl_chloride", +"ethanoyl_group", +"ethanoyl_radical", +"ethchlorvynol", +"ethel_barrymore", +"ethel_merman", +"ethel_waters", +"ethelbert", +"ethelred", +"ethelred_i", +"ethelred_ii", +"ethelred_the_unready", +"ethene", +"ether", +"ethernet", +"ethernet_cable", +"ethic", +"ethical_code", +"ethical_drug", +"ethical_motive", +"ethician", +"ethicism", +"ethicist", +"ethics", +"ethics_committee", +"ethics_panel", +"ethiopia", +"ethiopian", +"ethiopian_banana", +"ethiopian_language", +"ethiopian_monetary_unit", +"ethmoid", +"ethmoid_bone", +"ethmoid_sinus", +"ethmoidal_artery", +"ethmoidal_sinus", +"ethmoidal_vein", +"ethnarch", +"ethnic", +"ethnic_cleansing", +"ethnic_group", +"ethnic_joke", +"ethnic_minority", +"ethnic_music", +"ethnic_slur", +"ethnicity", +"ethnocentrism", +"ethnographer", +"ethnography", +"ethnologist", +"ethnology", +"ethnos", +"ethocaine", +"ethologist", +"ethology", +"ethos", +"ethosuximide", +"ethoxyethane", +"ethrane", +"ethril", +"ethyl", +"ethyl_acetate", +"ethyl_alcohol", +"ethyl_aminobenzoate", +"ethyl_chloride", +"ethyl_ether", +"ethyl_group", +"ethyl_radical", +"ethylene", +"ethylene_glycol", +"ethylene_tetrachloride", +"ethylenediaminetetraacetic_acid", +"ethyne", +"etienne-louis_arthur_fallot", +"etiolation", +"etiologist", +"etiology", +"etiquette", +"etna", +"etodolac", +"eton_collar", +"eton_college", +"eton_jacket", +"etonian", +"etropus", +"etropus_rimosus", +"etruria", +"etruscan", +"etude", +"etui", +"etymological_dictionary", +"etymologist", +"etymologizing", +"etymology", +"etymon", +"eu", +"euarctos", +"euarctos_americanus", +"euascomycetes", +"eubacteria", +"eubacteriales", +"eubacterium", +"eubryales", +"eubstance", +"eucalypt", +"eucalypt_grandis", +"eucalypt_gunnii", +"eucalypt_ovata", +"eucalypt_tereticornis", +"eucalyptus", +"eucalyptus_amygdalina", +"eucalyptus_calophylla", +"eucalyptus_camaldulensis", +"eucalyptus_camphora", +"eucalyptus_citriodora", +"eucalyptus_coriacea", +"eucalyptus_delegatensis", +"eucalyptus_dumosa", +"eucalyptus_fraxinoides", +"eucalyptus_globulus", +"eucalyptus_gum", +"eucalyptus_kino", +"eucalyptus_maculata", +"eucalyptus_maculata_citriodora", +"eucalyptus_oil", +"eucalyptus_pauciflora", +"eucalyptus_regnans", +"eucalyptus_rostrata", +"eucalyptus_tree", +"eucalyptus_viminalis", +"eucalyptusd_eugenioides", +"eucalytus_stellulata", +"eucarya", +"eucarya_acuminata", +"eucaryote", +"eucharist", +"eucharistic_liturgy", +"euchre", +"eucinostomus", +"eucinostomus_gula", +"euclid", +"euclid's_axiom", +"euclid's_fifth_axiom", +"euclid's_first_axiom", +"euclid's_fourth_axiom", +"euclid's_postulate", +"euclid's_second_axiom", +"euclid's_third_axiom", +"euclidean_axiom", +"euclidean_geometry", +"euclidean_space", +"eudaemon", +"eudaemonia", +"eudaimonia", +"eudemon", +"eudemonism", +"euderma", +"euderma_maculata", +"eudiometer", +"eudora_welty", +"eudromias_morinellus", +"eudyptes", +"eugene", +"eugene_curran_kelly", +"eugene_delacroix", +"eugene_gladstone_o'neill", +"eugene_ionesco", +"eugene_luther_vidal", +"eugene_o'neill", +"eugene_ormandy", +"eugene_paul_wigner", +"eugene_sue", +"eugene_v._debs", +"eugene_victor_debs", +"eugene_wigner", +"eugenia", +"eugenia_aromaticum", +"eugenia_caryophyllatum", +"eugenia_corynantha", +"eugenia_dicrana", +"eugenia_jambos", +"eugenia_uniflora", +"eugenics", +"eugenio_pacelli", +"euglena", +"euglenaceae", +"euglenid", +"euglenoid", +"euglenophyceae", +"euglenophyta", +"euglenophyte", +"eukaryote", +"euler", +"eulogist", +"eulogium", +"eulogy", +"eumeces", +"eumeces_callicephalus", +"eumeces_skiltonianus", +"eumenes", +"eumenides", +"eumetopias", +"eumetopias_jubatus", +"eumops", +"eumycetes", +"eumycota", +"eunectes", +"eunectes_murinus", +"eunuch", +"eunuchoidism", +"euonymous_alatus", +"euonymus", +"euonymus_americanus", +"euonymus_atropurpureus", +"euonymus_europaeus", +"euonymus_fortunei_radicans", +"euonymus_radicans_vegetus", +"euopean_hoopoe", +"eupatorium", +"eupatorium_aya-pana", +"eupatorium_cannabinum", +"eupatorium_capillifolium", +"eupatorium_coelestinum", +"eupatorium_maculatum", +"eupatorium_perfoliatum", +"eupatorium_purpureum", +"eupatorium_rugosum", +"euphagus", +"euphagus_carilonus", +"euphausia_pacifica", +"euphausiacea", +"euphemism", +"euphonium", +"euphony", +"euphorbia", +"euphorbia_amygdaloides", +"euphorbia_antisyphilitica", +"euphorbia_caput-medusae", +"euphorbia_corollata", +"euphorbia_cyathophora", +"euphorbia_cyparissias", +"euphorbia_dentata", +"euphorbia_esula", +"euphorbia_exigua", +"euphorbia_fulgens", +"euphorbia_helioscopia", +"euphorbia_heterophylla", +"euphorbia_hirsuta", +"euphorbia_ingens", +"euphorbia_lathyris", +"euphorbia_litchi", +"euphorbia_marginata", +"euphorbia_medusae", +"euphorbia_milii", +"euphorbia_peplus", +"euphorbia_pulcherrima", +"euphorbiaceae", +"euphorbium", +"euphoria", +"euphoriant", +"euphory", +"euphractus", +"euphractus_sexcinctus", +"euphrates", +"euphrates_river", +"euphrosyne", +"euphuism", +"euplectella", +"eupnea", +"eupnoea", +"euproctis", +"euproctis_chrysorrhoea", +"euproctis_phaeorrhoea", +"eurafrican", +"eurasia", +"eurasian", +"eurasian_badger", +"eurasian_green_toad", +"eurasian_hamster", +"eurasian_kingfisher", +"eurasian_otter", +"eurasian_woodcock", +"eureka", +"eurhythmics", +"eurhythmy", +"euripides", +"euro", +"eurobabble", +"eurocentrism", +"eurocurrency", +"eurodollar", +"euronithopod", +"euronithopoda", +"europa", +"europan", +"europe", +"european", +"european_ash", +"european_barberry", +"european_bean", +"european_beech", +"european_beggar-ticks", +"european_bird_cherry", +"european_bittern", +"european_black_alder", +"european_black_currant", +"european_black_grouse", +"european_blackbird", +"european_blueberry", +"european_bog_asphodel", +"european_box", +"european_bream", +"european_brooklime", +"european_brown_bat", +"european_catfish", +"european_central_bank", +"european_chestnut", +"european_community", +"european_corn_borer_moth", +"european_country", +"european_cranberry", +"european_cranberry_bush", +"european_cranberrybush", +"european_creeper", +"european_cuckoo", +"european_curlew", +"european_dewberry", +"european_dogtooth", +"european_dune_grass", +"european_economic_community", +"european_elder", +"european_elk", +"european_elm", +"european_field_elm", +"european_fire_salamander", +"european_flatfish", +"european_fly_honeysuckle", +"european_gallinule", +"european_goatsucker", +"european_hackberry", +"european_hare", +"european_honeysuckle", +"european_hop", +"european_hornbeam", +"european_house_cricket", +"european_ladies'_tresses", +"european_larch", +"european_law_enforcement_organisation", +"european_lemming", +"european_lobster", +"european_magpie", +"european_mountain_ash", +"european_nation", +"european_nightjar", +"european_nut_pine", +"european_nuthatch", +"european_olive_tree", +"european_parsley_fern", +"european_pasqueflower", +"european_perch", +"european_plan", +"european_quaking_aspen", +"european_rabbit", +"european_raspberry", +"european_recovery_program", +"european_red_elder", +"european_roller", +"european_russia", +"european_sandpiper", +"european_sanicle", +"european_sea_bream", +"european_sea_eagle", +"european_shrike", +"european_silver_fir", +"european_smelt", +"european_sole", +"european_spider_crab", +"european_swift", +"european_toad", +"european_tortoise", +"european_turkey_oak", +"european_union", +"european_water_ouzel", +"european_water_shrew", +"european_white_birch", +"european_white_lily", +"european_wildcat", +"european_wolf_spider", +"european_wood_mouse", +"european_woolly_thistle", +"europeanisation", +"europeanization", +"europium", +"europol", +"eurotiales", +"eurotium", +"euryale", +"euryalida", +"eurydice", +"eurylaimi", +"eurylaimidae", +"eurypterid", +"eurypterida", +"eurythmics", +"eurythmy", +"eusebius", +"eusebius_hieronymus", +"eusebius_of_caesarea", +"eusebius_sophronius_hieronymus", +"euskadi_ta_askatasuna", +"eusporangium", +"eustachian_tube", +"eustachio", +"eustoma", +"eustoma_grandiflorum", +"eutamias", +"eutamius_asiaticus", +"eutamius_sibiricus", +"eutectic", +"eutectoid_steel", +"euterpe", +"euterpe_oleracea", +"euthanasia", +"euthenics", +"eutheria", +"eutherian", +"eutherian_mammal", +"euthynnus", +"euthynnus_pelamis", +"eutrophication", +"euxine_sea", +"ev", +"eva_braun", +"eva_le_gallienne", +"evacuation", +"evacuee", +"evaluation", +"evaluator", +"evanescence", +"evangel", +"evangelical_and_reformed_church", +"evangelical_united_brethren_church", +"evangelicalism", +"evangelism", +"evangelist", +"evangelista_torricelli", +"evans", +"evansville", +"evaporated_milk", +"evaporation", +"evaporative_cooler", +"evaporite", +"evaporometer", +"evariste_galois", +"evasion", +"evasive_action", +"evasive_answer", +"evasiveness", +"eve", +"evelyn_arthur_saint_john_waugh", +"evelyn_waugh", +"even", +"even-pinnate_leaf", +"even-toed_ungulate", +"even_chance", +"even_spacing", +"evenfall", +"evening", +"evening-primrose_family", +"evening-snow", +"evening_bag", +"evening_clothes", +"evening_dress", +"evening_gown", +"evening_grosbeak", +"evening_lychnis", +"evening_prayer", +"evening_primrose", +"evening_shift", +"evening_shirt", +"evening_star", +"evening_trumpet_flower", +"eveningwear", +"evenk", +"evenki", +"evenness", +"evensong", +"event", +"event_planner", +"eventide", +"eventration", +"eventuality", +"everest", +"everglade_state", +"everglades", +"everglades_national_park", +"evergreen", +"evergreen_beech", +"evergreen_bittersweet", +"evergreen_blueberry", +"evergreen_cherry", +"evergreen_grass", +"evergreen_huckleberry", +"evergreen_magnolia", +"evergreen_millet", +"evergreen_oak", +"evergreen_plant", +"evergreen_state", +"evergreen_thorn", +"evergreen_winterberry", +"evergreen_wood_fern", +"everlasting", +"everlasting_flower", +"everlasting_pea", +"everlastingness", +"evernia", +"evers", +"eversion", +"evert", +"everting", +"everydayness", +"everyman", +"eviction", +"evidence", +"evil", +"evil_eye", +"evil_spirit", +"evildoer", +"evildoing", +"evilness", +"evisceration", +"evocation", +"evoked_potential", +"evolution", +"evolutionary_trend", +"evolutionism", +"evolutionist", +"ew", +"ewe", +"ewenki", +"ewer", +"ewing's_sarcoma", +"ewing's_tumor", +"ewing's_tumour", +"ex", +"ex-boyfriend", +"ex-gambler", +"ex-husband", +"ex-mayor", +"ex-president", +"ex-serviceman", +"ex-spouse", +"ex-wife", +"ex_libris", +"exabit", +"exabyte", +"exacerbation", +"exacta", +"exaction", +"exactitude", +"exactness", +"exacum", +"exacum_affine", +"exaeretodon", +"exaggeration", +"exaltation", +"exam", +"exam_paper", +"examen", +"examination", +"examination_paper", +"examinee", +"examiner", +"example", +"exanthem", +"exanthema", +"exanthema_subitum", +"exarch", +"exarchate", +"exasperation", +"exbibit", +"exbibyte", +"excalibur", +"excavation", +"excavator", +"exceedance", +"excellence", +"excellency", +"excelsior", +"exception", +"excerpt", +"excerption", +"excess", +"excessiveness", +"exchange", +"exchange_premium", +"exchange_rate", +"exchange_traded_fund", +"exchange_transfusion", +"exchangeability", +"exchanger", +"exchequer", +"excise", +"excise_tax", +"exciseman", +"excision", +"excitability", +"excitable_area", +"excitableness", +"excitant", +"excitation", +"excitement", +"exclaiming", +"exclamation", +"exclamation_mark", +"exclamation_point", +"exclusion", +"exclusion_principle", +"exclusionary_rule", +"exclusive", +"exclusive_right", +"exclusiveness", +"excogitation", +"excogitator", +"excommunication", +"excoriation", +"excrement", +"excrescence", +"excreta", +"excreting", +"excretion", +"excretory_organ", +"excretory_product", +"excruciation", +"exculpation", +"excursion", +"excursion_rate", +"excursionist", +"excursus", +"excuse", +"excuser", +"exec", +"execration", +"executability", +"executant", +"executing", +"execution", +"execution_of_instrument", +"execution_sale", +"execution_speed", +"executioner", +"executive", +"executive_agency", +"executive_branch", +"executive_clemency", +"executive_council", +"executive_department", +"executive_director", +"executive_office_of_the_president", +"executive_officer", +"executive_program", +"executive_routine", +"executive_secretary", +"executive_session", +"executive_vice_president", +"executor", +"executor-heir_relation", +"executrix", +"exegesis", +"exegete", +"exemplar", +"exemplary_damages", +"exemplification", +"exemption", +"exenteration", +"exercise", +"exercise_bike", +"exercise_device", +"exercise_set", +"exerciser", +"exercising", +"exercising_weight", +"exercycle", +"exertion", +"exfiltration_operation", +"exfoliation", +"exhalation", +"exhaust", +"exhaust_fan", +"exhaust_fumes", +"exhaust_hood", +"exhaust_manifold", +"exhaust_pipe", +"exhaust_system", +"exhaust_valve", +"exhaustion", +"exhibit", +"exhibition", +"exhibition_area", +"exhibition_game", +"exhibition_hall", +"exhibition_season", +"exhibitioner", +"exhibitionism", +"exhibitionist", +"exhibitor", +"exhilaration", +"exhortation", +"exhumation", +"exigency", +"exiguity", +"exile", +"existence", +"existential_operator", +"existential_philosopher", +"existential_philosophy", +"existential_quantifier", +"existentialism", +"existentialist", +"existentialist_philosopher", +"existentialist_philosophy", +"exit", +"exit_poll", +"exmoor", +"exobiology", +"exocarp", +"exocet", +"exocoetidae", +"exocrine", +"exocrine_gland", +"exocycloida", +"exode", +"exoderm", +"exodontia", +"exodontics", +"exodontist", +"exodus", +"exoergic_reaction", +"exogamy", +"exogen", +"exogenous_depression", +"exogenous_obesity", +"exomphalos", +"exon", +"exoneration", +"exonuclease", +"exophthalmic_goiter", +"exophthalmos", +"exopterygota", +"exorbitance", +"exorciser", +"exorcism", +"exorcist", +"exordium", +"exoskeleton", +"exosphere", +"exostosis", +"exotherm", +"exothermic_reaction", +"exotic_belly_dancer", +"exotic_dancer", +"exoticism", +"exoticness", +"exotism", +"exotoxin", +"exotropia", +"expanding_upon", +"expanse", +"expansion", +"expansion_bit", +"expansion_bolt", +"expansion_slot", +"expansionism", +"expansive_bit", +"expansiveness", +"expansivity", +"expat", +"expatiation", +"expatriate", +"expatriation", +"expectancy", +"expectation", +"expected_value", +"expectedness", +"expectorant", +"expectoration", +"expectorator", +"expedience", +"expediency", +"expedient", +"expedition", +"expeditiousness", +"expelling", +"expender", +"expending", +"expenditure", +"expense", +"expense_account", +"expense_record", +"expensiveness", +"experience", +"experiment", +"experimental_condition", +"experimental_extinction", +"experimental_method", +"experimental_procedure", +"experimental_psychology", +"experimental_variable", +"experimentalism", +"experimentation", +"experimenter", +"experimenter_bias", +"expert", +"expert_witness", +"expertise", +"expertness", +"expiation", +"expiration", +"expiry", +"explanandum", +"explanans", +"explanation", +"expletive", +"explicandum", +"explication", +"explication_de_texte", +"explicit_definition", +"explicitness", +"exploding_cucumber", +"exploit", +"exploitation", +"exploiter", +"exploration", +"exploratory_survey", +"explorer", +"explorer's_gentian", +"explosion", +"explosive", +"explosive_charge", +"explosive_compound", +"explosive_detection_system", +"explosive_device", +"explosive_mixture", +"explosive_trace_detection", +"explosive_unit", +"expo", +"exponent", +"exponential", +"exponential_curve", +"exponential_decay", +"exponential_equation", +"exponential_expression", +"exponential_function", +"exponential_return", +"exponential_series", +"exponentiation", +"export", +"export_credit", +"export_duty", +"exportation", +"exporter", +"exporting", +"expose", +"exposition", +"expositor", +"expostulation", +"exposure", +"exposure_meter", +"exposure_therapy", +"expounder", +"expounding", +"express", +"express_luxury_liner", +"express_mail", +"express_trust", +"expressage", +"expressed_almond_oil", +"expression", +"expressionism", +"expressionist", +"expressive_aphasia", +"expressive_style", +"expressiveness", +"expressway", +"expropriation", +"expulsion", +"expunction", +"expunging", +"expurgation", +"expurgator", +"exquisiteness", +"extemporisation", +"extemporization", +"extended_care_facility", +"extended_family", +"extended_order", +"extended_time_scale", +"extension", +"extension_agent", +"extension_cord", +"extension_course", +"extension_ladder", +"extension_phone", +"extension_service", +"extensiveness", +"extensor", +"extensor_muscle", +"extent", +"extenuation", +"exterior", +"exterior_angle", +"exterior_door", +"exteriorisation", +"exteriorization", +"extermination", +"exterminator", +"extern", +"external", +"external-combustion_engine", +"external_angle", +"external_auditory_canal", +"external_body_part", +"external_carotid", +"external_carotid_artery", +"external_drive", +"external_ear", +"external_gill", +"external_iliac_artery", +"external_iliac_vein", +"external_jugular_vein", +"external_maxillary_artery", +"external_nasal_vein", +"external_oblique_muscle", +"external_organ", +"external_orifice", +"external_respiration", +"external_storage", +"externalisation", +"externality", +"externalization", +"exteroception", +"exteroceptor", +"extinction", +"extinction_angle", +"extinguisher", +"extinguishing", +"extirpation", +"extoller", +"extolment", +"extortion", +"extortioner", +"extortionist", +"extra", +"extra_dividend", +"extra_innings", +"extra_large", +"extra_point", +"extra_time", +"extracapsular_surgery", +"extracellular_fluid", +"extract", +"extraction", +"extractor", +"extracurricular_activity", +"extradition", +"extrados", +"extragalactic_nebula", +"extramarital_sex", +"extraneousness", +"extraordinariness", +"extrapolation", +"extrasensory_perception", +"extrasystole", +"extraterrestrial", +"extraterrestrial_being", +"extraterrestrial_object", +"extrauterine_gestation", +"extrauterine_pregnancy", +"extravagance", +"extravagancy", +"extravaganza", +"extravasation", +"extraversion", +"extravert", +"extreme", +"extreme_point", +"extreme_right-winger", +"extreme_unction", +"extremely_high_frequency", +"extremely_low_frequency", +"extremeness", +"extremism", +"extremist", +"extremity", +"extremum", +"extrication", +"extrinsic_fraud", +"extropy", +"extroversion", +"extrovert", +"extrusion", +"exuberance", +"exudate", +"exudation", +"exultation", +"exurbia", +"exuviae", +"eyas", +"eyck", +"eye", +"eye-beaming", +"eye-catcher", +"eye-drop", +"eye-lotion", +"eye_bank", +"eye_blink", +"eye_candy", +"eye_chart", +"eye_clinic", +"eye_condition", +"eye_contact", +"eye_cup", +"eye_dialect", +"eye_disease", +"eye_doctor", +"eye_dropper", +"eye_infection", +"eye_mask", +"eye_movement", +"eye_muscle", +"eye_of_ra", +"eye_opener", +"eye_operation", +"eye_rhyme", +"eye_socket", +"eye_surgery", +"eye_tooth", +"eyeball", +"eyebath", +"eyebrow", +"eyebrow_pencil", +"eyecup", +"eyedness", +"eyedrop", +"eyeful", +"eyeglass", +"eyeglass_wearer", +"eyeglasses", +"eyehole", +"eyeish", +"eyelash", +"eyelessness", +"eyelet", +"eyelid", +"eyeliner", +"eyepatch", +"eyepiece", +"eyes", +"eyeshade", +"eyeshadow", +"eyeshot", +"eyesight", +"eyesore", +"eyespot", +"eyestrain", +"eyetooth", +"eyewash", +"eyewitness", +"eyra", +"eyre", +"eyre_peninsula", +"eyrie", +"eyrir", +"eyry", +"eysenck", +"eysenck_personality_inventory", +"ezechiel", +"ezed", +"ezekias", +"ezekiel", +"ezo", +"ezo-yama-hagi", +"ezra", +"ezra_cornell", +"ezra_loomis_pound", +"ezra_pound", +"f", +"f._d._roosevelt", +"f._g._banting", +"f._scott_fitzgerald", +"f.i.s.c.", +"f_clef", +"f_layer", +"f_number", +"f_region", +"fa", +"fa_la", +"faa", +"fabaceae", +"faberge", +"fabian", +"fabian_society", +"fabiana", +"fabiana_imbricata", +"fabianism", +"fable", +"fabric", +"fabrication", +"fabricator", +"fabulist", +"facade", +"face", +"face-amount_certificate_company", +"face-off", +"face_angle", +"face_card", +"face_cloth", +"face_cream", +"face_fungus", +"face_guard", +"face_lift", +"face_lifting", +"face_mask", +"face_pack", +"face_powder", +"face_recognition", +"face_saver", +"face_saving", +"face_soap", +"face_time", +"face_towel", +"face_value", +"face_veil", +"facelift", +"faceplate", +"facer", +"facet", +"facet_plane", +"facetiousness", +"facia", +"facial", +"facial_artery", +"facial_expression", +"facial_gesture", +"facial_hair", +"facial_index", +"facial_muscle", +"facial_nerve", +"facial_profiling", +"facial_recognition", +"facial_tissue", +"facial_vein", +"facilitation", +"facilitator", +"facility", +"facing", +"facing_pages", +"facsimile", +"facsimile_machine", +"fact", +"fact_mood", +"faction", +"factoid", +"factor", +"factor_analysis", +"factor_i", +"factor_ii", +"factor_iii", +"factor_iv", +"factor_ix", +"factor_of_proportionality", +"factor_of_safety", +"factor_v", +"factor_vii", +"factor_viii", +"factor_x", +"factor_xi", +"factor_xii", +"factor_xiii", +"factorial", +"factoring", +"factorisation", +"factorization", +"factory", +"factory_farm", +"factory_price", +"factory_ship", +"factory_whistle", +"factory_worker", +"factotum", +"facts_of_life", +"factuality", +"factualness", +"facula", +"faculty", +"faculty_member", +"fad", +"fad_diet", +"faddist", +"fade", +"fadeout", +"fading", +"fading_away", +"fado", +"fae", +"faecal_matter", +"faecal_occult_test", +"faecalith", +"faeces", +"faerie", +"faeroe_islands", +"faeroes", +"faeroese", +"faery", +"fafnir", +"fag", +"fag_end", +"fagaceae", +"fagales", +"faggot", +"faggot_stitch", +"faggoting", +"fagin", +"fagopyrum", +"fagopyrum_esculentum", +"fagot", +"fagot_stitch", +"fagoting", +"fagus", +"fagus_americana", +"fagus_grandifolia", +"fagus_pendula", +"fagus_purpurea", +"fagus_sylvatica", +"fagus_sylvatica_atropunicea", +"fagus_sylvatica_pendula", +"fagus_sylvatica_purpurea", +"fahd", +"fahd_ibn_abdel_aziz_al-saud", +"fahrenheit", +"fahrenheit_scale", +"fahrenheit_thermometer", +"faience", +"fail-safe", +"failing", +"faille", +"failure", +"faineance", +"faint", +"faintheartedness", +"faintness", +"fair", +"fair-maids-of-france", +"fair-mindedness", +"fair-trade_act", +"fair-trade_agreement", +"fair_ball", +"fair_catch", +"fair_chance", +"fair_copy", +"fair_deal", +"fair_game", +"fair_hearing", +"fair_sex", +"fair_trade", +"fair_use", +"fair_weather", +"fairbanks", +"fairground", +"fairlead", +"fairness", +"fairness_commission", +"fairway", +"fairway_crested_wheat_grass", +"fairy", +"fairy-ring_mushroom", +"fairy-slipper", +"fairy_armadillo", +"fairy_bell", +"fairy_bluebird", +"fairy_circle", +"fairy_cup", +"fairy_godmother", +"fairy_lantern", +"fairy_light", +"fairy_ring", +"fairy_shrimp", +"fairy_story", +"fairy_swallow", +"fairy_tale", +"fairyland", +"fairytale", +"faisal", +"faisal_ibn_abdel_aziz_al-saud", +"faisalabad", +"fait_accompli", +"faith", +"faith_cure", +"faith_healing", +"faithful", +"faithfulness", +"faithlessness", +"fake", +"fake_book", +"fakeer", +"faker", +"fakery", +"fakir", +"fal_la", +"falafel", +"falanga", +"falange", +"falangist", +"falcatifolium", +"falcatifolium_falciforme", +"falcatifolium_taxoides", +"falchion", +"falciform_ligament", +"falco", +"falco_columbarius", +"falco_peregrinus", +"falco_rusticolus", +"falco_sparverius", +"falco_subbuteo", +"falco_tinnunculus", +"falcon", +"falcon-gentil", +"falcon-gentle", +"falconer", +"falconidae", +"falconiformes", +"falconry", +"falderol", +"falkland_islands", +"falkner", +"fall", +"fall-blooming_hydrangea", +"fall-board", +"fall_armyworm", +"fall_cankerworm", +"fall_dandelion", +"fall_equinox", +"fall_guy", +"fall_of_man", +"fall_webworm", +"falla", +"fallaciousness", +"fallacy", +"fallal", +"fallback", +"fallboard", +"fallen_arch", +"faller", +"fallibility", +"falling_off", +"falling_out", +"falloff", +"fallopian_tube", +"fallopio", +"fallopius", +"fallot", +"fallot's_syndrome", +"fallot's_tetralogy", +"fallout", +"fallout_shelter", +"fallow", +"fallow_deer", +"falls", +"false_alarm", +"false_alumroot", +"false_asphodel", +"false_azalea", +"false_baby's_breath", +"false_beachdrops", +"false_belief", +"false_bittersweet", +"false_bottom", +"false_bracken", +"false_buckthorn", +"false_bugbane", +"false_calyx", +"false_chamomile", +"false_deathcap", +"false_dogwood", +"false_dragon_head", +"false_dragonhead", +"false_face", +"false_flax", +"false_foxglove", +"false_fruit", +"false_garlic", +"false_gavial", +"false_glottis", +"false_goatsbeard", +"false_gromwell", +"false_hair", +"false_heather", +"false_hellebore", +"false_imprisonment", +"false_indigo", +"false_labor", +"false_lily_of_the_valley", +"false_lupine", +"false_mallow", +"false_mildew", +"false_mistletoe", +"false_miterwort", +"false_mitrewort", +"false_morel", +"false_name", +"false_nettle", +"false_oat", +"false_pimpernel", +"false_pregnancy", +"false_pretence", +"false_pretense", +"false_ragweed", +"false_return", +"false_rue", +"false_rue_anemone", +"false_saber-toothed_tiger", +"false_saffron", +"false_sago", +"false_sarsaparilla", +"false_scorpion", +"false_smut", +"false_tamarisk", +"false_teeth", +"false_topaz", +"false_truffle", +"false_vampire", +"false_vampire_bat", +"false_verdict", +"false_vocal_cord", +"false_vocal_fold", +"false_wintergreen", +"false_witness", +"falsehood", +"falseness", +"falsetto", +"falsie", +"falsification", +"falsifier", +"falsifying", +"falsity", +"falstaff", +"falter", +"faltering", +"falun_gong", +"fame", +"familial_hypercholesterolemia", +"familiar", +"familiar_spirit", +"familiarisation", +"familiarity", +"familiarization", +"family", +"family_acanthaceae", +"family_acanthisittidae", +"family_acanthuridae", +"family_acaridae", +"family_accipitridae", +"family_aceraceae", +"family_acipenseridae", +"family_acrididae", +"family_actinidiaceae", +"family_actinomycetaceae", +"family_adelgidae", +"family_adiantaceae", +"family_aegypiidae", +"family_aepyornidae", +"family_agamidae", +"family_agaricaceae", +"family_agavaceae", +"family_agonidae", +"family_ailuropodidae", +"family_aizoaceae", +"family_akeridae", +"family_alaudidae", +"family_albuginaceae", +"family_albulidae", +"family_alcedinidae", +"family_alcidae", +"family_aleyrodidae", +"family_alismataceae", +"family_alliaceae", +"family_alligatoridae", +"family_allioniaceae", +"family_aloeaceae", +"family_alopiidae", +"family_alstroemeriaceae", +"family_amaranthaceae", +"family_amaryllidaceae", +"family_ambrosiaceae", +"family_ambystomatidae", +"family_ameiuridae", +"family_amiidae", +"family_ammodytidae", +"family_amphioxidae", +"family_amphisbaenidae", +"family_amphiumidae", +"family_amygdalaceae", +"family_anabantidae", +"family_anacardiaceae", +"family_anarhichadidae", +"family_anatidae", +"family_ancylidae", +"family_ancylostomatidae", +"family_andrenidae", +"family_anguidae", +"family_anguillidae", +"family_anhimidae", +"family_anhingidae", +"family_anniellidae", +"family_annonaceae", +"family_anobiidae", +"family_anomalopidae", +"family_anomiidae", +"family_antedonidae", +"family_antennariidae", +"family_anthocerotaceae", +"family_antilocapridae", +"family_aphididae", +"family_aphyllanthaceae", +"family_apiaceae", +"family_apidae", +"family_aplodontiidae", +"family_aplysiidae", +"family_apocynaceae", +"family_apodidae", +"family_apogonidae", +"family_apterygidae", +"family_aquifoliaceae", +"family_araceae", +"family_araliaceae", +"family_araucariaceae", +"family_arcellidae", +"family_arcidae", +"family_arctiidae", +"family_ardeidae", +"family_arecaceae", +"family_argasidae", +"family_argentinidae", +"family_argiopidae", +"family_argonautidae", +"family_ariidae", +"family_aristolochiaceae", +"family_armadillidiidae", +"family_artamidae", +"family_ascaphidae", +"family_ascaridae", +"family_asclepiadaceae", +"family_asilidae", +"family_asparagaceae", +"family_aspergillaceae", +"family_asphodelaceae", +"family_aspleniaceae", +"family_astacidae", +"family_asteraceae", +"family_atherinidae", +"family_athiorhodaceae", +"family_athyriaceae", +"family_atrichornithidae", +"family_atropidae", +"family_aulostomidae", +"family_auriculariaceae", +"family_avicenniaceae", +"family_azollaceae", +"family_babesiidae", +"family_bacillaceae", +"family_bacteroidaceae", +"family_balaenicipitidae", +"family_balaenidae", +"family_balaenopteridae", +"family_balanidae", +"family_balistidae", +"family_balsaminaceae", +"family_bangiaceae", +"family_bathyergidae", +"family_batidaceae", +"family_batrachoididae", +"family_begoniaceae", +"family_belemnitidae", +"family_belonidae", +"family_belostomatidae", +"family_bennettitaceae", +"family_berberidaceae", +"family_betulaceae", +"family_bible", +"family_bignoniaceae", +"family_bittacidae", +"family_blastodiaceae", +"family_blattidae", +"family_blechnaceae", +"family_blenniidae", +"family_boidae", +"family_boletaceae", +"family_bombacaceae", +"family_bombycidae", +"family_bombycillidae", +"family_bombyliidae", +"family_boraginaceae", +"family_bothidae", +"family_bovidae", +"family_bradypodidae", +"family_bramidae", +"family_branchiobdellidae", +"family_branchiostegidae", +"family_branchiostomidae", +"family_brassicaceae", +"family_brevicipitidae", +"family_bromeliaceae", +"family_brotulidae", +"family_bruchidae", +"family_bryaceae", +"family_buccinidae", +"family_bucconidae", +"family_bucerotidae", +"family_bufonidae", +"family_burhinidae", +"family_burmanniaceae", +"family_burseraceae", +"family_business", +"family_buxaceae", +"family_cactaceae", +"family_caeciliadae", +"family_caeciliidae", +"family_caenolestidae", +"family_caesalpiniaceae", +"family_callionymidae", +"family_calliphoridae", +"family_callithricidae", +"family_callitrichaceae", +"family_calostomataceae", +"family_calycanthaceae", +"family_camelidae", +"family_campanulaceae", +"family_cancridae", +"family_canellaceae", +"family_canidae", +"family_cannabidaceae", +"family_cannaceae", +"family_capitonidae", +"family_capparidaceae", +"family_caprifoliaceae", +"family_caprimulgidae", +"family_caproidae", +"family_capromyidae", +"family_capsidae", +"family_carabidae", +"family_carangidae", +"family_carapidae", +"family_carcharhinidae", +"family_carchariidae", +"family_cardiidae", +"family_cariamidae", +"family_caricaceae", +"family_carpinaceae", +"family_caryocaraceae", +"family_caryophyllaceae", +"family_castoridae", +"family_casuaridae", +"family_casuarinaceae", +"family_cathartidae", +"family_catostomidae", +"family_caviidae", +"family_cebidae", +"family_cecidomyidae", +"family_cecropiaceae", +"family_celastraceae", +"family_centrarchidae", +"family_centriscidae", +"family_centropomidae", +"family_cephalobidae", +"family_cephalotaceae", +"family_cephalotaxaceae", +"family_cerambycidae", +"family_ceratodontidae", +"family_ceratophyllaceae", +"family_ceratopogonidae", +"family_ceratopsidae", +"family_ceratostomataceae", +"family_cercidiphyllaceae", +"family_cercopidae", +"family_cercopithecidae", +"family_certhiidae", +"family_cervidae", +"family_cestidae", +"family_cetorhinidae", +"family_chaetodontidae", +"family_chalcidae", +"family_chalcididae", +"family_chamaeleonidae", +"family_chamaeleontidae", +"family_characeae", +"family_characidae", +"family_characinidae", +"family_charadriidae", +"family_chelonidae", +"family_cheloniidae", +"family_chelydridae", +"family_chenopodiaceae", +"family_chermidae", +"family_chimaeridae", +"family_chinchillidae", +"family_chironomidae", +"family_chlamydiaceae", +"family_chlamydomonadaceae", +"family_chloranthaceae", +"family_chlorophthalmidae", +"family_chrysochloridae", +"family_chrysomelidae", +"family_chrysopidae", +"family_chytridiaceae", +"family_cicadellidae", +"family_cicadidae", +"family_cichlidae", +"family_cicindelidae", +"family_ciconiidae", +"family_cimicidae", +"family_cinclidae", +"family_circle", +"family_cistaceae", +"family_cladoniaceae", +"family_clathraceae", +"family_clavariaceae", +"family_cleridae", +"family_clethraceae", +"family_clinidae", +"family_clupeidae", +"family_clusiaceae", +"family_cobitidae", +"family_coccidae", +"family_coccinellidae", +"family_coerebidae", +"family_colchicaceae", +"family_colubridae", +"family_columbidae", +"family_comatulidae", +"family_combretaceae", +"family_commelinaceae", +"family_compositae", +"family_congridae", +"family_connaraceae", +"family_convallariaceae", +"family_convolvulaceae", +"family_coprinaceae", +"family_coraciidae", +"family_cordaitaceae", +"family_cordylidae", +"family_coregonidae", +"family_coreidae", +"family_corixidae", +"family_cornaceae", +"family_cortinariaceae", +"family_corvidae", +"family_corydalidae", +"family_corylaceae", +"family_corynebacteriaceae", +"family_coryphaenidae", +"family_cotingidae", +"family_cottidae", +"family_court", +"family_cracidae", +"family_cracticidae", +"family_crangonidae", +"family_crassulaceae", +"family_cricetidae", +"family_crocodylidae", +"family_crotalidae", +"family_cruciferae", +"family_cryptobranchidae", +"family_cryptocercidae", +"family_cryptogrammataceae", +"family_ctenizidae", +"family_cuculidae", +"family_cucurbitaceae", +"family_culicidae", +"family_cunoniaceae", +"family_cupressaceae", +"family_curculionidae", +"family_cuterebridae", +"family_cyatheaceae", +"family_cycadaceae", +"family_cyclopteridae", +"family_cymatiidae", +"family_cynipidae", +"family_cynocephalidae", +"family_cynoglossidae", +"family_cyperaceae", +"family_cypraeidae", +"family_cyprinidae", +"family_cyprinodontidae", +"family_cyrilliaceae", +"family_dacninae", +"family_dacrymycetaceae", +"family_dactylopiidae", +"family_dactylopteridae", +"family_dactyloscopidae", +"family_danaidae", +"family_dasyatidae", +"family_dasypodidae", +"family_dasyproctidae", +"family_dasyuridae", +"family_dasyurinae", +"family_daubentoniidae", +"family_davalliaceae", +"family_delphinidae", +"family_dematiaceae", +"family_dendrocolaptidae", +"family_dennstaedtiaceae", +"family_dermestidae", +"family_dermochelyidae", +"family_desmidiaceae", +"family_desmodontidae", +"family_diapensiaceae", +"family_diaspididae", +"family_dicamptodontidae", +"family_dicksoniaceae", +"family_dicranaceae", +"family_didelphidae", +"family_dilleniaceae", +"family_dinornithidae", +"family_diodontidae", +"family_diomedeidae", +"family_dioscoreaceae", +"family_dipodidae", +"family_dipsacaceae", +"family_dipterocarpaceae", +"family_discoglossidae", +"family_doctor", +"family_doliolidae", +"family_dracunculidae", +"family_drepanididae", +"family_dromaeosauridae", +"family_droseraceae", +"family_drosophilidae", +"family_dryopteridaceae", +"family_dugongidae", +"family_dytiscidae", +"family_ebenaceae", +"family_echeneidae", +"family_echeneididae", +"family_edaphosauridae", +"family_eimeriidae", +"family_elaeagnaceae", +"family_elaeocarpaceae", +"family_elapidae", +"family_elateridae", +"family_electrophoridae", +"family_eleotridae", +"family_elephantidae", +"family_elopidae", +"family_embiotocidae", +"family_empetraceae", +"family_emydidae", +"family_endamoebidae", +"family_engraulidae", +"family_enterobacteriaceae", +"family_entolomataceae", +"family_entomophthoraceae", +"family_epacridaceae", +"family_ephedraceae", +"family_ephemeridae", +"family_ephippidae", +"family_equidae", +"family_equisetaceae", +"family_erethizontidae", +"family_ericaceae", +"family_erinaceidae", +"family_eriocaulaceae", +"family_erysiphaceae", +"family_erythroxylaceae", +"family_eschrichtiidae", +"family_esocidae", +"family_euglenaceae", +"family_euphorbiaceae", +"family_eurylaimidae", +"family_exocoetidae", +"family_fabaceae", +"family_fagaceae", +"family_falconidae", +"family_fasciolidae", +"family_felidae", +"family_filariidae", +"family_fissurellidae", +"family_fistulariidae", +"family_fistulinaceae", +"family_flacourtiaceae", +"family_forficulidae", +"family_formicariidae", +"family_formicidae", +"family_fouquieriaceae", +"family_fregatidae", +"family_fringillidae", +"family_fucaceae", +"family_fulgoridae", +"family_fumariaceae", +"family_funkaceae", +"family_furnariidae", +"family_gadidae", +"family_galbulidae", +"family_gasterophilidae", +"family_gasterosteidae", +"family_gavialidae", +"family_gavidae", +"family_geastraceae", +"family_gekkonidae", +"family_gelechiidae", +"family_gempylidae", +"family_gentianaceae", +"family_geoglossaceae", +"family_geometridae", +"family_geomyidae", +"family_geophilidae", +"family_geraniaceae", +"family_gerreidae", +"family_gerridae", +"family_gerrididae", +"family_gesneriaceae", +"family_gigartinaceae", +"family_ginkgoaceae", +"family_giraffidae", +"family_glareolidae", +"family_gleicheniaceae", +"family_gliridae", +"family_globigerinidae", +"family_glossinidae", +"family_gnetaceae", +"family_gobiesocidae", +"family_gobiidae", +"family_gomphotheriidae", +"family_gonorhynchidae", +"family_goodeniaceae", +"family_gracilariidae", +"family_graminaceae", +"family_gramineae", +"family_grossulariaceae", +"family_gruidae", +"family_gryllidae", +"family_guttiferae", +"family_gyrinidae", +"family_hadrosauridae", +"family_haematopodidae", +"family_haemodoraceae", +"family_haemoproteidae", +"family_haemulidae", +"family_halictidae", +"family_haliotidae", +"family_haloragaceae", +"family_haloragidaceae", +"family_hamamelidaceae", +"family_helicidae", +"family_helodermatidae", +"family_helotiaceae", +"family_helvellaceae", +"family_hemerobiidae", +"family_hemerocallidaceae", +"family_hemiprocnidae", +"family_hemiramphidae", +"family_heteromyidae", +"family_hexagrammidae", +"family_hexanchidae", +"family_hippoboscidae", +"family_hippocastanaceae", +"family_hippopotamidae", +"family_hipposideridae", +"family_hirudinidae", +"family_hirundinidae", +"family_history", +"family_holocentridae", +"family_holothuridae", +"family_homaridae", +"family_hominidae", +"family_hostaceae", +"family_hyacinthaceae", +"family_hyaenidae", +"family_hydnaceae", +"family_hydnoraceae", +"family_hydrangeaceae", +"family_hydrobatidae", +"family_hydrocharidaceae", +"family_hydrocharitaceae", +"family_hydrochoeridae", +"family_hydrophidae", +"family_hydrophyllaceae", +"family_hygrophoraceae", +"family_hylidae", +"family_hylobatidae", +"family_hymenophyllaceae", +"family_hypericaceae", +"family_hyperodontidae", +"family_hypocreaceae", +"family_hypodermatidae", +"family_hypoxidaceae", +"family_hystricidae", +"family_ibidiidae", +"family_ichneumonidae", +"family_ichthyosauridae", +"family_icteridae", +"family_iguania", +"family_iguanidae", +"family_iguanodontidae", +"family_indicatoridae", +"family_indriidae", +"family_ipidae", +"family_irenidae", +"family_iridaceae", +"family_isoetaceae", +"family_istiophoridae", +"family_isuridae", +"family_ixodidae", +"family_jassidae", +"family_jewels", +"family_juglandaceae", +"family_juncaceae", +"family_juncaginaceae", +"family_jungermanniaceae", +"family_kalotermitidae", +"family_kasuwonidae", +"family_kinosternidae", +"family_kyphosidae", +"family_labiatae", +"family_labridae", +"family_lacertidae", +"family_lactobacillaceae", +"family_lactobacteriaceae", +"family_lamiaceae", +"family_laminariaceae", +"family_lamnidae", +"family_lampridae", +"family_lampyridae", +"family_laniidae", +"family_lanthanotidae", +"family_lardizabalaceae", +"family_laricariidae", +"family_laridae", +"family_lasiocampidae", +"family_latimeridae", +"family_lauraceae", +"family_lecanoraceae", +"family_lecythidaceae", +"family_leguminosae", +"family_leiopelmatidae", +"family_leitneriaceae", +"family_lemnaceae", +"family_lemuridae", +"family_lennoaceae", +"family_lentibulariaceae", +"family_lepadidae", +"family_lepidobotryaceae", +"family_lepidodendraceae", +"family_lepiotaceae", +"family_lepismatidae", +"family_lepisosteidae", +"family_leporidae", +"family_leptodactylidae", +"family_leptotyphlopidae", +"family_liliaceae", +"family_limacidae", +"family_limulidae", +"family_linaceae", +"family_line", +"family_liopelmidae", +"family_liparidae", +"family_liparididae", +"family_lithodidae", +"family_littorinidae", +"family_loasaceae", +"family_lobeliaceae", +"family_lobotidae", +"family_locustidae", +"family_loganiaceae", +"family_lomariopsidaceae", +"family_lophiidae", +"family_lophosoriaceae", +"family_loranthaceae", +"family_lorisidae", +"family_loxomataceae", +"family_lucanidae", +"family_lutjanidae", +"family_luvaridae", +"family_lycaenidae", +"family_lycoperdaceae", +"family_lycopodiaceae", +"family_lycosidae", +"family_lygaeidae", +"family_lymantriidae", +"family_lythraceae", +"family_machilidae", +"family_macropodidae", +"family_macrorhamphosidae", +"family_macrouridae", +"family_macruridae", +"family_magnoliaceae", +"family_majidae", +"family_malacanthidae", +"family_malpighiaceae", +"family_malvaceae", +"family_mammutidae", +"family_man", +"family_manidae", +"family_manteidae", +"family_mantidae", +"family_mantispidae", +"family_marantaceae", +"family_marattiaceae", +"family_marchantiaceae", +"family_marsileaceae", +"family_martyniaceae", +"family_mastodontidae", +"family_mastotermitidae", +"family_mayacaceae", +"family_medicine", +"family_megachilidae", +"family_megadermatidae", +"family_megalonychidae", +"family_megalosauridae", +"family_megapodiidae", +"family_megatheriidae", +"family_melampsoraceae", +"family_melanthiaceae", +"family_melastomaceae", +"family_melastomataceae", +"family_meleagrididae", +"family_meliaceae", +"family_meliphagidae", +"family_meloidae", +"family_membracidae", +"family_menispermaceae", +"family_menuridae", +"family_menyanthaceae", +"family_meropidae", +"family_micrococcaceae", +"family_microdesmidae", +"family_microhylidae", +"family_mimidae", +"family_mimosaceae", +"family_miridae", +"family_mniaceae", +"family_mobulidae", +"family_molidae", +"family_molossidae", +"family_momotidae", +"family_moniliaceae", +"family_monocanthidae", +"family_monodontidae", +"family_monotropaceae", +"family_moraceae", +"family_morchellaceae", +"family_motacillidae", +"family_mucoraceae", +"family_mugilidae", +"family_mullidae", +"family_muraenidae", +"family_muridae", +"family_musaceae", +"family_muscicapidae", +"family_muscidae", +"family_musophagidae", +"family_mustelidae", +"family_mutillidae", +"family_myacidae", +"family_mycetophylidae", +"family_mycobacteriaceae", +"family_mycoplasmataceae", +"family_myctophidae", +"family_myliobatidae", +"family_mylodontidae", +"family_myricaceae", +"family_myristicaceae", +"family_myrmecophagidae", +"family_myrmeleontidae", +"family_myrsinaceae", +"family_myrtaceae", +"family_mysidae", +"family_mytilidae", +"family_myxinidae", +"family_myxobacteriaceae", +"family_myxophyceae", +"family_naiadaceae", +"family_najadaceae", +"family_name", +"family_naticidae", +"family_nautilidae", +"family_nepenthaceae", +"family_nephropsidae", +"family_nepidae", +"family_neritidae", +"family_nidulariaceae", +"family_nitrobacteriaceae", +"family_noctuidae", +"family_nostocaceae", +"family_notonectidae", +"family_notoryctidae", +"family_nummulitidae", +"family_nyctaginaceae", +"family_nymphaeaceae", +"family_nymphalidae", +"family_nyssaceae", +"family_ochnaceae", +"family_ochotonidae", +"family_octopodidae", +"family_odobenidae", +"family_odontaspididae", +"family_oedogoniaceae", +"family_oestridae", +"family_ogcocephalidae", +"family_oleaceae", +"family_oleandraceae", +"family_onagraceae", +"family_oniscidae", +"family_ophidiidae", +"family_ophiodontidae", +"family_ophioglossaceae", +"family_opisthocomidae", +"family_opisthognathidae", +"family_orchestiidae", +"family_orchidaceae", +"family_orectolobidae", +"family_oriolidae", +"family_ornithorhynchidae", +"family_orobanchaceae", +"family_orycteropodidae", +"family_oscillatoriaceae", +"family_osmeridae", +"family_osmundaceae", +"family_osteoglossidae", +"family_ostraciidae", +"family_ostraciontidae", +"family_ostreidae", +"family_otariidae", +"family_otididae", +"family_oxalidaceae", +"family_oxyuridae", +"family_paeoniaceae", +"family_paguridae", +"family_palaemonidae", +"family_palinuridae", +"family_palmaceae", +"family_palmae", +"family_pandanaceae", +"family_pandionidae", +"family_panorpidae", +"family_papaveraceae", +"family_papilionacea", +"family_paradisaeidae", +"family_paridae", +"family_parkeriaceae", +"family_parmeliaceae", +"family_parulidae", +"family_passeridae", +"family_passifloraceae", +"family_patellidae", +"family_pectinidae", +"family_pedaliaceae", +"family_pediculidae", +"family_pelecanidae", +"family_pelecanoididae", +"family_pelobatidae", +"family_pempheridae", +"family_peneidae", +"family_pennatulidae", +"family_peramelidae", +"family_percidae", +"family_percophidae", +"family_peridiniidae", +"family_peripatidae", +"family_peripatopsidae", +"family_peronosporaceae", +"family_pertusariaceae", +"family_petromyzontidae", +"family_pezizaceae", +"family_phaethontidae", +"family_phalacrocoracidae", +"family_phalangeridae", +"family_phalangiidae", +"family_phalaropidae", +"family_phallaceae", +"family_phasianidae", +"family_phasmatidae", +"family_phasmidae", +"family_phillidae", +"family_phocidae", +"family_phoenicopteridae", +"family_phoeniculidae", +"family_pholadidae", +"family_pholidae", +"family_pholididae", +"family_phthiriidae", +"family_phyllidae", +"family_phyllocladaceae", +"family_phyllostomatidae", +"family_phyllostomidae", +"family_phylloxeridae", +"family_physeteridae", +"family_physidae", +"family_phytolaccaceae", +"family_picidae", +"family_pieridae", +"family_pinaceae", +"family_pinnotheridae", +"family_piperaceae", +"family_pipidae", +"family_pipridae", +"family_pittidae", +"family_planning", +"family_plantaginaceae", +"family_plasmodiidae", +"family_plasmodiophoraceae", +"family_plataleidae", +"family_platanaceae", +"family_platanistidae", +"family_platycephalidae", +"family_plethodontidae", +"family_pleurobrachiidae", +"family_pleuronectidae", +"family_ploceidae", +"family_plumbaginaceae", +"family_pluteaceae", +"family_poaceae", +"family_podargidae", +"family_podicipedidae", +"family_podocarpaceae", +"family_poeciliidae", +"family_polemoniaceae", +"family_polyangiaceae", +"family_polygalaceae", +"family_polygonaceae", +"family_polynemidae", +"family_polyodontidae", +"family_polypedatidae", +"family_polypodiaceae", +"family_polyporaceae", +"family_pomacentridae", +"family_pomatomidae", +"family_pongidae", +"family_pontederiaceae", +"family_porcellionidae", +"family_portulacaceae", +"family_portunidae", +"family_potamogalidae", +"family_potamogetonaceae", +"family_practice", +"family_priacanthidae", +"family_primulaceae", +"family_pristidae", +"family_procaviidae", +"family_procellariidae", +"family_procyonidae", +"family_proteaceae", +"family_proteidae", +"family_prunellidae", +"family_pseudococcidae", +"family_pseudomonodaceae", +"family_psilophytaceae", +"family_psilotaceae", +"family_psittacidae", +"family_psocidae", +"family_psophiidae", +"family_psychodidae", +"family_psyllidae", +"family_pteridaceae", +"family_pteriidae", +"family_pteroclididae", +"family_pterodactylidae", +"family_ptilonorhynchidae", +"family_pucciniaceae", +"family_pulicidae", +"family_punicaceae", +"family_pygopodidae", +"family_pyralidae", +"family_pyralididae", +"family_pyrolaceae", +"family_pyrrhocoridae", +"family_pythiaceae", +"family_pythonidae", +"family_rachycentridae", +"family_rafflesiaceae", +"family_rajidae", +"family_rallidae", +"family_ramphastidae", +"family_ranidae", +"family_ranunculaceae", +"family_rapateaceae", +"family_raphidae", +"family_raphidiidae", +"family_recurvirostridae", +"family_reduviidae", +"family_regalecidae", +"family_relationship", +"family_resedaceae", +"family_rhamnaceae", +"family_rheidae", +"family_rhincodontidae", +"family_rhinobatidae", +"family_rhinocerotidae", +"family_rhinolophidae", +"family_rhinotermitidae", +"family_rhiptoglossa", +"family_rhizobiaceae", +"family_rhizophoraceae", +"family_rhizopogonaceae", +"family_rhodymeniaceae", +"family_rhyniaceae", +"family_rickettsiaceae", +"family_roccellaceae", +"family_room", +"family_roridulaceae", +"family_rosaceae", +"family_rubiaceae", +"family_ruscaceae", +"family_russulaceae", +"family_rutaceae", +"family_rynchopidae", +"family_saccharomycetaceae", +"family_sagittariidae", +"family_salamandridae", +"family_salicaceae", +"family_salmonidae", +"family_salpidae", +"family_salvadoraceae", +"family_salviniaceae", +"family_santalaceae", +"family_sapindaceae", +"family_sapotaceae", +"family_sarcoptidae", +"family_sarcoscyphaceae", +"family_sarraceniaceae", +"family_saturniidae", +"family_satyridae", +"family_saururaceae", +"family_saxifragaceae", +"family_scarabaeidae", +"family_scaridae", +"family_scheuchzeriaceae", +"family_schistosomatidae", +"family_schizaeaceae", +"family_schizophyceae", +"family_schizosaccharomycetaceae", +"family_sciadopityaceae", +"family_sciaenidae", +"family_sciaridae", +"family_scincidae", +"family_sciuridae", +"family_sclerodermataceae", +"family_sclerotiniaceae", +"family_scolopacidae", +"family_scolytidae", +"family_scomberesocidae", +"family_scombresocidae", +"family_scombridae", +"family_scorpaenidae", +"family_scrophulariaceae", +"family_scutigeridae", +"family_scyliorhinidae", +"family_secotiaceae", +"family_selaginellaceae", +"family_sepiidae", +"family_septobasidiaceae", +"family_serranidae", +"family_sialidae", +"family_sillaginidae", +"family_siluridae", +"family_simaroubaceae", +"family_simuliidae", +"family_sirenidae", +"family_sisyridae", +"family_sittidae", +"family_solanaceae", +"family_soleidae", +"family_solenidae", +"family_soricidae", +"family_spalacidae", +"family_sparganiaceae", +"family_sparidae", +"family_sphaeriaceae", +"family_sphaerobolaceae", +"family_sphaerocarpaceae", +"family_sphecidae", +"family_spheniscidae", +"family_sphingidae", +"family_sphyraenidae", +"family_sphyrnidae", +"family_spirillaceae", +"family_spirochaetaceae", +"family_spirulidae", +"family_squalidae", +"family_squatinidae", +"family_squillidae", +"family_staphylaceae", +"family_staphylinidae", +"family_steatornithidae", +"family_stenopelmatidae", +"family_stercorariidae", +"family_sterculiaceae", +"family_stichaeidae", +"family_stizidae", +"family_strelitziaceae", +"family_streptomycetaceae", +"family_strigidae", +"family_stromateidae", +"family_strombidae", +"family_strophariaceae", +"family_struthionidae", +"family_sturnidae", +"family_styracaceae", +"family_suidae", +"family_sulidae", +"family_sylviidae", +"family_symplocaceae", +"family_synchytriaceae", +"family_syngnathidae", +"family_synodontidae", +"family_tabanidae", +"family_taccaceae", +"family_tachinidae", +"family_tachyglossidae", +"family_taeniidae", +"family_talpidae", +"family_tamaricaceae", +"family_tapiridae", +"family_tarsiidae", +"family_taxaceae", +"family_tayassuidae", +"family_tecophilaeacea", +"family_teiidae", +"family_tenebrionidae", +"family_tenrecidae", +"family_tenthredinidae", +"family_terebellidae", +"family_teredinidae", +"family_termitidae", +"family_testudinidae", +"family_tethyidae", +"family_tetragoniaceae", +"family_tetranychidae", +"family_tetraodontidae", +"family_tetraonidae", +"family_tettigoniidae", +"family_theaceae", +"family_thelephoraceae", +"family_thelypteridaceae", +"family_theophrastaceae", +"family_theraphosidae", +"family_therapy", +"family_theridiidae", +"family_thiobacteriaceae", +"family_thraupidae", +"family_threskiornithidae", +"family_thripidae", +"family_thymelaeaceae", +"family_tiliaceae", +"family_tilletiaceae", +"family_timaliidae", +"family_tinamidae", +"family_tineidae", +"family_tingidae", +"family_tipulidae", +"family_titanosauridae", +"family_todidae", +"family_torpedinidae", +"family_tortricidae", +"family_toxotidae", +"family_trachipteridae", +"family_tragulidae", +"family_trapaceae", +"family_tree", +"family_tremellaceae", +"family_trephritidae", +"family_treponemataceae", +"family_triakidae", +"family_tribonemaceae", +"family_trichechidae", +"family_trichiuridae", +"family_trichodontidae", +"family_tricholomataceae", +"family_tridacnidae", +"family_triglidae", +"family_trilliaceae", +"family_trionychidae", +"family_triopidae", +"family_trochilidae", +"family_troglodytidae", +"family_trogonidae", +"family_trombiculidae", +"family_trombidiidae", +"family_tropaeolaceae", +"family_trypetidae", +"family_tuberaceae", +"family_tuberculariaceae", +"family_tulostomaceae", +"family_tulostomataceae", +"family_tupaiidae", +"family_turdidae", +"family_turnicidae", +"family_tylenchidae", +"family_typhaceae", +"family_typhlopidae", +"family_tytonidae", +"family_uintatheriidae", +"family_ulmaceae", +"family_ulvaceae", +"family_umbelliferae", +"family_unionidae", +"family_unit", +"family_upupidae", +"family_uranoscopidae", +"family_ursidae", +"family_urticaceae", +"family_usneaceae", +"family_ustilaginaceae", +"family_valerianaceae", +"family_varanidae", +"family_veneridae", +"family_verbenaceae", +"family_vespertilionidae", +"family_vespidae", +"family_violaceae", +"family_viperidae", +"family_vireonidae", +"family_viscaceae", +"family_vitaceae", +"family_vittariaceae", +"family_viverridae", +"family_viverrinae", +"family_volvariaceae", +"family_volvocaceae", +"family_vombatidae", +"family_welwitschiaceae", +"family_winteraceae", +"family_xanthorrhoeaceae", +"family_xantusiidae", +"family_xenicidae", +"family_xenopodidae", +"family_xenosauridae", +"family_xiphiidae", +"family_xylariaceae", +"family_xyridaceae", +"family_zamiaceae", +"family_zannichelliaceae", +"family_zapodidae", +"family_zeidae", +"family_zingiberaceae", +"family_ziphiidae", +"family_zoarcidae", +"family_zosteraceae", +"family_zygnemataceae", +"family_zygophyllaceae", +"famine", +"famishment", +"famotidine", +"famous_person", +"famulus", +"fan", +"fan-jet", +"fan_belt", +"fan_blade", +"fan_dance", +"fan_fern", +"fan_letter", +"fan_mail", +"fan_palm", +"fan_tan", +"fan_tracery", +"fan_vaulting", +"fanaloka", +"fanatic", +"fanaticism", +"fanatism", +"fancier", +"fanconi's_anaemia", +"fanconi's_anemia", +"fancy", +"fancy-dress_ball", +"fancy_dress", +"fancy_goods", +"fancy_man", +"fancy_woman", +"fancywork", +"fandango", +"fandom", +"fanfare", +"fang", +"fanion", +"fanjet", +"fanjet_engine", +"fanlight", +"fannie_farmer", +"fannie_mae", +"fannie_merritt_farmer", +"fanny", +"fanny_adams", +"fanny_pack", +"fanny_wright", +"fantail", +"fantan", +"fantasia", +"fantasist", +"fantasm", +"fantast", +"fantasy", +"fantasy_life", +"fantasy_world", +"fantods", +"fanweed", +"fanwort", +"fao", +"faq", +"faqir", +"faquir", +"far", +"far_cry", +"far_east", +"farad", +"faraday", +"farandole", +"farawayness", +"farc", +"farce", +"farce_comedy", +"fardel", +"fare", +"fare-stage", +"fare-thee-well", +"fare_increase", +"farewell", +"farfalle", +"fargo", +"farina", +"farkleberry", +"farley_maidenhair", +"farley_maidenhair_fern", +"farm", +"farm-place", +"farm_animal", +"farm_bill", +"farm_boy", +"farm_building", +"farm_cheese", +"farm_club", +"farm_credit_system", +"farm_girl", +"farm_horse", +"farm_machine", +"farm_team", +"farm_worker", +"farmer", +"farmer's_calendar", +"farmer's_cheese", +"farmer's_lung", +"farmer's_market", +"farmer-labor_party", +"farmerette", +"farmhand", +"farmhouse", +"farming", +"farming_area", +"farmington", +"farmland", +"farmplace", +"farmstead", +"farmyard", +"farness", +"faro", +"faroe_islands", +"faroes", +"faroese", +"farouk_i", +"farrago", +"farragut", +"farrell", +"farrier", +"farrow", +"farrowing", +"farsi", +"farsightedness", +"fart", +"farthing", +"farthingale", +"farting", +"fartlek", +"faruk_i", +"fas", +"fasces", +"fascia", +"fascicle", +"fasciculation", +"fascicule", +"fasciculus", +"fascination", +"fasciola", +"fasciola_hepatica", +"fascioliasis", +"fasciolidae", +"fasciolopsiasis", +"fasciolopsis", +"fasciolopsis_buski", +"fasciolosis", +"fascism", +"fascist", +"fascista", +"fashion", +"fashion_arbiter", +"fashion_business", +"fashion_consultant", +"fashion_designer", +"fashion_industry", +"fashion_model", +"fashion_plate", +"fashioning", +"fashionmonger", +"fast", +"fast_break", +"fast_buck", +"fast_day", +"fast_food", +"fast_lane", +"fast_of_ab", +"fast_of_av", +"fast_of_esther", +"fast_of_gedaliah", +"fast_of_tammuz", +"fast_of_tevet", +"fast_of_the_firstborn", +"fast_one", +"fast_reactor", +"fast_time_scale", +"fast_track", +"fastball", +"fastener", +"fastening", +"fastidiousness", +"fasting", +"fastnacht", +"fastness", +"fat", +"fat-soluble_vitamin", +"fat_cat", +"fat_cell", +"fat_chance", +"fat_embolism", +"fat_farm", +"fat_hen", +"fat_metabolism", +"fat_person", +"fat_tuesday", +"fata_morgana", +"fatah", +"fatah-rc", +"fatah_revolutionary_council", +"fatah_tanzim", +"fatal_accident", +"fatalism", +"fatalist", +"fatality", +"fatality_rate", +"fatback", +"fate", +"fathead", +"father", +"father's_day", +"father-figure", +"father-god", +"father-in-law", +"father_brown", +"father_christmas", +"father_figure", +"father_of_radio", +"father_of_the_church", +"father_of_the_submarine", +"father_surrogate", +"fatherhood", +"fatherland", +"fatherliness", +"fathom", +"fathometer", +"fatigability", +"fatigue", +"fatigue_crack", +"fatigue_duty", +"fatigue_fracture", +"fatigue_party", +"fatigues", +"fatiha", +"fatihah", +"fatima", +"fatimah", +"fatism", +"fatness", +"fats_domino", +"fats_waller", +"fatso", +"fattiness", +"fattism", +"fatty", +"fatty_acid", +"fatty_liver", +"fatty_oil", +"fatty_tissue", +"fatuity", +"fatuousness", +"fatwa", +"fatwah", +"faubourg", +"fauces", +"faucet", +"faucial_tonsil", +"fauld", +"faulkner", +"fault", +"fault_line", +"faultfinder", +"faultfinding", +"faultiness", +"faulting", +"faultlessness", +"faun", +"fauna", +"fauntleroy", +"faunus", +"faust", +"fausto_paolo_sozzini", +"faustus", +"faustus_socinus", +"fauteuil", +"fauve", +"fauvism", +"fauvist", +"faux_pas", +"fava_bean", +"favism", +"favor", +"favorable_position", +"favorable_reception", +"favorableness", +"favorite", +"favorite_son", +"favoritism", +"favour", +"favourable_position", +"favourable_reception", +"favourableness", +"favourite", +"favouritism", +"favus", +"fawkes", +"fawn", +"fawn_lily", +"fawner", +"fax", +"fay", +"fayetteville", +"fbi", +"fbi_agent", +"fcc", +"fcs", +"fda", +"fdic", +"fdr", +"fe", +"feabane_mullet", +"fealty", +"fear", +"fearfulness", +"fearlessness", +"feasibility", +"feasibleness", +"feast", +"feast_day", +"feast_of_booths", +"feast_of_dedication", +"feast_of_dormition", +"feast_of_lights", +"feast_of_sacrifice", +"feast_of_tabernacles", +"feast_of_the_circumcision", +"feast_of_the_dedication", +"feast_of_the_unleavened_bread", +"feast_of_weeks", +"feasting", +"feat", +"feather", +"feather-foil", +"feather_ball", +"feather_bed", +"feather_boa", +"feather_geranium", +"feather_palm", +"feather_reed_grass", +"feather_star", +"featherbed", +"featherbedding", +"featheredge", +"featherfoil", +"featheriness", +"feathering", +"feathertop", +"feathertop_grass", +"featherweight", +"feature", +"feature_article", +"feature_film", +"feature_of_speech", +"feb", +"feb_2", +"febricity", +"febrifuge", +"febrility", +"february", +"february_12", +"february_14", +"february_2", +"february_22", +"february_29", +"february_daphne", +"february_revolution", +"fecal_impaction", +"fecal_matter", +"fecal_occult_test", +"fecalith", +"feces", +"fechner", +"fechner's_law", +"fecklessness", +"fecula", +"feculence", +"fecundation", +"fecundity", +"fed", +"fedayeen", +"fedayeen_saddam", +"fedelline", +"federal", +"federal_agency", +"federal_agent", +"federal_aviation_agency", +"federal_bureau_of_investigation", +"federal_bureau_of_prisons", +"federal_communications_commission", +"federal_court", +"federal_deficit", +"federal_democratic_republic_of_ethiopia", +"federal_department", +"federal_deposit_insurance_corporation", +"federal_district", +"federal_emergency_management_agency", +"federal_government", +"federal_home_loan_bank_system", +"federal_home_loan_mortgage_corporation", +"federal_housing_administration", +"federal_islamic_republic_of_the_comoros", +"federal_job_safety_law", +"federal_judiciary", +"federal_law_enforcement_training_center", +"federal_national_mortgage_association", +"federal_office", +"federal_official", +"federal_party", +"federal_protective_service", +"federal_republic_of_germany", +"federal_republic_of_nigeria", +"federal_republic_of_yugoslavia", +"federal_reserve", +"federal_reserve_bank", +"federal_reserve_board", +"federal_reserve_note", +"federal_reserve_system", +"federal_savings_bank", +"federal_security_bureau", +"federal_security_service", +"federal_soldier", +"federal_tax_lien", +"federal_trade_commission", +"federalisation", +"federalism", +"federalist", +"federalist_party", +"federalization", +"federated_states_of_micronesia", +"federation", +"federation_of_saint_kitts_and_nevis", +"federation_of_tribes", +"federative_republic_of_brazil", +"federico_fellini", +"federita", +"fedora", +"fee", +"fee_simple", +"fee_splitting", +"fee_tail", +"feeblemindedness", +"feebleness", +"feed", +"feed_bunk", +"feed_grain", +"feedback", +"feedback_circuit", +"feedback_loop", +"feedbag", +"feeder", +"feeder_line", +"feeding", +"feeding_bottle", +"feeding_chair", +"feedlot", +"feedstock", +"feel", +"feeler", +"feeling", +"feeling_of_movement", +"feelings", +"fehling's_solution", +"feifer", +"feigning", +"feijoa", +"feijoa_bush", +"feint", +"feist", +"felafel", +"feldene", +"feldspar", +"felicia", +"felicia_amelloides", +"felicia_bergeriana", +"felicitation", +"felicitousness", +"felicity", +"felid", +"felidae", +"feline", +"felis", +"felis_bengalensis", +"felis_catus", +"felis_chaus", +"felis_concolor", +"felis_domesticus", +"felis_manul", +"felis_ocreata", +"felis_onca", +"felis_pardalis", +"felis_serval", +"felis_silvestris", +"felis_tigrina", +"felis_wiedi", +"felis_yagouaroundi", +"felix_klein", +"felix_mendelssohn", +"feliz_lusitania", +"fell", +"fella", +"fellah", +"fellata", +"fellatio", +"fellation", +"felled_seam", +"feller", +"fellini", +"felloe", +"fellow", +"fellow_feeling", +"fellow_member", +"fellow_traveler", +"fellow_traveller", +"fellow_worker", +"fellowship", +"felly", +"felo-de-se", +"felon", +"felony", +"felspar", +"felt", +"felt-tip_pen", +"felt-tipped_pen", +"felt_fern", +"felt_fungus", +"felt_hat", +"felt_tip", +"felucca", +"felwort", +"fema", +"female", +"female_aristocrat", +"female_body", +"female_bonding", +"female_chest", +"female_child", +"female_circumcision", +"female_genital_organ", +"female_genitalia", +"female_genitals", +"female_horse", +"female_internal_reproductive_organ", +"female_mammal", +"female_monarch", +"female_offspring", +"female_parent", +"female_person", +"female_reproductive_system", +"female_sibling", +"femaleness", +"feminine", +"feminineness", +"femininity", +"feminisation", +"feminism", +"feminist", +"feminist_movement", +"feminization", +"femme_fatale", +"femoral_artery", +"femoral_biceps", +"femoral_nerve", +"femoral_pulse", +"femoral_vein", +"femoris", +"femtochemistry", +"femtometer", +"femtometre", +"femtosecond", +"femtovolt", +"femur", +"fen", +"fen_orchid", +"fen_orchis", +"fence", +"fence-sitter", +"fence_line", +"fence_lizard", +"fence_mending", +"fence_rail", +"fencer", +"fencer's_mask", +"fencesitter", +"fencing", +"fencing_mask", +"fencing_material", +"fencing_stick", +"fencing_sword", +"fender", +"fender-bender", +"fenestella", +"fenestra", +"fenestra_cochleae", +"fenestra_of_the_cochlea", +"fenestra_of_the_vestibule", +"fenestra_ovalis", +"fenestra_rotunda", +"fenestra_vestibuli", +"fenestration", +"feng_shui", +"fengtien", +"fenland", +"fennel", +"fennel_flower", +"fennel_seed", +"fennic", +"fenoprofen", +"fenoprofen_calcium", +"fenrir", +"fentanyl", +"fenugreek", +"fenugreek_seed", +"fenusa", +"fenusa_pusilla", +"feodor_dostoevski", +"feodor_dostoevsky", +"feodor_dostoyevsky", +"feodor_mikhailovich_dostoevski", +"feodor_mikhailovich_dostoevsky", +"feodor_mikhailovich_dostoyevsky", +"feoff", +"feosol", +"fer-de-lance", +"feral_man", +"ferber", +"ferdinand", +"ferdinand_and_isabella", +"ferdinand_de_lesseps", +"ferdinand_de_saussure", +"ferdinand_i", +"ferdinand_ii", +"ferdinand_iii", +"ferdinand_joseph_la_menthe_morton", +"ferdinand_julius_cohn", +"ferdinand_magellan", +"ferdinand_of_aragon", +"ferdinand_the_catholic", +"ferdinand_the_great", +"ferdinand_v", +"ferdinand_victor_eugene_delacroix", +"fere_phenomenon", +"ferenc_molnar", +"fergon", +"fergusonite", +"feria", +"fermat", +"fermata", +"ferment", +"fermentation", +"fermentation_alcohol", +"fermenting", +"fermentologist", +"fermi", +"fermi-dirac_statistics", +"fermion", +"fermium", +"fern", +"fern_ally", +"fern_family", +"fern_genus", +"fern_palm", +"fern_rhapis", +"fern_seed", +"fernand_leger", +"fernao_magalhaes", +"ferocactus", +"ferociousness", +"ferocity", +"ferrara", +"ferret", +"ferret_badger", +"ferric_oxide", +"ferricyanic_acid", +"ferricyanide", +"ferrimagnetism", +"ferris_wheel", +"ferrite", +"ferritin", +"ferrocerium", +"ferroconcrete", +"ferrocyanic_acid", +"ferrocyanide", +"ferromagnetism", +"ferrule", +"ferry", +"ferryboat", +"ferrying", +"ferryman", +"fertile_crescent", +"fertile_period", +"fertile_phase", +"fertilisation", +"fertiliser", +"fertility", +"fertility_drug", +"fertility_rate", +"fertilization", +"fertilization_age", +"fertilization_membrane", +"fertilized_egg", +"fertilized_ovum", +"fertilizer", +"ferule", +"fervency", +"fervidness", +"fervor", +"fervour", +"fes", +"fescue", +"fescue_grass", +"fess", +"fesse", +"fester", +"festering", +"festination", +"festival", +"festival_of_lights", +"festivity", +"festoon", +"festoonery", +"festschrift", +"festuca", +"festuca_elatior", +"festuca_ovina", +"fet", +"fetal_age", +"fetal_alcohol_syndrome", +"fetal_circulation", +"fetal_distress", +"fetal_membrane", +"fetal_monitor", +"fetal_movement", +"fetch", +"fete", +"fete_champetre", +"fete_day", +"feterita", +"fetich", +"fetichism", +"feticide", +"fetid_bugbane", +"fetid_horehound", +"fetidness", +"fetish", +"fetishism", +"fetishist", +"fetlock", +"fetlock_joint", +"fetology", +"fetometry", +"fetoprotein", +"fetor", +"fetoscope", +"fetoscopy", +"fetter", +"fetter_bone", +"fetter_bush", +"fetterbush", +"fettle", +"fettuccine", +"fettuccine_alfredo", +"fettuccini", +"fetus", +"feud", +"feudal_lord", +"feudal_lordship", +"feudal_system", +"feudalism", +"feudatory", +"fever", +"fever_blister", +"fever_pitch", +"fever_tree", +"feverfew", +"feverishness", +"feverroot", +"few", +"few-flowered_leek", +"fewness", +"feynman", +"fez", +"fha", +"fhlmc", +"fiance", +"fiancee", +"fiasco", +"fiat", +"fiat_money", +"fib", +"fibber", +"fibbing", +"fiber", +"fiber-optic_transmission_system", +"fiber_bundle", +"fiber_optic_cable", +"fiber_optics", +"fiberboard", +"fiberglass", +"fiberoptics", +"fiberscope", +"fibonacci_number", +"fibonacci_sequence", +"fibre", +"fibre-optic_transmission_system", +"fibre_bundle", +"fibre_optic_cable", +"fibre_optics", +"fibreboard", +"fibreglass", +"fibreoptics", +"fibril", +"fibrillation", +"fibrin", +"fibrinase", +"fibrinogen", +"fibrinolysin", +"fibrinolysis", +"fibrinopeptide", +"fibroadenoma", +"fibroblast", +"fibrocartilage", +"fibrocystic_breast_disease", +"fibrocystic_disease_of_the_breast", +"fibrocystic_disease_of_the_pancreas", +"fibroid", +"fibroid_tumor", +"fibroma", +"fibromyositis", +"fibrosis", +"fibrositis", +"fibrosity", +"fibrous-rooted_begonia", +"fibrous_astrocyte", +"fibrous_dysplasia_of_bone", +"fibrous_joint", +"fibrous_tissue", +"fibrousness", +"fibrovascular_bundle", +"fibula", +"fibular_vein", +"fica", +"fice", +"fichu", +"fickleness", +"fiction", +"fictional_animal", +"fictional_character", +"fictionalisation", +"fictionalization", +"fictitious_character", +"fictitious_name", +"fictitious_place", +"ficus", +"ficus_aurea", +"ficus_bengalensis", +"ficus_carica", +"ficus_carica_sylvestris", +"ficus_deltoidea", +"ficus_diversifolia", +"ficus_elastica", +"ficus_religiosa", +"ficus_rubiginosa", +"ficus_sycomorus", +"fiddle", +"fiddle-faddle", +"fiddlehead", +"fiddlehead_fern", +"fiddleneck", +"fiddler", +"fiddler_crab", +"fiddlestick", +"fidel_castro", +"fidel_castro_ruz", +"fidelity", +"fidget", +"fidgetiness", +"fiduciary", +"fiduciary_duty", +"fiduciary_relation", +"fiedler", +"fief", +"fiefdom", +"field", +"field-effect_transistor", +"field-emission_microscope", +"field-grade_officer", +"field-pea_plant", +"field-sequential_color_television", +"field-sequential_color_television_system", +"field-sequential_color_tv", +"field-sequential_color_tv_system", +"field_artillery", +"field_balm", +"field_bean", +"field_bindweed", +"field_brome", +"field_capacity", +"field_chamomile", +"field_chickweed", +"field_coil", +"field_corn", +"field_cricket", +"field_crop", +"field_day", +"field_emission", +"field_event", +"field_game", +"field_garlic", +"field_general", +"field_glass", +"field_glasses", +"field_goal", +"field_guide", +"field_gun", +"field_hand", +"field_hockey", +"field_hockey_ball", +"field_horsetail", +"field_hospital", +"field_house", +"field_hut", +"field_intensity", +"field_judge", +"field_lens", +"field_line", +"field_lupine", +"field_magnet", +"field_maple", +"field_marigold", +"field_marshal", +"field_mint", +"field_mouse", +"field_mouse-ear", +"field_mushroom", +"field_mustard", +"field_of_battle", +"field_of_fire", +"field_of_force", +"field_of_honor", +"field_of_operation", +"field_of_operations", +"field_of_regard", +"field_of_study", +"field_of_view", +"field_of_vision", +"field_officer", +"field_pansy", +"field_pea", +"field_pennycress", +"field_poppy", +"field_press_censorship", +"field_pussytoes", +"field_ration", +"field_sandbur", +"field_scabious", +"field_soybean", +"field_spaniel", +"field_sparrow", +"field_speedwell", +"field_sport", +"field_strength", +"field_strength_unit", +"field_tent", +"field_test", +"field_theory", +"field_thistle", +"field_trial", +"field_trip", +"field_winding", +"field_work", +"field_wormwood", +"fielder", +"fielder's_choice", +"fieldfare", +"fieldhand", +"fielding", +"fielding_average", +"fieldmouse", +"fields", +"fieldsman", +"fieldstone", +"fieldwork", +"fieldworker", +"fiend", +"fierceness", +"fieri_facias", +"fieriness", +"fiesta", +"fiesta_flower", +"fife", +"fife_rail", +"fifo", +"fifteen", +"fifteenth", +"fifth", +"fifth_amendment", +"fifth_avenue", +"fifth_column", +"fifth_columnist", +"fifth_cranial_nerve", +"fifth_crusade", +"fifth_lateran_council", +"fifth_part", +"fifth_wheel", +"fifties", +"fiftieth", +"fifty", +"fifty-cent_piece", +"fifty_dollar_bill", +"fifty_percent", +"fig", +"fig-bird", +"fig_leaf", +"fig_marigold", +"fig_moth", +"fig_tree", +"fig_wax", +"figeater", +"fight", +"fighter", +"fighter_aircraft", +"fighter_pilot", +"fighting", +"fighting_chair", +"fighting_cock", +"fighting_french", +"fighting_joe_hooker", +"figment", +"figural_blindness", +"figuration", +"figure", +"figure_eight", +"figure_loom", +"figure_of_eight", +"figure_of_merit", +"figure_of_speech", +"figure_skate", +"figure_skating", +"figured-fabric_loom", +"figured_bass", +"figurehead", +"figurer", +"figurine", +"figuring", +"figwort", +"figwort_family", +"fiji", +"fiji_dollar", +"fiji_islands", +"fijian", +"fijis", +"filaggrin", +"filago", +"filago_germanica", +"filagree", +"filament", +"filaree", +"filaria", +"filariasis", +"filariidae", +"filature", +"filbert", +"file", +"file_allocation_table", +"file_cabinet", +"file_clerk", +"file_folder", +"file_name", +"file_name_extension", +"file_server", +"file_system", +"file_transfer_protocol", +"filefish", +"filename", +"filename_extension", +"filer", +"filet", +"filet_de_boeuf_en_croute", +"filet_mignon", +"filial_duty", +"filial_love", +"filiation", +"filibuster", +"filibusterer", +"filicales", +"filicide", +"filicinae", +"filicopsida", +"filigree", +"filing", +"filing_cabinet", +"filing_clerk", +"filing_system", +"filipino", +"filippino_lippi", +"filippo_brunelleschi", +"fill", +"fill-in", +"fillagree", +"fille", +"fille_de_chambre", +"filler", +"fillet", +"fillet_of_sole", +"filling", +"filling_station", +"fillip", +"fillmore", +"filly", +"film", +"film_advance", +"film_clip", +"film_company", +"film_director", +"film_editing", +"film_fern", +"film_festival", +"film_industry", +"film_maker", +"film_making", +"film_noir", +"film_producer", +"film_projector", +"film_star", +"film_writer", +"filmdom", +"filming", +"filmmaker", +"filmy_fern", +"filoviridae", +"filovirus", +"fils", +"filter", +"filter-tipped_cigarette", +"filter_bed", +"filter_paper", +"filter_tip", +"filth", +"filthiness", +"filthy_lucre", +"filtrate", +"filtration", +"filtration_surgery", +"filum", +"fimbria", +"fin", +"fin_keel", +"fin_whale", +"finagler", +"final", +"final_cause", +"final_cut", +"final_decision", +"final_exam", +"final_examination", +"final_injunction", +"final_judgment", +"final_payment", +"final_period", +"final_result", +"final_solution", +"final_stage", +"finale", +"finalisation", +"finalist", +"finality", +"finalization", +"finance", +"finance_committee", +"finance_company", +"finance_minister", +"finances", +"financial_aid", +"financial_analyst", +"financial_audit", +"financial_backing", +"financial_center", +"financial_condition", +"financial_crimes_enforcement_network", +"financial_forecast", +"financial_gain", +"financial_institution", +"financial_loss", +"financial_management_service", +"financial_obligation", +"financial_officer", +"financial_organisation", +"financial_organization", +"financial_statement", +"financial_support", +"financial_year", +"financier", +"financing", +"finback", +"finback_whale", +"fincen", +"finch", +"find", +"finder", +"finder's_fee", +"finding", +"finding_of_fact", +"finding_of_law", +"findings", +"fine", +"fine-leaved_heath", +"fine-tooth_comb", +"fine-toothed_comb", +"fine_art", +"fine_arts", +"fine_print", +"fine_spray", +"fine_structure", +"fineness", +"finery", +"fines_herbes", +"finesse", +"fingal's_cave", +"finger", +"finger's_breadth", +"finger-flower", +"finger-painting", +"finger-pointing", +"finger-roll", +"finger-root", +"finger_alphabet", +"finger_bowl", +"finger_cymbals", +"finger_food", +"finger_grass", +"finger_hole", +"finger_lakes", +"finger_millet", +"finger_paint", +"finger_plate", +"finger_scan", +"finger_scanning", +"finger_spelling", +"finger_wave", +"fingerboard", +"fingerbreadth", +"fingerflower", +"fingering", +"fingerling", +"fingermark", +"fingernail", +"fingerpaint", +"fingerpointing", +"fingerpost", +"fingerprint", +"fingerprint_expert", +"fingerprint_man", +"fingerprint_specialist", +"fingerprinting", +"fingerroot", +"fingerspelling", +"fingerstall", +"fingertip", +"finial", +"finis", +"finish", +"finish_coat", +"finish_line", +"finisher", +"finishing", +"finishing_coat", +"finishing_line", +"finishing_school", +"finishing_touch", +"finiteness", +"finitude", +"fink", +"finland", +"finn", +"finnan", +"finnan_haddie", +"finnan_haddock", +"finnbogadottir", +"finnic", +"finnish", +"finnish_capital", +"finnish_mark", +"finnish_monetary_unit", +"finno-ugrian", +"finno-ugric", +"finocchio", +"fiord", +"fipple", +"fipple_flute", +"fipple_pipe", +"fir", +"fir_clubmoss", +"fir_cone", +"fir_tree", +"fire", +"fire-bellied_toad", +"fire-bush", +"fire-eater", +"fire-on-the-mountain", +"fire-raising", +"fire-swallower", +"fire-wheel", +"fire-worship", +"fire_alarm", +"fire_and_brimstone", +"fire_ant", +"fire_beetle", +"fire_bell", +"fire_blight", +"fire_brigade", +"fire_bush", +"fire_chief", +"fire_code", +"fire_company", +"fire_control", +"fire_control_radar", +"fire_control_system", +"fire_department", +"fire_door", +"fire_drill", +"fire_engine", +"fire_escape", +"fire_extinguisher", +"fire_fighter", +"fire_hook", +"fire_hose", +"fire_hydrant", +"fire_insurance", +"fire_iron", +"fire_marshal", +"fire_marshall", +"fire_opal", +"fire_pink", +"fire_pit", +"fire_salamander", +"fire_sale", +"fire_screen", +"fire_ship", +"fire_station", +"fire_thorn", +"fire_tongs", +"fire_tower", +"fire_tree", +"fire_trench", +"fire_truck", +"fire_walker", +"fire_walking", +"fire_warden", +"fire_watcher", +"fire_watching", +"fire_wheel", +"firearm", +"fireball", +"firebase", +"firebird", +"fireboat", +"firebomb", +"firebox", +"firebrand", +"firebrat", +"firebreak", +"firebrick", +"firebug", +"fireclay", +"firecracker", +"firedamp", +"firedog", +"firedrake", +"firefighter", +"firefly", +"fireguard", +"firehouse", +"firelight", +"firelighter", +"firelock", +"fireman", +"fireman's_ax", +"fireman's_axe", +"fireman's_carry", +"firenze", +"fireplace", +"fireplug", +"firepower", +"fireroom", +"fireside", +"firestone", +"firestorm", +"firethorn", +"firetrap", +"firewall", +"firewater", +"fireweed", +"firewheel_tree", +"firewood", +"firework", +"firing", +"firing_chamber", +"firing_line", +"firing_mechanism", +"firing_off", +"firing_party", +"firing_pin", +"firing_range", +"firing_squad", +"firkin", +"firm", +"firm_omelet", +"firmament", +"firmer_chisel", +"firmiana", +"firmiana_simplex", +"firmness", +"firmness_of_purpose", +"firmware", +"first", +"first-aid_kit", +"first-aid_station", +"first-class_honours_degree", +"first-class_mail", +"first-degree_burn", +"first-nighter", +"first-order_correlation", +"first-place_finish", +"first-rater", +"first_aid", +"first_amendment", +"first_appearance", +"first_balcony", +"first_baron_beveridge", +"first_baron_kelvin", +"first_baron_lytton", +"first_baron_macaulay", +"first_baron_marks_of_broughton", +"first_baron_passfield", +"first_baron_rutherford", +"first_baron_rutherford_of_nelson", +"first_baron_tennyson", +"first_base", +"first_baseman", +"first_battle_of_ypres", +"first_blush", +"first_cause", +"first_class", +"first_council_of_constantinople", +"first_council_of_lyons", +"first_council_of_nicaea", +"first_cousin", +"first_cranial_nerve", +"first_crusade", +"first_degree", +"first_derivative", +"first_duke_of_marlborough", +"first_duke_of_wellington", +"first_earl_kitchener_of_khartoum", +"first_earl_of_beaconsfield", +"first_earl_of_chatham", +"first_earl_of_orford", +"first_earl_wavell", +"first_epistle_of_john", +"first_epistle_of_paul_the_apostle_to_the_corinthians", +"first_epistle_of_paul_the_apostle_to_the_thessalonians", +"first_epistle_of_paul_the_apostle_to_timothy", +"first_epistle_of_peter", +"first_epistle_to_the_corinthians", +"first_epistle_to_the_thessalonians", +"first_epistle_to_timothy", +"first_estate", +"first_floor", +"first_gear", +"first_half", +"first_harmonic", +"first_in_first_out", +"first_lady", +"first_language", +"first_lateran_council", +"first_law_of_motion", +"first_law_of_thermodynamics", +"first_lieutenant", +"first_light", +"first_lord_of_the_treasury", +"first_marquess_cornwallis", +"first_mate", +"first_moment", +"first_mortgage", +"first_name", +"first_of_may", +"first_of_october_antifascist_resistance_group", +"first_offender", +"first_period", +"first_person", +"first_principle", +"first_quarter", +"first_reading", +"first_rudiment", +"first_sacker", +"first_sergeant", +"first_state", +"first_step", +"first_stomach", +"first_strike", +"first_team", +"first_trimester", +"first_vatican_council", +"first_viscount_haldane_of_cloan", +"first_viscount_nuffield", +"first_visual_area", +"first_water", +"first_world_war", +"firstborn", +"firth", +"firth_of_clyde", +"firth_of_forth", +"fisa", +"fisc", +"fiscal_policy", +"fiscal_year", +"fischer", +"fischer's_slime_mushroom", +"fish", +"fish-fly", +"fish-liver_oil", +"fish-worship", +"fish_and_chips", +"fish_ball", +"fish_bowl", +"fish_cake", +"fish_chowder", +"fish_doctor", +"fish_duck", +"fish_eagle", +"fish_family", +"fish_farm", +"fish_filet", +"fish_fillet", +"fish_finger", +"fish_fly", +"fish_fry", +"fish_fuddle", +"fish_genus", +"fish_geranium", +"fish_glue", +"fish_hawk", +"fish_house_punch", +"fish_joint", +"fish_knife", +"fish_ladder", +"fish_loaf", +"fish_louse", +"fish_lure", +"fish_meal", +"fish_mousse", +"fish_oil", +"fish_scale", +"fish_slice", +"fish_species", +"fish_steak", +"fish_stew", +"fish_stick", +"fish_tank", +"fishbone", +"fishbowl", +"fisher", +"fisher_cat", +"fisherman", +"fisherman's_bend", +"fisherman's_knot", +"fisherman's_lure", +"fishery", +"fisheye_lens", +"fishgig", +"fishhook", +"fishing", +"fishing_boat", +"fishing_eagle", +"fishing_expedition", +"fishing_gear", +"fishing_licence", +"fishing_license", +"fishing_line", +"fishing_net", +"fishing_permit", +"fishing_pole", +"fishing_rig", +"fishing_rod", +"fishing_season", +"fishing_smack", +"fishing_tackle", +"fishing_vessel", +"fishing_worm", +"fishmonger", +"fishnet", +"fishpaste", +"fishplate", +"fishpole_bamboo", +"fishpond", +"fishtail_bit", +"fishtail_palm", +"fishwife", +"fishworm", +"fission", +"fission_bomb", +"fissiparity", +"fissiped", +"fissiped_mammal", +"fissipedia", +"fissure", +"fissure_of_rolando", +"fissure_of_sylvius", +"fissurella", +"fissurella_apertura", +"fissurellidae", +"fist", +"fistfight", +"fistful", +"fisticuffs", +"fistmele", +"fistula", +"fistularia", +"fistulariidae", +"fistulina", +"fistulina_hepatica", +"fistulinaceae", +"fistulous_withers", +"fit", +"fitch", +"fitfulness", +"fitment", +"fitness", +"fits_and_starts", +"fitted_sheet", +"fitter", +"fitting", +"fittingness", +"fitzgerald", +"five", +"five-finger", +"five-fingered_maidenhair_fern", +"five-flowered_gentian", +"five-hitter", +"five-point_bishop's_cap", +"five-spot", +"five-star_admiral", +"five_dollar_bill", +"five_hundred", +"five_iron", +"five_nations", +"five_spice_powder", +"fivepence", +"fiver", +"fives", +"fivesome", +"fix", +"fix-it_shop", +"fixation", +"fixative", +"fixed-combination_drug", +"fixed-cycle_operation", +"fixed-point_notation", +"fixed-point_number", +"fixed-point_part", +"fixed-point_representation_system", +"fixed-width_font", +"fixed_charge", +"fixed_cost", +"fixed_costs", +"fixed_disk", +"fixed_intonation", +"fixed_investment_trust", +"fixed_oil", +"fixed_phagocyte", +"fixed_star", +"fixed_storage", +"fixedness", +"fixer", +"fixer-upper", +"fixing", +"fixing_agent", +"fixings", +"fixity", +"fixture", +"fizgig", +"fizz", +"fizzle", +"fjord", +"fl", +"flab", +"flabbiness", +"flaccid_bladder", +"flaccid_paralysis", +"flaccidity", +"flack", +"flack_catcher", +"flacourtia", +"flacourtia_family", +"flacourtia_indica", +"flacourtiaceae", +"flag", +"flag-waver", +"flag_captain", +"flag_day", +"flag_of_truce", +"flag_officer", +"flag_rank", +"flag_smut", +"flag_smut_fungus", +"flag_stop", +"flag_waving", +"flagellant", +"flagellata", +"flagellate", +"flagellate_protozoan", +"flagellated_cell", +"flagellated_protozoan", +"flagellation", +"flagellum", +"flageolet", +"flagfish", +"flagging", +"flagon", +"flagpole", +"flagroot", +"flagship", +"flagstaff", +"flagstone", +"flagyl", +"flail", +"flair", +"flak", +"flak_catcher", +"flake", +"flakiness", +"flambeau", +"flamboyance", +"flamboyant", +"flamboyant_tree", +"flame", +"flame-flower", +"flame-out", +"flame_bush", +"flame_cell", +"flame_durrajong", +"flame_fish", +"flame_flower", +"flame_nettle", +"flame_pea", +"flame_stitch", +"flame_tokay", +"flame_tree", +"flamefish", +"flameflower", +"flamen", +"flamenco", +"flamethrower", +"flaming", +"flaming_poppy", +"flamingo", +"flamingo_flower", +"flamingo_plant", +"flaminian_way", +"flaminius", +"flammability", +"flammulina", +"flammulina_velutipes", +"flan", +"flanders", +"flanders_poppy", +"flange", +"flank", +"flank_steak", +"flanker", +"flanker_back", +"flannel", +"flannel-cake", +"flannel_bush", +"flannel_cake", +"flannel_leaf", +"flannel_mullein", +"flannelbush", +"flannelette", +"flannery_o'connor", +"flap", +"flapcake", +"flapjack", +"flapper", +"flapping", +"flaps", +"flare", +"flare-up", +"flare_pass", +"flare_path", +"flare_star", +"flash", +"flash-forward", +"flash_bulb", +"flash_butt_welding", +"flash_camera", +"flash_card", +"flash_flood", +"flash_in_the_pan", +"flash_lamp", +"flash_memory", +"flash_point", +"flash_welding", +"flashback", +"flashboard", +"flashboarding", +"flashbulb", +"flashcard", +"flasher", +"flashflood", +"flashgun", +"flashiness", +"flashing", +"flashlight", +"flashlight_battery", +"flashlight_fish", +"flashover", +"flashpoint", +"flask", +"flaskful", +"flat", +"flat-coated_retriever", +"flat-leaf_parsley", +"flat-topped_white_aster", +"flat_arch", +"flat_bench", +"flat_bone", +"flat_cap", +"flat_coat", +"flat_file", +"flat_knot", +"flat_panel_display", +"flat_pea", +"flat_solid", +"flat_tip_screwdriver", +"flat_tire", +"flat_wash", +"flatbed", +"flatbed_press", +"flatboat", +"flatbread", +"flatbrod", +"flatcar", +"flatfish", +"flatfoot", +"flathead", +"flathead_catfish", +"flatiron", +"flatlet", +"flatmate", +"flatness", +"flats", +"flatterer", +"flattery", +"flattop", +"flatulence", +"flatulency", +"flatus", +"flatware", +"flatwork", +"flatworm", +"flaubert", +"flaunt", +"flautist", +"flavian_dynasty", +"flavin", +"flavius_claudius_julianus", +"flavius_josephus", +"flavius_theodosius", +"flavius_valerius_constantinus", +"flaviviridae", +"flavivirus", +"flavone", +"flavonoid", +"flavor", +"flavorer", +"flavoring", +"flavorlessness", +"flavorsomeness", +"flavour", +"flavourer", +"flavouring", +"flavourlessness", +"flavoursomeness", +"flaw", +"flawlessness", +"flax", +"flax_family", +"flax_rust", +"flax_rust_fungus", +"flaxedil", +"flaxseed", +"flaxseed_oil", +"flea", +"flea_beetle", +"flea_bite", +"flea_market", +"fleabag", +"fleabane", +"fleapit", +"fleawort", +"flecainide", +"fleck", +"flection", +"fledgeling", +"fledgling", +"fleece", +"fleer", +"fleet", +"fleet_admiral", +"fleet_ballistic_missile_submarine", +"fleet_street", +"fleetingness", +"fleetness", +"fleming", +"flemish", +"flemish_dialect", +"flesh", +"flesh_fly", +"flesh_wound", +"fleshiness", +"fletc", +"fletcher", +"fleur-de-lis", +"fleur-de-lys", +"flex", +"flexeril", +"flexibility", +"flexible_joint", +"flexible_sigmoidoscope", +"flexible_sigmoidoscopy", +"flexibleness", +"flexion", +"flexor", +"flexor_muscle", +"flexure", +"flibbertigibbet", +"flick", +"flick-knife", +"flick_knife", +"flicker", +"flickertail", +"flier", +"flies", +"flight", +"flight_attendant", +"flight_control", +"flight_deck", +"flight_engineer", +"flight_feather", +"flight_indicator", +"flight_line", +"flight_maneuver", +"flight_of_stairs", +"flight_of_steps", +"flight_path", +"flight_simulator", +"flight_strip", +"flight_surgeon", +"flightiness", +"flightless_bird", +"flimflam", +"flimsiness", +"flimsy", +"flinch", +"flinders", +"flindersia", +"flindersia_australis", +"flindersia_schottiana", +"flindosa", +"flindosy", +"fling", +"flint", +"flint_corn", +"flint_glass", +"flint_maize", +"flint_river", +"flinthead", +"flintlock", +"flintstone", +"flip", +"flip-flop", +"flip_chart", +"flip_side", +"flippancy", +"flipper", +"flirt", +"flirtation", +"flirting", +"flit", +"flitch", +"flittering_scotoma", +"flnc", +"flo_ziegfeld", +"float", +"floatation", +"floater", +"floating", +"floating-moss", +"floating-point_notation", +"floating-point_number", +"floating-point_operation", +"floating-point_representation_system", +"floating_bridge", +"floating_dock", +"floating_dry_dock", +"floating_fern", +"floating_mine", +"floating_policy", +"floating_voter", +"floatplane", +"floc", +"floccose_chanterelle", +"flocculation", +"floccule", +"flock", +"flodden", +"floe", +"flogger", +"flogging", +"flood", +"flood_control", +"flood_lamp", +"flood_plain", +"flood_tide", +"flooded_gum", +"floodgate", +"floodhead", +"flooding", +"floodlight", +"floodplain", +"floor", +"floor_board", +"floor_cover", +"floor_covering", +"floor_joist", +"floor_lamp", +"floor_leader", +"floor_plan", +"floor_show", +"floor_wax", +"floorboard", +"flooring", +"floorshow", +"floorwalker", +"floozie", +"floozy", +"flop", +"flophouse", +"floppy", +"floppy_disk", +"flora", +"floral_arrangement", +"floral_cup", +"floral_envelope", +"floral_leaf", +"floreal", +"florence", +"florence_fennel", +"florence_nightingale", +"florentine", +"florentine_iris", +"florenz_ziegfeld", +"florescence", +"florest's_cineraria", +"floret", +"florey", +"floriculture", +"florida", +"florida_arrowroot", +"florida_bean", +"florida_gallinule", +"florida_key", +"florida_pompano", +"florida_selaginella", +"florida_smoothhound", +"florida_strangler_fig", +"florida_strap_fern", +"florida_water_rat", +"florida_yew", +"floridian", +"floridity", +"floridness", +"florilegium", +"florin", +"florio", +"florist", +"florist's_chrysanthemum", +"florist's_gloxinia", +"florist's_willow", +"florist_shop", +"florists'_chrysanthemum", +"flory", +"floss", +"flotation", +"flotation_device", +"flotilla", +"flotsam", +"flounce", +"flounder", +"flour", +"flour_beetle", +"flour_bin", +"flour_corn", +"flour_mill", +"flour_weevil", +"flourish", +"flouter", +"flow", +"flow_chart", +"flow_diagram", +"flow_of_air", +"flow_rate", +"flow_sheet", +"flowage", +"flowchart", +"flower", +"flower-cup_fern", +"flower-of-an-hour", +"flower_arrangement", +"flower_bed", +"flower_bud", +"flower_chain", +"flower_child", +"flower_cluster", +"flower_garden", +"flower_gardening", +"flower_girl", +"flower_head", +"flower_people", +"flower_petal", +"flower_power", +"flower_stalk", +"flower_store", +"flowerbed", +"floweret", +"flowering", +"flowering_almond", +"flowering_ash", +"flowering_cherry", +"flowering_crab", +"flowering_fern", +"flowering_glume", +"flowering_hazel", +"flowering_maple", +"flowering_onion", +"flowering_plant", +"flowering_quince", +"flowering_raspberry", +"flowering_shrub", +"flowering_spurge", +"flowering_stone", +"flowering_tobacco", +"flowering_tree", +"flowering_wintergreen", +"flowerpot", +"flowers-of-an-hour", +"flowers_of_zinc", +"flowing", +"floxuridine", +"floyd_bennett", +"flu", +"flub", +"fluctuation", +"flue", +"flue_pipe", +"flue_stop", +"fluegelhorn", +"fluency", +"fluent_aphasia", +"fluff", +"fluffiness", +"fluffy_omelet", +"flugelhorn", +"fluid", +"fluid_drachm", +"fluid_dram", +"fluid_drive", +"fluid_flywheel", +"fluid_mechanics", +"fluid_ounce", +"fluidity", +"fluidness", +"fluidounce", +"fluidram", +"fluke", +"flume", +"flummery", +"flunitrazepan", +"flunk", +"flunkey", +"flunky", +"fluor", +"fluorapatite", +"fluorescein", +"fluorescein_isocyanate", +"fluorescein_isothiocyanate", +"fluoresceine", +"fluorescence", +"fluorescence_microscopy", +"fluorescent", +"fluorescent_dye", +"fluorescent_fixture", +"fluorescent_lamp", +"fluoridation", +"fluoride", +"fluoridisation", +"fluoridization", +"fluorine", +"fluorite", +"fluoroboric_acid", +"fluoroboride", +"fluorocarbon", +"fluorocarbon_plastic", +"fluorochrome", +"fluoroform", +"fluoroscope", +"fluoroscopy", +"fluorosis", +"fluorouracil", +"fluorspar", +"fluosilicate", +"fluosilicic_acid", +"fluoxetine", +"fluoxetine_hydrocholoride", +"fluphenazine", +"flurazepam", +"flurazepam_hydrochloride", +"flurbiprofen", +"flurry", +"flush", +"flush_toilet", +"flushless_toilet", +"fluster", +"flute", +"flute_glass", +"flute_player", +"fluting", +"flutist", +"flutter", +"flutter_kick", +"fluttering", +"fluvastatin", +"flux", +"flux_applicator", +"flux_density", +"flux_density_unit", +"flux_unit", +"fluxing_lime", +"fluxion", +"fluxmeter", +"fly", +"fly-by", +"fly-by-night", +"fly-fishing", +"fly_agaric", +"fly_ash", +"fly_ball", +"fly_bridge", +"fly_casting", +"fly_floor", +"fly_front", +"fly_gallery", +"fly_honeysuckle", +"fly_in_the_ointment", +"fly_orchid", +"fly_poison", +"fly_rod", +"fly_sheet", +"fly_tent", +"flybridge", +"flycatcher", +"flycatching_warbler", +"flyer", +"flying", +"flying_bird", +"flying_boat", +"flying_bomb", +"flying_bridge", +"flying_buttress", +"flying_carpet", +"flying_cat", +"flying_colors", +"flying_colours", +"flying_dragon", +"flying_drainpipe", +"flying_dutchman", +"flying_field", +"flying_fish", +"flying_fox", +"flying_gecko", +"flying_gurnard", +"flying_jib", +"flying_lemur", +"flying_lizard", +"flying_mare", +"flying_marmot", +"flying_mouse", +"flying_opossum", +"flying_phalanger", +"flying_reptile", +"flying_robin", +"flying_saucer", +"flying_school", +"flying_squad", +"flying_squirrel", +"flying_start", +"flying_visit", +"flyleaf", +"flyover", +"flypaper", +"flypast", +"flyspeck", +"flyswat", +"flyswatter", +"flytrap", +"flyway", +"flyweight", +"flywheel", +"fm", +"fmri", +"fnma", +"fo", +"fo'c'sle", +"foal", +"foam", +"foam_rubber", +"foamflower", +"foaminess", +"fob", +"focal_distance", +"focal_epilepsy", +"focal_infection", +"focal_length", +"focal_point", +"focal_ratio", +"focal_seizure", +"focalisation", +"focalization", +"focus", +"focusing", +"focussing", +"fodder", +"foe", +"foehn", +"foeman", +"foeniculum", +"foeniculum_dulce", +"foeniculum_vulgare", +"foeniculum_vulgare_dulce", +"foetal_circulation", +"foetal_distress", +"foetal_monitor", +"foetal_movement", +"foetid_bugbane", +"foetid_pothos", +"foetology", +"foetometry", +"foetoprotein", +"foetor", +"foetoscope", +"foetoscopy", +"foetus", +"fog", +"fogbank", +"fogey", +"fogginess", +"foggy_bottom", +"foghorn", +"foglamp", +"fogsignal", +"fogy", +"fohn", +"foible", +"foie_gras", +"foil", +"foiling", +"folacin", +"folate", +"fold", +"folder", +"folderal", +"folderol", +"folding", +"folding_chair", +"folding_door", +"folding_money", +"folding_saw", +"foldout", +"foliage", +"foliation", +"folic_acid", +"folie", +"folie_a_deux", +"folio", +"folium", +"folk", +"folk_art", +"folk_ballad", +"folk_dance", +"folk_dancer", +"folk_dancing", +"folk_etymology", +"folk_music", +"folk_poet", +"folk_singer", +"folk_song", +"folk_tale", +"folk_writer", +"folklore", +"folks", +"folksong", +"folktale", +"follicle", +"follicle-stimulating_hormone", +"folliculitis", +"follies", +"follow-on", +"follow-through", +"follow-up", +"follower", +"followers", +"followers_of_the_phrophet", +"following", +"followup", +"folly", +"folsom_culture", +"fomentation", +"fomenter", +"fomes", +"fomes_igniarius", +"fomite", +"fomor", +"fomorian", +"fond_regard", +"fonda", +"fondant", +"fondler", +"fondling", +"fondness", +"fondu", +"fondue", +"font", +"font_cartridge", +"fontanel", +"fontanelle", +"fontanne", +"fontenoy", +"fonteyn", +"food", +"food_additive", +"food_allergy", +"food_and_agriculture_organization", +"food_and_agriculture_organization_of_the_united_nations", +"food_and_drug_administration", +"food_bank", +"food_cache", +"food_chain", +"food_color", +"food_coloring", +"food_colour", +"food_colouring", +"food_company", +"food_court", +"food_cycle", +"food_elevator", +"food_faddist", +"food_fish", +"food_for_thought", +"food_grain", +"food_hamper", +"food_manufacturer", +"food_market", +"food_poisoning", +"food_processor", +"food_product", +"food_pyramid", +"food_shop", +"food_stamp", +"food_turner", +"food_waste", +"food_web", +"foodie", +"foodstuff", +"fool", +"fool's_cap", +"fool's_errand", +"fool's_gold", +"fool's_huckleberry", +"fool's_paradise", +"fool's_parsley", +"foolery", +"foolhardiness", +"foolish_woman", +"foolishness", +"foolscap", +"foot", +"foot-and-mouth_disease", +"foot-lambert", +"foot-pound", +"foot-poundal", +"foot-ton", +"foot_brake", +"foot_doctor", +"foot_lever", +"foot_pedal", +"foot_race", +"foot_rot", +"foot_rule", +"foot_soldier", +"foot_traffic", +"footage", +"football", +"football_coach", +"football_field", +"football_game", +"football_helmet", +"football_hero", +"football_league", +"football_official", +"football_play", +"football_player", +"football_score", +"football_season", +"football_stadium", +"football_team", +"football_tee", +"footballer", +"footbath", +"footboard", +"footbridge", +"footcandle", +"footedness", +"footer", +"footfall", +"footfault", +"footgear", +"foothill", +"foothold", +"footing", +"footlights", +"footlocker", +"footman", +"footmark", +"footnote", +"footpad", +"footpath", +"footplate", +"footprint", +"footprint_evidence", +"footrace", +"footrest", +"footslogger", +"footstall", +"footstep", +"footsteps-of-spring", +"footstool", +"footwall", +"footwear", +"footwork", +"fop", +"foppishness", +"forage", +"forager", +"foraging", +"foram", +"foramen", +"foramen_magnum", +"foramen_of_monro", +"foraminifer", +"foraminifera", +"foray", +"forbear", +"forbearance", +"forbiddance", +"forbidden_city", +"forbidden_fruit", +"forbidding", +"force", +"force-feed_lubricating_system", +"force-out", +"force_17", +"force_feed", +"force_field", +"force_majeure", +"force_out", +"force_per_unit_area", +"force_play", +"force_pump", +"force_unit", +"forced_feeding", +"forced_landing", +"forced_sale", +"forcefulness", +"forcemeat", +"forceps", +"forceps_delivery", +"forces_of_umar_al-mukhtar", +"forcing_out", +"ford", +"ford_hermann_hueffer", +"ford_madox_ford", +"fordhooks", +"fording", +"fore", +"fore-and-aft_rig", +"fore-and-aft_sail", +"fore-and-aft_topsail", +"fore-and-after", +"fore-topmast", +"fore-topsail", +"fore-wing", +"fore_edge", +"fore_plane", +"fore_wing", +"forearm", +"forebear", +"foreboding", +"forebrain", +"forecast", +"forecaster", +"forecasting", +"forecastle", +"foreclosure", +"forecourt", +"foredeck", +"foredge", +"forefather", +"forefinger", +"forefoot", +"forefront", +"foregone_conclusion", +"foreground", +"foreground_processing", +"foregrounding", +"forehand", +"forehand_drive", +"forehand_shot", +"forehand_stroke", +"forehead", +"foreign_agent", +"foreign_aid", +"foreign_bill", +"foreign_correspondent", +"foreign_country", +"foreign_direct_investment", +"foreign_draft", +"foreign_exchange", +"foreign_intelligence_service", +"foreign_intelligence_surveillance_act", +"foreign_intelligence_surveillance_court", +"foreign_legion", +"foreign_minister", +"foreign_mission", +"foreign_office", +"foreign_policy", +"foreign_service", +"foreign_terrorist_organization", +"foreigner", +"foreignness", +"foreknowledge", +"forelady", +"foreland", +"foreleg", +"forelimb", +"forelock", +"foreman", +"foremanship", +"foremast", +"foremilk", +"foremother", +"forename", +"forenoon", +"forensic_medicine", +"forensic_pathology", +"forensics", +"foreordination", +"forepart", +"forepaw", +"foreperson", +"foreplay", +"forequarter", +"forerunner", +"foresail", +"foreshadowing", +"foreshank", +"foreshock", +"foreshore", +"foresight", +"foresightedness", +"foresightfulness", +"foreskin", +"forest", +"forest_fire", +"forest_fire_fighter", +"forest_goat", +"forest_god", +"forest_red_gum", +"forest_tent_caterpillar", +"forestage", +"forestalling", +"forestay", +"forester", +"forestiera", +"forestiera_neomexicana", +"forestry", +"foretaste", +"foretelling", +"forethought", +"foretoken", +"foretop", +"forewarning", +"forewing", +"forewoman", +"foreword", +"forfeit", +"forfeiture", +"forficula", +"forficula_auricularia", +"forficulidae", +"forge", +"forger", +"forgery", +"forget-me-not", +"forget_me_drug", +"forgetful_person", +"forgetfulness", +"forging", +"forgiveness", +"forgiver", +"forgivingness", +"forgoing", +"forint", +"fork", +"forked_lightning", +"forking", +"forklift", +"forlorn_hope", +"forlornness", +"form", +"form_class", +"form_division", +"form_family", +"form_genus", +"form_genus_rhizoctinia", +"form_letter", +"form_of_address", +"form_of_government", +"formal", +"formal_garden", +"formal_logic", +"formal_semantics", +"formaldehyde", +"formalin", +"formalisation", +"formalism", +"formalities", +"formality", +"formalization", +"formalness", +"formalwear", +"format", +"formation", +"formative", +"formative_cell", +"formatted_capacity", +"formatting", +"former", +"former_armed_forces", +"formic_acid", +"formica", +"formica_fusca", +"formica_rufa", +"formica_sanguinea", +"formicariidae", +"formicarius", +"formicary", +"formication", +"formicidae", +"formidability", +"formol", +"formosa", +"formosan", +"formula", +"formulary", +"formulation", +"fornax", +"fornication", +"fornicator", +"fornicatress", +"fornix", +"forsaking", +"forseti", +"forssman_antibody", +"forswearing", +"forsythia", +"fort", +"fort-lamy", +"fort_george_g._meade", +"fort_george_gordon_meade", +"fort_lauderdale", +"fort_meade", +"fort_myers", +"fort_smith", +"fort_ticonderoga", +"fort_wayne", +"fort_worth", +"fortaz", +"forte", +"forte-piano", +"forth", +"forth_river", +"forthcomingness", +"forthrightness", +"forties", +"fortieth", +"fortification", +"fortified_wine", +"fortissimo", +"fortitude", +"fortnight", +"fortran", +"fortran_compiler", +"fortran_program", +"fortress", +"fortuitousness", +"fortuity", +"fortuna", +"fortune", +"fortune_cookie", +"fortune_hunter", +"fortune_teller", +"fortune_telling", +"fortunella", +"fortunella_japonica", +"fortunella_margarita", +"fortuneteller", +"fortunetelling", +"forty", +"forty-five", +"forty-niner", +"forty_winks", +"forum", +"forward", +"forward_market", +"forward_motion", +"forward_pass", +"forward_passer", +"forwarding", +"forwardness", +"foryml", +"fosamax", +"fosbury", +"fosbury_flop", +"fossa", +"fossa_cat", +"fossa_fossa", +"fosse", +"fossil", +"fossil_copal", +"fossil_fuel", +"fossil_oil", +"fossilisation", +"fossilist", +"fossilization", +"fossilology", +"fossorial_foot", +"fossorial_mammal", +"foster", +"foster-brother", +"foster-child", +"foster-daughter", +"foster-father", +"foster-mother", +"foster-nurse", +"foster-parent", +"foster-sister", +"foster-son", +"foster_brother", +"foster_care", +"foster_child", +"foster_daughter", +"foster_family", +"foster_father", +"foster_home", +"foster_mother", +"foster_parent", +"foster_sister", +"foster_son", +"fosterage", +"fostering", +"fosterling", +"fothergilla", +"fots", +"foucault", +"foucault_pendulum", +"foul", +"foul-up", +"foul-weather_gear", +"foul_ball", +"foul_line", +"foul_play", +"foul_shot", +"foulard", +"foulmart", +"foulness", +"foumart", +"found", +"foundation", +"foundation_garment", +"foundation_stone", +"founder", +"foundering", +"founding", +"founding_father", +"foundling", +"foundling_hospital", +"foundress", +"foundry", +"foundry_proof", +"fount", +"fountain", +"fountain_grass", +"fountain_of_youth", +"fountain_pen", +"fountainhead", +"fouquieria", +"fouquieria_columnaris", +"fouquieria_splendens", +"fouquieriaceae", +"four", +"four-card_monte", +"four-centered_arch", +"four-flusher", +"four-footed_butterfly", +"four-four_time", +"four-hitter", +"four-in-hand", +"four-letter_anglo-saxon_word", +"four-letter_word", +"four-lined_leaf_bug", +"four-lined_plant_bug", +"four-minute_man", +"four-o'clock_family", +"four-part_harmony", +"four-poster", +"four-pounder", +"four-spot", +"four-stroke_engine", +"four-stroke_internal-combustion_engine", +"four-tailed_bandage", +"four-wheel_drive", +"four-wheeler", +"four-wing_flying_fish", +"four_flush", +"four_horsemen", +"four_hundred", +"four_o'clock", +"fourfold_point_correlation", +"fourier", +"fourier_analysis", +"fourier_series", +"fourpence", +"fourpenny_nail", +"fourscore", +"foursome", +"foursquare", +"fourteen", +"fourteenth", +"fourteenth_amendment", +"fourth", +"fourth_council_of_constantinople", +"fourth_cranial_nerve", +"fourth_crusade", +"fourth_deck", +"fourth_dimension", +"fourth_earl_of_chesterfield", +"fourth_earl_of_orford", +"fourth_estate", +"fourth_lateran_council", +"fourth_of_july", +"fourth_part", +"fourth_power", +"fourth_stomach", +"fourth_ventricle", +"fovea", +"fovea_centralis", +"foveal_vision", +"fowl", +"fowl_cholera", +"fowl_pest", +"fowl_run", +"fowler", +"fowling_piece", +"fox", +"fox-trot", +"fox_grape", +"fox_hole", +"fox_hunter", +"fox_hunting", +"fox_river", +"fox_shark", +"fox_squirrel", +"fox_talbot", +"fox_terrier", +"foxberry", +"foxglove", +"foxglove_family", +"foxhole", +"foxhound", +"foxhunt", +"foxiness", +"foxtail", +"foxtail_barley", +"foxtail_grass", +"foxtail_millet", +"foxtail_orchid", +"foxtrot", +"foyer", +"fpd", +"fps", +"fr", +"fra_filippo_lippi", +"fracas", +"fractal", +"fractal_geometry", +"fraction", +"fractional_currency", +"fractional_distillation", +"fractional_monetary_unit", +"fractional_process", +"fractionation", +"fractiousness", +"fracture", +"fradicin", +"fragaria", +"fragaria_ananassa", +"fragaria_chiloensis", +"fragaria_vesca", +"fragaria_virginiana", +"fragile_fern", +"fragility", +"fragment", +"fragmentation", +"fragmentation_bomb", +"fragonard", +"fragrance", +"fragrancy", +"fragrant_agrimony", +"fragrant_bedstraw", +"fragrant_cliff_fern", +"fragrant_orchid", +"fragrant_shield_fern", +"fragrant_sumac", +"fragrant_water_lily", +"fragrant_wood_fern", +"fragrant_woodsia", +"frail", +"frailness", +"frailty", +"fraise", +"frambesia", +"framboesia", +"framboise", +"frame", +"frame-up", +"frame_buffer", +"frame_of_mind", +"frame_of_reference", +"framer", +"framework", +"framing", +"franc", +"franc-tireur", +"france", +"frances_eliza_hodgson_burnett", +"frances_elizabeth_caroline_willard", +"frances_hodgson_burnett", +"frances_wright", +"francesco_della_rovere", +"francesco_petrarca", +"franche-comte", +"franchise", +"franchise_tax", +"francis_albert_sinatra", +"francis_bacon", +"francis_beaumont", +"francis_crick", +"francis_drake", +"francis_edgar_stanley", +"francis_everett_townsend", +"francis_ferdinand", +"francis_ford_coppola", +"francis_galton", +"francis_henry_compton_crick", +"francis_hopkinson", +"francis_ii", +"francis_joseph", +"francis_joseph_i", +"francis_of_assisi", +"francis_peyton_rous", +"francis_poulenc", +"francis_richard_stockton", +"francis_scott_key", +"francis_scott_key_fitzgerald", +"francis_turbine", +"francis_turner_palgrave", +"franciscan", +"franciscan_order", +"francisco_de_goya", +"francisco_fernandez_cordoba", +"francisco_fernandez_de_cordova", +"francisco_franco", +"francisco_goya", +"francisco_jimenez_de_cisneros", +"francisco_jose_de_goya", +"francisco_jose_de_goya_y_lucientes", +"francisco_pizarro", +"francisco_villa", +"francisella", +"francisella_tularensis", +"francium", +"franck", +"franco", +"franco-american", +"franco-prussian_war", +"francoa", +"francoa_ramosa", +"francois-marie_arouet", +"francois_auguste_rene_rodin", +"francois_charles_mauriac", +"francois_couperin", +"francois_de_la_rochefoucauld", +"francois_duvalier", +"francois_jacob", +"francois_mansart", +"francois_marie_charles_fourier", +"francois_mauriac", +"francois_maurice_marie_mitterrand", +"francois_mitterrand", +"francois_rabelais", +"francois_rene_chateaubriand", +"francois_truffaut", +"francois_villon", +"francoise-athenais_de_rochechouart", +"francoise_d'aubigne", +"francophil", +"francophile", +"francophobe", +"frangibility", +"frangibleness", +"frangipane", +"frangipani", +"frangipanni", +"frank", +"frank_baum", +"frank_breech", +"frank_breech_delivery", +"frank_capra", +"frank_cooper", +"frank_harris", +"frank_lloyd_wright", +"frank_morrison_spillane", +"frank_norris", +"frank_philip_stella", +"frank_sinatra", +"frank_stella", +"frank_stockton", +"frank_whittle", +"frank_winfield_woolworth", +"frankenstein", +"frankenstein's_monster", +"frankfort", +"frankfurt", +"frankfurt_on_the_main", +"frankfurter", +"frankfurter_bun", +"frankincense", +"frankincense_pine", +"franking_machine", +"franklin", +"franklin_delano_roosevelt", +"franklin_pierce", +"franklin_roosevelt", +"frankliniella", +"frankliniella_fusca", +"frankness", +"frans_hals", +"franz_anton_mesmer", +"franz_ferdinand", +"franz_josef_i", +"franz_joseph", +"franz_joseph_haydn", +"franz_joseph_kline", +"franz_kafka", +"franz_kline", +"franz_lehar", +"franz_liszt", +"franz_peter_schubert", +"franz_schubert", +"franz_seraph_peter_schubert", +"franz_werfel", +"frappe", +"fraser_fir", +"frasera", +"frasera_speciosa", +"frat", +"frat_house", +"fratercula", +"fratercula_arctica", +"fratercula_corniculata", +"fraternal_twin", +"fraternisation", +"fraternity", +"fraternity_house", +"fraternization", +"fratricide", +"frau", +"fraud", +"fraud_in_fact", +"fraud_in_law", +"fraud_in_the_factum", +"fraud_in_the_inducement", +"fraudulence", +"fraudulent_scheme", +"fraulein", +"fraxinella", +"fraxinus", +"fraxinus_americana", +"fraxinus_caroliniana", +"fraxinus_cuspidata", +"fraxinus_dipetala", +"fraxinus_excelsior", +"fraxinus_latifolia", +"fraxinus_nigra", +"fraxinus_oregona", +"fraxinus_ornus", +"fraxinus_pennsylvanica", +"fraxinus_pennsylvanica_subintegerrima", +"fraxinus_quadrangulata", +"fraxinus_texensis", +"fraxinus_tomentosa", +"fraxinus_velutina", +"fray", +"frazer", +"frazzle", +"freak", +"freak_out", +"freakishness", +"freckle", +"fred_astaire", +"fred_hoyle", +"fred_sanger", +"fred_skinner", +"fred_zinnemann", +"freddie_mac", +"frederic_auguste_bartholdi", +"frederic_francois_chopin", +"frederic_goudy", +"frederic_william_goudy", +"frederic_william_maitland", +"frederick", +"frederick_barbarossa", +"frederick_carleton_lewis", +"frederick_childe_hassam", +"frederick_delius", +"frederick_douglass", +"frederick_i", +"frederick_ii", +"frederick_jackson_turner", +"frederick_james_furnivall", +"frederick_law_olmsted", +"frederick_loewe", +"frederick_moore_vinson", +"frederick_north", +"frederick_sanger", +"frederick_soddy", +"frederick_the_great", +"frederick_william", +"frederick_william_i", +"frederick_william_ii", +"frederick_william_iii", +"frederick_william_iv", +"fredericksburg", +"frederico_garcia_lorca", +"fredericton", +"free", +"free-for-all", +"free-lance", +"free-liver", +"free-reed", +"free-reed_instrument", +"free-tailed_bat", +"free_agency", +"free_agent", +"free_association", +"free_central_placentation", +"free_electron", +"free_energy", +"free_enterprise", +"free_fall", +"free_form", +"free_french", +"free_grace", +"free_hand", +"free_house", +"free_kick", +"free_lance", +"free_list", +"free_living", +"free_love", +"free_lunch", +"free_morpheme", +"free_nerve_ending", +"free_pardon", +"free_people", +"free_phagocyte", +"free_port", +"free_press", +"free_radical", +"free_rein", +"free_soil_party", +"free_spirit", +"free_state", +"free_thought", +"free_throw", +"free_throw_lane", +"free_time", +"free_trade", +"free_trader", +"free_verse", +"free_weight", +"free_will", +"free_world", +"free_zone", +"freebee", +"freebie", +"freeboard_deck", +"freebooter", +"freedman", +"freedom", +"freedom_fighter", +"freedom_from_cruel_and_unusual_punishment", +"freedom_from_discrimination", +"freedom_from_double_jeopardy", +"freedom_from_involuntary_servitude", +"freedom_from_search_and_seizure", +"freedom_from_self-incrimination", +"freedom_of_assembly", +"freedom_of_religion", +"freedom_of_speech", +"freedom_of_the_press", +"freedom_of_the_seas", +"freedom_of_thought", +"freedom_party", +"freedom_rider", +"freedom_to_bear_arms", +"freedwoman", +"freehold", +"freeholder", +"freeing", +"freelance", +"freelancer", +"freeloader", +"freemail", +"freeman", +"freemason", +"freemasonry", +"freesia", +"freestone", +"freestyle", +"freetail", +"freetailed_bat", +"freethinker", +"freethinking", +"freetown", +"freeware", +"freeway", +"freewheel", +"freewheeler", +"freewoman", +"freeze", +"freeze-drying", +"freezer", +"freezing", +"freezing_mixture", +"freezing_point", +"fregata", +"fregatidae", +"freight", +"freight_agent", +"freight_car", +"freight_elevator", +"freight_liner", +"freight_rate", +"freight_train", +"freightage", +"freighter", +"fremont", +"fremontia", +"fremontodendron", +"french", +"french-fried_potatoes", +"french_academy", +"french_and_indian_war", +"french_bean", +"french_blue", +"french_bracken", +"french_bread", +"french_bulldog", +"french_canadian", +"french_capital", +"french_chalk", +"french_congo", +"french_door", +"french_dressing", +"french_endive", +"french_foreign_legion", +"french_foreign_office", +"french_franc", +"french_fries", +"french_fritter", +"french_guinea", +"french_heel", +"french_honeysuckle", +"french_horn", +"french_indochina", +"french_kiss", +"french_knot", +"french_lavender", +"french_leave", +"french_lesson", +"french_loaf", +"french_marigold", +"french_oceania", +"french_omelet", +"french_pancake", +"french_pastry", +"french_people", +"french_person", +"french_polish", +"french_polish_shellac", +"french_polynesia", +"french_region", +"french_republic", +"french_revolution", +"french_riviera", +"french_roof", +"french_rye", +"french_sorrel", +"french_spinach", +"french_sudan", +"french_teacher", +"french_telephone", +"french_toast", +"french_ultramarine", +"french_ultramarine_blue", +"french_vermouth", +"french_weed", +"french_west_indies", +"french_window", +"frenchman", +"frenchwoman", +"frenzy", +"freon", +"frequence", +"frequency", +"frequency-response_characteristic", +"frequency-response_curve", +"frequency_band", +"frequency_distribution", +"frequency_modulation", +"frequency_response", +"frequentative", +"frequenter", +"fresco", +"fresh_bean", +"fresh_breeze", +"fresh_fish", +"fresh_food", +"fresh_foods", +"fresh_gale", +"fresh_start", +"fresh_water", +"freshener", +"fresher", +"freshet", +"freshman", +"freshman_class", +"freshness", +"freshwater", +"freshwater_bass", +"freshwater_bream", +"freshwater_clam", +"freshwater_cordgrass", +"freshwater_eel", +"freshwater_fish", +"freshwater_limpet", +"freshwater_mussel", +"fresnel", +"fresnel_lens", +"fresno", +"fret", +"fretfulness", +"fretsaw", +"fretwork", +"freud", +"freudian", +"freudian_psychology", +"freudian_slip", +"frey", +"freya", +"freyja", +"freyr", +"frg", +"fri", +"friability", +"friar", +"friar's-cowl", +"friar's_lantern", +"friar_preacher", +"friary", +"fricandeau", +"fricassee", +"fricative", +"fricative_consonant", +"frick", +"friction", +"friction_clutch", +"friction_match", +"friction_tape", +"friday", +"fridge", +"fridtjof_nansen", +"fried_egg", +"fried_rice", +"friedan", +"friedcake", +"friedman", +"friedman_test", +"friedreich's_ataxia", +"friedrich_anton_mesmer", +"friedrich_august_kekule", +"friedrich_august_kekule_von_stradonitz", +"friedrich_august_von_hayek", +"friedrich_august_wolf", +"friedrich_engels", +"friedrich_froebel", +"friedrich_gottlieb_klopstock", +"friedrich_hebbel", +"friedrich_krupp", +"friedrich_max_muller", +"friedrich_wilhelm_august_froebel", +"friedrich_wilhelm_bessel", +"friedrich_wilhelm_nietzsche", +"friend", +"friend_of_the_court", +"friendlessness", +"friendliness", +"friendly", +"friendly_fire", +"friendly_islands", +"friendly_relationship", +"friendly_takeover", +"friendship", +"friendship_plant", +"frier", +"fries", +"friesian", +"friesland", +"frieze", +"frigate", +"frigate_bird", +"frigg", +"frigga", +"fright", +"frightening", +"frightfulness", +"frigid_zone", +"frigidity", +"frigidness", +"frijol", +"frijole", +"frijoles_refritos", +"frijolillo", +"frijolito", +"frill", +"frilled_lizard", +"frimaire", +"fringe", +"fringe-toed_lizard", +"fringe_benefit", +"fringe_bush", +"fringe_cups", +"fringe_tree", +"fringed_gecko", +"fringed_gentian", +"fringed_grass_of_parnassus", +"fringed_loosestrife", +"fringed_orchid", +"fringed_orchis", +"fringed_pink", +"fringed_polygala", +"fringed_poppy_mallow", +"fringepod", +"fringilla", +"fringilla_coelebs", +"fringilla_montifringilla", +"fringillidae", +"frippery", +"frisbee", +"frisch", +"frisia", +"frisian", +"frisian_islands", +"frisk", +"friskiness", +"frisking", +"frisson", +"fritillaria", +"fritillaria_affinis", +"fritillaria_agrestis", +"fritillaria_biflora", +"fritillaria_imperialis", +"fritillaria_lanceolata", +"fritillaria_liliaceae", +"fritillaria_meleagris", +"fritillaria_micrantha", +"fritillaria_mutica", +"fritillaria_parviflora", +"fritillaria_pluriflora", +"fritillaria_recurva", +"fritillary", +"frittata", +"fritter", +"fritter_batter", +"fritz_albert_lipmann", +"fritz_haber", +"fritz_kreisler", +"fritz_w._meissner", +"friuli", +"friuli-venezia_giulia", +"friulian", +"frivolity", +"frivolousness", +"frizz", +"frobisher", +"frock", +"frock_coat", +"froebel", +"froelichia", +"frog", +"frog's-bit", +"frog's-bit_family", +"frog's_lettuce", +"frog_kick", +"frog_legs", +"frog_orchid", +"frogbit", +"frogbit_family", +"frogfish", +"froghopper", +"frogman", +"frogmouth", +"frolic", +"frolicsomeness", +"fromental_halevy", +"frond", +"front", +"front-porch_campaign", +"front-porch_campaigning", +"front-runner", +"front-stall", +"front_bench", +"front_burner", +"front_crawl", +"front_door", +"front_end", +"front_entrance", +"front_line", +"front_man", +"front_matter", +"front_porch", +"front_projector", +"front_room", +"front_tooth", +"front_yard", +"frontage", +"frontage_road", +"frontal", +"frontal_bone", +"frontal_cortex", +"frontal_eminence", +"frontal_gyrus", +"frontal_lobe", +"frontal_lobotomy", +"frontal_sinus", +"frontal_suture", +"frontbencher", +"frontier", +"frontier_settlement", +"frontiersman", +"frontierswoman", +"frontispiece", +"frontlet", +"frontstall", +"frost", +"frost's_bolete", +"frost-weed", +"frost_fish", +"frost_heave", +"frost_heaving", +"frost_mist", +"frost_snow", +"frostbite", +"frosted_bat", +"frostiness", +"frosting", +"frostweed", +"frostwort", +"froth", +"frothiness", +"frottage", +"frotteur", +"frown", +"frown_line", +"frozen_custard", +"frozen_dessert", +"frozen_food", +"frozen_foods", +"frozen_metaphor", +"frozen_orange_juice", +"frozen_pudding", +"frozen_yogurt", +"frs", +"fructidor", +"fructification", +"fructose", +"fructosuria", +"frugality", +"frugalness", +"fruit", +"fruit_bar", +"fruit_bat", +"fruit_cocktail", +"fruit_compote", +"fruit_crush", +"fruit_custard", +"fruit_drink", +"fruit_fly", +"fruit_grower", +"fruit_juice", +"fruit_machine", +"fruit_of_the_poisonous_tree", +"fruit_punch", +"fruit_salad", +"fruit_sugar", +"fruit_tree", +"fruitage", +"fruitcake", +"fruiterer", +"fruitfulness", +"fruiting_body", +"fruition", +"fruitlessness", +"fruitlet", +"fruitwood", +"frumenty", +"frump", +"frunze", +"frustration", +"frustum", +"fry", +"fry_bread", +"fry_cook", +"frye", +"fryer", +"frying", +"frying_pan", +"frypan", +"fsb", +"fsh", +"ft", +"ft-l", +"ftc", +"fthm", +"fto", +"ftp", +"fucaceae", +"fucales", +"fuchs", +"fuchsia", +"fuchsia_coccinea", +"fuchsia_excorticata", +"fuck", +"fuck_all", +"fucker", +"fuckhead", +"fucking", +"fuckup", +"fucoid", +"fucoid_algae", +"fucus", +"fucus_serratus", +"fucus_vesiculosus", +"fuddle", +"fuddy-duddy", +"fudge", +"fudge_factor", +"fudge_sauce", +"fuego", +"fuel", +"fuel-air_bomb", +"fuel-air_explosive", +"fuel_cell", +"fuel_consumption_rate", +"fuel_filter", +"fuel_gauge", +"fuel_indicator", +"fuel_injection", +"fuel_injection_system", +"fuel_level", +"fuel_line", +"fuel_oil", +"fuel_pod", +"fuel_system", +"fueling", +"fuentes", +"fuerzas_armadas_revolucionarios_de_colombia", +"fug", +"fugaciousness", +"fugacity", +"fugard", +"fugitive", +"fugitive_from_justice", +"fugleman", +"fugo", +"fugu", +"fugue", +"fuji", +"fuji-san", +"fuji_cherry", +"fujinoyama", +"fujiyama", +"fukien", +"fukkianese", +"fukuoka", +"ful", +"fula", +"fulah", +"fulani", +"fulbe", +"fulbright", +"fulcrum", +"fulfillment", +"fulfilment", +"fulgoridae", +"fulica", +"fulica_americana", +"fulica_atra", +"full", +"full-dress_uniform", +"full-of-the-moon", +"full-wave_rectifier", +"full_admiral", +"full_blood", +"full_complement", +"full_cousin", +"full_dress", +"full_employment", +"full_faith_and_credit", +"full_gainer", +"full_general", +"full_house", +"full_metal_jacket", +"full_moon", +"full_moon_maple", +"full_nelson", +"full_page", +"full_phase_of_the_moon", +"full_point", +"full_professor", +"full_radiator", +"full_service_bank", +"full_skirt", +"full_stop", +"full_term", +"full_treatment", +"fullback", +"fuller", +"fuller's_earth", +"fuller's_teasel", +"fullerene", +"fullness", +"fulmar", +"fulmar_petrel", +"fulmarus", +"fulmarus_glacialis", +"fulminate", +"fulminate_of_mercury", +"fulminating_mercury", +"fulmination", +"fulminic_acid", +"fulsomeness", +"fulton", +"fulvic_acid", +"fulvicin", +"fumaria", +"fumaria_claviculata", +"fumaria_fungosa", +"fumaria_officinalis", +"fumaria_sempervirens", +"fumariaceae", +"fumaric_acid", +"fumble", +"fumbler", +"fume", +"fumed_oak", +"fumeroot", +"fumes", +"fumewort", +"fumigant", +"fumigation", +"fumigator", +"fumimaro_konoe", +"fumimaro_konoye", +"fumitory", +"fumitory_family", +"fun", +"fun_run", +"funafuti", +"funambulism", +"funambulist", +"function", +"function_call", +"function_word", +"functional_anatomy", +"functional_calculus", +"functional_disorder", +"functional_genomics", +"functional_illiterate", +"functional_magnetic_resonance_imaging", +"functionalism", +"functionalist", +"functionality", +"functionary", +"functioning", +"fund", +"fund-raising_campaign", +"fund-raising_drive", +"fund-raising_effort", +"fundament", +"fundamental", +"fundamental_analysis", +"fundamental_frequency", +"fundamental_interaction", +"fundamental_law", +"fundamental_measure", +"fundamental_particle", +"fundamental_principle", +"fundamental_quantity", +"fundamentalism", +"fundamentalist", +"fundamentals", +"fundamentals_analysis", +"funding", +"fundraiser", +"funds", +"fundulus", +"fundulus_heteroclitus", +"fundulus_majalis", +"fundus", +"funeral", +"funeral-residence", +"funeral_chapel", +"funeral_church", +"funeral_director", +"funeral_home", +"funeral_march", +"funeral_parlor", +"funeral_parlour", +"funeral_pyre", +"funeral_undertaker", +"funfair", +"fungal_infection", +"fungi", +"fungi_imperfecti", +"fungia", +"fungibility", +"fungible", +"fungicide", +"fungus", +"fungus_family", +"fungus_genus", +"fungus_gnat", +"fungus_kingdom", +"fungus_order", +"funicle", +"funicular", +"funicular_railway", +"funiculitis", +"funiculus", +"funk", +"funk_hole", +"funka", +"funkaceae", +"funnel", +"funnel-crest_rosebud_orchid", +"funnel_shape", +"funnel_web", +"funnies", +"funniness", +"funny", +"funny_bone", +"funny_farm", +"funny_house", +"funny_remark", +"funny_story", +"funny_wagon", +"funrun", +"fuqra", +"fur", +"fur-piece", +"fur_coat", +"fur_hat", +"fur_seal", +"furan", +"furane", +"furbelow", +"furcation", +"furcula", +"furfural", +"furfuraldehyde", +"furfuran", +"furiousness", +"furlong", +"furlough", +"furnace", +"furnace_lining", +"furnace_room", +"furnariidae", +"furnarius", +"furnishing", +"furniture", +"furniture_company", +"furniture_maker", +"furnivall", +"furor", +"furore", +"furosemide", +"furrier", +"furring", +"furring_strip", +"furrow", +"furry_tongue", +"furtherance", +"furtiveness", +"furuncle", +"furunculosis", +"fury", +"furze", +"fusain", +"fusanus", +"fusanus_acuminatus", +"fusarium_wilt", +"fuschia", +"fuscoboletinus", +"fuscoboletinus_paluster", +"fuscoboletinus_serotinus", +"fuse", +"fusee", +"fusee_drive", +"fusel_oil", +"fuselage", +"fusible_metal", +"fusil", +"fusilier", +"fusillade", +"fusion", +"fusion_bomb", +"fusion_cooking", +"fusion_reactor", +"fuss", +"fuss-budget", +"fussiness", +"fusspot", +"fustian", +"futility", +"futon", +"futtock_shroud", +"future", +"future_date", +"future_perfect", +"future_perfect_tense", +"future_progressive", +"future_progressive_tense", +"future_tense", +"futures_contract", +"futures_exchange", +"futures_market", +"futurism", +"futurist", +"futuristics", +"futurity", +"futurology", +"fuze", +"fuzee", +"fuzz", +"fuzziness", +"fuzzy_logic", +"fws", +"fyodor_dostoevski", +"fyodor_dostoevsky", +"fyodor_dostoyevsky", +"fyodor_mikhailovich_dostoevski", +"fyodor_mikhailovich_dostoevsky", +"fyodor_mikhailovich_dostoyevsky", +"g", +"g-force", +"g-jo", +"g-man", +"g-string", +"g._b._shaw", +"g._e._moore", +"g._k._chesterton", +"g._l._von_blucher", +"g._r._kirchhoff", +"g._stanley_hall", +"g_clef", +"g_suit", +"ga", +"gaap", +"gab", +"gaba", +"gabapentin", +"gabardine", +"gabble", +"gabbro", +"gaberdine", +"gabfest", +"gable", +"gable_end", +"gable_roof", +"gable_wall", +"gabon", +"gabon_franc", +"gabonese", +"gabonese_republic", +"gaboon_viper", +"gabor", +"gaboriau", +"gaborone", +"gabriel", +"gabriel_daniel_fahrenheit", +"gabriel_lippmann", +"gabriel_tellez", +"gabriele_fallopius", +"gabriello_fallopio", +"gabun", +"gad", +"gadaba", +"gadabout", +"gaddafi", +"gaddi", +"gadfly", +"gadget", +"gadgeteer", +"gadgetry", +"gadidae", +"gadiformes", +"gadoid", +"gadoid_fish", +"gadolinite", +"gadolinium", +"gadsden", +"gadus", +"gadus_macrocephalus", +"gadus_merlangus", +"gadus_morhua", +"gaea", +"gael", +"gaelic", +"gaetan_vestris", +"gaetano_donizetti", +"gaff", +"gaff-headed_sail", +"gaff_topsail", +"gaffe", +"gaffer", +"gaffsail", +"gafsa", +"gag", +"gag_law", +"gag_line", +"gag_order", +"gag_reflex", +"gag_rule", +"gagarin", +"gage", +"gaggle", +"gagman", +"gagster", +"gagwriter", +"gai_choi", +"gaia", +"gaiety", +"gaillardia", +"gaillardia_pulchella", +"gain", +"gainer", +"gainesville", +"gainfulness", +"gaining_control", +"gainsborough", +"gaiseric", +"gait", +"gaiter", +"gaius", +"gaius_aurelius_valerius_diocletian", +"gaius_caesar", +"gaius_cassius_longinus", +"gaius_cornelius_tacitus", +"gaius_flaminius", +"gaius_julius_caesar", +"gaius_julius_caesar_octavianus", +"gaius_octavianus", +"gaius_petronius", +"gaius_plinius_caecilius_secundus", +"gaius_plinius_secundus", +"gaius_valerius_catullus", +"gal", +"gala", +"gala_affair", +"galactagogue", +"galactocele", +"galactose", +"galactosemia", +"galactosis", +"galago", +"galahad", +"galan", +"galangal", +"galantine", +"galanty_show", +"galapagos", +"galapagos_islands", +"galatea", +"galatia", +"galatian", +"galatians", +"galax", +"galax_urceolata", +"galaxy", +"galbanum", +"galbraith", +"galbulidae", +"galbulus", +"gale", +"galea", +"galega", +"galega_officinalis", +"galen", +"galena", +"galeocerdo", +"galeocerdo_cuvieri", +"galeopsis", +"galeopsis_tetrahit", +"galeorhinus", +"galeorhinus_zyopterus", +"galeras", +"galere", +"galicia", +"galician", +"galictis_vittatus", +"galiella_rufa", +"galilaean", +"galilean", +"galilean_satellite", +"galilean_telescope", +"galilee", +"galileo", +"galileo_galilei", +"galina_sergeevna_ulanova", +"galina_ulanova", +"galingale", +"galium", +"galium_aparine", +"galium_boreale", +"galium_lanceolatum", +"galium_mollugo", +"galium_odoratum", +"galium_verum", +"gall", +"gall-berry", +"gall_bladder", +"gall_gnat", +"gall_midge", +"gall_of_the_earth", +"gall_wasp", +"gallamine", +"gallant", +"gallant_fox", +"gallantry", +"gallaudet", +"gallberry", +"gallbladder", +"galleon", +"galleria", +"galleria_mellonella", +"gallery", +"galley", +"galley_proof", +"galley_slave", +"gallfly", +"gallia", +"galliano", +"gallic_acid", +"gallicanism", +"gallicism", +"galliformes", +"gallimaufry", +"gallina", +"gallinacean", +"gallinaceous_bird", +"gallinago", +"gallinago_gallinago", +"gallinago_gallinago_delicata", +"gallinago_media", +"gallinula", +"gallinula_chloropus", +"gallinula_chloropus_cachinnans", +"gallinule", +"gallirallus", +"gallium", +"gallon", +"gallop", +"gallop_rhythm", +"gallous", +"galloway", +"gallows", +"gallows-tree", +"gallows_bird", +"gallows_tree", +"gallstone", +"gallup", +"gallus", +"gallus_gallus", +"galois", +"galois_theory", +"galoot", +"galosh", +"galsworthy", +"galton", +"galtonia_candicans", +"galvani", +"galvanic_battery", +"galvanic_cell", +"galvanic_pile", +"galvanic_skin_response", +"galvanisation", +"galvaniser", +"galvanism", +"galvanization", +"galvanized_iron", +"galvanizer", +"galvanometer", +"galveston", +"galveston_bay", +"galveston_island", +"galway", +"galway_bay", +"gam", +"gamal_abdel_nasser", +"gamba", +"gambelia", +"gambia", +"gambian", +"gambian_monetary_unit", +"gambier_islands", +"gambist", +"gambit", +"gamble", +"gambler", +"gambling", +"gambling_casino", +"gambling_contract", +"gambling_den", +"gambling_game", +"gambling_hell", +"gambling_house", +"gambling_system", +"gamboge", +"gamboge_tree", +"gambol", +"gambrel", +"gambrel_roof", +"gambusia", +"gambusia_affinis", +"game", +"game_bird", +"game_equipment", +"game_fish", +"game_fowl", +"game_law", +"game_license", +"game_misconduct", +"game_of_chance", +"game_plan", +"game_room", +"game_show", +"game_theory", +"game_warden", +"gamebag", +"gameboard", +"gamecock", +"gamekeeper", +"gamelan", +"gameness", +"games-master", +"games-mistress", +"gamesmanship", +"gametangium", +"gamete", +"gametocyte", +"gametoecium", +"gametogenesis", +"gametophore", +"gametophyte", +"gamin", +"gamine", +"gaminess", +"gaming", +"gaming_card", +"gaming_house", +"gaming_table", +"gamma", +"gamma-interferon", +"gamma_acid", +"gamma_aminobutyric_acid", +"gamma_globulin", +"gamma_hydroxybutyrate", +"gamma_iron", +"gamma_radiation", +"gamma_ray", +"gammon", +"gammopathy", +"gamow", +"gamp", +"gamut", +"gan_jiang", +"ganapati", +"gand", +"gand_flower", +"gander", +"gandhi", +"gandy_dancer", +"ganef", +"ganesa", +"ganesh", +"ganesha", +"gang", +"gang_fight", +"gangboard", +"gangdom", +"ganger", +"ganges", +"ganges_river", +"gangland", +"gangliocyte", +"ganglion", +"ganglion_cell", +"gangplank", +"gangrene", +"gangrenous_emphysema", +"gangsaw", +"gangsta", +"gangster", +"gangster's_moll", +"gangway", +"ganja", +"gannet", +"ganof", +"ganoid", +"ganoid_fish", +"ganoidei", +"ganoin", +"ganoine", +"gansu", +"gansu_province", +"gantanol", +"gantlet", +"gantrisin", +"gantry", +"ganymede", +"gao", +"gaol", +"gaolbird", +"gaolbreak", +"gaoler", +"gap", +"gape", +"gapped_scale", +"gar", +"garage", +"garage_sale", +"garageman's_lien", +"garambulla", +"garambulla_cactus", +"garamycin", +"garand", +"garand_rifle", +"garb", +"garbage", +"garbage_can", +"garbage_carter", +"garbage_collection", +"garbage_collector", +"garbage_disposal", +"garbage_dump", +"garbage_hauler", +"garbage_heap", +"garbage_man", +"garbage_pickup", +"garbage_truck", +"garbageman", +"garbanzo", +"garbo", +"garboard", +"garboard_plank", +"garboard_strake", +"garboil", +"garbology", +"garcia_lorca", +"garcinia", +"garcinia_cambogia", +"garcinia_gummi-gutta", +"garcinia_hanburyi", +"garcinia_mangostana", +"garden", +"garden_angelica", +"garden_balm", +"garden_cart", +"garden_centipede", +"garden_chair", +"garden_cress", +"garden_current", +"garden_egg", +"garden_forget-me-not", +"garden_heliotrope", +"garden_hose", +"garden_huckleberry", +"garden_lettuce", +"garden_loosestrife", +"garden_nasturtium", +"garden_of_eden", +"garden_orache", +"garden_party", +"garden_pea", +"garden_pea_plant", +"garden_pepper_cress", +"garden_pink", +"garden_plant", +"garden_rake", +"garden_rhubarb", +"garden_rocket", +"garden_roller", +"garden_snail", +"garden_sorrel", +"garden_spade", +"garden_spider", +"garden_state", +"garden_stater", +"garden_strawberry", +"garden_symphilid", +"garden_tool", +"garden_trowel", +"garden_truck", +"garden_violet", +"garden_webworm", +"gardener", +"gardener's_delight", +"gardener's_garters", +"gardenia", +"gardenia_augusta", +"gardenia_jasminoides", +"gardening", +"gardiner", +"gardner", +"garfield", +"garfish", +"garganey", +"gargantua", +"garget", +"gargle", +"gargoyle", +"gargoylism", +"gari", +"garibaldi", +"garishness", +"garland", +"garland_crab", +"garland_flower", +"garlic", +"garlic_bread", +"garlic_butter", +"garlic_chive", +"garlic_clove", +"garlic_mustard", +"garlic_press", +"garlic_salt", +"garlic_sauce", +"garment", +"garment-worker", +"garment_bag", +"garment_cutter", +"garment_industry", +"garment_worker", +"garmentmaker", +"garner", +"garnet", +"garnet_lac", +"garnier", +"garnierite", +"garnish", +"garnishee", +"garnishment", +"garonne", +"garonne_river", +"garotte", +"garpike", +"garret", +"garrick", +"garrison", +"garrison_cap", +"garrote", +"garroter", +"garrotte", +"garrotter", +"garrulinae", +"garrulity", +"garrulousness", +"garrulus", +"garry_oak", +"garter", +"garter_belt", +"garter_snake", +"garter_stitch", +"gartner's_bacillus", +"garuda", +"garullus_garullus", +"gary", +"gary_cooper", +"gary_kasparov", +"gary_weinstein", +"gas", +"gas-cooled_reactor", +"gas-discharge_lamp", +"gas-discharge_tube", +"gas-turbine_ship", +"gas_bomb", +"gas_bracket", +"gas_burner", +"gas_chamber", +"gas_company", +"gas_constant", +"gas_cooker", +"gas_embolism", +"gas_engine", +"gas_fitter", +"gas_fitting", +"gas_fixture", +"gas_furnace", +"gas_gage", +"gas_gangrene", +"gas_gauge", +"gas_giant", +"gas_gun", +"gas_guzzler", +"gas_heat", +"gas_heater", +"gas_helmet", +"gas_holder", +"gas_jet", +"gas_lamp", +"gas_line", +"gas_main", +"gas_maser", +"gas_meter", +"gas_mileage", +"gas_oil", +"gas_oven", +"gas_pedal", +"gas_phlegmon", +"gas_plant", +"gas_pressure", +"gas_pump", +"gas_range", +"gas_ring", +"gas_service", +"gas_shell", +"gas_station", +"gas_stove", +"gas_system", +"gas_tank", +"gas_thermometer", +"gas_turbine", +"gas_well", +"gasbag", +"gascogne", +"gasconade", +"gascony", +"gaseous_nebula", +"gaseous_state", +"gaseousness", +"gasfield", +"gash", +"gasherbrum", +"gasification", +"gaskell", +"gasket", +"gaskin", +"gaslight", +"gasman", +"gasmask", +"gasohol", +"gasolene", +"gasoline", +"gasoline_bomb", +"gasoline_engine", +"gasoline_gage", +"gasoline_gauge", +"gasoline_mileage", +"gasoline_pump", +"gasoline_station", +"gasoline_tank", +"gasoline_tax", +"gasometer", +"gasp", +"gaspar", +"gassing", +"gasteromycete", +"gasteromycetes", +"gasterophilidae", +"gasterophilus", +"gasterophilus_intestinalis", +"gasteropoda", +"gasterosteidae", +"gasterosteus", +"gasterosteus_aculeatus", +"gasterosteus_pungitius", +"gaston_lachaise", +"gastralgia", +"gastrectomy", +"gastric_acid", +"gastric_antacid", +"gastric_artery", +"gastric_digestion", +"gastric_juice", +"gastric_lavage", +"gastric_mill", +"gastric_smear", +"gastric_ulcer", +"gastric_vein", +"gastrin", +"gastritis", +"gastroboletus", +"gastroboletus_scabrosus", +"gastroboletus_turbinatus", +"gastrocnemius", +"gastrocnemius_muscle", +"gastrocolic_omentum", +"gastrocybe", +"gastrocybe_lateritia", +"gastroenteritis", +"gastroenterologist", +"gastroenterology", +"gastroenterostomy", +"gastroepiploic_vein", +"gastroesophageal_reflux", +"gastrogavage", +"gastrointestinal_disorder", +"gastrointestinal_hormone", +"gastrointestinal_system", +"gastrointestinal_tract", +"gastrolobium", +"gastromy", +"gastromycete", +"gastromycetes", +"gastronome", +"gastronomy", +"gastroomental_vein", +"gastrophryne", +"gastrophryne_carolinensis", +"gastrophryne_olivacea", +"gastropod", +"gastropoda", +"gastroscope", +"gastroscopy", +"gastrostomy", +"gastrula", +"gastrulation", +"gasworks", +"gat", +"gate", +"gateau", +"gatecrasher", +"gatefold", +"gatehouse", +"gatekeeper", +"gateleg_table", +"gatepost", +"gates", +"gates_of_the_arctic_national_park", +"gateway", +"gateway_drug", +"gateway_to_the_west", +"gather", +"gathered_skirt", +"gatherer", +"gathering", +"gathering_place", +"gathic", +"gatling", +"gatling_gun", +"gator", +"gatt", +"gaucheness", +"gaucher's_disease", +"gaucherie", +"gaucho", +"gaud", +"gaudery", +"gaudi", +"gaudi_i_cornet", +"gaudiness", +"gaudy", +"gauffer", +"gauffering_iron", +"gauge", +"gauge_boson", +"gauguin", +"gaul", +"gaultheria", +"gaultheria_hispidula", +"gaultheria_procumbens", +"gaultheria_shallon", +"gauntlet", +"gauntness", +"gauntry", +"gaur", +"gauri", +"gauss", +"gaussian_curve", +"gaussian_distribution", +"gaussian_shape", +"gaussmeter", +"gautama", +"gautama_buddha", +"gautama_siddhartha", +"gauze", +"gauze_bandage", +"gavage", +"gavel", +"gavia", +"gavial", +"gavialidae", +"gavialis", +"gavialis_gangeticus", +"gavidae", +"gaviiform_seabird", +"gaviiformes", +"gavotte", +"gawain", +"gawk", +"gawker", +"gawkiness", +"gay", +"gay-feather", +"gay-lussac", +"gay-lussac's_law", +"gay_lib", +"gay_liberation_movement", +"gay_man", +"gay_woman", +"gayal", +"gayfeather", +"gaylussacia", +"gaylussacia_baccata", +"gaylussacia_brachycera", +"gaylussacia_frondosa", +"gayness", +"gaywings", +"gaza", +"gaza_strip", +"gazania", +"gazania_rigens", +"gaze", +"gazebo", +"gazella", +"gazella_subgutturosa", +"gazella_thomsoni", +"gazelle", +"gazelle_hound", +"gazette", +"gazetteer", +"gazillion", +"gazpacho", +"gb", +"gbit", +"gbu-28", +"gc", +"gca", +"gcse", +"gd", +"gdansk", +"gdp", +"ge", +"gean", +"gear", +"gear_box", +"gear_case", +"gear_lever", +"gear_mechanism", +"gear_wheel", +"gearbox", +"geared_wheel", +"gearing", +"gearset", +"gearshift", +"gearstick", +"geartrain", +"geastraceae", +"geastrum", +"geastrum_coronatum", +"geb", +"gebang_palm", +"gebhard_leberecht_von_blucher", +"gecko", +"gee", +"gee-gee", +"geebung", +"geek", +"geert_geerts", +"geezer", +"geezerhood", +"gefilte_fish", +"gegenschein", +"geglossaceae", +"gehenna", +"gehrig", +"geiger", +"geiger-muller_counter", +"geiger-muller_tube", +"geiger_counter", +"geiger_tube", +"geisel", +"geisha", +"geisha_girl", +"gekkonidae", +"gel", +"gelatin", +"gelatin_dessert", +"gelatine", +"gelatinousness", +"gelding", +"gelechia", +"gelechia_gossypiella", +"gelechiid", +"gelechiid_moth", +"gelechiidae", +"gelidity", +"gelignite", +"gell-mann", +"gelly", +"gelsemium", +"gelsemium_sempervirens", +"gelt", +"gem", +"gem_clip", +"gem_cutter", +"gem_state", +"gemara", +"gemfibrozil", +"geminate", +"gemination", +"gemini", +"gemini_program", +"gemini_the_twins", +"gemma", +"gemmation", +"gemmule", +"gemonil", +"gempylid", +"gempylidae", +"gempylus", +"gempylus_serpens", +"gemsbok", +"gemsbuck", +"gemstone", +"gen", +"gen_x", +"gendarme", +"gendarmerie", +"gendarmery", +"gender", +"gender_agreement", +"gender_identity", +"gender_role", +"gene", +"gene-splicing", +"gene_chip", +"gene_delivery_vector", +"gene_expression", +"gene_kelly", +"gene_linkage", +"gene_mutation", +"gene_sarazen", +"gene_tunney", +"genealogist", +"genealogy", +"general", +"general-purpose_bomb", +"general_agent", +"general_agreement_on_tariffs_and_trade", +"general_anaesthesia", +"general_anaesthetic", +"general_anatomy", +"general_anesthesia", +"general_anesthetic", +"general_assembly", +"general_baptist", +"general_certificate_of_secondary_education", +"general_charles_de_gaulle", +"general_custer", +"general_damages", +"general_de_gaulle", +"general_delivery", +"general_election", +"general_franco", +"general_headquarters", +"general_knowledge", +"general_ledger", +"general_lien", +"general_manager", +"general_medicine", +"general_officer", +"general_practitioner", +"general_relativity", +"general_relativity_theory", +"general_security_services", +"general_services_administration", +"general_staff", +"general_store", +"general_theory_of_relativity", +"general_verdict", +"generalcy", +"generalisation", +"generalissimo", +"generalist", +"generality", +"generalization", +"generalized_anxiety_disorder", +"generalized_epilepsy", +"generalized_seizure", +"generally_accepted_accounting_principles", +"generalship", +"generation", +"generation_gap", +"generation_x", +"generative_grammar", +"generator", +"generic", +"generic_drug", +"generic_noun", +"generic_wine", +"generosity", +"generousness", +"genesis", +"genet", +"genetic_abnormality", +"genetic_code", +"genetic_constitution", +"genetic_counseling", +"genetic_defect", +"genetic_disease", +"genetic_disorder", +"genetic_endowment", +"genetic_engineering", +"genetic_fingerprint", +"genetic_fingerprinting", +"genetic_map", +"genetic_marker", +"genetic_mutation", +"genetic_profiling", +"genetic_psychology", +"genetic_science", +"genetic_screening", +"geneticism", +"geneticist", +"genetics", +"genetta", +"genetta_genetta", +"geneva", +"geneva_convention", +"geneva_gown", +"genevan", +"geneve", +"genf", +"genghis_khan", +"geniality", +"genicular_vein", +"geniculate_body", +"genie", +"genip", +"genipa", +"genipa_americana", +"genipap", +"genipap_fruit", +"genista", +"genista_anglica", +"genista_hispanica", +"genista_raetam", +"genista_tinctoria", +"genital_herpes", +"genital_organ", +"genital_personality", +"genital_phase", +"genital_stage", +"genital_system", +"genital_torture", +"genital_wart", +"genitalia", +"genitals", +"genitive", +"genitive_case", +"genitor", +"genitourinary_apparatus", +"genitourinary_system", +"genius", +"genius_loci", +"genlisea", +"genoa", +"genocide", +"genoese", +"genoise", +"genome", +"genomics", +"genotype", +"genova", +"genre", +"genre_painter", +"genre_painting", +"gens", +"genseric", +"gent", +"gentamicin", +"genteelness", +"gentian", +"gentian_family", +"gentian_violet", +"gentiana", +"gentiana_acaulis", +"gentiana_andrewsii", +"gentiana_calycosa", +"gentiana_clausa", +"gentiana_crinita", +"gentiana_detonsa", +"gentiana_holopetala", +"gentiana_lutea", +"gentiana_pneumonanthe", +"gentiana_procera", +"gentiana_quinquefolia", +"gentiana_saponaria", +"gentiana_thermalis", +"gentiana_villosa", +"gentianaceae", +"gentianales", +"gentianella", +"gentianella_amarella", +"gentianella_quinquefolia", +"gentianopsid_procera", +"gentianopsis", +"gentianopsis_crinita", +"gentianopsis_detonsa", +"gentianopsis_holopetala", +"gentianopsis_thermalis", +"gentile", +"gentility", +"gentle_breeze", +"gentle_wind", +"gentlefolk", +"gentleman", +"gentleman's-cane", +"gentleman's_gentleman", +"gentleman-at-arms", +"gentleman_jim", +"gentleman_johnny", +"gentlemen's_agreement", +"gentleness", +"gentlewoman", +"gentrification", +"gentry", +"genu", +"genu_valgum", +"genu_varum", +"genuflection", +"genuflexion", +"genuineness", +"genus", +"genus-fenusa", +"genus-megapodius", +"genus-milvus", +"genus_abelia", +"genus_abelmoschus", +"genus_abies", +"genus_abramis", +"genus_abrocoma", +"genus_abronia", +"genus_abudefduf", +"genus_abutilon", +"genus_acacia", +"genus_acalypha", +"genus_acanthisitta", +"genus_acanthocereus", +"genus_acanthocybium", +"genus_acanthophis", +"genus_acanthoscelides", +"genus_acanthurus", +"genus_acanthus", +"genus_acarus", +"genus_accipiter", +"genus_acer", +"genus_acherontia", +"genus_acheta", +"genus_achillea", +"genus_achimenes", +"genus_achoerodus", +"genus_achras", +"genus_acinonyx", +"genus_acinos", +"genus_acipenser", +"genus_acocanthera", +"genus_acokanthera", +"genus_aconitum", +"genus_acorus", +"genus_acridotheres", +"genus_acris", +"genus_acrobates", +"genus_acrocarpus", +"genus_acrocephalus", +"genus_acroclinium", +"genus_acrocomia", +"genus_acropora", +"genus_acrostichum", +"genus_actaea", +"genus_actias", +"genus_actinia", +"genus_actinidia", +"genus_actiniopteris", +"genus_actinomeris", +"genus_actinomyces", +"genus_actitis", +"genus_adalia", +"genus_adansonia", +"genus_addax", +"genus_adelges", +"genus_adenanthera", +"genus_adenium", +"genus_adenota", +"genus_adiantum", +"genus_adlumia", +"genus_adonis", +"genus_aedes", +"genus_aegiceras", +"genus_aegilops", +"genus_aegypius", +"genus_aegyptopithecus", +"genus_aeonium", +"genus_aepyceros", +"genus_aepyornis", +"genus_aerides", +"genus_aerobacter", +"genus_aeschynanthus", +"genus_aesculus", +"genus_aethionema", +"genus_aethusa", +"genus_aetobatus", +"genus_aframomum", +"genus_afrocarpus", +"genus_afropavo", +"genus_agalinis", +"genus_agama", +"genus_agapanthus", +"genus_agapornis", +"genus_agaricus", +"genus_agastache", +"genus_agathis", +"genus_agave", +"genus_agdestis", +"genus_agelaius", +"genus_ageratina", +"genus_ageratum", +"genus_agkistrodon", +"genus_aglaomorpha", +"genus_aglaonema", +"genus_agonus", +"genus_agrimonia", +"genus_agriocharis", +"genus_agrobacterium", +"genus_agropyron", +"genus_agrostemma", +"genus_agrostis", +"genus_ailanthus", +"genus_ailuropoda", +"genus_ailurus", +"genus_aix", +"genus_ajaia", +"genus_ajuga", +"genus_alauda", +"genus_albatrellus", +"genus_albizia", +"genus_albizzia", +"genus_albuca", +"genus_albugo", +"genus_albula", +"genus_alca", +"genus_alcea", +"genus_alcedo", +"genus_alcelaphus", +"genus_alces", +"genus_aldrovanda", +"genus_alectis", +"genus_alectoria", +"genus_alectoris", +"genus_alectura", +"genus_alepisaurus", +"genus_aletris", +"genus_aleurites", +"genus_aleyrodes", +"genus_algeripithecus", +"genus_alisma", +"genus_allamanda", +"genus_alliaria", +"genus_alligator", +"genus_allionia", +"genus_allium", +"genus_allosaurus", +"genus_alnus", +"genus_alocasia", +"genus_aloe", +"genus_alopecurus", +"genus_alopex", +"genus_alopius", +"genus_alosa", +"genus_alouatta", +"genus_alpinia", +"genus_alsobia", +"genus_alsophila", +"genus_alstonia", +"genus_alstroemeria", +"genus_alternanthera", +"genus_althaea", +"genus_alyssum", +"genus_alytes", +"genus_amanita", +"genus_amaranthus", +"genus_amaryllis", +"genus_amauropelta", +"genus_amazona", +"genus_amberboa", +"genus_ambloplites", +"genus_amblyrhynchus", +"genus_ambrosia", +"genus_ambystoma", +"genus_ameiurus", +"genus_amelanchier", +"genus_amia", +"genus_amianthum", +"genus_ammobium", +"genus_ammodytes", +"genus_ammotragus", +"genus_amoeba", +"genus_amorpha", +"genus_amorphophallus", +"genus_amphibolips", +"genus_amphicarpa", +"genus_amphicarpaea", +"genus_amphioxus", +"genus_amphiprion", +"genus_amphisbaena", +"genus_amphisbaenia", +"genus_amphiuma", +"genus_amsinckia", +"genus_amsonia", +"genus_amygdalus", +"genus_anabas", +"genus_anabrus", +"genus_anacardium", +"genus_anacyclus", +"genus_anadenanthera", +"genus_anagallis", +"genus_anagasta", +"genus_anagyris", +"genus_ananas", +"genus_anaphalis", +"genus_anarhichas", +"genus_anas", +"genus_anasa", +"genus_anastatica", +"genus_anastomus", +"genus_anatotitan", +"genus_anchusa", +"genus_ancistrodon", +"genus_ancylus", +"genus_andira", +"genus_andreaea", +"genus_andrena", +"genus_andricus", +"genus_andromeda", +"genus_andropogon", +"genus_andryala", +"genus_aneides", +"genus_anemia", +"genus_anemone", +"genus_anemonella", +"genus_anemopsis", +"genus_anethum", +"genus_angelica", +"genus_angiopteris", +"genus_angraecum", +"genus_angrecum", +"genus_anguilla", +"genus_anguillula", +"genus_anguis", +"genus_anhima", +"genus_anhinga", +"genus_anigozanthus", +"genus_anisotremus", +"genus_ankylosaurus", +"genus_annona", +"genus_anoa", +"genus_anodonta", +"genus_anoectochilus", +"genus_anogramma", +"genus_anolis", +"genus_anomala", +"genus_anomalops", +"genus_anomalopteryx", +"genus_anomia", +"genus_anopheles", +"genus_anser", +"genus_antedon", +"genus_antennaria", +"genus_anthemis", +"genus_antheraea", +"genus_anthericum", +"genus_antheropeas", +"genus_anthidium", +"genus_anthoceros", +"genus_anthonomus", +"genus_anthriscus", +"genus_anthurium", +"genus_anthus", +"genus_anthyllis", +"genus_antidorcas", +"genus_antigonia", +"genus_antilocapra", +"genus_antilope", +"genus_antirrhinum", +"genus_antrodemus", +"genus_antrozous", +"genus_aotus", +"genus_apatosaurus", +"genus_apatura", +"genus_aphis", +"genus_aphriza", +"genus_aphrophora", +"genus_aphyllanthes", +"genus_apios", +"genus_apis", +"genus_apium", +"genus_aplectrum", +"genus_aplodontia", +"genus_aplysia", +"genus_apocynum", +"genus_apodemus", +"genus_apogon", +"genus_aporocactus", +"genus_appendicularia", +"genus_aptenodytes", +"genus_apteryx", +"genus_apus", +"genus_aquila", +"genus_aquilegia", +"genus_ara", +"genus_arabidopsis", +"genus_arabis", +"genus_arachis", +"genus_aralia", +"genus_aramus", +"genus_aranea", +"genus_araneus", +"genus_araucaria", +"genus_araujia", +"genus_arbutus", +"genus_arca", +"genus_arcella", +"genus_arceuthobium", +"genus_archaeopteryx", +"genus_archaeornis", +"genus_archeopteryx", +"genus_archidiskidon", +"genus_archilochus", +"genus_architeuthis", +"genus_archosargus", +"genus_arctictis", +"genus_arctium", +"genus_arctocebus", +"genus_arctocephalus", +"genus_arctonyx", +"genus_arctostaphylos", +"genus_arctotis", +"genus_ardea", +"genus_ardisia", +"genus_areca", +"genus_arenaria", +"genus_arenga", +"genus_arethusa", +"genus_argemone", +"genus_argentina", +"genus_argentinosaurus", +"genus_argiope", +"genus_argonauta", +"genus_argusianus", +"genus_argynnis", +"genus_argyranthemum", +"genus_argyreia", +"genus_argyrotaenia", +"genus_argyroxiphium", +"genus_arilus", +"genus_ariocarpus", +"genus_ariomma", +"genus_arisaema", +"genus_arisarum", +"genus_aristolochia", +"genus_aristotelia", +"genus_arius", +"genus_arizona", +"genus_armadillidium", +"genus_armeria", +"genus_armillaria", +"genus_armillariella", +"genus_armoracia", +"genus_arnica", +"genus_arnoseris", +"genus_arrhenatherum", +"genus_artamus", +"genus_artemia", +"genus_artemisia", +"genus_arthropteris", +"genus_artocarpus", +"genus_arum", +"genus_arundinaria", +"genus_arundo", +"genus_arvicola", +"genus_asarum", +"genus_ascaphus", +"genus_ascaridia", +"genus_ascaris", +"genus_asclepias", +"genus_ascophyllum", +"genus_asimina", +"genus_asio", +"genus_aspalathus", +"genus_asparagus", +"genus_aspergillus", +"genus_asperula", +"genus_asphodeline", +"genus_asphodelus", +"genus_aspidelaps", +"genus_aspidiotus", +"genus_aspidistra", +"genus_aspidophoroides", +"genus_aspis", +"genus_asplenium", +"genus_astacus", +"genus_aster", +"genus_astilbe", +"genus_astragalus", +"genus_astrantia", +"genus_astreus", +"genus_astroloma", +"genus_astronium", +"genus_astrophyton", +"genus_astropogon", +"genus_ateles", +"genus_athene", +"genus_atherinopsis", +"genus_atherurus", +"genus_athrotaxis", +"genus_athyrium", +"genus_atrichornis", +"genus_atriplex", +"genus_atropa", +"genus_attalea", +"genus_atticus", +"genus_aucuba", +"genus_aulacorhyncus", +"genus_aulostomus", +"genus_aureolaria", +"genus_auricularia", +"genus_auriparus", +"genus_australopithecus", +"genus_austrocedrus", +"genus_austrotaxus", +"genus_automeris", +"genus_avahi", +"genus_avena", +"genus_averrhoa", +"genus_avicennia", +"genus_ayapana", +"genus_aythya", +"genus_azadirachta", +"genus_azolla", +"genus_babesia", +"genus_babyrousa", +"genus_baccharis", +"genus_bacillus", +"genus_bacteroides", +"genus_baiomys", +"genus_bairdiella", +"genus_balaena", +"genus_balaeniceps", +"genus_balaenoptera", +"genus_balanus", +"genus_balistes", +"genus_ballota", +"genus_balsamorhiza", +"genus_bambusa", +"genus_bankia", +"genus_banksia", +"genus_baphia", +"genus_baptisia", +"genus_barbarea", +"genus_barosaurus", +"genus_bartle-frere", +"genus_bartramia", +"genus_basiliscus", +"genus_bassariscus", +"genus_bassia", +"genus_bathyergus", +"genus_batis", +"genus_batrachoseps", +"genus_bauhinia", +"genus_beaumontia", +"genus_begonia", +"genus_belamcanda", +"genus_bellis", +"genus_bemisia", +"genus_bennettitis", +"genus_benzoin", +"genus_berberis", +"genus_bergenia", +"genus_beroe", +"genus_berteroa", +"genus_bertholletia", +"genus_bessera", +"genus_besseya", +"genus_beta", +"genus_bettongia", +"genus_betula", +"genus_bibos", +"genus_bidens", +"genus_bignonia", +"genus_biscutella", +"genus_bison", +"genus_bitis", +"genus_blaberus", +"genus_blandfordia", +"genus_blarina", +"genus_blastocladia", +"genus_blastomyces", +"genus_blatta", +"genus_blattella", +"genus_blechnum", +"genus_blennius", +"genus_blephilia", +"genus_bletia", +"genus_bletilla", +"genus_blighia", +"genus_blissus", +"genus_bloomeria", +"genus_bocconia", +"genus_boehmeria", +"genus_bolbitis", +"genus_boletellus", +"genus_boletus", +"genus_boltonia", +"genus_bomarea", +"genus_bombax", +"genus_bombina", +"genus_bombus", +"genus_bombycilla", +"genus_bombyx", +"genus_bonasa", +"genus_borago", +"genus_borassus", +"genus_borrelia", +"genus_bos", +"genus_boselaphus", +"genus_boswellia", +"genus_botaurus", +"genus_bothrops", +"genus_botrychium", +"genus_bougainvillaea", +"genus_bougainvillea", +"genus_bouteloua", +"genus_bowiea", +"genus_boykinia", +"genus_brachinus", +"genus_brachychiton", +"genus_brachycome", +"genus_brachystegia", +"genus_bradypus", +"genus_brama", +"genus_branchiobdella", +"genus_branta", +"genus_brasenia", +"genus_brassavola", +"genus_brassia", +"genus_brassica", +"genus_brevoortia", +"genus_brickelia", +"genus_brodiaea", +"genus_bromus", +"genus_brontosaurus", +"genus_broussonetia", +"genus_browallia", +"genus_browmius", +"genus_bruchus", +"genus_bruckenthalia", +"genus_brugmansia", +"genus_brunfelsia", +"genus_brya", +"genus_bryanthus", +"genus_bryonia", +"genus_bryum", +"genus_bubalus", +"genus_bubo", +"genus_bubulcus", +"genus_bucephala", +"genus_buceros", +"genus_buchloe", +"genus_buckleya", +"genus_buddleia", +"genus_budorcas", +"genus_bufo", +"genus_bulnesia", +"genus_bumelia", +"genus_bungarus", +"genus_buphthalmum", +"genus_burhinus", +"genus_burmannia", +"genus_burmeisteria", +"genus_bursera", +"genus_butea", +"genus_buteo", +"genus_buxus", +"genus_cabassous", +"genus_cabomba", +"genus_cacajao", +"genus_cacalia", +"genus_cacatua", +"genus_cacicus", +"genus_cadra", +"genus_caenolestes", +"genus_caesalpinia", +"genus_caiman", +"genus_cairina", +"genus_cajanus", +"genus_cakile", +"genus_caladenia", +"genus_caladium", +"genus_calamagrostis", +"genus_calamintha", +"genus_calamus", +"genus_calandrinia", +"genus_calanthe", +"genus_calceolaria", +"genus_calendula", +"genus_calidris", +"genus_calla", +"genus_calliandra", +"genus_callicebus", +"genus_callimorpha", +"genus_callinectes", +"genus_calliophis", +"genus_calliphora", +"genus_callirhoe", +"genus_callisaurus", +"genus_callistephus", +"genus_callithrix", +"genus_callitriche", +"genus_callitris", +"genus_callophis", +"genus_callorhinus", +"genus_calluna", +"genus_calocarpum", +"genus_calocedrus", +"genus_calochortus", +"genus_calophyllum", +"genus_calopogon", +"genus_calosoma", +"genus_caltha", +"genus_calvatia", +"genus_calycanthus", +"genus_calycophyllum", +"genus_calymmatobacterium", +"genus_calypso", +"genus_calystegia", +"genus_camassia", +"genus_cambarus", +"genus_camelina", +"genus_camellia", +"genus_camelus", +"genus_campanula", +"genus_campephilus", +"genus_camponotus", +"genus_camptosorus", +"genus_campyloneurum", +"genus_campylorhynchus", +"genus_canachites", +"genus_cananga", +"genus_canangium", +"genus_canavalia", +"genus_cancer", +"genus_candida", +"genus_canella", +"genus_canis", +"genus_canna", +"genus_cannabis", +"genus_cantharellus", +"genus_capella", +"genus_capparis", +"genus_capra", +"genus_caprella", +"genus_capreolus", +"genus_capricornis", +"genus_caprimulgus", +"genus_capros", +"genus_capsella", +"genus_capsicum", +"genus_caragana", +"genus_caranx", +"genus_carassius", +"genus_carcharhinus", +"genus_carcharias", +"genus_carcharodon", +"genus_cardamine", +"genus_cardiospermum", +"genus_cardium", +"genus_carduelis", +"genus_carduus", +"genus_caretta", +"genus_carex", +"genus_cariama", +"genus_carica", +"genus_carissa", +"genus_carlina", +"genus_carnegiea", +"genus_carpenteria", +"genus_carphophis", +"genus_carpinus", +"genus_carpobrotus", +"genus_carpocapsa", +"genus_carpodacus", +"genus_carthamus", +"genus_carum", +"genus_carya", +"genus_caryocar", +"genus_caryota", +"genus_casmerodius", +"genus_cassia", +"genus_cassiope", +"genus_castanea", +"genus_castanopsis", +"genus_castanospermum", +"genus_castilleia", +"genus_castilleja", +"genus_castor", +"genus_castoroides", +"genus_casuarina", +"genus_casuarius", +"genus_catacala", +"genus_catalpa", +"genus_catananche", +"genus_catasetum", +"genus_catha", +"genus_catharacta", +"genus_catharanthus", +"genus_cathartes", +"genus_cathaya", +"genus_catoptrophorus", +"genus_catostomus", +"genus_cattleya", +"genus_caulophyllum", +"genus_cavia", +"genus_cebuella", +"genus_cebus", +"genus_cecropia", +"genus_cedrela", +"genus_cedrus", +"genus_ceiba", +"genus_celastrus", +"genus_celosia", +"genus_celtis", +"genus_cenchrus", +"genus_centaurea", +"genus_centaurium", +"genus_centranthus", +"genus_centrocercus", +"genus_centrolobium", +"genus_centropomus", +"genus_centropristis", +"genus_centropus", +"genus_centrosema", +"genus_centunculus", +"genus_cephalanthera", +"genus_cephalopterus", +"genus_cephalotaxus", +"genus_cephalotus", +"genus_cepphus", +"genus_cerapteryx", +"genus_cerastes", +"genus_cerastium", +"genus_ceratitis", +"genus_ceratodus", +"genus_ceratonia", +"genus_ceratopetalum", +"genus_ceratophyllum", +"genus_ceratopogon", +"genus_ceratopteris", +"genus_ceratosaurus", +"genus_ceratostomella", +"genus_ceratotherium", +"genus_ceratozamia", +"genus_cercidiphyllum", +"genus_cercidium", +"genus_cercis", +"genus_cercocebus", +"genus_cercopithecus", +"genus_cercospora", +"genus_cercosporella", +"genus_cereus", +"genus_ceroxylon", +"genus_certhia", +"genus_cervus", +"genus_ceryle", +"genus_cestrum", +"genus_cestum", +"genus_ceterach", +"genus_cetonia", +"genus_cetorhinus", +"genus_cetraria", +"genus_chaenactis", +"genus_chaenomeles", +"genus_chaenopsis", +"genus_chaetodipterus", +"genus_chaetodon", +"genus_chalcis", +"genus_chalcostigma", +"genus_chamaea", +"genus_chamaecrista", +"genus_chamaecyparis", +"genus_chamaecytisus", +"genus_chamaedaphne", +"genus_chamaeleo", +"genus_chamaeleon", +"genus_chamaemelum", +"genus_chara", +"genus_charadrius", +"genus_charina", +"genus_charronia", +"genus_chateura", +"genus_chauna", +"genus_cheilanthes", +"genus_cheiranthus", +"genus_chelidonium", +"genus_chelifer", +"genus_chelone", +"genus_chelonia", +"genus_chelydra", +"genus_chenopodium", +"genus_chilomastix", +"genus_chilomeniscus", +"genus_chilomycterus", +"genus_chilopsis", +"genus_chimaera", +"genus_chimaphila", +"genus_chimonanthus", +"genus_chinchilla", +"genus_chinchona", +"genus_chiococca", +"genus_chionanthus", +"genus_chirocephalus", +"genus_chironomus", +"genus_chiton", +"genus_chlamydera", +"genus_chlamydia", +"genus_chlamydomonas", +"genus_chlamydosaurus", +"genus_chlamyphorus", +"genus_chloranthus", +"genus_chlorella", +"genus_chloris", +"genus_chlorococcum", +"genus_chlorophis", +"genus_chlorophoneus", +"genus_chlorophyllum", +"genus_chloroxylon", +"genus_chlorura", +"genus_choeronycteris", +"genus_choloepus", +"genus_chondrus", +"genus_chordeiles", +"genus_chordospartium", +"genus_choriotis", +"genus_chorizagrotis", +"genus_chorizema", +"genus_christella", +"genus_chronoperates", +"genus_chrysanthemum", +"genus_chrysaora", +"genus_chrysemys", +"genus_chrysobalanus", +"genus_chrysochloris", +"genus_chrysolepis", +"genus_chrysolophus", +"genus_chrysophrys", +"genus_chrysophyllum", +"genus_chrysopsis", +"genus_chrysosplenium", +"genus_chrysothamnus", +"genus_chunga", +"genus_cibotium", +"genus_cicada", +"genus_cicer", +"genus_cichorium", +"genus_ciconia", +"genus_cicuta", +"genus_cimex", +"genus_cimicifuga", +"genus_cinchona", +"genus_cinclus", +"genus_cinnamomum", +"genus_circaea", +"genus_circaetus", +"genus_circus", +"genus_cirsium", +"genus_cistothorus", +"genus_cistus", +"genus_citellus", +"genus_citharichthys", +"genus_citroncirus", +"genus_citrullus", +"genus_citrus", +"genus_cladonia", +"genus_cladorhyncus", +"genus_cladrastis", +"genus_clangula", +"genus_clathrus", +"genus_claviceps", +"genus_claytonia", +"genus_cleistes", +"genus_clematis", +"genus_cleome", +"genus_clethra", +"genus_clethrionomys", +"genus_clianthus", +"genus_cliftonia", +"genus_clinopodium", +"genus_clintonia", +"genus_clitocybe", +"genus_clitoria", +"genus_clostridium", +"genus_clupea", +"genus_clusia", +"genus_cnemidophorus", +"genus_cnicus", +"genus_cnidoscolus", +"genus_coccothraustes", +"genus_cocculus", +"genus_coccus", +"genus_coccyzus", +"genus_cochlearia", +"genus_cochlearius", +"genus_cocos", +"genus_codariocalyx", +"genus_codiaeum", +"genus_coeloglossum", +"genus_coelogyne", +"genus_coelophysis", +"genus_coereba", +"genus_coffea", +"genus_cola", +"genus_colaptes", +"genus_colchicum", +"genus_coleonyx", +"genus_coleus", +"genus_colinus", +"genus_collinsia", +"genus_collinsonia", +"genus_collocalia", +"genus_colobus", +"genus_colocasia", +"genus_coluber", +"genus_colubrina", +"genus_columba", +"genus_columnea", +"genus_colutea", +"genus_comandra", +"genus_comatula", +"genus_combretum", +"genus_commelina", +"genus_commiphora", +"genus_compsognathus", +"genus_comptonia", +"genus_condylura", +"genus_conepatus", +"genus_conferva", +"genus_conilurus", +"genus_coniogramme", +"genus_conium", +"genus_connarus", +"genus_connochaetes", +"genus_conocarpus", +"genus_conoclinium", +"genus_conopodium", +"genus_conospermum", +"genus_conradina", +"genus_consolida", +"genus_contopus", +"genus_conuropsis", +"genus_convallaria", +"genus_convolvulus", +"genus_conyza", +"genus_copernicia", +"genus_coprinus", +"genus_coptis", +"genus_coracias", +"genus_coragyps", +"genus_corallorhiza", +"genus_corchorus", +"genus_cordaites", +"genus_cordia", +"genus_cordyline", +"genus_cordylus", +"genus_coregonus", +"genus_coreopsis", +"genus_coriandrum", +"genus_corixa", +"genus_cornus", +"genus_corokia", +"genus_coronilla", +"genus_corozo", +"genus_cortaderia", +"genus_corticium", +"genus_cortinarius", +"genus_corvus", +"genus_coryanthes", +"genus_corydalis", +"genus_corydalus", +"genus_corylopsis", +"genus_corylus", +"genus_corynebacterium", +"genus_corypha", +"genus_coryphantha", +"genus_corythosaurus", +"genus_coscoroba", +"genus_cosmocampus", +"genus_cosmos", +"genus_costia", +"genus_cotinga", +"genus_cotinus", +"genus_cotoneaster", +"genus_cottus", +"genus_cotula", +"genus_coturnix", +"genus_coumarouna", +"genus_cracticus", +"genus_crambe", +"genus_crangon", +"genus_craspedia", +"genus_crassostrea", +"genus_crassula", +"genus_crataegus", +"genus_crateva", +"genus_crax", +"genus_crepis", +"genus_crescentia", +"genus_crex", +"genus_cricetus", +"genus_crocethia", +"genus_crocodilus", +"genus_crocodylus", +"genus_crocus", +"genus_crocuta", +"genus_cronartium", +"genus_crotalaria", +"genus_crotalus", +"genus_crotaphytus", +"genus_croton", +"genus_crotophaga", +"genus_cryptacanthodes", +"genus_cryptobranchus", +"genus_cryptocercus", +"genus_cryptocoryne", +"genus_cryptogramma", +"genus_cryptomeria", +"genus_cryptoprocta", +"genus_cryptotermes", +"genus_cryptotis", +"genus_ctenocephalides", +"genus_ctenocephalus", +"genus_cuculus", +"genus_cucumis", +"genus_cucurbita", +"genus_culcita", +"genus_culex", +"genus_cuminum", +"genus_cuniculus", +"genus_cuon", +"genus_cupressus", +"genus_curcuma", +"genus_cursorius", +"genus_curtisia", +"genus_cuscuta", +"genus_cuterebra", +"genus_cyamopsis", +"genus_cyamus", +"genus_cyanocitta", +"genus_cyathea", +"genus_cycas", +"genus_cyclamen", +"genus_cycloloma", +"genus_cyclopes", +"genus_cyclophorus", +"genus_cyclops", +"genus_cyclopterus", +"genus_cyclosorus", +"genus_cycnoches", +"genus_cydonia", +"genus_cygnus", +"genus_cymbidium", +"genus_cynancum", +"genus_cynara", +"genus_cynips", +"genus_cynocephalus", +"genus_cynodon", +"genus_cynoglossum", +"genus_cynomys", +"genus_cynopterus", +"genus_cynoscion", +"genus_cyon", +"genus_cyperus", +"genus_cyphomandra", +"genus_cypraea", +"genus_cyprinus", +"genus_cypripedium", +"genus_cyrilla", +"genus_cyrtomium", +"genus_cystophora", +"genus_cystopteris", +"genus_cytisus", +"genus_daboecia", +"genus_dacelo", +"genus_dacrycarpus", +"genus_dacrydium", +"genus_dacrymyces", +"genus_dactylis", +"genus_dactyloctenium", +"genus_dactylopius", +"genus_dactylopterus", +"genus_dactylorhiza", +"genus_dahlia", +"genus_dalbergia", +"genus_dalea", +"genus_dama", +"genus_damaliscus", +"genus_danaea", +"genus_danaus", +"genus_daphne", +"genus_daphnia", +"genus_darlingtonia", +"genus_darmera", +"genus_dasyatis", +"genus_dasyprocta", +"genus_dasypus", +"genus_dasyurus", +"genus_datura", +"genus_daubentonia", +"genus_daucus", +"genus_davallia", +"genus_daviesia", +"genus_decapterus", +"genus_decumaria", +"genus_deinocheirus", +"genus_deinonychus", +"genus_delairea", +"genus_delichon", +"genus_delonix", +"genus_delphinapterus", +"genus_delphinium", +"genus_delphinus", +"genus_dendranthema", +"genus_dendraspis", +"genus_dendroaspis", +"genus_dendrobium", +"genus_dendrocalamus", +"genus_dendrocolaptes", +"genus_dendroctonus", +"genus_dendroica", +"genus_dendrolagus", +"genus_dendromecon", +"genus_denisonia", +"genus_dennstaedtia", +"genus_dentaria", +"genus_deparia", +"genus_dermacentor", +"genus_dermatobia", +"genus_dermochelys", +"genus_derris", +"genus_descurainia", +"genus_desmanthus", +"genus_desmidium", +"genus_desmodium", +"genus_desmodus", +"genus_desmograthus", +"genus_deutzia", +"genus_diacalpa", +"genus_diadophis", +"genus_dialeurodes", +"genus_dianthus", +"genus_diapensia", +"genus_diapheromera", +"genus_dicamptodon", +"genus_dicentra", +"genus_diceros", +"genus_dichondra", +"genus_dicksonia", +"genus_dicranopteris", +"genus_dicranum", +"genus_dicrostonyx", +"genus_dictamnus", +"genus_dictostylium", +"genus_dictyophera", +"genus_didelphis", +"genus_dieffenbachia", +"genus_diervilla", +"genus_difflugia", +"genus_digitalis", +"genus_digitaria", +"genus_dillenia", +"genus_dimetrodon", +"genus_dimocarpus", +"genus_dimorphotheca", +"genus_dinornis", +"genus_diodon", +"genus_diomedea", +"genus_dionaea", +"genus_dioon", +"genus_dioscorea", +"genus_diospyros", +"genus_diphylla", +"genus_dipladenia", +"genus_diplococcus", +"genus_diplodocus", +"genus_diplopterygium", +"genus_diplotaxis", +"genus_dipodomys", +"genus_dipogon", +"genus_dipsacus", +"genus_dipsosaurus", +"genus_dipteronia", +"genus_dipteryx", +"genus_dipus", +"genus_dirca", +"genus_disa", +"genus_discina", +"genus_dodonaea", +"genus_dolichonyx", +"genus_dolichos", +"genus_dolichotis", +"genus_doliolum", +"genus_dombeya", +"genus_doodia", +"genus_doronicum", +"genus_dorotheanthus", +"genus_doryopteris", +"genus_dovyalis", +"genus_draba", +"genus_dracaena", +"genus_draco", +"genus_dracocephalum", +"genus_dracontium", +"genus_dracula", +"genus_dracunculus", +"genus_dreissena", +"genus_drepanis", +"genus_drimys", +"genus_dromaius", +"genus_drosera", +"genus_drosophila", +"genus_drosophyllum", +"genus_dryadella", +"genus_dryas", +"genus_drymarchon", +"genus_drymoglossum", +"genus_drynaria", +"genus_dryopithecus", +"genus_dryopteris", +"genus_drypis", +"genus_dugong", +"genus_dumetella", +"genus_durio", +"genus_dusicyon", +"genus_dysdercus", +"genus_eacles", +"genus_eburophyton", +"genus_ecballium", +"genus_echeneis", +"genus_echidnophaga", +"genus_echinacea", +"genus_echinocactus", +"genus_echinocereus", +"genus_echinochloa", +"genus_echinococcus", +"genus_echinops", +"genus_echium", +"genus_ectopistes", +"genus_edaphosaurus", +"genus_edmontosaurus", +"genus_egeria", +"genus_egretta", +"genus_eichhornia", +"genus_eimeria", +"genus_eira", +"genus_elaeagnus", +"genus_elaeis", +"genus_elaeocarpus", +"genus_elagatis", +"genus_elanoides", +"genus_elanus", +"genus_elaphe", +"genus_elaphurus", +"genus_electrophorus", +"genus_eleocharis", +"genus_elephantopus", +"genus_elephas", +"genus_elettaria", +"genus_eleusine", +"genus_eleutherodactylus", +"genus_eliomys", +"genus_elodea", +"genus_elops", +"genus_elsholtzia", +"genus_elymus", +"genus_emberiza", +"genus_embothrium", +"genus_emilia", +"genus_emmanthe", +"genus_empetrum", +"genus_encelia", +"genus_enceliopsis", +"genus_encephalartos", +"genus_encyclia", +"genus_endamoeba", +"genus_engelmannia", +"genus_engraulis", +"genus_enhydra", +"genus_ensete", +"genus_ensis", +"genus_entandrophragma", +"genus_entelea", +"genus_enterobius", +"genus_enterolobium", +"genus_entoloma", +"genus_entomophthora", +"genus_eoraptor", +"genus_epacris", +"genus_ephedra", +"genus_ephestia", +"genus_ephippiorhynchus", +"genus_epidendrum", +"genus_epigaea", +"genus_epilachna", +"genus_epilobium", +"genus_epimedium", +"genus_epinephelus", +"genus_epipactis", +"genus_epiphyllum", +"genus_epipremnum", +"genus_episcia", +"genus_eptatretus", +"genus_eptesicus", +"genus_equetus", +"genus_equisetum", +"genus_equus", +"genus_eragrostis", +"genus_eranthis", +"genus_ercilla", +"genus_erechtites", +"genus_erethizon", +"genus_eretmochelys", +"genus_erianthus", +"genus_erica", +"genus_erigeron", +"genus_erignathus", +"genus_erinaceus", +"genus_eriobotrya", +"genus_eriocaulon", +"genus_eriodictyon", +"genus_eriogonum", +"genus_eriophorum", +"genus_eriophyllum", +"genus_eriosoma", +"genus_erithacus", +"genus_erodium", +"genus_erolia", +"genus_eruca", +"genus_erwinia", +"genus_eryngium", +"genus_erysimum", +"genus_erysiphe", +"genus_erythrina", +"genus_erythrocebus", +"genus_erythronium", +"genus_erythroxylon", +"genus_erythroxylum", +"genus_escherichia", +"genus_eschrichtius", +"genus_eschscholtzia", +"genus_esox", +"genus_estrilda", +"genus_etropus", +"genus_euarctos", +"genus_eucalyptus", +"genus_eucarya", +"genus_eucinostomus", +"genus_euderma", +"genus_eudyptes", +"genus_eugenia", +"genus_euglena", +"genus_eumeces", +"genus_eumenes", +"genus_eumetopias", +"genus_eumops", +"genus_eunectes", +"genus_euonymus", +"genus_eupatorium", +"genus_euphagus", +"genus_euphorbia", +"genus_euphractus", +"genus_euplectella", +"genus_euproctis", +"genus_eurotium", +"genus_euryale", +"genus_eustoma", +"genus_eutamias", +"genus_euterpe", +"genus_euthynnus", +"genus_evernia", +"genus_exacum", +"genus_exaeretodon", +"genus_fabiana", +"genus_fagopyrum", +"genus_fagus", +"genus_falcatifolium", +"genus_falco", +"genus_fasciola", +"genus_fasciolopsis", +"genus_feijoa", +"genus_felicia", +"genus_felis", +"genus_ferocactus", +"genus_festuca", +"genus_ficus", +"genus_filago", +"genus_firmiana", +"genus_fissurella", +"genus_fistularia", +"genus_fistulina", +"genus_flacourtia", +"genus_flammulina", +"genus_flindersia", +"genus_foeniculum", +"genus_fomes", +"genus_forestiera", +"genus_forficula", +"genus_formica", +"genus_formicarius", +"genus_forsythia", +"genus_fortunella", +"genus_fossa", +"genus_fothergilla", +"genus_fouquieria", +"genus_fragaria", +"genus_francisella", +"genus_francoa", +"genus_frankliniella", +"genus_frasera", +"genus_fratercula", +"genus_fraxinus", +"genus_freesia", +"genus_fregata", +"genus_fremontia", +"genus_fremontodendron", +"genus_fringilla", +"genus_fritillaria", +"genus_froelichia", +"genus_fuchsia", +"genus_fucus", +"genus_fulica", +"genus_fulmarus", +"genus_fumaria", +"genus_fundulus", +"genus_fungia", +"genus_funka", +"genus_furnarius", +"genus_fusanus", +"genus_fusarium", +"genus_fuscoboletinus", +"genus_gadus", +"genus_gaillardia", +"genus_galago", +"genus_galax", +"genus_galega", +"genus_galeocerdo", +"genus_galeopsis", +"genus_galeorhinus", +"genus_galictis", +"genus_galium", +"genus_galleria", +"genus_gallinago", +"genus_gallinula", +"genus_gallirallus", +"genus_gallus", +"genus_gambelia", +"genus_gambusia", +"genus_garcinia", +"genus_gardenia", +"genus_garrulus", +"genus_gasterophilus", +"genus_gasterosteus", +"genus_gastroboletus", +"genus_gastrocybe", +"genus_gastrolobium", +"genus_gastrophryne", +"genus_gaultheria", +"genus_gavia", +"genus_gavialis", +"genus_gaylussacia", +"genus_gazania", +"genus_gazella", +"genus_geastrum", +"genus_gelechia", +"genus_gelsemium", +"genus_gempylus", +"genus_genetta", +"genus_genipa", +"genus_genista", +"genus_genlisea", +"genus_gentiana", +"genus_gentianella", +"genus_gentianopsis", +"genus_genyonemus", +"genus_geochelone", +"genus_geococcyx", +"genus_geoffroea", +"genus_geoglossum", +"genus_geomys", +"genus_geophilus", +"genus_geothlypis", +"genus_geranium", +"genus_gerardia", +"genus_gerbera", +"genus_gerbillus", +"genus_gerea", +"genus_gerres", +"genus_gerrhonotus", +"genus_gerris", +"genus_gesneria", +"genus_geum", +"genus_giardia", +"genus_ginglymostoma", +"genus_ginkgo", +"genus_giraffa", +"genus_gladiolus", +"genus_glareola", +"genus_glaucium", +"genus_glaucomys", +"genus_glaux", +"genus_glechoma", +"genus_gleditsia", +"genus_gleichenia", +"genus_gliricidia", +"genus_glis", +"genus_globicephala", +"genus_globigerina", +"genus_gloriosa", +"genus_glossina", +"genus_glossodia", +"genus_glossopsitta", +"genus_gloxinia", +"genus_glyceria", +"genus_glycine", +"genus_glycyrrhiza", +"genus_gnaphalium", +"genus_gnetum", +"genus_gobiesox", +"genus_gobio", +"genus_gomphotherium", +"genus_gomphrena", +"genus_goniopteris", +"genus_gonorhynchus", +"genus_goodyera", +"genus_gopherus", +"genus_gorgonocephalus", +"genus_gorilla", +"genus_gossypium", +"genus_gracula", +"genus_grammatophyllum", +"genus_grampus", +"genus_graptophyllum", +"genus_grevillea", +"genus_grewia", +"genus_grias", +"genus_grindelia", +"genus_griselinia", +"genus_grison", +"genus_groenlandia", +"genus_grus", +"genus_guaiacum", +"genus_guevina", +"genus_gulo", +"genus_gutierrezia", +"genus_gymnadenia", +"genus_gymnadeniopsis", +"genus_gymnelis", +"genus_gymnocalycium", +"genus_gymnocarpium", +"genus_gymnocladus", +"genus_gymnogyps", +"genus_gymnopilus", +"genus_gymnorhina", +"genus_gymnosporangium", +"genus_gymnura", +"genus_gynura", +"genus_gypaetus", +"genus_gyps", +"genus_gypsophila", +"genus_gyromitra", +"genus_haastia", +"genus_habenaria", +"genus_hackelia", +"genus_haemanthus", +"genus_haematobia", +"genus_haematopus", +"genus_haematoxylon", +"genus_haematoxylum", +"genus_haemodorum", +"genus_haemopis", +"genus_haemoproteus", +"genus_haemulon", +"genus_hakea", +"genus_halcyon", +"genus_haldea", +"genus_halenia", +"genus_halesia", +"genus_haliaeetus", +"genus_halicoeres", +"genus_halimodendron", +"genus_haliotis", +"genus_halocarpus", +"genus_halogeton", +"genus_hamamelidanthum", +"genus_hamamelidoxylon", +"genus_hamamelis", +"genus_hamamelites", +"genus_hamelia", +"genus_haminoea", +"genus_haplopappus", +"genus_hardenbergia", +"genus_harpia", +"genus_harpullia", +"genus_harrisia", +"genus_hatiora", +"genus_hazardia", +"genus_hedeoma", +"genus_hedera", +"genus_hedysarum", +"genus_helenium", +"genus_heleodytes", +"genus_heliamphora", +"genus_helianthemum", +"genus_helianthus", +"genus_helichrysum", +"genus_helicteres", +"genus_heliobacter", +"genus_heliophila", +"genus_heliopsis", +"genus_heliothis", +"genus_helipterum", +"genus_helix", +"genus_helleborus", +"genus_helminthostachys", +"genus_heloderma", +"genus_helotium", +"genus_helvella", +"genus_helwingia", +"genus_helxine", +"genus_hemachatus", +"genus_hemerocallis", +"genus_hemigalus", +"genus_hemigrammus", +"genus_hemipteronatus", +"genus_hemitripterus", +"genus_hepatica", +"genus_heracleum", +"genus_heritiera", +"genus_hermannia", +"genus_hermissenda", +"genus_hernaria", +"genus_herpestes", +"genus_herrerasaurus", +"genus_hesperiphona", +"genus_hesperis", +"genus_heteranthera", +"genus_heterocephalus", +"genus_heterodon", +"genus_heteromeles", +"genus_heteroscelus", +"genus_heterotheca", +"genus_heuchera", +"genus_hevea", +"genus_hexagrammos", +"genus_hexalectris", +"genus_hexamita", +"genus_hexanchus", +"genus_hibbertia", +"genus_hibiscus", +"genus_hieracium", +"genus_himantoglossum", +"genus_himantopus", +"genus_hippeastrum", +"genus_hippobosca", +"genus_hippocampus", +"genus_hippocrepis", +"genus_hippodamia", +"genus_hippoglossoides", +"genus_hippoglossus", +"genus_hippopotamus", +"genus_hipposideros", +"genus_hippotragus", +"genus_hipsurus", +"genus_hirudo", +"genus_hirundo", +"genus_hoheria", +"genus_holarrhena", +"genus_holbrookia", +"genus_holcus", +"genus_holocentrus", +"genus_holothuria", +"genus_homarus", +"genus_homo", +"genus_homogyne", +"genus_homona", +"genus_hordeum", +"genus_horneophyton", +"genus_hosta", +"genus_hottonia", +"genus_houttuynia", +"genus_hovea", +"genus_hoya", +"genus_hudsonia", +"genus_hugueninia", +"genus_hulsea", +"genus_humulus", +"genus_hunnemania", +"genus_hyacinthoides", +"genus_hyacinthus", +"genus_hyaena", +"genus_hyalophora", +"genus_hyalosperma", +"genus_hybanthus", +"genus_hydnocarpus", +"genus_hydnum", +"genus_hydra", +"genus_hydrangea", +"genus_hydrastis", +"genus_hydrilla", +"genus_hydrobates", +"genus_hydrocharis", +"genus_hydrochoerus", +"genus_hydrodamalis", +"genus_hydromantes", +"genus_hydromys", +"genus_hydrophyllum", +"genus_hyemoschus", +"genus_hygrocybe", +"genus_hygrophorus", +"genus_hygrotrama", +"genus_hyla", +"genus_hylactophryne", +"genus_hylobates", +"genus_hylocereus", +"genus_hylocichla", +"genus_hylophylax", +"genus_hymenaea", +"genus_hymenanthera", +"genus_hymenophyllum", +"genus_hynerpeton", +"genus_hyoscyamus", +"genus_hypentelium", +"genus_hypericum", +"genus_hyperoglyphe", +"genus_hyperoodon", +"genus_hyphantria", +"genus_hypochaeris", +"genus_hypochoeris", +"genus_hypoderma", +"genus_hypopachus", +"genus_hypopitys", +"genus_hypoxis", +"genus_hypsiglena", +"genus_hypsiprymnodon", +"genus_hyracotherium", +"genus_hyssopus", +"genus_iberis", +"genus_ibero-mesornis", +"genus_ibis", +"genus_ichthyosaurus", +"genus_ichthyostega", +"genus_ictalurus", +"genus_icteria", +"genus_icterus", +"genus_ictiobus", +"genus_ictonyx", +"genus_idesia", +"genus_iguana", +"genus_iguanodon", +"genus_ilex", +"genus_iliamna", +"genus_illecebrum", +"genus_illicium", +"genus_impatiens", +"genus_inachis", +"genus_indigofera", +"genus_indri", +"genus_inga", +"genus_inula", +"genus_ipomoea", +"genus_irena", +"genus_iresine", +"genus_iridoprocne", +"genus_iris", +"genus_irvingia", +"genus_isatis", +"genus_ischigualastia", +"genus_isoetes", +"genus_isopyrum", +"genus_istiophorus", +"genus_isurus", +"genus_iva", +"genus_ixia", +"genus_ixobrychus", +"genus_ixodes", +"genus_jabiru", +"genus_jacksonia", +"genus_jacquinia", +"genus_jaculus", +"genus_jambos", +"genus_jamesonia", +"genus_jasminum", +"genus_jatropha", +"genus_javanthropus", +"genus_jordanella", +"genus_juglans", +"genus_junco", +"genus_juncus", +"genus_juniperus", +"genus_jynx", +"genus_kakatoe", +"genus_kalmia", +"genus_kalotermes", +"genus_katsuwonus", +"genus_kennedia", +"genus_kennedya", +"genus_kenyapithecus", +"genus_keteleeria", +"genus_khaya", +"genus_kiggelaria", +"genus_kinosternon", +"genus_kirkia", +"genus_klebsiella", +"genus_knightia", +"genus_kniphofia", +"genus_kobus", +"genus_kochia", +"genus_koellia", +"genus_kogia", +"genus_kohleria", +"genus_kolkwitzia", +"genus_kosteletzya", +"genus_krigia", +"genus_krypterophaneron", +"genus_kyphosus", +"genus_lablab", +"genus_laburnum", +"genus_laccopetalum", +"genus_lacerta", +"genus_lachnolaimus", +"genus_lactarius", +"genus_lactobacillus", +"genus_lactophrys", +"genus_lactuca", +"genus_laelia", +"genus_lagarostrobus", +"genus_lagenaria", +"genus_lagenophera", +"genus_lagerstroemia", +"genus_lagidium", +"genus_lagodon", +"genus_lagopus", +"genus_lagorchestes", +"genus_lagostomus", +"genus_lagothrix", +"genus_laguncularia", +"genus_lama", +"genus_lambertia", +"genus_lambis", +"genus_laminaria", +"genus_lamium", +"genus_lamna", +"genus_lampris", +"genus_lampropeltis", +"genus_languas", +"genus_lanius", +"genus_lansium", +"genus_lanthanotus", +"genus_laportea", +"genus_lappula", +"genus_lardizabala", +"genus_larix", +"genus_larrea", +"genus_larus", +"genus_lasiocampa", +"genus_lasiurus", +"genus_lasthenia", +"genus_lastreopsis", +"genus_lates", +"genus_lathyrus", +"genus_latimeria", +"genus_latrodectus", +"genus_laurus", +"genus_lavandula", +"genus_lavatera", +"genus_layia", +"genus_lebistes", +"genus_lecanopteris", +"genus_lecanora", +"genus_leccinum", +"genus_ledum", +"genus_leiopelma", +"genus_leiophyllum", +"genus_leipoa", +"genus_leishmania", +"genus_leitneria", +"genus_lemaireocereus", +"genus_lemmus", +"genus_lemna", +"genus_lemur", +"genus_lens", +"genus_lentinus", +"genus_leonotis", +"genus_leontideus", +"genus_leontocebus", +"genus_leontodon", +"genus_leontopodium", +"genus_leonurus", +"genus_lepas", +"genus_lepechinia", +"genus_lepidium", +"genus_lepidobotrys", +"genus_lepidochelys", +"genus_lepidocybium", +"genus_lepidothamnus", +"genus_lepiota", +"genus_lepisma", +"genus_lepisosteus", +"genus_lepomis", +"genus_leptarrhena", +"genus_leptinotarsa", +"genus_leptodactylus", +"genus_leptoglossus", +"genus_leptopteris", +"genus_leptoptilus", +"genus_leptospira", +"genus_leptotyphlops", +"genus_lepus", +"genus_lespedeza", +"genus_lesquerella", +"genus_leucadendron", +"genus_leucaena", +"genus_leucanthemum", +"genus_leuciscus", +"genus_leucocytozoan", +"genus_leucocytozoon", +"genus_leucogenes", +"genus_leucothoe", +"genus_levisticum", +"genus_lewisia", +"genus_leycesteria", +"genus_leymus", +"genus_liatris", +"genus_libocedrus", +"genus_lichanura", +"genus_ligularia", +"genus_ligustrum", +"genus_lilium", +"genus_limanda", +"genus_limax", +"genus_limenitis", +"genus_limnobium", +"genus_limnocryptes", +"genus_limnodromus", +"genus_limonium", +"genus_limosa", +"genus_limulus", +"genus_linanthus", +"genus_linaria", +"genus_lindera", +"genus_lindheimera", +"genus_linnaea", +"genus_linum", +"genus_liomys", +"genus_liopelma", +"genus_liparis", +"genus_liposcelis", +"genus_liquidambar", +"genus_liriodendron", +"genus_liriope", +"genus_listera", +"genus_listeria", +"genus_litchi", +"genus_lithocarpus", +"genus_lithophragma", +"genus_lithops", +"genus_lithospermum", +"genus_litocranius", +"genus_littorina", +"genus_livistona", +"genus_loasa", +"genus_lobelia", +"genus_lobipes", +"genus_lobotes", +"genus_lobularia", +"genus_locusta", +"genus_lofortyx", +"genus_logania", +"genus_loiseleuria", +"genus_loligo", +"genus_lolium", +"genus_lomatia", +"genus_lomogramma", +"genus_lonas", +"genus_lonchocarpus", +"genus_lonicera", +"genus_lophius", +"genus_lophodytes", +"genus_lopholatilus", +"genus_lophophora", +"genus_lophophorus", +"genus_lophosoria", +"genus_loranthus", +"genus_loris", +"genus_lota", +"genus_lotus", +"genus_lovoa", +"genus_loxia", +"genus_loxodonta", +"genus_loxoma", +"genus_loxostege", +"genus_lucilia", +"genus_lufengpithecus", +"genus_luffa", +"genus_lumpenus", +"genus_lunaria", +"genus_lunda", +"genus_lupinus", +"genus_luscinia", +"genus_lutjanus", +"genus_lutra", +"genus_luvarus", +"genus_lycaena", +"genus_lycaeon", +"genus_lychnis", +"genus_lycium", +"genus_lycoperdon", +"genus_lycopersicon", +"genus_lycopersicum", +"genus_lycopodium", +"genus_lycopus", +"genus_lycosa", +"genus_lyginopteris", +"genus_lygodium", +"genus_lygus", +"genus_lymantria", +"genus_lynx", +"genus_lyonia", +"genus_lyrurus", +"genus_lysichiton", +"genus_lysichitum", +"genus_lysiloma", +"genus_lysimachia", +"genus_lythrum", +"genus_macaca", +"genus_macadamia", +"genus_machaeranthera", +"genus_macleaya", +"genus_maclura", +"genus_macowanites", +"genus_macrocephalon", +"genus_macrocheira", +"genus_macroclemys", +"genus_macrodactylus", +"genus_macronectes", +"genus_macropus", +"genus_macrothelypteris", +"genus_macrotis", +"genus_macrotus", +"genus_macrotyloma", +"genus_macrozamia", +"genus_macrozoarces", +"genus_madia", +"genus_madoqua", +"genus_maeandra", +"genus_magicicada", +"genus_magnolia", +"genus_mahonia", +"genus_maia", +"genus_maianthemum", +"genus_maja", +"genus_majorana", +"genus_makaira", +"genus_malaclemys", +"genus_malacosoma", +"genus_malacothamnus", +"genus_malaxis", +"genus_malcolmia", +"genus_mallotus", +"genus_malope", +"genus_malopterurus", +"genus_malosma", +"genus_malpighia", +"genus_malus", +"genus_malva", +"genus_malvastrum", +"genus_malvaviscus", +"genus_mammea", +"genus_mammillaria", +"genus_mammut", +"genus_mammuthus", +"genus_mandevilla", +"genus_mandragora", +"genus_mandrillus", +"genus_manduca", +"genus_mangifera", +"genus_manglietia", +"genus_manihot", +"genus_manilkara", +"genus_manis", +"genus_manta", +"genus_mantis", +"genus_maranta", +"genus_marasmius", +"genus_marattia", +"genus_marchantia", +"genus_marmota", +"genus_marrubium", +"genus_marsilea", +"genus_martes", +"genus_martynia", +"genus_masdevallia", +"genus_masticophis", +"genus_mastigoproctus", +"genus_mastodon", +"genus_mastotermes", +"genus_matricaria", +"genus_matteuccia", +"genus_matthiola", +"genus_maxillaria", +"genus_maxostoma", +"genus_mayaca", +"genus_mayetiola", +"genus_mazama", +"genus_meconopsis", +"genus_medicago", +"genus_medinilla", +"genus_megachile", +"genus_megaderma", +"genus_megalobatrachus", +"genus_megalosaurus", +"genus_megaptera", +"genus_megatherium", +"genus_melampodium", +"genus_melampsora", +"genus_melanerpes", +"genus_melanitta", +"genus_melanogrammus", +"genus_melanoplus", +"genus_melanotis", +"genus_melastoma", +"genus_meleagris", +"genus_meles", +"genus_melia", +"genus_melicocca", +"genus_melicoccus", +"genus_melicytus", +"genus_melilotus", +"genus_melissa", +"genus_mellivora", +"genus_melocactus", +"genus_melogale", +"genus_melolontha", +"genus_melophagus", +"genus_melopsittacus", +"genus_melospiza", +"genus_melursus", +"genus_menippe", +"genus_meniscium", +"genus_menispermum", +"genus_menopon", +"genus_mentha", +"genus_menticirrhus", +"genus_mentzelia", +"genus_menura", +"genus_menyanthes", +"genus_menziesia", +"genus_mephitis", +"genus_mercenaria", +"genus_mercurialis", +"genus_mergus", +"genus_meriones", +"genus_merlangus", +"genus_merluccius", +"genus_merops", +"genus_mertensia", +"genus_meryta", +"genus_mesembryanthemum", +"genus_mesocricetus", +"genus_mesohippus", +"genus_mespilus", +"genus_mesua", +"genus_metasequoia", +"genus_metroxylon", +"genus_microcentrum", +"genus_micrococcus", +"genus_microdipodops", +"genus_microgramma", +"genus_micromeria", +"genus_micromyx", +"genus_micropogonias", +"genus_micropterus", +"genus_microsorium", +"genus_microsporum", +"genus_microstomus", +"genus_microstrobos", +"genus_microtus", +"genus_micruroides", +"genus_micrurus", +"genus_mikania", +"genus_millettia", +"genus_miltonia", +"genus_mimosa", +"genus_mimus", +"genus_minuartia", +"genus_mirabilis", +"genus_mirounga", +"genus_mitchella", +"genus_mitella", +"genus_mnium", +"genus_mobula", +"genus_moehringia", +"genus_mohria", +"genus_mola", +"genus_mollienesia", +"genus_molluga", +"genus_moloch", +"genus_molothrus", +"genus_molucella", +"genus_molva", +"genus_momordica", +"genus_momotus", +"genus_monarda", +"genus_monardella", +"genus_moneses", +"genus_monilia", +"genus_monocanthus", +"genus_monochamus", +"genus_monodon", +"genus_monomorium", +"genus_mononychus", +"genus_monotropa", +"genus_monstera", +"genus_montezuma", +"genus_montia", +"genus_morchella", +"genus_morone", +"genus_morus", +"genus_moschus", +"genus_motacilla", +"genus_mucor", +"genus_mucuna", +"genus_mugil", +"genus_muhlenbergia", +"genus_mulloidichthys", +"genus_mullus", +"genus_muntiacus", +"genus_muntingia", +"genus_mus", +"genus_musa", +"genus_musca", +"genus_muscardinus", +"genus_muscari", +"genus_muscicapa", +"genus_muscivora", +"genus_musophaga", +"genus_mustela", +"genus_mustelus", +"genus_mutinus", +"genus_mutisia", +"genus_mya", +"genus_myadestes", +"genus_mycobacterium", +"genus_mycoplasma", +"genus_mycteria", +"genus_mycteroperca", +"genus_mylodon", +"genus_myocastor", +"genus_myopus", +"genus_myosotis", +"genus_myotis", +"genus_myrciaria", +"genus_myrica", +"genus_myricaria", +"genus_myriophyllum", +"genus_myristica", +"genus_myrmecia", +"genus_myrmecobius", +"genus_myrmecophaga", +"genus_myrmeleon", +"genus_myroxylon", +"genus_myrrhis", +"genus_myrsine", +"genus_myrtillocactus", +"genus_myrtus", +"genus_mysis", +"genus_mytilus", +"genus_myxine", +"genus_myxinikela", +"genus_myxocephalus", +"genus_nabalus", +"genus_naemorhedus", +"genus_nageia", +"genus_naias", +"genus_naja", +"genus_najas", +"genus_nanomia", +"genus_napaea", +"genus_narcissus", +"genus_narthecium", +"genus_nasalis", +"genus_nasturtium", +"genus_nasua", +"genus_natrix", +"genus_nauclea", +"genus_naucrates", +"genus_nautilus", +"genus_necturus", +"genus_negaprion", +"genus_nelumbo", +"genus_nemophila", +"genus_neoceratodus", +"genus_neofiber", +"genus_neohygrophorus", +"genus_neolentinus", +"genus_neomys", +"genus_neophron", +"genus_neotoma", +"genus_nepa", +"genus_nepenthes", +"genus_nepeta", +"genus_nephelium", +"genus_nephrolepis", +"genus_nephrops", +"genus_nephthytis", +"genus_nerita", +"genus_neritina", +"genus_nerium", +"genus_nerodia", +"genus_nesokia", +"genus_nestor", +"genus_neurospora", +"genus_neurotrichus", +"genus_nicandra", +"genus_nicotiana", +"genus_nidularia", +"genus_nierembergia", +"genus_nigella", +"genus_nigroporus", +"genus_nimravus", +"genus_nipa", +"genus_nitella", +"genus_nitrobacter", +"genus_nitrosomonas", +"genus_noctiluca", +"genus_noctua", +"genus_nolina", +"genus_nomia", +"genus_nopalea", +"genus_nostoc", +"genus_notechis", +"genus_notemigonus", +"genus_nothofagus", +"genus_nothosaurus", +"genus_notomys", +"genus_notonecta", +"genus_notophthalmus", +"genus_notornis", +"genus_notoryctus", +"genus_notropis", +"genus_nucifraga", +"genus_numenius", +"genus_numida", +"genus_nuphar", +"genus_nuytsia", +"genus_nyctaginia", +"genus_nyctanassa", +"genus_nyctereutes", +"genus_nycticebus", +"genus_nycticorax", +"genus_nyctimene", +"genus_nymphaea", +"genus_nymphalis", +"genus_nymphicus", +"genus_nypa", +"genus_nyssa", +"genus_oceanites", +"genus_ochna", +"genus_ochotona", +"genus_ochroma", +"genus_ocimum", +"genus_octopus", +"genus_ocyurus", +"genus_odobenus", +"genus_odocoileus", +"genus_odontaspis", +"genus_odontoglossum", +"genus_odontophorus", +"genus_oecanthus", +"genus_oedogonium", +"genus_oenanthe", +"genus_oenothera", +"genus_oestrus", +"genus_okapia", +"genus_olea", +"genus_oleandra", +"genus_olearia", +"genus_olfersia", +"genus_oligoplites", +"genus_oligoporus", +"genus_ommastrephes", +"genus_omphalotus", +"genus_oncidium", +"genus_oncorhynchus", +"genus_ondatra", +"genus_oniscus", +"genus_onobrychis", +"genus_onoclea", +"genus_ononis", +"genus_onopordon", +"genus_onopordum", +"genus_onosmodium", +"genus_onychium", +"genus_onychogalea", +"genus_onychomys", +"genus_opheodrys", +"genus_ophiodon", +"genus_ophioglossum", +"genus_ophiophagus", +"genus_ophisaurus", +"genus_ophrys", +"genus_opisthocomus", +"genus_opuntia", +"genus_orbignya", +"genus_orchestia", +"genus_orchis", +"genus_orcinus", +"genus_oreamnos", +"genus_orectolobus", +"genus_oreopteris", +"genus_oreortyx", +"genus_origanum", +"genus_oriolus", +"genus_orites", +"genus_ormosia", +"genus_ornithogalum", +"genus_ornithorhynchus", +"genus_orontium", +"genus_ortalis", +"genus_orthilia", +"genus_orthopristis", +"genus_orthotomus", +"genus_orycteropus", +"genus_oryctolagus", +"genus_oryx", +"genus_oryza", +"genus_oryzomys", +"genus_oryzopsis", +"genus_osmanthus", +"genus_osmerus", +"genus_osmunda", +"genus_ostrea", +"genus_ostrya", +"genus_ostryopsis", +"genus_otaria", +"genus_othonna", +"genus_otis", +"genus_otus", +"genus_ouranopithecus", +"genus_ovalipes", +"genus_ovibos", +"genus_ovis", +"genus_oxalis", +"genus_oxandra", +"genus_oxybelis", +"genus_oxydendrum", +"genus_oxylebius", +"genus_oxytropis", +"genus_oxyura", +"genus_oxyuranus", +"genus_ozonium", +"genus_ozothamnus", +"genus_pachycephala", +"genus_pachyrhizus", +"genus_pachysandra", +"genus_packera", +"genus_padda", +"genus_paeonia", +"genus_pagellus", +"genus_pagophila", +"genus_pagophilus", +"genus_pagrus", +"genus_pagurus", +"genus_palaemon", +"genus_palaquium", +"genus_paleacrita", +"genus_palinurus", +"genus_paliurus", +"genus_palometa", +"genus_pan", +"genus_panax", +"genus_pandanus", +"genus_pandion", +"genus_panicum", +"genus_panonychus", +"genus_panthera", +"genus_papaver", +"genus_paphiopedilum", +"genus_papio", +"genus_paprilus", +"genus_paracheirodon", +"genus_paradoxurus", +"genus_paralichthys", +"genus_paralithodes", +"genus_paramecium", +"genus_paranthias", +"genus_paranthropus", +"genus_parascalops", +"genus_parasitaxus", +"genus_parathelypteris", +"genus_parietaria", +"genus_paris", +"genus_parkia", +"genus_parkinsonia", +"genus_parmelia", +"genus_parnassia", +"genus_parochetus", +"genus_paronychia", +"genus_parophrys", +"genus_parrotia", +"genus_parrotiopsis", +"genus_parthenium", +"genus_parthenocissus", +"genus_parula", +"genus_parus", +"genus_paspalum", +"genus_passer", +"genus_passerina", +"genus_passiflora", +"genus_pastinaca", +"genus_patella", +"genus_pavo", +"genus_pavonia", +"genus_payena", +"genus_pecari", +"genus_pecopteris", +"genus_pecten", +"genus_pediculus", +"genus_pedilanthus", +"genus_pediocactus", +"genus_pedioecetes", +"genus_pedionomus", +"genus_peireskia", +"genus_pelargonium", +"genus_pelecanus", +"genus_pellaea", +"genus_pellicularia", +"genus_peltandra", +"genus_peltiphyllum", +"genus_penelope", +"genus_peneus", +"genus_penicillium", +"genus_pennatula", +"genus_pennisetum", +"genus_penstemon", +"genus_peperomia", +"genus_perca", +"genus_percina", +"genus_perdix", +"genus_pereskia", +"genus_pericallis", +"genus_peridinium", +"genus_perilla", +"genus_periophthalmus", +"genus_peripatopsis", +"genus_peripatus", +"genus_periplaneta", +"genus_periploca", +"genus_perisoreus", +"genus_peristedion", +"genus_pernis", +"genus_perodicticus", +"genus_perognathus", +"genus_peromyscus", +"genus_peronospora", +"genus_persea", +"genus_persoonia", +"genus_pertusaria", +"genus_petasites", +"genus_petaurista", +"genus_petaurus", +"genus_petrocoptis", +"genus_petrogale", +"genus_petromyzon", +"genus_petroselinum", +"genus_petteria", +"genus_petunia", +"genus_peziza", +"genus_pezophaps", +"genus_phacelia", +"genus_phacochoerus", +"genus_phaethon", +"genus_phaius", +"genus_phalacrocorax", +"genus_phalaenopsis", +"genus_phalaenoptilus", +"genus_phalanger", +"genus_phalangium", +"genus_phalaris", +"genus_phalaropus", +"genus_phallus", +"genus_pharomacrus", +"genus_phascogale", +"genus_phascolarctos", +"genus_phaseolus", +"genus_phasianus", +"genus_phegopteris", +"genus_phellodendron", +"genus_phenacomys", +"genus_philadelphus", +"genus_philaenus", +"genus_phillyrea", +"genus_philodendron", +"genus_philohela", +"genus_philomachus", +"genus_philophylla", +"genus_phlebodium", +"genus_phlebotomus", +"genus_phleum", +"genus_phlomis", +"genus_phlox", +"genus_phoca", +"genus_phocoena", +"genus_phoenicophorium", +"genus_phoeniculus", +"genus_phoenicurus", +"genus_phoenix", +"genus_pholas", +"genus_pholidota", +"genus_pholiota", +"genus_pholis", +"genus_pholistoma", +"genus_phoradendron", +"genus_photinia", +"genus_photoblepharon", +"genus_phoxinus", +"genus_phragmipedium", +"genus_phragmites", +"genus_phrynosoma", +"genus_phthirius", +"genus_phthirus", +"genus_phthorimaea", +"genus_phyllitis", +"genus_phyllium", +"genus_phyllocladus", +"genus_phyllodoce", +"genus_phylloporus", +"genus_phyllorhynchus", +"genus_phylloscopus", +"genus_phyllostachys", +"genus_phyllostomus", +"genus_phylloxera", +"genus_physa", +"genus_physalia", +"genus_physalis", +"genus_physaria", +"genus_physeter", +"genus_physostegia", +"genus_physostigma", +"genus_phytelephas", +"genus_phytolacca", +"genus_phytophthora", +"genus_pica", +"genus_picea", +"genus_pickeringia", +"genus_picoides", +"genus_picrasma", +"genus_picris", +"genus_picumnus", +"genus_picus", +"genus_pieris", +"genus_pilea", +"genus_pilosella", +"genus_pilularia", +"genus_pimenta", +"genus_pimpinella", +"genus_pinckneya", +"genus_pinctada", +"genus_pineus", +"genus_pinguicula", +"genus_pinguinus", +"genus_pinicola", +"genus_pinnotheres", +"genus_pinus", +"genus_pipa", +"genus_piper", +"genus_pipile", +"genus_pipilo", +"genus_pipistrellus", +"genus_pipra", +"genus_piptadenia", +"genus_pipturus", +"genus_piqueria", +"genus_piranga", +"genus_piroplasma", +"genus_pisanosaurus", +"genus_piscidia", +"genus_pisonia", +"genus_pistacia", +"genus_pistia", +"genus_pisum", +"genus_pithecanthropus", +"genus_pithecellobium", +"genus_pithecia", +"genus_pithecolobium", +"genus_pitta", +"genus_pituophis", +"genus_pitymys", +"genus_pityrogramma", +"genus_placuna", +"genus_plagianthus", +"genus_planera", +"genus_planococcus", +"genus_plantago", +"genus_plasmodiophora", +"genus_plasmodium", +"genus_platalea", +"genus_platanthera", +"genus_platanus", +"genus_platichthys", +"genus_platycerium", +"genus_platylobium", +"genus_platymiscium", +"genus_platypoecilus", +"genus_platystemon", +"genus_plautus", +"genus_plecotus", +"genus_plectania", +"genus_plectorrhiza", +"genus_plectranthus", +"genus_plectrophenax", +"genus_pleione", +"genus_pleiospilos", +"genus_plesianthropus", +"genus_plesiosaurus", +"genus_plethodon", +"genus_pleurobrachia", +"genus_pleuronectes", +"genus_pleurosorus", +"genus_pleurothallis", +"genus_pleurotus", +"genus_plicatoperipatus", +"genus_ploceus", +"genus_plumbago", +"genus_plumeria", +"genus_pluteus", +"genus_pluvialis", +"genus_pluvianus", +"genus_poa", +"genus_podalyria", +"genus_podargus", +"genus_podiceps", +"genus_podilymbus", +"genus_podocarpus", +"genus_podophyllum", +"genus_poecilocapsus", +"genus_poecilogale", +"genus_poephila", +"genus_pogonia", +"genus_pogostemon", +"genus_polanisia", +"genus_polemonium", +"genus_polianthes", +"genus_polioptila", +"genus_polistes", +"genus_pollachius", +"genus_polyangium", +"genus_polyborus", +"genus_polybotria", +"genus_polybotrya", +"genus_polycirrus", +"genus_polydactylus", +"genus_polyergus", +"genus_polygala", +"genus_polygonatum", +"genus_polygonia", +"genus_polygonum", +"genus_polyodon", +"genus_polypedates", +"genus_polypodium", +"genus_polyporus", +"genus_polyprion", +"genus_polystichum", +"genus_pomacanthus", +"genus_pomacentrus", +"genus_pomaderris", +"genus_pomatomus", +"genus_pomolobus", +"genus_pomoxis", +"genus_poncirus", +"genus_pongamia", +"genus_pongo", +"genus_pontederia", +"genus_pooecetes", +"genus_popillia", +"genus_populus", +"genus_porcellio", +"genus_poronotus", +"genus_porphyra", +"genus_porphyrio", +"genus_porphyrula", +"genus_portulaca", +"genus_portunus", +"genus_porzana", +"genus_potamogale", +"genus_potamogeton", +"genus_potamophis", +"genus_potentilla", +"genus_poterium", +"genus_pothos", +"genus_potorous", +"genus_potos", +"genus_pouteria", +"genus_praunus", +"genus_prenanthes", +"genus_presbytes", +"genus_priacanthus", +"genus_primula", +"genus_prinia", +"genus_priodontes", +"genus_prionace", +"genus_prionotus", +"genus_pristis", +"genus_pritzelago", +"genus_proboscidea", +"genus_procavia", +"genus_procellaria", +"genus_prociphilus", +"genus_procnias", +"genus_proconsul", +"genus_procyon", +"genus_progne", +"genus_prosopis", +"genus_prosopium", +"genus_protea", +"genus_proteles", +"genus_proterochampsa", +"genus_proteus", +"genus_protium", +"genus_protoavis", +"genus_protoceratops", +"genus_protohippus", +"genus_prumnopitys", +"genus_prunella", +"genus_prunus", +"genus_psaltriparus", +"genus_psenes", +"genus_psephurus", +"genus_psetta", +"genus_psettichthys", +"genus_pseudacris", +"genus_pseudaletia", +"genus_pseudechis", +"genus_pseudemys", +"genus_pseudobombax", +"genus_pseudococcus", +"genus_pseudocolus", +"genus_pseudolarix", +"genus_pseudomonas", +"genus_pseudopleuronectes", +"genus_pseudoryx", +"genus_pseudotaxus", +"genus_pseudotsuga", +"genus_pseudowintera", +"genus_psidium", +"genus_psilophyton", +"genus_psilotum", +"genus_psithyrus", +"genus_psittacosaurus", +"genus_psittacula", +"genus_psittacus", +"genus_psophia", +"genus_psophocarpus", +"genus_psoralea", +"genus_psychopsis", +"genus_psychotria", +"genus_pteretis", +"genus_pteridium", +"genus_pteris", +"genus_pternohyla", +"genus_pterocarpus", +"genus_pterocarya", +"genus_pterocles", +"genus_pterocnemia", +"genus_pterodactylus", +"genus_pterois", +"genus_pteropogon", +"genus_pteropus", +"genus_pterospermum", +"genus_pterostylis", +"genus_ptilocercus", +"genus_ptilocrinus", +"genus_ptilonorhynchus", +"genus_ptloris", +"genus_ptyas", +"genus_ptychozoon", +"genus_puccinia", +"genus_pueraria", +"genus_puffinus", +"genus_pulex", +"genus_pulicaria", +"genus_pulsatilla", +"genus_punica", +"genus_pycnanthemum", +"genus_pygopus", +"genus_pygoscelis", +"genus_pylodictus", +"genus_pyracantha", +"genus_pyralis", +"genus_pyrausta", +"genus_pyrethrum", +"genus_pyrocephalus", +"genus_pyrola", +"genus_pyrophorus", +"genus_pyrrhula", +"genus_pyrrhuloxia", +"genus_pyrrosia", +"genus_pyrularia", +"genus_pyrus", +"genus_pythium", +"genus_python", +"genus_pyxidanthera", +"genus_quamassia", +"genus_quassia", +"genus_quercus", +"genus_quiscalus", +"genus_rachycentron", +"genus_radiigera", +"genus_radyera", +"genus_raffia", +"genus_raja", +"genus_ramalina", +"genus_ramphomicron", +"genus_rana", +"genus_ranatra", +"genus_rangifer", +"genus_ranunculus", +"genus_raoulia", +"genus_raphanus", +"genus_raphia", +"genus_raphicerus", +"genus_raphus", +"genus_ratibida", +"genus_rattus", +"genus_rauvolfia", +"genus_rauwolfia", +"genus_ravenala", +"genus_recurvirostra", +"genus_regalecus", +"genus_regnellidium", +"genus_regulus", +"genus_reithrodontomys", +"genus_remilegia", +"genus_reseda", +"genus_retama", +"genus_reticulitermes", +"genus_retrophyllum", +"genus_rhagoletis", +"genus_rhamnus", +"genus_rhapis", +"genus_rhea", +"genus_rheum", +"genus_rhexia", +"genus_rhincodon", +"genus_rhinoceros", +"genus_rhinonicteris", +"genus_rhinoptera", +"genus_rhipsalis", +"genus_rhizobium", +"genus_rhizoctinia", +"genus_rhizophora", +"genus_rhizopogon", +"genus_rhizopus", +"genus_rhodanthe", +"genus_rhododendron", +"genus_rhodosphaera", +"genus_rhodymenia", +"genus_rhus", +"genus_rhyacotriton", +"genus_rhynchoelaps", +"genus_rhyncostylis", +"genus_rhynia", +"genus_ribes", +"genus_richea", +"genus_richmondena", +"genus_ricinus", +"genus_rickettsia", +"genus_riparia", +"genus_rissa", +"genus_rivina", +"genus_rivulus", +"genus_robinia", +"genus_roccella", +"genus_roccus", +"genus_rodolia", +"genus_romneya", +"genus_roridula", +"genus_rorippa", +"genus_rosa", +"genus_rosellinia", +"genus_rosmarinus", +"genus_roystonea", +"genus_rubia", +"genus_rubus", +"genus_rudbeckia", +"genus_rumex", +"genus_rumohra", +"genus_rupicapra", +"genus_rupicola", +"genus_ruptiliocarpon", +"genus_ruscus", +"genus_russula", +"genus_ruta", +"genus_rutilus", +"genus_rynchops", +"genus_rypticus", +"genus_sabal", +"genus_sabbatia", +"genus_sabinea", +"genus_saccharomyces", +"genus_saccharum", +"genus_sadleria", +"genus_sagina", +"genus_sagitta", +"genus_sagittaria", +"genus_sagittarius", +"genus_saiga", +"genus_saimiri", +"genus_saintpaulia", +"genus_salamandra", +"genus_salicornia", +"genus_salix", +"genus_salmo", +"genus_salmonella", +"genus_salpa", +"genus_salpichroa", +"genus_salpiglossis", +"genus_salpinctes", +"genus_salsola", +"genus_salvadora", +"genus_salvelinus", +"genus_salvia", +"genus_salvinia", +"genus_sambucus", +"genus_samia", +"genus_samolus", +"genus_sanguinaria", +"genus_sanicula", +"genus_sansevieria", +"genus_santalum", +"genus_santolina", +"genus_sanvitalia", +"genus_sapindus", +"genus_saponaria", +"genus_saprolegnia", +"genus_sarcobatus", +"genus_sarcocephalus", +"genus_sarcochilus", +"genus_sarcocystis", +"genus_sarcodes", +"genus_sarcophaga", +"genus_sarcophilus", +"genus_sarcoptes", +"genus_sarcorhamphus", +"genus_sarcostemma", +"genus_sarda", +"genus_sardina", +"genus_sardinia", +"genus_sardinops", +"genus_sargassum", +"genus_sarracenia", +"genus_sassafras", +"genus_satureia", +"genus_satureja", +"genus_saturnia", +"genus_sauromalus", +"genus_saurosuchus", +"genus_saururus", +"genus_saussurea", +"genus_saxe-gothea", +"genus_saxegothea", +"genus_saxicola", +"genus_saxifraga", +"genus_sayornis", +"genus_scabiosa", +"genus_scaphiopus", +"genus_scaphosepalum", +"genus_scarabaeus", +"genus_scardinius", +"genus_scartella", +"genus_sceliphron", +"genus_sceloglaux", +"genus_sceloporus", +"genus_schaffneria", +"genus_schefflera", +"genus_schinus", +"genus_schistosoma", +"genus_schizachyrium", +"genus_schizaea", +"genus_schizanthus", +"genus_schizopetalon", +"genus_schizophragma", +"genus_schizosaccharomyces", +"genus_schlumbergera", +"genus_schomburgkia", +"genus_sciadopitys", +"genus_sciaena", +"genus_sciaenops", +"genus_sciara", +"genus_scilla", +"genus_scincella", +"genus_scincus", +"genus_scindapsus", +"genus_scirpus", +"genus_sciurus", +"genus_scleranthus", +"genus_scleroderma", +"genus_scleropages", +"genus_sclerotinia", +"genus_sclerotium", +"genus_scolopax", +"genus_scolopendrium", +"genus_scolymus", +"genus_scolytus", +"genus_scomber", +"genus_scomberesox", +"genus_scomberomorus", +"genus_scombresox", +"genus_scophthalmus", +"genus_scopolia", +"genus_scorpaena", +"genus_scorzonera", +"genus_scrophularia", +"genus_scutellaria", +"genus_scutigera", +"genus_scutigerella", +"genus_sebastiana", +"genus_sebastodes", +"genus_secale", +"genus_sedum", +"genus_seismosaurus", +"genus_seiurus", +"genus_selaginella", +"genus_selar", +"genus_selenarctos", +"genus_selene", +"genus_selenicereus", +"genus_selenipedium", +"genus_senecio", +"genus_senna", +"genus_sepia", +"genus_septobasidium", +"genus_sequoia", +"genus_sequoiadendron", +"genus_serenoa", +"genus_sericocarpus", +"genus_serinus", +"genus_seriola", +"genus_seriphidium", +"genus_seriphus", +"genus_serranus", +"genus_serrasalmus", +"genus_serratia", +"genus_serratula", +"genus_sertularia", +"genus_sesamum", +"genus_sesbania", +"genus_seseli", +"genus_setaria", +"genus_setophaga", +"genus_shigella", +"genus_shorea", +"genus_shortia", +"genus_sialia", +"genus_sialis", +"genus_sida", +"genus_sidalcea", +"genus_sideritis", +"genus_sigmodon", +"genus_silene", +"genus_sillago", +"genus_silphium", +"genus_silurus", +"genus_silvia", +"genus_silybum", +"genus_simarouba", +"genus_simulium", +"genus_sinanthropus", +"genus_sinapis", +"genus_sinningia", +"genus_sinornis", +"genus_siren", +"genus_sison", +"genus_sistrurus", +"genus_sisymbrium", +"genus_sisyrinchium", +"genus_sitophylus", +"genus_sitotroga", +"genus_sitta", +"genus_sium", +"genus_sivapithecus", +"genus_sloanea", +"genus_smilax", +"genus_smiledon", +"genus_smyrnium", +"genus_sobralia", +"genus_solandra", +"genus_solanopteris", +"genus_solanum", +"genus_solea", +"genus_soleirolia", +"genus_solenopsis", +"genus_solenostemon", +"genus_solidago", +"genus_somateria", +"genus_sonchus", +"genus_sonora", +"genus_sophora", +"genus_sorbus", +"genus_sorex", +"genus_sorghum", +"genus_spadella", +"genus_spalax", +"genus_sparaxis", +"genus_sparganium", +"genus_sparmannia", +"genus_spartina", +"genus_spartium", +"genus_spathiphyllum", +"genus_spergula", +"genus_spergularia", +"genus_spermophilus", +"genus_sphacele", +"genus_sphacelotheca", +"genus_sphaeralcea", +"genus_sphaerocarpos", +"genus_sphaerocarpus", +"genus_sphagnum", +"genus_sphecius", +"genus_sphecotheres", +"genus_spheniscus", +"genus_sphenodon", +"genus_sphyraena", +"genus_sphyrapicus", +"genus_sphyrna", +"genus_spilogale", +"genus_spinacia", +"genus_spinus", +"genus_spiraea", +"genus_spiranthes", +"genus_spirillum", +"genus_spirochaeta", +"genus_spirodela", +"genus_spirogyra", +"genus_spirula", +"genus_spizella", +"genus_spodoptera", +"genus_spondias", +"genus_sporobolus", +"genus_spraguea", +"genus_spyeria", +"genus_squalus", +"genus_squatina", +"genus_squilla", +"genus_stachys", +"genus_stanhopea", +"genus_stanleya", +"genus_stapelia", +"genus_staphylea", +"genus_staphylococcus", +"genus_staurikosaurus", +"genus_steatornis", +"genus_steganopus", +"genus_stegosaurus", +"genus_stelis", +"genus_stellaria", +"genus_stenocarpus", +"genus_stenochlaena", +"genus_stenopelmatus", +"genus_stenopterygius", +"genus_stenotaphrum", +"genus_stenotomus", +"genus_stenotus", +"genus_stentor", +"genus_stephanomeria", +"genus_stephanotis", +"genus_stercorarius", +"genus_sterculia", +"genus_sterna", +"genus_sternotherus", +"genus_stevia", +"genus_sticherus", +"genus_stictomys", +"genus_stictopelia", +"genus_stizolobium", +"genus_stizostedion", +"genus_stokesia", +"genus_storeria", +"genus_strekelia", +"genus_strelitzia", +"genus_strepera", +"genus_strepsiceros", +"genus_streptocarpus", +"genus_streptococcus", +"genus_streptomyces", +"genus_streptopelia", +"genus_streptosolen", +"genus_strix", +"genus_strobilomyces", +"genus_strombus", +"genus_strongylodon", +"genus_strophanthus", +"genus_stropharia", +"genus_struthio", +"genus_struthiomimus", +"genus_strymon", +"genus_sturnella", +"genus_sturnus", +"genus_stylomecon", +"genus_stylophorum", +"genus_styphelia", +"genus_styracosaurus", +"genus_styrax", +"genus_subularia", +"genus_suillus", +"genus_suksdorfia", +"genus_sula", +"genus_sundacarpus", +"genus_suricata", +"genus_surnia", +"genus_sus", +"genus_swainsona", +"genus_swertia", +"genus_swietinia", +"genus_sylvilagus", +"genus_symphalangus", +"genus_symphoricarpos", +"genus_symphytum", +"genus_symplocarpus", +"genus_symplocus", +"genus_synagrops", +"genus_synanceja", +"genus_synaptomys", +"genus_synchytrium", +"genus_synercus", +"genus_syngnathus", +"genus_syngonium", +"genus_syringa", +"genus_syrrhaptes", +"genus_syzygium", +"genus_tabernaemontana", +"genus_tacca", +"genus_tachyglossus", +"genus_tachypleus", +"genus_tadarida", +"genus_tadorna", +"genus_taenia", +"genus_tagetes", +"genus_talinum", +"genus_tamandua", +"genus_tamarindus", +"genus_tamarix", +"genus_tamias", +"genus_tamiasciurus", +"genus_tamus", +"genus_tanacetum", +"genus_tantilla", +"genus_tapirus", +"genus_taraktagenos", +"genus_taraktogenos", +"genus_taraxacum", +"genus_taricha", +"genus_tarpon", +"genus_tarrietia", +"genus_tarsius", +"genus_taurotragus", +"genus_tautoga", +"genus_tautogolabrus", +"genus_taxidea", +"genus_taxodium", +"genus_taxus", +"genus_tayassu", +"genus_tectaria", +"genus_tectona", +"genus_telanthera", +"genus_tellima", +"genus_telopea", +"genus_templetonia", +"genus_tenrec", +"genus_tephrosia", +"genus_terebella", +"genus_teredo", +"genus_termes", +"genus_terrapene", +"genus_terrietia", +"genus_testudo", +"genus_tethus", +"genus_tetraclinis", +"genus_tetragonia", +"genus_tetragonurus", +"genus_tetrahymena", +"genus_tetraneuris", +"genus_tetrao", +"genus_tetrapturus", +"genus_teucrium", +"genus_thalarctos", +"genus_thalassoma", +"genus_thalictrum", +"genus_thamnophilus", +"genus_thamnophis", +"genus_thelypteris", +"genus_theobroma", +"genus_thermobia", +"genus_thermopsis", +"genus_thespesia", +"genus_thevetia", +"genus_thielavia", +"genus_thiobacillus", +"genus_thlaspi", +"genus_thomomys", +"genus_threskiornis", +"genus_thrinax", +"genus_thrips", +"genus_thryothorus", +"genus_thuja", +"genus_thujopsis", +"genus_thunbergia", +"genus_thunnus", +"genus_thylacinus", +"genus_thylogale", +"genus_thymus", +"genus_thyrsopteris", +"genus_thysanocarpus", +"genus_tiarella", +"genus_tibicen", +"genus_tichodroma", +"genus_tilapia", +"genus_tilia", +"genus_tillandsia", +"genus_tilletia", +"genus_timalia", +"genus_tinca", +"genus_tinea", +"genus_tineola", +"genus_tipuana", +"genus_titanosaurus", +"genus_tithonia", +"genus_todea", +"genus_todus", +"genus_tofieldia", +"genus_tolmiea", +"genus_tolypeutes", +"genus_tomistoma", +"genus_toona", +"genus_torreya", +"genus_tortrix", +"genus_townsendia", +"genus_toxicodendron", +"genus_toxostoma", +"genus_toxotes", +"genus_trachelospermum", +"genus_trachinotus", +"genus_trachipterus", +"genus_trachodon", +"genus_trachurus", +"genus_tradescantia", +"genus_tragelaphus", +"genus_tragopan", +"genus_tragopogon", +"genus_tragulus", +"genus_trapa", +"genus_trautvetteria", +"genus_trema", +"genus_tremella", +"genus_treponema", +"genus_triaenodon", +"genus_trialeurodes", +"genus_triatoma", +"genus_tribolium", +"genus_tribonema", +"genus_tribulus", +"genus_triceratops", +"genus_trichecus", +"genus_trichoceros", +"genus_trichodesmium", +"genus_trichoglossus", +"genus_tricholoma", +"genus_trichomanes", +"genus_trichomonas", +"genus_trichophaga", +"genus_trichophyton", +"genus_trichostema", +"genus_trichostigma", +"genus_trichosurus", +"genus_trichys", +"genus_tridacna", +"genus_trifolium", +"genus_triga", +"genus_triglochin", +"genus_trigonella", +"genus_trilisa", +"genus_trillium", +"genus_trimorphodon", +"genus_trinectes", +"genus_tringa", +"genus_trionyx", +"genus_triops", +"genus_triostium", +"genus_tripleurospermum", +"genus_triplochiton", +"genus_triticum", +"genus_triturus", +"genus_trogium", +"genus_troglodytes", +"genus_trogon", +"genus_trollius", +"genus_trombicula", +"genus_tropaeolum", +"genus_tropidoclonion", +"genus_truncocolumella", +"genus_tsuga", +"genus_tuber", +"genus_tubercularia", +"genus_tulestoma", +"genus_tulipa", +"genus_tulostoma", +"genus_tunga", +"genus_tupaia", +"genus_tupinambis", +"genus_turbatrix", +"genus_turdus", +"genus_turnix", +"genus_turreae", +"genus_turritis", +"genus_tursiops", +"genus_tussilago", +"genus_tylenchus", +"genus_tympanuchus", +"genus_typha", +"genus_tyrannosaurus", +"genus_tyrannus", +"genus_tyto", +"genus_uca", +"genus_uintatherium", +"genus_ulex", +"genus_ulmus", +"genus_ulva", +"genus_uma", +"genus_umbellularia", +"genus_umbrina", +"genus_unio", +"genus_upupa", +"genus_urginea", +"genus_uria", +"genus_urocyon", +"genus_urocystis", +"genus_urophycis", +"genus_uropsilus", +"genus_urosaurus", +"genus_ursinia", +"genus_ursus", +"genus_urtica", +"genus_usnea", +"genus_ustilaginoidea", +"genus_ustilago", +"genus_uta", +"genus_utahraptor", +"genus_utricularia", +"genus_uvularia", +"genus_vaccaria", +"genus_vaccinium", +"genus_valeriana", +"genus_valerianella", +"genus_vallisneria", +"genus_vanda", +"genus_vanellus", +"genus_vanessa", +"genus_vangueria", +"genus_vanilla", +"genus_varanus", +"genus_vedalia", +"genus_velociraptor", +"genus_venus", +"genus_veratrum", +"genus_verbascum", +"genus_verbena", +"genus_verbesina", +"genus_vernonia", +"genus_veronica", +"genus_verticillium", +"genus_vesicaria", +"genus_vespa", +"genus_vespertilio", +"genus_vespula", +"genus_vibrio", +"genus_viburnum", +"genus_vicia", +"genus_vicugna", +"genus_vidua", +"genus_vigna", +"genus_viminaria", +"genus_vinca", +"genus_vincetoxicum", +"genus_viola", +"genus_vipera", +"genus_vireo", +"genus_virgilia", +"genus_viscum", +"genus_vitis", +"genus_vittaria", +"genus_viverra", +"genus_viverricula", +"genus_volvaria", +"genus_volvariella", +"genus_volvox", +"genus_vorticella", +"genus_vulpes", +"genus_vultur", +"genus_weigela", +"genus_welwitchia", +"genus_welwitschia", +"genus_wintera", +"genus_wisteria", +"genus_wolffia", +"genus_wolffiella", +"genus_woodsia", +"genus_woodwardia", +"genus_wyethia", +"genus_wynnea", +"genus_xanthium", +"genus_xanthomonas", +"genus_xanthorroea", +"genus_xanthosoma", +"genus_xenicus", +"genus_xenopus", +"genus_xenorhyncus", +"genus_xenosaurus", +"genus_xeranthemum", +"genus_xerobates", +"genus_xerophyllum", +"genus_xiphias", +"genus_xylaria", +"genus_xylocopa", +"genus_xylomelum", +"genus_xylopia", +"genus_xylosma", +"genus_xyphophorus", +"genus_xyris", +"genus_yucca", +"genus_zaglossus", +"genus_zalophus", +"genus_zamia", +"genus_zannichellia", +"genus_zantedeschia", +"genus_zanthoxylum", +"genus_zapus", +"genus_zea", +"genus_zenaidura", +"genus_zerumbet", +"genus_zeus", +"genus_zigadenus", +"genus_zingiber", +"genus_zinjanthropus", +"genus_zinnia", +"genus_zizania", +"genus_ziziphus", +"genus_zoarces", +"genus_zoisia", +"genus_zonotrichia", +"genus_zostera", +"genus_zoysia", +"genus_zygnema", +"genus_zygocactus", +"genus_zygophyllum", +"genyonemus", +"genyonemus_lineatus", +"geocentric_parallax", +"geochelone", +"geochemistry", +"geococcyx", +"geococcyx_californianus", +"geode", +"geodesic", +"geodesic_dome", +"geodesic_line", +"geodesy", +"geoduck", +"geoffrey_chaucer", +"geoffrey_of_monmouth", +"geoffroea", +"geoffroea_decorticans", +"geogia_holly", +"geoglossaceae", +"geoglossum", +"geographer", +"geographic_area", +"geographic_expedition", +"geographic_point", +"geographic_region", +"geographical_area", +"geographical_mile", +"geographical_point", +"geographical_region", +"geographical_zone", +"geographics", +"geography", +"geologic_process", +"geologic_time", +"geological_dating", +"geological_era", +"geological_fault", +"geological_formation", +"geological_horizon", +"geological_period", +"geological_phenomenon", +"geological_process", +"geological_time", +"geologist", +"geology", +"geomancer", +"geomancy", +"geometer", +"geometric_mean", +"geometric_pace", +"geometric_progression", +"geometric_series", +"geometrical_irregularity", +"geometrical_regularity", +"geometrician", +"geometrid", +"geometrid_moth", +"geometridae", +"geometry", +"geometry_teacher", +"geomorphology", +"geomyidae", +"geomys", +"geomys_bursarius", +"geomys_pinetis", +"geophagia", +"geophagy", +"geophilidae", +"geophilomorpha", +"geophilus", +"geophysical_science", +"geophysicist", +"geophysics", +"geophyte", +"geopolitics", +"geordie", +"georg_friedrich_bernhard_riemann", +"georg_friedrich_handel", +"georg_meissner", +"georg_philipp_telemann", +"georg_simon_ohm", +"georg_wilhelm_friedrich_hegel", +"georg_wilhelm_steller", +"george", +"george_armstrong_custer", +"george_balanchine", +"george_beadle", +"george_berkeley", +"george_bernard_shaw", +"george_boole", +"george_bryan_brummell", +"george_burns", +"george_bush", +"george_c._scott", +"george_catlett_marshall", +"george_charles_hevesy_de_hevesy", +"george_dewey", +"george_dibdin-pitt", +"george_dibdin_pitt", +"george_du_maurier", +"george_eastman", +"george_edward_moore", +"george_edward_pickett", +"george_eliot", +"george_ellery_hale", +"george_enescu", +"george_f._kennan", +"george_fox", +"george_frederick_handel", +"george_frideric_handel", +"george_frost_kennan", +"george_gamow", +"george_gershwin", +"george_gilbert_aime_murphy", +"george_gordon_meade", +"george_guess", +"george_h.w._bush", +"george_harrison", +"george_herbert_hitchings", +"george_herbert_mead", +"george_herbert_walker_bush", +"george_herman_ruth", +"george_hubert_wilkins", +"george_huntington", +"george_i", +"george_ii", +"george_iii", +"george_iv", +"george_louis_palmella_busson_du_maurier", +"george_lucas", +"george_m._cohan", +"george_macaulay_trevelyan", +"george_marshall", +"george_mason", +"george_meany", +"george_meredith", +"george_michael_cohan", +"george_orson_welles", +"george_orwell", +"george_otto_trevelyan", +"george_paget_thomson", +"george_percy_aldridge_grainger", +"george_pitt", +"george_s._kaufman", +"george_sand", +"george_segal", +"george_simon_kaufman", +"george_stephenson", +"george_stevens", +"george_szell", +"george_town", +"george_v", +"george_vancouver", +"george_vi", +"george_w._bush", +"george_walker_bush", +"george_washington", +"george_washington_bridge", +"george_washington_carver", +"george_washington_goethals", +"george_wells_beadle", +"george_westinghouse", +"george_william_russell", +"georges_bizet", +"georges_braque", +"georges_clemenceau", +"georges_cuvier", +"georges_de_la_tour", +"georges_enesco", +"georges_eugene_benjamin_clemenceau", +"georges_gilles_de_la_tourette", +"georges_henri_lemaitre", +"georges_jacques_danton", +"georges_joseph_christian_simenon", +"georges_leopold_chretien_frederic_dagobert_cuvier", +"georges_pierre_seurat", +"georges_seurat", +"georges_simenon", +"georgetown", +"georgette", +"georgi_konstantinovich_zhukov", +"georgi_zhukov", +"georgia", +"georgia_bark", +"georgia_home_boy", +"georgia_okeeffe", +"georgia_pine", +"georgian", +"georgian_monetary_unit", +"georgiana_barrymore", +"georgiana_emma_barrymore", +"geosphere", +"geostationary_orbit", +"geostrategy", +"geosynchronous_orbit", +"geothermal_energy", +"geothlypis", +"geothlypis_trichas", +"geotropism", +"geraint", +"gerald_ford", +"gerald_r._ford", +"gerald_rudolph_ford", +"geraniaceae", +"geraniales", +"geranium", +"geranium_family", +"geranium_maculatum", +"geranium_molle", +"geranium_pratense", +"geranium_richardsonii", +"geranium_robertianum", +"geranium_viscosissimum", +"gerard_depardieu", +"gerard_kuiper", +"gerard_manley_hopkins", +"gerard_peter_kuiper", +"gerardia", +"gerardia_pedicularia", +"gerardia_virginica", +"gerardus_mercator", +"gerbera", +"gerbera_jamesonii", +"gerbert", +"gerbil", +"gerbille", +"gerbillinae", +"gerbillus", +"gerea", +"gerea_canescens", +"gerenuk", +"gerfalcon", +"gerhard_gerhards", +"gerhard_herzberg", +"gerhard_kremer", +"geriatrician", +"geriatrics", +"germ", +"germ_cell", +"germ_layer", +"germ_plasm", +"germ_pore", +"germ_theory", +"germ_tube", +"germ_warfare", +"german", +"german_american", +"german_bee", +"german_capital", +"german_chamomile", +"german_cockroach", +"german_democratic_republic", +"german_iris", +"german_ivy", +"german_language", +"german_lesson", +"german_luftwaffe", +"german_mark", +"german_measles", +"german_millet", +"german_monetary_unit", +"german_nazi", +"german_pancake", +"german_police_dog", +"german_rampion", +"german_shepherd", +"german_shepherd_dog", +"german_short-haired_pointer", +"german_silver", +"german_tamarisk", +"germander", +"germander_speedwell", +"germaneness", +"germanic", +"germanic_language", +"germanism", +"germanist", +"germanite", +"germanium", +"germany", +"germicide", +"germinal", +"germinal_area", +"germinal_disc", +"germination", +"geronimo", +"gerontocracy", +"gerontologist", +"gerontology", +"gerreidae", +"gerres", +"gerres_cinereus", +"gerrhonotus", +"gerridae", +"gerrididae", +"gerris", +"gerris_lacustris", +"gerrymander", +"gershwin", +"gertrude_caroline_ederle", +"gertrude_ederle", +"gertrude_lawrence", +"gertrude_stein", +"gerund", +"geryon", +"gesell", +"gesner", +"gesneria", +"gesneria_family", +"gesneriaceae", +"gesneriad", +"gesso", +"gestalt", +"gestalt_law_of_organization", +"gestalt_principle_of_organization", +"gestalt_psychology", +"gestapo", +"gestation", +"gestation_period", +"gestational_age", +"gesticulation", +"gesture", +"get", +"get-go", +"get-up-and-go", +"get-well_card", +"get_together", +"geta", +"getaway", +"getting", +"getting_even", +"gettysburg", +"gettysburg_address", +"getulio_dornelles_vargas", +"getup", +"geum", +"geum_alleppicum_strictum", +"geum_canadense", +"geum_macrophyllum", +"geum_rivale", +"geum_strictum", +"geum_triflorum", +"geum_urbanum", +"geum_virginianum", +"gewgaw", +"geyser", +"ghana", +"ghanian", +"ghanian_monetary_unit", +"gharry", +"ghastliness", +"ghat", +"ghatti", +"ghatti_gum", +"ghb", +"ghedda_wax", +"ghee", +"gheg", +"gheg_dialect", +"ghent", +"gherkin", +"ghetto", +"ghetto_blaster", +"ghillie", +"ghost", +"ghost_dance", +"ghost_gum", +"ghost_town", +"ghost_weed", +"ghost_word", +"ghostfish", +"ghostliness", +"ghostwriter", +"ghoul", +"ghq", +"ghrelin", +"ghrf", +"ghz", +"gi", +"gi_hormones", +"gi_series", +"gi_tract", +"gia", +"giacometti", +"giacomo_della_chiesa", +"giacomo_meyerbeer", +"giacomo_puccini", +"giambattista_lulli", +"giambattista_marini", +"giambattista_marino", +"gian_carlo_menotti", +"gianbattista_bodoni", +"giannangelo_braschi", +"gianni_versace", +"giant", +"giant_anteater", +"giant_armadillo", +"giant_bamboo", +"giant_buttercup", +"giant_cane", +"giant_chinkapin", +"giant_clam", +"giant_cockroach", +"giant_conch", +"giant_coreopsis", +"giant_crab", +"giant_eland", +"giant_fern", +"giant_fir", +"giant_foxtail", +"giant_fulmar", +"giant_garlic", +"giant_granadilla", +"giant_helleborine", +"giant_hives", +"giant_hornet", +"giant_hyssop", +"giant_kangaroo", +"giant_lizard", +"giant_moa", +"giant_northwest_shipworm", +"giant_panda", +"giant_perch", +"giant_petrel", +"giant_pigfish", +"giant_potato_creeper", +"giant_puffball", +"giant_red_paintbrush", +"giant_reed", +"giant_ryegrass", +"giant_salamander", +"giant_scallop", +"giant_schnauzer", +"giant_scrambling_fern", +"giant_seaperch", +"giant_sequoia", +"giant_silkworm", +"giant_silkworm_moth", +"giant_squid", +"giant_star", +"giant_star_grass", +"giant_stock_bean", +"giant_sunflower", +"giant_taro", +"giant_timber_bamboo", +"giant_tortoise", +"giant_water_bug", +"giant_willowherb", +"giantess", +"giantism", +"giardia", +"giardiasis", +"gib", +"gibber", +"gibberellic_acid", +"gibberellin", +"gibberish", +"gibbet", +"gibbon", +"gibbosity", +"gibbousness", +"gibbs", +"gibbsite", +"gibe", +"gibibit", +"gibibyte", +"gibit", +"giblet", +"giblets", +"gibraltar", +"gibraltar_fever", +"gibraltarian", +"gibran", +"gibson", +"gibson_desert", +"gibson_girl", +"gidar", +"giddiness", +"gide", +"gideon_algernon_mantell", +"gidgee", +"gielgud", +"gift", +"gift_horse", +"gift_shop", +"gift_tax", +"gift_wrap", +"gift_wrapping", +"gig", +"gigabit", +"gigabyte", +"gigacycle", +"gigacycle_per_second", +"gigahertz", +"gigantism", +"gigartinaceae", +"giggle", +"giggler", +"gigo", +"gigolo", +"gigot", +"gigue", +"gikuyu", +"gila", +"gila_desert", +"gila_monster", +"gila_river", +"gilbert", +"gilbert_and_ellice_islands", +"gilbert_and_sullivan", +"gilbert_charles_stuart", +"gilbert_islands", +"gilbert_keith_chesterton", +"gilbert_murray", +"gilbert_stuart", +"gild", +"gilded_flicker", +"gilder", +"gildhall", +"gilding", +"gilding_metal", +"giles_lytton_strachey", +"gilgai_soil", +"gilgamesh", +"gilgamish", +"gill", +"gill-over-the-ground", +"gill_arch", +"gill_bar", +"gill_cleft", +"gill_fungus", +"gill_net", +"gill_slit", +"gilles_de_la_tourette", +"gilles_de_la_tourette_syndrome", +"gillespie", +"gillette", +"gillie", +"gillyflower", +"gilman", +"gilmer", +"giloacchino_antonio_rossini", +"gilt", +"gimbal", +"gimcrack", +"gimcrackery", +"gimel", +"gimlet", +"gimmick", +"gimmickry", +"gimp", +"gimpiness", +"gin", +"gin_and_it", +"gin_and_tonic", +"gin_mill", +"gin_rickey", +"gin_rummy", +"gin_sling", +"ginep", +"ginger", +"ginger_ale", +"ginger_beer", +"ginger_family", +"ginger_nut", +"ginger_pop", +"ginger_rogers", +"ginger_snap", +"gingerbread", +"gingerbread_man", +"gingerol", +"gingerroot", +"gingersnap", +"gingham", +"gingiva", +"gingivitis", +"gingko", +"ginglymoid_joint", +"ginglymostoma", +"ginglymostoma_cirratum", +"ginglymus", +"ginkgo", +"ginkgo_biloba", +"ginkgo_family", +"ginkgoaceae", +"ginkgoales", +"ginkgophytina", +"ginkgopsida", +"ginmill", +"ginsberg", +"ginseng", +"ginzo", +"gioacchino_pecci", +"giordano_bruno", +"giorgio_de_chirico", +"giorgio_vasari", +"giosue_carducci", +"giotto", +"giotto_di_bondone", +"giovanni_angelo_braschi", +"giovanni_battista_cibo", +"giovanni_battista_montini", +"giovanni_battista_tiepolo", +"giovanni_boccaccio", +"giovanni_cabato", +"giovanni_cimabue", +"giovanni_da_verrazano", +"giovanni_da_verrazzano", +"giovanni_de'medici", +"giovanni_di_bernardone", +"giovanni_francesco_albani", +"giovanni_jacopo_casanova", +"giovanni_jacopo_casanova_de_seingalt", +"giovanni_lorenzo_bernini", +"giovanni_maria_mastai-ferretti", +"giovanni_mastai-ferretti", +"giovanni_pierluigi_da_palestrina", +"giovanni_vincenzo_pecci", +"giovanni_virginio_schiaparelli", +"gipsy", +"gipsy_moth", +"gipsywort", +"giraffa", +"giraffa_camelopardalis", +"giraffe", +"giraffidae", +"girandola", +"girandole", +"girard", +"girasol", +"giraudoux", +"girder", +"girdle", +"giriama", +"girl", +"girl_friday", +"girl_scout", +"girl_scouts", +"girl_wonder", +"girlfriend", +"girlhood", +"girlishness", +"giro", +"giro_account", +"giro_cheque", +"girolamo_savonarola", +"gironde", +"girondin", +"girondism", +"girondist", +"girru", +"girth", +"gish", +"gismo", +"gist", +"git", +"gita", +"gitana", +"gitano", +"gittern", +"giulio_de'_medici", +"giulio_natta", +"giuseppe_balsamo", +"giuseppe_garibaldi", +"giuseppe_mazzini", +"giuseppe_melchiorre_sarto", +"giuseppe_sarto", +"giuseppe_verdi", +"give", +"give-and-go", +"give-and-take", +"giveaway", +"given", +"given_name", +"givenness", +"giver", +"giving", +"giving_birth", +"giving_medication", +"giving_up", +"giza", +"gizeh", +"gizmo", +"gizzard", +"gjellerup", +"glabella", +"glacial_boulder", +"glacial_epoch", +"glacial_period", +"glaciation", +"glacier", +"glacier_lily", +"glad", +"glad_hand", +"gladdon", +"gladdon_iris", +"glade", +"glade_fern", +"glade_mallow", +"gladfulness", +"gladiator", +"gladiola", +"gladiolus", +"gladness", +"gladsomeness", +"gladstone", +"gladstone_bag", +"gladys_smith", +"glamor", +"glamorisation", +"glamorization", +"glamour", +"glamourisation", +"glamourization", +"glance", +"gland", +"gland_disease", +"glanders", +"glandulae_cervicales_uteri", +"glandulae_sebaceae", +"glandular_cancer", +"glandular_carcinoma", +"glandular_disease", +"glandular_disorder", +"glandular_fever", +"glandular_labrador_tea", +"glandular_plague", +"glans", +"glans_clitoridis", +"glans_penis", +"glare", +"glareola", +"glareole", +"glareolidae", +"glaser", +"glasgow", +"glasnost", +"glass", +"glass-cutter", +"glass_ceiling", +"glass_cutter", +"glass_eye", +"glass_fiber", +"glass_fibre", +"glass_lizard", +"glass_snake", +"glass_sponge", +"glass_wool", +"glassblower", +"glasses", +"glasses_case", +"glassful", +"glasshouse", +"glassmaker", +"glassware", +"glasswork", +"glassworker", +"glassworks", +"glasswort", +"glaswegian", +"glauber's_salt", +"glauber's_salts", +"glaucium", +"glaucium_flavum", +"glaucoma", +"glaucomys", +"glaucomys_sabrinus", +"glaucomys_volans", +"glauconite", +"glaucous_bristlegrass", +"glaux", +"glaux_maritima", +"glaze", +"glazer", +"glazier", +"gleam", +"gleaming", +"gleaner", +"gleba", +"glebe", +"glebe_house", +"glechoma", +"glechoma_hederaceae", +"gleditsia", +"gleditsia_aquatica", +"gleditsia_triacanthos", +"glee", +"glee_club", +"gleefulness", +"gleet", +"gleichenia", +"gleichenia_flabellata", +"gleicheniaceae", +"glen", +"glen_canyon_dam", +"glen_gebhard", +"glenda_jackson", +"glendower", +"glengarry", +"glenn", +"glenn_curtiss", +"glenn_hammond_curtiss", +"glenn_miller", +"glenn_t._seaborg", +"glenn_theodore_seaborg", +"glenoid_cavity", +"glenoid_fossa", +"glia", +"glial_cell", +"glibness", +"glide", +"glide_path", +"glide_slope", +"glider", +"gliding", +"gliding_bacteria", +"gliding_joint", +"glimmer", +"glimmering", +"glimpse", +"glinka", +"glint", +"glioblastoma", +"glioma", +"glipizide", +"gliricidia", +"gliridae", +"glis", +"glis_glis", +"glissade", +"glissando", +"glisten", +"glister", +"glitch", +"glitter", +"glitz", +"gloam", +"gloaming", +"gloat", +"gloating", +"glob", +"global_aphasia", +"global_climate_change", +"global_organization", +"global_positioning_system", +"global_warming", +"globalisation", +"globalization", +"globe", +"globe_amaranth", +"globe_artichoke", +"globe_flower", +"globe_lily", +"globe_mallow", +"globe_pepper", +"globe_thistle", +"globefish", +"globeflower", +"globetrotter", +"globicephala", +"globicephala_melaena", +"globigerina", +"globigerinidae", +"globin", +"globosity", +"globular_pearlite", +"globularness", +"globule", +"globulin", +"globus_pallidus", +"glochid", +"glochidium", +"glockenspiel", +"glogg", +"glomerular_capsule", +"glomerule", +"glomerulonephritis", +"glomerulus", +"gloom", +"gloominess", +"gloomy_dean", +"gloomy_gus", +"glop", +"gloria_may_josephine_svensson", +"gloria_steinem", +"gloria_swanson", +"glorification", +"gloriole", +"gloriosa", +"gloriosa_superba", +"glorious_revolution", +"glory", +"glory_fern", +"glory_hole", +"glory_lily", +"glory_pea", +"gloss", +"glossa", +"glossalgia", +"glossarist", +"glossary", +"glossina", +"glossiness", +"glossinidae", +"glossitis", +"glossodia", +"glossodynia", +"glossodynia_exfoliativa", +"glossolalia", +"glossopharyngeal_nerve", +"glossopsitta", +"glossopsitta_versicolor", +"glossoptosis", +"glossy", +"glossy_snake", +"glottal_catch", +"glottal_plosive", +"glottal_stop", +"glottis", +"glottis_spuria", +"glottis_vera", +"glottochronology", +"gloucester", +"gloucestershire", +"glove", +"glove_anesthesia", +"glove_compartment", +"glove_doll", +"glove_leather", +"glove_puppet", +"glow", +"glow_lamp", +"glow_tube", +"glower", +"glowing", +"glowworm", +"gloxinia", +"gloxinia_perennis", +"gloxinia_spesiosa", +"glucagon", +"glucinium", +"gluck", +"glucocorticoid", +"glucophage", +"glucosamine", +"glucose", +"glucose_tolerance_test", +"glucoside", +"glucosuria", +"glucotrol", +"glue", +"glueyness", +"gluiness", +"glume", +"glumness", +"gluon", +"glut", +"glutamate", +"glutamic_acid", +"glutamic_oxalacetic_transaminase", +"glutamic_oxaloacetic_transaminase", +"glutamine", +"glutaminic_acid", +"glutathione_peroxidase", +"glute", +"gluteal_artery", +"gluteal_muscle", +"gluteal_vein", +"glutelin", +"gluten", +"gluten-free_diet", +"gluten_bread", +"glutethimide", +"gluteus", +"gluteus_maximus", +"gluteus_medius", +"gluteus_minimus", +"gluteus_muscle", +"glutinosity", +"glutinousness", +"glutton", +"gluttony", +"glyburide", +"glyceraldehyde", +"glyceria", +"glyceria_grandis", +"glyceric_acid", +"glyceric_aldehyde", +"glyceride", +"glycerin", +"glycerin_jelly", +"glycerinated_gelatin", +"glycerine", +"glycerite", +"glycerogel", +"glycerogelatin", +"glycerol", +"glycerol_trimargarate", +"glycerol_tripalmitate", +"glycerol_tristearate", +"glycerole", +"glyceryl", +"glyceryl_ester", +"glyceryl_trinitrate", +"glycine", +"glycine_max", +"glycogen", +"glycogenesis", +"glycol", +"glycolic_acid", +"glycollic_acid", +"glycolysis", +"glycoprotein", +"glycoside", +"glycosuria", +"glycyrrhiza", +"glycyrrhiza_glabra", +"glycyrrhiza_lepidota", +"glyoxaline", +"glyph", +"glyptic_art", +"glyptics", +"glyptography", +"gm", +"gmt", +"gnaeus_julius_agricola", +"gnaeus_pompeius_magnus", +"gnaphalium", +"gnaphalium_sylvaticum", +"gnarl", +"gnat", +"gnatcatcher", +"gnathion", +"gnathostomata", +"gnathostome", +"gnawer", +"gnawing_mammal", +"gneiss", +"gnetaceae", +"gnetales", +"gnetophyta", +"gnetophytina", +"gnetopsida", +"gnetum", +"gnetum_gnemon", +"gnocchi", +"gnome", +"gnomon", +"gnosis", +"gnostic", +"gnosticism", +"gnp", +"gnu", +"gnu_goat", +"go", +"go-ahead", +"go-around", +"go-between", +"go-cart", +"go-getter", +"go-kart", +"go-slow", +"go_board", +"go_fish", +"go_game", +"goa", +"goa_bean", +"goa_bean_vine", +"goa_powder", +"goad", +"goading", +"goal", +"goal-kick", +"goal_line", +"goalie", +"goalkeeper", +"goalmouth", +"goalpost", +"goaltender", +"goat", +"goat's_foot", +"goat's_rue", +"goat_antelope", +"goat_cheese", +"goat_god", +"goat_grass", +"goat_herder", +"goat_rue", +"goat_willow", +"goatee", +"goatfish", +"goatherd", +"goats'_milk", +"goatsbeard", +"goatsfoot", +"goatskin", +"goatsucker", +"gob", +"gobbet", +"gobble", +"gobbledygook", +"gobbler", +"gobi", +"gobi_desert", +"gobiesocidae", +"gobiesox", +"gobiesox_strumosus", +"gobiidae", +"gobio", +"gobio_gobio", +"goblet", +"goblet_cell", +"goblin", +"gobs", +"goby", +"god", +"god's_acre", +"god's_will", +"god's_wisdom", +"god_almighty", +"god_of_war", +"god_tree", +"godard", +"godchild", +"goddard", +"goddaughter", +"goddess", +"godel", +"godfather", +"godhead", +"godiva", +"godlessness", +"godliness", +"godmother", +"godown", +"godparent", +"godsend", +"godson", +"godspeed", +"godunov", +"godwin_austen", +"godwit", +"goebbels", +"goer", +"goering", +"goeteborg", +"goethals", +"goethe", +"goethite", +"gofer", +"goffer", +"goffering_iron", +"gog_and_magog", +"goggle-eye", +"goggle_box", +"goggles", +"gogh", +"gogol", +"goidelic", +"going", +"going-out-of-business_sale", +"going-over", +"going_ashore", +"going_away", +"going_to_jerusalem", +"going_under", +"goiter", +"goitre", +"goitrogen", +"golan", +"golan_heights", +"golconda", +"gold", +"gold-beater", +"gold-crowned_kinglet", +"gold-tail_moth", +"gold-worker", +"gold_braid", +"gold_coast", +"gold_digger", +"gold_dust", +"gold_fern", +"gold_fever", +"gold_foil", +"gold_leaf", +"gold_medal", +"gold_mine", +"gold_miner", +"gold_of_pleasure", +"gold_panner", +"gold_plate", +"gold_rush", +"gold_standard", +"golda_meir", +"goldbeater", +"goldberg", +"goldbrick", +"goldbricking", +"goldcrest", +"goldcup", +"golden-beard_penstemon", +"golden-crested_kinglet", +"golden-eyed_fly", +"golden_age", +"golden_ager", +"golden_algae", +"golden_aster", +"golden_barrel_cactus", +"golden_boy", +"golden_buttons", +"golden_calf", +"golden_calla", +"golden_chain", +"golden_chinkapin", +"golden_clematis", +"golden_club", +"golden_crown_beard", +"golden_crownbeard", +"golden_cup", +"golden_delicious", +"golden_eagle", +"golden_everlasting", +"golden_fairy_lantern", +"golden_fern", +"golden_fig", +"golden_fleece", +"golden_gate", +"golden_gate_bridge", +"golden_glow", +"golden_gram", +"golden_groundsel", +"golden_hamster", +"golden_handshake", +"golden_heather", +"golden_honey_plant", +"golden_horde", +"golden_ironweed", +"golden_larch", +"golden_maidenhair", +"golden_marguerite", +"golden_mean", +"golden_mole", +"golden_oak_mushroom", +"golden_oldie", +"golden_oriole", +"golden_parachute", +"golden_pea", +"golden_pheasant", +"golden_pholiota", +"golden_plover", +"golden_polypody", +"golden_pothos", +"golden_potto", +"golden_ragwort", +"golden_rain", +"golden_retriever", +"golden_rule", +"golden_saxifrage", +"golden_seal", +"golden_section", +"golden_shiner", +"golden_shower_tree", +"golden_spleen", +"golden_star", +"golden_stars", +"golden_state", +"golden_syrup", +"golden_thistle", +"golden_thread", +"golden_trumpet", +"golden_warbler", +"golden_wattle", +"golden_wedding_anniversary", +"golden_willow", +"golden_wonder_millet", +"golden_yarrow", +"golden_years", +"goldenbush", +"goldeneye", +"goldenrod", +"goldenseal", +"goldfield", +"goldfields", +"goldfinch", +"goldfish", +"goldfish_bowl", +"goldie's_fern", +"goldie's_shield_fern", +"goldie's_wood_fern", +"goldilocks", +"goldilocks_aster", +"golding", +"goldman", +"goldmark", +"goldmine", +"goldoni", +"goldsboro", +"goldsmith", +"goldstone", +"goldthread", +"goldworker", +"goldwyn", +"golem", +"golf", +"golf-club", +"golf-club_head", +"golf_bag", +"golf_ball", +"golf_caddie", +"golf_cap", +"golf_cart", +"golf_club", +"golf_course", +"golf_equipment", +"golf_game", +"golf_glove", +"golf_hole", +"golf_lesson", +"golf_links", +"golf_player", +"golf_pro", +"golf_range", +"golf_shot", +"golf_stroke", +"golf_tee", +"golf_widow", +"golfcart", +"golfer", +"golfing", +"golfo_de_campeche", +"golfo_de_mexico", +"golgi", +"golgi's_cell", +"golgi_apparatus", +"golgi_body", +"golgi_cell", +"golgi_complex", +"golgotha", +"goliard", +"goliath", +"goliath_frog", +"golliwog", +"golliwogg", +"golosh", +"goma", +"gombrowicz", +"gomel", +"gomorrah", +"gomorrha", +"gompers", +"gomphothere", +"gomphotheriidae", +"gomphotherium", +"gomphrena", +"gomphrena_globosa", +"gomuti", +"gomuti_palm", +"gonad", +"gonadotrophic_hormone", +"gonadotrophin", +"gonadotropic_hormone", +"gonadotropin", +"goncalo_alves", +"goncourt", +"gond", +"gondang_wax", +"gondi", +"gondola", +"gondola_car", +"gondolier", +"gondoliere", +"gondwanaland", +"goner", +"gong", +"gong_buoy", +"gongora", +"gongorism", +"gongorist", +"gonif", +"goniff", +"goniometer", +"gonion", +"goniopteris", +"gonioscopy", +"gonne", +"gonococcus", +"gonorhynchidae", +"gonorhynchus", +"gonorhynchus_gonorhynchus", +"gonorrhea", +"gonorrhoea", +"goo", +"goober", +"goober_pea", +"good", +"good-by", +"good-bye", +"good-for-naught", +"good-for-nothing", +"good-humoredness", +"good-humouredness", +"good-king-henry", +"good-naturedness", +"good-neighborliness", +"good-neighbourliness", +"good-temperedness", +"good_afternoon", +"good_authority", +"good_book", +"good_continuation", +"good_day", +"good_deal", +"good_egg", +"good_example", +"good_faith", +"good_form", +"good_fortune", +"good_friday", +"good_guy", +"good_health", +"good_humor", +"good_humour", +"good_looks", +"good_luck", +"good_luck_charm", +"good_manners", +"good_morning", +"good_nature", +"good_night", +"good_ol'_boy", +"good_old_boy", +"good_old_days", +"good_ole_boy", +"good_part", +"good_person", +"good_samaritan", +"good_sense", +"good_shepherd", +"good_speller", +"good_spirit", +"good_story", +"good_temper", +"good_time", +"good_turn", +"good_weather", +"good_will", +"good_word", +"goodall", +"goodby", +"goodbye", +"goodenia", +"goodenia_family", +"goodeniaceae", +"goodman", +"goodness", +"goodwill", +"goody", +"goody-goody", +"goodyear", +"goodyera", +"goof", +"goof-off", +"goofball", +"goofing_off", +"goofy", +"google", +"googly", +"googol", +"googolplex", +"gook", +"goon", +"gooney", +"gooney_bird", +"goonie", +"goony", +"goop", +"goora_nut", +"goosander", +"goose", +"goose-tansy", +"goose_barnacle", +"goose_bump", +"goose_down", +"goose_egg", +"goose_grass", +"goose_grease", +"goose_liver", +"goose_pimple", +"goose_plum", +"goose_skin", +"goose_step", +"gooseberry", +"gooseberry_bush", +"gooseberry_family", +"goosebump", +"goosefish", +"gooseflesh", +"goosefoot", +"goosefoot_family", +"goosefoot_maple", +"gooseneck", +"gooseneck_barnacle", +"gooseneck_loosestrife", +"gop", +"gopher", +"gopher_hole", +"gopher_snake", +"gopher_state", +"gopher_tortoise", +"gopher_turtle", +"gopherus", +"gopherus_agassizii", +"gopherus_polypemus", +"gopherwood", +"goral", +"gorbachev", +"gordian_knot", +"gordie_howe", +"gordimer", +"gordius", +"gordon_howe", +"gordon_setter", +"gore", +"gore_vidal", +"gorgas", +"gorge", +"gorger", +"gorgerin", +"gorget", +"gorgon", +"gorgonacea", +"gorgoniacea", +"gorgonian", +"gorgonian_coral", +"gorgonocephalus", +"gorgonzola", +"gorilla", +"gorilla_gorilla", +"gorilla_gorilla_beringei", +"gorilla_gorilla_gorilla", +"gorilla_gorilla_grauri", +"goring", +"gorki", +"gorkiy", +"gorky", +"gorse", +"gosainthan", +"gosan-chiku", +"goshawk", +"gosling", +"gosmore", +"gospel", +"gospel_according_to_john", +"gospel_according_to_luke", +"gospel_according_to_mark", +"gospel_according_to_matthew", +"gospel_of_luke", +"gospel_singing", +"gospel_truth", +"gospeler", +"gospeller", +"gospels", +"gossamer", +"gossip", +"gossip_columnist", +"gossiper", +"gossiping", +"gossipmonger", +"gossipmongering", +"gossypium", +"gossypium_arboreum", +"gossypium_barbadense", +"gossypium_herbaceum", +"gossypium_hirsutum", +"gossypium_peruvianum", +"gossypium_thurberi", +"gota_canal", +"goteborg", +"goth", +"gothenburg", +"gothic", +"gothic_arch", +"gothic_architecture", +"gothic_romance", +"gothic_romancer", +"gothite", +"gotterdammerung", +"gottfried_wilhelm_leibnitz", +"gottfried_wilhelm_leibniz", +"gotthold_ephraim_lessing", +"gottlieb_daimler", +"gouache", +"gouda", +"gouda_cheese", +"goudy", +"gouge", +"gouger", +"goujon", +"goulash", +"gould", +"gounod", +"gourd", +"gourd_family", +"gourd_vine", +"gourde", +"gourmand", +"gourmandism", +"gourmandizer", +"gourmet", +"gout", +"gouty_arthritis", +"gouverneur_morris", +"governador_valadares", +"governance", +"governed", +"governess", +"governing", +"governing_board", +"governing_body", +"government", +"government-in-exile", +"government_accounting_office", +"government_activity", +"government_agency", +"government_agent", +"government_bond", +"government_building", +"government_department", +"government_income", +"government_issue", +"government_man", +"government_minister", +"government_note", +"government_office", +"government_officials", +"government_printing_office", +"government_revenue", +"government_security", +"governor", +"governor's_plum", +"governor's_race", +"governor_general", +"governor_plum", +"governorship", +"gowen_cypress", +"gown", +"goy", +"goya", +"goya_y_lucientes", +"gp", +"gp_bomb", +"gpa", +"gpo", +"gps", +"graafian_follicle", +"grab", +"grab_bag", +"grab_bar", +"grab_sample", +"grabber", +"grace", +"grace_cup", +"grace_ethel_cecile_rosalie_allen", +"grace_kelly", +"grace_note", +"grace_of_god", +"grace_patricia_kelly", +"gracefulness", +"gracelessness", +"gracie", +"gracie_allen", +"gracilariid", +"gracilariid_moth", +"gracilariidae", +"gracility", +"gracillariidae", +"graciousness", +"grackle", +"gracula", +"gracula_religiosa", +"grad", +"grad_school", +"grad_student", +"gradable_opposition", +"gradation", +"grade", +"grade_crossing", +"grade_insignia", +"grade_point", +"grade_point_average", +"grade_school", +"grade_separation", +"grader", +"gradient", +"grading", +"gradual", +"graduality", +"gradualness", +"graduate", +"graduate_nurse", +"graduate_school", +"graduate_student", +"graduated_cylinder", +"graduated_table", +"graduated_tax", +"graduating_class", +"graduation", +"graduation_exercise", +"graeco-roman_deity", +"graecophile", +"graf", +"graf_zeppelin", +"graffiti", +"graffito", +"graft", +"grafting", +"graham", +"graham_bread", +"graham_cracker", +"graham_flour", +"graham_greene", +"grahame", +"grail", +"grain", +"grain_alcohol", +"grain_field", +"grain_merchant", +"grain_moth", +"grain_sorghum", +"grainfield", +"grainger", +"graininess", +"graining", +"grains_of_paradise", +"grainy_club", +"grainy_club_mushrooms", +"gram", +"gram's_method", +"gram's_procedure", +"gram's_solution", +"gram's_stain", +"gram-atomic_weight", +"gram_atom", +"gram_calorie", +"gram_method", +"gram_molecule", +"gram_stain", +"grama", +"grama_grass", +"gramicidin", +"graminaceae", +"graminaceous_plant", +"graminales", +"gramineae", +"gramineous_plant", +"gramma", +"gramma_grass", +"grammar", +"grammar_school", +"grammarian", +"grammatical_case", +"grammatical_category", +"grammatical_constituent", +"grammatical_construction", +"grammatical_gender", +"grammatical_meaning", +"grammatical_relation", +"grammatical_rule", +"grammatolatry", +"grammatophyllum", +"gramme", +"gramophone", +"gramps", +"grampus", +"grampus_griseus", +"gran", +"gran_casa", +"gran_santiago", +"granada", +"granadilla", +"granadilla_tree", +"granadilla_wood", +"granadillo", +"granary", +"grand", +"grand_canal", +"grand_canyon", +"grand_canyon_national_park", +"grand_canyon_state", +"grand_circle", +"grand_dragon", +"grand_duchess", +"grand_duchy", +"grand_duchy_of_luxembourg", +"grand_duke", +"grand_fir", +"grand_guignol", +"grand_inquisitor", +"grand_island", +"grand_jury", +"grand_lama", +"grand_larceny", +"grand_mal", +"grand_mal_epilepsy", +"grand_marnier", +"grand_mufti", +"grand_national", +"grand_opera", +"grand_piano", +"grand_prix", +"grand_rapids", +"grand_river", +"grand_slam", +"grand_teton", +"grand_teton_national_park", +"grand_theft", +"grand_total", +"grand_tour", +"grand_turk", +"grandad", +"grandaunt", +"grandchild", +"granddad", +"granddaddy", +"granddaughter", +"grande_dame", +"grandee", +"grandeur", +"grandfather", +"grandfather_clause", +"grandfather_clock", +"grandiloquence", +"grandiosity", +"grandma", +"grandma_moses", +"grandmaster", +"grandmother", +"grandnephew", +"grandness", +"grandniece", +"grandpa", +"grandparent", +"grandson", +"grandstand", +"grandstander", +"granduncle", +"grange", +"granger", +"granicus", +"granite", +"granite_state", +"granite_stater", +"graniteware", +"grannie", +"granny", +"granny's_bonnets", +"granny_knot", +"granny_smith", +"granola", +"granola_bar", +"grant", +"grant-in-aid", +"grant_wood", +"grantee", +"granter", +"granth", +"granth_sahib", +"granting_immunity", +"grantor", +"grantor_trust", +"granular_pearlite", +"granularity", +"granulated_sugar", +"granulation", +"granulation_tissue", +"granule", +"granulocyte", +"granulocytic_leukemia", +"granulocytopenia", +"granuloma", +"granuloma_inguinale", +"granuloma_venereum", +"granville-barker", +"granville_stanley_hall", +"granville_wilt", +"grape", +"grape-leaf_begonia", +"grape_arbor", +"grape_arbour", +"grape_fern", +"grape_hyacinth", +"grape_jelly", +"grape_juice", +"grape_louse", +"grape_phylloxera", +"grape_sugar", +"grape_vine", +"grapefruit", +"grapefruit_juice", +"grapefruit_peel", +"grapeshot", +"grapevine", +"grapevine_family", +"graph", +"graph_paper", +"grapheme", +"graphic", +"graphic_art", +"graphic_artist", +"graphic_design", +"graphic_designer", +"graphic_symbol", +"graphic_tellurium", +"graphical_record", +"graphical_user_interface", +"graphics", +"graphite", +"graphologist", +"graphology", +"graphospasm", +"grapnel", +"grapnel_anchor", +"grapo", +"grappa", +"grappelli", +"grapple", +"grappler", +"grappling", +"grappling_hook", +"grappling_iron", +"graptophyllum", +"graptophyllum_pictum", +"grasp", +"grasping", +"grass", +"grass-leaved_golden_aster", +"grass-of-parnassus", +"grass_bacillus", +"grass_family", +"grass_fern", +"grass_finch", +"grass_frog", +"grass_parakeet", +"grass_pea", +"grass_pink", +"grass_poly", +"grass_roots", +"grass_skirt", +"grass_snake", +"grass_tree", +"grass_tree_family", +"grass_vetch", +"grass_vetchling", +"grass_widow", +"grass_widower", +"grass_wrack", +"grassfinch", +"grassfire", +"grasshopper", +"grasshopper_mouse", +"grassland", +"grassy_death_camas", +"grate", +"grated_cheese", +"gratefulness", +"grater", +"graticule", +"gratification", +"grating", +"gratitude", +"gratuity", +"grave", +"grave_accent", +"grave_mound", +"gravedigger", +"gravel", +"gravel_pit", +"gravelweed", +"graven_image", +"graveness", +"graver", +"graverobber", +"graves", +"graves'_disease", +"gravestone", +"graveyard", +"graveyard_shift", +"graveyard_watch", +"gravida", +"gravida_i", +"gravida_ii", +"gravida_iii", +"gravidation", +"gravidity", +"gravidness", +"gravimeter", +"gravimetric_analysis", +"gravimetry", +"graving_dock", +"graving_tool", +"gravitas", +"gravitation", +"gravitation_wave", +"gravitational_attraction", +"gravitational_collapse", +"gravitational_constant", +"gravitational_field", +"gravitational_force", +"gravitational_interaction", +"gravitational_mass", +"gravitational_theory", +"graviton", +"gravity", +"gravity-assist", +"gravity_bomb", +"gravity_fault", +"gravity_gradient", +"gravity_meter", +"gravity_wave", +"gravure", +"gravy", +"gravy_boat", +"gravy_holder", +"gravy_train", +"gray", +"gray_alder", +"gray_area", +"gray_birch", +"gray_catbird", +"gray_flounder", +"gray_fox", +"gray_goldenrod", +"gray_hen", +"gray_jay", +"gray_kingbird", +"gray_lemming", +"gray_market", +"gray_matter", +"gray_mullet", +"gray_partridge", +"gray_polypody", +"gray_poplar", +"gray_sage", +"gray_sea_eagle", +"gray_skate", +"gray_snapper", +"gray_sole", +"gray_substance", +"gray_whale", +"gray_willow", +"gray_wolf", +"grayback", +"graybeard", +"grayhen", +"grayish_brown", +"graylag", +"graylag_goose", +"grayness", +"graz", +"graze", +"grazier", +"grazing", +"grazing_fire", +"grazing_land", +"grease", +"grease-gun", +"grease_monkey", +"greaseball", +"greasepaint", +"greaseproof_paper", +"greaser", +"greasewood", +"greasiness", +"greasy_spoon", +"great", +"great-aunt", +"great-leaved_macrophylla", +"great-nephew", +"great-niece", +"great-uncle", +"great_adductor_muscle", +"great_anteater", +"great_ape", +"great_arabian_desert", +"great_attractor", +"great_auk", +"great_australian_bight", +"great_australian_desert", +"great_barracuda", +"great_barrier_reef", +"great_bear", +"great_black-backed_gull", +"great_blue_heron", +"great_blue_shark", +"great_bowerbird", +"great_britain", +"great_burdock", +"great_bustard", +"great_care", +"great_cerebral_vein", +"great_circle", +"great_commoner", +"great_crested_grebe", +"great_dane", +"great_deal", +"great_depression", +"great_divide", +"great_dividing_range", +"great_dog", +"great_duckweed", +"great_elector", +"great_falls", +"great_grandchild", +"great_granddaughter", +"great_grandfather", +"great_grandmother", +"great_grandparent", +"great_grandson", +"great_gray_owl", +"great_grey_kangaroo", +"great_grey_owl", +"great_gross", +"great_hall", +"great_horned_owl", +"great_hundred", +"great_indian_desert", +"great_knapweed", +"great_lakes", +"great_lakes_state", +"great_lobelia", +"great_maple", +"great_mendenhall_glacier", +"great_millet", +"great_mother", +"great_mullein", +"great_plains", +"great_plains_of_north_america", +"great_plains_paintbrush", +"great_power", +"great_proletarian_cultural_revolution", +"great_pyramid", +"great_pyrenees", +"great_ragweed", +"great_revolt", +"great_rift_valley", +"great_russian", +"great_salt_desert", +"great_salt_lake", +"great_sandy_desert", +"great_saphenous_vein", +"great_schism", +"great_seal", +"great_seal_of_the_united_states", +"great_skua", +"great_slave_lake", +"great_smoky_mountains", +"great_smoky_mountains_national_park", +"great_snipe", +"great_solomon's-seal", +"great_st_john's_wort", +"great_toe", +"great_victoria_desert", +"great_wall", +"great_wall_of_china", +"great_war", +"great_white_heron", +"great_white_hope", +"great_white_shark", +"great_white_way", +"great_year", +"great_yellow_gentian", +"great_yellowcress", +"greatcoat", +"greater_antilles", +"greater_burdock", +"greater_butterfly_orchid", +"greater_celandine", +"greater_knapweed", +"greater_kudu", +"greater_london", +"greater_masterwort", +"greater_new_orleans_bridge", +"greater_new_york", +"greater_omentum", +"greater_pectoral_muscle", +"greater_peritoneal_sac", +"greater_pichiciego", +"greater_prairie_chicken", +"greater_rhomboid_muscle", +"greater_scaup", +"greater_spearwort", +"greater_stitchwort", +"greater_sunda_islands", +"greater_swiss_mountain_dog", +"greater_water_parsnip", +"greater_whitethroat", +"greater_yellowlegs", +"greatest_common_divisor", +"greatest_common_factor", +"greatness", +"greave", +"greaves", +"grebe", +"grecian", +"greco", +"greco-roman_architecture", +"greco-roman_deity", +"greco-roman_wrestling", +"greece", +"greed", +"greediness", +"greegree", +"greek", +"greek_alphabet", +"greek_architecture", +"greek_capital", +"greek_catholic", +"greek_chorus", +"greek_church", +"greek_clover", +"greek_cross", +"greek_deity", +"greek_drachma", +"greek_fire", +"greek_fret", +"greek_key", +"greek_mode", +"greek_monetary_unit", +"greek_mythology", +"greek_orthodox_church", +"greek_partridge", +"greek_valerian", +"greeley", +"green", +"green-blindness", +"green-eyed_monster", +"green-tailed_towhee", +"green-winged_teal", +"green_adder's_mouth", +"green_alder", +"green_algae", +"green_apple_aphid", +"green_arrow_arum", +"green_ash", +"green_bay", +"green_bean", +"green_beret", +"green_bristlegrass", +"green_broom", +"green_card", +"green_corn", +"green_dinosaur", +"green_douglas_fir", +"green_dragon", +"green_fingers", +"green_foxtail", +"green_fringed_orchis", +"green_frog", +"green_gentian", +"green_gland", +"green_goddess", +"green_gold", +"green_goods", +"green_gram", +"green_groceries", +"green_hellebore", +"green_june_beetle", +"green_lacewing", +"green_lead_ore", +"green_light", +"green_line", +"green_lizard", +"green_mamba", +"green_manure", +"green_market", +"green_mayonnaise", +"green_monkey", +"green_monkey_disease", +"green_mountain_state", +"green_mountains", +"green_mushroom_pimple", +"green_olive", +"green_onion", +"green_paper", +"green_party", +"green_pea", +"green_pea_soup", +"green_peach_aphid", +"green_peafowl", +"green_pepper", +"green_plover", +"green_revolution", +"green_river", +"green_salad", +"green_smut", +"green_smut_fungus", +"green_snake", +"green_soap", +"green_soybean", +"green_spleenwort", +"green_tea", +"green_thumb", +"green_turtle", +"green_turtle_soup", +"green_woodpecker", +"greenback", +"greenback_party", +"greenbelt", +"greenberg", +"greenbottle", +"greenbottle_fly", +"greenbrier", +"greene", +"greenery", +"greeneye", +"greenfly", +"greengage", +"greengage_plum", +"greengrocer", +"greengrocery", +"greenhood", +"greenhorn", +"greenhouse", +"greenhouse_effect", +"greenhouse_emission", +"greenhouse_gas", +"greenhouse_warming", +"greenhouse_whitefly", +"greening", +"greenish_blue", +"greenish_yellow", +"greenishness", +"greenland", +"greenland_caribou", +"greenland_sea", +"greenland_spar", +"greenland_whale", +"greenling", +"greenmail", +"greenmarket", +"greenness", +"greenockite", +"greenpeace", +"greenroom", +"greens", +"greensand", +"greensboro", +"greenshank", +"greensickness", +"greenskeeper", +"greenstick_fracture", +"greensward", +"greenville", +"greenway", +"greenweed", +"greenwich", +"greenwich_mean_time", +"greenwich_meridian", +"greenwich_time", +"greenwich_village", +"greenwing", +"greenwood", +"greeter", +"greeting", +"greeting_card", +"greg_norman", +"gregarine", +"gregarinida", +"gregariousness", +"gregor_mendel", +"gregorian_calendar", +"gregorian_calendar_month", +"gregorian_chant", +"gregorian_mode", +"gregorian_telescope", +"gregory", +"gregory_goodwin_pincus", +"gregory_i", +"gregory_john_norman", +"gregory_nazianzen", +"gregory_of_nazianzen", +"gregory_pincus", +"gregory_the_great", +"gregory_vii", +"gregory_xii", +"gregory_xiii", +"gregory_xvi", +"greisen", +"gremlin", +"grenada", +"grenada_dollar", +"grenade", +"grenade_thrower", +"grenadian", +"grenadier", +"grenadine", +"grenoble", +"gres-gris", +"gresham", +"gresham's_law", +"greta_garbo", +"greta_louisa_gustafsson", +"gretzky", +"grevillea", +"grevillea_banksii", +"grevillea_robusta", +"grevillea_striata", +"grevillela_parallela", +"grevy's_zebra", +"grewia", +"grewia_asiatica", +"grey", +"grey-leaf_pine", +"grey_alder", +"grey_area", +"grey_birch", +"grey_catbird", +"grey_flounder", +"grey_fox", +"grey_friar", +"grey_goldenrod", +"grey_hen", +"grey_jay", +"grey_kingbird", +"grey_lemming", +"grey_market", +"grey_matter", +"grey_mullet", +"grey_partridge", +"grey_polypody", +"grey_poplar", +"grey_sage", +"grey_sea_eagle", +"grey_skate", +"grey_snapper", +"grey_sole", +"grey_substance", +"grey_whale", +"grey_willow", +"grey_wolf", +"greyback", +"greybeard", +"greyhen", +"greyhound", +"greyhound_racing", +"greyish_brown", +"greylag", +"greylag_goose", +"greyness", +"gri-gri", +"grias", +"grias_cauliflora", +"grid", +"grid_metal", +"griddle", +"griddlecake", +"gridiron", +"gridiron-tailed_lizard", +"gridlock", +"grief", +"grieg", +"grievance", +"griever", +"grievous_bodily_harm", +"griffin", +"griffith", +"griffon", +"griffon_vulture", +"grifola_frondosa", +"grifter", +"grigori_aleksandrovich_potemkin", +"grigori_efimovich_rasputin", +"grigori_potemkin", +"grigori_potyokin", +"grigri", +"grill", +"grille", +"grilling", +"grillroom", +"grillwork", +"grim_reaper", +"grimace", +"grime", +"grimes'_golden", +"griminess", +"grimm", +"grimm's_law", +"grimness", +"grimoire", +"grin", +"grind", +"grind_organ", +"grindelia", +"grindelia_robusta", +"grindelia_squarrosa", +"grinder", +"grinding", +"grinding_wheel", +"grindle", +"grindstone", +"gringo", +"grinner", +"grinning", +"griot", +"grip", +"gripe", +"gripes", +"griping", +"grippe", +"gripsack", +"gris", +"grisaille", +"griselinia", +"griselinia_littoralis", +"griselinia_lucida", +"griseofulvin", +"grison", +"grison_vittatus", +"grissino", +"grist", +"gristle", +"gristmill", +"grit", +"gritrock", +"grits", +"gritstone", +"grivet", +"grizzle", +"grizzly", +"grizzly_bear", +"groan", +"groaner", +"groat", +"groats", +"grocer", +"grocery", +"grocery_bag", +"grocery_boy", +"grocery_list", +"grocery_store", +"groenendael", +"groenlandia", +"grog", +"grogginess", +"grogram", +"groin", +"groined_vault", +"grommet", +"gromwell", +"gromyko", +"gronland", +"groom", +"groom-to-be", +"grooming", +"groomsman", +"groove", +"groover", +"grooving", +"grope", +"gropius", +"gros_point", +"gros_ventre", +"grosbeak", +"groschen", +"grosgrain", +"gross", +"gross_anatomy", +"gross_domestic_product", +"gross_estate", +"gross_margin", +"gross_national_product", +"gross_profit", +"gross_profit_margin", +"gross_revenue", +"gross_sales", +"gross_ton", +"grossbeak", +"grossness", +"grossulariaceae", +"grosz", +"grot", +"grotesque", +"grotesqueness", +"grotesquerie", +"grotesquery", +"grotius", +"grotto", +"grouch", +"groucho", +"ground", +"ground-berry", +"ground-controlled_approach", +"ground-effect_machine", +"ground-emplaced_mine", +"ground-service_crew", +"ground-shaker", +"ground_almond", +"ground_attack", +"ground_bait", +"ground_ball", +"ground_bass", +"ground_beef", +"ground_beetle", +"ground_cable", +"ground_cedar", +"ground_cherry", +"ground_cloth", +"ground_control", +"ground_cover", +"ground_crew", +"ground_effect", +"ground_fir", +"ground_fire", +"ground_floor", +"ground_forces", +"ground_glass", +"ground_ivy", +"ground_level", +"ground_loop", +"ground_noise", +"ground_pine", +"ground_pink", +"ground_plan", +"ground_rattler", +"ground_rent", +"ground_roller", +"ground_rose", +"ground_rule", +"ground_sloth", +"ground_snake", +"ground_squirrel", +"ground_state", +"ground_stroke", +"ground_substance", +"ground_swell", +"ground_tackle", +"ground_water", +"ground_wave", +"ground_zero", +"groundball", +"groundberry", +"groundbreaker", +"groundbreaking", +"groundbreaking_ceremony", +"groundcover", +"grounder", +"groundfish", +"groundhog", +"groundhog_day", +"grounding", +"groundkeeper", +"groundlessness", +"groundling", +"groundmass", +"groundnut", +"groundnut_oil", +"groundnut_vine", +"grounds", +"groundsel", +"groundsel_bush", +"groundsel_tree", +"groundsheet", +"groundskeeper", +"groundsman", +"groundspeed", +"groundwater_level", +"groundwork", +"group", +"group_a", +"group_ab", +"group_action", +"group_amentiferae", +"group_b", +"group_captain", +"group_centrospermae", +"group_discussion", +"group_dynamics", +"group_insurance", +"group_meeting", +"group_o", +"group_participation", +"group_practice", +"group_psychotherapy", +"group_pteridospermae", +"group_pteridospermaphyta", +"group_theory", +"group_therapy", +"grouper", +"groupie", +"grouping", +"groupthink", +"groupware", +"grouse", +"grouse-berry", +"grouse_whortleberry", +"grouseberry", +"grout", +"grove", +"groveler", +"groveller", +"grover_cleveland", +"groves", +"grower", +"growing", +"growing_pains", +"growing_season", +"growl", +"growler", +"growling", +"grownup", +"growth", +"growth-onset_diabetes", +"growth_factor", +"growth_hormone", +"growth_hormone-releasing_factor", +"growth_industry", +"growth_rate", +"growth_regulator", +"growth_ring", +"growth_stock", +"groyne", +"grozny", +"groznyy", +"grub", +"grub_street", +"grubbiness", +"grubby", +"grubstake", +"grudge", +"gruel", +"gruesomeness", +"gruffness", +"grugru", +"grugru_nut", +"grugru_palm", +"gruidae", +"gruiformes", +"grumble", +"grumbler", +"grumbling", +"grume", +"grummet", +"grump", +"grumpiness", +"grundyism", +"grunge", +"grunt", +"grunter", +"grus", +"grus_americana", +"gruyere", +"gryllidae", +"gryphon", +"gsa", +"gspc", +"gsr", +"gu", +"guacamole", +"guacharo", +"guadalajara", +"guadalcanal", +"guadalupe_cypress", +"guadalupe_fur_seal", +"guadalupe_island", +"guadalupe_mountains", +"guadalupe_mountains_national_park", +"guadeloupe", +"guaiac", +"guaiac_wood", +"guaiacum", +"guaiacum_officinale", +"guaiacum_sanctum", +"guaiacum_wood", +"guaira", +"guaira_falls", +"guallatiri", +"guam", +"guama", +"guan", +"guanabana", +"guanabenz", +"guanaco", +"guangdong", +"guangdong_province", +"guangzhou", +"guanine", +"guano", +"guano_bat", +"guanosine", +"guantanamo", +"guantanamo_bay", +"guar", +"guar_gum", +"guarani", +"guarantee", +"guarantor", +"guaranty", +"guard", +"guard's_van", +"guard_boat", +"guard_dog", +"guard_duty", +"guard_hair", +"guard_of_honor", +"guard_ship", +"guardhouse", +"guardian", +"guardian_angel", +"guardian_spirit", +"guardianship", +"guardrail", +"guardroom", +"guardsman", +"guarneri", +"guarnerius", +"guarnieri", +"guatemala", +"guatemala_city", +"guatemalan", +"guatemalan_monetary_unit", +"guava", +"guava_bush", +"guayaquil", +"guayule", +"gubbins", +"guck", +"gudgeon", +"gudgeon_pin", +"guelder_rose", +"guenevere", +"guenon", +"guenon_monkey", +"guerdon", +"guereza", +"gueridon", +"guerilla", +"guerilla_force", +"guernsey", +"guernsey_elm", +"guerrilla", +"guerrilla_force", +"guerrilla_theater", +"guess", +"guesser", +"guessing", +"guessing_game", +"guesstimate", +"guesswork", +"guest", +"guest_night", +"guest_of_honor", +"guest_worker", +"guesthouse", +"guestimate", +"guestroom", +"guestworker", +"guevara", +"guevina", +"guevina_avellana", +"guevina_heterophylla", +"guff", +"guffaw", +"guggenheim", +"guglielmo_marconi", +"gui", +"guiana", +"guiana_highlands", +"guib", +"guibert_of_ravenna", +"guidance", +"guidance_device", +"guidance_system", +"guide", +"guide_dog", +"guide_fossil", +"guide_rope", +"guide_word", +"guidebook", +"guided_bomb_unit-28", +"guided_missile", +"guided_missile_cruiser", +"guided_missile_destroyer", +"guided_missile_frigate", +"guideline", +"guidepost", +"guideword", +"guiding_light", +"guild", +"guild_socialism", +"guilder", +"guildhall", +"guile", +"guillain-barre_syndrome", +"guillaume_apollinaire", +"guillaume_de_grimoard", +"guillemot", +"guilloche", +"guillotine", +"guilt", +"guilt_by_association", +"guilt_feelings", +"guilt_pang", +"guilt_trip", +"guiltiness", +"guiltlessness", +"guilty_conscience", +"guimpe", +"guine-bissau", +"guinea", +"guinea-bissau", +"guinea-bissau_monetary_unit", +"guinea-bissau_peso", +"guinea-hen_flower", +"guinea_corn", +"guinea_flower", +"guinea_fowl", +"guinea_gold", +"guinea_gold_vine", +"guinea_grains", +"guinea_hen", +"guinea_pepper", +"guinea_pig", +"guinea_worm", +"guinea_worm_disease", +"guinean", +"guinean_franc", +"guinean_monetary_unit", +"guinevere", +"guinness", +"guise", +"guiseppe_fortunino_francesco_verdi", +"guiseppe_guarneri", +"guitar", +"guitar_pick", +"guitar_player", +"guitarfish", +"guitarist", +"gujarat", +"gujarati", +"gujerat", +"gujerati", +"gula", +"gulag", +"gulch", +"gulden", +"gulf", +"gulf_coast", +"gulf_of_aden", +"gulf_of_aegina", +"gulf_of_akaba", +"gulf_of_alaska", +"gulf_of_antalya", +"gulf_of_aqaba", +"gulf_of_bothnia", +"gulf_of_california", +"gulf_of_campeche", +"gulf_of_carpentaria", +"gulf_of_corinth", +"gulf_of_finland", +"gulf_of_guinea", +"gulf_of_lepanto", +"gulf_of_martaban", +"gulf_of_mexico", +"gulf_of_ob", +"gulf_of_oman", +"gulf_of_riga", +"gulf_of_saint_lawrence", +"gulf_of_siam", +"gulf_of_sidra", +"gulf_of_st._lawrence", +"gulf_of_suez", +"gulf_of_tehuantepec", +"gulf_of_thailand", +"gulf_of_venice", +"gulf_states", +"gulf_stream", +"gulf_war", +"gulf_war_syndrome", +"gulfweed", +"gull", +"gullet", +"gullibility", +"gulliver", +"gully", +"gulo", +"gulo_gulo", +"gulo_luscus", +"gulp", +"gulper", +"gulping", +"gulu", +"gulyas", +"gum", +"gum-lac", +"gum_acacia", +"gum_accroides", +"gum_albanum", +"gum_ammoniac", +"gum_anime", +"gum_arabic", +"gum_ball", +"gum_benjamin", +"gum_benzoin", +"gum_boot", +"gum_butea", +"gum_dammar", +"gum_elastic", +"gum_elemi", +"gum_eurphorbium", +"gum_kino", +"gum_labdanum", +"gum_myrrh", +"gum_olibanum", +"gum_plant", +"gum_resin", +"gum_ridge", +"gum_sangapenum", +"gum_terpentine", +"gum_tree", +"gumbo", +"gumbo-limbo", +"gumbo_soil", +"gumboil", +"gumdrop", +"gumma", +"gummed_label", +"gumminess", +"gumming", +"gummite", +"gummosis", +"gumption", +"gumshield", +"gumshoe", +"gumweed", +"gumwood", +"gun", +"gun-sight", +"gun_barrel", +"gun_carriage", +"gun_case", +"gun_chamber", +"gun_control", +"gun_deck", +"gun_dog", +"gun_emplacement", +"gun_enclosure", +"gun_for_hire", +"gun_moll", +"gun_muzzle", +"gun_pendulum", +"gun_rest", +"gun_room", +"gun_smoke", +"gun_trigger", +"gun_turret", +"gunboat", +"gunboat_diplomacy", +"guncotton", +"gunfight", +"gunfire", +"gunflint", +"gunite", +"gunk", +"gunlock", +"gunman", +"gunmetal", +"gunnar_myrdal", +"gunnel", +"gunner", +"gunnery", +"gunnery_sergeant", +"gunny", +"gunny_sack", +"gunnysack", +"gunplay", +"gunpoint", +"gunpowder", +"gunpowder_plot", +"gunrunner", +"gunrunning", +"gunshot", +"gunsight", +"gunslinger", +"gunsmith", +"gunstock", +"gunter's_chain", +"gunter_grass", +"gunter_wilhelm_grass", +"gunwale", +"guomindang", +"guppy", +"gur", +"gurgle", +"gurkha", +"gurnard", +"gurney", +"guru", +"guru_nanak", +"gush", +"gusher", +"gusset", +"gusset_plate", +"gust", +"gustation", +"gustatory_cell", +"gustatory_modality", +"gustatory_organ", +"gustatory_perception", +"gustatory_sensation", +"gustav_hertz", +"gustav_klimt", +"gustav_ludwig_hertz", +"gustav_mahler", +"gustav_robert_kirchhoff", +"gustav_theodor_fechner", +"gustave_courbet", +"gustave_flaubert", +"gustavus", +"gustavus_adolphus", +"gustavus_franklin_swift", +"gustavus_i", +"gustavus_ii", +"gustavus_iii", +"gustavus_iv", +"gustavus_v", +"gustavus_vi", +"gusto", +"gut", +"gut_issue", +"gutenberg", +"guthrie", +"gutierrezia", +"gutierrezia_microcephala", +"gutierrezia_sarothrae", +"gutierrezia_texana", +"gutlessness", +"guts", +"gutsiness", +"gutta-percha", +"gutta-percha_tree", +"gutta_balata", +"gutter", +"gutter_press", +"guttersnipe", +"guttiferae", +"guttiferales", +"guttural", +"guttural_consonant", +"guvnor", +"guy", +"guy_cable", +"guy_de_maupassant", +"guy_fawkes", +"guy_fawkes_day", +"guy_fawkes_night", +"guy_of_burgundy", +"guy_rope", +"guy_wire", +"guyana", +"guyana_dollar", +"guyanese", +"guyot", +"guzzler", +"guzzling", +"gwydion", +"gwyn", +"gwynn", +"gy", +"gym", +"gym_mat", +"gym_rat", +"gym_shoe", +"gym_suit", +"gymkhana", +"gymnadenia", +"gymnadenia_conopsea", +"gymnadenia_odoratissima", +"gymnadeniopsis", +"gymnasium", +"gymnast", +"gymnastic_apparatus", +"gymnastic_exercise", +"gymnastic_horse", +"gymnastics", +"gymnelis", +"gymnelis_viridis", +"gymnocalycium", +"gymnocarpium", +"gymnocarpium_dryopteris", +"gymnocarpium_robertianum", +"gymnocladus", +"gymnocladus_dioica", +"gymnogyps", +"gymnogyps_californianus", +"gymnomycota", +"gymnophiona", +"gymnopilus", +"gymnopilus_spectabilis", +"gymnopilus_validipes", +"gymnopilus_ventricosus", +"gymnorhina", +"gymnorhina_tibicen", +"gymnosophist", +"gymnosophy", +"gymnosperm", +"gymnosperm_family", +"gymnosperm_genus", +"gymnospermae", +"gymnospermophyta", +"gymnospermous_tree", +"gymnospermous_yellowwood", +"gymnosporangium", +"gymnosporangium_juniperi-virginianae", +"gymnura", +"gymslip", +"gynaecologist", +"gynaecology", +"gynaeolatry", +"gynandromorph", +"gynarchy", +"gynecocracy", +"gynecologist", +"gynecology", +"gynecomastia", +"gyneolatry", +"gynne", +"gynobase", +"gynoecium", +"gynogenesis", +"gynophobia", +"gynophore", +"gynostegium", +"gynura", +"gynura_aurantiaca", +"gyp", +"gypaetus", +"gypaetus_barbatus", +"gyps", +"gyps_fulvus", +"gypsophila", +"gypsophila_paniculata", +"gypsum", +"gypsum_board", +"gypsy", +"gypsy_cab", +"gypsy_dancing", +"gypsy_moth", +"gypsy_rose_lee", +"gypsyweed", +"gypsywort", +"gyration", +"gyre", +"gyrfalcon", +"gyrinidae", +"gyro", +"gyro_horizon", +"gyrocompass", +"gyromitra", +"gyromitra_brunnea", +"gyromitra_californica", +"gyromitra_esculenta", +"gyromitra_fastigiata", +"gyromitra_gigas", +"gyromitra_infula", +"gyromitra_sphaerospora", +"gyroplane", +"gyroscope", +"gyrostabiliser", +"gyrostabilizer", +"gyrus", +"gyrus_cinguli", +"gywn", +"h", +"h-bomb", +"h._g._wells", +"h._h._munro", +"h._j._eysenck", +"h._l._mencken", +"h._pylori", +"h.m.s._bounty", +"h.p.", +"h2o", +"ha", +"ha'p'orth", +"ha'penny", +"ha-ha", +"haart", +"haastia", +"haastia_pulvinaris", +"habacuc", +"habakkuk", +"habanera", +"habeas_corpus", +"habenaria", +"habenaria_albiflora", +"habenaria_bifolia", +"habenaria_chlorantha", +"habenaria_dilatata", +"habenaria_elegans", +"habenaria_fimbriata", +"habenaria_greenei", +"habenaria_hookeri", +"habenaria_lacera", +"habenaria_leucophaea", +"habenaria_nivea", +"habenaria_orbiculata", +"habenaria_peramoena", +"habenaria_psycodes", +"habenaria_unalascensis", +"haber", +"haber-bosch_process", +"haber_process", +"haberdasher", +"haberdashery", +"haberdashery_store", +"habergeon", +"habiliment", +"habit", +"habitability", +"habitableness", +"habitant", +"habitat", +"habitation", +"habitual_abortion", +"habitual_criminal", +"habituation", +"habitude", +"habitue", +"habitus", +"hablot_knight_browne", +"habsburg", +"hacek", +"hachiman", +"hachure", +"hacienda", +"hack", +"hack-driver", +"hack_driver", +"hack_saw", +"hack_writer", +"hackamore", +"hackberry", +"hackbut", +"hackee", +"hackelia", +"hacker", +"hackle", +"hackles", +"hackmatack", +"hackney", +"hackney_carriage", +"hackney_coach", +"hacksaw", +"hackwork", +"had_crime", +"haddock", +"hadean", +"hadean_aeon", +"hadean_eon", +"hadean_time", +"hades", +"hadith", +"hadj", +"hadji", +"hadrian", +"hadrian's_wall", +"hadron", +"hadrosaur", +"hadrosauridae", +"hadrosaurus", +"haecceity", +"haeckel", +"haem", +"haemagglutination", +"haemal_arch", +"haemangioma", +"haemanthus", +"haemanthus_coccineus", +"haematemesis", +"haematinic", +"haematite", +"haematobia", +"haematobia_irritans", +"haematocele", +"haematochezia", +"haematocoele", +"haematocolpometra", +"haematocolpos", +"haematocrit", +"haematocytopenia", +"haematocyturia", +"haematogenesis", +"haematohiston", +"haematoidin", +"haematologist", +"haematology", +"haematolysis", +"haematoma", +"haematopodidae", +"haematopoiesis", +"haematopus", +"haematoxylon", +"haematoxylum", +"haematoxylum_campechianum", +"haematuria", +"haemitin", +"haemodialysis", +"haemodoraceae", +"haemodorum", +"haemogenesis", +"haemoglobin", +"haemoglobinemia", +"haemoglobinopathy", +"haemoglobinuria", +"haemolysin", +"haemolysis", +"haemolytic_anaemia", +"haemophile", +"haemophilia", +"haemophilia_a", +"haemophilia_b", +"haemophiliac", +"haemopis", +"haemopoiesis", +"haemoproteid", +"haemoproteidae", +"haemoprotein", +"haemoproteus", +"haemoptysis", +"haemorrhage", +"haemorrhagic_fever", +"haemorrhagic_stroke", +"haemorrhoid", +"haemorrhoidectomy", +"haemosiderin", +"haemosiderosis", +"haemosporidia", +"haemosporidian", +"haemostasia", +"haemostasis", +"haemostat", +"haemothorax", +"haemulidae", +"haemulon", +"haemulon_album", +"haemulon_aurolineatum", +"haemulon_macrostomum", +"haemulon_malanurum", +"haemulon_parra", +"hafnium", +"haft", +"haftarah", +"haftorah", +"hag", +"hagada", +"haganah", +"hagberry", +"hagberry_tree", +"hagbut", +"hageman_factor", +"hagerstown", +"hagfish", +"haggada", +"haggadah", +"haggai", +"haggard", +"haggis", +"haggle", +"haggler", +"haggling", +"hagia_sofia", +"hagia_sophia", +"hagiographa", +"hagiographer", +"hagiographist", +"hagiography", +"hagiolatry", +"hagiologist", +"hagiology", +"hahn", +"hahnium", +"haick", +"haida", +"haifa", +"haik", +"haiku", +"hail", +"hail_mary", +"haile_selassie", +"hailstone", +"hailstorm", +"haiphong", +"hair", +"hair's-breadth", +"hair-raiser", +"hair-tailed_mole", +"hair_ball", +"hair_care", +"hair_cell", +"hair_coloring", +"hair_curler", +"hair_drier", +"hair_dryer", +"hair_dye", +"hair_follicle", +"hair_gel", +"hair_grass", +"hair_grease", +"hair_mousse", +"hair_of_the_dog", +"hair_oil", +"hair_seal", +"hair_shirt", +"hair_slide", +"hair_space", +"hair_spray", +"hair_stroke", +"hair_style", +"hair_tonic", +"hair_trigger", +"hairball", +"hairbrush", +"haircare", +"haircloth", +"haircut", +"hairdo", +"hairdresser", +"hairdressing", +"hairgrip", +"hairiness", +"hairlessness", +"hairline", +"hairline_fracture", +"hairnet", +"hairpiece", +"hairpin", +"hairpin_bend", +"hairsbreadth", +"hairsplitter", +"hairsplitting", +"hairspring", +"hairstreak", +"hairstreak_butterfly", +"hairstyle", +"hairstylist", +"hairtail", +"hairweaving", +"hairy-legged_vampire_bat", +"hairy_darling_pea", +"hairy_finger_grass", +"hairy_golden_aster", +"hairy_honeysuckle", +"hairy_lip_fern", +"hairy_root", +"hairy_spurge", +"hairy_tare", +"hairy_tongue", +"hairy_vetch", +"hairy_willowherb", +"hairy_wood_mint", +"haiti", +"haitian", +"haitian_capital", +"haitian_centime", +"haitian_creole", +"haitian_monetary_unit", +"haj", +"haji", +"hajj", +"hajji", +"hake", +"hakea", +"hakea_laurina", +"hakea_leucoptera", +"hakea_lissosperma", +"hakeem", +"hakenkreuz", +"hakham", +"hakim", +"hakka", +"hakka_dialect", +"halab", +"halacha", +"halaka", +"halakah", +"halal", +"halberd", +"halberdier", +"halchidhoma", +"halcion", +"halcyon", +"haldane", +"haldea", +"haldea_striatula", +"haldol", +"hale", +"haleakala_national_park", +"haleness", +"halenia", +"haler", +"halesia", +"halesia_carolina", +"halesia_tetraptera", +"halevy", +"haley", +"half", +"half-and-half", +"half-and-half_dressing", +"half-breed", +"half-brother", +"half-caste", +"half-century", +"half-cock", +"half-free_morel", +"half-holiday", +"half-hour", +"half-intensity", +"half-length", +"half-life", +"half-light", +"half-mast", +"half-moon", +"half-pay", +"half-pint", +"half-relief", +"half-sister", +"half-slip", +"half-staff", +"half-term", +"half-truth", +"half-wit", +"half_a_dozen", +"half_binding", +"half_blood", +"half_boot", +"half_brother", +"half_cross_stitch", +"half_crown", +"half_dollar", +"half_door", +"half_eagle", +"half_gainer", +"half_hatchet", +"half_hitch", +"half_life", +"half_mask", +"half_mile", +"half_nelson", +"half_note", +"half_page", +"half_pound", +"half_rest", +"half_sister", +"half_snipe", +"half_sole", +"half_step", +"half_title", +"half_track", +"half_volley", +"halfback", +"halfbeak", +"halfpenny", +"halfpennyworth", +"halftime", +"halftone", +"halftone_engraving", +"haliaeetus", +"haliaeetus_leucocephalus", +"haliaeetus_leucorhyphus", +"haliaeetus_pelagicus", +"haliatus_albicilla", +"halibut", +"halibut-liver_oil", +"halicarnassus", +"halicoeres", +"halicoeres_bivittatus", +"halicoeres_radiatus", +"halictidae", +"halide", +"halifax", +"halimodendron", +"halimodendron_argenteum", +"halimodendron_halodendron", +"haliotidae", +"haliotis", +"haliotis_tuberculata", +"halite", +"halitosis", +"halitus", +"hall", +"hall's_honeysuckle", +"hall_of_fame", +"hall_of_residence", +"hall_pass", +"hall_porter", +"hallah", +"halle", +"halle-an-der-saale", +"hallel", +"hallelujah", +"halley", +"halliard", +"hallmark", +"halloo", +"hallowe'en", +"halloween", +"hallowmas", +"hallowmass", +"hallstand", +"hallucination", +"hallucinogen", +"hallucinogenic_drug", +"hallucinosis", +"hallux", +"hallway", +"halm", +"halma", +"halo", +"halo_blight", +"halo_spot", +"haloalkane", +"halobacter", +"halobacteria", +"halobacterium", +"halocarbon", +"halocarpus", +"halocarpus_bidwilli", +"haloform", +"halogen", +"halogeton", +"halogeton_glomeratus", +"halogeton_souda", +"halon", +"haloperidol", +"halophil", +"halophile", +"halophyte", +"haloragaceae", +"haloragidaceae", +"halothane", +"hals", +"halt", +"halter", +"haltere", +"halyard", +"ham", +"ham_actor", +"ham_and_eggs", +"ham_hock", +"ham_sandwich", +"hamadryad", +"hamamelid_dicot_family", +"hamamelid_dicot_genus", +"hamamelidaceae", +"hamamelidae", +"hamamelidanthum", +"hamamelidoxylon", +"hamamelis", +"hamamelis_vernalis", +"hamamelis_virginiana", +"hamamelites", +"haman", +"hamartia", +"hamartoma", +"hamas", +"hamate", +"hamate_bone", +"hamburg", +"hamburg_parsley", +"hamburger", +"hamburger_bun", +"hamburger_roll", +"hamburger_steak", +"hame", +"hamelia", +"hamelia_erecta", +"hamelia_patens", +"hamelin", +"hameln", +"hamilton", +"haminoea", +"hamitic", +"hamitic_language", +"hamito-semitic", +"hamlet", +"hammarskjold", +"hammer", +"hammer_and_sickle", +"hammer_nose", +"hammer_throw", +"hammerhead", +"hammerhead_shark", +"hammering", +"hammerlock", +"hammerstein", +"hammertoe", +"hammett", +"hamming", +"hammock", +"hammond_organ", +"hammurabi", +"hammurapi", +"hamper", +"hampshire", +"hampshire_down", +"hampton", +"hampton_roads", +"hamster", +"hamstring", +"hamstring_tendon", +"hamsun", +"han", +"han-gook", +"han_dynasty", +"hancock", +"hand", +"hand-held_computer", +"hand-held_microcomputer", +"hand-me-down", +"hand-schuller-christian_disease", +"hand-to-hand_struggle", +"hand_ax", +"hand_axe", +"hand_blower", +"hand_brake", +"hand_calculator", +"hand_cheese", +"hand_clapping", +"hand_cream", +"hand_drill", +"hand_fern", +"hand_glass", +"hand_grenade", +"hand_job", +"hand_line", +"hand_lotion", +"hand_luggage", +"hand_mirror", +"hand_mower", +"hand_organ", +"hand_pump", +"hand_puppet", +"hand_saw", +"hand_shovel", +"hand_throttle", +"hand_tool", +"hand_towel", +"hand_truck", +"hand_wear", +"handbag", +"handball", +"handball_court", +"handbarrow", +"handbasin", +"handbasket", +"handbell", +"handbill", +"handbook", +"handbow", +"handbreadth", +"handcar", +"handcart", +"handclap", +"handclasp", +"handcraft", +"handcuff", +"handedness", +"handel", +"handful", +"handgrip", +"handgun", +"handheld_drill", +"handhold", +"handicap", +"handicapped", +"handicapped_person", +"handicapper", +"handicraft", +"handies_peak", +"handiness", +"handing_over", +"handiwork", +"handkerchief", +"handle", +"handle-bars", +"handlebar", +"handler", +"handline", +"handling", +"handling_charge", +"handling_cost", +"handlock", +"handloom", +"handmaid", +"handmaiden", +"handoff", +"handout", +"handover", +"handrail", +"handrest", +"hands", +"handsaw", +"handsaw_fish", +"handsbreadth", +"handset", +"handshake", +"handshaking", +"handsomeness", +"handspike", +"handspring", +"handstamp", +"handstand", +"handwear", +"handwheel", +"handwork", +"handwriting", +"handwriting_expert", +"handy", +"handyman", +"hang", +"hang-up", +"hang_glider", +"hang_gliding", +"hangar", +"hangar_queen", +"hangbird", +"hangchow", +"hanger", +"hanger-on", +"hanging", +"hanging_chad", +"hanging_fly", +"hanging_gardens_of_babylon", +"hanging_geranium", +"hanging_wall", +"hangman", +"hangman's_halter", +"hangman's_rope", +"hangnail", +"hangout", +"hangover", +"hangzhou", +"hangzhou_bay", +"hani", +"hank", +"hank_aaron", +"hank_panky", +"hank_williams", +"hankering", +"hankey", +"hankie", +"hanks", +"hanky", +"hanky_panky", +"hannah_arendt", +"hannibal", +"hannover", +"hannukah", +"hanoi", +"hanover", +"hanoverian", +"hanoverian_line", +"hans_adolf_krebs", +"hans_albrecht_bethe", +"hans_arp", +"hans_bethe", +"hans_c._j._gram", +"hans_christian_andersen", +"hans_christian_oersted", +"hans_conrad_julius_reiter", +"hans_eysenck", +"hans_fischer", +"hans_geiger", +"hans_holbein", +"hans_jurgen_eysenck", +"hans_zinsser", +"hansard", +"hanseatic_league", +"hansen's_disease", +"hansom", +"hansom_cab", +"hanukah", +"hanukkah", +"hanuman", +"hao", +"haoma", +"hap", +"hapax_legomenon", +"haphazardness", +"haphtarah", +"haphtorah", +"haploid", +"haploidy", +"haplopappus", +"haplopappus_acaulis", +"haplopappus_phyllocephalus", +"haplopappus_spinulosus", +"haplosporidia", +"haplosporidian", +"haplotype", +"happening", +"happenstance", +"happiness", +"happy_chance", +"happy_event", +"happy_hour", +"hapsburg", +"haptic_sensation", +"haptoglobin", +"hara-kiri", +"harakat_al-jihad_al-islami_al-filastini", +"harakat_ul-jihad-i-islami", +"harakiri", +"harangue", +"haranguer", +"harare", +"harasser", +"harassing_fire", +"harassment", +"harbinger", +"harbor", +"harbor_patrol", +"harbor_porpoise", +"harbor_seal", +"harborage", +"harbour", +"harbourage", +"hard-boiled_egg", +"hard-cooked_egg", +"hard-on", +"hard-shell_clam", +"hard-shell_crab", +"hard-skinned_puffball", +"hard_beech", +"hard_candy", +"hard_cash", +"hard_cheese", +"hard_cider", +"hard_clam", +"hard_coal", +"hard_copy", +"hard_core", +"hard_currency", +"hard_disc", +"hard_disk", +"hard_drink", +"hard_drive", +"hard_drug", +"hard_fern", +"hard_hat", +"hard_knocks", +"hard_lead", +"hard_line", +"hard_liquor", +"hard_news", +"hard_palate", +"hard_right", +"hard_roe", +"hard_roll", +"hard_rubber", +"hard_rush", +"hard_sauce", +"hard_sell", +"hard_shoulder", +"hard_solder", +"hard_steel", +"hard_tick", +"hard_time", +"hard_times", +"hard_water", +"hard_wheat", +"hard_worker", +"hardback", +"hardbake", +"hardball", +"hardboard", +"hardcover", +"hardenbergia", +"hardenbergia_comnptoniana", +"hardening", +"hardening_of_the_arteries", +"hardheads", +"hardheartedness", +"hardihood", +"hardiness", +"harding", +"harding_grass", +"hardinggrass", +"hardliner", +"hardness", +"hardpan", +"hardship", +"hardstem_bulrush", +"hardstemmed_bulrush", +"hardtack", +"hardtop", +"hardware", +"hardware_error", +"hardware_store", +"hardwareman", +"hardwood", +"hardy", +"hare", +"hare's-foot_bristle_fern", +"hare's-foot_fern", +"hare_and_hounds", +"hare_krishna", +"hare_wallaby", +"harebell", +"haredi", +"hareem", +"harefoot", +"harelip", +"harem", +"hargeisa", +"hargreaves", +"haricot", +"haricot_vert", +"haricots_verts", +"harijan", +"harikari", +"harkat-ul-jihad-e-islami", +"harkat-ul-mujahidin", +"harkat_ul-ansar", +"harkat_ul-mujahedeen", +"harlan_f._stone", +"harlan_fisk_stone", +"harlan_fiske_stone", +"harlan_stone", +"harlean_carpenter", +"harlem", +"harlem_renaissance", +"harlem_river", +"harlequin", +"harlequin-snake", +"harlequin_opal", +"harlequinade", +"harley_granville-barker", +"harley_street", +"harlot", +"harlotry", +"harlow", +"harlow_shapley", +"harm", +"harmattan", +"harmfulness", +"harmonic", +"harmonic_analysis", +"harmonic_law", +"harmonic_mean", +"harmonic_motion", +"harmonic_progression", +"harmonica", +"harmonics", +"harmoniousness", +"harmonisation", +"harmoniser", +"harmonium", +"harmonization", +"harmonizer", +"harmony", +"harmsworth", +"harness", +"harness_horse", +"harness_race", +"harness_racing", +"harnessed_antelope", +"harold_clayton_lloyd", +"harold_clayton_urey", +"harold_harefoot", +"harold_hart_crane", +"harold_hirschsprung", +"harold_i", +"harold_ii", +"harold_kroto", +"harold_lloyd", +"harold_nicolson", +"harold_pinter", +"harold_urey", +"harold_w._kroto", +"harp", +"harp_seal", +"harper", +"harper's_ferry", +"harpers_ferry", +"harpia", +"harpia_harpyja", +"harpist", +"harpo", +"harpoon", +"harpoon_gun", +"harpoon_line", +"harpoon_log", +"harpooneer", +"harpooner", +"harpsichord", +"harpsichordist", +"harpulla", +"harpullia", +"harpullia_cupanioides", +"harpullia_pendula", +"harpy", +"harpy_bat", +"harpy_eagle", +"harquebus", +"harridan", +"harrier", +"harrier_eagle", +"harriet_beecher_stowe", +"harriet_elizabeth_beecher_stowe", +"harriet_tubman", +"harriet_wilson", +"harriman", +"harris", +"harris_tweed", +"harrisburg", +"harrisia", +"harrison", +"harrod", +"harrow", +"harry_bridges", +"harry_f._klinefelter", +"harry_fitch_kleinfelter", +"harry_hotspur", +"harry_houdini", +"harry_lauder", +"harry_lillis_crosby", +"harry_s_truman", +"harry_sinclair_lewis", +"harry_stack_sullivan", +"harry_truman", +"harshness", +"hart", +"hart's-tongue", +"hart's-tongue_fern", +"hart_crane", +"harte", +"hartebeest", +"hartford", +"hartford_fern", +"hartley", +"harum-scarum", +"harvard", +"harvard_university", +"harvery_williams_cushing", +"harvest", +"harvest-lice", +"harvest_fly", +"harvest_home", +"harvest_mite", +"harvest_moon", +"harvest_mouse", +"harvest_time", +"harvester", +"harvestfish", +"harvesting", +"harvestman", +"harvey", +"harvey_cushing", +"harvey_wallbanger", +"has-been", +"haschisch", +"hasdrubal", +"hasek", +"hash", +"hash_head", +"hash_house", +"hash_mark", +"hasheesh", +"hashemite_kingdom_of_jordan", +"hashimoto's_disease", +"hashish", +"hashmark", +"hasid", +"hasidim", +"hasidism", +"haslet", +"hasp", +"hassam", +"hassel", +"hassid", +"hassidim", +"hassidism", +"hassium", +"hassle", +"hassock", +"hastate_leaf", +"haste", +"hastinapura", +"hastiness", +"hastings", +"hasty_defence", +"hasty_defense", +"hasty_pudding", +"hat", +"hat_shop", +"hat_trick", +"hatband", +"hatbox", +"hatch", +"hatchback", +"hatchback_door", +"hatcheck_girl", +"hatchel", +"hatchery", +"hatchet", +"hatchet_job", +"hatchet_man", +"hatching", +"hatchling", +"hatchway", +"hate", +"hate_mail", +"hatefulness", +"hatemonger", +"hater", +"hatful", +"hatha_yoga", +"hathaway", +"hatiora", +"hatiora_gaertneri", +"hatmaker", +"hatpin", +"hatrack", +"hatred", +"hatter", +"hatteras_island", +"hattiesburg", +"hauberk", +"haughtiness", +"haul", +"haulage", +"hauler", +"haulier", +"hauling", +"haulm", +"haunch", +"haunt", +"hausa", +"hausen", +"hausmannite", +"haussa", +"haustorium", +"hautbois", +"hautboy", +"haute-normandie", +"haute_couture", +"haute_cuisine", +"hauteur", +"havana", +"havasupai", +"have", +"have-not", +"havel", +"havelock", +"haven", +"haverhill_fever", +"haversack", +"haversian_canal", +"havoc", +"haw", +"haw-haw", +"hawai'i", +"hawaii", +"hawaii_island", +"hawaii_standard_time", +"hawaii_time", +"hawaii_volcanoes_national_park", +"hawaiian", +"hawaiian_capital", +"hawaiian_dancing", +"hawaiian_guitar", +"hawaiian_honeycreeper", +"hawaiian_islands", +"hawala", +"hawfinch", +"hawk", +"hawk's-beard", +"hawk's-beards", +"hawk_moth", +"hawk_nose", +"hawk_owl", +"hawkbill", +"hawkbit", +"hawker", +"hawkeye_state", +"hawking", +"hawkins", +"hawkishness", +"hawkmoth", +"hawksbill", +"hawksbill_turtle", +"hawkshaw", +"hawkweed", +"hawkyns", +"haworth", +"hawse", +"hawsehole", +"hawsepipe", +"hawser", +"hawser_bend", +"hawthorn", +"hawthorne", +"hay", +"hay-scented", +"hay-scented_fern", +"hay_bacillus", +"hay_bale", +"hay_conditioner", +"hay_fever", +"hayastan", +"haycock", +"haydn", +"hayek", +"hayes", +"hayfield", +"hayfork", +"haying", +"haying_time", +"hayloft", +"haym_salomon", +"haymaker", +"haymaking", +"haymow", +"hayrack", +"hayrick", +"hayrig", +"hays", +"hayseed", +"haystack", +"hayti", +"haywire", +"haywood", +"hazan", +"hazard", +"hazard_insurance", +"hazardia", +"hazardia_cana", +"hazardousness", +"haze", +"hazel", +"hazel_alder", +"hazel_mouse", +"hazel_tree", +"hazelnut", +"hazelnut_tree", +"hazelwood", +"haziness", +"hazlitt", +"hazmat", +"hb", +"hcfc", +"hcg", +"hdl", +"hdl_cholesterol", +"hdtv", +"he", +"he-goat", +"he-huckleberry", +"he-man", +"head", +"head-shrinker", +"head_ache", +"head_blight", +"head_cabbage", +"head_cabbage_plant", +"head_cold", +"head_count", +"head_covering", +"head_crash", +"head_game", +"head_gasket", +"head_gate", +"head_honcho", +"head_lettuce", +"head_lice", +"head_linesman", +"head_louse", +"head_nurse", +"head_of_hair", +"head_of_household", +"head_of_state", +"head_register", +"head_restraint", +"head_rhyme", +"head_sea", +"head_shop", +"head_smut", +"head_start", +"head_teacher", +"head_tone", +"head_trip", +"head_voice", +"head_word", +"headache", +"headache_powder", +"headband", +"headboard", +"headcheese", +"headcount", +"headcounter", +"headdress", +"header", +"headfast", +"headfish", +"headful", +"headgear", +"headhunter", +"heading", +"headlamp", +"headland", +"headlight", +"headline", +"headliner", +"headlinese", +"headlock", +"headman", +"headmaster", +"headmastership", +"headmistress", +"headmistressship", +"headphone", +"headpiece", +"headpin", +"headquarters", +"headquarters_staff", +"headrace", +"headrest", +"headroom", +"heads-up", +"headsail", +"headscarf", +"headset", +"headshake", +"headshaking", +"headship", +"headshot", +"headsman", +"headspace", +"headspring", +"headstall", +"headstand", +"headstock", +"headstone", +"headstream", +"headwaiter", +"headwater", +"headway", +"headwind", +"headword", +"heal_all", +"healer", +"healing", +"healing_herb", +"health", +"health_and_human_services", +"health_care", +"health_care_delivery", +"health_care_provider", +"health_check", +"health_club", +"health_code", +"health_facility", +"health_food", +"health_hazard", +"health_insurance", +"health_maintenance_organization", +"health_problem", +"health_profession", +"health_professional", +"health_spa", +"healthcare", +"healthcare_delivery", +"healthcare_facility", +"healthfulness", +"healthiness", +"heap", +"heaps", +"hearer", +"hearing", +"hearing_aid", +"hearing_disorder", +"hearing_dog", +"hearing_examiner", +"hearing_impairment", +"hearing_loss", +"hearing_officer", +"hearsay", +"hearsay_evidence", +"hearsay_rule", +"hearse", +"hearst", +"heart", +"heart-leaf", +"heart-leaved_aster", +"heart-lung_machine", +"heart-to-heart", +"heart_and_soul", +"heart_attack", +"heart_block", +"heart_cherry", +"heart_disease", +"heart_failure", +"heart_line", +"heart_massage", +"heart_monitor", +"heart_murmur", +"heart_muscle", +"heart_of_dixie", +"heart_pea", +"heart_rate", +"heart_rhythm", +"heart_specialist", +"heart_surgeon", +"heart_surgery", +"heart_urchin", +"heart_valve", +"heart_ventricle", +"heartache", +"heartbeat", +"heartbreak", +"heartbreaker", +"heartburn", +"heartburning", +"hearth", +"hearth_money", +"hearthrug", +"hearthstone", +"heartiness", +"heartland", +"heartleaf", +"heartleaf_arnica", +"heartleaf_manzanita", +"heartlessness", +"heartrot", +"hearts", +"heartsease", +"heartseed", +"heartsickness", +"heartstrings", +"heartthrob", +"heartwood", +"heat", +"heat-seeking_missile", +"heat_barrier", +"heat_content", +"heat_dissipation", +"heat_energy", +"heat_engine", +"heat_exchanger", +"heat_exhaustion", +"heat_flash", +"heat_hyperpyrexia", +"heat_lamp", +"heat_lightning", +"heat_of_condensation", +"heat_of_dissociation", +"heat_of_formation", +"heat_of_fusion", +"heat_of_solidification", +"heat_of_solution", +"heat_of_sublimation", +"heat_of_transformation", +"heat_of_vaporisation", +"heat_of_vaporization", +"heat_prostration", +"heat_pump", +"heat_rash", +"heat_ray", +"heat_shield", +"heat_sink", +"heat_unit", +"heat_wave", +"heater", +"heath", +"heath_aster", +"heath_family", +"heath_hen", +"heath_pea", +"heath_violet", +"heathen", +"heathenism", +"heather", +"heather_bell", +"heather_mixture", +"heathfowl", +"heathland", +"heating", +"heating_element", +"heating_oil", +"heating_pad", +"heating_plant", +"heating_system", +"heatstroke", +"heaume", +"heave", +"heaven", +"heavenly_body", +"heavenly_city", +"heavenly_jewel", +"heavens", +"heaver", +"heaves", +"heavier-than-air_craft", +"heaviness", +"heaving", +"heaviside", +"heaviside_layer", +"heavy", +"heavy_cream", +"heavy_hitter", +"heavy_hydrogen", +"heavy_lifting", +"heavy_metal", +"heavy_metal_music", +"heavy_particle", +"heavy_spar", +"heavy_swell", +"heavy_water", +"heavy_weapon", +"heavy_whipping_cream", +"heavyheartedness", +"heavyweight", +"hebbel", +"hebdomad", +"hebe", +"hebei", +"hebei_province", +"hebephrenia", +"hebephrenic_schizophrenia", +"hebetude", +"hebraic_alphabet", +"hebraism", +"hebraist", +"hebrew", +"hebrew_alphabet", +"hebrew_calendar", +"hebrew_lesson", +"hebrew_script", +"hebrew_scripture", +"hebrews", +"hebridean_islands", +"hebridean_isles", +"hebrides", +"hecate", +"hecatomb", +"hecht", +"heckelphone", +"heckle", +"heckler", +"heckling", +"hectare", +"hectogram", +"hectograph", +"hectoliter", +"hectolitre", +"hectometer", +"hectometre", +"hector", +"hector_berlioz", +"hector_hevodidbon", +"hector_hugh_munro", +"hedeoma", +"hedeoma_oil", +"hedeoma_pulegioides", +"hedera", +"hedera_helix", +"hedge", +"hedge_bindweed", +"hedge_fund", +"hedge_garlic", +"hedge_maple", +"hedge_mustard", +"hedge_nettle", +"hedge_pink", +"hedge_sparrow", +"hedge_thorn", +"hedge_trimmer", +"hedge_violet", +"hedgefund", +"hedgehog", +"hedgehog_cactus", +"hedgehog_cereus", +"hedger", +"hedgerow", +"hedging", +"hediondilla", +"hedjaz", +"hedonism", +"hedonist", +"hedysarum", +"hedysarum_boreale", +"hedysarum_coronarium", +"hee-haw", +"heebie-jeebies", +"heed", +"heedfulness", +"heedlessness", +"heel", +"heel_counter", +"heelbone", +"hefa", +"heft", +"heftiness", +"hegari", +"hegel", +"hegelian", +"hegemon", +"hegemony", +"hegira", +"heidegger", +"heidelberg_man", +"heifer", +"height", +"heights", +"heilong", +"heilong_jiang", +"heimdal", +"heimdall", +"heimdallr", +"heimlich_maneuver", +"heimlich_manoeuvere", +"heinlein", +"heinousness", +"heinrich_boell", +"heinrich_engelhard_steinway", +"heinrich_hertz", +"heinrich_himmler", +"heinrich_rudolph_hertz", +"heinrich_schliemann", +"heinrich_theodor_boell", +"heinrich_von_kleist", +"heinz", +"heir", +"heir-at-law", +"heir_apparent", +"heir_presumptive", +"heiress", +"heirloom", +"heisenberg", +"heist", +"heitor_villa-lobos", +"hejaz", +"hejira", +"hel", +"hela", +"helen", +"helen_adams_keller", +"helen_hayes", +"helen_hunt_jackson", +"helen_keller", +"helen_laura_sumner_woodbury", +"helen_maria_fiske_hunt_jackson", +"helen_newington_wills", +"helen_of_troy", +"helen_porter_mitchell", +"helen_traubel", +"helen_wills", +"helen_wills_moody", +"helena", +"helenium", +"helenium_autumnale", +"helenium_hoopesii", +"helenium_puberulum", +"heleodytes", +"heliamphora", +"helianthemum", +"helianthemum_canadense", +"helianthemum_scoparium", +"helianthus", +"helianthus_angustifolius", +"helianthus_annuus", +"helianthus_giganteus", +"helianthus_laetiflorus", +"helianthus_maximilianii", +"helianthus_petiolaris", +"helianthus_tuberosus", +"helichrysum", +"helichrysum_bracteatum", +"helichrysum_secundiflorum", +"helicidae", +"helicon", +"helicopter", +"helicteres", +"helicteres_isora", +"heliobacter", +"heliobacter_pylori", +"heliocentric_parallax", +"heliogram", +"heliograph", +"heliogravure", +"heliolatry", +"heliometer", +"heliopause", +"heliophila", +"heliopsis", +"helios", +"heliosphere", +"heliotherapy", +"heliothis", +"heliothis_moth", +"heliothis_zia", +"heliotrope", +"heliotropism", +"heliotype", +"heliozoa", +"heliozoan", +"heliport", +"helipterum", +"helipterum_manglesii", +"helium", +"helium_group", +"helix", +"helix_angle", +"helix_aspersa", +"helix_hortensis", +"helix_pomatia", +"hell", +"hell's_half_acre", +"hell's_kitchen", +"hell-kite", +"hell-rooster", +"hell_dust", +"hell_on_earth", +"hell_raising", +"hell_to_pay", +"helladic_civilisation", +"helladic_civilization", +"helladic_culture", +"hellbender", +"hellcat", +"hellebore", +"helleborine", +"helleborus", +"helleborus_foetidus", +"helleborus_niger", +"helleborus_orientalis", +"helleborus_viridis", +"hellene", +"hellenic", +"hellenic_language", +"hellenic_republic", +"hellenism", +"heller", +"helleri", +"hellespont", +"hellfire", +"hellgrammiate", +"hellhole", +"hellhound", +"hellion", +"hellman", +"hello", +"helm", +"helmet", +"helmet_flower", +"helmet_orchid", +"helmetflower", +"helmholtz", +"helminth", +"helminthiasis", +"helminthic", +"helminthostachys", +"helminthostachys_zeylanica", +"helmsman", +"helmut_heinrich_waldemar_schmidt", +"helmut_schmidt", +"heloderma", +"heloderma_horridum", +"heloderma_suspectum", +"helodermatidae", +"heloise", +"helot", +"helotiaceae", +"helotiales", +"helotium", +"help", +"help_desk", +"helpdesk", +"helper", +"helper_cell", +"helper_t_cell", +"helpfulness", +"helping", +"helping_hand", +"helplessness", +"helpmate", +"helpmeet", +"helsingfors", +"helsinki", +"helve", +"helvella", +"helvella_acetabulum", +"helvella_crispa", +"helvella_sulcata", +"helvellaceae", +"helvetica", +"helwingia", +"helxine", +"helxine_soleirolia", +"hem", +"hemachatus", +"hemachatus_haemachatus", +"hemagglutination", +"hemal_arch", +"hemangioma", +"hemangioma_simplex", +"hematemesis", +"hematin", +"hematinic", +"hematite", +"hematocele", +"hematochezia", +"hematochrome", +"hematocoele", +"hematocolpometra", +"hematocolpos", +"hematocrit", +"hematocyst", +"hematocytopenia", +"hematocyturia", +"hematogenesis", +"hematohiston", +"hematoidin", +"hematologist", +"hematology", +"hematolysis", +"hematoma", +"hematopoeitic_stem_cell", +"hematopoiesis", +"hematuria", +"heme", +"hemeralopia", +"hemerobiid", +"hemerobiid_fly", +"hemerobiidae", +"hemerocallidaceae", +"hemerocallis", +"hemerocallis_flava", +"hemerocallis_lilio-asphodelus", +"hemiacetal", +"hemianopia", +"hemianopic_scotoma", +"hemianopsia", +"hemiascomycetes", +"hemicrania", +"hemicycle", +"hemidemisemiquaver", +"hemiepiphyte", +"hemigalus", +"hemigalus_hardwickii", +"hemigrammus", +"hemimetabola", +"hemimetabolism", +"hemimetaboly", +"hemimetamorphosis", +"hemimorphite", +"hemin", +"heming", +"hemingway", +"hemiparasite", +"hemiplegia", +"hemiplegic", +"hemipode", +"hemiprocnidae", +"hemiptera", +"hemipteran", +"hemipteron", +"hemipteronatus", +"hemipteronatus_novacula", +"hemipterous_insect", +"hemiramphidae", +"hemisphere", +"hemitripterus", +"hemitripterus_americanus", +"hemizygos_vein", +"hemizygous_vein", +"hemline", +"hemlock", +"hemlock_tree", +"hemlock_water_dropwort", +"hemming-stitch", +"hemminge", +"hemochromatosis", +"hemodialysis", +"hemodialyzer", +"hemodynamics", +"hemofil", +"hemogenesis", +"hemoglobin", +"hemoglobinemia", +"hemoglobinopathy", +"hemoglobinuria", +"hemolysin", +"hemolysis", +"hemolytic_anemia", +"hemophile", +"hemophilia", +"hemophilia_a", +"hemophilia_b", +"hemophiliac", +"hemopoiesis", +"hemoprotein", +"hemoptysis", +"hemorrhage", +"hemorrhagic_cyst", +"hemorrhagic_fever", +"hemorrhagic_septicemia", +"hemorrhagic_stroke", +"hemorrhoid", +"hemorrhoidal_vein", +"hemorrhoidectomy", +"hemosiderin", +"hemosiderosis", +"hemostasia", +"hemostasis", +"hemostat", +"hemothorax", +"hemp", +"hemp_agrimony", +"hemp_family", +"hemp_nettle", +"hemp_willow", +"hempen_necktie", +"hemstitch", +"hemstitching", +"hen", +"hen-of-the-woods", +"hen_harrier", +"hen_hawk", +"hen_of_the_woods", +"hen_party", +"hen_yard", +"henbane", +"henbit", +"henchman", +"hencoop", +"hendiadys", +"hendrik_antoon_lorentz", +"hendrik_frensch_verwoerd", +"hendrik_petrus_berlage", +"hendrik_verwoerd", +"hendrix", +"henhouse", +"henna", +"henri_becquerel", +"henri_bergson", +"henri_clemens_van_de_velde", +"henri_emile_benoit_matisse", +"henri_labrouste", +"henri_louis_bergson", +"henri_matisse", +"henri_pitot", +"henri_rene_albert_guy_de_maupassant", +"henri_rousseau", +"henri_toulouse-lautrec", +"henri_van_de_velde", +"henriette_rosine_bernard", +"henrik_ibsen", +"henrik_johan_ibsen", +"henroost", +"henry", +"henry's_law", +"henry_alfred_kissinger", +"henry_beauclerc", +"henry_bolingbroke", +"henry_cavendish", +"henry_clay", +"henry_clay_frick", +"henry_david_thoreau", +"henry_engelhard_steinway", +"henry_fielding", +"henry_fonda", +"henry_ford", +"henry_ford_ii", +"henry_graham_greene", +"henry_hobson_richardson", +"henry_hubert_turner", +"henry_hudson", +"henry_i", +"henry_ii", +"henry_iii", +"henry_iv", +"henry_james", +"henry_john_heinz", +"henry_kenneth_alfred_russell", +"henry_kissinger", +"henry_laurens", +"henry_le_chatelier", +"henry_lee", +"henry_louis_aaron", +"henry_louis_gehrig", +"henry_louis_mencken", +"henry_luce", +"henry_m._robert", +"henry_m._stanley", +"henry_martyn_robert", +"henry_miller", +"henry_moore", +"henry_morgan", +"henry_norris_russell", +"henry_of_navarre", +"henry_oscar_houghton", +"henry_purcell", +"henry_robinson_luce", +"henry_rowe_schoolcraft", +"henry_russell", +"henry_spencer_moore", +"henry_steinway", +"henry_sweet", +"henry_the_great", +"henry_tudor", +"henry_v", +"henry_valentine_miller", +"henry_vi", +"henry_vii", +"henry_viii", +"henry_villard", +"henry_wadsworth_longfellow", +"henry_ward_beecher", +"henry_watson_fowler", +"henry_wheeler_shaw", +"henson", +"hepadnavirus", +"heparin", +"hepatic", +"hepatic_artery", +"hepatic_coma", +"hepatic_duct", +"hepatic_lobe", +"hepatic_portal_vein", +"hepatic_tanager", +"hepatic_vein", +"hepatica", +"hepaticae", +"hepaticopsida", +"hepatitis", +"hepatitis_a", +"hepatitis_a_virus", +"hepatitis_b", +"hepatitis_c", +"hepatitis_delta", +"hepatocarcinoma", +"hepatocellular_carcinoma", +"hepatoflavin", +"hepatojugular_reflux", +"hepatolenticular_degeneration", +"hepatoma", +"hepatomegaly", +"hepatotoxin", +"hepburn", +"hephaestus", +"hephaistos", +"heptad", +"heptadecanoic_acid", +"heptagon", +"heptane", +"hepworth", +"hera", +"heracles", +"heracleum", +"heracleum_sphondylium", +"heraclitus", +"herakles", +"herald", +"heraldic_bearing", +"heraldry", +"herat", +"herb", +"herb_bennet", +"herb_christopher", +"herb_doctor", +"herb_garden", +"herb_mercury", +"herb_of_grace", +"herb_paris", +"herb_robert", +"herb_roberts", +"herb_simon", +"herb_tea", +"herba_impia", +"herbaceous_plant", +"herbage", +"herbal", +"herbal_medicine", +"herbal_tea", +"herbal_therapy", +"herbalist", +"herbarium", +"herbart", +"herbert", +"herbert_a._simon", +"herbert_alexander_simon", +"herbert_blythe", +"herbert_clark_hoover", +"herbert_george_wells", +"herbert_hoover", +"herbert_kitchener", +"herbert_marcuse", +"herbert_marshall_mcluhan", +"herbert_marx", +"herbert_mclean_evans", +"herbert_spencer", +"herbicide", +"herbivore", +"herbs_mercury", +"herbs_robert", +"herculaneum", +"hercules", +"hercules'-club", +"hercules'-clubs", +"hercules-club", +"herculius", +"herd", +"herd's_grass", +"herder", +"herdsman", +"here", +"here_and_now", +"hereafter", +"herediatry_spinal_ataxia", +"hereditament", +"hereditarianism", +"hereditary_cerebellar_ataxia", +"hereditary_condition", +"hereditary_disease", +"hereditary_motor_and_sensory_neuropathy", +"hereditary_pattern", +"heredity", +"hereford", +"hereness", +"herero", +"heresy", +"heretic", +"heritage", +"heritiera", +"heritiera_littoralis", +"heritiera_macrophylla", +"heritiera_trifoliolata", +"heritor", +"herm", +"herman", +"herman_hollerith", +"herman_melville", +"herman_northrop_frye", +"herman_wouk", +"hermann", +"hermann_goering", +"hermann_goring", +"hermann_hesse", +"hermann_joseph_muller", +"hermann_ludwig_ferdinand_von_helmholtz", +"hermann_maurice_saxe", +"hermann_minkowski", +"hermann_snellen", +"hermann_von_helmholtz", +"hermann_wilhelm_goring", +"hermannia", +"hermannia_verticillata", +"hermaphrodism", +"hermaphrodite", +"hermaphrodite_brig", +"hermaphroditism", +"hermaphroditus", +"hermeneutics", +"hermes", +"hermissenda", +"hermissenda_crassicornis", +"hermit", +"hermit_crab", +"hermit_thrush", +"hermitage", +"hermosillo", +"hernan_cortes", +"hernan_cortez", +"hernando_cortes", +"hernando_cortez", +"hernaria", +"hernaria_glabra", +"hernia", +"herniated_disc", +"herniation", +"hero", +"hero_of_alexandria", +"hero_sandwich", +"hero_worship", +"hero_worshiper", +"hero_worshipper", +"herod", +"herod_the_great", +"herodotus", +"heroic", +"heroic_couplet", +"heroic_meter", +"heroic_poem", +"heroic_poetry", +"heroic_stanza", +"heroic_tale", +"heroic_verse", +"heroica_puebla_de_zaragoza", +"heroics", +"heroin", +"heroin_addict", +"heroin_addiction", +"heroine", +"heroism", +"heron", +"heron's_bill", +"heronry", +"herpangia", +"herpes", +"herpes_encephalitis", +"herpes_genitalis", +"herpes_labialis", +"herpes_simplex", +"herpes_simplex_1", +"herpes_simplex_2", +"herpes_simplex_encephalitis", +"herpes_simplex_virus", +"herpes_varicella_zoster", +"herpes_varicella_zoster_virus", +"herpes_virus", +"herpes_zoster", +"herpes_zoster_virus", +"herpestes", +"herpestes_ichneumon", +"herpestes_nyula", +"herpetologist", +"herpetology", +"herr", +"herrenvolk", +"herrerasaur", +"herrerasaurus", +"herrick", +"herring", +"herring_gull", +"herring_hog", +"herring_salad", +"herringbone", +"herringbone_pattern", +"herschel", +"herschelian_telescope", +"hershey", +"hershey_bar", +"hertfordshire", +"hertha", +"hertz", +"hertzian_wave", +"herzberg", +"heshvan", +"hesiod", +"hesitance", +"hesitancy", +"hesitater", +"hesitation", +"hesitator", +"hesperides", +"hesperiphona", +"hesperiphona_vespertina", +"hesperis", +"hesperis_matronalis", +"hesperus", +"hess", +"hesse", +"hessian", +"hessian_boot", +"hessian_fly", +"hessonite", +"hestia", +"heteranthera", +"heteranthera_dubia", +"heterobasidiomycetes", +"heterocephalus", +"heterocercal_fin", +"heterocycle", +"heterocyclic", +"heterocyclic_compound", +"heterocyclic_ring", +"heterodactyl_foot", +"heterodon", +"heterodoxy", +"heterodyne_oscillator", +"heterodyne_receiver", +"heterogeneity", +"heterogeneousness", +"heterogenesis", +"heterograft", +"heterokontae", +"heterokontophyta", +"heterology", +"heteromeles", +"heteromeles_arbutifolia", +"heterometabolism", +"heterometaboly", +"heteromyidae", +"heteronym", +"heterophil_antibody", +"heterophil_test", +"heterophile_antibody", +"heteroploid", +"heteroploidy", +"heteroptera", +"heteropterous_insect", +"heteroscelus", +"heteroscelus_incanus", +"heterosexism", +"heterosexual", +"heterosexual_person", +"heterosexualism", +"heterosexuality", +"heterosis", +"heterosomata", +"heterospory", +"heterostracan", +"heterostraci", +"heterotaxy", +"heterotheca", +"heterotheca_villosa", +"heterotrichales", +"heterotroph", +"heterozygosity", +"heterozygote", +"heth", +"heuchera", +"heuchera_americana", +"heuchera_cylindrica", +"heuchera_sanguinea", +"heulandite", +"heuristic", +"heuristic_program", +"heuristic_rule", +"hevea", +"hevea_brasiliensis", +"hevesy", +"hewer", +"hex", +"hex_nut", +"hexachlorophene", +"hexacosanoic_acid", +"hexad", +"hexadecanoic_acid", +"hexadecimal_digit", +"hexadecimal_notation", +"hexadecimal_number_system", +"hexadecimal_system", +"hexadrol", +"hexagon", +"hexagram", +"hexagrammidae", +"hexagrammos", +"hexagrammos_decagrammus", +"hexahedron", +"hexalectris", +"hexalectris_spicata", +"hexalectris_warnockii", +"hexameter", +"hexamita", +"hexanchidae", +"hexanchus", +"hexanchus_griseus", +"hexane", +"hexanedioic_acid", +"hexanoic_acid", +"hexapod", +"hexapoda", +"hexenbesen", +"hexestrol", +"hexose", +"heyday", +"heyerdahl", +"heyrovsky", +"heyse", +"heyward", +"hezbollah", +"hezekiah", +"hf", +"hfc", +"hg", +"hhs", +"hi", +"hi-fi", +"hiatal_hernia", +"hiatus", +"hiatus_hernia", +"hiawatha", +"hiba_arborvitae", +"hibachi", +"hibbertia", +"hibbing", +"hibernation", +"hibernia", +"hibiscus", +"hibiscus_cannabinus", +"hibiscus_elatus", +"hibiscus_esculentus", +"hibiscus_farragei", +"hibiscus_heterophyllus", +"hibiscus_moschatus", +"hibiscus_moscheutos", +"hibiscus_mutabilis", +"hibiscus_rosa-sinensis", +"hibiscus_sabdariffa", +"hibiscus_syriacus", +"hibiscus_tiliaceus", +"hibiscus_trionum", +"hiccough", +"hiccough_nut", +"hiccup", +"hiccup_nut", +"hick", +"hickey", +"hickock", +"hickory", +"hickory_nut", +"hickory_pine", +"hickory_tree", +"hidatsa", +"hidden_reserve", +"hidden_tax", +"hiddenite", +"hiddenness", +"hide", +"hide-and-seek", +"hide_and_go_seek", +"hideaway", +"hideki_yukawa", +"hideousness", +"hideout", +"hideyo_noguchi", +"hiding", +"hiding_place", +"hidrosis", +"hieracium", +"hieracium_aurantiacum", +"hieracium_pilocella", +"hieracium_praealtum", +"hieracium_venosum", +"hierarch", +"hierarchical_classification_system", +"hierarchical_data_structure", +"hierarchical_menu", +"hierarchical_structure", +"hierarchy", +"hieratic", +"hieratic_script", +"hierocracy", +"hieroglyph", +"hieroglyphic", +"hierolatry", +"hieronymus", +"hieronymus_bosch", +"higginson", +"high", +"high-angle_fire", +"high-angle_gun", +"high-bush_blueberry", +"high-definition_television", +"high-density_lipoprotein", +"high-energy_physics", +"high-five", +"high-handedness", +"high-hat_cymbal", +"high-level_formatting", +"high-level_language", +"high-level_radioactive_waste", +"high-low", +"high-low-jack", +"high-mindedness", +"high-muck-a-muck", +"high-pass_filter", +"high-protein_diet", +"high-rise", +"high-speed_steel", +"high-spiritedness", +"high-strength_brass", +"high-up", +"high-vitamin_diet", +"high-warp_loom", +"high-water_mark", +"high-yield_bond", +"high_altar", +"high_anglican_church", +"high_anglicanism", +"high_bar", +"high_beam", +"high_blood_pressure", +"high_brass", +"high_church", +"high_colonic", +"high_comedy", +"high_command", +"high_commission", +"high_commissioner", +"high_country", +"high_court", +"high_dam", +"high_dudgeon", +"high_energy_physics", +"high_explosive", +"high_fashion", +"high_fidelity", +"high_fidelity_sound_system", +"high_finance", +"high_frequency", +"high_gear", +"high_german", +"high_ground", +"high_hat", +"high_holiday", +"high_holy_day", +"high_horse", +"high_jinks", +"high_jinx", +"high_jump", +"high_life", +"high_mallow", +"high_mass", +"high_muckamuck", +"high_noon", +"high_pitch", +"high_point", +"high_priest", +"high_profile", +"high_quality", +"high_relief", +"high_renaissance", +"high_roller", +"high_school", +"high_sea", +"high_season", +"high_sierra", +"high_sign", +"high_society", +"high_spirits", +"high_spot", +"high_status", +"high_stepper", +"high_street", +"high_style", +"high_table", +"high_tea", +"high_tech", +"high_technology", +"high_temperature", +"high_tide", +"high_time", +"high_treason", +"high_water", +"high_wind", +"high_wire", +"highball", +"highball_glass", +"highbinder", +"highboard", +"highboy", +"highbrow", +"highbush_cranberry", +"highchair", +"higher-up", +"higher_cognitive_process", +"higher_criticism", +"higher_education", +"higher_law", +"higher_national_diploma", +"higher_rank", +"higher_status", +"highest_common_factor", +"highflier", +"highflyer", +"highjack", +"highjacker", +"highjacking", +"highland", +"highland_fling", +"highland_scot", +"highlander", +"highlands", +"highlands_of_scotland", +"highlife", +"highlight", +"highlighter", +"highlighting", +"highly_active_antiretroviral_therapy", +"highness", +"highroad", +"highschool", +"highwater", +"highway", +"highway_code", +"highway_engineer", +"highway_robbery", +"highway_system", +"highwayman", +"higi", +"hijab", +"hijack", +"hijacker", +"hijacking", +"hijaz", +"hijinks", +"hike", +"hiker", +"hiking", +"hilaire_belloc", +"hilaire_germain_edgar_degas", +"hilarity", +"hilary_clinton", +"hilary_rodham_clinton", +"hilbert", +"hilbert_space", +"hildebrand", +"hill", +"hill_myna", +"hillary", +"hillbilly", +"hillbilly_music", +"hillel", +"hilliness", +"hillock", +"hillside", +"hilltop", +"hilo", +"hilt", +"hilum", +"hilus", +"himalaya", +"himalaya_honeysuckle", +"himalaya_mountains", +"himalayan_cedar", +"himalayan_lilac", +"himalayan_rhubarb", +"himalayas", +"himalayish", +"himantoglossum", +"himantoglossum_hircinum", +"himantopus", +"himantopus_himantopus", +"himantopus_himantopus_leucocephalus", +"himantopus_mexicanus", +"himantopus_novae-zelandiae", +"himantopus_stilt", +"himmler", +"hin", +"hinault", +"hinayana", +"hinayana_buddhism", +"hinayanism", +"hinayanist", +"hind", +"hind_end", +"hind_leg", +"hind_limb", +"hindbrain", +"hindemith", +"hindenburg", +"hinderance", +"hindfoot", +"hindgut", +"hindi", +"hindlimb", +"hindoo", +"hindooism", +"hindoostani", +"hindostani", +"hindquarter", +"hindquarters", +"hindrance", +"hindshank", +"hindsight", +"hindu", +"hindu-arabic_numeral", +"hindu_calendar", +"hindu_calendar_month", +"hindu_deity", +"hindu_kush", +"hindu_kush_mountains", +"hindu_numeral", +"hinduism", +"hindustan", +"hindustani", +"hinge", +"hinge_joint", +"hinging_post", +"hinny", +"hint", +"hinterland", +"hip", +"hip-hop", +"hip_bath", +"hip_boot", +"hip_joint", +"hip_pad", +"hip_pocket", +"hip_roof", +"hip_socket", +"hip_tile", +"hipbone", +"hipflask", +"hipline", +"hipparchus", +"hippeastrum", +"hippeastrum_puniceum", +"hipped_roof", +"hipped_tile", +"hippie", +"hippies", +"hippo", +"hippo_regius", +"hippobosca", +"hippobosca_equina", +"hippoboscid", +"hippoboscidae", +"hippocampus", +"hippocastanaceae", +"hippocrates", +"hippocratic_oath", +"hippocrepis", +"hippocrepis_comosa", +"hippodamia", +"hippodamia_convergens", +"hippodrome", +"hippoglossoides", +"hippoglossoides_platessoides", +"hippoglossus", +"hippoglossus_hippoglossus", +"hippoglossus_stenolepsis", +"hippolyte_jean_giraudoux", +"hippopotamidae", +"hippopotamus", +"hippopotamus_amphibius", +"hipposideridae", +"hipposideros", +"hippotragus", +"hippotragus_niger", +"hippy", +"hipster", +"hipsters", +"hipsurus", +"hipsurus_caryi", +"hiram_king_williams", +"hiram_ulysses_grant", +"hiram_williams", +"hire", +"hire-purchase", +"hire_car", +"hired_gun", +"hired_hand", +"hired_help", +"hired_man", +"hireling", +"hirer", +"hiring_freeze", +"hiring_hall", +"hirohito", +"hiroshima", +"hirschfeld", +"hirschsprung", +"hirschsprung's_disease", +"hirsuteness", +"hirsutism", +"hirudinea", +"hirudinean", +"hirudinidae", +"hirudo", +"hirudo_medicinalis", +"hirundinidae", +"hirundo", +"hirundo_nigricans", +"hirundo_pyrrhonota", +"hirundo_rustica", +"hispanic", +"hispanic_american", +"hispaniola", +"hispid_pocket_mouse", +"hiss", +"hisser", +"hissing", +"histaminase", +"histamine", +"histamine_blocker", +"histamine_headache", +"histidine", +"histiocyte", +"histiocytic_leukaemia", +"histiocytic_leukemia", +"histiocytosis", +"histocompatibility", +"histocompatibility_complex", +"histogram", +"histoincompatibility", +"histologist", +"histology", +"histone", +"historian", +"historic_period", +"historical_document", +"historical_linguistics", +"historical_paper", +"historical_present", +"historical_record", +"historical_school", +"historicalness", +"historicism", +"historiographer", +"historiography", +"history", +"history_department", +"history_lesson", +"histrion", +"histrionics", +"hit", +"hit_list", +"hit_man", +"hit_parade", +"hit_squad", +"hitch", +"hitchcock", +"hitchhiker", +"hitching_bar", +"hitching_post", +"hitchings", +"hitchiti", +"hitchrack", +"hitler", +"hitman", +"hitter", +"hitting", +"hitting_average", +"hittite", +"hiv", +"hive", +"hives", +"hizb_ut-tahrir", +"hizballah", +"hizbollah", +"hizbullah", +"hl", +"hm", +"hmg-coa_reductase", +"hmo", +"hmong", +"hmong_language", +"hn", +"hnd", +"ho", +"ho_chi_minh", +"ho_chi_minh_city", +"hoactzin", +"hoagie", +"hoagland", +"hoagland_howard_carmichael", +"hoagy", +"hoagy_carmichael", +"hoar", +"hoard", +"hoarded_wealth", +"hoarder", +"hoarding", +"hoarfrost", +"hoariness", +"hoarseness", +"hoary_alison", +"hoary_alyssum", +"hoary_golden_bush", +"hoary_marmot", +"hoary_pea", +"hoary_plantain", +"hoary_puccoon", +"hoary_willow", +"hoatzin", +"hoax", +"hoaxer", +"hob", +"hobart", +"hobbes", +"hobbit", +"hobble", +"hobble_skirt", +"hobbledehoy", +"hobbler", +"hobbs", +"hobby", +"hobbyhorse", +"hobbyism", +"hobbyist", +"hobgoblin", +"hobnail", +"hobo", +"hobo_camp", +"hobson's_choice", +"hock", +"hock-joint", +"hockey", +"hockey_clinic", +"hockey_coach", +"hockey_game", +"hockey_league", +"hockey_player", +"hockey_puck", +"hockey_season", +"hockey_skate", +"hockey_stick", +"hockey_team", +"hocus-pocus", +"hod", +"hod_carrier", +"hodeida", +"hoder", +"hodgepodge", +"hodgkin", +"hodgkin's_disease", +"hodman", +"hodometer", +"hodoscope", +"hodr", +"hodur", +"hoe", +"hoe_handle", +"hoecake", +"hoek_van_holland", +"hoenir", +"hoffa", +"hoffman", +"hoffmann", +"hoffmannsthal", +"hog", +"hog-nosed_badger", +"hog-nosed_skunk", +"hog_badger", +"hog_cholera", +"hog_cranberry", +"hog_millet", +"hog_molly", +"hog_peanut", +"hog_plum", +"hog_plum_bush", +"hog_snapper", +"hog_sucker", +"hogan", +"hogarth", +"hogback", +"hogchoker", +"hogfish", +"hogg", +"hogget", +"hoggishness", +"hogmanay", +"hognose_bat", +"hognose_snake", +"hognosed_skunk", +"hogshead", +"hogwash", +"hogweed", +"hohenlinden", +"hohenzollern", +"hohenzollern_empire", +"hoheria", +"hoheria_populnea", +"hohhot", +"hoi_polloi", +"hoisin_sauce", +"hoist", +"hoister", +"hoka", +"hokan", +"hokkaido", +"hokkianese", +"hokum", +"hokusai", +"holandric_gene", +"holarrhena", +"holarrhena_antidysenterica", +"holarrhena_pubescens", +"holbein", +"holbein_the_elder", +"holbein_the_younger", +"holbrookia", +"holcus", +"holcus_lanatus", +"holcus_mollis", +"hold", +"hold-down", +"holdall", +"holder", +"holdfast", +"holding", +"holding_cell", +"holding_company", +"holding_device", +"holding_paddock", +"holding_pattern", +"holding_pen", +"holding_yard", +"holdout", +"holdover", +"holdup", +"holdup_man", +"hole", +"hole-in-the-wall", +"hole_card", +"holibut", +"holiday", +"holiday_resort", +"holiday_season", +"holidaymaker", +"holiness", +"holism", +"holistic_medicine", +"holistic_theory", +"holla", +"holland", +"holland_gin", +"hollandaise", +"hollander", +"hollands", +"holler", +"hollering", +"hollerith", +"hollerith_card", +"hollo", +"holloa", +"hollow", +"hollow-back", +"holloware", +"hollowness", +"hollowware", +"holly", +"holly-leaf_cherry", +"holly-leaved_cherry", +"holly-leaved_oak", +"holly-leaves_barberry", +"holly_family", +"holly_fern", +"hollygrape", +"hollyhock", +"hollywood", +"holm_oak", +"holm_tree", +"holman_hunt", +"holmes", +"holmium", +"holocanthus_tricolor", +"holocaust", +"holocene", +"holocene_epoch", +"holocentridae", +"holocentrus", +"holocentrus_ascensionis", +"holocentrus_bullisi", +"holocentrus_coruscus", +"holocephalan", +"holocephali", +"holocephalian", +"holofernes", +"hologram", +"holograph", +"holography", +"holometabola", +"holometabolism", +"holometaboly", +"holonym", +"holonymy", +"holophyte", +"holothuria", +"holothuria_edulis", +"holothurian", +"holothuridae", +"holothuroidea", +"holotype", +"holstein", +"holstein-friesian", +"holster", +"holy", +"holy_city", +"holy_clover", +"holy_communion", +"holy_day", +"holy_day_of_obligation", +"holy_eucharist", +"holy_father", +"holy_ghost", +"holy_grail", +"holy_innocents'_day", +"holy_joe", +"holy_land", +"holy_man", +"holy_of_holies", +"holy_oil", +"holy_order", +"holy_person", +"holy_place", +"holy_roller", +"holy_roman_emperor", +"holy_roman_emperor_frederick_ii", +"holy_roman_empire", +"holy_sacrament", +"holy_saturday", +"holy_scripture", +"holy_see", +"holy_sepulcher", +"holy_sepulchre", +"holy_spirit", +"holy_terror", +"holy_thistle", +"holy_thursday", +"holy_trinity", +"holy_war_warriors", +"holy_water", +"holy_week", +"holy_writ", +"holy_year", +"holystone", +"homage", +"homaridae", +"homarus", +"homarus_americanus", +"homarus_capensis", +"homarus_vulgaris", +"hombre", +"homburg", +"home", +"home-builder", +"home-farm", +"home-fried_potatoes", +"home_appliance", +"home_away_from_home", +"home_banking", +"home_base", +"home_brew", +"home_buyer", +"home_computer", +"home_counties", +"home_court", +"home_ec", +"home_economics", +"home_equity_credit", +"home_equity_loan", +"home_folk", +"home_fries", +"home_from_home", +"home_front", +"home_game", +"home_ground", +"home_guard", +"home_help", +"home_invasion", +"home_key", +"home_loan", +"home_loan_bank", +"home_movie", +"home_office", +"home_page", +"home_plate", +"home_port", +"home_range", +"home_reserve", +"home_room", +"home_rule", +"home_run", +"home_secretary", +"home_stand", +"home_study", +"home_territory", +"home_theater", +"home_theatre", +"home_truth", +"homebody", +"homebound", +"homeboy", +"homebrew", +"homebuilder", +"homecoming", +"homecourt_advantage", +"homefolk", +"homegirl", +"homel", +"homeland", +"homeland_security", +"homeless", +"homeless_person", +"homelessness", +"homeliness", +"homemaker", +"homemaking", +"homeobox", +"homeobox_gene", +"homeopath", +"homeopathy", +"homeostasis", +"homeotherm", +"homeotic_gene", +"homeowner", +"homepage", +"homer", +"homer_a._thompson", +"homer_armstrong_thompson", +"homer_thompson", +"homeroom", +"homesickness", +"homespun", +"homestead", +"homestead_law", +"homesteader", +"homestretch", +"hometown", +"homework", +"homework_problem", +"homicide", +"homiletics", +"homily", +"homing_device", +"homing_pigeon", +"homing_torpedo", +"hominid", +"hominidae", +"hominoid", +"hominoidea", +"hominy", +"hominy_grits", +"hommos", +"homo", +"homo_erectus", +"homo_habilis", +"homo_heidelbergensis", +"homo_rhodesiensis", +"homo_sapiens", +"homo_sapiens_neanderthalensis", +"homo_sapiens_sapiens", +"homo_soloensis", +"homobasidiomycetes", +"homocercal_fin", +"homoeopath", +"homoeopathy", +"homoeroticism", +"homogenate", +"homogeneity", +"homogeneous_polynomial", +"homogeneousness", +"homogenisation", +"homogenization", +"homogenized_milk", +"homogentisic_acid", +"homogeny", +"homograft", +"homograph", +"homogyne", +"homogyne_alpina", +"homoiotherm", +"homology", +"homolosine_projection", +"homomorphism", +"homomorphy", +"homona", +"homona_coffearia", +"homonym", +"homonymy", +"homophile", +"homophobe", +"homophobia", +"homophone", +"homophony", +"homoptera", +"homopteran", +"homopterous_insect", +"homosexual", +"homosexualism", +"homosexuality", +"homospory", +"homotherm", +"homozygosity", +"homozygote", +"homunculus", +"homyel", +"honcho", +"hondo", +"honduran", +"honduran_capital", +"honduran_monetary_unit", +"honduras", +"honduras_mahogany", +"honduras_rosewood", +"hone", +"honegger", +"honest_woman", +"honestness", +"honesty", +"honey", +"honey-flower", +"honey_badger", +"honey_bear", +"honey_bell", +"honey_berry", +"honey_bun", +"honey_buzzard", +"honey_cake", +"honey_crisp", +"honey_eater", +"honey_fungus", +"honey_gland", +"honey_guide", +"honey_locust", +"honey_mesquite", +"honey_mushroom", +"honey_oil", +"honey_plant", +"honeybee", +"honeybells", +"honeycomb", +"honeycomb_tripe", +"honeycreeper", +"honeydew", +"honeydew_melon", +"honeyed_words", +"honeyflower", +"honeymoon", +"honeymoon_resort", +"honeymooner", +"honeypot", +"honeysucker", +"honeysuckle", +"honeysuckle_family", +"hong_kong", +"hong_kong_dollar", +"honiara", +"honk", +"honker", +"honkey", +"honkie", +"honky", +"honky-tonk", +"honkytonk", +"honolulu", +"honor", +"honor_guard", +"honor_killing", +"honor_system", +"honorable_discharge", +"honorable_mention", +"honorableness", +"honorarium", +"honorary_degree", +"honorary_society", +"honore-gabriel_victor_riqueti", +"honore_balzac", +"honore_daumier", +"honore_de_balzac", +"honoree", +"honorific", +"honoring", +"honoris_causa", +"honour", +"honourableness", +"honours", +"honours_degree", +"honours_list", +"honshu", +"hoo-ha", +"hoo-hah", +"hooch", +"hood", +"hood_latch", +"hood_ornament", +"hooded_cloak", +"hooded_coat", +"hooded_ladies'_tresses", +"hooded_merganser", +"hooded_pitcher_plant", +"hooded_seal", +"hooded_sheldrake", +"hooded_skunk", +"hoodlum", +"hoodmold", +"hoodmould", +"hoodoo", +"hoodooism", +"hooey", +"hoof", +"hoof-and-mouth_disease", +"hoof-mark", +"hoof_mark", +"hoofed_mammal", +"hoofer", +"hoofing", +"hoofprint", +"hook", +"hook_and_eye", +"hook_of_holland", +"hook_shot", +"hook_spanner", +"hook_wrench", +"hookah", +"hooke", +"hooke's_law", +"hooker", +"hooker's_green", +"hooker's_onion", +"hooker's_orchid", +"hooking", +"hooknose", +"hooks", +"hookup", +"hookworm", +"hookworm_disease", +"hooky", +"hooky_player", +"hooligan", +"hooliganism", +"hoop", +"hoop_ash", +"hoop_pine", +"hoop_snake", +"hoopla", +"hoopoe", +"hoopoo", +"hoops", +"hoopskirt", +"hooray", +"hooray_henry", +"hoosegow", +"hoosgow", +"hoosier", +"hoosier_state", +"hoot", +"hoot_owl", +"hootch", +"hooter", +"hoover", +"hoover_dam", +"hop", +"hop-picker", +"hop-step-and-jump", +"hop_clover", +"hop_field", +"hop_garden", +"hop_hornbeam", +"hop_marjoram", +"hop_pole", +"hope", +"hope_chest", +"hopeful", +"hopefulness", +"hopeh", +"hopei", +"hopelessness", +"hoper", +"hopi", +"hopkins", +"hopkinson", +"hopper", +"hops", +"hopsack", +"hopsacking", +"hopscotch", +"horace", +"horace_greeley", +"horace_mann", +"horace_walpole", +"horatian_ode", +"horatio_alger", +"horatio_herbert_kitchener", +"horatio_hornblower", +"horatio_nelson", +"horatio_walpole", +"horde", +"hordeolum", +"hordeum", +"hordeum_jubatum", +"hordeum_murinum", +"hordeum_pusillum", +"hordeum_vulgare", +"horehound", +"horizon", +"horizontal", +"horizontal_bar", +"horizontal_combination", +"horizontal_integration", +"horizontal_parallax", +"horizontal_section", +"horizontal_stabiliser", +"horizontal_stabilizer", +"horizontal_surface", +"horizontal_tail", +"horizontality", +"hormone", +"hormone-replacement_therapy", +"hormone_replacement_therapy", +"horn", +"horn_button", +"horn_fly", +"horn_of_africa", +"horn_of_plenty", +"horn_poppy", +"hornbeam", +"hornbill", +"hornblende", +"hornbook", +"horne", +"horned_asp", +"horned_chameleon", +"horned_dinosaur", +"horned_lizard", +"horned_owl", +"horned_pondweed", +"horned_poppy", +"horned_pout", +"horned_puffin", +"horned_rattlesnake", +"horned_screamer", +"horned_toad", +"horned_violet", +"horned_viper", +"horned_whiff", +"horneophyton", +"horner's_syndrome", +"hornet", +"hornet's_nest", +"hornets'_nest", +"horney", +"hornfels", +"horniness", +"hornist", +"hornpipe", +"hornpout", +"hornstone", +"hornwort", +"horny_frog", +"horny_layer", +"horny_structure", +"horologe", +"horologer", +"horologist", +"horology", +"horoscope", +"horoscopy", +"horowitz", +"horridness", +"horripilation", +"horror", +"hors_d'oeuvre", +"horse", +"horse's_foot", +"horse-brier", +"horse-cart", +"horse-chestnut_family", +"horse-drawn_vehicle", +"horse-head", +"horse-pistol", +"horse-trail", +"horse_balm", +"horse_barn", +"horse_bean", +"horse_blanket", +"horse_botfly", +"horse_breeding", +"horse_brier", +"horse_cart", +"horse_cassia", +"horse_cavalry", +"horse_chestnut", +"horse_doctor", +"horse_fancier", +"horse_fly", +"horse_gentian", +"horse_grain", +"horse_gram", +"horse_latitude", +"horse_mackerel", +"horse_manure", +"horse_mushroom", +"horse_nettle", +"horse_of_the_wood", +"horse_opera", +"horse_parsley", +"horse_pistol", +"horse_race", +"horse_racing", +"horse_radish", +"horse_sense", +"horse_thistle", +"horse_tick", +"horse_trade", +"horse_trader", +"horse_trading", +"horse_wrangler", +"horseback", +"horseback_rider", +"horseback_riding", +"horsebean", +"horsebox", +"horsecar", +"horsecloth", +"horsefish", +"horseflesh", +"horsefly", +"horsefly_weed", +"horsehair", +"horsehair_lichen", +"horsehair_wig", +"horsehead", +"horsehide", +"horselaugh", +"horseleech", +"horseless_carriage", +"horseman", +"horsemanship", +"horsemeat", +"horsemint", +"horseplay", +"horsepond", +"horsepower", +"horsepower-hour", +"horseradish", +"horseradish_peroxidase", +"horseradish_root", +"horseradish_sauce", +"horseshit", +"horseshoe", +"horseshoe_arch", +"horseshoe_bat", +"horseshoe_crab", +"horseshoe_falls", +"horseshoe_vetch", +"horseshoe_whipsnake", +"horseshoer", +"horseshoes", +"horseshow", +"horsetail", +"horsetail_family", +"horsetail_lichen", +"horsetail_milkweed", +"horseweed", +"horsewhip", +"horsewhipping", +"horsewoman", +"horsey_set", +"horst", +"horsy_set", +"horta", +"hortensia", +"horticulture", +"horticulturist", +"horus", +"hosanna", +"hose", +"hosea", +"hosepipe", +"hosier", +"hosiery", +"hosni_mubarak", +"hospice", +"hospitableness", +"hospital", +"hospital_attendant", +"hospital_bed", +"hospital_care", +"hospital_chaplain", +"hospital_occupancy", +"hospital_room", +"hospital_ship", +"hospital_train", +"hospital_ward", +"hospitalisation", +"hospitality", +"hospitalization", +"hospitalization_insurance", +"host", +"hosta", +"hostaceae", +"hostage", +"hostel", +"hosteller", +"hostelry", +"hostess", +"hostile", +"hostile_expedition", +"hostile_fire", +"hostile_takeover", +"hostile_witness", +"hostilities", +"hostility", +"hostler", +"hot-air_balloon", +"hot-button_issue", +"hot-fudge_sauce", +"hot-rock_penstemon", +"hot-rod", +"hot-water_bag", +"hot-water_bottle", +"hot-water_heater", +"hot-water_tank", +"hot-work_steel", +"hot_air", +"hot_cake", +"hot_cereal", +"hot_chocolate", +"hot_cross_bun", +"hot_dog", +"hot_flash", +"hot_issue", +"hot_jazz", +"hot_line", +"hot_pad", +"hot_pants", +"hot_pepper", +"hot_plate", +"hot_pot", +"hot_potato", +"hot_rod", +"hot_sauce", +"hot_seat", +"hot_spell", +"hot_spot", +"hot_spring", +"hot_springs", +"hot_springs_national_park", +"hot_stock", +"hot_stuff", +"hot_stuffed_tomato", +"hot_toddy", +"hot_tub", +"hot_war", +"hot_water", +"hot_water_plant", +"hot_weather", +"hotbed", +"hotbox", +"hotcake", +"hotchpotch", +"hotdog", +"hotdog_bun", +"hotei", +"hotei-chiku", +"hotel", +"hotel-casino", +"hotel_bill", +"hotel_clerk", +"hotel_desk_clerk", +"hotel_detective", +"hotel_manager", +"hotel_occupancy", +"hotel_plan", +"hotel_room", +"hotelier", +"hotelkeeper", +"hotelman", +"hotfoot", +"hoth", +"hothead", +"hothouse", +"hothr", +"hotness", +"hotplate", +"hotpot", +"hotshot", +"hotspot", +"hotspur", +"hottentot", +"hottentot's_bread", +"hottentot's_bread_vine", +"hottentot's_fig", +"hottentot_bread", +"hottentot_bread_vine", +"hottentot_fig", +"hottonia", +"hottonia_inflata", +"hottonia_palustris", +"houdah", +"houdini", +"houghton", +"houhere", +"hoummos", +"hound", +"hound's-tongue", +"hound's-tooth_check", +"hound_dog", +"houndstooth_check", +"hour", +"hour_angle", +"hour_circle", +"hour_hand", +"hourglass", +"houri", +"hours", +"housatonic", +"housatonic_river", +"house", +"house-builder", +"house-raising", +"house_agent", +"house_arrest", +"house_cat", +"house_centipede", +"house_decorator", +"house_detective", +"house_dick", +"house_finch", +"house_fly", +"house_guest", +"house_husband", +"house_martin", +"house_mouse", +"house_of_burgesses", +"house_of_cards", +"house_of_commons", +"house_of_correction", +"house_of_detention", +"house_of_god", +"house_of_hanover", +"house_of_ill_repute", +"house_of_islam", +"house_of_lancaster", +"house_of_lords", +"house_of_prayer", +"house_of_prostitution", +"house_of_representatives", +"house_of_tudor", +"house_of_war", +"house_of_windsor", +"house_of_worship", +"house_of_york", +"house_organ", +"house_paint", +"house_painter", +"house_painting", +"house_party", +"house_physician", +"house_servant", +"house_sitter", +"house_snake", +"house_sparrow", +"house_trailer", +"house_wren", +"houseboat", +"housebreaker", +"housebreaking", +"housebuilder", +"housecleaning", +"housecoat", +"housecraft", +"housedog", +"housefather", +"housefly", +"houseful", +"houseguest", +"household", +"household_appliance", +"household_arts", +"household_linen", +"householder", +"househusband", +"housekeeper", +"housekeeping", +"houselights", +"housemaid", +"housemaid's_knee", +"houseman", +"housemaster", +"housemate", +"housemother", +"housepaint", +"houseplant", +"houseroom", +"houses_of_parliament", +"housetop", +"housewarming", +"housewife", +"housewifery", +"housework", +"housewrecker", +"housing", +"housing_and_urban_development", +"housing_commissioner", +"housing_development", +"housing_estate", +"housing_industry", +"housing_project", +"housing_start", +"housman", +"houston", +"houttuynia", +"houyhnhnm", +"houyhnhnms", +"hovea", +"hovel", +"hovercraft", +"how-d'ye-do", +"how-do-you-do", +"howard", +"howard_carter", +"howard_florey", +"howard_hughes", +"howard_lindsay", +"howard_pyle", +"howard_robard_hughes", +"howdah", +"howdy", +"howe", +"howells", +"howitzer", +"howl", +"howler", +"howler_monkey", +"howling", +"hoy", +"hoya", +"hoya_carnosa", +"hoyden", +"hoydenism", +"hoyle", +"hp", +"hq", +"hr", +"hrolf", +"hrt", +"hrvatska", +"hryvnia", +"hs", +"hs1", +"hs2", +"hsian", +"hsuan_chiao", +"hsv-1", +"hsv-2", +"hsv-i", +"hsv-ii", +"htlv-1", +"html", +"http", +"hua", +"huainaputina", +"hualapai", +"hualpai", +"huamachil", +"huambo", +"huang_hai", +"huang_he", +"huarache", +"huaraches", +"huascaran", +"huayna_capac", +"hub", +"hub-and-spoke", +"hub-and-spoke_system", +"hub_of_the_universe", +"hubbard", +"hubbard_squash", +"hubble", +"hubble's_constant", +"hubble's_law", +"hubble's_parameter", +"hubble-bubble", +"hubble_constant", +"hubble_law", +"hubble_parameter", +"hubbly-bubbly", +"hubbub", +"hubby", +"hubcap", +"hubel", +"hubris", +"huck", +"huck_finn", +"huckaback", +"huckleberry", +"huckleberry_finn", +"huckleberry_oak", +"huckster", +"hud", +"huddie_leadbetter", +"huddle", +"huddler", +"hudood", +"hudson", +"hudson_bay", +"hudson_bay_collared_lemming", +"hudson_hoagland", +"hudson_river", +"hudson_river_school", +"hudson_seal", +"hudsonia", +"hudsonia_ericoides", +"hudsonia_tomentosa", +"hudsonian_godwit", +"hudud", +"hue", +"hue_and_cry", +"huff", +"huffiness", +"huffing", +"huffishness", +"hug", +"hug-me-tight", +"hug_drug", +"hugger", +"hugger-mugger", +"hugging", +"huggins", +"hugh_capet", +"hugh_dowding", +"hughes", +"hugo", +"hugo_alvar_henrik_aalto", +"hugo_de_vries", +"hugo_devries", +"hugo_grotius", +"hugo_junkers", +"hugo_von_hoffmannsthal", +"hugo_wolf", +"hugueninia", +"hugueninia_tanacetifolia", +"huguenot", +"huig_de_groot", +"huisache", +"huitre", +"huji", +"hula", +"hula-hoop", +"hula-hula", +"huldreich_zwingli", +"hulk", +"hull", +"hullabaloo", +"hullo", +"hulsea", +"hulsea_algida", +"hulsea_nana", +"hum", +"hum-vee", +"human", +"human_action", +"human_activity", +"human_being", +"human_beings", +"human_body", +"human_botfly", +"human_chorionic_gonadotrophin", +"human_chorionic_gonadotropin", +"human_death", +"human_dynamo", +"human_ecology", +"human_elbow", +"human_face", +"human_foot", +"human_gamma_globulin", +"human_genome_project", +"human_growth_hormone", +"human_head", +"human_immunodeficiency_virus", +"human_knee", +"human_language_technology", +"human_nature", +"human_palaeontology", +"human_paleontology", +"human_papilloma_virus", +"human_process", +"human_race", +"human_relationship", +"human_remains_pouch", +"human_reproductive_cloning", +"human_right", +"human_t-cell_leukemia_virus-1", +"human_waste", +"humaneness", +"humanisation", +"humanism", +"humanist", +"humanistic_discipline", +"humanitarian", +"humanitarianism", +"humanities", +"humanity", +"humanization", +"humankind", +"humanness", +"humanoid", +"humans", +"humate", +"humber", +"humber_bridge", +"humble_plant", +"humblebee", +"humbleness", +"humboldt", +"humboldt_current", +"humbug", +"humdinger", +"humdrum", +"hume", +"hume_blake_cronyn", +"hume_cronyn", +"humectant", +"humeral_veil", +"humerus", +"humic_acid", +"humic_shale", +"humic_substance", +"humidity", +"humidness", +"humification", +"humiliation", +"humility", +"humin", +"hummer", +"humming", +"humming_bird's_trumpet", +"humming_top", +"hummingbird", +"hummingbird_moth", +"hummock", +"hummus", +"humor", +"humoral_immune_response", +"humoring", +"humorist", +"humorousness", +"humour", +"humourist", +"humous", +"hump", +"humpback", +"humpback_whale", +"humperdinck", +"humphrey_bogart", +"humphrey_davy", +"humphrey_deforest_bogart", +"humphrey_gilbert", +"humpty_dumpty", +"humulin", +"humulus", +"humulus_americanus", +"humulus_japonicus", +"humulus_lupulus", +"humus", +"humvee", +"hun", +"hunan", +"hunan_province", +"hunch", +"hunchback", +"hundred", +"hundred-percenter", +"hundred_dollar_bill", +"hundred_thousand", +"hundred_years'_war", +"hundredth", +"hundredweight", +"hung_jury", +"hungarian", +"hungarian_capital", +"hungarian_goulash", +"hungarian_grass", +"hungarian_lilac", +"hungarian_monetary_unit", +"hungarian_partridge", +"hungarian_pointer", +"hungarian_sauce", +"hungary", +"hunger", +"hunger_march", +"hunger_marcher", +"hunger_strike", +"hungriness", +"hunk", +"hunkpapa", +"hunnemania_fumariifolia", +"hunnemannia", +"hunt", +"hunt_club", +"hunted_person", +"hunter", +"hunter's_chicken", +"hunter's_sauce", +"hunter-gatherer", +"hunting", +"hunting_and_gathering_society", +"hunting_and_gathering_tribe", +"hunting_crop", +"hunting_dog", +"hunting_expedition", +"hunting_ground", +"hunting_guide", +"hunting_knife", +"hunting_licence", +"hunting_license", +"hunting_lodge", +"hunting_permit", +"hunting_season", +"hunting_spider", +"hunting_watch", +"huntingdon_elm", +"huntingdon_willow", +"huntington", +"huntington's_chorea", +"huntington's_disease", +"huntress", +"huntsman", +"huntsman's_cup", +"huntsman's_cups", +"huntsman's_horn", +"huntsman's_horns", +"huntsville", +"huon_pine", +"hupa", +"hurdle", +"hurdle_race", +"hurdler", +"hurdles", +"hurdling", +"hurdy-gurdy", +"hurdy_gurdy", +"hurl", +"hurler", +"hurler's_disease", +"hurler's_syndrome", +"hurling", +"hurly_burly", +"hurok", +"huron", +"hurrah", +"hurricane", +"hurricane_deck", +"hurricane_lamp", +"hurricane_lantern", +"hurricane_roof", +"hurriedness", +"hurry", +"hurrying", +"hurt", +"hurting", +"hus", +"husain", +"husayn", +"husband", +"husband-wife_privilege", +"husbandman", +"husbandry", +"hush", +"hush_money", +"hush_puppy", +"hushing", +"hushpuppy", +"husk", +"husk_tomato", +"huskiness", +"husking", +"husking_bee", +"husky", +"huss", +"hussar", +"hussar_monkey", +"hussein", +"husserl", +"hussite", +"hussy", +"hustings", +"hustle", +"hustler", +"huston", +"hut", +"hutch", +"hutchins", +"hutchinson", +"hutment", +"hutton", +"hutu", +"hutzpah", +"huxley", +"huygens", +"huygens'_principle_of_superposition", +"hwang_ho", +"hyacinth", +"hyacinth_bean", +"hyacinthaceae", +"hyacinthoides", +"hyacinthoides_nonscripta", +"hyacinthus_candicans", +"hyacinthus_orientalis", +"hyacinthus_orientalis_albulus", +"hyades", +"hyaena", +"hyaena_brunnea", +"hyaena_hyaena", +"hyaenidae", +"hyalin", +"hyaline", +"hyaline_cartilage", +"hyaline_membrane_disease", +"hyalinisation", +"hyalinization", +"hyaloid", +"hyaloid_membrane", +"hyalophora", +"hyalophora_cecropia", +"hyaloplasm", +"hyalosperma", +"hyalospongiae", +"hyaluronic_acid", +"hyaluronidase", +"hyazyme", +"hybanthus", +"hybrid", +"hybrid_petunia", +"hybrid_tuberous_begonia", +"hybrid_vigor", +"hybridisation", +"hybridization", +"hybridizing", +"hybridoma", +"hydantoin", +"hydathode", +"hydatid", +"hydatid_disease", +"hydatid_mole", +"hydatidiform_mole", +"hydatidosis", +"hyderabad", +"hydnaceae", +"hydnocarpus", +"hydnocarpus_kurzii", +"hydnocarpus_laurifolia", +"hydnocarpus_oil", +"hydnocarpus_wightiana", +"hydnoraceae", +"hydnum", +"hydra", +"hydralazine", +"hydramnios", +"hydrangea", +"hydrangea_anomala", +"hydrangea_arborescens", +"hydrangea_family", +"hydrangea_macrophylla_hortensis", +"hydrangea_paniculata", +"hydrangea_petiolaris", +"hydrangeaceae", +"hydrant", +"hydrargyrum", +"hydrarthrosis", +"hydrastis", +"hydrastis_canadensis", +"hydrate", +"hydrated_aluminium_oxide", +"hydrated_aluminum_oxide", +"hydrated_lime", +"hydrated_oxide", +"hydration", +"hydraulic_brake", +"hydraulic_brake_cylinder", +"hydraulic_brakes", +"hydraulic_cement", +"hydraulic_engineering", +"hydraulic_press", +"hydraulic_pump", +"hydraulic_ram", +"hydraulic_system", +"hydraulic_transmission", +"hydraulic_transmission_system", +"hydraulics", +"hydrazine", +"hydrazo_group", +"hydrazo_radical", +"hydrazoic_acid", +"hydrazoite", +"hydremia", +"hydride", +"hydrilla", +"hydrilla_verticillata", +"hydriodic_acid", +"hydrobates", +"hydrobates_pelagicus", +"hydrobatidae", +"hydrobromic_acid", +"hydrocarbon", +"hydrocele", +"hydrocephalus", +"hydrocephaly", +"hydrocharidaceae", +"hydrocharis", +"hydrocharis_morsus-ranae", +"hydrocharitaceae", +"hydrochloric_acid", +"hydrochloride", +"hydrochlorofluorocarbon", +"hydrochlorothiazide", +"hydrochoeridae", +"hydrochoerus", +"hydrochoerus_hydrochaeris", +"hydrocolloid", +"hydrocortisone", +"hydrocortone", +"hydrocracking", +"hydrocyanic_acid", +"hydrodamalis", +"hydrodamalis_gigas", +"hydrodiuril", +"hydrodynamics", +"hydroelectric_turbine", +"hydroelectricity", +"hydroflumethiazide", +"hydrofluoric_acid", +"hydrofluorocarbon", +"hydrofluosilicic_acid", +"hydrofoil", +"hydrogel", +"hydrogen", +"hydrogen_atom", +"hydrogen_azide", +"hydrogen_bomb", +"hydrogen_bond", +"hydrogen_bromide", +"hydrogen_carbonate", +"hydrogen_chloride", +"hydrogen_cyanide", +"hydrogen_fluoride", +"hydrogen_iodide", +"hydrogen_ion", +"hydrogen_ion_concentration", +"hydrogen_peroxide", +"hydrogen_sulfide", +"hydrogenation", +"hydrography", +"hydroid", +"hydroiodic_acid", +"hydrokinetics", +"hydrolith", +"hydrologist", +"hydrology", +"hydrolysate", +"hydrolysis", +"hydromancer", +"hydromancy", +"hydromantes", +"hydromantes_brunus", +"hydromantes_shastae", +"hydromel", +"hydrometer", +"hydrometry", +"hydromorphone", +"hydromorphone_hydrochloride", +"hydromyinae", +"hydromys", +"hydronephrosis", +"hydropathy", +"hydrophidae", +"hydrophobia", +"hydrophobicity", +"hydrophyllaceae", +"hydrophyllum", +"hydrophyllum_virginianum", +"hydrophyte", +"hydrophytic_plant", +"hydroplane", +"hydroplane_racing", +"hydroponics", +"hydrops", +"hydrosphere", +"hydrostatic_head", +"hydrostatics", +"hydrotherapy", +"hydrothorax", +"hydroxide", +"hydroxide_ion", +"hydroxy_acid", +"hydroxyacetic_acid", +"hydroxybenzene", +"hydroxybenzoic_acid", +"hydroxybutyric_acid", +"hydroxychloroquine", +"hydroxyl", +"hydroxyl_group", +"hydroxyl_ion", +"hydroxyl_radical", +"hydroxymethyl", +"hydroxyproline", +"hydroxytetracycline", +"hydroxyzine", +"hydroxyzine_hydrochloride", +"hydrozoa", +"hydrozoan", +"hydrus", +"hyemoschus", +"hyemoschus_aquaticus", +"hyena", +"hyena_dog", +"hygeia", +"hygiene", +"hygienics", +"hygienist", +"hygrocybe", +"hygrocybe_acutoconica", +"hygrodeik", +"hygrometer", +"hygrophoraceae", +"hygrophorus", +"hygrophorus_borealis", +"hygrophorus_caeruleus", +"hygrophorus_inocybiformis", +"hygrophorus_kauffmanii", +"hygrophorus_marzuolus", +"hygrophorus_purpurascens", +"hygrophorus_russula", +"hygrophorus_sordidus", +"hygrophorus_tennesseensis", +"hygrophorus_turundus", +"hygrophyte", +"hygroscope", +"hygroton", +"hygrotrama", +"hygrotrama_foetens", +"hyla", +"hyla_arenicolor", +"hyla_crucifer", +"hyla_regilla", +"hylactophryne", +"hylactophryne_augusti", +"hylidae", +"hylobates", +"hylobates_lar", +"hylobates_syndactylus", +"hylobatidae", +"hylocereus", +"hylocichla", +"hylocichla_fuscescens", +"hylocichla_guttata", +"hylocichla_mustelina", +"hylophylax", +"hylophylax_naevioides", +"hyman_george_rickover", +"hyman_rickover", +"hymen", +"hymenaea", +"hymenaea_courbaril", +"hymenanthera", +"hymeneal", +"hymeneals", +"hymenium", +"hymenogastrales", +"hymenomycetes", +"hymenophyllaceae", +"hymenophyllum", +"hymenopter", +"hymenoptera", +"hymenopteran", +"hymenopteron", +"hymenopterous_insect", +"hymenoxys_acaulis", +"hymenoxys_grandiflora", +"hymie", +"hymn", +"hymnal", +"hymnary", +"hymnbook", +"hymnody", +"hynerpeton", +"hynerpeton_bassetti", +"hyoid", +"hyoid_bone", +"hyoscine", +"hyoscyamine", +"hyoscyamus", +"hyoscyamus_muticus", +"hyoscyamus_niger", +"hypallage", +"hypanthium", +"hypatia", +"hype", +"hypentelium", +"hypentelium_nigricans", +"hyper-eutectoid_steel", +"hyperacidity", +"hyperactivity", +"hyperacusia", +"hyperacusis", +"hyperadrenalism", +"hyperadrenocorticism", +"hyperaemia", +"hyperaldosteronism", +"hyperalimentation", +"hyperbaric_chamber", +"hyperbaton", +"hyperbetalipoproteinemia", +"hyperbilirubinemia", +"hyperbilirubinemia_of_the_newborn", +"hyperbola", +"hyperbole", +"hyperbolic_geometry", +"hyperboloid", +"hyperborean", +"hypercalcaemia", +"hypercalcemia", +"hypercalcinuria", +"hypercalciuria", +"hypercapnia", +"hypercarbia", +"hypercatalectic", +"hypercellularity", +"hypercholesteremia", +"hypercholesterolemia", +"hyperchromic_anaemia", +"hyperchromic_anemia", +"hypercoaster", +"hyperdactyly", +"hyperemesis", +"hyperemesis_gravidarum", +"hyperemia", +"hyperextension", +"hyperfocal_distance", +"hyperglycaemia", +"hyperglycemia", +"hyperglyphe_perciformis", +"hyperhidrosis", +"hypericaceae", +"hypericales", +"hypericism", +"hypericum", +"hypericum_androsaemum", +"hypericum_ascyron", +"hypericum_calycinum", +"hypericum_crux_andrae", +"hypericum_gentianoides", +"hypericum_hypericoides", +"hypericum_maculatum", +"hypericum_perforatum", +"hypericum_prolificum", +"hypericum_pyramidatum", +"hypericum_spathulatum", +"hypericum_tetrapterum", +"hypericum_virginianum", +"hyperidrosis", +"hyperion", +"hyperkalemia", +"hyperkinetic_syndrome", +"hyperlink", +"hyperlipaemia", +"hyperlipemia", +"hyperlipidaemia", +"hyperlipidemia", +"hyperlipoidaemia", +"hyperlipoidemia", +"hyperlipoproteinemia", +"hypermarket", +"hypermastigina", +"hypermastigote", +"hypermedia", +"hypermedia_system", +"hypermenorrhea", +"hypermetropia", +"hypermetropy", +"hypermotility", +"hypernatremia", +"hypernym", +"hypernymy", +"hyperoartia", +"hyperodontidae", +"hyperoglyphe", +"hyperon", +"hyperoodon", +"hyperoodon_ampullatus", +"hyperope", +"hyperopia", +"hyperotreta", +"hyperparathyroidism", +"hyperpiesia", +"hyperpiesis", +"hyperpigmentation", +"hyperpituitarism", +"hyperplasia", +"hyperpnea", +"hyperpyrexia", +"hypersecretion", +"hypersensitivity", +"hypersensitivity_reaction", +"hypersomnia", +"hypersplenism", +"hyperstat", +"hypertensin", +"hypertension", +"hypertensive", +"hypertext", +"hypertext_mark-up_language", +"hypertext_markup_language", +"hypertext_system", +"hypertext_transfer_protocol", +"hyperthermia", +"hyperthermy", +"hyperthyroidism", +"hypertonia", +"hypertonicity", +"hypertonus", +"hypertrophic_cardiomyopathy", +"hypertrophic_rosacea", +"hypertrophy", +"hypervelocity", +"hyperventilation", +"hypervitaminosis", +"hypervolaemia", +"hypervolemia", +"hypesthesia", +"hypha", +"hyphantria", +"hyphantria_cunea", +"hyphema", +"hyphen", +"hyphenation", +"hypnagogue", +"hypnoanalysis", +"hypnogenesis", +"hypnopedia", +"hypnophobia", +"hypnos", +"hypnosis", +"hypnotherapy", +"hypnotic", +"hypnotic_trance", +"hypnotiser", +"hypnotism", +"hypnotist", +"hypnotizer", +"hypo", +"hypo-eutectoid_steel", +"hypoadrenalism", +"hypoadrenocorticism", +"hypobasidium", +"hypobetalipoproteinemia", +"hypoblast", +"hypocalcaemia", +"hypocalcemia", +"hypocapnia", +"hypocellularity", +"hypochaeris", +"hypochaeris_radicata", +"hypochlorite", +"hypochlorous_acid", +"hypochoeris", +"hypochondria", +"hypochondriac", +"hypochondriasis", +"hypochondrium", +"hypochromic_anaemia", +"hypochromic_anemia", +"hypocorism", +"hypocreaceae", +"hypocreales", +"hypocrisy", +"hypocrite", +"hypocycloid", +"hypoderma", +"hypodermatidae", +"hypodermic", +"hypodermic_needle", +"hypodermic_syringe", +"hypodermis", +"hypoesthesia", +"hypogammaglobulinemia", +"hypogastric_artery", +"hypogastric_plexus", +"hypogastric_vein", +"hypoglossal", +"hypoglossal_nerve", +"hypoglycaemia", +"hypoglycaemic_agent", +"hypoglycemia", +"hypoglycemic_agent", +"hypogonadism", +"hypokalemia", +"hypolipoproteinemia", +"hyponatremia", +"hyponitrous_acid", +"hyponym", +"hyponymy", +"hypopachus", +"hypoparathyroidism", +"hypophosphoric_acid", +"hypophosphorous_acid", +"hypophyseal_stalk", +"hypophysectomy", +"hypophysial_dwarf", +"hypophysis", +"hypopigmentation", +"hypopitys", +"hypoplasia", +"hypoplastic_anaemia", +"hypoplastic_anemia", +"hypoplastic_dwarf", +"hypopnea", +"hypoproteinemia", +"hyposmia", +"hypospadias", +"hypostasis", +"hypostasis_of_christ", +"hypostatisation", +"hypostatization", +"hypotension", +"hypotensive", +"hypotenuse", +"hypothalamic_releasing_factor", +"hypothalamic_releasing_hormone", +"hypothalamus", +"hypothermia", +"hypothesis", +"hypothetical", +"hypothetical_creature", +"hypothetical_imperative", +"hypothrombinemia", +"hypothyroidism", +"hypotonia", +"hypotonicity", +"hypotonus", +"hypovitaminosis", +"hypovolaemia", +"hypovolemia", +"hypovolemic_shock", +"hypoxia", +"hypoxic_hypoxia", +"hypoxidaceae", +"hypoxis", +"hypoxis_hirsuta", +"hypozeugma", +"hypozeuxis", +"hypsiglena", +"hypsiglena_torquata", +"hypsiprymnodon", +"hypsiprymnodon_moschatus", +"hypsography", +"hypsometer", +"hypsometry", +"hyracoidea", +"hyracotherium", +"hyrax", +"hyson", +"hyssop", +"hyssop_loosestrife", +"hyssop_oil", +"hyssopus", +"hyssopus_officinalis", +"hysterectomy", +"hysteresis", +"hysteria", +"hysteric", +"hysterical_neurosis", +"hysterics", +"hysterocatalepsy", +"hysteron_proteron", +"hysterosalpingogram", +"hysteroscopy", +"hysterotomy", +"hystricidae", +"hystricomorpha", +"hytrin", +"hz", +"i", +"i-beam", +"i._a._richards", +"i._f._stone", +"i._m._pei", +"i.d.", +"i.e.d.", +"i.q.", +"i.w.w.", +"i_chronicles", +"i_corinthians", +"i_esdra", +"i_john", +"i_kings", +"i_maccabees", +"i_peter", +"i_samuel", +"i_thessalonians", +"i_timothy", +"ia", +"iaa", +"iaea", +"iago", +"iamb", +"iambic", +"iambus", +"ian_douglas_smith", +"ian_fleming", +"ian_lancaster_fleming", +"ian_smith", +"ian_wilmut", +"ianfu", +"iapetus", +"ibadan", +"ibda-c", +"iberia", +"iberian", +"iberian_peninsula", +"iberis", +"ibero-mesornis", +"ibert", +"ibex", +"ibis", +"ibis_ibis", +"ibizan_hound", +"ibizan_podenco", +"ibn-roshd", +"ibn-sina", +"ibn_al-haytham", +"ibn_talal_hussein", +"ibolium_privet", +"ibota_privet", +"ibrahim", +"ibrd", +"ibsen", +"ibuprofen", +"ic", +"icaco", +"icao", +"icarus", +"icbm", +"icc", +"ice", +"ice-cream_bean", +"ice-cream_cake", +"ice-cream_cone", +"ice-cream_float", +"ice-cream_soda", +"ice-cream_sundae", +"ice-hockey_player", +"ice-hockey_rink", +"ice-skater", +"ice-skating_rink", +"ice-wagon", +"ice_age", +"ice_ax", +"ice_axe", +"ice_bag", +"ice_bear", +"ice_cap", +"ice_chest", +"ice_coffee", +"ice_cream", +"ice_crystal", +"ice_cube", +"ice_field", +"ice_floe", +"ice_fog", +"ice_hockey", +"ice_hockey_rink", +"ice_lolly", +"ice_machine", +"ice_maker", +"ice_mass", +"ice_milk", +"ice_needle", +"ice_pack", +"ice_pick", +"ice_plant", +"ice_rink", +"ice_shelf", +"ice_show", +"ice_skate", +"ice_skating", +"ice_storm", +"ice_tea", +"ice_tongs", +"ice_wagon", +"ice_water", +"ice_yacht", +"iceberg", +"iceberg_lettuce", +"iceboat", +"icebox", +"icebox_cake", +"icebreaker", +"icecap", +"icecream", +"iced-tea_spoon", +"iced_coffee", +"iced_tea", +"icefall", +"icehouse", +"iceland", +"iceland_lichen", +"iceland_moss", +"iceland_poppy", +"iceland_spar", +"icelander", +"icelandic", +"icelandic_krona", +"icelandic_monetary_unit", +"iceman", +"icepick", +"icetray", +"ichneumon", +"ichneumon_fly", +"ichneumonidae", +"ichor", +"ichthyolatry", +"ichthyologist", +"ichthyology", +"ichthyosaur", +"ichthyosauria", +"ichthyosauridae", +"ichthyosaurus", +"ichthyosis", +"ichyostega", +"icicle", +"icicle_plant", +"iciness", +"icing", +"icing_sugar", +"icing_the_puck", +"icon", +"iconoclasm", +"iconoclast", +"iconography", +"iconolatry", +"iconology", +"iconoscope", +"icosahedron", +"icsh", +"ictalurus", +"ictalurus_punctatus", +"icteria", +"icteria_virens", +"icteridae", +"icterus", +"icterus_galbula", +"icterus_galbula_bullockii", +"icterus_galbula_galbula", +"icterus_neonatorum", +"icterus_spurius", +"ictiobus", +"ictiobus_niger", +"ictodosaur", +"ictodosauria", +"ictonyx", +"ictonyx_frenata", +"ictonyx_striata", +"ictus", +"icu", +"id", +"id_al-adha", +"id_al-fitr", +"ida", +"ida_m._tarbell", +"ida_minerva_tarbell", +"ida_tarbell", +"idaho", +"idaho_falls", +"idahoan", +"iddm", +"idea", +"ideal", +"ideal_gas", +"ideal_solid", +"idealisation", +"idealism", +"idealist", +"ideality", +"idealization", +"idealogue", +"ideation", +"identical_twin", +"identicalness", +"identification", +"identification_number", +"identification_particle", +"identifier", +"identikit", +"identikit_picture", +"identity", +"identity_card", +"identity_crisis", +"identity_element", +"identity_matrix", +"identity_operator", +"identity_theft", +"identity_verification", +"ideogram", +"ideograph", +"ideography", +"ideological_barrier", +"ideologist", +"ideologue", +"ideology", +"ides", +"idesia", +"idesia_polycarpa", +"idf", +"idiocy", +"idiolatry", +"idiolect", +"idiom", +"idiom_neutral", +"idiomatic_expression", +"idiopathic_disease", +"idiopathic_disorder", +"idiopathic_hemochromatosis", +"idiopathic_thrombocytopenic_purpura", +"idiopathy", +"idiosyncrasy", +"idiot", +"idiot_box", +"idiot_light", +"idiot_savant", +"iditarod", +"iditarod_trail", +"iditarod_trail_dog_sled_race", +"idle", +"idle_pulley", +"idle_talk", +"idle_wheel", +"idle_words", +"idleness", +"idler", +"idler_pulley", +"idling", +"ido", +"idocrase", +"idol", +"idol_worship", +"idol_worshiper", +"idolater", +"idolatress", +"idolatry", +"idolisation", +"idoliser", +"idolization", +"idolizer", +"idp", +"idria_columnaris", +"idun", +"idyl", +"idyll", +"ie", +"ied", +"ieoh_ming_pei", +"ifc", +"ig", +"iga", +"igbo", +"igd", +"ige", +"igg", +"igigi", +"iglesias", +"igloo", +"iglu", +"igm", +"ignace_jan_paderewski", +"ignace_paderewski", +"ignatius", +"ignatius_of_loyola", +"igneous_rock", +"ignis_fatuus", +"igniter", +"ignition", +"ignition_coil", +"ignition_interlock", +"ignition_key", +"ignition_lock", +"ignition_switch", +"ignition_system", +"ignitor", +"ignobility", +"ignobleness", +"ignominiousness", +"ignominy", +"ignoramus", +"ignorance", +"ignorantness", +"ignoratio_elenchi", +"igor_fyodorovich_stravinsky", +"igor_ivanovich_sikorsky", +"igor_sikorsky", +"igor_stravinsky", +"igor_tamm", +"igor_yevgeneevich_tamm", +"iguana", +"iguana_iguana", +"iguania", +"iguanid", +"iguanid_lizard", +"iguanidae", +"iguanodon", +"iguanodontidae", +"iguassu", +"iguassu_falls", +"iguazu", +"iguazu_falls", +"ii", +"ii_chronicles", +"ii_corinthians", +"ii_esdras", +"ii_john", +"ii_kings", +"ii_maccabees", +"ii_peter", +"ii_samuel", +"ii_thessalonians", +"ii_timothy", +"iii", +"iii_john", +"iis", +"ijssel", +"ijssel_river", +"ijsselmeer", +"ijtihad", +"ike", +"ikhanaton", +"ikon", +"il", +"il_duce", +"ilama", +"ilama_tree", +"ilang-ilang", +"ile-de-france", +"ile-st-louis", +"ileal_artery", +"ileitis", +"ileocecal_valve", +"ileocolic_artery", +"ileocolic_vein", +"ileostomy", +"iles_comores", +"iles_marquises", +"ileum", +"ileus", +"ilex", +"ilex_cornuta", +"ilex_decidua", +"ilex_glabra", +"ilex_paraguariensis", +"iliac_artery", +"iliac_vein", +"iliad", +"iliamna", +"iliamna_acerifolia", +"iliamna_remota", +"iliamna_ruvularis", +"ilich_ramirez_sanchez", +"ilich_sanchez", +"iliolumbar_artery", +"iliolumbar_vein", +"ilion", +"ilium", +"ilk", +"ill", +"ill-being", +"ill-breeding", +"ill-treatment", +"ill-usage", +"ill_fame", +"ill_health", +"ill_humor", +"ill_humour", +"ill_luck", +"ill_nature", +"ill_service", +"ill_temper", +"ill_turn", +"ill_will", +"illampu", +"illation", +"illecebrum", +"illecebrum_verticullatum", +"illegal_possession", +"illegality", +"illegibility", +"illegitimacy", +"illegitimate", +"illegitimate_child", +"illegitimate_enterprise", +"illiberality", +"illicitness", +"illicium", +"illicium_anisatum", +"illicium_floridanum", +"illicium_verum", +"illimani", +"illinois", +"illinois_river", +"illinoisan", +"illiteracy", +"illiterate", +"illiterate_person", +"illness", +"illogic", +"illogicality", +"illogicalness", +"illuminance", +"illuminant", +"illumination", +"illumination_unit", +"illusion", +"illusionist", +"illustration", +"illustrator", +"illustriousness", +"illyria", +"illyrian", +"ilmen", +"ilmenite", +"ilo", +"ilosone", +"ilya_ehrenberg", +"ilya_grigorievich_ehrenberg", +"ilya_ilich_metchnikov", +"image", +"image_breaker", +"image_compression", +"image_orthicon", +"image_scanner", +"imagery", +"imaginary", +"imaginary_being", +"imaginary_creature", +"imaginary_number", +"imaginary_part", +"imaginary_part_of_a_complex_number", +"imaginary_place", +"imagination", +"imagination_image", +"imaginative_comparison", +"imaginativeness", +"imaging", +"imagism", +"imago", +"imam", +"imamu_amiri_baraka", +"imaret", +"imaum", +"imavate", +"imbalance", +"imbauba", +"imbecile", +"imbecility", +"imbiber", +"imbibing", +"imbibition", +"imbrication", +"imbroglio", +"imf", +"imidazole", +"imide", +"iminazole", +"imipramine", +"imitation", +"imitation_leather", +"imitative_electronic_deception", +"imitator", +"immaculate_conception", +"immaculate_conception_of_the_virgin_mary", +"immaculateness", +"immanence", +"immanency", +"immanuel_kant", +"immateriality", +"immatureness", +"immaturity", +"immediacy", +"immediate_allergy", +"immediate_apprehension", +"immediate_constituent", +"immediate_memory", +"immediate_payment", +"immediateness", +"immenseness", +"immensity", +"immersion", +"immersion_foot", +"immersion_heater", +"immigrant", +"immigrant_class", +"immigration", +"immigration_and_naturalization_service", +"imminence", +"imminency", +"imminent_abortion", +"imminentness", +"immobilisation", +"immobility", +"immobilization", +"immobilizing", +"immoderateness", +"immoderation", +"immodesty", +"immolation", +"immorality", +"immortal", +"immortality", +"immortelle", +"immotility", +"immovability", +"immovable", +"immovable_bandage", +"immovableness", +"immune", +"immune_carrier", +"immune_gamma_globulin", +"immune_globulin", +"immune_reaction", +"immune_response", +"immune_serum_globulin", +"immune_suppressant_drug", +"immune_system", +"immunisation", +"immunity", +"immunization", +"immunizing_agent", +"immunoassay", +"immunochemical_assay", +"immunochemistry", +"immunocompetence", +"immunodeficiency", +"immunoelectrophoresis", +"immunofluorescence", +"immunogen", +"immunogenicity", +"immunoglobulin", +"immunoglobulin_a", +"immunoglobulin_d", +"immunoglobulin_e", +"immunoglobulin_g", +"immunoglobulin_m", +"immunohistochemistry", +"immunologic_response", +"immunological_disorder", +"immunologist", +"immunology", +"immunopathology", +"immunosuppressant", +"immunosuppression", +"immunosuppressive", +"immunosuppressive_drug", +"immunosuppressor", +"immunotherapy", +"immurement", +"immutability", +"immutableness", +"imo", +"imogene_coca", +"imou_pine", +"imp", +"impact", +"impact_printer", +"impacted_fracture", +"impacted_tooth", +"impaction", +"impairer", +"impairment", +"impala", +"impala_lily", +"impalement", +"impalpability", +"impartation", +"impartiality", +"imparting", +"impasse", +"impassiveness", +"impassivity", +"impasto", +"impatience", +"impatiens_capensis", +"impeachability", +"impeachment", +"impeccability", +"impecuniousness", +"impedance", +"impediment", +"impedimenta", +"impeller", +"impendence", +"impendency", +"impenetrability", +"impenetrableness", +"impenitence", +"impenitency", +"imperative", +"imperative_form", +"imperative_mood", +"imperativeness", +"imperceptibility", +"imperfect", +"imperfect_tense", +"imperfectibility", +"imperfection", +"imperfective", +"imperfective_aspect", +"imperfectness", +"imperforate_anus", +"imperforate_hymen", +"imperial", +"imperial_beard", +"imperial_capacity_unit", +"imperial_decree", +"imperial_elephant", +"imperial_gallon", +"imperial_japanese_morning_glory", +"imperial_mammoth", +"imperial_moth", +"imperialism", +"imperialist", +"imperiousness", +"imperishability", +"imperishableness", +"imperishingness", +"imperium", +"impermanence", +"impermanency", +"impermeability", +"impermeableness", +"impermissibility", +"impersonation", +"impersonator", +"impertinence", +"imperturbability", +"imperturbableness", +"imperviousness", +"impetigo", +"impetuosity", +"impetuousness", +"impetus", +"impiety", +"impingement", +"impinging", +"impiousness", +"impishness", +"implant", +"implantation", +"implausibility", +"implausibleness", +"implement", +"implementation", +"implements_of_war", +"implication", +"implicitness", +"implied_trust", +"implosion", +"implosion_therapy", +"impoliteness", +"imponderable", +"import", +"import_barrier", +"import_credit", +"import_duty", +"importance", +"important_person", +"importation", +"importee", +"importer", +"importing", +"importunity", +"imposition", +"impossibility", +"impossible", +"impossible_action", +"impossibleness", +"impost", +"imposter", +"impostor", +"imposture", +"impotence", +"impotency", +"impounding", +"impoundment", +"impoverishment", +"impracticability", +"impracticableness", +"impracticality", +"impramine_hydrochloride", +"imprecation", +"impreciseness", +"imprecision", +"impregnability", +"impregnation", +"impresario", +"impress", +"impression", +"impressionism", +"impressionist", +"impressive_aphasia", +"impressiveness", +"impressment", +"imprimatur", +"imprint", +"imprinting", +"imprisonment", +"improbability", +"improbableness", +"impromptu", +"improper_fraction", +"improperness", +"impropriety", +"improvement", +"improver", +"improvidence", +"improvisation", +"improvised_explosive_device", +"imprudence", +"impudence", +"impuissance", +"impulse", +"impulse_explosive", +"impulse_turbine", +"impulsion", +"impulsiveness", +"impunity", +"impureness", +"impurity", +"imputation", +"imu", +"imuran", +"in", +"in-basket", +"in-fighting", +"in-joke", +"in-law", +"in-line_skate", +"in-migration", +"in-tray", +"in_time", +"inability", +"inaccessibility", +"inaccuracy", +"inachis", +"inachis_io", +"inaction", +"inactivation", +"inactiveness", +"inactivity", +"inadequacy", +"inadequateness", +"inadmissibility", +"inadvertence", +"inadvertency", +"inadvisability", +"inamorata", +"inamorato", +"inanimateness", +"inanition", +"inanity", +"inanna", +"inapplicability", +"inappositeness", +"inappropriateness", +"inaptitude", +"inaptness", +"inattention", +"inattentiveness", +"inaudibility", +"inaudibleness", +"inaugural", +"inaugural_address", +"inauguration", +"inauguration_day", +"inauspiciousness", +"inborn_error_of_metabolism", +"inborn_reflex", +"inbreeding", +"inc", +"inca", +"incalescence", +"incan", +"incandescence", +"incandescent_lamp", +"incantation", +"incapability", +"incapableness", +"incapacity", +"incarceration", +"incarnation", +"incasement", +"incaution", +"incautiousness", +"incendiarism", +"incendiary", +"incendiary_bomb", +"incense", +"incense_cedar", +"incense_tree", +"incense_wood", +"incentive", +"incentive_option", +"incentive_program", +"incentive_scheme", +"incentive_stock_option", +"inception", +"incertitude", +"incessancy", +"incessantness", +"incest", +"inch", +"incheon", +"inchoative", +"inchoative_aspect", +"inchon", +"inchworm", +"incidence", +"incidence_angle", +"incident", +"incidental", +"incidental_expense", +"incidental_music", +"incienso", +"incineration", +"incinerator", +"incipience", +"incipiency", +"incision", +"incisiveness", +"incisor", +"incisura", +"incisure", +"incitation", +"incitement", +"inciter", +"incivility", +"inclemency", +"inclementness", +"inclination", +"inclination_of_an_orbit", +"incline", +"incline_bench_press", +"inclined_fault", +"inclined_plane", +"inclining", +"inclinometer", +"inclosure", +"inclusion", +"inclusion_body", +"inclusion_body_encephalitis", +"inclusion_body_myositis", +"incognizance", +"incoherence", +"incoherency", +"income", +"income_bracket", +"income_statement", +"income_tax", +"income_tax_bracket", +"income_tax_return", +"incoming", +"incommodiousness", +"incommutability", +"incompatibility", +"incompetence", +"incompetency", +"incompetent", +"incompetent_cervix", +"incompetent_person", +"incomplete_abortion", +"incomplete_fracture", +"incompleteness", +"incomprehensibility", +"incomprehension", +"incompressibility", +"inconceivability", +"inconceivableness", +"inconclusiveness", +"inconel", +"incongruity", +"incongruousness", +"inconsequence", +"inconsiderateness", +"inconsideration", +"inconsistency", +"inconspicuousness", +"inconstancy", +"incontinence", +"incontinency", +"incontrovertibility", +"incontrovertibleness", +"inconvenience", +"inconvertibility", +"incoordination", +"incorporation", +"incorporeality", +"incorrectness", +"incorruptibility", +"incorruption", +"incorruptness", +"increase", +"incredibility", +"incredibleness", +"incredulity", +"increment", +"incremental_cost", +"incrimination", +"incrustation", +"incubation", +"incubation_period", +"incubator", +"incubus", +"inculcation", +"inculpability", +"inculpableness", +"inculpation", +"incumbency", +"incumbent", +"incumbrance", +"incurability", +"incurable", +"incurableness", +"incurrence", +"incurring", +"incursion", +"incurvation", +"incurvature", +"incus", +"indaba", +"indapamide", +"indebtedness", +"indecency", +"indecent_exposure", +"indecision", +"indecisiveness", +"indecorousness", +"indecorum", +"indefatigability", +"indefatigableness", +"indefinite_article", +"indefinite_integral", +"indefinite_quantity", +"indefiniteness", +"indefinity", +"indelible_ink", +"indelicacy", +"indemnification", +"indemnity", +"indene", +"indent", +"indentation", +"indention", +"indenture", +"independence", +"independence_day", +"independence_hall", +"independency", +"independent", +"independent_agency", +"independent_clause", +"independent_state_of_papua_new_guinea", +"independent_state_of_samoa", +"independent_variable", +"inderal", +"indestructibility", +"indeterminacy", +"indeterminacy_principle", +"indeterminateness", +"indetermination", +"index", +"index_case", +"index_finger", +"index_fossil", +"index_fund", +"index_number", +"index_of_refraction", +"index_register", +"indexation", +"indexer", +"indexing", +"india", +"india-rubber_fig", +"india-rubber_plant", +"india-rubber_tree", +"india_ink", +"india_paper", +"india_rubber", +"indiaman", +"indian", +"indian_agent", +"indian_arrowroot", +"indian_banyan", +"indian_bean", +"indian_beech", +"indian_beet", +"indian_blackwood", +"indian_blanket", +"indian_breadroot", +"indian_buffalo", +"indian_button_fern", +"indian_capital", +"indian_cherry", +"indian_chickweed", +"indian_chief", +"indian_chieftain", +"indian_chocolate", +"indian_cholera", +"indian_club", +"indian_cobra", +"indian_coral_tree", +"indian_corn", +"indian_cress", +"indian_crocus", +"indian_currant", +"indian_elephant", +"indian_file", +"indian_giver", +"indian_grackle", +"indian_hemp", +"indian_lettuce", +"indian_lodge", +"indian_lotus", +"indian_madder", +"indian_mallow", +"indian_meal", +"indian_millet", +"indian_monetary_unit", +"indian_mongoose", +"indian_mustard", +"indian_mutiny", +"indian_ocean", +"indian_paint", +"indian_paintbrush", +"indian_pea", +"indian_pink", +"indian_pipe", +"indian_plantain", +"indian_poke", +"indian_pony", +"indian_potato", +"indian_python", +"indian_race", +"indian_rat_snake", +"indian_rattlebox", +"indian_red", +"indian_relish", +"indian_reservation", +"indian_rhinoceros", +"indian_rhododendron", +"indian_rhubarb", +"indian_rice", +"indian_rosewood", +"indian_rupee", +"indian_salad", +"indian_senna", +"indian_shot", +"indian_summer", +"indian_tapir", +"indian_tick_fever", +"indian_tobacco", +"indian_trail", +"indian_turnip", +"indiana", +"indianan", +"indianapolis", +"indic", +"indicant", +"indication", +"indicative", +"indicative_mood", +"indicator", +"indicator_lamp", +"indicatoridae", +"indictability", +"indiction", +"indictment", +"indie", +"indifference", +"indigen", +"indigence", +"indigene", +"indigenous_language", +"indigenousness", +"indigestibility", +"indigestibleness", +"indigestion", +"indigirka", +"indigirka_river", +"indignation", +"indignity", +"indigo", +"indigo_bird", +"indigo_broom", +"indigo_bunting", +"indigo_finch", +"indigo_plant", +"indigo_snake", +"indigo_squill", +"indigofera", +"indigofera_anil", +"indigofera_suffruticosa", +"indigofera_tinctoria", +"indigotin", +"indinavir", +"indira_gandhi", +"indira_nehru_gandhi", +"indirect_antonym", +"indirect_correlation", +"indirect_discourse", +"indirect_evidence", +"indirect_expression", +"indirect_fire", +"indirect_immunofluorescence", +"indirect_lighting", +"indirect_object", +"indirect_request", +"indirect_tax", +"indirect_transmission", +"indirection", +"indirectness", +"indiscipline", +"indiscreetness", +"indiscretion", +"indispensability", +"indispensableness", +"indisposition", +"indisputability", +"indistinctness", +"indistinguishability", +"indium", +"individual", +"individual_retirement_account", +"individualisation", +"individualism", +"individualist", +"individuality", +"individualization", +"individuation", +"indo-aryan", +"indo-european", +"indo-european_language", +"indo-hittite", +"indo-iranian", +"indo-iranian_language", +"indochina", +"indochinese_peninsula", +"indocin", +"indoctrination", +"indoleacetic_acid", +"indolebutyric_acid", +"indolence", +"indomethacin", +"indomitability", +"indonesia", +"indonesian", +"indonesian_borneo", +"indonesian_monetary_unit", +"indoor_garden", +"indorsement", +"indorser", +"indra", +"indri", +"indri_brevicaudatus", +"indri_indri", +"indriidae", +"indris", +"indubitability", +"induced_abortion", +"inducement", +"inducer", +"inducing", +"inductance", +"inductance_unit", +"inductee", +"induction", +"induction_accelerator", +"induction_coil", +"induction_heating", +"induction_of_labor", +"inductive_reasoning", +"inductor", +"indulgence", +"indulging", +"indument", +"indumentum", +"indurated_clay", +"induration", +"induration_of_the_arteries", +"indus", +"indus_civilization", +"indus_river", +"indusium", +"industrial_air_pollution", +"industrial_arts", +"industrial_bank", +"industrial_disease", +"industrial_engineering", +"industrial_enterprise", +"industrial_loan_company", +"industrial_management", +"industrial_park", +"industrial_plant", +"industrial_process", +"industrial_psychology", +"industrial_revolution", +"industrial_union", +"industrial_watercourse", +"industrial_workers_of_the_world", +"industrialisation", +"industrialism", +"industrialist", +"industrialization", +"industriousness", +"industry", +"industry_analyst", +"indweller", +"inebriant", +"inebriate", +"inebriation", +"inebriety", +"ineffectiveness", +"ineffectuality", +"ineffectualness", +"inefficaciousness", +"inefficacy", +"inefficiency", +"inelasticity", +"inelegance", +"ineligibility", +"ineluctability", +"ineptitude", +"ineptness", +"inequality", +"inequity", +"inerrancy", +"inert_gas", +"inertia", +"inertial_frame", +"inertial_guidance", +"inertial_guidance_system", +"inertial_mass", +"inertial_navigation", +"inertial_navigation_system", +"inertial_reference_frame", +"inertness", +"inessential", +"inessentiality", +"inevitability", +"inevitable", +"inevitable_accident", +"inevitableness", +"inexactitude", +"inexactness", +"inexorability", +"inexorableness", +"inexpedience", +"inexpediency", +"inexpensiveness", +"inexperience", +"inexperienced_person", +"inexplicitness", +"infallibility", +"infamy", +"infancy", +"infant", +"infant's-breath", +"infant_death", +"infant_deathrate", +"infant_feeding", +"infant_mortality", +"infant_mortality_rate", +"infant_prodigy", +"infant_school", +"infanticide", +"infantile_amaurotic_idiocy", +"infantile_autism", +"infantile_fixation", +"infantile_paralysis", +"infantilism", +"infantry", +"infantryman", +"infarct", +"infarction", +"infatuation", +"infeasibility", +"infection", +"infectious_agent", +"infectious_disease", +"infectious_hepatitis", +"infectious_mononucleosis", +"infectious_polyneuritis", +"infective_agent", +"infelicity", +"inference", +"inferior", +"inferior_alveolar_artery", +"inferior_cerebellar_artery", +"inferior_cerebral_vein", +"inferior_colliculus", +"inferior_conjunction", +"inferior_court", +"inferior_epigastric_vein", +"inferior_labial_artery", +"inferior_labial_vein", +"inferior_mesenteric_artery", +"inferior_ophthalmic_vein", +"inferior_planet", +"inferior_pulmonary_vein", +"inferior_rectus", +"inferior_rectus_muscle", +"inferior_thalamostriate_vein", +"inferior_thyroid_vein", +"inferior_vena_cava", +"inferior_vocal_cord", +"inferior_vocal_fold", +"inferiority", +"inferiority_complex", +"infernal", +"infernal_machine", +"infernal_region", +"inferno", +"infertility", +"infestation", +"infidel", +"infidelity", +"infield", +"infielder", +"infiltration", +"infiltrator", +"infinite", +"infiniteness", +"infinitesimal", +"infinitesimal_calculus", +"infinitive", +"infinitude", +"infinity", +"infirmary", +"infirmity", +"infix", +"infix_notation", +"inflaming", +"inflammability", +"inflammation", +"inflammatory_bowel_disease", +"inflammatory_disease", +"inflatable_cushion", +"inflater", +"inflation", +"inflation_rate", +"inflation_therapy", +"inflationary_spiral", +"inflator", +"inflection", +"inflectional_ending", +"inflectional_morphology", +"inflectional_suffix", +"inflexibility", +"inflexibleness", +"inflexion", +"infliction", +"infliximab", +"inflorescence", +"inflow", +"influence", +"influence_peddler", +"influential_person", +"influenza", +"influx", +"info", +"infolding", +"infomercial", +"informality", +"informant", +"informatics", +"information", +"information_age", +"information_bulletin", +"information_gathering", +"information_measure", +"information_processing", +"information_processing_system", +"information_return", +"information_science", +"information_superhighway", +"information_system", +"information_technology", +"information_theory", +"information_warfare", +"informational_rna", +"informed_consent", +"informer", +"informer's_privilege", +"informercial", +"informing", +"infotainment", +"infraction", +"infraorbital_artery", +"infrared", +"infrared_emission", +"infrared_frequency", +"infrared_lamp", +"infrared_light", +"infrared_radiation", +"infrared_ray", +"infrared_spectrum", +"infrared_therapy", +"infrastructure", +"infrequency", +"infrigidation", +"infringement", +"infringement_of_copyright", +"infructescence", +"infundibulum", +"infuriation", +"infusion", +"infusoria", +"infusorian", +"inga", +"inga_edulis", +"inga_laurina", +"ingathering", +"inge", +"ingeniousness", +"ingenue", +"ingenuity", +"ingenuousness", +"inger", +"ingerman", +"ingesta", +"ingestion", +"inglenook", +"ingmar_bergman", +"ingot", +"ingot_iron", +"ingraining", +"ingrate", +"ingratiation", +"ingratitude", +"ingredient", +"ingres", +"ingress", +"ingrian", +"ingrid_bergman", +"ingroup", +"ingrown_hair", +"ingrown_toenail", +"ingrowth", +"inguen", +"inguinal_canal", +"inguinal_hernia", +"inh", +"inhabitancy", +"inhabitant", +"inhabitation", +"inhalant", +"inhalation", +"inhalation_anaesthetic", +"inhalation_anesthesia", +"inhalation_anesthetic", +"inhalation_anthrax", +"inhalation_general_anaesthetic", +"inhalation_general_anesthetic", +"inhalator", +"inhaler", +"inharmoniousness", +"inherence", +"inherency", +"inherent_aptitude", +"inheritance", +"inheritance_tax", +"inherited_disease", +"inherited_disorder", +"inherited_wealth", +"inheritor", +"inheritress", +"inheritrix", +"inhibition", +"inhibitor", +"inhomogeneity", +"inhospitableness", +"inhospitality", +"inhuman_treatment", +"inhumaneness", +"inhumanity", +"inhumation", +"inigo_jones", +"inion", +"iniquity", +"initial", +"initial_offering", +"initial_public_offering", +"initial_rhyme", +"initialisation", +"initialization", +"initiate", +"initiation", +"initiative", +"initiator", +"injectant", +"injection", +"injector", +"injudiciousness", +"injun", +"injunction", +"injured_party", +"injuriousness", +"injury", +"injustice", +"ink", +"ink-jet_printer", +"ink_bottle", +"ink_cartridge", +"ink_eraser", +"inka", +"inkberry", +"inkblot", +"inkblot_test", +"inkiness", +"inking_pad", +"inkle", +"inkling", +"inkpad", +"inkpot", +"inkstand", +"inkwell", +"inky-cap_mushroom", +"inky_cap", +"inla", +"inland_bill", +"inland_passage", +"inland_revenue", +"inland_sea", +"inlay", +"inlet", +"inlet_manifold", +"inmarriage", +"inmate", +"inn", +"innards", +"innate_immunity", +"innate_reflex", +"innateness", +"inner_circle", +"inner_city", +"inner_ear", +"inner_hebrides", +"inner_light", +"inner_mongolia", +"inner_product", +"inner_resource", +"inner_tube", +"innersole", +"innervation", +"inning", +"innings", +"innkeeper", +"innocence", +"innocency", +"innocense", +"innocent", +"innocent_iii", +"innocent_viii", +"innocent_xi", +"innocent_xii", +"innocents'_day", +"innominate_artery", +"innominate_bone", +"innominate_vein", +"innovation", +"innovativeness", +"innovator", +"innsbruck", +"innuendo", +"innumerableness", +"inocor", +"inoculant", +"inoculating", +"inoculation", +"inoculator", +"inoculum", +"inopportuneness", +"inordinateness", +"inorganic_chemistry", +"inorganic_compound", +"inorganic_phosphate", +"inosculation", +"inosine", +"inositol", +"inpatient", +"inpour", +"inpouring", +"input", +"input_data", +"input_device", +"input_file", +"input_program", +"input_routine", +"input_signal", +"inquest", +"inquietude", +"inquirer", +"inquiring", +"inquiry", +"inquiry_agent", +"inquisition", +"inquisitiveness", +"inquisitor", +"inr", +"inroad", +"inrush", +"ins", +"insalubriousness", +"insalubrity", +"insane_asylum", +"insaneness", +"insanity", +"insanity_plea", +"inscription", +"inscrutability", +"insect", +"insect_bite", +"insect_powder", +"insect_repellant", +"insect_repellent", +"insecta", +"insecticide", +"insectifuge", +"insectivora", +"insectivore", +"insecureness", +"insecurity", +"insemination", +"insensibility", +"insensitiveness", +"insensitivity", +"insentience", +"insert", +"insertion", +"insertional_mutagenesis", +"insessores", +"inset", +"inside", +"inside_caliper", +"inside_clinch", +"inside_information", +"inside_job", +"inside_loop", +"inside_passage", +"inside_track", +"insider", +"insider_information", +"insider_trading", +"insidiousness", +"insight", +"insightfulness", +"insignia", +"insignia_of_rank", +"insignificance", +"insincerity", +"insinuation", +"insipidity", +"insipidness", +"insistence", +"insistency", +"insisting", +"insobriety", +"insolation", +"insole", +"insolence", +"insolubility", +"insolvency", +"insolvent", +"insomnia", +"insomniac", +"insouciance", +"inspection", +"inspection_and_repair", +"inspector", +"inspector_general", +"inspector_maigret", +"inspectorate", +"inspectorship", +"inspiration", +"inspirer", +"inspissation", +"instability", +"installation", +"installation_charge", +"installing", +"installment", +"installment_buying", +"installment_credit", +"installment_debt", +"installment_loan", +"installment_plan", +"installment_rate", +"instalment", +"instance", +"instancy", +"instant", +"instant_coffee", +"instant_replay", +"instantaneous_sound_pressure", +"instantaneousness", +"instantiation", +"instar", +"instauration", +"instep", +"instigant", +"instigation", +"instigator", +"instillation", +"instillator", +"instilling", +"instillment", +"instilment", +"instinct", +"instinctive_reflex", +"institute", +"institution", +"instroke", +"instruction", +"instruction_book", +"instruction_execution", +"instruction_manual", +"instructions", +"instructor", +"instructorship", +"instructress", +"instrument", +"instrument_flying", +"instrument_landing", +"instrument_of_execution", +"instrument_of_punishment", +"instrument_of_torture", +"instrument_panel", +"instrumental_conditioning", +"instrumental_music", +"instrumental_role", +"instrumentalism", +"instrumentalist", +"instrumentality", +"instrumentation", +"insubordination", +"insubstantiality", +"insufficiency", +"insufflation", +"insulant", +"insularism", +"insularity", +"insulating_material", +"insulating_tape", +"insulation", +"insulator", +"insulin", +"insulin-dependent_diabetes_mellitus", +"insulin_reaction", +"insulin_shock", +"insulin_shock_therapy", +"insulin_shock_treatment", +"insult", +"insurability", +"insurable_interest", +"insurance", +"insurance_agent", +"insurance_broker", +"insurance_claim", +"insurance_company", +"insurance_coverage", +"insurance_firm", +"insurance_policy", +"insurance_premium", +"insurance_underwriter", +"insured", +"insured_person", +"insurer", +"insurgence", +"insurgency", +"insurgent", +"insurrection", +"insurrectionism", +"insurrectionist", +"intactness", +"intaglio", +"intaglio_printing", +"intake", +"intake_manifold", +"intake_valve", +"intangibility", +"intangible", +"intangible_asset", +"intangibleness", +"integer", +"integral", +"integral_calculus", +"integrality", +"integrated_circuit", +"integrated_data_processing", +"integrated_logistic_support", +"integrating", +"integration", +"integrator", +"integrity", +"integument", +"integumentary_system", +"intellect", +"intellection", +"intellectual", +"intellectual_nourishment", +"intellectual_property", +"intellectualisation", +"intellectualization", +"intelligence", +"intelligence_activity", +"intelligence_agency", +"intelligence_agent", +"intelligence_analyst", +"intelligence_cell", +"intelligence_community", +"intelligence_information", +"intelligence_officer", +"intelligence_operation", +"intelligence_quotient", +"intelligence_service", +"intelligence_test", +"intelligentsia", +"intelligibility", +"intelnet", +"intemperance", +"intemperateness", +"intensification", +"intensifier", +"intension", +"intensity", +"intensity_level", +"intensive", +"intensive_care", +"intensive_care_unit", +"intensiveness", +"intent", +"intention", +"intentionality", +"intentness", +"inter-group_communication", +"inter-service_support", +"inter-services_intelligence", +"inter_vivos_trust", +"interaction", +"interactive_multimedia", +"interactive_multimedia_system", +"interagency_support", +"interahamwe", +"interbank_loan", +"interbrain", +"interbreeding", +"intercalary_year", +"intercalation", +"intercapitular_vein", +"intercellular_substance", +"intercept", +"interception", +"interceptor", +"intercession", +"intercessor", +"interchange", +"interchangeability", +"interchangeableness", +"intercom", +"intercom_speaker", +"intercommunication", +"intercommunication_system", +"intercommunion", +"interconnectedness", +"interconnection", +"intercontinental_ballistic_missile", +"intercostal", +"intercostal_artery", +"intercostal_muscle", +"intercostal_vein", +"intercourse", +"interdepartmental_support", +"interdependence", +"interdependency", +"interdict", +"interdiction", +"interdiction_fire", +"interest", +"interest_expense", +"interest_group", +"interest_rate", +"interestedness", +"interestingness", +"interface", +"interfacial_surface_tension", +"interfacial_tension", +"interference", +"interference_fringe", +"interferometer", +"interferon", +"intergalactic_space", +"interim", +"interim_overhaul", +"interior", +"interior_angle", +"interior_decoration", +"interior_decorator", +"interior_department", +"interior_design", +"interior_designer", +"interior_door", +"interior_live_oak", +"interior_monologue", +"interior_secretary", +"interjection", +"interlaken", +"interlanguage", +"interlayer", +"interleaf", +"interleukin", +"interlingua", +"interlingual_rendition", +"interlock", +"interlocking", +"interlocutor", +"interlocutory_injunction", +"interloper", +"interlude", +"intermarriage", +"intermaxillary_suture", +"intermediary", +"intermediate", +"intermediate_host", +"intermediate_temporal_artery", +"intermediate_vector_boson", +"intermediate_wheatgrass", +"intermediation", +"intermediator", +"interment", +"intermezzo", +"intermission", +"intermittence", +"intermittency", +"intermittent_claudication", +"intermittent_cramp", +"intermittent_tetanus", +"intermixture", +"intern", +"internal-combustion_engine", +"internal_angle", +"internal_auditor", +"internal_auditory_artery", +"internal_auditory_vein", +"internal_carotid_artery", +"internal_cerebral_vein", +"internal_combustion", +"internal_control", +"internal_drive", +"internal_ear", +"internal_iliac_artery", +"internal_iliac_vein", +"internal_jugular_vein", +"internal_maxillary_artery", +"internal_medicine", +"internal_organ", +"internal_representation", +"internal_respiration", +"internal_revenue", +"internal_revenue_agent", +"internal_revenue_service", +"internal_rhyme", +"internal_secretion", +"internal_spermatic_artery", +"internalisation", +"internality", +"internalization", +"internasal_suture", +"international", +"international_affairs", +"international_ampere", +"international_association_of_lions_clubs", +"international_atomic_energy_agency", +"international_bank_for_reconstruction_and_development", +"international_candle", +"international_civil_aviation_organization", +"international_court_of_justice", +"international_date_line", +"international_development_association", +"international_finance_corporation", +"international_flight", +"international_grandmaster", +"international_intelligence_agency", +"international_islamic_front_for_jihad_against_jews_and_crusaders", +"international_jihad", +"international_labor_organization", +"international_labour_organization", +"international_law", +"international_law_enforcement_agency", +"international_logistic_support", +"international_maritime_organization", +"international_mile", +"international_monetary_fund", +"international_morse_code", +"international_nautical_mile", +"international_organisation", +"international_organization", +"international_pitch", +"international_relations_and_security_network", +"international_scale", +"international_society_for_krishna_consciousness", +"international_system", +"international_system_of_units", +"international_terrorism", +"international_wanted_notice", +"international_waters", +"internationale", +"internationalisation", +"internationalism", +"internationalist", +"internationality", +"internationalization", +"interne", +"internee", +"internet", +"internet_explorer", +"internet_site", +"internist", +"internment", +"internment_camp", +"internode", +"internship", +"internuncio", +"interoception", +"interoceptor", +"interocular_lens_implant", +"interoperability", +"interparietal_suture", +"interpellation", +"interpenetration", +"interpersonal_chemistry", +"interphalangeal_joint", +"interphone", +"interplanetary_dust", +"interplanetary_gas", +"interplanetary_medium", +"interplanetary_space", +"interplay", +"interpol", +"interpolation", +"interposition", +"interpretation", +"interpretative_dance", +"interpretative_dancing", +"interpreter", +"interpreting", +"interpretive_dance", +"interpretive_dancing", +"interpretive_program", +"interreflection", +"interregnum", +"interrelatedness", +"interrelation", +"interrelationship", +"interrogation", +"interrogation_point", +"interrogative", +"interrogative_mood", +"interrogative_sentence", +"interrogator", +"interrogatory", +"interrupt", +"interrupted_fern", +"interrupter", +"interruption", +"intersection", +"intersection_point", +"intersex", +"interspersal", +"interspersion", +"interstate", +"interstate_commerce_commission", +"interstate_highway", +"interstellar_medium", +"interstellar_space", +"interstice", +"interstitial_cell-stimulating_hormone", +"interstitial_fluid", +"interstitial_plasma_cell_pneumonia", +"interstitial_pneumonia", +"interstitial_tissue", +"intertrigo", +"interval", +"intervenor", +"intervention", +"interventricular_foramen", +"intervertebral_disc", +"intervertebral_disk", +"intervertebral_vein", +"interview", +"interviewee", +"interviewer", +"intestacy", +"intestinal_artery", +"intestinal_bypass", +"intestinal_colic", +"intestinal_flora", +"intestinal_flu", +"intestinal_juice", +"intestinal_obstruction", +"intestine", +"inti", +"intifada", +"intifadah", +"intima", +"intimacy", +"intimate", +"intimate_apparel", +"intimation", +"intimidation", +"intolerance", +"intonation", +"intonation_pattern", +"intoxicant", +"intoxication", +"intracapsular_surgery", +"intracellular_fluid", +"intracranial_aneurysm", +"intracranial_cavity", +"intractability", +"intractableness", +"intradermal_injection", +"intradermal_test", +"intrados", +"intramuscular_injection", +"intranet", +"intransigence", +"intransigency", +"intransitive", +"intransitive_verb", +"intransitive_verb_form", +"intransitiveness", +"intransitivity", +"intraocular_lens", +"intraocular_pressure", +"intrauterine_device", +"intravasation", +"intravenous_anesthetic", +"intravenous_drip", +"intravenous_feeding", +"intravenous_injection", +"intravenous_pyelogram", +"intravenous_pyelography", +"intrenchment", +"intrepidity", +"intricacy", +"intrigue", +"intriguer", +"intrinsic_factor", +"intrinsic_fraud", +"intro", +"introduction", +"introit", +"introitus", +"introject", +"introjection", +"intromission", +"intron", +"intropin", +"introspection", +"introspectiveness", +"introversion", +"introvert", +"intruder", +"intrusion", +"intrusiveness", +"intubation", +"intuition", +"intuitionism", +"intuitive_feeling", +"intumescence", +"intumescency", +"intussusception", +"inuit", +"inula", +"inula_helenium", +"inulin", +"inunction", +"inundation", +"inutility", +"invader", +"invagination", +"invalid", +"invalidation", +"invalidator", +"invalidism", +"invalidity", +"invalidness", +"invaluableness", +"invar", +"invariability", +"invariable", +"invariableness", +"invariance", +"invariant", +"invasion", +"invasion_of_iwo", +"invasion_of_privacy", +"invective", +"invention", +"inventiveness", +"inventor", +"inventory", +"inventory-clearance_sale", +"inventory_accounting", +"inventory_control", +"inventory_item", +"inventorying", +"inverse", +"inverse_cosecant", +"inverse_cosine", +"inverse_cotangent", +"inverse_function", +"inverse_secant", +"inverse_sine", +"inverse_tangent", +"inversion", +"invert_soap", +"invert_sugar", +"invertase", +"invertebrate", +"invertebrate_foot", +"inverted_comma", +"inverted_hang", +"inverted_pleat", +"inverter", +"investigating", +"investigation", +"investigator", +"investing", +"investiture", +"investment", +"investment_adviser", +"investment_advisor", +"investment_banker", +"investment_company", +"investment_firm", +"investment_funds", +"investment_letter", +"investment_trust", +"investor", +"investors_club", +"invidia", +"invigilation", +"invigilator", +"invigoration", +"invigorator", +"invincibility", +"invincible_armada", +"invirase", +"invisibility", +"invisible_balance", +"invisibleness", +"invitation", +"invite", +"invitee", +"invocation", +"invoice", +"involucre", +"involuntariness", +"involuntary_muscle", +"involuntary_trust", +"involution", +"involutional_depression", +"involvement", +"invulnerability", +"inwardness", +"io", +"io_moth", +"iodic_acid", +"iodide", +"iodin", +"iodinated_protein", +"iodination", +"iodine", +"iodine-125", +"iodine-131", +"iodoamino_acid", +"iodochlorhydroxyquin", +"iodocompound", +"iodoform", +"iodoprotein", +"iodopsin", +"iodothyronine", +"iodotyrosine", +"iol", +"ion", +"ion_beam", +"ion_engine", +"ion_exchange", +"ion_pump", +"ionesco", +"ionia", +"ionian", +"ionian_order", +"ionian_sea", +"ionic", +"ionic_beam", +"ionic_bond", +"ionic_charge", +"ionic_dialect", +"ionic_medication", +"ionic_order", +"ionisation", +"ionization", +"ionization_chamber", +"ionization_tube", +"ionizing_radiation", +"ionophoresis", +"ionosphere", +"ionospheric_wave", +"iontophoresis", +"iontotherapy", +"iop", +"iosif_vissarionovich_dzhugashvili", +"iota", +"iou", +"iowa", +"iowa_crab", +"iowa_crab_apple", +"iowan", +"ioway", +"ip", +"ipecac", +"iphigenia", +"ipidae", +"ipo", +"ipod", +"ipomoea", +"ipomoea_alba", +"ipomoea_batatas", +"ipomoea_coccinea", +"ipomoea_fastigiata", +"ipomoea_imperialis", +"ipomoea_leptophylla", +"ipomoea_nil", +"ipomoea_orizabensis", +"ipomoea_panurata", +"ipomoea_pes-caprae", +"ipomoea_purpurea", +"ipomoea_quamoclit", +"ipomoea_tricolor", +"ipratropium_bromide", +"iproclozide", +"ipse_dixit", +"ipsedixitism", +"ipsus", +"ipv", +"iq", +"iq_test", +"ir", +"ira", +"ira_gershwin", +"irak", +"iraki", +"iran", +"iran-iraq_war", +"irani", +"iranian", +"iranian_capital", +"iranian_dinar", +"iranian_language", +"iranian_monetary_unit", +"iranian_rial", +"iraq", +"iraqi", +"iraqi_dinar", +"iraqi_intelligence_service", +"iraqi_kurdistan", +"iraqi_monetary_unit", +"iraqi_mukhabarat", +"iraqi_national_congress", +"irascibility", +"ire", +"ireland", +"irelander", +"irena", +"irenaeus", +"irene_joliot-curie", +"irenidae", +"iresine", +"iresine_herbstii", +"iresine_reticulata", +"iridaceae", +"iridaceous_plant", +"iridectomy", +"iridescence", +"iridium", +"iridocyclitis", +"iridokeratitis", +"iridoncus", +"iridoprocne", +"iridoprocne_bicolor", +"iridosmine", +"iridotomy", +"iris", +"iris_cristata", +"iris_diaphragm", +"iris_family", +"iris_filifolia", +"iris_florentina", +"iris_foetidissima", +"iris_germanica", +"iris_germanica_florentina", +"iris_kaempferi", +"iris_kochii", +"iris_murdoch", +"iris_pallida", +"iris_persica", +"iris_pseudacorus", +"iris_scanning", +"iris_tingitana", +"iris_verna", +"iris_versicolor", +"iris_virginica", +"iris_xiphioides", +"iris_xiphium", +"irish", +"irish_bull", +"irish_burgoo", +"irish_capital", +"irish_coffee", +"irish_gaelic", +"irish_gorse", +"irish_monetary_unit", +"irish_moss", +"irish_national_liberation_army", +"irish_people", +"irish_person", +"irish_potato", +"irish_pound", +"irish_punt", +"irish_republic", +"irish_republican_army", +"irish_sea", +"irish_setter", +"irish_soda_bread", +"irish_stew", +"irish_strawberry", +"irish_terrier", +"irish_water_spaniel", +"irish_whiskey", +"irish_whisky", +"irish_wolfhound", +"irishman", +"irishwoman", +"iritis", +"iron", +"iron-gray", +"iron-grey", +"iron-storage_disease", +"iron-tree", +"iron_age", +"iron_blue", +"iron_boot", +"iron_cage", +"iron_carbide", +"iron_chancellor", +"iron_collar", +"iron_curtain", +"iron_deficiency_anaemia", +"iron_deficiency_anemia", +"iron_disulfide", +"iron_duke", +"iron_filing", +"iron_fist", +"iron_foundry", +"iron_heel", +"iron_horse", +"iron_lady", +"iron_lung", +"iron_maiden", +"iron_man", +"iron_manganese_tungsten", +"iron_mold", +"iron_mould", +"iron_oak", +"iron_ore", +"iron_overload", +"iron_perchloride", +"iron_putty", +"iron_pyrite", +"iron_trap", +"iron_tree", +"ironclad", +"ironing", +"ironing_board", +"ironist", +"ironman", +"ironmonger", +"ironmonger's_shop", +"ironmongery", +"irons", +"ironside", +"ironsides", +"ironware", +"ironweed", +"ironwood", +"ironwood_tree", +"ironwork", +"ironworker", +"ironworks", +"irony", +"iroquoian", +"iroquoian_language", +"iroquois", +"iroquois_league", +"irradiation", +"irrational", +"irrational_hostility", +"irrational_impulse", +"irrational_motive", +"irrational_number", +"irrationality", +"irrawaddy", +"irrawaddy_river", +"irreality", +"irredenta", +"irredentism", +"irredentist", +"irregular", +"irregularity", +"irrelevance", +"irrelevancy", +"irreligion", +"irreligionist", +"irreligiousness", +"irreplaceableness", +"irrepressibility", +"irreproducibility", +"irresistibility", +"irresistible_impulse", +"irresistibleness", +"irresoluteness", +"irresolution", +"irresponsibility", +"irresponsibleness", +"irreverence", +"irreversibility", +"irreversible_process", +"irridenta", +"irridentism", +"irridentist", +"irrigation", +"irrigation_ditch", +"irritability", +"irritable_bowel_syndrome", +"irritant", +"irritation", +"irruption", +"irs", +"irtish", +"irtish_river", +"irtysh", +"irtysh_river", +"irula", +"irving", +"irving_berlin", +"irving_howe", +"irving_langmuir", +"irvingia", +"irvingia_gabonensis", +"isaac", +"isaac_asimov", +"isaac_bashevis_singer", +"isaac_hull", +"isaac_m._singer", +"isaac_mayer_wise", +"isaac_merrit_singer", +"isaac_newton", +"isaac_stern", +"isaac_watts", +"isabella", +"isabella_i", +"isabella_stewart_gardner", +"isabella_the_catholic", +"isadora_duncan", +"isaiah", +"isak_dinesen", +"isamu_noguchi", +"isarithm", +"isatis", +"isatis_tinctoria", +"ischaemia", +"ischaemic_stroke", +"ischemia", +"ischemic_anoxia", +"ischemic_hypoxia", +"ischemic_stroke", +"ischia", +"ischial_bone", +"ischigualastia", +"ischium", +"isere", +"isere_river", +"iseult", +"isfahan", +"isherwood", +"ishmael", +"ishtar", +"isi", +"isidor_feinstein_stone", +"isidore_auguste_marie_francois_comte", +"isinglass", +"isis", +"iskcon", +"islam", +"islam_nation", +"islamabad", +"islamic_army_of_aden", +"islamic_army_of_aden-abyan", +"islamic_calendar", +"islamic_calendar_month", +"islamic_community", +"islamic_great_eastern_raiders-front", +"islamic_group", +"islamic_group_of_uzbekistan", +"islamic_jihad", +"islamic_jihad_for_the_liberation_of_palestine", +"islamic_law", +"islamic_party_of_turkestan", +"islamic_republic_of_iran", +"islamic_republic_of_mauritania", +"islamic_republic_of_pakistan", +"islamic_resistance_movement", +"islamic_state_of_afghanistan", +"islamic_ummah", +"islamic_unity", +"islamism", +"islamist", +"islamophobia", +"island", +"island-dweller", +"island_dispenser", +"island_of_guernsey", +"island_of_jersey", +"islander", +"islands_of_langerhans", +"islay", +"isle", +"isle_of_man", +"isle_of_skye", +"isle_of_wight", +"isle_royal_national_park", +"isles_of_langerhans", +"isles_of_scilly", +"islet", +"islets_of_langerhans", +"ism", +"ismaili", +"ismailian", +"ismailism", +"isn", +"isoagglutination", +"isoagglutinin", +"isoagglutinogen", +"isoantibody", +"isobar", +"isobutyl_nitrite", +"isobutylene", +"isobutylphenyl_propionic_acid", +"isocarboxazid", +"isochrone", +"isoclinal", +"isoclinic_line", +"isocrates", +"isocyanate", +"isocyanic_acid", +"isoetaceae", +"isoetales", +"isoetes", +"isoflurane", +"isogamete", +"isogamy", +"isogon", +"isogonal_line", +"isogone", +"isogonic_line", +"isogram", +"isohel", +"isolation", +"isolationism", +"isolationist", +"isolde", +"isole_egadi", +"isoleucine", +"isomer", +"isomerase", +"isomerisation", +"isomerism", +"isomerization", +"isometric", +"isometric_exercise", +"isometric_line", +"isometrics", +"isometropia", +"isometry", +"isomorphism", +"isomorphy", +"isoniazid", +"isopleth", +"isopod", +"isopoda", +"isopropanol", +"isopropyl_alcohol", +"isoproterenol", +"isoptera", +"isoptin", +"isopyrum", +"isopyrum_biternatum", +"isordil", +"isoroku_yamamoto", +"isosceles_triangle", +"isosmotic_solution", +"isosorbide", +"isospondyli", +"isostasy", +"isotherm", +"isothiocyanate", +"isotonic_exercise", +"isotonic_solution", +"isotope", +"isotropy", +"israel", +"israel_baline", +"israel_strassberg", +"israel_zangwill", +"israeli", +"israeli_defense_force", +"israeli_monetary_unit", +"israelite", +"israelites", +"issachar", +"issuance", +"issue", +"issuer", +"issuing", +"issus", +"istanbul", +"isthmian_games", +"isthmus", +"isthmus_of_corinth", +"isthmus_of_darien", +"isthmus_of_kra", +"isthmus_of_panama", +"isthmus_of_suez", +"isthmus_of_tehuantepec", +"istiophoridae", +"istiophorus", +"istiophorus_albicans", +"isuprel", +"isuridae", +"isurus", +"isurus_glaucus", +"isurus_oxyrhincus", +"isurus_paucus", +"it", +"itaconic_acid", +"italia", +"italian", +"italian_bee", +"italian_bread", +"italian_capital", +"italian_clover", +"italian_cypress", +"italian_dressing", +"italian_greyhound", +"italian_honeysuckle", +"italian_lira", +"italian_millet", +"italian_monetary_unit", +"italian_parsley", +"italian_peninsula", +"italian_region", +"italian_renaissance", +"italian_republic", +"italian_rice", +"italian_rye", +"italian_ryegrass", +"italian_sandwich", +"italian_sonnet", +"italian_vegetable_marrow", +"italian_vermouth", +"italian_woodbine", +"italic", +"italic_language", +"italo_calvino", +"italy", +"itch", +"itch_mite", +"itchiness", +"itching", +"itchy_feet", +"item", +"itemisation", +"itemization", +"iteration", +"iterative", +"iterative_aspect", +"ithaca", +"ithaki", +"ithiel_town", +"ithunn", +"itinerant", +"itinerary", +"itineration", +"itraconazole", +"iud", +"iv", +"iva", +"iva_xanthifolia", +"ivan_iii", +"ivan_iii_vasilievich", +"ivan_iv", +"ivan_iv_vasilievich", +"ivan_lendl", +"ivan_pavlov", +"ivan_petrovich_pavlov", +"ivan_sergeevich_turgenev", +"ivan_the_great", +"ivan_the_terrible", +"ivan_turgenev", +"ivanov", +"ives", +"ivor_armstrong_richards", +"ivory", +"ivory-billed_woodpecker", +"ivory-nut_palm", +"ivory_black", +"ivory_coast", +"ivory_coast_franc", +"ivory_gull", +"ivory_nut", +"ivory_palm", +"ivory_plant", +"ivory_tower", +"ivory_tree", +"ivorybill", +"ivp", +"ivry", +"ivry_la_bataille", +"ivy", +"ivy-leaved_geranium", +"ivy_arum", +"ivy_family", +"ivy_geranium", +"ivy_league", +"ivy_leaguer", +"iw", +"iwo", +"iwo_jima", +"iww", +"ix", +"ixia", +"ixobrychus", +"ixobrychus_exilis", +"ixodes", +"ixodes_dammini", +"ixodes_dentatus", +"ixodes_neotomae", +"ixodes_pacificus", +"ixodes_persulcatus", +"ixodes_ricinus", +"ixodes_scapularis", +"ixodes_spinipalpis", +"ixodid", +"ixodidae", +"iyar", +"iyyar", +"iz_al-din_al-qassam_battalions", +"izaak_walton", +"izanagi", +"izanami", +"izar", +"izmir", +"izzard", +"j", +"j._b._rhine", +"j._b._s._haldane", +"j._c._maxwell", +"j._craig_ventner", +"j._d._salinger", +"j._e._johnston", +"j._edgar_hoover", +"j._j._hill", +"j._m._barrie", +"j._m._synge", +"j._p._morgan", +"j._r._firth", +"j.r.r._tolkien", +"j_particle", +"jab", +"jabalpur", +"jabat_al-tahrir_al-filistiniyyah", +"jabber", +"jabberer", +"jabbering", +"jabberwocky", +"jabbing", +"jabiru", +"jabiru_mycteria", +"jaboncillo", +"jabot", +"jaboticaba", +"jaboticaba_tree", +"jacamar", +"jacaranda", +"jacinth", +"jack", +"jack-a-lantern", +"jack-by-the-hedge", +"jack-in-the-box", +"jack-in-the-pulpit", +"jack-o'-lantern", +"jack-o-lantern", +"jack-o-lantern_fungus", +"jack-tar", +"jack_bean", +"jack_benny", +"jack_crevalle", +"jack_dempsey", +"jack_frost", +"jack_kennedy", +"jack_kerouac", +"jack_ladder", +"jack_lemmon", +"jack_london", +"jack_mackerel", +"jack_nicklaus", +"jack_oak", +"jack_of_all_trades", +"jack_pine", +"jack_plane", +"jack_roosevelt_robinson", +"jack_salmon", +"jack_the_ripper", +"jack_william_nicklaus", +"jackal", +"jackanapes", +"jackass", +"jackass_bat", +"jackass_penguin", +"jackboot", +"jackdaw", +"jacket", +"jacket_crown", +"jacket_potato", +"jackfruit", +"jackfruit_tree", +"jackhammer", +"jackie_robinson", +"jacking_off", +"jackknife", +"jackknife-fish", +"jackknife_clam", +"jacklight", +"jackpot", +"jackrabbit", +"jacks", +"jackscrew", +"jacksmelt", +"jacksnipe", +"jackson", +"jackson_pollock", +"jacksonia", +"jacksonian", +"jacksonian_epilepsy", +"jacksonville", +"jackstones", +"jackstraw", +"jackstraws", +"jacob", +"jacob's_ladder", +"jacob's_rod", +"jacob's_staff", +"jacob_epstein", +"jacob_harmensen", +"jacobean", +"jacobean_lily", +"jacobi", +"jacobin", +"jacobinism", +"jacobite", +"jacobs", +"jacobus_arminius", +"jaconet", +"jacopo_robusti", +"jacquard", +"jacquard_loom", +"jacqueline_cochran", +"jacquemier's_sign", +"jacques_alexandre_cesar_charles", +"jacques_anatole_francois_thibault", +"jacques_bernoulli", +"jacques_cartier", +"jacques_charles", +"jacques_costeau", +"jacques_derrida", +"jacques_etienne_montgolfier", +"jacques_francois_antoine_ibert", +"jacques_francois_fromental_elie_halevy", +"jacques_germain_soufflot", +"jacques_lipchitz", +"jacques_loeb", +"jacques_louis_david", +"jacques_lucien_monod", +"jacques_marquette", +"jacques_monod", +"jacques_offenbach", +"jacques_tati", +"jacques_tatischeff", +"jacques_yves_costeau", +"jacquinia", +"jacquinia_armillaris", +"jacquinia_keyensis", +"jactation", +"jactitation", +"jaculus", +"jaculus_jaculus", +"jade", +"jade_green", +"jade_vine", +"jadeite", +"jadestone", +"jaeger", +"jafar", +"jafar_umar_thalib", +"jaffa", +"jaffa_orange", +"jaffar", +"jaffar_umar_thalib", +"jafnea_semitosta", +"jag", +"jagannath", +"jagannatha", +"jagatai", +"jagganath", +"jaggary", +"jaggedness", +"jagger", +"jaggery", +"jaggery_palm", +"jagghery", +"jaghatai", +"jagua", +"jaguar", +"jaguarondi", +"jaguarundi", +"jaguarundi_cat", +"jahvey", +"jahweh", +"jai_alai", +"jail", +"jail_bird", +"jail_cell", +"jail_delivery", +"jailbird", +"jailbreak", +"jailer", +"jailhouse", +"jailor", +"jainism", +"jainist", +"jaish-e-muhammad", +"jaish-i-mohammed", +"jak", +"jakarta", +"jakes", +"jakob-creutzfeldt_disease", +"jakob_behmen", +"jakob_bernoulli", +"jakob_boehm", +"jakob_boehme", +"jakob_bohme", +"jakob_grimm", +"jakob_hermandszoon", +"jakob_liebmann_beer", +"jakob_ludwig_felix_mendelssohn-bartholdy", +"jakob_ludwig_karl_grimm", +"jakobson", +"jalalabad", +"jalapeno", +"jalapeno_pepper", +"jalopy", +"jalousie", +"jam", +"jam_session", +"jamaat_ul-fuqra", +"jamaica", +"jamaica_apple", +"jamaica_bayberry", +"jamaica_caper_tree", +"jamaica_dogwood", +"jamaica_honeysuckle", +"jamaica_quassia", +"jamaica_rum", +"jamaica_shorts", +"jamaica_sorrel", +"jamaican", +"jamaican_capital", +"jamaican_cherry", +"jamaican_dollar", +"jamais_vu", +"jamb", +"jambalaya", +"jambeau", +"jamberry", +"jambon", +"jamboree", +"jambos", +"jambosa", +"james", +"james_a._garfield", +"james_abbott_mcneill_whistler", +"james_abraham_garfield", +"james_agee", +"james_albert_michener", +"james_alfred_van_allen", +"james_arthur_baldwin", +"james_augustine_aloysius_joyce", +"james_augustus_henry_murray", +"james_augustus_murray", +"james_baldwin", +"james_barrie", +"james_bay", +"james_bernoulli", +"james_bond", +"james_boswell", +"james_bowie", +"james_branch_cabell", +"james_buchanan", +"james_buchanan_brady", +"james_butler_hickock", +"james_byron_dean", +"james_cagney", +"james_clark_ross", +"james_clerk_maxwell", +"james_cleveland_owens", +"james_cook", +"james_crichton", +"james_dean", +"james_dewey_watson", +"james_douglas_morrison", +"james_earl_carter", +"james_earl_carter_jr.", +"james_edmund_scripps", +"james_edward_meade", +"james_fenimore_cooper", +"james_francis_thorpe", +"james_franck", +"james_garfield", +"james_george_frazer", +"james_grover_thurber", +"james_hargreaves", +"james_harold_doolittle", +"james_harvey_robinson", +"james_henry_leigh_hunt", +"james_hogg", +"james_howard_meredith", +"james_hutton", +"james_i", +"james_ii", +"james_iv", +"james_ives", +"james_jerome_hill", +"james_john_corbett", +"james_joseph_tunney", +"james_joyce", +"james_k._polk", +"james_knox_polk", +"james_langston_hughes", +"james_leonard_farmer", +"james_madison", +"james_maitland_stewart", +"james_marshall_hendrix", +"james_mason", +"james_matthew_barrie", +"james_mckeen_cattell", +"james_meredith", +"james_merritt_ives", +"james_michener", +"james_mill", +"james_monroe", +"james_murray", +"james_naismith", +"james_neville_mason", +"james_parkinson", +"james_polk", +"james_prescott_joule", +"james_riddle_hoffa", +"james_river", +"james_scott_connors", +"james_thomas_farrell", +"james_thomas_harris", +"james_thurber", +"james_tobin", +"james_usher", +"james_ussher", +"james_watson", +"james_watt", +"james_whitcomb_riley", +"james_william_fulbright", +"james_wilson", +"james_wyatt", +"jamesonia", +"jamestown", +"jamestown_weed", +"jamison", +"jamjar", +"jammer", +"jammies", +"jamming", +"jammu_and_kashmir", +"jampan", +"jampot", +"jan", +"jan_amos_komensky", +"jan_christian_smuts", +"jan_evangelista_purkinje", +"jan_hendrix_oort", +"jan_hus", +"jan_steen", +"jan_swammerdam", +"jan_tinbergen", +"jan_van_der_meer", +"jan_van_eyck", +"jan_vermeer", +"jane_austen", +"jane_doe", +"jane_fonda", +"jane_goodall", +"jane_jacobs", +"jane_seymour", +"jangle", +"janis_joplin", +"janissary", +"janitor", +"jansen", +"jansenism", +"jansenist", +"january", +"january_1", +"january_19", +"january_20", +"january_6", +"janus", +"jap", +"jap_clover", +"japan", +"japan_allspice", +"japan_bittersweet", +"japan_cedar", +"japan_clover", +"japan_current", +"japan_tallow", +"japan_trench", +"japan_wax", +"japanese", +"japanese_allspice", +"japanese_andromeda", +"japanese_angelica_tree", +"japanese_apricot", +"japanese_archipelago", +"japanese_banana", +"japanese_barberry", +"japanese_barnyard_millet", +"japanese_beech", +"japanese_beetle", +"japanese_bittersweet", +"japanese_black_pine", +"japanese_brome", +"japanese_capital", +"japanese_carpet_grass", +"japanese_cedar", +"japanese_cherry", +"japanese_chess", +"japanese_chestnut", +"japanese_clover", +"japanese_crab", +"japanese_deer", +"japanese_deity", +"japanese_flowering_cherry", +"japanese_honeysuckle", +"japanese_hop", +"japanese_iris", +"japanese_islands", +"japanese_ivy", +"japanese_lacquer_tree", +"japanese_lawn_grass", +"japanese_leaf", +"japanese_leek", +"japanese_lilac", +"japanese_lime", +"japanese_linden", +"japanese_maple", +"japanese_medlar", +"japanese_millet", +"japanese_monetary_unit", +"japanese_morning_glory", +"japanese_oak", +"japanese_oyster", +"japanese_pagoda_tree", +"japanese_persimmon", +"japanese_pink", +"japanese_plum", +"japanese_poinsettia", +"japanese_privet", +"japanese_quince", +"japanese_radish", +"japanese_red_army", +"japanese_red_pine", +"japanese_rose", +"japanese_snowbell", +"japanese_spaniel", +"japanese_spurge", +"japanese_stranglehold", +"japanese_sumac", +"japanese_table_pine", +"japanese_tree_lilac", +"japanese_umbrella_pine", +"japanese_varnish_tree", +"japanese_wistaria", +"japanese_yew", +"jape", +"japery", +"japheth", +"japonica", +"jar", +"jarful", +"jargon", +"jargoon", +"jaroslav_hasek", +"jarrell", +"jarvik_artificial_heart", +"jarvik_heart", +"jasmine", +"jasmine_tobacco", +"jasminum", +"jasminum_mesnyi", +"jasminum_nudiflorum", +"jasminum_officinale", +"jasminum_sambac", +"jason", +"jasper", +"jasper_johns", +"jaspers", +"jassid", +"jassidae", +"jat", +"jati", +"jatropha", +"jatropha_curcus", +"jatropha_stimulosus", +"jatropha_urens", +"jaun_gris", +"jaundice", +"jaundice_of_the_newborn", +"jaunt", +"jauntiness", +"jaunting_car", +"jaunty_car", +"java", +"java_finch", +"java_man", +"java_olives", +"java_pepper", +"java_sparrow", +"javan", +"javanese", +"javanthropus", +"javel_water", +"javelin", +"javelina", +"javelle_water", +"jaw", +"jawaharlal_nehru", +"jawan", +"jawbone", +"jawbreaker", +"jawfish", +"jawless_fish", +"jawless_vertebrate", +"jaws_of_life", +"jay", +"jay_cooke", +"jay_gould", +"jaybird", +"jayshullah", +"jaywalker", +"jazz", +"jazz_age", +"jazz_band", +"jazz_festival", +"jazz_group", +"jazz_musician", +"jazzman", +"jdam", +"je_ne_sais_quoi", +"jealousy", +"jean", +"jean-baptiste_poquelin", +"jean-claude_duvalier", +"jean-frederic_joliot", +"jean-frederic_joliot-curie", +"jean-jacques_rousseau", +"jean-louis_lebris_de_kerouac", +"jean-paul_sartre", +"jean-philippe_rameau", +"jean_anouilh", +"jean_antoine_watteau", +"jean_arp", +"jean_auguste_dominique_ingres", +"jean_baptiste_camille_corot", +"jean_baptiste_de_lamarck", +"jean_baptiste_donatien_de_vimeur", +"jean_baptiste_joseph_fourier", +"jean_baptiste_lully", +"jean_baptiste_racine", +"jean_bernard_leon_foucault", +"jean_bernoulli", +"jean_caulvin", +"jean_cauvin", +"jean_chauvin", +"jean_cocteau", +"jean_de_la_fontaine", +"jean_edouard_vuillard", +"jean_francois_champollion", +"jean_francois_millet", +"jean_genet", +"jean_giraudoux", +"jean_harlow", +"jean_honore_fragonard", +"jean_laffite", +"jean_lafitte", +"jean_louis_charles_garnier", +"jean_louis_rodolphe_agassiz", +"jean_luc_godard", +"jean_martin_charcot", +"jean_monnet", +"jean_nicholas_arthur_rimbaud", +"jean_paul_marat", +"jean_piaget", +"jean_racine", +"jean_sibelius", +"jeanne_antoinette_poisson", +"jeanne_d'arc", +"jeannette_rankin", +"jebel_musa", +"jed'dah", +"jeddah", +"jeep", +"jeer", +"jeerer", +"jeering", +"jeffers", +"jefferson", +"jefferson_city", +"jefferson_davis", +"jefferson_davis'_birthday", +"jeffersonian", +"jeffrey's_pine", +"jeffrey_pine", +"jehad", +"jehovah", +"jehovah's_witness", +"jehovah's_witnesses", +"jejunal_artery", +"jejuneness", +"jejunitis", +"jejunity", +"jejunoileitis", +"jejunostomy", +"jejunum", +"jekyll_and_hyde", +"jell-o", +"jellaba", +"jello", +"jelly", +"jelly_bean", +"jelly_doughnut", +"jelly_egg", +"jelly_fungus", +"jelly_roll_morton", +"jellyfish", +"jellyleaf", +"jellyroll", +"jem", +"jemaah_islamiyah", +"jemmy", +"jena", +"jenghiz_khan", +"jenner", +"jennet", +"jenny", +"jenny_ass", +"jenny_lind", +"jenny_wren", +"jens_otto_harry_jespersen", +"jensen", +"jeopardy", +"jerboa", +"jerboa_kangaroo", +"jerboa_rat", +"jeremiad", +"jeremiah", +"jeremy_bentham", +"jerevan", +"jerez", +"jerez_de_la_frontera", +"jericho", +"jerk", +"jerk-off", +"jerked_meat", +"jerker", +"jerkin", +"jerkiness", +"jerking", +"jerking_off", +"jerky", +"jeroboam", +"jeroboam_i", +"jerom_bos", +"jerome", +"jerome_david_kern", +"jerome_david_salinger", +"jerome_kern", +"jerome_robbins", +"jerry", +"jerry-builder", +"jerry-building", +"jerry_lee_lewis", +"jersey", +"jersey_city", +"jersey_elm", +"jersey_fern", +"jersey_knapweed", +"jersey_lillie", +"jersey_pine", +"jerusalem", +"jerusalem_artichoke", +"jerusalem_artichoke_sunflower", +"jerusalem_cherry", +"jerusalem_cricket", +"jerusalem_cross", +"jerusalem_oak", +"jerusalem_sage", +"jerusalem_thorn", +"jerusalem_warriors", +"jespersen", +"jessamine", +"jesse_jackson", +"jesse_james", +"jesse_louis_jackson", +"jesse_owens", +"jessica_lucy_mitford", +"jessica_mitford", +"jessica_tandy", +"jessye_norman", +"jest", +"jester", +"jesuit", +"jesuit's_bark", +"jesuit_order", +"jesuitism", +"jesuitry", +"jesuits'_nut", +"jesus", +"jesus_christ", +"jesus_of_nazareth", +"jet", +"jet-propelled_plane", +"jet_black", +"jet_bridge", +"jet_engine", +"jet_lag", +"jet_plane", +"jet_propulsion", +"jet_set", +"jet_stream", +"jeth", +"jetliner", +"jetsam", +"jetty", +"jeu_d'esprit", +"jeune_fille", +"jevons", +"jew", +"jew's-ear", +"jew's-ears", +"jew's_harp", +"jew-baiter", +"jew-bush", +"jew_bush", +"jewbush", +"jewel", +"jewel_casket", +"jewel_orchid", +"jeweled_headdress", +"jeweler", +"jeweler's_glass", +"jeweler's_loupe", +"jewelled_headdress", +"jeweller", +"jewellery", +"jewelry", +"jewelry_dealer", +"jewelry_maker", +"jewelry_store", +"jewels-of-opar", +"jewelweed", +"jewess", +"jewfish", +"jewish_calendar", +"jewish_calendar_month", +"jewish_holy_day", +"jewish_new_year", +"jewish_orthodoxy", +"jewish_religion", +"jewish_rye", +"jewish_rye_bread", +"jewison", +"jewry", +"jews'_harp", +"jezebel", +"jfk", +"jhvh", +"ji", +"jiao", +"jib", +"jibboom", +"jibe", +"jidda", +"jiddah", +"jiffy", +"jig", +"jigaboo", +"jigger", +"jiggermast", +"jiggery-pokery", +"jiggle", +"jigsaw", +"jigsaw_puzzle", +"jihad", +"jihadist", +"jillion", +"jilt", +"jim_bowie", +"jim_corbett", +"jim_crow", +"jim_henson", +"jim_morrison", +"jim_thorpe", +"jimdandy", +"jimenez", +"jimenez_de_cisneros", +"jimhickey", +"jimi_hendrix", +"jimmies", +"jimmy", +"jimmy_cagney", +"jimmy_carter", +"jimmy_conors", +"jimmy_doolittle", +"jimmy_durante", +"jimmy_hoffa", +"jimmy_stewart", +"jimson_weed", +"jimsonweed", +"jinghis_khan", +"jinghpaw", +"jinghpo", +"jingle", +"jingo", +"jingoism", +"jingoist", +"jinja", +"jinks", +"jinnah", +"jinnee", +"jinni", +"jinrikisha", +"jinx", +"jiqui", +"jird", +"jirga", +"jirrbal", +"jitney", +"jitter", +"jitterbug", +"jitteriness", +"jitters", +"jiujitsu", +"jive", +"jnd", +"jnr", +"joachim", +"joan_crawford", +"joan_didion", +"joan_miro", +"joan_of_arc", +"joan_sutherland", +"joao_pessoa", +"job", +"job's_comforter", +"job's_tears", +"job-control_language", +"job-oriented_terminal", +"job_action", +"job_application", +"job_candidate", +"job_control", +"job_description", +"job_interview", +"job_lot", +"jobber", +"jobbery", +"jobcentre", +"jobholder", +"jocasta", +"jock", +"jock_itch", +"jockey", +"jockey_cap", +"jockey_club", +"jockey_shorts", +"jockstrap", +"jocoseness", +"jocosity", +"jocote", +"jocularity", +"jocundity", +"jodhpur", +"jodhpur_boot", +"jodhpur_breeches", +"jodhpur_shoe", +"jodhpurs", +"joe-pye_weed", +"joe_bloggs", +"joe_blow", +"joe_clark", +"joe_dimaggio", +"joe_louis", +"joel", +"joel_chandler_harris", +"joel_harris", +"joewood", +"joffre", +"joffrey", +"jog", +"jog_trot", +"jogger", +"jogging", +"joggle", +"johan_august_strindberg", +"johan_julius_christian_sibelius", +"johan_kepler", +"johann_bernoulli", +"johann_christoph_friedrich_von_schiller", +"johann_eck", +"johann_friedrich_herbart", +"johann_gottfried_von_herder", +"johann_gutenberg", +"johann_joachim_winckelmann", +"johann_ludwig_uhland", +"johann_maier", +"johann_maier_eck", +"johann_mendel", +"johann_muller", +"johann_sebastian_bach", +"johann_strauss", +"johann_winckelmann", +"johann_wolfgang_von_goethe", +"johannes_brahms", +"johannes_diderik_van_der_waals", +"johannes_eckhart", +"johannes_evangelista_purkinje", +"johannes_gutenberg", +"johannes_kepler", +"johannes_peter_muller", +"johannes_van_der_waals", +"johannes_vilhelm_jensen", +"johannesburg", +"john", +"john's_cabbage", +"john_adams", +"john_addington_symonds", +"john_amos_comenius", +"john_anthony_ciardi", +"john_augustus_roebling", +"john_bach_mcmaster", +"john_bardeen", +"john_barleycorn", +"john_barrington_wain", +"john_barrymore", +"john_barth", +"john_bartlett", +"john_bernoulli", +"john_berry_hobbs", +"john_birks_gillespie", +"john_broadus_watson", +"john_brown", +"john_bull", +"john_bunyan", +"john_burdon_sanderson_haldane", +"john_burgoyne", +"john_c._fremont", +"john_cabot", +"john_cage", +"john_calvin", +"john_cash", +"john_chapman", +"john_charles_fremont", +"john_cheever", +"john_chrysostom", +"john_churchill", +"john_ciardi", +"john_constable", +"john_copley", +"john_cowper_powys", +"john_d._rockefeller", +"john_dalton", +"john_davis", +"john_davison_rockefeller", +"john_davys", +"john_deere", +"john_dewey", +"john_doe", +"john_donald_budge", +"john_donne", +"john_dory", +"john_dos_passos", +"john_dowland", +"john_drew", +"john_dryden", +"john_duns_scotus", +"john_eccles", +"john_edgar_hoover", +"john_edward_masefield", +"john_endecott", +"john_endicott", +"john_ernst_steinbeck", +"john_fitzgerald_kennedy", +"john_fletcher", +"john_florio", +"john_ford", +"john_foster_dulles", +"john_galbraith", +"john_galsworthy", +"john_glenn", +"john_greenleaf_whittier", +"john_griffith_chaney", +"john_haldane", +"john_hancock", +"john_hanning_speke", +"john_harvard", +"john_hasbrouck_van_vleck", +"john_heming", +"john_hemminge", +"john_henry", +"john_henry_newman", +"john_henry_o'hara", +"john_herschel", +"john_herschel_glenn_jr.", +"john_hope_franklin", +"john_howard_northrop", +"john_hoyer_updike", +"john_huss", +"john_huston", +"john_irving", +"john_jacob_astor", +"john_james_audubon", +"john_james_osborne", +"john_james_rickard_macleod", +"john_jay", +"john_joseph_mcgraw", +"john_joseph_pershing", +"john_keats", +"john_keble", +"john_kenneth_galbraith", +"john_knox", +"john_l._h._down", +"john_l._lewis", +"john_lackland", +"john_le_carre", +"john_lennon", +"john_llewelly_lewis", +"john_locke", +"john_luther_jones", +"john_lyly", +"john_m._browning", +"john_macleod", +"john_major", +"john_marquand", +"john_marshall", +"john_marstan", +"john_masefield", +"john_maynard_keynes", +"john_mccormick", +"john_mcgraw", +"john_mercer", +"john_merven_carrere", +"john_mill", +"john_millington_synge", +"john_milton", +"john_milton_cage_jr.", +"john_mitchell", +"john_moses_browning", +"john_muir", +"john_napier", +"john_of_gaunt", +"john_orley_allen_tate", +"john_osborne", +"john_paul_i", +"john_paul_ii", +"john_paul_jones", +"john_philip_marquand", +"john_philip_sousa", +"john_pierpont_morgan", +"john_quincy_adams", +"john_r._major", +"john_reed", +"john_robinson_jeffers", +"john_rock", +"john_roderigo_dos_passos", +"john_roebling", +"john_ronald_reuel_tolkien", +"john_ross", +"john_rowlands", +"john_roy_major", +"john_rupert_firth", +"john_ruskin", +"john_rutledge", +"john_scopes", +"john_scott_haldane", +"john_simmons_barth", +"john_singer_sargent", +"john_singleton_copley", +"john_smith", +"john_speke", +"john_steinbeck", +"john_stuart_mill", +"john_the_baptist", +"john_the_divine", +"john_the_evangelist", +"john_thomas_scopes", +"john_tradescant", +"john_trumbull", +"john_tuzo_wilson", +"john_tyler", +"john_tyndall", +"john_uhler", +"john_updike", +"john_van_vleck", +"john_vanbrugh", +"john_venn", +"john_von_neumann", +"john_wain", +"john_walker", +"john_wanamaker", +"john_wayne", +"john_webster", +"john_wesley", +"john_wickliffe", +"john_wiclif", +"john_wilkes", +"john_wilkes_booth", +"john_william_strutt", +"john_witherspoon", +"john_wyclif", +"john_wycliffe", +"john_xxiii", +"johnny", +"johnny-jump-up", +"johnny_appleseed", +"johnny_cake", +"johnny_cash", +"johnny_reb", +"johnnycake", +"johns", +"johns_hopkins", +"johnson", +"johnson_city", +"johnson_grass", +"johnston", +"joie_de_vivre", +"join", +"joiner", +"joinery", +"joining", +"joint", +"joint-stock_company", +"joint_author", +"joint_chiefs", +"joint_chiefs_of_staff", +"joint_direct_attack_munition", +"joint_fir", +"joint_hinge", +"joint_probability", +"joint_resolution", +"joint_return", +"joint_snake", +"joint_venture", +"jointed_charlock", +"jointed_rush", +"jointer", +"jointer_plane", +"jointing_plane", +"jointure", +"jointworm", +"joist", +"joke", +"joker", +"jokester", +"joliet", +"joliot", +"joliot-curie", +"jolliet", +"jollification", +"jolliness", +"jollity", +"jolly", +"jolly_boat", +"jolly_roger", +"jolson", +"jolt", +"jomada_i", +"jomada_ii", +"jomo_kenyata", +"jonah", +"jonah_crab", +"jonas_edward_salk", +"jonas_salk", +"jonathan", +"jonathan_edwards", +"jonathan_swift", +"jonathan_trumbull", +"jones", +"jones'_penstemon", +"jonesboro", +"jong", +"jongleur", +"jonquil", +"jons_jakob_berzelius", +"jonson", +"jook", +"jook_house", +"jook_joint", +"joplin", +"joppa", +"jordan", +"jordan_almond", +"jordan_curve", +"jordan_river", +"jordanella", +"jordanella_floridae", +"jordanian", +"jordanian_dinar", +"jordanian_monetary_unit", +"jorge_borges", +"jorge_luis_borges", +"jorge_mario_pedro_vargas_llosa", +"joroslav_heyrovsky", +"jorum", +"jose_clemente_orozco", +"jose_julian_marti", +"jose_orozco", +"jose_ortega_y_gasset", +"josef_albers", +"josef_hoffmann", +"josef_michel_montgolfier", +"josef_von_sternberg", +"joseph", +"joseph's_coat", +"joseph_alois_schumpeter", +"joseph_banks_rhine", +"joseph_ben_matthias", +"joseph_black", +"joseph_campbell", +"joseph_conrad", +"joseph_deems_taylor", +"joseph_eggleston_johnston", +"joseph_emerson_worcester", +"joseph_francis_keaton", +"joseph_goebbels", +"joseph_greenberg", +"joseph_haydn", +"joseph_heller", +"joseph_henry", +"joseph_hilaire_peter_belloc", +"joseph_hooker", +"joseph_jacques_cesaire_joffre", +"joseph_joachim", +"joseph_john_thomson", +"joseph_lincoln_steffens", +"joseph_lister", +"joseph_louis_barrow", +"joseph_louis_gay-lussac", +"joseph_m._jacquard", +"joseph_mallord_william_turner", +"joseph_marie_jacquard", +"joseph_mccarthy", +"joseph_oliver", +"joseph_paul_dimaggio", +"joseph_paxton", +"joseph_priestley", +"joseph_pulitzer", +"joseph_raymond_mccarthy", +"joseph_rudyard_kipling", +"joseph_schumpeter", +"joseph_smith", +"joseph_stalin", +"joseph_warren_stilwell", +"josephus", +"josh_billings", +"joshua", +"joshua_tree", +"josiah_quincy", +"josiah_spode", +"josiah_wedgwood", +"josiah_willard_gibbs", +"josip_broz", +"joss", +"joss_house", +"joss_stick", +"jostle", +"jostling", +"josue", +"jot", +"jotter", +"jotting", +"jotun", +"jotunn", +"joule", +"jounce", +"journal", +"journal_bearing", +"journal_box", +"journalese", +"journalism", +"journalist", +"journalist's_privilege", +"journey", +"journey_cake", +"journeyer", +"journeying", +"journeyman", +"joust", +"jove", +"joviality", +"jovian_planet", +"jowett", +"jowl", +"joy", +"joyce", +"joyce_carol_oates", +"joyfulness", +"joylessness", +"joyousness", +"joyride", +"joystick", +"jr", +"jra", +"juan_carlos", +"juan_carlos_victor_maria_de_borbon_y_borbon", +"juan_domingo_peron", +"juan_ponce_de_leon", +"juan_ramon_jimenez", +"juarez", +"jubbulpore", +"jubilance", +"jubilancy", +"jubilation", +"jubilee", +"juda", +"judaea", +"judah", +"judaica", +"judaism", +"judas", +"judas_iscariot", +"judas_maccabaeus", +"judas_tree", +"jude", +"judea", +"judeo-spanish", +"judge", +"judge's_robe", +"judge_advocate", +"judge_advocate_general", +"judgement", +"judgement_by_default", +"judgement_day", +"judgement_in_personam", +"judgement_in_rem", +"judgement_of_dismissal", +"judgement_on_the_merits", +"judgement_on_the_pleadings", +"judges", +"judgeship", +"judging", +"judgment", +"judgment_by_default", +"judgment_day", +"judgment_in_personam", +"judgment_in_rem", +"judgment_lien", +"judgment_of_conviction", +"judgment_of_dismissal", +"judgment_on_the_merits", +"judgment_on_the_pleadings", +"judicatory", +"judicature", +"judicial_activism", +"judicial_admission", +"judicial_branch", +"judicial_decision", +"judicial_doctrine", +"judicial_principle", +"judicial_proceeding", +"judicial_review", +"judicial_sale", +"judicial_separation", +"judicial_system", +"judicial_torture", +"judicial_writ", +"judiciary", +"judiciousness", +"judith", +"judith_jamison", +"judo", +"judy_garland", +"jug", +"jug_band", +"jug_wine", +"jugal_bone", +"jugal_point", +"jugale", +"jugful", +"juggernaut", +"juggle", +"juggler", +"jugglery", +"juggling", +"juglandaceae", +"juglandales", +"juglans", +"juglans_californica", +"juglans_cinerea", +"juglans_nigra", +"juglans_regia", +"jugoslav", +"jugoslavian", +"jugoslavija", +"jugular", +"jugular_vein", +"juice", +"juice_reamer", +"juicer", +"juiciness", +"jujitsu", +"juju", +"jujube", +"jujube_bush", +"jujutsu", +"juke", +"juke_house", +"juke_joint", +"jukebox", +"julep", +"jules_alfred_huot_de_goncourt", +"jules_de_goncourt", +"jules_emile_frederic_massenet", +"jules_feifer", +"jules_verne", +"julia_evelina_smith", +"julia_ward_howe", +"julian", +"julian_bond", +"julian_calendar", +"julian_the_apostate", +"julienne", +"julienne_vegetable", +"julio_iglesias", +"julius_caesar", +"julius_erving", +"julius_marx", +"julius_ullman", +"julius_winfield_erving", +"july", +"july_1", +"july_4", +"jumada_i", +"jumada_ii", +"jumbal", +"jumbie_bead", +"jumble", +"jumble_sale", +"jumbo_jet", +"jumbojet", +"jumby_bead", +"jumby_bean", +"jumby_tree", +"jument", +"jump", +"jump-start", +"jump_ball", +"jump_cut", +"jump_rope", +"jump_seat", +"jump_shot", +"jump_suit", +"jumper", +"jumper_cable", +"jumper_lead", +"jumpiness", +"jumping", +"jumping-off_place", +"jumping-off_point", +"jumping_bean", +"jumping_bristletail", +"jumping_gene", +"jumping_jack", +"jumping_mouse", +"jumping_orchid", +"jumping_plant_louse", +"jumping_seed", +"jumping_up_and_down", +"jumpstart", +"jumpsuit", +"juncaceae", +"juncaginaceae", +"junco", +"junco_hyemalis", +"junction", +"junction_barrier", +"junction_rectifier", +"junction_transistor", +"juncture", +"juncus", +"juncus_articulatus", +"juncus_bufonius", +"juncus_effusus", +"juncus_inflexus", +"juncus_leseurii", +"juncus_tenuis", +"jund-ul-islam", +"june", +"june_14", +"june_21", +"june_23", +"june_24", +"june_29", +"june_3", +"june_beetle", +"june_bug", +"june_grass", +"juneau", +"juneberry", +"juneberry_holly", +"jung", +"jungermanniaceae", +"jungermanniales", +"jungian", +"jungian_psychology", +"jungle", +"jungle_cat", +"jungle_cock", +"jungle_fever", +"jungle_fowl", +"jungle_gym", +"jungle_hen", +"jungle_rot", +"junin_virus", +"junior", +"junior_class", +"junior_college", +"junior_featherweight", +"junior_high", +"junior_high_school", +"junior_lightweight", +"junior_middleweight", +"junior_school", +"junior_status", +"junior_varsity", +"junior_welterweight", +"juniper", +"juniper_berries", +"juniper_berry", +"juniper_bush", +"juniperic_acid", +"junipero_serra", +"juniperus", +"juniperus_bermudiana", +"juniperus_communis", +"juniperus_communis_depressa", +"juniperus_flaccida", +"juniperus_horizontalis", +"juniperus_procera", +"juniperus_sabina", +"juniperus_silicicola", +"juniperus_virginiana", +"junk", +"junk_bond", +"junk_dna", +"junk_e-mail", +"junk_food", +"junk_heap", +"junk_mail", +"junk_pile", +"junk_shop", +"junker", +"junkers", +"junket", +"junketing", +"junkie", +"junky", +"junkyard", +"juno", +"junta", +"junto", +"jupati", +"jupati_palm", +"jupaty", +"jupiter", +"jupiter's_beard", +"jupiter_fidius", +"jupiter_fulgur", +"jupiter_fulminator", +"jupiter_optimus_maximus", +"jupiter_pluvius", +"jupiter_tonans", +"jurassic", +"jurassic_period", +"jurisdiction", +"jurisprudence", +"jurist", +"juror", +"jury", +"jury_box", +"jury_duty", +"jury_mast", +"jury_system", +"juryman", +"jurywoman", +"jus_civile", +"jus_sanguinis", +"jus_soli", +"jussieu", +"jussive_mood", +"just-noticeable_difference", +"just_deserts", +"just_the_ticket", +"justice", +"justice_department", +"justice_of_the_peace", +"justiciar", +"justiciary", +"justification", +"justifier", +"justinian", +"justinian_code", +"justinian_i", +"justinian_the_great", +"justness", +"jut", +"jute", +"jutish", +"jutland", +"jutting", +"juvenal", +"juvenescence", +"juvenile", +"juvenile-onset_diabetes", +"juvenile_amaurotic_idiocy", +"juvenile_body", +"juvenile_court", +"juvenile_delinquency", +"juvenile_delinquent", +"juvenile_diabetes", +"juvenile_person", +"juvenile_rheumatoid_arthritis", +"juvenile_wart", +"juvenility", +"juxtaposition", +"jv", +"jyaistha", +"jylland", +"jynx", +"k", +"k'ung_futzu", +"k-dur_20", +"k-lor", +"k-lyte", +"k-meson", +"k.e.", +"k2", +"k_particle", +"k_ration", +"ka", +"kaaba", +"kabala", +"kabbala", +"kabbalah", +"kabbalism", +"kabbalist", +"kabob", +"kabolin", +"kabul", +"kach", +"kachaturian", +"kachin", +"kachina", +"kachinic", +"kadai", +"kadai_language", +"kadikoy", +"kaffir", +"kaffir_boom", +"kaffir_bread", +"kaffir_cat", +"kaffir_corn", +"kaffir_pox", +"kaffiyeh", +"kafir", +"kafir_corn", +"kafiri", +"kafka", +"kafocin", +"kaftan", +"kahane_chai", +"kahikatea", +"kahlil_gibran", +"kahlua", +"kahn", +"kahoolawe", +"kahoolawe_island", +"kai_apple", +"kail", +"kainite", +"kainogenesis", +"kaiser", +"kaiser_bill", +"kaiser_roll", +"kaiser_wilhelm", +"kakatoe", +"kakatoe_galerita", +"kakatoe_leadbeateri", +"kakemono", +"kaki", +"kakke_disease", +"kala-azar", +"kala_azar", +"kalaallit_nunaat", +"kalahari", +"kalahari_desert", +"kalamazoo", +"kalansuwa", +"kalantas", +"kalapooia", +"kalapooian", +"kalapuya", +"kalapuyan", +"kalashnikov", +"kalashnikov_culture", +"kale", +"kaleidoscope", +"kalemia", +"kali", +"kalian", +"kalif", +"kalimantan", +"kalinin", +"kaliph", +"kaliuresis", +"kalka", +"kalki", +"kallman's_syndrome", +"kalmia", +"kalmia_angustifolia", +"kalmia_latifolia", +"kalmia_polifolia", +"kalon_tripa", +"kalotermes", +"kalotermitidae", +"kalpac", +"kaluga", +"kalumpang", +"kaluresis", +"kam-sui", +"kam-tai", +"kam_muang", +"kama", +"kamarupan", +"kamasutra", +"kamba", +"kamchatka_peninsula", +"kamchatkan_sea_eagle", +"kameez", +"kamehameha_i", +"kamehameha_the_great", +"kamet", +"kami", +"kamia", +"kamikaze", +"kammon_strait_bridge", +"kampala", +"kampong", +"kampuchea", +"kampuchean", +"kan_river", +"kanaf", +"kanamycin", +"kananga", +"kanara", +"kanarese", +"kanawha", +"kanawha_river", +"kanchanjanga", +"kanchenjunga", +"kanchil", +"kandahar", +"kandinski", +"kandinsky", +"kandy", +"kangaroo", +"kangaroo's-foot", +"kangaroo's_paw", +"kangaroo-foot_plant", +"kangaroo_apple", +"kangaroo_bear", +"kangaroo_court", +"kangaroo_hare", +"kangaroo_jerboa", +"kangaroo_mouse", +"kangaroo_paw", +"kangaroo_rat", +"kannada", +"kansa", +"kansan", +"kansas", +"kansas_city", +"kansas_river", +"kansu", +"kant", +"kantrex", +"kanzu", +"kaochlor", +"kaoliang", +"kaolin", +"kaoline", +"kaolinite", +"kaon", +"kaopectate", +"kapeika", +"kaph", +"kaplan_group", +"kapok", +"kaposi's_sarcoma", +"kaposi's_varicelliform_eruption", +"kappa", +"kappa-meson", +"kapsiki", +"kapuka", +"kara_kum", +"kara_sea", +"karabiner", +"karachi", +"karaites", +"karakalpak", +"karakoram", +"karakoram_range", +"karakorum_range", +"karakul", +"karaoke", +"karat", +"karate", +"karaya_gum", +"karbala", +"karel_capek", +"karelia", +"karelian", +"karelian_isthmus", +"karen", +"karen_blixen", +"karen_danielsen_horney", +"karen_horney", +"karenic", +"karl-marx-stadt", +"karl_adolf_eichmann", +"karl_adolph_verner", +"karl_alex_muller", +"karl_augustus_menninger", +"karl_baedeker", +"karl_barth", +"karl_czerny", +"karl_friedrich_gauss", +"karl_friedrich_hieronymus_von_munchhausen", +"karl_gauss", +"karl_gjellerup", +"karl_gunnar_myrdal", +"karl_gustav_jacob_jacobi", +"karl_jaspers", +"karl_landsteiner", +"karl_linne", +"karl_marx", +"karl_menninger", +"karl_popper", +"karl_rudolf_gerd_von_rundstedt", +"karl_scheele", +"karl_theodor_jaspers", +"karl_von_clausewitz", +"karl_von_frisch", +"karl_waldemar_ziegler", +"karl_wernicke", +"karl_wilhelm_scheele", +"karl_wilhelm_siemens", +"karlfeldt", +"karloff", +"karma", +"karnataka", +"karok", +"karol_wojtyla", +"karpov", +"karsavina", +"kartik", +"kartikeya", +"karttika", +"karttikeya", +"karyokinesis", +"karyolymph", +"karyolysis", +"karyon", +"karyoplasm", +"karyotype", +"kasai", +"kasai_river", +"kasbah", +"kasha", +"kashag", +"kashmir", +"kashmir_goat", +"kashmiri", +"kaspar_friedrich_wolff", +"kasparov", +"kassite", +"kastler", +"kat", +"katabatic_wind", +"katabolism", +"katamorphism", +"katar", +"katar_peninsula", +"katari", +"kate_chopin", +"kate_o'flaherty_chopin", +"kate_smith", +"katharevusa", +"katharine_hepburn", +"katharine_houghton_hepburn", +"katharobe", +"katharometer", +"katharsis", +"katherine_anne_porter", +"katherine_cornell", +"katherine_mansfield", +"kathleen_mansfield_beauchamp", +"kathmandu", +"kathryn_elizabeth_smith", +"katmai_national_park", +"katmandu", +"katowice", +"katsina", +"katsura_tree", +"katsushika_hokusai", +"katsuwonidae", +"katsuwonus", +"katsuwonus_pelamis", +"kattegatt", +"katydid", +"katzenjammer", +"kauai", +"kauai_island", +"kaufman", +"kaunas", +"kaunda", +"kauri", +"kauri_copal", +"kauri_gum", +"kauri_pine", +"kauri_resin", +"kaury", +"kava", +"kavakava", +"kavir_desert", +"kavrin", +"kaw_river", +"kawaka", +"kawasaki_disease", +"kay_boyle", +"kayak", +"kayo", +"kayser-fleischer_ring", +"kazak", +"kazakh", +"kazakhstan", +"kazakhstani", +"kazakhstani_monetary_unit", +"kazakstan", +"kazan", +"kazimir_malevich", +"kazimir_severinovich_malevich", +"kazoo", +"kb", +"kbit", +"kbo", +"kc", +"kea", +"kean", +"keaton", +"keats", +"keb", +"kebab", +"keble", +"kechua", +"kechuan", +"kedgeree", +"keel", +"keel_arch", +"keelboat", +"keeled_garlic", +"keelson", +"keen", +"keenness", +"keep", +"keeper", +"keeping", +"keepsake", +"keeshond", +"keflex", +"keflin", +"keftab", +"keg", +"kegel_exercises", +"kegful", +"kei_apple", +"kei_apple_bush", +"keister", +"keith_rupert_murdoch", +"kekchi", +"kekule", +"kekule_formula", +"keller", +"kellogg", +"kelly", +"keloid", +"kelp", +"kelp_greenling", +"kelpie", +"kelpwort", +"kelpy", +"kelt", +"kelter", +"kelvin", +"kelvin_scale", +"kemadrin", +"kemal_ataturk", +"kemal_pasha", +"ken", +"ken_elton_kesey", +"ken_kesey", +"ken_russell", +"kenaf", +"kenai_fjords_national_park", +"kenalog", +"kendal", +"kendal_green", +"kendall", +"kendall's_tau", +"kendall_partial_rank_correlation", +"kendall_rank_correlation", +"kendall_test", +"kendrew", +"kennan", +"kennedia", +"kennedia_coccinea", +"kennedia_prostrata", +"kennedy", +"kennedy_international_airport", +"kennedy_interrnational", +"kennedya", +"kennel", +"kennelly", +"kennelly-heaviside_layer", +"kennesaw_mountain", +"kenneth_bancroft_clark", +"kenneth_clark", +"kenneth_david_kaunda", +"kenneth_grahame", +"kenneth_kaunda", +"kenneth_roberts", +"kennewick", +"kenning", +"keno", +"kenogenesis", +"kent", +"kentan", +"kentish", +"kentuckian", +"kentucky", +"kentucky_black_bass", +"kentucky_blue", +"kentucky_bluegrass", +"kentucky_coffee_tree", +"kentucky_derby", +"kentucky_wonder", +"kentucky_wonder_bean", +"kentucky_yellowwood", +"kentucy_blue_grass", +"kenya", +"kenya_fever", +"kenyan", +"kenyan_monetary_unit", +"kenyan_shilling", +"kenyapithecus", +"kenyata", +"kenzo_tange", +"keogh_plan", +"keokuk", +"kepi", +"kepler", +"kepler's_first_law", +"kepler's_law", +"kepler's_law_of_planetary_motion", +"kepler's_second_law", +"kepler's_third_law", +"kept_woman", +"kera", +"keratalgia", +"keratectasia", +"keratin", +"keratinisation", +"keratinization", +"keratitis", +"keratoacanthoma", +"keratocele", +"keratoconjunctivitis", +"keratoconus", +"keratoderma", +"keratoderma_blennorrhagica", +"keratodermia", +"keratohyalin", +"keratoiritis", +"keratomalacia", +"keratomycosis", +"keratonosis", +"keratonosus", +"keratoplasty", +"keratoscleritis", +"keratoscope", +"keratoscopy", +"keratosis", +"keratosis_blennorrhagica", +"keratosis_follicularis", +"keratosis_nigricans", +"keratosis_pilaris", +"keratotomy", +"kerb", +"kerb_crawler", +"kerbala", +"kerbela", +"kerbstone", +"kerchief", +"kerensky", +"kerfuffle", +"kerion", +"kern", +"kernel", +"kernicterus", +"kernig's_sign", +"kernite", +"kerosene", +"kerosene_heater", +"kerosene_lamp", +"kerosine", +"kerosine_heater", +"kerosine_lamp", +"kerouac", +"kerr_cell", +"kerry_blue_terrier", +"kerugma", +"kerygma", +"kesey", +"kestrel", +"ketalar", +"ketamine", +"ketamine_hydrochloride", +"ketch", +"ketchup", +"ketchup_bottle", +"keteleeria", +"ketembilla", +"ketembilla_tree", +"ketoacidosis", +"ketoacidosis-prone_diabetes", +"ketoacidosis-resistant_diabetes", +"ketoacidosis-resistant_diabetes_mellitus", +"ketoaciduria", +"ketohexose", +"ketone", +"ketone_body", +"ketone_group", +"ketonemia", +"ketonuria", +"ketoprofen", +"ketorolac", +"ketorolac_tromethamine", +"ketose", +"ketosis", +"ketosis-prone_diabetes", +"ketosis-resistant_diabetes", +"ketosis-resistant_diabetes_mellitus", +"ketosteroid", +"kettering", +"kettle", +"kettle_hole", +"kettle_of_fish", +"kettledrum", +"kettleful", +"ketubim", +"keuka_lake", +"keurboom", +"key", +"key_fruit", +"key_lime", +"key_palm", +"key_pattern", +"key_ring", +"key_signature", +"key_stroke", +"key_west", +"key_word", +"keyboard", +"keyboard_buffer", +"keyboard_instrument", +"keyboardist", +"keycard", +"keyhole", +"keyhole_limpet", +"keyhole_saw", +"keynes", +"keynesian", +"keynesianism", +"keynote", +"keynote_address", +"keynote_speech", +"keypad", +"keystone", +"keystone_state", +"keystone_stater", +"keystroke", +"kg", +"kgb", +"khabarovsk", +"khachaturian", +"khadafy", +"khaddar", +"khadi", +"khaki", +"khakis", +"khalif", +"khalifah", +"khalka", +"khalkha", +"khalsa", +"khama", +"khamsin", +"khamti", +"khan", +"khanate", +"khanty", +"kharkiv", +"kharkov", +"khartoum", +"khat", +"khaya", +"khayr_ad-din", +"khedive", +"khepera", +"khesari", +"khi", +"khimar", +"khios", +"khirghiz", +"khmer", +"khmer_rouge", +"khoikhoi", +"khoikhoin", +"khoisan", +"khoisan_language", +"khomeini", +"khoum", +"khowar", +"khrushchev", +"khuen", +"khufu", +"khukuri", +"khyber_pass", +"khz", +"ki", +"kia_quen", +"kiaat", +"kiang", +"kib", +"kibble", +"kibbutz", +"kibbutznik", +"kibe", +"kibibit", +"kibibyte", +"kibit", +"kibitzer", +"kichaga", +"kichai", +"kick", +"kick_in_the_butt", +"kick_pleat", +"kick_start", +"kick_starter", +"kick_turn", +"kick_up", +"kickapoo", +"kickback", +"kicker", +"kicking", +"kickoff", +"kickshaw", +"kicksorter", +"kickstand", +"kid", +"kid_glove", +"kidd", +"kiddie_porn", +"kiddy", +"kiddy_porn", +"kidnaper", +"kidnapper", +"kidnapping", +"kidney", +"kidney_bean", +"kidney_begonia", +"kidney_disease", +"kidney_failure", +"kidney_fern", +"kidney_pie", +"kidney_stone", +"kidney_vetch", +"kidney_wort", +"kidskin", +"kierkegaard", +"kieselguhr", +"kieserite", +"kieslowski", +"kiev", +"kigali", +"kiggelaria", +"kiggelaria_africana", +"kike", +"kikladhes", +"kildeer", +"kilderkin", +"kiley", +"kilimanjaro", +"kiliwa", +"kiliwi", +"kill", +"kill_zone", +"killarney_fern", +"killdeer", +"killdeer_plover", +"killer", +"killer_bee", +"killer_cell", +"killer_t_cell", +"killer_whale", +"killifish", +"killing", +"killing_field", +"killing_zone", +"killjoy", +"kiln", +"kilo", +"kilobit", +"kilobyte", +"kilocalorie", +"kilocycle", +"kilocycle_per_second", +"kilogram", +"kilogram-meter", +"kilogram_calorie", +"kilohertz", +"kiloliter", +"kilolitre", +"kilometer", +"kilometers_per_hour", +"kilometre", +"kilometres_per_hour", +"kiloton", +"kilovolt", +"kilovolt-ampere", +"kilowatt", +"kilowatt_hour", +"kilroy", +"kilt", +"kilter", +"kimberley", +"kimberlite", +"kimono", +"kin", +"kin_group", +"kina", +"kinaesthesia", +"kinaesthesis", +"kinanesthesia", +"kinase", +"kinchinjunga", +"kind", +"kind-heartedness", +"kindergarten", +"kindergartener", +"kindergartner", +"kindheartedness", +"kindliness", +"kindling", +"kindness", +"kindred", +"kine", +"kinematics", +"kinescope", +"kinesiology", +"kinesis", +"kinesthesia", +"kinesthesis", +"kinesthetics", +"kinetic_energy", +"kinetic_theory", +"kinetic_theory_of_gases", +"kinetic_theory_of_heat", +"kinetics", +"kinetochore", +"kinetoscope", +"kinetosis", +"kinfolk", +"king", +"king's_counsel", +"king's_english", +"king's_evil", +"king's_ransom", +"king's_spear", +"king_arthur", +"king_arthur's_round_table", +"king_begonia", +"king_camp_gilette", +"king_charles_spaniel", +"king_cobra", +"king_crab", +"king_devil", +"king_ferdinand", +"king_fern", +"king_harold_i", +"king_harold_ii", +"king_hussein", +"king_james", +"king_james_bible", +"king_james_i", +"king_james_version", +"king_john", +"king_lear", +"king_mackerel", +"king_nut", +"king_nut_hickory", +"king_oedipus", +"king_of_beasts", +"king_of_england", +"king_of_france", +"king_of_great_britain", +"king_of_swing", +"king_of_the_germans", +"king_of_the_herring", +"king_oliver", +"king_orange", +"king_penguin", +"king_post", +"king_protea", +"king_salmon", +"king_snake", +"king_vulture", +"king_whiting", +"king_william_pine", +"kingbird", +"kingbolt", +"kingcup", +"kingdom", +"kingdom_animalia", +"kingdom_come", +"kingdom_fungi", +"kingdom_monera", +"kingdom_of_belgium", +"kingdom_of_bhutan", +"kingdom_of_cambodia", +"kingdom_of_denmark", +"kingdom_of_god", +"kingdom_of_lesotho", +"kingdom_of_morocco", +"kingdom_of_nepal", +"kingdom_of_norway", +"kingdom_of_saudi_arabia", +"kingdom_of_spain", +"kingdom_of_swaziland", +"kingdom_of_sweden", +"kingdom_of_thailand", +"kingdom_of_the_netherlands", +"kingdom_of_tonga", +"kingdom_plantae", +"kingdom_prokaryotae", +"kingdom_protoctista", +"kingfish", +"kingfisher", +"kingfisher_daisy", +"kinglet", +"kingmaker", +"kingpin", +"kings_canyon_national_park", +"kingship", +"kingsnake", +"kingston", +"kingston-upon_hull", +"kingstown", +"kingwood", +"kingwood_tree", +"kinin", +"kink", +"kinkajou", +"kino", +"kino_gum", +"kinosternidae", +"kinosternon", +"kinsey", +"kinsfolk", +"kinshasa", +"kinship", +"kinship_group", +"kinship_system", +"kinsman", +"kinsperson", +"kinswoman", +"kinyarwanda", +"kiosk", +"kiowa", +"kip", +"kipling", +"kipp's_apparatus", +"kipper", +"kippered_herring", +"kippered_salmon", +"kirchhoff", +"kirchhoff's_laws", +"kirchner", +"kirghiz", +"kirghizia", +"kirghizstan", +"kirgiz", +"kirgizia", +"kirgizstan", +"kiribati", +"kiribati_dollar", +"kirk", +"kirkia", +"kirkia_wilmsii", +"kirkuk", +"kirpan", +"kirsch", +"kirtle", +"kishar", +"kishinev", +"kishke", +"kislev", +"kismat", +"kismet", +"kiss", +"kiss-me-over-the-garden-gate", +"kiss_curl", +"kiss_of_death", +"kiss_of_life", +"kiss_of_peace", +"kisser", +"kissimmee", +"kissimmee_river", +"kissing", +"kissing_bug", +"kissing_cousin", +"kissing_disease", +"kissing_kin", +"kissinger", +"kisumu", +"kiswahili", +"kit", +"kit_and_boodle", +"kit_and_caboodle", +"kit_bag", +"kit_carson", +"kit_fox", +"kitakyushu", +"kitambilla", +"kitbag", +"kitchen", +"kitchen_appliance", +"kitchen_cabinet", +"kitchen_garden", +"kitchen_help", +"kitchen_island", +"kitchen_match", +"kitchen_midden", +"kitchen_police", +"kitchen_range", +"kitchen_sink", +"kitchen_stove", +"kitchen_table", +"kitchen_utensil", +"kitchener", +"kitchenette", +"kitchenware", +"kite", +"kite_balloon", +"kite_tail", +"kitembilla", +"kith", +"kitsch", +"kittee", +"kitten", +"kitten-tails", +"kittiwake", +"kittul", +"kitty", +"kitty-cat", +"kitty_litter", +"kitul", +"kitul_tree", +"kivu", +"kiwi", +"kiwi_fruit", +"kiwi_vine", +"kizil_kum", +"kkk", +"klaipeda", +"klamath", +"klamath_falls", +"klamath_river", +"klammath_weed", +"klan", +"klansman", +"klaproth", +"klaus_fuchs", +"klavern", +"klavier", +"klaxon", +"klebs-loeffler_bacillus", +"klebsiella", +"klee", +"kleenex", +"klein", +"klein_bottle", +"kleist", +"klemens_metternich", +"kleptomania", +"kleptomaniac", +"klick", +"klieg_light", +"klimt", +"kline", +"klinefelter", +"klinefelter's_syndrome", +"klinefelter_syndrome", +"klondike", +"klopstock", +"klorvess", +"klotho", +"kludge", +"klutz", +"kluxer", +"klystron", +"klyuchevskaya", +"km", +"km/h", +"knack", +"knacker", +"knackwurst", +"knapsack", +"knapweed", +"knave", +"knavery", +"knawe", +"knawel", +"knee", +"knee-hi", +"knee-high", +"knee-jerk_reflex", +"knee_bend", +"knee_brace", +"knee_breeches", +"knee_jerk", +"knee_joint", +"knee_pad", +"knee_pants", +"knee_piece", +"kneecap", +"kneel", +"kneeler", +"kneeling", +"kneepan", +"knell", +"knesset", +"knesseth", +"knickerbockers", +"knickers", +"knickknack", +"knickknackery", +"knife", +"knife-edge", +"knife-handle", +"knife_blade", +"knife_edge", +"knife_fight", +"knife_pleat", +"knife_thrust", +"knight", +"knight's_service", +"knight-errant", +"knight_bachelor", +"knight_banneret", +"knight_errantry", +"knight_of_the_round_table", +"knight_of_the_square_flag", +"knight_templar", +"knighthood", +"knightia", +"knightliness", +"kniphofia", +"kniphofia_praecox", +"kniphofia_uvaria", +"knish", +"knit", +"knit_stitch", +"knitter", +"knitting", +"knitting_machine", +"knitting_needle", +"knitting_stitch", +"knitwear", +"knitwork", +"knob", +"knob_celery", +"knobble", +"knobcone_pine", +"knobkerrie", +"knobkerry", +"knock", +"knock-knee", +"knock-on_effect", +"knock_on", +"knock_rummy", +"knockabout", +"knockdown", +"knocker", +"knocking", +"knockoff", +"knockout", +"knockout_drops", +"knockout_punch", +"knockwurst", +"knoll", +"knossos", +"knot", +"knotgrass", +"knothole", +"knotted_marjoram", +"knottiness", +"knotty_pine", +"knout", +"know", +"know-all", +"know-how", +"know-it-all", +"know-nothing_party", +"know_nothing", +"knower", +"knowing", +"knowingness", +"knowledge", +"knowledge_base", +"knowledge_domain", +"knowledgeability", +"knowledgeableness", +"knowlton's_cactus", +"knox", +"knoxville", +"knuckle", +"knuckle_duster", +"knuckle_joint", +"knuckleball", +"knucklebones", +"knucklehead", +"knuckler", +"knuckles", +"knucks", +"knut", +"knut_hamsun", +"knut_pedersen", +"ko", +"ko_punch", +"koala", +"koala_bear", +"koan", +"koasati", +"kob", +"kobe", +"kobenhavn", +"kobo", +"kobuk_valley_national_park", +"kobus", +"kobus_kob", +"kobus_leche", +"koch", +"kochia", +"kochia_scoparia", +"kodiak", +"kodiak_bear", +"kodiak_island", +"koellia", +"koestler", +"kogia", +"kogia_breviceps", +"kogia_simus", +"kohl", +"kohleria", +"kohlrabi", +"koine", +"koinonia", +"kok-saghyz", +"kok-sagyz", +"kokka", +"kokka_shinto", +"kokoi_venom", +"kol_nidre", +"kola", +"kola_nut", +"kola_nut_tree", +"kola_peninsula", +"kolam", +"kolami", +"kolkata", +"kolkhoz", +"kolkhoznik", +"kolkwitzia", +"kolkwitzia_amabilis", +"koln", +"kolonia", +"komi", +"komodo_dragon", +"komodo_lizard", +"komondor", +"kon_tiki", +"konakri", +"kong_the_master", +"kongfuze", +"kongo", +"konini", +"konoe", +"konoye", +"konqueror", +"konrad_adenauer", +"konrad_lorenz", +"konrad_von_gesner", +"konrad_zacharias_lorenz", +"konstantin_sergeevich_alekseev", +"konstantin_sergeyevich_stanislavsky", +"konstantin_stanislavsky", +"koodoo", +"kook", +"kookaburra", +"koopmans", +"kopeck", +"kopek", +"kopiyka", +"kopje", +"koplik's_spots", +"koppie", +"kor", +"koran", +"korbut", +"korchnoi", +"korda", +"kordofan", +"kordofanian", +"kore", +"korea", +"korea_bay", +"korea_strait", +"korean", +"korean_lawn_grass", +"korean_lespedeza", +"korean_peninsula", +"korean_strait", +"korean_velvet_grass", +"korean_war", +"korinthos", +"korsakoff's_psychosis", +"korsakoff's_syndrome", +"korsakov's_psychosis", +"korsakov's_syndrome", +"koruna", +"korzybski", +"kos", +"kosciusko", +"kosciuszko", +"kosher", +"kosovo", +"kosteletzya", +"kosteletzya_virginica", +"kota", +"kotar", +"kotex", +"koto", +"koto_player", +"kotoko", +"kotow", +"koudou", +"koumiss", +"koussevitzky", +"kovna", +"kovno", +"koweit", +"kowhai", +"kowtow", +"kp", +"kph", +"kr", +"kraal", +"krafft-ebing", +"kraft", +"kraft_paper", +"krait", +"krakatao", +"krakatau", +"krakatoa", +"krakau", +"krakow", +"krasner", +"kraurosis", +"kraurosis_vulvae", +"kraut", +"krauthead", +"krebs", +"krebs_citric_acid_cycle", +"krebs_cycle", +"kreisler", +"kremlin", +"krigia", +"krigia_bulbosa", +"krigia_dandelion", +"krill", +"kris", +"krishna", +"krishnaism", +"kriss_kringle", +"kriti", +"kroeber", +"krona", +"krone", +"kronecker", +"kronecker_delta", +"kroon", +"kropotkin", +"kroto", +"krubi", +"kruger", +"krummhorn", +"krung_thep", +"krupp", +"krypterophaneron", +"krypton", +"krzysztof_kieslowski", +"ks", +"kshatriya", +"kt", +"ku-chiku", +"ku_klux_klan", +"ku_kluxer", +"kuala_lumpur", +"kuan_yin", +"kuangchou", +"kubla_khan", +"kublai_kaan", +"kublai_khan", +"kubrick", +"kuchean", +"kuchean_dialect", +"kudos", +"kudu", +"kudu_lily", +"kudzu", +"kudzu_vine", +"kuenlun", +"kuenlun_mountains", +"kuhn", +"kui", +"kuiper", +"kuiper_belt", +"kuiper_belt_object", +"kukenaam", +"kukenaam_falls", +"kuki", +"kuki-chin", +"kulanapan", +"kulun", +"kumasi", +"kumis", +"kummel", +"kumquat", +"kumquat_tree", +"kund_johan_victor_rasmussen", +"kundt's_tube", +"kung_fu", +"kunlan_shan", +"kunlun", +"kunlun_mountains", +"kunzite", +"kuomintang", +"kupffer's_cell", +"kura", +"kura_river", +"kurakkan", +"kurchee", +"kurchi", +"kurd", +"kurdish", +"kurdistan", +"kurdistan_labor_pary", +"kurdistan_workers_party", +"kuri-chiku", +"kurosawa", +"kuroshio", +"kuroshio_current", +"kurrajong", +"kurrat", +"kursk", +"kurt_godel", +"kurt_vonnegut", +"kurt_waldheim", +"kurt_weill", +"kurta", +"kuru", +"kurus", +"kurux", +"kusan", +"kussmaul's_coma", +"kutch", +"kutuzov", +"kuvasz", +"kuvi", +"kuwait", +"kuwait_city", +"kuwaiti", +"kuwaiti_dinar", +"kuwaiti_dirham", +"kuwaiti_monetary_unit", +"kuznets", +"kv", +"kvass", +"kvetch", +"kw", +"kw-hr", +"kwa", +"kwacha", +"kwai", +"kwajalein", +"kwakiutl", +"kwan-yin", +"kwangchow", +"kwangju", +"kwangtung", +"kwannon", +"kwanza", +"kwanzaa", +"kwashiorkor", +"kwazulu-natal", +"kweek", +"kwela", +"kwell", +"ky", +"kyanite", +"kyat", +"kyd", +"kylie", +"kylix", +"kymograph", +"kyo-chiku", +"kyoto", +"kyphosidae", +"kyphosis", +"kyphosus", +"kyphosus_sectatrix", +"kyrgyz_republic", +"kyrgyzstan", +"kyrgyzstani_monetary_unit", +"kyushu", +"kyyiv", +"kyzyl_kum", +"l", +"l'aquila", +"l'enfant", +"l-dopa", +"l-p", +"l-plate", +"l._m._montgomery", +"l._monocytogenes", +"l._ron_hubbard", +"l._s._lowry", +"la", +"la_crosse", +"la_fayette", +"la_fontaine", +"la_paz", +"la_plata", +"la_rochefoucauld", +"la_spezia", +"la_tour", +"laager", +"lab", +"lab_bench", +"lab_coat", +"laban", +"labanotation", +"labdanum", +"label", +"labetalol", +"labetalol_hydrochloride", +"labia_majora", +"labia_minora", +"labial", +"labial_artery", +"labial_consonant", +"labial_pipe", +"labial_stop", +"labial_vein", +"labiatae", +"labiodental", +"labiodental_consonant", +"labium", +"lablab", +"lablab_purpureus", +"lablink", +"labor", +"labor_agreement", +"labor_camp", +"labor_coach", +"labor_contract", +"labor_day", +"labor_department", +"labor_force", +"labor_leader", +"labor_market", +"labor_movement", +"labor_of_love", +"labor_organizer", +"labor_pain", +"labor_pains", +"labor_party", +"labor_pool", +"labor_resources", +"labor_secretary", +"labor_union", +"laboratory", +"laboratory_bench", +"laboratory_coat", +"laborer", +"laboriousness", +"labour", +"labour_camp", +"labour_of_love", +"labour_pains", +"labour_party", +"labourer", +"labourite", +"labrador", +"labrador-ungava_peninsula", +"labrador_peninsula", +"labrador_retriever", +"labrador_sea", +"labrador_tea", +"labridae", +"labrocyte", +"labrouste", +"laburnum", +"laburnum_alpinum", +"laburnum_anagyroides", +"labyrinth", +"labyrinth_of_minos", +"labyrinthine_artery", +"labyrinthine_sense", +"labyrinthine_vein", +"labyrinthitis", +"labyrinthodont", +"labyrinthodonta", +"labyrinthodontia", +"lac", +"lac_dye", +"lac_wax", +"laccopetalum", +"laccopetalum_giganteum", +"lace", +"lace-flower_vine", +"lace_bug", +"lace_fern", +"lace_making", +"lacebark", +"lacepod", +"lacer", +"laceration", +"lacerta", +"lacerta_agilis", +"lacerta_viridis", +"lacertid", +"lacertid_lizard", +"lacertidae", +"lacertilia", +"lacewing", +"lacewing_fly", +"lacewood", +"lacework", +"lachaise", +"lachesis", +"lachnolaimus", +"lachnolaimus_maximus", +"lachrymal_duct", +"lachrymal_gland", +"lachrymal_secretion", +"lachrymation", +"lachrymator", +"lacing", +"lack", +"lackey", +"laconia", +"laconian", +"laconicism", +"laconism", +"lacquer", +"lacquer_tree", +"lacquerware", +"lacrimal_apparatus", +"lacrimal_artery", +"lacrimal_bone", +"lacrimal_duct", +"lacrimal_gland", +"lacrimal_sac", +"lacrimal_secretion", +"lacrimal_vein", +"lacrimation", +"lacrimator", +"lacrosse", +"lacrosse_ball", +"lacrosse_player", +"lactaid", +"lactalbumin", +"lactarius", +"lactarius_delicioso", +"lactase", +"lactase_deficiency", +"lactate", +"lactation", +"lacteal", +"lactic_acid", +"lactiferous_duct", +"lactifuge", +"lactobacillaceae", +"lactobacillus", +"lactobacillus_acidophilus", +"lactobacteriaceae", +"lactoflavin", +"lactogen", +"lactogenic_hormone", +"lactophrys", +"lactophrys_quadricornis", +"lactose", +"lactose_intolerance", +"lactosuria", +"lactuca", +"lactuca_sativa", +"lactuca_sativa_asparagina", +"lactuca_sativa_capitata", +"lactuca_sativa_crispa", +"lactuca_sativa_longifolia", +"lactuca_scariola", +"lactuca_serriola", +"lacuna", +"lad", +"lad's_love", +"ladanum", +"ladder", +"ladder-back", +"ladder-back_chair", +"ladder_truck", +"laddie", +"ladies'-eardrop", +"ladies'-eardrops", +"ladies'_man", +"ladies'_room", +"ladies'_slipper", +"ladies'_tobacco", +"ladies'_tresses", +"ladin", +"lading", +"ladino", +"ladle", +"ladoga", +"ladrone_islands", +"lady", +"lady's-eardrop", +"lady's-eardrops", +"lady's-finger", +"lady's_earrings", +"lady's_laces", +"lady's_leek", +"lady's_maid", +"lady's_slipper", +"lady's_smock", +"lady's_thistle", +"lady's_tobacco", +"lady's_tresses", +"lady-in-waiting", +"lady-of-the-night", +"lady-slipper", +"lady_beetle", +"lady_chapel", +"lady_crab", +"lady_day", +"lady_diana_frances_spencer", +"lady_emma_hamilton", +"lady_fern", +"lady_friend", +"lady_godiva", +"lady_jane_grey", +"lady_killer", +"lady_of_pleasure", +"lady_of_the_house", +"lady_palm", +"lady_peel", +"lady_tulip", +"lady_with_the_lamp", +"ladybeetle", +"ladybird", +"ladybird_beetle", +"ladybug", +"ladyfinger", +"ladyfish", +"ladylikeness", +"ladylove", +"ladyship", +"laelia", +"laertes", +"laetrile", +"laevulose", +"lafayette", +"laffer", +"laffer_curve", +"laffite", +"lafitte", +"lafora's_disease", +"lag", +"lag_b'omer", +"lag_bolt", +"lag_screw", +"lagan", +"lagarostrobus", +"lagarostrobus_colensoi", +"lagarostrobus_franklinii", +"lagenaria", +"lagenaria_siceraria", +"lagend", +"lagenophera", +"lager", +"lager_beer", +"lagerphone", +"lagerstroemia", +"lagerstroemia_indica", +"lagerstroemia_speciosa", +"laggard", +"lagger", +"lagging", +"lagidium", +"lagniappe", +"lagodon", +"lagodon_rhomboides", +"lagomorph", +"lagomorpha", +"lagoon", +"lagophthalmos", +"lagopus", +"lagopus_scoticus", +"lagorchestes", +"lagos", +"lagostomus", +"lagostomus_maximus", +"lagothrix", +"laguna", +"laguncularia", +"laguncularia_racemosa", +"lagune", +"lah", +"lahar", +"lahore", +"lahu", +"laid_paper", +"lair", +"laird", +"laissez-faire_economy", +"laissez_faire", +"laissez_passer", +"laity", +"laius", +"lake", +"lake_albert", +"lake_albert_nyanza", +"lake_aral", +"lake_baikal", +"lake_balaton", +"lake_baykal", +"lake_bed", +"lake_bottom", +"lake_canandaigua", +"lake_cayuga", +"lake_chad", +"lake_champlain", +"lake_chelan", +"lake_clark_national_park", +"lake_constance", +"lake_district", +"lake_duck", +"lake_dwelling", +"lake_edward", +"lake_erie", +"lake_eyre", +"lake_geneva", +"lake_herring", +"lake_huron", +"lake_ilmen", +"lake_keuka", +"lake_kivu", +"lake_ladoga", +"lake_leman", +"lake_malawi", +"lake_mead", +"lake_michigan", +"lake_nasser", +"lake_nyasa", +"lake_okeechobee", +"lake_onega", +"lake_ontario", +"lake_poets", +"lake_powell", +"lake_saint_clair", +"lake_salmon", +"lake_seneca", +"lake_st._clair", +"lake_superior", +"lake_tahoe", +"lake_tana", +"lake_tanganyika", +"lake_trasimenus", +"lake_trout", +"lake_tsana", +"lake_urmia", +"lake_vanern", +"lake_victoria", +"lake_volta", +"lake_whitefish", +"lake_winnipeg", +"lakefront", +"lakeland", +"lakeland_terrier", +"lakeshore", +"lakeside", +"lakh", +"lakota", +"lakshmi", +"lallans", +"lallation", +"lally", +"lally_column", +"lalthyrus_tingitanus", +"lam", +"lama", +"lama_guanicoe", +"lama_pacos", +"lama_peruana", +"lamaism", +"lamaist", +"lamarck", +"lamarckian", +"lamarckism", +"lamasery", +"lamaze_method", +"lamaze_method_of_childbirth", +"lamb", +"lamb's-quarter", +"lamb's-quarters", +"lamb's_lettuce", +"lamb-chop", +"lamb_chop", +"lamb_curry", +"lamb_roast", +"lamb_succory", +"lambchop", +"lambda", +"lambda_hyperon", +"lambda_particle", +"lambdacism", +"lambency", +"lambert", +"lambert-eaton_syndrome", +"lambertia", +"lambertia_formosa", +"lambis", +"lambkill", +"lambkin", +"lamboid_suture", +"lambrequin", +"lambskin", +"lame", +"lame_duck", +"lamedh", +"lamella", +"lamellar_mixture", +"lamellate_placentation", +"lamellibranch", +"lamellibranchia", +"lamellicorn_beetle", +"lamellicornia", +"lameness", +"lament", +"lamentation", +"lamentations", +"lamenter", +"lamia", +"lamiaceae", +"lamina", +"lamina_arcus_vertebrae", +"laminar_flow", +"laminar_flow_clean_room", +"laminaria", +"laminariaceae", +"laminariales", +"laminate", +"laminated_glass", +"lamination", +"laminator", +"laminectomy", +"laminitis", +"lamisil", +"lamium", +"lamium_album", +"lamium_amplexicaule", +"lamivudine", +"lammas", +"lammas_day", +"lammastide", +"lammergeier", +"lammergeyer", +"lamna", +"lamna_nasus", +"lamnidae", +"lamp", +"lamp_chimney", +"lamp_house", +"lamp_housing", +"lamp_oil", +"lamp_shade", +"lamp_shell", +"lampblack", +"lamper_eel", +"lamphouse", +"lamplight", +"lamplighter", +"lampoon", +"lampoon_artist", +"lampooner", +"lamppost", +"lamprey", +"lamprey_eel", +"lampridae", +"lampris", +"lampris_guttatus", +"lampris_regius", +"lampropeltis", +"lampropeltis_getulus", +"lampropeltis_triangulum", +"lampshade", +"lampshell", +"lampyridae", +"lan", +"lanai", +"lanai_island", +"lancashire", +"lancaster", +"lancastrian", +"lancastrian_line", +"lance", +"lance_corporal", +"lancelet", +"lancelot", +"lanceolate_leaf", +"lanceolate_spleenwort", +"lancer", +"lancers", +"lancet", +"lancet_arch", +"lancet_fish", +"lancet_window", +"lancetfish", +"lancewood", +"lancewood_tree", +"lanchou", +"lanchow", +"land", +"land-office_business", +"land_agent", +"land_area", +"land_cress", +"land_development", +"land_grant", +"land_line", +"land_mass", +"land_mile", +"land_mine", +"land_of_enchantment", +"land_of_lincoln", +"land_of_opportunity", +"land_office", +"land_rail", +"land_reform", +"land_resources", +"land_site", +"land_tax", +"land_tenure", +"landau", +"landed_estate", +"landed_gentry", +"lander", +"landfall", +"landfill", +"landgrave", +"landholder", +"landholding", +"landing", +"landing_approach", +"landing_craft", +"landing_deck", +"landing_field", +"landing_flap", +"landing_gear", +"landing_net", +"landing_party", +"landing_place", +"landing_skid", +"landing_stage", +"landing_strip", +"landlady", +"landler", +"landline", +"landlocked_salmon", +"landlord", +"landlord's_lien", +"landlubber", +"landman", +"landmark", +"landmass", +"landowner", +"landowska", +"landrover", +"landry's_paralysis", +"landscape", +"landscape_architect", +"landscape_architecture", +"landscape_gardener", +"landscape_gardening", +"landscape_painting", +"landscaper", +"landscaping", +"landscapist", +"landside", +"landslide", +"landslip", +"landsmaal", +"landsmal", +"landsman", +"landsteiner", +"lane", +"lane's_prince_albert", +"laney", +"langbeinite", +"lange", +"langlaufer", +"langley", +"langmuir", +"langobard", +"langouste", +"langoustine", +"langsat", +"langset", +"langside", +"langston_hughes", +"langsyne", +"langtry", +"language", +"language_area", +"language_barrier", +"language_learning", +"language_lesson", +"language_requirement", +"language_school", +"language_system", +"language_teaching", +"language_unit", +"language_zone", +"languas_speciosa", +"langue_d'oc", +"langue_d'oc_french", +"langue_d'oil", +"langue_d'oil_french", +"languedoc-roussillon", +"languisher", +"languor", +"langur", +"laniard", +"laniidae", +"lanius", +"lanius_borealis", +"lanius_excubitor", +"lanius_lucovicianus", +"lanius_ludovicianus_excubitorides", +"lanius_ludovicianus_migrans", +"lankiness", +"lanolin", +"lanoxin", +"lansa", +"lansat", +"lanseh", +"lanseh_tree", +"lanset", +"lansing", +"lansium_domesticum", +"lansoprazole", +"lantana", +"lantern", +"lantern-fly", +"lantern_fly", +"lantern_jaw", +"lantern_pinion", +"lantern_slide", +"lantern_wheel", +"lanternfish", +"lanthanide", +"lanthanide_series", +"lanthanoid", +"lanthanon", +"lanthanotidae", +"lanthanotus", +"lanthanotus_borneensis", +"lanthanum", +"lanugo", +"lanyard", +"lanzhou", +"lao", +"lao-tse", +"lao-tzu", +"lao-zi", +"lao_people's_democratic_republic", +"laocoon", +"laos", +"laotian", +"laotian_capital", +"laotian_monetary_unit", +"lap", +"lap_choly", +"lap_covering", +"lap_joint", +"lap_of_honour", +"lap_of_luxury", +"lap_of_the_gods", +"laparocele", +"laparoscope", +"laparoscopic_cholecystectomy", +"laparoscopy", +"laparotomy", +"lapboard", +"lapdog", +"lapel", +"lapful", +"lapidarist", +"lapidary", +"lapidation", +"lapidator", +"lapidist", +"lapin", +"lapis_lazuli", +"laplace", +"lapland", +"laportea", +"laportea_canadensis", +"lapp", +"lappet", +"lappet_caterpillar", +"lappet_moth", +"lappic", +"lapping", +"lappish", +"lappland", +"lapplander", +"lappula", +"lapse", +"lapsing", +"laptev_sea", +"laptop", +"laptop_computer", +"laputa", +"lapwing", +"laramie", +"larboard", +"larcener", +"larcenist", +"larcenous", +"larceny", +"larch", +"larch_tree", +"lard", +"lard_oil", +"larder", +"lardizabala", +"lardizabala_family", +"lardizabalaceae", +"lardner", +"laredo", +"large", +"large-flowered_calamint", +"large-flowered_fiddleneck", +"large-flowering_magnolia", +"large-leaved_aster", +"large-leaved_cucumber_tree", +"large-leaved_magnolia", +"large-toothed_aspen", +"large_calorie", +"large_cap", +"large_civet", +"large_crabgrass", +"large_cranberry", +"large_indefinite_amount", +"large_indefinite_quantity", +"large_integer", +"large_intestine", +"large_magellanic_cloud", +"large_number", +"large_order", +"large_periwinkle", +"large_person", +"large_poodle", +"large_tooth_aspen", +"large_white", +"large_white_petunia", +"large_yellow_lady's_slipper", +"largeleaf_holly", +"largemouth", +"largemouth_bass", +"largemouth_black_bass", +"largemouthed_bass", +"largemouthed_black_bass", +"largeness", +"largess", +"largesse", +"larghetto", +"largo", +"lari", +"lariat", +"laricariidae", +"larid", +"laridae", +"larium", +"larix", +"larix_decidua", +"larix_laricina", +"larix_lyallii", +"larix_occidentalis", +"larix_russica", +"larix_siberica", +"lark", +"larkspur", +"larodopa", +"larotid", +"larousse", +"larrea", +"larrea_tridentata", +"lars_onsager", +"larus", +"larus_argentatus", +"larus_canus", +"larus_marinus", +"larus_ridibundus", +"larva", +"larvacea", +"larvacean", +"larvacide", +"larvicide", +"laryngeal_artery", +"laryngeal_vein", +"laryngectomy", +"laryngismus", +"laryngitis", +"laryngopharyngitis", +"laryngopharynx", +"laryngoscope", +"laryngospasm", +"laryngostenosis", +"laryngotracheobronchitis", +"larynx", +"las_cruces", +"las_vegas", +"lasagna", +"lasagne", +"lasalle", +"lascar", +"lascaux", +"lasciviousness", +"lasek", +"laser", +"laser-assisted_in_situ_keratomileusis", +"laser-assisted_subepithelial_keratomileusis", +"laser-guided_bomb", +"laser_beam", +"laser_printer", +"laser_trabecular_surgery", +"lash", +"lash-up", +"lasher", +"lashing", +"lashings", +"lashkar-e-jhangvi", +"lashkar-e-omar", +"lashkar-e-taiba", +"lashkar-e-tayyiba", +"lashkar-e-toiba", +"lasik", +"lasiocampa", +"lasiocampid", +"lasiocampid_moth", +"lasiocampidae", +"lasiurus", +"lasiurus_borealis", +"lasix", +"laskar_jihad", +"lass", +"lassa", +"lassa_fever", +"lassa_virus", +"lassen_volcanic_national_park", +"lassie", +"lassitude", +"lasso", +"last", +"last_day", +"last_frontier", +"last_gasp", +"last_half", +"last_hurrah", +"last_in_first_out", +"last_judgement", +"last_judgment", +"last_laugh", +"last_mile", +"last_minute", +"last_name", +"last_quarter", +"last_resort", +"last_respects", +"last_rites", +"last_straw", +"last_supper", +"last_word", +"lastex", +"lasthenia", +"lasthenia_chrysostoma", +"lastingness", +"lastreopsis", +"laszlo_lowestein", +"lat", +"latakia", +"latanier", +"latanier_palm", +"latch", +"latchet", +"latchkey", +"latchkey_child", +"latchstring", +"late-night_hour", +"late_blight", +"late_greek", +"late_latin", +"late_purple_aster", +"latecomer", +"lateen", +"lateen-rig", +"lateen_sail", +"latency", +"latency_period", +"latency_phase", +"latency_stage", +"lateness", +"latent_content", +"latent_diabetes", +"latent_heat", +"latent_hostility", +"latent_period", +"latent_schizophrenia", +"lateral", +"lateral_cerebral_sulcus", +"lateral_condyle", +"lateral_epicondyle", +"lateral_epicondylitis", +"lateral_geniculate", +"lateral_geniculate_body", +"lateral_humeral_epicondylitis", +"lateral_line", +"lateral_line_organ", +"lateral_pass", +"lateral_rectus", +"lateral_rectus_muscle", +"lateral_thinking", +"lateral_ventricle", +"lateralisation", +"laterality", +"lateralization", +"lateran", +"lateran_council", +"lateran_palace", +"lateran_treaty", +"laterite", +"lates", +"lates_calcarifer", +"latest", +"latex", +"latex_paint", +"lath", +"lath_and_plaster", +"lathe", +"lathee", +"lather", +"lathi", +"lathyrus", +"lathyrus_hirsutus", +"lathyrus_japonicus", +"lathyrus_latifolius", +"lathyrus_maritimus", +"lathyrus_niger", +"lathyrus_nissolia", +"lathyrus_odoratus", +"lathyrus_palustris", +"lathyrus_pratensis", +"lathyrus_sativus", +"lathyrus_splendens", +"lathyrus_sylvestris", +"lathyrus_tuberosus", +"lathyrus_vernus", +"laticifer", +"latimeria", +"latimeria_chalumnae", +"latimeridae", +"latin", +"latin_alphabet", +"latin_america", +"latin_american", +"latin_cross", +"latin_quarter", +"latin_square", +"latinae", +"latinesce", +"latinian_language", +"latinism", +"latinist", +"latino", +"latino_sine_flexione", +"latissimus_dorsi", +"latitude", +"latitudinarian", +"latium", +"latke", +"latona", +"latria", +"latrine", +"latrobe", +"latrodectus", +"latrodectus_mactans", +"lats", +"latte", +"latten", +"latter", +"latter-day_saint", +"lattice", +"latticework", +"latvia", +"latvian", +"latvian_monetary_unit", +"laudability", +"laudableness", +"laudanum", +"laudator", +"lauder", +"laudo", +"laugh", +"laugh_line", +"laugh_track", +"laugher", +"laughing_gas", +"laughing_gull", +"laughing_hyena", +"laughing_jackass", +"laughing_owl", +"laughingstock", +"laughter", +"laughton", +"lauhala", +"launce", +"launch", +"launch_area", +"launch_pad", +"launcher", +"launching", +"launching_pad", +"launching_site", +"launchpad", +"launderette", +"laundering", +"laundress", +"laundromat", +"laundry", +"laundry_basket", +"laundry_cart", +"laundry_detergent", +"laundry_truck", +"laundryman", +"laundrywoman", +"lauraceae", +"laurasia", +"laureate", +"laurel", +"laurel-tree", +"laurel_and_hardy", +"laurel_cherry", +"laurel_family", +"laurel_oak", +"laurel_sumac", +"laurel_willow", +"laurel_wreath", +"laurels", +"laurelwood", +"laurence_olivier", +"laurence_stephen_lowry", +"laurence_sterne", +"laurens", +"laurentian_highlands", +"laurentian_plateau", +"laurentius", +"lauric_acid", +"lauritz_lebrecht_hommel_melchior", +"lauritz_melchior", +"laurus", +"laurus_nobilis", +"lauryl_alcohol", +"lausanne", +"lautaro_faction_of_the_united_popular_action_movement", +"lautaro_popular_rebel_forces", +"lautaro_youth_movement", +"lav", +"lava", +"lavabo", +"lavage", +"lavalava", +"lavalier", +"lavaliere", +"lavalliere", +"lavandula", +"lavandula_angustifolia", +"lavandula_latifolia", +"lavandula_officinalis", +"lavandula_stoechas", +"lavatera", +"lavatera_arborea", +"lavation", +"lavatory", +"lavender", +"lavender_cotton", +"laver", +"lavishness", +"lavoisier", +"lavrenti_pavlovich_beria", +"law", +"law-breaking", +"law-makers", +"law_agent", +"law_degree", +"law_enforcement", +"law_enforcement_agency", +"law_firm", +"law_merchant", +"law_of_action_and_reaction", +"law_of_archimedes", +"law_of_areas", +"law_of_averages", +"law_of_chemical_equilibrium", +"law_of_closure", +"law_of_common_fate", +"law_of_conservation_of_energy", +"law_of_conservation_of_mass", +"law_of_conservation_of_matter", +"law_of_constant_proportion", +"law_of_continuation", +"law_of_definite_proportions", +"law_of_diminishing_returns", +"law_of_effect", +"law_of_equal_areas", +"law_of_equivalent_proportions", +"law_of_gravitation", +"law_of_independent_assortment", +"law_of_large_numbers", +"law_of_mass_action", +"law_of_moses", +"law_of_motion", +"law_of_multiple_proportions", +"law_of_nations", +"law_of_nature", +"law_of_parsimony", +"law_of_partial_pressures", +"law_of_proximity", +"law_of_reciprocal_proportions", +"law_of_segregation", +"law_of_similarity", +"law_of_the_land", +"law_of_thermodynamics", +"law_of_volumes", +"law_offender", +"law_officer", +"law_practice", +"law_school", +"law_student", +"lawbreaker", +"lawcourt", +"lawfulness", +"lawgiver", +"lawlessness", +"lawmaker", +"lawmaking", +"lawman", +"lawn", +"lawn_bowling", +"lawn_cart", +"lawn_chair", +"lawn_furniture", +"lawn_mower", +"lawn_party", +"lawn_tennis", +"lawn_tool", +"lawrence", +"lawrence_durrell", +"lawrence_george_durrell", +"lawrence_of_arabia", +"lawrence_peter_berra", +"lawrencium", +"laws", +"lawson's_cedar", +"lawson's_cypress", +"lawsuit", +"lawton", +"lawyer", +"lawyer-client_relation", +"lawyer_bush", +"lawyer_cane", +"lawyerbush", +"laxation", +"laxative", +"laxity", +"laxness", +"lay", +"lay-by", +"lay-up", +"lay_figure", +"lay_reader", +"lay_witness", +"layabout", +"layby", +"layer", +"layer_cake", +"layette", +"layia", +"layia_platyglossa", +"laying", +"laying_claim", +"laying_on", +"laying_on_of_hands", +"laying_waste", +"layman", +"layoff", +"layout", +"layover", +"layperson", +"layup", +"lazar", +"lazar_house", +"lazaret", +"lazarette", +"lazaretto", +"lazarus", +"laziness", +"lazio", +"lazuli", +"lazuline", +"lazy_daisy_stitch", +"lazy_susan", +"lazybones", +"lazzaro_spallanzani", +"lb", +"lbf.", +"lbj", +"lcd", +"lcm", +"ld.", +"ldl", +"ldl_cholesterol", +"le", +"le_carre", +"le_chatelier", +"le_chatelier's_law", +"le_chatelier's_principle", +"le_chatelier-braun_principle", +"le_chatelier_principle", +"le_corbusier", +"le_douanier_rousseau", +"le_duc_tho", +"le_gallienne", +"le_havre", +"le_notre", +"lea", +"leach", +"leaching", +"leacock", +"lead", +"lead-acid_accumulator", +"lead-acid_battery", +"lead-in", +"lead_acetate", +"lead_arsenate", +"lead_bank", +"lead_carbonate", +"lead_chromate", +"lead_colic", +"lead_glass", +"lead_line", +"lead_ore", +"lead_pencil", +"lead_plant", +"lead_poisoning", +"lead_sheet", +"lead_story", +"lead_tetraethyl", +"lead_time", +"lead_tree", +"leadbelly", +"leaded_bronze", +"leaded_gasoline", +"leaded_petrol", +"leader", +"leaders", +"leadership", +"leading", +"leading_astray", +"leading_edge", +"leading_indicator", +"leading_lady", +"leading_light", +"leading_man", +"leading_off", +"leading_question", +"leading_rein", +"leading_tone", +"leadplant", +"leadwort", +"leadwort_family", +"leaf", +"leaf-book", +"leaf-cutter", +"leaf-cutter_bee", +"leaf-cutting_bee", +"leaf-foot_bug", +"leaf-footed_bug", +"leaf-miner", +"leaf-nosed_bat", +"leaf-nosed_snake", +"leaf-roller", +"leaf_beet", +"leaf_beetle", +"leaf_blade", +"leaf_blight", +"leaf_bud", +"leaf_bug", +"leaf_cast", +"leaf_disease", +"leaf_fat", +"leaf_form", +"leaf_insect", +"leaf_lard", +"leaf_lettuce", +"leaf_miner", +"leaf_mold", +"leaf_mould", +"leaf_mustard", +"leaf_node", +"leaf_roller", +"leaf_scorch", +"leaf_shape", +"leaf_soil", +"leaf_spring", +"leafage", +"leafhopper", +"leafing", +"leaflet", +"leafnose_bat", +"leafstalk", +"leafy_liverwort", +"leafy_spurge", +"leafy_vegetable", +"league", +"league_of_iroquois", +"league_of_nations", +"leak", +"leak_fungus", +"leakage", +"leaker", +"leakey", +"leakiness", +"lean", +"lean-to", +"lean-to_tent", +"leander", +"leaner", +"leaning", +"leaning_tower", +"leaning_tower_of_pisa", +"leanness", +"leap", +"leap_day", +"leap_second", +"leap_year", +"leaper", +"leapfrog", +"leaping", +"lear", +"learned_person", +"learned_profession", +"learned_reaction", +"learned_response", +"learnedness", +"learner", +"learner's_dictionary", +"learner's_permit", +"learning", +"learning_ability", +"learning_curve", +"learning_disability", +"learning_disorder", +"leary", +"lease", +"lease-lend", +"lease_giver", +"leasehold", +"leaseholder", +"leash", +"least", +"least_bittern", +"least_common_multiple", +"least_effort", +"least_resistance", +"least_sandpiper", +"least_shrew", +"least_squares", +"leather", +"leather_carp", +"leather_fern", +"leather_flower", +"leather_soap", +"leather_strip", +"leatherback", +"leatherback_turtle", +"leatherette", +"leatherfish", +"leatherjack", +"leatherjacket", +"leatherleaf", +"leatherleaf_fern", +"leatherleaf_saxifrage", +"leatherleaf_wood_fern", +"leatherneck", +"leatherwood", +"leatherwork", +"leathery_grape_fern", +"leathery_polypody", +"leathery_turtle", +"leave", +"leave-taking", +"leave_of_absence", +"leaven", +"leavening", +"leaver", +"leaving", +"lebanese", +"lebanese_hizballah", +"lebanese_monetary_unit", +"lebanese_pound", +"lebanese_republic", +"lebanon", +"lebensraum", +"lebistes", +"lebistes_reticulatus", +"leboyer_method", +"leboyer_method_of_childbirth", +"lecanopteris", +"lecanora", +"lecanoraceae", +"leccinum", +"leccinum_fibrillosum", +"lech", +"lech_walesa", +"lechanorales", +"lechatelierite", +"lecher", +"lecherousness", +"lechery", +"lechwe", +"lecithin", +"leclanche_cell", +"lectern", +"lectin", +"lector", +"lecture", +"lecture_demonstration", +"lecture_room", +"lecturer", +"lectureship", +"lecturing", +"lecythidaceae", +"led", +"leda", +"ledbetter", +"lede", +"ledercillin_vk", +"lederhosen", +"ledge", +"ledgeman", +"ledger", +"ledger_board", +"ledger_entry", +"ledger_line", +"ledger_paper", +"ledum", +"ledum_groenlandicum", +"ledum_palustre", +"lee", +"lee's_birthday", +"lee_buck_trevino", +"lee_de_forest", +"lee_harvey_oswald", +"lee_krasner", +"lee_side", +"lee_strasberg", +"lee_tide", +"lee_trevino", +"lee_yuen_kam", +"leech", +"leechee", +"leeds", +"leek", +"leer", +"lees", +"leeuwenhoek", +"leeward", +"leeward_islands", +"leeward_side", +"leeward_tide", +"leeway", +"leflunomide", +"left", +"left-handed_pitcher", +"left-handedness", +"left-hander", +"left-luggage_office", +"left-winger", +"left_atrioventricular_valve", +"left_atrium", +"left_atrium_of_the_heart", +"left_bank", +"left_brain", +"left_coronary_artery", +"left_field", +"left_fielder", +"left_gastric_artery", +"left_gastric_vein", +"left_hand", +"left_hander", +"left_hemisphere", +"left_stage", +"left_ventricle", +"left_wing", +"lefteye_flounder", +"lefteyed_flounder", +"leftfield", +"lefthander", +"leftism", +"leftist", +"leftover", +"leftovers", +"lefty", +"leg", +"leg-pull", +"leg-pulling", +"leg_bone", +"leg_covering", +"leg_curl", +"leg_curling", +"leg_exercise", +"leg_extensor", +"leg_of_lamb", +"legacy", +"legal_action", +"legal_age", +"legal_assistant", +"legal_blindness", +"legal_brief", +"legal_code", +"legal_community", +"legal_document", +"legal_duty", +"legal_expert", +"legal_fee", +"legal_fraud", +"legal_guardian", +"legal_holiday", +"legal_injury", +"legal_instrument", +"legal_jointure", +"legal_opinion", +"legal_ouster", +"legal_philosophy", +"legal_power", +"legal_principle", +"legal_proceeding", +"legal_profession", +"legal_relation", +"legal_representation", +"legal_representative", +"legal_residence", +"legal_right", +"legal_separation", +"legal_status", +"legal_system", +"legal_tender", +"legal_transfer", +"legalese", +"legalisation", +"legalism", +"legality", +"legalization", +"legate", +"legatee", +"legateship", +"legation", +"legend", +"legendary_creature", +"leger", +"leger_line", +"legerdemain", +"legerity", +"legging", +"leghorn", +"legibility", +"leging", +"legion", +"legionary", +"legionary_ant", +"legionella", +"legionella_pneumophilia", +"legionnaire", +"legionnaires'_disease", +"legislating", +"legislation", +"legislative_act", +"legislative_assembly", +"legislative_body", +"legislative_branch", +"legislative_council", +"legislator", +"legislatorship", +"legislature", +"legitimacy", +"legitimation", +"legless_lizard", +"lego", +"lego_set", +"legs", +"legume", +"legume_family", +"leguminosae", +"leguminous_plant", +"lehar", +"lehigh_river", +"lei", +"leibnitz", +"leibniz", +"leicester", +"leicestershire", +"leichtlin's_camas", +"leiden", +"leiden_jar", +"leigh", +"leigh_hunt", +"leiomyoma", +"leiomyosarcoma", +"leiopelma", +"leiopelmatidae", +"leiophyllum", +"leiophyllum_buxifolium", +"leipoa", +"leipoa_ocellata", +"leipzig", +"leishmania", +"leishmaniasis", +"leishmaniasis_americana", +"leishmaniosis", +"leister", +"leisure", +"leisure_time", +"leisure_wear", +"leisureliness", +"leitmotif", +"leitmotiv", +"leitneria", +"leitneria_floridana", +"leitneriaceae", +"lek", +"lekvar", +"leland_stanford", +"lem", +"lemaireocereus", +"lemaireocereus_chichipe", +"lemaitre", +"lemanderin", +"lemma", +"lemming", +"lemmon", +"lemmus", +"lemmus_lemmus", +"lemmus_trimucronatus", +"lemna", +"lemna_minor", +"lemna_trisulca", +"lemnaceae", +"lemniscus", +"lemnos", +"lemon", +"lemon-scented_gum", +"lemon-wood", +"lemon-wood_tree", +"lemon_balm", +"lemon_butter", +"lemon_cheese", +"lemon_curd", +"lemon_drop", +"lemon_extract", +"lemon_geranium", +"lemon_grass", +"lemon_grove", +"lemon_juice", +"lemon_lily", +"lemon_meringue_pie", +"lemon_mint", +"lemon_oil", +"lemon_peel", +"lemon_rind", +"lemon_shark", +"lemon_sole", +"lemon_sumac", +"lemon_tree", +"lemon_yellow", +"lemon_zest", +"lemonade", +"lemonade_mix", +"lemongrass", +"lemongrass_oil", +"lemonwood", +"lemonwood_tree", +"lempira", +"lemur", +"lemur_catta", +"lemuridae", +"lemuroidea", +"lena", +"lena_calhoun_horne", +"lena_horne", +"lena_river", +"lenard", +"lend-lease", +"lender", +"lending", +"lending_institution", +"lending_library", +"lendl", +"length", +"length_of_service", +"lengthening", +"lengthiness", +"lenience", +"leniency", +"lenin", +"leningrad", +"leninism", +"lenitive", +"lenity", +"lennoaceae", +"lennon", +"lennox_robinson", +"lens", +"lens_cap", +"lens_capsule", +"lens_cortex", +"lens_cover", +"lens_culinaris", +"lens_hood", +"lens_implant", +"lens_maker", +"lens_nucleus", +"lens_of_the_eye", +"lens_system", +"lense", +"lensman", +"lent", +"lent_lily", +"lente_iletin", +"lente_insulin", +"lenten_rose", +"lententide", +"lentia", +"lentibulariaceae", +"lenticel", +"lenticular_nucleus", +"lentiform_nucleus", +"lentigo", +"lentil", +"lentil_plant", +"lentil_soup", +"lentinus", +"lentinus_edodes", +"lentinus_lepideus", +"lentisk", +"leo", +"leo_delibes", +"leo_esaki", +"leo_i", +"leo_iii", +"leo_ix", +"leo_szilard", +"leo_the_great", +"leo_the_lion", +"leo_tolstoy", +"leo_x", +"leo_xiii", +"leon", +"leon_battista_alberti", +"leon_trotsky", +"leonard", +"leonard_bernstein", +"leonard_bloomfield", +"leonard_constant_lambert", +"leonard_marx", +"leonardo", +"leonardo_da_vinci", +"leonberg", +"leoncita", +"leone", +"leonhard_euler", +"leonid_brezhnev", +"leonid_fyodorovich_myasin", +"leonid_ilyich_brezhnev", +"leonidas", +"leonide_fedorovitch_massine", +"leonotis", +"leonotis_leonurus", +"leonotis_nepetaefolia", +"leonotis_nepetifolia", +"leontief", +"leontocebus", +"leontocebus_oedipus", +"leontocebus_rosalia", +"leontodon", +"leontodon_autumnalis", +"leontopodium", +"leontopodium_alpinum", +"leontyne_price", +"leonurus", +"leonurus_cardiaca", +"leopard", +"leopard's-bane", +"leopard_cat", +"leopard_frog", +"leopard_lily", +"leopard_lizard", +"leopard_plant", +"leopardbane", +"leopardess", +"leopold_antoni_stanislaw_stokowski", +"leopold_kronecker", +"leopold_stokowski", +"leopoldville", +"leotard", +"leotards", +"leotia_lubrica", +"lepadidae", +"lepanto", +"lepas", +"lepas_fascicularis", +"lepechinia", +"lepechinia_calycina", +"leper", +"leper_lily", +"lepidium", +"lepidium_alpina", +"lepidium_sativum", +"lepidobotryaceae", +"lepidobotrys", +"lepidochelys", +"lepidochelys_kempii", +"lepidochelys_olivacea", +"lepidocrocite", +"lepidocybium", +"lepidocybium_flavobrunneum", +"lepidodendraceae", +"lepidodendrales", +"lepidolite", +"lepidomelane", +"lepidophobia", +"lepidoptera", +"lepidopteran", +"lepidopterist", +"lepidopterologist", +"lepidopterology", +"lepidopteron", +"lepidopterous_insect", +"lepidoptery", +"lepidosauria", +"lepidothamnus", +"lepidothamnus_fonkii", +"lepidothamnus_laxifolius", +"lepiota", +"lepiota_americana", +"lepiota_cepaestipes", +"lepiota_clypeolaria", +"lepiota_morgani", +"lepiota_naucina", +"lepiota_procera", +"lepiota_rhacodes", +"lepiota_rubrotincta", +"lepiotaceae", +"lepisma", +"lepisma_saccharina", +"lepismatidae", +"lepisosteidae", +"lepisosteus", +"lepisosteus_osseus", +"lepista_irina", +"lepomis", +"lepomis_gibbosus", +"lepomis_macrochirus", +"lepomis_punctatus", +"leporid", +"leporid_mammal", +"leporidae", +"leporide", +"leppy", +"leprechaun", +"lepromatous_leprosy", +"leprosy", +"leprosy_bacillus", +"leptarrhena", +"leptarrhena_pyrolifolia", +"leptinotarsa", +"leptinotarsa_decemlineata", +"leptocephalus", +"leptodactylid", +"leptodactylid_frog", +"leptodactylidae", +"leptodactylus", +"leptodactylus_pentadactylus", +"leptoglossus", +"leptomeninges", +"leptomeningitis", +"lepton", +"leptopteris", +"leptopteris_superba", +"leptoptilus", +"leptoptilus_crumeniferus", +"leptoptilus_dubius", +"leptospira", +"leptospirosis", +"leptosporangium", +"leptotene", +"leptotyphlopidae", +"leptotyphlops", +"leptotyphlops_humilis", +"lepus", +"lepus_americanus", +"lepus_arcticus", +"lepus_californicus", +"lepus_europaeus", +"lepus_townsendi", +"ler", +"leresis", +"lermontov", +"lerner", +"leroi_jones", +"lerot", +"leroy_robert_paige", +"lesbian", +"lesbianism", +"lesbos", +"lescol", +"lese_majesty", +"lesion", +"leslie_howard", +"leslie_howard_stainer", +"leslie_richard_groves", +"leslie_townes_hope", +"lesotho", +"lesotho_monetary_unit", +"lespedeza", +"lespedeza_bicolor", +"lespedeza_cuneata", +"lespedeza_sericea", +"lespedeza_stipulacea", +"lespedeza_striata", +"lesquerella", +"lessee", +"lessening", +"lesseps", +"lesser_anteater", +"lesser_antilles", +"lesser_ape", +"lesser_bullrush", +"lesser_burdock", +"lesser_butterfly_orchid", +"lesser_calamint", +"lesser_celandine", +"lesser_centaury", +"lesser_duckweed", +"lesser_galangal", +"lesser_hemlock", +"lesser_knapweed", +"lesser_kudu", +"lesser_omentum", +"lesser_panda", +"lesser_peritoneal_cavity", +"lesser_prairie_chicken", +"lesser_rhomboid_muscle", +"lesser_rorqual", +"lesser_scaup", +"lesser_scaup_duck", +"lesser_spearwort", +"lesser_sunda_islands", +"lesser_twayblade", +"lesser_whitethroat", +"lesser_wintergreen", +"lesser_yellow_trefoil", +"lesser_yellowlegs", +"lessing", +"lesson", +"lessor", +"lester_willis_young", +"lesvos", +"let", +"letch", +"letdown", +"lethal_agent", +"lethal_dose", +"lethal_gene", +"lethality", +"lethargic_encephalitis", +"lethargy", +"lethe", +"leto", +"letter", +"letter_bomb", +"letter_bond", +"letter_box", +"letter_carrier", +"letter_case", +"letter_of_credit", +"letter_of_intent", +"letter_of_jeremiah", +"letter_of_mark_and_reprisal", +"letter_of_marque", +"letter_of_the_alphabet", +"letter_opener", +"letter_paper", +"letter_security", +"letter_stock", +"letter_telegram", +"letter_writer", +"lettercard", +"letterer", +"letterhead", +"lettering", +"letterman", +"letterpress", +"letters", +"letters_of_administration", +"letters_of_marque", +"letters_patent", +"letters_testamentary", +"letterset_printing", +"letting", +"letting_down", +"lettish", +"lettre_de_cachet", +"lettuce", +"letup", +"leu", +"leucadendron", +"leucadendron_argenteum", +"leucaemia", +"leucaena", +"leucaena_glauca", +"leucaena_leucocephala", +"leucanthemum", +"leucanthemum_lacustre", +"leucanthemum_maximum", +"leucanthemum_superbum", +"leucanthemum_vulgare", +"leucine", +"leuciscus", +"leuciscus_cephalus", +"leuciscus_leuciscus", +"leucocyte", +"leucocytosis", +"leucocytozoan", +"leucocytozoon", +"leucogenes", +"leucogenes_leontopodium", +"leucoma", +"leucopenia", +"leucorrhea", +"leucothoe", +"leucothoe_editorum", +"leucothoe_fontanesiana", +"leucothoe_racemosa", +"leucotomy", +"leuctra", +"leukaemia", +"leukemia", +"leukeran", +"leukocyte", +"leukocytosis", +"leukoderma", +"leukoencephalitis", +"leukoma", +"leukopenia", +"leukorrhea", +"leukotomy", +"leuwenhoek", +"lev", +"lev_davidovich_bronstein", +"lev_davidovich_landau", +"lev_ivanov", +"levallorphan", +"levant", +"levant_cotton", +"levant_garlic", +"levant_morocco", +"levanter", +"levantine", +"levator", +"levee", +"level", +"level_best", +"level_crossing", +"leveler", +"leveling", +"leveller", +"lever", +"lever_hang", +"lever_lock", +"lever_scale", +"lever_tumbler", +"leverage", +"leveraged_buyout", +"leveraging", +"leveret", +"levi", +"levi's", +"levi-lorrain_dwarf", +"levi-strauss", +"leviathan", +"levirate", +"levis", +"levisticum", +"levisticum_officinale", +"levitation", +"levite", +"leviticus", +"levitra", +"levity", +"levodopa", +"levorotation", +"levulose", +"levy", +"levy_en_masse", +"lewdness", +"lewis", +"lewis_and_clark_expedition", +"lewis_carroll", +"lewis_henry_morgan", +"lewisia", +"lewisia_cotyledon", +"lewisia_rediviva", +"lewiston", +"lexeme", +"lexical_ambiguity", +"lexical_database", +"lexical_disambiguation", +"lexical_entry", +"lexical_meaning", +"lexical_semantics", +"lexicalisation", +"lexicalization", +"lexicalized_concept", +"lexicographer", +"lexicography", +"lexicologist", +"lexicology", +"lexicon", +"lexicostatistics", +"lexington", +"lexington_and_concord", +"lexis", +"ley", +"leycesteria", +"leycesteria_formosa", +"leyden", +"leyden_jar", +"leydig's_cell", +"leydig_cell", +"leymus", +"leymus_arenaria", +"leymus_condensatus", +"leyte", +"leyte_invasion", +"leyte_island", +"lf", +"lgb", +"lgv", +"lh", +"lhasa", +"lhasa_apso", +"lhotse", +"li", +"li_po", +"liabilities", +"liability", +"liability_insurance", +"liaison", +"liakoura", +"liam_o'flaherty", +"liana", +"liao", +"liao_dynasty", +"liaodong_bandao", +"liaodong_peninsula", +"liar", +"liatris", +"liatris_punctata", +"liatris_pycnostachya", +"libation", +"libber", +"libby", +"libel", +"libeler", +"liberal", +"liberal_arts", +"liberal_democrat_party", +"liberal_party", +"liberalisation", +"liberalism", +"liberalist", +"liberality", +"liberalization", +"liberalness", +"liberation", +"liberation_theology", +"liberation_tigers_of_tamil_eelam", +"liberator", +"liberia", +"liberian", +"liberian_capital", +"liberian_coffee", +"liberian_dollar", +"libertarian", +"libertarianism", +"libertine", +"liberty", +"liberty_bell", +"liberty_cap", +"liberty_chit", +"liberty_island", +"liberty_party", +"liberty_ship", +"libidinal_energy", +"libido", +"libocedrus", +"libocedrus_bidwillii", +"libocedrus_decurrens", +"libocedrus_plumosa", +"libra", +"libra_the_balance", +"libra_the_scales", +"librarian", +"librarianship", +"library", +"library_card", +"library_catalog", +"library_catalogue", +"library_fine", +"library_paste", +"library_program", +"library_routine", +"library_science", +"libration", +"librettist", +"libretto", +"libreville", +"libritabs", +"librium", +"libya", +"libyan", +"libyan_desert", +"libyan_dinar", +"libyan_dirham", +"libyan_fighting_group", +"libyan_islamic_fighting_group", +"libyan_islamic_group", +"libyan_monetary_unit", +"licence", +"license", +"license_fee", +"license_number", +"license_plate", +"license_tax", +"licensed_practical_nurse", +"licensee", +"licenser", +"licensing_agreement", +"licensing_fee", +"licentiate", +"licentiousness", +"lichanura", +"lichanura_trivirgata", +"lichee", +"lichen", +"lichen_planus", +"lichen_ruber_planus", +"lichenales", +"lichenes", +"lichgate", +"lichi", +"lichtenoid_eczema", +"lichtenstein", +"licinius_lucullus", +"licitness", +"lick", +"licking", +"licorice", +"licorice_fern", +"licorice_root", +"licorice_stick", +"lid", +"lidar", +"lido", +"lido_deck", +"lidocaine", +"lie", +"lie-abed", +"lie-in", +"lie_detector", +"liebfraumilch", +"liebig_condenser", +"liechtenstein", +"liechtensteiner", +"lied", +"lieder_singer", +"liederkranz", +"liege", +"liege_lord", +"liege_subject", +"liegeman", +"lien", +"lienal_artery", +"liepaja", +"lietuva", +"lieu", +"lieutenancy", +"lieutenant", +"lieutenant_colonel", +"lieutenant_commander", +"lieutenant_general", +"lieutenant_governor", +"lieutenant_jg", +"lieutenant_junior_grade", +"life", +"life-of-man", +"life-style", +"life-support_system", +"life-time", +"life_assurance", +"life_belt", +"life_buoy", +"life_class", +"life_cycle", +"life_estate", +"life_eternal", +"life_expectancy", +"life_force", +"life_form", +"life_history", +"life_imprisonment", +"life_insurance", +"life_jacket", +"life_line", +"life_mask", +"life_office", +"life_peer", +"life_preserver", +"life_principle", +"life_raft", +"life_ring", +"life_saver", +"life_science", +"life_scientist", +"life_sentence", +"life_story", +"life_style", +"life_support", +"life_tenant", +"life_vest", +"lifeblood", +"lifeboat", +"lifeguard", +"lifelessness", +"lifeline", +"lifer", +"lifesaver", +"lifesaving", +"lifespan", +"lifestyle", +"lifetime", +"lifework", +"lifo", +"lift", +"lift_bridge", +"lift_pump", +"lifter", +"lifting_device", +"liftman", +"liftoff", +"ligament", +"ligamentum_teres_uteri", +"ligan", +"ligand", +"ligation", +"ligature", +"liger", +"light", +"light-emitting_diode", +"light-mindedness", +"light-o'-love", +"light-of-love", +"light-year", +"light_adaptation", +"light_air", +"light_arm", +"light_ballast", +"light_beam", +"light_beer", +"light_bread", +"light_breeze", +"light_brown", +"light_bulb", +"light_circuit", +"light_colonel", +"light_company", +"light_cream", +"light_diet", +"light_filter", +"light_flyweight", +"light_heavyweight", +"light_hour", +"light_intensity", +"light_machine_gun", +"light_meter", +"light_microscope", +"light_middleweight", +"light_minute", +"light_opera", +"light_pen", +"light_reaction", +"light_reflex", +"light_second", +"light_show", +"light_source", +"light_speed", +"light_time", +"light_touch", +"light_unit", +"light_welterweight", +"light_whipping_cream", +"light_within", +"light_year", +"lightbulb", +"lightening", +"lighter", +"lighter-than-air_craft", +"lighterage", +"lighterman", +"lightheadedness", +"lightheartedness", +"lighthorse_harry_lee", +"lighthouse", +"lighthouse_keeper", +"lighting", +"lighting_circuit", +"lighting_fixture", +"lighting_industry", +"lightlessness", +"lightness", +"lightning", +"lightning_arrester", +"lightning_bug", +"lightning_conductor", +"lightning_hurler", +"lightning_rod", +"lights-out", +"lightship", +"lightsomeness", +"lightweight", +"lightwood", +"ligne", +"ligneous_plant", +"lignin", +"lignite", +"lignosae", +"lignum", +"lignum_vitae", +"ligularia", +"ligule", +"liguria", +"ligurian_sea", +"ligustrum", +"ligustrum_amurense", +"ligustrum_ibolium", +"ligustrum_japonicum", +"ligustrum_lucidum", +"ligustrum_obtusifolium", +"ligustrum_ovalifolium", +"ligustrum_vulgare", +"like", +"likelihood", +"likeliness", +"likeness", +"likening", +"liking", +"likuta", +"lilac", +"lilangeni", +"liliaceae", +"liliaceous_plant", +"liliales", +"lilian_alicia_marks", +"liliid_monocot_family", +"liliid_monocot_genus", +"liliidae", +"liliopsid", +"liliopsid_family", +"liliopsid_genus", +"liliopsida", +"lilith", +"lilium", +"lilium_auratum", +"lilium_canadense", +"lilium_candidum", +"lilium_catesbaei", +"lilium_columbianum", +"lilium_lancifolium", +"lilium_longiflorum", +"lilium_maritinum", +"lilium_martagon", +"lilium_michiganense", +"lilium_pardalinum", +"lilium_philadelphicum", +"lilium_superbum", +"liliuokalani", +"lille", +"lillian_gish", +"lillian_hellman", +"lillian_russell", +"lillie", +"lillie_langtry", +"lilliput", +"lilliputian", +"lilo", +"lilongwe", +"lilt", +"lily", +"lily-of-the-valley_tree", +"lily_family", +"lily_of_the_incas", +"lily_of_the_nile", +"lily_of_the_valley", +"lily_pad", +"lily_pons", +"lily_turf", +"lilyturf", +"lima", +"lima_bean", +"lima_bean_plant", +"limacidae", +"liman", +"limanda", +"limanda_ferruginea", +"limax", +"limb", +"limb-girdle_muscular_dystrophy", +"limber", +"limber_pine", +"limbers", +"limbic_brain", +"limbic_system", +"limbo", +"limburger", +"limbus", +"lime", +"lime_disease_spirochete", +"lime_hydrate", +"lime_juice", +"lime_tree", +"limeade", +"limeira", +"limekiln", +"limelight", +"limen", +"limenitis", +"limenitis_archippus", +"limenitis_arthemis", +"limenitis_astyanax", +"limenitis_camilla", +"limerick", +"limestone", +"limestone_fern", +"limestone_salamander", +"limewater", +"limey", +"limicolae", +"limicoline_bird", +"limit", +"limit_point", +"limitation", +"limited", +"limited_audit", +"limited_company", +"limited_edition", +"limited_liability", +"limited_review", +"limited_war", +"limiter", +"limiting", +"limitlessness", +"limner", +"limning", +"limnobium", +"limnocryptes", +"limnocryptes_minima", +"limnodium_spongia", +"limnodromus", +"limnodromus_griseus", +"limnodromus_scolopaceus", +"limnologist", +"limnology", +"limnos", +"limo", +"limonene", +"limonite", +"limonium", +"limosa", +"limosa_haemastica", +"limousin", +"limousine", +"limp", +"limpa", +"limper", +"limpet", +"limpidity", +"limping", +"limpkin", +"limpness", +"limpopo", +"limulidae", +"limulus", +"limulus_polyphemus", +"lin", +"linac", +"linaceae", +"linage", +"linalool", +"linanthus", +"linanthus_dianthiflorus", +"linanthus_dichotomus", +"linaria", +"linaria_canadensis", +"linaria_vulgaris", +"linchpin", +"lincocin", +"lincoln", +"lincoln's_birthday", +"lincoln_memorial", +"lincoln_steffens", +"lincolnshire", +"lincomycin", +"lind", +"lindane", +"lindbergh", +"linden", +"linden_family", +"linden_tree", +"lindera", +"lindera_benzoin", +"lindesnes", +"lindheimera", +"lindheimera_texana", +"lindsay", +"lindy", +"lindy_hop", +"line", +"line-at-a-time_printer", +"line-drive_double", +"line-drive_single", +"line-drive_triple", +"line-shooter", +"line-shooting", +"line_backer", +"line_block", +"line_coach", +"line_double", +"line_drawing", +"line_drive", +"line_engraving", +"line_feed", +"line_item", +"line_judge", +"line_management", +"line_of_battle", +"line_of_business", +"line_of_control", +"line_of_credit", +"line_of_defence", +"line_of_defense", +"line_of_descent", +"line_of_destiny", +"line_of_duty", +"line_of_fate", +"line_of_fire", +"line_of_flight", +"line_of_force", +"line_of_gab", +"line_of_heart", +"line_of_inquiry", +"line_of_latitude", +"line_of_least_resistance", +"line_of_life", +"line_of_longitude", +"line_of_march", +"line_of_merchandise", +"line_of_poetry", +"line_of_products", +"line_of_questioning", +"line_of_reasoning", +"line_of_saturn", +"line_of_scrimmage", +"line_of_sight", +"line_of_succession", +"line_of_thought", +"line_of_verse", +"line_of_vision", +"line_of_work", +"line_officer", +"line_organisation", +"line_organization", +"line_personnel", +"line_printer", +"line_roulette", +"line_score", +"line_single", +"line_spectrum", +"line_squall", +"line_storm", +"line_triple", +"line_worker", +"lineage", +"lineament", +"linear_a", +"linear_accelerator", +"linear_algebra", +"linear_b", +"linear_equation", +"linear_leaf", +"linear_measure", +"linear_operator", +"linear_perspective", +"linear_programming", +"linear_regression", +"linear_unit", +"linearity", +"lineation", +"linebacker", +"linebacker_blitzing", +"linecut", +"lined_snake", +"lineman", +"linemen", +"linen", +"linen_paper", +"linendraper", +"liner", +"liner_train", +"linesman", +"lineup", +"ling", +"ling-pao", +"ling_ko", +"lingam", +"lingberry", +"lingcod", +"lingenberry", +"lingerer", +"lingerie", +"lingering", +"lingo", +"lingonberry", +"lingua", +"lingua_franca", +"lingual", +"lingual_artery", +"lingual_vein", +"lingualumina", +"linguica", +"linguine", +"linguini", +"linguist", +"linguistic_atlas", +"linguistic_communication", +"linguistic_competence", +"linguistic_context", +"linguistic_geography", +"linguistic_performance", +"linguistic_process", +"linguistic_profiling", +"linguistic_relation", +"linguistic_rule", +"linguistic_scientist", +"linguistic_string", +"linguistic_unit", +"linguistic_universal", +"linguistics", +"linguistics_department", +"lingvo_kosmopolita", +"liniment", +"linin", +"lining", +"link", +"link-attached_station", +"link-attached_terminal", +"link_trainer", +"linkage", +"linkage_editor", +"linkage_group", +"linkboy", +"linked_genes", +"linking_verb", +"linkman", +"links", +"links_course", +"linksman", +"linkup", +"linnaea", +"linnaea_borealis", +"linnaea_borealis_americana", +"linnaeus", +"linnet", +"lino", +"linocut", +"linoleic_acid", +"linolenic_acid", +"linoleum", +"linoleum_cutter", +"linoleum_knife", +"linolic_acid", +"linosyris_vulgaris", +"linotype", +"linotype_machine", +"linseed", +"linseed_oil", +"linsey-woolsey", +"linstock", +"lint", +"lintel", +"lintwhite", +"linum", +"linuron", +"linus_carl_pauling", +"linus_pauling", +"linux", +"linz", +"liomys", +"liomys_irroratus", +"lion", +"lion's-ear", +"lion's_beard", +"lion's_foot", +"lion-hunter", +"lion-jaw_forceps", +"lion_cub", +"lion_marmoset", +"lion_monkey", +"lionel_barrymore", +"lionel_hampton", +"lionel_trilling", +"lioness", +"lionet", +"lionfish", +"lions_club", +"liopelma", +"liopelma_hamiltoni", +"liopelmidae", +"liothyronine", +"lip", +"lip-gloss", +"lip_balm", +"lip_fern", +"lip_reader", +"lip_rouge", +"lip_service", +"lip_sync", +"lip_synch", +"lip_synchronisation", +"lip_synchronization", +"lipaemia", +"liparidae", +"liparididae", +"liparis", +"liparis_liparis", +"liparis_loeselii", +"lipase", +"lipchitz", +"lipectomy", +"lipemia", +"lipfern", +"lipid", +"lipid-lowering_medication", +"lipid-lowering_medicine", +"lipid_granulomatosis", +"lipidaemia", +"lipide", +"lipidemia", +"lipidosis", +"lipitor", +"lipizzan", +"lipmann", +"lipo-hepin", +"lipo-lutin", +"lipochondrodystrophy", +"lipogram", +"lipoid", +"lipoid_granulomatosis", +"lipoidaemia", +"lipoidemia", +"lipoma", +"lipomatosis", +"lipoprotein", +"liposarcoma", +"liposcelis", +"liposcelis_divinatorius", +"liposomal_delivery_vector", +"liposome", +"liposuction", +"lipotyphla", +"lippi", +"lippizan", +"lippizaner", +"lippmann", +"lipreading", +"lipscomb", +"lipstick", +"lipstick_plant", +"liquaemin", +"liquefaction", +"liquefied_petroleum_gas", +"liqueur", +"liqueur_glass", +"liquid", +"liquid_air", +"liquid_assets", +"liquid_bleach", +"liquid_body_substance", +"liquid_crystal", +"liquid_crystal_display", +"liquid_detergent", +"liquid_diet", +"liquid_ecstasy", +"liquid_measure", +"liquid_metal_reactor", +"liquid_nitrogen", +"liquid_oxygen", +"liquid_pred", +"liquid_soap", +"liquid_state", +"liquid_unit", +"liquidambar", +"liquidambar_styraciflua", +"liquidation", +"liquidator", +"liquidiser", +"liquidity", +"liquidity_crisis", +"liquidizer", +"liquidness", +"liquor", +"liquor_licence", +"liquor_license", +"liquor_store", +"liquorice", +"lir", +"lira", +"liriodendron", +"liriodendron_tulipifera", +"liriope", +"liriope_muscari", +"lis_pendens", +"lisboa", +"lisbon", +"lise_meitner", +"lisinopril", +"lisle", +"lisle_thread", +"lisp", +"lisp_compiler", +"lisp_program", +"lisper", +"lissomeness", +"list", +"list-processing_language", +"list_price", +"list_processing", +"list_system", +"listed_security", +"listener", +"listening", +"listening_watch", +"lister", +"lister_plough", +"lister_plow", +"listera", +"listera_convallarioides", +"listera_cordata", +"listera_ovata", +"listeria", +"listeria_meningitis", +"listeria_monocytogenes", +"listeriosis", +"listing", +"listlessness", +"liston", +"lisu", +"liszt", +"lit", +"lit_crit", +"litany", +"litas", +"litchee", +"litchi", +"litchi_chinensis", +"litchi_nut", +"litchi_tree", +"liter", +"literacy", +"literal", +"literal_error", +"literal_interpretation", +"literalism", +"literalness", +"literary_agent", +"literary_argument", +"literary_composition", +"literary_critic", +"literary_criticism", +"literary_genre", +"literary_hack", +"literary_pirate", +"literary_review", +"literary_study", +"literary_work", +"literate", +"literate_person", +"literati", +"literature", +"lithane", +"litheness", +"lithia_water", +"lithiasis", +"lithium", +"lithium_carbonate", +"lithocarpus", +"lithocarpus_densiflorus", +"lithocarpus_glaber", +"lithocarpus_glabra", +"lithodidae", +"lithoglyptics", +"lithograph", +"lithograph_machine", +"lithographer", +"lithography", +"lithology", +"lithomancer", +"lithomancy", +"lithonate", +"lithophragma", +"lithophragma_affine", +"lithophragma_affinis", +"lithophragma_parviflorum", +"lithophyte", +"lithophytic_plant", +"lithops", +"lithospermum", +"lithospermum_canescens", +"lithospermum_caroliniense", +"lithospermum_officinale", +"lithosphere", +"lithotomy", +"lithotomy_position", +"lithuania", +"lithuanian", +"lithuanian_monetary_unit", +"lithuresis", +"litigant", +"litigation", +"litigator", +"litigiousness", +"litmus", +"litmus_paper", +"litmus_test", +"litocranius", +"litocranius_walleri", +"litoral", +"litotes", +"litre", +"litter", +"litter-basket", +"litter-bearer", +"litter_basket", +"litter_lout", +"litterateur", +"litterbin", +"litterbug", +"litterer", +"little", +"little-head_snakeweed", +"little-leaf_fig", +"little-league_team", +"little_auk", +"little_barley", +"little_bear", +"little_bighorn", +"little_bighorn_river", +"little_black_ant", +"little_blue_heron", +"little_brother", +"little_brown_bat", +"little_brown_myotis", +"little_chief_hare", +"little_club_moss", +"little_clubmoss", +"little_corporal", +"little_dictionary", +"little_dipper", +"little_dog", +"little_ebony_spleenwort", +"little_egret", +"little_finger", +"little_giant", +"little_girl", +"little_golden_zinnia", +"little_grebe", +"little_hand", +"little_horn", +"little_joe", +"little_john", +"little_league", +"little_leaguer", +"little_lord_fauntleroy", +"little_missouri", +"little_missouri_river", +"little_mo_connolly", +"little_office", +"little_owl", +"little_phoebe", +"little_potato", +"little_red_riding_hood", +"little_rhody", +"little_rock", +"little_sioux_river", +"little_sister", +"little_skate", +"little_slam", +"little_sparrow", +"little_spotted_skunk", +"little_terror", +"little_theater", +"little_theatre", +"little_toe", +"little_wabash", +"little_wabash_river", +"littleneck", +"littleneck_clam", +"littleness", +"littoral", +"littoral_zone", +"littorina", +"littorinidae", +"littre", +"liturgics", +"liturgiology", +"liturgist", +"liturgy", +"live-and-die", +"live-bearer", +"live-forever", +"live_axle", +"live_birth", +"live_body", +"live_load", +"live_oak", +"live_steam", +"live_wire", +"liveborn_infant", +"livedo", +"livelihood", +"liveliness", +"livelong", +"liveness", +"liver", +"liver-spotted_dalmatian", +"liver_cancer", +"liver_chestnut", +"liver_disease", +"liver_fluke", +"liver_pudding", +"liver_rot", +"liver_sausage", +"liver_spot", +"liverleaf", +"livermore", +"liverpool", +"liverpudlian", +"liverwort", +"liverwurst", +"livery", +"livery_company", +"livery_driver", +"livery_stable", +"liveryman", +"livestock", +"lividity", +"lividness", +"living", +"living-room", +"living_accommodations", +"living_arrangement", +"living_dead", +"living_death", +"living_granite", +"living_quarters", +"living_rock", +"living_room", +"living_space", +"living_stone", +"living_substance", +"living_thing", +"living_trust", +"living_wage", +"living_will", +"livingroom_set", +"livingroom_suite", +"livingston", +"livingstone", +"livingstone_daisy", +"livistona", +"livistona_australis", +"livonia", +"livonian", +"livy", +"liza", +"lizard", +"lizard's-tail", +"lizard's-tail_family", +"lizard_orchid", +"lizardfish", +"ljubljana", +"llama", +"llano", +"llano_estacado", +"llb", +"lld", +"llew_llaw_gyffes", +"llewelyn_powys", +"llm", +"lloyd", +"lloyd_webber", +"llud", +"llullaillaco", +"llyr", +"lm", +"lo/ovral", +"loach", +"load", +"load-shedding", +"load_factor", +"load_line", +"loader", +"loading", +"loading_area", +"loading_dock", +"loading_zone", +"loads", +"loadstar", +"loadstone", +"loaf", +"loaf_of_bread", +"loaf_sugar", +"loafer", +"loafing", +"loam", +"loan", +"loan-blend", +"loan_application", +"loan_approval", +"loan_collection", +"loan_office", +"loan_participation", +"loan_shark", +"loan_translation", +"loanblend", +"loaner", +"loaning", +"loanword", +"loasa", +"loasa_family", +"loasaceae", +"loather", +"loathing", +"loathsomeness", +"lob", +"lobachevsky", +"lobar_pneumonia", +"lobata", +"lobate_foot", +"lobby", +"lobbying_expense", +"lobbyism", +"lobbyist", +"lobe", +"lobe-finned_fish", +"lobe_of_the_lung", +"lobectomy", +"lobed_leaf", +"lobed_spleenwort", +"lobefin", +"lobelia", +"lobelia_cardinalis", +"lobelia_dortmanna", +"lobelia_family", +"lobelia_inflata", +"lobelia_siphilitica", +"lobeliaceae", +"lobipes", +"lobipes_lobatus", +"lobito", +"loblolly", +"loblolly_pine", +"lobotes", +"lobotes_pacificus", +"lobotes_surinamensis", +"lobotidae", +"lobotomy", +"lobscouse", +"lobscuse", +"lobster", +"lobster_a_la_newburg", +"lobster_butter", +"lobster_newburg", +"lobster_plant", +"lobster_pot", +"lobster_stew", +"lobster_tail", +"lobster_tart", +"lobster_thermidor", +"lobsterback", +"lobsterman", +"lobularia", +"lobularia_maritima", +"lobularity", +"lobule", +"lobworm", +"local", +"local_anaesthesia", +"local_anaesthetic", +"local_anesthesia", +"local_anesthetic", +"local_area_network", +"local_authority", +"local_call", +"local_department", +"local_government", +"local_option", +"local_oscillator", +"local_post_office", +"local_road", +"local_street", +"local_time", +"locale", +"localisation", +"localisation_of_function", +"localisation_principle", +"localism", +"locality", +"localization", +"localization_of_function", +"localization_principle", +"locater", +"locating", +"location", +"locative", +"locative_role", +"locator", +"loch", +"loch_achray", +"loch_linnhe", +"loch_ness", +"loch_ness_monster", +"lochaber_ax", +"lochia", +"lock", +"lock-gate", +"lock-up_option", +"lock_chamber", +"lock_ring", +"lock_washer", +"lockage", +"lockbox", +"lockdown", +"locke", +"locker", +"locker_room", +"locket", +"locking", +"locking_pliers", +"lockjaw", +"lockkeeper", +"lockman", +"lockmaster", +"locknut", +"lockout", +"lockring", +"locksmith", +"lockstep", +"lockstitch", +"lockup", +"loco_disease", +"locoism", +"locomotion", +"locomotive", +"locomotive_engine", +"locomotive_engineer", +"locomotor_ataxia", +"locoweed", +"locule", +"loculus", +"locum", +"locum_tenens", +"locus", +"locus_classicus", +"locus_niger", +"locus_of_infection", +"locust", +"locust_bean", +"locust_pod", +"locust_tree", +"locusta", +"locusta_migratoria", +"locustidae", +"locution", +"loddon_pondweed", +"lode", +"lodestar", +"lodestone", +"lodge", +"lodgement", +"lodgepole", +"lodgepole_pine", +"lodger", +"lodging", +"lodging_house", +"lodgings", +"lodgment", +"lodine", +"lodz", +"loeb", +"loess", +"loestrin", +"loewe", +"loewi", +"lofortyx", +"lofortyx_californicus", +"lofoten", +"loft", +"loft_bombing", +"loftiness", +"log", +"log_cabin", +"log_line", +"logagraphia", +"logan", +"loganberry", +"logania", +"loganiaceae", +"logarithm", +"logarithmic_scale", +"logbook", +"loge", +"logger", +"loggerhead", +"loggerhead_shrike", +"loggerhead_turtle", +"loggia", +"logginess", +"logging", +"logic", +"logic_bomb", +"logic_diagram", +"logic_element", +"logic_gate", +"logic_operation", +"logic_programing", +"logic_programming", +"logical_argument", +"logical_diagram", +"logical_fallacy", +"logical_implication", +"logical_operation", +"logical_positivism", +"logical_positivist", +"logical_proof", +"logical_quantifier", +"logical_relation", +"logical_system", +"logical_thinking", +"logical_topology", +"logicality", +"logicalness", +"logician", +"logicism", +"loginess", +"logion", +"logistic_assessment", +"logistic_assistance", +"logistic_support", +"logistician", +"logistics", +"logjam", +"logo", +"logogram", +"logograph", +"logomach", +"logomachist", +"logomachy", +"logomania", +"logorrhea", +"logos", +"logotype", +"logrolling", +"logrono", +"logwood", +"logwood_tree", +"lohan", +"loin", +"loin_of_lamb", +"loincloth", +"loins", +"loir", +"loire", +"loire_river", +"loire_valley", +"loiseleuria", +"loiseleuria_procumbens", +"loiterer", +"loki", +"lola_montez", +"loligo", +"lolita", +"lolium", +"lolium_multiflorum", +"lolium_perenne", +"lolium_temulentum", +"lollipop", +"lollipop_lady", +"lollipop_woman", +"lolly", +"lolo", +"lolo-burmese", +"loloish", +"lomariopsidaceae", +"lomatia", +"lombard", +"lombard_street", +"lombardia", +"lombardy", +"lombardy_poplar", +"lome", +"loment", +"lomogramma", +"lomotil", +"lomustine", +"lonas", +"lonas_annua", +"lonas_inodora", +"lonchocarpus", +"london", +"london_plane", +"londoner", +"lone-star_state", +"lone_hand", +"lone_wolf", +"loneliness", +"loner", +"lonesomeness", +"long-beard", +"long-billed_marsh_wren", +"long-chain_molecule", +"long-clawed_prawn", +"long-distance_call", +"long-distance_runner", +"long-eared_bat", +"long-eared_owl", +"long-fin_tunny", +"long-handled_spade", +"long-head_coneflower", +"long-horned_beetle", +"long-horned_grasshopper", +"long-legs", +"long-neck_clam", +"long-spurred_violet", +"long-staple_cotton", +"long-sufferance", +"long-suffering", +"long-tailed_porcupine", +"long-tailed_weasel", +"long-term_memory", +"long-windedness", +"long_beach", +"long_beech_fern", +"long_bone", +"long_chain", +"long_distance", +"long_division", +"long_dozen", +"long_fly", +"long_haul", +"long_horse", +"long_hundred", +"long_hundredweight", +"long_iron", +"long_island", +"long_island_sound", +"long_johns", +"long_jump", +"long_measure", +"long_moss", +"long_pants", +"long_pepper", +"long_pillow", +"long_plane", +"long_run", +"long_saphenous_vein", +"long_shot", +"long_sleeve", +"long_suit", +"long_time", +"long_tom", +"long_ton", +"long_trousers", +"long_underwear", +"long_wave", +"long_whist", +"longan", +"longanberry", +"longanimity", +"longar_palm", +"longbeard", +"longboat", +"longbow", +"longbowman", +"longcase_clock", +"longer", +"longevity", +"longfellow", +"longfin_mako", +"longhand", +"longheaded_thimbleweed", +"longhorn", +"longicorn", +"longicorn_beetle", +"longing", +"longitude", +"longleaf_pine", +"longlegs", +"longness", +"longroot", +"longshoreman", +"longshot", +"longsightedness", +"longtail_weasel", +"longueur", +"longways", +"longways_dance", +"longwool", +"longyi", +"lonicera", +"lonicera_albiflora", +"lonicera_canadensis", +"lonicera_caprifolium", +"lonicera_dioica", +"lonicera_flava", +"lonicera_hirsuta", +"lonicera_involucrata", +"lonicera_japonica", +"lonicera_japonica_halliana", +"lonicera_morrowii", +"lonicera_periclymenum", +"lonicera_sempervirens", +"lonicera_tatarica", +"lonicera_xylosteum", +"loniten", +"lontar", +"loo", +"loofa", +"loofah", +"look", +"look-alike", +"look-over", +"lookdown", +"lookdown_fish", +"looker", +"looker-on", +"looking", +"looking-glass_plant", +"looking_at", +"looking_for", +"looking_glass", +"looking_glass_tree", +"lookout", +"lookout_man", +"lookout_station", +"lookup", +"loom", +"loon", +"looney", +"loonie", +"loony", +"loony_bin", +"loony_toons", +"loop", +"loop-line", +"loop-the-loop", +"loop_gain", +"loop_knot", +"loop_topology", +"looper", +"loophole", +"looping", +"looping_ill", +"loos", +"loose-leaf_lettuce", +"loose_cannon", +"loose_end", +"loose_sentence", +"loose_smut", +"loose_woman", +"looseness", +"looseness_of_the_bowels", +"loosening", +"loosestrife", +"loosestrife_family", +"loot", +"looter", +"looting", +"lope", +"lope_de_vega", +"lope_felix_de_vega_carpio", +"lophiidae", +"lophius", +"lophius_americanus", +"lophodytes", +"lophodytes_cucullatus", +"lopholatilus", +"lopholatilus_chamaeleonticeps", +"lophophora", +"lophophora_williamsii", +"lophophorus", +"lophosoria", +"lophosoriaceae", +"lopid", +"lopper", +"lopressor", +"lopsidedness", +"loquaciousness", +"loquacity", +"loquat", +"loquat_tree", +"lorado_taft", +"loranthaceae", +"loranthus", +"loranthus_europaeus", +"lorazepam", +"lorca", +"lorchel", +"lord", +"lord's_day", +"lord's_prayer", +"lord's_resistance_army", +"lord's_supper", +"lord's_table", +"lord_britten_of_aldeburgh", +"lord_chancellor", +"lord_george_gordon_byron", +"lord_high_chancellor", +"lord_macaulay", +"lord_nelson", +"lord_of_misrule", +"lord_privy_seal", +"lord_rayleigh", +"lord_todd", +"lordliness", +"lordolatry", +"lordosis", +"lords-and-ladies", +"lords_spiritual", +"lords_temporal", +"lordship", +"lore", +"lorelei", +"loren", +"lorentz", +"lorentz_force", +"lorenz", +"lorenz_hart", +"lorenz_milton_hart", +"lorenz_oken", +"lorenz_okenfuss", +"lorenzo_de'medici", +"lorenzo_dressing", +"lorenzo_ganganelli", +"lorenzo_the_magnificent", +"loretta_young", +"lorfan", +"lorgnette", +"lorica", +"loricata", +"loriinae", +"lorikeet", +"loris_gracilis", +"lorisidae", +"lorraine", +"lorraine_cross", +"lorre", +"lorry", +"lory", +"los_alamos", +"los_angeles", +"loser", +"losing_streak", +"losings", +"loss", +"loss_leader", +"loss_of_consciousness", +"loss_ratio", +"losses", +"lost", +"lost-and-found", +"lost_cause", +"lost_tribes", +"lot", +"lot's_wife", +"lota", +"lota_lota", +"lotario_di_segni", +"lothario", +"lothian_region", +"lothringen", +"loti", +"lotion", +"lots", +"lotte", +"lottery", +"lottery_winner", +"lotto", +"lotus", +"lotus-eater", +"lotus_americanus", +"lotus_berthelotii", +"lotus_corniculatus", +"lotus_land", +"lotus_position", +"lotus_tetragonolobus", +"lotus_tree", +"lotusland", +"lou_gehrig", +"lou_gehrig's_disease", +"loud-hailer", +"loud_hailer", +"loud_pedal", +"loudmouth", +"loudness", +"loudspeaker", +"loudspeaker_system", +"loufah_sponge", +"lough", +"louis", +"louis-hector_berlioz", +"louis_agassiz", +"louis_antoine_de_bougainville", +"louis_aragon", +"louis_armstrong", +"louis_auchincloss", +"louis_b._mayer", +"louis_bleriot", +"louis_braille", +"louis_burt_mayer", +"louis_charles_alfred_de_musset", +"louis_comfort_tiffany", +"louis_d'or", +"louis_d'outremer", +"louis_eugene_felix_neel", +"louis_harold_gray", +"louis_henri_sullivan", +"louis_henry_sullivan", +"louis_i", +"louis_ii", +"louis_iii", +"louis_isadore_kahn", +"louis_iv", +"louis_ix", +"louis_jacques_mande_daguerre", +"louis_joliet", +"louis_jolliet", +"louis_le_begue", +"louis_le_faineant", +"louis_le_hutin", +"louis_leakey", +"louis_pasteur", +"louis_seymour_bazett_leakey", +"louis_stanton_auchincloss", +"louis_sullivan", +"louis_the_bruiser", +"louis_the_far", +"louis_the_german", +"louis_the_great", +"louis_the_pious", +"louis_the_quarreller", +"louis_the_stammerer", +"louis_the_wideawake", +"louis_untermeyer", +"louis_v", +"louis_vi", +"louis_victor_de_broglie", +"louis_vii", +"louis_viii", +"louis_x", +"louis_xi", +"louis_xii", +"louis_xiii", +"louis_xiv", +"louis_xv", +"louis_xvi", +"louisa_may_alcott", +"louise_nevelson", +"louisiana", +"louisiana_purchase", +"louisianan", +"louisianian", +"louisville", +"lounge", +"lounge_car", +"lounge_chair", +"lounge_lizard", +"lounge_suit", +"lounger", +"loungewear", +"lounging_jacket", +"lounging_pajama", +"lounging_pyjama", +"lounging_robe", +"loup-garou", +"loupe", +"louse", +"louse_fly", +"lousiness", +"lout", +"louvar", +"louver", +"louvered_window", +"louvre", +"louvre_museum", +"lovage", +"lovastatin", +"love", +"love-in-a-mist", +"love-in-idleness", +"love-in-winter", +"love-lies-bleeding", +"love-philter", +"love-philtre", +"love-potion", +"love-song", +"love-token", +"love_affair", +"love_apple", +"love_bite", +"love_child", +"love_feast", +"love_grass", +"love_handle", +"love_knot", +"love_letter", +"love_life", +"love_line", +"love_lyric", +"love_match", +"love_seat", +"love_song", +"love_story", +"love_tree", +"love_vine", +"lovebird", +"loved_one", +"lovelace", +"loveliness", +"lovell", +"lovely", +"lovemaking", +"lover", +"lover's_knot", +"lovers'_knot", +"loveseat", +"lovesickness", +"loving-kindness", +"loving_cup", +"lovingness", +"lovoa", +"lovoa_klaineana", +"low", +"low-birth-weight_baby", +"low-birth-weight_infant", +"low-bush_blueberry", +"low-calorie_diet", +"low-carbon_steel", +"low-density_lipoprotein", +"low-down", +"low-fat_diet", +"low-fat_milk", +"low-level_formatting", +"low-level_radioactive_waste", +"low-pass_filter", +"low-salt_diet", +"low-sodium_diet", +"low-spiritedness", +"low-warp-loom", +"low-water_mark", +"low_archipelago", +"low_beam", +"low_blow", +"low_blueberry", +"low_brass", +"low_comedy", +"low_countries", +"low_density", +"low_explosive", +"low_frequency", +"low_gallberry_holly", +"low_gear", +"low_german", +"low_latin", +"low_level_flight", +"low_mass", +"low_pitch", +"low_profile", +"low_quality", +"low_relief", +"low_spirits", +"low_st_andrew's_cross", +"low_status", +"low_sunday", +"low_temperature", +"low_tide", +"low_water", +"lowan", +"lowboy", +"lowbrow", +"lowbush_cranberry", +"lowbush_penstemon", +"lowell", +"lowell_jackson_thomas", +"lowell_thomas", +"lower", +"lower-case_letter", +"lower-normandy", +"lower_berth", +"lower_bound", +"lower_california", +"lower_cannon", +"lower_carboniferous", +"lower_carboniferous_period", +"lower_class", +"lower_court", +"lower_criticism", +"lower_deck", +"lower_egypt", +"lower_jaw", +"lower_jawbone", +"lower_limit", +"lower_mantle", +"lower_paleolithic", +"lower_peninsula", +"lower_rank", +"lower_respiratory_infection", +"lower_respiratory_tract", +"lower_respiratory_tract_smear", +"lower_saxony", +"lower_status", +"lower_tunguska", +"lowercase", +"lowerclassman", +"lowering", +"lowest_common_multiple", +"lowland", +"lowland_burrowing_treefrog", +"lowland_fir", +"lowland_scot", +"lowland_white_fir", +"lowlander", +"lowlands", +"lowlands_of_scotland", +"lowlife", +"lowliness", +"lowness", +"lowry", +"lox", +"loxapine", +"loxia", +"loxia_curvirostra", +"loxitane", +"loxodonta", +"loxodonta_africana", +"loxodrome", +"loxoma", +"loxomataceae", +"loxostege", +"loxostege_similalis", +"loya_jirga", +"loyalist", +"loyalist_volunteer_force", +"loyalty", +"loyang", +"loyola", +"lozal", +"lozenge", +"lozier", +"lp", +"lpn", +"lr", +"lsd", +"ltd.", +"ltm", +"ltte", +"lu", +"luanda", +"luau", +"luba", +"lubavitch", +"lubavitch_movement", +"lubavitcher", +"lubber", +"lubber's_hole", +"lubber's_line", +"lubber's_mark", +"lubber's_point", +"lubber_line", +"lubbock", +"lube", +"lubeck", +"lubitsch", +"lublin", +"lubricant", +"lubricating_oil", +"lubricating_substance", +"lubricating_system", +"lubrication", +"lubricator", +"lubricity", +"lubumbashi", +"lucania", +"lucanidae", +"lucas", +"luce", +"lucerne", +"luchino_visconti", +"luciano_pavarotti", +"lucidity", +"lucidness", +"lucifer", +"luciferin", +"lucilia", +"lucille_ball", +"lucite", +"lucius_annaeus_seneca", +"lucius_clay", +"lucius_cornelius_sulla_felix", +"lucius_domitius_ahenobarbus", +"lucius_dubignon_clay", +"lucius_licinius_lucullus", +"lucius_licinius_luculus", +"lucius_quinctius_cincinnatus", +"lucius_tarquinius_superbus", +"luck", +"luckiness", +"lucknow", +"lucky_dip", +"lucky_lindy", +"lucrativeness", +"lucre", +"lucretia_coffin_mott", +"lucretius", +"lucrezia_borgia", +"lucubration", +"lucullus", +"luculus", +"lucy", +"lucy_craft_laney", +"lucy_in_the_sky_with_diamonds", +"lucy_maud_montgomery", +"lucy_stone", +"luda", +"luddite", +"ludi_saeculares", +"ludian", +"ludo", +"ludwig_boltzmann", +"ludwig_josef_johan_wittgenstein", +"ludwig_mies_van_der_rohe", +"ludwig_van_beethoven", +"ludwig_wittgenstein", +"lues", +"lues_venerea", +"lufengpithecus", +"luff", +"luffa", +"luffa_acutangula", +"luffa_cylindrica", +"lufkin", +"luftwaffe", +"lug", +"lug_wrench", +"luganda", +"luge", +"luger", +"luggage", +"luggage_carousel", +"luggage_carrier", +"luggage_carrousel", +"luggage_compartment", +"luggage_rack", +"luggage_van", +"lugger", +"lugh", +"luging", +"lugosi", +"lugsail", +"lugubriousness", +"lugworm", +"luigi_barnaba_gregorio_chiaramonti", +"luigi_cherubini", +"luigi_galvani", +"luigi_pirandello", +"luik", +"luis_bunuel", +"luis_de_gongora_y_argote", +"lukasiewicz_notation", +"luke", +"lukewarmness", +"lule_burgas", +"lull", +"lullaby", +"lulli", +"lully", +"lulu", +"luluabourg", +"lumbago", +"lumbar_artery", +"lumbar_nerve", +"lumbar_pain", +"lumbar_plexus", +"lumbar_puncture", +"lumbar_vein", +"lumbar_vertebra", +"lumber", +"lumber_jacket", +"lumber_room", +"lumbering", +"lumberjack", +"lumberman", +"lumberman's_saw", +"lumbermill", +"lumberyard", +"lumbosacral_plexus", +"lumbus", +"lumen", +"luminal", +"luminance", +"luminance_unit", +"luminary", +"luminescence", +"luminism", +"luminosity", +"luminous_energy", +"luminous_flux", +"luminous_flux_unit", +"luminous_intensity_unit", +"luminousness", +"lumma", +"lummox", +"lump", +"lump_sugar", +"lump_sum", +"lumpectomy", +"lumpenproletariat", +"lumpenus", +"lumpenus_lumpretaeformis", +"lumper", +"lumpfish", +"lumpsucker", +"lumpy_jaw", +"luna", +"luna_moth", +"lunacy", +"lunar_calendar", +"lunar_caustic", +"lunar_crater", +"lunar_day", +"lunar_eclipse", +"lunar_excursion_module", +"lunar_latitude", +"lunar_module", +"lunar_month", +"lunar_time_period", +"lunar_year", +"lunaria", +"lunaria_annua", +"lunate_bone", +"lunatic", +"lunatic_fringe", +"lunation", +"lunch", +"lunch_meat", +"lunch_meeting", +"lunch_period", +"luncheon", +"luncheon_meat", +"luncheon_meeting", +"luncheon_voucher", +"luncher", +"lunching", +"lunchroom", +"lunchtime", +"lund", +"lunda", +"lunda_cirrhata", +"lunette", +"lung", +"lung-power", +"lung_cancer", +"lunge", +"lungen", +"lunger", +"lungfish", +"lungi", +"lungless_salamander", +"lungyi", +"lunisolar_calendar", +"lunitidal_interval", +"lunkhead", +"lunt", +"lunula", +"lunule", +"luo", +"luoyang", +"lupin", +"lupine", +"lupinus", +"lupinus_albus", +"lupinus_arboreus", +"lupinus_luteus", +"lupinus_perennis", +"lupinus_subcarnosus", +"lupinus_texensis", +"lupus", +"lupus_erythematosus", +"lupus_vulgaris", +"lurch", +"lurcher", +"lure", +"luridness", +"lurker", +"lurking_place", +"lusaka", +"lusatian", +"luschka's_tonsil", +"luscinia", +"luscinia_luscinia", +"luscinia_megarhynchos", +"lusciousness", +"lush", +"lushness", +"lushun", +"lusitania", +"lust", +"lust_for_learning", +"luster", +"lusterlessness", +"lusterware", +"lustfulness", +"lustiness", +"lustre", +"lustrelessness", +"lustrum", +"lusus_naturae", +"lut_desert", +"luta", +"lutanist", +"lute", +"luteal_phase", +"lutecium", +"lutefisk", +"lutein", +"luteinizing_hormone", +"lutenist", +"luteotropin", +"lutetium", +"lutfisk", +"luther", +"luther_burbank", +"lutheran", +"lutheran_church", +"lutheranism", +"luthier", +"luting", +"lutist", +"lutjanidae", +"lutjanus", +"lutjanus_analis", +"lutjanus_apodus", +"lutjanus_blackfordi", +"lutjanus_griseus", +"lutra", +"lutra_canadensis", +"lutra_lutra", +"lutrinae", +"lutyens", +"lutzen", +"luvaridae", +"luvarus", +"luvarus_imperialis", +"luvian", +"luwian", +"lux", +"luxation", +"luxembourg", +"luxembourg-ville", +"luxembourg_city", +"luxembourg_franc", +"luxembourger", +"luxemburg", +"luxemburger", +"luxor", +"luxuria", +"luxuriance", +"luxuriation", +"luxuriousness", +"luxury", +"luxury_liner", +"luyia", +"luzon", +"lwei", +"lx", +"lxx", +"lxxviii", +"lxxx", +"lyallpur", +"lycaena", +"lycaena_hypophlaeas", +"lycaenid", +"lycaenid_butterfly", +"lycaenidae", +"lycaeon", +"lycanthrope", +"lycanthropy", +"lycaon_pictus", +"lycee", +"lyceum", +"lychee", +"lychgate", +"lychins_chalcedonica", +"lychins_floscuculi", +"lychnis", +"lychnis_alba", +"lychnis_coronaria", +"lychnis_dioica", +"lychnis_flos-cuculi", +"lycia", +"lycian", +"lycium", +"lycium_barbarum", +"lycium_carolinianum", +"lycium_halimifolium", +"lycopene", +"lycoperdaceae", +"lycoperdales", +"lycoperdon", +"lycopersicon", +"lycopersicon_esculentum", +"lycopersicon_esculentum_cerasiforme", +"lycopersicum", +"lycophyta", +"lycopod", +"lycopodiaceae", +"lycopodiales", +"lycopodiate", +"lycopodineae", +"lycopodium", +"lycopodium_alopecuroides", +"lycopodium_alpinum", +"lycopodium_clavitum", +"lycopodium_complanatum", +"lycopodium_lucidulum", +"lycopodium_obscurum", +"lycopodium_selago", +"lycopsida", +"lycopus", +"lycopus_americanus", +"lycopus_europaeus", +"lycopus_virginicus", +"lycosa", +"lycosa_tarentula", +"lycosidae", +"lydia", +"lydia_kamekeha_paki_liliuokalani", +"lydian", +"lye", +"lye_hominy", +"lygaeid", +"lygaeid_bug", +"lygaeidae", +"lyginopteridales", +"lyginopteris", +"lygodium", +"lygodium_microphyllum", +"lygodium_palmatum", +"lygus", +"lygus_bug", +"lygus_lineolaris", +"lying", +"lying-in", +"lying_in_wait", +"lying_under_oath", +"lyly", +"lyman_frank_brown", +"lymantria", +"lymantria_dispar", +"lymantriid", +"lymantriidae", +"lyme_arthritis", +"lyme_disease", +"lyme_grass", +"lymph", +"lymph_cell", +"lymph_gland", +"lymph_node", +"lymph_vessel", +"lymphadenitis", +"lymphadenoma", +"lymphadenopathy", +"lymphangiectasia", +"lymphangiectasis", +"lymphangiogram", +"lymphangiography", +"lymphangioma", +"lymphangitis", +"lymphatic_system", +"lymphatic_tissue", +"lymphatic_vessel", +"lymphedema", +"lymphoblast", +"lymphoblastic_leukemia", +"lymphocyte", +"lymphocytic_choriomeningitis", +"lymphocytic_choriomeningitis_virus", +"lymphocytic_leukemia", +"lymphocytopenia", +"lymphocytosis", +"lymphogranuloma", +"lymphogranuloma_venereum", +"lymphography", +"lymphoid_tissue", +"lymphokine", +"lymphoma", +"lymphopathia_venereum", +"lymphopenia", +"lymphopoiesis", +"lymphuria", +"lynch_law", +"lynch_mob", +"lynchburg", +"lynching", +"lynchpin", +"lyndon_baines_johnson", +"lyndon_johnson", +"lynn_fontanne", +"lynx", +"lynx_canadensis", +"lynx_caracal", +"lynx_lynx", +"lynx_pardina", +"lynx_rufus", +"lyon", +"lyonia", +"lyonia_ligustrina", +"lyonia_lucida", +"lyonia_mariana", +"lyonnais", +"lyonnaise_sauce", +"lyons", +"lyophilisation", +"lyophilization", +"lypressin", +"lyra", +"lyrate_leaf", +"lyre", +"lyre-flower", +"lyre_snake", +"lyrebird", +"lyreflower", +"lyric", +"lyric_poem", +"lyricality", +"lyricism", +"lyricist", +"lyrist", +"lyrurus", +"lyrurus_mlokosiewiczi", +"lyrurus_tetrix", +"lysander", +"lysenko", +"lysergic_acid", +"lysergic_acid_diethylamide", +"lysichiton", +"lysichiton_americanum", +"lysichitum", +"lysiloma", +"lysiloma_bahamensis", +"lysiloma_latisiliqua", +"lysiloma_sabicu", +"lysimachia", +"lysimachia_ciliatum", +"lysimachia_clethroides_duby", +"lysimachia_nemorum", +"lysimachia_nummularia", +"lysimachia_quadrifolia", +"lysimachia_terrestris", +"lysimachia_vulgaris", +"lysimachus", +"lysin", +"lysine", +"lysine_intolerance", +"lysinemia", +"lysippus", +"lysis", +"lysogenicity", +"lysogenisation", +"lysogenization", +"lysogeny", +"lysol", +"lysosome", +"lysozyme", +"lyssa", +"lyssavirus", +"lythraceae", +"lythrum", +"lythrum_hyssopifolia", +"lythrum_salicaria", +"lytton", +"lytton_strachey", +"m", +"m-1", +"m-1_rifle", +"m-theory", +"m._j._schleiden", +"m.m.", +"m1", +"m2", +"m3", +"ma", +"ma'am", +"maalox", +"maar", +"maarianhamina", +"mac", +"macaca", +"macaca_irus", +"macaca_mulatta", +"macaca_radiata", +"macaca_sylvana", +"macadam", +"macadamia", +"macadamia_integrifolia", +"macadamia_nut", +"macadamia_nut_tree", +"macadamia_ternifolia", +"macadamia_tetraphylla", +"macadamia_tree", +"macamba", +"macao", +"macao_monetary_unit", +"macaque", +"macaroni", +"macaroni_and_cheese", +"macaroni_salad", +"macaroni_wheat", +"macaroon", +"macarthur", +"macau", +"macaulay", +"macaw", +"macbeth", +"macdowell", +"mace", +"macebearer", +"macedoine", +"macedon", +"macedonia", +"macedonian", +"macedonian_war", +"macer", +"maceration", +"macgregor", +"macguffin", +"mach", +"mach_number", +"machaeranthera", +"machaeranthera_bigelovii", +"machaeranthera_tanacetifolia", +"machaeranthera_tortifoloia", +"machete", +"machiavelli", +"machiavellian", +"machiavellianism", +"machicolation", +"machilid", +"machilidae", +"machination", +"machinator", +"machine", +"machine-displayable_text", +"machine-oriented_language", +"machine-readable_text", +"machine_bolt", +"machine_code", +"machine_gun", +"machine_gunner", +"machine_language", +"machine_operation", +"machine_pistol", +"machine_politician", +"machine_readable_dictionary", +"machine_rifle", +"machine_screw", +"machine_shop", +"machine_stitch", +"machine_tool", +"machine_translation", +"machinery", +"machinist", +"machinist's_vise", +"machismo", +"machmeter", +"macho", +"macho-man", +"machu_picchu", +"machupo_virus", +"macintosh", +"mack", +"mack_sennett", +"mackem", +"mackenzie", +"mackenzie_river", +"mackerel", +"mackerel_scad", +"mackerel_shad", +"mackerel_shark", +"mackerel_sky", +"mackinac_bridge", +"mackinaw", +"mackinaw_blanket", +"mackinaw_boat", +"mackinaw_coat", +"mackintosh", +"mackle", +"macleaya", +"macleaya_cordata", +"macleish", +"macleod", +"maclura", +"maclura_pomifera", +"macon", +"maconnais", +"macoun", +"macowanites", +"macowanites_americanus", +"macrame", +"macrencephaly", +"macro", +"macro_instruction", +"macrobiotic_diet", +"macrobiotics", +"macrocephalon", +"macrocephalon_maleo", +"macrocephaly", +"macrocheira", +"macrocheira_kaempferi", +"macroclemys", +"macroclemys_temmincki", +"macrocosm", +"macrocyte", +"macrocytic_anaemia", +"macrocytic_anemia", +"macrocytosis", +"macrodactylus", +"macrodactylus_subspinosus", +"macrodantin", +"macroeconomic_expert", +"macroeconomics", +"macroeconomist", +"macroevolution", +"macroglia", +"macroglossia", +"macromolecule", +"macron", +"macronectes", +"macronectes_giganteus", +"macrophage", +"macropodidae", +"macropus", +"macropus_agiles", +"macropus_giganteus", +"macrorhamphosidae", +"macroscopic_anatomy", +"macrosporangium", +"macrospore", +"macrothelypteris", +"macrotis", +"macrotis_lagotis", +"macrotus", +"macrotus_californicus", +"macrotyloma", +"macrotyloma_uniflorum", +"macrouridae", +"macrozamia", +"macrozamia_communis", +"macrozamia_spiralis", +"macrozoarces", +"macrozoarces_americanus", +"macruridae", +"macula", +"macula_lutea", +"macular_area", +"macular_degeneration", +"macular_edema", +"maculation", +"macule", +"macumba", +"macushla", +"mad-dog_skullcap", +"mad-dog_weed", +"mad_anthony_wayne", +"mad_apple", +"mad_cow_disease", +"madagascan", +"madagascar", +"madagascar_cat", +"madagascar_franc", +"madagascar_jasmine", +"madagascar_pepper", +"madagascar_periwinkle", +"madagascar_plum", +"madake", +"madam", +"madame", +"madame_curie", +"madame_de_maintenon", +"madame_de_stael", +"madame_tussaud", +"madcap", +"madder", +"madder_family", +"madderwort", +"madeira", +"madeira_cake", +"madeira_islands", +"madeira_river", +"madeira_sponge", +"madeira_winter_cherry", +"madeiras", +"mademoiselle", +"madhouse", +"madia", +"madia_elegans", +"madia_oil", +"madia_oil_plant", +"madia_sativa", +"madison", +"madman", +"madnep", +"madness", +"madonna", +"madonna_lily", +"madonna_louise_ciccone", +"madoqua", +"madras", +"madrasa", +"madrasah", +"madreporaria", +"madrepore", +"madrid", +"madrigal", +"madrigalist", +"madrilene", +"madriporian_coral", +"madrona", +"madrono", +"madwoman", +"madwort", +"mae_west", +"maeandra", +"maelstrom", +"maenad", +"maestro", +"maeterlinck", +"mafa", +"maffeo_barberini", +"maffia", +"mafia", +"mafioso", +"mag", +"mag_tape", +"magadhan", +"magazine", +"magazine_article", +"magazine_publisher", +"magazine_rack", +"magdalen", +"magdalena", +"magdalena_river", +"magellan", +"magellanic_cloud", +"magen_david", +"magenta", +"maggot", +"magh", +"magha", +"maghreb", +"magi", +"magic", +"magic_bullet", +"magic_eye", +"magic_lantern", +"magic_marker", +"magic_mushroom", +"magic_number", +"magic_realism", +"magic_spell", +"magic_square", +"magic_trick", +"magical_ability", +"magical_power", +"magical_spell", +"magician", +"magicicada", +"magicicada_septendecim", +"magilp", +"maginot", +"maginot_line", +"magistracy", +"magistrate", +"magistrature", +"maglev", +"magma", +"magna_carta", +"magna_charta", +"magna_mater", +"magnanimity", +"magnanimousness", +"magnate", +"magnesia", +"magnesite", +"magnesium", +"magnesium_bicarbonate", +"magnesium_carbonate", +"magnesium_hydroxide", +"magnesium_nitride", +"magnesium_oxide", +"magnesium_sulfate", +"magnet", +"magnetic_attraction", +"magnetic_bottle", +"magnetic_bubble_memory", +"magnetic_compass", +"magnetic_core", +"magnetic_core_memory", +"magnetic_declination", +"magnetic_dip", +"magnetic_dipole", +"magnetic_dipole_moment", +"magnetic_disc", +"magnetic_disk", +"magnetic_equator", +"magnetic_field", +"magnetic_field_strength", +"magnetic_flux", +"magnetic_flux_density", +"magnetic_flux_unit", +"magnetic_force", +"magnetic_head", +"magnetic_inclination", +"magnetic_induction", +"magnetic_ink", +"magnetic_intensity", +"magnetic_iron-ore", +"magnetic_levitation", +"magnetic_line_of_force", +"magnetic_medium", +"magnetic_meridian", +"magnetic_mine", +"magnetic_moment", +"magnetic_monopole", +"magnetic_needle", +"magnetic_north", +"magnetic_pole", +"magnetic_pyrites", +"magnetic_recorder", +"magnetic_resonance", +"magnetic_resonance_imaging", +"magnetic_storage", +"magnetic_storage_medium", +"magnetic_storm", +"magnetic_stripe", +"magnetic_tape", +"magnetic_variation", +"magnetics", +"magnetisation", +"magnetism", +"magnetite", +"magnetization", +"magneto", +"magnetoelectric_machine", +"magnetograph", +"magnetohydrodynamics", +"magnetometer", +"magnetomotive_force", +"magnetomotive_force_unit", +"magneton", +"magnetosphere", +"magnetron", +"magnificat", +"magnification", +"magnificence", +"magnifico", +"magnifier", +"magnifying_glass", +"magniloquence", +"magnitude", +"magnitude_relation", +"magnolia", +"magnolia_acuminata", +"magnolia_family", +"magnolia_fraseri", +"magnolia_grandiflora", +"magnolia_macrophylla", +"magnolia_soulangiana", +"magnolia_state", +"magnolia_stellata", +"magnolia_tripetala", +"magnolia_virginiana", +"magnoliaceae", +"magnoliid_dicot_family", +"magnoliid_dicot_genus", +"magnoliidae", +"magnoliophyta", +"magnoliopsid", +"magnoliopsid_family", +"magnoliopsid_genus", +"magnoliopsida", +"magnum", +"magnum_opus", +"magnus_hitch", +"magpie", +"magritte", +"maguey", +"magus", +"magyar", +"magyarorszag", +"mah-jongg", +"maha", +"mahabharata", +"mahabharatam", +"mahabharatum", +"mahagua", +"mahalia_jackson", +"mahan", +"maharaja", +"maharajah", +"maharanee", +"maharani", +"maharashtra", +"mahatma", +"mahatma_gandhi", +"mahayana", +"mahayana_buddhism", +"mahayanism", +"mahayanist", +"mahdi", +"mahdism", +"mahdist", +"mahernia_verticillata", +"mahgrib", +"mahican", +"mahimahi", +"mahjong", +"mahler", +"mahlstick", +"mahoe", +"mahogany", +"mahogany_family", +"mahogany_tree", +"mahomet", +"mahonia", +"mahonia_aquifolium", +"mahonia_nervosa", +"mahound", +"mahout", +"mahratta", +"mahratti", +"mahuang", +"maia", +"maianthemum", +"maianthemum_bifolium", +"maianthemum_canadense", +"maid", +"maid_of_honor", +"maiden", +"maiden_aunt", +"maiden_blue-eyed_mary", +"maiden_flight", +"maiden_name", +"maiden_over", +"maiden_pink", +"maiden_voyage", +"maidenhair", +"maidenhair_berry", +"maidenhair_fern", +"maidenhair_spleenwort", +"maidenhair_tree", +"maidenhead", +"maidenhood", +"maidenliness", +"maidhood", +"maidism", +"maidservant", +"maidu", +"maiduguri", +"maieutic_method", +"maiger", +"maigre", +"maikoa", +"mail", +"mail-order_buying", +"mail_boat", +"mail_call", +"mail_car", +"mail_carrier", +"mail_clerk", +"mail_fraud", +"mail_order", +"mail_pouch", +"mail_service", +"mail_slot", +"mail_train", +"mailbag", +"mailboat", +"mailbox", +"maildrop", +"mailer", +"mailing", +"mailing-card", +"mailing_address", +"mailing_list", +"maillol", +"maillot", +"mailman", +"mailsorter", +"maimed", +"maimer", +"maimonides", +"main", +"main-topmast", +"main-topsail", +"main_clause", +"main_course", +"main_deck", +"main_diagonal", +"main_drag", +"main_entry_word", +"main_file", +"main_line", +"main_office", +"main_road", +"main_rotor", +"main_street", +"main_yard", +"maine", +"maine_lobster", +"mainer", +"mainframe", +"mainframe_computer", +"mainland", +"mainland_china", +"mainmast", +"mainsail", +"mainsheet", +"mainspring", +"mainstay", +"mainstream", +"maintainer", +"maintenance", +"maintenance_man", +"maintenance_staff", +"maintenon", +"maiolica", +"maisonette", +"maisonnette", +"maitland", +"maitre_d'", +"maitre_d'hotel", +"maitreya", +"maize", +"maja", +"maja_squinado", +"majagua", +"majesty", +"majidae", +"majolica", +"major", +"major-domo", +"major-general", +"major-league_club", +"major-league_team", +"major_affective_disorder", +"major_axis", +"major_depressive_episode", +"major_diatonic_scale", +"major_fast_day", +"major_form_class", +"major_key", +"major_league", +"major_leaguer", +"major_lobe", +"major_mode", +"major_planet", +"major_power", +"major_premise", +"major_premiss", +"major_scale", +"major_suit", +"major_surgery", +"major_term", +"major_tranquilizer", +"major_tranquilliser", +"major_tranquillizer", +"majorana", +"majorana_hortensis", +"majorca", +"majorette", +"majority", +"majority_leader", +"majority_operation", +"majority_opinion", +"majority_rule", +"majors", +"majuscule", +"mak", +"makaira", +"makaira_albida", +"makaira_marlina", +"makaira_mazara", +"makaira_mitsukurii", +"makaira_nigricans", +"makalu", +"makarios_iii", +"makataimeshekiakiak", +"make", +"make-believe", +"make-do", +"make-peace", +"make-up", +"make-work", +"makedonija", +"makeover", +"maker", +"makeready", +"makeshift", +"makeup", +"makeweight", +"makin", +"making", +"making_known", +"making_love", +"making_water", +"mako", +"mako_shark", +"makomako", +"maksim_gorky", +"maksutov_telescope", +"maktab_al-khidmat", +"mal_de_la_rosa", +"mal_de_mer", +"mal_rosso", +"malabar_kino", +"malabo", +"malabsorption", +"malabsorption_syndrome", +"malacanthidae", +"malacca", +"malacca_cane", +"malachi", +"malachias", +"malachite", +"malacia", +"malaclemys", +"malaclemys_centrata", +"malacologist", +"malacology", +"malaconotinae", +"malacopterygian", +"malacopterygii", +"malacosoma", +"malacosoma_americana", +"malacosoma_disstria", +"malacostraca", +"malacostracan_crustacean", +"malacothamnus", +"malacothamnus_fasciculatus", +"maladjustment", +"maladroitness", +"malady", +"malaga", +"malagasy_republic", +"malahini", +"malaise", +"malamud", +"malamute", +"malanga", +"malaprop", +"malapropism", +"malar", +"malar_bone", +"malaria", +"malaria_mosquito", +"malaria_parasite", +"malarial_mosquito", +"malarkey", +"malarky", +"malathion", +"malathion_poisoning", +"malawi", +"malawi_kwacha", +"malawian", +"malawian_monetary_unit", +"malaxis", +"malaxis-unifolia", +"malaxis_ophioglossoides", +"malay", +"malay_archipelago", +"malay_peninsula", +"malaya", +"malayalam", +"malayan", +"malayan_tapir", +"malayo-polynesian", +"malaysia", +"malaysia_militant_group", +"malaysian", +"malaysian_monetary_unit", +"malaysian_mujahidin_group", +"malcolm_little", +"malcolm_lowry", +"malcolm_stock", +"malcolm_x", +"malcolmia", +"malcolmia_maritima", +"malcontent", +"maldivan", +"maldive_islands", +"maldives", +"maldivian", +"maldon", +"male", +"male-patterned_baldness", +"male_aristocrat", +"male_berry", +"male_body", +"male_bonding", +"male_chauvinism", +"male_chauvinist", +"male_chest", +"male_child", +"male_erecticle_dysfunction", +"male_fern", +"male_genital_organ", +"male_genitalia", +"male_genitals", +"male_horse", +"male_hypogonadism", +"male_internal_reproductive_organ", +"male_monarch", +"male_offspring", +"male_orchis", +"male_orgasm", +"male_parent", +"male_pattern_baldness", +"male_person", +"male_plug", +"male_reproductive_gland", +"male_reproductive_system", +"male_sibling", +"maleate", +"maleberry", +"malebranche", +"malecite", +"malediction", +"malefactor", +"maleficence", +"maleic_acid", +"malemute", +"maleness", +"maleo", +"maleseet", +"malevich", +"malevolence", +"malevolency", +"malevolent_program", +"malfeasance", +"malfeasant", +"malformation", +"malfunction", +"malheur_wire_lettuce", +"mali", +"mali_franc", +"malian", +"malice", +"malice_aforethought", +"malicious_gossip", +"malicious_mischief", +"maliciousness", +"malignance", +"malignancy", +"malignant_anaemia", +"malignant_anemia", +"malignant_hepatoma", +"malignant_hypertension", +"malignant_hyperthermia", +"malignant_melanoma", +"malignant_neoplasm", +"malignant_neoplastic_disease", +"malignant_neuroma", +"malignant_pustule", +"malignant_tumor", +"maligner", +"malignity", +"malignment", +"malik", +"malingerer", +"malingering", +"malinois", +"malinowski", +"mall", +"mallard", +"mallarme", +"malleability", +"mallee", +"mallee_fowl", +"mallee_hen", +"mallet", +"malleus", +"mallon", +"mallophaga", +"mallotus", +"mallow", +"mallow_family", +"malmo", +"malmsey", +"malnourishment", +"malnutrition", +"malocclusion", +"malodor", +"malodorousness", +"malodour", +"malone", +"malonylurea", +"malope", +"malope_trifida", +"malopterurus", +"malopterurus_electricus", +"malory", +"malosma", +"malosma_laurina", +"malpighi", +"malpighia", +"malpighia_glabra", +"malpighia_obovata", +"malpighiaceae", +"malpighian_body", +"malpighian_corpuscle", +"malpighian_layer", +"malposed_tooth", +"malposition", +"malpractice", +"malpractice_insurance", +"malraux", +"mals", +"malt", +"malt_liquor", +"malt_sugar", +"malt_whiskey", +"malt_whisky", +"malta", +"malta_fever", +"malted", +"malted_milk", +"maltese", +"maltese_cat", +"maltese_cross", +"maltese_dog", +"maltese_language", +"maltese_lira", +"maltese_monetary_unit", +"maltese_terrier", +"maltha", +"malthus", +"malthusian", +"malthusian_theory", +"malthusianism", +"malti", +"maltman", +"malto", +"maltose", +"maltreater", +"maltreatment", +"maltster", +"malus", +"malus_angustifolia", +"malus_baccata", +"malus_coronaria", +"malus_fusca", +"malus_ioensis", +"malus_pumila", +"malus_sylvestris", +"malva", +"malva_moschata", +"malva_neglecta", +"malva_sylvestris", +"malvaceae", +"malvales", +"malvasia", +"malvastrum", +"malvastrum_coccineum", +"malvaviscus", +"malversation", +"malvina_hoffman", +"mam", +"mama", +"mama's_boy", +"mamba", +"mambo", +"mamet", +"mamey", +"mamilla", +"mamillary_body", +"mamma", +"mamma's_boy", +"mammal", +"mammal_family", +"mammal_genus", +"mammal_semnopithecus", +"mammalia", +"mammalian", +"mammalogist", +"mammalogy", +"mammary_gland", +"mammea", +"mammea_americana", +"mammee", +"mammee_apple", +"mammee_tree", +"mammilla", +"mammillaria", +"mammillaria_plumosa", +"mammillary_body", +"mammogram", +"mammography", +"mammon", +"mammoth", +"mammoth_cave_national_park", +"mammothermography", +"mammut", +"mammut_americanum", +"mammuthus", +"mammuthus_columbi", +"mammuthus_primigenius", +"mammutidae", +"mammy", +"mamo", +"mamoncillo", +"man", +"man's_body", +"man's_clothing", +"man-about-town", +"man-at-arms", +"man-child", +"man-eater", +"man-eating_shark", +"man-made_fiber", +"man-made_lake", +"man-of-the-earth", +"man-of-war", +"man-of-war_bird", +"man-on-a-horse", +"man_and_wife", +"man_friday", +"man_hour", +"man_in_the_street", +"man_jack", +"man_of_action", +"man_of_affairs", +"man_of_deeds", +"man_of_letters", +"man_of_means", +"man_of_the_cloth", +"man_of_the_world", +"manacle", +"manageability", +"manageableness", +"managed_economy", +"management", +"management_consultant", +"management_consulting", +"management_control", +"management_personnel", +"manager", +"manageress", +"managership", +"managing_director", +"managing_editor", +"managua", +"manakin", +"manama", +"manana", +"manannan", +"manassa_mauler", +"manat", +"manatee", +"manawydan", +"manawyddan", +"manchester", +"manchester_terrier", +"manchu", +"manchu_dynasty", +"manchuria", +"mancunian", +"manda", +"mandaean", +"mandaeanism", +"mandala", +"mandalay", +"mandamus", +"mandara", +"mandarin", +"mandarin_chinese", +"mandarin_dialect", +"mandarin_duck", +"mandarin_orange", +"mandarin_orange_tree", +"mandatary", +"mandate", +"mandator", +"mandatory", +"mandatory_injunction", +"mande", +"mandean", +"mandeanism", +"mandela", +"mandelamine", +"mandelbrot", +"mandelbrot_set", +"mandelshtam", +"mandelstam", +"mandevilla", +"mandevilla_boliviensis", +"mandevilla_laxa", +"mandible", +"mandibula", +"mandibular_bone", +"mandibular_condyle", +"mandibular_fossa", +"mandibular_gland", +"mandibular_joint", +"mandibular_notch", +"mandioc", +"mandioca", +"mandola", +"mandolin", +"mandragora", +"mandragora_officinarum", +"mandrake", +"mandrake_root", +"mandrel", +"mandril", +"mandrill", +"mandrillus", +"mandrillus_leucophaeus", +"mandrillus_sphinx", +"manduca", +"manduca_quinquemaculata", +"manduca_sexta", +"manduction", +"mane", +"maned_sheep", +"maned_wolf", +"manes", +"manet", +"maneuver", +"maneuverability", +"maneuverer", +"manfred_eigen", +"manfulness", +"mangabey", +"manganate", +"manganese", +"manganese_bronze", +"manganese_steel", +"manganese_tetroxide", +"manganic_acid", +"manganite", +"mange", +"mangel-wurzel", +"manger", +"mangifera", +"mangifera_indica", +"manginess", +"mangle", +"mangler", +"manglietia", +"mango", +"mango_tree", +"mangold", +"mangold-wurzel", +"mangonel", +"mangosteen", +"mangosteen_tree", +"mangrove", +"mangrove_family", +"mangrove_snapper", +"manhattan", +"manhattan_clam_chowder", +"manhattan_island", +"manhattan_project", +"manhole", +"manhole_cover", +"manhood", +"manhunt", +"mania", +"maniac", +"manic-depressive", +"manic-depressive_psychosis", +"manic_depression", +"manic_depressive_illness", +"manic_disorder", +"manichaean", +"manichaeanism", +"manichaeism", +"manichean", +"manichee", +"manicotti", +"manicure", +"manicure_set", +"manicurist", +"manidae", +"manifest", +"manifest_destiny", +"manifestation", +"manifesto", +"manifold", +"manifold_paper", +"manihot", +"manihot_dulcis", +"manihot_esculenta", +"manihot_utilissima", +"manikin", +"manila", +"manila_bay", +"manila_bean", +"manila_grass", +"manila_hemp", +"manila_maguey", +"manila_paper", +"manila_tamarind", +"manilkara", +"manilkara_bidentata", +"manilkara_zapota", +"manilla", +"manilla_hemp", +"manilla_paper", +"manioc", +"manioca", +"manipulability", +"manipulation", +"manipulative_electronic_deception", +"manipulator", +"manipur", +"maniraptor", +"maniraptora", +"manis", +"manitoba", +"mankato", +"mankind", +"manliness", +"mann", +"manna", +"manna_ash", +"manna_from_heaven", +"manna_grass", +"manna_gum", +"manna_lichen", +"mannequin", +"manner", +"manner_name", +"manner_of_speaking", +"manner_of_walking", +"mannerism", +"manners", +"mannheim", +"mannikin", +"mannitol", +"manoeuvrability", +"manoeuvre", +"manoeuvrer", +"manometer", +"manor", +"manor_hall", +"manor_house", +"manpad", +"manpower", +"manroot", +"mansard", +"mansard_roof", +"mansart", +"manse", +"manservant", +"mansfield", +"mansi", +"mansion", +"mansion_house", +"manslaughter", +"manslayer", +"manson", +"manta", +"manta_birostris", +"manta_ray", +"mantegna", +"manteidae", +"mantel", +"mantelet", +"mantell", +"mantelpiece", +"manteodea", +"mantichora", +"manticora", +"manticore", +"mantid", +"mantidae", +"mantiger", +"mantilla", +"mantinea", +"mantineia", +"mantis", +"mantis_crab", +"mantis_prawn", +"mantis_religioso", +"mantis_shrimp", +"mantispid", +"mantispidae", +"mantissa", +"mantle", +"mantled_ground_squirrel", +"mantlepiece", +"mantlet", +"mantophasmatodea", +"mantoux_test", +"mantra", +"mantrap", +"mantua", +"manual", +"manual_alphabet", +"manual_dexterity", +"manual_labor", +"manual_laborer", +"manual_labour", +"manual_of_arms", +"manubrium", +"manuel_de_falla", +"manuel_rodriquez_patriotic_front", +"manufactory", +"manufacture", +"manufactured_home", +"manufacturer", +"manufacturing", +"manufacturing_business", +"manufacturing_plant", +"manul", +"manumission", +"manumitter", +"manure", +"manus", +"manuscript", +"manx", +"manx_cat", +"manx_shearwater", +"manzanilla", +"manzanita", +"manzoni", +"mao", +"mao_jacket", +"mao_tsetung", +"mao_zedong", +"maoi", +"maoism", +"maoist", +"maori", +"maori_hen", +"map", +"map-reader", +"map_collection", +"map_maker", +"map_projection", +"mapinguari", +"maple", +"maple-leaf", +"maple-leaf_begonia", +"maple-leaved_bayur", +"maple_family", +"maple_sugar", +"maple_syrup", +"maple_syrup_urine_disease", +"mapmaking", +"mapper", +"mapping", +"mapquest", +"maputo", +"maquiladora", +"maquis", +"maquisard", +"mar", +"mara", +"marabou", +"marabou_stork", +"marabout", +"maraca", +"maracaibo", +"maracan_language", +"maracay", +"maraco", +"marang", +"marang_tree", +"maranta", +"maranta_arundinaceae", +"marantaceae", +"marasca", +"marasca_cherry", +"maraschino", +"maraschino_cherry", +"maraschino_liqueur", +"marasmius", +"marasmius_oreades", +"marasmus", +"marat", +"maratha", +"marathi", +"marathon", +"marathon_runner", +"marathoner", +"marattia", +"marattia_salicina", +"marattiaceae", +"marattiales", +"maraud", +"marauder", +"maravilla", +"marble", +"marble-wood", +"marble_bones_disease", +"marble_cake", +"marbleisation", +"marbleising", +"marbleization", +"marbleizing", +"marbles", +"marblewood", +"marbling", +"marburg_disease", +"marburg_hemorrhagic_fever", +"marburg_virus", +"marc", +"marc_blitzstein", +"marc_chagall", +"marceau", +"marcel", +"marcel_duchamp", +"marcel_lajos_breuer", +"marcel_marceau", +"marcel_proust", +"marcello_malpighi", +"march", +"march_17", +"march_19", +"march_2", +"march_25", +"march_equinox", +"march_king", +"marchand_de_vin", +"marchantia", +"marchantia_polymorpha", +"marchantiaceae", +"marchantiales", +"marche", +"marcher", +"marches", +"marching", +"marching_band", +"marching_music", +"marching_order", +"marching_orders", +"marchioness", +"marchland", +"marchpane", +"marciano", +"marcionism", +"marco_polo", +"marco_polo's_sheep", +"marco_polo_sheep", +"marconi", +"marconi_rig", +"marcus_annius_verus", +"marcus_antonius", +"marcus_aurelius", +"marcus_aurelius_antoninus", +"marcus_aurelius_valerius_maximianus", +"marcus_cocceius_nerva", +"marcus_junius_brutus", +"marcus_terentius_varro", +"marcus_tullius_cicero", +"marcus_ulpius_traianus", +"marcus_vipsanius_agrippa", +"marcus_whitman", +"marcuse", +"mardi_gras", +"marduk", +"mare", +"mare's_nest", +"mare's_tail", +"mare_clausum", +"mare_liberum", +"mare_nostrum", +"marengo", +"marfan's_syndrome", +"margaret_court", +"margaret_higgins_sanger", +"margaret_hilda_thatcher", +"margaret_mead", +"margaret_mitchell", +"margaret_munnerlyn_mitchell", +"margaret_sanger", +"margaret_thatcher", +"margarete_gertrud_zelle", +"margaric_acid", +"margarin", +"margarine", +"margarita", +"margasivsa", +"margate", +"margay", +"margay_cat", +"marge", +"margin", +"margin_account", +"margin_call", +"margin_of_error", +"margin_of_profit", +"margin_of_safety", +"marginal_cost", +"marginal_placentation", +"marginal_utility", +"marginal_wood_fern", +"marginalia", +"marginalisation", +"marginality", +"marginalization", +"marginocephalia", +"marginocephalian", +"margosa", +"margrave", +"marguerite", +"marguerite_daisy", +"marguerite_radclyffe_hall", +"mari", +"maria", +"maria_callas", +"maria_luigi_carlo_zenobio_cherubini", +"maria_magdalene_von_losch", +"maria_meneghini_callas", +"maria_mitchell", +"maria_montesorri", +"maria_tallchief", +"mariachi", +"marian_anderson", +"mariana_islands", +"marianas", +"marianne_craig_moore", +"marianne_moore", +"maricopa", +"marie-strumpell_disease", +"marie_anne_charlotte_corday_d'armont", +"marie_antoinette", +"marie_charlotte_carmichael_stopes", +"marie_curie", +"marie_dolores_eliza_rosanna_gilbert", +"marie_goeppert_mayer", +"marie_grosholtz", +"marie_henri_beyle", +"marie_jean_antoine_nicolas_caritat", +"marie_jeanne_becu", +"marie_joseph_paul_yves_roch_gilbert_du_motier", +"marie_louise_elisabeth_vigee-lebrun", +"marie_stopes", +"marie_tussaud", +"mariehamn", +"marigold", +"marihuana", +"marijuana", +"marijuana_cigarette", +"marilyn_horne", +"marilyn_monroe", +"marimba", +"marina", +"marinade", +"marinara", +"marine", +"marine_animal", +"marine_archaeology", +"marine_archeology", +"marine_corps", +"marine_corps_intelligence_activity", +"marine_creature", +"marine_engineer", +"marine_glue", +"marine_iguana", +"marine_law", +"marine_mine", +"marine_museum", +"marine_mussel", +"marine_turtle", +"marineland", +"mariner", +"mariner's_compass", +"marines", +"marini", +"marino", +"mario_vargas_llosa", +"marionette", +"mariotte's_law", +"mariposa", +"mariposa_lily", +"mariposa_tulip", +"mariposan", +"marital_bed", +"marital_communications_privilege", +"marital_relationship", +"marital_status", +"mariticide", +"maritime_law", +"maritime_provinces", +"maritimes", +"marjoram", +"mark", +"mark_anthony", +"mark_antony", +"mark_clark", +"mark_hopkins", +"mark_of_cain", +"mark_rothko", +"mark_tobey", +"mark_twain", +"mark_wayne_clark", +"markaz-ud-dawa-wal-irshad", +"marker", +"market", +"market_analysis", +"market_analyst", +"market_capitalisation", +"market_capitalization", +"market_cross", +"market_day", +"market_economy", +"market_forces", +"market_garden", +"market_gardening", +"market_keeper", +"market_letter", +"market_order", +"market_penetration", +"market_place", +"market_price", +"market_research", +"market_square", +"market_strategist", +"market_town", +"market_value", +"marketer", +"marketing", +"marketing_cost", +"marketing_research", +"marketplace", +"markhoor", +"markhor", +"marking", +"marking_ink", +"markka", +"markoff", +"markoff_chain", +"markoff_process", +"markov", +"markov_chain", +"markov_process", +"markova", +"marks", +"marksman", +"marksmanship", +"markup", +"markup_language", +"markweed", +"marl", +"marlberry", +"marlene_dietrich", +"marley", +"marlin", +"marline", +"marlinespike", +"marlingspike", +"marlinspike", +"marlite", +"marlowe", +"marlstone", +"marmalade", +"marmalade_box", +"marmalade_bush", +"marmalade_orange", +"marmalade_plum", +"marmalade_tree", +"marmara", +"marmara_denizi", +"marmite", +"marmora", +"marmoset", +"marmot", +"marmota", +"marmota_caligata", +"marmota_flaviventris", +"marmota_monax", +"marne_river", +"maroc", +"marocain", +"maroon", +"marplan", +"marquand", +"marque", +"marquee", +"marquesas_islands", +"marquess", +"marqueterie", +"marquetry", +"marquette", +"marquis", +"marquis_de_condorcet", +"marquis_de_lafayette", +"marquis_de_laplace", +"marquis_de_sade", +"marquise", +"marquise_de_maintenon", +"marquise_de_montespan", +"marquise_de_pompadour", +"marrakech", +"marrakesh", +"marrano", +"marri", +"marriage", +"marriage_bed", +"marriage_broker", +"marriage_brokerage", +"marriage_ceremony", +"marriage_contract", +"marriage_counseling", +"marriage_licence", +"marriage_license", +"marriage_mart", +"marriage_of_convenience", +"marriage_offer", +"marriage_proposal", +"marriage_settlement", +"marriageability", +"married", +"married_couple", +"married_man", +"married_person", +"married_woman", +"marrow", +"marrow_squash", +"marrowbone", +"marrowfat_pea", +"marrubium", +"marrubium_vulgare", +"marruecos", +"mars", +"marsala", +"marseillaise", +"marseille", +"marseilles", +"marseilles_fever", +"marsh", +"marsh_andromeda", +"marsh_bellflower", +"marsh_buggy", +"marsh_clematis", +"marsh_cress", +"marsh_elder", +"marsh_felwort", +"marsh_fern", +"marsh_gas", +"marsh_gentian", +"marsh_hare", +"marsh_harrier", +"marsh_hawk", +"marsh_hen", +"marsh_horsetail", +"marsh_mallow", +"marsh_marigold", +"marsh_milkweed", +"marsh_orchid", +"marsh_pea", +"marsh_pink", +"marsh_plant", +"marsh_rosemary", +"marsh_st-john's_wort", +"marsh_tea", +"marsh_trefoil", +"marsh_wren", +"marshal", +"marshal_saxe", +"marshal_tito", +"marshall", +"marshall_islands", +"marshall_mcluhan", +"marshall_plan", +"marshalling_yard", +"marshals", +"marshalship", +"marshland", +"marshmallow", +"marshmallow_fluff", +"marsilea", +"marsilea_drummondii", +"marsilea_quadrifolia", +"marsileaceae", +"marstan", +"marston_moor", +"marsupial", +"marsupial_mole", +"marsupial_mouse", +"marsupial_rat", +"marsupialia", +"marsupium", +"mart", +"marta_brigit_nilsson", +"martagon", +"martello_tower", +"marten", +"marten_cat", +"martensite", +"martes", +"martes_americana", +"martes_foina", +"martes_martes", +"martes_pennanti", +"martes_zibellina", +"martha's_vineyard", +"martha_beatrice_potter_webb", +"martha_graham", +"martha_jane_burk", +"martha_jane_burke", +"marti", +"martial", +"martial_art", +"martial_law", +"martial_music", +"martian", +"martin", +"martin_buber", +"martin_cline", +"martin_heidegger", +"martin_heinrich_klaproth", +"martin_luther", +"martin_luther_king", +"martin_luther_king_day", +"martin_luther_king_jr's_birthday", +"martin_luther_king_jr.", +"martin_scorsese", +"martin_v", +"martin_van_buren", +"martina_navratilova", +"martinet", +"martingale", +"martini", +"martinique", +"martinmas", +"martynia", +"martynia_annua", +"martynia_arenaria", +"martynia_fragrans", +"martyniaceae", +"martyr", +"martyr_operation", +"martyrdom", +"martyrs_of_al-aqsa", +"marum", +"marumi", +"marumi_kumquat", +"marupa", +"marut", +"marvel", +"marvel-of-peru", +"marvell", +"marveller", +"marvin_neil_simon", +"marx", +"marx_brothers", +"marxism", +"marxism-leninism", +"marxist", +"mary", +"mary_ann_evans", +"mary_ashton_rice_livermore", +"mary_augusta_arnold_ward", +"mary_baker_eddy", +"mary_douglas_leakey", +"mary_flannery_o'connor", +"mary_godwin_wollstonecraft_shelley", +"mary_harris_jones", +"mary_i", +"mary_ii", +"mary_jane", +"mary_leakey", +"mary_leontyne_price", +"mary_ludwig_hays_mccauley", +"mary_magdalen", +"mary_magdalene", +"mary_mallon", +"mary_martin", +"mary_mccarthy", +"mary_mccauley", +"mary_mcleod_bethune", +"mary_morse_baker_eddy", +"mary_pickford", +"mary_queen_of_scots", +"mary_shelley", +"mary_stuart", +"mary_therese_mccarthy", +"mary_tudor", +"mary_wollstonecraft", +"mary_wollstonecraft_godwin", +"mary_wollstonecraft_shelley", +"marya_sklodowska", +"maryland", +"maryland_chicken", +"maryland_golden_aster", +"maryland_yellowthroat", +"marylander", +"marzipan", +"masa", +"masai", +"mascara", +"mascarene_grass", +"mascarpone", +"mascot", +"masculine", +"masculinisation", +"masculinity", +"masculinization", +"masdevallia", +"masefield", +"maser", +"maseru", +"mash", +"mashed_potato", +"masher", +"mashhad", +"mashi", +"mashie", +"mashie_niblick", +"mashriq", +"masjid", +"mask", +"mask_of_pregnancy", +"masked_ball", +"masked_shrew", +"masker", +"masking", +"masking_paper", +"masking_piece", +"masking_tape", +"masochism", +"masochist", +"mason", +"mason's_level", +"mason's_trowel", +"mason-dixon_line", +"mason_and_dixon's_line", +"mason_and_dixon_line", +"mason_bee", +"mason_city", +"mason_jar", +"mason_wasp", +"masonite", +"masonry", +"masora", +"masorah", +"masorete", +"masorite", +"masoud", +"masqat", +"masque", +"masquer", +"masquerade", +"masquerade_ball", +"masquerade_costume", +"masquerade_party", +"masquerader", +"mass", +"mass-action_principle", +"mass-energy_equivalence", +"mass_action", +"mass_card", +"mass_culture", +"mass_defect", +"mass_deficiency", +"mass_energy", +"mass_hysteria", +"mass_medium", +"mass_meeting", +"mass_murder", +"mass_murderer", +"mass_noun", +"mass_number", +"mass_production", +"mass_rapid_transit", +"mass_spectrograph", +"mass_spectrometer", +"mass_spectroscopy", +"mass_spectrum", +"mass_unit", +"massachuset", +"massachusetts", +"massachusetts_bay", +"massachusetts_bay_colony", +"massachusetts_fern", +"massachusetts_institute_of_technology", +"massacre", +"massage", +"massage_parlor", +"massager", +"massasauga", +"massasauga_rattler", +"massasoit", +"massawa", +"masse", +"masse_shot", +"massed_fire", +"massenet", +"masses", +"masseter", +"masseur", +"masseuse", +"massicot", +"massicotite", +"massif", +"massif_central", +"massine", +"massiveness", +"massorete", +"mast", +"mast_cell", +"mastaba", +"mastabah", +"mastalgia", +"mastectomy", +"master", +"master's_degree", +"master-at-arms", +"master_bedroom", +"master_class", +"master_copy", +"master_cylinder", +"master_file", +"master_in_business", +"master_in_business_administration", +"master_in_public_affairs", +"master_key", +"master_of_architecture", +"master_of_arts", +"master_of_arts_in_library_science", +"master_of_arts_in_teaching", +"master_of_ceremonies", +"master_of_divinity", +"master_of_education", +"master_of_fine_arts", +"master_of_laws", +"master_of_library_science", +"master_of_literature", +"master_of_science", +"master_of_science_in_engineering", +"master_of_theology", +"master_plan", +"master_race", +"master_sergeant", +"mastering", +"mastermind", +"masterpiece", +"masters", +"mastership", +"masterstroke", +"masterwort", +"mastery", +"masthead", +"mastic", +"mastic_tree", +"mastication", +"masticophis", +"masticophis_bilineatus", +"masticophis_flagellum", +"masticophis_lateralis", +"mastiff", +"mastiff_bat", +"mastigomycota", +"mastigomycotina", +"mastigophora", +"mastigophoran", +"mastigophore", +"mastigoproctus", +"mastigoproctus_giganteus", +"mastitis", +"mastocyte", +"mastodon", +"mastodont", +"mastoid", +"mastoid_bone", +"mastoid_process", +"mastoidal", +"mastoidale", +"mastoidectomy", +"mastoiditis", +"mastopathy", +"mastopexy", +"mastotermes", +"mastotermes_darwiniensis", +"mastotermes_electrodominicus", +"mastotermes_electromexicus", +"mastotermitidae", +"masturbation", +"masturbator", +"mat", +"mata_hari", +"matabele", +"matador", +"matai", +"matakam", +"matamoros", +"match", +"match-up", +"match_game", +"match_plane", +"match_play", +"match_point", +"matchboard", +"matchbook", +"matchbox", +"matchbush", +"matched_game", +"matcher", +"matchet", +"matching_funds", +"matchlock", +"matchmaker", +"matchmaking", +"matchstick", +"matchup", +"matchweed", +"matchwood", +"mate", +"matelote", +"mater", +"mater_turrita", +"materfamilias", +"materia_medica", +"material", +"material_body", +"material_breach", +"material_possession", +"material_resource", +"material_witness", +"materialisation", +"materialism", +"materialist", +"materiality", +"materialization", +"materials_handling", +"materiel", +"maternal-infant_bonding", +"maternal_language", +"maternal_quality", +"maternalism", +"maternity", +"maternity_hospital", +"maternity_ward", +"mates", +"math", +"math_teacher", +"mathematical_function", +"mathematical_group", +"mathematical_logic", +"mathematical_notation", +"mathematical_operation", +"mathematical_process", +"mathematical_product", +"mathematical_proof", +"mathematical_relation", +"mathematical_space", +"mathematical_statement", +"mathematical_statistician", +"mathematical_symbol", +"mathematician", +"mathematics", +"mathematics_department", +"mathematics_teacher", +"mathew_b._brady", +"mathias", +"maths", +"matilija_poppy", +"matinee", +"matinee_idol", +"mating", +"matins", +"matisse", +"matman", +"matoaka", +"matriarch", +"matriarchate", +"matriarchy", +"matric", +"matricaria", +"matricaria_chamomilla", +"matricaria_inodorum", +"matricaria_matricarioides", +"matricaria_oreades", +"matricaria_recutita", +"matricaria_tchihatchewii", +"matricide", +"matriculate", +"matriculation", +"matrikin", +"matrilineage", +"matrilineal_kin", +"matrilineal_sib", +"matrimonial_law", +"matrimony", +"matrimony_vine", +"matrisib", +"matrix", +"matrix_addition", +"matrix_algebra", +"matrix_inversion", +"matrix_multiplication", +"matrix_operation", +"matrix_printer", +"matrix_transposition", +"matron", +"matron_of_honor", +"matronymic", +"matsyendra", +"matt", +"matte", +"matter", +"matter_of_course", +"matter_of_fact", +"matter_of_law", +"matterhorn", +"matteuccia", +"matteuccia_struthiopteris", +"matthew", +"matthew_arnold", +"matthew_calbraith_perry", +"matthew_flinders", +"matthew_walker", +"matthew_walker_knot", +"matthias_schleiden", +"matthiola", +"matthiola_incana", +"matting", +"mattock", +"mattole", +"mattress", +"mattress_cover", +"mattress_pad", +"maturation", +"mature-onset_diabetes", +"maturement", +"matureness", +"maturity", +"maturity-onset_diabetes", +"maturity-onset_diabetes_mellitus", +"maturity_date", +"matzah", +"matzah_ball", +"matzah_meal", +"matzo", +"matzo_ball", +"matzo_meal", +"matzoh", +"matzoh_ball", +"matzoh_meal", +"maud_gonne", +"maugham", +"maui", +"maui_island", +"maul", +"maul_oak", +"mauldin", +"maule's_quince", +"mauler", +"maulers", +"maulstick", +"mauna_kea", +"mauna_loa", +"maund", +"maundy", +"maundy_money", +"maundy_thursday", +"maupassant", +"maureen_catherine_connolly", +"mauriac", +"maurice_barrymore", +"maurice_chevalier", +"maurice_de_vlaminck", +"maurice_hugh_frederick_wilkins", +"maurice_ravel", +"maurice_utrillo", +"maurice_wilkins", +"mauritania", +"mauritanian", +"mauritanian_monetary_unit", +"mauritanie", +"mauritian", +"mauritian_monetary_unit", +"mauritian_rupee", +"mauritius", +"maurois", +"mauser", +"mausoleum", +"mausoleum_at_halicarnasus", +"mauve", +"maven", +"maverick", +"mavik", +"mavin", +"mavis", +"maw", +"mawkishness", +"mawlamyine", +"max", +"max_beerbohm", +"max_born", +"max_bruch", +"max_delbruck", +"max_ernst", +"max_ferdinand_perutz", +"max_karl_ernst_ludwig_planck", +"max_muller", +"max_perutz", +"max_planck", +"max_weber", +"maxfield_frederick_parrish", +"maxfield_parrish", +"maxi", +"maxilla", +"maxillaria", +"maxillary", +"maxillary_artery", +"maxillary_sinus", +"maxillary_vein", +"maxim", +"maxim_gorki", +"maxim_gun", +"maximation", +"maximian", +"maximilian's_sunflower", +"maximilien_paul_emile_littre", +"maximisation", +"maximization", +"maximum", +"maximum_and_minimum_thermometer", +"maxmilien_de_bethune", +"maxmillien_marie_isidore_de_robespierre", +"maxostoma", +"maxwell", +"maxwell's_demon", +"maxwell's_equations", +"maxwell-boltzmann_distribution_law", +"maxwell_anderson", +"maxzide", +"may", +"may_1", +"may_24", +"may_apple", +"may_beetle", +"may_blob", +"may_bug", +"may_day", +"may_fish", +"may_lily", +"may_queen", +"may_wine", +"maya", +"maya_lin", +"mayaca", +"mayacaceae", +"mayakovski", +"mayan", +"mayan_language", +"mayapple", +"mayas", +"mayday", +"mayeng", +"mayenne", +"mayer", +"mayetiola", +"mayetiola_destructor", +"mayfish", +"mayflower", +"mayfly", +"mayhaw", +"mayhem", +"mayidism", +"mayo", +"mayonnaise", +"mayor", +"mayoralty", +"mayoress", +"maypole", +"maypop", +"mays", +"mayweed", +"mazama", +"mazar-i-sharif", +"mazatlan", +"mazdaism", +"maze", +"mazer", +"mazopathy", +"mazurka", +"mazzard", +"mazzard_cherry", +"mazzini", +"mb", +"mba", +"mbabane", +"mbd", +"mbeya", +"mbit", +"mbundu", +"mc", +"mcalester", +"mcallen", +"mcardle's_disease", +"mcburney's_point", +"mccarthy", +"mccarthyism", +"mccartney", +"mccauley", +"mccormick", +"mccullers", +"mcg", +"mcgraw", +"mcguffey", +"mcguffey_eclectic_readers", +"mcguffin", +"mcia", +"mcintosh", +"mckim", +"mckinley", +"mcluhan", +"mcmaster", +"mcpherson", +"md", +"mdi", +"mdiv", +"mdma", +"me", +"mea_culpa", +"mead", +"mead's_milkweed", +"meade", +"meadow", +"meadow-beauty_family", +"meadow_beauty", +"meadow_bright", +"meadow_buttercup", +"meadow_clary", +"meadow_cranesbill", +"meadow_cress", +"meadow_fern", +"meadow_fescue", +"meadow_foxtail", +"meadow_goldenrod", +"meadow_grass", +"meadow_jumping_mouse", +"meadow_leek", +"meadow_lily", +"meadow_mouse", +"meadow_mushroom", +"meadow_pea", +"meadow_pipit", +"meadow_rue", +"meadow_saffron", +"meadow_salsify", +"meadow_saxifrage", +"meadow_spikemoss", +"meadow_spittlebug", +"meadow_vole", +"meadowgrass", +"meadowlark", +"meagerness", +"meagreness", +"meal", +"meal_plan", +"meal_ticket", +"mealberry", +"mealie", +"mealtime", +"mealworm", +"mealy_bug", +"mealy_sage", +"mealybug", +"mean", +"mean_deviation", +"mean_deviation_from_the_mean", +"mean_distance", +"mean_solar_day", +"mean_solar_time", +"mean_sun", +"mean_time", +"mean_value", +"meander", +"meanie", +"meaning", +"meaningfulness", +"meaninglessness", +"meanness", +"means", +"means_grass", +"means_test", +"meantime", +"meanwhile", +"meany", +"mearstone", +"measles", +"measurability", +"measure", +"measurement", +"measurer", +"measuring", +"measuring_block", +"measuring_cup", +"measuring_device", +"measuring_instrument", +"measuring_rod", +"measuring_stick", +"measuring_system", +"measuring_unit", +"measuring_worm", +"meat", +"meat-packing_business", +"meat_and_potatoes", +"meat_cleaver", +"meat_counter", +"meat_grinder", +"meat_hook", +"meat_hooks", +"meat_house", +"meat_loaf", +"meat_market", +"meat_packer", +"meat_packing", +"meat_pie", +"meat_safe", +"meat_thermometer", +"meatball", +"meatloaf", +"meatman", +"meatpacking", +"meatus", +"mebaral", +"mebendazole", +"mebibit", +"mebibyte", +"mecca", +"meccano", +"meccano_set", +"mechanic", +"mechanic's_lien", +"mechanical_advantage", +"mechanical_device", +"mechanical_drawing", +"mechanical_energy", +"mechanical_engineer", +"mechanical_engineering", +"mechanical_man", +"mechanical_mixture", +"mechanical_phenomenon", +"mechanical_piano", +"mechanical_press", +"mechanical_system", +"mechanics", +"mechanisation", +"mechanism", +"mechanist", +"mechanization", +"mechanized_cavalry", +"mecholyl", +"meckel's_diverticulum", +"meclizine", +"meclizine_hydrochloride", +"meclofenamate", +"meclofenamate_sodium", +"meclomen", +"meconium", +"meconopsis", +"meconopsis_betonicifolia", +"meconopsis_cambrica", +"mecoptera", +"mecopteran", +"med", +"medaille_militaire", +"medal", +"medal_of_honor", +"medal_play", +"medal_winner", +"medalist", +"medallion", +"medallist", +"medan", +"medawar", +"meddler", +"meddlesomeness", +"meddling", +"medea", +"medellin", +"medellin_cartel", +"medevac", +"medfly", +"medford", +"medgar_evers", +"medgar_wiley_evers", +"media_consultant", +"media_guru", +"mediacy", +"medial_condyle", +"medial_geniculate", +"medial_geniculate_body", +"medial_rectus", +"medial_rectus_muscle", +"median", +"median_value", +"mediant", +"mediastinum", +"mediateness", +"mediation", +"mediator", +"mediatrix", +"medic", +"medicago", +"medicago_arborea", +"medicago_echinus", +"medicago_falcata", +"medicago_intertexta", +"medicago_lupulina", +"medicago_sativa", +"medicaid", +"medicaid_funds", +"medical", +"medical_aid", +"medical_assistant", +"medical_bill", +"medical_building", +"medical_care", +"medical_center", +"medical_checkup", +"medical_community", +"medical_diagnosis", +"medical_dressing", +"medical_evacuation", +"medical_exam", +"medical_examination", +"medical_examiner", +"medical_expense", +"medical_extern", +"medical_history", +"medical_institution", +"medical_instrument", +"medical_intern", +"medical_literature_analysis_and_retrieval_system", +"medical_man", +"medical_officer", +"medical_practice", +"medical_practitioner", +"medical_procedure", +"medical_profession", +"medical_prognosis", +"medical_record", +"medical_relation", +"medical_report", +"medical_school", +"medical_science", +"medical_scientist", +"medical_social_worker", +"medical_specialist", +"medical_specialty", +"medical_student", +"medicament", +"medicare", +"medicare_check", +"medicare_payment", +"medication", +"medici", +"medicinal_drug", +"medicinal_leech", +"medicine", +"medicine_ball", +"medicine_cabinet", +"medicine_chest", +"medicine_man", +"medick", +"medico", +"mediety", +"medieval_greek", +"medieval_latin", +"medieval_mode", +"medieval_schoolman", +"medina", +"medinilla", +"medinilla_magnifica", +"mediocrity", +"meditation", +"meditativeness", +"mediterranean", +"mediterranean_anaemia", +"mediterranean_anchovy", +"mediterranean_anemia", +"mediterranean_cypress", +"mediterranean_fever", +"mediterranean_flour_moth", +"mediterranean_fruit_fly", +"mediterranean_hackberry", +"mediterranean_sea", +"mediterranean_snapdragon", +"mediterranean_water_shrew", +"medium", +"medium_frequency", +"medium_of_exchange", +"medium_steel", +"medium_wave", +"medivac", +"medlar", +"medlar_tree", +"medlars", +"medley", +"medline", +"medoc", +"medroxyprogesterone", +"medulla", +"medulla_oblongata", +"medulla_spinalis", +"medullary_ray", +"medullary_sheath", +"medullated_nerve_fiber", +"medusa", +"medusa's_head", +"medusan", +"medusoid", +"meed", +"meekness", +"meerestone", +"meerkat", +"meerschaum", +"meet", +"meeter", +"meeting", +"meeting_house", +"meeting_of_minds", +"meeting_place", +"meetinghouse", +"mefenamic_acid", +"mefloquine", +"mefloquine_hydrochloride", +"mefoxin", +"meg", +"megabat", +"megabit", +"megabucks", +"megabyte", +"megacardia", +"megacephaly", +"megachile", +"megachilidae", +"megachiroptera", +"megacolon", +"megacycle", +"megacycle_per_second", +"megadeath", +"megaderma", +"megaderma_lyra", +"megadermatidae", +"megaera", +"megaflop", +"megagametophyte", +"megahertz", +"megahit", +"megakaryocyte", +"megalith", +"megalithic_structure", +"megalobatrachus", +"megalobatrachus_maximus", +"megaloblast", +"megaloblastic_anaemia", +"megaloblastic_anemia", +"megalocardia", +"megalocephaly", +"megalocyte", +"megalohepatia", +"megalomania", +"megalomaniac", +"megalonychidae", +"megalopolis", +"megaloptera", +"megalosaur", +"megalosauridae", +"megalosaurus", +"megaphone", +"megapode", +"megapodiidae", +"megapodius", +"megaptera", +"megaptera_novaeangliae", +"megasporangium", +"megaspore", +"megasporophyll", +"megathere", +"megatherian", +"megatherian_mammal", +"megatheriid", +"megatheriidae", +"megatherium", +"megaton", +"megaton_bomb", +"megavitamin_therapy", +"megawatt", +"megestrol", +"megestrol_acetate", +"megillah", +"megilp", +"megohm", +"megrim", +"megrims", +"mehemet_ali", +"mei", +"meibomian_cyst", +"meibomian_gland", +"meiji_tenno", +"meiosis", +"meir", +"meissner", +"meister_eckhart", +"meitner", +"meitnerium", +"mek", +"mekong", +"mekong_river", +"mel_columcille_gerard_gibson", +"mel_gibson", +"melaena", +"melagra", +"melagueta_pepper", +"melamine", +"melamine_resin", +"melampodium", +"melampodium_leucanthum", +"melampsora", +"melampsora_lini", +"melampsoraceae", +"melancholia", +"melancholiac", +"melancholic", +"melancholy", +"melancholy_thistle", +"melanchthon", +"melanerpes", +"melanerpes_erythrocephalus", +"melanesia", +"melange", +"melanie_klein", +"melanin", +"melanism", +"melanitta", +"melanitta_nigra", +"melanoblast", +"melanocyte", +"melanocyte-stimulating_hormone", +"melanoderma", +"melanogrammus", +"melanogrammus_aeglefinus", +"melanoma", +"melanoplus", +"melanosis", +"melanotis", +"melanotis_caerulescens", +"melanthiaceae", +"melasma", +"melastoma", +"melastoma_malabathricum", +"melastomaceae", +"melastomataceae", +"melatonin", +"melba", +"melba_toast", +"melbourne", +"melchior", +"melchite", +"meld", +"meleagrididae", +"meleagris", +"meleagris_gallopavo", +"melee", +"melena", +"meles", +"meles_meles", +"melia", +"melia_azadirachta", +"melia_azedarach", +"melia_azederach", +"meliaceae", +"melicocca", +"melicocca_bijuga", +"melicocca_bijugatus", +"melicoccus", +"melicytus", +"melilot", +"melilotus", +"melilotus_alba", +"melilotus_officinalis", +"melina_mercouri", +"melinae", +"melioration", +"meliorism", +"meliorist", +"meliphagidae", +"melissa", +"melissa_officinalis", +"melkite", +"mellaril", +"mellivora", +"mellivora_capensis", +"mellon", +"mellowing", +"mellowness", +"melocactus", +"melodic_line", +"melodic_phrase", +"melodic_theme", +"melodiousness", +"melodrama", +"melody", +"melody_pipe", +"melogale", +"meloid", +"meloidae", +"melolontha", +"melolontha_melolontha", +"melolonthid_beetle", +"melolonthidae", +"melon", +"melon_ball", +"melon_tree", +"melon_vine", +"melophagus", +"melophagus_ovinus", +"melopsittacus", +"melopsittacus_undulatus", +"melosa", +"melospiza", +"melospiza_georgiana", +"melospiza_melodia", +"melphalan", +"melpomene", +"melt", +"meltdown", +"melter", +"melting", +"melting_point", +"melting_pot", +"meltwater", +"melursus", +"melursus_ursinus", +"melvil_dewey", +"melville", +"melville_bell", +"melville_louis_kossuth_dewey", +"melville_w._fuller", +"melville_weston_fuller", +"melvin_calvin", +"mem", +"member", +"member_bank", +"member_of_parliament", +"membership", +"membership_card", +"membracidae", +"membrane", +"membrane_bone", +"membranophone", +"membranous_labyrinth", +"meme", +"memel", +"memento", +"memento_mori", +"memo", +"memoir", +"memorabilia", +"memorability", +"memoranda", +"memorandum", +"memorial", +"memorial_day", +"memorial_park", +"memorial_tablet", +"memorialisation", +"memorialization", +"memorisation", +"memoriser", +"memorization", +"memorizer", +"memory", +"memory_access", +"memory_board", +"memory_cache", +"memory_chip", +"memory_device", +"memory_image", +"memory_loss", +"memory_picture", +"memory_trace", +"memphis", +"memsahib", +"men", +"men's", +"men's_furnishings", +"men's_room", +"menace", +"menachem_begin", +"menadione", +"menage", +"menage_a_trois", +"menagerie", +"menai_strait", +"menander", +"menarche", +"mencken", +"mend", +"mendacity", +"mendel", +"mendel's_law", +"mendeleev", +"mendeleev's_law", +"mendelevium", +"mendeleyev", +"mendelian", +"mendelianism", +"mendelism", +"mendelsohn", +"mendelssohn", +"mendenhall_glacier", +"mender", +"mendicancy", +"mendicant", +"mendicity", +"mending", +"menelaus", +"menhaden", +"menhaden_oil", +"menhir", +"menial", +"meniere", +"meniere's_disease", +"meningeal_artery", +"meningeal_veins", +"meninges", +"meningioma", +"meningism", +"meningitis", +"meningocele", +"meningoencephalitis", +"meninx", +"menippe", +"menippe_mercenaria", +"meniscectomy", +"meniscium", +"meniscus", +"menispermaceae", +"menispermum", +"menispermum_canadense", +"menninger", +"mennonite", +"mennonite_church", +"mennonitism", +"meno_mosso", +"menominee", +"menominee_whitefish", +"menomini", +"menopause", +"menopon", +"menopon_gallinae", +"menopon_palladum", +"menorah", +"menorrhagia", +"menorrhea", +"menotti", +"menotyphla", +"mens_rea", +"mens_store", +"mensa", +"mensal_line", +"mensch", +"menses", +"mensh", +"menshevik", +"menstrual_blood", +"menstrual_cycle", +"menstrual_flow", +"menstrual_phase", +"menstruation", +"menstruum", +"mensuration", +"mental_ability", +"mental_abnormality", +"mental_age", +"mental_anguish", +"mental_attitude", +"mental_balance", +"mental_block", +"mental_capacity", +"mental_case", +"mental_condition", +"mental_confusion", +"mental_defectiveness", +"mental_deficiency", +"mental_dexterity", +"mental_disease", +"mental_disorder", +"mental_disturbance", +"mental_energy", +"mental_exhaustion", +"mental_faculty", +"mental_health", +"mental_home", +"mental_hospital", +"mental_hygiene", +"mental_illness", +"mental_image", +"mental_imagery", +"mental_institution", +"mental_lexicon", +"mental_measurement", +"mental_note", +"mental_object", +"mental_picture", +"mental_process", +"mental_quickness", +"mental_rejection", +"mental_representation", +"mental_reservation", +"mental_retardation", +"mental_soundness", +"mental_state", +"mental_strain", +"mental_synthesis", +"mental_telepathist", +"mental_test", +"mental_testing", +"mental_unsoundness", +"mentalism", +"mentality", +"mentally_retarded", +"mentation", +"mentha", +"mentha_aquatica", +"mentha_arvensis", +"mentha_citrata", +"mentha_longifolia", +"mentha_piperita", +"mentha_pulegium", +"mentha_rotundifolia", +"mentha_spicata", +"mentha_suaveolens", +"menthol", +"mentholated_salve", +"menticirrhus", +"menticirrhus_americanus", +"menticirrhus_littoralis", +"menticirrhus_saxatilis", +"menticirrhus_undulatus", +"mention", +"mentioner", +"mentor", +"mentum", +"mentzelia", +"mentzelia_laevicaulis", +"mentzelia_lindleyi", +"mentzelia_livicaulis", +"menu", +"menuhin", +"menura", +"menurae", +"menuridae", +"menyanthaceae", +"menyanthes", +"menyanthes_trifoliata", +"menziesia", +"menziesia_ferruginea", +"menziesia_pilosa", +"meow", +"mepacrine", +"meperidine", +"meperidine_hydrochloride", +"mephaquine", +"mephenytoin", +"mephistopheles", +"mephitinae", +"mephitis", +"mephitis_macroura", +"mephitis_mephitis", +"mephobarbital", +"meprin", +"meprobamate", +"meq", +"meralgia", +"merbromine", +"mercalli_scale", +"mercantile_agency", +"mercantile_establishment", +"mercantile_law", +"mercantile_system", +"mercantilism", +"mercaptopurine", +"mercator", +"mercator's_projection", +"mercator_projection", +"merce_cunningham", +"mercedario", +"mercenaria", +"mercenaria_mercenaria", +"mercenary", +"mercer", +"merchandise", +"merchandiser", +"merchandising", +"merchant", +"merchant-venturer", +"merchant_bank", +"merchant_marine", +"merchant_ship", +"merchant_vessels", +"merchantability", +"merchantman", +"mercifulness", +"mercilessness", +"merckx", +"mercouri", +"mercurial_ointment", +"mercurialis", +"mercurialis_annua", +"mercurialis_perennis", +"mercuric_chloride", +"mercurochrome", +"mercurous_chloride", +"mercury", +"mercury-in-glass_clinical_thermometer", +"mercury-in-glass_thermometer", +"mercury-vapor_lamp", +"mercury_barometer", +"mercury_cell", +"mercury_chloride", +"mercury_fulminate", +"mercury_poisoning", +"mercury_program", +"mercury_thermometer", +"mercy", +"mercy_killing", +"mercy_seat", +"mere", +"meredith", +"merestone", +"meretriciousness", +"merganser", +"mergenthaler", +"merger", +"merger_agreement", +"merginae", +"merging", +"mergus", +"mergus_albellus", +"mergus_merganser", +"mergus_merganser_americanus", +"mergus_serrator", +"mericarp", +"merida", +"meridian", +"meringue", +"meringue_kiss", +"merino", +"merino_sheep", +"meriones", +"meriones_longifrons", +"meriones_unguiculatus", +"meristem", +"merit", +"merit_badge", +"merit_pay", +"merit_system", +"meritocracy", +"meritoriousness", +"meriwether_lewis", +"merl", +"merlangus", +"merlangus_merlangus", +"merle", +"merlin", +"merlon", +"merlot", +"merluccius", +"merluccius_bilinearis", +"mermaid", +"merman", +"merodach", +"meromelia", +"meronym", +"meronymy", +"meropidae", +"merops", +"merostomata", +"merovingian", +"merovingian_dynasty", +"merozoite", +"merrimac", +"merrimack", +"merrimack_river", +"merriment", +"merriness", +"merry-go-round", +"merry_andrew", +"merry_bells", +"merrymaker", +"merrymaking", +"mertensia", +"mertensia_virginica", +"merthiolate", +"merton", +"meryl_streep", +"meryta", +"meryta_sinclairii", +"mesa", +"mesa_verde_national_park", +"mesabi_range", +"mesalliance", +"mesantoin", +"mesasamkranti", +"mescal", +"mescal_bean", +"mescal_button", +"mescaline", +"mesembryanthemum", +"mesembryanthemum_crystallinum", +"mesembryanthemum_edule", +"mesencephalon", +"mesenchyme", +"mesenteric_artery", +"mesenteric_plexus", +"mesenteric_vein", +"mesentery", +"mesh", +"mesh_topology", +"meshed", +"meshing", +"meshugaas", +"meshuggeneh", +"meshuggener", +"meshwork", +"mesmer", +"mesmerism", +"mesmerist", +"mesmerizer", +"mesne_lord", +"mesoamerica", +"mesoamerican", +"mesoblast", +"mesocarp", +"mesocolon", +"mesocricetus", +"mesocricetus_auratus", +"mesoderm", +"mesohippus", +"mesolithic", +"mesolithic_age", +"mesomorph", +"mesomorphy", +"meson", +"mesophyron", +"mesophyte", +"mesophytic_plant", +"mesopotamia", +"mesosphere", +"mesothelioma", +"mesothelium", +"mesotron", +"mesozoic", +"mesozoic_era", +"mespilus", +"mespilus_germanica", +"mesquit", +"mesquite", +"mesquite_gum", +"mess", +"mess-up", +"mess_hall", +"mess_jacket", +"mess_kit", +"mess_of_pottage", +"message", +"message_pad", +"messaging", +"messenger", +"messenger_boy", +"messenger_rna", +"messiah", +"messiahship", +"messidor", +"messina", +"messiness", +"messmate", +"messuage", +"mestiza", +"mestizo", +"mestranol", +"mesua", +"mesua_ferrea", +"metabola", +"metabolic_acidosis", +"metabolic_alkalosis", +"metabolic_disorder", +"metabolic_process", +"metabolic_rate", +"metabolism", +"metabolite", +"metacarpal", +"metacarpal_artery", +"metacarpal_bone", +"metacarpal_vein", +"metacarpophalangeal_joint", +"metacarpus", +"metacenter", +"metacentre", +"metacentric_chromosome", +"metacyesis", +"metadata", +"metagenesis", +"metaknowledge", +"metal", +"metal_bar", +"metal_detector", +"metal_drum", +"metal_filing", +"metal_glove", +"metal_money", +"metal_plating", +"metal_saw", +"metal_screw", +"metal_wood", +"metalanguage", +"metalepsis", +"metalhead", +"metallic", +"metallic_bond", +"metallic_element", +"metallized_dye", +"metallurgical_engineer", +"metallurgist", +"metallurgy", +"metalware", +"metalwork", +"metalworker", +"metalworking", +"metalworking_vise", +"metalworks", +"metamathematics", +"metamere", +"metamorphic_rock", +"metamorphism", +"metamorphopsia", +"metamorphosis", +"metaphase", +"metaphor", +"metaphosphoric_acid", +"metaphysics", +"metaphysis", +"metaplastic_anaemia", +"metaplastic_anemia", +"metaproterenol", +"metarule", +"metasequoia", +"metasequoia_glyptostrodoides", +"metastability", +"metastasis", +"metastatic_tumor", +"metatarsal", +"metatarsal_arch", +"metatarsal_artery", +"metatarsal_vein", +"metatarsus", +"metatheria", +"metatherian", +"metathesis", +"metaurus_river", +"metazoa", +"metazoan", +"metchnikoff", +"metchnikov", +"mete", +"metempsychosis", +"metencephalon", +"meteor", +"meteor_shower", +"meteor_stream", +"meteor_swarm", +"meteorite", +"meteoroid", +"meteorological_balloon", +"meteorological_conditions", +"meteorological_observation_post", +"meteorological_satellite", +"meteorologist", +"meteorology", +"meteortropism", +"meter", +"meter_maid", +"meter_reading", +"meterstick", +"metformin", +"meth", +"methacholine", +"methacrylic_acid", +"methadon", +"methadone", +"methadone_hydrochloride", +"methamphetamine", +"methamphetamine_hydrochloride", +"methanal", +"methane", +"methane_series", +"methanogen", +"methanol", +"methapyrilene", +"methaqualone", +"metharbital", +"methedrine", +"metheglin", +"methenamine", +"methicillin", +"methionine", +"methocarbamol", +"method", +"method_acting", +"method_of_accounting", +"method_of_choice", +"method_of_fluxions", +"method_of_least_squares", +"methodicalness", +"methodism", +"methodist", +"methodist_church", +"methodist_denomination", +"methodists", +"methodological_analysis", +"methodology", +"methotrexate", +"methotrexate_sodium", +"methuselah", +"methyl", +"methyl_alcohol", +"methyl_bromide", +"methyl_ethyl_ketone", +"methyl_group", +"methyl_orange", +"methyl_phenol", +"methyl_radical", +"methyl_salicylate", +"methylated_spirit", +"methylbenzene", +"methyldopa", +"methylene", +"methylene_blue", +"methylene_chloride", +"methylene_group", +"methylene_radical", +"methylenedioxymethamphetamine", +"methylphenidate", +"methyltestosterone", +"methylthionine_chloride", +"metic", +"metical", +"meticorten", +"meticulosity", +"meticulousness", +"metier", +"metis", +"metonym", +"metonymy", +"metopion", +"metoprolol", +"metralgia", +"metrazol", +"metrazol_shock", +"metrazol_shock_therapy", +"metrazol_shock_treatment", +"metre", +"metrestick", +"metric", +"metric_capacity_unit", +"metric_function", +"metric_grain", +"metric_hundredweight", +"metric_linear_unit", +"metric_space", +"metric_system", +"metric_ton", +"metric_unit", +"metric_weight_unit", +"metrical_foot", +"metrical_unit", +"metrication", +"metrics", +"metrification", +"metritis", +"metro", +"metrology", +"metronidazole", +"metronome", +"metronome_marking", +"metronymic", +"metropolis", +"metropolitan", +"metroptosis", +"metrorrhagia", +"metroxylon", +"metroxylon_sagu", +"metternich", +"mettle", +"mettlesomeness", +"metycaine", +"meuniere_butter", +"meuse", +"meuse-argonne", +"meuse-argonne_operation", +"meuse_river", +"mevacor", +"mew", +"mew_gull", +"mews", +"mexicali", +"mexican", +"mexican-american", +"mexican_beaded_lizard", +"mexican_bean_beetle", +"mexican_black_cherry", +"mexican_capital", +"mexican_cypress", +"mexican_fire_plant", +"mexican_flameleaf", +"mexican_freetail_bat", +"mexican_green", +"mexican_hairless", +"mexican_hat", +"mexican_husk_tomato", +"mexican_hyssop", +"mexican_jumping_bean", +"mexican_juniper", +"mexican_mint", +"mexican_monetary_unit", +"mexican_nut_pine", +"mexican_onyx", +"mexican_peso", +"mexican_pocket_mouse", +"mexican_poppy", +"mexican_revolution", +"mexican_spanish", +"mexican_standoff", +"mexican_sunflower", +"mexican_swamp_cypress", +"mexican_tea", +"mexican_tulip_poppy", +"mexican_valium", +"mexican_war", +"mexicano", +"mexico", +"mexico_city", +"mexiletine", +"mexitil", +"meyer_guggenheim", +"meyerbeer", +"meyerhof", +"mezcal", +"mezereon", +"mezereum", +"mezuza", +"mezuzah", +"mezzanine", +"mezzanine_floor", +"mezzo", +"mezzo-relievo", +"mezzo-rilievo", +"mezzo-soprano", +"mezzotint", +"mf", +"mfa", +"mflop", +"mg", +"mho", +"mhz", +"mi", +"miami", +"miami_beach", +"miao", +"miaou", +"miaow", +"miasm", +"miasma", +"miaul", +"mib", +"mibit", +"mica", +"micah", +"micawber", +"micelle", +"michael", +"michael_assat", +"michael_ellis_de_bakey", +"michael_faraday", +"michael_gerald_tyson", +"michael_jackson", +"michael_joe_jackson", +"michael_ondaatje", +"michael_philip_jagger", +"michaelmas", +"michaelmas_daisy", +"michaelmas_day", +"michaelmastide", +"micheas", +"michel_de_notredame", +"michel_eyquem_montaigne", +"michel_montaigne", +"michel_ney", +"michelangelo", +"michelangelo_buonarroti", +"michelangelo_merisi_da_caravaggio", +"michelson", +"michelson-morley_experiment", +"michener", +"michigan", +"michigan_lily", +"michigander", +"michinomiya_hirohito", +"mick", +"mick_jagger", +"mickey", +"mickey_charles_mantle", +"mickey_finn", +"mickey_mantle", +"mickey_mouse", +"mickey_spillane", +"mickle", +"micmac", +"miconazole", +"micro-organism", +"micro_chip", +"microbalance", +"microbar", +"microbat", +"microbe", +"microbiologist", +"microbiology", +"microbrachia", +"microbrewery", +"microcentrum", +"microcephalus", +"microcephaly", +"microchip", +"microchiroptera", +"microcircuit", +"micrococcaceae", +"micrococcus", +"microcode", +"microcomputer", +"microcosm", +"microcosmic_salt", +"microcyte", +"microcytic_anaemia", +"microcytic_anemia", +"microcytosis", +"microdesmidae", +"microdipodops", +"microdot", +"microeconomic_expert", +"microeconomics", +"microeconomist", +"microelectronics", +"microevolution", +"microfarad", +"microfiche", +"microfilm", +"microflora", +"microfossil", +"microgametophyte", +"microgauss", +"microglia", +"microgliacyte", +"microgram", +"microgramma", +"microgramma-piloselloides", +"microhylidae", +"micromeria", +"micromeria_chamissonis", +"micromeria_douglasii", +"micromeria_juliana", +"micrometeor", +"micrometeorite", +"micrometeoroid", +"micrometer", +"micrometer_caliper", +"micrometer_gauge", +"micrometry", +"micromicron", +"micromillimeter", +"micromillimetre", +"micromyx", +"micromyx_minutus", +"micron", +"micronase", +"micronesia", +"micronor", +"micronutrient", +"microorganism", +"micropaleontology", +"micropenis", +"microphage", +"microphallus", +"microphone", +"microphone_boom", +"microphoning", +"microphotometer", +"micropogonias", +"micropogonias_undulatus", +"microprocessor", +"microprocessor_chip", +"micropterus", +"micropterus_dolomieu", +"micropterus_pseudoplites", +"micropterus_salmoides", +"micropyle", +"microradian", +"microscope", +"microscope_slide", +"microscope_stage", +"microscopic_anatomy", +"microscopic_field", +"microscopist", +"microscopium", +"microscopy", +"microsecond", +"microseism", +"microsoft_disk_operating_system", +"microsome", +"microsorium", +"microsorium_punctatum", +"microsporangium", +"microspore", +"microsporidian", +"microsporophyll", +"microsporum", +"microstomus", +"microstomus_kitt", +"microstrobos", +"microstrobos_niphophilus", +"microsurgery", +"microtaggant", +"microtome", +"microtubule", +"microtus", +"microtus_ochrogaster", +"microtus_pennsylvaticus", +"microtus_richardsoni", +"microvolt", +"microwave", +"microwave_bomb", +"microwave_diathermy_machine", +"microwave_linear_accelerator", +"microwave_oven", +"microwave_radar", +"microwave_spectroscopy", +"microwave_spectrum", +"microzide", +"micruroides", +"micruroides_euryxanthus", +"micrurus", +"micrurus_fulvius", +"micturition", +"micturition_reflex", +"mid-april", +"mid-atlantic_ridge", +"mid-atlantic_states", +"mid-august", +"mid-calf", +"mid-december", +"mid-eighties", +"mid-february", +"mid-fifties", +"mid-forties", +"mid-january", +"mid-july", +"mid-june", +"mid-march", +"mid-may", +"mid-nineties", +"mid-november", +"mid-october", +"mid-off", +"mid-on", +"mid-september", +"mid-seventies", +"mid-sixties", +"mid-thirties", +"mid-twenties", +"mid-water", +"midafternoon", +"midair", +"midas", +"midas_touch", +"midazolam", +"midbrain", +"midday", +"midden", +"middle", +"middle-aged_man", +"middle-ear_deafness", +"middle_age", +"middle_ages", +"middle_buster", +"middle_c", +"middle_cerebral_artery", +"middle_cerebral_vein", +"middle_class", +"middle_distance", +"middle_ear", +"middle_east", +"middle_english", +"middle_finger", +"middle_greek", +"middle_high_german", +"middle_irish", +"middle_low_german", +"middle_meningeal_artery", +"middle_name", +"middle_of_the_roader", +"middle_paleolithic", +"middle_school", +"middle_temporal_vein", +"middle_term", +"middle_thyroid_vein", +"middle_watch", +"middle_west", +"middlebreaker", +"middlebrow", +"middleman", +"middleton", +"middleweight", +"middling", +"middy", +"middy_blouse", +"mideast", +"midfield", +"midgard", +"midge", +"midget", +"midgrass", +"midi", +"midi-pyrenees", +"midinette", +"midiron", +"midland", +"midline", +"midnight", +"midnight_sun", +"midplane", +"midpoint", +"midrash", +"midrib", +"midriff", +"midsection", +"midshipman", +"midst", +"midstream", +"midsummer", +"midsummer's_day", +"midsummer-men", +"midsummer_day", +"midsummer_eve", +"midsummer_night", +"midterm", +"midterm_exam", +"midterm_examination", +"midvein", +"midwatch", +"midway", +"midway_islands", +"midweek", +"midwest", +"midwestern_united_states", +"midwife", +"midwife_toad", +"midwifery", +"midwinter", +"mien", +"mierkat", +"mies_van_der_rohe", +"mifepristone", +"miff", +"might", +"might-have-been", +"mightiness", +"mighty_mouse", +"mignonette", +"mignonette_family", +"migraine", +"migrant", +"migrant_shrike", +"migration", +"migration_route", +"migrator", +"migratory_grasshopper", +"migratory_locust", +"migratory_quail", +"miguel_de_cervantes", +"miguel_de_cervantes_saavedra", +"miguel_jose_serra", +"mihrab", +"mikado", +"mikania", +"mikania_scandens", +"mike", +"mike_tyson", +"mikhail_aleksandrovich_bakunin", +"mikhail_bakunin", +"mikhail_baryshnikov", +"mikhail_glinka", +"mikhail_gorbachev", +"mikhail_ilarionovich_kutuzov", +"mikhail_ivanovich_glinka", +"mikhail_ivanovich_kalinin", +"mikhail_kalinin", +"mikhail_sergeyevich_gorbachev", +"mikhail_yurievich_lermontov", +"mikir-meithei", +"mikmaq", +"mikolaj_kopernik", +"mikvah", +"mil", +"milady", +"milage", +"milan", +"milanese", +"milano", +"milch_cow", +"milcher", +"mild_silver_protein", +"mild_steel", +"mildew", +"mildness", +"mildred_ella_didrikson", +"mildred_ella_didrikson_zaharias", +"mile", +"mile-high_city", +"mileage", +"mileometer", +"milepost", +"miler", +"miles_davis", +"miles_dewey_davis_jr.", +"miles_gloriosus", +"miles_per_gallon", +"miles_per_hour", +"miles_standish", +"milestone", +"milfoil", +"milhaud", +"miliaria", +"miliary_fever", +"miliary_tuberculosis", +"milieu", +"militainment", +"militance", +"militancy", +"militant", +"militant_tendency", +"militarisation", +"militarism", +"militarist", +"militarization", +"military", +"military-industrial_complex", +"military_academy", +"military_action", +"military_adviser", +"military_advisor", +"military_attache", +"military_band", +"military_blockade", +"military_campaign", +"military_capability", +"military_censorship", +"military_ceremony", +"military_chaplain", +"military_commission", +"military_control", +"military_court", +"military_drill", +"military_engineer", +"military_expedition", +"military_force", +"military_formation", +"military_government", +"military_governor", +"military_greeting", +"military_group", +"military_headquarters", +"military_hospital", +"military_installation", +"military_intelligence", +"military_intelligence_agency", +"military_intelligence_section_5", +"military_intelligence_section_6", +"military_issue", +"military_junta", +"military_law", +"military_leader", +"military_machine", +"military_man", +"military_march", +"military_mission", +"military_music", +"military_officer", +"military_operation", +"military_pace", +"military_personnel", +"military_plane", +"military_police", +"military_policeman", +"military_position", +"military_post", +"military_posture", +"military_press", +"military_quarters", +"military_rank", +"military_rating", +"military_recruit", +"military_reserve", +"military_science", +"military_service", +"military_strength", +"military_training", +"military_uniform", +"military_unit", +"military_vehicle", +"military_volunteer", +"militia", +"militiaman", +"milium", +"milk", +"milk-vetch", +"milk_adder", +"milk_bar", +"milk_can", +"milk_chocolate", +"milk_cow", +"milk_float", +"milk_glass", +"milk_intolerance", +"milk_leg", +"milk_of_magnesia", +"milk_powder", +"milk_pox", +"milk_punch", +"milk_river", +"milk_shake", +"milk_sickness", +"milk_snake", +"milk_sugar", +"milk_thistle", +"milk_tooth", +"milk_vetch", +"milk_wagon", +"milk_whey", +"milkcap", +"milker", +"milking_machine", +"milking_shorthorn", +"milking_stool", +"milkmaid", +"milkman", +"milkshake", +"milksop", +"milkwagon", +"milkweed", +"milkweed_butterfly", +"milkweed_family", +"milkwort", +"milkwort_family", +"milky_way", +"milky_way_galaxy", +"milky_way_system", +"mill", +"mill-girl", +"mill-hand", +"mill_agent", +"mill_wheel", +"millais", +"millard_fillmore", +"millay", +"millboard", +"milldam", +"millenarian", +"millenarianism", +"millenarism", +"millenarist", +"millenary", +"millennium", +"millenniumism", +"millepede", +"miller", +"miller's-thumb", +"millerite", +"millet", +"millettia", +"milliammeter", +"milliampere", +"milliard", +"millibar", +"millicurie", +"millidegree", +"milliequivalent", +"millifarad", +"milligram", +"millihenry", +"millikan", +"milliliter", +"millilitre", +"millime", +"millimeter", +"millimeter_of_mercury", +"millimetre", +"millimicron", +"milline", +"milliner", +"millinery", +"milling", +"milling_machine", +"milling_machinery", +"million", +"million_floating_point_operations_per_second", +"million_instructions_per_second", +"millionaire", +"millionairess", +"millionth", +"milliped", +"millipede", +"milliradian", +"millisecond", +"millivolt", +"millivoltmeter", +"milliwatt", +"millpond", +"millrace", +"millrun", +"mills", +"millstone", +"millwheel", +"millwork", +"millwright", +"milne", +"milo", +"milo_maize", +"milometer", +"milontin", +"milord", +"milquetoast", +"milt", +"miltiades", +"miltomate", +"milton", +"milton_friedman", +"milton_snavely_hershey", +"miltonia", +"miltown", +"milvus", +"milvus_migrans", +"milwaukee", +"mimamsa", +"mime", +"mimeo", +"mimeograph", +"mimeograph_machine", +"mimer", +"mimesis", +"mimic", +"mimicker", +"mimicry", +"mimidae", +"mimir", +"mimosa", +"mimosa_bush", +"mimosa_pudica", +"mimosa_sensitiva", +"mimosaceae", +"mimosoideae", +"mimus", +"mimus_polyglotktos", +"min", +"min_dialect", +"mina", +"minah", +"minamata_bay", +"minamata_disease", +"minaret", +"minato_ohashi_bridge", +"mince", +"mince_pie", +"mincemeat", +"mincer", +"mincing_machine", +"mind", +"mind's_eye", +"mind-altering_drug", +"mind-set", +"mind_game", +"mind_reader", +"mindanao", +"minden", +"minder", +"mindfulness", +"mindlessness", +"mindoro", +"mindset", +"mine", +"mine_detector", +"mine_disposal", +"mine_field", +"mine_pig", +"minefield", +"minelayer", +"minelaying", +"miner", +"miner's_cat", +"miner's_lettuce", +"mineral", +"mineral_deficiency", +"mineral_dressing", +"mineral_extraction", +"mineral_jelly", +"mineral_kingdom", +"mineral_oil", +"mineral_pitch", +"mineral_processing", +"mineral_resources", +"mineral_tar", +"mineral_vein", +"mineral_water", +"mineral_wax", +"mineral_wool", +"mineralocorticoid", +"mineralogist", +"mineralogy", +"minerva", +"mineshaft", +"minestrone", +"minesweeper", +"minesweeping", +"mineworker", +"ming", +"ming_dynasty", +"ming_tree", +"minge", +"minginess", +"mingle-mangle", +"mingling", +"mini", +"miniature", +"miniature_fan_palm", +"miniature_golf", +"miniature_pinscher", +"miniature_poodle", +"miniature_schnauzer", +"miniaturisation", +"miniaturist", +"miniaturization", +"minibar", +"minibike", +"minibus", +"minicab", +"minicar", +"minicomputer", +"miniconju", +"minim", +"minimal_art", +"minimal_brain_damage", +"minimal_brain_dysfunction", +"minimalism", +"minimalist", +"minimally_invasive_coronary_bypass_surgery", +"minimisation", +"minimization", +"minimum", +"minimum_wage", +"minimus", +"mining", +"mining_bee", +"mining_company", +"mining_engineer", +"mining_geology", +"minion", +"minipress", +"miniskirt", +"minister", +"minister_of_finance", +"minister_of_religion", +"minister_plenipotentiary", +"ministrant", +"ministration", +"ministry", +"ministry_of_transportation_test", +"minisub", +"minisubmarine", +"minium", +"minivan", +"miniver", +"mink", +"mink_coat", +"minke_whale", +"minkowski", +"minneapolis", +"minnesota", +"minnesota_multiphasic_personality_inventory", +"minnesotan", +"minnewit", +"minnie_bush", +"minnie_mouse", +"minniebush", +"minnow", +"minoan", +"minoan_civilisation", +"minoan_civilization", +"minoan_culture", +"minocin", +"minocycline", +"minor", +"minor-league_club", +"minor-league_team", +"minor_axis", +"minor_diatonic_scale", +"minor_expense", +"minor_fast_day", +"minor_key", +"minor_league", +"minor_leaguer", +"minor_mode", +"minor_planet", +"minor_premise", +"minor_premiss", +"minor_role", +"minor_scale", +"minor_suit", +"minor_surgery", +"minor_term", +"minor_tranquilizer", +"minor_tranquilliser", +"minor_tranquillizer", +"minority", +"minority_leader", +"minors", +"minos", +"minotaur", +"minoxidil", +"minsk", +"minster", +"minstrel", +"minstrel_show", +"minstrelsy", +"mint", +"mint_candy", +"mint_family", +"mint_geranium", +"mint_julep", +"mint_sauce", +"mintage", +"minter", +"mintmark", +"minuartia", +"minuend", +"minuet", +"minuit", +"minus", +"minus_sign", +"minuscule", +"minute", +"minute_book", +"minute_gun", +"minute_hand", +"minute_of_arc", +"minute_steak", +"minuteman", +"minuteness", +"minutes", +"minutia", +"minx", +"minyan", +"miocene", +"miocene_epoch", +"miosis", +"miotic", +"miotic_drug", +"miotic_eyedrop", +"mips", +"mirabeau", +"mirabilis", +"mirabilis_californica", +"mirabilis_jalapa", +"mirabilis_laevis", +"mirabilis_longiflora", +"mirabilis_multiflora", +"mirabilis_oblongifolia", +"mirabilis_uniflora", +"miracle", +"miracle-worship", +"miracle_man", +"miracle_play", +"miracle_worker", +"miraculous_food", +"mirage", +"miranda_rule", +"mirasol", +"mire", +"miri", +"mirid", +"mirid_bug", +"miridae", +"mirish", +"miro", +"mirounga", +"mirror", +"mirror-image_relation", +"mirror_carp", +"mirror_image", +"mirror_symmetry", +"mirth", +"mirthfulness", +"misadventure", +"misalignment", +"misalliance", +"misanthrope", +"misanthropist", +"misanthropy", +"misapplication", +"misapprehension", +"misappropriation", +"misbehavior", +"misbehaviour", +"misbeliever", +"miscalculation", +"miscarriage", +"miscegenation", +"miscellanea", +"miscellany", +"misch_metal", +"mischance", +"mischief", +"mischief-maker", +"mischief-making", +"mischievousness", +"misconception", +"misconduct", +"misconstrual", +"misconstruction", +"miscount", +"miscreant", +"miscreation", +"miscue", +"misdating", +"misdeal", +"misdeed", +"misdemeanor", +"misdemeanour", +"misdirection", +"mise_en_scene", +"miser", +"miserableness", +"miserliness", +"misery", +"misestimation", +"misfeasance", +"misfire", +"misfit", +"misfortune", +"misgiving", +"misgovernment", +"mishap", +"mishegaas", +"mishegoss", +"mishmash", +"mishna", +"mishnah", +"mishpachah", +"mishpocha", +"misinformation", +"misinterpretation", +"misleader", +"mismanagement", +"mismatch", +"misnomer", +"miso", +"misocainea", +"misogamist", +"misogamy", +"misogynism", +"misogynist", +"misogyny", +"misology", +"misoneism", +"misopedia", +"mispickel", +"misplaced_modifier", +"misplacement", +"misplay", +"misprint", +"mispronunciation", +"misquotation", +"misquote", +"misreading", +"misreckoning", +"misrepresentation", +"misrule", +"miss", +"missal", +"missel_thrush", +"misshapenness", +"missile", +"missile_defence_system", +"missile_defense_system", +"missing_link", +"mission", +"mission_bells", +"mission_impossible", +"missionary", +"missionary_position", +"missionary_post", +"missionary_station", +"missionary_work", +"missioner", +"missippian_period", +"missis", +"mississippi", +"mississippi_river", +"mississippian", +"missive", +"missoula", +"missouri", +"missouri_compromise", +"missouri_goldenrod", +"missouri_gourd", +"missouri_primrose", +"missouri_river", +"missourian", +"misspelling", +"misstatement", +"misstep", +"missus", +"missy", +"mist", +"mist-flower", +"mistake", +"mistaking", +"mister", +"mistflower", +"mistiming", +"mistiness", +"mistle_thrush", +"mistletoe", +"mistletoe_cactus", +"mistletoe_family", +"mistletoe_fig", +"mistletoe_rubber_plant", +"mistletoe_thrush", +"mistral", +"mistranslation", +"mistreatment", +"mistress", +"mistrial", +"mistrust", +"misunderstanding", +"misuse", +"mit", +"mitchell", +"mitchella", +"mitchella_repens", +"mitchum", +"mite", +"mite_box", +"mitella", +"mitella_diphylla", +"mitella_pentandra", +"miter", +"miter_box", +"miter_joint", +"miter_mushroom", +"miterwort", +"mitford", +"mithan", +"mithra", +"mithracin", +"mithraicism", +"mithraism", +"mithraist", +"mithramycin", +"mithras", +"mithridate_mustard", +"mithridates", +"mithridates_the_great", +"mithridates_vi", +"mitigating_circumstance", +"mitigation", +"mitochondrion", +"mitogen", +"mitomycin", +"mitosis", +"mitra", +"mitral_stenosis", +"mitral_valve", +"mitral_valve_prolapse", +"mitral_valve_stenosis", +"mitre", +"mitre_box", +"mitre_joint", +"mitrewort", +"mitrula_elegans", +"mitsvah", +"mitt", +"mittelschmerz", +"mitten", +"mitterrand", +"mitzvah", +"miwok", +"mix", +"mix-up", +"mixed-blood", +"mixed_bag", +"mixed_bud", +"mixed_drink", +"mixed_economy", +"mixed_farming", +"mixed_marriage", +"mixed_metaphor", +"mixed_nuisance", +"mixer", +"mixing", +"mixing_bowl", +"mixing_faucet", +"mixologist", +"mixology", +"mixture", +"mizen", +"mizenmast", +"mizzen", +"mizzen_course", +"mizzenmast", +"mizzle", +"mko", +"ml", +"mlitt", +"mls", +"mm", +"mm_hg", +"mmpi", +"mn", +"mnemonic", +"mnemonics", +"mnemonist", +"mnemosyne", +"mniaceae", +"mnium", +"mo", +"moa", +"moan", +"moaner", +"moat", +"mob", +"moban", +"mobcap", +"mobile", +"mobile_bay", +"mobile_canteen", +"mobile_home", +"mobile_phone", +"mobile_river", +"mobilisation", +"mobility", +"mobilization", +"mobius", +"mobius_strip", +"mobocracy", +"mobster", +"mobula", +"mobula_hypostoma", +"mobulidae", +"mobuto_lake", +"mocambique", +"mocassin", +"moccasin", +"moccasin_flower", +"mocha", +"mocha_coffee", +"mock", +"mock-heroic", +"mock-up", +"mock_azalia", +"mock_orange", +"mock_privet", +"mock_sun", +"mock_turtle_soup", +"mocker", +"mockernut", +"mockernut_hickory", +"mockery", +"mocking_thrush", +"mockingbird", +"mod", +"mod_con", +"modal", +"modal_auxiliary", +"modal_auxiliary_verb", +"modal_logic", +"modal_value", +"modal_verb", +"modality", +"mode", +"model", +"model_t", +"modeler", +"modeling", +"modeller", +"modelling", +"modem", +"moderate", +"moderate_breeze", +"moderate_gale", +"moderateness", +"moderation", +"moderationism", +"moderationist", +"moderatism", +"moderator", +"moderatorship", +"modern", +"modern_ballet", +"modern_dance", +"modern_english", +"modern_era", +"modern_font", +"modern_greek", +"modern_hebrew", +"modern_jazz", +"modern_man", +"modern_times", +"modern_world", +"modernisation", +"modernism", +"modernist", +"modernity", +"modernization", +"modernness", +"modest_moussorgsky", +"modest_mussorgsky", +"modest_petrovich_moussorgsky", +"modest_petrovich_mussorgsky", +"modestness", +"modesty", +"modicon", +"modicum", +"modification", +"modified_american_plan", +"modified_radical_mastectomy", +"modifier", +"modifier_gene", +"modigliani", +"modillion", +"modiolus", +"modishness", +"modiste", +"mods", +"modulation", +"module", +"modulus", +"modulus_of_elasticity", +"modulus_of_rigidity", +"modus_operandi", +"modus_vivendi", +"moehringia", +"moehringia_lateriflora", +"moehringia_mucosa", +"moeller's_glossitis", +"mogadiscio", +"mogadishu", +"mogdad_coffee", +"mogen_david", +"moghul", +"mogul", +"mogul_empire", +"mohair", +"mohammad", +"mohammed", +"mohammed_ali", +"mohammed_reza_pahlavi", +"mohammed_reza_pahlevi", +"mohammedan", +"mohammedan_calendar", +"mohammedanism", +"mohandas_karamchand_gandhi", +"moharram", +"mohave", +"mohave_desert", +"mohawk", +"mohawk_haircut", +"mohawk_river", +"mohican", +"moho", +"mohorovicic", +"mohorovicic_discontinuity", +"mohria", +"mohria_caffrorum", +"mohs_scale", +"moiety", +"moira_shearer", +"moirae", +"moirai", +"moire", +"moistener", +"moistening", +"moistness", +"moisture", +"mojarra", +"mojave", +"mojave_aster", +"mojave_desert", +"mojave_rattlesnake", +"mojo", +"moke", +"moksa", +"mokulu", +"mol", +"mola", +"mola_lanceolata", +"molal_concentration", +"molality", +"molar", +"molar_concentration", +"molar_pregnancy", +"molarity", +"molasses", +"molasses_cookie", +"molasses_kiss", +"molasses_taffy", +"mold", +"moldavia", +"moldboard", +"moldboard_plow", +"molded_salad", +"moldiness", +"molding", +"moldova", +"moldovan_monetary_unit", +"mole", +"mole_cricket", +"mole_plant", +"mole_rat", +"mole_salamander", +"molech", +"molecular_biologist", +"molecular_biology", +"molecular_formula", +"molecular_genetics", +"molecular_weight", +"molecule", +"molehill", +"moleskin", +"molestation", +"molester", +"molidae", +"moliere", +"molindone", +"moline", +"molisch's_test", +"molisch_reaction", +"molisch_test", +"molise", +"moll", +"mollah", +"molle", +"mollie", +"mollienesia", +"mollification", +"molluga", +"molluga_verticillata", +"mollusc", +"mollusca", +"molluscum", +"molluscum_contagiosum", +"mollusk", +"mollusk_family", +"mollusk_genus", +"molly", +"molly_miller", +"molly_pitcher", +"mollycoddle", +"mollycoddler", +"mollymawk", +"molnar", +"moloch", +"moloch_horridus", +"molokai", +"molokai_island", +"molossidae", +"molothrus", +"molotov", +"molotov_cocktail", +"molt", +"molter", +"molting", +"molucca_balm", +"moluccas", +"molucella", +"molucella_laevis", +"molva", +"molva_molva", +"molybdenite", +"molybdenum", +"molybdenum_steel", +"mom", +"mombasa", +"mombin", +"mombin_tree", +"moment", +"moment_magnitude_scale", +"moment_of_a_couple", +"moment_of_a_magnet", +"moment_of_inertia", +"moment_of_truth", +"momentousness", +"momentum", +"momism", +"momma", +"mommsen", +"mommy", +"momordica", +"momordica_balsamina", +"momordica_charantia", +"momos", +"momot", +"momotidae", +"momotus", +"momus", +"mon", +"mon-khmer", +"mona", +"monacan", +"monaco", +"monaco-ville", +"monad", +"monadic_operation", +"monal", +"monandry", +"monarch", +"monarch_butterfly", +"monarchism", +"monarchist", +"monarchy", +"monarda", +"monarda_citriodora", +"monarda_clinopodia", +"monarda_didyma", +"monarda_fistulosa", +"monarda_pectinata", +"monarda_punctata", +"monardella", +"monardella_lanceolata", +"monario", +"monas", +"monastery", +"monastic", +"monastic_habit", +"monastic_order", +"monasticism", +"monaul", +"monazite", +"monday", +"mondrian", +"monegasque", +"monel_metal", +"monell_metal", +"monera", +"moneran", +"moneron", +"moneses", +"moneses_uniflora", +"monet", +"monetarism", +"monetarist", +"monetary_fund", +"monetary_resource", +"monetary_standard", +"monetary_system", +"monetary_unit", +"monetary_value", +"monetisation", +"monetization", +"money", +"money-spinner", +"money_belt", +"money_box", +"money_changer", +"money_cowrie", +"money_dealer", +"money_handler", +"money_laundering", +"money_market", +"money_order", +"money_plant", +"money_supply", +"moneybag", +"moneyer", +"moneygrubber", +"moneylender", +"moneymaker", +"moneymaking", +"moneyman", +"moneywort", +"monger", +"mongo", +"mongol", +"mongol_dynasty", +"mongol_tatar", +"mongolia", +"mongolian", +"mongolian_monetary_unit", +"mongolian_people's_republic", +"mongolian_race", +"mongolianism", +"mongolic", +"mongolic_language", +"mongolism", +"mongoloid", +"mongoloid_race", +"mongoose", +"mongrel", +"monic_polynomial", +"monica_seles", +"moniker", +"monilia", +"monilia_albicans", +"monilia_disease", +"moniliaceae", +"moniliales", +"moniliasis", +"monism", +"monistat", +"monition", +"monitor", +"monitor_lizard", +"monitor_program", +"monitoring", +"monitoring_device", +"monitoring_program", +"monitrice", +"monk", +"monk's_cloth", +"monkey", +"monkey-bread_tree", +"monkey-wrench", +"monkey_bread", +"monkey_bridge", +"monkey_business", +"monkey_dog", +"monkey_jacket", +"monkey_ladder", +"monkey_nut", +"monkey_pinscher", +"monkey_pod", +"monkey_puzzle", +"monkey_wrench", +"monkeypod", +"monkfish", +"monkshood", +"monmouth_court_house", +"monnet", +"mono", +"mono-iodotyrosine", +"monoamine", +"monoamine_neurotransmitter", +"monoamine_oxidase", +"monoamine_oxidase_inhibitor", +"monobasic_acid", +"monoblast", +"monoblastic_leukaemia", +"monoblastic_leukemia", +"monocanthidae", +"monocanthus", +"monocarp", +"monocarpic_plant", +"monocarpous_plant", +"monochamus", +"monochromacy", +"monochromasy", +"monochromat", +"monochromatic_vision", +"monochromatism", +"monochrome", +"monochromia", +"monocle", +"monocline", +"monoclonal", +"monoclonal_antibody", +"monocot", +"monocot_family", +"monocot_genus", +"monocotyledon", +"monocotyledonae", +"monocotyledones", +"monocracy", +"monocular_vision", +"monoculture", +"monocycle", +"monocyte", +"monocytic_leukaemia", +"monocytic_leukemia", +"monocytosis", +"monod", +"monodon", +"monodon_monoceros", +"monodontidae", +"monody", +"monofocal_iol", +"monofocal_lens_implant", +"monogamist", +"monogamousness", +"monogamy", +"monogenesis", +"monogenic_disease", +"monogenic_disorder", +"monogram", +"monograph", +"monogynist", +"monogyny", +"monohybrid", +"monohybrid_cross", +"monohydrate", +"monolatry", +"monolingual", +"monolith", +"monologist", +"monologue", +"monomania", +"monomaniac", +"monomer", +"monomorium", +"monomorium_minimum", +"monomorium_pharaonis", +"mononeuropathy", +"monongahela", +"monongahela_river", +"mononuclear_phagocyte_system", +"mononucleosis", +"mononychus_olecranus", +"monophonic_music", +"monophony", +"monophthalmos", +"monophysite", +"monophysitism", +"monoplane", +"monoplane_flying_fish", +"monoplegia", +"monopolisation", +"monopoliser", +"monopolist", +"monopolization", +"monopolizer", +"monopoly", +"monopoly_board", +"monopsony", +"monorail", +"monorchidism", +"monorchism", +"monosaccharide", +"monosaccharose", +"monosemy", +"monosodium_glutamate", +"monosomy", +"monospaced_font", +"monostotic_fibrous_dysplasia", +"monosyllabic_word", +"monosyllable", +"monotheism", +"monotheist", +"monothelitism", +"monotone", +"monotony", +"monotremata", +"monotreme", +"monotropa", +"monotropa_hypopithys", +"monotropa_uniflora", +"monotropaceae", +"monotype", +"monounsaturated_fatty_acid", +"monoxide", +"monozygotic_twin", +"monozygous_twin", +"monro's_foramen", +"monroe", +"monroe_doctrine", +"monrovia", +"mons", +"mons_pubis", +"mons_veneris", +"monsieur", +"monsignor", +"monsoon", +"monster", +"monstera", +"monstera_deliciosa", +"monstrance", +"monstrosity", +"mont_blanc", +"montage", +"montagu", +"montagu's_harrier", +"montaigne", +"montan_wax", +"montana", +"montanan", +"monte", +"monte_bianco", +"monte_carlo", +"montego_bay", +"montenegro", +"monterey", +"monterey_bay", +"monterey_cypress", +"monterey_pine", +"monterrey", +"montespan", +"montesquieu", +"montessori", +"monteverdi", +"montevideo", +"montez", +"montezuma", +"montezuma's_revenge", +"montezuma_cypress", +"montezuma_ii", +"montfort", +"montgolfier", +"montgomery", +"montgomery's_tubercle", +"montgomery_ward", +"month", +"month_of_sundays", +"monthly", +"montia", +"montia_chamissoi", +"montia_cordifolia", +"montia_lamprosperma", +"montia_perfoliata", +"montmartre", +"montpelier", +"montrachet", +"montreal", +"montserrat", +"montserratian", +"monument", +"moo", +"moo-cow", +"moo_goo_gai_pan", +"mooch", +"moocher", +"mood", +"moodiness", +"moody", +"moolah", +"moon", +"moon-curser", +"moon-ray", +"moon-worship", +"moon_blindness", +"moon_carrot", +"moon_curser", +"moon_daisy", +"moon_ray", +"moon_shell", +"moon_shot", +"moon_trefoil", +"moonbeam", +"mooneye", +"moonfish", +"moonflower", +"moonie", +"moonlight", +"moonlighter", +"moonseed", +"moonseed_family", +"moonshell", +"moonshine", +"moonshiner", +"moonstone", +"moonwalk", +"moonwort", +"moor", +"moor-bird", +"moor_berry", +"moorage", +"moorbird", +"moorcock", +"moore", +"moorfowl", +"moorgame", +"moorhen", +"mooring", +"mooring_anchor", +"mooring_line", +"mooring_mast", +"mooring_tower", +"moorish", +"moorish_arch", +"moorish_architecture", +"moorland", +"moorwort", +"moose", +"moose-wood", +"moosewood", +"moot", +"moot_court", +"mop", +"mop_handle", +"mop_up", +"mopboard", +"mope", +"moped", +"mopes", +"mopper", +"moppet", +"mopping", +"moquelumnan", +"moquette", +"moraceae", +"moraine", +"moral", +"moral_certainty", +"moral_excellence", +"moral_force", +"moral_hazard", +"moral_obligation", +"moral_philosophy", +"moral_principle", +"moral_sense", +"morale", +"morale_booster", +"morale_builder", +"morale_building", +"moralisation", +"moralism", +"moralist", +"morality", +"morality_play", +"moralization", +"moralizing", +"morals", +"moranzanist_patriotic_front", +"morass", +"moratorium", +"moravia", +"moray", +"moray_eel", +"moray_firth", +"morbidity", +"morbidness", +"morbilli", +"morceau", +"morchella", +"morchella_angusticeps", +"morchella_conica", +"morchella_crassipes", +"morchella_esculenta", +"morchella_semilibera", +"morchellaceae", +"mordacity", +"mordant", +"mordecai_richler", +"mordva", +"mordvin", +"mordvinian", +"more", +"moreau_river", +"moreen", +"morel", +"morelia_spilotes_variegatus", +"morello", +"mores", +"moreton_bay", +"moreton_bay_chestnut", +"moreton_bay_pine", +"moreton_bay_tulipwood", +"morgan", +"morgan_city", +"morgan_le_fay", +"morganite", +"morgantown", +"morgen", +"morgue", +"morion", +"morlett's_crocodile", +"morley", +"mormon", +"mormon_church", +"mormon_cricket", +"mormon_state", +"mormon_tabernacle", +"mormonism", +"mormons", +"morn", +"mornay_sauce", +"morning", +"morning-after_pill", +"morning-glory_family", +"morning_coat", +"morning_dress", +"morning_glory", +"morning_prayer", +"morning_room", +"morning_sickness", +"morning_star", +"morning_time", +"moro", +"moro_islamic_liberation_front", +"moro_reflex", +"moroccan", +"moroccan_dirham", +"moroccan_monetary_unit", +"morocco", +"moron", +"morone", +"morone_americana", +"morone_interrupta", +"moronity", +"moroseness", +"morosoph", +"morphallaxis", +"morphea", +"morpheme", +"morpheus", +"morphia", +"morphine", +"morphogenesis", +"morphological_rule", +"morphology", +"morphophoneme", +"morphophonemic_system", +"morphophonemics", +"morphophysiology", +"morrigan", +"morrigu", +"morris", +"morris_chair", +"morris_dance", +"morris_dancer", +"morris_dancing", +"morrison", +"morrison_r._waite", +"morrison_remick_waite", +"morrison_waite", +"morristown", +"morrow", +"morrow's_honeysuckle", +"mors", +"morse", +"morse_code", +"morsel", +"mortal", +"mortal_enemy", +"mortal_sin", +"mortality", +"mortality_rate", +"mortality_table", +"mortar", +"mortar_fire", +"mortarboard", +"mortgage", +"mortgage-backed_security", +"mortgage_application", +"mortgage_deed", +"mortgage_holder", +"mortgage_loan", +"mortgagee", +"mortgager", +"mortgagor", +"mortice", +"mortician", +"mortification", +"mortimer", +"mortise", +"mortise-and-tenon_joint", +"mortise_joint", +"mortmain", +"morton", +"mortuary", +"morula", +"morus", +"morus_alba", +"morus_nigra", +"morus_rubra", +"mosaic", +"mosaic_culture", +"mosaic_gold", +"mosaic_law", +"mosaicism", +"mosan", +"mosander", +"moschus", +"moschus_moschiferus", +"moscow", +"moselle", +"moses", +"moses_maimonides", +"moshav", +"moshe_dayan", +"moslem", +"moslem_calendar", +"mosque", +"mosquito", +"mosquito_bite", +"mosquito_boat", +"mosquito_craft", +"mosquito_fern", +"mosquito_hawk", +"mosquito_net", +"mosquitofish", +"moss", +"moss-trooper", +"moss_agate", +"moss_animal", +"moss_campion", +"moss_family", +"moss_genus", +"moss_hart", +"moss_locust", +"moss_phlox", +"moss_pink", +"mossad", +"mossback", +"mossbauer", +"mossy-cup_oak", +"mossy_saxifrage", +"mossycup_oak", +"most_valuable_player", +"mostaccioli", +"mosul", +"mot", +"mot_juste", +"mot_test", +"motacilla", +"motacillidae", +"mote", +"motel", +"motel_room", +"motet", +"moth", +"moth_bean", +"moth_miller", +"moth_mullein", +"moth_orchid", +"moth_plant", +"mothball", +"mother", +"mother's_boy", +"mother's_daughter", +"mother's_day", +"mother's_milk", +"mother's_son", +"mother-in-law", +"mother-in-law's_tongue", +"mother-in-law_plant", +"mother-of-pearl", +"mother-of-pearl_cloud", +"mother-of-thousands", +"mother_board", +"mother_carey's_chicken", +"mother_carey's_hen", +"mother_cell", +"mother_country", +"mother_figure", +"mother_fucker", +"mother_goose", +"mother_hen", +"mother_hubbard", +"mother_jones", +"mother_lode", +"mother_of_thyme", +"mother_seton", +"mother_superior", +"mother_teresa", +"mother_theresa", +"mother_tongue", +"mother_wit", +"motherese", +"motherfucker", +"motherhood", +"motherland", +"motherliness", +"motherwell", +"motherwort", +"motif", +"motile", +"motilin", +"motility", +"motion", +"motion-picture_camera", +"motion-picture_fan", +"motion-picture_film", +"motion-picture_photography", +"motion-picture_show", +"motion_picture", +"motion_sickness", +"motion_study", +"motionlessness", +"motivating", +"motivation", +"motivator", +"motive", +"motive_power", +"motivity", +"motley", +"motley_fool", +"motmot", +"motoneuron", +"motor", +"motor_aphasia", +"motor_area", +"motor_ataxia", +"motor_city", +"motor_control", +"motor_cortex", +"motor_end_plate", +"motor_fiber", +"motor_home", +"motor_horn", +"motor_hotel", +"motor_inn", +"motor_lodge", +"motor_memory", +"motor_mower", +"motor_nerve", +"motor_nerve_fiber", +"motor_neuron", +"motor_oil", +"motor_pool", +"motor_region", +"motor_scooter", +"motor_torpedo_boat", +"motor_vehicle", +"motorbike", +"motorboat", +"motorbus", +"motorcade", +"motorcar", +"motorcoach", +"motorcycle", +"motorcycle_cop", +"motorcycle_policeman", +"motorcycling", +"motorcyclist", +"motoring", +"motorisation", +"motorist", +"motorization", +"motorized_wheelchair", +"motorman", +"motormouth", +"motortruck", +"motorway", +"motown", +"motrin", +"mott", +"mottle", +"mottling", +"motto", +"moue", +"moufflon", +"mouflon", +"moujik", +"moukden", +"mould", +"mouldboard", +"mouldboard_plough", +"moulding", +"moulmein", +"moult", +"moulter", +"moulting", +"mound", +"mound-bird", +"mound_bird", +"mound_builder", +"mount", +"mount_adams", +"mount_ararat", +"mount_asama", +"mount_athos", +"mount_bartle_frere", +"mount_carmel", +"mount_communism", +"mount_cook_lily", +"mount_elbert", +"mount_etna", +"mount_everest", +"mount_fuji", +"mount_garmo", +"mount_godwin_austen", +"mount_hubbard", +"mount_kanchenjunga", +"mount_kilimanjaro", +"mount_logan", +"mount_mckinley", +"mount_olympus", +"mount_orizaba", +"mount_parnassus", +"mount_pinatubo", +"mount_ranier", +"mount_ranier_national_park", +"mount_rushmore", +"mount_rushmore_state", +"mount_saint_helens", +"mount_shasta", +"mount_sherman", +"mount_sinai", +"mount_st._helens", +"mount_tacoma", +"mount_vernon", +"mount_vesuvius", +"mount_whitney", +"mount_wilson", +"mountain", +"mountain_alder", +"mountain_andromeda", +"mountain_anemone", +"mountain_ash", +"mountain_avens", +"mountain_azalea", +"mountain_beaver", +"mountain_bike", +"mountain_birch", +"mountain_blacksnake", +"mountain_bladder_fern", +"mountain_blue_berry", +"mountain_box", +"mountain_chain", +"mountain_chinchilla", +"mountain_clematis", +"mountain_climber", +"mountain_climbing", +"mountain_clubmoss", +"mountain_cranberry", +"mountain_daisy", +"mountain_devil", +"mountain_ebony", +"mountain_everlasting", +"mountain_fern", +"mountain_fetterbush", +"mountain_fever", +"mountain_four_o'clock", +"mountain_goat", +"mountain_gorilla", +"mountain_grape", +"mountain_heath", +"mountain_hemlock", +"mountain_hollyhock", +"mountain_lady's_slipper", +"mountain_laurel", +"mountain_lily", +"mountain_lion", +"mountain_male_fern", +"mountain_man", +"mountain_maple", +"mountain_mint", +"mountain_nyala", +"mountain_oak", +"mountain_paca", +"mountain_parsley_fern", +"mountain_partridge", +"mountain_pass", +"mountain_peak", +"mountain_phlox", +"mountain_pine", +"mountain_pride", +"mountain_quail", +"mountain_range", +"mountain_rice", +"mountain_rimu", +"mountain_rose", +"mountain_sandwort", +"mountain_sheep", +"mountain_sickness", +"mountain_skink", +"mountain_spinach", +"mountain_spleenwort", +"mountain_standard_time", +"mountain_starwort", +"mountain_state", +"mountain_sumac", +"mountain_swamp_gum", +"mountain_tea", +"mountain_tent", +"mountain_time", +"mountain_trail", +"mountain_viscacha", +"mountain_watercress", +"mountain_zebra", +"mountaineer", +"mountaineering", +"mountainside", +"mountebank", +"mounter", +"mountie", +"mounties", +"mounting", +"mourner", +"mournful_widow", +"mournfulness", +"mourning", +"mourning_band", +"mourning_cloak", +"mourning_cloak_butterfly", +"mourning_dove", +"mourning_ring", +"mouse", +"mouse's_nest", +"mouse-ear_chickweed", +"mouse-ear_cress", +"mouse-ear_hawkweed", +"mouse-eared_bat", +"mouse-tooth_forceps", +"mouse_button", +"mouse_click", +"mouse_deer", +"mouse_ear", +"mouse_eared_chickweed", +"mouse_hare", +"mouse_mat", +"mouse_nest", +"mousepad", +"mouser", +"mousetrap", +"moussaka", +"mousse", +"mousseline_de_sole", +"moussorgsky", +"moustache", +"moustache_cup", +"moustachio", +"mouth", +"mouth-to-mouth_resuscitation", +"mouth_bow", +"mouth_harp", +"mouth_hole", +"mouth_organ", +"mouthbreeder", +"mouthful", +"mouthpart", +"mouthpiece", +"mouthwash", +"mouton", +"movability", +"movable", +"movable_barrier", +"movable_feast", +"movableness", +"move", +"moveable_feast", +"movement", +"movement_for_revenge", +"movement_of_holy_warriors", +"mover", +"mover_and_shaker", +"movie", +"movie_actor", +"movie_camera", +"movie_film", +"movie_house", +"movie_industry", +"movie_maker", +"movie_making", +"movie_projector", +"movie_star", +"movie_theater", +"movie_theatre", +"moviegoer", +"moviemaking", +"movimiento_revolucionario_tupac_anaru", +"moving-coil_galvanometer", +"moving-picture_show", +"moving_company", +"moving_expense", +"moving_in", +"moving_picture", +"moving_ridge", +"moving_staircase", +"moving_stairway", +"moving_van", +"mow", +"mower", +"moxie", +"moxie_plum", +"moynihan", +"mozambican", +"mozambique", +"mozambique_channel", +"mozambique_monetary_unit", +"mozart", +"mozzarella", +"mp", +"mpeg", +"mph", +"mps", +"mr", +"mr.", +"mr._moto", +"mrd", +"mri", +"mrna", +"mrs", +"mrs.", +"mrs._gandhi", +"mrs._henry_wood", +"mrs._humphrey_ward", +"mrs._simpson", +"mrta", +"ms", +"ms-dos", +"ms.", +"msasa", +"msb", +"msc", +"msec", +"msg", +"msh", +"mst", +"mt", +"mt._ararat", +"mt._everest", +"mt._mckinley", +"mt._olympus", +"mt._ranier", +"mt._rushmore", +"mt._st._helens", +"mt._vesuvius", +"mt_etna", +"mt_orizaba", +"mu", +"mu-meson", +"muadhdhin", +"muammar_al-qaddafi", +"muammar_el-qaddafi", +"muazzin", +"mubarak", +"much", +"muchness", +"mucic_acid", +"mucilage", +"mucin", +"muck", +"muckheap", +"muckhill", +"muckle", +"muckraker", +"muckraking", +"mucocutaneous_leishmaniasis", +"mucocutaneous_lymph_node_syndrome", +"mucoid", +"mucopolysaccharide", +"mucopolysaccharidosis", +"mucor", +"mucoraceae", +"mucorales", +"mucosa", +"mucous_colitis", +"mucous_membrane", +"mucous_secretion", +"mucoviscidosis", +"mucuna", +"mucuna_aterrima", +"mucuna_deeringiana", +"mucuna_pruriens_utilis", +"mucus", +"mud", +"mud_bath", +"mud_brick", +"mud_dauber", +"mud_digger", +"mud_flat", +"mud_hen", +"mud_midget", +"mud_pie", +"mud_plantain", +"mud_puddle", +"mud_puppy", +"mud_stain", +"mud_turtle", +"mudcat", +"mudder", +"muddiness", +"muddle", +"mudguard", +"mudhif", +"mudra", +"mudskipper", +"mudslide", +"mudslinger", +"mudspringer", +"muenchen", +"muenster", +"muesli", +"muezzin", +"muff", +"muffin", +"muffin_man", +"muffle", +"muffler", +"mufti", +"mug", +"mug's_game", +"mug_book", +"mug_file", +"mug_shot", +"mugful", +"muggee", +"mugger", +"mugginess", +"mugging", +"muggins", +"mugho_pine", +"mugil", +"mugil_cephalus", +"mugil_curema", +"mugil_liza", +"mugilidae", +"mugiloidea", +"mugo_pine", +"mugshot", +"mugwort", +"mugwump", +"muhammad", +"muhammad_ali", +"muhammad_ali_jinnah", +"muhammadan", +"muhammadan_calendar", +"muhammadanism", +"muhammedan", +"muharram", +"muharrum", +"muhlenbergia", +"muhlenbergia_schreberi", +"muir", +"muishond", +"mujahadeen", +"mujahadein", +"mujahadin", +"mujahedeen", +"mujahedeen_khalq", +"mujahedeen_kompak", +"mujahedin", +"mujahid", +"mujahideen", +"mujahidin", +"mujahidin-e_khalq_organization", +"mujik", +"mujtihad", +"mukalla", +"mukataa", +"mukden", +"mulatto", +"mulberry", +"mulberry_family", +"mulberry_fig", +"mulberry_tree", +"mulch", +"mulct", +"mule", +"mule's_ears", +"mule_deer", +"mule_driver", +"mule_fat", +"mule_skinner", +"muleteer", +"muliebrity", +"mulishness", +"mull", +"mulla", +"mullah", +"mullah_mohammed_omar", +"mullah_omar", +"mulled_cider", +"mulled_wine", +"mullein", +"mullein_pink", +"muller", +"mullet", +"mullidae", +"mulligan", +"mulligan_stew", +"mulligatawny", +"mullion", +"mulloidichthys", +"mulloidichthys_martinicus", +"mulloway", +"mullus", +"mullus_auratus", +"mullus_surmuletus", +"multi-billionaire", +"multibank_holding_company", +"multichannel_recorder", +"multicollinearity", +"multiculturalism", +"multidimensional_language", +"multiengine_airplane", +"multiengine_plane", +"multifariousness", +"multiflora", +"multiflora_rose", +"multifocal_iol", +"multifocal_lens_implant", +"multimedia", +"multimedia_system", +"multinomial", +"multiple", +"multiple_correlation", +"multiple_correlation_coefficient", +"multiple_fruit", +"multiple_mononeuropathy", +"multiple_myeloma", +"multiple_neuritis", +"multiple_personality", +"multiple_regression", +"multiple_sclerosis", +"multiple_star", +"multiple_voting", +"multiplex", +"multiplex_operation", +"multiplexer", +"multiplicand", +"multiplication", +"multiplicative_inverse", +"multiplicity", +"multiplier", +"multiplier_factor", +"multiplier_onion", +"multiprocessing", +"multiprocessor", +"multiprogramming", +"multistage", +"multistage_rocket", +"multitude", +"multitudinousness", +"multivalence", +"multivalency", +"multivariate_analysis", +"multiversity", +"multivitamin", +"multivitamin_pill", +"mulwi", +"mum", +"mumbai", +"mumble", +"mumble-the-peg", +"mumbler", +"mumblety-peg", +"mumbling", +"mumbo_jumbo", +"mumification_necrosis", +"mummer", +"mummery", +"mummichog", +"mummification", +"mummy", +"mumps", +"mumpsimus", +"munch", +"munchausen", +"munchausen's_syndrome", +"munchausen_syndrome", +"munchener", +"muncher", +"munchhausen", +"muncie", +"munda", +"munda-mon-khmer", +"mundaneness", +"mundanity", +"mung", +"mung_bean", +"mungo_park", +"munich", +"munich_beer", +"municipal_bond", +"municipal_center", +"municipal_government", +"municipal_note", +"municipality", +"munificence", +"muniments", +"munition", +"munitions_industry", +"munj", +"munja", +"munjeet", +"munjuk", +"munro", +"muntiacus", +"muntingia", +"muntingia_calabura", +"muntjac", +"muntz_metal", +"muon", +"muraenidae", +"mural", +"muralist", +"muramidase", +"murder", +"murder_charge", +"murder_conviction", +"murder_indictment", +"murder_mystery", +"murder_suspect", +"murderee", +"murderer", +"murderess", +"murderousness", +"murdoch", +"muriatic_acid", +"muridae", +"muriel_sarah_spark", +"muriel_spark", +"murillo", +"murine", +"murine_typhus", +"muritaniya", +"murk", +"murkiness", +"murmansk", +"murmur", +"murmur_vowel", +"murmuration", +"murmurer", +"murmuring", +"muroidea", +"murphy", +"murphy's_law", +"murphy_bed", +"murrain", +"murray", +"murray_gell-mann", +"murray_river", +"murre", +"murrow", +"murrumbidgee", +"murrumbidgee_river", +"mus", +"mus_musculus", +"mus_rose", +"musa", +"musa_acuminata", +"musa_basjoo", +"musa_ensete", +"musa_paradisiaca", +"musa_paradisiaca_sapientum", +"musa_textilis", +"musaceae", +"musales", +"musca", +"musca_domestica", +"musca_volitans", +"muscadel", +"muscadelle", +"muscadet", +"muscadine", +"muscae_volitantes", +"muscardinus", +"muscardinus_avellanarius", +"muscari", +"muscari_comosum", +"muscari_neglectum", +"muscat", +"muscat_and_oman", +"muscat_grape", +"muscatel", +"musci", +"muscicapa", +"muscicapa_grisola", +"muscicapa_striata", +"muscicapidae", +"muscidae", +"muscivora", +"muscivora-forficata", +"muscle", +"muscle-builder", +"muscle_builder", +"muscle_building", +"muscle_cell", +"muscle_contraction", +"muscle_fiber", +"muscle_fibre", +"muscle_memory", +"muscle_relaxant", +"muscle_sense", +"muscle_spasm", +"muscle_system", +"muscle_tone", +"musclebuilder", +"musclebuilding", +"muscleman", +"muscoidea", +"muscovite", +"muscovy", +"muscovy_duck", +"muscular_contraction", +"muscular_dystrophy", +"muscular_structure", +"muscular_tissue", +"muscular_tonus", +"muscularity", +"musculature", +"musculophrenic_artery", +"musculophrenic_vein", +"musculoskeletal_system", +"musculospiral_nerve", +"musculus", +"musculus_abductor_digiti_minimi_manus", +"musculus_abductor_digiti_minimi_pedis", +"musculus_abductor_hallucis", +"musculus_abductor_pollicis", +"musculus_adductor_brevis", +"musculus_adductor_hallucis", +"musculus_adductor_longus", +"musculus_adductor_magnus", +"musculus_anconeus", +"musculus_articularis_cubiti", +"musculus_articularis_genus", +"musculus_biceps_brachii", +"musculus_biceps_femoris", +"musculus_buccinator", +"musculus_deltoideus", +"musculus_intercostalis", +"musculus_obliquus_externus_abdominis", +"musculus_pectoralis", +"musculus_pectoralis_major", +"musculus_pectoralis_minor", +"musculus_quadriceps_femoris", +"musculus_rhomboideus_major", +"musculus_rhomboideus_minor", +"musculus_sartorius", +"musculus_scalenus", +"musculus_serratus_anterior", +"musculus_serratus_posterior", +"musculus_sphincter_ani", +"musculus_sphincter_ani_externus", +"musculus_sphincter_ani_internus", +"musculus_sphincter_ductus_choledochi", +"musculus_sphincter_ductus_pancreatici", +"musculus_sphincter_pupillae", +"musculus_sphincter_pylori", +"musculus_sphincter_urethrae", +"musculus_sphincter_vesicae", +"musculus_sternocleidomastoideus", +"musculus_temporalis", +"musculus_teres_major", +"musculus_teres_minor", +"musculus_tibialis", +"musculus_transversalis_abdominis", +"musculus_trapezius", +"musculus_triceps_brachii", +"musd", +"muse", +"muser", +"musette", +"musette_pipe", +"museum", +"musgoi", +"musgu", +"mush", +"musher", +"mushiness", +"mushroom", +"mushroom-shaped_cloud", +"mushroom_anchor", +"mushroom_cloud", +"mushroom_coral", +"mushroom_pimple", +"mushroom_poisoning", +"mushroom_sauce", +"mushroom_wine_sauce", +"mushy_peas", +"musial", +"music", +"music_box", +"music_critic", +"music_department", +"music_director", +"music_genre", +"music_hall", +"music_lesson", +"music_lover", +"music_of_the_spheres", +"music_paper", +"music_rack", +"music_school", +"music_stand", +"music_stool", +"music_teacher", +"musical", +"musical_accompaniment", +"musical_arrangement", +"musical_box", +"musical_chairs", +"musical_comedy", +"musical_composition", +"musical_drama", +"musical_genre", +"musical_group", +"musical_harmony", +"musical_instrument", +"musical_instrument_digital_interface", +"musical_interval", +"musical_mode", +"musical_notation", +"musical_note", +"musical_octave", +"musical_organisation", +"musical_organization", +"musical_passage", +"musical_perception", +"musical_performance", +"musical_phrase", +"musical_rhythm", +"musical_scale", +"musical_score", +"musical_soiree", +"musical_style", +"musical_theater", +"musical_theme", +"musical_time", +"musical_time_signature", +"musicality", +"musicalness", +"musician", +"musicianship", +"musicogenic_epilepsy", +"musicologist", +"musicology", +"musing", +"musjid", +"musk", +"musk_clover", +"musk_deer", +"musk_duck", +"musk_hog", +"musk_kangaroo", +"musk_mallow", +"musk_ox", +"musk_rose", +"musk_sheep", +"musk_thistle", +"musk_turtle", +"muskat", +"muskellunge", +"musket", +"musket_ball", +"musketeer", +"musketry", +"muskhogean", +"muskhogean_language", +"muskiness", +"muskmelon", +"muskogean", +"muskogean_language", +"muskogee", +"muskrat", +"muskrat_fur", +"muskus_grass", +"muskwood", +"muslim", +"muslim_calendar", +"muslim_ummah", +"muslimah", +"muslimism", +"muslin", +"musnud", +"musophaga", +"musophagidae", +"musophobia", +"musquash", +"muss", +"mussel", +"mussel_shrimp", +"musset", +"mussiness", +"mussitation", +"mussolini", +"mussorgsky", +"must", +"mustache", +"mustache_cup", +"mustachio", +"mustafa_kemal", +"mustagh", +"mustagh_range", +"mustang", +"mustang_mint", +"mustard", +"mustard_agent", +"mustard_family", +"mustard_gas", +"mustard_greens", +"mustard_oil", +"mustard_plaster", +"mustard_sauce", +"mustard_seed", +"mustard_tree", +"mustela", +"mustela_erminea", +"mustela_frenata", +"mustela_nigripes", +"mustela_nivalis", +"mustela_putorius", +"mustela_rixosa", +"mustela_vison", +"mustelid", +"mustelidae", +"musteline", +"musteline_mammal", +"mustelus", +"mustelus_canis", +"mustelus_mustelus", +"mustelus_norrisi", +"muster", +"muster_call", +"muster_roll", +"musth", +"mustiness", +"mutability", +"mutableness", +"mutagen", +"mutagenesis", +"mutamycin", +"mutant", +"mutant_gene", +"mutation", +"mutawa", +"mutawa'een", +"mutchkin", +"mute", +"mute_swan", +"muteness", +"mutilation", +"mutilator", +"mutillidae", +"mutineer", +"mutinus", +"mutinus_caninus", +"mutiny", +"mutisia", +"mutism", +"muton", +"mutsuhito", +"mutt", +"mutter", +"mutterer", +"muttering", +"mutton", +"mutton_chop", +"mutton_quad", +"mutton_snapper", +"mutton_tallow", +"muttonfish", +"muttonhead", +"mutual_affection", +"mutual_aid", +"mutual_exclusiveness", +"mutual_fund", +"mutual_fund_company", +"mutual_inductance", +"mutual_induction", +"mutual_opposition", +"mutual_resemblance", +"mutual_savings_bank", +"mutual_understanding", +"mutualism", +"mutuality", +"mutualness", +"muumuu", +"muybridge", +"muzhik", +"muzjik", +"muztag", +"muztagh", +"muzzle", +"muzzle_loader", +"muzzle_velocity", +"muzzler", +"mv", +"mvp", +"mwanza", +"mwera", +"mx", +"mya", +"mya_arenaria", +"myaceae", +"myacidae", +"myadestes", +"myalgia", +"myanmar", +"myanmar_monetary_unit", +"myasthenia", +"myasthenia_gravis", +"myasthenic_syndrome", +"mycelia_sterilia", +"mycelium", +"mycenae", +"mycenaean_civilisation", +"mycenaean_civilization", +"mycenaean_culture", +"mycenaen", +"mycetophilidae", +"mycobacteria", +"mycobacteriaceae", +"mycobacterium", +"mycobacterium_leprae", +"mycobacterium_tuberculosis", +"mycologist", +"mycology", +"mycomycin", +"mycophage", +"mycophagist", +"mycophagy", +"mycoplasma", +"mycoplasmal_pneumonia", +"mycoplasmataceae", +"mycoplasmatales", +"mycosis", +"mycostatin", +"mycotoxin", +"mycrosporidia", +"mycteria", +"mycteria_americana", +"mycteroperca", +"mycteroperca_bonaci", +"myctophidae", +"mydriasis", +"mydriatic", +"mydriatic_drug", +"myelatelia", +"myelencephalon", +"myelin", +"myelin_sheath", +"myelinated_nerve_fiber", +"myeline", +"myelinisation", +"myelinization", +"myelitis", +"myeloblast", +"myeloblastic_leukemia", +"myelocyte", +"myelocytic_leukemia", +"myelofibrosis", +"myelogram", +"myelography", +"myeloid_leukemia", +"myeloma", +"myelomeningocele", +"myenteric_plexus", +"myg", +"myiasis", +"mylanta", +"mylar", +"myles_standish", +"myliobatidae", +"mylitta", +"mylodon", +"mylodontid", +"mylodontidae", +"mym", +"myna", +"myna_bird", +"mynah", +"mynah_bird", +"myocardial_infarct", +"myocardial_infarction", +"myocardial_inflammation", +"myocardiopathy", +"myocarditis", +"myocardium", +"myocastor", +"myocastor_coypus", +"myoclonus", +"myoclonus_epilepsy", +"myodynia", +"myofibril", +"myofibrilla", +"myoglobin", +"myoglobinuria", +"myogram", +"myology", +"myoma", +"myometritis", +"myometrium", +"myomorpha", +"myonecrosis", +"myoneural_junction", +"myopathy", +"myope", +"myopia", +"myopus", +"myosarcoma", +"myosin", +"myosis", +"myositis", +"myositis_trichinosa", +"myosotis", +"myosotis_scorpiodes", +"myosotis_sylvatica", +"myotactic_reflex", +"myotic", +"myotic_drug", +"myotis", +"myotis_leucifugus", +"myotis_velifer", +"myotomy", +"myotonia", +"myotonia_atrophica", +"myotonia_congenita", +"myotonic_dystrophy", +"myotonic_muscular_dystrophy", +"myrcia", +"myrciaria", +"myrciaria_cauliflora", +"myrdal", +"myriad", +"myriagram", +"myriameter", +"myriametre", +"myriapod", +"myriapoda", +"myrica", +"myrica_cerifera", +"myrica_gale", +"myrica_pensylvanica", +"myricaceae", +"myricales", +"myricaria", +"myricaria_germanica", +"myringa", +"myringectomy", +"myringoplasty", +"myringotomy", +"myriophyllum", +"myristic_acid", +"myristica", +"myristica_fragrans", +"myristicaceae", +"myrmecia", +"myrmecobius", +"myrmecobius_fasciatus", +"myrmecophaga", +"myrmecophaga_jubata", +"myrmecophagidae", +"myrmecophile", +"myrmecophyte", +"myrmeleon", +"myrmeleontidae", +"myrmidon", +"myrobalan", +"myrobalan_plum", +"myroxylon", +"myroxylon_balsamum", +"myroxylon_balsamum_pereirae", +"myroxylon_pereirae", +"myroxylon_toluiferum", +"myrrh", +"myrrh_tree", +"myrrhis", +"myrrhis_odorata", +"myrsinaceae", +"myrsine", +"myrsine_family", +"myrtaceae", +"myrtaceous_tree", +"myrtales", +"myrtillocactus", +"myrtillocactus_geometrizans", +"myrtle", +"myrtle_beech", +"myrtle_bird", +"myrtle_family", +"myrtle_flag", +"myrtle_oak", +"myrtle_spurge", +"myrtle_warbler", +"myrtus", +"myrtus_communis", +"mysidacea", +"mysidae", +"mysis", +"mysoline", +"mysophilia", +"mysophobia", +"mysore", +"mysore_thorn", +"mystery", +"mystery_novel", +"mystery_play", +"mystery_story", +"mystic", +"mystic_jewel", +"mysticeti", +"mysticism", +"mystification", +"mystifier", +"mystique", +"myth", +"mythical_being", +"mythical_creature", +"mythical_monster", +"mythical_place", +"mythologisation", +"mythologist", +"mythologization", +"mythology", +"mytilene", +"mytilid", +"mytilidae", +"mytilus", +"mytilus_edulis", +"myxedema", +"myxine", +"myxine_glutinosa", +"myxinidae", +"myxiniformes", +"myxinikela", +"myxinikela_siroka", +"myxinoidea", +"myxinoidei", +"myxobacter", +"myxobacterales", +"myxobacteria", +"myxobacteriaceae", +"myxobacteriales", +"myxobacterium", +"myxocephalus", +"myxocephalus_aenaeus", +"myxoedema", +"myxoma", +"myxoma_virus", +"myxomatosis", +"myxomycete", +"myxomycetes", +"myxomycota", +"myxophyceae", +"myxosporidia", +"myxosporidian", +"myxovirus", +"n", +"n'djamena", +"n-type_semiconductor", +"n._y._stock_exchange", +"n.b.", +"na", +"na-dene", +"naan", +"nabalus", +"nabalus_alba", +"nabalus_serpentarius", +"nablus", +"nabob", +"nabokov", +"naboom", +"nabothian_cyst", +"nabothian_follicle", +"nabothian_gland", +"nabu", +"nabumetone", +"nac", +"nacelle", +"nacho", +"nacimiento", +"nacre", +"nacreous_cloud", +"nad", +"nada", +"nada_daiquiri", +"nadine_gordimer", +"nadir", +"nadolol", +"nadp", +"naegele's_rule", +"naemorhedus", +"naemorhedus_goral", +"nafcil", +"nafcillin", +"nafta", +"nafud", +"nag", +"nag_hammadi", +"nag_hammadi_library", +"naga", +"nagami", +"nagami_kumquat", +"nagano", +"nagari", +"nagari_script", +"nagasaki", +"nageia", +"nageia_nagi", +"nagger", +"nagi", +"nagoya", +"naha_city", +"nahuatl", +"nahum", +"naiad", +"naiad_family", +"naiadaceae", +"naiadales", +"naias", +"naif", +"naiki", +"nail", +"nail-tailed_kangaroo", +"nail-tailed_wallaby", +"nail_enamel", +"nail_hole", +"nail_polish", +"nail_pulling", +"nail_removal", +"nail_varnish", +"nailbrush", +"nailer", +"nailfile", +"nailhead", +"nailrod", +"nainsook", +"naira", +"nairobi", +"naismith", +"naive_art", +"naive_realism", +"naiveness", +"naivete", +"naivety", +"naja", +"naja_haje", +"naja_hannah", +"naja_naja", +"naja_nigricollis", +"najadaceae", +"najas", +"najd", +"naked_eye", +"naked_lady", +"naked_mole_rat", +"naked_option", +"nakedness", +"nakedwood", +"nakuru", +"nalchik", +"nalfon", +"nalidixic_acid", +"nalline", +"nalorphine", +"naloxone", +"naltrexone", +"namby-pamby", +"name", +"name-dropping", +"name_and_address", +"name_calling", +"name_day", +"name_dropper", +"name_part", +"name_tag", +"nameko", +"namelessness", +"nameplate", +"namer", +"names", +"namesake", +"namib_desert", +"namibia", +"namibian", +"naming", +"nammad", +"nammu", +"namoi", +"namoi_river", +"nampa", +"namtar", +"namtaru", +"namur", +"nan", +"nan-chang", +"nan-ning", +"nan_ling", +"nan_river", +"nanaimo", +"nanak", +"nance", +"nancere", +"nanchang", +"nancy", +"nancy_freeman_mitford", +"nancy_mitford", +"nancy_witcher_astor", +"nand_circuit", +"nand_gate", +"nanda_devi", +"nandrolone", +"nandu", +"nanga_parbat", +"nanism", +"nanjing", +"nankeen", +"nanking", +"nanna", +"nanning", +"nanny", +"nanny-goat", +"nanocephaly", +"nanogram", +"nanometer", +"nanometre", +"nanomia", +"nanophthalmos", +"nanosecond", +"nanotechnology", +"nanotube", +"nanovolt", +"nansen", +"nantes", +"nanticoke", +"nantua", +"nantucket", +"nanus", +"naomi", +"nap", +"napa", +"napaea", +"napaea_dioica", +"napalm", +"nape", +"napery", +"naphazoline", +"naphtha", +"naphthalene", +"naphthalene_poisoning", +"naphthol", +"naphthoquinone", +"napier", +"napier's_bones", +"napier's_rods", +"napierian_logarithm", +"napkin", +"napkin_ring", +"naples", +"naples_garlic", +"napoleon", +"napoleon_bonaparte", +"napoleon_i", +"napoleon_iii", +"napoleonic_wars", +"napoli", +"nappy", +"naprapath", +"naprapathy", +"naprosyn", +"naproxen", +"naproxen_sodium", +"napu", +"naqua", +"nara", +"naranjilla", +"narc", +"narcan", +"narcism", +"narcissism", +"narcissist", +"narcissistic_personality", +"narcissus", +"narcissus_jonquilla", +"narcissus_papyraceus", +"narcissus_pseudonarcissus", +"narcist", +"narco-state", +"narcolepsy", +"narcoleptic", +"narcosis", +"narcoterrorism", +"narcotic", +"narcotic_antagonist", +"narcotics_agent", +"narcotraffic", +"nard", +"nardil", +"nardo", +"nardoo", +"nares_deep", +"narghile", +"nargileh", +"naris", +"nark", +"narragansett_bay", +"narration", +"narrative", +"narrator", +"narrow", +"narrow-body", +"narrow-body_aircraft", +"narrow-leaf_cattail", +"narrow-leaf_penstemon", +"narrow-leaved_bottletree", +"narrow-leaved_everlasting_pea", +"narrow-leaved_flame_flower", +"narrow-leaved_plantain", +"narrow-leaved_reedmace", +"narrow-leaved_spleenwort", +"narrow-leaved_strap_fern", +"narrow-leaved_water_plantain", +"narrow-leaved_white-topped_aster", +"narrow-mindedness", +"narrow_beech_fern", +"narrow_boat", +"narrow_escape", +"narrow_gauge", +"narrow_goldenrod", +"narrow_margin", +"narrow_wale", +"narrowboat", +"narrowbody_aircraft", +"narrowhead_morel", +"narrowing", +"narrowness", +"narthecium", +"narthecium_americanum", +"narthecium_ossifragum", +"narthex", +"narwal", +"narwhal", +"narwhale", +"nasa", +"nasal", +"nasal_bone", +"nasal_canthus", +"nasal_cavity", +"nasal_concha", +"nasal_consonant", +"nasal_decongestant", +"nasal_meatus", +"nasal_septum", +"nasal_sinus", +"nasal_twang", +"nasalis", +"nasalis_larvatus", +"nasalisation", +"nasality", +"nasalization", +"nascence", +"nascency", +"nasdaq", +"naseby", +"nash", +"nash_equilibrium", +"nashville", +"nasion", +"nasofrontal_vein", +"nasogastric_feeding", +"nasolacrimal_duct", +"nasopharyngeal_leishmaniasis", +"nasopharynx", +"nasotracheal_tube", +"nassau", +"nasser", +"nast", +"nastiness", +"nasturtium", +"nasturtium_amphibium", +"nasturtium_family", +"nasturtium_officinale", +"nasua", +"nasua_narica", +"nat_turner", +"natal", +"natal_day", +"natal_plum", +"natalie_wood", +"natality", +"natantia", +"natation", +"natator", +"natatorium", +"natchez", +"nates", +"nathan_bailey", +"nathan_birnbaum", +"nathan_hale", +"nathaniel_bailey", +"nathaniel_bowditch", +"nathaniel_currier", +"nathaniel_hawthorne", +"naticidae", +"nation", +"nation_of_islam", +"national", +"national_academy_of_sciences", +"national_aeronautics_and_space_administration", +"national_anthem", +"national_archives_and_records_administration", +"national_assistance", +"national_association_of_realtors", +"national_association_of_securities_dealers_automated_quotations", +"national_bank", +"national_baseball_hall_of_fame", +"national_capital", +"national_censorship", +"national_climatic_data_center", +"national_debt", +"national_debt_ceiling", +"national_flag", +"national_geospatial-intelligence_agency", +"national_guard", +"national_guard_bureau", +"national_holiday", +"national_income", +"national_institute_of_justice", +"national_institute_of_standards_and_technology", +"national_institutes_of_health", +"national_insurance", +"national_intelligence_community", +"national_labor_relations_board", +"national_leader", +"national_liberation_army", +"national_liberation_front_of_corsica", +"national_library_of_medicine", +"national_monument", +"national_oceanic_and_atmospheric_administration", +"national_park", +"national_park_service", +"national_reconnaissance_office", +"national_rifle_association", +"national_science_foundation", +"national_security_agency", +"national_security_council", +"national_service", +"national_socialism", +"national_socialist_german_workers'_party", +"national_technical_information_service", +"national_trading_policy", +"national_trust", +"national_volunteers_association", +"national_weather_service", +"nationalisation", +"nationalism", +"nationalist", +"nationalist_china", +"nationalist_leader", +"nationality", +"nationalization", +"nationhood", +"native", +"native_alaskan", +"native_american", +"native_australian", +"native_bear", +"native_beech", +"native_cat", +"native_cranberry", +"native_fuchsia", +"native_hawaiian", +"native_holly", +"native_land", +"native_language", +"native_orange", +"native_peach", +"native_pear", +"native_pomegranate", +"native_speaker", +"native_sulfur", +"native_sulphur", +"nativeness", +"nativism", +"nativist", +"nativity", +"nato", +"natriuresis", +"natrix", +"natrix_maura", +"natrix_natrix", +"natrix_sipedon", +"natrolite", +"natta", +"natterjack", +"nattiness", +"natural", +"natural_ability", +"natural_action", +"natural_childbirth", +"natural_covering", +"natural_depression", +"natural_elevation", +"natural_enclosure", +"natural_endowment", +"natural_event", +"natural_family_planning", +"natural_fiber", +"natural_fibre", +"natural_gas", +"natural_glass", +"natural_history", +"natural_immunity", +"natural_language", +"natural_language_processing", +"natural_language_processing_application", +"natural_language_processor", +"natural_law", +"natural_logarithm", +"natural_number", +"natural_object", +"natural_order", +"natural_phenomenon", +"natural_philosophy", +"natural_process", +"natural_resin", +"natural_resource", +"natural_resources", +"natural_rubber", +"natural_science", +"natural_scientist", +"natural_selection", +"natural_shape", +"natural_spring", +"natural_state", +"natural_theology", +"natural_virtue", +"naturalisation", +"naturalism", +"naturalist", +"naturalization", +"naturalness", +"nature", +"nature_study", +"nature_worship", +"naturism", +"naturist", +"naturopath", +"naturopathy", +"nauch", +"nauclea", +"nauclea_diderrichii", +"naucrates", +"naucrates_ductor", +"naught", +"naughtiness", +"naumachia", +"naumachy", +"naupathia", +"nauru", +"nauru_island", +"nauruan", +"nausea", +"nauseant", +"nauseatingness", +"naut_mi", +"nautch", +"nautch_dance", +"nautch_girl", +"nautical_chain", +"nautical_linear_unit", +"nautical_mile", +"nautical_signal_flag", +"nautilidae", +"nautilus", +"navaho", +"navajo", +"naval_academy", +"naval_air_warfare_center_weapons_division", +"naval_attache", +"naval_battle", +"naval_blockade", +"naval_brass", +"naval_campaign", +"naval_chart", +"naval_commander", +"naval_division", +"naval_engineer", +"naval_engineering", +"naval_equipment", +"naval_forces", +"naval_gun", +"naval_installation", +"naval_missile", +"naval_officer", +"naval_radar", +"naval_research_laboratory", +"naval_shipyard", +"naval_special_warfare", +"naval_surface_warfare_center", +"naval_tactical_data_system", +"naval_underwater_warfare_center", +"naval_unit", +"naval_weaponry", +"navane", +"navarino", +"nave", +"navel", +"navel-gazing", +"navel_orange", +"navel_point", +"navicular", +"navigability", +"navigation", +"navigation_light", +"navigational_chart", +"navigational_instrument", +"navigational_system", +"navigator", +"navratilova", +"navvy", +"navy", +"navy_base", +"navy_bean", +"navy_blue", +"navy_cross", +"navy_department", +"navy_man", +"navy_seal", +"navy_secretary", +"navy_yard", +"nawab", +"nawcwpns", +"nay", +"naysayer", +"naysaying", +"nazarene", +"nazareth", +"naze", +"nazi", +"nazi_germany", +"nazi_party", +"nazification", +"naziism", +"nazimova", +"nazism", +"nb", +"nbe", +"nbw", +"nc", +"ncdc", +"nd", +"ndebele", +"ndjamena", +"ne", +"ne'er-do-well", +"ne_plus_ultra", +"neandertal", +"neandertal_man", +"neanderthal", +"neanderthal_man", +"neap", +"neap_tide", +"neapolitan", +"neapolitan_ice_cream", +"near-death_experience", +"near_beer", +"near_east", +"near_gale", +"near_miss", +"near_thing", +"near_vision", +"nearness", +"nearside", +"nearsightedness", +"neat's-foot_oil", +"neatness", +"neb", +"nebbech", +"nebbish", +"nebcin", +"nebe", +"nebiim", +"nebn", +"nebo", +"nebraska", +"nebraska_fern", +"nebraskan", +"nebuchadnezzar", +"nebuchadnezzar_ii", +"nebuchadrezzar", +"nebuchadrezzar_ii", +"nebula", +"nebular_hypothesis", +"nebule", +"nebuliser", +"nebulizer", +"nec", +"necessary", +"necessitarian", +"necessity", +"neck", +"neck_bone", +"neck_brace", +"neck_exercise", +"neck_of_the_woods", +"neck_opening", +"neck_ruff", +"neck_sweetbread", +"neckar", +"neckar_river", +"neckband", +"neckcloth", +"necker", +"neckerchief", +"necking", +"necklace", +"necklace_poplar", +"necklace_tree", +"necklet", +"neckline", +"neckpiece", +"necktie", +"neckwear", +"necrobiosis", +"necrobiosis_lipoidica", +"necrobiosis_lipoidica_diabeticorum", +"necrology", +"necrolysis", +"necromancer", +"necromancy", +"necromania", +"necrophagia", +"necrophagy", +"necrophilia", +"necrophilism", +"necropolis", +"necropsy", +"necrosis", +"necrotizing_enteritis", +"necrotizing_enterocolitis", +"nectar", +"nectarine", +"nectarine_tree", +"nectary", +"necturus", +"necturus_maculosus", +"nederland", +"need", +"needer", +"neediness", +"needle", +"needle-bush", +"needle-wood", +"needle_bearing", +"needle_biopsy", +"needle_blight", +"needle_bush", +"needle_cast", +"needle_furze", +"needle_palm", +"needle_rush", +"needle_spike_rush", +"needle_wood", +"needlebush", +"needlecraft", +"needlefish", +"needlenose_pliers", +"needlepoint", +"needlepoint_embroidery", +"needlewoman", +"needlewood", +"needlework", +"needleworker", +"needy", +"neel", +"neem", +"neem_cake", +"neem_seed", +"neem_tree", +"neencephalon", +"nefariousness", +"nefazodone", +"nefertiti", +"neftali_ricardo_reyes", +"nefud", +"negaprion", +"negaprion_brevirostris", +"negara_brunei_darussalam", +"negation", +"negative", +"negative_charge", +"negative_chemotaxis", +"negative_correlation", +"negative_feedback", +"negative_feedback_circuit", +"negative_identification", +"negative_magnetic_pole", +"negative_muon", +"negative_pole", +"negative_reinforcer", +"negative_reinforcing_stimulus", +"negative_stimulation", +"negative_stimulus", +"negativeness", +"negativism", +"negativist", +"negativity", +"negatron", +"negev", +"negev_desert", +"neggram", +"neglect", +"neglect_of_duty", +"neglecter", +"neglectfulness", +"neglige", +"negligee", +"negligence", +"negotiable_instrument", +"negotiant", +"negotiation", +"negotiator", +"negotiatress", +"negotiatrix", +"negress", +"negritude", +"negro", +"negro_peach", +"negro_pepper", +"negro_race", +"negro_spiritual", +"negro_vine", +"negroid", +"negroid_race", +"negus", +"nehemiah", +"nehru", +"nei_monggol", +"neigh", +"neighbor", +"neighborhood", +"neighborliness", +"neighbour", +"neighbourhood", +"neighbourliness", +"neil_armstrong", +"neil_simon", +"neisseria_gonorrhoeae", +"nejd", +"nekton", +"nelfinavir", +"nell_gwynn", +"nell_gwynne", +"nell_gywn", +"nellie_bly", +"nellie_ross", +"nellie_tayloe_ross", +"nelson", +"nelson_algren", +"nelson_mandela", +"nelson_rolihlahla_mandela", +"nelumbo", +"nelumbo_lutea", +"nelumbo_nucifera", +"nelumbonaceae", +"nematocera", +"nematoda", +"nematode", +"nematode_worm", +"nembutal", +"nemea", +"nemean_games", +"nemean_lion", +"nemertea", +"nemertean", +"nemertina", +"nemertine", +"nemesis", +"nemophila", +"nemophila_aurita", +"nemophila_maculata", +"nemophila_menziesii", +"nenets", +"nentsi", +"nentsy", +"neo-darwinism", +"neo-lamarckism", +"neo-latin", +"neo_jazz", +"neobiotic", +"neoceratodus", +"neoceratodus_forsteri", +"neoclassicism", +"neoclassicist", +"neocolonialism", +"neocon", +"neoconservatism", +"neoconservative", +"neocortex", +"neodymium", +"neoencephalon", +"neoexpressionism", +"neofiber", +"neofiber_alleni", +"neohygrophorus", +"neohygrophorus_angelesianus", +"neolentinus", +"neolentinus_ponderosus", +"neoliberal", +"neoliberalism", +"neolith", +"neolithic", +"neolithic_age", +"neologism", +"neologist", +"neology", +"neomycin", +"neomys", +"neomys_anomalus", +"neomys_fodiens", +"neon", +"neon_induction_lamp", +"neon_lamp", +"neon_tube", +"neonatal_death", +"neonatal_hyperbilirubinemia", +"neonatal_intensive_care_unit", +"neonatal_mortality", +"neonatal_mortality_rate", +"neonatal_period", +"neonate", +"neonatology", +"neopallium", +"neophobia", +"neophron", +"neophron_percnopterus", +"neophyte", +"neoplasia", +"neoplasm", +"neoplastic_cell", +"neoplatonism", +"neoplatonist", +"neopolitan", +"neoprene", +"neoromanticism", +"neosho", +"neosho_river", +"neosporin", +"neostigmine", +"neoteny", +"neotoma", +"neotoma_cinerea", +"neotoma_floridana", +"neotoma_fuscipes", +"neotony", +"nepa", +"nepal", +"nepal_trumpet_flower", +"nepalese", +"nepalese_monetary_unit", +"nepalese_rupee", +"nepali", +"nepenthaceae", +"nepenthes", +"nepeta", +"nepeta_cataria", +"nepeta_hederaceae", +"nepheline", +"nephelinite", +"nephelite", +"nephelium", +"nephelium_lappaceum", +"nephelium_litchi", +"nephelium_longana", +"nephelium_mutabile", +"nephew", +"nephology", +"nephoscope", +"nephralgia", +"nephrectomy", +"nephrite", +"nephritis", +"nephroangiosclerosis", +"nephroblastoma", +"nephrocalcinosis", +"nephrogenic_diabetes_insipidus", +"nephrolepis", +"nephrolepis_exaltata", +"nephrolepis_exaltata_bostoniensis", +"nephrolepis_pectinata", +"nephrolith", +"nephrolithiasis", +"nephrology", +"nephron", +"nephropathy", +"nephrops", +"nephrops_norvegicus", +"nephropsidae", +"nephroptosia", +"nephroptosis", +"nephrosclerosis", +"nephrosis", +"nephrotic_syndrome", +"nephrotomy", +"nephrotoxin", +"nephthys", +"nephthytis", +"nephthytis_afzelii", +"nepidae", +"nepotism", +"nepotist", +"neptune", +"neptunium", +"nerd", +"nereid", +"nereus", +"nergal", +"nerita", +"nerita_peloronta", +"neritic_zone", +"neritid", +"neritid_gastropod", +"neritidae", +"neritina", +"nerium", +"nerium_oleander", +"nernst", +"nero", +"nero's_crown", +"nero_claudius_caesar_drusus_germanicus", +"nerodia", +"nerodia_sipedon", +"neroli_oil", +"nerthus", +"neruda", +"nerva", +"nerve", +"nerve_agent", +"nerve_block_anaesthesia", +"nerve_block_anesthesia", +"nerve_cell", +"nerve_center", +"nerve_centre", +"nerve_compression", +"nerve_deafness", +"nerve_end", +"nerve_ending", +"nerve_entrapment", +"nerve_fiber", +"nerve_fibre", +"nerve_gas", +"nerve_growth_factor", +"nerve_impulse", +"nerve_pathway", +"nerve_plexus", +"nerve_tissue", +"nerve_tract", +"nervelessness", +"nerveroot", +"nerves", +"nervi", +"nervii_olfactorii", +"nervous_breakdown", +"nervous_disorder", +"nervous_exhaustion", +"nervous_impulse", +"nervous_prostration", +"nervous_strain", +"nervous_system", +"nervous_tissue", +"nervousness", +"nervure", +"nervus", +"nervus_abducens", +"nervus_accessorius", +"nervus_coccygeus", +"nervus_facialis", +"nervus_femoralis", +"nervus_glossopharyngeus", +"nervus_hypoglosus", +"nervus_ischiadicus", +"nervus_oculomotorius", +"nervus_opticus", +"nervus_phrenicus", +"nervus_radialis", +"nervus_saphenus", +"nervus_spinalis", +"nervus_trigeminus", +"nervus_ulnaris", +"nervus_vagus", +"nervus_vestibulocochlearis", +"nescience", +"nesokia", +"ness", +"nesselrode", +"nesselrode_pudding", +"nessie", +"nest", +"nest_egg", +"nester", +"nesting_place", +"nestle", +"nestling", +"nestor", +"nestor_notabilis", +"nestor_paz_zamora_commission", +"nestorian", +"nestorian_church", +"nestorianism", +"nestorius", +"net", +"net_ball", +"net_estate", +"net_income", +"net_melon", +"net_profit", +"net_sales", +"net_ton", +"netball", +"nether_region", +"netherlander", +"netherlands", +"netherlands_antilles", +"netherlands_guiana", +"netherworld", +"netkeeper", +"netminder", +"netscape", +"netted_melon", +"netting", +"nettle", +"nettle-leaved_bellflower", +"nettle-leaved_goosefoot", +"nettle_family", +"nettle_rash", +"nettle_tree", +"nettleleaf_goosefoot", +"network", +"network_architecture", +"network_army", +"network_programming", +"network_topology", +"neumann", +"neural_arch", +"neural_impulse", +"neural_net", +"neural_network", +"neural_structure", +"neural_tube", +"neuralgia", +"neuralgy", +"neurasthenia", +"neurasthenic", +"neurectomy", +"neurilemma", +"neurilemoma", +"neurinoma", +"neuritis", +"neuroanatomy", +"neurobiologist", +"neurobiology", +"neuroblast", +"neuroblastoma", +"neurochemical", +"neurodermatitis", +"neuroepithelioma", +"neuroepithelium", +"neuroethics", +"neurofibroma", +"neurofibromatosis", +"neurogenesis", +"neurogenic_bladder", +"neuroglia", +"neurogliacyte", +"neuroglial_cell", +"neurohormone", +"neurohypophysis", +"neurolemma", +"neuroleptic", +"neuroleptic_agent", +"neuroleptic_drug", +"neurolinguist", +"neurolinguistics", +"neurological_disease", +"neurological_disorder", +"neurologist", +"neurology", +"neurolysin", +"neuroma", +"neuromuscular_blocking_agent", +"neuromuscular_junction", +"neuron", +"neurontin", +"neuropathy", +"neurophysiology", +"neuropil", +"neuropile", +"neuroplasty", +"neuropsychiatry", +"neuropsychology", +"neuroptera", +"neuropteran", +"neuropteron", +"neuropterous_insect", +"neurosarcoma", +"neuroscience", +"neuroscientist", +"neurosis", +"neurospora", +"neurosurgeon", +"neurosurgery", +"neurosyphilis", +"neurotic", +"neurotic_depression", +"neuroticism", +"neurotoxin", +"neurotransmitter", +"neurotrichus", +"neurotrichus_gibbsii", +"neurotropism", +"neuter", +"neutering", +"neutral", +"neutral_spirits", +"neutralisation", +"neutralisation_reaction", +"neutralism", +"neutralist", +"neutrality", +"neutralization", +"neutralization_fire", +"neutralization_reaction", +"neutrino", +"neutron", +"neutron_bomb", +"neutron_flux", +"neutron_radiation", +"neutron_star", +"neutropenia", +"neutrophil", +"neutrophile", +"neva", +"neva_river", +"nevada", +"nevadan", +"nevado_de_colima", +"neve", +"nevelson", +"never-never", +"never-never_land", +"nevil_shute", +"nevil_shute_norway", +"neville_chamberlain", +"nevirapine", +"nevis", +"nevoid_elephantiasis", +"nevus", +"nevus_flammeus", +"new_amsterdam", +"new_ballgame", +"new_britain", +"new_brunswick", +"new_caledonia", +"new_caledonian_pine", +"new_caledonian_yew", +"new_criticism", +"new_deal", +"new_dealer", +"new_delhi", +"new_edition", +"new_england", +"new_england_aster", +"new_england_boiled_dinner", +"new_england_clam_chowder", +"new_englander", +"new_english_bible", +"new_flower", +"new_forest", +"new_greek", +"new_guinea", +"new_hampshire", +"new_hampshirite", +"new_haven", +"new_hebrides", +"new_ireland", +"new_jazz", +"new_jersey", +"new_jerseyan", +"new_jerseyite", +"new_latin", +"new_line", +"new_london", +"new_look", +"new_mexican", +"new_mexico", +"new_moon", +"new_netherland", +"new_norwegian", +"new_orleans", +"new_penny", +"new_people's_army", +"new_phase_of_the_moon", +"new_river", +"new_river_gorge_bridge", +"new_scotland_yard", +"new_siberian_islands", +"new_south_wales", +"new_stone_age", +"new_style_calendar", +"new_testament", +"new_town", +"new_wave", +"new_waver", +"new_world", +"new_world_anteater", +"new_world_beaver", +"new_world_blackbird", +"new_world_chat", +"new_world_coral_snake", +"new_world_flycatcher", +"new_world_goldfinch", +"new_world_jay", +"new_world_least_weasel", +"new_world_leishmaniasis", +"new_world_monkey", +"new_world_mouse", +"new_world_opah", +"new_world_oriole", +"new_world_porcupine", +"new_world_sparrow", +"new_world_tapir", +"new_world_vulture", +"new_world_warbler", +"new_year", +"new_year's", +"new_year's_day", +"new_year's_eve", +"new_york", +"new_york_aster", +"new_york_bay", +"new_york_city", +"new_york_fern", +"new_york_minute", +"new_york_state", +"new_york_state_barge_canal", +"new_york_stock_exchange", +"new_york_strip", +"new_yorker", +"new_zealand", +"new_zealand_beech", +"new_zealand_cotton", +"new_zealand_dacryberry", +"new_zealand_daisybush", +"new_zealand_dollar", +"new_zealand_honeysuckle", +"new_zealand_islands", +"new_zealand_mountain_pine", +"new_zealand_spinach", +"new_zealand_white_pine", +"new_zealand_wine_berry", +"new_zealand_wren", +"new_zealander", +"newari", +"newark", +"newbie", +"newborn", +"newborn_baby", +"newborn_infant", +"newburg_sauce", +"newburgh", +"newcastle", +"newcastle-upon-tyne", +"newcastle_disease", +"newcomb", +"newcomer", +"newel", +"newel_post", +"newfoundland", +"newfoundland_and_labrador", +"newfoundland_dog", +"newfoundland_dwarf_birch", +"newgate", +"newlywed", +"newman", +"newmarket", +"newness", +"newport", +"newport_news", +"news", +"news_agency", +"news_article", +"news_bulletin", +"news_conference", +"news_event", +"news_item", +"news_leak", +"news_magazine", +"news_media", +"news_organisation", +"news_organization", +"news_photography", +"news_program", +"news_reader", +"news_report", +"news_show", +"news_story", +"newsagent", +"newsboy", +"newsbreak", +"newscast", +"newscaster", +"newsdealer", +"newsflash", +"newsletter", +"newsman", +"newsmonger", +"newspaper", +"newspaper_ad", +"newspaper_advertisement", +"newspaper_article", +"newspaper_clipping", +"newspaper_column", +"newspaper_columnist", +"newspaper_critic", +"newspaper_editor", +"newspaper_headline", +"newspaper_publisher", +"newspapering", +"newspaperman", +"newspaperwoman", +"newspeak", +"newsperson", +"newsprint", +"newsreader", +"newsreel", +"newsroom", +"newssheet", +"newsstand", +"newsstand_operator", +"newsvendor", +"newswoman", +"newsworthiness", +"newswriter", +"newt", +"newton", +"newton's_first_law", +"newton's_first_law_of_motion", +"newton's_law", +"newton's_law_of_gravitation", +"newton's_law_of_motion", +"newton's_second_law", +"newton's_second_law_of_motion", +"newton's_theory_of_gravitation", +"newton's_third_law", +"newton's_third_law_of_motion", +"newtonian", +"newtonian_mechanics", +"newtonian_reflector", +"newtonian_telescope", +"newtown_wonder", +"next_friend", +"next_of_kin", +"nexus", +"ney", +"nez_perce", +"ng", +"nga", +"ngaio_marsh", +"nganasan", +"ngb", +"ngf", +"ngo", +"ngu", +"ngultrum", +"nguni", +"nguyen_tat_thanh", +"ngwee", +"nh", +"ni", +"ni-hard", +"ni-hard_iron", +"ni-resist", +"ni-resist_iron", +"niacin", +"niagara", +"niagara_falls", +"niagara_river", +"niamey", +"nib", +"nibble", +"nibbler", +"nibelung", +"nibelungenlied", +"niblick", +"nicad", +"nicaea", +"nicandra", +"nicandra_physaloides", +"nicaragua", +"nicaraguan", +"nicaraguan_capital", +"nicaraguan_monetary_unit", +"niccolo_machiavelli", +"niccolo_paganini", +"nice", +"nicene_creed", +"niceness", +"nicety", +"niche", +"nicholas", +"nicholas_i", +"nicholas_ii", +"nicholas_v", +"nicholas_vachel_lindsay", +"nichrome", +"nick", +"nickel", +"nickel-base_alloy", +"nickel-cadmium_accumulator", +"nickel-iron_accumulator", +"nickel-iron_battery", +"nickel_alloy", +"nickel_bronze", +"nickel_note", +"nickel_silver", +"nickel_steel", +"nickelodeon", +"nicker", +"nicker_nut", +"nicker_seed", +"nicklaus", +"nicknack", +"nickname", +"nicol_prism", +"nicola_amati", +"nicola_sacco", +"nicolas_de_malebranche", +"nicolas_leonard_sadi_carnot", +"nicolas_poussin", +"nicolaus_copernicus", +"nicolo_amati", +"nicolson", +"nicosia", +"nicotiana", +"nicotiana_alata", +"nicotiana_glauca", +"nicotiana_rustica", +"nicotiana_tabacum", +"nicotinamide_adenine_dinucleotide", +"nicotinamide_adenine_dinucleotide_phosphate", +"nicotine", +"nicotine_addiction", +"nicotine_poisoning", +"nicotinic_acid", +"nictation", +"nictitating_membrane", +"nictitation", +"nicu", +"nidaros", +"nidation", +"niddm", +"nidularia", +"nidulariaceae", +"nidulariales", +"nidus", +"niebuhr", +"niece", +"niels_abel", +"niels_bohr", +"niels_henrik_abel", +"niels_henrik_david_bohr", +"nielsen", +"niemann-pick_disease", +"nierembergia", +"nierembergia_frutescens", +"nierembergia_repens", +"nierembergia_rivularis", +"nietzsche", +"nifedipine", +"niff", +"nigella", +"nigella_damascena", +"nigella_hispanica", +"nigella_sativa", +"niger", +"niger-congo", +"niger-kordofanian", +"niger-kordofanian_language", +"niger_franc", +"niger_river", +"nigeria", +"nigerian", +"nigerian_capital", +"nigerian_monetary_unit", +"nigerien", +"nigga", +"niggard", +"niggardliness", +"niggardness", +"nigger", +"niggler", +"night", +"night-blooming_cereus", +"night-light", +"night-line", +"night-robe", +"night-sight", +"night-stop", +"night_bell", +"night_bird", +"night_blindness", +"night_club", +"night_court", +"night_game", +"night_heron", +"night_jasmine", +"night_jessamine", +"night_latch", +"night_letter", +"night_life", +"night_lizard", +"night_owl", +"night_porter", +"night_raven", +"night_rider", +"night_school", +"night_shift", +"night_snake", +"night_soil", +"night_terror", +"night_vision", +"night_watch", +"night_watchman", +"nightbird", +"nightcap", +"nightclothes", +"nightclub", +"nightcrawler", +"nightdress", +"nightfall", +"nightgown", +"nighthawk", +"nightie", +"nightingale", +"nightjar", +"nightlife", +"nightmare", +"nightrider", +"nightshade", +"nightshirt", +"nightspot", +"nightstick", +"nighttime", +"nightwalker", +"nightwear", +"nightwork", +"nigra", +"nigroporus", +"nigroporus_vinosus", +"nih", +"nihau", +"nihau_island", +"nihil", +"nihil_obstat", +"nihilism", +"nihilist", +"nihilistic_delusion", +"nihility", +"nihon", +"nij", +"nijinsky", +"nijmegen", +"nike", +"nikita_khrushchev", +"nikita_sergeyevich_khrushchev", +"nikola_tesla", +"nikolaas_tinbergen", +"nikolai_andreyevich_rimski-korsakov", +"nikolai_andreyevich_rimsky-korsakov", +"nikolai_ivanovich_bukharin", +"nikolai_ivanovich_lobachevsky", +"nikolai_lenin", +"nikolai_vasilievich_gogol", +"nil", +"nile", +"nile_crocodile", +"nile_river", +"nilgai", +"nilgiri_hills", +"nilo-saharan", +"nilo-saharan_language", +"nilotic", +"nilotic_language", +"nilsson", +"nim", +"nim_tree", +"nimble_will", +"nimbleness", +"nimblewill", +"nimbus", +"nimbus_cloud", +"nimby", +"nimiety", +"nimitz", +"nimravus", +"nimrod", +"nin-sin", +"nina", +"nina_from_carolina", +"nincompoop", +"nine", +"nine-banded_armadillo", +"nine-spot", +"nine_iron", +"ninepence", +"ninepin", +"ninepin_ball", +"ninepins", +"niner", +"nineteen", +"nineteenth", +"nineteenth_amendment", +"nineties", +"ninetieth", +"ninety", +"nineveh", +"ningal", +"ningirsu", +"ningishzida", +"ninhursag", +"ninib", +"ninigi", +"ninigino-mikoto", +"ninja", +"ninjitsu", +"ninjutsu", +"ninkharsag", +"ninkhursag", +"ninny", +"ninon", +"ninth", +"ninth_cranial_nerve", +"ninth_of_ab", +"ninth_of_av", +"nintoo", +"nintu", +"ninurta", +"niobe", +"niobite", +"niobium", +"niobrara", +"niobrara_river", +"nip", +"nip_and_tuck", +"nipa", +"nipa_fruticans", +"nipa_palm", +"nipper", +"nipple", +"nipple_shield", +"nippon", +"nipponese", +"nipr", +"niqaabi", +"niqab", +"nirvana", +"nisan", +"nisei", +"nissan", +"nissen_hut", +"nist", +"nisus", +"nit", +"nitella", +"niter", +"nitpicker", +"nitramine", +"nitrate", +"nitrate_bacterium", +"nitrazepam", +"nitre", +"nitric_acid", +"nitric_bacteria", +"nitric_bacterium", +"nitric_oxide", +"nitride", +"nitrification", +"nitril", +"nitrile", +"nitrite", +"nitrite_bacterium", +"nitro_group", +"nitrobacter", +"nitrobacteria", +"nitrobacteriaceae", +"nitrobacterium", +"nitrobenzene", +"nitrocalcite", +"nitrocellulose", +"nitrochloroform", +"nitrochloromethane", +"nitrocotton", +"nitrofuran", +"nitrofurantoin", +"nitrogen", +"nitrogen_balance", +"nitrogen_cycle", +"nitrogen_dioxide", +"nitrogen_fixation", +"nitrogen_mustard", +"nitrogen_narcosis", +"nitrogen_oxide", +"nitrogen_trichloride", +"nitrogenase", +"nitroglycerin", +"nitroglycerine", +"nitrohydrochloric_acid", +"nitrosobacteria", +"nitrosomonas", +"nitrospan", +"nitrostat", +"nitrous_acid", +"nitrous_bacteria", +"nitrous_bacterium", +"nitrous_oxide", +"nitta_tree", +"nitty-gritty", +"nitweed", +"nitwit", +"nivose", +"nix", +"nixon", +"nizhni_novgorod", +"nizhnyi_novgorod", +"nj", +"njord", +"njorth", +"nlp", +"nlrb", +"nm", +"nmr", +"nne", +"nnrti", +"nnw", +"no", +"no-account", +"no-brainer", +"no-go_area", +"no-goal", +"no-hit_game", +"no-hitter", +"no-par-value_stock", +"no-par_stock", +"no-parking_zone", +"no-see-um", +"no-show", +"no-trump", +"no-win_situation", +"no.", +"no_ball", +"no_fault_automobile_insurance", +"no_fault_insurance", +"no_man's_land", +"noaa", +"noachian_deluge", +"noah", +"noah's_flood", +"noah_and_the_flood", +"noah_webster", +"noam_chomsky", +"nob", +"nob_hill", +"nobel", +"nobel_laureate", +"nobel_prize", +"nobelist", +"nobelium", +"nobility", +"noble", +"noble-mindedness", +"noble_cane", +"noble_gas", +"noble_metal", +"nobleman", +"nobleness", +"noblesse", +"noblesse_oblige", +"noblewoman", +"nobody", +"noc", +"noctambulation", +"noctambulism", +"noctambulist", +"noctiluca", +"noctiluca_miliaris", +"noctua", +"noctuid", +"noctuid_moth", +"noctuidae", +"nocturia", +"nocturnal_emission", +"nocturne", +"nod", +"nodal_rhythm", +"nodding_groundsel", +"nodding_onion", +"nodding_thistle", +"nodding_wild_onion", +"noddle", +"node", +"nodes_of_ranvier", +"nodule", +"noel", +"noel_coward", +"noemi", +"noesis", +"noether", +"nog", +"nogales", +"noggin", +"nogging", +"noguchi", +"noise", +"noise_conditions", +"noise_level", +"noise_pollution", +"noiselessness", +"noisemaker", +"noisiness", +"noisomeness", +"nol_pros", +"noli-me-tangere", +"nolina", +"nolina_microcarpa", +"nolle_prosequi", +"nolo_contendere", +"nom_de_guerre", +"nom_de_plume", +"noma", +"nomad", +"nombril", +"nome", +"nomenclature", +"nomenklatura", +"nomia", +"nomia_melanderi", +"nominal", +"nominal_aphasia", +"nominal_damages", +"nominal_head", +"nominal_phrase", +"nominal_value", +"nominalism", +"nominalist", +"nominating_address", +"nominating_speech", +"nomination", +"nominative", +"nominative_case", +"nominator", +"nominee", +"nomogram", +"nomograph", +"non-cash_expense", +"non-catholic", +"non-christian_priest", +"non-dedicated_file_server", +"non-discrimination", +"non-engagement", +"non-euclidean_geometry", +"non-flowering_plant", +"non-insulin-dependent_diabetes", +"non-insulin-dependent_diabetes_mellitus", +"non-involvement", +"non-ionic_detergent", +"non-issue", +"non-jew", +"non-market_economy", +"non-nucleoside_reverse_transcriptase_inhibitor", +"non-proliferation", +"non-resistant", +"non-standard_speech", +"non-ugric", +"non-volatile_storage", +"non_pros", +"non_prosequitur", +"non_sequitur", +"non_vult", +"nonabsorbency", +"nonacceptance", +"nonaccomplishment", +"nonachievement", +"nonachiever", +"nonage", +"nonagenarian", +"nonaggression", +"nonagon", +"nonalignment", +"nonalinement", +"nonallele", +"nonappearance", +"nonattendance", +"nonattender", +"nonbeing", +"nonbeliever", +"nonbiodegradable_pollution", +"noncallable_bond", +"noncandidate", +"nonce", +"nonce_word", +"nonchalance", +"noncitizen", +"noncoding_dna", +"noncom", +"noncombatant", +"noncommissioned_officer", +"noncompliance", +"noncompliant", +"nonconductor", +"nonconformance", +"nonconformism", +"nonconformist", +"nonconformity", +"nondepository_financial_institution", +"nondescript", +"nondevelopment", +"nondirectional_antenna", +"nondiscretionary_trust", +"nondisjunction", +"nondrinker", +"nondriver", +"none", +"nonentity", +"nonequivalence", +"nones", +"nonessential", +"nonesuch", +"nonesuch_clover", +"nonevent", +"nonexistence", +"nonfat_dry_milk", +"nonfeasance", +"nonfiction", +"nonfictional_prose", +"nonflowering_plant", +"nonfluent_aphasia", +"nongonococcal_urethritis", +"nongovernmental_organization", +"nonindulgence", +"noninterference", +"nonintervention", +"nonlinear_correlation", +"nonlinear_distortion", +"nonlinear_system", +"nonmalignant_neoplasm", +"nonmalignant_tumor", +"nonmalignant_tumour", +"nonmember", +"nonmetal", +"nonobservance", +"nonoccurrence", +"nonparametric_statistic", +"nonparametric_statistics", +"nonpareil", +"nonparticipant", +"nonparticipation", +"nonparticulate_radiation", +"nonpartisan", +"nonpartisanship", +"nonpartizan", +"nonpasserine_bird", +"nonpayment", +"nonperformance", +"nonperson", +"nonprofit", +"nonprofit_organization", +"nonproliferation", +"nonproliferation_center", +"nonrapid_eye_movement", +"nonrapid_eye_movement_sleep", +"nonreader", +"nonreligious_person", +"nonremittal", +"nonresident", +"nonresistance", +"nonrestrictive_clause", +"nonsense", +"nonsense_verse", +"nonsensicality", +"nonsingular_matrix", +"nonsmoker", +"nonsmoking_car", +"nonsocial_infection", +"nonsolid_color", +"nonsolid_colour", +"nonspecific_urethritis", +"nonstarter", +"nonsteroid", +"nonsteroidal", +"nonsteroidal_anti-inflammatory", +"nonsteroidal_anti-inflammatory_drug", +"nonstop", +"nonstop_flight", +"nonsuch", +"nontextual_matter", +"nonthrombocytopenic_purpura", +"nontricyclic", +"nontricyclic_antidepressant", +"nontricyclic_antidepressant_drug", +"nontricyclic_drug", +"nonuniformity", +"nonvascular_organism", +"nonvascular_plant", +"nonverbal_intelligence", +"nonviolence", +"nonviolent_resistance", +"nonvolatile_storage", +"nonworker", +"noodle", +"nook", +"nook_and_cranny", +"nookie", +"nooks_and_crannies", +"nooky", +"noon", +"noonan's_syndrome", +"noonday", +"noontide", +"noose", +"nootka", +"nootka_cypress", +"nopal", +"nopalea", +"nor'-east", +"nor'-nor'-east", +"nor'-nor'-west", +"nor'-west", +"nor-q-d", +"noradrenaline", +"norbert_wiener", +"nord-pas-de-calais", +"nordic", +"noreaster", +"noreg", +"norepinephrine", +"norethandrolone", +"norethindrone", +"norethindrone_acetate", +"norethynodrel", +"norflex", +"norfolk", +"norfolk_island", +"norfolk_island_pine", +"norfolk_jacket", +"norfolk_terrier", +"norfolk_wherry", +"norge", +"norgestrel", +"noria", +"norinyl", +"norlestrin", +"norlutin", +"norm", +"norma", +"norma_jean_baker", +"normal", +"normal_curve", +"normal_distribution", +"normal_dwarf", +"normal_fault", +"normal_school", +"normal_tension_glaucoma", +"normalcy", +"normalisation", +"normaliser", +"normality", +"normalization", +"normalizer", +"norman", +"norman-french", +"norman_architecture", +"norman_conquest", +"norman_french", +"norman_jewison", +"norman_mailer", +"norman_mattoon_thomas", +"norman_rockwell", +"norman_thomas", +"normandie", +"normandy", +"normodyne", +"normothermia", +"norn", +"norris", +"norrish", +"norse", +"norse_deity", +"norse_mythology", +"norseman", +"north", +"north-seeking_pole", +"north-south_direction", +"north_africa", +"north_america", +"north_american", +"north_american_country", +"north_american_free_trade_agreement", +"north_american_nation", +"north_atlantic", +"north_atlantic_council", +"north_atlantic_treaty", +"north_atlantic_treaty_organization", +"north_borneo", +"north_by_east", +"north_by_west", +"north_carolina", +"north_carolinian", +"north_cascades_national_park", +"north_celestial_pole", +"north_channel", +"north_dakota", +"north_dakotan", +"north_dravidian", +"north_equatorial_current", +"north_frigid_zone", +"north_germanic", +"north_germanic_language", +"north_island", +"north_island_edelweiss", +"north_korea", +"north_korean", +"north_korean_monetary_unit", +"north_korean_won", +"north_northeast", +"north_northwest", +"north_pacific", +"north_peak", +"north_platte", +"north_platte_river", +"north_pole", +"north_sea", +"north_side", +"north_star", +"north_star_state", +"north_temperate_zone", +"north_vietnam", +"north_wind", +"north_yorkshire", +"northampton", +"northamptonshire", +"northeast", +"northeast_by_east", +"northeast_by_north", +"northeaster", +"northeastern_united_states", +"northeastward", +"norther", +"northerly", +"northern", +"northern_alliance", +"northern_baptist", +"northern_baptist_convention", +"northern_barramundi", +"northern_bedstraw", +"northern_beech_fern", +"northern_bobwhite", +"northern_bog_lemming", +"northern_casque-headed_frog", +"northern_cricket_frog", +"northern_cross", +"northern_dewberry", +"northern_dune_tansy", +"northern_europe", +"northern_flying_squirrel", +"northern_harrier", +"northern_hemisphere", +"northern_holly_fern", +"northern_ireland", +"northern_jacob's_ladder", +"northern_lights", +"northern_lobster", +"northern_mammoth", +"northern_mariana_islands", +"northern_marianas", +"northern_oak_fern", +"northern_oriole", +"northern_parula", +"northern_phalarope", +"northern_pike", +"northern_pin_oak", +"northern_pitch_pine", +"northern_pocket_gopher", +"northern_porgy", +"northern_red_oak", +"northern_rhodesia", +"northern_scup", +"northern_sea_robin", +"northern_shrike", +"northern_snakehead", +"northern_snow_bedstraw", +"northern_spy", +"northern_storm_petrel", +"northern_territory", +"northern_white_cedar", +"northern_whiting", +"northern_woodsia", +"northerner", +"northernness", +"northland", +"northman", +"northrop", +"northrop_frye", +"northumberland", +"northumbria", +"northward", +"northwest", +"northwest_by_north", +"northwest_by_west", +"northwest_passage", +"northwest_territories", +"northwest_wind", +"northwester", +"northwestern_united_states", +"northwestward", +"nortriptyline", +"noruz", +"norvasc", +"norvir", +"norway", +"norway_lobster", +"norway_maple", +"norway_rat", +"norway_spruce", +"norwegian", +"norwegian_elkhound", +"norwegian_krone", +"norwegian_lobster", +"norwegian_monetary_unit", +"norwegian_sea", +"norwich_terrier", +"nose", +"nose_candy", +"nose_cone", +"nose_count", +"nose_dive", +"nose_drops", +"nose_flute", +"nose_job", +"nose_ring", +"nosebag", +"noseband", +"nosebleed", +"nosecount", +"nosedive", +"nosegay", +"nosepiece", +"nosewheel", +"nosey-parker", +"nosh", +"nosh-up", +"nosher", +"nosiness", +"nosology", +"nostalgia", +"nostoc", +"nostocaceae", +"nostradamus", +"nostril", +"nostrum", +"nosy-parker", +"not-for-profit", +"nota_bene", +"notability", +"notable", +"notary", +"notary_public", +"notation", +"notational_system", +"notch", +"note", +"note_of_hand", +"note_payable", +"note_receivable", +"note_value", +"notebook", +"notebook_computer", +"notebook_entry", +"notecase", +"notechis", +"notechis_scutatus", +"notemigonus", +"notemigonus_crysoleucas", +"notepad", +"notepaper", +"nothing", +"nothingness", +"nothings", +"nothofagus", +"nothofagus_cuninghamii", +"nothofagus_dombeyi", +"nothofagus_menziesii", +"nothofagus_obliqua", +"nothofagus_procera", +"nothofagus_solanderi", +"nothofagus_truncata", +"nothosaur", +"nothosauria", +"notice", +"notice_board", +"noticeability", +"noticeableness", +"noticer", +"notification", +"notion", +"notions_counter", +"notochord", +"notomys", +"notonecta", +"notonecta_undulata", +"notonectidae", +"notophthalmus", +"notophthalmus_viridescens", +"notoriety", +"notornis", +"notornis_mantelli", +"notoryctidae", +"notoryctus", +"notoryctus_typhlops", +"notostraca", +"notropis", +"notropis_atherinoides", +"notropis_cornutus", +"notturno", +"nouakchott", +"nougat", +"nougat_bar", +"nought", +"noughts_and_crosses", +"noumenon", +"noun", +"noun_phrase", +"nourishment", +"nous", +"nouveau-riche", +"nouvelle_cuisine", +"nouvelle_vague", +"nov", +"nov-esperanto", +"nov-latin", +"nova", +"nova_lisboa", +"nova_lox", +"nova_salmon", +"nova_scotia", +"nova_scotia_lox", +"nova_scotia_salmon", +"nova_scotian", +"nova_style_salmon", +"nova_zembla", +"novation", +"novaya_zemlya", +"novel", +"novelette", +"novelisation", +"novelist", +"novelization", +"novella", +"novelty", +"novelty_shop", +"november", +"november_1", +"november_11", +"november_2", +"november_5", +"novena", +"novgorod", +"novial", +"novice", +"noviciate", +"novillada", +"novillero", +"novitiate", +"novobiocin", +"novocain", +"novocaine", +"novosibirsk", +"now", +"nowadays", +"nowhere", +"nowness", +"nowrooz", +"nowruz", +"nox", +"noxiousness", +"noyes", +"nozzle", +"np", +"npa", +"npc", +"nra", +"nrc", +"nrem", +"nrem_sleep", +"nrl", +"nrna", +"nro", +"nrti", +"nsa", +"nsaid", +"nsc", +"nsf", +"nsu", +"nsw", +"nswc", +"nt", +"ntis", +"nu", +"nuance", +"nub", +"nubbin", +"nubbiness", +"nubble", +"nubia", +"nubian", +"nubian_desert", +"nucellus", +"nucha", +"nucifraga", +"nucifraga_caryocatactes", +"nucifraga_columbiana", +"nuclear-powered_ship", +"nuclear-powered_submarine", +"nuclear_cataract", +"nuclear_chemist", +"nuclear_chemistry", +"nuclear_club", +"nuclear_deterrence", +"nuclear_energy", +"nuclear_engineering", +"nuclear_explosion", +"nuclear_family", +"nuclear_fission", +"nuclear_fuel", +"nuclear_fusion", +"nuclear_fusion_reaction", +"nuclear_magnetic_resonance", +"nuclear_medicine", +"nuclear_meltdown", +"nuclear_physicist", +"nuclear_physics", +"nuclear_power", +"nuclear_propulsion", +"nuclear_reaction", +"nuclear_reactor", +"nuclear_regulatory_commission", +"nuclear_resonance", +"nuclear_rna", +"nuclear_rocket", +"nuclear_submarine", +"nuclear_terrorism", +"nuclear_transplantation", +"nuclear_warhead", +"nuclear_weapon", +"nuclear_winter", +"nuclease", +"nucleic_acid", +"nucleolar_organiser", +"nucleolar_organizer", +"nucleole", +"nucleolus", +"nucleolus_organiser", +"nucleolus_organizer", +"nucleon", +"nucleon_number", +"nucleonics", +"nucleoplasm", +"nucleoprotein", +"nucleoside", +"nucleoside_reverse_transcriptase_inhibitor", +"nucleosynthesis", +"nucleotide", +"nucleus", +"nucleus_niger", +"nuda", +"nude", +"nude_dancing", +"nude_mouse", +"nude_painting", +"nude_person", +"nude_sculpture", +"nude_statue", +"nudeness", +"nudge", +"nudger", +"nudibranch", +"nudibranchia", +"nudism", +"nudist", +"nudity", +"nudnick", +"nudnik", +"nuffield", +"nugget", +"nuisance", +"nuisance_abatement", +"nuisance_tax", +"nuisance_value", +"nuke", +"null", +"null_set", +"null_space", +"nullah", +"nullarbor_plain", +"nullification", +"nullifier", +"nullipara", +"nullity", +"numbat", +"number", +"number_1", +"number_agreement", +"number_cruncher", +"number_crunching", +"number_one", +"number_one_wood", +"number_representation_system", +"number_system", +"number_theorist", +"numbering", +"numberplate", +"numbers", +"numbers_game", +"numbers_pool", +"numbers_racket", +"numbfish", +"numbness", +"numdah", +"numdah_rug", +"numen", +"numenius", +"numenius_arquata", +"numenius_borealis", +"numeracy", +"numeral", +"numeration", +"numeration_system", +"numerator", +"numerical_analysis", +"numerical_quantity", +"numerical_value", +"numerologist", +"numerology", +"numerosity", +"numerousness", +"numida", +"numida_meleagris", +"numidia", +"numidian", +"numididae", +"numidinae", +"numismatics", +"numismatist", +"numismatologist", +"numismatology", +"nummulite", +"nummulitidae", +"numskull", +"nun", +"nun's_habit", +"nun_buoy", +"nunavut", +"nunc_dimittis", +"nuncio", +"nung", +"nunnery", +"nuphar", +"nuphar_advena", +"nuphar_lutea", +"nuphar_sagittifolium", +"nuprin", +"nuptials", +"nuptse", +"nuremberg", +"nureyev", +"nurnberg", +"nurse", +"nurse's_aide", +"nurse-midwife", +"nurse-patient_relation", +"nurse_clinician", +"nurse_log", +"nurse_practitioner", +"nurse_shark", +"nurseling", +"nursemaid", +"nurser", +"nursery", +"nursery_rhyme", +"nursery_school", +"nurseryman", +"nursing", +"nursing_aide", +"nursing_bottle", +"nursing_care", +"nursing_home", +"nursing_school", +"nursling", +"nurturance", +"nurture", +"nusa_tenggara", +"nusku", +"nut", +"nut-leaved_screw_tree", +"nut_and_bolt", +"nut_bar", +"nut_bread", +"nut_butter", +"nut_case", +"nut_grass", +"nut_house", +"nut_pine", +"nut_sedge", +"nut_tree", +"nutation", +"nutcase", +"nutcracker", +"nutgrass", +"nuthatch", +"nuthouse", +"nutlet", +"nutmeg", +"nutmeg-yew", +"nutmeg_family", +"nutmeg_flower", +"nutmeg_geranium", +"nutmeg_hickory", +"nutmeg_melon", +"nutmeg_state", +"nutmeg_tree", +"nutria", +"nutrient", +"nutrient_agar", +"nutrient_artery", +"nutriment", +"nutrition", +"nutritionist", +"nutritionist's_calorie", +"nutritiousness", +"nutritiveness", +"nuts_and_bolts", +"nutsedge", +"nutshell", +"nuttall's_oak", +"nuttall_oak", +"nutter", +"nuwc", +"nux_vomica", +"nuytsia", +"nuytsia_floribunda", +"nv", +"nw", +"nwbn", +"nwbw", +"ny", +"nyala", +"nyamuragira", +"nyamwezi", +"nyasaland", +"nybble", +"nyctaginaceae", +"nyctaginia", +"nyctaginia_capitata", +"nyctalopia", +"nyctanassa", +"nyctanassa_violacea", +"nyctereutes", +"nyctereutes_procyonides", +"nycticebus", +"nycticebus_pygmaeus", +"nycticebus_tardigradua", +"nycticorax", +"nycticorax_nycticorax", +"nyctimene", +"nyctophobia", +"nycturia", +"nydrazid", +"nyiragongo", +"nylghai", +"nylghau", +"nylon", +"nylon_stocking", +"nylons", +"nymph", +"nymphaea", +"nymphaea_alba", +"nymphaea_caerulea", +"nymphaea_lotus", +"nymphaea_odorata", +"nymphaea_stellata", +"nymphaeaceae", +"nymphalid", +"nymphalid_butterfly", +"nymphalidae", +"nymphalis", +"nymphalis_antiopa", +"nymphet", +"nymphicus", +"nymphicus_hollandicus", +"nympho", +"nympholepsy", +"nympholept", +"nymphomania", +"nymphomaniac", +"nynorsk", +"nypa", +"nyquist_frequency", +"nyquist_rate", +"nyse", +"nyssa", +"nyssa_aquatica", +"nyssa_sylvatica", +"nyssaceae", +"nystagmus", +"nystan", +"nystatin", +"nyx", +"o", +"o'brien", +"o'casey", +"o'connor", +"o'flaherty", +"o'hara", +"o'keeffe", +"o'neill", +"o'toole", +"o._henry", +"o.e.d.", +"o.k.", +"o_level", +"o_ring", +"oaf", +"oahu", +"oahu_island", +"oak", +"oak-leaved_goosefoot", +"oak_apple", +"oak_blight", +"oak_chestnut", +"oak_fern", +"oak_leaf_cluster", +"oak_tree", +"oakland", +"oakleaf_goosefoot", +"oakley", +"oakum", +"oar", +"oarfish", +"oarlock", +"oarsman", +"oarsmanship", +"oarswoman", +"oas", +"oasis", +"oast", +"oast_house", +"oat", +"oat_cell_carcinoma", +"oatcake", +"oates", +"oath", +"oatmeal", +"oatmeal_cookie", +"oaxaca", +"oaxaca_de_juarez", +"ob", +"ob_river", +"obadiah", +"obbligato", +"obduracy", +"obeah", +"obeche", +"obechi", +"obedience", +"obedience_plant", +"obedient_plant", +"obeisance", +"obelion", +"obelisk", +"oberson", +"obesity", +"obesity_diet", +"obfuscation", +"obi", +"obidoxime_chloride", +"obiism", +"obit", +"obiter_dictum", +"obituary", +"object", +"object-oriented_database", +"object-oriented_database_management_system", +"object-oriented_programing", +"object-oriented_programing_language", +"object-oriented_programming", +"object-oriented_programming_language", +"object_ball", +"object_code", +"object_glass", +"object_language", +"object_lens", +"object_lesson", +"object_of_a_preposition", +"object_of_the_verb", +"object_program", +"object_recognition", +"objectification", +"objection", +"objectionableness", +"objective", +"objective_case", +"objective_lens", +"objectiveness", +"objectivity", +"objector", +"objet_d'art", +"objurgation", +"oblanceolate_leaf", +"oblate", +"oblateness", +"oblation", +"obligate_anaerobe", +"obligation", +"obligato", +"obliger", +"obligingness", +"oblique", +"oblique_angle", +"oblique_bandage", +"oblique_case", +"oblique_triangle", +"oblique_vein_of_the_left_atrium", +"obliqueness", +"obliquity", +"obliteration", +"obliterator", +"oblivion", +"obliviousness", +"oblong", +"oblong_leaf", +"oblong_woodsia", +"oblongness", +"obloquy", +"obnoxiousness", +"oboe", +"oboe_d'amore", +"oboe_da_caccia", +"oboist", +"obolus", +"obovate_leaf", +"obscenity", +"obscurantism", +"obscurantist", +"obscureness", +"obscurity", +"obsequiousness", +"observance", +"observation", +"observation_dome", +"observation_post", +"observation_station", +"observation_tower", +"observatory", +"observed_fire", +"observer", +"observer's_meridian", +"obsession", +"obsessive", +"obsessive-compulsive", +"obsessive-compulsive_disorder", +"obsessive-compulsive_personality", +"obsessiveness", +"obsessivity", +"obsidian", +"obsolescence", +"obsoleteness", +"obstacle", +"obstacle_race", +"obstetrical_delivery", +"obstetrical_toad", +"obstetrician", +"obstetrics", +"obstinacy", +"obstinance", +"obstipation", +"obstreperousness", +"obstructer", +"obstruction", +"obstruction_of_justice", +"obstructionism", +"obstructionist", +"obstructive_shock", +"obstructor", +"obstruent", +"obtainment", +"obtention", +"obtrusiveness", +"obturator", +"obturator_vein", +"obtuse-angled_triangle", +"obtuse_angle", +"obtuse_leaf", +"obtuse_triangle", +"obtuseness", +"obverse", +"obviation", +"obviousness", +"oca", +"ocarina", +"occam", +"occam's_razor", +"occasion", +"occasions", +"occident", +"occidental", +"occidentalism", +"occipital_bone", +"occipital_cortex", +"occipital_gyrus", +"occipital_lobe", +"occipital_protuberance", +"occipital_vein", +"occipitomastoid_suture", +"occiput", +"occitan", +"occluded_front", +"occlusion", +"occlusive", +"occult", +"occult_arts", +"occultation", +"occultism", +"occultist", +"occupancy", +"occupancy_rate", +"occupant", +"occupation", +"occupation_licence", +"occupation_license", +"occupational_disease", +"occupational_group", +"occupational_hazard", +"occupational_safety_and_health_act", +"occupational_safety_and_health_administration", +"occupational_therapy", +"occupier", +"occurrence", +"occurrent", +"ocean", +"ocean_bottom", +"ocean_current", +"ocean_floor", +"ocean_liner", +"ocean_perch", +"ocean_pout", +"ocean_state", +"ocean_sunfish", +"ocean_trip", +"oceanaut", +"oceanfront", +"oceania", +"oceanic", +"oceanic_abyss", +"oceanic_bird", +"oceanic_bonito", +"oceanic_whitetip_shark", +"oceanica", +"oceanid", +"oceanites", +"oceanites_oceanicus", +"oceanographer", +"oceanography", +"oceanology", +"oceanus", +"ocellated_turkey", +"ocellus", +"ocelot", +"ocher", +"ochlocracy", +"ochna", +"ochna_family", +"ochna_serrulata", +"ochnaceae", +"ochoa", +"ochotona", +"ochotona_collaris", +"ochotona_princeps", +"ochotonidae", +"ochre", +"ochroma", +"ochroma_lagopus", +"ochronosis", +"ochs", +"ocimum", +"ocimum_basilicum", +"ockham", +"ockham's_razor", +"oconee_bells", +"ocotillo", +"oct", +"octad", +"octadecanoic_acid", +"octagon", +"octahedron", +"octal_digit", +"octal_notation", +"octal_number_system", +"octal_numeration_system", +"octameter", +"octane", +"octane_number", +"octane_rating", +"octanedioic_acid", +"octans", +"octant", +"octave", +"octavian", +"octavo", +"octet", +"octette", +"octillion", +"october", +"october_12", +"october_24", +"october_revolution", +"octoberfest", +"octogenarian", +"octonary", +"octopod", +"octopoda", +"octopodidae", +"octopus", +"octoroon", +"octosyllable", +"octroi", +"ocular", +"ocular_muscle", +"oculism", +"oculist", +"oculomotor", +"oculomotor_nerve", +"oculopharyngeal_muscular_dystrophy", +"oculus", +"oculus_dexter", +"oculus_sinister", +"ocyurus", +"ocyurus_chrysurus", +"od", +"odalisque", +"odd-even_check", +"odd-job_man", +"odd-leg_caliper", +"odd-pinnate_leaf", +"odd-toed_ungulate", +"odd_fellow", +"odd_fish", +"odd_hassel", +"odd_man_out", +"oddball", +"oddity", +"oddment", +"oddments", +"oddness", +"oddone_colonna", +"odds", +"odds-maker", +"odds_and_ends", +"ode", +"oder", +"oder_river", +"odesa", +"odessa", +"odets", +"odin", +"odiousness", +"odist", +"odium", +"odo", +"odo_of_lagery", +"odoacer", +"odobenidae", +"odobenus", +"odobenus_divergens", +"odobenus_rosmarus", +"odocoileus", +"odocoileus_hemionus", +"odocoileus_hemionus_columbianus", +"odocoileus_virginianus", +"odometer", +"odonata", +"odonate", +"odontalgia", +"odontaspididae", +"odontaspis", +"odontaspis_taurus", +"odontiasis", +"odontoceti", +"odontoglossum", +"odontoid_process", +"odontology", +"odontophorus", +"odor", +"odour", +"odovacar", +"odovakar", +"odynophagia", +"odysseus", +"odyssey", +"oecanthus", +"oecanthus_fultoni", +"oecumenism", +"oed", +"oedema", +"oedipal_complex", +"oedipus", +"oedipus_complex", +"oedipus_rex", +"oedogoniaceae", +"oedogoniales", +"oedogonium", +"oeil_de_boeuf", +"oenanthe", +"oenanthe_aquatica", +"oenanthe_crocata", +"oengus", +"oenologist", +"oenology", +"oenomel", +"oenophile", +"oenothera", +"oenothera_biennis", +"oenothera_fruticosa", +"oenothera_macrocarpa", +"oersted", +"oesophageal_reflux", +"oesophageal_veins", +"oesophagitis", +"oesophagogastric_junction", +"oesophagoscope", +"oesophagus", +"oesterreich", +"oestradiol", +"oestridae", +"oestriol", +"oestrogen", +"oestrone", +"oestrus", +"oestrus_ovis", +"oeuvre", +"off-axis_reflector", +"off-broadway", +"off-day", +"off-licence", +"off-line_equipment", +"off-line_operation", +"off-roader", +"off-season", +"off-speed_pitch", +"off-white", +"off_year", +"offal", +"offbeat", +"offenbach", +"offence", +"offender", +"offense", +"offensive", +"offensive_activity", +"offensiveness", +"offer", +"offer_price", +"offerer", +"offering", +"offeror", +"offertory", +"office", +"office-bearer", +"office_block", +"office_boy", +"office_building", +"office_furniture", +"office_of_inspector_general", +"office_of_intelligence_support", +"office_of_management_and_budget", +"office_of_naval_intelligence", +"office_of_the_dead", +"office_staff", +"officeholder", +"officer", +"officer's_mess", +"official", +"official_document", +"official_emissary", +"official_immunity", +"officialdom", +"officialese", +"officiant", +"officiating", +"officiation", +"officiousness", +"offing", +"offprint", +"offset", +"offset_lithography", +"offset_printing", +"offsetting_balance", +"offshoot", +"offshore_rig", +"offside", +"offspring", +"offstage", +"ofo", +"oftenness", +"ogalala", +"ogcocephalidae", +"ogden", +"ogden_nash", +"ogdoad", +"ogee", +"ogee_arch", +"ogive", +"oglala", +"ogler", +"ogre", +"ogress", +"oh", +"ohio", +"ohio_buckeye", +"ohio_goldenrod", +"ohio_river", +"ohio_state_university", +"ohioan", +"ohm", +"ohm's_law", +"ohmage", +"ohmic_resistance", +"ohmmeter", +"oig", +"oil", +"oil-hardened_steel", +"oil-industry_analyst", +"oil-rich_seed", +"oil-water_interface", +"oil_beetle", +"oil_burner", +"oil_business", +"oil_cake", +"oil_cartel", +"oil_change", +"oil_color", +"oil_colour", +"oil_company", +"oil_conservation", +"oil_filter", +"oil_furnace", +"oil_future", +"oil_geologist", +"oil_gland", +"oil_heater", +"oil_industry", +"oil_lamp", +"oil_meal", +"oil_nut", +"oil_of_cloves", +"oil_of_turpentine", +"oil_of_vitriol", +"oil_of_wintergreen", +"oil_paint", +"oil_painter", +"oil_painting", +"oil_palm", +"oil_pipeline", +"oil_pressure", +"oil_production", +"oil_pump", +"oil_refinery", +"oil_rig", +"oil_rigger", +"oil_shale", +"oil_slick", +"oil_stain", +"oil_tanker", +"oil_tycoon", +"oil_well", +"oilbird", +"oilcan", +"oilcloth", +"oiler", +"oilfield", +"oilfish", +"oiliness", +"oilman", +"oilpaper", +"oilrig", +"oilseed", +"oilskin", +"oilstone", +"oilstove", +"oink", +"ointment", +"oireachtas", +"ois", +"ojibwa", +"ojibway", +"ojos_del_salado", +"ok", +"oka", +"okapi", +"okapia", +"okapia_johnstoni", +"okay", +"okeechobee", +"okeechobee_waterway", +"okefenokee_swamp", +"okeh", +"oken", +"okenfuss", +"okey", +"okinawa", +"okinawa_campaign", +"oklahoma", +"oklahoma_city", +"oklahoman", +"okra", +"okra_plant", +"oktoberfest", +"ola", +"olaf_ii", +"olav_ii", +"old", +"old-age_insurance", +"old-age_pension", +"old-age_pensioner", +"old-fashionedness", +"old-field_toadflax", +"old-maid's_bonnet", +"old-man-of-the-woods", +"old-timer", +"old_age", +"old_bag", +"old_bailey", +"old_boy", +"old_boy_network", +"old_bulgarian", +"old_bullion", +"old_catholic", +"old_catholic_church", +"old_church_slavic", +"old_church_slavonic", +"old_codger", +"old_colony", +"old_country", +"old_delhi", +"old_dominion", +"old_dominion_state", +"old_english", +"old_english_sheepdog", +"old_faithful", +"old_fashioned", +"old_french", +"old_frisian", +"old_geezer", +"old_glory", +"old_gold", +"old_growth", +"old_guard", +"old_hand", +"old_hickory", +"old_high_german", +"old_icelandic", +"old_irish", +"old_ironsides", +"old_italian", +"old_lady", +"old_latin", +"old_line_state", +"old_maid", +"old_maid_flower", +"old_man", +"old_man's_beard", +"old_man_of_the_mountain", +"old_master", +"old_money", +"old_nick", +"old_norse", +"old_north_french", +"old_north_state", +"old_person", +"old_prussian", +"old_rose", +"old_salt", +"old_saxon", +"old_school", +"old_school_tie", +"old_sledge", +"old_south", +"old_squaw", +"old_stager", +"old_style", +"old_style_calendar", +"old_style_font", +"old_testament", +"old_times", +"old_witch_grass", +"old_witchgrass", +"old_wives'_tale", +"old_woman", +"old_world", +"old_world_beaver", +"old_world_buffalo", +"old_world_chat", +"old_world_coot", +"old_world_coral_snake", +"old_world_crayfish", +"old_world_flycatcher", +"old_world_hop_hornbeam", +"old_world_jay", +"old_world_least_weasel", +"old_world_leishmaniasis", +"old_world_mistletoe", +"old_world_monkey", +"old_world_oriole", +"old_world_porcupine", +"old_world_quail", +"old_world_rabbit", +"old_world_robin", +"old_world_scops_owl", +"old_world_vulture", +"old_world_warbler", +"old_world_white_pelican", +"old_world_yew", +"oldenburg", +"oldfield", +"oldie", +"oldness", +"oldster", +"oldtimer", +"olduvai_gorge", +"oldwench", +"oldwife", +"olea", +"olea_cunninghamii", +"olea_europaea", +"olea_lanceolata", +"oleaceae", +"oleaginousness", +"oleales", +"oleander", +"oleander_fern", +"oleandra", +"oleandra_mollis", +"oleandra_neriiformis", +"oleandraceae", +"olearia", +"olearia_argophylla", +"olearia_haastii", +"oleaster", +"oleaster_family", +"olecranon", +"olecranon_process", +"oled", +"olefin", +"olefine", +"oleic_acid", +"olein", +"oleo", +"oleo_oil", +"oleomargarine", +"oleoresin", +"oleoresin_capiscum", +"olfaction", +"olfactory_brain", +"olfactory_bulb", +"olfactory_impairment", +"olfactory_modality", +"olfactory_nerve", +"olfactory_organ", +"olfactory_perception", +"olfactory_property", +"olfactory_sensation", +"olfersia", +"olfersia_cervina", +"olga_korbut", +"olibanum", +"oligarch", +"oligarchy", +"oligocene", +"oligocene_epoch", +"oligochaeta", +"oligochaete", +"oligochaete_worm", +"oligoclase", +"oligodactyly", +"oligodendria", +"oligodendrocyte", +"oligodendroglia", +"oligodontia", +"oligomenorrhea", +"oligoplites", +"oligopoly", +"oligoporus", +"oligoporus_leucospongia", +"oligosaccharide", +"oligospermia", +"oliguria", +"olimbos", +"olive", +"olive-drab_uniform", +"olive-green", +"olive-tree_agaric", +"olive_branch", +"olive_brown", +"olive_drab", +"olive_family", +"olive_green", +"olive_oil", +"olive_ridley", +"olive_tree", +"olivenite", +"oliver", +"oliver_cromwell", +"oliver_ellsworth", +"oliver_goldsmith", +"oliver_hardy", +"oliver_hazard_perry", +"oliver_heaviside", +"oliver_stone", +"oliver_wendell_holmes", +"oliver_wendell_holmes_jr.", +"olivier", +"olivine", +"olla", +"olla_podrida", +"ollari", +"olm", +"olmec", +"olmsted", +"ology", +"olympia", +"olympiad", +"olympian", +"olympian_games", +"olympian_zeus", +"olympic_games", +"olympic_god", +"olympic_national_park", +"olympic_salamander", +"olympics", +"olympus", +"omaha", +"oman", +"omani", +"omani_monetary_unit", +"omani_rial", +"omar_bradley", +"omar_khayyam", +"omar_nelson_bradley", +"omasum", +"omayyad", +"omb", +"ombu", +"ombudsman", +"omdurman", +"omega", +"omega-3", +"omega-3_fatty_acid", +"omega-6", +"omega-6_fatty_acid", +"omega_centauri", +"omelet", +"omelet_pan", +"omelette", +"omelette_pan", +"omen", +"omental_bursa", +"omentum", +"omeprazole", +"omerta", +"omicron", +"omission", +"omiya", +"ommastrephes", +"ommatidium", +"ommiad", +"omnibus", +"omnidirectional_antenna", +"omnidirectional_radio_range", +"omnidirectional_range", +"omnipotence", +"omnipresence", +"omnirange", +"omniscience", +"omnium-gatherum", +"omnivore", +"omomyid", +"omomyid_group", +"omophagia", +"omotic", +"omphalocele", +"omphalos", +"omphaloskepsis", +"omphalotus", +"omphalotus_illudens", +"omphalus", +"omsk", +"on-license", +"on-line_database", +"on-off_switch", +"on/off_switch", +"on_the_qui_vive", +"on_the_road", +"on_tour", +"onager", +"onagraceae", +"onanism", +"onanist", +"once-over", +"onchocerciasis", +"oncidium", +"oncidium_papilio", +"oncidium_papilio_kramerianum", +"oncogene", +"oncologist", +"oncology", +"oncoming", +"oncorhynchus", +"oncorhynchus_keta", +"oncorhynchus_kisutch", +"oncorhynchus_nerka", +"oncorhynchus_tshawytscha", +"oncovin", +"ondaatje", +"ondatra", +"ondatra_zibethica", +"one", +"one-and-one", +"one-armed_bandit", +"one-billionth", +"one-dimensional_language", +"one-dimensionality", +"one-eighth", +"one-fifth", +"one-flowered_pyrola", +"one-flowered_wintergreen", +"one-fourth", +"one-half", +"one-hitter", +"one-hundred-millionth", +"one-hundred-thousandth", +"one-hundredth", +"one-liner", +"one-man_rule", +"one-millionth", +"one-night_stand", +"one-ninth", +"one-off", +"one-quadrillionth", +"one-quarter", +"one-quintillionth", +"one-seventh", +"one-sixteenth", +"one-sixth", +"one-sixtieth", +"one-sixty-fourth", +"one-spot", +"one-step", +"one-ten-thousandth", +"one-tenth", +"one-third", +"one-thirty-second", +"one-thousandth", +"one-trillionth", +"one-twelfth", +"one-upmanship", +"one-way_light_time", +"one-way_street", +"one_c", +"one_dollar_bill", +"one_iron", +"one_million_million", +"one_million_million_million", +"one_of_the_boys", +"one_percent", +"one_shot", +"one_thousand", +"one_thousand_million", +"one_thousand_thousand", +"onega", +"oneida", +"oneirism", +"oneiromancer", +"oneiromancy", +"oneness", +"onerousness", +"oni", +"onion", +"onion_bagel", +"onion_bread", +"onion_butter", +"onion_dome", +"onion_louse", +"onion_mildew", +"onion_plant", +"onion_roll", +"onion_salt", +"onion_smut", +"onion_stem", +"onion_thrips", +"onion_yellow-dwarf_virus", +"onion_yellow_dwarf", +"onionskin", +"oniscidae", +"oniscus", +"onlooker", +"ono", +"onobrychis", +"onobrychis_viciaefolia", +"onobrychis_viciifolia", +"onoclea", +"onoclea_sensibilis", +"onoclea_struthiopteris", +"onomancer", +"onomancy", +"onomasticon", +"onomastics", +"onomatomania", +"onomatopoeia", +"onondaga", +"ononis", +"ononis_repens", +"ononis_spinosa", +"onopordon", +"onopordon_acanthium", +"onopordum", +"onopordum_acanthium", +"onosmodium", +"onrush", +"onsager", +"onset", +"onslaught", +"ontario", +"ontogenesis", +"ontogeny", +"ontology", +"onus", +"onward_motion", +"onychium", +"onychogalea", +"onycholysis", +"onychomys", +"onychophora", +"onychophoran", +"onychosis", +"onyx", +"onyx_marble", +"onyxis", +"oocyte", +"oodles", +"oogenesis", +"oology", +"oolong", +"oom_paul_kruger", +"oomph", +"oomycetes", +"oophorectomy", +"oophoritis", +"oophorosalpingectomy", +"oort", +"oort_cloud", +"oosphere", +"oospore", +"ootid", +"ooze", +"ooze_leather", +"oozing", +"op_art", +"opacification", +"opacity", +"opah", +"opal", +"opal_glass", +"opalescence", +"opaque_gem", +"opaqueness", +"opcw", +"opec", +"opel", +"open", +"open-air_market", +"open-air_marketplace", +"open-angle_glaucoma", +"open-class_word", +"open-door_policy", +"open-end_credit", +"open-end_fund", +"open-end_investment_company", +"open-end_wrench", +"open-face_sandwich", +"open-heart_surgery", +"open-hearth_furnace", +"open-hearth_process", +"open_account", +"open_air", +"open_chain", +"open_circuit", +"open_door", +"open_fireplace", +"open_fracture", +"open_frame", +"open_house", +"open_interval", +"open_letter", +"open_marriage", +"open_order", +"open_primary", +"open_sandwich", +"open_secret", +"open_sesame", +"open_shop", +"open_sight", +"open_society", +"open_university", +"open_weave", +"openbill", +"opencast_mining", +"opener", +"openhandedness", +"opening", +"opening_line", +"opening_move", +"opening_night", +"openness", +"openside_plane", +"openwork", +"opepe", +"opera", +"opera_bouffe", +"opera_cloak", +"opera_comique", +"opera_company", +"opera_glasses", +"opera_hat", +"opera_hood", +"opera_house", +"opera_star", +"operagoer", +"operand", +"operant_conditioning", +"operatic_star", +"operating_budget", +"operating_capability", +"operating_capital", +"operating_cost", +"operating_expense", +"operating_instructions", +"operating_microscope", +"operating_procedure", +"operating_room", +"operating_statement", +"operating_surgeon", +"operating_system", +"operating_table", +"operating_theater", +"operating_theatre", +"operation", +"operation_code", +"operation_desert_storm", +"operational_casualty", +"operational_cell", +"operational_damage", +"operationalism", +"operations", +"operations_research", +"operative", +"operative_field", +"operator", +"operator_gene", +"operculum", +"operetta", +"operon", +"operoseness", +"opheodrys", +"opheodrys_aestivus", +"opheodrys_vernalis", +"ophidia", +"ophidian", +"ophidiidae", +"ophidism", +"ophiodon", +"ophiodon_elongatus", +"ophiodontidae", +"ophioglossaceae", +"ophioglossales", +"ophioglossum", +"ophioglossum_pendulum", +"ophiolatry", +"ophiophagus", +"ophiophagus_hannah", +"ophisaurus", +"ophiuchus", +"ophiurida", +"ophiuroidea", +"ophryon", +"ophrys", +"ophrys_apifera", +"ophrys_insectifera", +"ophrys_muscifera", +"ophrys_sphegodes", +"ophthalmectomy", +"ophthalmia", +"ophthalmia_neonatorum", +"ophthalmic_artery", +"ophthalmic_vein", +"ophthalmitis", +"ophthalmologist", +"ophthalmology", +"ophthalmoplegia", +"ophthalmoscope", +"ophthalmoscopy", +"opiate", +"opiliones", +"opinion", +"opinion_poll", +"opisthobranchia", +"opisthocomidae", +"opisthocomus", +"opisthocomus_hoazin", +"opisthognathidae", +"opisthorchiasis", +"opisthotonos", +"opium", +"opium_addict", +"opium_den", +"opium_poppy", +"opium_taker", +"opopanax", +"oporto", +"opossum", +"opossum_rat", +"opossum_shrimp", +"opossum_wood", +"oppenheimer", +"opponent", +"opportuneness", +"opportunism", +"opportunist", +"opportunistic_infection", +"opportunity", +"opportunity_cost", +"opposer", +"opposite", +"opposite_number", +"opposite_word", +"oppositeness", +"opposition", +"oppression", +"oppressiveness", +"oppressor", +"opprobrium", +"ops", +"opsanus_tau", +"opsin", +"opsonin", +"opsonisation", +"opsonization", +"optative", +"optative_mood", +"optez", +"optic", +"optic_axis", +"optic_chiasm", +"optic_chiasma", +"optic_cup", +"optic_disc", +"optic_disk", +"optic_nerve", +"optic_radiation", +"optic_tract", +"optical_aberration", +"optical_bench", +"optical_condenser", +"optical_crown", +"optical_crown_glass", +"optical_density", +"optical_device", +"optical_disc", +"optical_disk", +"optical_fiber", +"optical_fibre", +"optical_flint", +"optical_fusion", +"optical_glass", +"optical_illusion", +"optical_instrument", +"optical_lens", +"optical_maser", +"optical_opacity", +"optical_phenomenon", +"optical_prism", +"optical_pyrometer", +"optical_telescope", +"optician", +"optics", +"optimisation", +"optimism", +"optimist", +"optimization", +"optimum", +"option", +"optometrist", +"optometry", +"opulence", +"opuntia", +"opuntia_cholla", +"opuntia_lindheimeri", +"opuntia_tuna", +"opuntiales", +"opus", +"opv", +"or", +"or_circuit", +"or_gate", +"orach", +"orache", +"oracle", +"oracle_of_apollo", +"oracle_of_delphi", +"oradexon", +"oral", +"oral_cancer", +"oral_cavity", +"oral_communication", +"oral_contraception", +"oral_contraceptive", +"oral_contraceptive_pill", +"oral_contract", +"oral_exam", +"oral_examination", +"oral_fissure", +"oral_herpes", +"oral_personality", +"oral_phase", +"oral_poliovirus_vaccine", +"oral_presentation", +"oral_roberts", +"oral_sex", +"oral_smear", +"oral_stage", +"oran", +"orang", +"orange", +"orange-blossom_orchid", +"orange-juice_concentrate", +"orange_balsam", +"orange_bat", +"orange_daisy", +"orange_fleabane", +"orange_free_state", +"orange_grass", +"orange_group", +"orange_grove", +"orange_hawkweed", +"orange_horseshoe_bat", +"orange_juice", +"orange_liqueur", +"orange_marmalade", +"orange_milkweed", +"orange_milkwort", +"orange_mushroom_pimple", +"orange_order", +"orange_peel", +"orange_peel_fungus", +"orange_pekoe", +"orange_red", +"orange_rind", +"orange_river", +"orange_sneezeweed", +"orange_soda", +"orange_toast", +"orange_tortrix", +"orange_tree", +"orange_yellow", +"orange_zest", +"orangeade", +"orangeman", +"orangeness", +"orangery", +"orangewood", +"orangutan", +"orangutang", +"orasone", +"oration", +"orator", +"oratorio", +"oratory", +"orb", +"orb-weaver", +"orb-weaving_spider", +"orb_web", +"orbiculate_leaf", +"orbignya", +"orbignya_cohune", +"orbignya_martiana", +"orbignya_phalerata", +"orbignya_spesiosa", +"orbison", +"orbit", +"orbit_period", +"orbital_cavity", +"orbital_motion", +"orbital_plane", +"orbital_point", +"orbital_rotation", +"orbitale", +"orbiter", +"orca", +"orchard", +"orchard_apple_tree", +"orchard_grass", +"orchard_oriole", +"orchestia", +"orchestiidae", +"orchestra", +"orchestra_pit", +"orchestral_bells", +"orchestration", +"orchestrator", +"orchid", +"orchid_cactus", +"orchid_family", +"orchid_tree", +"orchidaceae", +"orchidaceous_plant", +"orchidales", +"orchidalgia", +"orchidectomy", +"orchiectomy", +"orchil", +"orchiopexy", +"orchis", +"orchis_mascula", +"orchis_papilionaceae", +"orchis_spectabilis", +"orchitis", +"orchotomy", +"orcinus", +"orcinus_orca", +"orcus", +"orczy", +"ord_kangaroo_rat", +"ordainer", +"ordeal", +"ordeal_bean", +"ordeal_tree", +"order", +"order-chenopodiales", +"order_acarina", +"order_accipitriformes", +"order_actinaria", +"order_actiniaria", +"order_actinomycetales", +"order_actinomyxidia", +"order_aepyorniformes", +"order_agaricales", +"order_alcyonaria", +"order_alismales", +"order_amoebida", +"order_amoebina", +"order_amphipoda", +"order_anacanthini", +"order_anaspida", +"order_andreaeales", +"order_anguilliformes", +"order_anoplura", +"order_anostraca", +"order_anseriformes", +"order_anthocerotales", +"order_anura", +"order_aphyllophorales", +"order_aplacophora", +"order_apodes", +"order_apodiformes", +"order_apterygiformes", +"order_arales", +"order_araneae", +"order_araneida", +"order_aristolochiales", +"order_arms", +"order_artiodactyla", +"order_aspergillales", +"order_auriculariales", +"order_batoidei", +"order_batrachia", +"order_belemnoidea", +"order_bennettitales", +"order_berycomorphi", +"order_blastocladiales", +"order_book", +"order_branchiura", +"order_bryales", +"order_campanulales", +"order_caprimulgiformes", +"order_carnivora", +"order_caryophyllales", +"order_casuariiformes", +"order_casuarinales", +"order_caudata", +"order_cestida", +"order_cetacea", +"order_charadriiformes", +"order_charales", +"order_chelonethida", +"order_chelonia", +"order_chiroptera", +"order_chlorococcales", +"order_chytridiales", +"order_ciconiiformes", +"order_cilioflagellata", +"order_coccidia", +"order_code", +"order_coleoptera", +"order_collembola", +"order_columbiformes", +"order_colymbiformes", +"order_commelinales", +"order_coniferales", +"order_conodonta", +"order_conodontophorida", +"order_coraciiformes", +"order_cordaitales", +"order_corrodentia", +"order_crocodilia", +"order_crocodylia", +"order_cuculiformes", +"order_cycadales", +"order_cycadofilicales", +"order_cyclostomata", +"order_cydippea", +"order_cydippida", +"order_cydippidea", +"order_cypriniformes", +"order_decapoda", +"order_dermaptera", +"order_dermoptera", +"order_diapensiales", +"order_dicranales", +"order_dictyoptera", +"order_dinocerata", +"order_dinoflagellata", +"order_dinornithiformes", +"order_diptera", +"order_discocephali", +"order_ebenales", +"order_edentata", +"order_embiodea", +"order_embioptera", +"order_endomycetales", +"order_entomophthorales", +"order_ephemerida", +"order_ephemeroptera", +"order_equisetales", +"order_ericales", +"order_erysiphales", +"order_eubacteriales", +"order_eubryales", +"order_euphausiacea", +"order_eurotiales", +"order_eurypterida", +"order_exocycloida", +"order_fagales", +"order_falconiformes", +"order_filicales", +"order_foraminifera", +"order_form", +"order_fucales", +"order_gadiformes", +"order_galliformes", +"order_ganoidei", +"order_gaviiformes", +"order_gentianales", +"order_geophilomorpha", +"order_geraniales", +"order_ginkgoales", +"order_gnetales", +"order_graminales", +"order_gregarinida", +"order_gruiformes", +"order_guttiferales", +"order_gymnophiona", +"order_haemosporidia", +"order_haplosporidia", +"order_heliozoa", +"order_helotiales", +"order_hemiptera", +"order_heterosomata", +"order_heterotrichales", +"order_hymenogastrales", +"order_hymenoptera", +"order_hypericales", +"order_hypermastigina", +"order_hypocreales", +"order_hyracoidea", +"order_ichthyosauria", +"order_ictodosauria", +"order_insectivora", +"order_insessores", +"order_isoetales", +"order_isopoda", +"order_isoptera", +"order_isospondyli", +"order_juglandales", +"order_jungermanniales", +"order_lagomorpha", +"order_laminariales", +"order_lechanorales", +"order_lepidodendrales", +"order_lepidoptera", +"order_lichenales", +"order_liliales", +"order_lobata", +"order_loricata", +"order_lycoperdales", +"order_lycopodiales", +"order_lyginopteridales", +"order_madreporaria", +"order_mallophaga", +"order_malvales", +"order_mantophasmatodea", +"order_marattiales", +"order_marchantiales", +"order_marsupialia", +"order_mecoptera", +"order_moniliales", +"order_monotremata", +"order_mucorales", +"order_musales", +"order_myaceae", +"order_mycelia_sterilia", +"order_mycoplasmatales", +"order_mycrosporidia", +"order_myricales", +"order_myrtales", +"order_mysidacea", +"order_myxobacterales", +"order_myxobacteria", +"order_myxobacteriales", +"order_myxosporidia", +"order_naiadales", +"order_neuroptera", +"order_nidulariales", +"order_notostraca", +"order_nudibranchia", +"order_octopoda", +"order_odonata", +"order_oedogoniales", +"order_of_business", +"order_of_magnitude", +"order_of_our_lady_of_mount_carmel", +"order_of_payment", +"order_of_saint_benedict", +"order_of_the_day", +"order_of_the_purple_heart", +"order_oleales", +"order_ophioglossales", +"order_opiliones", +"order_opuntiales", +"order_orchidales", +"order_ornithischia", +"order_orthoptera", +"order_ostariophysi", +"order_osteoglossiformes", +"order_ostracodermi", +"order_palmales", +"order_pandanales", +"order_papaverales", +"order_paper", +"order_parietales", +"order_passeriformes", +"order_pectinibranchia", +"order_pediculati", +"order_pedipalpi", +"order_pelecaniformes", +"order_pelycosauria", +"order_perciformes", +"order_percomorphi", +"order_perissodactyla", +"order_peronosporales", +"order_pezizales", +"order_phalangida", +"order_phallales", +"order_phasmatodea", +"order_phasmida", +"order_pholidota", +"order_picariae", +"order_piciformes", +"order_piperales", +"order_plantaginales", +"order_platyctenea", +"order_plecoptera", +"order_plectognathi", +"order_pleuronectiformes", +"order_plumbaginales", +"order_podicipediformes", +"order_podicipitiformes", +"order_polemoniales", +"order_polygonales", +"order_polymastigina", +"order_polypodiales", +"order_primates", +"order_primulales", +"order_proboscidea", +"order_procellariiformes", +"order_proteales", +"order_protura", +"order_pseudomonadales", +"order_pseudoscorpiones", +"order_pseudoscorpionida", +"order_psilophytales", +"order_psilotales", +"order_psittaciformes", +"order_psocoptera", +"order_pterosauria", +"order_pulmonata", +"order_pycnogonida", +"order_radiolaria", +"order_rajiformes", +"order_ranales", +"order_ranunculales", +"order_raptores", +"order_rhamnales", +"order_rheiformes", +"order_rhoeadales", +"order_rhynchocephalia", +"order_rickettsiales", +"order_rodentia", +"order_rosales", +"order_rubiales", +"order_salicales", +"order_salientia", +"order_santalales", +"order_sapindales", +"order_saprolegniales", +"order_sarcosporidia", +"order_sarraceniales", +"order_saurischia", +"order_sauropterygia", +"order_scandentia", +"order_sclerodermatales", +"order_scleroparei", +"order_scorpionida", +"order_scrophulariales", +"order_secotiales", +"order_selaginellales", +"order_siluriformes", +"order_siphonaptera", +"order_siphonophora", +"order_sirenia", +"order_solenichthyes", +"order_solenogastres", +"order_spatangoida", +"order_sphaeriales", +"order_sphaerocarpales", +"order_sphagnales", +"order_sphenisciformes", +"order_spirochaetales", +"order_squamata", +"order_stegocephalia", +"order_stereospondyli", +"order_stomatopoda", +"order_strigiformes", +"order_struthioniformes", +"order_synentognathi", +"order_taxales", +"order_temnospondyli", +"order_testacea", +"order_testudinata", +"order_testudines", +"order_tetraodontiformes", +"order_thecodontia", +"order_therapsida", +"order_thymelaeales", +"order_thysanoptera", +"order_thysanura", +"order_tinamiformes", +"order_torpediniformes", +"order_tremellales", +"order_trichoptera", +"order_trogoniformes", +"order_tuberales", +"order_tubulidentata", +"order_tulostomatales", +"order_ulvales", +"order_umbellales", +"order_uredinales", +"order_urodella", +"order_uropygi", +"order_urticales", +"order_ustilaginales", +"order_volvocales", +"order_xiphosura", +"order_xyridales", +"order_zeomorphi", +"order_zygnemales", +"order_zygnematales", +"ordered_series", +"orderer", +"ordering", +"orderliness", +"orderly", +"orderly_sergeant", +"ordinal", +"ordinal_number", +"ordinance", +"ordinand", +"ordinariness", +"ordinary", +"ordinary_annuity", +"ordinary_bicycle", +"ordinary_care", +"ordinary_life_insurance", +"ordinary_shares", +"ordinate", +"ordination", +"ordnance", +"ordnance_store", +"ordnance_survey", +"ordovician", +"ordovician_period", +"ordure", +"ore", +"ore_bed", +"ore_dressing", +"ore_processing", +"oread", +"oreamnos", +"oreamnos_americanus", +"orectolobidae", +"orectolobus", +"orectolobus_barbatus", +"oregano", +"oregon", +"oregon_alder", +"oregon_ash", +"oregon_cedar", +"oregon_crab_apple", +"oregon_fir", +"oregon_grape", +"oregon_holly_grape", +"oregon_jargon", +"oregon_larch", +"oregon_lily", +"oregon_maple", +"oregon_myrtle", +"oregon_oak", +"oregon_pine", +"oregon_white_oak", +"oregonian", +"oreide", +"oreo", +"oreo_cookie", +"oreopteris", +"oreopteris_limbosperma", +"oreortyx", +"oreortyx_picta_palmeri", +"orestes", +"orff", +"organ", +"organ-grinder", +"organ_donor", +"organ_loft", +"organ_of_corti", +"organ_of_hearing", +"organ_of_speech", +"organ_pipe", +"organ_stop", +"organ_transplant", +"organdie", +"organdy", +"organelle", +"organic", +"organic_brain_syndrome", +"organic_chemistry", +"organic_compound", +"organic_disorder", +"organic_evolution", +"organic_fertiliser", +"organic_fertilizer", +"organic_law", +"organic_light-emitting_diode", +"organic_phenomenon", +"organic_process", +"organic_structure", +"organicism", +"organification", +"organisation", +"organiser", +"organism", +"organist", +"organization", +"organization_chart", +"organization_expense", +"organization_for_the_prohibition_of_chemical_weapons", +"organization_man", +"organization_of_american_states", +"organization_of_petroleum-exporting_countries", +"organization_of_the_oppressed_on_earth", +"organized_crime", +"organized_labor", +"organized_religion", +"organizer", +"organon", +"organophosphate", +"organophosphate_nerve_agent", +"organs", +"organza", +"orgasm", +"orgy", +"oriel", +"oriel_window", +"orient", +"oriental", +"oriental_alabaster", +"oriental_arborvitae", +"oriental_beetle", +"oriental_bittersweet", +"oriental_black_mushroom", +"oriental_bush_cherry", +"oriental_cherry", +"oriental_cockroach", +"oriental_garlic", +"oriental_person", +"oriental_plane", +"oriental_poppy", +"oriental_roach", +"oriental_scops_owl", +"oriental_sore", +"oriental_spruce", +"oriental_studies", +"orientalism", +"orientalist", +"orientation", +"orientation_course", +"orifice", +"oriflamme", +"origami", +"origanum", +"origanum_dictamnus", +"origanum_majorana", +"origanum_vulgare", +"origen", +"origin", +"original", +"original_sin", +"originalism", +"originality", +"origination", +"origination_fee", +"originator", +"orinasal", +"orinasal_phone", +"orinase", +"orinoco", +"orinoco_river", +"oriole", +"oriolidae", +"oriolus", +"oriolus_oriolus", +"orion", +"orison", +"orissa", +"orites", +"orites_excelsa", +"oriya", +"orizaba", +"orkney_islands", +"orlando", +"orlando_di_lasso", +"orleanais", +"orleanism", +"orleanist", +"orleans", +"orlon", +"orlop", +"orlop_deck", +"orly", +"orly_group", +"ormandy", +"ormazd", +"ormer", +"ormolu", +"ormosia", +"ormosia_coarctata", +"ormosia_monosperma", +"ormuzd", +"ornament", +"ornamental", +"ornamentalism", +"ornamentalist", +"ornamentation", +"ornateness", +"orneriness", +"ornithine", +"ornithischia", +"ornithischian", +"ornithischian_dinosaur", +"ornithogalum", +"ornithogalum_pyrenaicum", +"ornithogalum_thyrsoides", +"ornithogalum_umbellatum", +"ornithologist", +"ornithology", +"ornithomimid", +"ornithomimida", +"ornithopod", +"ornithopod_dinosaur", +"ornithopoda", +"ornithopter", +"ornithorhynchidae", +"ornithorhynchus", +"ornithorhynchus_anatinus", +"ornithosis", +"orobanchaceae", +"orogeny", +"orography", +"oroide", +"orology", +"orono", +"orontium", +"orontium_aquaticum", +"oropharynx", +"orozco", +"orphan", +"orphan_site", +"orphanage", +"orphanhood", +"orphans'_asylum", +"orphenadrine", +"orpheus", +"orphrey", +"orpiment", +"orpin", +"orpine", +"orpington", +"orr", +"orrery", +"orris", +"orrisroot", +"orson_welles", +"ortalis", +"ortega", +"ortega_y_gasset", +"orthicon", +"orthilia", +"orthoboric_acid", +"orthochorea", +"orthochromatic_film", +"orthoclase", +"orthodontia", +"orthodontic_braces", +"orthodontic_treatment", +"orthodontics", +"orthodontist", +"orthodonture", +"orthodox_catholic_church", +"orthodox_church", +"orthodox_jew", +"orthodox_judaism", +"orthodox_sleep", +"orthodoxy", +"orthoepist", +"orthoepy", +"orthogonal_opposition", +"orthogonality", +"orthography", +"orthomorphic_projection", +"orthomyxovirus", +"orthopaedics", +"orthopaedist", +"orthopedics", +"orthopedist", +"orthophosphate", +"orthophosphoric_acid", +"orthophosphorous_acid", +"orthopnea", +"orthopristis", +"orthopristis_chrysopterus", +"orthopter", +"orthoptera", +"orthopteran", +"orthopteron", +"orthopterous_insect", +"orthoptics", +"orthoptist", +"orthoscope", +"orthostatic_hypotension", +"orthotomus", +"orthotomus_sutorius", +"orthotropous_ovule", +"ortilis_vetula_macalli", +"ortolan", +"ortolan_bunting", +"ortygan", +"orudis", +"orudis_kt", +"orumiyeh", +"oruvail", +"orville_wright", +"orwell", +"orycteropodidae", +"orycteropus", +"orycteropus_afer", +"oryctolagus", +"oryctolagus_cuniculus", +"oryx", +"oryx_gazella", +"oryza", +"oryza_sativa", +"oryzomys", +"oryzomys_palustris", +"oryzopsis", +"oryzopsis_hymenoides", +"oryzopsis_miliacea", +"orzo", +"os", +"os_breve", +"os_capitatum", +"os_frontale", +"os_hamatum", +"os_hyoideum", +"os_ischii", +"os_longum", +"os_lunatum", +"os_nasale", +"os_palatinum", +"os_pisiforme", +"os_pubis", +"os_scaphoideum", +"os_sesamoideum", +"os_sphenoidale", +"os_tarsi_fibulare", +"os_temporale", +"os_trapezium", +"os_trapezoideum", +"os_triquetrum", +"os_zygomaticum", +"osage", +"osage_orange", +"osage_river", +"osaka", +"osaka_bay", +"osama_bin_laden", +"osasco", +"osborne", +"oscan", +"oscar", +"oscar_fingal_o'flahertie_wills_wilde", +"oscar_hammerstein", +"oscar_hammerstein_ii", +"oscar_palmer_robertson", +"oscar_robertson", +"oscar_wilde", +"oscheocele", +"oscheocoele", +"oscillation", +"oscillator", +"oscillatoriaceae", +"oscillogram", +"oscillograph", +"oscilloscope", +"oscine", +"oscine_bird", +"oscines", +"oscitance", +"oscitancy", +"osco-umbrian", +"osculating_circle", +"osculation", +"osculator", +"osha", +"osier", +"osip_emilevich_mandelstam", +"osip_mandelstam", +"osiris", +"oslo", +"osman_i", +"osmanli", +"osmanthus", +"osmanthus_americanus", +"osmeridae", +"osmerus", +"osmerus_eperlanus", +"osmerus_mordax", +"osmiridium", +"osmitrol", +"osmium", +"osmoreceptor", +"osmosis", +"osmotic_pressure", +"osmund", +"osmunda_cinnamonea", +"osmunda_clatonia", +"osmunda_regalis", +"osmundaceae", +"osprey", +"osseous_labyrinth", +"osseous_tissue", +"ossete", +"ossicle", +"ossiculum", +"ossification", +"osso_buco", +"ossuary", +"ostariophysi", +"osteichthyes", +"osteitis", +"osteitis_deformans", +"ostensive_definition", +"ostensorium", +"ostentation", +"ostentatiousness", +"osteoarthritis", +"osteoblast", +"osteoblastoma", +"osteochondroma", +"osteoclasis", +"osteoclast", +"osteocyte", +"osteodystrophy", +"osteogenesis_imperfecta", +"osteogenic_sarcoma", +"osteoglossidae", +"osteoglossiformes", +"osteologer", +"osteologist", +"osteology", +"osteolysis", +"osteoma", +"osteomalacia", +"osteomyelitis", +"osteopath", +"osteopathist", +"osteopathy", +"osteopetrosis", +"osteophyte", +"osteoporosis", +"osteosarcoma", +"osteosclerosis", +"osteosclerosis_congenita", +"osteostracan", +"osteostraci", +"osteotomy", +"ostiarius", +"ostiary", +"ostinato", +"ostiole", +"ostler", +"ostomy", +"ostraciidae", +"ostracism", +"ostracod", +"ostracoda", +"ostracoderm", +"ostracodermi", +"ostrava", +"ostrea", +"ostrea_gigas", +"ostreidae", +"ostrich", +"ostrich_fern", +"ostrogoth", +"ostrya", +"ostrya_carpinifolia", +"ostrya_virginiana", +"ostryopsis", +"ostwald", +"ostwald's_theory_of_indicators", +"ostyak", +"ostyak-samoyed", +"oswald", +"oswald_spengler", +"oswald_veblen", +"oswego_tea", +"otaheite_arrowroot", +"otaheite_arrowroot_starch", +"otalgia", +"otaria", +"otaria_byronia", +"otariidae", +"otc_market", +"otc_security", +"otc_stock", +"othello", +"otherness", +"otherworld", +"otherworldliness", +"othman_i", +"otho", +"otho_i", +"otho_of_lagery", +"othonna", +"otic_ganglion", +"otides", +"otididae", +"otis", +"otis_skinner", +"otis_tarda", +"otitis", +"otitis_externa", +"otitis_interna", +"otitis_media", +"oto", +"otoe", +"otoganglion", +"otolaryngologist", +"otolaryngology", +"otologist", +"otology", +"otoplasty", +"otorhinolaryngologist", +"otorhinolaryngology", +"otorrhea", +"otosclerosis", +"otoscope", +"ottar", +"ottava_rima", +"ottawa", +"ottawa_river", +"otter", +"otter_hound", +"otter_shrew", +"otterhound", +"ottmar_mergenthaler", +"otto_frisch", +"otto_fritz_meyerhof", +"otto_hahn", +"otto_heinrich_warburg", +"otto_i", +"otto_jespersen", +"otto_loewi", +"otto_meyerhof", +"otto_neumann_sverdrup", +"otto_robert_frisch", +"otto_the_great", +"otto_von_bismarck", +"otto_wagner", +"ottoman", +"ottoman_dynasty", +"ottoman_empire", +"ottoman_turk", +"ottorino_respighi", +"ottumwa", +"otus", +"otus_asio", +"otus_scops", +"otus_sunia", +"ouachita", +"ouachita_river", +"oubliette", +"ouguiya", +"ouija", +"ouija_board", +"oujda", +"ounce", +"our_lady's_bedstraw", +"our_lady's_mild_thistle", +"our_lord's_candle", +"ouranopithecus", +"ouranos", +"ouse", +"ouse_river", +"ousel", +"ouster", +"ousting", +"out", +"out-and-outer", +"out-basket", +"out-migration", +"out-of-body_experience", +"out-of-court_settlement", +"out-of-doors", +"out-of-the-box_thinking", +"out-tray", +"out_of_bounds", +"outage", +"outaouais", +"outback", +"outboard", +"outboard_motor", +"outboard_motorboat", +"outbreak", +"outbuilding", +"outburst", +"outcast", +"outcaste", +"outcome", +"outcrop", +"outcropping", +"outcry", +"outdoor_game", +"outdoor_man", +"outdoor_sport", +"outdoor_stage", +"outdoors", +"outdoorsman", +"outdoorswoman", +"outer_boundary", +"outer_ear", +"outer_garment", +"outer_hebrides", +"outer_mongolia", +"outer_planet", +"outer_space", +"outercourse", +"outerwear", +"outfall", +"outfield", +"outfielder", +"outfit", +"outfitter", +"outfitting", +"outflow", +"outgo", +"outgoer", +"outgrowth", +"outhouse", +"outing", +"outlander", +"outlandishness", +"outlaw", +"outlawry", +"outlay", +"outlet", +"outlet_box", +"outlier", +"outline", +"outlook", +"outpatient", +"outport", +"outpost", +"outpouring", +"output", +"output-to-input_ratio", +"output_contract", +"output_device", +"output_file", +"output_program", +"output_routine", +"output_signal", +"outrage", +"outrageousness", +"outreach", +"outrider", +"outrigger", +"outrigger_canoe", +"outset", +"outside", +"outside_caliper", +"outside_clinch", +"outside_door", +"outside_loop", +"outside_mirror", +"outsider", +"outsider_art", +"outsize", +"outskirt", +"outskirts", +"outsole", +"outspokenness", +"outstation", +"outstroke", +"outtake", +"outthrust", +"outturn", +"outwardness", +"outwork", +"ouzel", +"ouzo", +"ov", +"oval", +"oval_kumquat", +"oval_office", +"oval_window", +"ovalbumin", +"ovalipes", +"ovalipes_ocellatus", +"ovarian_artery", +"ovarian_cyst", +"ovarian_pregnancy", +"ovarian_vein", +"ovariectomy", +"ovaritis", +"ovary", +"ovate_leaf", +"ovation", +"oven", +"oven_stuffer", +"oven_stuffer_roaster", +"oven_thermometer", +"ovenbird", +"ovenware", +"over", +"over-crowding", +"over-the-counter_drug", +"over-the-counter_market", +"over-the-counter_medicine", +"over-the-shoulder_bombing", +"over_the_counter_security", +"over_the_counter_stock", +"overabundance", +"overachievement", +"overachiever", +"overacting", +"overactivity", +"overage", +"overall", +"overanxiety", +"overappraisal", +"overbearingness", +"overbid", +"overbite", +"overburden", +"overcall", +"overcapitalisation", +"overcapitalization", +"overcast", +"overcasting", +"overcharge", +"overclothes", +"overcoat", +"overcoating", +"overcomer", +"overcompensation", +"overconfidence", +"overcredulity", +"overcrossing", +"overcup_oak", +"overdraft", +"overdraft_credit", +"overdrive", +"overeating", +"overemphasis", +"overestimate", +"overestimation", +"overexertion", +"overexploitation", +"overexposure", +"overfeeding", +"overflight", +"overflow", +"overflow_incontinence", +"overgarment", +"overgrowth", +"overhand_knot", +"overhand_pitch", +"overhand_stitch", +"overhang", +"overhaul", +"overhead", +"overhead_projector", +"overhead_railway", +"overheating", +"overindulgence", +"overkill", +"overlap", +"overlapping", +"overlay", +"overlayer", +"overlip", +"overload", +"overlook", +"overlord", +"overlordship", +"overmantel", +"overmuch", +"overmuchness", +"overnight_bag", +"overnight_case", +"overnighter", +"overpass", +"overpayment", +"overplus", +"overpopulation", +"overpressure", +"overprint", +"overproduction", +"overprotection", +"overrating", +"overreaction", +"overreckoning", +"overrefinement", +"override", +"overrun", +"overseas_cap", +"overseas_telegram", +"overseer", +"oversensitiveness", +"overshielding", +"overshoe", +"overshoot", +"oversight", +"oversimplification", +"overskirt", +"overspill", +"overstatement", +"overstrain", +"overstuffed_chair", +"oversupply", +"overt_operation", +"overtaking", +"overthrow", +"overthrust_fault", +"overtime", +"overtime_period", +"overtolerance", +"overtone", +"overture", +"overturn", +"overuse", +"overutilisation", +"overutilization", +"overvaluation", +"overview", +"overweight", +"overwork", +"overworking", +"ovibos", +"ovibos_moschatus", +"ovid", +"oviduct", +"oviedo", +"ovimbundu", +"ovipositor", +"oviraptorid", +"ovis", +"ovis_ammon", +"ovis_aries", +"ovis_canadensis", +"ovis_montana_dalli", +"ovis_musimon", +"ovis_poli", +"ovis_vignei", +"ovocon", +"ovoflavin", +"ovoid", +"ovolo", +"ovotestis", +"ovral", +"ovrette", +"ovulation", +"ovulation_method", +"ovulation_method_of_family_planning", +"ovule", +"ovulen", +"ovum", +"owen", +"owen_glendower", +"owen_wister", +"owens", +"owensboro", +"owl", +"owlclaws", +"owlet", +"owlet_moth", +"owlt", +"own_goal", +"own_right", +"owner", +"owner-driver", +"owner-occupier", +"ownership", +"ox", +"ox-eyed_daisy", +"oxacillin", +"oxalacetate", +"oxalacetic_acid", +"oxalate", +"oxalic_acid", +"oxalidaceae", +"oxalis", +"oxalis_acetosella", +"oxalis_caprina", +"oxalis_cernua", +"oxalis_corniculata", +"oxalis_crenata", +"oxalis_pes-caprae", +"oxalis_tuberosa", +"oxalis_violacea", +"oxaloacetate", +"oxaloacetic_acid", +"oxandra", +"oxandra_lanceolata", +"oxaprozin", +"oxazepam", +"oxblood_red", +"oxbow", +"oxbow_lake", +"oxbridge", +"oxcart", +"oxen", +"oxeye", +"oxeye_daisy", +"oxford", +"oxford_english", +"oxford_english_dictionary", +"oxford_gray", +"oxford_grey", +"oxford_movement", +"oxford_university", +"oxheart", +"oxheart_cherry", +"oxidant", +"oxidase", +"oxidation", +"oxidation-reduction", +"oxidation-reduction_indicator", +"oxidation_number", +"oxidation_state", +"oxidative_phosphorylation", +"oxide", +"oxidisation", +"oxidiser", +"oxidization", +"oxidized_ldl_cholesterol", +"oxidizer", +"oxidizing_agent", +"oxidoreductase", +"oxidoreduction", +"oxime", +"oximeter", +"oxlip", +"oxonian", +"oxtail", +"oxtail_soup", +"oxtant", +"oxtongue", +"oxyacetylene", +"oxyacetylene_torch", +"oxyacid", +"oxybelis", +"oxybenzene", +"oxybutyric_acid", +"oxycephaly", +"oxydendrum", +"oxydendrum_arboreum", +"oxygen", +"oxygen_acid", +"oxygen_debt", +"oxygen_deficit", +"oxygen_mask", +"oxygenase", +"oxygenation", +"oxyhaemoglobin", +"oxyhemoglobin", +"oxylebius", +"oxylebius_pictus", +"oxymoron", +"oxyopia", +"oxyphenbutazone", +"oxyphencyclimine", +"oxytetracycline", +"oxytetracycline_hydrochloride", +"oxytocic", +"oxytocic_drug", +"oxytocin", +"oxytone", +"oxytropis", +"oxytropis_lambertii", +"oxyura", +"oxyura_jamaicensis", +"oxyuranus", +"oxyuranus_scutellatus", +"oxyuridae", +"oyabun", +"oyster", +"oyster-fish", +"oyster_agaric", +"oyster_bank", +"oyster_bar", +"oyster_bed", +"oyster_catcher", +"oyster_crab", +"oyster_cracker", +"oyster_dressing", +"oyster_fish", +"oyster_fungus", +"oyster_mushroom", +"oyster_park", +"oyster_plant", +"oyster_shell", +"oyster_stew", +"oyster_stuffing", +"oystercatcher", +"oysterfish", +"oysters_rockefeller", +"oz.", +"ozaena", +"ozark_chinkapin", +"ozark_chinquapin", +"ozark_mountains", +"ozark_plateau", +"ozark_sundrops", +"ozarks", +"ozawa", +"ozena", +"ozocerite", +"ozokerite", +"ozone", +"ozone_hole", +"ozone_layer", +"ozone_sickness", +"ozonide", +"ozonium", +"ozonosphere", +"ozothamnus", +"ozothamnus_secundiflorus", +"p", +"p-n-p_transistor", +"p-n_junction", +"p-type_semiconductor", +"p._g._wodehouse", +"p._p._von_mauser", +"p._t._barnum", +"p.a.", +"p.a._system", +"p.e.", +"p.o.", +"p/e_ratio", +"pa", +"pa'anga", +"pa_system", +"paba", +"pabir", +"pablo_casals", +"pablo_neruda", +"pablo_picasso", +"pablum", +"pabulum", +"pac", +"pac-man_strategy", +"paca", +"pace", +"pace_car", +"pace_lap", +"pacemaker", +"pacer", +"pacesetter", +"pacha", +"pachinko", +"pachisi", +"pachouli", +"pachuco", +"pachycephala", +"pachycephalosaur", +"pachycephalosaurus", +"pachycheilia", +"pachyderm", +"pachyderma", +"pachyrhizus", +"pachyrhizus_erosus", +"pachyrhizus_tuberosus", +"pachysandra", +"pachysandra_procumbens", +"pachysandra_terminalis", +"pachytene", +"pacific", +"pacific_bonito", +"pacific_bottlenose_dolphin", +"pacific_coast", +"pacific_cod", +"pacific_giant_salamander", +"pacific_halibut", +"pacific_hemlock", +"pacific_herring", +"pacific_newt", +"pacific_northwest", +"pacific_ocean", +"pacific_plum", +"pacific_ridley", +"pacific_sardine", +"pacific_silver_fir", +"pacific_spiny_dogfish", +"pacific_standard_time", +"pacific_sturgeon", +"pacific_time", +"pacific_tree_toad", +"pacific_tripletail", +"pacific_walrus", +"pacific_yew", +"pacification", +"pacificism", +"pacificist", +"pacifier", +"pacifism", +"pacifist", +"pacing", +"pacinian_corpuscle", +"pack", +"pack_animal", +"pack_ice", +"pack_of_cards", +"pack_rat", +"pack_riding", +"pack_tent", +"package", +"package_bomb", +"package_holiday", +"package_store", +"package_tour", +"packaged_goods", +"packaging", +"packaging_company", +"packaging_concern", +"packed_cell_volume", +"packed_cells", +"packer", +"packera", +"packera_aurea", +"packet", +"packet_boat", +"packhorse", +"packing", +"packing_box", +"packing_case", +"packing_material", +"packing_needle", +"packing_nut", +"packing_plant", +"packinghouse", +"packman", +"packrat", +"packsack", +"packsaddle", +"packthread", +"pact", +"pad", +"pad_of_paper", +"padauk", +"padda", +"padda_oryzivora", +"padder", +"padding", +"paddle", +"paddle-box", +"paddle-wheeler", +"paddle_box", +"paddle_steamer", +"paddle_wheel", +"paddlefish", +"paddler", +"paddlewheel", +"paddock", +"paddy", +"paddy_field", +"paddy_wagon", +"paddymelon", +"pademelon", +"paderewski", +"padlock", +"padouk", +"padova", +"padre", +"padrone", +"padua", +"paducah", +"paean", +"paederast", +"paederasty", +"paediatrician", +"paediatrics", +"paedophile", +"paedophilia", +"paella", +"paeonia", +"paeoniaceae", +"paeony", +"pagad", +"pagan", +"pagan_religion", +"paganini", +"paganism", +"page", +"page-at-a-time_printer", +"page_number", +"page_printer", +"pageant", +"pageantry", +"pageboy", +"pagellus", +"pagellus_centrodontus", +"pager", +"paget", +"paget's_disease", +"pagination", +"paging", +"pago_pago", +"pagoda", +"pagoda_tree", +"pagophila", +"pagophila_eburnea", +"pagophilus", +"pagophilus_groenlandicus", +"pagrus", +"pagrus_pagrus", +"paguridae", +"pagurus", +"pahautea", +"pahlavi", +"pahlevi", +"pahoehoe", +"paid_vacation", +"paige", +"paigle", +"pail", +"pailful", +"paillasse", +"pain", +"pain_in_the_ass", +"pain_in_the_neck", +"pain_pill", +"pain_sensation", +"pain_threshold", +"pain_unit", +"paine", +"painful_sensation", +"painfulness", +"painkiller", +"pains", +"painstakingness", +"paint", +"paint_leaf", +"paint_roller", +"paintball", +"paintball_gun", +"paintbox", +"paintbrush", +"painted-leaf_begonia", +"painted_beauty", +"painted_cup", +"painted_daisy", +"painted_desert", +"painted_greenling", +"painted_leaf", +"painted_nettle", +"painted_sandgrouse", +"painted_terrapin", +"painted_tongue", +"painted_tortoise", +"painted_turtle", +"painter", +"painter's_colic", +"painting", +"pair", +"pair_creation", +"pair_formation", +"pair_of_pincers", +"pair_of_pliers", +"pair_of_scissors", +"pair_of_tongs", +"pair_of_tweezers", +"pair_of_virginals", +"pair_production", +"pairing", +"paisa", +"paisley", +"paiute", +"paiwanic", +"pajama", +"pak_choi", +"pakchoi", +"pakistan", +"pakistani", +"pakistani_monetary_unit", +"pakistani_rupee", +"pal", +"palace", +"palace_car", +"palace_of_versailles", +"paladin", +"palaeencephalon", +"palaemon", +"palaemon_australis", +"palaemonidae", +"palaeoanthropology", +"palaeobiology", +"palaeobotany", +"palaeoclimatology", +"palaeodendrology", +"palaeoecology", +"palaeoethnography", +"palaeogeography", +"palaeogeology", +"palaeolithic", +"palaeology", +"palaeontologist", +"palaeontology", +"palaeopathology", +"palaeornithology", +"palaeozoology", +"palaestra", +"palaetiology", +"palaic", +"palankeen", +"palanquin", +"palaquium", +"palaquium_gutta", +"palas", +"palatability", +"palatableness", +"palatal", +"palate", +"palatinate", +"palatine", +"palatine_artery", +"palatine_bone", +"palatine_raphe", +"palatine_tonsil", +"palatine_vein", +"palatopharyngoplasty", +"palau", +"palau_islands", +"palaver", +"pale", +"pale_ale", +"pale_chrysanthemum_aphid", +"pale_coral_root", +"pale_violet", +"pale_yellow", +"paleacrita", +"paleacrita_vernata", +"paleencephalon", +"paleface", +"paleness", +"paleo-american", +"paleo-american_culture", +"paleo-amerind", +"paleo-amerind_culture", +"paleo-indian", +"paleo-indian_culture", +"paleoanthropology", +"paleobiology", +"paleobotany", +"paleocene", +"paleocene_epoch", +"paleocerebellum", +"paleoclimatology", +"paleocortex", +"paleodendrology", +"paleoecology", +"paleoencephalon", +"paleoethnography", +"paleogeography", +"paleogeology", +"paleographer", +"paleographist", +"paleography", +"paleolith", +"paleolithic", +"paleolithic_age", +"paleology", +"paleomammalogy", +"paleontologist", +"paleontology", +"paleopathology", +"paleornithology", +"paleostriatum", +"paleozoic", +"paleozoic_era", +"paleozoology", +"palermo", +"palestine", +"palestine_authority", +"palestine_islamic_jihad", +"palestine_liberation_front", +"palestine_liberation_organization", +"palestine_national_authority", +"palestinian", +"palestinian_arab", +"palestinian_hizballah", +"palestinian_islamic_jihad", +"palestinian_national_authority", +"palestra", +"palestrina", +"paletiology", +"palette", +"palette_knife", +"palfrey", +"palgrave", +"pali", +"palilalia", +"palimony", +"palimpsest", +"palindrome", +"paling", +"palingenesis", +"palinuridae", +"palinurus", +"palisade", +"paliurus", +"paliurus_spina-christi", +"pall", +"pall-mall", +"pall_mall", +"palladio", +"palladium", +"pallas", +"pallas's_cat", +"pallas's_sandgrouse", +"pallas_athena", +"pallas_athene", +"pallasite", +"pallbearer", +"pallet", +"pallette", +"palliasse", +"palliation", +"palliative", +"pallid_bat", +"pallidity", +"pallidness", +"pallidum", +"pallium", +"pallone", +"pallor", +"palm", +"palm_beach", +"palm_cat", +"palm_civet", +"palm_family", +"palm_kernel", +"palm_nut", +"palm_oil", +"palm_reading", +"palm_sunday", +"palm_tree", +"palma_christ", +"palma_christi", +"palmaceae", +"palmae", +"palmales", +"palmate_leaf", +"palmature", +"palmer", +"palmer_peninsula", +"palmetto", +"palmetto_state", +"palmist", +"palmister", +"palmistry", +"palmitic_acid", +"palmitin", +"palmyra", +"palmyra_palm", +"palo_alto", +"palo_santo", +"palo_verde", +"palometa", +"palometa_simillima", +"palomino", +"palooka", +"paloverde", +"palpability", +"palpation", +"palpebra", +"palpebra_conjunctiva", +"palpebration", +"palpitation", +"palsgrave", +"palsy", +"paltering", +"paltriness", +"pamelor", +"pamir_mountains", +"pamlico", +"pampas", +"pampas_grass", +"pamperer", +"pampering", +"pamphlet", +"pamphleteer", +"pan", +"pan_american_day", +"pan_american_union", +"pan_gravy", +"pan_paniscus", +"pan_troglodytes", +"pan_troglodytes_schweinfurthii", +"pan_troglodytes_troglodytes", +"pan_troglodytes_verus", +"panacea", +"panache", +"panadol", +"panama", +"panama_canal", +"panama_canal_zone", +"panama_city", +"panama_hat", +"panama_redwood", +"panama_redwood_tree", +"panama_tree", +"panamanian", +"panamanian_capital", +"panamanian_monetary_unit", +"panamica", +"panamiga", +"panatela", +"panax", +"panax_ginseng", +"panax_pseudoginseng", +"panax_quinquefolius", +"panax_schinseng", +"pancake", +"pancake_batter", +"pancake_day", +"pancake_turner", +"pancake_turtle", +"pancarditis", +"panchayat", +"panchayet", +"panchen_lama", +"pancho_villa", +"panchromatic_film", +"pancreas", +"pancreatectomy", +"pancreatic_artery", +"pancreatic_cancer", +"pancreatic_duct", +"pancreatic_fibrosis", +"pancreatic_juice", +"pancreatic_vein", +"pancreatin", +"pancreatitis", +"pancytopenia", +"panda", +"panda_bear", +"panda_car", +"pandanaceae", +"pandanales", +"pandanus", +"pandanus_tectorius", +"pandar", +"pandean_pipe", +"pandemic", +"pandemonium", +"pander", +"panderer", +"pandiculation", +"pandion", +"pandion_haliaetus", +"pandionidae", +"pandora", +"pandora's_box", +"pandowdy", +"pandurate_leaf", +"panduriform_leaf", +"pane", +"pane_of_glass", +"panegyric", +"panegyrist", +"panel", +"panel_discussion", +"panel_heating", +"panel_light", +"panel_truck", +"paneling", +"panelist", +"panelling", +"panellist", +"panencephalitis", +"panetela", +"panetella", +"panfish", +"pang", +"panga", +"pangaea", +"pangea", +"pangloss", +"pango_pango", +"pangolin", +"panhandle", +"panhandler", +"panhysterectomy", +"panic", +"panic_attack", +"panic_button", +"panic_disorder", +"panic_grass", +"panicle", +"panicled_aster", +"panicum", +"panicum_capillare", +"panicum_miliaceum", +"panicum_texanum", +"panicum_virgatum", +"panini", +"panipat", +"panjabi", +"panjandrum", +"pannier", +"pannikin", +"panocha", +"panoche", +"panofsky", +"panonychus", +"panonychus_ulmi", +"panoply", +"panopticon", +"panorama", +"panoramic_sight", +"panoramic_view", +"panorpidae", +"panpipe", +"pansa", +"pansexual", +"pansinusitis", +"pansy", +"pansy_orchid", +"pansy_violet", +"pant", +"pant_leg", +"pantaloon", +"pantechnicon", +"pantheism", +"pantheist", +"pantheon", +"panther", +"panther_cat", +"panther_lily", +"panthera", +"panthera_leo", +"panthera_onca", +"panthera_pardus", +"panthera_tigris", +"panthera_uncia", +"pantie", +"pantile", +"panting", +"panto", +"pantograph", +"pantomime", +"pantomimer", +"pantomimist", +"pantothen", +"pantothenic_acid", +"pantotheria", +"pantry", +"pantryman", +"pants", +"pants_presser", +"pants_suit", +"pantsuit", +"panty", +"panty_girdle", +"pantyhose", +"pantywaist", +"panzer", +"paola_caliari", +"paolo_veronese", +"pap", +"pap_smear", +"pap_test", +"papa", +"papa_doc", +"papacy", +"papaia", +"papain", +"papal_bull", +"papal_cross", +"papal_infallibility", +"papal_nuncio", +"papal_states", +"papanicolaou_smear", +"papanicolaou_test", +"paparazzo", +"papaver", +"papaver_alpinum", +"papaver_argemone", +"papaver_californicum", +"papaver_heterophyllum", +"papaver_nudicaule", +"papaver_orientale", +"papaver_rhoeas", +"papaver_somniferum", +"papaveraceae", +"papaverales", +"papaverine", +"papaw", +"papaw_tree", +"papaya", +"papaya_family", +"papaya_juice", +"papaya_tree", +"papeete", +"paper", +"paper-back_book", +"paper-mache", +"paper-pusher", +"paper_bag", +"paper_birch", +"paper_chain", +"paper_chase", +"paper_chromatography", +"paper_clip", +"paper_cup", +"paper_currency", +"paper_cutter", +"paper_doll", +"paper_electrophoresis", +"paper_fastener", +"paper_feed", +"paper_flower", +"paper_gold", +"paper_knife", +"paper_loss", +"paper_mill", +"paper_money", +"paper_mulberry", +"paper_nautilus", +"paper_plant", +"paper_plate", +"paper_profit", +"paper_round", +"paper_route", +"paper_rush", +"paper_tape", +"paper_tiger", +"paper_towel", +"paper_toweling", +"paper_trail", +"paper_wasp", +"paper_white", +"paperback", +"paperback_book", +"paperbark_birch", +"paperboard", +"paperboy", +"paperclip", +"paperer", +"paperhanger", +"paperhanging", +"papering", +"paperknife", +"papermaking", +"papers", +"paperweight", +"paperwork", +"paphiopedilum", +"papier-mache", +"papilionaceae", +"papilionoideae", +"papilla", +"papillary_muscle", +"papillary_tumor", +"papillary_tumour", +"papilledema", +"papilloma", +"papillon", +"papio", +"papio_ursinus", +"papism", +"papist", +"papoose", +"papoose_root", +"papooseroot", +"papovavirus", +"pappa", +"pappataci_fever", +"pappoose", +"pappus", +"paprika", +"paprika_sauce", +"paprilus", +"paprilus_alepidotus", +"papua", +"papua_new_guinea", +"papuan", +"papuan_language", +"papuan_monetary_unit", +"papule", +"papulovesicle", +"papyrus", +"par", +"par_value", +"para", +"para_aminobenzoic_acid", +"para_i", +"para_river", +"para_rubber", +"para_rubber_tree", +"parable", +"parabola", +"parabolic_geometry", +"parabolic_mirror", +"parabolic_reflector", +"paraboloid", +"paraboloid_reflector", +"paracelsus", +"paracentesis", +"paracentral_scotoma", +"paracervical_block", +"paracheirodon", +"paracheirodon_axelrodi", +"parachute", +"parachute_jumper", +"parachuter", +"parachuting", +"parachutist", +"paraclete", +"paracosm", +"parade", +"parade_ground", +"parader", +"paradiddle", +"paradigm", +"paradisaeidae", +"paradise", +"paradise_flower", +"paradise_tree", +"paradisea_liliastrum", +"paradox", +"paradoxical_sleep", +"paradoxurus", +"paraduodenal_smear", +"paraesthesia", +"paraffin", +"paraffin_oil", +"paraffin_scale", +"paraffin_series", +"paraffin_wax", +"parafovea", +"paragliding", +"paragon", +"paragonite", +"paragraph", +"paragrapher", +"paraguay", +"paraguay_tea", +"paraguayan", +"paraguayan_monetary_unit", +"parainfluenza_virus", +"parakeet", +"paralanguage", +"paraldehyde", +"paralegal", +"paraleipsis", +"paralepsis", +"paralichthys", +"paralichthys_dentatus", +"paralichthys_lethostigmus", +"paralinguistic_communication", +"paralipomenon", +"paralipsis", +"paralithodes", +"paralithodes_camtschatica", +"parallax", +"parallel", +"parallel-veined_leaf", +"parallel_axiom", +"parallel_bars", +"parallel_circuit", +"parallel_interface", +"parallel_lives", +"parallel_of_latitude", +"parallel_operation", +"parallel_port", +"parallel_processing", +"parallelepiped", +"parallelepipedon", +"parallelism", +"parallelogram", +"parallelopiped", +"parallelopipedon", +"paralogism", +"paralysis", +"paralysis_agitans", +"paralytic", +"paralytic_abasia", +"paramagnet", +"paramagnetism", +"paramaribo", +"paramecia", +"paramecium", +"paramedic", +"paramedical", +"parameter", +"parametric_quantity", +"parametric_statistic", +"parametritis", +"paramilitary", +"paramilitary_force", +"paramilitary_organisation", +"paramilitary_organization", +"paramilitary_unit", +"paramnesia", +"paramount_issue", +"paramountcy", +"paramour", +"paramyxovirus", +"parana", +"parana_river", +"paranasal_sinus", +"parang", +"paranoia", +"paranoiac", +"paranoic_type_schizophrenia", +"paranoid", +"paranoid_schizophrenia", +"paranthias", +"paranthias_furcifer", +"paranthropus", +"paraparesis", +"parapet", +"paraph", +"paraphernalia", +"paraphilia", +"paraphrase", +"paraphrasis", +"paraphrenia", +"paraphrenic_schizophrenia", +"paraphysis", +"paraplegia", +"paraplegic", +"parapodium", +"parapraxis", +"paraprofessional", +"parapsychologist", +"parapsychology", +"paraquat", +"paraquat_poisoning", +"paraquet", +"parasail", +"parasailing", +"parascalops", +"parascalops_breweri", +"parashurama", +"parasitaemia", +"parasitaxus", +"parasitaxus_ustus", +"parasite", +"parasite_yew", +"parasitemia", +"parasitic_jaeger", +"parasitic_plant", +"parasitic_worm", +"parasitism", +"parasol", +"parasol_mushroom", +"parasympathetic", +"parasympathetic_nervous_system", +"parathelypteris", +"parathelypteris_novae-boracensis", +"parathelypteris_simulata", +"parathion", +"parathion_poisoning", +"parathormone", +"parathyroid", +"parathyroid_gland", +"parathyroid_hormone", +"paratrooper", +"paratroops", +"paratyphoid", +"paratyphoid_fever", +"paraumbilical_vein", +"parazoa", +"parazoan", +"parcae", +"parcel", +"parcel_bomb", +"parcel_of_land", +"parcel_post", +"parceling", +"parcellation", +"parcelling", +"parcheesi", +"parchesi", +"parchisi", +"parchment", +"pardner", +"pardon", +"pardoner", +"paregmenon", +"paregoric", +"parenchyma", +"parent", +"parentage", +"parental_quality", +"parenthesis", +"parenthesis-free_notation", +"parenthetical", +"parenthetical_expression", +"parenthood", +"parer", +"paresis", +"paresthesia", +"paretic", +"pareto", +"parfait", +"parfait_glass", +"parget", +"pargeting", +"pargetry", +"pargetting", +"parhelic_circle", +"parhelic_ring", +"parhelion", +"pari-mutuel_machine", +"pariah", +"pariah_dog", +"paridae", +"paries", +"parietal_bone", +"parietal_cortex", +"parietal_gyrus", +"parietal_lobe", +"parietal_pericardium", +"parietal_placentation", +"parietal_pleura", +"parietales", +"parietaria", +"parietaria_difussa", +"parieto-occipital_fissure", +"parieto-occipital_sulcus", +"parietomastoid_suture", +"parimutuel", +"paring", +"paring_knife", +"paris", +"paris_daisy", +"paris_green", +"paris_quadrifolia", +"paris_university", +"parish", +"parishioner", +"parisian", +"parisienne", +"parisology", +"parity", +"parity_bit", +"parity_check", +"parjanya", +"parji", +"park", +"park_ave.", +"park_avenue", +"park_bench", +"park_commissioner", +"parka", +"parka_squirrel", +"parker", +"parker_house_roll", +"parkeriaceae", +"parkersburg", +"parkia", +"parkia_javanica", +"parking", +"parking_area", +"parking_brake", +"parking_lot", +"parking_meter", +"parking_space", +"parking_ticket", +"parking_zone", +"parkinson", +"parkinson's", +"parkinson's_disease", +"parkinson's_law", +"parkinson's_syndrome", +"parkinsonia", +"parkinsonia_aculeata", +"parkinsonia_florida", +"parkinsonism", +"parkland", +"parks", +"parkway", +"parlance", +"parlay", +"parley", +"parliament", +"parliamentarian", +"parliamentary_agent", +"parliamentary_democracy", +"parliamentary_law", +"parliamentary_monarchy", +"parliamentary_procedure", +"parlor", +"parlor_car", +"parlor_game", +"parlor_grand", +"parlor_grand_piano", +"parlormaid", +"parlour", +"parlour_car", +"parlour_game", +"parlour_grand", +"parlour_grand_piano", +"parlourmaid", +"parmelia", +"parmeliaceae", +"parmenides", +"parmesan", +"parnahiba", +"parnaiba", +"parnassia", +"parnassia_fimbriata", +"parnassia_palustris", +"parnassus", +"parnell", +"parochetus", +"parochetus_communis", +"parochial_school", +"parochialism", +"parodist", +"parody", +"parol_evidence_rule", +"parole", +"parolee", +"paronomasia", +"paronychia", +"parophrys", +"parophrys_vitulus", +"paroquet", +"parosamia", +"parotid_gland", +"parotid_vein", +"parotitis", +"parousia", +"paroxetime", +"paroxysm", +"paroxysmal_trepidant_abasia", +"paroxytone", +"parquet", +"parquet_circle", +"parquet_floor", +"parqueterie", +"parquetry", +"parr", +"parrakeet", +"parricide", +"parrish", +"parroket", +"parroquet", +"parrot", +"parrot's_beak", +"parrot's_bill", +"parrot_disease", +"parrot_fever", +"parrotfish", +"parrotia", +"parrotiopsis", +"parry", +"parry's_penstemon", +"parry's_pinyon", +"parry_manzanita", +"pars_anterior", +"pars_distilis", +"pars_intermedia", +"pars_nervosa", +"parsec", +"parsee", +"parseeism", +"parser", +"parsi", +"parsiism", +"parsimoniousness", +"parsimony", +"parsley", +"parsley-leaved_thorn", +"parsley_haw", +"parsnip", +"parson", +"parson's_nose", +"parsonage", +"parsons", +"parsons_table", +"part", +"part-of-speech_tagger", +"part-owner", +"part-singing", +"part-timer", +"part_music", +"part_name", +"part_of_speech", +"part_to_whole_relation", +"partaker", +"parted_leaf", +"parterre", +"parthenium", +"parthenium_argentatum", +"parthenium_hysterophorus", +"parthenium_integrifolium", +"parthenocarpy", +"parthenocissus", +"parthenocissus_quinquefolia", +"parthenocissus_tricuspidata", +"parthenogenesis", +"parthenogeny", +"parthenon", +"parthenote", +"parthia", +"parthian", +"parti_pris", +"partial", +"partial_abortion", +"partial_breach", +"partial_correlation", +"partial_denture", +"partial_derivative", +"partial_differential_equation", +"partial_eclipse", +"partial_tone", +"partial_veil", +"partial_verdict", +"partiality", +"partialness", +"participant", +"participant_role", +"participation", +"participation_financing", +"participation_loan", +"participial", +"participle", +"particle", +"particle_accelerator", +"particle_beam", +"particle_board", +"particle_detector", +"particle_physics", +"particolored_buckeye", +"particular", +"particular_baptist", +"particular_date", +"particular_proposition", +"particularisation", +"particularism", +"particularity", +"particularization", +"particulate", +"particulate_matter", +"particulate_radiation", +"parting", +"partisan", +"partisanship", +"partita", +"partition", +"partitioning", +"partitionist", +"partitive", +"partiya_karkeran_kurdistan", +"partizan", +"partner", +"partner_in_crime", +"partner_relation", +"partnership", +"partnership_certificate", +"partridge", +"partridge_pea", +"partridgeberry", +"parts", +"parts_bin", +"parts_catalog", +"parts_catalogue", +"parts_department", +"parts_inventory", +"partsong", +"parturiency", +"parturition", +"party", +"party_boss", +"party_favor", +"party_favour", +"party_game", +"party_girl", +"party_line", +"party_liner", +"party_man", +"party_of_democratic_kampuchea", +"party_of_god", +"party_pooper", +"party_spirit", +"party_to_the_action", +"party_to_the_transaction", +"party_wall", +"party_whip", +"partygoer", +"parula", +"parula_americana", +"parula_warbler", +"parulidae", +"parus", +"parus_atricapillus", +"parus_bicolor", +"parus_caeruleus", +"parus_carolinensis", +"parvati", +"parvenu", +"parvis", +"parvo", +"parvovirus", +"pas", +"pas_de_calais", +"pas_de_deux", +"pas_de_quatre", +"pas_de_trois", +"pas_seul", +"pasadena", +"pasang", +"pascal", +"pascal's_law", +"pascal's_law_of_fluid_pressures", +"pascal_celery", +"pascal_compiler", +"pasch", +"pascha", +"paschal_celery", +"paschal_lamb", +"paseo", +"pasha", +"pashto", +"pashtoon", +"pashtu", +"pashtun", +"pasigraphy", +"pasiphae", +"paso_doble", +"paspalum", +"paspalum_dilatatum", +"paspalum_distichum", +"paspalum_notatum", +"pasque_flower", +"pasqueflower", +"pasquinade", +"pass", +"pass-through", +"pass_catcher", +"pass_completion", +"pass_receiver", +"passado", +"passage", +"passageway", +"passamaquody", +"passbook", +"passbook_savings_account", +"passe-partout", +"passed_ball", +"passel", +"passementerie", +"passenger", +"passenger_car", +"passenger_pigeon", +"passenger_ship", +"passenger_train", +"passenger_van", +"passenger_vehicle", +"passer", +"passer-by", +"passer_domesticus", +"passer_montanus", +"passerby", +"passeres", +"passeridae", +"passeriform_bird", +"passeriformes", +"passerina", +"passerina_cyanea", +"passerine", +"passero", +"passero_cape", +"passiflora", +"passiflora_edulis", +"passiflora_foetida", +"passiflora_incarnata", +"passiflora_laurifolia", +"passiflora_ligularis", +"passiflora_maliformis", +"passiflora_mollissima", +"passiflora_quadrangularis", +"passifloraceae", +"passing", +"passing_comment", +"passing_game", +"passing_note", +"passing_play", +"passing_shot", +"passing_tone", +"passing_water", +"passion", +"passion_fruit", +"passion_of_christ", +"passion_play", +"passion_sunday", +"passion_week", +"passionateness", +"passionflower", +"passionflower_family", +"passionflower_vine", +"passive", +"passive_air_defense", +"passive_immunity", +"passive_matrix_display", +"passive_resistance", +"passive_resister", +"passive_source", +"passive_transport", +"passive_trust", +"passive_voice", +"passiveness", +"passivism", +"passivity", +"passkey", +"passover", +"passover_supper", +"passport", +"password", +"past", +"past_master", +"past_participle", +"past_perfect", +"past_perfect_tense", +"past_progressive", +"past_progressive_tense", +"past_tense", +"past_times", +"pasta", +"pasta_salad", +"pasta_sauce", +"paste", +"paste-up", +"pasteboard", +"pastel", +"paster", +"pastern", +"pasternak", +"pasteur", +"pasteurellosis", +"pasteurisation", +"pasteurization", +"pasteurized_milk", +"pastiche", +"pastil", +"pastille", +"pastime", +"pastinaca", +"pastinaca_sativa", +"pastis", +"pastness", +"pasto", +"pastor", +"pastor_roseus", +"pastor_sturnus", +"pastoral", +"pastorale", +"pastorate", +"pastorship", +"pastrami", +"pastry", +"pastry_cart", +"pastry_cook", +"pastry_dough", +"pasturage", +"pasture", +"pasture_brake", +"pastureland", +"pasty", +"pat", +"pataca", +"patagonia", +"patagonian_desert", +"patas", +"patavium", +"patch", +"patch_pocket", +"patch_test", +"patchboard", +"patchcord", +"patchiness", +"patching", +"patchouli", +"patchouly", +"patchwork", +"patchwork_quilt", +"pate", +"pate_a_choux", +"pate_de_foie_gras", +"pate_feuillete", +"patella", +"patella_vulgata", +"patellar_reflex", +"patellidae", +"patency", +"patent", +"patent_and_trademark_office_database", +"patent_application", +"patent_ductus_arteriosus", +"patent_infringement", +"patent_law", +"patent_leather", +"patent_log", +"patent_medicine", +"patent_of_invention", +"patent_office", +"patent_right", +"patent_system", +"patentee", +"pater", +"paterfamilias", +"paternal_quality", +"paternalism", +"paternity", +"paternity_suit", +"paternity_test", +"paternoster", +"paterson", +"path", +"path_of_least_resistance", +"pathan", +"pathetic_fallacy", +"pathfinder", +"pathogen", +"pathogenesis", +"pathologic_process", +"pathological_process", +"pathological_state", +"pathologist", +"pathology", +"pathos", +"pathway", +"patience", +"patient", +"patient_role", +"patina", +"patio", +"patisserie", +"patka", +"patness", +"patois", +"paton", +"patrai", +"patras", +"patrial", +"patriarch", +"patriarchal_cross", +"patriarchate", +"patriarchy", +"patrician", +"patricide", +"patrick", +"patrick_henry", +"patrick_victor_martindale_white", +"patrick_white", +"patrikin", +"patrilineage", +"patrilineal_kin", +"patrilineal_sib", +"patrimony", +"patriot", +"patriot's_day", +"patrioteer", +"patriotism", +"patrisib", +"patristics", +"patroclus", +"patrol", +"patrol_boat", +"patrol_car", +"patrol_ship", +"patrol_wagon", +"patroller", +"patrolman", +"patrology", +"patron", +"patron_saint", +"patronage", +"patroness", +"patronne", +"patronym", +"patronymic", +"patsy", +"patten", +"patter", +"pattern", +"patterned_advance", +"patternmaker", +"patty", +"patty-pan", +"patty_shell", +"pattypan_squash", +"patwin", +"patzer", +"paucity", +"paul", +"paul_adrien_maurice_dirac", +"paul_bunyan", +"paul_bustill_robeson", +"paul_cezanne", +"paul_dukas", +"paul_ehrlich", +"paul_gauguin", +"paul_hermann_muller", +"paul_heyse", +"paul_hindemith", +"paul_iii", +"paul_johann_ludwig_von_heyse", +"paul_johannes_tillich", +"paul_john_flory", +"paul_joseph_goebbels", +"paul_klee", +"paul_leonard_newman", +"paul_ludwig_von_beneckendorff_und_von_hindenburg", +"paul_mccartney", +"paul_newman", +"paul_revere", +"paul_robeson", +"paul_simon", +"paul_the_apostle", +"paul_tillich", +"paul_verlaine", +"paul_vernier", +"paul_vi", +"paul_von_hindenburg", +"pauli", +"pauli_exclusion_principle", +"pauling", +"paulo_afonso", +"paulo_afonso_falls", +"paumotu_archipelago", +"paunch", +"paunchiness", +"pauper", +"pauperisation", +"pauperism", +"pauperization", +"pauropoda", +"pause", +"pavage", +"pavan", +"pavane", +"pavarotti", +"pave", +"paved_surface", +"pavement", +"pavement_artist", +"pavilion", +"paving", +"paving_machine", +"paving_material", +"paving_stone", +"pavior", +"paviour", +"pavis", +"pavise", +"pavlov", +"pavlova", +"pavo", +"pavo_cristatus", +"pavo_muticus", +"pavonia", +"pavor_nocturnus", +"paw", +"pawer", +"pawl", +"pawn", +"pawn_ticket", +"pawnbroker", +"pawnbroker's_shop", +"pawnee", +"pawnshop", +"pawpaw", +"pax", +"pax_romana", +"paxil", +"paxto", +"paxton", +"pay", +"pay-phone", +"pay-station", +"pay_as_you_earn", +"pay_claim", +"pay_cut", +"pay_dirt", +"pay_envelope", +"pay_packet", +"pay_rate", +"payable", +"payables", +"payback", +"paycheck", +"payday", +"paye", +"payee", +"payena", +"payer", +"paygrade", +"paying_attention", +"paying_back", +"payload", +"paymaster", +"payment", +"payment_rate", +"payne's_gray", +"payne's_grey", +"paynim", +"payoff", +"payola", +"payroll", +"payroll_check", +"payroll_department", +"pays_de_la_loire", +"paysheet", +"payslip", +"pb", +"pbit", +"pbs", +"pc", +"pc_board", +"pcp", +"pct", +"pd", +"pda", +"pdflp", +"pdl", +"pe", +"pe-tsai", +"pea", +"pea-chick", +"pea-souper", +"pea_bean", +"pea_crab", +"pea_family", +"pea_flour", +"pea_green", +"pea_jacket", +"pea_plant", +"pea_pod", +"pea_shooter", +"pea_soup", +"pea_tree", +"pea_weevil", +"peabody", +"peace", +"peace_advocacy", +"peace_corps", +"peace_garden_state", +"peace_initiative", +"peace_lily", +"peace_march", +"peace_of_mind", +"peace_of_westphalia", +"peace_offering", +"peace_officer", +"peace_pipe", +"peace_process", +"peace_treaty", +"peaceableness", +"peacefulness", +"peacekeeper", +"peacekeeping", +"peacekeeping_mission", +"peacekeeping_operation", +"peacemaker", +"peacenik", +"peacetime", +"peach", +"peach-leaved_willow", +"peach-wood", +"peach_bell", +"peach_bells", +"peach_blight", +"peach_ice_cream", +"peach_melba", +"peach_orchard", +"peach_pit", +"peach_sauce", +"peach_state", +"peach_tree", +"peachick", +"peachleaf_willow", +"peachwood", +"peacoat", +"peacock", +"peacock-throne", +"peacock_blue", +"peacock_butterfly", +"peacock_flower", +"peacock_flower_fence", +"peacock_ore", +"peafowl", +"peag", +"peahen", +"peak", +"peak_season", +"peaked_cap", +"peal", +"pealing", +"pean", +"peanut", +"peanut_bar", +"peanut_brittle", +"peanut_butter", +"peanut_gallery", +"peanut_oil", +"peanut_vine", +"peanut_worm", +"peanuts", +"pear", +"pear_blight", +"pear_haw", +"pear_hawthorn", +"pear_tree", +"pearl", +"pearl-fish", +"pearl-weed", +"pearl_ash", +"pearl_bailey", +"pearl_barley", +"pearl_buck", +"pearl_diver", +"pearl_fishery", +"pearl_harbor", +"pearl_hominy", +"pearl_mae_bailey", +"pearl_millet", +"pearl_oyster", +"pearl_river", +"pearl_sago", +"pearl_sydenstricker_buck", +"pearler", +"pearlfish", +"pearlite", +"pearlweed", +"pearlwort", +"pearly", +"pearly-shelled_mussel", +"pearly_everlasting", +"pearly_nautilus", +"pearly_razorfish", +"pearmain", +"pearson_product-moment_correlation_coefficient", +"peary", +"peasant", +"peasant's_revolt", +"peasanthood", +"peasantry", +"pease_pudding", +"peasecod", +"peat", +"peat_bog", +"peat_moss", +"peavey", +"peavy", +"peba", +"pebble", +"pebble_plant", +"pebibit", +"pebibyte", +"pecan", +"pecan_pie", +"pecan_tree", +"peccadillo", +"peccari_angulatus", +"peccary", +"peck", +"pecker", +"peckerwood", +"pecking_order", +"pecopteris", +"pecos", +"pecos_river", +"pecs", +"pecten_irradians", +"pecten_magellanicus", +"pectic_acid", +"pectin", +"pectinibranchia", +"pectinidae", +"pectoral", +"pectoral_arch", +"pectoral_fin", +"pectoral_girdle", +"pectoral_medallion", +"pectoral_muscle", +"pectoral_sandpiper", +"pectoral_vein", +"pectoralis", +"pectoralis_major", +"pectoralis_minor", +"pectus", +"peculation", +"peculator", +"peculiar_velocity", +"peculiarity", +"pecuniary_resource", +"pedagog", +"pedagogics", +"pedagogue", +"pedagogy", +"pedal", +"pedal_extremity", +"pedal_point", +"pedal_pusher", +"pedaler", +"pedaliaceae", +"pedaller", +"pedant", +"pedantry", +"pedate_leaf", +"peddler", +"peddling", +"pederast", +"pederasty", +"pedesis", +"pedestal", +"pedestal_table", +"pedestrian", +"pedestrian_bridge", +"pedestrian_crossing", +"pedestrian_traffic", +"pediamycin", +"pediapred", +"pediatric_medicine", +"pediatrician", +"pediatrics", +"pediatrist", +"pedicab", +"pedicel", +"pedicle", +"pediculati", +"pediculicide", +"pediculidae", +"pediculosis", +"pediculosis_capitis", +"pediculosis_corporis", +"pediculosis_pubis", +"pediculus", +"pediculus_capitis", +"pediculus_corporis", +"pediculus_humanus", +"pedicure", +"pedigree", +"pedilanthus", +"pedilanthus_bracteatus", +"pedilanthus_pavonis", +"pedilanthus_tithymaloides", +"pediment", +"pediocactus", +"pediocactus_knowltonii", +"pedioecetes", +"pedioecetes_phasianellus", +"pedionomus", +"pedionomus_torquatus", +"pedipalpi", +"pedlar", +"pedodontist", +"pedology", +"pedometer", +"pedophile", +"pedophilia", +"pedro_calderon_de_la_barca", +"peduncle", +"pedunculate_oak", +"pedunculated_polyp", +"pedwood", +"pee", +"pee_dee", +"pee_dee_river", +"peeing", +"peek", +"peekaboo", +"peel", +"peeler", +"peeling", +"peen", +"peep", +"peep_sight", +"peeper", +"peephole", +"peeping_tom", +"peepshow", +"peepul", +"peer", +"peer_group", +"peer_of_the_realm", +"peerage", +"peeress", +"peeve", +"peevishness", +"peewee", +"peewit", +"peg", +"peg_top", +"pegasus", +"pegboard", +"pegleg", +"pegmatite", +"pehlevi", +"pei", +"peignoir", +"peiping", +"peirce", +"peireskia", +"pekan", +"peke", +"pekinese", +"peking", +"peking_man", +"pekingese", +"pekoe", +"pel", +"pelage", +"pelagianism", +"pelagic_bird", +"pelagius", +"pelargonium", +"pelargonium_graveolens", +"pelargonium_hortorum", +"pelargonium_limoneum", +"pelargonium_odoratissimum", +"pelargonium_peltatum", +"pelecanidae", +"pelecaniform_seabird", +"pelecaniformes", +"pelecanoididae", +"pelecanus", +"pelecanus_erythrorhynchos", +"pelecanus_onocrotalus", +"pelecypod", +"peleus", +"pelew", +"pelf", +"pelham", +"pelham_grenville_wodehouse", +"pelican", +"pelican_crossing", +"pelican_state", +"peliosis", +"pelisse", +"pellaea", +"pellaea_andromedifolia", +"pellaea_atropurpurea", +"pellaea_mucronata", +"pellaea_ornithopus", +"pellaea_rotundifolia", +"pellagra", +"pellet", +"pellicle", +"pellicularia", +"pellicularia_filamentosa", +"pellicularia_koleroga", +"pellitory", +"pellitory-of-spain", +"pellitory-of-the-wall", +"pellucidity", +"pellucidness", +"pelmet", +"pelobatidae", +"peloponnese", +"peloponnesian_peninsula", +"peloponnesian_war", +"peloponnesus", +"pelota", +"pelt", +"peltandra", +"peltandra_virginica", +"peltate_leaf", +"pelter", +"pelting", +"peltiphyllum", +"peltiphyllum_peltatum", +"peludo", +"pelvic_arch", +"pelvic_cavity", +"pelvic_fin", +"pelvic_girdle", +"pelvic_inflammatory_disease", +"pelvimeter", +"pelvimetry", +"pelvis", +"pelycosaur", +"pelycosauria", +"pembroke", +"pembroke_welsh_corgi", +"pemican", +"pemmican", +"pempheridae", +"pemphigus", +"pen", +"pen-and-ink", +"pen-friend", +"pen-tail", +"pen-tailed_tree_shrew", +"pen_name", +"pen_nib", +"pen_pal", +"penal_code", +"penal_colony", +"penal_facility", +"penal_institution", +"penalisation", +"penalization", +"penalty", +"penalty_box", +"penalty_free_throw", +"penance", +"penchant", +"pencil", +"pencil_box", +"pencil_case", +"pencil_cedar", +"pencil_cedar_tree", +"pencil_eraser", +"pencil_lead", +"pencil_pusher", +"pencil_sharpener", +"pendant", +"pendant_earring", +"pendent", +"pendragon", +"pendulum", +"pendulum_clock", +"pendulum_watch", +"peneidae", +"penelope", +"peneplain", +"peneplane", +"penetrability", +"penetralia", +"penetrating_injury", +"penetrating_trauma", +"penetration", +"penetration_bomb", +"penetrator", +"peneus", +"pengo", +"penguin", +"penicillamine", +"penicillin", +"penicillin-resistant_bacteria", +"penicillin_f", +"penicillin_g", +"penicillin_o", +"penicillin_v", +"penicillin_v_potassium", +"penicillinase", +"penicillinase-resistant_antibiotic", +"penicillium", +"penile_implant", +"peninsula", +"penis", +"penis_envy", +"penitence", +"penitent", +"penitentiary", +"penknife", +"penlight", +"penman", +"penmanship", +"penn", +"penn'orth", +"pennant", +"pennatula", +"pennatulidae", +"penne", +"penni", +"pennilessness", +"pennine_chain", +"pennines", +"penning", +"pennisetum", +"pennisetum_americanum", +"pennisetum_cenchroides", +"pennisetum_glaucum", +"pennisetum_ruppelii", +"pennisetum_setaceum", +"pennistum_villosum", +"pennon", +"pennoncel", +"pennoncelle", +"pennsylvania", +"pennsylvania_dutch", +"pennsylvanian", +"pennsylvanian_period", +"penny", +"penny-pinching", +"penny_ante", +"penny_ante_poker", +"penny_arcade", +"penny_bank", +"penny_dreadful", +"penny_grass", +"penny_pincher", +"penny_stock", +"pennycress", +"pennyroyal", +"pennyroyal_oil", +"pennyweight", +"pennywhistle", +"pennyworth", +"penobscot", +"penobscot_bay", +"penobscot_river", +"penoche", +"penologist", +"penology", +"penoncel", +"penpusher", +"pensacola", +"pension", +"pension_account", +"pension_fund", +"pension_plan", +"pensionary", +"pensioner", +"pensiveness", +"penstemon", +"penstemon_barbatus", +"penstemon_centranthifolius", +"penstemon_cyananthus", +"penstemon_davidsonii", +"penstemon_deustus", +"penstemon_dolius", +"penstemon_fruticosus", +"penstemon_linarioides", +"penstemon_newberryi", +"penstemon_palmeri", +"penstemon_parryi", +"penstemon_rupicola", +"penstemon_rydbergii", +"penstemon_serrulatus", +"penstemon_whippleanus", +"penstock", +"pentacle", +"pentad", +"pentaerythritol", +"pentagon", +"pentagon_gang", +"pentagram", +"pentahedron", +"pentail", +"pentameter", +"pentamethylenetetrazol", +"pentangle", +"pentanoic_acid", +"pentastomid", +"pentastomida", +"pentateuch", +"pentathlete", +"pentathlon", +"pentatone", +"pentatonic_scale", +"pentazocine", +"pentecost", +"pentecostal", +"pentecostal_religion", +"pentecostalism", +"pentecostalist", +"penthouse", +"pentimento", +"pentlandite", +"pentobarbital", +"pentobarbital_sodium", +"pentode", +"pentose", +"pentothal", +"pentoxide", +"pentoxifylline", +"pentylenetetrazol", +"penuche", +"penuchle", +"penult", +"penultima", +"penultimate", +"penumbra", +"penuriousness", +"penury", +"penutian", +"peon", +"peonage", +"peony", +"peony_family", +"people", +"people's_liberation_army", +"people's_mujahidin_of_iran", +"people's_party", +"people's_republic_of_bangladesh", +"people's_republic_of_china", +"people's_republican_army", +"people_against_gangsterism_and_drugs", +"people_in_power", +"people_of_color", +"people_of_colour", +"peoples", +"peoria", +"pep", +"pep_pill", +"pep_rally", +"pep_talk", +"pepcid", +"peperomia", +"peperomia_argyreia", +"peperomia_sandersii", +"pepin", +"pepin_iii", +"pepin_the_short", +"peplos", +"peplum", +"peplus", +"pepper", +"pepper-and-salt", +"pepper_box", +"pepper_bush", +"pepper_family", +"pepper_grass", +"pepper_grinder", +"pepper_mill", +"pepper_pot", +"pepper_root", +"pepper_sauce", +"pepper_shaker", +"pepper_shrub", +"pepper_spray", +"pepper_steak", +"pepper_tree", +"pepper_vine", +"peppercorn", +"peppercorn_rent", +"peppered_steak", +"pepperidge", +"pepperiness", +"peppermint", +"peppermint_candy", +"peppermint_gum", +"peppermint_oil", +"peppermint_patty", +"pepperoni", +"pepperoni_pizza", +"pepperwood", +"pepperwort", +"peppiness", +"pepsi", +"pepsi_cola", +"pepsin", +"pepsinogen", +"peptic_ulcer", +"peptic_ulceration", +"peptidase", +"peptide", +"peptide_bond", +"peptide_linkage", +"peptisation", +"peptization", +"pepto-bismal", +"peptone", +"pepys", +"per_capita_income", +"per_centum", +"per_diem", +"peradventure", +"perambulation", +"perambulator", +"peramelidae", +"perboric_acid", +"perca", +"perca_flavescens", +"perca_fluviatilis", +"percale", +"perceiver", +"percent", +"percent_sign", +"percentage", +"percentage_point", +"percentage_sign", +"percentile", +"percept", +"perceptibility", +"perception", +"perceptiveness", +"perceptivity", +"perceptual_constancy", +"perceptual_experience", +"perch", +"percher", +"percheron", +"perching_bird", +"perchlorate", +"perchloric_acid", +"perchloride", +"perchloromethane", +"percidae", +"perciformes", +"percina", +"percina_tanasi", +"percipient", +"percival_lowell", +"percoid", +"percoid_fish", +"percoidea", +"percoidean", +"percolate", +"percolation", +"percolator", +"percomorphi", +"percophidae", +"percussion", +"percussion_cap", +"percussion_instrument", +"percussion_section", +"percussionist", +"percussive_instrument", +"percussor", +"percy", +"percy_aldridge_grainger", +"percy_bysshe_shelley", +"percy_grainger", +"perdicidae", +"perdicinae", +"perdition", +"perdix", +"perdix_perdix", +"perdurability", +"pere_david's_deer", +"pere_jacques_marquette", +"peregrination", +"peregrine", +"peregrine_falcon", +"perejil", +"perennation", +"perennial", +"perennial_pea", +"perennial_ragweed", +"perennial_ryegrass", +"perennial_salt_marsh_aster", +"pereskia", +"pereskia_aculeata", +"perestroika", +"perfect", +"perfect_game", +"perfect_gas", +"perfect_participle", +"perfect_pitch", +"perfect_tense", +"perfecta", +"perfecter", +"perfectibility", +"perfection", +"perfectionism", +"perfectionist", +"perfective", +"perfective_aspect", +"perfective_tense", +"perfidiousness", +"perfidy", +"perfluorocarbon", +"perfoliate_leaf", +"perforated_eardrum", +"perforating_vein", +"perforation", +"performance", +"performance_bond", +"performance_capability", +"performer", +"performing", +"performing_artist", +"performing_arts", +"perfume", +"perfumer", +"perfumery", +"perfusion", +"pergamum", +"pergola", +"peri", +"periactin", +"perianth", +"periapsis", +"periarterial_plexus", +"periarteritis", +"periarteritis_nodosa", +"pericallis", +"pericallis_cruenta", +"pericallis_hybrida", +"pericardial_cavity", +"pericardial_sac", +"pericardial_space", +"pericardial_vein", +"pericarditis", +"pericardium", +"pericarp", +"pericementoclasia", +"periclase", +"pericles", +"peridinian", +"peridiniidae", +"peridinium", +"peridium", +"peridot", +"peridotite", +"perigee", +"perigon", +"perigone", +"perigonium", +"perihelion", +"perijove", +"peril", +"perilla", +"perilla_frutescens_crispa", +"perilousness", +"perilune", +"perilymph", +"perimeter", +"perimysium", +"perinatologist", +"perinatology", +"perineal_artery", +"perineotomy", +"perineum", +"perineurium", +"period", +"period_of_play", +"period_of_time", +"period_piece", +"periodic_acid", +"periodic_apnea_of_the_newborn", +"periodic_breathing", +"periodic_edema", +"periodic_event", +"periodic_law", +"periodic_motion", +"periodic_movement", +"periodic_sentence", +"periodic_table", +"periodical", +"periodical_cicada", +"periodicity", +"periodontal_disease", +"periodontia", +"periodontics", +"periodontist", +"periodontitis", +"periophthalmus", +"periosteum", +"peripatetic", +"peripateticism", +"peripatidae", +"peripatopsidae", +"peripatopsis", +"peripatus", +"peripeteia", +"peripetia", +"peripety", +"peripheral", +"peripheral_device", +"peripheral_nervous_system", +"peripheral_vision", +"periphery", +"periphrasis", +"periplaneta", +"periplaneta_americana", +"periplaneta_australasiae", +"periploca", +"periploca_graeca", +"periscope", +"periselene", +"perishability", +"perishable", +"perishableness", +"perisher", +"perisoreus", +"perisoreus_canadensis", +"perisoreus_canadensis_capitalis", +"perisperm", +"perissodactyl", +"perissodactyl_mammal", +"perissodactyla", +"peristalsis", +"peristediinae", +"peristedion", +"peristedion_miniatum", +"peristome", +"peristyle", +"perithecium", +"perithelium", +"peritoneal_cavity", +"peritoneal_inflammation", +"peritoneum", +"peritonitis", +"peritonsillar_abscess", +"peritrate", +"periwig", +"periwinkle", +"periwinkle_plant_derivative", +"perjurer", +"perjury", +"perk", +"perkiness", +"perleche", +"perm", +"permafrost", +"permalloy", +"permanence", +"permanency", +"permanent", +"permanent_injunction", +"permanent_magnet", +"permanent_press", +"permanent_tooth", +"permanent_wave", +"permanganate", +"permanganate_of_potash", +"permanganic_acid", +"permeability", +"permeableness", +"permeation", +"permian", +"permian_period", +"permic", +"permissibility", +"permission", +"permissive_waste", +"permissiveness", +"permit", +"permutability", +"permutableness", +"permutation", +"pernambuco", +"pernambuco_wood", +"pernicious_anaemia", +"pernicious_anemia", +"perniciousness", +"pernio", +"pernis", +"pernis_apivorus", +"pernod", +"pernyi_moth", +"perodicticus", +"perodicticus_potto", +"perognathus", +"perognathus_flavescens", +"perognathus_flavus", +"perognathus_hispidus", +"peromyscus", +"peromyscus_eremicus", +"peromyscus_gossypinus", +"peromyscus_leucopus", +"peromyscus_maniculatus", +"peron", +"peroneal_vein", +"peroneus", +"peronospora", +"peronospora_destructor", +"peronospora_hyoscyami", +"peronospora_tabacina", +"peronosporaceae", +"peronosporales", +"peroration", +"peroxidase", +"peroxide", +"peroxide_blond", +"peroxide_blonde", +"perpendicular", +"perpendicular_style", +"perpendicularity", +"perpetration", +"perpetrator", +"perpetual_calendar", +"perpetual_motion", +"perpetual_motion_machine", +"perpetual_warrant", +"perpetuation", +"perpetuity", +"perphenazine", +"perplexity", +"perquisite", +"perry", +"perry_mason", +"persea", +"persea_americana", +"persea_borbonia", +"persecution", +"persecutor", +"persephone", +"persepolis", +"perseus", +"perseverance", +"perseveration", +"pershing", +"persia", +"persian", +"persian_cat", +"persian_deity", +"persian_empire", +"persian_gulf", +"persian_gulf_illness", +"persian_gulf_war", +"persian_iris", +"persian_lamb", +"persian_lilac", +"persian_melon", +"persian_violet", +"persian_walnut", +"persiflage", +"persimmon", +"persimmon_tree", +"persistence", +"persistency", +"person", +"person_agreement", +"person_hour", +"person_of_color", +"person_of_colour", +"persona", +"persona_grata", +"persona_non_grata", +"personableness", +"personage", +"personal", +"personal_appeal", +"personal_business", +"personal_care", +"personal_chattel", +"personal_check", +"personal_cheque", +"personal_computer", +"personal_credit_line", +"personal_digital_assistant", +"personal_effects", +"personal_equation", +"personal_estate", +"personal_expense", +"personal_foul", +"personal_identification_number", +"personal_identity", +"personal_income", +"personal_judgement", +"personal_judgment", +"personal_letter", +"personal_line_of_credit", +"personal_loan", +"personal_magnetism", +"personal_manner", +"personal_matters", +"personal_memory", +"personal_organiser", +"personal_organizer", +"personal_pronoun", +"personal_property", +"personal_relation", +"personal_relationship", +"personal_representative", +"personality", +"personality_assessment", +"personality_disorder", +"personality_inventory", +"personality_test", +"personalty", +"personation", +"personhood", +"personification", +"personnel", +"personnel_carrier", +"personnel_casualty", +"personnel_department", +"personnel_office", +"personnel_pouch", +"persoonia", +"perspective", +"perspex", +"perspicaciousness", +"perspicacity", +"perspicuity", +"perspicuousness", +"perspiration", +"perspirer", +"persuader", +"persuasion", +"persuasiveness", +"pertainym", +"perth", +"pertinacity", +"pertinence", +"pertinency", +"pertness", +"perturbation", +"pertusaria", +"pertusariaceae", +"pertussis", +"peru", +"peruke", +"perusal", +"perusing", +"perutz", +"peruvian", +"peruvian_balsam", +"peruvian_bark", +"peruvian_cotton", +"peruvian_current", +"peruvian_lily", +"peruvian_mastic_tree", +"peruvian_monetary_unit", +"pervaporation", +"pervasion", +"pervasiveness", +"perverseness", +"perversion", +"perversity", +"pervert", +"perviousness", +"pes", +"pes_cavus", +"pes_planus", +"pesach", +"pesah", +"pesantran", +"pesantren", +"peseta", +"pesewa", +"pesh_merga", +"peshawar", +"peshmerga", +"peso", +"pessary", +"pessimism", +"pessimist", +"pest", +"pesterer", +"pesthole", +"pesthouse", +"pesticide", +"pesticide_poisoning", +"pestilence", +"pestis", +"pestis_ambulans", +"pestis_bubonica", +"pestle", +"pesto", +"pet", +"pet-food", +"pet_food", +"pet_name", +"pet_peeve", +"pet_scanner", +"pet_shop", +"pet_sitter", +"pet_sitting", +"petabit", +"petabyte", +"petal", +"petard", +"petasites", +"petasites_fragrans", +"petasites_hybridus", +"petasites_sagitattus", +"petasites_vulgaris", +"petaurista", +"petaurista_petaurista", +"petauristidae", +"petaurus", +"petchary", +"petcock", +"pete_seeger", +"petechia", +"peter", +"peter's_gland", +"peter's_pence", +"peter_abelard", +"peter_alexander_ustinov", +"peter_behrens", +"peter_carl_faberge", +"peter_carl_goldmark", +"peter_cooper", +"peter_goldmark", +"peter_i", +"peter_ilich_tchaikovsky", +"peter_lorre", +"peter_mark_roget", +"peter_medawar", +"peter_minnewit", +"peter_minuit", +"peter_o'toole", +"peter_pan", +"peter_pan_collar", +"peter_paul_mauser", +"peter_paul_rubens", +"peter_seamus_o'toole", +"peter_seeger", +"peter_sellers", +"peter_stuyvesant", +"peter_tchaikovsky", +"peter_the_great", +"peterburg", +"petersburg", +"petersburg_campaign", +"petfood", +"petiole", +"petiolule", +"petit_bourgeois", +"petit_dejeuner", +"petit_four", +"petit_juror", +"petit_jury", +"petit_larceny", +"petit_mal", +"petit_mal_epilepsy", +"petit_point", +"petite", +"petite_bourgeoisie", +"petite_marmite", +"petiteness", +"petitio", +"petitio_principii", +"petition", +"petitioner", +"petrarca", +"petrarch", +"petrarchan_sonnet", +"petrel", +"petri_dish", +"petrifaction", +"petrification", +"petrified_forest_national_park", +"petrissage", +"petrochemical", +"petrocoptis", +"petrogale", +"petroglyph", +"petrograd", +"petrol", +"petrol_bomb", +"petrol_engine", +"petrol_gage", +"petrol_gauge", +"petrol_line", +"petrol_pump", +"petrol_station", +"petrol_tank", +"petrolatum", +"petrolatum_gauze", +"petroleum", +"petroleum_future", +"petroleum_geologist", +"petroleum_geology", +"petroleum_jelly", +"petroleum_refinery", +"petrology", +"petromyzon", +"petromyzon_marinus", +"petromyzoniformes", +"petromyzontidae", +"petronas_towers", +"petronius", +"petronius_arbiter", +"petroselinum", +"petroselinum_crispum", +"petroselinum_crispum_neapolitanum", +"petroselinum_crispum_tuberosum", +"petrus_stuyvesant", +"petter", +"petteria", +"petteria_ramentacea", +"petticoat", +"pettifogger", +"pettifoggery", +"pettiness", +"petting", +"petting_zoo", +"pettishness", +"petty", +"petty_apartheid", +"petty_bourgeoisie", +"petty_cash", +"petty_criticism", +"petty_juror", +"petty_jury", +"petty_larceny", +"petty_morel", +"petty_officer", +"petty_spurge", +"petty_whin", +"petulance", +"petunia", +"petunia_axillaris", +"petunia_hybrida", +"petunia_integrifolia", +"peul", +"pew", +"pewee", +"pewit", +"pewit_gull", +"pewter", +"peyer's_patch", +"peyote", +"peyton_rous", +"peziza", +"peziza_coccinea", +"peziza_domicilina", +"pezizaceae", +"pezizales", +"pezophaps", +"pezophaps_solitaria", +"pfalz", +"pfannkuchen", +"pfc", +"pfennig", +"pflp", +"pflp-gc", +"ph", +"ph.d.", +"ph_scale", +"phacelia", +"phacelia_campanularia", +"phacelia_minor", +"phacelia_tanacetifolia", +"phacelia_whitlavia", +"phacochoerus", +"phacoemulsification", +"phaeochromocytoma", +"phaeophyceae", +"phaeophyta", +"phaethon", +"phaethontidae", +"phaeton", +"phage", +"phagocyte", +"phagocytosis", +"phagun", +"phaius", +"phalacrocoracidae", +"phalacrocorax", +"phalacrocorax_carbo", +"phalacrosis", +"phalaenopsis", +"phalaenopsis_amabilis", +"phalaenoptilus", +"phalaenoptilus_nuttallii", +"phalanger", +"phalangeridae", +"phalangida", +"phalangiidae", +"phalangist", +"phalangitis", +"phalangium", +"phalangium_opilio", +"phalanx", +"phalaris", +"phalaris_aquatica", +"phalaris_arundinacea", +"phalaris_canariensis", +"phalaris_tuberosa", +"phalarope", +"phalaropidae", +"phalaropus", +"phalaropus_fulicarius", +"phalguna", +"phallaceae", +"phallales", +"phallic_phase", +"phallic_stage", +"phalloplasty", +"phallus", +"phallus_impudicus", +"phallus_ravenelii", +"phalsa", +"phanerogam", +"phanerogamae", +"phaneromania", +"phanerozoic", +"phanerozoic_aeon", +"phanerozoic_eon", +"phantasm", +"phantasma", +"phantasmagoria", +"phantasy", +"phantasy_life", +"phantasy_world", +"phantom", +"phantom_limb", +"phantom_limb_pain", +"phantom_limb_syndrome", +"phantom_orchid", +"pharaoh", +"pharaoh's_ant", +"pharaoh's_chicken", +"pharaoh_ant", +"pharaoh_of_egypt", +"pharisee", +"pharma", +"pharmaceutic", +"pharmaceutical", +"pharmaceutical_chemist", +"pharmaceutical_company", +"pharmaceutics", +"pharmacist", +"pharmacogenetics", +"pharmacokinetics", +"pharmacological_medicine", +"pharmacologist", +"pharmacology", +"pharmacopeia", +"pharmacopoeia", +"pharmacy", +"pharomacrus", +"pharomacrus_mocino", +"pharos", +"pharsalus", +"pharyngeal", +"pharyngeal_consonant", +"pharyngeal_recess", +"pharyngeal_reflex", +"pharyngeal_tonsil", +"pharyngeal_vein", +"pharyngitis", +"pharynx", +"phascogale", +"phascolarctos", +"phascolarctos_cinereus", +"phase", +"phase-out", +"phase_angle", +"phase_change", +"phase_i", +"phase_i_clinical_trial", +"phase_ii", +"phase_ii_clinical_trial", +"phase_iii", +"phase_iii_clinical_trial", +"phase_iv", +"phase_iv_clinical_trial", +"phase_modulation", +"phase_of_cell_division", +"phase_of_the_moon", +"phase_space", +"phase_transition", +"phaseolus", +"phaseolus_aconitifolius", +"phaseolus_acutifolius_latifolius", +"phaseolus_angularis", +"phaseolus_aureus", +"phaseolus_caracalla", +"phaseolus_coccineus", +"phaseolus_limensis", +"phaseolus_lunatus", +"phaseolus_multiflorus", +"phaseolus_vulgaris", +"phasianid", +"phasianidae", +"phasianus", +"phasianus_colchicus", +"phasmatidae", +"phasmatodea", +"phasmid", +"phasmid_insect", +"phasmida", +"phasmidae", +"phasmidia", +"phatic_communication", +"phatic_speech", +"phd", +"pheasant", +"pheasant's-eye", +"pheasant_coucal", +"pheasant_cuckoo", +"pheasant_under_glass", +"phegopteris", +"phegopteris_connectilis", +"phegopteris_hexagonoptera", +"pheidias", +"phellem", +"phellodendron", +"phellodendron_amurense", +"phenacetin", +"phenacomys", +"phenaphen", +"phenazopyridine", +"phencyclidine", +"phencyclidine_hydrochloride", +"phenelzine", +"phenergan", +"phenicia", +"pheniramine", +"pheno-safranine", +"phenobarbital", +"phenobarbitone", +"phenol", +"phenolic", +"phenolic_plastic", +"phenolic_resin", +"phenolic_urea", +"phenolphthalein", +"phenomenology", +"phenomenon", +"phenoplast", +"phenothiazine", +"phenotype", +"phenoxymethyl_penicillin", +"phensuximide", +"phentolamine", +"phenyl_salicylate", +"phenylacetamide", +"phenylalanine", +"phenylamine", +"phenylbutazone", +"phenylephrine", +"phenylethylene", +"phenylic_acid", +"phenylketonuria", +"phenylpropanolamine", +"phenyltoloxamine", +"phenytoin", +"pheochromocytoma", +"pheresis", +"pheromone", +"phi", +"phi_coefficient", +"phi_correlation", +"phial", +"phidias", +"phil_anderson", +"philadelphaceae", +"philadelphia", +"philadelphia_fleabane", +"philadelphia_pepper_pot", +"philadelphus", +"philadelphus_coronarius", +"philaenus", +"philaenus_spumarius", +"philanderer", +"philanthropic_foundation", +"philanthropic_gift", +"philanthropist", +"philanthropy", +"philatelist", +"philately", +"philemon", +"philharmonic", +"philharmonic_pitch", +"philhellene", +"philhellenism", +"philhellenist", +"philia", +"philibert_de_l'orme", +"philibert_delorme", +"philip", +"philip_anderson", +"philip_augustus", +"philip_dormer_stanhope", +"philip_ii", +"philip_ii_of_macedon", +"philip_ii_of_spain", +"philip_marlowe", +"philip_michael_ondaatje", +"philip_milton_roth", +"philip_of_valois", +"philip_roth", +"philip_v", +"philip_vi", +"philip_warren_anderson", +"philipp_lenard", +"philipp_melanchthon", +"philipp_schwarzerd", +"philippi", +"philippian", +"philippians", +"philippic", +"philippine", +"philippine_cedar", +"philippine_islands", +"philippine_mahogany", +"philippine_monetary_unit", +"philippine_peso", +"philippine_sea", +"philippines", +"philippopolis", +"philippus_aureolus_paracelsus", +"philistia", +"philistine", +"philistinism", +"phillidae", +"phillips_screw", +"phillips_screwdriver", +"phillipsite", +"phillis_wheatley", +"phillyrea", +"philodendron", +"philogyny", +"philohela", +"philohela_minor", +"philologist", +"philologue", +"philology", +"philomachus", +"philomachus_pugnax", +"philomath", +"philophylla", +"philosopher", +"philosopher's_stone", +"philosopher's_wool", +"philosophers'_stone", +"philosophers'_wool", +"philosophical_doctrine", +"philosophical_system", +"philosophical_theory", +"philosophiser", +"philosophizer", +"philosophizing", +"philosophy", +"philosophy_department", +"philter", +"philtre", +"phimosis", +"phineas_taylor_barnum", +"phintias", +"phiz", +"phlebectomy", +"phlebitis", +"phlebodium", +"phlebodium_aureum", +"phlebogram", +"phlebothrombosis", +"phlebotomist", +"phlebotomus", +"phlebotomus_papatasii", +"phlebotomy", +"phlegm", +"phlegmasia_alba_dolens", +"phleum", +"phleum_pratense", +"phloem", +"phlogiston", +"phlogopite", +"phlomis", +"phlomis_fruticosa", +"phlox", +"phlox_bifida", +"phlox_family", +"phlox_stellaria", +"phlox_subulata", +"phnom_penh", +"phobia", +"phobic_disorder", +"phobic_neurosis", +"phobophobia", +"phobos", +"phoca", +"phoca_vitulina", +"phocidae", +"phocoena", +"phocoena_phocoena", +"phocoena_sinus", +"phocomelia", +"phoebe", +"phoebe_bird", +"phoebus", +"phoebus_apollo", +"phoenicia", +"phoenician", +"phoenicophorium", +"phoenicopteridae", +"phoeniculidae", +"phoeniculus", +"phoenicurus", +"phoenix", +"phoenix_dactylifera", +"phoenix_tree", +"pholadidae", +"pholas", +"pholidae", +"pholidota", +"pholiota", +"pholiota_astragalina", +"pholiota_aurea", +"pholiota_destruens", +"pholiota_flammans", +"pholiota_flavida", +"pholiota_nameko", +"pholiota_squarrosa", +"pholiota_squarrosa-adiposa", +"pholiota_squarrosoides", +"pholis", +"pholis_gunnellus", +"pholistoma", +"pholistoma_auritum", +"phon", +"phonation", +"phone", +"phone-in", +"phone_bill", +"phone_book", +"phone_booth", +"phone_call", +"phone_card", +"phone_company", +"phone_cord", +"phone_jack", +"phone_line", +"phone_message", +"phone_number", +"phone_plug", +"phone_service", +"phone_system", +"phone_tapper", +"phonebook", +"phoneme", +"phonemic_system", +"phonemics", +"phoner", +"phonetic_alphabet", +"phonetic_symbol", +"phonetic_transcription", +"phonetician", +"phonetics", +"phoney", +"phonics", +"phonogram", +"phonograph", +"phonograph_album", +"phonograph_needle", +"phonograph_record", +"phonograph_recording", +"phonograph_recording_disk", +"phonologic_system", +"phonological_system", +"phonologist", +"phonology", +"phonophobia", +"phony", +"phoradendron", +"phoradendron_flavescens", +"phoradendron_serotinum", +"phoronid", +"phoronida", +"phoronidea", +"phosgene", +"phosphatase", +"phosphate", +"phosphate_buffer_solution", +"phosphine", +"phosphocreatine", +"phospholipid", +"phosphoprotein", +"phosphor", +"phosphor_bronze", +"phosphorescence", +"phosphoric_acid", +"phosphorous_acid", +"phosphorus", +"phot", +"photalgia", +"photinia", +"photinia_arbutifolia", +"photius", +"photo", +"photo-offset", +"photo-offset_printing", +"photo_credit", +"photo_finish", +"photo_op", +"photo_opportunity", +"photoblepharon", +"photoblepharon_palpebratus", +"photocathode", +"photocell", +"photochemical_exchange", +"photochemical_reaction", +"photochemistry", +"photocoagulation", +"photocoagulator", +"photoconduction", +"photoconductive_cell", +"photoconductivity", +"photocopier", +"photocopy", +"photoelectric_cell", +"photoelectric_emission", +"photoelectricity", +"photoelectron", +"photoemission", +"photoengraving", +"photoflash", +"photoflood", +"photogelatin_process", +"photogenic_epilepsy", +"photograph", +"photograph_album", +"photographer", +"photographer's_model", +"photographic_camera", +"photographic_density", +"photographic_emulsion", +"photographic_equipment", +"photographic_film", +"photographic_material", +"photographic_paper", +"photographic_plate", +"photographic_print", +"photography", +"photogravure", +"photojournalism", +"photojournalist", +"photolithograph", +"photolithography", +"photomechanics", +"photometer", +"photometrician", +"photometrist", +"photometry", +"photomicrograph", +"photomontage", +"photomosaic", +"photon", +"photophobia", +"photopic_vision", +"photopigment", +"photoplate_making", +"photoretinitis", +"photosensitivity", +"photosphere", +"photostat", +"photostat_machine", +"photosynthesis", +"phototherapy", +"phototrophic_bacteria", +"phototropic_bacteria", +"phototropism", +"photovoltaic_cell", +"phoxinus", +"phoxinus_phoxinus", +"phragmacone", +"phragmipedium", +"phragmites", +"phragmites_communis", +"phragmocone", +"phrasal_idiom", +"phrasal_verb", +"phrase", +"phrase_book", +"phrase_structure", +"phraseology", +"phrasing", +"phratry", +"phrenic_nerve", +"phrenic_vein", +"phrenitis", +"phrenologist", +"phrenology", +"phrontistery", +"phrygia", +"phrygian", +"phrygian_deity", +"phrynosoma", +"phrynosoma_cornutum", +"phs", +"phthalic_acid", +"phthalic_anhydride", +"phthiriidae", +"phthirius", +"phthirius_pubis", +"phthirus", +"phthisis", +"phthorimaea", +"phthorimaea_operculella", +"phycobilin", +"phycocyanin", +"phycoerythrin", +"phycology", +"phycomycetes", +"phycomycetes_group", +"phycomycosis", +"phylactery", +"phyle", +"phyllidae", +"phyllitis", +"phyllitis_scolopendrium", +"phyllium", +"phyllo", +"phylloclad", +"phyllocladaceae", +"phylloclade", +"phyllocladus", +"phyllocladus_alpinus", +"phyllocladus_asplenifolius", +"phyllocladus_trichomanoides", +"phyllode", +"phyllodoce", +"phyllodoce_breweri", +"phyllodoce_caerulea", +"phylloporus", +"phylloporus_boletinoides", +"phylloquinone", +"phyllorhynchus", +"phylloscopus", +"phylloscopus_sibilatrix", +"phyllostachys", +"phyllostachys_aurea", +"phyllostachys_bambusoides", +"phyllostachys_nigra", +"phyllostomatidae", +"phyllostomidae", +"phyllostomus", +"phyllostomus_hastatus", +"phylloxera", +"phylloxera_vitifoleae", +"phylloxeridae", +"phylogenesis", +"phylogenetic_relation", +"phylogeny", +"phylum", +"phylum_acanthocephala", +"phylum_annelida", +"phylum_arthropoda", +"phylum_aschelminthes", +"phylum_brachiopoda", +"phylum_bryozoa", +"phylum_chaetognatha", +"phylum_chordata", +"phylum_cnidaria", +"phylum_coelenterata", +"phylum_cryptophyta", +"phylum_ctenophora", +"phylum_cycliophora", +"phylum_echinodermata", +"phylum_ectoprocta", +"phylum_entoprocta", +"phylum_mollusca", +"phylum_nematoda", +"phylum_nemertea", +"phylum_nemertina", +"phylum_phoronida", +"phylum_platyhelminthes", +"phylum_pogonophora", +"phylum_porifera", +"phylum_protozoa", +"phylum_pyrrophyta", +"phylum_rotifera", +"phylum_sipuncula", +"physa", +"physalia", +"physalis", +"physalis_alkekengi", +"physalis_ixocarpa", +"physalis_peruviana", +"physalis_philadelphica", +"physalis_pruinosa", +"physalis_pubescens", +"physalis_viscosa", +"physaria", +"physeter", +"physeter_catodon", +"physeteridae", +"physiatrics", +"physic", +"physic_nut", +"physical_ability", +"physical_anthropology", +"physical_attraction", +"physical_body", +"physical_change", +"physical_chemistry", +"physical_composition", +"physical_condition", +"physical_contact", +"physical_education", +"physical_entity", +"physical_exercise", +"physical_exertion", +"physical_fitness", +"physical_geography", +"physical_object", +"physical_pendulum", +"physical_phenomenon", +"physical_process", +"physical_property", +"physical_rehabilitation", +"physical_restoration", +"physical_science", +"physical_structure", +"physical_therapist", +"physical_therapy", +"physical_topology", +"physical_value", +"physicalism", +"physicality", +"physicalness", +"physician", +"physician-assisted_suicide", +"physician-patient_privilege", +"physicist", +"physics", +"physics_department", +"physics_lab", +"physics_laboratory", +"physidae", +"physiognomy", +"physiography", +"physiological_anatomy", +"physiological_condition", +"physiological_jaundice_of_the_newborn", +"physiological_nystagmus", +"physiological_property", +"physiological_psychology", +"physiological_reaction", +"physiological_sphincter", +"physiological_state", +"physiologist", +"physiology", +"physiotherapist", +"physiotherapy", +"physique", +"physostegia", +"physostegia_virginiana", +"physostigma", +"physostigma_venenosum", +"physostigmine", +"phytelephas", +"phytelephas_macrocarpa", +"phytochemical", +"phytochemist", +"phytochemistry", +"phytohormone", +"phytolacca", +"phytolacca_acinosa", +"phytolacca_americana", +"phytolacca_dioica", +"phytolaccaceae", +"phytologist", +"phytology", +"phytomastigina", +"phytonadione", +"phytophthora", +"phytophthora_citrophthora", +"phytophthora_infestans", +"phytoplankton", +"phytotherapy", +"phytotoxin", +"pi", +"pi-meson", +"pia", +"pia_mater", +"piaf", +"piaffe", +"piaget", +"pianism", +"pianissimo", +"pianist", +"piano", +"piano_accordion", +"piano_action", +"piano_damper", +"piano_keyboard", +"piano_lesson", +"piano_maker", +"piano_music", +"piano_player", +"piano_sonata", +"piano_stool", +"piano_teacher", +"piano_tuner", +"piano_wire", +"pianoforte", +"pianola", +"piassava_palm", +"piaster", +"piastre", +"piazza", +"pib", +"pibgorn", +"pibit", +"pibroch", +"pic", +"pica", +"pica-pica", +"pica_em", +"pica_pica", +"pica_pica_hudsonia", +"picador", +"picaninny", +"picardie", +"picardy", +"picariae", +"picasso", +"piccalilli", +"piccaninny", +"piccolo", +"picea", +"picea_abies", +"picea_breweriana", +"picea_engelmannii", +"picea_glauca", +"picea_mariana", +"picea_obovata", +"picea_orientalis", +"picea_pungens", +"picea_rubens", +"picea_sitchensis", +"pichi", +"pichiciago", +"pichiciego", +"picidae", +"piciform_bird", +"piciformes", +"pick", +"pick's_disease", +"pick-me-up", +"pick-off", +"pickaback_plant", +"pickaninny", +"pickax", +"pickaxe", +"pickelhaube", +"picker", +"pickerel", +"pickerel_frog", +"pickerel_weed", +"pickerelweed", +"pickerelweed_family", +"pickeringia", +"pickeringia_montana", +"picket", +"picket_boat", +"picket_fence", +"picket_line", +"picket_ship", +"pickett", +"pickford", +"picking", +"pickings", +"pickle", +"pickle_barrel", +"pickle_relish", +"pickled_herring", +"picklepuss", +"picknicker", +"pickpocket", +"pickup", +"pickup_arm", +"pickup_truck", +"picnic", +"picnic_area", +"picnic_ground", +"picnic_ham", +"picnic_shoulder", +"picnicker", +"pico_de_orizaba", +"picofarad", +"picoides", +"picometer", +"picometre", +"picornavirus", +"picosecond", +"picot", +"picovolt", +"picrasma", +"picrasma_excelsa", +"picrasma_excelsum", +"picric_acid", +"picris", +"picris_echioides", +"pictograph", +"pictor", +"pictorial", +"pictorial_matter", +"pictorial_representation", +"picture", +"picture_book", +"picture_card", +"picture_element", +"picture_frame", +"picture_gallery", +"picture_hat", +"picture_palace", +"picture_plane", +"picture_postcard", +"picture_rail", +"picture_show", +"picture_taking", +"picture_tube", +"picture_window", +"picture_writing", +"picturesqueness", +"picturing", +"picul", +"piculet", +"picumnus", +"picus", +"picus_viridis", +"pid", +"piddle", +"piddock", +"pidgin", +"pidlimdi", +"pie", +"pie-dog", +"pie_chart", +"pie_crust", +"pie_plant", +"pie_shell", +"piece", +"piece_de_resistance", +"piece_goods", +"piece_of_ass", +"piece_of_cake", +"piece_of_cloth", +"piece_of_eight", +"piece_of_furniture", +"piece_of_ground", +"piece_of_land", +"piece_of_leather", +"piece_of_material", +"piece_of_music", +"piece_of_paper", +"piece_of_tail", +"piece_of_work", +"piece_of_writing", +"piecework", +"pied-a-terre", +"pied-billed_grebe", +"pied_lemming", +"pied_piper", +"pied_piper_of_hamelin", +"piedmont", +"piedmont_glacier", +"piedmont_type_of_glacier", +"piemonte", +"pieplant", +"pier", +"pier_arch", +"pier_glass", +"pier_luigi_nervi", +"pier_mirror", +"pier_table", +"pierce", +"pierid", +"pierid_butterfly", +"pieridae", +"pieris", +"pieris_brassicae", +"pieris_floribunda", +"pieris_japonica", +"pieris_protodice", +"pieris_rapae", +"pierre", +"pierre-paul_broca", +"pierre_abelard", +"pierre_athanase_larousse", +"pierre_auguste_renoir", +"pierre_boulez", +"pierre_charles_l'enfant", +"pierre_corneille", +"pierre_curie", +"pierre_de_fermat", +"pierre_de_terrail", +"pierre_joseph_proudhon", +"pierre_laporte_bridge", +"pierre_larousse", +"pierre_simon_de_laplace", +"pierre_teilhard_de_chardin", +"pierre_terrail", +"pierrot", +"piet_mondrian", +"pieta", +"pieter_breughel", +"pieter_bruegel", +"pieter_brueghel", +"pieter_brueghel_the_elder", +"pieter_zeeman", +"pietism", +"piety", +"piezo_effect", +"piezoelectric_crystal", +"piezoelectric_effect", +"piezoelectricity", +"piezometer", +"piffle", +"pig", +"pig's_ears", +"pig_bed", +"pig_farm", +"pig_iron", +"pig_laurel", +"pig_lead", +"pigboat", +"pigeon", +"pigeon-pea_plant", +"pigeon_berry", +"pigeon_breast", +"pigeon_droppings", +"pigeon_guillemot", +"pigeon_hawk", +"pigeon_loft", +"pigeon_pea", +"pigeon_toes", +"pigeonhole", +"pigeonholing", +"pigfish", +"piggery", +"piggishness", +"piggy", +"piggy_bank", +"piggyback", +"piggyback_plant", +"pigheadedness", +"piglet", +"pigman", +"pigment", +"pigmentation", +"pigmy", +"pigmy_talinum", +"pignolia", +"pignut", +"pignut_hickory", +"pigpen", +"pigs'_feet", +"pigs'_knuckles", +"pigs_in_blankets", +"pigskin", +"pigsticking", +"pigsty", +"pigswill", +"pigtail", +"pigwash", +"pigweed", +"pij", +"pika", +"pike", +"pike's_peak", +"pike-perch", +"pike_perch", +"pikeblenny", +"piked_reverse_hang", +"piked_whale", +"pikestaff", +"pilaf", +"pilaff", +"pilar_cyst", +"pilaster", +"pilate", +"pilau", +"pilaw", +"pilchard", +"pile", +"pile_driver", +"pile_dwelling", +"pilea", +"pilea_involucrata", +"pilea_microphylla", +"pilea_pumilla", +"piles", +"pileup", +"pileus", +"pilewort", +"pilferage", +"pilferer", +"pilgrim", +"pilgrim's_journey", +"pilgrim's_progress", +"pilgrim_father", +"pilgrimage", +"piling", +"pill", +"pill_bottle", +"pill_bug", +"pill_head", +"pill_pusher", +"pill_roller", +"pillage", +"pillager", +"pillaging", +"pillar", +"pillar_box", +"pillar_of_islam", +"pillar_of_strength", +"pillars_of_hercules", +"pillbox", +"pillion", +"pillock", +"pillory", +"pillow", +"pillow_block", +"pillow_fight", +"pillow_lace", +"pillow_lava", +"pillow_sham", +"pillow_slip", +"pillow_talk", +"pillowcase", +"pillwort", +"pilocarpine", +"pilomotor_reflex", +"pilosella", +"pilosella_aurantiaca", +"pilosella_officinarum", +"pilosity", +"pilot", +"pilot_balloon", +"pilot_biscuit", +"pilot_bit", +"pilot_blacksnake", +"pilot_boat", +"pilot_bread", +"pilot_burner", +"pilot_chart", +"pilot_cloth", +"pilot_engine", +"pilot_experiment", +"pilot_film", +"pilot_ladder", +"pilot_lamp", +"pilot_light", +"pilot_program", +"pilot_project", +"pilot_whale", +"pilotage", +"pilotfish", +"pilothouse", +"piloting", +"pilotless_aircraft", +"pilsen", +"pilsener", +"pilsner", +"piltdown_hoax", +"piltdown_man", +"pilularia", +"pilularia_globulifera", +"pilus", +"pima", +"pimenta", +"pimenta_acris", +"pimenta_dioica", +"pimenta_officinalis", +"pimento", +"pimento_butter", +"pimento_tree", +"pimiento", +"pimlico", +"pimozide", +"pimp", +"pimpernel", +"pimpinella", +"pimpinella_anisum", +"pimple", +"pin", +"pin-tailed_duck", +"pin-tailed_grouse", +"pin-tailed_sandgrouse", +"pin-up", +"pin_bone", +"pin_cherry", +"pin_clover", +"pin_curl", +"pin_grass", +"pin_money", +"pin_number", +"pin_oak", +"pin_table", +"pin_tumbler", +"pin_wrench", +"pina_cloth", +"pina_colada", +"pinaceae", +"pinafore", +"pinata", +"pinatubo", +"pinball", +"pinball_game", +"pinball_machine", +"pince-nez", +"pincer", +"pinch", +"pinch_bar", +"pinch_hitter", +"pinchas_zukerman", +"pinchbeck", +"pinche", +"pinchgut", +"pinckneya", +"pinckneya_pubens", +"pinctada", +"pinctada_margaritifera", +"pincurl_clip", +"pincus", +"pincushion", +"pincushion_flower", +"pincushion_hakea", +"pindar", +"pindaric", +"pindaric_ode", +"pindolol", +"pine", +"pine-barren_sandwort", +"pine-tar_rag", +"pine-weed", +"pine_bluff", +"pine_family", +"pine_fern", +"pine_finch", +"pine_grosbeak", +"pine_hyacinth", +"pine_knot", +"pine_leaf_aphid", +"pine_lily", +"pine_lizard", +"pine_marten", +"pine_mouse", +"pine_nut", +"pine_sawyer", +"pine_siskin", +"pine_snake", +"pine_spittlebug", +"pine_tar", +"pine_tree", +"pine_tree_state", +"pine_vole", +"pineal_body", +"pineal_eye", +"pineal_gland", +"pinealoma", +"pineapple", +"pineapple_family", +"pineapple_guava", +"pineapple_juice", +"pineapple_plant", +"pineapple_weed", +"pinecone", +"pinesap", +"pinetum", +"pineus", +"pineus_pinifoliae", +"pineweed", +"pinfish", +"pinfold", +"ping", +"ping-pong", +"ping-pong_ball", +"ping-pong_table", +"ping_river", +"pinger", +"pingpong_paddle", +"pingpong_table", +"pinguecula", +"pinguicula", +"pinguinus", +"pinguinus_impennis", +"pinhead", +"pinhole", +"pinicola", +"pinicola_enucleator", +"pining", +"pinion", +"pinion_and_crown_wheel", +"pinion_and_ring_gear", +"pinite", +"pink", +"pink-and-white_everlasting", +"pink_bollworm", +"pink_calla", +"pink_cockatoo", +"pink_disease", +"pink_disease_fungus", +"pink_elephants", +"pink_family", +"pink_fivecorner", +"pink_fritillary", +"pink_lady", +"pink_of_my_john", +"pink_paper_daisy", +"pink_sand_verbena", +"pink_shower", +"pink_shower_tree", +"pink_slip", +"pink_wine", +"pinkeye", +"pinkie", +"pinkness", +"pinko", +"pinkroot", +"pinky", +"pinna", +"pinnace", +"pinnacle", +"pinnate_leaf", +"pinnatiped", +"pinner", +"pinning", +"pinniped", +"pinniped_mammal", +"pinnipedia", +"pinnotheres", +"pinnotheres_ostreum", +"pinnotheridae", +"pinnule", +"pinny", +"pinochle", +"pinocle", +"pinocytosis", +"pinole", +"pinon", +"pinon_nut", +"pinon_pine", +"pinophytina", +"pinopsida", +"pinot", +"pinot_blanc", +"pinot_chardonnay", +"pinot_grape", +"pinot_noir", +"pinpoint", +"pinprick", +"pins_and_needles", +"pinscher", +"pinsk", +"pinstripe", +"pint", +"pintado", +"pintail", +"pinter", +"pintle", +"pinto", +"pinto_bean", +"pinus", +"pinus_albicaulis", +"pinus_aristata", +"pinus_attenuata", +"pinus_banksiana", +"pinus_californiarum", +"pinus_cembra", +"pinus_cembroides", +"pinus_contorta", +"pinus_contorta_murrayana", +"pinus_densiflora", +"pinus_echinata", +"pinus_edulis", +"pinus_flexilis", +"pinus_glabra", +"pinus_jeffreyi", +"pinus_longaeva", +"pinus_monophylla", +"pinus_monticola", +"pinus_mugo", +"pinus_muricata", +"pinus_nigra", +"pinus_palustris", +"pinus_parryana", +"pinus_pinea", +"pinus_ponderosa", +"pinus_pungens", +"pinus_quadrifolia", +"pinus_radiata", +"pinus_resinosa", +"pinus_rigida", +"pinus_serotina", +"pinus_strobiformis", +"pinus_strobus", +"pinus_sylvestris", +"pinus_taeda", +"pinus_thunbergii", +"pinus_torreyana", +"pinus_virginiana", +"pinwheel", +"pinwheel_flower", +"pinwheel_roll", +"pinwheel_wind_collector", +"pinworm", +"pinyon", +"piolet", +"pion", +"pioneer", +"pious_platitude", +"piousness", +"pip", +"pip-squeak", +"pipa", +"pipa_americana", +"pipa_pipa", +"pipage", +"pipal", +"pipal_tree", +"pipe", +"pipe_bomb", +"pipe_bowl", +"pipe_clamp", +"pipe_cleaner", +"pipe_cutter", +"pipe_dream", +"pipe_fitter", +"pipe_fitting", +"pipe_major", +"pipe_of_peace", +"pipe_organ", +"pipe_rack", +"pipe_smoker", +"pipe_vine", +"pipe_vise", +"pipe_wrench", +"pipeclay", +"pipefish", +"pipefitting", +"pipeful", +"pipeline", +"pipeline_company", +"piper", +"piper_betel", +"piper_cubeba", +"piper_longum", +"piper_nigrum", +"piperaceae", +"piperacillin", +"piperales", +"piperazine", +"piperin", +"piperine", +"piperocaine", +"piperocaine_hydrochloride", +"pipestem_clematis", +"pipet", +"pipette", +"pipework", +"pipewort", +"pipewort_family", +"pipidae", +"pipile", +"pipilo", +"pipilo_erythrophthalmus", +"piping", +"piping_crow", +"piping_crow-shrike", +"piping_guan", +"piping_plover", +"pipistrel", +"pipistrelle", +"pipistrellus", +"pipistrellus_pipistrellus", +"pipistrellus_subflavus", +"pipit", +"pippin", +"pipra", +"pipracil", +"pipridae", +"pipsissewa", +"piptadenia", +"piptadenia_macrocarpa", +"pipturus", +"pipturus_albidus", +"pipturus_argenteus", +"pipul", +"piquance", +"piquancy", +"piquantness", +"pique", +"piqueria", +"piquet", +"piracy", +"pirana", +"pirandello", +"piranga", +"piranga_flava_hepatica", +"piranga_ludoviciana", +"piranga_olivacea", +"piranga_rubra", +"piranha", +"pirate", +"pirate_flag", +"pirate_ship", +"piriform_area", +"piriform_lobe", +"pirogi", +"pirogue", +"piroplasm", +"piroshki", +"pirouette", +"piroxicam", +"pirozhki", +"pis_aller", +"pisa", +"pisang_wax", +"pisanosaur", +"pisanosaurus", +"piscary", +"pisces", +"pisces_the_fishes", +"piscidia", +"piscidia_erythrina", +"piscidia_piscipula", +"pisha_paysha", +"pisiform", +"pisiform_bone", +"pismire", +"pisonia", +"pisonia_aculeata", +"piss", +"piss-up", +"pissaba_palm", +"pisser", +"pissing", +"pissis", +"pistachio", +"pistachio_nut", +"pistachio_tree", +"pistacia", +"pistacia_lentiscus", +"pistacia_terebinthus", +"pistacia_vera", +"piste", +"pistia", +"pistia_stratiotes", +"pistia_stratoites", +"pistil", +"pistillode", +"pistol", +"pistol_grip", +"pistol_shrimp", +"pistoleer", +"piston", +"piston_chamber", +"piston_ring", +"piston_rod", +"pisum", +"pisum_arvense", +"pisum_sativum", +"pisum_sativum_arvense", +"pisum_sativum_macrocarpon", +"pit", +"pit-run_gravel", +"pit_bull_terrier", +"pit_of_the_stomach", +"pit_run", +"pit_stop", +"pit_viper", +"pita", +"pitahaya", +"pitahaya_cactus", +"pitanga", +"pitch", +"pitch_accent", +"pitch_apple", +"pitch_black", +"pitch_blackness", +"pitch_contour", +"pitch_pine", +"pitch_pipe", +"pitch_shot", +"pitchblende", +"pitched_battle", +"pitcher", +"pitcher's_mound", +"pitcher-plant_family", +"pitcher_plant", +"pitcher_sage", +"pitcherful", +"pitchfork", +"pitching", +"pitching_change", +"pitching_coach", +"pitching_wedge", +"pitchman", +"pitchstone", +"pitfall", +"pith", +"pith_hat", +"pith_helmet", +"pithead", +"pithecanthropus", +"pithecanthropus_erectus", +"pithecellobium", +"pithecellobium_dulce", +"pithecellodium_unguis-cati", +"pithecia", +"pithecolobium", +"pithiness", +"pitilessness", +"pitman", +"pitocin", +"piton", +"pitot", +"pitot-static_tube", +"pitot_head", +"pitot_tube", +"pitprop", +"pitressin", +"pitsaw", +"pitt", +"pitt_the_elder", +"pitt_the_younger", +"pitta", +"pittance", +"pitter-patter", +"pittidae", +"pitting", +"pittsburgh", +"pittsburgh_of_the_south", +"pittsfield", +"pituitary", +"pituitary_body", +"pituitary_dwarf", +"pituitary_gland", +"pituophis", +"pituophis_melanoleucus", +"pity", +"pitymys", +"pitymys_pinetorum", +"pityriasis", +"pityriasis_alba", +"pityriasis_rosea", +"pityrogramma", +"pityrogramma_argentea", +"pityrogramma_calomelanos", +"pityrogramma_calomelanos_aureoflava", +"pityrogramma_chrysophylla", +"pius_ii", +"pius_ix", +"pius_v", +"pius_vi", +"pius_vii", +"pius_x", +"pius_xi", +"pius_xii", +"piute", +"pivot", +"pivot_joint", +"pivot_man", +"pivot_shot", +"pivoting_window", +"pix", +"pix_chest", +"pixel", +"pixie", +"pixy", +"pizarro", +"pizza", +"pizza_parlor", +"pizza_pie", +"pizza_shop", +"pizzaz", +"pizzazz", +"pizzeria", +"pizzicato", +"pj's", +"pkd", +"pku", +"pku_test", +"placard", +"placation", +"place", +"place-kicker", +"place-kicking", +"place-worship", +"place_bet", +"place_kick", +"place_mat", +"place_name", +"place_of_birth", +"place_of_business", +"place_of_origin", +"place_of_worship", +"place_setting", +"placebo", +"placebo_effect", +"placeholder", +"placekicker", +"placeman", +"placement", +"placement_center", +"placement_office", +"placenta", +"placenta_previa", +"placental", +"placental_mammal", +"placentation", +"placer", +"placer_miner", +"placer_mining", +"placeseeker", +"placidity", +"placidness", +"placido_domingo", +"placidyl", +"placket", +"placoderm", +"placodermi", +"placuna", +"placuna_placenta", +"plagal_cadence", +"plage", +"plagianthus", +"plagianthus_betulinus", +"plagianthus_regius", +"plagiarisation", +"plagiariser", +"plagiarism", +"plagiarist", +"plagiarization", +"plagiarizer", +"plagiocephaly", +"plagioclase", +"plague", +"plague_pneumonia", +"plague_spot", +"plaice", +"plaid", +"plain", +"plain_clothes", +"plain_flour", +"plain_sailing", +"plain_stitch", +"plain_turkey", +"plain_wanderer", +"plain_weave", +"plainchant", +"plainclothesman", +"plainness", +"plains_indian", +"plains_lemon_monarda", +"plains_pocket_gopher", +"plains_pocket_mouse", +"plains_spadefoot", +"plainsman", +"plainsong", +"plaint", +"plaintiff", +"plaintiff_in_error", +"plaintiveness", +"plait", +"plaiter", +"plan", +"plan_of_action", +"plan_of_attack", +"planaria", +"planarian", +"planation", +"planchet", +"planchette", +"planck", +"planck's_constant", +"planck's_law", +"planck's_radiation_law", +"plane", +"plane-tree_family", +"plane_angle", +"plane_figure", +"plane_geometry", +"plane_seat", +"plane_section", +"plane_table", +"plane_ticket", +"plane_tree", +"planeness", +"planer", +"planera", +"planet", +"planet_gear", +"planet_wheel", +"planetarium", +"planetary_gear", +"planetary_house", +"planetary_nebula", +"planetesimal", +"planetesimal_hypothesis", +"planetoid", +"plangency", +"planimeter", +"planing_machine", +"plank", +"plank-bed", +"planking", +"plankton", +"planktonic_algae", +"planned_community", +"planner", +"planning", +"planning_board", +"planning_commission", +"plano", +"planococcus", +"planococcus_citri", +"planographic_printing", +"planography", +"plant", +"plant_bug", +"plant_cell", +"plant_closing", +"plant_department", +"plant_disease", +"plant_family", +"plant_fiber", +"plant_fibre", +"plant_food", +"plant_genus", +"plant_hopper", +"plant_hormone", +"plant_kingdom", +"plant_life", +"plant_louse", +"plant_material", +"plant_order", +"plant_organ", +"plant_part", +"plant_process", +"plant_product", +"plant_scientist", +"plant_structure", +"plant_substance", +"plant_tissue", +"plant_toxin", +"plant_virus", +"plantae", +"plantagenet", +"plantagenet_line", +"plantaginaceae", +"plantaginales", +"plantago", +"plantago_lanceolata", +"plantago_major", +"plantago_media", +"plantago_psyllium", +"plantago_rugelii", +"plantago_virginica", +"plantain", +"plantain-leaved_pussytoes", +"plantain_family", +"plantain_lily", +"plantain_tree", +"plantar_reflex", +"plantar_wart", +"plantation", +"plantation_owner", +"plantation_walking_horse", +"planter", +"planter's_punch", +"planthopper", +"plantigrade", +"plantigrade_mammal", +"planting", +"plantlet", +"plantlike_flagellate", +"plantsman", +"planula", +"plaque", +"plaquenil", +"plash", +"plasm", +"plasma", +"plasma_cell", +"plasma_membrane", +"plasma_physics", +"plasma_protein", +"plasma_thromboplastin_antecedent", +"plasmablast", +"plasmacyte", +"plasmacytoma", +"plasmapheresis", +"plasmid", +"plasmid_dna", +"plasmin", +"plasminogen", +"plasminogen_activator", +"plasmodial_slime_mold", +"plasmodiidae", +"plasmodiophora", +"plasmodiophora_brassicae", +"plasmodiophoraceae", +"plasmodium", +"plasmodium_vivax", +"plassey", +"plaster", +"plaster_bandage", +"plaster_cast", +"plaster_of_paris", +"plaster_saint", +"plasterboard", +"plasterer", +"plasterer's_float", +"plastering", +"plastering_trowel", +"plasterwork", +"plastic", +"plastic_art", +"plastic_bag", +"plastic_bomb", +"plastic_explosive", +"plastic_film", +"plastic_laminate", +"plastic_surgeon", +"plastic_surgery", +"plastic_wrap", +"plasticine", +"plasticiser", +"plasticity", +"plasticizer", +"plastics_industry", +"plastid", +"plastination", +"plastique", +"plastron", +"plat", +"plata_river", +"plataea", +"platalea", +"platalea_leucorodia", +"plataleidae", +"platan", +"platanaceae", +"platanistidae", +"platanthera", +"platanthera_bifolia", +"platanthera_chlorantha", +"platanthera_leucophea", +"platanus", +"platanus_acerifolia", +"platanus_occidentalis", +"platanus_orientalis", +"platanus_racemosa", +"platanus_wrightii", +"plate", +"plate_armor", +"plate_armour", +"plate_glass", +"plate_iron", +"plate_rack", +"plate_rail", +"plate_tectonic_theory", +"plate_tectonics", +"plateau", +"plateau_striped_whiptail", +"plateful", +"platelayer", +"platelet", +"plateletpheresis", +"platen", +"plater", +"platform", +"platform_bed", +"platform_rocker", +"plath", +"platichthys", +"platichthys_flesus", +"plating", +"platinum", +"platinum_black", +"platinum_blond", +"platinum_blonde", +"platinum_thermometer", +"platitude", +"platitudinarian", +"plato", +"plato's_academy", +"platonic_body", +"platonic_solid", +"platonic_year", +"platonism", +"platonist", +"platoon", +"platt_national_park", +"plattdeutsch", +"platte", +"platte_river", +"platte_river_penstemon", +"plattensee", +"platter", +"platy", +"platycephalidae", +"platycerium", +"platycerium_alcicorne", +"platycerium_andinum", +"platycerium_bifurcatum", +"platycladus_orientalis", +"platyctenea", +"platyctenean", +"platyhelminth", +"platyhelminthes", +"platylobium", +"platylobium_formosum", +"platymiscium", +"platymiscium_pinnatum", +"platymiscium_trinitatis", +"platypoecilus", +"platypoecilus_maculatus", +"platypus", +"platyrrhine", +"platyrrhini", +"platyrrhinian", +"platysma", +"platystemon", +"platystemon_californicus", +"plaudit", +"plaudits", +"plausibility", +"plausibleness", +"plautus", +"plautus_alle", +"plavix", +"play", +"play-actor", +"play-box", +"play_group", +"play_list", +"play_reading", +"play_therapy", +"playacting", +"playactor", +"playback", +"playbill", +"playbook", +"playbox", +"playboy", +"playday", +"player", +"player_piano", +"playfellow", +"playfulness", +"playgoer", +"playground", +"playground_ball", +"playground_slide", +"playhouse", +"playing", +"playing_area", +"playing_card", +"playing_field", +"playing_period", +"playlet", +"playlist", +"playlobium_obtusangulum", +"playmaker", +"playmate", +"playoff", +"playoff_game", +"playpen", +"playroom", +"playschool", +"playscript", +"playsuit", +"plaything", +"playtime", +"playwright", +"plaza", +"plea", +"plea_bargain", +"plea_bargaining", +"plea_of_insanity", +"pleader", +"pleading", +"pleading_in_the_alternative", +"pleasance", +"pleasant_island", +"pleasantness", +"pleasantry", +"pleaser", +"pleasing", +"pleasingness", +"pleasure", +"pleasure-pain_principle", +"pleasure-unpleasure_principle", +"pleasure_boat", +"pleasure_craft", +"pleasure_ground", +"pleasure_principle", +"pleasure_seeker", +"pleasure_trip", +"pleat", +"pleating", +"pleb", +"plebe", +"plebeian", +"plebiscite", +"plecoptera", +"plecopteran", +"plecotus", +"plecotus_townsendi", +"plectania", +"plectognath", +"plectognath_fish", +"plectognathi", +"plectomycetes", +"plectophera", +"plectorrhiza", +"plectranthus", +"plectranthus_amboinicus", +"plectron", +"plectrophenax", +"plectrophenax_nivalis", +"plectrum", +"pledge", +"pledge_taker", +"pledgee", +"pledger", +"pleiades", +"pleione", +"pleiospilos", +"pleistocene", +"pleistocene_epoch", +"plenipotentiary", +"plenitude", +"plenteousness", +"plentifulness", +"plentitude", +"plenty", +"plenum", +"pleochroism", +"pleomorphic_rhabdomyosarcoma", +"pleomorphic_rhabdosarcoma", +"pleomorphism", +"pleonasm", +"pleonaste", +"pleopod", +"plesianthropus", +"plesiosaur", +"plesiosauria", +"plesiosaurus", +"plessimeter", +"plessor", +"plethodon", +"plethodon_cinereus", +"plethodon_vehiculum", +"plethodont", +"plethodontidae", +"plethora", +"plethysmograph", +"pleura", +"pleural_cavity", +"pleural_space", +"pleuralgia", +"pleurisy", +"pleurisy_root", +"pleurobrachia", +"pleurobrachiidae", +"pleurocarp", +"pleurocarpous_moss", +"pleurodont", +"pleurodynia", +"pleuronectes", +"pleuronectes_platessa", +"pleuronectidae", +"pleuropneumonia", +"pleuropneumonialike_organism", +"pleurosorus", +"pleurothallis", +"pleurotus", +"pleurotus_ostreatus", +"pleurotus_phosphoreus", +"pleven", +"plevna", +"plexiglas", +"plexiglass", +"pleximeter", +"pleximetry", +"plexor", +"plexus", +"plexus_autonomici", +"plexus_brachialis", +"plexus_cardiacus", +"plexus_caroticus", +"plexus_celiacus", +"plexus_cervicalis", +"plexus_choroideus", +"plexus_coccygeus", +"plexus_dentalis", +"plexus_hypogastricus", +"plexus_lumbalis", +"plexus_mesentericus", +"plexus_myentericus", +"plexus_periarterialis", +"plexus_pulmonalis", +"plexus_sacralis", +"plf", +"pliability", +"pliancy", +"pliantness", +"plica", +"plica_vocalis", +"plication", +"plicatoperipatus", +"plicatoperipatus_jamaicensis", +"plier", +"pliers", +"plight", +"plimsoll", +"plimsoll_line", +"plimsoll_mark", +"plinian_eruption", +"plinth", +"pliny", +"pliny_the_elder", +"pliny_the_younger", +"pliocene", +"pliocene_epoch", +"plo", +"ploce", +"ploceidae", +"ploceus", +"ploceus_philippinus", +"plod", +"plodder", +"plodding", +"plonk", +"plop", +"plosion", +"plosive", +"plosive_consonant", +"plosive_speech_sound", +"plot", +"plot_element", +"plot_line", +"plot_of_ground", +"plot_of_land", +"plotinus", +"plott_hound", +"plotter", +"plough", +"plough_horse", +"ploughboy", +"ploughing", +"ploughland", +"ploughman", +"ploughman's_lunch", +"ploughshare", +"ploughwright", +"plovdiv", +"plover", +"plow", +"plow_horse", +"plowboy", +"plower", +"plowing", +"plowland", +"plowman", +"plowshare", +"plowwright", +"ploy", +"pluck", +"pluckiness", +"plug", +"plug-in", +"plug-ugly", +"plug_fuse", +"plug_hat", +"plugboard", +"plugger", +"plughole", +"plum", +"plum-fruited_yew", +"plum-yew", +"plum-yew_family", +"plum_duff", +"plum_pudding", +"plum_sauce", +"plum_tomato", +"plum_tree", +"plumage", +"plumb", +"plumb_bob", +"plumb_level", +"plumb_line", +"plumb_rule", +"plumbaginaceae", +"plumbaginales", +"plumbago", +"plumbago_europaea", +"plumber", +"plumber's_helper", +"plumber's_snake", +"plumbery", +"plumbing", +"plumbing_fixture", +"plumbing_system", +"plumbism", +"plumcot", +"plumcot_tree", +"plume", +"plume_grass", +"plume_poppy", +"plume_thistle", +"plumed_scorpionfish", +"plumed_thistle", +"plumed_tussock", +"plumeria", +"plumeria_acutifolia", +"plumeria_alba", +"plumiera", +"plummet", +"plump", +"plumpness", +"plumule", +"plunder", +"plunderage", +"plunderer", +"plundering", +"plunge", +"plunger", +"plunk", +"plunker", +"pluperfect", +"pluperfect_tense", +"plural", +"plural_form", +"pluralisation", +"pluralism", +"pluralist", +"plurality", +"pluralization", +"plus", +"plus_fours", +"plus_sign", +"plush", +"plutarch", +"pluteaceae", +"pluteus", +"pluteus_aurantiorugosus", +"pluteus_cervinus", +"pluteus_magnus", +"pluto", +"plutocracy", +"plutocrat", +"pluton", +"plutonic_rock", +"plutonium", +"plutonium_239", +"plutonium_bomb", +"plutonium_pit", +"plutonium_trigger", +"pluvialis", +"pluvianus", +"pluvianus_aegyptius", +"pluviometer", +"pluviose", +"ply", +"plyboard", +"plyer", +"plyers", +"plymouth", +"plymouth_colony", +"plymouth_rock", +"plywood", +"plzen", +"pm", +"pms", +"pneumatic_caisson", +"pneumatic_drill", +"pneumatic_hammer", +"pneumatic_tire", +"pneumatic_tyre", +"pneumatics", +"pneumatophore", +"pneumococcal_pneumonia", +"pneumococcal_vaccine", +"pneumococcus", +"pneumoconiosis", +"pneumocystis_carinii_pneumonia", +"pneumocystis_pneumonia", +"pneumocytosis", +"pneumoencephalogram", +"pneumogastric", +"pneumogastric_nerve", +"pneumonectomy", +"pneumonia", +"pneumonic_plague", +"pneumonitis", +"pneumonoconiosis", +"pneumothorax", +"pneumovax", +"pnom_penh", +"po", +"po_box", +"po_box_no", +"po_box_number", +"po_hai", +"po_river", +"poa", +"poa_nemoralis", +"poa_pratensis", +"poaceae", +"poached_egg", +"poacher", +"poaching", +"pob", +"pobeda_peak", +"pobedy_peak", +"pocahontas", +"pocatello", +"pochard", +"pock", +"pocket", +"pocket-handkerchief", +"pocket_battleship", +"pocket_billiards", +"pocket_book", +"pocket_borough", +"pocket_bread", +"pocket_calculator", +"pocket_comb", +"pocket_dictionary", +"pocket_edition", +"pocket_flap", +"pocket_flask", +"pocket_gopher", +"pocket_knife", +"pocket_lighter", +"pocket_money", +"pocket_mouse", +"pocket_rat", +"pocket_veto", +"pocket_watch", +"pocketbook", +"pocketbook_issue", +"pocketcomb", +"pocketed_bat", +"pocketed_freetail_bat", +"pocketful", +"pocketknife", +"pockmark", +"pod", +"podalgia", +"podalyria", +"podargidae", +"podargus", +"podaxaceae", +"podetium", +"podiatrist", +"podiatry", +"podiceps", +"podiceps_cristatus", +"podiceps_grisegena", +"podiceps_nigricollis", +"podiceps_ruficollis", +"podicipedidae", +"podicipediformes", +"podicipitiform_seabird", +"podicipitiformes", +"podilymbus", +"podilymbus_podiceps", +"podium", +"podocarp", +"podocarpaceae", +"podocarpus", +"podocarpus_amara", +"podocarpus_coriaceus", +"podocarpus_dacrydioides", +"podocarpus_elatus", +"podocarpus_elongatus", +"podocarpus_family", +"podocarpus_ferruginea", +"podocarpus_latifolius", +"podocarpus_nivalis", +"podocarpus_spicata", +"podocarpus_totara", +"podophyllum", +"podophyllum_peltatum", +"podsol", +"podsol_soil", +"podsolic_soil", +"podzol", +"podzol_soil", +"poe", +"poeciliid", +"poeciliid_fish", +"poeciliidae", +"poecilocapsus", +"poecilocapsus_lineatus", +"poecilogale", +"poecilogale_albinucha", +"poem", +"poenology", +"poephila", +"poephila_castanotis", +"poesy", +"poet", +"poet-singer", +"poet_laureate", +"poetess", +"poetic_justice", +"poetic_license", +"poetic_rhythm", +"poetics", +"poetiser", +"poetizer", +"poetry", +"pogey", +"pogge", +"pogo_stick", +"pogonia", +"pogonia_divaricata", +"pogonia_rosea", +"pogonion", +"pogonip", +"pogonophora", +"pogonophoran", +"pogostemon", +"pogostemon_cablin", +"pogrom", +"pogy", +"poi", +"poignance", +"poignancy", +"poikilotherm", +"poilu", +"poinciana", +"poinciana_gilliesii", +"poinciana_pulcherrima", +"poinciana_regia", +"poinsettia", +"poinsettia_strain", +"point", +"point-and-shoot_camera", +"point_after", +"point_after_touchdown", +"point_duty", +"point_in_time", +"point_lace", +"point_man", +"point_mutation", +"point_of_accumulation", +"point_of_apoapsis", +"point_of_departure", +"point_of_entry", +"point_of_honor", +"point_of_intersection", +"point_of_no_return", +"point_of_order", +"point_of_periapsis", +"point_of_reference", +"point_of_view", +"point_source", +"point_system", +"point_woman", +"pointed-leaf_maple", +"pointed_arch", +"pointedness", +"pointel", +"pointer", +"pointillism", +"pointillist", +"pointing_out", +"pointing_trowel", +"pointlessness", +"pointrel", +"pointsman", +"poise", +"poison", +"poison-berry", +"poison_arrow_plant", +"poison_ash", +"poison_bush", +"poison_camas", +"poison_dogwood", +"poison_gas", +"poison_hemlock", +"poison_ivy", +"poison_mercury", +"poison_milkweed", +"poison_oak", +"poison_parsley", +"poison_pea", +"poison_pill", +"poison_sumac", +"poisonberry", +"poisoner", +"poisoning", +"poisonous_nightshade", +"poisonous_parasol", +"poisonous_plant", +"poisonous_substance", +"poisson_distribution", +"poitier", +"poitiers", +"poitou", +"poitou-charentes", +"poitrine_d'agneau", +"poivrade", +"poke", +"poke_bonnet", +"poke_check", +"poke_milkweed", +"poker", +"poker_alumroot", +"poker_chip", +"poker_face", +"poker_game", +"poker_hand", +"poker_heuchera", +"poker_plant", +"pokeweed", +"pokeweed_family", +"pokey", +"poking", +"pokomo", +"poky", +"pol", +"polack", +"poland", +"polanisia", +"polanisia_dodecandra", +"polanisia_graveolens", +"polar_bear", +"polar_body", +"polar_circle", +"polar_coordinate", +"polar_front", +"polar_glacier", +"polar_hare", +"polar_opposition", +"polar_region", +"polar_star", +"polar_zone", +"polarimeter", +"polaris", +"polarisation", +"polariscope", +"polarity", +"polarization", +"polarography", +"polaroid", +"polaroid_camera", +"polaroid_land_camera", +"polder", +"pole", +"pole_bean", +"pole_horse", +"pole_jump", +"pole_jumper", +"pole_jumping", +"pole_position", +"pole_star", +"pole_vault", +"pole_vaulter", +"pole_vaulting", +"poleax", +"poleaxe", +"polecat", +"polecat_weed", +"polemic", +"polemicist", +"polemics", +"polemist", +"polemoniaceae", +"polemoniales", +"polemonium", +"polemonium_boreale", +"polemonium_caeruleum", +"polemonium_reptans", +"polemonium_van-bruntiae", +"polemonium_viscosum", +"polenta", +"poler", +"polestar", +"polianthes", +"polianthes_tuberosa", +"police", +"police_academy", +"police_action", +"police_blotter", +"police_boat", +"police_captain", +"police_car", +"police_chief", +"police_commissioner", +"police_constable", +"police_court", +"police_cruiser", +"police_department", +"police_detective", +"police_dog", +"police_force", +"police_headquarters", +"police_investigation", +"police_lieutenant", +"police_matron", +"police_officer", +"police_precinct", +"police_sergeant", +"police_squad", +"police_state", +"police_station", +"police_van", +"police_wagon", +"police_work", +"policeman", +"policeman_bird", +"policewoman", +"policy", +"policy_change", +"policy_maker", +"policyholder", +"polio", +"poliomyelitis", +"polioptila", +"poliosis", +"poliovirus", +"poliovirus_vaccine", +"polish", +"polish_monetary_unit", +"polish_notation", +"polished_rice", +"polisher", +"polishing", +"polistes", +"polistes_annularis", +"politburo", +"politeness", +"politesse", +"political_action_committee", +"political_arena", +"political_boss", +"political_campaign", +"political_commissar", +"political_contribution", +"political_correctitude", +"political_correctness", +"political_detainee", +"political_dissident", +"political_donation", +"political_economy", +"political_entity", +"political_hack", +"political_incorrectness", +"political_leader", +"political_liberty", +"political_machine", +"political_movement", +"political_orientation", +"political_party", +"political_platform", +"political_prisoner", +"political_program", +"political_relation", +"political_science", +"political_scientist", +"political_sphere", +"political_sympathies", +"political_system", +"political_theory", +"political_unit", +"politician", +"politico", +"politics", +"polity", +"polk", +"polka", +"polka_dot", +"poll", +"poll_parrot", +"poll_taker", +"poll_tax", +"pollachius", +"pollachius_pollachius", +"pollack", +"pollard", +"pollen", +"pollen_count", +"pollen_tube", +"pollenation", +"pollex", +"pollination", +"pollinator", +"polling_booth", +"polling_day", +"polling_place", +"polling_station", +"pollinium", +"pollinosis", +"polliwog", +"pollock", +"polls", +"pollster", +"pollucite", +"pollutant", +"polluter", +"pollution", +"pollux", +"polly_fish", +"pollyfish", +"pollywog", +"polo", +"polo-neck", +"polo-neck_collar", +"polo_ball", +"polo_mallet", +"polo_pony", +"polo_shirt", +"polo_stick", +"polonaise", +"polonium", +"polony", +"polska", +"poltergeist", +"poltroon", +"poltroonery", +"polyamide", +"polyandrist", +"polyandry", +"polyangiaceae", +"polyangium", +"polyanthus", +"polyarteritis", +"polyarteritis_nodosa", +"polyborus", +"polyborus_cheriway_audubonii", +"polyborus_plancus", +"polybotria", +"polybotria_cervina", +"polybotrya", +"polybotrya_cervina", +"polybutene", +"polybutylene", +"polycarp", +"polychaeta", +"polychaete", +"polychaete_worm", +"polychete", +"polychete_worm", +"polychrome", +"polycillin", +"polycirrus", +"polyconic_projection", +"polycystic_kidney_disease", +"polycythemia", +"polydactylus", +"polydactylus_virginicus", +"polydactyly", +"polydipsia", +"polyelectrolyte", +"polyergus", +"polyergus_rufescens", +"polyester", +"polyester_fiber", +"polyethylene", +"polyfoam", +"polygala", +"polygala_alba", +"polygala_lutea", +"polygala_paucifolia", +"polygala_senega", +"polygala_vulgaris", +"polygalaceae", +"polygamist", +"polygamy", +"polygene", +"polygenic_disease", +"polygenic_disorder", +"polyglot", +"polygon", +"polygonaceae", +"polygonal_shape", +"polygonales", +"polygonatum", +"polygonatum_biflorum", +"polygonatum_commutatum", +"polygonia", +"polygonia_comma", +"polygonum", +"polygonum_aubertii", +"polygonum_fagopyrum", +"polygonum_orientale", +"polygraph", +"polygynist", +"polygyny", +"polyhedral_angle", +"polyhedron", +"polyhidrosis", +"polyhymnia", +"polymastigina", +"polymastigote", +"polymath", +"polymer", +"polymerase", +"polymeric_amide", +"polymerisation", +"polymerization", +"polymethyl_methacrylate", +"polymonium_caeruleum_van-bruntiae", +"polymorph", +"polymorphism", +"polymox", +"polymyositis", +"polymyxin", +"polynemidae", +"polynesia", +"polynesian", +"polynesian_tattler", +"polyneuritic_psychosis", +"polyneuritis", +"polynomial", +"polynya", +"polyodon", +"polyodon_spathula", +"polyodontidae", +"polyoma", +"polyoma_virus", +"polyose", +"polyostotic_fibrous_dysplasia", +"polyp", +"polypectomy", +"polypedates", +"polypedatidae", +"polypeptide", +"polyphemus_moth", +"polyphone", +"polyphonic_letter", +"polyphonic_music", +"polyphonic_prose", +"polyphony", +"polyphosphate", +"polyphosphoric_acid", +"polyplacophora", +"polyplacophore", +"polyploid", +"polyploidy", +"polypodiaceae", +"polypodiales", +"polypodium", +"polypodium_aureum", +"polypodium_glycyrrhiza", +"polypodium_polypodioides", +"polypodium_scouleri", +"polypodium_virgianum", +"polypodium_vulgare", +"polypody", +"polyporaceae", +"polypore", +"polyporus", +"polyporus_frondosus", +"polyporus_squamosus", +"polyporus_tenuiculus", +"polyprion", +"polyprion_americanus", +"polypropene", +"polypropenonitrile", +"polypropylene", +"polyptoton", +"polypus", +"polysaccharide", +"polysemant", +"polysemantic_word", +"polysemous_word", +"polysemy", +"polysomy", +"polystichum", +"polystichum_acrostichoides", +"polystichum_aculeatum", +"polystichum_adiantiformis", +"polystichum_braunii", +"polystichum_lonchitis", +"polystichum_scopulinum", +"polystichum_setiferum", +"polystyrene", +"polysyllabic_word", +"polysyllable", +"polysyndeton", +"polytechnic", +"polytechnic_institute", +"polytetrafluoroethylene", +"polytheism", +"polytheist", +"polythene", +"polytonalism", +"polytonality", +"polyunsaturated_fat", +"polyunsaturated_fatty_acid", +"polyurethan", +"polyurethane", +"polyurethane_foam", +"polyuria", +"polyvalence", +"polyvalency", +"polyvinyl-formaldehyde", +"polyvinyl_acetate", +"polyvinyl_chloride", +"polyvinyl_resin", +"polyzoa", +"polyzoan", +"pom", +"pom-pom", +"pomacanthus", +"pomace_fly", +"pomacentridae", +"pomacentrus", +"pomacentrus_leucostictus", +"pomade", +"pomaderris", +"pomaderris_apetala", +"pomatomidae", +"pomatomus", +"pomatomus_saltatrix", +"pomatum", +"pome", +"pomegranate", +"pomegranate_tree", +"pomelo", +"pomelo_tree", +"pomeranian", +"pomfret", +"pomme_blanche", +"pomme_de_prairie", +"pommel", +"pommel_horse", +"pommy", +"pomo", +"pomolobus", +"pomolobus_pseudoharengus", +"pomologist", +"pomology", +"pomoxis", +"pomoxis_annularis", +"pomoxis_nigromaculatus", +"pomp", +"pompadour", +"pompano", +"pompeii", +"pompey", +"pompey_the_great", +"pompon", +"pomposity", +"pompousness", +"ponca", +"ponce", +"ponce_de_leon", +"poncho", +"poncirus", +"poncirus_trifoliata", +"pond", +"pond-apple_tree", +"pond-scum_parasite", +"pond-skater", +"pond_apple", +"pond_bald_cypress", +"pond_cypress", +"pond_lily", +"pond_pine", +"pond_scum", +"ponderer", +"ponderosa", +"ponderosa_pine", +"ponderosity", +"ponderousness", +"pondweed", +"pondweed_family", +"pone", +"pong", +"pongamia", +"pongamia_glabra", +"pongee", +"pongid", +"pongidae", +"pongo", +"pongo_pygmaeus", +"poniard", +"ponka", +"pons", +"pons_asinorum", +"pons_varolii", +"ponselle", +"ponstel", +"ponte_25_de_abril", +"pontederia", +"pontederia_cordata", +"pontederiaceae", +"pontiac", +"pontifex", +"pontiff", +"pontifical", +"pontificate", +"pontius_pilate", +"pontoon", +"pontoon_bridge", +"pontoon_plane", +"pontos", +"pontus", +"pony", +"pony-trekking", +"pony_cart", +"pony_express", +"ponycart", +"ponytail", +"pooch", +"pood", +"poodle", +"poodle_dog", +"pooecetes", +"pooecetes_gramineus", +"poof", +"pooh-bah", +"pool", +"pool_ball", +"pool_cue", +"pool_player", +"pool_stick", +"pool_table", +"pooler", +"pooling_of_interest", +"poolroom", +"poon", +"poop", +"poop_deck", +"poor", +"poor_box", +"poor_boy", +"poor_devil", +"poor_fish", +"poor_law", +"poor_man's_orchid", +"poor_man's_pulse", +"poor_man's_weatherglass", +"poor_people", +"poor_person", +"poor_rates", +"poor_speller", +"poor_white_trash", +"poorhouse", +"poorness", +"poorwill", +"poove", +"pop", +"pop-fly", +"pop-up", +"pop-up_book", +"pop_art", +"pop_bottle", +"pop_fly", +"pop_group", +"pop_music", +"pop_quiz", +"pop_tent", +"popcorn", +"popcorn_ball", +"pope", +"pope's_nose", +"pope_alexander_vi", +"popery", +"popgun", +"popillia", +"popillia_japonica", +"popinjay", +"poplar", +"poplar_bluff", +"poplar_tree", +"poplin", +"popliteal_artery", +"popliteal_vein", +"popover", +"popper", +"poppet", +"poppet_valve", +"popping", +"poppy", +"poppy_day", +"poppy_family", +"poppy_mallow", +"poppy_seed", +"poppycock", +"popsicle", +"populace", +"popular_democratic_front_for_the_liberation_of_palestine", +"popular_front", +"popular_front_for_the_liberation_of_palestine", +"popular_front_for_the_liberation_of_palestine-general_command", +"popular_music", +"popular_music_genre", +"popular_opinion", +"popular_struggle_front", +"popularisation", +"populariser", +"popularism", +"popularity", +"popularity_contest", +"popularization", +"popularizer", +"populated_area", +"population", +"population_commission", +"population_control", +"population_growth", +"population_profile", +"population_scientist", +"population_shift", +"populism", +"populist", +"populist_party", +"populus", +"populus_alba", +"populus_balsamifera", +"populus_canescens", +"populus_deltoides", +"populus_grandidentata", +"populus_heterophylla", +"populus_nigra", +"populus_nigra_italica", +"populus_tremula", +"populus_tremuloides", +"populus_trichocarpa", +"porbeagle", +"porc", +"porcelain", +"porcelain_clay", +"porcellio", +"porcellionidae", +"porch", +"porcupine", +"porcupine_ball", +"porcupine_fish", +"porcupine_provision", +"porcupinefish", +"porcupines", +"pore", +"pore_fungus", +"pore_mushroom", +"porgy", +"porifera", +"poriferan", +"poring_over", +"pork", +"pork-and-veal_goulash", +"pork-barreling", +"pork-fish", +"pork_and_beans", +"pork_barrel", +"pork_belly", +"pork_butcher", +"pork_loin", +"pork_pie", +"pork_roast", +"pork_sausage", +"pork_tenderloin", +"porkchop", +"porker", +"porkfish", +"porkholt", +"porkpie", +"porkpie_hat", +"porn", +"porn_merchant", +"porno", +"pornographer", +"pornography", +"poronotus", +"poronotus_triacanthus", +"poroporo", +"porosity", +"porousness", +"porphyra", +"porphyria", +"porphyrin", +"porphyrio", +"porphyrio_porphyrio", +"porphyritic_rock", +"porphyrula", +"porphyrula_martinica", +"porphyry", +"porpoise", +"porpoise_oil", +"porridge", +"porringer", +"port", +"port-access_coronary_bypass_surgery", +"port-au-prince", +"port-of-spain", +"port-wine_stain", +"port_arthur", +"port_jackson_fig", +"port_jackson_heath", +"port_jackson_pine", +"port_louis", +"port_moresby", +"port_of_call", +"port_of_entry", +"port_of_spain", +"port_orford_cedar", +"port_sudan", +"port_vila", +"port_watcher", +"port_wine", +"porta", +"porta_hepatis", +"portability", +"portable", +"portable_circular_saw", +"portable_computer", +"portable_saw", +"portacaval_shunt", +"portage", +"portal", +"portal_hypertension", +"portal_site", +"portal_system", +"portal_tomb", +"portal_vein", +"portcullis", +"porte", +"porte-cochere", +"portent", +"porter", +"porter's_beer", +"porterage", +"porterhouse", +"porterhouse_steak", +"portfolio", +"porthole", +"portia_tree", +"portico", +"portiere", +"portion", +"portland", +"portland_cement", +"portmanteau", +"portmanteau_word", +"porto", +"porto_novo", +"porto_rico", +"portrait", +"portrait_camera", +"portrait_lens", +"portrait_painter", +"portraitist", +"portraiture", +"portrayal", +"portrayer", +"portraying", +"portsmouth", +"portugal", +"portuguese", +"portuguese_cypress", +"portuguese_escudo", +"portuguese_guinea", +"portuguese_heath", +"portuguese_man-of-war", +"portuguese_monetary_unit", +"portuguese_republic", +"portulaca", +"portulaca_grandiflora", +"portulaca_oleracea", +"portulacaceae", +"portunidae", +"portunus", +"portunus_puber", +"portwatcher", +"porzana", +"porzana_porzana", +"pos_tagger", +"pose", +"poseidon", +"poser", +"poseur", +"poseuse", +"posing", +"posit", +"position", +"position_effect", +"position_paper", +"positional_notation", +"positional_representation_system", +"positioner", +"positioning", +"positive", +"positive_charge", +"positive_chemotaxis", +"positive_correlation", +"positive_degree", +"positive_feedback", +"positive_fraud", +"positive_identification", +"positive_magnetic_pole", +"positive_muon", +"positive_pole", +"positive_reinforcer", +"positive_reinforcing_stimulus", +"positive_stimulus", +"positiveness", +"positivism", +"positivist", +"positivity", +"positron", +"positron_emission_tomography", +"positron_emission_tomography_scanner", +"posology", +"posse", +"posse_comitatus", +"posseman", +"possession", +"possessive", +"possessive_case", +"possessiveness", +"possessor", +"posset", +"possibility", +"possible", +"possible_action", +"possibleness", +"possum", +"possum_haw", +"possum_oak", +"possumwood", +"post", +"post-hole_digger", +"post-horse", +"post-impressionist", +"post-it", +"post-maturity", +"post-menopause", +"post-mortem", +"post-mortem_examination", +"post-obit_bond", +"post-office_box", +"post-office_box_number", +"post-rotational_nystagmus", +"post_and_lintel", +"post_card", +"post_chaise", +"post_doc", +"post_exchange", +"post_hoc", +"post_hoc_ergo_propter_hoc", +"post_hole", +"post_horn", +"post_horse", +"post_house", +"post_oak", +"post_office", +"post_road", +"postage", +"postage_meter", +"postage_stamp", +"postal_card", +"postal_clerk", +"postal_code", +"postal_order", +"postal_rate_commission", +"postal_service", +"postbag", +"postbox", +"postcard", +"postcava", +"postcentral_gyrus", +"postcode", +"postdiluvian", +"postdoc", +"postdoctoral", +"poste_restante", +"poster", +"poster_board", +"poster_boy", +"poster_child", +"poster_color", +"poster_colour", +"poster_girl", +"poster_paint", +"posterboard", +"posterior", +"posterior_cardinal_vein", +"posterior_cerebral_artery", +"posterior_facial_vein", +"posterior_labial_veins", +"posterior_meningeal_artery", +"posterior_naris", +"posterior_pituitary", +"posterior_pituitary_gland", +"posterior_serratus_muscle", +"posterior_subcapsular_cataract", +"posterior_synechia", +"posterior_temporal_artery", +"posterior_vein_of_the_left_ventricle", +"posteriority", +"posterity", +"postern", +"postfix", +"postfix_notation", +"postgraduate", +"posthitis", +"posthole", +"posthole_digger", +"posthouse", +"posthumous_birth", +"posthypnotic_amnesia", +"posthypnotic_suggestion", +"postiche", +"postilion", +"postillion", +"postimpressionist", +"posting", +"postlude", +"postman", +"postmark", +"postmaster", +"postmaster_general", +"postmature_infant", +"postmistress", +"postmodernism", +"postmortem", +"postmortem_examination", +"postnasal_drip", +"postponement", +"postponer", +"postposition", +"postscript", +"posttraumatic_amnesia", +"posttraumatic_epilepsy", +"posttraumatic_stress_disorder", +"postulant", +"postulate", +"postulation", +"postulator", +"postum", +"postural_hypotension", +"posture", +"posturer", +"posturing", +"posy", +"pot", +"pot-au-feu", +"pot_cheese", +"pot_farm", +"pot_likker", +"pot_liquor", +"pot_marigold", +"pot_marjoram", +"pot_metal", +"pot_plant", +"pot_roast", +"potable", +"potage", +"potage_st._germain", +"potamogale", +"potamogale_velox", +"potamogalidae", +"potamogeton", +"potamogeton_americanus", +"potamogeton_crispus", +"potamogeton_gramineous", +"potamogeton_nodosus", +"potamogetonaceae", +"potamophis", +"potamophis_striatula", +"potash", +"potash_alum", +"potash_muriate", +"potassium", +"potassium-argon_dating", +"potassium_acid_carbonate", +"potassium_alum", +"potassium_bicarbonate", +"potassium_bitartrate", +"potassium_bromide", +"potassium_carbonate", +"potassium_chlorate", +"potassium_chloride", +"potassium_cyanide", +"potassium_dichromate", +"potassium_ferrocyanide", +"potassium_hydrogen_carbonate", +"potassium_hydrogen_tartrate", +"potassium_hydroxide", +"potassium_iodide", +"potassium_muriate", +"potassium_nitrate", +"potassium_permanganate", +"potassium_sodium_tartrate", +"potation", +"potato", +"potato_bean", +"potato_beetle", +"potato_blight", +"potato_bug", +"potato_chip", +"potato_disease", +"potato_family", +"potato_fern", +"potato_fungus", +"potato_mildew", +"potato_mold", +"potato_mosaic", +"potato_moth", +"potato_murrain", +"potato_nose", +"potato_pancake", +"potato_peel", +"potato_peelings", +"potato_race", +"potato_salad", +"potato_scab_bacteria", +"potato_skin", +"potato_tree", +"potato_tuber_moth", +"potato_tuberworm", +"potato_vine", +"potato_wart", +"potato_wart_fungus", +"potato_worm", +"potato_yellow-dwarf_virus", +"potato_yellow_dwarf", +"potawatomi", +"potbelly", +"potbelly_stove", +"potboiler", +"potboy", +"poteen", +"potemkin", +"potemkin_village", +"potence", +"potency", +"potentate", +"potential", +"potential_difference", +"potential_divider", +"potential_drop", +"potential_energy", +"potential_unit", +"potentiality", +"potentiation", +"potentilla", +"potentilla_anserina", +"potentiometer", +"poterium", +"poterium_sanguisorba", +"potful", +"pothead", +"pother", +"potherb", +"potholder", +"pothole", +"potholer", +"pothook", +"pothos", +"pothouse", +"pothunter", +"potion", +"potlatch", +"potluck", +"potman", +"potomac", +"potomac_river", +"potomania", +"potoroinae", +"potoroo", +"potorous", +"potos", +"potos_caudivolvulus", +"potos_flavus", +"potpie", +"potpourri", +"potsdam", +"potsdam_conference", +"potsherd", +"potshot", +"pott's_disease", +"pottage", +"potter", +"potter's_clay", +"potter's_earth", +"potter's_field", +"potter's_wheel", +"potter_bee", +"potter_wasp", +"potterer", +"pottery", +"pottle", +"potto", +"potty", +"potty_chair", +"potty_seat", +"potyokin", +"pouch", +"pouched_mammal", +"pouched_mole", +"pouched_mouse", +"pouched_rat", +"poudrin", +"pouf", +"pouf_paste", +"pouffe", +"poulenc", +"poulet", +"poulette", +"poulterer", +"poultice", +"poultry", +"poultryman", +"pounce", +"pound", +"pound_cake", +"pound_net", +"pound_sign", +"pound_sterling", +"poundage", +"poundal", +"pounder", +"pounding", +"pounds_per_square_inch", +"pourboire", +"pousse-cafe", +"poussin", +"pout", +"pouter", +"pouter_pigeon", +"pouteria", +"pouteria_campechiana_nervosa", +"pouteria_zapota", +"poverty", +"poverty_grass", +"poverty_level", +"poverty_line", +"poverty_trap", +"pow", +"pow_camp", +"powder", +"powder-post_termite", +"powder_and_shot", +"powder_blue", +"powder_compact", +"powder_flask", +"powder_horn", +"powder_keg", +"powder_magazine", +"powder_metallurgy", +"powder_method", +"powder_monkey", +"powder_photography", +"powder_room", +"powder_store", +"powder_technique", +"powdered_ginger", +"powdered_milk", +"powdered_mustard", +"powdered_sugar", +"powderer", +"powderiness", +"powderpuff", +"powdery_mildew", +"powell", +"power", +"power-assisted_steering", +"power-station_worker", +"power_brake", +"power_breakfast", +"power_broker", +"power_cable", +"power_company", +"power_cord", +"power_couple", +"power_dive", +"power_drill", +"power_failure", +"power_grid", +"power_hammer", +"power_hunger", +"power_law", +"power_line", +"power_loading", +"power_loom", +"power_meter", +"power_module", +"power_mower", +"power_of_appointment", +"power_of_attorney", +"power_outage", +"power_pack", +"power_plant", +"power_play", +"power_point", +"power_politics", +"power_pylon", +"power_saw", +"power_series", +"power_service", +"power_shovel", +"power_station", +"power_steering", +"power_structure", +"power_system", +"power_takeoff", +"power_tool", +"power_train", +"power_trip", +"power_unit", +"power_user", +"power_walking", +"power_worker", +"powerboat", +"powerbroker", +"powerfulness", +"powerhouse", +"powerlessness", +"powhatan", +"powwow", +"powys", +"pox", +"poxvirus", +"poyang", +"poyou", +"pozsony", +"ppk", +"pplo", +"ppp", +"pr", +"pr_man", +"practicability", +"practicableness", +"practical_application", +"practical_joke", +"practical_joker", +"practical_nurse", +"practical_politics", +"practicality", +"practice", +"practice_game", +"practice_of_law", +"practice_of_medicine", +"practice_range", +"practice_session", +"practice_teacher", +"practician", +"practitioner", +"praenomen", +"praesidium", +"praetor", +"praetorian", +"praetorian_guard", +"praetorium", +"praetorship", +"prag", +"pragmatic", +"pragmatic_sanction", +"pragmatics", +"pragmatism", +"pragmatist", +"prague", +"praha", +"praia", +"prairia_sabbatia", +"prairial", +"prairie", +"prairie_anemone", +"prairie_aster", +"prairie_berry", +"prairie_bird's-foot_trefoil", +"prairie_chicken", +"prairie_coneflower", +"prairie_cordgrass", +"prairie_crab", +"prairie_dock", +"prairie_dog", +"prairie_fire", +"prairie_fowl", +"prairie_fox", +"prairie_gentian", +"prairie_golden_aster", +"prairie_gourd", +"prairie_gourd_vine", +"prairie_grass", +"prairie_grouse", +"prairie_lotus", +"prairie_mallow", +"prairie_marmot", +"prairie_mimosa", +"prairie_orchid", +"prairie_rattler", +"prairie_rattlesnake", +"prairie_rocket", +"prairie_sage", +"prairie_sagewort", +"prairie_schooner", +"prairie_smoke", +"prairie_soil", +"prairie_star", +"prairie_state", +"prairie_sunflower", +"prairie_trefoil", +"prairie_trillium", +"prairie_vole", +"prairie_wagon", +"prairie_wake-robin", +"prairie_white-fringed_orchid", +"prairie_white-fringed_orchis", +"prairie_willow", +"prairie_wolf", +"praise", +"praiseworthiness", +"praisworthiness", +"prajapati", +"prakrit", +"praline", +"pram", +"prance", +"prancer", +"prang", +"prank", +"prankishness", +"prankster", +"praseodymium", +"prat", +"prate", +"prater", +"pratfall", +"pratincole", +"prattle", +"prattler", +"praunus", +"pravachol", +"pravastatin", +"prawn", +"praxis", +"praxiteles", +"praya", +"prayer", +"prayer_beads", +"prayer_book", +"prayer_mat", +"prayer_meeting", +"prayer_of_azariah_and_song_of_the_three_children", +"prayer_rug", +"prayer_service", +"prayer_shawl", +"prayer_wheel", +"prayerbook", +"praying_mantid", +"praying_mantis", +"prazosin", +"prc", +"pre-eclampsia", +"pre-empt", +"pre-emption", +"pre-emptive_strike", +"pre-emptor", +"pre-raphaelite", +"pre-socratic", +"preacher", +"preacher_man", +"preachification", +"preaching", +"preachment", +"preakness", +"preamble", +"prearrangement", +"prebend", +"prebendary", +"precambrian", +"precambrian_aeon", +"precambrian_eon", +"precambrian_period", +"precariousness", +"precaution", +"precava", +"precedence", +"precedency", +"precedent", +"precentor", +"precentorship", +"precentral_gyrus", +"precept", +"preceptor", +"preceptorship", +"precession", +"precession_of_the_equinoxes", +"prechlorination", +"precinct", +"preciosity", +"precious_coral", +"precious_metal", +"precious_stone", +"preciousness", +"precipice", +"precipitance", +"precipitancy", +"precipitant", +"precipitate", +"precipitateness", +"precipitation", +"precipitator", +"precipitin", +"precipitousness", +"precis", +"preciseness", +"precision", +"precision_cookie", +"precision_rifle", +"preclinical_phase", +"preclinical_test", +"preclinical_trial", +"preclusion", +"precocious_dentition", +"precociousness", +"precocity", +"precognition", +"preconceived_idea", +"preconceived_notion", +"preconceived_opinion", +"preconception", +"precondition", +"precordium", +"precursor", +"predation", +"predator", +"predatory_animal", +"predecessor", +"predestinarian", +"predestinarianism", +"predestination", +"predestinationist", +"predetermination", +"predicament", +"predicate", +"predicate_calculus", +"predication", +"predicator", +"predictability", +"prediction", +"predictor", +"predictor_variable", +"predilection", +"predisposition", +"prednisolone", +"prednisone", +"predominance", +"predomination", +"preeclampsia", +"preemie", +"preeminence", +"preemployment_training_program", +"preempt", +"preemption", +"preemptive_bid", +"preemptive_right", +"preemptor", +"preen_gland", +"preexistence", +"prefab", +"prefabrication", +"preface", +"prefect", +"prefecture", +"preference", +"preference_shares", +"preferment", +"preferred_shares", +"preferred_stock", +"prefiguration", +"prefix", +"prefix_notation", +"prefixation", +"preformation", +"prefrontal_cortex", +"prefrontal_leucotomy", +"prefrontal_leukotomy", +"prefrontal_lobe", +"prefrontal_lobotomy", +"pregnancy", +"pregnancy_test", +"pregnanediol", +"pregnant_chad", +"prehension", +"prehensor", +"prehistoric_culture", +"prehistory", +"preindication", +"preinvasive_cancer", +"prejudgement", +"prejudgment", +"prejudice", +"prelacy", +"prelate", +"prelature", +"prelim", +"preliminary", +"preliminary_exam", +"preliminary_examination", +"preliminary_prospectus", +"prelims", +"prelone", +"prelude", +"premature_baby", +"premature_ejaculation", +"premature_infant", +"premature_labor", +"premature_labour", +"premature_ventricular_contraction", +"prematureness", +"prematurity", +"premeditation", +"premenstrual_syndrome", +"premie", +"premier", +"premiere", +"premiership", +"premise", +"premises", +"premiss", +"premium", +"premium_bond", +"premix", +"premolar", +"premonition", +"prenanthes", +"prenanthes_alba", +"prenanthes_purpurea", +"prenanthes_serpentaria", +"prenatal_diagnosis", +"prentice", +"preoccupancy", +"preoccupation", +"preordination", +"prep", +"prep_school", +"preparation", +"preparation_fire", +"preparatory_school", +"preparedness", +"prepayment", +"preponderance", +"preposition", +"prepositional_object", +"prepositional_phrase", +"prepossession", +"prepotency", +"prepuberty", +"prepuce", +"prepyloric_vein", +"prerequisite", +"prerogative", +"pres_young", +"presage", +"presbyope", +"presbyopia", +"presbyter", +"presbyterian", +"presbyterian_church", +"presbyterianism", +"presbytery", +"presbytes", +"presbytes_entellus", +"preschool", +"preschooler", +"prescience", +"prescott", +"prescript", +"prescription", +"prescription_drug", +"prescription_medicine", +"prescriptive_grammar", +"prescriptive_linguistics", +"prescriptivism", +"preseason", +"presence", +"presence_chamber", +"presence_of_mind", +"presenile_dementia", +"present", +"present_moment", +"present_participle", +"present_perfect", +"present_perfect_tense", +"present_progressive", +"present_progressive_tense", +"present_tense", +"present_times", +"presentation", +"presenter", +"presentiment", +"presentism", +"presentist", +"presentment", +"presentness", +"preservation", +"preservationist", +"preservative", +"preserve", +"preserver", +"preserves", +"presidency", +"president", +"president_abraham_lincoln", +"president_adams", +"president_andrew_johnson", +"president_arthur", +"president_benjamin_harrison", +"president_buchanan", +"president_bush", +"president_carter", +"president_cleveland", +"president_clinton", +"president_coolidge", +"president_eisenhower", +"president_fillmore", +"president_ford", +"president_franklin_roosevelt", +"president_garfield", +"president_george_w._bush", +"president_grant", +"president_harding", +"president_harrison", +"president_hayes", +"president_hoover", +"president_jefferson", +"president_john_adams", +"president_john_f._kennedy", +"president_john_quincy_adams", +"president_johnson", +"president_kennedy", +"president_lincoln", +"president_lyndon_johnson", +"president_madison", +"president_mckinley", +"president_monroe", +"president_nixon", +"president_of_the_united_states", +"president_pierce", +"president_polk", +"president_reagan", +"president_roosevelt", +"president_taft", +"president_taylor", +"president_theodore_roosevelt", +"president_truman", +"president_tyler", +"president_van_buren", +"president_washington", +"president_william_henry_harrison", +"president_wilson", +"presidential_directive", +"presidential_term", +"presidents'_day", +"presidentship", +"presiding_officer", +"presidio", +"presidium", +"presley", +"press", +"press-up", +"press_agency", +"press_agent", +"press_association", +"press_box", +"press_clipping", +"press_conference", +"press_corps", +"press_cutting", +"press_gallery", +"press_gang", +"press_lord", +"press_of_canvas", +"press_of_sail", +"press_photographer", +"press_release", +"press_run", +"press_stud", +"pressburg", +"pressing", +"pressman", +"pressmark", +"pressor", +"pressure", +"pressure-feed_lubricating_system", +"pressure_cabin", +"pressure_cooker", +"pressure_dome", +"pressure_feed", +"pressure_gage", +"pressure_gauge", +"pressure_group", +"pressure_level", +"pressure_point", +"pressure_sensation", +"pressure_sore", +"pressure_suit", +"pressure_unit", +"pressurized_water_reactor", +"prestidigitation", +"prestidigitator", +"prestige", +"prestigiousness", +"presumption", +"presumptuousness", +"presupposition", +"preteen", +"preteenager", +"pretence", +"pretend", +"pretender", +"pretending", +"pretense", +"pretension", +"pretentiousness", +"preterist", +"preterit", +"preterite", +"preterition", +"preterm_baby", +"preterm_infant", +"pretermission", +"pretext", +"pretor", +"pretoria", +"pretorium", +"pretrial", +"pretrial_conference", +"prettiness", +"pretzel", +"preussen", +"prevacid", +"prevailing_party", +"prevailing_westerly", +"prevailing_wind", +"prevalence", +"prevarication", +"prevaricator", +"preventative", +"prevention", +"preventive", +"preventive_attack", +"preventive_medicine", +"preventive_strike", +"preview", +"previous_question", +"prevision", +"prevue", +"prexy", +"prey", +"priacanthidae", +"priacanthus", +"priacanthus_arenatus", +"priam", +"priapism", +"priapus", +"price", +"price-fixing", +"price-to-earnings_ratio", +"price_bracket", +"price_competition", +"price_control", +"price_cut", +"price_cutting", +"price_floor", +"price_freeze", +"price_gouging", +"price_increase", +"price_index", +"price_level", +"price_list", +"price_of_admission", +"price_reduction", +"price_support", +"price_tag", +"price_war", +"pricelessness", +"pricing", +"pricing_system", +"prick", +"pricker", +"pricket", +"pricking", +"prickle", +"prickle-weed", +"prickle_cell", +"prickleback", +"prickliness", +"prickling", +"prickly-edged_leaf", +"prickly-seeded_spinach", +"prickly_ash", +"prickly_custard_apple", +"prickly_heat", +"prickly_lettuce", +"prickly_pear", +"prickly_pear_cactus", +"prickly_pine", +"prickly_poppy", +"prickly_shield_fern", +"prickteaser", +"pride", +"pride-of-india", +"pride_of_barbados", +"pride_of_bolivia", +"pride_of_california", +"pride_of_place", +"pridefulness", +"prie-dieu", +"priest", +"priest-doctor", +"priest-penitent_privilege", +"priestcraft", +"priestess", +"priesthood", +"priestley", +"prig", +"priggishness", +"prilosec", +"prima", +"prima_ballerina", +"prima_donna", +"primacy", +"primality", +"primaquine", +"primary", +"primary_amenorrhea", +"primary_atypical_pneumonia", +"primary_care", +"primary_care_physician", +"primary_care_provider", +"primary_cell", +"primary_censorship", +"primary_coil", +"primary_color", +"primary_color_for_light", +"primary_color_for_pigments", +"primary_colour", +"primary_colour_for_light", +"primary_colour_for_pigments", +"primary_dentition", +"primary_dysmenorrhea", +"primary_election", +"primary_feather", +"primary_health_care", +"primary_quill", +"primary_school", +"primary_sex_character", +"primary_sex_characteristic", +"primary_sexual_characteristic", +"primary_solid_solution", +"primary_subtractive_color_for_light", +"primary_subtractive_colour_for_light", +"primary_syphilis", +"primary_tooth", +"primary_winding", +"primate", +"primates", +"primateship", +"primatology", +"primaxin", +"prime", +"prime_factor", +"prime_interest_rate", +"prime_meridian", +"prime_minister", +"prime_mover", +"prime_number", +"prime_of_life", +"prime_quantity", +"prime_time", +"primer", +"primer_coat", +"primidone", +"primigravida", +"priming", +"priming_coat", +"primipara", +"primitive", +"primitive_art", +"primitive_person", +"primitiveness", +"primitivism", +"primness", +"primo", +"primogenitor", +"primogeniture", +"primordial_dwarf", +"primordium", +"primping", +"primrose", +"primrose_family", +"primrose_jasmine", +"primrose_path", +"primula", +"primula_auricula", +"primula_elatior", +"primula_polyantha", +"primula_sinensis", +"primula_veris", +"primula_vulgaris", +"primulaceae", +"primulales", +"primum_mobile", +"primus", +"primus_stove", +"prince", +"prince's-feather", +"prince's-plume", +"prince's_pine", +"prince-of-wales'-heath", +"prince-of-wales_feather", +"prince-of-wales_fern", +"prince-of-wales_plume", +"prince_albert", +"prince_albert's_yew", +"prince_albert_yew", +"prince_charles", +"prince_charming", +"prince_consort", +"prince_edward", +"prince_edward_island", +"prince_eugene_of_savoy", +"prince_fumimaro_konoe", +"prince_fumimaro_konoye", +"prince_klemens_wenzel_nepomuk_lothar_von_metternich", +"prince_of_darkness", +"prince_of_smolensk", +"prince_of_wales", +"prince_of_wales_heath", +"prince_otto_eduard_leopold_von_bismarck", +"prince_otto_von_bismarck", +"prince_peter_kropotkin", +"prince_philip", +"prince_rupert", +"princedom", +"princeling", +"princess", +"princess_diana", +"princess_feather", +"princess_grace_of_monaco", +"princess_of_wales", +"princess_pine", +"princess_royal", +"princeton", +"princeton_university", +"princeton_wordnet", +"princewood", +"principal", +"principal_axis", +"principal_diagonal", +"principal_investigator", +"principal_sum", +"principality", +"principality_of_andorra", +"principality_of_liechtenstein", +"principality_of_monaco", +"principalship", +"principe", +"principen", +"principle", +"principle_of_equivalence", +"principle_of_liquid_displacement", +"principle_of_parsimony", +"principle_of_relativity", +"principle_of_superposition", +"prinia", +"prinival", +"print", +"print_buffer", +"print_media", +"print_run", +"print_seller", +"print_shop", +"printed_circuit", +"printed_symbol", +"printer", +"printer's_devil", +"printer's_ink", +"printer_cable", +"printing", +"printing_business", +"printing_company", +"printing_concern", +"printing_ink", +"printing_machine", +"printing_operation", +"printing_press", +"printing_process", +"printing_shop", +"printing_unit", +"printmaker", +"printmaking", +"printout", +"priodontes", +"priodontes_giganteus", +"prion", +"prionace", +"prionace_glauca", +"prionotus", +"prionotus_carolinus", +"prior", +"prioress", +"priority", +"priority_processing", +"priorship", +"priory", +"priscoan", +"priscoan_aeon", +"priscoan_eon", +"prism", +"prism_spectroscope", +"prismatoid", +"prismoid", +"prison", +"prison-breaking", +"prison_camp", +"prison_cell", +"prison_chaplain", +"prison_farm", +"prison_guard", +"prison_house", +"prison_term", +"prisonbreak", +"prisoner", +"prisoner's_base", +"prisoner_of_war", +"prisoner_of_war_camp", +"prisoner_of_war_censorship", +"pristidae", +"pristis", +"pristis_pectinatus", +"pritzelago", +"pritzelago_alpina", +"privacy", +"private", +"private_citizen", +"private_corporation", +"private_detective", +"private_enterprise", +"private_eye", +"private_foundation", +"private_instructor", +"private_investigator", +"private_line", +"private_nuisance", +"private_parts", +"private_practice", +"private_property", +"private_road", +"private_school", +"private_security_force", +"private_treaty", +"privateer", +"privateersman", +"privately_held_corporation", +"privateness", +"privates", +"privation", +"privatisation", +"privatization", +"privet", +"privet_andromeda", +"privet_hedge", +"privilege", +"privilege_against_self_incrimination", +"privilege_of_the_floor", +"privine", +"privy", +"privy_council", +"privy_purse", +"prix_de_rome", +"prix_fixe", +"prix_goncourt", +"prize", +"prize_fight", +"prize_money", +"prize_ring", +"prize_winner", +"prizefight", +"prizefighter", +"pro", +"pro-choice_faction", +"pro-life_faction", +"pro-lifer", +"proaccelerin", +"probabilism", +"probability", +"probability_theorist", +"probability_theory", +"probable", +"probable_cause", +"probate", +"probate_court", +"probate_will", +"probation", +"probation_officer", +"probationer", +"probe", +"probenecid", +"probiotic", +"probiotic_bacterium", +"probiotic_flora", +"probiotic_microflora", +"probity", +"problem", +"problem-oriented_language", +"problem_solver", +"problem_solving", +"proboscidea", +"proboscidea_arenaria", +"proboscidea_fragrans", +"proboscidea_louisianica", +"proboscidean", +"proboscidian", +"proboscis", +"proboscis_flower", +"proboscis_monkey", +"proboscis_worm", +"procaine", +"procaine_hydrochloride", +"procarbazine", +"procardia", +"procaryote", +"procavia", +"procavia_capensis", +"procaviidae", +"procedure", +"proceeding", +"proceedings", +"proceeds", +"procellaria", +"procellaria_aequinoctialis", +"procellariidae", +"procellariiform_seabird", +"procellariiformes", +"process", +"process-server", +"process_cheese", +"process_of_monition", +"process_printing", +"processed_cheese", +"processing", +"processing_time", +"procession", +"processional", +"processional_march", +"processor", +"processus_coronoideus", +"prochlorperazine", +"prociphilus", +"prociphilus_tessellatus", +"proclamation", +"proclivity", +"procnias", +"proconsul", +"proconsulate", +"proconsulship", +"proconvertin", +"procrastination", +"procrastinator", +"procreation", +"procrustean_bed", +"procrustean_rule", +"procrustean_standard", +"procrustes", +"proctalgia", +"proctitis", +"proctocele", +"proctologist", +"proctology", +"proctoplasty", +"proctor", +"proctorship", +"proctoscope", +"proctoscopy", +"procural", +"procurance", +"procurator", +"procurement", +"procurer", +"procuress", +"procursive_epilepsy", +"procyclidine", +"procyon", +"procyon_cancrivorus", +"procyon_lotor", +"procyonid", +"procyonidae", +"prod", +"prodding", +"prodigal", +"prodigality", +"prodigy", +"prodroma", +"prodrome", +"produce", +"producer", +"producer_gas", +"producer_price_index", +"product", +"product-moment_correlation_coefficient", +"product_development", +"product_introduction", +"product_line", +"product_research", +"production", +"production_cost", +"production_line", +"production_order", +"productiveness", +"productivity", +"proenzyme", +"prof", +"profanation", +"profaneness", +"profanity", +"professing", +"profession", +"professional", +"professional_association", +"professional_baseball", +"professional_basketball", +"professional_boxing", +"professional_dancer", +"professional_football", +"professional_golf", +"professional_golfer", +"professional_life", +"professional_organisation", +"professional_organization", +"professional_person", +"professional_relation", +"professional_tennis", +"professional_tennis_player", +"professional_wrestling", +"professionalisation", +"professionalism", +"professionalization", +"professor", +"professorship", +"proffer", +"proficiency", +"profile", +"profiling", +"profit", +"profit-and-loss_statement", +"profit_and_loss", +"profit_and_loss_account", +"profit_margin", +"profit_sharing", +"profit_taker", +"profitability", +"profitableness", +"profiteer", +"profiterole", +"profits", +"profligacy", +"profligate", +"profoundness", +"profundity", +"profuseness", +"profusion", +"progenitor", +"progeny", +"progeria", +"progesterone", +"progestin", +"progestogen", +"prognathism", +"progne", +"progne_subis", +"prognosis", +"prognostic", +"prognostication", +"prognosticator", +"program", +"program_library", +"program_line", +"program_music", +"program_trading", +"programing", +"programing_language", +"programma", +"programme", +"programme_music", +"programmed_cell_death", +"programmer", +"programming", +"programming_error", +"programming_language", +"progress", +"progress_report", +"progression", +"progressive", +"progressive_aspect", +"progressive_emphysematous_necrosis", +"progressive_party", +"progressive_rock", +"progressive_tax", +"progressive_tense", +"progressive_vaccinia", +"progressiveness", +"progressivism", +"progressivity", +"progymnosperm", +"prohibition", +"prohibition_era", +"prohibition_party", +"prohibitionist", +"project", +"projectile", +"projection", +"projection_screen", +"projectionist", +"projective_device", +"projective_geometry", +"projective_technique", +"projective_test", +"projector", +"prokaryote", +"prokayotae", +"prokhorov", +"prokofiev", +"prolactin", +"prolamine", +"prolapse", +"prolapsus", +"prolate_cycloid", +"prole", +"prolegomenon", +"prolepsis", +"proletarian", +"proletariat", +"proliferation", +"prolificacy", +"proline", +"prolixity", +"prolixness", +"prolog", +"prologue", +"prolongation", +"prolonge", +"prolonge_knot", +"prolonged_interrogation", +"prolusion", +"prom", +"promenade", +"promenade_deck", +"promethazine", +"prometheus", +"promethium", +"prominence", +"promiscuity", +"promiscuousness", +"promise", +"promised_land", +"promisee", +"promiser", +"promisor", +"promissory_note", +"promontory", +"promoter", +"promotion", +"promotion_system", +"promotional_expense", +"promotional_material", +"prompt", +"prompt_box", +"prompt_copy", +"promptbook", +"prompter", +"prompter's_box", +"prompting", +"promptitude", +"promptness", +"promulgation", +"promulgator", +"promycelium", +"pronation", +"pronator", +"prone_float", +"proneness", +"prong", +"prongbuck", +"pronghorn", +"pronghorn_antelope", +"pronominal", +"pronominal_phrase", +"pronoun", +"pronouncement", +"pronucleus", +"pronunciamento", +"pronunciation", +"proof", +"proof_spirit", +"proofreader", +"prop", +"prop_root", +"propaedeutic", +"propaedeutics", +"propaganda", +"propagandist", +"propagation", +"propagator", +"propanal", +"propanamide", +"propane", +"propanediol", +"propanoic_acid", +"propanol", +"propanolol", +"propanone", +"proparoxytone", +"propellant", +"propellant_explosive", +"propellent", +"propeller", +"propeller_plane", +"propellor", +"propenal", +"propene", +"propenoate", +"propenoic_acid", +"propenonitrile", +"propensity", +"propenyl_alcohol", +"proper_fraction", +"proper_name", +"proper_noun", +"properness", +"property", +"property_line", +"property_man", +"property_master", +"property_owner", +"property_right", +"property_settlement", +"property_tax", +"prophase", +"prophecy", +"prophesier", +"prophet", +"prophetess", +"prophets", +"prophylactic", +"prophylactic_device", +"prophylaxis", +"prophyll", +"propinquity", +"propionaldehyde", +"propionic_acid", +"propitiation", +"propitiousness", +"propjet", +"propman", +"proponent", +"proportion", +"proportional", +"proportional_counter", +"proportional_counter_tube", +"proportional_font", +"proportional_representation", +"proportional_sample", +"proportional_sampling", +"proportional_tax", +"proportionality", +"proportionateness", +"proposal", +"proposal_of_marriage", +"proposer", +"proposition", +"propositional_calculus", +"propositional_logic", +"propositus", +"propoxyphene", +"propoxyphene_hydrochloride", +"propping_up", +"proprietary", +"proprietary_colony", +"proprietary_drug", +"proprietor", +"proprietorship", +"proprietorship_certificate", +"proprietress", +"propriety", +"proprioception", +"proprioceptor", +"proprionamide", +"props", +"propulsion", +"propulsion_system", +"propyl", +"propyl_alcohol", +"propyl_group", +"propyl_radical", +"propylene", +"propylene_glycol", +"propylthiouracil", +"proration", +"prorogation", +"prosaicness", +"prosauropoda", +"proscenium", +"proscenium_arch", +"proscenium_wall", +"prosciutto", +"proscription", +"prose", +"prose_poem", +"prosecuting_attorney", +"prosecuting_officer", +"prosecution", +"prosecutor", +"proselyte", +"proselytism", +"prosencephalon", +"proserpina", +"proserpine", +"prosimian", +"prosimii", +"prosiness", +"prosodic_system", +"prosodion", +"prosody", +"prosom", +"prosopis", +"prosopis_glandulosa", +"prosopis_juliflora", +"prosopis_juliiflora", +"prosopis_pubescens", +"prosopium", +"prosopium_cylindraceum", +"prosopium_williamsonii", +"prosopopoeia", +"prospect", +"prospector", +"prospectus", +"prosper_meniere", +"prosperity", +"prospero_lambertini", +"prospicience", +"prostaglandin", +"prostate", +"prostate_cancer", +"prostate_gland", +"prostate_specific_antigen", +"prostatectomy", +"prostatic_adenocarcinoma", +"prostatitis", +"prostheon", +"prosthesis", +"prosthetic_device", +"prosthetics", +"prosthetist", +"prosthion", +"prosthodontia", +"prosthodontics", +"prosthodontist", +"prostigmin", +"prostitute", +"prostitution", +"prostration", +"protactinium", +"protagonism", +"protagonist", +"protamine", +"protanopia", +"protea", +"protea_cynaroides", +"protea_family", +"protea_mellifera", +"proteaceae", +"proteales", +"protease", +"protease_inhibitor", +"protection", +"protectionism", +"protectionist", +"protective_coloration", +"protective_cover", +"protective_covering", +"protective_embankment", +"protective_fold", +"protective_garment", +"protective_tariff", +"protectiveness", +"protector", +"protector_of_boundaries", +"protectorate", +"protectorship", +"protege", +"protegee", +"proteidae", +"protein", +"protein_folding", +"protein_molecule", +"proteinase", +"proteinuria", +"proteles", +"proteles_cristata", +"proteolysis", +"proteolytic_enzyme", +"proteome", +"proteomics", +"proteosome", +"proteosome_vaccine", +"proterochampsa", +"proterozoic", +"proterozoic_aeon", +"proterozoic_eon", +"protest", +"protest_march", +"protestant", +"protestant_church", +"protestant_deacon", +"protestant_denomination", +"protestant_episcopal_church", +"protestant_reformation", +"protestantism", +"protestation", +"protester", +"proteus", +"proteus_anguinus", +"prothalamion", +"prothalamium", +"prothorax", +"prothrombin", +"prothrombin_accelerator", +"prothrombinase", +"protirelin", +"protist", +"protista", +"protistan", +"protium", +"protium_guianense", +"protium_heptaphyllum", +"proto-indo_european", +"proto-norse", +"proto-oncogene", +"protoactinium", +"protoanthropology", +"protoarchaeology", +"protoarcheology", +"protoavis", +"protoceratops", +"protocol", +"protoctist", +"protoctist_family", +"protoctist_genus", +"protoctist_order", +"protoctista", +"protoheme", +"protohemin", +"protohippus", +"protohistory", +"protology", +"protomammal", +"proton", +"proton_accelerator", +"proton_magnetic_resonance", +"protoplasm", +"protoplasmic_astrocyte", +"protoplast", +"prototheria", +"prototherian", +"prototype", +"protozoa", +"protozoal_infection", +"protozoan", +"protozoologist", +"protozoology", +"protozoon", +"protraction", +"protractor", +"protriptyline", +"protropin", +"protrusion", +"protuberance", +"protura", +"proturan", +"proud_flesh", +"proudhon", +"proust", +"provability", +"provenance", +"provencal", +"provence", +"provender", +"provenience", +"proventil", +"provera", +"proverb", +"proverbs", +"providence", +"provider", +"province", +"provincial", +"provincial_capital", +"provincialism", +"proving_ground", +"provirus", +"provision", +"provisional_ira", +"provisional_irish_republican_army", +"provisioner", +"provisions", +"proviso", +"provitamin", +"provitamin_a", +"provo", +"provocateur", +"provocation", +"provoker", +"provos", +"provost", +"provost_court", +"provost_guard", +"provost_marshal", +"prow", +"prowess", +"prowl", +"prowl_car", +"prowler", +"proxemics", +"proxima", +"proxima_centauri", +"proximity", +"proxy", +"proxy_fight", +"proxy_war", +"prozac", +"prude", +"prudence", +"prudery", +"prudhoe_bay", +"prudishness", +"prumnopitys", +"prumnopitys_amara", +"prumnopitys_andina", +"prumnopitys_elegans", +"prumnopitys_ferruginea", +"prumnopitys_taxifolia", +"prune", +"prune_cake", +"prune_whip", +"prunella", +"prunella_modularis", +"prunella_vulgaris", +"prunellidae", +"pruner", +"pruning", +"pruning_hook", +"pruning_knife", +"pruning_saw", +"pruning_shears", +"pruno", +"prunus", +"prunus_alleghaniensis", +"prunus_americana", +"prunus_amygdalus", +"prunus_angustifolia", +"prunus_armeniaca", +"prunus_avium", +"prunus_besseyi", +"prunus_capuli", +"prunus_caroliniana", +"prunus_cerasifera", +"prunus_cerasus", +"prunus_cerasus_austera", +"prunus_cerasus_caproniana", +"prunus_cerasus_marasca", +"prunus_cuneata", +"prunus_dasycarpa", +"prunus_demissa", +"prunus_domestica", +"prunus_domestica_insititia", +"prunus_dulcis", +"prunus_dulcis_amara", +"prunus_glandulosa", +"prunus_ilicifolia", +"prunus_incisa", +"prunus_insititia", +"prunus_japonica", +"prunus_laurocerasus", +"prunus_lyonii", +"prunus_maritima", +"prunus_mexicana", +"prunus_mume", +"prunus_nigra", +"prunus_padus", +"prunus_pensylvanica", +"prunus_persica", +"prunus_persica_nectarina", +"prunus_pumila", +"prunus_pumilla_susquehanae", +"prunus_salicina", +"prunus_serotina", +"prunus_serrulata", +"prunus_sieboldii", +"prunus_spinosa", +"prunus_subcordata", +"prunus_subhirtella", +"prunus_susquehanae", +"prunus_tenella", +"prunus_triloba", +"prunus_virginiana", +"prunus_virginiana_demissa", +"prurience", +"pruriency", +"prurigo", +"pruritus", +"pruritus_ani", +"pruritus_vulvae", +"prussia", +"prussian", +"prussian_asparagus", +"prussian_blue", +"prussic_acid", +"pry", +"pry_bar", +"prying", +"przevalski's_horse", +"przewalski's_horse", +"ps", +"psa", +"psa_blood_test", +"psalm", +"psalmist", +"psalmody", +"psalms", +"psalter", +"psalterium", +"psaltery", +"psaltriparus", +"psammoma", +"psenes", +"psephologist", +"psephology", +"psephurus", +"psephurus_gladis", +"psetta", +"psetta_maxima", +"psettichthys", +"psettichthys_melanostichus", +"pseud", +"pseudacris", +"pseudaletia", +"pseudaletia_unipuncta", +"pseudechis", +"pseudechis_porphyriacus", +"pseudemys", +"pseudemys_concinna", +"pseudemys_rubriventris", +"pseudemys_scripta", +"pseudepigrapha", +"pseudo", +"pseudobombax", +"pseudobombax_ellipticum", +"pseudobulb", +"pseudocarp", +"pseudococcidae", +"pseudococcus", +"pseudococcus_comstocki", +"pseudococcus_fragilis", +"pseudocolus", +"pseudocolus_fusiformis", +"pseudocyesis", +"pseudoephedrine", +"pseudohallucination", +"pseudohermaphrodite", +"pseudohermaphroditism", +"pseudohypertrophic_dystrophy", +"pseudolarix", +"pseudolarix_amabilis", +"pseudomonad", +"pseudomonadales", +"pseudomonas", +"pseudomonas_pyocanea", +"pseudomonas_solanacearum", +"pseudomonodaceae", +"pseudonym", +"pseudophloem", +"pseudopleuronectes", +"pseudopleuronectes_americanus", +"pseudopod", +"pseudopodium", +"pseudorubella", +"pseudoryx", +"pseudoryx_nghetinhensis", +"pseudoscience", +"pseudoscorpion", +"pseudoscorpiones", +"pseudoscorpionida", +"pseudosmallpox", +"pseudotaxus", +"pseudotaxus_chienii", +"pseudotsuga", +"pseudotsuga_macrocarpa", +"pseudotsuga_menziesii", +"pseudovariola", +"pseudowintera", +"pseudowintera_colorata", +"psf", +"psi", +"psi_particle", +"psidium", +"psidium_cattleianum", +"psidium_guajava", +"psidium_guineense", +"psidium_littorale", +"psidium_littorale_longipes", +"psilocin", +"psilocybin", +"psilomelane", +"psilophytaceae", +"psilophytales", +"psilophyte", +"psilophyton", +"psilopsida", +"psilosis", +"psilotaceae", +"psilotales", +"psilotatae", +"psilotum", +"psilotum_nudum", +"psithyrus", +"psittacidae", +"psittaciformes", +"psittacosaur", +"psittacosaurus", +"psittacosis", +"psittacula", +"psittacula_krameri", +"psittacus", +"psittacus_erithacus", +"psoas", +"psocid", +"psocidae", +"psocoptera", +"psocopterous_insect", +"psophia", +"psophia_crepitans", +"psophiidae", +"psophocarpus", +"psophocarpus_tetragonolobus", +"psoralea", +"psoralea_esculenta", +"psoriasis", +"psoriatic_arthritis", +"pst", +"psyche", +"psychedelia", +"psychedelic_drug", +"psychedelic_rock", +"psychiatric_hospital", +"psychiatrist", +"psychiatry", +"psychic", +"psychic_communication", +"psychic_energy", +"psychic_phenomena", +"psychic_phenomenon", +"psychic_trauma", +"psychical_communication", +"psycho", +"psychoactive_drug", +"psychoactive_substance", +"psychoanalysis", +"psychoanalyst", +"psychoanalytic_process", +"psychobabble", +"psychodelic_drug", +"psychodid", +"psychodidae", +"psychodynamics", +"psychogalvanic_response", +"psychogenesis", +"psychogenic_fugue", +"psychokinesis", +"psycholinguist", +"psycholinguistics", +"psychological_condition", +"psychological_disorder", +"psychological_feature", +"psychological_medicine", +"psychological_moment", +"psychological_operation", +"psychological_science", +"psychological_state", +"psychological_warfare", +"psychologist", +"psychology", +"psychology_department", +"psychometric_test", +"psychometrics", +"psychometrika", +"psychometry", +"psychomotor_development", +"psychomotor_epilepsy", +"psychoneurosis", +"psychoneurotic", +"psychonomics", +"psychopath", +"psychopathic_personality", +"psychopathology", +"psychopathy", +"psychopharmacology", +"psychophysicist", +"psychophysics", +"psychophysiology", +"psychopomp", +"psychopsis", +"psychopsis_krameriana", +"psychopsis_papilio", +"psychosexual_development", +"psychosexuality", +"psychosis", +"psychosomatic_disorder", +"psychosurgery", +"psychotherapeutics", +"psychotherapist", +"psychotherapy", +"psychotherapy_group", +"psychotic", +"psychotic_belief", +"psychotic_depression", +"psychotic_person", +"psychotria", +"psychotria_capensis", +"psychotropic_agent", +"psychrometer", +"psylla", +"psyllid", +"psyllidae", +"psyllium", +"psyop", +"pt", +"pt_boat", +"ptah", +"ptarmigan", +"pteretis", +"pteretis_struthiopteris", +"pteridaceae", +"pteridium", +"pteridium_aquilinum", +"pteridium_esculentum", +"pteridologist", +"pteridology", +"pteridophyta", +"pteridophyte", +"pteridosperm", +"pteridospermae", +"pteridospermaphyta", +"pteridospermopsida", +"pteriidae", +"pterion", +"pteris", +"pteris_cretica", +"pteris_multifida", +"pteris_serrulata", +"pternohyla", +"pternohyla_fodiens", +"pterocarpus", +"pterocarpus_angolensis", +"pterocarpus_indicus", +"pterocarpus_macrocarpus", +"pterocarpus_marsupium", +"pterocarpus_santalinus", +"pterocarya", +"pterocarya_fraxinifolia", +"pterocles", +"pterocles_alchata", +"pterocles_indicus", +"pteroclididae", +"pterocnemia", +"pterocnemia_pennata", +"pterodactyl", +"pterodactylidae", +"pterodactylus", +"pterois", +"pteropogon", +"pteropogon_humboltianum", +"pteropsida", +"pteropus", +"pteropus_capestratus", +"pteropus_hypomelanus", +"pterosaur", +"pterosauria", +"pterospermum", +"pterospermum_acerifolium", +"pterostylis", +"pteroylglutamic_acid", +"pteroylmonoglutamic_acid", +"pterygium", +"pterygoid_muscle", +"pterygoid_plexus", +"pterygoid_process", +"ptilocercus", +"ptilocrinus", +"ptilonorhynchidae", +"ptilonorhynchus", +"ptilonorhynchus_violaceus", +"ptloris", +"ptloris_paradisea", +"pto", +"ptolemaic_dynasty", +"ptolemaic_system", +"ptolemy", +"ptolemy_i", +"ptolemy_ii", +"ptomain", +"ptomaine", +"ptomaine_poisoning", +"ptosis", +"ptsd", +"ptyalin", +"ptyalism", +"ptyalith", +"ptyas", +"ptyas_mucosus", +"ptychozoon", +"ptychozoon_homalocephalum", +"pu", +"pub", +"pub_crawl", +"puberty", +"pubes", +"pubescence", +"pubic_bone", +"pubic_hair", +"pubic_louse", +"pubic_region", +"pubis", +"public", +"public-relations_campaign", +"public-service_corporation", +"public_address_system", +"public_assistance", +"public_charity", +"public_convenience", +"public_debate", +"public_debt", +"public_defender", +"public_discussion", +"public_domain", +"public_easement", +"public_executioner", +"public_exposure", +"public_eye", +"public_figure", +"public_holiday", +"public_house", +"public_housing", +"public_knowledge", +"public_lavatory", +"public_law", +"public_lecture", +"public_library", +"public_mover", +"public_nudity", +"public_nuisance", +"public_office", +"public_opinion", +"public_opinion_poll", +"public_presentation", +"public_press", +"public_property", +"public_prosecutor", +"public_relations", +"public_relations_man", +"public_relations_person", +"public_school", +"public_security", +"public_servant", +"public_service", +"public_speaker", +"public_speaking", +"public_square", +"public_toilet", +"public_transit", +"public_transport", +"public_treasury", +"public_trust", +"public_utility", +"public_utility_company", +"public_violence", +"public_works", +"publican", +"publication", +"publiciser", +"publicist", +"publicity", +"publicity_man", +"publicizer", +"publicizing", +"publisher", +"publishing", +"publishing_company", +"publishing_conglomerate", +"publishing_empire", +"publishing_firm", +"publishing_house", +"publius_aelius_hadrianus", +"publius_cornelius_scipio", +"publius_cornelius_scipio_africanus_major", +"publius_cornelius_tacitus", +"publius_ovidius_naso", +"publius_terentius_afer", +"publius_vergilius_maro", +"pubococcygeus_exercises", +"puccini", +"puccinia", +"puccinia_graminis", +"pucciniaceae", +"puccoon", +"puce", +"puck", +"pucker", +"puckerbush", +"puckishness", +"pud", +"pudden-head", +"pudding", +"pudding-face", +"pudding-wife", +"pudding_berry", +"pudding_face", +"pudding_head", +"pudding_pipe_tree", +"pudding_stone", +"puddingwife", +"puddle", +"puddler", +"pudendal_artery", +"pudendal_block", +"pudendal_cleavage", +"pudendal_cleft", +"pudendal_slit", +"pudendal_vein", +"pudendum", +"pudge", +"pudginess", +"puebla", +"puebla_de_zaragoza", +"pueblo", +"pueraria", +"pueraria_lobata", +"puerility", +"puerpera", +"puerperal_fever", +"puerperium", +"puerto_rican", +"puerto_rico", +"puff", +"puff_adder", +"puff_batter", +"puff_of_air", +"puff_paste", +"puffball", +"puffbird", +"puffed_rice", +"puffed_wheat", +"puffer", +"pufferfish", +"puffery", +"puffin", +"puffiness", +"puffing", +"puffinus", +"puffinus_puffinus", +"pug", +"pug-dog", +"pug_nose", +"puget_sound", +"pugilism", +"pugilist", +"pugin", +"puglia", +"pugnacity", +"puissance", +"pujunan", +"puka", +"puka_inti", +"puke", +"puking", +"puku", +"pul", +"pula", +"pulasan", +"pulasan_tree", +"pulassan", +"pulchritude", +"pulex", +"pulex_irritans", +"pulicaria", +"pulicaria_dysenterica", +"pulicidae", +"pulitzer", +"pull", +"pull-in", +"pull-off", +"pull-through", +"pull-up", +"pull_chain", +"pullback", +"puller", +"pullet", +"pulley", +"pulley-block", +"pulley_block", +"pulling", +"pulling_out", +"pullman", +"pullman_car", +"pullman_porter", +"pullorum_disease", +"pullout", +"pullover", +"pullulation", +"pulmonary_anthrax", +"pulmonary_artery", +"pulmonary_circulation", +"pulmonary_congestion", +"pulmonary_embolism", +"pulmonary_emphysema", +"pulmonary_plexis", +"pulmonary_reserve", +"pulmonary_stenosis", +"pulmonary_trunk", +"pulmonary_tuberculosis", +"pulmonary_valve", +"pulmonary_vein", +"pulmonata", +"pulmonic_plague", +"pulp", +"pulp_cavity", +"pulp_magazine", +"pulpiness", +"pulpit", +"pulpwood", +"pulque", +"pulsar", +"pulsatilla", +"pulsatilla_occidentalis", +"pulsatilla_patens", +"pulsatilla_vulgaris", +"pulsation", +"pulse", +"pulse-time_modulation", +"pulse_counter", +"pulse_generator", +"pulse_height_analyzer", +"pulse_modulation", +"pulse_rate", +"pulse_timing_circuit", +"pulseless_disease", +"pulsing", +"pulverisation", +"pulverization", +"puma", +"pumice", +"pumice_stone", +"pummelo", +"pump", +"pump-and-dump_scheme", +"pump-type_pliers", +"pump_action", +"pump_house", +"pump_priming", +"pump_room", +"pump_well", +"pumpernickel", +"pumping_station", +"pumpkin", +"pumpkin_ash", +"pumpkin_pie", +"pumpkin_seed", +"pumpkin_vine", +"pumpkinseed", +"pun", +"punch", +"punch-up", +"punch_bag", +"punch_bowl", +"punch_card", +"punch_line", +"punch_pliers", +"punch_press", +"punchayet", +"punchball", +"punchboard", +"punched_card", +"puncher", +"punching_bag", +"punching_ball", +"punctilio", +"punctiliousness", +"punctuality", +"punctuated_equilibrium", +"punctuation", +"punctuation_mark", +"punctum", +"puncture", +"pundit", +"pung", +"pungapung", +"pungency", +"punic", +"punic_war", +"punica", +"punica_granatum", +"punicaceae", +"puniness", +"punishment", +"punitive_damages", +"punjab", +"punjabi", +"punk", +"punk_rock", +"punk_rocker", +"punkah", +"punkey", +"punkie", +"punks", +"punky", +"punnet", +"punning", +"punster", +"punt", +"punta_arenas", +"punter", +"punting", +"pup", +"pup_tent", +"pupa", +"pupet_regime", +"pupil", +"pupillary_reflex", +"pupillary_sphincter", +"puppet", +"puppet_government", +"puppet_leader", +"puppet_play", +"puppet_ruler", +"puppet_show", +"puppet_state", +"puppeteer", +"puppetry", +"puppis", +"puppy", +"puppy_fat", +"puppy_love", +"purace", +"purana", +"purau", +"purcell", +"purchase", +"purchase_agreement", +"purchase_contract", +"purchase_order", +"purchase_price", +"purchaser", +"purchasing", +"purchasing_agent", +"purchasing_department", +"purdah", +"pure_absence", +"pure_binary_numeration_system", +"pure_gold", +"pure_imaginary_number", +"pure_mathematics", +"pure_tone", +"pureblood", +"purebred", +"puree", +"pureness", +"purgation", +"purgative", +"purgatory", +"purge", +"purging", +"purging_cassia", +"purification", +"purifier", +"purim", +"purine", +"purinethol", +"purism", +"purist", +"puritan", +"puritanism", +"purity", +"purkinje", +"purkinje's_system", +"purkinje's_tissue", +"purkinje_cell", +"purkinje_fiber", +"purkinje_network", +"purl", +"purl_stitch", +"purlieu", +"purloo", +"purple", +"purple-flowering_raspberry", +"purple-fringed_orchid", +"purple-fringed_orchis", +"purple-hooded_orchis", +"purple-staining_cortinarius", +"purple-stemmed_aster", +"purple_amaranth", +"purple_anise", +"purple_apricot", +"purple_avens", +"purple_bacteria", +"purple_beech", +"purple_boneset", +"purple_chinese_houses", +"purple_clematis", +"purple_clover", +"purple_cress", +"purple_emperor", +"purple_finch", +"purple_fringeless_orchid", +"purple_fringeless_orchis", +"purple_gallinule", +"purple_grackle", +"purple_granadillo", +"purple_ground_cherry", +"purple_heart", +"purple_heather", +"purple_loco", +"purple_locoweed", +"purple_loosestrife", +"purple_martin", +"purple_milk_vetch", +"purple_mullein", +"purple_nightshade", +"purple_onion", +"purple_orchis", +"purple_osier", +"purple_passage", +"purple_pea", +"purple_poppy_mallow", +"purple_rock_brake", +"purple_sage", +"purple_sanicle", +"purple_saxifrage", +"purple_silkweed", +"purple_strawberry_guava", +"purple_trillium", +"purple_velvet_plant", +"purple_virgin's_bower", +"purple_willow", +"purpleness", +"purplish-red", +"purplish_blue", +"purplish_pink", +"purplish_red", +"purport", +"purpose", +"purposefulness", +"purposelessness", +"purpura", +"purpura_hemorrhagica", +"purr", +"purse", +"purse-string_operation", +"purse_seine", +"purse_string", +"purser", +"purslane", +"purslane_family", +"purslane_speedwell", +"pursual", +"pursuance", +"pursued", +"pursuer", +"pursuit", +"purulence", +"purulency", +"purulent_pleurisy", +"purus", +"purus_river", +"purveyance", +"purveyor", +"purview", +"pus", +"pus-forming_bacteria", +"pusan", +"pusey", +"puseyism", +"push", +"push-bike", +"push-button_radio", +"push-down_list", +"push-down_queue", +"push-down_stack", +"push-down_storage", +"push-down_store", +"push_back", +"push_broom", +"push_button", +"pushan", +"pushball", +"pushcart", +"pushchair", +"pusher", +"pushiness", +"pushing", +"pushkin", +"pushover", +"pushpin", +"pushtun", +"pushup", +"pusillanimity", +"pusillanimousness", +"puss", +"pussley", +"pussly", +"pussy", +"pussy's-paw", +"pussy-paw", +"pussy-paws", +"pussy_willow", +"pussycat", +"pussytoes", +"pustule", +"put", +"put-down", +"put-on", +"put-put", +"put_option", +"putamen", +"putin", +"putoff", +"putout", +"putrajaya", +"putrefaction", +"putrescence", +"putrescine", +"putridity", +"putridness", +"putsch", +"putt", +"puttee", +"putter", +"putterer", +"putting", +"putting_green", +"putting_iron", +"putting_surface", +"putting_to_death", +"putty", +"putty_knife", +"puttyroot", +"putz", +"puzzle", +"puzzlement", +"puzzler", +"pva", +"pvc", +"pwr", +"px", +"pya", +"pyaemia", +"pycnanthemum", +"pycnanthemum_virginianum", +"pycnidium", +"pycnodysostosis", +"pycnogonid", +"pycnogonida", +"pycnosis", +"pydna", +"pye-dog", +"pyelitis", +"pyelogram", +"pyelography", +"pyelonephritis", +"pyemia", +"pygmalion", +"pygmy", +"pygmy_chimpanzee", +"pygmy_cypress", +"pygmy_marmoset", +"pygmy_mouse", +"pygmy_sperm_whale", +"pygopodidae", +"pygopus", +"pygoscelis", +"pygoscelis_adeliae", +"pyinma", +"pyjama", +"pyknic_type", +"pyknosis", +"pyle", +"pylodictus", +"pylodictus_olivaris", +"pylon", +"pyloric_sphincter", +"pyloric_stenosis", +"pyloric_valve", +"pyloric_vein", +"pylorus", +"pynchon", +"pyocyanase", +"pyocyanin", +"pyongyang", +"pyorrhea", +"pyorrhea_alveolaris", +"pyorrhoea", +"pyotr_alexeyevich_kropotkin", +"pyotr_ilych_tchaikovsky", +"pyotr_tchaikovsky", +"pyracanth", +"pyracantha", +"pyralid", +"pyralid_moth", +"pyralidae", +"pyralididae", +"pyralis", +"pyramid", +"pyramid_bugle", +"pyramid_plant", +"pyramid_scheme", +"pyramidal_bone", +"pyramidal_motor_system", +"pyramidal_tent", +"pyramidal_tract", +"pyramiding", +"pyramids_of_egypt", +"pyrausta", +"pyrausta_nubilalis", +"pyre", +"pyrectic", +"pyrene", +"pyrenees", +"pyrenees_daisy", +"pyrenomycetes", +"pyrethrum", +"pyrex", +"pyrexia", +"pyridine", +"pyridium", +"pyridoxal", +"pyridoxamine", +"pyridoxine", +"pyriform_area", +"pyriform_lobe", +"pyrilamine", +"pyrimidine", +"pyrite", +"pyrites", +"pyrocellulose", +"pyrocephalus", +"pyrocephalus_rubinus_mexicanus", +"pyrochemical_process", +"pyrochemistry", +"pyroelectricity", +"pyrogallic_acid", +"pyrogallol", +"pyrogen", +"pyrograph", +"pyrographer", +"pyrography", +"pyrola", +"pyrola_americana", +"pyrola_elliptica", +"pyrola_minor", +"pyrola_rotundifolia", +"pyrola_rotundifolia_americana", +"pyrola_uniflora", +"pyrolaceae", +"pyrolatry", +"pyroligneous_acid", +"pyrolusite", +"pyrolysis", +"pyromancer", +"pyromancy", +"pyromania", +"pyromaniac", +"pyrometer", +"pyrometric_cone", +"pyromorphite", +"pyrope", +"pyrophobia", +"pyrophoric_alloy", +"pyrophorus", +"pyrophorus_noctiluca", +"pyrophosphate", +"pyrophosphoric_acid", +"pyrophyllite", +"pyroscope", +"pyrosis", +"pyrostat", +"pyrotechnic", +"pyrotechnics", +"pyrotechny", +"pyroxene", +"pyroxylin", +"pyroxyline", +"pyrrhic", +"pyrrhic_victory", +"pyrrhocoridae", +"pyrrhotine", +"pyrrhotite", +"pyrrhula", +"pyrrhula_pyrrhula", +"pyrrhuloxia", +"pyrrhuloxia_sinuata", +"pyrrhus", +"pyrrophyta", +"pyrrosia", +"pyrrosia_lingua", +"pyrularia", +"pyrularia_pubera", +"pyrus", +"pyrus_communis", +"pyruvic_acid", +"pythagoras", +"pythia", +"pythiaceae", +"pythian_games", +"pythias", +"pythium", +"pythium_debaryanum", +"pythius", +"python", +"python_molurus", +"python_reticulatus", +"python_sebae", +"python_variegatus", +"pythoness", +"pythonidae", +"pythoninae", +"pyuria", +"pyx", +"pyx_chest", +"pyxidanthera", +"pyxidanthera_barbulata", +"pyxidium", +"pyxie", +"pyxis", +"q", +"q_fever", +"qabala", +"qabalah", +"qabbala", +"qabbalah", +"qaddafi", +"qadhafi", +"qadi", +"qaeda", +"qandahar", +"qara_qum", +"qassam_brigades", +"qat", +"qatar", +"qatar_peninsula", +"qatari", +"qatari_dirham", +"qatari_monetary_unit", +"qatari_riyal", +"qcd", +"qed", +"qepiq", +"qi", +"qiang", +"qiangic", +"qibla", +"qin", +"qin_dynasty", +"qin_shi_huang_ti", +"qindarka", +"qing", +"qing_dynasty", +"qintar", +"qizil_qum", +"qoph", +"quaalude", +"quack", +"quack-quack", +"quack_grass", +"quackery", +"quackgrass", +"quad", +"quadragesima", +"quadrangle", +"quadrangular_prism", +"quadrant", +"quadrantanopia", +"quadraphonic_system", +"quadraphony", +"quadrate", +"quadratic", +"quadratic_equation", +"quadratic_polynomial", +"quadratics", +"quadrature", +"quadrennium", +"quadric", +"quadric_surface", +"quadriceps", +"quadriceps_femoris", +"quadrigesima_sunday", +"quadrilateral", +"quadrille", +"quadrillion", +"quadrillionth", +"quadripara", +"quadriphonic_system", +"quadriplegia", +"quadriplegic", +"quadrivium", +"quadroon", +"quadrumvirate", +"quadruped", +"quadruple", +"quadruple_time", +"quadruplet", +"quadruplicate", +"quadrupling", +"quaestor", +"quaff", +"quaffer", +"quag", +"quagga", +"quagmire", +"quahaug", +"quahog", +"quai_d'orsay", +"quail", +"quail_brush", +"quail_bush", +"quaintness", +"quake", +"quaker", +"quaker_gun", +"quakerism", +"quakers", +"quaking_aspen", +"qualification", +"qualifier", +"qualifying", +"qualifying_adjective", +"qualitative_analysis", +"quality", +"quality_control", +"quality_of_life", +"qualm", +"quamash", +"quamassia", +"quamoclit_pennata", +"quandang", +"quandary", +"quandong", +"quandong_nut", +"quandong_tree", +"quango", +"quantic", +"quantifiability", +"quantification", +"quantifier", +"quantisation", +"quantitative_analysis", +"quantitative_chemical_analysis", +"quantitative_relation", +"quantity", +"quantity_unit", +"quantization", +"quantong", +"quantum", +"quantum_chromodynamics", +"quantum_electrodynamics", +"quantum_field_theory", +"quantum_jump", +"quantum_leap", +"quantum_mechanics", +"quantum_physics", +"quantum_theory", +"quaoar", +"quapaw", +"quarantine", +"quark", +"quark_cheese", +"quarrel", +"quarreler", +"quarreller", +"quarrelsomeness", +"quarrier", +"quarry", +"quarrying", +"quarryman", +"quart", +"quartan", +"quarter", +"quarter-century", +"quarter-circle", +"quarter-hour", +"quarter-tone", +"quarter-vine", +"quarter_crack", +"quarter_day", +"quarter_horse", +"quarter_mile", +"quarter_note", +"quarter_plate", +"quarter_pound", +"quarter_rest", +"quarter_round", +"quarter_section", +"quarter_sessions", +"quarter_stock", +"quarter_tone", +"quarterback", +"quarterdeck", +"quarterfinal", +"quartering", +"quarterlight", +"quarterly", +"quartermaster", +"quartermaster_general", +"quartern", +"quarters", +"quarterstaff", +"quartervine", +"quartet", +"quartette", +"quartic", +"quartic_polynomial", +"quartile", +"quarto", +"quartz", +"quartz_battery", +"quartz_crystal", +"quartz_glass", +"quartz_lamp", +"quartz_mill", +"quartz_oscillator", +"quartzite", +"quasar", +"quasi-ngo", +"quasi-stellar_radio_source", +"quasi_contract", +"quasiparticle", +"quassia", +"quassia_amara", +"quassia_family", +"quat", +"quatercentenary", +"quatercentennial", +"quatern", +"quaternary", +"quaternary_ammonium_compound", +"quaternary_period", +"quaternion", +"quaternity", +"quatrain", +"quattrocento", +"quaver", +"quay", +"quayage", +"queasiness", +"quebec", +"quebec_bridge", +"quebec_city", +"quebecois", +"quechua", +"quechuan", +"quechuan_language", +"queckenstedt's_test", +"queen", +"queen's_counsel", +"queen's_crape_myrtle", +"queen's_cup", +"queen's_english", +"queen_anne's_lace", +"queen_bee", +"queen_charlotte_sound", +"queen_city", +"queen_consort", +"queen_dowager", +"queen_isabella", +"queen_maud_land", +"queen_mole_rat", +"queen_mother", +"queen_of_england", +"queen_of_the_may", +"queen_of_the_night", +"queen_post", +"queen_regent", +"queen_regnant", +"queen_triggerfish", +"queen_victoria", +"queenfish", +"queens", +"queensboro_bridge", +"queensland", +"queensland_bottletree", +"queensland_grass-cloth_plant", +"queensland_hemp", +"queensland_kauri", +"queensland_lungfish", +"queensland_nut", +"queer", +"queer_bird", +"queer_duck", +"queerness", +"quelling", +"quellung", +"quellung_reaction", +"quenched_steel", +"quenching", +"quentin_jerome_tarantino", +"quentin_tarantino", +"quercitron", +"quercitron_oak", +"quercus", +"quercus_agrifolia", +"quercus_alba", +"quercus_arizonica", +"quercus_bicolor", +"quercus_borealis", +"quercus_cerris", +"quercus_chrysolepis", +"quercus_coccinea", +"quercus_ellipsoidalis", +"quercus_falcata", +"quercus_garryana", +"quercus_grosseserrata", +"quercus_ilex", +"quercus_ilicifolia", +"quercus_imbricaria", +"quercus_incana", +"quercus_kelloggii", +"quercus_laevis", +"quercus_laurifolia", +"quercus_lobata", +"quercus_lyrata", +"quercus_macrocarpa", +"quercus_marilandica", +"quercus_michauxii", +"quercus_mongolica", +"quercus_montana", +"quercus_muehlenbergii", +"quercus_myrtifolia", +"quercus_nigra", +"quercus_nuttalli", +"quercus_palustris", +"quercus_petraea", +"quercus_phellos", +"quercus_prinoides", +"quercus_prinus", +"quercus_robur", +"quercus_rubra", +"quercus_sessiliflora", +"quercus_shumardii", +"quercus_stellata", +"quercus_suber", +"quercus_texana", +"quercus_vaccinifolia", +"quercus_variabilis", +"quercus_velutina", +"quercus_virginiana", +"quercus_wislizenii", +"quercus_wizlizenii", +"querier", +"quern", +"querulousness", +"query", +"query_language", +"quesadilla", +"quest", +"quester", +"question", +"question_mark", +"question_master", +"question_of_fact", +"question_of_law", +"question_sheet", +"question_time", +"questioner", +"questioning", +"questionnaire", +"quetzal", +"quetzal_bird", +"quetzalcoatl", +"queue", +"quezon_city", +"qui_vive", +"quiaquia", +"quibble", +"quibbler", +"quiche", +"quiche_lorraine", +"quick", +"quick-wittedness", +"quick_assets", +"quick_bread", +"quick_buck", +"quick_fix", +"quick_grass", +"quick_march", +"quick_study", +"quick_temper", +"quick_time", +"quickener", +"quickening", +"quickie", +"quicklime", +"quickness", +"quicksand", +"quickset", +"quicksilver", +"quickstep", +"quicky", +"quid", +"quid_pro_quo", +"quiddity", +"quidnunc", +"quiescence", +"quiescency", +"quiet", +"quietism", +"quietist", +"quietness", +"quietude", +"quietus", +"quiff", +"quill", +"quill_feather", +"quill_pen", +"quillwort", +"quillwort_family", +"quilt", +"quilted_bedspread", +"quilting", +"quilting_bee", +"quin", +"quinacrine", +"quinacrine_hydrochloride", +"quince", +"quince_bush", +"quincentenary", +"quincentennial", +"quincke's_edema", +"quincy", +"quine", +"quinidex", +"quinidine", +"quinine", +"quinine_water", +"quinnat_salmon", +"quinone", +"quinora", +"quinquagesima", +"quinquagesima_sunday", +"quinquefoliate_leaf", +"quinquennium", +"quinsy", +"quint", +"quintal", +"quintana_roo", +"quintessence", +"quintet", +"quintette", +"quintillion", +"quintillionth", +"quintipara", +"quintuple", +"quintuplet", +"quintupling", +"quintus_septimius_florens_tertullianus", +"quip", +"quipu", +"quira", +"quire", +"quirk", +"quirk_bead", +"quirk_molding", +"quirk_moulding", +"quirkiness", +"quirt", +"quiscalus", +"quiscalus_quiscula", +"quisling", +"quislingism", +"quitclaim", +"quitclaim_deed", +"quite_a_little", +"quito", +"quittance", +"quitter", +"quiver", +"quivering", +"quixotism", +"quiz", +"quiz_program", +"quizmaster", +"quizzer", +"qum", +"quo_warranto", +"quodlibet", +"quoin", +"quoit", +"quoits", +"quonset_hut", +"quoratean", +"quorum", +"quota", +"quotability", +"quotation", +"quotation_mark", +"quote", +"quoter", +"quotient", +"quotient_verdict", +"quran", +"qurush", +"qwerty_keyboard", +"r", +"r-2", +"r._b._cattell", +"r._buckminster_fuller", +"r._j._mitchell", +"r.v.", +"r_and_b", +"ra", +"rabat", +"rabato", +"rabbet", +"rabbet_joint", +"rabbet_plane", +"rabbi", +"rabbi_moses_ben_maimon", +"rabbinate", +"rabbit", +"rabbit's-foot_fern", +"rabbit-eared_bandicoot", +"rabbit-eye_blueberry", +"rabbit-weed", +"rabbit_bandicoot", +"rabbit_brush", +"rabbit_burrow", +"rabbit_bush", +"rabbit_ears", +"rabbit_fever", +"rabbit_food", +"rabbit_hole", +"rabbit_hutch", +"rabbit_punch", +"rabbit_test", +"rabbit_warren", +"rabbiteye", +"rabbiteye_blueberry", +"rabbitfish", +"rabbitweed", +"rabbitwood", +"rabble", +"rabble-rouser", +"rabelais", +"rabi_i", +"rabi_ii", +"rabidity", +"rabidness", +"rabies", +"rabindranath_tagore", +"raccoon", +"raccoon_dog", +"raccoon_fox", +"race", +"race_car", +"race_driver", +"race_horse", +"race_meeting", +"race_murder", +"race_problem", +"race_riot", +"race_runner", +"raceabout", +"racecard", +"racecourse", +"racehorse", +"raceme", +"racemic_acid", +"racer", +"racerunner", +"racetrack", +"racetrack_tout", +"raceway", +"rachel", +"rachel_carson", +"rachel_louise_carson", +"rachet", +"rachis", +"rachischisis", +"rachitis", +"rachmaninoff", +"rachmaninov", +"rachycentridae", +"rachycentron", +"rachycentron_canadum", +"racial_discrimination", +"racial_extermination", +"racial_immunity", +"racial_profiling", +"racial_segregation", +"racialism", +"racialist", +"racine", +"raciness", +"racing", +"racing_boat", +"racing_car", +"racing_circuit", +"racing_gig", +"racing_shell", +"racing_skate", +"racing_skiff", +"racing_start", +"racing_yacht", +"racism", +"racist", +"rack", +"rack_and_pinion", +"rack_of_lamb", +"rack_railway", +"rack_rent", +"racker", +"racket", +"racket_club", +"racketeer", +"racketeer_influenced_and_corrupt_organizations_act", +"racketeering", +"racketiness", +"racon", +"raconteur", +"racoon", +"racquet", +"racquetball", +"rad", +"radar", +"radar_beacon", +"radar_dome", +"radar_echo", +"radar_fire", +"radar_target", +"radclyffe_hall", +"raddle", +"radhakrishnan", +"radial", +"radial-ply_tire", +"radial_artery", +"radial_asymmetry", +"radial_engine", +"radial_keratotomy", +"radial_nerve", +"radial_pulse", +"radial_symmetry", +"radial_tire", +"radial_vein", +"radial_velocity", +"radian", +"radiance", +"radiancy", +"radiant_energy", +"radiant_flux", +"radiant_heating", +"radiatio_optica", +"radiation", +"radiation_diagram", +"radiation_field", +"radiation_pattern", +"radiation_pressure", +"radiation_pyrometer", +"radiation_sickness", +"radiation_syndrome", +"radiation_therapy", +"radiator", +"radiator_cap", +"radiator_grille", +"radiator_hose", +"radical", +"radical_cell", +"radical_chic", +"radical_hysterectomy", +"radical_mastectomy", +"radical_sign", +"radicalism", +"radicchio", +"radicle", +"radiculitis", +"radiigera", +"radiigera_fuscogleba", +"radio", +"radio-controlled_aircraft", +"radio-frequency_spectrum", +"radio-gramophone", +"radio-opacity", +"radio-phonograph", +"radio_aerial", +"radio_announcer", +"radio_antenna", +"radio_astronomy", +"radio_beacon", +"radio_beam", +"radio_brightness", +"radio_broadcast", +"radio_chassis", +"radio_compass", +"radio_detection_and_ranging", +"radio_emission", +"radio_frequency", +"radio_interferometer", +"radio_link", +"radio_news", +"radio_noise", +"radio_observation", +"radio_operator", +"radio_radiation", +"radio_receiver", +"radio_reflector", +"radio_set", +"radio_signal", +"radio_source", +"radio_spectrum", +"radio_station", +"radio_telescope", +"radio_transmitter", +"radio_wave", +"radioactive_dating", +"radioactive_decay", +"radioactive_dust", +"radioactive_iodine_excretion_test", +"radioactive_iodine_test", +"radioactive_iodine_uptake_test", +"radioactive_material", +"radioactive_waste", +"radioactivity", +"radioactivity_unit", +"radiobiologist", +"radiobiology", +"radiocarbon", +"radiocarbon_dating", +"radiocarpal_joint", +"radiochemist", +"radiochemistry", +"radiochlorine", +"radiocommunication", +"radiogram", +"radiograph", +"radiographer", +"radiography", +"radioimmunoassay", +"radioisotope", +"radiolaria", +"radiolarian", +"radiolocation", +"radiologic_technologist", +"radiologist", +"radiology", +"radiolysis", +"radiometer", +"radiomicrometer", +"radiopacity", +"radiopaque_dye", +"radiopharmaceutical", +"radiophone", +"radiophoto", +"radiophotograph", +"radiophotography", +"radioprotection", +"radioscopy", +"radiosensitivity", +"radiotelegraph", +"radiotelegraphic_signal", +"radiotelegraphy", +"radiotelephone", +"radiotelephony", +"radiotherapist", +"radiotherapy", +"radiotherapy_equipment", +"radiothorium", +"radish", +"radish_plant", +"radium", +"radium_therapy", +"radius", +"radius_of_curvature", +"radius_vector", +"radix", +"radome", +"radon", +"radyera", +"radyera_farragei", +"raetam", +"raf", +"raffaello_santi", +"raffaello_sanzio", +"raffia", +"raffia_farinifera", +"raffia_palm", +"raffia_ruffia", +"raffia_taedigera", +"raffia_vinifera", +"raffinose", +"raffle", +"raffles", +"rafflesiaceae", +"raft", +"raft_foundation", +"rafter", +"raftman", +"rafts", +"raftsman", +"rag", +"rag_day", +"rag_doll", +"rag_gourd", +"rag_paper", +"rag_trade", +"rag_week", +"ragamuffin", +"ragbag", +"rage", +"ragee", +"ragged-fringed_orchid", +"ragged_orchid", +"ragged_orchis", +"ragged_robin", +"raggedness", +"ragi", +"raglan", +"raglan_sleeve", +"ragnar_anton_kittil_frisch", +"ragnar_frisch", +"ragnarok", +"ragout", +"ragpicker", +"ragpicker's_disease", +"ragsorter", +"ragsorter's_disease", +"ragtag", +"ragtag_and_bobtail", +"ragtime", +"ragusa", +"ragweed", +"ragweed_pollen", +"ragwort", +"rahu", +"raid", +"raider", +"rail", +"rail-splitter", +"rail_fence", +"rail_line", +"rail_technology", +"railbird", +"railcar", +"railhead", +"railing", +"raillery", +"railroad", +"railroad_bed", +"railroad_car", +"railroad_engineer", +"railroad_flat", +"railroad_line", +"railroad_man", +"railroad_siding", +"railroad_station", +"railroad_terminal", +"railroad_ticket", +"railroad_tie", +"railroad_track", +"railroad_train", +"railroad_tunnel", +"railroad_vine", +"railroad_worm", +"railroader", +"railroading", +"rails", +"railway", +"railway_car", +"railway_junction", +"railway_line", +"railway_locomotive", +"railway_man", +"railway_station", +"railway_system", +"railway_yard", +"railwayman", +"railyard", +"raiment", +"rain", +"rain-giver", +"rain-in-the-face", +"rain-wash", +"rain_barrel", +"rain_check", +"rain_cloud", +"rain_dance", +"rain_date", +"rain_forest", +"rain_gage", +"rain_gauge", +"rain_shadow", +"rain_shower", +"rain_stick", +"rain_tree", +"rainbow", +"rainbow_cactus", +"rainbow_fish", +"rainbow_lorikeet", +"rainbow_perch", +"rainbow_pink", +"rainbow_runner", +"rainbow_seaperch", +"rainbow_shower", +"rainbow_smelt", +"rainbow_trout", +"raincoat", +"raindrop", +"rainer_maria_rilke", +"rainfall", +"rainfly", +"rainforest", +"raininess", +"rainmaker", +"rainmaking", +"rainstorm", +"rainwater", +"rainy_day", +"rainy_season", +"raise", +"raised_doughnut", +"raiser", +"raisin", +"raisin-nut_cookie", +"raisin_bran", +"raisin_bread", +"raisin_cookie", +"raisin_moth", +"raising", +"raising_hell", +"raison_d'etre", +"raita", +"raiu", +"raj", +"raja", +"raja_batis", +"raja_erinacea", +"raja_laevis", +"raja_radiata", +"rajab", +"rajah", +"rajanya", +"rajidae", +"rajiformes", +"rajpoot", +"rajput", +"rakaposhi", +"rake", +"rake-off", +"rake_handle", +"rakehell", +"rakishness", +"rale", +"ralegh", +"raleigh", +"rallidae", +"rally", +"rallying", +"rallying_cry", +"rallying_point", +"ralph_barton_perry", +"ralph_bunche", +"ralph_ellison", +"ralph_johnson_bunche", +"ralph_richardson", +"ralph_vaughan_williams", +"ralph_waldo_ellison", +"ralph_waldo_emerson", +"ram", +"ram's-head", +"ram's-head_lady's_slipper", +"ram's_horn", +"ram_disk", +"rama", +"ramachandra", +"ramadan", +"ramalina", +"ramanavami", +"ramayana", +"ramble", +"rambler", +"rambotan", +"rambouillet", +"rambutan", +"rambutan_tree", +"rameau", +"ramee", +"ramekin", +"ramequin", +"rameses", +"rameses_ii", +"rameses_the_great", +"ramesses", +"ramesses_ii", +"ramesses_the_great", +"ramie", +"ramification", +"ramipril", +"ramjet", +"ramjet_engine", +"ramman", +"rammer", +"ramon_lully", +"ramon_y_cajal", +"ramona", +"ramontchi", +"ramp", +"rampage", +"rampant_arch", +"rampart", +"ramphastidae", +"ramphomicron", +"rampion", +"rampion_bellflower", +"ramrod", +"ramsay_hunt_syndrome", +"ramses", +"ramses_ii", +"ramses_the_great", +"ramsons", +"ramus", +"rana", +"rana_cascadae", +"rana_catesbeiana", +"rana_clamitans", +"rana_goliath", +"rana_palustris", +"rana_pipiens", +"rana_sylvatica", +"rana_tarahumarae", +"rana_temporaria", +"ranales", +"ranalian_complex", +"ranatra", +"ranch", +"ranch_hand", +"ranch_house", +"rancher", +"ranching", +"rancidity", +"rancidness", +"rancor", +"rancour", +"rand", +"randall_jarrell", +"random-access_memory", +"random_access_memory", +"random_memory", +"random_number_generator", +"random_sample", +"random_sampling", +"random_variable", +"random_walk", +"randomisation", +"randomization", +"randomness", +"ranee", +"range", +"range_animal", +"range_finder", +"range_hood", +"range_of_a_function", +"range_of_mountains", +"range_pole", +"rangefinder", +"rangeland", +"ranger", +"rangifer", +"rangifer_arcticus", +"rangifer_caribou", +"rangifer_tarandus", +"ranging_pole", +"rangoon", +"rangpur", +"rangpur_lime", +"rani", +"ranid", +"ranidae", +"ranier", +"ranitidine", +"rank", +"rank-difference_correlation", +"rank-difference_correlation_coefficient", +"rank-order_correlation", +"rank-order_correlation_coefficient", +"rank_and_file", +"rank_order", +"ranker", +"rankin", +"rankine", +"rankine_scale", +"ranking", +"rankness", +"ransacking", +"ransom", +"ransom_money", +"rant", +"ranter", +"ranting", +"ranula", +"ranunculaceae", +"ranunculales", +"ranunculus", +"ranunculus_acris", +"ranunculus_aquatilis", +"ranunculus_bulbosus", +"ranunculus_ficaria", +"ranunculus_flammula", +"ranunculus_glaberrimus", +"ranunculus_lingua", +"ranunculus_lyalii", +"ranunculus_occidentalis", +"ranunculus_repens", +"ranunculus_sceleratus", +"ranvier's_nodes", +"raoul_dufy", +"raoulia", +"raoulia_australis", +"raoulia_lutescens", +"rap", +"rap_group", +"rap_music", +"rap_session", +"rap_sheet", +"rapaciousness", +"rapacity", +"rapateaceae", +"rape", +"rape_conviction", +"rape_oil", +"rape_suspect", +"raper", +"rapeseed", +"rapeseed_oil", +"raphael", +"raphanus", +"raphanus_raphanistrum", +"raphanus_sativus", +"raphanus_sativus_longipinnatus", +"raphe", +"raphia", +"raphicerus", +"raphicerus_campestris", +"raphidae", +"raphidiidae", +"raphus", +"raphus_cucullatus", +"rapid", +"rapid_city", +"rapid_climb", +"rapid_eye_movement", +"rapid_eye_movement_sleep", +"rapid_growth", +"rapid_transit", +"rapidity", +"rapidness", +"rapier", +"rapine", +"rapist", +"rappahannock", +"rappahannock_river", +"rappee", +"rappel", +"rappeller", +"rapper", +"rapport", +"rapporteur", +"rapprochement", +"rapscallion", +"raptor", +"raptores", +"raptorial_bird", +"rapture", +"raptus", +"raptus_hemorrhagicus", +"rara_avis", +"rare-earth_element", +"rare_bird", +"rare_earth", +"rarebit", +"raree-show", +"rarefaction", +"rareness", +"rariora", +"rarity", +"ras", +"ras_tafari", +"ras_tafari_makonnen", +"rascal", +"rascality", +"rash", +"rasher", +"rashness", +"rasht", +"rashtriya_swayamsevak_sangh", +"rask", +"raskolnikov", +"rasmus_christian_rask", +"rasmussen", +"rasp", +"rasp_fern", +"raspberry", +"raspberry_bush", +"rasping", +"rasputin", +"rassling", +"rasta", +"rastafari", +"rastafarian", +"rastafarianism", +"rastas", +"raster", +"raster_font", +"rat", +"rat's-tail_cactus", +"rat-a-tat", +"rat-a-tat-tat", +"rat-catcher", +"rat-tail_file", +"rat-tat", +"rat_cheese", +"rat_chinchilla", +"rat_kangaroo", +"rat_race", +"rat_snake", +"rat_terrier", +"rat_typhus", +"ratability", +"ratables", +"ratafee", +"ratafia", +"ratafia_biscuit", +"ratan", +"rataplan", +"ratatouille", +"ratbite_fever", +"ratbite_fever_bacterium", +"ratch", +"ratchet", +"ratchet_screwdriver", +"ratchet_wheel", +"rate", +"rate_of_attrition", +"rate_of_depreciation", +"rate_of_exchange", +"rate_of_flow", +"rate_of_growth", +"rate_of_inflation", +"rate_of_interest", +"rate_of_pay", +"rate_of_payment", +"rate_of_respiration", +"rate_of_return", +"rateability", +"rateables", +"ratel", +"ratepayer", +"rates", +"rathole", +"rathskeller", +"ratibida", +"ratibida_columnaris", +"ratibida_columnifera", +"ratibida_tagetes", +"ratification", +"ratifier", +"rating", +"rating_system", +"ratio", +"ratiocination", +"ratiocinator", +"ration", +"ration_card", +"rational", +"rational_motive", +"rational_number", +"rationale", +"rationalisation", +"rationalism", +"rationalist", +"rationality", +"rationalization", +"rationalness", +"rationing", +"ratitae", +"ratite", +"ratite_bird", +"ratlin", +"ratline", +"ratsbane", +"rattail", +"rattail_cactus", +"rattail_fish", +"rattan", +"rattan_cane", +"rattan_palm", +"ratter", +"rattigan", +"ratting", +"rattle", +"rattle-top", +"rattle_weed", +"rattlebox", +"rattler", +"rattlesnake", +"rattlesnake's_master", +"rattlesnake_fern", +"rattlesnake_master", +"rattlesnake_orchid", +"rattlesnake_plantain", +"rattlesnake_root", +"rattlesnake_weed", +"rattling", +"rattrap", +"rattus", +"rattus_norvegicus", +"rattus_rattus", +"rau-sed", +"raudixin", +"rauli_beech", +"raunch", +"rauvolfia", +"rauwolfia", +"rauwolfia_serpentina", +"ravage", +"ravaging", +"rave", +"rave-up", +"ravehook", +"ravel", +"raveling", +"ravelling", +"raven", +"ravenala", +"ravenala_madagascariensis", +"ravenna", +"ravenna_grass", +"ravenousness", +"raver", +"ravi_shankar", +"ravigote", +"ravigotte", +"ravine", +"raving", +"ravioli", +"ravisher", +"ravishment", +"raw", +"raw_beauty", +"raw_data", +"raw_deal", +"raw_material", +"raw_meat", +"raw_milk", +"raw_recruit", +"raw_sienna", +"raw_talent", +"raw_throat", +"raw_umber", +"raw_vegetable", +"raw_weather", +"raw_wood", +"raw_wool", +"raw_wound", +"rawalpindi", +"rawhide", +"rawness", +"ray", +"ray_bradbury", +"ray_cattell", +"ray_douglas_bradbury", +"ray_floret", +"ray_flower", +"ray_m._dolby", +"ray_of_light", +"ray_robinson", +"rayleigh", +"rayleigh_disk", +"rayless_chamomile", +"raymond_b._cattell", +"raymond_bernard_cattell", +"raymond_chandler", +"raymond_lully", +"raymond_thornton_chandler", +"raynaud's_sign", +"rayon", +"rayon_stocking", +"rayons", +"razbliuto", +"razing", +"razmataz", +"razor", +"razor-billed_auk", +"razor-fish", +"razor_clam", +"razor_edge", +"razor_fish", +"razorback", +"razorback_hog", +"razorbacked_hog", +"razorbill", +"razorblade", +"razz", +"razzing", +"razzle", +"razzle-dazzle", +"razzmatazz", +"rb", +"rbc", +"rbi", +"rcmp", +"re", +"re-afforestation", +"re-creation", +"re-echo", +"re-establishment", +"re-experiencing", +"re-formation", +"re-introduction", +"re-sentencing", +"re-uptake", +"rea_silvia", +"reabsorption", +"reach", +"reaching", +"reacquired_stock", +"reactance", +"reactant", +"reaction", +"reaction-propulsion_engine", +"reaction_engine", +"reaction_formation", +"reaction_propulsion", +"reaction_time", +"reaction_turbine", +"reactionary", +"reactionism", +"reactive_depression", +"reactive_schizophrenia", +"reactivity", +"reactor", +"read", +"read-only_file", +"read-only_memory", +"read-only_memory_chip", +"read-only_storage", +"read-out", +"read/write_head", +"read/write_memory", +"read_method", +"read_method_of_childbirth", +"readability", +"reader", +"readership", +"readiness", +"reading", +"reading_assignment", +"reading_clinic", +"reading_desk", +"reading_lamp", +"reading_material", +"reading_program", +"reading_room", +"reading_teacher", +"readjustment", +"readmission", +"readout", +"ready", +"ready-made", +"ready-mix", +"ready-to-wear", +"ready_cash", +"ready_money", +"ready_reckoner", +"readying", +"reaffiliation", +"reaffirmation", +"reagan", +"reagan_administration", +"reagent", +"reagin", +"real", +"real-estate_business", +"real-time_operation", +"real-time_processing", +"real_estate", +"real_estate_agent", +"real_estate_broker", +"real_estate_investment_trust", +"real_estate_loan", +"real_gnp", +"real_gross_national_product", +"real_ira", +"real_irish_republican_army", +"real_life", +"real_matrix", +"real_mccoy", +"real_number", +"real_presence", +"real_property", +"real_storage", +"real_stuff", +"real_tennis", +"real_thing", +"real_time", +"real_world", +"realgar", +"realisation", +"realism", +"realist", +"reality", +"reality_check", +"reality_principle", +"realization", +"reallocation", +"reallotment", +"realm", +"realness", +"realpolitik", +"realtor", +"realty", +"ream", +"reamer", +"reap_hook", +"reaper", +"reaper_binder", +"reaping_hook", +"reappearance", +"reapportionment", +"reappraisal", +"rear", +"rear_admiral", +"rear_end", +"rear_lamp", +"rear_light", +"rear_of_barrel", +"rear_of_tube", +"rear_window", +"rearguard", +"rearing", +"rearmament", +"rearrangement", +"rearview_mirror", +"rearward", +"reason", +"reasonable_care", +"reasonableness", +"reasoner", +"reasoning", +"reasoning_backward", +"reasoning_by_elimination", +"reassembly", +"reassertion", +"reassessment", +"reassignment", +"reassurance", +"reata", +"reaumur", +"reaumur_scale", +"reaumur_thermometer", +"reb", +"rebate", +"rebato", +"rebecca", +"rebecca_rolfe", +"rebecca_west", +"rebekah", +"rebel", +"rebellion", +"rebelliousness", +"rebirth", +"rebound", +"rebound_tenderness", +"reboxetine", +"rebozo", +"rebroadcast", +"rebuff", +"rebuilding", +"rebuke", +"rebuker", +"reburial", +"reburying", +"rebus", +"rebuttal", +"rebutter", +"rec_room", +"recalcitrance", +"recalcitrancy", +"recalculation", +"recall", +"recall_dose", +"recantation", +"recap", +"recapitulation", +"recapture", +"recasting", +"recce", +"recco", +"reccy", +"receding", +"receipt", +"receipts", +"receivables", +"received_pronunciation", +"receiver", +"receiver-creditor_relation", +"receivership", +"receiving_set", +"receiving_system", +"recency", +"recent", +"recent_epoch", +"recentness", +"receptacle", +"reception", +"reception_desk", +"reception_line", +"reception_room", +"receptionist", +"receptive_aphasia", +"receptiveness", +"receptivity", +"receptor", +"recess", +"recession", +"recessional", +"recessional_march", +"recessive", +"recessive_allele", +"recessive_gene", +"rechauffe", +"rechewed_food", +"recidivism", +"recidivist", +"recife", +"recipe", +"recipient", +"recipient_role", +"reciprocal", +"reciprocal-inhibition_therapy", +"reciprocal_cross", +"reciprocal_inhibition", +"reciprocal_ohm", +"reciprocal_pronoun", +"reciprocality", +"reciprocating_engine", +"reciprocating_saw", +"reciprocation", +"reciprocity", +"recirculation", +"recission", +"recital", +"recitalist", +"recitation", +"recitative", +"reciter", +"recklessness", +"reckoner", +"reckoning", +"reclamation", +"reclassification", +"recliner", +"reclining", +"reclining_chair", +"recluse", +"reclusiveness", +"recoding", +"recognisance", +"recognition", +"recognizance", +"recoil", +"recollection", +"recombinant", +"recombinant_deoxyribonucleic_acid", +"recombinant_dna", +"recombinant_dna_technology", +"recombinant_human_insulin", +"recombinant_protein", +"recombination", +"recommencement", +"recommendation", +"recompense", +"reconciler", +"reconciliation", +"reconditeness", +"reconnaissance", +"reconnaissance_by_fire", +"reconnaissance_in_force", +"reconnaissance_mission", +"reconnaissance_plane", +"reconnaissance_vehicle", +"reconnoitering", +"reconnoitring", +"reconsideration", +"reconstruction", +"reconstruction_period", +"reconstructive_memory", +"reconstructive_surgery", +"record", +"record-breaker", +"record-holder", +"record-keeper", +"record_album", +"record_book", +"record_changer", +"record_company", +"record_cover", +"record_hop", +"record_jacket", +"record_player", +"record_sleeve", +"recorder", +"recorder_player", +"recording", +"recording_equipment", +"recording_label", +"recording_machine", +"recording_studio", +"recording_system", +"recount", +"recounting", +"recourse", +"recoverer", +"recovery", +"recovery_room", +"recreant", +"recreation", +"recreation_facility", +"recreation_room", +"recreational_drug", +"recreational_facility", +"recreational_vehicle", +"recrimination", +"recrudescence", +"recruit", +"recruiter", +"recruiting-sergeant", +"recruitment", +"rectal_artery", +"rectal_reflex", +"rectal_vein", +"rectangle", +"rectangularity", +"rectification", +"rectifier", +"rectifying_tube", +"rectifying_valve", +"rectilinear_regression", +"rectitude", +"recto", +"rectocele", +"rectoplasty", +"rector", +"rectorate", +"rectorship", +"rectory", +"rectum", +"rectus", +"rectus_inferior", +"rectus_lateralis", +"rectus_medialis", +"rectus_superior", +"recuperation", +"recurrence", +"recurrent_event", +"recurrent_fever", +"recurring_decimal", +"recursion", +"recursive_definition", +"recursive_routine", +"recurvirostra", +"recurvirostridae", +"recusal", +"recusancy", +"recusant", +"recusation", +"recycling", +"recycling_bin", +"recycling_plant", +"red", +"red-backed_lemming", +"red-backed_mouse", +"red-backed_sandpiper", +"red-bellied_snake", +"red-bellied_terrapin", +"red-bellied_turtle", +"red-berried_elder", +"red-berry", +"red-blindness", +"red-breasted_merganser", +"red-breasted_nuthatch", +"red-breasted_sapsucker", +"red-breasted_snipe", +"red-eyed_vireo", +"red-flowered_silky_oak", +"red-green_color_blindness", +"red-green_colour_blindness", +"red-green_dichromacy", +"red-header", +"red-hot_poker", +"red-lead_putty", +"red-legged_partridge", +"red-letter_day", +"red-light_district", +"red-necked_grebe", +"red-shafted_flicker", +"red-shouldered_hawk", +"red-skinned_onion", +"red-spotted_purple", +"red-tailed_hawk", +"red-veined_pie_plant", +"red-winged_blackbird", +"red_admiral", +"red_alder", +"red_alert", +"red_algae", +"red_amaranth", +"red_angel's_trumpet", +"red_army_faction", +"red_ash", +"red_baneberry", +"red_bat", +"red_bay", +"red_bearberry", +"red_beech", +"red_birch", +"red_bird's_eye", +"red_blood_cell", +"red_bone_marrow", +"red_bordeaux", +"red_brass", +"red_brigades", +"red_bryony", +"red_buckeye", +"red_cabbage", +"red_campion", +"red_carpet", +"red_cedar", +"red_cent", +"red_china", +"red_clay", +"red_clintonia", +"red_cloud", +"red_clover", +"red_cole", +"red_coral", +"red_cross", +"red_currant", +"red_cypress_pine", +"red_dagga", +"red_deer", +"red_delicious", +"red_devil", +"red_dogwood", +"red_drum", +"red_dwarf", +"red_dwarf_star", +"red_eft", +"red_elm", +"red_false_mallow", +"red_fire", +"red_flag", +"red_fox", +"red_giant", +"red_giant_star", +"red_ginger", +"red_goatfish", +"red_goosefoot", +"red_gram", +"red_grouse", +"red_guard", +"red_gum", +"red_hand_defenders", +"red_haw", +"red_heat", +"red_helleborine", +"red_herring", +"red_hot", +"red_indian", +"red_ink", +"red_jungle_fowl", +"red_juniper", +"red_kauri", +"red_lauan", +"red_lauan_tree", +"red_laver", +"red_lead", +"red_light", +"red_line", +"red_maids", +"red_man", +"red_maple", +"red_marrow", +"red_meat", +"red_morning-glory", +"red_mulberry", +"red_mullet", +"red_notice", +"red_oak", +"red_onion", +"red_osier", +"red_osier_dogwood", +"red_panda", +"red_pepper", +"red_periwinkle", +"red_phalarope", +"red_pimpernel", +"red_pine", +"red_planet", +"red_poll", +"red_porgy", +"red_raspberry", +"red_rat_snake", +"red_region", +"red_river", +"red_rockfish", +"red_salmon", +"red_sandalwood", +"red_sanders", +"red_sanderswood", +"red_saunders", +"red_scare", +"red_sea", +"red_setter", +"red_shift", +"red_shrubby_penstemon", +"red_silk-cotton_tree", +"red_silk_cotton", +"red_silver_fir", +"red_siskin", +"red_snapper", +"red_sorrel", +"red_spider", +"red_spider_mite", +"red_sprites", +"red_spruce", +"red_squirrel", +"red_sun", +"red_tai", +"red_tape", +"red_tide", +"red_trillium", +"red_underwing", +"red_valerian", +"red_water", +"red_willow", +"red_wine", +"red_wolf", +"red_worm", +"redact", +"redaction", +"redactor", +"redback_vole", +"redbelly", +"redberry", +"redbird", +"redbird_cactus", +"redbird_flower", +"redbone", +"redbreast", +"redbrick_university", +"redbrush", +"redbud", +"redbug", +"redcap", +"redcoat", +"redding", +"reddish_blue", +"reddish_brown", +"reddish_orange", +"reddish_purple", +"reddle", +"rededication", +"redeemer", +"redefinition", +"redemption", +"redeployment", +"redeposition", +"redetermination", +"redevelopment", +"redevelopment_authority", +"redeye", +"redeye_flight", +"redfin_pickerel", +"redfish", +"redford", +"redhead", +"redheaded_woodpecker", +"redheader", +"redhorse", +"redhorse_sucker", +"rediffusion", +"redirect_examination", +"rediscovery", +"redisposition", +"redistribution", +"redmaids", +"redneck", +"redness", +"redolence", +"redonda", +"redoubt", +"redox", +"redpoll", +"redraft", +"redress", +"redroot", +"redshank", +"redshift", +"redskin", +"redstart", +"redstem_storksbill", +"redtail", +"reduced_instruction_set_computer", +"reduced_instruction_set_computing", +"reducer", +"reducing", +"reducing_agent", +"reducing_diet", +"reductant", +"reductase", +"reductio", +"reductio_ad_absurdum", +"reduction", +"reduction_division", +"reduction_gear", +"reductionism", +"reductivism", +"redundance", +"redundancy", +"redundancy_check", +"reduplication", +"reduviid", +"reduviidae", +"redwing", +"redwood", +"redwood_family", +"redwood_national_park", +"redwood_penstemon", +"reed", +"reed_bunting", +"reed_canary_grass", +"reed_grass", +"reed_instrument", +"reed_mace", +"reed_meadow_grass", +"reed_organ", +"reed_pipe", +"reed_rhapis", +"reed_section", +"reed_stop", +"reedbird", +"reedmace", +"reef", +"reef_knot", +"reef_squirrelfish", +"reef_whitetip_shark", +"reefer", +"reek", +"reel", +"reelection", +"reeler", +"reenactment", +"reenactor", +"reenforcement", +"reenlistment", +"reentering_angle", +"reentering_polygon", +"reentrant_angle", +"reentrant_polygon", +"reentry", +"reevaluation", +"reeve", +"reexamination", +"ref", +"refabrication", +"refection", +"refectory", +"refectory_table", +"referee", +"refereeing", +"reference", +"reference_book", +"reference_frame", +"reference_grid", +"reference_manual", +"reference_point", +"reference_system", +"reference_work", +"referendum", +"referent", +"referral", +"referred_pain", +"refill", +"refilling", +"refined_sugar", +"refinement", +"refiner", +"refinery", +"refining", +"refining_industry", +"refinisher", +"refit", +"reflation", +"reflectance", +"reflecting_telescope", +"reflection", +"reflection_factor", +"reflective_power", +"reflectiveness", +"reflectivity", +"reflectometer", +"reflector", +"reflex", +"reflex_action", +"reflex_angle", +"reflex_arc", +"reflex_camera", +"reflex_epilepsy", +"reflex_response", +"reflexion", +"reflexive", +"reflexive_pronoun", +"reflexive_verb", +"reflexiveness", +"reflexivity", +"reflexology", +"reflux", +"reflux_condenser", +"refocusing", +"reforestation", +"reform", +"reform_jew", +"reform_judaism", +"reform_movement", +"reform_school", +"reformation", +"reformatory", +"reformer", +"reformism", +"reformist", +"refracting_telescope", +"refraction", +"refractive_index", +"refractiveness", +"refractivity", +"refractometer", +"refractoriness", +"refractory", +"refractory_anaemia", +"refractory_anemia", +"refractory_period", +"refractory_pot", +"refrain", +"refresher", +"refresher_course", +"refreshment", +"refried_beans", +"refrigerant", +"refrigeration", +"refrigeration_system", +"refrigerator", +"refrigerator_car", +"refrigerator_cookie", +"refueling", +"refuge", +"refugee", +"refugee_camp", +"refulgence", +"refulgency", +"refund", +"refurbishment", +"refusal", +"refuse", +"refuse_collector", +"refuse_heap", +"refutal", +"refutation", +"refuter", +"regaining", +"regalecidae", +"regalecus_glesne", +"regalia", +"regard", +"regatta", +"regency", +"regeneration", +"regent", +"reggae", +"reggane", +"regicide", +"regime", +"regimen", +"regiment", +"regimentals", +"regimentation", +"regina", +"reginald_carey_harrison", +"reginald_joseph_mitchell", +"reginald_marsh", +"regiomontanus", +"region", +"regional_anaesthesia", +"regional_anatomy", +"regional_anesthesia", +"regional_enteritis", +"regional_ileitis", +"regionalism", +"register", +"register_language", +"registered_bond", +"registered_mail", +"registered_nurse", +"registered_post", +"registered_representative", +"registered_security", +"registrant", +"registrar", +"registration", +"registration_fire", +"registration_number", +"registry", +"regius_professor", +"reglaecus", +"regnellidium", +"regnellidium_diphyllum", +"regosol", +"regress", +"regression", +"regression_analysis", +"regression_coefficient", +"regression_curve", +"regression_equation", +"regression_line", +"regression_of_y_on_x", +"regression_toward_the_mean", +"regret", +"regrets", +"regular", +"regular_army", +"regular_convex_polyhedron", +"regular_convex_solid", +"regular_dodecahedron", +"regular_hexagon", +"regular_hexahedron", +"regular_icosahedron", +"regular_octahedron", +"regular_payment", +"regular_polygon", +"regular_polyhedron", +"regular_recurrence", +"regular_tetrahedron", +"regularisation", +"regularity", +"regularization", +"regulating", +"regulation", +"regulation_time", +"regulator", +"regulator_gene", +"regulatory_agency", +"regulatory_authority", +"regulatory_gene", +"regulatory_offence", +"regulatory_offense", +"regulus", +"regulus_calendula", +"regulus_regulus", +"regulus_satrata", +"regur", +"regur_soil", +"regurgitation", +"rehabilitation", +"rehabilitation_program", +"reharmonisation", +"reharmonization", +"rehash", +"rehearing", +"rehearsal", +"rehnquist", +"reich", +"reichstein", +"reid", +"reification", +"reign", +"reign_of_terror", +"reimbursement", +"reimposition", +"reims", +"rein", +"rein_orchid", +"rein_orchis", +"reincarnation", +"reincarnationism", +"reindeer", +"reindeer_lichen", +"reindeer_moss", +"reinforced_concrete", +"reinforcement", +"reinforcer", +"reinforcing_stimulus", +"reinhold_niebuhr", +"reinstatement", +"reinsurance", +"reinterpretation", +"reintroduction", +"reissue", +"reit", +"reiter", +"reiter's_disease", +"reiter's_syndrome", +"reiteration", +"reithrodontomys", +"reject", +"rejection", +"rejoicing", +"rejoicing_in_the_law", +"rejoicing_of_the_law", +"rejoicing_over_the_law", +"rejoinder", +"rejuvenation", +"relafen", +"relapse", +"relapsing", +"relapsing_fever", +"relatedness", +"relation", +"relation_back", +"relational_adjective", +"relational_database", +"relational_database_management_system", +"relations", +"relationship", +"relative", +"relative-in-law", +"relative_atomic_mass", +"relative_clause", +"relative_density", +"relative_frequency", +"relative_humidity", +"relative_incidence", +"relative_majority", +"relative_molecular_mass", +"relative_pronoun", +"relative_quantity", +"relativism", +"relativistic_mass", +"relativity", +"relativity_theory", +"relatum", +"relaxant", +"relaxation", +"relaxation_behavior", +"relaxation_method", +"relaxation_time", +"relaxer", +"relaxin", +"relay", +"relay_link", +"relay_race", +"relay_station", +"relay_transmitter", +"release", +"releasing_factor", +"releasing_hormone", +"relegating", +"relegation", +"relentlessness", +"relevance", +"relevancy", +"reliability", +"reliableness", +"reliance", +"relic", +"relict", +"relief", +"relief_map", +"relief_pitcher", +"relief_printing", +"relief_valve", +"reliever", +"relievo", +"religion", +"religionism", +"religionist", +"religiosity", +"religious", +"religious_belief", +"religious_ceremony", +"religious_cult", +"religious_doctrine", +"religious_festival", +"religious_holiday", +"religious_leader", +"religious_movement", +"religious_music", +"religious_mystic", +"religious_mysticism", +"religious_offering", +"religious_order", +"religious_orientation", +"religious_outcast", +"religious_person", +"religious_residence", +"religious_right", +"religious_rite", +"religious_ritual", +"religious_school", +"religious_sect", +"religious_service", +"religious_society_of_friends", +"religious_song", +"religious_text", +"religious_trance", +"religious_writing", +"religiousism", +"religiousness", +"relinquishing", +"relinquishment", +"reliquary", +"relish", +"relishing", +"relistening", +"reliving", +"relocatable_program", +"relocation", +"reluctance", +"reluctivity", +"rem", +"rem_sleep", +"remainder", +"remains", +"remake", +"remaking", +"remand", +"remark", +"remarriage", +"rematch", +"rembrandt", +"rembrandt_harmensz_van_rijn", +"rembrandt_van_rijn", +"rembrandt_van_ryn", +"remediation", +"remedy", +"remembering", +"remembrance", +"remembrance_day", +"remembrance_sunday", +"remicade", +"remilegia", +"remilegia_australis", +"remilitarisation", +"remilitarization", +"reminder", +"reminiscence", +"remise", +"remission", +"remission_of_sin", +"remissness", +"remit", +"remitment", +"remittal", +"remittance", +"remittance_man", +"remnant", +"remonstrance", +"remonstration", +"remora", +"remorse", +"remote", +"remote-access_data_processing", +"remote-control_bomb", +"remote_control", +"remote_station", +"remote_terminal", +"remoteness", +"remotion", +"remoulade_sauce", +"remount", +"removable_disk", +"removal", +"removal_company", +"removal_firm", +"remove", +"remover", +"remuda", +"remuneration", +"remunerator", +"remus", +"renaissance", +"renaissance_man", +"renal_artery", +"renal_calculus", +"renal_colic", +"renal_corpuscle", +"renal_cortex", +"renal_disorder", +"renal_failure", +"renal_insufficiency", +"renal_lithiasis", +"renal_pelvis", +"renal_vein", +"renascence", +"renata_tebaldi", +"render", +"rendering", +"rendezvous", +"rendition", +"rene-robert_cavelier", +"rene_antoine_ferchault_de_reaumur", +"rene_descartes", +"rene_magritte", +"renegade", +"renegade_state", +"renege", +"renewable_resource", +"renewal", +"reniform_leaf", +"renin", +"rennet", +"rennin", +"reno", +"renoir", +"renouncement", +"renovation", +"renovator", +"renown", +"rensselaerite", +"rent", +"rent-a-car", +"rent-rebate", +"rent-roll", +"rent_collector", +"rental", +"rental_collection", +"rental_income", +"rente", +"renter", +"rentier", +"renting", +"renunciation", +"reorder", +"reordering", +"reorganisation", +"reorganization", +"reorientation", +"reoviridae", +"reovirus", +"rep", +"repair", +"repair_shed", +"repair_shop", +"repairer", +"repairman", +"reparation", +"repartee", +"repast", +"repatriate", +"repatriation", +"repayment", +"repayment_rate", +"repeal", +"repeat", +"repeater", +"repeating", +"repeating_decimal", +"repeating_firearm", +"repechage", +"repellant", +"repellent", +"repentance", +"repercussion", +"repertoire", +"repertory", +"repertory_company", +"repetition", +"repetitiousness", +"repetitiveness", +"rephrasing", +"replaceability", +"replacement", +"replacement_cost", +"replacing", +"replay", +"replenishment", +"repletion", +"replica", +"replication", +"reply", +"report", +"report_card", +"reportage", +"reporter", +"reporting", +"reporting_weight", +"repose", +"repositing", +"reposition", +"repositioning", +"repository", +"repossession", +"repp", +"reprehensibility", +"reprehension", +"representation", +"representational_process", +"representative", +"representative_sample", +"representative_sampling", +"represser", +"repression", +"repressor", +"repressor_gene", +"reprieve", +"reprimand", +"reprint", +"reprinting", +"reprisal", +"reproach", +"reproacher", +"reprobate", +"reprobation", +"reproducer", +"reproducibility", +"reproduction", +"reproduction_cost", +"reproductive_cell", +"reproductive_cloning", +"reproductive_memory", +"reproductive_organ", +"reproductive_structure", +"reproductive_system", +"reproof", +"reproval", +"reprover", +"reptantia", +"reptile", +"reptile_family", +"reptile_genus", +"reptilia", +"reptilian", +"republic", +"republic_of_albania", +"republic_of_angola", +"republic_of_armenia", +"republic_of_austria", +"republic_of_belarus", +"republic_of_benin", +"republic_of_bolivia", +"republic_of_bosnia_and_herzegovina", +"republic_of_botswana", +"republic_of_bulgaria", +"republic_of_burundi", +"republic_of_cameroon", +"republic_of_cape_verde", +"republic_of_chad", +"republic_of_chile", +"republic_of_china", +"republic_of_colombia", +"republic_of_costa_rica", +"republic_of_cote_d'ivoire", +"republic_of_croatia", +"republic_of_cuba", +"republic_of_cyprus", +"republic_of_djibouti", +"republic_of_ecuador", +"republic_of_el_salvador", +"republic_of_equatorial_guinea", +"republic_of_estonia", +"republic_of_fiji", +"republic_of_finland", +"republic_of_ghana", +"republic_of_guatemala", +"republic_of_guinea", +"republic_of_guinea-bissau", +"republic_of_haiti", +"republic_of_honduras", +"republic_of_hungary", +"republic_of_iceland", +"republic_of_india", +"republic_of_indonesia", +"republic_of_iraq", +"republic_of_ireland", +"republic_of_kazakhstan", +"republic_of_kenya", +"republic_of_kiribati", +"republic_of_korea", +"republic_of_latvia", +"republic_of_liberia", +"republic_of_lithuania", +"republic_of_madagascar", +"republic_of_malawi", +"republic_of_maldives", +"republic_of_mali", +"republic_of_malta", +"republic_of_mauritius", +"republic_of_moldova", +"republic_of_mozambique", +"republic_of_namibia", +"republic_of_nauru", +"republic_of_nicaragua", +"republic_of_niger", +"republic_of_palau", +"republic_of_panama", +"republic_of_paraguay", +"republic_of_peru", +"republic_of_poland", +"republic_of_san_marino", +"republic_of_senegal", +"republic_of_seychelles", +"republic_of_sierra_leone", +"republic_of_singapore", +"republic_of_slovenia", +"republic_of_south_africa", +"republic_of_suriname", +"republic_of_tajikistan", +"republic_of_the_congo", +"republic_of_the_gambia", +"republic_of_the_marshall_islands", +"republic_of_the_philippines", +"republic_of_the_sudan", +"republic_of_trinidad_and_tobago", +"republic_of_tunisia", +"republic_of_turkey", +"republic_of_uganda", +"republic_of_uzbekistan", +"republic_of_vanuatu", +"republic_of_venezuela", +"republic_of_yemen", +"republic_of_zambia", +"republic_of_zimbabwe", +"republican", +"republican_guard", +"republican_party", +"republican_river", +"republicanism", +"republication", +"republishing", +"repudiation", +"repugnance", +"repulse", +"repulsion", +"repulsive_force", +"repulsiveness", +"repurchase", +"reputability", +"reputation", +"repute", +"request", +"requester", +"requiem", +"requiem_shark", +"requiescat", +"required_course", +"requirement", +"requirements_contract", +"requisite", +"requisiteness", +"requisition", +"requisition_form", +"requital", +"rerebrace", +"reredos", +"rerun", +"res", +"res_adjudicata", +"res_gestae", +"res_ipsa_loquitur", +"res_judicata", +"res_publica", +"resale", +"rescission", +"rescript", +"rescriptor", +"rescue", +"rescue_equipment", +"rescue_operation", +"rescue_party", +"rescuer", +"research", +"research_center", +"research_colloquium", +"research_director", +"research_facility", +"research_lab", +"research_laboratory", +"research_project", +"research_rocket", +"research_staff", +"research_worker", +"researcher", +"reseau", +"resection", +"reseda", +"reseda_luteola", +"reseda_odorata", +"resedaceae", +"resemblance", +"resentment", +"reserpine", +"reservation", +"reserve", +"reserve_account", +"reserve_assets", +"reserve_bank", +"reserve_clause", +"reserve_fund", +"reserve_officers_training_corps", +"reserves", +"reservist", +"reservoir", +"reset", +"reset_button", +"resettlement", +"resh", +"reshipment", +"resht", +"reshuffle", +"reshuffling", +"resid", +"residence", +"residence_hall", +"residence_time", +"residency", +"resident", +"resident_commissioner", +"resident_physician", +"residential_area", +"residential_district", +"residual", +"residual_clay", +"residual_oil", +"residual_soil", +"residue", +"residuum", +"resignation", +"resilience", +"resiliency", +"resin", +"resinoid", +"resistance", +"resistance_pyrometer", +"resistance_thermometer", +"resistance_unit", +"resister", +"resisting_arrest", +"resistivity", +"resistor", +"resoluteness", +"resolution", +"resolve", +"resolvent", +"resolving", +"resolving_power", +"resonance", +"resonant_circuit", +"resonating_chamber", +"resonator", +"resorcinol", +"resorcinolphthalein", +"resorption", +"resort", +"resort_area", +"resort_hotel", +"resource", +"resourcefulness", +"respect", +"respectability", +"respecter", +"respectfulness", +"respects", +"respighi", +"respiration", +"respirator", +"respiratory_acidosis", +"respiratory_alkalosis", +"respiratory_center", +"respiratory_disease", +"respiratory_disorder", +"respiratory_distress_syndrome", +"respiratory_distress_syndrome_of_the_newborn", +"respiratory_illness", +"respiratory_infection", +"respiratory_organ", +"respiratory_quotient", +"respiratory_rate", +"respiratory_syncytial_virus", +"respiratory_system", +"respiratory_tract", +"respiratory_tract_infection", +"respite", +"resplendence", +"resplendency", +"resplendent_quetzel", +"resplendent_trogon", +"respondent", +"responder", +"response", +"response_time", +"responsibility", +"responsibleness", +"responsiveness", +"rest", +"rest-cure", +"rest-harrow", +"rest_area", +"rest_day", +"rest_energy", +"rest_home", +"rest_house", +"rest_mass", +"rest_period", +"rest_stop", +"restatement", +"restaurant", +"restaurant_attendant", +"restaurant_chain", +"restauranter", +"restaurateur", +"rester", +"restfulness", +"restharrow", +"resting_potential", +"resting_spore", +"restitution", +"restiveness", +"restless_legs", +"restless_legs_syndrome", +"restlessness", +"restoration", +"restorative", +"restorer", +"restoril", +"restrainer", +"restraint", +"restraint_of_trade", +"restriction", +"restriction_endonuclease", +"restriction_enzyme", +"restriction_fragment", +"restriction_nuclease", +"restriction_site", +"restrictive_clause", +"restrictiveness", +"restroom", +"result", +"resultant", +"resultant_role", +"resulting_trust", +"resume", +"resumption", +"resurgence", +"resurrection", +"resurrection_fern", +"resurrection_of_christ", +"resurrection_plant", +"resurvey", +"resuscitation", +"resuscitator", +"resuspension", +"retail", +"retail_chain", +"retail_merchant", +"retail_price_index", +"retail_store", +"retailer", +"retailing", +"retained_object", +"retainer", +"retaining_wall", +"retake", +"retaking", +"retaliation", +"retaliator", +"retaliatory_eviction", +"retama", +"retama_raetam", +"retard", +"retardant", +"retardation", +"retarded", +"retarded_depression", +"retardent", +"retarding_force", +"retch", +"rete", +"rete_malpighii", +"rete_testis", +"retem", +"retention", +"retention_basin", +"retentiveness", +"retentivity", +"rethink", +"reticence", +"reticle", +"reticular_activating_system", +"reticular_formation", +"reticulated_python", +"reticulation", +"reticule", +"reticulitermes", +"reticulitermes_flanipes", +"reticulitermes_lucifugus", +"reticulocyte", +"reticuloendothelial_system", +"reticulum", +"retina", +"retinal", +"retinal_cone", +"retinal_detachment", +"retinal_purple", +"retinal_rod", +"retinal_scanning", +"retinene", +"retinitis", +"retinoblastoma", +"retinol", +"retinopathy", +"retinue", +"retired_person", +"retiree", +"retirement", +"retirement_account", +"retirement_benefit", +"retirement_check", +"retirement_community", +"retirement_complex", +"retirement_fund", +"retirement_pension", +"retirement_plan", +"retirement_program", +"retirement_savings_account", +"retirement_savings_plan", +"retort", +"retraction", +"retractor", +"retraining", +"retread", +"retreat", +"retreatant", +"retreated", +"retrenchment", +"retrial", +"retribution", +"retrieval", +"retriever", +"retro", +"retrobulbar_neuritis", +"retrofit", +"retroflection", +"retroflexion", +"retrograde_amnesia", +"retrogression", +"retromandibular_vein", +"retronym", +"retrophyllum", +"retrorocket", +"retrospect", +"retrospection", +"retrospective", +"retroversion", +"retrovir", +"retrovirus", +"retrovision", +"retsina", +"return", +"return_address", +"return_key", +"return_on_invested_capital", +"return_on_investment", +"return_ticket", +"returning_officer", +"reuben", +"reuben_lucius_goldberg", +"reunification", +"reunion", +"reuptake", +"reusable_program", +"reusable_routine", +"rev", +"revaluation", +"revealed_religion", +"revealing", +"reveille", +"revel", +"revelation", +"revelation_of_saint_john_the_divine", +"reveler", +"reveller", +"revelry", +"revenant", +"revenge", +"revenue", +"revenue_bond", +"revenue_enhancement", +"revenue_sharing", +"revenue_stamp", +"revenue_tariff", +"revenuer", +"reverberance", +"reverberation", +"reverberatory_furnace", +"revere", +"reverence", +"reverend", +"reverend_dodgson", +"reverie", +"revers", +"reversal", +"reverse", +"reverse_fault", +"reverse_gear", +"reverse_hang", +"reverse_lightning", +"reverse_osmosis", +"reverse_polish_notation", +"reverse_split", +"reverse_stock_split", +"reverse_transcriptase", +"reverse_transcriptase_inhibitor", +"reversibility", +"reversible", +"reversible_process", +"reversing_thermometer", +"reversion", +"reversionary_annuity", +"reversioner", +"reversionist", +"reverting", +"revery", +"revetement", +"revetment", +"review", +"review_article", +"review_copy", +"reviewer", +"reviewing_stand", +"revilement", +"revisal", +"revise", +"revised_standard_version", +"revised_version", +"reviser", +"revising", +"revision", +"revisionism", +"revisionist", +"revitalisation", +"revitalization", +"revival", +"revival_meeting", +"revivalism", +"revivalist", +"revivification", +"revocation", +"revoke", +"revolt", +"revolution", +"revolutionary", +"revolutionary_armed_forces_of_colombia", +"revolutionary_calendar", +"revolutionary_calendar_month", +"revolutionary_group", +"revolutionary_justice_organization", +"revolutionary_organization_17_november", +"revolutionary_organization_of_socialist_muslims", +"revolutionary_people's_liberation_front", +"revolutionary_people's_liberation_party", +"revolutionary_people's_struggle", +"revolutionary_proletarian_army", +"revolutionary_proletarian_initiative_nuclei", +"revolutionary_proletarian_nucleus", +"revolutionary_united_front", +"revolutionism", +"revolutionist", +"revolutions_per_minute", +"revolver", +"revolving_charge_account", +"revolving_credit", +"revolving_door", +"revolving_fund", +"revue", +"revulsion", +"rewa-rewa", +"reward", +"rewording", +"rewrite", +"rewrite_man", +"rewriter", +"rewriting", +"rex", +"rex_begonia", +"rex_harrison", +"reye's_syndrome", +"reyes", +"reykjavik", +"reynard", +"reynolds", +"rf", +"rfd", +"rg", +"rh", +"rh-negative_blood", +"rh-negative_blood_type", +"rh-positive_blood_type", +"rh_antibody", +"rh_factor", +"rh_incompatibility", +"rh_negative", +"rh_positive", +"rhabdomancer", +"rhabdomancy", +"rhabdomyoma", +"rhabdomyosarcoma", +"rhabdosarcoma", +"rhabdoviridae", +"rhabdovirus", +"rhadamanthus", +"rhaeto-romance", +"rhaeto-romanic", +"rhagades", +"rhagoletis", +"rhagoletis_pomonella", +"rhamnaceae", +"rhamnales", +"rhamnus", +"rhamnus_californicus", +"rhamnus_carolinianus", +"rhamnus_croceus", +"rhamnus_frangula", +"rhamnus_purshianus", +"rhaphe", +"rhapis", +"rhapis_excelsa", +"rhapis_humilis", +"rhapsody", +"rhd", +"rhea", +"rhea_americana", +"rhea_silvia", +"rheidae", +"rheiformes", +"rheims", +"rheims-douay_bible", +"rheims-douay_version", +"rhein", +"rheinland", +"rhenish", +"rhenium", +"rheology", +"rheometer", +"rheostat", +"rhesus", +"rhesus_factor", +"rhesus_monkey", +"rhetoric", +"rhetorical_device", +"rhetorical_question", +"rhetorician", +"rheum", +"rheum_australe", +"rheum_cultorum", +"rheum_emodi", +"rheum_palmatum", +"rheum_rhabarbarum", +"rheum_rhaponticum", +"rheumatic", +"rheumatic_aortitis", +"rheumatic_fever", +"rheumatic_heart_disease", +"rheumatism", +"rheumatism_weed", +"rheumatoid_arthritis", +"rheumatoid_factor", +"rheumatoid_spondylitis", +"rheumatologist", +"rheumatology", +"rhexia", +"rhibhus", +"rhincodon", +"rhincodon_typus", +"rhincodontidae", +"rhine", +"rhine_river", +"rhine_wine", +"rhineland", +"rhinencephalon", +"rhinestone", +"rhinion", +"rhinitis", +"rhino", +"rhinobatidae", +"rhinoceros", +"rhinoceros_antiquitatis", +"rhinoceros_beetle", +"rhinoceros_family", +"rhinoceros_unicornis", +"rhinocerotidae", +"rhinolaryngologist", +"rhinolaryngology", +"rhinolophidae", +"rhinonicteris", +"rhinonicteris_aurantius", +"rhinopathy", +"rhinophyma", +"rhinoplasty", +"rhinoptera", +"rhinoptera_bonasus", +"rhinorrhea", +"rhinoscope", +"rhinoscopy", +"rhinosporidiosis", +"rhinostenosis", +"rhinotermitidae", +"rhinotomy", +"rhinotracheitis", +"rhinovirus", +"rhipsalis", +"rhiptoglossa", +"rhizobiaceae", +"rhizobium", +"rhizoctinia", +"rhizoctinia_disease", +"rhizoctinia_solani", +"rhizoid", +"rhizomatous_begonia", +"rhizome", +"rhizomorph", +"rhizophora", +"rhizophora_mangle", +"rhizophoraceae", +"rhizopod", +"rhizopoda", +"rhizopodan", +"rhizopogon", +"rhizopogon_idahoensis", +"rhizopogonaceae", +"rhizopus", +"rhizopus_nigricans", +"rhizopus_stolonifer", +"rhizotomy", +"rho", +"rhodanthe", +"rhodanthe_manglesii", +"rhode_island", +"rhode_island_bent", +"rhode_island_red", +"rhode_islander", +"rhodes", +"rhodes_grass", +"rhodes_scholar", +"rhodesia", +"rhodesian_man", +"rhodesian_ridgeback", +"rhodium", +"rhodochrosite", +"rhododendron", +"rhododendron_californicum", +"rhododendron_maxima", +"rhododendron_viscosum", +"rhodolite", +"rhodomontade", +"rhodonite", +"rhodope_mountains", +"rhodophyceae", +"rhodophyta", +"rhodopsin", +"rhodosphaera", +"rhodosphaera_rhodanthema", +"rhodymenia", +"rhodymenia_palmata", +"rhodymeniaceae", +"rhoeadales", +"rhomb", +"rhombencephalon", +"rhombohedron", +"rhomboid", +"rhomboid_minor_muscle", +"rhomboid_muscle", +"rhomboideus_major_muscle", +"rhombus", +"rhonchus", +"rhone", +"rhone-alpes", +"rhone_river", +"rhone_wine", +"rhubarb", +"rhubarb_pie", +"rhubarb_plant", +"rhumb", +"rhumb_line", +"rhumba", +"rhus", +"rhus_aromatica", +"rhus_copallina", +"rhus_dermatitis", +"rhus_diversiloba", +"rhus_glabra", +"rhus_laurina", +"rhus_ovata", +"rhus_quercifolia", +"rhus_radicans", +"rhus_rhodanthema", +"rhus_toxicodenedron", +"rhus_trilobata", +"rhus_typhina", +"rhus_verniciflua", +"rhus_vernix", +"rhyacotriton", +"rhyacotriton_olympicus", +"rhyme", +"rhyme_royal", +"rhymer", +"rhymester", +"rhyming_slang", +"rhynchocephalia", +"rhynchoelaps", +"rhynchoelaps_australis", +"rhyncostylis", +"rhynia", +"rhyniaceae", +"rhyolite", +"rhythm", +"rhythm_and_blues", +"rhythm_and_blues_musician", +"rhythm_method", +"rhythm_method_of_birth_control", +"rhythm_section", +"rhythmic_pattern", +"rhythmicity", +"rhytidectomy", +"rhytidoplasty", +"ri", +"rial", +"riata", +"rib", +"rib_cage", +"rib_joint_pliers", +"rib_roast", +"ribald", +"ribaldry", +"riband", +"ribavirin", +"ribband", +"ribbed_toad", +"ribbed_vault", +"ribbing", +"ribbon", +"ribbon-leaved_water_plantain", +"ribbon_development", +"ribbon_fern", +"ribbon_grass", +"ribbon_snake", +"ribbon_tree", +"ribbon_worm", +"ribbonfish", +"ribbonwood", +"ribes", +"ribes_grossularia", +"ribes_nigrum", +"ribes_rubrum", +"ribes_sanguineum", +"ribes_sativum", +"ribes_uva-crispa", +"ribgrass", +"ribhus", +"ribier", +"riboflavin", +"ribonuclease", +"ribonucleic_acid", +"ribonucleinase", +"ribose", +"ribosome", +"ribwort", +"ricardo", +"rice", +"rice-grain_fritillary", +"rice_beer", +"rice_grass", +"rice_paddy", +"rice_paper", +"rice_rat", +"rice_weevil", +"ricebird", +"ricegrass", +"ricer", +"rich", +"rich_man", +"rich_people", +"rich_person", +"richard_adolph_zsigmondy", +"richard_august_carl_emil_erlenmeyer", +"richard_brinsley_sheridan", +"richard_buckminster_fuller", +"richard_burbage", +"richard_burdon_haldane", +"richard_burton", +"richard_coeur_de_lion", +"richard_d'oyly_carte", +"richard_d._fosbury", +"richard_e._byrd", +"richard_e._smalley", +"richard_errett_smalley", +"richard_erskine_leakey", +"richard_evelyn_byrd", +"richard_feynman", +"richard_haldane", +"richard_henry_lee", +"richard_henry_tawney", +"richard_hooker", +"richard_horatio_edgar_wallace", +"richard_i", +"richard_ii", +"richard_iii", +"richard_j._roberts", +"richard_john_roberts", +"richard_jordan_gatling", +"richard_kuhn", +"richard_leakey", +"richard_lovelace", +"richard_m._nixon", +"richard_milhous_nixon", +"richard_morris_hunt", +"richard_neville", +"richard_nixon", +"richard_phillips_feynman", +"richard_rodgers", +"richard_roe", +"richard_smalley", +"richard_starkey", +"richard_strauss", +"richard_the_lion-hearted", +"richard_the_lionheart", +"richard_trevithick", +"richard_upjohn", +"richard_von_krafft-ebing", +"richard_wagner", +"richard_wright", +"richards", +"richardson", +"richardson's_geranium", +"richardson_ground_squirrel", +"richardson_vole", +"richea", +"richea_dracophylla", +"richea_pandanifolia", +"richelieu", +"riches", +"richler", +"richmond", +"richmondena", +"richmondena_cardinalis", +"richness", +"richter_scale", +"richweed", +"ricin", +"ricin_toxin", +"ricinoleic_acid", +"ricinus", +"ricinus_communis", +"rick", +"rickenbacker", +"ricketiness", +"rickets", +"rickettsia", +"rickettsiaceae", +"rickettsial_disease", +"rickettsiales", +"rickettsialpox", +"rickettsiosis", +"rickey", +"rickover", +"rickrack", +"ricksha", +"rickshaw", +"rico", +"rico_act", +"ricochet", +"ricotta", +"ricrac", +"rictus", +"riddance", +"riddle", +"riddle_canon", +"ride", +"rider", +"rider_haggard", +"rider_plate", +"ridge", +"ridge_rope", +"ridge_tile", +"ridgel", +"ridgeline", +"ridgeling", +"ridgepole", +"ridgil", +"ridgling", +"ridicule", +"ridiculer", +"ridiculousness", +"riding", +"riding_bitt", +"riding_boot", +"riding_breeches", +"riding_crop", +"riding_habit", +"riding_horse", +"riding_lamp", +"riding_light", +"riding_master", +"riding_mower", +"riding_school", +"ridley", +"riel", +"riemann", +"riemannian_geometry", +"riesling", +"riesman", +"rifadin", +"rifampin", +"riff", +"riffian", +"riffle", +"riffraff", +"rifle", +"rifle_ball", +"rifle_butt", +"rifle_grenade", +"rifle_range", +"rifle_shot", +"riflebird", +"rifleman", +"rifleman_bird", +"rifling", +"rift", +"rift_valley", +"rift_valley_fever", +"rig", +"rig-veda", +"riga", +"rigamarole", +"rigatoni", +"rigel", +"rigger", +"rigger_brush", +"rigging", +"riggs'_disease", +"right", +"right-angled_triangle", +"right-hand_man", +"right-handed_pitcher", +"right-handedness", +"right-hander", +"right-winger", +"right_angle", +"right_ascension", +"right_atrioventricular_valve", +"right_atrium", +"right_atrium_of_the_heart", +"right_bank", +"right_brain", +"right_coronary_artery", +"right_field", +"right_fielder", +"right_gastric_artery", +"right_gastric_vein", +"right_hand", +"right_hander", +"right_hemisphere", +"right_of_action", +"right_of_election", +"right_of_entry", +"right_of_first_publication", +"right_of_offset", +"right_of_privacy", +"right_of_re-entry", +"right_of_search", +"right_of_way", +"right_stage", +"right_to_an_attorney", +"right_to_confront_accusors", +"right_to_due_process", +"right_to_liberty", +"right_to_life", +"right_to_privacy", +"right_to_speedy_and_public_trial_by_jury", +"right_to_the_pursuit_of_happiness", +"right_to_vote", +"right_triangle", +"right_ventricle", +"right_whale", +"right_wing", +"righteousness", +"righteye_flounder", +"righteyed_flounder", +"rightfield", +"rightfulness", +"righthander", +"rightism", +"rightist", +"rightness", +"rights_issue", +"rights_offering", +"rigidification", +"rigidifying", +"rigidity", +"rigidness", +"rigil", +"rigil_kent", +"rigmarole", +"rigor", +"rigor_mortis", +"rigorousness", +"rigour", +"rigourousness", +"rigout", +"rijstafel", +"rijstaffel", +"rijsttaffel", +"riksmaal", +"riksmal", +"riley", +"riley_b_king", +"rilievo", +"rilke", +"rill", +"rim", +"rim_blight", +"rima", +"rima_glottidis", +"rima_oris", +"rima_pudendi", +"rima_respiratoria", +"rima_vestibuli", +"rima_vocalis", +"rima_vulvae", +"rimactane", +"rimbaud", +"rime", +"rimski-korsakov", +"rimsky-korsakov", +"rimu", +"rind", +"rinderpest", +"ring", +"ring-a-rosy", +"ring-around-a-rosy", +"ring-around-the-rosy", +"ring-binder", +"ring-necked_parakeet", +"ring-necked_pheasant", +"ring-necked_snake", +"ring-stalked_fungus", +"ring-tailed_cat", +"ring-tailed_lemur", +"ring_armor", +"ring_armour", +"ring_blackbird", +"ring_containment", +"ring_dance", +"ring_disease", +"ring_finger", +"ring_girl", +"ring_lardner", +"ring_mail", +"ring_of_color", +"ring_ouzel", +"ring_road", +"ring_rot", +"ring_rot_bacteria", +"ring_rot_fungus", +"ring_snake", +"ring_thrush", +"ring_vaccination", +"ringdove", +"ringed_snake", +"ringer", +"ringer's_solution", +"ringer_solution", +"ringgit", +"ringgold_wilmer_lardner", +"ringhals", +"ringing", +"ringleader", +"ringlet", +"ringlet_butterfly", +"ringling", +"ringmaster", +"ringneck_snake", +"ringo_starr", +"rings", +"ringside", +"ringside_seat", +"ringtail", +"ringway", +"ringworm", +"ringworm_bush", +"ringworm_cassia", +"ringworm_shrub", +"rink", +"rinkhals", +"rinse", +"rinsing", +"rio", +"rio_bravo", +"rio_de_janeiro", +"rio_de_la_plata", +"rio_grande", +"rio_nunez_coffee", +"rioja", +"riot", +"riot_act", +"riot_control", +"riot_control_operation", +"riot_gun", +"rioter", +"rioting", +"rip", +"rip-off", +"rip_current", +"rip_van_winkle", +"riparia", +"riparia_riparia", +"riparian_forest", +"riparian_right", +"ripcord", +"ripe_olive", +"ripeness", +"ripening", +"riposte", +"ripper", +"ripping_bar", +"ripping_chisel", +"ripple", +"ripple-grass", +"ripple_mark", +"rippling", +"ripsaw", +"riptide", +"rira", +"risc", +"rise", +"rise_to_power", +"riser", +"riser_main", +"riser_pipe", +"riser_pipeline", +"risibility", +"rising", +"rising_prices", +"rising_slope", +"rising_tide", +"rising_trot", +"risk", +"risk_arbitrage", +"risk_capital", +"risk_of_exposure", +"risk_of_infection", +"risk_taker", +"riskiness", +"risklessness", +"risky_venture", +"risotto", +"riss_glaciation", +"rissa", +"rissole", +"ritalin", +"rite", +"rite_of_passage", +"ritonavir", +"rittenhouse", +"ritual", +"ritual_dance", +"ritual_dancing", +"ritual_killing", +"ritualism", +"ritualist", +"ritz", +"rival", +"rivalry", +"river", +"river_acheron", +"river_adige", +"river_aire", +"river_arno", +"river_avon", +"river_basin", +"river_birch", +"river_blindness", +"river_boat", +"river_bottom", +"river_boulder", +"river_cam", +"river_cocytus", +"river_cooter", +"river_dolphin", +"river_gum", +"river_horse", +"river_kasai", +"river_lethe", +"river_limpet", +"river_otter", +"river_pear", +"river_prawn", +"river_red_gum", +"river_severn", +"river_shad", +"river_styx", +"river_thames", +"river_trent", +"river_tyne", +"rivera", +"riverbank", +"riverbed", +"riverside", +"rivet", +"rivet_line", +"riveter", +"riveting_machine", +"rivetter", +"riviera", +"rivina", +"rivina_humilis", +"rivulet", +"rivulus", +"riyadh", +"riyal", +"riyal-omani", +"rn", +"rna", +"rna_polymerase", +"rnase", +"ro", +"roach", +"roach_clip", +"roach_holder", +"road", +"road_agent", +"road_builder", +"road_construction", +"road_game", +"road_gang", +"road_hog", +"road_map", +"road_mender", +"road_metal", +"road_rage", +"road_roller", +"road_runner", +"road_sense", +"road_show", +"road_surface", +"road_test", +"road_to_damascus", +"roadbed", +"roadblock", +"roadbook", +"roadhog", +"roadhouse", +"roadkill", +"roadman", +"roadrunner", +"roads", +"roadside", +"roadstead", +"roadster", +"roadway", +"roadworthiness", +"roald_amundsen", +"roald_hoffmann", +"roamer", +"roan", +"roanoke", +"roar", +"roarer", +"roaring", +"roast", +"roast_beef", +"roast_beef_plant", +"roast_lamb", +"roast_pork", +"roast_veal", +"roaster", +"roasting", +"rob_roy", +"robalo", +"robaxin", +"robber", +"robber_fly", +"robber_frog", +"robbery", +"robbery_conviction", +"robbery_suspect", +"robbins", +"robe", +"robe-de-chambre", +"robert", +"robert's_rules_of_order", +"robert_a._heinlein", +"robert_abram_bartlett", +"robert_adam", +"robert_alexander_schumann", +"robert_andrews_millikan", +"robert_anson_heinlein", +"robert_barany", +"robert_bartlett", +"robert_benchley", +"robert_boyle", +"robert_brown", +"robert_browning", +"robert_bruce_mathias", +"robert_bunsen", +"robert_burns", +"robert_burns_woodward", +"robert_charles_benchley", +"robert_charles_venturi", +"robert_clive", +"robert_curl", +"robert_de_niro", +"robert_e._lee", +"robert_e._peary", +"robert_e_lee's_birthday", +"robert_e_lee_day", +"robert_edward_lee", +"robert_edwin_peary", +"robert_emmet_sherwood", +"robert_f._curl", +"robert_falcon_scott", +"robert_floyd_curl_jr.", +"robert_frost", +"robert_fulton", +"robert_graves", +"robert_gray", +"robert_herrick", +"robert_hooke", +"robert_hutchings_goddard", +"robert_i", +"robert_indiana", +"robert_james_fischer", +"robert_jemison_van_de_graaff", +"robert_joffrey", +"robert_king_merton", +"robert_koch", +"robert_lee_frost", +"robert_louis_balfour_stevenson", +"robert_louis_stevenson", +"robert_lowell", +"robert_m._yerkes", +"robert_macgregor", +"robert_maynard_hutchins", +"robert_mearns_yerkes", +"robert_merton", +"robert_mills", +"robert_mitchum", +"robert_morris", +"robert_motherwell", +"robert_nesta_marley", +"robert_oppenheimer", +"robert_orr", +"robert_owen", +"robert_peary", +"robert_peel", +"robert_penn_warren", +"robert_r._livingston", +"robert_ranke_graves", +"robert_redford", +"robert_robinson", +"robert_schumann", +"robert_scott", +"robert_southey", +"robert_the_bruce", +"robert_traill_spence_lowell_jr.", +"robert_treat_paine", +"robert_tyre_jones", +"robert_van_de_graaff", +"robert_venturi", +"robert_walpole", +"robert_wilhelm_bunsen", +"robert_william_service", +"robert_woodrow_wilson", +"robert_woodward", +"roberto_francesco_romolo_bellarmine", +"roberts", +"robertson", +"robeson", +"robespierre", +"robin", +"robin's_plantain", +"robin_goodfellow", +"robin_hood", +"robin_redbreast", +"robinia", +"robinia_hispida", +"robinia_pseudoacacia", +"robinia_viscosa", +"robinson", +"robinson_crusoe", +"robinson_jeffers", +"robitussin", +"roble", +"roble_beech", +"robot", +"robot_bomb", +"robot_pilot", +"robotic_telesurgery", +"robotics", +"robotics_equipment", +"robusta_coffee", +"robustness", +"roc", +"rocambole", +"roccella", +"roccella_tinctoria", +"roccellaceae", +"rocco_marciano", +"roccus", +"roccus_saxatilis", +"rocephin", +"rochambeau", +"rochelle_powder", +"rochelle_salt", +"rochelle_salts", +"rochester", +"rochon_prism", +"rock", +"rock'n'roll", +"rock-and-roll", +"rock_'n'_roll", +"rock_'n'_roll_musician", +"rock_and_roll", +"rock_band", +"rock_barnacle", +"rock_bass", +"rock_beauty", +"rock_bit", +"rock_bottom", +"rock_brake", +"rock_cake", +"rock_candy", +"rock_climber", +"rock_climbing", +"rock_concert", +"rock_cornish", +"rock_cornish_hen", +"rock_crab", +"rock_cress", +"rock_crystal", +"rock_dove", +"rock_drill", +"rock_elm", +"rock_fever", +"rock_garden", +"rock_geranium", +"rock_group", +"rock_gunnel", +"rock_harlequin", +"rock_hind", +"rock_hopper", +"rock_hyrax", +"rock_island", +"rock_kangaroo", +"rock_lobster", +"rock_maple", +"rock_music", +"rock_of_gibraltar", +"rock_oil", +"rock_opera", +"rock_outcrop", +"rock_partridge", +"rock_penstemon", +"rock_pigeon", +"rock_pink", +"rock_plant", +"rock_polypody", +"rock_purslane", +"rock_python", +"rock_rabbit", +"rock_rattlesnake", +"rock_rose", +"rock_salmon", +"rock_salt", +"rock_sandwort", +"rock_sea_bass", +"rock_snake", +"rock_spikemoss", +"rock_springs", +"rock_squirrel", +"rock_star", +"rock_sunfish", +"rock_wallaby", +"rock_wool", +"rock_wren", +"rockabilly", +"rockchuck", +"rockcress", +"rockefeller", +"rocker", +"rocker_arm", +"rockers", +"rockery", +"rocket", +"rocket_base", +"rocket_cress", +"rocket_engine", +"rocket_engineer", +"rocket_firing", +"rocket_fuel", +"rocket_larkspur", +"rocket_launcher", +"rocket_launching", +"rocket_propellant", +"rocket_propellent", +"rocket_propulsion", +"rocket_range", +"rocket_salad", +"rocket_scientist", +"rocketry", +"rockfish", +"rockfoil", +"rockford", +"rockies", +"rockiness", +"rocking_chair", +"rocking_horse", +"rockingham", +"rockingham_podocarp", +"rockrose", +"rockrose_family", +"rockslide", +"rockweed", +"rockwell", +"rockwell_kent", +"rocky-mountain_maple", +"rocky_marciano", +"rocky_mountain_bee_plant", +"rocky_mountain_bighorn", +"rocky_mountain_bristlecone_pine", +"rocky_mountain_dogbane", +"rocky_mountain_goat", +"rocky_mountain_jay", +"rocky_mountain_national_park", +"rocky_mountain_pinon", +"rocky_mountain_sheep", +"rocky_mountain_spotted_fever", +"rocky_mountain_whitefish", +"rocky_mountains", +"rocky_mountains_cherry", +"rococo", +"rocroi", +"rod", +"rod_cell", +"rod_laver", +"rodent", +"rodentia", +"rodeo", +"rodeo_rider", +"rodgers", +"rodhos", +"rodin", +"rodney_george_laver", +"rodolia", +"rodolia_cardinalis", +"rodomontade", +"rodrigo_borgia", +"rodya_raskolnikov", +"roe", +"roe_deer", +"roebling", +"roebuck", +"roentgen", +"roentgen_ray", +"roentgenium", +"roentgenogram", +"roentgenography", +"roentgenoscope", +"rofecoxib", +"rogaine", +"rogation", +"rogation_day", +"roger_bacon", +"roger_bannister", +"roger_brooke_taney", +"roger_de_mortimer", +"roger_eliot_fry", +"roger_fry", +"roger_huntington_sessions", +"roger_sessions", +"roger_sherman", +"roger_taney", +"roger_williams", +"rogers", +"roget", +"rogue", +"rogue's_gallery", +"rogue_elephant", +"rogue_nation", +"rogue_state", +"roguery", +"roguishness", +"rohypnol", +"roi", +"roisterer", +"rolaids", +"roland_de_lassus", +"rolando's_area", +"rolando's_fissure", +"role", +"role_model", +"role_player", +"roleplaying", +"rolf", +"roll", +"roll-on", +"roll-on_roll-off", +"roll_call", +"roll_film", +"roll_in_the_hay", +"roll_of_tobacco", +"rollback", +"rolled_biscuit", +"rolled_oats", +"roller", +"roller-skater", +"roller_bandage", +"roller_bearing", +"roller_bit", +"roller_blind", +"roller_coaster", +"roller_skate", +"roller_skating", +"roller_towel", +"rollerblade", +"rollerblader", +"rollerblading", +"rolling", +"rolling_hitch", +"rolling_mill", +"rolling_paper", +"rolling_pin", +"rolling_stock", +"rolling_wave", +"rollmops", +"rollo", +"rollover", +"rolodex", +"roly-poly", +"roly-poly_pudding", +"rolypoliness", +"rom", +"roma", +"romaic", +"romaine", +"romaine_lettuce", +"roman", +"roman_a_clef", +"roman_alphabet", +"roman_arch", +"roman_architecture", +"roman_basilica", +"roman_building", +"roman_calendar", +"roman_candle", +"roman_catholic", +"roman_catholic_church", +"roman_catholic_pope", +"roman_catholicism", +"roman_church", +"roman_collar", +"roman_coriander", +"roman_deity", +"roman_emperor", +"roman_empire", +"roman_fleuve", +"roman_hyacinth", +"roman_inquisition", +"roman_jakobson", +"roman_law", +"roman_legion", +"roman_letters", +"roman_mile", +"roman_mythology", +"roman_nettle", +"roman_nose", +"roman_numeral", +"roman_osipovich_jakobson", +"roman_pace", +"roman_print", +"roman_republic", +"roman_times", +"roman_type", +"roman_wormwood", +"romanal", +"romance", +"romance_language", +"romanesque", +"romanesque_architecture", +"romani", +"romania", +"romanian", +"romanian_monetary_unit", +"romanism", +"romanoff", +"romanov", +"romans", +"romansh", +"romantic", +"romantic_movement", +"romantic_realism", +"romanticisation", +"romanticism", +"romanticist", +"romanticization", +"romany", +"romberg", +"rome", +"rome_beauty", +"romeo", +"rommany", +"rommel", +"romneya", +"romneya_coulteri", +"romp", +"romper", +"romper_suit", +"romulus", +"ron", +"ronald_george_wreyford_norrish", +"ronald_reagan", +"ronald_wilson_reagan", +"rondeau", +"rondel", +"rondelet", +"rondo", +"roneo", +"roneograph", +"rontgen", +"rood", +"rood-tree", +"rood_screen", +"roof", +"roof_garden", +"roof_mushroom", +"roof_of_the_mouth", +"roof_peak", +"roof_rack", +"roof_rat", +"roofer", +"roofing", +"roofing_material", +"roofing_paper", +"roofing_tile", +"rooftop", +"rooftree", +"roofy", +"rooibos", +"rook", +"rookery", +"rookie", +"room", +"room_access", +"room_clerk", +"room_decorator", +"room_light", +"room_rate", +"room_temperature", +"roomer", +"roomette", +"roomful", +"roomie", +"roominess", +"rooming_house", +"roommate", +"rooms", +"roomy", +"roosevelt", +"roost", +"rooster", +"root", +"root_beer", +"root_beer_float", +"root_canal", +"root_cap", +"root_celery", +"root_cellar", +"root_climber", +"root_crop", +"root_hair", +"root_rot", +"root_system", +"root_vegetable", +"root_word", +"rootage", +"rooter", +"rooter_skunk", +"rooting", +"rooting_reflex", +"rootlet", +"roots", +"rootstalk", +"rootstock", +"rope", +"rope-a-dope", +"rope-maker", +"rope_bridge", +"rope_burn", +"rope_ladder", +"rope_tow", +"rope_yard", +"rope_yarn", +"ropebark", +"ropedancer", +"ropemaker", +"roper", +"ropewalk", +"ropewalker", +"ropeway", +"rophy", +"ropiness", +"roping", +"roquefort", +"roquefort_dressing", +"roquette", +"roridula", +"roridulaceae", +"rorippa", +"rorippa_amphibia", +"rorippa_islandica", +"rorippa_nasturtium-aquaticum", +"rorqual", +"rorschach", +"rorschach_test", +"rosa", +"rosa_banksia", +"rosa_canina", +"rosa_chinensis", +"rosa_damascena", +"rosa_eglanteria", +"rosa_laevigata", +"rosa_melba_ponselle", +"rosa_moschata", +"rosa_multiflora", +"rosa_odorata", +"rosa_parks", +"rosa_pendulina", +"rosa_ponselle", +"rosa_spithamaea", +"rosacea", +"rosaceae", +"rosales", +"rosario", +"rosary", +"rose", +"rose-apple_tree", +"rose-colored_pastor", +"rose-colored_starling", +"rose-root", +"rose_acacia", +"rose_apple", +"rose_bay", +"rose_bed", +"rose_beetle", +"rose_bug", +"rose_campion", +"rose_chafer", +"rose_chestnut", +"rose_family", +"rose_garden", +"rose_geranium", +"rose_globe_lily", +"rose_gum", +"rose_hip", +"rose_leek", +"rose_louise_hovick", +"rose_mallow", +"rose_moss", +"rose_of_china", +"rose_of_jericho", +"rose_of_sharon", +"rose_oil", +"rose_periwinkle", +"rose_pink", +"rose_quartz", +"rose_water", +"rose_window", +"rose_wine", +"roseate_spoonbill", +"roseau", +"rosebay", +"rosebay_willowherb", +"rosebud", +"rosebud_cherry", +"rosebud_orchid", +"rosebush", +"rosefish", +"rosehip", +"roselle", +"rosellinia", +"rosemaling", +"rosemary", +"roseola", +"roseola_infantilis", +"roseola_infantum", +"rosetta_stone", +"rosette", +"rosewood", +"rosewood_tree", +"rosh_chodesh", +"rosh_hashana", +"rosh_hashanah", +"rosh_hashona", +"rosh_hashonah", +"rosh_hodesh", +"rosicrucian", +"rosicrucianism", +"rosid_dicot_family", +"rosid_dicot_genus", +"rosidae", +"rosilla", +"rosin", +"rosin_bag", +"rosiness", +"rosinweed", +"rosita", +"rosmarinus", +"rosmarinus_officinalis", +"ross", +"ross_sea", +"rossbach", +"rossetti", +"rossini", +"rostand", +"roster", +"rostock", +"rostov", +"rostov_na_donu", +"rostov_on_don", +"rostrum", +"roswell", +"rosy_boa", +"rot", +"rota", +"rotarian", +"rotary", +"rotary_actuator", +"rotary_club", +"rotary_converter", +"rotary_engine", +"rotary_international", +"rotary_joint", +"rotary_motion", +"rotary_press", +"rotary_wing", +"rotating_mechanism", +"rotating_shaft", +"rotation", +"rotational_latency", +"rotational_nystagmus", +"rotator_cuff", +"rotatory_joint", +"rotavirus", +"rotc", +"rote", +"rote_learning", +"rotenone", +"rotgut", +"roth", +"rothko", +"rothschild", +"rotifer", +"rotifera", +"rotisserie", +"rotl", +"rotogravure", +"rotor", +"rotor_blade", +"rotor_coil", +"rotor_head", +"rotor_shaft", +"rotten_borough", +"rottenness", +"rottenstone", +"rotter", +"rotterdam", +"rotting", +"rottweiler", +"rotunda", +"rotundity", +"rotundness", +"rouble", +"roue", +"rouge", +"rouge_et_noir", +"rouge_plant", +"rougeberry", +"rough", +"rough-and-tumble", +"rough-leaved_aster", +"rough-legged_hawk", +"rough-skinned_newt", +"rough-stemmed_goldenrod", +"rough_bindweed", +"rough_bristlegrass", +"rough_cut", +"rough_drawing", +"rough_fish", +"rough_green_snake", +"rough_horsetail", +"rough_pea", +"rough_rider", +"rough_sledding", +"rough_water", +"roughage", +"roughcast", +"roughleg", +"roughneck", +"roughness", +"roughrider", +"roughtail_stingray", +"roulade", +"rouleau", +"roulette", +"roulette_ball", +"roulette_wheel", +"roumania", +"round", +"round-bottom_flask", +"round-headed_leek", +"round-leaved_rein_orchid", +"round-spored_gyromitra", +"round-table_conference", +"round-tailed_muskrat", +"round-the-clock_patrol", +"round-trip_light_time", +"round-trip_ticket", +"round_angle", +"round_arch", +"round_bone", +"round_clam", +"round_dance", +"round_dancing", +"round_file", +"round_hand", +"round_kumquat", +"round_ligament_of_the_uterus", +"round_of_drinks", +"round_of_golf", +"round_robin", +"round_scad", +"round_shape", +"round_shot", +"round_steak", +"round_table", +"round_top", +"round_trip", +"round_whitefish", +"round_window", +"roundabout", +"roundabout_way", +"roundedness", +"roundel", +"roundelay", +"rounder", +"rounders", +"roundhead", +"roundhouse", +"rounding", +"rounding_error", +"roundness", +"roundsman", +"roundtable", +"roundup", +"roundworm", +"rous", +"rouser", +"rousing", +"rousseau", +"roustabout", +"rout", +"route", +"routemarch", +"router", +"router_plane", +"routine", +"roux", +"rove_beetle", +"rover", +"roving", +"row", +"row_house", +"row_of_bricks", +"rowan", +"rowan_tree", +"rowanberry", +"rowboat", +"rowdiness", +"rowdy", +"rowdyism", +"rowel", +"rower", +"rowing", +"rowing_boat", +"rowing_club", +"rowlock", +"rowlock_arch", +"roy_chapman_andrews", +"roy_lichtenstein", +"roy_orbison", +"roy_wilkins", +"royal", +"royal_academy", +"royal_academy_of_arts", +"royal_agaric", +"royal_air_force", +"royal_blue", +"royal_brace", +"royal_canadian_mounted_police", +"royal_casino", +"royal_charter", +"royal_court", +"royal_family", +"royal_fern", +"royal_flush", +"royal_house", +"royal_jelly", +"royal_line", +"royal_mast", +"royal_national_eisteddfod", +"royal_osmund", +"royal_palm", +"royal_poinciana", +"royal_purple", +"royal_road", +"royal_society", +"royal_society_of_london_for_improving_natural_knowledge", +"royal_stag", +"royal_tennis", +"royal_velvet_plant", +"royalism", +"royalist", +"royalty", +"roystonea", +"roystonea_oleracea", +"roystonea_regia", +"rozelle", +"rpa-abb", +"rpm", +"rtlt", +"ru", +"ru_486", +"ruanda", +"rub", +"rub-a-dub", +"rub_al-khali", +"rub_up", +"rubato", +"rubber", +"rubber-base_paint", +"rubber-necking", +"rubber_band", +"rubber_boa", +"rubber_boot", +"rubber_bullet", +"rubber_cement", +"rubber_eraser", +"rubber_plant", +"rubber_stamp", +"rubber_tire", +"rubber_tree", +"rubberneck", +"rubbernecker", +"rubbing", +"rubbing_alcohol", +"rubbish", +"rubbish_dump", +"rubbish_heap", +"rubble", +"rubdown", +"rube", +"rube_goldberg", +"rubefacient", +"rubel", +"rubella", +"rubella_panencephalitis", +"rubens", +"rubeola", +"rubia", +"rubia_cordifolia", +"rubia_tinctorum", +"rubiaceae", +"rubiaceous_plant", +"rubiales", +"rubicelle", +"rubicon", +"rubidium", +"rubidium-strontium_dating", +"rubin_test", +"rubinstein", +"ruble", +"rubor", +"rubric", +"rubus", +"rubus_australis", +"rubus_caesius", +"rubus_canadensis", +"rubus_chamaemorus", +"rubus_cissoides", +"rubus_cuneifolius", +"rubus_flagellaris", +"rubus_fruticosus", +"rubus_hispidus", +"rubus_idaeus", +"rubus_idaeus_strigosus", +"rubus_loganobaccus", +"rubus_occidentalis", +"rubus_odoratus", +"rubus_parviflorus", +"rubus_phoenicolasius", +"rubus_saxatilis", +"rubus_spectabilis", +"rubus_strigosus", +"rubus_trivialis", +"rubus_ursinus", +"rubus_ursinus_loganobaccus", +"ruby", +"ruby-crowned_kinglet", +"ruby-crowned_wren", +"ruby_spinel", +"ruby_wood", +"ruck", +"rucksack", +"ruckus", +"ruction", +"rudaceous_rock", +"rudapithecus", +"rudbeckia", +"rudbeckia_hirta", +"rudbeckia_laciniata", +"rudbeckia_laciniata_hortensia", +"rudbeckia_serotina", +"rudd", +"rudder", +"rudder_blade", +"rudderfish", +"rudderpost", +"rudderstock", +"ruddiness", +"ruddle", +"ruddles", +"ruddy_duck", +"ruddy_turnstone", +"rudeness", +"rudiment", +"rudiments", +"rudolf_bultmann", +"rudolf_christian_karl_diesel", +"rudolf_diesel", +"rudolf_hess", +"rudolf_karl_bultmann", +"rudolf_karl_virchow", +"rudolf_ludwig_mossbauer", +"rudolf_nureyev", +"rudolf_serkin", +"rudolf_steiner", +"rudolf_virchow", +"rudolf_wurlitzer", +"rudolph_laban", +"rudra", +"rudyard_kipling", +"rue", +"rue_anemone", +"rue_family", +"ruefulness", +"ruf", +"ruff", +"ruffed_grouse", +"ruffian", +"ruffianism", +"ruffle", +"rufous_rubber_cup", +"rug", +"rug_beater", +"rug_merchant", +"rug_pad", +"ruga", +"rugby", +"rugby_ball", +"rugby_football", +"rugel's_plantain", +"rugelach", +"rugged_individualism", +"ruggedisation", +"ruggedization", +"ruggedness", +"ruggelach", +"rugger", +"rugulah", +"ruholla_khomeini", +"ruhr", +"ruhr_river", +"ruhr_valley", +"ruin", +"ruination", +"ruiner", +"ruining", +"rule", +"rule_book", +"rule_of_cy_pres", +"rule_of_evidence", +"rule_of_grammar", +"rule_of_law", +"rule_of_morphology", +"rule_of_thumb", +"ruler", +"rulership", +"rules_of_order", +"ruling", +"ruling_class", +"rum", +"rum-blossom", +"rum_baba", +"rum_cherry", +"rum_cocktail", +"rum_nose", +"rum_sling", +"rumania", +"rumanian", +"rumansh", +"rumba", +"rumble", +"rumble_seat", +"rumbling", +"rumen", +"rumex", +"rumex_acetosa", +"rumex_acetosella", +"rumex_obtusifolius", +"rumex_scutatus", +"ruminant", +"ruminantia", +"rumination", +"ruminator", +"rummage", +"rummage_sale", +"rummer", +"rummy", +"rumohra", +"rumohra_adiantiformis", +"rumor", +"rumormonger", +"rumour", +"rumourmonger", +"rump", +"rump_roast", +"rump_steak", +"rumpelstiltskin", +"rumpus", +"rumpus_room", +"rumrunner", +"run", +"run-in", +"run-on_sentence", +"run-through", +"run-time", +"run-time_error", +"run-up", +"run_batted_in", +"runabout", +"runaway", +"runaway_robin", +"runch", +"runcible_spoon", +"runcinate_leaf", +"rundle", +"rundown", +"rundstedt", +"rune", +"rung", +"runic_letter", +"runnel", +"runner", +"runner-up", +"runner-up_finish", +"runner_bean", +"runniness", +"running", +"running_away", +"running_back", +"running_blackberry", +"running_board", +"running_game", +"running_hand", +"running_head", +"running_headline", +"running_light", +"running_mate", +"running_noose", +"running_pine", +"running_play", +"running_pop", +"running_postman", +"running_shoe", +"running_start", +"running_stitch", +"running_suit", +"running_time", +"running_title", +"runoff", +"runt", +"runtime_error", +"runtiness", +"runup", +"runway", +"runyon", +"rupee", +"rupert", +"rupert_brooke", +"rupert_murdoch", +"rupestral_plant", +"rupestrine_plant", +"rupiah", +"rupicapra", +"rupicapra_rupicapra", +"rupicola", +"rupicola_peruviana", +"rupicola_rupicola", +"rupicolous_plant", +"ruptiliocarpon", +"ruptiliocarpon_caracolito", +"rupture", +"ruptured_intervertebral_disc", +"rupturewort", +"rural_area", +"rural_free_delivery", +"ruralism", +"ruralist", +"rurality", +"ruritania", +"ruritanian", +"rus", +"ruscaceae", +"ruscus", +"ruscus_aculeatus", +"ruse", +"rush", +"rush-grass", +"rush_aster", +"rush_candle", +"rush_family", +"rush_grass", +"rush_hour", +"rush_nut", +"rush_rose", +"rushdie", +"rusher", +"rushing", +"rushlight", +"rushmore", +"rusk", +"ruskin", +"russel_crouse", +"russell", +"russell's_body", +"russet", +"russet_scab", +"russia", +"russia_leather", +"russian", +"russian_agency", +"russian_almond", +"russian_bank", +"russian_cactus", +"russian_capital", +"russian_dandelion", +"russian_dressing", +"russian_federation", +"russian_mayonnaise", +"russian_monetary_unit", +"russian_olive", +"russian_orthodox_church", +"russian_revolution", +"russian_river", +"russian_roulette", +"russian_soviet_federated_socialist_republic", +"russian_thistle", +"russian_tumbleweed", +"russian_vine", +"russian_wolfhound", +"russo-japanese_war", +"russula", +"russulaceae", +"rust", +"rust_fungus", +"rust_inhibitor", +"rust_mite", +"rustbelt", +"rustic", +"rustication", +"rusticism", +"rusticity", +"rustiness", +"rusting", +"rustle", +"rustler", +"rustling", +"rusty_blackbird", +"rusty_grackle", +"rusty_rig", +"rusty_woodsia", +"rut", +"ruta", +"ruta_graveolens", +"rutabaga", +"rutabaga_plant", +"rutaceae", +"ruth", +"ruth_benedict", +"ruth_fulton", +"ruth_saint_denis", +"ruth_st._denis", +"ruthenium", +"rutherford", +"rutherford_atom", +"rutherford_b._hayes", +"rutherford_birchard_hayes", +"rutherfordium", +"ruthfulness", +"ruthlessness", +"rutile", +"rutilus", +"rutilus_rutilus", +"rutland", +"rutledge", +"ruvettus_pretiosus", +"rv", +"rwanda", +"rwanda_franc", +"rwandan", +"rwandese_republic", +"rya", +"rya_rug", +"rydberg", +"rydberg's_penstemon", +"rydberg_constant", +"rydberg_unit", +"rye", +"rye_bread", +"rye_ergot", +"rye_grass", +"rye_whiskey", +"rye_whisky", +"ryegrass", +"rynchopidae", +"rynchops", +"rypticus", +"ryukyu_islands", +"ryukyuan", +"s", +"s-shape", +"s._s._van_dine", +"s._smith_stevens", +"s.t.p.", +"s.u.v.", +"s/n", +"s_wrench", +"sa", +"sa_node", +"saale", +"saale_glaciation", +"saale_river", +"saame", +"saami", +"saarinen", +"saba", +"sabah", +"sabahan", +"sabal", +"sabal_palmetto", +"sabaoth", +"sabaton", +"sabayon", +"sabbat", +"sabbatarian", +"sabbath", +"sabbath_school", +"sabbatia", +"sabbatia_angularis", +"sabbatia_campestris", +"sabbatia_stellaris", +"sabbatical", +"sabbatical_leave", +"sabbatical_year", +"sabbatum", +"sabellian", +"saber", +"saber-toothed_tiger", +"saber_rattling", +"saber_saw", +"sabertooth", +"sabicu", +"sabicu_wood", +"sabin", +"sabin_vaccine", +"sabine", +"sabine_pine", +"sabine_river", +"sabinea", +"sabinea_carinalis", +"sable", +"sable's_hair_pencil", +"sable_antelope", +"sable_brush", +"sable_coat", +"sabot", +"sabotage", +"saboteur", +"sabra", +"sabre", +"sabre_rattling", +"sac", +"sac_fungus", +"sacagawea", +"sacajawea", +"saccade", +"saccharase", +"saccharic_acid", +"saccharide", +"saccharin", +"saccharinity", +"saccharomyces", +"saccharomyces_cerevisiae", +"saccharomyces_ellipsoides", +"saccharomycetaceae", +"saccharose", +"saccharum", +"saccharum_bengalense", +"saccharum_munja", +"saccharum_officinarum", +"sacco", +"saccule", +"sacculus", +"sacerdotalism", +"saceur", +"sachem", +"sachet", +"sachs_disease", +"sachsen", +"sack", +"sack_coat", +"sack_race", +"sackbut", +"sackcloth", +"sackcloth_and_ashes", +"sackful", +"sacking", +"saclant", +"sacque", +"sacral_nerve", +"sacral_plexus", +"sacral_vein", +"sacral_vertebra", +"sacrament", +"sacrament_of_the_eucharist", +"sacramental_manduction", +"sacramental_oil", +"sacramental_wine", +"sacramento", +"sacramento_mountains", +"sacramento_river", +"sacramento_sturgeon", +"sacred_college", +"sacred_cow", +"sacred_fig", +"sacred_ibis", +"sacred_lotus", +"sacred_mushroom", +"sacred_scripture", +"sacred_text", +"sacred_trinity", +"sacred_writing", +"sacredness", +"sacrifice", +"sacrifice_fly", +"sacrifice_operation", +"sacrificer", +"sacrilege", +"sacrilegiousness", +"sacristan", +"sacristy", +"sacrum", +"sad_sack", +"sadat", +"saddam", +"saddam's_martyrs", +"saddam_bin_hussein_at-takriti", +"saddam_hussein", +"saddhu", +"saddle", +"saddle_blanket", +"saddle_block_anaesthesia", +"saddle_block_anesthesia", +"saddle_feather", +"saddle_hackle", +"saddle_horn", +"saddle_horse", +"saddle_of_lamb", +"saddle_oxford", +"saddle_oyster", +"saddle_roof", +"saddle_seat", +"saddle_shoe", +"saddle_soap", +"saddle_sore", +"saddle_stitch", +"saddleback", +"saddleback_roof", +"saddlebag", +"saddlebill", +"saddlebow", +"saddlecloth", +"saddled-shaped_false_morel", +"saddler", +"saddlery", +"sadducee", +"sade", +"sadhe", +"sadhu", +"sadi_carnot", +"sadism", +"sadist", +"sadleria", +"sadness", +"sadomasochism", +"sadomasochist", +"saek", +"safaqis", +"safar", +"safari", +"safari_park", +"safe", +"safe-conduct", +"safe-deposit", +"safe-deposit_box", +"safe_harbor", +"safe_house", +"safe_period", +"safe_sex", +"safebreaker", +"safecracker", +"safeguard", +"safehold", +"safekeeping", +"safeness", +"safety", +"safety-deposit", +"safety_arch", +"safety_belt", +"safety_bicycle", +"safety_bike", +"safety_blitz", +"safety_bolt", +"safety_catch", +"safety_curtain", +"safety_deposit_box", +"safety_device", +"safety_factor", +"safety_feature", +"safety_fuse", +"safety_glass", +"safety_harness", +"safety_hat", +"safety_island", +"safety_isle", +"safety_lamp", +"safety_lock", +"safety_margin", +"safety_match", +"safety_net", +"safety_nut", +"safety_pin", +"safety_rail", +"safety_razor", +"safety_squeeze", +"safety_squeeze_play", +"safety_valve", +"safety_zone", +"safflower", +"safflower_oil", +"safflower_seed", +"saffranine", +"saffron", +"saffron_crocus", +"safranin", +"safranine", +"sag", +"saga", +"sagaciousness", +"sagacity", +"sagamore", +"sage", +"sage_brush", +"sage_green", +"sage_grouse", +"sage_hen", +"sage_willow", +"sagebrush", +"sagebrush_buttercup", +"sagebrush_lizard", +"sagebrush_mariposa_tulip", +"sagebrush_state", +"sagina", +"saginaw", +"sagitta", +"sagittal_suture", +"sagittaria", +"sagittariidae", +"sagittarius", +"sagittarius_serpentarius", +"sagittarius_the_archer", +"sagittate-leaf", +"sagittiform_leaf", +"sago", +"sago_fern", +"sago_palm", +"saguaro", +"sahaptin", +"sahaptino", +"sahara", +"sahara_desert", +"saharan", +"sahib", +"sahuaro", +"saida", +"saiga", +"saiga_tatarica", +"saigon", +"saigon_cinnamon", +"sail", +"sailboat", +"sailcloth", +"sailfish", +"sailing", +"sailing-race", +"sailing_boat", +"sailing_master", +"sailing_ship", +"sailing_vessel", +"sailing_warship", +"sailmaker", +"sailor", +"sailor's-choice", +"sailor's_breastplate", +"sailor_boy", +"sailor_cap", +"sailor_king", +"sailor_suit", +"sailors_choice", +"sailplane", +"sailplaning", +"saimiri", +"saimiri_sciureus", +"sainfoin", +"saint", +"saint's_day", +"saint-bernard's-lily", +"saint-john's-bread", +"saint-mihiel", +"saint-saens", +"saint_agnes's_eve", +"saint_ambrose", +"saint_andrew", +"saint_andrew_the_apostle", +"saint_anselm", +"saint_anthony's_fire", +"saint_athanasius", +"saint_augustine", +"saint_baeda", +"saint_beda", +"saint_bede", +"saint_benedict", +"saint_bernard", +"saint_boniface", +"saint_bride", +"saint_bridget", +"saint_brigid", +"saint_bruno", +"saint_christopher", +"saint_christopher-nevis", +"saint_cloud", +"saint_crispin", +"saint_cyril", +"saint_david", +"saint_denis", +"saint_dominic", +"saint_edward_the_confessor", +"saint_edward_the_martyr", +"saint_elizabeth_ann_bayley_seton", +"saint_elmo's_fire", +"saint_elmo's_light", +"saint_emilion", +"saint_eustatius", +"saint_francis", +"saint_francis_of_assisi", +"saint_francis_river", +"saint_francis_xavier", +"saint_george", +"saint_gregory_i", +"saint_ignatius", +"saint_ignatius'_itch", +"saint_ignatius_of_loyola", +"saint_irenaeus", +"saint_james", +"saint_james_the_apostle", +"saint_jerome", +"saint_joan", +"saint_john", +"saint_john's", +"saint_john_river", +"saint_john_the_apostle", +"saint_johns", +"saint_johns_river", +"saint_joseph", +"saint_jude", +"saint_kitts", +"saint_kitts_and_nevis", +"saint_lawrence", +"saint_lawrence_river", +"saint_lawrence_seaway", +"saint_louis", +"saint_lucia", +"saint_luke", +"saint_maarten", +"saint_mark", +"saint_martin", +"saint_martin's_summer", +"saint_matthew", +"saint_matthew_the_apostle", +"saint_nicholas", +"saint_nick", +"saint_olaf", +"saint_olav", +"saint_patrick", +"saint_patrick's_day", +"saint_paul", +"saint_peter", +"saint_peter's_wreath", +"saint_peter_the_apostle", +"saint_petersburg", +"saint_polycarp", +"saint_teresa_of_avila", +"saint_thomas", +"saint_thomas_a_becket", +"saint_thomas_aquinas", +"saint_ulmo's_fire", +"saint_ulmo's_light", +"saint_valentine's_day", +"saint_vincent", +"saint_vincent_and_the_grenadines", +"saint_vitus_dance", +"sainthood", +"saintliness", +"saintpaulia", +"saintpaulia_ionantha", +"saints_peter_and_paul", +"saipan", +"sajama", +"sakartvelo", +"sake", +"sakharov", +"saki", +"sakkara", +"sakti", +"saktism", +"sal_ammoniac", +"sal_soda", +"sal_volatile", +"salaah", +"salaam", +"salaat", +"salability", +"salableness", +"salaciousness", +"salacity", +"salad", +"salad_bar", +"salad_bowl", +"salad_burnet", +"salad_cream", +"salad_days", +"salad_dressing", +"salad_fork", +"salad_green", +"salad_greens", +"salad_nicoise", +"salad_oil", +"salad_plate", +"salade", +"saladin", +"salafast_group_for_call_and_combat", +"salafi_movement", +"salafism", +"salafist_group", +"salah", +"salah-ad-din_yusuf_ibn-ayyub", +"salah_al-din_battalions", +"salai", +"salal", +"salamander", +"salamandra", +"salamandra_atra", +"salamandra_maculosa", +"salamandra_salamandra", +"salamandridae", +"salami", +"salary", +"salary_cut", +"salary_increase", +"salat", +"sale", +"sale_in_gross", +"salem", +"saleratus", +"salerno", +"saleroom", +"sales", +"sales_agreement", +"sales_booth", +"sales_campaign", +"sales_demonstrator", +"sales_department", +"sales_division", +"sales_event", +"sales_finance_company", +"sales_force", +"sales_incentive", +"sales_outlet", +"sales_pitch", +"sales_promotion", +"sales_rep", +"sales_representative", +"sales_resistance", +"sales_staff", +"sales_talk", +"sales_tax", +"salesclerk", +"salesgirl", +"saleslady", +"salesman", +"salesmanship", +"salesperson", +"salesroom", +"saleswoman", +"salian", +"salian_frank", +"salic_law", +"salicaceae", +"salicales", +"salicornia", +"salicornia_europaea", +"salicylate", +"salicylate_poisoning", +"salicylic_acid", +"salience", +"saliency", +"salient", +"salient_angle", +"salientia", +"salientian", +"salim", +"salina", +"saline", +"saline_solution", +"salinger", +"salinity", +"salinometer", +"salisbury", +"salisbury_steak", +"salish", +"salishan", +"saliva", +"salivary_calculus", +"salivary_duct", +"salivary_gland", +"salivation", +"salix", +"salix_alba", +"salix_alba_caerulea", +"salix_alba_sericea", +"salix_alba_vitellina", +"salix_amygdalina", +"salix_amygdaloides", +"salix_arctica", +"salix_babylonica", +"salix_blanda", +"salix_candida", +"salix_caprea", +"salix_cinerea", +"salix_discolor", +"salix_fragilis", +"salix_herbacea", +"salix_humilis", +"salix_lasiolepis", +"salix_lucida", +"salix_nigra", +"salix_pendulina", +"salix_pendulina_blanda", +"salix_pentandra", +"salix_purpurea", +"salix_pyrifolia", +"salix_repens", +"salix_sericea", +"salix_sitchensis", +"salix_triandra", +"salix_tristis", +"salix_uva-ursi", +"salix_viminalis", +"salix_vitellina", +"salk", +"salk_vaccine", +"sallet", +"sallow", +"sallowness", +"sally", +"sally_lunn", +"sallying_forth", +"salmacis", +"salmagundi", +"salman_rushdie", +"salmi", +"salmo", +"salmo_gairdneri", +"salmo_salar", +"salmo_trutta", +"salmon", +"salmon_berry", +"salmon_loaf", +"salmon_oil", +"salmon_p._chase", +"salmon_pink", +"salmon_portland_chase", +"salmon_river", +"salmon_trout", +"salmonberry", +"salmonella", +"salmonella_enteritidis", +"salmonella_typhi", +"salmonella_typhimurium", +"salmonella_typhosa", +"salmonellosis", +"salmonid", +"salmonidae", +"salmwood", +"salol", +"salome", +"salomon", +"salon", +"salonica", +"salonika", +"saloon", +"saloon_keeper", +"salp", +"salpa", +"salpichroa", +"salpichroa_organifolia", +"salpichroa_rhomboidea", +"salpidae", +"salpiglossis", +"salpiglossis_sinuata", +"salpinctes", +"salpinctes_obsoletus", +"salpingectomy", +"salpingitis", +"salpinx", +"salsa", +"salsify", +"salsilla", +"salsola", +"salsola_kali", +"salsola_kali_tenuifolia", +"salsola_soda", +"salt", +"salt-free_diet", +"salt-rising_bread", +"salt_cod", +"salt_depletion", +"salt_flat", +"salt_i", +"salt_ii", +"salt_lake_city", +"salt_lick", +"salt_marsh", +"salt_marsh_mallow", +"salt_merchant", +"salt_mine", +"salt_plain", +"salt_pork", +"salt_reed_grass", +"salt_rush", +"salt_shaker", +"salt_tree", +"saltation", +"saltbox", +"saltbush", +"saltcellar", +"salter", +"saltine", +"saltiness", +"salting", +"saltire", +"salton_sea", +"saltpan", +"saltpeter", +"saltpetre", +"saltshaker", +"saltwater", +"saltwater_fish", +"saltworks", +"saltwort", +"saltwort_family", +"salubriousness", +"salubrity", +"saluki", +"salutation", +"salutatorian", +"salutatory", +"salutatory_address", +"salutatory_oration", +"salutatory_speaker", +"salute", +"saluter", +"salvador", +"salvador_dali", +"salvadora", +"salvadora_family", +"salvadora_persica", +"salvadoraceae", +"salvadoran", +"salvadoran_capital", +"salvadorean", +"salvadorian", +"salvage", +"salvager", +"salvation", +"salvation_army", +"salve", +"salvelinus", +"salvelinus_alpinus", +"salvelinus_fontinalis", +"salvelinus_namaycush", +"salver", +"salvia", +"salvia_azurea", +"salvia_clarea", +"salvia_divinorum", +"salvia_farinacea", +"salvia_lancifolia", +"salvia_leucophylla", +"salvia_lyrata", +"salvia_officinalis", +"salvia_pratensis", +"salvia_reflexa", +"salvia_sclarea", +"salvia_spathacea", +"salvia_verbenaca", +"salvinia", +"salvinia_auriculata", +"salvinia_rotundifolia", +"salviniaceae", +"salvinorin", +"salvo", +"salvor", +"salwar", +"salyut", +"salzburg", +"sam", +"sam_adams", +"sam_browne_belt", +"sam_goldwyn", +"sam_houston", +"sam_shepard", +"sam_snead", +"sama-veda", +"saman", +"samanala", +"samara", +"samarang", +"samarcand", +"samaria", +"samaritan", +"samarium", +"samarkand", +"samarskite", +"samba", +"sambar", +"sambre", +"sambre_river", +"sambuca", +"sambucus", +"sambucus_caerulea", +"sambucus_canadensis", +"sambucus_ebulus", +"sambucus_nigra", +"sambucus_pubens", +"sambucus_racemosa", +"sambur", +"same", +"same-sex_marriage", +"samekh", +"sameness", +"samhita", +"sami", +"samia", +"samia_cynthia", +"samia_walkeri", +"samian_ware", +"samiel", +"samisen", +"samite", +"samizdat", +"samnite", +"samoa", +"samoa_i_sisifo", +"samoan", +"samoan_islands", +"samolus", +"samolus_floribundus", +"samolus_parviflorus", +"samolus_valerandii", +"samosa", +"samovar", +"samoyed", +"samoyede", +"samoyedic", +"sampan", +"samphire", +"sample", +"sample_distribution", +"sampler", +"sampling", +"sampling_frequency", +"sampling_rate", +"sampling_station", +"samsara", +"samson", +"samuel", +"samuel_adams", +"samuel_barber", +"samuel_beckett", +"samuel_butler", +"samuel_dashiell_hammett", +"samuel_de_champlain", +"samuel_f._b._morse", +"samuel_finley_breese_morse", +"samuel_goldwyn", +"samuel_gompers", +"samuel_houston", +"samuel_huntington", +"samuel_jackson_snead", +"samuel_johnson", +"samuel_langhorne_clemens", +"samuel_morse", +"samuel_pepys", +"samuel_pierpoint_langley", +"samuel_rawson_gardiner", +"samuel_rosenstock", +"samuel_taylor_coleridge", +"samuel_wiesenthal", +"samuel_wilder", +"samurai", +"san_andreas_fault", +"san_angelo", +"san_antonio", +"san_bernardino", +"san_carlos_apache", +"san_diego", +"san_diego_bay", +"san_fernando_valley", +"san_francisco", +"san_francisco_bay", +"san_joaquin_river", +"san_joaquin_valley", +"san_jose", +"san_jose_scale", +"san_juan", +"san_juan_hill", +"san_juan_mountains", +"san_luis_potosi", +"san_marinese", +"san_marino", +"san_mateo", +"san_pablo", +"san_pedro_sula", +"san_salvador", +"san_sebastian", +"sana", +"sana'a", +"sanaa", +"sanatarium", +"sanatorium", +"sanchez", +"sanctification", +"sanctimoniousness", +"sanctimony", +"sanction", +"sanctitude", +"sanctity", +"sanctuary", +"sanctum", +"sanctum_sanctorum", +"sand", +"sand_badger", +"sand_bar", +"sand_berry", +"sand_blackberry", +"sand_cat", +"sand_cherry", +"sand_crack", +"sand_cricket", +"sand_dab", +"sand_devil's_claw", +"sand_dollar", +"sand_dropseed", +"sand_dune", +"sand_eel", +"sand_flea", +"sand_fly", +"sand_grouse", +"sand_hopper", +"sand_lance", +"sand_launce", +"sand_leek", +"sand_lizard", +"sand_martin", +"sand_myrtle", +"sand_painting", +"sand_phlox", +"sand_rat", +"sand_reed", +"sand_sage", +"sand_sedge", +"sand_shark", +"sand_snake", +"sand_sole", +"sand_spurry", +"sand_stargazer", +"sand_tiger", +"sand_trap", +"sand_tumor", +"sand_verbena", +"sand_viper", +"sand_wedge", +"sandal", +"sandalwood", +"sandalwood_family", +"sandalwood_tree", +"sandarac", +"sandarac_tree", +"sandarach", +"sandbag", +"sandbagger", +"sandbank", +"sandbar", +"sandbar_shark", +"sandberry", +"sandblast", +"sandblaster", +"sandbox", +"sandboy", +"sandbur", +"sandburg", +"sander", +"sanderling", +"sandfish", +"sandfly", +"sandfly_fever", +"sandglass", +"sandgrouse", +"sandhi", +"sandhopper", +"sandiness", +"sandlot", +"sandman", +"sandor_kellner", +"sandpaper", +"sandpile", +"sandpiper", +"sandpit", +"sandril", +"sandro_botticelli", +"sands", +"sandspur", +"sandstone", +"sandstorm", +"sandwich", +"sandwich_board", +"sandwich_islands", +"sandwich_plate", +"sandwichman", +"sandwort", +"sandy_mushroom", +"saneness", +"sanfoin", +"sang", +"sang-froid", +"sangapenum", +"sangaree", +"sangay", +"sanger", +"sango", +"sangoma", +"sangraal", +"sangria", +"sanguification", +"sanguinaria", +"sanguinaria_canadensis", +"sanguinary_ant", +"sanguine", +"sanguineness", +"sanguinity", +"sanhedrin", +"sanicle", +"sanicula", +"sanicula_arctopoides", +"sanicula_bipinnatifida", +"sanicula_europaea", +"sanies", +"sanitariness", +"sanitarium", +"sanitary_code", +"sanitary_condition", +"sanitary_landfill", +"sanitary_napkin", +"sanitary_towel", +"sanitation", +"sanitation_department", +"sanitisation", +"sanitization", +"sanity", +"sannup", +"sannyasi", +"sannyasin", +"sans_serif", +"sansevieria", +"sansevieria_guineensis", +"sansevieria_trifasciata", +"sansevieria_zeylanica", +"sanskrit", +"sanskrit_literature", +"sanskritic_language", +"sanson-flamsteed_projection", +"santa", +"santa_ana", +"santa_anna", +"santa_barbara", +"santa_catalina", +"santa_clara", +"santa_claus", +"santa_cruz", +"santa_cruz_cypress", +"santa_fe", +"santa_fe_trail", +"santa_gertrudis", +"santa_lucia_fir", +"santa_maria_de_belem", +"santa_maria_del_tule", +"santa_maria_tree", +"santa_sofia", +"santa_sophia", +"santalaceae", +"santalales", +"santalum", +"santalum_album", +"santee", +"santee_dakota", +"santee_sioux", +"santiago", +"santiago_de_chile", +"santiago_de_cuba", +"santiago_de_los_caballeros", +"santiago_ramon_y_cajal", +"santims", +"santo_domingo", +"santolina", +"santolina_chamaecyparissus", +"santos", +"sanvitalia", +"sanvitalia_procumbens", +"sanwa_millet", +"sanyasi", +"sao_bernardo_do_campo", +"sao_francisco", +"sao_goncalo", +"sao_joao_de_meriti", +"sao_jose_dos_campos", +"sao_louis", +"sao_paulo", +"sao_thome_e_principe", +"sao_thome_e_principe_monetary_unit", +"sao_tiago_island", +"sao_tome", +"sao_tome_and_principe", +"sao_tome_e_principe", +"saone", +"saone_river", +"sap", +"sapele_mahogany", +"saphar", +"saphead", +"saphenous_nerve", +"saphenous_vein", +"sapidity", +"sapidness", +"sapience", +"sapiential_book", +"sapindaceae", +"sapindales", +"sapindus", +"sapindus_drumondii", +"sapindus_marginatus", +"sapindus_saponaria", +"sapir", +"sapling", +"sapodilla", +"sapodilla_family", +"sapodilla_plum", +"sapodilla_tree", +"saponaria", +"saponaria_officinalis", +"saponaria_vaccaria", +"saponification", +"saponin", +"sapota", +"sapotaceae", +"sapote", +"sapper", +"sapphic_ode", +"sapphire", +"sapphire_berry", +"sapphirine", +"sapphism", +"sappho", +"sapporo", +"sapraemia", +"sapremia", +"saprobe", +"saprolegnia", +"saprolegnia_ferax", +"saprolegniales", +"saprolite", +"sapropel", +"saprophyte", +"saprophytic_organism", +"sapsago", +"sapsucker", +"sapwood", +"saqqara", +"saqqarah", +"saquinavir", +"sara_teasdale", +"saraband", +"saracen", +"sarafem", +"saragossa", +"sarah", +"sarah_bernhardt", +"sarah_kemble_siddons", +"sarah_siddons", +"sarah_vaughan", +"sarajevo", +"saran", +"saran_wrap", +"sarape", +"sarasota", +"sarasvati", +"saratoga", +"saratoga_chip", +"saratoga_spittlebug", +"saratoga_springs", +"saratov", +"sarawak", +"sarawakian", +"sarazen", +"sarcasm", +"sarcenet", +"sarcobatus", +"sarcobatus_vermiculatus", +"sarcocephalus", +"sarcocephalus_diderrichii", +"sarcocephalus_esculentus", +"sarcocephalus_latifolius", +"sarcochilus", +"sarcochilus_falcatus", +"sarcocystidean", +"sarcocystieian", +"sarcocystis", +"sarcodes", +"sarcodes_sanguinea", +"sarcodina", +"sarcodine", +"sarcodinian", +"sarcoidosis", +"sarcolemma", +"sarcoma", +"sarcomere", +"sarcophaga", +"sarcophaga_carnaria", +"sarcophagus", +"sarcophilus", +"sarcophilus_hariisi", +"sarcoplasm", +"sarcoptes", +"sarcoptid", +"sarcoptidae", +"sarcorhamphus", +"sarcorhamphus_papa", +"sarcoscypha_coccinea", +"sarcoscyphaceae", +"sarcosine", +"sarcosomataceae", +"sarcosome", +"sarcosporidia", +"sarcosporidian", +"sarcostemma", +"sarcostemma_acidum", +"sarcostyle", +"sard", +"sarda", +"sarda_chiliensis", +"sarda_sarda", +"sardegna", +"sardina", +"sardina_pilchardus", +"sardine", +"sardine_oil", +"sardinia", +"sardinian", +"sardinops", +"sardinops_caerulea", +"sardis", +"sardius", +"sardonyx", +"saree", +"sargasso", +"sargasso_sea", +"sargassum", +"sargassum_bacciferum", +"sargassum_fish", +"sargent", +"sari", +"sarin", +"sarnoff", +"sarong", +"saronic_gulf", +"saroyan", +"sarpanitu", +"sarpedon", +"sarracenia", +"sarracenia_flava", +"sarracenia_minor", +"sarracenia_purpurea", +"sarraceniaceae", +"sarraceniales", +"sars", +"sarsaparilla", +"sarsaparilla_root", +"sarsenet", +"sartor", +"sartorius", +"sartorius_muscle", +"sartre", +"sarvepalli_radhakrishnan", +"sas", +"sash", +"sash_cord", +"sash_fastener", +"sash_line", +"sash_lock", +"sash_weight", +"sash_window", +"sashay", +"sashimi", +"saskatchewan", +"saskatoon", +"sasquatch", +"sass", +"sassaby", +"sassafras", +"sassafras_albidum", +"sassafras_laurel", +"sassafras_oil", +"sassafras_tree", +"sassenach", +"sassing", +"sat", +"satan", +"satang", +"satanism", +"satanist", +"satanophobia", +"satchel", +"satchel_paige", +"satchmo", +"sateen", +"satellite", +"satellite_receiver", +"satellite_television", +"satellite_transmitter", +"satellite_tv", +"satiation", +"satie", +"satiety", +"satin", +"satin_bird", +"satin_bowerbird", +"satin_flower", +"satin_leaf", +"satin_stitch", +"satin_walnut", +"satin_weave", +"satinet", +"satinette", +"satinleaf", +"satinpod", +"satinwood", +"satinwood_tree", +"satire", +"satirist", +"satisfaction", +"satisfactoriness", +"satisfier", +"satori", +"satrap", +"satsuma", +"satsuma_tree", +"saturated_fatty_acid", +"saturation", +"saturation_bombing", +"saturation_point", +"saturday", +"saturday_night_special", +"satureia", +"satureia_hortensis", +"satureia_montana", +"satureja", +"satureja_acinos", +"satureja_calamintha_glandulosa", +"satureja_calamintha_officinalis", +"satureja_douglasii", +"satureja_grandiflora", +"satureja_hortensis", +"satureja_montana", +"satureja_nepeta", +"satureja_vulgaris", +"saturn", +"saturnalia", +"saturnia", +"saturnia_pavonia", +"saturniid", +"saturniid_moth", +"saturniidae", +"saturnism", +"satyagraha", +"satyendra_n._bose", +"satyendra_nath_bose", +"satyr", +"satyr_orchid", +"satyr_play", +"satyriasis", +"satyridae", +"sauce", +"sauce-alone", +"sauce_albert", +"sauce_chausseur", +"sauce_espagnole", +"sauce_louis", +"sauce_verte", +"sauce_vinaigrette", +"sauceboat", +"saucepan", +"saucepot", +"saucer", +"saucer_magnolia", +"sauciness", +"saudi", +"saudi_arabia", +"saudi_arabian", +"saudi_arabian_monetary_unit", +"saudi_arabian_riyal", +"sauerbraten", +"sauerkraut", +"sauk", +"saul", +"saul_bellow", +"saul_of_tarsus", +"saul_steinberg", +"sault_sainte_marie", +"sauna", +"saunter", +"saunterer", +"saurel", +"sauria", +"saurian", +"saurischia", +"saurischian", +"saurischian_dinosaur", +"sauromalus", +"sauromalus_obesus", +"sauropod", +"sauropod_dinosaur", +"sauropoda", +"sauropodomorpha", +"sauropterygia", +"saurosuchus", +"saururaceae", +"saururus", +"saururus_cernuus", +"saury", +"sausage", +"sausage_balloon", +"sausage_curl", +"sausage_dog", +"sausage_hound", +"sausage_meat", +"sausage_pizza", +"sausage_roll", +"saussure", +"saussurea", +"saussurea_costus", +"saussurea_lappa", +"saute", +"sauteing", +"sauterne", +"sauternes", +"sauvignon_blanc", +"sauvignon_grape", +"savage", +"savageness", +"savagery", +"savanna", +"savannah", +"savannah_river", +"savant", +"savara", +"savarin", +"save", +"save-all", +"saveloy", +"saver", +"savin", +"saving", +"saving_grace", +"savings", +"savings_account", +"savings_account_trust", +"savings_and_loan", +"savings_and_loan_association", +"savings_bank", +"savings_bank_trust", +"savings_bond", +"savinien_cyrano_de_bergerac", +"savior", +"saviour", +"savitar", +"savoir-faire", +"savonarola", +"savor", +"savoriness", +"savoring", +"savorlessness", +"savory", +"savour", +"savouring", +"savourlessness", +"savoury", +"savoy", +"savoy_cabbage", +"savoyard", +"savvy", +"saw", +"saw_log", +"saw_palmetto", +"saw_set", +"sawan", +"sawbill", +"sawbones", +"sawbuck", +"sawdust", +"sawdust_doll", +"sawdust_mushroom", +"sawdust_saloon", +"sawed-off_shotgun", +"sawfish", +"sawfly", +"sawhorse", +"sawing_machine", +"sawm", +"sawmill", +"sawpit", +"sawtooth", +"sawwort", +"sawyer", +"sawyer_beetle", +"sax", +"saxe", +"saxe-coburg-gotha", +"saxe-gothea", +"saxe-gothea_conspicua", +"saxegothea", +"saxhorn", +"saxicola", +"saxicola_rubetra", +"saxicola_torquata", +"saxicolous_plant", +"saxifraga", +"saxifraga_aizoides", +"saxifraga_granulata", +"saxifraga_hypnoides", +"saxifraga_occidentalis", +"saxifraga_oppositifolia", +"saxifraga_sarmentosam", +"saxifraga_stellaris", +"saxifraga_stolonifera", +"saxifragaceae", +"saxifrage", +"saxifrage_family", +"saxist", +"saxitoxin", +"saxo_grammaticus", +"saxon", +"saxony", +"saxophone", +"saxophonist", +"say", +"say-so", +"say_hey_kid", +"sayan_mountains", +"sayanci", +"sayda", +"sayeret", +"sayeret_mat'kal", +"sayeret_matkal", +"sayers", +"saying", +"sayonara", +"sayornis", +"sayornis_phoebe", +"sazerac", +"sb", +"sba", +"sbe", +"sbw", +"sc", +"scab", +"scabbard", +"scabicide", +"scabies", +"scabiosa", +"scabiosa_arvensis", +"scabiosa_atropurpurea", +"scabious", +"scablands", +"scad", +"scads", +"scaffold", +"scaffolding", +"scag", +"scalability", +"scalage", +"scalar", +"scalar_field", +"scalar_matrix", +"scalar_product", +"scalawag", +"scald", +"scalded_milk", +"scale", +"scale_factor", +"scale_fern", +"scale_insect", +"scale_leaf", +"scale_moss", +"scale_of_c_major", +"scale_of_measurement", +"scale_value", +"scale_wax", +"scalene_muscle", +"scalene_triangle", +"scalenus", +"scalenus_syndrome", +"scaler", +"scaliness", +"scaling", +"scaling_ladder", +"scallion", +"scallop", +"scallop_shell", +"scallopine", +"scallopini", +"scallywag", +"scalp", +"scalp_lock", +"scalpel", +"scalper", +"scaly_anteater", +"scaly_fern", +"scaly_lentinus", +"scaly_pholiota", +"scaly_polypore", +"scam", +"scammer", +"scammony", +"scammonyroot", +"scamp", +"scamper", +"scampi", +"scampo", +"scan", +"scandal", +"scandalisation", +"scandalization", +"scandalmonger", +"scandalmongering", +"scandalousness", +"scandentia", +"scandinavia", +"scandinavian", +"scandinavian_country", +"scandinavian_language", +"scandinavian_lox", +"scandinavian_nation", +"scandinavian_peninsula", +"scandium", +"scanner", +"scanning", +"scansion", +"scantiness", +"scantling", +"scantness", +"scanty", +"scape", +"scapegoat", +"scapegrace", +"scaphiopus", +"scaphiopus_bombifrons", +"scaphiopus_hammondii", +"scaphiopus_multiplicatus", +"scaphocephaly", +"scaphoid_bone", +"scaphopod", +"scaphopoda", +"scaphosepalum", +"scapula", +"scapular", +"scapulary", +"scar", +"scar_tissue", +"scarab", +"scarabaean", +"scarabaeid", +"scarabaeid_beetle", +"scarabaeidae", +"scarabaeus", +"scarabaeus_sacer", +"scaramouch", +"scaramouche", +"scarceness", +"scarcity", +"scardinius", +"scardinius_erythrophthalmus", +"scare", +"scare_quote", +"scarecrow", +"scaremonger", +"scarer", +"scarf", +"scarf_bandage", +"scarf_joint", +"scarface", +"scarfpin", +"scaridae", +"scarlatina", +"scarlet", +"scarlet_bugler", +"scarlet_bush", +"scarlet_clematis", +"scarlet_cup", +"scarlet_fever", +"scarlet_fritillary", +"scarlet_hamelia", +"scarlet_haw", +"scarlet_letter", +"scarlet_lychnis", +"scarlet_maple", +"scarlet_musk_flower", +"scarlet_oak", +"scarlet_pimpernel", +"scarlet_plume", +"scarlet_runner", +"scarlet_runner_bean", +"scarlet_strawberry", +"scarlet_sumac", +"scarlet_tanager", +"scarlet_wisteria_tree", +"scarp", +"scartella", +"scartella_cristata", +"scat", +"scat_singing", +"scathe", +"scatology", +"scatophagy", +"scatter", +"scatter_pin", +"scatter_rug", +"scatterbrain", +"scattergood", +"scattergun", +"scattering", +"scaup", +"scaup_duck", +"scauper", +"scavenger", +"scavenger_cell", +"scd", +"sceliphron", +"sceloglaux", +"sceloglaux_albifacies", +"sceloporus", +"sceloporus_graciosus", +"sceloporus_occidentalis", +"sceloporus_undulatus", +"scenario", +"scenarist", +"scene", +"scene-stealer", +"scene_of_action", +"scene_painter", +"scenery", +"sceneshifter", +"scenic_artist", +"scenic_railway", +"scent", +"scented_fern", +"scented_penstemon", +"scented_wattle", +"scentless_camomile", +"scentless_false_camomile", +"scentless_hayweed", +"scentless_mayweed", +"scepter", +"sceptic", +"scepticism", +"sceptre", +"scet", +"schadenfreude", +"schaffneria", +"schaffneria_nigripes", +"schedule", +"schedule_feeding", +"scheduled_fire", +"scheduled_maintenance", +"scheduled_territories", +"scheduler", +"scheduling", +"scheele", +"scheelite", +"schefflera", +"schefflera_actinophylla", +"scheldt", +"scheldt_river", +"schema", +"schematic", +"schematic_drawing", +"schematisation", +"schematization", +"scheme", +"scheme_arch", +"schemer", +"schemozzle", +"schenectady", +"scheol", +"scherzo", +"scheuchzeriaceae", +"schiaparelli", +"schick_test", +"schiller", +"schilling", +"schinus", +"schinus_chichita", +"schinus_molle", +"schinus_terebinthifolius", +"schipperke", +"schism", +"schist", +"schistorrhachis", +"schistosoma", +"schistosomatidae", +"schistosome", +"schistosome_dermatitis", +"schistosomiasis", +"schizachyrium", +"schizachyrium_scoparium", +"schizaea", +"schizaea_pusilla", +"schizaeaceae", +"schizanthus", +"schizocarp", +"schizogony", +"schizoid", +"schizomycetes", +"schizopetalon", +"schizopetalon_walkeri", +"schizophragma", +"schizophragma_hydrangeoides", +"schizophrenia", +"schizophrenic", +"schizophrenic_disorder", +"schizophrenic_psychosis", +"schizophyceae", +"schizophyta", +"schizopoda", +"schizosaccharomyces", +"schizosaccharomycetaceae", +"schizothymia", +"schizotypal_personality", +"schleiden", +"schlemiel", +"schlemm's_canal", +"schlep", +"schlepper", +"schlesien", +"schlesinger", +"schliemann", +"schlimazel", +"schlock", +"schlockmeister", +"schlumbergera", +"schlumbergera_baridgesii", +"schlumbergera_buckleyi", +"schlumbergera_gaertneri", +"schlumbergera_truncatus", +"schmaltz", +"schmalz", +"schmear", +"schmeer", +"schmegegge", +"schmidt", +"schmidt_camera", +"schmidt_telescope", +"schmo", +"schmoose", +"schmooze", +"schmoozer", +"schmuck", +"schnabel", +"schnapps", +"schnaps", +"schnauzer", +"schnecken", +"schnittlaugh", +"schnitzel", +"schnook", +"schnorchel", +"schnorkel", +"schnorrer", +"schnoz", +"schnozzle", +"schoenberg", +"schola_cantorum", +"scholar", +"scholarly_person", +"scholarship", +"scholastic", +"scholasticism", +"scholia", +"scholiast", +"scholium", +"schomburgkia", +"schonbein", +"schonberg", +"school", +"school-age_child", +"school_assignment", +"school_bell", +"school_board", +"school_bus", +"school_crossing", +"school_day", +"school_dictionary", +"school_district", +"school_newspaper", +"school_of_dentistry", +"school_of_law", +"school_of_medicine", +"school_of_music", +"school_of_nursing", +"school_of_thought", +"school_paper", +"school_phobia", +"school_principal", +"school_ship", +"school_superintendent", +"school_system", +"school_teacher", +"school_term", +"school_text", +"school_year", +"schoolbag", +"schoolbook", +"schoolboy", +"schoolchild", +"schoolcraft", +"schooldays", +"schoolfellow", +"schoolfriend", +"schoolgirl", +"schoolhouse", +"schooling", +"schoolma'am", +"schoolman", +"schoolmarm", +"schoolmaster", +"schoolmate", +"schoolmistress", +"schoolroom", +"schoolteacher", +"schooltime", +"schoolwork", +"schoolyard", +"schooner", +"schopenhauer", +"schorl", +"schottische", +"schreiber's_aster", +"schrod", +"schrodinger", +"schrodinger_equation", +"schrodinger_wave_equation", +"schtick", +"schtickl", +"schtik", +"schtikl", +"schubert", +"schuller-christian_disease", +"schulz", +"schumann", +"schumann-heink", +"schumpeter", +"schutzstaffel", +"schwa", +"schwann", +"schwann_cell", +"schwarzwald", +"schweitzer", +"schweiz", +"sciadopityaceae", +"sciadopitys", +"sciadopitys_verticillata", +"sciaena", +"sciaena_antarctica", +"sciaena_aquila", +"sciaenid", +"sciaenid_fish", +"sciaenidae", +"sciaenops", +"sciaenops_ocellatus", +"sciara", +"sciarid", +"sciaridae", +"sciatic_nerve", +"sciatica", +"scid", +"science", +"science_fiction", +"science_lab", +"science_laboratory", +"science_museum", +"science_teacher", +"scientific_agriculture", +"scientific_discipline", +"scientific_fact", +"scientific_instrument", +"scientific_knowledge", +"scientific_method", +"scientific_research", +"scientific_theory", +"scientist", +"scientology", +"scilla", +"scilla_nonscripta", +"scilla_verna", +"scilly_islands", +"scimitar", +"scincella", +"scincid", +"scincid_lizard", +"scincidae", +"scincus", +"scindapsus", +"scindapsus_aureus", +"scintilla", +"scintillating_scotoma", +"scintillation", +"scintillation_counter", +"sciolism", +"sciolist", +"scion", +"scipio", +"scipio_africanus", +"scipio_africanus_major", +"scipio_the_elder", +"scire_facias", +"scirpus", +"scirpus_acutus", +"scirpus_cyperinus", +"scission", +"scissor_grip", +"scissor_hold", +"scissors", +"scissors_grip", +"scissors_hold", +"scissors_kick", +"scissortail", +"scissortailed_flycatcher", +"scissure", +"sciuridae", +"sciuromorpha", +"sciurus", +"sciurus_carolinensis", +"sciurus_griseus", +"sciurus_hudsonicus", +"sciurus_niger", +"sciurus_vulgaris", +"sclaff", +"sclera", +"scleral_veins", +"scleranthus", +"scleranthus_annuus", +"scleredema", +"sclerite", +"scleritis", +"scleroderma", +"scleroderma_aurantium", +"scleroderma_bovista", +"scleroderma_citrinum", +"scleroderma_flavidium", +"sclerodermataceae", +"sclerodermatales", +"sclerometer", +"scleropages", +"scleropages_jardinii", +"scleropages_leichardti", +"scleroparei", +"scleroprotein", +"sclerosing_leukoencephalitis", +"sclerosis", +"sclerotic_coat", +"sclerotinia", +"sclerotiniaceae", +"sclerotium", +"sclerotium_disease", +"sclerotium_rot", +"sclerotomy", +"sclk", +"scnt", +"scoff", +"scoffer", +"scoffing", +"scofflaw", +"scoinson_arch", +"scoke", +"scold", +"scolder", +"scolding", +"scolion", +"scoliosis", +"scollop", +"scolopacidae", +"scolopax", +"scolopax_rusticola", +"scolopendrium", +"scolopendrium_nigripes", +"scolymus", +"scolymus_hispanicus", +"scolytidae", +"scolytus", +"scolytus_multistriatus", +"scomber", +"scomber_colias", +"scomber_japonicus", +"scomber_scombrus", +"scomberesocidae", +"scomberesox", +"scomberesox_saurus", +"scomberomorus", +"scomberomorus_cavalla", +"scomberomorus_maculatus", +"scomberomorus_regalis", +"scomberomorus_sierra", +"scombresocidae", +"scombresox", +"scombridae", +"scombroid", +"scombroid_fish", +"scombroidea", +"sconce", +"sconcheon_arch", +"scone", +"scoop", +"scoop_shot", +"scoop_shovel", +"scoopful", +"scooter", +"scope", +"scopes", +"scopes_trial", +"scophthalmus", +"scophthalmus_aquosus", +"scophthalmus_rhombus", +"scopolamine", +"scopolia", +"scopolia_carniolica", +"scops_owl", +"scorbutus", +"scorch", +"scorched-earth_policy", +"scorcher", +"score", +"score_paper", +"scoreboard", +"scorecard", +"scorekeeper", +"scorer", +"scores", +"scoria", +"scoring", +"scoring_system", +"scorn", +"scorner", +"scorpaena", +"scorpaena_grandicornis", +"scorpaenid", +"scorpaenid_fish", +"scorpaenidae", +"scorpaenoid", +"scorpaenoid_fish", +"scorpaenoidea", +"scorper", +"scorpio", +"scorpio_the_scorpion", +"scorpioid_cyme", +"scorpion", +"scorpion_fish", +"scorpion_fly", +"scorpion_shell", +"scorpion_weed", +"scorpionfish", +"scorpionida", +"scorpionweed", +"scorpius", +"scorsese", +"scorzonera", +"scorzonera_hispanica", +"scot", +"scot_and_lot", +"scotch", +"scotch_and_soda", +"scotch_asphodel", +"scotch_broom", +"scotch_broth", +"scotch_egg", +"scotch_fir", +"scotch_gale", +"scotch_kiss", +"scotch_laburnum", +"scotch_malt_whiskey", +"scotch_malt_whisky", +"scotch_marigold", +"scotch_pancake", +"scotch_pine", +"scotch_tape", +"scotch_terrier", +"scotch_thistle", +"scotch_whiskey", +"scotch_whisky", +"scotch_woodcock", +"scotchman", +"scotchwoman", +"scoter", +"scotland", +"scotland_yard", +"scotoma", +"scotopic_vision", +"scots", +"scots_english", +"scots_gaelic", +"scots_heather", +"scots_pine", +"scotsman", +"scotswoman", +"scott", +"scott's_spleenwort", +"scott_joplin", +"scottie", +"scottish", +"scottish_deerhound", +"scottish_gaelic", +"scottish_highlander", +"scottish_lallans", +"scottish_lowlander", +"scottish_maple", +"scottish_reel", +"scottish_terrier", +"scoundrel", +"scour", +"scourer", +"scourge", +"scourge_of_god", +"scourge_of_the_gods", +"scourger", +"scouring", +"scouring_pad", +"scouring_rush", +"scours", +"scouse", +"scouser", +"scout", +"scout_car", +"scout_group", +"scout_troop", +"scouter", +"scouting", +"scouting_trip", +"scoutmaster", +"scow", +"scowl", +"scpo", +"scrabble", +"scrag", +"scrag_end", +"scramble", +"scrambled_eggs", +"scrambler", +"scranton", +"scrap", +"scrap_iron", +"scrap_metal", +"scrapbook", +"scrape", +"scraper", +"scrapheap", +"scrapie", +"scraping", +"scrapper", +"scrappiness", +"scrapple", +"scraps", +"scratch", +"scratch_awl", +"scratch_line", +"scratch_pad", +"scratch_paper", +"scratch_race", +"scratch_sheet", +"scratch_test", +"scratcher", +"scratchiness", +"scratching", +"scratchpad", +"scrawl", +"scrawler", +"scrawniness", +"scream", +"screamer", +"screaming", +"screaming_meemies", +"scree", +"screech", +"screech_owl", +"screecher", +"screeching", +"screed", +"screen", +"screen_actor", +"screen_background", +"screen_door", +"screen_font", +"screen_memory", +"screen_pass", +"screen_saver", +"screen_test", +"screener", +"screening", +"screenland", +"screenplay", +"screenwriter", +"screw", +"screw-pine_family", +"screw_auger", +"screw_augur", +"screw_bean", +"screw_eye", +"screw_jack", +"screw_key", +"screw_log", +"screw_pine", +"screw_propeller", +"screw_thread", +"screw_tree", +"screw_wrench", +"screwball", +"screwballer", +"screwbean", +"screwbean_mesquite", +"screwdriver", +"screwing", +"screwtop", +"screwup", +"scriabin", +"scribble", +"scribbler", +"scribbling_block", +"scribe", +"scriber", +"scribing_block", +"scrim", +"scrimmage", +"scrimmage_line", +"scrimshanker", +"scrimshaw", +"scrip", +"scripps", +"script", +"scriptorium", +"scripture", +"scriptwriter", +"scrivener", +"scrod", +"scrofula", +"scroll", +"scroll_saw", +"scrooge", +"scrophularia", +"scrophulariaceae", +"scrophulariales", +"scrotal_vein", +"scrotum", +"scrounger", +"scrub", +"scrub-bird", +"scrub_beefwood", +"scrub_bird", +"scrub_brush", +"scrub_fowl", +"scrub_nurse", +"scrub_oak", +"scrub_palmetto", +"scrub_pine", +"scrub_plane", +"scrub_typhus", +"scrubber", +"scrubbiness", +"scrubbing", +"scrubbing_brush", +"scrubbird", +"scrubland", +"scrubs", +"scruff", +"scrum", +"scrummage", +"scrumpy", +"scrunch", +"scruple", +"scruples", +"scrupulousness", +"scrutin_de_liste", +"scrutin_de_liste_system", +"scrutin_uninomial_system", +"scrutin_uninominal_voting_system", +"scrutineer", +"scrutiniser", +"scrutinizer", +"scrutiny", +"scsi", +"scuba", +"scuba_diver", +"scuba_diving", +"scud", +"scudding", +"scuff", +"scuffer", +"scuffle", +"scuffle_hoe", +"scull", +"sculler", +"scullery", +"sculling", +"scullion", +"sculpin", +"sculptor", +"sculptress", +"sculptural_relief", +"sculpture", +"sculpturer", +"scum", +"scum_bag", +"scumble", +"scunner", +"scup", +"scupper", +"scuppernong", +"scurf", +"scurrility", +"scurry", +"scurvy", +"scurvy_grass", +"scut", +"scut_work", +"scutch_grass", +"scutcheon", +"scute", +"scutellaria", +"scutellaria_lateriflora", +"scutigera", +"scutigera_coleoptrata", +"scutigerella", +"scutigerella_immaculata", +"scutigeridae", +"scuttle", +"scuttlebutt", +"scyliorhinidae", +"scylla", +"scyphozoa", +"scyphozoan", +"scyphus", +"scythe", +"scythia", +"scythian", +"scythian_lamb", +"sd", +"se", +"sea", +"sea-coast", +"sea-duty", +"sea-ear", +"sea-lavender_family", +"sea-lettuce_family", +"sea-level_pressure", +"sea-poose", +"sea-purse", +"sea-puss", +"sea-rocket", +"sea_anchor", +"sea_anemone", +"sea_animal", +"sea_ash", +"sea_aster", +"sea_bass", +"sea_bathing", +"sea_bird", +"sea_biscuit", +"sea_boat", +"sea_bottom", +"sea_bream", +"sea_breeze", +"sea_captain", +"sea_catfish", +"sea_change", +"sea_chantey", +"sea_chest", +"sea_chub", +"sea_coal", +"sea_cole", +"sea_cow", +"sea_cradle", +"sea_crawfish", +"sea_creature", +"sea_cucumber", +"sea_dahlia", +"sea_dog", +"sea_duck", +"sea_eagle", +"sea_elephant", +"sea_eryngium", +"sea_fan", +"sea_feather", +"sea_floor", +"sea_god", +"sea_gooseberry", +"sea_green", +"sea_gull", +"sea_hare", +"sea_holly", +"sea_holm", +"sea_horse", +"sea_island_cotton", +"sea_kale", +"sea_king", +"sea_ladder", +"sea_lamprey", +"sea_lane", +"sea_lavender", +"sea_lawyer", +"sea_lettuce", +"sea_level", +"sea_lily", +"sea_lion", +"sea_louse", +"sea_lyme_grass", +"sea_mat", +"sea_mew", +"sea_mile", +"sea_milkwort", +"sea_moss", +"sea_mouse", +"sea_nymph", +"sea_of_azof", +"sea_of_azoff", +"sea_of_azov", +"sea_of_cortes", +"sea_of_japan", +"sea_of_marmara", +"sea_of_marmora", +"sea_of_okhotsk", +"sea_onion", +"sea_otter", +"sea_pea", +"sea_pen", +"sea_pink", +"sea_poacher", +"sea_poker", +"sea_poppy", +"sea_power", +"sea_purse", +"sea_puss", +"sea_raven", +"sea_robber", +"sea_robin", +"sea_room", +"sea_rover", +"sea_scallop", +"sea_scooter", +"sea_scorpion", +"sea_scout", +"sea_serpent", +"sea_slater", +"sea_slug", +"sea_snail", +"sea_snake", +"sea_spider", +"sea_spray", +"sea_spurry", +"sea_squab", +"sea_squill", +"sea_squirt", +"sea_star", +"sea_starwort", +"sea_steps", +"sea_swallow", +"sea_tang", +"sea_tangle", +"sea_trifoly", +"sea_trout", +"sea_turtle", +"sea_urchin", +"sea_wolf", +"sea_wormwood", +"sea_wrack", +"seabag", +"seabeach_sandwort", +"seabed", +"seabird", +"seaboard", +"seaborg", +"seaborgium", +"seacoast", +"seafarer", +"seafaring", +"seafood", +"seafood_newburg", +"seafood_sauce", +"seafowl", +"seafront", +"seagrass", +"seagull", +"seahorse", +"seal", +"seal_bomb", +"seal_limbs", +"seal_of_approval", +"seal_oil", +"seal_ring", +"sealant", +"sealed_instrument", +"sealer", +"sealing", +"sealing_material", +"sealing_wax", +"sealskin", +"sealskin_tent", +"sealyham", +"sealyham_terrier", +"seam", +"seaman", +"seamanship", +"seamount", +"seamster", +"seamstress", +"sean_o'casey", +"seanad", +"seanad_eireann", +"seance", +"seaplane", +"seaport", +"seaquake", +"search", +"search_and_destroy_mission", +"search_and_rescue_mission", +"search_engine", +"search_language", +"search_mission", +"search_party", +"search_warrant", +"searcher", +"searcher_beetle", +"searching_fire", +"searchlight", +"searing_iron", +"searobin", +"sears_tower", +"seascape", +"seashell", +"seashore", +"seashore_mallow", +"seasickness", +"seaside", +"seaside_alder", +"seaside_centaury", +"seaside_daisy", +"seaside_goldenrod", +"seaside_mahoe", +"seaside_scrub_oak", +"seasnail", +"season", +"season_ticket", +"seasonableness", +"seasonal", +"seasonal_adjustment", +"seasonal_worker", +"seasoned_salt", +"seasoner", +"seasoning", +"seat", +"seat_belt", +"seat_cushion", +"seatbelt", +"seating", +"seating_area", +"seating_capacity", +"seating_room", +"seats", +"seattle", +"seattle_slew", +"seawall", +"seaward", +"seawater", +"seaway", +"seaweed", +"seaworthiness", +"seb", +"sebaceous_cyst", +"sebaceous_follicle", +"sebaceous_gland", +"sebacic_acid", +"sebastian_cabot", +"sebastian_vizcaino", +"sebastiana", +"sebastodes", +"sebastodes_caurinus", +"sebastodes_marinus", +"sebastodes_miniatus", +"sebastodes_ruberrimus", +"sebastopol", +"sebe", +"seborrhea", +"seborrheic_dermatitis", +"seborrheic_eczema", +"seborrheic_keratosis", +"sebs", +"sebum", +"sec", +"secale", +"secale_cereale", +"secant", +"secateurs", +"secernment", +"secession", +"secessionism", +"secessionist", +"sechuana", +"seckel", +"seckel_pear", +"seclusion", +"secobarbital", +"secobarbital_sodium", +"seconal", +"second", +"second-degree_burn", +"second-hand_speech", +"second-hand_store", +"second-in-command", +"second-place_finish", +"second-rater", +"second-stringer", +"second_advent", +"second_adventism", +"second_adventist", +"second_balcony", +"second_banana", +"second_base", +"second_baseman", +"second_battle_of_ypres", +"second_best", +"second_childhood", +"second_class", +"second_coming", +"second_coming_of_christ", +"second_council_of_constantinople", +"second_council_of_lyons", +"second_council_of_nicaea", +"second_cousin", +"second_cranial_nerve", +"second_crusade", +"second_deck", +"second_earl_grey", +"second_earl_of_chatham", +"second_earl_of_guilford", +"second_empire", +"second_epistel_of_john", +"second_epistle_of_paul_the_apostle_to_the_corinthians", +"second_epistle_of_paul_the_apostle_to_the_thessalonians", +"second_epistle_of_paul_the_apostle_to_timothy", +"second_epistle_of_peter", +"second_epistle_to_the_corinthians", +"second_epistle_to_the_thessalonians", +"second_epistle_to_timothy", +"second_estate", +"second_fiddle", +"second_gear", +"second_growth", +"second_half", +"second_hand", +"second_joint", +"second_lateran_council", +"second_law_of_motion", +"second_law_of_thermodynamics", +"second_lieutenant", +"second_marquis_of_rockingham", +"second_moment", +"second_mortgage", +"second_nature", +"second_period", +"second_person", +"second_power", +"second_reading", +"second_reich", +"second_sacker", +"second_sight", +"second_stomach", +"second_string", +"second_thought", +"second_trimester", +"second_vatican_council", +"second_wind", +"second_world_war", +"secondary", +"secondary_amenorrhea", +"secondary_cell", +"secondary_censorship", +"secondary_coil", +"secondary_dentition", +"secondary_diagonal", +"secondary_dysmenorrhea", +"secondary_education", +"secondary_emission", +"secondary_hypertension", +"secondary_modern_school", +"secondary_school", +"secondary_sex_character", +"secondary_sex_characteristic", +"secondary_sexual_characteristic", +"secondary_storage", +"secondary_syphilis", +"secondary_winding", +"seconder", +"secondhand_car", +"secondment", +"secondo", +"secotiaceae", +"secotiales", +"secpar", +"secrecy", +"secret", +"secret_agent", +"secret_approval", +"secret_ballot", +"secret_code", +"secret_intelligence_service", +"secret_plan", +"secret_police", +"secret_service", +"secret_society", +"secret_writing", +"secretaire", +"secretarial_assistant", +"secretarial_school", +"secretariat", +"secretariate", +"secretary", +"secretary_bird", +"secretary_general", +"secretary_of_agriculture", +"secretary_of_commerce", +"secretary_of_commerce_and_labor", +"secretary_of_defense", +"secretary_of_education", +"secretary_of_energy", +"secretary_of_health_and_human_services", +"secretary_of_health_education_and_welfare", +"secretary_of_housing_and_urban_development", +"secretary_of_labor", +"secretary_of_state", +"secretary_of_state_for_the_home_department", +"secretary_of_the_interior", +"secretary_of_the_navy", +"secretary_of_the_treasury", +"secretary_of_transportation", +"secretary_of_veterans_affairs", +"secretary_of_war", +"secretaryship", +"secretase", +"secreter", +"secretin", +"secretion", +"secretiveness", +"secretor", +"secretory_organ", +"secretory_phase", +"sect", +"sectarian", +"sectarianism", +"sectarist", +"sectary", +"section", +"section_eight", +"section_gang", +"section_hand", +"section_man", +"sectional", +"sectionalisation", +"sectionalism", +"sectionalization", +"sector", +"sectral", +"secular", +"secular_games", +"secular_humanism", +"secularisation", +"secularism", +"secularist", +"secularization", +"secundigravida", +"secured_bond", +"secureness", +"securer", +"securities_analyst", +"securities_and_exchange_commission", +"securities_firm", +"securities_industry", +"securities_law", +"securities_market", +"security", +"security_blanket", +"security_consultant", +"security_council", +"security_department", +"security_deposit", +"security_director", +"security_force", +"security_guard", +"security_intelligence", +"security_intelligence_review_committee", +"security_interest", +"security_measure", +"security_measures", +"security_review", +"security_service", +"security_staff", +"security_system", +"sed_rate", +"sedalia", +"sedan", +"sedan_chair", +"sedateness", +"sedation", +"sedative", +"sedative-hypnotic", +"sedative-hypnotic_drug", +"sedative_drug", +"seder", +"sedge", +"sedge_bird", +"sedge_family", +"sedge_warbler", +"sedge_wren", +"sediment", +"sedimentary_clay", +"sedimentary_rock", +"sedimentation", +"sedimentation_rate", +"sedition", +"sedna", +"seducer", +"seduction", +"seductress", +"sedulity", +"sedulousness", +"sedum", +"sedum_acre", +"sedum_rosea", +"sedum_telephium", +"see", +"seed", +"seed_beetle", +"seed_cake", +"seed_catalog", +"seed_catalogue", +"seed_coat", +"seed_corn", +"seed_fern", +"seed_grain", +"seed_lac", +"seed_leaf", +"seed_money", +"seed_oyster", +"seed_pearl", +"seed_plant", +"seed_shrimp", +"seed_stock", +"seed_vessel", +"seed_weevil", +"seedbed", +"seedcake", +"seedcase", +"seeded_player", +"seeded_raisin", +"seeder", +"seediness", +"seedless_raisin", +"seedling", +"seedman", +"seedpod", +"seedsman", +"seedtime", +"seeger", +"seeing", +"seeing_eye_dog", +"seeing_red", +"seek", +"seek_time", +"seeker", +"seeking", +"seeland", +"seemliness", +"seepage", +"seer", +"seersucker", +"seesaw", +"segal", +"segment", +"segmental_arch", +"segmentation", +"segmentation_cavity", +"segmented_worm", +"segno", +"sego_lily", +"segovia", +"segregate", +"segregation", +"segregationism", +"segregationist", +"segregator", +"segue", +"segway", +"segway_ht", +"segway_human_transporter", +"sei_whale", +"seiche", +"seidel", +"seidlitz_powder", +"seidlitz_powders", +"seif_dune", +"seigneur", +"seigneur_de_bayard", +"seigneury", +"seignior", +"seigniorage", +"seigniory", +"seiji_ozawa", +"seine", +"seine_river", +"seism", +"seismic_disturbance", +"seismogram", +"seismograph", +"seismography", +"seismologist", +"seismology", +"seismosaur", +"seismosaurus", +"seiurus", +"seiurus_aurocapillus", +"seizer", +"seizing", +"seizure", +"seizure-alert_dog", +"sekhet", +"selachian", +"selachii", +"selaginella", +"selaginella_apoda", +"selaginella_eatonii", +"selaginella_eremophila", +"selaginella_lepidophylla", +"selaginella_rupestris", +"selaginellaceae", +"selaginellales", +"selar", +"selar_crumenophthalmus", +"selcraig", +"select_committee", +"selection", +"selective-serotonin_reuptake_inhibitor", +"selective_amnesia", +"selective_information", +"selective_jamming", +"selective_lipectomy", +"selective_service", +"selective_service_system", +"selectivity", +"selectman", +"selector", +"selector_switch", +"selectwoman", +"selenarctos", +"selenarctos_thibetanus", +"selene", +"selene_setapinnis", +"selene_vomer", +"selenic_acid", +"selenicereus", +"selenicereus_grandiflorus", +"selenipedium", +"selenium", +"selenium_cell", +"selenolatry", +"selenology", +"seles", +"seleucus", +"seleucus_i", +"seleucus_i_nicator", +"self", +"self-abasement", +"self-abnegation", +"self-absorption", +"self-abuse", +"self-accusation", +"self-adapting_program", +"self-aggrandisement", +"self-aggrandizement", +"self-analysis", +"self-annihilation", +"self-assertion", +"self-assertiveness", +"self-assurance", +"self-awareness", +"self-centeredness", +"self-command", +"self-complacency", +"self-concern", +"self-condemnation", +"self-confidence", +"self-consciousness", +"self-contemplation", +"self-contradiction", +"self-control", +"self-criticism", +"self-cultivation", +"self-deceit", +"self-deception", +"self-defence", +"self-defense", +"self-denial", +"self-depreciation", +"self-destruction", +"self-determination", +"self-digestion", +"self-direction", +"self-discipline", +"self-discovery", +"self-disgust", +"self-distrust", +"self-doubt", +"self-drive", +"self-education", +"self-effacement", +"self-employed_person", +"self-esteem", +"self-evident_truth", +"self-examination", +"self-expression", +"self-feeder", +"self-fertilisation", +"self-fertilization", +"self-flagellation", +"self-fulfillment", +"self-government", +"self-gratification", +"self-hatred", +"self-heal", +"self-help", +"self-hypnosis", +"self-importance", +"self-improvement", +"self-incrimination", +"self-inductance", +"self-induction", +"self-indulgence", +"self-insurance", +"self-interest", +"self-justification", +"self-knowledge", +"self-loader", +"self-love", +"self-mortification", +"self-organisation", +"self-organization", +"self-pity", +"self-pollination", +"self-portrait", +"self-possession", +"self-praise", +"self-preservation", +"self-pride", +"self-propelled_vehicle", +"self-protection", +"self-punishment", +"self-raising_flour", +"self-realisation", +"self-realization", +"self-reformation", +"self-regard", +"self-registering_thermometer", +"self-reliance", +"self-renewal", +"self-renunciation", +"self-report_inventory", +"self-report_personality_inventory", +"self-reproach", +"self-reproof", +"self-respect", +"self-restraint", +"self-rising_flour", +"self-rule", +"self-sacrifice", +"self-satisfaction", +"self-seeker", +"self-seeking", +"self-service", +"self-starter", +"self-stimulation", +"self-sufficiency", +"self-suggestion", +"self-taught_art", +"self-torment", +"self-torture", +"self-will", +"self-worship", +"self-worth", +"self_acceptance", +"selfish_person", +"selfishness", +"selflessness", +"selfsameness", +"seljuk", +"selkirk", +"selkirk_mountains", +"selkup", +"sell", +"sell-by_date", +"seller", +"seller's_market", +"sellers", +"sellers'_market", +"selling", +"selling_agent", +"selling_point", +"selling_price", +"selling_race", +"selloff", +"sellotape", +"sellout", +"selma", +"selsyn", +"seltzer", +"selva", +"selvage", +"selvedge", +"selznick", +"semantic_error", +"semantic_memory", +"semantic_relation", +"semantic_role", +"semanticist", +"semantics", +"semaphore", +"semaphore_plant", +"semarang", +"semasiology", +"semblance", +"semen", +"semester", +"semester_hour", +"semi", +"semi-abstraction", +"semi-climber", +"semi-detached_house", +"semi-skimmed_milk", +"semi-sweet_chocolate", +"semiautomatic", +"semiautomatic_firearm", +"semiautomatic_pistol", +"semibreve", +"semicentenary", +"semicentennial", +"semicircle", +"semicircular_arch", +"semicircular_canal", +"semicolon", +"semicoma", +"semiconducting_material", +"semiconductor", +"semiconductor_device", +"semiconductor_diode", +"semiconductor_unit", +"semiconsciousness", +"semidarkness", +"semidesert", +"semidetached_house", +"semidiameter", +"semiepiphyte", +"semifinal", +"semifinalist", +"semifluidity", +"semigloss", +"semilunar_bone", +"semilunar_cartilage", +"semilunar_valve", +"semimajor_axis", +"semiminor_axis", +"semimonthly", +"seminal_duct", +"seminal_fluid", +"seminal_vesicle", +"seminar", +"seminarian", +"seminarist", +"seminary", +"seminiferous_tubule", +"seminole", +"seminole_bread", +"seminoma", +"semiology", +"semiotician", +"semiotics", +"semiparasite", +"semipermeable_membrane", +"semipro", +"semiprofessional", +"semiquaver", +"semite", +"semitic", +"semitic_deity", +"semitone", +"semitrailer", +"semitrance", +"semitransparency", +"semitropics", +"semivowel", +"semiweekly", +"semnopithecus_entellus", +"semolina", +"sempatch", +"sempiternity", +"sempstress", +"sen", +"senate", +"senate_campaign", +"senate_race", +"senator", +"senatorship", +"send-off", +"sendee", +"sender", +"sendero_luminoso", +"sending", +"sendup", +"sene", +"seneca", +"seneca_lake", +"seneca_snakeroot", +"senecio", +"senecio_aureus", +"senecio_bigelovii", +"senecio_cineraria", +"senecio_cruentus", +"senecio_doublasii", +"senecio_glabellus", +"senecio_jacobaea", +"senecio_milkanioides", +"senecio_triangularis", +"senecio_vulgaris", +"senefelder", +"senega", +"senega_root", +"senega_snakeroot", +"senegal", +"senegal_gum", +"senegalese", +"senegalese_franc", +"seneka_snakeroot", +"senescence", +"seneschal", +"senga_root", +"senhor", +"senile_dementia", +"senile_psychosis", +"senility", +"senior", +"senior_chief_petty_officer", +"senior_citizen", +"senior_class", +"senior_high", +"senior_high_school", +"senior_master_sergeant", +"senior_moment", +"senior_pilot", +"senior_status", +"senior_vice_president", +"seniority", +"seniti", +"senna", +"senna_alata", +"senna_alexandrina", +"senna_auriculata", +"senna_marilandica", +"senna_obtusifolia", +"senna_occidentalis", +"sennacherib", +"sennenhunde", +"sennett", +"sennit", +"senor", +"senora", +"senorita", +"sens", +"sensation", +"sensationalism", +"sensationalist", +"sense", +"sense_datum", +"sense_experience", +"sense_impression", +"sense_modality", +"sense_of_balance", +"sense_of_direction", +"sense_of_duty", +"sense_of_equilibrium", +"sense_of_hearing", +"sense_of_humor", +"sense_of_humour", +"sense_of_movement", +"sense_of_purpose", +"sense_of_responsibility", +"sense_of_right_and_wrong", +"sense_of_shame", +"sense_of_smell", +"sense_of_taste", +"sense_of_the_meeting", +"sense_of_touch", +"sense_organ", +"sense_tagger", +"senselessness", +"sensibility", +"sensible_horizon", +"sensibleness", +"sensing", +"sensing_element", +"sensitisation", +"sensitiser", +"sensitising", +"sensitive", +"sensitive_fern", +"sensitive_pea", +"sensitive_plant", +"sensitiveness", +"sensitivity", +"sensitization", +"sensitizer", +"sensitizing", +"sensitometer", +"sensor", +"sensorimotor_area", +"sensorimotor_region", +"sensorineural_hearing_loss", +"sensorium", +"sensory_activity", +"sensory_aphasia", +"sensory_deprivation", +"sensory_epilepsy", +"sensory_faculty", +"sensory_fiber", +"sensory_hair", +"sensory_nerve", +"sensory_neuron", +"sensory_receptor", +"sensory_system", +"sensualism", +"sensualist", +"sensuality", +"sensualness", +"sensuousness", +"sent", +"sente", +"sentence", +"sentence_stress", +"sentence_structure", +"sentential_function", +"sentience", +"sentiency", +"sentiment", +"sentimentalisation", +"sentimentalism", +"sentimentalist", +"sentimentality", +"sentimentalization", +"sentinel", +"sentry", +"sentry_box", +"sentry_duty", +"sentry_go", +"seoul", +"sep", +"sep_11", +"sepal", +"separability", +"separate", +"separateness", +"separation", +"separation_energy", +"separationism", +"separationist", +"separatism", +"separatist", +"separator", +"separatrix", +"sephardi", +"sephardic_jew", +"sepia", +"sepiidae", +"sepiolite", +"sepoy_mutiny", +"seppuku", +"sepsis", +"sept", +"sept._11", +"septal_defect", +"septation", +"septectomy", +"september", +"september_11", +"september_17", +"september_29", +"september_elm", +"september_equinox", +"septenary", +"septet", +"septette", +"septic_sore_throat", +"septic_tank", +"septicaemia", +"septicemia", +"septicemic_plague", +"septillion", +"septobasidiaceae", +"septobasidium", +"septobasidium_pseudopedicellatum", +"septuagenarian", +"septuagesima", +"septuagesima_sunday", +"septuagint", +"septum", +"sepulcher", +"sepulchre", +"sepulture", +"sequel", +"sequela", +"sequella", +"sequenator", +"sequence", +"sequencer", +"sequential_operation", +"sequestration", +"sequin", +"sequoia", +"sequoia_gigantea", +"sequoia_national_park", +"sequoia_sempervirens", +"sequoia_wellingtonia", +"sequoiadendron", +"sequoiadendron_giganteum", +"sequoya", +"sequoyah", +"seraglio", +"serail", +"serape", +"seraph", +"serax", +"serb", +"serbia", +"serbia_and_montenegro", +"serbian", +"serbo-croat", +"serbo-croatian", +"serdica", +"serenade", +"serendipity", +"sereness", +"serengeti", +"serengeti_national_park", +"serengeti_plain", +"serenity", +"serenoa", +"serenoa_repens", +"serer", +"serf", +"serfdom", +"serfhood", +"serge", +"serge_koussevitzky", +"sergeant", +"sergeant-at-law", +"sergeant_at_arms", +"sergeant_first_class", +"sergeant_fish", +"sergeant_major", +"sergei_aleksandrovich_koussevitzky", +"sergei_diaghilev", +"sergei_eisenstein", +"sergei_mikhailovich_eisenstein", +"sergei_pavlovich_diaghilev", +"sergei_rachmaninoff", +"sergei_rachmaninov", +"sergei_sergeyevich_prokofiev", +"sergei_vasilievich_rachmaninoff", +"sergei_vasilievich_rachmaninov", +"serger", +"serial", +"serial_killer", +"serial_monogamy", +"serial_murderer", +"serial_music", +"serial_operation", +"serial_port", +"serial_printer", +"serial_processing", +"serial_publication", +"serialisation", +"serialism", +"serialization", +"sericea_lespedeza", +"sericocarpus", +"sericterium", +"serictery", +"sericulture", +"sericulturist", +"seriema", +"series", +"series_circuit", +"serif", +"serigraph", +"serigraphy", +"serin", +"serine", +"serinus", +"serinus_canaria", +"seriocomedy", +"seriola", +"seriola_dorsalis", +"seriola_grandis", +"seriola_zonata", +"serious-mindedness", +"serious_music", +"seriousness", +"seriph", +"seriphidium", +"seriphidium_canum", +"seriphidium_maritimum", +"seriphidium_tridentatum", +"seriphus", +"seriphus_politus", +"serjeant", +"serjeant-at-arms", +"serjeant-at-law", +"serkin", +"sermon", +"sermon_on_the_mount", +"sermoniser", +"sermonizer", +"serologist", +"serology", +"serosa", +"serotine", +"serotonin", +"serous_membrane", +"serow", +"serpasil", +"serpens", +"serpent", +"serpent-worship", +"serpent_fern", +"serpent_star", +"serpentes", +"serra", +"serranid", +"serranid_fish", +"serranidae", +"serranus", +"serranus_subligarius", +"serrasalmus", +"serrate_leaf", +"serrated_wrack", +"serratia", +"serratia_marcescens", +"serration", +"serratula", +"serratula_tinctoria", +"serratus", +"serratus_anterior", +"serratus_magnus", +"serratus_muscles", +"serratus_posterior", +"serratus_posterior_inferior", +"serratus_posterior_superior", +"sertoli's_cell", +"sertoli_cell", +"sertraline", +"sertularia", +"sertularian", +"serum", +"serum_albumin", +"serum_disease", +"serum_globulin", +"serum_hepatitis", +"serum_sickness", +"serval", +"servant", +"servant's_entrance", +"servant_girl", +"serve", +"server", +"service", +"service_abroad", +"service_agency", +"service_area", +"service_book", +"service_break", +"service_bureau", +"service_call", +"service_cap", +"service_ceiling", +"service_charge", +"service_club", +"service_contract", +"service_cutback", +"service_department", +"service_door", +"service_elevator", +"service_entrance", +"service_fee", +"service_firm", +"service_industry", +"service_line", +"service_man", +"service_of_process", +"service_program", +"service_road", +"service_routine", +"service_staff", +"service_station", +"service_stripe", +"service_tree", +"serviceability", +"serviceableness", +"serviceberry", +"serviceman", +"services", +"servicing", +"serviette", +"servility", +"serving", +"serving_cart", +"serving_dish", +"serving_girl", +"servitor", +"servitude", +"servo", +"servomechanism", +"servosystem", +"serzone", +"sesame", +"sesame_family", +"sesame_oil", +"sesame_seed", +"sesamoid", +"sesamoid_bone", +"sesamum", +"sesamum_indicum", +"sesbania", +"sesbania_exaltata", +"sesbania_grandiflora", +"seseli", +"sesotho", +"sesquicentennial", +"sesquipedalia", +"sesquipedalian", +"sesquipedality", +"sess", +"sessile_polyp", +"sessile_trillium", +"session", +"session_cookie", +"sessions", +"sestet", +"set", +"set-back", +"set-to", +"set_chisel", +"set_decoration", +"set_gun", +"set_phrase", +"set_piece", +"set_point", +"set_shot", +"set_square", +"set_theory", +"seta", +"setaria", +"setaria_glauca", +"setaria_italica", +"setaria_italica_rubrofructa", +"setaria_italica_stramineofructa", +"setaria_viridis", +"setback", +"sete_quedas", +"seth", +"seth_thomas", +"setline", +"setoff", +"seton", +"setophaga", +"setophaga_ruticilla", +"setscrew", +"setswana", +"sett", +"settee", +"setter", +"setterwort", +"setting", +"setting_hen", +"settle", +"settlement", +"settlement_house", +"settler", +"settling", +"settlings", +"settlor", +"setubal", +"setup", +"seurat", +"sevastopol", +"seven", +"seven-spot", +"seven-up", +"seven_hills_of_rome", +"seven_iron", +"seven_seas", +"seven_wonders_of_the_ancient_world", +"seven_wonders_of_the_world", +"seven_years'_war", +"sevener", +"sevens", +"sevensome", +"seventeen", +"seventeen-year_locust", +"seventeenth", +"seventh", +"seventh-day_adventism", +"seventh_avenue", +"seventh_chord", +"seventh_cranial_nerve", +"seventh_crusade", +"seventh_heaven", +"seventies", +"seventieth", +"seventy", +"seventy-eight", +"severable_contract", +"severalty", +"severance", +"severance_agreement", +"severe_acute_respiratory_syndrome", +"severe_combined_immunodeficiency", +"severe_combined_immunodeficiency_disease", +"severeness", +"severing", +"severity", +"severn", +"severn_river", +"severo_ochoa", +"sevilla", +"seville", +"seville_orange", +"sewage", +"sewage_disposal", +"sewage_disposal_plant", +"sewage_farm", +"sewage_system", +"sewage_works", +"seward", +"seward's_folly", +"seward_peninsula", +"sewellel", +"sewer", +"sewer_gas", +"sewer_line", +"sewer_main", +"sewer_rat", +"sewer_system", +"sewer_water", +"sewerage", +"sewing", +"sewing-machine_operator", +"sewing-machine_stitch", +"sewing_basket", +"sewing_kit", +"sewing_machine", +"sewing_needle", +"sewing_room", +"sewing_stitch", +"sex", +"sex-change_operation", +"sex-linked_disorder", +"sex_act", +"sex_activity", +"sex_appeal", +"sex_bomb", +"sex_cell", +"sex_change", +"sex_character", +"sex_characteristic", +"sex_chromatin", +"sex_chromosome", +"sex_crime", +"sex_drive", +"sex_gland", +"sex_hormone", +"sex_kitten", +"sex_linkage", +"sex_manual", +"sex_object", +"sex_offender", +"sex_offense", +"sex_organ", +"sex_segregation", +"sex_symbol", +"sexadecimal_notation", +"sexadecimal_number_system", +"sexagenarian", +"sexcapade", +"sexiness", +"sexism", +"sexist", +"sexlessness", +"sexploitation", +"sexpot", +"sext", +"sextant", +"sextet", +"sextette", +"sextillion", +"sexton", +"sextuplet", +"sexual_abstention", +"sexual_abuse", +"sexual_activity", +"sexual_arousal", +"sexual_assault", +"sexual_attraction", +"sexual_characteristic", +"sexual_climax", +"sexual_congress", +"sexual_conquest", +"sexual_desire", +"sexual_discrimination", +"sexual_harassment", +"sexual_immorality", +"sexual_intercourse", +"sexual_inversion", +"sexual_love", +"sexual_morality", +"sexual_perversion", +"sexual_pleasure", +"sexual_practice", +"sexual_relation", +"sexual_relationship", +"sexual_reproduction", +"sexual_union", +"sexual_urge", +"sexuality", +"sexually_transmitted_disease", +"seychelles", +"seychelles_islands", +"seychelles_monetary_unit", +"seychelles_rupee", +"seychellois", +"seyhan", +"seyhan_river", +"seymour", +"sezession", +"sfax", +"sforzando", +"sg", +"sga_infant", +"sgml", +"sgraffito", +"sha'ban", +"shaaban", +"shabbiness", +"shabu", +"shabuoth", +"shack", +"shackle", +"shad", +"shad-flower", +"shad_roe", +"shadberry", +"shadblow", +"shadbush", +"shaddock", +"shade", +"shade_tree", +"shades", +"shades_of", +"shadflower", +"shadfly", +"shadiness", +"shading", +"shadow", +"shadow_box", +"shadow_cabinet", +"shadow_play", +"shadow_show", +"shadowboxing", +"shadower", +"shadowgraph", +"shadowiness", +"shadowing", +"shaft", +"shaft_louse", +"shaft_of_light", +"shag", +"shag_rug", +"shagbark", +"shagbark_hickory", +"shagginess", +"shaggy_cap", +"shaggy_dog_story", +"shaggymane", +"shaggymane_mushroom", +"shah", +"shah_jahan", +"shah_of_iran", +"shah_pahlavi", +"shahadah", +"shahaptian", +"shaheed", +"shahn", +"shaitan", +"shake", +"shake-up", +"shakedown", +"shakeout", +"shaker", +"shakers", +"shakespeare", +"shakespearean", +"shakespearean_sonnet", +"shakespearian", +"shakeup", +"shakiness", +"shaking", +"shaking_palsy", +"shako", +"shakspere", +"shakti", +"shaktism", +"shaktist", +"shale", +"shale_oil", +"shall-flower", +"shallon", +"shallot", +"shallow", +"shallow_fording", +"shallowness", +"shallu", +"shalom_asch", +"shalwar", +"sham", +"shaman", +"shamanism", +"shamash", +"shamble", +"shambles", +"shambling", +"shame", +"shame_plant", +"shamefacedness", +"shamefulness", +"shamelessness", +"shamisen", +"shammer", +"shammy", +"shammy_leather", +"shampoo", +"shamrock", +"shamrock_pea", +"shamus", +"shan", +"shandy", +"shandygaff", +"shang", +"shang_dynasty", +"shanghai", +"shanghai_dialect", +"shanghaier", +"shangri-la", +"shank", +"shank's_mare", +"shank's_pony", +"shankar", +"shanks'_mare", +"shanks'_pony", +"shannon", +"shanny", +"shantung", +"shanty", +"shantytown", +"shape", +"shape-up", +"shape_constancy", +"shapelessness", +"shapeliness", +"shaper", +"shaping", +"shaping_machine", +"shaping_tool", +"shapley", +"shard", +"share", +"share-out", +"sharecrop_farmer", +"sharecropper", +"shareholder", +"shareholding", +"shareowner", +"sharer", +"shareware", +"shari", +"shari_river", +"sharia", +"sharia_law", +"shariah", +"shariah_law", +"sharing", +"shark", +"shark-liver_oil", +"shark_oil", +"shark_repellent", +"sharkskin", +"sharksucker", +"sharp", +"sharp-sightedness", +"sharp-tailed_grouse", +"sharp_tongue", +"sharpener", +"sharper", +"sharpie", +"sharpness", +"sharpshooter", +"sharptail_mola", +"sharpy", +"shasta", +"shasta_daisy", +"shasta_salamander", +"shastan", +"shattering", +"shatterproof_glass", +"shave", +"shaver", +"shavian", +"shaving", +"shaving-brush_tree", +"shaving_brush", +"shaving_cream", +"shaving_foam", +"shaving_soap", +"shavous", +"shavuot", +"shavuoth", +"shaw", +"shawl", +"shawm", +"shawn", +"shawnee", +"shawnee_cake", +"shawnee_salad", +"shawny", +"shawwal", +"shay", +"shaytan", +"she-devil", +"she-goat", +"she-oak", +"sheaf", +"shear", +"shearer", +"shearing", +"shears", +"shearwater", +"sheatfish", +"sheath", +"sheath_knife", +"sheath_pile", +"sheathing", +"shebang", +"shebat", +"shebeen", +"shed", +"shedder", +"shedding", +"sheen", +"sheeny", +"sheep", +"sheep's_fescue", +"sheep's_sorrel", +"sheep-tick", +"sheep_bell", +"sheep_botfly", +"sheep_dip", +"sheep_dog", +"sheep_fescue", +"sheep_frog", +"sheep_gadfly", +"sheep_ked", +"sheep_laurel", +"sheep_pen", +"sheep_plant", +"sheep_polypore", +"sheep_rot", +"sheep_sorrel", +"sheep_tick", +"sheepcote", +"sheepdog", +"sheepfold", +"sheepherder", +"sheepishness", +"sheepman", +"sheeprun", +"sheepshank", +"sheepshead", +"sheepshead_porgy", +"sheepshearing", +"sheepskin", +"sheepskin_coat", +"sheepwalk", +"sheesha", +"sheet", +"sheet-metal_work", +"sheet_anchor", +"sheet_bend", +"sheet_glass", +"sheet_iron", +"sheet_lighting", +"sheet_metal", +"sheet_music", +"sheet_of_paper", +"sheet_pile", +"sheet_piling", +"sheet_web", +"sheeting", +"sheetrock", +"sheffield", +"shegetz", +"sheik", +"sheika", +"sheikdom", +"sheikh", +"sheikha", +"sheikhdom", +"shekel", +"shekels", +"shel_silverstein", +"shelby_silverstein", +"sheldrake", +"shelduck", +"shelf", +"shelf_bracket", +"shelf_fungus", +"shelf_ice", +"shelf_life", +"shelfful", +"shell", +"shell-flower", +"shell_bean", +"shell_bean_plant", +"shell_collecting", +"shell_corporation", +"shell_entity", +"shell_game", +"shell_ginger", +"shell_jacket", +"shell_parakeet", +"shell_plating", +"shell_shock", +"shell_stitch", +"shellac", +"shellac_varnish", +"shellac_wax", +"shellbark", +"shellbark_hickory", +"sheller", +"shelley", +"shellfire", +"shellfish", +"shellflower", +"shelling", +"shelter", +"shelter_deck", +"shelter_tent", +"shelterbelt", +"sheltered_workshop", +"shelton_jackson_lee", +"shelver", +"shem", +"shema", +"shemozzle", +"shen-pao", +"shenandoah_national_park", +"shenandoah_river", +"shenandoah_valley", +"shenanigan", +"shenyang", +"shepard", +"shepherd", +"shepherd's_clock", +"shepherd's_crook", +"shepherd's_pie", +"shepherd's_pipe", +"shepherd's_pouch", +"shepherd's_purse", +"shepherd_dog", +"shepherdess", +"sheraton", +"sherbert", +"sherbet", +"sherd", +"sheridan", +"sheriff", +"sheriff's_sale", +"sherlock", +"sherlock_holmes", +"sherman", +"sherpa", +"sherrington", +"sherry", +"sherwood", +"sherwood_anderson", +"sherwood_forest", +"shetland", +"shetland_islands", +"shetland_pony", +"shetland_sheep_dog", +"shetland_sheepdog", +"shetland_wool", +"shevat", +"shevchenko", +"shf", +"shi'ite", +"shi'ite_muslim", +"shia", +"shia_muslim", +"shiah", +"shiah_islam", +"shiatsu", +"shibah", +"shibboleth", +"shield", +"shield_fern", +"shield_of_david", +"shielder", +"shielding", +"shift", +"shift_key", +"shift_register", +"shifter", +"shiftiness", +"shifting", +"shiftlessness", +"shiga_bacillus", +"shigella", +"shigella_dysentariae", +"shigellosis", +"shih-tzu", +"shiism", +"shiitake", +"shiitake_mushroom", +"shiite", +"shiite_muslim", +"shikoku", +"shiksa", +"shikse", +"shill", +"shillalah", +"shillelagh", +"shilling", +"shillyshally", +"shiloh", +"shim", +"shimchath_torah", +"shimmer", +"shimmy", +"shin", +"shin_bet", +"shin_bone", +"shin_guard", +"shin_splints", +"shina", +"shinbone", +"shindig", +"shindy", +"shine", +"shiner", +"shingle", +"shingle_oak", +"shingle_tree", +"shingler", +"shingles", +"shingling", +"shingon", +"shininess", +"shining", +"shining_clubmoss", +"shining_path", +"shining_sumac", +"shining_willow", +"shinleaf", +"shinney", +"shinny", +"shinpad", +"shinplaster", +"shinto", +"shintoism", +"shintoist", +"shiny_lyonia", +"ship", +"ship's_bell", +"ship's_boat", +"ship's_chandler", +"ship's_company", +"ship's_galley", +"ship's_officer", +"ship's_papers", +"ship-breaker", +"ship-towed_long-range_acoustic_detection_system", +"ship_biscuit", +"ship_broker", +"ship_builder", +"ship_building", +"ship_canal", +"ship_chandler", +"ship_money", +"ship_of_the_line", +"ship_route", +"shipboard_duty", +"shipboard_soldier", +"shipboard_system", +"shipbuilder", +"shipbuilding", +"shipbuilding_industry", +"shipload", +"shipmate", +"shipment", +"shipowner", +"shipper", +"shipping", +"shipping_agent", +"shipping_articles", +"shipping_clerk", +"shipping_company", +"shipping_fever", +"shipping_office", +"shipping_pneumonia", +"shipping_room", +"shipside", +"shipway", +"shipworm", +"shipwreck", +"shipwreck_survivor", +"shipwright", +"shipyard", +"shiraz", +"shire", +"shire_horse", +"shire_town", +"shirer", +"shirker", +"shirking", +"shirley_temple", +"shirley_temple_black", +"shirodkar's_operation", +"shirred_egg", +"shirring", +"shirt", +"shirt_button", +"shirtdress", +"shirtfront", +"shirting", +"shirtlifter", +"shirtmaker", +"shirtsleeve", +"shirtsleeves", +"shirttail", +"shirtwaist", +"shirtwaister", +"shish_kebab", +"shisha", +"shit", +"shite", +"shithead", +"shitlist", +"shittah", +"shittah_tree", +"shitter", +"shittim", +"shittimwood", +"shitting", +"shitwork", +"shiv", +"shiva", +"shivah", +"shivaism", +"shivaist", +"shivaree", +"shiver", +"shivering", +"shlemiel", +"shlep", +"shlepper", +"shlimazel", +"shlock", +"shlockmeister", +"shmaltz", +"shmear", +"shmegegge", +"shmo", +"shmooze", +"shmuck", +"shnook", +"shnorrer", +"shoal", +"shoat", +"shock", +"shock_absorber", +"shock_therapy", +"shock_treatment", +"shock_troops", +"shock_wave", +"shocker", +"shockley", +"shoddiness", +"shoddy", +"shoe", +"shoe-shop", +"shoe_black", +"shoe_bomb", +"shoe_collar", +"shoe_industry", +"shoe_lace", +"shoe_leather", +"shoe_polish", +"shoe_repairing", +"shoe_shop", +"shoe_store", +"shoe_string", +"shoebill", +"shoebird", +"shoeblack", +"shoeblack_plant", +"shoebox", +"shoeful", +"shoehorn", +"shoelace", +"shoemaker", +"shoemaker's_last", +"shoemaking", +"shoes", +"shoeshine", +"shoestring", +"shoestring_catch", +"shoestring_fungus", +"shoetree", +"shofar", +"shogi", +"shogun", +"shogunate", +"shoji", +"sholem_asch", +"sholom_asch", +"shona", +"shoo-in", +"shoo_fly", +"shoofly", +"shoofly_pie", +"shook", +"shoot", +"shoot-'em-up", +"shoot-down", +"shooter", +"shooting", +"shooting_box", +"shooting_brake", +"shooting_gallery", +"shooting_iron", +"shooting_lodge", +"shooting_preserve", +"shooting_range", +"shooting_script", +"shooting_star", +"shooting_stick", +"shootout", +"shop", +"shop_assistant", +"shop_bell", +"shop_boy", +"shop_class", +"shop_clerk", +"shop_floor", +"shop_girl", +"shop_mechanic", +"shop_steward", +"shop_talk", +"shop_window", +"shopaholic", +"shopfront", +"shophar", +"shopkeeper", +"shoplifter", +"shoplifting", +"shopper", +"shopping", +"shopping_bag", +"shopping_basket", +"shopping_cart", +"shopping_center", +"shopping_centre", +"shopping_list", +"shopping_mall", +"shopwalker", +"shopwindow", +"shore", +"shore_bird", +"shore_boulder", +"shore_duty", +"shore_leave", +"shore_patrol", +"shore_pine", +"shore_station", +"shorea", +"shorea_teysmanniana", +"shorebird", +"shoreline", +"shoring", +"shoring_up", +"short", +"short's_aster", +"short-billed_marsh_wren", +"short-grass", +"short-horned_grasshopper", +"short-leaf_pine", +"short-spurred_fragrant_orchid", +"short-staple_cotton", +"short-stop", +"short-stop_bath", +"short-tailed_shrew", +"short-term_memory", +"short-toed_eagle", +"short_account", +"short_aria", +"short_bone", +"short_circuit", +"short_covering", +"short_division", +"short_gastric_artery", +"short_hundredweight", +"short_iron", +"short_letter", +"short_line", +"short_list", +"short_order", +"short_pants", +"short_ribs", +"short_sale", +"short_saphenous_vein", +"short_selling", +"short_shrift", +"short_sleep", +"short_sleeve", +"short_story", +"short_subject", +"short_temper", +"short_ton", +"short_wave", +"short_whist", +"shortage", +"shortbread", +"shortbread_cookie", +"shortcake", +"shortcoming", +"shortcut", +"shortener", +"shortening", +"shortfall", +"shortfin_mako", +"shortgrass", +"shorthand", +"shorthand_typist", +"shorthorn", +"shortia", +"shortia_galacifolia", +"shortleaf_pine", +"shortleaf_yellow_pine", +"shortlist", +"shortness", +"shortness_of_breath", +"shorts", +"shortsightedness", +"shortstop", +"shorttail_weasel", +"shortwave_diathermy_machine", +"shoshone", +"shoshonean", +"shoshonean_language", +"shoshoni", +"shoshonian", +"shoshonian_language", +"shostakovich", +"shot", +"shot_glass", +"shot_hole", +"shot_metal", +"shot_put", +"shot_putter", +"shot_tower", +"shote", +"shotgun", +"shotgun_shell", +"shoulder", +"shoulder_bag", +"shoulder_blade", +"shoulder_board", +"shoulder_bone", +"shoulder_flash", +"shoulder_girdle", +"shoulder_holster", +"shoulder_joint", +"shoulder_mark", +"shoulder_pad", +"shoulder_patch", +"shoulder_strap", +"shoulder_vise", +"shouldered_arch", +"shout", +"shouter", +"shouting", +"shove", +"shove-ha'penny", +"shove-halfpenny", +"shovel", +"shovel_board", +"shovel_hat", +"shovelboard", +"shoveler", +"shovelful", +"shovelhead", +"shoveller", +"shovelnose_catfish", +"shover", +"show", +"show-off", +"show-stopper", +"show_bill", +"show_biz", +"show_business", +"show_card", +"show_me_state", +"show_time", +"show_trial", +"show_window", +"showboat", +"showcase", +"showdown", +"shower", +"shower_bath", +"shower_cap", +"shower_curtain", +"shower_room", +"shower_stall", +"showerhead", +"showgirl", +"showiness", +"showing", +"showjumping", +"showman", +"showmanship", +"showpiece", +"showplace", +"showroom", +"showstopper", +"showtime", +"showy_daisy", +"showy_goldenrod", +"showy_lady's-slipper", +"showy_lady_slipper", +"showy_milkweed", +"showy_orchis", +"showy_sunflower", +"shrapnel", +"shred", +"shredder", +"shreveport", +"shrew", +"shrew_mole", +"shrewdness", +"shrewishness", +"shrewmouse", +"shriek", +"shrieking", +"shrift", +"shrike", +"shrilling", +"shrillness", +"shrimp", +"shrimp-fish", +"shrimp_butter", +"shrimp_cocktail", +"shrimp_newburg", +"shrimp_sauce", +"shrimper", +"shrimpfish", +"shrine", +"shrink", +"shrink-wrap", +"shrink-wrapped_software", +"shrinkage", +"shrinking", +"shrinking_violet", +"shroud", +"shrove_tuesday", +"shrovetide", +"shrub", +"shrubbery", +"shrubby_bittersweet", +"shrubby_penstemon", +"shrubby_st_john's_wort", +"shrublet", +"shrug", +"shtick", +"shtickl", +"shtik", +"shtikl", +"shtup", +"shua", +"shuck", +"shucks", +"shudder", +"shudra", +"shuffle", +"shuffleboard", +"shuffler", +"shuffling", +"shufti", +"shuha_shinto", +"shumac", +"shumard_oak", +"shumard_red_oak", +"shun_giku", +"shunning", +"shunt", +"shunt_circuit", +"shunter", +"shut-in", +"shutdown", +"shute", +"shuteye", +"shutout", +"shutter", +"shutterbug", +"shutting", +"shutting_post", +"shuttle", +"shuttle_bus", +"shuttle_diplomacy", +"shuttle_helicopter", +"shuttlecock", +"shuttlecock_fern", +"shwa", +"shy", +"shy_person", +"shylock", +"shyness", +"shyster", +"si", +"si_system", +"si_unit", +"sial", +"sialadenitis", +"sialia", +"sialidae", +"sialis", +"sialis_lutaria", +"sialolith", +"siam", +"siamang", +"siamese", +"siamese_cat", +"siamese_connection", +"siamese_twin", +"sian", +"sib", +"sibelius", +"siberia", +"siberian", +"siberian_crab", +"siberian_crab_apple", +"siberian_elm", +"siberian_husky", +"siberian_larch", +"siberian_millet", +"siberian_pea_tree", +"siberian_spruce", +"siberian_wall_flower", +"sibilant", +"sibilant_consonant", +"sibilation", +"sibine", +"sibley_tent", +"sibling", +"sibyl", +"siccative", +"sichuan", +"sicilia", +"sicilian", +"sicilian_mafia", +"sicilian_pizza", +"sicily", +"sick", +"sick_bag", +"sick_benefit", +"sick_berth", +"sick_call", +"sick_headache", +"sick_joke", +"sick_leave", +"sick_list", +"sick_parade", +"sick_pay", +"sick_person", +"sickbag", +"sickbay", +"sickbed", +"sickeningness", +"sickle", +"sickle-cell_anaemia", +"sickle-cell_anemia", +"sickle-cell_disease", +"sickle_alfalfa", +"sickle_cell", +"sickle_feather", +"sickle_lucerne", +"sickle_medick", +"sicklepod", +"sickleweed_golden_aster", +"sickness", +"sickness_benefit", +"sickroom", +"sid_caesar", +"sida", +"sida_hermaphrodita", +"sida_rhombifolia", +"sida_spinosa", +"sidalcea", +"sidalcea_malviflora", +"siddhartha", +"siddons", +"side", +"side-blotched_lizard", +"side-glance", +"side-look", +"side-wheeler", +"side-whiskers", +"side_arm", +"side_chair", +"side_chapel", +"side_dish", +"side_door", +"side_drum", +"side_effect", +"side_entrance", +"side_horse", +"side_judge", +"side_of_bacon", +"side_of_beef", +"side_of_meat", +"side_of_pork", +"side_order", +"side_pocket", +"side_road", +"side_street", +"side_view", +"side_yard", +"sidebar", +"sideboard", +"sideburn", +"sidecar", +"sidekick", +"sidelight", +"sideline", +"sidereal_day", +"sidereal_hour", +"sidereal_month", +"sidereal_time", +"sidereal_year", +"siderite", +"sideritis", +"sideroblast", +"sideroblastic_anaemia", +"sideroblastic_anemia", +"siderochrestic_anaemia", +"siderochrestic_anemia", +"siderocyte", +"sideropenia", +"siderophilin", +"siderosis", +"sidesaddle", +"sideshow", +"sideslip", +"sidesman", +"sidesplitter", +"sidestep", +"sidestroke", +"sideswipe", +"sidetrack", +"sidewalk", +"sidewall", +"sidewinder", +"siding", +"sidney", +"sidney_caesar", +"sidney_james_webb", +"sidney_poitier", +"sidney_webb", +"sidon", +"sidonie-gabrielle_claudine_colette", +"sidonie-gabrielle_colette", +"sids", +"siege", +"siege_of_orleans", +"siege_of_syracuse", +"siege_of_vicksburg", +"siege_of_yorktown", +"siege_perilous", +"siegfried", +"siegfried_line", +"siemens", +"sienna", +"sierra", +"sierra_leone", +"sierra_leone_monetary_unit", +"sierra_leonean", +"sierra_lodgepole_pine", +"sierra_madre_occidental", +"sierra_madre_oriental", +"sierra_nevada", +"sierra_nevada_mountains", +"sierra_plum", +"sierra_redwood", +"siesta", +"sieur_de_lasalle", +"sieva_bean", +"sieve", +"sieve_tube", +"sif", +"sifter", +"sifting", +"sigeh", +"sigh", +"sight", +"sight_bill", +"sight_draft", +"sight_gag", +"sight_setting", +"sightedness", +"sighting", +"sightlessness", +"sightreader", +"sights", +"sightseeing", +"sightseer", +"sigint", +"sigma", +"sigmodon", +"sigmodon_hispidus", +"sigmoid_colon", +"sigmoid_flexure", +"sigmoid_sinus", +"sigmoid_vein", +"sigmoidectomy", +"sigmoidoscope", +"sigmoidoscopy", +"sigmund_freud", +"sigmund_romberg", +"sign", +"sign_industry", +"sign_language", +"sign_manual", +"sign_of_the_cross", +"sign_of_the_zodiac", +"sign_painter", +"signage", +"signal", +"signal-to-noise", +"signal-to-noise_ratio", +"signal/noise", +"signal/noise_ratio", +"signal_box", +"signal_caller", +"signal_detection", +"signal_fire", +"signal_flag", +"signal_level", +"signal_light", +"signal_tower", +"signaler", +"signaling", +"signaling_device", +"signalisation", +"signalization", +"signaller", +"signalman", +"signals_intelligence", +"signatory", +"signature", +"signature_recognition", +"signature_tune", +"signboard", +"signer", +"signet", +"signet_ring", +"significance", +"significant_digit", +"significant_figure", +"significant_other", +"signification", +"signified", +"signifier", +"signing", +"signior", +"signor", +"signora", +"signore", +"signorina", +"signory", +"signpost", +"sigrid_undset", +"sigurd", +"sigyn", +"sihasapa", +"sika", +"sikh", +"sikhism", +"sikkim", +"sikorsky", +"silage", +"sild", +"sildenafil", +"sildenafil_citrate", +"silence", +"silencer", +"silene", +"silene_acaulis", +"silene_caroliniana", +"silene_dioica", +"silene_latifolia", +"silene_uniflora", +"silene_virginica", +"silene_vulgaris", +"silent_butler", +"silent_movie", +"silent_partner", +"silent_person", +"silent_picture", +"silent_treatment", +"silents", +"silenus", +"silesia", +"silex", +"silhouette", +"silica", +"silica_gel", +"silicate", +"silicic_acid", +"silicide", +"silicle", +"silicon", +"silicon_bronze", +"silicon_carbide", +"silicon_chip", +"silicon_dioxide", +"silicon_oxide", +"silicon_valley", +"silicone", +"silicone_polymer", +"silicone_resin", +"silicone_rubber", +"silicosis", +"siliqua", +"silique", +"silk", +"silk-cotton_tree", +"silk_cotton", +"silk_gland", +"silk_grass", +"silk_hat", +"silk_oak", +"silk_road", +"silk_screen_print", +"silk_stocking", +"silk_tree", +"silk_vine", +"silk_wood", +"silkgrass", +"silkiness", +"silks", +"silkscreen", +"silkweed", +"silkwood", +"silkworm", +"silkworm_moth", +"silkworm_seed", +"silky_anteater", +"silky_cornel", +"silky_dogwood", +"silky_elm", +"silky_oak", +"silky_pocket_mouse", +"silky_tamarin", +"silky_terrier", +"silky_willow", +"silky_wisteria", +"sill", +"sillabub", +"sillaginidae", +"sillago", +"silliness", +"sills", +"silly", +"silly_season", +"silo", +"siloxane", +"silphium", +"silphium_laciniatum", +"silt", +"siltstone", +"silurian", +"silurian_period", +"silurid", +"silurid_fish", +"siluridae", +"siluriform_fish", +"siluriformes", +"silurus", +"silurus_glanis", +"silva", +"silvan", +"silvanus", +"silver", +"silver-bell_tree", +"silver-bush", +"silver-lace", +"silver-leaved_nettle", +"silver-leaved_nightshade", +"silver-leaved_poplar", +"silver-tip", +"silver-worker", +"silver_age", +"silver_ash", +"silver_beech", +"silver_bell", +"silver_berry", +"silver_birch", +"silver_bromide", +"silver_bullet", +"silver_certificate", +"silver_chloride", +"silver_city", +"silver_cord", +"silver_dollar", +"silver_fern", +"silver_fir", +"silver_fox", +"silver_grass", +"silver_gray", +"silver_grey", +"silver_hake", +"silver_iodide", +"silver_jenny", +"silver_jubilee", +"silver_lace", +"silver_lace_vine", +"silver_lime", +"silver_linden", +"silver_lining", +"silver_maple", +"silver_medal", +"silver_mine", +"silver_nitrate", +"silver_oak", +"silver_perch", +"silver_pine", +"silver_plate", +"silver_protein", +"silver_quandong", +"silver_quandong_tree", +"silver_sage", +"silver_sagebrush", +"silver_salmon", +"silver_screen", +"silver_solder", +"silver_spoon", +"silver_spruce", +"silver_standard", +"silver_star", +"silver_star_medal", +"silver_state", +"silver_storm", +"silver_thatch", +"silver_tree", +"silver_tree_fern", +"silver_vine", +"silver_wattle", +"silver_wedding_anniversary", +"silver_whiting", +"silver_willow", +"silverback", +"silverbell_tree", +"silverberry", +"silverbush", +"silverfish", +"silverleaf_nightshade", +"silverpoint", +"silverrod", +"silverside", +"silversides", +"silversmith", +"silverspot", +"silverstein", +"silversword", +"silvertip", +"silvertop_palmetto", +"silvervine", +"silverware", +"silverweed", +"silverwork", +"silverworker", +"silvery_spleenwort", +"silvery_wormwood", +"silvex", +"silvia", +"silvia_atricapilla", +"silviculture", +"silybum", +"silybum_marianum", +"sima", +"simal", +"simarouba", +"simarouba_amara", +"simarouba_glauca", +"simaroubaceae", +"simazine", +"simchas_torah", +"simchat_torah", +"simenon", +"simeon", +"simhat_torah", +"simhath_torah", +"simian", +"similarity", +"simile", +"similitude", +"simmer", +"simmering", +"simmpleness", +"simnel", +"simoleons", +"simon", +"simon_bolivar", +"simon_de_montfort", +"simon_kuznets", +"simon_legree", +"simon_marks", +"simon_newcomb", +"simon_peter", +"simon_the_canaanite", +"simon_the_zealot", +"simon_zelotes", +"simone_de_beauvoir", +"simone_weil", +"simoniz", +"simony", +"simoom", +"simoon", +"simper", +"simperer", +"simple", +"simple_absence", +"simple_closed_curve", +"simple_eye", +"simple_fraction", +"simple_fracture", +"simple_fruit", +"simple_harmonic_motion", +"simple_interest", +"simple_leaf", +"simple_machine", +"simple_mastectomy", +"simple_microscope", +"simple_mindedness", +"simple_pendulum", +"simple_phobia", +"simple_pistil", +"simple_protein", +"simple_regression", +"simple_sentence", +"simple_sugar", +"simpleness", +"simpleton", +"simplicity", +"simplification", +"simplism", +"simpson", +"simpson_desert", +"simulacrum", +"simulated_military_operation", +"simulation", +"simulative_electronic_deception", +"simulator", +"simulcast", +"simuliidae", +"simulium", +"simultaneity", +"simultaneous_equations", +"simultaneous_operation", +"simultaneousness", +"simvastatin", +"sin", +"sinai", +"sinai_desert", +"sinai_peninsula", +"sinanthropus", +"sinapis", +"sinapis_alba", +"sinapis_arvensis", +"sinapism", +"sinatra", +"sinbad", +"sinbad_the_sailor", +"sincerity", +"sinciput", +"sinclair", +"sinclair_lewis", +"sind", +"sindhi", +"sine", +"sine_curve", +"sine_qua_non", +"sine_wave", +"sinecure", +"sinequan", +"sinew", +"sinfulness", +"sing-kwa", +"singalong", +"singan", +"singapore", +"singapore_dollar", +"singapore_island", +"singaporean", +"singe", +"singer", +"singhalese", +"singing", +"singing_voice", +"single", +"single-breasted_jacket", +"single-breasted_suit", +"single-entry_bookkeeping", +"single-foot", +"single-leaf", +"single-leaf_pine", +"single-leaf_pinyon", +"single-member_system", +"single-mindedness", +"single-propeller_plane", +"single-reed_instrument", +"single-reed_woodwind", +"single-rotor_helicopter", +"single-spacing", +"single-valued_function", +"single_bed", +"single_combat", +"single_cream", +"single_crochet", +"single_dwelling", +"single_entry", +"single_file", +"single_nucleotide_polymorphism", +"single_prop", +"single_quote", +"single_shell", +"single_stitch", +"single_supplement", +"single_tax", +"singleness", +"singles", +"singlestick", +"singlet", +"singletary_pea", +"singleton", +"singsong", +"singular", +"singular_form", +"singular_matrix", +"singularity", +"singultus", +"sinhala", +"sinhalese", +"sinistrality", +"sinitic", +"sinitic_language", +"sink", +"sinker", +"sinkhole", +"sinkiang", +"sinking", +"sinking_feeling", +"sinking_fund", +"sinking_spell", +"sinlessness", +"sinn_fein", +"sinner", +"sinning", +"sinningia", +"sinningia_speciosa", +"sino-japanese_war", +"sino-tibetan", +"sino-tibetan_language", +"sinoatrial_node", +"sinologist", +"sinology", +"sinoper", +"sinopia", +"sinopis", +"sinornis", +"sinuosity", +"sinuousness", +"sinus", +"sinus_cavernosus", +"sinus_coronarius", +"sinus_ethmoidales", +"sinus_headache", +"sinus_paranasales", +"sinus_rectus", +"sinus_sigmoideus", +"sinus_transversus", +"sinus_venosus_sclerae", +"sinusitis", +"sinusoid", +"sinusoidal_projection", +"sion", +"siouan", +"siouan_language", +"sioux", +"sioux_city", +"sioux_falls", +"sip", +"sipah-e-sahaba", +"siphon", +"siphonaptera", +"siphonophora", +"siphonophore", +"sipper", +"sipuncula", +"sipunculid", +"siqueiros", +"sir", +"sir_alan_hodgkin", +"sir_alec_guinness", +"sir_alexander_fleming", +"sir_alexander_korda", +"sir_alexander_mackenzie", +"sir_alexander_robertus_todd", +"sir_alfred_charles_bernard_lovell", +"sir_alfred_hitchcock", +"sir_angus_wilson", +"sir_anthony_hopkins", +"sir_anthony_philip_hopkins", +"sir_anthony_vandyke", +"sir_arthur_conan_doyle", +"sir_arthur_john_evans", +"sir_arthur_stanley_eddington", +"sir_arthur_sullivan", +"sir_arthur_travers_harris", +"sir_barton", +"sir_bernard_law_montgomery", +"sir_bernard_lovell", +"sir_bernard_williams", +"sir_charles_leonard_woolley", +"sir_charles_scott_sherrington", +"sir_charles_spencer_chaplin", +"sir_charles_wheatstone", +"sir_charles_william_siemens", +"sir_christopher_wren", +"sir_clive_marles_sinclair", +"sir_david_alexander_cecil_low", +"sir_david_bruce", +"sir_david_low", +"sir_edmund_hillary", +"sir_edmund_percival_hillary", +"sir_edward_elgar", +"sir_edward_victor_appleton", +"sir_edward_william_elgar", +"sir_edwin_landseer_luytens", +"sir_edwin_lutyens", +"sir_ernst_boris_chain", +"sir_francis_bacon", +"sir_francis_drake", +"sir_francis_galton", +"sir_frank_whittle", +"sir_fred_hoyle", +"sir_frederick_ashton", +"sir_frederick_gowland_hopkins", +"sir_frederick_grant_banting", +"sir_frederick_handley_page", +"sir_frederick_william_herschel", +"sir_galahad", +"sir_gawain", +"sir_geoffrey_wilkinson", +"sir_george_otto_trevelyan", +"sir_george_paget_thomson", +"sir_geraint", +"sir_hans_adolf_krebs", +"sir_harold_george_nicolson", +"sir_harold_walter_kroto", +"sir_harry_maclennan_lauder", +"sir_henry_bessemer", +"sir_henry_joseph_wood", +"sir_henry_maxmilian_beerbohm", +"sir_henry_morgan", +"sir_henry_morton_stanley", +"sir_henry_percy", +"sir_henry_rider_haggard", +"sir_henry_wood", +"sir_herbert_beerbohm_tree", +"sir_hiram_stevens_maxim", +"sir_howard_walter_florey", +"sir_humphrey_davy", +"sir_humphrey_gilbert", +"sir_isaac_newton", +"sir_isaac_pitman", +"sir_jack_hobbs", +"sir_jacob_epstein", +"sir_james_augustus_henry_murray", +"sir_james_augustus_murray", +"sir_james_clark_ross", +"sir_james_dewar", +"sir_james_george_frazer", +"sir_james_matthew_barrie", +"sir_james_murray", +"sir_james_paget", +"sir_james_paul_mccartney", +"sir_james_young_simpson", +"sir_john_carew_eccles", +"sir_john_cockcroft", +"sir_john_cowdery_kendrew", +"sir_john_douglas_cockcroft", +"sir_john_everett_millais", +"sir_john_falstaff", +"sir_john_frederick_william_herschel", +"sir_john_gielgud", +"sir_john_hawkins", +"sir_john_hawkyns", +"sir_john_herschel", +"sir_john_ross", +"sir_john_suckling", +"sir_john_tenniel", +"sir_john_vanbrigh", +"sir_joseph_banks", +"sir_joseph_john_thomson", +"sir_joseph_paxton", +"sir_joshua_reynolds", +"sir_karl_raimund_popper", +"sir_lancelot", +"sir_laurence_kerr_olivier", +"sir_leonard_hutton", +"sir_leonard_woolley", +"sir_leslie_stephen", +"sir_martin_frobisher", +"sir_matthew_flinders", +"sir_mortimer_wheeler", +"sir_noel_pierce_coward", +"sir_oliver_joseph_lodge", +"sir_oliver_lodge", +"sir_patrick_manson", +"sir_paul_gavrilovich_vinogradoff", +"sir_peter_brian_medawar", +"sir_peter_paul_rubens", +"sir_peter_ustinov", +"sir_philip_sidney", +"sir_rabindranath_tagore", +"sir_ralph_david_richardson", +"sir_rex_harrison", +"sir_richard_burton", +"sir_richard_francis_burton", +"sir_richard_owen", +"sir_richrd_steele", +"sir_robert_eric_mortimer_wheeler", +"sir_robert_peel", +"sir_robert_robinson", +"sir_robert_walpole", +"sir_roger_gilbert_bannister", +"sir_ronald_ross", +"sir_sarvepalli_radhakrishnan", +"sir_seretse_khama", +"sir_stephen_harold_spender", +"sir_terence_mervyn_rattigan", +"sir_thomas_gresham", +"sir_thomas_lawrence", +"sir_thomas_malory", +"sir_thomas_more", +"sir_thomas_raffles", +"sir_thomas_stamford_raffles", +"sir_thomas_wyat", +"sir_thomas_wyatt", +"sir_tim_rice", +"sir_tom_stoppard", +"sir_walter_norman_haworth", +"sir_walter_ralegh", +"sir_walter_raleigh", +"sir_walter_scott", +"sir_william_alexander_craigie", +"sir_william_chambers", +"sir_william_crookes", +"sir_william_gerald_golding", +"sir_william_gilbert", +"sir_william_herschel", +"sir_william_huggins", +"sir_william_rowan_hamilton", +"sir_william_turner_walton", +"sir_william_wallace", +"sir_william_walton", +"sir_winston_leonard_spenser_churchill", +"sir_yehudi_menuhin", +"sirach", +"siracusa", +"siraj-ud-daula", +"sirc", +"sirdar", +"sire", +"siren", +"siren_call", +"siren_song", +"sirenia", +"sirenian", +"sirenian_mammal", +"sirenidae", +"siriasis", +"siris", +"siris_tree", +"sirius", +"sirloin", +"sirloin_steak", +"sirloin_tip", +"sirocco", +"sirrah", +"sirup", +"sis", +"sisal", +"sisal_family", +"sisal_hemp", +"sise", +"sisham", +"siskin", +"siskiyou_lewisia", +"sison", +"sison_amomum", +"sissiness", +"sissoo", +"sissu", +"sissy", +"sister", +"sister-in-law", +"sister_ship", +"sisterhood", +"sistership", +"sistine_chapel", +"sistrurus", +"sistrurus_catenatus", +"sistrurus_miliaris", +"sisymbrium_barbarea", +"sisymbrium_officinale", +"sisymbrium_tanacetifolia", +"sisyphus", +"sisyridae", +"sisyrinchium", +"sit-down", +"sit-down_strike", +"sit-in", +"sit-up", +"sita", +"sitar", +"sitar_player", +"sitcom", +"site", +"site_visit", +"sitka", +"sitka_spruce", +"sitka_willow", +"sitophylus", +"sitophylus_oryzae", +"sitotroga", +"sitotroga_cerealella", +"sitsang", +"sitta", +"sitta_canadensis", +"sitta_carolinensis", +"sitta_europaea", +"sitter", +"sittidae", +"sitting", +"sitting_bull", +"sitting_duck", +"sitting_room", +"sitting_trot", +"situation", +"situation_comedy", +"sitwell", +"sitz_bath", +"sium", +"sium_latifolium", +"sium_sisarum", +"sium_suave", +"siva", +"sivaism", +"sivan", +"sivapithecus", +"siwan", +"six", +"six-day_war", +"six-footer", +"six-gilled_shark", +"six-gun", +"six-lined_racerunner", +"six-pack", +"six-shooter", +"six-spot", +"six_day_war", +"six_nations", +"six_pack", +"sixer", +"sixpack", +"sixpence", +"sixpenny_nail", +"sixsome", +"sixteen", +"sixteen_personality_factor_questionnaire", +"sixteenth", +"sixteenth_note", +"sixteenth_part", +"sixth", +"sixth-former", +"sixth_baron_byron_of_rochdale", +"sixth_cranial_nerve", +"sixth_crusade", +"sixth_sense", +"sixties", +"sixtieth", +"sixtus_iv", +"sixty", +"sixty-fourth", +"sixty-fourth_note", +"sixty-nine", +"size", +"size_constancy", +"size_of_it", +"size_stick", +"sizeableness", +"sizing", +"sizzle", +"sjaelland", +"sk-ampicillin", +"skag", +"skagens_odde", +"skagerak", +"skagerrak", +"skagit", +"skagway", +"skanda", +"skank", +"skate", +"skateboard", +"skateboarder", +"skateboarding", +"skater", +"skating", +"skating_rink", +"skaw", +"skeat", +"skedaddle", +"skeen_arch", +"skeet", +"skeet_shooting", +"skeeter_hawk", +"skeg", +"skein", +"skeletal_frame", +"skeletal_muscle", +"skeletal_structure", +"skeletal_system", +"skeleton", +"skeleton_fork_fern", +"skeleton_in_the_closet", +"skeleton_in_the_cupboard", +"skeleton_key", +"skeleton_shrimp", +"skene_arch", +"skep", +"skepful", +"skeptic", +"skepticism", +"sketch", +"sketch_block", +"sketch_map", +"sketch_pad", +"sketchbook", +"sketcher", +"sketchiness", +"skew_arch", +"skew_correlation", +"skewer", +"skewness", +"ski", +"ski-plane", +"ski_binding", +"ski_boot", +"ski_cap", +"ski_conditions", +"ski_jacket", +"ski_jump", +"ski_jumper", +"ski_jumping", +"ski_lift", +"ski_lodge", +"ski_mask", +"ski_parka", +"ski_pole", +"ski_race", +"ski_rack", +"ski_resort", +"ski_run", +"ski_slope", +"ski_tow", +"ski_trail", +"ski_wax", +"skiagram", +"skiagraph", +"skiagraphy", +"skibob", +"skid", +"skid_lid", +"skid_road", +"skid_row", +"skidder", +"skidpan", +"skier", +"skiff", +"skiffle", +"skiffle_group", +"skiing", +"skiing_race", +"skill", +"skilled_worker", +"skilled_workman", +"skillet", +"skillet_bread", +"skillet_cake", +"skillet_corn_bread", +"skillet_fish", +"skilletfish", +"skillfulness", +"skilly", +"skim", +"skim_milk", +"skimmed_milk", +"skimmer", +"skimming", +"skin", +"skin-dive", +"skin-diver", +"skin_and_bones", +"skin_cancer", +"skin_care", +"skin_cell", +"skin_color", +"skin_colour", +"skin_disease", +"skin_disorder", +"skin_diving", +"skin_doctor", +"skin_effect", +"skin_eruption", +"skin_flick", +"skin_graft", +"skin_patch", +"skin_perceptiveness", +"skin_rash", +"skin_sensation", +"skin_senses", +"skin_test", +"skin_tumor", +"skincare", +"skinflint", +"skinful", +"skinhead", +"skinheads", +"skink", +"skinner", +"skinnerian", +"skinniness", +"skinny", +"skinny-dip", +"skinny-dipper", +"skip", +"skip_distance", +"skip_rope", +"skipjack", +"skipjack_tuna", +"skipper", +"skipping_rope", +"skirl", +"skirmish", +"skirmisher", +"skirret", +"skirt", +"skirt_chaser", +"skirt_of_tasses", +"skirting_board", +"skit", +"skittishness", +"skittle", +"skittle_alley", +"skittle_ball", +"skittle_pin", +"skittles", +"skivvies", +"skivvy", +"skopje", +"skoplje", +"skua", +"skuld", +"skulduggery", +"skulker", +"skulking", +"skull", +"skull_and_crossbones", +"skull_practice", +"skull_session", +"skullcap", +"skullduggery", +"skunk", +"skunk-weed", +"skunk_bear", +"skunk_cabbage", +"skunkbush", +"skunkweed", +"sky", +"sky-blue", +"sky_burial", +"sky_glow", +"sky_marshal", +"sky_pilot", +"sky_wave", +"skybox", +"skycap", +"skydiver", +"skydiving", +"skye_terrier", +"skyhook", +"skylab", +"skylark", +"skylight", +"skyline", +"skyrocket", +"skysail", +"skyscraper", +"skywalk", +"skyway", +"skywriting", +"sl", +"slab", +"slack", +"slack_suit", +"slack_tide", +"slack_water", +"slackening", +"slacker", +"slacking", +"slackness", +"slacks", +"slag", +"slag_code", +"slagheap", +"slain", +"slaked_lime", +"slalom", +"slam", +"slam_dance", +"slam_dancing", +"slam_dunk", +"slammer", +"slander", +"slanderer", +"slang", +"slang_expression", +"slang_term", +"slanginess", +"slanguage", +"slant", +"slant-eye", +"slap", +"slapper", +"slapshot", +"slapstick", +"slash", +"slash_pocket", +"slasher", +"slask", +"slat", +"slate", +"slate-colored_junco", +"slate_club", +"slate_pencil", +"slate_roof", +"slater", +"slating", +"slattern", +"slatternliness", +"slaughter", +"slaughterer", +"slaughterhouse", +"slav", +"slave", +"slave-maker", +"slave-making_ant", +"slave_ant", +"slave_dealer", +"slave_driver", +"slave_market", +"slave_owner", +"slave_ship", +"slave_state", +"slave_trade", +"slave_trader", +"slave_traffic", +"slaveholder", +"slaveholding", +"slaver", +"slavery", +"slavey", +"slavic", +"slavic_language", +"slavic_people", +"slavic_race", +"slavonic", +"slavonic_language", +"slaw", +"slayer", +"slaying", +"sle", +"sleaze", +"sleaziness", +"sled", +"sled_dog", +"sledder", +"sledding", +"sledge", +"sledge_dog", +"sledgehammer", +"sleekness", +"sleep", +"sleep-learning", +"sleep_apnea", +"sleep_deprivation", +"sleep_disorder", +"sleep_talking", +"sleep_terror_disorder", +"sleeper", +"sleeper_cell", +"sleeper_goby", +"sleeper_nest", +"sleepiness", +"sleeping", +"sleeping_accommodation", +"sleeping_around", +"sleeping_bag", +"sleeping_beauty", +"sleeping_capsule", +"sleeping_car", +"sleeping_draught", +"sleeping_hibiscus", +"sleeping_partner", +"sleeping_pill", +"sleeping_room", +"sleeping_sickness", +"sleeping_tablet", +"sleepless_person", +"sleeplessness", +"sleepover", +"sleepwalker", +"sleepwalking", +"sleepwear", +"sleepy_dick", +"sleepy_sickness", +"sleepyhead", +"sleet", +"sleeve", +"sleigh", +"sleigh_bed", +"sleigh_bell", +"sleight", +"sleight_of_hand", +"slender-tailed_meerkat", +"slender_centaury", +"slender_knapweed", +"slender_lady_palm", +"slender_loris", +"slender_rush", +"slender_salamander", +"slender_spike_rush", +"slender_wheatgrass", +"slender_wild_oat", +"slenderness", +"sleuth", +"sleuthhound", +"sleuthing", +"slew", +"slews", +"slezsko", +"slice", +"slice_bar", +"slicer", +"slicing", +"slick", +"slick_magazine", +"slicker", +"slickness", +"slide", +"slide_action", +"slide_fastener", +"slide_projector", +"slide_rule", +"slide_valve", +"slider", +"slideway", +"sliding_board", +"sliding_door", +"sliding_keel", +"sliding_scale", +"sliding_seat", +"sliding_window", +"slight", +"slight_care", +"slightness", +"slim_chance", +"slime", +"slime_bacteria", +"slime_eels", +"slime_mold", +"slime_mould", +"slime_mushroom", +"sliminess", +"slimness", +"sling", +"slingback", +"slinger", +"slinger_ring", +"slinging", +"slingshot", +"slip", +"slip-joint_pliers", +"slip-on", +"slip-up", +"slip_carriage", +"slip_clutch", +"slip_coach", +"slip_friction_clutch", +"slip_noose", +"slip_of_paper", +"slip_of_the_tongue", +"slip_ring", +"slip_road", +"slip_stitch", +"slipcover", +"slipknot", +"slipover", +"slippage", +"slipped_disc", +"slipper", +"slipper_orchid", +"slipper_plant", +"slipper_spurge", +"slipperiness", +"slipperwort", +"slippery_dick", +"slippery_elm", +"slipskin_grape", +"slipstick", +"slipstream", +"slipway", +"slit", +"slit_lamp", +"slit_trench", +"sliver", +"slivovitz", +"slo-bid", +"sloanea", +"sloanea_jamaicensis", +"slob", +"slobber", +"slobberer", +"sloe", +"sloe_gin", +"slogan", +"sloganeer", +"sloganeering", +"slogger", +"sloop", +"sloop_of_war", +"slop", +"slop-seller", +"slop_basin", +"slop_bowl", +"slop_chest", +"slop_jar", +"slop_pail", +"slope", +"sloping_trough", +"sloppiness", +"sloppy_joe", +"slops", +"slopseller", +"slopseller's_shop", +"slopshop", +"slot", +"slot_machine", +"sloth", +"sloth_bear", +"slothfulness", +"slouch", +"slouch_hat", +"sloucher", +"slough", +"slough_grass", +"slough_of_despond", +"sloughing", +"slovak", +"slovak_republic", +"slovakia", +"slovakian_monetary_unit", +"sloven", +"slovene", +"slovenia", +"slovenian", +"slovenija", +"slovenliness", +"slovenly_person", +"slovenly_woman", +"slow-wittedness", +"slow_lane", +"slow_loris", +"slow_match", +"slow_motion", +"slow_time_scale", +"slow_virus", +"slowcoach", +"slowdown", +"slowing", +"slowness", +"slowpoke", +"slowworm", +"sls", +"slub", +"sludge", +"slug", +"slugabed", +"slugfest", +"sluggard", +"slugger", +"sluggishness", +"sluice", +"sluice_valve", +"sluicegate", +"sluiceway", +"slum", +"slum_area", +"slumber", +"slumber_party", +"slumberer", +"slumgullion", +"slump", +"slur", +"slurry", +"slush", +"slush_fund", +"slut", +"sluttishness", +"sluzhba_vneshney_razvedki", +"slyboots", +"slyness", +"sm", +"smack", +"smacker", +"smacking", +"small", +"small-arm", +"small-for-gestational-age_infant", +"small-leaved_lime", +"small-leaved_linden", +"small-particle_pollution", +"small_beer", +"small_boat", +"small_business_administration", +"small_businessman", +"small_calorie", +"small_cane", +"small_cap", +"small_capital", +"small_cell_carcinoma", +"small_change", +"small_civet", +"small_computer_system_interface", +"small_cranberry", +"small_farmer", +"small_fortune", +"small_fry", +"small_hours", +"small_indefinite_amount", +"small_indefinite_quantity", +"small_intestine", +"small_letter", +"small_loan_company", +"small_magellanic_cloud", +"small_person", +"small_print", +"small_ship", +"small_slam", +"small_stores", +"small_stuff", +"small_talk", +"small_town", +"small_voice", +"small_white", +"small_white_aster", +"smaller_pectoral_muscle", +"smalley", +"smalleye_hammerhead", +"smallholder", +"smallholding", +"smallmouth", +"smallmouth_bass", +"smallmouth_black_bass", +"smallmouthed_bass", +"smallmouthed_black_bass", +"smallness", +"smallpox", +"smallpox_virus", +"smalltooth_sawfish", +"smaltite", +"smarm", +"smarminess", +"smart", +"smart_aleck", +"smart_bomb", +"smart_card", +"smart_money", +"smart_set", +"smarta", +"smarting", +"smartness", +"smash", +"smash-up", +"smash_hit", +"smasher", +"smashing", +"smattering", +"smear", +"smear_test", +"smear_word", +"smegma", +"smell", +"smelling", +"smelling_bottle", +"smelling_salts", +"smelt", +"smelter", +"smeltery", +"smetana", +"smew", +"smidge", +"smidgen", +"smidgeon", +"smidgin", +"smilacaceae", +"smilax", +"smilax_aspera", +"smilax_rotundifolia", +"smile", +"smiledon", +"smiledon_californicus", +"smiler", +"smiley", +"smiling", +"smilo", +"smilo_grass", +"smirch", +"smirk", +"smirker", +"smitane", +"smith", +"smithereens", +"smithy", +"smitty_stevens", +"smock", +"smocking", +"smog", +"smogginess", +"smoke", +"smoke_alarm", +"smoke_bomb", +"smoke_bush", +"smoke_grenade", +"smoke_hole", +"smoke_screen", +"smoke_tree", +"smoked_eel", +"smoked_haddock", +"smoked_herring", +"smoked_mackerel", +"smoked_salmon", +"smokehouse", +"smokeless_powder", +"smoker", +"smokescreen", +"smokestack", +"smoking", +"smoking_car", +"smoking_carriage", +"smoking_compartment", +"smoking_gun", +"smoking_jacket", +"smoking_mixture", +"smoking_room", +"smoky_quartz", +"smolder", +"smolensk", +"smollett", +"smooch", +"smooching", +"smooth", +"smooth-haired_fox_terrier", +"smooth-leaved_elm", +"smooth_alder", +"smooth_aster", +"smooth_bark_kauri", +"smooth_crabgrass", +"smooth_darling_pea", +"smooth_dogfish", +"smooth_earthball", +"smooth_green_snake", +"smooth_hammerhead", +"smooth_lip_fern", +"smooth_muscle", +"smooth_muscle_cell", +"smooth_plane", +"smooth_softshell", +"smooth_sumac", +"smooth_winterberry_holly", +"smooth_woodsia", +"smoothbark", +"smoothbore", +"smoother", +"smoothhound", +"smoothhound_shark", +"smoothie", +"smoothing_iron", +"smoothing_plane", +"smoothness", +"smoothy", +"smorgasbord", +"smother", +"smotherer", +"smoulder", +"smsgt", +"smudge", +"smuggler", +"smuggling", +"smugness", +"smut", +"smut_fungus", +"smut_grass", +"smuts", +"smuttiness", +"smyrna", +"smyrnium", +"smyrnium_olusatrum", +"sn", +"snack", +"snack_bar", +"snack_counter", +"snack_food", +"snacker", +"snaffle", +"snaffle_bit", +"snafu", +"snag", +"snail", +"snail-flower", +"snail_bean", +"snail_butter", +"snail_darter", +"snail_flower", +"snail_mail", +"snailfish", +"snailflower", +"snake", +"snake's_head_fritillary", +"snake-fish", +"snake-head", +"snake-rail_fence", +"snake_charmer", +"snake_dance", +"snake_doctor", +"snake_eyes", +"snake_feeder", +"snake_fence", +"snake_fern", +"snake_god", +"snake_in_the_grass", +"snake_mackerel", +"snake_muishond", +"snake_oil", +"snake_palm", +"snake_pit", +"snake_plant", +"snake_polypody", +"snake_river", +"snake_venom", +"snake_wood", +"snakeberry", +"snakebird", +"snakebite", +"snakeblenny", +"snakefish", +"snakefly", +"snakehead", +"snakeroot", +"snakes_and_ladders", +"snakeweed", +"snakewood", +"snap", +"snap-brim_hat", +"snap_bean", +"snap_brim", +"snap_fastener", +"snap_line", +"snap_pea", +"snap_ring", +"snap_roll", +"snap_willow", +"snapdragon", +"snapline", +"snapper", +"snapping_beetle", +"snapping_shrimp", +"snapping_turtle", +"snappishness", +"snapshot", +"snapshot_program", +"snare", +"snare_drum", +"snarer", +"snarl", +"snarl-up", +"snatch", +"snatch_block", +"snatcher", +"snead", +"sneak", +"sneak_preview", +"sneak_thief", +"sneaker", +"sneakiness", +"sneer", +"sneerer", +"sneeze", +"sneezer", +"sneezeweed", +"sneezeweed_yarrow", +"sneezewort", +"sneezing", +"snellen", +"snellen_chart", +"snellen_test", +"snick", +"snicker", +"snickersnee", +"sniff", +"sniffer", +"sniffle", +"sniffler", +"snifter", +"snigger", +"snip", +"snipe", +"snipe_hunt", +"snipefish", +"sniper", +"sniper_rifle", +"snippet", +"snipping", +"snips", +"snit", +"snitch", +"snitcher", +"snivel", +"sniveler", +"sniveling", +"sniveller", +"sno-cat", +"snob", +"snobbery", +"snobbishness", +"snobbism", +"snoek", +"snogging", +"snood", +"snook", +"snooker", +"snooker_table", +"snoop", +"snooper", +"snoopiness", +"snoopy", +"snoot", +"snootiness", +"snooze", +"snore", +"snorer", +"snoring", +"snorkel", +"snorkel_breather", +"snorkel_diving", +"snorkeling", +"snort", +"snorter", +"snorting", +"snot", +"snout", +"snout_beetle", +"snow", +"snow-blindness", +"snow-in-summer", +"snow-on-the-mountain", +"snow_bank", +"snow_blower", +"snow_bunting", +"snow_chain", +"snow_eater", +"snow_flurry", +"snow_goose", +"snow_gum", +"snow_job", +"snow_leopard", +"snow_lily", +"snow_line", +"snow_mist", +"snow_mushroom", +"snow_orchid", +"snow_pea", +"snow_plant", +"snow_thrower", +"snow_tire", +"snow_trillium", +"snowball", +"snowbank", +"snowbell", +"snowberry", +"snowbird", +"snowblindness", +"snowboard", +"snowboarder", +"snowboarding", +"snowcap", +"snowdrift", +"snowdrop", +"snowdrop_anemone", +"snowdrop_tree", +"snowdrop_windflower", +"snowfall", +"snowfield", +"snowflake", +"snowman", +"snowmobile", +"snowplough", +"snowplow", +"snowshoe", +"snowshoe_hare", +"snowshoe_rabbit", +"snowstorm", +"snowsuit", +"snowy_egret", +"snowy_heron", +"snowy_orchid", +"snowy_tree_cricket", +"snp", +"snub", +"snuff", +"snuff-color", +"snuff-colour", +"snuff_user", +"snuffbox", +"snuffbox_fern", +"snuffer", +"snuffers", +"snuffle", +"snuffler", +"snug", +"snuggery", +"snuggle", +"snuggling", +"snugness", +"so", +"so-and-so", +"so_long", +"soak", +"soakage", +"soaker", +"soaking", +"soaking_up", +"soap", +"soap-rock", +"soap-weed", +"soap_bubble", +"soap_dish", +"soap_dispenser", +"soap_film", +"soap_flakes", +"soap_opera", +"soap_pad", +"soap_powder", +"soap_tree", +"soapberry", +"soapberry_family", +"soapberry_tree", +"soapberry_vine", +"soapbox", +"soapfish", +"soapiness", +"soaprock", +"soapstone", +"soapsuds", +"soapweed", +"soapwort", +"soapwort_gentian", +"soar", +"soaring", +"soave", +"sob", +"sob_sister", +"sob_story", +"sob_stuff", +"sobbing", +"soberness", +"sobersides", +"sobralia", +"sobriety", +"sobriquet", +"socage", +"soccer", +"soccer_ball", +"soccer_player", +"sociability", +"sociable", +"sociableness", +"social", +"social_action", +"social_activity", +"social_affair", +"social_anthropologist", +"social_anthropology", +"social_assistance", +"social_class", +"social_climber", +"social_club", +"social_contract", +"social_control", +"social_dancer", +"social_dancing", +"social_democracy", +"social_democratic_party", +"social_development_commission", +"social_disease", +"social_drinker", +"social_event", +"social_function", +"social_gathering", +"social_group", +"social_insect", +"social_insurance", +"social_intercourse", +"social_lion", +"social_movement", +"social_occasion", +"social_organisation", +"social_organization", +"social_phobia", +"social_policy", +"social_process", +"social_psychology", +"social_rank", +"social_reformer", +"social_relation", +"social_science", +"social_scientist", +"social_season", +"social_secretary", +"social_security", +"social_security_administration", +"social_security_number", +"social_service", +"social_station", +"social_status", +"social_stratification", +"social_structure", +"social_system", +"social_unit", +"social_welfare", +"social_work", +"social_worker", +"socialisation", +"socialiser", +"socialising", +"socialism", +"socialist", +"socialist_economy", +"socialist_labor_party", +"socialist_party", +"socialist_people's_libyan_arab_jamahiriya", +"socialist_republic_of_vietnam", +"socialite", +"sociality", +"socialization", +"socializer", +"socializing", +"society", +"society_islands", +"society_of_friends", +"society_of_jesus", +"socinian", +"socinus", +"socio-economic_class", +"sociobiologist", +"sociobiology", +"sociolinguist", +"sociolinguistics", +"sociologist", +"sociology", +"sociology_department", +"sociometry", +"sociopath", +"sociopathic_personality", +"sock", +"socket", +"socket_wrench", +"sockeye", +"sockeye_salmon", +"socle", +"socotra_begonia", +"socrates", +"socratic_irony", +"socratic_method", +"sod", +"sod's_law", +"sod_house", +"soda", +"soda_ash", +"soda_biscuit", +"soda_bottle", +"soda_can", +"soda_cracker", +"soda_fountain", +"soda_jerk", +"soda_jerker", +"soda_lime", +"soda_niter", +"soda_pop", +"soda_water", +"sodalist", +"sodalite", +"sodality", +"sodbuster", +"soddy", +"sodium", +"sodium-vapor_lamp", +"sodium-vapour_lamp", +"sodium_benzoate", +"sodium_bicarbonate", +"sodium_bichromate", +"sodium_carbonate", +"sodium_carboxymethyl_cellulose", +"sodium_chlorate", +"sodium_chloride", +"sodium_cyanide", +"sodium_dichromate", +"sodium_ethylmercurithiosalicylate", +"sodium_fluoride", +"sodium_hydride", +"sodium_hydrogen_carbonate", +"sodium_hydroxide", +"sodium_hypochlorite", +"sodium_iodide", +"sodium_lauryl_sulfate", +"sodium_lauryl_sulphate", +"sodium_nitrate", +"sodium_nitrite", +"sodium_orthophosphate", +"sodium_phosphate", +"sodium_pyrophosphate", +"sodium_salicylate", +"sodium_silicate", +"sodium_sulfate", +"sodium_sulphate", +"sodium_thiopental", +"sodium_thiosulfate", +"sodium_thiosulphate", +"sodium_tripolyphosphate", +"sodoku", +"sodom", +"sodomist", +"sodomite", +"sodomy", +"sofa", +"sofa_bed", +"soffit", +"sofia", +"sofia_scicolone", +"soft-cast_steel", +"soft-coated_wheaten_terrier", +"soft-cover", +"soft-cover_book", +"soft-finned_fish", +"soft-shell_clam", +"soft-shell_crab", +"soft-shelled_crab", +"soft-shelled_turtle", +"soft-shoe", +"soft-shoe_dancing", +"soft-shoe_shuffle", +"soft_coal", +"soft_copy", +"soft_corn", +"soft_diet", +"soft_drink", +"soft_drug", +"soft_flag", +"soft_glass", +"soft_goods", +"soft_ice_cream", +"soft_market", +"soft_money", +"soft_news", +"soft_option", +"soft_palate", +"soft_pedal", +"soft_pretzel", +"soft_roe", +"soft_roll", +"soft_rot", +"soft_rush", +"soft_scale", +"soft_sell", +"soft_shield_fern", +"soft_soap", +"soft_solder", +"soft_spot", +"soft_tick", +"soft_touch", +"soft_tree_fern", +"soft_water", +"soft_wheat", +"softback", +"softback_book", +"softball", +"softball_game", +"softener", +"softening", +"softheartedness", +"softie", +"softness", +"software", +"software_documentation", +"software_engineer", +"software_error", +"software_package", +"software_product", +"software_program", +"software_system", +"softwood", +"softy", +"sogginess", +"soh", +"soho", +"soil", +"soil_bank", +"soil_conditioner", +"soil_conservation", +"soil_erosion", +"soil_horizon", +"soil_pipe", +"soil_profile", +"soiling", +"soilure", +"soiree", +"soiree_musicale", +"soissons", +"soixante-neuf", +"soja", +"soja_bean", +"sojourn", +"sojourner", +"sojourner_truth", +"sokoro", +"sol", +"sol_hurok", +"sol_rojo", +"solace", +"solacement", +"solan", +"solan_goose", +"solanaceae", +"solanaceous_vegetable", +"solandra", +"solandra_guttata", +"solanopteris", +"solanopteris_bifrons", +"solant_goose", +"solanum", +"solanum_aviculare", +"solanum_burbankii", +"solanum_carolinense", +"solanum_commersonii", +"solanum_crispum", +"solanum_dulcamara", +"solanum_elaeagnifolium", +"solanum_giganteum", +"solanum_jamesii", +"solanum_jasmoides", +"solanum_macranthum", +"solanum_melanocerasum", +"solanum_melongena", +"solanum_nigrum", +"solanum_nigrum_guineese", +"solanum_pseudocapsicum", +"solanum_quitoense", +"solanum_rostratum", +"solanum_tuberosum", +"solanum_wendlandii", +"solanum_wrightii", +"solar_apex", +"solar_array", +"solar_battery", +"solar_calendar", +"solar_cell", +"solar_collector", +"solar_constant", +"solar_day", +"solar_dish", +"solar_eclipse", +"solar_energy", +"solar_flare", +"solar_furnace", +"solar_gravity", +"solar_halo", +"solar_heater", +"solar_house", +"solar_magnetic_field", +"solar_month", +"solar_panel", +"solar_parallax", +"solar_physics", +"solar_plexus", +"solar_power", +"solar_prominence", +"solar_radiation", +"solar_system", +"solar_telescope", +"solar_thermal_system", +"solar_trap", +"solar_wind", +"solar_year", +"solarisation", +"solarium", +"solarization", +"solder", +"solderer", +"soldering", +"soldering_flux", +"soldering_iron", +"soldier", +"soldier-fish", +"soldier_grainy_club", +"soldier_of_fortune", +"soldierfish", +"soldiering", +"soldiers_of_god", +"soldiership", +"soldiery", +"sole", +"solea", +"solea_lascaris", +"solea_solea", +"solecism", +"soledad", +"soledad_pine", +"soleidae", +"soleirolia", +"soleirolia_soleirolii", +"solemness", +"solemnisation", +"solemnity", +"solemnity_of_mary", +"solemnization", +"solenichthyes", +"solenidae", +"solenogaster", +"solenogastres", +"solenoid", +"solenopsis", +"solenostemon", +"solenostemon_blumei", +"solenostemon_scutellarioides", +"solent", +"soleus", +"soleus_muscle", +"solfa", +"solfa_syllable", +"solfege", +"solfeggio", +"solferino", +"solicitation", +"solicitor", +"solicitor_general", +"solicitorship", +"solicitousness", +"solicitude", +"solid", +"solid-state_physics", +"solid_angle", +"solid_body_substance", +"solid_figure", +"solid_food", +"solid_geometry", +"solid_ground", +"solid_solution", +"solid_state", +"solidago", +"solidago_bicolor", +"solidago_canadensis", +"solidago_missouriensis", +"solidago_multiradiata", +"solidago_nemoralis", +"solidago_odora", +"solidago_rugosa", +"solidago_sempervirens", +"solidago_spathulata", +"solidarity", +"solidification", +"solidifying", +"solidity", +"solidness", +"solidus", +"soliloquy", +"solingen", +"solipsism", +"solitaire", +"solitariness", +"solitary", +"solitary_confinement", +"solitary_pussytoes", +"solitary_vireo", +"solitary_wave", +"soliton", +"soliton_wave", +"solitude", +"solitudinarian", +"solleret", +"solmisation", +"solmization", +"solo", +"solo_blast", +"solo_homer", +"solo_man", +"soloist", +"solomon", +"solomon's-seal", +"solomon's_seal", +"solomon_bellow", +"solomon_guggenheim", +"solomon_hurok", +"solomon_islands", +"solomons", +"solon", +"solresol", +"solstice", +"solubility", +"soluble_glass", +"soluble_rna", +"solubleness", +"solute", +"solution", +"solvability", +"solvate", +"solvating_agent", +"solvation", +"solvay", +"solvay_process", +"solvency", +"solvent", +"solver", +"solving", +"solway_firth", +"solzhenitsyn", +"som", +"soma", +"somaesthesia", +"somaesthesis", +"somali", +"somali_peninsula", +"somalia", +"somalian", +"somalian_monetary_unit", +"somalian_shilling", +"soman", +"somataesthesis", +"somateria", +"somatesthesia", +"somatic_cell", +"somatic_cell_nuclear_transfer", +"somatic_cell_nuclear_transplantation", +"somatic_chromosome", +"somatic_delusion", +"somatic_sensation", +"somatic_sense", +"somatic_sensory_system", +"somatosense", +"somatosensory_system", +"somatotrophic_hormone", +"somatotrophin", +"somatotropic_hormone", +"somatotropin", +"somatotype", +"somberness", +"sombreness", +"sombrero", +"somebody", +"someone", +"somersault", +"somersaulting", +"somerset", +"somerset_maugham", +"somesthesia", +"somesthesis", +"somewhere", +"somite", +"somme", +"somme_river", +"sommelier", +"somnambulation", +"somnambulism", +"somnambulist", +"somniloquism", +"somniloquist", +"somniloquy", +"somnolence", +"somrai", +"son", +"son-in-law", +"son_of_a_bitch", +"sonant", +"sonar", +"sonata", +"sonata_form", +"sonatina", +"sonchus", +"sonchus_oleraceus", +"sondheim", +"sone", +"song", +"song_and_dance", +"song_dynasty", +"song_of_solomon", +"song_of_songs", +"song_sparrow", +"song_thrush", +"songbird", +"songbook", +"songfulness", +"songhai", +"songster", +"songstress", +"songwriter", +"sonic_barrier", +"sonic_boom", +"sonic_delay_line", +"sonic_depth_finder", +"sonnet", +"sonneteer", +"sonny", +"sonny_boy", +"sonny_liston", +"sonogram", +"sonograph", +"sonography", +"sonometer", +"sonora", +"sonora_gum", +"sonora_lac", +"sonora_semiannulata", +"sonoran_desert", +"sonoran_lyre_snake", +"sonoran_whipsnake", +"sonority", +"sonorousness", +"sontag", +"soochong", +"sooner", +"sooner_state", +"soot", +"soot_black", +"sooth", +"soothing_syrup", +"soothsayer", +"soothsaying", +"sootiness", +"sop", +"soph", +"sophia_loren", +"sophie_tucker", +"sophism", +"sophist", +"sophisticate", +"sophistication", +"sophistry", +"sophocles", +"sophomore", +"sophomore_class", +"sophonias", +"sophora", +"sophora_japonica", +"sophora_secundiflora", +"sophora_sinensis", +"sophora_tetraptera", +"sopor", +"soporific", +"soprano", +"soprano_clef", +"sops", +"sorb", +"sorb_apple", +"sorb_apple_tree", +"sorbate", +"sorbent", +"sorbent_material", +"sorbet", +"sorbian", +"sorbic_acid", +"sorbonne", +"sorbus", +"sorbus_americana", +"sorbus_aucuparia", +"sorbus_domestica", +"sorbus_sitchensis", +"sorbus_torminalis", +"sorcerer", +"sorceress", +"sorcery", +"sordidness", +"sordino", +"sore", +"sore_throat", +"sorehead", +"soren_aabye_kierkegaard", +"soren_kierkegaard", +"soren_peter_lauritz_sorensen", +"soreness", +"sorensen", +"sorex", +"sorex_araneus", +"sorex_cinereus", +"sorex_palustris", +"sorgho", +"sorghum", +"sorghum_bicolor", +"sorghum_halepense", +"sorghum_molasses", +"sorghum_vulgare_caudatum", +"sorghum_vulgare_rosburghii", +"sorghum_vulgare_technicum", +"sorgo", +"soricidae", +"sorority", +"sorption", +"sorrel", +"sorrel_tree", +"sorriness", +"sorrow", +"sorrower", +"sorrowfulness", +"sort", +"sort_program", +"sorter", +"sortie", +"sorting", +"sorting_algorithm", +"sorting_program", +"sortition", +"sorus", +"sos", +"sot", +"soteriology", +"sothis", +"sotho", +"sottishness", +"sou", +"sou'-east", +"sou'-sou'-east", +"sou'-sou'-west", +"sou'-west", +"sou'easter", +"sou'wester", +"souari", +"souari_nut", +"souari_tree", +"soubise", +"soubrette", +"soubriquet", +"souchong", +"soudan", +"souffle", +"soufflot", +"souk", +"soul", +"soul-searching", +"soul_brother", +"soul_food", +"soul_kiss", +"soul_mate", +"soul_patch", +"soulfulness", +"sound", +"sound_alphabet", +"sound_barrier", +"sound_bite", +"sound_bow", +"sound_camera", +"sound_effect", +"sound_film", +"sound_hole", +"sound_judgement", +"sound_judgment", +"sound_law", +"sound_perception", +"sound_pollution", +"sound_pressure", +"sound_pressure_level", +"sound_projection", +"sound_property", +"sound_ranging", +"sound_recording", +"sound_reflection", +"sound_reproduction", +"sound_spectrograph", +"sound_spectrum", +"sound_structure", +"sound_system", +"sound_truck", +"sound_unit", +"sound_wave", +"soundboard", +"soundbox", +"sounder", +"sounding", +"sounding_board", +"sounding_lead", +"sounding_line", +"sounding_rocket", +"soundlessness", +"soundman", +"soundness", +"soundtrack", +"soup", +"soup-fin", +"soup-strainer", +"soup_bowl", +"soup_du_jour", +"soup_kitchen", +"soup_ladle", +"soup_plate", +"soup_spoon", +"soupcon", +"soupfin", +"soupfin_shark", +"soupiness", +"soupspoon", +"sour", +"sour-gum_family", +"sour_bread", +"sour_cherry", +"sour_cherry_tree", +"sour_cream", +"sour_dock", +"sour_fig", +"sour_gourd", +"sour_grapes", +"sour_grass", +"sour_gum", +"sour_mash", +"sour_mash_whiskey", +"sour_milk", +"sour_orange", +"sour_salt", +"sourball", +"source", +"source_book", +"source_code", +"source_language", +"source_materials", +"source_of_illumination", +"source_program", +"sourdine", +"sourdough", +"sourdough_bread", +"soured_cream", +"souring", +"sourness", +"sourpuss", +"soursop", +"soursop_tree", +"sourwood", +"sousa", +"sousaphone", +"souse", +"sousing", +"souslik", +"sousse", +"soutache", +"soutane", +"south", +"south-african_yellowwood", +"south-central_dravidian", +"south-seeking_pole", +"south_africa", +"south_african", +"south_african_dutch", +"south_african_monetary_unit", +"south_america", +"south_american", +"south_american_bullfrog", +"south_american_country", +"south_american_indian", +"south_american_nation", +"south_american_poison_toad", +"south_american_sea_lion", +"south_american_staghorn", +"south_atlantic", +"south_australia", +"south_bend", +"south_by_east", +"south_by_west", +"south_carolina", +"south_carolinian", +"south_celestial_pole", +"south_china_sea", +"south_dakota", +"south_dakotan", +"south_dravidian", +"south_equatorial_current", +"south_frigid_zone", +"south_island", +"south_korea", +"south_korean", +"south_korean_monetary_unit", +"south_korean_won", +"south_of_houston", +"south_pacific", +"south_platte", +"south_platte_river", +"south_pole", +"south_sea", +"south_sea_islands", +"south_side", +"south_southeast", +"south_southwest", +"south_temperate_zone", +"south_vietnam", +"south_west_africa", +"south_wind", +"south_yorkshire", +"southeast", +"southeast_asia", +"southeast_by_east", +"southeast_by_south", +"southeaster", +"southeastern_pocket_gopher", +"southeastern_united_states", +"southeastward", +"souther", +"southerly", +"southern_arrow_wood", +"southern_aster", +"southern_baptist", +"southern_baptist_convention", +"southern_beech", +"southern_beech_fern", +"southern_blue_flag", +"southern_bog_lemming", +"southern_buckthorn", +"southern_cabbage_butterfly", +"southern_crab_apple", +"southern_cross", +"southern_cypress", +"southern_dewberry", +"southern_flounder", +"southern_flying_squirrel", +"southern_harebell", +"southern_hemisphere", +"southern_lights", +"southern_live_oak", +"southern_magnolia", +"southern_maidenhair", +"southern_porgy", +"southern_red_cedar", +"southern_red_oak", +"southern_rhodesia", +"southern_scup", +"southern_spadefoot", +"southern_spatterdock", +"southern_tai", +"southern_triangle", +"southern_white_cedar", +"southern_yellow_pine", +"southerner", +"southernism", +"southernness", +"southernwood", +"southey", +"southland", +"southpaw", +"southward", +"southwest", +"southwest_by_south", +"southwest_by_west", +"southwester", +"southwestern", +"southwestern_lip_fern", +"southwestern_toad", +"southwestern_united_states", +"southwestern_white_pine", +"southwestward", +"soutine", +"souvenir", +"souvlaki", +"souvlakia", +"sovereign", +"sovereign_immunity", +"sovereignty", +"soviet", +"soviet_kgb", +"soviet_russia", +"soviet_socialist_republic", +"soviet_union", +"sovietism", +"soviets", +"sow", +"sow_bug", +"sow_thistle", +"sowbane", +"sowbelly", +"sowbread", +"sower", +"soweto", +"soy", +"soy_flour", +"soy_sauce", +"soya", +"soya_bean", +"soya_milk", +"soyabean_oil", +"soybean", +"soybean_flour", +"soybean_future", +"soybean_meal", +"soybean_milk", +"soybean_oil", +"soybean_plant", +"soymilk", +"spa", +"space", +"space-reflection_symmetry", +"space-time", +"space-time_continuum", +"space_age", +"space_bar", +"space_biology", +"space_cadet", +"space_capsule", +"space_heater", +"space_helmet", +"space_laboratory", +"space_lattice", +"space_medicine", +"space_needle", +"space_platform", +"space_probe", +"space_program", +"space_rocket", +"space_shuttle", +"space_station", +"space_travel", +"space_vehicle", +"space_walk", +"space_writer", +"spacecraft", +"spacecraft_clock_time", +"spacecraft_event_time", +"spacefaring", +"spaceflight", +"spaceman", +"spaceship", +"spacesuit", +"spacewalker", +"spacing", +"spaciousness", +"spackle", +"spackling_compound", +"spade", +"spade_bit", +"spade_casino", +"spadefish", +"spadefoot", +"spadefoot_toad", +"spadeful", +"spadework", +"spadix", +"spaghetti", +"spaghetti_and_meatballs", +"spaghetti_junction", +"spaghetti_sauce", +"spaghetti_squash", +"spaghetti_western", +"spaghettini", +"spain", +"spalacidae", +"spalax", +"spall", +"spallanzani", +"spallation", +"spam", +"spammer", +"span", +"span_loading", +"spandau", +"spandex", +"spandrel", +"spandril", +"spangle", +"spaniard", +"spaniel", +"spanish", +"spanish-american_war", +"spanish_american", +"spanish_armada", +"spanish_bayonet", +"spanish_broom", +"spanish_burgoo", +"spanish_capital", +"spanish_cedar", +"spanish_cedar_tree", +"spanish_chestnut", +"spanish_civil_war", +"spanish_dagger", +"spanish_elm", +"spanish_fly", +"spanish_garlic", +"spanish_gorse", +"spanish_grunt", +"spanish_guinea", +"spanish_heath", +"spanish_inquisition", +"spanish_iris", +"spanish_lime", +"spanish_lime_tree", +"spanish_mackerel", +"spanish_monetary_unit", +"spanish_moss", +"spanish_needles", +"spanish_oak", +"spanish_onion", +"spanish_oyster_plant", +"spanish_paprika", +"spanish_people", +"spanish_peseta", +"spanish_pointer", +"spanish_psyllium", +"spanish_rice", +"spanish_sahara", +"spanish_tamarind", +"spanish_tea", +"spanish_war", +"spank", +"spanker", +"spanking", +"spanner", +"spar", +"spar_buoy", +"sparaxis", +"sparaxis_tricolor", +"spare", +"spare-time_activity", +"spare_part", +"spare_time", +"spare_tire", +"spareness", +"sparer", +"sparerib", +"spareribs", +"sparganiaceae", +"sparganium", +"sparge", +"sparge_pipe", +"sparid", +"sparid_fish", +"sparidae", +"spark", +"spark_advance", +"spark_arrester", +"spark_chamber", +"spark_coil", +"spark_counter", +"spark_gap", +"spark_lever", +"spark_plug", +"spark_transmitter", +"sparker", +"sparking_plug", +"sparkle", +"sparkle_metal", +"sparkleberry", +"sparkler", +"sparkling", +"sparkling_water", +"sparkling_wine", +"sparkplug_wrench", +"sparling", +"sparmannia", +"sparmannia_africana", +"sparring", +"sparring_match", +"sparring_mate", +"sparring_partner", +"sparrow", +"sparrow_hawk", +"sparrow_unit", +"sparseness", +"sparsity", +"sparta", +"spartan", +"spartina", +"spartina_cynosuroides", +"spartina_pectinmata", +"spartium", +"spartium_junceum", +"spasm", +"spasmodic_laryngitis", +"spasmolysis", +"spasmolytic", +"spassky", +"spastic", +"spastic_abasia", +"spastic_bladder", +"spastic_colon", +"spastic_paralysis", +"spasticity", +"spat", +"spatangoida", +"spatchcock", +"spate", +"spathe", +"spathe_flower", +"spathiphyllum", +"spatial_arrangement", +"spatial_property", +"spatial_relation", +"spatiality", +"spatter", +"spatterdock", +"spattering", +"spatula", +"spatulate_leaf", +"spavin", +"spawl", +"spawn", +"spawner", +"spaying", +"speakeasy", +"speaker", +"speaker_identification", +"speaker_system", +"speaker_unit", +"speakerphone", +"speakership", +"speaking", +"speaking_trumpet", +"speaking_tube", +"spear", +"spear-point", +"spear_carrier", +"spear_thistle", +"spear_thrower", +"spearfish", +"spearhead", +"spearmint", +"spearmint_oil", +"spearnose_bat", +"spearpoint", +"spec", +"special", +"special_act", +"special_agent", +"special_air_service", +"special_assessment", +"special_branch", +"special_contract", +"special_court-martial", +"special_delivery", +"special_drawing_rights", +"special_education", +"special_effect", +"special_forces", +"special_interest", +"special_jury", +"special_k", +"special_olympics", +"special_pleading", +"special_relativity", +"special_relativity_theory", +"special_session", +"special_theory_of_relativity", +"special_verdict", +"special_weapons_and_tactics_squad", +"special_weapons_and_tactics_team", +"specialisation", +"specialiser", +"specialism", +"specialist", +"speciality", +"specialization", +"specializer", +"specialness", +"specialty", +"specialty_store", +"speciation", +"specie", +"species", +"specific", +"specific_gravity", +"specific_heat", +"specific_performance", +"specification", +"specificity", +"specifier", +"specimen", +"specimen_bottle", +"specious_argument", +"speciousness", +"speck", +"speckle", +"speckled_alder", +"speckled_rattlesnake", +"speckled_trout", +"specs", +"spectacle", +"spectacled_caiman", +"spectacles", +"spectacular", +"spectator", +"spectator_pump", +"spectator_sport", +"specter", +"spectinomycin", +"spectral_color", +"spectral_colour", +"spectre", +"spectrogram", +"spectrograph", +"spectrographic_analysis", +"spectrometer", +"spectrometry", +"spectrophotometer", +"spectroscope", +"spectroscopic_analysis", +"spectroscopy", +"spectrum", +"spectrum_analysis", +"spectrum_line", +"speculation", +"speculativeness", +"speculator", +"speculum", +"speech", +"speech_act", +"speech_communication", +"speech_community", +"speech_day", +"speech_defect", +"speech_disorder", +"speech_intelligibility", +"speech_organ", +"speech_pattern", +"speech_perception", +"speech_production", +"speech_rhythm", +"speech_sound", +"speech_spectrum", +"speech_therapist", +"speech_therapy", +"speechifier", +"speechlessness", +"speechmaker", +"speechmaking", +"speechwriter", +"speed", +"speed-reading", +"speed_bump", +"speed_cop", +"speed_demon", +"speed_freak", +"speed_indicator", +"speed_limit", +"speed_of_light", +"speed_skate", +"speed_skater", +"speed_skating", +"speed_trap", +"speedboat", +"speeder", +"speediness", +"speeding", +"speeding_ticket", +"speedometer", +"speedskater", +"speedup", +"speedway", +"speedwell", +"speer", +"speke", +"spelaeologist", +"spelaeology", +"speleologist", +"speleology", +"spell", +"spell-checker", +"spellbinder", +"spelldown", +"speller", +"spelling", +"spelling_bee", +"spelling_checker", +"spelling_contest", +"spelt", +"spelter", +"spelunker", +"spencer", +"spencer_tracy", +"spend-all", +"spender", +"spending", +"spending_cut", +"spending_money", +"spending_spree", +"spendthrift", +"spendthrift_trust", +"spengler", +"spenser", +"spenserian_sonnet", +"spenserian_stanza", +"spergula", +"spergula_arvensis", +"spergularia", +"spergularia_rubra", +"sperm", +"sperm_bank", +"sperm_cell", +"sperm_count", +"sperm_oil", +"sperm_whale", +"spermaceti", +"spermatic_cord", +"spermatid", +"spermatocele", +"spermatocide", +"spermatocyte", +"spermatogenesis", +"spermatophyta", +"spermatophyte", +"spermatozoan", +"spermatozoid", +"spermatozoon", +"spermicide", +"spermophile", +"spermophilus", +"sperry", +"spewer", +"spf", +"sphacele", +"sphacele_calycina", +"sphacelotheca", +"sphacelotheca_reiliana", +"sphacelus", +"sphaeralcea", +"sphaeralcea_coccinea", +"sphaeralcea_fasciculata", +"sphaeralcea_remota", +"sphaeriaceae", +"sphaeriales", +"sphaerobolaceae", +"sphaerocarpaceae", +"sphaerocarpales", +"sphaerocarpos", +"sphaerocarpus", +"sphagnales", +"sphagnum", +"sphagnum_moss", +"sphalerite", +"sphecidae", +"sphecius", +"sphecius_speciosis", +"sphecoid", +"sphecoid_wasp", +"sphecoidea", +"sphecotheres", +"sphenion", +"spheniscidae", +"sphenisciform_seabird", +"sphenisciformes", +"spheniscus", +"spheniscus_demersus", +"sphenodon", +"sphenodon_punctatum", +"sphenoid", +"sphenoid_bone", +"sphenoid_fontanel", +"sphenoid_fontanelle", +"sphenoidal_fontanel", +"sphenoidal_fontanelle", +"sphenopsida", +"sphere", +"sphere_of_influence", +"spherical_aberration", +"spherical_angle", +"spherical_geometry", +"spherical_polygon", +"spherical_triangle", +"spherical_trigonometry", +"sphericalness", +"sphericity", +"spherocyte", +"spheroid", +"spheroid_joint", +"spherometer", +"spherule", +"sphincter", +"sphincter_ani", +"sphincter_muscle", +"sphingid", +"sphingidae", +"sphinx", +"sphinx_moth", +"sphygmomanometer", +"sphyraena", +"sphyraena_barracuda", +"sphyraenidae", +"sphyrapicus", +"sphyrapicus_varius", +"sphyrapicus_varius_ruber", +"sphyrna", +"sphyrna_tiburo", +"sphyrna_tudes", +"sphyrna_zygaena", +"sphyrnidae", +"spic", +"spica", +"spiccato", +"spiccato_bowing", +"spice", +"spice_bush", +"spice_cake", +"spice_cookie", +"spice_islands", +"spice_rack", +"spice_tree", +"spiceberry", +"spicebush", +"spicemill", +"spicery", +"spiciness", +"spick", +"spicule", +"spiculum", +"spider", +"spider's_web", +"spider_angioma", +"spider_brake", +"spider_crab", +"spider_fern", +"spider_flower", +"spider_mite", +"spider_monkey", +"spider_nevus", +"spider_orchid", +"spider_plant", +"spider_web", +"spiderflower", +"spiderwort", +"spiderwort_family", +"spiegel", +"spiegel_iron", +"spiegeleisen", +"spiel", +"spielberg", +"spielmeyer-vogt_disease", +"spiff", +"spigot", +"spik", +"spike", +"spike_arrester", +"spike_heath", +"spike_heel", +"spike_lavender", +"spike_lavender_oil", +"spike_lee", +"spike_mike", +"spike_moss", +"spike_oil", +"spike_rush", +"spike_suppressor", +"spiked_loosestrife", +"spikelet", +"spikemoss", +"spikenard", +"spile", +"spill", +"spillage", +"spillane", +"spiller", +"spillikin", +"spillikins", +"spillover", +"spillway", +"spilogale", +"spilogale_putorius", +"spin", +"spin-off", +"spin_doctor", +"spin_drier", +"spin_dryer", +"spin_the_bottle", +"spin_the_plate", +"spin_the_platter", +"spina_bifida", +"spinach", +"spinach_beet", +"spinach_blight", +"spinach_mustard", +"spinach_plant", +"spinacia", +"spinacia_oleracea", +"spinal", +"spinal_accessory", +"spinal_anaesthesia", +"spinal_anaesthetic", +"spinal_anesthesia", +"spinal_anesthetic", +"spinal_canal", +"spinal_column", +"spinal_cord", +"spinal_curvature", +"spinal_fluid", +"spinal_fusion", +"spinal_nerve", +"spinal_puncture", +"spinal_tap", +"spinal_vein", +"spindle", +"spindle-tree_family", +"spindle_horn", +"spindle_tree", +"spindleberry", +"spindleberry_tree", +"spindlelegs", +"spindleshanks", +"spindrift", +"spine", +"spinel", +"spinel_ruby", +"spinelessness", +"spinet", +"spininess", +"spinmeister", +"spinnability", +"spinnaker", +"spinnbarkeit", +"spinner", +"spinney", +"spinning", +"spinning_frame", +"spinning_jenny", +"spinning_machine", +"spinning_rod", +"spinning_top", +"spinning_wheel", +"spinocerebellar_disorder", +"spinoza", +"spinster", +"spinsterhood", +"spinus", +"spinus_pinus", +"spinus_tristis", +"spiny-finned_fish", +"spiny-headed_worm", +"spiny_anteater", +"spiny_dogfish", +"spiny_lizard", +"spiny_lobster", +"spiny_puffer", +"spiny_softshell", +"spiny_talinum", +"spipistrellus_hesperus", +"spiracle", +"spiraea", +"spiraea_prunifolia", +"spiral", +"spiral_bandage", +"spiral_galaxy", +"spiral_nebula", +"spiral_ratchet_screwdriver", +"spiral_spring", +"spirant", +"spiranthes", +"spiranthes_cernua", +"spiranthes_porrifolia", +"spiranthes_romanzoffiana", +"spiranthes_spiralis", +"spire", +"spirea", +"spirilla", +"spirillaceae", +"spirillum", +"spirillum_fever", +"spirillum_minus", +"spirit", +"spirit_gum", +"spirit_lamp", +"spirit_level", +"spirit_of_turpentine", +"spirit_rapper", +"spirit_rapping", +"spirit_stove", +"spirit_world", +"spiritedness", +"spiritism", +"spiritlessness", +"spirits", +"spirits_of_ammonia", +"spirits_of_wine", +"spiritual", +"spiritual_being", +"spiritual_bouquet", +"spiritual_domain", +"spiritual_jewel", +"spiritual_leader", +"spiritual_rebirth", +"spiritual_world", +"spiritualisation", +"spiritualism", +"spiritualist", +"spirituality", +"spiritualization", +"spiritualty", +"spirochaeta", +"spirochaetaceae", +"spirochaetales", +"spirochaete", +"spirochete", +"spirodela", +"spirodela_polyrrhiza", +"spirogram", +"spirograph", +"spirogyra", +"spirometer", +"spirometry", +"spironolactone", +"spirt", +"spirula", +"spirula_peronii", +"spirulidae", +"spit", +"spit_and_polish", +"spit_curl", +"spitball", +"spite", +"spitefulness", +"spitfire", +"spitsbergen", +"spitter", +"spitting", +"spitting_cobra", +"spitting_image", +"spitting_snake", +"spittle", +"spittle_insect", +"spittlebug", +"spittoon", +"spitz", +"spitzbergen", +"spiv", +"spizella", +"spizella_arborea", +"spizella_passerina", +"spizella_pusilla", +"splanchnic_nerve", +"splash", +"splash-guard", +"splash_guard", +"splashboard", +"splashdown", +"splasher", +"splashiness", +"splashing", +"splat", +"splatter", +"splattering", +"splay", +"splayfoot", +"spleen", +"spleenwort", +"splendor", +"splendour", +"splenectomy", +"splenic_artery", +"splenic_fever", +"splenic_vein", +"splenitis", +"splenius", +"splenius_muscle", +"splenomegaly", +"splice", +"splicer", +"splicing", +"spliff", +"spline", +"splint", +"splint_bone", +"splinter", +"splinter_group", +"splintering", +"splinters", +"split", +"split-brain_technique", +"split-half_correlation", +"split-pea", +"split-pea_soup", +"split_decision", +"split_down", +"split_end", +"split_infinitive", +"split_personality", +"split_rail", +"split_run", +"split_second", +"split_shift", +"split_ticket", +"split_up", +"splitsaw", +"splitsville", +"splitter", +"splitworm", +"splodge", +"splotch", +"splurge", +"splutter", +"spock", +"spode", +"spodoptera", +"spodoptera_exigua", +"spodoptera_frugiperda", +"spodumene", +"spoil", +"spoilable", +"spoilage", +"spoilation", +"spoiler", +"spoiling", +"spoils_system", +"spoilsport", +"spokane", +"spoke", +"spoken_communication", +"spoken_language", +"spoken_word", +"spokeshave", +"spokesman", +"spokesperson", +"spokeswoman", +"spoliation", +"spondee", +"spondias", +"spondias_mombin", +"spondias_purpurea", +"spondylarthritis", +"spondylitis", +"spondylolisthesis", +"sponge", +"sponge_bag", +"sponge_bath", +"sponge_cake", +"sponge_cloth", +"sponge_genus", +"sponge_gourd", +"sponge_mop", +"sponge_morel", +"sponge_mushroom", +"spongefly", +"sponger", +"spongillafly", +"sponginess", +"spongioblast", +"spongioblastoma", +"sponsor", +"sponsorship", +"spontaneity", +"spontaneous_abortion", +"spontaneous_combustion", +"spontaneous_generation", +"spontaneousness", +"spoof", +"spook", +"spool", +"spoon", +"spoon_bread", +"spoon_food", +"spoonbill", +"spoonbill_catfish", +"spoondrift", +"spoonerism", +"spoonfeeding", +"spoonflower", +"spoonful", +"spoonleaf_yucca", +"spoor", +"sporangiophore", +"sporangium", +"sporanox", +"spore", +"spore_case", +"spore_mother_cell", +"spore_sac", +"spork", +"sporobolus", +"sporobolus_cryptandrus", +"sporobolus_poiretii", +"sporocarp", +"sporophore", +"sporophyl", +"sporophyll", +"sporophyte", +"sporotrichosis", +"sporozoa", +"sporozoan", +"sporozoite", +"sporran", +"sport", +"sport_car", +"sport_coat", +"sport_fish", +"sport_jacket", +"sport_kite", +"sport_shirt", +"sport_utility", +"sport_utility_vehicle", +"sportfishing", +"sporting_chance", +"sporting_dog", +"sporting_goods", +"sporting_house", +"sporting_lady", +"sporting_life", +"sporting_man", +"sportiveness", +"sports_announcer", +"sports_arena", +"sports_car", +"sports_coat", +"sports_commentator", +"sports_desk", +"sports_editor", +"sports_equipment", +"sports_fan", +"sports_implement", +"sports_jacket", +"sports_medicine", +"sports_meeting", +"sports_page", +"sports_section", +"sports_stadium", +"sports_writer", +"sportscast", +"sportscaster", +"sportsman", +"sportsmanship", +"sportswear", +"sportswoman", +"sportswriter", +"sporulation", +"spot", +"spot-weld", +"spot-welder", +"spot-welding", +"spot_check", +"spot_jamming", +"spot_market", +"spot_pass", +"spot_price", +"spot_weld", +"spot_welder", +"spot_welding", +"spotlessness", +"spotlight", +"spots", +"spotsylvania", +"spotted_antbird", +"spotted_barramundi", +"spotted_bat", +"spotted_black_bass", +"spotted_bonytongue", +"spotted_coral_root", +"spotted_cowbane", +"spotted_crake", +"spotted_cranesbill", +"spotted_dick", +"spotted_eagle_ray", +"spotted_fever", +"spotted_flycatcher", +"spotted_gum", +"spotted_hemlock", +"spotted_hyena", +"spotted_joe-pye_weed", +"spotted_lynx", +"spotted_owl", +"spotted_ray", +"spotted_salamander", +"spotted_sandpiper", +"spotted_sea_trout", +"spotted_skunk", +"spotted_squeateague", +"spotted_sunfish", +"spotted_water_hemlock", +"spotted_weakfish", +"spotter", +"spotting", +"spousal_equivalent", +"spousal_relationship", +"spouse", +"spouse_equivalent", +"spout", +"spouter", +"sprachgefuhl", +"sprag", +"spraguea", +"spraguea_umbellatum", +"sprain", +"sprat", +"sprawl", +"sprawler", +"sprawling", +"spray", +"spray_can", +"spray_gun", +"spray_paint", +"spray_painting", +"sprayer", +"spraying", +"spread", +"spread_eagle", +"spread_head", +"spreader", +"spreadhead", +"spreading", +"spreading_bellflower", +"spreading_dogbane", +"spreading_factor", +"spreading_fleabane", +"spreading_pogonia", +"spreadsheet", +"sprechgesang", +"sprechstimme", +"spree", +"spree_killer", +"sprig", +"sprig_tail", +"sprigger", +"sprightliness", +"sprigtail", +"spring", +"spring-cleaning", +"spring_balance", +"spring_beauty", +"spring_break", +"spring_cankerworm", +"spring_chicken", +"spring_cleavers", +"spring_cress", +"spring_equinox", +"spring_frog", +"spring_gun", +"spring_heath", +"spring_mattress", +"spring_onion", +"spring_peeper", +"spring_roll", +"spring_scale", +"spring_squill", +"spring_training", +"spring_vetch", +"spring_vetchling", +"spring_water", +"springboard", +"springbok", +"springbuck", +"springer", +"springer_spaniel", +"springfield", +"springiness", +"springing_cow", +"springtail", +"springtide", +"springtime", +"sprinkle", +"sprinkler", +"sprinkler_system", +"sprinkles", +"sprinkling", +"sprint", +"sprinter", +"sprit", +"sprite", +"sprites", +"spritsail", +"spritz", +"spritzer", +"sprocket", +"sprocket_wheel", +"sprog", +"sprout", +"sprouting", +"spruce", +"spruce_bark_beetle", +"spruce_beer", +"spruce_gall_aphid", +"spruce_grouse", +"spruce_pine", +"spruce_squirrel", +"spruceness", +"sprue", +"sprung_rhythm", +"spud", +"spume", +"spun_sugar", +"spun_yarn", +"spunk", +"spur", +"spur_blight", +"spur_gear", +"spur_track", +"spur_wheel", +"spurge", +"spurge_family", +"spurge_laurel", +"spurge_nettle", +"spurious_correlation", +"spurious_wing", +"spuriousness", +"spurner", +"spurred_gentian", +"spurring", +"spurt", +"sputnik", +"sputter", +"sputtering", +"sputum", +"sputum_smear", +"spy", +"spy_satellite", +"spyeria", +"spyglass", +"spyhole", +"spying", +"spymaster", +"spyware", +"sq_ft", +"sq_in", +"sq_yd", +"squab", +"squabble", +"squabbler", +"squad", +"squad_car", +"squad_room", +"squadron", +"squalidae", +"squalidness", +"squall", +"squall_line", +"squalor", +"squalus", +"squalus_acanthias", +"squalus_suckleyi", +"squama", +"squamata", +"squamous_cell", +"squamous_cell_carcinoma", +"squamule", +"squanderer", +"squandering", +"squandermania", +"square", +"square-bashing", +"square-dance_music", +"square-rigger", +"square_and_rabbet", +"square_block", +"square_bracket", +"square_dance", +"square_dancer", +"square_dancing", +"square_deal", +"square_foot", +"square_inch", +"square_knot", +"square_matrix", +"square_meal", +"square_measure", +"square_meter", +"square_metre", +"square_mile", +"square_nut", +"square_one", +"square_root", +"square_sail", +"square_shooter", +"square_toes", +"square_yard", +"squareflipper_square_flipper", +"squareness", +"squaretail", +"squark", +"squash", +"squash_ball", +"squash_bug", +"squash_court", +"squash_pie", +"squash_racket", +"squash_rackets", +"squash_racquet", +"squash_racquets", +"squash_vine", +"squat", +"squatina", +"squatina_squatina", +"squatinidae", +"squatness", +"squatter", +"squattiness", +"squatting", +"squaw", +"squaw-bush", +"squaw_corn", +"squaw_grass", +"squaw_huckleberry", +"squaw_man", +"squaw_root", +"squawbush", +"squawk", +"squawk_box", +"squawker", +"squawroot", +"squeak", +"squeaker", +"squeal", +"squealer", +"squeamishness", +"squeegee", +"squeezability", +"squeeze", +"squeeze_box", +"squeeze_play", +"squeezer", +"squeezing", +"squelch", +"squelch_circuit", +"squelcher", +"squib", +"squid", +"squiggle", +"squill", +"squilla", +"squillidae", +"squinch", +"squint", +"squint-eye", +"squinter", +"squire", +"squirearchy", +"squirm", +"squirmer", +"squirrel", +"squirrel's-foot_fern", +"squirrel_cage", +"squirrel_corn", +"squirrel_monkey", +"squirrelfish", +"squirreltail_barley", +"squirreltail_grass", +"squirt", +"squirt_gun", +"squirter", +"squirting_cucumber", +"squish", +"sr", +"sravana", +"srbija", +"sri_lanka", +"sri_lanka_rupee", +"sri_lankan", +"sri_lankan_monetary_unit", +"ss", +"ssa", +"sse", +"sspe", +"ssri", +"sss", +"ssw", +"st.-bruno's-lily", +"st._ambrose", +"st._andrew", +"st._andrew's_cross", +"st._anselm", +"st._anthony's_cross", +"st._athanasius", +"st._augustine", +"st._augustine_grass", +"st._baeda", +"st._barbara's_herb", +"st._basil", +"st._basil_the_great", +"st._beda", +"st._bede", +"st._benedict", +"st._boniface", +"st._bride", +"st._bridget", +"st._brigid", +"st._bruno", +"st._christopher", +"st._christopher-nevis", +"st._cloud", +"st._crispin", +"st._cyril", +"st._dabeoc's_heath", +"st._david", +"st._denis", +"st._dominic", +"st._edward_the_confessor", +"st._edward_the_martyr", +"st._elias_mountains", +"st._elias_range", +"st._elmo's_fire", +"st._eustatius", +"st._francis", +"st._francis_of_assisi", +"st._francis_river", +"st._george", +"st._george's", +"st._gregory_i", +"st._gregory_of_nazianzen", +"st._ignatius", +"st._ignatius_of_loyola", +"st._irenaeus", +"st._james", +"st._james_the_apostle", +"st._jerome", +"st._john", +"st._john's", +"st._john_chrysostom", +"st._john_river", +"st._john_the_apostle", +"st._john_the_baptist", +"st._johns", +"st._johns_river", +"st._joseph", +"st._jude", +"st._kitts", +"st._kitts_and_nevis", +"st._lawrence", +"st._lawrence_river", +"st._lawrence_seaway", +"st._leo_i", +"st._louis", +"st._lucia", +"st._luke", +"st._maarten", +"st._mark", +"st._martin", +"st._mary_magdalen", +"st._mary_magdalene", +"st._mary_of_bethlehem", +"st._matthew", +"st._matthew_the_apostle", +"st._nicholas", +"st._nick", +"st._olaf", +"st._olav", +"st._patrick", +"st._paul", +"st._peter", +"st._peter's_wreath", +"st._peter_the_apostle", +"st._petersburg", +"st._polycarp", +"st._simon", +"st._thomas", +"st._thomas_a_becket", +"st._thomas_and_principe", +"st._thomas_aquinas", +"st._vincent", +"st._vincent_and_the_grenadines", +"st._vitus", +"st._vitus_dance", +"st_andrews's_cross", +"st_bernard", +"st_john's_day", +"st_john's_eve", +"st_john's_night", +"st_john's_wort", +"st_john's_wort_family", +"st_joseph", +"st_martin's_day", +"st_mihiel", +"st_patrick's_day", +"st_peter's_wort", +"st_valentine's_day", +"stab", +"stabber", +"stabile", +"stabilisation", +"stabiliser", +"stability", +"stabilization", +"stabilizer", +"stabilizer_bar", +"stable", +"stable_companion", +"stable_factor", +"stable_gear", +"stableboy", +"stableman", +"stablemate", +"stableness", +"stabling", +"stabroek", +"stachyose", +"stachys", +"stachys_palustris", +"stachys_sylvatica", +"stack", +"stacked_heel", +"stacker", +"stacks", +"stacte", +"staddle", +"stadium", +"stadium_jumping", +"stael", +"staff", +"staff-tree_family", +"staff_line", +"staff_member", +"staff_of_life", +"staff_office", +"staff_officer", +"staff_sergeant", +"staff_tree", +"staff_vine", +"staffa", +"staffer", +"staffordshire_bull_terrier", +"staffordshire_bullterrier", +"staffordshire_terrier", +"stag", +"stag's-horn_coral", +"stag's_garlic", +"stag_beetle", +"stag_party", +"stage", +"stage_business", +"stage_crew", +"stage_dancing", +"stage_direction", +"stage_director", +"stage_door", +"stage_effect", +"stage_fright", +"stage_left", +"stage_manager", +"stage_name", +"stage_right", +"stage_set", +"stage_setting", +"stage_technician", +"stage_whisper", +"stagecoach", +"stagecraft", +"stagehand", +"stager", +"stagflation", +"stagger", +"stagger_bush", +"stagger_head", +"staggerbush", +"staggered_board_of_directors", +"staggered_head", +"staggerer", +"staggers", +"staghead", +"staghorn_coral", +"staghorn_fern", +"staghorn_moss", +"staghorn_sumac", +"staghound", +"staginess", +"staging", +"staging_area", +"stagira", +"stagirus", +"stagnancy", +"stagnant_anoxia", +"stagnant_hypoxia", +"stagnation", +"staidness", +"stain", +"stainability", +"stained-glass_window", +"stained_glass", +"stainer", +"staining", +"stainless", +"stainless_steel", +"stair", +"stair-carpet", +"stair-rod", +"staircase", +"stairhead", +"stairs", +"stairway", +"stairwell", +"stake", +"stake_driver", +"stake_race", +"stakeholder", +"stakeout", +"stakes", +"stalactite", +"stalagmite", +"stalemate", +"staleness", +"stalin", +"stalin_peak", +"stalinabad", +"stalingrad", +"stalinisation", +"stalinism", +"stalinist", +"stalinization", +"stalino", +"stalk", +"stalked_puffball", +"stalker", +"stalking", +"stalking-horse", +"stall", +"stall_bar", +"stalling", +"stallion", +"stalls", +"stalwart", +"stalwartness", +"stamboul", +"stambul", +"stamen", +"stamina", +"stammel", +"stammer", +"stammerer", +"stamp", +"stamp_act", +"stamp_album", +"stamp_battery", +"stamp_collecting", +"stamp_collection", +"stamp_collector", +"stamp_dealer", +"stamp_duty", +"stamp_mill", +"stamp_pad", +"stamp_tax", +"stampede", +"stamper", +"stamping_ground", +"stamping_machine", +"stamping_mill", +"stan_laurel", +"stan_musial", +"stan_the_man", +"stance", +"stanchion", +"stand", +"stand-down", +"stand-in", +"stand_oil", +"standard", +"standard-bearer", +"standard_and_poor's", +"standard_and_poor's_index", +"standard_atmosphere", +"standard_candle", +"standard_cell", +"standard_deviation", +"standard_gauge", +"standard_generalized_markup_language", +"standard_of_life", +"standard_of_living", +"standard_of_measurement", +"standard_operating_procedure", +"standard_poodle", +"standard_pressure", +"standard_procedure", +"standard_schnauzer", +"standard_temperature", +"standard_time", +"standard_transmission", +"standardisation", +"standardiser", +"standardization", +"standardizer", +"standby", +"standdown", +"standee", +"stander", +"standing", +"standing_army", +"standing_committee", +"standing_operating_procedure", +"standing_order", +"standing_ovation", +"standing_press", +"standing_rib_roast", +"standing_room", +"standing_stone", +"standing_wave", +"standish", +"standoff", +"standoffishness", +"standpipe", +"standpoint", +"standstill", +"standup_comedian", +"stanford", +"stanford-binet_test", +"stanford_university", +"stanford_white", +"stanhope", +"stanhopea", +"stanislavsky", +"stanley", +"stanley_baldwin", +"stanley_frank_musial", +"stanley_kubrick", +"stanley_smith_stevens", +"stanley_steamer", +"stanleya", +"stanleya_pinnata", +"stannic_chloride", +"stannic_sulfide", +"stannite", +"stannous_fluoride", +"stanton", +"stanza", +"stapedectomy", +"stapelia", +"stapelias_asterias", +"stapes", +"staph", +"staphylaceae", +"staphylea", +"staphylinidae", +"staphylococcal_enterotoxin", +"staphylococcal_enterotoxin_b", +"staphylococcal_infection", +"staphylococci", +"staphylococcus", +"staple", +"staple_fiber", +"staple_fibre", +"staple_gun", +"staplegun", +"stapler", +"stapling_machine", +"star", +"star-duckweed", +"star-glory", +"star-leaf_begonia", +"star-nosed_mole", +"star-of-bethlehem", +"star-spangled_banner", +"star-thistle", +"star_anise", +"star_aniseed", +"star_apple", +"star_begonia", +"star_chamber", +"star_chart", +"star_divination", +"star_drill", +"star_earthball", +"star_fruit", +"star_grass", +"star_ipomoea", +"star_jasmine", +"star_magnolia", +"star_of_david", +"star_of_the_veldt", +"star_sapphire", +"star_saxifrage", +"star_shell", +"star_sign", +"star_topology", +"star_tulip", +"starboard", +"starch", +"starch_wheat", +"starches", +"stardom", +"stardust", +"stare", +"starer", +"starets", +"starfish", +"starfish_flower", +"starflower", +"stargazer", +"stargazing", +"starkey", +"starkness", +"starlet", +"starlight", +"starling", +"starnose_mole", +"starr", +"starry_saxifrage", +"stars_and_bars", +"stars_and_stripes", +"starship", +"start", +"start-off", +"starter", +"starter_motor", +"starting", +"starting_block", +"starting_buffer", +"starting_gate", +"starting_handle", +"starting_line", +"starting_motor", +"starting_pitcher", +"starting_point", +"starting_post", +"starting_signal", +"starting_stall", +"starting_time", +"startle", +"startle_reaction", +"startle_reflex", +"startle_response", +"startup", +"starvation", +"starvation_acidosis", +"starved_aster", +"starveling", +"starving", +"starwort", +"stash", +"stash_house", +"stasis", +"stassano_furnace", +"stat_mi", +"state", +"state's_attorney", +"state's_evidence", +"state-sponsored_terrorism", +"state_attorney", +"state_bank", +"state_boundary", +"state_capital", +"state_capitalism", +"state_change", +"state_department", +"state_government", +"state_highway", +"state_line", +"state_of_affairs", +"state_of_bahrain", +"state_of_eritrea", +"state_of_flux", +"state_of_grace", +"state_of_israel", +"state_of_katar", +"state_of_kuwait", +"state_of_matter", +"state_of_mind", +"state_of_nature", +"state_of_qatar", +"state_of_the_art", +"state_of_the_vatican_city", +"state_of_war", +"state_prison", +"state_senator", +"state_socialism", +"state_supreme_court", +"state_tax_lien", +"state_treasurer", +"state_trooper", +"statecraft", +"statehouse", +"stateless_person", +"stateliness", +"stately_home", +"statement", +"staten_island", +"stater", +"stateroom", +"states'_rights", +"states'_rights_democratic_party", +"states_general", +"statesman", +"statesmanship", +"stateswoman", +"static", +"static_electricity", +"static_line", +"static_magnet", +"static_tube", +"statice", +"statics", +"statin", +"statin_drug", +"station", +"station_agent", +"station_house", +"station_keeper", +"station_of_the_cross", +"station_waggon", +"station_wagon", +"stationariness", +"stationary_stochastic_process", +"stationary_wave", +"stationer", +"stationery", +"stationery_seller", +"stationmaster", +"stations", +"stations_of_the_cross", +"statistic", +"statistical_commission", +"statistical_distribution", +"statistical_mechanics", +"statistical_method", +"statistical_procedure", +"statistical_regression", +"statistical_table", +"statistician", +"statistics", +"stator", +"stator_coil", +"statuary", +"statue", +"statue_maker", +"statue_of_liberty", +"statuette", +"stature", +"status", +"status_asthmaticus", +"status_epilepticus", +"status_quo", +"status_seeking", +"statute", +"statute_book", +"statute_law", +"statute_mile", +"statute_of_limitations", +"statute_title", +"statutory_law", +"statutory_offence", +"statutory_offense", +"statutory_rape", +"staunchness", +"staurikosaur", +"staurikosaurus", +"stavanger", +"stave", +"stave_wood", +"stay", +"stay-at-home", +"stay_of_execution", +"stayer", +"staying_power", +"stayman", +"stayman_winesap", +"stays", +"staysail", +"std", +"stead", +"steadfastness", +"steadiness", +"steady", +"steady_state_theory", +"steak", +"steak_and_kidney_pie", +"steak_au_poivre", +"steak_knife", +"steak_sauce", +"steak_tartare", +"steakhouse", +"steal", +"stealer", +"stealing", +"stealth", +"stealth_aircraft", +"stealth_bomber", +"stealth_fighter", +"stealthiness", +"steam", +"steam_bath", +"steam_boiler", +"steam_chest", +"steam_coal", +"steam_engine", +"steam_fitting", +"steam_heat", +"steam_heating", +"steam_iron", +"steam_line", +"steam_locomotive", +"steam_organ", +"steam_pipe", +"steam_room", +"steam_shovel", +"steam_turbine", +"steam_whistle", +"steamboat", +"steamed_pudding", +"steamer", +"steamer_clam", +"steamfitter", +"steaminess", +"steamroller", +"steamship", +"steamship_company", +"steamship_line", +"stearic_acid", +"stearin", +"steatite", +"steatocystoma", +"steatopygia", +"steatornis", +"steatornis_caripensis", +"steatornithidae", +"steatorrhea", +"steed", +"steel", +"steel-wool_pad", +"steel_arch_bridge", +"steel_band", +"steel_blue", +"steel_company", +"steel_drum", +"steel_engraving", +"steel_factory", +"steel_gray", +"steel_grey", +"steel_guitar", +"steel_industry", +"steel_mill", +"steel_plant", +"steel_plate", +"steel_production", +"steel_trap", +"steel_wool", +"steele", +"steelmaker", +"steelman", +"steelworker", +"steelworks", +"steelyard", +"steen", +"steenbok", +"steep", +"steeper", +"steeple", +"steeplechase", +"steeplechaser", +"steeplejack", +"steepness", +"steer", +"steer_roping", +"steerage", +"steerageway", +"steerer", +"steering", +"steering_committee", +"steering_gear", +"steering_linkage", +"steering_mechanism", +"steering_system", +"steering_wheel", +"steersman", +"stefan_wyszynski", +"stefan_zweig", +"steffens", +"steffi_graf", +"steganography", +"steganopus", +"steganopus_tricolor", +"stegocephalia", +"stegosaur", +"stegosaur_stenops", +"stegosaurus", +"steichen", +"stein", +"steinbeck", +"steinberg", +"steinbok", +"steinem", +"steiner", +"steinert's_disease", +"steinman", +"steinmetz", +"steinway", +"stela", +"stele", +"stelis", +"stella", +"stellar's_sea_eagle", +"stellar_parallax", +"stellaria", +"stellaria_holostea", +"stellaria_media", +"stellate_venule", +"steller", +"steller's_sea_cow", +"steller's_sea_lion", +"steller_sea_lion", +"stellite", +"stem", +"stem-cell_research", +"stem-winder", +"stem_blight", +"stem_canker", +"stem_cell", +"stem_ginger", +"stem_lettuce", +"stem_turn", +"stem_vowel", +"stemless_carline_thistle", +"stemless_daisy", +"stemless_golden_weed", +"stemless_hymenoxys", +"stemma", +"stemmatics", +"stemmatology", +"stemmer", +"stemming_algorithm", +"sten_gun", +"stench", +"stench_bomb", +"stencil", +"stendhal", +"stengel", +"stenocarpus", +"stenocarpus_salignus", +"stenocarpus_sinuatus", +"stenochlaena", +"stenograph", +"stenographer", +"stenography", +"stenopelmatidae", +"stenopelmatus", +"stenopelmatus_fuscus", +"stenopterygius", +"stenopterygius_quadrisicissus", +"stenosis", +"stenotaphrum", +"stenotaphrum_secundatum", +"stenotomus", +"stenotomus_aculeatus", +"stenotomus_chrysops", +"stenotus", +"stenotus_acaulis", +"stent", +"stentor", +"step", +"step-down", +"step-down_transformer", +"step-in", +"step-up", +"step-up_transformer", +"step_dancing", +"step_ladder", +"step_rocket", +"step_stool", +"stepbrother", +"stepchild", +"stepdaughter", +"stepfather", +"stephane_grappelli", +"stephane_mallarme", +"stephanie_graf", +"stephanion", +"stephanomeria", +"stephanomeria_malheurensis", +"stephanotis", +"stephanotis_floribunda", +"stephanus_johannes_paulus_kruger", +"stephead", +"stephen", +"stephen_a._douglas", +"stephen_arnold_douglas", +"stephen_butler_leacock", +"stephen_collins_foster", +"stephen_crane", +"stephen_decatur", +"stephen_foster", +"stephen_girard", +"stephen_grover_cleveland", +"stephen_hawking", +"stephen_jay_gould", +"stephen_leacock", +"stephen_michael_reich", +"stephen_samuel_wise", +"stephen_sondheim", +"stephen_spender", +"stephen_vincent_benet", +"stephen_william_hawking", +"stephenson", +"stepladder", +"stepmother", +"stepparent", +"steppe", +"stepped_line", +"stepper", +"stepping_down", +"stepping_motor", +"stepping_stone", +"steprelationship", +"steps", +"stepsister", +"stepson", +"steradian", +"stercobilinogen", +"stercolith", +"stercorariidae", +"stercorarius", +"stercorarius_parasiticus", +"sterculia", +"sterculia_acerifolia", +"sterculia_apetala", +"sterculia_family", +"sterculia_foetida", +"sterculia_gum", +"sterculia_rupestris", +"sterculiaceae", +"stereo", +"stereo_system", +"stereophonic_system", +"stereophony", +"stereoscope", +"stereoscopic_photograph", +"stereoscopic_picture", +"stereoscopic_vision", +"stereoscopy", +"stereospondyli", +"stereotype", +"sterileness", +"sterilisation", +"steriliser", +"sterility", +"sterilization", +"sterilizer", +"sterling", +"sterling_area", +"sterling_bloc", +"sterling_silver", +"stern", +"stern_chaser", +"sterna", +"sterna_hirundo", +"sterne", +"sterninae", +"sternness", +"sternocleido_mastoideus", +"sternocleidomastoid", +"sternocleidomastoid_muscle", +"sternocleidomastoid_vein", +"sternotherus", +"sternpost", +"sternum", +"sternutation", +"sternutator", +"sternutatory", +"sternwheeler", +"steroid", +"steroid_alcohol", +"steroid_hormone", +"sterol", +"sterope", +"stertor", +"stethoscope", +"stetson", +"steuben", +"steve_martin", +"steve_reich", +"stevedore", +"steven_spielberg", +"steven_weinberg", +"stevens", +"stevens'_law", +"stevens'_power_law", +"stevenson", +"stevia", +"stew", +"stew_meat", +"steward", +"stewardess", +"stewardship", +"stewart", +"stewing", +"stewing_pan", +"stewpan", +"sth", +"sthene", +"stheno", +"stibnite", +"stichaeidae", +"sticherus", +"sticherus_flabellatus", +"stick", +"stick-in-the-mud", +"stick_cinnamon", +"stick_figure", +"stick_horse", +"stick_insect", +"stick_lac", +"stick_shift", +"stickball", +"stickball_game", +"sticker", +"stickiness", +"sticking_plaster", +"sticking_point", +"stickleback", +"stickler", +"stickpin", +"sticks_and_stone", +"sticktight", +"sticktight_flea", +"stickup", +"stickup_man", +"stickweed", +"sticky_aster", +"sticky_bun", +"sticky_end", +"sticky_geranium", +"stictomys", +"stictopelia", +"stictopelia_cuneata", +"stieglitz", +"stiff", +"stiff_aster", +"stiff_gentian", +"stiff_upper_lip", +"stiffener", +"stiffening", +"stiffness", +"stifle", +"stifler", +"stifling", +"stigma", +"stigmata", +"stigmatic", +"stigmatisation", +"stigmatism", +"stigmatist", +"stigmatization", +"stilbesterol", +"stilbestrol", +"stilboestrol", +"stile", +"stiletto", +"stiletto_heel", +"still", +"still's_disease", +"still_hunt", +"still_life", +"still_room", +"stillbirth", +"stillborn_infant", +"stillness", +"stillroom", +"stillson_wrench", +"stilt", +"stilt_plover", +"stiltbird", +"stilton", +"stilwell", +"stimulant", +"stimulant_drug", +"stimulation", +"stimulus", +"stimulus_generalisation", +"stimulus_generalization", +"sting", +"sting_operation", +"stingaree-bush", +"stinger", +"stinginess", +"stinging", +"stinging_hair", +"stinging_nettle", +"stingray", +"stink", +"stink_bell", +"stink_bomb", +"stink_fly", +"stinkbird", +"stinker", +"stinkhorn", +"stinkiness", +"stinking_bean_trefoil", +"stinking_cedar", +"stinking_chamomile", +"stinking_clover", +"stinking_elder", +"stinking_gladwyn", +"stinking_goosefoot", +"stinking_hellebore", +"stinking_horehound", +"stinking_iris", +"stinking_mayweed", +"stinking_nightshade", +"stinking_smut", +"stinking_wattle", +"stinking_weed", +"stinking_yew", +"stinkpot", +"stinkweed", +"stinky_squid", +"stint", +"stinter", +"stipe", +"stipend", +"stipendiary", +"stipendiary_magistrate", +"stippler", +"stipulation", +"stipulative_definition", +"stipule", +"stir", +"stirk", +"stirrer", +"stirring", +"stirrup", +"stirrup_cup", +"stirrup_iron", +"stirrup_pump", +"stitch", +"stitcher", +"stitchery", +"stitching", +"stitchwort", +"stizidae", +"stizolobium", +"stizolobium_deeringiana", +"stizostedion", +"stizostedion_vitreum", +"stm", +"stoat", +"stob", +"stochastic_process", +"stochastic_variable", +"stochasticity", +"stock", +"stock-in-trade", +"stock-index_futures", +"stock-purchase_warrant", +"stock-take", +"stock-taker", +"stock-taking", +"stock_breeder", +"stock_buyback", +"stock_car", +"stock_certificate", +"stock_company", +"stock_cube", +"stock_dividend", +"stock_exchange", +"stock_farmer", +"stock_index", +"stock_issue", +"stock_list", +"stock_market", +"stock_market_index", +"stock_of_record", +"stock_option", +"stock_power", +"stock_purchase_plan", +"stock_raiser", +"stock_room", +"stock_saddle", +"stock_split", +"stock_symbol", +"stock_ticker", +"stock_trader", +"stock_warrant", +"stockade", +"stockbroker", +"stockbroker_belt", +"stockcar", +"stocker", +"stockfish", +"stockholder", +"stockholder_of_record", +"stockholders_meeting", +"stockholding", +"stockholdings", +"stockholm", +"stockhorn", +"stockinet", +"stockinette", +"stockinette_stitch", +"stocking", +"stocking_cap", +"stocking_filler", +"stocking_stuffer", +"stockist", +"stockjobber", +"stockman", +"stockpile", +"stockpiling", +"stockpot", +"stockroom", +"stocks", +"stocktake", +"stocktaker", +"stocktaking", +"stockton", +"stockyard", +"stodge", +"stodginess", +"stoep", +"stogie", +"stogy", +"stoic", +"stoichiometry", +"stoicism", +"stokehold", +"stokehole", +"stoker", +"stokes'_aster", +"stokes-adams_syndrome", +"stokesia", +"stokesia_laevis", +"stokowski", +"stole", +"stolen_property", +"stolidity", +"stolidness", +"stolon", +"stoma", +"stomach", +"stomach_ache", +"stomach_exercise", +"stomach_flu", +"stomach_pump", +"stomach_sweetbread", +"stomach_upset", +"stomachache", +"stomacher", +"stomate", +"stomatitis", +"stomatopod", +"stomatopod_crustacean", +"stomatopoda", +"stomp", +"stomper", +"stone", +"stone's_throw", +"stone-face", +"stone-root", +"stone_age", +"stone_bass", +"stone_bramble", +"stone_breaker", +"stone_crab", +"stone_cress", +"stone_curlew", +"stone_drill", +"stone_facing", +"stone_fly", +"stone_fruit", +"stone_life_face", +"stone_marten", +"stone_mimicry_plant", +"stone_parsley", +"stone_pine", +"stone_pit", +"stone_plant", +"stone_root", +"stone_wall", +"stonechat", +"stonecress", +"stonecrop", +"stonecrop_family", +"stonecutter", +"stoneface", +"stonefish", +"stonefly", +"stonehenge", +"stonemason", +"stoner", +"stoneroot", +"stonewall_jackson", +"stonewaller", +"stonewalling", +"stoneware", +"stonework", +"stonewort", +"stoning", +"stony_coral", +"stony_tunguska", +"stooge", +"stool", +"stool_pigeon", +"stool_test", +"stoolie", +"stoolpigeon", +"stoop", +"stooper", +"stop", +"stop-loss_order", +"stop_bath", +"stop_consonant", +"stop_number", +"stop_order", +"stop_payment", +"stop_press", +"stop_watch", +"stopcock", +"stopes", +"stopgap", +"stoplight", +"stopover", +"stoppage", +"stoppard", +"stopper", +"stopper_knot", +"stopping", +"stopping_point", +"stopple", +"stops", +"stopwatch", +"storage", +"storage-battery_grid", +"storage_allocation", +"storage_area", +"storage_battery", +"storage_cell", +"storage_device", +"storage_locker", +"storage_medium", +"storage_ring", +"storage_room", +"storage_space", +"storage_tank", +"storage_warehouse", +"storax", +"storax_family", +"store", +"store_cheese", +"store_detective", +"stored_program", +"storefront", +"storehouse", +"storekeeper", +"storeria", +"storeria_occipitamaculata", +"storeroom", +"storey", +"stork", +"storksbill", +"storm", +"storm_cellar", +"storm_center", +"storm_centre", +"storm_cloud", +"storm_cone", +"storm_door", +"storm_lamp", +"storm_lantern", +"storm_petrel", +"storm_sash", +"storm_signal", +"storm_trooper", +"storm_troops", +"storm_window", +"storminess", +"stormy_petrel", +"story", +"storybook", +"storyline", +"storyteller", +"stotinka", +"stoup", +"stout", +"stoutheartedness", +"stoutness", +"stove", +"stove_bolt", +"stove_poker", +"stovepipe", +"stovepipe_iron", +"stovepiping", +"stover", +"stowage", +"stowaway", +"stowe", +"stowing", +"stp", +"strabismus", +"strabotomy", +"strachey", +"strad", +"stradavarius", +"straddle", +"stradivari", +"stradivarius", +"strafe", +"strafer", +"straggle", +"straggler", +"straight", +"straight-arm", +"straight-fluted_drill", +"straight-line_method", +"straight-line_method_of_depreciation", +"straight_and_narrow", +"straight_angle", +"straight_arch", +"straight_arrow", +"straight_chain", +"straight_chair", +"straight_face", +"straight_flush", +"straight_flute", +"straight_hang", +"straight_life_insurance", +"straight_line", +"straight_man", +"straight_person", +"straight_pin", +"straight_poker", +"straight_razor", +"straight_shooter", +"straight_sinus", +"straight_thrust", +"straight_ticket", +"straightaway", +"straightedge", +"straightener", +"straightforwardness", +"straightjacket", +"straightness", +"strain", +"strain_gage", +"strain_gauge", +"strainer", +"strainer_vine", +"straining", +"strait", +"strait_and_narrow", +"strait_of_calais", +"strait_of_dover", +"strait_of_georgia", +"strait_of_gibraltar", +"strait_of_hormuz", +"strait_of_magellan", +"strait_of_messina", +"strait_of_ormuz", +"straitjacket", +"straits", +"strake", +"strand", +"strand_wolf", +"strange_attractor", +"strange_particle", +"strange_quark", +"strangeness", +"stranger", +"stranglehold", +"strangler", +"strangler_fig", +"strangler_tree", +"strangles", +"strangling", +"strangulation", +"strap", +"strap_fern", +"strap_hinge", +"strapado", +"straphanger", +"strapless", +"strappado", +"strapper", +"strasberg", +"strasbourg", +"strassburg", +"stratagem", +"strategian", +"strategic_arms_limitation_talks", +"strategic_buyout", +"strategic_intelligence", +"strategic_warning", +"strategics", +"strategist", +"strategy", +"stratford-on-avon", +"stratford-upon-avon", +"stratification", +"stratified_language", +"stratified_sample", +"stratified_sampling", +"stratigraphy", +"stratocracy", +"stratosphere", +"stratum", +"stratum_basale", +"stratum_corneum", +"stratum_germinativum", +"stratum_granulosum", +"stratum_lucidum", +"stratus", +"stratus_cloud", +"strauss", +"strauss_the_elder", +"strauss_the_younger", +"stravinsky", +"straw", +"straw_boss", +"straw_foxglove", +"straw_hat", +"straw_man", +"straw_mushroom", +"straw_poll", +"straw_vote", +"straw_wine", +"strawberry", +"strawberry-shrub_family", +"strawberry_blite", +"strawberry_bush", +"strawberry_daiquiri", +"strawberry_geranium", +"strawberry_guava", +"strawberry_haemangioma", +"strawberry_hemangioma", +"strawberry_ice_cream", +"strawberry_jam", +"strawberry_mark", +"strawberry_pigweed", +"strawberry_preserves", +"strawberry_saxifrage", +"strawberry_shrub", +"strawberry_tomato", +"strawberry_tree", +"strawboard", +"strawflower", +"strawman", +"strawworm", +"stray", +"strayer", +"streak", +"streaker", +"stream", +"stream_of_consciousness", +"stream_orchid", +"streambed", +"streamer", +"streamer_fly", +"streaming", +"streamlet", +"streamline_flow", +"streamliner", +"streep", +"street", +"street_address", +"street_arab", +"street_child", +"street_cleaner", +"street_clothes", +"street_corner", +"street_cred", +"street_credibility", +"street_drug", +"street_fighter", +"street_girl", +"street_lamp", +"street_name", +"street_organ", +"street_person", +"street_sign", +"street_smarts", +"street_sweeper", +"street_theater", +"street_urchin", +"streetcar", +"streetcar_track", +"streetlight", +"streetwalker", +"streisand", +"strekelia", +"strekelia_formosissima", +"strelitzia", +"strelitzia_family", +"strelitzia_reginae", +"strelitziaceae", +"strength", +"strengthener", +"strengthening", +"strenuosity", +"strenuousness", +"strep", +"strep_throat", +"strepera", +"strepsiceros", +"strepsirhini", +"streptobacillus", +"streptocarpus", +"streptococcal_sore_throat", +"streptococci", +"streptococcus", +"streptococcus_anhemolyticus", +"streptococcus_tonsilitis", +"streptodornase", +"streptokinase", +"streptolysin", +"streptomyces", +"streptomyces_erythreus", +"streptomyces_griseus", +"streptomyces_scabies", +"streptomycetaceae", +"streptomycin", +"streptopelia", +"streptopelia_risoria", +"streptopelia_turtur", +"streptosolen", +"streptosolen_jamesonii", +"streptothricin", +"stress", +"stress_fracture", +"stress_incontinence", +"stress_mark", +"stress_test", +"stressor", +"stretch", +"stretch_mark", +"stretch_pants", +"stretch_receptor", +"stretch_reflex", +"stretchability", +"stretcher", +"stretcher-bearer", +"stretcher_party", +"stretchiness", +"stretching", +"streusel", +"strewing", +"stria", +"striate_area", +"striate_body", +"striate_cortex", +"striate_vein", +"striated_muscle", +"striated_muscle_cell", +"striated_muscle_fiber", +"striated_muscle_tissue", +"striation", +"striatum", +"strickland", +"strickle", +"strictness", +"stricture", +"stride", +"stridence", +"stridency", +"strider", +"stridor", +"stridulation", +"strife", +"strigidae", +"strigiformes", +"strike", +"strike-slip_fault", +"strike_leader", +"strike_pay", +"strike_zone", +"strikebreaker", +"strikebreaking", +"strikeout", +"striker", +"striking", +"strikingness", +"strindberg", +"string", +"string_bass", +"string_bean", +"string_cheese", +"string_line", +"string_of_beads", +"string_of_words", +"string_orchestra", +"string_quartet", +"string_quartette", +"string_section", +"string_theory", +"string_tie", +"stringed_instrument", +"stringency", +"stringer", +"strings", +"stringybark", +"stringybark_pine", +"strip", +"strip-jack-naked", +"strip_alert", +"strip_cropping", +"strip_lighting", +"strip_mall", +"strip_mine", +"strip_miner", +"strip_mining", +"strip_poker", +"strip_search", +"strip_show", +"strip_steak", +"stripe", +"stripe_blight", +"striped_bass", +"striped_button_quail", +"striped_coral_root", +"striped_dogwood", +"striped_drum", +"striped_gentian", +"striped_hyena", +"striped_killifish", +"striped_maple", +"striped_marlin", +"striped_muishond", +"striped_mullet", +"striped_racer", +"striped_skunk", +"striped_squirrel", +"striped_violet", +"striper", +"stripes", +"striping", +"stripling", +"stripper", +"stripper_well", +"stripping", +"striptease", +"striptease_artist", +"stripteaser", +"striver", +"striving", +"strix", +"strix_aluco", +"strix_nebulosa", +"strix_occidentalis", +"strix_varia", +"strizostedion_vitreum_glaucum", +"strobe", +"strobe_light", +"strobile", +"strobilomyces", +"strobilomyces_floccopus", +"strobilus", +"stroboscope", +"stroheim", +"stroke", +"stroke_play", +"stroking", +"stroll", +"stroller", +"stroma", +"stromateid", +"stromateid_fish", +"stromateidae", +"strombidae", +"strombus", +"strombus_gigas", +"strong-armer", +"strong_belief", +"strong_breeze", +"strong_drink", +"strong_force", +"strong_gale", +"strong_interaction", +"strong_point", +"strong_suit", +"strongbox", +"stronghold", +"strongman", +"strongroom", +"strongylodon", +"strongylodon_macrobotrys", +"strontianite", +"strontium", +"strontium_90", +"strop", +"strophanthin", +"strophanthus", +"strophanthus_kombe", +"stropharia", +"stropharia_ambigua", +"stropharia_hornemannii", +"stropharia_rugoso-annulata", +"strophariaceae", +"strophe", +"structural_anthropology", +"structural_formula", +"structural_gene", +"structural_genomics", +"structural_iron", +"structural_linguistics", +"structural_member", +"structural_sociology", +"structural_steel", +"structuralism", +"structure", +"strudel", +"struggle", +"struggler", +"strum", +"struma", +"strumpet", +"strut", +"struthio", +"struthio_camelus", +"struthiomimus", +"struthionidae", +"struthioniformes", +"strychnine", +"strymon", +"strymon_melinus", +"stuart", +"stuart_davis", +"stub", +"stub_nail", +"stubbiness", +"stubble", +"stubbornness", +"stubbs", +"stucco", +"stud", +"stud_farm", +"stud_finder", +"stud_mare", +"stud_poker", +"studbook", +"student", +"student_center", +"student_lamp", +"student_lodging", +"student_nurse", +"student_residence", +"student_teacher", +"student_union", +"studentship", +"studhorse", +"studio", +"studio_apartment", +"studio_couch", +"studiousness", +"study", +"study_hall", +"studying", +"stuff", +"stuff_and_nonsense", +"stuff_shot", +"stuffed_cabbage", +"stuffed_derma", +"stuffed_egg", +"stuffed_grape_leaves", +"stuffed_mushroom", +"stuffed_peppers", +"stuffed_shirt", +"stuffed_tomato", +"stuffer", +"stuffiness", +"stuffing", +"stuffing_box", +"stuffing_nut", +"stultification", +"stumble", +"stumblebum", +"stumbler", +"stumbling_block", +"stump", +"stump_speech", +"stump_spud", +"stumper", +"stumping", +"stumpknocker", +"stun_baton", +"stun_gun", +"stunner", +"stunt", +"stunt_flier", +"stunt_flying", +"stunt_kite", +"stunt_man", +"stunt_pilot", +"stunt_woman", +"stuntedness", +"stunting", +"stupa", +"stupe", +"stupefaction", +"stupid", +"stupid_person", +"stupidity", +"stupor", +"sturdiness", +"sturgeon", +"sturm_und_drang", +"sturmabteilung", +"sturnella", +"sturnella_magna", +"sturnella_neglecta", +"sturnidae", +"sturnus", +"sturnus_vulgaris", +"sturt's_desert_pea", +"sturt_pea", +"stutter", +"stutterer", +"stuttgart", +"stuyvesant", +"sty", +"stye", +"style", +"style_of_architecture", +"style_sheet", +"stylemark", +"styler", +"stylet", +"stylisation", +"stylishness", +"stylist", +"stylite", +"stylization", +"styloid_process", +"stylomastoid_vein", +"stylomecon", +"stylomecon_heterophyllum", +"stylophorum", +"stylophorum_diphyllum", +"stylopodium", +"stylostixis", +"stylus", +"stylus_printer", +"stymie", +"stymy", +"styphelia", +"styphelia_humifusum", +"styphelia_triflora", +"stypsis", +"styptic", +"styptic_weed", +"styracaceae", +"styracosaur", +"styracosaurus", +"styrax", +"styrax_family", +"styrax_japonicum", +"styrax_obassia", +"styrax_texana", +"styrene", +"styrofoam", +"styron", +"styx", +"suasion", +"suaveness", +"suavity", +"sub", +"sub-assembly", +"sub-interval", +"sub-saharan_africa", +"sub-test", +"subacute_bacterial_endocarditis", +"subacute_inclusion_body_encephalitis", +"subacute_sclerosing_leukoencephalitis", +"subacute_sclerosing_panencephalitis", +"subalpine_fir", +"subalpine_larch", +"subaltern", +"subarachnoid_space", +"subatomic_particle", +"subbase", +"subbing", +"subclass", +"subclass_acnidosporidia", +"subclass_actinopoda", +"subclass_alismatidae", +"subclass_amphineura", +"subclass_anapsida", +"subclass_archaeornithes", +"subclass_archosauria", +"subclass_arecidae", +"subclass_asteridae", +"subclass_branchiopoda", +"subclass_caryophyllidae", +"subclass_cirripedia", +"subclass_cnidosporidia", +"subclass_commelinidae", +"subclass_copepoda", +"subclass_crossopterygii", +"subclass_diapsida", +"subclass_dibranchia", +"subclass_dibranchiata", +"subclass_dilleniidae", +"subclass_dipnoi", +"subclass_discomycetes", +"subclass_elasmobranchii", +"subclass_entomostraca", +"subclass_euascomycetes", +"subclass_euryalida", +"subclass_eutheria", +"subclass_exopterygota", +"subclass_hamamelidae", +"subclass_heterobasidiomycetes", +"subclass_holocephali", +"subclass_homobasidiomycetes", +"subclass_infusoria", +"subclass_lepidosauria", +"subclass_liliidae", +"subclass_magnoliidae", +"subclass_malacostraca", +"subclass_metatheria", +"subclass_ophiurida", +"subclass_opisthobranchia", +"subclass_ostracoda", +"subclass_pantotheria", +"subclass_phytomastigina", +"subclass_prototheria", +"subclass_rhizopoda", +"subclass_rosidae", +"subclass_selachii", +"subclass_synapsida", +"subclass_teleostei", +"subclass_telosporidia", +"subclass_zoomastigina", +"subclavian_artery", +"subclavian_vein", +"subclinical_absence", +"subcommittee", +"subcompact", +"subcompact_car", +"subconscious", +"subconscious_mind", +"subconsciousness", +"subcontinent", +"subcontract", +"subcontractor", +"subculture", +"subcutaneous_injection", +"subcutaneous_test", +"subdata_base", +"subdeacon", +"subdirectory", +"subdivider", +"subdivision", +"subdivision_ascomycota", +"subdivision_ascomycotina", +"subdivision_basidiomycota", +"subdivision_basidiomycotina", +"subdivision_coniferophytina", +"subdivision_cycadophyta", +"subdivision_cycadophytina", +"subdivision_deuteromycota", +"subdivision_deuteromycotina", +"subdivision_ginkgophyta", +"subdivision_ginkgophytina", +"subdivision_gnetophytina", +"subdivision_mastigomycota", +"subdivision_mastigomycotina", +"subdivision_pinophytina", +"subdivision_pteropsida", +"subdivision_taxophytina", +"subdivision_zygomycota", +"subdivision_zygomycotina", +"subdominant", +"subduction", +"subduedness", +"subduer", +"subeditor", +"suberic_acid", +"subfamily", +"subfamily_acoraceae", +"subfamily_anserinae", +"subfamily_bassariscidae", +"subfamily_bovinae", +"subfamily_cabombaceae", +"subfamily_caesalpinioideae", +"subfamily_carduelinae", +"subfamily_carpinaceae", +"subfamily_cetoniidae", +"subfamily_corylaceae", +"subfamily_dorylinae", +"subfamily_dracaenaceae", +"subfamily_dracenaceae", +"subfamily_emberizidae", +"subfamily_emberizinae", +"subfamily_garrulinae", +"subfamily_gerbillinae", +"subfamily_hydromyinae", +"subfamily_loriinae", +"subfamily_lutrinae", +"subfamily_malaconotinae", +"subfamily_melinae", +"subfamily_melolonthidae", +"subfamily_mephitinae", +"subfamily_merginae", +"subfamily_mimosoideae", +"subfamily_nelumbonaceae", +"subfamily_numididae", +"subfamily_numidinae", +"subfamily_papilionoideae", +"subfamily_perdicidae", +"subfamily_perdicinae", +"subfamily_peristediinae", +"subfamily_petauristidae", +"subfamily_philadelphaceae", +"subfamily_potoroinae", +"subfamily_pythoninae", +"subfamily_smilacaceae", +"subfamily_sterninae", +"subfamily_sylviinae", +"subfamily_taxodiaceae", +"subfamily_triglinae", +"subfamily_turdinae", +"subfamily_uvulariaceae", +"subfigure", +"subgenus", +"subgenus_azalea", +"subgenus_azaleastrum", +"subgenus_calliopsis", +"subgenus_chen", +"subgenus_pastor", +"subgenus_poinciana", +"subgroup", +"subhead", +"subheading", +"subject", +"subject_area", +"subject_case", +"subject_field", +"subject_matter", +"subjection", +"subjectiveness", +"subjectivism", +"subjectivist", +"subjectivity", +"subjoining", +"subjugation", +"subjugator", +"subjunction", +"subjunctive", +"subjunctive_mood", +"subkingdom", +"subkingdom_metazoa", +"subkingdom_parazoa", +"sublease", +"sublet", +"sublieutenant", +"sublimate", +"sublimation", +"sublimaze", +"sublime_porte", +"sublimity", +"sublingual_gland", +"sublingual_salivary_gland", +"sublingual_vein", +"subluxation", +"submachine_gun", +"submandibular_gland", +"submandibular_salivary_gland", +"submarine", +"submarine_ball", +"submarine_earthquake", +"submarine_pitch", +"submarine_sandwich", +"submarine_torpedo", +"submariner", +"submaxilla", +"submaxillary_gland", +"submaxillary_salivary_gland", +"submediant", +"submenu", +"submergence", +"submerging", +"submersible", +"submersible_warship", +"submersion", +"submission", +"submissiveness", +"submitter", +"submucosa", +"subnormal", +"subnormality", +"suborder", +"suborder_alcyonacea", +"suborder_anisoptera", +"suborder_anseres", +"suborder_anthropoidea", +"suborder_blattaria", +"suborder_blattodea", +"suborder_blennioidea", +"suborder_brachyura", +"suborder_carnosaura", +"suborder_cephalaspida", +"suborder_ceratopsia", +"suborder_ceratosaura", +"suborder_charadrii", +"suborder_clamatores", +"suborder_euronithopoda", +"suborder_eurylaimi", +"suborder_gorgonacea", +"suborder_gorgoniacea", +"suborder_heteroptera", +"suborder_heterostraci", +"suborder_homoptera", +"suborder_hyperoartia", +"suborder_hyperotreta", +"suborder_hystricomorpha", +"suborder_lacertilia", +"suborder_lari", +"suborder_lemuroidea", +"suborder_limicolae", +"suborder_lipotyphla", +"suborder_maniraptora", +"suborder_manteodea", +"suborder_marginocephalia", +"suborder_megachiroptera", +"suborder_megaloptera", +"suborder_menotyphla", +"suborder_menurae", +"suborder_microchiroptera", +"suborder_mugiloidea", +"suborder_myomorpha", +"suborder_mysticeti", +"suborder_myxiniformes", +"suborder_myxinoidei", +"suborder_natantia", +"suborder_nematocera", +"suborder_nothosauria", +"suborder_odontoceti", +"suborder_ophidia", +"suborder_ornithomimida", +"suborder_ornithopoda", +"suborder_oscines", +"suborder_osteostraci", +"suborder_otides", +"suborder_pachycephalosaurus", +"suborder_passeres", +"suborder_percoidea", +"suborder_petromyzoniformes", +"suborder_pinnipedia", +"suborder_plesiosauria", +"suborder_prosauropoda", +"suborder_prosimii", +"suborder_reptantia", +"suborder_ruminantia", +"suborder_sauria", +"suborder_sauropoda", +"suborder_sauropodomorpha", +"suborder_sciuromorpha", +"suborder_scombroidea", +"suborder_scorpaenoidea", +"suborder_serpentes", +"suborder_strepsirhini", +"suborder_tarsioidea", +"suborder_theropoda", +"suborder_thyreophora", +"suborder_tyranni", +"suborder_xenarthra", +"suborder_zygoptera", +"subordinate", +"subordinate_clause", +"subordinate_conjunction", +"subordinate_word", +"subordinateness", +"subordinating_conjunction", +"subordination", +"subornation", +"subornation_of_perjury", +"suborner", +"subpart", +"subphylum", +"subphylum_cephalochordata", +"subphylum_craniata", +"subphylum_pentastomida", +"subphylum_tunicata", +"subphylum_urochorda", +"subphylum_urochordata", +"subphylum_vertebrata", +"subpoena", +"subpoena_ad_testificandum", +"subpoena_duces_tecum", +"subpopulation", +"subprogram", +"subrogation", +"subroutine", +"subroutine_library", +"subscriber", +"subscriber_line", +"subscript", +"subscription", +"subscription_right", +"subscription_warrant", +"subsection", +"subsequence", +"subsequentness", +"subservience", +"subservientness", +"subset", +"subshrub", +"subsidence", +"subsidiarity", +"subsidiary", +"subsidiary_company", +"subsidiary_ledger", +"subsiding", +"subsidisation", +"subsidiser", +"subsidization", +"subsidizer", +"subsidy", +"subsistence", +"subsistence_farming", +"subsister", +"subsoil", +"subspace", +"subspecies", +"substance", +"substance_abuse", +"substance_abuser", +"substantia_alba", +"substantia_grisea", +"substantia_nigra", +"substantiality", +"substantialness", +"substantiation", +"substantive", +"substantive_dye", +"substation", +"substitutability", +"substitute", +"substituting", +"substitution", +"substitution_class", +"substrate", +"substratum", +"substring", +"substructure", +"subsumption", +"subsystem", +"subterfuge", +"subthalamic_nucleus", +"subthalamus", +"subtilin", +"subtitle", +"subtlety", +"subtonic", +"subtopia", +"subtotal", +"subtracter", +"subtraction", +"subtrahend", +"subtreasury", +"subtropics", +"subularia", +"subularia_aquatica", +"subunit", +"suburb", +"suburban_area", +"suburbanite", +"suburbia", +"subvention", +"subversion", +"subversive", +"subversive_activity", +"subversiveness", +"subverter", +"subvocaliser", +"subvocalizer", +"subway", +"subway_fare", +"subway_station", +"subway_system", +"subway_token", +"subway_train", +"subwoofer", +"succade", +"succedaneum", +"succeeder", +"success", +"successfulness", +"succession", +"successiveness", +"successor", +"succinctness", +"succinic_acid", +"succinylcholine", +"succor", +"succorer", +"succory", +"succos", +"succotash", +"succoth", +"succour", +"succourer", +"succuba", +"succubus", +"succulence", +"succulency", +"succulent", +"succus", +"succussion", +"suck", +"sucker", +"sucker_punch", +"suckerfish", +"sucking", +"sucking_fish", +"sucking_louse", +"sucking_pig", +"suckling", +"suckling_pig", +"suckling_reflex", +"sucralfate", +"sucrase", +"sucre", +"sucrose", +"suction", +"suction_cup", +"suction_curettage", +"suction_lipectomy", +"suction_pump", +"suction_stop", +"sudafed", +"sudan", +"sudanese", +"sudanese_monetary_unit", +"sudanese_pound", +"sudation", +"sudatorium", +"sudatory", +"sudbury", +"sudden_death", +"sudden_infant_death_syndrome", +"suddenness", +"sudoku", +"sudor", +"sudoriferous_gland", +"sudorific", +"sudra", +"suds", +"sue", +"suede", +"suede_cloth", +"suede_glove", +"suede_leather", +"suer", +"suet", +"suet_pudding", +"suez", +"suez_canal", +"sufferance", +"sufferer", +"suffering", +"sufficiency", +"suffix", +"suffix_notation", +"suffixation", +"suffocation", +"suffragan", +"suffragan_bishop", +"suffrage", +"suffragette", +"suffragism", +"suffragist", +"suffrutex", +"suffusion", +"sufi", +"sufism", +"sugar", +"sugar-bush", +"sugar_apple", +"sugar_beet", +"sugar_bowl", +"sugar_candy", +"sugar_cane", +"sugar_cookie", +"sugar_corn", +"sugar_daddy", +"sugar_loaf", +"sugar_maple", +"sugar_of_lead", +"sugar_palm", +"sugar_pea", +"sugar_ray_robinson", +"sugar_refinery", +"sugar_shell", +"sugar_snap_pea", +"sugar_sorghum", +"sugar_spoon", +"sugar_sumac", +"sugar_syrup", +"sugar_water", +"sugarberry", +"sugarcane", +"sugariness", +"sugarloaf", +"sugarplum", +"suggester", +"suggestibility", +"suggestion", +"sugi", +"suharto", +"suicide", +"suicide_bomber", +"suicide_bombing", +"suicide_mission", +"suicide_pact", +"suicide_pill", +"suicide_squeeze", +"suicide_squeeze_play", +"suidae", +"suillus", +"suillus_albivelatus", +"suisse", +"suit", +"suit_of_armor", +"suit_of_armour", +"suit_of_clothes", +"suitability", +"suitableness", +"suitcase", +"suite", +"suiting", +"suitor", +"sukarno", +"sukiyaki", +"sukkoth", +"suksdorfia", +"suksdorfia_violaceae", +"sukur", +"sula", +"sula_bassana", +"sulamyd", +"sulawesi", +"sulcus", +"sulcus_centralis", +"sulcus_lateralis_cerebri", +"sulfa", +"sulfa_drug", +"sulfacetamide", +"sulfadiazine", +"sulfamethazine", +"sulfamethoxazole", +"sulfamezathine", +"sulfanilamide", +"sulfanilic_acid", +"sulfapyridine", +"sulfate", +"sulfide", +"sulfisoxazole", +"sulfonamide", +"sulfonate", +"sulfonic_acid", +"sulfonylurea", +"sulfur", +"sulfur_bacteria", +"sulfur_bottom", +"sulfur_butterfly", +"sulfur_dioxide", +"sulfur_hexafluoride", +"sulfur_mine", +"sulfur_mustard", +"sulfur_oxide", +"sulfur_paintbrush", +"sulfuric_acid", +"sulidae", +"sulindac", +"sulk", +"sulkiness", +"sulky", +"sulla", +"sullenness", +"sullivan", +"sully", +"sulpha", +"sulphanilic_acid", +"sulphate", +"sulphide", +"sulphonic_acid", +"sulphur", +"sulphur-crested_cockatoo", +"sulphur_bacteria", +"sulphur_butterfly", +"sulphur_dioxide", +"sulphur_hexafluoride", +"sulphur_mine", +"sulphur_oxide", +"sulphuric_acid", +"sultan", +"sultan_of_swat", +"sultana", +"sultanate", +"sultanate_of_oman", +"sultriness", +"sum", +"sum-up", +"sum_of_money", +"sum_total", +"sumac", +"sumac_family", +"sumach", +"sumatra", +"sumatran", +"sumer", +"sumerian", +"sumerology", +"summarisation", +"summarization", +"summary", +"summary_judgement", +"summary_judgment", +"summary_treatment", +"summation", +"summer", +"summer_camp", +"summer_cohosh", +"summer_crookneck", +"summer_cypress", +"summer_damask_rose", +"summer_duck", +"summer_flounder", +"summer_haw", +"summer_house", +"summer_hyacinth", +"summer_redbird", +"summer_savory", +"summer_savoury", +"summer_school", +"summer_snowflake", +"summer_solstice", +"summer_squash", +"summer_squash_vine", +"summer_stock", +"summer_sweet", +"summer_tanager", +"summercater", +"summercaters", +"summerhouse", +"summersault", +"summerset", +"summertime", +"summing_up", +"summit", +"summit_meeting", +"summoning", +"summons", +"summum_bonum", +"sumner", +"sumo", +"sumo_ring", +"sumo_wrestler", +"sump", +"sump_pump", +"sumpsimus", +"sumpter", +"sumptuosity", +"sumptuousness", +"sun", +"sun-ray", +"sun-ray_lamp", +"sun-worship", +"sun_bathing", +"sun_blocker", +"sun_city", +"sun_dance", +"sun_deck", +"sun_gear", +"sun_god", +"sun_hat", +"sun_helmet", +"sun_king", +"sun_lamp", +"sun_lounge", +"sun_marigold", +"sun_myung_moon", +"sun_parlor", +"sun_parlour", +"sun_pitcher", +"sun_plant", +"sun_porch", +"sun_protection_factor", +"sun_river", +"sun_rose", +"sun_spurge", +"sun_tea", +"sun_valley", +"sun_visor", +"sun_worshiper", +"sun_yat-sen", +"sun_yixian", +"sunbather", +"sunbeam", +"sunbelt", +"sunberry", +"sunblind", +"sunblock", +"sunbonnet", +"sunburn", +"sunburst", +"sunburst_pleat", +"sunchoke", +"sunda_islands", +"sundacarpus", +"sundacarpus_amara", +"sundae", +"sundanese", +"sunday", +"sunday_best", +"sunday_clothes", +"sunday_punch", +"sunday_school", +"sunderland", +"sundew", +"sundew_family", +"sundew_plant", +"sundial", +"sundial_lupine", +"sundog", +"sundown", +"sundowner", +"sundress", +"sundries", +"sundrops", +"sunfish", +"sunflower", +"sunflower-seed_oil", +"sunflower_oil", +"sunflower_seed", +"sunflower_state", +"sung", +"sung_dynasty", +"sunglass", +"sunglasses", +"sunhat", +"sunk_fence", +"sunken_arch", +"sunken_garden", +"sunlamp", +"sunlight", +"sunna", +"sunnah", +"sunni", +"sunni_islam", +"sunni_muslim", +"sunniness", +"sunnite", +"sunporch", +"sunray", +"sunray_lamp", +"sunray_pleat", +"sunrise", +"sunrise_industry", +"sunroof", +"sunroom", +"sunrose", +"sunscreen", +"sunset", +"sunshade", +"sunshine", +"sunshine-roof", +"sunshine_state", +"sunspot", +"sunstone", +"sunstroke", +"sunsuit", +"suntan", +"suntrap", +"sunup", +"suomi", +"sup", +"super", +"super_acid", +"super_c", +"super_heavyweight", +"superabundance", +"superannuation", +"superannuation_fund", +"superbia", +"superbug", +"supercargo", +"supercharger", +"superciliary_arch", +"superciliary_ridge", +"superciliousness", +"supercilium", +"superclass", +"superclass_agnatha", +"superclass_chelicerata", +"superclass_gnathostomata", +"superclass_myriapoda", +"supercomputer", +"superconducting_supercollider", +"superconductivity", +"superego", +"supererogation", +"superfamily", +"superfamily_aphidoidea", +"superfamily_apoidea", +"superfamily_coccoidea", +"superfamily_hominoidea", +"superfamily_lamellicornia", +"superfamily_muroidea", +"superfamily_muscoidea", +"superfamily_platyrrhini", +"superfamily_sphecoidea", +"superfamily_tineoidea", +"superfamily_tyrannidae", +"superfecta", +"superfecundation", +"superfetation", +"superficial_epigastric_vein", +"superficial_middle_cerebral_vein", +"superficial_temporal_vein", +"superficiality", +"superficies", +"superfluity", +"superfund", +"superfund_program", +"superfund_site", +"supergiant", +"supergrass", +"superhet", +"superheterodyne_receiver", +"superhigh_frequency", +"superhighway", +"superinfection", +"superintendence", +"superintendent", +"superior", +"superior_alveolar_artery", +"superior_cerebellar_artery", +"superior_cerebral_vein", +"superior_colliculus", +"superior_conjunction", +"superior_court", +"superior_epigastric_veins", +"superior_general", +"superior_labial_artery", +"superior_labial_vein", +"superior_mesenteric_artery", +"superior_ophthalmic_vein", +"superior_planet", +"superior_pulmonary_vein", +"superior_rectus", +"superior_rectus_muscle", +"superior_skill", +"superior_thalamostriate_vein", +"superior_thyroid_vein", +"superior_vena_cava", +"superior_vocal_cord", +"superiority", +"superiority_complex", +"superlative", +"superlative_degree", +"superload", +"superman", +"supermarket", +"supermarketeer", +"supermarketer", +"supermex", +"supermodel", +"supermolecule", +"supermom", +"supernatant", +"supernatural", +"supernatural_being", +"supernatural_virtue", +"supernaturalism", +"supernaturalness", +"supernova", +"supernumerary", +"superorder", +"superorder_acanthopterygii", +"superorder_labyrinthodonta", +"superorder_labyrinthodontia", +"superorder_malacopterygii", +"superorder_ratitae", +"superordinate", +"superordinate_word", +"superordination", +"superoxide", +"superoxide_anion", +"superoxide_dismutase", +"superpatriotism", +"superphylum", +"superposition", +"superposition_principle", +"superpower", +"superscript", +"superscription", +"supersedure", +"supersession", +"superslasher", +"superstar", +"superstition", +"superstitious_notion", +"superstrate", +"superstratum", +"superstring", +"superstructure", +"supersymmetry", +"supertanker", +"supertax", +"supertitle", +"supertonic", +"supertwister", +"supervention", +"supervising", +"supervision", +"supervisor", +"supervisor_call_instruction", +"supervisory_program", +"supervisory_routine", +"supervisory_software", +"supination", +"supinator", +"supper", +"supper_club", +"suppertime", +"supping", +"supplanter", +"supplanting", +"supplejack", +"supplement", +"supplementary_benefit", +"supplementation", +"suppleness", +"suppliant", +"supplicant", +"supplication", +"supplier", +"supply", +"supply-side_economics", +"supply_chamber", +"supply_closet", +"supply_line", +"supply_officer", +"supply_route", +"supply_ship", +"supplying", +"support", +"support_column", +"support_hose", +"support_level", +"support_payment", +"support_stocking", +"support_system", +"supporter", +"supporters_of_islam", +"supporting", +"supporting_fire", +"supporting_players", +"supporting_structure", +"supporting_tower", +"supposal", +"supposition", +"suppository", +"suppressant", +"suppresser", +"suppresser_gene", +"suppression", +"suppressive_fire", +"suppressor", +"suppressor_gene", +"suppurating_sore", +"suppuration", +"supra_expressionism", +"suprainfection", +"supraorbital_ridge", +"supraorbital_torus", +"supraorbital_vein", +"suprarenal_gland", +"suprarenalectomy", +"supratrochlear_vein", +"supremacism", +"supremacist", +"supremacy", +"suprematism", +"suprematist", +"supreme_allied_commander_atlantic", +"supreme_allied_commander_europe", +"supreme_authority", +"supreme_being", +"supreme_court", +"supreme_court_of_the_united_states", +"supreme_headquarters", +"supreme_headquarters_allied_powers_europe", +"supreme_truth", +"supremo", +"sur", +"sura", +"surbase", +"surcease", +"surcharge", +"surcoat", +"surd", +"sure_thing", +"sureness", +"surety", +"surety_bond", +"surf", +"surf_casting", +"surf_fish", +"surf_fishing", +"surface", +"surface-active_agent", +"surface-to-air_missile", +"surface-to-air_missile_system", +"surface_area", +"surface_assimilation", +"surface_chemistry", +"surface_fire", +"surface_gage", +"surface_gauge", +"surface_lift", +"surface_mail", +"surface_noise", +"surface_search_radar", +"surface_ship", +"surface_soil", +"surface_tension", +"surfacing", +"surfactant", +"surfbird", +"surfboard", +"surfboarder", +"surfboarding", +"surfboat", +"surfeit", +"surfer", +"surffish", +"surfing", +"surfperch", +"surfriding", +"surge", +"surge_protector", +"surge_suppressor", +"surgeon", +"surgeon's_knot", +"surgeon_general", +"surgeonfish", +"surgery", +"surgical_contraception", +"surgical_dressing", +"surgical_gown", +"surgical_incision", +"surgical_instrument", +"surgical_knife", +"surgical_operation", +"surgical_procedure", +"surgical_process", +"surgical_seam", +"surgical_spirit", +"surgical_strike", +"suricata", +"suricata_suricatta", +"suricata_tetradactyla", +"suricate", +"surinam", +"surinam_cherry", +"surinam_river", +"surinam_toad", +"suriname", +"suriname_river", +"surinamese_monetary_unit", +"surliness", +"surmisal", +"surmise", +"surmontil", +"surmounter", +"surmullet", +"surname", +"surnia", +"surnia_ulula", +"surplice", +"surplus", +"surplusage", +"surprint", +"surprisal", +"surprise", +"surprise_attack", +"surpriser", +"surprisingness", +"surrealism", +"surrealist", +"surrebuttal", +"surrebutter", +"surrejoinder", +"surrender", +"surrenderer", +"surrey", +"surrogate", +"surrogate_mother", +"surround", +"surroundings", +"sursum_corda", +"surtax", +"surtitle", +"surtout", +"surveillance", +"surveillance_of_disease", +"surveillance_system", +"survey", +"survey_mile", +"surveying", +"surveying_instrument", +"surveyor", +"surveyor's_instrument", +"surveyor's_level", +"survival", +"survival_of_the_fittest", +"survivalist", +"survivor", +"survivor_guilt", +"survivors_insurance", +"survivorship_annuity", +"surya", +"sus", +"sus_scrofa", +"susa", +"susah", +"susan_anthony", +"susan_b._anthony", +"susan_b_anthony_dollar", +"susan_brownell_anthony", +"susan_sontag", +"susanna", +"susceptibility", +"susceptibleness", +"sushi", +"sushi_bar", +"susian", +"susiana", +"suslik", +"suspect", +"suspended_animation", +"suspender", +"suspender_belt", +"suspense", +"suspense_account", +"suspension", +"suspension_bridge", +"suspension_point", +"suspension_system", +"suspensor", +"suspensory", +"suspensory_bandage", +"suspicion", +"suspiciousness", +"suspiration", +"susquehanna", +"susquehanna_river", +"sussex", +"sussex_spaniel", +"sussex_university", +"sustainability", +"sustainer", +"sustaining_pedal", +"sustaining_program", +"sustainment", +"sustenance", +"sustentation", +"susurration", +"susurrus", +"sutherland", +"sutler", +"sutra", +"suttee", +"sutura", +"sutura_coronalis", +"sutura_frontalis", +"sutura_intermaxillaris", +"sutura_internasalis", +"sutura_lamboidea", +"sutura_sagittalis", +"sutural_bone", +"suture", +"suturing", +"suv", +"suva", +"suzerain", +"suzerainty", +"svalbard", +"svante_august_arrhenius", +"svedberg", +"svengali", +"sverdrup", +"sverige", +"svizzera", +"svoboda", +"svr", +"sw", +"swab", +"swabbing", +"swad", +"swaddling_bands", +"swaddling_clothes", +"swag", +"swage", +"swage_block", +"swagger", +"swagger_stick", +"swaggerer", +"swaggie", +"swagman", +"swahili", +"swain", +"swainsona", +"swainsona_galegifolia", +"swainsona_grandiflora", +"swainsona_greyana", +"swale", +"swallow", +"swallow-tailed_coat", +"swallow-tailed_hawk", +"swallow-tailed_kite", +"swallow_dive", +"swallow_hole", +"swallow_shrike", +"swallow_wort", +"swallowtail", +"swallowwort", +"swami", +"swammerdam", +"swamp", +"swamp_ash", +"swamp_azalea", +"swamp_bay", +"swamp_birch", +"swamp_blackberry", +"swamp_blueberry", +"swamp_buggy", +"swamp_candleberry", +"swamp_candles", +"swamp_chestnut_oak", +"swamp_cottonwood", +"swamp_cypress", +"swamp_dewberry", +"swamp_fever", +"swamp_fly_honeysuckle", +"swamp_gum", +"swamp_hare", +"swamp_hickory", +"swamp_honeysuckle", +"swamp_horsetail", +"swamp_laurel", +"swamp_lily", +"swamp_locust", +"swamp_mallow", +"swamp_maple", +"swamp_milkweed", +"swamp_oak", +"swamp_pine", +"swamp_plant", +"swamp_poplar", +"swamp_rabbit", +"swamp_red_oak", +"swamp_rose_mallow", +"swamp_sparrow", +"swamp_sunflower", +"swamp_white_oak", +"swamp_willow", +"swamphen", +"swampland", +"swampy_beggar-ticks", +"swan", +"swan's_down", +"swan-flower", +"swan-neck", +"swan_dive", +"swan_orchid", +"swan_river_daisy", +"swan_river_everlasting", +"swan_song", +"swanflower", +"swank", +"swanneck", +"swansea", +"swanson", +"swap", +"swap_file", +"swap_space", +"sward", +"swarm", +"swarthiness", +"swash", +"swashbuckler", +"swashbuckling", +"swastika", +"swat", +"swat_squad", +"swat_team", +"swatch", +"swath", +"swathe", +"swathing", +"swatter", +"sway", +"swayer", +"swazi", +"swaziland", +"swaziland_monetary_unit", +"swbs", +"swbw", +"swearer", +"swearing", +"swearword", +"sweat", +"sweat_bag", +"sweat_duct", +"sweat_equity", +"sweat_gland", +"sweat_pants", +"sweat_room", +"sweat_sock", +"sweat_suit", +"sweatband", +"sweatbox", +"sweater", +"sweater_girl", +"sweating", +"sweating_sickness", +"sweatpants", +"sweats", +"sweatshirt", +"sweatshop", +"sweatsuit", +"swede", +"sweden", +"swedenborg", +"swedish", +"swedish_iron", +"swedish_krona", +"swedish_massage", +"swedish_meatball", +"swedish_mile", +"swedish_monetary_unit", +"swedish_nightingale", +"swedish_rye", +"swedish_rye_bread", +"swedish_turnip", +"sweeney_todd", +"sweep", +"sweep-second", +"sweep_hand", +"sweep_oar", +"sweeper", +"sweeping", +"sweepstakes", +"sweet", +"sweet-birch_oil", +"sweet-potato_ring_rot", +"sweet-potato_whitefly", +"sweet-scented_geranium", +"sweet_acacia", +"sweet_alison", +"sweet_almond", +"sweet_almond_oil", +"sweet_alyssum", +"sweet_balm", +"sweet_basil", +"sweet_bay", +"sweet_bells", +"sweet_birch", +"sweet_buckeye", +"sweet_calabash", +"sweet_calamus", +"sweet_cassava", +"sweet_cherry", +"sweet_chestnut", +"sweet_cicely", +"sweet_cider", +"sweet_clover", +"sweet_coltsfoot", +"sweet_corn", +"sweet_corn_plant", +"sweet_cup", +"sweet_elder", +"sweet_false_chamomile", +"sweet_fanny_adams", +"sweet_fern", +"sweet_flag", +"sweet_four_o'clock", +"sweet_gale", +"sweet_goldenrod", +"sweet_granadilla", +"sweet_grass", +"sweet_gum", +"sweet_gum_tree", +"sweet_lemon", +"sweet_lime", +"sweet_marjoram", +"sweet_melon", +"sweet_melon_vine", +"sweet_nothings", +"sweet_oil", +"sweet_orange", +"sweet_orange_tree", +"sweet_pea", +"sweet_pepper", +"sweet_pepper_plant", +"sweet_pepperbush", +"sweet_pickle", +"sweet_potato", +"sweet_potato_vine", +"sweet_reseda", +"sweet_rocket", +"sweet_roll", +"sweet_sand_verbena", +"sweet_scabious", +"sweet_shrub", +"sweet_sorghum", +"sweet_sultan", +"sweet_talk", +"sweet_talker", +"sweet_tooth", +"sweet_unicorn_plant", +"sweet_vermouth", +"sweet_vetch", +"sweet_violet", +"sweet_wattle", +"sweet_white_violet", +"sweet_william", +"sweet_woodruff", +"sweet_wormwood", +"sweetbread", +"sweetbreads", +"sweetbriar", +"sweetbrier", +"sweetener", +"sweetening", +"sweetheart", +"sweetie", +"sweetleaf", +"sweetleaf_family", +"sweetmeat", +"sweetness", +"sweetness_and_light", +"sweetpea", +"sweetsop", +"sweetsop_tree", +"sweetwood_bark", +"swell", +"swelled_head", +"swellhead", +"swelling", +"swertia", +"swertia_perennia", +"swertia_speciosa", +"swerve", +"swerving", +"swietinia", +"swietinia_macrophylla", +"swietinia_mahogani", +"swift", +"swiftlet", +"swiftness", +"swig", +"swill", +"swilling", +"swim", +"swim_bladder", +"swim_meet", +"swimmer", +"swimmer's_itch", +"swimmeret", +"swimming", +"swimming_bath", +"swimming_cap", +"swimming_costume", +"swimming_crab", +"swimming_event", +"swimming_hole", +"swimming_kick", +"swimming_meet", +"swimming_pool", +"swimming_stroke", +"swimming_trunks", +"swimsuit", +"swimwear", +"swinburne", +"swindle", +"swindler", +"swine", +"swine_flu", +"swine_influenza", +"swineherd", +"swing", +"swing_door", +"swing_music", +"swing_shift", +"swing_voter", +"swinger", +"swinging", +"swinging_chad", +"swinging_door", +"swinging_post", +"swingletree", +"swipe", +"swirl", +"swish", +"swiss", +"swiss_canton", +"swiss_chard", +"swiss_cheese", +"swiss_confederation", +"swiss_franc", +"swiss_mountain_pine", +"swiss_people", +"swiss_pine", +"swiss_roll", +"swiss_steak", +"swiss_stone_pine", +"switch", +"switch-hitter", +"switch-ivy", +"switch_cane", +"switch_engine", +"switch_grass", +"switchblade", +"switchblade_knife", +"switchboard", +"switchboard_operator", +"switcher", +"switcheroo", +"switching", +"switchman", +"swither", +"switzerland", +"swivel", +"swivel_chair", +"swivel_pin", +"swivet", +"swiz", +"swizzle", +"swizzle_stick", +"swob", +"swoon", +"swoop", +"swoosh", +"swop", +"sword", +"sword-cut", +"sword_bean", +"sword_cane", +"sword_dance", +"sword_dancing", +"sword_fern", +"sword_grass", +"sword_knot", +"sword_lily", +"sword_of_damocles", +"sword_stick", +"swordfish", +"swordplay", +"swordsman", +"swordsmanship", +"swordtail", +"swot", +"swung_dash", +"sybarite", +"sycamore", +"sycamore_fig", +"syconium", +"sycophancy", +"sycophant", +"sydenham", +"sydenham's_chorea", +"sydney", +"sydney_harbor_bridge", +"sydney_pollack", +"sydney_silky", +"syllabary", +"syllabic_script", +"syllabication", +"syllabicity", +"syllabification", +"syllable", +"syllable_structure", +"syllabub", +"syllabus", +"syllepsis", +"syllogiser", +"syllogism", +"syllogist", +"syllogizer", +"sylph", +"sylva", +"sylvan", +"sylvanite", +"sylvanus", +"sylvester_ii", +"sylvia_communis", +"sylvia_curruca", +"sylvia_plath", +"sylvian_aqueduct", +"sylvian_fissure", +"sylviidae", +"sylviinae", +"sylvilagus", +"sylvilagus_aquaticus", +"sylvilagus_floridanus", +"sylvilagus_palustris", +"sylvine", +"sylvite", +"symbion_pandora", +"symbiosis", +"symbol", +"symbol-worship", +"symbolatry", +"symbolic_logic", +"symbolic_logician", +"symbolic_representation", +"symbolisation", +"symboliser", +"symbolising", +"symbolism", +"symbolist", +"symbolization", +"symbolizer", +"symbolizing", +"symbology", +"symbololatry", +"symmetricalness", +"symmetry", +"symonds", +"symons", +"sympathectomy", +"sympathetic_nervous_system", +"sympathetic_strike", +"sympathetic_vibration", +"sympathiser", +"sympathizer", +"sympathy", +"sympathy_card", +"sympathy_strike", +"sympatry", +"symphalangus", +"symphalangus_syndactylus", +"symphilid", +"symphonic_music", +"symphonic_poem", +"symphonist", +"symphony", +"symphony_orchestra", +"symphoricarpos", +"symphoricarpos_alba", +"symphoricarpos_orbiculatus", +"symphyla", +"symphysion", +"symphysis", +"symphytum", +"symphytum_officinale", +"symplocaceae", +"symplocarpus", +"symplocarpus_foetidus", +"symploce", +"symplocus", +"symplocus_paniculata", +"symplocus_tinctoria", +"symposiarch", +"symposiast", +"symposium", +"symptom", +"synaeresis", +"synaesthesia", +"synagogue", +"synagrops", +"synagrops_bellus", +"synanceja", +"synanceja_verrucosa", +"synapse", +"synapsid", +"synapsid_reptile", +"synapsida", +"synapsis", +"synaptomys", +"synaptomys_borealis", +"synaptomys_cooperi", +"syncarp", +"syncategorem", +"syncategoreme", +"synchro", +"synchrocyclotron", +"synchroflash", +"synchromesh", +"synchroneity", +"synchronic_linguistics", +"synchronicity", +"synchronisation", +"synchroniser", +"synchronising", +"synchronism", +"synchronization", +"synchronizer", +"synchronizing", +"synchronoscope", +"synchronous_converter", +"synchronous_motor", +"synchronous_operation", +"synchrony", +"synchroscope", +"synchrotron", +"synchytriaceae", +"synchytrium", +"synchytrium_endobioticum", +"syncopation", +"syncopator", +"syncope", +"syncretism", +"syncytium", +"syndactylism", +"syndactyly", +"syndic", +"syndicalism", +"syndicalist", +"syndicate", +"syndication", +"syndicator", +"syndrome", +"synecdoche", +"synechia", +"synentognathi", +"synercus", +"synercus_caffer", +"syneresis", +"synergism", +"synergist", +"synergy", +"synesthesia", +"synesthetic_metaphor", +"synezesis", +"synge", +"syngnathidae", +"syngnathus", +"syngnathus_hildebrandi", +"syngonium", +"synizesis", +"synod", +"synodic_month", +"synodontidae", +"synonym", +"synonym_finder", +"synonymist", +"synonymity", +"synonymousness", +"synonymy", +"synopsis", +"synoptic_gospels", +"synoptics", +"synovia", +"synovial_fluid", +"synovial_joint", +"synovial_membrane", +"synovitis", +"synovium", +"synset", +"syntactic_category", +"syntactician", +"syntagm", +"syntagma", +"syntax", +"syntax_checker", +"syntax_error", +"syntax_language", +"synthesis", +"synthesiser", +"synthesist", +"synthesizer", +"synthetic", +"synthetic_cubism", +"synthetic_fiber", +"synthetic_heroin", +"synthetic_resin", +"synthetic_rubber", +"synthetic_substance", +"synthetic_thinking", +"synthetism", +"syph", +"syphilis", +"syphilitic", +"syphon", +"syracuse", +"syria", +"syrian", +"syrian_arab_republic", +"syrian_bean_caper", +"syrian_bear", +"syrian_desert", +"syrian_hamster", +"syrian_monetary_unit", +"syrian_pound", +"syringa", +"syringa_amurensis_japonica", +"syringa_emodi", +"syringa_josikaea", +"syringa_josikea", +"syringa_persica", +"syringa_reticulata", +"syringa_villosa", +"syringa_vulgaris", +"syringe", +"syrinx", +"syrrhaptes", +"syrrhaptes_paradoxus", +"syrup", +"system", +"system_administrator", +"system_call", +"system_clock", +"system_command", +"system_error", +"system_of_logic", +"system_of_macrophages", +"system_of_measurement", +"system_of_numeration", +"system_of_rules", +"system_of_weights", +"system_of_weights_and_measures", +"system_program", +"systema_alimentarium", +"systema_digestorium", +"systema_lymphaticum", +"systema_nervosum", +"systema_nervosum_centrale", +"systema_nervosum_periphericum", +"systema_respiratorium", +"systema_skeletale", +"systema_urogenitale", +"systematic_desensitisation", +"systematic_desensitization", +"systematics", +"systematisation", +"systematiser", +"systematism", +"systematist", +"systematization", +"systematizer", +"systeme_international", +"systeme_international_d'unites", +"systemic_circulation", +"systemic_lupus_erythematosus", +"systemiser", +"systemizer", +"systems_analysis", +"systems_analyst", +"systems_program", +"systems_software", +"systole", +"systolic_murmur", +"systolic_pressure", +"syzygium", +"syzygium_aromaticum", +"syzygy", +"szechuan", +"szechwan", +"szechwan_province", +"szell", +"szent-gyorgyi", +"szilard", +"t", +"t'ai_chi", +"t'ai_chi_chuan", +"t'ien-ching", +"t-bar", +"t-bar_lift", +"t-bill", +"t-bone_steak", +"t-junction", +"t-man", +"t-network", +"t-scope", +"t-shirt", +"t-square", +"t._e._lawrence", +"t._h._white", +"t._s._eliot", +"t.b.", +"t_cell", +"t_hinge", +"t_lymphocyte", +"ta", +"ta'ziyeh", +"taal", +"tab", +"tab_key", +"tabanidae", +"tabard", +"tabasco", +"tabasco_pepper", +"tabasco_plant", +"tabasco_sauce", +"tabbouleh", +"tabby", +"tabby_cat", +"tabernacle", +"tabernacles", +"tabernaemontana", +"tabernaemontana_divaricate", +"tabes", +"tabes_dorsalis", +"tabi", +"tabis", +"tablature", +"table", +"table-mountain_pine", +"table-tennis_bat", +"table-tennis_racquet", +"table-tennis_table", +"table_d'hote", +"table_game", +"table_knife", +"table_lamp", +"table_lifting", +"table_linen", +"table_mat", +"table_mustard", +"table_napkin", +"table_of_contents", +"table_rapping", +"table_salt", +"table_saw", +"table_service", +"table_talk", +"table_tapping", +"table_tennis", +"table_tilting", +"table_tipping", +"table_turning", +"table_wine", +"tableau", +"tableau_vivant", +"tablecloth", +"tablefork", +"tableland", +"tablemate", +"tablespoon", +"tablespoonful", +"tablet", +"tablet-armed_chair", +"tabletop", +"tableware", +"tabloid", +"taboo", +"tabooli", +"tabor", +"tabor_pipe", +"tabora", +"taboret", +"tabour", +"tabouret", +"tabriz", +"tabu", +"tabuk", +"tabula_rasa", +"tabular_array", +"tabular_matter", +"tabulation", +"tabulator", +"tabun", +"tacamahac", +"tacca", +"tacca_leontopetaloides", +"tacca_pinnatifida", +"taccaceae", +"tach", +"tacheometer", +"tachina_fly", +"tachinidae", +"tachistoscope", +"tachogram", +"tachograph", +"tachometer", +"tachycardia", +"tachyglossidae", +"tachyglossus", +"tachygraphy", +"tachylite", +"tachymeter", +"tachypleus", +"tacit_consent", +"taciturnity", +"tacitus", +"tack", +"tack_hammer", +"tacker", +"tackiness", +"tacking", +"tackle", +"tackler", +"taco", +"taco_sauce", +"tacoma", +"tacoma_narrows_bridge", +"taconic_mountains", +"taconite", +"tact", +"tactfulness", +"tactic", +"tactical_intelligence", +"tactical_maneuver", +"tactical_manoeuvre", +"tactical_warning", +"tactician", +"tactics", +"tactile_agnosia", +"tactile_property", +"tactile_sensation", +"tactility", +"tactlessness", +"tactual_exploration", +"tactual_sensation", +"tad", +"tadalafil", +"tadarida", +"tadarida_brasiliensis", +"tadeus_reichstein", +"tadeusz_andrzej_bonawentura_kosciuszko", +"tadirida_femorosacca", +"tadjik", +"tadorna", +"tadpole", +"tadpole_shrimp", +"tadzhik", +"tadzhikistan", +"tae_kwon_do", +"taegu", +"taekwondo", +"tael", +"taenia", +"taeniidae", +"taffeta", +"taffeta_weave", +"taffrail", +"taffrail_log", +"taffy", +"taffy_apple", +"taft", +"tag", +"tag_end", +"tag_line", +"tagalog", +"tagalong", +"tagamet", +"tagasaste", +"tagetes_erecta", +"tagetes_patula", +"tageteste", +"tagger", +"tagging_program", +"tagliatelle", +"tagore", +"taguan", +"tagus", +"tagus_river", +"tahini", +"tahiti", +"tahitian", +"tahoka_daisy", +"tai", +"tai_chi", +"tai_chi_chuan", +"tai_dam", +"tai_long", +"tai_lue", +"tai_nuea", +"tai_yuan", +"taichi", +"taichichuan", +"taichung", +"taif", +"tail", +"tail-flower", +"tail_assembly", +"tail_bone", +"tail_coat", +"tail_end", +"tail_feather", +"tail_fin", +"tail_gate", +"tail_lamp", +"tail_rotor", +"tailback", +"tailboard", +"tailcoat", +"tailed_frog", +"tailed_toad", +"tailfin", +"tailflower", +"tailgate", +"tailgater", +"tailing", +"tailless_tenrec", +"taillight", +"tailor", +"tailor's_chalk", +"tailor's_tack", +"tailor-made", +"tailorbird", +"tailoring", +"tailpiece", +"tailpipe", +"tailplane", +"tailrace", +"tails", +"tailspin", +"tailstock", +"tailwind", +"tailwort", +"taimyr_peninsula", +"taint", +"taipan", +"taipeh", +"taipei", +"taira", +"taiwan", +"taiwan_dollar", +"taiwanese", +"taiyuan", +"taj_mahal", +"tajik", +"tajiki", +"tajikistan", +"tajikistani_monetary_unit", +"taka", +"takahe", +"takakkaw", +"takayasu's_arteritis", +"take", +"take-home_pay", +"take-in", +"take-up", +"takeaway", +"takedown", +"takelma", +"takeoff", +"takeoff_booster", +"takeoff_rocket", +"takeout", +"takeout_food", +"takeover", +"takeover_arbitrage", +"takeover_attempt", +"takeover_bid", +"takeover_target", +"taker", +"takilman", +"takin", +"taking", +"taking_apart", +"taking_hold", +"taking_into_custody", +"taking_over", +"takings", +"taklamakan_desert", +"taklimakan_desert", +"tala", +"talapoin", +"talaria", +"talbot", +"talc", +"talcott_parsons", +"talcum", +"talcum_powder", +"tale", +"taleban", +"talebearer", +"talent", +"talent_agent", +"talent_scout", +"talentlessness", +"taleteller", +"taliban", +"talien", +"talinum", +"talinum_augustissimum", +"talinum_aurantiacum", +"talinum_brevifolium", +"talinum_calycinum", +"talinum_paniculatum", +"talinum_spinescens", +"talipes", +"talipes_calcaneus", +"talipes_equinus", +"talipes_valgus", +"talipot", +"talipot_palm", +"talisman", +"talk", +"talk_of_the_town", +"talk_show", +"talkativeness", +"talker", +"talker_identification", +"talkie", +"talking", +"talking_book", +"talking_head", +"talking_picture", +"talking_point", +"talking_to", +"talks", +"tall", +"tall-grass", +"tall_bellflower", +"tall_bilberry", +"tall_buttercup", +"tall_crowfoot", +"tall_cupflower", +"tall_field_buttercup", +"tall_gallberry_holly", +"tall_goldenrod", +"tall_mallow", +"tall_meadow_grass", +"tall_oat_grass", +"tall_oil", +"tall_order", +"tall_sunflower", +"tall_tale", +"tall_white_violet", +"tall_yellow-eye", +"tallahassee", +"tallapoosa", +"tallapoosa_river", +"tallboy", +"tallchief", +"talleyrand", +"tallgrass", +"tallin", +"tallinn", +"tallis", +"tallith", +"tallness", +"tallow", +"tallow_oil", +"tallulah_bankhead", +"tally", +"tally_clerk", +"tallyman", +"talmud", +"talmudic_literature", +"talon", +"talpidae", +"talus", +"talwin", +"tam", +"tam-o'-shanter", +"tam-tam", +"tamale", +"tamale_pie", +"tamandu", +"tamandua", +"tamandua_tetradactyla", +"tamanoir", +"tamara_karsavina", +"tamarack", +"tamarao", +"tamarau", +"tamaricaceae", +"tamarillo", +"tamarin", +"tamarind", +"tamarind_tree", +"tamarindo", +"tamarindus", +"tamarindus_indica", +"tamarisk", +"tamarisk_family", +"tamarisk_gerbil", +"tamarix", +"tambac", +"tambala", +"tambocor", +"tambour", +"tambourine", +"tamburlaine", +"tameness", +"tamer", +"tamerlane", +"tamias", +"tamias_striatus", +"tamiasciurus", +"tamiasciurus_douglasi", +"tamiasciurus_hudsonicus", +"tamil", +"tamil_eelam", +"tamil_nadu", +"tamil_tigers", +"tamm", +"tammany", +"tammany_hall", +"tammany_society", +"tammerfors", +"tammuz", +"tammy", +"tammy_wynette", +"tammy_wynetter_pugh", +"tamoxifen", +"tamp", +"tampa", +"tampa_bay", +"tampax", +"tamper", +"tampere", +"tampering", +"tampico", +"tamping_bar", +"tampion", +"tampon", +"tamponade", +"tamponage", +"tamus", +"tamus_communis", +"tan", +"tanacetum", +"tanacetum_balsamita", +"tanacetum_camphoratum", +"tanacetum_cinerariifolium", +"tanacetum_coccineum", +"tanacetum_douglasii", +"tanacetum_parthenium", +"tanacetum_ptarmiciflorum", +"tanacetum_vulgare", +"tanach", +"tanager", +"tanakh", +"tanbark", +"tanbark_oak", +"tancred", +"tandearil", +"tandem", +"tandem_bicycle", +"tandem_trailer", +"tandoor", +"tandy", +"tanekaha", +"taney", +"tang", +"tang_dynasty", +"tanga", +"tanganyika", +"tange", +"tangelo", +"tangelo_tree", +"tangency", +"tangent", +"tangent_plane", +"tangerine", +"tangerine_tree", +"tangibility", +"tangible_possession", +"tangibleness", +"tangier", +"tangier_pea", +"tangier_peavine", +"tangiers", +"tanginess", +"tangle", +"tangle_orchid", +"tanglebush", +"tango", +"tangor", +"tangram", +"tangshan", +"tanguy", +"tank", +"tank_car", +"tank_circuit", +"tank_destroyer", +"tank_driver", +"tank_engine", +"tank_farm", +"tank_farming", +"tank_furnace", +"tank_iron", +"tank_locomotive", +"tank_shell", +"tank_ship", +"tank_suit", +"tank_top", +"tanka", +"tankage", +"tankard", +"tanker", +"tanker_plane", +"tankful", +"tannenberg", +"tanner", +"tanner's_cassia", +"tannery", +"tannia", +"tannic_acid", +"tannin", +"tanning", +"tannoy", +"tanoan", +"tanoan_language", +"tansy", +"tansy-leaved_rocket", +"tansy_leaf_aster", +"tansy_mustard", +"tansy_ragwort", +"tantaliser", +"tantalite", +"tantalization", +"tantalizer", +"tantalum", +"tantalus", +"tantilla", +"tantra", +"tantrism", +"tantrist", +"tantrum", +"tanzania", +"tanzanian", +"tanzanian_monetary_unit", +"tanzanian_shilling", +"tanzim", +"tanzimul_fuqra", +"tao", +"taoiseach", +"taoism", +"taoist", +"taoist_trinity", +"taos", +"tap", +"tap-off", +"tap_dance", +"tap_dancer", +"tap_dancing", +"tap_house", +"tap_water", +"tap_wrench", +"tapa", +"tapa_bark", +"tape", +"tape_cartridge", +"tape_deck", +"tape_drive", +"tape_grass", +"tape_machine", +"tape_measure", +"tape_player", +"tape_recorder", +"tape_recording", +"tape_transport", +"tapeline", +"tapenade", +"taper", +"taper_file", +"tapering", +"tapestry", +"tapestry_moth", +"tapeworm", +"tapeworm_infection", +"taphephobia", +"taphouse", +"taping", +"tapioca", +"tapioca_plant", +"tapioca_pudding", +"tapir", +"tapiridae", +"tapirus", +"tapirus_indicus", +"tapirus_terrestris", +"tapis", +"tapotement", +"tappa", +"tappa_bark", +"tappan", +"tappan_zee_bridge", +"tapper", +"tappet", +"tappet_wrench", +"tapping", +"taproom", +"taproot", +"taps", +"tapster", +"tar", +"tar-wood", +"tar_heel_state", +"tar_paper", +"tar_pit", +"tara", +"tara_vine", +"tarabulus", +"tarabulus_al-gharb", +"tarabulus_ash-sham", +"taracahitian", +"taradiddle", +"tarahumara", +"tarahumara_frog", +"taraktagenos", +"taraktagenos_kurzii", +"taraktogenos", +"taraktogenos_kurzii", +"tarantella", +"tarantelle", +"tarantino", +"tarantism", +"tarantula", +"taras_grigoryevich_shevchenko", +"tarawa", +"tarawa-makin", +"taraxacum", +"taraxacum_kok-saghyz", +"taraxacum_officinale", +"taraxacum_ruderalia", +"tarbell", +"tarboosh", +"tarchanoff_phenomenon", +"tardigrada", +"tardigrade", +"tardiness", +"tardive_dyskinesia", +"tare", +"tareekh_e_kasas", +"taret_organ", +"target", +"target_acquisition_system", +"target_area", +"target_cell", +"target_company", +"target_language", +"target_organ", +"target_practice", +"target_program", +"target_range", +"tarheel", +"taricha", +"taricha_granulosa", +"taricha_torosa", +"tariff", +"tarkovsky", +"tarmac", +"tarmacadam", +"tarn", +"tarnish", +"tarnished_plant_bug", +"taro", +"taro_plant", +"taro_root", +"tarot", +"tarot_card", +"tarp", +"tarpan", +"tarpaulin", +"tarpon", +"tarpon_atlanticus", +"tarquin", +"tarquin_the_proud", +"tarquinius", +"tarquinius_superbus", +"tarradiddle", +"tarragon", +"tarriance", +"tarrietia", +"tarrietia_argyrodendron", +"tarsal", +"tarsal_bone", +"tarsal_gland", +"tarsier", +"tarsiidae", +"tarsioidea", +"tarsitis", +"tarsius", +"tarsius_glis", +"tarsius_syrichta", +"tarsus", +"tart", +"tartan", +"tartar", +"tartar_emetic", +"tartar_sauce", +"tartar_steak", +"tartare_sauce", +"tartarian_honeysuckle", +"tartaric_acid", +"tartarus", +"tartary", +"tartlet", +"tartness", +"tartrate", +"tartu", +"tartufe", +"tartuffe", +"tarweed", +"tarwood", +"tarzan", +"tarzan_of_the_apes", +"tashkent", +"tashmit", +"tashmitum", +"tashunca-uitco", +"task", +"task_force", +"taskent", +"taskmaster", +"taskmistress", +"tasman", +"tasman_dwarf_pine", +"tasman_sea", +"tasmania", +"tasmanian_devil", +"tasmanian_tiger", +"tasmanian_wolf", +"tasse", +"tassel", +"tassel_flower", +"tassel_hyacinth", +"tasset", +"tasso", +"taste", +"taste-maker", +"taste-tester", +"taste_bud", +"taste_cell", +"taste_perception", +"taste_property", +"taste_sensation", +"taste_tester", +"tastebud", +"tastefulness", +"tastelessness", +"taster", +"tastiness", +"tasting", +"tat", +"tatahumara", +"tatar", +"tatary", +"tate", +"tater", +"tati", +"tatou", +"tatouay", +"tatter", +"tatterdemalion", +"tatting", +"tattle", +"tattler", +"tattletale", +"tattletale_gray", +"tattletale_grey", +"tattoo", +"tatu", +"tatum", +"tau", +"tau-minus_particle", +"tau-plus_particle", +"tau_coefficient_of_correlation", +"tau_cross", +"taunt", +"taunting", +"tauon", +"taupe", +"taurine", +"tauromachy", +"taurotragus", +"taurotragus_derbianus", +"taurotragus_oryx", +"taurus", +"taurus_the_bull", +"tautness", +"tautog", +"tautoga", +"tautoga_onitis", +"tautogolabrus", +"tautogolabrus_adspersus", +"tautology", +"tavern", +"tavern_keeper", +"taw", +"tawdriness", +"tawney", +"tawniness", +"tawny_eagle", +"tawny_owl", +"tawse", +"tax", +"tax-exempt", +"tax-exempt_security", +"tax-increase", +"tax_advantage", +"tax_assessment", +"tax_assessor", +"tax_avoidance", +"tax_base", +"tax_benefit", +"tax_bill", +"tax_boost", +"tax_bracket", +"tax_break", +"tax_collection", +"tax_collector", +"tax_credit", +"tax_cut", +"tax_deduction", +"tax_evasion", +"tax_form", +"tax_haven", +"tax_hike", +"tax_income", +"tax_law", +"tax_liability", +"tax_lien", +"tax_policy", +"tax_program", +"tax_rate", +"tax_return", +"tax_revenue", +"tax_shelter", +"tax_system", +"tax_write-off", +"taxability", +"taxaceae", +"taxales", +"taxation", +"taxer", +"taxi", +"taxi_dancer", +"taxi_fare", +"taxi_rank", +"taxi_strip", +"taxicab", +"taxidea", +"taxidea_taxus", +"taxidermist", +"taxidermy", +"taxidriver", +"taximan", +"taximeter", +"taxis", +"taxistand", +"taxiway", +"taxman", +"taxodiaceae", +"taxodium", +"taxodium_ascendens", +"taxodium_distichum", +"taxodium_mucronatum", +"taxon", +"taxonomer", +"taxonomic_category", +"taxonomic_group", +"taxonomist", +"taxonomy", +"taxophytina", +"taxopsida", +"taxpayer", +"taxus", +"taxus_baccata", +"taxus_brevifolia", +"taxus_cuspidata", +"taxus_floridana", +"tay", +"tay-sachs", +"tay-sachs_disease", +"tayalic", +"tayassu", +"tayassu_angulatus", +"tayassu_pecari", +"tayassu_tajacu", +"tayassuidae", +"taylor", +"taymyr_peninsula", +"tayra", +"tazicef", +"tazir_crime", +"tb", +"tbilisi", +"tbit", +"tc", +"tce", +"tchad", +"tchaikovsky", +"tchotchke", +"tchotchkeleh", +"tcp", +"tcp/ip", +"tdt", +"te", +"te_deum", +"te_kanawa", +"tea", +"tea-like_drink", +"tea-strainer", +"tea_bag", +"tea_ball", +"tea_biscuit", +"tea_bread", +"tea_break", +"tea_caddy", +"tea_cart", +"tea_ceremony", +"tea_chest", +"tea_cloth", +"tea_cosy", +"tea_cozy", +"tea_family", +"tea_garden", +"tea_gown", +"tea_leaf", +"tea_maker", +"tea_napkin", +"tea_parlor", +"tea_parlour", +"tea_party", +"tea_rose", +"tea_service", +"tea_set", +"tea_table", +"tea_tortrix", +"tea_towel", +"tea_tray", +"tea_trolley", +"tea_urn", +"tea_wagon", +"teaberry", +"teacake", +"teacart", +"teach", +"teach-in", +"teacher", +"teacher's_certificate", +"teacher's_pet", +"teacher-student_relation", +"teachers_college", +"teachership", +"teaching", +"teaching_aid", +"teaching_certificate", +"teaching_fellow", +"teaching_method", +"teaching_reading", +"teacup", +"teacupful", +"teahouse", +"teak", +"teakettle", +"teakwood", +"teal", +"team", +"team_spirit", +"team_sport", +"team_teaching", +"teammate", +"teamster", +"teamsters_union", +"teamwork", +"teapot", +"teapot_dome", +"teapot_dome_scandal", +"tear", +"tear_duct", +"tear_gas", +"tear_gland", +"tear_sac", +"tear_sheet", +"tearaway", +"teardrop", +"tearfulness", +"teargas", +"tearing", +"tearing_down", +"tearjerker", +"tearoom", +"tears", +"teasdale", +"tease", +"teasel", +"teaser", +"teashop", +"teasing", +"teasle", +"teaspoon", +"teaspoonful", +"teat", +"teatime", +"teazel", +"tebaldi", +"tebet", +"tebibit", +"tebibyte", +"tec", +"tech", +"techie", +"technetium", +"technical", +"technical_analysis", +"technical_analysis_of_stock_trends", +"technical_analyst", +"technical_foul", +"technical_knockout", +"technical_school", +"technical_sergeant", +"technicality", +"technician", +"technicolor", +"technique", +"techno", +"technobabble", +"technocracy", +"technocrat", +"technological_revolution", +"technologist", +"technology", +"technology_administration", +"technophile", +"technophilia", +"technophobe", +"technophobia", +"tecophilaeacea", +"tectaria", +"tectaria_cicutaria", +"tectaria_macrodonta", +"tectona", +"tectona_grandis", +"tectonic_movement", +"tectonics", +"tecumseh", +"tecumtha", +"ted", +"ted_hughes", +"ted_shawn", +"ted_williams", +"teddy", +"teddy_bear", +"teddy_boy", +"teddy_boys", +"tediousness", +"tedium", +"tee", +"tee_hinge", +"tee_shirt", +"teeing_ground", +"teemingness", +"teen", +"teenager", +"teens", +"teeoff", +"teepee", +"teeter", +"teeter-totter", +"teeterboard", +"teetertotter", +"teeth", +"teething", +"teething_ring", +"teetotaler", +"teetotaling", +"teetotalism", +"teetotalist", +"teetotaller", +"teetotum", +"teff", +"teff_grass", +"tefillin", +"teflon", +"teg", +"tegu", +"tegucigalpa", +"tegument", +"teheran", +"tehran", +"teiid", +"teiid_lizard", +"teiidae", +"teilhard_de_chardin", +"teju", +"tekki", +"tektite", +"tel_aviv", +"tel_aviv-jaffa", +"tel_aviv-yalo", +"telamon", +"telanthera", +"telco", +"telco_building", +"telecast", +"telecaster", +"telecasting", +"telecom", +"telecom_equipment", +"telecom_hotel", +"telecom_system", +"telecommerce", +"telecommunication", +"telecommunication_equipment", +"telecommunication_system", +"telecommuting", +"teleconference", +"teleconferencing", +"telefilm", +"telegnosis", +"telegram", +"telegraph", +"telegraph_form", +"telegraph_key", +"telegraph_line", +"telegraph_operator", +"telegraph_plant", +"telegraph_pole", +"telegraph_post", +"telegraph_wire", +"telegrapher", +"telegraphese", +"telegraphic_signal", +"telegraphist", +"telegraphy", +"telekinesis", +"telemann", +"telemark", +"telemarketing", +"telemeter", +"telemetry", +"telemetry_intelligence", +"telencephalon", +"teleologist", +"teleology", +"teleost", +"teleost_fish", +"teleostan", +"teleostei", +"telepathist", +"telepathy", +"telephone", +"telephone_bell", +"telephone_bill", +"telephone_book", +"telephone_booth", +"telephone_box", +"telephone_call", +"telephone_circuit", +"telephone_company", +"telephone_conversation", +"telephone_cord", +"telephone_dial", +"telephone_directory", +"telephone_exchange", +"telephone_extension", +"telephone_interview", +"telephone_jack", +"telephone_kiosk", +"telephone_line", +"telephone_message", +"telephone_number", +"telephone_operator", +"telephone_order", +"telephone_plug", +"telephone_pole", +"telephone_receiver", +"telephone_service", +"telephone_set", +"telephone_system", +"telephone_unit", +"telephone_wire", +"telephoner", +"telephonist", +"telephony", +"telephoto", +"telephoto_lens", +"telephotograph", +"telephotography", +"teleportation", +"teleprinter", +"teleprocessing", +"teleprompter", +"telerobotics", +"telescope", +"telescope_sight", +"telescopic_sight", +"telescopium", +"telescopy", +"teleselling", +"telethermometer", +"teletype_machine", +"teletypewriter", +"televangelism", +"televangelist", +"television", +"television-camera_tube", +"television_announcer", +"television_antenna", +"television_camera", +"television_channel", +"television_equipment", +"television_monitor", +"television_news", +"television_newscaster", +"television_pickup_tube", +"television_program", +"television_receiver", +"television_reporter", +"television_room", +"television_set", +"television_show", +"television_star", +"television_station", +"television_system", +"television_transmitter", +"television_tube", +"teleworking", +"telex", +"telex_machine", +"telfer", +"telferage", +"telingo_potato", +"telint", +"teliospore", +"tell", +"teller", +"tellima", +"tellima_affinis", +"tellima_grandiflora", +"telling", +"telltale", +"tellurian", +"telluride", +"tellurium", +"tellus", +"telly", +"telocentric_chromosome", +"telomerase", +"telomere", +"telopea", +"telopea_oreades", +"telopea_speciosissima", +"telophase", +"telosporidia", +"telpher", +"telpherage", +"telsontail", +"telugu", +"temazepam", +"temblor", +"temerity", +"temnospondyli", +"temp", +"temper", +"tempera", +"temperament", +"temperance", +"temperate_rain_forest", +"temperate_zone", +"temperateness", +"temperature", +"temperature_change", +"temperature_gradient", +"temperature_reduction", +"temperature_scale", +"temperature_unit", +"tempering", +"tempest", +"tempestuousness", +"templar", +"template", +"template_rna", +"temple", +"temple_of_apollo", +"temple_of_artemis", +"temple_of_jerusalem", +"temple_of_solomon", +"temple_orange", +"temple_orange_tree", +"temple_tree", +"templet", +"templetonia", +"templetonia_retusa", +"tempo", +"temporal", +"temporal_arrangement", +"temporal_arteritis", +"temporal_artery", +"temporal_bone", +"temporal_canthus", +"temporal_ccortex", +"temporal_gyrus", +"temporal_lobe", +"temporal_lobe_epilepsy", +"temporal_muscle", +"temporal_order", +"temporal_property", +"temporal_relation", +"temporal_role", +"temporal_vein", +"temporalis", +"temporalis_muscle", +"temporality", +"temporalty", +"temporariness", +"temporary", +"temporary_expedient", +"temporary_hookup", +"temporary_injunction", +"temporary_removal", +"temporary_state", +"temporary_worker", +"temporiser", +"temporizer", +"temporomandibular_joint", +"tempra", +"temptation", +"tempter", +"temptingness", +"temptress", +"tempura", +"temuco", +"temujin", +"ten", +"ten-day_fern", +"ten-gallon_hat", +"ten-spined_stickleback", +"ten-spot", +"ten-strike", +"ten-thousandth", +"ten_commandments", +"ten_dollar_bill", +"ten_percent", +"ten_thousand", +"tenability", +"tenableness", +"tenaciousness", +"tenacity", +"tenancy", +"tenant", +"tenant_farmer", +"tenantry", +"tench", +"tendency", +"tendentiousness", +"tender", +"tender_loving_care", +"tender_offer", +"tenderfoot", +"tendergreen", +"tenderheartedness", +"tenderisation", +"tenderiser", +"tenderization", +"tenderizer", +"tenderloin", +"tenderness", +"tending", +"tendinitis", +"tendon", +"tendon_of_achilles", +"tendonitis", +"tendonous_synovitis", +"tendosynovitis", +"tendrac", +"tendril", +"tenebrionid", +"tenebrionidae", +"tenement", +"tenement_district", +"tenement_house", +"tenerife", +"tenesmus", +"tenet", +"teng_hsiao-ping", +"teng_hsiaoping", +"tenge", +"tenia", +"tenner", +"tennessean", +"tennessee", +"tennessee_river", +"tennessee_walker", +"tennessee_walking_horse", +"tennessee_williams", +"tenniel", +"tennis", +"tennis_ball", +"tennis_camp", +"tennis_club", +"tennis_coach", +"tennis_court", +"tennis_elbow", +"tennis_lesson", +"tennis_match", +"tennis_player", +"tennis_pro", +"tennis_racket", +"tennis_racquet", +"tennis_shoe", +"tennis_shot", +"tennis_stroke", +"tenno", +"tennyson", +"tenon", +"tenonitis", +"tenor", +"tenor_clef", +"tenor_drum", +"tenor_saxophonist", +"tenor_voice", +"tenoretic", +"tenorist", +"tenormin", +"tenoroon", +"tenosynovitis", +"tenpence", +"tenpenny_nail", +"tenpin", +"tenpin_bowling", +"tenpins", +"tenpounder", +"tenrec", +"tenrec_ecaudatus", +"tenrecidae", +"tense", +"tense_system", +"tenseness", +"tensile_strength", +"tensimeter", +"tensiometer", +"tension", +"tension_headache", +"tensity", +"tensor", +"tensor_tympani", +"tent", +"tent-caterpillar_moth", +"tent-fly", +"tent_caterpillar", +"tent_flap", +"tent_peg", +"tent_stitch", +"tentacle", +"tentaculata", +"tenter", +"tenterhook", +"tenth", +"tenth_cranial_nerve", +"tenth_part", +"tenthredinidae", +"tenting", +"tentmaker", +"tentorial_sinus", +"tentorium", +"tenuity", +"tenure", +"tenzing_norgay", +"teodor_josef_konrad_korzeniowski", +"tepal", +"tepary_bean", +"tepee", +"tephrosia", +"tephrosia_purpurea", +"tephrosia_virginiana", +"tepic", +"tepidity", +"tepidness", +"tequila", +"tera", +"terabit", +"terabyte", +"teraflop", +"terahertz", +"teras", +"teratogen", +"teratogenesis", +"teratology", +"teratoma", +"terazosin", +"terbinafine", +"terbium", +"terbium_metal", +"terce", +"tercel", +"tercelet", +"tercentenary", +"tercentennial", +"tercet", +"terebella", +"terebellidae", +"terebinth", +"teredinid", +"teredinidae", +"teredo", +"terence", +"terence_rattigan", +"teres", +"teres_major", +"teres_major_muscle", +"teres_minor", +"teres_minor_muscle", +"teres_muscle", +"teresa", +"teresa_of_avila", +"tereshkova", +"tergiversation", +"tergiversator", +"teriyaki", +"term", +"term_infant", +"term_insurance", +"term_of_a_contract", +"term_of_enlistment", +"term_of_office", +"term_paper", +"termagant", +"termer", +"termes", +"terminable_interest", +"terminal", +"terminal_emulation", +"terminal_figure", +"terminal_leave", +"terminal_point", +"terminal_velocity", +"termination", +"terminator", +"terminology", +"terminus", +"terminus_a_quo", +"terminus_ad_quem", +"termite", +"termitidae", +"terms", +"tern", +"ternary", +"ternion", +"terpene", +"terpsichore", +"terpsichorean", +"terra_alba", +"terra_cotta", +"terra_firma", +"terra_incognita", +"terra_sigillata", +"terrace", +"terraced_house", +"terrain", +"terrain_flight", +"terrain_intelligence", +"terramycin", +"terrapene", +"terrapene_ornata", +"terrapin", +"terrarium", +"terre_adelie", +"terreplein", +"terrestrial_dynamical_time", +"terrestrial_guidance", +"terrestrial_planet", +"terrestrial_time", +"terribleness", +"terrier", +"terrietia", +"terrietia_trifoliolata", +"terrine", +"territorial", +"territorial_army", +"territorial_division", +"territorial_dominion", +"territorial_reserve", +"territorial_waters", +"territorialisation", +"territoriality", +"territorialization", +"territory", +"terror", +"terrorisation", +"terrorism", +"terrorist", +"terrorist_act", +"terrorist_attack", +"terrorist_cell", +"terrorist_group", +"terrorist_organization", +"terrorization", +"terry", +"terry_cloth", +"terry_towel", +"terrycloth", +"terseness", +"tertiary", +"tertiary_period", +"tertiary_syphilis", +"tertigravida", +"tertium_quid", +"tertry", +"tertullian", +"terylene", +"terza_rima", +"terzetto", +"tesla", +"tesla_coil", +"tessella", +"tessellation", +"tessera", +"tesseract", +"tessin", +"test", +"test-cross", +"test-tube_baby", +"test_ban", +"test_bed", +"test_case", +"test_copy", +"test_drive", +"test_driver", +"test_equipment", +"test_instrument_vehicle", +"test_match", +"test_paper", +"test_period", +"test_pilot", +"test_range", +"test_rocket", +"test_room", +"test_suit", +"test_tube", +"testa", +"testacea", +"testacean", +"testament", +"testamentary_trust", +"testate", +"testator", +"testatrix", +"testcross", +"testee", +"tester", +"testicle", +"testicular_artery", +"testicular_cancer", +"testicular_vein", +"testiere", +"testifier", +"testimonial", +"testimonial_immunity", +"testimony", +"testiness", +"testing", +"testing_ground", +"testing_room", +"testis", +"testosterone", +"testudinata", +"testudines", +"testudinidae", +"testudo", +"testudo_graeca", +"tet", +"tetanilla", +"tetanus", +"tetanus_antitoxin", +"tetanus_immune_globulin", +"tetanus_immunoglobulin", +"tetany", +"tetartanopia", +"tetchiness", +"tete-a-tete", +"teth", +"tether", +"tetherball", +"tethyidae", +"tethys", +"teton", +"teton_dakota", +"teton_range", +"teton_sioux", +"tetra", +"tetrabasic_acid", +"tetrabromo-phenolsulfonephthalein", +"tetracaine", +"tetrachlorethylene", +"tetrachloride", +"tetrachloroethylene", +"tetrachloromethane", +"tetrachoric_correlation", +"tetrachoric_correlation_coefficient", +"tetraclinis", +"tetraclinis_articulata", +"tetracycline", +"tetrad", +"tetradecanoic_acid", +"tetraethyl_lead", +"tetrafluoroethylene", +"tetragon", +"tetragonia", +"tetragonia_expansa", +"tetragonia_tetragonioides", +"tetragoniaceae", +"tetragonurus", +"tetragram", +"tetragrammaton", +"tetrahalide", +"tetrahedron", +"tetrahydrocannabinol", +"tetrahymena", +"tetraiodothyronine", +"tetralogy", +"tetralogy_of_fallot", +"tetrameter", +"tetramethyldiarsine", +"tetraneuris", +"tetraneuris_acaulis", +"tetraneuris_grandiflora", +"tetranychid", +"tetranychidae", +"tetrao", +"tetrao_urogallus", +"tetraodontidae", +"tetraonidae", +"tetrapod", +"tetrapturus", +"tetrasaccharide", +"tetraskele", +"tetraskelion", +"tetrasodium_pyrophosphate", +"tetrasporangium", +"tetraspore", +"tetrazzini", +"tetri", +"tetrode", +"tetrodotoxin", +"tetrose", +"tetroxide", +"tetryl", +"tetterwort", +"tettigoniid", +"tettigoniidae", +"teucrium", +"teucrium_canadense", +"teucrium_chamaedrys", +"teucrium_marum", +"teucrium_scorodonia", +"teutoburger_wald", +"teuton", +"teutonic_deity", +"teutonist", +"tevere", +"tevet", +"tewkesbury", +"texan", +"texarkana", +"texas", +"texas_armadillo", +"texas_bluebonnet", +"texas_chachalaca", +"texas_fever", +"texas_horned_lizard", +"texas_independence_day", +"texas_leaguer", +"texas_longhorn", +"texas_millet", +"texas_purple_spike", +"texas_ranger", +"texas_snowbell", +"texas_snowbells", +"texas_star", +"texas_storksbill", +"texas_toad", +"texas_tortoise", +"text", +"text-matching", +"text_edition", +"text_editor", +"text_file", +"textbook", +"textile", +"textile_machine", +"textile_mill", +"textile_screw_pine", +"textual_criticism", +"textual_matter", +"texture", +"th", +"thackeray", +"thaddaeus", +"thaddeus_kosciusko", +"thai", +"thai_monetary_unit", +"thailand", +"thalamostriate_vein", +"thalamus", +"thalarctos", +"thalarctos_maritimus", +"thalassaemia", +"thalassaemia_major", +"thalassemia", +"thalassemia_major", +"thalassoma", +"thalassoma_bifasciatum", +"thales", +"thales_of_miletus", +"thalia", +"thaliacea", +"thalictrum", +"thalidomide", +"thalidone", +"thallium", +"thallophyta", +"thallophyte", +"thallus", +"thalmencephalon", +"thalweg", +"thames", +"thames_river", +"thammuz", +"thamnophilus", +"thamnophis", +"thamnophis_proximus", +"thamnophis_sauritus", +"thamnophis_sirtalis", +"thanatology", +"thanatophobia", +"thanatopsis", +"thanatos", +"thane", +"thaneship", +"thank_offering", +"thank_you", +"thankfulness", +"thankless_wretch", +"thanks", +"thanksgiving", +"thanksgiving_cactus", +"thanksgiving_day", +"thar_desert", +"tharp", +"thatch", +"thatch_palm", +"thatch_tree", +"thatched_roof", +"thatcher", +"thatcherism", +"thatcherite", +"thaumatolatry", +"thaumaturge", +"thaumaturgist", +"thaumaturgy", +"thaw", +"thawing", +"thb", +"thc", +"thd", +"the_absurd", +"the_admirable_crichton", +"the_alps", +"the_boot", +"the_city", +"the_devil", +"the_flood", +"the_gambia", +"the_great_calamity", +"the_great_charter", +"the_great_compromiser", +"the_great_hunger", +"the_great_starvation", +"the_great_unwashed", +"the_hague", +"the_halt", +"the_hill", +"the_holy_see", +"the_hots", +"the_indies", +"the_irish_famine", +"the_like", +"the_likes_of", +"the_nazarene", +"the_netherlands", +"the_pamirs", +"the_pits", +"the_shits", +"the_skinny", +"the_star-spangled_banner", +"the_states", +"the_street", +"the_tempter", +"the_three_estates", +"the_trots", +"the_true", +"the_venerable_bede", +"the_virgin", +"the_way_of_the_world", +"the_ways_of_the_world", +"thea", +"theaceae", +"theanthropism", +"theater", +"theater_company", +"theater_critic", +"theater_curtain", +"theater_director", +"theater_in_the_round", +"theater_light", +"theater_of_operations", +"theater_of_the_absurd", +"theater_of_war", +"theater_prompter", +"theater_stage", +"theater_ticket", +"theatergoer", +"theatre", +"theatre_curtain", +"theatre_director", +"theatre_of_operations", +"theatre_of_war", +"theatre_stage", +"theatre_ticket", +"theatregoer", +"theatrical", +"theatrical_agent", +"theatrical_performance", +"theatrical_poster", +"theatrical_producer", +"theatrical_production", +"theatrical_role", +"theatrical_season", +"theatricality", +"theban", +"thebe", +"thebes", +"theca", +"thecodont", +"thecodont_reptile", +"thecodontia", +"theelin", +"theft", +"theia", +"theism", +"theist", +"thelarche", +"thelephoraceae", +"thelonious_monk", +"thelonious_sphere_monk", +"thelypteridaceae", +"thelypteris", +"thelypteris_dryopteris", +"thelypteris_hexagonoptera", +"thelypteris_palustris", +"thelypteris_palustris_pubescens", +"thelypteris_phegopteris", +"thelypteris_simulata", +"thematic_apperception_test", +"thematic_vowel", +"theme", +"theme_park", +"theme_song", +"themis", +"themistocles", +"then", +"thenar", +"theobid", +"theobroma", +"theobroma_cacao", +"theocracy", +"theodicy", +"theodolite", +"theodor_mommsen", +"theodor_schwann", +"theodor_seuss_geisel", +"theodore_dreiser", +"theodore_dwight_weld", +"theodore_francis_powys", +"theodore_harold_white", +"theodore_herman_albert_dreiser", +"theodore_roosevelt", +"theodore_roosevelt_memorial_national_park", +"theodore_samuel_williams", +"theodosius", +"theodosius_i", +"theodosius_the_great", +"theogony", +"theologian", +"theological_doctrine", +"theological_system", +"theological_virtue", +"theologiser", +"theologist", +"theologizer", +"theology", +"theophany", +"theophrastaceae", +"theophrastus", +"theophrastus_philippus_aureolus_bombastus_von_hohenheim", +"theophylline", +"theorem", +"theoretical_account", +"theoretician", +"theorisation", +"theoriser", +"theorist", +"theorization", +"theorizer", +"theory", +"theory_of_dissociation", +"theory_of_electrolytic_dissociation", +"theory_of_evolution", +"theory_of_games", +"theory_of_gravitation", +"theory_of_gravity", +"theory_of_indicators", +"theory_of_inheritance", +"theory_of_organic_evolution", +"theory_of_preformation", +"theory_of_probability", +"theory_of_punctuated_equilibrium", +"theory_of_relativity", +"theosophism", +"theosophist", +"theosophy", +"theoterrorism", +"therapeutic", +"therapeutic_abortion", +"therapeutic_cloning", +"therapeutic_rehabilitation", +"therapeutics", +"theraphosidae", +"therapist", +"therapsid", +"therapsida", +"therapy", +"theravada", +"theravada_buddhism", +"there", +"theremin", +"thereness", +"theresa", +"theridiid", +"theridiidae", +"therm", +"thermal", +"thermal_barrier", +"thermal_emission", +"thermal_equilibrium", +"thermal_pollution", +"thermal_printer", +"thermal_reactor", +"thermal_resistor", +"thermal_spring", +"thermalgesia", +"thermel", +"thermic_fever", +"thermidor", +"thermion", +"thermionic_current", +"thermionic_emission", +"thermionic_tube", +"thermionic_vacuum_tube", +"thermionic_valve", +"thermionics", +"thermistor", +"thermoacidophile", +"thermobaric_bomb", +"thermobia", +"thermobia_domestica", +"thermocautery", +"thermochemistry", +"thermocoagulation", +"thermocouple", +"thermocouple_junction", +"thermodynamics", +"thermodynamics_of_equilibrium", +"thermoelectric_thermometer", +"thermoelectricity", +"thermogram", +"thermograph", +"thermography", +"thermogravimeter", +"thermogravimetry", +"thermohydrometer", +"thermojunction", +"thermometer", +"thermometrograph", +"thermometry", +"thermonuclear_bomb", +"thermonuclear_reaction", +"thermonuclear_reactor", +"thermonuclear_warhead", +"thermopile", +"thermoplastic", +"thermoplastic_resin", +"thermopsis", +"thermopsis_macrophylla", +"thermopsis_villosa", +"thermopylae", +"thermoreceptor", +"thermoregulator", +"thermos", +"thermos_bottle", +"thermos_flask", +"thermosetting_compositions", +"thermosetting_resin", +"thermosphere", +"thermostat", +"thermostatics", +"thermotherapy", +"thermotropism", +"theropod", +"theropod_dinosaur", +"theropoda", +"thesaurus", +"theseus", +"thesis", +"thespesia", +"thespesia_populnea", +"thespian", +"thespis", +"thessalia", +"thessalian", +"thessalonian", +"thessalonica", +"thessaloniki", +"thessaly", +"theta", +"theta_rhythm", +"theta_wave", +"thetis", +"theurgy", +"thevetia", +"thevetia_neriifolia", +"thevetia_peruviana", +"thiabendazole", +"thiamin", +"thiamine", +"thiamine_pyrophosphate", +"thiazide", +"thiazine", +"thibet", +"thick", +"thick-billed_murre", +"thick-footed_morel", +"thick-knee", +"thick_skin", +"thickener", +"thickening", +"thicket", +"thickhead", +"thickness", +"thief", +"thielavia", +"thielavia_basicola", +"thievery", +"thieving", +"thievishness", +"thigh", +"thigh-slapper", +"thigh_boot", +"thigh_pad", +"thighbone", +"thill", +"thimble", +"thimbleberry", +"thimbleful", +"thimblerig", +"thimbleweed", +"thimerosal", +"thin-leaved_bilberry", +"thin-leaved_stringybark", +"thin-shelled_mussel", +"thin_air", +"thin_person", +"thing", +"thing-in-itself", +"thingamabob", +"thingamajig", +"thingmabob", +"thingmajig", +"things", +"thingumabob", +"thingumajig", +"thingummy", +"think", +"think_factory", +"think_piece", +"think_tank", +"thinker", +"thinking", +"thinking_cap", +"thinner", +"thinness", +"thinning", +"thinning_shears", +"thiobacillus", +"thiobacteria", +"thiobacteriaceae", +"thiocyanate", +"thiocyanic_acid", +"thiodiphenylamine", +"thioguanine", +"thiopental", +"thiopental_sodium", +"thiopentobarbital_sodium", +"thioridazine", +"thiosulfil", +"thiotepa", +"thiothixene", +"thiouracil", +"third", +"third-class_mail", +"third-degree_burn", +"third-dimensionality", +"third-place_finish", +"third-rater", +"third_baron_rayleigh", +"third_base", +"third_baseman", +"third_battle_of_ypres", +"third_class", +"third_council_of_constantinople", +"third_cranial_nerve", +"third_crusade", +"third_deck", +"third_degree", +"third_dimension", +"third_epistel_of_john", +"third_estate", +"third_eye", +"third_eyelid", +"third_gear", +"third_house", +"third_lateran_council", +"third_law_of_motion", +"third_law_of_thermodynamics", +"third_party", +"third_person", +"third_power", +"third_rail", +"third_reich", +"third_sacker", +"third_stomach", +"third_tonsil", +"third_trimester", +"third_ventricle", +"third_world", +"thirst", +"thirst_for_knowledge", +"thirster", +"thirstiness", +"thirteen", +"thirteenth", +"thirties", +"thirtieth", +"thirty", +"thirty-second", +"thirty-second_note", +"thirty-second_part", +"thirty-something", +"thirty_years'_war", +"thistle", +"thistledown", +"thlaspi", +"thlaspi_arvense", +"thm", +"tho", +"thole", +"tholepin", +"thomas", +"thomas_a_becket", +"thomas_a_kempis", +"thomas_alva_edison", +"thomas_aquinas", +"thomas_augustus_watson", +"thomas_babington_macaulay", +"thomas_bayes", +"thomas_bowdler", +"thomas_bradley", +"thomas_carew", +"thomas_carlyle", +"thomas_chippendale", +"thomas_clayton_wolfe", +"thomas_crawford", +"thomas_de_quincey", +"thomas_decker", +"thomas_dekker", +"thomas_edison", +"thomas_edward_lawrence", +"thomas_gainsborough", +"thomas_gray", +"thomas_hardy", +"thomas_hart_benton", +"thomas_hastings", +"thomas_henry_huxley", +"thomas_higginson", +"thomas_hobbes", +"thomas_hodgkin", +"thomas_hopkins_gallaudet", +"thomas_hunt_morgan", +"thomas_huxley", +"thomas_j._hanks", +"thomas_j._jackson", +"thomas_jackson", +"thomas_jefferson", +"thomas_jonathan_jackson", +"thomas_kennerly_wolfe_jr.", +"thomas_kid", +"thomas_kyd", +"thomas_lanier_williams", +"thomas_malory", +"thomas_malthus", +"thomas_mann", +"thomas_merton", +"thomas_middleton", +"thomas_moore", +"thomas_more", +"thomas_nast", +"thomas_nelson_page", +"thomas_paine", +"thomas_pynchon", +"thomas_reid", +"thomas_robert_malthus", +"thomas_stearns_eliot", +"thomas_straussler", +"thomas_sully", +"thomas_sydenham", +"thomas_tallis", +"thomas_the_doubting_apostle", +"thomas_wentworth_storrow_higginson", +"thomas_willis", +"thomas_wolfe", +"thomas_woodrow_wilson", +"thomas_wright_waller", +"thomas_young", +"thomism", +"thomomys", +"thomomys_bottae", +"thomomys_talpoides", +"thompson", +"thompson_seedless", +"thompson_submachine_gun", +"thomsen's_disease", +"thomson", +"thomson's_gazelle", +"thong", +"thor", +"thor_hyerdahl", +"thoracentesis", +"thoracic_actinomycosis", +"thoracic_aorta", +"thoracic_cavity", +"thoracic_duct", +"thoracic_medicine", +"thoracic_nerve", +"thoracic_outlet_syndrome", +"thoracic_vein", +"thoracic_vertebra", +"thoracocentesis", +"thoracoepigastric_vein", +"thoracotomy", +"thorax", +"thorazine", +"thoreau", +"thorite", +"thorium", +"thorium-228", +"thorn", +"thorn_apple", +"thornbill", +"thorndike", +"thorniness", +"thornton", +"thornton_niven_wilder", +"thornton_wilder", +"thorny_amaranth", +"thorny_skate", +"thorough_bass", +"thoroughbred", +"thoroughbred_race", +"thoroughbred_racing", +"thoroughfare", +"thoroughness", +"thoroughwort", +"thorpe", +"thorshavn", +"thorstein_bunde_veblen", +"thorstein_veblen", +"thortveitite", +"thoth", +"thou", +"thought", +"thought-image", +"thought-reader", +"thought_process", +"thought_transference", +"thoughtfulness", +"thoughtlessness", +"thousand", +"thousand_and_one_nights", +"thousand_island_dressing", +"thousandth", +"thrace", +"thracian", +"thraco-phrygian", +"thraldom", +"thrall", +"thralldom", +"thrash", +"thrasher", +"thrashing", +"thraupidae", +"thread", +"thread-fish", +"thread_blight", +"thread_maker", +"threader", +"threadfin", +"threadfish", +"threadleaf_groundsel", +"threads", +"threadworm", +"threat", +"threatened_abortion", +"three", +"three-bagger", +"three-banded_armadillo", +"three-base_hit", +"three-card_monte", +"three-centered_arch", +"three-cornered_leek", +"three-d", +"three-day_event", +"three-day_measles", +"three-decker", +"three-dimensional_figure", +"three-dimensional_radar", +"three-dimensionality", +"three-fourths", +"three-hitter", +"three-mile_limit", +"three-piece_suit", +"three-point_landing", +"three-point_switch", +"three-point_turn", +"three-quarter_binding", +"three-quarters", +"three-ring_circus", +"three-seeded_mercury", +"three-spined_stickleback", +"three-toed_sloth", +"three-way_calling", +"three-way_switch", +"three-year-old_horse", +"three_kings'_day", +"three_year_old", +"threepence", +"threescore", +"threesome", +"threnody", +"threonine", +"thresher", +"thresher's_lung", +"thresher_shark", +"threshing", +"threshing_floor", +"threshing_machine", +"threshold", +"threshold_element", +"threshold_function", +"threshold_gate", +"threshold_level", +"threshold_operation", +"threskiornis", +"threskiornis_aethiopica", +"threskiornithidae", +"thrift", +"thrift_institution", +"thriftiness", +"thriftlessness", +"thriftshop", +"thrill", +"thriller", +"thrinax", +"thrinax_keyensis", +"thrinax_microcarpa", +"thrinax_morrisii", +"thrinax_parviflora", +"thrip", +"thripid", +"thripidae", +"thrips", +"thrips_tobaci", +"throat", +"throat_infection", +"throat_protector", +"throat_sweetbread", +"throatwort", +"throb", +"throbbing", +"throe", +"throes", +"thrombasthenia", +"thrombectomy", +"thrombin", +"thrombocyte", +"thrombocytopenia", +"thrombocytopenic_purpura", +"thrombocytosis", +"thromboembolism", +"thrombokinase", +"thrombolysis", +"thrombolytic", +"thrombolytic_agent", +"thrombolytic_therapy", +"thrombopenia", +"thrombophlebitis", +"thromboplastin", +"thrombosis", +"thrombus", +"throne", +"throng", +"throstle", +"throttle", +"throttle_valve", +"throttlehold", +"throttler", +"throttling", +"throughput", +"throughway", +"throw", +"throw-in", +"throw-weight", +"throw_pillow", +"throw_rug", +"throw_stick", +"throwaway", +"throwback", +"thrower", +"throwing_away", +"throwing_board", +"throwing_stick", +"throwster", +"thrum", +"thrush", +"thrush_nightingale", +"thrust", +"thrust_bearing", +"thrust_fault", +"thrust_stage", +"thruster", +"thrusting", +"thruway", +"thryothorus", +"thryothorus_ludovicianus", +"thucydides", +"thud", +"thug", +"thuggee", +"thuggery", +"thuja", +"thuja_occidentalis", +"thuja_orientalis", +"thuja_plicata", +"thujopsis", +"thujopsis_dolobrata", +"thule", +"thulium", +"thumb", +"thumb_index", +"thumbhole", +"thumbnail", +"thumbnut", +"thumbprint", +"thumbscrew", +"thumbstall", +"thumbtack", +"thump", +"thumping", +"thunbergia", +"thunbergia_alata", +"thunder", +"thunder_bay", +"thunder_lizard", +"thunder_mug", +"thunder_snake", +"thunderbird", +"thunderbolt", +"thunderclap", +"thundercloud", +"thunderer", +"thunderhead", +"thundershower", +"thunderstorm", +"thunk", +"thunnus", +"thunnus_alalunga", +"thunnus_albacares", +"thunnus_thynnus", +"thurber", +"thurible", +"thurifer", +"thuringia", +"thursday", +"thus", +"thwack", +"thwart", +"thwarter", +"thwarting", +"thylacine", +"thylacinus", +"thylacinus_cynocephalus", +"thylogale", +"thyme", +"thyme-leaved_sandwort", +"thyme-leaved_speedwell", +"thyme_camphor", +"thymelaeaceae", +"thymelaeales", +"thymic_acid", +"thymidine", +"thymine", +"thymol", +"thymosin", +"thymus", +"thymus_gland", +"thymus_serpyllum", +"thymus_vulgaris", +"thyreophora", +"thyreophoran", +"thyrocalcitonin", +"thyroglobulin", +"thyroid", +"thyroid-stimulating_hormone", +"thyroid_cartilage", +"thyroid_gland", +"thyroid_hormone", +"thyroid_vein", +"thyroidectomy", +"thyroiditis", +"thyromegaly", +"thyronine", +"thyroprotein", +"thyrotoxicosis", +"thyrotrophic_hormone", +"thyrotrophin", +"thyrotropic_hormone", +"thyrotropin", +"thyrotropin-releasing_factor", +"thyrotropin-releasing_hormone", +"thyroxin", +"thyroxine", +"thyrse", +"thyrsopteris", +"thyrsopteris_elegans", +"thyrsus", +"thysanocarpus", +"thysanopter", +"thysanoptera", +"thysanopteron", +"thysanopterous_insect", +"thysanura", +"thysanuran_insect", +"thysanuron", +"thz", +"ti", +"tia", +"tiamat", +"tianjin", +"tiara", +"tiarella", +"tiarella_cordifolia", +"tiarella_unifoliata", +"tib", +"tiber", +"tiberius", +"tiberius_claudius_drusus_nero_germanicus", +"tiberius_claudius_nero_caesar_augustus", +"tibet", +"tibetan", +"tibetan_buddhism", +"tibetan_mastiff", +"tibetan_terrier", +"tibeto-burman", +"tibeto-burman_language", +"tibia", +"tibia_valga", +"tibia_vara", +"tibial_vein", +"tibialis", +"tibialis_anterior", +"tibialis_anticus", +"tibialis_muscle", +"tibialis_posterior", +"tibialis_posticus", +"tibicen", +"tibit", +"tibur", +"tic", +"tic-tac-toe", +"tic_douloureux", +"tical", +"tichodroma", +"tichodroma_muriaria", +"tichodrome", +"ticino", +"tick", +"tick-tack-toe", +"tick-weed", +"tick_fever", +"tick_trefoil", +"ticker", +"ticker_tape", +"ticket", +"ticket-of-leave", +"ticket_agent", +"ticket_book", +"ticket_booth", +"ticket_collector", +"ticket_holder", +"ticket_line", +"ticket_office", +"ticket_stub", +"ticket_taker", +"ticket_tout", +"ticket_window", +"ticking", +"ticking_bomb", +"tickle", +"tickler", +"tickler_coil", +"tickler_file", +"tickling", +"tickseed", +"tickseed_sunflower", +"ticktack", +"ticktacktoe", +"ticktacktoo", +"ticktock", +"tickweed", +"ticonderoga", +"tictac", +"tidal_basin", +"tidal_bore", +"tidal_current", +"tidal_flow", +"tidal_river", +"tidal_stream", +"tidal_wave", +"tidal_zone", +"tidbit", +"tiddler", +"tiddlywinks", +"tide", +"tide_rip", +"tideland", +"tidemark", +"tidewater", +"tidewater_region", +"tidewater_river", +"tidewater_stream", +"tideway", +"tidiness", +"tidings", +"tidy", +"tidy_sum", +"tidy_tips", +"tidytips", +"tie", +"tie-in", +"tie-up", +"tie_beam", +"tie_clip", +"tie_rack", +"tie_rod", +"tie_tack", +"tieback", +"tiebreaker", +"tien-pao", +"tien_shan", +"tientsin", +"tiepin", +"tiepolo", +"tier", +"tier_up", +"tierce", +"tiercel", +"tiered_seat", +"tierra_del_fuego", +"tietze's_syndrome", +"tiff", +"tiffany", +"tiffany_glass", +"tiffin", +"tiflis", +"tiger", +"tiger_beetle", +"tiger_cat", +"tiger_cowrie", +"tiger_cub", +"tiger_lily", +"tiger_moth", +"tiger_rattlesnake", +"tiger_salamander", +"tiger_shark", +"tiger_snake", +"tigers", +"tight_end", +"tight_money", +"tightening", +"tightfistedness", +"tightness", +"tightrope", +"tightrope_walker", +"tightrope_walking", +"tights", +"tightwad", +"tiglon", +"tigon", +"tigress", +"tigris", +"tigris_river", +"tijuana", +"tike", +"tilapia", +"tilapia_nilotica", +"tilde", +"tilden", +"tile", +"tile_cutter", +"tile_roof", +"tilefish", +"tiler", +"tilia", +"tilia_americana", +"tilia_cordata", +"tilia_heterophylla", +"tilia_japonica", +"tilia_tomentosa", +"tiliaceae", +"tiling", +"tiliomycetes", +"till", +"tillage", +"tillandsia", +"tillandsia_usneoides", +"tilled_land", +"tiller", +"tilletia", +"tilletia_caries", +"tilletia_foetida", +"tilletiaceae", +"tillich", +"tilling", +"tilt", +"tilt-top_table", +"tilt_angle", +"tilter", +"tilth", +"tilting_board", +"tiltyard", +"tim_leary", +"timalia", +"timaliidae", +"timbale", +"timbale_case", +"timber", +"timber_hitch", +"timber_line", +"timber_rattlesnake", +"timber_tree", +"timber_wolf", +"timberland", +"timberline", +"timberman", +"timbre", +"timbrel", +"timbuktu", +"time", +"time-and-motion_study", +"time-ball", +"time-delay_measuring_instrument", +"time-delay_measuring_system", +"time-fuse", +"time-motion_study", +"time-out", +"time-scale_factor", +"time-switch", +"time_and_a_half", +"time_and_motion_study", +"time_being", +"time_bill", +"time_bomb", +"time_capsule", +"time_clock", +"time_constant", +"time_deposit", +"time_deposit_account", +"time_draft", +"time_exposure", +"time_frame", +"time_immemorial", +"time_interval", +"time_lag", +"time_limit", +"time_loan", +"time_machine", +"time_note", +"time_of_arrival", +"time_of_day", +"time_of_departure", +"time_of_life", +"time_of_origin", +"time_of_year", +"time_off", +"time_out", +"time_out_of_mind", +"time_period", +"time_plan", +"time_scale", +"time_series", +"time_sharing", +"time_sheet", +"time_signal", +"time_signature", +"time_slot", +"time_study", +"time_to_come", +"time_unit", +"time_value", +"time_zone", +"timecard", +"timekeeper", +"timekeeping", +"timeless_existence", +"timelessness", +"timeline", +"timeliness", +"timepiece", +"timer", +"times", +"times_square", +"timeserver", +"timetable", +"timework", +"timgad", +"timid", +"timidity", +"timidness", +"timimoun", +"timing", +"timolol", +"timor", +"timor_sea", +"timorese", +"timorousness", +"timothy", +"timothy_francis_leary", +"timothy_leary", +"timothy_miles_bindon_rice", +"timpani", +"timpanist", +"timucu", +"timur", +"timur_lenk", +"tin", +"tin-plating", +"tin_can", +"tin_disease", +"tin_ear", +"tin_foil", +"tin_hat", +"tin_opener", +"tin_pan_alley", +"tin_pest", +"tin_plague", +"tin_plate", +"tin_pyrites", +"tin_whistle", +"tinamidae", +"tinamiformes", +"tinamou", +"tinbergen", +"tinca", +"tinca_tinca", +"tincture", +"tincture_of_iodine", +"tincture_of_opium", +"tindal", +"tindale", +"tinder", +"tinderbox", +"tine", +"tine_test", +"tinea", +"tinea_barbae", +"tinea_capitis", +"tinea_corporis", +"tinea_cruris", +"tinea_pedis", +"tinea_pellionella", +"tinea_unguium", +"tineid", +"tineid_moth", +"tineidae", +"tineoid", +"tineoid_moth", +"tineoidea", +"tineola", +"tineola_bisselliella", +"tinfoil", +"ting", +"tinge", +"tingidae", +"tingle", +"tingling", +"tininess", +"tinker", +"tinker's_dam", +"tinker's_damn", +"tinker's_root", +"tinkerer", +"tinkle", +"tinned_goods", +"tinned_meat", +"tinner", +"tinnevelly_senna", +"tinning", +"tinnitus", +"tinplate", +"tinsel", +"tinsmith", +"tinsnips", +"tint", +"tintack", +"tinter", +"tinting", +"tintinnabulation", +"tintometer", +"tintoretto", +"tinware", +"tip", +"tip-off", +"tip-top_table", +"tip_in", +"tip_sheet", +"tip_table", +"tip_truck", +"tipi", +"tipper", +"tipper_lorry", +"tipper_truck", +"tippet", +"tipple", +"tippler", +"tipsiness", +"tipstaff", +"tipster", +"tipsy_cake", +"tiptoe", +"tiptop", +"tipu", +"tipu_tree", +"tipuana", +"tipulidae", +"tirade", +"tiramisu", +"tirana", +"tire", +"tire_chain", +"tire_iron", +"tire_tool", +"tiredness", +"tirelessness", +"tiresias", +"tiresomeness", +"tirich_mir", +"tiro", +"tirol", +"tirolean", +"tirso_de_molina", +"tisane", +"tisha_b'ab", +"tisha_b'av", +"tishah_b'ab", +"tishah_b'av", +"tishri", +"tisiphone", +"tissue", +"tissue_layer", +"tissue_paper", +"tissue_plasminogen_activator", +"tissue_typing", +"tit", +"tit-tat-toe", +"tit_for_tat", +"titan", +"titan_arum", +"titaness", +"titania", +"titanic_acid", +"titanic_oxide", +"titanium", +"titanium_dioxide", +"titanium_oxide", +"titanosaur", +"titanosaurian", +"titanosauridae", +"titanosaurus", +"titbit", +"titer", +"titfer", +"tithe", +"tithe_barn", +"tither", +"tithonia", +"titi", +"titi_family", +"titi_monkey", +"titian", +"titillation", +"titivation", +"titlark", +"title", +"title-holder", +"title_bar", +"title_deed", +"title_of_respect", +"title_page", +"title_role", +"titmouse", +"tito", +"titration", +"titrator", +"titre", +"titter", +"titterer", +"tittivation", +"tittle", +"tittle-tattle", +"titty", +"titus", +"titus_flavius_domitianus", +"titus_flavius_sabinus_vespasianus", +"titus_flavius_vespasianus", +"titus_livius", +"titus_lucretius_carus", +"titus_maccius_plautus", +"titus_oates", +"titus_vespasianus_augustus", +"tiu", +"tivoli", +"tiyin", +"tiziano_vecellio", +"tizzy", +"tjalling_charles_koopmans", +"tjalling_koopmans", +"tko", +"tl", +"tlc", +"tlingit", +"tm", +"tmv", +"tn", +"tnf", +"tnt", +"to-do", +"to_leeward", +"to_windward", +"toad", +"toad-in-the-hole", +"toad_frog", +"toad_lily", +"toad_rush", +"toadfish", +"toadflax", +"toadshade", +"toadstool", +"toady", +"toast", +"toast_mistress", +"toaster", +"toaster_oven", +"toasting", +"toasting_fork", +"toastmaster", +"toastrack", +"tobacco", +"tobacco_budworm", +"tobacco_hornworm", +"tobacco_industry", +"tobacco_juice", +"tobacco_mildew", +"tobacco_mosaic", +"tobacco_mosaic_virus", +"tobacco_moth", +"tobacco_pipe", +"tobacco_plant", +"tobacco_pouch", +"tobacco_shop", +"tobacco_thrips", +"tobacco_user", +"tobacco_wilt", +"tobacconist", +"tobacconist_shop", +"tobago", +"tobagonian", +"tobey", +"tobias_george_smollett", +"tobias_smollett", +"tobin", +"tobin_bronze", +"tobit", +"toboggan", +"toboggan_cap", +"tobogganing", +"tobogganist", +"tobramycin", +"toby", +"toby_fillpot_jug", +"toby_jug", +"tocainide", +"tocantins", +"tocantins_river", +"toccata", +"tocharian", +"tocktact", +"tocology", +"tocopherol", +"tocqueville", +"tocsin", +"tod", +"toda", +"today", +"todd", +"toddler", +"toddy", +"toddy_palm", +"todea", +"todea_barbara", +"todea_superba", +"todidae", +"todus", +"tody", +"toe", +"toe-in", +"toe_box", +"toe_crack", +"toe_dance", +"toe_dancing", +"toe_toe", +"toea", +"toecap", +"toehold", +"toenail", +"toetoe", +"toff", +"toffee", +"toffee_apple", +"toffy", +"tofieldia", +"tofieldia_pusilla", +"tofranil", +"tofu", +"toga", +"toga_virilis", +"togaviridae", +"togetherness", +"toggle", +"toggle_bolt", +"toggle_joint", +"toggle_switch", +"togo", +"togo_franc", +"togolese", +"togolese_republic", +"togs", +"toil", +"toiler", +"toilet", +"toilet_articles", +"toilet_bag", +"toilet_bowl", +"toilet_facility", +"toilet_kit", +"toilet_paper", +"toilet_powder", +"toilet_roll", +"toilet_seat", +"toilet_soap", +"toilet_table", +"toilet_tissue", +"toilet_training", +"toilet_water", +"toiletry", +"toilette", +"toilsomeness", +"toitoi", +"tojo", +"tojo_eiki", +"tojo_hideki", +"tokamak", +"tokay", +"toke", +"token", +"token_economy", +"token_money", +"token_payment", +"tokio", +"toklas", +"tokyo", +"tolazamide", +"tolazoline", +"tolbooth", +"tolbukhin", +"tolbutamide", +"tole", +"tolectin", +"toledo", +"tolerance", +"toleration", +"tolinase", +"tolkien", +"toll", +"toll_agent", +"toll_bridge", +"toll_call", +"toll_collector", +"toll_house_cookie", +"toll_line", +"toll_plaza", +"toll_road", +"toll_taker", +"tollbar", +"tollbooth", +"toller", +"tollgate", +"tollgatherer", +"tollhouse", +"tollkeeper", +"tollman", +"tollon", +"tolmetin_sodium", +"tolmiea", +"tolmiea_menziesii", +"tolstoy", +"toltec", +"tolu", +"tolu_balsam", +"tolu_balsam_tree", +"tolu_tree", +"toluene", +"toluic_acid", +"tolypeutes", +"tolypeutes_tricinctus", +"tom", +"tom-tom", +"tom_and_jerry", +"tom_bradley", +"tom_collins", +"tom_hanks", +"tom_paine", +"tom_sawyer", +"tom_stoppard", +"tom_thumb", +"tom_turkey", +"tom_wolfe", +"tomahawk", +"tomalley", +"tomas_de_torquemada", +"tomasso_parentucelli", +"tomatillo", +"tomato", +"tomato_blight", +"tomato_concentrate", +"tomato_fruitworm", +"tomato_hornworm", +"tomato_juice", +"tomato_ketchup", +"tomato_paste", +"tomato_plant", +"tomato_sauce", +"tomato_streak", +"tomato_worm", +"tomato_yellows", +"tomb", +"tombac", +"tombak", +"tombaugh", +"tombigbee", +"tombigbee_river", +"tombola", +"tomboy", +"tomboyishness", +"tombstone", +"tomcat", +"tome", +"tomentum", +"tomentum_cerebri", +"tomfool", +"tomfoolery", +"tomistoma", +"tomistoma_schlegeli", +"tommy_gun", +"tommyrot", +"tomograph", +"tomography", +"tomorrow", +"tompion", +"tomtate", +"tomtit", +"ton", +"tonal_language", +"tonal_pattern", +"tonal_system", +"tonality", +"tone", +"tone-beginning", +"tone_arm", +"tone_deafness", +"tone_ending", +"tone_language", +"tone_of_voice", +"tone_poem", +"tone_system", +"tonegawa_susumu", +"toner", +"tong_ho", +"tonga", +"tongan", +"tongan_monetary_unit", +"tongs", +"tongue", +"tongue-fish", +"tongue-flower", +"tongue-lashing", +"tongue_and_groove_joint", +"tongue_depressor", +"tongue_fern", +"tongue_tie", +"tongue_twister", +"tongue_worm", +"tonguefish", +"tongueflower", +"tongueless_frog", +"tonguing_and_grooving_plane", +"toni_morrison", +"tonic", +"tonic_accent", +"tonic_epilepsy", +"tonic_key", +"tonic_solfa", +"tonic_water", +"tonicity", +"tonight", +"tonka_bean", +"tonka_bean_tree", +"tonnage", +"tonnage_duty", +"tonne", +"tonocard", +"tonometer", +"tonometry", +"tons", +"tonsil", +"tonsilla", +"tonsilla_adenoidea", +"tonsilla_pharyngealis", +"tonsillectomy", +"tonsillitis", +"tonsure", +"tontine", +"tontine_insurance", +"tonus", +"tony_blair", +"tool", +"tool-and-die_work", +"tool_bag", +"tool_cabinet", +"tool_case", +"tool_chest", +"tool_kit", +"tool_steel", +"toolbox", +"toolhouse", +"toolmaker", +"toolshed", +"toon", +"toona", +"toona_calantas", +"tooshie", +"toot", +"tooth", +"tooth_decay", +"tooth_doctor", +"tooth_enamel", +"tooth_fairy", +"tooth_fungus", +"tooth_powder", +"tooth_root", +"tooth_shell", +"tooth_socket", +"toothache", +"toothache_tree", +"toothbrush", +"toothbrush_tree", +"toothed_spurge", +"toothed_sword_fern", +"toothed_whale", +"toothed_wheel", +"toothpaste", +"toothpick", +"toothpowder", +"toothsomeness", +"toothwort", +"tootle", +"toowomba_canary_grass", +"top", +"top-up", +"top_banana", +"top_billing", +"top_boot", +"top_brass", +"top_dog", +"top_dressing", +"top_executive", +"top_fermentation", +"top_fermenting_yeast", +"top_hat", +"top_lift", +"top_of_the_inning", +"top_of_the_line", +"top_onion", +"top_quark", +"top_round", +"top_side", +"topaz", +"topcoat", +"tope", +"topee", +"topeka", +"toper", +"toper's_nose", +"topgallant", +"topgallant_mast", +"topgallant_sail", +"tophus", +"topi", +"topiary", +"topic", +"topic_sentence", +"topical_anaesthesia", +"topical_anaesthetic", +"topical_anesthesia", +"topical_anesthetic", +"topical_prostaglandin_eyedrop", +"topicality", +"topicalization", +"topknot", +"topmast", +"topminnow", +"topognosia", +"topognosis", +"topographic_anatomy", +"topographic_point", +"topography", +"topolatry", +"topological_space", +"topology", +"toponomy", +"toponym", +"toponymy", +"topos", +"topper", +"topping", +"topsail", +"topside", +"topsoil", +"topspin", +"topsy-turvydom", +"topsy-turvyness", +"topv", +"toque", +"tor", +"toradol", +"torah", +"torch", +"torch_race", +"torch_singer", +"torch_song", +"torchbearer", +"torchlight", +"torchwood_family", +"tore", +"toreador", +"toreador_pants", +"torero", +"torino", +"torment", +"tormenter", +"tormentor", +"tornado", +"tornado_cellar", +"tornado_lantern", +"tornillo", +"torodal", +"toroid", +"toronto", +"torpedinidae", +"torpediniformes", +"torpedo", +"torpedo-boat_destroyer", +"torpedo_boat", +"torpedo_tube", +"torpidity", +"torpidness", +"torpor", +"torquato_tasso", +"torque", +"torque_converter", +"torque_wrench", +"torquemada", +"torr", +"torrent", +"torreon", +"torres_strait", +"torrey's_pine", +"torrey_pine", +"torrey_tree", +"torreya", +"torreya_californica", +"torreya_taxifolia", +"torricelli", +"torrid_zone", +"torridity", +"torsion", +"torsion_balance", +"torsk", +"torso", +"tort", +"tort-feasor", +"torte", +"tortellini", +"tortfeasor", +"torticollis", +"tortilla", +"tortilla_chip", +"tortoise", +"tortoise_plant", +"tortoiseshell", +"tortoiseshell-cat", +"tortoiseshell_butterfly", +"tortoiseshell_turtle", +"tortricid", +"tortricid_moth", +"tortricidae", +"tortrix", +"tortuosity", +"tortuousness", +"torture", +"torture_chamber", +"torturer", +"torturing", +"torus", +"tory", +"toscana", +"toscanini", +"tosh", +"tosk", +"tosk_dialect", +"toss", +"toss-up", +"toss_bombing", +"tossed_salad", +"tosser", +"tossup", +"tostada", +"tot", +"total", +"total_aphasia", +"total_darkness", +"total_depravity", +"total_eclipse", +"total_heat", +"total_hysterectomy", +"total_parenteral_nutrition", +"totalisator", +"totaliser", +"totalism", +"totalitarian", +"totalitarian_state", +"totalitarianism", +"totalitation_regime", +"totality", +"totalizator", +"totalizer", +"totara", +"tote", +"tote_bag", +"totem", +"totem_pole", +"totemism", +"totemist", +"toter", +"totipotence", +"totipotency", +"totten_trust", +"totterer", +"toucan", +"toucanet", +"touch", +"touch-me-not", +"touch-typist", +"touch_football", +"touch_modality", +"touch_perception", +"touch_screen", +"touch_sensation", +"touch_system", +"touch_typing", +"touchback", +"touchdown", +"toucher", +"touchiness", +"touching", +"touchline", +"touchscreen", +"touchstone", +"touchwood", +"tough", +"tough_guy", +"tough_luck", +"toughie", +"toughness", +"toulon", +"toulouse", +"toulouse-lautrec", +"toupe", +"toupee", +"tour", +"tour_de_force", +"tour_de_france", +"tour_guide", +"tour_of_duty", +"touraco", +"tourer", +"tourette", +"tourette's_syndrome", +"touring_car", +"tourism", +"tourist", +"tourist_attraction", +"tourist_class", +"tourist_court", +"touristry", +"tourmaline", +"tournament", +"tournedos", +"tourney", +"tourniquet", +"tours", +"tourtiere", +"tout", +"tout_ensemble", +"touter", +"tovarich", +"tovarisch", +"tow", +"tow-headed_snake", +"tow_car", +"tow_truck", +"towage", +"towboat", +"towel", +"towel_bar", +"towel_horse", +"towel_rack", +"towel_rail", +"towel_ring", +"toweling", +"towelling", +"tower", +"tower_block", +"tower_cress", +"tower_mustard", +"tower_of_babel", +"tower_of_london", +"tower_of_pharos", +"tower_of_strength", +"towhead", +"towhee", +"towing_line", +"towing_path", +"towing_rope", +"towline", +"town", +"town_clerk", +"town_crier", +"town_gas", +"town_hall", +"town_house", +"town_meeting", +"town_planning", +"townee", +"towner", +"townes", +"townie", +"townsend", +"townsend_harris", +"townsendia", +"townsendia_exscapa", +"townsfolk", +"township", +"townsman", +"townspeople", +"towny", +"towpath", +"towrope", +"toxaemia", +"toxaemia_of_pregnancy", +"toxemia", +"toxemia_of_pregnancy", +"toxic_condition", +"toxic_dumpsite", +"toxic_industrial_waste", +"toxic_shock", +"toxic_shock_syndrome", +"toxic_site", +"toxic_waste", +"toxic_waste_area", +"toxic_waste_dump", +"toxic_waste_site", +"toxicant", +"toxicity", +"toxicodendron", +"toxicodendron_diversilobum", +"toxicodendron_quercifolium", +"toxicodendron_radicans", +"toxicodendron_vernicifluum", +"toxicodendron_vernix", +"toxicognath", +"toxicologist", +"toxicology", +"toxin", +"toxin_antitoxin", +"toxoid", +"toxoplasmosis", +"toxostoma", +"toxostoma_rufums", +"toxotes", +"toxotes_jaculatrix", +"toxotidae", +"toy", +"toy_box", +"toy_business", +"toy_chest", +"toy_dog", +"toy_industry", +"toy_manchester", +"toy_manchester_terrier", +"toy_poodle", +"toy_soldier", +"toy_spaniel", +"toy_terrier", +"toying", +"toynbee", +"toyohashi", +"toyon", +"toyonaki", +"toyota", +"toyshop", +"tpn", +"tra-la", +"tra-la-la", +"trabecula", +"trablous", +"trace", +"trace_detector", +"trace_element", +"trace_program", +"tracer", +"tracer_bullet", +"tracery", +"trachea", +"tracheal_vein", +"tracheid", +"tracheitis", +"trachelospermum", +"trachelospermum_jasminoides", +"tracheobronchitis", +"tracheophyta", +"tracheophyte", +"tracheostomy", +"tracheotomy", +"trachinotus", +"trachinotus_carolinus", +"trachinotus_falcatus", +"trachipteridae", +"trachipterus", +"trachipterus_arcticus", +"trachodon", +"trachodont", +"trachoma", +"trachurus", +"trachurus_symmetricus", +"trachurus_trachurus", +"tracing", +"tracing_paper", +"tracing_routine", +"track", +"track-to-track_seek_time", +"track_and_field", +"track_event", +"track_meet", +"track_record", +"track_star", +"trackball", +"tracked_vehicle", +"tracker", +"tracking", +"tracklayer", +"trackless_trolley", +"tract", +"tract_house", +"tract_housing", +"tractability", +"tractableness", +"tractarian", +"tractarianism", +"traction", +"traction_engine", +"tractor", +"tractor_trailer", +"tracy", +"trad", +"trade", +"trade-in", +"trade-last", +"trade-off", +"trade_acceptance", +"trade_balance", +"trade_barrier", +"trade_bill", +"trade_book", +"trade_cycle", +"trade_deficit", +"trade_discount", +"trade_edition", +"trade_embargo", +"trade_expense", +"trade_gap", +"trade_good", +"trade_magazine", +"trade_name", +"trade_policy", +"trade_protection", +"trade_rat", +"trade_route", +"trade_school", +"trade_secret", +"trade_stoppage", +"trade_union", +"trade_union_movement", +"trade_unionism", +"trade_unionist", +"trade_wind", +"tradecraft", +"trademark", +"tradeoff", +"trader", +"trades_union", +"tradescant", +"tradescant's_aster", +"tradescantia", +"tradesman", +"tradespeople", +"trading", +"trading_card", +"trading_floor", +"trading_operations", +"trading_post", +"trading_stamp", +"tradition", +"traditional_knowledge", +"traditionalism", +"traditionalist", +"traditionality", +"traducement", +"traducer", +"trafalgar", +"trafalgar_square", +"traffic", +"traffic_circle", +"traffic_control", +"traffic_cop", +"traffic_court", +"traffic_island", +"traffic_jam", +"traffic_lane", +"traffic_light", +"traffic_pattern", +"traffic_signal", +"trafficator", +"trafficker", +"tragacanth", +"tragedian", +"tragedienne", +"tragedy", +"tragelaphus", +"tragelaphus_angasi", +"tragelaphus_buxtoni", +"tragelaphus_eurycerus", +"tragelaphus_imberbis", +"tragelaphus_scriptus", +"tragelaphus_strepsiceros", +"tragic_flaw", +"tragicomedy", +"tragopan", +"tragopogon", +"tragopogon_dubius", +"tragopogon_porrifolius", +"tragopogon_pratensis", +"tragulidae", +"tragulus", +"tragulus_javanicus", +"tragulus_kanchil", +"tragus", +"trail", +"trail_bike", +"trail_boss", +"trail_head", +"trail_riding", +"trailblazer", +"trailer", +"trailer_camp", +"trailer_park", +"trailer_truck", +"trailhead", +"trailing", +"trailing_arbutus", +"trailing_edge", +"trailing_four_o'clock", +"trailing_windmills", +"train", +"train_depot", +"train_dispatcher", +"train_fare", +"train_of_thought", +"train_oil", +"train_set", +"train_station", +"train_ticket", +"trainband", +"trainbandsman", +"trainbearer", +"trained_nurse", +"trained_worker", +"trainee", +"traineeship", +"trainer", +"training", +"training_college", +"training_program", +"training_school", +"training_ship", +"training_table", +"trainload", +"trainman", +"trainmaster", +"trait", +"traitor", +"traitorousness", +"traitress", +"trajan", +"trajectory", +"tram", +"tramcar", +"tramline", +"trammel", +"trammel_net", +"tramontana", +"tramontane", +"tramp", +"tramp's_spurge", +"tramp_steamer", +"tramper", +"trample", +"trampler", +"trampling", +"trampoline", +"tramway", +"trance", +"tranche", +"trandate", +"trandolapril", +"tranquility", +"tranquilizer", +"tranquilliser", +"tranquillity", +"tranquillizer", +"trans-alaska_pipeline", +"trans_fatty_acid", +"transactinide", +"transaction", +"transaction_file", +"transactional_immunity", +"transactions", +"transactor", +"transalpine", +"transaminase", +"transamination", +"transcaucasia", +"transcendence", +"transcendency", +"transcendental_number", +"transcendental_philosophy", +"transcendentalism", +"transcendentalist", +"transcortical_aphasia", +"transcriber", +"transcript", +"transcriptase", +"transcription", +"transdermal_patch", +"transducer", +"transducing_vector", +"transduction", +"transept", +"transexual", +"transfer", +"transfer_agent", +"transfer_of_training", +"transfer_paper", +"transfer_payment", +"transfer_rna", +"transfer_tax", +"transferability", +"transferase", +"transferee", +"transference", +"transferer", +"transferor", +"transferral", +"transferred_possession", +"transferred_property", +"transferrer", +"transferrin", +"transfiguration", +"transfiguration_day", +"transfiguration_of_jesus", +"transformation", +"transformer", +"transforming_gene", +"transfusion", +"transfusion_reaction", +"transgene", +"transgression", +"transgressor", +"transience", +"transiency", +"transient", +"transient_global_amnesia", +"transient_ischemic_attack", +"transistor", +"transit", +"transit_declinometer", +"transit_instrument", +"transit_line", +"transit_zone", +"transition", +"transitive", +"transitive_verb", +"transitive_verb_form", +"transitiveness", +"transitivity", +"transitoriness", +"translating_program", +"translation", +"translator", +"transliteration", +"translocation", +"translucence", +"translucency", +"translucent_substance", +"transmigrante", +"transmigration", +"transmission", +"transmission_channel", +"transmission_control_protocol", +"transmission_control_protocol/internet_protocol", +"transmission_density", +"transmission_line", +"transmission_mechanism", +"transmission_shaft", +"transmission_system", +"transmission_time", +"transmittal", +"transmittance", +"transmitter", +"transmitting", +"transmitting_aerial", +"transmogrification", +"transmutability", +"transmutation", +"transom", +"transom_window", +"transorbital_lobotomy", +"transparence", +"transparency", +"transparent_gem", +"transparent_quartz", +"transparent_substance", +"transparentness", +"transpiration", +"transplant", +"transplantation", +"transplanter", +"transplanting", +"transponder", +"transport", +"transport_ship", +"transportation", +"transportation_company", +"transportation_secretary", +"transportation_security_administration", +"transportation_system", +"transporter", +"transposability", +"transpose", +"transposition", +"transposon", +"transsexual", +"transsexual_surgery", +"transsexualism", +"transshipment", +"transshipment_center", +"transubstantiation", +"transudate", +"transudation", +"transuranic_element", +"transurethral_resection_of_the_prostate", +"transvaal", +"transvaal_daisy", +"transvaal_kafferboom", +"transverse_colon", +"transverse_flute", +"transverse_muscle_of_abdomen", +"transverse_process", +"transverse_sinus", +"transversus_abdominis", +"transversus_abdominis_muscle", +"transvestism", +"transvestite", +"transvestitism", +"transylvania", +"transylvanian_alps", +"tranylcypromine", +"trap", +"trap-and-drain_auger", +"trap-door_spider", +"trap_block", +"trap_door", +"trap_line", +"trap_play", +"trapa", +"trapa_bicornis", +"trapa_natans", +"trapaceae", +"trapeze", +"trapezium", +"trapezium_bone", +"trapezius", +"trapezius_muscle", +"trapezohedron", +"trapezoid", +"trapezoid_bone", +"trapper", +"trapper's_tea", +"trapping", +"trappings", +"trappist", +"trapshooter", +"trapshooting", +"trash", +"trash_barrel", +"trash_bin", +"trash_can", +"trash_collection", +"trash_dump", +"trash_heap", +"trash_pickup", +"trash_pile", +"trashiness", +"trasimeno", +"traubel", +"trauma", +"traumatic_epilepsy", +"traumatology", +"traumatophobia", +"trautvetteria", +"trautvetteria_carolinensis", +"travail", +"trave", +"travel", +"travel_agency", +"travel_agent", +"travel_allowance", +"travel_and_entertainment_account", +"travel_bargain", +"travel_expense", +"travel_guidebook", +"travel_iron", +"travel_kit", +"travel_plan", +"travel_reimbursement", +"travel_time", +"traveler", +"traveler's_check", +"traveler's_joy", +"traveler's_letter_of_credit", +"traveler's_tree", +"traveling", +"traveling_bag", +"traveling_salesman", +"traveling_wave", +"traveller", +"traveller's_check", +"traveller's_joy", +"traveller's_letter_of_credit", +"traveller's_tree", +"travelling", +"travelling_bag", +"travelling_salesman", +"travelling_wave", +"travelog", +"travelogue", +"traversal", +"traverse", +"traverse_city", +"traverser", +"travesty", +"trawl", +"trawl_line", +"trawl_net", +"trawler", +"tray", +"tray_cloth", +"trazodone", +"trazodone_hydrochloride", +"treachery", +"treacle", +"tread", +"tread-softly", +"tread-wheel", +"treading_water", +"treadle", +"treadmill", +"treadmill_test", +"treadwheel", +"treason", +"treasonist", +"treasure", +"treasure_chest", +"treasure_flower", +"treasure_house", +"treasure_hunt", +"treasure_ship", +"treasure_state", +"treasure_trove", +"treasurer", +"treasurer's_check", +"treasurer's_cheque", +"treasurership", +"treasury", +"treasury_bill", +"treasury_bond", +"treasury_department", +"treasury_note", +"treasury_obligations", +"treasury_secretary", +"treasury_shares", +"treasury_stock", +"treat", +"treater", +"treatise", +"treatment", +"treaty", +"treaty_of_versailles", +"treaty_port", +"treble", +"treble_clef", +"treble_damages", +"treble_recorder", +"treble_staff", +"trebuchet", +"trebucket", +"tree", +"tree-frog", +"tree-worship", +"tree_branch", +"tree_celandine", +"tree_clubmoss", +"tree_cotton", +"tree_creeper", +"tree_cricket", +"tree_diagram", +"tree_farm", +"tree_farmer", +"tree_farming", +"tree_fern", +"tree_frog", +"tree_fuchsia", +"tree_heath", +"tree_house", +"tree_hugger", +"tree_kangaroo", +"tree_line", +"tree_lizard", +"tree_lupine", +"tree_mallow", +"tree_martin", +"tree_of_heaven", +"tree_of_knowledge", +"tree_of_the_gods", +"tree_onion", +"tree_poppy", +"tree_shrew", +"tree_sloth", +"tree_sparrow", +"tree_squirrel", +"tree_stump", +"tree_surgeon", +"tree_surgery", +"tree_swallow", +"tree_swift", +"tree_toad", +"tree_tobacco", +"tree_tomato", +"tree_trunk", +"tree_wallaby", +"treehopper", +"treelet", +"treenail", +"treetop", +"trefoil", +"trefoil_arch", +"treillage", +"trek", +"trekker", +"trellis", +"trema", +"trematoda", +"trematode", +"trematode_worm", +"tremble", +"trembler", +"trembles", +"trembling", +"tremella", +"tremella_foliacea", +"tremella_fuciformis", +"tremella_lutescens", +"tremella_reticulata", +"tremellaceae", +"tremellales", +"tremolite", +"tremolo", +"tremor", +"trenail", +"trench", +"trench_coat", +"trench_fever", +"trench_foot", +"trench_knife", +"trench_mortar", +"trench_mouth", +"trench_warfare", +"trenchancy", +"trencher", +"trencherman", +"trenching_spade", +"trend", +"trend-setter", +"trend_analysis", +"trend_line", +"trend_setting", +"trent", +"trent_river", +"trental", +"trente-et-quarante", +"trentino-alto_adige", +"trento", +"trenton", +"trepan", +"trepang", +"trephination", +"trephine", +"trephritidae", +"trepidation", +"treponema", +"treponemataceae", +"trespass", +"trespass_de_bonis_asportatis", +"trespass_on_the_case", +"trespass_quare_clausum_fregit", +"trespass_viet_armis", +"trespasser", +"tress", +"trestle", +"trestle_bridge", +"trestle_table", +"trestlework", +"trevelyan", +"trevino", +"trevithick", +"trews", +"trey", +"trf", +"trh", +"tri-chad", +"tri-iodomethane", +"tri-iodothyronine", +"triacetate", +"triad", +"triaenodon", +"triaenodon_obseus", +"triage", +"triakidae", +"trial", +"trial_and_error", +"trial_attorney", +"trial_balance", +"trial_balloon", +"trial_by_ordeal", +"trial_court", +"trial_impression", +"trial_judge", +"trial_lawyer", +"trial_period", +"trial_run", +"trialeurodes", +"trialeurodes_vaporariorum", +"triamcinolone", +"triangle", +"triangular_bandage", +"triangular_prism", +"triangularity", +"triangulation", +"triangulum", +"triangulum_australe", +"triassic", +"triassic_period", +"triatoma", +"triavil", +"triazine", +"triazolam", +"tribade", +"tribadism", +"tribal_chief", +"tribal_sheik", +"tribal_sheikh", +"tribal_society", +"tribalisation", +"tribalism", +"tribalization", +"tribasic_acid", +"tribasic_sodium_phosphate", +"tribe", +"tribe_bambuseae", +"tribe_bovini", +"tribe_bubalus", +"tribe_synercus", +"tribes_of_israel", +"tribesman", +"tribolium", +"tribologist", +"tribology", +"tribonema", +"tribonemaceae", +"tribromoethanol", +"tribromoethyl_alcohol", +"tribromomethane", +"tribulation", +"tribulus", +"tribulus_terestris", +"tribunal", +"tribune", +"tribuneship", +"tributary", +"tribute", +"tribute_album", +"tributyrin", +"tricarboxylic_acid_cycle", +"trice", +"triceps", +"triceps_brachii", +"triceratops", +"trichechidae", +"trichechus", +"trichechus_manatus", +"trichina", +"trichinella_spiralis", +"trichiniasis", +"trichinosis", +"trichion", +"trichiuridae", +"trichloracetic_acid", +"trichloride", +"trichlormethiazide", +"trichloroacetic_acid", +"trichloroethane", +"trichloroethylene", +"trichloromethane", +"trichobezoar", +"trichoceros", +"trichodesmium", +"trichodontidae", +"trichoglossus", +"trichoglossus_moluccanus", +"tricholoma", +"tricholoma_aurantium", +"tricholoma_flavovirens", +"tricholoma_irinum", +"tricholoma_pardinum", +"tricholoma_pessundatum", +"tricholoma_populinum", +"tricholoma_sejunctum", +"tricholoma_vaccinum", +"tricholoma_venenata", +"tricholomataceae", +"trichomanes", +"trichomanes_boschianum", +"trichomanes_reniforme", +"trichomanes_speciosum", +"trichomonad", +"trichomoniasis", +"trichophaga", +"trichophaga_tapetzella", +"trichophyton", +"trichoptera", +"trichopteran", +"trichopteron", +"trichopterous_insect", +"trichostema", +"trichostema_dichotomum", +"trichostema_lanatum", +"trichostema_lanceolatum", +"trichostigma", +"trichosurus", +"trichosurus_vulpecula", +"trichotillomania", +"trichotomy", +"trichroism", +"trichromacy", +"trichuriasis", +"trichys", +"trichys_lipura", +"trick", +"trick_or_treat", +"tricker", +"trickery", +"trickiness", +"trickle", +"trickster", +"triclinium", +"tricolor", +"tricolor_television_tube", +"tricolor_tube", +"tricolour", +"tricolour_television_tube", +"tricolour_tube", +"tricorn", +"tricorne", +"tricot", +"tricuspid_valve", +"tricycle", +"tricyclic", +"tricyclic_antidepressant", +"tricyclic_antidepressant_drug", +"tridacna", +"tridacna_gigas", +"tridacnidae", +"trident", +"tridymite", +"triennial", +"trier", +"trifid_beggar-ticks", +"trifid_bur_marigold", +"trifle", +"trifler", +"trifling", +"trifluoromethane", +"trifoliata", +"trifoliate_orange", +"trifoliolate_leaf", +"trifolium", +"trifolium_alpinum", +"trifolium_dubium", +"trifolium_incarnatum", +"trifolium_pratense", +"trifolium_reflexum", +"trifolium_repens", +"trifolium_stoloniferum", +"trifurcation", +"trig", +"triga", +"trigeminal", +"trigeminal_nerve", +"trigeminal_neuralgia", +"trigeminus", +"trigger", +"triggerfish", +"triggerman", +"trigla_lucerna", +"triglidae", +"triglinae", +"triglochin", +"triglochin_maritima", +"triglyceride", +"trigon", +"trigonella", +"trigonella_foenumgraecum", +"trigonella_ornithopodioides", +"trigonometric_function", +"trigonometrician", +"trigonometry", +"trigonum_cerebrale", +"trigram", +"triiodomethane", +"triiodothyronine", +"trike", +"trilateral", +"trilby", +"trilisa", +"trilisa_odoratissima", +"trill", +"trilliaceae", +"trilling", +"trillion", +"trillion_floating_point_operations_per_second", +"trillionth", +"trillium", +"trillium_erectum", +"trillium_family", +"trillium_recurvatum", +"trillium_sessile", +"trilobite", +"trilogy", +"trim", +"trimaran", +"trimer", +"trimester", +"trimipramine", +"trimmer", +"trimmer_arch", +"trimmer_joist", +"trimming", +"trimming_capacitor", +"trimmings", +"trimness", +"trimorphodon", +"trimorphodon_lambda", +"trimox", +"trimurti", +"trine", +"trine_immersion", +"trinectes", +"trinectes_maculatus", +"tringa", +"tringa_flavipes", +"tringa_melanoleuca", +"tringa_nebularia", +"tringa_totanus", +"trinidad", +"trinidad_and_tobago", +"trinidad_and_tobago_dollar", +"trinidadian", +"trinil_man", +"trinitarian", +"trinitarianism", +"trinitroglycerin", +"trinitrotoluene", +"trinity", +"trinity_river", +"trinity_sunday", +"trinket", +"trinketry", +"trio", +"triode", +"triolein", +"trionychidae", +"trionyx", +"trionyx_muticus", +"trionyx_spiniferus", +"triopidae", +"triops", +"triose", +"triostium", +"triostium_perfoliatum", +"trioxide", +"trip", +"trip-up", +"trip_line", +"trip_wire", +"tripalmitin", +"tripe", +"triphammer", +"triphosphopyridine", +"triphosphopyridine_nucleotide", +"triphosphoric_acid", +"triple", +"triple-crown_season", +"triple-decker", +"triple-spacing", +"triple_cream", +"triple_creme", +"triple_crown", +"triple_frontier", +"triple_jump", +"triple_play", +"triple_sec", +"triple_time", +"triplet", +"triplet_code", +"tripletail", +"tripleurospermum", +"tripleurospermum_inodorum", +"tripleurospermum_oreades_tchihatchewii", +"tripleurospermum_tchihatchewii", +"triplicate", +"triplicity", +"tripling", +"triplochiton", +"triplochiton_scleroxcylon", +"tripod", +"tripoli", +"tripos", +"tripper", +"triptych", +"triquetral", +"triquetral_bone", +"triquetrous_leek", +"trireme", +"trisaccharide", +"triskaidekaphobia", +"triskele", +"triskelion", +"trismus", +"trisodium_orthophosphate", +"trisodium_phosphate", +"trisomy", +"trisomy_21", +"tristan", +"tristan_tzara", +"tristearin", +"tristram", +"trisyllable", +"tritanopia", +"triteness", +"tritheism", +"tritheist", +"triticum", +"triticum_aestivum", +"triticum_aestivum_spelta", +"triticum_dicoccum", +"triticum_dicoccum_dicoccoides", +"triticum_durum", +"triticum_spelta", +"triticum_turgidum", +"tritium", +"tritoma", +"triton", +"triturus", +"triturus_vulgaris", +"triumph", +"triumphal_arch", +"triumvir", +"triumvirate", +"trivalent_live_oral_poliomyelitis_vaccine", +"trivet", +"trivia", +"triviality", +"trivium", +"trm", +"trna", +"trochanter", +"troche", +"trochee", +"trochilidae", +"trochlear", +"trochlear_nerve", +"trochlearis", +"trofim_denisovich_lysenko", +"trogium", +"trogium_pulsatorium", +"troglodyte", +"troglodytes", +"troglodytes_aedon", +"troglodytes_troglodytes", +"troglodytidae", +"trogon", +"trogonidae", +"trogoniformes", +"troika", +"trojan", +"trojan_horse", +"trojan_war", +"troll", +"troller", +"trolley", +"trolley_car", +"trolley_coach", +"trolley_line", +"trolleybus", +"trolling", +"trollius", +"trollop", +"trollope", +"trombicula", +"trombiculiasis", +"trombiculid", +"trombiculidae", +"trombidiid", +"trombidiidae", +"trombone", +"trombone_player", +"trombonist", +"trompe_l'oeil", +"trompillo", +"trondheim", +"trondheim_fiord", +"trondheim_fjord", +"troop", +"troop_carrier", +"troop_movement", +"troop_transport", +"trooper", +"troops", +"troopship", +"tropaeolaceae", +"tropaeolum", +"tropaeolum_majus", +"tropaeolum_minus", +"tropaeolum_peregrinum", +"trope", +"trophobiosis", +"trophoblast", +"trophoblastic_cancer", +"trophotropism", +"trophozoite", +"trophy", +"trophy_case", +"trophy_wife", +"tropic", +"tropic_bird", +"tropic_of_cancer", +"tropic_of_capricorn", +"tropical_medicine", +"tropical_pitcher_plant", +"tropical_prawn", +"tropical_rain_forest", +"tropical_sore", +"tropical_sprue", +"tropical_year", +"tropical_zone", +"tropicbird", +"tropics", +"tropidoclonion", +"tropidoclonion_lineatum", +"tropism", +"troponomy", +"troponym", +"troponymy", +"tropopause", +"troposphere", +"trot", +"troth", +"trotline", +"trotsky", +"trotskyism", +"trotskyist", +"trotskyite", +"trotter", +"trotting_horse", +"trou-de-loup", +"troubadour", +"trouble", +"trouble_maker", +"trouble_shooter", +"troublemaker", +"troubler", +"troubleshooter", +"troublesomeness", +"trough", +"trouncing", +"troupe", +"trouper", +"trouser", +"trouser_clip", +"trouser_cuff", +"trouser_leg", +"trouser_press", +"trousering", +"trousseau", +"trout", +"trout_lily", +"trove", +"trowel", +"troy", +"troy_ounce", +"troy_pound", +"troy_unit", +"troy_weight", +"truancy", +"truant", +"truce", +"truck", +"truck_bed", +"truck_dealer", +"truck_driver", +"truck_farm", +"truck_farming", +"truck_garden", +"truck_stop", +"truck_traffic", +"truckage", +"trucker", +"trucking", +"trucking_company", +"trucking_industry", +"trucking_rig", +"truckle", +"truckle_bed", +"truckler", +"truckling", +"truculence", +"truculency", +"trudge", +"trudger", +"true", +"true_anomaly", +"true_bacteria", +"true_bill", +"true_blackberry", +"true_bug", +"true_cat", +"true_cedar", +"true_dwarf", +"true_fir", +"true_flycatcher", +"true_frog", +"true_fungus", +"true_glottis", +"true_guava", +"true_heath", +"true_jasmine", +"true_laurel", +"true_lobster", +"true_lover's_knot", +"true_lovers'_knot", +"true_mahogany", +"true_marmoset", +"true_pepper", +"true_pine", +"true_puffball", +"true_rib", +"true_sago_palm", +"true_sandalwood", +"true_seal", +"true_senna", +"true_slime_mold", +"true_sparrow", +"true_statement", +"true_toad", +"true_tulipwood", +"true_vampire_bat", +"true_vocal_cord", +"true_vocal_fold", +"true_warbler", +"truelove", +"truelove_knot", +"trueness", +"truffaut", +"truffle", +"truism", +"truman", +"truman_doctrine", +"trumbo", +"trumbull", +"trump", +"trump_card", +"trumpery", +"trumpet", +"trumpet-wood", +"trumpet_arch", +"trumpet_creeper", +"trumpet_flower", +"trumpet_honeysuckle", +"trumpet_section", +"trumpet_tree", +"trumpet_vine", +"trumpet_weed", +"trumpeter", +"trumpeter_swan", +"trumpetfish", +"trumpets", +"trumpetwood", +"trumping", +"truncated_cone", +"truncated_pyramid", +"truncation", +"truncation_error", +"truncheon", +"truncocolumella", +"truncocolumella_citrina", +"truncus_atrioventricularis", +"truncus_celiacus", +"truncus_pulmonalis", +"trundle", +"trundle_bed", +"trunk", +"trunk_call", +"trunk_hose", +"trunk_lid", +"trunk_line", +"trunk_road", +"trunk_route", +"trunkfish", +"trunks", +"trunnel", +"truss", +"truss_bridge", +"trust", +"trust_account", +"trust_busting", +"trust_company", +"trust_corporation", +"trust_deed", +"trust_fund", +"trust_territory", +"trustbuster", +"trustee", +"trustee-beneficiary_relation", +"trustee_account", +"trusteeship", +"trusteeship_council", +"truster", +"trustfulness", +"trustiness", +"trustingness", +"trustor", +"trustworthiness", +"trusty", +"truth", +"truth_drug", +"truth_quark", +"truth_serum", +"truthfulness", +"try", +"try-on", +"try_square", +"trygve_halvden_lie", +"trygve_lie", +"trying_on", +"tryout", +"trypetidae", +"trypsin", +"trypsinogen", +"tryptophan", +"tryptophane", +"tryst", +"tsa", +"tsar", +"tsarina", +"tsaritsa", +"tsaritsyn", +"tsatske", +"tsetse", +"tsetse_fly", +"tsh", +"tshatshke", +"tshiluba", +"tsimshian", +"tsine", +"tsoris", +"tsouic", +"tss", +"tsuga", +"tsuga_canadensis", +"tsuga_caroliniana", +"tsuga_heterophylla", +"tsuga_mertensiana", +"tsunami", +"tsung_dao_lee", +"tsuris", +"tsushima", +"tsutsugamushi_disease", +"tswana", +"tt", +"tuamotu_archipelago", +"tuareg", +"tuatara", +"tuatha_de", +"tuatha_de_danann", +"tub", +"tub-cart", +"tub-thumper", +"tub_gurnard", +"tuba", +"tuba_root", +"tubal_ligation", +"tubal_pregnancy", +"tubbiness", +"tube", +"tube-nosed_bat", +"tube-nosed_fruit_bat", +"tube-shaped_structure", +"tube_foot", +"tube_well", +"tube_wrench", +"tubeless", +"tubeless_tire", +"tuber", +"tuber_root", +"tuberaceae", +"tuberales", +"tubercle", +"tubercle_bacillus", +"tubercular", +"tubercularia", +"tuberculariaceae", +"tuberculin", +"tuberculin_skin_test", +"tuberculin_test", +"tuberculoid_leprosy", +"tuberculosis", +"tuberose", +"tuberosity", +"tuberous_begonia", +"tuberous_plant", +"tuberous_vetch", +"tubful", +"tubing", +"tubman", +"tubocurarine", +"tubuai_islands", +"tubular_cavity", +"tubule", +"tubulidentata", +"tucana", +"tuchman", +"tuck", +"tuck_box", +"tuck_shop", +"tuckahoe", +"tucker", +"tucker-bag", +"tucket", +"tucson", +"tudor", +"tudor_arch", +"tudor_architecture", +"tudung", +"tues", +"tuesday", +"tufa", +"tuff", +"tuffet", +"tuft", +"tufted_centaury", +"tufted_gentian", +"tufted_pansy", +"tufted_puffin", +"tufted_titmouse", +"tufted_vetch", +"tug", +"tug-of-war", +"tugboat", +"tugela", +"tugela_falls", +"tugger", +"tughrik", +"tugrik", +"tuileries", +"tuileries_gardens", +"tuileries_palace", +"tuille", +"tuition", +"tuition_fee", +"tularaemia", +"tularemia", +"tule_tree", +"tulestoma", +"tulip", +"tulip_bed", +"tulip_gentian", +"tulip_orchid", +"tulip_poplar", +"tulip_tree", +"tulipa", +"tulipa_armena", +"tulipa_clusiana", +"tulipa_gesneriana", +"tulipa_suaveolens", +"tulipwood", +"tulipwood_tree", +"tulle", +"tully", +"tulostoma", +"tulostomaceae", +"tulostomataceae", +"tulostomatales", +"tulsa", +"tulu", +"tum", +"tumble", +"tumble-dryer", +"tumble_drier", +"tumble_grass", +"tumblebug", +"tumbler", +"tumbler_pigeon", +"tumbleweed", +"tumbling", +"tumbrel", +"tumbril", +"tumefaction", +"tumescence", +"tumidity", +"tumidness", +"tummy", +"tummy_crunch", +"tummy_tuck", +"tumor", +"tumor_necrosis_factor", +"tumor_suppressor_gene", +"tumor_virus", +"tumour", +"tumour_necrosis_factor", +"tums", +"tumult", +"tumultuous_disturbance", +"tumultuousness", +"tumulus", +"tun", +"tuna", +"tuna_fish", +"tuna_fish_salad", +"tuna_oil", +"tuna_salad", +"tunaburger", +"tundra", +"tundra_soil", +"tundra_swan", +"tune", +"tune-up", +"tunefulness", +"tuner", +"tung", +"tung-oil_tree", +"tung_oil", +"tung_tree", +"tunga", +"tunga_penetrans", +"tungstate", +"tungsten", +"tungsten_steel", +"tungstic_acid", +"tungus", +"tungusic", +"tungusic_language", +"tunguska", +"tunguz", +"tunic", +"tunica", +"tunica_albuginea_testes", +"tunica_conjunctiva_bulbi", +"tunica_conjunctiva_palpebrarum", +"tunicata", +"tunicate", +"tuning", +"tuning_fork", +"tunis", +"tunisia", +"tunisian", +"tunisian_dinar", +"tunisian_dirham", +"tunisian_monetary_unit", +"tunker", +"tunnage", +"tunnel", +"tunnel_vision", +"tunney", +"tunny", +"tup", +"tupac_amaru_revolutionary_movement", +"tupac_katari_guerrilla_army", +"tupaia", +"tupaiidae", +"tupek", +"tupelo", +"tupelo_family", +"tupelo_tree", +"tupi", +"tupi-guarani", +"tupi-guarani_language", +"tupik", +"tupinambis", +"tuppence", +"tupungatito", +"tupungato", +"turaco", +"turacou", +"turakoo", +"turban", +"turban_squash", +"turbatrix", +"turbatrix_aceti", +"turbellaria", +"turbidity", +"turbidness", +"turbinal", +"turbinate", +"turbinate_bone", +"turbine", +"turbo-propeller_plane", +"turbofan", +"turbofan_engine", +"turbogenerator", +"turbojet", +"turbojet_engine", +"turboprop", +"turbot", +"turbulence", +"turbulency", +"turbulent_flow", +"turcoman", +"turd", +"turdidae", +"turdinae", +"turdus", +"turdus_greyi", +"turdus_iliacus", +"turdus_merula", +"turdus_migratorius", +"turdus_philomelos", +"turdus_pilaris", +"turdus_torquatus", +"turdus_viscivorus", +"tureen", +"turf", +"turf_war", +"turfan", +"turfan_dialect", +"turfing_daisy", +"turgenev", +"turgidity", +"turgidness", +"turgor", +"turgot", +"turin", +"turing", +"turing_machine", +"turk", +"turk's-cap", +"turk's_cap-lily", +"turk's_head", +"turkestan", +"turkestan_desert", +"turkey", +"turkey_buzzard", +"turkey_cock", +"turkey_drumstick", +"turkey_leg", +"turkey_oak", +"turkey_red", +"turkey_stew", +"turkey_stuffing", +"turkey_trot", +"turkey_vulture", +"turkey_wing", +"turki", +"turkic", +"turkic_language", +"turkish", +"turkish_bath", +"turkish_boxwood", +"turkish_capital", +"turkish_coffee", +"turkish_delight", +"turkish_empire", +"turkish_hizballah", +"turkish_lira", +"turkish_monetary_unit", +"turkish_tobacco", +"turkish_towel", +"turkistan", +"turkmen", +"turkmen_monetary_unit", +"turkmenia", +"turkmenistan", +"turko-tatar", +"turkoman", +"turkomen", +"turmeric", +"turmeric_root", +"turmoil", +"turn", +"turn-on", +"turn_around", +"turn_indicator", +"turn_of_events", +"turn_of_expression", +"turn_of_phrase", +"turn_of_the_century", +"turn_signal", +"turnabout", +"turnaround", +"turnaround_time", +"turnbuckle", +"turncoat", +"turncock", +"turndown", +"turner", +"turner's_syndrome", +"turnery", +"turnicidae", +"turning", +"turning_away", +"turning_point", +"turnip", +"turnip-rooted_celery", +"turnip-rooted_parsley", +"turnip_bed", +"turnip_cabbage", +"turnip_greens", +"turnip_plant", +"turnix", +"turnix_sylvatica", +"turnkey", +"turnoff", +"turnout", +"turnover", +"turnover_rate", +"turnpike", +"turnround", +"turnspit", +"turnstile", +"turnstone", +"turntable", +"turnup", +"turnverein", +"turp", +"turpentine", +"turpentine_camphor_weed", +"turpentine_weed", +"turpin", +"turpitude", +"turps", +"turquoise", +"turreae", +"turret", +"turret_clock", +"turritis", +"turritis_glabra", +"tursiops", +"tursiops_gilli", +"tursiops_truncatus", +"turtle", +"turtle_bean", +"turtle_soup", +"turtledove", +"turtlehead", +"turtleneck", +"turtleneck_collar", +"turtler", +"tuscaloosa", +"tuscan", +"tuscan_order", +"tuscany", +"tuscarora", +"tush", +"tushery", +"tusk", +"tusk_shell", +"tuskegee", +"tusker", +"tussah", +"tussaud", +"tusseh", +"tusser", +"tussilago", +"tussilago_alpina", +"tussilago_farfara", +"tussle", +"tussock", +"tussock_bellflower", +"tussock_caterpillar", +"tussock_moth", +"tussore", +"tussur", +"tutankhamen", +"tutee", +"tutelage", +"tutelo", +"tutor", +"tutorial", +"tutorship", +"tutsan", +"tutsi", +"tutti-frutti", +"tutu", +"tuvalu", +"tuvalu_dollar", +"tux", +"tuxedo", +"tuxtla_gutierrez", +"tv", +"tv-antenna", +"tv_announcer", +"tv_audience", +"tv_camera", +"tv_channel", +"tv_dinner", +"tv_monitor", +"tv_newsman", +"tv_program", +"tv_reporter", +"tv_room", +"tv_set", +"tv_show", +"tv_star", +"tv_station", +"twaddle", +"twaddler", +"twain", +"twang", +"twat", +"twayblade", +"tweak", +"tweed", +"tweediness", +"tweedledee_and_tweedledum", +"tweedledum_and_tweedledee", +"tweet", +"tweeter", +"tweezer", +"twelfth", +"twelfth_cranial_nerve", +"twelfth_day", +"twelfth_night", +"twelfth_part", +"twelfthtide", +"twelve", +"twelve-tone_music", +"twelve-tone_system", +"twelve_noon", +"twelve_tribes_of_israel", +"twelvemonth", +"twenties", +"twentieth", +"twentieth_century", +"twenty", +"twenty-eight", +"twenty-five", +"twenty-five_percent", +"twenty-four", +"twenty-four_hour_period", +"twenty-four_hours", +"twenty-nine", +"twenty-one", +"twenty-seven", +"twenty-six", +"twenty-three", +"twenty-twenty", +"twenty-two", +"twenty-two_pistol", +"twenty-two_rifle", +"twenty_dollar_bill", +"twenty_percent", +"twerp", +"twice-baked_bread", +"twice-pinnate", +"twiddle", +"twiddler", +"twig", +"twig_blight", +"twilight", +"twilight_of_the_gods", +"twilight_sleep", +"twilight_vision", +"twilight_zone", +"twill", +"twill_weave", +"twin", +"twin-aisle_airplane", +"twin-prop", +"twin-propeller-plane", +"twin_bed", +"twin_bill", +"twin_cities", +"twin_falls", +"twin_towers", +"twinberry", +"twine", +"twiner", +"twinflower", +"twinge", +"twinjet", +"twinkie", +"twinkle", +"twinkler", +"twinkling", +"twins", +"twirl", +"twirler", +"twirp", +"twist", +"twist_bit", +"twist_drill", +"twist_wood", +"twister", +"twisting", +"twistwood", +"twit", +"twitch", +"twitching", +"twitter", +"twitterer", +"two", +"two-bagger", +"two-base_hit", +"two-baser", +"two-by-four", +"two-dimensional_figure", +"two-dimensionality", +"two-eyed_violet", +"two-grain_spelt", +"two-handed_backhand", +"two-handed_saw", +"two-hitter", +"two-man_saw", +"two-man_tent", +"two-note_call", +"two-piece", +"two-piece_suit", +"two-seater", +"two-spotted_ladybug", +"two-step", +"two-thirds", +"two-tier_bid", +"two-timer", +"two-toed_anteater", +"two-toed_sloth", +"two-way_street", +"two-wing_flying_fish", +"two-winged_insects", +"two-year-old_horse", +"two_dollar_bill", +"two_dozen", +"two_iron", +"two_kettle", +"two_weeks", +"two_year_old", +"twofer", +"twopence", +"twosome", +"twyla_tharp", +"tx", +"tyan_shan", +"tyche", +"tycho_brahe", +"tycoon", +"tying", +"tying_up", +"tyiyn", +"tyke", +"tylenchidae", +"tylenchus", +"tylenchus_tritici", +"tylenol", +"tyler", +"tympan", +"tympani", +"tympanic_bone", +"tympanic_cavity", +"tympanic_membrane", +"tympanic_vein", +"tympanist", +"tympanites", +"tympanitis", +"tympanoplasty", +"tympanuchus", +"tympanuchus_cupido", +"tympanuchus_cupido_cupido", +"tympanuchus_pallidicinctus", +"tympanum", +"tyndale", +"tyndall", +"tyndall_effect", +"tyne", +"tyne_river", +"type", +"type_a", +"type_ab", +"type_b", +"type_family", +"type_genus", +"type_i_allergic_reaction", +"type_i_diabetes", +"type_ii_diabetes", +"type_iv_allergic_reaction", +"type_metal", +"type_o", +"type_of_architecture", +"type_slug", +"type_species", +"type_specimen", +"typeface", +"typescript", +"typesetter", +"typesetter's_case", +"typesetting_machine", +"typewriter", +"typewriter_carriage", +"typewriter_font", +"typewriter_keyboard", +"typewriter_paper", +"typewriter_ribbon", +"typewriting", +"typha", +"typha_angustifolia", +"typha_latifolia", +"typhaceae", +"typhlopidae", +"typhoeus", +"typhoid", +"typhoid_bacillus", +"typhoid_bacteriophage", +"typhoid_fever", +"typhoid_mary", +"typhon", +"typhoon", +"typhus", +"typhus_fever", +"typical_jerboa", +"typicality", +"typification", +"typing", +"typing_paper", +"typing_pool", +"typist", +"typo", +"typographer", +"typographical_error", +"typography", +"typology", +"tyr", +"tyramine", +"tyranni", +"tyrannicide", +"tyrannid", +"tyrannidae", +"tyrannosaur", +"tyrannosaurus", +"tyrannosaurus_rex", +"tyrannus", +"tyrannus_domenicensis_domenicensis", +"tyrannus_tyrannus", +"tyrannus_vociferans", +"tyranny", +"tyrant", +"tyrant_bird", +"tyrant_flycatcher", +"tyre", +"tyrian_purple", +"tyro", +"tyrocidin", +"tyrocidine", +"tyrol", +"tyrolean", +"tyrolean_alps", +"tyrosine", +"tyrosine_kinase_inhibitor", +"tyrosinemia", +"tyrothricin", +"tyrr", +"tyrrhenian_sea", +"tyson", +"tyto", +"tyto_alba", +"tytonidae", +"tzar", +"tzara", +"tzarina", +"tzetze", +"tzetze_fly", +"u", +"u-boat", +"u-drive", +"u-turn", +"u._s._air_force", +"u._s._army", +"u._s._army_special_forces", +"u._s._coast_guard", +"u._s._code", +"u.k.", +"u.s.", +"u.s._army_criminal_investigation_laboratory", +"u.s._congress", +"u.s._constitution", +"u.s._government", +"u.s._house", +"u.s._house_of_representatives", +"u.s._mint", +"u.s._national_library_of_medicine", +"u.s._senate", +"u.s._waters", +"u.s.a.", +"u308", +"uakari", +"ubermensch", +"ubiety", +"ubiquinone", +"ubiquitousness", +"ubiquity", +"ubykh", +"uca", +"uda", +"udder", +"udmurt", +"udometer", +"ufa", +"ufo", +"uganda", +"ugandan", +"ugandan_monetary_unit", +"ugandan_shilling", +"ugaritic", +"ugli", +"ugli_fruit", +"ugliness", +"ugly_duckling", +"ugo_buoncompagni", +"ugrian", +"ugric", +"uhf", +"uhland", +"uighur", +"uigur", +"uintathere", +"uintatheriidae", +"uintatherium", +"uk", +"ukase", +"uke", +"ukraine", +"ukrainian", +"ukranian", +"ukranian_monetary_unit", +"ukrayina", +"ukulele", +"ulaanbaatar", +"ulalgia", +"ulama", +"ulan_bator", +"ulanova", +"ulatrophia", +"ulcer", +"ulcer_diet", +"ulceration", +"ulcerative_colitis", +"ulema", +"ulemorrhagia", +"ulex", +"ulex_europaeus", +"ulfila", +"ulfilas", +"ulitis", +"ull", +"ullage", +"ullr", +"ulmaceae", +"ulmus", +"ulmus_alata", +"ulmus_americana", +"ulmus_campestris_sarniensis", +"ulmus_campestris_wheatleyi", +"ulmus_carpinifolia", +"ulmus_crassifolia", +"ulmus_glabra", +"ulmus_hollandica", +"ulmus_hollandica_vegetata", +"ulmus_laevis", +"ulmus_parvifolia", +"ulmus_procera", +"ulmus_pumila", +"ulmus_rubra", +"ulmus_sarniensis", +"ulmus_serotina", +"ulmus_thomasii", +"ulna", +"ulnar_artery", +"ulnar_nerve", +"ulnar_vein", +"ulrich_zwingli", +"ulster", +"ulster_defence_association", +"ulteriority", +"ultima", +"ultima_thule", +"ultimacy", +"ultimate", +"ultimate_frisbee", +"ultimateness", +"ultimatum", +"ultracef", +"ultracentrifugation", +"ultracentrifuge", +"ultraconservative", +"ultrahigh_frequency", +"ultramarine", +"ultramarine_blue", +"ultramicroscope", +"ultramontane", +"ultramontanism", +"ultranationalism", +"ultrasonography", +"ultrasound", +"ultrasuede", +"ultraviolet", +"ultraviolet_illumination", +"ultraviolet_lamp", +"ultraviolet_light", +"ultraviolet_radiation", +"ultraviolet_source", +"ultraviolet_spectrum", +"ulugh_muz_tagh", +"ulugh_muztagh", +"ululation", +"ulva", +"ulvaceae", +"ulvales", +"ulvophyceae", +"ulysses", +"ulysses_grant", +"ulysses_s._grant", +"ulysses_simpson_grant", +"uma", +"uma_notata", +"umar_al-mukhtar_forces", +"umayyad", +"umbel", +"umbellales", +"umbellifer", +"umbelliferae", +"umbelliferous_plant", +"umbellularia", +"umbellularia_californica", +"umber", +"umbilical", +"umbilical_cord", +"umbilical_hernia", +"umbilical_vein", +"umbilical_vesicle", +"umbilicus", +"umbo", +"umbra", +"umbrage", +"umbrella", +"umbrella_arum", +"umbrella_bird", +"umbrella_fern", +"umbrella_magnolia", +"umbrella_pine", +"umbrella_plant", +"umbrella_sedge", +"umbrella_tent", +"umbrella_tree", +"umbrellawort", +"umbria", +"umbrian", +"umbrina", +"umbrina_roncador", +"umbundu", +"umlaut", +"umma", +"umma_tameer-e-nau", +"ummah", +"ump", +"umpirage", +"umpire", +"un", +"un_agency", +"unabridged", +"unabridged_dictionary", +"unacceptability", +"unacceptableness", +"unadaptability", +"unaffectedness", +"unai", +"unalterability", +"unambiguity", +"unanimity", +"unappetisingness", +"unappetizingness", +"unapproachability", +"unary_operation", +"unassertiveness", +"unassumingness", +"unattainableness", +"unattractiveness", +"unau", +"unauthorized_absence", +"unavailability", +"unavoidability", +"unavoidable_casualty", +"unawareness", +"unbalance", +"unbecomingness", +"unbelief", +"unbeliever", +"unbounded_interval", +"unboundedness", +"unbreakableness", +"unceremoniousness", +"uncertainness", +"uncertainty", +"uncertainty_principle", +"unchangeability", +"unchangeableness", +"unchangingness", +"uncheerfulness", +"uncial", +"unciform_bone", +"uncle", +"uncle_joe", +"uncle_remus", +"uncle_sam", +"uncle_tom", +"uncleanliness", +"uncleanness", +"unclearness", +"uncloudedness", +"uncomfortableness", +"uncommonness", +"uncommunicativeness", +"uncompahgre_peak", +"unconcern", +"unconditioned_reflex", +"unconfessed", +"uncongeniality", +"unconnectedness", +"unconscientiousness", +"unconscious", +"unconscious_mind", +"unconscious_process", +"unconsciousness", +"unconstraint", +"unconventionality", +"uncouthness", +"uncovering", +"uncreativeness", +"unction", +"unctuousness", +"uncus", +"undecagon", +"undecylenic_acid", +"undependability", +"undependableness", +"underachievement", +"underachiever", +"underbelly", +"underbodice", +"underbody", +"underboss", +"underbrush", +"undercarriage", +"undercharge", +"underclass", +"underclassman", +"underclothes", +"underclothing", +"undercoat", +"undercover_agent", +"undercover_operation", +"undercover_work", +"undercurrent", +"undercut", +"underdevelopment", +"underdog", +"underdrawers", +"underestimate", +"underestimation", +"underevaluation", +"underexposure", +"underfelt", +"underframe", +"underfur", +"undergarment", +"undergrad", +"undergraduate", +"underground", +"underground_press", +"underground_railroad", +"underground_railway", +"undergrowth", +"underlay", +"underlayment", +"underline", +"underling", +"underlip", +"undernourishment", +"underpants", +"underpart", +"underpass", +"underpayment", +"underperformer", +"underproduction", +"underrating", +"underreckoning", +"underscore", +"underseal", +"undersecretary", +"underseller", +"undershirt", +"undershrub", +"underside", +"underskirt", +"undersoil", +"understandability", +"understanding", +"understatement", +"understructure", +"understudy", +"undersurface", +"undertaker", +"undertaking", +"undertide", +"undertone", +"undertow", +"undervaluation", +"underwater_archaeology", +"underwater_archeology", +"underwater_diver", +"underwear", +"underwing", +"underwood", +"underworld", +"underwriter", +"undescended_testicle", +"undescended_testis", +"undesirability", +"undesirable", +"undies", +"undine", +"undiscipline", +"undivided_interest", +"undivided_right", +"undoer", +"undoing", +"undress", +"undset", +"undulant_fever", +"undulation", +"undulatory_theory", +"undutifulness", +"unearned_income", +"unearned_increment", +"unearned_revenue", +"unearned_run", +"unease", +"uneasiness", +"uneducated_person", +"unemotional_person", +"unemotionality", +"unemployed", +"unemployed_people", +"unemployed_person", +"unemployment", +"unemployment_compensation", +"unemployment_line", +"unemployment_rate", +"unenlightenment", +"unequivocalness", +"unesco", +"uneven_bars", +"uneven_parallel_bars", +"unevenness", +"unexchangeability", +"unexpectedness", +"unfairness", +"unfaithfulness", +"unfamiliarity", +"unfastener", +"unfastening", +"unfavorable_judgment", +"unfavorable_position", +"unfavorableness", +"unfavourableness", +"unfeasibility", +"unfeelingness", +"unfinished_business", +"unfitness", +"unfolding", +"unformatted_capacity", +"unfortunate", +"unfortunate_person", +"unfriendliness", +"ungainliness", +"ungodliness", +"ungracefulness", +"ungraciousness", +"ungradable_opposition", +"ungrateful_person", +"ungratefulness", +"unguent", +"unguiculata", +"unguiculate", +"unguiculate_mammal", +"unguis", +"ungulata", +"ungulate", +"unhappiness", +"unhealthfulness", +"unhealthiness", +"unhelpfulness", +"unholiness", +"unhurriedness", +"uniat", +"uniat_church", +"uniate", +"uniate_christian", +"uniate_church", +"unicameral_script", +"unicef", +"unicorn", +"unicorn_root", +"unicycle", +"unicyclist", +"unidentified_flying_object", +"unification", +"unification_church", +"uniform", +"uniform_resource_locator", +"uniformity", +"uniformness", +"unilateral_contract", +"unilateral_descent", +"unilateral_paralysis", +"unilateralism", +"unilateralist", +"unimportance", +"uninitiate", +"uninominal_system", +"uninominal_voting_system", +"uninsurability", +"unintelligibility", +"uninterestingness", +"unio", +"uniocular_dichromat", +"union", +"union_army", +"union_card", +"union_flag", +"union_jack", +"union_member", +"union_of_burma", +"union_of_serbia_and_montenegro", +"union_of_soviet_socialist_republics", +"union_representative", +"union_shop", +"union_soldier", +"union_suit", +"unionidae", +"unionisation", +"unionism", +"unionist", +"unionization", +"unipolar_depression", +"uniqueness", +"unison", +"unit", +"unit_cell", +"unit_character", +"unit_cost", +"unit_investment_trust", +"unit_matrix", +"unit_of_ammunition", +"unit_of_measurement", +"unit_of_time", +"unit_of_viscosity", +"unit_trust", +"unitard", +"unitarian", +"unitarian_church", +"unitarianism", +"united_arab_emirate_dirham", +"united_arab_emirate_monetary_unit", +"united_arab_emirates", +"united_arab_emirates's_capital", +"united_arab_republic", +"united_church_of_christ", +"united_front", +"united_kingdom", +"united_kingdom_of_great_britain_and_northern_ireland", +"united_methodist_church", +"united_mexican_states", +"united_mine_workers", +"united_mine_workers_of_america", +"united_nations", +"united_nations_agency", +"united_nations_children's_fund", +"united_nations_crime_prevention_and_criminal_justice", +"united_nations_day", +"united_nations_educational_scientific_and_cultural_organization", +"united_nations_international_children's_emergency_fund", +"united_nations_office_for_drug_control_and_crime_prevention", +"united_nations_secretariat", +"united_republic_of_tanzania", +"united_self-defense_force_of_colombia", +"united_self-defense_group_of_colombia", +"united_society_of_believers_in_christ's_second_appearing", +"united_states", +"united_states_air_force", +"united_states_air_force_academy", +"united_states_army", +"united_states_army_criminal_investigation_laboratory", +"united_states_army_rangers", +"united_states_army_special_forces", +"united_states_attorney_general", +"united_states_border_patrol", +"united_states_cabinet", +"united_states_civil_war", +"united_states_coast_guard", +"united_states_code", +"united_states_congress", +"united_states_constitution", +"united_states_customary_system", +"united_states_department_of_defense", +"united_states_department_of_state", +"united_states_dollar", +"united_states_dry_unit", +"united_states_fish_and_wildlife_service", +"united_states_government", +"united_states_government_accounting_office", +"united_states_government_printing_office", +"united_states_house_of_representatives", +"united_states_intelligence_agency", +"united_states_intelligence_community", +"united_states_liquid_unit", +"united_states_marine_corps", +"united_states_marines", +"united_states_marshals_service", +"united_states_military_academy", +"united_states_mint", +"united_states_national_library_of_medicine", +"united_states_naval_academy", +"united_states_navy", +"united_states_of_america", +"united_states_post_office", +"united_states_postal_inspection_service", +"united_states_postal_service", +"united_states_president", +"united_states_public_health_service", +"united_states_secret_service", +"united_states_senate", +"united_states_supreme_court", +"united_states_trade_representative", +"united_states_treasury", +"united_states_virgin_islands", +"united_states_waters", +"uniting", +"unitisation", +"unitization", +"unity", +"univalve", +"universal", +"universal_agent", +"universal_donor", +"universal_gas_constant", +"universal_gravitational_constant", +"universal_joint", +"universal_product_code", +"universal_proposition", +"universal_quantifier", +"universal_resource_locator", +"universal_set", +"universal_solvent", +"universal_suffrage", +"universal_time", +"universal_veil", +"universalism", +"universality", +"universe", +"universe_of_discourse", +"university", +"university_extension", +"university_of_california_at_berkeley", +"university_of_chicago", +"university_of_michigan", +"university_of_nebraska", +"university_of_north_carolina", +"university_of_paris", +"university_of_pennsylvania", +"university_of_pittsburgh", +"university_of_sussex", +"university_of_texas", +"university_of_vermont", +"university_of_washington", +"university_of_west_virginia", +"university_of_wisconsin", +"university_student", +"unix", +"unix_guru", +"unix_operating_system", +"unix_system", +"unjustness", +"unkemptness", +"unkind_person", +"unkindness", +"unknowing", +"unknowingness", +"unknown", +"unknown_quantity", +"unknown_region", +"unknown_soldier", +"unlawful_carnal_knowledge", +"unlawfulness", +"unleaded_gasoline", +"unleaded_petrol", +"unleavened_bread", +"unlikelihood", +"unlikeliness", +"unlikeness", +"unlisted_security", +"unlisted_stock", +"unloading", +"unmalleability", +"unmanageableness", +"unmanliness", +"unmarried_man", +"unmarried_woman", +"unmasking", +"unmentionable", +"unmercifulness", +"unmindfulness", +"unnaturalness", +"unneighborliness", +"unnilquadium", +"unnoticeableness", +"unobserved_fire", +"unobtrusiveness", +"unoriginality", +"unorthodoxy", +"unpaid_worker", +"unpalatability", +"unpalatableness", +"unperceptiveness", +"unpermissiveness", +"unperson", +"unpersuasiveness", +"unpleasant_person", +"unpleasant_woman", +"unpleasantness", +"unpleasingness", +"unpointedness", +"unpopularity", +"unpredictability", +"unpretentiousness", +"unproductiveness", +"unprofitability", +"unprofitableness", +"unpropitiousness", +"unprotectedness", +"unq", +"unquestionability", +"unquestionableness", +"unraveler", +"unraveller", +"unrealism", +"unreality", +"unreason", +"unregularity", +"unrelatedness", +"unreliability", +"unreliableness", +"unrespectability", +"unresponsiveness", +"unrest", +"unrestraint", +"unrighteousness", +"unruliness", +"unsanctification", +"unsanitariness", +"unsatisfactoriness", +"unsaturated_fatty_acid", +"unsavoriness", +"unscrupulousness", +"unseasonableness", +"unsecured_bond", +"unseemliness", +"unseen", +"unselfconsciousness", +"unselfishness", +"unsightliness", +"unsimilarity", +"unskilled_person", +"unskillfulness", +"unslaked_lime", +"unsnarling", +"unsociability", +"unsociableness", +"unsolvability", +"unsoundness", +"unspoken_accusation", +"unstableness", +"unsteadiness", +"unstratified_language", +"unsuccessful_person", +"unsuitability", +"unsuitableness", +"unsusceptibility", +"untangling", +"untermeyer", +"unthoughtfulness", +"untidiness", +"untier", +"untimeliness", +"untouchable", +"untrustiness", +"untrustworthiness", +"untruth", +"untruthfulness", +"untying", +"untypicality", +"ununbium", +"ununhexium", +"ununpentium", +"ununquadium", +"ununtrium", +"unusefulness", +"unusual_person", +"unusualness", +"unvariedness", +"unveiling", +"unwariness", +"unwelcome_guest", +"unwelcome_person", +"unwellness", +"unwholesomeness", +"unwieldiness", +"unwillingness", +"unwiseness", +"unworthiness", +"unwritten_law", +"unyieldingness", +"up-bow", +"up-tick", +"up-to-dateness", +"up_quark", +"upanishad", +"upbeat", +"upbraider", +"upbraiding", +"upbringing", +"upcast", +"update", +"updating", +"updike", +"updraft", +"upending", +"upgrade", +"upheaval", +"uphill", +"upholder", +"upholsterer", +"upholstery", +"upholstery_material", +"upholstery_needle", +"upjohn", +"upkeep", +"upland", +"upland_cotton", +"upland_plover", +"upland_sandpiper", +"upland_white_aster", +"uplift", +"uplifting", +"uplink", +"upper", +"upper-case_letter", +"upper-normandy", +"upper_avon", +"upper_avon_river", +"upper_balcony", +"upper_berth", +"upper_bound", +"upper_cannon", +"upper_carboniferous", +"upper_carboniferous_period", +"upper_class", +"upper_crust", +"upper_deck", +"upper_egypt", +"upper_hand", +"upper_jaw", +"upper_jawbone", +"upper_limit", +"upper_mantle", +"upper_paleolithic", +"upper_peninsula", +"upper_respiratory_infection", +"upper_respiratory_tract", +"upper_side", +"upper_surface", +"upper_tunguska", +"upper_volta", +"uppercase", +"uppercut", +"uppishness", +"uppityness", +"uppp", +"uppsala", +"upright", +"upright_piano", +"uprightness", +"uprising", +"uproar", +"uprooter", +"upsala", +"upset", +"upset_price", +"upset_stomach", +"upsetter", +"upshot", +"upside", +"upside-down_cake", +"upsilon", +"upstage", +"upstager", +"upstairs", +"upstart", +"upstroke", +"upsurge", +"uptake", +"upthrow", +"upthrust", +"uptick", +"uptime", +"upton_beall_sinclair", +"upton_sinclair", +"uptown", +"upturn", +"upupa", +"upupa_epops", +"upupidae", +"ur", +"uracil", +"uraemia", +"ural-altaic", +"ural_mountains", +"uralic", +"uralic_language", +"urals", +"uranalysis", +"urania", +"uraninite", +"uranium", +"uranium_235", +"uranium_238", +"uranium_ore", +"uranologist", +"uranology", +"uranoplasty", +"uranoscopidae", +"uranus", +"uranyl", +"uranyl_group", +"uranyl_nitrate", +"uranyl_oxalate", +"uranyl_radical", +"urarthritis", +"urate", +"uratemia", +"uraturia", +"urban_area", +"urban_center", +"urban_guerrilla", +"urban_ii", +"urban_legend", +"urban_planning", +"urban_renewal", +"urban_sprawl", +"urban_typhus", +"urban_v", +"urban_vi", +"urban_viii", +"urbana", +"urbanisation", +"urbanity", +"urbanization", +"urceole", +"urchin", +"urd", +"urdu", +"urea", +"urea-formaldehyde_resin", +"urease", +"uredinales", +"uremia", +"ureter", +"ureteritis", +"ureterocele", +"ureterorenal_reflux", +"ureterostenosis", +"urethane", +"urethra", +"urethral_orifice", +"urethral_sphincter", +"urethritis", +"urethrocele", +"urex", +"urey", +"urga", +"urge", +"urge_incontinence", +"urgency", +"urginea", +"urginea_maritima", +"urging", +"uria", +"uria_aalge", +"uria_lomvia", +"uriah", +"urial", +"uric_acid", +"uricaciduria", +"urim_and_thummim", +"urinal", +"urinalysis", +"urinary_apparatus", +"urinary_bladder", +"urinary_calculus", +"urinary_hesitancy", +"urinary_incontinence", +"urinary_organ", +"urinary_retention", +"urinary_system", +"urinary_tract", +"urinary_tract_infection", +"urination", +"urinator", +"urine", +"uriniferous_tubule", +"url", +"urmia", +"urn", +"urn_fungus", +"urnula_craterium", +"urobilin", +"urobilinogen", +"urocele", +"urochesia", +"urochezia", +"urochord", +"urochorda", +"urochordata", +"urochordate", +"urocyon", +"urocyon_cinereoargenteus", +"urocystis", +"urocystis_cepulae", +"urocystis_tritici", +"urodele", +"urodella", +"urodynia", +"urogenital_apparatus", +"urogenital_cleft", +"urogenital_medicine", +"urogenital_system", +"urokinase", +"urolith", +"urologist", +"urology", +"uropathy", +"urophycis", +"uropsilus", +"uropsilus_soricipes", +"uropygi", +"uropygial_gland", +"uropygium", +"urosaurus", +"urosaurus_ornatus", +"ursa_major", +"ursa_minor", +"ursidae", +"ursine_dasyure", +"ursinia", +"ursus", +"ursus_americanus", +"ursus_arctos", +"ursus_arctos_horribilis", +"ursus_arctos_middendorffi", +"ursus_arctos_syriacus", +"ursus_horribilis", +"ursus_maritimus", +"ursus_middendorffi", +"ursus_thibetanus", +"ursus_ursinus", +"urth", +"urtica", +"urtica_dioica", +"urtica_pipulifera", +"urticaceae", +"urticales", +"urticaria", +"urtication", +"urubupunga", +"urubupunga_falls", +"uruguay", +"uruguay_potato", +"uruguay_potato_vine", +"uruguay_river", +"uruguayan", +"uruguayan_monetary_unit", +"uruguayan_peso", +"urus", +"us", +"us_air_force", +"us_air_force_academy", +"us_army", +"us_army_criminal_investigation_laboratory", +"us_attorney_general", +"us_border_patrol", +"us_cabinet", +"us_coast_guard", +"us_congress", +"us_constitution", +"us_fish_and_wildlife_service", +"us_government", +"us_government_printing_office", +"us_house", +"us_house_of_representatives", +"us_marine_corps", +"us_marshals_service", +"us_military_academy", +"us_mint", +"us_naval_academy", +"us_navy", +"us_post_office", +"us_postal_inspection_service", +"us_postal_service", +"us_secret_service", +"us_senate", +"us_trade_representative", +"usa", +"usability", +"usableness", +"usacil", +"usaf", +"usage", +"usama_bin_laden", +"usance", +"usbeg", +"usbek", +"uscb", +"usda", +"use", +"use_immunity", +"use_of_goods_and_services", +"useableness", +"used-car", +"used-car_lot", +"usefulness", +"uselessness", +"user", +"user_interface", +"ushas", +"usher", +"usherette", +"ushering_in", +"using", +"using_up", +"uskub", +"usmc", +"usn", +"usnea", +"usnea_barbata", +"usneaceae", +"usps", +"uss_cole", +"ussher", +"ussr", +"usss", +"ustilaginaceae", +"ustilaginales", +"ustilaginoidea", +"ustilaginoidea_virens", +"ustilago", +"ustilago_maydis", +"ustinov", +"usualness", +"usufruct", +"usufructuary", +"usuli", +"usumbura", +"usurer", +"usurpation", +"usurper", +"usury", +"ut", +"ut1", +"uta", +"uta_stansburiana", +"utah", +"utahan", +"utahraptor", +"utc", +"ute", +"utensil", +"uterine_artery", +"uterine_cavity", +"uterine_cervix", +"uterine_contraction", +"uterine_tube", +"uterine_vein", +"uterus", +"utica", +"utilisation", +"utiliser", +"utilitarian", +"utilitarianism", +"utility", +"utility_bond", +"utility_man", +"utility_program", +"utility_revenue_bond", +"utility_routine", +"utilization", +"utilizer", +"utmost", +"utn", +"utnapishtim", +"uto-aztecan", +"uto-aztecan_language", +"utopia", +"utopian", +"utopian_socialism", +"utopianism", +"utrecht", +"utricle", +"utricularia", +"utriculus", +"utrillo", +"uttar_pradesh", +"utterance", +"utterer", +"uttermost", +"utterness", +"utu", +"utug", +"uub", +"uuh", +"uup", +"uuq", +"uut", +"uv", +"uvea", +"uveitis", +"uveoscleral_pathway", +"uvula", +"uvularia", +"uvularia_grandiflora", +"uvulariaceae", +"uvulitis", +"uvulopalatopharyngoplasty", +"ux.", +"uxor", +"uxoricide", +"uxoriousness", +"uygur", +"uzbak", +"uzbeg", +"uzbek", +"uzbekistan", +"uzbekistani_monetary_unit", +"uzi", +"v", +"v-1", +"v-8_juice", +"v-day", +"v-e_day", +"v-j_day", +"v.p.", +"v_neck", +"v_sign", +"va", +"vac", +"vacancy", +"vacancy_rate", +"vacant_lot", +"vacation", +"vacation_home", +"vacation_spot", +"vacationer", +"vacationing", +"vacationist", +"vaccaria", +"vaccaria_hispanica", +"vaccaria_pyramidata", +"vaccina", +"vaccinating", +"vaccination", +"vaccinator", +"vaccine", +"vaccinee", +"vaccinia", +"vaccinia_gangrenosa", +"vaccinium", +"vaccinium_angustifolium", +"vaccinium_arboreum", +"vaccinium_ashei", +"vaccinium_caespitosum", +"vaccinium_corymbosum", +"vaccinium_macrocarpon", +"vaccinium_myrsinites", +"vaccinium_ovatum", +"vaccinium_oxycoccus", +"vaccinium_pallidum", +"vaccinium_pennsylvanicum", +"vaccinium_scoparium", +"vaccinium_stamineum", +"vaccinium_uliginosum_alpinum", +"vaccinium_vitis-idaea", +"vaccinum", +"vachel_lindsay", +"vacillation", +"vacillator", +"vaclav_havel", +"vacuity", +"vacuolation", +"vacuole", +"vacuolisation", +"vacuolization", +"vacuousness", +"vacuum", +"vacuum_aspiration", +"vacuum_bag", +"vacuum_bomb", +"vacuum_bottle", +"vacuum_chamber", +"vacuum_cleaner", +"vacuum_flask", +"vacuum_gage", +"vacuum_gauge", +"vacuum_pump", +"vacuum_tube", +"vade_mecum", +"vaduz", +"vagabond", +"vagabondage", +"vagary", +"vagina", +"vaginal_artery", +"vaginal_birth", +"vaginal_discharge", +"vaginal_smear", +"vaginismus", +"vaginitis", +"vaginocele", +"vagn_walfrid_ekman", +"vagrancy", +"vagrant", +"vagueness", +"vagus", +"vagus_nerve", +"vainglory", +"vaisakha", +"vaishnava", +"vaishnavism", +"vaisnavism", +"vaisya", +"vajra", +"valance", +"valance_board", +"valdecoxib", +"valdez", +"valdosta", +"vale", +"valediction", +"valedictorian", +"valedictory", +"valedictory_address", +"valedictory_oration", +"valedictory_speaker", +"valence", +"valence_electron", +"valencia", +"valencia_orange", +"valenciennes", +"valenciennes_lace", +"valency", +"valentina_tereshkova", +"valentina_vladmirovna_tereshkova", +"valentine", +"valentine's_day", +"valentine_day", +"valerian", +"valerian_family", +"valeriana", +"valeriana_officinalis", +"valerianaceae", +"valerianella", +"valerianella_locusta", +"valerianella_olitoria", +"valeric_acid", +"valet", +"valet_de_chambre", +"valet_parking", +"valetta", +"valetudinarian", +"valetudinarianism", +"valgus", +"valhalla", +"vali", +"valiance", +"valiancy", +"validation", +"validity", +"validness", +"valine", +"valise", +"valium", +"valkyrie", +"valle_d'aosta", +"vallecula", +"valletta", +"valley", +"valley_fever", +"valley_girl", +"valley_oak", +"valley_pocket_gopher", +"valley_white_oak", +"vallisneria", +"vallisneria_spiralis", +"valmy", +"valois", +"valor", +"valorousness", +"valour", +"valparaiso", +"valproic_acid", +"valsartan", +"valse", +"valuable", +"valuableness", +"valuation", +"valuation_account", +"valuation_reserve", +"valuator", +"value", +"value-added_tax", +"value-system", +"value_judgement", +"value_judgment", +"value_orientation", +"value_statement", +"valuelessness", +"valuer", +"values", +"valve", +"valve-in-head_engine", +"valve_rocker", +"valvelet", +"valvotomy", +"valvula", +"valvular_heart_disease", +"valvular_incompetence", +"valvule", +"valvulitis", +"valvulotomy", +"vambrace", +"vamp", +"vamper", +"vampire", +"vampire_bat", +"vampirism", +"van", +"van_allen", +"van_allen_belt", +"van_beethoven", +"van_bogaert_encephalitis", +"van_buren", +"van_de_graaff", +"van_de_graaff_generator", +"van_de_velde", +"van_der_waal's_forces", +"van_der_waals", +"van_doren", +"van_dyck", +"van_eyck", +"van_gogh", +"van_vleck", +"van_wyck_brooks", +"vanadate", +"vanadic_acid", +"vanadinite", +"vanadium", +"vanadium_pentoxide", +"vanadium_steel", +"vanbrugh", +"vancocin", +"vancomycin", +"vancouver", +"vancouver_island", +"vanda", +"vanda_caerulea", +"vandal", +"vandalism", +"vanderbilt", +"vandyke", +"vandyke_beard", +"vandyke_brown", +"vane", +"vanellus", +"vanern", +"vanessa", +"vanessa_atalanta", +"vanessa_bell", +"vanessa_stephen", +"vanessa_virginiensis", +"vanguard", +"vanguards_of_conquest", +"vangueria", +"vangueria_infausta", +"vangueria_madagascariensis", +"vanilla", +"vanilla_bean", +"vanilla_extract", +"vanilla_ice_cream", +"vanilla_orchid", +"vanilla_planifolia", +"vanilla_pudding", +"vanillin", +"vanir", +"vanisher", +"vanishing", +"vanishing_cream", +"vanishing_point", +"vanity", +"vanity_fair", +"vannevar_bush", +"vanquisher", +"vantage", +"vantage_point", +"vanua_levu", +"vanuatu", +"vanzetti", +"vapidity", +"vapidness", +"vapor", +"vapor_bath", +"vapor_density", +"vapor_lock", +"vapor_pressure", +"vaporing", +"vaporisation", +"vaporiser", +"vaporization", +"vaporizer", +"vaporousness", +"vapors", +"vapour", +"vapour_bath", +"vapour_density", +"vapour_lock", +"vapour_pressure", +"vapourousness", +"vapours", +"vaquero", +"vaquita", +"var", +"var.", +"vara", +"varan", +"varanidae", +"varanus", +"varanus_komodoensis", +"varanus_niloticus", +"vardenafil", +"varese", +"vargas", +"vargas_llosa", +"variability", +"variable", +"variable-pitch_propeller", +"variable_quantity", +"variable_resistor", +"variable_star", +"variableness", +"variance", +"variant", +"variate", +"variation", +"varicella", +"varicella_zoster_virus", +"varicocele", +"varicose_vein", +"varicosis", +"varicosity", +"varied_lorikeet", +"variedness", +"variegated_horsetail", +"variegated_scouring_rush", +"variegation", +"varietal", +"varietal_wine", +"variety", +"variety_meat", +"variety_show", +"variola", +"variola_major", +"variola_major_virus", +"variola_minor", +"variola_minor_virus", +"variola_vaccina", +"variola_vaccine", +"variola_vaccinia", +"variola_virus", +"variolation", +"variolization", +"variometer", +"variorum", +"variorum_edition", +"variously-leaved_pondweed", +"varix", +"varlet", +"varment", +"varmint", +"varna", +"varnish", +"varnish_tree", +"varnisher", +"varro", +"varsity", +"varsity_letter", +"varsity_sock", +"varuna", +"varus", +"varying_hare", +"vas", +"vas_deferens", +"vasa_brevis", +"vasa_efferentia", +"vasa_vasorum", +"vasarely", +"vasari", +"vasco_da_gamma", +"vasco_nunez_de_balboa", +"vascular_bundle", +"vascular_hemophilia", +"vascular_plant", +"vascular_ray", +"vascular_spider", +"vascular_strand", +"vascular_structure", +"vascular_system", +"vascular_tissue", +"vascularisation", +"vascularity", +"vascularization", +"vasculitis", +"vase", +"vase-fine", +"vase_vine", +"vasectomy", +"vaseline", +"vaslav_nijinsky", +"vasoconstriction", +"vasoconstrictive", +"vasoconstrictor", +"vasodilation", +"vasodilative", +"vasodilator", +"vasomax", +"vasopressin", +"vasopressor", +"vasosection", +"vasotec", +"vasotomy", +"vasovasostomy", +"vasovesiculitis", +"vassal", +"vassalage", +"vastness", +"vat", +"vat_color", +"vat_dye", +"vatican", +"vatican_city", +"vatican_council", +"vatican_i", +"vatican_ii", +"vatican_palace", +"vaticination", +"vaticinator", +"vaudeville", +"vaudeville_theater", +"vaudeville_theatre", +"vaudevillian", +"vaudois", +"vaughan", +"vaughan_williams", +"vault", +"vault_of_heaven", +"vaulter", +"vaulting", +"vaulting_horse", +"vaunt", +"vaunter", +"vaux", +"vayu", +"vcr", +"vd", +"vdu", +"veadar", +"veal", +"veal_cordon_bleu", +"veal_parmesan", +"veal_parmigiana", +"veal_roast", +"veal_scallopini", +"veau", +"veblen", +"vector", +"vector-borne_transmission", +"vector_algebra", +"vector_decomposition", +"vector_product", +"vector_sum", +"veda", +"vedalia", +"vedanga", +"vedanta", +"vedic_literature", +"vedism", +"vedist", +"veering", +"veery", +"veg", +"vega", +"vegan", +"vegetable", +"vegetable_garden", +"vegetable_hummingbird", +"vegetable_ivory", +"vegetable_marrow", +"vegetable_matter", +"vegetable_oil", +"vegetable_oyster", +"vegetable_patch", +"vegetable_sheep", +"vegetable_silk", +"vegetable_soup", +"vegetable_sponge", +"vegetable_tallow", +"vegetable_wax", +"vegetarian", +"vegetarianism", +"vegetation", +"vegetative_cell", +"veggie", +"vehemence", +"vehicle", +"vehicle-borne_transmission", +"vehicle_traffic", +"vehicular_traffic", +"veil", +"veiled_accusation", +"veiling", +"vein", +"vein_of_penis", +"vela", +"velar", +"velar_consonant", +"velazquez", +"velban", +"velcro", +"veld", +"veldt", +"velleity", +"vellication", +"vellum", +"velocipede", +"velociraptor", +"velocity", +"velodrome", +"velour", +"velours", +"veloute", +"velum", +"velveeta", +"velvet", +"velvet-leaf", +"velvet_ant", +"velvet_bean", +"velvet_bent", +"velvet_bent_grass", +"velvet_flower", +"velvet_grass", +"velvet_osier", +"velvet_plant", +"velvet_sumac", +"velvet_worm", +"velveteen", +"velvetleaf", +"velvetweed", +"vena", +"vena_anastomotica", +"vena_angularis", +"vena_appendicularis", +"vena_arcuata_renis", +"vena_auricularis", +"vena_axillaris", +"vena_azygos", +"vena_basalis", +"vena_basilica", +"vena_basivertebralis", +"vena_brachialis", +"vena_brachiocephalica", +"vena_bronchialis", +"vena_bulbi_penis", +"vena_bulbi_vestibuli", +"vena_canaliculi_cochleae", +"vena_cava", +"vena_centrales_retinae", +"vena_centralis_glandulae_suprarenalis", +"vena_cephalica", +"vena_cephalica_accessoria", +"vena_cerebellum", +"vena_cerebri", +"vena_cerebri_anterior", +"vena_cerebri_magna", +"vena_cerebri_media", +"vena_cerebrum_internus", +"vena_cerebrum_superior", +"vena_cervicalis_profunda", +"vena_choroidea", +"vena_circumflexa", +"vena_circumflexa_ilium", +"vena_circumflexus_femoris", +"vena_clitoridis", +"vena_colica", +"vena_comitans", +"vena_cutanea", +"vena_cystica", +"vena_digitalis", +"vena_diploica", +"vena_dorsalis_clitoridis_profunda", +"vena_emissaria", +"vena_epigastrica_inferior", +"vena_epigastrica_superficialis", +"vena_ethmoidalis", +"vena_facialis", +"vena_facialis_anterior", +"vena_femoralis", +"vena_gastrica", +"vena_gastrica-dextra", +"vena_gastrica_sinistra", +"vena_gastroomentalis", +"vena_genus", +"vena_gluteus", +"vena_hemiazygos_accessoria", +"vena_hemizygos", +"vena_hepatica", +"vena_ileocolica", +"vena_iliaca", +"vena_iliolumbalis", +"vena_intercapitalis", +"vena_intercostalis", +"vena_intervertebralis", +"vena_jugularis", +"vena_labialis", +"vena_labialis_inferior", +"vena_labialis_superior", +"vena_lacrimalis", +"vena_laryngea", +"vena_lienalis", +"vena_lingualis", +"vena_lumbalis", +"vena_maxillaris", +"vena_mesenterica", +"vena_metacarpus", +"vena_metatarsus", +"vena_musculophrenica", +"vena_nasalis_externa", +"vena_nasofrontalis", +"vena_obliqua_atrii_sinistri", +"vena_obturatoria", +"vena_occipitalis", +"vena_ophthalmica", +"vena_ovarica", +"vena_palatina", +"vena_paraumbilicalis", +"vena_pectoralis", +"vena_perforantis", +"vena_pericardiaca", +"vena_peroneus", +"vena_pharyngeus", +"vena_phrenica", +"vena_poplitea", +"vena_portae", +"vena_posterior_ventriculi_sinistri", +"vena_profunda_penis", +"vena_pulmanalis_inferior", +"vena_pulmonalis", +"vena_pulmonalis_superior", +"vena_pylorica", +"vena_radialis", +"vena_rectalis", +"vena_renalis", +"vena_retromandibularis", +"vena_sacralis", +"vena_saphena", +"vena_scapularis_dorsalis", +"vena_scrotalis", +"vena_sigmoideus", +"vena_spinalis", +"vena_sternocleidomastoidea", +"vena_stylomastoidea", +"vena_subclavia", +"vena_sublingualis", +"vena_supraorbitalis", +"vena_supratrochlearis", +"vena_temporalis", +"vena_testicularis", +"vena_thoracica", +"vena_thoracoepigastrica", +"vena_thyroidea", +"vena_tibialis", +"vena_trachealis", +"vena_ulnaris", +"vena_umbilicalis", +"vena_vertebralis", +"vena_vertebralis_accessoria", +"vena_vertebralis_anterior", +"vena_vesicalis", +"vena_vestibularis", +"vena_vorticosum", +"venae_centrales_hepatis", +"venae_cerebrum_inferior", +"venae_ciliares", +"venae_conjunctivales", +"venae_dorsales_clitoridis_superficiales", +"venae_dorsales_penis_profunda", +"venae_dorsales_penis_superficiales", +"venae_epigastricae_superiores", +"venae_episclerales", +"venae_esophageae", +"venae_interlobulares_hepatis", +"venae_interlobulares_renis", +"venae_labiales_anteriores", +"venae_labiales_posteriores", +"venae_meningeae", +"venae_palpebrales", +"venae_pancreatica", +"venae_profundae_clitoridis", +"venae_pudendum", +"venae_renis", +"venae_sclerales", +"venality", +"venation", +"vendee", +"vendemiaire", +"vender", +"vendetta", +"vending", +"vending_machine", +"vendition", +"vendor", +"vendue", +"veneer", +"veneering", +"venerability", +"venerableness", +"veneration", +"venerator", +"venereal_disease", +"venereal_infection", +"venereal_wart", +"veneridae", +"venesection", +"venetia", +"venetian", +"venetian_blind", +"venetian_glass", +"venetian_red", +"venetian_sumac", +"veneto", +"venezia", +"venezia-euganea", +"venezuela", +"venezuelan", +"venezuelan_monetary_unit", +"vengeance", +"vengefulness", +"venial_sin", +"venice", +"venipuncture", +"venire", +"venire_facias", +"venison", +"venn", +"venn's_diagram", +"venn_diagram", +"venogram", +"venography", +"venom", +"venomous_lizard", +"venous_blood", +"venous_blood_system", +"venous_blood_vessel", +"venous_pressure", +"venous_sinus", +"venous_thrombosis", +"vent", +"vent-hole", +"ventail", +"venter", +"venthole", +"ventilating_system", +"ventilation", +"ventilation_shaft", +"ventilation_system", +"ventilator", +"venting", +"ventner", +"ventolin", +"ventose", +"ventral_fin", +"ventral_horn", +"ventral_placentation", +"ventral_root", +"ventricle", +"ventricular_aneurysm", +"ventricular_fibrillation", +"ventricular_fold", +"ventricular_septal_defect", +"ventriculus", +"ventriloquism", +"ventriloquist", +"ventriloquist's_dummy", +"ventriloquy", +"venture", +"venture_capital", +"venture_capitalism", +"venture_capitalist", +"venturer", +"venturesomeness", +"venturi", +"venturi_tube", +"venue", +"venula", +"venule", +"venus", +"venus'-hair_fern", +"venus'_slipper", +"venus's_curse", +"venus's_flower_basket", +"venus's_flytrap", +"venus's_flytraps", +"venus's_girdle", +"venus's_shoe", +"venus's_slipper", +"venus_maidenhair", +"venus_mercenaria", +"venushair", +"veps", +"vepse", +"vepsian", +"veracity", +"veracruz", +"veranda", +"verandah", +"verapamil", +"veratrum", +"veratrum_viride", +"verb", +"verb_phrase", +"verbal_creation", +"verbal_description", +"verbal_expression", +"verbal_intelligence", +"verbal_noun", +"verbalisation", +"verbaliser", +"verbalism", +"verbalization", +"verbalizer", +"verbascum", +"verbascum_blattaria", +"verbascum_lychnitis", +"verbascum_phoeniceum", +"verbascum_thapsus", +"verbena", +"verbena_family", +"verbenaceae", +"verbesina", +"verbesina_alternifolia", +"verbesina_encelioides", +"verbesina_helianthoides", +"verbesina_virginica", +"verbiage", +"verbolatry", +"verboseness", +"verbosity", +"verd_antique", +"verdancy", +"verdandi", +"verde_antique", +"verdi", +"verdicchio", +"verdict", +"verdigris", +"verdin", +"verdolagas", +"verdun", +"verdure", +"verey_pistol", +"verge", +"verger", +"vergil", +"verification", +"verifier", +"verisimilitude", +"verity", +"verlaine", +"vermeer", +"vermicelli", +"vermicide", +"vermiculation", +"vermiculite", +"vermiform_appendix", +"vermiform_process", +"vermifuge", +"vermilion", +"vermillion_flycatcher", +"vermillion_rockfish", +"vermin", +"vermis", +"vermis_cerebelli", +"vermont", +"vermonter", +"vermouth", +"vernacular", +"vernacular_art", +"vernal_equinox", +"vernal_iris", +"vernal_witch_hazel", +"vernation", +"verne", +"verner", +"verner's_law", +"vernier", +"vernier_caliper", +"vernier_micrometer", +"vernier_scale", +"vernix", +"vernix_caseosa", +"vernonia", +"verona", +"veronal", +"veronese", +"veronica", +"veronica_agrestis", +"veronica_americana", +"veronica_anagallis-aquatica", +"veronica_arvensis", +"veronica_beccabunga", +"veronica_chamaedrys", +"veronica_michauxii", +"veronica_officinalis", +"veronica_peregrina", +"veronica_serpyllifolia", +"veronicastrum_virginicum", +"verpa", +"verpa_bohemica", +"verpa_conica", +"verrazano", +"verrazano-narrows_bridge", +"verrazano_narrows", +"verrazzano", +"verruca", +"verruca_acuminata", +"vers_libre", +"versace", +"versailles", +"versant", +"versatility", +"verse", +"verse_form", +"verse_line", +"versed", +"versicle", +"versification", +"versifier", +"version", +"verso", +"verst", +"vertebra", +"vertebral_arch", +"vertebral_artery", +"vertebral_canal", +"vertebral_column", +"vertebral_vein", +"vertebrata", +"vertebrate", +"vertebrate_foot", +"vertebrate_paleontology", +"vertex", +"verthandi", +"vertical", +"vertical_angle", +"vertical_bank", +"vertical_circle", +"vertical_combination", +"vertical_file", +"vertical_fin", +"vertical_flute", +"vertical_integration", +"vertical_section", +"vertical_stabiliser", +"vertical_stabilizer", +"vertical_surface", +"vertical_tail", +"vertical_union", +"verticality", +"verticalness", +"verticil", +"verticilliosis", +"verticillium", +"vertigo", +"vertu", +"vervain", +"vervain_family", +"vervain_sage", +"verve", +"vervet", +"vervet_monkey", +"verwoerd", +"very-light", +"very_high_frequency", +"very_important_person", +"very_light", +"very_low_density_lipoprotein", +"very_low_frequency", +"very_pistol", +"very_reverend", +"vesalius", +"vesey", +"vesica", +"vesical_vein", +"vesicant", +"vesicaria", +"vesication", +"vesicatory", +"vesicle", +"vesicopapule", +"vesicoureteral_reflux", +"vesicula_umbilicus", +"vesicular_stomatitis", +"vesiculation", +"vesiculitis", +"vesiculovirus", +"vespa", +"vespa_crabro", +"vespasian", +"vesper", +"vesper_mouse", +"vesper_sparrow", +"vespers", +"vespertilian_bat", +"vespertilio", +"vespertilio_murinus", +"vespertilionid", +"vespertilionidae", +"vespid", +"vespid_wasp", +"vespidae", +"vespucci", +"vespula", +"vespula_maculata", +"vespula_maculifrons", +"vespula_vulgaris", +"vessel", +"vest", +"vest_pocket", +"vesta", +"vestal", +"vestal_virgin", +"vested_interest", +"vestibular_apparatus", +"vestibular_fold", +"vestibular_gland", +"vestibular_sense", +"vestibular_system", +"vestibular_vein", +"vestibule", +"vestibule_of_the_ear", +"vestibule_of_the_vagina", +"vestibulocochlear_nerve", +"vestige", +"vestiture", +"vestment", +"vestris", +"vestry", +"vestryman", +"vestrywoman", +"vesture", +"vesuvian", +"vesuvianite", +"vesuvius", +"vet", +"vetch", +"vetchling", +"vetchworm", +"veteran", +"veteran_soldier", +"veterans'_day", +"veterans_day", +"veterans_of_foreign_wars", +"veterinarian", +"veterinary", +"veterinary_medicine", +"veterinary_school", +"veterinary_surgeon", +"vetluga", +"vetluga_river", +"veto", +"vexation", +"vexatious_litigation", +"vexer", +"vfw", +"vhf", +"vi", +"via_media", +"viability", +"viaduct", +"viagra", +"vial", +"viand", +"viands", +"viatical_settlement", +"viatication", +"viaticus", +"viaticus_settlement", +"vibe", +"vibes", +"vibist", +"viborg", +"vibraharp", +"vibramycin", +"vibrancy", +"vibraphone", +"vibraphonist", +"vibrating_reed", +"vibration", +"vibrato", +"vibrator", +"vibrio", +"vibrio_comma", +"vibrio_fetus", +"vibrion", +"vibrissa", +"viburnum", +"viburnum_dentatum", +"viburnum_lantana", +"viburnum_opulus", +"viburnum_prunifolium", +"viburnum_recognitum", +"viburnum_trilobum", +"vicar", +"vicar-general", +"vicar_apostolic", +"vicar_of_christ", +"vicarage", +"vicariate", +"vicarship", +"viccinium_membranaceum", +"viccinium_myrtillus", +"vice", +"vice-presidency", +"vice-presidential_term", +"vice-regent", +"vice_admiral", +"vice_chairman", +"vice_chancellor", +"vice_crime", +"vice_president", +"vice_president_of_the_united_states", +"vice_squad", +"vicegerent", +"vicente_lopez", +"vicereine", +"viceroy", +"viceroyalty", +"viceroyship", +"vichy", +"vichy_water", +"vichyssoise", +"vicia", +"vicia_cracca", +"vicia_faba", +"vicia_orobus", +"vicia_sativa", +"vicia_sepium", +"vicia_villosa", +"vicinity", +"vicious_circle", +"vicious_cycle", +"viciousness", +"vicissitude", +"vicksburg", +"vicomte_de_chateaubriand", +"vicomte_ferdinand_marie_de_lesseps", +"victim", +"victimisation", +"victimiser", +"victimization", +"victimizer", +"victimless_crime", +"victor", +"victor-marie_hugo", +"victor_emanuel_ii", +"victor_emanuel_iii", +"victor_franz_hess", +"victor_herbert", +"victor_hess", +"victor_horta", +"victor_hugo", +"victoria", +"victoria_clafin_woodhull", +"victoria_cross", +"victoria_day", +"victoria_de_durango", +"victoria_falls", +"victoria_land", +"victoria_nyanza", +"victoria_plum", +"victoria_sandwich", +"victoria_sponge", +"victorian", +"victorian_age", +"victorian_architecture", +"victoriana", +"victory", +"victory_celebration", +"victory_day", +"victory_garden", +"victory_lap", +"victrola", +"victual", +"victualer", +"victualler", +"victuals", +"vicugna", +"vicugna_vicugna", +"vicuna", +"vidal", +"vidalia", +"vidalia_onion", +"vidar", +"video", +"video_digitizing", +"video_display", +"video_equipment", +"video_game", +"video_ipod", +"video_recording", +"videocassette", +"videocassette_recorder", +"videodisc", +"videodisk", +"videotape", +"vidua", +"vienna", +"vienna_roll", +"vienna_sausage", +"vienne", +"vientiane", +"vieques", +"viet_nam", +"vietnam", +"vietnam_war", +"vietnamese", +"vietnamese_monetary_unit", +"view", +"view_angle", +"view_finder", +"viewer", +"viewers", +"viewfinder", +"viewgraph", +"viewing", +"viewing_audience", +"viewpoint", +"vigdis_finnbogadottir", +"vigee-lebrun", +"vigil", +"vigil_candle", +"vigil_light", +"vigilance", +"vigilance_committee", +"vigilance_man", +"vigilante", +"vigilantism", +"vigna", +"vigna_aconitifolia", +"vigna_angularis", +"vigna_caracalla", +"vigna_radiata", +"vigna_sesquipedalis", +"vigna_sinensis", +"vigna_unguiculata", +"vigna_unguiculata_sesquipedalis", +"vignette", +"vigor", +"vigorish", +"vigour", +"vii", +"viii", +"viking", +"viktor_korchnoi", +"viktor_lvovich_korchnoi", +"viktor_vasarely", +"vila", +"vileness", +"vilfredo_pareto", +"vilification", +"vilifier", +"villa", +"villa-lobos", +"villa_hermosa", +"village", +"village_green", +"villager", +"villahermosa", +"villain", +"villainage", +"villainess", +"villainousness", +"villainy", +"villard", +"villein", +"villeinage", +"villoma", +"villon", +"villus", +"vilna", +"vilnius", +"vilno", +"vim", +"viminaria", +"viminaria_denudata", +"viminaria_juncea", +"vin_ordinaire", +"vina_del_mar", +"vinaigrette", +"vinblastine", +"vinca", +"vinca_major", +"vinca_minor", +"vinca_rosea", +"vincent's_angina", +"vincent's_infection", +"vincent_van_gogh", +"vincenzo_bellini", +"vincetoxicum", +"vincetoxicum_hirsutum", +"vincetoxicum_negrum", +"vincristine", +"vindication", +"vindicator", +"vindictiveness", +"vine", +"vine_cactus", +"vine_maple", +"vine_snake", +"vinegar", +"vinegar_eel", +"vinegar_fly", +"vinegar_joe_stilwell", +"vinegar_tree", +"vinegar_worm", +"vinegariness", +"vinegarishness", +"vinegarroon", +"vinegarweed", +"vinery", +"vineyard", +"vingt-et-un", +"viniculture", +"vinifera", +"vinifera_grape", +"vinification", +"vino", +"vinogradoff", +"vinson", +"vintage", +"vintager", +"vintner", +"vinyl", +"vinyl_cyanide", +"vinyl_ether", +"vinyl_group", +"vinyl_polymer", +"vinyl_radical", +"vinyl_resin", +"vinylbenzene", +"vinylite", +"viocin", +"viol", +"viola", +"viola_arvensis", +"viola_blanda", +"viola_canadensis", +"viola_canina", +"viola_clef", +"viola_conspersa", +"viola_cornuta", +"viola_d'amore", +"viola_da_braccio", +"viola_da_gamba", +"viola_ocellata", +"viola_odorata", +"viola_pedata", +"viola_pubescens", +"viola_reichenbachiana", +"viola_rostrata", +"viola_striata", +"viola_sylvatica", +"viola_tricolor", +"viola_tricolor_hortensis", +"violaceae", +"violation", +"violator", +"violence", +"violent_death", +"violent_disorder", +"violent_storm", +"violent_stream", +"violet", +"violet-flowered_petunia", +"violet_family", +"violet_suksdorfia", +"violet_wood_sorrel", +"violin", +"violin_bow", +"violin_family", +"violin_lesson", +"violin_maker", +"violin_section", +"violinist", +"violist", +"violoncellist", +"violoncello", +"viomycin", +"viorna_baldwinii", +"viosterol", +"vioxx", +"vip", +"viper", +"viper's_bugloss", +"viper's_grass", +"vipera", +"vipera_aspis", +"vipera_berus", +"viperidae", +"viperine_grass_snake", +"viracept", +"viraemia", +"virago", +"viral_delivery_vector", +"viral_haemorrhagic_fever", +"viral_hemorrhagic_fever", +"viral_hepatitis", +"viral_infection", +"viral_pneumonia", +"viramune", +"virazole", +"virchow", +"viremia", +"vireo", +"vireo_olivaceous", +"vireo_solitarius", +"vireo_solitarius_solitarius", +"vireonidae", +"virga", +"virgil", +"virgil_garnett_thomson", +"virgil_thomson", +"virgilia", +"virgilia_capensis", +"virgilia_divaricata", +"virgilia_oroboides", +"virgin", +"virgin's_bower", +"virgin_birth", +"virgin_forest", +"virgin_islands", +"virgin_islands_national_park", +"virgin_mary", +"virgin_wool", +"virginal", +"virginal_membrane", +"virginia", +"virginia_beach", +"virginia_bluebell", +"virginia_chain_fern", +"virginia_cowslip", +"virginia_creeper", +"virginia_crownbeard", +"virginia_deer", +"virginia_fence", +"virginia_ham", +"virginia_katherine_mcmath", +"virginia_mallow", +"virginia_mcmath", +"virginia_oyster", +"virginia_pine", +"virginia_reel", +"virginia_serpentaria", +"virginia_serpentary", +"virginia_snakeroot", +"virginia_spring_beauty", +"virginia_stock", +"virginia_strawberry", +"virginia_thimbleweed", +"virginia_wade", +"virginia_waterleaf", +"virginia_woolf", +"virginian", +"virginian_stock", +"virginian_sumac", +"virginian_witch_hazel", +"virginity", +"virgo", +"virgo_the_virgin", +"virgule", +"viricide", +"viridity", +"virilisation", +"virilism", +"virility", +"virility_drug", +"virilization", +"virino", +"virion", +"viroid", +"virologist", +"virology", +"virtu", +"virtual_image", +"virtual_memory", +"virtual_reality", +"virtual_storage", +"virtue", +"virtuosity", +"virtuoso", +"virtuousness", +"virucide", +"virulence", +"virulency", +"virus", +"virus_infection", +"virusoid", +"vis-a-vis", +"vis_major", +"visa", +"visage", +"visayan", +"visayan_islands", +"viscaceae", +"viscacha", +"viscera", +"visceral_brain", +"visceral_leishmaniasis", +"visceral_pericardium", +"visceral_pleura", +"viscid_mushroom", +"viscidity", +"viscidness", +"viscometer", +"viscometry", +"visconti", +"viscose", +"viscose_rayon", +"viscosimeter", +"viscosimetry", +"viscosity", +"viscount", +"viscount_nelson", +"viscount_northcliffe", +"viscount_st._albans", +"viscountcy", +"viscountess", +"viscountess_astor", +"viscounty", +"viscousness", +"viscum", +"viscum_album", +"viscus", +"vise", +"vishnu", +"vishnuism", +"visibility", +"visible_balance", +"visible_horizon", +"visible_light", +"visible_radiation", +"visible_spectrum", +"visible_speech", +"visibleness", +"visigoth", +"vision", +"vision_defect", +"visionary", +"visit", +"visitant", +"visitation", +"visitation_right", +"visiting", +"visiting_card", +"visiting_fireman", +"visiting_nurse", +"visiting_professor", +"visitor", +"visken", +"visor", +"vista", +"vistaril", +"vistula", +"vistula_river", +"visual_acuity", +"visual_agnosia", +"visual_aphasia", +"visual_area", +"visual_aspect", +"visual_cell", +"visual_communication", +"visual_cortex", +"visual_defect", +"visual_disorder", +"visual_display_unit", +"visual_field", +"visual_hallucination", +"visual_image", +"visual_impairment", +"visual_joke", +"visual_modality", +"visual_percept", +"visual_perception", +"visual_property", +"visual_purple", +"visual_range", +"visual_sensation", +"visual_sense", +"visual_signal", +"visual_space", +"visual_system", +"visualisation", +"visualiser", +"visualization", +"visualizer", +"visually_impaired_person", +"vitaceae", +"vital_capacity", +"vital_force", +"vital_organ", +"vital_principle", +"vital_sign", +"vital_statistics", +"vitalisation", +"vitaliser", +"vitalism", +"vitalist", +"vitality", +"vitalization", +"vitalizer", +"vitalness", +"vitals", +"vitamin", +"vitamin-deficiency_diet", +"vitamin_a", +"vitamin_a1", +"vitamin_a2", +"vitamin_b", +"vitamin_b1", +"vitamin_b12", +"vitamin_b2", +"vitamin_b6", +"vitamin_b_complex", +"vitamin_bc", +"vitamin_c", +"vitamin_d", +"vitamin_e", +"vitamin_g", +"vitamin_h", +"vitamin_k", +"vitamin_k1", +"vitamin_k3", +"vitamin_m", +"vitamin_p", +"vitamin_pill", +"vitelline_circulation", +"vitelline_sac", +"vitellus", +"vithar", +"vitharr", +"viti_levu", +"vitiation", +"viticulture", +"viticulturist", +"vitidaceae", +"vitiligo", +"vitis", +"vitis_labrusca", +"vitis_rotundifolia", +"vitis_vinifera", +"vitrectomy", +"vitreous_body", +"vitreous_humor", +"vitreous_humour", +"vitreous_silica", +"vitrification", +"vitrine", +"vitriol", +"vittaria", +"vittaria_lineata", +"vittariaceae", +"vittorio_de_sica", +"vituperation", +"vitus", +"vitus_behring", +"vitus_bering", +"viva", +"viva_voce", +"vivacity", +"vivaldi", +"vivarium", +"viverra", +"viverra_zibetha", +"viverricula", +"viverricula_indica", +"viverricula_malaccensis", +"viverridae", +"viverrinae", +"viverrine", +"viverrine_mammal", +"vividness", +"vivien_leigh", +"vivification", +"viviparous_eelpout", +"vivisection", +"vivisectionist", +"vixen", +"viyella", +"vizcaino", +"vizier", +"viziership", +"vizor", +"vizsla", +"vladimir_horowitz", +"vladimir_ilich_lenin", +"vladimir_ilich_ulyanov", +"vladimir_ilyich_lenin", +"vladimir_ilyich_ulyanov", +"vladimir_kosma_zworykin", +"vladimir_lenin", +"vladimir_nabokov", +"vladimir_putin", +"vladimir_vladimirovich_mayakovski", +"vladimir_vladimirovich_nabokov", +"vladimir_vladimirovich_putin", +"vladivostok", +"vlaminck", +"vldl", +"vlf", +"vocable", +"vocabulary", +"vocal", +"vocal_band", +"vocal_cord", +"vocal_fold", +"vocal_music", +"vocal_organ", +"vocalisation", +"vocaliser", +"vocalism", +"vocalist", +"vocalization", +"vocalizer", +"vocalizing", +"vocation", +"vocational_education", +"vocational_program", +"vocational_rehabilitation", +"vocational_rehabilitation_program", +"vocational_school", +"vocational_training", +"vocative", +"vocative_case", +"vociferation", +"vociferator", +"vodka", +"vodka_martini", +"vodoun", +"vogue", +"vogul", +"voice", +"voice_box", +"voice_communication", +"voice_mail", +"voice_of_conscience", +"voice_over", +"voice_part", +"voiced_sound", +"voiceless_consonant", +"voicelessness", +"voicemail", +"voiceprint", +"voicer", +"voicing", +"void", +"voidance", +"voider", +"voiding", +"voile", +"voix_celeste", +"vol-au-vent", +"volaille", +"volans", +"volapuk", +"volary", +"volatile", +"volatile_oil", +"volatile_storage", +"volatility", +"volcan_de_colima", +"volcanic_crater", +"volcanic_eruption", +"volcanic_glass", +"volcanic_rock", +"volcanism", +"volcano", +"volcano_islands", +"volcanology", +"vole", +"volga", +"volga_river", +"volgaic", +"volgograd", +"volition", +"volkhov", +"volkhov_river", +"volley", +"volleyball", +"volleyball_court", +"volleyball_game", +"volleyball_net", +"volleyball_player", +"volt", +"volt-ampere", +"volta", +"voltage", +"voltage_divider", +"voltage_drop", +"voltage_regulator", +"voltaic", +"voltaic_battery", +"voltaic_cell", +"voltaic_pile", +"voltaire", +"voltaren", +"volte-face", +"voltmeter", +"volubility", +"volume", +"volume-detonation_bomb", +"volume_unit", +"volumeter", +"volumetric_analysis", +"voluminosity", +"voluminousness", +"volund", +"voluntary", +"voluntary_muscle", +"volunteer", +"volunteer_state", +"voluptuary", +"voluptuousness", +"volute", +"volute_spring", +"volution", +"volva", +"volvaria", +"volvaria_bombycina", +"volvariaceae", +"volvariella", +"volvariella_bombycina", +"volvariella_volvacea", +"volvocaceae", +"volvocales", +"volvox", +"volvulus", +"vombatidae", +"vomer", +"vomit", +"vomiter", +"vomiting", +"vomitive", +"vomitory", +"vomitus", +"von_bismarck", +"von_blucher", +"von_braun", +"von_mauser", +"von_neumann", +"von_neumann_machine", +"von_recklinghausen's_disease", +"von_rundstedt", +"von_sternberg", +"von_willebrand", +"von_willebrand's_disease", +"vonnegut", +"voodoo", +"voodooism", +"voraciousness", +"voracity", +"vortex", +"vortex_vein", +"vorticella", +"vorticose_vein", +"votary", +"vote", +"vote_counter", +"vote_of_confidence", +"voter", +"voter_turnout", +"voting", +"voting_age", +"voting_booth", +"voting_machine", +"voting_precinct", +"voting_right", +"voting_stock", +"voting_system", +"voting_trust", +"votyak", +"vouchee", +"voucher", +"vouge", +"voussoir", +"vouvray", +"vow", +"vowel", +"vowel_point", +"vowel_rhyme", +"vowel_sound", +"vowel_system", +"vower", +"vox", +"vox_angelica", +"vox_humana", +"vox_populi", +"voyage", +"voyager", +"voyageurs_national_park", +"voyeur", +"voyeurism", +"voznesenski", +"vroom", +"vt", +"vuillard", +"vulcan", +"vulcanisation", +"vulcaniser", +"vulcanite", +"vulcanization", +"vulcanized_fiber", +"vulcanizer", +"vulcanology", +"vulgar_latin", +"vulgarian", +"vulgarisation", +"vulgariser", +"vulgarism", +"vulgarity", +"vulgarization", +"vulgarizer", +"vulgate", +"vulnerability", +"vulpecula", +"vulpes", +"vulpes_fulva", +"vulpes_macrotis", +"vulpes_velox", +"vulpes_vulpes", +"vultur", +"vultur_gryphus", +"vulture", +"vulva", +"vulvar_slit", +"vulvectomy", +"vulvitis", +"vulvovaginitis", +"vx_gas", +"vyacheslav_mikhailovich_molotov", +"w", +"w._b._yeats", +"w._c._fields", +"w._c._handy", +"w._e._b._du_bois", +"w._h._auden", +"w._h._hudson", +"w._k._kellogg", +"w._somerset_maugham", +"w._v._quine", +"w._w._jacobs", +"w.c.", +"w.m.d.", +"wa", +"wabash", +"wabash_river", +"wac", +"wacko", +"waco", +"wad", +"wadding", +"waddle", +"waddler", +"wade", +"wader", +"waders", +"wadi", +"wading", +"wading_bird", +"wading_pool", +"wads", +"wafer", +"waffle", +"waffle_iron", +"waffler", +"waft", +"wafture", +"wag", +"wage", +"wage_claim", +"wage_concession", +"wage_earner", +"wage_floor", +"wage_freeze", +"wage_hike", +"wage_increase", +"wage_scale", +"wage_schedule", +"wage_setter", +"wager", +"wagerer", +"wages", +"wagga_wagga", +"waggery", +"waggishness", +"waggle", +"waggon", +"waggoner", +"waggonwright", +"wagner", +"wagnerian", +"wagon", +"wagon-lit", +"wagon_tire", +"wagon_train", +"wagon_wheel", +"wagoner", +"wagonwright", +"wagram", +"wagtail", +"wahabi", +"wahabism", +"wahhabi", +"wahhabism", +"wahoo", +"wahunsonacock", +"wahvey", +"waif", +"waikiki", +"wail", +"wailer", +"wailing", +"wailing_wall", +"wain", +"wainscot", +"wainscoting", +"wainscotting", +"wainwright", +"waist", +"waist_anchor", +"waist_pack", +"waistband", +"waistcloth", +"waistcoat", +"waistline", +"wait", +"waite", +"waiter", +"waiter's_assistant", +"waiting", +"waiting_area", +"waiting_game", +"waiting_line", +"waiting_list", +"waiting_room", +"waitress", +"waiver", +"wajda", +"wakashan", +"wakashan_language", +"wake", +"wake-robin", +"wake-up_call", +"wake-up_signal", +"wake_board", +"wake_island", +"wakeboard", +"wakefulness", +"wakening", +"waker", +"waking", +"waking_up", +"walapai", +"walbiri", +"waldenses", +"waldheim", +"waldmeister", +"waldorf_salad", +"wale", +"wales", +"walesa", +"walhalla", +"walk", +"walk-in", +"walk-on", +"walk-through", +"walk-up", +"walk-up_apartment", +"walk_of_life", +"walkabout", +"walkaway", +"walker", +"walker_foxhound", +"walker_hound", +"walker_percy", +"walker_smith", +"walkie-talkie", +"walking", +"walking_delegate", +"walking_fern", +"walking_horse", +"walking_leaf", +"walking_on_air", +"walking_papers", +"walking_shoe", +"walking_stick", +"walkingstick", +"walkman", +"walkout", +"walkover", +"walkway", +"walky-talky", +"wall", +"wall-paperer", +"wall_barley", +"wall_bracket", +"wall_clock", +"wall_creeper", +"wall_fern", +"wall_germander", +"wall_hanging", +"wall_of_silence", +"wall_painting", +"wall_panel", +"wall_pellitory", +"wall_pepper", +"wall_plate", +"wall_plug", +"wall_rock", +"wall_rocket", +"wall_rue", +"wall_rue_spleenwort", +"wall_socket", +"wall_st.", +"wall_street", +"wall_tent", +"wall_unit", +"walla_walla", +"wallaby", +"wallace", +"wallace_carothers", +"wallace_hume_carothers", +"wallace_stevens", +"wallah", +"wallboard", +"wallenstein", +"waller", +"wallet", +"walleye", +"walleyed_pike", +"wallflower", +"wallis_warfield_simpson", +"wallis_warfield_windsor", +"walloon", +"walloons", +"wallop", +"walloper", +"walloping", +"wallow", +"wallpaper", +"wallpaperer", +"wally", +"walnut", +"walnut_blight", +"walnut_family", +"walnut_oil", +"walnut_tree", +"walpole", +"walpurgis_night", +"walrus", +"walrus_moustache", +"walrus_mustache", +"walt_disney", +"walt_disney_world", +"walt_whitman", +"walt_whitman_bridge", +"walter", +"walter_de_la_mare", +"walter_elias_disney", +"walter_gropius", +"walter_hess", +"walter_john_de_la_mare", +"walter_lippmann", +"walter_mitty", +"walter_piston", +"walter_ralegh", +"walter_raleigh", +"walter_reed", +"walter_rudolf_hess", +"walter_scott", +"walter_william_skeat", +"walther_hermann_nernst", +"walther_richard_rudolf_hess", +"walton", +"waltz", +"waltzer", +"wampanoag", +"wampee", +"wampum", +"wampumpeag", +"wan", +"wanamaker", +"wand", +"wanda_landowska", +"wandala", +"wanderer", +"wandering", +"wandering_albatross", +"wandering_jew", +"wandering_nerve", +"wanderlust", +"wandflower", +"wane", +"wangle", +"wangler", +"wangling", +"waning", +"wank", +"wankel_engine", +"wankel_rotary_engine", +"wanker", +"wannabe", +"wannabee", +"wanness", +"want", +"want_ad", +"wanted_notice", +"wanted_poster", +"wanter", +"wanton", +"wantonness", +"wapiti", +"war", +"war_admiral", +"war_advocacy", +"war_baby", +"war_between_the_states", +"war_bride", +"war_chest", +"war_cloud", +"war_correspondent", +"war_crime", +"war_criminal", +"war_cry", +"war_dance", +"war_department", +"war_game", +"war_god", +"war_hawk", +"war_machine", +"war_of_1812", +"war_of_american_independence", +"war_of_greek_independence", +"war_of_nerves", +"war_of_the_austrian_succession", +"war_of_the_grand_alliance", +"war_of_the_league_of_augsburg", +"war_of_the_roses", +"war_of_the_spanish_succession", +"war_paint", +"war_party", +"war_power", +"war_room", +"war_secretary", +"war_to_end_war", +"war_vessel", +"war_whoop", +"war_widow", +"war_zone", +"waratah", +"warble", +"warble_fly", +"warbler", +"warburg", +"ward", +"ward-heeler", +"warden", +"wardenship", +"warder", +"wardership", +"wardress", +"wardrobe", +"wardroom", +"ware", +"warehouse", +"warehouseman", +"warehouseman's_lien", +"warehouser", +"warehousing", +"warfare", +"warfarin", +"warhead", +"warhol", +"warhorse", +"wariness", +"warji", +"warlock", +"warlord", +"warlpiri", +"warm-up", +"warm_front", +"warmer", +"warmheartedness", +"warming", +"warming_pan", +"warmness", +"warmonger", +"warmongering", +"warmth", +"warner", +"warning", +"warning_bell", +"warning_coloration", +"warning_device", +"warning_light", +"warning_of_attack", +"warning_of_war", +"warning_signal", +"warp", +"warpath", +"warping", +"warplane", +"warragal", +"warrant", +"warrant_officer", +"warrantee", +"warranter", +"warrantor", +"warranty", +"warren", +"warren_burger", +"warren_e._burger", +"warren_earl_burger", +"warren_gamaliel_harding", +"warren_harding", +"warrener", +"warrigal", +"warrior", +"wars_of_the_roses", +"warsaw", +"warship", +"warszawa", +"wart", +"warthog", +"wartime", +"wartweed", +"wartwort", +"warwick", +"wasabi", +"wash", +"wash-and-wear", +"wash-hand_basin", +"wash-hand_stand", +"wash_drawing", +"wash_leather", +"wash_room", +"washables", +"washbasin", +"washboard", +"washbowl", +"washcloth", +"washday", +"washer", +"washerman", +"washerwoman", +"washhouse", +"washing", +"washing-up", +"washing_day", +"washing_machine", +"washing_powder", +"washing_soda", +"washington", +"washington's_birthday", +"washington_d.c.", +"washington_irving", +"washington_monument", +"washingtonian", +"washout", +"washrag", +"washroom", +"washstand", +"washtub", +"washup", +"washwoman", +"waslaw_nijinsky", +"wasp", +"wasp's_nest", +"wasp_waist", +"wasps'_nest", +"wassail", +"wassailer", +"wasserman_reaction", +"wassermann", +"wassermann_test", +"wassily_kandinski", +"wassily_kandinsky", +"wassily_leontief", +"wastage", +"waste", +"waste-paper_basket", +"waste-yard", +"waste_basket", +"waste_material", +"waste_matter", +"waste_of_effort", +"waste_of_energy", +"waste_of_material", +"waste_of_money", +"waste_of_time", +"waste_paper", +"waste_pipe", +"waste_product", +"wastebasket", +"wastebin", +"wastefulness", +"wasteland", +"wastepaper_basket", +"waster", +"wastewater", +"wasteweir", +"wasteyard", +"wasting", +"wasting_away", +"wasting_disease", +"wastrel", +"watch", +"watch_bracelet", +"watch_cap", +"watch_case", +"watch_chain", +"watch_crystal", +"watch_fire", +"watch_glass", +"watch_guard", +"watch_key", +"watch_night", +"watch_pocket", +"watchband", +"watchdog", +"watcher", +"watchfulness", +"watching", +"watchmaker", +"watchman", +"watchstrap", +"watchtower", +"watchword", +"water", +"water-base_paint", +"water-color", +"water-colour", +"water-cooled_reactor", +"water-lily_family", +"water-milfoil_family", +"water-mint", +"water-plantain_family", +"water-rate", +"water-shield", +"water-shield_family", +"water-skiing", +"water-soluble_vitamin", +"water-target", +"water_arum", +"water_avens", +"water_back", +"water_bearer", +"water_bed", +"water_beetle", +"water_birch", +"water_bird", +"water_biscuit", +"water_bitternut", +"water_blister", +"water_boatman", +"water_bottle", +"water_boy", +"water_buffalo", +"water_bug", +"water_butt", +"water_buttercup", +"water_cabbage", +"water_caltrop", +"water_cannon", +"water_carpet", +"water_cart", +"water_chestnut", +"water_chestnut_plant", +"water_chevrotain", +"water_chickweed", +"water_chinquapin", +"water_chute", +"water_clock", +"water_closet", +"water_clover", +"water_company", +"water_conservation", +"water_cooler", +"water_crowfoot", +"water_deer", +"water_development", +"water_dog", +"water_dragon", +"water_dropwort", +"water_elm", +"water_faucet", +"water_fennel", +"water_fern", +"water_filter", +"water_finder", +"water_flaxseed", +"water_flea", +"water_fountain", +"water_gage", +"water_gap", +"water_gas", +"water_gate", +"water_gauge", +"water_gillyflower", +"water_glass", +"water_gum", +"water_gun", +"water_hammer", +"water_hazard", +"water_heater", +"water_hemlock", +"water_hen", +"water_hickory", +"water_hole", +"water_horehound", +"water_horsetail", +"water_hyacinth", +"water_ice", +"water_jacket", +"water_jug", +"water_jump", +"water_lemon", +"water_lettuce", +"water_level", +"water_lily", +"water_line", +"water_lobelia", +"water_locust", +"water_main", +"water_mat", +"water_meter", +"water_milfoil", +"water_mill", +"water_mint", +"water_moccasin", +"water_mold", +"water_nymph", +"water_oak", +"water_of_crystallisation", +"water_of_crystallization", +"water_of_hydration", +"water_on_the_knee", +"water_orchid", +"water_ouzel", +"water_ox", +"water_parsnip", +"water_parting", +"water_pill", +"water_pimpernel", +"water_pipe", +"water_pistol", +"water_plant", +"water_plantain", +"water_pollution", +"water_polo", +"water_pore", +"water_program", +"water_project", +"water_pump", +"water_rat", +"water_right", +"water_sapphire", +"water_scooter", +"water_scorpion", +"water_shamrock", +"water_shrew", +"water_skater", +"water_ski", +"water_skin", +"water_snake", +"water_softener", +"water_spaniel", +"water_speedwell", +"water_spirit", +"water_sport", +"water_sprite", +"water_star_grass", +"water_starwort", +"water_stoma", +"water_strider", +"water_supply", +"water_system", +"water_table", +"water_tank", +"water_tap", +"water_thrush", +"water_tower", +"water_travel", +"water_trumpet", +"water_turkey", +"water_under_the_bridge", +"water_vapor", +"water_vapour", +"water_vascular_system", +"water_violet", +"water_vole", +"water_waggon", +"water_wagon", +"water_wheel", +"water_wings", +"water_witch", +"water_yam", +"waterbird", +"waterbuck", +"waterbury", +"watercannon", +"watercolor", +"watercolorist", +"watercolour", +"watercolourist", +"watercourse", +"watercraft", +"watercress", +"waterdog", +"watered-silk", +"watered_stock", +"waterer", +"waterfall", +"waterfinder", +"waterford", +"waterfowl", +"waterfront", +"watergate", +"watergate_scandal", +"waterhouse-friderichsen_syndrome", +"wateriness", +"watering", +"watering_can", +"watering_cart", +"watering_hole", +"watering_place", +"watering_pot", +"waterleaf", +"waterleaf_family", +"waterlessness", +"waterline", +"waterloo", +"waterman", +"watermark", +"watermeal", +"watermelon", +"watermelon_begonia", +"watermelon_vine", +"waterpower", +"waterproof", +"waterproofing", +"waters", +"waterscape", +"watershed", +"waterside", +"waterskin", +"waterspout", +"watertown", +"waterway", +"waterweed", +"waterwheel", +"waterwheel_plant", +"waterworks", +"wats", +"wats_line", +"watson", +"watt", +"watt-hour", +"watt_second", +"wattage", +"watteau", +"wattle", +"wattle_and_daub", +"wattmeter", +"watts", +"watusi", +"watutsi", +"waugh", +"wausau", +"wave", +"wave-off", +"wave-particle_duality", +"wave_angle", +"wave_equation", +"wave_form", +"wave_front", +"wave_guide", +"wave_mechanics", +"wave_number", +"wave_shape", +"wave_theory", +"wave_theory_of_light", +"wave_train", +"waveband", +"waveform", +"wavefront", +"waveguide", +"wavelength", +"wavelet", +"wavell", +"waver", +"waverer", +"wavering", +"waviness", +"waving", +"wavy-leaved_aster", +"waw", +"wax", +"wax-chandler", +"wax-myrtle_family", +"wax_bean", +"wax_begonia", +"wax_crayon", +"wax_figure", +"wax_insect", +"wax_light", +"wax_mallow", +"wax_moth", +"wax_myrtle", +"wax_palm", +"wax_paper", +"wax_plant", +"waxberry", +"waxflower", +"waxiness", +"waxing", +"waxmallow", +"waxwing", +"waxwork", +"waxycap", +"way", +"way_of_life", +"way_out", +"way_station", +"waybill", +"wayfarer", +"wayfaring", +"wayfaring_tree", +"wayland", +"wayland_the_smith", +"wayne", +"wayne_gretzky", +"ways", +"ways_and_means", +"ways_and_means_committee", +"wayside", +"wb", +"wbc", +"wbn", +"wbs", +"weak_force", +"weak_interaction", +"weak_part", +"weak_point", +"weak_spot", +"weakener", +"weakening", +"weakfish", +"weakling", +"weakly_interacting_massive_particle", +"weakness", +"weal", +"weald", +"wealth", +"wealthiness", +"wealthy_man", +"wealthy_person", +"weaning", +"weapon", +"weapon-grade_plutonium", +"weapon_of_mass_destruction", +"weapon_system", +"weaponry", +"weapons_carrier", +"weapons_emplacement", +"weapons_platform", +"weapons_plutonium", +"weapons_system", +"wear", +"wear_and_tear", +"wearable", +"wearer", +"weariness", +"wearing", +"wearing_apparel", +"wearing_away", +"weary_willie", +"weasel", +"weasel_word", +"weather", +"weather_bureau", +"weather_chart", +"weather_condition", +"weather_deck", +"weather_eye", +"weather_forecast", +"weather_forecaster", +"weather_forecasting", +"weather_map", +"weather_outlook", +"weather_radar", +"weather_satellite", +"weather_sheet", +"weather_ship", +"weather_side", +"weather_station", +"weather_strip", +"weather_stripping", +"weather_vane", +"weatherboard", +"weatherboarding", +"weathercock", +"weatherglass", +"weatherliness", +"weatherman", +"weatherstrip", +"weatherstripping", +"weathervane", +"weave", +"weaver", +"weaver's_broom", +"weaver's_hitch", +"weaver's_knot", +"weaver_finch", +"weaverbird", +"weaving", +"web", +"web-spinning_mite", +"web-toed_salamander", +"web_browser", +"web_log", +"web_map_server", +"web_map_service", +"web_page", +"web_site", +"web_spinner", +"webb", +"webbed_foot", +"webbing", +"webbing_clothes_moth", +"webbing_moth", +"webcam", +"weber", +"weber's_law", +"weber-fechner_law", +"webfoot", +"webmaster", +"webpage", +"website", +"webster", +"webworm", +"webworm_moth", +"wed", +"weddell_sea", +"wedding", +"wedding_anniversary", +"wedding_band", +"wedding_cake", +"wedding_ceremony", +"wedding_chest", +"wedding_day", +"wedding_dress", +"wedding_gift", +"wedding_gown", +"wedding_guest", +"wedding_licence", +"wedding_license", +"wedding_march", +"wedding_night", +"wedding_party", +"wedding_picture", +"wedding_present", +"wedding_reception", +"wedding_ring", +"wedge", +"wedge_bone", +"wedge_heel", +"wedge_shape", +"wedgie", +"wedgwood", +"wedlock", +"wednesday", +"wee", +"wee_small_voice", +"weed", +"weed-whacker", +"weed_killer", +"weeder", +"weedkiller", +"weeds", +"week", +"week_from_monday", +"weekday", +"weekend", +"weekend_warrior", +"weekender", +"weekly", +"weeknight", +"weeness", +"weenie", +"weenie_roast", +"weeper", +"weepiness", +"weeping", +"weeping_beech", +"weeping_love_grass", +"weeping_spruce", +"weeping_tree_broom", +"weeping_willow", +"weevil", +"weewee", +"weft", +"wegener", +"wei", +"wei_dynasty", +"weigela", +"weigela_florida", +"weighbridge", +"weigher", +"weighing", +"weighing_machine", +"weight", +"weight_gainer", +"weight_gaining", +"weight_unit", +"weightiness", +"weighting", +"weightlessness", +"weightlift", +"weightlifter", +"weightlifting", +"weil", +"weil's_disease", +"weill", +"weimar", +"weimar_republic", +"weimaraner", +"weinberg", +"weir", +"weird", +"weird_sister", +"weirdie", +"weirdness", +"weirdo", +"weirdy", +"weisenheimer", +"weismann", +"weissbier", +"weisshorn", +"weizenbier", +"weizenbock", +"weizmann", +"weka", +"welcher", +"welcome", +"welcome_mat", +"welcome_wagon", +"welcomer", +"welcoming_committee", +"weld", +"welder", +"welder's_mask", +"welding", +"weldment", +"welfare", +"welfare_case", +"welfare_state", +"welfare_work", +"welfare_worker", +"welkin", +"well", +"well-being", +"well-wisher", +"well-wishing", +"well_point", +"well_water", +"wellbeing", +"wellerism", +"welles", +"wellhead", +"wellington", +"wellington_boot", +"wellness", +"wellpoint", +"wells", +"wellspring", +"welsh", +"welsh_black", +"welsh_corgi", +"welsh_onion", +"welsh_pony", +"welsh_poppy", +"welsh_rabbit", +"welsh_rarebit", +"welsh_springer_spaniel", +"welsh_terrier", +"welsher", +"welshman", +"welt", +"weltanschauung", +"welted_thistle", +"welter", +"welterweight", +"weltschmerz", +"welty", +"welwitschia", +"welwitschia_mirabilis", +"welwitschiaceae", +"wembley", +"wen", +"wen-ti", +"wen_ch'ang", +"wench", +"wencher", +"wendy_house", +"werdnig-hoffman_disease", +"werewolf", +"werfel", +"werlhof's_disease", +"werner_karl_heisenberg", +"wernher_magnus_maximilian_von_braun", +"wernher_von_braun", +"wernicke", +"wernicke's_aphasia", +"wernicke's_area", +"wernicke's_center", +"wernicke's_encephalopathy", +"weser", +"weser_river", +"wesley", +"wesleyan", +"wesleyan_methodist_church", +"wesleyan_methodists", +"wesleyanism", +"wesleyism", +"wessex", +"west", +"west-sider", +"west_africa", +"west_african", +"west_bank", +"west_bengal", +"west_berlin", +"west_berliner", +"west_by_north", +"west_by_south", +"west_chadic", +"west_coast", +"west_coast_hemlock", +"west_country", +"west_end", +"west_germanic", +"west_germanic_language", +"west_germany", +"west_highland_white_terrier", +"west_indian", +"west_indian_cherry", +"west_indian_jasmine", +"west_indian_satinwood", +"west_indian_smallpox", +"west_indian_snowberry", +"west_indies", +"west_malaysia", +"west_midland", +"west_nile_encephalitis", +"west_nile_encephalitis_virus", +"west_nile_virus", +"west_northwest", +"west_pakistan", +"west_palm_beach", +"west_point", +"west_saxon", +"west_side", +"west_southwest", +"west_sussex", +"west_tocharian", +"west_virginia", +"west_virginian", +"west_wind", +"west_yorkshire", +"wester", +"westerly", +"western", +"western_australia", +"western_australia_coral_pea", +"western_ax", +"western_axe", +"western_balsam_poplar", +"western_big-eared_bat", +"western_birch", +"western_black-legged_tick", +"western_blackberry", +"western_blind_snake", +"western_box_turtle", +"western_buttercup", +"western_chimpanzee", +"western_chokecherry", +"western_church", +"western_civilization", +"western_coral_snake", +"western_crab_apple", +"western_culture", +"western_dewberry", +"western_diamondback", +"western_diamondback_rattlesnake", +"western_empire", +"western_fence_lizard", +"western_gray_squirrel", +"western_grey_squirrel", +"western_hemisphere", +"western_hemlock", +"western_holly_fern", +"western_honey_mesquite", +"western_islands", +"western_isles", +"western_kingbird", +"western_ladies'_tresses", +"western_larch", +"western_lowland_gorilla", +"western_malayo-polynesian", +"western_meadowlark", +"western_mountain_ash", +"western_mugwort", +"western_narrow-mouthed_toad", +"western_omelet", +"western_paper_birch", +"western_pasqueflower", +"western_pipistrel", +"western_poison_oak", +"western_poppy", +"western_prince's_pine", +"western_ragweed", +"western_rattlesnake", +"western_red-backed_salamander", +"western_red_cedar", +"western_redbud", +"western_ribbon_snake", +"western_roman_empire", +"western_saddle", +"western_sahara", +"western_samoa", +"western_samoan_monetary_unit", +"western_sand_cherry", +"western_sandwich", +"western_saxifrage", +"western_silvery_aster", +"western_skink", +"western_spadefoot", +"western_tamarack", +"western_tanager", +"western_toad", +"western_united_states", +"western_wall_flower", +"western_wheatgrass", +"western_whiptail", +"western_white_pine", +"western_wood_pewee", +"western_yellow_pine", +"western_yew", +"westerner", +"westernisation", +"westernization", +"westinghouse", +"westland_pine", +"westminster", +"westminster_abbey", +"weston", +"weston_cell", +"westward", +"wet", +"wet-bulb_thermometer", +"wet-nurse", +"wet_bar", +"wet_blanket", +"wet_cell", +"wet_dream", +"wet_fly", +"wet_lung", +"wet_nurse", +"wet_suit", +"wetback", +"wether", +"wetland", +"wetness", +"wetnurse", +"wetter", +"wetting", +"wetting_agent", +"weymouth_pine", +"whack", +"whacker", +"whacking", +"whacko", +"whale", +"whale_louse", +"whale_oil", +"whale_shark", +"whale_sucker", +"whaleboat", +"whalebone", +"whalebone_whale", +"whaler", +"whalesucker", +"whaling_gun", +"whaling_ship", +"whammy", +"whang", +"wharf", +"wharf_rat", +"wharfage", +"wharton", +"what_for", +"whatchamacallit", +"whatchamacallum", +"whatnot", +"whatsis", +"wheal", +"wheat", +"wheat-grass", +"wheat_beer", +"wheat_berry", +"wheat_eel", +"wheat_eelworm", +"wheat_field", +"wheat_flag_smut", +"wheat_flour", +"wheat_future", +"wheat_germ", +"wheat_gluten", +"wheat_rust", +"wheat_scab", +"wheatear", +"wheately_elm", +"wheatfield", +"wheatflake", +"wheatgrass", +"wheatley", +"wheatstone", +"wheatstone_bridge", +"wheatworm", +"wheedler", +"wheedling", +"wheel", +"wheel_and_axle", +"wheel_bug", +"wheel_horse", +"wheel_lock", +"wheel_spoke", +"wheel_tree", +"wheelbarrow", +"wheelbase", +"wheelchair", +"wheeled_vehicle", +"wheeler", +"wheeler_dealer", +"wheeler_peak", +"wheelhouse", +"wheeling", +"wheelwork", +"wheelwright", +"wheeze", +"wheeziness", +"whelk", +"whelp", +"whereabouts", +"wherefore", +"wherewithal", +"wherry", +"whetstone", +"whey", +"whicker", +"whidah", +"whiff", +"whiffer", +"whiffletree", +"whig", +"whig_party", +"while", +"whim", +"whimper", +"whimsey", +"whimsicality", +"whimsy", +"whin", +"whinberry", +"whinchat", +"whine", +"whiner", +"whinny", +"whinstone", +"whip", +"whip-round", +"whip-scorpion", +"whip-snake", +"whip_hand", +"whip_scorpion", +"whip_snake", +"whip_top", +"whipcord", +"whiplash", +"whiplash_injury", +"whipped_cream", +"whipper", +"whipper-in", +"whippersnapper", +"whippet", +"whipping", +"whipping_boy", +"whipping_cream", +"whipping_post", +"whipping_top", +"whipple's_penstemon", +"whippletree", +"whippoorwill", +"whipsaw", +"whipsnake", +"whipstitch", +"whipstitching", +"whiptail", +"whiptail_lizard", +"whir", +"whirl", +"whirlaway", +"whirler", +"whirligig", +"whirligig_beetle", +"whirling", +"whirling_dervish", +"whirlpool", +"whirlwind", +"whirlybird", +"whirr", +"whirring", +"whisk", +"whisk_broom", +"whisk_fern", +"whisker", +"whisker_jack", +"whiskers", +"whiskey", +"whiskey_bottle", +"whiskey_jug", +"whiskey_neat", +"whiskey_on_the_rocks", +"whiskey_sour", +"whisky", +"whisky_neat", +"whisky_on_the_rocks", +"whisky_sour", +"whisper", +"whisperer", +"whispering", +"whispering_bells", +"whispering_campaign", +"whispering_dome", +"whispering_gallery", +"whist", +"whist_drive", +"whistle", +"whistle-blower", +"whistle-stop_tour", +"whistle_blower", +"whistle_buoy", +"whistle_stop", +"whistleblower", +"whistler", +"whistling", +"whistling_buoy", +"whistling_marmot", +"whistling_swan", +"whit", +"whit-tuesday", +"whit_leather", +"white", +"white-alder_family", +"white-bellied_swallow", +"white-berry_yew", +"white-breasted_nuthatch", +"white-chinned_petrel", +"white-coat_hypertension", +"white-crowned_sparrow", +"white-faced_hornet", +"white-footed_mouse", +"white-headed_stilt", +"white-heart_hickory", +"white-leaved_rockrose", +"white-lipped_peccary", +"white-man's_foot", +"white-pine_rust", +"white-rayed_mule's_ears", +"white-rumped_shrike", +"white-stemmed_filaree", +"white-tailed_deer", +"white-tailed_jackrabbit", +"white-tailed_kite", +"white-tailed_sea_eagle", +"white-throated_sparrow", +"white-tipped_shark", +"white-topped_aster", +"white_admiral", +"white_alder", +"white_anglo-saxon_protestant", +"white_ant", +"white_arsenic", +"white_ash", +"white_aspen", +"white_avens", +"white_backlash", +"white_baneberry", +"white_basswood", +"white_bead", +"white_bean", +"white_bedstraw", +"white_beech", +"white_beer", +"white_birch", +"white_blood_cell", +"white_blood_corpuscle", +"white_book", +"white_bread", +"white_broom", +"white_bryony", +"white_burgundy", +"white_cake", +"white_camas", +"white_campion", +"white_cedar", +"white_cell", +"white_chocolate", +"white_cinnamon", +"white_cinnamon_tree", +"white_clover", +"white_cockle", +"white_cohosh", +"white_corpuscle", +"white_crappie", +"white_croaker", +"white_currant", +"white_cypress", +"white_cypress_pine", +"white_daisy", +"white_dead_nettle", +"white_dipladenia", +"white_dog's-tooth_violet", +"white_dogtooth_violet", +"white_dwarf", +"white_dwarf_star", +"white_elephant", +"white_elm", +"white_fairy_lantern", +"white_false_indigo", +"white_feather", +"white_feldspar", +"white_fir", +"white_flag", +"white_fox", +"white_friar", +"white_fringed_orchid", +"white_fringed_orchis", +"white_fritillary", +"white_fungus", +"white_globe_lily", +"white_gold", +"white_goods", +"white_heat", +"white_heather", +"white_hellebore", +"white_honeysuckle", +"white_hope", +"white_horehound", +"white_horse", +"white_horse_nettle", +"white_house", +"white_knight", +"white_lead", +"white_lead_ore", +"white_leather", +"white_leg", +"white_lettuce", +"white_lie", +"white_lily", +"white_line", +"white_lotus", +"white_lung", +"white_lupine", +"white_madder", +"white_magic", +"white_maire", +"white_mallee", +"white_mallow", +"white_man", +"white_man's_burden", +"white_mangrove", +"white_marlin", +"white_matsutake", +"white_matter", +"white_meat", +"white_melilot", +"white_metal", +"white_milkweed", +"white_mountain_ash", +"white_mulberry", +"white_mullein", +"white_mullet", +"white_mustard", +"white_nile", +"white_noise", +"white_oak", +"white_onion_sauce", +"white_pages", +"white_paper", +"white_pelican", +"white_people", +"white_pepper", +"white_perch", +"white_person", +"white_pine", +"white_pine_blister_rust", +"white_plague", +"white_popinac", +"white_poplar", +"white_potato", +"white_potato_vine", +"white_pox", +"white_prairie_aster", +"white_race", +"white_rhinoceros", +"white_rice", +"white_river", +"white_rocket", +"white_room", +"white_russia", +"white_russian", +"white_rust", +"white_sage", +"white_sale", +"white_sanicle", +"white_sauce", +"white_sea", +"white_seabass", +"white_separatism", +"white_separatist", +"white_shark", +"white_sheep", +"white_silk-cotton_tree", +"white_slave", +"white_slaver", +"white_slime_mushroom", +"white_snakeroot", +"white_snapdragon", +"white_spanish_broom", +"white_spruce", +"white_squire", +"white_stork", +"white_stringybark", +"white_sturgeon", +"white_supremacist", +"white_supremacy", +"white_sweet_clover", +"white_tai", +"white_tail", +"white_thistle", +"white_tie", +"white_tie_and_tails", +"white_titi", +"white_trash", +"white_trumpet_lily", +"white_turnip", +"white_violet", +"white_vitriol", +"white_walnut", +"white_water", +"white_wax_tree", +"white_whale", +"white_willow", +"white_wine", +"white_wolf", +"white_woman", +"white_wood_aster", +"white_yam", +"white_zinnia", +"whitebait", +"whitebark_pine", +"whitebarked_pine", +"whitecap", +"whitecup", +"whited_sepulcher", +"whited_sepulchre", +"whiteface", +"whitefish", +"whitefly", +"whitehall", +"whitehead", +"whitehorse", +"whitelash", +"whiteman's_foot", +"whitener", +"whiteness", +"whitening", +"whiteout", +"whitetail", +"whitetail_antelope_squirrel", +"whitetail_deer", +"whitetail_jackrabbit", +"whitetail_prairie_dog", +"whitethorn", +"whitethroat", +"whitetip_shark", +"whitewash", +"whitewater", +"whitewood", +"whitey", +"whiting", +"whitlavia", +"whitlow", +"whitlow_grass", +"whitlowwort", +"whitman", +"whitmonday", +"whitney", +"whitney_moore_young_jr.", +"whitney_young", +"whitsun", +"whitsun_monday", +"whitsun_tuesday", +"whitsunday", +"whitsuntide", +"whittier", +"whittle", +"whittler", +"whitweek", +"whiz", +"whiz-kid", +"whizbang", +"whizbang_shell", +"whizz", +"whizz-kid", +"whizzbang", +"who", +"whodunit", +"whole", +"whole-word_method", +"whole_blood", +"whole_caboodle", +"whole_gale", +"whole_kit", +"whole_kit_and_boodle", +"whole_kit_and_caboodle", +"whole_life_insurance", +"whole_meal_bread", +"whole_meal_flour", +"whole_milk", +"whole_name", +"whole_note", +"whole_number", +"whole_rest", +"whole_shebang", +"whole_snipe", +"whole_step", +"whole_to_part_relation", +"whole_tone", +"whole_wheat_bread", +"whole_wheat_flour", +"whole_works", +"wholeheartedness", +"wholeness", +"wholesale", +"wholesale_house", +"wholesale_price_index", +"wholesaler", +"wholesomeness", +"whoop", +"whoopee", +"whooper", +"whooper_swan", +"whooping_cough", +"whooping_crane", +"whoosh", +"whopper", +"whore", +"whoredom", +"whorehouse", +"whoremaster", +"whoremonger", +"whoreson", +"whorl", +"whorled_aster", +"whorled_caraway", +"whorled_loosestrife", +"whorled_milkweed", +"whorlywort", +"whortleberry", +"why", +"whydah", +"wi", +"wicca", +"wiccan", +"wichita", +"wichita_falls", +"wick", +"wickedness", +"wicker", +"wicker_basket", +"wickerwork", +"wicket", +"wicket-keeper", +"wicket_door", +"wicket_gate", +"wickiup", +"wickliffe", +"wickup", +"wiclif", +"wicopy", +"widal's_test", +"widal_test", +"wide-angle_lens", +"wide-body", +"wide-body_aircraft", +"wide_area_network", +"wide_screen", +"wide_wale", +"widebody_aircraft", +"widegrip_pushup", +"wideness", +"widening", +"widgeon", +"widget", +"widow", +"widow's_peak", +"widow's_walk", +"widow's_weeds", +"widow_bird", +"widow_woman", +"widower", +"widowhood", +"widowman", +"width", +"wieland", +"wiener", +"wiener_roast", +"wiener_schnitzel", +"wienerwurst", +"wiesbaden", +"wiesel", +"wiesenboden", +"wiesenthal", +"wife", +"wiffle", +"wiffle_ball", +"wifi", +"wig", +"wig_tree", +"wigeon", +"wigging", +"wiggle", +"wiggle_nail", +"wiggle_room", +"wiggler", +"wiggliness", +"wight", +"wigmaker", +"wigner", +"wigwam", +"wikiup", +"wilbur_wright", +"wild", +"wild-goose_chase", +"wild_angelica", +"wild_apple", +"wild_ass", +"wild_basil", +"wild_bean", +"wild_bergamot", +"wild_bill_hickock", +"wild_blue_yonder", +"wild_boar", +"wild_buckwheat", +"wild_cabbage", +"wild_calla", +"wild_card", +"wild_carrot", +"wild_cavy", +"wild_celery", +"wild_chamomile", +"wild_cherry", +"wild_cherry_tree", +"wild_chervil", +"wild_china_tree", +"wild_cinnamon", +"wild_clary", +"wild_climbing_hempweed", +"wild_coffee", +"wild_cotton", +"wild_crab", +"wild_cranberry", +"wild_crocus", +"wild_dog", +"wild_duck", +"wild_emmer", +"wild_fig", +"wild_flower", +"wild_garlic", +"wild_geranium", +"wild_ginger", +"wild_goat", +"wild_hollyhock", +"wild_hop", +"wild_horse", +"wild_hyacinth", +"wild_hydrangea", +"wild_indigo", +"wild_leek", +"wild_licorice", +"wild_lily_of_the_valley", +"wild_liquorice", +"wild_lupine", +"wild_madder", +"wild_man", +"wild_mandrake", +"wild_mango", +"wild_mango_tree", +"wild_marjoram", +"wild_meadow_lily", +"wild_medlar", +"wild_medlar_tree", +"wild_morning-glory", +"wild_mustard", +"wild_oat", +"wild_oat_grass", +"wild_oats", +"wild_olive", +"wild_onion", +"wild_orange", +"wild_ox", +"wild_pansy", +"wild_parsley", +"wild_parsnip", +"wild_pea", +"wild_peach", +"wild_peanut", +"wild_pink", +"wild_pitch", +"wild_plum", +"wild_plum_tree", +"wild_potato", +"wild_potato_vine", +"wild_pumpkin", +"wild_quinine", +"wild_radish", +"wild_rape", +"wild_raspberry", +"wild_red_oat", +"wild_rice", +"wild_rosemary", +"wild_rye", +"wild_sage", +"wild_sarsaparilla", +"wild_sarsparilla", +"wild_senna", +"wild_sensitive_plant", +"wild_service_tree", +"wild_sheep", +"wild_snapdragon", +"wild_spinach", +"wild_spurge", +"wild_strawberry", +"wild_sweet_pea", +"wild_sweet_potato_vine", +"wild_tamarind", +"wild_teasel", +"wild_thyme", +"wild_tobacco", +"wild_vanilla", +"wild_water_lemon", +"wild_west", +"wild_west_show", +"wild_wheat", +"wild_wilkworm", +"wild_winterpea", +"wild_yam", +"wild_yellow_lily", +"wildcat", +"wildcat_strike", +"wildcat_well", +"wildcatter", +"wilde", +"wilde_dagga", +"wildebeest", +"wilder", +"wilderness", +"wilderness_campaign", +"wildfire", +"wildflower", +"wildfowl", +"wilding", +"wildlife", +"wildness", +"wile", +"wiley_post", +"wilfulness", +"wilhelm_apollinaris_de_kostrowitzki", +"wilhelm_eduard_weber", +"wilhelm_grimm", +"wilhelm_ii", +"wilhelm_karl_grimm", +"wilhelm_konrad_roentgen", +"wilhelm_konrad_rontgen", +"wilhelm_ostwald", +"wilhelm_reich", +"wilhelm_richard_wagner", +"wilhelm_von_opel", +"wiliness", +"wilkes", +"wilkes_land", +"wilkie_collins", +"wilkins", +"wilkins_micawber", +"wilkinson", +"will", +"will-o'-the-wisp", +"will_durant", +"will_hays", +"will_keith_kellog", +"will_power", +"will_rogers", +"willa_cather", +"willa_sibert_cather", +"willamette", +"willamette_river", +"willard", +"willard_frank_libby", +"willard_huntington_wright", +"willard_van_orman_quine", +"willebrand", +"willem_de_kooning", +"willem_de_sitter", +"willem_einthoven", +"willet", +"willful_neglect", +"willfulness", +"william_a._craigie", +"william_and_mary", +"william_ashley_sunday", +"william_augustus", +"william_averell_harriman", +"william_beaumont", +"william_benjamin_hogan", +"william_blake", +"william_bligh", +"william_bradford", +"william_bradford_shockley", +"william_burroughs", +"william_butler_yeats", +"william_butterfield", +"william_byrd", +"william_carlos_williams", +"william_caxton", +"william_chambers", +"william_christopher_handy", +"william_claire_menninger", +"william_clark", +"william_clark_gable", +"william_claude_dukenfield", +"william_congreve", +"william_cowper", +"william_crawford_gorgas", +"william_crookes", +"william_curtis", +"william_cuthbert_faulkner", +"william_dawes", +"william_dean_howells", +"william_dudley_haywood", +"william_edward_burghardt_du_bois", +"william_ewart_gladstone", +"william_f._cody", +"william_falkner", +"william_faulkner", +"william_felton_russell", +"william_franklin_graham", +"william_frederick_cody", +"william_fulbright", +"william_gilbert", +"william_gladstone", +"william_golding", +"william_graham_sumner", +"william_green", +"william_h._bonney", +"william_harrison_dempsey", +"william_harrison_hays", +"william_harvey", +"william_hazlitt", +"william_henry", +"william_henry_beveridge", +"william_henry_fox_talbot", +"william_henry_gates", +"william_henry_harrison", +"william_henry_hoover", +"william_henry_hudson", +"william_henry_mauldin", +"william_henry_pratt", +"william_henry_seward", +"william_herschel", +"william_hogarth", +"william_holman_hunt", +"william_holmes_mcguffey", +"william_hoover", +"william_howard_taft", +"william_hubbs_rehnquist", +"william_hyde_wollaston", +"william_i", +"william_ii", +"william_iii", +"william_inge", +"william_iv", +"william_james", +"william_james_durant", +"william_jefferson_clinton", +"william_jennings_bryan", +"william_john_clifton_haley_jr.", +"william_kidd", +"william_lawrence_shirer", +"william_le_baron_jenny", +"william_lloyd_garrison", +"william_makepeace_thackeray", +"william_maxwell_aitken", +"william_mckinley", +"william_menninger", +"william_mitchell", +"william_morris", +"william_nunn_lipscom_jr.", +"william_of_occam", +"william_of_ockham", +"william_of_orange", +"william_of_wykeham", +"william_patterson", +"william_penn", +"william_penn_adair_rogers", +"william_pitt", +"william_ralph_inge", +"william_randolph_hearst", +"william_rehnquist", +"william_richard_morris", +"william_rose_benet", +"william_rowan_hamilton", +"william_rufus", +"william_s._burroughs", +"william_s._gilbert", +"william_saroyan", +"william_schwenk_gilbert", +"william_seward_burroughs", +"william_shakespeare", +"william_shakspere", +"william_shockley", +"william_somerset_maugham", +"william_stanley_jevons", +"william_strickland", +"william_stubbs", +"william_styron", +"william_sydney_porter", +"william_tatem_tilden_jr.", +"william_tecumseh_sherman", +"william_tell", +"william_the_conqueror", +"william_thompson", +"william_thornton", +"william_tindal", +"william_tindale", +"william_tyndale", +"william_walton", +"william_wilkie_collins", +"william_wordsworth", +"william_wycherley", +"william_wyler", +"william_wymark_jacobs", +"williams", +"williams_syndrome", +"williamstown", +"willie_howard_mays_jr.", +"willie_mays", +"willies", +"willing", +"willingness", +"willis", +"willow", +"willow-pattern", +"willow_aster", +"willow_bell", +"willow_family", +"willow_oak", +"willow_tree", +"willowherb", +"willowware", +"willpower", +"willy_brandt", +"wilmington", +"wilms'_tumor", +"wilms_tumour", +"wilmut", +"wilno", +"wilson", +"wilson's_blackcap", +"wilson's_disease", +"wilson's_phalarope", +"wilson's_snipe", +"wilson's_thrush", +"wilson's_warbler", +"wilson_cloud_chamber", +"wilsonia_pusilla", +"wilt", +"wilt_disease", +"wilting", +"wilton", +"wilton_carpet", +"wimble", +"wimbledon", +"wimp", +"wimple", +"wimshurst_machine", +"win", +"wince", +"wincey", +"winceyette", +"winch", +"winchester", +"winchester_college", +"winchester_drive", +"winckelmann", +"wind", +"wind_bell", +"wind_cave_national_park", +"wind_chime", +"wind_cone", +"wind_deflection", +"wind_energy_facility", +"wind_exposure", +"wind_farm", +"wind_gage", +"wind_gap", +"wind_gauge", +"wind_generation", +"wind_generator", +"wind_harp", +"wind_instrument", +"wind_park", +"wind_poppy", +"wind_power", +"wind_rose", +"wind_scale", +"wind_sleeve", +"wind_sock", +"wind_tee", +"wind_tunnel", +"wind_turbine", +"wind_vane", +"windage", +"windaus", +"windbag", +"windbreak", +"windbreaker", +"windburn", +"windcheater", +"winder", +"windfall", +"windfall_profit", +"windflower", +"windhoek", +"windiness", +"winding", +"winding-clothes", +"winding-sheet", +"windjammer", +"windlass", +"windlessness", +"windmill", +"windmill_grass", +"window", +"window-washing", +"window_blind", +"window_box", +"window_cleaner", +"window_dresser", +"window_dressing", +"window_envelope", +"window_frame", +"window_glass", +"window_lock", +"window_oyster", +"window_pane", +"window_sash", +"window_screen", +"window_seat", +"window_shade", +"window_trimmer", +"window_washer", +"windowpane", +"windowpane_oyster", +"windows", +"windowsill", +"windpipe", +"windscreen", +"windscreen_wiper", +"windshield", +"windshield_wiper", +"windsock", +"windsor", +"windsor_chair", +"windsor_green", +"windsor_knot", +"windsor_tie", +"windstorm", +"windtalker", +"windup", +"windward", +"windward_islands", +"windward_isles", +"windward_passage", +"windward_side", +"windy_city", +"wine", +"wine-colored", +"wine-coloured", +"wine-maker's_yeast", +"wine_bar", +"wine_barrel", +"wine_bottle", +"wine_bucket", +"wine_cask", +"wine_cellar", +"wine_cooler", +"wine_lover", +"wine_maker", +"wine_making", +"wine_merchant", +"wine_palm", +"wine_sauce", +"wine_steward", +"wine_taster", +"wine_tasting", +"wine_vinegar", +"wine_waiter", +"wineberry", +"wineglass", +"wineglass_heel", +"winemaker", +"winemaking", +"winepress", +"winery", +"winesap", +"wineskin", +"winfield_scott", +"winfred", +"wing", +"wing-nut", +"wing_case", +"wing_chair", +"wing_commander", +"wing_elm", +"wing_flat", +"wing_loading", +"wing_nut", +"wing_screw", +"wing_shooting", +"wing_tip", +"wingback", +"winged_bean", +"winged_elm", +"winged_everlasting", +"winged_pea", +"winged_pigweed", +"winged_spindle_tree", +"winger", +"wingman", +"wings", +"wingspan", +"wingspread", +"wingstem", +"wink", +"winker", +"winking", +"winkle", +"winnebago", +"winner", +"winner's_circle", +"winning", +"winning_post", +"winning_streak", +"winnings", +"winnipeg", +"winnow", +"winnowing", +"wino", +"winslow", +"winslow_homer", +"winsomeness", +"winston-salem", +"winston_churchill", +"winston_s._churchill", +"winter", +"winter's_bark", +"winter's_bark_family", +"winter's_bark_tree", +"winter_aconite", +"winter_cherry", +"winter_cress", +"winter_crookneck", +"winter_crookneck_squash", +"winter_currant", +"winter_fern", +"winter_flounder", +"winter_flowering_cherry", +"winter_hazel", +"winter_heath", +"winter_heliotrope", +"winter_jasmine", +"winter_melon", +"winter_melon_vine", +"winter_mushroom", +"winter_olympic_games", +"winter_olympics", +"winter_purslane", +"winter_rose", +"winter_savory", +"winter_savoury", +"winter_solstice", +"winter_squash", +"winter_squash_plant", +"winter_sweet", +"winter_urn", +"winter_wren", +"wintera", +"wintera_colorata", +"winteraceae", +"winterberry", +"wintergreen", +"wintergreen_family", +"wintergreen_oil", +"wintertime", +"wintun", +"wipe", +"wipeout", +"wiper", +"wiper_arm", +"wiper_blade", +"wiper_motor", +"wire", +"wire-haired_fox_terrier", +"wire-haired_pointing_griffon", +"wire-haired_terrier", +"wire-puller", +"wire_cloth", +"wire_cutter", +"wire_gage", +"wire_gauge", +"wire_glass", +"wire_grass", +"wire_matrix_printer", +"wire_printer", +"wire_recorder", +"wire_service", +"wire_stripper", +"wire_wool", +"wirehair", +"wirehaired_terrier", +"wireless", +"wireless_fidelity", +"wireless_local_area_network", +"wireless_telegraph", +"wireless_telegraphy", +"wireless_telephone", +"wireman", +"wirer", +"wiretap", +"wiretapper", +"wirework", +"wireworm", +"wiriness", +"wiring", +"wiring_diagram", +"wisconsin", +"wisconsin_river", +"wisconsin_weeping_willow", +"wisconsinite", +"wisdom", +"wisdom_book", +"wisdom_literature", +"wisdom_of_jesus_the_son_of_sirach", +"wisdom_of_solomon", +"wisdom_tooth", +"wise", +"wise_guy", +"wise_man", +"wise_men", +"wiseacre", +"wisecrack", +"wiseness", +"wisenheimer", +"wisent", +"wish", +"wish-wash", +"wish_list", +"wishbone", +"wishful_thinker", +"wishful_thinking", +"wishfulness", +"wishing", +"wishing_bone", +"wishing_cap", +"wisp", +"wistaria", +"wister", +"wisteria", +"wisteria_chinensis", +"wisteria_floribunda", +"wisteria_frutescens", +"wisteria_venusta", +"wistfulness", +"wit", +"witch", +"witch's_brew", +"witch-hazel_family", +"witch-hunt", +"witch-hunter", +"witch_alder", +"witch_broom", +"witch_doctor", +"witch_elm", +"witch_grass", +"witch_hazel", +"witch_hazel_plant", +"witchcraft", +"witchery", +"witches'_brew", +"witches'_broom", +"witches'_broth", +"witches'_butter", +"witches'_sabbath", +"witchgrass", +"witching", +"withdrawal", +"withdrawal_method", +"withdrawal_symptom", +"withdrawer", +"withdrawing_room", +"withdrawnness", +"withe", +"withering", +"withers", +"witherspoon", +"withholder", +"withholding", +"withholding_tax", +"withstander", +"withy", +"witloof", +"witness", +"witness_box", +"witness_stand", +"witnesser", +"witold_gombrowicz", +"wits", +"wittgenstein", +"witticism", +"wittiness", +"wittol", +"witwatersrand", +"wivern", +"wiz", +"wizard", +"wizardry", +"wlan", +"wmd", +"wmo", +"wnw", +"woad", +"woadwaxen", +"wobble", +"wobbler", +"wobbly", +"wodan", +"wodehouse", +"woden", +"woe", +"woefulness", +"wog", +"wok", +"wold", +"wolf", +"wolf's_bane", +"wolf's_milk", +"wolf_bean", +"wolf_boy", +"wolf_cub", +"wolf_fish", +"wolf_pack", +"wolf_pup", +"wolf_spider", +"wolfbane", +"wolfe", +"wolff", +"wolffia", +"wolffia_columbiana", +"wolffiella", +"wolffiella_gladiata", +"wolffish", +"wolfgang_amadeus_mozart", +"wolfgang_pauli", +"wolfhound", +"wolfman", +"wolfram", +"wolfram_steel", +"wolframite", +"wolfsbane", +"wollaston", +"wollaston_prism", +"wollastonite", +"wollemi_pine", +"wollstonecraft", +"wolof", +"wolstonian_glaciation", +"wolverine", +"wolverine_state", +"woman", +"woman's_body", +"woman's_clothing", +"woman's_doctor", +"woman's_hat", +"woman-worship", +"woman_chaser", +"woman_hater", +"woman_of_the_house", +"woman_of_the_street", +"womanhood", +"womaniser", +"womanishness", +"womanizer", +"womankind", +"womanlike", +"womanliness", +"womb", +"wombat", +"women's_army_corps", +"women's_lib", +"women's_liberation_movement", +"women's_liberationist", +"women's_rightist", +"won", +"won-lost_record", +"won_ton", +"wonder", +"wonder_bean", +"wonder_boy", +"wonder_child", +"wonder_flower", +"wonder_woman", +"wonderberry", +"wonderer", +"wonderfulness", +"wonderland", +"wonderment", +"wonk", +"wont", +"wonton", +"wonton_soup", +"wood", +"wood's_alloy", +"wood's_metal", +"wood-creeper", +"wood-fern", +"wood-frog", +"wood-rat", +"wood-sorrel_family", +"wood_alcohol", +"wood_anemone", +"wood_ant", +"wood_aster", +"wood_avens", +"wood_block", +"wood_chisel", +"wood_coal", +"wood_cudweed", +"wood_drake", +"wood_duck", +"wood_engraving", +"wood_fern", +"wood_file", +"wood_frog", +"wood_garlic", +"wood_grain", +"wood_hen", +"wood_hoopoe", +"wood_horsetail", +"wood_hyacinth", +"wood_ibis", +"wood_laurel", +"wood_lily", +"wood_meadowgrass", +"wood_mint", +"wood_mouse", +"wood_nettle", +"wood_nymph", +"wood_pewee", +"wood_pigeon", +"wood_poppy", +"wood_pulp", +"wood_pussy", +"wood_rabbit", +"wood_rat", +"wood_sage", +"wood_shavings", +"wood_sorrel", +"wood_spirit", +"wood_spurge", +"wood_stork", +"wood_strawberry", +"wood_sugar", +"wood_swallow", +"wood_tar", +"wood_thrush", +"wood_tick", +"wood_vinegar", +"wood_violet", +"wood_vise", +"wood_warbler", +"wood_widgeon", +"woodbine", +"woodborer", +"woodbury", +"woodcarver", +"woodcarving", +"woodchuck", +"woodcock", +"woodcock_snipe", +"woodcraft", +"woodcreeper", +"woodcut", +"woodcutter", +"wooden_horse", +"wooden_leg", +"wooden_shoe", +"wooden_spoon", +"woodenness", +"woodenware", +"woodfern", +"woodgrain", +"woodgraining", +"woodhewer", +"woodhull", +"woodiness", +"woodland", +"woodland_caribou", +"woodland_oxeye", +"woodland_star", +"woodland_white_violet", +"woodlet", +"woodlouse", +"woodman", +"woodpecker", +"woodpile", +"woodrow_charles_herman", +"woodrow_wilson", +"woodrow_wilson_guthrie", +"woodruff", +"woods", +"woodscrew", +"woodshed", +"woodsia", +"woodsia_alpina", +"woodsia_glabella", +"woodsia_ilvensis", +"woodsiness", +"woodsman", +"woodward", +"woodwardia", +"woodwardia_virginica", +"woodwaxen", +"woodwind", +"woodwind_family", +"woodwind_instrument", +"woodwork", +"woodworker", +"woodworking", +"woodworking_plane", +"woodworking_vise", +"woodworm", +"woody_allen", +"woody_guthrie", +"woody_herman", +"woody_nightshade", +"woody_pear", +"woody_plant", +"wooer", +"woof", +"woofer", +"wooing", +"wool", +"wool_fat", +"wool_grass", +"wool_grease", +"wool_oil", +"wool_stapler", +"woolen", +"woolf", +"woolgatherer", +"woolgathering", +"woollcott", +"woollen", +"woolley", +"woolly_adelgid", +"woolly_alder_aphid", +"woolly_aphid", +"woolly_apple_aphid", +"woolly_bear", +"woolly_bear_caterpillar", +"woolly_bear_moth", +"woolly_daisy", +"woolly_indris", +"woolly_mammoth", +"woolly_manzanita", +"woolly_monkey", +"woolly_mullein", +"woolly_plant_louse", +"woolly_rhinoceros", +"woolly_sunflower", +"woolly_thistle", +"woolsorter", +"woolsorter's_disease", +"woolsorter's_pneumonia", +"woolworth", +"wooly_blue_curls", +"wooly_lip_fern", +"wop", +"worcester", +"worcester_sauce", +"worcestershire", +"worcestershire_sauce", +"word", +"word-painter", +"word-painting", +"word-splitting", +"word-worship", +"word_accent", +"word_blindness", +"word_class", +"word_deafness", +"word_division", +"word_finder", +"word_form", +"word_game", +"word_meaning", +"word_of_advice", +"word_of_farewell", +"word_of_god", +"word_of_honor", +"word_of_mouth", +"word_order", +"word_picture", +"word_play", +"word_processing", +"word_processing_system", +"word_processor", +"word_salad", +"word_sense", +"word_square", +"word_stress", +"word_string", +"word_structure", +"wordbook", +"wordfinder", +"wordiness", +"wording", +"wordmonger", +"wordnet", +"wordplay", +"words", +"words_per_minute", +"wordsmith", +"wordsworth", +"work", +"work-board", +"work-clothes", +"work-clothing", +"work-in", +"work-shirt", +"work-study_program", +"work_animal", +"work_bench", +"work_camp", +"work_day", +"work_flow", +"work_force", +"work_in_progress", +"work_load", +"work_of_art", +"work_papers", +"work_party", +"work_permit", +"work_shift", +"work_shoe", +"work_song", +"work_stoppage", +"work_study", +"work_surface", +"work_table", +"work_time", +"work_to_rule", +"work_unit", +"workaholic", +"workaholism", +"workbag", +"workbasket", +"workbench", +"workboard", +"workbook", +"workbox", +"workday", +"worker", +"worker_bee", +"workfellow", +"workflow", +"workforce", +"workhorse", +"workhouse", +"working", +"working_agreement", +"working_capital", +"working_class", +"working_day", +"working_dog", +"working_girl", +"working_group", +"working_man", +"working_memory", +"working_out", +"working_papers", +"working_party", +"working_person", +"working_principle", +"working_rule", +"workingman", +"workings", +"workload", +"workman", +"workmanship", +"workmate", +"workmen's_compensation", +"workout", +"workout_suit", +"workpiece", +"workplace", +"workroom", +"works", +"works_council", +"works_program", +"worksheet", +"workshop", +"workspace", +"workstation", +"worktable", +"workwear", +"workweek", +"world", +"world-beater", +"world-weariness", +"world_affairs", +"world_bank", +"world_council", +"world_council_of_churches", +"world_court", +"world_cup", +"world_health_organization", +"world_meteorological_organization", +"world_organisation", +"world_organization", +"world_power", +"world_premiere", +"world_record", +"world_series", +"world_tamil_association", +"world_tamil_movement", +"world_trade_center", +"world_trade_organization", +"world_traveler", +"world_view", +"world_war", +"world_war_1", +"world_war_2", +"world_war_i", +"world_war_ii", +"world_wide_web", +"worldliness", +"worldling", +"worldly_belongings", +"worldly_concern", +"worldly_good", +"worldly_goods", +"worldly_possession", +"worldly_possessions", +"worm", +"worm_family", +"worm_fence", +"worm_fish", +"worm_gear", +"worm_genus", +"worm_lizard", +"worm_salamander", +"worm_snake", +"worm_wheel", +"wormcast", +"wormhole", +"wormian_bone", +"wormseed", +"wormseed_mustard", +"wormwood", +"wormwood_oil", +"wormwood_sage", +"worn_spot", +"worrier", +"worriment", +"worry", +"worrying", +"worrywart", +"worse", +"worsening", +"worship", +"worship_of_heavenly_bodies", +"worship_of_man", +"worshiper", +"worshipper", +"worst", +"worsted", +"worsted_yarn", +"wort", +"worth", +"worthiness", +"worthlessness", +"worthwhileness", +"worthy", +"wotan", +"wouk", +"wound", +"wound_tumor_virus", +"wounded", +"wounding", +"wove_paper", +"wow", +"wpm", +"wrack", +"wraith", +"wrangell-st._elias_national_park", +"wrangle", +"wrangler", +"wrangling", +"wrap", +"wraparound", +"wrapper", +"wrapping", +"wrapping_paper", +"wrasse", +"wrath", +"wreath", +"wreck", +"wreckage", +"wrecker", +"wreckfish", +"wrecking", +"wrecking_bar", +"wren", +"wren-tit", +"wren_warbler", +"wrench", +"wrester", +"wrestle", +"wrestler", +"wrestling", +"wrestling_hold", +"wrestling_mat", +"wrestling_match", +"wrestling_ring", +"wretch", +"wretchedness", +"wrick", +"wriggle", +"wriggler", +"wright", +"wring", +"wringer", +"wrinkle", +"wrist", +"wrist_band", +"wrist_bone", +"wrist_joint", +"wrist_pad", +"wrist_pin", +"wrist_watch", +"wristband", +"wristlet", +"wristwatch", +"writ", +"writ_of_certiorari", +"writ_of_detinue", +"writ_of_election", +"writ_of_error", +"writ_of_execution", +"writ_of_habeas_corpus", +"writ_of_mandamus", +"writ_of_prohibition", +"writ_of_right", +"write-down", +"write-in", +"write-in_candidate", +"write-off", +"write_up", +"writer", +"writer's_block", +"writer's_cramp", +"writer's_name", +"writing", +"writing_arm", +"writing_assignment", +"writing_board", +"writing_desk", +"writing_implement", +"writing_ink", +"writing_pad", +"writing_paper", +"writing_style", +"writing_system", +"writing_table", +"writings", +"written_account", +"written_agreement", +"written_assignment", +"written_communication", +"written_document", +"written_language", +"written_material", +"written_matter", +"written_record", +"written_report", +"written_symbol", +"written_text", +"written_word", +"wroclaw", +"wrong", +"wrong-site_surgery", +"wrong_'un", +"wrongdoer", +"wrongdoing", +"wrongful_conduct", +"wrongful_death", +"wrongfulness", +"wrongness", +"wrought_iron", +"wry_face", +"wrymouth", +"wryneck", +"wsw", +"wtc", +"wto", +"wtv", +"wu", +"wu_dialect", +"wuerzburg", +"wuhan", +"wulfenite", +"wulfila", +"wurlitzer", +"wurtzite", +"wurzburg", +"wuss", +"wv", +"www", +"wy", +"wyat", +"wyatt", +"wych_elm", +"wych_hazel", +"wych_hazel_plant", +"wycherley", +"wyclif", +"wycliffe", +"wye", +"wyeth", +"wyethia_amplexicaulis", +"wyethia_helianthoides", +"wykeham", +"wykehamist", +"wyler", +"wylie", +"wynette", +"wynfrith", +"wynnea", +"wynnea_americana", +"wynnea_sparassoides", +"wyoming", +"wyomingite", +"wyrd", +"wystan_hugh_auden", +"wyszynski", +"wytensin", +"wyvern", +"x", +"x-axis", +"x-linked_dominant_inheritance", +"x-linked_gene", +"x-linked_recessive_inheritance", +"x-linked_scid", +"x-or_circuit", +"x-radiation", +"x-ray", +"x-ray_diffraction", +"x-ray_film", +"x-ray_machine", +"x-ray_photograph", +"x-ray_photography", +"x-ray_picture", +"x-ray_therapy", +"x-ray_tube", +"x-raying", +"x-scid", +"x_chromosome", +"x_ray", +"xanax", +"xanthate", +"xanthelasma", +"xanthemia", +"xanthic_acid", +"xanthine", +"xanthium", +"xanthoma", +"xanthoma_disseminatum", +"xanthoma_multiplex", +"xanthomatosis", +"xanthomonad", +"xanthomonas", +"xanthophyceae", +"xanthophyl", +"xanthophyll", +"xanthopsia", +"xanthorrhoeaceae", +"xanthorroea", +"xanthosis", +"xanthosoma", +"xanthosoma_atrovirens", +"xanthosoma_sagittifolium", +"xantusiidae", +"xavier", +"xc", +"xe", +"xenarthra", +"xenicidae", +"xenicus", +"xenicus_gilviventris", +"xenogenesis", +"xenograft", +"xenolith", +"xenon", +"xenophanes", +"xenophobia", +"xenophon", +"xenopodidae", +"xenopus", +"xenopus_laevis", +"xenorhyncus", +"xenorhyncus_asiaticus", +"xenosauridae", +"xenosaurus", +"xenotime", +"xenotransplant", +"xenotransplantation", +"xeranthemum", +"xeranthemum_annuum", +"xerobates", +"xeroderma", +"xeroderma_pigmentosum", +"xerodermia", +"xerographic_copier", +"xerographic_printer", +"xerography", +"xeroma", +"xerophile", +"xerophilous_plant", +"xerophthalmia", +"xerophthalmus", +"xerophyllum", +"xerophyllum_tenax", +"xerophyte", +"xerophytic_plant", +"xeroradiography", +"xerostomia", +"xerotes", +"xerox", +"xerox_copy", +"xerox_machine", +"xerxes_i", +"xerxes_the_great", +"xestobium_rufovillosum", +"xhosa", +"xi", +"xian", +"xii", +"xiii", +"ximenesia_encelioides", +"xinjiang", +"xinjiang_uighur_autonomous_region", +"xiphias", +"xiphias_gladius", +"xiphiidae", +"xiphium_iris", +"xiphoid_process", +"xiphosura", +"xiphosurus_polyphemus", +"xishuangbanna_dai", +"xiv", +"xix", +"xizang", +"xl", +"xmas", +"xor_circuit", +"xor_gate", +"xt", +"xtc", +"xv", +"xvi", +"xvii", +"xviii", +"xx", +"xxi", +"xxii", +"xxiii", +"xxiv", +"xxix", +"xxv", +"xxvi", +"xxvii", +"xxviii", +"xxx", +"xxy", +"xxy-syndrome", +"xy", +"xylaria", +"xylaria_mali", +"xylaria_polymorpha", +"xylariaceae", +"xylem", +"xylene", +"xylocaine", +"xylocopa", +"xylol", +"xylomelum", +"xylomelum_pyriforme", +"xylophone", +"xylophonist", +"xylopia", +"xylopia_aethiopica", +"xylose", +"xylosma", +"xylosma_congestum", +"xyphophorus", +"xyphophorus_helleri", +"xyridaceae", +"xyridales", +"xyris", +"xyris_operculata", +"xyy", +"y", +"y-axis", +"y-linked_gene", +"y2k", +"y_chromosome", +"yacca", +"yacca_podocarp", +"yacht", +"yacht_chair", +"yacht_club", +"yacht_race", +"yachting", +"yachting_cap", +"yachtsman", +"yachtswoman", +"yack", +"yafo", +"yagi", +"yagi_aerial", +"yahi", +"yahoo", +"yahve", +"yahveh", +"yahwe", +"yahweh", +"yajur-veda", +"yak", +"yak's_milk", +"yak_butter", +"yakety-yak", +"yakima", +"yakut", +"yakuza", +"yale", +"yale_university", +"yalta", +"yalta_conference", +"yaltopya", +"yalu", +"yalu_river", +"yam", +"yam_bean", +"yam_family", +"yam_plant", +"yama", +"yamaltu", +"yamamoto", +"yamani", +"yamoussukro", +"yana", +"yanan", +"yang", +"yang_chen_ning", +"yangon", +"yangtze", +"yangtze_kiang", +"yangtze_river", +"yank", +"yankee", +"yankee-doodle", +"yankee_corn", +"yanker", +"yanquapin", +"yaounde", +"yap", +"yard", +"yard-long_bean", +"yard_bird", +"yard_donkey", +"yard_goods", +"yard_grass", +"yard_line", +"yard_marker", +"yard_measure", +"yard_sale", +"yardage", +"yardarm", +"yardbird", +"yardbird_parker", +"yarder", +"yardgrass", +"yardie", +"yardman", +"yardmaster", +"yardstick", +"yarmelke", +"yarmulka", +"yarmulke", +"yarn", +"yarrow", +"yashmac", +"yashmak", +"yasser_arafat", +"yastrzemski", +"yataghan", +"yatobyo", +"yaupon_holly", +"yautia", +"yavapai", +"yaw", +"yawl", +"yawn", +"yawner", +"yawning", +"yaws", +"yay", +"yazoo", +"yazoo_river", +"yb", +"ybit", +"yea", +"year", +"year-end", +"year_dot", +"year_of_grace", +"yearbook", +"yearling", +"yearly", +"yearner", +"yearning", +"years", +"yeast", +"yeast_cake", +"yeats", +"yeddo", +"yedo", +"yehudi_menuhin", +"yekaterinoslav", +"yell", +"yeller", +"yelling", +"yellow", +"yellow-bellied_sapsucker", +"yellow-bellied_terrapin", +"yellow-blindness", +"yellow-blue_color_blindness", +"yellow-blue_dichromacy", +"yellow-breasted_bunting", +"yellow-breasted_chat", +"yellow-crowned_night_heron", +"yellow-dog_contract", +"yellow-eyed_grass", +"yellow-eyed_grass_family", +"yellow-fever_mosquito", +"yellow-green_algae", +"yellow-leaf_sickle_pine", +"yellow-shafted_flicker", +"yellow-throated_marten", +"yellow_adder's_tongue", +"yellow_ageratum", +"yellow_asphodel", +"yellow_avens", +"yellow_bachelor's_button", +"yellow_bass", +"yellow_bean", +"yellow_bedstraw", +"yellow_bells", +"yellow_berry", +"yellow_bile", +"yellow_birch", +"yellow_bone_marrow", +"yellow_bristle_grass", +"yellow_bristlegrass", +"yellow_bugle", +"yellow_bunting", +"yellow_cattley_guava", +"yellow_cedar", +"yellow_chamomile", +"yellow_chestnut_oak", +"yellow_cleavers", +"yellow_clintonia", +"yellow_colicroot", +"yellow_cypress", +"yellow_delicious", +"yellow_dock", +"yellow_dwarf", +"yellow_dwarf_of_potato", +"yellow_fever", +"yellow_flag", +"yellow_foxglove", +"yellow_foxtail", +"yellow_giant_hyssop", +"yellow_globe_lily", +"yellow_goatfish", +"yellow_granadilla", +"yellow_green", +"yellow_gurnard", +"yellow_hawkweed", +"yellow_henbane", +"yellow_honeysuckle", +"yellow_horned_poppy", +"yellow_hornet", +"yellow_iris", +"yellow_ironweed", +"yellow_jacaranda", +"yellow_jack", +"yellow_jacket", +"yellow_jasmine", +"yellow_jessamine", +"yellow_journalism", +"yellow_lady's_slipper", +"yellow_lady-slipper", +"yellow_light", +"yellow_locust", +"yellow_loosestrife", +"yellow_lupine", +"yellow_man", +"yellow_mariposa_tulip", +"yellow_marrow", +"yellow_metal", +"yellow_milkwort", +"yellow_mombin", +"yellow_mombin_tree", +"yellow_mountain_saxifrage", +"yellow_nutgrass", +"yellow_oak", +"yellow_ocher", +"yellow_ochre", +"yellow_oleander", +"yellow_pages", +"yellow_paper_daisy", +"yellow_parilla", +"yellow_pea", +"yellow_perch", +"yellow_peril", +"yellow_pimpernel", +"yellow_pine", +"yellow_pitcher_plant", +"yellow_pond_lily", +"yellow_poplar", +"yellow_prussiate_of_potash", +"yellow_race", +"yellow_river", +"yellow_rocket", +"yellow_root", +"yellow_salsify", +"yellow_sand_verbena", +"yellow_sea", +"yellow_spiny_daisy", +"yellow_spot", +"yellow_spot_fungus", +"yellow_spruce", +"yellow_squash", +"yellow_star-thistle", +"yellow_sweet_clover", +"yellow_trefoil", +"yellow_trumpet", +"yellow_turnip", +"yellow_twining_snapdragon", +"yellow_vetchling", +"yellow_warbler", +"yellow_water_flag", +"yellow_water_lily", +"yellow_watercress", +"yellow_woman", +"yellowbelly_marmot", +"yellowbird", +"yellowcake", +"yellowfin", +"yellowfin_croaker", +"yellowfin_mojarra", +"yellowfin_tuna", +"yellowhammer", +"yellowish_brown", +"yellowish_green", +"yellowish_pink", +"yellowknife", +"yellowlegs", +"yellowness", +"yellowstone", +"yellowstone_national_park", +"yellowstone_river", +"yellowtail", +"yellowtail_flounder", +"yellowtail_snapper", +"yellowthroat", +"yellowwood", +"yellowwood_tree", +"yelp", +"yelping", +"yemen", +"yemeni", +"yemeni_fils", +"yemeni_monetary_unit", +"yemeni_rial", +"yen", +"yenisei", +"yenisei-samoyed", +"yenisei_river", +"yeniseian", +"yenisey", +"yenisey_river", +"yenta", +"yeoman", +"yeoman_of_the_guard", +"yeomanry", +"yerba_buena", +"yerba_mansa", +"yerba_santa", +"yerevan", +"yerkes", +"yersin", +"yersinia_pestis", +"yerupaja", +"yerwa-maiduguri", +"yes", +"yes-man", +"yes-no_question", +"yeshiva", +"yeshivah", +"yesterday", +"yesteryear", +"yeti", +"yevgeni_aleksandrovich_yevtushenko", +"yevgeni_yevtushenko", +"yevtushenko", +"yew", +"yew_family", +"yezo", +"ygdrasil", +"yggdrasil", +"yhvh", +"yhwh", +"yi", +"yib", +"yibit", +"yid", +"yiddish", +"yield", +"yielder", +"yielding", +"yin", +"yip", +"yips", +"yisrael", +"ylang-ylang", +"ylem", +"ymir", +"yo-yo", +"yob", +"yobbo", +"yobibit", +"yobibyte", +"yobo", +"yodel", +"yodeling", +"yodeller", +"yodh", +"yoga", +"yogacara", +"yoghourt", +"yoghurt", +"yogi", +"yogi_berra", +"yogurt", +"yoke", +"yokel", +"yoko_ono", +"yokohama", +"yokuts", +"yolk", +"yolk_sac", +"yom_kippur", +"yom_kippur_war", +"yore", +"york", +"yorkshire", +"yorkshire_fog", +"yorkshire_pudding", +"yorkshire_terrier", +"yorktown", +"yoruba", +"yosemite", +"yosemite_falls", +"yosemite_national_park", +"yosemite_toad", +"yottabit", +"yottabyte", +"you-drive", +"young", +"young's_modulus", +"young_bird", +"young_buck", +"young_carnivore", +"young_fish", +"young_girl", +"young_lady", +"young_mammal", +"young_man", +"young_person", +"young_turk", +"young_woman", +"youngness", +"youngster", +"youngstown", +"younker", +"youth", +"youth-on-age", +"youth_crusade", +"youth_culture", +"youth_gang", +"youth_hostel", +"youth_movement", +"youth_subculture", +"youthfulness", +"yowl", +"ypres", +"yquem", +"yr", +"ytterbite", +"ytterbium", +"yttrium", +"yuan", +"yuan_dynasty", +"yucatan", +"yucatan_peninsula", +"yucatec", +"yucateco", +"yucca", +"yucca_aloifolia", +"yucca_baccata", +"yucca_brevifolia", +"yucca_carnerosana", +"yucca_elata", +"yucca_filamentosa", +"yucca_glauca", +"yucca_gloriosa", +"yucca_smalliana", +"yucca_whipplei", +"yue", +"yue_dialect", +"yugoslav", +"yugoslavia", +"yugoslavian", +"yugoslavian_dinar", +"yugoslavian_monetary_unit", +"yukawa", +"yukon", +"yukon_river", +"yukon_territory", +"yukon_time", +"yukon_white_birch", +"yule", +"yule_log", +"yuletide", +"yuma", +"yuman", +"yunnan", +"yunnan_province", +"yuppie", +"yurak-samoyed", +"yuri_alekseyevich_gagarin", +"yuri_gagarin", +"yurt", +"yves_tanguy", +"z", +"z-axis", +"zaar", +"zabaglione", +"zabrze", +"zacharias", +"zachary_taylor", +"zag", +"zaglossus", +"zagreb", +"zaharias", +"zaire", +"zaire_river", +"zairean", +"zairese", +"zairese_monetary_unit", +"zakat", +"zalcitabine", +"zalophus", +"zalophus_californianus", +"zalophus_californicus", +"zalophus_lobatus", +"zama", +"zaman", +"zamang", +"zambezi", +"zambezi_river", +"zambia", +"zambian", +"zambian_kwacha", +"zambian_monetary_unit", +"zamboni", +"zamia", +"zamia_family", +"zamia_pumila", +"zamiaceae", +"zane_grey", +"zangwill", +"zannichellia", +"zannichellia_palustris", +"zannichelliaceae", +"zantac", +"zantedeschia", +"zantedeschia_aethiopica", +"zantedeschia_rehmanii", +"zanthoxylum", +"zanthoxylum_americanum", +"zanthoxylum_clava-herculis", +"zanthoxylum_flavum", +"zanthoxylum_fraxineum", +"zanuck", +"zany", +"zanzibar", +"zanzibar_copal", +"zap", +"zapata", +"zapodidae", +"zapotec", +"zapotecan", +"zapper", +"zapus", +"zapus_hudsonius", +"zaragoza", +"zarathustra", +"zarf", +"zaria", +"zarontin", +"zarpanit", +"zarqa", +"zauschneria_californica", +"zayin", +"zb", +"zbit", +"zdv", +"zea", +"zea_mays", +"zea_mays_amylacea", +"zea_mays_everta", +"zea_mays_indentata", +"zea_mays_indurata", +"zea_mays_rugosa", +"zea_saccharata", +"zeal", +"zealand", +"zealander", +"zealot", +"zealotry", +"zeaxanthin", +"zebibit", +"zebibyte", +"zebra", +"zebra-tailed_lizard", +"zebra_crossing", +"zebra_finch", +"zebra_mussel", +"zebra_orchid", +"zebrawood", +"zebrawood_family", +"zebrawood_tree", +"zebu", +"zechariah", +"zed", +"zee", +"zeeman", +"zeidae", +"zeitgeist", +"zellig_harris", +"zellig_sabbatai_harris", +"zen", +"zen_buddhism", +"zen_buddhist", +"zenaidura", +"zenaidura_macroura", +"zend", +"zend-avesta", +"zenith", +"zeno", +"zeno_of_citium", +"zeno_of_elea", +"zeolite", +"zeomorphi", +"zep", +"zephaniah", +"zephyr", +"zeppelin", +"zeppo", +"zero", +"zero-coupon_bond", +"zero-coupon_security", +"zero-sum_game", +"zero-tolerance_policy", +"zero_coupon_bond", +"zero_coupon_security", +"zero_hour", +"zero_point", +"zero_tolerance", +"zeroth_law_of_thermodynamics", +"zest", +"zestfulness", +"zestril", +"zeta", +"zetland", +"zettabit", +"zettabyte", +"zeugma", +"zeus", +"zeus_faber", +"zhou", +"zhou_dynasty", +"zhou_en-lai", +"zhu_jiang", +"zhuang", +"zhukov", +"zib", +"zibit", +"zidovudine", +"ziegfeld", +"ziegfeld_follies", +"ziegler", +"zig", +"zigadene", +"zigadenus", +"zigadenus_elegans", +"zigadenus_glaucus", +"zigadenus_nuttalli", +"zigadenus_venenosus", +"zigadenus_venenosus_gramineus", +"ziggurat", +"zigzag", +"zigzag_goldenrod", +"zikkurat", +"zikurat", +"zilch", +"zill", +"zillion", +"zimbabwe", +"zimbabwean", +"zimbabwean_dollar", +"zimbalist", +"zimmer", +"zimmer_frame", +"zinacef", +"zinc", +"zinc_blende", +"zinc_cadmium_sulfide", +"zinc_deficiency", +"zinc_ointment", +"zinc_oxide", +"zinc_sulfate", +"zinc_sulfide", +"zinc_sulphate", +"zinc_sulphide", +"zinc_vitriol", +"zinc_white", +"zinfandel", +"zing", +"zinger", +"zingiber", +"zingiber_officinale", +"zingiberaceae", +"zinjanthropus", +"zinkenite", +"zinnemann", +"zinnia", +"zinnia_acerosa", +"zinnia_grandiflora", +"zinnwaldite", +"zinsser", +"zinzendorf", +"zion", +"zion_national_park", +"zionism", +"zionist", +"zionist_movement", +"zip", +"zip_code", +"zip_fastener", +"zip_gun", +"ziphiidae", +"zipper", +"zippo", +"zirbanit", +"zircon", +"zirconia", +"zirconium", +"zirconium_dioxide", +"zirconium_oxide", +"zirconium_silicate", +"zit", +"zither", +"zithern", +"zithromax", +"ziti", +"zizania", +"zizania_aquatica", +"ziziphus", +"ziziphus_jujuba", +"ziziphus_lotus", +"zizz", +"zloty", +"zn", +"zoanthropy", +"zoarces", +"zoarces_viviparus", +"zoarcidae", +"zocor", +"zodiac", +"zodiacal_light", +"zoisia", +"zola", +"zollinger-ellison_syndrome", +"zoloft", +"zomba", +"zombi", +"zombi_spirit", +"zombie", +"zombie_spirit", +"zona", +"zona_pellucida", +"zonal_pelargonium", +"zone", +"zone_fire", +"zone_of_interior", +"zoning", +"zoning_board", +"zoning_commission", +"zonotrichia", +"zonotrichia_albicollis", +"zonotrichia_leucophrys", +"zonula", +"zonule", +"zoo", +"zoo_keeper", +"zooerastia", +"zooerasty", +"zooflagellate", +"zooid", +"zoolatry", +"zoological_garden", +"zoological_science", +"zoologist", +"zoology", +"zoom", +"zoom_lens", +"zoomastigina", +"zoomastigote", +"zoomorphism", +"zoonosis", +"zoonotic_disease", +"zoophilia", +"zoophilism", +"zoophobia", +"zoophyte", +"zooplankton", +"zoopsia", +"zoospore", +"zoot_suit", +"zootoxin", +"zori", +"zoril", +"zoroaster", +"zoroastrian", +"zoroastrianism", +"zoster", +"zostera", +"zostera_marina", +"zosteraceae", +"zovirax", +"zoysia", +"zoysia_japonica", +"zoysia_matrella", +"zoysia_tenuifolia", +"zr", +"zsigmondy", +"zu", +"zubird", +"zucchini", +"zuider_zee", +"zukerman", +"zulu", +"zuni", +"zurich", +"zurvan", +"zurvanism", +"zweig", +"zwieback", +"zwingli", +"zworykin", +"zydeco", +"zygnema", +"zygnemales", +"zygnemataceae", +"zygnematales", +"zygocactus", +"zygocactus_truncatus", +"zygodactyl_foot", +"zygoma", +"zygomatic", +"zygomatic_arch", +"zygomatic_bone", +"zygomatic_process", +"zygomycetes", +"zygomycota", +"zygomycotina", +"zygophyllaceae", +"zygophyllum", +"zygophyllum_fabago", +"zygoptera", +"zygospore", +"zygote", +"zygotene", +"zyloprim", +"zymase", +"zymogen", +"zymology", +"zymolysis", +"zymosis", +"zymurgy", +"zyrian" diff --git a/alliteration-gen/src/main.rs b/alliteration-gen/src/main.rs new file mode 100644 index 0000000..f32e653 --- /dev/null +++ b/alliteration-gen/src/main.rs @@ -0,0 +1,138987 @@ +extern crate clap; +extern crate rand; + +use clap::{Arg, App}; +use rand::thread_rng; +use rand::Rng; + +fn main() { + let matches = App::new("Alliteration Name Generator").author("Samuel Pua combination") + .arg(Arg::with_name("letter") + .help("Choose the letter for the name generation") + .default_value("") + .required(false)) + .arg(Arg::with_name("count") + .short("n") + .long("count") + .help("The number of names to be generated") + .default_value("5")) + .get_matches(); + + let mut letter = String::from(matches.value_of("letter").unwrap()); + let mut count:i32 = 5; + + match matches.value_of("count").unwrap().parse() { + Ok(v) => count = v, + Err(e) => println!("Error parsing: {}", e), + } + + let rand_num = thread_rng().gen_range(0,26); + let alphabets = String::from("abcdefghijklmnopqrstuvwxyz"); + + let mut proceed = false; + + if letter.len() > 1 { + println!("Error: Please key in a(1) letter only") + } else if letter == "" { + letter = String::from(&alphabets[rand_num..rand_num+1]); + println!("Using a random alphabet: {}\n", letter); + proceed = true; + + } else if !letter.chars().nth(0).unwrap().is_alphabetic() { + println!("Error: {} is not a alphabet", letter); + } else { + println!("Generating using your chosen alphabet: {}\n",letter); + proceed = true; + } + + if proceed { + let mut adj:String; + let mut noun:String; + for _ in 0..count { + adj = gen_adj(&letter); + noun = gen_noun(&letter); + println!("{} {}", adj, noun); + } + } +} + +fn gen_adj(alpha:&String) -> String { + let list_of_adj = [ + "a-ok", + "a-okay", + "a-one", + "a.m.", + "a_cappella", + "a_couple_of", + "a_few", + "a_la_carte", + "a_la_mode", + "a_posteriori", + "a_priori", + "abactinal", + "abandoned", + "abashed", + "abasic", + "abatable", + "abatic", + "abaxial", + "abbatial", + "abbreviated", + "abdicable", + "abdominal", + "abdominous", + "abdominovesical", + "abducent", + "abducting", + "abecedarian", + "aberdonian", + "aberrant", + "abeyant", + "abhorrent", + "abiding", + "abient", + "abiogenetic", + "abject", + "abkhaz", + "abkhazian", + "ablated", + "ablative", + "ablaze", + "able", + "able-bodied", + "abloom", + "ablutionary", + "abnaki", + "abnormal", + "abolishable", + "abolitionary", + "abomasal", + "abominable", + "aboral", + "aboriginal", + "abortifacient", + "abortive", + "aboulic", + "abounding", + "about", + "above", + "above-mentioned", + "above-named", + "aboveboard", + "aboveground", + "abranchial", + "abranchiate", + "abranchious", + "abrasive", + "abreast", + "abridged", + "abroach", + "abroad", + "abrupt", + "abruptly-pinnate", + "abscessed", + "absent", + "absentminded", + "absolute", + "absolutist", + "absolutistic", + "absolved", + "absolvitory", + "absorbable", + "absorbed", + "absorbefacient", + "absorbent", + "absorbing", + "absorptive", + "abstemious", + "abstentious", + "abstinent", + "abstract", + "abstracted", + "abstractionist", + "abstractive", + "abstruse", + "absurd", + "abulic", + "abundant", + "abused", + "abusive", + "abuzz", + "abysmal", + "abyssal", + "academic", + "acanthoid", + "acanthotic", + "acanthous", + "acapnial", + "acapnic", + "acapnotic", + "acarpellous", + "acarpelous", + "acarpous", + "acatalectic", + "acaudal", + "acaudate", + "acaulescent", + "accelerando", + "accelerated", + "accelerative", + "acceleratory", + "accented", + "accentual", + "acceptable", + "acceptant", + "accepted", + "accepting", + "acceptive", + "accessary", + "accessible", + "accessional", + "accessorial", + "accessory", + "accident-prone", + "accidental", + "accipitrine", + "acclivitous", + "accommodating", + "accommodational", + "accommodative", + "accompanied", + "accompanying", + "accomplishable", + "accomplished", + "accordant", + "according", + "accountable", + "accoutered", + "accoutred", + "accredited", + "accretionary", + "accretive", + "accrued", + "acculturational", + "acculturative", + "accumbent", + "accumulated", + "accumulative", + "accurate", + "accursed", + "accurst", + "accusative", + "accusatorial", + "accusatory", + "accusing", + "accusive", + "accustomed", + "ace", + "acellular", + "acentric", + "acephalous", + "acerate", + "acerb", + "acerbic", + "acerose", + "acervate", + "acetabular", + "acetic", + "acetonic", + "acetose", + "acetous", + "acetylenic", + "acetylic", + "achaean", + "achenial", + "acheronian", + "acherontic", + "achievable", + "aching", + "achlamydeous", + "achlorhydric", + "achondritic", + "achondroplastic", + "achromatic", + "achromatinic", + "achromatous", + "achromic", + "achromous", + "achy", + "acicular", + "aciculate", + "acid", + "acid-fast", + "acid-forming", + "acid-loving", + "acid-tasting", + "acidic", + "acidimetric", + "acidophilic", + "acidophilous", + "acidotic", + "acidulent", + "acidulous", + "aciduric", + "acinar", + "acinic", + "acinose", + "acinous", + "acknowledgeable", + "acknowledged", + "acned", + "acneiform", + "acold", + "acorn-shaped", + "acoustic", + "acoustical", + "acquainted", + "acquiescent", + "acquirable", + "acquired", + "acquisitive", + "acquitted", + "acrid", + "acrimonious", + "acritical", + "acrobatic", + "acrocarpous", + "acrocentric", + "acrogenic", + "acrogenous", + "acromegalic", + "acronymic", + "acronymous", + "acropetal", + "acrophobic", + "acroscopic", + "across-the-board", + "actable", + "actinal", + "acting", + "actinic", + "actinoid", + "actinometric", + "actinometrical", + "actinomorphic", + "actinomorphous", + "actinomycetal", + "actinomycetous", + "actinomycotic", + "actionable", + "activated", + "activating", + "active", + "activist", + "activistic", + "actual", + "actuarial", + "actuated", + "actuating", + "acuate", + "aculeate", + "aculeated", + "acuminate", + "acute", + "acyclic", + "ad-lib", + "ad_hoc", + "ad_hominem", + "adactylous", + "adagio", + "adamant", + "adamantine", + "adaptable", + "adaptational", + "adaptative", + "adapted", + "adaptive", + "adaxial", + "addable", + "addible", + "addicted", + "addictive", + "additional", + "additive", + "addlebrained", + "addled", + "addlepated", + "addressable", + "addressed", + "adducent", + "adducting", + "adductive", + "adenocarcinomatous", + "adenoid", + "adenoidal", + "adept", + "adequate", + "adequate_to", + "adherent", + "adhesive", + "adiabatic", + "adient", + "adipose", + "adjacent", + "adjectival", + "adjective", + "adjudicative", + "adjudicatory", + "adjunct", + "adjunctive", + "adjuratory", + "adjustable", + "adjusted", + "adjustive", + "adjuvant", + "administrable", + "administrative", + "admirable", + "admired", + "admissible", + "admissive", + "admittable", + "admittible", + "admonishing", + "admonitory", + "adnate", + "adnexal", + "adolescent", + "adonic", + "adoptable", + "adopted", + "adoptive", + "adorable", + "adored", + "adoring", + "adorned", + "adpressed", + "adrenal", + "adrenergic", + "adrenocortical", + "adrenocorticotrophic", + "adrenocorticotropic", + "adrift", + "adroit", + "adscititious", + "adscript", + "adscripted", + "adsorbable", + "adsorbate", + "adsorbent", + "adsorptive", + "adulatory", + "adult", + "adulterant", + "adulterate", + "adulterated", + "adulterating", + "adulterine", + "adulterous", + "adumbrative", + "adust", + "advance", + "advanced", + "advancing", + "advantageous", + "advective", + "adventitial", + "adventitious", + "adventive", + "adventuresome", + "adventuristic", + "adventurous", + "adverbial", + "adversative", + "adverse", + "advertent", + "advertised", + "advisable", + "advised", + "advisory", + "adynamic", + "aecial", + "aegean", + "aeolian", + "aeolotropic", + "aeonian", + "aerated", + "aerial", + "aeriferous", + "aeriform", + "aerobic", + "aerobiotic", + "aerodynamic", + "aerolitic", + "aerological", + "aeromechanic", + "aeromedical", + "aeronautic", + "aeronautical", + "aerophilatelic", + "aerophilic", + "aerophilous", + "aerosolised", + "aerosolized", + "aery", + "aeschylean", + "aesculapian", + "aesthetic", + "aesthetical", + "aestival", + "aetiologic", + "aetiological", + "afeard", + "afeared", + "afebrile", + "affable", + "affected", + "affecting", + "affectional", + "affectionate", + "affective", + "afferent", + "affiliated", + "affinal", + "affine", + "affined", + "affirmable", + "affirmative", + "affirmatory", + "affixal", + "affixed", + "affixial", + "afflicted", + "afflictive", + "affluent", + "affordable", + "afghan", + "afghani", + "afghanistani", + "afire", + "aflame", + "aflare", + "aflicker", + "afloat", + "aflutter", + "afoot", + "aforementioned", + "aforesaid", + "aforethought", + "afoul", + "afraid", + "african", + "african-american", + "afrikaans", + "afrikaner", + "afro-american", + "afro-asian", + "aft", + "after", + "after-hours", + "after-school", + "aftermost", + "aftershafted", + "agamic", + "agamogenetic", + "agamous", + "agape", + "agaze", + "age-old", + "age-related", + "aged", + "ageing", + "ageless", + "agelong", + "agential", + "agglomerate", + "agglomerated", + "agglomerative", + "agglutinate", + "agglutinative", + "aggravated", + "aggravating", + "aggregate", + "aggregated", + "aggregative", + "aggressive", + "aghast", + "agile", + "aging", + "agitated", + "agitating", + "agitative", + "agleam", + "aglitter", + "aglow", + "agnate", + "agnatic", + "agnostic", + "agnostical", + "ago", + "agog", + "agonadal", + "agonal", + "agone", + "agonised", + "agonising", + "agonistic", + "agonistical", + "agonized", + "agonizing", + "agoraphobic", + "agranulocytic", + "agraphic", + "agrarian", + "agreeable", + "agreed", + "agreed_upon", + "agrestic", + "agricultural", + "agrobiologic", + "agrobiological", + "agrologic", + "agrological", + "agronomic", + "agronomical", + "aground", + "agrypnotic", + "aguish", + "ahead", + "ahistorical", + "ahorse", + "ahorseback", + "aided", + "ailing", + "aimless", + "ain", + "air-breathing", + "air-conditioned", + "air-cooled", + "air-dried", + "air-dry", + "air-filled", + "air-tight", + "air-to-air", + "air-to-ground", + "air-to-surface", + "air_sick", + "airborne", + "aired", + "airheaded", + "airless", + "airlike", + "airsick", + "airtight", + "airworthy", + "airy", + "ajar", + "akimbo", + "akin", + "al_dente", + "alabaster", + "alabastrine", + "alacritous", + "alar", + "alarmed", + "alarming", + "alary", + "alaskan", + "alate", + "alated", + "albanian", + "albescent", + "albigensian", + "albinal", + "albinic", + "albinistic", + "albinotic", + "albitic", + "albuminous", + "albuminuric", + "alcalescent", + "alchemic", + "alchemical", + "alchemistic", + "alchemistical", + "alcohol-dependent", + "alcohol-soluble", + "alcoholic", + "aldehydic", + "aldermanic", + "aldermanly", + "aleatory", + "alert", + "aleuronic", + "aleutian", + "alexandrian", + "alexic", + "alfresco", + "algal", + "algebraic", + "algebraical", + "algerian", + "algid", + "algoid", + "algolagnic", + "algometric", + "algometrical", + "algonkian", + "algonquian", + "algonquin", + "algophobic", + "algorithmic", + "alien", + "alienable", + "alienated", + "alienating", + "aliform", + "alight", + "aligned", + "aligning", + "alike", + "alimental", + "alimentary", + "alimentative", + "aliphatic", + "aliquot", + "alive", + "alkahestic", + "alkalescent", + "alkalic", + "alkaline", + "alkaline-loving", + "alkaloidal", + "alkalotic", + "alkylic", + "all", + "all-around", + "all-devouring", + "all-embracing", + "all-encompassing", + "all-fired", + "all-important", + "all-inclusive", + "all-knowing", + "all-mains", + "all-metal", + "all-night", + "all-or-none", + "all-or-nothing", + "all-out", + "all-powerful", + "all-purpose", + "all-round", + "all-time", + "all-victorious", + "all-weather", + "all_important", + "all_in", + "all_over", + "all_right", + "allantoic", + "allantoid", + "allargando", + "alleged", + "allegiant", + "allegoric", + "allegorical", + "allegretto", + "allegro", + "allelic", + "allelomorphic", + "allergenic", + "allergic", + "alleviated", + "alleviative", + "alleviatory", + "alliaceous", + "allied", + "alligatored", + "alliterative", + "allocable", + "allocatable", + "allochronic", + "allochthonous", + "allogamous", + "allogeneic", + "allographic", + "allomerous", + "allometric", + "allomorphic", + "allopathic", + "allopatric", + "allophonic", + "allotropic", + "allotropical", + "allotted", + "allover", + "allowable", + "alloyed", + "alluring", + "allusive", + "alluvial", + "allylic", + "almighty", + "almond-eyed", + "almond-scented", + "almond-shaped", + "alone", + "aloof", + "alopecic", + "alpestrine", + "alpha", + "alphabetic", + "alphabetical", + "alphabetised", + "alphabetized", + "alphameric", + "alphamerical", + "alphanumeric", + "alphanumerical", + "alpine", + "alright", + "alsatian", + "altaic", + "alterable", + "alterative", + "altered", + "alternate", + "alternating", + "alternative", + "altissimo", + "altitudinal", + "altitudinous", + "alto", + "altricial", + "altruistic", + "alular", + "aluminiferous", + "aluminous", + "alveolar", + "alveolate", + "alvine", + "amalgamate", + "amalgamated", + "amalgamative", + "amaranthine", + "amateur", + "amateurish", + "amative", + "amatory", + "amaurotic", + "amazed", + "amazing", + "ambagious", + "ambassadorial", + "amber", + "amber-green", + "ambidextrous", + "ambient", + "ambiguous", + "ambitionless", + "ambitious", + "ambivalent", + "ambiversive", + "amblyopic", + "ambrosial", + "ambrosian", + "ambulacral", + "ambulant", + "ambulatory", + "ameban", + "amebic", + "ameboid", + "amebous", + "ameliorating", + "ameliorative", + "amelioratory", + "amenable", + "amendable", + "amendatory", + "amended", + "amenorrheal", + "amenorrheic", + "amenorrhoeal", + "amenorrhoeic", + "amentaceous", + "amentiferous", + "amerciable", + "american", + "amerind", + "amerindic", + "ametabolic", + "ametabolous", + "amethyst", + "amethystine", + "ametropic", + "amharic", + "amiable", + "amicable", + "amidship", + "aminic", + "amino", + "amiss", + "amitotic", + "ammino", + "ammoniac", + "ammoniacal", + "ammoniated", + "ammonitic", + "amnesiac", + "amnesic", + "amnestic", + "amnic", + "amnionic", + "amniotic", + "amoeban", + "amoebic", + "amoeboid", + "amoebous", + "amok", + "amoristic", + "amorous", + "amorphous", + "amort", + "amphibian", + "amphibiotic", + "amphibious", + "amphiprostylar", + "amphiprostyle", + "amphiprotic", + "amphistylar", + "amphitheatric", + "amphitheatrical", + "amphitropous", + "amphoric", + "amphoteric", + "ample", + "ampullar", + "ampullary", + "amuck", + "amused", + "amusing", + "amusive", + "amygdaliform", + "amygdaline", + "amygdaloid", + "amygdaloidal", + "amylaceous", + "amyloid", + "amyloidal", + "amylolytic", + "anabatic", + "anabiotic", + "anabolic", + "anachronic", + "anachronistic", + "anachronous", + "anaclinal", + "anaclitic", + "anacoluthic", + "anadromous", + "anaemic", + "anaerobic", + "anaerobiotic", + "anaesthetic", + "anaglyphic", + "anaglyphical", + "anaglyptic", + "anaglyptical", + "anagogic", + "anagogical", + "anagrammatic", + "anagrammatical", + "anal", + "anal_retentive", + "analeptic", + "analgesic", + "analgetic", + "analog", + "analogical", + "analogous", + "analogue", + "analphabetic", + "analytic", + "analytical", + "analyzable", + "analyzed", + "anamnestic", + "anamorphic", + "anapaestic", + "anapestic", + "anaphasic", + "anaphoric", + "anaphrodisiac", + "anaphylactic", + "anaplastic", + "anarchic", + "anarchical", + "anarchistic", + "anasarcous", + "anastigmatic", + "anastomotic", + "anatomic", + "anatomical", + "anatropous", + "ancestral", + "anchoritic", + "ancient", + "ancillary", + "andalusian", + "andante", + "andantino", + "andean", + "andorran", + "androgenetic", + "androgenic", + "androgenous", + "androgynous", + "ane", + "anecdotal", + "anecdotic", + "anecdotical", + "anechoic", + "anemic", + "anemographic", + "anemometric", + "anemometrical", + "anemophilous", + "anencephalic", + "anencephalous", + "aneroid", + "anesthetic", + "anestric", + "anestrous", + "aneuploid", + "aneurismal", + "aneurismatic", + "aneurysmal", + "aneurysmatic", + "anfractuous", + "angelic", + "angelical", + "angered", + "anginal", + "anginose", + "anginous", + "angiocarpic", + "angiocarpous", + "angiomatous", + "angiospermous", + "angled", + "anglican", + "anglo-catholic", + "anglo-indian", + "anglo-jewish", + "anglo-saxon", + "anglophilic", + "anglophobic", + "angolan", + "angry", + "anguillan", + "anguine", + "anguished", + "angular", + "angulate", + "anhydrous", + "anicteric", + "anile", + "animal", + "animalistic", + "animate", + "animated", + "animating", + "animatistic", + "animist", + "animistic", + "anionic", + "anise-scented", + "aniseikonic", + "anisogametic", + "anisogamic", + "anisogamous", + "anisometric", + "anisometropic", + "anisotropic", + "ankle-deep", + "ankylotic", + "annalistic", + "annelid", + "annelidan", + "annexal", + "annexational", + "annihilated", + "annihilating", + "annihilative", + "announced", + "annoyed", + "annoying", + "annual", + "annular", + "annulate", + "annulated", + "annunciatory", + "anodal", + "anodic", + "anodyne", + "anoestrous", + "anomalous", + "anomic", + "anon.", + "anonymous", + "anoperineal", + "anopheline", + "anorectal", + "anorectic", + "anorexic", + "anorexigenic", + "anorthic", + "anorthitic", + "anosmatic", + "anosmic", + "another", + "anoxemic", + "anoxic", + "anserine", + "answerable", + "answering", + "antacid", + "antagonistic", + "antarctic", + "ante_meridiem", + "antebellum", + "antecedent", + "antecubital", + "antediluvial", + "antediluvian", + "antemeridian", + "antemortem", + "antenatal", + "antennal", + "antennary", + "antenuptial", + "antepartum", + "antepenultimate", + "anterior", + "anterograde", + "anthelminthic", + "anthelmintic", + "antheral", + "antheridial", + "anthophagous", + "anthophilous", + "anthracitic", + "anthropic", + "anthropical", + "anthropocentric", + "anthropogenetic", + "anthropogenic", + "anthropoid", + "anthropoidal", + "anthropological", + "anthropometric", + "anthropometrical", + "anthropomorphic", + "anthropomorphous", + "anthropophagous", + "anti", + "anti-american", + "anti-intellectual", + "anti-semite", + "anti-semitic", + "antiadrenergic", + "antiaircraft", + "antiapartheid", + "antiauthoritarian", + "antibacterial", + "antibiotic", + "antiblack", + "antic", + "anticancer", + "anticholinergic", + "anticipant", + "anticipated", + "anticipative", + "anticipatory", + "anticlimactic", + "anticlimactical", + "anticlinal", + "anticlockwise", + "anticoagulative", + "anticyclonic", + "antidotal", + "antidromic", + "antiferromagnetic", + "antifertility", + "antifungal", + "antigenic", + "antiguan", + "antiheretical", + "antiknock", + "antiknocking", + "antimagnetic", + "antimicrobial", + "antimicrobic", + "antimonial", + "antimonic", + "antimonious", + "antimonopoly", + "antineoplastic", + "antinomian", + "antiparallel", + "antipathetic", + "antipathetical", + "antipersonnel", + "antiphlogistic", + "antiphonal", + "antiphonary", + "antipodal", + "antipodean", + "antipollution", + "antipyretic", + "antiquarian", + "antiquated", + "antique", + "antisatellite", + "antisemitic", + "antiseptic", + "antisocial", + "antistrophic", + "antisubmarine", + "antitank", + "antithetic", + "antithetical", + "antithyroid", + "antitoxic", + "antitrust", + "antitumor", + "antitumour", + "antitypic", + "antitypical", + "antiviral", + "antler-like", + "antlered", + "antonymous", + "antrorse", + "antsy", + "anuran", + "anuretic", + "anuric", + "anurous", + "anxiolytic", + "anxious", + "any", + "aoristic", + "aortal", + "aortic", + "apart", + "apathetic", + "apelike", + "aperient", + "aperiodic", + "apetalous", + "aphaeretic", + "aphakic", + "aphanitic", + "aphasic", + "apheretic", + "aphetic", + "aphonic", + "aphoristic", + "aphotic", + "aphrodisiac", + "aphrodisiacal", + "aphyllous", + "apian", + "apiarian", + "apical", + "apiculate", + "apicultural", + "apish", + "apivorous", + "aplacental", + "aplanatic", + "aplitic", + "apneic", + "apnoeic", + "apocalyptic", + "apocalyptical", + "apocarpous", + "apochromatic", + "apocrine", + "apocryphal", + "apocynaceous", + "apodal", + "apodeictic", + "apodictic", + "apodous", + "apogametic", + "apogamic", + "apogamous", + "apogean", + "apolitical", + "apologetic", + "apomictic", + "apomictical", + "aponeurotic", + "apopemptic", + "apophatic", + "apophyseal", + "apoplectic", + "apoplectiform", + "apoplectoid", + "aposiopetic", + "apostate", + "apostolic", + "apostolical", + "apostrophic", + "apothecial", + "apothegmatic", + "apothegmatical", + "apotropaic", + "appalachian", + "appalled", + "appalling", + "appareled", + "apparent", + "apparitional", + "appealable", + "appealing", + "appeasable", + "appeasing", + "appellant", + "appellate", + "appellative", + "appendaged", + "appendant", + "appendicular", + "apperceptive", + "appetent", + "appetising", + "appetitive", + "appetizing", + "applaudable", + "apple-scented", + "apple-shaped", + "apple-sized", + "applicable", + "applicative", + "applicatory", + "applied", + "appointed", + "appointive", + "apportionable", + "apportioned", + "apposable", + "apposite", + "appositional", + "appositive", + "appraising", + "appreciable", + "appreciated", + "appreciative", + "apprehended", + "apprehensible", + "apprehensive", + "apprenticed", + "appressed", + "approachable", + "approaching", + "approbative", + "approbatory", + "appropriable", + "appropriate", + "appropriative", + "approved", + "approving", + "approximate", + "approximative", + "appurtenant", + "apractic", + "apraxic", + "apropos", + "apsidal", + "apt", + "apteral", + "apterous", + "aptitudinal", + "aquacultural", + "aquaphobic", + "aquatic", + "aqueous", + "aquicultural", + "aquiferous", + "aquiline", + "arabian", + "arabic", + "arable", + "araceous", + "arachnidian", + "arachnoid", + "aramaean", + "aramaic", + "aramean", + "araneidal", + "araneidan", + "arawakan", + "arbitrable", + "arbitral", + "arbitrary", + "arbitrational", + "arbitrative", + "arboraceous", + "arborary", + "arboreal", + "arboreous", + "arborescent", + "arboresque", + "arborical", + "arboriform", + "arborous", + "arcadian", + "arcane", + "arced", + "arch", + "archaean", + "archaeologic", + "archaeological", + "archaeozoic", + "archaic", + "archaistic", + "archangelic", + "archangelical", + "archdiocesan", + "archducal", + "archean", + "arched", + "archegonial", + "archegoniate", + "archeologic", + "archeological", + "archeozoic", + "archepiscopal", + "archesporial", + "archetypal", + "archetypical", + "archidiaconal", + "archiepiscopal", + "arching", + "archipelagic", + "architectonic", + "architectural", + "archival", + "archosaurian", + "arciform", + "arco", + "arctic", + "arcuate", + "ardent", + "arduous", + "areal", + "arenaceous", + "arenicolous", + "areolar", + "areolate", + "argent", + "argentic", + "argentiferous", + "argentine", + "argentinian", + "argentous", + "argillaceous", + "argive", + "arguable", + "argumentative", + "argus-eyed", + "arid", + "ariled", + "arillate", + "ariose", + "aristocratic", + "aristocratical", + "aristotelean", + "aristotelian", + "aristotelic", + "arithmetic", + "arithmetical", + "armed", + "armenian", + "armillary", + "arminian", + "armless", + "armlike", + "armor-clad", + "armor-plated", + "armored", + "armorial", + "armour-clad", + "armour-plated", + "armoured", + "aroid", + "aromatic", + "around-the-clock", + "around_the_bend", + "aroused", + "arranged", + "arrant", + "arrayed", + "arresting", + "arrhythmic", + "arrhythmical", + "arrogant", + "arrow-shaped", + "arsenical", + "arsenious", + "artefactual", + "arterial", + "arteriolar", + "arteriosclerotic", + "arteriovenous", + "artesian", + "artful", + "arthralgic", + "arthritic", + "arthromeric", + "arthropodal", + "arthropodan", + "arthropodous", + "arthrosporic", + "arthrosporous", + "arthurian", + "articled", + "articular", + "articulary", + "articulate", + "articulated", + "articulative", + "articulatory", + "artifactual", + "artificial", + "artiodactyl", + "artiodactylous", + "artistic", + "artless", + "artsy-craftsy", + "arty", + "arty-crafty", + "arundinaceous", + "aryan", + "asat", + "ascendable", + "ascendant", + "ascendent", + "ascendible", + "ascending", + "ascensional", + "ascensive", + "ascertainable", + "ascertained", + "ascetic", + "ascetical", + "ascitic", + "asclepiadaceous", + "ascocarpous", + "ascomycetous", + "ascosporic", + "ascosporous", + "ascribable", + "aseptic", + "asexual", + "ash-blonde", + "ash-gray", + "ash-grey", + "ashamed", + "ashen", + "ashy", + "asian", + "asiatic", + "asinine", + "askance", + "askant", + "askew", + "aslant", + "asleep", + "aslope", + "asocial", + "aspectual", + "asphaltic", + "aspheric", + "aspherical", + "asphyxiated", + "asphyxiating", + "aspirant", + "aspiring", + "asquint", + "assailable", + "assamese", + "assassinated", + "assaultive", + "assentient", + "assertable", + "asserted", + "asserting", + "assertive", + "assessable", + "assiduous", + "assignable", + "assigned", + "assimilable", + "assimilating", + "assimilative", + "assimilatory", + "assistant", + "assisted", + "assistive", + "associable", + "associate", + "associational", + "associative", + "associatory", + "assonant", + "assorted", + "assuasive", + "assumed", + "assuming", + "assumptive", + "assured", + "assurgent", + "assuring", + "astatic", + "asteriated", + "asterisked", + "asterismal", + "asternal", + "asteroid", + "asteroidal", + "asthenic", + "asthmatic", + "astigmatic", + "astir", + "astomatal", + "astomatous", + "astonied", + "astonished", + "astonishing", + "astounded", + "astounding", + "astragalar", + "astral", + "astringent", + "astrocytic", + "astrological", + "astronautic", + "astronautical", + "astronomic", + "astronomical", + "astrophysical", + "astute", + "astylar", + "asunder", + "asymmetric", + "asymmetrical", + "asymptomatic", + "asymptotic", + "asynchronous", + "asyndetic", + "asynergic", + "at_a_loss", + "at_bay", + "at_fault", + "at_hand", + "at_large", + "at_loggerheads", + "at_odds", + "at_peace", + "at_rest", + "at_sea", + "at_the_ready", + "at_variance", + "at_work", + "atactic", + "ataractic", + "ataraxic", + "atavistic", + "ataxic", + "ateleiotic", + "atheist", + "atheistic", + "atheistical", + "athenian", + "atheromatic", + "atheromatous", + "atherosclerotic", + "athirst", + "athletic", + "atilt", + "atlantic", + "atmospheric", + "atmospherical", + "atomic", + "atomistic", + "atomistical", + "atonal", + "atonalistic", + "atonic", + "atoxic", + "atrabilious", + "atrial", + "atrioventricular", + "atrip", + "atrocious", + "atrophic", + "atrophied", + "attachable", + "attached", + "attacking", + "attainable", + "attained", + "attempted", + "attendant", + "attended", + "attention-getting", + "attentional", + "attentive", + "attenuate", + "attenuated", + "attested", + "attic", + "attired", + "attitudinal", + "attractable", + "attractive", + "attributable", + "attributive", + "attributive_genitive", + "attrited", + "attritional", + "atypical", + "au_courant", + "au_fait", + "au_gratin", + "au_jus", + "au_naturel", + "auburn", + "auctorial", + "audacious", + "audenesque", + "audible", + "audile", + "audio-lingual", + "audiometric", + "audiovisual", + "auditive", + "auditory", + "augean", + "augitic", + "augmentative", + "augmented", + "august", + "augustan", + "auld", + "aural", + "aureate", + "auric", + "auricular", + "auriculate", + "auriculated", + "auriculoventricular", + "auriferous", + "auriform", + "auroral", + "aurorean", + "aurous", + "auscultatory", + "auspicious", + "austenitic", + "austere", + "austral", + "australasian", + "australian", + "australopithecine", + "austrian", + "austronesian", + "autacoidal", + "autarchic", + "autarchical", + "autarkic", + "autarkical", + "authentic", + "authenticated", + "authorial", + "authorised", + "authoritarian", + "authoritative", + "authorized", + "autistic", + "autobiographic", + "autobiographical", + "autocatalytic", + "autochthonal", + "autochthonic", + "autochthonous", + "autocratic", + "autodidactic", + "autoecious", + "autoerotic", + "autofluorescent", + "autogamic", + "autogamous", + "autogenetic", + "autogenic", + "autogenous", + "autographed", + "autographic", + "autoicous", + "autoimmune", + "autoloading", + "autologous", + "autolytic", + "automated", + "automatic", + "automatonlike", + "automotive", + "autonomic", + "autonomous", + "autophytic", + "autoplastic", + "autoradiographic", + "autosemantic", + "autosomal", + "autotelic", + "autotomic", + "autotrophic", + "autotypic", + "autumn-blooming", + "autumn-flowering", + "autumnal", + "auxetic", + "auxiliary", + "auxinic", + "available", + "avant-garde", + "avaricious", + "avascular", + "avellan", + "avellane", + "avenged", + "average", + "averse", + "aversive", + "avertable", + "avertible", + "avestan", + "avian", + "avid", + "avifaunal", + "avifaunistic", + "avionic", + "avirulent", + "avitaminotic", + "avocado", + "avocational", + "avoidable", + "avowed", + "avuncular", + "awaited", + "awake", + "awakened", + "award-winning", + "aware", + "awash", + "away", + "awe-inspiring", + "aweary", + "awed", + "aweigh", + "aweless", + "awesome", + "awestricken", + "awestruck", + "awful", + "awheel", + "awing", + "awkward", + "awl-shaped", + "awless", + "awned", + "awninged", + "awnless", + "awny", + "awol", + "awry", + "axenic", + "axial", + "axile", + "axillary", + "axiological", + "axiomatic", + "axiomatical", + "axonal", + "azerbaijani", + "azido", + "azimuthal", + "azo", + "azoic", + "azonal", + "azonic", + "azotemic", + "azotic", + "azure", + "azygos", + "azygous", + "babelike", + "baboonish", + "baby-faced", + "babyish", + "babylonian", + "baccate", + "bacchanal", + "bacchanalian", + "bacchantic", + "bacchic", + "bacciferous", + "baccivorous", + "bacillar", + "bacillary", + "bacilliform", + "back", + "back-channel", + "back-geared", + "back-to-back", + "backbreaking", + "backed", + "backhand", + "backhanded", + "backless", + "backmost", + "backstage", + "backstair", + "backstairs", + "backswept", + "backward", + "bacteremic", + "bacterial", + "bactericidal", + "bacterioid", + "bacterioidal", + "bacteriologic", + "bacteriological", + "bacteriolytic", + "bacteriophagic", + "bacteriophagous", + "bacteriostatic", + "bacteroid", + "bacteroidal", + "baculiform", + "bad", + "bad-mannered", + "bad-tempered", + "baffled", + "baffling", + "bag-shaped", + "baggy", + "bahai", + "bahamian", + "bahraini", + "bailable", + "baked", + "baking", + "baking_hot", + "balanced", + "balconied", + "bald", + "bald-faced", + "bald-headed", + "bald-pated", + "balding", + "baleful", + "balking", + "balky", + "ball-hawking", + "ball-shaped", + "balletic", + "ballistic", + "bally", + "balmy", + "balsam-scented", + "balsamic", + "balsamy", + "baltic", + "balzacian", + "banal", + "banausic", + "bandaged", + "banded", + "bandy", + "bandy-legged", + "baneful", + "bang-up", + "banging", + "bangladeshi", + "bankable", + "bankrupt", + "banned", + "banner", + "bantam", + "bantering", + "bantoid", + "bantu", + "bantu-speaking", + "baptised", + "baptismal", + "baptistic", + "baptized", + "bar-shaped", + "barbadian", + "barbarian", + "barbaric", + "barbarous", + "barbate", + "barbecued", + "barbed", + "barbellate", + "bardic", + "bare", + "bare-ass", + "bare-assed", + "bare-breasted", + "bare-knuckle", + "bare-knuckled", + "bareback", + "barebacked", + "bared", + "barefaced", + "barefoot", + "barefooted", + "barehanded", + "bareheaded", + "barelegged", + "bargain-priced", + "baric", + "baritone", + "barky", + "barmy", + "barographic", + "barometric", + "barometrical", + "baronial", + "baroque", + "barred", + "barrel-shaped", + "barreled", + "barrelled", + "barren", + "barricaded", + "barytic", + "basal", + "basaltic", + "base", + "base-forming", + "baseborn", + "based", + "baseless", + "bashful", + "basic", + "basidial", + "basidiomycetous", + "basidiosporous", + "basifixed", + "basilar", + "basilary", + "basilican", + "basinal", + "basined", + "basipetal", + "basiscopic", + "basket-shaped", + "basophilic", + "bass", + "bastard", + "bastardised", + "bastardized", + "bastardly", + "bastioned", + "bated", + "bathetic", + "batholithic", + "batholitic", + "bathyal", + "bathymetric", + "bathymetrical", + "batrachian", + "bats", + "batter-fried", + "battered", + "battery-powered", + "battle-scarred", + "battleful", + "battlemented", + "batty", + "batwing", + "bauxitic", + "bavarian", + "bawdy", + "bay", + "bayesian", + "beaded", + "beadlike", + "beady", + "beady-eyed", + "beaked", + "beakless", + "beaklike", + "beaming", + "beamish", + "beamy", + "bean-shaped", + "bear-sized", + "bearable", + "bearded", + "beardless", + "beardown", + "bearing", + "bearish", + "beastly", + "beat", + "beat-up", + "beatable", + "beaten", + "beaten-up", + "beatific", + "beatified", + "beauteous", + "beautiful", + "becalmed", + "becoming", + "bedaubed", + "bedded", + "bedewed", + "bedfast", + "bedimmed", + "bedless", + "bedraggled", + "bedrid", + "bedridden", + "beechen", + "beefed-up", + "beefy", + "beery", + "beethovenian", + "beetle", + "beetle-browed", + "beetling", + "befitting", + "befogged", + "beforehand", + "befouled", + "befuddled", + "beggarly", + "beginning", + "begotten", + "begrimed", + "beguiled", + "beguiling", + "behavioral", + "behaviorist", + "behavioristic", + "behavioural", + "behaviourist", + "behaviouristic", + "beheaded", + "behind", + "behind-the-scenes", + "behindhand", + "beholden", + "beige", + "belarusian", + "belated", + "belemnitic", + "belgian", + "believable", + "belittled", + "belittling", + "bell-bottom", + "bell-bottomed", + "bell-shaped", + "bellbottom", + "belletristic", + "bellicose", + "bellied", + "belligerent", + "belly-up", + "bellying", + "bellyless", + "beloved", + "below_the_belt", + "belowground", + "belt-fed", + "belt-like", + "belt-shaped", + "belted", + "beltless", + "beltlike", + "bemused", + "bendable", + "bended", + "benedictine", + "benedictive", + "benedictory", + "benefic", + "beneficed", + "beneficent", + "beneficial", + "beneficiary", + "benevolent", + "bengali", + "benighted", + "benign", + "benignant", + "beninese", + "bent", + "bent_on", + "benthal", + "benthic", + "benthonic", + "bentonitic", + "benumbed", + "benzenoid", + "benzoic", + "benzylic", + "bereaved", + "bereft", + "bermudan", + "berried", + "berrylike", + "berserk", + "beseeching", + "besieged", + "besotted", + "bespectacled", + "bespoke", + "bespoken", + "besprent", + "best", + "best-known", + "best-loved", + "best-selling", + "bestial", + "bestubbled", + "beta", + "betrothed", + "better", + "better-known", + "better-looking", + "better_off", + "bettering", + "betting", + "betulaceous", + "bewhiskered", + "bewildered", + "bewitched", + "bewitching", + "beyond_doubt", + "bhutanese", + "biannual", + "bias", + "biased", + "biaural", + "biauricular", + "biaxal", + "biaxate", + "biaxial", + "bibbed", + "bibless", + "biblical", + "bibliographic", + "bibliographical", + "bibliolatrous", + "bibliomaniacal", + "bibliophilic", + "bibliopolic", + "bibliothecal", + "bibliothecarial", + "bibliotic", + "bibulous", + "bicameral", + "bicapsular", + "bicentenary", + "bicentennial", + "bicentric", + "bicephalous", + "bichromated", + "bichrome", + "bicipital", + "bicolor", + "bicolored", + "bicolour", + "bicoloured", + "biconcave", + "biconvex", + "bicorn", + "bicornate", + "bicorned", + "bicornuate", + "bicornuous", + "bicuspid", + "bicuspidate", + "bicyclic", + "bicylindrical", + "biddable", + "bidentate", + "bidirectional", + "biedermeier", + "biennial", + "biface", + "bifacial", + "bifid", + "bifilar", + "biflagellate", + "bifocal", + "bifoliate", + "biform", + "bifurcate", + "bifurcated", + "big", + "big-bellied", + "big-boned", + "big-chested", + "big-shouldered", + "big-ticket", + "bigamous", + "bigeminal", + "bigeneric", + "bigger", + "biggish", + "bigheaded", + "bighearted", + "bigmouthed", + "bignoniaceous", + "bigoted", + "bilabial", + "bilabiate", + "bilateral", + "bilaterally_symmetric", + "bilaterally_symmetrical", + "bilgy", + "biliary", + "bilinear", + "bilingual", + "bilious", + "billed", + "billiard", + "billion", + "billionth", + "billowing", + "billowy", + "bilobate", + "bilobated", + "bilobed", + "bilocular", + "biloculate", + "bimanual", + "bimestrial", + "bimetal", + "bimetallic", + "bimetallistic", + "bimillenial", + "bimodal", + "bimolecular", + "bimonthly", + "bimorphemic", + "bimotored", + "binary", + "binate", + "binaural", + "bindable", + "binding", + "binocular", + "binomial", + "binominal", + "binuclear", + "binucleate", + "binucleated", + "biocatalytic", + "biochemical", + "bioclimatic", + "biodegradable", + "biogenetic", + "biogenic", + "biogenous", + "biogeographic", + "biogeographical", + "biographic", + "biographical", + "biologic", + "biological", + "biologistic", + "bioluminescent", + "biomedical", + "bionic", + "bionomic", + "bionomical", + "biosynthetic", + "biosystematic", + "biotic", + "biotitic", + "biotypic", + "biovular", + "biparous", + "bipartisan", + "bipartite", + "bipartizan", + "biped", + "bipedal", + "bipinnate", + "bipinnatifid", + "bipolar", + "biquadratic", + "biracial", + "biradial", + "biramous", + "birch", + "birchen", + "bird's-eye", + "birefringent", + "birken", + "bisectional", + "biserrate", + "bisexual", + "bismarckian", + "bismuthal", + "bismuthic", + "bisontine", + "bistered", + "bistred", + "bistroic", + "bisulcate", + "bit-by-bit", + "bitchy", + "biting", + "bitter", + "bitterish", + "bittersweet", + "bittie", + "bitty", + "bitumenoid", + "bituminoid", + "bituminous", + "bivalent", + "bivalve", + "bivalved", + "bivariate", + "biweekly", + "biyearly", + "bizarre", + "bizonal", + "blabbermouthed", + "blabby", + "black", + "black-and-blue", + "black-and-tan", + "black-and-white", + "black-barred", + "black-coated", + "black-gray", + "black-grey", + "black-haired", + "black-marked", + "black-market", + "black-seeded", + "black-tie", + "black_and_white", + "blackened", + "blackguardly", + "blackish", + "blackish-brown", + "blackish-gray", + "blackish-grey", + "blackish-red", + "bladderlike", + "bladdery", + "bladed", + "bladelike", + "blae", + "blamable", + "blame", + "blameable", + "blamed", + "blameful", + "blameless", + "blameworthy", + "blanched", + "bland", + "blank", + "blanket", + "blanketed", + "blaring", + "blase", + "blasphemous", + "blasted", + "blastemal", + "blastematic", + "blastemic", + "blasting", + "blastocoelic", + "blastodermatic", + "blastodermic", + "blastogenetic", + "blastomeric", + "blastomycotic", + "blastoporal", + "blastoporic", + "blastospheric", + "blastular", + "blatant", + "blate", + "blazing", + "bleached", + "bleak", + "blear", + "blear-eyed", + "bleary", + "bleary-eyed", + "blebbed", + "blebby", + "blemished", + "blended", + "blessed", + "blest", + "blighted", + "blimpish", + "blind", + "blind_drunk", + "blinded", + "blindfold", + "blindfolded", + "blinding", + "blinking", + "blissful", + "blistering", + "blistery", + "blithe", + "blithesome", + "blockaded", + "blockading", + "blocked", + "blockheaded", + "blockish", + "blocky", + "blond", + "blonde", + "blood-and-guts", + "blood-filled", + "blood-red", + "blood-related", + "bloodcurdling", + "blooded", + "bloodguilty", + "bloodless", + "bloodshot", + "bloodstained", + "bloodsucking", + "bloodthirsty", + "bloody", + "bloody-minded", + "blooming", + "blotched", + "blotchy", + "blotted_out", + "blotto", + "blow-by-blow", + "blown", + "blown-up", + "blowsy", + "blowy", + "blowzy", + "blubbery", + "blue", + "blue-black", + "blue-blind", + "blue-blooded", + "blue-chip", + "blue-collar", + "blue-eyed", + "blue-flowered", + "blue-fruited", + "blue-gray", + "blue-green", + "blue-grey", + "blue-lilac", + "blue-purple", + "blue-ribbon", + "blue-sky", + "blue-violet", + "blue-white", + "blueish", + "bluff", + "bluish", + "bluish-gray", + "bluish-grey", + "bluish-lilac", + "bluish-purple", + "bluish-violet", + "bluish-white", + "bluish_black", + "bluish_green", + "blunt", + "blunted", + "blurred", + "blurry", + "blushful", + "blushing", + "blustering", + "blusterous", + "blustery", + "boastful", + "boat-shaped", + "bobtail", + "bobtailed", + "bodacious", + "bodied", + "bodiless", + "bodily", + "bodyless", + "boeotian", + "boffo", + "bogartian", + "boggy", + "bogus", + "bohemian", + "boiled", + "boisterous", + "bold", + "bolivian", + "bolographic", + "bolometric", + "bolshevik", + "bolshevist", + "bolshevistic", + "bolshy", + "bombastic", + "bombproof", + "bona_fide", + "bondable", + "bone", + "bone-covered", + "bone-dry", + "bone-idle", + "bone-lazy", + "bone_dry", + "boned", + "boneheaded", + "boneless", + "bonelike", + "boney", + "bonkers", + "bonnie", + "bonny", + "bony", + "bony-plated", + "bonzer", + "bookable", + "booked", + "bookish", + "boolean", + "booming", + "boon", + "boorish", + "boot-shaped", + "booted", + "bootleg", + "bootless", + "bootlicking", + "boozy", + "boracic", + "borated", + "bordered", + "borderline", + "boreal", + "bored", + "boric", + "boring", + "born", + "born-again", + "boronic", + "boskopoid", + "bosky", + "bosnian", + "bosomed", + "bosomy", + "boss", + "boss-eyed", + "bossy", + "botanic", + "botanical", + "botched", + "botchy", + "both", + "bothered", + "bothersome", + "botonee", + "botonnee", + "botryoid", + "botryoidal", + "botswanan", + "bottle-fed", + "bottle-green", + "bottle-shaped", + "bottom", + "bottom-dwelling", + "bottom-feeding", + "bottom-up", + "bottomed", + "bottomless", + "bottommost", + "botuliform", + "botulinal", + "bouffant", + "boughed", + "boughless", + "boughten", + "bouldered", + "bouldery", + "bouncing", + "bouncy", + "bound", + "bound_up", + "bounded", + "bounden", + "bounderish", + "boundless", + "bounteous", + "bountied", + "bountiful", + "bourgeois", + "boustrophedonic", + "bovid", + "bovine", + "bowed", + "bowed_down", + "bowelless", + "bowery", + "bowfront", + "bowing", + "bowl-shaped", + "bowleg", + "bowlegged", + "box-shaped", + "boxed", + "boxed-in", + "boxed_in", + "boxlike", + "boxy", + "boyish", + "boylike", + "boytrose", + "braced", + "brachial", + "brachiate", + "brachiopod", + "brachiopodous", + "brachycephalic", + "brachycranial", + "brachycranic", + "brachydactylic", + "brachydactylous", + "brachypterous", + "brachyurous", + "bracing", + "brackish", + "bracteal", + "bracteate", + "bracted", + "bracteolate", + "brag", + "braggart", + "bragging", + "braggy", + "brahminic", + "brahminical", + "braided", + "brain_dead", + "brainish", + "brainless", + "brainsick", + "brainwashed", + "brainy", + "braised", + "braky", + "braless", + "brambly", + "bran-new", + "branched", + "branchial", + "branchiate", + "branching", + "branchiopod", + "branchiopodan", + "branchiopodous", + "branchless", + "branchy", + "brand-new", + "branded", + "brash", + "brassbound", + "brasslike", + "brassy", + "brattish", + "bratty", + "brave", + "braw", + "brawny", + "brazen", + "brazen-faced", + "brazilian", + "breakable", + "breakaway", + "breakneck", + "breast-fed", + "breasted", + "breastless", + "breathed", + "breathing", + "breathless", + "breathtaking", + "breech-loading", + "breeched", + "breeding", + "breezy", + "bregmatic", + "briary", + "bribable", + "brick-shaped", + "brickle", + "brickly", + "bridal", + "bridgeable", + "brief", + "briefless", + "briery", + "bright", + "bright-red", + "bright_as_a_new_penny", + "bright_blue", + "brightly-colored", + "brightly-coloured", + "brilliant", + "brimful", + "brimfull", + "brimless", + "brimming", + "brinded", + "brindle", + "brindled", + "brine-cured", + "briny", + "brisant", + "brisk", + "bristle-pointed", + "bristled", + "bristlelike", + "bristly", + "britannic", + "british", + "briton", + "brittle", + "broached", + "broad", + "broad-brimmed", + "broad-headed", + "broad-leafed", + "broad-leaved", + "broad-minded", + "broad-shouldered", + "broadband", + "broadleaf", + "broadloom", + "broadnosed", + "broadside", + "brobdingnagian", + "brocaded", + "broiled", + "broke", + "broken", + "broken-backed", + "broken-down", + "broken-field", + "broken_in", + "brokenhearted", + "bromic", + "bromidic", + "bronchial", + "bronchiolar", + "bronchitic", + "bronchoscopic", + "bronze", + "bronze-red", + "bronzed", + "bronzy", + "brooding", + "broody", + "brotherlike", + "brotherly", + "brown", + "brown-black", + "brown-gray", + "brown-green", + "brown-grey", + "brown-haired", + "brown-purple", + "brown-speckled", + "brown-striped", + "browned", + "browned_off", + "brownish", + "brownish-black", + "brownish-gray", + "brownish-green", + "brownish-grey", + "brownish-orange", + "brownish-purple", + "brownish-red", + "brownish-speckled", + "brownish-striped", + "brownish-yellow", + "bruising", + "brumal", + "brummagem", + "brumous", + "bruneian", + "brunet", + "brunette", + "brushed", + "brushlike", + "brushy", + "brusk", + "brusque", + "brut", + "brutal", + "brute", + "brutish", + "bryophytic", + "bubaline", + "bubbling", + "bubbly", + "bubonic", + "buccal", + "buck-toothed", + "bucked_up", + "buckram", + "buckshee", + "bucolic", + "buddhist", + "buddhistic", + "budding", + "buddy-buddy", + "budgetary", + "buff", + "buff-brown", + "buff-colored", + "buff-coloured", + "buffeted", + "buffoonish", + "bugged", + "buggy", + "built", + "built-in", + "built-up", + "buirdly", + "bulb-shaped", + "bulbaceous", + "bulbar", + "bulbed", + "bulblike", + "bulbous", + "bulgarian", + "bulging", + "bulgy", + "bulimic", + "bulky", + "bullate", + "bullet-headed", + "bulletproof", + "bullheaded", + "bullish", + "bullnecked", + "bullocky", + "bully", + "bullying", + "bum", + "bumbling", + "bumper-to-bumper", + "bumpkinly", + "bumptious", + "bumpy", + "bunchy", + "bundled-up", + "bungaloid", + "bungled", + "bunglesome", + "bungling", + "buoyant", + "burbling", + "burbly", + "burdened", + "burdenless", + "burdensome", + "bureaucratic", + "burglarious", + "burglarproof", + "buried", + "burked", + "burled", + "burlesque", + "burly", + "burmese", + "burnable", + "burned", + "burned-out", + "burned-over", + "burning", + "burnished", + "burnt", + "burnt-out", + "burr-headed", + "burred", + "burrlike", + "burry", + "bursal", + "bursiform", + "burundi", + "burundian", + "bush", + "bush-league", + "bushed", + "bushwhacking", + "bushy", + "businesslike", + "bust", + "busted", + "bustling", + "busty", + "busy", + "busybodied", + "butch", + "butcherly", + "buteonine", + "butterfingered", + "butterfly-shaped", + "buttery", + "button-down", + "button-shaped", + "buttoned", + "buttoned-down", + "buttoned-up", + "buttonlike", + "buttony", + "buttressed", + "butyraceous", + "butyric", + "buxom", + "buzzing", + "bygone", + "bypast", + "byzantine", + "c", + "cabalistic", + "cachectic", + "cackly", + "cacodaemonic", + "cacodemonic", + "cacodylic", + "cacogenic", + "cacophonic", + "cacophonous", + "cacuminal", + "cadastral", + "cadaveric", + "cadaverous", + "caddish", + "cadenced", + "cadent", + "caducean", + "caducous", + "caecal", + "caecilian", + "caesarean", + "caesarian", + "caespitose", + "caesural", + "caffeinic", + "cagey", + "cagy", + "cairned", + "caitiff", + "calamitous", + "calando", + "calcaneal", + "calcareous", + "calced", + "calceiform", + "calceolate", + "calcic", + "calcicolous", + "calciferous", + "calcific", + "calcifugous", + "calcitic", + "calculable", + "calculated", + "calculating", + "calculative", + "calculous", + "calcuttan", + "calefacient", + "calefactive", + "calefactory", + "calendered", + "calendric", + "calendrical", + "calibrated", + "caliche-topped", + "calico", + "calicular", + "californian", + "caliginous", + "calisthenic", + "callable", + "caller", + "calligraphic", + "calligraphical", + "callipygian", + "callipygous", + "callithumpian", + "callous", + "calloused", + "callow", + "calm", + "caloric", + "calorie-free", + "calorifacient", + "calorific", + "calorimetric", + "calumniatory", + "calumnious", + "calvinist", + "calvinistic", + "calvinistical", + "calyceal", + "calycinal", + "calycine", + "calycled", + "calycular", + "calyculate", + "calyptrate", + "cambial", + "cambodian", + "cambrian", + "cameroonian", + "camouflaged", + "camp", + "camp-made", + "campanular", + "campanulate", + "campanulated", + "campestral", + "camphoraceous", + "camphorated", + "camphoric", + "campy", + "campylotropous", + "can-do", + "canadian", + "canalicular", + "canaliculate", + "canary", + "canary-yellow", + "cancellate", + "cancellated", + "cancelled", + "cancellous", + "cancerous", + "cancroid", + "candent", + "candescent", + "candid", + "candied", + "candy-like", + "candy-scented", + "canescent", + "canicular", + "canine", + "cankerous", + "canned", + "cannibalic", + "cannibalistic", + "cannular", + "canny", + "canonic", + "canonical", + "canonised", + "canonist", + "canonized", + "canopied", + "canorous", + "cantabile", + "cantankerous", + "canted", + "cantering", + "cantonal", + "canty", + "capable", + "capacious", + "capacitive", + "caparisoned", + "capetian", + "capillary", + "capital", + "capitalist", + "capitalistic", + "capitate", + "capitular", + "capitulary", + "cappadocian", + "capped", + "capricious", + "caprine", + "capsular", + "capsulate", + "capsulated", + "captious", + "captivated", + "captivating", + "captive", + "caramel", + "caramel_brown", + "carangid", + "carbocyclic", + "carbolated", + "carbonaceous", + "carbonated", + "carbonic", + "carboniferous", + "carbonous", + "carbonyl", + "carbonylic", + "carboxyl", + "carboxylic", + "carbuncled", + "carbuncular", + "carcinogenic", + "carcinomatous", + "card-playing", + "cardboard", + "cardiac", + "cardinal", + "cardiographic", + "cardiologic", + "cardiopulmonary", + "cardiorespiratory", + "cardiovascular", + "care-laden", + "cared-for", + "carefree", + "careful", + "careless", + "careworn", + "carinal", + "carinate", + "carinated", + "caring", + "carious", + "carmelite", + "carminative", + "carmine", + "carnal", + "carnassial", + "carnation", + "carnivorous", + "carolean", + "caroline", + "carolingian", + "carotid", + "carousing", + "carpal", + "carpellary", + "carpellate", + "carpetbag", + "carpetbagging", + "carpeted", + "carpophagous", + "carposporic", + "carposporous", + "carroty", + "carsick", + "cartesian", + "carthaginian", + "carthusian", + "cartilaginous", + "cartographic", + "cartographical", + "caruncular", + "carunculate", + "carunculated", + "carunculous", + "carved", + "carved_in_stone", + "carvel-built", + "carven", + "caryophyllaceous", + "case-by-case", + "case-hardened", + "casebook", + "cased", + "caseous", + "cash-and-carry", + "cashable", + "cashed", + "cassocked", + "cast-iron", + "cast-off", + "casteless", + "castellated", + "castled", + "castrated", + "casual", + "casuistic", + "casuistical", + "cata-cornered", + "catabatic", + "catabolic", + "catachrestic", + "catachrestical", + "cataclinal", + "cataclysmal", + "cataclysmic", + "catacorner", + "catadromous", + "catalan", + "catalatic", + "catalectic", + "cataleptic", + "catalytic", + "catamenial", + "cataphatic", + "cataphoretic", + "cataplastic", + "catapultian", + "catapultic", + "catarrhal", + "catarrhine", + "catarrhinian", + "catastrophic", + "catatonic", + "catching", + "catchpenny", + "catchy", + "catechetic", + "catechetical", + "catechismal", + "catechistic", + "categorematic", + "categorial", + "categoric", + "categorical", + "categorised", + "categorized", + "catenulate", + "cater-cornered", + "catercorner", + "caterpillar-tracked", + "cathartic", + "cathectic", + "cathedral", + "cathodic", + "catholic", + "cationic", + "catkinate", + "catoptric", + "catoptrical", + "cattish", + "catty", + "catty-corner", + "catty-cornered", + "caucasian", + "caucasic", + "caucasoid", + "caudal", + "caudate", + "caudated", + "caught_up", + "caulescent", + "cauline", + "caulked", + "causal", + "causative", + "causeless", + "caustic", + "cautionary", + "cautious", + "cavalier", + "cavernous", + "cavitied", + "cc", + "ccc", + "cd", + "ceaseless", + "cecal", + "cedar-scented", + "cedarn", + "ceilinged", + "celebrated", + "celebratory", + "celestial", + "celiac", + "celibate", + "cell-free", + "cell-like", + "cellular", + "celluloid", + "cellulosid", + "celtic", + "cementitious", + "cenobitic", + "cenobitical", + "cenogenetic", + "cenozoic", + "censored", + "censorial", + "censorious", + "censurable", + "centenarian", + "centenary", + "centennial", + "center", + "centered", + "centesimal", + "centigrade", + "central", + "central_american", + "centralised", + "centralising", + "centralist", + "centralistic", + "centralized", + "centralizing", + "centric", + "centrical", + "centrifugal", + "centripetal", + "centrist", + "centroidal", + "centromeric", + "centrosomic", + "centrosymmetric", + "cephalic", + "cephalopod", + "cephalopodan", + "ceramic", + "cercarial", + "cereal", + "cerebellar", + "cerebral", + "cerebrospinal", + "cerebrovascular", + "ceremonial", + "ceremonious", + "ceric", + "cerise", + "cernuous", + "cerous", + "certain", + "certifiable", + "certificated", + "certificatory", + "certified", + "cerulean", + "ceruminous", + "cervical", + "cervine", + "cesarean", + "cesarian", + "cespitose", + "cetacean", + "cetaceous", + "ceylonese", + "chadian", + "chaetal", + "chaetognathan", + "chaetognathous", + "chafed", + "chafflike", + "chaffy", + "chagrined", + "chained", + "chainlike", + "chaldaean", + "chaldean", + "chaldee", + "chalky", + "challengeable", + "challenging", + "chalybeate", + "chambered", + "champion", + "champleve", + "chance", + "chanceful", + "chancroidal", + "chancrous", + "chancy", + "changeable", + "changed", + "changeful", + "changeless", + "changing", + "chanted", + "chantlike", + "chaotic", + "chapfallen", + "chapleted", + "chapped", + "characteristic", + "characterless", + "charcoal", + "charcoal-gray", + "charcoal-grey", + "chargeable", + "charged", + "charismatic", + "charitable", + "charmed", + "charming", + "charnel", + "chartaceous", + "chartered", + "chartless", + "chartreuse", + "chary", + "chasidic", + "chassidic", + "chaste", + "chatoyant", + "chatty", + "chauvinistic", + "cheap", + "cheapjack", + "cheating", + "chechen", + "checked", + "checkered", + "cheeky", + "cheerful", + "cheering", + "cheerless", + "cheery", + "cheesed_off", + "cheeselike", + "cheeseparing", + "cheesy", + "chelate", + "chelated", + "cheliceral", + "chelicerate", + "chelicerous", + "cheliferous", + "chelonian", + "chemic", + "chemical", + "chemiluminescent", + "chemisorptive", + "chemoreceptive", + "chemosorptive", + "chemotherapeutic", + "chemotherapeutical", + "chequered", + "cherished", + "cherry", + "cherry-red", + "cherry-sized", + "cherty", + "cherubic", + "chestnut", + "chestnut-brown", + "chestnut-colored", + "chestnut-coloured", + "chesty", + "chewable", + "chewy", + "chian", + "chiasmal", + "chiasmatic", + "chiasmic", + "chic", + "chichi", + "chicken", + "chicken-breasted", + "chickenhearted", + "chief", + "chilblained", + "child-centered", + "childbearing", + "childish", + "childless", + "childlike", + "childly", + "chilean", + "chiliastic", + "chilling", + "chilly", + "chimeral", + "chimeric", + "chimerical", + "chinchy", + "chinese", + "chinese-red", + "chinked", + "chinless", + "chintzy", + "chippendale", + "chipper", + "chiromantic", + "chirpy", + "chisel-like", + "chiseled", + "chitinous", + "chivalric", + "chivalrous", + "chlamydeous", + "chlamydial", + "chlorophyllose", + "chlorophyllous", + "chlorotic", + "chock-full", + "chockablock", + "chockful", + "chocolate-brown", + "chocolate-colored", + "chocolate-coloured", + "choice", + "choke-full", + "choked", + "choky", + "choleraic", + "choleric", + "cholinergic", + "chondritic", + "choosey", + "choosy", + "chopfallen", + "chopped", + "choppy", + "choragic", + "choral", + "chordal", + "chordate", + "choreographic", + "choric", + "chorionic", + "christian", + "christianly", + "christless", + "christlike", + "christly", + "christological", + "chromatic", + "chromatinic", + "chromatographic", + "chromatographical", + "chromosomal", + "chronic", + "chronological", + "chthonian", + "chthonic", + "chubby", + "chuck-full", + "chuffed", + "chukker-brown", + "chummy", + "chunky", + "churchgoing", + "churchillian", + "churchly", + "churlish", + "churned-up", + "churning", + "churrigueresco", + "churrigueresque", + "chylaceous", + "chylifactive", + "chylifactory", + "chyliferous", + "chylific", + "chylous", + "ci", + "cigar-shaped", + "cilial", + "ciliary", + "ciliate", + "ciliated", + "cimmerian", + "cinematic", + "cinerary", + "cinnabar", + "cinnamon-colored", + "cinnamon-coloured", + "cinnamon-red", + "cinnamon-scented", + "cinnamon_colored", + "cinnamon_coloured", + "circadian", + "circinate", + "circuitous", + "circular", + "circular-knit", + "circulating", + "circulative", + "circulatory", + "circumboreal", + "circumferent", + "circumferential", + "circumlocutious", + "circumlocutory", + "circumpolar", + "circumscribed", + "circumspect", + "circumstantial", + "cisalpine", + "cislunar", + "cismontane", + "cissy", + "citified", + "citric", + "citrous", + "city-born", + "city-bred", + "city-like", + "cityfied", + "citywide", + "civic", + "civil", + "civil-libertarian", + "civilian", + "civilised", + "civilized", + "cl", + "clad", + "clairvoyant", + "clamant", + "clamatorial", + "clammy", + "clamorous", + "clandestine", + "clanging", + "clangorous", + "clanking", + "clannish", + "clapped_out", + "clarifying", + "clarion", + "clashing", + "class-conscious", + "classic", + "classical", + "classicistic", + "classifiable", + "classificatory", + "classified", + "classless", + "classy", + "clastic", + "clathrate", + "clattery", + "clausal", + "claustrophobic", + "claw-shaped", + "clawed", + "clawlike", + "clayey", + "clean", + "clean-burning", + "clean-cut", + "clean-handed", + "clean-limbed", + "clean-living", + "clean-shaven", + "cleanable", + "cleanly", + "cleansing", + "clear", + "clear-cut", + "clear-eyed", + "clear-sighted", + "clear-thinking", + "cleared", + "clearheaded", + "cleavable", + "cleft", + "cleistogamic", + "cleistogamous", + "clement", + "clenched", + "clerical", + "clever", + "cliched", + "client-server", + "cliff-hanging", + "climactic", + "climatic", + "climatical", + "climbable", + "clinched", + "clincher-built", + "clinical", + "clinker-built", + "clinking", + "clinquant", + "clip-on", + "clipped", + "cliquish", + "clitoral", + "clitoric", + "cloak-and-dagger", + "cloaked", + "clockwise", + "cloddish", + "clogged", + "clogging", + "cloggy", + "cloisonne", + "cloistered", + "cloistral", + "clonal", + "clonic", + "close", + "close-fitting", + "close-grained", + "close-hauled", + "close-knit", + "close-minded", + "close-packed", + "close-set", + "close_at_hand", + "close_set", + "close_together", + "closed", + "closed-captioned", + "closed-chain", + "closed-circuit", + "closed-door", + "closed-minded", + "closed-ring", + "closed_in", + "closefisted", + "closelipped", + "closely-held", + "closely_knit", + "closemouthed", + "closing", + "clothed", + "clothesless", + "clotted", + "cloud-covered", + "clouded", + "cloudless", + "cloudlike", + "cloudy", + "clove-scented", + "cloven", + "cloven-footed", + "cloven-hoofed", + "clownish", + "clownlike", + "cloying", + "cloze", + "club-shaped", + "clubable", + "clubbable", + "clubbish", + "clubby", + "clubfooted", + "clueless", + "clumsy", + "clunky", + "clustered", + "cluttered", + "clv", + "clx", + "clxv", + "clxx", + "clxxv", + "clxxx", + "co-ed", + "co-occurrent", + "co-ordinated", + "co-referent", + "coagulable", + "coagulate", + "coagulated", + "coal-black", + "coal-burning", + "coal-fired", + "coalesced", + "coalescent", + "coalescing", + "coarctate", + "coarse", + "coarse-furred", + "coarse-grained", + "coarse-haired", + "coarse-textured", + "coarsened", + "coastal", + "coastwise", + "coated", + "coaxal", + "coaxial", + "coaxing", + "cobwebby", + "coccal", + "coccoid", + "coccygeal", + "cochlear", + "cock-a-hoop", + "cockamamie", + "cockamamy", + "cockeyed", + "cockney", + "cocksure", + "cocky", + "cod", + "codified", + "coeducational", + "coeliac", + "coenobitic", + "coenobitical", + "coequal", + "coercive", + "coetaneous", + "coeval", + "coexistent", + "coexisting", + "coextensive", + "cogent", + "cogged", + "cogitable", + "cogitative", + "cognate", + "cognisable", + "cognisant", + "cognitive", + "cognizable", + "cognizant", + "cognoscible", + "coherent", + "cohesive", + "coiled", + "coiling", + "coin-operated", + "coincident", + "coincidental", + "coinciding", + "coital", + "cold", + "cold-blooded", + "cold-eyed", + "cold-temperate", + "cold_sober", + "coldhearted", + "coleridgean", + "coleridgian", + "colicky", + "collaborative", + "collagenic", + "collagenous", + "collapsable", + "collapsible", + "collarless", + "collateral", + "collect", + "collectable", + "collected", + "collectible", + "collective", + "collectivised", + "collectivist", + "collectivistic", + "collectivized", + "collegial", + "collegiate", + "collinear", + "colloidal", + "colloquial", + "collusive", + "colombian", + "colonial", + "colonic", + "colonised", + "colonized", + "colonnaded", + "color", + "color-blind", + "colorectal", + "colored", + "colorfast", + "colorful", + "colorimetric", + "colorimetrical", + "colorless", + "colossal", + "colour", + "colour-blind", + "coloured", + "colourful", + "colourless", + "coltish", + "columbian", + "columnar", + "columned", + "columniform", + "columnlike", + "comal", + "comate", + "comatose", + "comb-like", + "combat-ready", + "combatant", + "combative", + "combed", + "combinable", + "combinational", + "combinative", + "combinatorial", + "combinatory", + "combined", + "comburant", + "comburent", + "combustible", + "combustive", + "come-at-able", + "comely", + "comestible", + "comet-like", + "cometary", + "cometic", + "comfortable", + "comforted", + "comforting", + "comfortless", + "comfy", + "comic", + "comical", + "coming", + "commanding", + "comme_il_faut", + "commemorating", + "commemorative", + "commendable", + "commensal", + "commensurable", + "commensurate", + "commercial", + "commercial-grade", + "commercialised", + "commercialized", + "comminatory", + "commiserative", + "commissioned", + "committed", + "commodious", + "common", + "common-law", + "common_or_garden", + "commonplace", + "commonsense", + "commonsensible", + "commonsensical", + "communal", + "communicable", + "communicational", + "communicative", + "communicatory", + "communist", + "communistic", + "commutable", + "commutative", + "comose", + "compact", + "companionable", + "companionate", + "comparable", + "comparable_to", + "comparable_with", + "comparative", + "compartmental", + "compartmentalised", + "compartmentalized", + "compartmented", + "compassionate", + "compatible", + "compelling", + "compendious", + "compensable", + "compensated", + "competent", + "competitive", + "competitory", + "complacent", + "complaining", + "complaintive", + "complaisant", + "complemental", + "complementary", + "complete", + "completed", + "completing", + "complex", + "compliant", + "complicated", + "complimentary", + "compos_mentis", + "composed", + "composite", + "compositional", + "compound", + "compounded", + "comprehended", + "comprehendible", + "comprehensible", + "comprehensive", + "compressed", + "compressible", + "compromising", + "compulsive", + "compulsory", + "computable", + "computational", + "computer_readable", + "comradely", + "con_brio", + "concave", + "concavo-concave", + "concavo-convex", + "concealed", + "concealing", + "conceited", + "conceivable", + "concentrated", + "concentric", + "concentrical", + "conceptional", + "conceptive", + "conceptual", + "conceptualistic", + "concerned", + "concerted", + "concessive", + "conciliable", + "conciliative", + "conciliatory", + "concise", + "concluded", + "concluding", + "conclusive", + "concomitant", + "concordant", + "concrete", + "concretistic", + "concupiscent", + "concurrent", + "concurring", + "condemnable", + "condemnatory", + "condemning", + "condescending", + "condign", + "conditional", + "conditioned", + "condolent", + "conducive", + "conductive", + "condylar", + "cone-bearing", + "cone-shaped", + "conelike", + "confederate", + "confederative", + "confident", + "confidential", + "confiding", + "configurational", + "configured", + "confined", + "confining", + "confirmable", + "confirmative", + "confirmatory", + "confirmed", + "confirming", + "confiscate", + "conflicting", + "confluent", + "conformable", + "conforming", + "conformist", + "confounded", + "confounding", + "confrontational", + "confucian", + "confusable", + "confused", + "confusing", + "confutable", + "confutative", + "congealed", + "congeneric", + "congenerical", + "congenerous", + "congenial", + "congenital", + "congested", + "congestive", + "conglomerate", + "congolese", + "congratulatory", + "congregational", + "congregationalist", + "congressional", + "congruent", + "congruous", + "conic", + "conical", + "coniferous", + "conjectural", + "conjoined", + "conjoint", + "conjugal", + "conjugate", + "conjugated", + "conjunct", + "conjunctival", + "conjunctive", + "connate", + "connatural", + "connected", + "connective", + "conniving", + "connotational", + "connotative", + "connotative_of", + "connubial", + "conquerable", + "consanguine", + "consanguineal", + "consanguineous", + "conscience-smitten", + "conscienceless", + "conscientious", + "conscionable", + "conscious", + "consecrate", + "consecrated", + "consecutive", + "consensual", + "consentaneous", + "consentient", + "consenting", + "consequent", + "consequential", + "conservative", + "conserved", + "considerable", + "considerate", + "considered", + "consistent", + "consolable", + "consolatory", + "consolidated", + "consolidative", + "consoling", + "consonant", + "consonantal", + "conspecific", + "conspicuous", + "conspirative", + "conspiratorial", + "constant", + "constipated", + "constituent", + "constituted", + "constitutional", + "constitutive", + "constrained", + "constraining", + "constricted", + "constricting", + "constrictive", + "constructive", + "constructive-metabolic", + "consubstantial", + "consular", + "consultative", + "consultatory", + "consultive", + "consumable", + "consuming", + "consummate", + "consummated", + "consumptive", + "contagious", + "contained", + "contaminated", + "contaminating", + "contaminative", + "contemplative", + "contemporaneous", + "contemporary", + "contemptible", + "contemptuous", + "content", + "contented", + "contentious", + "conterminous", + "contestable", + "contested", + "contextual", + "contiguous", + "continent", + "continent-wide", + "continental", + "contingent", + "contingent_on", + "contingent_upon", + "continual", + "continuant", + "continued", + "continuing", + "continuous", + "contorted", + "contraband", + "contrabass", + "contraceptive", + "contraclockwise", + "contractable", + "contracted", + "contractile", + "contractual", + "contradictory", + "contralateral", + "contralto", + "contrapuntal", + "contrarious", + "contrary", + "contrary_to_fact", + "contrasting", + "contrastive", + "contrasty", + "contributing", + "contributive", + "contributory", + "contrite", + "contrived", + "controllable", + "controlled", + "controlling", + "controversial", + "contumacious", + "contumelious", + "convalescent", + "convenient", + "conventional", + "conventionalised", + "conventionalized", + "conventual", + "convergent", + "conversant", + "conversational", + "converse", + "converted", + "convertible", + "convex", + "convexo-concave", + "convexo-convex", + "conveyable", + "convinced", + "convincible", + "convincing", + "convivial", + "convolute", + "convoluted", + "convulsive", + "cooccurring", + "cooked", + "cookie-cutter", + "cookie-sized", + "cool", + "cool-white", + "coolheaded", + "cooperative", + "coordinate", + "coordinated", + "coordinating", + "coordinative", + "copacetic", + "copasetic", + "copernican", + "copesetic", + "copesettic", + "copious", + "coplanar", + "copper-bottomed", + "copper_colored", + "coppery", + "coptic", + "copular", + "copulative", + "copulatory", + "copyrighted", + "coquettish", + "coral", + "coral-red", + "corbelled", + "cordate", + "corded", + "cordial", + "cordiform", + "cordless", + "coreferent", + "coreferential", + "coriaceous", + "corinthian", + "corked", + "corking", + "corky", + "cormose", + "cormous", + "corn-fed", + "corneal", + "corned", + "corneous", + "cornered", + "cornish", + "corny", + "coronary", + "coroneted", + "corporal", + "corporate", + "corporatist", + "corporeal", + "corpulent", + "corpuscular", + "correct", + "correctable", + "corrected", + "correctional", + "corrective", + "correlate", + "correlated", + "correlational", + "correlative", + "correspondent", + "corresponding", + "corrigible", + "corroborant", + "corroborative", + "corroboratory", + "corroded", + "corrosion-resistant", + "corrosive", + "corrugated", + "corrupt", + "corrupted", + "corruptible", + "corrupting", + "corruptive", + "corsican", + "cortical", + "corticifugal", + "corticipetal", + "cortico-hypothalamic", + "corticoafferent", + "corticoefferent", + "corticofugal", + "coruscant", + "corvine", + "corymbose", + "coseismal", + "coseismic", + "cosher", + "cosignatory", + "cosmetic", + "cosmic", + "cosmogenic", + "cosmogonic", + "cosmogonical", + "cosmologic", + "cosmological", + "cosmopolitan", + "cost-effective", + "cost-efficient", + "cost-plus", + "costa_rican", + "costal", + "costate", + "costive", + "costless", + "costly", + "costumed", + "cosy", + "coterminous", + "cottony", + "cottony-white", + "cotyloid", + "cotyloidal", + "couchant", + "countable", + "counter", + "counteractive", + "counterbalanced", + "counterclockwise", + "counterfactual", + "counterfeit", + "counterinsurgent", + "counterintuitive", + "counterpoised", + "counterproductive", + "counterrevolutionary", + "countertenor", + "counterterror", + "counterterrorist", + "countless", + "countrified", + "country-bred", + "country-style", + "countryfied", + "countrywide", + "countywide", + "coupled", + "courageous", + "court-ordered", + "courteous", + "courtly", + "cousinly", + "couth", + "couthie", + "couthy", + "covalent", + "covariant", + "covered", + "covert", + "coveted", + "covetous", + "cowardly", + "cowl-shaped", + "cowled", + "coy", + "cozy", + "crabbed", + "crabby", + "crabwise", + "crack", + "crackbrained", + "cracked", + "cracker-barrel", + "crackers", + "cracking", + "crackle", + "crafty", + "cragfast", + "cragged", + "craggy", + "cram_full", + "cramped", + "cranial", + "craniometric", + "craniometrical", + "crank", + "cranky", + "crannied", + "crappy", + "crapulent", + "crapulous", + "crashing", + "crass", + "craved", + "craven", + "crazed", + "crazy", + "creaky", + "cream-colored", + "creamy", + "creamy-colored", + "creamy-white", + "creamy-yellow", + "crease-resistant", + "creaseless", + "creaseproof", + "creative", + "credal", + "credentialled", + "credible", + "creditable", + "credited", + "creditworthy", + "credulous", + "creedal", + "creepy", + "creepy-crawly", + "crenate", + "crenated", + "crenulate", + "crenulated", + "creole", + "crepuscular", + "crescendo", + "crescent", + "crescent-shaped", + "cress_green", + "cresson", + "crested", + "crestfallen", + "cretaceous", + "cretinous", + "criminal", + "criminative", + "criminatory", + "criminological", + "crimson", + "crimson-magenta", + "crimson-purple", + "crimson-yellow", + "cringing", + "crinkled", + "crinkly", + "crinoid", + "crippled", + "crippling", + "crisp", + "crispate", + "crispy", + "crisscross", + "crisscrossed", + "criterial", + "criterional", + "critical", + "croaky", + "croatian", + "crocked", + "crocketed", + "cromwellian", + "crookback", + "crookbacked", + "crooked", + "cropped", + "cross", + "cross-banded", + "cross-cultural", + "cross-eyed", + "cross-grained", + "cross-linguistic", + "cross-modal", + "cross-ply", + "cross-pollinating", + "cross-section", + "cross-sectional", + "cross-sentential", + "cross-shaped", + "cross-town", + "crossbred", + "crossed", + "crosshatched", + "crosstown", + "crosswise", + "crotchety", + "croupy", + "crow-sized", + "crowded", + "crowing", + "crowned", + "crowning", + "crownless", + "crucial", + "cruciate", + "cruciferous", + "cruciform", + "cruddy", + "crude", + "cruel", + "crumbly", + "crummy", + "crumpled", + "crural", + "crushed", + "crushing", + "crustacean", + "crustaceous", + "crustal", + "crusted", + "crustlike", + "crustose", + "crusty", + "crying", + "cryogenic", + "cryonic", + "cryptanalytic", + "cryptic", + "cryptical", + "cryptobiotic", + "cryptogamic", + "cryptogamous", + "cryptographic", + "cryptographical", + "cryptologic", + "cryptological", + "crystal_clear", + "crystalised", + "crystalized", + "crystalline", + "crystallised", + "crystallized", + "ctenoid", + "cuban", + "cube-shaped", + "cubelike", + "cubic", + "cubical", + "cubiform", + "cubist", + "cubistic", + "cubital", + "cuboid", + "cuboidal", + "cucumber-shaped", + "cucurbitaceous", + "cuddlesome", + "cuddly", + "culinary", + "culpable", + "cultivable", + "cultivatable", + "cultivated", + "cultural", + "cultured", + "cum_laude", + "cumbersome", + "cumbrous", + "cumulative", + "cumuliform", + "cumulous", + "cuneal", + "cuneate", + "cuneiform", + "cunning", + "cuplike", + "cupric", + "cuprous", + "cupular", + "cupulate", + "curable", + "curative", + "curatorial", + "curdled", + "cured", + "curious", + "curled", + "curling", + "curly", + "curly-coated", + "curly-grained", + "curly-haired", + "curly-leafed", + "curly-leaved", + "curmudgeonly", + "current", + "curricular", + "currish", + "cursed", + "cursed_with", + "cursive", + "cursorial", + "cursory", + "curst", + "curt", + "curtained", + "curtainless", + "curtal", + "curvaceous", + "curved", + "curvey", + "curvilineal", + "curvilinear", + "curving", + "curvy", + "cushioned", + "cushiony", + "cushy", + "cuspate", + "cuspated", + "cusped", + "cuspidal", + "cuspidate", + "cuspidated", + "cussed", + "custard-like", + "custodial", + "custom", + "custom-built", + "custom-made", + "customary", + "cut", + "cut-and-dried", + "cut-and-dry", + "cut-price", + "cut-rate", + "cut_off", + "cut_out", + "cut_up", + "cutaneal", + "cutaneous", + "cute", + "cuticular", + "cuttable", + "cutthroat", + "cutting", + "cutting-edge", + "cv", + "cx", + "cxl", + "cxlv", + "cxv", + "cxx", + "cxxv", + "cxxx", + "cxxxv", + "cyan", + "cyanobacterial", + "cyanogenetic", + "cyanogenic", + "cyanophyte", + "cybernetic", + "cyclic", + "cyclical", + "cycloid", + "cycloidal", + "cyclonal", + "cyclonic", + "cyclonical", + "cyclopean", + "cyclothymic", + "cylindric", + "cylindrical", + "cylindrical-stemmed", + "cymose", + "cynical", + "cyprian", + "cyprinid", + "cyprinoid", + "cypriot", + "cypriote", + "cyrillic", + "cystic", + "cytoarchitectonic", + "cytoarchitectural", + "cytogenetic", + "cytogenetical", + "cytokinetic", + "cytologic", + "cytological", + "cytolytic", + "cytomegalic", + "cytopathogenic", + "cytophotometric", + "cytoplasmatic", + "cytoplasmic", + "cytoplastic", + "cytotoxic", + "czarist", + "czaristic", + "czech", + "czechoslovakian", + "d", + "d.o.a.", + "dabbled", + "dacitic", + "dactylic", + "daedal", + "daft", + "dagger-like", + "daily", + "dainty", + "daisylike", + "dalmatian", + "damaged", + "damaging", + "damascene", + "damask", + "damn", + "damnable", + "damnatory", + "damned", + "damning", + "damp", + "dampish", + "danceable", + "dandified", + "dandy", + "dandyish", + "dangerous", + "danish", + "dank", + "dantean", + "dantesque", + "dapper", + "dappled", + "daredevil", + "daring", + "dark", + "dark-blue", + "dark-brown", + "dark-coated", + "dark-colored", + "dark-coloured", + "dark-fruited", + "dark-gray", + "dark-green", + "dark-grey", + "dark-haired", + "dark-skinned", + "dark-spotted", + "darkened", + "darkening", + "darkish", + "darkling", + "darling", + "darned", + "darwinian", + "dashed", + "dashing", + "dastard", + "dastardly", + "data-based", + "datable", + "dateable", + "dated", + "dateless", + "daughterly", + "daunted", + "daunting", + "dauntless", + "day-after-day", + "day-and-night", + "day-by-day", + "day-old", + "day-to-day", + "daylong", + "dazed", + "dazzled", + "dazzling", + "de-iodinating", + "de_facto", + "de_jure", + "de_luxe", + "de_rigueur", + "dead", + "dead-end", + "dead-on", + "dead_on_target", + "dead_set", + "deadened", + "deadening", + "deadlocked", + "deadly", + "deadpan", + "deaf", + "deaf-and-dumb", + "deaf-mute", + "deaf_as_a_post", + "deafened", + "deafening", + "dealt_out", + "dear", + "dearly-won", + "deathless", + "deathlike", + "deathly", + "debased", + "debasing", + "debatable", + "debauched", + "debile", + "debilitated", + "debilitating", + "debilitative", + "debonair", + "debonaire", + "deboned", + "debonnaire", + "decadent", + "decalescent", + "decapitated", + "decasyllabic", + "decayable", + "decayed", + "deceased", + "deceitful", + "decent", + "decentralised", + "decentralising", + "decentralized", + "decentralizing", + "deceptive", + "decided", + "deciding", + "deciduous", + "decimal", + "decipherable", + "deciphered", + "decisive", + "deckle-edged", + "deckled", + "declamatory", + "declarable", + "declarative", + "declaratory", + "declared", + "declassified", + "declivitous", + "decollete", + "decomposable", + "decompositional", + "decompound", + "deconsecrated", + "deconstructionist", + "decorated", + "decorative", + "decorous", + "decreased", + "decreasing", + "decreasing_monotonic", + "decreed", + "decrepit", + "decrescendo", + "decumbent", + "decurved", + "decussate", + "dedicated", + "dedifferentiated", + "deducible", + "deductible", + "deductive", + "deep", + "deep-chested", + "deep-eyed", + "deep-fried", + "deep-laid", + "deep-lobed", + "deep-mined", + "deep-pink", + "deep-rooted", + "deep-sea", + "deep-seated", + "deep-set", + "deep-water", + "deep-yellow", + "deep_in_thought", + "deepening", + "defamatory", + "defeasible", + "defeated", + "defective", + "defenceless", + "defendable", + "defending", + "defenseless", + "defensible", + "defensive", + "deferent", + "deferential", + "defervescent", + "defiant", + "deficient", + "defiled", + "definable", + "defined", + "definite", + "definitive", + "deflated", + "deflationary", + "deflective", + "defoliate", + "defoliated", + "deformational", + "deformed", + "deft", + "defunct", + "degage", + "degenerate", + "degenerative", + "degraded", + "degrading", + "degressive", + "dehiscent", + "dehumanised", + "dehumanized", + "dehydrated", + "deictic", + "deific", + "deist", + "deistic", + "dejected", + "delayed", + "delectable", + "deleterious", + "deliberate", + "deliberative", + "delible", + "delicate", + "delicious", + "delighted", + "delightful", + "delimited", + "delineate", + "delineated", + "delineative", + "delinquent", + "deliquescent", + "delirious", + "deliverable", + "delphian", + "delphic", + "deltoid", + "delusional", + "delusive", + "delusory", + "deluxe", + "demagogic", + "demagogical", + "demanding", + "demeaning", + "demented", + "democratic", + "demode", + "demographic", + "demolished", + "demon-ridden", + "demoniac", + "demoniacal", + "demonic", + "demonstrable", + "demonstrated", + "demonstrative", + "demonstrative_of", + "demoralised", + "demoralising", + "demoralized", + "demoralizing", + "demosthenic", + "demotic", + "demulcent", + "demure", + "demythologised", + "demythologized", + "denary", + "denatured", + "denaturised", + "denaturized", + "dendriform", + "dendritic", + "dendroid", + "dendroidal", + "deniable", + "denigrating", + "denigrative", + "denigratory", + "denominational", + "denotative", + "denotive", + "dense", + "dental", + "dentate", + "dented", + "denticulate", + "denudate", + "denuded", + "denumerable", + "denunciative", + "denunciatory", + "departed", + "departmental", + "dependable", + "dependant", + "dependant_on", + "dependant_upon", + "dependent", + "dependent_on", + "dependent_upon", + "depending_on", + "depicted", + "depictive", + "depilatory", + "depilous", + "depletable", + "depleted", + "deplorable", + "depopulated", + "depraved", + "deprecating", + "deprecative", + "deprecatory", + "depreciating", + "depreciative", + "depreciatory", + "depressant", + "depressed", + "depressing", + "deprived", + "deranged", + "derelict", + "derisive", + "derisory", + "derivable", + "derivational", + "derivative", + "derived", + "dermal", + "dermatologic", + "dermatological", + "dermic", + "derogative", + "derogatory", + "descendant", + "descendent", + "descending", + "describable", + "described", + "descriptive", + "desecrated", + "desegrated", + "desensitising", + "desensitizing", + "deserted", + "deserved", + "deserving", + "desiccate", + "desiccated", + "designate", + "designative", + "designed", + "designing", + "desirable", + "desired", + "desirous", + "desk-bound", + "deskbound", + "desolate", + "despairing", + "desperate", + "despicable", + "despised", + "despiteful", + "despoiled", + "despondent", + "despotic", + "despotical", + "destined", + "destitute", + "destroyable", + "destroyed", + "destructible", + "destructive", + "destructive-metabolic", + "desultory", + "detachable", + "detached", + "detailed", + "detectable", + "detected", + "detergent", + "determinable", + "determinant", + "determinate", + "determinative", + "determined", + "determining", + "deterministic", + "deterrent", + "detersive", + "detestable", + "detested", + "detonative", + "detractive", + "detrimental", + "deuced", + "deuteranopic", + "devalued", + "devastating", + "developed", + "developing", + "developmental", + "deviant", + "deviate", + "devil-may-care", + "devilish", + "devious", + "devoid", + "devoted", + "devotional", + "devouring", + "devout", + "deweyan", + "dewy", + "dewy-eyed", + "dexter", + "dexterous", + "dextral", + "dextrorotary", + "dextrorotatory", + "dextrorsal", + "dextrorse", + "dextrous", + "diabatic", + "diabetic", + "diabolic", + "diabolical", + "diachronic", + "diacritic", + "diacritical", + "diadromous", + "diagnosable", + "diagnostic", + "diagonal", + "diagonalizable", + "diagrammatic", + "diagrammatical", + "dialectal", + "dialectic", + "dialectical", + "diamagnetic", + "diamantine", + "diametral", + "diametric", + "diametrical", + "dianoetic", + "diaphanous", + "diaphoretic", + "diaphyseal", + "diaphysial", + "diarrheal", + "diarrheic", + "diarrhetic", + "diarrhoeal", + "diarrhoeic", + "diarrhoetic", + "diastolic", + "diatomic", + "diatonic", + "diazo", + "dicarboxylic", + "dicey", + "dichotomous", + "dichromatic", + "dickensian", + "dickey", + "dicky", + "diclinous", + "dicotyledonous", + "dictated", + "dictatorial", + "dictyopteran", + "didactic", + "didactical", + "die-cast", + "die-hard", + "diestrous", + "diestrual", + "dietary", + "dietetic", + "dietetical", + "different", + "differentiable", + "differential", + "differentiated", + "difficult", + "diffident", + "diffuse", + "diffused", + "diffusing", + "diffusive", + "digestible", + "digestive", + "dighted", + "digital", + "digitate", + "digitigrade", + "dignified", + "dignifying", + "digressive", + "dilapidated", + "dilatory", + "dilettante", + "dilettanteish", + "dilettantish", + "diligent", + "dilute", + "diluted", + "diluvial", + "diluvian", + "dim", + "dim-sighted", + "dim-witted", + "dimensional", + "dimensioning", + "diminished", + "diminishing", + "diminuendo", + "diminutive", + "dimmed", + "dimorphic", + "dimorphous", + "dingy", + "dinky", + "diocesan", + "dioecian", + "dioecious", + "dioestrous", + "dioestrual", + "dionysian", + "diploid", + "diplomatic", + "diplomatical", + "dipolar", + "dipped", + "dipterous", + "dipylon", + "dire", + "direct", + "directed", + "directing", + "directional", + "directionless", + "directive", + "direful", + "dirigible", + "dirt", + "dirt_cheap", + "dirty", + "dirty-faced", + "dirty-minded", + "disabled", + "disabling", + "disabused", + "disadvantaged", + "disadvantageous", + "disaffected", + "disagreeable", + "disappointed", + "disappointing", + "disapproving", + "disarming", + "disarranged", + "disarrayed", + "disastrous", + "disavowable", + "disbelieving", + "disc-shaped", + "discalceate", + "discalced", + "discarded", + "discernable", + "discernible", + "discerning", + "discharged", + "disciform", + "disciplinal", + "disciplinary", + "disciplined", + "disclike", + "disclosed", + "discoid", + "discoidal", + "discombobulated", + "discomfited", + "discomposed", + "discomycetous", + "disconcerted", + "disconcerting", + "disconfirming", + "disconnected", + "disconsolate", + "discontent", + "discontented", + "discontinued", + "discontinuous", + "discordant", + "discorporate", + "discouraged", + "discouraging", + "discourteous", + "discoverable", + "discovered", + "discreditable", + "discredited", + "discreet", + "discrepant", + "discrete", + "discretional", + "discretionary", + "discriminable", + "discriminate", + "discriminating", + "discriminative", + "discriminatory", + "discursive", + "disdainful", + "diseased", + "disembodied", + "disenchanted", + "disenchanting", + "disenfranchised", + "disentangled", + "disfigured", + "disfranchised", + "disgraced", + "disgraceful", + "disgruntled", + "disguised", + "disgusted", + "disgustful", + "disgusting", + "dish-shaped", + "disharmonious", + "disheartened", + "disheartening", + "dished", + "disheveled", + "dishevelled", + "dishonest", + "dishonorable", + "dishonored", + "dishonourable", + "dishy", + "disillusioned", + "disillusioning", + "disinclined", + "disinfectant", + "disingenuous", + "disinherited", + "disintegrable", + "disintegrative", + "disinterested", + "disjoined", + "disjoint", + "disjointed", + "disjunct", + "disjunctive", + "disk-shaped", + "disklike", + "dislikable", + "disliked", + "dislocated", + "dislogistic", + "disloyal", + "dismal", + "dismantled", + "dismayed", + "dismaying", + "dismissed", + "dismissible", + "dismissive", + "disobedient", + "disobliging", + "disordered", + "disorderly", + "disorganised", + "disorganized", + "disoriented", + "disorienting", + "disparaging", + "disparate", + "dispassionate", + "dispensable", + "dispensed", + "dispersed", + "dispersive", + "dispirited", + "dispiriting", + "displeased", + "displeasing", + "disposable", + "disposed", + "dispossessed", + "disproportional", + "disproportionate", + "disputable", + "disputatious", + "disputative", + "disputed", + "disqualified", + "disqualifying", + "disquieted", + "disquieting", + "disregarded", + "disreputable", + "disrespectful", + "disrupted", + "disruptive", + "dissatisfactory", + "dissatisfied", + "dissected", + "disseminative", + "dissentient", + "dissenting", + "dissentious", + "dissident", + "dissilient", + "dissimilar", + "dissimulative", + "dissipated", + "dissociable", + "dissociative", + "dissoluble", + "dissolute", + "dissolvable", + "dissolved", + "dissonant", + "dissuasive", + "distaff", + "distal", + "distant", + "distasteful", + "distensible", + "distinct", + "distinctive", + "distinguishable", + "distinguished", + "distortable", + "distorted", + "distracted", + "distrait", + "distraught", + "distressed", + "distressful", + "distressing", + "distributed", + "distributional", + "distributive", + "distrustful", + "disturbed", + "disturbing", + "disunited", + "disused", + "disyllabic", + "dithyrambic", + "diurnal", + "divalent", + "divergent", + "diverging", + "divers", + "diverse", + "diversified", + "diversionary", + "diverted", + "diverting", + "dividable", + "divided", + "divided_up", + "divinatory", + "divine", + "divisible", + "divisional", + "divisive", + "divorced", + "dizygotic", + "dizygous", + "dizzy", + "djiboutian", + "do-it-yourself", + "do-nothing", + "do-or-die", + "doable", + "docile", + "doctoral", + "doctorial", + "doctrinaire", + "doctrinal", + "documental", + "documentary", + "documented", + "doddering", + "doddery", + "dodgy", + "dog-eared", + "dog-sized", + "dog-tired", + "dogged", + "dogging", + "doglike", + "dogmatic", + "dogmatical", + "dolabrate", + "dolabriform", + "doled_out", + "doleful", + "dolichocephalic", + "dolichocranial", + "dolichocranic", + "dolled_up", + "dolomitic", + "dolorous", + "dolourous", + "doltish", + "dome-shaped", + "domed", + "domestic", + "domesticated", + "domiciliary", + "dominant", + "dominated", + "dominating", + "domineering", + "dominical", + "dominican", + "donatist", + "done", + "done_for", + "done_with", + "donnean", + "donnian", + "donnish", + "doomed", + "door-to-door", + "doped", + "dopey", + "dopy", + "dorian", + "doric", + "dormant", + "dormie", + "dormy", + "dorsal", + "dorsoventral", + "dosed", + "dostoevskian", + "dostoyevskian", + "dot-com", + "doting", + "dotted", + "dotty", + "double", + "double-barreled", + "double-barrelled", + "double-bass", + "double-bedded", + "double-breasted", + "double-chinned", + "double-dealing", + "double-dyed", + "double-edged", + "double-faced", + "double-geared", + "double-humped", + "double-jointed", + "double-quick", + "double-spaced", + "double-tongued", + "doubled", + "doubtful", + "doubting", + "doughnut-shaped", + "doughy", + "dour", + "dovish", + "dowdy", + "dowered", + "dowerless", + "down", + "down-and-out", + "down-to-earth", + "down_in_the_mouth", + "down_pat", + "downbound", + "downcast", + "downfield", + "downhearted", + "downhill", + "downlike", + "downmarket", + "downright", + "downscale", + "downstage", + "downstair", + "downstairs", + "downstream", + "downtown", + "downtrodden", + "downward", + "downward-arching", + "downward-sloping", + "downwind", + "downy", + "dozen", + "dozy", + "drab", + "draconian", + "drafty", + "dragging", + "draggled", + "drained", + "draining", + "dramatic", + "dramaturgic", + "dramaturgical", + "draped", + "drastic", + "draughty", + "drawn", + "drawn-out", + "dread", + "dreaded", + "dreadful", + "dreamed", + "dreamless", + "dreamlike", + "dreamy", + "drear", + "dreary", + "drenched", + "drenched_in", + "dress", + "dressed", + "dressed-up", + "dressed_to_kill", + "dressed_to_the_nines", + "dressy", + "dried", + "dried-out", + "dried-up", + "drifting", + "drill-like", + "drilled", + "drinkable", + "drip-dry", + "dripless", + "drippy", + "driven", + "driving", + "drizzling", + "drizzly", + "droll", + "drooping", + "droopy", + "dropping", + "dropsical", + "drowsing", + "drowsy", + "drudging", + "drug-addicted", + "drug-free", + "drugged", + "drugless", + "drum-like", + "drum-shaped", + "drumhead", + "drunk", + "drunken", + "drupaceous", + "dry", + "dry-cleaned", + "dry-eyed", + "dry-shod", + "dual", + "dual-lane", + "dualistic", + "dubious", + "dubitable", + "ducal", + "duck-billed", + "duckbill", + "ductile", + "ductless", + "dud", + "due", + "dulcet", + "dull", + "dull-purple", + "dull-white", + "dulled", + "dumb", + "dumbfounded", + "dumbfounding", + "dumbstricken", + "dumbstruck", + "dumfounded", + "dumfounding", + "dummy", + "dumpy", + "dun", + "dun-colored", + "dun-coloured", + "duncical", + "duncish", + "duodecimal", + "duodenal", + "duple", + "duplex", + "duplicable", + "duplicatable", + "duplicate", + "duplicitous", + "durable", + "dural", + "dusky", + "dusky-colored", + "dusky-coloured", + "dust-covered", + "dustlike", + "dusty", + "dutch", + "duteous", + "dutiable", + "dutiful", + "duty-bound", + "duty-free", + "dwarfish", + "dwindling", + "dyadic", + "dyed", + "dying", + "dynamic", + "dynamical", + "dynastic", + "dysfunctional", + "dysgenic", + "dyslectic", + "dyslexic", + "dyslogistic", + "dyspeptic", + "dysphemistic", + "dysphoric", + "dysplastic", + "dyspneal", + "dyspneic", + "dyspnoeal", + "dyspnoeic", + "dystopian", + "each", + "eager", + "eagle-eyed", + "ear-like", + "ear-shaped", + "eared", + "earless", + "earlier", + "earliest", + "early", + "early-blooming", + "early-flowering", + "earlyish", + "earned", + "earnest", + "earsplitting", + "earthborn", + "earthbound", + "earthen", + "earthlike", + "earthly", + "earthshaking", + "earthy", + "eased", + "east", + "east-central", + "east_african", + "east_german", + "east_indian", + "east_pakistani", + "eastbound", + "easterly", + "eastern", + "eastern_orthodox", + "easternmost", + "eastmost", + "eastside", + "eastward", + "easy", + "easygoing", + "eatable", + "ebionite", + "ebon", + "ebony", + "ebracteate", + "ebullient", + "eccentric", + "ecclesiastic", + "ecclesiastical", + "eccrine", + "ecdemic", + "echoic", + "echoing", + "echoless", + "echolike", + "echt", + "eclectic", + "ecologic", + "ecological", + "econometric", + "economic", + "economical", + "ecstatic", + "ectodermal", + "ectodermic", + "ectomorphic", + "ectopic", + "ectothermic", + "ectozoan", + "ecuadorian", + "ecumenic", + "ecumenical", + "edacious", + "edematous", + "edental", + "edentate", + "edentulate", + "edentulous", + "edged", + "edgeless", + "edgy", + "edible", + "edified", + "edifying", + "edited", + "editorial", + "educated", + "educational", + "educative", + "edwardian", + "eel-shaped", + "eellike", + "eerie", + "eery", + "effaceable", + "effected", + "effective", + "effectual", + "effeminate", + "efferent", + "effervescent", + "effervescing", + "effete", + "efficacious", + "efficient", + "efflorescent", + "effluent", + "effortful", + "effortless", + "effulgent", + "effusive", + "egalitarian", + "egg-filled", + "egg-producing", + "egg-shaped", + "egocentric", + "egoistic", + "egoistical", + "egotistic", + "egotistical", + "egregious", + "egyptian", + "eidetic", + "eight", + "eight-day", + "eight-fold", + "eight-membered", + "eight-sided", + "eighteen", + "eighteenth", + "eightfold", + "eighth", + "eightieth", + "eightpenny", + "eighty", + "eighty-eight", + "eighty-fifth", + "eighty-five", + "eighty-four", + "eighty-nine", + "eighty-one", + "eighty-seven", + "eighty-six", + "eighty-three", + "eighty-two", + "einsteinian", + "elaborate", + "elaborated", + "elapsed", + "elastic", + "elasticised", + "elasticized", + "elated", + "elating", + "elder", + "elderly", + "eldest", + "eldritch", + "elect", + "elected", + "elective", + "electoral", + "electric", + "electrical", + "electrifying", + "electrocardiographic", + "electrochemical", + "electroencephalographic", + "electrolytic", + "electromagnetic", + "electromechanical", + "electromotive", + "electron_microscopic", + "electronegative", + "electroneutral", + "electronic", + "electrophoretic", + "electropositive", + "electrostatic", + "eleemosynary", + "elegant", + "elegiac", + "elemental", + "elementary", + "elephantine", + "elevated", + "eleven", + "eleven-sided", + "eleventh", + "elfin", + "elfish", + "elflike", + "elicited", + "eligible", + "elite", + "elizabethan", + "ellipsoid", + "ellipsoidal", + "elliptic", + "elliptical", + "elocutionary", + "elongate", + "elongated", + "eloquent", + "elucidative", + "elusive", + "elvish", + "elysian", + "emaciated", + "emancipated", + "emancipative", + "emarginate", + "emasculate", + "emasculated", + "embarrassed", + "embarrassing", + "embattled", + "embedded", + "embezzled", + "emblematic", + "emblematical", + "embodied", + "emboldened", + "embolic", + "embonpoint", + "embossed", + "embroiled", + "embryologic", + "embryonal", + "embryonic", + "embryotic", + "emended", + "emergent", + "emerging", + "emeritus", + "eminent", + "emmetropic", + "emollient", + "emotional", + "emotionless", + "emotive", + "empathetic", + "empathic", + "emphasised", + "emphasized", + "emphatic", + "emphysematous", + "empiric", + "empirical", + "employable", + "employed", + "empowered", + "empty", + "empty-bellied", + "empty-handed", + "empty-headed", + "empurpled", + "empyreal", + "empyrean", + "emulous", + "en_deshabille", + "en_garde", + "enabling", + "enamored", + "enate", + "enatic", + "encased", + "enceinte", + "enchained", + "enchanted", + "enchanting", + "encircled", + "encircling", + "enclosed", + "encomiastic", + "encompassing", + "encouraged", + "encouraging", + "encroaching", + "encrusted", + "encumbered", + "encyclical", + "encyclopaedic", + "encyclopedic", + "encysted", + "end-rhymed", + "end-stopped", + "end-to-end", + "endangered", + "endearing", + "ended", + "endemic", + "endemical", + "endergonic", + "endermatic", + "endermic", + "endless", + "endocentric", + "endocrinal", + "endocrine", + "endodontic", + "endoergic", + "endogamic", + "endogamous", + "endogenetic", + "endogenic", + "endogenous", + "endometrial", + "endomorphic", + "endoparasitic", + "endoscopic", + "endothelial", + "endothermal", + "endothermic", + "endovenous", + "endowed", + "endozoan", + "endozoic", + "endurable", + "enduring", + "energetic", + "energising", + "energizing", + "energy-absorbing", + "energy-releasing", + "energy-storing", + "enervated", + "enervating", + "enfeebling", + "enforceable", + "enforced", + "enfranchised", + "engaged", + "engaging", + "english", + "english-speaking", + "engorged", + "engraved", + "engrossed", + "engrossing", + "enhanced", + "enhancive", + "enigmatic", + "enigmatical", + "enjoyable", + "enkindled", + "enlarged", + "enlightened", + "enlightening", + "enlivened", + "enlivening", + "enmeshed", + "ennobling", + "enolic", + "enormous", + "enough", + "enraged", + "enraptured", + "ensiform", + "ensorcelled", + "ensuant", + "ensuing", + "entangled", + "enteral", + "enteric", + "enterprising", + "entertained", + "entertaining", + "enthralled", + "enthralling", + "enthusiastic", + "enticing", + "entire", + "entitled", + "entomologic", + "entomological", + "entomophilous", + "entozoan", + "entozoic", + "entranced", + "entrancing", + "entrenched", + "entrepreneurial", + "enumerable", + "enured", + "enveloping", + "enviable", + "envious", + "environmental", + "envisioned", + "enwrapped", + "enzootic", + "enzymatic", + "eolithic", + "eolotropic", + "eonian", + "eosinophilic", + "eparchial", + "epenthetic", + "ephemeral", + "ephesian", + "epic", + "epical", + "epicarpal", + "epicene", + "epicurean", + "epicyclic", + "epicyclical", + "epideictic", + "epideictical", + "epidemic", + "epidemiologic", + "epidemiological", + "epidermal", + "epidermic", + "epidural", + "epigastric", + "epigrammatic", + "epileptic", + "epilithic", + "epimorphic", + "epiphyseal", + "epiphysial", + "epiphytic", + "epiphytotic", + "episcopal", + "episcopalian", + "episodic", + "epistemic", + "epistemological", + "epistolary", + "epistolatory", + "epithelial", + "epitheliod", + "epizoan", + "epizoic", + "epizootic", + "epoch-making", + "epochal", + "eponymic", + "eponymous", + "equable", + "equal", + "equal_to", + "equanimous", + "equatorial", + "equestrian", + "equiangular", + "equidistant", + "equilateral", + "equine", + "equinoctial", + "equipoised", + "equipotent", + "equipped", + "equiprobable", + "equipt", + "equitable", + "equivalent", + "equivocal", + "eradicable", + "erasable", + "erasmian", + "erect", + "erectile", + "eremitic", + "eremitical", + "ergodic", + "ergonomic", + "ergotic", + "ergotropic", + "eristic", + "eristical", + "eritrean", + "eroded", + "erogenous", + "erose", + "erosive", + "erotic", + "errant", + "erratic", + "errhine", + "erring", + "erroneous", + "error-prone", + "errorless", + "ersatz", + "erstwhile", + "erudite", + "eruptive", + "erythematous", + "erythroid", + "erythropoietic", + "escaped", + "eschatological", + "esophageal", + "esoteric", + "especial", + "essene", + "essential", + "established", + "esteemed", + "esthetic", + "esthetical", + "estimable", + "estival", + "estonian", + "estranged", + "estranging", + "estrogenic", + "estrous", + "estuarial", + "estuarine", + "esurient", + "etched", + "eternal", + "ethereal", + "ethical", + "ethiopian", + "ethnic", + "ethnical", + "ethnocentric", + "ethnographic", + "ethnographical", + "ethnologic", + "ethnological", + "etiolate", + "etiolated", + "etiologic", + "etiological", + "etymological", + "eucaryotic", + "eucharistic", + "euclidean", + "euclidian", + "eudaemonic", + "eudemonic", + "eugenic", + "eukaryotic", + "eulogistic", + "euphemistic", + "euphonic", + "euphonical", + "euphonious", + "euphonous", + "euphoriant", + "euphoric", + "eupneic", + "eupnoeic", + "eurafrican", + "eurasian", + "eurasiatic", + "eurocentric", + "european", + "europocentric", + "eusporangiate", + "eutherian", + "eutrophic", + "evacuant", + "evaluative", + "evanescent", + "evangelical", + "evangelistic", + "evaporable", + "evaporated", + "evaporative", + "evasive", + "even", + "even-pinnate", + "even-tempered", + "even-textured", + "even-toed", + "evenhanded", + "eventful", + "eventual", + "ever-changing", + "ever-present", + "evergreen", + "everlasting", + "every", + "every_last", + "everyday", + "evidenced", + "evident", + "evidential", + "evidentiary", + "evil", + "evil-looking", + "evil-minded", + "eviscerate", + "evitable", + "evocative", + "evoked", + "evolutionary", + "ex", + "ex-directory", + "ex_gratia", + "ex_officio", + "ex_post_facto", + "ex_vivo", + "exacerbating", + "exact", + "exacting", + "exaggerated", + "exalted", + "exalting", + "exanimate", + "exasperated", + "exasperating", + "exaugural", + "exceeding", + "excellent", + "exceptionable", + "exceptional", + "excess", + "excessive", + "exchangeable", + "exchanged", + "excitable", + "excitant", + "excitative", + "excitatory", + "excited", + "exciting", + "exclamatory", + "exclusive", + "excogitative", + "excrescent", + "excretory", + "excruciating", + "exculpated", + "exculpatory", + "excursive", + "excusable", + "excusatory", + "excused", + "execrable", + "executable", + "executed", + "executive", + "exegetic", + "exegetical", + "exemplary", + "exemplifying", + "exempt", + "exergonic", + "exhausted", + "exhaustible", + "exhausting", + "exhaustive", + "exhibitionistic", + "exhilarated", + "exhilarating", + "exhortative", + "exhortatory", + "exigent", + "exiguous", + "exilic", + "existent", + "existential", + "existentialist", + "existing", + "exocentric", + "exocrine", + "exodontic", + "exoergic", + "exogamic", + "exogamous", + "exogenic", + "exogenous", + "exonerated", + "exonerative", + "exorbitant", + "exoteric", + "exothermal", + "exothermic", + "exotic", + "expandable", + "expanded", + "expandible", + "expansible", + "expansile", + "expansionist", + "expansive", + "expectable", + "expectant", + "expected", + "expedient", + "expeditionary", + "expeditious", + "expendable", + "expensive", + "experienced", + "experient", + "experiential", + "experimental", + "expert", + "expiable", + "expiative", + "expiatory", + "expiratory", + "expired", + "explainable", + "explanatory", + "explicable", + "explicit", + "exploded", + "exploitative", + "exploitatory", + "exploited", + "exploitive", + "explorative", + "exploratory", + "explosive", + "exponential", + "exportable", + "exposed", + "expositive", + "expository", + "express", + "expressed", + "expressible", + "expressionist", + "expressionistic", + "expressionless", + "expressive", + "expurgated", + "exquisite", + "exsanguine", + "exsanguinous", + "extant", + "extemporaneous", + "extemporary", + "extempore", + "extendable", + "extended", + "extendible", + "extensible", + "extensile", + "extensional", + "extensive", + "extenuating", + "exterior", + "exterminable", + "exterminated", + "external", + "exteroceptive", + "exterritorial", + "extinct", + "extinguishable", + "extinguished", + "extirpable", + "extortionate", + "extra", + "extracellular", + "extractable", + "extractible", + "extracurricular", + "extradural", + "extragalactic", + "extrajudicial", + "extralegal", + "extralinguistic", + "extramarital", + "extramural", + "extraneous", + "extraordinaire", + "extraordinary", + "extrasensory", + "extrasystolic", + "extraterrestrial", + "extraterritorial", + "extravagant", + "extraversive", + "extravert", + "extraverted", + "extravertive", + "extreme", + "extremist", + "extricable", + "extrinsic", + "extropic", + "extrospective", + "extroversive", + "extrovert", + "extroverted", + "extrovertish", + "extrovertive", + "extrusive", + "exuberant", + "exultant", + "exulting", + "exuvial", + "eye-catching", + "eye-deceiving", + "eye-popping", + "eyed", + "eyeless", + "eyelike", + "eyes-only", + "fab", + "fabian", + "fabled", + "fabricated", + "fabulous", + "face-saving", + "face-to-face", + "faced", + "faceless", + "faceted", + "facetious", + "facial", + "facile", + "facilitative", + "facilitatory", + "fact-finding", + "factious", + "factitious", + "factor_analytic", + "factor_analytical", + "factorial", + "factory-made", + "factual", + "facultative", + "faddish", + "faddy", + "faded", + "faecal", + "fagged", + "fahrenheit", + "fail-safe", + "failing", + "fain", + "faineant", + "faint", + "faint-hearted", + "fainthearted", + "fair", + "fair-and-square", + "fair-haired", + "fair-minded", + "fair_to_middling", + "fairish", + "faithful", + "faithless", + "fake", + "falcate", + "falciform", + "falconine", + "fall-blooming", + "fall-flowering", + "fallacious", + "fallen", + "fallible", + "falling", + "fallow", + "false", + "falsetto", + "falsifiable", + "falstaffian", + "faltering", + "famed", + "familial", + "familiar", + "familiarised", + "familiarising", + "familiarized", + "familiarizing", + "famished", + "famous", + "fan-leafed", + "fan-leaved", + "fan-shaped", + "fanatic", + "fanatical", + "fancied", + "fanciful", + "fancy", + "fancy-free", + "fang-like", + "fanged", + "fanlike", + "fanned", + "fantabulous", + "fantastic", + "fantastical", + "far", + "far-famed", + "far-flung", + "far-off", + "far-out", + "far-right", + "far_left", + "faraway", + "farcical", + "farfetched", + "farinaceous", + "farming", + "farseeing", + "farsighted", + "farther", + "farthermost", + "farthest", + "fascinated", + "fascinating", + "fascist", + "fascistic", + "fashionable", + "fashioned", + "fast", + "fast-breaking", + "fast-flying", + "fast-footed", + "fast-growing", + "fast-paced", + "fast_asleep", + "fastened", + "fastidious", + "fastigiate", + "fat", + "fat-free", + "fat-soluble", + "fatal", + "fatalist", + "fatalistic", + "fated", + "fateful", + "fatheaded", + "fatherless", + "fatherlike", + "fatherly", + "fathomable", + "fatigued", + "fatless", + "fattened", + "fattening", + "fattish", + "fatty", + "fatuous", + "faucal", + "faultfinding", + "faultless", + "faulty", + "faustian", + "faux", + "faveolate", + "favorable", + "favored", + "favorite", + "favourable", + "favourite", + "fawn-colored", + "fawn-coloured", + "fawning", + "fazed", + "fearful", + "fearless", + "fearsome", + "feasible", + "featherbrained", + "feathered", + "featheredged", + "featherless", + "featherlike", + "feathery", + "featured", + "featureless", + "febrile", + "fecal", + "feckless", + "feculent", + "fecund", + "fed_up", + "federal", + "federate", + "federated", + "feeble", + "feebleminded", + "feigned", + "feisty", + "felicitous", + "feline", + "fell", + "felonious", + "felted", + "female", + "feminine", + "feminist", + "femoral", + "fencelike", + "fenestral", + "feral", + "ferial", + "ferine", + "fermentable", + "ferned", + "fernless", + "fernlike", + "ferny", + "ferocious", + "ferret-sized", + "ferric", + "ferromagnetic", + "ferrous", + "fertile", + "fertilizable", + "fervent", + "fervid", + "festal", + "festive", + "fetal", + "fetching", + "fetid", + "fettered", + "feudal", + "feudalistic", + "feudatory", + "fevered", + "feverish", + "feverous", + "few", + "fewer", + "fewest", + "fey", + "fiber-optic", + "fiberoptic", + "fibre-optic", + "fibreoptic", + "fibrillose", + "fibrinous", + "fibrocalcific", + "fibrocartilaginous", + "fibrous", + "fickle", + "fictile", + "fictional", + "fictitious", + "fictive", + "fiddle-shaped", + "fiddling", + "fidgety", + "fiducial", + "fiduciary", + "field-crop", + "fiendish", + "fierce", + "fiery", + "fifteen", + "fifteenth", + "fifth", + "fiftieth", + "fifty", + "fifty-eight", + "fifty-fifth", + "fifty-fifty", + "fifty-five", + "fifty-four", + "fifty-nine", + "fifty-one", + "fifty-seven", + "fifty-six", + "fifty-three", + "fifty-two", + "fig-shaped", + "fighting", + "figural", + "figurative", + "figured", + "fijian", + "filamentlike", + "filamentous", + "filar", + "filarial", + "filariid", + "file-like", + "filial", + "filiform", + "filipino", + "filled", + "filmable", + "filmed", + "filmy", + "filter-tipped", + "filthy", + "fimbriate", + "fin_de_siecle", + "finable", + "final", + "financial", + "fine", + "fine-grained", + "fine-leafed", + "fine-leaved", + "fine-looking", + "fine-textured", + "fine-tooth", + "fine-toothed", + "fineable", + "finer", + "finespun", + "fingered", + "fingerless", + "fingerlike", + "finical", + "finicky", + "finished", + "finite", + "finnish", + "finno-ugric-speaking", + "fire-resistant", + "fire-resisting", + "fire-resistive", + "fire-retardant", + "fired", + "fireproof", + "firm", + "firmamental", + "first", + "first-class", + "first-come-first-serve", + "first-rate", + "first-string", + "first-year", + "firstborn", + "firsthand", + "fiscal", + "fisheye", + "fishy", + "fissile", + "fissionable", + "fissiparous", + "fistular", + "fistulate", + "fistulous", + "fit", + "fitful", + "fitted", + "fitted_out", + "fitter", + "fitting", + "five", + "five-fold", + "five-hundredth", + "five-lobed", + "five-membered", + "five-needled", + "five-petaled", + "five-petalled", + "five-pointed", + "five-sided", + "five-year-old", + "five_hundred", + "fivefold", + "fixed", + "fizzing", + "fizzy", + "flabbergasted", + "flabby", + "flaccid", + "flag-waving", + "flagellate", + "flagellated", + "flagging", + "flagitious", + "flagrant", + "flakey", + "flaky", + "flamboyant", + "flame-colored", + "flame-coloured", + "flame-orange", + "flame-retardant", + "flameproof", + "flaming", + "flammable", + "flaring", + "flash", + "flash-frozen", + "flashy", + "flat", + "flat-bellied", + "flat-bottom", + "flat-bottomed", + "flat-footed", + "flat-growing", + "flat-top", + "flat-topped", + "flatbottom", + "flatbottomed", + "flattened", + "flattering", + "flatulent", + "flatus-relieving", + "flaunty", + "flavorful", + "flavorless", + "flavorous", + "flavorsome", + "flavourful", + "flavourless", + "flavourous", + "flavoursome", + "flawed", + "flawless", + "flaxen", + "flea-bitten", + "flecked", + "fledged", + "fledgeless", + "fledgeling", + "fledgling", + "fleeceable", + "fleecy", + "fleet", + "fleeting", + "flemish", + "flemish-speaking", + "flesh-colored", + "flesh-coloured", + "flesh-eating", + "fleshed_out", + "fleshly", + "fleshy", + "flexible", + "flexile", + "flexuous", + "flickering", + "flighted", + "flightless", + "flighty", + "flimsy", + "flint", + "flinty", + "flip", + "flippant", + "flipper-like", + "flirtatious", + "floating", + "floaty", + "floccose", + "flocculent", + "flooded", + "floodlighted", + "floodlit", + "floored", + "floppy", + "floral", + "florentine", + "floricultural", + "florid", + "flossy", + "flourishing", + "floury", + "flowered", + "flowering", + "flowerless", + "flowery", + "flowing", + "fluctuating", + "fluent", + "fluffy", + "fluid", + "flukey", + "fluky", + "fluorescent", + "flush", + "flush-seamed", + "flushed", + "flustered", + "fluvial", + "fly", + "fly-by-night", + "flyaway", + "flyblown", + "flying", + "flyspeck", + "foaming", + "foamy", + "focal", + "focused", + "focussed", + "foetal", + "foetid", + "fogbound", + "fogged", + "foggy", + "fogyish", + "foiled", + "foldable", + "foldaway", + "folding", + "foliaceous", + "foliaged", + "foliate", + "foliated", + "foliolate", + "foliose", + "folksy", + "follicular", + "following", + "fond", + "foodless", + "foolhardy", + "fooling", + "foolish", + "foolproof", + "foot-shaped", + "football-shaped", + "footed", + "footless", + "footling", + "footloose", + "footsore", + "footsure", + "foppish", + "for_sale", + "for_sure", + "forbearing", + "forbidden", + "forbidding", + "forced", + "forceful", + "forceless", + "forcible", + "forcipate", + "fordable", + "fore", + "fore-and-aft", + "foreboding", + "foregoing", + "foregone", + "forehand", + "forehanded", + "foreign", + "foreign-born", + "foremost", + "forensic", + "foreordained", + "foreseeable", + "foreshadowing", + "foresighted", + "foresightful", + "forested", + "forethoughtful", + "forfeit", + "forfeited", + "forficate", + "forged", + "forgetful", + "forgettable", + "forgivable", + "forgiving", + "forgotten", + "fork-like", + "forked", + "forlorn", + "form-only", + "formal", + "formalised", + "formalistic", + "formalized", + "formative", + "formed", + "former", + "formic", + "formidable", + "formless", + "formosan", + "formulaic", + "formulary", + "formulated", + "forte", + "fortemente", + "forthcoming", + "forthright", + "fortieth", + "fortified", + "fortissimo", + "fortnightly", + "fortuitous", + "fortunate", + "forty", + "forty-eight", + "forty-eighth", + "forty-fifth", + "forty-first", + "forty-five", + "forty-four", + "forty-fourth", + "forty-nine", + "forty-ninth", + "forty-one", + "forty-second", + "forty-seven", + "forty-seventh", + "forty-six", + "forty-sixth", + "forty-third", + "forty-three", + "forty-two", + "forward", + "forward-looking", + "forward-moving", + "fossil", + "fossiliferous", + "fossilised", + "fossilized", + "fossorial", + "foster", + "foul", + "foul-mouthed", + "foul-smelling", + "foul-spoken", + "fouled", + "found", + "four", + "four-dimensional", + "four-fold", + "four-footed", + "four-hundredth", + "four-lane", + "four-lobed", + "four-membered", + "four-needled", + "four-party", + "four-petaled", + "four-petalled", + "four-ply", + "four-pronged", + "four-sided", + "four-wheel", + "four-wheeled", + "four-year-old", + "four_hundred", + "fourfold", + "fourhanded", + "fourpenny", + "fourscore", + "foursquare", + "fourteen", + "fourteenth", + "fourth", + "fourth-year", + "foxy", + "fractional", + "fractious", + "fragile", + "fragmental", + "fragmentary", + "fragmented", + "fragrant", + "frail", + "framed", + "franciscan", + "frangible", + "frank", + "frankish", + "frantic", + "fraternal", + "fraudulent", + "fraught", + "frayed", + "freakish", + "freaky", + "freckled", + "free", + "free-and-easy", + "free-enterprise", + "free-flying", + "free-lance", + "free-living", + "free-range", + "free-soil", + "free-spoken", + "free-swimming", + "free-thinking", + "free_burning", + "freeborn", + "freehand", + "freehanded", + "freehearted", + "freelance", + "freestanding", + "freewheeling", + "freewill", + "freeze-dried", + "french", + "french-speaking", + "frenetic", + "frenzied", + "frequent", + "fresh", + "fresh-cut", + "freshman", + "fretful", + "fretted", + "freudian", + "friable", + "fricative", + "frictional", + "frictionless", + "fried", + "friendless", + "friendly", + "frightened", + "frightening", + "frightful", + "frigid", + "frigorific", + "frilled", + "frilly", + "fringed", + "fringy", + "frisian", + "frisky", + "frivolous", + "frizzly", + "frizzy", + "frolicky", + "frolicsome", + "front", + "frontal", + "frontmost", + "frore", + "frost-bound", + "frostbitten", + "frosted", + "frostian", + "frosty", + "frothing", + "frothy", + "froward", + "frowning", + "frowsty", + "frowsy", + "frowzled", + "frowzy", + "frozen", + "frugal", + "fruit-eating", + "fruitful", + "fruiting", + "fruitless", + "fruity", + "frumpish", + "frumpy", + "frustrated", + "frustrating", + "frustrative", + "fruticose", + "fruticulose", + "fucked-up", + "fucking", + "fuddled", + "fueled", + "fugacious", + "fugal", + "fuggy", + "fugitive", + "fugly", + "fulfilled", + "fulgent", + "fulgid", + "fulgurant", + "fulgurating", + "fulgurous", + "full", + "full-blood", + "full-blooded", + "full-blown", + "full-bodied", + "full-bosomed", + "full-clad", + "full-dress", + "full-face", + "full-fashioned", + "full-fledged", + "full-grown", + "full-length", + "full-page", + "full-scale", + "full-size", + "full-strength", + "full-term", + "full-time", + "full_of_life", + "fully_fashioned", + "fully_fledged", + "fully_grown", + "fulminant", + "fulsome", + "fumbling", + "fumed", + "functional", + "functionally_illiterate", + "functioning", + "fundamental", + "fundamentalist", + "fundamentalistic", + "funded", + "funerary", + "funereal", + "fungal", + "fungible", + "fungicidal", + "fungoid", + "fungous", + "funguslike", + "funicular", + "funky", + "funnel-shaped", + "funny", + "fur-bearing", + "furious", + "furled", + "furlike", + "furnished", + "furred", + "furrowed", + "furry", + "further", + "furthermost", + "furthest", + "furtive", + "fuscous", + "fused", + "fusible", + "fusiform", + "fussy", + "fusty", + "futile", + "future", + "future_day", + "futureless", + "futurist", + "futuristic", + "fuzzed", + "fuzzy", + "gabby", + "gabled", + "gabonese", + "gaelic", + "gaelic-speaking", + "gaga", + "gainful", + "gainly", + "galactic", + "galilaean", + "galilean", + "gallant", + "galled", + "gallic", + "gallican", + "gallinaceous", + "galling", + "galore", + "galvanic", + "galvanising", + "galvanizing", + "galwegian", + "gambian", + "game", + "gamey", + "gammy", + "gamopetalous", + "gamy", + "gandhian", + "gangling", + "gangly", + "gangrenous", + "gap-toothed", + "gaping", + "garbed", + "garbled", + "gardant", + "gargantuan", + "garish", + "garlicky", + "garmented", + "garmentless", + "garnet-colored", + "garnet-coloured", + "garrulous", + "gas-filled", + "gas-tight", + "gaseous", + "gasified", + "gassy", + "gastric", + "gastroduodenal", + "gastroesophageal", + "gastrointestinal", + "gastronomic", + "gastronomical", + "gathered", + "gauche", + "gaudy", + "gauguinesque", + "gaumless", + "gaunt", + "gauntleted", + "gaussian", + "gauze-like", + "gauzy", + "gawky", + "gay", + "geared", + "gelatinlike", + "gelatinous", + "gelded", + "gelid", + "gemmed", + "gemmiferous", + "genealogic", + "genealogical", + "general", + "general-purpose", + "generalised", + "generalized", + "generational", + "generative", + "generic", + "generous", + "genetic", + "genetical", + "genial", + "genic", + "geniculate", + "genital", + "genitive", + "genitourinary", + "genoese", + "genotypic", + "genotypical", + "genovese", + "genteel", + "gentile", + "gentle", + "gentlemanlike", + "gentlemanly", + "genuine", + "geocentric", + "geodesic", + "geodesical", + "geodetic", + "geographic", + "geographical", + "geologic", + "geological", + "geometric", + "geometrical", + "geomorphologic", + "geomorphological", + "geophysical", + "geophytic", + "geopolitical", + "georgian", + "geostationary", + "geostrategic", + "geosynchronous", + "geothermal", + "geothermic", + "geriatric", + "german", + "german-american", + "german-speaking", + "germane", + "germanic", + "germfree", + "germicidal", + "germinal", + "germy", + "gerontological", + "gerundial", + "gestational", + "gesticulating", + "gestural", + "get-at-able", + "getable", + "getatable", + "gettable", + "ghanaian", + "ghanese", + "ghanian", + "ghastly", + "ghostlike", + "ghostly", + "ghoulish", + "gi", + "giant", + "gibbose", + "gibbous", + "gibelike", + "gibraltarian", + "giddy", + "gifted", + "gigantic", + "gilbertian", + "gilded", + "gill-less", + "gilled", + "gilt", + "gilt-edged", + "gimbaled", + "gimcrack", + "gimpy", + "ginger", + "ginger-scented", + "gingerly", + "gingery", + "gingival", + "girlish", + "given", + "giving", + "glabellar", + "glabrescent", + "glabrous", + "glace", + "glacial", + "glaciated", + "glad", + "gladdened", + "gladiatorial", + "gladsome", + "glamorous", + "glamourous", + "glandular", + "glaring", + "glary", + "glass-like", + "glassed", + "glassless", + "glassy", + "glaswegian", + "glaucous", + "glazed", + "gleaming", + "gleeful", + "glial", + "glib", + "glib-tongued", + "glimmery", + "glinting", + "glistening", + "glistering", + "glittering", + "glittery", + "global", + "globose", + "globular", + "glomerular", + "gloomful", + "glooming", + "gloomy", + "glorified", + "glorious", + "glossopharyngeal", + "glossy", + "glossy-coated", + "glossy-furred", + "glossy-haired", + "glottal", + "glottochronological", + "gloved", + "gloveless", + "glowering", + "glowing", + "glued", + "gluey", + "glum", + "gluteal", + "glutinous", + "glutted", + "gluttonous", + "glycogenic", + "gnarled", + "gnarly", + "gnomic", + "gnomish", + "gnostic", + "go", + "go-as-you-please", + "go-to-meeting", + "goaded", + "goal-directed", + "goalless", + "goateed", + "goblet-shaped", + "gobsmacked", + "god-awful", + "god-fearing", + "goddam", + "goddamn", + "goddamned", + "godforsaken", + "godless", + "godlike", + "godly", + "goethean", + "goethian", + "goggle-eyed", + "going", + "gold", + "gold-bearing", + "gold-colored", + "gold-coloured", + "golden", + "golden-brown", + "golden-green", + "golden-yellow", + "gonadal", + "gonadotrophic", + "gonadotropic", + "gone", + "gonzo", + "good", + "good-for-naught", + "good-for-nothing", + "good-hearted", + "good-humored", + "good-humoured", + "good-looking", + "good-natured", + "good-tempered", + "good-time", + "good_enough", + "good_for_you", + "goodish", + "goodly", + "goody-goody", + "gooey", + "goofy", + "gooselike", + "goosey", + "goosy", + "gordian", + "gorgeous", + "gormless", + "gory", + "gossamer", + "gossipy", + "gothic", + "gouty", + "governable", + "governing", + "governmental", + "gowned", + "grabby", + "graceful", + "graceless", + "gracile", + "gracious", + "gradable", + "gradational", + "gradatory", + "grade-appropriate", + "grade-constructed", + "graded", + "gradual", + "graduate", + "graduated", + "graeco-roman", + "graecophile", + "graecophilic", + "grainy", + "gram-negative", + "gram-positive", + "grammatic", + "grammatical", + "grand", + "grandiloquent", + "grandiose", + "granitelike", + "granitic", + "granted", + "granular", + "granulated", + "granuliferous", + "granulocytic", + "granulomatous", + "granulose", + "grape-sized", + "grapelike", + "grapey", + "graphic", + "graphical", + "grapy", + "graspable", + "grasping", + "grass-covered", + "grass-eating", + "grassless", + "grasslike", + "grassroots", + "grassy", + "grassy-leafed", + "grassy-leaved", + "grateful", + "gratified", + "gratifying", + "grating", + "gratis", + "gratuitous", + "gratulatory", + "grave", + "gravelly", + "graven", + "gravid", + "gravimetric", + "gravitational", + "gravitative", + "gray", + "gray-black", + "gray-blue", + "gray-brown", + "gray-green", + "gray-haired", + "gray-headed", + "gray-pink", + "gray-white", + "grayish", + "grayish-black", + "grayish-blue", + "grayish-brown", + "grayish-green", + "grayish-pink", + "grayish-white", + "grazed", + "greased", + "greaseproof", + "greasy", + "great", + "great_bellied", + "greater", + "greatest", + "greathearted", + "grecian", + "greco-roman", + "greedy", + "greek", + "greek_orthodox", + "green", + "green-blind", + "green-eyed", + "green-white", + "greenhouse", + "greenish", + "greenish-brown", + "greenish-gray", + "greenish-grey", + "greenish-white", + "greensick", + "greenside", + "gregarious", + "gregorian", + "grenadian", + "grey", + "grey-black", + "grey-blue", + "grey-brown", + "grey-green", + "grey-haired", + "grey-headed", + "grey-pink", + "grey-white", + "greyed", + "greyish", + "greyish-black", + "greyish-blue", + "greyish-brown", + "greyish-green", + "greyish-pink", + "greyish-white", + "grief-stricken", + "grieving", + "grievous", + "grilled", + "grim", + "grimy", + "gripping", + "grisly", + "gristly", + "gritty", + "grizzled", + "grizzly", + "groggy", + "groomed", + "grooved", + "groovy", + "groping", + "gross", + "grotesque", + "grotty", + "grouchy", + "ground-floor", + "ground-hugging", + "groundbreaking", + "groundless", + "grouped", + "groveling", + "grovelling", + "growing", + "grown", + "grownup", + "grubby", + "grudging", + "grueling", + "gruelling", + "gruesome", + "gruff", + "grumbling", + "grumose", + "grumous", + "grumpy", + "grungy", + "gu", + "guardant", + "guarded", + "guatemalan", + "gubernatorial", + "guided", + "guiding", + "guileful", + "guileless", + "guilt-ridden", + "guiltless", + "guilty", + "guinean", + "guitar-shaped", + "gullible", + "gum-like", + "gummed", + "gummy", + "gumptious", + "gung_ho", + "gushing", + "gushy", + "gusseted", + "gustative", + "gustatorial", + "gustatory", + "gusty", + "gutless", + "gutsy", + "guttural", + "guyanese", + "gymnastic", + "gymnosophical", + "gymnospermous", + "gynaecological", + "gynandromorphic", + "gynandromorphous", + "gynecologic", + "gynecological", + "gyral", + "gyroscopic", + "h-shaped", + "habilimented", + "habit-forming", + "habitable", + "habited", + "habitual", + "hackneyed", + "hadal", + "hadean", + "haemal", + "haematal", + "haematic", + "haematogenic", + "haematological", + "haematopoietic", + "haemic", + "haemolytic", + "haemophilic", + "haemopoietic", + "haemorrhagic", + "hag-ridden", + "haggard", + "hagridden", + "hail-fellow", + "hail-fellow-well-met", + "hair-raising", + "hair-shirt", + "hair-shirted", + "haired", + "hairless", + "hairlike", + "hairsplitting", + "hairy", + "haitian", + "halal", + "halcyon", + "hale", + "half", + "half-and-half", + "half-baked", + "half-blooded", + "half-bound", + "half-bred", + "half-breed", + "half-clothed", + "half-crazed", + "half-dozen", + "half-evergreen", + "half-hardy", + "half-hearted", + "half-hourly", + "half-length", + "half-seas-over", + "half-size", + "half-timber", + "half-timbered", + "half-time", + "half-track", + "half-tracked", + "half-witted", + "half-yearly", + "half_dozen", + "halfhearted", + "halfway", + "hallowed", + "hallucinating", + "hallucinatory", + "hallucinogenic", + "halt", + "halting", + "ham-fisted", + "ham-handed", + "hammer-shaped", + "hammered", + "hammy", + "hand-crafted", + "hand-down", + "hand-held", + "hand-hewn", + "hand-loomed", + "hand-me-down", + "hand-operated", + "hand-to-hand", + "hand-to-mouth", + "handed", + "handed-down", + "handelian", + "handheld", + "handicapped", + "handled", + "handleless", + "handless", + "handmade", + "hands-down", + "hands-off", + "hands-on", + "handsewn", + "handsome", + "handstitched", + "handwoven", + "handwritten", + "handy", + "hangdog", + "hanoverian", + "haphazard", + "hapless", + "haploid", + "haploidic", + "happy", + "happy-go-lucky", + "haptic", + "harassed", + "hard", + "hard-and-fast", + "hard-baked", + "hard-bitten", + "hard-boiled", + "hard-core", + "hard-fought", + "hard-hitting", + "hard-line", + "hard-nosed", + "hard-of-hearing", + "hard-pressed", + "hard-shelled", + "hard-to-please", + "hard_put", + "hard_to_please", + "hard_up", + "hardback", + "hardbacked", + "hardbound", + "hardcore", + "hardcover", + "hardened", + "hardfisted", + "hardheaded", + "hardhearted", + "hardline", + "hardly_a", + "hardscrabble", + "hardworking", + "hardy", + "harebrained", + "harmful", + "harmless", + "harmonic", + "harmonical", + "harmonious", + "harmonised", + "harmonizable", + "harmonized", + "harnessed", + "harp-shaped", + "harried", + "harrowing", + "harsh", + "harsh-voiced", + "harum-scarum", + "hasidic", + "hassidic", + "hastate", + "hasty", + "hatched", + "hated", + "hateful", + "hatless", + "hatted", + "haughty", + "haunted", + "haunting", + "hawaiian", + "hawk-eyed", + "hawkish", + "haywire", + "hazardous", + "hazel", + "hazel-brown", + "hazy", + "head-in-the-clouds", + "head-on", + "head-to-head", + "headed", + "headfirst", + "headless", + "headlike", + "headlong", + "heads-up", + "headstrong", + "heady", + "healed", + "healing", + "healthful", + "healthier", + "healthy", + "hearable", + "heard", + "hearing", + "hearing-impaired", + "hearsay", + "heart-healthy", + "heart-shaped", + "heart-to-heart", + "heart-whole", + "heartbreaking", + "heartbroken", + "heartening", + "heartfelt", + "heartless", + "heartrending", + "heartsick", + "heartwarming", + "hearty", + "heat-absorbing", + "heat-releasing", + "heatable", + "heated", + "heated_up", + "heathen", + "heathenish", + "heathlike", + "heatless", + "heaven-sent", + "heavenly", + "heavenward", + "heavier-than-air", + "heavily_traveled", + "heavy", + "heavy-armed", + "heavy-coated", + "heavy-duty", + "heavy-footed", + "heavy-handed", + "heavy-laden", + "heavy-limbed", + "heavyhearted", + "heavyset", + "hebdomadal", + "hebdomadary", + "hebephrenic", + "hebraic", + "hebraical", + "hebrew", + "hebridean", + "hectic", + "hedged", + "hedonic", + "hedonistic", + "heedful", + "heedless", + "hefty", + "hegelian", + "heightening", + "heinous", + "held", + "heliac", + "heliacal", + "helical", + "heliocentric", + "hell-bent", + "hellenic", + "hellenistic", + "hellenistical", + "hellish", + "helmet-shaped", + "helmeted", + "helminthic", + "helpful", + "helpless", + "helter-skelter", + "hemal", + "hematal", + "hematic", + "hematogenic", + "hematologic", + "hematological", + "hematopoietic", + "hemic", + "hemimetabolic", + "hemimetabolous", + "hemimetamorphic", + "hemimetamorphous", + "hemingwayesque", + "hemiparasitic", + "hemispheric", + "hemispherical", + "hemodynamic", + "hemolytic", + "hemophilic", + "hemopoietic", + "hemorrhagic", + "hemostatic", + "hempen", + "henpecked", + "hep", + "hepatic", + "hepatotoxic", + "heralded", + "heraldic", + "heraldist", + "herbaceous", + "herbal", + "herbivorous", + "herculean", + "here", + "hereditary", + "heretical", + "heritable", + "hermaphrodite", + "hermaphroditic", + "hermeneutic", + "hermetic", + "hermitic", + "hermitical", + "heroic", + "heroical", + "hertzian", + "hesitant", + "hesitating", + "hesperian", + "het", + "het_up", + "heterocercal", + "heterocyclic", + "heterodactyl", + "heterodox", + "heterodyne", + "heteroecious", + "heterogeneous", + "heterogenous", + "heteroicous", + "heterologic", + "heterological", + "heterologous", + "heterometabolic", + "heterometabolous", + "heterosexual", + "heterosporous", + "heterothermic", + "heterotrophic", + "heterozygous", + "heuristic", + "hewn", + "hex", + "hexadecimal", + "hexagonal", + "hexangular", + "hexed", + "hi-fi", + "hi-tech", + "hibernal", + "hibernating", + "hick", + "hidden", + "hidebound", + "hideous", + "hidrotic", + "hiemal", + "hierarchal", + "hierarchic", + "hierarchical", + "hieratic", + "hieratical", + "hieroglyphic", + "hieroglyphical", + "hifalutin", + "higgledy-piggledy", + "high", + "high-altitude", + "high-and-mighty", + "high-backed", + "high-ceilinged", + "high-class", + "high-crowned", + "high-energy", + "high-fidelity", + "high-flown", + "high-grade", + "high-handed", + "high-interest", + "high-keyed", + "high-level", + "high-minded", + "high-necked", + "high-octane", + "high-performance", + "high-pitched", + "high-potential", + "high-power", + "high-powered", + "high-pressure", + "high-priced", + "high-principled", + "high-ranking", + "high-resolution", + "high-rise", + "high-risk", + "high-sounding", + "high-speed", + "high-spirited", + "high-stepped", + "high-stepping", + "high-strung", + "high-sudsing", + "high-tech", + "high-tension", + "high-ticket", + "high-toned", + "high-top", + "high-topped", + "high-velocity", + "high-voltage", + "high-yield", + "highborn", + "highbrow", + "highbrowed", + "higher", + "higher-ranking", + "highfalutin", + "highfaluting", + "highflying", + "highland", + "highly-developed", + "highly-sexed", + "highly_infective", + "highly_sensitive", + "highly_strung", + "hilar", + "hilarious", + "hilly", + "himalayan", + "hind", + "hinder", + "hindering", + "hindermost", + "hindi", + "hindmost", + "hindoo", + "hindu", + "hindustani", + "hip", + "hip-length", + "hip_to", + "hiplength", + "hipless", + "hipped", + "hippocratic", + "hircine", + "hired", + "hirsute", + "hispanic", + "hispaniolan", + "hispid", + "histologic", + "histological", + "historic", + "historical", + "historied", + "histrionic", + "hit-and-run", + "hit-or-miss", + "hitlerian", + "hitless", + "hittite", + "hmong", + "ho-hum", + "hoar", + "hoarse", + "hoary", + "hobnailed", + "hogged", + "hoggish", + "hoity-toity", + "hokey", + "hole-and-corner", + "hole-in-corner", + "holey", + "holier-than-thou", + "holistic", + "hollow", + "hollow-eyed", + "hollow-horned", + "hollywood", + "holographic", + "holographical", + "holometabolic", + "holometabolous", + "holophytic", + "holozoic", + "holy", + "home", + "home-baked", + "home-brewed", + "home-cured", + "home-loving", + "home-style", + "homebound", + "homegrown", + "homeless", + "homelike", + "homely", + "homemade", + "homeopathic", + "homeostatic", + "homeothermic", + "homeric", + "homesick", + "homespun", + "homeward", + "homeward-bound", + "homey", + "homicidal", + "homiletic", + "homiletical", + "hominal", + "homing", + "hominian", + "hominid", + "hominine", + "homocentric", + "homocercal", + "homochromatic", + "homocyclic", + "homoecious", + "homoerotic", + "homogeneous", + "homogenised", + "homogenized", + "homogenous", + "homoiothermic", + "homologic", + "homological", + "homologous", + "homonymic", + "homonymous", + "homophile", + "homophobic", + "homophonic", + "homophonous", + "homosexual", + "homosporous", + "homostyled", + "homostylic", + "homostylous", + "homothermic", + "homozygous", + "homy", + "honduran", + "honest", + "honest-to-god", + "honest-to-goodness", + "honey", + "honey-colored", + "honey-coloured", + "honey-scented", + "honeycombed", + "honeyed", + "honeylike", + "honied", + "honorable", + "honorary", + "honored", + "honorific", + "honourable", + "hoofed", + "hooflike", + "hook-nosed", + "hook-shaped", + "hooked", + "hooklike", + "hooved", + "hoped-for", + "hopeful", + "hopeless", + "hopped-up", + "horary", + "horizontal", + "hormonal", + "horn-rimmed", + "horn-shaped", + "horned", + "hornless", + "hornlike", + "horny", + "horrendous", + "horrible", + "horrid", + "horrific", + "horrified", + "horrifying", + "horror-stricken", + "horror-struck", + "horse-and-buggy", + "horse-drawn", + "hortative", + "hortatory", + "horticultural", + "hospitable", + "hostile", + "hot", + "hot-blooded", + "hot-tempered", + "hot_and_bothered", + "hot_under_the_collar", + "hotheaded", + "hottish", + "hourglass-shaped", + "hourlong", + "hourly", + "house-proud", + "house-to-house", + "house-trained", + "housebound", + "housebroken", + "housewifely", + "howling", + "hoydenish", + "huddled", + "hueless", + "huffish", + "huffy", + "huge", + "hugger-mugger", + "hugoesque", + "hulking", + "hulky", + "human", + "human-centered", + "human-centred", + "human-sized", + "humane", + "humanist", + "humanistic", + "humanitarian", + "humanlike", + "humble", + "humbled", + "humbling", + "humdrum", + "humic", + "humid", + "humified", + "humiliated", + "humiliating", + "humongous", + "humoral", + "humorless", + "humorous", + "humourless", + "humourous", + "humpbacked", + "humped", + "hunchbacked", + "hunched", + "hundred", + "hundred-and-eightieth", + "hundred-and-fifteenth", + "hundred-and-fifth", + "hundred-and-fiftieth", + "hundred-and-fifty-fifth", + "hundred-and-first", + "hundred-and-fortieth", + "hundred-and-forty-fifth", + "hundred-and-ninetieth", + "hundred-and-seventieth", + "hundred-and-seventy-fifth", + "hundred-and-sixtieth", + "hundred-and-sixty-fifth", + "hundred-and-tenth", + "hundred-and-thirtieth", + "hundred-and-thirty-fifth", + "hundred-and-twentieth", + "hundred-and-twenty-fifth", + "hundred_and_one", + "hundred_thousand", + "hundredth", + "hungarian", + "hungry", + "hunky-dory", + "hunted", + "hurried", + "hurrying", + "hurt", + "hurtful", + "husbandly", + "hush-hush", + "hushed", + "hushed-up", + "husky", + "huxleian", + "huxleyan", + "hyaline", + "hyaloid", + "hyaloplasmic", + "hybrid", + "hydrated", + "hydraulic", + "hydric", + "hydrocephalic", + "hydrodynamic", + "hydroelectric", + "hydrographic", + "hydrographical", + "hydrokinetic", + "hydrolyzable", + "hydrometric", + "hydropathic", + "hydrophilic", + "hydrophobic", + "hydrophytic", + "hydroponic", + "hydrostatic", + "hydrous", + "hydroxy", + "hygienic", + "hygienical", + "hygrophytic", + "hygroscopic", + "hymenal", + "hymeneal", + "hymenopterous", + "hyoid", + "hypaethral", + "hyperactive", + "hyperbolic", + "hyperboloidal", + "hypercatalectic", + "hypercritical", + "hyperemic", + "hyperfine", + "hypermetropic", + "hyperopic", + "hypersensitised", + "hypersensitive", + "hypersensitized", + "hypertensive", + "hyperthermal", + "hypertonic", + "hypertrophied", + "hypethral", + "hypnagogic", + "hypnogogic", + "hypnoid", + "hypnotic", + "hypnotised", + "hypnotized", + "hypoactive", + "hypochondriac", + "hypochondriacal", + "hypocritical", + "hypodermal", + "hypodermic", + "hypoglycaemic", + "hypoglycemic", + "hypognathous", + "hypophyseal", + "hypophysectomised", + "hypophysectomized", + "hypophysial", + "hypotensive", + "hypothalamic", + "hypothermic", + "hypothetic", + "hypothetical", + "hypotonic", + "hypovolaemic", + "hypovolemic", + "hysteric", + "hysterical", + "i", + "iambic", + "iatrogenic", + "iberian", + "ibsenian", + "ic", + "ice-clogged", + "ice-cold", + "ice-free", + "icebound", + "icelandic", + "icelandic-speaking", + "ichorous", + "icky", + "iconic", + "iconoclastic", + "icosahedral", + "ictal", + "icteric", + "icterogenic", + "ictic", + "icy", + "ideal", + "idealised", + "idealistic", + "idealized", + "ideational", + "idempotent", + "identical", + "identifiable", + "identified", + "ideographic", + "ideologic", + "ideological", + "idiographic", + "idiomatic", + "idiomatical", + "idiopathic", + "idiosyncratic", + "idiotic", + "idle", + "idolatrous", + "idolised", + "idolized", + "idyllic", + "iffy", + "igneous", + "ignescent", + "ignitable", + "ignited", + "ignitible", + "ignoble", + "ignominious", + "ignorant", + "ignored", + "ii", + "iii", + "il", + "iliac", + "ill", + "ill-advised", + "ill-affected", + "ill-bred", + "ill-chosen", + "ill-conceived", + "ill-considered", + "ill-defined", + "ill-dressed", + "ill-equipped", + "ill-famed", + "ill-fated", + "ill-favored", + "ill-favoured", + "ill-fed", + "ill-fitting", + "ill-formed", + "ill-gotten", + "ill-humored", + "ill-humoured", + "ill-judged", + "ill-mannered", + "ill-natured", + "ill-omened", + "ill-proportioned", + "ill-scented", + "ill-shapen", + "ill-smelling", + "ill-sorted", + "ill-starred", + "ill-tempered", + "ill-timed", + "ill-treated", + "ill-used", + "ill_at_ease", + "illative", + "illegal", + "illegible", + "illegitimate", + "illiberal", + "illicit", + "illimitable", + "illiterate", + "illogical", + "illuminated", + "illuminating", + "illusional", + "illusionary", + "illusive", + "illusory", + "illustrative", + "illustrious", + "ilx", + "ilxx", + "ilxxx", + "imaginable", + "imaginary", + "imaginative", + "imbalanced", + "imbecile", + "imbecilic", + "imbricate", + "imbricated", + "imitation", + "imitative", + "immaculate", + "immanent", + "immaterial", + "immature", + "immeasurable", + "immediate", + "immemorial", + "immense", + "immensurable", + "imminent", + "immiscible", + "immobile", + "immoderate", + "immodest", + "immoral", + "immortal", + "immotile", + "immovable", + "immoveable", + "immune", + "immunised", + "immunized", + "immunochemical", + "immunocompetent", + "immunocompromised", + "immunodeficient", + "immunogenic", + "immunologic", + "immunological", + "immunosuppressed", + "immunosuppressive", + "immunotherapeutic", + "immutable", + "impacted", + "impaired", + "impalpable", + "imparipinnate", + "impartial", + "impassable", + "impassioned", + "impassive", + "impatient", + "impeccable", + "impeccant", + "impecunious", + "impeded", + "impeding", + "impelled", + "impellent", + "impelling", + "impendent", + "impending", + "impenetrable", + "impenitent", + "imperative", + "imperceptible", + "imperfect", + "imperfectible", + "imperforate", + "imperial", + "imperialist", + "imperialistic", + "imperious", + "imperishable", + "impermanent", + "impermeable", + "impermissible", + "impersonal", + "impertinent", + "imperturbable", + "imperviable", + "impervious", + "impetiginous", + "impetuous", + "impious", + "impish", + "implacable", + "implanted", + "implausible", + "implemental", + "implemented", + "implicated", + "implicational", + "implicative", + "implicit", + "implicit_in", + "implike", + "imploring", + "impolite", + "impolitic", + "imponderable", + "important", + "important-looking", + "imported", + "importunate", + "imposed", + "imposing", + "impossible", + "impotent", + "impoverished", + "impracticable", + "impractical", + "imprecise", + "impregnable", + "impressed", + "impressible", + "impressionable", + "impressionist", + "impressionistic", + "impressive", + "imprisoned", + "improbable", + "impromptu", + "improper", + "improvable", + "improved", + "improvident", + "improving", + "improvised", + "imprudent", + "impudent", + "impugnable", + "impuissant", + "impulsive", + "impure", + "imputable", + "imputrescible", + "in", + "in-between", + "in-bounds", + "in-chief", + "in-person", + "in-situ", + "in-your-face", + "in_a_bad_way", + "in_advance", + "in_agreement", + "in_condition", + "in_demand", + "in_dishabille", + "in_effect", + "in_evidence", + "in_for", + "in_force", + "in_gear", + "in_good_taste", + "in_height", + "in_her_right_mind", + "in_high_spirits", + "in_his_right_mind", + "in_league", + "in_line", + "in_love", + "in_one's_birthday_suit", + "in_operation", + "in_order", + "in_play", + "in_question", + "in_series", + "in_sight", + "in_small_stages", + "in_stock", + "in_store", + "in_straitened_circumstances", + "in_style", + "in_the_altogether", + "in_the_buff", + "in_the_flesh", + "in_the_lead", + "in_the_public_eye", + "in_the_raw", + "in_their_right_minds", + "in_use", + "in_vitro", + "in_vivo", + "in_vogue", + "in_writing", + "in_your_birthday_suit", + "inaccessible", + "inaccurate", + "inactive", + "inadequate", + "inadmissible", + "inadvertent", + "inadvisable", + "inaesthetic", + "inalienable", + "inalterable", + "inane", + "inanimate", + "inapplicable", + "inapposite", + "inappreciable", + "inappropriate", + "inapt", + "inarguable", + "inarticulate", + "inartistic", + "inattentive", + "inaudible", + "inaugural", + "inauspicious", + "inauthentic", + "inboard", + "inborn", + "inbound", + "inbred", + "inbuilt", + "incalculable", + "incan", + "incandescent", + "incapable", + "incapacitated", + "incapacitating", + "incarnate", + "incased", + "incautious", + "incendiary", + "incensed", + "incertain", + "incessant", + "incestuous", + "inchoate", + "inchoative", + "incident", + "incidental", + "incipient", + "incised", + "incisive", + "incitive", + "inclement", + "inclined", + "included", + "inclusive", + "incognito", + "incognizable", + "incognizant", + "incognoscible", + "incoherent", + "incombustible", + "incoming", + "incommensurable", + "incommensurate", + "incommodious", + "incommunicado", + "incommunicative", + "incommutable", + "incomparable", + "incompatible", + "incompetent", + "incomplete", + "incomprehensible", + "incomprehensive", + "incompressible", + "incomputable", + "inconceivable", + "inconclusive", + "incongruent", + "incongruous", + "inconsequent", + "inconsequential", + "inconsiderable", + "inconsiderate", + "inconsistent", + "inconsolable", + "inconspicuous", + "inconstant", + "incontestable", + "incontestible", + "incontinent", + "incontrovertible", + "inconvenient", + "inconvertible", + "incorporate", + "incorporated", + "incorporative", + "incorporeal", + "incorrect", + "incorrigible", + "incorrupt", + "incorruptible", + "increased", + "increasing", + "increasing_monotonic", + "incredible", + "incredulous", + "incremental", + "incriminating", + "incriminatory", + "inculpable", + "inculpative", + "inculpatory", + "incumbent", + "incumbent_on", + "incurable", + "incurious", + "incursive", + "incurvate", + "incurved", + "indebted", + "indecent", + "indecipherable", + "indecisive", + "indecorous", + "indefatigable", + "indefeasible", + "indefensible", + "indefinable", + "indefinite", + "indehiscent", + "indelible", + "indelicate", + "indentured", + "independent", + "indescribable", + "indestructible", + "indeterminable", + "indeterminate", + "indexical", + "indexless", + "indian", + "indicative", + "indicatory", + "indictable", + "indie", + "indifferent", + "indigenous", + "indigent", + "indigestible", + "indignant", + "indigo", + "indirect", + "indiscernible", + "indiscreet", + "indiscrete", + "indiscriminate", + "indiscriminating", + "indispensable", + "indisposed", + "indisputable", + "indissoluble", + "indistinct", + "indistinguishable", + "individual", + "individualised", + "individualist", + "individualistic", + "individualized", + "indivisible", + "indivisible_by", + "indo-aryan", + "indo-european", + "indo-germanic", + "indocile", + "indolent", + "indomitable", + "indonesian", + "indoor", + "indrawn", + "indubitable", + "induced", + "inducive", + "inductive", + "indulgent", + "indurate", + "indusial", + "industrial", + "industrial-strength", + "industrialised", + "industrialized", + "industrious", + "indwelling", + "inebriated", + "inedible", + "ineffable", + "ineffective", + "ineffectual", + "inefficacious", + "inefficient", + "inelaborate", + "inelastic", + "inelegant", + "ineligible", + "ineluctable", + "inept", + "inequitable", + "ineradicable", + "inerrable", + "inerrant", + "inert", + "inertial", + "inescapable", + "inessential", + "inestimable", + "inevitable", + "inexact", + "inexcusable", + "inexhaustible", + "inexorable", + "inexpedient", + "inexpensive", + "inexperienced", + "inexperient", + "inexpert", + "inexpiable", + "inexplicable", + "inexplicit", + "inexpressible", + "inexpressive", + "inexpugnable", + "inexpungeable", + "inexpungible", + "inextensible", + "inexterminable", + "inextinguishable", + "inextirpable", + "inextricable", + "infallible", + "infamous", + "infantile", + "infatuated", + "infeasible", + "infected", + "infectious", + "infective", + "infelicitous", + "inferential", + "inferior", + "infernal", + "infertile", + "infinite", + "infinitesimal", + "infinitival", + "infirm", + "inflamed", + "inflammable", + "inflammatory", + "inflatable", + "inflated", + "inflationary", + "inflected", + "inflectional", + "inflexible", + "inflowing", + "influent", + "influential", + "informal", + "informational", + "informative", + "informatory", + "informed", + "infra_dig", + "infrahuman", + "inframaxillary", + "infrangible", + "infrared", + "infrasonic", + "infrequent", + "infuriated", + "infuriating", + "ingenious", + "ingenuous", + "inglorious", + "ingrained", + "ingratiating", + "ingratiatory", + "ingrowing", + "ingrown", + "inguinal", + "inhabitable", + "inhabited", + "inhalant", + "inharmonic", + "inharmonious", + "inherent", + "inheritable", + "inherited", + "inheriting", + "inhibited", + "inhibitory", + "inhomogeneous", + "inhospitable", + "inhuman", + "inhumane", + "inhumed", + "inimical", + "inimitable", + "iniquitous", + "initial", + "initiative", + "initiatory", + "injectable", + "injudicious", + "injured", + "injurious", + "ink-black", + "ink-jet", + "inky", + "inky-black", + "inlaid", + "inland", + "inmost", + "innate", + "inner", + "innermost", + "innocent", + "innocuous", + "innovational", + "innovative", + "innoxious", + "innumerable", + "innumerate", + "innumerous", + "inodorous", + "inoffensive", + "inoperable", + "inoperative", + "inopportune", + "inordinate", + "inorganic", + "inpouring", + "inquiring", + "inquisitive", + "inquisitorial", + "inquisitory", + "insalubrious", + "insane", + "insanitary", + "insatiable", + "insatiate", + "inscribed", + "inscriptive", + "inscrutable", + "insectan", + "insecticidal", + "insectivorous", + "insecure", + "insensate", + "insensible", + "insensitive", + "insentient", + "inseparable", + "inshore", + "inside", + "inside-out", + "insidious", + "insightful", + "insignificant", + "insincere", + "insinuating", + "insipid", + "insistent", + "insolent", + "insoluble", + "insolvable", + "insolvent", + "insomniac", + "insouciant", + "inspirational", + "inspiratory", + "inspired", + "inspiring", + "inspiriting", + "inst", + "instant", + "instantaneous", + "instigative", + "instinct", + "instinctive", + "institutional", + "institutionalised", + "institutionalized", + "instructional", + "instructive", + "instrumental", + "insubordinate", + "insubstantial", + "insufferable", + "insufficient", + "insular", + "insulting", + "insuperable", + "insupportable", + "insurable", + "insured", + "insurgent", + "insurmountable", + "insurrectional", + "insurrectionary", + "insusceptible", + "intact", + "intangible", + "integral", + "integrated", + "integrative", + "integumental", + "integumentary", + "intellectual", + "intelligent", + "intelligible", + "intemperate", + "intended", + "intense", + "intensified", + "intensifying", + "intensional", + "intensive", + "intent", + "intentional", + "interactional", + "interactive", + "interbred", + "intercalary", + "intercellular", + "interchangeable", + "interchurch", + "intercollegiate", + "interconnected", + "intercontinental", + "intercostal", + "intercrossed", + "interdenominational", + "interdepartmental", + "interdependent", + "interdisciplinary", + "interest-bearing", + "interested", + "interesting", + "interfacial", + "interfaith", + "interfering", + "intergalactic", + "interim", + "interior", + "interlaced", + "interlacing", + "interlineal", + "interlinear", + "interlinking", + "interlobular", + "interlocking", + "interlocutory", + "intermediate", + "intermeshed", + "interminable", + "intermittent", + "intermolecular", + "intermural", + "internal", + "international", + "internationalist", + "internationalistic", + "internecine", + "interoceptive", + "interoperable", + "interpersonal", + "interplanetary", + "interpretable", + "interpretative", + "interpreted", + "interpretive", + "interracial", + "interred", + "interrelated", + "interrogative", + "interrogatory", + "interrupted", + "interscholastic", + "interschool", + "intersectant", + "intersecting", + "intersexual", + "interspecies", + "interspecific", + "interstate", + "interstellar", + "interstitial", + "intertidal", + "intertribal", + "intervening", + "intervertebral", + "interwoven", + "intestate", + "intestinal", + "intimal", + "intimate", + "intimidated", + "intimidating", + "intolerable", + "intolerant", + "intoned", + "intoxicant", + "intoxicated", + "intoxicating", + "intra_vires", + "intracellular", + "intracerebral", + "intracranial", + "intractable", + "intracutaneous", + "intradepartmental", + "intradermal", + "intradermic", + "intragroup", + "intralinguistic", + "intralobular", + "intramolecular", + "intramural", + "intramuscular", + "intransigent", + "intransitive", + "intrapulmonary", + "intrasentential", + "intraspecies", + "intraspecific", + "intrastate", + "intrauterine", + "intravenous", + "intraventricular", + "intrepid", + "intricate", + "intriguing", + "intrinsic", + "intrinsical", + "introductory", + "introjected", + "introspective", + "introuvable", + "introversive", + "introverted", + "introvertish", + "introvertive", + "intruding", + "intrusive", + "intuitionist", + "intuitive", + "intumescent", + "inundated", + "inured", + "inutile", + "invading", + "invalid", + "invalidated", + "invalidating", + "invaluable", + "invariable", + "invariant", + "invasive", + "inventive", + "inverse", + "invertebrate", + "inverted", + "invertible", + "investigative", + "investigatory", + "inveterate", + "invidious", + "invigorated", + "invigorating", + "invincible", + "inviolable", + "inviolate", + "invisible", + "invitational", + "invitatory", + "inviting", + "involucrate", + "involuntary", + "involute", + "involved", + "invulnerable", + "inward", + "inward-developing", + "inward-moving", + "inwrought", + "iodinated", + "iodinating", + "iodised", + "iodized", + "ionian", + "ionic", + "ionised", + "ionized", + "ipsilateral", + "iraki", + "iranian", + "iraqi", + "irascible", + "irate", + "ireful", + "irenic", + "iridaceous", + "iridescent", + "iridic", + "irish", + "iritic", + "irksome", + "iron", + "iron-gray", + "iron-grey", + "ironclad", + "ironed", + "ironic", + "ironical", + "ironlike", + "ironshod", + "irrational", + "irreclaimable", + "irreconcilable", + "irrecoverable", + "irredeemable", + "irreducible", + "irrefutable", + "irregular", + "irrelevant", + "irreligious", + "irremediable", + "irremovable", + "irreparable", + "irreplaceable", + "irrepressible", + "irreproachable", + "irreproducible", + "irresistible", + "irresolute", + "irresponsible", + "irretrievable", + "irreverent", + "irreversible", + "irrevocable", + "irrevokable", + "irritable", + "irritated", + "irritating", + "irritative", + "irruptive", + "ischaemic", + "ischemic", + "isentropic", + "islamic", + "ismaili", + "isobilateral", + "isochronal", + "isochronous", + "isoclinal", + "isoclinic", + "isocyclic", + "isogonic", + "isolable", + "isolated", + "isolating", + "isolationist", + "isolationistic", + "isomeric", + "isometric", + "isometrical", + "isomorphic", + "isomorphous", + "isopteran", + "isosceles", + "isosmotic", + "isothermal", + "isothermic", + "isotonic", + "isotopic", + "isotropic", + "isotropous", + "israeli", + "isthmian", + "italian", + "italian-speaking", + "italic", + "itchy", + "item-by-item", + "iterative", + "itinerant", + "itsy-bitsy", + "itty-bitty", + "iv", + "ivied", + "ivy-covered", + "ix", + "ixc", + "ixl", + "jacksonian", + "jacobean", + "jacobinic", + "jacobinical", + "jade", + "jade-green", + "jaded", + "jagged", + "jaggy", + "jailed", + "jain", + "jainist", + "jam-packed", + "jamaican", + "jamesian", + "jammed", + "jangling", + "jangly", + "janus-faced", + "japanese", + "japanese-speaking", + "jarring", + "jaundiced", + "jaunty", + "javan", + "javanese", + "jawed", + "jawless", + "jazzy", + "jealous", + "jeering", + "jeffersonian", + "jejune", + "jelled", + "jellied", + "jellylike", + "jerking", + "jerkwater", + "jerky", + "jerry-built", + "jesting", + "jesuit", + "jesuitic", + "jesuitical", + "jet", + "jet-black", + "jet-propelled", + "jetting", + "jeweled", + "jewelled", + "jewish", + "jewish-orthodox", + "jiggered", + "jihadi", + "jilted", + "jingling", + "jingly", + "jingoistic", + "jinxed", + "jittering", + "jittery", + "jobless", + "jocose", + "jocular", + "jocund", + "joined", + "joint", + "jointed", + "joking", + "jolly", + "jolted", + "jolting", + "jolty", + "jordanian", + "journalistic", + "jovial", + "jovian", + "jowly", + "joyful", + "joyless", + "joyous", + "jr.", + "jubilant", + "judaic", + "judaical", + "judeo-christian", + "judgmental", + "judicable", + "judicial", + "judicious", + "jugular", + "juiceless", + "juicy", + "julian", + "jumbled", + "jumbo", + "jumentous", + "jumped-up", + "jumpy", + "jungian", + "jungly", + "junior", + "junior-grade", + "junoesque", + "jural", + "jurassic", + "juridic", + "juridical", + "jurisdictional", + "jurisprudential", + "juristic", + "jury-rigged", + "just", + "justifiable", + "justificative", + "justificatory", + "justified", + "jutting", + "juvenile", + "juxtaposed", + "k", + "kabbalistic", + "kafkaesque", + "kaleidoscopic", + "kaleidoscopical", + "kampuchean", + "kannada-speaking", + "kantian", + "kaput", + "karyokinetic", + "kashmiri", + "katabatic", + "katabolic", + "katari", + "katharobic", + "kayoed", + "kazakhstani", + "kechuan", + "keel-shaped", + "keeled", + "keen", + "keen-eyed", + "keen-sighted", + "kempt", + "kenyan", + "kept", + "kept_up", + "key", + "keyed", + "keyless", + "keynesian", + "khaki", + "kid-glove", + "kidney-shaped", + "killable", + "killing", + "kiln-dried", + "kin", + "kinaesthetic", + "kind", + "kind-hearted", + "kindhearted", + "kindled", + "kindly", + "kindred", + "kinesthetic", + "kinetic", + "king-size", + "king-sized", + "kinglike", + "kingly", + "kinky", + "kiplingesque", + "kitschy", + "kittenish", + "kitty-corner", + "kitty-cornered", + "kiwi-sized", + "knackered", + "knavish", + "knee-deep", + "knee-length", + "knifelike", + "knightly", + "knitted", + "knobbed", + "knobbly", + "knobby", + "knock-down", + "knock-down-and-drag-out", + "knock-kneed", + "knockabout", + "knockdown", + "knockdown-dragout", + "knocked-out", + "knocked_out", + "knockout", + "knotted", + "knotty", + "knowable", + "knowing", + "knowledgeable", + "known", + "ko'd", + "kokka", + "kookie", + "kooky", + "koranic", + "korean", + "kosher", + "kurdish", + "kuwaiti", + "kyphotic", + "kyrgyzstani", + "l", + "l-shaped", + "la-di-da", + "labeled", + "labelled", + "labial", + "labiate", + "labile", + "labor-intensive", + "labored", + "laboring", + "laborious", + "laborsaving", + "labour-intensive", + "laboured", + "labouring", + "laboursaving", + "labyrinthian", + "labyrinthine", + "laced", + "lacelike", + "lacerate", + "lacerated", + "lacertilian", + "lachrymal", + "lachrymatory", + "lachrymose", + "laciniate", + "lackadaisical", + "lacking", + "lackluster", + "lacklustre", + "laconic", + "lacrimal", + "lacrimatory", + "lactating", + "lacteal", + "lactic", + "lactogenic", + "lacustrine", + "lacy", + "ladder-proof", + "laden", + "ladened", + "ladylike", + "laggard", + "laic", + "laid", + "laid-back", + "laid-off", + "laid_low", + "laid_up", + "laissez-faire", + "lamarckian", + "lambent", + "lamblike", + "lame", + "lamellibranch", + "lamentable", + "lamented", + "lamenting", + "laminal", + "laminar", + "lamplit", + "lanate", + "lancastrian", + "lance-shaped", + "lancelike", + "lanceolate", + "lancet-shaped", + "lancinate", + "lancinating", + "landed", + "landless", + "landlocked", + "landlubberly", + "landscaped", + "languid", + "languorous", + "laniary", + "lank", + "lanky", + "lantern-jawed", + "lao", + "laotian", + "lap-jointed", + "lap-strake", + "lap-straked", + "lap-streak", + "lap-streaked", + "lapidarian", + "lapidary", + "lapsed", + "laputan", + "larboard", + "large", + "large-cap", + "large-capitalisation", + "large-capitalization", + "large-grained", + "large-headed", + "large-hearted", + "large-leafed", + "large-leaved", + "large-minded", + "large-mouthed", + "large-scale", + "larger", + "larger-than-life", + "larghetto", + "larghissimo", + "largish", + "largo", + "larval", + "laryngeal", + "laryngopharyngeal", + "lascivious", + "lash-like", + "lashing", + "last", + "last-ditch", + "last-minute", + "last-place", + "last_mentioned", + "lasting", + "late", + "late-blooming", + "late-flowering", + "late-ripening", + "late-spring-blooming", + "lateen", + "lateen-rigged", + "latent", + "later", + "lateral", + "latest", + "lathery", + "latin", + "latin-american", + "latinate", + "latino", + "latish", + "latitudinal", + "latitudinarian", + "latter", + "latter-day", + "latticed", + "latticelike", + "latvian", + "laudable", + "laudatory", + "laughable", + "laughing", + "laureate", + "laureled", + "laurelled", + "lavender", + "lavender-pink", + "lavender-tinged", + "lavish", + "law-abiding", + "lawful", + "lawfully-begotten", + "lawless", + "lax", + "laxative", + "lay", + "layered", + "lazy", + "lead-colored", + "lead-coloured", + "lead-free", + "leaded", + "leaden", + "leading", + "leadless", + "leaf-like", + "leafed", + "leafless", + "leaflike", + "leafy", + "leafy-stemmed", + "leakproof", + "leaky", + "leal", + "lean", + "leaning", + "learned", + "leased", + "least", + "leather-leafed", + "leather-leaved", + "leathered", + "leatherlike", + "leathery", + "leaved", + "leavened", + "lebanese", + "lecherous", + "lee", + "leechlike", + "leering", + "leery", + "leeward", + "left", + "left-eyed", + "left-hand", + "left-handed", + "left-of-center", + "left-slanting", + "left-wing", + "left_over", + "leftish", + "leftist", + "leftmost", + "leftover", + "legal", + "legato", + "legendary", + "legged", + "leggy", + "legible", + "legion", + "legislative", + "legitimate", + "legless", + "leglike", + "leguminous", + "leibnitzian", + "leibnizian", + "leisured", + "leisurely", + "lemon-scented", + "lemonlike", + "lemony", + "lendable", + "lengthened", + "lengthways", + "lengthwise", + "lengthy", + "lenient", + "lenitive", + "lenten", + "lentic", + "lenticular", + "lentiform", + "lentiginose", + "lentiginous", + "lentissimo", + "lento", + "leonardesque", + "leonine", + "lepidote", + "leprose", + "leprous", + "leptorhine", + "leptorrhine", + "leptorrhinian", + "leptorrhinic", + "leptosporangiate", + "lesbian", + "less", + "less-traveled", + "lessened", + "lesser", + "lethal", + "lethargic", + "letter-perfect", + "lettered", + "levantine", + "level", + "level-headed", + "levelheaded", + "levitical", + "levorotary", + "levorotatory", + "lewd", + "lexical", + "lexicalised", + "lexicalized", + "lexicographic", + "lexicographical", + "lexicostatistic", + "li", + "liable", + "libellous", + "libelous", + "liberal", + "liberalistic", + "liberated", + "liberian", + "libertine", + "libidinal", + "libidinous", + "libyan", + "licenced", + "licensed", + "licentious", + "licit", + "licked", + "lidded", + "lidless", + "liechtensteiner", + "liege", + "lienal", + "life-and-death", + "life-giving", + "life-or-death", + "life-size", + "life-sized", + "life-support", + "life-sustaining", + "life-threatening", + "lifeless", + "lifelike", + "lifelong", + "lifesize", + "lifted", + "light", + "light-armed", + "light-blue", + "light-boned", + "light-colored", + "light-duty", + "light-fingered", + "light-footed", + "light-green", + "light-haired", + "light-handed", + "light-headed", + "light-hearted", + "light-minded", + "light-sensitive", + "light-skinned", + "light-tight", + "lighted", + "lighter-than-air", + "lightheaded", + "lighthearted", + "lighting-up", + "lightless", + "lightly-armed", + "lightly_armored", + "lightly_armoured", + "lightproof", + "lightsome", + "lightweight", + "ligneous", + "lii", + "liii", + "likable", + "like", + "like-minded", + "likeable", + "liked", + "likely", + "lilac", + "lilac-blue", + "lilac-colored", + "lilac-pink", + "lilac-purple", + "liliaceous", + "lilliputian", + "lilting", + "lily-livered", + "lily-white", + "limacine", + "limacoid", + "limbed", + "limber", + "limbic", + "limbless", + "limited", + "limiting", + "limitless", + "limnological", + "limp", + "limpid", + "lincolnesque", + "lincolnian", + "lineal", + "linear", + "lined", + "linelike", + "lingual", + "linguistic", + "lingulate", + "linked", + "linnaean", + "linnean", + "lionhearted", + "lip-shaped", + "lipless", + "liplike", + "lipophilic", + "lipotropic", + "lipped", + "liquefiable", + "liquefied", + "liquescent", + "liquid", + "liquid-fueled", + "liquifiable", + "liquified", + "lissom", + "lissome", + "listed", + "listless", + "lit", + "lite", + "literal", + "literary", + "literate", + "lithe", + "lithe-bodied", + "lithesome", + "lithic", + "lithographic", + "lithomantic", + "lithophytic", + "lithuanian", + "litigious", + "littered", + "little", + "little-known", + "littler", + "littoral", + "liturgical", + "liv", + "livable", + "live", + "live-bearing", + "liveable", + "liveborn", + "livelong", + "lively", + "liver", + "liver-colored", + "liveried", + "liverish", + "liverpudlian", + "livery", + "livid", + "living", + "livonian-speaking", + "load-bearing", + "loaded", + "loaded_down", + "loamless", + "loamy", + "loath", + "loathly", + "loathsome", + "lobar", + "lobate", + "lobated", + "lobed", + "lobeliaceous", + "lobster-backed", + "lobular", + "local", + "localised", + "localized", + "located", + "locker-room", + "loco", + "locomotive", + "locomotor", + "lofty", + "logarithmic", + "loggerheaded", + "logical", + "logistic", + "logistical", + "logogrammatic", + "logographic", + "logy", + "lone", + "lonely", + "lonesome", + "long", + "long-acting", + "long-ago", + "long-armed", + "long-bodied", + "long-branched", + "long-chain", + "long-dated", + "long-distance", + "long-faced", + "long-familiar", + "long-haired", + "long-handled", + "long-headed", + "long-jawed", + "long-lasting", + "long-legged", + "long-life", + "long-lived", + "long-play", + "long-playing", + "long-range", + "long-run", + "long-shanked", + "long-snouted", + "long-spurred", + "long-stalked", + "long-staple", + "long-suffering", + "long-term", + "long-wearing", + "long-winded", + "long-wool", + "long-wooled", + "longanimous", + "longed-for", + "longhand", + "longish", + "longitudinal", + "longsighted", + "longstanding", + "longtime", + "look-alike", + "looking", + "loony", + "loopy", + "loose", + "loose-fitting", + "loose-jointed", + "loose-jowled", + "looseleaf", + "loosely_knit", + "loosened", + "looted", + "lop-eared", + "lopsided", + "loquacious", + "lordless", + "lordly", + "lordotic", + "lossless", + "lossy", + "lost", + "loth", + "lotic", + "louche", + "loud", + "loud-mouthed", + "loud-voiced", + "lousy", + "loutish", + "louvered", + "lovable", + "loveable", + "loved", + "loveless", + "lovelorn", + "lovely", + "loverlike", + "loverly", + "lovesick", + "lovesome", + "loving", + "low", + "low-altitude", + "low-backed", + "low-beam", + "low-budget", + "low-cal", + "low-ceilinged", + "low-class", + "low-cost", + "low-cut", + "low-density", + "low-down", + "low-grade", + "low-growing", + "low-interest", + "low-key", + "low-keyed", + "low-level", + "low-lying", + "low-necked", + "low-pitched", + "low-powered", + "low-pressure", + "low-priced", + "low-resolution", + "low-rise", + "low-set", + "low-spirited", + "low-sudsing", + "low-tech", + "low-tension", + "low-toned", + "low-voltage", + "lowborn", + "lowbred", + "lowbrow", + "lowbrowed", + "lower-class", + "lower-middle-class", + "lower-ranking", + "lowercase", + "lowered", + "lowering", + "lowermost", + "lowest", + "lowland", + "lowly", + "lowset", + "loyal", + "lubberly", + "lubricated", + "lubricious", + "lucent", + "lucid", + "lucifugal", + "lucifugous", + "luckless", + "lucky", + "lucrative", + "luculent", + "lucullan", + "ludicrous", + "lugubrious", + "lukewarm", + "lumbar", + "lumbering", + "lumbosacral", + "luminescent", + "luminous", + "lumpen", + "lumpish", + "lumpy", + "lunar", + "lunate", + "lunatic", + "lung-like", + "lunisolar", + "lupine", + "lurid", + "luscious", + "lush", + "lusitanian", + "lusterless", + "lustful", + "lustreless", + "lustrous", + "lusty", + "luteal", + "lutheran", + "luxe", + "luxembourgian", + "luxemburger", + "luxuriant", + "luxurious", + "lv", + "lvi", + "lvii", + "lviii", + "lx", + "lxi", + "lxii", + "lxiii", + "lxiv", + "lxv", + "lxvi", + "lxvii", + "lxviii", + "lxx", + "lxxi", + "lxxii", + "lxxiii", + "lxxiv", + "lxxv", + "lxxvi", + "lxxvii", + "lxxviii", + "lxxx", + "lxxxi", + "lxxxii", + "lxxxiii", + "lxxxiv", + "lxxxv", + "lxxxvi", + "lxxxvii", + "lxxxviii", + "lying_in_wait", + "lymphatic", + "lymphoblast-like", + "lymphocytic", + "lymphoid", + "lynx-eyed", + "lyonnaise", + "lyophilised", + "lyophilized", + "lyrate", + "lyre-shaped", + "lyric", + "lyrical", + "lysogenic", + "m", + "macabre", + "macaronic", + "macedonian", + "macerative", + "machiavellian", + "machine-accessible", + "machine-controlled", + "machine-driven", + "machine-made", + "machine_readable", + "machinelike", + "macho", + "macrencephalic", + "macrencephalous", + "macro", + "macrobiotic", + "macrocephalic", + "macrocephalous", + "macrocosmic", + "macroeconomic", + "macromolecular", + "macroscopic", + "macroscopical", + "maculate", + "mad", + "madagascan", + "madcap", + "maddened", + "maddening", + "made", + "made-to-order", + "made-up", + "magenta", + "magenta_pink", + "maggoty", + "magic", + "magical", + "magisterial", + "magna_cum_laude", + "magnanimous", + "magnetic", + "magnetised", + "magnetized", + "magnificent", + "magnified", + "magniloquent", + "magyar", + "mahogany-red", + "maiden", + "maidenlike", + "maidenly", + "mail-cheeked", + "mail-clad", + "mailed", + "maimed", + "main", + "mainstreamed", + "maintainable", + "maintained", + "majestic", + "major", + "majuscular", + "majuscule", + "make-believe", + "makeshift", + "maladaptive", + "maladjusted", + "maladjustive", + "maladroit", + "malapropos", + "malarial", + "malawian", + "malay", + "malayan", + "malayo-polynesian", + "malaysian", + "malcontent", + "male", + "maledict", + "malefic", + "maleficent", + "malevolent", + "malformed", + "malfunctioning", + "malian", + "malicious", + "malign", + "malignant", + "malleable", + "malnourished", + "malodorous", + "malodourous", + "malposed", + "malted", + "maltese", + "malthusian", + "maltreated", + "mammalian", + "mammary", + "mammoth", + "man-made", + "man-portable", + "man-sized", + "man-to-man", + "manageable", + "managerial", + "manchurian", + "mancunian", + "mandaean", + "mandatory", + "mandean", + "mandibular", + "mandibulate", + "mandibulofacial", + "maneuverable", + "manful", + "mangey", + "mangled", + "mangy", + "maniac", + "maniacal", + "manic", + "manic-depressive", + "manichaean", + "manichean", + "manichee", + "maniclike", + "manifest", + "manifold", + "manipulable", + "manipulative", + "manky", + "manlike", + "manly", + "manned", + "mannered", + "mannerly", + "mannish", + "manoeuvrable", + "manorial", + "manque", + "mansard", + "mantic", + "mantled", + "manual", + "manufactured", + "manx", + "many", + "many-chambered", + "many-lobed", + "many-sided", + "many_a", + "many_an", + "many_another", + "maoist", + "maple-like", + "maplelike", + "marauding", + "marbled", + "marbleised", + "marbleized", + "marched_upon", + "marginal", + "marian", + "marine", + "marital", + "maritime", + "marked", + "marked-up", + "marketable", + "markovian", + "marly", + "marmoreal", + "marmorean", + "maroc", + "maroon", + "maroon-purple", + "maroon-spotted", + "marooned", + "marred", + "marriageable", + "married", + "marshy", + "marsupial", + "martial", + "martian", + "marvellous", + "marvelous", + "marxist", + "marxist-leninist", + "masculine", + "masked", + "masochistic", + "masonic", + "masoretic", + "mass", + "mass-produced", + "mass-spectrometric", + "mass_spectroscopic", + "massive", + "masted", + "master", + "mastered", + "masterful", + "masterless", + "masterly", + "mastoid", + "mastoidal", + "mat", + "matched", + "matching", + "matchless", + "mated", + "mateless", + "material", + "materialistic", + "maternal", + "maternalistic", + "matey", + "mathematical", + "matriarchal", + "matriarchic", + "matricentric", + "matrilineal", + "matrilinear", + "matrimonial", + "matronly", + "matt", + "matte", + "matted", + "matter-of-course", + "matter-of-fact", + "maturational", + "mature", + "matured", + "matutinal", + "maudlin", + "mauritanian", + "mauritian", + "mauve", + "mauve-blue", + "mauve-pink", + "maverick", + "mawkish", + "maxi", + "maxillary", + "maxillodental", + "maxillofacial", + "maxillomandibular", + "maximal", + "maximising", + "maximizing", + "maximum", + "mayoral", + "mazed", + "mazy", + "meager", + "meagerly", + "meagre", + "mealy", + "mealy-mouthed", + "mealymouthed", + "mean", + "meandering", + "meaning", + "meaningful", + "meaningless", + "meanspirited", + "measly", + "measurable", + "measured", + "measureless", + "meat-eating", + "meatless", + "meaty", + "mechanic", + "mechanical", + "mechanically_skillful", + "mechanised", + "mechanistic", + "mechanized", + "mecopterous", + "meddlesome", + "meddling", + "mediaeval", + "medial", + "median", + "mediate", + "mediated", + "mediatorial", + "mediatory", + "medical", + "medicative", + "medicinal", + "medicolegal", + "medieval", + "mediocre", + "meditative", + "mediterranean", + "medium", + "medium-dry", + "medium-large", + "medium-size", + "medium-sized", + "medullary", + "medullated", + "medusoid", + "meek", + "meet", + "megakaryocytic", + "megalithic", + "megaloblastic", + "megalomaniacal", + "megalomanic", + "megascopic", + "meiotic", + "melancholic", + "melancholy", + "melanesian", + "meliorative", + "mellifluous", + "mellisonant", + "mellow", + "mellowed", + "melodic", + "melodious", + "melodramatic", + "meltable", + "melted", + "melting", + "membered", + "memberless", + "membrane-forming", + "membranous", + "memorable", + "menacing", + "mendacious", + "mendelian", + "mendicant", + "menial", + "meningeal", + "menopausal", + "mensal", + "menstrual", + "mensurable", + "mensural", + "mental", + "mentally_ill", + "mentholated", + "mephistophelean", + "mephistophelian", + "mephitic", + "mercantile", + "mercenary", + "mercerised", + "mercerized", + "merchantable", + "merciful", + "merciless", + "mercurial", + "mercuric", + "mercurous", + "mercury-contaminated", + "mere", + "meretricious", + "merged", + "merging", + "meridian", + "meridional", + "meritable", + "merited", + "meritless", + "meritocratic", + "meritorious", + "merovingian", + "merry", + "mesenteric", + "meshed", + "meshuga", + "meshugga", + "meshugge", + "meshuggeneh", + "meshuggener", + "mesial", + "mesic", + "mesmeric", + "mesmerised", + "mesmerized", + "mesmerizing", + "mesoamerican", + "mesoblastic", + "mesodermal", + "mesolithic", + "mesomorphic", + "mesonic", + "mesophytic", + "mesozoic", + "messianic", + "messy", + "metabolic", + "metabolous", + "metacarpal", + "metacentric", + "metagrabolised", + "metagrabolized", + "metagrobolised", + "metagrobolized", + "metal", + "metal-colored", + "metal-coloured", + "metal-cutting", + "metal-looking", + "metallic", + "metallic-colored", + "metallic-coloured", + "metallic-looking", + "metallike", + "metalloid", + "metallurgic", + "metallurgical", + "metameric", + "metamorphic", + "metamorphous", + "metaphoric", + "metaphorical", + "metaphysical", + "metastable", + "metastatic", + "metatarsal", + "meted_out", + "meteoric", + "meteoritic", + "meteoritical", + "meteorologic", + "meteorological", + "methodical", + "methodist", + "methodological", + "methylated", + "meticulous", + "metonymic", + "metonymical", + "metric", + "metrical", + "metrological", + "metropolitan", + "mettlesome", + "mexican", + "miasmal", + "miasmic", + "micaceous", + "michelangelesque", + "micro", + "microbial", + "microbic", + "microcephalic", + "microcephalous", + "microcosmic", + "microcrystalline", + "microeconomic", + "microelectronic", + "micrometeoric", + "micrometeoritic", + "micropylar", + "microscopic", + "microscopical", + "microsomal", + "mid", + "mid-atlantic", + "middle", + "middle-aged", + "middle-class", + "middle-level", + "middle-of-the-road", + "middle_atlantic", + "middle_eastern", + "middlemost", + "middling", + "midget", + "midi", + "midland", + "midmost", + "midway", + "midweekly", + "midwestern", + "miffed", + "mighty", + "migrant", + "migrational", + "migratory", + "milanese", + "milch", + "mild", + "mild-mannered", + "mild-tasting", + "militant", + "militarised", + "militaristic", + "militarized", + "military", + "milk-sick", + "milk-white", + "milkless", + "milklike", + "milky", + "milled", + "millenarian", + "millenary", + "millennial", + "millennian", + "million", + "millionth", + "mimetic", + "mimic", + "minacious", + "minatory", + "mincing", + "mind-altering", + "mind-bending", + "mind-blowing", + "mind-boggling", + "mind-expanding", + "minded", + "mindful", + "mindless", + "mine_run", + "mined", + "mineral", + "mingy", + "mini", + "miniature", + "minimal", + "minimalist", + "minimized", + "minimum", + "miniscule", + "ministerial", + "ministrant", + "minoan", + "minor", + "mint", + "mint-scented", + "minty", + "minus", + "minuscular", + "minuscule", + "minute", + "miotic", + "miraculous", + "mired", + "mirky", + "mirrored", + "mirrorlike", + "mirthful", + "mirthless", + "miry", + "misanthropic", + "misanthropical", + "misappropriated", + "misbegot", + "misbegotten", + "misbranded", + "miscellaneous", + "mischievous", + "miscible", + "miserable", + "miserly", + "misfortunate", + "misguided", + "mishnaic", + "mislabeled", + "mislaid", + "misleading", + "mismatched", + "mismated", + "misogynic", + "misogynistic", + "misogynous", + "misplaced", + "misrelated", + "misrepresented", + "missed", + "misshapen", + "missing", + "missional", + "missionary", + "mistakable", + "mistaken", + "mistreated", + "mistrustful", + "misty", + "misty-eyed", + "misunderstood", + "misused", + "mithraic", + "mithraistic", + "mitigable", + "mitigated", + "mitigative", + "mitigatory", + "mitotic", + "mitral", + "mixable", + "mixed", + "mixed-up", + "mnemonic", + "mnemotechnic", + "mnemotechnical", + "moated", + "mobbish", + "mobile", + "moblike", + "mock", + "mocking", + "mod", + "modal", + "model", + "modeled", + "moderate", + "moderate-size", + "moderate-sized", + "moderating", + "moderato", + "modern", + "modern-day", + "moderne", + "modernised", + "modernistic", + "modernized", + "modest", + "modifiable", + "modified", + "modish", + "modular", + "modulated", + "mohammedan", + "moire", + "moist", + "molal", + "molar", + "moldable", + "molded", + "moldovan", + "moldy", + "molecular", + "molten", + "momentaneous", + "momentary", + "momentous", + "monacan", + "monandrous", + "monarchal", + "monarchic", + "monarchical", + "monastic", + "monastical", + "monatomic", + "monaural", + "monecious", + "monegasque", + "moneran", + "monestrous", + "monetary", + "moneyed", + "moneyless", + "moneymaking", + "mongol", + "mongolian", + "mongoloid", + "monied", + "monistic", + "monitory", + "monkish", + "mono", + "monoatomic", + "monocarboxylic", + "monocarpic", + "monochromatic", + "monochrome", + "monochromic", + "monochromous", + "monocled", + "monoclinal", + "monoclinic", + "monoclinous", + "monoclonal", + "monocotyledonous", + "monodic", + "monodical", + "monoecious", + "monoestrous", + "monogamous", + "monogenic", + "monogynic", + "monogynous", + "monoicous", + "monolingual", + "monolithic", + "monomaniacal", + "monometallic", + "monomorphemic", + "mononuclear", + "mononucleate", + "monophonic", + "monophysite", + "monophysitic", + "monoploid", + "monopolistic", + "monopteral", + "monosemous", + "monosyllabic", + "monotheistic", + "monotone", + "monotonic", + "monotonous", + "monotypic", + "monounsaturated", + "monovalent", + "monovular", + "monozygotic", + "monstrous", + "montane", + "monthlong", + "monthly", + "montserratian", + "monumental", + "moody", + "moon-faced", + "moon-round", + "moon-splashed", + "moonless", + "moonlike", + "moonlit", + "moonstruck", + "moony", + "moorish", + "moot", + "mop-headed", + "moraceous", + "moral", + "moralistic", + "moravian", + "morbid", + "morbific", + "morbilliform", + "mordacious", + "mordant", + "more", + "more_than", + "moresque", + "morganatic", + "moribund", + "mormon", + "moroccan", + "moronic", + "morose", + "morphemic", + "morphologic", + "morphological", + "morphophonemic", + "mortal", + "mortgaged", + "mortified", + "mortifying", + "mortuary", + "mosaic", + "moslem", + "moss-grown", + "moss_green", + "mosstone", + "mossy", + "most", + "most-favored-nation", + "most-valuable", + "moth-eaten", + "moth-resistant", + "mother-naked", + "motherless", + "motherlike", + "motherly", + "mothproof", + "mothy", + "motile", + "motional", + "motionless", + "motivated", + "motivating", + "motivational", + "motivative", + "motive", + "motiveless", + "motley", + "motor", + "motor-assisted", + "motored", + "motorial", + "motorised", + "motorized", + "motorless", + "mottled", + "mouldy", + "mounded_over", + "mountainous", + "mounted", + "mournful", + "mourning", + "mouse-colored", + "mouse-eared", + "mouse-sized", + "mouselike", + "mousey", + "mousy", + "mouth-watering", + "mouthless", + "mouthlike", + "movable", + "moveable", + "moved", + "moving", + "mown", + "mozambican", + "mozartean", + "mozartian", + "much", + "muciferous", + "mucilaginous", + "mucinoid", + "mucinous", + "mucky", + "mucocutaneous", + "mucoid", + "mucoidal", + "mucopurulent", + "mucosal", + "mucose", + "mucous", + "mud-beplastered", + "mud-brick", + "muddied", + "muddled", + "muddleheaded", + "muddy", + "muffled", + "muggy", + "muhammadan", + "mulish", + "mullioned", + "multi-color", + "multi-colored", + "multi-colour", + "multi-coloured", + "multi-ethnic", + "multi-seeded", + "multi-stemmed", + "multi-valued", + "multicellular", + "multicolor", + "multicolored", + "multicolour", + "multicoloured", + "multicultural", + "multidimensional", + "multiethnic", + "multifaceted", + "multifactorial", + "multifarious", + "multiform", + "multilane", + "multilateral", + "multilevel", + "multilingual", + "multinational", + "multinomial", + "multinucleate", + "multiparous", + "multipartite", + "multiphase", + "multiple", + "multiple-choice", + "multiplex", + "multiplicative", + "multiplied", + "multipotent", + "multipurpose", + "multiracial", + "multistorey", + "multistoried", + "multistory", + "multitudinous", + "multivalent", + "multivariate", + "mum", + "mummy-brown", + "mundane", + "municipal", + "munificent", + "mural", + "murdered", + "murderous", + "murine", + "murky", + "murmuring", + "murmurous", + "muscle-bound", + "muscovite", + "muscular", + "musculoskeletal", + "mushy", + "musical", + "musicological", + "musing", + "musk-scented", + "musky", + "musky-scented", + "muslim", + "mussy", + "must", + "mustached", + "mustachioed", + "musty", + "mutable", + "mutafacient", + "mutagenic", + "mutant", + "mutational", + "mutative", + "mute", + "muted", + "mutilated", + "mutinous", + "mutual", + "mutualist", + "mutually_beneficial", + "mutually_exclusive", + "muzzle-loading", + "muzzy", + "myalgic", + "mycenaean", + "myelic", + "myelinated", + "myelinic", + "myeloid", + "myocardial", + "myoid", + "myopathic", + "myopic", + "myotic", + "myotonic", + "myriad", + "myrmecophagous", + "myrmecophilous", + "myrmecophytic", + "mysophobic", + "mysterious", + "mystic", + "mystical", + "mystified", + "mystifying", + "mythic", + "mythical", + "mythologic", + "mythological", + "n-th", + "nacreous", + "nagging", + "naiant", + "naif", + "nail-biting", + "naive", + "naked", + "naked-muzzled", + "naked-tailed", + "naked_as_a_jaybird", + "naked_as_the_day_one_was_born", + "naked_as_the_day_you_were_born", + "namby-pamby", + "nameless", + "namibian", + "naming", + "nanocephalic", + "napoleonic", + "napped", + "napping", + "nappy", + "narcissistic", + "narcoleptic", + "narcotic", + "narcotised", + "narcotising", + "narcotized", + "narcotizing", + "narial", + "narrative", + "narrow", + "narrow-bodied", + "narrow-minded", + "narrow-mouthed", + "narrowed", + "narrowing", + "nary", + "nasal", + "nascent", + "nasopharyngeal", + "nasty", + "natal", + "national", + "national_socialist", + "nationalist", + "nationalistic", + "nationwide", + "native", + "native-born", + "native_american", + "nativist", + "nativistic", + "natriuretic", + "natty", + "natural", + "naturalised", + "naturalistic", + "naturalized", + "naturally_occurring", + "naturistic", + "naughty", + "nauruan", + "nauseated", + "nauseating", + "nauseous", + "nautical", + "naval", + "navicular", + "navigable", + "navigational", + "nazarene", + "nazi", + "neandertal", + "neanderthal", + "neanderthalian", + "neapolitan", + "near", + "near-blind", + "nearby", + "nearsighted", + "neat", + "nebular", + "nebulose", + "nebulous", + "necessary", + "necessitous", + "neck-deep", + "neck_and_neck", + "necked", + "neckless", + "necklike", + "necromantic", + "necromantical", + "necrotic", + "nectar-rich", + "nectariferous", + "nectarous", + "nee", + "needed", + "needful", + "needle-shaped", + "needled", + "needlelike", + "needless", + "needy", + "nefarious", + "negative", + "negatively_charged", + "neglected", + "neglectful", + "negligent", + "negligible", + "negotiable", + "negro", + "negroid", + "neighboring", + "neighborly", + "neighbourly", + "neither", + "neo", + "neo-darwinian", + "neo-lamarckian", + "neoclassic", + "neoclassical", + "neoclassicist", + "neoclassicistic", + "neocortical", + "neoliberal", + "neolithic", + "neonatal", + "neoplastic", + "neotenic", + "neotenous", + "nepalese", + "nepali", + "nephritic", + "nephrotoxic", + "neritic", + "nerve-racking", + "nerve-wracking", + "nerveless", + "nervous", + "nervy", + "nescient", + "nestled", + "nestorian", + "net", + "nether", + "nethermost", + "netlike", + "nett", + "netted", + "nettled", + "nettlesome", + "networklike", + "neural", + "neuralgic", + "neurasthenic", + "neuroanatomic", + "neuroanatomical", + "neurobiological", + "neuroendocrine", + "neurogenic", + "neuroglial", + "neurologic", + "neurological", + "neuromatous", + "neuromotor", + "neuromuscular", + "neuronal", + "neuronic", + "neurophysiological", + "neuropsychiatric", + "neuropsychological", + "neurotic", + "neurotoxic", + "neurotropic", + "neuter", + "neutered", + "neutral", + "neutral-colored", + "neutral-coloured", + "neutralised", + "neutralized", + "never-ending", + "never-say-die", + "new", + "new-made", + "new-mown", + "new-sprung", + "new_caledonian", + "new_zealander", + "newborn", + "newfangled", + "newfound", + "newsless", + "newsworthy", + "newsy", + "newtonian", + "next", + "next-to-last", + "nibbed", + "nicaean", + "nicaraguan", + "nice", + "nicene", + "nickel-and-dime", + "nidicolous", + "nidifugous", + "niffy", + "nifty", + "nigerian", + "nigerien", + "niggardly", + "niggling", + "nigh", + "nighted", + "nightlong", + "nightly", + "nightmarish", + "nihilistic", + "nilotic", + "nilpotent", + "nimble", + "nimble-fingered", + "niminy-piminy", + "nine", + "nine-fold", + "nine-membered", + "nine-sided", + "ninefold", + "ninepenny", + "nineteen", + "nineteenth", + "ninetieth", + "ninety", + "ninety-eight", + "ninety-fifth", + "ninety-five", + "ninety-four", + "ninety-nine", + "ninety-one", + "ninety-seven", + "ninety-six", + "ninety-three", + "ninety-two", + "ninth", + "nip_and_tuck", + "nipping", + "nipponese", + "nippy", + "nisi", + "nitid", + "nitric", + "nitrogen-bearing", + "nitrogen-fixing", + "nitrogenous", + "nitrous", + "nitwitted", + "no", + "no-account", + "no-count", + "no-frills", + "no-go", + "no-good", + "no-hit", + "no-nonsense", + "no-win", + "noachian", + "noble", + "noble-minded", + "nocent", + "nociceptive", + "noctilucent", + "nocturnal", + "nodding", + "nodular", + "nodulated", + "noduled", + "nodulose", + "noetic", + "noiseless", + "noisome", + "noisy", + "nomadic", + "nominal", + "nominalistic", + "nominated", + "nominative", + "nomothetic", + "non-aromatic", + "non-automatic", + "non-buoyant", + "non-conducting", + "non-elective", + "non-finite", + "non-invertible", + "non-living", + "non-metric", + "non-miscible", + "non-negotiable", + "non-paying", + "non-poisonous", + "non-profit-making", + "non-resinous", + "non-resiny", + "non-slave", + "non-u", + "non-water-soluble", + "non-white", + "non-zero", + "non_compos_mentis", + "nonabsorbent", + "nonabsorptive", + "nonadaptive", + "nonaddictive", + "nonadhesive", + "nonadjacent", + "nonadsorbent", + "nonadsorptive", + "nonaged", + "nonagenarian", + "nonaggressive", + "nonalcoholic", + "nonaligned", + "nonappointive", + "nonarbitrable", + "nonarbitrary", + "nonarboreal", + "nonassertive", + "nonassociative", + "nonastringent", + "nonautonomous", + "nonbearing", + "nonbelligerent", + "noncaloric", + "noncarbonated", + "noncausal", + "noncausative", + "noncellular", + "nonchalant", + "nonchristian", + "nonchurchgoing", + "noncivilised", + "noncivilized", + "nonclassical", + "noncollapsable", + "noncollapsible", + "noncolumned", + "noncombatant", + "noncombinative", + "noncombining", + "noncombustible", + "noncommercial", + "noncommissioned", + "noncommittal", + "noncommunicable", + "noncompetitive", + "noncompliant", + "noncomprehensive", + "nonconcentric", + "nonconducting", + "nonconductive", + "nonconforming", + "nonconformist", + "nonconscious", + "noncontagious", + "noncontentious", + "noncontinuous", + "noncontroversial", + "nonconvergent", + "noncritical", + "noncrucial", + "noncrystalline", + "noncurrent", + "noncyclic", + "noncyclical", + "nondeductible", + "nondenominational", + "nondescript", + "nondigestible", + "nondisposable", + "none", + "nonechoic", + "noneffervescent", + "nonelected", + "nonelective", + "nonenterprising", + "nonenzymatic", + "nonequivalent", + "nonessential", + "nonexempt", + "nonexistent", + "nonexplorative", + "nonexploratory", + "nonexplosive", + "nonextant", + "nonextensile", + "nonfat", + "nonfatal", + "nonfictional", + "nonfigurative", + "nonfinancial", + "nonfissile", + "nonfissionable", + "nonflammable", + "nonflavored", + "nonflavoured", + "nonflowering", + "nonfunctional", + "nonglutinous", + "nongranular", + "nongregarious", + "nonhairy", + "nonharmonic", + "nonhereditary", + "nonheritable", + "nonhierarchic", + "nonhierarchical", + "nonhuman", + "nonimitative", + "nonimmune", + "nonindulgent", + "nonindustrial", + "noninfectious", + "noninflammatory", + "noninheritable", + "noninstitutional", + "noninstitutionalised", + "noninstitutionalized", + "nonintegrated", + "nonintellectual", + "noninterchangeable", + "nonintersecting", + "noninvasive", + "nonionic", + "nonionised", + "nonionized", + "nonjudgmental", + "nonkosher", + "nonleaded", + "nonlegal", + "nonlethal", + "nonlexical", + "nonlinear", + "nonlinguistic", + "nonliteral", + "nonliterary", + "nonliterate", + "nonliving", + "nonmagnetic", + "nonmandatory", + "nonmaterial", + "nonmeaningful", + "nonmechanical", + "nonmechanistic", + "nonmedicinal", + "nonmetal", + "nonmetallic", + "nonmetamorphic", + "nonmigratory", + "nonmilitary", + "nonmodern", + "nonmonotonic", + "nonmotile", + "nonmoving", + "nonmusical", + "nonnative", + "nonnatural", + "nonnegative", + "nonnomadic", + "nonnormative", + "nonobjective", + "nonobligatory", + "nonobservant", + "nonopening", + "nonoperational", + "nonoscillatory", + "nonparallel", + "nonparametric", + "nonparasitic", + "nonpareil", + "nonparticulate", + "nonpartisan", + "nonpartizan", + "nonpasserine", + "nonperiodic", + "nonpersonal", + "nonphotosynthetic", + "nonphysical", + "nonplused", + "nonplussed", + "nonpoisonous", + "nonpolar", + "nonpolitical", + "nonporous", + "nonpregnant", + "nonprehensile", + "nonprescription", + "nonproductive", + "nonprofessional", + "nonprofit", + "nonprognosticative", + "nonprogressive", + "nonproprietary", + "nonprotractile", + "nonpsychoactive", + "nonpublic", + "nonpurulent", + "nonracial", + "nonracist", + "nonradioactive", + "nonrandom", + "nonrational", + "nonreciprocal", + "nonreciprocating", + "nonrecreational", + "nonreflecting", + "nonreflective", + "nonrenewable", + "nonrepetitive", + "nonrepresentational", + "nonrepresentative", + "nonresident", + "nonresidential", + "nonresilient", + "nonresinous", + "nonresiny", + "nonresistant", + "nonresonant", + "nonrestrictive", + "nonreticulate", + "nonretractable", + "nonretractile", + "nonreturnable", + "nonreversible", + "nonrhythmic", + "nonrigid", + "nonruminant", + "nonsectarian", + "nonsegmental", + "nonsegregated", + "nonsense", + "nonsensical", + "nonsensitive", + "nonsexual", + "nonsignificant", + "nonskid", + "nonslip", + "nonslippery", + "nonsocial", + "nonsovereign", + "nonspatial", + "nonspeaking", + "nonspecific", + "nonspherical", + "nonstandard", + "nonsteroidal", + "nonstick", + "nonstop", + "nonstructural", + "nonsubjective", + "nonsubmergible", + "nonsubmersible", + "nonsuppurative", + "nonsurgical", + "nonsweet", + "nonsyllabic", + "nonsymbiotic", + "nonsynchronous", + "nonsynthetic", + "nontaxable", + "nontechnical", + "nontelescopic", + "nontelescoping", + "nonterritorial", + "nonthermal", + "nontoxic", + "nontraditional", + "nontransferable", + "nontranslational", + "nontransmissible", + "nonturbulent", + "nonuniform", + "nonunion", + "nonunionised", + "nonunionized", + "nonuple", + "nonvenomous", + "nonverbal", + "nonviable", + "nonviolent", + "nonviscid", + "nonvisual", + "nonvolatile", + "nonvolatilisable", + "nonvolatilizable", + "nonvoluntary", + "nonwashable", + "nonwoody", + "nordic", + "normal", + "norman", + "normative", + "normotensive", + "norse", + "north", + "north-central", + "north-polar", + "north_african", + "north_american", + "north_korean", + "north_vietnamese", + "northbound", + "northeast", + "northeasterly", + "northeastern", + "northeastward", + "northerly", + "northern", + "northernmost", + "northmost", + "northward", + "northwest", + "northwesterly", + "northwestern", + "northwestward", + "norwegian", + "nosed", + "noseless", + "nosey", + "nosocomial", + "nosohusial", + "nostalgic", + "nosy", + "not_bad", + "not_guilty", + "not_intrusive", + "not_surprised", + "notable", + "notched", + "noted", + "noteworthy", + "noticeable", + "noticed", + "notifiable", + "notional", + "notorious", + "nourished", + "nourishing", + "nouveau-riche", + "novel", + "noxious", + "nth", + "nubbly", + "nubby", + "nubile", + "nuclear", + "nucleate", + "nucleated", + "nude", + "nugatory", + "null", + "nullified", + "numb", + "numberless", + "numbing", + "numerable", + "numeral", + "numerate", + "numeric", + "numerical", + "numerological", + "numerous", + "numidian", + "numinous", + "nuptial", + "nursed", + "nurtural", + "nurturant", + "nut-bearing", + "nutbrown", + "nutlike", + "nutmeg-shaped", + "nutrient", + "nutritional", + "nutritionary", + "nutritious", + "nutritive", + "nuts", + "nutty", + "nymphomaniac", + "nymphomaniacal", + "o.k.", + "oafish", + "oaken", + "oaten", + "obdurate", + "obedient", + "obese", + "objectionable", + "objective", + "oblanceolate", + "oblate", + "obligate", + "obligated", + "obligational", + "obligatory", + "obliged", + "obliging", + "oblique", + "oblique-angled", + "obliterable", + "obliterate", + "obliterated", + "oblivious", + "oblong", + "obnoxious", + "obovate", + "obscene", + "obscure", + "obsequious", + "observable", + "observant", + "observational", + "observed", + "observing", + "obsessed", + "obsessional", + "obsessive", + "obsessive-compulsive", + "obsolescent", + "obsolete", + "obstetric", + "obstetrical", + "obstinate", + "obstreperous", + "obstructed", + "obstructive", + "obtainable", + "obtrusive", + "obtuse", + "obviating", + "obvious", + "occasional", + "occidental", + "occipital", + "occluded", + "occlusive", + "occult", + "occupational", + "occupied", + "occurrent", + "oceangoing", + "oceanic", + "ocellated", + "ocher", + "ochre", + "octagonal", + "octal", + "octangular", + "octogenarian", + "octosyllabic", + "octuple", + "ocular", + "odd", + "odd-job", + "odd-pinnate", + "oddish", + "odds-on", + "odious", + "odoriferous", + "odorless", + "odorous", + "odourless", + "oecumenic", + "oecumenical", + "of_age", + "of_import", + "of_sound_mind", + "of_the_essence", + "of_unsound_mind", + "off", + "off-and-on", + "off-base", + "off-center", + "off-centered", + "off-color", + "off-colour", + "off-guard", + "off-key", + "off-limits", + "off-line", + "off-putting", + "off-site", + "off-street", + "off-the-cuff", + "off-the-peg", + "off-the-rack", + "off-the-shelf", + "off-the-shoulder", + "off-the-wall", + "off-white", + "off_guard", + "off_her_guard", + "off_his_guard", + "off_one's_guard", + "off_the_beaten_track", + "off_the_hook", + "off_your_guard", + "offbeat", + "offenceless", + "offended", + "offending", + "offenseless", + "offensive", + "offhand", + "offhanded", + "official", + "officious", + "offish", + "offshore", + "offside", + "offsides", + "offstage", + "ohmic", + "oil-bearing", + "oil-fired", + "oil-soluble", + "oiled", + "oily", + "ok", + "okay", + "old", + "old-fashioned", + "old-hat", + "old-line", + "old-maidish", + "old-time", + "old-womanish", + "old-world", + "olde_worlde", + "olden", + "older", + "oldish", + "oldline", + "oleaceous", + "oleaginous", + "oleophilic", + "oleophobic", + "olfactive", + "olfactory", + "oligarchic", + "oligarchical", + "olive", + "olive-brown", + "olive-colored", + "olive-coloured", + "olive-drab", + "olive-gray", + "olive-grey", + "olive-like", + "olive-sized", + "olivelike", + "olympian", + "olympic", + "omani", + "ominous", + "omissible", + "omissive", + "omnibus", + "omnidirectional", + "omnifarious", + "omnipotent", + "omnipresent", + "omniscient", + "omnivorous", + "on", + "on-going", + "on-key", + "on-line", + "on-site", + "on-street", + "on-the-job", + "on-the-scene", + "on-the-spot", + "on_fire", + "on_guard", + "on_hand", + "on_one's_guard", + "on_tap", + "on_the_button", + "on_the_fence", + "on_the_go", + "on_the_hook", + "on_the_job", + "on_the_loose", + "on_the_nose", + "on_the_offensive", + "on_the_table", + "on_trial", + "on_your_guard", + "oncologic", + "oncological", + "oncoming", + "one", + "one-armed", + "one-celled", + "one-dimensional", + "one-eared", + "one-eyed", + "one-handed", + "one-horse", + "one-humped", + "one-man", + "one-member", + "one-on-one", + "one-party", + "one-person", + "one-piece", + "one-seed", + "one-seeded", + "one-sided", + "one-time", + "one-to-one", + "one-way", + "one-winged", + "one-woman", + "one-year", + "one-year-old", + "one_and_only", + "one_hundred", + "one_hundred_eighty", + "one_hundred_fifteen", + "one_hundred_fifty", + "one_hundred_fifty-five", + "one_hundred_five", + "one_hundred_forty", + "one_hundred_forty-five", + "one_hundred_ninety", + "one_hundred_one", + "one_hundred_seventy", + "one_hundred_seventy-five", + "one_hundred_sixty", + "one_hundred_sixty-five", + "one_hundred_ten", + "one_hundred_thirty", + "one_hundred_thirty-five", + "one_hundred_twenty", + "one_hundred_twenty-five", + "one_thousand", + "oneiric", + "onerous", + "onetime", + "ongoing", + "online", + "only", + "onomastic", + "onomatopoeic", + "onomatopoeical", + "onomatopoetic", + "onshore", + "onside", + "onstage", + "ontogenetic", + "ontological", + "onymous", + "oozing", + "oozy", + "opalescent", + "opaline", + "opaque", + "open", + "open-air", + "open-and-shut", + "open-chain", + "open-collared", + "open-ended", + "open-eyed", + "open-hearth", + "open-minded", + "open-plan", + "open-source", + "opencast", + "opencut", + "opened", + "openhanded", + "openhearted", + "opening", + "openmouthed", + "operable", + "operant", + "operatic", + "operating", + "operational", + "operationalist", + "operative", + "operculate", + "operculated", + "operose", + "ophthalmic", + "opinionated", + "opinionative", + "opisthognathous", + "opponent", + "opportune", + "opportunist", + "opportunistic", + "opposable", + "opposed", + "opposing", + "opposite", + "oppositive", + "oppressed", + "oppressive", + "opprobrious", + "optative", + "opthalmic", + "optic", + "optical", + "optimal", + "optimistic", + "optimum", + "optional", + "opulent", + "oracular", + "oral", + "orange", + "orange-brown", + "orange-colored", + "orange-coloured", + "orange-flowered", + "orange-hued", + "orange-red", + "orange-sized", + "orangish", + "orangish-red", + "oratorical", + "orb-weaving", + "orbicular", + "orbiculate", + "orbital", + "orbitual", + "orchestral", + "orchestrated", + "ordained", + "ordered", + "orderly", + "ordinal", + "ordinary", + "organic", + "organicistic", + "organisational", + "organised", + "organismal", + "organismic", + "organizational", + "organized", + "orgiastic", + "oriental", + "orientated", + "orientating", + "oriented", + "orienting", + "original", + "originative", + "ornamental", + "ornate", + "ornery", + "ornithological", + "oropharyngeal", + "orotund", + "orphaned", + "orphic", + "orthodontic", + "orthodox", + "orthogonal", + "orthographic", + "orthomolecular", + "orthopaedic", + "orthopedic", + "orthopedical", + "orthoptic", + "orthostatic", + "orthotropous", + "orwellian", + "oscan-speaking", + "oscillating", + "oscillatory", + "oscine", + "oscitant", + "osmotic", + "osseous", + "ossicular", + "ossiculate", + "ossiferous", + "ossified", + "osteal", + "ostensible", + "ostensive", + "ostentatious", + "otc", + "other", + "otherwise", + "otherworldly", + "otic", + "otiose", + "ototoxic", + "ottoman", + "out", + "out-and-out", + "out-of-bounds", + "out-of-date", + "out-of-door", + "out-of-pocket", + "out-of-school", + "out-of-the-way", + "out-of-town", + "out_of_gear", + "out_of_place", + "out_of_play", + "out_of_practice", + "out_of_print", + "out_of_reach", + "out_of_sight", + "out_of_stock", + "out_of_the_blue", + "out_of_the_question", + "out_of_true", + "out_of_use", + "out_of_whack", + "out_of_work", + "out_or_keeping", + "out_to", + "outback", + "outboard", + "outbound", + "outbred", + "outcast", + "outcaste", + "outclassed", + "outdated", + "outdoor", + "outdoorsy", + "outer", + "outermost", + "outfitted", + "outflowing", + "outgoing", + "outlandish", + "outlaw", + "outlawed", + "outlined", + "outlying", + "outmoded", + "outmost", + "outraged", + "outrageous", + "outre", + "outrigged", + "outright", + "outside", + "outsize", + "outsized", + "outspoken", + "outspread", + "outstanding", + "outstretched", + "outward", + "outward-bound", + "outward-developing", + "outward-moving", + "oval", + "oval-bodied", + "oval-fruited", + "oval-shaped", + "ovarian", + "ovate", + "oven-ready", + "oven-shaped", + "over", + "over-embellished", + "over-the-counter", + "over-the-hill", + "over-the-top", + "overabundant", + "overactive", + "overage", + "overaged", + "overall", + "overambitious", + "overanxious", + "overarm", + "overawed", + "overbearing", + "overblown", + "overbold", + "overburdened", + "overbusy", + "overcareful", + "overcast", + "overcautious", + "overconfident", + "overcredulous", + "overcritical", + "overcurious", + "overdelicate", + "overdone", + "overdressed", + "overdue", + "overeager", + "overemotional", + "overenthusiastic", + "overexcited", + "overfamiliar", + "overfed", + "overflowing", + "overfond", + "overfull", + "overgenerous", + "overgreedy", + "overgrown", + "overhand", + "overhanded", + "overhasty", + "overhead", + "overheated", + "overindulgent", + "overjealous", + "overjoyed", + "overladen", + "overland", + "overlarge", + "overloaded", + "overlooked", + "overlooking", + "overlying", + "overmodest", + "overmuch", + "overnice", + "overnight", + "overpowering", + "overpriced", + "overprotective", + "overproud", + "overreaching", + "overrefined", + "overriding", + "overripe", + "oversea", + "overseas", + "oversensitive", + "overserious", + "oversewn", + "oversexed", + "overshot", + "oversize", + "oversized", + "oversolicitous", + "overstated", + "overstrung", + "overstuffed", + "oversubscribed", + "oversuspicious", + "overt", + "overturned", + "overvaliant", + "overweening", + "overweight", + "overwhelming", + "overwrought", + "overzealous", + "oviform", + "ovine", + "oviparous", + "ovoid", + "ovoviviparous", + "ovular", + "owing", + "owlish", + "own", + "owned", + "owner-occupied", + "ownerless", + "ox-eyed", + "oxford-gray", + "oxford-grey", + "oxidative", + "oxidised", + "oxidizable", + "oxidized", + "oxonian", + "p.m.", + "pachydermal", + "pachydermatous", + "pachydermic", + "pachydermous", + "pacific", + "pacifist", + "pacifistic", + "packable", + "packaged", + "packed", + "padded", + "paddle-shaped", + "paederastic", + "paediatric", + "pagan", + "paid", + "paid-up", + "pain-free", + "pained", + "painful", + "painless", + "painstaking", + "paintable", + "painted", + "painterly", + "paired", + "pakistani", + "palaeolithic", + "palaeontological", + "palatable", + "palatal", + "palatalised", + "palatalized", + "palatial", + "palatine", + "palatoglossal", + "pale", + "pale-colored", + "pale-faced", + "pale-hued", + "pale_blue", + "paleoanthropological", + "paleocortical", + "paleolithic", + "paleontological", + "paleozoic", + "palestinian", + "palingenetic", + "palish", + "palladian", + "palliative", + "pallid", + "pally", + "palm-shaped", + "palmar", + "palmate", + "palmately-lobed", + "palmatifid", + "palmlike", + "palmy", + "palpable", + "palpatory", + "palpebrate", + "palpitant", + "palpitating", + "palsied", + "palsy-walsy", + "paltry", + "pampering", + "pan-hellenic", + "panamanian", + "pancake-like", + "pancake-style", + "pancreatic", + "pandemic", + "pandurate", + "panduriform", + "panegyric", + "panegyrical", + "paneled", + "panhellenic", + "panic-stricken", + "panic-struck", + "panicked", + "panicky", + "panicled", + "paniculate", + "panoplied", + "panoptic", + "panoptical", + "panoramic", + "pantalooned", + "pantheist", + "pantheistic", + "pantropic", + "pantropical", + "papal", + "paper_thin", + "paperback", + "paperbacked", + "paperlike", + "papery", + "papillary", + "papillate", + "papilliform", + "papillose", + "papist", + "papistic", + "papistical", + "pappose", + "papuan", + "parabolic", + "parabolical", + "paraboloidal", + "paradigmatic", + "paradisaic", + "paradisaical", + "paradisal", + "paradisiac", + "paradisiacal", + "paradoxical", + "paraguayan", + "parallel", + "paralytic", + "paralytical", + "paralyzed", + "paramagnetic", + "paramedical", + "parametric", + "paramilitary", + "paramount", + "paranasal", + "paranoid", + "paranormal", + "paraphrastic", + "paraplegic", + "parapsychological", + "parasitic", + "parasitical", + "parasiticidal", + "parasympathetic", + "parasympathomimetic", + "parceled_out", + "parched", + "pardonable", + "parental", + "parented", + "parenteral", + "parenthetic", + "parenthetical", + "parentless", + "pareve", + "parheliacal", + "parhelic", + "parietal", + "paripinnate", + "parisian", + "parked", + "parky", + "parliamentary", + "parlous", + "parochial", + "paroicous", + "parotid", + "parous", + "paroxysmal", + "parrotlike", + "parsimonious", + "part-time", + "parted", + "parthenogenetic", + "parthian", + "partial", + "partible", + "participating", + "participatory", + "participial", + "particolored", + "particoloured", + "particular", + "particularised", + "particularistic", + "particularized", + "particulate", + "partisan", + "partitive", + "partizan", + "parttime", + "parturient", + "party-spirited", + "parve", + "parvenu", + "parvenue", + "paschal", + "pass", + "passable", + "passant", + "passe", + "passee", + "passerine", + "passing", + "passionate", + "passionless", + "passive", + "past", + "pasted", + "pastel", + "pastel-colored", + "pastelike", + "pasteurian", + "pasteurised", + "pasteurized", + "pastoral", + "pasty", + "pat", + "patched", + "patchy", + "patellar", + "patelliform", + "patent", + "patented", + "paternal", + "paternalistic", + "pathetic", + "pathless", + "pathogenic", + "pathologic", + "pathological", + "patient", + "patient_of", + "patriarchal", + "patriarchic", + "patricentric", + "patrician", + "patrilineal", + "patrilinear", + "patrimonial", + "patriotic", + "patristic", + "patristical", + "patronised", + "patronising", + "patronized", + "patronizing", + "patronless", + "patronymic", + "patterned", + "pauline", + "paunchy", + "paved", + "pavlovian", + "pawky", + "payable", + "paying", + "paying_attention", + "pea-green", + "peace-loving", + "peaceable", + "peaceful", + "peacekeeping", + "peach-colored", + "peachy", + "peachy-colored", + "peachy-coloured", + "peacock-blue", + "peaked", + "peaky", + "peanut", + "pear-shaped", + "pearl_gray", + "pearl_grey", + "pearlescent", + "pearly", + "pearly-white", + "peaty", + "pebble-grained", + "pebbly", + "peccable", + "peccant", + "peckish", + "pectic", + "pectinate", + "pectineal", + "pectoral", + "peculiar", + "pecuniary", + "pedagogic", + "pedagogical", + "pedal", + "pedantic", + "pedate", + "pederastic", + "pedestrian", + "pediatric", + "pedigree", + "pedigreed", + "pedunculate", + "peeled", + "peerless", + "peeved", + "peevish", + "pegged-down", + "pejorative", + "pelagic", + "pelecypod", + "pelecypodous", + "pell-mell", + "pellucid", + "peloponnesian", + "peltate", + "pelvic", + "pemphigous", + "penal", + "penciled", + "pencilled", + "pendant", + "pendent", + "pending", + "pendulous", + "penetrable", + "penetrating", + "penetrative", + "penial", + "penicillin-resistant", + "penile", + "peninsular", + "penitent", + "penitential", + "penitentiary", + "pennate", + "penniless", + "penny-pinching", + "penny-wise", + "pensionable", + "pensive", + "pent", + "pent-up", + "pentagonal", + "pentamerous", + "pentangular", + "pentasyllabic", + "pentatonic", + "pentavalent", + "pentecostal", + "penultimate", + "penumbral", + "penurious", + "peopled", + "peppery", + "peppy", + "peptic", + "per_capita", + "perambulating", + "perceivable", + "perceived", + "perceptible", + "perceptive", + "perceptual", + "percipient", + "percussive", + "percutaneous", + "perdurable", + "peregrine", + "peremptory", + "perennial", + "perfect", + "perfected", + "perfectible", + "perfervid", + "perfidious", + "perfoliate", + "perforate", + "perforated", + "perfumed", + "perfunctory", + "perianal", + "pericardiac", + "pericardial", + "perigonal", + "perilous", + "perinasal", + "perinatal", + "perineal", + "periodic", + "periodical", + "periodontal", + "periodontic", + "peripatetic", + "peripheral", + "periphrastic", + "peripteral", + "perirhinal", + "perishable", + "peristylar", + "perithelial", + "peritoneal", + "peritrichous", + "periwigged", + "perked_up", + "perky", + "permanent", + "permanent-press", + "permeable", + "permeant", + "permeating", + "permeative", + "permed", + "permissible", + "permissive", + "permutable", + "pernicious", + "pernickety", + "peroneal", + "perpendicular", + "perpetual", + "perplexed", + "perplexing", + "persevering", + "persian", + "persistent", + "persisting", + "persnickety", + "person-to-person", + "personable", + "personal", + "personalised", + "personalized", + "perspicacious", + "perspicuous", + "persuadable", + "persuasible", + "persuasive", + "pert", + "pertinacious", + "pertinent", + "perturbed", + "perturbing", + "peruked", + "peruvian", + "pervasive", + "perverse", + "perversive", + "perverted", + "pervious", + "pesky", + "pessimal", + "pessimistic", + "pessimum", + "pestered", + "pestering", + "pestiferous", + "pestilent", + "pestilential", + "pet", + "petal-like", + "petaled", + "petalled", + "petalless", + "petallike", + "petaloid", + "petalous", + "petite", + "petitionary", + "petrifying", + "petrous", + "petticoated", + "pettish", + "petty", + "petulant", + "phagocytic", + "phalangeal", + "phallic", + "phantasmagoric", + "phantasmagorical", + "phantasmal", + "phantom", + "pharaonic", + "pharisaic", + "pharisaical", + "pharmaceutic", + "pharmaceutical", + "pharmacologic", + "pharmacological", + "pharyngeal", + "phenomenal", + "phenotypic", + "phenotypical", + "philanthropic", + "philatelic", + "philatelical", + "philharmonic", + "philhellene", + "philhellenic", + "philippine", + "philistine", + "philological", + "philosophic", + "philosophical", + "phlegmatic", + "phlegmatical", + "phlegmy", + "phobic", + "phocine", + "phoenician", + "phonemic", + "phonetic", + "phoney", + "phonic", + "phonogramic", + "phonologic", + "phonological", + "phony", + "phosphorescent", + "phosphoric", + "phosphorous", + "photic", + "photochemical", + "photoconductive", + "photoelectric", + "photoelectrical", + "photoemissive", + "photogenic", + "photographic", + "photomechanical", + "photometric", + "photometrical", + "photosensitive", + "photosynthetic", + "photovoltaic", + "phrasal", + "phreatic", + "phrenetic", + "phrenic", + "phrenological", + "phyletic", + "phylliform", + "phyllodial", + "phylogenetic", + "physical", + "physicochemical", + "physiologic", + "physiological", + "physiotherapeutic", + "phytophagic", + "phytophagous", + "phytophilous", + "piagetian", + "pianissimo", + "pianissimo_assai", + "pianistic", + "piano", + "picaresque", + "picayune", + "pickled", + "picky", + "pictographic", + "pictorial", + "pictural", + "pictured", + "picturesque", + "piddling", + "pie-eyed", + "piebald", + "piecemeal", + "pied", + "pierced", + "piercing", + "pietistic", + "pietistical", + "piezoelectric", + "piffling", + "pig-sized", + "pigeon-breasted", + "pigeon-toed", + "piggish", + "piggy", + "pigheaded", + "pilar", + "pilary", + "pillaged", + "pillar-shaped", + "pillared", + "pilose", + "pilosebaceous", + "pilotless", + "pilous", + "pimpled", + "pimply", + "pinchbeck", + "pinched", + "pineal", + "pinioned", + "pink", + "pink-collar", + "pink-lavender", + "pink-orange", + "pink-purple", + "pink-red", + "pink-slipped", + "pink-tinged", + "pink-tipped", + "pinkish", + "pinkish-lavender", + "pinkish-orange", + "pinkish-purple", + "pinkish-white", + "pinnate", + "pinnate-leafed", + "pinnate-leaved", + "pinnated", + "pinnatifid", + "pinnatisect", + "pinstriped", + "pint-size", + "pint-sized", + "pinwheel-shaped", + "pious", + "piquant", + "piratical", + "piscatorial", + "piscatory", + "piscine", + "piscivorous", + "pissed", + "pissed_off", + "pistillate", + "pitch-black", + "pitch-dark", + "pitched", + "pitcher-shaped", + "pitchy", + "piteous", + "pithy", + "pitiable", + "pitiful", + "pitiless", + "pitted", + "pituitary", + "pivotal", + "pixilated", + "pizzicato", + "placable", + "placating", + "placative", + "placatory", + "placeable", + "placed", + "placental", + "placid", + "placoid", + "plagiarised", + "plagiaristic", + "plagiarized", + "plagioclastic", + "plaguey", + "plaguy", + "plain", + "plain-woven", + "plainspoken", + "plaintive", + "planar", + "planate", + "plane", + "plane-polarized", + "planetal", + "planetary", + "plangent", + "planktonic", + "planless", + "planned", + "planoconcave", + "planoconvex", + "planographic", + "plant-eating", + "plantal", + "plantar", + "planted", + "plantigrade", + "plastered", + "plastic", + "platelike", + "platinum-blonde", + "platitudinal", + "platitudinous", + "platonic", + "platonistic", + "platyrhine", + "platyrhinian", + "platyrrhine", + "platyrrhinian", + "platyrrhinic", + "plausible", + "plausive", + "playable", + "played", + "played_out", + "playful", + "pleading", + "pleasant", + "pleasant-smelling", + "pleasant-tasting", + "pleased", + "pleasing", + "pleasurable", + "plebeian", + "pledged", + "plenary", + "plenteous", + "plentiful", + "pleochroic", + "pleomorphic", + "pleonastic", + "plethoric", + "pleural", + "pleurocarpous", + "pliable", + "pliant", + "plodding", + "plotted", + "ploughed", + "plowed", + "plucked", + "plucky", + "plugged", + "plumaged", + "plumate", + "plumb", + "plumbable", + "plumbaginaceous", + "plumbic", + "plumbous", + "plume-tipped", + "plumed", + "plumelike", + "plumlike", + "plummy", + "plumose", + "plump", + "plumping", + "plumy", + "plundered", + "plundering", + "pluperfect", + "plural", + "pluralistic", + "plus", + "plush", + "plush-like", + "plushy", + "plutocratic", + "plutocratical", + "plutonian", + "plutonic", + "pneumatic", + "pneumococcal", + "pneumogastric", + "pneumonic", + "po-faced", + "poached", + "pocked", + "pocket-size", + "pocket-sized", + "pocketable", + "pockmarked", + "podgy", + "podlike", + "poetic", + "poetical", + "poignant", + "poikilothermic", + "poikilothermous", + "point-blank", + "point-of-sale", + "pointed", + "pointed-toe", + "pointillist", + "pointillistic", + "pointless", + "pointy-toed", + "poised", + "poisonous", + "poker-faced", + "pokey", + "poky", + "polar", + "polarographic", + "pole-handled", + "polemic", + "polemical", + "polemoniaceous", + "policy-making", + "polish", + "polished", + "polite", + "politic", + "political", + "politically_correct", + "politically_incorrect", + "polluted", + "pollyannaish", + "poltroon", + "polyandrous", + "polyatomic", + "polychromatic", + "polychrome", + "polychromic", + "polycrystalline", + "polydactyl", + "polydactylous", + "polyestrous", + "polygamous", + "polygenic", + "polyglot", + "polygonal", + "polygynous", + "polyhedral", + "polymeric", + "polymorphemic", + "polymorphic", + "polymorphous", + "polynesian", + "polynomial", + "polyoestrous", + "polyoicous", + "polypetalous", + "polyphase", + "polyphonic", + "polyphonous", + "polyploid", + "polysemantic", + "polysemous", + "polysyllabic", + "polysynthetic", + "polytheistic", + "polytonal", + "polyunsaturated", + "polyvalent", + "pomaded", + "pompous", + "ponderable", + "pondering", + "ponderous", + "pontifical", + "poor", + "poor-spirited", + "poorly", + "pop", + "popeyed", + "popish", + "popliteal", + "popular", + "populated", + "populous", + "porcine", + "poriferous", + "pornographic", + "porose", + "porous", + "porphyritic", + "port", + "portable", + "portentous", + "porticoed", + "portly", + "portrayed", + "portuguese", + "posed", + "posh", + "positionable", + "positional", + "positioning", + "positive", + "positively_charged", + "positivist", + "positivistic", + "possessed", + "possessive", + "possible", + "post-communist", + "post-free", + "post_meridiem", + "postal", + "postbiblical", + "postdiluvian", + "postdoctoral", + "posted", + "posterior", + "postexilic", + "postganglionic", + "postglacial", + "postgraduate", + "posthumous", + "postictal", + "postindustrial", + "postmenopausal", + "postmeridian", + "postmillennial", + "postmodern", + "postmodernist", + "postmortal", + "postmortem", + "postnatal", + "postnuptial", + "postoperative", + "postpaid", + "postpartum", + "postpositive", + "postprandial", + "postulational", + "postural", + "postwar", + "pot-trained", + "potable", + "potbellied", + "potbound", + "potent", + "potential", + "potholed", + "potted", + "potty", + "potty-trained", + "pouch-shaped", + "pouched", + "pouchlike", + "pound-foolish", + "pouring", + "poverty-stricken", + "powder-puff", + "powder_blue", + "powdered", + "powdery", + "powdery-blue", + "power-assisted", + "power-driven", + "powered", + "powerful", + "powerless", + "practicable", + "practical", + "practiced", + "practised", + "praetorial", + "praetorian", + "pragmatic", + "pragmatical", + "praiseful", + "praiseworthy", + "praising", + "prakritic", + "prandial", + "prankish", + "prayerful", + "pre-christian", + "pre-columbian", + "pre-emptive", + "pre-existent", + "pre-existing", + "pre-jurassic", + "pre-raphaelite", + "pre-socratic", + "preachy", + "preadolescent", + "preanal", + "precancerous", + "precarious", + "precast", + "precative", + "precatory", + "precautional", + "precautionary", + "precedent", + "precedented", + "precedential", + "preceding", + "precious", + "precipitant", + "precipitate", + "precipitating", + "precipitous", + "precise", + "preclinical", + "preclusive", + "precocial", + "precocious", + "precognitive", + "preconceived", + "preconcerted", + "preconditioned", + "precooked", + "precooled", + "precordial", + "precursory", + "predaceous", + "predacious", + "predatory", + "predestinarian", + "predestinate", + "predestined", + "predetermined", + "predicative", + "predictable", + "predictive", + "predigested", + "predisposed", + "predominant", + "predominate", + "preeminent", + "preemptive", + "preexistent", + "preexisting", + "prefab", + "prefaded", + "prefatorial", + "prefatory", + "prefectural", + "preferable", + "preferent", + "preferential", + "preferred", + "prefigurative", + "prefrontal", + "pregnant", + "prehensile", + "prehistoric", + "prehistorical", + "prejudiced", + "prejudicial", + "prejudicious", + "prelapsarian", + "preliminary", + "preliterate", + "premarital", + "premature", + "premedical", + "premeditated", + "premenopausal", + "premenstrual", + "premier", + "premiere", + "premium", + "premonitory", + "prenatal", + "prenominal", + "prenuptial", + "preoccupied", + "preoperative", + "prepackaged", + "prepacked", + "prepaid", + "preparative", + "preparatory", + "prepared", + "preponderant", + "preponderating", + "prepositional", + "prepossessing", + "preposterous", + "preprandial", + "prepubertal", + "prepubescent", + "prepupal", + "prerecorded", + "prerequisite", + "presbyopic", + "prescient", + "prescribed", + "prescription", + "prescriptive", + "present", + "present-day", + "presentable", + "presentational", + "preservable", + "preservative", + "preserved", + "preset", + "presidential", + "presocratic", + "pressed", + "pressing", + "pressor", + "prestigious", + "prestissimo", + "presto", + "presumable", + "presumptive", + "presumptuous", + "presymptomatic", + "preteen", + "pretend", + "pretended", + "pretentious", + "preternatural", + "pretorial", + "pretorian", + "pretty", + "pretty-pretty", + "prevailing", + "prevalent", + "prevenient", + "preventable", + "preventative", + "preventive", + "previous", + "prewar", + "priapic", + "price-controlled", + "priceless", + "pricey", + "prickly", + "prickly-leafed", + "prickly-leaved", + "pricy", + "prideful", + "priestlike", + "priestly", + "priggish", + "prim", + "prima", + "prima_facie", + "primaeval", + "primal", + "primary", + "prime", + "primed", + "primeval", + "primiparous", + "primitive", + "primo", + "primordial", + "princely", + "principal", + "principled", + "printable", + "prior", + "prismatic", + "prisonlike", + "prissy", + "pristine", + "private", + "private-enterprise", + "privileged", + "privy", + "prix_fixe", + "prize", + "prizewinning", + "pro", + "pro-american", + "pro-choice", + "pro-inflammatory", + "pro-life", + "pro_bono", + "pro_forma", + "pro_tem", + "pro_tempore", + "proactive", + "probabilistic", + "probable", + "probationary", + "probative", + "probatory", + "probing", + "problematic", + "problematical", + "procaryotic", + "procedural", + "processed", + "processional", + "proclaimed", + "proconsular", + "procreative", + "procrustean", + "procumbent", + "procurable", + "prodigal", + "prodigious", + "prodromal", + "prodromic", + "productive", + "profanatory", + "profane", + "profaned", + "professed", + "professional", + "professorial", + "proficient", + "profit-maximising", + "profit-maximizing", + "profitable", + "profitless", + "profligate", + "profound", + "profoundly_deaf", + "profuse", + "progestational", + "prognathic", + "prognathous", + "prognostic", + "prognosticative", + "progressive", + "prohibited", + "prohibitive", + "prohibitory", + "proinflammatory", + "projected", + "projectile", + "projecting", + "prokaryotic", + "prolate", + "proletarian", + "prolific", + "prolix", + "prolonged", + "prolusory", + "prominent", + "promiscuous", + "promising", + "promissory", + "promotional", + "promotive", + "prompt", + "promulgated", + "prone", + "pronged", + "prongy", + "pronominal", + "pronounceable", + "pronounced", + "proof", + "proofed", + "propaedeutic", + "propagandist", + "propagandistic", + "propagative", + "propellant", + "propellent", + "propelling", + "proper", + "propertied", + "property-owning", + "propertyless", + "prophetic", + "prophetical", + "prophylactic", + "propitiative", + "propitiatory", + "propitious", + "proportionable", + "proportional", + "proportionate", + "proprietary", + "proprioceptive", + "propulsive", + "prosaic", + "proscribed", + "prosodic", + "prospective", + "prospering", + "prosperous", + "prospicient", + "prostate", + "prostatic", + "prosthetic", + "prosthodontic", + "prostrate", + "prostyle", + "prosy", + "protanopic", + "protean", + "protected", + "protecting", + "protective", + "proteinaceous", + "proteolytic", + "proterozoic", + "protestant", + "proto", + "protogeometric", + "prototypal", + "prototypic", + "prototypical", + "protozoal", + "protozoan", + "protozoic", + "protozoological", + "protracted", + "protractible", + "protractile", + "protruding", + "protrusible", + "protrusile", + "protrusive", + "protuberant", + "proud", + "proud_of", + "proustian", + "provable", + "proved", + "proven", + "provencal", + "proverbial", + "provident", + "providential", + "provincial", + "provisional", + "provisionary", + "provisory", + "provocative", + "provoked", + "provoking", + "prox", + "proximal", + "proximate", + "proximo", + "prudent", + "prudential", + "prudish", + "prurient", + "prussian", + "prying", + "pseudo", + "pseudohermaphrodite", + "pseudohermaphroditic", + "pseudonymous", + "pseudoperipteral", + "pseudoprostyle", + "pseudoscientific", + "psychedelic", + "psychiatric", + "psychiatrical", + "psychic", + "psychical", + "psychoactive", + "psychoanalytic", + "psychoanalytical", + "psychogenetic", + "psychogenic", + "psychokinetic", + "psycholinguistic", + "psychological", + "psychometric", + "psychomotor", + "psychoneurotic", + "psychopathic", + "psychopathologic", + "psychopathological", + "psychopharmacological", + "psychosexual", + "psychosomatic", + "psychotherapeutic", + "psychotic", + "psychotropic", + "pteridological", + "ptolemaic", + "pubertal", + "puberulent", + "pubescent", + "pubic", + "public", + "public-spirited", + "publicised", + "publicized", + "publishable", + "published", + "pucka", + "puckish", + "puddingheaded", + "pudendal", + "pudgy", + "puerile", + "puerperal", + "puff", + "puffed", + "puffy", + "pug-faced", + "pug-nose", + "pug-nosed", + "pugilistic", + "pugnacious", + "puissant", + "pukka", + "pulchritudinous", + "pulmonary", + "pulmonic", + "pulpy", + "pulseless", + "pulverised", + "pulverized", + "pumped", + "pumped-up", + "pumped_up", + "pumpkin-shaped", + "punch-drunk", + "punctilious", + "punctual", + "puncturable", + "punctured", + "punctureless", + "pungent", + "punic", + "punishable", + "punished", + "punishing", + "punitive", + "punitory", + "punk", + "puny", + "pupal", + "pupillary", + "puppyish", + "puppylike", + "puranic", + "purblind", + "purchasable", + "pure", + "pureblood", + "pureblooded", + "purebred", + "purgative", + "purgatorial", + "purging", + "purifying", + "puritanic", + "puritanical", + "purple", + "purple-black", + "purple-blue", + "purple-brown", + "purple-eyed", + "purple-flowered", + "purple-green", + "purple-lilac", + "purple-red", + "purple-spotted", + "purple-tinged", + "purple-tinted", + "purple-veined", + "purple-white", + "purplish", + "purplish-black", + "purplish-blue", + "purplish-brown", + "purplish-green", + "purplish-lilac", + "purplish-red", + "purplish-white", + "purpose-built", + "purpose-made", + "purposeful", + "purposeless", + "purposive", + "purse-proud", + "pursuant", + "pursued", + "pursuing", + "pursy", + "purulent", + "pushful", + "pushy", + "pusillanimous", + "pussy", + "pustulate", + "put-up", + "put-upon", + "put_on", + "putative", + "putdownable", + "putrefacient", + "putrefactive", + "putrefiable", + "putrescent", + "putrescible", + "putrid", + "putrid-smelling", + "puzzled", + "puzzling", + "pyaemic", + "pycnotic", + "pyemic", + "pyknic", + "pyknotic", + "pyloric", + "pyogenic", + "pyramidal", + "pyramidic", + "pyramidical", + "pyrectic", + "pyretic", + "pyrochemical", + "pyroelectric", + "pyroelectrical", + "pyrogallic", + "pyrogenetic", + "pyrogenic", + "pyrogenous", + "pyrographic", + "pyroligneous", + "pyrolignic", + "pyrolytic", + "pyrotechnic", + "pyrotechnical", + "pyrrhic", + "pythagorean", + "qabalistic", + "qatari", + "quack", + "quadrangular", + "quadraphonic", + "quadrasonic", + "quadrate", + "quadratic", + "quadrilateral", + "quadrillionth", + "quadripartite", + "quadriphonic", + "quadrisonic", + "quadruped", + "quadrupedal", + "quadruple", + "quadruplex", + "quadruplicate", + "quaggy", + "quaint", + "qualified", + "qualitative", + "quality", + "quantal", + "quantifiable", + "quantitative", + "quantized", + "quarantined", + "quarrelsome", + "quartan", + "quarterly", + "quartzose", + "quasi", + "quasi-religious", + "quasi-royal", + "quaternary", + "quaternate", + "quavering", + "queasy", + "quebecois", + "quechuan", + "queen-size", + "queen-sized", + "queenlike", + "queenly", + "queer", + "quelled", + "quenched", + "quenchless", + "querulous", + "questionable", + "questioning", + "quick", + "quick-change", + "quick-drying", + "quick-eared", + "quick-frozen", + "quick-sighted", + "quick-tempered", + "quick-witted", + "quickset", + "quicksilver", + "quiescent", + "quiet", + "quilted", + "quincentenary", + "quincentennial", + "quinquefoliate", + "quintessential", + "quintillionth", + "quintuple", + "quirky", + "quits", + "quixotic", + "quizzical", + "quondam", + "quotable", + "quotidian", + "r.c.", + "rabbinic", + "rabbinical", + "rabbit-sized", + "rabble-rousing", + "rabelaisian", + "rabid", + "racemose", + "rachitic", + "racial", + "racist", + "rackety", + "racking", + "racy", + "raddled", + "radial", + "radial-ply", + "radially_symmetrical", + "radiant", + "radiate", + "radiating", + "radical", + "radio", + "radio-controlled", + "radio-opaque", + "radioactive", + "radiographic", + "radiological", + "radiolucent", + "radiopaque", + "radiophonic", + "radiosensitive", + "radiotelephonic", + "raffish", + "raftered", + "ragged", + "raging", + "raiding", + "raimentless", + "raining", + "rainless", + "rainproof", + "rainy", + "raisable", + "raiseable", + "raised", + "raising", + "rakish", + "rallentando", + "rallying", + "ramate", + "rambling", + "rambunctious", + "ramose", + "ramous", + "rampageous", + "rampant", + "ramshackle", + "rancid", + "rancorous", + "random", + "randomised", + "randomized", + "randy", + "ranging", + "rangy", + "rank", + "rank-smelling", + "ranked", + "ranking", + "ransacked", + "ransomed", + "rapacious", + "raped", + "rapid", + "rapt", + "raptorial", + "rapturous", + "rare", + "rare-roasted", + "rarefied", + "rarified", + "raring", + "rascally", + "rash", + "raspberry-red", + "rasping", + "raspy", + "rastafarian", + "ratable", + "rateable", + "ratified", + "ratiocinative", + "rational", + "rationalist", + "rationalistic", + "rationed", + "ratlike", + "rattlebrained", + "rattled", + "rattlepated", + "rattling", + "ratty", + "raucous", + "raunchy", + "ravaged", + "ravaging", + "ravening", + "ravenous", + "raving_mad", + "ravishing", + "raw", + "rawboned", + "rayless", + "razed", + "razor-backed", + "razor-sharp", + "razorback", + "re-created", + "re-entrant", + "re-formed", + "reachable", + "reactionary", + "reactionist", + "reactive", + "readable", + "ready", + "ready-cooked", + "ready-made", + "ready-to-eat", + "ready-to-wear", + "ready_and_waiting", + "ready_to_hand", + "real", + "real-time", + "realised", + "realistic", + "realizable", + "realized", + "reanimated", + "rear", + "rearing", + "rearmost", + "rearward", + "reasonable", + "reasoned", + "reasoning", + "reasonless", + "reassured", + "reassuring", + "rebarbative", + "rebellious", + "reborn", + "recalcitrant", + "receding", + "receivable", + "received", + "recent", + "receptive", + "recessed", + "recessional", + "recessionary", + "recessive", + "rechargeable", + "recherche", + "reciprocal", + "reciprocative", + "reciprocatory", + "reckless", + "reclaimable", + "reclaimed", + "recluse", + "reclusive", + "recognisable", + "recognised", + "recognizable", + "recognized", + "recoilless", + "recollective", + "recombinant", + "reconcilable", + "reconciled", + "reconciling", + "recondite", + "reconstructed", + "reconstructive", + "record-breaking", + "recorded", + "recoverable", + "recovered", + "recovering", + "recreant", + "recreational", + "recriminative", + "recriminatory", + "recrudescent", + "rectal", + "rectangular", + "rectifiable", + "rectified", + "rectilineal", + "rectilinear", + "rectosigmoid", + "recumbent", + "recuperative", + "recurrent", + "recurring", + "recursive", + "recurvate", + "recurved", + "recusant", + "recyclable", + "red", + "red-blind", + "red-blooded", + "red-brick", + "red-brown", + "red-carpet", + "red-coated", + "red-faced", + "red-flowered", + "red-fruited", + "red-gray", + "red-grey", + "red-handed", + "red-hot", + "red-lavender", + "red-letter", + "red-orange", + "red-purple", + "red-rimmed", + "red-streaked", + "red-striped", + "red-violet", + "red_carpet", + "redbrick", + "reddened", + "reddish", + "reddish-brown", + "reddish-gray", + "reddish-grey", + "reddish-lavender", + "reddish-orange", + "reddish-pink", + "reddish-striped", + "reddish-violet", + "reddisn-purple", + "redeemable", + "redeemed", + "redeeming", + "redemptional", + "redemptive", + "redemptory", + "redheaded", + "redistributed", + "redolent", + "redoubled", + "redoubtable", + "reduced", + "reducible", + "reductionist", + "reductive", + "redundant", + "redux", + "reechoing", + "reedlike", + "reedy", + "reefy", + "reeking", + "reentrant", + "referable", + "referenced", + "referent", + "referential", + "refined", + "reflected", + "reflecting", + "reflective", + "reflex", + "reflexed", + "reflexive", + "reform-minded", + "reformable", + "reformative", + "reformatory", + "reformed", + "reformist", + "refractile", + "refractive", + "refractory", + "refractory-lined", + "refreshed", + "refreshful", + "refreshing", + "refrigerant", + "refrigerated", + "refrigerating", + "refulgent", + "refutable", + "regal", + "regardant", + "regardful", + "regardless", + "regenerate", + "regenerating", + "regent", + "regimental", + "regimented", + "regional", + "registered", + "regnant", + "regressive", + "regretful", + "regrettable", + "regular", + "regulated", + "regulation", + "regulative", + "regulatory", + "rehabilitative", + "reigning", + "reincarnate", + "reinforced", + "reinvigorated", + "reiterative", + "rejected", + "rejective", + "rejoicing", + "related", + "related_to", + "relatiative", + "relational", + "relative", + "relativistic", + "relaxant", + "relaxed", + "relaxing", + "releasing", + "relentless", + "relevant", + "reliable", + "reliant", + "relieved", + "religious", + "relinquished", + "relocated", + "reluctant", + "remaining", + "remarkable", + "rembrandtesque", + "remediable", + "remedial", + "remindful", + "reminiscent", + "remiss", + "remittent", + "remorseful", + "remorseless", + "remote", + "remote-controlled", + "removable", + "removed", + "remunerated", + "remunerative", + "renal", + "renascent", + "rending", + "renegade", + "renewable", + "renewed", + "renewing", + "reniform", + "renowned", + "rent-free", + "rentable", + "rental", + "renunciant", + "renunciative", + "reorganised", + "reorganized", + "repand", + "reparable", + "repayable", + "repeatable", + "repeated", + "repellant", + "repellent", + "repelling", + "repentant", + "repetitious", + "repetitive", + "replaceable", + "replete", + "reply-paid", + "reportable", + "reported", + "reposeful", + "reprehensible", + "representable", + "representational", + "representative", + "represented", + "repressed", + "repressing", + "repressive", + "reproachful", + "reprobate", + "reproducible", + "reproductive", + "reproving", + "reptilian", + "republican", + "repudiative", + "repugnant", + "repulsive", + "reputable", + "requested", + "required", + "requisite", + "rescindable", + "rescued", + "resentful", + "reserved", + "resettled", + "resident", + "residential", + "residual", + "residuary", + "resilient", + "resinated", + "resinlike", + "resinous", + "resiny", + "resistant", + "resistible", + "resistive", + "resistless", + "resolute", + "resolvable", + "resolved", + "resonant", + "resonating", + "resounding", + "resourceful", + "resourceless", + "respectable", + "respected", + "respectful", + "respective", + "respiratory", + "resplendent", + "respondent", + "responsible", + "responsible_for", + "responsive", + "rested", + "restful", + "restive", + "restless", + "restorative", + "restrained", + "restricted", + "restricting", + "restrictive", + "resultant", + "resupine", + "resurgent", + "resuscitated", + "retained", + "retaliatory", + "retarded", + "retentive", + "reticent", + "reticular", + "reticulate", + "retinal", + "retired", + "retiring", + "retractable", + "retracted", + "retractile", + "retral", + "retributive", + "retributory", + "retrievable", + "retro", + "retroactive", + "retroflex", + "retroflexed", + "retrograde", + "retrogressive", + "retrorse", + "retrospective", + "retrousse", + "returnable", + "returning", + "reusable", + "revealing", + "revelatory", + "revenant", + "revengeful", + "reverberant", + "reverberating", + "reverberative", + "revered", + "reverend", + "reverent", + "reverential", + "reverse", + "reversed", + "reversible", + "reversionary", + "reversive", + "revertible", + "reverting", + "revised", + "revitalised", + "revitalising", + "revitalized", + "revitalizing", + "revivalistic", + "revived", + "reviving", + "revocable", + "revokable", + "revolting", + "revolutionary", + "revolved", + "rewardful", + "rewarding", + "rh-negative", + "rh-positive", + "rhapsodic", + "rhenish", + "rheologic", + "rheological", + "rhetorical", + "rheumatic", + "rheumatoid", + "rheumy", + "rhinal", + "rhizoidal", + "rhizomatous", + "rhodesian", + "rhombic", + "rhombohedral", + "rhomboid", + "rhomboidal", + "rhymed", + "rhymeless", + "rhyming", + "rhythmic", + "rhythmical", + "riant", + "ribald", + "ribbed", + "ribbon-shaped", + "ribbonlike", + "ribbony", + "ribless", + "riblike", + "rich", + "rickettsial", + "rickety", + "riddled", + "ridged", + "ridiculous", + "riemannian", + "rife", + "rifled", + "rigged", + "right", + "right-angled", + "right-down", + "right-eyed", + "right-hand", + "right-handed", + "right-minded", + "right-side-out", + "right-side-up", + "right-wing", + "right_smart", + "righteous", + "rightful", + "rightish", + "rightist", + "rightmost", + "rigid", + "rigorous", + "riled", + "rimed", + "rimeless", + "riming", + "rimless", + "rimmed", + "rimose", + "rimy", + "ring-shaped", + "ringed", + "ringleted", + "ringlike", + "riotous", + "rip-roaring", + "riparian", + "ripe", + "ripened", + "ripping", + "rippled", + "risen", + "risible", + "rising", + "risk-free", + "riskless", + "risky", + "risque", + "rit.", + "ritardando", + "ritenuto", + "ritual", + "ritualistic", + "ritzy", + "rivalrous", + "riveting", + "roadless", + "roan", + "roaring", + "roast", + "roasted", + "robed", + "robotic", + "robotlike", + "robust", + "robustious", + "rock-bottom", + "rock-inhabiting", + "rock-loving", + "rock-ribbed", + "rock-steady", + "rockbound", + "rocket-propelled", + "rocklike", + "rocky", + "rococo", + "rod-shaped", + "rodlike", + "roentgenographic", + "roguish", + "roiled", + "roiling", + "roily", + "rolled", + "rolled_into_one", + "rollicking", + "rolling", + "roly-poly", + "romaic", + "roman", + "roman_catholic", + "romance", + "romani", + "romanian", + "romanic", + "romanist", + "romansh", + "romantic", + "romanticist", + "romanticistic", + "romany", + "romish", + "roofed", + "roofless", + "roomy", + "rooseveltian", + "rootbound", + "rooted", + "rootless", + "ropey", + "ropy", + "rosaceous", + "rose", + "rose-cheeked", + "rose-colored", + "rose-lavender", + "rose-lilac", + "rose-mauve", + "rose-purple", + "rose-red", + "rose-tinged", + "rose-tinted", + "roseate", + "rosicrucian", + "rostrate", + "rosy", + "rosy-cheeked", + "rosy-colored", + "rosy-purple", + "rot-resistant", + "rotary", + "rotatable", + "rotated", + "rotational", + "rotatory", + "rotted", + "rotten", + "rotund", + "rouged", + "rough", + "rough-and-ready", + "rough-and-tumble", + "rough-cut", + "rough-haired", + "rough-spoken", + "rough-textured", + "roughdried", + "roughened", + "roughhewn", + "roughish", + "roughshod", + "roumanian", + "round", + "round-arm", + "round-backed", + "round-bottom", + "round-bottomed", + "round-eyed", + "round-faced", + "round-fruited", + "round-shouldered", + "round-the-clock", + "round_the_bend", + "roundabout", + "rounded", + "roundheaded", + "roundish", + "rousing", + "rousseauan", + "routine", + "roving", + "rowdy", + "royal", + "ruandan", + "rubber", + "rubberlike", + "rubbery", + "rubbishy", + "rubicund", + "ruby", + "ruby-red", + "rudder-like", + "rudderless", + "ruddy", + "rude", + "rudimentary", + "rueful", + "ruffianly", + "ruffled", + "rugged", + "rugose", + "ruined", + "ruinous", + "rule-governed", + "ruled", + "ruling", + "ruly", + "rum", + "rumanian", + "rumansh", + "rumbling", + "rumbustious", + "ruminant", + "ruminative", + "rummy", + "rumpled", + "run-down", + "run-of-the-mill", + "run-of-the-mine", + "run-on", + "run-resistant", + "runaway", + "runcinate", + "runic", + "running", + "runny", + "runproof", + "runty", + "rupestral", + "rupicolous", + "rural", + "ruritanian", + "rush", + "rushed", + "rushlike", + "rushy", + "russet", + "russian", + "russian-speaking", + "russian_orthodox", + "rust", + "rust-brown", + "rust-colored", + "rust-free", + "rust-red", + "rust-resistant", + "rusted", + "rustic", + "rustless", + "rustling", + "rustproof", + "rustproofed", + "rusty", + "rusty-brown", + "rusty-red", + "ruthful", + "ruthless", + "rutted", + "ruttish", + "rutty", + "rwandan", + "s-shaped", + "sabahan", + "sabbatarian", + "sabbatic", + "sabbatical", + "saber-toothed", + "sabertoothed", + "sabine", + "sable", + "sabre-toothed", + "saccadic", + "saccharine", + "sacculate", + "sacculated", + "sacerdotal", + "sacked", + "saclike", + "sacral", + "sacramental", + "sacred", + "sacrificeable", + "sacrificial", + "sacrilegious", + "sacrosanct", + "sad", + "sad-faced", + "saddle-shaped", + "saddle-sore", + "saddled", + "sadducean", + "sadistic", + "sadomasochistic", + "safe", + "safe_and_sound", + "safety-related", + "sagacious", + "sage", + "sage-green", + "sagging", + "sagittal", + "sagittate", + "sagittiform", + "saharan", + "said", + "sainted", + "saintlike", + "saintly", + "salable", + "salacious", + "salamandriform", + "salaried", + "saleable", + "salient", + "salientian", + "saliferous", + "saline", + "salivary", + "sallow", + "salmon", + "salt", + "salt-cured", + "salted", + "saltish", + "saltlike", + "salty", + "salubrious", + "salutary", + "salvadoran", + "salvadorean", + "salvageable", + "salverform", + "salvific", + "salving", + "same", + "samoan", + "samoyedic-speaking", + "san_marinese", + "sanative", + "sanctified", + "sanctimonious", + "sanctionative", + "sanctioned", + "sanctioning", + "sand-blind", + "sandaled", + "sandalled", + "sandlike", + "sandpapery", + "sandy", + "sane", + "sanguinary", + "sanguine", + "sanguineous", + "sanious", + "sanitary", + "sanitised", + "sanitized", + "sapid", + "sapiens", + "sapient", + "sapiential", + "sapless", + "saponaceous", + "saponified", + "saporous", + "sapphic", + "sapphire", + "sapphirine", + "sappy", + "saprobic", + "saprophagous", + "saprophytic", + "saprozoic", + "sarawakian", + "sarcastic", + "sarcoid", + "sarcolemmal", + "sarcolemmic", + "sarcolemnous", + "sarcosomal", + "sardinian", + "sardonic", + "sartorial", + "sassy", + "satanic", + "satellite", + "satiable", + "satiate", + "satiated", + "satiny", + "satiric", + "satirical", + "satisfactory", + "satisfiable", + "satisfied", + "satisfying", + "saturated", + "saturnine", + "satyric", + "satyrical", + "saucer-eyed", + "saucer-shaped", + "saucy", + "saudi", + "saudi-arabian", + "saurian", + "sausage-shaped", + "saute", + "sauteed", + "savage", + "saved", + "saving", + "savorless", + "savory", + "savourless", + "savoury", + "saw-like", + "saw-toothed", + "sawed-off", + "sawn-off", + "sawtoothed-edged", + "saxatile", + "saxicoline", + "saxicolous", + "saxon", + "scabby", + "scabrous", + "scalable", + "scalar", + "scaled", + "scaleless", + "scalelike", + "scalene", + "scaley", + "scalic", + "scalloped", + "scaly", + "scaly-tailed", + "scandalmongering", + "scandalous", + "scandent", + "scandinavian", + "scant", + "scantily_clad", + "scanty", + "scaphoid", + "scapose", + "scapular", + "scapulohumeral", + "scarce", + "scarecrowish", + "scared", + "scarey", + "scarlet", + "scarlet-crimson", + "scarlet-pink", + "scarred", + "scary", + "scathing", + "scatological", + "scatterbrained", + "scattered", + "scattershot", + "scatty", + "scenic", + "scented", + "scentless", + "sceptered", + "sceptical", + "sceptred", + "scheduled", + "schematic", + "scheming", + "schismatic", + "schismatical", + "schizoid", + "schizophrenic", + "schmaltzy", + "schmalzy", + "scholarly", + "scholastic", + "schoolboyish", + "schoolgirlish", + "schoolwide", + "sciatic", + "scientific", + "scintillant", + "scintillating", + "sciolistic", + "scissor-tailed", + "sclerosed", + "sclerotic", + "scopal", + "scorbutic", + "scorched", + "scorching", + "scoreless", + "scorned", + "scornful", + "scotch", + "scotomatous", + "scots", + "scottish", + "scoundrelly", + "scoured", + "scowling", + "scrabbly", + "scraggly", + "scraggy", + "scrambled", + "scrappy", + "scratchy", + "scrawny", + "screaky", + "screaming", + "screechy", + "screw-loose", + "screw-topped", + "screwball", + "screwy", + "scrimpy", + "scrimy", + "scripted", + "scriptural", + "scrivened", + "scrofulous", + "scrotal", + "scrub", + "scrubbed", + "scrubby", + "scruffy", + "scrumptious", + "scrupulous", + "sculpted", + "sculptural", + "sculptured", + "sculpturesque", + "scummy", + "scurfy", + "scurrilous", + "scurrying", + "scurvy", + "scythian", + "sea-green", + "sea-level", + "seaborne", + "seafaring", + "seagirt", + "seagoing", + "sealed", + "seamanlike", + "seamanly", + "seamed", + "seamless", + "seamy", + "sear", + "searching", + "seared", + "searing", + "seasick", + "seasonable", + "seasonal", + "seasoned", + "seated", + "seaward", + "seaworthy", + "sebaceous", + "sec", + "secluded", + "second", + "second-best", + "second-class", + "second-rate", + "second-sighted", + "second-string", + "second-year", + "secondary", + "secondhand", + "secret", + "secretarial", + "secretive", + "secretory", + "sectarian", + "sectional", + "sectioned", + "sectorial", + "secular", + "secure", + "sedate", + "sedative", + "sedentary", + "sedgelike", + "sedgy", + "sedimentary", + "seditious", + "seductive", + "sedulous", + "see-through", + "seeable", + "seeded", + "seedless", + "seedy", + "seeing", + "seeming", + "seemly", + "seeping", + "seething", + "segmental", + "segmented", + "segregated", + "seismal", + "seismic", + "seismologic", + "seismological", + "select", + "selected", + "selective", + "self", + "self-abnegating", + "self-absorbed", + "self-acting", + "self-activating", + "self-addressed", + "self-aggrandising", + "self-aggrandizing", + "self-appointed", + "self-asserting", + "self-assertive", + "self-assured", + "self-aware", + "self-balancing", + "self-centered", + "self-centred", + "self-collected", + "self-colored", + "self-coloured", + "self-complacent", + "self-conceited", + "self-confessed", + "self-confident", + "self-conscious", + "self-consistent", + "self-constituted", + "self-contained", + "self-contradictory", + "self-defeating", + "self-denying", + "self-deprecating", + "self-destructive", + "self-directed", + "self-disciplined", + "self-educated", + "self-effacing", + "self-employed", + "self-enclosed", + "self-established", + "self-evident", + "self-examining", + "self-explanatory", + "self-fertilised", + "self-fertilized", + "self-forgetful", + "self-generated", + "self-giving", + "self-governing", + "self-important", + "self-imposed", + "self-induced", + "self-indulgent", + "self-involved", + "self-limited", + "self-loading", + "self-locking", + "self-loving", + "self-luminous", + "self-made", + "self-moving", + "self-opinionated", + "self-pollinated", + "self-pollinating", + "self-possessed", + "self-proclaimed", + "self-produced", + "self-propelled", + "self-propelling", + "self-referent", + "self-regulating", + "self-reliant", + "self-renewing", + "self-respectful", + "self-respecting", + "self-restraining", + "self-righteous", + "self-sacrificing", + "self-satisfied", + "self-sealing", + "self-seeded", + "self-seeking", + "self-service", + "self-serving", + "self-sowed", + "self-sown", + "self-styled", + "self-sufficient", + "self-sufficing", + "self-supporting", + "self-sustained", + "self-sustaining", + "self-whispered", + "self-willed", + "self-winding", + "selfish", + "selfless", + "selfsame", + "seljuk", + "sellable", + "semantic", + "semestral", + "semestrial", + "semi-climbing", + "semi-dry", + "semi-erect", + "semi-evergreen", + "semi-formal", + "semi-processed", + "semi-prostrate", + "semi-tuberous", + "semi-upright", + "semi-wild", + "semiabstract", + "semiannual", + "semiaquatic", + "semiarid", + "semiautobiographical", + "semiautomatic", + "semicentenary", + "semicentennial", + "semicircular", + "semicomatose", + "semiconducting", + "semiconductive", + "semiconscious", + "semidark", + "semidetached", + "semiempirical", + "semiformal", + "semihard", + "semiliquid", + "semiliterate", + "semilunar", + "semimonthly", + "seminal", + "seminiferous", + "seminude", + "semiofficial", + "semiopaque", + "semiotic", + "semiotical", + "semiparasitic", + "semipermanent", + "semipermeable", + "semipolitical", + "semiprecious", + "semiprivate", + "semipublic", + "semirigid", + "semiskilled", + "semisoft", + "semisolid", + "semisweet", + "semisynthetic", + "semite", + "semiterrestrial", + "semitic", + "semitic-speaking", + "semitransparent", + "semitropic", + "semitropical", + "semiweekly", + "sempiternal", + "senatorial", + "senecan", + "senegalese", + "senescent", + "senile", + "senior", + "sensate", + "sensational", + "sensationalistic", + "sensed", + "senseless", + "sensible", + "sensitised", + "sensitising", + "sensitive", + "sensitized", + "sensitizing", + "sensorial", + "sensorimotor", + "sensorineural", + "sensory", + "sensual", + "sensuous", + "sent", + "sentential", + "sententious", + "sentient", + "sentimental", + "sepaline", + "sepaloid", + "separable", + "separate", + "separated", + "separatist", + "separative", + "septal", + "septate", + "septic", + "septicemic", + "septrional", + "septuple", + "sepulchral", + "sequent", + "sequential", + "sequestered", + "sequined", + "seraphic", + "seraphical", + "serbian", + "sere", + "serendipitous", + "serene", + "serflike", + "serial", + "sericeous", + "sericultural", + "seriocomic", + "seriocomical", + "serious", + "serious-minded", + "serologic", + "serological", + "serous", + "serpentine", + "serrate", + "serrated", + "serried", + "serrulate", + "serviceable", + "servile", + "servo", + "servomechanical", + "sesquipedalian", + "sessile", + "set", + "set-apart", + "set-aside", + "set_in_stone", + "setaceous", + "setose", + "settled", + "seven", + "seven-day", + "seven-fold", + "seven-membered", + "seven-sided", + "sevenfold", + "seventeen", + "seventeenth", + "seventh", + "seventieth", + "seventy", + "seventy-eight", + "seventy-fifth", + "seventy-five", + "seventy-four", + "seventy-nine", + "seventy-one", + "seventy-seven", + "seventy-six", + "seventy-three", + "seventy-two", + "severable", + "several", + "several-seeded", + "severe", + "severed", + "sewed", + "sewn", + "sex-limited", + "sex-linked", + "sex-starved", + "sexagenarian", + "sexagesimal", + "sexed", + "sexist", + "sexless", + "sextuple", + "sexual", + "sexually_attractive", + "sexy", + "seychellois", + "shabby", + "shabby-genteel", + "shackled", + "shaded", + "shadowed", + "shadowy", + "shady", + "shagged", + "shaggy", + "shaggy-coated", + "shaggy-haired", + "shakable", + "shakeable", + "shakedown", + "shaken", + "shakespearean", + "shakespearian", + "shaky", + "shallow", + "shallow-draft", + "shallow-draught", + "sham", + "shamanist", + "shamanistic", + "shambolic", + "shamed", + "shamefaced", + "shameful", + "shameless", + "shaped", + "shapeless", + "shapely", + "shaping", + "shared", + "shared_out", + "sharing", + "sharp", + "sharp-angled", + "sharp-cornered", + "sharp-eared", + "sharp-eyed", + "sharp-limbed", + "sharp-nosed", + "sharp-pointed", + "sharp-set", + "sharp-sighted", + "sharp-tasting", + "sharp-toothed", + "sharp-worded", + "sharpened", + "shattered", + "shattering", + "shatterproof", + "shaved", + "shaven", + "shavian", + "sheared", + "sheathed", + "shed", + "sheeny", + "sheepish", + "sheeplike", + "sheer", + "sheetlike", + "shelflike", + "shelfy", + "shell-less", + "shelled", + "shellproof", + "sheltered", + "shelvy", + "shield-shaped", + "shielded", + "shifting", + "shiftless", + "shifty", + "shimmery", + "shingly", + "shining", + "shinto", + "shintoist", + "shintoistic", + "shiny", + "shipboard", + "shipshape", + "shirty", + "shitless", + "shitty", + "shivering", + "shivery", + "shoaly", + "shock-absorbent", + "shock-headed", + "shockable", + "shocked", + "shocking", + "shod", + "shodden", + "shoddy", + "shoed", + "shoeless", + "shona", + "shopsoiled", + "shopworn", + "shoreward", + "shorn", + "short", + "short-beaked", + "short-billed", + "short-bodied", + "short-dated", + "short-eared", + "short-haired", + "short-handed", + "short-handled", + "short-headed", + "short-lived", + "short-nosed", + "short-order", + "short-range", + "short-run", + "short-snouted", + "short-spurred", + "short-staffed", + "short-stalked", + "short-stemmed", + "short-tailed", + "short-tempered", + "short-term", + "short-winded", + "short-winged", + "short_and_sweet", + "shortened", + "shorthand", + "shortish", + "shortsighted", + "shot", + "shouldered", + "shouted", + "showery", + "showy", + "shredded", + "shrew-sized", + "shrewd", + "shrewish", + "shrieked", + "shrill", + "shrimpy", + "shrinkable", + "shriveled", + "shrivelled", + "shrubby", + "shrunken", + "shuddering", + "shuddery", + "shuha", + "shut", + "shut-in", + "shut_up", + "shuttered", + "shy", + "siamese", + "siberian", + "sibilant", + "sibyllic", + "sibylline", + "sicilian", + "sick", + "sick-abed", + "sick_of", + "sickening", + "sickish", + "sickle-shaped", + "sickly", + "side", + "side-to-side", + "side_by_side", + "sidearm", + "sidelong", + "sidereal", + "sidesplitting", + "sideways", + "sierra_leonean", + "sighted", + "sightless", + "sightly", + "sigmoid", + "sigmoidal", + "sign", + "sign-language", + "signal", + "signed", + "significant", + "significative", + "sikh", + "silenced", + "silent", + "siliceous", + "silicious", + "silk-lined", + "silken", + "silklike", + "silky", + "silky-haired", + "silky-leafed", + "silky-leaved", + "silly", + "silty", + "silvan", + "silver", + "silver-blue", + "silver-bodied", + "silver-colored", + "silver-gray", + "silver-green", + "silver-grey", + "silver-haired", + "silver-leafed", + "silver-leaved", + "silver-scaled", + "silver-tongued", + "silver-white", + "silverish", + "silvern", + "silvery", + "silvery-blue", + "silvery-bodied", + "silvery-gray", + "silvery-green", + "silvery-grey", + "silvery-leafed", + "silvery-leaved", + "silvery-white", + "simian", + "similar", + "simple", + "simple-minded", + "simplex", + "simplified", + "simplistic", + "simulated", + "simultaneous", + "sincere", + "sinewy", + "sinful", + "singable", + "singaporean", + "singhalese", + "singing", + "single", + "single-barreled", + "single-barrelled", + "single-bedded", + "single-breasted", + "single-celled", + "single-channel", + "single-handed", + "single-humped", + "single-lane", + "single-minded", + "single-seeded", + "single-shelled", + "single-spaced", + "single-stranded", + "singsong", + "singular", + "sinhala", + "sinhalese", + "sinister", + "sinistral", + "sinistrorsal", + "sinistrorse", + "sinitic", + "sinkable", + "sinless", + "sinning", + "sintered", + "sinuate", + "sinuous", + "sinusoidal", + "siouan", + "siouan-speaking", + "sissified", + "sissy", + "sissyish", + "sisterlike", + "sisterly", + "sisyphean", + "sitting", + "situated", + "six", + "six-fold", + "six-membered", + "six-pointed", + "six-sided", + "sixfold", + "sixpenny", + "sixteen", + "sixteenth", + "sixth", + "sixtieth", + "sixty", + "sixty-eight", + "sixty-fifth", + "sixty-five", + "sixty-four", + "sixty-fourth", + "sixty-nine", + "sixty-one", + "sixty-seven", + "sixty-six", + "sixty-three", + "sixty-two", + "sizable", + "size", + "sizeable", + "sized", + "sizzling", + "skanky", + "skeletal", + "skeptical", + "sketchy", + "skew", + "skew-eyed", + "skew-whiff", + "skewed", + "skilful", + "skilled", + "skillful", + "skim", + "skimmed", + "skimpy", + "skin-deep", + "skin-tight", + "skinless", + "skinned", + "skinnerian", + "skinny", + "skint", + "skintight", + "skirting", + "skittish", + "sky-blue", + "skyward", + "slack", + "slain", + "slaked", + "slam-bang", + "slanderous", + "slangy", + "slanted", + "slanting", + "slap-up", + "slapdash", + "slaphappy", + "slapstick", + "slashed", + "slashing", + "slate-black", + "slate-gray", + "slate-grey", + "slatey", + "slatternly", + "slaty", + "slaty-gray", + "slaty-grey", + "slaughterous", + "slav", + "slaveholding", + "slaveless", + "slavelike", + "slavic", + "slavish", + "slavonic", + "sleazy", + "sleek", + "sleeping", + "sleepless", + "sleepy", + "sleepy-eyed", + "sleepyheaded", + "sleety", + "sleeved", + "sleeveless", + "slender", + "slender-bodied", + "slender-waisted", + "slender-winged", + "sliced", + "slick", + "slicked", + "slicked_up", + "sliding", + "slight", + "slighting", + "slim", + "slim-bodied", + "slim-waisted", + "slimed", + "slimy", + "slipper-shaped", + "slippered", + "slippery", + "slipping", + "slippy", + "slipshod", + "slithering", + "slithery", + "slivery", + "sloped", + "sloping", + "slopped", + "sloppy", + "sloshed", + "slothful", + "slouchy", + "sloughy", + "slovakian", + "slovenian", + "slovenly", + "slow", + "slow-moving", + "slow-witted", + "slowgoing", + "slubbed", + "sluggish", + "sluicing", + "slumberous", + "slumbery", + "slumbrous", + "slummy", + "slurred", + "slushy", + "sluttish", + "sly", + "small", + "small-cap", + "small-capitalisation", + "small-capitalization", + "small-eared", + "small-fruited", + "small-grained", + "small-minded", + "small-scale", + "small-seeded", + "small-time", + "small-toothed", + "small-winged", + "smaller", + "smallish", + "smarmy", + "smart", + "smart_as_a_whip", + "smashed", + "smashing", + "smelling", + "smelly", + "smiling", + "smitten", + "smoggy", + "smoke-cured", + "smoke-dried", + "smoke-filled", + "smoke-free", + "smoked", + "smokeless", + "smoking", + "smoky", + "smoldering", + "smooth", + "smooth-bodied", + "smooth-faced", + "smooth-haired", + "smooth-shaven", + "smooth-shelled", + "smooth-skinned", + "smooth-spoken", + "smooth-textured", + "smooth-tongued", + "smoothbore", + "smoothed", + "smoothened", + "smothered", + "smothering", + "smouldering", + "smudgy", + "smug", + "smuggled", + "smutty", + "snafu", + "snake-haired", + "snakelike", + "snaky", + "snappish", + "snappy", + "snarled", + "snarly", + "snazzy", + "sneak", + "sneaking", + "sneaky", + "sneering", + "sneezy", + "snide", + "sniffly", + "sniffy", + "snobbish", + "snobby", + "snoopy", + "snooty", + "snorty", + "snot-nosed", + "snotty", + "snotty-nosed", + "snow-blind", + "snow-blinded", + "snow-capped", + "snow-clad", + "snow-covered", + "snow-white", + "snowbound", + "snowy", + "snub", + "snub-nosed", + "snuff", + "snuff-brown", + "snuffling", + "snuffly", + "snug", + "snuggled", + "so-called", + "so-so", + "soaked", + "soapy", + "soaring", + "sober", + "sobering", + "sobersided", + "sociable", + "social", + "socialised", + "socialist", + "socialistic", + "socialized", + "societal", + "sociobiologic", + "sociobiological", + "sociocultural", + "socioeconomic", + "sociolinguistic", + "sociological", + "sociopathic", + "socratic", + "sodden", + "sodding", + "soft", + "soft-boiled", + "soft-finned", + "soft-footed", + "soft-haired", + "soft-nosed", + "soft-spoken", + "soft-witted", + "soft_on", + "softened", + "softening", + "softheaded", + "softhearted", + "softish", + "soggy", + "soi-disant", + "soigne", + "soignee", + "soil-building", + "soiled", + "solanaceous", + "solar", + "sold", + "sold-out", + "soldierlike", + "soldierly", + "sole", + "soled", + "soleless", + "solemn", + "solicitous", + "solid", + "solid-colored", + "solid-coloured", + "solid-hoofed", + "solid-state", + "solidified", + "solitary", + "solo", + "solomonic", + "soluble", + "solvable", + "solved", + "solvent", + "somali", + "somalian", + "somatic", + "somatogenetic", + "somatogenic", + "somatosensory", + "somber", + "sombre", + "some", + "some_other", + "sometime", + "somniferous", + "somnific", + "somnolent", + "sonant", + "songful", + "songlike", + "sonic", + "sonorous", + "sonsie", + "sonsy", + "soot-black", + "soothing", + "sooty", + "sooty-black", + "sophistic", + "sophistical", + "sophisticated", + "sophomore", + "soporiferous", + "soporific", + "soppy", + "sopranino", + "soprano", + "sorbed", + "sorbefacient", + "sorcerous", + "sordid", + "sore", + "sore-eyed", + "sororal", + "sorrel", + "sorrowful", + "sorrowing", + "sorry", + "sorted", + "soteriological", + "sotho", + "sottish", + "souffle-like", + "soughing", + "sought", + "sought-after", + "sought_after", + "soul-destroying", + "soul-stirring", + "soulful", + "soulless", + "sound", + "sound_asleep", + "soundable", + "sounding", + "soundless", + "soundproof", + "soupy", + "sour", + "sour-tasting", + "soured", + "sourish", + "soused", + "south", + "south-central", + "south-polar", + "south_african", + "south_american", + "south_korean", + "southbound", + "southeast", + "southeasterly", + "southeastern", + "southeastward", + "southerly", + "southern", + "southernmost", + "southmost", + "southward", + "southwest", + "southwesterly", + "southwestern", + "southwestward", + "sovereign", + "soviet", + "sown", + "sozzled", + "spaced", + "spaced-out", + "spacey", + "spacial", + "spaciotemporal", + "spacious", + "spacy", + "spade-like", + "spade-shaped", + "spangled", + "spangly", + "spanish", + "spanish-speaking", + "spanking", + "spare", + "sparing", + "sparkling", + "sparkly", + "sparrow-sized", + "sparse", + "spartan", + "spasmodic", + "spastic", + "spatial", + "spatiotemporal", + "spattered", + "spatula-shaped", + "spatulate", + "spavined", + "spayed", + "speakable", + "speaking", + "spearhead-shaped", + "special", + "specialised", + "specialistic", + "specialized", + "specifiable", + "specific", + "specified", + "specious", + "specked", + "speckled", + "speckless", + "spectacled", + "spectacular", + "spectral", + "spectrographic", + "spectrometric", + "spectroscopic", + "spectroscopical", + "specular", + "speculative", + "speech-endowed", + "speechless", + "speedy", + "spell-bound", + "spellbinding", + "spellbound", + "spendable", + "spendthrift", + "spent", + "sperm-filled", + "spermatic", + "spermicidal", + "spermous", + "spheric", + "spherical", + "spheroidal", + "sphingine", + "spic", + "spic-and-span", + "spicate", + "spice-scented", + "spick", + "spick-and-span", + "spicy", + "spider-shaped", + "spiderlike", + "spiderly", + "spidery", + "spiffed_up", + "spiffing", + "spiffy", + "spiked", + "spikelike", + "spiky", + "spinal", + "spindle-legged", + "spindle-shanked", + "spindle-shaped", + "spindly", + "spine-tipped", + "spineless", + "spinnable", + "spinnbar", + "spinose", + "spinous", + "spiny", + "spiny-backed", + "spiny-edged", + "spiny-finned", + "spiny-leafed", + "spiny-leaved", + "spiny-stemmed", + "spiral", + "spiral-shelled", + "spiraling", + "spirant", + "spirited", + "spiritless", + "spiritous", + "spiritual", + "spiritualist", + "spiritualistic", + "spirituous", + "spiteful", + "splanchnic", + "splashed", + "splashy", + "splattered", + "splay", + "splayfoot", + "splayfooted", + "splendid", + "splendiferous", + "splenetic", + "splenic", + "splinterless", + "splinterproof", + "splintery", + "split", + "splitting", + "splotched", + "spoilable", + "spoiled", + "spoilt", + "spoken", + "spondaic", + "spongelike", + "spongy", + "spontaneous", + "spooky", + "spoon-shaped", + "sporadic", + "spore-bearing", + "sporogenous", + "sporting", + "sportive", + "sportsmanlike", + "sporty", + "spotless", + "spotted", + "spotty", + "spousal", + "spouting", + "sprawling", + "sprawly", + "spray-dried", + "spread", + "spread-eagle", + "spread-out", + "sprigged", + "sprightly", + "spring-blooming", + "spring-flowering", + "spring-loaded", + "springless", + "springlike", + "springy", + "sprouted", + "spruce", + "spruced_up", + "spry", + "spumy", + "spunky", + "spur-of-the-moment", + "spurious", + "spurned", + "spurting", + "squab", + "squabby", + "squalid", + "squalling", + "squally", + "squamulose", + "squandered", + "square", + "square-built", + "square-jawed", + "square-rigged", + "square-shaped", + "square-shouldered", + "square-tailed", + "square-toed", + "squared", + "squared-toe", + "squarish", + "squashed", + "squashy", + "squat", + "squatty", + "squawky", + "squeaking", + "squeaky", + "squealing", + "squeamish", + "squeezable", + "squelched", + "squiffy", + "squiggly", + "squinched", + "squint", + "squint-eyed", + "squinting", + "squinty", + "squirrel-sized", + "squirting", + "squishy", + "sr.", + "sri_lankan", + "stabbing", + "stabile", + "stabilised", + "stabilising", + "stabilized", + "stabilizing", + "stable", + "staccato", + "stacked", + "stage-struck", + "staged", + "stagey", + "stagflationary", + "staggering", + "stagnant", + "stagy", + "staid", + "stainable", + "stained", + "stainless", + "stale", + "stalemated", + "stalinist", + "stalked", + "stalkless", + "stall-fed", + "stalwart", + "staminate", + "stand-alone", + "stand-up", + "standard", + "standardised", + "standardized", + "standby", + "standing", + "standoffish", + "standpat", + "stannic", + "stannous", + "staphylococcal", + "staple", + "star", + "star-shaped", + "starboard", + "starchless", + "starchlike", + "starchy", + "staring", + "stark", + "stark_naked", + "starkers", + "starless", + "starlike", + "starlit", + "starred", + "starring", + "starry", + "starry-eyed", + "starting", + "startled", + "startling", + "starved", + "starving", + "statant", + "state-controlled", + "state-of-the-art", + "state-supported", + "stated", + "stateless", + "stately", + "statesmanlike", + "statesmanly", + "statewide", + "static", + "stationary", + "statistical", + "stative", + "statuary", + "statuesque", + "statute", + "statutory", + "staunch", + "stay-at-home", + "steadfast", + "steadied", + "steady", + "steady-going", + "steadying", + "stealthy", + "steam-powered", + "steamed", + "steaming", + "steamy", + "stearic", + "steel-plated", + "steely", + "steep", + "steep-sided", + "steepish", + "steerable", + "stellar", + "stellate", + "stemless", + "stemmatic", + "stemmed", + "stenographic", + "stenographical", + "stenosed", + "stenotic", + "stentorian", + "step-by-step", + "stepwise", + "stereo", + "stereophonic", + "stereoscopic", + "stereotyped", + "stereotypic", + "stereotypical", + "sterile", + "sterilised", + "sterilized", + "sterling", + "stern", + "sternal", + "sternutative", + "sternutatory", + "steroidal", + "stertorous", + "stewed", + "stick-in-the-mud", + "stick-on", + "sticking", + "sticking_out", + "sticky", + "stiff", + "stiff-backed", + "stiff-branched", + "stiff-haired", + "stiff-necked", + "stiff-tailed", + "stifled", + "stifling", + "stigmatic", + "still", + "stillborn", + "stilly", + "stilted", + "stimulant", + "stimulated", + "stimulating", + "stimulative", + "stinging", + "stingless", + "stingy", + "stinking", + "stinky", + "stinting", + "stipendiary", + "stippled", + "stipulatory", + "stirred", + "stirred_up", + "stirring", + "stirrup-shaped", + "stitched", + "stochastic", + "stock", + "stock-still", + "stocked", + "stocked_with", + "stockinged", + "stocky", + "stodgy", + "stoic", + "stoical", + "stoichiometric", + "stolid", + "stoloniferous", + "stomachal", + "stomachic", + "stomatal", + "stomatous", + "stone", + "stone-blind", + "stone-broke", + "stone-cold", + "stone-dead", + "stone-deaf", + "stone-gray", + "stone-grey", + "stone-sober", + "stoned", + "stoneless", + "stonelike", + "stony", + "stony-broke", + "stonyhearted", + "stooped", + "stooping", + "stoppable", + "stopped", + "stopped-up", + "stopped_up", + "stoppered", + "store-bought", + "stored-program", + "storeyed", + "storied", + "storm-beaten", + "storm-tossed", + "stormbound", + "stormproof", + "stormy", + "stout", + "stout-billed", + "stout-stemmed", + "stouthearted", + "stovepiped", + "straggling", + "straggly", + "straight", + "straight-backed", + "straight-billed", + "straight-from-the-shoulder", + "straight-grained", + "straight-laced", + "straight-legged", + "straight-out", + "straightarrow", + "straightaway", + "straightforward", + "straightlaced", + "strained", + "straining", + "strait", + "strait-laced", + "straitlaced", + "stranded", + "strange", + "strangled", + "strapless", + "straplike", + "strapping", + "strategic", + "strategical", + "stratified", + "stravinskian", + "stravinskyan", + "straw", + "straw-colored", + "straw-coloured", + "stray", + "straying", + "streaked", + "streaky", + "streaming", + "streamlined", + "street_smart", + "streetwise", + "strengthened", + "strenuous", + "strep", + "streptococcal", + "streptococcic", + "stressed", + "stressful", + "stretch", + "stretchable", + "stretched", + "stretchy", + "striate", + "stricken", + "strict", + "strident", + "strikebound", + "striking", + "stringent", + "stringy", + "strip-mined", + "striped", + "stripped", + "stripped-down", + "stripy", + "strong", + "strong-arm", + "strong-boned", + "strong-flavored", + "strong-growing", + "strong-minded", + "strong-scented", + "strong-smelling", + "strong-willed", + "stroppy", + "struck", + "structural", + "structured", + "struggling", + "strung", + "strung-out", + "stubbled", + "stubbly", + "stubborn", + "stubby", + "stuck", + "stuck-up", + "stuck_with", + "studded", + "studied", + "studious", + "stuffed", + "stuffy", + "stumpy", + "stung", + "stunned", + "stunning", + "stunted", + "stupefied", + "stupefying", + "stupendous", + "stupid", + "stuporous", + "sturdy", + "stygian", + "styleless", + "stylised", + "stylish", + "stylistic", + "stylized", + "styptic", + "suasible", + "suave", + "sub-rosa", + "sub-saharan", + "sub_judice", + "subacid", + "subacute", + "subalpine", + "subaltern", + "subaquatic", + "subaqueous", + "subarctic", + "subartesian", + "subatomic", + "subclavian", + "subclinical", + "subconscious", + "subcortical", + "subcutaneous", + "subduable", + "subdued", + "subdural", + "subfusc", + "subgross", + "subhuman", + "subjacent", + "subject", + "subjective", + "subjugable", + "subjugated", + "subjunctive", + "sublimate", + "sublimated", + "sublime", + "sublimed", + "subliminal", + "sublingual", + "subliterary", + "sublittoral", + "sublunar", + "sublunary", + "submarine", + "submerged", + "submergible", + "submersed", + "submersible", + "submissive", + "subnormal", + "subocean", + "suboceanic", + "subocular", + "suborbital", + "subordinate", + "subordinating", + "subordinative", + "subscribed", + "subscript", + "subsequent", + "subservient", + "subsidiary", + "subsidised", + "subsidized", + "subsonic", + "substandard", + "substantial", + "substantiating", + "substantiative", + "substantival", + "substantive", + "substitutable", + "substitute", + "subsurface", + "subterminal", + "subterranean", + "subterraneous", + "subtle", + "subtractive", + "subtropic", + "subtropical", + "suburban", + "suburbanised", + "suburbanized", + "subversive", + "succeeding", + "successful", + "successive", + "succinct", + "succinic", + "succulent", + "such", + "suchlike", + "suckled", + "suctorial", + "sudanese", + "sudden", + "sudorific", + "sudsy", + "suety", + "sufferable", + "suffering", + "sufficient", + "suffocating", + "suffocative", + "suffrutescent", + "suffusive", + "sufi", + "sugar-coated", + "sugared", + "sugarless", + "sugary", + "suggestible", + "suggestive", + "sui_generis", + "suicidal", + "suitable", + "suited", + "sulcate", + "sulfur-yellow", + "sulfuretted", + "sulfuric", + "sulfurized", + "sulfurous", + "sulky", + "sullen", + "sulphur-yellow", + "sulphuretted", + "sulphuric", + "sulphurous", + "sultry", + "sumatran", + "sumerian", + "summa_cum_laude", + "summary", + "summational", + "summative", + "summer-blooming", + "summer-flowering", + "summery", + "sumptuary", + "sumptuous", + "sun-drenched", + "sun-dried", + "sun-loving", + "sunbaked", + "sunburned", + "sunburnt", + "sunday-go-to-meeting", + "sundried", + "sundry", + "sunk", + "sunken", + "sunken-eyed", + "sunless", + "sunlit", + "sunny", + "sunny-side_up", + "sunrise", + "sunset", + "sunstruck", + "suntanned", + "super", + "superable", + "superabundant", + "superannuated", + "superb", + "supercharged", + "supercilious", + "supercritical", + "supererogatory", + "superfatted", + "superficial", + "superfine", + "superfluous", + "superhuman", + "superimposed", + "superincumbent", + "superior", + "superjacent", + "superlative", + "superlunar", + "superlunary", + "supernal", + "supernatant", + "supernatural", + "supernaturalist", + "supernaturalistic", + "supernormal", + "supernumerary", + "superordinate", + "superpatriotic", + "superposable", + "supersaturated", + "superscript", + "supersensitised", + "supersensitive", + "supersensitized", + "supersonic", + "superstitious", + "supervised", + "supervisory", + "supine", + "supperless", + "supple", + "supplemental", + "supplementary", + "suppliant", + "supplicant", + "supplicatory", + "supportable", + "supported", + "supporting", + "supportive", + "supposable", + "supposed", + "suppositional", + "suppositious", + "supposititious", + "suppressed", + "suppressive", + "suppurative", + "supranational", + "supranormal", + "supraocular", + "supraorbital", + "suprasegmental", + "supreme", + "surd", + "sure", + "sure-enough", + "sure-fire", + "sure-footed", + "sure-handed", + "sure_as_shooting", + "surefooted", + "surface", + "surface-active", + "surface-assimilative", + "surface-to-air", + "surficial", + "surgical", + "surging", + "surly", + "surmisable", + "surmountable", + "surmounted", + "surpassing", + "surpliced", + "surplus", + "surprised", + "surprising", + "surreal", + "surrealistic", + "surreptitious", + "surrogate", + "surrounded", + "surrounding", + "surviving", + "susceptible", + "suspect", + "suspected", + "suspended", + "suspenseful", + "suspensive", + "suspicious", + "sustainable", + "sustained", + "sustentacular", + "susurrant", + "susurrous", + "svelte", + "swagger", + "swaggering", + "swallow-tailed", + "swampy", + "swank", + "swanky", + "swart", + "swarthy", + "swashbuckling", + "swayback", + "swaybacked", + "swazi", + "swedish", + "sweeping", + "sweet", + "sweet-breathed", + "sweet-faced", + "sweet-flavored", + "sweet-scented", + "sweet-smelling", + "sweetened", + "sweetheart", + "sweetish", + "swell", + "swelled", + "sweltering", + "sweltry", + "swept", + "sweptback", + "sweptwing", + "swift", + "swift-footed", + "swimming", + "swingeing", + "swinging", + "swingy", + "swinish", + "swish", + "swishy", + "swiss", + "swollen", + "swollen-headed", + "swooning", + "sword-shaped", + "swordlike", + "sworn", + "sybaritic", + "sycophantic", + "syllabic", + "syllabled", + "syllogistic", + "sylphlike", + "sylvan", + "symbiotic", + "symbolic", + "symbolical", + "symmetric", + "symmetrical", + "sympathetic", + "sympathomimetic", + "sympatric", + "sympetalous", + "symphonic", + "symphonious", + "symptomatic", + "symptomless", + "synaesthetic", + "synaptic", + "syncarpous", + "syncategorematic", + "synchronal", + "synchronic", + "synchronised", + "synchronized", + "synchronous", + "synclinal", + "syncopated", + "syncretic", + "syncretical", + "syncretistic", + "syncretistical", + "syndetic", + "synecdochic", + "synecdochical", + "synergetic", + "synergistic", + "synesthetic", + "synoecious", + "synoicous", + "synonymous", + "synoptic", + "synoptical", + "synovial", + "synsemantic", + "syntactic", + "syntactical", + "syntagmatic", + "synthetic", + "synthetical", + "syphilitic", + "syrian", + "syrupy", + "systematic", + "systemic", + "systolic", + "t-shaped", + "tabby", + "table_d'hote", + "taboo", + "tabu", + "tabular", + "tacit", + "taciturn", + "tacky", + "tactful", + "tactical", + "tactile", + "tactless", + "tactual", + "tadpole-shaped", + "tagged", + "tahitian", + "tai", + "tail-shaped", + "tailed", + "tailless", + "taillike", + "tailor-made", + "tailored", + "tainted", + "taiwanese", + "tajikistani", + "take-away", + "take-home", + "taken", + "taken_for_granted", + "taken_up", + "taken_with", + "takeout", + "taking", + "talebearing", + "talented", + "talentless", + "taliped", + "talismanic", + "talkative", + "talky", + "tall", + "tall-growing", + "tall-stalked", + "tallish", + "taloned", + "tamable", + "tame", + "tameable", + "tamed", + "tamil", + "tan", + "tangential", + "tangerine", + "tangible", + "tangled", + "tangy", + "tanned", + "tannic", + "tannish", + "tansy-scented", + "tansy-smelling", + "tantalising", + "tantalizing", + "tantamount", + "tantric", + "tantrik", + "tanzanian", + "taoist", + "tape-recorded", + "taped", + "tapered", + "tapering", + "tapering_off", + "tapestried", + "tapped", + "tardive", + "tardy", + "target-hunting", + "tarred-and-feathered", + "tarry", + "tarsal", + "tart", + "tartarean", + "tartaric", + "tasmanian", + "tassel-shaped", + "tasseled", + "tasselled", + "tasteful", + "tasteless", + "tasty", + "tatterdemalion", + "tattered", + "tattling", + "tatty", + "taunting", + "taupe", + "taurine", + "taut", + "tautologic", + "tautological", + "tawdry", + "tawny", + "tawny-brown", + "tawny-colored", + "tawny-coloured", + "tax-exempt", + "tax-free", + "taxable", + "taxing", + "taxonomic", + "taxonomical", + "taxpaying", + "tea-scented", + "teachable", + "teal", + "tearaway", + "tearful", + "tearing", + "tearless", + "teary", + "teary-eyed", + "teased", + "teasing", + "technical", + "technical-grade", + "technical_grade", + "technological", + "technophilic", + "technophobic", + "techy", + "tectonic", + "tedious", + "teeming", + "teen", + "teenage", + "teenaged", + "teensy", + "teensy-weensy", + "teentsy", + "teeny", + "teeny-weeny", + "teetotal", + "tegular", + "telegnostic", + "telegraphic", + "telemetered", + "teleological", + "telepathic", + "telephonic", + "telescoped", + "telescopic", + "telling", + "telltale", + "tellurian", + "telluric", + "telocentric", + "temerarious", + "temperamental", + "temperate", + "tempered", + "tempering", + "tempest-swept", + "tempest-tossed", + "tempest-tost", + "tempestuous", + "temporal", + "temporary", + "temptable", + "tempting", + "ten", + "ten-fold", + "ten-membered", + "ten-sided", + "ten_thousand", + "tenable", + "tenacious", + "tenanted", + "tended_to", + "tendencious", + "tendentious", + "tender", + "tenderhearted", + "tenderised", + "tenderized", + "tending", + "tendinous", + "tendril-climbing", + "tenebrific", + "tenebrious", + "tenebrous", + "tenfold", + "tenor", + "tense", + "tensed", + "tensile", + "tensional", + "tensionless", + "tentacled", + "tentacular", + "tentative", + "tenth", + "tenuous", + "tenured", + "tepid", + "teratogenic", + "terefah", + "terete", + "terminable", + "terminal", + "terminated", + "terminative", + "terminological", + "ternary", + "ternate", + "terpsichorean", + "terrene", + "terrestrial", + "terrible", + "terrific", + "terrified", + "terrifying", + "territorial", + "terror-stricken", + "terror-struck", + "terse", + "tertian", + "tertiary", + "tessellated", + "testaceous", + "testamentary", + "testate", + "tested", + "testicular", + "testimonial", + "testy", + "tetanic", + "tetchy", + "tete-a-tete", + "tethered", + "tetragonal", + "tetramerous", + "tetrametric", + "tetravalent", + "teutonic", + "texan", + "textbook", + "textile", + "textual", + "textured", + "thai", + "thalamocortical", + "thalassic", + "thalloid", + "thallophytic", + "thankful", + "thankless", + "thawed", + "theatrical", + "theban", + "theist", + "theistic", + "theistical", + "thematic", + "then", + "thenal", + "thenar", + "theocratic", + "theological", + "theoretic", + "theoretical", + "theory-based", + "theosophical", + "therapeutic", + "therapeutical", + "thermal", + "thermic", + "thermionic", + "thermodynamic", + "thermodynamical", + "thermoelectric", + "thermoelectrical", + "thermogravimetric", + "thermohydrometric", + "thermolabile", + "thermometric", + "thermonuclear", + "thermoplastic", + "thermoset", + "thermosetting", + "thermostatic", + "thespian", + "thick", + "thick-billed", + "thick-bodied", + "thick-branched", + "thick-haired", + "thick-lipped", + "thick-skinned", + "thick-skulled", + "thick-stemmed", + "thickened", + "thickening", + "thicket-forming", + "thickheaded", + "thickly_settled", + "thickset", + "thickspread", + "thieving", + "thievish", + "thimble-shaped", + "thin", + "thin-bodied", + "thin-shelled", + "thin-skinned", + "thinkable", + "thinking", + "thinned", + "third", + "third-dimensional", + "third-rate", + "third-year", + "thirdhand", + "thirsty", + "thirteen", + "thirteenth", + "thirtieth", + "thirty", + "thirty-eight", + "thirty-eighth", + "thirty-fifth", + "thirty-first", + "thirty-five", + "thirty-four", + "thirty-fourth", + "thirty-nine", + "thirty-ninth", + "thirty-one", + "thirty-second", + "thirty-seven", + "thirty-seventh", + "thirty-six", + "thirty-sixth", + "thirty-third", + "thirty-three", + "thirty-two", + "thistlelike", + "thoracic", + "thoreauvian", + "thoriated", + "thorn-tipped", + "thornless", + "thorny", + "thorough", + "thoroughbred", + "thoroughgoing", + "thought-provoking", + "thoughtful", + "thoughtless", + "thousand", + "thousandth", + "thracian", + "threadbare", + "threaded", + "threadlike", + "thready", + "threatened", + "threatening", + "three", + "three-cornered", + "three-d", + "three-dimensional", + "three-figure", + "three-fold", + "three-hundredth", + "three-lane", + "three-legged", + "three-lipped", + "three-lobed", + "three-membered", + "three-needled", + "three-party", + "three-petaled", + "three-petalled", + "three-piece", + "three-ply", + "three-pronged", + "three-seeded", + "three-sided", + "three-way", + "three-wheel", + "three-wheeled", + "three-year-old", + "three_hundred", + "threefold", + "threepenny", + "threescore", + "thriftless", + "thrifty", + "thrilled", + "thrillful", + "thrilling", + "thriving", + "throated", + "throaty", + "throbbing", + "thrombosed", + "thronged", + "through", + "through_with", + "throwaway", + "throwback", + "thrown", + "thrown-away", + "thrown_and_twisted", + "thudding", + "thumbed", + "thumping", + "thundering", + "thunderous", + "thunderstruck", + "thundery", + "thwarted", + "thwarting", + "thwartwise", + "thyroid", + "thyroidal", + "thyrotoxic", + "tibetan", + "tibial", + "tickling", + "ticklish", + "tidal", + "tiddly", + "tidy", + "tie-on", + "tied", + "tied_up", + "tiered", + "tiger-striped", + "tigerish", + "tight", + "tight-fitting", + "tight-knit", + "tight-laced", + "tight_fitting", + "tightfisted", + "tightfitting", + "tightlipped", + "tightly_fitting", + "tightly_knit", + "tiled", + "tillable", + "tilled", + "tilted", + "timber-framed", + "timbered", + "time-consuming", + "time-honored", + "time-honoured", + "time-release", + "time-tested", + "timed", + "timeless", + "timely", + "timeserving", + "timeworn", + "timid", + "timorese", + "timorous", + "tined", + "tingling", + "tinkling", + "tinkly", + "tinned", + "tinny", + "tinpot", + "tinseled", + "tinselly", + "tiny", + "tip-and-run", + "tip-tilted", + "tip-up", + "tipped", + "tippy", + "tipsy", + "tiptoe", + "tiptop", + "tired", + "tired_of", + "tireless", + "tiresome", + "tiring", + "titanic", + "titillated", + "titillating", + "titled", + "tittering", + "titular", + "titulary", + "toadyish", + "toasted", + "tobagonian", + "tod", + "toed", + "toeless", + "toffee-nosed", + "together", + "togged", + "togged_up", + "togolese", + "toilet-trained", + "toiling", + "toilsome", + "token", + "tokenish", + "tolerable", + "tolerant", + "toll-free", + "tomboyish", + "tomentose", + "tomentous", + "tonal", + "tone-deaf", + "toned", + "toneless", + "tongan", + "tongue-in-cheek", + "tongue-shaped", + "tongue-tied", + "tongued", + "tongueless", + "tonguelike", + "tonic", + "tonsorial", + "tonsured", + "too-careful", + "too-generous", + "too-greedy", + "too_bad", + "too_big_for_one's_breeches", + "too_large", + "toothed", + "toothless", + "toothlike", + "toothsome", + "toothy", + "top", + "top-down", + "top-flight", + "top-grade", + "top-heavy", + "top-hole", + "top-notch", + "top-quality", + "top-secret", + "topical", + "topknotted", + "topless", + "topmost", + "topnotch", + "topographic", + "topographical", + "topologic", + "topological", + "topped", + "topping", + "tops", + "topsy-turvy", + "tormented", + "torn", + "toroidal", + "torpid", + "torrential", + "torrid", + "tortious", + "tortuous", + "tortured", + "torturesome", + "torturing", + "torturous", + "torulose", + "total", + "totaled", + "totalistic", + "totalitarian", + "totemic", + "totipotent", + "tottering", + "tottery", + "touch-and-go", + "touchable", + "touched", + "touching", + "touchy", + "touchy-feely", + "tough", + "tough-minded", + "tough-skinned", + "toughened", + "toupeed", + "touristed", + "touristy", + "tousled", + "towering", + "towheaded", + "toxic", + "toxicant", + "toxicologic", + "toxicological", + "trabeate", + "trabeated", + "trabecular", + "trabeculate", + "traceable", + "tracheal", + "trackable", + "tracked", + "trackless", + "tractable", + "tractile", + "tractive", + "trademarked", + "traditional", + "traditionalist", + "traditionalistic", + "tragic", + "tragical", + "tragicomic", + "tragicomical", + "trained", + "traitorous", + "tralatitious", + "tramontane", + "trancelike", + "tranquil", + "tranquilising", + "tranquilizing", + "tranquillising", + "tranquillizing", + "transactinide", + "transalpine", + "transatlantic", + "transcendent", + "transcendental", + "transcontinental", + "transcribed", + "transcultural", + "transcutaneous", + "transdermal", + "transdermic", + "transeunt", + "transferable", + "transferrable", + "transfixed", + "transformable", + "transformed", + "transgender", + "transgendered", + "transient", + "transistorised", + "transistorized", + "transitional", + "transitive", + "transitory", + "translatable", + "translational", + "translucent", + "translunar", + "translunary", + "transmissible", + "transmittable", + "transmitted", + "transmontane", + "transmundane", + "transmutable", + "transnational", + "transoceanic", + "transonic", + "transparent", + "transpiring", + "transplacental", + "transplantable", + "transpolar", + "transportable", + "transposable", + "transposed", + "transsexual", + "transuranic", + "transversal", + "transverse", + "transvestic", + "transvestite", + "trapezoidal", + "trapped", + "trashy", + "traumatic", + "travel-soiled", + "travel-stained", + "travel-worn", + "travelable", + "traveled", + "travelled", + "traversable", + "treacherous", + "treacly", + "treasonable", + "treasonous", + "treasured", + "treated", + "treble", + "tree-living", + "tree-shaped", + "treed", + "treeless", + "treelike", + "tref", + "trembling", + "tremendous", + "tremulous", + "trenchant", + "trend-setting", + "trendsetting", + "trendy", + "trepid", + "trespassing", + "trial-and-error", + "triangular", + "triangulate", + "triassic", + "tribadistic", + "tribal", + "tributary", + "tricentenary", + "tricentennial", + "trichromatic", + "trichrome", + "tricked-out", + "tricksy", + "tricky", + "triclinic", + "tricolor", + "tricuspid", + "tricuspidate", + "tried", + "tried_and_true", + "triennial", + "trifid", + "trifling", + "trifoliate", + "trifoliated", + "trifoliolate", + "trig", + "trigger-happy", + "trigonal", + "trigonometric", + "trihydroxy", + "trilateral", + "trilingual", + "trilled", + "trillion", + "trillionth", + "trilobate", + "trilobated", + "trilobed", + "trim", + "trimmed", + "trimotored", + "trinidadian", + "trinuclear", + "trinucleate", + "trinucleated", + "tripartite", + "tripinnate", + "tripinnated", + "tripinnatifid", + "triple", + "triple-crown", + "triplex", + "triploid", + "tripping", + "triskaidekaphobic", + "tritanopic", + "trite", + "triumphal", + "triumphant", + "triune", + "trivalent", + "trivial", + "trochaic", + "trojan", + "trompe-l'oeil", + "trophic", + "trophoblastic", + "trophotropic", + "tropic", + "tropical", + "trouble-free", + "troubled", + "troublesome", + "troubling", + "troublous", + "trousered", + "truant", + "truculent", + "true", + "true-blue", + "true-false", + "true-to-life", + "true_to", + "true_to_life", + "truehearted", + "trumped-up", + "trumpet-like", + "trumpet-shaped", + "truncate", + "truncated", + "trussed", + "trusted", + "trustful", + "trusting", + "trustworthy", + "trusty", + "truthful", + "trying", + "tsarist", + "tsaristic", + "tubal", + "tubby", + "tube-nosed", + "tube-shaped", + "tubed", + "tubeless", + "tubelike", + "tubercular", + "tuberculate", + "tuberculoid", + "tuberculous", + "tuberous", + "tubular", + "tucked", + "tudor", + "tufted", + "tumble-down", + "tumescent", + "tumid", + "tumultuous", + "tuneful", + "tuneless", + "tunisian", + "tuppeny", + "turbaned", + "turbid", + "turbinate", + "turbulent", + "turgid", + "turkey-sized", + "turkic", + "turkic-speaking", + "turkish", + "turkmen", + "turned", + "turned_on", + "turned_out", + "turnip-shaped", + "tuscan", + "tusked", + "tutelar", + "tutelary", + "tutorial", + "tuxedoed", + "twee", + "tweedy", + "twelfth", + "twelve", + "twelve-sided", + "twentieth", + "twenty", + "twenty-eight", + "twenty-eighth", + "twenty-fifth", + "twenty-first", + "twenty-five", + "twenty-four", + "twenty-fourth", + "twenty-nine", + "twenty-ninth", + "twenty-one", + "twenty-second", + "twenty-seven", + "twenty-seventh", + "twenty-six", + "twenty-sixth", + "twenty-third", + "twenty-three", + "twenty-two", + "twiggy", + "twiglike", + "twilight", + "twilit", + "twilled", + "twin", + "twin-bedded", + "twinkling", + "twinkly", + "twinned", + "twinning", + "twisted", + "twisting", + "twisty", + "two", + "two-a-penny", + "two-chambered", + "two-channel", + "two-dimensional", + "two-eared", + "two-faced", + "two-fold", + "two-footed", + "two-handed", + "two-humped", + "two-hundredth", + "two-lane", + "two-leafed", + "two-leaved", + "two-lipped", + "two-lobed", + "two-needled", + "two-part", + "two-party", + "two-piece", + "two-ply", + "two-pronged", + "two-sided", + "two-timing", + "two-toe", + "two-toed", + "two-way", + "two-wheel", + "two-wheeled", + "two-year", + "two-year-old", + "two_hundred", + "twofold", + "twopenny", + "twopenny-halfpenny", + "twoscore", + "tympanic", + "tympanitic", + "typic", + "typical", + "typographic", + "typographical", + "tyrannic", + "tyrannical", + "tyrannous", + "tyrolean", + "tyrolese", + "tzarist", + "u", + "u-shaped", + "ubiquitous", + "ugandan", + "ugly", + "ukrainian", + "ulcerated", + "ulcerative", + "ulcerous", + "ulnar", + "ult", + "ulterior", + "ultimate", + "ultimo", + "ultra", + "ultra_vires", + "ultraconservative", + "ultramarine", + "ultramicroscopic", + "ultramodern", + "ultramontane", + "ultranationalistic", + "ultrasonic", + "ultraviolet", + "umbel-like", + "umbellar", + "umbellate", + "umbelliferous", + "umbelliform", + "umber", + "umbilical", + "umbilicate", + "umbrageous", + "umbrella", + "umbrella-shaped", + "umbrellalike", + "umpteen", + "umpteenth", + "umptieth", + "umteen", + "umteenth", + "un-american", + "un-come-at-able", + "un-get-at-able", + "unabashed", + "unabated", + "unable", + "unabridged", + "unabused", + "unaccented", + "unacceptable", + "unaccepted", + "unaccessible", + "unaccommodating", + "unaccompanied", + "unaccountable", + "unaccredited", + "unaccustomed", + "unachievable", + "unacknowledged", + "unacquainted", + "unacquainted_with", + "unacquisitive", + "unactable", + "unadaptable", + "unadapted", + "unaddicted", + "unaddressed", + "unadjustable", + "unadjusted", + "unadoptable", + "unadorned", + "unadulterated", + "unadventurous", + "unadvisable", + "unadvised", + "unaerated", + "unaesthetic", + "unaffected", + "unaffecting", + "unaffectionate", + "unaffiliated", + "unaffixed", + "unafraid", + "unaged", + "unaggressive", + "unagitated", + "unaided", + "unaired", + "unairworthy", + "unalarming", + "unalert", + "unalienable", + "unalike", + "unalloyed", + "unalterable", + "unaltered", + "unambiguous", + "unambitious", + "unamended", + "unanalyzable", + "unanalyzed", + "unangry", + "unanimated", + "unanimous", + "unannealed", + "unannounced", + "unanswerable", + "unanswered", + "unanticipated", + "unapologetic", + "unappareled", + "unapparent", + "unappealable", + "unappealing", + "unappeasable", + "unappendaged", + "unappetising", + "unappetizing", + "unappreciated", + "unappreciative", + "unapprehensive", + "unapproachable", + "unarbitrary", + "unarguable", + "unargumentative", + "unarmed", + "unarmored", + "unarmoured", + "unarticulate", + "unarticulated", + "unartistic", + "unary", + "unascertainable", + "unascribable", + "unashamed", + "unasked", + "unassailable", + "unassertive", + "unassignable", + "unassigned", + "unassisted", + "unassuming", + "unassured", + "unasterisked", + "unattached", + "unattackable", + "unattainable", + "unattended", + "unattired", + "unattractive", + "unattributable", + "unauthentic", + "unauthorised", + "unauthorized", + "unavailable", + "unavailing", + "unavenged", + "unavoidable", + "unavowed", + "unawakened", + "unaware", + "unawed", + "unbacked", + "unbaffled", + "unbalanced", + "unbalconied", + "unbanded", + "unbaptised", + "unbaptized", + "unbarred", + "unbarreled", + "unbarrelled", + "unbearable", + "unbeatable", + "unbeaten", + "unbecoming", + "unbefitting", + "unbeholden", + "unbeknown", + "unbeknownst", + "unbelievable", + "unbelieving", + "unbeloved", + "unbelted", + "unbendable", + "unbending", + "unbeneficed", + "unbent", + "unbiased", + "unbiassed", + "unbigoted", + "unbitter", + "unbleached", + "unblemished", + "unblended", + "unblessed", + "unblinking", + "unbloody", + "unblushing", + "unbodied", + "unbolted", + "unbooked", + "unbordered", + "unborn", + "unbound", + "unbounded", + "unbowed", + "unbraced", + "unbrainwashed", + "unbranched", + "unbranching", + "unbranded", + "unbreakable", + "unbridgeable", + "unbridled", + "unbroken", + "unbrushed", + "unburdened", + "unburied", + "unburnished", + "unbuttoned", + "uncalled-for", + "uncamphorated", + "uncanny", + "uncapped", + "uncarbonated", + "uncared-for", + "uncaring", + "uncarpeted", + "uncarved", + "uncastrated", + "uncategorised", + "uncategorized", + "uncaulked", + "uncaused", + "unceasing", + "uncensored", + "unceremonial", + "unceremonious", + "uncertain", + "uncertified", + "unchained", + "unchallengeable", + "unchallenged", + "unchangeable", + "unchanged", + "unchanging", + "uncharacteristic", + "uncharged", + "uncharitable", + "uncharted", + "unchartered", + "unchaste", + "uncheckable", + "unchecked", + "uncheerful", + "unchewable", + "unchivalrous", + "unchristian", + "unchristianly", + "unchristlike", + "uncial", + "uncivil", + "uncivilised", + "uncivilized", + "unclad", + "unclaimed", + "unclassifiable", + "unclassified", + "unclean", + "uncleanly", + "unclear", + "uncleared", + "unclimbable", + "unclipped", + "unclogged", + "unclothed", + "unclouded", + "uncluttered", + "uncoated", + "uncoerced", + "uncoiled", + "uncollected", + "uncollectible", + "uncolored", + "uncoloured", + "uncolumned", + "uncombable", + "uncombed", + "uncombined", + "uncomely", + "uncomfortable", + "uncommercial", + "uncommercialised", + "uncommercialized", + "uncommitted", + "uncommon", + "uncommunicative", + "uncomparable", + "uncompartmented", + "uncompassionate", + "uncompensated", + "uncompetitive", + "uncomplaining", + "uncomplete", + "uncompleted", + "uncomplicated", + "uncomplimentary", + "uncompounded", + "uncomprehended", + "uncomprehending", + "uncomprehensible", + "uncompromising", + "unconcealed", + "unconcerned", + "unconditional", + "unconditioned", + "unconfessed", + "unconfined", + "unconfirmed", + "unconformable", + "unconformist", + "unconfused", + "uncongenial", + "unconnected", + "unconquerable", + "unconquered", + "unconscientious", + "unconscionable", + "unconscious", + "unconsecrated", + "unconsidered", + "unconsolable", + "unconsolidated", + "unconstipated", + "unconstitutional", + "unconstrained", + "unconstricted", + "unconstructive", + "unconsumed", + "unconsummated", + "uncontaminated", + "uncontaminating", + "uncontested", + "uncontrived", + "uncontrollable", + "uncontrolled", + "uncontroversial", + "unconventional", + "unconverted", + "unconvertible", + "unconvinced", + "unconvincing", + "uncooked", + "uncool", + "uncooperative", + "uncoordinated", + "uncordial", + "uncorrectable", + "uncorrected", + "uncorrelated", + "uncorroborated", + "uncorrupted", + "uncounted", + "uncoupled", + "uncousinly", + "uncouth", + "uncovered", + "uncrannied", + "uncreased", + "uncreative", + "uncritical", + "uncropped", + "uncrossed", + "uncrowded", + "uncrowned", + "uncrystallised", + "uncrystallized", + "unctuous", + "uncultivable", + "uncultivatable", + "uncultivated", + "uncultured", + "uncurbed", + "uncured", + "uncurled", + "uncurtained", + "uncurved", + "uncurving", + "uncut", + "undamaged", + "undatable", + "undated", + "undaunted", + "undeceived", + "undecided", + "undecipherable", + "undeciphered", + "undeclared", + "undecomposable", + "undecomposed", + "undecorated", + "undedicated", + "undefeated", + "undefendable", + "undefended", + "undeferential", + "undefiled", + "undefinable", + "undefined", + "undelineated", + "undemanding", + "undemocratic", + "undemonstrative", + "undeniable", + "undenominational", + "undependable", + "undepicted", + "under", + "under-the-counter", + "under-the-table", + "under_attack", + "under_fire", + "under_the_weather", + "under_wraps", + "underactive", + "underage", + "underarm", + "underbred", + "underclass", + "underclothed", + "undercoated", + "undercover", + "underdeveloped", + "underdone", + "underdressed", + "undereducated", + "underemployed", + "underfed", + "underground", + "underhand", + "underhanded", + "underhung", + "underivative", + "underived", + "underlying", + "undermanned", + "undermentioned", + "undernourished", + "underpopulated", + "underprivileged", + "undersea", + "undersealed", + "undersexed", + "undershot", + "undersize", + "undersized", + "underslung", + "understaffed", + "understandable", + "understanding", + "understated", + "understood", + "underwater", + "underway", + "underweight", + "undescended", + "undescriptive", + "undeserved", + "undeserving", + "undesigned", + "undesirable", + "undesired", + "undesiring", + "undesirous", + "undestroyable", + "undetectable", + "undetected", + "undeterminable", + "undetermined", + "undeterred", + "undeveloped", + "undeviating", + "undiagnosable", + "undiagnosed", + "undifferentiated", + "undigested", + "undignified", + "undiluted", + "undiminished", + "undimmed", + "undiplomatic", + "undirected", + "undiscerning", + "undischarged", + "undisciplined", + "undisclosed", + "undiscouraged", + "undiscoverable", + "undiscovered", + "undiscriminating", + "undisguised", + "undismayed", + "undisputable", + "undisputed", + "undissolved", + "undistinguishable", + "undistinguished", + "undistorted", + "undistributed", + "undisturbed", + "undiversified", + "undividable", + "undivided", + "undoable", + "undocumented", + "undogmatic", + "undogmatical", + "undomestic", + "undomesticated", + "undone", + "undrained", + "undramatic", + "undraped", + "undrawn", + "undreamed", + "undreamed_of", + "undreamt", + "undreamt_of", + "undressed", + "undried", + "undrinkable", + "undue", + "undulant", + "undulate", + "undulatory", + "undutiful", + "undyed", + "undying", + "undynamic", + "uneager", + "unearned", + "unearthly", + "uneasy", + "uneatable", + "uneconomic", + "uneconomical", + "unedifying", + "unedited", + "uneducated", + "uneffective", + "unelaborate", + "unelaborated", + "unembarrassed", + "unembellished", + "unembodied", + "unemotional", + "unemphatic", + "unemployable", + "unemployed", + "unenclosed", + "unencouraging", + "unencumbered", + "unended", + "unending", + "unendowed", + "unendurable", + "unenergetic", + "unenforceable", + "unenforced", + "unengaged", + "unenlightened", + "unenlightening", + "unenlivened", + "unenrgetic", + "unenterprising", + "unenthusiastic", + "unentitled", + "unenviable", + "unequal", + "unequal_to", + "unequaled", + "unequalised", + "unequalized", + "unequalled", + "unequipped", + "unequivocal", + "unerasable", + "unerect", + "unerring", + "unessential", + "unestablished", + "unethical", + "uneven", + "uneventful", + "unexacting", + "unexampled", + "unexceeded", + "unexcelled", + "unexceptionable", + "unexceptional", + "unexchangeable", + "unexcitable", + "unexcited", + "unexciting", + "unexclusive", + "unexcused", + "unexhausted", + "unexpansive", + "unexpected", + "unexpendable", + "unexpended", + "unexpired", + "unexplainable", + "unexplained", + "unexploded", + "unexploited", + "unexplorative", + "unexploratory", + "unexplored", + "unexportable", + "unexpressed", + "unexpressible", + "unexpressive", + "unexpurgated", + "unextended", + "unfaceted", + "unfading", + "unfailing", + "unfair", + "unfaithful", + "unfaltering", + "unfamiliar", + "unfamiliar_with", + "unfashionable", + "unfastened", + "unfastidious", + "unfathomable", + "unfathomed", + "unfattened", + "unfavorable", + "unfavourable", + "unfearing", + "unfeasible", + "unfeathered", + "unfed", + "unfeeling", + "unfeigned", + "unfeminine", + "unfenced", + "unfermented", + "unfertile", + "unfertilised", + "unfertilized", + "unfettered", + "unfilled", + "unfilmed", + "unfinished", + "unfirm", + "unfit", + "unfitting", + "unfixed", + "unflagging", + "unflappable", + "unflattering", + "unflavored", + "unflavoured", + "unflawed", + "unfledged", + "unflinching", + "unfluctuating", + "unflurried", + "unflustered", + "unfocused", + "unfocussed", + "unforbearing", + "unforced", + "unforceful", + "unforeseeable", + "unforeseen", + "unforesightful", + "unforested", + "unforethoughtful", + "unforfeitable", + "unforgettable", + "unforgivable", + "unforgiving", + "unformed", + "unfortunate", + "unfounded", + "unframed", + "unfree", + "unfrequented", + "unfretted", + "unfriendly", + "unfrightened", + "unfrosted", + "unfrozen", + "unfruitful", + "unfueled", + "unfulfilled", + "unfunctional", + "unfunded", + "unfunny", + "unfurnished", + "unfurrowed", + "ungainly", + "ungallant", + "ungarbed", + "ungarmented", + "ungathered", + "ungeared", + "ungenerous", + "ungentle", + "ungentlemanlike", + "ungentlemanly", + "ungetatable", + "unglamorous", + "unglamourous", + "unglazed", + "ungodly", + "ungovernable", + "ungoverned", + "ungraceful", + "ungracious", + "ungraded", + "ungrammatical", + "ungrasped", + "ungrateful", + "ungratified", + "ungratifying", + "ungreased", + "ungregarious", + "ungroomed", + "ungrudging", + "ungual", + "unguaranteed", + "unguarded", + "unguiculate", + "unguiculated", + "unguided", + "ungulate", + "ungulated", + "ungummed", + "ungusseted", + "unhallowed", + "unhampered", + "unhappy", + "unhardened", + "unharmed", + "unharmonious", + "unhatched", + "unhazardous", + "unheaded", + "unhealed", + "unhealthful", + "unhealthy", + "unhearable", + "unheard", + "unheard-of", + "unhearing", + "unheated", + "unheeded", + "unheeding", + "unhelpful", + "unheralded", + "unhesitating", + "unhewn", + "unhindered", + "unhinged", + "unholy", + "unhomogenised", + "unhomogenized", + "unhoped", + "unhoped-for", + "unhopeful", + "unhuman", + "unhumorous", + "unhurried", + "unhurt", + "unhygienic", + "uniate", + "unicameral", + "unicellular", + "unicuspid", + "unidentifiable", + "unidentified", + "unidimensional", + "unidirectional", + "unifacial", + "unified", + "unifilar", + "unifoliate", + "uniform", + "uniformed", + "unifying", + "unilateral", + "unilluminated", + "unilluminating", + "unimaginable", + "unimaginative", + "unimagined", + "unimodal", + "unimpaired", + "unimpassioned", + "unimpeachable", + "unimpeded", + "unimportant", + "unimposing", + "unimpregnated", + "unimpressed", + "unimpressionable", + "unimpressive", + "unimprisoned", + "unimproved", + "unincorporated", + "unindustrialised", + "unindustrialized", + "uninebriated", + "uninfected", + "uninflected", + "uninfluenced", + "uninfluential", + "uninformative", + "uninformed", + "uninhabitable", + "uninhabited", + "uninhibited", + "uninitiate", + "uninitiated", + "uninjectable", + "uninjured", + "uninominal", + "uninquiring", + "uninquisitive", + "uninspired", + "uninspiring", + "uninstructed", + "uninstructive", + "uninsurable", + "uninsured", + "unintegrated", + "unintelligent", + "unintelligible", + "unintended", + "unintentional", + "uninterested", + "uninteresting", + "uninterrupted", + "unintimidated", + "unintoxicated", + "unintrusive", + "uninucleate", + "uninventive", + "uninvited", + "uninviting", + "uninvolved", + "union", + "unionised", + "unionized", + "uniovular", + "uniovulate", + "uniparous", + "unipolar", + "unique", + "unironed", + "unisex", + "unisexual", + "unitarian", + "unitary", + "united", + "univalent", + "univalve", + "universal", + "universalist", + "universalistic", + "univocal", + "unjointed", + "unjust", + "unjustifiable", + "unjustified", + "unkempt", + "unkept", + "unkeyed", + "unkind", + "unkindled", + "unkindly", + "unknowable", + "unknowing", + "unknowledgeable", + "unknown", + "unlabeled", + "unlabelled", + "unlaced", + "unladylike", + "unlamented", + "unlatched", + "unlaureled", + "unlaurelled", + "unlawful", + "unleaded", + "unlearned", + "unleavened", + "unlettered", + "unlicenced", + "unlicensed", + "unlifelike", + "unlighted", + "unlikable", + "unlike", + "unlikeable", + "unlikely", + "unlimited", + "unlined", + "unlipped", + "unlisted", + "unlit", + "unliterary", + "unlittered", + "unlivable", + "unliveable", + "unliveried", + "unloaded", + "unlobed", + "unlocated", + "unlocked", + "unlogical", + "unlooked-for", + "unlovable", + "unloved", + "unlovely", + "unloving", + "unlubricated", + "unlucky", + "unmade", + "unmalicious", + "unmalleable", + "unmalted", + "unmanageable", + "unmanful", + "unmanlike", + "unmanly", + "unmanned", + "unmannered", + "unmannerly", + "unmapped", + "unmarked", + "unmarketable", + "unmarred", + "unmarried", + "unmatchable", + "unmatched", + "unmated", + "unmeasurable", + "unmeasured", + "unmechanical", + "unmechanised", + "unmechanized", + "unmediated", + "unmedical", + "unmedicative", + "unmedicinal", + "unmelodic", + "unmelodious", + "unmelted", + "unmemorable", + "unmentionable", + "unmercenary", + "unmerchantable", + "unmerciful", + "unmerited", + "unmeritorious", + "unmethodical", + "unmilitary", + "unmindful", + "unmined", + "unmingled", + "unmistakable", + "unmitigable", + "unmitigated", + "unmixable", + "unmixed", + "unmoderated", + "unmodernised", + "unmodernized", + "unmodifiable", + "unmodified", + "unmodulated", + "unmolested", + "unmortgaged", + "unmotivated", + "unmotorised", + "unmotorized", + "unmourned", + "unmovable", + "unmoved", + "unmoving", + "unmown", + "unmusical", + "unmutilated", + "unmyelinated", + "unnameable", + "unnamed", + "unnatural", + "unnaturalised", + "unnaturalized", + "unnavigable", + "unnecessary", + "unneeded", + "unneighborly", + "unneighbourly", + "unnerved", + "unnerving", + "unneurotic", + "unnotched", + "unnoted", + "unnoticeable", + "unnoticed", + "unnourished", + "unnumberable", + "unnumbered", + "unnumerable", + "unobjectionable", + "unobjective", + "unobligated", + "unobliging", + "unobservable", + "unobservant", + "unobserved", + "unobstructed", + "unobtainable", + "unobtrusive", + "unobvious", + "unoccupied", + "unoffending", + "unofficial", + "unoiled", + "unopen", + "unopened", + "unopposable", + "unopposed", + "unordered", + "unorganised", + "unorganized", + "unoriented", + "unoriginal", + "unornamented", + "unorthodox", + "unostentatious", + "unowned", + "unoxygenated", + "unpackaged", + "unpaid", + "unpainful", + "unpaintable", + "unpainted", + "unpaired", + "unpalatable", + "unparallel", + "unparalleled", + "unpardonable", + "unparented", + "unparliamentary", + "unpartitioned", + "unpassable", + "unpasteurised", + "unpasteurized", + "unpatented", + "unpatriotic", + "unpatronised", + "unpatronized", + "unpatterned", + "unpaved", + "unpeaceable", + "unpeaceful", + "unpeopled", + "unperceivable", + "unperceived", + "unperceiving", + "unperceptive", + "unperformed", + "unpermed", + "unpermissive", + "unperplexed", + "unpersuadable", + "unpersuaded", + "unpersuasive", + "unperturbed", + "unpictured", + "unpicturesque", + "unpierced", + "unpigmented", + "unpillared", + "unpitying", + "unplaced", + "unplanned", + "unplanted", + "unplayable", + "unplayful", + "unpleasant", + "unpleasant-smelling", + "unpleasing", + "unpledged", + "unploughed", + "unplowed", + "unplumbed", + "unpointed", + "unpolished", + "unpolitical", + "unpolluted", + "unpompous", + "unpopular", + "unpopulated", + "unportable", + "unposed", + "unpotted", + "unpowered", + "unpracticed", + "unpractised", + "unprecedented", + "unpredictable", + "unpredicted", + "unpredictive", + "unprejudiced", + "unpremeditated", + "unprepared", + "unprepossessing", + "unpresentable", + "unpresidential", + "unpressed", + "unpretending", + "unpretentious", + "unpreventable", + "unpriestly", + "unprincipled", + "unprintable", + "unproblematic", + "unprocessed", + "unprocurable", + "unproductive", + "unprofessional", + "unprofitable", + "unprogressive", + "unpromised", + "unpromising", + "unprompted", + "unpronounceable", + "unprophetic", + "unpropitious", + "unprotected", + "unprotective", + "unprovable", + "unproved", + "unproven", + "unprovided_for", + "unprovocative", + "unprovoked", + "unprovoking", + "unpublishable", + "unpublished", + "unpunctual", + "unpunished", + "unpurified", + "unqualified", + "unquenchable", + "unquestionable", + "unquestioned", + "unquestioning", + "unquiet", + "unquotable", + "unraised", + "unranked", + "unratable", + "unratified", + "unreachable", + "unreached", + "unreactive", + "unread", + "unreadable", + "unready", + "unreal", + "unrealised", + "unrealistic", + "unrealizable", + "unrealized", + "unreasonable", + "unreasoning", + "unreassuring", + "unreceptive", + "unreciprocated", + "unrecognisable", + "unrecognised", + "unrecognizable", + "unrecognized", + "unreconcilable", + "unreconciled", + "unreconstructed", + "unrecorded", + "unrecoverable", + "unredeemable", + "unredeemed", + "unreduced", + "unrefined", + "unreflected", + "unreflective", + "unreformable", + "unreformed", + "unrefreshed", + "unregenerate", + "unregenerated", + "unregistered", + "unregretful", + "unregretting", + "unregulated", + "unrehearsed", + "unrelated", + "unrelaxed", + "unreleased", + "unrelenting", + "unreliable", + "unrelieved", + "unremarkable", + "unremarked", + "unremedied", + "unremitting", + "unremorseful", + "unremunerative", + "unrenewable", + "unrenewed", + "unrentable", + "unrepaired", + "unrepeatable", + "unrepentant", + "unreplaceable", + "unreportable", + "unreported", + "unrepresentative", + "unrepressed", + "unreproducible", + "unrequested", + "unrequited", + "unresentful", + "unreserved", + "unresistant", + "unresisting", + "unresolvable", + "unresolved", + "unrespectable", + "unresponsive", + "unrested", + "unrestrained", + "unrestricted", + "unrestrictive", + "unretentive", + "unretrievable", + "unrevealed", + "unreverberant", + "unrevised", + "unrevived", + "unrewarded", + "unrewarding", + "unrhetorical", + "unrhymed", + "unrhythmic", + "unrhythmical", + "unrifled", + "unrigged", + "unrighteous", + "unrimed", + "unripe", + "unripened", + "unrivaled", + "unrivalled", + "unromantic", + "unroofed", + "unrouged", + "unruffled", + "unruly", + "unsaddled", + "unsafe", + "unsaid", + "unsalable", + "unsalaried", + "unsaleable", + "unsalted", + "unsanctified", + "unsanctioned", + "unsanded", + "unsanitary", + "unsaponified", + "unsarcastic", + "unsated", + "unsatiable", + "unsatiated", + "unsatisfactory", + "unsatisfiable", + "unsatisfied", + "unsatisfying", + "unsaturated", + "unsaved", + "unsavory", + "unsavoury", + "unscalable", + "unscathed", + "unscheduled", + "unscholarly", + "unschooled", + "unscientific", + "unscripted", + "unscrupulous", + "unsealed", + "unseamanlike", + "unseamed", + "unseasonable", + "unseasoned", + "unseaworthy", + "unsectarian", + "unsecured", + "unseductive", + "unseeable", + "unseeded", + "unseeing", + "unseemly", + "unseen", + "unseeyn", + "unsegmented", + "unsegregated", + "unselected", + "unselective", + "unselfconscious", + "unselfish", + "unsensational", + "unsent", + "unsentimental", + "unserviceable", + "unservile", + "unsettled", + "unsexed", + "unsexy", + "unshackled", + "unshaded", + "unshadowed", + "unshakable", + "unshaken", + "unshaped", + "unshapely", + "unshapen", + "unshared", + "unsharpened", + "unshaved", + "unshaven", + "unsheared", + "unsheathed", + "unshelled", + "unshielded", + "unshockable", + "unshod", + "unshoed", + "unshorn", + "unshrinkable", + "unshrinking", + "unshuttered", + "unsighted", + "unsightly", + "unsigned", + "unsilenced", + "unsinkable", + "unsized", + "unskilled", + "unskillful", + "unsleeping", + "unsloped", + "unsmiling", + "unsmooth", + "unsmoothed", + "unsnarled", + "unsociable", + "unsocial", + "unsoiled", + "unsold", + "unsoldierly", + "unsolicited", + "unsoluble", + "unsolvable", + "unsolved", + "unsophisticated", + "unsorted", + "unsought", + "unsound", + "unsoundable", + "unsounded", + "unsoured", + "unsown", + "unspaced", + "unsparing", + "unspeakable", + "unspecialised", + "unspecialized", + "unspecific", + "unspecified", + "unspectacular", + "unspent", + "unspoiled", + "unspoilt", + "unspoken", + "unsporting", + "unsportsmanlike", + "unspotted", + "unstable", + "unstaged", + "unstained", + "unstarred", + "unstated", + "unstatesmanlike", + "unsteady", + "unsterilised", + "unsterilized", + "unstilted", + "unstimulating", + "unstinted", + "unstinting", + "unstirred", + "unstoppable", + "unstoppered", + "unstrained", + "unstratified", + "unstressed", + "unstructured", + "unstrung", + "unstuck", + "unstudied", + "unstudious", + "unstylish", + "unsuasible", + "unsubdivided", + "unsubduable", + "unsubdued", + "unsubmissive", + "unsubstantial", + "unsubstantiated", + "unsubtle", + "unsuccessful", + "unsufferable", + "unsugared", + "unsuitable", + "unsuited", + "unsullied", + "unsung", + "unsupervised", + "unsupportable", + "unsupported", + "unsupportive", + "unsuppressed", + "unsure", + "unsurmountable", + "unsurpassable", + "unsurpassed", + "unsurprised", + "unsurprising", + "unsusceptible", + "unsuspected", + "unsuspecting", + "unsuspicious", + "unswayed", + "unsweet", + "unsweetened", + "unswept", + "unswerving", + "unsworn", + "unsyllabic", + "unsyllabled", + "unsymbolic", + "unsymmetric", + "unsymmetrical", + "unsympathetic", + "unsympathising", + "unsympathizing", + "unsynchronised", + "unsynchronized", + "unsynchronous", + "unsystematic", + "untactful", + "untagged", + "untainted", + "untalented", + "untalkative", + "untamed", + "untangled", + "untanned", + "untaped", + "untapped", + "untarnished", + "untasted", + "untaught", + "untaxed", + "untechnical", + "untellable", + "untempered", + "untempting", + "untenable", + "untenanted", + "untended", + "untested", + "untethered", + "unthankful", + "unthawed", + "untheatrical", + "unthematic", + "unthinkable", + "unthinking", + "unthought", + "unthought-of", + "unthoughtful", + "unthreatening", + "untidy", + "untied", + "untilled", + "untimbered", + "untimely", + "untipped", + "untired", + "untiring", + "untitled", + "untoasted", + "untold", + "untoothed", + "untouchable", + "untouched", + "untoughened", + "untoward", + "untraceable", + "untracked", + "untraditional", + "untrained", + "untrammeled", + "untrammelled", + "untransferable", + "untranslatable", + "untransmutable", + "untraveled", + "untravelled", + "untraversable", + "untraversed", + "untreated", + "untried", + "untrimmed", + "untrod", + "untrodden", + "untroubled", + "untrue", + "untrusting", + "untrustworthy", + "untrusty", + "untruthful", + "untucked", + "untufted", + "untuneful", + "unturned", + "untutored", + "untwisted", + "untypical", + "ununderstood", + "unusable", + "unuseable", + "unused", + "unusual", + "unutterable", + "unuttered", + "unvaccinated", + "unvalued", + "unvaned", + "unvanquishable", + "unvanquished", + "unvaried", + "unvarnished", + "unvarying", + "unveiled", + "unvendible", + "unvented", + "unventilated", + "unverbalised", + "unverbalized", + "unverifiable", + "unverified", + "unversed", + "unvigilant", + "unvindictive", + "unvitrified", + "unvoiced", + "unvoluntary", + "unvulcanised", + "unvulcanized", + "unwanted", + "unwarmed", + "unwarrantable", + "unwarranted", + "unwary", + "unwashed", + "unwatchful", + "unwavering", + "unwaxed", + "unweaned", + "unwearable", + "unwearied", + "unweary", + "unwearying", + "unweathered", + "unwebbed", + "unwed", + "unwedded", + "unwelcome", + "unwell", + "unwholesome", + "unwieldy", + "unwilled", + "unwilling", + "unwise", + "unwished", + "unwished-for", + "unwitting", + "unwomanly", + "unwonted", + "unwooded", + "unworkable", + "unworkmanlike", + "unworldly", + "unworried", + "unworthy", + "unwounded", + "unwoven", + "unwrapped", + "unwrinkled", + "unwritten", + "unyielding", + "up", + "up-and-coming", + "up-to-date", + "up-to-the-minute", + "up_in_the_air", + "up_on", + "up_to", + "up_to_her_neck", + "up_to_his_neck", + "up_to_my_neck", + "up_to_our_necks", + "up_to_their_necks", + "up_to_your_neck", + "upbeat", + "upbound", + "upcoming", + "upcountry", + "upcurved", + "upended", + "upfield", + "upfront", + "uphill", + "upland", + "uplifted", + "upmarket", + "upmost", + "upon_one's_guard", + "upper", + "upper-class", + "upper-level", + "upper-lower-class", + "upper-middle-class", + "uppercase", + "uppermost", + "uppish", + "uppity", + "upraised", + "upright", + "uproarious", + "upscale", + "upset", + "upsetting", + "upside-down", + "upstage", + "upstair", + "upstairs", + "upstanding", + "upstart", + "upstream", + "uptight", + "uptown", + "upturned", + "upward", + "upwind", + "uraemic", + "urban", + "urbane", + "urbanised", + "urbanized", + "urceolate", + "uremic", + "urethral", + "urgent", + "uric", + "uricosuric", + "urinary", + "urn-shaped", + "urogenital", + "ursine", + "uruguayan", + "usable", + "useable", + "used", + "used_to", + "useful", + "useless", + "user-friendly", + "usual", + "usufructuary", + "usurious", + "uterine", + "utile", + "utilised", + "utilitarian", + "utility", + "utility-grade", + "utilizable", + "utilized", + "utmost", + "utopian", + "utter", + "utterable", + "uttered", + "uttermost", + "uveal", + "uveous", + "uvular", + "uxorial", + "uxorious", + "uzbekistani", + "v", + "v-shaped", + "vacant", + "vaccinated", + "vacillant", + "vacillating", + "vacuolate", + "vacuolated", + "vacuous", + "vagabond", + "vagal", + "vagile", + "vaginal", + "vagrant", + "vague", + "vain", + "vainglorious", + "valedictory", + "valent", + "valetudinarian", + "valetudinary", + "valiant", + "valid", + "validated", + "validating", + "validatory", + "valorous", + "valuable", + "valued", + "valueless", + "valved", + "valvular", + "vaned", + "vanilla", + "vanilla-scented", + "vanished", + "vanquishable", + "vapid", + "vaporific", + "vaporish", + "vaporizable", + "vaporized", + "vaporous", + "vapourific", + "vapourisable", + "vapourised", + "vapourish", + "vapourous", + "variable", + "variant", + "varicelliform", + "varicolored", + "varicoloured", + "varicose", + "varied", + "variegated", + "variform", + "variolar", + "variolic", + "variolous", + "various", + "varnished", + "varying", + "vascular", + "vase-shaped", + "vasiform", + "vasomotor", + "vast", + "vatic", + "vatical", + "vaulted", + "vaulting", + "vedic", + "vegetal", + "vegetational", + "vegetative", + "vegetive", + "vehement", + "vehicular", + "veiled", + "veinal", + "veined", + "veinlike", + "velar", + "velvet", + "velvet-textured", + "velvety", + "velvety-furred", + "velvety-haired", + "velvety-plumaged", + "velvety-skinned", + "venal", + "vendable", + "vendible", + "venerable", + "venerating", + "venereal", + "venetian", + "venezuelan", + "vengeful", + "venial", + "venomed", + "venomous", + "venose", + "venous", + "vented", + "ventilated", + "ventilatory", + "ventral", + "ventricose", + "ventricous", + "ventricular", + "venturesome", + "venturous", + "veracious", + "verbal", + "verbalised", + "verbalized", + "verbatim", + "verbose", + "verboten", + "verdant", + "veridical", + "verifiable", + "verificatory", + "verified", + "verifying", + "verisimilar", + "veritable", + "vermicular", + "vermiculate", + "vermiculated", + "vermiform", + "vermilion", + "vermillion", + "verminous", + "vernacular", + "vernal", + "verrucose", + "versatile", + "versed", + "vertebral", + "vertebrate", + "vertical", + "verticillate", + "verticillated", + "vertiginous", + "very", + "vesical", + "vesicant", + "vesicatory", + "vesicular", + "vestal", + "vested", + "vestiary", + "vestibular", + "vestigial", + "vestmental", + "vestmented", + "veteran", + "veterinary", + "vexatious", + "vexed", + "vexing", + "vi", + "viable", + "viatical", + "vibrant", + "vibrational", + "vibratory", + "vibrionic", + "vicarial", + "vicarious", + "vice-presidential", + "vicenary", + "vicennial", + "viceregal", + "vicinal", + "vicious", + "victimised", + "victimized", + "victorian", + "victorious", + "viennese", + "vietnamese", + "viewable", + "viewless", + "vigesimal", + "vigilant", + "vigorous", + "vii", + "viii", + "vile", + "villainous", + "vinaceous", + "vincible", + "vindicated", + "vindicatory", + "vindictive", + "vinegarish", + "vinegary", + "vinous", + "violable", + "violated", + "violative", + "violent", + "violet", + "violet-black", + "violet-blue", + "violet-colored", + "violet-coloured", + "violet-flowered", + "violet-pink", + "violet-purple", + "violet-scented", + "violet-streaked", + "violet-tinged", + "violet-tinted", + "viral", + "virgin", + "virginal", + "viricidal", + "virile", + "virological", + "virtual", + "virtuoso", + "virtuous", + "virucidal", + "virulent", + "visaged", + "visceral", + "viscid", + "viscoelastic", + "viscometric", + "viscosimetric", + "viscous", + "viselike", + "visible", + "visionary", + "visored", + "visual", + "visualised", + "visualized", + "visually_challenged", + "visually_impaired", + "vital", + "vitalizing", + "vitiated", + "vitiliginous", + "vitreous", + "vitrified", + "vitriolic", + "vituperative", + "viva-voce", + "vivace", + "vivacious", + "vivid", + "viviparous", + "vixenish", + "vocal", + "vocalic", + "vocational", + "vocative", + "vociferous", + "voguish", + "voiced", + "voiceless", + "void", + "voidable", + "volant", + "volar", + "volatile", + "volatilisable", + "volatilised", + "volatilizable", + "volatilized", + "volcanic", + "volitional", + "voltaic", + "voltarean", + "voltarian", + "voluble", + "volumed", + "volumetric", + "volumetrical", + "voluminous", + "voluntary", + "volunteer", + "voluptuary", + "voluptuous", + "volute", + "voluted", + "voracious", + "voteless", + "votive", + "vowellike", + "voyeuristic", + "voyeuristical", + "vulcanised", + "vulcanized", + "vulgar", + "vulnerable", + "vulpecular", + "vulpine", + "vulturine", + "vulturous", + "vulval", + "vulvar", + "w-shaped", + "wacky", + "wafer-like", + "wafer-thin", + "wage-earning", + "waggish", + "wagnerian", + "wailful", + "wailing", + "wainscoted", + "waist-length", + "waiting", + "wakeful", + "wakeless", + "waking", + "walk-in", + "walk-on", + "walk-to", + "walk-up", + "walking", + "walleyed", + "walloping", + "wan", + "wandering", + "waning", + "wanted", + "wanting", + "wanton", + "war-ridden", + "war-torn", + "war-worn", + "warlike", + "warm", + "warm-blooded", + "warm-toned", + "warmed", + "warmhearted", + "warming", + "warning", + "warped", + "warring", + "warriorlike", + "wartlike", + "warty", + "wary", + "wash-and-wear", + "washable", + "washed", + "washed-out", + "washed-up", + "washingtonian", + "washy", + "wasp-waisted", + "waspish", + "waste", + "wasted", + "wasteful", + "watchful", + "water-cooled", + "water-insoluble", + "water-loving", + "water-repellent", + "water-resistant", + "water-soluble", + "water-washed", + "waterborne", + "watercress", + "watered", + "waterless", + "waterlogged", + "watermelon-shaped", + "waterproof", + "waterproofed", + "watertight", + "waterworn", + "watery", + "watery-eyed", + "wavelike", + "wavering", + "wavy", + "wavy-grained", + "waxed", + "waxen", + "waxing", + "waxlike", + "waxy", + "way-out", + "wayfaring", + "wayward", + "weak", + "weak-kneed", + "weak-stemmed", + "weakened", + "weakening", + "weakly", + "wealthy", + "weaned", + "weaponed", + "weaponless", + "weapons-grade", + "wearable", + "wearied", + "wearing", + "wearisome", + "weary", + "wearying", + "weasel-worded", + "weather", + "weather-beaten", + "weather-bound", + "weather-stripped", + "weathered", + "weatherly", + "weatherproof", + "weatherworn", + "web-footed", + "web-toed", + "webbed", + "webby", + "weblike", + "wed", + "wedded", + "wedge-shaped", + "wedged", + "wee", + "weedless", + "weedy", + "weeklong", + "weekly", + "weensy", + "weeny", + "weeping", + "weepy", + "weighed_down", + "weighted", + "weightless", + "weighty", + "weird", + "welcome", + "welcoming", + "welfare-statist", + "welfarist", + "well", + "well-adjusted", + "well-advised", + "well-appointed", + "well-balanced", + "well-behaved", + "well-bound", + "well-branched", + "well-bred", + "well-chosen", + "well-conducted", + "well-connected", + "well-defined", + "well-disposed", + "well-done", + "well-dressed", + "well-educated", + "well-endowed", + "well-favored", + "well-favoured", + "well-fed", + "well-fixed", + "well-formed", + "well-found", + "well-founded", + "well-groomed", + "well-grooved", + "well-grounded", + "well-heeled", + "well-informed", + "well-intentioned", + "well-kept", + "well-knit", + "well-known", + "well-lighted", + "well-lined", + "well-made", + "well-mannered", + "well-marked", + "well-meaning", + "well-meant", + "well-mined", + "well-nourished", + "well-off", + "well-ordered", + "well-preserved", + "well-proportioned", + "well-qualified", + "well-read", + "well-rounded", + "well-set", + "well-shaven", + "well-situated", + "well-spoken", + "well-thought-of", + "well-timed", + "well-to-do", + "well-tried", + "well-turned", + "well-wishing", + "well-worn", + "well_behaved", + "well_thought_out", + "well_timed", + "wellborn", + "welsh", + "wesleyan", + "west", + "west-central", + "west_african", + "westbound", + "westerly", + "western", + "westernmost", + "westmost", + "westside", + "westward", + "wet", + "whacked", + "whacking", + "whacky", + "whatever", + "whatsoever", + "wheaten", + "wheel-like", + "wheeled", + "wheelless", + "wheezing", + "wheezy", + "whimsical", + "whiney", + "whiny", + "whiplike", + "whipping", + "whippy", + "whirring", + "whiskered", + "whiskerless", + "whiskery", + "whispered", + "whispering", + "white", + "white-blotched", + "white-bread", + "white-collar", + "white-edged", + "white-flowered", + "white-haired", + "white-hot", + "white-lipped", + "white-livered", + "white-pink", + "white-ribbed", + "white-seeded", + "white-shoe", + "white-streaked", + "white-tie", + "whitened", + "whitewashed", + "whitish", + "whole", + "whole-souled", + "whole-wheat", + "wholehearted", + "wholemeal", + "wholesale", + "wholesome", + "whopping", + "whorled", + "wiccan", + "wicked", + "wide", + "wide-angle", + "wide-awake", + "wide-cut", + "wide-eyed", + "wide-open", + "wide-ranging", + "wide-screen", + "wide_of_the_mark", + "wideband", + "widely_distributed", + "widespread", + "widowed", + "wieldy", + "wifelike", + "wifely", + "wigged", + "wiggly", + "wigless", + "wild", + "wild-eyed", + "wildcat", + "wilful", + "willful", + "willing", + "willing_and_able", + "willowy", + "wilsonian", + "wilted", + "wily", + "wimpish", + "wimpy", + "windblown", + "windburned", + "windburnt", + "winded", + "winding", + "windless", + "windswept", + "windup", + "windward", + "windy", + "wine-red", + "winey", + "wing-shaped", + "winged", + "wingless", + "winglike", + "winking", + "winless", + "winning", + "winsome", + "winter-blooming", + "winter-flowering", + "wintery", + "wintry", + "winy", + "wiped_out", + "wire-haired", + "wired", + "wireless", + "wiry", + "wiry-coated", + "wiry-stemmed", + "wise", + "wise_to", + "wished-for", + "wishful", + "wishy-washy", + "wisplike", + "wispy", + "wistful", + "witching", + "witchlike", + "with-it", + "with_child", + "withdrawn", + "withered", + "withering", + "without_a_stitch", + "witless", + "wittgensteinian", + "witting", + "witty", + "wizard", + "wizardly", + "wizen", + "wizened", + "wobbling", + "wobbly", + "woebegone", + "woeful", + "wolf-sized", + "wolfish", + "wolflike", + "womanish", + "womanlike", + "womanly", + "womb-to-tomb", + "won", + "wonder-struck", + "wonderful", + "wondering", + "wonderworking", + "wondrous", + "wonky", + "wont_to", + "wonted", + "wood-burning", + "wood-fired", + "wooded", + "wooden", + "wooden-headed", + "woodsy", + "woody", + "woody-stemmed", + "woolen", + "woolgathering", + "woollen", + "woolly", + "woolly-haired", + "woolly-headed", + "woolly-stemmed", + "wooly", + "wooly-haired", + "wooly-minded", + "woozy", + "word-blind", + "word-of-mouth", + "word-perfect", + "wordless", + "wordsworthian", + "wordy", + "work-shy", + "workable", + "workaday", + "worked_up", + "working", + "working-class", + "workmanlike", + "world", + "world-class", + "world-shaking", + "world-shattering", + "world-weary", + "world-wide", + "worldly", + "worldly-minded", + "worldly-wise", + "worldwide", + "worm-eaten", + "worm-shaped", + "wormlike", + "wormy", + "worn", + "worn-out", + "worn_out", + "worried", + "worrisome", + "worrying", + "worse", + "worsened", + "worsening", + "worshipful", + "worshipped", + "worst", + "worth", + "worthful", + "worthless", + "worthwhile", + "worthy", + "would-be", + "wound", + "wound_up", + "wounded", + "wounding", + "woven", + "wraithlike", + "wrapped", + "wrapped_up", + "wrathful", + "wrecked", + "wrenching", + "wretched", + "wriggling", + "wriggly", + "wrinkle-resistant", + "wrinkled", + "wrinkleless", + "wrinkleproof", + "wrinkly", + "writ_large", + "writhed", + "writhen", + "writhing", + "written", + "wrong", + "wrong-side-out", + "wrongful", + "wrongheaded", + "wroth", + "wrothful", + "wrought", + "wry", + "wysiwyg", + "x", + "x-linked", + "xanthous", + "xc", + "xci", + "xcii", + "xciii", + "xciv", + "xcl", + "xcv", + "xcvi", + "xcvii", + "xcviii", + "xenogeneic", + "xenophobic", + "xeric", + "xerographic", + "xerophytic", + "xi", + "xii", + "xiii", + "xiv", + "xix", + "xl", + "xli", + "xlii", + "xliii", + "xliv", + "xlv", + "xlvi", + "xlvii", + "xlviii", + "xv", + "xvi", + "xvii", + "xviii", + "xx", + "xxi", + "xxii", + "xxiii", + "xxiv", + "xxix", + "xxv", + "xxvi", + "xxvii", + "xxviii", + "xxx", + "xxxi", + "xxxii", + "xxxiii", + "xxxiv", + "xxxv", + "xxxvi", + "xxxvii", + "xxxviii", + "y-shaped", + "y2k_compliant", + "yankee", + "yarn-spinning", + "yawning", + "year-around", + "year-end", + "year-round", + "yearlong", + "yearly", + "yearned-for", + "yeastlike", + "yeasty", + "yeatsian", + "yelled", + "yellow", + "yellow-banded", + "yellow-beige", + "yellow-bellied", + "yellow-brown", + "yellow-gray", + "yellow-green", + "yellow-grey", + "yellow-marked", + "yellow-orange", + "yellow-spotted", + "yellow-striped", + "yellow-tinged", + "yellow-tipped", + "yellow-white", + "yellowed", + "yellowish", + "yellowish-beige", + "yellowish-gray", + "yellowish-grey", + "yellowish-orange", + "yellowish-white", + "yemeni", + "yielding", + "yogic", + "yogistic", + "yokel-like", + "yokelish", + "yon", + "yonder", + "young", + "young-bearing", + "young-begetting", + "younger", + "youngish", + "youthful", + "yucky", + "yugoslav", + "yugoslavian", + "yuman", + "yummy", + "zaftig", + "zairean", + "zairese", + "zambian", + "zany", + "zapotec", + "zealous", + "zenithal", + "zero", + "zeroth", + "zestful", + "zesty", + "zig-zag", + "zigzag", + "zillion", + "zimbabwean", + "zionist", + "zippy", + "zodiacal", + "zoftig", + "zoic", + "zolaesque", + "zonal", + "zonary", + "zoological", + "zoonotic", + "zoophagous", + "zoroastrian", + "zygodactyl", + "zygomatic", + "zygomorphic", + "zygomorphous", + "zygotic", + "zymoid", + "zymolytic", + "zymotic" + ]; + + let mut rand_num = thread_rng().gen_range(0, list_of_adj.len()); + + while &list_of_adj[rand_num][0..1] != alpha { + rand_num = thread_rng().gen_range(0, list_of_adj.len()); + } + + return String::from(list_of_adj[rand_num]); +} + +fn gen_noun(alpha:&String) -> String { + let list_of_noun= [ + "a'man", + "a-bomb", + "a-horizon", + "a-line", + "a-list", + "a-scan_ultrasonography", + "a-team", + "a._a._michelson", + "a._a._milne", + "a._conan_doyle", + "a._e._burnside", + "a._e._housman", + "a._e._kennelly", + "a._e._w._mason", + "a._noam_chomsky", + "a._testudineus", + "a.e.", + "a_battery", + "a_capella_singing", + "a_cappella_singing", + "a_horizon", + "a_kempis", + "a_la_carte", + "a_level", + "aa", + "aaa", + "aachen", + "aaland_islands", + "aalborg", + "aalii", + "aalst", + "aalto", + "aar", + "aardvark", + "aardwolf", + "aare", + "aare_river", + "aarhus", + "aaron", + "aaron's_rod", + "aaron_burr", + "aaron_copland", + "aaron_montgomery_ward", + "aarp", + "aas", + "aave", + "ab", + "aba", + "aba_transit_number", + "abaca", + "abacus", + "abadan", + "abalone", + "abamp", + "abampere", + "abandon", + "abandoned_infant", + "abandoned_person", + "abandoned_ship", + "abandonment", + "abarticulation", + "abasement", + "abashment", + "abasia", + "abasia_trepidans", + "abatable_nuisance", + "abatement", + "abatement_of_a_nuisance", + "abatis", + "abator", + "abattis", + "abattoir", + "abaya", + "abb", + "abbacy", + "abbe", + "abbe_condenser", + "abbess", + "abbey", + "abbot", + "abbott_lawrence_lowell", + "abbreviation", + "abbreviator", + "abc", + "abc's", + "abcoulomb", + "abcs", + "abdias", + "abdication", + "abdicator", + "abdomen", + "abdominal", + "abdominal_actinomycosis", + "abdominal_aorta", + "abdominal_aortic_aneurysm", + "abdominal_breathing", + "abdominal_cavity", + "abdominal_delivery", + "abdominal_external_oblique_muscle", + "abdominal_muscle", + "abdominal_nerve_plexus", + "abdominal_pregnancy", + "abdominal_wall", + "abdominocentesis", + "abdominoplasty", + "abdominousness", + "abducens", + "abducens_muscle", + "abducens_nerve", + "abducent", + "abducent_nerve", + "abduction", + "abductor", + "abductor_muscle", + "abecedarian", + "abecedarius", + "abel", + "abel_janszoon_tasman", + "abel_tasman", + "abelard", + "abele", + "abelia", + "abelian_group", + "abelmoschus", + "abelmoschus_esculentus", + "abelmoschus_moschatus", + "abelmosk", + "abenaki", + "aberdare", + "aberdeen", + "aberdeen_angus", + "aberrance", + "aberrancy", + "aberrant", + "aberration", + "abetalipoproteinemia", + "abetment", + "abettal", + "abetter", + "abettor", + "abeyance", + "abfarad", + "abhenry", + "abhorrence", + "abhorrer", + "abidance", + "abidjan", + "abience", + "abies", + "abies_alba", + "abies_amabilis", + "abies_balsamea", + "abies_bracteata", + "abies_concolor", + "abies_fraseri", + "abies_grandis", + "abies_lasiocarpa", + "abies_lowiana", + "abies_venusta", + "abila", + "abilene", + "ability", + "abiogenesis", + "abiogenist", + "abiotrophy", + "abjection", + "abjuration", + "abjurer", + "abkhas", + "abkhasian", + "abkhaz", + "abkhazia", + "abkhazian", + "ablactation", + "ablation", + "ablative", + "ablative_absolute", + "ablative_case", + "ablaut", + "able-bodied_seaman", + "able-bodiedism", + "able-bodism", + "able_seaman", + "ableism", + "ablepharia", + "ablism", + "abls", + "ablution", + "abm", + "abnaki", + "abnegation", + "abnegator", + "abney_level", + "abnormal_psychology", + "abnormalcy", + "abnormality", + "abo", + "abo_antibodies", + "abo_blood_group_system", + "abo_group", + "abo_system", + "abocclusion", + "abode", + "abohm", + "abolishment", + "abolition", + "abolitionism", + "abolitionist", + "abomasum", + "abominable_snowman", + "abomination", + "abominator", + "abor", + "aboriginal", + "aboriginal_australian", + "aborigine", + "abort", + "aborticide", + "abortifacient", + "abortion", + "abortion-inducing_drug", + "abortion_pill", + "abortionist", + "abortus", + "aboulia", + "about-face", + "about_turn", + "above", + "abracadabra", + "abrachia", + "abradant", + "abrader", + "abrading_stone", + "abraham", + "abraham's_bosom", + "abraham_lincoln", + "abraham_stoker", + "abramis", + "abramis_brama", + "abrasion", + "abrasive", + "abrasive_material", + "abrasiveness", + "abreaction", + "abridgement", + "abridger", + "abridgment", + "abrocoma", + "abrocome", + "abrogation", + "abrogator", + "abronia", + "abronia_elliptica", + "abronia_fragrans", + "abronia_latifolia", + "abronia_maritima", + "abronia_umbellata", + "abronia_villosa", + "abruptio_placentae", + "abruption", + "abruptly-pinnate_leaf", + "abruptness", + "abruzzi", + "abruzzi_e_molise", + "abs", + "abscess", + "abscessed_tooth", + "abscissa", + "abscission", + "absconder", + "abscondment", + "abseil", + "abseiler", + "absence", + "absence_seizure", + "absence_without_leave", + "absentee", + "absentee_ballot", + "absentee_rate", + "absenteeism", + "absentmindedness", + "absinth", + "absinthe", + "absinthe_oil", + "absolute", + "absolute_alcohol", + "absolute_ceiling", + "absolute_frequency", + "absolute_magnitude", + "absolute_majority", + "absolute_pitch", + "absolute_scale", + "absolute_space", + "absolute_temperature", + "absolute_threshold", + "absolute_value", + "absolute_viscosity", + "absolute_zero", + "absoluteness", + "absolution", + "absolutism", + "absolutist", + "absolver", + "absorbance", + "absorbate", + "absorbency", + "absorbent", + "absorbent_cotton", + "absorbent_material", + "absorber", + "absorptance", + "absorption", + "absorption_band", + "absorption_coefficient", + "absorption_factor", + "absorption_indicator", + "absorption_spectrum", + "absorption_unit", + "absorptivity", + "abstainer", + "abstemiousness", + "abstention", + "abstinence", + "abstinent", + "abstract", + "abstract_art", + "abstract_artist", + "abstract_entity", + "abstract_expressionism", + "abstract_thought", + "abstractedness", + "abstracter", + "abstraction", + "abstractionism", + "abstractionist", + "abstractness", + "abstractor", + "abstruseness", + "abstrusity", + "absurd", + "absurdity", + "absurdness", + "abu_ali_al-husain_ibn_abdallah_ibn_sina", + "abu_dhabi", + "abu_hafs_al-masri_brigades", + "abu_nidal_organization", + "abu_sayyaf", + "abudefduf", + "abudefduf_saxatilis", + "abuja", + "abukir", + "abukir_bay", + "abul-walid_mohammed_ibn-ahmad_ibn-mohammed_ibn-roshd", + "abulia", + "abundance", + "abuse", + "abuser", + "abutilon", + "abutilon_theophrasti", + "abutment", + "abutment_arch", + "abutter", + "abvolt", + "abwatt", + "aby_moritz_warburg", + "aby_warburg", + "abydos", + "abyla", + "abysm", + "abyss", + "abyssal_zone", + "abyssinia", + "abyssinian", + "abyssinian_banana", + "abyssinian_cat", + "ac", + "acacia", + "acacia_auriculiformis", + "acacia_cambegei", + "acacia_catechu", + "acacia_dealbata", + "acacia_farnesiana", + "acacia_melanoxylon", + "acacia_pycnantha", + "acacia_xanthophloea", + "academe", + "academia", + "academic", + "academic_administrator", + "academic_costume", + "academic_degree", + "academic_department", + "academic_freedom", + "academic_gown", + "academic_program", + "academic_relation", + "academic_requirement", + "academic_robe", + "academic_session", + "academic_term", + "academic_year", + "academician", + "academicianship", + "academicism", + "academism", + "academy", + "academy_award", + "academy_of_motion_picture_arts_and_sciences", + "academy_of_television_arts_and_sciences", + "acadia", + "acadia_national_park", + "acadian", + "acalypha", + "acalypha_virginica", + "acantha", + "acanthaceae", + "acanthion", + "acanthisitta", + "acanthisitta_chloris", + "acanthisittidae", + "acanthocephala", + "acanthocephalan", + "acanthocereus", + "acanthocereus_pentagonus", + "acanthocereus_tetragonus", + "acanthocybium", + "acanthocybium_solandri", + "acanthocyte", + "acanthocytosis", + "acantholysis", + "acanthoma", + "acanthophis", + "acanthophis_antarcticus", + "acanthopterygian", + "acanthopterygii", + "acanthoscelides", + "acanthoscelides_obtectus", + "acanthosis", + "acanthosis_nigricans", + "acanthuridae", + "acanthurus", + "acanthurus_chirurgus", + "acanthus", + "acanthus_family", + "acanthus_mollis", + "acapnia", + "acapulco", + "acapulco_de_juarez", + "acapulco_gold", + "acaracide", + "acardia", + "acariasis", + "acaricide", + "acarid", + "acaridae", + "acaridiasis", + "acarina", + "acarine", + "acariosis", + "acaroid_resin", + "acarophobia", + "acarus", + "acaryote", + "acatalectic", + "acataphasia", + "acathexia", + "acathexis", + "acc", + "accaroid_resin", + "accelerando", + "acceleration", + "acceleration_unit", + "accelerator", + "accelerator_factor", + "accelerator_pedal", + "accelerometer", + "accent", + "accent_mark", + "accenting", + "accentor", + "accentual_system", + "accentuation", + "acceptability", + "acceptableness", + "acceptance", + "acceptance_sampling", + "acceptation", + "acceptor", + "acceptor_rna", + "access", + "access_code", + "access_road", + "access_time", + "accessary", + "accessibility", + "accession", + "accessory", + "accessory_after_the_fact", + "accessory_before_the_fact", + "accessory_cephalic_vein", + "accessory_during_the_fact", + "accessory_fruit", + "accessory_hemiazygos_vein", + "accessory_hemiazygous_vein", + "accessory_nerve", + "accessory_vertebral_vein", + "accho", + "acciaccatura", + "accidence", + "accident", + "accident_surgery", + "accidental", + "accidental_injury", + "accipiter", + "accipiter_cooperii", + "accipiter_gentilis", + "accipiter_nisus", + "accipitridae", + "accipitriformes", + "acclaim", + "acclamation", + "acclimation", + "acclimatisation", + "acclimatization", + "acclivity", + "accolade", + "accommodating_iol", + "accommodating_lens_implant", + "accommodation", + "accommodation_endorser", + "accommodation_ladder", + "accommodation_reflex", + "accommodator", + "accompaniment", + "accompanist", + "accompanying_vein", + "accompanyist", + "accomplice", + "accomplished_fact", + "accomplishment", + "accord", + "accord_and_satisfaction", + "accordance", + "accordance_of_rights", + "accordion", + "accordion_door", + "accordionist", + "accouchement", + "accoucheur", + "accoucheuse", + "account", + "account_book", + "account_executive", + "account_payable", + "account_representative", + "account_statement", + "accountability", + "accountancy", + "accountant", + "accountantship", + "accounting", + "accounting_data", + "accounting_entry", + "accounting_firm", + "accounting_principle", + "accounting_standard", + "accounting_system", + "accounts_payable", + "accounts_receivable", + "accouterment", + "accoutrement", + "accra", + "accreditation", + "accretion", + "accroides", + "accroides_gum", + "accroides_resin", + "accrual", + "accrual_basis", + "accruement", + "acculturation", + "accumulation", + "accumulator", + "accumulator_register", + "accuracy", + "accusal", + "accusation", + "accusative", + "accusative_case", + "accused", + "accuser", + "ace", + "ace_inhibitor", + "ace_of_clubs", + "ace_of_diamonds", + "ace_of_hearts", + "ace_of_spades", + "acebutolol", + "acedia", + "acellular_slime_mold", + "acentric_chromosome", + "acephalia", + "acephalism", + "acephaly", + "acer", + "acer_argutum", + "acer_campestre", + "acer_circinatum", + "acer_glabrum", + "acer_japonicum", + "acer_macrophyllum", + "acer_negundo", + "acer_negundo_californicum", + "acer_palmatum", + "acer_pennsylvanicum", + "acer_platanoides", + "acer_pseudoplatanus", + "acer_rubrum", + "acer_saccharinum", + "acer_saccharum", + "acer_spicatum", + "aceraceae", + "acerate_leaf", + "acerbity", + "acerola", + "acervulus", + "acetabulum", + "acetal", + "acetaldehyde", + "acetaldol", + "acetamide", + "acetaminophen", + "acetanilid", + "acetanilide", + "acetate", + "acetate_disk", + "acetate_rayon", + "acetic_acid", + "acetic_anhydride", + "acetin", + "acetoacetic_acid", + "acetone", + "acetone_body", + "acetonemia", + "acetonuria", + "acetophenetidin", + "acetphenetidin", + "acetum", + "acetyl", + "acetyl_chloride", + "acetyl_group", + "acetyl_radical", + "acetylation", + "acetylcholine", + "acetylene", + "acetylsalicylic_acid", + "achaea", + "achaean", + "achaian", + "ache", + "achene", + "acheron", + "acherontia", + "acherontia_atropos", + "acheson", + "acheson_process", + "acheta", + "acheta_assimilis", + "acheta_domestica", + "achievability", + "achievement", + "achiever", + "achille_ratti", + "achillea", + "achillea_millefolium", + "achillea_ptarmica", + "achilles", + "achilles'_heel", + "achilles_tendon", + "achimenes", + "aching", + "achira", + "achlorhydria", + "achmad_sukarno", + "achoerodus", + "achoerodus_gouldii", + "acholia", + "achomawi", + "achondrite", + "achondroplasia", + "achondroplasty", + "achras", + "achras_zapota", + "achromasia", + "achromatic_color", + "achromatic_colour", + "achromatic_lens", + "achromatic_vision", + "achromaticity", + "achromatin", + "achromatism", + "achromia", + "achromycin", + "achylia", + "achylia_gastrica", + "acicula", + "acid", + "acid-base_balance", + "acid-base_equilibrium", + "acid-base_indicator", + "acid_anhydrides", + "acid_dye", + "acid_halide", + "acid_head", + "acid_hydrogen", + "acid_precipitation", + "acid_rain", + "acid_rock", + "acid_test", + "acid_value", + "acidemia", + "acidic_hydrogen", + "acidification", + "acidimetry", + "acidity", + "acidophil", + "acidophile", + "acidophilus", + "acidophilus_milk", + "acidosis", + "acidulousness", + "acinonyx", + "acinonyx_jubatus", + "acinos", + "acinos_arvensis", + "acinus", + "acipenser", + "acipenser_huso", + "acipenser_transmontanus", + "acipenseridae", + "ack-ack", + "ack-ack_gun", + "ackee", + "acknowledgement", + "acknowledgment", + "aclant", + "aclinic_line", + "acme", + "acne", + "acne_rosacea", + "acne_vulgaris", + "acnidosporidia", + "acocanthera", + "acocanthera_oblongifolia", + "acocanthera_oppositifolia", + "acocanthera_spectabilis", + "acocanthera_venenata", + "acokanthera", + "acolyte", + "aconcagua", + "aconite", + "aconitum", + "aconitum_lycoctonum", + "aconitum_napellus", + "acoraceae", + "acorea", + "acores", + "acorn", + "acorn_barnacle", + "acorn_cup", + "acorn_squash", + "acorn_tube", + "acorus", + "acorus_calamus", + "acousma", + "acoustic", + "acoustic_aphasia", + "acoustic_buoy", + "acoustic_delay_line", + "acoustic_device", + "acoustic_gramophone", + "acoustic_guitar", + "acoustic_impedance", + "acoustic_meatus", + "acoustic_modem", + "acoustic_nerve", + "acoustic_phenomenon", + "acoustic_power", + "acoustic_projection", + "acoustic_radiation_pressure", + "acoustic_reactance", + "acoustic_resistance", + "acoustic_spectrum", + "acoustic_storage", + "acoustic_wave", + "acoustician", + "acousticophobia", + "acoustics", + "acquaintance", + "acquaintanceship", + "acquiescence", + "acquired_hemochromatosis", + "acquired_immune_deficiency_syndrome", + "acquired_immunity", + "acquired_reflex", + "acquired_taste", + "acquirement", + "acquirer", + "acquiring", + "acquisition", + "acquisition_agreement", + "acquisitiveness", + "acquittal", + "acquittance", + "acragas", + "acrasiomycetes", + "acre", + "acre-foot", + "acre_inch", + "acreage", + "acres", + "acridid", + "acrididae", + "acridity", + "acridness", + "acridotheres", + "acridotheres_tristis", + "acrilan", + "acrimony", + "acris", + "acris_crepitans", + "acris_gryllus", + "acroanaesthesia", + "acroanesthesia", + "acrobat", + "acrobates", + "acrobatic_feat", + "acrobatic_stunt", + "acrobatics", + "acrocarp", + "acrocarpous_moss", + "acrocarpus", + "acrocarpus_fraxinifolius", + "acrocentric_chromosome", + "acrocephalus", + "acrocephalus_schoenobaenus", + "acrocephaly", + "acroclinium", + "acroclinium_roseum", + "acrocomia", + "acrocomia_aculeata", + "acrocomia_vinifera", + "acrocyanosis", + "acrodont", + "acrogen", + "acrolein", + "acromegalia", + "acromegaly", + "acromial_process", + "acromicria", + "acromikria", + "acromion", + "acromphalus", + "acromyotonia", + "acronym", + "acrophobia", + "acrophony", + "acropolis", + "acropora", + "acrosome", + "acrostic", + "acrostichum", + "acrostichum_aureum", + "acrylamide", + "acrylate", + "acrylate_resin", + "acrylic", + "acrylic_acid", + "acrylic_fiber", + "acrylic_paint", + "acrylic_resin", + "acrylonitrile", + "acrylonitrile-butadiene-styrene", + "act", + "act_of_god", + "act_of_terrorism", + "actaea", + "actaea_alba", + "actaea_rubra", + "acth", + "actias", + "actias_luna", + "actifed", + "actin", + "actinaria", + "acting", + "acting_out", + "actinia", + "actinian", + "actiniaria", + "actiniarian", + "actinic_dermatitis", + "actinic_keratosis", + "actinic_radiation", + "actinic_ray", + "actinide", + "actinide_series", + "actinidia", + "actinidia_arguta", + "actinidia_chinensis", + "actinidia_deliciosa", + "actinidia_polygama", + "actinidiaceae", + "actiniopteris", + "actinism", + "actinium", + "actinoid", + "actinolite", + "actinomeris", + "actinomeris_alternifolia", + "actinometer", + "actinometry", + "actinomyces", + "actinomycetaceae", + "actinomycetales", + "actinomycete", + "actinomycin", + "actinomycosis", + "actinomyxidia", + "actinomyxidian", + "actinon", + "actinopod", + "actinopoda", + "actinotherapy", + "actinozoa", + "actinozoan", + "action", + "action_at_law", + "action_mechanism", + "action_officer", + "action_painting", + "action_plant", + "action_potential", + "action_replay", + "action_spectrum", + "actitis", + "actitis_hypoleucos", + "actitis_macularia", + "actium", + "activase", + "activated_carbon", + "activated_charcoal", + "activating", + "activating_agent", + "activation", + "activation_energy", + "activator", + "active", + "active_agent", + "active_air_defense", + "active_application", + "active_birth", + "active_citizen", + "active_immunity", + "active_matrix_screen", + "active_placebo", + "active_site", + "active_transport", + "active_trust", + "active_voice", + "activeness", + "activewear", + "activism", + "activist", + "activity", + "actomyosin", + "actor", + "actor's_agent", + "actor's_assistant", + "actor's_line", + "actress", + "acts", + "acts_of_the_apostles", + "actual_damages", + "actual_eviction", + "actual_possession", + "actual_sin", + "actualisation", + "actuality", + "actualization", + "actuarial_table", + "actuary", + "actuation", + "actuator", + "actus_reus", + "acuity", + "acular", + "aculea", + "aculeus", + "acumen", + "acuminate_leaf", + "acupressure", + "acupuncture", + "acute", + "acute-angled_triangle", + "acute_accent", + "acute_angle", + "acute_anterior_poliomyelitis", + "acute_brain_disorder", + "acute_gastritis", + "acute_glaucoma", + "acute_glossitis", + "acute_hemorrhagic_encephalitis", + "acute_inclusion_body_encephalitis", + "acute_kidney_failure", + "acute_leukemia", + "acute_lymphoblastic_leukemia", + "acute_lymphocytic_leukemia", + "acute_myelocytic_leukemia", + "acute_myeloid_leukemia", + "acute_organic_brain_syndrome", + "acute_pyelonephritis", + "acute_renal_failure", + "acute_schizophrenic_episode", + "acute_triangle", + "acuteness", + "acyclovir", + "acyl", + "acyl_anhydrides", + "acyl_group", + "acyl_halide", + "acylation", + "acylglycerol", + "ad", + "ad-lib", + "ad_agency", + "ad_blitz", + "ad_campaign", + "ad_valorem_tax", + "ada", + "ada-scid", + "adactylia", + "adactylism", + "adactyly", + "adad", + "adage", + "adagio", + "adalia", + "adalia_bipunctata", + "adam", + "adam's_apple", + "adam's_needle", + "adam's_needle-and-thread", + "adam's_peak", + "adam-and-eve", + "adam_smith", + "adamance", + "adamant", + "adams", + "adams-stokes_syndrome", + "adana", + "adansonia", + "adansonia_digitata", + "adansonia_gregorii", + "adapa", + "adapid", + "adapid_group", + "adapin", + "adaptability", + "adaptation", + "adapter", + "adaption", + "adaptive_radiation", + "adaptor", + "adar", + "adar_sheni", + "add", + "add-in", + "add-on", + "addax", + "addax_nasomaculatus", + "addend", + "addendum", + "adder", + "adder's_fern", + "adder's_tongue", + "adder's_tongue_fern", + "addict", + "addiction", + "adding_machine", + "addis_ababa", + "addison's_disease", + "addison's_syndrome", + "addition", + "addition_reaction", + "additions_to_esther", + "additive", + "additive_inverse", + "addle-head", + "addlehead", + "address", + "addressee", + "addressing_machine", + "addressograph", + "adducer", + "adducing", + "adduct", + "adduction", + "adductor", + "adductor_muscle", + "ade", + "adelaide", + "adelges", + "adelges_abietis", + "adelges_piceae", + "adelgid", + "adelgidae", + "adelie", + "adelie_coast", + "adelie_land", + "adelie_penguin", + "adeline_virginia_stephen_woolf", + "aden", + "aden-abyan_islamic_army", + "adenanthera", + "adenanthera_pavonina", + "adenauer", + "adenine", + "adenitis", + "adenium", + "adenium_multiflorum", + "adenium_obesum", + "adenocarcinoma", + "adenohypophysis", + "adenoid", + "adenoidectomy", + "adenoma", + "adenomatous_polyp", + "adenomegaly", + "adenomyosarcoma", + "adenomyosis", + "adenopathy", + "adenosine", + "adenosine_deaminase", + "adenosine_diphosphate", + "adenosine_monophosphate", + "adenosine_triphosphate", + "adenosis", + "adenota", + "adenota_vardoni", + "adenovirus", + "adenylic_acid", + "adept", + "adeptness", + "adequacy", + "adequateness", + "ader_wax", + "adermin", + "adesite", + "adh", + "adhd", + "adherence", + "adherent", + "adhesion", + "adhesion_contract", + "adhesive", + "adhesive_agent", + "adhesive_bandage", + "adhesive_friction", + "adhesive_material", + "adhesive_plaster", + "adhesive_tape", + "adhesiveness", + "adhocracy", + "adi_granth", + "adiabatic_process", + "adiantaceae", + "adiantum", + "adiantum_bellum", + "adiantum_capillus-veneris", + "adiantum_pedatum", + "adiantum_tenerum", + "adiantum_tenerum_farleyense", + "adience", + "adieu", + "adige", + "adios", + "adipic_acid", + "adipose_cell", + "adipose_tissue", + "adipose_tumor", + "adiposeness", + "adiposis", + "adiposity", + "adirondack_mountains", + "adirondacks", + "adit", + "aditi", + "aditya", + "adjacency", + "adjective", + "adjoining_room", + "adjournment", + "adjudication", + "adjudicator", + "adjunct", + "adjunction", + "adjuration", + "adjustable_spanner", + "adjustable_wrench", + "adjuster", + "adjusting_entry", + "adjustment", + "adjustor", + "adjutant", + "adjutant_bird", + "adjutant_general", + "adjutant_stork", + "adjuvant", + "adlai_ewing_stevenson", + "adlai_stevenson", + "adlumia", + "adlumia_fungosa", + "adman", + "admass", + "administration", + "administrative_body", + "administrative_data_processing", + "administrative_district", + "administrative_division", + "administrative_hearing", + "administrative_law", + "administrative_official", + "administrative_unit", + "administrator", + "administrivia", + "admirability", + "admirableness", + "admiral", + "admiral_byrd", + "admiral_dewey", + "admiral_nelson", + "admiral_nimitz", + "admiralty", + "admiralty_brass", + "admiralty_island", + "admiralty_islands", + "admiralty_law", + "admiralty_metal", + "admiralty_mile", + "admiralty_range", + "admiration", + "admirer", + "admissibility", + "admission", + "admission_charge", + "admission_day", + "admission_fee", + "admission_price", + "admittance", + "admixture", + "admonisher", + "admonishment", + "admonition", + "adnexa", + "adnoun", + "ado", + "adobe", + "adobe_brick", + "adobe_house", + "adobe_lily", + "adobo", + "adolescence", + "adolescent", + "adolf_eichmann", + "adolf_hitler", + "adolf_loos", + "adolf_windaus", + "adolph_simon_ochs", + "adolphe_sax", + "adonic", + "adonic_line", + "adonis", + "adonis_annua", + "adoptee", + "adopter", + "adoption", + "adoptive_parent", + "adorability", + "adorableness", + "adoration", + "adorer", + "adornment", + "adoxography", + "adp", + "adp_system", + "adps", + "adrenal", + "adrenal_cortex", + "adrenal_cortical_steroid", + "adrenal_gland", + "adrenal_medulla", + "adrenalectomy", + "adrenalin", + "adrenaline", + "adrenarche", + "adrenergic", + "adrenergic_agonist_eyedrop", + "adrenergic_drug", + "adrenocorticotrophic_hormone", + "adrenocorticotrophin", + "adrenocorticotropic_hormone", + "adrenocorticotropin", + "adrenosterone", + "adrian", + "adrianople", + "adrianopolis", + "adriatic", + "adriatic_sea", + "adroitness", + "adsorbate", + "adsorbent", + "adsorbent_material", + "adsorption", + "adsuki_bean", + "adulation", + "adulator", + "adult", + "adult-onset_diabetes", + "adult-onset_diabetes_mellitus", + "adult_body", + "adult_education", + "adult_female", + "adult_female_body", + "adult_intelligence", + "adult_male", + "adult_male_body", + "adult_respiratory_distress_syndrome", + "adult_tooth", + "adulterant", + "adulteration", + "adulterator", + "adulterer", + "adulteress", + "adultery", + "adulthood", + "adumbration", + "advance", + "advance_death_benefit", + "advanced_research_and_development_activity", + "advancement", + "advancer", + "advantage", + "advantageousness", + "advection", + "advent", + "advent_sunday", + "adventism", + "adventist", + "adventitia", + "adventitious_root", + "adventure", + "adventure_story", + "adventurer", + "adventuress", + "adventurism", + "adventurousness", + "adverb", + "adverbial", + "adversary", + "adversative_conjunction", + "adverse_opinion", + "adverse_witness", + "adversity", + "advert", + "advertence", + "advertency", + "advertisement", + "advertiser", + "advertising", + "advertising_agency", + "advertising_campaign", + "advertising_department", + "advertising_division", + "advertizement", + "advertizer", + "advertizing", + "advertorial", + "advice", + "advice_and_consent", + "advil", + "advisability", + "advisee", + "advisement", + "adviser", + "advisor", + "advisory", + "advisory_board", + "advisory_service", + "advocacy", + "advocate", + "advocator", + "advowson", + "adynamia", + "adz", + "adze", + "adzhar", + "adzharia", + "adzuki_bean", + "aec", + "aeciospore", + "aecium", + "aedes", + "aedes_aegypti", + "aedes_albopictus", + "aegadean_islands", + "aegadean_isles", + "aegates", + "aegates_isles", + "aegean", + "aegean_civilisation", + "aegean_civilization", + "aegean_culture", + "aegean_island", + "aegean_sea", + "aegiceras", + "aegiceras_majus", + "aegilops", + "aegilops_triuncalis", + "aegina", + "aegir", + "aegis", + "aegisthus", + "aegospotami", + "aegospotamos", + "aegypiidae", + "aegypius", + "aegypius_monachus", + "aegyptopithecus", + "aelius_donatus", + "aeneas", + "aeneas_silvius", + "aeneid", + "aengus", + "aeolia", + "aeolian", + "aeolian_harp", + "aeolian_lyre", + "aeolic", + "aeolic_dialect", + "aeolis", + "aeolus", + "aeon", + "aeonium", + "aeonium_haworthii", + "aepyceros", + "aepyceros_melampus", + "aepyornidae", + "aepyorniformes", + "aepyornis", + "aeration", + "aerator", + "aerial", + "aerial_ladder", + "aerial_ladder_truck", + "aerial_torpedo", + "aerial_tramway", + "aerialist", + "aerides", + "aerie", + "aerobacter", + "aerobacter_aerogenes", + "aerobatics", + "aerobe", + "aerobic_exercise", + "aerobics", + "aerobiosis", + "aerodontalgia", + "aerodrome", + "aerodynamic_force", + "aerodynamic_lift", + "aerodynamics", + "aeroembolism", + "aerofoil", + "aerogenerator", + "aerogram", + "aerogramme", + "aerolite", + "aerology", + "aeromechanics", + "aeromedicine", + "aeronaut", + "aeronautical_engineer", + "aeronautical_engineering", + "aeronautics", + "aerophagia", + "aerophilately", + "aerophile", + "aerophyte", + "aeroplane", + "aerosol", + "aerosol_bomb", + "aerosol_can", + "aerosol_container", + "aerospace", + "aerospace_engineer", + "aerospace_medicine", + "aertex", + "aery", + "aeschylus", + "aeschynanthus", + "aeschynanthus_radicans", + "aesculapius", + "aesculus", + "aesculus_hippocastanum", + "aesir", + "aesop", + "aesop's_fables", + "aesthesia", + "aesthesis", + "aesthete", + "aesthetic", + "aesthetician", + "aesthetics", + "aestivation", + "aether", + "aethionema", + "aethusa", + "aethusa_cynapium", + "aetiologist", + "aetiology", + "aetobatus", + "aetobatus_narinari", + "afars_and_issas", + "affability", + "affableness", + "affair", + "affaire", + "affaire_d'honneur", + "affairs", + "affect", + "affectation", + "affected_role", + "affectedness", + "affection", + "affectionateness", + "affective_disorder", + "affenpinscher", + "afferent", + "afferent_fiber", + "afferent_nerve", + "afferent_neuron", + "affiant", + "affidavit", + "affiliate", + "affiliation", + "affine", + "affine_geometry", + "affine_transformation", + "affinity", + "affirmation", + "affirmative", + "affirmative_action", + "affirmative_pleading", + "affirmativeness", + "affirmed", + "affirmer", + "affix", + "affixation", + "afflatus", + "affliction", + "affluence", + "affluent", + "afforestation", + "affray", + "affricate", + "affricate_consonant", + "affrication", + "affricative", + "affright", + "affront", + "affusion", + "afghan", + "afghan_hound", + "afghan_monetary_unit", + "afghani", + "afghanistan", + "afghanistani", + "afibrinogenemia", + "aficionado", + "afisr", + "afl", + "afl-cio", + "aflatoxin", + "aflaxen", + "afp", + "aframomum", + "aframomum_melegueta", + "afrasian", + "afrasian_language", + "africa", + "african", + "african-american", + "african-american_music", + "african_american", + "african_american_english", + "african_american_vernacular_english", + "african_bowstring_hemp", + "african_chameleon", + "african_clawed_frog", + "african_coral_snake", + "african_country", + "african_crocodile", + "african_daisy", + "african_elephant", + "african_gray", + "african_green_monkey", + "african_grey", + "african_hemp", + "african_holly", + "african_hunting_dog", + "african_lily", + "african_love_grass", + "african_mahogany", + "african_marigold", + "african_millet", + "african_monitor", + "african_nation", + "african_oil_palm", + "african_sandalwood", + "african_scented_mahogany", + "african_tea", + "african_tulip", + "african_violet", + "african_walnut", + "african_wild_ass", + "african_yellowwood", + "africander", + "africanized_bee", + "africanized_honey_bee", + "afrikaans", + "afrikander", + "afrikaner", + "afrl", + "afro", + "afro-american", + "afro-asiatic", + "afro-wig", + "afro_hairdo", + "afroasiatic", + "afroasiatic_language", + "afrocarpus", + "afrocarpus_falcata", + "afropavo", + "afropavo_congensis", + "afspc", + "after-shave", + "after-shave_lotion", + "after_part", + "afterbirth", + "afterburner", + "aftercare", + "afterdamp", + "afterdeck", + "aftereffect", + "afterglow", + "afterimage", + "afterlife", + "aftermath", + "afternoon", + "afternoon_tea", + "afterpains", + "afterpiece", + "afters", + "aftersensation", + "aftershaft", + "aftershock", + "aftertaste", + "afterthought", + "afterworld", + "ag", + "aga", + "agal", + "agalactia", + "agalactosis", + "agalinis", + "agama", + "agamemnon", + "agamete", + "agamid", + "agamid_lizard", + "agamidae", + "agammaglobulinemia", + "agamogenesis", + "agapanthus", + "agapanthus_africanus", + "agape", + "agape_love", + "agapornis", + "agar", + "agar-agar", + "agaric", + "agaricaceae", + "agaricales", + "agaricus", + "agaricus_arvensis", + "agaricus_campestris", + "agassiz", + "agastache", + "agastache_foeniculum", + "agastache_mexicana", + "agastache_nepetoides", + "agate", + "agate_line", + "agateware", + "agatha_christie", + "agathis", + "agathis_alba", + "agathis_australis", + "agathis_dammara", + "agathis_lanceolata", + "agathis_robusta", + "agavaceae", + "agave", + "agave_americana", + "agave_atrovirens", + "agave_cantala", + "agave_family", + "agave_sisalana", + "agave_tequilana", + "agdestis", + "agdistis", + "age", + "age-related_macular_degeneration", + "age_bracket", + "age_class", + "age_group", + "age_limit", + "age_norm", + "age_of_consent", + "age_of_fishes", + "age_of_mammals", + "age_of_man", + "age_of_reason", + "age_of_reptiles", + "aged", + "agedness", + "agee", + "ageing", + "ageism", + "agelaius", + "agelaius_phoeniceus", + "agelessness", + "agency", + "agency_security", + "agenda", + "agenda_item", + "agendum", + "agene", + "agenesia", + "agenesis", + "agent", + "agent-in-place", + "agent_bank", + "agent_orange", + "agent_provocateur", + "agentive_role", + "agerasia", + "ageratina", + "ageratina_altissima", + "ageratum", + "ageratum_houstonianum", + "aggeus", + "agglomerate", + "agglomeration", + "agglomerator", + "agglutinating_activity", + "agglutination", + "agglutination_test", + "agglutinin", + "agglutinogen", + "aggrandisement", + "aggrandizement", + "aggravated_assault", + "aggravation", + "aggravator", + "aggregate", + "aggregate_fruit", + "aggregation", + "aggregator", + "aggression", + "aggressiveness", + "aggressor", + "aggro", + "agha", + "aghan", + "agility", + "agincourt", + "aging", + "agio", + "agiotage", + "agism", + "agitated_depression", + "agitation", + "agitator", + "agitprop", + "agkistrodon", + "agkistrodon_contortrix", + "agkistrodon_piscivorus", + "aglaia", + "aglaomorpha", + "aglaomorpha_meyeniana", + "aglaonema", + "aglaonema_modestum", + "aglet", + "agnail", + "agnate", + "agnatha", + "agnathan", + "agnation", + "agnes_de_mille", + "agnes_george_de_mille", + "agnes_gonxha_bojaxhiu", + "agni", + "agnomen", + "agnosia", + "agnostic", + "agnosticism", + "agnus_dei", + "agon", + "agonic_line", + "agonidae", + "agonist", + "agonus", + "agonus_cataphractus", + "agony", + "agony_aunt", + "agony_column", + "agora", + "agoraphobia", + "agouti", + "agra", + "agranulocytosis", + "agranulosis", + "agrapha", + "agraphia", + "agreeability", + "agreeableness", + "agreement", + "agribusiness", + "agricola", + "agricultural_agent", + "agricultural_laborer", + "agricultural_labourer", + "agriculturalist", + "agriculture", + "agriculture_department", + "agriculture_secretary", + "agriculturist", + "agrigento", + "agrimonia", + "agrimonia_eupatoria", + "agrimonia_procera", + "agrimony", + "agriocharis", + "agriocharis_ocellata", + "agrippa", + "agrippina", + "agrippina_the_elder", + "agrippina_the_younger", + "agrobacterium", + "agrobacterium_tumefaciens", + "agrobiology", + "agrology", + "agromania", + "agronomist", + "agronomy", + "agropyron", + "agropyron_cristatum", + "agropyron_intermedium", + "agropyron_pauciflorum", + "agropyron_repens", + "agropyron_smithii", + "agropyron_subsecundum", + "agropyron_trachycaulum", + "agrostemma", + "agrostemma_githago", + "agrostis", + "agrostis_alba", + "agrostis_canina", + "agrostis_nebulosa", + "agrostis_palustris", + "agrypnia", + "agua", + "agua_toad", + "aguacate", + "ague", + "ague_grass", + "ague_root", + "ague_weed", + "agueweed", + "ahab", + "ahem", + "ahimsa", + "ahmad_shah_masoud", + "ahmed_salman_rushdie", + "ahmed_zoki_yamani", + "ahpcrc", + "ahriman", + "ahuehuete", + "ahura", + "ahura_mazda", + "ahvenanmaa", + "ai", + "aiai", + "aid", + "aid_station", + "aide", + "aide-de-camp", + "aide-memoire", + "aides", + "aidoneus", + "aids", + "aigina", + "aiglet", + "aigret", + "aigrette", + "aiguilette", + "aiken", + "aikido", + "ail", + "ailanthus", + "ailanthus_altissima", + "ailanthus_silkworm", + "aileron", + "ailey", + "ailment", + "ailurophobia", + "ailuropoda", + "ailuropoda_melanoleuca", + "ailuropodidae", + "ailurus", + "ailurus_fulgens", + "aim", + "aimee_semple_mcpherson", + "aimlessness", + "aioli", + "aioli_sauce", + "air", + "air-intake", + "air-raid_shelter", + "air-sleeve", + "air-to-air_missile", + "air-to-ground_missile", + "air-to-surface_missile", + "air_alert", + "air_attache", + "air_attack", + "air_bag", + "air_base", + "air_bladder", + "air_bubble", + "air_castle", + "air_cell", + "air_cleaner", + "air_combat_command", + "air_compressor", + "air_conditioner", + "air_conditioning", + "air_corps", + "air_cover", + "air_crew", + "air_current", + "air_cushion", + "air_defense", + "air_division", + "air_duct", + "air_embolism", + "air_filter", + "air_flow", + "air_force", + "air_force_academy", + "air_force_intelligence_surveillance_and_reconnaissance", + "air_force_isr", + "air_force_officer", + "air_force_research_laboratory", + "air_force_space_command", + "air_gas", + "air_group", + "air_gun", + "air_hammer", + "air_hole", + "air_horn", + "air_hose", + "air_hostess", + "air_jacket", + "air_lane", + "air_letter", + "air_lock", + "air_mail", + "air_marshal", + "air_mass", + "air_mattress", + "air_medal", + "air_mile", + "air_national_guard", + "air_passage", + "air_plant", + "air_pocket", + "air_pollution", + "air_potato", + "air_power", + "air_pressure", + "air_pump", + "air_raid", + "air_reconnaissance", + "air_rifle", + "air_sac", + "air_search_radar", + "air_shaft", + "air_sickness", + "air_sock", + "air_space", + "air_spring", + "air_station", + "air_terminal", + "air_thermometer", + "air_traffic", + "air_transport", + "air_transportation", + "air_transportation_system", + "air_travel", + "air_traveler", + "air_traveller", + "air_unit", + "air_wave", + "air_well", + "airborne_patrol", + "airborne_transmission", + "airbrake", + "airbrush", + "airburst", + "airbus", + "aircraft", + "aircraft_carrier", + "aircraft_engine", + "aircraft_landing", + "aircraftman", + "aircraftsman", + "aircrew", + "aircrewman", + "airdock", + "airdrome", + "airdrop", + "aire", + "aire_river", + "airedale", + "airedale_terrier", + "airfare", + "airfield", + "airflow", + "airfoil", + "airforce", + "airframe", + "airgun", + "airhead", + "airiness", + "airing", + "airing_cupboard", + "airlift", + "airline", + "airline_business", + "airliner", + "airlock", + "airmail", + "airmail_letter", + "airmailer", + "airman", + "airmanship", + "airplane", + "airplane_landing", + "airplane_maneuver", + "airplane_mechanics", + "airplane_pilot", + "airplane_propeller", + "airplane_ticket", + "airport", + "airport_terminal", + "airpost", + "airs", + "airscrew", + "airship", + "airsickness", + "airspace", + "airspeed", + "airstream", + "airstrip", + "airwave", + "airway", + "airwoman", + "airworthiness", + "aisle", + "aitchbone", + "aix", + "aix-la-chapelle", + "aix_galericulata", + "aix_sponsa", + "aizoaceae", + "ajaia", + "ajaia_ajaja", + "ajax", + "ajuga", + "ajuga_chamaepitys", + "ajuga_genevensis", + "ajuga_pyramidalis", + "ajuga_reptans", + "ak", + "akaba", + "akan", + "akaryocyte", + "akaryote", + "akee", + "akee_tree", + "aken", + "akeridae", + "akha", + "akhbari", + "akhenaten", + "akhenaton", + "akinesia", + "akinesis", + "akinetic_epilepsy", + "akira_kurosawa", + "akka", + "akkadian", + "akko", + "akmola", + "akron", + "aksa_martyrs_brigades", + "aku", + "akvavit", + "akwa'ala", + "al", + "al-aksa_martyrs_brigades", + "al-asifa", + "al-fatah", + "al-gama'a_al-islamiyya", + "al-hakim", + "al-hasan_ibn_al-haytham", + "al-haytham", + "al-hudaydah", + "al-iraq", + "al-itihaad_al-islamiya", + "al-jama'a_al-islamiyyah_al-muqatilah_bi-libya", + "al-jihad", + "al-ma'unah", + "al-magrib", + "al-muhajiroun", + "al-mukalla", + "al-qa'ida", + "al-qaeda", + "al-qaida", + "al-qur'an", + "al-rashid_trust", + "al-tawhid", + "al-ummah", + "al_alamayn", + "al_aqabah", + "al_capone", + "al_faran", + "al_gore", + "al_hirschfeld", + "al_itihaad_al_islamiya", + "al_jolson", + "al_ladhiqiyah", + "al_madinah", + "al_nathir", + "al_qahira", + "al_qanoon", + "al_sunna_wal_jamma", + "al_tawhid", + "ala", + "alabama", + "alabama_lip_fern", + "alabama_river", + "alabaman", + "alabamian", + "alabaster", + "alacrity", + "aladdin", + "aladdin's_lamp", + "alalia", + "alamo", + "alan_alexander_milne", + "alan_bartlett_shepard_jr.", + "alan_hodgkin", + "alan_jay_lerner", + "alan_lloyd_hodgkin", + "alan_mathison_turing", + "alan_paton", + "alan_seeger", + "alan_shepard", + "alan_stewart_paton", + "alan_turing", + "aland_islands", + "alanine", + "alar", + "alaric", + "alarm", + "alarm_bell", + "alarm_clock", + "alarm_system", + "alarmism", + "alarmist", + "alarum", + "alaska", + "alaska_cedar", + "alaska_cod", + "alaska_crab", + "alaska_fur_seal", + "alaska_king_crab", + "alaska_native", + "alaska_peninsula", + "alaska_range", + "alaska_rein_orchid", + "alaska_standard_time", + "alaskan", + "alaskan_brown_bear", + "alaskan_king_crab", + "alaskan_malamute", + "alaskan_native", + "alaskan_pipeline", + "alastrim", + "alauda", + "alauda_arvensis", + "alaudidae", + "alb", + "albacore", + "alban_berg", + "albania", + "albanian", + "albanian_capital", + "albanian_monetary_unit", + "albany", + "albatrellus", + "albatrellus_dispansus", + "albatrellus_ovinus", + "albatross", + "albedo", + "albee", + "alben_barkley", + "alben_william_barkley", + "albers", + "albers-schonberg_disease", + "albert", + "albert_abraham_michelson", + "albert_bruce_sabin", + "albert_camus", + "albert_edward", + "albert_einstein", + "albert_francis_charles_augustus_emmanuel", + "albert_gore_jr.", + "albert_michelson", + "albert_sabin", + "albert_schweitzer", + "albert_speer", + "albert_szent-gyorgyi", + "albert_von_szent-gyorgyi", + "alberta", + "alberti", + "alberto_giacometti", + "albigenses", + "albigensianism", + "albinism", + "albino", + "albino_luciano", + "albion", + "albite", + "albizia", + "albizia_julibrissin", + "albizia_lebbeck", + "albizia_saman", + "albizzia", + "albizzia_julibrissin", + "albizzia_lebbeck", + "alborg", + "albrecht_durer", + "albrecht_eusebius_wenzel_von_wallenstein", + "albright's_disease", + "albuca", + "albuginaceae", + "albuginea", + "albugo", + "albula", + "albula_vulpes", + "albulidae", + "album", + "albumen", + "albumin", + "albuminoid", + "albuminuria", + "albuquerque", + "albuterol", + "alca", + "alca_torda", + "alcaeus", + "alcahest", + "alcaic", + "alcaic_verse", + "alcalde", + "alcapton", + "alcaptonuria", + "alcazar", + "alcea", + "alcea_rosea", + "alcedinidae", + "alcedo", + "alcedo_atthis", + "alcelaphus", + "alces", + "alces_alces", + "alchemist", + "alchemy", + "alcibiades", + "alcidae", + "alcides", + "alcohol", + "alcohol-in-glass_thermometer", + "alcohol_abuse", + "alcohol_addiction", + "alcohol_amnestic_disorder", + "alcohol_group", + "alcohol_radical", + "alcohol_thermometer", + "alcoholic", + "alcoholic_abuse", + "alcoholic_beverage", + "alcoholic_dementia", + "alcoholic_drink", + "alcoholics_anonymous", + "alcoholism", + "alcoholism_abuse", + "alcott", + "alcove", + "alcyonacea", + "alcyonaria", + "alcyone", + "aldactone", + "aldebaran", + "aldehyde", + "aldehyde-alcohol", + "aldehyde_group", + "aldehyde_radical", + "alder", + "alder-leaved_serviceberry", + "alder_blight", + "alder_buckthorn", + "alder_dogwood", + "alder_fly", + "alder_tree", + "alderfly", + "alderleaf_juneberry", + "alderman", + "aldohexose", + "aldol", + "aldol_reaction", + "aldomet", + "aldose", + "aldosterone", + "aldosteronism", + "aldous_huxley", + "aldous_leonard_huxley", + "aldrovanda", + "aldrovanda_vesiculosa", + "ale", + "ale_drinker", + "aleatory_contract", + "alec_guinness", + "alecost", + "alectis", + "alectis_ciliaris", + "alecto", + "alectoria", + "alectoris", + "alectoris_graeca", + "alectoris_ruffa", + "alectura", + "alectura_lathami", + "alehoof", + "alehouse", + "aleksandr_aleksandrovich_blok", + "aleksandr_borodin", + "aleksandr_feodorovich_kerensky", + "aleksandr_i._solzhenitsyn", + "aleksandr_mikjailovich_prokhorov", + "aleksandr_nikolayevich_scriabin", + "aleksandr_pavlovich", + "aleksandr_porfirevich_borodin", + "aleksandr_prokhorov", + "aleksandr_scriabin", + "aleksandr_sergeyevich_pushkin", + "aleksandr_solzhenitsyn", + "aleksey_maksimovich_peshkov", + "aleksey_maximovich_peshkov", + "alembic", + "alendronate", + "alep", + "aleph", + "aleph-nought", + "aleph-null", + "aleph-zero", + "alepisaurus", + "aleppo", + "aleppo_boil", + "aleppo_grass", + "alert", + "alerting", + "alertness", + "alessandro_di_mariano_dei_filipepi", + "alessandro_farnese", + "alessandro_manzoni", + "alethic_logic", + "aletris", + "aletris_aurea", + "aletris_farinosa", + "aletta_jacobs", + "aleuria_aurantia", + "aleurites", + "aleurites_fordii", + "aleurites_moluccana", + "aleurone", + "aleut", + "aleutian", + "aleutian_islands", + "aleutians", + "aleve", + "alewife", + "alex_boncayao_brigade", + "alex_haley", + "alexander", + "alexander_alexandrovich_blok", + "alexander_archipelago", + "alexander_bell", + "alexander_calder", + "alexander_fleming", + "alexander_graham_bell", + "alexander_hamilton", + "alexander_i", + "alexander_ii", + "alexander_iii", + "alexander_isayevich_solzhenitsyn", + "alexander_melville_bell", + "alexander_pope", + "alexander_pushkin", + "alexander_selcraig", + "alexander_selkirk", + "alexander_the_great", + "alexander_the_liberator", + "alexander_vi", + "alexander_wilson", + "alexander_woollcott", + "alexanders", + "alexandre_dumas", + "alexandre_emile_jean_yersin", + "alexandre_gustave_eiffel", + "alexandre_yersin", + "alexandria", + "alexandria_senna", + "alexandrian", + "alexandrian_laurel", + "alexandrian_senna", + "alexandrine", + "alexandrite", + "alexia", + "alexic", + "alexis_carrel", + "alexis_charles_henri_maurice_de_tocqueville", + "alexis_de_tocqueville", + "aleyrodes", + "aleyrodidae", + "alfalfa", + "alfalfa_sprout", + "alfilaria", + "alfileria", + "alfonso_borgia", + "alfred", + "alfred_alistair_cooke", + "alfred_bernhard_nobel", + "alfred_binet", + "alfred_charles_kinsey", + "alfred_charles_william_harmsworth", + "alfred_damon_runyon", + "alfred_de_musset", + "alfred_dreyfus", + "alfred_edward_housman", + "alfred_edward_woodley_mason", + "alfred_eisenstaedt", + "alfred_habdank_skarbek_korzybski", + "alfred_hawthorne", + "alfred_hitchcock", + "alfred_joseph_hitchcock", + "alfred_kastler", + "alfred_korzybski", + "alfred_kroeber", + "alfred_krupp", + "alfred_lord_tennyson", + "alfred_lothar_wegener", + "alfred_louis_kroeber", + "alfred_lunt", + "alfred_nobel", + "alfred_north_whitehead", + "alfred_noyes", + "alfred_russel_wallace", + "alfred_stieglitz", + "alfred_tennyson", + "alfred_thayer_mahan", + "alfred_the_great", + "alga", + "algae", + "algarobilla", + "algarroba", + "algarroba_bean", + "algarrobilla", + "algebra", + "algebraic_language", + "algebraic_number", + "algebraist", + "alger", + "algeria", + "algerian", + "algerian_capital", + "algerian_centime", + "algerian_dinar", + "algerian_monetary_unit", + "algerie", + "algeripithecus", + "algeripithecus_minutus", + "algernon_charles_swinburne", + "algidity", + "algiers", + "algin", + "alginic_acid", + "algol", + "algolagnia", + "algology", + "algometer", + "algometry", + "algonkian", + "algonkin", + "algonquian", + "algonquian_language", + "algonquin", + "algophilia", + "algophobia", + "algorism", + "algorithm", + "algorithm_error", + "algorithmic_language", + "algorithmic_program", + "algorithmic_rule", + "algren", + "alhacen", + "alhambra", + "alhazen", + "ali", + "ali_baba", + "alias", + "alibi", + "alice-josephine_pons", + "alice_b._toklas", + "alice_hamilton", + "alice_malsenior_walker", + "alice_paul", + "alice_walker", + "alicia_alonso", + "alicyclic_compound", + "alidad", + "alidade", + "alien", + "alien_absconder", + "alienage", + "alienation", + "alienation_of_affection", + "alienator", + "alienee", + "alienism", + "alienist", + "alienor", + "alignment", + "alikeness", + "aliment", + "alimentary_canal", + "alimentary_paste", + "alimentary_tract", + "alimentary_tract_smear", + "alimentation", + "alimony", + "alinement", + "aliphatic_compound", + "aliquant", + "aliquant_part", + "aliquot", + "aliquot_part", + "alir", + "alisma", + "alisma_plantago-aquatica", + "alismales", + "alismataceae", + "alismatidae", + "alistair_cooke", + "aliterate", + "aliterate_person", + "aliveness", + "aliyah", + "alizarin", + "alizarin_carmine", + "alizarin_crimson", + "alizarin_red", + "alizarin_yellow", + "alizarine", + "alizarine_red", + "alka-seltzer", + "alkahest", + "alkalemia", + "alkali", + "alkali_bee", + "alkali_grass", + "alkali_metal", + "alkali_poisoning", + "alkalimetry", + "alkaline-earth_metal", + "alkaline_earth", + "alkaline_metal", + "alkalinity", + "alkalinuria", + "alkaliser", + "alkalizer", + "alkaloid", + "alkalosis", + "alkaluria", + "alkane", + "alkane_series", + "alkanet", + "alkapton", + "alkaptonuria", + "alkene", + "alkeran", + "alky", + "alkyd", + "alkyd_resin", + "alkyl", + "alkyl_group", + "alkyl_halide", + "alkyl_radical", + "alkylating_agent", + "alkylbenzene", + "alkylbenzenesulfonate", + "alkyne", + "all-day_sucker", + "all-or-none_law", + "all-rounder", + "all-terrain_bike", + "all_arounder", + "all_clear", + "all_fools'_day", + "all_fours", + "all_get_out", + "all_saints'_day", + "all_souls'_day", + "alla_breve", + "alla_nazimova", + "allah", + "allamanda", + "allamanda_cathartica", + "allantois", + "allayer", + "allegation", + "allegement", + "alleghany_plum", + "alleghenies", + "allegheny", + "allegheny_chinkapin", + "allegheny_mountain_spurge", + "allegheny_mountains", + "allegheny_plum", + "allegheny_river", + "allegheny_spurge", + "allegheny_vine", + "allegiance", + "allegoriser", + "allegorizer", + "allegory", + "allegretto", + "allegro", + "allegro_con_spirito", + "allele", + "allelomorph", + "allemande", + "allemande_sauce", + "allen", + "allen_ginsberg", + "allen_screw", + "allen_stewart_konigsberg", + "allen_tate", + "allen_wrench", + "allentown", + "allergen", + "allergic_eczema", + "allergic_reaction", + "allergic_rhinitis", + "allergist", + "allergology", + "allergy", + "allergy_diet", + "alleviant", + "alleviation", + "alleviator", + "alley", + "alley_cat", + "alleyway", + "allgood", + "allhallows", + "allhallows_eve", + "allhallowtide", + "alliaceae", + "alliaceous_plant", + "alliance", + "alliaria", + "alliaria_officinalis", + "allice", + "allice_shad", + "allied_command_atlantic", + "allied_command_europe", + "allies", + "alligator", + "alligator_clip", + "alligator_grass", + "alligator_lizard", + "alligator_mississipiensis", + "alligator_pear", + "alligator_sinensis", + "alligator_snapper", + "alligator_snapping_turtle", + "alligator_weed", + "alligator_wrench", + "alligatorfish", + "alligatoridae", + "allionia", + "allionia_incarnata", + "allioniaceae", + "allis", + "allis_shad", + "alliteration", + "alliterator", + "allium", + "allium_acuminatum", + "allium_ampeloprasum", + "allium_ascalonicum", + "allium_canadense", + "allium_carinatum", + "allium_cepa", + "allium_cepa_aggregatum", + "allium_cepa_viviparum", + "allium_cernuum", + "allium_fistulosum", + "allium_haematochiton", + "allium_neopolitanum", + "allium_paradoxum", + "allium_porrum", + "allium_sativum", + "allium_schoenoprasum", + "allium_scorodoprasum", + "allium_sphaerocephalum", + "allium_tricoccum", + "allium_triquetrum", + "allium_tuberosum", + "allium_ursinum", + "allium_vineale", + "allmouth", + "alloantibody", + "allocation", + "allocation_unit", + "allocator", + "allocution", + "allogamy", + "allograft", + "allograph", + "allomerism", + "allometry", + "allomorph", + "allopathy", + "allopatry", + "allophone", + "allopurinol", + "allosaur", + "allosaurus", + "allotment", + "allotrope", + "allotropism", + "allotropy", + "allowance", + "allowance_account", + "alloy", + "alloy_cast_iron", + "alloy_iron", + "alloy_steel", + "allspice", + "allspice_tree", + "allure", + "allurement", + "allusion", + "allusiveness", + "alluvial_cone", + "alluvial_deposit", + "alluvial_fan", + "alluvial_flat", + "alluvial_plain", + "alluvial_sediment", + "alluvial_soil", + "alluviation", + "alluvion", + "alluvium", + "ally", + "allyl", + "allyl_alcohol", + "allyl_group", + "allyl_radical", + "allyl_resin", + "alma-ata", + "alma_mater", + "almanac", + "almandine", + "almandite", + "almaty", + "almighty", + "almond", + "almond-leaves_willow", + "almond_cookie", + "almond_crescent", + "almond_extract", + "almond_moth", + "almond_oil", + "almond_tree", + "almond_willow", + "almoner", + "almoravid", + "alms", + "alms-giving", + "alms_box", + "alms_dish", + "alms_tray", + "almsgiver", + "almsgiving", + "alnico", + "alnus", + "alnus_crispa", + "alnus_glutinosa", + "alnus_incana", + "alnus_maritima", + "alnus_rhombifolia", + "alnus_rubra", + "alnus_rugosa", + "alnus_serrulata", + "alnus_veridis", + "alnus_veridis_crispa", + "alnus_vulgaris", + "alocasia", + "alocasia_macrorrhiza", + "aloe", + "aloe_family", + "aloe_ferox", + "aloe_vera", + "aloeaceae", + "aloes", + "aloha", + "aloha_state", + "alois_senefelder", + "aloneness", + "alonso", + "aloofness", + "alopecia", + "alopecia_areata", + "alopecurus", + "alopecurus_pratensis", + "alopex", + "alopex_lagopus", + "alopiidae", + "alopius", + "alopius_vulpinus", + "alosa", + "alosa_alosa", + "alosa_chrysocloris", + "alosa_pseudoharengus", + "alosa_sapidissima", + "alouatta", + "aloys_senefelder", + "alp", + "alpaca", + "alpena", + "alpenstock", + "alpha", + "alpha-adrenergic_blocker", + "alpha-adrenergic_blocking_agent", + "alpha-adrenergic_receptor", + "alpha-adrenoceptor", + "alpha-beta_brass", + "alpha-blocker", + "alpha-interferon", + "alpha-linolenic_acid", + "alpha-lipoprotein", + "alpha-naphthol", + "alpha-naphthol_test", + "alpha-tocopheral", + "alpha_and_omega", + "alpha_blocker", + "alpha_brass", + "alpha_bronze", + "alpha_centauri", + "alpha_crucis", + "alpha_decay", + "alpha_fetoprotein", + "alpha_foetoprotein", + "alpha_geminorum", + "alpha_globulin", + "alpha_iron", + "alpha_methyl_dopa", + "alpha_orionis", + "alpha_particle", + "alpha_privative", + "alpha_radiation", + "alpha_ray", + "alpha_receptor", + "alpha_rhythm", + "alpha_software", + "alpha_test", + "alpha_wave", + "alphabet", + "alphabet_soup", + "alphabetic_character", + "alphabetic_script", + "alphabetic_writing", + "alphabetisation", + "alphabetiser", + "alphabetization", + "alphabetizer", + "alphanumeric_characters", + "alphanumeric_display", + "alphanumerics", + "alphavirus", + "alphonse_bertillon", + "alphonse_capone", + "alpine_anemone", + "alpine_ash", + "alpine_azalea", + "alpine_bearberry", + "alpine_besseya", + "alpine_celery_pine", + "alpine_clover", + "alpine_clubmoss", + "alpine_coltsfoot", + "alpine_enchanter's_nightshade", + "alpine_fir", + "alpine_glacier", + "alpine_gold", + "alpine_golden_chain", + "alpine_goldenrod", + "alpine_hulsea", + "alpine_lady_fern", + "alpine_lift", + "alpine_milk_vetch", + "alpine_mouse-ear", + "alpine_salamander", + "alpine_scurvy", + "alpine_sunflower", + "alpine_totara", + "alpine_type_of_glacier", + "alpine_woodsia", + "alpinia", + "alpinia_galanga", + "alpinia_officinalis", + "alpinia_officinarum", + "alpinia_purpurata", + "alpinia_speciosa", + "alpinia_zerumbet", + "alpinism", + "alpinist", + "alprazolam", + "alps", + "als", + "alsace", + "alsatia", + "alsatian", + "also-ran", + "alsobia", + "alsobia_dianthiflora", + "alsophila", + "alsophila_pometaria", + "alstonia", + "alstonia_scholaris", + "alstroemeria", + "alstroemeria_pelegrina", + "alstroemeriaceae", + "alt", + "altace", + "altai_mountains", + "altaic", + "altaic_language", + "altair", + "altar", + "altar_boy", + "altar_wine", + "altarpiece", + "altay_mountains", + "altazimuth", + "alter_ego", + "alterability", + "alteration", + "altercation", + "altering", + "alternanthera", + "alternanthera_philoxeroides", + "alternate", + "alternating_current", + "alternating_electric_current", + "alternation", + "alternation_of_generations", + "alternative", + "alternative_birth", + "alternative_birthing", + "alternative_energy", + "alternative_medicine", + "alternative_pleading", + "alternator", + "althaea", + "althea", + "althea_gibson", + "althea_officinalis", + "althea_rosea", + "altimeter", + "altitude", + "altitude_sickness", + "alto", + "alto_clef", + "alto_relievo", + "alto_rilievo", + "alto_saxophonist", + "altocumulus", + "altocumulus_cloud", + "altogether", + "altoist", + "alton_glenn_miller", + "altoona", + "altostratus", + "altostratus_cloud", + "altruism", + "altruist", + "alula", + "alum", + "alumbloom", + "alumina", + "aluminate", + "aluminium", + "aluminium_bronze", + "aluminium_chloride", + "aluminium_foil", + "aluminium_hydroxide", + "aluminium_oxide", + "aluminum", + "aluminum_bronze", + "aluminum_business", + "aluminum_chloride", + "aluminum_foil", + "aluminum_hydroxide", + "aluminum_industry", + "aluminum_oxide", + "alumna", + "alumnus", + "alumroot", + "alundum", + "alupent", + "alvar_aalto", + "alveolar", + "alveolar_arch", + "alveolar_artery", + "alveolar_bed", + "alveolar_consonant", + "alveolar_ectasia", + "alveolar_point", + "alveolar_process", + "alveolar_resorption", + "alveolar_rhabdomyosarcoma", + "alveolar_rhabdosarcoma", + "alveolar_ridge", + "alveolitis", + "alveolus", + "alvin_ailey", + "alyssum", + "alytes", + "alytes_cisternasi", + "alytes_obstetricans", + "alzheimer's", + "alzheimer's_disease", + "alzheimers", + "am", + "amabilis_fir", + "amadavat", + "amaethon", + "amah", + "amalgam", + "amalgamation", + "amalgamator", + "amandine_aurore_lucie_dupin", + "amanita", + "amanita_caesarea", + "amanita_mappa", + "amanita_muscaria", + "amanita_phalloides", + "amanita_rubescens", + "amanita_verna", + "amanuensis", + "amaranth", + "amaranth_family", + "amaranthaceae", + "amaranthus", + "amaranthus_albus", + "amaranthus_caudatus", + "amaranthus_cruentus", + "amaranthus_graecizans", + "amaranthus_hybridus_erythrostachys", + "amaranthus_hybridus_hypochondriacus", + "amaranthus_hypochondriacus", + "amaranthus_spinosus", + "amarelle", + "amaretto", + "amarillo", + "amaryllidaceae", + "amaryllis", + "amaryllis_belladonna", + "amaryllis_family", + "amastia", + "amaterasu", + "amaterasu_omikami", + "amateur", + "amateurishness", + "amateurism", + "amati", + "amativeness", + "amatungulu", + "amauropelta", + "amaurosis", + "amazement", + "amazon", + "amazon_ant", + "amazon_river", + "amazona", + "ambage", + "ambages", + "ambassador", + "ambassadorship", + "ambassadress", + "amber", + "amber_lily", + "amberbell", + "amberboa", + "amberboa_moschata", + "amberfish", + "ambergris", + "amberjack", + "ambiance", + "ambidexterity", + "ambidextrousness", + "ambience", + "ambiguity", + "ambit", + "ambition", + "ambitiousness", + "ambivalence", + "ambivalency", + "ambiversion", + "amble", + "ambler", + "ambloplites", + "ambloplites_rupestris", + "amblygonite", + "amblyopia", + "amblyrhynchus", + "amblyrhynchus_cristatus", + "ambo", + "amboina_pine", + "amboyna", + "amboyna_pine", + "ambrogio_damiano_achille_ratti", + "ambrose", + "ambrose_bierce", + "ambrose_everett_burnside", + "ambrose_gwinett_bierce", + "ambrosia", + "ambrosia_artemisiifolia", + "ambrosia_psilostachya", + "ambrosia_trifida", + "ambrosiaceae", + "ambulacrum", + "ambulance", + "ambulance_chaser", + "ambulant_plague", + "ambulation", + "ambulatory", + "ambulatory_plague", + "ambuscade", + "ambush", + "ambusher", + "ambystoma", + "ambystoma_maculatum", + "ambystoma_mexicanum", + "ambystoma_talpoideum", + "ambystoma_tigrinum", + "ambystomatidae", + "ambystomid", + "ambystomid_salamander", + "amd", + "ameba", + "amebiasis", + "amebic_dysentery", + "amebiosis", + "amedeo_avogadro", + "amedeo_modigliano", + "ameer", + "ameiuridae", + "ameiurus", + "ameiurus_melas", + "amelanchier", + "amelanchier_alnifolia", + "amelanchier_bartramiana", + "amelia", + "amelia_earhart", + "amelioration", + "ameloblast", + "amelogenesis", + "amen", + "amen-ra", + "amen_cadence", + "amen_corner", + "amenability", + "amenableness", + "amended_return", + "amendment", + "amends", + "amenhotep_iv", + "amenia", + "amenities", + "amenity", + "amenorrhea", + "amenorrhoea", + "ament", + "amentia", + "amentiferae", + "amercement", + "america", + "american", + "american-indian_language", + "american_agave", + "american_alligator", + "american_aloe", + "american_angelica_tree", + "american_antelope", + "american_arborvitae", + "american_arrowroot", + "american_aspen", + "american_badger", + "american_baptist_convention", + "american_barberry", + "american_basswood", + "american_beech", + "american_bison", + "american_bittern", + "american_bittersweet", + "american_black_bear", + "american_blight", + "american_bog_asphodel", + "american_brooklime", + "american_buffalo", + "american_bugbane", + "american_capital", + "american_centaury", + "american_chameleon", + "american_cheese", + "american_chestnut", + "american_civil_war", + "american_cockroach", + "american_columbo", + "american_coot", + "american_copper", + "american_crab_apple", + "american_cranberry", + "american_cranberry_bush", + "american_crayfish", + "american_creeper", + "american_cress", + "american_crow", + "american_dewberry", + "american_dog_tick", + "american_dog_violet", + "american_dogwood", + "american_dream", + "american_dwarf_birch", + "american_eagle", + "american_egret", + "american_elder", + "american_elk", + "american_elm", + "american_english", + "american_falls", + "american_featherfoil", + "american_federalist_party", + "american_federation_of_labor", + "american_federation_of_labor_and_congress_of_industrial_organizations", + "american_feverfew", + "american_flag", + "american_flagfish", + "american_fly_honeysuckle", + "american_flying_squirrel", + "american_football", + "american_football_game", + "american_foxhound", + "american_frogbit", + "american_gallinule", + "american_gentian", + "american_germander", + "american_ginseng", + "american_gray_birch", + "american_green_toad", + "american_grey_birch", + "american_hackberry", + "american_harvest_mouse", + "american_hazel", + "american_hellebore", + "american_holly", + "american_hop", + "american_hornbeam", + "american_indian", + "american_indian_day", + "american_ivy", + "american_kestrel", + "american_labor_party", + "american_lady_crab", + "american_language", + "american_larch", + "american_laurel", + "american_legion", + "american_leishmaniasis", + "american_licorice", + "american_lime", + "american_liquorice", + "american_lobster", + "american_lotus", + "american_magpie", + "american_maidenhair_fern", + "american_marten", + "american_mastodon", + "american_mastodont", + "american_merganser", + "american_mink", + "american_mistletoe", + "american_mountain_ash", + "american_oil_palm", + "american_olive", + "american_organ", + "american_oriole", + "american_parasol", + "american_parsley_fern", + "american_party", + "american_pasqueflower", + "american_pennyroyal", + "american_persimmon", + "american_pit_bull_terrier", + "american_plaice", + "american_plan", + "american_plane", + "american_pulsatilla", + "american_quaking_aspen", + "american_raspberry", + "american_rattlebox", + "american_red_elder", + "american_red_plum", + "american_red_squirrel", + "american_redstart", + "american_revised_version", + "american_revolution", + "american_revolutionary_leader", + "american_revolutionary_war", + "american_robin", + "american_rock_brake", + "american_sable", + "american_saddle_horse", + "american_samoa", + "american_shrew_mole", + "american_sign_language", + "american_smelt", + "american_smokewood", + "american_smooth_dogfish", + "american_spicebush", + "american_spikenard", + "american_staffordshire_terrier", + "american_standard_code_for_information_interchange", + "american_standard_version", + "american_star_grass", + "american_state", + "american_stock_exchange", + "american_sweet_chestnut", + "american_sweet_gum", + "american_sycamore", + "american_toad", + "american_turkey_oak", + "american_twinflower", + "american_virgin_islands", + "american_wall_fern", + "american_war_of_independence", + "american_water_ouzel", + "american_water_shrew", + "american_water_spaniel", + "american_watercress", + "american_white_birch", + "american_white_oak", + "american_white_pine", + "american_widgeon", + "american_wistaria", + "american_wisteria", + "american_woodcock", + "american_wormseed", + "americana", + "americanisation", + "americanism", + "americanization", + "americium", + "americus_vespucius", + "amerigo_vespucci", + "amerind", + "amerindian", + "amerindian_language", + "amerindian_race", + "amethopterin", + "amethyst", + "amethystine_python", + "ametria", + "ametropia", + "amex", + "amhara", + "amharic", + "amia", + "amia_calva", + "amiability", + "amiableness", + "amianthum", + "amianthum_muscaetoxicum", + "amianthum_muscitoxicum", + "amicability", + "amicableness", + "amicus_curiae", + "amicus_curiae_brief", + "amide", + "amidopyrine", + "amigo", + "amiidae", + "amine", + "amino", + "amino_acid", + "amino_group", + "amino_plastic", + "amino_resin", + "aminoaciduria", + "aminoalkane", + "aminoalkanoic_acid", + "aminobenzine", + "aminobenzoic_acid", + "aminomethane", + "aminopherase", + "aminophylline", + "aminoplast", + "aminopyrine", + "aminotransferase", + "amiodarone", + "amir", + "amish", + "amish_sect", + "amitosis", + "amitriptyline", + "amitriptyline_hydrochloride", + "amity", + "amlodipine_besylate", + "amman", + "ammeter", + "ammine", + "ammo", + "ammobium", + "ammobium_alatum", + "ammodytes", + "ammodytidae", + "ammonia", + "ammonia_alum", + "ammonia_clock", + "ammonia_water", + "ammoniac", + "ammonification", + "ammonite", + "ammonium", + "ammonium_alum", + "ammonium_carbamate", + "ammonium_carbonate", + "ammonium_chloride", + "ammonium_hydroxide", + "ammonium_ion", + "ammonium_nitrate", + "ammoniuria", + "ammonoid", + "ammotragus", + "ammotragus_lervia", + "ammunition", + "ammunition_chest", + "amnesia", + "amnesiac", + "amnesic", + "amnesic_aphasia", + "amnestic_aphasia", + "amnesty", + "amnio", + "amniocentesis", + "amnion", + "amnionic_fluid", + "amnios", + "amniota", + "amniote", + "amniotic_cavity", + "amniotic_fluid", + "amniotic_sac", + "amobarbital", + "amobarbital_sodium", + "amoeba", + "amoebiasis", + "amoebic_dysentery", + "amoebida", + "amoebina", + "amoebiosis", + "amon", + "amon-ra", + "amontillado", + "amor", + "amora", + "amoralism", + "amoralist", + "amorality", + "amorist", + "amorousness", + "amorpha", + "amorpha_californica", + "amorpha_canescens", + "amorpha_fruticosa", + "amorphophallus", + "amorphophallus_campanulatus", + "amorphophallus_paeonifolius", + "amorphophallus_rivieri", + "amorphophallus_titanum", + "amorphous_shape", + "amortisation", + "amortization", + "amos", + "amount", + "amount_of_money", + "amour", + "amour_propre", + "amoxicillin", + "amoxil", + "amoy", + "amp", + "amperage", + "ampere", + "ampere-hour", + "ampere-minute", + "ampere-second", + "ampere-turn", + "ampersand", + "amphetamine", + "amphetamine_sulfate", + "amphetamine_sulphate", + "amphibia", + "amphibian", + "amphibian_family", + "amphibian_genus", + "amphibious_aircraft", + "amphibious_assault", + "amphibious_demonstration", + "amphibious_landing", + "amphibious_operation", + "amphibious_vehicle", + "amphibole", + "amphibole_group", + "amphibolips", + "amphibolite", + "amphibology", + "amphiboly", + "amphibrach", + "amphicarpa", + "amphicarpa_bracteata", + "amphicarpaea", + "amphicarpaea_bracteata", + "amphictyony", + "amphidiploid", + "amphidiploidy", + "amphigory", + "amphimixis", + "amphineura", + "amphioxidae", + "amphioxus", + "amphipod", + "amphipoda", + "amphiprion", + "amphiprion_percula", + "amphisbaena", + "amphisbaenia", + "amphisbaenidae", + "amphitheater", + "amphitheatre", + "amphitheatrum_flavium", + "amphitropous_ovule", + "amphiuma", + "amphiumidae", + "amphora", + "amphotericin", + "ampicillin", + "ampleness", + "amplexicaul_leaf", + "amplification", + "amplifier", + "amplitude", + "amplitude_distortion", + "amplitude_level", + "amplitude_modulation", + "ampoule", + "ampul", + "ampule", + "ampulla", + "amputation", + "amputator", + "amputee", + "amrinone", + "amsinckia", + "amsinckia_grandiflora", + "amsinckia_intermedia", + "amsler_grid", + "amsonia", + "amsonia_tabernaemontana", + "amsterdam", + "amulet", + "amun", + "amun_ra", + "amundsen", + "amur", + "amur_privet", + "amur_river", + "amusd", + "amusement", + "amusement_arcade", + "amusement_park", + "amy_lowell", + "amy_lyon", + "amygdala", + "amygdalaceae", + "amygdalin", + "amygdaloid", + "amygdaloid_nucleus", + "amygdalotomy", + "amygdalus", + "amygdalus_communis", + "amygdalus_communis_amara", + "amyl", + "amyl_alcohol", + "amyl_nitrate", + "amylase", + "amyloid", + "amyloid_plaque", + "amyloid_protein_plaque", + "amyloidosis", + "amylolysis", + "amylum", + "amyotonia", + "amyotrophia", + "amyotrophic_lateral_sclerosis", + "amyotrophy", + "amytal", + "amyxia", + "an", + "an_nafud", + "an_nefud", + "ana", + "anabantidae", + "anabaptism", + "anabaptist", + "anabaptist_denomination", + "anabas", + "anabas_testudineus", + "anabiosis", + "anabolic_steroid", + "anabolism", + "anabrus", + "anabrus_simplex", + "anacanthini", + "anacardiaceae", + "anacardium", + "anacardium_occidentale", + "anachronism", + "anacin_iii", + "anaclisis", + "anaclitic_depression", + "anacoluthia", + "anacoluthon", + "anaconda", + "anacyclus", + "anacyclus_pyrethrum", + "anadama_bread", + "anadenanthera", + "anadenanthera_colubrina", + "anadiplosis", + "anaemia", + "anaerobe", + "anaerobic_exercise", + "anaesthesia", + "anaesthetic", + "anaesthetic_agent", + "anaesthetist", + "anagallis", + "anagallis_arvensis", + "anagallis_tenella", + "anagasta", + "anagasta_kuehniella", + "anaglyph", + "anaglyphy", + "anagnost", + "anagoge", + "anagram", + "anagrams", + "anagyris", + "anagyris_foetida", + "anaheim", + "anal_intercourse", + "anal_personality", + "anal_phase", + "anal_retentive_personality", + "anal_sex", + "anal_sphincter", + "anal_stage", + "analbuminemia", + "analecta", + "analects", + "analeptic", + "analgesia", + "analgesic", + "analog", + "analog-digital_converter", + "analog-to-digital_converter", + "analog_clock", + "analog_computer", + "analog_watch", + "analogist", + "analogue", + "analogue_computer", + "analogy", + "analphabet", + "analphabetic", + "analphabetism", + "analysand", + "analyser", + "analysis", + "analysis_of_variance", + "analysis_situs", + "analyst", + "analytic_geometry", + "analytic_thinking", + "analytical_balance", + "analytical_cubism", + "analytical_geometry", + "analytical_review", + "analyticity", + "analyzer", + "anamnesis", + "anamnestic_reaction", + "anamnestic_response", + "anamorphism", + "anamorphosis", + "ananas", + "ananas_comosus", + "ananias", + "anapaest", + "anapest", + "anaphalis", + "anaphalis_margaritacea", + "anaphase", + "anaphor", + "anaphora", + "anaphoric_pronoun", + "anaphoric_relation", + "anaphrodisia", + "anaphylactic_shock", + "anaphylaxis", + "anaplasia", + "anaplasmosis", + "anaplasty", + "anaprox", + "anapsid", + "anapsid_reptile", + "anapsida", + "anapurna", + "anarchism", + "anarchist", + "anarchy", + "anarhichadidae", + "anarhichas", + "anarthria", + "anas", + "anas_acuta", + "anas_americana", + "anas_clypeata", + "anas_crecca", + "anas_discors", + "anas_penelope", + "anas_platyrhynchos", + "anas_querquedula", + "anas_rubripes", + "anasa", + "anasa_tristis", + "anasarca", + "anasazi", + "anaspid", + "anaspida", + "anastalsis", + "anastatica", + "anastatica_hierochuntica", + "anastigmat", + "anastigmatic_lens", + "anastomosis", + "anastomotic_vein", + "anastomus", + "anastrophe", + "anastylosis", + "anathema", + "anathematisation", + "anathematization", + "anatidae", + "anatole_france", + "anatoli_karpov", + "anatoli_yevgenevich_karpov", + "anatolia", + "anatolian", + "anatolian_language", + "anatomical", + "anatomical_reference", + "anatomical_sphincter", + "anatomical_structure", + "anatomist", + "anatomy", + "anatotitan", + "anatoxin", + "anatropous_ovule", + "anaxagoras", + "anaximander", + "anaximenes", + "ancestor", + "ancestor_worship", + "ancestress", + "ancestry", + "anchor", + "anchor_chain", + "anchor_light", + "anchor_ring", + "anchor_rope", + "anchorage", + "anchorage_ground", + "anchorite", + "anchorman", + "anchorperson", + "anchovy", + "anchovy_butter", + "anchovy_dressing", + "anchovy_paste", + "anchovy_pear", + "anchovy_pear_tree", + "anchovy_pizza", + "anchovy_sauce", + "anchusa", + "anchusa_capensis", + "anchusa_officinalis", + "anchusa_riparia", + "anchylosis", + "ancien_regime", + "ancient", + "ancient_greek", + "ancient_history", + "ancient_pine", + "ancientness", + "ancients", + "ancistrodon", + "ancohuma", + "anconeous_muscle", + "ancylidae", + "ancylostomatidae", + "ancylus", + "ancylus_fluviatilis", + "and_circuit", + "and_gate", + "andalucia", + "andalusia", + "andaman_marble", + "andaman_redwood", + "andaman_sea", + "andante", + "andean_condor", + "andelmin", + "anders_celsius", + "andersen", + "anderson", + "andes", + "andesite", + "andhra_pradesh", + "andira", + "andira_inermis", + "andiron", + "andorra", + "andorran", + "andradite", + "andre_derain", + "andre_eglevsky", + "andre_gide", + "andre_le_notre", + "andre_maginot", + "andre_malraux", + "andre_markoff", + "andre_maurois", + "andre_paul_guillaume_gide", + "andre_weil", + "andrea_guarneri", + "andrea_mantegna", + "andrea_palladio", + "andreaea", + "andreaeales", + "andreas_vesalius", + "andrei_andreyevich_gromyko", + "andrei_arsenevich_tarkovsky", + "andrei_dimitrievich_sakharov", + "andrei_gromyko", + "andrei_markov", + "andrei_sakharov", + "andrei_tarkovsky", + "andrei_voznesenski", + "andrena", + "andrenid", + "andrenidae", + "andres_martinez", + "andres_segovia", + "andrew", + "andrew's_clintonia", + "andrew_carnegie", + "andrew_d._white", + "andrew_dickson_white", + "andrew_fielding_huxley", + "andrew_huxley", + "andrew_jackson", + "andrew_jackson_downing", + "andrew_johnson", + "andrew_lloyd_webber", + "andrew_marvell", + "andrew_mellon", + "andrew_w._mellon", + "andrew_william_mellon", + "andrew_wyeth", + "andrews", + "andricus", + "andrija_mohorovicic", + "androecium", + "androgen", + "androgenesis", + "androgenic_hormone", + "androgeny", + "androglossia", + "androgyne", + "androgyny", + "android", + "andromeda", + "andromeda_galaxy", + "andromeda_glaucophylla", + "andromeda_polifolia", + "androphobia", + "andropogon", + "andropogon_furcatus", + "andropogon_gerardii", + "andropogon_scoparius", + "andropogon_virginicus", + "androsterone", + "andryala", + "andrzej_wajda", + "andvari", + "andy_warhol", + "anecdote", + "anecdotist", + "anechoic_chamber", + "aneides", + "aneides_lugubris", + "anemia", + "anemia_adiantifolia", + "anemic_anoxia", + "anemic_hypoxia", + "anemography", + "anemometer", + "anemometry", + "anemone", + "anemone_canadensis", + "anemone_cylindrica", + "anemone_fish", + "anemone_ludoviciana", + "anemone_nemorosa", + "anemone_occidentalis", + "anemone_pulsatilla", + "anemone_quinquefolia", + "anemone_riparia", + "anemone_sylvestris", + "anemone_tetonensis", + "anemone_virginiana", + "anemonella", + "anemonella_thalictroides", + "anemopsis", + "anemopsis_californica", + "anencephalia", + "anencephaly", + "anergy", + "aneroid", + "aneroid_barometer", + "anesthesia", + "anesthesiologist", + "anesthesiology", + "anesthetic", + "anesthetic_agent", + "anesthetist", + "anesthyl", + "anestrum", + "anestrus", + "anethum", + "anethum_graveolens", + "aneuploidy", + "aneurin", + "aneurism", + "aneurysm", + "ang", + "angara", + "angara_river", + "angas", + "angel", + "angel's_trumpet", + "angel-wing_begonia", + "angel_cake", + "angel_dust", + "angel_falls", + "angel_food_cake", + "angel_shark", + "angelfish", + "angelica", + "angelica_archangelica", + "angelica_sylvestris", + "angelim", + "angelique", + "angelo_correr", + "angelo_guiseppe_roncalli", + "angelology", + "angelus", + "angelus_bell", + "anger", + "angevin", + "angevine", + "angiitis", + "angina", + "angina_pectoris", + "angiocardiogram", + "angiocarp", + "angioedema", + "angiogenesis", + "angiogenesis_inhibitor", + "angiogram", + "angiography", + "angiohemophilia", + "angiologist", + "angiology", + "angioma", + "angiopathy", + "angioplasty", + "angiopteris", + "angiopteris_evecta", + "angiosarcoma", + "angioscope", + "angiosperm", + "angiospermae", + "angiospermous_tree", + "angiospermous_yellowwood", + "angiotelectasia", + "angiotensin", + "angiotensin-converting_enzyme", + "angiotensin-converting_enzyme_inhibitor", + "angiotensin_converting_enzyme", + "angiotensin_i", + "angiotensin_ii", + "angiotensin_ii_inhibitor", + "angiotonin", + "angle", + "angle-closure_glaucoma", + "angle_bracket", + "angle_iron", + "angle_of_attack", + "angle_of_dip", + "angle_of_extinction", + "angle_of_incidence", + "angle_of_inclination", + "angle_of_reflection", + "angle_of_refraction", + "angle_of_view", + "angled_loofah", + "angledozer", + "angler", + "angler_fish", + "anglerfish", + "anglesea", + "anglesea_island", + "anglesey", + "anglesey_island", + "anglewing", + "angleworm", + "anglia", + "anglian", + "anglican", + "anglican_catholic", + "anglican_church", + "anglican_communion", + "anglicanism", + "anglicisation", + "anglicism", + "anglicization", + "angling", + "anglo-american", + "anglo-catholicism", + "anglo-french", + "anglo-indian", + "anglo-norman", + "anglo-saxon", + "anglo-saxon_deity", + "anglomania", + "anglophil", + "anglophile", + "anglophilia", + "anglophobe", + "anglophobia", + "angola", + "angolan", + "angolan_capital", + "angolan_monetary_unit", + "angolese", + "angora", + "angora_cat", + "angora_goat", + "angora_rabbit", + "angostura", + "angostura_bark", + "angostura_bridge", + "angoumois_grain_moth", + "angoumois_moth", + "angraecum", + "angrecum", + "angriness", + "angry_walk", + "angst", + "angstrom", + "angstrom_unit", + "anguid_lizard", + "anguidae", + "anguilla", + "anguilla_sucklandii", + "anguillan", + "anguillidae", + "anguilliformes", + "anguillula", + "anguillula_aceti", + "anguis", + "anguis_fragilis", + "anguish", + "angular_acceleration", + "angular_artery", + "angular_distance", + "angular_momentum", + "angular_position", + "angular_shape", + "angular_unit", + "angular_vein", + "angular_velocity", + "angularity", + "angulation", + "angus", + "angus_frank_johnstone_wilson", + "angus_og", + "angwantibo", + "anhedonia", + "anhidrosis", + "anhima", + "anhima_cornuta", + "anhimidae", + "anhinga", + "anhinga_anhinga", + "anhingidae", + "anhydride", + "anhydrosis", + "ani", + "anicius_manlius_severinus_boethius", + "anigozanthus", + "anigozanthus_manglesii", + "anil", + "aniline", + "aniline_dye", + "aniline_oil", + "anima", + "animadversion", + "animal", + "animal-worship", + "animal_black", + "animal_charcoal", + "animal_communication", + "animal_disease", + "animal_fancier", + "animal_fat", + "animal_fiber", + "animal_fibre", + "animal_foot", + "animal_glue", + "animal_group", + "animal_husbandry", + "animal_kingdom", + "animal_leg", + "animal_magnetism", + "animal_material", + "animal_nature", + "animal_oil", + "animal_order", + "animal_pigment", + "animal_product", + "animal_psychology", + "animal_scientist", + "animal_skin", + "animal_starch", + "animal_stuffer", + "animal_tissue", + "animal_toxin", + "animal_trainer", + "animal_virus", + "animalcule", + "animalculum", + "animalia", + "animalisation", + "animalism", + "animality", + "animalization", + "animate_being", + "animate_thing", + "animated_cartoon", + "animated_oat", + "animateness", + "animation", + "animatism", + "animator", + "animatronics", + "anime", + "animism", + "animist", + "animosity", + "animus", + "anion", + "anionic", + "anionic_compound", + "anionic_detergent", + "anise", + "anise_cookie", + "anise_hyssop", + "anise_plant", + "anise_seed", + "anise_tree", + "aniseed", + "aniseikonia", + "anisette", + "anisette_de_bordeaux", + "anisogamete", + "anisogamy", + "anisometropia", + "anisoptera", + "anisotremus", + "anisotremus_surinamensis", + "anisotremus_virginicus", + "anisotropy", + "anjou", + "ankara", + "ankle", + "ankle_brace", + "ankle_bracelet", + "ankle_joint", + "anklebone", + "anklet", + "anklets", + "ankus", + "ankyloglossia", + "ankylosaur", + "ankylosaurus", + "ankylosing_spondylitis", + "ankylosis", + "anlage", + "ann_arbor", + "anna", + "anna_amalia_mercouri", + "anna_eleanor_roosevelt", + "anna_howard_shaw", + "anna_mary_robertson_moses", + "anna_pavlova", + "annaba", + "annalist", + "annals", + "annam", + "annamese", + "annamite", + "annapolis", + "annapurna", + "anne", + "anne_boleyn", + "anne_bradstreet", + "anne_bronte", + "anne_dudley_bradstreet", + "anne_hathaway", + "anne_hutchinson", + "anne_mansfield_sullivan", + "anne_robert_jacques_turgot", + "anne_sexton", + "anne_sullivan", + "annealing", + "annelid", + "annelid_worm", + "annelida", + "annex", + "annexa", + "annexation", + "annexe", + "annie_oakley", + "anniellidae", + "annihilation", + "annihilator", + "anniversary", + "annon", + "annona", + "annona_cherimola", + "annona_diversifolia", + "annona_glabra", + "annona_muricata", + "annona_reticulata", + "annona_squamosa", + "annonaceae", + "annotating", + "annotation", + "annotator", + "announcement", + "announcer", + "annoyance", + "annoyer", + "annoying", + "annual", + "annual_fern", + "annual_parallax", + "annual_ring", + "annual_salt-marsh_aster", + "annualry", + "annuitant", + "annuity", + "annuity_in_advance", + "annular_eclipse", + "annular_scotoma", + "annulet", + "annulment", + "annulus", + "annum", + "annunciation", + "annunciation_day", + "annunciation_lily", + "annunciator", + "annwfn", + "annwn", + "ano", + "anoa", + "anoa_depressicornis", + "anoa_mindorensis", + "anobiidae", + "anode", + "anodonta", + "anodyne", + "anoectochilus", + "anoestrum", + "anoestrus", + "anogramma", + "anogramma_leptophylla", + "anointer", + "anointing", + "anointing_of_the_sick", + "anointment", + "anole", + "anolis", + "anolis_carolinensis", + "anomala", + "anomala_orientalis", + "anomalist", + "anomalistic_month", + "anomalistic_year", + "anomalopidae", + "anomalops", + "anomalopteryx", + "anomalopteryx_oweni", + "anomalous_communication", + "anomalousness", + "anomaly", + "anomia", + "anomia_ephippium", + "anomic_aphasia", + "anomie", + "anomiidae", + "anomy", + "anonym", + "anonymity", + "anonymous_file_transfer_protocol", + "anonymous_ftp", + "anopheles", + "anopheline", + "anopia", + "anoplophora_glabripennis", + "anoplura", + "anorak", + "anorchia", + "anorchidism", + "anorchism", + "anorectic", + "anorexia", + "anorexia_nervosa", + "anorexic", + "anorgasmia", + "anorthite", + "anorthography", + "anorthopia", + "anosmia", + "anostraca", + "anouilh", + "anova", + "anovulant", + "anovulation", + "anovulatory_drug", + "anoxemia", + "anoxia", + "anoxic_anoxia", + "anpu", + "ans", + "ansaid", + "ansar_al-islam", + "ansar_al_islam", + "anselm", + "anser", + "anser_anser", + "anser_cygnoides", + "anseres", + "anseriform_bird", + "anseriformes", + "anserinae", + "anshar", + "answer", + "answerability", + "answerableness", + "answerer", + "answering_machine", + "ant", + "ant_bear", + "ant_bird", + "ant_cow", + "ant_lion", + "ant_shrike", + "ant_thrush", + "antabuse", + "antacid", + "antagonism", + "antagonist", + "antagonistic_muscle", + "antakiya", + "antakya", + "antalya", + "antananarivo", + "antapex", + "antarctic", + "antarctic_circle", + "antarctic_continent", + "antarctic_ocean", + "antarctic_peninsula", + "antarctic_zone", + "antarctica", + "antares", + "antbird", + "ante", + "anteater", + "antecedence", + "antecedency", + "antecedent", + "antechamber", + "antediluvian", + "antediluvian_patriarch", + "antedon", + "antedonidae", + "antefix", + "antelope", + "antelope_chipmunk", + "antelope_squirrel", + "antenna", + "antennaria", + "antennaria_dioica", + "antennaria_plantaginifolia", + "antennariidae", + "antepenult", + "antepenultima", + "antepenultimate", + "anterior", + "anterior_cardinal_vein", + "anterior_cerebral_artery", + "anterior_cerebral_vein", + "anterior_crural_nerve", + "anterior_facial_vein", + "anterior_fontanelle", + "anterior_horn", + "anterior_jugular_vein", + "anterior_labial_veins", + "anterior_meningeal_artery", + "anterior_naris", + "anterior_pituitary", + "anterior_pituitary_gland", + "anterior_root", + "anterior_serratus_muscle", + "anterior_synechia", + "anterior_temporal_artery", + "anterior_vertebral_vein", + "anteriority", + "anterograde_amnesia", + "anteroom", + "anthelminthic", + "anthelmintic", + "anthem", + "anthemis", + "anthemis_arvensis", + "anthemis_cotula", + "anthemis_nobilis", + "anthemis_tinctoria", + "anther", + "antheraea", + "antheraea_mylitta", + "antheraea_pernyi", + "antheraea_polyphemus", + "anthericum", + "anthericum_liliago", + "anthericum_torreyi", + "antheridiophore", + "antheridium", + "antheropeas", + "antheropeas_wallacei", + "antherozoid", + "anthesis", + "anthidium", + "anthill", + "anthoceropsida", + "anthoceros", + "anthocerotaceae", + "anthocerotales", + "anthologist", + "anthology", + "anthonomus", + "anthonomus_grandis", + "anthony", + "anthony_burgess", + "anthony_charles_lynton_blair", + "anthony_comstock", + "anthony_hopkins", + "anthony_trollope", + "anthony_vandyke", + "anthony_wayne", + "anthophyllite", + "anthophyta", + "anthozoa", + "anthozoan", + "anthracite", + "anthracite_coal", + "anthracosis", + "anthrax", + "anthrax_bacillus", + "anthrax_pneumonia", + "anthrenus_scrophulariae", + "anthriscus", + "anthriscus_cereifolium", + "anthriscus_sylvestris", + "anthropocentricity", + "anthropocentrism", + "anthropogenesis", + "anthropogeny", + "anthropoid", + "anthropoid_ape", + "anthropoidea", + "anthropolatry", + "anthropologist", + "anthropology", + "anthropology_department", + "anthropometry", + "anthropomorphism", + "anthropophagite", + "anthropophagus", + "anthropophagy", + "anthroposophy", + "anthurium", + "anthurium_andraeanum", + "anthurium_scherzerianum", + "anthus", + "anthus_pratensis", + "anthyllis", + "anthyllis_barba-jovis", + "anthyllis_vulneraria", + "anti", + "anti-american", + "anti-catholicism", + "anti-drug_law", + "anti-dumping_duty", + "anti-g_suit", + "anti-imperialist_international_brigade", + "anti-impotence_drug", + "anti-inflammatory", + "anti-inflammatory_drug", + "anti-intellectual", + "anti-masonic_party", + "anti-personnel_bomb", + "anti-racketeering_law", + "anti-semite", + "anti-semitism", + "anti-submarine_rocket", + "anti-sway_bar", + "anti-takeover_defense", + "anti-tnf_compound", + "anti-torque_rotor", + "anti-virus_program", + "anti-war_movement", + "antiacid", + "antiaircraft", + "antiaircraft_fire", + "antiaircraft_gun", + "antialiasing", + "antianxiety_agent", + "antianxiety_drug", + "antiarrhythmic", + "antiarrhythmic_drug", + "antiarrhythmic_medication", + "antibacterial", + "antibacterial_drug", + "antiballistic_missile", + "antibaryon", + "antiberiberi_factor", + "antibiosis", + "antibiotic", + "antibiotic_drug", + "antibody", + "antic", + "anticatalyst", + "anticholinergic", + "anticholinergic_drug", + "anticholinesterase", + "antichrist", + "anticipant", + "anticipation", + "anticipator", + "anticipatory_breach", + "anticlimax", + "anticoagulant", + "anticoagulant_medication", + "anticoagulation", + "anticonvulsant", + "anticonvulsant_drug", + "anticyclone", + "antidepressant", + "antidepressant_drug", + "antidiabetic", + "antidiabetic_drug", + "antidiarrheal", + "antidiarrheal_drug", + "antidiuretic", + "antidiuretic_drug", + "antidiuretic_hormone", + "antido", + "antidorcas", + "antidorcas_euchore", + "antidorcas_marsupialis", + "antidote", + "antielectron", + "antiemetic", + "antiemetic_drug", + "antiepileptic", + "antiepileptic_drug", + "antiestablishmentarianism", + "antiestablishmentism", + "antifeminism", + "antifeminist", + "antiferromagnetism", + "antiflatulent", + "antifouling_paint", + "antifreeze", + "antifungal", + "antifungal_agent", + "antigen", + "antigenic_determinant", + "antigone", + "antigonia", + "antigonus", + "antigonus_cyclops", + "antigram", + "antigua", + "antigua_and_barbuda", + "antiguan", + "antihaemophilic_factor", + "antihaemophilic_globulin", + "antihemophilic_factor", + "antihemophilic_globulin", + "antihemorrhagic_factor", + "antihero", + "antihistamine", + "antihypertensive", + "antihypertensive_drug", + "antiknock", + "antilepton", + "antilles", + "antilocapra", + "antilocapra_americana", + "antilocapridae", + "antilog", + "antilogarithm", + "antilope", + "antilope_cervicapra", + "antimacassar", + "antimalarial", + "antimalarial_drug", + "antimatter", + "antimeson", + "antimetabolite", + "antimicrobial", + "antimicrobic", + "antimonial_lead", + "antimony", + "antimony_potassium_tartrate", + "antimuon", + "antimycin", + "antimycotic", + "antimycotic_agent", + "antineoplastic", + "antineoplastic_antibiotic", + "antineoplastic_drug", + "antineutrino", + "antineutron", + "antinode", + "antinomasia", + "antinomian", + "antinomianism", + "antinomy", + "antioch", + "antiophthalmic_factor", + "antioxidant", + "antiparticle", + "antipasto", + "antipathy", + "antipernicious_anemia_factor", + "antipersonnel_bomb", + "antiperspirant", + "antiphon", + "antiphonal", + "antiphonary", + "antiphony", + "antiphrasis", + "antipodal", + "antipodal_opposition", + "antipode", + "antipodes", + "antipope", + "antiproton", + "antiprotozoal", + "antiprotozoal_drug", + "antipruritic", + "antipsychotic", + "antipsychotic_agent", + "antipsychotic_drug", + "antipyresis", + "antipyretic", + "antiquarian", + "antiquark", + "antiquary", + "antique", + "antiquity", + "antiredeposition", + "antirrhinum", + "antirrhinum_coulterianum", + "antirrhinum_filipes", + "antirrhinum_majus", + "antisemitism", + "antisepsis", + "antiseptic", + "antiserum", + "antisocial_personality_disorder", + "antispasmodic", + "antispasmodic_agent", + "antistrophe", + "antisyphilitic", + "antitauon", + "antithesis", + "antitoxin", + "antitrade", + "antitrade_wind", + "antitrades", + "antitrust_case", + "antitrust_law", + "antitrust_legislation", + "antitussive", + "antitype", + "antivenene", + "antivenin", + "antivert", + "antiviral", + "antiviral_agent", + "antiviral_drug", + "antler", + "antler_moth", + "antlia", + "antlion", + "antlion_fly", + "antofagasta", + "antoine_domino", + "antoine_henri_becquerel", + "antoine_laurent_de_jussieu", + "antoine_laurent_lavoisier", + "antoine_lavoisier", + "anton_bruckner", + "anton_chekhov", + "anton_chekov", + "anton_gregor_rubinstein", + "anton_grigorevich_rubinstein", + "anton_pavlovich_chekhov", + "anton_pavlovich_chekov", + "anton_rubenstein", + "anton_van_leeuwenhoek", + "anton_van_leuwenhoek", + "antonin_dvorak", + "antonine_wall", + "antoninus", + "antonio_allegri_da_correggio", + "antonio_gaudi", + "antonio_gaudi_i_cornet", + "antonio_ghislieri", + "antonio_lopez_de_santa_ana", + "antonio_lopez_de_santa_anna", + "antonio_lucio_vivaldi", + "antonio_pignatelli", + "antonio_stradivari", + "antonio_vivaldi", + "antonius", + "antonius_pius", + "antonius_stradivarius", + "antony", + "antony_tudor", + "antonym", + "antonymy", + "antrozous", + "antrozous_pallidus", + "antrum", + "antum", + "antwerp", + "antwerpen", + "anu", + "anubis", + "anunnaki", + "anura", + "anuran", + "anuresis", + "anuria", + "anus", + "anvers", + "anvil", + "anwar_el-sadat", + "anwar_sadat", + "anxiety", + "anxiety_attack", + "anxiety_disorder", + "anxiety_hysteria", + "anxiety_neurosis", + "anxiety_reaction", + "anxiolytic", + "anxiolytic_drug", + "anxiousness", + "any-and-all_bid", + "anzac", + "anzio", + "ao_dai", + "aorist", + "aorta", + "aortic_aneurysm", + "aortic_arch", + "aortic_orifice", + "aortic_plexus", + "aortic_stenosis", + "aortic_valve", + "aortitis", + "aotus", + "aotus_trivirgatus", + "aoudad", + "apache", + "apache_dance", + "apache_devil_dance", + "apadana", + "apalachicola", + "apalachicola_river", + "apalachicola_rosemary", + "apanage", + "apar", + "apartheid", + "apartment", + "apartment_building", + "apartment_house", + "apatetic_coloration", + "apathy", + "apatite", + "apatosaur", + "apatosaurus", + "apatosaurus_excelsus", + "apatura", + "apatura_iris", + "apc", + "ape", + "ape-man", + "apeldoorn", + "apennines", + "aper", + "apercu", + "aperea", + "aperient", + "aperitif", + "aperture", + "apery", + "apetalous_flower", + "apex", + "apex_of_the_sun's_way", + "apgar_score", + "aphaeresis", + "aphagia", + "aphakia", + "aphakic", + "aphanite", + "aphasia", + "aphasic", + "aphasmidia", + "aphelion", + "apheresis", + "aphesis", + "aphid", + "aphid_lion", + "aphididae", + "aphidoidea", + "aphis", + "aphis_fabae", + "aphis_lion", + "aphis_pomi", + "aphonia", + "aphorism", + "aphorist", + "aphriza", + "aphriza_virgata", + "aphrodisia", + "aphrodisiac", + "aphrodite", + "aphrophora", + "aphrophora_saratogensis", + "aphthous_ulcer", + "aphyllanthaceae", + "aphyllanthes", + "aphyllophorales", + "apia", + "apiaceae", + "apiarist", + "apiary", + "apical_placentation", + "apiculture", + "apiculturist", + "apidae", + "apios", + "apios_americana", + "apios_tuberosa", + "apis", + "apis_mellifera", + "apis_mellifera_adansonii", + "apis_mellifera_scutellata", + "apishamore", + "apium", + "apium_graveolens", + "apium_graveolens_dulce", + "apium_graveolens_rapaceum", + "aplacophora", + "aplacophoran", + "aplasia", + "aplastic_anaemia", + "aplastic_anemia", + "aplectrum", + "aplectrum_hyemale", + "aplite", + "aplodontia", + "aplodontia_rufa", + "aplodontiidae", + "aplomb", + "aplysia", + "aplysia_punctata", + "aplysiidae", + "apnea", + "apoapsis", + "apocalypse", + "apocope", + "apocrine_gland", + "apocrypha", + "apocynaceae", + "apocynum", + "apocynum_androsaemifolium", + "apocynum_cannabinum", + "apocynum_pumilum", + "apodeme", + "apodemus", + "apodemus_sylvaticus", + "apodidae", + "apodiform_bird", + "apodiformes", + "apoenzyme", + "apogamy", + "apogee", + "apogon", + "apogon_maculatus", + "apogonidae", + "apoidea", + "apojove", + "apolemia", + "apollinaire", + "apollo", + "apollo_asteroid", + "apollo_program", + "apologetics", + "apologia", + "apologist", + "apologue", + "apology", + "apolune", + "apomict", + "apomixis", + "apomorphine", + "aponeurosis", + "apophasis", + "apophatism", + "apophthegm", + "apophysis", + "apoplexy", + "apoptosis", + "aporocactus", + "aporocactus_flagelliformis", + "aposelene", + "aposematic_coloration", + "aposiopesis", + "apostasy", + "apostate", + "apostelic_father", + "apostle", + "apostle_of_germany", + "apostle_of_the_gentiles", + "apostle_paul", + "apostleship", + "apostolic_delegate", + "apostrophe", + "apothecaries'_ounce", + "apothecaries'_pound", + "apothecaries'_unit", + "apothecaries'_weight", + "apothecary", + "apothecary's_shop", + "apothecium", + "apothegm", + "apotheosis", + "appalachia", + "appalachian", + "appalachian_mountains", + "appalachians", + "appalling", + "appaloosa", + "appanage", + "apparatchik", + "apparatus", + "apparatus_urogenitalis", + "apparel", + "apparel_chain", + "apparel_industry", + "apparency", + "apparent_horizon", + "apparent_motion", + "apparent_movement", + "apparentness", + "apparition", + "appeal", + "appeal_board", + "appealingness", + "appeals_board", + "appeals_court", + "appearance", + "appearing", + "appeasement", + "appeaser", + "appellant", + "appellate_court", + "appellation", + "appellative", + "appendage", + "appendectomy", + "appendicectomy", + "appendicitis", + "appendicle", + "appendicular_artery", + "appendicular_skeleton", + "appendicular_vein", + "appendicularia", + "appendix", + "appenzeller", + "apperception", + "appetence", + "appetency", + "appetiser", + "appetisingness", + "appetite", + "appetite_suppressant", + "appetizer", + "appetizingness", + "appian_way", + "applauder", + "applause", + "apple", + "apple_aphid", + "apple_blight", + "apple_butter", + "apple_canker", + "apple_dumpling", + "apple_fritter", + "apple_geranium", + "apple_jelly", + "apple_juice", + "apple_maggot", + "apple_mint", + "apple_nut", + "apple_of_discord", + "apple_of_peru", + "apple_orchard", + "apple_pie", + "apple_polisher", + "apple_rust", + "apple_sauce", + "apple_tart", + "apple_tree", + "apple_turnover", + "applecart", + "applejack", + "applemint", + "applesauce", + "applesauce_cake", + "applet", + "appleton", + "appleton_layer", + "applewood", + "appliance", + "applicability", + "applicant", + "application", + "application-oriented_language", + "application_form", + "application_program", + "applications_programme", + "applicator", + "applied_anatomy", + "applied_math", + "applied_mathematics", + "applied_psychology", + "applied_science", + "applied_scientist", + "applier", + "applique", + "appoggiatura", + "appointee", + "appointment", + "appointment_book", + "appointment_calendar", + "apportioning", + "apportionment", + "appositeness", + "apposition", + "appraisal", + "appraiser", + "appreciation", + "appreciativeness", + "appreciator", + "apprehender", + "apprehension", + "apprehensiveness", + "apprentice", + "apprenticeship", + "apprisal", + "appro", + "approach", + "approach_path", + "approach_pattern", + "approach_shot", + "approach_trench", + "approachability", + "approaching", + "approbation", + "appropriateness", + "appropriation", + "appropriation_bill", + "appropriator", + "approval", + "approver", + "approving", + "approximate_range", + "approximation", + "appurtenance", + "apr", + "apraxia", + "apresoline", + "apricot", + "apricot_bar", + "apricot_sauce", + "apricot_tree", + "april", + "april_14", + "april_fool", + "april_fools'", + "april_fools'_day", + "apron", + "apron_string", + "apse", + "apsis", + "apsu", + "aptenodytes", + "aptenodytes_forsteri", + "aptenodytes_patagonica", + "apterygidae", + "apterygiformes", + "apteryx", + "aptitude", + "aptness", + "apulia", + "apus", + "apus_apus", + "apyretic_tetanus", + "aqaba", + "aqua", + "aqua-lung", + "aqua_fortis", + "aqua_regia", + "aqua_vitae", + "aquaculture", + "aqualung", + "aquamarine", + "aquanaut", + "aquaphobia", + "aquaplane", + "aquarium", + "aquarius", + "aquarius_the_water_bearer", + "aquatic", + "aquatic_bird", + "aquatic_fern", + "aquatic_mammal", + "aquatic_plant", + "aquatic_vertebrate", + "aquatics", + "aquatint", + "aquavit", + "aqueduct", + "aqueductus_cerebri", + "aqueous_humor", + "aqueous_humour", + "aqueous_solution", + "aquiculture", + "aquifer", + "aquifoliaceae", + "aquila", + "aquila_chrysaetos", + "aquila_degli_abruzzi", + "aquila_rapax", + "aquilege", + "aquilegia", + "aquilegia_caerulea", + "aquilegia_canadensis", + "aquilegia_scopulorum_calcarea", + "aquilegia_vulgaris", + "aquinas", + "aquitaine", + "aquitania", + "ar", + "ar_rimsal", + "ara", + "arab", + "arab-berbers", + "arab-israeli_war", + "arab_chief", + "arab_league", + "arab_republic_of_egypt", + "arab_revolutionary_brigades", + "arabesque", + "arabia", + "arabian", + "arabian_camel", + "arabian_coffee", + "arabian_desert", + "arabian_gulf", + "arabian_jasmine", + "arabian_nights", + "arabian_nights'_entertainment", + "arabian_peninsula", + "arabian_sea", + "arabian_tea", + "arabic", + "arabic_alphabet", + "arabic_language", + "arabic_numeral", + "arabidopsis", + "arabidopsis_lyrata", + "arabidopsis_thaliana", + "arability", + "arabis", + "arabis_canadensis", + "arabis_glabra", + "arabis_turrita", + "arabist", + "araceae", + "arachis", + "arachis_hypogaea", + "arachnid", + "arachnida", + "arachnoid", + "arachnoid_membrane", + "arachnophobia", + "arafat", + "arafura_sea", + "aragon", + "aragonite", + "araguaia", + "araguaia_river", + "araguaya", + "araguaya_river", + "arak", + "aral_sea", + "arales", + "aralia", + "aralia_elata", + "aralia_hispida", + "aralia_nudicaulis", + "aralia_racemosa", + "aralia_spinosa", + "aralia_stipulata", + "araliaceae", + "aram", + "aram_ilich_khachaturian", + "aram_kachaturian", + "aram_khachaturian", + "aramaean", + "aramaic", + "aramaic_script", + "arame", + "aramean", + "aramus", + "aramus_guarauna", + "aramus_pictus", + "aran_islands", + "aranea", + "aranea_diademata", + "araneae", + "araneida", + "araneus", + "araneus_cavaticus", + "aranyaka", + "arapaho", + "arapahoe", + "ararat", + "arariba", + "araroba", + "aras", + "arauca", + "araucaria", + "araucaria_araucana", + "araucaria_bidwillii", + "araucaria_columnaris", + "araucaria_cunninghamii", + "araucaria_excelsa", + "araucaria_family", + "araucaria_heterophylla", + "araucariaceae", + "araujia", + "araujia_sericofera", + "arava", + "arawak", + "arawakan", + "arawn", + "araxes", + "arb", + "arbalest", + "arbalist", + "arbiter", + "arbitrage", + "arbitrager", + "arbitrageur", + "arbitrament", + "arbitrariness", + "arbitration", + "arbitration_clause", + "arbitrator", + "arbitrement", + "arbor", + "arbor_day", + "arboreal_salamander", + "arborescent_plant", + "arboretum", + "arboriculture", + "arboriculturist", + "arborist", + "arborolatry", + "arborvirus", + "arborvitae", + "arbour", + "arbovirus", + "arbutus", + "arbutus_menziesii", + "arbutus_unedo", + "arc", + "arc-boutant", + "arc_cosecant", + "arc_cosine", + "arc_cotangent", + "arc_lamp", + "arc_light", + "arc_secant", + "arc_sine", + "arc_tangent", + "arca", + "arcade", + "arcadia", + "arcadian", + "arcadic", + "arcadic_dialect", + "arcado-cyprians", + "arcangelo_corelli", + "arcanum", + "arccos", + "arccosecant", + "arccosine", + "arccotangent", + "arcdegree", + "arcella", + "arcellidae", + "arceuthobium", + "arceuthobium_pusillum", + "arch", + "arch_support", + "archaebacteria", + "archaebacterium", + "archaeobacteria", + "archaeologist", + "archaeology", + "archaeopteryx", + "archaeopteryx_lithographica", + "archaeornis", + "archaeornithes", + "archaeozoic", + "archaeozoic_aeon", + "archaicism", + "archaism", + "archaist", + "archangel", + "archbishop", + "archbishopric", + "archdeacon", + "archdeaconry", + "archdiocese", + "archduchess", + "archduchy", + "archduke", + "archean", + "archean_aeon", + "archean_eon", + "archegonium", + "archenteron", + "archeobacteria", + "archeological_remains", + "archeological_site", + "archeologist", + "archeology", + "archeopteryx", + "archeozoic", + "archeozoic_eon", + "archer", + "archerfish", + "archery", + "arches_national_park", + "archespore", + "archesporium", + "archetype", + "archiannelid", + "archiannelida", + "archibald_macleish", + "archibald_percival_wavell", + "archidiaconate", + "archidiskidon", + "archidiskidon_imperator", + "archil", + "archilochus", + "archilochus_colubris", + "archimandrite", + "archimedes", + "archimedes'_principle", + "archine", + "archipallium", + "archipelago", + "architect", + "architectonics", + "architectural_engineering", + "architectural_ornament", + "architectural_plan", + "architectural_style", + "architecture", + "architeuthis", + "architrave", + "archive", + "archives", + "archivist", + "archness", + "archosargus", + "archosargus_probatocephalus", + "archosargus_rhomboidalis", + "archosaur", + "archosauria", + "archosaurian", + "archosaurian_reptile", + "archpriest", + "archway", + "arcidae", + "arcminute", + "arcsec", + "arcsecant", + "arcsecond", + "arcsin", + "arcsine", + "arctan", + "arctangent", + "arctic", + "arctic_archipelago", + "arctic_char", + "arctic_circle", + "arctic_fox", + "arctic_ground_squirrel", + "arctic_hare", + "arctic_moss", + "arctic_mouse-ear", + "arctic_ocean", + "arctic_poppy", + "arctic_skua", + "arctic_willow", + "arctic_wolf", + "arctic_zone", + "arctictis", + "arctictis_bintourong", + "arctiid", + "arctiid_moth", + "arctiidae", + "arctium", + "arctium_lappa", + "arctium_minus", + "arctocebus", + "arctocebus_calabarensis", + "arctocephalus", + "arctocephalus_philippi", + "arctonyx", + "arctonyx_collaris", + "arctostaphylos", + "arctostaphylos_alpina", + "arctostaphylos_andersonii", + "arctostaphylos_manzanita", + "arctostaphylos_tomentosa", + "arctostaphylos_uva-ursi", + "arctotis", + "arctotis_stoechadifolia", + "arctotis_venusta", + "arcturus", + "arcuate_artery", + "arcuate_artery_of_the_kidney", + "arcuate_vein_of_the_kidney", + "arcus", + "arcus_senilis", + "arcus_zygomaticus", + "arda", + "ardea", + "ardea_herodius", + "ardea_occidentalis", + "ardeb", + "ardeidae", + "ardennes", + "ardennes_counteroffensive", + "ardent_spirits", + "ardisia", + "ardisia_crenata", + "ardisia_escallonoides", + "ardisia_paniculata", + "ardor", + "ardour", + "ards", + "arduousness", + "are", + "area", + "area_17_of_brodmann", + "area_bombing", + "area_code", + "area_of_cardiac_dullness", + "area_unit", + "areaway", + "areca", + "areca_catechu", + "areca_nut", + "arecaceae", + "arecidae", + "areflexia", + "arena", + "arena_theater", + "arenaceous_rock", + "arenaria", + "arenaria-melanocephala", + "arenaria_caroliniana", + "arenaria_groenlandica", + "arenaria_interpres", + "arenaria_peploides", + "arenaria_serpyllifolia", + "arenaria_stricta", + "arenaviridae", + "arenavirus", + "arendt", + "arenga", + "arenga_pinnata", + "areola", + "areolar_tissue", + "areopagite", + "areopagus", + "arequipa", + "arere", + "ares", + "arete", + "areteria_cervicalis", + "arethusa", + "arethusa_bulbosa", + "argal", + "argali", + "argasid", + "argasidae", + "argemone", + "argemone_mexicana", + "argent", + "argentina", + "argentine", + "argentine_hemorrhagic_fever", + "argentine_monetary_unit", + "argentine_republic", + "argentinian", + "argentinidae", + "argentinosaur", + "argentite", + "argil", + "argillaceous_rock", + "argillite", + "arginine", + "argiope", + "argiope_aurantia", + "argiopidae", + "argive", + "argle-bargle", + "argo", + "argon", + "argonaut", + "argonauta", + "argonauta_argo", + "argonautidae", + "argonne", + "argonne_forest", + "argonon", + "argos", + "argosy", + "argot", + "arguer", + "arguing", + "argument", + "argumentation", + "argun", + "argun_river", + "argus", + "argus_pheasant", + "argusianus", + "argy-bargy", + "argyle", + "argyll", + "argynnis", + "argyranthemum", + "argyranthemum_frutescens", + "argyreia", + "argyrodite", + "argyrol", + "argyrotaenia", + "argyrotaenia_citrana", + "argyroxiphium", + "argyroxiphium_sandwicense", + "arhant", + "arhat", + "arhus", + "aria", + "ariadne", + "arial_mosaic", + "ariana", + "arianism", + "arianist", + "arianrhod", + "arianrod", + "aricara", + "aridity", + "aridness", + "aries", + "aries_the_ram", + "arietta", + "ariidae", + "arikara", + "aril", + "arilus", + "arilus_cristatus", + "ariocarpus", + "ariocarpus_fissuratus", + "ariomma", + "arioso", + "arisaema", + "arisaema_atrorubens", + "arisaema_dracontium", + "arisaema_triphyllum", + "arisarum", + "arisarum_vulgare", + "arishth", + "arista", + "aristarchus", + "aristarchus_of_samos", + "aristide_maillol", + "aristocort", + "aristocracy", + "aristocrat", + "aristolochia", + "aristolochia_clematitis", + "aristolochia_durior", + "aristolochia_macrophylla", + "aristolochia_serpentaria", + "aristolochiaceae", + "aristolochiales", + "aristopak", + "aristophanes", + "aristotelean", + "aristotelia", + "aristotelia_racemosa", + "aristotelia_serrata", + "aristotelian", + "aristotelian_logic", + "aristotelianism", + "aristotle", + "arithmancy", + "arithmetic", + "arithmetic_mean", + "arithmetic_operation", + "arithmetic_progression", + "arithmetician", + "arity", + "arius", + "arizona", + "arizona_ash", + "arizona_cypress", + "arizona_elegans", + "arizona_sycamore", + "arizona_white_oak", + "arizona_wild_cotton", + "arizonan", + "arizonian", + "arjuna", + "ark", + "ark_of_the_covenant", + "ark_shell", + "arkansan", + "arkansas", + "arkansas_kingbird", + "arkansas_river", + "arkansawyer", + "arles", + "arlington", + "arm", + "arm's_length", + "arm-twisting", + "arm_band", + "arm_bone", + "arm_exercise", + "arm_guard", + "arm_pad", + "armada", + "armadillidiidae", + "armadillidium", + "armadillo", + "armageddon", + "armagnac", + "armament", + "armamentarium", + "armand_jean_du_plessis", + "armata_corsa", + "armature", + "armband", + "armchair", + "armchair_liberal", + "armed_bullhead", + "armed_combat", + "armed_forces", + "armed_forces_censorship", + "armed_forces_day", + "armed_islamic_group", + "armed_robbery", + "armed_service", + "armed_services", + "armenia", + "armenian", + "armenian_alphabet", + "armenian_apostolic_orthodox_church", + "armenian_church", + "armenian_language", + "armenian_monetary_unit", + "armenian_secret_army_for_the_liberation_of_armenia", + "armeria", + "armeria_maritima", + "armerican_cheddar", + "armet", + "armful", + "armguard", + "armhole", + "armiger", + "armilla", + "armillaria", + "armillaria_caligata", + "armillaria_ponderosa", + "armillaria_zelleri", + "armillariella", + "armillariella_mellea", + "armillary_sphere", + "armin", + "arming", + "arminian", + "arminian_baptist", + "arminian_church", + "arminianism", + "arminius", + "armistice", + "armistice_day", + "armlet", + "armoire", + "armor", + "armor-bearer", + "armor_plate", + "armor_plating", + "armoracia", + "armoracia_rusticana", + "armored_car", + "armored_catfish", + "armored_combat_vehicle", + "armored_dinosaur", + "armored_personnel_carrier", + "armored_scale", + "armored_sea_robin", + "armored_searobin", + "armored_vehicle", + "armorer", + "armorial_bearing", + "armory", + "armour", + "armour_plate", + "armoured_car", + "armoured_combat_vehicle", + "armoured_personnel_carrier", + "armoured_vehicle", + "armourer", + "armoury", + "armpit", + "armrest", + "arms", + "arms-runner", + "arms_control", + "arms_deal", + "arms_industry", + "arms_manufacturer", + "arms_race", + "armstrong", + "army", + "army_ant", + "army_attache", + "army_base", + "army_brat", + "army_corps", + "army_cutworm", + "army_engineer", + "army_for_the_liberation_of_rwanda", + "army_high_performance_computing_research_center", + "army_hut", + "army_intelligence", + "army_national_guard", + "army_of_muhammad", + "army_of_the_confederacy", + "army_of_the_pure", + "army_of_the_righteous", + "army_officer", + "army_tank", + "army_unit", + "army_worm", + "armyworm", + "arna_wendell_bontemps", + "arng", + "arnhem", + "arnica", + "arnica_bud", + "arnica_cordifolia", + "arnica_montana", + "arno", + "arno_river", + "arnold", + "arnold-chiari_deformity", + "arnold_daniel_palmer", + "arnold_gesell", + "arnold_joseph_toynbee", + "arnold_lucius_gesell", + "arnold_of_brescia", + "arnold_palmer", + "arnold_schoenberg", + "arnold_schonberg", + "arnold_toynbee", + "arnoseris", + "arnoseris_minima", + "aroeira_blanca", + "aroid", + "arolla_pine", + "aroma", + "aromatherapy", + "aromatic_aster", + "aromatic_compound", + "aromatic_hydrocarbon", + "arouet", + "arousal", + "arouser", + "arp", + "arpeggio", + "arpent", + "arquebus", + "arrack", + "arraignment", + "arrangement", + "arranger", + "arranging", + "arras", + "array", + "arrears", + "arrest", + "arrest_warrant", + "arrested_development", + "arrester", + "arrester_hook", + "arrhenatherum", + "arrhenatherum_elatius", + "arrhenius", + "arrhenius_theory_of_dissociation", + "arrhythmia", + "arriere_pensee", + "arrival", + "arrival_gate", + "arrival_time", + "arrivederci", + "arriver", + "arriviste", + "arroba", + "arrogance", + "arrogation", + "arrogator", + "arrow", + "arrow-grass_family", + "arrow_arum", + "arrow_grass", + "arrow_leaved_aster", + "arrow_wood", + "arrowhead", + "arrowleaf_groundsel", + "arrowroot", + "arrowroot_family", + "arrowsmith", + "arrowworm", + "arroyo", + "arroyo_willow", + "arroz_con_pollo", + "arse", + "arsehole", + "arsenal", + "arsenate", + "arsenic", + "arsenic_acid", + "arsenic_group", + "arsenic_trioxide", + "arsenical", + "arsenide", + "arsenopyrite", + "arsenous_anhydride", + "arsenous_oxide", + "arsine", + "arson", + "arsonist", + "art", + "art_class", + "art_collection", + "art_critic", + "art_dealer", + "art_deco", + "art_department", + "art_director", + "art_editor", + "art_exhibition", + "art_form", + "art_gallery", + "art_historian", + "art_history", + "art_movement", + "art_nouveau", + "art_object", + "art_paper", + "art_rock", + "art_school", + "art_student", + "art_tatum", + "art_teacher", + "artamidae", + "artamus", + "artaxerxes", + "artaxerxes_i", + "artaxerxes_ii", + "artefact", + "artemia", + "artemia_salina", + "artemis", + "artemis_pontica", + "artemis_spinescens", + "artemisia", + "artemisia_abrotanum", + "artemisia_absinthium", + "artemisia_annua", + "artemisia_californica", + "artemisia_campestris", + "artemisia_cana", + "artemisia_dracunculus", + "artemisia_filifolia", + "artemisia_frigida", + "artemisia_gnaphalodes", + "artemisia_ludoviciana", + "artemisia_maritima", + "artemisia_stelleriana", + "artemisia_tridentata", + "artemisia_vulgaris", + "artemision_at_ephesus", + "artemus_ward", + "arteria", + "arteria_alveolaris", + "arteria_alveolaris_inferior", + "arteria_alveolaris_superior", + "arteria_angularis", + "arteria_appendicularis", + "arteria_arcuata", + "arteria_ascendens", + "arteria_auricularis", + "arteria_axillaris", + "arteria_basilaris", + "arteria_brachialis", + "arteria_buccalis", + "arteria_bulbi_penis", + "arteria_bulbi_vestibuli", + "arteria_carotis", + "arteria_celiaca", + "arteria_centralis_retinae", + "arteria_cerebelli", + "arteria_cerebri", + "arteria_choroidea", + "arteria_ciliaris", + "arteria_circumflexa_femoris", + "arteria_circumflexa_humeri", + "arteria_circumflexa_ilium", + "arteria_circumflexa_scapulae", + "arteria_colica", + "arteria_communicans", + "arteria_coronaria", + "arteria_cystica", + "arteria_digitalis", + "arteria_epigastrica", + "arteria_ethmoidalis", + "arteria_facialis", + "arteria_femoralis", + "arteria_gastrica", + "arteria_gastrica_breves", + "arteria_gastrica_sinistra", + "arteria_glutes", + "arteria_hepatica", + "arteria_ileocolica", + "arteria_ileum", + "arteria_iliaca", + "arteria_iliolumbalis", + "arteria_infraorbitalis", + "arteria_intercostalis", + "arteria_labialis", + "arteria_labialis_inferior", + "arteria_labialis_superior", + "arteria_lacrimalis", + "arteria_laryngea", + "arteria_lienalis", + "arteria_lingualis", + "arteria_lumbalis", + "arteria_maxillaris", + "arteria_meningea", + "arteria_mesenterica", + "arteria_metacarpea", + "arteria_metatarsea", + "arteria_musculophrenica", + "arteria_nutricia", + "arteria_ophthalmica", + "arteria_ovarica", + "arteria_palatina", + "arteria_pancreatica", + "arteria_perinealis", + "arteria_poplitea", + "arteria_pudenda", + "arteria_pulmonalis", + "arteria_radialis", + "arteria_rectalis", + "arteria_renalis", + "arteria_subclavia", + "arteria_temporalis_anterior", + "arteria_temporalis_intermedia", + "arteria_temporalis_posterior", + "arteria_testicularis", + "arteria_ulnaris", + "arteria_uterina", + "arteria_vaginalis", + "arteria_vertebralis", + "arterial_blood", + "arterial_blood_gases", + "arterial_blood_vessel", + "arterial_plaque", + "arterial_pressure", + "arterial_road", + "arterial_sclerosis", + "arteriectasia", + "arteriectasis", + "arteriogram", + "arteriography", + "arteriola", + "arteriole", + "arteriolosclerosis", + "arteriosclerosis", + "arteriosclerosis_obliterans", + "arteritis", + "artery", + "artery_of_the_labyrinth", + "artery_of_the_penis_bulb", + "artery_of_the_vestibule_bulb", + "artesian_well", + "artfulness", + "arthralgia", + "arthritic", + "arthritis", + "arthrocentesis", + "arthrodesis", + "arthrogram", + "arthrography", + "arthromere", + "arthropathy", + "arthroplasty", + "arthropod", + "arthropod_family", + "arthropod_genus", + "arthropoda", + "arthropteris", + "arthroscope", + "arthroscopy", + "arthrospore", + "arthur", + "arthur_ashe", + "arthur_compton", + "arthur_conan_doyle", + "arthur_edwin_kennelly", + "arthur_evans", + "arthur_fiedler", + "arthur_garfield_hays", + "arthur_holly_compton", + "arthur_holmes", + "arthur_honegger", + "arthur_jacob_arshawsky", + "arthur_james_balfour", + "arthur_john_gielgud", + "arthur_koestler", + "arthur_laffer", + "arthur_marx", + "arthur_meier_schlesinger", + "arthur_meier_schlesinger_jr.", + "arthur_miller", + "arthur_mitchell", + "arthur_neville_chamberlain", + "arthur_rimbaud", + "arthur_robert_ashe", + "arthur_rubinstein", + "arthur_schlesinger", + "arthur_schlesinger_jr.", + "arthur_schopenhauer", + "arthur_seymour_sullivan", + "arthur_stanley_jefferson_laurel", + "arthur_sullivan", + "arthur_symons", + "arthur_tappan", + "arthur_tatum", + "arthur_wellesley", + "arthurian_legend", + "artichoke", + "artichoke_heart", + "artichoke_plant", + "article", + "article_of_clothing", + "article_of_commerce", + "article_of_faith", + "article_of_furniture", + "articles_of_agreement", + "articles_of_confederation", + "articles_of_incorporation", + "articular_muscle", + "articulated_ladder", + "articulated_lorry", + "articulateness", + "articulatio", + "articulatio_coxae", + "articulatio_cubiti", + "articulatio_genus", + "articulatio_humeri", + "articulatio_plana", + "articulatio_radiocarpea", + "articulatio_spheroidea", + "articulatio_synovialis", + "articulatio_talocruralis", + "articulatio_temporomandibularis", + "articulatio_trochoidea", + "articulation", + "articulator", + "articulatory_system", + "artie_shaw", + "artifact", + "artifice", + "artificer", + "artificial_additive", + "artificial_blood", + "artificial_flower", + "artificial_heart", + "artificial_horizon", + "artificial_insemination", + "artificial_intelligence", + "artificial_joint", + "artificial_kidney", + "artificial_lake", + "artificial_language", + "artificial_pacemaker", + "artificial_respiration", + "artificial_satellite", + "artificial_skin", + "artificiality", + "artillery", + "artillery_fire", + "artillery_plant", + "artillery_shell", + "artillery_unit", + "artilleryman", + "artiodactyl", + "artiodactyl_mammal", + "artiodactyla", + "artisan", + "artisan's_lien", + "artist", + "artist's_loft", + "artist's_model", + "artist's_workroom", + "artiste", + "artistic_creation", + "artistic_movement", + "artistic_production", + "artistic_style", + "artistry", + "artium_baccalaurens", + "artium_magister", + "artlessness", + "artocarpus", + "artocarpus_altilis", + "artocarpus_communis", + "artocarpus_heterophyllus", + "artocarpus_odoratissima", + "artois", + "arts", + "arts_and_crafts", + "artsd", + "artur_rubinstein", + "artur_schnabel", + "arturo_toscanini", + "artwork", + "aruba", + "arugula", + "arui", + "arulo", + "arum", + "arum_family", + "arum_lily", + "arum_maculatum", + "arum_palaestinum", + "arundinaria", + "arundinaria_gigantea", + "arundinaria_tecta", + "arundo", + "arundo_conspicua", + "arundo_donax", + "arundo_richardii", + "aruru", + "arvicola", + "arvicola_amphibius", + "aryan", + "arytaenoid", + "arytenoid", + "arytenoid_cartilage", + "as", + "asa_dulcis", + "asa_gray", + "asa_yoelson", + "asadha", + "asafetida", + "asafoetida", + "asahikawa", + "asala", + "asama", + "asamiya", + "asana", + "asanga", + "asaph_hall", + "asarabacca", + "asarh", + "asarum", + "asarum_canadense", + "asarum_europaeum", + "asarum_shuttleworthii", + "asarum_virginicum", + "asbat_al-ansar", + "asbestos", + "asbestos_abatement", + "asbestosis", + "ascaphidae", + "ascaphus", + "ascaphus_trui", + "ascariasis", + "ascaridae", + "ascaridia", + "ascaridia_galli", + "ascaris", + "ascaris_lumbricoides", + "ascendance", + "ascendancy", + "ascendant", + "ascendence", + "ascendency", + "ascendent", + "ascender", + "ascending", + "ascending_aorta", + "ascending_artery", + "ascending_colon", + "ascending_node", + "ascension", + "ascension_day", + "ascension_of_christ", + "ascension_of_the_lord", + "ascent", + "ascesis", + "ascetic", + "asceticism", + "asch", + "aschelminthes", + "ascidiaceae", + "ascidian", + "ascidian_tadpole", + "ascii", + "ascii_character", + "ascii_character_set", + "ascii_control_character", + "ascii_text_file", + "ascites", + "asclepia_meadii", + "asclepiad", + "asclepiadaceae", + "asclepias", + "asclepias_albicans", + "asclepias_curassavica", + "asclepias_exaltata", + "asclepias_incarnata", + "asclepias_meadii", + "asclepias_purpurascens", + "asclepias_speciosa", + "asclepias_subverticillata", + "asclepias_tuberosa", + "asclepias_verticillata", + "asclepius", + "ascocarp", + "ascolichen", + "ascoma", + "ascomycete", + "ascomycetes", + "ascomycetous_fungus", + "ascomycota", + "ascomycotina", + "ascophyllum", + "ascophyllum_nodosum", + "ascorbic_acid", + "ascospore", + "ascot", + "ascription", + "ascus", + "asdic", + "asean", + "asepsis", + "asexual_reproduction", + "asexuality", + "asgard", + "ash", + "ash-bin", + "ash-key", + "ash-leaved_maple", + "ash-pan", + "ash_bin", + "ash_cake", + "ash_can", + "ash_gray", + "ash_grey", + "ash_tree", + "ash_wednesday", + "ashbin", + "ashcake", + "ashcan", + "ashcan_school", + "ashe", + "asheville", + "ashir", + "ashkenazi", + "ashkhabad", + "ashlar", + "ashley_montagu", + "ashram", + "ashton", + "ashtoreth", + "ashtray", + "ashur", + "ashurbanipal", + "asia", + "asia_minor", + "asian", + "asian_american", + "asian_black_grouse", + "asian_coral_snake", + "asian_country", + "asian_crocodile", + "asian_horseshoe_crab", + "asian_influenza", + "asian_longhorned_beetle", + "asian_nation", + "asian_russia", + "asian_seabass", + "asian_shamanism", + "asian_tiger_mosquito", + "asian_wild_ox", + "asiatic", + "asiatic_beetle", + "asiatic_black_bear", + "asiatic_buffalo", + "asiatic_cholera", + "asiatic_cockroach", + "asiatic_flu", + "asiatic_flying_squirrel", + "asiatic_shrew_mole", + "asiatic_sweetleaf", + "aside", + "asilidae", + "asimina", + "asimina_triloba", + "asimov", + "asin", + "asininity", + "asio", + "asio_otus", + "ask_jeeves", + "asker", + "asking", + "asking_price", + "asklepios", + "asl", + "asmara", + "asmera", + "asp", + "asp_viper", + "aspadana", + "aspalathus", + "aspalathus_cedcarbergensis", + "aspalathus_linearis", + "asparagaceae", + "asparaginase", + "asparagine", + "asparagus", + "asparagus_asparagoides", + "asparagus_bean", + "asparagus_bed", + "asparagus_fern", + "asparagus_officinales", + "asparagus_pea", + "asparagus_plumosus", + "asparagus_setaceous", + "aspartame", + "aspartic_acid", + "aspect", + "aspect_ratio", + "aspen", + "aspen_poplar", + "asper", + "asperger's_syndrome", + "aspergill", + "aspergillaceae", + "aspergillales", + "aspergillosis", + "aspergillus", + "aspergillus_fumigatus", + "asperity", + "aspersion", + "aspersorium", + "asperula", + "asperula_odorata", + "asperula_tinctoria", + "asphalt", + "asphodel", + "asphodelaceae", + "asphodeline", + "asphodeline_lutea", + "asphodelus", + "asphyxia", + "asphyxiation", + "asphyxiator", + "aspic", + "aspidelaps", + "aspidelaps_lubricus", + "aspidiotus", + "aspidiotus_perniciosus", + "aspidistra", + "aspidistra_elatio", + "aspidophoroides", + "aspidophoroides_monopterygius", + "aspinwall", + "aspirant", + "aspirate", + "aspiration", + "aspiration_pneumonia", + "aspirator", + "aspirer", + "aspirin", + "aspirin_powder", + "aspis", + "aspleniaceae", + "asplenium", + "asplenium_adiantum-nigrum", + "asplenium_billotii", + "asplenium_bradleyi", + "asplenium_ceterach", + "asplenium_montanum", + "asplenium_nidus", + "asplenium_nigripes", + "asplenium_pinnatifidum", + "asplenium_platyneuron", + "asplenium_rhizophyllum", + "asplenium_ruta-muraria", + "asplenium_scolopendrium", + "asplenium_trichomanes", + "asplenium_viride", + "ass", + "ass-kisser", + "assagai", + "assailability", + "assailant", + "assam", + "assam_fever", + "assam_rubber", + "assamese", + "assassin", + "assassin_bug", + "assassination", + "assassinator", + "assault", + "assault_and_battery", + "assault_gun", + "assault_rifle", + "assaulter", + "assay", + "assay-mark", + "assayer", + "assegai", + "assemblage", + "assembler", + "assemblies_of_god", + "assembling", + "assembly", + "assembly_hall", + "assembly_language", + "assembly_line", + "assembly_plant", + "assembly_program", + "assemblyman", + "assemblywoman", + "assent", + "assenter", + "assenting", + "asserter", + "assertion", + "assertiveness", + "assertiveness_training", + "assessee", + "assessment", + "assessor", + "asset", + "assets", + "asseveration", + "asseverator", + "asshole", + "assibilation", + "assiduity", + "assiduousness", + "assignation", + "assignee", + "assigning", + "assignment", + "assignor", + "assimilation", + "assimilator", + "assist", + "assistance", + "assistant", + "assistant_foreman", + "assistant_professor", + "assisted_suicide", + "assize", + "assizes", + "associability", + "associableness", + "associate", + "associate_degree", + "associate_in_applied_science", + "associate_in_arts", + "associate_in_nursing", + "associate_professor", + "associated_state", + "associateship", + "association", + "association_area", + "association_cortex", + "association_football", + "association_for_the_advancement_of_retired_persons", + "association_of_islamic_groups_and_communities", + "association_of_orangemen", + "association_of_southeast_asian_nations", + "association_theory", + "associationism", + "associative_aphasia", + "assonance", + "assortative_mating", + "assortment", + "assouan", + "assuagement", + "assuan", + "assumed_name", + "assumption", + "assumption_of_mary", + "assur", + "assurance", + "assurbanipal", + "assuredness", + "assyria", + "assyrian", + "assyrian_akkadian", + "assyrian_neo-aramaic", + "assyriology", + "astacidae", + "astacura", + "astacus", + "astaire", + "astana", + "astarte", + "astasia", + "astatic_coils", + "astatic_galvanometer", + "astatine", + "aster", + "aster_acuminatus", + "aster_arenosus", + "aster_cordifolius", + "aster_divaricatus", + "aster_dumosus", + "aster_ericoides", + "aster_falcatus", + "aster_family", + "aster_linarifolius", + "aster_linosyris", + "aster_macrophyllus", + "aster_novae-angliae", + "aster_novi-belgii", + "aster_ptarmicoides", + "aster_shortii", + "aster_tripolium", + "aster_turbinellis", + "asteraceae", + "astereognosis", + "asterid_dicot_family", + "asterid_dicot_genus", + "asteridae", + "asterion", + "asterisk", + "asterism", + "asteroid", + "asteroid_belt", + "asteroidea", + "asterope", + "asthenia", + "asthenic_type", + "asthenopia", + "asthenosphere", + "astheny", + "asthma", + "asthma_attack", + "asthmatic", + "astigmatism", + "astigmia", + "astilbe", + "astilbe_biternata", + "astilbe_chinensis_pumila", + "astilbe_japonica", + "astonishment", + "astor", + "astragal", + "astragalus", + "astragalus_alpinus", + "astragalus_danicus", + "astragalus_glycyphyllos", + "astrakhan", + "astrantia", + "astrantia_major", + "astraphobia", + "astreus", + "astreus_hygrometricus", + "astreus_pteridis", + "astringence", + "astringency", + "astringent", + "astringent_drug", + "astrobiology", + "astrocyte", + "astrodome", + "astrodynamics", + "astrogator", + "astroglia", + "astrolabe", + "astrolatry", + "astrologer", + "astrologist", + "astrology", + "astroloma", + "astroloma_humifusum", + "astrometry", + "astronaut", + "astronautics", + "astronavigation", + "astronium", + "astronium_fraxinifolium", + "astronomer", + "astronomical_telescope", + "astronomical_unit", + "astronomical_year", + "astronomy", + "astronomy_satellite", + "astronomy_unit", + "astrophysicist", + "astrophysics", + "astrophyton", + "astrophyton_muricatum", + "astropogon", + "astropogon_stellatus", + "astuteness", + "asuncion", + "asur", + "asura", + "asurbanipal", + "asvina", + "asvins", + "aswan", + "aswan_high_dam", + "asylum", + "asymmetry", + "asymptote", + "asynchronism", + "asynchronous_operation", + "asynchronous_transfer_mode", + "asynchrony", + "asynclitism", + "asyndeton", + "asynergia", + "asynergy", + "asystole", + "at", + "at-bat", + "at_home", + "atabrine", + "atacama_desert", + "atacama_trench", + "atactic_abasia", + "atakapa", + "atakapan", + "atar", + "ataractic", + "ataractic_agent", + "ataractic_drug", + "atarax", + "ataraxia", + "ataraxis", + "ataturk", + "atavism", + "atavist", + "ataxia", + "ataxic_abasia", + "ataxic_aphasia", + "ataxy", + "atayalic", + "ate", + "atelectasis", + "ateleiosis", + "ateles", + "ateles_geoffroyi", + "atelier", + "ateliosis", + "aten", + "atenolol", + "ateria_gastrica_dextra", + "atf", + "athabascan", + "athabaskan", + "athanasian_creed", + "athanasianism", + "athanasius", + "athanasius_the_great", + "athanor", + "athapascan", + "athapaskan", + "athapaskan_language", + "athar", + "atharva-veda", + "atheism", + "atheist", + "athelstan", + "athena", + "athenaeum", + "athene", + "athene_noctua", + "atheneum", + "athenian", + "athens", + "atherinidae", + "atherinopsis", + "atherinopsis_californiensis", + "atherodyde", + "atherogenesis", + "atheroma", + "atherosclerosis", + "atherurus", + "athetosis", + "athinai", + "athiorhodaceae", + "athlete", + "athlete's_foot", + "athlete's_heart", + "athletic_competition", + "athletic_contest", + "athletic_facility", + "athletic_field", + "athletic_game", + "athletic_sock", + "athletic_supporter", + "athletic_training", + "athletic_type", + "athletic_wear", + "athleticism", + "athletics", + "athodyd", + "athol_fugard", + "athos", + "athrotaxis", + "athrotaxis_selaginoides", + "athyriaceae", + "athyrium", + "athyrium_distentifolium", + "athyrium_filix-femina", + "athyrium_pycnocarpon", + "athyrium_thelypteroides", + "ativan", + "atlanta", + "atlantic", + "atlantic_bonito", + "atlantic_bottlenose_dolphin", + "atlantic_city", + "atlantic_coast", + "atlantic_cod", + "atlantic_croaker", + "atlantic_halibut", + "atlantic_herring", + "atlantic_manta", + "atlantic_moonfish", + "atlantic_ocean", + "atlantic_puffin", + "atlantic_ridley", + "atlantic_sailfish", + "atlantic_salmon", + "atlantic_sea_bream", + "atlantic_spiny_dogfish", + "atlantic_standard_time", + "atlantic_time", + "atlantic_tripletail", + "atlantic_walrus", + "atlantic_white_cedar", + "atlantides", + "atlantis", + "atlas", + "atlas_cedar", + "atlas_moth", + "atlas_mountains", + "atlas_vertebra", + "atm", + "atmometer", + "atmosphere", + "atmospheric_condition", + "atmospheric_electricity", + "atmospheric_phenomenon", + "atmospheric_pressure", + "atmospheric_state", + "atmospheric_static", + "atmospherics", + "atole", + "atoll", + "atom", + "atom_bomb", + "atom_smasher", + "atomic_bomb", + "atomic_clock", + "atomic_cocktail", + "atomic_energy", + "atomic_energy_commission", + "atomic_explosion", + "atomic_mass", + "atomic_mass_unit", + "atomic_number", + "atomic_number_1", + "atomic_number_10", + "atomic_number_100", + "atomic_number_101", + "atomic_number_102", + "atomic_number_103", + "atomic_number_104", + "atomic_number_105", + "atomic_number_106", + "atomic_number_107", + "atomic_number_108", + "atomic_number_109", + "atomic_number_11", + "atomic_number_110", + "atomic_number_111", + "atomic_number_112", + "atomic_number_113", + "atomic_number_114", + "atomic_number_115", + "atomic_number_116", + "atomic_number_12", + "atomic_number_13", + "atomic_number_14", + "atomic_number_15", + "atomic_number_16", + "atomic_number_17", + "atomic_number_18", + "atomic_number_19", + "atomic_number_2", + "atomic_number_20", + "atomic_number_21", + "atomic_number_22", + "atomic_number_23", + "atomic_number_24", + "atomic_number_25", + "atomic_number_26", + "atomic_number_27", + "atomic_number_28", + "atomic_number_29", + "atomic_number_3", + "atomic_number_30", + "atomic_number_31", + "atomic_number_32", + "atomic_number_33", + "atomic_number_34", + "atomic_number_35", + "atomic_number_36", + "atomic_number_37", + "atomic_number_38", + "atomic_number_39", + "atomic_number_4", + "atomic_number_40", + "atomic_number_41", + "atomic_number_42", + "atomic_number_43", + "atomic_number_44", + "atomic_number_45", + "atomic_number_46", + "atomic_number_47", + "atomic_number_48", + "atomic_number_49", + "atomic_number_5", + "atomic_number_50", + "atomic_number_51", + "atomic_number_52", + "atomic_number_53", + "atomic_number_54", + "atomic_number_55", + "atomic_number_56", + "atomic_number_57", + "atomic_number_58", + "atomic_number_59", + "atomic_number_6", + "atomic_number_60", + "atomic_number_61", + "atomic_number_62", + "atomic_number_63", + "atomic_number_64", + "atomic_number_65", + "atomic_number_66", + "atomic_number_67", + "atomic_number_68", + "atomic_number_69", + "atomic_number_7", + "atomic_number_70", + "atomic_number_71", + "atomic_number_72", + "atomic_number_73", + "atomic_number_74", + "atomic_number_75", + "atomic_number_76", + "atomic_number_77", + "atomic_number_78", + "atomic_number_79", + "atomic_number_8", + "atomic_number_80", + "atomic_number_81", + "atomic_number_82", + "atomic_number_83", + "atomic_number_84", + "atomic_number_85", + "atomic_number_86", + "atomic_number_87", + "atomic_number_88", + "atomic_number_89", + "atomic_number_9", + "atomic_number_90", + "atomic_number_91", + "atomic_number_92", + "atomic_number_93", + "atomic_number_94", + "atomic_number_95", + "atomic_number_96", + "atomic_number_97", + "atomic_number_98", + "atomic_number_99", + "atomic_physics", + "atomic_pile", + "atomic_power", + "atomic_reactor", + "atomic_spectrum", + "atomic_theory", + "atomic_warhead", + "atomic_weapon", + "atomic_weight", + "atomisation", + "atomiser", + "atomism", + "atomist_theory", + "atomistic_theory", + "atomization", + "atomizer", + "aton", + "atonalism", + "atonality", + "atonement", + "atonia", + "atonicity", + "atony", + "atopic_allergy", + "atopic_dermatitis", + "atopic_eczema", + "atopognosia", + "atopognosis", + "atopy", + "atorvastatin", + "atp", + "atrazine", + "atresia", + "atreus", + "atrial_artery", + "atrial_auricle", + "atrial_fibrillation", + "atrial_septal_defect", + "atrichornis", + "atrichornithidae", + "atrioventricular_block", + "atrioventricular_bundle", + "atrioventricular_nodal_rhythm", + "atrioventricular_node", + "atrioventricular_trunk", + "atrioventricular_valve", + "atriplex", + "atriplex_hortensis", + "atriplex_hymenelytra", + "atriplex_lentiformis", + "atriplex_mexicana", + "atrium", + "atrium_cordis", + "atrium_dextrum", + "atrium_of_the_heart", + "atrium_sinistrum", + "atrociousness", + "atrocity", + "atromid-s", + "atropa", + "atropa_belladonna", + "atrophedema", + "atrophic_arthritis", + "atrophy", + "atropidae", + "atropine", + "atropos", + "atrovent", + "atsugewi", + "attacapa", + "attacapan", + "attache", + "attache_case", + "attachment", + "attack", + "attack_aircraft", + "attack_aircraft_carrier", + "attack_dog", + "attack_submarine", + "attacker", + "attainability", + "attainableness", + "attainder", + "attainment", + "attalea", + "attalea_funifera", + "attar", + "attar_of_roses", + "attempt", + "attempter", + "attendance", + "attendance_check", + "attendant", + "attendee", + "attender", + "attending", + "attention", + "attention_deficit_disorder", + "attention_deficit_hyperactivity_disorder", + "attention_span", + "attentiveness", + "attenuation", + "attenuator", + "attestant", + "attestation", + "attestation_report", + "attestation_service", + "attestator", + "attester", + "attestor", + "attic", + "attic_fan", + "attica", + "atticus", + "atticus_atlas", + "attila", + "attila_the_hun", + "attilio", + "attire", + "attitude", + "attlee", + "attorney", + "attorney-client_privilege", + "attorney-client_relation", + "attorney_general", + "attorney_general_of_the_united_states", + "attorneyship", + "attosecond", + "attracter", + "attraction", + "attractive_feature", + "attractive_force", + "attractive_nuisance", + "attractiveness", + "attractor", + "attribute", + "attribution", + "attributive_genitive", + "attributive_genitive_case", + "attrition", + "attrition_rate", + "atypical_pneumonia", + "atypicality", + "au", + "au_pair", + "au_pair_girl", + "au_revoir", + "auberge", + "aubergine", + "auc", + "auchincloss", + "auckland", + "auction", + "auction_block", + "auction_bridge", + "auction_house", + "auction_pitch", + "auction_sale", + "auctioneer", + "aucuba", + "audaciousness", + "audacity", + "audad", + "auden", + "audibility", + "audible", + "audibleness", + "audience", + "audile", + "audio", + "audio_amplifier", + "audio_cd", + "audio_compact_disc", + "audio_frequency", + "audio_lingual_acquisition", + "audio_recording", + "audio_system", + "audiocassette", + "audiogram", + "audiology", + "audiometer", + "audiometry", + "audiotape", + "audiovisual", + "audiovisual_aid", + "audit", + "audit_program", + "audit_programme", + "audited_account", + "audition", + "auditor", + "auditorium", + "auditory_agnosia", + "auditory_aphasia", + "auditory_apparatus", + "auditory_area", + "auditory_canal", + "auditory_center", + "auditory_communication", + "auditory_cortex", + "auditory_hallucination", + "auditory_hyperesthesia", + "auditory_image", + "auditory_meatus", + "auditory_modality", + "auditory_nerve", + "auditory_ossicle", + "auditory_perception", + "auditory_sensation", + "auditory_sense", + "auditory_system", + "auditory_tube", + "audubon", + "audubon's_caracara", + "audubon's_warbler", + "audubon_warbler", + "auf_wiedersehen", + "aug", + "augean_stables", + "augeas", + "augend", + "auger", + "aught", + "augite", + "augmentation", + "augmentin", + "augsburg_confession", + "augur", + "augury", + "august", + "august_1", + "august_15", + "august_6", + "august_f._mobius", + "august_ferdinand_mobius", + "august_friedrich_leopold_weismann", + "august_plum", + "august_strindberg", + "august_von_wassermann", + "august_wilhelm_von_hoffmann", + "augusta", + "auguste_comte", + "auguste_rodin", + "augustin_eugene_scribe", + "augustin_jean_fresnel", + "augustine", + "augustine_of_hippo", + "augustinian", + "augustinian_canons", + "augustinian_hermits", + "augustinian_order", + "augustus", + "augustus_welby_northmore_pugin", + "auk", + "auklet", + "aulacorhyncus", + "auld_langsyne", + "aulostomidae", + "aulostomus", + "aulostomus_maculatus", + "aum", + "aum_shinrikyo", + "aunt", + "auntie", + "aunty", + "aura", + "aurelius", + "aureolaria", + "aureolaria_pedicularia", + "aureolaria_virginica", + "aureole", + "aureomycin", + "auricle", + "auricula", + "auricula_atrii", + "auricular_appendage", + "auricular_appendix", + "auricular_artery", + "auricular_point", + "auricular_vein", + "auriculare", + "auricularia", + "auricularia_auricula", + "auriculariaceae", + "auriculariales", + "auriga", + "auriparus", + "auriparus_flaviceps", + "auriscope", + "aurochs", + "aurora", + "aurora_australis", + "aurora_borealis", + "auroscope", + "auschwitz", + "auscultation", + "auspex", + "auspice", + "auspices", + "auspiciousness", + "aussie", + "austen", + "austenite", + "austenitic_manganese_steel", + "austenitic_steel", + "austereness", + "austerity", + "austerlitz", + "austin", + "austin_friar", + "austin_friars", + "austral", + "austral_islands", + "australasia", + "australia", + "australian", + "australian_aborigine", + "australian_alps", + "australian_arowana", + "australian_blacksnake", + "australian_bonytongue", + "australian_capital", + "australian_chestnut", + "australian_cockroach", + "australian_coral_snake", + "australian_crawl", + "australian_desert", + "australian_dollar", + "australian_grass_tree", + "australian_hare's_foot", + "australian_heath", + "australian_honeysuckle", + "australian_labor_party", + "australian_lungfish", + "australian_magpie", + "australian_nettle", + "australian_nettle_tree", + "australian_pea", + "australian_pine", + "australian_pitcher_plant", + "australian_reed_grass", + "australian_sea_lion", + "australian_state", + "australian_stilt", + "australian_sumac", + "australian_sword_lily", + "australian_terrier", + "australian_turtledove", + "australopithecine", + "australopithecus", + "australopithecus_afarensis", + "australopithecus_africanus", + "australopithecus_boisei", + "australopithecus_robustus", + "austria", + "austria-hungary", + "austrian", + "austrian_capital", + "austrian_monetary_unit", + "austrian_schilling", + "austrian_winter_pea", + "austro-asiatic", + "austro-asiatic_language", + "austrocedrus", + "austrocedrus_chilensis", + "austronesia", + "austronesian", + "austronesian_language", + "austrotaxus", + "austrotaxus_spicata", + "autacoid", + "autarchy", + "autarky", + "auteur", + "authentication", + "authenticator", + "authenticity", + "author", + "author's_name", + "authoress", + "authoring_language", + "authorisation", + "authoriser", + "authoritarian", + "authoritarian_regime", + "authoritarian_state", + "authoritarianism", + "authorities", + "authority", + "authority_figure", + "authorization", + "authorized_shares", + "authorized_stock", + "authorized_version", + "authorizer", + "authorship", + "autism", + "auto", + "auto-changer", + "auto-da-fe", + "auto-mechanic", + "auto-suggestion", + "auto_accessory", + "auto_company", + "auto_factory", + "auto_limitation", + "auto_loan", + "auto_maker", + "auto_manufacturer", + "auto_mechanics", + "auto_part", + "auto_race", + "auto_racing", + "auto_tire", + "autoantibody", + "autobahn", + "autobiographer", + "autobiography", + "autobus", + "autocatalysis", + "autochthon", + "autochthony", + "autoclave", + "autocoid", + "autocracy", + "autocrat", + "autocue", + "autodefensas_unidas_de_colombia", + "autodidact", + "autoeroticism", + "autoerotism", + "autofluorescence", + "autofocus", + "autogamy", + "autogenesis", + "autogenic_therapy", + "autogenic_training", + "autogenics", + "autogeny", + "autogiro", + "autograft", + "autograph", + "autograph_album", + "autogyro", + "autoimmune_diabetes", + "autoimmune_disease", + "autoimmune_disorder", + "autoimmunity", + "autoinjector", + "autolatry", + "autoloader", + "autolysis", + "automaker", + "automat", + "automated_teller", + "automated_teller_machine", + "automatic", + "automatic_choke", + "automatic_data_processing", + "automatic_data_processing_system", + "automatic_drive", + "automatic_face_recognition", + "automatic_firearm", + "automatic_gun", + "automatic_pilot", + "automatic_pistol", + "automatic_rifle", + "automatic_teller", + "automatic_teller_machine", + "automatic_transmission", + "automatic_washer", + "automatic_weapon", + "automation", + "automatism", + "automaton", + "automeris", + "automeris_io", + "automobile", + "automobile_battery", + "automobile_driver", + "automobile_engine", + "automobile_factory", + "automobile_horn", + "automobile_industry", + "automobile_insurance", + "automobile_loan", + "automobile_mechanic", + "automobile_race", + "automobile_tire", + "automobile_traffic", + "automobile_trunk", + "automobilist", + "automotive_engineer", + "automotive_engineering", + "automotive_technology", + "automotive_vehicle", + "automysophobia", + "autonomic_ganglion", + "autonomic_nervous_system", + "autonomic_plexus", + "autonomy", + "autophyte", + "autophytic_plant", + "autopilot", + "autoplasty", + "autopsy", + "autoradiograph", + "autoradiography", + "autoregulation", + "autosexing", + "autosomal_dominant_disease", + "autosomal_dominant_disorder", + "autosomal_recessive_defect", + "autosomal_recessive_disease", + "autosome", + "autostrada", + "autosuggestion", + "autotelism", + "autotomy", + "autotroph", + "autotrophic_organism", + "autotype", + "autotypy", + "autumn", + "autumn_crocus", + "autumn_pumpkin", + "autumn_sneezeweed", + "autumnal_equinox", + "auvergne", + "auxesis", + "auxiliary", + "auxiliary_airfield", + "auxiliary_boiler", + "auxiliary_cell", + "auxiliary_engine", + "auxiliary_equipment", + "auxiliary_operation", + "auxiliary_pump", + "auxiliary_research_submarine", + "auxiliary_storage", + "auxiliary_verb", + "auxin", + "av", + "avadavat", + "avahi", + "avahi_laniger", + "avail", + "availability", + "availableness", + "avalanche", + "avalanche_lily", + "avalokiteshvara", + "avalokitesvara", + "avant-garde", + "avaram", + "avarice", + "avariciousness", + "avaritia", + "avatar", + "ave_maria", + "avena", + "avena_barbata", + "avena_fatua", + "avena_sativa", + "avene_sterilis", + "avenger", + "avens", + "aventail", + "aventurine", + "avenue", + "average", + "average_cost", + "averageness", + "averell_harriman", + "averment", + "averrhoa", + "averrhoa_bilimbi", + "averrhoa_carambola", + "averroes", + "aversion", + "aversion_therapy", + "aversive_conditioning", + "aversive_stimulus", + "averting", + "aves", + "avesta", + "avestan", + "aviary", + "aviation", + "aviation_medicine", + "aviator", + "aviatress", + "aviatrix", + "avicenna", + "avicennia", + "avicennia_marina", + "avicennia_officinalis", + "avicenniaceae", + "avidity", + "avidness", + "avifauna", + "avignon", + "avionics", + "avitaminosis", + "avo", + "avocado", + "avocado_pear", + "avocado_tree", + "avocation", + "avocet", + "avogadro", + "avogadro's_hypothesis", + "avogadro's_law", + "avogadro's_number", + "avogadro_number", + "avoidance", + "avoirdupois", + "avoirdupois_unit", + "avoirdupois_weight", + "avon", + "avouchment", + "avowal", + "avower", + "avulsion", + "awakening", + "award", + "awarding", + "awareness", + "away_game", + "awayness", + "awe", + "awfulness", + "awkwardness", + "awl", + "awlwort", + "awn", + "awning", + "awning_deck", + "awnless_bromegrass", + "awol", + "ax", + "ax_handle", + "ax_head", + "axe", + "axe_handle", + "axe_head", + "axerophthol", + "axial_motion", + "axial_muscle", + "axial_rotation", + "axial_skeleton", + "axil", + "axile_placentation", + "axilla", + "axillary_artery", + "axillary_cavity", + "axillary_fossa", + "axillary_node", + "axillary_vein", + "axiology", + "axiom", + "axis", + "axis_of_rotation", + "axis_vertebra", + "axle", + "axle_bar", + "axle_grease", + "axletree", + "axolemma", + "axolotl", + "axon", + "axone", + "axseed", + "ayah", + "ayapana", + "ayapana_triplinervis", + "ayatollah", + "ayatollah_khomeini", + "ayatollah_ruholla_khomeini", + "aye-aye", + "ayin", + "ayn_rand", + "ayr", + "ayrshire", + "aythya", + "aythya_affinis", + "aythya_americana", + "aythya_ferina", + "aythya_marila", + "aythya_valisineria", + "ayurveda", + "az", + "az_zarqa", + "azactam", + "azadirachta", + "azadirachta_indica", + "azadirachtin", + "azalea", + "azaleastrum", + "azathioprine", + "azedarach", + "azederach", + "azerbaijan", + "azerbaijani", + "azerbaijani_monetary_unit", + "azerbaijani_republic", + "azerbajdzhan", + "azerbajdzhan_republic", + "azeri", + "azide", + "azido_group", + "azido_radical", + "azimuth", + "azithromycin", + "azo_dye", + "azo_group", + "azo_radical", + "azoimide", + "azolla", + "azolla_caroliniana", + "azollaceae", + "azores", + "azotaemia", + "azote", + "azotemia", + "azoturia", + "azt", + "aztec", + "aztec_lily", + "aztec_marigold", + "aztecan", + "aztreonam", + "azure", + "azure_aster", + "azurite", + "azygos_vein", + "azygous_vein", + "azymia", + "b", + "b-52", + "b-complex_vitamin", + "b-flat_clarinet", + "b-girl", + "b-horizon", + "b-meson", + "b-scan_ultrasonography", + "b._b._king", + "b._f._skinner", + "b.o.", + "b.t.u.", + "b.th.u.", + "b_battery", + "b_cell", + "b_complex", + "b_horizon", + "b_lymphocyte", + "b_vitamin", + "ba", + "baa", + "baa-lamb", + "baader-meinhof_gang", + "baader_meinhof_gang", + "baal", + "baal_merodach", + "baas", + "baba", + "baba_au_rhum", + "babacu_oil", + "babar", + "babassu", + "babassu_nut", + "babassu_oil", + "babassu_palm", + "babbitt", + "babbitt_metal", + "babbitting", + "babble", + "babbler", + "babbling", + "babe", + "babe_didrikson", + "babe_ruth", + "babe_zaharias", + "babel", + "babesiidae", + "babies'-breath", + "babies'_slippers", + "babinski", + "babinski_reflex", + "babinski_sign", + "babiroussa", + "babirusa", + "babirussa", + "babka", + "baboo", + "baboon", + "babu", + "babushka", + "baby", + "baby's_bed", + "baby's_breath", + "baby's_dummy", + "baby's_room", + "baby's_tears", + "baby-boom_generation", + "baby-sitter", + "baby-walker", + "baby_bed", + "baby_bird", + "baby_blue-eyes", + "baby_boom", + "baby_boomer", + "baby_buggy", + "baby_buster", + "baby_carriage", + "baby_doc", + "baby_doctor", + "baby_farmer", + "baby_grand", + "baby_grand_piano", + "baby_minder", + "baby_oil", + "baby_powder", + "baby_rose", + "baby_shoe", + "baby_sitting", + "baby_talk", + "baby_tears", + "baby_tooth", + "babyhood", + "babylon", + "babylonia", + "babylonian", + "babylonian_captivity", + "babylonian_weeping_willow", + "babyminder", + "babyrousa", + "babyrousa_babyrussa", + "babysitter", + "babysitting", + "babytalk", + "bacca", + "baccalaureate", + "baccarat", + "bacchanal", + "bacchanalia", + "bacchant", + "bacchante", + "baccharis", + "baccharis_halimifolia", + "baccharis_pilularis", + "baccharis_viminea", + "bacchus", + "baccy", + "bach", + "bachelor", + "bachelor's_button", + "bachelor's_degree", + "bachelor-at-arms", + "bachelor_girl", + "bachelor_of_arts", + "bachelor_of_arts_in_library_science", + "bachelor_of_arts_in_nursing", + "bachelor_of_divinity", + "bachelor_of_laws", + "bachelor_of_literature", + "bachelor_of_medicine", + "bachelor_of_music", + "bachelor_of_naval_science", + "bachelor_of_science", + "bachelor_of_science_in_architecture", + "bachelor_of_science_in_engineering", + "bachelor_of_theology", + "bachelor_party", + "bachelorette", + "bachelorhood", + "bacillaceae", + "bacillariophyceae", + "bacillary_dysentery", + "bacillary_white_diarrhea", + "bacillary_white_diarrhoea", + "bacillus", + "bacillus_anthracis", + "bacillus_globigii", + "bacillus_subtilis", + "bacitracin", + "back", + "back-blast", + "back-formation", + "back-number", + "back_brace", + "back_breaker", + "back_burner", + "back_channel", + "back_circle", + "back_country", + "back_door", + "back_end", + "back_entrance", + "back_exercise", + "back_judge", + "back_matter", + "back_of_beyond", + "back_pack", + "back_porch", + "back_room", + "back_saw", + "back_street", + "back_talk", + "back_tooth", + "backache", + "backband", + "backbeat", + "backbench", + "backbencher", + "backbend", + "backbiter", + "backblast", + "backboard", + "backbone", + "backchat", + "backcloth", + "backdoor", + "backdown", + "backdrop", + "backer", + "backfield", + "backfire", + "backflow", + "backflowing", + "backgammon", + "backgammon_board", + "background", + "background_knowledge", + "background_level", + "background_noise", + "background_processing", + "background_radiation", + "background_signal", + "backgrounder", + "backgrounding", + "backhand", + "backhand_drive", + "backhand_shot", + "backhand_stroke", + "backhander", + "backhoe", + "backing", + "backlash", + "backlighting", + "backlog", + "backpack", + "backpacker", + "backpacking", + "backpacking_tent", + "backplate", + "backrest", + "backroom", + "backroom_boy", + "backsaw", + "backscratcher", + "backseat", + "backseat_driver", + "backsheesh", + "backside", + "backslapper", + "backslider", + "backsliding", + "backspace", + "backspace_character", + "backspace_key", + "backspacer", + "backspin", + "backstage", + "backstairs", + "backstay", + "backstitch", + "backstop", + "backstroke", + "backstroker", + "backswimmer", + "backsword", + "backtalk", + "backup", + "backup_file", + "backup_man", + "backup_system", + "backwardness", + "backwash", + "backwater", + "backwoods", + "backwoodsman", + "backyard", + "bacon", + "bacon-lettuce-tomato_sandwich", + "bacon_and_eggs", + "bacon_rind", + "bacon_strip", + "bacteremia", + "bacteria", + "bacteria_bed", + "bacteria_family", + "bacteria_genus", + "bacteria_order", + "bacteria_species", + "bacteriacide", + "bacteriaemia", + "bacterial_plaque", + "bacterial_toxin", + "bactericide", + "bacteriemia", + "bacteriochlorophyll", + "bacteriological_warfare", + "bacteriologist", + "bacteriology", + "bacteriolysis", + "bacteriophage", + "bacteriostasis", + "bacteriostat", + "bacterium", + "bacteroid", + "bacteroidaceae", + "bacteroides", + "bactrian_camel", + "bad", + "bad_block", + "bad_blood", + "bad_check", + "bad_cheque", + "bad_debt", + "bad_egg", + "bad_fairy", + "bad_guy", + "bad_hat", + "bad_lands", + "bad_luck", + "bad_manners", + "bad_person", + "bad_temper", + "bad_weather", + "badaga", + "baddeleyite", + "baddie", + "bade", + "badge", + "badger", + "badger_dog", + "badger_skunk", + "badger_state", + "badgerer", + "badgering", + "badinage", + "badlands", + "badlands_national_park", + "badminton", + "badminton_court", + "badminton_equipment", + "badminton_racket", + "badminton_racquet", + "badness", + "baeda", + "baedeker", + "baffin_bay", + "baffin_island", + "baffle", + "baffle_board", + "baffled", + "bafflement", + "bag", + "bag_lady", + "bag_of_tricks", + "bagascosis", + "bagasse", + "bagassosis", + "bagatelle", + "bagdad", + "bagel", + "bagful", + "baggage", + "baggage_car", + "baggage_claim", + "baggageman", + "bagger", + "bagging", + "baghdad", + "bagman", + "bagnio", + "bagpipe", + "bagpiper", + "baguet", + "baguette", + "bahai", + "bahaism", + "bahama_grass", + "bahama_islands", + "bahamas", + "bahamian", + "bahamian_dollar", + "bahasa", + "bahasa_indonesia", + "bahasa_kebangsaan", + "bahasa_malaysia", + "bahasa_melayu", + "bahia_blanca", + "bahia_coquilla", + "bahia_grass", + "bahia_piassava", + "bahrain", + "bahrain_dinar", + "bahrain_island", + "bahraini", + "bahrainian_monetary_unit", + "bahrein", + "bahrein_island", + "bahreini", + "baht", + "bai", + "baic", + "baikal", + "bail", + "bail_bond", + "bailee", + "bailey", + "bailey_bridge", + "bailiff", + "bailiffship", + "bailiwick", + "bailment", + "bailor", + "bain-marie", + "baiomys", + "baiomys_taylori", + "bairava", + "bairdiella", + "bairdiella_chrysoura", + "bairiki", + "bairn", + "baisa", + "baisakh", + "bait", + "bait_and_switch", + "bait_casting", + "baiting", + "baiza", + "baize", + "baja_california", + "bakeapple", + "baked-apple_berry", + "baked_alaska", + "baked_egg", + "baked_goods", + "baked_potato", + "bakehouse", + "bakelite", + "baker", + "baker's_dozen", + "baker's_eczema", + "baker's_yeast", + "bakersfield", + "bakery", + "bakeshop", + "baking", + "baking-powder_biscuit", + "baking_chocolate", + "baking_powder", + "baking_soda", + "baking_tray", + "bakke_decision", + "baklava", + "baksheesh", + "bakshis", + "bakshish", + "baku", + "bakunin", + "balaclava", + "balaclava_helmet", + "balaena", + "balaena_mysticetus", + "balaeniceps", + "balaeniceps_rex", + "balaenicipitidae", + "balaenidae", + "balaenoptera", + "balaenoptera_acutorostrata", + "balaenoptera_borealis", + "balaenoptera_musculus", + "balaenoptera_physalus", + "balaenopteridae", + "balagan", + "balalaika", + "balance", + "balance-of-payments_problem", + "balance_beam", + "balance_of_international_payments", + "balance_of_payments", + "balance_of_power", + "balance_of_trade", + "balance_sheet", + "balance_wheel", + "balanced_budget", + "balanced_diet", + "balancer", + "balanchine", + "balancing", + "balanidae", + "balanitis", + "balanoposthitis", + "balanus", + "balanus_balanoides", + "balarama", + "balas", + "balas_ruby", + "balata", + "balata_tree", + "balaton", + "balboa", + "balbriggan", + "balcony", + "bald-faced_hornet", + "bald_cypress", + "bald_eagle", + "baldachin", + "balder", + "balderdash", + "baldhead", + "baldness", + "baldpate", + "baldr", + "baldric", + "baldrick", + "baldwin", + "baldy", + "bale", + "balearic_islands", + "baleen", + "baleen_whale", + "balefire", + "balefulness", + "balenciaga", + "balfour", + "bali", + "balibago", + "balinese", + "baling_wire", + "balistes", + "balistes_vetula", + "balistidae", + "balk", + "balkan", + "balkan_country", + "balkan_mountain_range", + "balkan_mountains", + "balkan_nation", + "balkan_peninsula", + "balkan_state", + "balkan_wars", + "balkans", + "balker", + "balkiness", + "balkline", + "ball", + "ball-and-socket_joint", + "ball-breaker", + "ball-buster", + "ball-peen_hammer", + "ball_and_chain", + "ball_bearing", + "ball_boy", + "ball_carrier", + "ball_cartridge", + "ball_club", + "ball_cock", + "ball_fern", + "ball_field", + "ball_game", + "ball_gown", + "ball_hawk", + "ball_hawking", + "ball_nettle", + "ball_nightshade", + "ball_of_fire", + "ball_valve", + "ballad", + "ballad_maker", + "ballade", + "balladeer", + "ballast", + "ballast_resistor", + "ballcock", + "balldress", + "ballerina", + "ballet", + "ballet_company", + "ballet_dancer", + "ballet_master", + "ballet_mistress", + "ballet_position", + "ballet_skirt", + "balletomane", + "balletomania", + "ballgame", + "ballista", + "ballistic_capsule", + "ballistic_fingerprinting", + "ballistic_galvanometer", + "ballistic_identification", + "ballistic_missile", + "ballistic_missile_defense_organization", + "ballistic_pendulum", + "ballistic_trajectory", + "ballistics", + "ballistite", + "ballistocardiogram", + "ballistocardiograph", + "ballock", + "balloon", + "balloon_bomb", + "balloon_flower", + "balloon_sail", + "balloon_seat", + "balloon_vine", + "balloonfish", + "ballooning", + "balloonist", + "ballot", + "ballot_box", + "ballota", + "ballota_nigra", + "balloting", + "ballottement", + "ballpark", + "ballpen", + "ballplayer", + "ballpoint", + "ballpoint_pen", + "ballroom", + "ballroom_dance", + "ballroom_dancing", + "ballroom_music", + "balls-up", + "ballup", + "ballyhoo", + "ballyhoo_artist", + "balm", + "balm_of_gilead", + "balminess", + "balmoral", + "balmoral_castle", + "balochi", + "baloney", + "balsa", + "balsa_raft", + "balsa_wood", + "balsam", + "balsam_apple", + "balsam_capivi", + "balsam_family", + "balsam_fir", + "balsam_herb", + "balsam_of_peru", + "balsam_of_tolu", + "balsam_pear", + "balsam_poplar", + "balsam_willow", + "balsam_woolly_aphid", + "balsaminaceae", + "balsamorhiza", + "balsamroot", + "balthasar", + "balthazar", + "baltic", + "baltic-finnic", + "baltic_language", + "baltic_republic", + "baltic_sea", + "baltic_state", + "baltimore", + "baltimore_bird", + "baltimore_oriole", + "balto-slavic", + "balto-slavic_language", + "balto-slavonic", + "baluchi", + "baluster", + "balusters", + "balustrade", + "balzac", + "bam", + "bamako", + "bambino", + "bamboo", + "bamboo_curtain", + "bamboo_fern", + "bamboo_palm", + "bamboo_shoot", + "bambusa", + "bambusa_vulgaris", + "bambuseae", + "ban", + "banality", + "banana", + "banana_boat", + "banana_bread", + "banana_family", + "banana_oil", + "banana_passion_fruit", + "banana_peel", + "banana_quit", + "banana_republic", + "banana_skin", + "banana_split", + "banana_tree", + "band", + "band-tail_pigeon", + "band-tailed_pigeon", + "band_aid", + "band_of_partisans", + "band_saw", + "bandage", + "bandaging", + "bandana", + "bandanna", + "bandbox", + "bandeau", + "banded_adder", + "banded_anteater", + "banded_gecko", + "banded_krait", + "banded_palm_civet", + "banded_purple", + "banded_rattlesnake", + "banded_rudderfish", + "banded_sand_snake", + "banded_stilt", + "banded_water_snake", + "bandelet", + "bandelette", + "banderilla", + "banderillero", + "bandicoot", + "bandicoot_rat", + "banding", + "bandit", + "banditry", + "bandleader", + "bandlet", + "bandmaster", + "bandoleer", + "bandolier", + "bandoneon", + "bandsaw", + "bandsman", + "bandstand", + "bandtail", + "bandung", + "bandwagon", + "bandwagon_effect", + "bandwidth", + "bandy_leg", + "bandy_legs", + "bandyleg", + "bane", + "baneberry", + "banff", + "bang", + "bang's_disease", + "bangalore", + "bangalore_torpedo", + "banger", + "bangiaceae", + "banging", + "bangkok", + "bangla", + "bangla_desh", + "bangladesh", + "bangladeshi", + "bangladeshi_monetary_unit", + "bangle", + "bangor", + "bangtail", + "bangui", + "banian", + "banian_tree", + "banishment", + "banister", + "banjo", + "banjul", + "bank", + "bank-depositor_relation", + "bank_account", + "bank_bill", + "bank_building", + "bank_card", + "bank_charter", + "bank_check", + "bank_clerk", + "bank_closing", + "bank_commissioner", + "bank_deposit", + "bank_discount", + "bank_draft", + "bank_examination", + "bank_examiner", + "bank_failure", + "bank_gravel", + "bank_guard", + "bank_holding_company", + "bank_holiday", + "bank_identification_number", + "bank_line", + "bank_loan", + "bank_manager", + "bank_martin", + "bank_note", + "bank_of_england", + "bank_of_japan", + "bank_rate", + "bank_robber", + "bank_run", + "bank_shot", + "bank_statement", + "bank_swallow", + "bank_vault", + "bank_withdrawal", + "bankbook", + "banker", + "banker's_acceptance", + "banker's_bill", + "banker's_check", + "banker's_draft", + "bankhead", + "bankia", + "bankia_setaceae", + "banking", + "banking_company", + "banking_concern", + "banking_game", + "banking_industry", + "banking_system", + "banknote", + "bankroll", + "bankrupt", + "bankruptcy", + "banks", + "banksia", + "banksia_integrifolia", + "banksia_rose", + "banner", + "banneret", + "banning", + "banning-order", + "bannister", + "bannock", + "bannockburn", + "banns", + "banquet", + "banquet_song", + "banqueting", + "banquette", + "banshee", + "banshie", + "bantam", + "bantamweight", + "banteng", + "banter", + "banti's_disease", + "banti's_syndrome", + "banting", + "bantoid_language", + "bantu", + "banyan", + "banyan_tree", + "banzai", + "banzai_attack", + "banzai_charge", + "baobab", + "bap", + "baphia", + "baphia_nitida", + "baptisia", + "baptisia_australis", + "baptisia_lactea", + "baptisia_tinctoria", + "baptism", + "baptismal_font", + "baptismal_name", + "baptist", + "baptist_church", + "baptist_denomination", + "baptistery", + "baptistic_doctrine", + "baptistry", + "baptists", + "bar", + "bar-room_plant", + "bar_absolute", + "bar_billiards", + "bar_bit", + "bar_chart", + "bar_code", + "bar_exam", + "bar_examination", + "bar_fly", + "bar_girl", + "bar_graph", + "bar_line", + "bar_magnet", + "bar_mask", + "bar_mitzvah", + "bar_printer", + "bar_sinister", + "bar_soap", + "baraka", + "baranduki", + "barany", + "barb", + "barbacan", + "barbadian", + "barbados", + "barbados-gooseberry_vine", + "barbados_cherry", + "barbados_dollar", + "barbados_gooseberry", + "barbados_maidenhair", + "barbados_pride", + "barbara_hepworth", + "barbara_tuchman", + "barbara_ward", + "barbara_wertheim_tuchman", + "barbarea", + "barbarea_praecox", + "barbarea_verna", + "barbarea_vulgaris", + "barbarian", + "barbarisation", + "barbarism", + "barbarity", + "barbarization", + "barbarossa", + "barbarousness", + "barbary", + "barbary_ape", + "barbary_coast", + "barbary_pirate", + "barbary_sheep", + "barbasco", + "barbecue", + "barbecue_pit", + "barbecue_sauce", + "barbecued_spareribs", + "barbecued_wing", + "barbecuing", + "barbed_wire", + "barbel", + "barbell", + "barbeque", + "barber", + "barber's_itch", + "barber's_pole", + "barber_chair", + "barberry", + "barberry_family", + "barbershop", + "barbershop_quartet", + "barberton_daisy", + "barbet", + "barbette", + "barbette_carriage", + "barbican", + "barbital", + "barbitone", + "barbiturate", + "barbituric_acid", + "barbra_joan_streisand", + "barbra_streisand", + "barbu", + "barbuda", + "barbwire", + "barcarole", + "barcarolle", + "barcelona", + "bard", + "bard_of_avon", + "bardeen", + "bardolatry", + "bare_bone", + "bare_bones", + "bareboat", + "bareboating", + "bareness", + "barents_sea", + "barf", + "bargain", + "bargain_hunter", + "bargain_rate", + "bargainer", + "bargaining", + "bargaining_chip", + "barge", + "barge_pole", + "bargee", + "bargello", + "bargeman", + "bari", + "barilla", + "baring", + "barish", + "barite", + "baritone", + "baritone_horn", + "baritone_voice", + "barium", + "barium_dioxide", + "barium_enema", + "barium_hydroxide", + "barium_monoxide", + "barium_oxide", + "barium_peroxide", + "barium_protoxide", + "barium_sulfate", + "barium_sulphate", + "bark", + "bark-louse", + "bark_beetle", + "bark_louse", + "barkeep", + "barkeeper", + "barker", + "barking_deer", + "barking_frog", + "barkley", + "barley", + "barley-sugar", + "barley_candy", + "barley_grass", + "barley_water", + "barleycorn", + "barm", + "barmaid", + "barman", + "barmbrack", + "barn", + "barn_dance", + "barn_door", + "barn_grass", + "barn_millet", + "barn_owl", + "barn_spider", + "barn_swallow", + "barnaba_chiaramonti", + "barnaby's_thistle", + "barnacle", + "barnacle_goose", + "barnburner", + "barndoor", + "barndoor_skate", + "barney_oldfield", + "barnful", + "barnstormer", + "barnum", + "barnyard", + "barnyard_grass", + "barograph", + "barometer", + "barometric_pressure", + "baron", + "baron_adrian", + "baron_alexander_von_humboldt", + "baron_clive", + "baron_clive_of_plassey", + "baron_de_la_brede_et_de_montesquieu", + "baron_friedrich_heinrich_alexander_von_humboldt", + "baron_friedrich_wilhelm_ludolf_gerhard_augustin_von_steuben", + "baron_georges_cuvier", + "baron_hermann_ludwig_ferdinand_von_helmholtz", + "baron_hugh_caswall_tremenheere_dowding", + "baron_jean_baptiste_joseph_fourier", + "baron_karl_maria_friedrich_ernst_von_weber", + "baron_karl_wilhelm_von_humboldt", + "baron_lister", + "baron_lloyd_webber_of_sydmonton", + "baron_munchausen", + "baron_olivier_of_birghton", + "baron_richard_von_krafft-ebing", + "baron_snow_of_leicester", + "baron_verulam", + "baron_wilhelm_von_humboldt", + "baronage", + "baronduki", + "baroness", + "baroness_dudevant", + "baroness_emmusca_orczy", + "baroness_jackson_of_lodsworth", + "baroness_karen_blixen", + "baroness_thatcher_of_kesteven", + "baronet", + "baronetage", + "baronetcy", + "barong", + "baronne_anne_louise_germaine_necker_de_steal-holstein", + "barony", + "baroque", + "baroque_era", + "baroque_period", + "baroqueness", + "baroreceptor", + "barosaur", + "barosaurus", + "barouche", + "barque", + "barrack", + "barracking", + "barracouta", + "barracuda", + "barrage", + "barrage_balloon", + "barrage_fire", + "barrage_jamming", + "barramundi", + "barranquilla", + "barrater", + "barrator", + "barratry", + "barred_owl", + "barred_pickerel", + "barrel", + "barrel_cactus", + "barrel_knot", + "barrel_maker", + "barrel_organ", + "barrel_roll", + "barrel_vault", + "barrelfish", + "barrelful", + "barrelhouse", + "barrels", + "barren", + "barren_ground_caribou", + "barrenness", + "barrenwort", + "barrette", + "barretter", + "barricade", + "barrie", + "barrier", + "barrier_island", + "barrier_reef", + "barrier_strip", + "barring", + "barrio", + "barrister", + "barroom", + "barrow", + "barrow's_goldeneye", + "barrow-boy", + "barrow-man", + "barrowful", + "barrymore", + "bars", + "barstow", + "bart", + "bartender", + "barter", + "barterer", + "barth", + "barthelme", + "barthold_george_niebuhr", + "bartholdi", + "bartholin", + "bartholin's_gland", + "bartholomeu_dias", + "bartholomeu_diaz", + "bartholomew_roberts", + "bartle_frere", + "bartlesville", + "bartlett", + "bartlett_pear", + "bartok", + "bartolome_esteban_murillo", + "bartolomeo_alberto_capillari", + "bartolomeo_prignano", + "bartolomeo_vanzetti", + "bartolommeo_eustachio", + "bartonia", + "bartram_juneberry", + "bartramia", + "bartramia_longicauda", + "bartramian_sandpiper", + "baruch", + "baruch_de_spinoza", + "barunduki", + "barycenter", + "barye", + "baryon", + "baryon_number", + "baryshnikov", + "baryta", + "barytes", + "barytone", + "bas_bleu", + "bas_mitzvah", + "bas_relief", + "basal_body_temperature", + "basal_body_temperature_method", + "basal_body_temperature_method_of_family_planning", + "basal_ganglion", + "basal_metabolic_rate", + "basal_metabolism", + "basal_placentation", + "basal_temperature", + "basal_vein", + "basalt", + "bascule", + "base", + "base_hit", + "base_metal", + "base_of_operations", + "base_on_balls", + "base_pair", + "base_rate", + "base_runner", + "baseball", + "baseball_bat", + "baseball_cap", + "baseball_card", + "baseball_clinic", + "baseball_club", + "baseball_coach", + "baseball_diamond", + "baseball_equipment", + "baseball_field", + "baseball_game", + "baseball_glove", + "baseball_league", + "baseball_manager", + "baseball_mitt", + "baseball_play", + "baseball_player", + "baseball_score", + "baseball_season", + "baseball_swing", + "baseball_team", + "baseboard", + "basel", + "baseline", + "basement", + "baseness", + "basenji", + "bash", + "bashfulness", + "basia", + "basic", + "basic_assumption", + "basic_cognitive_process", + "basic_color", + "basic_colour", + "basic_dye", + "basic_english", + "basic_iron", + "basic_point_defense_missile_system", + "basic_principle", + "basic_slag", + "basic_training", + "basics", + "basidiocarp", + "basidiolichen", + "basidiomycete", + "basidiomycetes", + "basidiomycetous_fungi", + "basidiomycota", + "basidiomycotina", + "basidiospore", + "basidium", + "basil", + "basil_balm", + "basil_mint", + "basil_of_caesarea", + "basil_the_great", + "basil_thyme", + "basilar_artery", + "basilar_membrane", + "basileus", + "basilic_vein", + "basilica", + "basilicata", + "basiliscus", + "basilisk", + "basin", + "basinet", + "basinful", + "basis", + "basivertebral_vein", + "basket", + "basket-handle_arch", + "basket_ash", + "basket_fern", + "basket_fish", + "basket_flower", + "basket_hilt", + "basket_maker", + "basket_oak", + "basket_rummy", + "basket_spikemoss", + "basket_star", + "basket_weave", + "basket_willow", + "basketball", + "basketball_backboard", + "basketball_clinic", + "basketball_coach", + "basketball_court", + "basketball_equipment", + "basketball_game", + "basketball_hoop", + "basketball_league", + "basketball_play", + "basketball_player", + "basketball_score", + "basketball_season", + "basketball_shot", + "basketball_team", + "basketeer", + "basketful", + "basketmaker", + "basketry", + "basketweaver", + "basking_shark", + "basle", + "basophil", + "basophile", + "basophilia", + "basotho", + "basque", + "basque_fatherland_and_liberty", + "basque_homeland_and_freedom", + "basra", + "bass", + "bass_clarinet", + "bass_clef", + "bass_drum", + "bass_fiddle", + "bass_guitar", + "bass_horn", + "bass_part", + "bass_viol", + "bass_voice", + "bassariscidae", + "bassariscus", + "bassariscus_astutus", + "bassarisk", + "basse-normandie", + "basset", + "basset_horn", + "basset_hound", + "basset_oboe", + "basseterre", + "bassia", + "bassia_scoparia", + "bassine", + "bassinet", + "bassist", + "basso", + "basso_continuo", + "basso_profundo", + "basso_relievo", + "basso_rilievo", + "bassoon", + "bassoonist", + "basswood", + "bast", + "bast_fiber", + "bastard", + "bastard_feverfew", + "bastard_indigo", + "bastard_lignum_vitae", + "bastard_pennyroyal", + "bastard_pimpernel", + "bastard_ridley", + "bastard_title", + "bastard_toadflax", + "bastard_turtle", + "bastard_wing", + "bastard_yellowwood", + "bastardisation", + "bastardization", + "bastardy", + "bastardy_proceeding", + "baste", + "baster", + "bastille", + "bastille_day", + "bastinado", + "basting", + "basting_stitch", + "bastion", + "bastnaesite", + "bastnasite", + "basuco", + "basuto", + "basutoland", + "bat", + "bat_boy", + "bat_mitzvah", + "bata", + "bataan", + "batch", + "batch_processing", + "bateau_bridge", + "batfish", + "bath", + "bath_asparagus", + "bath_chair", + "bath_linen", + "bath_mat", + "bath_mitzvah", + "bath_oil", + "bath_powder", + "bath_salts", + "bath_soap", + "bath_towel", + "bath_water", + "bathe", + "bather", + "bathhouse", + "bathing", + "bathing_cap", + "bathing_costume", + "bathing_machine", + "bathing_suit", + "bathing_trunks", + "bathing_tub", + "batholite", + "batholith", + "bathometer", + "bathos", + "bathrobe", + "bathroom", + "bathroom_cleaner", + "bathroom_fixture", + "bathroom_tissue", + "bathsheba", + "bathtub", + "bathtub_gin", + "bathyal_district", + "bathyal_zone", + "bathyergidae", + "bathyergus", + "bathymeter", + "bathymetry", + "bathyscape", + "bathyscaph", + "bathyscaphe", + "bathysphere", + "batidaceae", + "batik", + "batis", + "batis_maritima", + "batiste", + "batman", + "batna", + "batoidei", + "batoko_palm", + "baton", + "baton_rouge", + "baton_rouge_bridge", + "baton_twirler", + "batrachia", + "batrachian", + "batrachoididae", + "batrachomyomachia", + "batrachoseps", + "batsman", + "batswana", + "battalion", + "batten", + "batter", + "batter's_box", + "batter_bread", + "battercake", + "battering", + "battering_ram", + "battery", + "battery-acid", + "battery_acid", + "battery_charger", + "batting", + "batting_average", + "batting_cage", + "batting_coach", + "batting_glove", + "batting_helmet", + "batting_order", + "battle", + "battle-ax", + "battle-axe", + "battle_born_state", + "battle_cruiser", + "battle_cry", + "battle_damage", + "battle_dress", + "battle_fatigue", + "battle_flag", + "battle_fleet", + "battle_group", + "battle_line", + "battle_of_atlanta", + "battle_of_austerlitz", + "battle_of_boyne", + "battle_of_britain", + "battle_of_brunanburh", + "battle_of_bull_run", + "battle_of_bunker_hill", + "battle_of_caporetto", + "battle_of_chattanooga", + "battle_of_chickamauga", + "battle_of_cowpens", + "battle_of_crecy", + "battle_of_cunaxa", + "battle_of_cynoscephalae", + "battle_of_el_alamein", + "battle_of_flodden_field", + "battle_of_fontenoy", + "battle_of_fredericksburg", + "battle_of_gettysburg", + "battle_of_granicus_river", + "battle_of_guadalcanal", + "battle_of_hastings", + "battle_of_hohenlinden", + "battle_of_ipsus", + "battle_of_issus", + "battle_of_ivry", + "battle_of_jena", + "battle_of_jutland", + "battle_of_kerbala", + "battle_of_lake_trasimenus", + "battle_of_langside", + "battle_of_lepanto", + "battle_of_leuctra", + "battle_of_little_bighorn", + "battle_of_lule_burgas", + "battle_of_lutzen", + "battle_of_magenta", + "battle_of_maldon", + "battle_of_marathon", + "battle_of_marston_moor", + "battle_of_midway", + "battle_of_minden", + "battle_of_monmouth", + "battle_of_monmouth_court_house", + "battle_of_naseby", + "battle_of_navarino", + "battle_of_omdurman", + "battle_of_panipat", + "battle_of_pharsalus", + "battle_of_philippi", + "battle_of_pittsburgh_landing", + "battle_of_plassey", + "battle_of_plataea", + "battle_of_poitiers", + "battle_of_puebla", + "battle_of_pydna", + "battle_of_ravenna", + "battle_of_rocroi", + "battle_of_rossbach", + "battle_of_saratoga", + "battle_of_sempatch", + "battle_of_shiloh", + "battle_of_soissons-reims", + "battle_of_solferino", + "battle_of_spotsylvania_courthouse", + "battle_of_st_mihiel", + "battle_of_tannenberg", + "battle_of_tertry", + "battle_of_teutoburger_wald", + "battle_of_tewkesbury", + "battle_of_the_aisne", + "battle_of_the_ardennes_bulge", + "battle_of_the_bismarck_sea", + "battle_of_the_bulge", + "battle_of_the_chemin-des-dames", + "battle_of_the_coral_sea", + "battle_of_the_little_bighorn", + "battle_of_the_marne", + "battle_of_the_philippine_sea", + "battle_of_the_somme", + "battle_of_the_spanish_armada", + "battle_of_thermopylae", + "battle_of_trafalgar", + "battle_of_trasimeno", + "battle_of_valmy", + "battle_of_verdun", + "battle_of_wagram", + "battle_of_wake", + "battle_of_wake_island", + "battle_of_waterloo", + "battle_of_wits", + "battle_of_ypres", + "battle_of_zama", + "battle_plan", + "battle_royal", + "battle_sight", + "battledore", + "battledore_and_shuttlecock", + "battlefield", + "battlefront", + "battleground", + "battlement", + "battler", + "battleship", + "battlesight", + "battlewagon", + "battue", + "batwing", + "bauble", + "baud", + "baud_rate", + "baudelaire", + "bauhaus", + "bauhinia", + "bauhinia_monandra", + "bauhinia_variegata", + "baulk", + "baulk-line", + "baulker", + "baum", + "bauxite", + "bavaria", + "bavarian", + "bavarian_blue", + "bavarian_cream", + "bawbee", + "bawd", + "bawdiness", + "bawdry", + "bawdy", + "bawdyhouse", + "bawler", + "bawling", + "bawling_out", + "bay", + "bay-leaved_caper", + "bay-rum_tree", + "bay_grass", + "bay_laurel", + "bay_leaf", + "bay_lynx", + "bay_myrtle", + "bay_of_bengal", + "bay_of_biscay", + "bay_of_campeche", + "bay_of_fundy", + "bay_of_naples", + "bay_of_ob", + "bay_rum", + "bay_scallop", + "bay_state", + "bay_stater", + "bay_tree", + "bay_willow", + "bay_window", + "bay_wreath", + "baya", + "bayard", + "bayat", + "bayberry", + "bayberry_tallow", + "bayberry_wax", + "baycol", + "bayer", + "bayes", + "bayes'_postulate", + "bayes'_theorem", + "baykal", + "bayonet", + "bayonne", + "bayonne_bridge", + "bayou", + "bayrut", + "bayt_lahm", + "bazaar", + "bazar", + "bazooka", + "bb", + "bb_gun", + "bb_shot", + "bbl", + "bbs", + "bd", + "bdellium", + "be", + "be-all_and_end-all", + "be_all_and_end_all", + "beach", + "beach_aster", + "beach_ball", + "beach_buggy", + "beach_chair", + "beach_erosion", + "beach_flea", + "beach_goldenrod", + "beach_grass", + "beach_heather", + "beach_house", + "beach_morning_glory", + "beach_pancake", + "beach_pea", + "beach_plum", + "beach_plum_bush", + "beach_sand_verbena", + "beach_strawberry", + "beach_towel", + "beach_waggon", + "beach_wagon", + "beach_wormwood", + "beachball", + "beachcomber", + "beachfront", + "beachhead", + "beachwear", + "beacon", + "beacon_fire", + "beacon_hill", + "beacon_light", + "bead", + "bead_and_quirk", + "bead_fern", + "bead_tree", + "beaded_lizard", + "beading", + "beading_plane", + "beadle", + "beads", + "beadsman", + "beadwork", + "beagle", + "beagling", + "beak", + "beaked_hazelnut", + "beaked_parsley", + "beaked_salmon", + "beaked_whale", + "beaker", + "beam", + "beam-ends", + "beam_balance", + "beam_of_light", + "beam_scale", + "bean", + "bean-caper_family", + "bean_aphid", + "bean_beetle", + "bean_blight", + "bean_caper", + "bean_counter", + "bean_curd", + "bean_dip", + "bean_plant", + "bean_sprout", + "bean_tostada", + "bean_town", + "bean_tree", + "bean_trefoil", + "bean_weevil", + "beanbag", + "beanball", + "beaner", + "beanfeast", + "beanie", + "beano", + "beanstalk", + "beantown", + "beany", + "bear", + "bear's-paw_fern", + "bear's_breech", + "bear's_breeches", + "bear's_ear", + "bear's_foot", + "bear's_grape", + "bear_cat", + "bear_claw", + "bear_cub", + "bear_grass", + "bear_hug", + "bear_market", + "bear_oak", + "bear_paw", + "bearberry", + "bearberry_willow", + "bearcat", + "beard", + "beard_lichen", + "beard_moss", + "beard_worm", + "bearded_darnel", + "bearded_iris", + "bearded_seal", + "bearded_vulture", + "bearded_wheatgrass", + "beardless_iris", + "bearer", + "bearer_bond", + "bearer_of_the_sword", + "bearing", + "bearing_brass", + "bearing_false_witness", + "bearing_metal", + "bearing_rein", + "bearing_wall", + "bearnaise", + "bearskin", + "bearwood", + "beast", + "beast_of_burden", + "beastliness", + "beat", + "beat_generation", + "beater", + "beatification", + "beating", + "beating-reed_instrument", + "beatitude", + "beatles", + "beatnik", + "beatniks", + "beatrice", + "beatrice_lillie", + "beatrice_webb", + "beats", + "beats_per_minute", + "beau", + "beau_brummell", + "beau_geste", + "beau_ideal", + "beau_monde", + "beaufort_scale", + "beaufort_sea", + "beaugregory", + "beaujolais", + "beaumont", + "beaumontia", + "beaumontia_grandiflora", + "beaut", + "beauteousness", + "beautician", + "beautification", + "beauty", + "beauty_bush", + "beauty_consultant", + "beauty_parlor", + "beauty_parlour", + "beauty_quark", + "beauty_salon", + "beauty_shop", + "beauty_sleep", + "beauty_spot", + "beauty_treatment", + "beauvoir", + "beaux_arts", + "beaver", + "beaver_board", + "beaver_fur", + "beaver_rat", + "beaver_state", + "beaverbrook", + "bebop", + "bechamel", + "bechamel_sauce", + "bechtel_crab", + "bechuana", + "beck", + "becker_muscular_dystrophy", + "becket", + "becket_bend", + "beckett", + "beckley", + "beckman_thermometer", + "becomingness", + "becquerel", + "bed", + "bed-and-breakfast", + "bed-ground", + "bed-wetting", + "bed_and_breakfast", + "bed_bug", + "bed_check", + "bed_clothing", + "bed_cover", + "bed_covering", + "bed_ground", + "bed_jacket", + "bed_linen", + "bed_of_flowers", + "bed_of_roses", + "bed_pillow", + "bed_rest", + "bed_sheet", + "bed_wetter", + "beda", + "bedbug", + "bedchamber", + "bedclothes", + "bedcover", + "bedder", + "bedding", + "bedding_geranium", + "bedding_material", + "bedding_plant", + "bede", + "bedesman", + "bedevilment", + "bedfellow", + "bedford_cord", + "bedframe", + "bedground", + "bedlam", + "bedlamite", + "bedlington_terrier", + "bedloe's_island", + "bedouin", + "bedpan", + "bedpost", + "bedrest", + "bedrich_smetana", + "bedrock", + "bedroll", + "bedroom", + "bedroom_community", + "bedroom_furniture", + "bedroom_set", + "bedroom_suite", + "bedside", + "bedside_manner", + "bedsit", + "bedsitter", + "bedsitting_room", + "bedsore", + "bedspread", + "bedspring", + "bedstead", + "bedstraw", + "bedtime", + "beduin", + "bedwetter", + "bee", + "bee_balm", + "bee_beetle", + "bee_eater", + "bee_fly", + "bee_house", + "bee_killer", + "bee_moth", + "bee_orchid", + "bee_sting", + "beebalm", + "beebread", + "beech", + "beech_family", + "beech_fern", + "beech_marten", + "beech_tree", + "beecher", + "beechnut", + "beechwood", + "beef", + "beef_bourguignonne", + "beef_broth", + "beef_burrito", + "beef_cattle", + "beef_fondue", + "beef_goulash", + "beef_jerky", + "beef_loin", + "beef_man", + "beef_neck", + "beef_patty", + "beef_plant", + "beef_roast", + "beef_stew", + "beef_stock", + "beef_stroganoff", + "beef_tallow", + "beef_tea", + "beef_tenderloin", + "beef_tongue", + "beef_wellington", + "beefalo", + "beefburger", + "beefcake", + "beefeater", + "beefsteak", + "beefsteak_begonia", + "beefsteak_fungus", + "beefsteak_geranium", + "beefsteak_morel", + "beefsteak_plant", + "beefsteak_tomato", + "beefwood", + "beehive", + "beehive_state", + "beekeeper", + "beekeeping", + "beeline", + "beelzebub", + "beep", + "beeper", + "beer", + "beer_barrel", + "beer_bottle", + "beer_can", + "beer_drinker", + "beer_garden", + "beer_glass", + "beer_hall", + "beer_keg", + "beer_maker", + "beer_mat", + "beer_mug", + "beerbohm", + "beeswax", + "beet", + "beet_armyworm", + "beet_blight", + "beet_green", + "beet_sugar", + "beethoven", + "beetle", + "beetleweed", + "beetroot", + "befooling", + "befoulment", + "befuddlement", + "begetter", + "beggar", + "beggar's-ticks", + "beggar's_lice", + "beggar-my-neighbor", + "beggar-my-neighbor_policy", + "beggar-my-neighbor_strategy", + "beggar-my-neighbour", + "beggar-my-neighbour_policy", + "beggar-my-neighbour_strategy", + "beggar-ticks", + "beggar_lice", + "beggarman", + "beggarweed", + "beggarwoman", + "beggary", + "begging", + "begin", + "beginner", + "beginning", + "beginning_rhyme", + "begonia", + "begonia_cheimantha", + "begonia_cocchinea", + "begonia_dregei", + "begonia_erythrophylla", + "begonia_family", + "begonia_feastii", + "begonia_heracleifolia", + "begonia_rex", + "begonia_semperflorens", + "begonia_socotrana", + "begonia_tuberhybrida", + "begoniaceae", + "beguilement", + "beguiler", + "beguine", + "begum", + "behalf", + "behavior", + "behavior_modification", + "behavior_therapy", + "behaviorism", + "behaviorist", + "behavioristic_psychology", + "behaviour", + "behaviourism", + "behaviourist", + "behaviouristic_psychology", + "beheading", + "behemoth", + "behest", + "behind", + "behmen", + "behmenism", + "beholder", + "beholding", + "behrens", + "behring", + "beige", + "beigel", + "beignet", + "beijing", + "beijing_dialect", + "being", + "beingness", + "beira", + "beirut", + "bel", + "bel-merodach", + "bel_and_the_dragon", + "bel_canto", + "bel_esprit", + "bela_bartok", + "bela_ferenc_blasko", + "bela_lugosi", + "belamcanda", + "belamcanda_chinensis", + "belarus", + "belarusian", + "belarusian_monetary_unit", + "belau", + "belay", + "belaying_pin", + "belch", + "belching", + "beldam", + "beldame", + "beleaguering", + "belem", + "belemnite", + "belemnitidae", + "belemnoidea", + "belfast", + "belfry", + "belgian", + "belgian_beef_stew", + "belgian_capital", + "belgian_congo", + "belgian_endive", + "belgian_franc", + "belgian_griffon", + "belgian_hare", + "belgian_sheepdog", + "belgian_shepherd", + "belgian_waffle", + "belgique", + "belgium", + "belgrade", + "belief", + "believability", + "believer", + "believing", + "belisarius", + "belittling", + "belize", + "belize_dollar", + "bell", + "bell-bottoms", + "bell-like_call", + "bell-shaped_curve", + "bell_apple", + "bell_arch", + "bell_book", + "bell_buoy", + "bell_captain", + "bell_cot", + "bell_cote", + "bell_deck", + "bell_founder", + "bell_foundry", + "bell_gable", + "bell_glass", + "bell_heather", + "bell_jar", + "bell_magpie", + "bell_metal", + "bell_morel", + "bell_pepper", + "bell_push", + "bell_ringer", + "bell_ringing", + "bell_seat", + "bell_shape", + "bell_tent", + "bell_toad", + "bell_tower", + "bella_sombra", + "belladonna", + "belladonna_lily", + "belladonna_plant", + "bellarmine", + "bellarmino", + "bellbird", + "bellbottom_pants", + "bellbottom_trousers", + "bellboy", + "belle", + "belle_de_nuit", + "belle_isle_cress", + "belle_miriam_silverman", + "belleau_wood", + "bellerophon", + "belles-lettres", + "belles_lettres", + "bellflower", + "bellflower_family", + "bellhop", + "bellicoseness", + "bellicosity", + "belligerence", + "belligerency", + "belligerent", + "belling", + "bellingham", + "bellini", + "bellis", + "bellis_perennis", + "bellman", + "belloc", + "bellow", + "bellower", + "bellowing", + "bellows", + "bellows_fish", + "bellpull", + "bells_of_ireland", + "bellwether", + "bellwort", + "belly", + "belly_button", + "belly_dance", + "belly_dancer", + "belly_dancing", + "belly_flop", + "belly_flopper", + "belly_laugh", + "belly_whop", + "belly_whopper", + "bellyache", + "bellyacher", + "bellyband", + "bellybutton", + "bellyful", + "belmont", + "belmont_park", + "belmont_stakes", + "belo_horizonte", + "belonging", + "belongings", + "belonidae", + "belorussia", + "belorussian", + "belostomatidae", + "beloved", + "belsen", + "belshazzar", + "belt", + "belt_ammunition", + "belt_bag", + "belt_buckle", + "belt_maker", + "belted_ammunition", + "belted_kingfisher", + "belted_sandfish", + "belting", + "beltway", + "beluga", + "beluga_caviar", + "belvedere", + "bema", + "bemidji", + "bemisia", + "bemisia_tabaci", + "bemusement", + "ben", + "ben_gurion", + "ben_hecht", + "ben_hogan", + "ben_jonson", + "ben_shahn", + "ben_sira", + "benadryl", + "bench", + "bench_clamp", + "bench_hook", + "bench_lathe", + "bench_mark", + "bench_press", + "bench_vise", + "bench_warmer", + "bench_warrant", + "benchley", + "benchmark", + "bend", + "bend_dexter", + "bend_sinister", + "bendability", + "benday_process", + "bender", + "bending", + "bendopa", + "bends", + "bendy_tree", + "benedetto_caetani", + "benedetto_odescalchi", + "benedick", + "benedict", + "benedict_arnold", + "benedict_de_spinoza", + "benedict_xiv", + "benedict_xv", + "benedictine", + "benedictine_order", + "benediction", + "benefaction", + "benefactive_role", + "benefactor", + "benefactress", + "benefice", + "beneficence", + "beneficiary", + "beneficiation", + "benefit", + "benefit_album", + "benefit_concert", + "benefit_of_clergy", + "benelux", + "benet", + "benevolence", + "benford's_law", + "bengal", + "bengal_bean", + "bengal_kino", + "bengal_light", + "bengal_rose", + "bengal_tiger", + "bengali", + "benghal_bean", + "benghazi", + "benign_prostatic_hyperplasia", + "benign_tumor", + "benign_tumour", + "benignancy", + "benignity", + "benin", + "benin_franc", + "beninese", + "benison", + "benito_mussolini", + "benjamin", + "benjamin_britten", + "benjamin_bush", + "benjamin_david_goodman", + "benjamin_disraeli", + "benjamin_franklin", + "benjamin_franklin_bridge", + "benjamin_franklin_norris_jr.", + "benjamin_harris", + "benjamin_harrison", + "benjamin_henry_latrobe", + "benjamin_jonson", + "benjamin_jowett", + "benjamin_kubelsky", + "benjamin_peirce", + "benjamin_ricketson_tucker", + "benjamin_rush", + "benjamin_shahn", + "benjamin_spock", + "benjamin_thompson", + "benjamin_west", + "benne", + "bennet", + "bennett", + "bennettitaceae", + "bennettitales", + "bennettitis", + "benni", + "bennie", + "bennington", + "benniseed", + "benny", + "benny_goodman", + "benny_hill", + "benoit_mandelbrot", + "bent", + "bent-grass", + "bent_grass", + "bent_hang", + "bentham", + "benthic_division", + "benthonic_zone", + "benthos", + "benton", + "bentonite", + "bentwood", + "benvenuto_cellini", + "benweed", + "benzedrine", + "benzene", + "benzene_formula", + "benzene_nucleus", + "benzene_ring", + "benzine", + "benzoate", + "benzoate_of_soda", + "benzocaine", + "benzodiazepine", + "benzofuran", + "benzoic_acid", + "benzoin", + "benzoin_odoriferum", + "benzol", + "benzoquinone", + "benzoyl_group", + "benzoyl_peroxide", + "benzoyl_radical", + "benzyl", + "benzyl_group", + "benzyl_radical", + "benzylpenicillin", + "beograd", + "beowulf", + "bequest", + "berating", + "berber", + "berberidaceae", + "berberis", + "berberis_canadensis", + "berberis_thunbergii", + "berberis_vulgaris", + "berbers", + "berceuse", + "bercy", + "bercy_butter", + "bereaved", + "bereaved_person", + "bereavement", + "beret", + "berg", + "bergall", + "bergamot", + "bergamot_mint", + "bergamot_orange", + "bergen", + "bergenia", + "bergman", + "bergson", + "beria", + "beriberi", + "bering", + "bering_sea", + "bering_standard_time", + "bering_strait", + "bering_time", + "berit", + "berith", + "berk", + "berkeley", + "berkelium", + "berkshire", + "berkshire_hills", + "berkshires", + "berlage", + "berlin", + "berlin_airlift", + "berlin_doughnut", + "berliner", + "berlioz", + "berm", + "bermuda", + "bermuda_buttercup", + "bermuda_cedar", + "bermuda_chub", + "bermuda_dollar", + "bermuda_grass", + "bermuda_lily", + "bermuda_maidenhair", + "bermuda_maidenhair_fern", + "bermuda_onion", + "bermuda_plan", + "bermuda_rig", + "bermuda_shorts", + "bermuda_triangle", + "bermudan", + "bermudan_rig", + "bermudas", + "bermudian", + "bermudian_rig", + "bern", + "berna_eli_oldfield", + "bernard", + "bernard_arthur_owen_williams", + "bernard_baruch", + "bernard_hinault", + "bernard_law_montgomery", + "bernard_malamud", + "bernard_mannes_baruch", + "bernardo_bertolucci", + "bernd_heinrich_wilhelm_von_kleist", + "berne", + "bernese_mountain_dog", + "bernhard_riemann", + "bernhardt", + "bernini", + "bernoulli", + "bernoulli's_law", + "bernoulli_distribution", + "bernstein", + "beroe", + "berra", + "berretta", + "berry", + "berry_fern", + "berserk", + "berserker", + "berteroa", + "berteroa_incana", + "berth", + "bertholletia", + "bertholletia_excelsa", + "bertillon", + "bertillon_system", + "bertolt_brecht", + "bertolucci", + "bertram_brockhouse", + "bertrand_arthur_william_russell", + "bertrand_russell", + "berycomorphi", + "beryl", + "beryllium", + "beryllium_bronze", + "berzelius", + "besieger", + "besieging", + "besom", + "bessel", + "bessemer", + "bessemer_converter", + "bessemer_process", + "bessera", + "bessera_elegans", + "besseya", + "besseya_alpina", + "bessie_smith", + "bessy_cerca", + "best", + "best_and_greatest", + "best_evidence_rule", + "best_friend", + "best_man", + "best_seller", + "bestiality", + "bestiary", + "bestowal", + "bestower", + "bestowment", + "bestseller", + "bet", + "beta", + "beta-adrenergic_blocker", + "beta-adrenergic_blocking_agent", + "beta-adrenergic_receptor", + "beta-adrenoceptor", + "beta-blocking_agent", + "beta-carotene", + "beta-hydroxybutyric_acid", + "beta-interferon", + "beta-lactamase", + "beta-lipoprotein", + "beta-naphthol", + "beta_blocker", + "beta_blocker_eyedrop", + "beta_cell", + "beta_centauri", + "beta_crucis", + "beta_decay", + "beta_endorphin", + "beta_globulin", + "beta_iron", + "beta_orionis", + "beta_particle", + "beta_radiation", + "beta_ray", + "beta_receptor", + "beta_rhythm", + "beta_software", + "beta_test", + "beta_vulgaris", + "beta_vulgaris_cicla", + "beta_vulgaris_rubra", + "beta_vulgaris_vulgaris", + "beta_wave", + "betaine", + "betatron", + "bete_noire", + "betel", + "betel_nut", + "betel_palm", + "betel_pepper", + "betelgeuse", + "beth", + "bethe", + "bethel", + "bethlehem", + "bethlehem-judah", + "bethlehem_ephrathah", + "bethune", + "betise", + "betrayal", + "betrayer", + "betrothal", + "betrothed", + "betsy_griscom_ross", + "betsy_ross", + "bette_davis", + "better", + "better_half", + "betterment", + "betting_odds", + "betting_shop", + "bettong", + "bettongia", + "bettor", + "betty_friedan", + "betty_naomi_friedan", + "betty_naomi_goldstein_friedan", + "betula", + "betula_alleghaniensis", + "betula_cordifolia", + "betula_fontinalis", + "betula_glandulosa", + "betula_lenta", + "betula_leutea", + "betula_neoalaskana", + "betula_nigra", + "betula_papyrifera", + "betula_pendula", + "betula_populifolia", + "betula_pubescens", + "betulaceae", + "betweenbrain", + "beurre_noisette", + "bevatron", + "bevel", + "bevel_gear", + "bevel_square", + "beverage", + "beveridge", + "beverly_hills", + "beverly_sills", + "bevin", + "bevy", + "bewick's_swan", + "bewilderment", + "bewitchery", + "bewitchment", + "bextra", + "bey", + "bezant", + "bezel", + "bezique", + "bezoar_goat", + "bezzant", + "bh", + "bhadon", + "bhadrapada", + "bhaga", + "bhagavad-gita", + "bhagavadgita", + "bhakti", + "bhang", + "bharat", + "bhumi_devi", + "bhutan", + "bhutanese", + "bhutanese_monetary_unit", + "bhutani", + "bi", + "bi-fold_door", + "bialy", + "bialystoker", + "bias", + "biauriculate_heart", + "bib", + "bib-and-tucker", + "bibb_lettuce", + "bible", + "bible-worship", + "bible_belt", + "bible_leaf", + "biblical_aramaic", + "biblical_latin", + "bibliographer", + "bibliography", + "bibliolatry", + "bibliomania", + "bibliophile", + "bibliopole", + "bibliopolist", + "bibliothec", + "bibliotheca", + "bibliotics", + "bibliotist", + "bibos", + "bibos_frontalis", + "bibos_gaurus", + "bicameral_script", + "bicarbonate", + "bicarbonate_of_soda", + "bicentenary", + "bicentennial", + "biceps", + "biceps_brachii", + "biceps_humeri", + "bichloride", + "bichloride_of_mercury", + "bichromate", + "bicker", + "bickering", + "bicolor_lespediza", + "bicorn", + "bicorne", + "bicuspid", + "bicuspid_valve", + "bicycle", + "bicycle-built-for-two", + "bicycle_chain", + "bicycle_clip", + "bicycle_pump", + "bicycle_race", + "bicycle_rack", + "bicycle_seat", + "bicycle_traffic", + "bicycle_wheel", + "bicycler", + "bicycling", + "bicyclist", + "bid", + "bid_price", + "bida", + "bidder", + "bidding", + "bidding_contest", + "biddy", + "bidens", + "bidens_bipinnata", + "bidens_connata", + "bidens_coronata", + "bidens_trichosperma", + "bidens_tripartita", + "bidet", + "biennial", + "bier", + "bierce", + "biff", + "bifocals", + "bifurcation", + "big-bang_theory", + "big-bud_hickory", + "big-cone_douglas_fir", + "big-cone_spruce", + "big-eared_bat", + "big-eyed_scad", + "big-leaf_maple", + "big-toothed_aspen", + "big-tree_plum", + "big_band", + "big_bang", + "big_bang_theory", + "big_bedbug", + "big_ben", + "big_bend", + "big_bend_national_park", + "big_bill_haywood", + "big_bill_tilden", + "big_blue", + "big_board", + "big_brother", + "big_brown_bat", + "big_bucks", + "big_business", + "big_businessman", + "big_cat", + "big_cheese", + "big_deal", + "big_dipper", + "big_enchilada", + "big_fish", + "big_game", + "big_gun", + "big_h", + "big_hand", + "big_league", + "big_leaguer", + "big_marigold", + "big_money", + "big_sagebrush", + "big_science", + "big_shagbark", + "big_shellbark", + "big_shellbark_hickory", + "big_shot", + "big_sioux_river", + "big_sister", + "big_spender", + "big_stick", + "big_sur", + "big_time", + "big_toe", + "big_top", + "big_tree", + "big_wheel", + "bigamist", + "bigamy", + "bigarade", + "bigeye", + "bigeye_scad", + "bigfoot", + "biggin", + "bighead", + "bigheartedness", + "bighorn", + "bighorn_river", + "bighorn_sheep", + "bight", + "bight_of_benin", + "bigness", + "bignonia", + "bignonia_capreolata", + "bignoniaceae", + "bignoniad", + "bigos", + "bigot", + "bigotry", + "bigram", + "bigtooth_aspen", + "bigtoothed_aspen", + "bigwig", + "bihar", + "bihari", + "bijou", + "bijugate_leaf", + "bijugous_leaf", + "bike", + "bikers", + "bikini", + "bikini_pants", + "bilabial", + "bilateral_contract", + "bilateral_descent", + "bilateral_symmetry", + "bilateralism", + "bilaterality", + "bilberry", + "bilby", + "bile", + "bile_acid", + "bile_duct", + "bile_salt", + "bilestone", + "bilge", + "bilge_keel", + "bilge_pump", + "bilge_water", + "bilge_well", + "bilges", + "bilgewater", + "bilharzia", + "bilharziasis", + "biliary_ductule", + "bilimbi", + "bilingual", + "bilingual_dictionary", + "bilingualism", + "bilingualist", + "biliousness", + "bilirubin", + "bill", + "bill-me_order", + "bill_clinton", + "bill_gates", + "bill_haley", + "bill_mauldin", + "bill_of_attainder", + "bill_of_entry", + "bill_of_exchange", + "bill_of_fare", + "bill_of_goods", + "bill_of_health", + "bill_of_indictment", + "bill_of_lading", + "bill_of_particulars", + "bill_of_review", + "bill_of_rights", + "bill_of_sale", + "bill_poster", + "bill_russell", + "bill_sticker", + "billabong", + "billboard", + "billet", + "billet_doux", + "billfish", + "billfold", + "billhook", + "billiard_ball", + "billiard_hall", + "billiard_marker", + "billiard_parlor", + "billiard_parlour", + "billiard_player", + "billiard_room", + "billiard_saloon", + "billiard_table", + "billiards", + "billie_jean_king", + "billie_jean_moffitt_king", + "billie_the_kid", + "billing", + "billings", + "billingsgate", + "billion", + "billion-dollar_grass", + "billionaire", + "billionth", + "billow", + "billy", + "billy-ho", + "billy_buttons", + "billy_club", + "billy_goat", + "billy_graham", + "billy_mitchell", + "billy_sunday", + "billy_wilder", + "billyo", + "billyoh", + "billystick", + "bilocation", + "bilocular_capsule", + "biloxi", + "bilsted", + "biltong", + "bimbo", + "bimester", + "bimetal", + "bimetallic_strip", + "bimetallism", + "bimetallist", + "bimillenary", + "bimillennium", + "bimli", + "bimli_hemp", + "bimonthly", + "bin", + "bin_laden", + "bin_liner", + "binary", + "binary_arithmetic_operation", + "binary_code", + "binary_compound", + "binary_digit", + "binary_file", + "binary_notation", + "binary_number_system", + "binary_numeration_system", + "binary_operation", + "binary_program", + "binary_star", + "binary_system", + "bind", + "binder", + "binder's_board", + "binder_board", + "bindery", + "binding", + "binding_energy", + "bindweed", + "bine", + "binet", + "binet-simon_scale", + "binful", + "bing_cherry", + "bing_crosby", + "binge", + "binge-eating_syndrome", + "binge-purge_syndrome", + "binge-vomit_syndrome", + "binger", + "binghamton", + "bingle", + "bingo", + "binnacle", + "binocular_microscope", + "binocular_vision", + "binoculars", + "binomial", + "binomial_distribution", + "binomial_theorem", + "binturong", + "bio-assay", + "bio_lab", + "bioarm", + "bioassay", + "bioattack", + "biocatalyst", + "biochemical_mechanism", + "biochemist", + "biochemistry", + "biochip", + "bioclimatology", + "biodefence", + "biodefense", + "biodegradable_pollution", + "biodiversity", + "bioelectricity", + "bioengineering", + "bioethics", + "biofeedback", + "bioflavinoid", + "biogenesis", + "biogeny", + "biogeographical_region", + "biogeography", + "biographer", + "biography", + "biohazard", + "biohazard_suit", + "bioko", + "biologic_attack", + "biological_agent", + "biological_attack", + "biological_clock", + "biological_defence", + "biological_defense", + "biological_group", + "biological_process", + "biological_research", + "biological_science", + "biological_terrorism", + "biological_time", + "biological_warfare", + "biological_warfare_defence", + "biological_warfare_defense", + "biological_weapon", + "biologism", + "biologist", + "biology", + "biology_department", + "biology_lab", + "biology_laboratory", + "bioluminescence", + "biomass", + "biome", + "biomedical_cloning", + "biomedical_science", + "biomedicine", + "biometric_authentication", + "biometric_identification", + "biometrics", + "biometry", + "bionic_man", + "bionic_woman", + "bionics", + "bionomics", + "biont", + "biophysicist", + "biophysics", + "biopiracy", + "biopsy", + "bioremediation", + "biosafety", + "biosafety_level", + "biosafety_level_1", + "biosafety_level_2", + "biosafety_level_3", + "biosafety_level_4", + "bioscience", + "bioscope", + "biosphere", + "biostatistics", + "biosynthesis", + "biosystematics", + "biosystematy", + "biota", + "biotech", + "biotechnology", + "bioterrorism", + "biotic_community", + "biotin", + "biotite", + "biotype", + "bioweapon", + "biped", + "bipedalism", + "bipinnate_leaf", + "biplane", + "biplane_flying_fish", + "bipolar_disorder", + "biprism", + "biquadrate", + "biquadratic", + "biquadratic_equation", + "biquadratic_polynomial", + "birch", + "birch_bark", + "birch_beer", + "birch_family", + "birch_leaf_miner", + "birch_oil", + "birch_rod", + "birch_tree", + "birchbark", + "birchbark_canoe", + "bird", + "bird's-eye_bush", + "bird's-eye_maple", + "bird's-foot_fern", + "bird's-foot_violet", + "bird's-nest_fungus", + "bird's_eye", + "bird's_eye_view", + "bird's_foot", + "bird's_foot_clover", + "bird's_foot_trefoil", + "bird's_nest", + "bird's_nest_fern", + "bird-footed_dinosaur", + "bird-on-the-wing", + "bird-scarer", + "bird_cherry", + "bird_cherry_tree", + "bird_dog", + "bird_family", + "bird_fancier", + "bird_feed", + "bird_feeder", + "bird_food", + "bird_genus", + "bird_louse", + "bird_nest", + "bird_of_jove", + "bird_of_juno", + "bird_of_minerva", + "bird_of_night", + "bird_of_paradise", + "bird_of_passage", + "bird_of_prey", + "bird_parker", + "bird_pepper", + "bird_sanctuary", + "bird_shot", + "bird_vetch", + "bird_watcher", + "birdbath", + "birdbrain", + "birdcage", + "birdcage_mask", + "birdcall", + "birder", + "birdfeeder", + "birdhouse", + "birdie", + "birdlime", + "birdnest", + "birdnesting", + "birdseed", + "birdseed_grass", + "birdsong", + "birefringence", + "biretta", + "biriani", + "birling", + "birmingham", + "biro", + "birr", + "birretta", + "birth", + "birth-control_campaigner", + "birth-control_reformer", + "birth_canal", + "birth_certificate", + "birth_control", + "birth_control_device", + "birth_control_pill", + "birth_defect", + "birth_pangs", + "birth_prevention", + "birth_rate", + "birth_trauma", + "birthday", + "birthday_cake", + "birthday_card", + "birthday_gift", + "birthday_party", + "birthday_present", + "birthday_suit", + "birthing", + "birthing_coach", + "birthmark", + "birthplace", + "birthrate", + "birthright", + "birthroot", + "birthwort", + "birthwort_family", + "biryani", + "bisayan", + "bisayas", + "biscayne_bay", + "biscayne_national_park", + "biscuit", + "biscutalla_laevigata", + "biscutella", + "bise", + "bisection", + "biserial_correlation", + "biserial_correlation_coefficient", + "bisexual", + "bisexual_person", + "bisexuality", + "bishkek", + "bishop", + "bishop's_cap", + "bishop's_hat", + "bishop's_pine", + "bishop's_throne", + "bishop_berkeley", + "bishop_of_rome", + "bishop_pine", + "bishop_ulfila", + "bishop_ulfilas", + "bishop_wulfila", + "bishopric", + "bishopry", + "biskek", + "bismarck", + "bismarck_archipelago", + "bismarck_sea", + "bismark", + "bismuth", + "bison", + "bison_bison", + "bison_bonasus", + "bisque", + "bissau", + "bissextile_day", + "bissextile_year", + "bister", + "bistre", + "bistro", + "bit", + "bit_field", + "bit_part", + "bitartrate", + "bitch", + "bitchery", + "bitchiness", + "bite", + "bite_plate", + "biteplate", + "biter", + "bitewing", + "bithynia", + "biting_louse", + "biting_midge", + "bitis", + "bitis_arietans", + "bitis_gabonica", + "bitmap", + "bitok", + "bits_per_inch", + "bits_per_second", + "bitstock", + "bitt", + "bitt_pin", + "bittacidae", + "bitter", + "bitter-bark", + "bitter_almond", + "bitter_almond_oil", + "bitter_aloes", + "bitter_betch", + "bitter_cassava", + "bitter_chocolate", + "bitter_cress", + "bitter_dock", + "bitter_end", + "bitter_floom", + "bitter_hickory", + "bitter_lemon", + "bitter_orange", + "bitter_orange_tree", + "bitter_pea", + "bitter_pecan", + "bitter_pignut", + "bitter_principle", + "bitter_salts", + "bitter_spar", + "bittercress", + "bittern", + "bitterness", + "bitternut", + "bitternut_hickory", + "bitterroot", + "bitters", + "bittersweet", + "bittersweet_chocolate", + "bittersweet_nightshade", + "bitterweed", + "bitterwood", + "bitterwood_tree", + "bitthead", + "bitumastic", + "bitumen", + "bituminous_coal", + "biu-mandara", + "bivalve", + "bivalvia", + "bivouac", + "bivouacking", + "biweekly", + "biz", + "bizarreness", + "bize", + "bizet", + "bja", + "bjs", + "bk", + "blabber", + "blabbermouth", + "blaberus", + "black", + "black-and-tan_coonhound", + "black-and-tan_terrier", + "black-backed_gull", + "black-billed_cuckoo", + "black-body_radiation", + "black-capped_chickadee", + "black-crowned_night_heron", + "black-eyed_pea", + "black-eyed_susan", + "black-eyed_susan_vine", + "black-footed_albatross", + "black-footed_ferret", + "black-fronted_bush_shrike", + "black-headed_snake", + "black-legged_tick", + "black-necked_cobra", + "black-necked_grebe", + "black-necked_stilt", + "black-necked_stork", + "black-stem_spleenwort", + "black-stemmed_spleenwort", + "black-tailed_deer", + "black-winged_stilt", + "black_africa", + "black_african", + "black_american", + "black_and_gold_garden_spider", + "black_and_tan", + "black_and_white", + "black_angus", + "black_apricot", + "black_archangel", + "black_art", + "black_ash", + "black_bamboo", + "black_bass", + "black_bead", + "black_bean", + "black_bear", + "black_bearberry", + "black_bee", + "black_beech", + "black_belt", + "black_bile", + "black_bindweed", + "black_birch", + "black_body", + "black_book", + "black_box", + "black_bread", + "black_bream", + "black_bryony", + "black_buck", + "black_buffalo", + "black_calla", + "black_caraway", + "black_carpet_beetle", + "black_cat", + "black_catechu", + "black_cherry", + "black_cherry_tree", + "black_cock", + "black_cohosh", + "black_comedy", + "black_cottonwood", + "black_crappie", + "black_currant", + "black_cypress_pine", + "black_death", + "black_diamond", + "black_disease", + "black_duck", + "black_economy", + "black_elder", + "black_elderberry", + "black_english", + "black_english_vernacular", + "black_eye", + "black_felt_cup", + "black_flag", + "black_fly", + "black_forest", + "black_fox", + "black_friar", + "black_fritillary", + "black_grama", + "black_greasewood", + "black_grouse", + "black_guillemot", + "black_gum", + "black_hand", + "black_haw", + "black_hawk", + "black_hellebore", + "black_hemlock", + "black_henbane", + "black_hickory", + "black_hills", + "black_hole", + "black_hole_of_calcutta", + "black_hollander", + "black_horehound", + "black_huckleberry", + "black_humor", + "black_humour", + "black_ice", + "black_jack_pershing", + "black_kite", + "black_knapweed", + "black_knot", + "black_larch", + "black_lead", + "black_letter", + "black_locust", + "black_lotion", + "black_lovage", + "black_lung", + "black_lung_disease", + "black_magic", + "black_maire", + "black_mallee", + "black_mamba", + "black_man", + "black_mangrove", + "black_margate", + "black_maria", + "black_market", + "black_marketeer", + "black_marlin", + "black_medick", + "black_morel", + "black_moss", + "black_mulberry", + "black_music", + "black_muslim", + "black_mustard", + "black_nightshade", + "black_oak", + "black_olive", + "black_opal", + "black_operation", + "black_panther", + "black_panthers", + "black_pea", + "black_pepper", + "black_person", + "black_pine", + "black_plague", + "black_poplar", + "black_prince", + "black_pudding", + "black_race", + "black_racer", + "black_raspberry", + "black_rat", + "black_rat_snake", + "black_rhinoceros", + "black_rock_desert", + "black_rockweed", + "black_root_rot_fungus", + "black_rot", + "black_rudderfish", + "black_sage", + "black_sally", + "black_salsify", + "black_saltwort", + "black_sea", + "black_sea_bass", + "black_september", + "black_september_movement", + "black_sheep", + "black_snakeroot", + "black_spleenwort", + "black_spot", + "black_spruce", + "black_squirrel", + "black_stork", + "black_sumac", + "black_swan", + "black_tai", + "black_tea", + "black_tie", + "black_tongue", + "black_tree_fern", + "black_turnstone", + "black_vernacular", + "black_vernacular_english", + "black_vomit", + "black_vulture", + "black_walnut", + "black_walnut_tree", + "black_wattle", + "black_weevil", + "black_whale", + "black_widow", + "black_willow", + "black_woman", + "blackamoor", + "blackback_flounder", + "blackball", + "blackbeard", + "blackbeetle", + "blackberry", + "blackberry-lily", + "blackberry_bush", + "blackbird", + "blackboard", + "blackboard_eraser", + "blackbody", + "blackbody_radiation", + "blackbuck", + "blackburn", + "blackburnian_warbler", + "blackcap", + "blackcap_raspberry", + "blackcock", + "blackdamp", + "blackening", + "blackface", + "blackfish", + "blackfly", + "blackfoot", + "blackfoot_daisy", + "blackfriar", + "blackguard", + "blackhead", + "blackheart", + "blackheart_cherry", + "blacking", + "blackjack", + "blackjack_oak", + "blackleg", + "blacklist", + "blackmail", + "blackmailer", + "blackmouth_bass", + "blackness", + "blackout", + "blackpoll", + "blackpool", + "blacksburg", + "blackseed", + "blackshirt", + "blacksmith", + "blacksnake", + "blacktail", + "blacktail_deer", + "blacktail_jackrabbit", + "blacktail_prairie_dog", + "blackthorn", + "blacktip_shark", + "blacktop", + "blacktopping", + "blackwall_hitch", + "blackwash", + "blackwater", + "blackwater_fever", + "blackwood", + "blackwood_tree", + "bladder", + "bladder_campion", + "bladder_cherry", + "bladder_disorder", + "bladder_fern", + "bladder_fucus", + "bladder_ketmia", + "bladder_senna", + "bladder_sphincter", + "bladder_stone", + "bladder_worm", + "bladdernose", + "bladdernut_family", + "bladderpod", + "bladderwort", + "bladderwort_family", + "bladderwrack", + "blade", + "blade_apple", + "blade_bit", + "blade_roast", + "blaeberry", + "blah", + "blahs", + "blaia_zimondal", + "blain", + "blair", + "blaise_pascal", + "blake", + "blame", + "blame_game", + "blamelessness", + "blameworthiness", + "blanc", + "blanc_fixe", + "blanching_agent", + "blancmange", + "bland_diet", + "blandfordia", + "blandishment", + "blandness", + "blank", + "blank_check", + "blank_cheque", + "blank_endorsement", + "blank_shell", + "blank_space", + "blank_verse", + "blanket", + "blanket_flower", + "blanket_stitch", + "blankness", + "blanquillo", + "blantyre", + "blare", + "blarina", + "blarina_brevicauda", + "blaring", + "blarney", + "blarney_stone", + "blasphemer", + "blasphemy", + "blast", + "blast_furnace", + "blast_trauma", + "blast_wave", + "blastema", + "blaster", + "blasting_cap", + "blasting_gelatin", + "blastocele", + "blastocladia", + "blastocladiales", + "blastocoel", + "blastocoele", + "blastocyst", + "blastocyte", + "blastocytoma", + "blastoderm", + "blastodermic_vessicle", + "blastodiaceae", + "blastodisc", + "blastoff", + "blastogenesis", + "blastoma", + "blastomere", + "blastomyces", + "blastomycete", + "blastomycosis", + "blastopore", + "blastosphere", + "blastula", + "blatancy", + "blather", + "blatherskite", + "blatta", + "blatta_orientalis", + "blattaria", + "blattella", + "blattella_germanica", + "blattidae", + "blattodea", + "blaxploitation", + "blaze", + "blazer", + "blazing", + "blazing_star", + "blazon", + "blazonry", + "bleach", + "bleach_liquor", + "bleacher", + "bleachers", + "bleaching_agent", + "bleaching_clay", + "bleaching_earth", + "bleaching_powder", + "bleakness", + "bleat", + "bleb", + "blechnaceae", + "blechnum", + "blechnum_spicant", + "bleeder", + "bleeder's_disease", + "bleeding", + "bleeding_heart", + "bleeding_tooth", + "bleep", + "blemish", + "blend", + "blende", + "blended_whiskey", + "blended_whisky", + "blender", + "blending", + "blenheim", + "blenheim_spaniel", + "blenniidae", + "blennioid", + "blennioid_fish", + "blennioidea", + "blennius", + "blennius_pholis", + "blenny", + "blepharism", + "blepharitis", + "blepharospasm", + "blephilia", + "blephilia_celiata", + "blephilia_hirsuta", + "bleriot", + "blessed_event", + "blessed_thistle", + "blessed_trinity", + "blessed_virgin", + "blessedness", + "blessing", + "blether", + "bletia", + "bletia_striata", + "bletilla", + "bletilla_striata", + "bleu", + "bleu_cheese_dressing", + "blewits", + "blida", + "bligh", + "blighia", + "blighia_sapida", + "blight", + "blight_canker", + "blighter", + "blighty", + "blighty_wound", + "blimp", + "blind", + "blind_alley", + "blind_bend", + "blind_corner", + "blind_curve", + "blind_date", + "blind_eel", + "blind_flying", + "blind_gentian", + "blind_gut", + "blind_landing", + "blind_person", + "blind_side", + "blind_snake", + "blind_spot", + "blind_staggers", + "blind_stitching", + "blind_trust", + "blinder", + "blindfold", + "blindman's_bluff", + "blindman's_buff", + "blindness", + "blindworm", + "bling", + "bling_bling", + "blini", + "blink", + "blink_of_an_eye", + "blinker", + "blinking", + "blinking_chickweed", + "blinks", + "blintz", + "blintze", + "bliny", + "blip", + "bliss", + "blissfulness", + "blissus", + "blissus_leucopterus", + "blister", + "blister_beetle", + "blister_blight", + "blister_copper", + "blister_pack", + "blister_rust", + "blistering", + "blistering_agent", + "blitheness", + "blitt", + "blitz", + "blitzkrieg", + "blitzstein", + "blixen", + "blizzard", + "bloat", + "bloater", + "blob", + "bloc", + "blocadren", + "bloch", + "block", + "block_anaesthesia", + "block_and_tackle", + "block_anesthesia", + "block_capital", + "block_diagram", + "block_grant", + "block_letter", + "block_of_metal", + "block_plane", + "block_vote", + "blockade", + "blockade-runner", + "blockage", + "blockbuster", + "blocker", + "blockhead", + "blockhouse", + "blocking", + "blocking_agent", + "bloemfontein", + "blog", + "blogger", + "blok", + "bloke", + "blolly", + "blond", + "blonde", + "blonde_lilian", + "blondness", + "blood", + "blood-brain_barrier", + "blood-oxygenation_level_dependent_functional_magnetic_resonance_imaging", + "blood-twig", + "blood_agar", + "blood_bank", + "blood_berry", + "blood_blister", + "blood_brother", + "blood_brotherhood", + "blood_cell", + "blood_clam", + "blood_clot", + "blood_clotting", + "blood_coagulation", + "blood_corpuscle", + "blood_count", + "blood_cup", + "blood_cyst", + "blood_disease", + "blood_disorder", + "blood_donor", + "blood_dyscrasia", + "blood_extravasation", + "blood_feud", + "blood_flower", + "blood_fluke", + "blood_glucose", + "blood_group", + "blood_heat", + "blood_kinship", + "blood_knot", + "blood_lily", + "blood_line", + "blood_meal", + "blood_money", + "blood_plasma", + "blood_platelet", + "blood_poisoning", + "blood_pressure", + "blood_profile", + "blood_pudding", + "blood_relation", + "blood_relative", + "blood_sausage", + "blood_serum", + "blood_spavin", + "blood_sport", + "blood_stream", + "blood_sugar", + "blood_test", + "blood_transfusion", + "blood_type", + "blood_typing", + "blood_vessel", + "bloodbath", + "bloodberry", + "bloodguilt", + "bloodhound", + "bloodiness", + "bloodleaf", + "bloodless_revolution", + "bloodletting", + "bloodline", + "bloodlust", + "bloodmobile", + "bloodroot", + "bloodshed", + "bloodstain", + "bloodstock", + "bloodstone", + "bloodstream", + "bloodsucker", + "bloodthirstiness", + "bloodwood_tree", + "bloodworm", + "bloodwort", + "bloodwort_family", + "bloody_mary", + "bloody_shame", + "bloom", + "bloom_of_youth", + "bloomer", + "bloomeria", + "bloomeria_crocea", + "bloomers", + "bloomfield", + "blooming", + "blooming-fool_begonia", + "bloomington", + "bloomsbury", + "bloomsbury_group", + "blooper", + "blossom", + "blossoming", + "blot", + "blotch", + "blotter", + "blotting_paper", + "blouse", + "blow", + "blow_drier", + "blow_dryer", + "blow_fly", + "blow_gas", + "blow_tube", + "blowback", + "blowball", + "blower", + "blowfish", + "blowfly", + "blowgun", + "blowhard", + "blowhole", + "blowing", + "blowing_gas", + "blowing_up", + "blowjob", + "blowlamp", + "blowout", + "blowpipe", + "blowtorch", + "blowtube", + "blowup", + "blt", + "blu-82", + "blubber", + "blubberer", + "blucher", + "bludgeon", + "bludgeoner", + "blue", + "blue-belly", + "blue-blindness", + "blue-chip_stock", + "blue-eyed_african_daisy", + "blue-eyed_grass", + "blue-eyed_mary", + "blue-green_algae", + "blue-headed_vireo", + "blue-winged_teal", + "blue_african_lily", + "blue_air", + "blue_angel", + "blue_ash", + "blue_baby", + "blue_blood", + "blue_book", + "blue_bugle", + "blue_bull", + "blue_cardinal_flower", + "blue_cat", + "blue_catfish", + "blue_channel_cat", + "blue_channel_catfish", + "blue_cheese", + "blue_cheese_dressing", + "blue_chip", + "blue_cohosh", + "blue_columbine", + "blue_copperas", + "blue_crab", + "blue_curls", + "blue_daisy", + "blue_darter", + "blue_devil", + "blue_devils", + "blue_elder", + "blue_elderberry", + "blue_false_indigo", + "blue_fig", + "blue_flag", + "blue_fleabane", + "blue_fox", + "blue_funk", + "blue_goose", + "blue_grama", + "blue_grass", + "blue_green", + "blue_gum", + "blue_jack", + "blue_jasmine", + "blue_jay", + "blue_jean", + "blue_jessamine", + "blue_jet", + "blue_joke", + "blue_law", + "blue_lotus", + "blue_mahoe", + "blue_marguerite", + "blue_marlin", + "blue_mockingbird", + "blue_mold_fungus", + "blue_moon", + "blue_mountain_tea", + "blue_murder", + "blue_nile", + "blue_note", + "blue_orchid", + "blue_pea", + "blue_peafowl", + "blue_peter", + "blue_pickerel", + "blue_pike", + "blue_pikeperch", + "blue_pimpernel", + "blue_point", + "blue_point_siamese", + "blue_pointed", + "blue_poppy", + "blue_racer", + "blue_ribbon", + "blue_ribbon_commission", + "blue_ribbon_committee", + "blue_ribbon_jury", + "blue_ridge", + "blue_ridge_mountains", + "blue_runner", + "blue_sage", + "blue_shark", + "blue_skullcap", + "blue_sky", + "blue_sky_law", + "blue_star", + "blue_stem", + "blue_stone", + "blue_story", + "blue_succory", + "blue_thistle", + "blue_tit", + "blue_toadflax", + "blue_tulip", + "blue_vitriol", + "blue_wall", + "blue_wall_of_silence", + "blue_walleye", + "blue_whale", + "blueback_salmon", + "bluebeard", + "bluebell", + "blueberry", + "blueberry_bush", + "blueberry_pie", + "blueberry_root", + "blueberry_yogurt", + "bluebill", + "bluebird", + "bluebonnet", + "bluebottle", + "bluecoat", + "bluefin", + "bluefin_tuna", + "bluefish", + "bluegill", + "bluegrass", + "bluegrass_country", + "bluegrass_region", + "bluegrass_state", + "bluegrass_stater", + "bluehead", + "blueing", + "bluejack_oak", + "bluejacket", + "blueness", + "bluenose", + "bluepoint", + "blueprint", + "blueprint_paper", + "blues", + "bluestem", + "bluestem_wheatgrass", + "bluestocking", + "bluestone", + "bluethroat", + "bluethroat_pikeblenny", + "bluetick", + "bluetongue", + "blueweed", + "bluewing", + "bluff", + "bluffer", + "bluffness", + "bluing", + "bluish_green", + "blunder", + "blunderbuss", + "blunderer", + "blunt-leaf_heath", + "blunt_file", + "blunt_trauma", + "bluntness", + "blur", + "blurb", + "blurriness", + "blush", + "blush_wine", + "blusher", + "blushing_mushroom", + "bluster", + "blusterer", + "bm", + "bmdo", + "bmi", + "bmr", + "bmus", + "bns", + "bo's'n", + "bo'sun", + "bo_hai", + "bo_tree", + "boa", + "boa_constrictor", + "boann", + "boar", + "boar_thistle", + "board", + "board_foot", + "board_game", + "board_measure", + "board_meeting", + "board_member", + "board_of_appeals", + "board_of_directors", + "board_of_education", + "board_of_regents", + "board_of_selectmen", + "board_of_trade_unit", + "board_of_trustees", + "board_rule", + "boarder", + "boarding", + "boarding_card", + "boarding_house", + "boarding_pass", + "boarding_school", + "boardinghouse", + "boardroom", + "boards", + "boardwalk", + "boarfish", + "boarhound", + "boast", + "boaster", + "boastfulness", + "boasting", + "boat", + "boat-billed_heron", + "boat_bug", + "boat_club", + "boat_deck", + "boat_hook", + "boat_paddle", + "boat_race", + "boat_racing", + "boat_train", + "boat_whistle", + "boatbill", + "boatbuilder", + "boater", + "boathouse", + "boating", + "boatload", + "boatman", + "boatmanship", + "boatswain", + "boatswain's_chair", + "boatswain_bird", + "boatyard", + "bob", + "bob_dylan", + "bob_hope", + "bob_marley", + "bob_mathias", + "bob_woodward", + "bobber", + "bobbin", + "bobbin_lace", + "bobble", + "bobby", + "bobby-socker", + "bobby_fischer", + "bobby_jones", + "bobby_orr", + "bobby_pin", + "bobbysock", + "bobbysocks", + "bobbysoxer", + "bobcat", + "bobfloat", + "bobolink", + "bobsled", + "bobsledding", + "bobsleigh", + "bobtail", + "bobwhite", + "bobwhite_quail", + "boccaccio", + "bocce", + "bocce_ball", + "bocci", + "bocci_ball", + "boccie", + "boccie_ball", + "bocconia", + "bocconia_frutescens", + "boche", + "bock", + "bock_beer", + "bod", + "boddhisatva", + "bodega", + "bodensee", + "bodhisattva", + "bodice", + "bodice_ripper", + "bodily_cavity", + "bodily_fluid", + "bodily_function", + "bodily_process", + "bodily_property", + "bodily_structure", + "boding", + "bodkin", + "bodo-garo", + "bodoni", + "bodoni_font", + "body", + "body-build", + "body_armor", + "body_armour", + "body_bag", + "body_count", + "body_covering", + "body_english", + "body_fluid", + "body_hair", + "body_language", + "body_length", + "body_lotion", + "body_louse", + "body_mass_index", + "body_odor", + "body_odour", + "body_of_water", + "body_of_work", + "body_pad", + "body_part", + "body_plethysmograph", + "body_politic", + "body_process", + "body_servant", + "body_snatcher", + "body_stocking", + "body_structure", + "body_substance", + "body_suit", + "body_temperature", + "body_type", + "body_waste", + "body_weight", + "bodybuilder", + "bodybuilding", + "bodyguard", + "bodywork", + "boehm", + "boehme", + "boehmenism", + "boehmeria", + "boehmeria_nivea", + "boell", + "boeotia", + "boer", + "boer_war", + "boethius", + "boeuf", + "boeuf_bourguignonne", + "boeuf_fondu_bourguignon", + "boffin", + "bofors_gun", + "bog", + "bog_asphodel", + "bog_aster", + "bog_bilberry", + "bog_candles", + "bog_hemp", + "bog_kalmia", + "bog_laurel", + "bog_moss", + "bog_myrtle", + "bog_pimpernel", + "bog_plant", + "bog_rein_orchid", + "bog_rhubarb", + "bog_rose", + "bog_rosemary", + "bog_soil", + "bog_spavin", + "bog_star", + "bog_whortleberry", + "bogart", + "bogbean", + "bogey", + "bogeyman", + "bogie", + "bogmat", + "bogota", + "bogy", + "bohemia", + "bohemian", + "bohemian_waxwing", + "bohemianism", + "bohme", + "bohr", + "bohr_theory", + "bohrium", + "boidae", + "boil", + "boil_smut", + "boiled_dinner", + "boiled_egg", + "boiler", + "boilerplate", + "boilers_suit", + "boilersuit", + "boiling", + "boiling_point", + "boiling_water_reactor", + "boise", + "boisterousness", + "bok_choi", + "bok_choy", + "bokkos", + "bokmaal", + "bokmal", + "bola", + "bola_tie", + "bolanci", + "bolbitis", + "bold", + "bold_face", + "bold_fmri", + "boldface", + "boldness", + "bole", + "bolero", + "boletaceae", + "bolete", + "boletellus", + "boletellus_russellii", + "boletus", + "boletus_chrysenteron", + "boletus_edulis", + "boletus_frostii", + "boletus_luridus", + "boletus_mirabilis", + "boletus_pallidus", + "boletus_pulcherrimus", + "boletus_pulverulentus", + "boletus_roxanae", + "boletus_subvelutipes", + "boletus_variipes", + "boletus_zelleri", + "boleyn", + "bolide", + "bolingbroke", + "bolivar", + "bolivia", + "bolivian", + "bolivian_monetary_unit", + "boliviano", + "boll", + "boll_weevil", + "bollard", + "bollock", + "bollworm", + "bollywood", + "bolo", + "bolo_knife", + "bolo_tie", + "bologna", + "bologna_sausage", + "bolognese_pasta_sauce", + "bologram", + "bolograph", + "bolometer", + "boloney", + "bolshevik", + "bolshevism", + "bolshevist", + "bolshie", + "bolshy", + "bolster", + "bolt", + "bolt-hole", + "bolt_cutter", + "bolt_of_lightning", + "bolti", + "boltonia", + "boltzmann", + "boltzmann's_constant", + "boltzmann_distribution_law", + "bolus", + "bolzano", + "bomarea", + "bomarea_edulis", + "bomarea_salsilla", + "bomb", + "bomb_blast", + "bomb_calorimeter", + "bomb_rack", + "bomb_shelter", + "bomb_site", + "bombacaceae", + "bombard", + "bombardier", + "bombardier_beetle", + "bombardment", + "bombardon", + "bombast", + "bombax", + "bombax_ceiba", + "bombax_malabarica", + "bombay", + "bombay_ceiba", + "bombay_hemp", + "bombazine", + "bomber", + "bomber_aircrew", + "bomber_crew", + "bomber_harris", + "bomber_jacket", + "bombie", + "bombilation", + "bombina", + "bombina_bombina", + "bombination", + "bombing", + "bombing_run", + "bomblet", + "bombproof", + "bombshell", + "bombsight", + "bombus", + "bombycid", + "bombycid_moth", + "bombycidae", + "bombycilla", + "bombycilla_cedrorun", + "bombycilla_garrulus", + "bombycillidae", + "bombyliidae", + "bombyx", + "bombyx_mori", + "bon_mot", + "bon_ton", + "bon_vivant", + "bon_voyage", + "bonaire", + "bonanza", + "bonaparte", + "bonasa", + "bonasa_umbellus", + "bonavist", + "bonbon", + "bonce", + "bond", + "bond-trading_activity", + "bond_certificate", + "bond_issue", + "bond_paper", + "bond_rating", + "bond_servant", + "bond_trading", + "bondage", + "bonded_labor", + "bondholder", + "bonding", + "bondmaid", + "bondman", + "bondsman", + "bondswoman", + "bonduc", + "bonduc_nut", + "bonduc_tree", + "bondwoman", + "bone", + "bone-ash_cup", + "bone-forming_cell", + "bone-headed_dinosaur", + "bone_age", + "bone_ash", + "bone_black", + "bone_cell", + "bone_char", + "bone_china", + "bone_fat", + "bone_marrow", + "bone_of_contention", + "bone_oil", + "bone_spavin", + "bonefish", + "bonehead", + "bonelet", + "bonemeal", + "boner", + "bones", + "boneset", + "bonesetter", + "boneshaker", + "bonete", + "bonfire", + "bonfire_night", + "bong", + "bongo", + "bongo_drum", + "bonheur", + "bonhoeffer", + "bonhomie", + "boniface", + "boniface_viii", + "boniness", + "bonito", + "bonito_shark", + "bonn", + "bonnet", + "bonnet_macaque", + "bonnet_monkey", + "bonnet_shark", + "bonnethead", + "bonney", + "bonobo", + "bonsai", + "bontemps", + "bonus", + "bonxie", + "bony_fish", + "bony_labyrinth", + "bonyness", + "boo", + "boo-boo", + "boob", + "boob_tube", + "booboisie", + "booby", + "booby_hatch", + "booby_prize", + "booby_trap", + "boocercus_eurycerus", + "boodle", + "booger", + "boogeyman", + "boogie", + "boogie-woogie", + "boojum_tree", + "book", + "book_agent", + "book_bag", + "book_binding", + "book_fair", + "book_jacket", + "book_louse", + "book_lover", + "book_lung", + "book_matches", + "book_of_account", + "book_of_amos", + "book_of_baruch", + "book_of_common_prayer", + "book_of_daniel", + "book_of_deuteronomy", + "book_of_ecclesiastes", + "book_of_esther", + "book_of_exodus", + "book_of_ezekiel", + "book_of_ezra", + "book_of_facts", + "book_of_genesis", + "book_of_habakkuk", + "book_of_haggai", + "book_of_hosea", + "book_of_instructions", + "book_of_isaiah", + "book_of_jeremiah", + "book_of_job", + "book_of_joel", + "book_of_jonah", + "book_of_joshua", + "book_of_judges", + "book_of_judith", + "book_of_knowledge", + "book_of_lamentations", + "book_of_leviticus", + "book_of_malachi", + "book_of_maps", + "book_of_micah", + "book_of_mormon", + "book_of_nahum", + "book_of_nehemiah", + "book_of_numbers", + "book_of_obadiah", + "book_of_proverbs", + "book_of_psalms", + "book_of_revelation", + "book_of_ruth", + "book_of_susanna", + "book_of_the_prophet_daniel", + "book_of_tobit", + "book_of_zachariah", + "book_of_zephaniah", + "book_review", + "book_scorpion", + "book_seller", + "book_token", + "book_value", + "bookbinder", + "bookbindery", + "bookbinding", + "bookcase", + "bookclub", + "bookdealer", + "bookend", + "booker", + "booker_t._washington", + "booker_taliaferro_washington", + "bookfair", + "bookie", + "booking", + "booking_agent", + "booking_clerk", + "bookishness", + "bookkeeper", + "bookkeeping", + "booklet", + "booklouse", + "booklover", + "bookmaker", + "bookman", + "bookmark", + "bookmarker", + "bookmobile", + "bookplate", + "bookseller", + "bookshelf", + "bookshop", + "bookstall", + "bookstore", + "bookworm", + "boole", + "boolean_algebra", + "boolean_logic", + "boolean_operation", + "boom", + "boom_box", + "boom_town", + "boomer", + "boomerang", + "boon", + "boondocks", + "boondoggle", + "boone", + "boor", + "boorishness", + "boost", + "booster", + "booster_amplifier", + "booster_cable", + "booster_dose", + "booster_rocket", + "booster_shot", + "booster_station", + "booster_unit", + "boot", + "boot_camp", + "boot_maker", + "boot_sale", + "bootblack", + "bootboys", + "booted_armillaria", + "bootee", + "bootes", + "booth", + "boothose", + "bootie", + "bootjack", + "bootlace", + "bootleg", + "bootlegger", + "bootlegging", + "bootlicker", + "bootmaker", + "bootstrap", + "boott's_goldenrod", + "booty", + "booyong", + "booze", + "booze-up", + "boozer", + "boozing", + "bop", + "bopeep", + "boracic_acid", + "borage", + "borage_family", + "boraginaceae", + "borago", + "borago_officinalis", + "borassus", + "borassus_flabellifer", + "borate", + "borax", + "bordeaux", + "bordeaux_mixture", + "bordeaux_wine", + "bordelaise", + "bordello", + "border", + "border_collie", + "border_district", + "border_patrol", + "border_patrolman", + "border_terrier", + "borderer", + "borderland", + "borderline", + "borderline_intelligence", + "borderline_schizophrenia", + "bore", + "bore-hole", + "bore_bit", + "boreas", + "borecole", + "boredom", + "borer", + "borges", + "borgia", + "boric_acid", + "boring", + "boringness", + "boris_fyodorovich_godunov", + "boris_godunov", + "boris_karloff", + "boris_leonidovich_pasternak", + "boris_pasternak", + "boris_spassky", + "boris_vasilevich_spassky", + "born", + "born-again_christian", + "bornean", + "borneo", + "bornholm_disease", + "bornite", + "borodin", + "borodino", + "boron", + "boron_chamber", + "boron_counter_tube", + "boron_trifluoride", + "borosilicate", + "borough", + "borough_english", + "borrelia", + "borrelia_burgdorferi", + "borrow_pit", + "borrower", + "borrower's_card", + "borrowing", + "borrowing_cost", + "borsch", + "borscht", + "borscht_belt", + "borscht_circuit", + "borsh", + "borshch", + "borsht", + "borsht_belt", + "borsht_circuit", + "borstal", + "bortsch", + "borzoi", + "bos", + "bos'n", + "bos_banteng", + "bos_grunniens", + "bos_indicus", + "bos_primigenius", + "bos_taurus", + "bosc", + "bosch", + "bose", + "bose-einstein_statistics", + "boselaphus", + "boselaphus_tragocamelus", + "bosh", + "bosie", + "bosie_ball", + "bosin's_disease", + "bosk", + "boskop_man", + "bosna_i_hercegovina", + "bosnia", + "bosnia-herzegovina", + "bosnia_and_herzegovina", + "bosom", + "bosom_of_abraham", + "boson", + "bosporus", + "bosporus_bridge", + "boss", + "bossism", + "boston", + "boston_baked_beans", + "boston_brown_bread", + "boston_bull", + "boston_cream_pie", + "boston_fern", + "boston_harbor", + "boston_ivy", + "boston_lettuce", + "boston_rocker", + "boston_tea_party", + "boston_terrier", + "bostonian", + "bosun", + "bosun's_chair", + "boswell", + "boswellia", + "boswellia_carteri", + "boswellia_serrata", + "bosworth_field", + "bot", + "bota", + "botanical", + "botanical_garden", + "botanical_medicine", + "botanist", + "botany", + "botany_bay_fig", + "botaurus", + "botaurus_lentiginosus", + "botaurus_stellaris", + "botch", + "botcher", + "botfly", + "bother", + "botheration", + "bothidae", + "bothrops", + "bothrops_atrops", + "botox", + "botrychium", + "botrychium_lunaria", + "botrychium_matricariifolium", + "botrychium_multifidum", + "botrychium_virginianum", + "botswana", + "botswana_monetary_unit", + "botticelli", + "bottle", + "bottle-grass", + "bottle-nosed_dolphin", + "bottle-nosed_whale", + "bottle-tree", + "bottle_bank", + "bottle_bill", + "bottle_collection", + "bottle_cork", + "bottle_gentian", + "bottle_gourd", + "bottle_grass", + "bottle_green", + "bottle_opener", + "bottle_screw", + "bottle_tree", + "bottlebrush", + "bottlebrush_buckeye", + "bottlecap", + "bottled_gas", + "bottled_water", + "bottleful", + "bottleneck", + "bottlenose", + "bottlenose_dolphin", + "bottlenose_whale", + "bottler", + "bottling_plant", + "bottom", + "bottom-dweller", + "bottom-feeder", + "bottom_dog", + "bottom_feeder", + "bottom_fermentation", + "bottom_fermenting_yeast", + "bottom_fish", + "bottom_line", + "bottom_lurkers", + "bottom_of_the_inning", + "bottom_quark", + "bottom_rot", + "bottom_rot_fungus", + "bottom_round", + "bottomland", + "bottomlessness", + "botulin", + "botulinum", + "botulinum_toxin", + "botulinum_toxin_a", + "botulinus", + "botulinus_toxin", + "botulism", + "botulismotoxin", + "bouchee", + "boucle", + "boudoir", + "bouffant", + "bouffe", + "bougainvillaea", + "bougainville", + "bougainville_trench", + "bougainvillea", + "bougainvillea_glabra", + "bough", + "bouillabaisse", + "bouillon", + "bouillon_cube", + "boulder", + "boulder_clay", + "boulder_fern", + "boule", + "boulevard", + "boulevardier", + "boulez", + "boulle", + "bounce", + "bouncer", + "bounciness", + "bouncing", + "bouncing_bess", + "bouncing_bet", + "bouncing_betty", + "bouncing_putty", + "bound", + "bound_form", + "bound_morpheme", + "boundary", + "boundary_condition", + "boundary_layer", + "boundary_line", + "bounded_interval", + "boundedness", + "bounder", + "boundlessness", + "bounds", + "bounteousness", + "bountifulness", + "bounty", + "bounty_hunter", + "bouquet", + "bourbon", + "bourbon_dynasty", + "bourdon", + "bourgeois", + "bourgeoisie", + "bourgogne", + "bourguignon", + "bourguignon_sauce", + "bourn", + "bourne", + "bourse", + "bourtree", + "boustrophedon", + "bout", + "bouteloua", + "bouteloua_eriopoda", + "bouteloua_gracilis", + "boutique", + "boutonneuse_fever", + "boutonniere", + "bouvet_island", + "bouvier_des_flandres", + "bouviers_des_flandres", + "bouvines", + "bouyei", + "bovid", + "bovidae", + "bovinae", + "bovine", + "bovine_spongiform_encephalitis", + "bovini", + "bovril", + "bow", + "bow-tie", + "bow-wow", + "bow_and_arrow", + "bow_leg", + "bow_legs", + "bow_tie", + "bow_window", + "bow_wood", + "bowditch", + "bowdler", + "bowdlerisation", + "bowdleriser", + "bowdlerism", + "bowdlerization", + "bowdlerizer", + "bowed_stringed_instrument", + "bowel", + "bowel_movement", + "bowels", + "bower", + "bower_actinidia", + "bowerbird", + "bowery", + "bowfin", + "bowhead", + "bowhead_whale", + "bowie", + "bowie_knife", + "bowiea", + "bowiea_volubilis", + "bowing", + "bowknot", + "bowl", + "bowlder", + "bowleg", + "bowler", + "bowler_hat", + "bowlful", + "bowline", + "bowline_knot", + "bowling", + "bowling_alley", + "bowling_ball", + "bowling_equipment", + "bowling_green", + "bowling_league", + "bowling_pin", + "bowling_score", + "bowling_shoe", + "bowls", + "bowman", + "bowman's_capsule", + "bowsprit", + "bowstring", + "bowstring_hemp", + "bowtie", + "bowtie_pasta", + "box", + "box_beam", + "box_calf", + "box_camera", + "box_coat", + "box_elder", + "box_end_wrench", + "box_family", + "box_girder", + "box_huckleberry", + "box_kite", + "box_kodak", + "box_number", + "box_office", + "box_pleat", + "box_seat", + "box_spring", + "box_tortoise", + "box_turtle", + "box_white_oak", + "box_wrench", + "boxberry", + "boxcar", + "boxcars", + "boxer", + "boxers", + "boxershorts", + "boxfish", + "boxful", + "boxing", + "boxing_day", + "boxing_equipment", + "boxing_glove", + "boxing_match", + "boxing_ring", + "boxthorn", + "boxwood", + "boy", + "boy_orator_of_the_platte", + "boy_scout", + "boy_scouts", + "boy_scouts_of_america", + "boy_wonder", + "boycott", + "boyfriend", + "boyhood", + "boyishness", + "boykinia", + "boykinia_elata", + "boykinia_occidentalis", + "boyle", + "boyle's_law", + "boyne", + "boys-and-girls", + "boysenberry", + "boysenberry_bush", + "bozeman", + "bozo", + "bph", + "bpi", + "bpm", + "bps", + "br", + "bra", + "brabancon_griffon", + "brace", + "brace_and_bit", + "brace_wrench", + "bracelet", + "bracelet_wood", + "bracer", + "bracero", + "braces", + "brachial_artery", + "brachial_plexus", + "brachial_vein", + "brachiation", + "brachinus", + "brachiocephalic_vein", + "brachiopod", + "brachiopoda", + "brachium", + "brachycephalic", + "brachycephalism", + "brachycephaly", + "brachychiton", + "brachychiton_acerifolius", + "brachychiton_australis", + "brachychiton_populneus", + "brachychiton_rupestris", + "brachycome", + "brachycome_iberidifolia", + "brachydactylia", + "brachydactyly", + "brachystegia", + "brachystegia_speciformis", + "brachyura", + "brachyuran", + "bracing", + "bracken", + "bracket", + "bracket_creep", + "bracket_fungus", + "bracketed_blenny", + "brackishness", + "bract", + "bracteole", + "bractlet", + "brad", + "bradawl", + "bradbury", + "bradford", + "bradley", + "bradley's_spleenwort", + "bradley_method", + "bradley_method_of_childbirth", + "bradstreet", + "brady", + "bradycardia", + "bradypodidae", + "bradypus", + "bradypus_tridactylus", + "brae", + "brag", + "braga", + "brage", + "bragg", + "braggadocio", + "braggart", + "bragger", + "bragging", + "bragi", + "brahe", + "brahma", + "brahman", + "brahmana", + "brahmanism", + "brahmaputra", + "brahmaputra_river", + "brahmi", + "brahmin", + "brahminism", + "brahms", + "brahui", + "braid", + "braiding", + "brail", + "braille", + "brain", + "brain-fag", + "brain-stem", + "brain-teaser", + "brain-worker", + "brain_cell", + "brain_coral", + "brain_damage", + "brain_death", + "brain_disease", + "brain_disorder", + "brain_doctor", + "brain_drain", + "brain_edema", + "brain_fever", + "brain_mushroom", + "brain_science", + "brain_stem", + "brain_sugar", + "brain_surgeon", + "brain_surgery", + "brain_trust", + "brain_truster", + "brain_tumor", + "brain_tumour", + "brain_wave", + "braincase", + "brainchild", + "brainiac", + "brainpan", + "brainpower", + "brainstem", + "brainstorm", + "brainstorming", + "brainwashing", + "brainwave", + "brainworker", + "braising", + "brake", + "brake_band", + "brake_cylinder", + "brake_disk", + "brake_drum", + "brake_failure", + "brake_light", + "brake_lining", + "brake_pad", + "brake_pedal", + "brake_shoe", + "brake_system", + "brakeman", + "brakes", + "bram_stoker", + "brama", + "brama_raii", + "bramante", + "bramble", + "bramble_bush", + "brambling", + "bramidae", + "bramley's_seedling", + "bran", + "bran_flake", + "bran_muffin", + "branch", + "branch_line", + "branch_water", + "branched_chain", + "branched_chain_ketoaciduria", + "branchia", + "branchial_arch", + "branchial_cleft", + "branching", + "branchiobdella", + "branchiobdellidae", + "branchiopod", + "branchiopod_crustacean", + "branchiopoda", + "branchiopodan", + "branchiostegidae", + "branchiostomidae", + "branchiura", + "branchlet", + "brancusi", + "brand", + "brand-name_drug", + "brand-newness", + "brand_name", + "brandenburg", + "branding", + "branding_iron", + "brandish", + "brandt", + "brandy", + "brandy_glass", + "brandy_nose", + "brandy_sling", + "brandy_snifter", + "brandyball", + "brandysnap", + "brant", + "brant_goose", + "branta", + "branta_bernicla", + "branta_canadensis", + "branta_leucopsis", + "braque", + "brasenia", + "brasenia_schreberi", + "brash_oak", + "brashness", + "brasier", + "brasil", + "brasilia", + "brasov", + "brass", + "brass_band", + "brass_buttons", + "brass_family", + "brass_hat", + "brass_instrument", + "brass_knuckles", + "brass_knucks", + "brass_monkey", + "brass_ring", + "brass_section", + "brassaia_actinophylla", + "brassard", + "brassavola", + "brasserie", + "brassia", + "brassia_lawrenceana", + "brassia_verrucosa", + "brassica", + "brassica_hirta", + "brassica_juncea", + "brassica_kaber", + "brassica_napus", + "brassica_napus_napobrassica", + "brassica_nigra", + "brassica_oleracea", + "brassica_oleracea_acephala", + "brassica_oleracea_botrytis", + "brassica_oleracea_capitata", + "brassica_oleracea_gemmifera", + "brassica_oleracea_gongylodes", + "brassica_oleracea_italica", + "brassica_perviridis", + "brassica_rapa", + "brassica_rapa_chinensis", + "brassica_rapa_pekinensis", + "brassica_rapa_perviridis", + "brassica_rapa_ruvo", + "brassicaceae", + "brassie", + "brassiere", + "brat", + "bratislava", + "brattice", + "brattleboro", + "bratwurst", + "braun", + "braun's_holly_fern", + "braunschweig", + "bravado", + "bravais_lattice", + "brave", + "braveness", + "bravery", + "bravo", + "bravura", + "brawl", + "brawler", + "brawn", + "brawniness", + "braxton-hicks_contraction", + "braxton_bragg", + "bray", + "brazenness", + "brazier", + "brazil", + "brazil-nut_tree", + "brazil_nut", + "brazilian", + "brazilian_capital", + "brazilian_guava", + "brazilian_ironwood", + "brazilian_monetary_unit", + "brazilian_pepper_tree", + "brazilian_potato_tree", + "brazilian_rosewood", + "brazilian_trumpeter", + "brazilwood", + "brazos", + "brazos_river", + "brazzaville", + "breach", + "breach_of_contract", + "breach_of_duty", + "breach_of_promise", + "breach_of_the_covenant_of_warranty", + "breach_of_the_peace", + "breach_of_trust", + "breach_of_trust_with_fraudulent_intent", + "breach_of_warranty", + "bread", + "bread-and-butter_issue", + "bread-bin", + "bread-stick", + "bread_and_butter", + "bread_and_butter_pickle", + "bread_board", + "bread_dough", + "bread_knife", + "bread_line", + "bread_maker", + "bread_mold", + "bread_sauce", + "breadbasket", + "breadboard", + "breadbox", + "breadcrumb", + "breadfruit", + "breadfruit_tree", + "breadline", + "breadroot", + "breadstick", + "breadstuff", + "breadth", + "breadth_index", + "breadwinner", + "break", + "break-axe", + "break-in", + "break_dance", + "break_dancing", + "break_of_day", + "break_of_serve", + "break_of_the_day", + "break_seal", + "breakability", + "breakable", + "breakableness", + "breakage", + "breakaway", + "breakax", + "breakaxe", + "breakbone_fever", + "breakdown", + "breaker", + "breaker_point", + "breakers", + "breakfast", + "breakfast_area", + "breakfast_food", + "breakfast_nook", + "breakfast_table", + "breakfast_time", + "breaking", + "breaking_and_entering", + "breaking_away", + "breaking_ball", + "breaking_off", + "breaking_point", + "breaking_wind", + "breakout", + "breakstone", + "breakthrough", + "breakup", + "breakwater", + "bream", + "breast", + "breast_cancer", + "breast_drill", + "breast_feeding", + "breast_implant", + "breast_of_lamb", + "breast_of_veal", + "breast_pocket", + "breastbone", + "breastpin", + "breastplate", + "breaststroke", + "breaststroker", + "breastwork", + "breath", + "breath_of_fresh_air", + "breathalyser", + "breathalyzer", + "breather", + "breathing", + "breathing_apparatus", + "breathing_device", + "breathing_in", + "breathing_machine", + "breathing_out", + "breathing_place", + "breathing_room", + "breathing_space", + "breathing_spell", + "breathing_time", + "breathlessness", + "breccia", + "brecht", + "breech", + "breech_birth", + "breech_closer", + "breech_delivery", + "breech_presentation", + "breechblock", + "breechcloth", + "breechclout", + "breeches", + "breeches_buoy", + "breechloader", + "breed", + "breed's_hill", + "breeder", + "breeder_reactor", + "breeding", + "breeding_ground", + "breeze", + "breeze_block", + "breeziness", + "bregma", + "breiz", + "bremen", + "bremerhaven", + "bren", + "bren_gun", + "brenner_pass", + "brent", + "brent_goose", + "brer_rabbit", + "brescia", + "breslau", + "brest", + "bret_harte", + "bretagne", + "brethren", + "breton", + "breuer", + "breughel", + "breughel_the_elder", + "breve", + "brevet", + "breviary", + "brevibloc", + "brevicipitidae", + "brevity", + "brevoortia", + "brevoortia_tyrannis", + "brew", + "brewage", + "brewer", + "brewer's_mole", + "brewer's_mountain_heather", + "brewer's_spruce", + "brewer's_yeast", + "brewery", + "brewing", + "brewpub", + "brezhnev", + "briar", + "briar_pipe", + "briard", + "briarroot", + "briarwood", + "bribe", + "briber", + "bribery", + "bric-a-brac", + "brick", + "brick_cheese", + "brick_red", + "brick_trowel", + "brickbat", + "brickellia", + "brickfield", + "brickkiln", + "bricklayer", + "bricklayer's_hammer", + "bricklaying", + "bricks_and_mortar", + "brickwork", + "brickyard", + "bricole", + "bridal", + "bridal-wreath", + "bridal_gown", + "bridal_wreath", + "bride", + "bride's_bonnet", + "bride-gift", + "bride-to-be", + "bride_price", + "bridecake", + "bridegroom", + "bridesmaid", + "bridge", + "bridge_agent", + "bridge_circuit", + "bridge_deck", + "bridge_hand", + "bridge_partner", + "bridge_player", + "bridge_whist", + "bridged-t", + "bridgehead", + "bridgeport", + "bridges", + "bridget", + "bridgetown", + "bridgework", + "bridle", + "bridle_path", + "bridle_road", + "bridoon", + "brie", + "brief", + "briefcase", + "briefcase_bomb", + "briefcase_computer", + "briefing", + "briefness", + "briefs", + "brier", + "brier-wood", + "brier_patch", + "brierpatch", + "brierwood", + "brig", + "brigade", + "brigadier", + "brigadier_general", + "brigand", + "brigandine", + "brigantine", + "brigate_rosse", + "brigham_young", + "bright's_disease", + "bright_side", + "brightness", + "brightness_constancy", + "brightness_level", + "brighton", + "brigid", + "brigit", + "brigit_nilsson", + "brihaspati", + "brill", + "brilliance", + "brilliancy", + "brilliant_pebble", + "brilliantine", + "brim", + "brimstone", + "brindisi", + "brine", + "brine_shrimp", + "brinell_number", + "bringing", + "bringing_close_together", + "bringing_up", + "brininess", + "brinjal", + "brink", + "brinkmanship", + "brinton", + "briny", + "brio", + "brioche", + "briony", + "brioschi", + "briquet", + "briquette", + "bris", + "brisance", + "brisbane", + "brisbane_quandong", + "brisket", + "briskness", + "brisling", + "briss", + "bristle", + "bristle_brush", + "bristle_fern", + "bristle_grass", + "bristlecone_fir", + "bristlecone_pine", + "bristlegrass", + "bristletail", + "bristliness", + "bristly_locust", + "bristly_oxtongue", + "bristly_sarsaparilla", + "bristly_sarsparilla", + "bristol", + "bristol_channel", + "brit", + "britain", + "britannia_metal", + "britches", + "brith", + "briticism", + "british", + "british_cabinet", + "british_capacity_unit", + "british_capital", + "british_columbia", + "british_commonwealth", + "british_crown", + "british_east_africa", + "british_empire", + "british_empiricism", + "british_guiana", + "british_honduras", + "british_house_of_commons", + "british_house_of_lords", + "british_imperial_system", + "british_isles", + "british_labour_party", + "british_monetary_unit", + "british_parliament", + "british_people", + "british_pound", + "british_pound_sterling", + "british_shilling", + "british_system", + "british_thermal_unit", + "british_virgin_islands", + "british_west_africa", + "british_west_indies", + "britisher", + "britishism", + "briton", + "brits", + "britt", + "brittanic", + "brittany", + "brittany_spaniel", + "britten", + "brittle", + "brittle-star", + "brittle_bladder_fern", + "brittle_bush", + "brittle_fern", + "brittle_maidenhair", + "brittle_maidenhair_fern", + "brittle_star", + "brittle_willow", + "brittlebush", + "brittleness", + "brix_scale", + "brno", + "broach", + "broad", + "broad-bean", + "broad-bean_plant", + "broad-leaved_bottletree", + "broad-leaved_dock", + "broad-leaved_everlasting_pea", + "broad-leaved_montia", + "broad-leaved_plantain", + "broad-leaved_twayblade", + "broad-mindedness", + "broad_arrow", + "broad_bean", + "broad_beech_fern", + "broad_buckler-fern", + "broad_gauge", + "broad_hatchet", + "broad_interpretation", + "broad_jump", + "broad_leaved_centaury", + "broad_leaved_goldenrod", + "broadax", + "broadaxe", + "broadbill", + "broadcast", + "broadcast_area", + "broadcast_journalist", + "broadcast_medium", + "broadcast_station", + "broadcaster", + "broadcasting", + "broadcasting_company", + "broadcasting_station", + "broadcasting_studio", + "broadcloth", + "broadening", + "broadloom", + "broadness", + "broadsheet", + "broadside", + "broadsword", + "broadtail", + "broadway", + "brobdingnag", + "broca", + "broca's_aphasia", + "broca's_area", + "broca's_center", + "broca's_convolution", + "broca's_gyrus", + "brocade", + "brocadopa", + "broccoli", + "broccoli_raab", + "broccoli_rabe", + "brochette", + "brochure", + "brocket", + "brockhouse", + "brodiaea", + "brodiaea_elegans", + "brodmann's_area", + "brodmann's_area_17", + "brogan", + "broglie", + "brogue", + "broil", + "broiler", + "broiling", + "broken_arch", + "broken_heart", + "broken_home", + "broken_wind", + "brokenheartedness", + "broker", + "broker-dealer", + "brokerage", + "brokerage_account", + "brokerage_firm", + "brokerage_house", + "brolly", + "bromberg", + "brome", + "bromegrass", + "bromelia", + "bromeliaceae", + "bromeosin", + "bromic_acid", + "bromide", + "bromine", + "bromo-seltzer", + "bromoform", + "bromophenol_blue", + "bromothymol_blue", + "brompheniramine_maleate", + "bromphenol_blue", + "brompton_stock", + "bromthymol_blue", + "bromus", + "bromus_arvensis", + "bromus_inermis", + "bromus_japonicus", + "bromus_secalinus", + "bromus_tectorum", + "bronc", + "bronchial_artery", + "bronchial_asthma", + "bronchial_pneumonia", + "bronchial_tube", + "bronchial_vein", + "bronchiole", + "bronchiolitis", + "bronchitis", + "broncho", + "bronchodilator", + "bronchopneumonia", + "bronchoscope", + "bronchoscopic_smear", + "bronchospasm", + "bronchus", + "bronco", + "bronco_buster", + "bronco_busting", + "broncobuster", + "bronislaw_kasper_malinowski", + "bronislaw_malinowski", + "bronte", + "bronte_sisters", + "brontosaur", + "brontosaurus", + "bronx", + "bronx-whitestone_bridge", + "bronx_cheer", + "bronze", + "bronze_age", + "bronze_medal", + "bronze_star", + "bronze_star_medal", + "bronzed_diabetes", + "brooch", + "brood", + "brood_bitch", + "brood_hen", + "brooder", + "brooder_pneumonia", + "brooding", + "broodmare", + "broody", + "broody_hen", + "brook", + "brook_thistle", + "brook_trout", + "brooke", + "brooklet", + "brooklime", + "brooklyn", + "brooklyn_bridge", + "brooks", + "brookweed", + "broom", + "broom-weed", + "broom_beard_grass", + "broom_closet", + "broom_grass", + "broom_handle", + "broom_palm", + "broom_sedge", + "broom_snakeroot", + "broom_snakeweed", + "broom_tree", + "broomcorn", + "broomcorn_millet", + "broomrape_family", + "broomstick", + "broomweed", + "brosme_brosme", + "brosmius", + "broth", + "broth_of_a_boy", + "broth_of_a_man", + "brothel", + "brothel_keeper", + "brother", + "brother-in-law", + "brotherhood", + "brotherly_love", + "brotula", + "brotulidae", + "brougham", + "brouhaha", + "broussonetia", + "broussonetia_papyrifera", + "brow", + "brow_ptosis", + "browallia", + "brown", + "brown-tail_moth", + "brown_algae", + "brown_ash", + "brown_bat", + "brown_bear", + "brown_bells", + "brown_bent", + "brown_betty", + "brown_bread", + "brown_bullhead", + "brown_butter", + "brown_coal", + "brown_creeper", + "brown_cup", + "brown_hickory", + "brown_hyena", + "brown_lacewing", + "brown_lemming", + "brown_oak", + "brown_onion_sauce", + "brown_pine", + "brown_rat", + "brown_rice", + "brown_root_rot_fungus", + "brown_rot", + "brown_rot_gummosis", + "brown_sauce", + "brown_snail", + "brown_soft_scale", + "brown_study", + "brown_sugar", + "brown_swiss", + "brown_thrasher", + "brown_thrush", + "brown_trout", + "brown_university", + "browne", + "brownian_motion", + "brownian_movement", + "brownie", + "brownie_mix", + "browning", + "browning_automatic_rifle", + "browning_machine_gun", + "brownish_yellow", + "brownness", + "brownout", + "brownshirt", + "brownstone", + "brownsville", + "browntail", + "browse", + "browser", + "browsing", + "bruce", + "bruce_lee", + "brucella", + "brucellosis", + "bruch", + "bruchidae", + "bruchus", + "bruchus_pisorum", + "brucine", + "bruckenthalia", + "bruckenthalia_spiculifolia", + "bruckner", + "bruegel", + "brueghel", + "bruges", + "brugmansia", + "brugmansia_arborea", + "brugmansia_sanguinea", + "brugmansia_suaveolens", + "bruin", + "bruise", + "bruiser", + "brule", + "brumaire", + "brummagem", + "brummell", + "brummie", + "brummy", + "brunanburh", + "brunch", + "brunch_coat", + "brunei", + "brunei_dollar", + "bruneian", + "brunelleschi", + "brunet", + "brunette", + "brunfelsia", + "brunfelsia_americana", + "brunhild", + "brunn", + "brunnhilde", + "bruno", + "bruno_of_toul", + "bruno_walter", + "brunswick", + "brunswick_stew", + "brunt", + "brusa", + "brush", + "brush-footed_butterfly", + "brush-off", + "brush-tail_porcupine", + "brush-tailed_phalanger", + "brush-tailed_porcupine", + "brush_cut", + "brush_discharge", + "brush_fire", + "brush_kangaroo", + "brush_turkey", + "brush_wolf", + "brushing", + "brushup", + "brushwood", + "brushwork", + "brusqueness", + "brussels", + "brussels_biscuit", + "brussels_carpet", + "brussels_griffon", + "brussels_lace", + "brussels_sprout", + "brussels_sprouts", + "brutalisation", + "brutality", + "brutalization", + "brute", + "brutus", + "bruxelles", + "bruxism", + "brya", + "brya_ebenus", + "bryaceae", + "bryales", + "bryan", + "bryan_donkin", + "bryanthus", + "bryanthus_taxifolius", + "bryce_canyon_national_park", + "brynhild", + "bryonia_alba", + "bryonia_dioica", + "bryony", + "bryophyta", + "bryophyte", + "bryopsida", + "bryozoa", + "bryozoan", + "brythonic", + "bryum", + "bs", + "bsarch", + "bse", + "btu", + "bubalus", + "bubalus_bubalis", + "bubalus_mindorensis", + "bubble", + "bubble-jet_printer", + "bubble_and_squeak", + "bubble_bath", + "bubble_chamber", + "bubble_dance", + "bubble_gum", + "bubble_gum_dermatitis", + "bubble_jet_printer", + "bubble_pack", + "bubble_shell", + "bubblejet", + "bubbler", + "bubbliness", + "bubbly", + "buber", + "bubo", + "bubo_virginianus", + "bubonic_plague", + "bubulcus", + "bubulcus_ibis", + "buccal_artery", + "buccal_cavity", + "buccaneer", + "buccaneering", + "buccinator_muscle", + "buccinidae", + "bucconidae", + "buccula", + "bucephala", + "bucephala_islandica", + "bucephela_albeola", + "bucephela_clangula", + "buceros", + "bucerotidae", + "buchanan", + "bucharest", + "bucharesti", + "buchenwald", + "buchloe", + "buchloe_dactyloides", + "buchner", + "buck", + "buck's_fizz", + "buck-and-wing", + "buck_fever", + "buck_private", + "buck_sergeant", + "buckaroo", + "buckbean", + "buckbean_family", + "buckboard", + "buckeroo", + "bucket", + "bucket_seat", + "bucket_shop", + "bucketful", + "buckeye", + "buckeye_state", + "bucking_bronco", + "buckingham_palace", + "buckle", + "buckler", + "buckler_fern", + "buckler_mustard", + "buckleya", + "buckleya_distichophylla", + "buckminster_fuller", + "buckminsterfullerene", + "buckram", + "bucksaw", + "buckshot", + "buckskin", + "buckskins", + "buckthorn", + "buckthorn_berry", + "buckthorn_family", + "bucktooth", + "buckwheat", + "buckwheat_cake", + "buckwheat_family", + "buckwheat_tree", + "buckyball", + "bucolic", + "bucuresti", + "bud", + "bud_brush", + "bud_sagebrush", + "budapest", + "buddha", + "buddhism", + "buddhist", + "budding", + "buddleia", + "buddy", + "buddy_holly", + "buddy_system", + "budge", + "budgereegah", + "budgerigar", + "budgerygah", + "budget", + "budget_cut", + "budget_deficit", + "budget_items", + "budgie", + "budorcas", + "budorcas_taxicolor", + "buena_vista", + "buenos_aires", + "buff", + "buffalo", + "buffalo_bill", + "buffalo_bill's_wild_west_show", + "buffalo_bill_cody", + "buffalo_bur", + "buffalo_carpet_beetle", + "buffalo_chip", + "buffalo_clover", + "buffalo_fish", + "buffalo_gnat", + "buffalo_gourd", + "buffalo_grass", + "buffalo_indian", + "buffalo_nut", + "buffalo_wing", + "buffalofish", + "buffel_grass", + "buffer", + "buffer_country", + "buffer_solution", + "buffer_state", + "buffer_storage", + "buffer_store", + "buffer_zone", + "buffered_aspirin", + "bufferin", + "buffet", + "buffet_car", + "buffeting", + "buffing_wheel", + "bufflehead", + "buffoon", + "buffoonery", + "bufo", + "bufo_americanus", + "bufo_boreas", + "bufo_bufo", + "bufo_calamita", + "bufo_canorus", + "bufo_debilis", + "bufo_marinus", + "bufo_microscaphus", + "bufo_speciosus", + "bufo_viridis", + "bufonidae", + "bug", + "bug-hunter", + "bugaboo", + "buganda", + "bugbane", + "bugbear", + "bugger", + "bugger_all", + "buggery", + "bugginess", + "buggy", + "buggy_whip", + "bugle", + "bugle_call", + "bugler", + "bugleweed", + "bugloss", + "bugologist", + "bugology", + "buhl", + "build", + "builder", + "building", + "building_block", + "building_code", + "building_complex", + "building_department", + "building_material", + "building_permit", + "building_site", + "building_society", + "building_supply_house", + "building_supply_store", + "buildup", + "built-in_bed", + "built-soap_powder", + "built_in_bed", + "bujumbura", + "bukharin", + "bulawayo", + "bulb", + "bulbar_conjunctiva", + "bulbil", + "bulblet", + "bulblet_bladder_fern", + "bulblet_fern", + "bulbourethral_gland", + "bulbous_iris", + "bulbous_plant", + "bulbul", + "bulgaria", + "bulgarian", + "bulgarian_capital", + "bulgarian_monetary_unit", + "bulge", + "bulghur", + "bulginess", + "bulgur", + "bulgur_pilaf", + "bulgur_wheat", + "bulima_nervosa", + "bulimarexia", + "bulimia", + "bulimic", + "bulk", + "bulk_mail", + "bulk_modulus", + "bulkhead", + "bulkiness", + "bull", + "bull's-eye", + "bull's_eye", + "bull-snake", + "bull_bay", + "bull_fiddle", + "bull_market", + "bull_mastiff", + "bull_moose_party", + "bull_neck", + "bull_nettle", + "bull_nose", + "bull_pine", + "bull_run", + "bull_session", + "bull_shark", + "bull_snake", + "bull_terrier", + "bull_thistle", + "bull_tongue", + "bulla", + "bullace", + "bullace_grape", + "bullbat", + "bullbrier", + "bulldog", + "bulldog_ant", + "bulldog_clip", + "bulldog_wrench", + "bulldozer", + "bullet", + "bullet_fingerprinting", + "bullet_hole", + "bullet_train", + "bullethead", + "bulletin", + "bulletin_board", + "bulletin_board_system", + "bulletproof_vest", + "bullfight", + "bullfighter", + "bullfighting", + "bullfinch", + "bullfrog", + "bullhead", + "bullhead_catfish", + "bullheadedness", + "bullhorn", + "bullion", + "bullnose", + "bullnosed_plane", + "bullock", + "bullock's_heart", + "bullock's_heart_tree", + "bullock's_oriole", + "bullock_block", + "bullock_heart", + "bullpen", + "bullring", + "bullrush", + "bullshit", + "bullshot", + "bullterrier", + "bully", + "bully_beef", + "bully_pulpit", + "bully_tree", + "bullyboy", + "bullying", + "bulnesia", + "bulnesia_sarmienti", + "bulrush", + "bulrush_millet", + "bultmann", + "bulwark", + "bulwer-lytton", + "bum", + "bumblebee", + "bumbler", + "bumboat", + "bumelia", + "bumelia_lanuginosa", + "bumelia_lycioides", + "bumf", + "bummer", + "bump", + "bumper", + "bumper_car", + "bumper_guard", + "bumper_jack", + "bumph", + "bumpiness", + "bumpkin", + "bumptiousness", + "bun", + "bun-fight", + "buna", + "buna_rubber", + "bunce", + "bunch", + "bunch_grass", + "bunchberry", + "bunche", + "bunchgrass", + "bunco", + "bunco_game", + "buncombe", + "bundesbank", + "bundle", + "bundle_of_his", + "bundling", + "bunfight", + "bung", + "bungalow", + "bungarus", + "bungarus_fasciatus", + "bungee", + "bungee_cord", + "bunghole", + "bungle", + "bungler", + "bunion", + "bunji-bunji", + "bunk", + "bunk_bed", + "bunker", + "bunker_buster", + "bunker_hill", + "bunker_mentality", + "bunkmate", + "bunko", + "bunko_game", + "bunkum", + "bunny", + "bunny_girl", + "bunny_hug", + "bunny_rabbit", + "buns", + "bunsen", + "bunsen_burner", + "bunt", + "buntal", + "bunter", + "bunting", + "bunuel", + "bunya_bunya", + "bunya_bunya_tree", + "bunyan", + "bunyaviridae", + "bunyavirus", + "buoy", + "buoyancy", + "buphthalmum", + "buphthalmum_salicifolium", + "bur", + "bur-reed_family", + "bur_grass", + "bur_marigold", + "bur_oak", + "bur_reed", + "bura", + "burbage", + "burbank", + "burberry", + "burbot", + "burchell's_zebra", + "burden", + "burden_of_proof", + "burdensomeness", + "burdock", + "bureau", + "bureau_de_change", + "bureau_of_alcohol_tobacco_and_firearms", + "bureau_of_customs", + "bureau_of_diplomatic_security", + "bureau_of_engraving_and_printing", + "bureau_of_intelligence_and_research", + "bureau_of_justice_assistance", + "bureau_of_justice_statistics", + "bureau_of_the_census", + "bureaucracy", + "bureaucrat", + "bureaucratic_procedure", + "bureaucratism", + "buret", + "burette", + "burg", + "burger", + "burgess", + "burgh", + "burgher", + "burglar", + "burglar_alarm", + "burglary", + "burgomaster", + "burgoo", + "burgoyne", + "burgrass", + "burgrave", + "burgundy", + "burgundy_sauce", + "burgundy_wine", + "burhinidae", + "burhinus", + "burhinus_oedicnemus", + "burial", + "burial_chamber", + "burial_garment", + "burial_ground", + "burial_mound", + "burial_site", + "burial_vault", + "burin", + "burk", + "burka", + "burke", + "burkina_faso", + "burkina_faso_franc", + "burl", + "burlap", + "burlap_bag", + "burlesque", + "burlington", + "burma", + "burma_padauk", + "burmannia", + "burmanniaceae", + "burmeisteria", + "burmeisteria_retusa", + "burmese", + "burmese-yi", + "burmese_cat", + "burmese_rosewood", + "burn", + "burn_bag", + "burn_center", + "burn_mark", + "burn_plant", + "burnability", + "burner", + "burnet_bloodwort", + "burnett", + "burnham", + "burning", + "burning_at_the_stake", + "burning_bush", + "burnish", + "burnoose", + "burnous", + "burnouse", + "burns", + "burnside", + "burnt_lime", + "burnt_sienna", + "burnt_umber", + "burnup", + "burp", + "burp_gun", + "burping", + "burqa", + "burr", + "burr_drill", + "burr_marigold", + "burr_oak", + "burrawong", + "burrfish", + "burrhus_frederic_skinner", + "burrill_bernard_crohn", + "burrito", + "burro", + "burro_deer", + "burroughs", + "burrow", + "bursa", + "bursa_omentalis", + "bursar", + "bursary", + "bursera", + "bursera_microphylla", + "bursera_simaruba", + "burseraceae", + "bursitis", + "burst", + "burster", + "bursting_charge", + "bursting_explosive", + "burt", + "burthen", + "burton", + "burundi", + "burundi_franc", + "burundian", + "burunduki", + "burweed_marsh_elder", + "burying", + "burying_ground", + "bus", + "bus_company", + "bus_depot", + "bus_driver", + "bus_fare", + "bus_lane", + "bus_line", + "bus_route", + "bus_service", + "bus_station", + "bus_stop", + "bus_terminal", + "bus_ticket", + "bus_topology", + "bus_traffic", + "busbar", + "busboy", + "busby", + "bush", + "bush_administration", + "bush_baby", + "bush_bean", + "bush_clover", + "bush_hibiscus", + "bush_honeysuckle", + "bush_jacket", + "bush_lawyer", + "bush_league", + "bush_leaguer", + "bush_nasturtium", + "bush_pea", + "bush_poppy", + "bush_shrike", + "bush_tit", + "bush_vetch", + "bush_violet", + "bush_willow", + "bushbaby", + "bushbuck", + "bushel", + "bushel_basket", + "bushido", + "bushing", + "bushman", + "bushman's_poison", + "bushnell", + "bushtit", + "bushwhacker", + "bushy_aster", + "bushytail_woodrat", + "business", + "business_activity", + "business_address", + "business_agent", + "business_card", + "business_college", + "business_community", + "business_concern", + "business_cycle", + "business_data_processing", + "business_deal", + "business_deduction", + "business_department", + "business_district", + "business_editor", + "business_enterprise", + "business_establishment", + "business_executive", + "business_expense", + "business_firm", + "business_index", + "business_interruption_insurance", + "business_leader", + "business_letter", + "business_life", + "business_line", + "business_loan", + "business_lunch", + "business_news", + "business_office", + "business_organisation", + "business_organization", + "business_people", + "business_relation", + "business_relationship", + "business_school", + "business_sector", + "business_suit", + "business_traveler", + "businessman", + "businessmen", + "businesspeople", + "businessperson", + "businesswoman", + "busker", + "buskin", + "busload", + "busman", + "busman's_holiday", + "buspar", + "buspirone", + "buss", + "bust", + "bust-up", + "bust-up_takeover", + "bustard", + "bustard_quail", + "buster", + "buster_keaton", + "bustier", + "bustle", + "busy_bee", + "busybody", + "busyness", + "busywork", + "butacaine", + "butacaine_sulfate", + "butadiene", + "butane", + "butanoic_acid", + "butanol", + "butanone", + "butat", + "butazolidin", + "butch", + "butcher", + "butcher's_broom", + "butcher_block", + "butcher_board", + "butcher_cumberland", + "butcher_knife", + "butcher_paper", + "butcher_shop", + "butcherbird", + "butchering", + "butchery", + "butea", + "butea_frondosa", + "butea_gum", + "butea_kino", + "butea_monosperma", + "butene", + "buteo", + "buteo_buteo", + "buteo_jamaicensis", + "buteo_lagopus", + "buteo_lineatus", + "buteonine", + "butler", + "butt", + "butt-weld", + "butt-welding", + "butt_end", + "butt_hinge", + "butt_joint", + "butt_pack", + "butt_shaft", + "butt_weld", + "butt_welding", + "butte", + "butter", + "butter-and-eggs", + "butter-bean_plant", + "butter-flower", + "butter-print", + "butter_bean", + "butter_churn", + "butter_cookie", + "butter_daisy", + "butter_dish", + "butter_knife", + "butterball", + "butterbean", + "butterbur", + "buttercrunch", + "buttercup", + "buttercup_family", + "buttercup_squash", + "butterfat", + "butterfield", + "butterfingers", + "butterfish", + "butterflower", + "butterfly", + "butterfly_bush", + "butterfly_collector", + "butterfly_effect", + "butterfly_fish", + "butterfly_flower", + "butterfly_nut", + "butterfly_orchid", + "butterfly_orchis", + "butterfly_pea", + "butterfly_plant", + "butterfly_ray", + "butterfly_stroke", + "butterfly_valve", + "butterfly_weed", + "butterflyfish", + "butterhead_lettuce", + "buttermilk", + "buttermilk_biscuit", + "buttermilk_pancake", + "butternut", + "butternut_squash", + "butternut_tree", + "butterscotch", + "butterweed", + "butterwort", + "buttery", + "buttinsky", + "buttock", + "buttocks", + "button", + "button-quail", + "button_fern", + "button_hole", + "button_mangrove", + "button_pink", + "button_quail", + "button_snakeroot", + "button_tree", + "buttonhole", + "buttonhole_stitch", + "buttonhook", + "buttonwood", + "buttress", + "buttressing", + "butty", + "butut", + "butyl", + "butyl_alcohol", + "butyl_nitrite", + "butyl_rubber", + "butylene", + "butyric_acid", + "butyrin", + "buxaceae", + "buxomness", + "buxus", + "buxus_sempervirens", + "buy", + "buy-and-bust_operation", + "buyback", + "buyer", + "buyer's_market", + "buyers'_market", + "buyi", + "buying", + "buyout", + "buyout_bid", + "buzz", + "buzz_bomb", + "buzz_saw", + "buzzard", + "buzzards_bay", + "buzzer", + "buzzword", + "bvd", + "bvd's", + "bw", + "bw_defence", + "bw_defense", + "bwr", + "by-and-by", + "by-blow", + "by-catch", + "by-election", + "by-line", + "by-product", + "byblos", + "bycatch", + "bydgoszcz", + "bye", + "bye-bye", + "bye-election", + "byelarus", + "byelorussia", + "byelorussian", + "bygone", + "bylaw", + "byname", + "bypass", + "bypass_capacitor", + "bypass_condenser", + "bypath", + "byplay", + "byproduct", + "byrd", + "byre", + "byrnie", + "byroad", + "byron", + "byssus", + "bystander", + "byte", + "byway", + "byword", + "byzant", + "byzantine", + "byzantine_architecture", + "byzantine_church", + "byzantine_empire", + "byzantine_greek", + "byzantinism", + "byzantium", + "c", + "c-clamp", + "c-horizon", + "c-note", + "c-ration", + "c-reactive_protein", + "c-section", + "c._d._gibson", + "c._diphtheriae", + "c._h._best", + "c._k._ogden", + "c._northcote_parkinson", + "c._p._snow", + "c._psittaci", + "c._s._forester", + "c._s._lewis", + "c._trachomatis", + "c._vann_woodward", + "c._w._post", + "c.p.u.", + "c2h6", + "c_and_w", + "c_battery", + "c_clef", + "c_compiler", + "c_horizon", + "c_major", + "c_major_scale", + "c_program", + "ca", + "caaba", + "cab", + "cab_fare", + "cabal", + "cabala", + "cabalism", + "cabalist", + "cabana", + "cabaret", + "cabasset", + "cabassous", + "cabassous_unicinctus", + "cabbage", + "cabbage-bark_tree", + "cabbage_bark", + "cabbage_butterfly", + "cabbage_palm", + "cabbage_palmetto", + "cabbage_tree", + "cabbageworm", + "cabbala", + "cabbalah", + "cabby", + "cabdriver", + "cabell", + "caber", + "cabernet", + "cabernet_sauvignon", + "cabernet_sauvignon_grape", + "cabg", + "cabin", + "cabin_boy", + "cabin_car", + "cabin_class", + "cabin_cruiser", + "cabin_liner", + "cabinet", + "cabinet_minister", + "cabinet_wood", + "cabinetmaker", + "cabinetmaking", + "cabinetry", + "cabinetwork", + "cable", + "cable's_length", + "cable_car", + "cable_length", + "cable_railway", + "cable_system", + "cable_television", + "cable_television_service", + "cable_tramway", + "cablegram", + "cabman", + "cabochon", + "cabomba", + "cabomba_caroliniana", + "cabombaceae", + "caboodle", + "caboose", + "cabot", + "cabotage", + "cabriolet", + "cabstand", + "cacajao", + "cacalia", + "cacalia_javanica", + "cacalia_lutea", + "cacao", + "cacao_bean", + "cacao_moth", + "cacao_tree", + "cacatua", + "cacatua_galerita", + "cachalot", + "cache", + "cachet", + "cachexia", + "cachexy", + "cachi", + "cachinnation", + "cachou", + "cacicus", + "cacique", + "cackle", + "cackler", + "cacodaemon", + "cacodemon", + "cacodyl", + "cacodyl_group", + "cacodyl_radical", + "cacoethes", + "cacogenesis", + "cacogenics", + "cacography", + "cacomistle", + "cacomixle", + "cacophony", + "cactaceae", + "cactus", + "cactus_euphorbia", + "cactus_family", + "cactus_mouse", + "cactus_wren", + "cad", + "cadaster", + "cadastre", + "cadaver", + "cadaverine", + "caddice-fly", + "caddice_fly", + "caddie", + "caddis-fly", + "caddis_fly", + "caddisworm", + "caddo", + "caddoan", + "caddoan_language", + "caddy", + "cadence", + "cadency", + "cadenza", + "cadet", + "cadetship", + "cadger", + "cadiz", + "cadmium", + "cadmium_cell", + "cadmium_orange", + "cadmium_sulfide", + "cadmium_sulphide", + "cadmium_yellow", + "cadmium_yellow_pale", + "cadmus", + "cadra", + "cadra_cautella", + "cadra_figulilella", + "cadre", + "caduceus", + "caeciliadae", + "caecilian", + "caeciliidae", + "caecum", + "caelum", + "caenogenesis", + "caenolestes", + "caenolestidae", + "caesalpinia", + "caesalpinia_bonduc", + "caesalpinia_bonducella", + "caesalpinia_coriaria", + "caesalpinia_decapetala", + "caesalpinia_echinata", + "caesalpinia_ferrea", + "caesalpinia_gilliesii", + "caesalpinia_pulcherrima", + "caesalpinia_sepiaria", + "caesalpiniaceae", + "caesalpinioideae", + "caesar", + "caesar's_agaric", + "caesar_salad", + "caesarea", + "caesarean", + "caesarean_delivery", + "caesarean_section", + "caesarian", + "caesarian_delivery", + "caesarian_section", + "caesarism", + "caesaropapism", + "caesium", + "caesium_clock", + "caesura", + "cafe", + "cafe_au_lait", + "cafe_noir", + "cafe_royale", + "cafeteria", + "cafeteria_facility", + "cafeteria_tray", + "caff", + "caffe_latte", + "caffein", + "caffein_addict", + "caffein_addiction", + "caffeine", + "caffeine_addict", + "caffeine_intoxication", + "caffeinism", + "caffer", + "caffer_cat", + "caffre", + "caftan", + "cage", + "cager", + "cagliostro", + "cagney", + "cagoule", + "cahita", + "cahoot", + "caiman", + "caiman_lizard", + "caiman_sclerops", + "caimitillo", + "caimito", + "cain", + "cainogenesis", + "cairene", + "cairina", + "cairina_moschata", + "cairn", + "cairn_terrier", + "cairngorm", + "cairo", + "caisson", + "caisson_disease", + "caitiff", + "caitra", + "cajan_pea", + "cajanus", + "cajanus_cajan", + "cajolery", + "cajun", + "cakchiquel", + "cake", + "cake_mix", + "cakehole", + "cakewalk", + "cakile", + "cakile_maritima", + "calaba", + "calabar-bean_vine", + "calabar_bean", + "calabash", + "calabash_pipe", + "calabash_tree", + "calabazilla", + "calabria", + "calabur_tree", + "calabura", + "caladenia", + "caladenia_cairnsiana", + "caladium", + "caladium_bicolor", + "calais", + "calamagrostic_quadriseta", + "calamagrostis", + "calamagrostis_acutiflora", + "calamari", + "calamary", + "calamine", + "calamine_lotion", + "calamint", + "calamintha", + "calamintha_grandiflora", + "calamintha_nepeta", + "calamintha_nepeta_glantulosa", + "calamintha_sylvatica", + "calamity", + "calamity_jane", + "calamus", + "calamus_australis", + "calamus_oil", + "calamus_penna", + "calamus_rotang", + "calan", + "calandrinia", + "calandrinia_ciliata", + "calanthe", + "calapooya", + "calapuya", + "calash", + "calash_top", + "calathian_violet", + "calc-tufa", + "calcaneus", + "calcarine_fissure", + "calcarine_sulcus", + "calcedony", + "calceolaria", + "calceus", + "calciferol", + "calcification", + "calcimine", + "calcination", + "calcined_lime", + "calcite", + "calcitonin", + "calcium", + "calcium-channel_blocker", + "calcium-cyanamide", + "calcium_bicarbonate", + "calcium_blocker", + "calcium_carbide", + "calcium_carbonate", + "calcium_chloride", + "calcium_hydrate", + "calcium_hydride", + "calcium_hydroxide", + "calcium_hypochlorite", + "calcium_ion", + "calcium_lactate", + "calcium_light", + "calcium_nitrate", + "calcium_octadecanoate", + "calcium_oxide", + "calcium_phosphate", + "calcium_stearate", + "calcium_sulfate", + "calcium_sulphate", + "calculating_machine", + "calculation", + "calculator", + "calculus", + "calculus_of_variations", + "calcutta", + "calder", + "caldera", + "calderon", + "calderon_de_la_barca", + "caldron", + "caldwell", + "calean", + "caleche", + "caledonia", + "caledonian_canal", + "calefaction", + "calendar", + "calendar_day", + "calendar_method", + "calendar_method_of_birth_control", + "calendar_month", + "calendar_week", + "calendar_year", + "calender", + "calendula", + "calendula_officinalis", + "caley_pea", + "calf", + "calf's-foot_jelly", + "calf's_brain", + "calf's_liver", + "calf's_tongue", + "calf_bone", + "calf_love", + "calf_roping", + "calfskin", + "calgary", + "cali", + "cali_cartel", + "caliber", + "calibration", + "calibre", + "caliche", + "calico", + "calico_aster", + "calico_bush", + "calico_cat", + "calico_crab", + "caliculus", + "calidris", + "calidris_canutus", + "calidris_ferruginea", + "calidris_melanotos", + "calif", + "calif.", + "california", + "california_allspice", + "california_bay_tree", + "california_beauty", + "california_black_oak", + "california_black_walnut", + "california_bluebell", + "california_box_elder", + "california_buckthorn", + "california_buckwheat", + "california_coffee", + "california_condor", + "california_dandelion", + "california_false_morel", + "california_fern", + "california_four_o'clock", + "california_fuchsia", + "california_lady's_slipper", + "california_laurel", + "california_live_oak", + "california_newt", + "california_nutmeg", + "california_olive", + "california_personality_inventory", + "california_pitcher_plant", + "california_pompano", + "california_poppy", + "california_privet", + "california_quail", + "california_redbud", + "california_redwood", + "california_romero", + "california_sage", + "california_sagebrush", + "california_sea_lion", + "california_single-leaf_pinyon", + "california_sycamore", + "california_tree_poppy", + "california_whipsnake", + "california_white_fir", + "california_white_oak", + "california_wine", + "california_yellow_bells", + "california_yew", + "californian", + "californium", + "caligula", + "caliper", + "caliph", + "caliphate", + "caliphate_state", + "calisaya", + "calisthenics", + "calixtus_ii", + "calixtus_iii", + "calk", + "calkin", + "call", + "call-back", + "call-board", + "call-in", + "call-out", + "call_box", + "call_center", + "call_centre", + "call_fire", + "call_forwarding", + "call_girl", + "call_loan", + "call_mark", + "call_number", + "call_option", + "call_up", + "call_waiting", + "calla", + "calla_lily", + "calla_palustris", + "callas", + "callathump", + "callback", + "caller", + "caller-out", + "caller-up", + "caller_id", + "calliandra", + "callicebus", + "calligrapher", + "calligraphist", + "calligraphy", + "callimorpha", + "callimorpha_jacobeae", + "callinectes", + "callinectes_sapidus", + "calling", + "calling_card", + "calling_into_question", + "calling_together", + "callionymidae", + "calliope", + "calliophis", + "calliopsis", + "calliper", + "calliphora", + "calliphora_vicina", + "calliphoridae", + "callirhoe", + "callirhoe_digitata", + "callirhoe_involucrata", + "callirhoe_triangulata", + "callisaurus", + "callisaurus_draconoides", + "callistephus", + "callistephus_chinensis", + "callisthenics", + "callisto", + "callithricidae", + "callithrix", + "callithump", + "callithump_parade", + "callitrichaceae", + "callitriche", + "callitris", + "callitris_calcarata", + "callitris_cupressiformis", + "callitris_endlicheri", + "callitris_glauca", + "callitris_glaucophylla", + "callitris_parlatorei", + "callitris_quadrivalvis", + "callophis", + "callorhinus", + "callorhinus_ursinus", + "callosectomy", + "callosity", + "callosotomy", + "callousness", + "callowness", + "calluna", + "calluna_vulgaris", + "callus", + "calm", + "calm_air", + "calming", + "calmness", + "calnada_pea", + "calocarpum", + "calocarpum_zapota", + "calocedrus", + "calocedrus_decurrens", + "calochortus", + "calochortus_albus", + "calochortus_amabilis", + "calochortus_amoenus", + "calochortus_elegans", + "calochortus_kennedyi", + "calochortus_luteus", + "calochortus_macrocarpus", + "calochortus_nuttallii", + "calomel", + "caloocan", + "caloosahatchee", + "caloosahatchee_canal", + "caloosahatchee_river", + "calophyllum", + "calophyllum_calaba", + "calophyllum_candidissimum", + "calophyllum_inophyllum", + "calophyllum_longifolium", + "calopogon", + "calopogon_pulchellum", + "calopogon_tuberosum", + "calorie", + "calorie_chart", + "calorimeter", + "calorimetry", + "caloscypha_fulgens", + "calosoma", + "calosoma_scrutator", + "calostoma_cinnabarina", + "calostoma_lutescens", + "calostoma_ravenelii", + "calostomataceae", + "calpac", + "calpack", + "calpe", + "calque", + "calque_formation", + "caltha", + "caltha_palustris", + "caltrop", + "calumet", + "calumniation", + "calumny", + "calvados", + "calvaria", + "calvary", + "calvary_clover", + "calvary_cross", + "calvatia", + "calvatia_gigantea", + "calvert_vaux", + "calves'_feet", + "calves'_liver", + "calvin", + "calvin_coolidge", + "calvin_klein", + "calvin_richard_klein", + "calving", + "calvinism", + "calvinist", + "calvinistic_baptist", + "calvino", + "calx", + "calycanthaceae", + "calycanthus", + "calycanthus_family", + "calycanthus_floridus", + "calycanthus_occidentalis", + "calycle", + "calycophyllum", + "calycophyllum_candidissimum", + "calyculus", + "calymmatobacterium", + "calymmatobacterium_granulomatis", + "calypso", + "calypso_bulbosa", + "calypter", + "calyptra", + "calyptridium_umbellatum", + "calystegia", + "calystegia_sepium", + "calyx", + "calyx_tube", + "cam", + "cam_river", + "cam_stroke", + "camachile", + "camail", + "camaraderie", + "camarilla", + "camas", + "camash", + "camass", + "camassia", + "camassia_leichtlinii", + "camassia_quamash", + "camassia_scilloides", + "cambarus", + "camber", + "camber_arch", + "camberwell_beauty", + "cambium", + "cambodia", + "cambodian", + "cambodian_capital", + "cambodian_monetary_unit", + "cambria", + "cambrian", + "cambrian_mountains", + "cambrian_period", + "cambric", + "cambric_tea", + "cambridge", + "cambridge_university", + "camcorder", + "camden", + "camel", + "camel's_hair", + "camel_racing", + "camelhair", + "camelia", + "camelidae", + "camelina", + "camelina_sativa", + "camellia", + "camellia_japonica", + "camellia_sinensis", + "camellia_state", + "camelopard", + "camelot", + "camelpox", + "camelus", + "camelus_bactrianus", + "camelus_dromedarius", + "camembert", + "cameo", + "camera", + "camera_angle", + "camera_care", + "camera_lens", + "camera_lucida", + "camera_obscura", + "camera_operator", + "camera_tripod", + "cameraman", + "cameroon", + "cameroon_franc", + "cameroonian", + "cameroun", + "camillo_golgi", + "camion", + "camise", + "camisole", + "camlan", + "camlet", + "camo", + "camomile", + "camomile_tea", + "camorra", + "camosh", + "camouflage", + "camp", + "camp_bed", + "camp_chair", + "camp_david", + "camp_follower", + "camp_meeting", + "camp_robber", + "campaign", + "campaign_for_governor", + "campaign_hat", + "campaigner", + "campaigning", + "campana", + "campania", + "campanile", + "campanula", + "campanula_americana", + "campanula_aparinoides", + "campanula_carpatica", + "campanula_divaricata", + "campanula_glomerata", + "campanula_medium", + "campanula_persicifolia", + "campanula_pyramidalis", + "campanula_rapunculoides", + "campanula_rapunculus", + "campanula_rotundifolia", + "campanula_trachelium", + "campanulaceae", + "campanulales", + "campbell", + "campeachy", + "campeche", + "campephilus", + "campephilus_principalis", + "camper", + "camper_trailer", + "campfire", + "campfire_girl", + "campground", + "camphor", + "camphor_ball", + "camphor_daisy", + "camphor_dune_tansy", + "camphor_ice", + "camphor_oil", + "camphor_tree", + "camphorated_tincture_of_opium", + "camphorweed", + "camping", + "camping_area", + "camping_bus", + "camping_ground", + "camping_site", + "campion", + "campmate", + "campong", + "camponotus", + "campsis_radicans", + "campsite", + "campstool", + "camptosorus", + "camptosorus_rhizophyllus", + "campus", + "campyloneurum", + "campyloneurum_augustifolium", + "campylorhynchus", + "campylotropous_ovule", + "camshaft", + "camus", + "camwood", + "can", + "can_buoy", + "can_of_worms", + "can_opener", + "canaan", + "canaanite", + "canaanitic", + "canaanitic_language", + "canachites", + "canachites_canadensis", + "canada", + "canada_anemone", + "canada_balsam", + "canada_garlic", + "canada_ginger", + "canada_goose", + "canada_jay", + "canada_lily", + "canada_lynx", + "canada_moonseed", + "canada_plum", + "canada_porcupine", + "canada_thistle", + "canada_violet", + "canada_wild_rye", + "canadian", + "canadian_aspen", + "canadian_bacon", + "canadian_capital", + "canadian_dollar", + "canadian_falls", + "canadian_fleabane", + "canadian_french", + "canadian_goldenrod", + "canadian_goose", + "canadian_hemlock", + "canadian_maritime_provinces", + "canadian_pondweed", + "canadian_province", + "canadian_red_pine", + "canadian_river", + "canadian_security_intelligence_service", + "canadian_shield", + "canafistola", + "canafistula", + "canakkale_bogazi", + "canal", + "canal_boat", + "canal_of_schlemm", + "canal_zone", + "canaliculus", + "canalis_cervicis_uteri", + "canalis_inguinalis", + "canalis_vertebralis", + "canalisation", + "canalization", + "canandaigua_lake", + "cananga", + "cananga_odorata", + "canangium", + "canape", + "canara", + "canard", + "canarese", + "canaries", + "canary", + "canary_bird", + "canary_creeper", + "canary_grass", + "canary_island_hare's_foot_fern", + "canary_islands", + "canary_seed", + "canary_whitewood", + "canary_wine", + "canary_yellow", + "canarybird_flower", + "canarybird_vine", + "canasta", + "canavalia", + "canavalia_ensiformis", + "canavalia_gladiata", + "canavanine", + "canberra", + "cancan", + "cancel", + "cancellation", + "cancer", + "cancer_body", + "cancer_borealis", + "cancer_cell", + "cancer_drug", + "cancer_irroratus", + "cancer_juice", + "cancer_magister", + "cancer_of_the_blood", + "cancer_of_the_liver", + "cancer_the_crab", + "cancer_weed", + "cancerweed", + "cancridae", + "cancroid", + "cancun", + "candela", + "candelabra", + "candelabrum", + "candelilla", + "candelilla_wax", + "candid_camera", + "candida", + "candida_albicans", + "candidacy", + "candidate", + "candidature", + "candidiasis", + "candidness", + "candied_apple", + "candied_citrus_peel", + "candied_fruit", + "candle", + "candle_flame", + "candle_holder", + "candleberry", + "candlelight", + "candlemaker", + "candlemas", + "candlemas_day", + "candlenut", + "candlepin", + "candlepin_bowling", + "candlepins", + "candlepower", + "candlepower_unit", + "candlesnuffer", + "candlestick", + "candlestick_tulip", + "candlewick", + "candlewood", + "candor", + "candour", + "candy", + "candy_apple", + "candy_bar", + "candy_cane", + "candy_corn", + "candy_egg", + "candy_kiss", + "candy_store", + "candy_striper", + "candy_thermometer", + "candyfloss", + "candymaker", + "candytuft", + "candyweed", + "cane", + "cane_blight", + "cane_reed", + "cane_sugar", + "canebrake", + "canebrake_rattler", + "canebrake_rattlesnake", + "canecutter", + "canella", + "canella-alba", + "canella_bark", + "canella_family", + "canella_winterana", + "canellaceae", + "canetti", + "canfield", + "canful", + "cangue", + "canicola_fever", + "canicula", + "canicular_days", + "canicule", + "canid", + "canidae", + "canine", + "canine_chorea", + "canine_distemper", + "canine_tooth", + "caning", + "canis", + "canis_aureus", + "canis_dingo", + "canis_familiaris", + "canis_latrans", + "canis_lupus", + "canis_lupus_tundrarum", + "canis_major", + "canis_minor", + "canis_niger", + "canis_rufus", + "canistel", + "canistel_tree", + "canister", + "canister_shot", + "canker", + "canker_brake", + "canker_sore", + "cankerweed", + "cankerworm", + "canna", + "canna_edulis", + "canna_generalis", + "canna_indica", + "canna_lily", + "cannabidaceae", + "cannabin", + "cannabis", + "cannabis_indica", + "cannabis_resin", + "cannabis_sativa", + "cannaceae", + "cannae", + "canned_food", + "canned_foods", + "canned_goods", + "canned_hunt", + "canned_meat", + "cannel_coal", + "cannelloni", + "cannery", + "cannes", + "cannibal", + "cannibal_mound", + "cannibalism", + "cannikin", + "cannister", + "cannon", + "cannon_ball", + "cannon_bone", + "cannon_cracker", + "cannon_fire", + "cannon_fodder", + "cannonade", + "cannonball", + "cannoneer", + "cannula", + "cannulation", + "cannulisation", + "cannulization", + "canoe", + "canoe_birch", + "canoe_cedar", + "canoeist", + "canola", + "canola_oil", + "canon", + "canon_law", + "canonical_hour", + "canonisation", + "canonist", + "canonization", + "canopic_jar", + "canopic_vase", + "canopus", + "canopy", + "cant", + "cant_dog", + "cant_hook", + "cantabrian_mountains", + "cantabrigian", + "cantala", + "cantaloup", + "cantaloup_vine", + "cantaloupe", + "cantaloupe_vine", + "cantata", + "canteen", + "canter", + "canterbury", + "canterbury_bell", + "canterbury_tales", + "cantering_rhythm", + "cantharellus", + "cantharellus_cibarius", + "cantharellus_cinnabarinus", + "cantharellus_clavatus", + "cantharellus_floccosus", + "canthus", + "canticle", + "canticle_of_canticles", + "canticle_of_simeon", + "canticles", + "cantilever", + "cantilever_bridge", + "cantillation", + "cantle", + "canto", + "canton", + "canton_crepe", + "canton_flannel", + "canton_ginger", + "canton_river", + "cantonese", + "cantonese_dialect", + "cantonment", + "cantor", + "cantus_firmus", + "canuck", + "canulation", + "canulisation", + "canulization", + "canute", + "canute_the_great", + "canvas", + "canvas_tent", + "canvasback", + "canvasback_duck", + "canvass", + "canvasser", + "canvassing", + "canyon", + "canyon_live_oak", + "canyon_oak", + "canyon_treefrog", + "canyonlands_national_park", + "canyonside", + "caoutchouc", + "caoutchouc_tree", + "cap", + "cap_opener", + "cap_screw", + "capability", + "capableness", + "capaciousness", + "capacitance", + "capacitance_unit", + "capacitor", + "capacitor_microphone", + "capacity", + "capacity_measure", + "capacity_unit", + "caparison", + "cape", + "cape_aloe", + "cape_ann", + "cape_breton_island", + "cape_buffalo", + "cape_canaveral", + "cape_cod", + "cape_cod_bay", + "cape_cod_canal", + "cape_colony", + "cape_dagga", + "cape_fear", + "cape_fear_river", + "cape_flattery", + "cape_forget-me-not", + "cape_froward", + "cape_girardeau", + "cape_gooseberry", + "cape_hatteras", + "cape_horn", + "cape_hunting_dog", + "cape_hyacinth", + "cape_jasmine", + "cape_jessamine", + "cape_kafferboom", + "cape_kennedy", + "cape_lobster", + "cape_marigold", + "cape_may", + "cape_may_warbler", + "cape_of_good_hope", + "cape_of_good_hope_province", + "cape_passero", + "cape_periwinkle", + "cape_primrose", + "cape_province", + "cape_sable", + "cape_town", + "cape_trafalgar", + "cape_tulip", + "cape_verde", + "cape_verde_escudo", + "cape_verde_islands", + "cape_verde_monetary_unit", + "cape_yellowwood", + "cape_york", + "cape_york_peninsula", + "capek", + "capelan", + "capelin", + "capeline_bandage", + "capella", + "caper", + "caper_family", + "caper_sauce", + "caper_spurge", + "caper_tree", + "capercaillie", + "capercailzie", + "capet", + "capetian", + "capetian_dynasty", + "capeweed", + "capful", + "capibara", + "capillarity", + "capillary", + "capillary_action", + "capillary_artery", + "capillary_bed", + "capillary_fracture", + "capillary_tube", + "capillary_tubing", + "capillary_vein", + "capillary_vessel", + "capital", + "capital_account", + "capital_cost", + "capital_expenditure", + "capital_gain", + "capital_gains_tax", + "capital_letter", + "capital_levy", + "capital_loss", + "capital_of_afghanistan", + "capital_of_alabama", + "capital_of_alaska", + "capital_of_antigua_and_barbuda", + "capital_of_argentina", + "capital_of_arizona", + "capital_of_arkansas", + "capital_of_armenia", + "capital_of_australia", + "capital_of_austria", + "capital_of_azerbaijan", + "capital_of_bahrain", + "capital_of_bangladesh", + "capital_of_barbados", + "capital_of_belarus", + "capital_of_belgium", + "capital_of_benin", + "capital_of_bolivia", + "capital_of_botswana", + "capital_of_brazil", + "capital_of_burundi", + "capital_of_california", + "capital_of_cameroon", + "capital_of_canada", + "capital_of_cape_verde", + "capital_of_central_africa", + "capital_of_chad", + "capital_of_chile", + "capital_of_colombia", + "capital_of_colorado", + "capital_of_connecticut", + "capital_of_costa_rica", + "capital_of_cuba", + "capital_of_cyprus", + "capital_of_delaware", + "capital_of_djibouti", + "capital_of_ecuador", + "capital_of_egypt", + "capital_of_estonia", + "capital_of_ethiopia", + "capital_of_finland", + "capital_of_florida", + "capital_of_france", + "capital_of_gabon", + "capital_of_gambia", + "capital_of_georgia", + "capital_of_ghana", + "capital_of_greece", + "capital_of_grenada", + "capital_of_guatemala", + "capital_of_guinea", + "capital_of_guinea-bissau", + "capital_of_hawaii", + "capital_of_hungary", + "capital_of_iceland", + "capital_of_idaho", + "capital_of_illinois", + "capital_of_india", + "capital_of_indiana", + "capital_of_indonesia", + "capital_of_iowa", + "capital_of_iran", + "capital_of_iraq", + "capital_of_ireland", + "capital_of_israel", + "capital_of_italy", + "capital_of_jamaica", + "capital_of_japan", + "capital_of_jordan", + "capital_of_kansas", + "capital_of_kazakhstan", + "capital_of_kentucky", + "capital_of_kenya", + "capital_of_kuwait", + "capital_of_kyrgyzstan", + "capital_of_laos", + "capital_of_latvia", + "capital_of_lebanon", + "capital_of_lesotho", + "capital_of_liberia", + "capital_of_libya", + "capital_of_liechtenstein", + "capital_of_lithuania", + "capital_of_louisiana", + "capital_of_luxembourg", + "capital_of_madagascar", + "capital_of_maine", + "capital_of_malawi", + "capital_of_malaysia", + "capital_of_malta", + "capital_of_maryland", + "capital_of_massachusetts", + "capital_of_mexico", + "capital_of_michigan", + "capital_of_minnesota", + "capital_of_mississippi", + "capital_of_missouri", + "capital_of_moldova", + "capital_of_mongolia", + "capital_of_montana", + "capital_of_morocco", + "capital_of_mozambique", + "capital_of_nebraska", + "capital_of_nepal", + "capital_of_nevada", + "capital_of_new_hampshire", + "capital_of_new_jersey", + "capital_of_new_mexico", + "capital_of_new_york", + "capital_of_new_zealand", + "capital_of_nicaragua", + "capital_of_niger", + "capital_of_nigeria", + "capital_of_north_carolina", + "capital_of_north_dakota", + "capital_of_north_korea", + "capital_of_northern_ireland", + "capital_of_norway", + "capital_of_ohio", + "capital_of_oklahoma", + "capital_of_oman", + "capital_of_oregon", + "capital_of_pakistan", + "capital_of_panama", + "capital_of_papua_new_guinea", + "capital_of_paraguay", + "capital_of_pennsylvania", + "capital_of_peru", + "capital_of_poland", + "capital_of_portugal", + "capital_of_qatar", + "capital_of_red_china", + "capital_of_rhode_island", + "capital_of_romania", + "capital_of_rwanda", + "capital_of_san_marino", + "capital_of_saudi_arabia", + "capital_of_senegal", + "capital_of_serbia_and_montenegro", + "capital_of_seychelles", + "capital_of_sierra_leone", + "capital_of_singapore", + "capital_of_slovakia", + "capital_of_somalia", + "capital_of_south_africa", + "capital_of_south_carolina", + "capital_of_south_dakota", + "capital_of_south_korea", + "capital_of_spain", + "capital_of_sri_lanka", + "capital_of_sudan", + "capital_of_suriname", + "capital_of_swaziland", + "capital_of_sweden", + "capital_of_switzerland", + "capital_of_syria", + "capital_of_taiwan", + "capital_of_tajikistan", + "capital_of_tanzania", + "capital_of_tennessee", + "capital_of_texas", + "capital_of_thailand", + "capital_of_the_bahamas", + "capital_of_the_dominican_republic", + "capital_of_the_netherlands", + "capital_of_the_philippines", + "capital_of_the_russian_federation", + "capital_of_the_ukraine", + "capital_of_the_united_kingdom", + "capital_of_the_united_states", + "capital_of_tibet", + "capital_of_togo", + "capital_of_trinidad_and_tobago", + "capital_of_tunisia", + "capital_of_turkey", + "capital_of_turkmenistan", + "capital_of_uganda", + "capital_of_uruguay", + "capital_of_utah", + "capital_of_uzbek", + "capital_of_vanuatu", + "capital_of_venezuela", + "capital_of_vermont", + "capital_of_vietnam", + "capital_of_virginia", + "capital_of_washington", + "capital_of_west_virginia", + "capital_of_western_samoa", + "capital_of_wisconsin", + "capital_of_wyoming", + "capital_of_zambia", + "capital_of_zimbabwe", + "capital_offense", + "capital_punishment", + "capital_ship", + "capital_stock", + "capitalisation", + "capitalism", + "capitalist", + "capitalist_economy", + "capitalization", + "capitate", + "capitate_bone", + "capitation", + "capitol", + "capitol_building", + "capitol_hill", + "capitol_reef_national_park", + "capitonidae", + "capitulation", + "capitulum", + "capiz", + "caplin", + "capo", + "capon", + "capone", + "caporetto", + "capote", + "capoten", + "cappadocia", + "capparidaceae", + "capparis", + "capparis_arborea", + "capparis_cynophallophora", + "capparis_flexuosa", + "capparis_mitchellii", + "capparis_spinosa", + "capped_macaque", + "cappelletti", + "cappuccino", + "cappuccino_coffee", + "capra", + "capra_aegagrus", + "capra_falconeri", + "capra_hircus", + "capra_ibex", + "caprella", + "capreolus", + "capreolus_capreolus", + "capri", + "capric_acid", + "capriccio", + "caprice", + "capriciousness", + "capricorn", + "capricorn_the_goat", + "capricornis", + "capricornus", + "caprifig", + "caprifoliaceae", + "caprimulgid", + "caprimulgidae", + "caprimulgiform_bird", + "caprimulgiformes", + "caprimulgus", + "caprimulgus_carolinensis", + "caprimulgus_europaeus", + "caprimulgus_vociferus", + "caprine_animal", + "capriole", + "caproic_acid", + "caproidae", + "capromyidae", + "capros", + "capros_aper", + "caprylic_acid", + "capsaicin", + "capsella", + "capsella_bursa-pastoris", + "capsicum", + "capsicum_annuum_cerasiforme", + "capsicum_annuum_conoides", + "capsicum_annuum_grossum", + "capsicum_annuum_longum", + "capsicum_baccatum", + "capsicum_frutescens", + "capsicum_frutescens_baccatum", + "capsicum_pepper_plant", + "capsid", + "capsidae", + "capsizing", + "capstan", + "capstone", + "capsula_glomeruli", + "capsule", + "captain", + "captain's_chair", + "captain_bligh", + "captain_bob", + "captain_cook", + "captain_hicks", + "captain_horatio_hornblower", + "captain_james_cook", + "captain_john_smith", + "captain_kidd", + "captaincy", + "captainship", + "caption", + "captivation", + "captive", + "captive_finance_company", + "captivity", + "captopril", + "captor", + "capture", + "capturer", + "capuchin", + "capulin", + "capulin_tree", + "caput", + "capybara", + "car", + "car-ferry", + "car-mechanic", + "car_battery", + "car_bomb", + "car_boot_sale", + "car_care", + "car_carrier", + "car_company", + "car_dealer", + "car_door", + "car_factory", + "car_horn", + "car_insurance", + "car_loan", + "car_maker", + "car_manufacturer", + "car_mirror", + "car_park", + "car_part", + "car_pool", + "car_port", + "car_race", + "car_racing", + "car_rental", + "car_seat", + "car_sickness", + "car_tire", + "car_traffic", + "car_train", + "car_transporter", + "car_wheel", + "car_window", + "carabao", + "carabid_beetle", + "carabidae", + "carabineer", + "carabiner", + "carabinier", + "caracal", + "caracara", + "caracas", + "carack", + "caracolito", + "caracul", + "carafate", + "carafe", + "caragana", + "caragana_arborescens", + "caragana_sinica", + "carageen", + "carambola", + "carambola_tree", + "caramel", + "caramel_apple", + "caramel_brown", + "caramel_bun", + "caramelized_sugar", + "carancha", + "caranda", + "caranda_palm", + "caranday", + "carangid", + "carangid_fish", + "carangidae", + "caranx", + "caranx_bartholomaei", + "caranx_crysos", + "caranx_hippos", + "carapace", + "carapidae", + "carassius", + "carassius_auratus", + "carassius_carassius", + "carassius_vulgaris", + "carat", + "caravaggio", + "caravan", + "caravan_inn", + "caravanning", + "caravansary", + "caravanserai", + "caraway", + "caraway_seed", + "caraway_seed_bread", + "carbamate", + "carbamic_acid", + "carbamide", + "carbide", + "carbine", + "carbineer", + "carbo_loading", + "carbohydrate", + "carbohydrate_loading", + "carbolic_acid", + "carboloy", + "carbomycin", + "carbon", + "carbon-14_dating", + "carbon_14", + "carbon_arc", + "carbon_arc_lamp", + "carbon_atom", + "carbon_black", + "carbon_copy", + "carbon_cycle", + "carbon_dating", + "carbon_dichloride", + "carbon_dioxide", + "carbon_dioxide_acidosis", + "carbon_disulfide", + "carbon_monoxide", + "carbon_monoxide_gas", + "carbon_monoxide_poisoning", + "carbon_nanotube", + "carbon_paper", + "carbon_process", + "carbon_steel", + "carbon_tet", + "carbon_tetrachloride", + "carbon_tetrahalide", + "carbonado", + "carbonara", + "carbonate", + "carbonated_water", + "carbonation", + "carbondale", + "carbonic_acid", + "carbonic_acid_gas", + "carboniferous", + "carboniferous_period", + "carbonisation", + "carbonization", + "carbonnade_flamande", + "carbonyl", + "carbonyl_group", + "carborundum", + "carboxyl", + "carboxyl_group", + "carboxylic_acid", + "carboxymethyl_cellulose", + "carboy", + "carbuncle", + "carburetor", + "carburettor", + "carcajou", + "carcase", + "carcass", + "carcharhinidae", + "carcharhinus", + "carcharhinus_leucas", + "carcharhinus_limbatus", + "carcharhinus_obscurus", + "carcharhinus_plumbeus", + "carcharias", + "carcharias_taurus", + "carchariidae", + "carcharinus_longimanus", + "carcharodon", + "carcharodon_carcharias", + "carcinogen", + "carcinoid", + "carcinoma", + "carcinoma_in_situ", + "carcinomatous_myopathy", + "carcinosarcoma", + "card", + "card-house", + "card_catalog", + "card_catalogue", + "card_game", + "card_index", + "card_player", + "card_shark", + "card_sharp", + "card_sharper", + "card_table", + "card_trick", + "cardamine", + "cardamine_bulbifera", + "cardamine_bulbosa", + "cardamine_diphylla", + "cardamine_douglasii", + "cardamine_pratensis", + "cardamine_rotundifolia", + "cardamom", + "cardamon", + "cardamum", + "cardboard", + "cardcase", + "cardcastle", + "cardholder", + "cardhouse", + "cardia", + "cardiac_arrest", + "cardiac_arrhythmia", + "cardiac_cycle", + "cardiac_glucoside", + "cardiac_glycoside", + "cardiac_insufficiency", + "cardiac_massage", + "cardiac_monitor", + "cardiac_murmur", + "cardiac_muscle", + "cardiac_output", + "cardiac_pacemaker", + "cardiac_plexus", + "cardiac_resuscitation", + "cardiac_rhythm", + "cardiac_sphincter", + "cardiac_tamponade", + "cardiac_valve", + "cardiff", + "cardigan", + "cardigan_welsh_corgi", + "cardiidae", + "cardinal", + "cardinal_bellarmine", + "cardinal_compass_point", + "cardinal_flower", + "cardinal_grosbeak", + "cardinal_newman", + "cardinal_number", + "cardinal_richelieu", + "cardinal_tetra", + "cardinal_vein", + "cardinal_virtue", + "cardinalate", + "cardinalfish", + "cardinalis_cardinalis", + "cardinality", + "cardinalship", + "cardiogenic_shock", + "cardiogram", + "cardiograph", + "cardiography", + "cardioid", + "cardioid_microphone", + "cardiologist", + "cardiology", + "cardiomegaly", + "cardiomyopathy", + "cardiopathy", + "cardiopulmonary_arrest", + "cardiopulmonary_exercise", + "cardiopulmonary_resuscitation", + "cardiospasm", + "cardiospermum", + "cardiospermum_grandiflorum", + "cardiospermum_halicacabum", + "cardiovascular_disease", + "cardiovascular_system", + "carditis", + "cardium", + "cardium_edule", + "cardizem", + "cardoon", + "cardroom", + "cards", + "cardsharp", + "cardsharper", + "carducci", + "carduelinae", + "carduelis", + "carduelis_cannabina", + "carduelis_carduelis", + "carduelis_cucullata", + "carduelis_flammea", + "carduelis_hornemanni", + "carduelis_spinus", + "cardura", + "carduus", + "carduus_crispus", + "carduus_nutans", + "care", + "care_delivery", + "careen", + "career", + "career_counseling", + "career_girl", + "career_man", + "careerism", + "careerist", + "carefreeness", + "carefulness", + "caregiver", + "carelessness", + "carelian", + "caress", + "caressing", + "caret", + "caretaker", + "caretta", + "caretta_caretta", + "carew", + "carex", + "carex_arenaria", + "carex_pseudocyperus", + "carfare", + "carful", + "cargo", + "cargo_area", + "cargo_container", + "cargo_cult", + "cargo_deck", + "cargo_door", + "cargo_hatch", + "cargo_helicopter", + "cargo_hold", + "cargo_liner", + "cargo_ship", + "cargo_ships", + "cargo_vessel", + "carhop", + "cariama", + "cariama_cristata", + "cariamidae", + "carib", + "carib_indian", + "carib_wood", + "caribbean", + "caribbean_island", + "caribbean_language", + "caribbean_sea", + "caribe", + "caribees", + "caribou", + "carica", + "carica_papaya", + "caricaceae", + "caricature", + "caricature_plant", + "caricaturist", + "caries", + "carillon", + "carillon_playing", + "carillonneur", + "carina", + "carina_fornicis", + "carinate", + "carinate_bird", + "caring", + "carioca", + "carissa", + "carissa_bispinosa", + "carissa_grandiflora", + "carissa_macrocarpa", + "carissa_plum", + "carjacking", + "carl_anderson", + "carl_august_nielsen", + "carl_clinton_van_doren", + "carl_david_anderson", + "carl_gustaf_mossander", + "carl_gustav_jung", + "carl_jung", + "carl_lewis", + "carl_maria_von_weber", + "carl_nielsen", + "carl_orff", + "carl_rogers", + "carl_sandburg", + "carl_van_doren", + "carl_von_linne", + "carl_xvi_gustaf", + "carl_xvi_gustav", + "carl_yastrzemski", + "carlina", + "carlina_acaulis", + "carlina_vulgaris", + "carline_thistle", + "carling_float", + "carlo_goldoni", + "carload", + "carlos", + "carlos_chavez", + "carlos_fuentes", + "carlos_the_jackal", + "carlovingian", + "carlovingian_dynasty", + "carlsbad", + "carlsbad_caverns", + "carlsbad_caverns_national_park", + "carlyle", + "carmaker", + "carmelite", + "carmelite_order", + "carmichael", + "carminative", + "carmine", + "carnage", + "carnal_abuse", + "carnal_knowledge", + "carnality", + "carnallite", + "carnassial_tooth", + "carnation", + "carnation_family", + "carnauba", + "carnauba_palm", + "carnauba_wax", + "carnegie", + "carnegie_mellon_university", + "carnegiea", + "carnegiea_gigantea", + "carnelian", + "carniolan_bee", + "carnival", + "carnivora", + "carnivore", + "carnivorous_bat", + "carnivorous_plant", + "carnosaur", + "carnosaura", + "carnot", + "carnot's_ideal_cycle", + "carnot_cycle", + "carnotite", + "carob", + "carob_bar", + "carob_bean", + "carob_bean_tree", + "carob_powder", + "carob_tree", + "caroche", + "carol", + "caroler", + "carolina", + "carolina_allspice", + "carolina_buckthorn", + "carolina_chickadee", + "carolina_hemlock", + "carolina_jasmine", + "carolina_lupine", + "carolina_moonseed", + "carolina_parakeet", + "carolina_pond_fern", + "carolina_spring_beauty", + "carolina_wren", + "carolinas", + "caroline_islands", + "caroling", + "carolingian", + "carolingian_dynasty", + "carolinian", + "caroller", + "carolus", + "carolus_linnaeus", + "carom", + "carotene", + "carotenemia", + "carotenoid", + "carothers", + "carotid_artery", + "carotid_body", + "carotid_plexus", + "carotin", + "carousal", + "carouse", + "carousel", + "carouser", + "carp", + "carpal", + "carpal_bone", + "carpal_tunnel", + "carpal_tunnel_syndrome", + "carpathian_mountains", + "carpathians", + "carpel", + "carpentaria", + "carpenter", + "carpenter's_hammer", + "carpenter's_kit", + "carpenter's_level", + "carpenter's_mallet", + "carpenter's_plane", + "carpenter's_rule", + "carpenter's_saw", + "carpenter's_square", + "carpenter_ant", + "carpenter_bee", + "carpenteria", + "carpenteria_californica", + "carpentry", + "carper", + "carpet", + "carpet_beater", + "carpet_beetle", + "carpet_bombing", + "carpet_bug", + "carpet_grass", + "carpet_knight", + "carpet_loom", + "carpet_moth", + "carpet_pad", + "carpet_shark", + "carpet_slipper", + "carpet_snake", + "carpet_sweeper", + "carpet_tack", + "carpetbag", + "carpetbagger", + "carpeting", + "carpetweed", + "carpetweed_family", + "carphophis", + "carphophis_amoenus", + "carpinaceae", + "carping", + "carpinus", + "carpinus_betulus", + "carpinus_caroliniana", + "carpobrotus", + "carpobrotus_edulis", + "carpocapsa", + "carpocapsa_pomonella", + "carpodacus", + "carpodacus_mexicanus", + "carpodacus_purpureus", + "carpophore", + "carport", + "carpospore", + "carpus", + "carrack", + "carrageen", + "carrageenan", + "carrageenin", + "carragheen", + "carrefour", + "carrel", + "carrell", + "carrere", + "carriage", + "carriage_bolt", + "carriage_dog", + "carriage_house", + "carriage_return", + "carriage_trade", + "carriage_wrench", + "carriageway", + "carrick_bend", + "carrick_bitt", + "carrier", + "carrier_bag", + "carrier_electrophoresis", + "carrier_pigeon", + "carrier_wave", + "carrion", + "carrion_crow", + "carrion_flower", + "carrion_fungus", + "carrizo", + "carroll", + "carron_oil", + "carrot", + "carrot_family", + "carrot_juice", + "carrot_pudding", + "carrot_stick", + "carrottop", + "carrousel", + "carry", + "carry-forward", + "carry-over", + "carry_amelia_moore_nation", + "carry_nation", + "carryall", + "carrycot", + "carrying_charge", + "carrying_cost", + "carrying_into_action", + "carrying_out", + "carson", + "carson_city", + "carson_mccullers", + "carson_smith_mccullers", + "cart", + "cart-track_plant", + "cart_horse", + "cart_track", + "cartage", + "cartagena", + "cartagena_bark", + "carte", + "carte_blanche", + "carte_du_jour", + "cartel", + "carter", + "carter_administration", + "cartesian", + "cartesian_coordinate", + "cartesian_coordinate_system", + "cartesian_plane", + "cartesian_product", + "carthage", + "carthaginian", + "carthamus", + "carthamus_tinctorius", + "carthorse", + "carthusian", + "carthusian_order", + "cartier", + "cartilage", + "cartilage_bone", + "cartilaginification", + "cartilaginous_fish", + "cartilaginous_structure", + "cartilaginous_tube", + "carting", + "cartload", + "cartographer", + "cartography", + "carton", + "cartonful", + "cartoon", + "cartoon_strip", + "cartoonist", + "cartouch", + "cartouche", + "cartridge", + "cartridge_belt", + "cartridge_brass", + "cartridge_clip", + "cartridge_ejector", + "cartridge_extractor", + "cartridge_font", + "cartridge_fuse", + "cartridge_holder", + "cartridge_paper", + "cartridge_remover", + "cartroad", + "cartwheel", + "cartwright", + "carum", + "carum_carvi", + "caruncle", + "caruncula", + "caruso", + "carvedilol", + "carver", + "carving", + "carving_fork", + "carving_knife", + "cary_grant", + "carya", + "carya_aquatica", + "carya_cordiformis", + "carya_glabra", + "carya_illinoensis", + "carya_illinoinsis", + "carya_laciniosa", + "carya_myristicaeformis", + "carya_myristiciformis", + "carya_ovata", + "carya_tomentosa", + "caryatid", + "caryocar", + "caryocar_nuciferum", + "caryocaraceae", + "caryophyllaceae", + "caryophyllaceous_plant", + "caryophyllales", + "caryophyllidae", + "caryophylloid_dicot_family", + "caryophylloid_dicot_genus", + "caryopsis", + "caryota", + "caryota_urens", + "casaba", + "casaba_melon", + "casablanca", + "casals", + "casanova", + "casanova_de_seingalt", + "casava", + "casbah", + "cascabel", + "cascade", + "cascade_everlasting", + "cascade_liquefier", + "cascade_mountains", + "cascade_penstemon", + "cascade_range", + "cascade_transformer", + "cascades", + "cascades_frog", + "cascading_menu", + "cascara", + "cascara_buckthorn", + "cascara_sagrada", + "cascarilla", + "cascarilla_bark", + "case", + "case-fatality_proportion", + "case-hardened_steel", + "case-to-infection_proportion", + "case-to-infection_ratio", + "case_agreement", + "case_history", + "case_in_point", + "case_knife", + "case_law", + "case_load", + "case_officer", + "case_shot", + "case_study", + "casebook", + "caseful", + "casein", + "casein_glue", + "casein_paint", + "casemaking_clothes_moth", + "casement", + "casement_window", + "casern", + "casework", + "caseworker", + "caseworm", + "casey_jones", + "casey_stengel", + "cash", + "cash_account", + "cash_advance", + "cash_bar", + "cash_basis", + "cash_card", + "cash_cow", + "cash_crop", + "cash_dispenser", + "cash_equivalent", + "cash_flow", + "cash_in_hand", + "cash_machine", + "cash_price", + "cash_register", + "cash_surrender_value", + "cashbox", + "cashcard", + "cashew", + "cashew_nut", + "cashew_tree", + "cashier", + "cashier's_check", + "cashier's_cheque", + "cashmere", + "cashmere_goat", + "casimir_funk", + "casing", + "casino", + "casino-hotel", + "cask", + "casket", + "caskful", + "casmerodius", + "casmerodius_albus", + "caspar", + "caspar_bartholin", + "caspase", + "caspase-mediated_cell_death", + "casper", + "caspian", + "caspian_sea", + "casque", + "casquet", + "casquetel", + "cass_gilbert", + "cassandra", + "cassareep", + "cassava", + "cassava_starch", + "cassegrainian_telescope", + "casserole", + "cassette", + "cassette_deck", + "cassette_player", + "cassette_recorder", + "cassette_tape", + "cassia", + "cassia-bark_tree", + "cassia_acutifolia", + "cassia_alata", + "cassia_augustifolia", + "cassia_auriculata", + "cassia_bark", + "cassia_fasciculata", + "cassia_fistula", + "cassia_grandis", + "cassia_javonica", + "cassia_marginata", + "cassia_marilandica", + "cassia_occidentalis", + "cassia_roxburghii", + "cassia_tora", + "cassie", + "cassin's_kingbird", + "cassino", + "cassiope", + "cassiope_mertensiana", + "cassiopeia", + "cassirer", + "cassiri", + "cassite", + "cassiterite", + "cassius", + "cassius_clay", + "cassius_longinus", + "cassius_marcellus_clay", + "cassock", + "cassowary", + "cast", + "cast-iron_plant", + "cast_iron", + "cast_of_characters", + "castanea", + "castanea_chrysophylla", + "castanea_crenata", + "castanea_dentata", + "castanea_mollissima", + "castanea_ozarkensis", + "castanea_pumila", + "castanea_sativa", + "castanets", + "castanopsis", + "castanopsis_chrysophylla", + "castanospermum", + "castaway", + "caste", + "caste_system", + "caster", + "caster_sugar", + "castigation", + "castile", + "castile_soap", + "castilian", + "castilla", + "castilleia", + "castilleja", + "castilleja_chromosa", + "castilleja_miniata", + "castilleja_sessiliflora", + "castilleja_sulphurea", + "castillian", + "casting", + "casting_lots", + "casting_vote", + "castle", + "castle_in_spain", + "castle_in_the_air", + "castling", + "castor", + "castor-oil_plant", + "castor_bean", + "castor_bean_plant", + "castor_canadensis", + "castor_fiber", + "castor_oil", + "castor_sugar", + "castoridae", + "castoroides", + "castrate", + "castration", + "castration_anxiety", + "castrato", + "castries", + "castro", + "castroism", + "casualness", + "casualty", + "casualty_care_research_center", + "casuaridae", + "casuariiformes", + "casuarina", + "casuarina_equisetfolia", + "casuarinaceae", + "casuarinales", + "casuarius", + "casuist", + "casuistry", + "casus_belli", + "cat", + "cat's-claw", + "cat's-ear", + "cat's-paw", + "cat's-tail", + "cat's_cradle", + "cat's_eye", + "cat's_feet", + "cat's_foot", + "cat-o'-nine-tails", + "cat_and_mouse", + "cat_and_rat", + "cat_bear", + "cat_box", + "cat_burglar", + "cat_cracker", + "cat_fancier", + "cat_flea", + "cat_food", + "cat_rig", + "cat_scan", + "cat_scanner", + "cat_scratch_disease", + "cat_shark", + "cat_sleep", + "cat_squirrel", + "cat_suit", + "cat_thyme", + "cat_valium", + "catabatic_wind", + "catabiosis", + "catabolism", + "catacala", + "catachresis", + "cataclysm", + "catacomb", + "catafalque", + "cataflam", + "catalan", + "catalase", + "catalectic", + "catalepsy", + "cataleptic", + "catalexis", + "catalina_cherry", + "catalina_island", + "catalog", + "catalog_buying", + "cataloged_procedure", + "cataloger", + "catalogue", + "cataloguer", + "catalonia", + "catalpa", + "catalpa_bignioides", + "catalpa_speciosa", + "catalufa", + "catalysis", + "catalyst", + "catalytic_converter", + "catalytic_cracker", + "catamaran", + "catamenia", + "catamite", + "catamount", + "catamountain", + "catananche", + "catananche_caerulea", + "cataphasia", + "cataphatism", + "cataphoresis", + "cataphract", + "cataphyll", + "cataplasia", + "cataplasm", + "catapres", + "catapult", + "cataract", + "cataract_canyon", + "cataract_surgery", + "catarrh", + "catarrhal_fever", + "catarrhine", + "catasetum", + "catasetum_macrocarpum", + "catastrophe", + "catastrophic_illness", + "catatonia", + "catatonic_schizophrenia", + "catatonic_type_schizophrenia", + "catawba", + "catbird", + "catboat", + "catbrier", + "catcall", + "catch", + "catch_crop", + "catch_phrase", + "catchall", + "catcher", + "catcher's_mask", + "catchfly", + "catching", + "catchment", + "catchment_area", + "catchment_basin", + "catchphrase", + "catchweed", + "catchword", + "catclaw", + "catechesis", + "catechetical_instruction", + "catechin", + "catechism", + "catechist", + "catecholamine", + "catechu", + "catechumen", + "categorem", + "categoreme", + "categorical_imperative", + "categorisation", + "categorization", + "category", + "catena", + "catenary", + "caterer", + "catering", + "caterpillar", + "caterpillar_track", + "caterpillar_tread", + "caterwaul", + "catfish", + "catgut", + "catha", + "catha_edulis", + "catharacta", + "catharacta_skua", + "catharanthus", + "catharanthus_roseus", + "cathari", + "catharism", + "cathars", + "catharsis", + "cathartes", + "cathartes_aura", + "cathartic", + "cathartid", + "cathartidae", + "cathay", + "cathaya", + "cathedra", + "cathedral", + "cather", + "catherine", + "catherine_de_medicis", + "catherine_howard", + "catherine_i", + "catherine_ii", + "catherine_of_aragon", + "catherine_parr", + "catherine_the_great", + "catherine_wheel", + "catheter", + "catheterisation", + "catheterization", + "cathexis", + "cathode", + "cathode-ray_oscilloscope", + "cathode-ray_tube", + "cathode_ray", + "catholic", + "catholic_church", + "catholic_pope", + "catholic_reaction_force", + "catholic_school", + "catholicism", + "catholicity", + "catholicon", + "catholicos", + "cathouse", + "cation", + "cationic_detergent", + "catjang_pea", + "catkin", + "catling", + "catmint", + "catnap", + "catnip", + "catocala_nupta", + "catoptrics", + "catoptrophorus", + "catoptrophorus_semipalmatus", + "catostomid", + "catostomidae", + "catostomus", + "catskill_mountains", + "catskills", + "catsup", + "catsup_bottle", + "cattail", + "cattail_family", + "cattail_millet", + "cattalo", + "cattell", + "cattie", + "cattiness", + "cattle", + "cattle_boat", + "cattle_breeding", + "cattle_cake", + "cattle_car", + "cattle_drive", + "cattle_egret", + "cattle_farm", + "cattle_grid", + "cattle_guard", + "cattle_pen", + "cattle_plague", + "cattle_ranch", + "cattle_thief", + "cattle_trail", + "cattleman", + "cattleship", + "cattley_guava", + "cattleya", + "cattleya_citrina", + "catty", + "catullus", + "catwalk", + "caucasia", + "caucasian", + "caucasian_language", + "caucasian_race", + "caucasian_walnut", + "caucasoid_race", + "caucasus", + "caucasus_mountains", + "caucus", + "cauda", + "caudal_anaesthesia", + "caudal_anesthesia", + "caudal_appendage", + "caudal_block", + "caudal_fin", + "caudal_vertebra", + "caudata", + "caudate", + "caudate_nucleus", + "caudex", + "caudine_forks", + "caul", + "cauldron", + "cauliflower", + "cauliflower_ear", + "caulk", + "caulking", + "caulophyllum", + "caulophyllum_thalictrioides", + "caulophyllum_thalictroides", + "causa", + "causal_agency", + "causal_agent", + "causal_factor", + "causalgia", + "causality", + "causation", + "cause", + "cause_celebre", + "cause_of_action", + "cause_of_death", + "causerie", + "causeway", + "causing", + "caustic", + "caustic_lime", + "caustic_potash", + "caustic_remark", + "caustic_soda", + "cauterant", + "cauterisation", + "cauterization", + "cautery", + "caution", + "cautious", + "cautious_statement", + "cautiousness", + "cavalcade", + "cavalier", + "cavalier_hat", + "cavalla", + "cavalry", + "cavalry_horse", + "cavalry_sword", + "cavalryman", + "cave", + "cave_bat", + "cave_dweller", + "cave_in", + "cave_man", + "cave_myotis", + "caveat", + "caveat_emptor", + "cavell", + "caveman", + "cavendish", + "cavern", + "cavernous_sinus", + "cavetto", + "cavia", + "cavia_cobaya", + "cavia_porcellus", + "caviar", + "caviare", + "caviidae", + "cavil", + "caviler", + "caviller", + "cavity", + "cavity_resonator", + "cavity_wall", + "caviuna_wood", + "cavum", + "cavy", + "caw", + "caxton", + "cay", + "cayenne", + "cayenne_jasmine", + "cayenne_pepper", + "cayman", + "cayman_islands", + "cayman_islands_dollar", + "cayuga", + "cayuga_lake", + "cayuse", + "cazique", + "cbc", + "cbr", + "cc", + "ccrc", + "cd", + "cd-r", + "cd-rom", + "cd-rom_drive", + "cd-wo", + "cd4", + "cd4_cell", + "cd4_t_cell", + "cd8", + "cd8_cell", + "cd8_t_cell", + "cd_burner", + "cd_drive", + "cd_player", + "cdc", + "cdna", + "ce", + "cease", + "cease-fire", + "cease_and_desist_order", + "ceaselessness", + "cebidae", + "cebu", + "cebu_city", + "cebu_maguey", + "cebuan", + "cebuano", + "cebuella", + "cebuella_pygmaea", + "cebus", + "cebus_capucinus", + "cecal_appendage", + "cecidomyidae", + "cecil_b._demille", + "cecil_blount_demille", + "cecil_frank_powell", + "cecil_j._rhodes", + "cecil_john_rhodes", + "cecil_rhodes", + "cecil_scott_forester", + "cecity", + "cecropia", + "cecropia_moth", + "cecropia_peltata", + "cecropiaceae", + "cecum", + "cedar", + "cedar-apple_rust", + "cedar_chest", + "cedar_elm", + "cedar_mahogany", + "cedar_nut", + "cedar_of_goa", + "cedar_of_lebanon", + "cedar_rapids", + "cedar_tree", + "cedar_waxwing", + "cedarbird", + "cedarwood", + "cedi", + "cedilla", + "ceding", + "ceding_back", + "cedrela", + "cedrela_calantas", + "cedrela_odorata", + "cedrus", + "cedrus_atlantica", + "cedrus_deodara", + "cedrus_libani", + "cefadroxil", + "cefobid", + "cefoperazone", + "cefotaxime", + "ceftazidime", + "ceftin", + "ceftriaxone", + "cefuroxime", + "ceiba", + "ceiba_pentandra", + "ceiba_tree", + "ceibo", + "ceilidh", + "ceiling", + "celandine", + "celandine_poppy", + "celastraceae", + "celastric_articulatus", + "celastrus", + "celastrus_orbiculatus", + "celastrus_scandens", + "celebes", + "celebrant", + "celebrater", + "celebration", + "celebrator", + "celebrex", + "celebrity", + "celecoxib", + "celeriac", + "celerity", + "celery", + "celery-leaved_buttercup", + "celery-topped_pine", + "celery_blight", + "celery_cabbage", + "celery_pine", + "celery_root", + "celery_salt", + "celery_seed", + "celery_stick", + "celery_top_pine", + "celesta", + "celestial_body", + "celestial_city", + "celestial_equator", + "celestial_globe", + "celestial_guidance", + "celestial_hierarchy", + "celestial_horizon", + "celestial_latitude", + "celestial_longitude", + "celestial_mechanics", + "celestial_navigation", + "celestial_orbit", + "celestial_point", + "celestial_pole", + "celestial_sphere", + "celestite", + "celiac_artery", + "celiac_disease", + "celiac_trunk", + "celibacy", + "celibate", + "celiocentesis", + "celioma", + "celioscopy", + "cell", + "cell-mediated_immune_response", + "cell_death", + "cell_division", + "cell_doctrine", + "cell_membrane", + "cell_nucleus", + "cell_organ", + "cell_organelle", + "cell_theory", + "cell_wall", + "cellar", + "cellarage", + "cellaret", + "cellblock", + "cellini", + "cellist", + "cello", + "cellophane", + "cellphone", + "cellular_division", + "cellular_inclusion", + "cellular_phone", + "cellular_respiration", + "cellular_slime_mold", + "cellular_telephone", + "cellularity", + "cellulite", + "cellulitis", + "celluloid", + "cellulose", + "cellulose_acetate", + "cellulose_ester", + "cellulose_nitrate", + "cellulose_tape", + "cellulose_triacetate", + "cellulose_xanthate", + "cellulosic", + "celom", + "celoma", + "celosia", + "celosia_argentea", + "celosia_argentea_cristata", + "celosia_cristata", + "celsius", + "celsius_scale", + "celt", + "celtic", + "celtic_cross", + "celtic_deity", + "celtic_language", + "celtis", + "celtis_australis", + "celtis_laevigata", + "celtis_occidentalis", + "celtuce", + "cembalo", + "cembra_nut", + "cembra_nut_tree", + "cement", + "cement_mixer", + "cementite", + "cementum", + "cemetery", + "cenchrus", + "cenchrus_ciliaris", + "cenchrus_tribuloides", + "cenobite", + "cenogenesis", + "cenotaph", + "cenozoic", + "cenozoic_era", + "censer", + "censor", + "censoring", + "censorship", + "censure", + "census", + "census_bureau", + "census_taker", + "cent", + "cental", + "centare", + "centas", + "centaur", + "centaurea", + "centaurea_americana", + "centaurea_cineraria", + "centaurea_cyanus", + "centaurea_gymnocarpa", + "centaurea_imperialis", + "centaurea_moschata", + "centaurea_nigra", + "centaurea_scabiosa", + "centaurea_solstitialis", + "centauria_calcitrapa", + "centaurium", + "centaurium_calycosum", + "centaurium_minus", + "centaurium_scilloides", + "centaurus", + "centaury", + "centavo", + "centenarian", + "centenary", + "centennial", + "centennial_state", + "center", + "center_bit", + "center_field", + "center_fielder", + "center_for_disease_control_and_prevention", + "center_line", + "center_of_attention", + "center_of_buoyancy", + "center_of_curvature", + "center_of_flotation", + "center_of_gravity", + "center_of_immersion", + "center_of_mass", + "center_punch", + "center_spread", + "center_stage", + "centerboard", + "centerfield", + "centerfielder", + "centerfold", + "centering", + "centerline", + "centerpiece", + "centesimo", + "centesis", + "centigrade_scale", + "centigrade_thermometer", + "centile", + "centiliter", + "centilitre", + "centime", + "centimeter", + "centimetre", + "centimo", + "centipede", + "centner", + "central", + "central_africa", + "central_african_republic", + "central_african_republic_franc", + "central_america", + "central_american", + "central_american_country", + "central_american_nation", + "central_american_strap_fern", + "central_artery_of_the_retina", + "central_bank", + "central_body", + "central_chimpanzee", + "central_city", + "central_dravidian", + "central_gyrus", + "central_heating", + "central_intelligence_agency", + "central_intelligence_machinery", + "central_nervous_system", + "central_office", + "central_park", + "central_powers", + "central_processing_unit", + "central_processor", + "central_scotoma", + "central_standard_time", + "central_sulcus", + "central_thai", + "central_time", + "central_vein_of_retina", + "central_vein_of_suprarenal_gland", + "central_veins_of_liver", + "central_vision", + "centralisation", + "centralism", + "centrality", + "centralization", + "centranthus", + "centranthus_ruber", + "centrarchid", + "centrarchidae", + "centre", + "centre_bit", + "centre_for_international_crime_prevention", + "centre_of_attention", + "centre_of_buoyancy", + "centre_of_curvature", + "centre_of_flotation", + "centre_of_gravity", + "centre_of_immersion", + "centre_of_mass", + "centre_spread", + "centre_stage", + "centreboard", + "centrefold", + "centrepiece", + "centrex", + "centrifugal_force", + "centrifugal_pump", + "centrifugation", + "centrifuge", + "centriole", + "centripetal_acceleration", + "centripetal_force", + "centriscidae", + "centrism", + "centrist", + "centrocercus", + "centrocercus_urophasianus", + "centroid", + "centrolobium", + "centrolobium_robustum", + "centromere", + "centropistes_striata", + "centropomidae", + "centropomus", + "centropristis", + "centropristis_philadelphica", + "centropus", + "centropus_phasianinus", + "centropus_sinensis", + "centrosema", + "centrosema_virginianum", + "centrosome", + "centrospermae", + "centrum", + "centunculus", + "centurion", + "century", + "century_plant", + "ceo", + "cephalalgia", + "cephalanthera", + "cephalanthera_rubra", + "cephalaspid", + "cephalaspida", + "cephalexin", + "cephalhematoma", + "cephalic_index", + "cephalic_vein", + "cephalitis", + "cephalobidae", + "cephalochordata", + "cephalochordate", + "cephaloglycin", + "cephalohematoma", + "cephalometry", + "cephalopod", + "cephalopod_mollusk", + "cephalopoda", + "cephalopterus", + "cephalopterus_ornatus", + "cephaloridine", + "cephalosporin", + "cephalotaceae", + "cephalotaxaceae", + "cephalotaxus", + "cephalothin", + "cephalotus", + "cephalotus_follicularis", + "cepheus", + "cepphus", + "cepphus_columba", + "cepphus_grylle", + "cer", + "cerambycidae", + "ceramic", + "ceramic_ware", + "ceramicist", + "ceramics", + "ceramist", + "cerapteryx", + "cerapteryx_graminis", + "ceras", + "cerastes", + "cerastes_cornutus", + "cerastium", + "cerastium_alpinum", + "cerastium_arvense", + "cerastium_tomentosum", + "cerate", + "ceratin", + "ceratitis", + "ceratitis_capitata", + "ceratodontidae", + "ceratodus", + "ceratonia", + "ceratonia_siliqua", + "ceratopetalum", + "ceratopetalum_gummiferum", + "ceratophyllaceae", + "ceratophyllum", + "ceratopogon", + "ceratopogonidae", + "ceratopsia", + "ceratopsian", + "ceratopsidae", + "ceratopteris", + "ceratopteris_pteridioides", + "ceratopteris_thalictroides", + "ceratosaur", + "ceratosaurus", + "ceratostomataceae", + "ceratostomella", + "ceratostomella_ulmi", + "ceratotherium", + "ceratotherium_simum", + "ceratozamia", + "cerberus", + "cercaria", + "cercidiphyllaceae", + "cercidiphyllum", + "cercidiphyllum_japonicum", + "cercidium", + "cercidium_floridum", + "cercis", + "cercis_canadensis", + "cercis_occidentalis", + "cercocebus", + "cercopidae", + "cercopithecidae", + "cercopithecus", + "cercopithecus_aethiops", + "cercopithecus_aethiops_pygerythrus", + "cercopithecus_aethiops_sabaeus", + "cercopithecus_talapoin", + "cercospora", + "cercospora_kopkei", + "cercosporella", + "cere", + "cereal", + "cereal_bowl", + "cereal_box", + "cereal_grass", + "cereal_oat", + "cerebellar_artery", + "cerebellar_hemisphere", + "cerebellar_vein", + "cerebellum", + "cerebral_aneurysm", + "cerebral_aqueduct", + "cerebral_artery", + "cerebral_cortex", + "cerebral_death", + "cerebral_edema", + "cerebral_hemisphere", + "cerebral_hemorrhage", + "cerebral_mantle", + "cerebral_palsy", + "cerebral_peduncle", + "cerebral_thrombosis", + "cerebral_vein", + "cerebration", + "cerebromeningitis", + "cerebrospinal_fever", + "cerebrospinal_fluid", + "cerebrospinal_meningitis", + "cerebrovascular_accident", + "cerebrum", + "cerecloth", + "cerement", + "ceremonial", + "ceremonial_dance", + "ceremonial_occasion", + "ceremoniousness", + "ceremony", + "ceres", + "ceresin", + "cereus", + "ceriman", + "cerise", + "cerium", + "cerivastatin", + "cero", + "cerotic_acid", + "ceroxylon", + "ceroxylon_alpinum", + "ceroxylon_andicola", + "cert", + "certainty", + "certhia", + "certhia_americana", + "certhia_familiaris", + "certhiidae", + "certificate", + "certificate_of_deposit", + "certificate_of_incorporation", + "certificate_of_indebtedness", + "certification", + "certified_check", + "certified_cheque", + "certified_milk", + "certified_public_accountant", + "certiorari", + "certitude", + "cerulean", + "cerulean_blue", + "cerumen", + "ceruse", + "cerussite", + "cervantes", + "cervantes_saavedra", + "cervical_artery", + "cervical_canal", + "cervical_cap", + "cervical_disc_syndrome", + "cervical_glands", + "cervical_glands_of_the_uterus", + "cervical_nerve", + "cervical_plexus", + "cervical_root_syndrome", + "cervical_smear", + "cervical_vein", + "cervical_vertebra", + "cervicitis", + "cervicofacial_actinomycosis", + "cervid", + "cervidae", + "cervix", + "cervix_uteri", + "cervus", + "cervus_elaphus", + "cervus_elaphus_canadensis", + "cervus_nipon", + "cervus_sika", + "cervus_unicolor", + "ceryle", + "ceryle_alcyon", + "cesar_chavez", + "cesar_estrada_chavez", + "cesar_franck", + "cesar_ritz", + "cesare_borgia", + "cesarean", + "cesarean_delivery", + "cesarean_section", + "cesarian", + "cesarian_section", + "cesium", + "cesium_137", + "cessation", + "cession", + "cesspit", + "cesspool", + "cestida", + "cestidae", + "cestoda", + "cestode", + "cestrum", + "cestrum_diurnum", + "cestrum_nocturnum", + "cestum", + "cestum_veneris", + "cetacea", + "cetacean", + "cetacean_mammal", + "cetchup", + "ceterach", + "ceterach_officinarum", + "cetonia", + "cetonia_aurata", + "cetoniidae", + "cetorhinidae", + "cetorhinus", + "cetorhinus_maximus", + "cetraria", + "cetraria_islandica", + "cetrimide", + "cetus", + "cewa", + "ceylon", + "ceylon_bowstring_hemp", + "ceylon_cinnamon", + "ceylon_cinnamon_tree", + "ceylon_gooseberry", + "ceylonite", + "cezanne", + "cf", + "cfc", + "cfo", + "cftr", + "cgs", + "cgs_system", + "ch'i", + "ch'in", + "ch'in_dynasty", + "ch'in_shih_huang_ti", + "ch'ing", + "ch'ing_dynasty", + "cha-cha", + "cha-cha-cha", + "chabad", + "chabad-lubavitch", + "chabad_hasidism", + "chabasite", + "chabazite", + "chablis", + "chachalaca", + "chachka", + "chacma", + "chacma_baboon", + "chad", + "chadar", + "chaddar", + "chadian", + "chadian_franc", + "chadic", + "chadic_language", + "chadlock", + "chador", + "chaenactis", + "chaenomeles", + "chaenomeles_japonica", + "chaenomeles_speciosa", + "chaenopsis", + "chaenopsis_ocellata", + "chaeronea", + "chaeta", + "chaetodipterus", + "chaetodipterus_faber", + "chaetodon", + "chaetodontidae", + "chaetognath", + "chaetognatha", + "chafe", + "chafeweed", + "chaff", + "chaffinch", + "chaffweed", + "chafing", + "chafing_dish", + "chafing_gear", + "chaga", + "chagall", + "chagatai", + "chagga", + "chagrin", + "chahta", + "chaim_azriel_weizmann", + "chaim_soutine", + "chaim_weizmann", + "chain", + "chain-smoker", + "chain_armor", + "chain_armour", + "chain_fern", + "chain_gang", + "chain_letter", + "chain_lightning", + "chain_mail", + "chain_of_mountains", + "chain_pickerel", + "chain_pike", + "chain_printer", + "chain_reaction", + "chain_reactor", + "chain_saw", + "chain_stitch", + "chain_store", + "chain_tongs", + "chain_wrench", + "chainlink_fence", + "chains", + "chainsaw", + "chair", + "chair_car", + "chair_lift", + "chair_of_state", + "chairlift", + "chairman", + "chairman_of_the_board", + "chairmanship", + "chairperson", + "chairwoman", + "chaise", + "chaise_longue", + "chait", + "chaja", + "chalaza", + "chalazion", + "chalcanthite", + "chalcedon", + "chalcedony", + "chalcid", + "chalcid_fly", + "chalcid_wasp", + "chalcidae", + "chalcidfly", + "chalcididae", + "chalcis", + "chalcis_fly", + "chalcocite", + "chalcopyrite", + "chalcostigma", + "chaldaea", + "chaldaean", + "chaldea", + "chaldean", + "chaldee", + "chaldron", + "chalet", + "chalice", + "chalice_vine", + "chalk", + "chalk_dust", + "chalk_line", + "chalk_pit", + "chalk_talk", + "chalkboard", + "chalkpit", + "chalkstone", + "challah", + "challenge", + "challenger", + "challis", + "chalons", + "chalons-sur-marne", + "chalybite", + "chamaea", + "chamaea_fasciata", + "chamaecrista", + "chamaecrista_fasciculata", + "chamaecyparis", + "chamaecyparis_lawsoniana", + "chamaecyparis_nootkatensis", + "chamaecyparis_thyoides", + "chamaecytisus", + "chamaecytisus_palmensis", + "chamaedaphne", + "chamaedaphne_calyculata", + "chamaeleo", + "chamaeleo_chamaeleon", + "chamaeleo_oweni", + "chamaeleon", + "chamaeleonidae", + "chamaeleontidae", + "chamaemelum", + "chamaemelum_nobilis", + "chamber", + "chamber_music", + "chamber_of_commerce", + "chamber_orchestra", + "chambered_nautilus", + "chamberlain", + "chambermaid", + "chamberpot", + "chambers", + "chambray", + "chameleon", + "chameleon_tree_frog", + "chamfer", + "chamfer_bit", + "chamfer_plane", + "chamfron", + "chammy", + "chammy_leather", + "chamois", + "chamois_cloth", + "chamois_cress", + "chamois_leather", + "chamomile", + "chamosite", + "champ", + "champagne", + "champagne-ardenne", + "champagne_cup", + "champagne_flute", + "champaign", + "champerty", + "champion", + "champion_lode", + "championship", + "champlain", + "champollion", + "champs_elysees", + "chanal", + "chanar", + "chance", + "chance-half_correlation", + "chance-medley", + "chance_event", + "chance_variable", + "chancel", + "chancellery", + "chancellor", + "chancellor_of_the_exchequer", + "chancellorship", + "chancellorsville", + "chancery", + "chancre", + "chancroid", + "chandelier", + "chandelle", + "chandi", + "chandler", + "chandlery", + "chanfron", + "chang", + "chang_jiang", + "chang_kuo", + "chang_kuo-lao", + "changan", + "change", + "change-of-pace", + "change-of-pace_ball", + "change-up", + "change_of_color", + "change_of_course", + "change_of_direction", + "change_of_integrity", + "change_of_life", + "change_of_location", + "change_of_magnitude", + "change_of_mind", + "change_of_shape", + "change_of_state", + "change_ringing", + "changeability", + "changeableness", + "changefulness", + "changelessness", + "changeling", + "changeover", + "changer", + "changjiang", + "changtzu", + "channel", + "channel_bass", + "channel_capacity", + "channel_cat", + "channel_catfish", + "channel_island", + "channel_islands_national_park", + "channel_tunnel", + "channelisation", + "channelization", + "channels", + "channidae", + "channukah", + "channukkah", + "chanoyu", + "chanson_de_geste", + "chant", + "chantarelle", + "chanter", + "chanterelle", + "chantey", + "chanting", + "chantry", + "chanty", + "chanukah", + "chanukkah", + "chao_phraya", + "chaos", + "chaotic_attractor", + "chap", + "chaparral", + "chaparral_broom", + "chaparral_cock", + "chaparral_mallow", + "chaparral_pea", + "chaparral_sage", + "chapati", + "chapatti", + "chapeau", + "chapel", + "chapel_hill", + "chapel_service", + "chapelgoer", + "chaperon", + "chaperone", + "chapiter", + "chaplain", + "chaplaincy", + "chaplainship", + "chaplet", + "chaplin", + "chapman", + "chapter", + "chapterhouse", + "chapultepec", + "char", + "chara", + "charabanc", + "characeae", + "characid", + "characidae", + "characin", + "characin_fish", + "characinidae", + "character", + "character-at-a-time_printer", + "character_actor", + "character_assassination", + "character_printer", + "character_reference", + "character_set", + "character_witness", + "characterisation", + "characterisic_function", + "characteristic", + "characteristic_curve", + "characteristic_root_of_a_square_matrix", + "characterization", + "charade", + "charades", + "charadrii", + "charadriidae", + "charadriiformes", + "charadrius", + "charadrius_melodus", + "charadrius_morinellus", + "charadrius_vociferus", + "charales", + "charcoal", + "charcoal_burner", + "charcoal_gray", + "charcoal_grey", + "charcot", + "charcot-marie-tooth_disease", + "charcuterie", + "chard", + "chard_plant", + "chardonnay", + "chardonnay_grape", + "charge", + "charge-exchange_accelerator", + "charge_account", + "charge_account_credit", + "charge_card", + "charge_d'affaires", + "charge_of_quarters", + "charge_per_unit", + "charge_plate", + "charge_sheet", + "charge_unit", + "chargeman", + "charger", + "chari", + "chari-nile", + "chari_river", + "charina", + "charina_bottae", + "chariness", + "chariot", + "chariot_race", + "charioteer", + "charisma", + "charitable_trust", + "charitableness", + "charity", + "charity_case", + "charity_shot", + "charity_throw", + "charity_toss", + "charivari", + "charlatan", + "charlatanism", + "charlemagne", + "charleroi", + "charles", + "charles's_law", + "charles's_wain", + "charles_a._lindbergh", + "charles_andre_joseph_marie_de_gaulle", + "charles_augustin_de_coulomb", + "charles_augustus_lindbergh", + "charles_baudelaire", + "charles_bullfinch", + "charles_camille_saint-saens", + "charles_christopher_parker", + "charles_cornwallis", + "charles_dana_gibson", + "charles_darwin", + "charles_de_gaulle", + "charles_dickens", + "charles_digby_harrod", + "charles_dillon_stengel", + "charles_dodgson", + "charles_dudley_warner", + "charles_eames", + "charles_edouard_jeanneret", + "charles_edward_berry", + "charles_edward_ives", + "charles_evans_hughes", + "charles_farrar_browne", + "charles_follen_mckim", + "charles_fourier", + "charles_francis_hall", + "charles_francois_gounod", + "charles_franklin_kettering", + "charles_frederick_menninger", + "charles_frederick_worth", + "charles_goodyear", + "charles_grey", + "charles_hard_townes", + "charles_hardin_holley", + "charles_henry_harrod", + "charles_herbert_best", + "charles_i", + "charles_ii", + "charles_ix", + "charles_james_fox", + "charles_john_huffam_dickens", + "charles_joseph_clark", + "charles_kay_ogden", + "charles_kettering", + "charles_l'enfant", + "charles_lamb", + "charles_laughton", + "charles_lindbergh", + "charles_liston", + "charles_louis_de_secondat", + "charles_louis_napoleon_bonaparte", + "charles_lutwidge_dodgson", + "charles_m._schulz", + "charles_martin_hall", + "charles_maurice_de_talleyrand", + "charles_menninger", + "charles_munroe_schulz", + "charles_peirce", + "charles_percy_snow", + "charles_pierre_baudelaire", + "charles_proteus_steinmetz", + "charles_ringling", + "charles_river", + "charles_robert_darwin", + "charles_robert_redford", + "charles_sanders_peirce", + "charles_schulz", + "charles_stewart_parnell", + "charles_stuart", + "charles_taze_russell", + "charles_the_bald", + "charles_the_great", + "charles_thomson_rees_wilson", + "charles_townes", + "charles_vii", + "charles_watson-wentworth", + "charles_wesley", + "charles_wilkes", + "charles_william_post", + "charleston", + "charlestown", + "charlestown_navy_yard", + "charley-horse", + "charley_horse", + "charlie_chaplin", + "charlie_parker", + "charlock", + "charlotte", + "charlotte_anna_perkins_gilman", + "charlotte_bronte", + "charlotte_corday", + "charlotte_russe", + "charlottetown", + "charm", + "charm_campaign", + "charm_quark", + "charmer", + "charnel", + "charnel_house", + "charolais", + "charon", + "charophyceae", + "charr", + "charred_pancake_cup", + "charronia", + "charronia_flavigula", + "chart", + "charter", + "charter_member", + "charter_school", + "chartered_accountant", + "charterhouse", + "chartism", + "chartist", + "chartres", + "chartres_cathedral", + "chartreuse", + "charwoman", + "charybdis", + "chase", + "chased", + "chaser", + "chasid", + "chasidim", + "chasidism", + "chasm", + "chasse", + "chassid", + "chassidim", + "chassidism", + "chassis", + "chasteness", + "chastening", + "chastisement", + "chastity", + "chasuble", + "chat", + "chat_room", + "chat_show", + "chateau", + "chateau-thierry", + "chateaubriand", + "chatelaine", + "chateura", + "chateura_pelagica", + "chatroom", + "chattahoochee", + "chattahoochee_river", + "chattanooga", + "chattel", + "chattel_mortgage", + "chatter", + "chatter_mark", + "chatterbox", + "chatterer", + "chattering", + "chaucer", + "chauffeur", + "chauffeuse", + "chaulmoogra", + "chaulmoogra_oil", + "chaulmoogra_tree", + "chaulmugra", + "chauna", + "chauna_torquata", + "chauvinism", + "chauvinist", + "chavez", + "chaw", + "chawbacon", + "che_guevara", + "cheap-jack", + "cheap_money", + "cheap_shot", + "cheapjack", + "cheapness", + "cheapskate", + "cheat", + "cheater", + "cheatgrass", + "cheating", + "chebab", + "chechen", + "chechen_republic", + "chechenia", + "chechnya", + "check", + "check-in", + "check-out_procedure", + "check_bit", + "check_character", + "check_girl", + "check_mark", + "check_overdraft_credit", + "check_register", + "check_stub", + "checkbook", + "checker", + "checker_board", + "checkerberry", + "checkerbloom", + "checkerboard", + "checkered_adder", + "checkered_daffodil", + "checkered_lily", + "checkered_whiptail", + "checkers", + "checking_account", + "checking_program", + "checklist", + "checkmate", + "checkout", + "checkout_counter", + "checkout_line", + "checkout_time", + "checkpoint", + "checkrein", + "checkroom", + "checksum", + "checkup", + "cheddar", + "cheddar_cheese", + "cheddar_pink", + "cheek", + "cheek_muscle", + "cheek_pouch", + "cheekbone", + "cheekiness", + "cheekpiece", + "cheep", + "cheer", + "cheerer", + "cheerfulness", + "cheering", + "cheerio", + "cheerleader", + "cheerlessness", + "cheese", + "cheese_cutter", + "cheese_dip", + "cheese_fondue", + "cheese_pizza", + "cheese_press", + "cheese_rind", + "cheese_sauce", + "cheese_souffle", + "cheese_spread", + "cheese_tray", + "cheeseboard", + "cheeseburger", + "cheesecake", + "cheesecloth", + "cheeseflower", + "cheesemonger", + "cheetah", + "cheever", + "cheewink", + "chef", + "chef's_salad", + "chef-d'oeuvre", + "cheilanthes", + "cheilanthes_alabamensis", + "cheilanthes_eatonii", + "cheilanthes_gracillima", + "cheilanthes_lanosa", + "cheilitis", + "cheiloschisis", + "cheilosis", + "cheiranthus", + "cheiranthus_allionii", + "cheiranthus_asperus", + "cheiranthus_cheiri", + "chekhov", + "chekov", + "chela", + "chelate", + "chelate_compound", + "chelation", + "chelicera", + "chelicerata", + "chelidonium", + "chelidonium_majus", + "chelifer", + "chelifer_cancroides", + "cheloid", + "chelone", + "chelone_glabra", + "chelonethida", + "chelonia", + "chelonia_mydas", + "chelonian", + "chelonian_reptile", + "chelonidae", + "cheloniidae", + "chelyabinsk", + "chelydra", + "chelydra_serpentina", + "chelydridae", + "chem_lab", + "chemakuan", + "chemakum", + "chemical", + "chemical_action", + "chemical_agent", + "chemical_analysis", + "chemical_attraction", + "chemical_balance", + "chemical_bomb", + "chemical_bond", + "chemical_chain", + "chemical_change", + "chemical_compound", + "chemical_decomposition_reaction", + "chemical_defence", + "chemical_defense", + "chemical_diabetes", + "chemical_element", + "chemical_energy", + "chemical_engineering", + "chemical_equilibrium", + "chemical_formula", + "chemical_group", + "chemical_industry", + "chemical_irritant", + "chemical_mace", + "chemical_mechanism", + "chemical_notation", + "chemical_operations", + "chemical_phenomenon", + "chemical_plant", + "chemical_process", + "chemical_property", + "chemical_reaction", + "chemical_reactor", + "chemical_science", + "chemical_substance", + "chemical_terrorism", + "chemical_warfare", + "chemical_weapon", + "chemical_weapons_convention", + "chemiluminescence", + "chemin_de_fer", + "chemise", + "chemisorption", + "chemist", + "chemist's", + "chemist's_shop", + "chemistry", + "chemistry_department", + "chemistry_lab", + "chemistry_laboratory", + "chemnitz", + "chemoimmunology", + "chemoreceptor", + "chemosis", + "chemosorption", + "chemosurgery", + "chemosynthesis", + "chemotaxis", + "chemotherapy", + "chemulpo", + "chen", + "chen_caerulescens", + "chen_n._yang", + "chenfish", + "chenille", + "chenille_cord", + "chenin_blanc", + "chennai", + "chenopodiaceae", + "chenopodiales", + "chenopodium", + "chenopodium_album", + "chenopodium_ambrosioides", + "chenopodium_bonus-henricus", + "chenopodium_botrys", + "chenopodium_capitatum", + "chenopodium_glaucum", + "chenopodium_hybridum", + "chenopodium_murale", + "chenopodium_rubrum", + "chenopodium_vulvaria", + "cheoplastic_metal", + "cheops", + "cheque", + "chequebook", + "chequer", + "chequing_account", + "cherbourg", + "cheremis", + "cheremiss", + "cherepovets", + "cherimolla", + "cherimoya", + "cherimoya_tree", + "chermidae", + "chernobyl", + "chernozemic_soil", + "cherokee", + "cherokee_rose", + "cheroot", + "cherry", + "cherry-tree_gum", + "cherry_apple", + "cherry_birch", + "cherry_bomb", + "cherry_crab", + "cherry_laurel", + "cherry_pepper", + "cherry_plum", + "cherry_red", + "cherry_stone", + "cherry_tomato", + "cherry_tree", + "cherrystone", + "cherrystone_clam", + "chert", + "cherub", + "cherubini", + "chervil", + "chesapeake_bay", + "chesapeake_bay_retriever", + "cheshire_cat", + "cheshire_cheese", + "chess", + "chess_board", + "chess_club", + "chess_game", + "chess_master", + "chess_match", + "chess_move", + "chess_opening", + "chess_piece", + "chess_player", + "chess_set", + "chessboard", + "chessman", + "chest", + "chest_cavity", + "chest_of_drawers", + "chest_pain", + "chest_protector", + "chest_register", + "chest_tone", + "chest_voice", + "chester", + "chester_a._arthur", + "chester_alan_arthur", + "chester_nimitz", + "chester_william_nimitz", + "chesterfield", + "chesterton", + "chestnut", + "chestnut-bark_disease", + "chestnut_blight", + "chestnut_canker", + "chestnut_oak", + "chestnut_tree", + "chetah", + "chetrum", + "cheval-de-frise", + "cheval_glass", + "chevalier", + "chevalier_de_bayard", + "chevalier_de_lamarck", + "chevaux-de-frise", + "cheviot", + "cheviot_hills", + "cheviots", + "chevre", + "chevron", + "chevrotain", + "chew", + "chewa", + "chewer", + "chewing", + "chewing_gum", + "chewing_out", + "chewink", + "cheyenne", + "cheyne-stokes_respiration", + "chi", + "chiacoan_peccary", + "chian_turpentine", + "chiang_chung-cheng", + "chiang_kai-shek", + "chianti", + "chiaroscuro", + "chiasm", + "chiasma", + "chiasma_opticum", + "chiasmus", + "chic", + "chicago", + "chicane", + "chicanery", + "chicano", + "chicha", + "chichewa", + "chichi", + "chichipe", + "chick", + "chickadee", + "chickamauga", + "chickasaw", + "chickasaw_plum", + "chicken", + "chicken_and_rice", + "chicken_breast", + "chicken_broth", + "chicken_cacciatora", + "chicken_cacciatore", + "chicken_casserole", + "chicken_coop", + "chicken_cordon_bleu", + "chicken_drumstick", + "chicken_farm", + "chicken_feed", + "chicken_hawk", + "chicken_kiev", + "chicken_leg", + "chicken_little", + "chicken_liver", + "chicken_louse", + "chicken_manure", + "chicken_marengo", + "chicken_mousse", + "chicken_paprika", + "chicken_paprikash", + "chicken_provencale", + "chicken_purloo", + "chicken_roundworm", + "chicken_run", + "chicken_salad", + "chicken_sandwich", + "chicken_scratch", + "chicken_snake", + "chicken_soup", + "chicken_stew", + "chicken_stock", + "chicken_taco", + "chicken_tetrazzini", + "chicken_wing", + "chicken_wire", + "chicken_yard", + "chickenfeed", + "chickenpox", + "chickenshit", + "chickeree", + "chickpea", + "chickpea_plant", + "chickweed", + "chickweed_phlox", + "chicle", + "chicle_gum", + "chicness", + "chico", + "chicory", + "chicory_escarole", + "chicory_plant", + "chicory_root", + "chicot", + "chiding", + "chief", + "chief_assistant", + "chief_constable", + "chief_executive", + "chief_executive_officer", + "chief_financial_officer", + "chief_joseph", + "chief_justice", + "chief_of_staff", + "chief_of_state", + "chief_operating_officer", + "chief_petty_officer", + "chief_secretary", + "chieftain", + "chieftaincy", + "chieftainship", + "chiffon", + "chiffon_cake", + "chiffonier", + "chigetai", + "chigger", + "chigger_flower", + "chiggerflower", + "chignon", + "chigoe", + "chigoe_flea", + "chihuahua", + "chihuahuan_desert", + "chihuahuan_spotted_whiptail", + "chilblain", + "chilblains", + "child", + "child's_body", + "child's_game", + "child's_play", + "child's_room", + "child_abuse", + "child_care", + "child_molester", + "child_neglect", + "child_pornography", + "child_prodigy", + "child_psychology", + "child_support", + "child_welfare_agency", + "child_welfare_service", + "childbearing", + "childbed", + "childbed_fever", + "childbirth", + "childbirth-preparation_class", + "childcare", + "childe_hassam", + "childhood", + "childishness", + "childlessness", + "chile", + "chile_bonito", + "chile_hazel", + "chile_nut", + "chile_pine", + "chile_tarweed", + "chilean", + "chilean_bonito", + "chilean_cedar", + "chilean_firebush", + "chilean_flameflower", + "chilean_hazelnut", + "chilean_jasmine", + "chilean_monetary_unit", + "chilean_nut", + "chilean_peso", + "chilean_rimu", + "chilean_strawberry", + "chili", + "chili_con_carne", + "chili_dog", + "chili_pepper", + "chili_powder", + "chili_sauce", + "chili_vinegar", + "chiliad", + "chiliasm", + "chiliast", + "chill", + "chiller", + "chilli", + "chilli_pepper", + "chilliness", + "chilling", + "chills_and_fever", + "chilly", + "chiloe", + "chilomastix", + "chilomeniscus", + "chilomeniscus_cinctus", + "chilomycterus", + "chilopoda", + "chilopsis", + "chilopsis_linearis", + "chiluba", + "chimaera", + "chimaera_monstrosa", + "chimaeridae", + "chimakum", + "chimaphila", + "chimaphila_corymbosa", + "chimaphila_umbellata", + "chimariko", + "chimborazo", + "chime", + "chimera", + "chimney", + "chimney_bellflower", + "chimney_breast", + "chimney_corner", + "chimney_plant", + "chimney_swallow", + "chimney_swift", + "chimneypiece", + "chimneypot", + "chimneystack", + "chimneysweep", + "chimneysweeper", + "chimonanthus", + "chimonanthus_praecox", + "chimp", + "chimpanzee", + "chimwini", + "chin", + "chin-up", + "chin-wag", + "chin-wagging", + "chin_music", + "chin_rest", + "chin_strap", + "chin_wag", + "chin_wagging", + "china", + "china_aster", + "china_cabinet", + "china_clay", + "china_closet", + "china_fleece_vine", + "china_grass", + "china_jute", + "china_pink", + "china_rose", + "china_stone", + "china_tree", + "chinaberry", + "chinaberry_tree", + "chinaman", + "chinaware", + "chincapin", + "chinch", + "chinch_bug", + "chincherinchee", + "chinchilla", + "chinchilla_laniger", + "chinchilla_rat", + "chinchillidae", + "chinchillon", + "chinchona", + "chine", + "chinese", + "chinese_alligator", + "chinese_angelica", + "chinese_angelica_tree", + "chinese_anise", + "chinese_black_mushroom", + "chinese_brown_sauce", + "chinese_cabbage", + "chinese_celery", + "chinese_checkers", + "chinese_chequers", + "chinese_chestnut", + "chinese_chive", + "chinese_cinnamon", + "chinese_cork_oak", + "chinese_date", + "chinese_deity", + "chinese_elm", + "chinese_evergreen", + "chinese_forget-me-not", + "chinese_fried_rice", + "chinese_goose", + "chinese_gooseberry", + "chinese_hibiscus", + "chinese_holly", + "chinese_jujube", + "chinese_lacquer_tree", + "chinese_lantern", + "chinese_lantern_plant", + "chinese_magnolia", + "chinese_monetary_unit", + "chinese_mushroom", + "chinese_mustard", + "chinese_paddlefish", + "chinese_parasol", + "chinese_parasol_tree", + "chinese_parsley", + "chinese_pea_tree", + "chinese_primrose", + "chinese_privet", + "chinese_puzzle", + "chinese_restaurant_syndrome", + "chinese_revolution", + "chinese_rhubarb", + "chinese_scholar_tree", + "chinese_scholartree", + "chinese_shan", + "chinese_silk_plant", + "chinese_wall", + "chinese_water_chestnut", + "chinese_white", + "chinese_white_cabbage", + "chinese_wistaria", + "chinese_wood_oil", + "chinese_yam", + "chingpo", + "chink", + "chinkapin", + "chinkapin_oak", + "chinning_bar", + "chino", + "chino-japanese_war", + "chinoiserie", + "chinook", + "chinook_jargon", + "chinook_salmon", + "chinook_wind", + "chinookan", + "chinquapin", + "chinquapin_oak", + "chintz", + "chiococca", + "chiococca_alba", + "chionanthus", + "chionanthus_virginicus", + "chionochloa_conspicua", + "chios", + "chip", + "chip_shot", + "chipboard", + "chipewyan", + "chipmunk", + "chipolata", + "chipotle", + "chippendale", + "chippewa", + "chippewaian", + "chippewyan", + "chipping", + "chipping_sparrow", + "chips", + "chiralgia", + "chiricahua_apache", + "chirico", + "chirocephalus", + "chirography", + "chirology", + "chiromancer", + "chiromancy", + "chiron", + "chironomidae", + "chironomus", + "chiropodist", + "chiropody", + "chiropractic", + "chiropractor", + "chiroptera", + "chiropteran", + "chirp", + "chirpiness", + "chirrup", + "chisel", + "chisel_steel", + "chiseler", + "chiseller", + "chisholm_trail", + "chishona", + "chisinau", + "chislev", + "chit", + "chit-chat", + "chit_chat", + "chitchat", + "chitin", + "chitlings", + "chitlins", + "chiton", + "chittagong", + "chittam_bark", + "chittamwood", + "chittem_bark", + "chitterlings", + "chittimwood", + "chivalry", + "chivaree", + "chive", + "chives", + "chiwere", + "chlamydera", + "chlamydera_nuchalis", + "chlamydia", + "chlamydia_psittaci", + "chlamydia_trachomatis", + "chlamydiaceae", + "chlamydomonadaceae", + "chlamydomonas", + "chlamydosaurus", + "chlamydosaurus_kingi", + "chlamydospore", + "chlamyphore", + "chlamyphorus", + "chlamyphorus_truncatus", + "chlamys", + "chloasma", + "chloe_anthony_wofford", + "chlor-trimeton", + "chloral_hydrate", + "chlorambucil", + "chloramine", + "chloramine-t", + "chloramphenicol", + "chloranthaceae", + "chloranthus", + "chlorate", + "chlordiazepoxide", + "chlorella", + "chlorenchyma", + "chlorhexidine", + "chloric_acid", + "chloride", + "chloride_of_lime", + "chlorinated_lime", + "chlorination", + "chlorine", + "chlorine_dioxide", + "chlorine_water", + "chlorinity", + "chloris", + "chloris_gayana", + "chloris_truncata", + "chlorite", + "chloroacetophenone", + "chlorobenzene", + "chlorobenzylidenemalononitrile", + "chlorococcales", + "chlorococcum", + "chlorofluorocarbon", + "chloroform", + "chlorofucin", + "chlorohydric_acid", + "chloromycetin", + "chlorophis", + "chlorophoneus", + "chlorophoneus_nigrifrons", + "chlorophthalmidae", + "chlorophyceae", + "chlorophyl", + "chlorophyll", + "chlorophyll_a", + "chlorophyll_b", + "chlorophyll_c", + "chlorophyll_d", + "chlorophyllum_molybdites", + "chlorophyta", + "chlorophyte", + "chloropicrin", + "chloroplast", + "chloroprene", + "chloroquine", + "chlorosis", + "chlorothiazide", + "chlorous_acid", + "chloroxylon", + "chloroxylon_swietenia", + "chlorpheniramine_maleate", + "chlorpromazine", + "chlorpyrifos", + "chlortetracycline", + "chlorthalidone", + "chlorura", + "chlorura_chlorura", + "choanocyte", + "choc", + "choc-ice", + "chock", + "chocolate", + "chocolate_bar", + "chocolate_cake", + "chocolate_candy", + "chocolate_chip_cookie", + "chocolate_eclair", + "chocolate_egg", + "chocolate_fondue", + "chocolate_fudge", + "chocolate_ice_cream", + "chocolate_kiss", + "chocolate_liquor", + "chocolate_milk", + "chocolate_mousse", + "chocolate_pudding", + "chocolate_root", + "chocolate_sauce", + "chocolate_syrup", + "chocolate_tree", + "chocolate_truffle", + "choctaw", + "choeronycteris", + "choeronycteris_mexicana", + "choice", + "choice_morsel", + "choice_of_words", + "choiceness", + "choir", + "choir_loft", + "choir_school", + "choirboy", + "choirmaster", + "choke", + "choke_coil", + "choke_hold", + "chokecherry", + "chokecherry_tree", + "chokedamp", + "chokehold", + "chokepoint", + "choker", + "chokey", + "choking", + "choking_coil", + "choky", + "cholangiography", + "cholangitis", + "cholecalciferol", + "cholecystectomy", + "cholecystitis", + "cholecystokinin", + "cholelithiasis", + "cholelithotomy", + "choler", + "cholera", + "cholera_infantum", + "cholera_morbus", + "cholestasis", + "cholesterin", + "cholesterol", + "cholesterosis_cutis", + "cholic_acid", + "choline", + "cholinesterase", + "cholla", + "choloepus", + "choloepus_didactylus", + "choloepus_hoffmanni", + "chomp", + "chomping", + "chomsky", + "chon", + "chondrichthian", + "chondrichthyes", + "chondrin", + "chondriosome", + "chondrite", + "chondrodystrophy", + "chondroma", + "chondrosarcoma", + "chondrule", + "chondrus", + "chondrus_crispus", + "chongqing", + "choo-choo", + "chooser", + "chop", + "chop-suey_greens", + "chop_shop", + "chop_shot", + "chop_steak", + "chop_suey", + "chophouse", + "chopin", + "chopine", + "chopped_steak", + "chopper", + "choppiness", + "chopping_block", + "chopping_board", + "chopsteak", + "chopstick", + "choragus", + "choral", + "choral_ode", + "chorale", + "chorale_prelude", + "chord", + "chordamesoderm", + "chordata", + "chordate", + "chordate_family", + "chordate_genus", + "chordeiles", + "chorditis", + "chordomesoderm", + "chordophone", + "chordospartium", + "chore", + "chorea", + "choreic_abasia", + "choreographer", + "choreography", + "chorine", + "chorioallantoic_membrane", + "chorioallantois", + "choriomeningitis", + "chorion", + "chorionic_villus", + "chorionic_villus_biopsy", + "chorionic_villus_sampling", + "chorioretinitis", + "choriotis", + "choriotis_australis", + "chorister", + "chorizagrotis", + "chorizagrotis_auxiliaris", + "chorizema", + "chorizo", + "choroid", + "choroid_coat", + "choroid_plexus", + "choroid_vein", + "choroidal_artery", + "choropleth_map", + "chortle", + "chorus", + "chorus_frog", + "chorus_girl", + "chorus_line", + "chosen", + "chosen_people", + "chou", + "chou_dynasty", + "chou_en-lai", + "chough", + "chow", + "chow_chow", + "chow_dynasty", + "chow_line", + "chow_mein", + "chowchow", + "chowder", + "chrestomathy", + "chris_evert", + "chrism", + "chrisom", + "chrissie_evert", + "christ", + "christ's-thorn", + "christ's_resurrection", + "christ_plant", + "christ_thorn", + "christ_within", + "christchurch", + "christella", + "christendom", + "christening", + "christiaan_eijkman", + "christiaan_huygens", + "christian", + "christian_bible", + "christian_church", + "christian_dior", + "christian_era", + "christian_friedrich_hebbel", + "christian_friedrich_schonbein", + "christian_holy_day", + "christian_huygens", + "christian_johann_doppler", + "christian_liturgy", + "christian_name", + "christian_religion", + "christian_schonbein", + "christian_science", + "christian_scientist", + "christian_theology", + "christian_year", + "christiania", + "christianisation", + "christianity", + "christianization", + "christie", + "christine_marie_evert", + "christmas", + "christmas_begonia", + "christmas_bells", + "christmas_berry", + "christmas_box", + "christmas_bush", + "christmas_cactus", + "christmas_cake", + "christmas_card", + "christmas_carol", + "christmas_day", + "christmas_disease", + "christmas_eve", + "christmas_factor", + "christmas_fern", + "christmas_flower", + "christmas_gift", + "christmas_green", + "christmas_holly", + "christmas_present", + "christmas_pudding", + "christmas_rose", + "christmas_star", + "christmas_stocking", + "christmas_tree", + "christmasberry", + "christmastide", + "christmastime", + "christology", + "christoph_willibald_von_gluck", + "christopher", + "christopher_carson", + "christopher_columbus", + "christopher_fry", + "christopher_isherwood", + "christopher_marlowe", + "christopher_william_bradshaw_isherwood", + "chroma", + "chromaesthesia", + "chromate", + "chromatic_aberration", + "chromatic_color", + "chromatic_colour", + "chromatic_scale", + "chromatic_vision", + "chromaticity", + "chromatid", + "chromatin", + "chromatin_granule", + "chromatism", + "chromatogram", + "chromatography", + "chromatography_column", + "chrome", + "chrome-nickel_steel", + "chrome-tungsten_steel", + "chrome_alum", + "chrome_green", + "chrome_red", + "chrome_yellow", + "chromesthesia", + "chromic_acid", + "chromite", + "chromium", + "chromium_steel", + "chromoblastomycosis", + "chromogen", + "chromolithography", + "chromophore", + "chromoplast", + "chromosomal_aberration", + "chromosomal_anomaly", + "chromosomal_mutation", + "chromosome", + "chromosome_mapping", + "chromosonal_disorder", + "chromosphere", + "chronic_bronchitis", + "chronic_eczema", + "chronic_gastritis", + "chronic_glaucoma", + "chronic_glossitis", + "chronic_kidney_failure", + "chronic_leukemia", + "chronic_lymphocytic_leukemia", + "chronic_myelocytic_leukemia", + "chronic_obstructive_pulmonary_disease", + "chronic_pyelonephritis", + "chronic_renal_failure", + "chronic_wasting_disease", + "chronicle", + "chronicler", + "chronograph", + "chronological_age", + "chronological_record", + "chronological_sequence", + "chronological_succession", + "chronology", + "chronometer", + "chronoperates", + "chronoperates_paradoxus", + "chronoscope", + "chrosomal_abnormality", + "chrysalis", + "chrysanthemum", + "chrysanthemum_balsamita", + "chrysanthemum_cinerariifolium", + "chrysanthemum_coccineum", + "chrysanthemum_coronarium", + "chrysanthemum_coronarium_spatiosum", + "chrysanthemum_dog", + "chrysanthemum_frutescens", + "chrysanthemum_lacustre", + "chrysanthemum_leucanthemum", + "chrysanthemum_maximum", + "chrysanthemum_maximum_maximum", + "chrysanthemum_morifolium", + "chrysanthemum_parthenium", + "chrysanthemum_ptarmiciflorum", + "chrysanthemum_segetum", + "chrysaora", + "chrysaora_quinquecirrha", + "chrysarobin", + "chrysemys", + "chrysemys_picta", + "chrysobalanus", + "chrysobalanus_icaco", + "chrysoberyl", + "chrysochloridae", + "chrysochloris", + "chrysolepis", + "chrysolepis_chrysophylla", + "chrysolepis_sempervirens", + "chrysolite", + "chrysolophus", + "chrysolophus_pictus", + "chrysomelid", + "chrysomelidae", + "chrysophrys", + "chrysophrys_auratus", + "chrysophrys_australis", + "chrysophyceae", + "chrysophyllum", + "chrysophyllum_cainito", + "chrysophyllum_oliviforme", + "chrysophyta", + "chrysopid", + "chrysopidae", + "chrysoprase", + "chrysopsis", + "chrysopsis_mariana", + "chrysopsis_villosa", + "chrysosplenium", + "chrysosplenium_americanum", + "chrysothamnus", + "chrysothamnus_nauseosus", + "chrysotherapy", + "chrysotile", + "chu_kiang", + "chuang-tzu", + "chub", + "chub_mackerel", + "chubbiness", + "chuck", + "chuck-will's-widow", + "chuck_berry", + "chuck_short_ribs", + "chuck_wagon", + "chucker-out", + "chuckhole", + "chuckle", + "chuckwalla", + "chuddar", + "chufa", + "chug", + "chukaku-ha", + "chukchi", + "chukchi_language", + "chukchi_peninsula", + "chukchi_sea", + "chukka", + "chukka_boot", + "chukker", + "chula_vista", + "chum", + "chum_salmon", + "chumminess", + "chump", + "chump_change", + "chunga", + "chunga_burmeisteri", + "chungking", + "chunk", + "chunking", + "chunnel", + "church", + "church-state", + "church_bell", + "church_bench", + "church_building", + "church_calendar", + "church_doctrine", + "church_father", + "church_festival", + "church_hat", + "church_key", + "church_member", + "church_mode", + "church_mouse", + "church_music", + "church_of_christ_scientist", + "church_of_england", + "church_of_ireland", + "church_of_jesus_christ_of_latter-day_saints", + "church_of_rome", + "church_of_scientology", + "church_of_the_brethren", + "church_officer", + "church_property", + "church_roll", + "church_school", + "church_service", + "church_slavic", + "church_tower", + "church_year", + "churchgoer", + "churchill", + "churchill_downs", + "churchman", + "churchwarden", + "churchyard", + "churidars", + "churl", + "churn", + "chute", + "chute-the-chute", + "chutney", + "chutzpa", + "chutzpah", + "chutzpanik", + "chuvash", + "chyle", + "chyloderma", + "chylomicron", + "chyme", + "chymosin", + "chytridiaceae", + "chytridiales", + "chytridiomycetes", + "ci", + "cia", + "cialis", + "ciao", + "ciardi", + "cibotium", + "cibotium_barometz", + "cicada", + "cicada_killer", + "cicadellidae", + "cicadidae", + "cicala", + "cicatrice", + "cicatrix", + "cicer", + "cicer_arietinum", + "cicero", + "cicerone", + "cichlid", + "cichlid_fish", + "cichlidae", + "cichorium", + "cichorium_endivia", + "cichorium_intybus", + "cicily_isabel_fairfield", + "cicindelidae", + "ciconia", + "ciconia_ciconia", + "ciconia_nigra", + "ciconiidae", + "ciconiiformes", + "cicuta", + "cicuta_verosa", + "cid", + "cidade_de_praia", + "cider", + "cider_gum", + "cider_mill", + "cider_vinegar", + "ciderpress", + "cigar", + "cigar-box_cedar", + "cigar_band", + "cigar_box", + "cigar_butt", + "cigar_cutter", + "cigar_lighter", + "cigar_smoker", + "cigaret", + "cigarette", + "cigarette_burn", + "cigarette_butt", + "cigarette_case", + "cigarette_holder", + "cigarette_lighter", + "cigarette_paper", + "cigarette_smoker", + "cigarfish", + "cigarillo", + "cilantro", + "ciliary_artery", + "ciliary_body", + "ciliary_veins", + "ciliata", + "ciliate", + "ciliated_protozoan", + "cilioflagellata", + "ciliophora", + "ciliophoran", + "cilium", + "cim", + "cimabue", + "cimarron", + "cimarron_river", + "cimetidine", + "cimex", + "cimex_lectularius", + "cimicidae", + "cimicifuga", + "cimicifuga_americana", + "cimicifuga_foetida", + "cimicifuga_racemosa", + "cinch", + "cinchona", + "cinchona_bark", + "cinchona_calisaya", + "cinchona_cordifolia", + "cinchona_lancifolia", + "cinchona_ledgeriana", + "cinchona_officinalis", + "cinchona_pubescens", + "cinchona_tree", + "cinchonine", + "cincinnati", + "cincinnatus", + "cinclidae", + "cinclus", + "cinclus_aquaticus", + "cinclus_mexicanus", + "cinco_de_mayo", + "cincture", + "cinder", + "cinder_block", + "cinder_pig", + "cinder_track", + "cinderella", + "cine-camera", + "cine-film", + "cine_projector", + "cinema", + "cinema_verite", + "cinematographer", + "cinematography", + "cineraria", + "cineraria_maritima", + "cinerarium", + "cingulate_gyrus", + "cingulum", + "cinnabar", + "cinnabar_chanterelle", + "cinnabar_moth", + "cinnamene", + "cinnamomum", + "cinnamomum_camphora", + "cinnamomum_cassia", + "cinnamomum_loureirii", + "cinnamomum_zeylanicum", + "cinnamon", + "cinnamon_bark", + "cinnamon_bear", + "cinnamon_bread", + "cinnamon_bun", + "cinnamon_fern", + "cinnamon_roll", + "cinnamon_snail", + "cinnamon_stone", + "cinnamon_toast", + "cinnamon_vine", + "cinque", + "cinquefoil", + "cio", + "cipher", + "cipro", + "ciprofloxacin", + "cira", + "circadian_rhythm", + "circaea", + "circaea_alpina", + "circaea_lutetiana", + "circaetus", + "circassian", + "circassian_walnut", + "circe", + "circinus", + "circis_siliquastrum", + "circle", + "circle_of_curvature", + "circle_of_willis", + "circlet", + "circuit", + "circuit_board", + "circuit_breaker", + "circuit_card", + "circuit_court_of_appeals", + "circuitry", + "circular", + "circular_file", + "circular_function", + "circular_measure", + "circular_plane", + "circular_saw", + "circularisation", + "circularity", + "circularization", + "circulating_decimal", + "circulating_library", + "circulation", + "circulatory_failure", + "circulatory_system", + "circumcision", + "circumduction", + "circumference", + "circumflex", + "circumflex_artery", + "circumflex_artery_of_the_thigh", + "circumflex_femoral_vein", + "circumflex_humeral_artery", + "circumflex_iliac_artery", + "circumflex_iliac_vein", + "circumflex_scapular_artery", + "circumflex_vein", + "circumlocution", + "circumnavigation", + "circumscription", + "circumspection", + "circumstance", + "circumstances", + "circumstantial_evidence", + "circumvention", + "circumvolution", + "circus", + "circus_acrobat", + "circus_aeruginosus", + "circus_cyaneus", + "circus_pygargus", + "circus_tent", + "cirio", + "cirque", + "cirrhosis", + "cirrhosis_of_the_liver", + "cirrhus", + "cirriped", + "cirripede", + "cirripedia", + "cirrocumulus", + "cirrocumulus_cloud", + "cirrostratus", + "cirrostratus_cloud", + "cirrus", + "cirrus_cloud", + "cirsium", + "cirsium_arvense", + "cirsium_discolor", + "cirsium_eriophorum", + "cirsium_flodmanii", + "cirsium_helenioides", + "cirsium_heterophylum", + "cirsium_lanceolatum", + "cirsium_rivulare", + "cirsium_vulgare", + "cis", + "cisc", + "cisco", + "cistaceae", + "cistercian", + "cistern", + "cisterna", + "cistothorus", + "cistothorus_palustris", + "cistothorus_platensis", + "cistron", + "cistus", + "cistus_albidus", + "cistus_ladanifer", + "cistus_ladanum", + "citadel", + "citation", + "citation_form", + "cite", + "citellus", + "citellus_citellus", + "citellus_lateralis", + "citellus_leucurus", + "citellus_parryi", + "citellus_richardsoni", + "citellus_variegatus", + "citharichthys", + "citharichthys_cornutus", + "cither", + "cithern", + "citizen", + "citizen_genet", + "citizenry", + "citizens_committee", + "citizenship", + "citizenship_day", + "citlaltepetl", + "citole", + "citrange", + "citrange_tree", + "citrate", + "citric_acid", + "citric_acid_cycle", + "citrin", + "citrine", + "citron", + "citron_tree", + "citroncirus", + "citroncirus_webberi", + "citronwood", + "citrophilous_mealybug", + "citrophilus_mealybug", + "citrous_fruit", + "citrulline", + "citrullus", + "citrullus_vulgaris", + "citrus", + "citrus_aurantifolia", + "citrus_aurantium", + "citrus_bergamia", + "citrus_decumana", + "citrus_fruit", + "citrus_grandis", + "citrus_limetta", + "citrus_limon", + "citrus_limonia", + "citrus_maxima", + "citrus_mealybug", + "citrus_medica", + "citrus_nobilis", + "citrus_paradisi", + "citrus_reticulata", + "citrus_sinensis", + "citrus_tangelo", + "citrus_tree", + "citrus_whitefly", + "citta_del_vaticano", + "cittern", + "city", + "city-state", + "city_block", + "city_boy", + "city_center", + "city_centre", + "city_council", + "city_desk", + "city_district", + "city_editor", + "city_father", + "city_hall", + "city_limit", + "city_limits", + "city_line", + "city_man", + "city_manager", + "city_of_bridges", + "city_of_brotherly_love", + "city_of_god", + "city_of_light", + "city_of_london", + "city_of_the_angels", + "city_of_westminster", + "city_planning", + "city_room", + "city_slicker", + "city_state", + "city_university", + "cityscape", + "ciudad_bolivar", + "ciudad_de_mexico", + "ciudad_juarez", + "ciudad_trujillo", + "ciudad_victoria", + "cive", + "civet", + "civet_bean", + "civet_cat", + "civic_center", + "civic_duty", + "civic_leader", + "civic_pride", + "civic_responsibility", + "civic_spirit", + "civics", + "civies", + "civil_action", + "civil_authority", + "civil_censorship", + "civil_contempt", + "civil_day", + "civil_death", + "civil_defense", + "civil_disobedience", + "civil_engineer", + "civil_engineering", + "civil_law", + "civil_leader", + "civil_libertarian", + "civil_liberty", + "civil_list", + "civil_marriage", + "civil_officer", + "civil_order", + "civil_right", + "civil_rights_activist", + "civil_rights_leader", + "civil_rights_movement", + "civil_rights_worker", + "civil_servant", + "civil_service", + "civil_suit", + "civil_time", + "civil_union", + "civil_war", + "civil_wrong", + "civil_year", + "civilian", + "civilian_clothing", + "civilian_dress", + "civilian_garb", + "civilisation", + "civility", + "civilization", + "civvies", + "cjd", + "cl", + "clabber", + "clack", + "clack_valve", + "cladding", + "clade", + "cladistic_analysis", + "cladistics", + "cladode", + "cladogram", + "cladonia", + "cladonia_rangiferina", + "cladoniaceae", + "cladophyll", + "cladorhyncus", + "cladorhyncus_leucocephalum", + "cladrastis", + "cladrastis_kentukea", + "cladrastis_lutea", + "claes_oldenburg", + "claes_thure_oldenburg", + "claforan", + "claim", + "claim_agent", + "claim_form", + "claim_jumper", + "claimant", + "claiming_race", + "claims_adjuster", + "claims_adjustor", + "clairvoyance", + "clairvoyant", + "clam", + "clam_chowder", + "clam_dip", + "clamatores", + "clambake", + "clamber", + "clamminess", + "clammy_chickweed", + "clammy_locust", + "clammyweed", + "clamor", + "clamoring", + "clamour", + "clamouring", + "clamp", + "clampdown", + "clams", + "clamshell", + "clan", + "clan_member", + "clandestine_operation", + "clang", + "clanger", + "clangor", + "clangoring", + "clangour", + "clangula", + "clangula_hyemalis", + "clank", + "clannishness", + "clansman", + "clanswoman", + "clap", + "clapboard", + "clapper", + "clapper_valve", + "clapperboard", + "clappers", + "clapping", + "claptrap", + "claque", + "clara_josephine_schumann", + "clare_booth_luce", + "clarence", + "clarence_darrow", + "clarence_day", + "clarence_malcolm_lowry", + "clarence_seward_darrow", + "clarence_shepard_day_jr.", + "claret", + "claret_cup", + "clarification", + "clarified_butter", + "clarinet", + "clarinet_section", + "clarinetist", + "clarinettist", + "clarion", + "clarity", + "clark", + "clark's_nutcracker", + "clark_cell", + "clark_gable", + "clark_standard_cell", + "clarksburg", + "claro", + "clary", + "clary_sage", + "clash", + "clasp", + "clasp_knife", + "class", + "class-action_suit", + "class_acrasiomycetes", + "class_act", + "class_actinozoa", + "class_action", + "class_amphibia", + "class_angiospermae", + "class_anthoceropsida", + "class_anthozoa", + "class_aphasmidia", + "class_arachnida", + "class_archiannelida", + "class_ascidiaceae", + "class_ascomycetes", + "class_asteroidea", + "class_aves", + "class_bacillariophyceae", + "class_basidiomycetes", + "class_bivalvia", + "class_bryopsida", + "class_cephalopoda", + "class_cestoda", + "class_channidae", + "class_charophyceae", + "class_chilopoda", + "class_chlorophyceae", + "class_chondrichthyes", + "class_chrysophyceae", + "class_chytridiomycetes", + "class_ciliata", + "class_ciliophora", + "class_coniferopsida", + "class_crinoidea", + "class_crustacea", + "class_cryptophyceae", + "class_cyanobacteria", + "class_cyanophyceae", + "class_cycadopsida", + "class_cyclosporeae", + "class_deuteromycetes", + "class_diatomophyceae", + "class_dicotyledonae", + "class_dicotyledones", + "class_diplopoda", + "class_echinoidea", + "class_equisetatae", + "class_euglenophyceae", + "class_eumycetes", + "class_feeling", + "class_fellow", + "class_filicinae", + "class_filicopsida", + "class_flagellata", + "class_gasteromycetes", + "class_gasteropoda", + "class_gastromycetes", + "class_gastropoda", + "class_ginkgophytina", + "class_ginkgopsida", + "class_gnetopsida", + "class_gymnospermae", + "class_hemiascomycetes", + "class_hepaticae", + "class_hepaticopsida", + "class_heterokontae", + "class_hexapoda", + "class_hirudinea", + "class_holothuroidea", + "class_hyalospongiae", + "class_hydrozoa", + "class_hymenomycetes", + "class_insecta", + "class_lamellibranchia", + "class_larvacea", + "class_liliopsida", + "class_list", + "class_lycopodiate", + "class_lycopodineae", + "class_lycopsida", + "class_magnoliopsida", + "class_mammalia", + "class_mastigophora", + "class_merostomata", + "class_monocotyledonae", + "class_monocotyledones", + "class_musci", + "class_myriapoda", + "class_myxomycetes", + "class_nuda", + "class_oligochaeta", + "class_onychophora", + "class_oomycetes", + "class_ophiuroidea", + "class_osteichthyes", + "class_pauropoda", + "class_pelecypoda", + "class_period", + "class_phaeophyceae", + "class_phasmidia", + "class_pinopsida", + "class_placodermi", + "class_plectomycetes", + "class_polychaeta", + "class_polyplacophora", + "class_psilopsida", + "class_psilotatae", + "class_pteridospermopsida", + "class_pyrenomycetes", + "class_reptilia", + "class_rhodophyceae", + "class_sarcodina", + "class_scaphopoda", + "class_schizomycetes", + "class_scyphozoa", + "class_sphenopsida", + "class_sporozoa", + "class_structure", + "class_struggle", + "class_symphyla", + "class_tardigrada", + "class_taxopsida", + "class_tentaculata", + "class_thaliacea", + "class_tiliomycetes", + "class_trematoda", + "class_turbellaria", + "class_ulvophyceae", + "class_war", + "class_warfare", + "class_xanthophyceae", + "class_zygomycetes", + "classic", + "classic_hemochromatosis", + "classical", + "classical_architecture", + "classical_ballet", + "classical_conditioning", + "classical_greek", + "classical_haemophilia", + "classical_hemophilia", + "classical_latin", + "classical_mechanics", + "classical_music", + "classical_mythology", + "classical_scholar", + "classical_style", + "classicalism", + "classicism", + "classicist", + "classics", + "classification", + "classification_system", + "classified", + "classified_ad", + "classified_advertisement", + "classified_stock", + "classifier", + "classifying_adjective", + "classmate", + "classroom", + "classroom_project", + "classwork", + "clast", + "clastic_rock", + "clathraceae", + "clathrus", + "clatonia_lanceolata", + "clatter", + "claude_achille_debussy", + "claude_bernard", + "claude_debussey", + "claude_e._shannon", + "claude_elwood_shannon", + "claude_levi-strauss", + "claude_monet", + "claude_shannon", + "claudication", + "claudio_monteverdi", + "claudius", + "claudius_i", + "claudius_ptolemaeus", + "clause", + "clausewitz", + "claustrophobe", + "claustrophobia", + "claustrum", + "clavariaceae", + "claviceps", + "claviceps_purpurea", + "clavichord", + "clavicipitaceae", + "clavicle", + "clavier", + "clavus", + "claw", + "claw_hammer", + "claw_hatchet", + "clawback", + "clawfoot", + "clawhammer", + "claxon", + "clay", + "clay-colored_robin", + "clay_pigeon", + "clay_pipe", + "clay_sculpture", + "claymore", + "claymore_mine", + "claystone", + "claytonia", + "claytonia_caroliniana", + "claytonia_virginica", + "clayware", + "clean", + "clean_and_jerk", + "clean_bill_of_health", + "clean_bomb", + "clean_room", + "clean_slate", + "cleaner", + "cleaners", + "cleaning", + "cleaning_device", + "cleaning_equipment", + "cleaning_implement", + "cleaning_lady", + "cleaning_pad", + "cleaning_woman", + "cleanliness", + "cleanness", + "cleanser", + "cleansing", + "cleansing_agent", + "cleanthes", + "cleanup", + "cleanup_position", + "cleanup_spot", + "clear", + "clear-air_turbulence", + "clear_and_present_danger", + "clear_liquid_diet", + "clear_sailing", + "clearance", + "clearance_sale", + "clearcutness", + "clearing", + "clearing_house", + "clearness", + "clearstory", + "clearway", + "clearweed", + "cleat", + "cleats", + "cleavage", + "cleavage_cavity", + "cleaver", + "cleavers", + "clef", + "cleft", + "cleft_foot", + "cleft_lip", + "cleft_palate", + "cleg", + "clegg", + "cleistes", + "cleistes_divaricata", + "cleistes_rosea", + "cleistocarp", + "cleistogamy", + "cleistothecium", + "clematis", + "clematis_baldwinii", + "clematis_crispa", + "clematis_lasiantha", + "clematis_ochreleuca", + "clematis_tangutica", + "clematis_texensis", + "clematis_versicolor", + "clematis_verticillaris", + "clematis_viorna", + "clematis_virginiana", + "clematis_vitalba", + "clemence_sophia_harned_lozier", + "clemenceau", + "clemency", + "clemens", + "clement_attlee", + "clement_iii", + "clement_philibert_leo_delibes", + "clement_richard_attlee", + "clement_vii", + "clement_xi", + "clement_xiv", + "clementine", + "clementine_tree", + "clench", + "clenched_fist", + "cleome", + "cleome_hassleriana", + "cleome_pinnata", + "cleome_serrulata", + "cleopatra", + "clepsydra", + "clerestory", + "clergy", + "clergyman", + "cleric", + "clerical_collar", + "clericalism", + "clericalist", + "clerid", + "clerid_beetle", + "cleridae", + "clerihew", + "clerisy", + "clerk", + "clerking", + "clerkship", + "clethra", + "clethra_alnifolia", + "clethraceae", + "clethrionomys", + "cleveland", + "clever_clogs", + "clever_dick", + "cleverness", + "clevis", + "clew", + "clews", + "cli", + "clianthus", + "clianthus_formosus", + "clianthus_puniceus", + "clianthus_speciosus", + "cliche", + "clichy", + "clichy-la-garenne", + "click", + "click-clack", + "click_beetle", + "clickety-clack", + "clickety-click", + "client", + "client-centered_therapy", + "clientage", + "clientele", + "cliff", + "cliff-brake", + "cliff_brake", + "cliff_diving", + "cliff_dweller", + "cliff_dwelling", + "cliff_penstemon", + "cliff_rose", + "cliff_swallow", + "cliffhanger", + "clifford_odets", + "clifford_trust", + "cliftonia", + "cliftonia_monophylla", + "climacteric", + "climate", + "climate_change", + "climatic_zone", + "climatologist", + "climatology", + "climax", + "climb", + "climb-down", + "climber", + "climbing", + "climbing_bird's_nest_fern", + "climbing_bittersweet", + "climbing_boneset", + "climbing_corydalis", + "climbing_fern", + "climbing_frame", + "climbing_fumitory", + "climbing_hemp-vine", + "climbing_hempweed", + "climbing_hydrangea", + "climbing_iron", + "climbing_lily", + "climbing_maidenhair", + "climbing_maidenhair_fern", + "climbing_nightshade", + "climbing_onion", + "climbing_perch", + "climbing_salamander", + "clime", + "clinch", + "clinch_river", + "clincher", + "cline", + "cling", + "cling_film", + "clingfilm", + "clingfish", + "clingstone", + "clinic", + "clinical_anatomy", + "clinical_depression", + "clinical_neurology", + "clinical_psychologist", + "clinical_psychology", + "clinical_test", + "clinical_thermometer", + "clinical_trial", + "clinician", + "clinid", + "clinid_fish", + "clinidae", + "clink", + "clinker", + "clinker_block", + "clinker_brick", + "clinocephalism", + "clinocephaly", + "clinodactyly", + "clinometer", + "clinopodium", + "clinopodium_grandiflorum", + "clinopodium_vulgare", + "clinoril", + "clinton", + "clinton's_lily", + "clinton_administration", + "clintonia", + "clintonia_andrewsiana", + "clintonia_borealis", + "clintonia_uniflora", + "clio", + "clioquinol", + "clip", + "clip-clop", + "clip-on", + "clip_art", + "clip_artist", + "clip_joint", + "clip_lead", + "clipboard", + "clipper", + "clipper_ship", + "clippety-clop", + "clipping", + "clique", + "cliquishness", + "clit", + "clitocybe", + "clitocybe_clavipes", + "clitocybe_dealbata", + "clitocybe_inornata", + "clitocybe_irina", + "clitocybe_nuda", + "clitocybe_robusta", + "clitocybe_subconnexa", + "clitoral_vein", + "clitoria", + "clitoria_mariana", + "clitoria_turnatea", + "clitoridectomy", + "clitoris", + "clive", + "clive_sinclair", + "clive_staples_lewis", + "clivers", + "cloaca", + "cloak", + "cloakmaker", + "cloakroom", + "clobber", + "cloche", + "clock", + "clock-watching", + "clock_dial", + "clock_face", + "clock_golf", + "clock_pendulum", + "clock_radio", + "clock_time", + "clock_tower", + "clock_watcher", + "clocking", + "clockmaker", + "clocks", + "clocksmith", + "clockwise_rotation", + "clockwork", + "clockwork_universe", + "clod", + "clodhopper", + "clofibrate", + "clog", + "clog_dance", + "clog_dancer", + "clog_dancing", + "cloisonne", + "cloister", + "clomid", + "clomiphene", + "clomiphene_citrate", + "clomipramine", + "clon", + "clone", + "clonidine", + "cloning", + "clonus", + "clop", + "clopidogrel_bisulfate", + "clopping", + "clorox", + "close", + "close-order_drill", + "close-quarter_fighting", + "close_call", + "close_corporation", + "close_order", + "close_quarters", + "close_shave", + "close_support", + "close_supporting_fire", + "closed-angle_glaucoma", + "closed-circuit_television", + "closed-class_word", + "closed-end_fund", + "closed-end_investment_company", + "closed-heart_surgery", + "closed-loop_system", + "closed_book", + "closed_chain", + "closed_circuit", + "closed_corporation", + "closed_couplet", + "closed_curve", + "closed_fracture", + "closed_gentian", + "closed_interval", + "closed_loop", + "closed_primary", + "closed_session", + "closed_shop", + "closed_universe", + "closedown", + "closely_held_corporation", + "closeness", + "closeout", + "closer", + "closet", + "closet_auger", + "closet_drama", + "closet_queen", + "closeup", + "closeup_lens", + "closing", + "closing_curtain", + "closing_off", + "closing_price", + "closing_time", + "clostridia", + "clostridial_myonecrosis", + "clostridium", + "clostridium_botulinum", + "clostridium_perfringens", + "clostridium_perfringens_epsilon_toxin", + "closure", + "closure_by_compartment", + "clot", + "clot_buster", + "clotbur", + "cloth", + "cloth_cap", + "cloth_covering", + "clothes", + "clothes_basket", + "clothes_closet", + "clothes_designer", + "clothes_drier", + "clothes_dryer", + "clothes_hamper", + "clothes_hanger", + "clothes_moth", + "clothes_peg", + "clothes_pin", + "clothes_tree", + "clothesbrush", + "clotheshorse", + "clothesline", + "clothespin", + "clothespress", + "clothier", + "clothing", + "clothing_store", + "clotho", + "clotted_cream", + "clotting", + "clotting_factor", + "clotting_time", + "cloture", + "cloud", + "cloud-cuckoo-land", + "cloud_bank", + "cloud_chamber", + "cloud_cover", + "cloud_grass", + "cloud_nine", + "cloud_seeder", + "cloudberry", + "cloudburst", + "cloudiness", + "clouding", + "clouding_up", + "cloudlessness", + "clout", + "clout_nail", + "clove", + "clove_hitch", + "clove_oil", + "clove_pink", + "clove_tree", + "cloven_foot", + "cloven_hoof", + "clover", + "clover-leaf_roll", + "clover-root", + "clover_fern", + "cloverleaf", + "cloveroot", + "clovis", + "clovis_culture", + "clovis_i", + "clowder", + "clown", + "clown_anemone_fish", + "clowning", + "clozapine", + "clozaril", + "cloze_procedure", + "cloze_test", + "club", + "club-head", + "club-moss", + "club_car", + "club_drug", + "club_fungus", + "club_head", + "club_member", + "club_moss", + "club_sandwich", + "club_soda", + "club_steak", + "clubbing", + "clubfoot", + "clubhead", + "clubhouse", + "clubmoss_family", + "clubroom", + "clubroot_fungus", + "cluck", + "clucking", + "clue", + "clumber", + "clumber_spaniel", + "clump", + "clumping", + "clumsiness", + "clumsy_person", + "clunch", + "clunk", + "clunking", + "clupea", + "clupea_harangus", + "clupea_harengus_harengus", + "clupea_harengus_pallasii", + "clupea_sprattus", + "clupeid", + "clupeid_fish", + "clupeidae", + "clusia", + "clusia_flava", + "clusia_insignis", + "clusia_major", + "clusia_rosea", + "clusiaceae", + "cluster", + "cluster_bean", + "cluster_bomb", + "cluster_bomblet", + "cluster_headache", + "cluster_of_differentiation_4", + "cluster_of_differentiation_8", + "clustered_bellflower", + "clustered_lady's_slipper", + "clustered_poppy_mallow", + "clustering", + "clutch", + "clutch_bag", + "clutch_pedal", + "clutches", + "clutter", + "clyde", + "clyde_tombaugh", + "clyde_william_tombaugh", + "clydesdale", + "clydesdale_terrier", + "clypeus", + "clyster", + "clytemnestra", + "clytocybe_alba", + "cm", + "cmb", + "cmbr", + "cmv", + "cn_gas", + "cn_tower", + "cnemidophorus", + "cnemidophorus_exsanguis", + "cnemidophorus_sexlineatus", + "cnemidophorus_tesselatus", + "cnemidophorus_tigris", + "cnemidophorus_velox", + "cnicus", + "cnicus_benedictus", + "cnidaria", + "cnidarian", + "cnidoscolus", + "cnidoscolus_urens", + "cnidosporidia", + "cnossos", + "cnossus", + "cnpz", + "cns", + "cnut", + "co", + "co-beneficiary", + "co-defendant", + "co-discoverer", + "co-ed", + "co-occurrence", + "co-op", + "co-operative_republic_of_guyana", + "co-optation", + "co-option", + "co-ordinate", + "co-pilot", + "co-respondent", + "co-star", + "co-worker", + "co2", + "coach", + "coach-and-four", + "coach_dog", + "coach_horse", + "coach_house", + "coach_station", + "coachbuilder", + "coaching", + "coaching_job", + "coachman", + "coachwhip", + "coachwhip_snake", + "coaction", + "coadjutor", + "coagulant", + "coagulase", + "coagulation", + "coagulation_factor", + "coagulator", + "coagulum", + "coahuila", + "coal", + "coal-tar_creosote", + "coal_black", + "coal_car", + "coal_chute", + "coal_gas", + "coal_house", + "coal_industry", + "coal_mine", + "coal_miner", + "coal_miner's_lung", + "coal_oil", + "coal_scuttle", + "coal_seam", + "coal_shovel", + "coal_tar", + "coal_tongs", + "coalbin", + "coalescence", + "coalescency", + "coalface", + "coalfield", + "coalhole", + "coaling_station", + "coalition", + "coalman", + "coalpit", + "coaming", + "coarctation", + "coarseness", + "coast", + "coast_banksia", + "coast_boykinia", + "coast_lily", + "coast_live_oak", + "coast_mountains", + "coast_polypody", + "coast_range", + "coast_redwood", + "coast_rhododendron", + "coast_white_cedar", + "coastal_diving_bird", + "coastal_plain", + "coastal_rein_orchid", + "coaster", + "coaster_brake", + "coaster_wagon", + "coastguard", + "coastguardsman", + "coastland", + "coastline", + "coat", + "coat-of-mail_shell", + "coat_button", + "coat_closet", + "coat_hanger", + "coat_of_arms", + "coat_of_mail", + "coat_of_paint", + "coat_rack", + "coat_stand", + "coat_tree", + "coatdress", + "coatee", + "coati", + "coati-mondi", + "coati-mundi", + "coating", + "coatrack", + "coatroom", + "coats_land", + "coattail", + "coattails_effect", + "coauthor", + "coax", + "coax_cable", + "coaxer", + "coaxial_cable", + "coaxing", + "cob", + "cobalamin", + "cobalt", + "cobalt_60", + "cobalt_bloom", + "cobalt_blue", + "cobalt_ultramarine", + "cobaltite", + "cobber", + "cobble", + "cobbler", + "cobbler's_last", + "cobblers", + "cobblestone", + "cobbling", + "cobia", + "cobitidae", + "cobnut", + "cobol", + "cobra", + "cobweb", + "coca", + "coca_cola", + "coca_plant", + "cocain", + "cocaine", + "cocaine_addict", + "cocaine_addiction", + "cocarboxylase", + "cocci", + "coccid_insect", + "coccidae", + "coccidia", + "coccidioidomycosis", + "coccidiomycosis", + "coccidiosis", + "coccidium", + "coccinellidae", + "coccobacillus", + "coccoidea", + "coccothraustes", + "coccothraustes_coccothraustes", + "cocculus", + "cocculus_carolinus", + "coccus", + "coccus_hesperidum", + "coccygeal_nerve", + "coccygeal_plexus", + "coccygeal_vertebra", + "coccyx", + "coccyzus", + "coccyzus_erythropthalmus", + "cochimi", + "cochin", + "cochin_china", + "cochineal", + "cochineal_insect", + "cochise", + "cochlea", + "cochlearia", + "cochlearia_officinalis", + "cochlearius", + "cochlearius_cochlearius", + "cochon_de_lait", + "cochran", + "cock", + "cock's_eggs", + "cock-a-doodle-doo", + "cock-a-leekie", + "cock-and-bull_story", + "cock_of_the_rock", + "cock_sucking", + "cockade", + "cockaigne", + "cockateel", + "cockatiel", + "cockatoo", + "cockatoo_parrot", + "cockatrice", + "cockchafer", + "cockcroft", + "cockcroft-walton_accelerator", + "cockcroft-walton_voltage_multiplier", + "cockcroft_and_walton_accelerator", + "cockcroft_and_walton_voltage_multiplier", + "cockcrow", + "cocked_hat", + "cocker", + "cocker_spaniel", + "cockerel", + "cockfight", + "cockfighting", + "cockhorse", + "cockiness", + "cockle", + "cockle-bur", + "cockle-burr", + "cocklebur", + "cockleburr", + "cockleshell", + "cockloft", + "cockney", + "cockpit", + "cockroach", + "cockscomb", + "cocksfoot", + "cockspur", + "cockspur_hawthorn", + "cockspur_thorn", + "cocksucker", + "cocksureness", + "cocktail", + "cocktail_dress", + "cocktail_lounge", + "cocktail_party", + "cocktail_sauce", + "cocktail_shaker", + "cocktail_table", + "cockup", + "cocky-leeky", + "coco", + "coco_de_macao", + "coco_palm", + "coco_plum", + "coco_plum_tree", + "cocoa", + "cocoa_bean", + "cocoa_butter", + "cocoa_palm", + "cocoa_plum", + "cocoa_powder", + "cocoanut", + "cocobolo", + "coconspirator", + "coconut", + "coconut_cake", + "coconut_cream", + "coconut_macaroon", + "coconut_meat", + "coconut_milk", + "coconut_oil", + "coconut_palm", + "coconut_tree", + "coconut_water", + "cocoon", + "cocooning", + "cocopa", + "cocopah", + "cocos", + "cocos_nucifera", + "cocoswood", + "cocotte", + "cocoyam", + "cocozelle", + "cocteau", + "cocus", + "cocuswood", + "cocytus", + "cod", + "cod-liver_oil", + "cod_liver_oil", + "cod_oil", + "coda", + "codariocalyx", + "codariocalyx_motorius", + "coddled_egg", + "coddler", + "code", + "code_flag", + "code_of_behavior", + "code_of_conduct", + "codefendant", + "codeine", + "coder", + "codetalker", + "codex", + "codfish", + "codfish_ball", + "codfish_cake", + "codger", + "codiaeum", + "codiaeum_variegatum", + "codicil", + "codification", + "coding", + "coding_dna", + "coding_system", + "codlin_moth", + "codling", + "codling_moth", + "codlins-and-cream", + "codon", + "codpiece", + "codswallop", + "cody", + "coeducation", + "coefficient", + "coefficient_of_absorption", + "coefficient_of_concordance", + "coefficient_of_correlation", + "coefficient_of_drag", + "coefficient_of_elasticity", + "coefficient_of_expansion", + "coefficient_of_friction", + "coefficient_of_mutual_induction", + "coefficient_of_reflection", + "coefficient_of_self_induction", + "coefficient_of_viscosity", + "coelacanth", + "coelenterata", + "coelenterate", + "coelenterate_family", + "coelenterate_genus", + "coelenteron", + "coeliac_plexus", + "coeloglossum", + "coeloglossum_bracteatum", + "coeloglossum_viride", + "coelogyne", + "coelom", + "coelophysis", + "coelostat", + "coenobite", + "coenzyme", + "coenzyme_a", + "coenzyme_q", + "coercion", + "coereba", + "coerebidae", + "coeur_d'alene", + "coeur_d'alene_lake", + "coeval", + "coevals", + "coexistence", + "coextension", + "cofactor", + "coffea", + "coffea_arabica", + "coffea_canephora", + "coffea_liberica", + "coffea_robusta", + "coffee", + "coffee-table_book", + "coffee_bar", + "coffee_bean", + "coffee_berry", + "coffee_blight", + "coffee_break", + "coffee_cake", + "coffee_can", + "coffee_cappuccino", + "coffee_cream", + "coffee_cup", + "coffee_fern", + "coffee_filter", + "coffee_fungus", + "coffee_grinder", + "coffee_grounds", + "coffee_liqueur", + "coffee_maker", + "coffee_mill", + "coffee_mug", + "coffee_ring", + "coffee_roll", + "coffee_rose", + "coffee_royal", + "coffee_senna", + "coffee_shop", + "coffee_stall", + "coffee_substitute", + "coffee_table", + "coffee_tree", + "coffee_urn", + "coffeeberry", + "coffeecake", + "coffeehouse", + "coffeepot", + "coffer", + "cofferdam", + "coffey_still", + "coffin", + "coffin_nail", + "cofounder", + "cog", + "cog_railway", + "cogency", + "cogent_evidence", + "cogitation", + "cognac", + "cognate", + "cognate_word", + "cognation", + "cognisance", + "cognition", + "cognitive_content", + "cognitive_factor", + "cognitive_neuroscience", + "cognitive_neuroscientist", + "cognitive_operation", + "cognitive_process", + "cognitive_psychology", + "cognitive_science", + "cognitive_scientist", + "cognitive_semantics", + "cognitive_state", + "cognizance", + "cognomen", + "cognoscente", + "cognovit_judgement", + "cognovit_judgment", + "cogwheel", + "cohabitation", + "cohan", + "coherence", + "coherency", + "cohesion", + "cohesiveness", + "cohn", + "coho", + "coho_salmon", + "cohoe", + "cohort", + "cohosh", + "cohune", + "cohune-nut_oil", + "cohune_fat", + "cohune_nut", + "cohune_oil", + "cohune_palm", + "coif", + "coiffeur", + "coiffeuse", + "coiffure", + "coign", + "coigne", + "coigue", + "coil", + "coil_spring", + "coin", + "coin_bank", + "coin_blank", + "coin_box", + "coin_collecting", + "coin_collection", + "coin_collector", + "coin_machine", + "coin_silver", + "coin_slot", + "coinage", + "coincidence", + "coiner", + "coinsurance", + "coir", + "coition", + "coitus", + "coitus_interruptus", + "coke", + "col", + "cola", + "cola_acuminata", + "cola_extract", + "cola_nut", + "colander", + "colaptes", + "colaptes_auratus", + "colaptes_caper_collaris", + "colaptes_chrysoides", + "colbert", + "colbert_butter", + "colchicaceae", + "colchicine", + "colchicum", + "colchicum_autumnale", + "colchis", + "cold", + "cold-water_flat", + "cold_cash", + "cold_cathode", + "cold_cereal", + "cold_chisel", + "cold_comfort", + "cold_cream", + "cold_cuts", + "cold_duck", + "cold_feet", + "cold_fish", + "cold_frame", + "cold_front", + "cold_fusion", + "cold_gangrene", + "cold_medicine", + "cold_rubber", + "cold_shoulder", + "cold_snap", + "cold_sore", + "cold_spell", + "cold_storage", + "cold_stuffed_tomato", + "cold_sweat", + "cold_turkey", + "cold_war", + "cold_water", + "cold_wave", + "cold_weather", + "coldcream", + "coldheartedness", + "coldness", + "cole", + "cole_albert_porter", + "cole_porter", + "coleman_hawkins", + "coleonyx", + "coleoptera", + "coleridge", + "coleslaw", + "colette", + "coleus", + "coleus_amboinicus", + "coleus_aromaticus", + "coleus_blumei", + "colewort", + "colic", + "colic_artery", + "colic_root", + "colic_vein", + "colicroot", + "colima", + "colin_luther_powell", + "colin_powell", + "colinus", + "colinus_virginianus", + "coliphage", + "coliseum", + "colitis", + "collaboration", + "collaborationism", + "collaborationist", + "collaborator", + "collage", + "collage_film", + "collagen", + "collagenase", + "collapse", + "collapsible_shelter", + "collar", + "collar_blight", + "collar_cell", + "collarbone", + "collard", + "collard_greens", + "collards", + "collared_lizard", + "collared_peccary", + "collared_pika", + "collateral", + "collateral_damage", + "collateral_fraud", + "collation", + "colleague", + "collect", + "collect_call", + "collectable", + "collectible", + "collecting", + "collection", + "collection_plate", + "collective", + "collective_agreement", + "collective_bargaining", + "collective_farm", + "collective_noun", + "collective_security", + "collectivisation", + "collectivism", + "collectivist", + "collectivization", + "collector", + "collector's_item", + "collector_of_internal_revenue", + "colleen", + "college", + "college_boy", + "college_girl", + "college_level", + "college_man", + "college_of_cardinals", + "college_student", + "collegian", + "collegiate_dictionary", + "collembola", + "collembolan", + "collet", + "collet_chuck", + "collider", + "collie", + "collier", + "colliery", + "colligation", + "collimation", + "collimator", + "collins", + "collinsia", + "collinsia_bicolor", + "collinsia_heterophylla", + "collinsia_parviflora", + "collinsia_verna", + "collinsonia", + "collinsonia_canadensis", + "collis_potter_huntington", + "collision", + "collision_course", + "collocalia", + "collocalia_inexpectata", + "collocation", + "collodion", + "colloid", + "colloidal_gel", + "colloidal_solution", + "colloidal_suspension", + "colloquialism", + "colloquium", + "colloquy", + "collotype", + "collotype_printing", + "collusion", + "collyrium", + "collywobbles", + "colobus", + "colobus_guereza", + "colobus_monkey", + "colocasia", + "colocasia_esculenta", + "cologne", + "cologne_water", + "colombia", + "colombian", + "colombian_monetary_unit", + "colombian_peso", + "colombo", + "colon", + "colon_cancer", + "colonel", + "colonel_blimp", + "colonial", + "colonialism", + "colonialist", + "colonic", + "colonic_irrigation", + "colonisation", + "coloniser", + "colonist", + "colonization", + "colonizer", + "colonnade", + "colonoscope", + "colonoscopy", + "colony", + "colophon", + "colophony", + "color", + "color-blind_person", + "color_bar", + "color_bearer", + "color_blindness", + "color_chart", + "color_circle", + "color_code", + "color_constancy", + "color_force", + "color_guard", + "color_line", + "color_of_law", + "color_property", + "color_scheme", + "color_sergeant", + "color_spectrum", + "color_television", + "color_television_system", + "color_television_tube", + "color_tube", + "color_tv", + "color_tv_tube", + "color_vision", + "color_vision_deficiency", + "color_wash", + "color_wheel", + "coloradan", + "coloradillo", + "colorado", + "colorado_beetle", + "colorado_blue_spruce", + "colorado_desert", + "colorado_fir", + "colorado_four_o'clock", + "colorado_plateau", + "colorado_potato_beetle", + "colorado_river", + "colorado_river_hemp", + "colorado_springs", + "colorado_spruce", + "coloration", + "coloratura", + "coloratura_soprano", + "colorcast", + "colored", + "colored_audition", + "colored_hearing", + "colored_person", + "colorimeter", + "colorimetric_analysis", + "colorimetry", + "coloring", + "coloring_book", + "coloring_material", + "colorist", + "colorlessness", + "colors", + "colossae", + "colosseum", + "colossian", + "colossians", + "colossus", + "colossus_of_rhodes", + "colostomy", + "colostrum", + "colour", + "colour_bar", + "colour_blindness", + "colour_constancy", + "colour_line", + "colour_of_law", + "colour_scheme", + "colour_supplement", + "colour_television", + "colour_television_system", + "colour_television_tube", + "colour_tube", + "colour_tv", + "colour_tv_tube", + "colour_vision_deficiency", + "colour_wash", + "colouration", + "colourcast", + "colouring", + "colouring_material", + "colourlessness", + "colours", + "colpitis", + "colpocele", + "colpocystitis", + "colpocystocele", + "colpoxerosis", + "colt", + "coltan", + "colter", + "coltsfoot", + "coluber", + "coluber_constrictor", + "coluber_constrictor_flaviventris", + "coluber_hippocrepis", + "colubrid", + "colubrid_snake", + "colubridae", + "colubrina", + "colugo", + "columba", + "columba_fasciata", + "columba_livia", + "columba_palumbus", + "columbarium", + "columbary", + "columbia", + "columbia_river", + "columbia_tiger_lily", + "columbia_university", + "columbian_mammoth", + "columbidae", + "columbiform_bird", + "columbiformes", + "columbine", + "columbite", + "columbite-tantalite", + "columbium", + "columbo", + "columbus", + "columbus_day", + "columella", + "column", + "column_chromatography", + "column_inch", + "columnar_cell", + "columnar_epithelial_cell", + "columnea", + "columniation", + "columnist", + "colutea", + "colutea_arborescens", + "colymbiformes", + "colza", + "colza_oil", + "coma", + "coma_berenices", + "comanche", + "comandra", + "comandra_pallida", + "comatoseness", + "comatula", + "comatulid", + "comatulidae", + "comb", + "comb-footed_spider", + "comb-out", + "comb-plate", + "comb_jelly", + "combat", + "combat_area", + "combat_boot", + "combat_casualty", + "combat_ceiling", + "combat_fatigue", + "combat_injury", + "combat_intelligence", + "combat_mission", + "combat_neurosis", + "combat_pay", + "combat_pilot", + "combat_ship", + "combat_zone", + "combatant", + "combativeness", + "comber", + "combination", + "combination_in_restraint_of_trade", + "combination_lock", + "combination_plane", + "combination_salad", + "combine", + "combined_dna_index_system", + "combined_operation", + "combing", + "combining", + "combining_form", + "combining_weight", + "combo", + "combretaceae", + "combretum", + "combretum_appiculatum", + "combretum_bracteosum", + "combretum_erythrophyllum", + "combretum_family", + "combtooth_blenny", + "combustibility", + "combustible", + "combustible_material", + "combustibleness", + "combustion", + "come", + "come-on", + "comeback", + "comedian", + "comedienne", + "comedo", + "comedown", + "comedy", + "comedy_ballet", + "comeliness", + "comenius", + "comer", + "comer_vann_woodward", + "comestible", + "comet", + "comeupance", + "comeuppance", + "comfit", + "comfort", + "comfort_food", + "comfort_station", + "comfort_woman", + "comfort_zone", + "comfortableness", + "comforter", + "comforts", + "comfrey", + "comic", + "comic_book", + "comic_opera", + "comic_strip", + "comicality", + "coming", + "coming_attraction", + "coming_back", + "coming_into_court", + "coming_together", + "coming_upon", + "comint", + "comity", + "comity_of_nations", + "comma", + "comma_bacillus", + "comma_butterfly", + "command", + "command_guidance", + "command_key", + "command_language", + "command_line", + "command_line_interface", + "command_module", + "command_overhead", + "command_post", + "command_processing_overhead", + "command_processing_overhead_time", + "command_prompt", + "command_sergeant_major", + "commandant", + "commander", + "commander_in_chief", + "commandership", + "commandery", + "commanding_officer", + "commandment", + "commando", + "commedia_dell'arte", + "commelina", + "commelinaceae", + "commelinales", + "commelinidae", + "commemoration", + "commemorative", + "commencement", + "commencement_ceremony", + "commencement_day", + "commencement_exercise", + "commendation", + "commensal", + "commensalism", + "commensurateness", + "comment", + "commentary", + "commentator", + "commerce", + "commerce_department", + "commerce_secretary", + "commercial", + "commercial_activity", + "commercial_agency", + "commercial_art", + "commercial_artist", + "commercial_bank", + "commercial_bribery", + "commercial_credit", + "commercial_credit_company", + "commercial_document", + "commercial_enterprise", + "commercial_finance_company", + "commercial_instrument", + "commercial_law", + "commercial_letter_of_credit", + "commercial_loan", + "commercial_message", + "commercial_paper", + "commercial_traveler", + "commercial_traveller", + "commercial_treaty", + "commercialisation", + "commercialism", + "commercialization", + "commie", + "commination", + "comminuted_fracture", + "commiphora", + "commiphora_meccanensis", + "commiphora_myrrha", + "commiseration", + "commissaire_maigret", + "commissar", + "commissariat", + "commissary", + "commission", + "commission_on_human_rights", + "commission_on_narcotic_drugs", + "commission_on_the_status_of_women", + "commission_plan", + "commissionaire", + "commissioned_military_officer", + "commissioned_naval_officer", + "commissioned_officer", + "commissioner", + "commissioning", + "commissure", + "commitment", + "committal", + "committal_service", + "committal_to_memory", + "committal_to_writing", + "committedness", + "committee", + "committee_for_state_security", + "committee_meeting", + "committee_member", + "committeeman", + "committeewoman", + "commixture", + "commode", + "commodiousness", + "commodities_exchange", + "commodities_market", + "commodity", + "commodity_brokerage", + "commodity_exchange", + "commodore", + "commodore_john_barry_bridge", + "commodore_perry", + "commodore_vanderbilt", + "common", + "common-law_marriage", + "common_ageratum", + "common_alder", + "common_allamanda", + "common_american_shad", + "common_amsinckia", + "common_apricot", + "common_arrowhead", + "common_ax", + "common_axe", + "common_bamboo", + "common_barberry", + "common_barley", + "common_basil", + "common_bean", + "common_bean_plant", + "common_bearberry", + "common_beech", + "common_beet", + "common_bile_duct", + "common_birch", + "common_bird_cherry", + "common_blackfish", + "common_bog_rosemary", + "common_booklouse", + "common_box", + "common_brant_goose", + "common_broom", + "common_burdock", + "common_buttercup", + "common_calamint", + "common_camas", + "common_canary", + "common_caper", + "common_cardinal_vein", + "common_carline_thistle", + "common_carotid", + "common_carotid_artery", + "common_carrier", + "common_chickweed", + "common_chord", + "common_cockscomb", + "common_cold", + "common_comfrey", + "common_coral_tree", + "common_corn_salad", + "common_cotton_grass", + "common_daisy", + "common_dandelion", + "common_denominator", + "common_devil's_claw", + "common_divisor", + "common_dogbane", + "common_dolphin", + "common_duckweed", + "common_eel", + "common_eland", + "common_elder", + "common_era", + "common_european_ash", + "common_european_dogwood", + "common_european_earwig", + "common_european_jay", + "common_evening_primrose", + "common_facial_vein", + "common_factor", + "common_fate", + "common_fault", + "common_fennel", + "common_fig", + "common_fig_tree", + "common_flat_pea", + "common_four-o'clock", + "common_foxglove", + "common_fraction", + "common_front", + "common_garden_cress", + "common_garter_snake", + "common_ginger", + "common_good", + "common_grape_hyacinth", + "common_grape_vine", + "common_ground", + "common_gum_cistus", + "common_heath", + "common_hop", + "common_hops", + "common_horehound", + "common_horsetail", + "common_hyacinth", + "common_iguana", + "common_iliac_artery", + "common_iliac_vein", + "common_ivy", + "common_jasmine", + "common_juniper", + "common_kingsnake", + "common_knowledge", + "common_laburnum", + "common_lady's-slipper", + "common_land", + "common_law", + "common_lettuce", + "common_lilac", + "common_limpet", + "common_logarithm", + "common_louse", + "common_lynx", + "common_mackerel", + "common_madia", + "common_maidenhair", + "common_mallow", + "common_man", + "common_marigold", + "common_market", + "common_matrimony_vine", + "common_measure", + "common_meter", + "common_milkwort", + "common_mood", + "common_moonseed", + "common_moonwort", + "common_morel", + "common_morning_glory", + "common_mosquito", + "common_mugwort", + "common_mullein", + "common_multiple", + "common_murre", + "common_myrtle", + "common_nardoo", + "common_newt", + "common_nightshade", + "common_noun", + "common_nuisance", + "common_nutcracker", + "common_oak", + "common_opossum", + "common_osier", + "common_pea", + "common_people", + "common_pepper", + "common_person", + "common_pitcher_plant", + "common_plantain", + "common_plum", + "common_polypody", + "common_pond-skater", + "common_privet", + "common_purslane", + "common_raccoon", + "common_racoon", + "common_ragweed", + "common_reed", + "common_room", + "common_rorqual", + "common_rose_mallow", + "common_roundworm", + "common_rush", + "common_sage", + "common_salt", + "common_scold", + "common_scoter", + "common_scurvy_grass", + "common_seal", + "common_sense", + "common_shares", + "common_shiner", + "common_shrew", + "common_sickle_pine", + "common_snapping_turtle", + "common_snowberry", + "common_soldier", + "common_sorrel", + "common_speedwell", + "common_spindle_tree", + "common_spoonbill", + "common_spotted_orchid", + "common_st_john's_wort", + "common_staghorn_fern", + "common_starling", + "common_stinkhorn", + "common_stock", + "common_stock_equivalent", + "common_sunflower", + "common_tarweed", + "common_teasel", + "common_thorn_apple", + "common_thyme", + "common_time", + "common_tobacco", + "common_topaz", + "common_touch", + "common_unicorn_plant", + "common_valerian", + "common_vetchling", + "common_viper", + "common_wallaby", + "common_wart", + "common_wasp", + "common_water_snake", + "common_watercress", + "common_wheat", + "common_white_dogwood", + "common_winterberry_holly", + "common_wolffia", + "common_wood_sorrel", + "common_wormwood", + "common_year", + "common_yellowthroat", + "common_yellowwood", + "common_zebra", + "commonage", + "commonality", + "commonalty", + "commoner", + "commonness", + "commonplace", + "commonplace_book", + "commonplaceness", + "commons", + "commonweal", + "commonwealth", + "commonwealth_country", + "commonwealth_day", + "commonwealth_of_australia", + "commonwealth_of_dominica", + "commonwealth_of_independent_states", + "commonwealth_of_nations", + "commonwealth_of_puerto_rico", + "commonwealth_of_the_bahamas", + "commotion", + "communalism", + "commune", + "communicable_disease", + "communicant", + "communicating", + "communicating_artery", + "communication", + "communication_channel", + "communication_equipment", + "communication_system", + "communication_theory", + "communication_trench", + "communications", + "communications_intelligence", + "communications_protocol", + "communications_satellite", + "communications_security_establishment", + "communications_technology", + "communicativeness", + "communicator", + "communion", + "communion_table", + "communique", + "communisation", + "communism", + "communism_peak", + "communist", + "communist_china", + "communist_economy", + "communist_manifesto", + "communist_party", + "communist_party_of_kampuchea", + "community", + "community_center", + "community_chest", + "community_college", + "community_of_interests", + "community_of_scholars", + "community_property", + "community_service", + "communization", + "commutability", + "commutation", + "commutation_ticket", + "commutative_group", + "commutator", + "commute", + "commuter", + "commuter_traffic", + "commuter_train", + "commuting", + "comoro_islands", + "comoros", + "comp", + "compact", + "compact-disk_burner", + "compact_car", + "compact_disc", + "compact_disc_read-only_memory", + "compact_disc_recordable", + "compact_disc_write-once", + "compact_disk", + "compaction", + "compactness", + "companion", + "companionability", + "companionableness", + "companionship", + "companionway", + "company", + "company_man", + "company_name", + "company_operator", + "company_union", + "comparability", + "comparative", + "comparative_anatomist", + "comparative_anatomy", + "comparative_degree", + "comparative_literature", + "comparative_negligence", + "comparative_psychology", + "compare", + "comparing", + "comparison", + "compartment", + "compartment_pressure", + "compartmentalisation", + "compartmentalization", + "compass", + "compass_card", + "compass_flower", + "compass_north", + "compass_plane", + "compass_plant", + "compass_point", + "compass_saw", + "compassion", + "compassionate_leave", + "compassionateness", + "compatibility", + "compatible_software", + "compatriot", + "compeer", + "compendium", + "compensating_balance", + "compensation", + "compensatory_damages", + "compensatory_spending", + "compensatory_time", + "compere", + "competence", + "competence_hearing", + "competency", + "competition", + "competitiveness", + "competitor", + "compilation", + "compiler", + "compiling", + "compiling_program", + "complacence", + "complacency", + "complainant", + "complainer", + "complaint", + "complaisance", + "complement", + "complement_fixation", + "complement_fixation_test", + "complementarity", + "complementary", + "complementary_angles", + "complementary_color", + "complementary_distribution", + "complementary_dna", + "complementary_medicine", + "complementation", + "complete_blood_count", + "complete_fracture", + "completeness", + "completion", + "complex", + "complex_absence", + "complex_body_part", + "complex_conjugate", + "complex_fraction", + "complex_instruction_set_computer", + "complex_instruction_set_computing", + "complex_number", + "complex_quantity", + "complex_sentence", + "complexifier", + "complexion", + "complexity", + "complexness", + "compliance", + "compliancy", + "complicatedness", + "complication", + "complicity", + "compliment", + "compliments", + "complin", + "compline", + "component", + "component_part", + "comportment", + "composer", + "composing", + "compositae", + "composite", + "composite_material", + "composite_number", + "composite_order", + "composite_plant", + "composite_school", + "compositeness", + "composition", + "composition_board", + "compositor", + "compositor's_case", + "compost", + "compost_heap", + "compost_pile", + "composure", + "compote", + "compound", + "compound_eye", + "compound_fraction", + "compound_fracture", + "compound_interest", + "compound_leaf", + "compound_lens", + "compound_lever", + "compound_microscope", + "compound_morphology", + "compound_number", + "compound_pendulum", + "compound_pistil", + "compound_protein", + "compound_sentence", + "compounding", + "comprehensibility", + "comprehension", + "comprehensive", + "comprehensive_examination", + "comprehensive_school", + "comprehensiveness", + "compress", + "compressed_air", + "compressed_gas", + "compressibility", + "compressing", + "compression", + "compression_bandage", + "compression_fracture", + "compressor", + "compromise", + "compromise_verdict", + "compromiser", + "compsognathus", + "compton", + "comptonia", + "comptonia_asplenifolia", + "comptonia_peregrina", + "comptroller", + "comptroller_general", + "comptroller_of_the_currency", + "comptrollership", + "compulsion", + "compulsive", + "compulsiveness", + "compulsivity", + "compulsory_process", + "compunction", + "computation", + "computational_linguist", + "computational_linguistics", + "computed_axial_tomography", + "computed_tomography", + "computer", + "computer-aided_design", + "computer-oriented_language", + "computer_accessory", + "computer_address", + "computer_architecture", + "computer_backup", + "computer_business", + "computer_circuit", + "computer_code", + "computer_database", + "computer_dealer", + "computer_display", + "computer_error", + "computer_expert", + "computer_file", + "computer_file_name", + "computer_filename", + "computer_game", + "computer_graphic", + "computer_graphics", + "computer_guru", + "computer_hardware", + "computer_industry", + "computer_keyboard", + "computer_language", + "computer_memory", + "computer_memory_unit", + "computer_menu", + "computer_monitor", + "computer_mouse", + "computer_network", + "computer_operation", + "computer_paper", + "computer_peripheral", + "computer_program", + "computer_programing", + "computer_programme", + "computer_programmer", + "computer_programming", + "computer_science", + "computer_scientist", + "computer_screen", + "computer_simulation", + "computer_software", + "computer_storage", + "computer_store", + "computer_system", + "computer_technology", + "computer_user", + "computer_virus", + "computerization", + "computerized_axial_tomography", + "computerized_axial_tomography_scanner", + "computerized_tomography", + "computing", + "computing_device", + "computing_machine", + "computing_system", + "comrade", + "comradeliness", + "comradery", + "comradeship", + "comstock", + "comstock's_mealybug", + "comstock_mealybug", + "comstockery", + "comte", + "comte_de_mirabeau", + "comte_de_rochambeau", + "comte_de_saxe", + "comte_donatien_alphonse_francois_de_sade", + "comtesse_du_barry", + "comtism", + "con", + "con_artist", + "con_game", + "con_man", + "conacaste", + "conakry", + "conan_doyle", + "concatenation", + "concave_lens", + "concave_polygon", + "concave_polyhedron", + "concave_shape", + "concaveness", + "concavity", + "concealing", + "concealment", + "conceding", + "conceit", + "conceitedness", + "conceivability", + "conceivableness", + "conceiver", + "concentrate", + "concentrated_fire", + "concentration", + "concentration_camp", + "concentration_gradient", + "concentricity", + "concepcion", + "concept", + "concept_album", + "conception", + "conceptual_semantics", + "conceptualisation", + "conceptualism", + "conceptuality", + "conceptualization", + "conceptus", + "concern", + "concert", + "concert-goer", + "concert_band", + "concert_dance", + "concert_grand", + "concert_hall", + "concert_piano", + "concert_pitch", + "concerted_music", + "concertina", + "concerto", + "concerto_grosso", + "concession", + "concessionaire", + "concessioner", + "conch", + "concha", + "conchfish", + "conchologist", + "conchology", + "concierge", + "conciliation", + "conciliator", + "conciseness", + "concision", + "conclave", + "conclusion", + "conclusion_of_law", + "conclusiveness", + "concoction", + "concomitance", + "concomitant", + "concord", + "concord_grape", + "concordance", + "concordat", + "concourse", + "concrete", + "concrete_jungle", + "concrete_mixer", + "concrete_representation", + "concreteness", + "concretion", + "concretism", + "concubinage", + "concubine", + "concupiscence", + "concurrence", + "concurrency", + "concurrent_execution", + "concurrent_negligence", + "concurrent_operation", + "concurring_opinion", + "concussion", + "condemnation", + "condensate", + "condensation", + "condensation_pump", + "condensation_trail", + "condensed_milk", + "condenser", + "condenser_microphone", + "condensing", + "condescendingness", + "condescension", + "condiment", + "condition", + "conditional_contract", + "conditional_probability", + "conditional_reaction", + "conditional_reflex", + "conditional_relation", + "conditional_response", + "conditional_sale", + "conditionality", + "conditioned_avoidance", + "conditioned_avoidance_response", + "conditioned_emotion", + "conditioned_emotional_response", + "conditioned_reaction", + "conditioned_reflex", + "conditioned_response", + "conditioned_stimulus", + "conditioner", + "conditioning", + "conditions", + "condo", + "condolence", + "condom", + "condominium", + "condonation", + "condor", + "condorcet", + "conduct", + "conductance", + "conductance_unit", + "conducting", + "conducting_wire", + "conduction", + "conduction_anaesthesia", + "conduction_anesthesia", + "conduction_aphasia", + "conduction_deafness", + "conductive_hearing_loss", + "conductivity", + "conductor", + "conductress", + "conduit", + "condylar_process", + "condyle", + "condylion", + "condyloid_process", + "condyloma_acuminatum", + "condylura", + "condylura_cristata", + "cone", + "cone-nosed_bug", + "cone_cell", + "cone_clutch", + "cone_friction_clutch", + "cone_pepper", + "cone_shape", + "coneflower", + "conenose", + "conenose_bug", + "conepatus", + "conepatus_leuconotus", + "conessi", + "conestoga", + "conestoga_wagon", + "coney", + "coney_island", + "confab", + "confabulation", + "confect", + "confection", + "confectionary", + "confectioner", + "confectionery", + "confederacy", + "confederate", + "confederate_army", + "confederate_flag", + "confederate_jasmine", + "confederate_rose", + "confederate_rose_mallow", + "confederate_soldier", + "confederate_states", + "confederate_states_of_america", + "confederation", + "conferee", + "conference", + "conference_call", + "conference_center", + "conference_house", + "conference_room", + "conference_table", + "conferment", + "conferral", + "conferrer", + "conferva", + "confervoid_algae", + "confession", + "confession_of_judgement", + "confession_of_judgment", + "confessional", + "confessor", + "confetti", + "confidant", + "confidante", + "confidence", + "confidence_game", + "confidence_man", + "confidence_trick", + "confidential_adviser-advisee_relation", + "confidential_information", + "confidentiality", + "configuration", + "configurationism", + "confinement", + "confines", + "confirmation", + "confirmation_hearing", + "confiscation", + "confit", + "confiture", + "conflagration", + "conflict", + "conflict_of_interest", + "confluence", + "confluent", + "conflux", + "conformal_projection", + "conformance", + "conformation", + "conformational_entropy", + "conformism", + "conformist", + "conformity", + "confrere", + "confrontation", + "confucian", + "confucianism", + "confucianist", + "confucius", + "confusedness", + "confusion", + "confutation", + "confuter", + "conga", + "conga_line", + "conge", + "congealment", + "congee", + "congelation", + "congenator", + "congener", + "congeneric", + "congeniality", + "congenialness", + "congenital_abnormality", + "congenital_afibrinogenemia", + "congenital_anomaly", + "congenital_defect", + "congenital_disease", + "congenital_disorder", + "congenital_heart_defect", + "congenital_megacolon", + "congenital_pancytopenia", + "conger", + "conger_eel", + "congeries", + "congestion", + "congestive_heart_failure", + "congius", + "conglobation", + "conglomerate", + "conglomeration", + "conglutination", + "congo", + "congo_copal", + "congo_eel", + "congo_franc", + "congo_gum", + "congo_peafowl", + "congo_red", + "congo_river", + "congo_snake", + "congolese", + "congoo_mallee", + "congou", + "congou_tea", + "congratulation", + "congratulations", + "congregant", + "congregating", + "congregation", + "congregation_of_the_inquisition", + "congregational_christian_church", + "congregational_church", + "congregationalism", + "congregationalist", + "congress", + "congress_boot", + "congress_gaiter", + "congress_of_industrial_organizations", + "congress_of_racial_equality", + "congress_shoe", + "congressional_district", + "congressional_medal_of_honor", + "congressional_record", + "congressman", + "congresswoman", + "congreve", + "congridae", + "congruence", + "congruity", + "congruousness", + "conic", + "conic_morel", + "conic_projection", + "conic_section", + "conic_verpa", + "conic_waxycap", + "conical_buoy", + "conical_projection", + "conidiophore", + "conidiospore", + "conidium", + "conifer", + "coniferales", + "coniferophyta", + "coniferophytina", + "coniferopsida", + "coniferous_tree", + "conilurus", + "conima", + "coniogramme", + "coniogramme_japonica", + "conium", + "conium_maculatum", + "conjecture", + "conjoined_twin", + "conjugal_family", + "conjugal_right", + "conjugal_visitation", + "conjugal_visitation_right", + "conjugate", + "conjugate_solution", + "conjugated_protein", + "conjugation", + "conjunction", + "conjunctiva", + "conjunctival_layer_of_bulb", + "conjunctival_layer_of_eyelids", + "conjunctival_veins", + "conjunctive", + "conjunctivitis", + "conjunctivitis_arida", + "conjuncture", + "conjuration", + "conjure_man", + "conjurer", + "conjuring", + "conjuring_trick", + "conjuror", + "conjury", + "conk", + "conker", + "conn's_syndrome", + "connaraceae", + "connarus", + "connarus_guianensis", + "connectedness", + "connecter", + "connecticut", + "connecticut_river", + "connecticuter", + "connecting_flight", + "connecting_rod", + "connecting_room", + "connection", + "connective", + "connective_tissue", + "connectivity", + "connector", + "connemara_heath", + "connexion", + "conning_tower", + "conniption", + "connivance", + "connochaetes", + "connoisseur", + "connoisseurship", + "connolly", + "connors", + "connotation", + "conocarpus", + "conocarpus_erectus", + "conoclinium", + "conoclinium_coelestinum", + "conodont", + "conodonta", + "conodontophorida", + "conoid", + "conopodium", + "conopodium_denudatum", + "conospermum", + "conoy", + "conquering", + "conqueror", + "conquest", + "conquistador", + "conrad", + "conrad_aiken", + "conrad_potter_aiken", + "conradina", + "conradina_glabra", + "consanguinity", + "conscience", + "conscience_money", + "conscientious_objector", + "conscientiousness", + "consciousness", + "consciousness-altering_drug", + "conscript", + "conscription", + "consecration", + "consecutive_operation", + "consensus", + "consent", + "consent_decree", + "consequence", + "conservancy", + "conservation", + "conservation_of_charge", + "conservation_of_electricity", + "conservation_of_energy", + "conservation_of_mass", + "conservation_of_matter", + "conservation_of_momentum", + "conservation_of_parity", + "conservationist", + "conservatism", + "conservative", + "conservative_jew", + "conservative_judaism", + "conservative_party", + "conservativism", + "conservativist", + "conservatoire", + "conservator", + "conservator-ward_relation", + "conservatory", + "conserve", + "conserves", + "considerateness", + "consideration", + "consignee", + "consigner", + "consignment", + "consignor", + "consistence", + "consistency", + "consistory", + "consolation", + "console", + "console_table", + "consolida", + "consolida_ambigua", + "consolidation", + "consomme", + "consonance", + "consonant", + "consonant_rhyme", + "consonant_system", + "consonantal_system", + "consort", + "consortium", + "conspecific", + "conspectus", + "conspicuous_consumption", + "conspicuousness", + "conspiracy", + "conspiracy_of_silence", + "conspirator", + "constable", + "constabulary", + "constance", + "constancy", + "constant", + "constant-width_font", + "constant_lambert", + "constant_of_gravitation", + "constant_of_proportionality", + "constant_quantity", + "constantan", + "constantin_brancusi", + "constantina", + "constantine", + "constantine_i", + "constantine_the_great", + "constantinople", + "constatation", + "constellation", + "consternation", + "constipation", + "constituency", + "constituent", + "constitution", + "constitution_of_the_united_states", + "constitution_state", + "constitutional", + "constitutional_convention", + "constitutional_union_party", + "constitutionalism", + "constitutionalist", + "constraint", + "constriction", + "constrictor", + "constrictor_constrictor", + "construal", + "construct", + "construction", + "construction_industry", + "construction_paper", + "construction_worker", + "constructive_breach", + "constructive_eviction", + "constructive_fraud", + "constructive_metabolism", + "constructive_possession", + "constructive_trust", + "constructiveness", + "constructivism", + "constructivist", + "constructor", + "consubstantiation", + "consuetude", + "consuetudinal", + "consuetudinary", + "consul", + "consulate", + "consulship", + "consultancy", + "consultant", + "consultation", + "consulting_company", + "consulting_firm", + "consulting_service", + "consumer", + "consumer_credit", + "consumer_durables", + "consumer_finance_company", + "consumer_goods", + "consumer_loan", + "consumer_price_index", + "consumer_research", + "consumerism", + "consummation", + "consumption", + "consumption_weed", + "consumptive", + "contact", + "contact_action", + "contact_arm", + "contact_dermatitis", + "contact_lens", + "contact_print", + "contact_sport", + "contadino", + "contagion", + "contagious_abortion", + "contagious_disease", + "container", + "container_ship", + "container_vessel", + "containerful", + "containership", + "containment", + "contaminant", + "contamination", + "conte_alessandro_giuseppe_antonio_anastasio_volta", + "conte_alessandro_volta", + "contemplation", + "contemplative", + "contemplativeness", + "contemporaneity", + "contemporaneousness", + "contemporaries", + "contemporary", + "contemporary_world", + "contempt", + "contempt_of_congress", + "contempt_of_court", + "contemptibility", + "contemptuousness", + "contender", + "content", + "content_word", + "contentedness", + "contention", + "contentiousness", + "contentment", + "contents", + "contest", + "contestant", + "contestation", + "contestee", + "contester", + "context", + "context_of_use", + "contextual_definition", + "contextualism", + "contiguity", + "contiguousness", + "continence", + "continency", + "continent", + "continental_army", + "continental_breakfast", + "continental_congress", + "continental_divide", + "continental_drift", + "continental_glacier", + "continental_plan", + "continental_quilt", + "continental_shelf", + "continental_slope", + "contingence", + "contingency", + "contingency_fee", + "contingency_procedure", + "contingent", + "contingent_probability", + "continuance", + "continuant", + "continuant_consonant", + "continuation", + "continuative", + "continued_fraction", + "continuing_education", + "continuing_trespass", + "continuity", + "continuity_army_council", + "continuity_irish_republican_army", + "continuo", + "continuous_creation_theory", + "continuous_receiver_watch", + "continuous_tense", + "continuousness", + "continuum", + "conto", + "contopus", + "contopus_sordidulus", + "contopus_virens", + "contortion", + "contortionist", + "contour", + "contour_feather", + "contour_language", + "contour_line", + "contour_map", + "contour_sheet", + "contra", + "contra_danse", + "contraband", + "contrabandist", + "contrabass", + "contrabassoon", + "contraception", + "contraceptive", + "contraceptive_device", + "contraceptive_diaphragm", + "contraceptive_method", + "contraceptive_pill", + "contract", + "contract_bridge", + "contract_killing", + "contract_law", + "contract_of_adhesion", + "contract_of_hazard", + "contract_offer", + "contract_under_seal", + "contractile_organ", + "contractility", + "contracting", + "contraction", + "contractor", + "contracture", + "contradance", + "contradiction", + "contradiction_in_terms", + "contradictoriness", + "contradictory", + "contradistinction", + "contrafagotto", + "contrail", + "contraindication", + "contralto", + "contraption", + "contrapuntist", + "contrarian", + "contrariety", + "contrariness", + "contrary", + "contras", + "contrast", + "contrast_material", + "contrast_medium", + "contravention", + "contredanse", + "contretemps", + "contribution", + "contributor", + "contributory_negligence", + "contriteness", + "contrition", + "contrivance", + "contriver", + "control", + "control_account", + "control_board", + "control_center", + "control_character", + "control_circuit", + "control_condition", + "control_experiment", + "control_freak", + "control_function", + "control_grid", + "control_key", + "control_operation", + "control_panel", + "control_rod", + "control_room", + "control_stick", + "control_stock", + "control_surface", + "control_system", + "control_tower", + "controlled_substance", + "controller", + "controllership", + "controlling_interest", + "controversialist", + "controversy", + "contumacy", + "contumely", + "contusion", + "conundrum", + "conurbation", + "conuropsis", + "conuropsis_carolinensis", + "convalescence", + "convalescent", + "convallaria", + "convallaria_majalis", + "convallariaceae", + "convection", + "convector", + "convener", + "convenience", + "convenience_food", + "convenience_store", + "conveniences", + "convening", + "convent", + "conventicle", + "convention", + "conventionalisation", + "conventionalism", + "conventionality", + "conventionalization", + "conventioneer", + "convergence", + "convergency", + "convergent_strabismus", + "convergent_thinker", + "convergent_thinking", + "converging", + "converging_lens", + "conversance", + "conversancy", + "conversation", + "conversation_piece", + "conversation_stopper", + "conversational_partner", + "conversationalist", + "conversationist", + "converse", + "conversion", + "conversion_disorder", + "conversion_factor", + "conversion_hysteria", + "conversion_reaction", + "converso", + "convert", + "converter", + "convertibility", + "convertible", + "convertible_bond", + "convertible_security", + "convertor", + "convex_lens", + "convex_polygon", + "convex_polyhedron", + "convex_shape", + "convexity", + "convexness", + "conveyance", + "conveyance_of_title", + "conveyancer", + "conveyancing", + "conveyer", + "conveyer_belt", + "conveying", + "conveyor", + "conveyor_belt", + "convict", + "convict_fish", + "convictfish", + "conviction", + "convincingness", + "conviviality", + "convocation", + "convolution", + "convolution_of_broca", + "convolvulaceae", + "convolvulus", + "convolvulus_arvensis", + "convolvulus_scammonia", + "convolvulus_sepium", + "convoy", + "convulsion", + "cony", + "conyza", + "conyza_canadensis", + "coo", + "cook", + "cook_strait", + "cookbook", + "cooke", + "cooker", + "cookery", + "cookery_book", + "cookfire", + "cookhouse", + "cookie", + "cookie_cutter", + "cookie_jar", + "cookie_jar_reserve", + "cookie_sheet", + "cooking", + "cooking_apple", + "cooking_chocolate", + "cooking_oil", + "cooking_pan", + "cooking_stove", + "cooking_utensil", + "cookout", + "cookstove", + "cookware", + "cooky", + "cooky_jar", + "cool", + "cool_jazz", + "coolant", + "coolant_system", + "cooler", + "cooley's_anaemia", + "cooley's_anemia", + "coolidge", + "coolie", + "cooling", + "cooling_system", + "cooling_tower", + "coolness", + "coolwart", + "cooly", + "coon", + "coon_bear", + "coon_cat", + "coondog", + "coonhound", + "coonskin", + "coonskin_cap", + "coontie", + "coop", + "cooper", + "cooper's_hawk", + "cooper_union", + "cooper_union_for_the_advancement_of_science_and_art", + "cooperation", + "cooperative", + "cooperativeness", + "cooperator", + "cooperstown", + "coordinate", + "coordinate_axis", + "coordinate_bond", + "coordinate_clause", + "coordinate_geometry", + "coordinate_system", + "coordinated_universal_time", + "coordinating_conjunction", + "coordination", + "coordination_compound", + "coordinator", + "coosa", + "coosa_river", + "coot", + "cooter", + "cootie", + "cop", + "copaiba", + "copaiba_balsam", + "copal", + "copaline", + "copalite", + "copartner", + "copartnership", + "cope", + "copeck", + "copehan", + "copenhagen", + "copepod", + "copepod_crustacean", + "copepoda", + "copernican_system", + "copernicia", + "copernicia_alba", + "copernicia_australis", + "copernicia_cerifera", + "copernicia_prunifera", + "copernicus", + "copestone", + "copier", + "copilot", + "coping", + "coping_saw", + "coping_stone", + "copiousness", + "copland", + "copley", + "copolymer", + "copout", + "copper", + "copper's_nark", + "copper-base_alloy", + "copper_beech", + "copper_color", + "copper_glance", + "copper_mine", + "copper_nose", + "copper_oxide", + "copper_pyrites", + "copper_rockfish", + "copper_sulfate", + "copper_sulphate", + "copperhead", + "copperplate", + "copperplate_engraving", + "coppersmith", + "copperware", + "coppice", + "coppola", + "copra", + "copra_oil", + "coprinaceae", + "coprinus", + "coprinus_atramentarius", + "coprinus_comatus", + "coprolalia", + "coprolite", + "coprolith", + "coprophagia", + "coprophagy", + "copse", + "copt", + "coptic", + "coptic_church", + "coptis", + "coptis_groenlandica", + "coptis_trifolia_groenlandica", + "copula", + "copulation", + "copulative", + "copulative_conjunction", + "copy", + "copy_editing", + "copy_editor", + "copybook", + "copycat", + "copyhold", + "copyholder", + "copying", + "copyist", + "copyreader", + "copyright", + "copyright_infringement", + "copywriter", + "coq_au_vin", + "coquetry", + "coquette", + "coquilla_nut", + "coquille", + "coquilles_saint-jacques", + "cor_anglais", + "cor_pulmonale", + "cora", + "coracan", + "coracias", + "coracias_garrulus", + "coraciidae", + "coraciiform_bird", + "coraciiformes", + "coracle", + "coragyps", + "coragyps_atratus", + "corakan", + "coral", + "coral-root_bittercress", + "coral-wood", + "coral_bean", + "coral_bean_tree", + "coral_bush", + "coral_drops", + "coral_fungus", + "coral_gem", + "coral_honeysuckle", + "coral_necklace", + "coral_pea", + "coral_reef", + "coral_root", + "coral_sea", + "coral_snake", + "coral_tree", + "coral_vine", + "coralbells", + "coralberry", + "corallorhiza", + "corallorhiza_maculata", + "corallorhiza_striata", + "corallorhiza_trifida", + "coralroot", + "coralwood", + "coralwort", + "corbel", + "corbel_arch", + "corbel_step", + "corbett", + "corbie-step", + "corbie_gable", + "corbiestep", + "corbina", + "corchorus", + "cord", + "cord_blood", + "cord_grass", + "cordage", + "cordaitaceae", + "cordaitales", + "cordaites", + "cordarone", + "cordate_leaf", + "corday", + "cordell_hull", + "cordgrass", + "cordia", + "cordia_alliodora", + "cordia_gerascanthus", + "cordial", + "cordial_reception", + "cordiality", + "cordierite", + "cordite", + "corditis", + "cordoba", + "cordon", + "cordon_bleu", + "cordova", + "cordovan", + "cords", + "corduroy", + "corduroys", + "cordwood", + "cordylidae", + "cordyline", + "cordyline_australis", + "cordyline_terminalis", + "cordylus", + "core", + "core_bit", + "core_drill", + "core_dump", + "core_group", + "core_memory", + "coreference", + "coregonidae", + "coregonus", + "coregonus_artedi", + "coregonus_clupeaformis", + "coreid", + "coreid_bug", + "coreidae", + "coreligionist", + "corelli", + "coreopsis", + "coreopsis_gigantea", + "coreopsis_maritima", + "coreopsis_tinctoria", + "corer", + "corespondent", + "corgard", + "corgi", + "coriander", + "coriander_plant", + "coriander_seed", + "coriandrum", + "coriandrum_sativum", + "coricidin", + "corinth", + "corinthian", + "corinthian_order", + "coriolis_effect", + "coriolis_force", + "corium", + "corixa", + "corixidae", + "cork", + "cork_jacket", + "cork_oak", + "cork_tree", + "corkage", + "corkboard", + "corker", + "corkscrew", + "corkscrew_flower", + "corkwood", + "corkwood_family", + "corkwood_tree", + "corm", + "cormorant", + "cormous_plant", + "corn", + "corn_beef", + "corn_belt", + "corn_borer", + "corn_borer_moth", + "corn_cake", + "corn_campion", + "corn_chamomile", + "corn_chip", + "corn_chowder", + "corn_cob", + "corn_cockle", + "corn_dab", + "corn_dance", + "corn_dodger", + "corn_earworm", + "corn_exchange", + "corn_field", + "corn_flake", + "corn_fritter", + "corn_gluten", + "corn_gluten_feed", + "corn_lily", + "corn_liquor", + "corn_marigold", + "corn_mayweed", + "corn_mint", + "corn_muffin", + "corn_oil", + "corn_poppy", + "corn_pudding", + "corn_salad", + "corn_silk", + "corn_smut", + "corn_snake", + "corn_snow", + "corn_speedwell", + "corn_spurrey", + "corn_spurry", + "corn_stalk", + "corn_sugar", + "corn_syrup", + "corn_tash", + "corn_whiskey", + "corn_whisky", + "cornaceae", + "cornbread", + "corncob", + "corncrake", + "corncrib", + "cornea", + "corneal_graft", + "corneal_transplant", + "corned_beef", + "corned_beef_hash", + "corneille", + "cornel", + "cornelia_otis_skinner", + "cornelian", + "cornelian_cherry", + "cornelis_jansen", + "cornelius_jansenius", + "cornelius_vanderbilt", + "cornell", + "cornell_university", + "corner", + "corner_kick", + "corner_man", + "corner_pocket", + "corner_post", + "cornerback", + "cornerstone", + "cornet", + "cornetfish", + "cornetist", + "corneum", + "cornfield", + "cornflour", + "cornflower", + "cornflower_aster", + "cornhusk", + "cornhusker", + "cornhusker_state", + "cornhusking", + "cornice", + "cornish", + "cornish_fowl", + "cornish_heath", + "cornish_pasty", + "cornishman", + "cornishwoman", + "cornmeal", + "cornmeal_mush", + "cornpone", + "cornsilk", + "cornsmut", + "cornstalk", + "cornstarch", + "cornu", + "cornucopia", + "cornus", + "cornus_amomum", + "cornus_canadensis", + "cornus_florida", + "cornus_mas", + "cornus_obliqua", + "cornus_sanguinea", + "cornus_stolonifera", + "cornwall", + "cornwallis", + "corokia", + "corolla", + "corollary", + "corona", + "corona_borealis", + "corona_discharge", + "coronach", + "coronal", + "coronal_suture", + "coronary", + "coronary-artery_disease", + "coronary_artery", + "coronary_artery_bypass_graft", + "coronary_artery_disease", + "coronary_bypass", + "coronary_bypass_surgery", + "coronary_care_unit", + "coronary_failure", + "coronary_heart_disease", + "coronary_insufficiency", + "coronary_occlusion", + "coronary_sinus", + "coronary_thrombosis", + "coronation", + "coroner", + "coronet", + "coronilla", + "coronilla_varia", + "coronion", + "coronoid_process", + "coronoid_process_of_the_mandible", + "coropuna", + "corot", + "corozo", + "corozo_palm", + "corp", + "corporal", + "corporal_punishment", + "corporality", + "corporate_bond", + "corporate_executive", + "corporate_finance", + "corporate_investor", + "corporate_trust", + "corporation", + "corporation_law", + "corporatism", + "corporatist", + "corporeality", + "corposant", + "corps", + "corps_de_ballet", + "corps_diplomatique", + "corpse", + "corpulence", + "corpulency", + "corpus", + "corpus_amygdaloideum", + "corpus_callosum", + "corpus_christi", + "corpus_delicti", + "corpus_geniculatum_laterale", + "corpus_geniculatum_mediale", + "corpus_luteum", + "corpus_mamillare", + "corpus_sternum", + "corpus_striatum", + "corpuscle", + "corpuscular-radiation_pressure", + "corpuscular_radiation", + "corpuscular_theory", + "corpuscular_theory_of_light", + "corral", + "corrasion", + "correction", + "correctional_institution", + "correctional_rehabilitation", + "corrections", + "correctitude", + "corrective", + "correctness", + "correggio", + "corregidor", + "correlate", + "correlation", + "correlation_coefficient", + "correlation_matrix", + "correlation_table", + "correlational_analysis", + "correlational_statistics", + "correlative", + "correlativity", + "correspondence", + "correspondence_course", + "correspondence_school", + "correspondent", + "corrida", + "corridor", + "corrie", + "corrigenda", + "corrigendum", + "corroborating_evidence", + "corroboration", + "corrodentia", + "corroding", + "corrosion", + "corrosive", + "corrosive_sublimate", + "corrugated_board", + "corrugated_cardboard", + "corrugated_fastener", + "corrugated_iron", + "corrugation", + "corruptibility", + "corruption", + "corruptness", + "corsage", + "corsair", + "corse", + "corselet", + "corset", + "corsica", + "corsican_army", + "corslet", + "cortaderia", + "cortaderia_richardii", + "cortaderia_selloana", + "cortef", + "cortege", + "cortes", + "cortex", + "cortez", + "cortical_area", + "cortical_cataract", + "cortical_epilepsy", + "cortical_potential", + "cortical_region", + "corticium", + "corticium_salmonicolor", + "corticium_solani", + "corticoid", + "corticospinal_tract", + "corticosteroid", + "corticosterone", + "corticotrophin", + "corticotropin", + "cortina", + "cortinariaceae", + "cortinarius", + "cortinarius_armillatus", + "cortinarius_atkinsonianus", + "cortinarius_corrugatus", + "cortinarius_gentilis", + "cortinarius_mutabilis", + "cortinarius_semisanguineus", + "cortinarius_subfoetidus", + "cortinarius_violaceus", + "cortisol", + "cortisone", + "cortland", + "cortone_acetate", + "corundom", + "corundum", + "coruscation", + "corvee", + "corvette", + "corvidae", + "corvine_bird", + "corvus", + "corvus_brachyrhyncos", + "corvus_corax", + "corvus_frugilegus", + "corvus_monedula", + "coryanthes", + "corydalidae", + "corydalis", + "corydalis_claviculata", + "corydalis_sempervirens", + "corydalis_solida", + "corydalus", + "corydalus_cornutus", + "corylaceae", + "corylopsis", + "corylus", + "corylus_americana", + "corylus_avellana", + "corylus_avellana_grandis", + "corylus_cornuta", + "corymb", + "corynebacteriaceae", + "corynebacterium", + "corynebacterium_diphtheriae", + "corypha", + "corypha_gebanga", + "corypha_umbraculifera", + "corypha_utan", + "coryphaena_equisetis", + "coryphaena_hippurus", + "coryphaenidae", + "coryphantha", + "corythosaur", + "corythosaurus", + "coryza", + "cos", + "cos_lettuce", + "cosa_nostra", + "coscoroba", + "cosec", + "cosecant", + "cosh", + "cosignatory", + "cosigner", + "cosimo_de_medici", + "cosimo_the_elder", + "cosine", + "cosiness", + "cosmea", + "cosmetic", + "cosmetic_dentistry", + "cosmetic_surgeon", + "cosmetic_surgery", + "cosmetician", + "cosmetologist", + "cosmetology", + "cosmic_background_radiation", + "cosmic_dust", + "cosmic_microwave_background", + "cosmic_microwave_background_radiation", + "cosmic_radiation", + "cosmic_ray", + "cosmic_string", + "cosmic_time", + "cosmid", + "cosmocampus", + "cosmocampus_profundus", + "cosmogeny", + "cosmogony", + "cosmographer", + "cosmographist", + "cosmography", + "cosmolatry", + "cosmological_constant", + "cosmologist", + "cosmology", + "cosmonaut", + "cosmopolitan", + "cosmopolite", + "cosmos", + "cosmotron", + "coss", + "cossack", + "cost", + "cost-benefit_analysis", + "cost-of-living_allowance", + "cost-of-living_benefit", + "cost-of-living_index", + "cost-plus_contract", + "cost-pull_inflation", + "cost_accountant", + "cost_accounting", + "cost_analysis", + "cost_cutting", + "cost_increase", + "cost_ledger", + "cost_of_capital", + "cost_of_living", + "cost_overrun", + "costa", + "costa_rica", + "costa_rican", + "costa_rican_colon", + "costa_rican_monetary_unit", + "costal_cartilage", + "costal_groove", + "costalgia", + "costanoan", + "costermonger", + "costia", + "costia_necatrix", + "costiasis", + "costing", + "costliness", + "costmary", + "costoaxillary_vein", + "costochondritis", + "costs", + "costume", + "costume_designer", + "costumer", + "costumier", + "costus_oil", + "costusroot", + "cosy", + "cot", + "cot_death", + "cotacachi", + "cotan", + "cotangent", + "cote", + "cote_d'azur", + "cote_d'ivoire", + "cote_d'ivoire_franc", + "cotenant", + "coterie", + "cotes_de_provence", + "cothromboplastin", + "cotilion", + "cotillion", + "cotinga", + "cotingidae", + "cotinus", + "cotinus_americanus", + "cotinus_coggygria", + "cotinus_obovatus", + "cotoneaster", + "cotoneaster_dammeri", + "cotoneaster_horizontalis", + "cotonou", + "cotopaxi", + "cotswold", + "cotswold_hills", + "cotswolds", + "cottage", + "cottage_cheese", + "cottage_dweller", + "cottage_industry", + "cottage_pie", + "cottage_pink", + "cottage_tent", + "cottage_tulip", + "cottager", + "cottar", + "cotter", + "cotter_pin", + "cottidae", + "cottier", + "cotton", + "cotton-seed_tree", + "cotton_ball", + "cotton_bollworm", + "cotton_cake", + "cotton_candy", + "cotton_fiber", + "cotton_flannel", + "cotton_gin", + "cotton_grass", + "cotton_mill", + "cotton_mouse", + "cotton_plant", + "cotton_rat", + "cotton_rose", + "cotton_rush", + "cotton_stainer", + "cotton_strain", + "cotton_thistle", + "cotton_wool", + "cottonmouth", + "cottonmouth_moccasin", + "cottonseed", + "cottonseed_cake", + "cottonseed_oil", + "cottontail", + "cottontail_rabbit", + "cottonweed", + "cottonwick", + "cottonwood", + "cottrell_precipitator", + "cottus", + "cotula", + "cotula_coronopifolia", + "coturnix", + "coturnix_communis", + "coturnix_coturnix", + "cotyledon", + "cotyloid_cavity", + "cotyloid_joint", + "coucal", + "couch", + "couch_grass", + "couch_potato", + "couchette", + "coude_system", + "coude_telescope", + "coue", + "cougar", + "cough", + "cough_drop", + "coughing", + "coughing_up", + "coulisse", + "coulomb", + "coulomb's_law", + "coulter", + "coumadin", + "coumara_nut", + "coumarone", + "coumarone-indene_resin", + "coumarone_resin", + "coumarouna", + "coumarouna_odorata", + "council", + "council_bluffs", + "council_board", + "council_chamber", + "council_member", + "council_of_basel-ferrara-florence", + "council_of_chalcedon", + "council_of_constance", + "council_of_economic_advisors", + "council_of_ephesus", + "council_of_trent", + "council_of_vienne", + "council_on_environmental_policy", + "council_table", + "council_tax", + "councillor", + "councillorship", + "councilman", + "councilorship", + "councilwoman", + "counsel", + "counsel_to_the_crown", + "counseling", + "counselling", + "counsellor", + "counsellorship", + "counselor", + "counselor-at-law", + "counselorship", + "count", + "count_alessandro_di_cagliostro", + "count_alessandro_volta", + "count_ferdinand_von_zeppelin", + "count_fleet", + "count_lev_nikolayevitch_tolstoy", + "count_maurice_maeterlinck", + "count_nikolaus_ludwig_von_zinzendorf", + "count_noun", + "count_palatine", + "count_per_minute", + "count_rumford", + "countdown", + "countenance", + "counter", + "counter-revolutionist", + "counter-sabotage", + "counter_check", + "counter_conditioning", + "counter_reformation", + "counter_tube", + "counteraction", + "counterargument", + "counterattack", + "counterattraction", + "counterbalance", + "counterbattery_fire", + "counterblast", + "counterblow", + "counterbombardment", + "counterbore", + "countercharge", + "countercheck", + "counterclaim", + "counterclockwise_rotation", + "countercoup", + "counterculture", + "countercurrent", + "counterdemonstration", + "counterdemonstrator", + "counterespionage", + "counterexample", + "counterfactuality", + "counterfeit", + "counterfeiter", + "counterfire", + "counterfoil", + "counterglow", + "counterinsurgency", + "counterintelligence", + "counterirritant", + "counterman", + "countermand", + "countermarch", + "countermeasure", + "countermine", + "countermortar_fire", + "countermove", + "counteroffensive", + "counteroffer", + "counterpane", + "counterpart", + "counterperson", + "counterplan", + "counterplay", + "counterplea", + "counterplot", + "counterpoint", + "counterpoise", + "counterpoison", + "counterpreparation_fire", + "counterproposal", + "counterpunch", + "counterreformation", + "counterrevolution", + "counterrevolutionary", + "counterrevolutionist", + "countershot", + "countersign", + "countersignature", + "countersink", + "countersink_bit", + "counterspy", + "counterstain", + "countersubversion", + "countersuit", + "countertenor", + "counterterrorism", + "counterterrorist", + "counterterrorist_center", + "countertop", + "countertransference", + "countervailing_duty", + "counterweight", + "counterwoman", + "countess", + "counting", + "countinghouse", + "countlessness", + "country", + "country-dance", + "country_and_western", + "country_borage", + "country_club", + "country_dancing", + "country_doctor", + "country_house", + "country_music", + "country_of_origin", + "country_people", + "country_store", + "countryfolk", + "countryman", + "countryseat", + "countryside", + "countrywoman", + "counts/minute", + "county", + "county_agent", + "county_council", + "county_courthouse", + "county_line", + "county_palatine", + "county_seat", + "county_town", + "coup", + "coup_d'etat", + "coup_d'oeil", + "coup_de_grace", + "coup_de_main", + "coup_de_theatre", + "coupe", + "couperin", + "couple", + "coupler", + "couplet", + "coupling", + "coupon", + "coupon_bond", + "courage", + "courageousness", + "courante", + "courbaril", + "courbaril_copal", + "courbet", + "coureur_de_bois", + "courgette", + "courier", + "courlan", + "course", + "course_catalog", + "course_catalogue", + "course_credit", + "course_of_action", + "course_of_instruction", + "course_of_lectures", + "course_of_study", + "course_session", + "courser", + "coursework", + "coursing", + "court", + "court-martial", + "court_card", + "court_game", + "court_of_appeals", + "court_of_assize", + "court_of_assize_and_nisi_prius", + "court_of_chancery", + "court_of_domestic_relations", + "court_of_justice", + "court_of_law", + "court_of_saint_james's", + "court_order", + "court_plaster", + "court_tennis", + "courtelle", + "courtesan", + "courtesy", + "courthouse", + "courtier", + "courting", + "courtliness", + "courtly_love", + "courtroom", + "courtship", + "courtyard", + "couscous", + "cousin", + "cousin-german", + "cousteau", + "couture", + "couturier", + "couvade", + "couverture", + "covalence", + "covalency", + "covalent_bond", + "covariance", + "covariation", + "cove", + "coven", + "covenant", + "coventry", + "cover", + "cover-up", + "cover_charge", + "cover_crop", + "cover_girl", + "cover_glass", + "cover_letter", + "cover_plate", + "cover_slip", + "cover_song", + "cover_version", + "coverage", + "coverall", + "covered_bridge", + "covered_couch", + "covered_option", + "covered_smut", + "covered_stadium", + "covered_stand", + "covered_wagon", + "covering", + "covering_fire", + "covering_letter", + "covering_material", + "coverlet", + "covert", + "covert_operation", + "covertness", + "covetousness", + "covey", + "coville", + "cow", + "cow's_head", + "cow-nosed_ray", + "cow-tongue_fern", + "cow_barn", + "cow_chip", + "cow_cockle", + "cow_dung", + "cow_lily", + "cow_man", + "cow_manure", + "cow_oak", + "cow_parsley", + "cow_parsnip", + "cow_pasture", + "cow_pen", + "cow_pie", + "cow_pony", + "cow_shark", + "cow_town", + "cowage", + "coward", + "cowardice", + "cowardliness", + "cowbarn", + "cowbell", + "cowberry", + "cowbird", + "cowboy", + "cowboy_boot", + "cowboy_hat", + "cowcatcher", + "cowfish", + "cowgirl", + "cowhand", + "cowherb", + "cowherd", + "cowhide", + "cowhouse", + "cowl", + "cowl_muscle", + "cowlick", + "cowling", + "cowman", + "cownose_ray", + "cowpea", + "cowpea_plant", + "cowpen_daisy", + "cowpens", + "cowper", + "cowper's_gland", + "cowpie", + "cowpoke", + "cowpox", + "cowpuncher", + "cowrie", + "cowry", + "cows", + "cows'_milk", + "cowshed", + "cowskin", + "cowslip", + "cowtown", + "cox", + "cox's_orange_pippin", + "cox-1", + "cox-2", + "cox-2_inhibitor", + "coxa", + "coxcomb", + "coxsackie_virus", + "coxsackievirus", + "coxswain", + "coydog", + "coyness", + "coyol", + "coyol_palm", + "coyote", + "coyote_brush", + "coyote_bush", + "coyote_state", + "coypu", + "cozenage", + "coziness", + "cozy", + "cpa", + "cpi", + "cpr", + "cps", + "cpu", + "cpu_board", + "cr", + "crab", + "crab-eating_dog", + "crab-eating_fox", + "crab-eating_macaque", + "crab-eating_opossum", + "crab-eating_raccoon", + "crab-eating_seal", + "crab_apple", + "crab_cactus", + "crab_cocktail", + "crab_grass", + "crab_legs", + "crab_louis", + "crab_louse", + "crab_nebula", + "crabapple", + "crabapple_jelly", + "crabbedness", + "crabbiness", + "crabby_person", + "crabeater_seal", + "crabgrass", + "crabmeat", + "crabs", + "cracidae", + "crack", + "crack-up", + "crack_addict", + "crack_cocaine", + "crack_of_doom", + "crack_shot", + "crack_willow", + "crackdown", + "cracked-wheat_bread", + "cracked_wheat", + "cracker", + "cracker_bonbon", + "cracker_crumbs", + "crackerberry", + "crackerjack", + "cracking", + "crackle", + "crackle_china", + "crackleware", + "crackling", + "cracklings", + "crackpot", + "cracksman", + "cracow", + "cracticidae", + "cracticus", + "cradle", + "cradle_cap", + "cradlesong", + "craft", + "craft_fair", + "craft_union", + "crafter", + "craftiness", + "craftsman", + "craftsmanship", + "crag", + "cragsman", + "craig_ventner", + "craigie", + "crake", + "crambe", + "crambe_maritima", + "crammer", + "cramp", + "cramp_iron", + "crampbark", + "crampfish", + "crampon", + "crampoon", + "cran", + "cranberry", + "cranberry_bush", + "cranberry_culture", + "cranberry_heath", + "cranberry_juice", + "cranberry_sauce", + "cranberry_tree", + "crane", + "crane's_bill", + "crane_fly", + "cranesbill", + "crangon", + "crangonidae", + "cranial_cavity", + "cranial_index", + "cranial_nerve", + "cranial_orbit", + "craniata", + "craniate", + "craniologist", + "craniology", + "craniometer", + "craniometric_point", + "craniometry", + "craniotomy", + "cranium", + "crank", + "crank_call", + "crank_handle", + "crank_letter", + "crankcase", + "crankiness", + "crankshaft", + "cranny", + "crap", + "crap-shooter", + "crap_game", + "crap_shooting", + "crapaud", + "crape", + "crape_fern", + "crape_jasmine", + "crape_myrtle", + "crapette", + "crapper", + "crappie", + "craps", + "crapshoot", + "crapshooter", + "crapulence", + "crash", + "crash_barrier", + "crash_course", + "crash_dive", + "crash_helmet", + "crash_landing", + "crash_program", + "crash_programme", + "crasher", + "craspedia", + "crassitude", + "crassness", + "crassostrea", + "crassula", + "crassulaceae", + "crataegus", + "crataegus_aestivalis", + "crataegus_apiifolia", + "crataegus_biltmoreana", + "crataegus_calpodendron", + "crataegus_coccinea", + "crataegus_coccinea_mollis", + "crataegus_crus-galli", + "crataegus_laevigata", + "crataegus_marshallii", + "crataegus_mollis", + "crataegus_monogyna", + "crataegus_oxyacantha", + "crataegus_oxycantha", + "crataegus_pedicellata", + "crataegus_tomentosa", + "crate", + "crateful", + "crater", + "crater_lake_national_park", + "crateva", + "craton", + "cravat", + "craven", + "cravenness", + "craving", + "craw", + "crawdad", + "crawdaddy", + "crawfish", + "crawford", + "crawl", + "crawl_space", + "crawler", + "crawling", + "crawlspace", + "crax", + "crayfish", + "crayon", + "craze", + "craziness", + "crazy", + "crazy_bone", + "crazy_glue", + "crazy_horse", + "crazy_house", + "crazy_quilt", + "crazy_weed", + "crazyweed", + "creak", + "creaking", + "cream", + "cream-colored_courser", + "cream-of-tartar_tree", + "cream_cheese", + "cream_of_tartar", + "cream_pitcher", + "cream_puff", + "cream_sauce", + "cream_soda", + "cream_violet", + "creamcups", + "creamer", + "creamery", + "creaminess", + "crease", + "creashak", + "creatin", + "creatine", + "creatine_phosphate", + "creatine_phosphoric_acid", + "creating_by_mental_acts", + "creating_by_removal", + "creating_from_raw_materials", + "creation", + "creation_science", + "creationism", + "creative_activity", + "creative_person", + "creative_thinker", + "creative_thinking", + "creativeness", + "creativity", + "creator", + "creature", + "creature_comforts", + "creche", + "crecy", + "cred", + "credence", + "credendum", + "credential", + "credentials", + "credenza", + "credibility", + "credibleness", + "credit", + "credit_account", + "credit_analyst", + "credit_application", + "credit_bureau", + "credit_card", + "credit_crunch", + "credit_entry", + "credit_hour", + "credit_line", + "credit_order", + "credit_rating", + "credit_side", + "credit_system", + "credit_union", + "creditor", + "credits", + "creditworthiness", + "credo", + "credulity", + "credulousness", + "cree", + "creed", + "creek", + "creek_bed", + "creek_confederacy", + "creel", + "creep", + "creep_feed", + "creeper", + "creepiness", + "creeping", + "creeping_bellflower", + "creeping_bent", + "creeping_bentgrass", + "creeping_bugle", + "creeping_buttercup", + "creeping_charlie", + "creeping_crowfoot", + "creeping_fern", + "creeping_jenny", + "creeping_juniper", + "creeping_lily", + "creeping_oxalis", + "creeping_snowberry", + "creeping_soft_grass", + "creeping_spike_rush", + "creeping_st_john's_wort", + "creeping_thistle", + "creeping_thyme", + "creeping_willow", + "creeping_windmill_grass", + "creeping_wintergreen", + "creeping_wood_sorrel", + "creeping_zinnia", + "creeps", + "creepy-crawlies", + "creepy-crawly", + "creese", + "cremains", + "cremation", + "cremation_chamber", + "crematorium", + "crematory", + "creme_anglais", + "creme_brulee", + "creme_caramel", + "creme_de_cacao", + "creme_de_fraise", + "creme_de_menthe", + "cremona", + "crenate_leaf", + "crenation", + "crenature", + "crenel", + "crenelation", + "crenellation", + "crenelle", + "creole", + "creole-fish", + "creon", + "creosol", + "creosote", + "creosote_bush", + "crepe", + "crepe_de_chine", + "crepe_fern", + "crepe_flower", + "crepe_gardenia", + "crepe_jasmine", + "crepe_marocain", + "crepe_myrtle", + "crepe_paper", + "crepe_rubber", + "crepe_suzette", + "crepis", + "crepitation", + "crepitation_rale", + "crepuscle", + "crepuscule", + "crescendo", + "crescent", + "crescent-cell_anaemia", + "crescent-cell_anemia", + "crescent_roll", + "crescent_wrench", + "crescentia", + "crescentia_cujete", + "cresol", + "cress", + "cress_plant", + "crest", + "crested_cariama", + "crested_coral_root", + "crested_myna", + "crested_penguin", + "crested_screamer", + "crested_swift", + "crested_wheat_grass", + "crested_wheatgrass", + "crestless_wave", + "cretaceous", + "cretaceous_period", + "cretan", + "cretan_dittany", + "crete", + "crete_dittany", + "cretin", + "cretinism", + "cretonne", + "creutzfeldt-jakob_disease", + "crevalle_jack", + "crevasse", + "crevice", + "crew", + "crew_cut", + "crew_member", + "crew_neck", + "crew_neckline", + "crewelwork", + "crewet", + "crewman", + "crex", + "crex_crex", + "crib", + "crib_death", + "cribbage", + "cribbage_board", + "cricetidae", + "cricetus", + "cricetus_cricetus", + "crichton", + "crick", + "cricket", + "cricket-bat_willow", + "cricket_ball", + "cricket_bat", + "cricket_equipment", + "cricket_frog", + "cricket_match", + "cricketer", + "crier", + "crime", + "crime_rate", + "crime_syndicate", + "crime_wave", + "crimea", + "crimea-congo_hemorrhagic_fever", + "crimean_war", + "criminal", + "criminal_congress", + "criminal_contempt", + "criminal_conversation", + "criminal_court", + "criminal_intelligence_services_of_canada", + "criminal_investigation_command", + "criminal_law", + "criminal_maintenance", + "criminal_negligence", + "criminal_offence", + "criminal_offense", + "criminal_possession", + "criminal_prosecution", + "criminal_record", + "criminal_suit", + "criminalisation", + "criminalism", + "criminality", + "criminalization", + "criminalness", + "criminologist", + "criminology", + "crimp", + "crimper", + "crimson", + "crimson_clover", + "cringle", + "crinion", + "crinkle", + "crinkle-root", + "crinkle_root", + "crinkleroot", + "crinoid", + "crinoidea", + "crinoline", + "criollo", + "cripple", + "crisis", + "crisis_intervention", + "crisp", + "crisphead_lettuce", + "crispin", + "crispiness", + "crispness", + "crisscross", + "cristal", + "cristobal_balenciaga", + "cristobal_colon", + "cristobalite", + "cristoforo_colombo", + "criterion", + "crith", + "critic", + "critical_analysis", + "critical_angle", + "critical_appraisal", + "critical_mass", + "critical_point", + "critical_review", + "criticality", + "criticalness", + "criticism", + "critique", + "critter", + "critter_sitter", + "crius", + "crixivan", + "crna_gora", + "cro", + "cro-magnon", + "croak", + "croaker", + "croaking", + "croat", + "croatia", + "croatian", + "crocanthemum_canadense", + "crocethia", + "crocethia_alba", + "crochet", + "crochet_hook", + "crochet_needle", + "crochet_stitch", + "crocheting", + "crock", + "crock_pot", + "crockery", + "crocket", + "crockett", + "crocodile", + "crocodile_bird", + "crocodile_river", + "crocodile_tears", + "crocodilia", + "crocodilian", + "crocodilian_reptile", + "crocodilus", + "crocodylia", + "crocodylidae", + "crocodylus", + "crocodylus_niloticus", + "crocodylus_porosus", + "crocolite", + "crocus", + "crocus_sativus", + "crocuta", + "crocuta_crocuta", + "croesus", + "croft", + "crofter", + "crohn", + "crohn's_disease", + "croissant", + "croix_de_guerre", + "cromlech", + "cromorne", + "cromwell", + "cronartium", + "cronartium_ribicola", + "crone", + "cronus", + "crony", + "cronyism", + "cronyn", + "croo_monkey", + "crook", + "crookback", + "crooked-stemmed_aster", + "crookedness", + "crookes", + "crookes_radiometer", + "crookes_tube", + "crookneck", + "crookneck_squash", + "crooner", + "crooning", + "crop", + "crop-dusting", + "crop_failure", + "cropper", + "croquet", + "croquet_ball", + "croquet_equipment", + "croquet_mallet", + "croquette", + "crore", + "crosby", + "crosier", + "cross", + "cross-classification", + "cross-country_jumping", + "cross-country_riding", + "cross-country_skiing", + "cross-division", + "cross-dresser", + "cross-examination", + "cross-examiner", + "cross-eye", + "cross-fertilisation", + "cross-fertilization", + "cross-florida_waterway", + "cross-index", + "cross-leaved_heath", + "cross-link", + "cross-linkage", + "cross-pollination", + "cross-purpose", + "cross-question", + "cross-questioner", + "cross-reference", + "cross-stitch", + "cross_bit", + "cross_bun", + "cross_country", + "cross_dressing", + "cross_hair", + "cross_infection", + "cross_of_calvary", + "cross_of_lorraine", + "cross_product", + "cross_section", + "cross_street", + "cross_thwart", + "cross_vine", + "cross_wire", + "crossbar", + "crossbeam", + "crossbench", + "crossbencher", + "crossbill", + "crossbones", + "crossbow", + "crossbreed", + "crossbreeding", + "crosscheck", + "crosscurrent", + "crosscut", + "crosscut_handsaw", + "crosscut_saw", + "crosse", + "crossed_eye", + "crossfire", + "crosshairs", + "crosshatch", + "crosshead", + "crossheading", + "crossing", + "crossing_guard", + "crossing_over", + "crossjack", + "crossness", + "crossopterygian", + "crossopterygii", + "crossover", + "crossover_voter", + "crosspatch", + "crosspiece", + "crossroad", + "crossroads", + "crosstalk", + "crosstie", + "crosswalk", + "crossway", + "crosswind", + "crossword", + "crossword_puzzle", + "crotal", + "crotalaria", + "crotalaria_sagitallis", + "crotalaria_spectabilis", + "crotalidae", + "crotalus", + "crotalus_adamanteus", + "crotalus_atrox", + "crotalus_cerastes", + "crotalus_horridus_atricaudatus", + "crotalus_horridus_horridus", + "crotalus_lepidus", + "crotalus_mitchellii", + "crotalus_scutulatus", + "crotalus_tigris", + "crotalus_viridis", + "crotaphion", + "crotaphytus", + "crotch", + "crotch_hair", + "crotchet", + "crotchetiness", + "croton", + "croton_bug", + "croton_eluteria", + "croton_oil", + "croton_tiglium", + "crotonbug", + "crotophaga", + "crottal", + "crottle", + "crouch", + "croup", + "croupe", + "croupier", + "croupier's_rake", + "crouse", + "crouton", + "crow", + "crow's_feet", + "crow's_foot", + "crow's_nest", + "crow-bait", + "crow_blackbird", + "crow_corn", + "crow_garlic", + "crow_pheasant", + "crow_step", + "crowbait", + "crowbar", + "crowberry", + "crowberry_family", + "crowd", + "crowd_control", + "crowding", + "crowfoot", + "crowfoot_family", + "crowfoot_grass", + "crowing", + "crown", + "crown-beard", + "crown-of-the-field", + "crown_beard", + "crown_colony", + "crown_daisy", + "crown_fire", + "crown_gall", + "crown_glass", + "crown_imperial", + "crown_jewel", + "crown_jewels", + "crown_land", + "crown_lens", + "crown_monkey", + "crown_of_thorns", + "crown_prince", + "crown_princess", + "crown_roast", + "crown_saw", + "crown_vetch", + "crown_wart", + "crownbeard", + "crowned_head", + "crownwork", + "crozier", + "crp", + "crt", + "crt_screen", + "cruciality", + "crucian_carp", + "crucible", + "crucible_steel", + "crucifer", + "cruciferae", + "cruciferous_plant", + "cruciferous_vegetable", + "crucifix", + "crucifix_fish", + "crucifixion", + "crud", + "crude", + "crude_oil", + "crudeness", + "crudites", + "crudity", + "cruel_and_unusual_punishment", + "cruel_plant", + "cruelness", + "cruelty", + "cruet", + "cruet-stand", + "cruise", + "cruise_control", + "cruise_liner", + "cruise_missile", + "cruise_ship", + "cruiser", + "cruiserweight", + "cruller", + "crumb", + "crumb_cake", + "crumbliness", + "crumhorn", + "crumpet", + "crunch", + "crupper", + "crus", + "crusade", + "crusader", + "cruse", + "crush", + "crushed_leather", + "crushed_rock", + "crusher", + "crushing", + "crust", + "crustacea", + "crustacean", + "crustal_movement", + "crustal_plate", + "crustose_thallus", + "crutch", + "crux", + "crux_australis", + "crux_of_the_matter", + "cry", + "cry-baby_tree", + "cryaesthesia", + "crybaby", + "crybaby_tree", + "cryesthesia", + "crying", + "cryoanaesthesia", + "cryoanesthesia", + "cryobiology", + "cryocautery", + "cryogen", + "cryogenics", + "cryogeny", + "cryolite", + "cryometer", + "cryonics", + "cryopathy", + "cryophobia", + "cryoscope", + "cryostat", + "cryosurgery", + "crypt", + "cryptacanthodes", + "cryptacanthodes_maculatus", + "cryptanalysis", + "cryptanalyst", + "cryptanalytics", + "cryptic_coloration", + "cryptobiosis", + "cryptobranchidae", + "cryptobranchus", + "cryptobranchus_alleganiensis", + "cryptocercidae", + "cryptocercus", + "cryptococcosis", + "cryptocoryne", + "cryptogam", + "cryptogamia", + "cryptogram", + "cryptogramma", + "cryptogramma_acrostichoides", + "cryptogramma_crispa", + "cryptogrammataceae", + "cryptograph", + "cryptographer", + "cryptography", + "cryptologist", + "cryptology", + "cryptomeria", + "cryptomeria_japonica", + "cryptomonad", + "cryptophyceae", + "cryptophyta", + "cryptophyte", + "cryptoprocta", + "cryptoprocta_ferox", + "cryptorchidism", + "cryptorchidy", + "cryptorchism", + "cryptotermes", + "cryptotermes_brevis", + "cryptotis", + "cryptotis_parva", + "crystal", + "crystal_ball", + "crystal_counter", + "crystal_detector", + "crystal_gazing", + "crystal_lattice", + "crystal_microphone", + "crystal_oscillator", + "crystal_pickup", + "crystal_rectifier", + "crystal_set", + "crystal_tea", + "crystal_violet", + "crystalline_lens", + "crystallisation", + "crystallite", + "crystallization", + "crystallized_fruit", + "crystallized_ginger", + "crystallizing", + "crystallographer", + "crystallography", + "cs", + "cs_gas", + "cse", + "csis", + "cst", + "ct", + "ctc", + "ctene", + "ctenidium", + "ctenizidae", + "ctenocephalides", + "ctenocephalides_canis", + "ctenocephalides_felis", + "ctenocephalus", + "ctenophora", + "ctenophore", + "ctenophore_family", + "ctenophore_genus", + "cu", + "cu_ft", + "cu_in", + "cub", + "cub_scout", + "cub_shark", + "cuba", + "cubage_unit", + "cuban", + "cuban_bast", + "cuban_capital", + "cuban_heel", + "cuban_itch", + "cuban_mahogany", + "cuban_monetary_unit", + "cuban_peso", + "cuban_revolution", + "cuban_sandwich", + "cuban_spinach", + "cubature_unit", + "cubby", + "cubbyhole", + "cube", + "cube_root", + "cubeb", + "cubeb_cigarette", + "cubeb_vine", + "cubic_centimeter", + "cubic_centimetre", + "cubic_content_unit", + "cubic_decimeter", + "cubic_decimetre", + "cubic_foot", + "cubic_inch", + "cubic_kilometer", + "cubic_kilometre", + "cubic_measure", + "cubic_meter", + "cubic_metre", + "cubic_millimeter", + "cubic_millimetre", + "cubic_yard", + "cubicity", + "cubicle", + "cubism", + "cubist", + "cubit", + "cubital_joint", + "cubital_nerve", + "cubitiere", + "cubitus", + "cuboid", + "cuboid_bone", + "cuboidal_cell", + "cuboidal_epithelial_cell", + "cucking_stool", + "cuckold", + "cuckoldom", + "cuckoldry", + "cuckoo", + "cuckoo's_nest", + "cuckoo-bumblebee", + "cuckoo_bread", + "cuckoo_clock", + "cuckoo_flower", + "cuckooflower", + "cuckoopint", + "cuculidae", + "cuculiform_bird", + "cuculiformes", + "cuculus", + "cuculus_canorus", + "cucumber", + "cucumber_tree", + "cucumber_vine", + "cucumis", + "cucumis_melo", + "cucumis_melo_cantalupensis", + "cucumis_melo_inodorus", + "cucumis_melo_reticulatus", + "cucumis_sativus", + "cucurbit", + "cucurbita", + "cucurbita_argyrosperma", + "cucurbita_foetidissima", + "cucurbita_maxima", + "cucurbita_maxima_turbaniformis", + "cucurbita_mixta", + "cucurbita_moschata", + "cucurbita_pepo", + "cucurbita_pepo_melopepo", + "cucurbitaceae", + "cud", + "cudbear", + "cuddle", + "cuddling", + "cuddy", + "cudgel", + "cudweed", + "cue", + "cue_ball", + "cue_stick", + "cuff", + "cufflink", + "cuirass", + "cuirassier", + "cuisine", + "cuisse", + "cuke", + "cul", + "cul_de_sac", + "culbertson", + "culcita", + "culcita_dubia", + "culdoscope", + "culdoscopy", + "culebra", + "culex", + "culex_fatigans", + "culex_pipiens", + "culex_quinquefasciatus", + "culiacan", + "culicidae", + "culinary_art", + "cull", + "cullender", + "cullis", + "culm", + "culmination", + "culotte", + "culpability", + "culpable_negligence", + "culpableness", + "culprit", + "cult", + "cult_of_personality", + "cultism", + "cultist", + "cultivar", + "cultivated_cabbage", + "cultivated_carrot", + "cultivated_celery", + "cultivated_crab_apple", + "cultivated_land", + "cultivated_parsnip", + "cultivated_plant", + "cultivated_rice", + "cultivated_strawberry", + "cultivation", + "cultivator", + "cultural_anthropologist", + "cultural_anthropology", + "cultural_attache", + "cultural_movement", + "cultural_revolution", + "culturati", + "culture", + "culture_medium", + "culture_shock", + "cultus", + "culver's_physic", + "culver's_root", + "culverin", + "culvers_physic", + "culvers_root", + "culvert", + "cum", + "cumana", + "cumarone", + "cumberland", + "cumberland_gap", + "cumberland_mountains", + "cumberland_plateau", + "cumberland_river", + "cumbersomeness", + "cumbria", + "cumfrey", + "cumin", + "cumin_seed", + "cuminum", + "cuminum_cyminum", + "cummerbund", + "cummings", + "cumquat", + "cumulation", + "cumulative_preferred", + "cumulative_preferred_stock", + "cumulative_vote", + "cumulonimbus", + "cumulonimbus_cloud", + "cumulus", + "cumulus_cloud", + "cunaxa", + "cunctation", + "cunctator", + "cuneate_leaf", + "cuneiform", + "cuneiform_bone", + "cuneus", + "cuniculus", + "cuniculus_paca", + "cunner", + "cunnilinctus", + "cunnilingus", + "cunning", + "cunningham", + "cunonia_family", + "cunoniaceae", + "cunt", + "cuon", + "cuon_alpinus", + "cup", + "cup_and_saucer", + "cup_final", + "cup_fungus", + "cup_hook", + "cup_morel", + "cup_of_tea", + "cup_tie", + "cupbearer", + "cupboard", + "cupboard_love", + "cupcake", + "cupel", + "cupflower", + "cupful", + "cupid", + "cupid's_bow", + "cupid's_dart", + "cupid's_disease", + "cupid's_itch", + "cupidity", + "cupola", + "cuppa", + "cupper", + "cupping", + "cupressaceae", + "cupressus", + "cupressus_abramsiana", + "cupressus_arizonica", + "cupressus_goveniana", + "cupressus_goveniana_abramsiana", + "cupressus_goveniana_pigmaea", + "cupressus_guadalupensis", + "cupressus_lusitanica", + "cupressus_macrocarpa", + "cupressus_pigmaea", + "cupressus_sempervirens", + "cupric_acetate", + "cupric_sulfate", + "cupric_sulphate", + "cuprimine", + "cuprite", + "cupronickel", + "cupule", + "cuquenan", + "cuquenan_falls", + "cur", + "curability", + "curableness", + "curacao", + "curacoa", + "curacy", + "curandera", + "curandero", + "curare", + "curassow", + "curate", + "curate_cycloid", + "curative", + "curator", + "curatorship", + "curb", + "curb_bit", + "curb_market", + "curb_roof", + "curb_service", + "curbing", + "curbside", + "curbstone", + "curculionidae", + "curcuma", + "curcuma_domestica", + "curcuma_longa", + "curd", + "curdling", + "cure", + "cure-all", + "curet", + "curettage", + "curette", + "curettement", + "curfew", + "curia", + "curie", + "curie_point", + "curie_temperature", + "curietherapy", + "curing", + "curio", + "curiosa", + "curiosity", + "curiousness", + "curitiba", + "curium", + "curl", + "curled_leaf_pondweed", + "curler", + "curlew", + "curlew_sandpiper", + "curlicue", + "curliness", + "curling", + "curling_iron", + "curly-coated_retriever", + "curly-heads", + "curly_clematis", + "curly_endive", + "curly_grass", + "curly_grass_fern", + "curly_pondweed", + "curlycup_gumweed", + "curmudgeon", + "currajong", + "currant", + "currant_bush", + "currawong", + "currency", + "current", + "current_account", + "current_assets", + "current_electricity", + "current_intelligence", + "current_of_air", + "current_unit", + "currentness", + "currer_bell", + "curriculum", + "curriculum_vitae", + "currier", + "curry", + "curry_powder", + "curry_sauce", + "currycomb", + "curse", + "curse_word", + "cursed_crowfoot", + "cursive", + "cursive_script", + "cursor", + "cursorius", + "cursorius_cursor", + "curtailment", + "curtain", + "curtain_call", + "curtain_lecture", + "curtain_raiser", + "curtain_raising", + "curtain_ring", + "curtilage", + "curtis", + "curtisia", + "curtiss", + "curtness", + "curtsey", + "curtsy", + "curvaceousness", + "curvature", + "curve", + "curve_ball", + "curved_shape", + "curvet", + "curvilinear_correlation", + "curvilinear_regression", + "cusco", + "cuscus", + "cuscuta", + "cuscuta_gronovii", + "cush-cush", + "cushat", + "cushaw", + "cushing", + "cushing's_disease", + "cushing's_syndrome", + "cushion", + "cushion_calamint", + "cushion_flower", + "cushioning", + "cushitic", + "cusk", + "cusk-eel", + "cusp", + "cuspid", + "cuspidation", + "cuspidor", + "cuss", + "cussedness", + "custard", + "custard-apple_family", + "custard_apple", + "custard_apple_tree", + "custard_pie", + "custer", + "custer's_last_stand", + "custodial_account", + "custodian", + "custodianship", + "custody", + "custody_battle", + "custody_case", + "custom", + "custom-built", + "custom-made", + "customer", + "customer's_broker", + "customer's_man", + "customer_agent", + "customhouse", + "customs", + "customs_bureau", + "customs_duty", + "customs_service", + "customs_union", + "customshouse", + "cut", + "cut-and-thrust", + "cut-in", + "cut-rate_sale", + "cut-up", + "cut_glass", + "cut_of_beef", + "cut_of_lamb", + "cut_of_meat", + "cut_of_mutton", + "cut_of_pork", + "cut_of_veal", + "cut_price", + "cut_rate", + "cutaneous_anthrax", + "cutaneous_leishmaniasis", + "cutaneous_sensation", + "cutaneous_senses", + "cutaneous_vein", + "cutaway", + "cutaway_drawing", + "cutaway_model", + "cutback", + "cutch", + "cuteness", + "cuterebra", + "cuterebridae", + "cuticle", + "cuticula", + "cutin", + "cutis", + "cutlas", + "cutlass", + "cutlassfish", + "cutleaved_coneflower", + "cutler", + "cutlery", + "cutlet", + "cutoff", + "cutoff_saw", + "cutout", + "cutpurse", + "cutter", + "cutthroat", + "cutting", + "cutting_angle", + "cutting_board", + "cutting_edge", + "cutting_implement", + "cutting_off", + "cutting_out", + "cutting_room", + "cutting_tool", + "cuttle", + "cuttlefish", + "cutty_stool", + "cutwork", + "cutworm", + "cuvier", + "cuzco", + "cv", + "cva", + "cwm", + "cwt", + "cy_pres", + "cy_pres_doctrine", + "cy_young", + "cyamopsis", + "cyamopsis_psoraloides", + "cyamopsis_tetragonolobus", + "cyamus", + "cyan", + "cyanamid", + "cyanamide", + "cyanic_acid", + "cyanide", + "cyanide_group", + "cyanide_poisoning", + "cyanide_process", + "cyanide_radical", + "cyanine_dye", + "cyanite", + "cyano_group", + "cyano_radical", + "cyanobacteria", + "cyanocitta", + "cyanocitta_cristata", + "cyanocobalamin", + "cyanogen", + "cyanohydrin", + "cyanophyceae", + "cyanophyta", + "cyanosis", + "cyanuramide", + "cyanuric_acid", + "cyathea", + "cyathea_medullaris", + "cyatheaceae", + "cybele", + "cyber-terrorism", + "cyber-terrorist", + "cyberart", + "cybercafe", + "cybercrime", + "cyberculture", + "cybernation", + "cybernaut", + "cybernetics", + "cyberphobia", + "cyberpunk", + "cybersex", + "cyberspace", + "cyberwar", + "cyborg", + "cycad", + "cycad_family", + "cycadaceae", + "cycadales", + "cycadofilicales", + "cycadophyta", + "cycadophytina", + "cycadopsida", + "cycas", + "cycas_circinalis", + "cycas_revoluta", + "cyclades", + "cycladic_civilisation", + "cycladic_civilization", + "cycladic_culture", + "cyclamen", + "cyclamen_hederifolium", + "cyclamen_neopolitanum", + "cyclamen_purpurascens", + "cycle", + "cycle_of_rebirth", + "cycle_per_second", + "cycle_rickshaw", + "cycles/second", + "cyclic_disorder", + "cyclic_neutropenia", + "cyclic_redundancy_check", + "cyclicity", + "cycling", + "cycliophora", + "cyclist", + "cyclobenzaprine", + "cyclodestructive_surgery", + "cyclohexanol", + "cyclohexanol_phthalate", + "cycloid", + "cycloloma", + "cycloloma_atriplicifolium", + "cyclone", + "cyclone_cellar", + "cyclooxygenase", + "cyclooxygenase-1", + "cyclooxygenase-2", + "cyclopaedia", + "cyclopean_masonry", + "cyclopedia", + "cyclopes", + "cyclopes_didactylus", + "cyclophorus", + "cyclophorus_lingua", + "cyclopia", + "cyclopropane", + "cyclops", + "cyclopteridae", + "cyclopterus", + "cyclopterus_lumpus", + "cyclorama", + "cycloserine", + "cyclosis", + "cyclosorus", + "cyclosporeae", + "cyclostomata", + "cyclostome", + "cyclostyle", + "cyclothymia", + "cyclothymic_disorder", + "cyclotron", + "cycnoches", + "cyder", + "cydippea", + "cydippida", + "cydippidea", + "cydonia", + "cydonia_oblonga", + "cygnet", + "cygnus", + "cygnus_atratus", + "cygnus_buccinator", + "cygnus_columbianus", + "cygnus_columbianus_bewickii", + "cygnus_columbianus_columbianus", + "cygnus_cygnus", + "cygnus_olor", + "cylinder", + "cylinder_block", + "cylinder_head", + "cylinder_lock", + "cylinder_press", + "cylindrical_lining", + "cylindricality", + "cylindricalness", + "cylix", + "cyma", + "cyma_recta", + "cyma_reversa", + "cymatiidae", + "cymatium", + "cymbal", + "cymbalist", + "cymbid", + "cymbidium", + "cyme", + "cymene", + "cymling", + "cymograph", + "cymric", + "cymru", + "cymry", + "cymule", + "cynancum", + "cynara", + "cynara_cardunculus", + "cynara_scolymus", + "cynewulf", + "cynic", + "cynicism", + "cynipid_gall_wasp", + "cynipid_wasp", + "cynipidae", + "cynips", + "cynocephalidae", + "cynocephalus", + "cynocephalus_variegatus", + "cynodon", + "cynodon_dactylon", + "cynodon_plectostachyum", + "cynodont", + "cynodontia", + "cynoglossidae", + "cynoglossum", + "cynoglossum_amabile", + "cynoglossum_officinale", + "cynoglossum_virginaticum", + "cynomys", + "cynomys_gunnisoni", + "cynomys_ludovicianus", + "cynophobia", + "cynopterus", + "cynopterus_sphinx", + "cynoscephalae", + "cynoscion", + "cynoscion_nebulosus", + "cynoscion_regalis", + "cynosure", + "cynthia", + "cynthia_moth", + "cynwulf", + "cyon", + "cyperaceae", + "cyperus", + "cyperus_alternifolius", + "cyperus_esculentus", + "cyperus_longus", + "cyperus_papyrus", + "cyperus_rotundus", + "cypher", + "cyphomandra", + "cypraea", + "cypraea_moneta", + "cypraea_tigris", + "cypraeidae", + "cypre", + "cypress", + "cypress_family", + "cypress_pine", + "cypress_sedge", + "cypress_spurge", + "cypress_tree", + "cypress_vine", + "cyprian", + "cyprinid", + "cyprinid_fish", + "cyprinidae", + "cypriniform_fish", + "cypriniformes", + "cyprinodont", + "cyprinodontidae", + "cyprinus", + "cyprinus_carpio", + "cypriot", + "cypriot_monetary_unit", + "cypriot_pound", + "cypriote", + "cypripedia", + "cypripedium", + "cypripedium_acaule", + "cypripedium_album", + "cypripedium_arietinum", + "cypripedium_calceolus", + "cypripedium_calceolus_pubescens", + "cypripedium_californicum", + "cypripedium_fasciculatum", + "cypripedium_montanum", + "cypripedium_parviflorum", + "cypripedium_reginae", + "cyproheptadine", + "cyprus", + "cyrano_de_bergerac", + "cyril", + "cyril_burt", + "cyril_lodowic_burt", + "cyril_northcote_parkinson", + "cyrilla", + "cyrilla_family", + "cyrilla_racemiflora", + "cyrilliaceae", + "cyrillic", + "cyrillic_alphabet", + "cyrtomium", + "cyrtomium_aculeatum", + "cyrus", + "cyrus_hall_mccormick", + "cyrus_ii", + "cyrus_mccormick", + "cyrus_the_elder", + "cyrus_the_great", + "cyrus_the_younger", + "cyst", + "cysteine", + "cystic_artery", + "cystic_breast_disease", + "cystic_fibrosis", + "cystic_fibrosis_transport_regulator", + "cystic_mastitis", + "cystic_vein", + "cystine", + "cystitis", + "cystocele", + "cystoid_macular_edema", + "cystolith", + "cystoparalysis", + "cystophora", + "cystophora_cristata", + "cystoplegia", + "cystopteris", + "cystopteris_bulbifera", + "cystopteris_fragilis", + "cystopteris_montana", + "cytesis_proliferus", + "cytherea", + "cytidine", + "cytisus", + "cytisus_albus", + "cytisus_multiflorus", + "cytisus_ramentaceus", + "cytisus_scoparius", + "cytoarchitectonics", + "cytoarchitecture", + "cytochrome", + "cytochrome_c", + "cytogenesis", + "cytogeneticist", + "cytogenetics", + "cytogeny", + "cytokine", + "cytokinesis", + "cytokinin", + "cytol", + "cytologic_smear", + "cytologic_specimen", + "cytologist", + "cytology", + "cytolysin", + "cytolysis", + "cytomegalovirus", + "cytomembrane", + "cytopenia", + "cytophotometer", + "cytophotometry", + "cytoplasm", + "cytoplast", + "cytosine", + "cytoskeleton", + "cytosmear", + "cytosol", + "cytostome", + "cytotoxic_drug", + "cytotoxic_t_cell", + "cytotoxicity", + "cytotoxin", + "czar", + "czar_alexander_i", + "czar_alexander_ii", + "czar_alexander_iii", + "czar_nicholas_i", + "czar_peter_i", + "czarina", + "czaritza", + "czech", + "czech_capital", + "czech_monetary_unit", + "czech_republic", + "czechoslovak", + "czechoslovakia", + "czechoslovakian", + "czerny", + "czestochowa", + "d", + "d'oyly_carte", + "d-day", + "d-layer", + "d._h._lawrence", + "d._w._griffith", + "d.a.", + "d.c.", + "d.p.r.k.", + "d_and_c", + "d_region", + "da", + "da'wah", + "da_gamma", + "da_vinci", + "dab", + "daba", + "dabbler", + "dabbling_duck", + "dabchick", + "daboecia", + "daboecia_cantabrica", + "dacca", + "dace", + "dacelo", + "dacelo_gigas", + "dacha", + "dachau", + "dachshund", + "dachsie", + "dacite", + "dacninae", + "dacoit", + "dacoity", + "dacridium_laxifolius", + "dacron", + "dacrycarpus", + "dacrycarpus_dacrydioides", + "dacrydium", + "dacrydium_bidwilli", + "dacrydium_colensoi", + "dacrydium_cupressinum", + "dacrydium_franklinii", + "dacrymyces", + "dacrymycetaceae", + "dacryocyst", + "dacryocystitis", + "dacryon", + "dactyl", + "dactylis", + "dactylis_glomerata", + "dactyloctenium", + "dactyloctenium_aegypticum", + "dactylomegaly", + "dactylopiidae", + "dactylopius", + "dactylopius_coccus", + "dactylopteridae", + "dactylopterus", + "dactylorhiza", + "dactylorhiza_fuchsii", + "dactylorhiza_maculata_fuchsii", + "dactyloscopidae", + "dad", + "dada", + "dadaism", + "daddy", + "daddy_longlegs", + "dado", + "dado_plane", + "dae-han-min-gook", + "daedal", + "daedalus", + "daemon", + "daffo", + "daffodil", + "daffodil_garlic", + "dafla", + "daftness", + "dag", + "dag_hammarskjold", + "dag_hjalmar_agne_carl_hammarskjold", + "dagame", + "dagan", + "dagda", + "dagestani", + "dagga", + "dagger", + "dagger_fern", + "daggerboard", + "dago", + "dagon", + "daguerre", + "daguerreotype", + "dah", + "dahl", + "dahlia", + "dahlia_pinnata", + "dahna", + "dahomey", + "daikon", + "dail", + "dail_eireann", + "daily", + "daily_dew", + "daily_double", + "daily_round", + "daily_variation", + "daimler", + "daimon", + "daintiness", + "dainty", + "daiquiri", + "dairen", + "dairy", + "dairy_cattle", + "dairy_cow", + "dairy_farm", + "dairy_farmer", + "dairy_farming", + "dairy_product", + "dairying", + "dairymaid", + "dairyman", + "dais", + "daishiki", + "daisy", + "daisy-bush", + "daisy-leaved_grape_fern", + "daisy_bush", + "daisy_chain", + "daisy_cutter", + "daisy_fleabane", + "daisy_print_wheel", + "daisy_wheel", + "daisybush", + "daisyleaf_grape_fern", + "daisywheel_printer", + "dak", + "dakar", + "dakoit", + "dakoity", + "dakota", + "dal", + "dalai_lama", + "dalasi", + "dalbergia", + "dalbergia_cearensis", + "dalbergia_latifolia", + "dalbergia_nigra", + "dalbergia_retusa", + "dalbergia_sissoo", + "dalbergia_stevensonii", + "dale", + "dale_carnegie", + "dalea", + "dalea_spinosa", + "dalesman", + "daleth", + "dali", + "dalian", + "dall's_sheep", + "dall_sheep", + "dallas", + "dalliance", + "dallier", + "dallis_grass", + "dallisgrass", + "dalmane", + "dalmatia", + "dalmatia_pyrethrum", + "dalmatian", + "dalmatian_iris", + "dalmatian_laburnum", + "dalmatian_pyrethrum", + "dalo", + "dalton", + "dalton's_law", + "dalton's_law_of_partial_pressures", + "dalton_trumbo", + "daltonism", + "dam", + "dama", + "dama_dama", + "damage", + "damage_control", + "damages", + "damaliscus", + "damaliscus_lunatus", + "damar", + "damaraland_mole_rat", + "damascene", + "damascus", + "damascus_steel", + "damask", + "damask_rose", + "damask_steel", + "damask_violet", + "dame", + "dame's_violet", + "dame_agatha_mary_clarissa_christie", + "dame_alice_ellen_terry", + "dame_alicia_markova", + "dame_barbara_hepworth", + "dame_daphne_du_maurier", + "dame_edith_louisa_sitwell", + "dame_edith_sitwell", + "dame_ellen_terry", + "dame_jean_iris_murdoch", + "dame_joan_sutherland", + "dame_kiri_janette_te_kanawa", + "dame_kiri_te_kanawa", + "dame_margot_fonteyn", + "dame_muriel_spark", + "dame_myra_hess", + "dame_nellie_melba", + "dame_rebecca_west", + "dame_sybil_thorndike", + "damgalnunna", + "daminozide", + "damkina", + "dammar", + "dammar_pine", + "dammar_resin", + "damn", + "damnation", + "damned", + "damocles", + "damoiselle", + "damon", + "damon_and_pythias", + "damon_runyon", + "damosel", + "damourite", + "damozel", + "damp", + "damp-proof_course", + "damp_course", + "dampener", + "dampening", + "damper", + "damper_block", + "damping_off", + "damping_off_fungus", + "dampness", + "damsel", + "damselfish", + "damselfly", + "damson", + "damson_plum", + "damson_plum_tree", + "dana", + "danaea", + "danaid", + "danaid_butterfly", + "danaidae", + "danau", + "danaus", + "danaus_plexippus", + "dance", + "dance_band", + "dance_floor", + "dance_hall", + "dance_lesson", + "dance_master", + "dance_music", + "dance_of_death", + "dance_orchestra", + "dance_palace", + "dance_school", + "dance_step", + "dancer", + "danceroom_music", + "dancing", + "dancing-master", + "dancing_lady_orchid", + "dancing_partner", + "dancing_school", + "dandelion", + "dandelion_green", + "dander", + "dandie_dinmont", + "dandie_dinmont_terrier", + "dandle_board", + "dandruff", + "dandy", + "dandy_fever", + "dandyism", + "dane", + "danewort", + "dangaleat", + "danger", + "danger_line", + "danger_zone", + "dangerous_undertaking", + "dangerousness", + "dangla", + "dangle-berry", + "dangleberry", + "dangling", + "dangling_modifier", + "dangling_participle", + "daniel", + "daniel_bernoulli", + "daniel_boone", + "daniel_chester_french", + "daniel_defoe", + "daniel_garrison_brinton", + "daniel_hudson_burnham", + "daniel_jones", + "daniel_morgan", + "daniel_ortega", + "daniel_ortega_saavedra", + "daniel_patrick_moynihan", + "daniel_rutherford", + "daniel_webster", + "danish", + "danish_blue", + "danish_capital", + "danish_krone", + "danish_monetary_unit", + "danish_pastry", + "dankness", + "danmark", + "dano-norwegian", + "danse_du_ventre", + "danse_macabre", + "danseur", + "danseur_noble", + "danseuse", + "dante", + "dante_alighieri", + "dante_gabriel_rossetti", + "danton", + "danton_true_young", + "danu", + "danube", + "danube_river", + "danzig", + "daoism", + "daphne", + "daphne_cneorum", + "daphne_du_maurier", + "daphne_family", + "daphne_laureola", + "daphne_mezereum", + "daphnia", + "dapperness", + "dapple", + "dapple-gray", + "dapple-grey", + "dappled-gray", + "dappled-grey", + "dapsang", + "dapsone", + "dar_al-harb", + "dar_al-islam", + "dar_es_salaam", + "daraf", + "dard", + "dardan", + "dardanelles", + "dardanelles_campaign", + "dardanian", + "dardanus", + "dardic", + "dardic_language", + "dare", + "daredevil", + "daredevilry", + "daredeviltry", + "darfur", + "dari", + "dari_persian", + "daricon", + "darier's_disease", + "daring", + "darius_i", + "darius_iii", + "darius_milhaud", + "darius_the_great", + "darjeeling", + "dark", + "dark-eyed_junco", + "dark-field_microscope", + "dark_adaptation", + "dark_ages", + "dark_blue", + "dark_bread", + "dark_chocolate", + "dark_comedy", + "dark_field_illumination", + "dark_glasses", + "dark_ground_illumination", + "dark_horse", + "dark_lantern", + "dark_matter", + "dark_meat", + "dark_red", + "darkening", + "darkey", + "darkie", + "darkling_beetle", + "darkling_groung_beetle", + "darkness", + "darkroom", + "darky", + "darling", + "darling_pea", + "darling_river", + "darlingtonia", + "darlingtonia_californica", + "darmera", + "darmera_peltata", + "darmstadtium", + "darn", + "darnel", + "darner", + "darning", + "darning_needle", + "darpa", + "darrow", + "darryl_francis_zanuck", + "darryl_zanuck", + "darsana", + "dart", + "dart_board", + "dart_player", + "dart_thrower", + "dartboard", + "darter", + "dartmouth", + "dartmouth_college", + "darts", + "darvon", + "darwin", + "darwin_tulip", + "darwinian", + "darwinism", + "daryacheh-ye_orumiyeh", + "das", + "das_kapital", + "dash", + "dash-pot", + "dashboard", + "dasheen", + "dashiell_hammett", + "dashiki", + "dashing_hopes", + "dasht-e-kavir", + "dasht-e-lut", + "dassie", + "dastard", + "dastardliness", + "dasyatidae", + "dasyatis", + "dasyatis_centroura", + "dasymeter", + "dasypodidae", + "dasyprocta", + "dasyprocta_aguti", + "dasyproctidae", + "dasypus", + "dasypus_novemcinctus", + "dasyure", + "dasyurid", + "dasyurid_marsupial", + "dasyuridae", + "dasyurus", + "dasyurus_quoll", + "dasyurus_viverrinus", + "dat", + "data", + "data-storage_medium", + "data_communication", + "data_conversion", + "data_converter", + "data_encryption", + "data_file", + "data_format", + "data_formatting", + "data_hierarchy", + "data_input_device", + "data_link", + "data_mining", + "data_multiplexer", + "data_point", + "data_processing", + "data_processor", + "data_rate", + "data_structure", + "data_system", + "data_track", + "database", + "database_management", + "database_management_system", + "date", + "date-nut_bread", + "date_bar", + "date_bread", + "date_line", + "date_of_reference", + "date_palm", + "date_plum", + "date_rape", + "dateline", + "dating", + "dative", + "dative_bond", + "dative_case", + "datril", + "datum", + "datura", + "datura_arborea", + "datura_sanguinea", + "datura_stramonium", + "datura_suaveolens", + "daub", + "daubentonia", + "daubentonia_madagascariensis", + "daubentoniidae", + "dauber", + "daubing", + "daucus", + "daucus_carota", + "daucus_carota_sativa", + "daugavpils", + "daughter", + "daughter-in-law", + "daughter_cell", + "daumier", + "dauntlessness", + "dauphin", + "davalia_bullata", + "davalia_bullata_mariesii", + "davallia", + "davallia_canariensis", + "davallia_mariesii", + "davallia_pyxidata", + "davalliaceae", + "davenport", + "david", + "david_alfaro_siqueiros", + "david_barnard_steinman", + "david_ben_gurion", + "david_bruce", + "david_bushnell", + "david_crockett", + "david_garrick", + "david_glasgow_farragut", + "david_grun", + "david_hartley", + "david_herbert_lawrence", + "david_hilbert", + "david_hubel", + "david_hume", + "david_john_moore_cornwell", + "david_lewelyn_wark_griffith", + "david_livingstone", + "david_low", + "david_mamet", + "david_o._selznick", + "david_oliver_selznick", + "david_ricardo", + "david_riesman", + "david_riesman_jr.", + "david_rittenhouse", + "david_roland_smith", + "david_sarnoff", + "david_siqueiros", + "david_smith", + "davidson's_penstemon", + "daviesia", + "davis", + "davis'_birthday", + "davis_cup", + "davit", + "davy", + "davy's_gray", + "davy's_grey", + "davy_crockett", + "davy_jones", + "davy_jones's_locker", + "davy_lamp", + "davys", + "daw", + "dawah", + "dawdler", + "dawdling", + "dawes", + "dawn", + "dawn_horse", + "dawn_redwood", + "dawning", + "dawson", + "dawson's_encephalitis", + "dawson_river_salmon", + "day", + "day_bed", + "day_blindness", + "day_boarder", + "day_book", + "day_camp", + "day_care", + "day_care_center", + "day_game", + "day_jessamine", + "day_laborer", + "day_labourer", + "day_lily", + "day_nursery", + "day_of_atonement", + "day_of_judgement", + "day_of_judgment", + "day_of_reckoning", + "day_of_remembrance", + "day_of_rest", + "day_of_the_month", + "day_of_the_week", + "day_off", + "day_return", + "day_school", + "day_shift", + "day_watch", + "dayan", + "daybed", + "daybook", + "dayboy", + "daybreak", + "daycare", + "daydream", + "daydreamer", + "daydreaming", + "dayflower", + "dayfly", + "daygirl", + "daylight", + "daylight-saving_time", + "daylight-savings_time", + "daylight_saving", + "daylight_savings", + "daylight_vision", + "daylily", + "daypro", + "days", + "dayspring", + "daystar", + "daytime", + "dayton", + "dayton_ax", + "dayton_axe", + "daytona_beach", + "daze", + "dazzle", + "db", + "dba", + "dbms", + "dc", + "dccp", + "dci", + "dd", + "ddc", + "ddi", + "dds", + "ddt", + "de", + "de-escalation", + "de-iodinase", + "de-iodination", + "de-nazification", + "de-stalinisation", + "de-stalinization", + "de_bakey", + "de_broglie", + "de_facto_segregation", + "de_forest", + "de_gaulle", + "de_jure_segregation", + "de_kooning", + "de_l'orme", + "de_la_mare", + "de_mille", + "de_niro", + "de_quincey", + "de_sade", + "de_saussure", + "de_sica", + "de_spinoza", + "de_valera", + "de_vries", + "dea", + "deacon", + "deaconess", + "deactivation", + "dead", + "dead-air_space", + "dead-end_street", + "dead-man's-fingers", + "dead-man's_float", + "dead-men's-fingers", + "dead_air", + "dead_axle", + "dead_body", + "dead_center", + "dead_centre", + "dead_drop", + "dead_duck", + "dead_end", + "dead_hand", + "dead_hand_of_the_past", + "dead_heat", + "dead_language", + "dead_letter", + "dead_load", + "dead_mail", + "dead_march", + "dead_metaphor", + "dead_nettle", + "dead_person", + "dead_reckoning", + "dead_ringer", + "dead_room", + "dead_sea", + "dead_sea_scrolls", + "dead_soul", + "dead_weight", + "deadbeat", + "deadbeat_dad", + "deadbolt", + "deadening", + "deadeye", + "deadhead", + "deadlight", + "deadline", + "deadliness", + "deadlock", + "deadly_nightshade", + "deadly_sin", + "deadness", + "deadwood", + "deae_cellulose", + "deaf", + "deaf-aid", + "deaf-and-dumb_person", + "deaf-mute", + "deaf-muteness", + "deaf-mutism", + "deaf_person", + "deafness", + "deal", + "dealer", + "dealership", + "dealfish", + "dealignment", + "dealing", + "dealings", + "deamination", + "deaminization", + "dean", + "dean_acheson", + "dean_gooderham_acheson", + "dean_martin", + "dean_swift", + "deanery", + "deanship", + "dear", + "dearest", + "dearie", + "dearness", + "dearth", + "deary", + "death", + "death's-head_moth", + "death's_head", + "death-roll", + "death_adder", + "death_angel", + "death_bell", + "death_benefit", + "death_camas", + "death_camp", + "death_cap", + "death_chair", + "death_chamber", + "death_cup", + "death_duty", + "death_house", + "death_instinct", + "death_knell", + "death_mask", + "death_penalty", + "death_rate", + "death_row", + "death_seat", + "death_squad", + "death_tax", + "death_toll", + "death_valley", + "death_warrant", + "death_wish", + "deathbed", + "deathblow", + "deathrate", + "deathtrap", + "deathwatch", + "deathwatch_beetle", + "deb", + "debacle", + "debarkation", + "debarment", + "debasement", + "debaser", + "debate", + "debater", + "debauch", + "debauchee", + "debaucher", + "debauchery", + "debenture", + "debenture_bond", + "debilitation", + "debility", + "debit", + "debit_card", + "debit_entry", + "debit_side", + "debitor", + "debridement", + "debriefing", + "debris", + "debris_storm", + "debris_surge", + "debs", + "debt", + "debt_ceiling", + "debt_instrument", + "debt_limit", + "debtor", + "debugger", + "debunking", + "debussy", + "debut", + "debutante", + "dec", + "dec_24", + "dec_25", + "decade", + "decadence", + "decadency", + "decadent", + "decadron", + "decaf", + "decaffeinated_coffee", + "decagon", + "decagram", + "decahedron", + "decal", + "decalcification", + "decalcomania", + "decalescence", + "decaliter", + "decalitre", + "decalogue", + "decameter", + "decametre", + "decampment", + "decanedioic_acid", + "decanoic_acid", + "decantation", + "decanter", + "decapitation", + "decapod", + "decapod_crustacean", + "decapoda", + "decapterus", + "decapterus_macarellus", + "decapterus_punctatus", + "decarboxylase", + "decarboxylation", + "decasyllable", + "decathlon", + "decatur", + "decay", + "deccan_hemp", + "decease", + "deceased", + "deceased_person", + "decedent", + "deceit", + "deceitfulness", + "deceiver", + "deceleration", + "december", + "december_31", + "december_8", + "decency", + "decennary", + "decennium", + "decentalisation", + "decentralisation", + "decentralization", + "deception", + "deceptiveness", + "decibel", + "deciding", + "decidua", + "deciduous_holly", + "deciduous_plant", + "deciduous_tooth", + "decigram", + "decile", + "deciliter", + "decilitre", + "decimal", + "decimal_digit", + "decimal_fraction", + "decimal_notation", + "decimal_number_system", + "decimal_numeration_system", + "decimal_point", + "decimal_system", + "decimal_system_of_classification", + "decimalisation", + "decimalization", + "decimation", + "decimeter", + "decimetre", + "decimus_junius_juvenalis", + "decipherer", + "decipherment", + "decision", + "decision_maker", + "decision_making", + "decision_table", + "decisive_factor", + "decisiveness", + "decius", + "deck", + "deck-house", + "deck_chair", + "deck_of_cards", + "deck_tennis", + "decker", + "deckhand", + "deckle", + "deckle_edge", + "declamation", + "declaration", + "declaration_of_estimated_tax", + "declaration_of_independence", + "declarative", + "declarative_mood", + "declarative_sentence", + "declaratory_sentence", + "declarer", + "declassification", + "declension", + "declination", + "decline", + "decline_in_quality", + "declinometer", + "declivity", + "declomycin", + "deco", + "decoagulant", + "decoction", + "decoction_mashing", + "decoction_process", + "decoder", + "decoding", + "decolletage", + "decolonisation", + "decolonization", + "decomposition", + "decomposition_reaction", + "decompound_leaf", + "decompressing", + "decompression", + "decompression_sickness", + "decongestant", + "deconstruction", + "deconstructionism", + "deconstructivism", + "decontamination", + "decor", + "decoration", + "decoration_day", + "decorativeness", + "decorator", + "decorousness", + "decortication", + "decorum", + "decoupage", + "decoy", + "decrease", + "decree", + "decree_nisi", + "decrement", + "decrepitation", + "decrepitude", + "decrescendo", + "decriminalisation", + "decriminalization", + "decryption", + "decubitus", + "decubitus_ulcer", + "decumaria", + "decumaria_barbara", + "decumaria_barbata", + "decumary", + "decussation", + "ded", + "dedicated_file_server", + "dedication", + "dedifferentiation", + "deductible", + "deduction", + "deductive_reasoning", + "deed", + "deed_of_conveyance", + "deed_of_trust", + "deed_poll", + "deedbox", + "deeds", + "deems_taylor", + "deep", + "deep-dish_pie", + "deep-freeze", + "deep-sea_diver", + "deep_brown", + "deep_cervical_vein", + "deep_fording", + "deep_freeze", + "deep_freezer", + "deep_kiss", + "deep_middle_cerebral_vein", + "deep_pocket", + "deep_red", + "deep_south", + "deep_space", + "deep_supporting_fire", + "deep_temporal_vein", + "deep_water", + "deepening", + "deepfreeze", + "deepness", + "deepwater_pipefish", + "deepwater_squirrelfish", + "deer", + "deer's-ear", + "deer's-ears", + "deer_fern", + "deer_fly_fever", + "deer_grass", + "deer_hunt", + "deer_hunter", + "deer_hunting", + "deer_mouse", + "deer_mushroom", + "deer_tick", + "deer_trail", + "deerberry", + "deere", + "deerhound", + "deerskin", + "deerstalker", + "deerstalking", + "defacement", + "defalcation", + "defalcator", + "defamation", + "defamer", + "default", + "default_judgement", + "default_judgment", + "default_option", + "defaulter", + "defeat", + "defeated", + "defeatism", + "defeatist", + "defecation", + "defecation_reflex", + "defecator", + "defect", + "defect_of_speech", + "defection", + "defective_pleading", + "defectiveness", + "defector", + "defence", + "defence_force", + "defence_mechanism", + "defence_policy", + "defence_program", + "defence_reaction", + "defence_system", + "defencelessness", + "defendant", + "defender", + "defender_of_the_faith", + "defending_team", + "defenestration", + "defense", + "defense_advanced_research_projects_agency", + "defense_attorney", + "defense_contractor", + "defense_department", + "defense_force", + "defense_information_systems_agency", + "defense_intelligence_agency", + "defense_laboratory", + "defense_lawyer", + "defense_lawyers", + "defense_logistics_agency", + "defense_mechanism", + "defense_policy", + "defense_program", + "defense_reaction", + "defense_reutilization_and_marketing_service", + "defense_secretary", + "defense_system", + "defense_team", + "defense_technical_information_center", + "defenselessness", + "defensibility", + "defensive", + "defensive_attitude", + "defensive_measure", + "defensive_structure", + "defensiveness", + "deference", + "deferment", + "deferral", + "deferred_payment", + "defervescence", + "defiance", + "defibrillation", + "defibrillator", + "deficiency", + "deficiency_disease", + "deficit", + "deficit_spending", + "defilade", + "defile", + "defilement", + "defiler", + "defining", + "definite_article", + "definite_integral", + "definite_quantity", + "definiteness", + "definition", + "definitive_host", + "deflagration", + "deflation", + "deflationary_spiral", + "deflator", + "deflection", + "deflector", + "deflexion", + "defloration", + "defoe", + "defoliant", + "defoliation", + "defoliator", + "deforestation", + "deformation", + "deformity", + "defrauder", + "defrayal", + "defrayment", + "defroster", + "deftness", + "defunctness", + "defusing", + "degas", + "degaussing", + "degeneracy", + "degenerate", + "degeneration", + "degenerative_arthritis", + "degenerative_disorder", + "degenerative_joint_disease", + "deglutition", + "degradation", + "degrader", + "degree", + "degree_celsius", + "degree_centigrade", + "degree_day", + "degree_fahrenheit", + "degree_of_a_polynomial", + "degree_of_a_term", + "degree_of_freedom", + "degree_program", + "degressive_tax", + "degustation", + "dehiscence", + "dehong_dai", + "dehumanisation", + "dehumanization", + "dehydrated_food", + "dehydrated_foods", + "dehydration", + "dehydroretinol", + "deicer", + "deictic", + "deictic_word", + "deification", + "deimos", + "deinocheirus", + "deinonychus", + "deipnosophist", + "deism", + "deist", + "deity", + "deixis", + "deja_vu", + "dejectedness", + "dejection", + "dejeuner", + "dekagram", + "dekaliter", + "dekalitre", + "dekameter", + "dekametre", + "dekker", + "dekko", + "del_rio", + "delacroix", + "delairea", + "delairea_odorata", + "delavirdine", + "delaware", + "delaware_bay", + "delaware_memorial_bridge", + "delaware_river", + "delawarean", + "delawarian", + "delay", + "delay_line", + "delayed_action", + "delayed_allergy", + "delayer", + "delbruck", + "delectability", + "delectation", + "delegacy", + "delegate", + "delegating", + "delegation", + "deletion", + "delf", + "delft", + "delhi", + "delhi_boil", + "deli", + "deliberate_defence", + "deliberate_defense", + "deliberateness", + "deliberation", + "deliberative_assembly", + "delibes", + "delicacy", + "delicatessen", + "delicatessen_food", + "delichon", + "delichon_urbica", + "delicious", + "deliciousness", + "delight", + "delilah", + "delimitation", + "delineation", + "delinquency", + "delinquent", + "deliquium", + "delirium", + "delirium_tremens", + "delius", + "deliverable", + "deliverance", + "deliverer", + "delivery", + "delivery_boy", + "delivery_truck", + "delivery_van", + "deliveryman", + "dell", + "delmonico_steak", + "delonix", + "delonix_regia", + "delorme", + "delphi", + "delphic_oracle", + "delphinapterus", + "delphinapterus_leucas", + "delphinidae", + "delphinium", + "delphinium_ajacis", + "delphinus", + "delphinus_delphis", + "delta", + "delta_hepatitis", + "delta_iron", + "delta_ray", + "delta_rhythm", + "delta_wave", + "delta_wing", + "deltasone", + "deltoid", + "deltoid_eminence", + "deltoid_leaf", + "deltoid_muscle", + "deltoid_tuberosity", + "deluge", + "delusion", + "delusional_disorder", + "delusions_of_grandeur", + "delusions_of_persecution", + "demagnetisation", + "demagnetization", + "demagog", + "demagogue", + "demagoguery", + "demagogy", + "demand", + "demand-pull_inflation", + "demand_deposit", + "demand_feeding", + "demand_for_explanation", + "demand_for_identification", + "demand_loan", + "demand_note", + "demander", + "demantoid", + "demarcation", + "demarcation_line", + "demarche", + "dematiaceae", + "demavend", + "demeanor", + "demeanour", + "demeclocycline_hydrochloride", + "dementedness", + "dementia", + "dementia_praecox", + "demerara", + "demerara_rum", + "demerara_sugar", + "demerit", + "demerol", + "demesne", + "demeter", + "demetrius", + "demetrius_i", + "demetrius_poliorcetes", + "demi-glaze", + "demiglace", + "demigod", + "demijohn", + "demilitarized_zone", + "demille", + "demimondaine", + "demimonde", + "demineralisation", + "demineralization", + "demise", + "demisemiquaver", + "demister", + "demitasse", + "demiurge", + "demo", + "demobilisation", + "demobilization", + "democracy", + "democrat", + "democratic-republican_party", + "democratic_and_popular_republic_of_algeria", + "democratic_front_for_the_liberation_of_palestine", + "democratic_party", + "democratic_people's_republic_of_korea", + "democratic_republic_of_sao_tome_and_principe", + "democratic_republic_of_the_congo", + "democratic_socialist_republic_of_sri_lanka", + "democratisation", + "democratization", + "democritus", + "demodulation", + "demodulator", + "demogorgon", + "demographer", + "demographic", + "demographist", + "demography", + "demoiselle", + "demolishing", + "demolition", + "demon", + "demonetisation", + "demonetization", + "demoniac", + "demonisation", + "demonism", + "demonization", + "demonolatry", + "demonstrability", + "demonstration", + "demonstrative", + "demonstrative_pronoun", + "demonstrativeness", + "demonstrator", + "demoralisation", + "demoralization", + "demosthenes", + "demotic", + "demotic_script", + "demotion", + "dempsey", + "demulcent", + "demulen", + "demur", + "demureness", + "demurrage", + "demurral", + "demurrer", + "demyelination", + "demythologisation", + "demythologization", + "den", + "den_haag", + "den_mother", + "denali", + "denali_fault", + "denali_national_park", + "denationalisation", + "denationalization", + "denaturant", + "denatured_alcohol", + "denazification", + "dendranthema", + "dendranthema_grandifloruom", + "dendraspis", + "dendrite", + "dendroaspis", + "dendroaspis_augusticeps", + "dendrobium", + "dendrocalamus", + "dendrocalamus_giganteus", + "dendrocolaptes", + "dendrocolaptidae", + "dendroctonus", + "dendroctonus_rufipennis", + "dendroica", + "dendroica_auduboni", + "dendroica_coronata", + "dendroica_fusca", + "dendroica_petechia", + "dendroica_striate", + "dendroica_tigrina", + "dendrolagus", + "dendromecon", + "deneb", + "denebola", + "deng_xiaoping", + "dengue", + "dengue_fever", + "denial", + "denier", + "denigration", + "denim", + "denis_diderot", + "denisonia", + "denisonia_superba", + "denizen", + "denmark", + "denmark_vesey", + "dennis_gabor", + "dennstaedtia", + "dennstaedtia_punctilobula", + "dennstaedtiaceae", + "denomination", + "denominationalism", + "denominator", + "denotation", + "denotatum", + "denouement", + "denouncement", + "dense-leaved_elodea", + "dense_blazing_star", + "denseness", + "densification", + "densimeter", + "densitometer", + "densitometry", + "density", + "dent", + "dent_corn", + "dental", + "dental_amalgam", + "dental_anatomy", + "dental_appliance", + "dental_assistant", + "dental_care", + "dental_caries", + "dental_consonant", + "dental_floss", + "dental_gold", + "dental_hygienist", + "dental_implant", + "dental_medicine", + "dental_orthopaedics", + "dental_orthopedics", + "dental_plaque", + "dental_plate", + "dental_practice", + "dental_practitioner", + "dental_procedure", + "dental_school", + "dental_surgeon", + "dental_surgery", + "dental_technician", + "dentaria", + "dentaria_bulbifera", + "dentaria_diphylla", + "dentate_leaf", + "dentate_nucleus", + "denticle", + "denticulate_leaf", + "dentifrice", + "dentin", + "dentine", + "dentist", + "dentist's_drill", + "dentistry", + "dentition", + "denture", + "denturist", + "denudation", + "denunciation", + "denver", + "deodar", + "deodar_cedar", + "deodorant", + "deodourant", + "deontic_logic", + "deossification", + "deoxyadenosine", + "deoxyadenosine_monophosphate", + "deoxycytidine", + "deoxycytidine_monophosphate", + "deoxyephedrine", + "deoxyguanosine", + "deoxyguanosine_monophosphate", + "deoxyribonucleic_acid", + "deoxyribose", + "deoxythymidine", + "deoxythymidine_monophosphate", + "depardieu", + "deparia", + "deparia_acrostichoides", + "departed", + "departer", + "department", + "department_head", + "department_of_agriculture", + "department_of_anthropology", + "department_of_biology", + "department_of_chemistry", + "department_of_commerce", + "department_of_commerce_and_labor", + "department_of_computer_science", + "department_of_corrections", + "department_of_defense", + "department_of_defense_laboratory_system", + "department_of_economics", + "department_of_education", + "department_of_energy", + "department_of_energy_intelligence", + "department_of_english", + "department_of_health_and_human_services", + "department_of_health_education_and_welfare", + "department_of_history", + "department_of_homeland_security", + "department_of_housing_and_urban_development", + "department_of_justice", + "department_of_justice_canada", + "department_of_labor", + "department_of_linguistics", + "department_of_local_government", + "department_of_mathematics", + "department_of_music", + "department_of_philosophy", + "department_of_physics", + "department_of_psychology", + "department_of_sociology", + "department_of_state", + "department_of_the_federal_government", + "department_of_the_interior", + "department_of_the_treasury", + "department_of_transportation", + "department_of_veterans_affairs", + "department_store", + "departure", + "departure_gate", + "departure_lounge", + "departure_tax", + "departure_time", + "dependability", + "dependableness", + "dependance", + "dependant", + "dependence", + "dependency", + "dependent", + "dependent_clause", + "dependent_variable", + "depersonalisation", + "depersonalisation_disorder", + "depersonalisation_neurosis", + "depersonalization", + "depersonalization_disorder", + "depersonalization_neurosis", + "depicted_object", + "depicting", + "depiction", + "depigmentation", + "depilation", + "depilator", + "depilatory", + "depletion", + "deployment", + "depokene", + "depolarisation", + "depolarization", + "deponent", + "depopulation", + "deportation", + "deportee", + "deportment", + "deposer", + "deposit", + "deposit_account", + "deposit_box", + "depositary", + "deposition", + "depositor", + "depository", + "depository_financial_institution", + "depository_library", + "depot", + "depravation", + "depravity", + "deprecation", + "depreciation", + "depreciation_allowance", + "depreciation_charge", + "depreciation_rate", + "depreciator", + "depredation", + "depressant", + "depressed_fracture", + "depression", + "depressive", + "depressive_disorder", + "depressor", + "depressor_muscle", + "depressor_nerve", + "deprivation", + "depth", + "depth_bomb", + "depth_charge", + "depth_finder", + "depth_gage", + "depth_gauge", + "depth_psychology", + "deputation", + "deputy", + "deputy_sheriff", + "der_fuhrer", + "deracination", + "derailment", + "derain", + "derangement", + "derby", + "derby_hat", + "deregulating", + "deregulation", + "derelict", + "dereliction", + "derision", + "derivation", + "derivational_morphology", + "derivative", + "derivative_instrument", + "derived_function", + "deriving", + "derma", + "dermabrasion", + "dermacentor", + "dermacentor_variabilis", + "dermaptera", + "dermatitis", + "dermatobia", + "dermatobia_hominis", + "dermatoglyphic", + "dermatoglyphics", + "dermatologist", + "dermatology", + "dermatome", + "dermatomycosis", + "dermatomyositis", + "dermatophytosis", + "dermatosclerosis", + "dermatosis", + "dermestidae", + "dermis", + "dermochelyidae", + "dermochelys", + "dermochelys_coriacea", + "dermoid_cyst", + "dermoptera", + "derogation", + "derrick", + "derrida", + "derriere", + "derring-do", + "derringer", + "derris", + "derris_elliptica", + "derris_root", + "derv", + "dervish", + "des", + "des_moines", + "desalination", + "desalinisation", + "desalinization", + "descant", + "descartes", + "descendant", + "descendants", + "descendent", + "descender", + "descending_aorta", + "descending_colon", + "descending_node", + "descensus", + "descensus_uteri", + "descent", + "description", + "descriptive_adjective", + "descriptive_anthropology", + "descriptive_clause", + "descriptive_geometry", + "descriptive_grammar", + "descriptive_linguistics", + "descriptivism", + "descriptor", + "descurainia", + "descurainia_pinnata", + "desecration", + "desegregation", + "desensitisation", + "desensitisation_procedure", + "desensitisation_technique", + "desensitization", + "desensitization_procedure", + "desensitization_technique", + "desert", + "desert_boot", + "desert_four_o'clock", + "desert_fox", + "desert_holly", + "desert_iguana", + "desert_lynx", + "desert_mariposa_tulip", + "desert_olive", + "desert_paintbrush", + "desert_pea", + "desert_plant", + "desert_plume", + "desert_rat", + "desert_rheumatism", + "desert_rose", + "desert_sand_verbena", + "desert_selaginella", + "desert_soil", + "desert_sunflower", + "desert_tortoise", + "desert_willow", + "deserter", + "desertic_soil", + "desertification", + "desertion", + "deserts", + "deservingness", + "deshabille", + "desiccant", + "desiccation", + "desideratum", + "desiderius_erasmus", + "design", + "design_criteria", + "designated_driver", + "designated_hitter", + "designation", + "designatum", + "designer", + "designer_drug", + "designing", + "desipramine", + "desirability", + "desirableness", + "desire", + "desire_to_know", + "desk", + "desk_clerk", + "desk_dictionary", + "desk_officer", + "desk_phone", + "desk_sergeant", + "deskman", + "desktop", + "desktop_computer", + "desktop_publishing", + "desmanthus", + "desmanthus_ilinoensis", + "desmid", + "desmidiaceae", + "desmidium", + "desmodium", + "desmodium_gyrans", + "desmodium_motorium", + "desmodium_purpureum", + "desmodium_tortuosum", + "desmodontidae", + "desmodus", + "desmodus_rotundus", + "desmograthus", + "desmond_tutu", + "desolation", + "desorption", + "desoxyribonucleic_acid", + "despair", + "despatch", + "desperado", + "desperate", + "desperate_criminal", + "desperate_measure", + "desperate_straits", + "desperation", + "despicability", + "despicableness", + "despisal", + "despising", + "despite", + "despoilation", + "despoiler", + "despoilment", + "despoina", + "despoliation", + "despondence", + "despondency", + "despot", + "despotism", + "desquamation", + "dessert", + "dessert_apple", + "dessert_plate", + "dessert_spoon", + "dessert_wine", + "dessertspoon", + "dessertspoonful", + "dessiatine", + "destabilisation", + "destabilization", + "destalinisation", + "destalinization", + "destination", + "destiny", + "destitution", + "destroyer", + "destroyer_escort", + "destroying_angel", + "destructibility", + "destruction", + "destruction_fire", + "destructive_distillation", + "destructive_metabolism", + "destructiveness", + "desuetude", + "desynchronisation", + "desynchronization", + "desynchronizing", + "desyrel", + "detached_house", + "detached_retina", + "detachment", + "detachment_of_the_retina", + "detail", + "detail_file", + "detailing", + "details", + "detainee", + "detainment", + "detecting", + "detection", + "detective", + "detective_agency", + "detective_novel", + "detective_story", + "detective_work", + "detector", + "detent", + "detente", + "detention", + "detention_basin", + "detention_camp", + "detention_cell", + "detention_centre", + "detention_home", + "detention_house", + "detergence", + "detergency", + "detergent", + "detergent_builder", + "deterioration", + "determent", + "determinant", + "determinateness", + "determination", + "determinative", + "determiner", + "determining_factor", + "determinism", + "determinist", + "deterrence", + "deterrent", + "deterrent_example", + "detestation", + "dethronement", + "detonating_device", + "detonating_fuse", + "detonation", + "detonator", + "detour", + "detox", + "detoxification", + "detraction", + "detractor", + "detribalisation", + "detribalization", + "detriment", + "detrition", + "detritus", + "detroit", + "detroit_river", + "detumescence", + "deuce", + "deuce-ace", + "deus_ex_machina", + "deuteranopia", + "deuterium", + "deuterium_oxide", + "deuteromycetes", + "deuteromycota", + "deuteromycotina", + "deuteron", + "deuteronomy", + "deutsche_mark", + "deutschland", + "deutschmark", + "deutzia", + "devaluation", + "devanagari", + "devanagari_script", + "devastation", + "developer", + "developing", + "developing_country", + "development", + "developmental_age", + "developmental_anatomy", + "developmental_learning", + "developmental_psychology", + "developmentally_challenged", + "deverbal_noun", + "devi", + "deviance", + "deviant", + "deviate", + "deviated_nasal_septum", + "deviated_septum", + "deviation", + "deviationism", + "deviationist", + "device", + "device_characteristic", + "device_driver", + "devices", + "devil", + "devil's_advocate", + "devil's_apples", + "devil's_cigar", + "devil's_claw", + "devil's_darning_needle", + "devil's_fig", + "devil's_flax", + "devil's_food", + "devil's_food_cake", + "devil's_milk", + "devil's_tongue", + "devil's_turnip", + "devil's_urn", + "devil's_walking_stick", + "devil's_weed", + "devil-worship", + "devil_dog", + "devil_grass", + "devil_lily", + "devil_nettle", + "devil_ray", + "devil_tree", + "devil_worshiper", + "deviled_egg", + "devilfish", + "devilment", + "devilry", + "deviltry", + "devilwood", + "deviousness", + "devisal", + "devise", + "devisee", + "deviser", + "devising", + "devisor", + "devitalisation", + "devitalization", + "devoir", + "devolution", + "devolvement", + "devon", + "devonian", + "devonian_period", + "devonshire", + "devonshire_cream", + "devotedness", + "devotee", + "devotion", + "devotional", + "devourer", + "devoutness", + "devries", + "dew", + "dew_point", + "dew_worm", + "dewar", + "dewar_flask", + "dewberry", + "dewberry_bush", + "dewdrop", + "dewey", + "dewey_decimal_classification", + "dewey_decimal_system", + "dewitt_clinton", + "dewlap", + "dexamethasone", + "dexamethasone_intensol", + "dexedrine", + "dexone", + "dexterity", + "dextrality", + "dextrin", + "dextroamphetamine_sulphate", + "dextrocardia", + "dextroglucose", + "dextrorotation", + "dextrose", + "dflp", + "dg", + "dhahran", + "dhak", + "dhaka", + "dhal", + "dharma", + "dhaulagiri", + "dhava", + "dhawa", + "dhegiha", + "dhobi_itch", + "dhodhekanisos", + "dhole", + "dhoti", + "dhow", + "dhu'l-hijja", + "dhu'l-hijjah", + "dhu'l-qa'dah", + "dhu_al-hijja", + "dhu_al-hijjah", + "dhu_al-qadah", + "di-iodotyrosine", + "dia", + "diabeta", + "diabetes", + "diabetes_insipidus", + "diabetes_mellitus", + "diabetic", + "diabetic_acidosis", + "diabetic_coma", + "diabetic_diet", + "diabetic_retinopathy", + "diabolatry", + "diabolism", + "diabolist", + "diacalpa", + "diacetylmorphine", + "diachronic_linguistics", + "diachrony", + "diacritic", + "diacritical_mark", + "diadem", + "diadophis", + "diaeresis", + "diaghilev", + "diaglyph", + "diagnosing", + "diagnosis", + "diagnostic_assay", + "diagnostic_procedure", + "diagnostic_program", + "diagnostic_technique", + "diagnostic_test", + "diagnostician", + "diagnostics", + "diagonal", + "diagonal_matrix", + "diagonalisation", + "diagonalization", + "diagram", + "diagramming", + "diakinesis", + "dial", + "dial_phone", + "dial_telephone", + "dialect", + "dialect_atlas", + "dialect_geography", + "dialectic", + "dialectical_materialism", + "dialectician", + "dialectics", + "dialectology", + "dialeurodes", + "dialeurodes_citri", + "dialog", + "dialog_box", + "dialogue", + "dialysis", + "dialysis_machine", + "dialyzer", + "diam", + "diamagnet", + "diamagnetism", + "diamante", + "diameter", + "diametrical_opposition", + "diamine", + "diamond", + "diamond_dust", + "diamond_jim", + "diamond_jim_brady", + "diamond_jubilee", + "diamond_point", + "diamond_state", + "diamond_wedding", + "diamond_wedding_anniversary", + "diamondback", + "diamondback_rattlesnake", + "diamondback_terrapin", + "diana", + "diane_de_poitiers", + "diangus_gratianopolitanus", + "dianthus", + "dianthus_barbatus", + "dianthus_caryophyllus", + "dianthus_chinensis", + "dianthus_chinensis_heddewigii", + "dianthus_deltoides", + "dianthus_latifolius", + "dianthus_plumarius", + "dianthus_supurbus", + "diapason", + "diapason_stop", + "diapedesis", + "diapensia", + "diapensia_family", + "diapensiaceae", + "diapensiales", + "diaper", + "diaper_dermatitis", + "diaper_rash", + "diapheromera", + "diapheromera_femorata", + "diaphone", + "diaphoresis", + "diaphoretic", + "diaphragm", + "diaphragmatic_hernia", + "diaphragmatic_pleurisy", + "diaphysis", + "diapir", + "diapsid", + "diapsid_reptile", + "diapsida", + "diarchy", + "diarist", + "diarrhea", + "diarrhoea", + "diarthrosis", + "diary", + "diary_keeper", + "dias", + "diaspididae", + "diaspora", + "diastasis", + "diastema", + "diastole", + "diastolic_pressure", + "diastrophism", + "diathermy", + "diathermy_machine", + "diathesis", + "diatom", + "diatomaceous_earth", + "diatomite", + "diatomophyceae", + "diatonic_scale", + "diatribe", + "diaz", + "diazepam", + "diazonium", + "diazoxide", + "dibasic_acid", + "dibasic_salt", + "dibber", + "dibble", + "dibbuk", + "dibrach", + "dibranch", + "dibranchia", + "dibranchiata", + "dibranchiate", + "dibranchiate_mollusk", + "dibs", + "dibucaine", + "dicamptodon", + "dicamptodon_ensatus", + "dicamptodontid", + "dicamptodontidae", + "dice", + "dice_box", + "dice_cup", + "dicentra", + "dicentra_canadensis", + "dicentra_cucullaria", + "dicentra_spectabilis", + "dicer", + "diceros", + "diceros_bicornis", + "diceros_simus", + "dichloride", + "dichlorodiphenyltrichloroethane", + "dichloroethyl_sulfide", + "dichloromethane", + "dichondra", + "dichondra_micrantha", + "dichotomisation", + "dichotomization", + "dichotomy", + "dichroism", + "dichromacy", + "dichromasy", + "dichromat", + "dichromate", + "dichromatism", + "dichromatopsia", + "dichromia", + "dichromic_acid", + "dick", + "dick_fosbury", + "dick_test", + "dick_turpin", + "dickens", + "dickey", + "dickey-bird", + "dickey-seat", + "dickeybird", + "dickhead", + "dickie", + "dickie-seat", + "dickinson", + "dicksonia", + "dicksonia_antarctica", + "dicksoniaceae", + "dicky", + "dicky-bird", + "dicky-seat", + "dickybird", + "diclofenac_potassium", + "diclofenac_sodium", + "dicloxacillin", + "dicot", + "dicot_family", + "dicot_genus", + "dicotyledon", + "dicotyledonae", + "dicotyledones", + "dicoumarol", + "dicranaceae", + "dicranales", + "dicranopteris", + "dicranum", + "dicrostonyx", + "dicrostonyx_hudsonius", + "dictamnus", + "dictamnus_alba", + "dictaphone", + "dictate", + "dictation", + "dictator", + "dictatorship", + "diction", + "dictionary", + "dictionary_definition", + "dictionary_entry", + "dictostylium", + "dictum", + "dictyophera", + "dictyoptera", + "dictyopterous_insect", + "dictyosome", + "dicumarol", + "dicynodont", + "dicynodontia", + "didacticism", + "didactics", + "didanosine", + "diddley", + "diddly", + "diddly-shit", + "diddly-squat", + "diddlyshit", + "diddlysquat", + "didelphidae", + "didelphis", + "didelphis_marsupialis", + "didelphis_virginiana", + "dideoxycytosine", + "dideoxyinosine", + "diderot", + "didion", + "dido", + "didrikson", + "die", + "die-sinker", + "dieback", + "dieffenbachia", + "dieffenbachia_sequine", + "diego_rivera", + "diego_rodriguez_de_silva_y_velazquez", + "diegueno", + "diehard", + "dielectric", + "dielectric_heating", + "dielectrolysis", + "diemaker", + "dien_bien_phu", + "diencephalon", + "dieresis", + "diervilla", + "diervilla_lonicera", + "diervilla_sessilifolia", + "dies_irae", + "diesel", + "diesel-electric", + "diesel-electric_locomotive", + "diesel-hydraulic", + "diesel-hydraulic_locomotive", + "diesel_engine", + "diesel_fuel", + "diesel_locomotive", + "diesel_motor", + "diesel_oil", + "diesinker", + "diesis", + "diestock", + "diestrum", + "diestrus", + "diet", + "dietary", + "dietary_supplement", + "dieter", + "dietetics", + "diethyl_ether", + "diethylaminoethyl_cellulose", + "diethylbarbituric_acid", + "diethylmalonylurea", + "diethylstilbesterol", + "diethylstilbestrol", + "diethylstilboestrol", + "dietician", + "dieting", + "dietitian", + "dietrich", + "dietrich_bonhoeffer", + "difference", + "difference_limen", + "difference_of_opinion", + "difference_threshold", + "differentia", + "differential", + "differential_analyzer", + "differential_blood_count", + "differential_calculus", + "differential_coefficient", + "differential_cost", + "differential_diagnosis", + "differential_equation", + "differential_gear", + "differential_limen", + "differential_psychology", + "differential_threshold", + "differentiation", + "differentiator", + "difficultness", + "difficulty", + "diffidence", + "difflugia", + "diffraction", + "diffraction_grating", + "diffuse_nebula", + "diffuseness", + "diffuser", + "diffusing_screen", + "diffusion", + "diffusion_pump", + "diffusor", + "diflunisal", + "dig", + "digenesis", + "digest", + "digester", + "digestibility", + "digestibleness", + "digestion", + "digestive", + "digestive_fluid", + "digestive_gland", + "digestive_juice", + "digestive_system", + "digestive_tract", + "digestive_tube", + "digger", + "digger_wasp", + "digging", + "digging_up", + "diggings", + "digit", + "digital-analog_converter", + "digital-to-analog_converter", + "digital_arteries", + "digital_audiotape", + "digital_camera", + "digital_clock", + "digital_communication", + "digital_communications_technology", + "digital_computer", + "digital_display", + "digital_photography", + "digital_plethysmograph", + "digital_scanner", + "digital_subscriber_line", + "digital_vein", + "digital_voltmeter", + "digital_watch", + "digitalin", + "digitalis", + "digitalis_glycoside", + "digitalis_lutea", + "digitalis_purpurea", + "digitalisation", + "digitalization", + "digitaria", + "digitaria_ischaemum", + "digitaria_sanguinalis", + "digitigrade", + "digitigrade_mammal", + "digitisation", + "digitiser", + "digitization", + "digitizer", + "digitoxin", + "dignitary", + "dignity", + "digoxin", + "digram", + "digraph", + "digression", + "digs", + "dihybrid", + "dihybrid_cross", + "dihydric_alcohol", + "dihydrostreptomycin", + "dihydroxyphenylalanine", + "dijon", + "dik-dik", + "dika", + "dika_bread", + "dika_nut", + "dike", + "dilantin", + "dilapidation", + "dilatation", + "dilatation_and_curettage", + "dilater", + "dilation", + "dilation_and_curettage", + "dilator", + "dilatoriness", + "dilatory_plea", + "dilaudid", + "dildo", + "dilemma", + "dilettante", + "diligence", + "dill", + "dill_pickle", + "dill_seed", + "dill_weed", + "dillenia", + "dilleniaceae", + "dilleniid_dicot_family", + "dilleniid_dicot_genus", + "dilleniidae", + "dilly-dallier", + "dillydallier", + "diltiazem", + "diluent", + "dilutant", + "dilution", + "dim_sum", + "dimaggio", + "dimash", + "dime", + "dime_bag", + "dime_novel", + "dimenhydrinate", + "dimension", + "dimensionality", + "dimer", + "dimetane", + "dimetapp", + "dimethyl_ketone", + "dimethylglyoxime", + "dimetrodon", + "diminished_arch", + "diminuendo", + "diminution", + "diminutive", + "diminutiveness", + "dimity", + "dimmer", + "dimness", + "dimocarpus", + "dimocarpus_longan", + "dimorphism", + "dimorphotheca", + "dimout", + "dimple", + "dimpled_chad", + "dimwit", + "din", + "din_land", + "dinar", + "dindymene", + "diner", + "dinero", + "dinesen", + "dinette", + "ding", + "ding-dong", + "dingbat", + "dinge", + "dinghy", + "dinginess", + "dingle", + "dingo", + "dining", + "dining-hall", + "dining-room", + "dining-room_attendant", + "dining-room_furniture", + "dining-room_table", + "dining_area", + "dining_car", + "dining_companion", + "dining_compartment", + "dining_room", + "dining_table", + "diningroom_set", + "diningroom_suite", + "dink", + "dinka", + "dinkey", + "dinky", + "dinner", + "dinner_bell", + "dinner_bucket", + "dinner_dress", + "dinner_gown", + "dinner_jacket", + "dinner_napkin", + "dinner_pail", + "dinner_party", + "dinner_plate", + "dinner_service", + "dinner_set", + "dinner_table", + "dinner_theater", + "dinner_theatre", + "dinnertime", + "dinnerware", + "dino_paul_crocetti", + "dinoceras", + "dinocerata", + "dinocerate", + "dinoflagellata", + "dinoflagellate", + "dinornis", + "dinornis_giganteus", + "dinornithidae", + "dinornithiformes", + "dinosaur", + "dint", + "diocesan", + "diocese", + "diocletian", + "diode", + "diodon", + "diodon_holocanthus", + "diodon_hystrix", + "diodontidae", + "diodora_apertura", + "diogenes", + "diol", + "diomedea_exulans", + "diomedea_nigripes", + "diomedeidae", + "dionaea", + "dionaea_muscipula", + "dionysia", + "dionysius", + "dionysius_the_elder", + "dionysus", + "dioon", + "diophantus", + "diopter", + "dioptre", + "dior", + "diorama", + "diorite", + "dioscorea", + "dioscorea_alata", + "dioscorea_batata", + "dioscorea_bulbifera", + "dioscorea_elephantipes", + "dioscorea_paniculata", + "dioscorea_trifida", + "dioscoreaceae", + "diospyros", + "diospyros_ebenum", + "diospyros_kaki", + "diospyros_kurzii", + "diospyros_lotus", + "diospyros_virginiana", + "diovan", + "dioxide", + "dioxin", + "dip", + "dip_circle", + "dip_switch", + "diphenhydramine", + "diphenylbutyl_piperidine", + "diphenylhydantoin", + "diphtheria", + "diphthong", + "diphylla", + "diphylla_ecaudata", + "dipladenia", + "dipladenia_boliviensis", + "diplazium_pycnocarpon", + "diplegia", + "diplococcus", + "diplococcus_pneumoniae", + "diplodocus", + "diploic_vein", + "diploid", + "diploidy", + "diploma", + "diplomacy", + "diplomat", + "diplomate", + "diplomatic_building", + "diplomatic_corps", + "diplomatic_immunity", + "diplomatic_minister", + "diplomatic_mission", + "diplomatic_negotiations", + "diplomatic_pouch", + "diplomatic_service", + "diplomatist", + "diplopia", + "diplopoda", + "diplopterygium", + "diplopterygium_longissimum", + "diplotaxis", + "diplotaxis_erucoides", + "diplotaxis_muralis", + "diplotaxis_tenuifolia", + "diplotene", + "dipnoi", + "dipodidae", + "dipodomys", + "dipodomys_ordi", + "dipodomys_phillipsii", + "dipogon", + "dipogon_lignosus", + "dipole", + "dipole_antenna", + "dipole_molecule", + "dipole_moment", + "dippel's_oil", + "dipper", + "dippers", + "dipsacaceae", + "dipsacus", + "dipsacus_fullonum", + "dipsacus_sativus", + "dipsacus_sylvestris", + "dipsomania", + "dipsomaniac", + "dipsosaurus", + "dipsosaurus_dorsalis", + "dipstick", + "diptera", + "dipteran", + "dipterocarp", + "dipterocarpaceae", + "dipteron", + "dipteronia", + "dipterous_insect", + "dipteryx", + "dipteryx_odorata", + "diptych", + "dipus", + "dipylon", + "dipylon_gate", + "dirac", + "dirca", + "dirca_palustris", + "dire_straits", + "direct-grant_school", + "direct_action", + "direct_antonym", + "direct_contrast", + "direct_correlation", + "direct_current", + "direct_discourse", + "direct_dye", + "direct_electric_current", + "direct_evidence", + "direct_examination", + "direct_fire", + "direct_flight", + "direct_loan", + "direct_mail", + "direct_mailer", + "direct_marketing", + "direct_object", + "direct_primary", + "direct_quotation", + "direct_sum", + "direct_support", + "direct_supporting_fire", + "direct_tax", + "direct_tide", + "direct_transmission", + "direct_trust", + "directed_study", + "directed_verdict", + "direction", + "direction_finder", + "directional_antenna", + "directional_microphone", + "directionality", + "directive", + "directiveness", + "directivity", + "directness", + "director", + "director-stockholder_relation", + "director_of_central_intelligence", + "director_of_research", + "directorate", + "directorate_for_inter-services_intelligence", + "directorship", + "directory", + "dirge", + "dirham", + "dirigible", + "diriment_impediment", + "dirk", + "dirndl", + "dirt", + "dirt_ball", + "dirt_bike", + "dirt_track", + "dirtiness", + "dirty_bomb", + "dirty_dog", + "dirty_joke", + "dirty_laundry", + "dirty_linen", + "dirty_money", + "dirty_old_man", + "dirty_pool", + "dirty_story", + "dirty_trick", + "dirty_tricks", + "dirty_war", + "dirty_word", + "dirtying", + "dis", + "disa", + "disability", + "disability_benefit", + "disability_check", + "disability_insurance", + "disability_of_walking", + "disability_payment", + "disabled", + "disablement", + "disaccharidase", + "disaccharide", + "disadvantage", + "disaffection", + "disaffirmation", + "disagreeable_person", + "disagreeable_woman", + "disagreeableness", + "disagreement", + "disambiguation", + "disambiguator", + "disappearance", + "disappearing", + "disappointment", + "disapprobation", + "disapproval", + "disarmament", + "disarmer", + "disarming", + "disarrangement", + "disarray", + "disassembly", + "disassociation", + "disassortative_mating", + "disaster", + "disaster_area", + "disavowal", + "disbandment", + "disbarment", + "disbelief", + "disbeliever", + "disbursal", + "disbursement", + "disburser", + "disc", + "disc_brake", + "disc_drive", + "disc_harrow", + "disc_jockey", + "disc_pack", + "disc_space", + "discant", + "discard", + "disceptation", + "discernability", + "discernment", + "discharge", + "discharge_lamp", + "discharge_pipe", + "discina", + "discina_macrospora", + "disciotis_venosa", + "disciple", + "disciples_of_christ", + "discipleship", + "disciplinarian", + "discipline", + "disclaimer", + "disclosure", + "disco", + "disco_biscuit", + "disco_music", + "discocephali", + "discoglossidae", + "discography", + "discoid_lupus_erythematosus", + "discoloration", + "discolouration", + "discombobulation", + "discomfited", + "discomfiture", + "discomfort", + "discomposure", + "discomycete", + "discomycetes", + "disconcertion", + "disconcertment", + "disconnect", + "disconnectedness", + "disconnection", + "disconsolateness", + "discontent", + "discontentedness", + "discontentment", + "discontinuance", + "discontinuation", + "discontinuity", + "discord", + "discordance", + "discotheque", + "discount", + "discount_business", + "discount_chain", + "discount_house", + "discount_rate", + "discount_store", + "discounter", + "discouragement", + "discourse", + "discourtesy", + "discovered_check", + "discoverer", + "discovery", + "discovery_day", + "discredit", + "discreetness", + "discrepancy", + "discreteness", + "discretion", + "discretionary_trust", + "discrimination", + "discriminative_stimulus", + "discriminator", + "discursiveness", + "discus", + "discussant", + "discussion", + "discussion_section", + "disdain", + "disdainfulness", + "disease", + "disease_of_the_neuromuscular_junction", + "disease_of_the_skin", + "diseased_person", + "disembarkation", + "disembarkment", + "disembarrassment", + "disembodied_spirit", + "disembowelment", + "disenchantment", + "disenfranchisement", + "disengagement", + "disentanglement", + "disentangler", + "disequilibrium", + "disestablishment", + "disesteem", + "disfavor", + "disfavour", + "disfiguration", + "disfigurement", + "disfluency", + "disforestation", + "disfranchisement", + "disfunction", + "disgorgement", + "disgrace", + "disgracefulness", + "disgruntlement", + "disguise", + "disgust", + "disgustingness", + "dish", + "dish_aerial", + "dish_antenna", + "dish_rack", + "dish_towel", + "dish_washer", + "dishabille", + "disharmony", + "dishcloth", + "dishcloth_gourd", + "disheartenment", + "dishful", + "dishonesty", + "dishonor", + "dishonorable_discharge", + "dishonorableness", + "dishonour", + "dishonourableness", + "dishpan", + "dishrag", + "dishtowel", + "dishware", + "dishwasher", + "dishwasher_detergent", + "dishwashing", + "dishwashing_detergent", + "dishwashing_liquid", + "dishwashing_machine", + "dishwater", + "disillusion", + "disillusionment", + "disincentive", + "disinclination", + "disinfectant", + "disinfection", + "disinfestation", + "disinfestation_officer", + "disinflation", + "disinformation", + "disingenuousness", + "disinheritance", + "disintegration", + "disinterest", + "disinterestedness", + "disinterment", + "disinvestment", + "disjointedness", + "disjunction", + "disjunctive_conjunction", + "disjuncture", + "disk", + "disk_access", + "disk_brake", + "disk_cache", + "disk_clutch", + "disk_controller", + "disk_drive", + "disk_error", + "disk_file", + "disk_harrow", + "disk_jockey", + "disk_operating_system", + "disk_overhead", + "disk_pack", + "disk_shape", + "disk_space", + "diskette", + "dislike", + "dislocation", + "dislodgement", + "dislodgment", + "disloyalty", + "dismantlement", + "dismantling", + "dismay", + "dismemberment", + "dismissal", + "dismission", + "dismount", + "disney", + "disneyland", + "disobedience", + "disorder", + "disorderliness", + "disorderly_behavior", + "disorderly_conduct", + "disorganisation", + "disorganization", + "disorganized_schizophrenia", + "disorganized_type_schizophrenia", + "disorientation", + "disowning", + "disownment", + "disparagement", + "disparager", + "disparateness", + "disparity", + "dispassion", + "dispassionateness", + "dispatch", + "dispatch_box", + "dispatch_case", + "dispatch_rider", + "dispatcher", + "dispensability", + "dispensableness", + "dispensary", + "dispensation", + "dispenser", + "dispersal", + "dispersed_particles", + "dispersed_phase", + "dispersing_medium", + "dispersing_phase", + "dispersion", + "dispersion_medium", + "dispiritedness", + "displaced_fracture", + "displaced_person", + "displacement", + "displacement_reaction", + "displacement_unit", + "display", + "display_adapter", + "display_adaptor", + "display_board", + "display_case", + "display_panel", + "display_window", + "displeasure", + "disposable", + "disposable_income", + "disposal", + "disposal_plant", + "disposition", + "dispossession", + "dispraise", + "disproof", + "disproportion", + "disprover", + "disputant", + "disputation", + "dispute", + "disqualification", + "disquiet", + "disquietude", + "disquisition", + "disraeli", + "disregard", + "disrepair", + "disreputability", + "disreputable_person", + "disreputableness", + "disrepute", + "disrespect", + "disrupting_explosive", + "disruption", + "dissatisfaction", + "dissection", + "dissembler", + "dissembling", + "disseminated_lupus_erythematosus", + "disseminated_multiple_sclerosis", + "disseminated_sclerosis", + "dissemination", + "disseminator", + "dissension", + "dissent", + "dissenter", + "dissenting_opinion", + "dissertation", + "disservice", + "dissidence", + "dissident", + "dissident_irish_republican_army", + "dissilience", + "dissimilarity", + "dissimilation", + "dissimilitude", + "dissimulation", + "dissimulator", + "dissipation", + "dissociation", + "dissociation_constant", + "dissociative_disorder", + "dissolubility", + "dissoluteness", + "dissolution", + "dissolution_of_marriage", + "dissolve", + "dissolvent", + "dissolver", + "dissolving", + "dissolving_agent", + "dissonance", + "dissuasion", + "dissyllable", + "dissymmetry", + "distaff", + "distal_muscular_dystrophy", + "distance", + "distance_vision", + "distaste", + "distastefulness", + "distemper", + "distension", + "distention", + "distich", + "distillate", + "distillation", + "distilled_water", + "distiller", + "distillery", + "distillment", + "distinction", + "distinctive_feature", + "distinctiveness", + "distinctness", + "distinguished_conduct_medal", + "distinguished_flying_cross", + "distinguished_service_cross", + "distinguished_service_medal", + "distinguished_service_order", + "distinguishing_characteristic", + "distomatosis", + "distorted_shape", + "distortion", + "distortionist", + "distraction", + "distraint", + "distress", + "distress_call", + "distress_signal", + "distressfulness", + "distressingness", + "distributary", + "distributed_data_processing", + "distributed_fire", + "distributer", + "distribution", + "distribution_agreement", + "distribution_channel", + "distribution_cost", + "distribution_free_statistic", + "distribution_law", + "distribution_list", + "distributive_shock", + "distributor", + "distributor_cam", + "distributor_cap", + "distributor_housing", + "distributor_point", + "district", + "district_attorney", + "district_line", + "district_manager", + "district_of_columbia", + "distrust", + "distrustfulness", + "disturbance", + "disturbance_of_the_peace", + "disturber", + "disulfiram", + "disunion", + "disunity", + "disuse", + "disyllable", + "dit", + "dita", + "dita_bark", + "ditch", + "ditch_digger", + "ditch_fern", + "ditch_reed", + "ditch_spade", + "ditchmoss", + "dither", + "dithered_color", + "dithered_colour", + "dithering", + "dithyramb", + "dittany", + "dittany_of_crete", + "ditto", + "ditto_mark", + "ditty", + "ditty_bag", + "diuresis", + "diuretic", + "diuretic_drug", + "diuril", + "diurnal_parallax", + "diurnal_variation", + "diva", + "divagation", + "divan", + "divan_bed", + "divarication", + "dive", + "dive-bombing", + "dive_bomber", + "dive_brake", + "diver", + "divergence", + "divergency", + "divergent_strabismus", + "divergent_thinker", + "divergent_thinking", + "diverging_lens", + "diverseness", + "diversification", + "diversion", + "diversionary_attack", + "diversionary_landing", + "diversionist", + "diversity", + "diverticulitis", + "diverticulosis", + "diverticulum", + "divertimento", + "divestiture", + "divi-divi", + "divide", + "divided_highway", + "dividend", + "dividend_warrant", + "divider", + "dividing_line", + "divina_commedia", + "divination", + "divine", + "divine_comedy", + "divine_guidance", + "divine_law", + "divine_messenger", + "divine_office", + "divine_revelation", + "divine_right", + "divine_right_of_kings", + "divine_service", + "divine_unity", + "diviner", + "diving", + "diving_bell", + "diving_board", + "diving_dress", + "diving_duck", + "diving_event", + "diving_petrel", + "diving_suit", + "divining_rod", + "divinity", + "divinity_fudge", + "divinyl_ether", + "divisibility", + "division", + "division_anthophyta", + "division_archaebacteria", + "division_bryophyta", + "division_chlorophyta", + "division_chrysophyta", + "division_cyanophyta", + "division_cynodontia", + "division_dicynodontia", + "division_eubacteria", + "division_euglenophyta", + "division_eumycota", + "division_gymnomycota", + "division_gymnospermophyta", + "division_heterokontophyta", + "division_lichenes", + "division_magnoliophyta", + "division_myxomycota", + "division_phaeophyta", + "division_protista", + "division_pteridophyta", + "division_rhodophyta", + "division_schizophyta", + "division_spermatophyta", + "division_tracheophyta", + "divisor", + "divorce", + "divorce_court", + "divorce_lawyer", + "divorced_man", + "divorcee", + "divorcement", + "divot", + "divulgement", + "divulgence", + "divvy", + "diwan", + "dix", + "dixie", + "dixie_cup", + "dixiecrats", + "dixieland", + "dizygotic_twin", + "dizziness", + "dizzy_gillespie", + "dj", + "djakarta", + "djanet", + "djibouti", + "djibouti_franc", + "djiboutian", + "djinn", + "djinni", + "djinny", + "dkg", + "dkl", + "dkm", + "dl", + "dle", + "dm", + "dmd", + "dmitri_dmitrievich_shostakovich", + "dmitri_ivanovich_mendeleev", + "dmitri_ivanovich_mendeleyev", + "dmitri_mendeleev", + "dmitri_mendeleyev", + "dmitri_shostakovich", + "dmus", + "dmz", + "dna", + "dna_chip", + "dna_fingerprint", + "dna_polymerase", + "dneprodzerzhinsk", + "dnieper", + "dnieper_river", + "dnipropetrovsk", + "do", + "do-gooder", + "do-nothing", + "do-si-do", + "dobbin", + "doberman", + "doberman_pinscher", + "dobra", + "dobrich", + "dobson", + "dobson_fly", + "dobsonfly", + "doc", + "docent", + "docetism", + "docility", + "dock", + "dock-walloper", + "dock_worker", + "dockage", + "docker", + "docket", + "dockhand", + "docking", + "docking_facility", + "docking_fee", + "dockside", + "dockworker", + "dockyard", + "docosahexaenoic_acid", + "doctor", + "doctor's_bill", + "doctor's_degree", + "doctor-fish", + "doctor-patient_relation", + "doctor_of_arts", + "doctor_of_dental_medicine", + "doctor_of_dental_surgery", + "doctor_of_divinity", + "doctor_of_education", + "doctor_of_fine_arts", + "doctor_of_humane_letters", + "doctor_of_humanities", + "doctor_of_laws", + "doctor_of_medicine", + "doctor_of_music", + "doctor_of_musical_arts", + "doctor_of_optometry", + "doctor_of_osteopathy", + "doctor_of_philosophy", + "doctor_of_public_health", + "doctor_of_sacred_theology", + "doctor_of_science", + "doctor_of_the_church", + "doctor_of_theology", + "doctorate", + "doctorfish", + "doctorow", + "doctorspeak", + "doctrinaire", + "doctrine", + "doctrine_of_analogy", + "docudrama", + "document", + "documentary", + "documentary_film", + "documentation", + "dod", + "dodder", + "dodderer", + "doddle", + "dodecagon", + "dodecahedron", + "dodecanese", + "dodecanoic_acid", + "dodge", + "dodge_city", + "dodgem", + "dodger", + "dodging", + "dodgson", + "dodo", + "dodoma", + "dodonaea", + "doe", + "doei", + "doer", + "doeskin", + "dog", + "dog's-tooth_check", + "dog's-tooth_violet", + "dog's_breakfast", + "dog's_dinner", + "dog's_mercury", + "dog-day_cicada", + "dog-ear", + "dog-iron", + "dog_bent", + "dog_biscuit", + "dog_bite", + "dog_breeding", + "dog_catcher", + "dog_collar", + "dog_days", + "dog_do", + "dog_fennel", + "dog_flea", + "dog_food", + "dog_grass", + "dog_hobble", + "dog_hook", + "dog_house", + "dog_in_the_manger", + "dog_laurel", + "dog_mercury", + "dog_paddle", + "dog_pound", + "dog_racing", + "dog_rose", + "dog_shit", + "dog_show", + "dog_sled", + "dog_sleigh", + "dog_star", + "dog_stinkhorn", + "dog_tag", + "dog_turd", + "dog_violet", + "dog_wrench", + "dogbane", + "dogbane_family", + "dogcart", + "doge", + "dogfight", + "dogfighter", + "dogfish", + "doggedness", + "doggerel", + "doggerel_verse", + "doggie", + "doggie_bag", + "doggy", + "doggy_bag", + "doggy_do", + "doghouse", + "dogie", + "dogleg", + "dogma", + "dogmatism", + "dogmatist", + "dogs-tooth_check", + "dogsbody", + "dogshit", + "dogsled", + "dogstooth_check", + "dogtooth", + "dogtooth_violet", + "dogtrot", + "dogwatch", + "dogwood", + "dogwood_family", + "dogwood_tree", + "dogy", + "doh", + "doha", + "doi", + "doily", + "doing_business_as", + "doings", + "doj", + "dojc", + "dol", + "dolby", + "dolce_far_niente", + "doldrums", + "dole", + "dolefulness", + "dolichocephalic", + "dolichocephalism", + "dolichocephaly", + "dolichonyx", + "dolichonyx_oryzivorus", + "dolichos", + "dolichos_biflorus", + "dolichos_lablab", + "dolichos_lignosus", + "dolichotis", + "dolichotis_patagonum", + "doliolidae", + "doliolum", + "doll", + "doll's_eyes", + "doll's_house", + "dollar", + "dollar_bill", + "dollar_diplomacy", + "dollar_mark", + "dollar_sign", + "dollar_volume", + "dollarfish", + "dollhouse", + "dollop", + "dolly", + "dolman", + "dolman_jacket", + "dolman_sleeve", + "dolmas", + "dolmen", + "dolobid", + "dolomite", + "dolomite_alps", + "dolophine_hydrochloride", + "dolor", + "dolour", + "dolphin", + "dolphin_kick", + "dolphin_oil", + "dolphin_striker", + "dolphinfish", + "dolt", + "dom_pedro", + "domain", + "domain_name", + "domain_of_a_function", + "domatium", + "dombeya", + "dome", + "domed_stadium", + "domenikos_theotocopoulos", + "domesday_book", + "domestic", + "domestic_animal", + "domestic_ass", + "domestic_carp", + "domestic_cat", + "domestic_dog", + "domestic_flight", + "domestic_fowl", + "domestic_goat", + "domestic_help", + "domestic_llama", + "domestic_partner", + "domestic_pigeon", + "domestic_prelate", + "domestic_relations_court", + "domestic_science", + "domestic_sheep", + "domestic_silkworm_moth", + "domestic_terrorism", + "domestic_violence", + "domesticated_animal", + "domesticated_silkworm_moth", + "domestication", + "domesticity", + "domicile", + "domiciliation", + "dominance", + "dominant", + "dominant_allele", + "dominant_gene", + "domination", + "dominatrix", + "domine", + "dominee", + "domineeringness", + "domingo", + "domingo_de_guzman", + "dominic", + "dominica", + "dominican", + "dominican_dollar", + "dominican_mahogany", + "dominican_monetary_unit", + "dominican_order", + "dominican_peso", + "dominican_republic", + "dominick", + "dominicus", + "dominie", + "dominion", + "dominion_day", + "dominique", + "domino", + "domino_effect", + "domino_theory", + "dominoes", + "dominos", + "dominus", + "domitian", + "domoic_acid", + "don", + "don't-know", + "don_budge", + "don_juan", + "don_luchino_visconti_conte_di_modrone", + "don_marquis", + "don_quixote", + "don_river", + "dona", + "donald_arthur_glaser", + "donald_barthelme", + "donald_duck", + "donald_glaser", + "donald_robert_perry_marquis", + "donar", + "donatello", + "donation", + "donatism", + "donatist", + "donato_bramante", + "donato_d'agnolo_bramante", + "donato_di_betto_bardi", + "donatus", + "donbas", + "donbass", + "donee", + "donets_basin", + "donetsk", + "donetske", + "dong", + "dongle", + "donizetti", + "donjon", + "donkey", + "donkey_boiler", + "donkey_cart", + "donkey_engine", + "donkey_jacket", + "donkey_pump", + "donkeywork", + "donkin", + "donna", + "donne", + "donner_pass", + "donor", + "donor_card", + "donut", + "doo-wop", + "doob", + "doodad", + "doodia", + "doodle", + "doodlebug", + "doodly-squat", + "doofus", + "doohickey", + "doojigger", + "doolittle", + "doom", + "doomed", + "doomsday", + "doomsday_book", + "door", + "door_guard", + "door_latch", + "door_prize", + "doorbell", + "doorcase", + "doorframe", + "doorhandle", + "doorjamb", + "doorkeeper", + "doorknob", + "doorknocker", + "doorlock", + "doorman", + "doormat", + "doornail", + "doorplate", + "doorpost", + "doorsill", + "doorstep", + "doorstop", + "doorstopper", + "doorway", + "dooryard", + "dopa", + "dopamine", + "dopastat", + "dope", + "dope_sheet", + "doppelganger", + "doppelzentner", + "doppler", + "doppler_effect", + "doppler_radar", + "doppler_shift", + "dorado", + "dorbeetle", + "dorian", + "dorian_order", + "doric", + "doric_dialect", + "doric_order", + "doriden", + "doris", + "doris_lessing", + "doris_may_lessing", + "dork", + "dorking", + "dorm", + "dorm_room", + "dormancy", + "dormant_account", + "dormer", + "dormer_window", + "dormition", + "dormitory", + "dormitory_room", + "dormouse", + "doronicum", + "doroteo_arango", + "dorothea_dix", + "dorothea_lange", + "dorothea_lynde_dix", + "dorotheanthus", + "dorotheanthus_bellidiformis", + "dorothy_dix", + "dorothy_hodgkin", + "dorothy_l._sayers", + "dorothy_leigh_sayers", + "dorothy_mary_crowfoot_hodgkin", + "dorothy_parker", + "dorothy_rothschild_parker", + "dorothy_sayers", + "dorsal_fin", + "dorsal_horn", + "dorsal_root", + "dorsal_scapular_vein", + "dorsal_vertebra", + "dorsiflexion", + "dorsum", + "dortmund", + "dory", + "dorylinae", + "doryopteris", + "doryopteris_pedata", + "dos", + "dos_passos", + "dosage", + "dose", + "dose_rate", + "dosemeter", + "dosimeter", + "dosimetry", + "dossal", + "dossel", + "dosser", + "dosshouse", + "dossier", + "dostoevski", + "dostoevsky", + "dostoyevsky", + "dot", + "dot-com", + "dot_com", + "dot_com_company", + "dot_matrix", + "dot_matrix_printer", + "dot_printer", + "dot_product", + "dotage", + "dotard", + "dotrel", + "dotted_gayfeather", + "dotted_line", + "dotterel", + "dottle", + "douala", + "douay-rheims_bible", + "douay-rheims_version", + "douay_bible", + "douay_version", + "double", + "double-bitted_ax", + "double-bitted_axe", + "double-blind_experiment", + "double-blind_procedure", + "double-blind_study", + "double-bogey", + "double-breasted_jacket", + "double-breasted_suit", + "double-crosser", + "double-crossing", + "double-dealer", + "double-dealing", + "double-decker", + "double-entry_bookkeeping", + "double-hung_window", + "double-magnum", + "double-prop", + "double-propeller_plane", + "double-reed_instrument", + "double-spacing", + "double-u", + "double_agent", + "double_bar", + "double_bass", + "double_bassoon", + "double_bed", + "double_bind", + "double_blind", + "double_boiler", + "double_bond", + "double_check", + "double_chin", + "double_clinch", + "double_cream", + "double_creme", + "double_crochet", + "double_cross", + "double_dagger", + "double_damages", + "double_date", + "double_decomposition", + "double_decomposition_reaction", + "double_digit", + "double_dipper", + "double_dipping", + "double_door", + "double_dribble", + "double_dutch", + "double_eagle", + "double_entendre", + "double_entry", + "double_fault", + "double_feature", + "double_first", + "double_flat", + "double_glazing", + "double_gloucester", + "double_gold", + "double_helix", + "double_indemnity", + "double_jeopardy", + "double_knit", + "double_leg_circle", + "double_negative", + "double_obelisk", + "double_play", + "double_pneumonia", + "double_quotes", + "double_reed", + "double_refraction", + "double_replacement_reaction", + "double_reverse", + "double_rhyme", + "double_salt", + "double_saucepan", + "double_sharp", + "double_standard", + "double_standard_of_sexual_behavior", + "double_star", + "double_stitch", + "double_stopping", + "double_take", + "double_talk", + "double_time", + "double_vision", + "doubleheader", + "doubler", + "doubles", + "doublespeak", + "doublet", + "doublethink", + "doubleton", + "doubletree", + "doubling", + "doubloon", + "doubly_transitive_verb", + "doubly_transitive_verb_form", + "doubt", + "doubter", + "doubtfulness", + "doubting_thomas", + "douche", + "douche_bag", + "dough", + "doughboy", + "doughnut", + "douglas", + "douglas_elton_fairbanks", + "douglas_fairbanks", + "douglas_fairbanks_jr.", + "douglas_fir", + "douglas_hemlock", + "douglas_macarthur", + "douglas_moore", + "douglas_pine", + "douglas_spruce", + "douglas_squirrel", + "douglass", + "doula", + "doura", + "dourah", + "douroucouli", + "dousing", + "dove", + "dove's_foot_geranium", + "dovecote", + "dovekie", + "dover", + "dover's_powder", + "dovetail", + "dovetail_joint", + "dovetail_plane", + "dovishness", + "dovyalis", + "dovyalis_caffra", + "dovyalis_hebecarpa", + "dow-jones_industrial_average", + "dow_jones", + "dowager", + "dowager's_hump", + "dowdiness", + "dowding", + "dowdy", + "dowel", + "dowel_pin", + "doweling", + "dower", + "dowery", + "dowitcher", + "dowland", + "down", + "down's_syndrome", + "down-and-out", + "down-bow", + "down_easter", + "down_feather", + "down_payment", + "down_quark", + "down_syndrome", + "down_town", + "downbeat", + "downcast", + "downdraft", + "downer", + "downfall", + "downgrade", + "downheartedness", + "downhill", + "downiness", + "downing", + "downing_street", + "downpour", + "downrightness", + "downshift", + "downside", + "downsizing", + "downslope", + "downspin", + "downstage", + "downstroke", + "downswing", + "downtick", + "downtime", + "downtown", + "downturn", + "downy_ash", + "downy_birch", + "downy_brome", + "downy_bromegrass", + "downy_cheat", + "downy_chess", + "downy_ground_cherry", + "downy_haw", + "downy_manzanita", + "downy_mildew", + "downy_poplar", + "downy_wood_mint", + "downy_woodpecker", + "downy_yellow_violet", + "dowry", + "dowse", + "dowser", + "dowsing", + "dowsing_rod", + "doxastic_logic", + "doxazosin", + "doxepin", + "doxepin_hydrochloride", + "doxology", + "doxorubicin", + "doxy", + "doxycycline", + "doyen", + "doyenne", + "doyley", + "doyly", + "doze", + "dozen", + "dozens", + "dozer", + "dp", + "dph", + "dphil", + "dprk", + "dpt_vaccine", + "dr.", + "dr._j", + "dr._johnson", + "dr._seuss", + "drab", + "draba", + "draba_verna", + "drabness", + "dracaena", + "dracaena_draco", + "dracaenaceae", + "dracenaceae", + "drachm", + "drachma", + "draco", + "dracocephalum", + "dracocephalum_parviflorum", + "dracontium", + "dracula", + "dracunculiasis", + "dracunculidae", + "dracunculus", + "dracunculus_medinensis", + "dracunculus_vulgaris", + "draft", + "draft_animal", + "draft_beer", + "draft_board", + "draft_copy", + "draft_dodger", + "draft_evader", + "draft_horse", + "draftee", + "drafter", + "drafting", + "drafting_board", + "drafting_instrument", + "drafting_table", + "draftsman", + "draftsmanship", + "draftsperson", + "drag", + "drag_coefficient", + "dragee", + "dragger", + "dragnet", + "dragoman", + "dragon", + "dragon's_blood", + "dragon's_eye", + "dragon's_head", + "dragon's_mouth", + "dragon_arum", + "dragon_lizard", + "dragon_tree", + "dragonet", + "dragonfly", + "dragonhead", + "dragoon", + "dragunov", + "drain", + "drain_basket", + "drainage", + "drainage_area", + "drainage_basin", + "drainage_ditch", + "drainage_system", + "drainboard", + "draining_board", + "drainpipe", + "drainplug", + "drake", + "dram", + "drama", + "drama_critic", + "dramamine", + "dramatic_art", + "dramatic_composition", + "dramatic_event", + "dramatic_irony", + "dramatic_performance", + "dramatic_play", + "dramatic_production", + "dramatic_work", + "dramatics", + "dramatis_personae", + "dramatisation", + "dramatist", + "dramatization", + "dramaturgy", + "drambuie", + "drape", + "draper", + "drapery", + "draught", + "draught_beer", + "draught_horse", + "draughts", + "draughtsman", + "dravidian", + "dravidian_language", + "dravidic", + "draw", + "draw_play", + "draw_poker", + "drawback", + "drawbar", + "drawbridge", + "drawee", + "drawer", + "drawers", + "drawing", + "drawing-room_car", + "drawing_board", + "drawing_card", + "drawing_chalk", + "drawing_ink", + "drawing_lots", + "drawing_off", + "drawing_paper", + "drawing_pin", + "drawing_power", + "drawing_room", + "drawing_string", + "drawing_table", + "drawknife", + "drawl", + "drawler", + "drawn_butter", + "drawnwork", + "drawshave", + "drawstring", + "drawstring_bag", + "dray", + "dray_horse", + "drayhorse", + "dread", + "dreadfulness", + "dreadlock", + "dreadnaught", + "dreadnought", + "dream", + "dreamer", + "dreaminess", + "dreaming", + "dreamland", + "dreamworld", + "dreariness", + "dreck", + "dred_scott", + "dredge", + "dredger", + "dredging_bucket", + "dreg", + "dregs", + "dreiser", + "dreissena", + "dreissena_polymorpha", + "drenching", + "drepanididae", + "drepanis", + "drepanocytic_anaemia", + "drepanocytic_anemia", + "dresden", + "dress", + "dress_blues", + "dress_circle", + "dress_code", + "dress_hanger", + "dress_hat", + "dress_rack", + "dress_rehearsal", + "dress_shirt", + "dress_shop", + "dress_suit", + "dress_uniform", + "dress_whites", + "dressage", + "dressed_ore", + "dresser", + "dressing", + "dressing_case", + "dressing_down", + "dressing_gown", + "dressing_room", + "dressing_sack", + "dressing_sacque", + "dressing_station", + "dressing_table", + "dressmaker", + "dressmaker's_model", + "dressmaking", + "drew", + "drey", + "dreyfus", + "drib", + "dribble", + "dribbler", + "dribbling", + "driblet", + "dried_apricot", + "dried_fruit", + "dried_milk", + "drier", + "drift", + "drift_ice", + "drift_net", + "driftage", + "drifter", + "driftfish", + "drifting", + "driftwood", + "drill", + "drill_bit", + "drill_hole", + "drill_instructor", + "drill_master", + "drill_press", + "drill_rig", + "drill_rod", + "drill_site", + "drill_steel", + "drilling", + "drilling_bit", + "drilling_fluid", + "drilling_mud", + "drilling_pipe", + "drilling_platform", + "drilling_rig", + "drimys", + "drimys_winteri", + "drink", + "drinkable", + "drinker", + "drinking", + "drinking_age", + "drinking_bout", + "drinking_chocolate", + "drinking_fountain", + "drinking_glass", + "drinking_song", + "drinking_straw", + "drinking_vessel", + "drinking_water", + "drip", + "drip_coffee", + "drip_culture", + "drip_feed", + "drip_loop", + "drip_mat", + "drip_mold", + "drip_mould", + "drip_pan", + "drip_pot", + "drippage", + "drippiness", + "dripping", + "dripping_pan", + "drippings", + "dripstone", + "drive", + "drive-by_killing", + "drive-by_shooting", + "drive-in", + "drive_line", + "drive_line_system", + "drivel", + "driveller", + "driven_well", + "driver", + "driver's_licence", + "driver's_license", + "driver_ant", + "driveshaft", + "driveway", + "driving", + "driving_axle", + "driving_belt", + "driving_force", + "driving_iron", + "driving_licence", + "driving_license", + "driving_range", + "driving_school", + "driving_wheel", + "drixoral", + "drizzle", + "drms", + "drogheda", + "drogue", + "drogue_chute", + "drogue_parachute", + "drollery", + "dromaeosaur", + "dromaeosauridae", + "dromaius", + "dromaius_novaehollandiae", + "drome", + "dromedary", + "dronabinol", + "drone", + "drone_pipe", + "droning", + "drool", + "drooler", + "droop", + "drooping_brome", + "drooping_juniper", + "drop", + "drop-down_menu", + "drop-leaf", + "drop-leaf_table", + "drop-off", + "drop-off_charge", + "drop-seed", + "drop_arch", + "drop_biscuit", + "drop_cloth", + "drop_curtain", + "drop_earring", + "drop_forge", + "drop_hammer", + "drop_keel", + "drop_line", + "drop_press", + "drop_scone", + "drop_shot", + "drop_zone", + "dropkick", + "dropkicker", + "droplet", + "dropline", + "dropout", + "dropped_egg", + "dropper", + "dropping_zone", + "droppings", + "dropseed", + "dropsy", + "drosera", + "droseraceae", + "droshky", + "drosky", + "drosophila", + "drosophila_melanogaster", + "drosophilidae", + "drosophyllum", + "drosophyllum_lusitanicum", + "dross", + "drought", + "drouth", + "drove", + "drove_chisel", + "drover", + "drowse", + "drowsiness", + "drubbing", + "drudge", + "drudgery", + "drug", + "drug_abuse", + "drug_addict", + "drug_addiction", + "drug_baron", + "drug_bust", + "drug_cartel", + "drug_cocktail", + "drug_company", + "drug_dealer", + "drug_enforcement_administration", + "drug_enforcement_agency", + "drug_lord", + "drug_of_abuse", + "drug_peddler", + "drug_traffic", + "drug_trafficker", + "drug_trafficking", + "drug_user", + "drug_war", + "drug_withdrawal", + "drugget", + "drugging", + "druggist", + "drugs_bust", + "drugstore", + "druid", + "druidism", + "drum", + "drum_brake", + "drum_major", + "drum_majorette", + "drum_printer", + "drum_roll", + "drum_sander", + "drumbeat", + "drumbeater", + "drumfire", + "drumfish", + "drumhead", + "drumhead_court-martial", + "drumlin", + "drummer", + "drumming", + "drumstick", + "drumstick_tree", + "drunk", + "drunk-and-disorderly", + "drunkard", + "drunken_reveler", + "drunken_reveller", + "drunken_revelry", + "drunkenness", + "drupe", + "drupelet", + "druse", + "drusen", + "druthers", + "druze", + "dry", + "dry-bulb_thermometer", + "dry-gulching", + "dry-stone_wall", + "dry-wood_termite", + "dry_battery", + "dry_cell", + "dry_cereal", + "dry_cleaner", + "dry_cleaners", + "dry_cleaning", + "dry_dock", + "dry_fly", + "dry_gangrene", + "dry_ice", + "dry_kiln", + "dry_land", + "dry_masonry", + "dry_measure", + "dry_milk", + "dry_mop", + "dry_mouth", + "dry_mustard", + "dry_nurse", + "dry_pint", + "dry_plate", + "dry_plate_process", + "dry_point", + "dry_quart", + "dry_rot", + "dry_run", + "dry_season", + "dry_socket", + "dry_unit", + "dry_vermouth", + "dry_wall", + "dry_walling", + "dry_wash", + "dryad", + "dryadella", + "dryas", + "dryas_octopetala", + "dryden", + "drydock", + "dryer", + "drygoods", + "drying_agent", + "drying_oil", + "drying_up", + "dryland_berry", + "dryland_blueberry", + "drymarchon", + "drymarchon_corais", + "drymarchon_corais_couperi", + "drymoglossum", + "drynaria", + "drynaria_rigidula", + "dryness", + "dryopithecine", + "dryopithecus", + "dryopithecus_rudapithecus_hungaricus", + "dryopteridaceae", + "dryopteris", + "dryopteris_dilatata", + "dryopteris_filix-mas", + "dryopteris_fragrans", + "dryopteris_goldiana", + "dryopteris_hexagonoptera", + "dryopteris_marginalis", + "dryopteris_noveboracensis", + "dryopteris_oreades", + "dryopteris_oreopteris", + "dryopteris_phegopteris", + "dryopteris_thelypteris", + "dryopteris_thelypteris_pubescens", + "drypis", + "drywall", + "ds", + "dscdna", + "dsl", + "dtic", + "dts", + "du_barry", + "du_bois", + "du_maurier", + "duad", + "dual_carriageway", + "dual_inline_package_switch", + "dual_scan_display", + "dualism", + "dualist", + "duality", + "dub", + "dubai", + "dubbin", + "dubbing", + "dubiety", + "dubiousness", + "dublin", + "dubliner", + "dubnium", + "dubois_heyward", + "dubonnet", + "dubrovnik", + "dubuque", + "dubya", + "dubyuh", + "duc_d'elchingen", + "duc_de_richelieu", + "duc_de_sully", + "ducat", + "duce", + "duchamp", + "duchenne's_muscular_dystrophy", + "duchess", + "duchess_of_ferrara", + "duchess_of_windsor", + "duchesse_de_valentinois", + "duchy", + "duck", + "duck's_egg", + "duck-billed_dinosaur", + "duck-billed_platypus", + "duck_down", + "duck_hunter", + "duck_hunting", + "duck_pate", + "duck_sauce", + "duck_shot", + "duck_soup", + "duckbill", + "duckbilled_platypus", + "duckboard", + "ducking", + "ducking_stool", + "duckling", + "duckpin", + "duckpins", + "ducks_and_drakes", + "duckweed", + "duckweed_family", + "ducky", + "duct", + "duct_gland", + "duct_tape", + "ductileness", + "ductility", + "ductless_gland", + "ductule", + "ductulus", + "ductus_arteriosus", + "ductus_deferens", + "dud", + "dude", + "dude_ranch", + "dudeen", + "dudgeon", + "dudley_moore", + "dudley_stuart_john_moore", + "duds", + "due", + "due_care", + "due_date", + "due_east", + "due_north", + "due_process", + "due_process_of_law", + "due_south", + "due_west", + "duel", + "dueler", + "duelist", + "dueller", + "duellist", + "duenna", + "duet", + "duette", + "duff", + "duffel", + "duffel_bag", + "duffel_coat", + "duffer", + "duffle", + "duffle_bag", + "duffle_coat", + "dufy", + "dug", + "dugald_stewart", + "dugong", + "dugong_dugon", + "dugongidae", + "dugout", + "dugout_canoe", + "dukas", + "duke", + "duke_ellington", + "duke_of_argyll's_tea_tree", + "duke_of_cumberland", + "duke_of_edinburgh", + "duke_of_lancaster", + "duke_of_marlborough", + "duke_of_wellington", + "duke_of_windsor", + "duke_university", + "duke_wayne", + "dukedom", + "dulciana", + "dulcimer", + "dulcinea", + "dullard", + "dulles", + "dullness", + "dulse", + "duluth", + "duma", + "dumas", + "dumb_bomb", + "dumb_cane", + "dumb_show", + "dumbass", + "dumbbell", + "dumbness", + "dumbwaiter", + "dumdum", + "dumdum_bullet", + "dumdum_fever", + "dumetella", + "dumetella_carolinensis", + "dummy", + "dummy_whist", + "dump", + "dump_routine", + "dump_truck", + "dumpcart", + "dumper", + "dumpiness", + "dumping", + "dumpling", + "dumplings", + "dumps", + "dumpsite", + "dumpster", + "dumpy_level", + "dumuzi", + "dun", + "duncan", + "duncan_grant", + "duncan_james_corrow_grant", + "dunce", + "dunce's_cap", + "dunce_cap", + "dundathu_pine", + "dunderhead", + "dune", + "dune_buggy", + "dune_cycling", + "dung", + "dung_beetle", + "dungaree", + "dungeness_crab", + "dungeon", + "dunghill", + "dunk", + "dunk_shot", + "dunkard", + "dunker", + "dunkerque", + "dunkers", + "dunkirk", + "dunlin", + "dunnock", + "duns_scotus", + "duo", + "duodecimal", + "duodecimal_digit", + "duodecimal_notation", + "duodecimal_number_system", + "duodecimal_system", + "duodenal_smear", + "duodenal_ulcer", + "duodenum", + "duologue", + "duomo", + "dupe", + "dupery", + "duple_time", + "duplex", + "duplex_apartment", + "duplex_house", + "duplicability", + "duplicate", + "duplication", + "duplicator", + "duplicidentata", + "duplicity", + "dura", + "dura_mater", + "durability", + "durable_goods", + "durable_press", + "durables", + "durabolin", + "duralumin", + "duramen", + "durance", + "durango", + "durant", + "durante", + "duration", + "durative", + "durative_aspect", + "durazzo", + "durban", + "durbar", + "durer", + "duress", + "durga", + "durham", + "durian", + "durian_tree", + "durio", + "durio_zibethinus", + "durion", + "durkheim", + "durmast", + "durra", + "durrell", + "durres", + "durum", + "durum_wheat", + "dusanbe", + "duse", + "dushanbe", + "dusicyon", + "dusicyon_cancrivorus", + "dusk", + "duskiness", + "dusky-footed_wood_rat", + "dusky-footed_woodrat", + "dusky_salamander", + "dusky_shark", + "dusseldorf", + "dust", + "dust_bag", + "dust_bowl", + "dust_cloud", + "dust_coat", + "dust_contamination", + "dust_cover", + "dust_devil", + "dust_jacket", + "dust_mop", + "dust_sheet", + "dust_storm", + "dust_wrapper", + "dustbin", + "dustcart", + "dustcloth", + "duster", + "dustin_hoffman", + "dustiness", + "dusting_powder", + "dustman", + "dustmop", + "dustpan", + "dustpanful", + "dustrag", + "dustup", + "dusty_miller", + "dutch", + "dutch-elm_beetle", + "dutch-processed_cocoa", + "dutch_auction", + "dutch_capital", + "dutch_case-knife_bean", + "dutch_clover", + "dutch_courage", + "dutch_door", + "dutch_east_indies", + "dutch_elm", + "dutch_elm_disease", + "dutch_elm_fungus", + "dutch_florin", + "dutch_guiana", + "dutch_hoe", + "dutch_iris", + "dutch_leonard", + "dutch_monetary_unit", + "dutch_oven", + "dutch_people", + "dutch_treat", + "dutch_uncle", + "dutchman", + "dutchman's-pipe", + "dutchman's_breeches", + "dutifulness", + "duty", + "duty_assignment", + "duty_period", + "duty_tour", + "duvalier", + "duvet", + "dvd", + "dvorak", + "dwarf", + "dwarf-white_trillium", + "dwarf_astilbe", + "dwarf_banana", + "dwarf_bilberry", + "dwarf_blueberry", + "dwarf_buckeye", + "dwarf_buffalo", + "dwarf_cape_gooseberry", + "dwarf_chestnut", + "dwarf_chinkapin_oak", + "dwarf_chinquapin_oak", + "dwarf_cornel", + "dwarf_daisy", + "dwarf_dandelion", + "dwarf_elder", + "dwarf_elm", + "dwarf_flowering_almond", + "dwarf_golden_chinkapin", + "dwarf_gray_willow", + "dwarf_grey_willow", + "dwarf_hulsea", + "dwarf_iris", + "dwarf_juniper", + "dwarf_lycopod", + "dwarf_maple", + "dwarf_mountain_pine", + "dwarf_mulberry", + "dwarf_nipplewort", + "dwarf_oak", + "dwarf_phlox", + "dwarf_pipefish", + "dwarf_pocket_rat", + "dwarf_russian_almond", + "dwarf_sperm_whale", + "dwarf_spurge", + "dwarf_sumac", + "dwarf_tulip", + "dwarf_willow", + "dwarfishness", + "dwarfism", + "dweeb", + "dweller", + "dwelling", + "dwelling_house", + "dwight_d._eisenhower", + "dwight_david_eisenhower", + "dwight_davis", + "dwight_eisenhower", + "dwight_filley_davis", + "dwight_lyman_moody", + "dwindling", + "dwindling_away", + "dy", + "dyad", + "dyadic_operation", + "dyarchy", + "dyaus", + "dyaus-pitar", + "dybbuk", + "dye", + "dye-works", + "dyeing", + "dyer", + "dyer's-broom", + "dyer's_greenweed", + "dyer's_mignonette", + "dyer's_rocket", + "dyer's_weed", + "dyer's_woad", + "dyer's_woodruff", + "dyers'_chamomile", + "dyestuff", + "dyeweed", + "dyewood", + "dying", + "dyirbal", + "dyke", + "dylan", + "dylan_marlais_thomas", + "dylan_thomas", + "dynamic", + "dynamic_balance", + "dynamic_electricity", + "dynamic_headroom", + "dynamic_viscosity", + "dynamical_system", + "dynamics", + "dynamism", + "dynamite", + "dynamiter", + "dynamitist", + "dynamo", + "dynamometer", + "dynapen", + "dynast", + "dynasty", + "dyne", + "dysaphia", + "dysarthria", + "dyscalculia", + "dyschezia", + "dyscrasia", + "dysdercus", + "dysentery", + "dysfunction", + "dysgenesis", + "dysgenics", + "dysgraphia", + "dyskinesia", + "dyslectic", + "dyslexia", + "dyslogia", + "dysmenorrhea", + "dysomia", + "dysosmia", + "dysostosis_multiplex", + "dyspepsia", + "dyspeptic", + "dysphagia", + "dysphasia", + "dysphemism", + "dysphonia", + "dysphoria", + "dysplasia", + "dyspnea", + "dyspnoea", + "dysprosium", + "dyssynergia", + "dysthymia", + "dysthymic_depression", + "dystopia", + "dystrophy", + "dysuria", + "dytiscidae", + "dyushambe", + "dziggetai", + "e", + "e-bomb", + "e-commerce", + "e-mail", + "e-mycin", + "e._a._von_willebrand", + "e._b._white", + "e._coli", + "e._e._cummings", + "e._g._marshall", + "e._h._harriman", + "e._h._weber", + "e._l._doctorow", + "e._o._lawrence", + "e._o._wilson", + "e._t._a._hoffmann", + "e._t._s._walton", + "e._w._morley", + "e.s.p.", + "e_layer", + "e_region", + "ea", + "eacles", + "eacles_imperialis", + "eadweard_muybridge", + "eadwig", + "eager", + "eager_beaver", + "eagerness", + "eagle", + "eagle_ray", + "eagle_scout", + "eaglet", + "eagre", + "eames", + "eames_chair", + "eamon_de_valera", + "ear", + "ear-nose-and-throat_doctor", + "ear-shell", + "ear_canal", + "ear_doctor", + "ear_fungus", + "ear_hole", + "ear_lobe", + "ear_specialist", + "ear_trumpet", + "earache", + "eardrop", + "eardrum", + "eared_grebe", + "eared_seal", + "earflap", + "earful", + "earhart", + "earl", + "earl_marshal", + "earl_of_leicester", + "earl_of_warwick", + "earl_russell", + "earl_warren", + "earlap", + "earldom", + "earleaved_umbrella_tree", + "earless_lizard", + "earless_seal", + "earliness", + "earlobe", + "early-morning_hour", + "early_bird", + "early_childhood", + "early_coral_root", + "early_days", + "early_morel", + "early_purple_orchid", + "early_spider_orchid", + "early_wake-robin", + "early_warning_radar", + "early_warning_system", + "early_winter_cress", + "earmark", + "earmuff", + "earned_run", + "earned_run_average", + "earner", + "earnest", + "earnest_money", + "earnestness", + "earning_per_share", + "earnings", + "earnings_before_interest_taxes_depreciation_and_amortization", + "earnings_report", + "earphone", + "earpiece", + "earplug", + "earreach", + "earring", + "earshot", + "earth", + "earth's_crust", + "earth's_surface", + "earth-ball", + "earth-closet", + "earth-god", + "earth-goddess", + "earth-nut_pea", + "earth-received_time", + "earth-tongue", + "earth_almond", + "earth_color", + "earth_god", + "earth_goddess", + "earth_mother", + "earth_science", + "earth_tremor", + "earth_wax", + "earthball", + "earthenware", + "earthenware_jar", + "earthing", + "earthling", + "earthly_concern", + "earthman", + "earthnut", + "earthnut_pea", + "earthquake", + "earthstar", + "earthtongue", + "earthwork", + "earthworm", + "earwax", + "earwig", + "eas", + "ease", + "easel", + "easement", + "easiness", + "easing", + "east", + "east-sider", + "east-west_direction", + "east_africa", + "east_african_cedar", + "east_anglia", + "east_by_north", + "east_by_south", + "east_chadic", + "east_china_sea", + "east_coast", + "east_german", + "east_germanic", + "east_germanic_language", + "east_germany", + "east_india", + "east_india_company", + "east_india_kino", + "east_india_rosewood", + "east_indian", + "east_indian_fig_tree", + "east_indian_rosebay", + "east_indian_rosewood", + "east_indies", + "east_malaysia", + "east_midland", + "east_northeast", + "east_pakistan", + "east_river", + "east_saint_louis", + "east_sea", + "east_side", + "east_southeast", + "east_sussex", + "east_timor", + "east_tocharian", + "east_turkestan_islamic_movement", + "east_turkistan_islamic_movement", + "east_wind", + "easter", + "easter_bunny", + "easter_cactus", + "easter_card", + "easter_daisy", + "easter_day", + "easter_egg", + "easter_lily", + "easter_lily_vine", + "easter_sunday", + "easterly", + "eastern_catholicism", + "eastern_chimpanzee", + "eastern_chinquapin", + "eastern_chipmunk", + "eastern_church", + "eastern_coral_snake", + "eastern_cottontail", + "eastern_cottonwood", + "eastern_cricket_frog", + "eastern_dasyure", + "eastern_desert", + "eastern_fence_lizard", + "eastern_flowering_dogwood", + "eastern_fox_squirrel", + "eastern_gray_squirrel", + "eastern_grey_squirrel", + "eastern_ground_snake", + "eastern_hemisphere", + "eastern_hemlock", + "eastern_highlands", + "eastern_hop_hornbeam", + "eastern_indigo_snake", + "eastern_kingbird", + "eastern_lowland_gorilla", + "eastern_malayo-polynesian", + "eastern_meadowlark", + "eastern_narrow-mouthed_toad", + "eastern_orthodox", + "eastern_orthodox_church", + "eastern_pasque_flower", + "eastern_pipistrel", + "eastern_poison_oak", + "eastern_red-backed_salamander", + "eastern_red_cedar", + "eastern_roman_empire", + "eastern_samoa", + "eastern_silvery_aster", + "eastern_sioux", + "eastern_spruce", + "eastern_standard_time", + "eastern_time", + "eastern_turki", + "eastern_united_states", + "eastern_white_pine", + "eastern_woodrat", + "easterner", + "eastertide", + "eastman", + "eastward", + "easy_chair", + "easy_going", + "easy_lay", + "easy_mark", + "easy_money", + "easy_street", + "easygoingness", + "eatable", + "eatage", + "eater", + "eatery", + "eating", + "eating_apple", + "eating_away", + "eating_disorder", + "eating_house", + "eating_place", + "eating_utensil", + "eaton-lambert_syndrome", + "eats", + "eau_claire", + "eau_de_cologne", + "eau_de_cologne_mint", + "eau_de_javelle", + "eau_de_toilette", + "eau_de_vie", + "eaves", + "eavesdropper", + "eb", + "ebb", + "ebbing", + "ebbtide", + "ebenaceae", + "ebenales", + "ebionite", + "ebit", + "ebitda", + "eblis", + "ebn", + "ebola", + "ebola_fever", + "ebola_hemorrhagic_fever", + "ebola_virus", + "ebonics", + "ebonite", + "ebony", + "ebony_family", + "ebony_spleenwort", + "ebony_tree", + "ebro", + "ebro_river", + "ebs", + "ebullience", + "ebullition", + "eburnation", + "eburophyton", + "eburophyton_austinae", + "ebv", + "ec", + "ecarte", + "ecballium", + "ecballium_elaterium", + "ecc", + "ecce_homo", + "eccentric", + "eccentric_person", + "eccentricity", + "ecchymosis", + "eccles", + "eccles_cake", + "ecclesiastes", + "ecclesiastic", + "ecclesiastical_attire", + "ecclesiastical_benefice", + "ecclesiastical_calendar", + "ecclesiastical_law", + "ecclesiastical_mode", + "ecclesiastical_province", + "ecclesiastical_robe", + "ecclesiasticism", + "ecclesiasticus", + "ecclesiology", + "eccm", + "eccrine_gland", + "eccyesis", + "ecdysiast", + "ecdysis", + "ecesis", + "ecf", + "ecg", + "echelon", + "echeneididae", + "echeneis", + "echeneis_naucrates", + "echidna", + "echidnophaga", + "echidnophaga_gallinacea", + "echinacea", + "echinocactus", + "echinocactus_grusonii", + "echinocereus", + "echinochloa", + "echinochloa_crusgalli", + "echinochloa_frumentacea", + "echinococcosis", + "echinococcus", + "echinoderm", + "echinoderm_family", + "echinoderm_genus", + "echinodermata", + "echinoidea", + "echinops", + "echinus", + "echinus_esculentus", + "echium", + "echium_vulgare", + "echo", + "echo_chamber", + "echo_sounder", + "echo_sounding", + "echocardiogram", + "echocardiograph", + "echocardiography", + "echoencephalogram", + "echoencephalograph", + "echoencephalography", + "echogram", + "echography", + "echolalia", + "echolocation", + "echovirus", + "eck", + "eckhart", + "eclair", + "eclampsia", + "eclat", + "eclectic", + "eclectic_method", + "eclecticism", + "eclecticist", + "eclipse", + "eclipsis", + "ecliptic", + "eclogue", + "ecm", + "eco-warfare", + "ecobabble", + "ecological_niche", + "ecological_succession", + "ecological_terrorism", + "ecological_warfare", + "ecologist", + "ecology", + "econometrician", + "econometrics", + "econometrist", + "economic_aid", + "economic_and_social_council", + "economic_and_social_council_commission", + "economic_commission_for_africa", + "economic_commission_for_asia_and_the_far_east", + "economic_commission_for_europe", + "economic_commission_for_latin_america", + "economic_condition", + "economic_consumption", + "economic_crisis", + "economic_expert", + "economic_geography", + "economic_geology", + "economic_growth", + "economic_libertarian", + "economic_mobilisation", + "economic_mobilization", + "economic_policy", + "economic_process", + "economic_rent", + "economic_science", + "economic_strangulation", + "economic_system", + "economic_theory", + "economic_value", + "economics", + "economics_department", + "economics_profession", + "economiser", + "economist", + "economizer", + "economy", + "economy_class", + "economy_of_scale", + "ecosoc", + "ecosoc_commission", + "ecosystem", + "ecoterrorism", + "ecotourism", + "ecphonesis", + "ecrevisse", + "ecru", + "ecstasy", + "ecstatic_state", + "ect", + "ectasia", + "ectasis", + "ectoblast", + "ectoderm", + "ectomorph", + "ectomorphy", + "ectoparasite", + "ectopia", + "ectopic_gestation", + "ectopic_pregnancy", + "ectopistes", + "ectopistes_migratorius", + "ectoplasm", + "ectoproct", + "ectoprocta", + "ectotherm", + "ectozoan", + "ectozoon", + "ectrodactyly", + "ecuador", + "ecuadoran", + "ecuadoran_monetary_unit", + "ecuadorian", + "ecumenical_council", + "ecumenical_movement", + "ecumenicalism", + "ecumenicism", + "ecumenism", + "eczema", + "eczema_herpeticum", + "eczema_hypertrophicum", + "eczema_marginatum", + "eczema_vaccinatum", + "ed", + "ed_sullivan", + "edacity", + "edam", + "edaphosauridae", + "edaphosaurus", + "edd", + "edda", + "eddie_rickenbacker", + "eddington", + "eddo", + "eddy", + "eddy_merckx", + "edecrin", + "edelweiss", + "edema", + "eden", + "edentata", + "edentate", + "ederle", + "edgar", + "edgar_albert_guest", + "edgar_allan_poe", + "edgar_degas", + "edgar_douglas_adrian", + "edgar_guest", + "edgar_lee_masters", + "edgar_rice_burroughs", + "edgar_varese", + "edgar_wallace", + "edgard_lawrence_doctorow", + "edge", + "edge_tool", + "edger", + "edgeworth-kuiper_belt", + "edginess", + "edging", + "edibility", + "edible", + "edible-pod_pea", + "edible-podded_pea", + "edible_asparagus", + "edible_banana", + "edible_bean", + "edible_cockle", + "edible_corn", + "edible_fat", + "edible_fruit", + "edible_mussel", + "edible_nut", + "edible_sea_urchin", + "edible_seed", + "edible_snail", + "edibleness", + "edict", + "edification", + "edifice", + "edinburgh", + "edirne", + "edison", + "edith_cavell", + "edith_giovanna_gassion", + "edith_louisa_cavell", + "edith_newbold_jones_wharton", + "edith_piaf", + "edith_wharton", + "editing", + "edition", + "editor", + "editor_in_chief", + "editor_program", + "editorial", + "editorial_department", + "editorialist", + "editorship", + "edmond_de_goncourt", + "edmond_halley", + "edmond_hoyle", + "edmond_louis_antoine_huot_de_goncourt", + "edmond_malone", + "edmond_rostand", + "edmonton", + "edmontonia", + "edmontosaurus", + "edmund_burke", + "edmund_cartwright", + "edmund_charles_edouard_genet", + "edmund_halley", + "edmund_hillary", + "edmund_husserl", + "edmund_i", + "edmund_ii", + "edmund_ironside", + "edmund_john_millington_synge", + "edmund_kean", + "edmund_malone", + "edmund_spenser", + "edmund_wilson", + "edna_ferber", + "edna_millay", + "edna_o'brien", + "edna_saint_vincent_millay", + "edo", + "edouard_lemaitre", + "edouard_manet", + "edouard_vuillard", + "edp", + "edronax", + "eds", + "edsel_bryant_ford", + "edta", + "eduard_buchner", + "educatee", + "education", + "education_department", + "education_secretary", + "educational_activity", + "educational_institution", + "educational_program", + "educationalist", + "educationist", + "educator", + "edutainment", + "edvard_grieg", + "edvard_hagerup_grieg", + "edvard_munch", + "edward", + "edward_albee", + "edward_antony_richard_louis", + "edward_appleton", + "edward_benjamin_britten", + "edward_bouverie_pusey", + "edward_calvin_kendall", + "edward_d._white", + "edward_douglas_white_jr.", + "edward_durell_stone", + "edward_estlin_cummings", + "edward_everett_hale", + "edward_fitzgerald", + "edward_franklin_albeen", + "edward_g._robinson", + "edward_george_earle_bulwer-lytton", + "edward_gibbon", + "edward_goldenberg_robinson", + "edward_henry_harriman", + "edward_i", + "edward_ii", + "edward_iii", + "edward_iv", + "edward_james_hughes", + "edward_james_muggeridge", + "edward_jean_steichen", + "edward_jenner", + "edward_kendall", + "edward_kennedy_ellington", + "edward_lawrie_tatum", + "edward_lear", + "edward_lee_thorndike", + "edward_macdowell", + "edward_morley", + "edward_osborne_wilson", + "edward_pusey", + "edward_r._murrow", + "edward_roscoe_murrow", + "edward_sapir", + "edward_teach", + "edward_teller", + "edward_thatch", + "edward_the_confessor", + "edward_the_elder", + "edward_the_martyr", + "edward_v", + "edward_vernon_rickenbacker", + "edward_vi", + "edward_vii", + "edward_viii", + "edward_vincent_sullivan", + "edward_weston", + "edward_white", + "edward_williams_morley", + "edward_winslow", + "edward_wyllis_scripps", + "edward_young", + "edwardian", + "edwards", + "edwin", + "edwin_arlington_robinson", + "edwin_dubois_hayward", + "edwin_herbert_land", + "edwin_hubble", + "edwin_powell_hubble", + "edwy", + "ee", + "eec", + "eeg", + "eel", + "eelam", + "eelblenny", + "eelgrass", + "eelgrass_family", + "eelpout", + "eelworm", + "eeriness", + "eero_saarinen", + "effacement", + "effect", + "effecter", + "effectiveness", + "effectivity", + "effector", + "effects", + "effectuality", + "effectualness", + "effectuation", + "effeminacy", + "effeminateness", + "effendi", + "efferent", + "efferent_fiber", + "efferent_nerve", + "efferent_neuron", + "effervescence", + "efficaciousness", + "efficacy", + "efficiency", + "efficiency_apartment", + "efficiency_engineer", + "efficiency_expert", + "effigy", + "effleurage", + "efflorescence", + "effluence", + "effluent", + "effluvium", + "efflux", + "effort", + "effortfulness", + "effortlessness", + "effrontery", + "effulgence", + "effusion", + "effusiveness", + "efrem_zimbalist", + "eft", + "egadi_islands", + "egalitarian", + "egalitarianism", + "egalite", + "egality", + "egbert", + "egeria", + "egeria_densa", + "egg", + "egg-and-anchor", + "egg-and-dart", + "egg-and-tongue", + "egg-laying_mammal", + "egg_cell", + "egg_cream", + "egg_cup", + "egg_en_cocotte", + "egg_foo_yong", + "egg_fu_yung", + "egg_laying", + "egg_noodle", + "egg_roll", + "egg_timer", + "egg_white", + "egg_yolk", + "eggar", + "eggbeater", + "eggcup", + "eggdrop_soup", + "egger", + "eggfruit", + "egghead", + "eggnog", + "eggplant", + "eggplant_bush", + "eggs", + "eggs_benedict", + "eggshake", + "eggshell", + "eggwhisk", + "egis", + "eglantine", + "eglevsky", + "ego", + "ego_ideal", + "ego_trip", + "egocentric", + "egocentrism", + "egoism", + "egoist", + "egomania", + "egomaniac", + "egotism", + "egotist", + "egress", + "egression", + "egret", + "egretta", + "egretta_albus", + "egretta_caerulea", + "egretta_garzetta", + "egretta_thula", + "egtk", + "egypt", + "egyptian", + "egyptian_bean", + "egyptian_capital", + "egyptian_cat", + "egyptian_cobra", + "egyptian_corn", + "egyptian_cotton", + "egyptian_deity", + "egyptian_empire", + "egyptian_grass", + "egyptian_henbane", + "egyptian_islamic_jihad", + "egyptian_lupine", + "egyptian_monetary_unit", + "egyptian_onion", + "egyptian_paper_reed", + "egyptian_paper_rush", + "egyptian_pea", + "egyptian_pound", + "egyptian_vulture", + "egyptian_water_lily", + "egyptologist", + "egyptology", + "ehadhamen", + "ehf", + "ehrenberg", + "ehrlich", + "eib", + "eibit", + "eichhornia", + "eichhornia_crassipes", + "eichhornia_spesiosa", + "eichmann", + "eicosapentaenoic_acid", + "eider", + "eider_duck", + "eiderdown", + "eidos", + "eiffel", + "eiffel_tower", + "eigen", + "eigenvalue", + "eigenvalue_of_a_matrix", + "eigenvalue_of_a_square_matrix", + "eight", + "eight-spot", + "eight_ball", + "eighteen", + "eighteenth", + "eighteenth_amendment", + "eighter", + "eighter_from_decatur", + "eighth", + "eighth_cranial_nerve", + "eighth_note", + "eighties", + "eightieth", + "eightpence", + "eightpenny_nail", + "eightsome", + "eightvo", + "eighty", + "eijkman", + "eileen_farrell", + "eimeria", + "eimeriidae", + "eindhoven", + "einstein", + "einstein's_general_theory_of_relativity", + "einstein's_special_theory_of_relativity", + "einstein's_theory_of_relativity", + "einsteinium", + "einthoven", + "eira", + "eira_barbara", + "eire", + "eisegesis", + "eisenhower", + "eisenstaedt", + "eisenstein", + "eisteddfod", + "eitchen_midden", + "ejaculate", + "ejaculation", + "ejaculator", + "ejaculatory_duct", + "ejection", + "ejection_seat", + "ejector", + "ejector_seat", + "ekbom_syndrome", + "ekg", + "ekman", + "el", + "el-aksur", + "el_aaium", + "el_alamein", + "el_beda", + "el_caudillo", + "el_cid", + "el_dorado", + "el_giza", + "el_greco", + "el_iskandriyah", + "el_libertador", + "el_misti", + "el_muerto", + "el_nino", + "el_nino_southern_oscillation", + "el_paso", + "el_qahira", + "el_salvador", + "el_salvadoran_colon", + "el_salvadoran_monetary_unit", + "ela", + "elaborateness", + "elaboration", + "elaeagnaceae", + "elaeagnus", + "elaeagnus_augustifolia", + "elaeagnus_commutata", + "elaeagnus_latifolia", + "elaeis", + "elaeis_guineensis", + "elaeis_oleifera", + "elaeocarpaceae", + "elaeocarpus", + "elaeocarpus_family", + "elaeocarpus_grandis", + "elaeostearic_acid", + "elagatis", + "elagatis_bipinnulata", + "elaidic_acid", + "elam", + "elamite", + "elamitic", + "elan", + "elan_vital", + "eland", + "elanoides", + "elanoides_forficatus", + "elanus", + "elanus_leucurus", + "elaphe", + "elaphe_guttata", + "elaphe_obsoleta", + "elaphure", + "elaphurus", + "elaphurus_davidianus", + "elapid", + "elapid_snake", + "elapidae", + "elapsed_time", + "elasmobranch", + "elasmobranchii", + "elastance", + "elastance_unit", + "elastase", + "elastic", + "elastic_band", + "elastic_bandage", + "elastic_device", + "elastic_energy", + "elastic_modulus", + "elastic_potential_energy", + "elastic_tissue", + "elasticity", + "elasticity_of_shear", + "elastin", + "elastomer", + "elastoplast", + "elastosis", + "elater", + "elaterid", + "elaterid_beetle", + "elateridae", + "elation", + "elavil", + "elbe", + "elbe_river", + "elbow", + "elbow_bone", + "elbow_grease", + "elbow_joint", + "elbow_pad", + "elbow_room", + "elbowing", + "eld", + "elder", + "elder_hand", + "elder_statesman", + "elderberry", + "elderberry_bush", + "elderly", + "eldership", + "eldest", + "eldest_hand", + "eldorado", + "eleanor_gwyn", + "eleanor_gwynn", + "eleanor_gwynne", + "eleanor_of_aquitaine", + "eleanor_roosevelt", + "elecampane", + "elect", + "elected_official", + "election", + "election_commission", + "election_day", + "election_district", + "election_fraud", + "electioneering", + "elective", + "elective_course", + "elector", + "electoral_college", + "electoral_system", + "electorate", + "electra", + "electra_complex", + "electric", + "electric-arc_furnace", + "electric-discharge_lamp", + "electric-light_bulb", + "electric_arc", + "electric_automobile", + "electric_battery", + "electric_bell", + "electric_bill", + "electric_blanket", + "electric_burn", + "electric_car", + "electric_catfish", + "electric_cell", + "electric_chair", + "electric_charge", + "electric_circuit", + "electric_clock", + "electric_company", + "electric_cord", + "electric_current", + "electric_dipole", + "electric_dipole_moment", + "electric_discharge", + "electric_doublet", + "electric_drill", + "electric_eel", + "electric_eye", + "electric_fan", + "electric_field", + "electric_fire", + "electric_frying_pan", + "electric_furnace", + "electric_glow", + "electric_guitar", + "electric_hammer", + "electric_healing", + "electric_heater", + "electric_lamp", + "electric_light", + "electric_locomotive", + "electric_main", + "electric_meter", + "electric_mixer", + "electric_motor", + "electric_organ", + "electric_outlet", + "electric_pig", + "electric_potential", + "electric_power", + "electric_range", + "electric_ray", + "electric_razor", + "electric_receptacle", + "electric_refrigerator", + "electric_resistance", + "electric_sander", + "electric_shaver", + "electric_shock", + "electric_socket", + "electric_storm", + "electric_switch", + "electric_thermometer", + "electric_toothbrush", + "electric_typewriter", + "electrical_cable", + "electrical_capacity", + "electrical_circuit", + "electrical_condenser", + "electrical_conduction", + "electrical_contact", + "electrical_converter", + "electrical_device", + "electrical_discharge", + "electrical_distributor", + "electrical_disturbance", + "electrical_elastance", + "electrical_energy", + "electrical_engineer", + "electrical_engineering", + "electrical_fuse", + "electrical_healing", + "electrical_line_of_force", + "electrical_outlet", + "electrical_phenomenon", + "electrical_plant", + "electrical_power", + "electrical_relay", + "electrical_resistance", + "electrical_shock", + "electrical_shunt", + "electrical_skin_response", + "electrical_storm", + "electrical_switch", + "electrical_system", + "electrical_work", + "electrician", + "electricity", + "electrification", + "electro-acoustic_transducer", + "electrocardiogram", + "electrocardiograph", + "electrocardiography", + "electrocautery", + "electrochemical_series", + "electrochemistry", + "electroconvulsive_therapy", + "electrocution", + "electrocutioner", + "electrode", + "electrodeposition", + "electrodermal_response", + "electrodynamometer", + "electroencephalogram", + "electroencephalograph", + "electrograph", + "electrologist", + "electrolysis", + "electrolyte", + "electrolyte_acid", + "electrolyte_balance", + "electrolytic", + "electrolytic_capacitor", + "electrolytic_cell", + "electrolytic_condenser", + "electromagnet", + "electromagnetic_delay_line", + "electromagnetic_interaction", + "electromagnetic_intrusion", + "electromagnetic_radiation", + "electromagnetic_spectrum", + "electromagnetic_unit", + "electromagnetic_wave", + "electromagnetics", + "electromagnetism", + "electromechanical_device", + "electrometer", + "electromotive_drug_administration", + "electromotive_force", + "electromotive_force_series", + "electromotive_series", + "electromyogram", + "electromyograph", + "electromyography", + "electron", + "electron_accelerator", + "electron_beam", + "electron_gun", + "electron_lens", + "electron_microscope", + "electron_microscopy", + "electron_multiplier", + "electron_optics", + "electron_orbit", + "electron_paramagnetic_resonance", + "electron_radiation", + "electron_shell", + "electron_spin_resonance", + "electron_tube", + "electron_volt", + "electronegativity", + "electronic_balance", + "electronic_bulletin_board", + "electronic_communication", + "electronic_computer", + "electronic_converter", + "electronic_counter-countermeasures", + "electronic_countermeasures", + "electronic_data_processing", + "electronic_database", + "electronic_deception", + "electronic_device", + "electronic_dictionary", + "electronic_equipment", + "electronic_fetal_monitor", + "electronic_foetal_monitor", + "electronic_image", + "electronic_imitative_deception", + "electronic_information_service", + "electronic_instrument", + "electronic_jamming", + "electronic_mail", + "electronic_manipulative_deception", + "electronic_messaging", + "electronic_musical_instrument", + "electronic_network", + "electronic_organ", + "electronic_reconnaissance", + "electronic_scanner", + "electronic_signal", + "electronic_simulative_deception", + "electronic_stylus", + "electronic_surveillance", + "electronic_text", + "electronic_transistor", + "electronic_voltmeter", + "electronic_warfare", + "electronic_warfare-support_measures", + "electronics", + "electronics_company", + "electronics_industry", + "electronics_intelligence", + "electrophoresis", + "electrophoridae", + "electrophorus", + "electrophorus_electric", + "electroplate", + "electroplater", + "electroretinogram", + "electroscope", + "electroshock", + "electroshock_therapy", + "electrosleep", + "electrostatic_bond", + "electrostatic_charge", + "electrostatic_field", + "electrostatic_generator", + "electrostatic_machine", + "electrostatic_precipitation", + "electrostatic_precipitator", + "electrostatic_printer", + "electrostatic_unit", + "electrostatics", + "electrosurgery", + "electrotherapist", + "electrotherapy", + "electrovalent_bond", + "electrum", + "elegance", + "elegant_brodiaea", + "elegant_cat's_ears", + "elegant_habenaria", + "elegiac_stanza", + "elegist", + "elegy", + "element", + "element_104", + "element_105", + "element_106", + "element_107", + "element_108", + "element_109", + "element_110", + "element_111", + "element_112", + "element_113", + "element_114", + "element_115", + "element_116", + "element_of_a_cone", + "element_of_a_cylinder", + "elementary_education", + "elementary_geometry", + "elementary_particle", + "elementary_school", + "elements", + "elemi", + "eleocharis", + "eleocharis_acicularis", + "eleocharis_dulcis", + "eleocharis_palustris", + "eleonora_duse", + "eleostearic_acid", + "eleotridae", + "elephant", + "elephant's-foot", + "elephant's_ear", + "elephant-tusk", + "elephant_bird", + "elephant_ear", + "elephant_seal", + "elephant_tree", + "elephant_yam", + "elephantiasis", + "elephantiasis_neuromatosa", + "elephantiasis_scroti", + "elephantidae", + "elephantopus", + "elephas", + "elephas_maximus", + "elettaria", + "elettaria_cardamomum", + "eleusine", + "eleusine_coracana", + "eleusine_indica", + "eleuthera_bark", + "eleutherodactylus", + "elevated", + "elevated_railroad", + "elevated_railway", + "elevation", + "elevator", + "elevator_boy", + "elevator_car", + "elevator_girl", + "elevator_man", + "elevator_operator", + "elevator_shaft", + "eleven", + "eleven-plus", + "eleventh", + "eleventh_cranial_nerve", + "eleventh_hour", + "elf", + "elf_cup", + "elgar", + "elgin_marbles", + "eli_whitney", + "elia", + "elia_kazan", + "elia_kazanjoglous", + "elias_canetti", + "elias_howe", + "elicitation", + "elie_metchnikoff", + "elie_metchnikov", + "elie_wiesel", + "eliel_saarinen", + "eliezer_wiesel", + "eligibility", + "elihu_thomson", + "elihu_yale", + "elijah", + "elijah_muhammad", + "elimination", + "elimination_reaction", + "elimination_tournament", + "eliminator", + "elinor_morton_hoyt_wylie", + "elint", + "elinvar", + "eliomys", + "eliot", + "elisa", + "elisabeth_vigee-lebrun", + "elisabethville", + "elisha_graves_otis", + "elision", + "elite", + "elite_group", + "elitism", + "elitist", + "elixir", + "elixir_of_life", + "elixophyllin", + "elizabeth", + "elizabeth_barrett_browning", + "elizabeth_cady_stanton", + "elizabeth_cleghorn_stevenson_gaskell", + "elizabeth_cochrane_seaman", + "elizabeth_gaskell", + "elizabeth_haldane", + "elizabeth_i", + "elizabeth_ii", + "elizabeth_merriwether_gilmer", + "elizabeth_palmer_peabody", + "elizabeth_peabody", + "elizabeth_river", + "elizabeth_sanderson_haldane", + "elizabeth_seaman", + "elizabeth_seton", + "elizabeth_taylor", + "elizabethan", + "elizabethan_age", + "elizabethan_sonnet", + "elk", + "elk-wood", + "elk_nut", + "elkhorn_fern", + "elkhound", + "elkwood", + "ell", + "ella_fitzgerald", + "ellas", + "ellen_price_wood", + "elli", + "ellice_islands", + "ellington", + "elliott's_goldenrod", + "ellipse", + "ellipsis", + "ellipsoid", + "ellipsoid_of_revolution", + "elliptic_geometry", + "elliptic_leaf", + "ellipticity", + "ellis_island", + "ellison", + "ellsworth", + "ellul", + "elm", + "elm_family", + "elm_tree", + "elmer_ambrose_sperry", + "elmer_leopold_rice", + "elmer_reizenstein", + "elmer_rice", + "elmont", + "elmore_john_leonard", + "elmore_leonard", + "elmwood", + "eln", + "elocution", + "elocutionist", + "elodea", + "elodea_canadensis", + "elodea_densa", + "elongate_leaf", + "elongation", + "elopement", + "elopidae", + "elops", + "elops_saurus", + "eloquence", + "elsa_schiaparelli", + "elsass", + "elsholtzia", + "elspar", + "eluate", + "elucidation", + "eluding", + "elul", + "elusion", + "elusiveness", + "elution", + "elver", + "elves", + "elvis", + "elvis_aron_presley", + "elvis_presley", + "elwyn_brooks_white", + "ely_culbertson", + "elymus", + "elymus_arenarius", + "elymus_canadensis", + "elymus_caput-medusae", + "elymus_condensatus", + "elymus_hispidus", + "elymus_trachycaulos", + "elysian_fields", + "elysium", + "elytron", + "em", + "em_quad", + "emaciation", + "email", + "emanation", + "emancipation", + "emancipationist", + "emancipator", + "emanuel_svedberg", + "emanuel_swedenborg", + "emarginate_leaf", + "emasculation", + "embalmer", + "embalmment", + "embankment", + "embargo", + "embarkation", + "embarkment", + "embarrassment", + "embassador", + "embassy", + "embayment", + "embellishment", + "ember", + "ember_day", + "emberiza", + "emberiza_aureola", + "emberiza_citrinella", + "emberiza_hortulana", + "emberiza_schoeniclus", + "emberizidae", + "embezzlement", + "embezzler", + "embiodea", + "embioptera", + "embiotocidae", + "embitterment", + "emblem", + "embodiment", + "embolectomy", + "embolism", + "embolus", + "embonpoint", + "embossment", + "embothrium", + "embothrium_coccineum", + "embouchure", + "embrace", + "embracement", + "embracing", + "embrasure", + "embrocation", + "embroiderer", + "embroideress", + "embroidery", + "embroidery_frame", + "embroidery_hoop", + "embroidery_needle", + "embroidery_stitch", + "embroilment", + "embryo", + "embryologist", + "embryology", + "embryoma_of_the_kidney", + "embryonal_carcinoma", + "embryonal_carcinosarcoma", + "embryonal_rhabdomyosarcoma", + "embryonal_rhabdosarcoma", + "embryonic_cell", + "embryonic_membrane", + "embryonic_stem-cell_research", + "embryonic_tissue", + "emcee", + "emda", + "emeer", + "emendation", + "emerald", + "emerald_creeper", + "emerald_isle", + "emerald_shiner", + "emergence", + "emergency", + "emergency_alert_system", + "emergency_brake", + "emergency_exit", + "emergency_landing", + "emergency_medicine", + "emergency_procedure", + "emergency_room", + "emergent_evolution", + "emeritus", + "emersion", + "emerson", + "emery", + "emery_cloth", + "emery_paper", + "emery_rock", + "emery_stone", + "emery_wheel", + "emeside", + "emesis", + "emesis_basin", + "emetic", + "emetrol", + "emf", + "emg", + "emigrant", + "emigration", + "emigre", + "emigree", + "emil_hermann_fischer", + "emil_klaus_julius_fuchs", + "emile", + "emile_coue", + "emile_durkheim", + "emile_gaboriau", + "emile_herzog", + "emile_zola", + "emilia", + "emilia-romagna", + "emilia_coccinea", + "emilia_flammea", + "emilia_javanica", + "emilia_sagitta", + "emiliano_zapata", + "emilie_charlotte_le_breton", + "emily_bronte", + "emily_dickinson", + "emily_jane_bronte", + "emily_post", + "emily_price_post", + "eminence", + "eminence_grise", + "eminent_domain", + "emir", + "emirate", + "emissary", + "emissary_vein", + "emission", + "emission_spectrum", + "emitter", + "emma_goldman", + "emma_hart_willard", + "emmanthe", + "emmanthe_penduliflora", + "emmenagogue", + "emmental", + "emmentaler", + "emmenthal", + "emmenthaler", + "emmer", + "emmet", + "emmetropia", + "emmett_kelly", + "emmy", + "emmy_noether", + "emollient", + "emolument", + "emoticon", + "emotion", + "emotional_arousal", + "emotional_disorder", + "emotional_disturbance", + "emotional_person", + "emotional_state", + "emotionalism", + "emotionality", + "emotionlessness", + "empathy", + "empedocles", + "empennage", + "emperor", + "emperor_butterfly", + "emperor_francis_ii", + "emperor_moth", + "emperor_napoleon_iii", + "emperor_of_rome", + "emperor_penguin", + "empetraceae", + "empetrum", + "emphasis", + "emphasizing", + "emphysema", + "emphysematous_gangrene", + "emphysematous_phlegmon", + "empire", + "empire_day", + "empire_state", + "empire_state_building", + "empire_state_of_the_south", + "empirical_formula", + "empirical_research", + "empiricism", + "empiricist", + "empiricist_philosophy", + "empirin", + "emplacement", + "employ", + "employable", + "employee", + "employee-owned_business", + "employee-owned_enterprise", + "employee_ownership", + "employee_savings_plan", + "employee_stock_ownership_plan", + "employee_turnover", + "employer", + "employment", + "employment_agency", + "employment_agent", + "employment_agreement", + "employment_contract", + "employment_interview", + "employment_office", + "emporium", + "empowerment", + "empress", + "emptiness", + "emptor", + "empty", + "empty_nester", + "empty_talk", + "empty_tomb", + "empty_words", + "emptying", + "empyema", + "empyrean", + "emu", + "emu_novaehollandiae", + "emulation", + "emulator", + "emulsifier", + "emulsion", + "emydidae", + "en", + "en-lil", + "en_passant", + "enabling_act", + "enabling_clause", + "enabling_legislation", + "enactment", + "enalapril", + "enallage", + "enamel", + "enamelware", + "enamine", + "enamoredness", + "enanthem", + "enanthema", + "enantiomer", + "enantiomorph", + "enantiomorphism", + "enarthrodial_joint", + "enarthrosis", + "enate", + "enation", + "enbrel", + "encainide", + "encampment", + "encapsulation", + "encasement", + "encaustic", + "encelia", + "encelia_farinosa", + "enceliopsis", + "enceliopsis_nudicaulis", + "encephalartos", + "encephalartos_caffer", + "encephalitis", + "encephalitis_lethargica", + "encephalocele", + "encephalogram", + "encephalography", + "encephalomeningitis", + "encephalomyelitis", + "encephalon", + "encephalopathy", + "enchanter", + "enchanter's_nightshade", + "enchantment", + "enchantress", + "enchilada", + "enchiridion", + "enchondroma", + "encirclement", + "enclave", + "enclosed_space", + "enclosing", + "enclosure", + "encoding", + "encolure", + "encomium", + "encompassment", + "encopresis", + "encore", + "encounter", + "encounter_group", + "encouragement", + "encroacher", + "encroachment", + "encrustation", + "encryption", + "enculturation", + "encumbrance", + "encyclia", + "encyclia_citrina", + "encyclia_tampensis", + "encyclia_venosa", + "encyclical", + "encyclical_letter", + "encyclopaedia", + "encyclopaedism", + "encyclopaedist", + "encyclopedia", + "encyclopedism", + "encyclopedist", + "end", + "end-all", + "end-plate", + "end_game", + "end_man", + "end_matter", + "end_of_the_world", + "end_organ", + "end_point", + "end_product", + "end_run", + "end_user", + "endaemonism", + "endameba", + "endamoeba", + "endamoeba_histolytica", + "endamoebidae", + "endangered_species", + "endangerment", + "endarterectomy", + "endarteritis", + "endearment", + "endeavor", + "endeavour", + "endecott", + "endemic", + "endemic_disease", + "endemic_typhus", + "endemism", + "enderby_land", + "endgame", + "endicott", + "ending", + "endive", + "endlessness", + "endoblast", + "endocarditis", + "endocardium", + "endocarp", + "endocervicitis", + "endocranium", + "endocrine", + "endocrine_gland", + "endocrine_system", + "endocrinologist", + "endocrinology", + "endoderm", + "endodontia", + "endodontics", + "endodontist", + "endoergic_reaction", + "endogamy", + "endogen", + "endogenous_depression", + "endogeny", + "endolymph", + "endometrial_cancer", + "endometrial_carcinoma", + "endometriosis", + "endometritis", + "endometrium", + "endomorph", + "endomorphy", + "endomycetales", + "endoneurium", + "endonuclease", + "endoparasite", + "endoplasm", + "endoprocta", + "endorphin", + "endorsement", + "endorsement_in_blank", + "endorser", + "endoscope", + "endoscopy", + "endoskeleton", + "endosperm", + "endospore", + "endospore-forming_bacteria", + "endosteum", + "endothelial_myeloma", + "endothelium", + "endothermic_reaction", + "endotoxin", + "endotracheal_tube", + "endowment", + "endowment_fund", + "endowment_insurance", + "endozoan", + "endplate", + "endpoint", + "endurance", + "endurance_contest", + "endurance_riding", + "enduringness", + "ene", + "enea_silvio_piccolomini", + "enema", + "enemy", + "energid", + "energiser", + "energizer", + "energizing", + "energy", + "energy_department", + "energy_level", + "energy_of_activation", + "energy_secretary", + "energy_state", + "energy_unit", + "enervation", + "enesco", + "enets", + "enfant_terrible", + "enfeeblement", + "enfeoffment", + "enfilade", + "enfilade_fire", + "enflurane", + "enfolding", + "enforcement", + "enforcer", + "enfranchisement", + "engagement", + "engagement_ring", + "engelbert_humperdinck", + "engelmann's_spruce", + "engelmann_spruce", + "engelmannia", + "engels", + "engine", + "engine_block", + "engine_cooling_system", + "engine_driver", + "engine_failure", + "engine_room", + "engineer", + "engineer's_chain", + "engineering", + "engineering_school", + "engineering_science", + "enginery", + "england", + "english", + "english-gothic", + "english-gothic_architecture", + "english-weed", + "english_bean", + "english_breakfast_tea", + "english_bulldog", + "english_cavalry_saddle", + "english_channel", + "english_civil_war", + "english_cocker_spaniel", + "english_daisy", + "english_department", + "english_elm", + "english_foxhound", + "english_hawthorn", + "english_hippocrates", + "english_horn", + "english_iris", + "english_ivy", + "english_lady_crab", + "english_language", + "english_lavender", + "english_muffin", + "english_oak", + "english_people", + "english_person", + "english_plantain", + "english_primrose", + "english_professor", + "english_revolution", + "english_runner_bean", + "english_ryegrass", + "english_saddle", + "english_setter", + "english_sole", + "english_sonnet", + "english_sparrow", + "english_springer", + "english_springer_spaniel", + "english_system", + "english_teacher", + "english_toy_spaniel", + "english_violet", + "english_walnut", + "english_walnut_tree", + "english_yew", + "englishman", + "englishwoman", + "engorgement", + "engram", + "engraulidae", + "engraulis", + "engraulis_encrasicholus", + "engraver", + "engraving", + "engrossment", + "enhancement", + "enhancer", + "enhydra", + "enhydra_lutris", + "enid", + "enigma", + "enigma_canon", + "enigmatic_canon", + "enigmatical_canon", + "eniwetok", + "enjambement", + "enjambment", + "enjoining", + "enjoinment", + "enjoyableness", + "enjoyer", + "enjoyment", + "enkaid", + "enkephalin", + "enki", + "enkidu", + "enl", + "enlarged_heart", + "enlargement", + "enlarger", + "enlightened", + "enlightenment", + "enlil", + "enlisted_man", + "enlisted_officer", + "enlisted_person", + "enlisted_woman", + "enlistee", + "enlisting", + "enlistment", + "enlivener", + "enmity", + "ennead", + "ennoblement", + "ennui", + "enol", + "enologist", + "enology", + "enophile", + "enormity", + "enormousness", + "enosis", + "enough", + "enovid", + "enquirer", + "enquiry", + "enragement", + "enrichment", + "enrico_caruso", + "enrico_fermi", + "enrollee", + "enrollment", + "enrolment", + "ensemble", + "ensete", + "ensete_ventricosum", + "ensiform_leaf", + "ensign", + "ensilage", + "ensis", + "enslavement", + "ent_man", + "entablature", + "entail", + "entailment", + "entandrophragma", + "entandrophragma_cylindricum", + "entanglement", + "entasis", + "entebbe", + "entelea", + "entelechy", + "entellus", + "entente", + "entente_cordiale", + "enteric-coated_aspirin", + "enteric_bacteria", + "enteric_fever", + "enterics", + "entering", + "enteritis", + "enterobacteria", + "enterobacteriaceae", + "enterobiasis", + "enterobius", + "enterobius_vermicularis", + "enteroceptor", + "enterokinase", + "enterolith", + "enterolithiasis", + "enterolobium", + "enterolobium_cyclocarpa", + "enteron", + "enteropathy", + "enteroptosis", + "enterostenosis", + "enterostomy", + "enterotomy", + "enterotoxemia", + "enterotoxin", + "enterovirus", + "enterprise", + "enterprise_zone", + "enterpriser", + "enterprisingness", + "entertainer", + "entertainment", + "entertainment_center", + "entertainment_deduction", + "entertainment_industry", + "enthalpy", + "enthrallment", + "enthronement", + "enthronisation", + "enthronization", + "enthusiasm", + "enthusiast", + "enticement", + "entire", + "entire_leaf", + "entireness", + "entirety", + "entitlement", + "entity", + "entlebucher", + "entoblast", + "entoderm", + "entoloma", + "entoloma_aprile", + "entoloma_lividum", + "entoloma_sinuatum", + "entolomataceae", + "entombment", + "entomion", + "entomologist", + "entomology", + "entomophobia", + "entomophthora", + "entomophthoraceae", + "entomophthorales", + "entomostraca", + "entoparasite", + "entopic_pregnancy", + "entoproct", + "entoprocta", + "entourage", + "entozoan", + "entozoon", + "entr'acte", + "entrails", + "entrance", + "entrance_exam", + "entrance_examination", + "entrance_fee", + "entrance_hall", + "entrance_money", + "entrancement", + "entranceway", + "entrant", + "entrapment", + "entreaty", + "entrecote", + "entree", + "entremets", + "entrenching_tool", + "entrenchment", + "entrepot", + "entrepreneur", + "entresol", + "entric", + "entropy", + "entry", + "entry_word", + "entryway", + "entsi", + "entsy", + "enucleation", + "enuki", + "enumeration", + "enumerator", + "enunciation", + "enuresis", + "envelope", + "envelopment", + "enviousness", + "environment", + "environmental_condition", + "environmental_protection_agency", + "environmental_science", + "environmentalism", + "environmentalist", + "environs", + "envisioning", + "envoi", + "envoy", + "envoy_extraordinary", + "envy", + "enzyme", + "enzyme-linked-immunosorbent_serologic_assay", + "enzymologist", + "enzymology", + "eocene", + "eocene_epoch", + "eohippus", + "eolian", + "eolic", + "eolith", + "eolithic", + "eolithic_age", + "eon", + "eoraptor", + "eos", + "eosin", + "eosinopenia", + "eosinophil", + "eosinophile", + "eosinophilia", + "epa", + "epacridaceae", + "epacris", + "epacris_family", + "epacris_impressa", + "epacris_obtusifolia", + "epacris_purpurascens", + "epanalepsis", + "epanaphora", + "epanodos", + "epanorthosis", + "eparch", + "eparchy", + "epaulet", + "epaulette", + "epauliere", + "epee", + "ependyma", + "epenthesis", + "epergne", + "epha", + "ephah", + "ephedra", + "ephedra_sinica", + "ephedraceae", + "ephedrine", + "ephemera", + "ephemeral", + "ephemerality", + "ephemeralness", + "ephemerid", + "ephemerida", + "ephemeridae", + "ephemeris", + "ephemeris_time", + "ephemeron", + "ephemeroptera", + "ephemeropteran", + "ephesian", + "ephesians", + "ephestia", + "ephestia_elutella", + "ephesus", + "ephippidae", + "ephippiorhynchus", + "ephippiorhynchus_senegalensis", + "epi", + "epic", + "epic_poem", + "epic_poetry", + "epicalyx", + "epicanthic_fold", + "epicanthus", + "epicardia", + "epicardium", + "epicarp", + "epicene", + "epicene_person", + "epicenter", + "epicentre", + "epicondyle", + "epicondylitis", + "epicranium", + "epictetus", + "epicure", + "epicurean", + "epicureanism", + "epicurism", + "epicurus", + "epicycle", + "epicyclic_gear", + "epicyclic_gear_train", + "epicyclic_train", + "epicycloid", + "epideictic_oratory", + "epidemic", + "epidemic_cholera", + "epidemic_disease", + "epidemic_encephalitis", + "epidemic_hysertia", + "epidemic_meningitis", + "epidemic_myalgia", + "epidemic_parotitis", + "epidemic_pleurodynia", + "epidemic_roseola", + "epidemiologist", + "epidemiology", + "epidendron", + "epidendrum", + "epidendrum_tampense", + "epidendrum_venosum", + "epidermal_cell", + "epidermis", + "epidiascope", + "epididymis", + "epididymitis", + "epidural", + "epidural_anaesthesia", + "epidural_anesthesia", + "epidural_injection", + "epigaea", + "epigaea_repens", + "epigastric_artery", + "epigastric_fossa", + "epigastric_vein", + "epigastrium", + "epigenesis", + "epiglottis", + "epiglottitis", + "epigon", + "epigone", + "epigram", + "epigraph", + "epigraphy", + "epikeratophakia", + "epilachna", + "epilachna_varivestis", + "epilating_wax", + "epilation", + "epilator", + "epilepsia_major", + "epilepsia_minor", + "epilepsy", + "epileptic", + "epileptic_seizure", + "epilobium", + "epilobium_angustifolium", + "epilobium_canum_canum", + "epilobium_hirsutum", + "epilog", + "epilogue", + "epimedium", + "epimedium_grandiflorum", + "epimetheus", + "epinephelus", + "epinephelus_adscensionis", + "epinephelus_fulvus", + "epinephrin", + "epinephrine", + "epipactis", + "epipactis_gigantea", + "epipactis_helleborine", + "epipaleolithic", + "epiphany", + "epiphany_of_our_lord", + "epiphenomenon", + "epiphora", + "epiphyllum", + "epiphysis", + "epiphysis_cerebri", + "epiphyte", + "epiphytic_plant", + "epiplexis", + "epipremnum", + "epipremnum_aureum", + "epirus", + "episcia", + "episcia_dianthiflora", + "episcleral_veins", + "episcleritis", + "episcopacy", + "episcopal_church", + "episcopal_church_of_scotland", + "episcopalian", + "episcopalianism", + "episcopate", + "episiotomy", + "episode", + "episodic_memory", + "episome", + "epispadias", + "episperm", + "epistasis", + "epistaxis", + "episteme", + "epistemic_logic", + "epistemologist", + "epistemology", + "epistle", + "epistle_of_james", + "epistle_of_jeremiah", + "epistle_of_jude", + "epistle_of_paul_the_apostle_to_philemon", + "epistle_of_paul_the_apostle_to_the_colossians", + "epistle_of_paul_the_apostle_to_the_ephesians", + "epistle_of_paul_the_apostle_to_the_galatians", + "epistle_of_paul_the_apostle_to_the_philippians", + "epistle_of_paul_the_apostle_to_the_romans", + "epistle_of_paul_the_apostle_to_titus", + "epistle_to_philemon", + "epistle_to_the_colossians", + "epistle_to_the_ephesians", + "epistle_to_the_galatians", + "epistle_to_the_hebrews", + "epistle_to_the_philippians", + "epistle_to_the_romans", + "epistle_to_titus", + "epistrophe", + "epitaph", + "epitaxy", + "epithalamium", + "epithelial_cell", + "epithelial_duct", + "epithelial_tissue", + "epithelioma", + "epithelium", + "epithet", + "epitome", + "epitope", + "epitrochoidal_engine", + "epizoan", + "epizoon", + "epoch", + "epona", + "eponym", + "eponymy", + "epos", + "epoxy", + "epoxy_glue", + "epoxy_resin", + "eprom", + "epsilon", + "epsilon_aurigae", + "epsilon_toxin", + "epsom_salts", + "epstein", + "epstein-barr_virus", + "eptatretus", + "eptesicus", + "eptesicus_fuscus", + "eptesicus_serotinus", + "eq", + "equador_laurel", + "equal", + "equal-area_map_projection", + "equal-area_projection", + "equal_opportunity", + "equal_protection_of_the_laws", + "equal_sign", + "equal_temperament", + "equalisation", + "equaliser", + "equalitarian", + "equalitarianism", + "equality", + "equality_before_the_law", + "equality_state", + "equalization", + "equalizer", + "equalizing_dividend", + "equanil", + "equanimity", + "equatability", + "equating", + "equation", + "equator", + "equatorial", + "equatorial_current", + "equatorial_guinea", + "equerry", + "equestrian", + "equestrian_sport", + "equetus", + "equetus_lanceolatus", + "equetus_pulcher", + "equiangular_triangle", + "equid", + "equidae", + "equidistribution", + "equilateral", + "equilateral_triangle", + "equilibration", + "equilibrium", + "equilibrium_constant", + "equilibrium_law", + "equine", + "equine_distemper", + "equine_encephalitis", + "equine_encephalomyelitis", + "equinoctial", + "equinoctial_circle", + "equinoctial_line", + "equinoctial_point", + "equinoctial_storm", + "equinoctial_year", + "equinox", + "equipage", + "equipment", + "equipment_casualty", + "equipment_failure", + "equipoise", + "equipping", + "equisetaceae", + "equisetales", + "equisetatae", + "equisetum", + "equisetum_arvense", + "equisetum_fluviatile", + "equisetum_hyemale", + "equisetum_hyemale_robustum", + "equisetum_palustre", + "equisetum_robustum", + "equisetum_sylvaticum", + "equisetum_variegatum", + "equitation", + "equity", + "equity_credit_line", + "equivalence", + "equivalent", + "equivalent-binary-digit_factor", + "equivalent_weight", + "equivalent_word", + "equivocalness", + "equivocation", + "equivocator", + "equus", + "equus_asinus", + "equus_burchelli", + "equus_caballus", + "equus_caballus_gomelini", + "equus_caballus_przevalskii", + "equus_caballus_przewalskii", + "equus_grevyi", + "equus_hemionus", + "equus_hemionus_hemionus", + "equus_kiang", + "equus_quagga", + "equus_zebra_zebra", + "er", + "era", + "eradication", + "eradicator", + "eragrostic_abyssinica", + "eragrostis", + "eragrostis_curvula", + "eragrostis_tef", + "eranthis", + "eranthis_hyemalis", + "erasable_programmable_read-only_memory", + "eraser", + "erasmus", + "erastianism", + "erasure", + "erato", + "eratosthenes", + "erb's_palsy", + "erb-duchenne_paralysis", + "erbium", + "ercilla", + "erebus", + "erechtites_hieracifolia", + "erect_bugle", + "erectile_dysfunction", + "erectile_organ", + "erectile_tissue", + "erecting", + "erecting_prism", + "erection", + "erectness", + "eremite", + "eremitism", + "eresh-kigal", + "ereshkigal", + "ereshkigel", + "erethism", + "erethizon", + "erethizon_dorsatum", + "erethizontidae", + "eretmochelys", + "eretmochelys_imbricata", + "erewhon", + "erg", + "ergocalciferol", + "ergodicity", + "ergometer", + "ergonomics", + "ergonovine", + "ergosterol", + "ergot", + "ergotamine", + "ergotism", + "ergotrate_maleate", + "ergotropism", + "ergun_he", + "erianthus", + "erianthus_ravennae", + "eric_arthur_blair", + "eric_blair", + "erica", + "erica_arborea", + "erica_carnea", + "erica_cinerea", + "erica_jong", + "erica_lusitanica", + "erica_perspicua", + "erica_tetralix", + "erica_vagans", + "ericaceae", + "ericales", + "erich_mendelsohn", + "erich_von_stroheim", + "eridanus", + "erie", + "erie_canal", + "erigeron", + "erigeron_acer", + "erigeron_annuus", + "erigeron_aurantiacus", + "erigeron_canadensis", + "erigeron_divergens", + "erigeron_glaucous", + "erigeron_philadelphicus", + "erigeron_pulchellus", + "erigeron_speciosus", + "erignathus", + "erignathus_barbatus", + "erigonum_fasciculatum", + "erik_adolf_von_willebrand", + "erik_alfred_leslie_satie", + "erik_axel_karlfeldt", + "erik_satie", + "erik_von_willebrand", + "erik_weisz", + "erin", + "erinaceidae", + "erinaceus", + "erinaceus_europaeus", + "erinaceus_europeaeus", + "eringo", + "erinyes", + "eriobotrya", + "eriobotrya_japonica", + "eriocaulaceae", + "eriocaulon", + "eriocaulon_aquaticum", + "eriodictyon", + "eriodictyon_californicum", + "eriogonum", + "eriogonum_allenii", + "eriophorum", + "eriophorum_angustifolium", + "eriophyllum", + "eriophyllum_lanatum", + "eriophyllum_wallacei", + "eriosoma", + "eriosoma_lanigerum", + "eris", + "eristic", + "erithacus", + "erithacus_rubecola", + "erithacus_svecicus", + "eritrea", + "eritrean", + "erivan", + "erlang", + "erle_stanley_gardner", + "erlenmeyer", + "erlenmeyer_flask", + "ermine", + "ern", + "erne", + "ernest_bevin", + "ernest_bloch", + "ernest_hemingway", + "ernest_orlando_lawrence", + "ernest_rutherford", + "ernest_solvay", + "ernest_thomas_sinton_walton", + "ernest_walton", + "ernestine_schumann-heink", + "ernesto_guevara", + "ernst", + "ernst_boris_chain", + "ernst_cassirer", + "ernst_heinrich_haeckel", + "ernst_heinrich_weber", + "ernst_lubitsch", + "ernst_ludwig_kirchner", + "ernst_mach", + "ernst_theodor_amadeus_hoffmann", + "ernst_theodor_wilhelm_hoffmann", + "ernst_werner_von_siemens", + "eroding", + "erodium", + "erodium_cicutarium", + "erodium_moschatum", + "erodium_texanum", + "erogenous_zone", + "erolia", + "erolia_alpina", + "erolia_minutilla", + "eros", + "erose_leaf", + "erosion", + "erotic", + "erotic_love", + "erotica", + "eroticism", + "erotism", + "errancy", + "errand", + "errand_boy", + "erratum", + "erroneous_belief", + "erroneousness", + "error", + "error_correction_code", + "ersatz", + "erse", + "erskine_caldwell", + "erskine_preston_caldwell", + "ert", + "eruca", + "eruca_sativa", + "eruca_vesicaria_sativa", + "eructation", + "eruditeness", + "erudition", + "eruption", + "erving", + "erwin_panofsky", + "erwin_rommel", + "erwin_schrodinger", + "erwinia", + "eryngium", + "eryngium_aquaticum", + "eryngium_maritimum", + "eryngium_yuccifolium", + "eryngo", + "erysimum", + "erysimum_allionii", + "erysimum_arkansanum", + "erysimum_asperum", + "erysimum_cheiranthoides", + "erysimum_cheiri", + "erysipelas", + "erysiphaceae", + "erysiphales", + "erysiphe", + "erythema", + "erythema_multiforme", + "erythema_nodosum", + "erythema_nodosum_leprosum", + "erythema_solare", + "erythrina", + "erythrina_caffra", + "erythrina_corallodendrum", + "erythrina_crista-galli", + "erythrina_indica", + "erythrina_lysistemon", + "erythrina_variegata", + "erythrina_vespertilio", + "erythrite", + "erythroblast", + "erythroblastosis", + "erythroblastosis_fetalis", + "erythrocebus", + "erythrocebus_patas", + "erythrocin", + "erythrocyte", + "erythrocyte_sedimentation_rate", + "erythrocytolysin", + "erythroderma", + "erythrolysin", + "erythromycin", + "erythronium", + "erythronium_albidum", + "erythronium_americanum", + "erythronium_californicum", + "erythronium_dens-canis", + "erythronium_grandiflorum", + "erythronium_montanum", + "erythropoiesis", + "erythropoietin", + "erythroxylaceae", + "erythroxylon", + "erythroxylon_coca", + "erythroxylon_truxiuense", + "erythroxylum", + "es", + "esaki", + "esau", + "escadrille", + "escalade", + "escalader", + "escalation", + "escalator", + "escalator_clause", + "escallop", + "escalope_de_veau_orloff", + "escapade", + "escape", + "escape_cock", + "escape_expert", + "escape_hatch", + "escape_mechanism", + "escape_valve", + "escape_velocity", + "escape_wheel", + "escapee", + "escapement", + "escapism", + "escapist", + "escapologist", + "escapology", + "escargot", + "escarole", + "escarp", + "escarpment", + "eschalot", + "eschar", + "eschatologist", + "eschatology", + "eschaton", + "escheat", + "escherichia", + "escherichia_coli", + "eschrichtiidae", + "eschrichtius", + "eschrichtius_gibbosus", + "eschrichtius_robustus", + "eschscholtzia", + "eschscholtzia_californica", + "escolar", + "escort", + "escritoire", + "escrow", + "escrow_funds", + "escudo", + "escutcheon", + "ese", + "esfahan", + "esidrix", + "eskalith", + "esker", + "eskimo", + "eskimo-aleut", + "eskimo-aleut_language", + "eskimo_curlew", + "eskimo_dog", + "esm", + "esme_stuart_lennox_robinson", + "esmolol", + "esocidae", + "esop", + "esophageal_reflux", + "esophageal_smear", + "esophageal_veins", + "esophagitis", + "esophagogastric_junction", + "esophagoscope", + "esophagus", + "esoterica", + "esotropia", + "esox", + "esox_americanus", + "esox_lucius", + "esox_masquinongy", + "esox_niger", + "esp", + "espadrille", + "espagnole", + "espalier", + "espana", + "esparcet", + "esperantido", + "esperanto", + "espial", + "espionage", + "espionage_agent", + "espionage_network", + "esplanade", + "espoo", + "espousal", + "espresso", + "espresso_maker", + "espresso_shop", + "esprit", + "esprit_de_corps", + "esprit_de_l'escalier", + "esq", + "esquimau", + "esquire", + "esr", + "essay", + "essayer", + "essayist", + "esselen", + "essen", + "essence", + "essene", + "essential", + "essential_amino_acid", + "essential_condition", + "essential_hypertension", + "essential_oil", + "essential_thrombocytopenia", + "essential_tremor", + "essentiality", + "essentialness", + "essex", + "essonite", + "est", + "established_church", + "establishment", + "establishmentarianism", + "establishmentism", + "estaminet", + "estate", + "estate_agent", + "estate_car", + "estate_for_life", + "estate_of_the_realm", + "estate_tax", + "estates_general", + "estazolam", + "esteem", + "ester", + "esther", + "esther_hobart_mcquigg_slack_morris", + "esther_morris", + "esthesia", + "esthesis", + "esthete", + "esthetic", + "esthetician", + "esthetics", + "esthonia", + "esthonian", + "estimate", + "estimated_tax", + "estimated_tax_return", + "estimation", + "estimator", + "estivation", + "estonia", + "estonian", + "estonian_monetary_unit", + "estoppel", + "estradiol", + "estradiol_patch", + "estragon", + "estrangement", + "estraterrestrial_body", + "estrilda", + "estriol", + "estrogen", + "estrogen_antagonist", + "estrone", + "estronol", + "estrus", + "estuary", + "esurience", + "eta", + "etagere", + "etamin", + "etamine", + "etanercept", + "etcetera", + "etcher", + "etching", + "etd", + "eternal_city", + "eternal_damnation", + "eternal_life", + "eternal_rest", + "eternal_sleep", + "eternity", + "etf", + "ethacrynic_acid", + "ethan_allen", + "ethanal", + "ethanal_trimer", + "ethanamide", + "ethane", + "ethanedioic_acid", + "ethanediol", + "ethanoate", + "ethanoic_acid", + "ethanol", + "ethanoyl_chloride", + "ethanoyl_group", + "ethanoyl_radical", + "ethchlorvynol", + "ethel_barrymore", + "ethel_merman", + "ethel_waters", + "ethelbert", + "ethelred", + "ethelred_i", + "ethelred_ii", + "ethelred_the_unready", + "ethene", + "ether", + "ethernet", + "ethernet_cable", + "ethic", + "ethical_code", + "ethical_drug", + "ethical_motive", + "ethician", + "ethicism", + "ethicist", + "ethics", + "ethics_committee", + "ethics_panel", + "ethiopia", + "ethiopian", + "ethiopian_banana", + "ethiopian_language", + "ethiopian_monetary_unit", + "ethmoid", + "ethmoid_bone", + "ethmoid_sinus", + "ethmoidal_artery", + "ethmoidal_sinus", + "ethmoidal_vein", + "ethnarch", + "ethnic", + "ethnic_cleansing", + "ethnic_group", + "ethnic_joke", + "ethnic_minority", + "ethnic_music", + "ethnic_slur", + "ethnicity", + "ethnocentrism", + "ethnographer", + "ethnography", + "ethnologist", + "ethnology", + "ethnos", + "ethocaine", + "ethologist", + "ethology", + "ethos", + "ethosuximide", + "ethoxyethane", + "ethrane", + "ethril", + "ethyl", + "ethyl_acetate", + "ethyl_alcohol", + "ethyl_aminobenzoate", + "ethyl_chloride", + "ethyl_ether", + "ethyl_group", + "ethyl_radical", + "ethylene", + "ethylene_glycol", + "ethylene_tetrachloride", + "ethylenediaminetetraacetic_acid", + "ethyne", + "etienne-louis_arthur_fallot", + "etiolation", + "etiologist", + "etiology", + "etiquette", + "etna", + "etodolac", + "eton_collar", + "eton_college", + "eton_jacket", + "etonian", + "etropus", + "etropus_rimosus", + "etruria", + "etruscan", + "etude", + "etui", + "etymological_dictionary", + "etymologist", + "etymologizing", + "etymology", + "etymon", + "eu", + "euarctos", + "euarctos_americanus", + "euascomycetes", + "eubacteria", + "eubacteriales", + "eubacterium", + "eubryales", + "eubstance", + "eucalypt", + "eucalypt_grandis", + "eucalypt_gunnii", + "eucalypt_ovata", + "eucalypt_tereticornis", + "eucalyptus", + "eucalyptus_amygdalina", + "eucalyptus_calophylla", + "eucalyptus_camaldulensis", + "eucalyptus_camphora", + "eucalyptus_citriodora", + "eucalyptus_coriacea", + "eucalyptus_delegatensis", + "eucalyptus_dumosa", + "eucalyptus_fraxinoides", + "eucalyptus_globulus", + "eucalyptus_gum", + "eucalyptus_kino", + "eucalyptus_maculata", + "eucalyptus_maculata_citriodora", + "eucalyptus_oil", + "eucalyptus_pauciflora", + "eucalyptus_regnans", + "eucalyptus_rostrata", + "eucalyptus_tree", + "eucalyptus_viminalis", + "eucalyptusd_eugenioides", + "eucalytus_stellulata", + "eucarya", + "eucarya_acuminata", + "eucaryote", + "eucharist", + "eucharistic_liturgy", + "euchre", + "eucinostomus", + "eucinostomus_gula", + "euclid", + "euclid's_axiom", + "euclid's_fifth_axiom", + "euclid's_first_axiom", + "euclid's_fourth_axiom", + "euclid's_postulate", + "euclid's_second_axiom", + "euclid's_third_axiom", + "euclidean_axiom", + "euclidean_geometry", + "euclidean_space", + "eudaemon", + "eudaemonia", + "eudaimonia", + "eudemon", + "eudemonism", + "euderma", + "euderma_maculata", + "eudiometer", + "eudora_welty", + "eudromias_morinellus", + "eudyptes", + "eugene", + "eugene_curran_kelly", + "eugene_delacroix", + "eugene_gladstone_o'neill", + "eugene_ionesco", + "eugene_luther_vidal", + "eugene_o'neill", + "eugene_ormandy", + "eugene_paul_wigner", + "eugene_sue", + "eugene_v._debs", + "eugene_victor_debs", + "eugene_wigner", + "eugenia", + "eugenia_aromaticum", + "eugenia_caryophyllatum", + "eugenia_corynantha", + "eugenia_dicrana", + "eugenia_jambos", + "eugenia_uniflora", + "eugenics", + "eugenio_pacelli", + "euglena", + "euglenaceae", + "euglenid", + "euglenoid", + "euglenophyceae", + "euglenophyta", + "euglenophyte", + "eukaryote", + "euler", + "eulogist", + "eulogium", + "eulogy", + "eumeces", + "eumeces_callicephalus", + "eumeces_skiltonianus", + "eumenes", + "eumenides", + "eumetopias", + "eumetopias_jubatus", + "eumops", + "eumycetes", + "eumycota", + "eunectes", + "eunectes_murinus", + "eunuch", + "eunuchoidism", + "euonymous_alatus", + "euonymus", + "euonymus_americanus", + "euonymus_atropurpureus", + "euonymus_europaeus", + "euonymus_fortunei_radicans", + "euonymus_radicans_vegetus", + "euopean_hoopoe", + "eupatorium", + "eupatorium_aya-pana", + "eupatorium_cannabinum", + "eupatorium_capillifolium", + "eupatorium_coelestinum", + "eupatorium_maculatum", + "eupatorium_perfoliatum", + "eupatorium_purpureum", + "eupatorium_rugosum", + "euphagus", + "euphagus_carilonus", + "euphausia_pacifica", + "euphausiacea", + "euphemism", + "euphonium", + "euphony", + "euphorbia", + "euphorbia_amygdaloides", + "euphorbia_antisyphilitica", + "euphorbia_caput-medusae", + "euphorbia_corollata", + "euphorbia_cyathophora", + "euphorbia_cyparissias", + "euphorbia_dentata", + "euphorbia_esula", + "euphorbia_exigua", + "euphorbia_fulgens", + "euphorbia_helioscopia", + "euphorbia_heterophylla", + "euphorbia_hirsuta", + "euphorbia_ingens", + "euphorbia_lathyris", + "euphorbia_litchi", + "euphorbia_marginata", + "euphorbia_medusae", + "euphorbia_milii", + "euphorbia_peplus", + "euphorbia_pulcherrima", + "euphorbiaceae", + "euphorbium", + "euphoria", + "euphoriant", + "euphory", + "euphractus", + "euphractus_sexcinctus", + "euphrates", + "euphrates_river", + "euphrosyne", + "euphuism", + "euplectella", + "eupnea", + "eupnoea", + "euproctis", + "euproctis_chrysorrhoea", + "euproctis_phaeorrhoea", + "eurafrican", + "eurasia", + "eurasian", + "eurasian_badger", + "eurasian_green_toad", + "eurasian_hamster", + "eurasian_kingfisher", + "eurasian_otter", + "eurasian_woodcock", + "eureka", + "eurhythmics", + "eurhythmy", + "euripides", + "euro", + "eurobabble", + "eurocentrism", + "eurocurrency", + "eurodollar", + "euronithopod", + "euronithopoda", + "europa", + "europan", + "europe", + "european", + "european_ash", + "european_barberry", + "european_bean", + "european_beech", + "european_beggar-ticks", + "european_bird_cherry", + "european_bittern", + "european_black_alder", + "european_black_currant", + "european_black_grouse", + "european_blackbird", + "european_blueberry", + "european_bog_asphodel", + "european_box", + "european_bream", + "european_brooklime", + "european_brown_bat", + "european_catfish", + "european_central_bank", + "european_chestnut", + "european_community", + "european_corn_borer_moth", + "european_country", + "european_cranberry", + "european_cranberry_bush", + "european_cranberrybush", + "european_creeper", + "european_cuckoo", + "european_curlew", + "european_dewberry", + "european_dogtooth", + "european_dune_grass", + "european_economic_community", + "european_elder", + "european_elk", + "european_elm", + "european_field_elm", + "european_fire_salamander", + "european_flatfish", + "european_fly_honeysuckle", + "european_gallinule", + "european_goatsucker", + "european_hackberry", + "european_hare", + "european_honeysuckle", + "european_hop", + "european_hornbeam", + "european_house_cricket", + "european_ladies'_tresses", + "european_larch", + "european_law_enforcement_organisation", + "european_lemming", + "european_lobster", + "european_magpie", + "european_mountain_ash", + "european_nation", + "european_nightjar", + "european_nut_pine", + "european_nuthatch", + "european_olive_tree", + "european_parsley_fern", + "european_pasqueflower", + "european_perch", + "european_plan", + "european_quaking_aspen", + "european_rabbit", + "european_raspberry", + "european_recovery_program", + "european_red_elder", + "european_roller", + "european_russia", + "european_sandpiper", + "european_sanicle", + "european_sea_bream", + "european_sea_eagle", + "european_shrike", + "european_silver_fir", + "european_smelt", + "european_sole", + "european_spider_crab", + "european_swift", + "european_toad", + "european_tortoise", + "european_turkey_oak", + "european_union", + "european_water_ouzel", + "european_water_shrew", + "european_white_birch", + "european_white_lily", + "european_wildcat", + "european_wolf_spider", + "european_wood_mouse", + "european_woolly_thistle", + "europeanisation", + "europeanization", + "europium", + "europol", + "eurotiales", + "eurotium", + "euryale", + "euryalida", + "eurydice", + "eurylaimi", + "eurylaimidae", + "eurypterid", + "eurypterida", + "eurythmics", + "eurythmy", + "eusebius", + "eusebius_hieronymus", + "eusebius_of_caesarea", + "eusebius_sophronius_hieronymus", + "euskadi_ta_askatasuna", + "eusporangium", + "eustachian_tube", + "eustachio", + "eustoma", + "eustoma_grandiflorum", + "eutamias", + "eutamius_asiaticus", + "eutamius_sibiricus", + "eutectic", + "eutectoid_steel", + "euterpe", + "euterpe_oleracea", + "euthanasia", + "euthenics", + "eutheria", + "eutherian", + "eutherian_mammal", + "euthynnus", + "euthynnus_pelamis", + "eutrophication", + "euxine_sea", + "ev", + "eva_braun", + "eva_le_gallienne", + "evacuation", + "evacuee", + "evaluation", + "evaluator", + "evanescence", + "evangel", + "evangelical_and_reformed_church", + "evangelical_united_brethren_church", + "evangelicalism", + "evangelism", + "evangelist", + "evangelista_torricelli", + "evans", + "evansville", + "evaporated_milk", + "evaporation", + "evaporative_cooler", + "evaporite", + "evaporometer", + "evariste_galois", + "evasion", + "evasive_action", + "evasive_answer", + "evasiveness", + "eve", + "evelyn_arthur_saint_john_waugh", + "evelyn_waugh", + "even", + "even-pinnate_leaf", + "even-toed_ungulate", + "even_chance", + "even_spacing", + "evenfall", + "evening", + "evening-primrose_family", + "evening-snow", + "evening_bag", + "evening_clothes", + "evening_dress", + "evening_gown", + "evening_grosbeak", + "evening_lychnis", + "evening_prayer", + "evening_primrose", + "evening_shift", + "evening_shirt", + "evening_star", + "evening_trumpet_flower", + "eveningwear", + "evenk", + "evenki", + "evenness", + "evensong", + "event", + "event_planner", + "eventide", + "eventration", + "eventuality", + "everest", + "everglade_state", + "everglades", + "everglades_national_park", + "evergreen", + "evergreen_beech", + "evergreen_bittersweet", + "evergreen_blueberry", + "evergreen_cherry", + "evergreen_grass", + "evergreen_huckleberry", + "evergreen_magnolia", + "evergreen_millet", + "evergreen_oak", + "evergreen_plant", + "evergreen_state", + "evergreen_thorn", + "evergreen_winterberry", + "evergreen_wood_fern", + "everlasting", + "everlasting_flower", + "everlasting_pea", + "everlastingness", + "evernia", + "evers", + "eversion", + "evert", + "everting", + "everydayness", + "everyman", + "eviction", + "evidence", + "evil", + "evil_eye", + "evil_spirit", + "evildoer", + "evildoing", + "evilness", + "evisceration", + "evocation", + "evoked_potential", + "evolution", + "evolutionary_trend", + "evolutionism", + "evolutionist", + "ew", + "ewe", + "ewenki", + "ewer", + "ewing's_sarcoma", + "ewing's_tumor", + "ewing's_tumour", + "ex", + "ex-boyfriend", + "ex-gambler", + "ex-husband", + "ex-mayor", + "ex-president", + "ex-serviceman", + "ex-spouse", + "ex-wife", + "ex_libris", + "exabit", + "exabyte", + "exacerbation", + "exacta", + "exaction", + "exactitude", + "exactness", + "exacum", + "exacum_affine", + "exaeretodon", + "exaggeration", + "exaltation", + "exam", + "exam_paper", + "examen", + "examination", + "examination_paper", + "examinee", + "examiner", + "example", + "exanthem", + "exanthema", + "exanthema_subitum", + "exarch", + "exarchate", + "exasperation", + "exbibit", + "exbibyte", + "excalibur", + "excavation", + "excavator", + "exceedance", + "excellence", + "excellency", + "excelsior", + "exception", + "excerpt", + "excerption", + "excess", + "excessiveness", + "exchange", + "exchange_premium", + "exchange_rate", + "exchange_traded_fund", + "exchange_transfusion", + "exchangeability", + "exchanger", + "exchequer", + "excise", + "excise_tax", + "exciseman", + "excision", + "excitability", + "excitable_area", + "excitableness", + "excitant", + "excitation", + "excitement", + "exclaiming", + "exclamation", + "exclamation_mark", + "exclamation_point", + "exclusion", + "exclusion_principle", + "exclusionary_rule", + "exclusive", + "exclusive_right", + "exclusiveness", + "excogitation", + "excogitator", + "excommunication", + "excoriation", + "excrement", + "excrescence", + "excreta", + "excreting", + "excretion", + "excretory_organ", + "excretory_product", + "excruciation", + "exculpation", + "excursion", + "excursion_rate", + "excursionist", + "excursus", + "excuse", + "excuser", + "exec", + "execration", + "executability", + "executant", + "executing", + "execution", + "execution_of_instrument", + "execution_sale", + "execution_speed", + "executioner", + "executive", + "executive_agency", + "executive_branch", + "executive_clemency", + "executive_council", + "executive_department", + "executive_director", + "executive_office_of_the_president", + "executive_officer", + "executive_program", + "executive_routine", + "executive_secretary", + "executive_session", + "executive_vice_president", + "executor", + "executor-heir_relation", + "executrix", + "exegesis", + "exegete", + "exemplar", + "exemplary_damages", + "exemplification", + "exemption", + "exenteration", + "exercise", + "exercise_bike", + "exercise_device", + "exercise_set", + "exerciser", + "exercising", + "exercising_weight", + "exercycle", + "exertion", + "exfiltration_operation", + "exfoliation", + "exhalation", + "exhaust", + "exhaust_fan", + "exhaust_fumes", + "exhaust_hood", + "exhaust_manifold", + "exhaust_pipe", + "exhaust_system", + "exhaust_valve", + "exhaustion", + "exhibit", + "exhibition", + "exhibition_area", + "exhibition_game", + "exhibition_hall", + "exhibition_season", + "exhibitioner", + "exhibitionism", + "exhibitionist", + "exhibitor", + "exhilaration", + "exhortation", + "exhumation", + "exigency", + "exiguity", + "exile", + "existence", + "existential_operator", + "existential_philosopher", + "existential_philosophy", + "existential_quantifier", + "existentialism", + "existentialist", + "existentialist_philosopher", + "existentialist_philosophy", + "exit", + "exit_poll", + "exmoor", + "exobiology", + "exocarp", + "exocet", + "exocoetidae", + "exocrine", + "exocrine_gland", + "exocycloida", + "exode", + "exoderm", + "exodontia", + "exodontics", + "exodontist", + "exodus", + "exoergic_reaction", + "exogamy", + "exogen", + "exogenous_depression", + "exogenous_obesity", + "exomphalos", + "exon", + "exoneration", + "exonuclease", + "exophthalmic_goiter", + "exophthalmos", + "exopterygota", + "exorbitance", + "exorciser", + "exorcism", + "exorcist", + "exordium", + "exoskeleton", + "exosphere", + "exostosis", + "exotherm", + "exothermic_reaction", + "exotic_belly_dancer", + "exotic_dancer", + "exoticism", + "exoticness", + "exotism", + "exotoxin", + "exotropia", + "expanding_upon", + "expanse", + "expansion", + "expansion_bit", + "expansion_bolt", + "expansion_slot", + "expansionism", + "expansive_bit", + "expansiveness", + "expansivity", + "expat", + "expatiation", + "expatriate", + "expatriation", + "expectancy", + "expectation", + "expected_value", + "expectedness", + "expectorant", + "expectoration", + "expectorator", + "expedience", + "expediency", + "expedient", + "expedition", + "expeditiousness", + "expelling", + "expender", + "expending", + "expenditure", + "expense", + "expense_account", + "expense_record", + "expensiveness", + "experience", + "experiment", + "experimental_condition", + "experimental_extinction", + "experimental_method", + "experimental_procedure", + "experimental_psychology", + "experimental_variable", + "experimentalism", + "experimentation", + "experimenter", + "experimenter_bias", + "expert", + "expert_witness", + "expertise", + "expertness", + "expiation", + "expiration", + "expiry", + "explanandum", + "explanans", + "explanation", + "expletive", + "explicandum", + "explication", + "explication_de_texte", + "explicit_definition", + "explicitness", + "exploding_cucumber", + "exploit", + "exploitation", + "exploiter", + "exploration", + "exploratory_survey", + "explorer", + "explorer's_gentian", + "explosion", + "explosive", + "explosive_charge", + "explosive_compound", + "explosive_detection_system", + "explosive_device", + "explosive_mixture", + "explosive_trace_detection", + "explosive_unit", + "expo", + "exponent", + "exponential", + "exponential_curve", + "exponential_decay", + "exponential_equation", + "exponential_expression", + "exponential_function", + "exponential_return", + "exponential_series", + "exponentiation", + "export", + "export_credit", + "export_duty", + "exportation", + "exporter", + "exporting", + "expose", + "exposition", + "expositor", + "expostulation", + "exposure", + "exposure_meter", + "exposure_therapy", + "expounder", + "expounding", + "express", + "express_luxury_liner", + "express_mail", + "express_trust", + "expressage", + "expressed_almond_oil", + "expression", + "expressionism", + "expressionist", + "expressive_aphasia", + "expressive_style", + "expressiveness", + "expressway", + "expropriation", + "expulsion", + "expunction", + "expunging", + "expurgation", + "expurgator", + "exquisiteness", + "extemporisation", + "extemporization", + "extended_care_facility", + "extended_family", + "extended_order", + "extended_time_scale", + "extension", + "extension_agent", + "extension_cord", + "extension_course", + "extension_ladder", + "extension_phone", + "extension_service", + "extensiveness", + "extensor", + "extensor_muscle", + "extent", + "extenuation", + "exterior", + "exterior_angle", + "exterior_door", + "exteriorisation", + "exteriorization", + "extermination", + "exterminator", + "extern", + "external", + "external-combustion_engine", + "external_angle", + "external_auditory_canal", + "external_body_part", + "external_carotid", + "external_carotid_artery", + "external_drive", + "external_ear", + "external_gill", + "external_iliac_artery", + "external_iliac_vein", + "external_jugular_vein", + "external_maxillary_artery", + "external_nasal_vein", + "external_oblique_muscle", + "external_organ", + "external_orifice", + "external_respiration", + "external_storage", + "externalisation", + "externality", + "externalization", + "exteroception", + "exteroceptor", + "extinction", + "extinction_angle", + "extinguisher", + "extinguishing", + "extirpation", + "extoller", + "extolment", + "extortion", + "extortioner", + "extortionist", + "extra", + "extra_dividend", + "extra_innings", + "extra_large", + "extra_point", + "extra_time", + "extracapsular_surgery", + "extracellular_fluid", + "extract", + "extraction", + "extractor", + "extracurricular_activity", + "extradition", + "extrados", + "extragalactic_nebula", + "extramarital_sex", + "extraneousness", + "extraordinariness", + "extrapolation", + "extrasensory_perception", + "extrasystole", + "extraterrestrial", + "extraterrestrial_being", + "extraterrestrial_object", + "extrauterine_gestation", + "extrauterine_pregnancy", + "extravagance", + "extravagancy", + "extravaganza", + "extravasation", + "extraversion", + "extravert", + "extreme", + "extreme_point", + "extreme_right-winger", + "extreme_unction", + "extremely_high_frequency", + "extremely_low_frequency", + "extremeness", + "extremism", + "extremist", + "extremity", + "extremum", + "extrication", + "extrinsic_fraud", + "extropy", + "extroversion", + "extrovert", + "extrusion", + "exuberance", + "exudate", + "exudation", + "exultation", + "exurbia", + "exuviae", + "eyas", + "eyck", + "eye", + "eye-beaming", + "eye-catcher", + "eye-drop", + "eye-lotion", + "eye_bank", + "eye_blink", + "eye_candy", + "eye_chart", + "eye_clinic", + "eye_condition", + "eye_contact", + "eye_cup", + "eye_dialect", + "eye_disease", + "eye_doctor", + "eye_dropper", + "eye_infection", + "eye_mask", + "eye_movement", + "eye_muscle", + "eye_of_ra", + "eye_opener", + "eye_operation", + "eye_rhyme", + "eye_socket", + "eye_surgery", + "eye_tooth", + "eyeball", + "eyebath", + "eyebrow", + "eyebrow_pencil", + "eyecup", + "eyedness", + "eyedrop", + "eyeful", + "eyeglass", + "eyeglass_wearer", + "eyeglasses", + "eyehole", + "eyeish", + "eyelash", + "eyelessness", + "eyelet", + "eyelid", + "eyeliner", + "eyepatch", + "eyepiece", + "eyes", + "eyeshade", + "eyeshadow", + "eyeshot", + "eyesight", + "eyesore", + "eyespot", + "eyestrain", + "eyetooth", + "eyewash", + "eyewitness", + "eyra", + "eyre", + "eyre_peninsula", + "eyrie", + "eyrir", + "eyry", + "eysenck", + "eysenck_personality_inventory", + "ezechiel", + "ezed", + "ezekias", + "ezekiel", + "ezo", + "ezo-yama-hagi", + "ezra", + "ezra_cornell", + "ezra_loomis_pound", + "ezra_pound", + "f", + "f._d._roosevelt", + "f._g._banting", + "f._scott_fitzgerald", + "f.i.s.c.", + "f_clef", + "f_layer", + "f_number", + "f_region", + "fa", + "fa_la", + "faa", + "fabaceae", + "faberge", + "fabian", + "fabian_society", + "fabiana", + "fabiana_imbricata", + "fabianism", + "fable", + "fabric", + "fabrication", + "fabricator", + "fabulist", + "facade", + "face", + "face-amount_certificate_company", + "face-off", + "face_angle", + "face_card", + "face_cloth", + "face_cream", + "face_fungus", + "face_guard", + "face_lift", + "face_lifting", + "face_mask", + "face_pack", + "face_powder", + "face_recognition", + "face_saver", + "face_saving", + "face_soap", + "face_time", + "face_towel", + "face_value", + "face_veil", + "facelift", + "faceplate", + "facer", + "facet", + "facet_plane", + "facetiousness", + "facia", + "facial", + "facial_artery", + "facial_expression", + "facial_gesture", + "facial_hair", + "facial_index", + "facial_muscle", + "facial_nerve", + "facial_profiling", + "facial_recognition", + "facial_tissue", + "facial_vein", + "facilitation", + "facilitator", + "facility", + "facing", + "facing_pages", + "facsimile", + "facsimile_machine", + "fact", + "fact_mood", + "faction", + "factoid", + "factor", + "factor_analysis", + "factor_i", + "factor_ii", + "factor_iii", + "factor_iv", + "factor_ix", + "factor_of_proportionality", + "factor_of_safety", + "factor_v", + "factor_vii", + "factor_viii", + "factor_x", + "factor_xi", + "factor_xii", + "factor_xiii", + "factorial", + "factoring", + "factorisation", + "factorization", + "factory", + "factory_farm", + "factory_price", + "factory_ship", + "factory_whistle", + "factory_worker", + "factotum", + "facts_of_life", + "factuality", + "factualness", + "facula", + "faculty", + "faculty_member", + "fad", + "fad_diet", + "faddist", + "fade", + "fadeout", + "fading", + "fading_away", + "fado", + "fae", + "faecal_matter", + "faecal_occult_test", + "faecalith", + "faeces", + "faerie", + "faeroe_islands", + "faeroes", + "faeroese", + "faery", + "fafnir", + "fag", + "fag_end", + "fagaceae", + "fagales", + "faggot", + "faggot_stitch", + "faggoting", + "fagin", + "fagopyrum", + "fagopyrum_esculentum", + "fagot", + "fagot_stitch", + "fagoting", + "fagus", + "fagus_americana", + "fagus_grandifolia", + "fagus_pendula", + "fagus_purpurea", + "fagus_sylvatica", + "fagus_sylvatica_atropunicea", + "fagus_sylvatica_pendula", + "fagus_sylvatica_purpurea", + "fahd", + "fahd_ibn_abdel_aziz_al-saud", + "fahrenheit", + "fahrenheit_scale", + "fahrenheit_thermometer", + "faience", + "fail-safe", + "failing", + "faille", + "failure", + "faineance", + "faint", + "faintheartedness", + "faintness", + "fair", + "fair-maids-of-france", + "fair-mindedness", + "fair-trade_act", + "fair-trade_agreement", + "fair_ball", + "fair_catch", + "fair_chance", + "fair_copy", + "fair_deal", + "fair_game", + "fair_hearing", + "fair_sex", + "fair_trade", + "fair_use", + "fair_weather", + "fairbanks", + "fairground", + "fairlead", + "fairness", + "fairness_commission", + "fairway", + "fairway_crested_wheat_grass", + "fairy", + "fairy-ring_mushroom", + "fairy-slipper", + "fairy_armadillo", + "fairy_bell", + "fairy_bluebird", + "fairy_circle", + "fairy_cup", + "fairy_godmother", + "fairy_lantern", + "fairy_light", + "fairy_ring", + "fairy_shrimp", + "fairy_story", + "fairy_swallow", + "fairy_tale", + "fairyland", + "fairytale", + "faisal", + "faisal_ibn_abdel_aziz_al-saud", + "faisalabad", + "fait_accompli", + "faith", + "faith_cure", + "faith_healing", + "faithful", + "faithfulness", + "faithlessness", + "fake", + "fake_book", + "fakeer", + "faker", + "fakery", + "fakir", + "fal_la", + "falafel", + "falanga", + "falange", + "falangist", + "falcatifolium", + "falcatifolium_falciforme", + "falcatifolium_taxoides", + "falchion", + "falciform_ligament", + "falco", + "falco_columbarius", + "falco_peregrinus", + "falco_rusticolus", + "falco_sparverius", + "falco_subbuteo", + "falco_tinnunculus", + "falcon", + "falcon-gentil", + "falcon-gentle", + "falconer", + "falconidae", + "falconiformes", + "falconry", + "falderol", + "falkland_islands", + "falkner", + "fall", + "fall-blooming_hydrangea", + "fall-board", + "fall_armyworm", + "fall_cankerworm", + "fall_dandelion", + "fall_equinox", + "fall_guy", + "fall_of_man", + "fall_webworm", + "falla", + "fallaciousness", + "fallacy", + "fallal", + "fallback", + "fallboard", + "fallen_arch", + "faller", + "fallibility", + "falling_off", + "falling_out", + "falloff", + "fallopian_tube", + "fallopio", + "fallopius", + "fallot", + "fallot's_syndrome", + "fallot's_tetralogy", + "fallout", + "fallout_shelter", + "fallow", + "fallow_deer", + "falls", + "false_alarm", + "false_alumroot", + "false_asphodel", + "false_azalea", + "false_baby's_breath", + "false_beachdrops", + "false_belief", + "false_bittersweet", + "false_bottom", + "false_bracken", + "false_buckthorn", + "false_bugbane", + "false_calyx", + "false_chamomile", + "false_deathcap", + "false_dogwood", + "false_dragon_head", + "false_dragonhead", + "false_face", + "false_flax", + "false_foxglove", + "false_fruit", + "false_garlic", + "false_gavial", + "false_glottis", + "false_goatsbeard", + "false_gromwell", + "false_hair", + "false_heather", + "false_hellebore", + "false_imprisonment", + "false_indigo", + "false_labor", + "false_lily_of_the_valley", + "false_lupine", + "false_mallow", + "false_mildew", + "false_mistletoe", + "false_miterwort", + "false_mitrewort", + "false_morel", + "false_name", + "false_nettle", + "false_oat", + "false_pimpernel", + "false_pregnancy", + "false_pretence", + "false_pretense", + "false_ragweed", + "false_return", + "false_rue", + "false_rue_anemone", + "false_saber-toothed_tiger", + "false_saffron", + "false_sago", + "false_sarsaparilla", + "false_scorpion", + "false_smut", + "false_tamarisk", + "false_teeth", + "false_topaz", + "false_truffle", + "false_vampire", + "false_vampire_bat", + "false_verdict", + "false_vocal_cord", + "false_vocal_fold", + "false_wintergreen", + "false_witness", + "falsehood", + "falseness", + "falsetto", + "falsie", + "falsification", + "falsifier", + "falsifying", + "falsity", + "falstaff", + "falter", + "faltering", + "falun_gong", + "fame", + "familial_hypercholesterolemia", + "familiar", + "familiar_spirit", + "familiarisation", + "familiarity", + "familiarization", + "family", + "family_acanthaceae", + "family_acanthisittidae", + "family_acanthuridae", + "family_acaridae", + "family_accipitridae", + "family_aceraceae", + "family_acipenseridae", + "family_acrididae", + "family_actinidiaceae", + "family_actinomycetaceae", + "family_adelgidae", + "family_adiantaceae", + "family_aegypiidae", + "family_aepyornidae", + "family_agamidae", + "family_agaricaceae", + "family_agavaceae", + "family_agonidae", + "family_ailuropodidae", + "family_aizoaceae", + "family_akeridae", + "family_alaudidae", + "family_albuginaceae", + "family_albulidae", + "family_alcedinidae", + "family_alcidae", + "family_aleyrodidae", + "family_alismataceae", + "family_alliaceae", + "family_alligatoridae", + "family_allioniaceae", + "family_aloeaceae", + "family_alopiidae", + "family_alstroemeriaceae", + "family_amaranthaceae", + "family_amaryllidaceae", + "family_ambrosiaceae", + "family_ambystomatidae", + "family_ameiuridae", + "family_amiidae", + "family_ammodytidae", + "family_amphioxidae", + "family_amphisbaenidae", + "family_amphiumidae", + "family_amygdalaceae", + "family_anabantidae", + "family_anacardiaceae", + "family_anarhichadidae", + "family_anatidae", + "family_ancylidae", + "family_ancylostomatidae", + "family_andrenidae", + "family_anguidae", + "family_anguillidae", + "family_anhimidae", + "family_anhingidae", + "family_anniellidae", + "family_annonaceae", + "family_anobiidae", + "family_anomalopidae", + "family_anomiidae", + "family_antedonidae", + "family_antennariidae", + "family_anthocerotaceae", + "family_antilocapridae", + "family_aphididae", + "family_aphyllanthaceae", + "family_apiaceae", + "family_apidae", + "family_aplodontiidae", + "family_aplysiidae", + "family_apocynaceae", + "family_apodidae", + "family_apogonidae", + "family_apterygidae", + "family_aquifoliaceae", + "family_araceae", + "family_araliaceae", + "family_araucariaceae", + "family_arcellidae", + "family_arcidae", + "family_arctiidae", + "family_ardeidae", + "family_arecaceae", + "family_argasidae", + "family_argentinidae", + "family_argiopidae", + "family_argonautidae", + "family_ariidae", + "family_aristolochiaceae", + "family_armadillidiidae", + "family_artamidae", + "family_ascaphidae", + "family_ascaridae", + "family_asclepiadaceae", + "family_asilidae", + "family_asparagaceae", + "family_aspergillaceae", + "family_asphodelaceae", + "family_aspleniaceae", + "family_astacidae", + "family_asteraceae", + "family_atherinidae", + "family_athiorhodaceae", + "family_athyriaceae", + "family_atrichornithidae", + "family_atropidae", + "family_aulostomidae", + "family_auriculariaceae", + "family_avicenniaceae", + "family_azollaceae", + "family_babesiidae", + "family_bacillaceae", + "family_bacteroidaceae", + "family_balaenicipitidae", + "family_balaenidae", + "family_balaenopteridae", + "family_balanidae", + "family_balistidae", + "family_balsaminaceae", + "family_bangiaceae", + "family_bathyergidae", + "family_batidaceae", + "family_batrachoididae", + "family_begoniaceae", + "family_belemnitidae", + "family_belonidae", + "family_belostomatidae", + "family_bennettitaceae", + "family_berberidaceae", + "family_betulaceae", + "family_bible", + "family_bignoniaceae", + "family_bittacidae", + "family_blastodiaceae", + "family_blattidae", + "family_blechnaceae", + "family_blenniidae", + "family_boidae", + "family_boletaceae", + "family_bombacaceae", + "family_bombycidae", + "family_bombycillidae", + "family_bombyliidae", + "family_boraginaceae", + "family_bothidae", + "family_bovidae", + "family_bradypodidae", + "family_bramidae", + "family_branchiobdellidae", + "family_branchiostegidae", + "family_branchiostomidae", + "family_brassicaceae", + "family_brevicipitidae", + "family_bromeliaceae", + "family_brotulidae", + "family_bruchidae", + "family_bryaceae", + "family_buccinidae", + "family_bucconidae", + "family_bucerotidae", + "family_bufonidae", + "family_burhinidae", + "family_burmanniaceae", + "family_burseraceae", + "family_business", + "family_buxaceae", + "family_cactaceae", + "family_caeciliadae", + "family_caeciliidae", + "family_caenolestidae", + "family_caesalpiniaceae", + "family_callionymidae", + "family_calliphoridae", + "family_callithricidae", + "family_callitrichaceae", + "family_calostomataceae", + "family_calycanthaceae", + "family_camelidae", + "family_campanulaceae", + "family_cancridae", + "family_canellaceae", + "family_canidae", + "family_cannabidaceae", + "family_cannaceae", + "family_capitonidae", + "family_capparidaceae", + "family_caprifoliaceae", + "family_caprimulgidae", + "family_caproidae", + "family_capromyidae", + "family_capsidae", + "family_carabidae", + "family_carangidae", + "family_carapidae", + "family_carcharhinidae", + "family_carchariidae", + "family_cardiidae", + "family_cariamidae", + "family_caricaceae", + "family_carpinaceae", + "family_caryocaraceae", + "family_caryophyllaceae", + "family_castoridae", + "family_casuaridae", + "family_casuarinaceae", + "family_cathartidae", + "family_catostomidae", + "family_caviidae", + "family_cebidae", + "family_cecidomyidae", + "family_cecropiaceae", + "family_celastraceae", + "family_centrarchidae", + "family_centriscidae", + "family_centropomidae", + "family_cephalobidae", + "family_cephalotaceae", + "family_cephalotaxaceae", + "family_cerambycidae", + "family_ceratodontidae", + "family_ceratophyllaceae", + "family_ceratopogonidae", + "family_ceratopsidae", + "family_ceratostomataceae", + "family_cercidiphyllaceae", + "family_cercopidae", + "family_cercopithecidae", + "family_certhiidae", + "family_cervidae", + "family_cestidae", + "family_cetorhinidae", + "family_chaetodontidae", + "family_chalcidae", + "family_chalcididae", + "family_chamaeleonidae", + "family_chamaeleontidae", + "family_characeae", + "family_characidae", + "family_characinidae", + "family_charadriidae", + "family_chelonidae", + "family_cheloniidae", + "family_chelydridae", + "family_chenopodiaceae", + "family_chermidae", + "family_chimaeridae", + "family_chinchillidae", + "family_chironomidae", + "family_chlamydiaceae", + "family_chlamydomonadaceae", + "family_chloranthaceae", + "family_chlorophthalmidae", + "family_chrysochloridae", + "family_chrysomelidae", + "family_chrysopidae", + "family_chytridiaceae", + "family_cicadellidae", + "family_cicadidae", + "family_cichlidae", + "family_cicindelidae", + "family_ciconiidae", + "family_cimicidae", + "family_cinclidae", + "family_circle", + "family_cistaceae", + "family_cladoniaceae", + "family_clathraceae", + "family_clavariaceae", + "family_cleridae", + "family_clethraceae", + "family_clinidae", + "family_clupeidae", + "family_clusiaceae", + "family_cobitidae", + "family_coccidae", + "family_coccinellidae", + "family_coerebidae", + "family_colchicaceae", + "family_colubridae", + "family_columbidae", + "family_comatulidae", + "family_combretaceae", + "family_commelinaceae", + "family_compositae", + "family_congridae", + "family_connaraceae", + "family_convallariaceae", + "family_convolvulaceae", + "family_coprinaceae", + "family_coraciidae", + "family_cordaitaceae", + "family_cordylidae", + "family_coregonidae", + "family_coreidae", + "family_corixidae", + "family_cornaceae", + "family_cortinariaceae", + "family_corvidae", + "family_corydalidae", + "family_corylaceae", + "family_corynebacteriaceae", + "family_coryphaenidae", + "family_cotingidae", + "family_cottidae", + "family_court", + "family_cracidae", + "family_cracticidae", + "family_crangonidae", + "family_crassulaceae", + "family_cricetidae", + "family_crocodylidae", + "family_crotalidae", + "family_cruciferae", + "family_cryptobranchidae", + "family_cryptocercidae", + "family_cryptogrammataceae", + "family_ctenizidae", + "family_cuculidae", + "family_cucurbitaceae", + "family_culicidae", + "family_cunoniaceae", + "family_cupressaceae", + "family_curculionidae", + "family_cuterebridae", + "family_cyatheaceae", + "family_cycadaceae", + "family_cyclopteridae", + "family_cymatiidae", + "family_cynipidae", + "family_cynocephalidae", + "family_cynoglossidae", + "family_cyperaceae", + "family_cypraeidae", + "family_cyprinidae", + "family_cyprinodontidae", + "family_cyrilliaceae", + "family_dacninae", + "family_dacrymycetaceae", + "family_dactylopiidae", + "family_dactylopteridae", + "family_dactyloscopidae", + "family_danaidae", + "family_dasyatidae", + "family_dasypodidae", + "family_dasyproctidae", + "family_dasyuridae", + "family_dasyurinae", + "family_daubentoniidae", + "family_davalliaceae", + "family_delphinidae", + "family_dematiaceae", + "family_dendrocolaptidae", + "family_dennstaedtiaceae", + "family_dermestidae", + "family_dermochelyidae", + "family_desmidiaceae", + "family_desmodontidae", + "family_diapensiaceae", + "family_diaspididae", + "family_dicamptodontidae", + "family_dicksoniaceae", + "family_dicranaceae", + "family_didelphidae", + "family_dilleniaceae", + "family_dinornithidae", + "family_diodontidae", + "family_diomedeidae", + "family_dioscoreaceae", + "family_dipodidae", + "family_dipsacaceae", + "family_dipterocarpaceae", + "family_discoglossidae", + "family_doctor", + "family_doliolidae", + "family_dracunculidae", + "family_drepanididae", + "family_dromaeosauridae", + "family_droseraceae", + "family_drosophilidae", + "family_dryopteridaceae", + "family_dugongidae", + "family_dytiscidae", + "family_ebenaceae", + "family_echeneidae", + "family_echeneididae", + "family_edaphosauridae", + "family_eimeriidae", + "family_elaeagnaceae", + "family_elaeocarpaceae", + "family_elapidae", + "family_elateridae", + "family_electrophoridae", + "family_eleotridae", + "family_elephantidae", + "family_elopidae", + "family_embiotocidae", + "family_empetraceae", + "family_emydidae", + "family_endamoebidae", + "family_engraulidae", + "family_enterobacteriaceae", + "family_entolomataceae", + "family_entomophthoraceae", + "family_epacridaceae", + "family_ephedraceae", + "family_ephemeridae", + "family_ephippidae", + "family_equidae", + "family_equisetaceae", + "family_erethizontidae", + "family_ericaceae", + "family_erinaceidae", + "family_eriocaulaceae", + "family_erysiphaceae", + "family_erythroxylaceae", + "family_eschrichtiidae", + "family_esocidae", + "family_euglenaceae", + "family_euphorbiaceae", + "family_eurylaimidae", + "family_exocoetidae", + "family_fabaceae", + "family_fagaceae", + "family_falconidae", + "family_fasciolidae", + "family_felidae", + "family_filariidae", + "family_fissurellidae", + "family_fistulariidae", + "family_fistulinaceae", + "family_flacourtiaceae", + "family_forficulidae", + "family_formicariidae", + "family_formicidae", + "family_fouquieriaceae", + "family_fregatidae", + "family_fringillidae", + "family_fucaceae", + "family_fulgoridae", + "family_fumariaceae", + "family_funkaceae", + "family_furnariidae", + "family_gadidae", + "family_galbulidae", + "family_gasterophilidae", + "family_gasterosteidae", + "family_gavialidae", + "family_gavidae", + "family_geastraceae", + "family_gekkonidae", + "family_gelechiidae", + "family_gempylidae", + "family_gentianaceae", + "family_geoglossaceae", + "family_geometridae", + "family_geomyidae", + "family_geophilidae", + "family_geraniaceae", + "family_gerreidae", + "family_gerridae", + "family_gerrididae", + "family_gesneriaceae", + "family_gigartinaceae", + "family_ginkgoaceae", + "family_giraffidae", + "family_glareolidae", + "family_gleicheniaceae", + "family_gliridae", + "family_globigerinidae", + "family_glossinidae", + "family_gnetaceae", + "family_gobiesocidae", + "family_gobiidae", + "family_gomphotheriidae", + "family_gonorhynchidae", + "family_goodeniaceae", + "family_gracilariidae", + "family_graminaceae", + "family_gramineae", + "family_grossulariaceae", + "family_gruidae", + "family_gryllidae", + "family_guttiferae", + "family_gyrinidae", + "family_hadrosauridae", + "family_haematopodidae", + "family_haemodoraceae", + "family_haemoproteidae", + "family_haemulidae", + "family_halictidae", + "family_haliotidae", + "family_haloragaceae", + "family_haloragidaceae", + "family_hamamelidaceae", + "family_helicidae", + "family_helodermatidae", + "family_helotiaceae", + "family_helvellaceae", + "family_hemerobiidae", + "family_hemerocallidaceae", + "family_hemiprocnidae", + "family_hemiramphidae", + "family_heteromyidae", + "family_hexagrammidae", + "family_hexanchidae", + "family_hippoboscidae", + "family_hippocastanaceae", + "family_hippopotamidae", + "family_hipposideridae", + "family_hirudinidae", + "family_hirundinidae", + "family_history", + "family_holocentridae", + "family_holothuridae", + "family_homaridae", + "family_hominidae", + "family_hostaceae", + "family_hyacinthaceae", + "family_hyaenidae", + "family_hydnaceae", + "family_hydnoraceae", + "family_hydrangeaceae", + "family_hydrobatidae", + "family_hydrocharidaceae", + "family_hydrocharitaceae", + "family_hydrochoeridae", + "family_hydrophidae", + "family_hydrophyllaceae", + "family_hygrophoraceae", + "family_hylidae", + "family_hylobatidae", + "family_hymenophyllaceae", + "family_hypericaceae", + "family_hyperodontidae", + "family_hypocreaceae", + "family_hypodermatidae", + "family_hypoxidaceae", + "family_hystricidae", + "family_ibidiidae", + "family_ichneumonidae", + "family_ichthyosauridae", + "family_icteridae", + "family_iguania", + "family_iguanidae", + "family_iguanodontidae", + "family_indicatoridae", + "family_indriidae", + "family_ipidae", + "family_irenidae", + "family_iridaceae", + "family_isoetaceae", + "family_istiophoridae", + "family_isuridae", + "family_ixodidae", + "family_jassidae", + "family_jewels", + "family_juglandaceae", + "family_juncaceae", + "family_juncaginaceae", + "family_jungermanniaceae", + "family_kalotermitidae", + "family_kasuwonidae", + "family_kinosternidae", + "family_kyphosidae", + "family_labiatae", + "family_labridae", + "family_lacertidae", + "family_lactobacillaceae", + "family_lactobacteriaceae", + "family_lamiaceae", + "family_laminariaceae", + "family_lamnidae", + "family_lampridae", + "family_lampyridae", + "family_laniidae", + "family_lanthanotidae", + "family_lardizabalaceae", + "family_laricariidae", + "family_laridae", + "family_lasiocampidae", + "family_latimeridae", + "family_lauraceae", + "family_lecanoraceae", + "family_lecythidaceae", + "family_leguminosae", + "family_leiopelmatidae", + "family_leitneriaceae", + "family_lemnaceae", + "family_lemuridae", + "family_lennoaceae", + "family_lentibulariaceae", + "family_lepadidae", + "family_lepidobotryaceae", + "family_lepidodendraceae", + "family_lepiotaceae", + "family_lepismatidae", + "family_lepisosteidae", + "family_leporidae", + "family_leptodactylidae", + "family_leptotyphlopidae", + "family_liliaceae", + "family_limacidae", + "family_limulidae", + "family_linaceae", + "family_line", + "family_liopelmidae", + "family_liparidae", + "family_liparididae", + "family_lithodidae", + "family_littorinidae", + "family_loasaceae", + "family_lobeliaceae", + "family_lobotidae", + "family_locustidae", + "family_loganiaceae", + "family_lomariopsidaceae", + "family_lophiidae", + "family_lophosoriaceae", + "family_loranthaceae", + "family_lorisidae", + "family_loxomataceae", + "family_lucanidae", + "family_lutjanidae", + "family_luvaridae", + "family_lycaenidae", + "family_lycoperdaceae", + "family_lycopodiaceae", + "family_lycosidae", + "family_lygaeidae", + "family_lymantriidae", + "family_lythraceae", + "family_machilidae", + "family_macropodidae", + "family_macrorhamphosidae", + "family_macrouridae", + "family_macruridae", + "family_magnoliaceae", + "family_majidae", + "family_malacanthidae", + "family_malpighiaceae", + "family_malvaceae", + "family_mammutidae", + "family_man", + "family_manidae", + "family_manteidae", + "family_mantidae", + "family_mantispidae", + "family_marantaceae", + "family_marattiaceae", + "family_marchantiaceae", + "family_marsileaceae", + "family_martyniaceae", + "family_mastodontidae", + "family_mastotermitidae", + "family_mayacaceae", + "family_medicine", + "family_megachilidae", + "family_megadermatidae", + "family_megalonychidae", + "family_megalosauridae", + "family_megapodiidae", + "family_megatheriidae", + "family_melampsoraceae", + "family_melanthiaceae", + "family_melastomaceae", + "family_melastomataceae", + "family_meleagrididae", + "family_meliaceae", + "family_meliphagidae", + "family_meloidae", + "family_membracidae", + "family_menispermaceae", + "family_menuridae", + "family_menyanthaceae", + "family_meropidae", + "family_micrococcaceae", + "family_microdesmidae", + "family_microhylidae", + "family_mimidae", + "family_mimosaceae", + "family_miridae", + "family_mniaceae", + "family_mobulidae", + "family_molidae", + "family_molossidae", + "family_momotidae", + "family_moniliaceae", + "family_monocanthidae", + "family_monodontidae", + "family_monotropaceae", + "family_moraceae", + "family_morchellaceae", + "family_motacillidae", + "family_mucoraceae", + "family_mugilidae", + "family_mullidae", + "family_muraenidae", + "family_muridae", + "family_musaceae", + "family_muscicapidae", + "family_muscidae", + "family_musophagidae", + "family_mustelidae", + "family_mutillidae", + "family_myacidae", + "family_mycetophylidae", + "family_mycobacteriaceae", + "family_mycoplasmataceae", + "family_myctophidae", + "family_myliobatidae", + "family_mylodontidae", + "family_myricaceae", + "family_myristicaceae", + "family_myrmecophagidae", + "family_myrmeleontidae", + "family_myrsinaceae", + "family_myrtaceae", + "family_mysidae", + "family_mytilidae", + "family_myxinidae", + "family_myxobacteriaceae", + "family_myxophyceae", + "family_naiadaceae", + "family_najadaceae", + "family_name", + "family_naticidae", + "family_nautilidae", + "family_nepenthaceae", + "family_nephropsidae", + "family_nepidae", + "family_neritidae", + "family_nidulariaceae", + "family_nitrobacteriaceae", + "family_noctuidae", + "family_nostocaceae", + "family_notonectidae", + "family_notoryctidae", + "family_nummulitidae", + "family_nyctaginaceae", + "family_nymphaeaceae", + "family_nymphalidae", + "family_nyssaceae", + "family_ochnaceae", + "family_ochotonidae", + "family_octopodidae", + "family_odobenidae", + "family_odontaspididae", + "family_oedogoniaceae", + "family_oestridae", + "family_ogcocephalidae", + "family_oleaceae", + "family_oleandraceae", + "family_onagraceae", + "family_oniscidae", + "family_ophidiidae", + "family_ophiodontidae", + "family_ophioglossaceae", + "family_opisthocomidae", + "family_opisthognathidae", + "family_orchestiidae", + "family_orchidaceae", + "family_orectolobidae", + "family_oriolidae", + "family_ornithorhynchidae", + "family_orobanchaceae", + "family_orycteropodidae", + "family_oscillatoriaceae", + "family_osmeridae", + "family_osmundaceae", + "family_osteoglossidae", + "family_ostraciidae", + "family_ostraciontidae", + "family_ostreidae", + "family_otariidae", + "family_otididae", + "family_oxalidaceae", + "family_oxyuridae", + "family_paeoniaceae", + "family_paguridae", + "family_palaemonidae", + "family_palinuridae", + "family_palmaceae", + "family_palmae", + "family_pandanaceae", + "family_pandionidae", + "family_panorpidae", + "family_papaveraceae", + "family_papilionacea", + "family_paradisaeidae", + "family_paridae", + "family_parkeriaceae", + "family_parmeliaceae", + "family_parulidae", + "family_passeridae", + "family_passifloraceae", + "family_patellidae", + "family_pectinidae", + "family_pedaliaceae", + "family_pediculidae", + "family_pelecanidae", + "family_pelecanoididae", + "family_pelobatidae", + "family_pempheridae", + "family_peneidae", + "family_pennatulidae", + "family_peramelidae", + "family_percidae", + "family_percophidae", + "family_peridiniidae", + "family_peripatidae", + "family_peripatopsidae", + "family_peronosporaceae", + "family_pertusariaceae", + "family_petromyzontidae", + "family_pezizaceae", + "family_phaethontidae", + "family_phalacrocoracidae", + "family_phalangeridae", + "family_phalangiidae", + "family_phalaropidae", + "family_phallaceae", + "family_phasianidae", + "family_phasmatidae", + "family_phasmidae", + "family_phillidae", + "family_phocidae", + "family_phoenicopteridae", + "family_phoeniculidae", + "family_pholadidae", + "family_pholidae", + "family_pholididae", + "family_phthiriidae", + "family_phyllidae", + "family_phyllocladaceae", + "family_phyllostomatidae", + "family_phyllostomidae", + "family_phylloxeridae", + "family_physeteridae", + "family_physidae", + "family_phytolaccaceae", + "family_picidae", + "family_pieridae", + "family_pinaceae", + "family_pinnotheridae", + "family_piperaceae", + "family_pipidae", + "family_pipridae", + "family_pittidae", + "family_planning", + "family_plantaginaceae", + "family_plasmodiidae", + "family_plasmodiophoraceae", + "family_plataleidae", + "family_platanaceae", + "family_platanistidae", + "family_platycephalidae", + "family_plethodontidae", + "family_pleurobrachiidae", + "family_pleuronectidae", + "family_ploceidae", + "family_plumbaginaceae", + "family_pluteaceae", + "family_poaceae", + "family_podargidae", + "family_podicipedidae", + "family_podocarpaceae", + "family_poeciliidae", + "family_polemoniaceae", + "family_polyangiaceae", + "family_polygalaceae", + "family_polygonaceae", + "family_polynemidae", + "family_polyodontidae", + "family_polypedatidae", + "family_polypodiaceae", + "family_polyporaceae", + "family_pomacentridae", + "family_pomatomidae", + "family_pongidae", + "family_pontederiaceae", + "family_porcellionidae", + "family_portulacaceae", + "family_portunidae", + "family_potamogalidae", + "family_potamogetonaceae", + "family_practice", + "family_priacanthidae", + "family_primulaceae", + "family_pristidae", + "family_procaviidae", + "family_procellariidae", + "family_procyonidae", + "family_proteaceae", + "family_proteidae", + "family_prunellidae", + "family_pseudococcidae", + "family_pseudomonodaceae", + "family_psilophytaceae", + "family_psilotaceae", + "family_psittacidae", + "family_psocidae", + "family_psophiidae", + "family_psychodidae", + "family_psyllidae", + "family_pteridaceae", + "family_pteriidae", + "family_pteroclididae", + "family_pterodactylidae", + "family_ptilonorhynchidae", + "family_pucciniaceae", + "family_pulicidae", + "family_punicaceae", + "family_pygopodidae", + "family_pyralidae", + "family_pyralididae", + "family_pyrolaceae", + "family_pyrrhocoridae", + "family_pythiaceae", + "family_pythonidae", + "family_rachycentridae", + "family_rafflesiaceae", + "family_rajidae", + "family_rallidae", + "family_ramphastidae", + "family_ranidae", + "family_ranunculaceae", + "family_rapateaceae", + "family_raphidae", + "family_raphidiidae", + "family_recurvirostridae", + "family_reduviidae", + "family_regalecidae", + "family_relationship", + "family_resedaceae", + "family_rhamnaceae", + "family_rheidae", + "family_rhincodontidae", + "family_rhinobatidae", + "family_rhinocerotidae", + "family_rhinolophidae", + "family_rhinotermitidae", + "family_rhiptoglossa", + "family_rhizobiaceae", + "family_rhizophoraceae", + "family_rhizopogonaceae", + "family_rhodymeniaceae", + "family_rhyniaceae", + "family_rickettsiaceae", + "family_roccellaceae", + "family_room", + "family_roridulaceae", + "family_rosaceae", + "family_rubiaceae", + "family_ruscaceae", + "family_russulaceae", + "family_rutaceae", + "family_rynchopidae", + "family_saccharomycetaceae", + "family_sagittariidae", + "family_salamandridae", + "family_salicaceae", + "family_salmonidae", + "family_salpidae", + "family_salvadoraceae", + "family_salviniaceae", + "family_santalaceae", + "family_sapindaceae", + "family_sapotaceae", + "family_sarcoptidae", + "family_sarcoscyphaceae", + "family_sarraceniaceae", + "family_saturniidae", + "family_satyridae", + "family_saururaceae", + "family_saxifragaceae", + "family_scarabaeidae", + "family_scaridae", + "family_scheuchzeriaceae", + "family_schistosomatidae", + "family_schizaeaceae", + "family_schizophyceae", + "family_schizosaccharomycetaceae", + "family_sciadopityaceae", + "family_sciaenidae", + "family_sciaridae", + "family_scincidae", + "family_sciuridae", + "family_sclerodermataceae", + "family_sclerotiniaceae", + "family_scolopacidae", + "family_scolytidae", + "family_scomberesocidae", + "family_scombresocidae", + "family_scombridae", + "family_scorpaenidae", + "family_scrophulariaceae", + "family_scutigeridae", + "family_scyliorhinidae", + "family_secotiaceae", + "family_selaginellaceae", + "family_sepiidae", + "family_septobasidiaceae", + "family_serranidae", + "family_sialidae", + "family_sillaginidae", + "family_siluridae", + "family_simaroubaceae", + "family_simuliidae", + "family_sirenidae", + "family_sisyridae", + "family_sittidae", + "family_solanaceae", + "family_soleidae", + "family_solenidae", + "family_soricidae", + "family_spalacidae", + "family_sparganiaceae", + "family_sparidae", + "family_sphaeriaceae", + "family_sphaerobolaceae", + "family_sphaerocarpaceae", + "family_sphecidae", + "family_spheniscidae", + "family_sphingidae", + "family_sphyraenidae", + "family_sphyrnidae", + "family_spirillaceae", + "family_spirochaetaceae", + "family_spirulidae", + "family_squalidae", + "family_squatinidae", + "family_squillidae", + "family_staphylaceae", + "family_staphylinidae", + "family_steatornithidae", + "family_stenopelmatidae", + "family_stercorariidae", + "family_sterculiaceae", + "family_stichaeidae", + "family_stizidae", + "family_strelitziaceae", + "family_streptomycetaceae", + "family_strigidae", + "family_stromateidae", + "family_strombidae", + "family_strophariaceae", + "family_struthionidae", + "family_sturnidae", + "family_styracaceae", + "family_suidae", + "family_sulidae", + "family_sylviidae", + "family_symplocaceae", + "family_synchytriaceae", + "family_syngnathidae", + "family_synodontidae", + "family_tabanidae", + "family_taccaceae", + "family_tachinidae", + "family_tachyglossidae", + "family_taeniidae", + "family_talpidae", + "family_tamaricaceae", + "family_tapiridae", + "family_tarsiidae", + "family_taxaceae", + "family_tayassuidae", + "family_tecophilaeacea", + "family_teiidae", + "family_tenebrionidae", + "family_tenrecidae", + "family_tenthredinidae", + "family_terebellidae", + "family_teredinidae", + "family_termitidae", + "family_testudinidae", + "family_tethyidae", + "family_tetragoniaceae", + "family_tetranychidae", + "family_tetraodontidae", + "family_tetraonidae", + "family_tettigoniidae", + "family_theaceae", + "family_thelephoraceae", + "family_thelypteridaceae", + "family_theophrastaceae", + "family_theraphosidae", + "family_therapy", + "family_theridiidae", + "family_thiobacteriaceae", + "family_thraupidae", + "family_threskiornithidae", + "family_thripidae", + "family_thymelaeaceae", + "family_tiliaceae", + "family_tilletiaceae", + "family_timaliidae", + "family_tinamidae", + "family_tineidae", + "family_tingidae", + "family_tipulidae", + "family_titanosauridae", + "family_todidae", + "family_torpedinidae", + "family_tortricidae", + "family_toxotidae", + "family_trachipteridae", + "family_tragulidae", + "family_trapaceae", + "family_tree", + "family_tremellaceae", + "family_trephritidae", + "family_treponemataceae", + "family_triakidae", + "family_tribonemaceae", + "family_trichechidae", + "family_trichiuridae", + "family_trichodontidae", + "family_tricholomataceae", + "family_tridacnidae", + "family_triglidae", + "family_trilliaceae", + "family_trionychidae", + "family_triopidae", + "family_trochilidae", + "family_troglodytidae", + "family_trogonidae", + "family_trombiculidae", + "family_trombidiidae", + "family_tropaeolaceae", + "family_trypetidae", + "family_tuberaceae", + "family_tuberculariaceae", + "family_tulostomaceae", + "family_tulostomataceae", + "family_tupaiidae", + "family_turdidae", + "family_turnicidae", + "family_tylenchidae", + "family_typhaceae", + "family_typhlopidae", + "family_tytonidae", + "family_uintatheriidae", + "family_ulmaceae", + "family_ulvaceae", + "family_umbelliferae", + "family_unionidae", + "family_unit", + "family_upupidae", + "family_uranoscopidae", + "family_ursidae", + "family_urticaceae", + "family_usneaceae", + "family_ustilaginaceae", + "family_valerianaceae", + "family_varanidae", + "family_veneridae", + "family_verbenaceae", + "family_vespertilionidae", + "family_vespidae", + "family_violaceae", + "family_viperidae", + "family_vireonidae", + "family_viscaceae", + "family_vitaceae", + "family_vittariaceae", + "family_viverridae", + "family_viverrinae", + "family_volvariaceae", + "family_volvocaceae", + "family_vombatidae", + "family_welwitschiaceae", + "family_winteraceae", + "family_xanthorrhoeaceae", + "family_xantusiidae", + "family_xenicidae", + "family_xenopodidae", + "family_xenosauridae", + "family_xiphiidae", + "family_xylariaceae", + "family_xyridaceae", + "family_zamiaceae", + "family_zannichelliaceae", + "family_zapodidae", + "family_zeidae", + "family_zingiberaceae", + "family_ziphiidae", + "family_zoarcidae", + "family_zosteraceae", + "family_zygnemataceae", + "family_zygophyllaceae", + "famine", + "famishment", + "famotidine", + "famous_person", + "famulus", + "fan", + "fan-jet", + "fan_belt", + "fan_blade", + "fan_dance", + "fan_fern", + "fan_letter", + "fan_mail", + "fan_palm", + "fan_tan", + "fan_tracery", + "fan_vaulting", + "fanaloka", + "fanatic", + "fanaticism", + "fanatism", + "fancier", + "fanconi's_anaemia", + "fanconi's_anemia", + "fancy", + "fancy-dress_ball", + "fancy_dress", + "fancy_goods", + "fancy_man", + "fancy_woman", + "fancywork", + "fandango", + "fandom", + "fanfare", + "fang", + "fanion", + "fanjet", + "fanjet_engine", + "fanlight", + "fannie_farmer", + "fannie_mae", + "fannie_merritt_farmer", + "fanny", + "fanny_adams", + "fanny_pack", + "fanny_wright", + "fantail", + "fantan", + "fantasia", + "fantasist", + "fantasm", + "fantast", + "fantasy", + "fantasy_life", + "fantasy_world", + "fantods", + "fanweed", + "fanwort", + "fao", + "faq", + "faqir", + "faquir", + "far", + "far_cry", + "far_east", + "farad", + "faraday", + "farandole", + "farawayness", + "farc", + "farce", + "farce_comedy", + "fardel", + "fare", + "fare-stage", + "fare-thee-well", + "fare_increase", + "farewell", + "farfalle", + "fargo", + "farina", + "farkleberry", + "farley_maidenhair", + "farley_maidenhair_fern", + "farm", + "farm-place", + "farm_animal", + "farm_bill", + "farm_boy", + "farm_building", + "farm_cheese", + "farm_club", + "farm_credit_system", + "farm_girl", + "farm_horse", + "farm_machine", + "farm_team", + "farm_worker", + "farmer", + "farmer's_calendar", + "farmer's_cheese", + "farmer's_lung", + "farmer's_market", + "farmer-labor_party", + "farmerette", + "farmhand", + "farmhouse", + "farming", + "farming_area", + "farmington", + "farmland", + "farmplace", + "farmstead", + "farmyard", + "farness", + "faro", + "faroe_islands", + "faroes", + "faroese", + "farouk_i", + "farrago", + "farragut", + "farrell", + "farrier", + "farrow", + "farrowing", + "farsi", + "farsightedness", + "fart", + "farthing", + "farthingale", + "farting", + "fartlek", + "faruk_i", + "fas", + "fasces", + "fascia", + "fascicle", + "fasciculation", + "fascicule", + "fasciculus", + "fascination", + "fasciola", + "fasciola_hepatica", + "fascioliasis", + "fasciolidae", + "fasciolopsiasis", + "fasciolopsis", + "fasciolopsis_buski", + "fasciolosis", + "fascism", + "fascist", + "fascista", + "fashion", + "fashion_arbiter", + "fashion_business", + "fashion_consultant", + "fashion_designer", + "fashion_industry", + "fashion_model", + "fashion_plate", + "fashioning", + "fashionmonger", + "fast", + "fast_break", + "fast_buck", + "fast_day", + "fast_food", + "fast_lane", + "fast_of_ab", + "fast_of_av", + "fast_of_esther", + "fast_of_gedaliah", + "fast_of_tammuz", + "fast_of_tevet", + "fast_of_the_firstborn", + "fast_one", + "fast_reactor", + "fast_time_scale", + "fast_track", + "fastball", + "fastener", + "fastening", + "fastidiousness", + "fasting", + "fastnacht", + "fastness", + "fat", + "fat-soluble_vitamin", + "fat_cat", + "fat_cell", + "fat_chance", + "fat_embolism", + "fat_farm", + "fat_hen", + "fat_metabolism", + "fat_person", + "fat_tuesday", + "fata_morgana", + "fatah", + "fatah-rc", + "fatah_revolutionary_council", + "fatah_tanzim", + "fatal_accident", + "fatalism", + "fatalist", + "fatality", + "fatality_rate", + "fatback", + "fate", + "fathead", + "father", + "father's_day", + "father-figure", + "father-god", + "father-in-law", + "father_brown", + "father_christmas", + "father_figure", + "father_of_radio", + "father_of_the_church", + "father_of_the_submarine", + "father_surrogate", + "fatherhood", + "fatherland", + "fatherliness", + "fathom", + "fathometer", + "fatigability", + "fatigue", + "fatigue_crack", + "fatigue_duty", + "fatigue_fracture", + "fatigue_party", + "fatigues", + "fatiha", + "fatihah", + "fatima", + "fatimah", + "fatism", + "fatness", + "fats_domino", + "fats_waller", + "fatso", + "fattiness", + "fattism", + "fatty", + "fatty_acid", + "fatty_liver", + "fatty_oil", + "fatty_tissue", + "fatuity", + "fatuousness", + "fatwa", + "fatwah", + "faubourg", + "fauces", + "faucet", + "faucial_tonsil", + "fauld", + "faulkner", + "fault", + "fault_line", + "faultfinder", + "faultfinding", + "faultiness", + "faulting", + "faultlessness", + "faun", + "fauna", + "fauntleroy", + "faunus", + "faust", + "fausto_paolo_sozzini", + "faustus", + "faustus_socinus", + "fauteuil", + "fauve", + "fauvism", + "fauvist", + "faux_pas", + "fava_bean", + "favism", + "favor", + "favorable_position", + "favorable_reception", + "favorableness", + "favorite", + "favorite_son", + "favoritism", + "favour", + "favourable_position", + "favourable_reception", + "favourableness", + "favourite", + "favouritism", + "favus", + "fawkes", + "fawn", + "fawn_lily", + "fawner", + "fax", + "fay", + "fayetteville", + "fbi", + "fbi_agent", + "fcc", + "fcs", + "fda", + "fdic", + "fdr", + "fe", + "feabane_mullet", + "fealty", + "fear", + "fearfulness", + "fearlessness", + "feasibility", + "feasibleness", + "feast", + "feast_day", + "feast_of_booths", + "feast_of_dedication", + "feast_of_dormition", + "feast_of_lights", + "feast_of_sacrifice", + "feast_of_tabernacles", + "feast_of_the_circumcision", + "feast_of_the_dedication", + "feast_of_the_unleavened_bread", + "feast_of_weeks", + "feasting", + "feat", + "feather", + "feather-foil", + "feather_ball", + "feather_bed", + "feather_boa", + "feather_geranium", + "feather_palm", + "feather_reed_grass", + "feather_star", + "featherbed", + "featherbedding", + "featheredge", + "featherfoil", + "featheriness", + "feathering", + "feathertop", + "feathertop_grass", + "featherweight", + "feature", + "feature_article", + "feature_film", + "feature_of_speech", + "feb", + "feb_2", + "febricity", + "febrifuge", + "febrility", + "february", + "february_12", + "february_14", + "february_2", + "february_22", + "february_29", + "february_daphne", + "february_revolution", + "fecal_impaction", + "fecal_matter", + "fecal_occult_test", + "fecalith", + "feces", + "fechner", + "fechner's_law", + "fecklessness", + "fecula", + "feculence", + "fecundation", + "fecundity", + "fed", + "fedayeen", + "fedayeen_saddam", + "fedelline", + "federal", + "federal_agency", + "federal_agent", + "federal_aviation_agency", + "federal_bureau_of_investigation", + "federal_bureau_of_prisons", + "federal_communications_commission", + "federal_court", + "federal_deficit", + "federal_democratic_republic_of_ethiopia", + "federal_department", + "federal_deposit_insurance_corporation", + "federal_district", + "federal_emergency_management_agency", + "federal_government", + "federal_home_loan_bank_system", + "federal_home_loan_mortgage_corporation", + "federal_housing_administration", + "federal_islamic_republic_of_the_comoros", + "federal_job_safety_law", + "federal_judiciary", + "federal_law_enforcement_training_center", + "federal_national_mortgage_association", + "federal_office", + "federal_official", + "federal_party", + "federal_protective_service", + "federal_republic_of_germany", + "federal_republic_of_nigeria", + "federal_republic_of_yugoslavia", + "federal_reserve", + "federal_reserve_bank", + "federal_reserve_board", + "federal_reserve_note", + "federal_reserve_system", + "federal_savings_bank", + "federal_security_bureau", + "federal_security_service", + "federal_soldier", + "federal_tax_lien", + "federal_trade_commission", + "federalisation", + "federalism", + "federalist", + "federalist_party", + "federalization", + "federated_states_of_micronesia", + "federation", + "federation_of_saint_kitts_and_nevis", + "federation_of_tribes", + "federative_republic_of_brazil", + "federico_fellini", + "federita", + "fedora", + "fee", + "fee_simple", + "fee_splitting", + "fee_tail", + "feeblemindedness", + "feebleness", + "feed", + "feed_bunk", + "feed_grain", + "feedback", + "feedback_circuit", + "feedback_loop", + "feedbag", + "feeder", + "feeder_line", + "feeding", + "feeding_bottle", + "feeding_chair", + "feedlot", + "feedstock", + "feel", + "feeler", + "feeling", + "feeling_of_movement", + "feelings", + "fehling's_solution", + "feifer", + "feigning", + "feijoa", + "feijoa_bush", + "feint", + "feist", + "felafel", + "feldene", + "feldspar", + "felicia", + "felicia_amelloides", + "felicia_bergeriana", + "felicitation", + "felicitousness", + "felicity", + "felid", + "felidae", + "feline", + "felis", + "felis_bengalensis", + "felis_catus", + "felis_chaus", + "felis_concolor", + "felis_domesticus", + "felis_manul", + "felis_ocreata", + "felis_onca", + "felis_pardalis", + "felis_serval", + "felis_silvestris", + "felis_tigrina", + "felis_wiedi", + "felis_yagouaroundi", + "felix_klein", + "felix_mendelssohn", + "feliz_lusitania", + "fell", + "fella", + "fellah", + "fellata", + "fellatio", + "fellation", + "felled_seam", + "feller", + "fellini", + "felloe", + "fellow", + "fellow_feeling", + "fellow_member", + "fellow_traveler", + "fellow_traveller", + "fellow_worker", + "fellowship", + "felly", + "felo-de-se", + "felon", + "felony", + "felspar", + "felt", + "felt-tip_pen", + "felt-tipped_pen", + "felt_fern", + "felt_fungus", + "felt_hat", + "felt_tip", + "felucca", + "felwort", + "fema", + "female", + "female_aristocrat", + "female_body", + "female_bonding", + "female_chest", + "female_child", + "female_circumcision", + "female_genital_organ", + "female_genitalia", + "female_genitals", + "female_horse", + "female_internal_reproductive_organ", + "female_mammal", + "female_monarch", + "female_offspring", + "female_parent", + "female_person", + "female_reproductive_system", + "female_sibling", + "femaleness", + "feminine", + "feminineness", + "femininity", + "feminisation", + "feminism", + "feminist", + "feminist_movement", + "feminization", + "femme_fatale", + "femoral_artery", + "femoral_biceps", + "femoral_nerve", + "femoral_pulse", + "femoral_vein", + "femoris", + "femtochemistry", + "femtometer", + "femtometre", + "femtosecond", + "femtovolt", + "femur", + "fen", + "fen_orchid", + "fen_orchis", + "fence", + "fence-sitter", + "fence_line", + "fence_lizard", + "fence_mending", + "fence_rail", + "fencer", + "fencer's_mask", + "fencesitter", + "fencing", + "fencing_mask", + "fencing_material", + "fencing_stick", + "fencing_sword", + "fender", + "fender-bender", + "fenestella", + "fenestra", + "fenestra_cochleae", + "fenestra_of_the_cochlea", + "fenestra_of_the_vestibule", + "fenestra_ovalis", + "fenestra_rotunda", + "fenestra_vestibuli", + "fenestration", + "feng_shui", + "fengtien", + "fenland", + "fennel", + "fennel_flower", + "fennel_seed", + "fennic", + "fenoprofen", + "fenoprofen_calcium", + "fenrir", + "fentanyl", + "fenugreek", + "fenugreek_seed", + "fenusa", + "fenusa_pusilla", + "feodor_dostoevski", + "feodor_dostoevsky", + "feodor_dostoyevsky", + "feodor_mikhailovich_dostoevski", + "feodor_mikhailovich_dostoevsky", + "feodor_mikhailovich_dostoyevsky", + "feoff", + "feosol", + "fer-de-lance", + "feral_man", + "ferber", + "ferdinand", + "ferdinand_and_isabella", + "ferdinand_de_lesseps", + "ferdinand_de_saussure", + "ferdinand_i", + "ferdinand_ii", + "ferdinand_iii", + "ferdinand_joseph_la_menthe_morton", + "ferdinand_julius_cohn", + "ferdinand_magellan", + "ferdinand_of_aragon", + "ferdinand_the_catholic", + "ferdinand_the_great", + "ferdinand_v", + "ferdinand_victor_eugene_delacroix", + "fere_phenomenon", + "ferenc_molnar", + "fergon", + "fergusonite", + "feria", + "fermat", + "fermata", + "ferment", + "fermentation", + "fermentation_alcohol", + "fermenting", + "fermentologist", + "fermi", + "fermi-dirac_statistics", + "fermion", + "fermium", + "fern", + "fern_ally", + "fern_family", + "fern_genus", + "fern_palm", + "fern_rhapis", + "fern_seed", + "fernand_leger", + "fernao_magalhaes", + "ferocactus", + "ferociousness", + "ferocity", + "ferrara", + "ferret", + "ferret_badger", + "ferric_oxide", + "ferricyanic_acid", + "ferricyanide", + "ferrimagnetism", + "ferris_wheel", + "ferrite", + "ferritin", + "ferrocerium", + "ferroconcrete", + "ferrocyanic_acid", + "ferrocyanide", + "ferromagnetism", + "ferrule", + "ferry", + "ferryboat", + "ferrying", + "ferryman", + "fertile_crescent", + "fertile_period", + "fertile_phase", + "fertilisation", + "fertiliser", + "fertility", + "fertility_drug", + "fertility_rate", + "fertilization", + "fertilization_age", + "fertilization_membrane", + "fertilized_egg", + "fertilized_ovum", + "fertilizer", + "ferule", + "fervency", + "fervidness", + "fervor", + "fervour", + "fes", + "fescue", + "fescue_grass", + "fess", + "fesse", + "fester", + "festering", + "festination", + "festival", + "festival_of_lights", + "festivity", + "festoon", + "festoonery", + "festschrift", + "festuca", + "festuca_elatior", + "festuca_ovina", + "fet", + "fetal_age", + "fetal_alcohol_syndrome", + "fetal_circulation", + "fetal_distress", + "fetal_membrane", + "fetal_monitor", + "fetal_movement", + "fetch", + "fete", + "fete_champetre", + "fete_day", + "feterita", + "fetich", + "fetichism", + "feticide", + "fetid_bugbane", + "fetid_horehound", + "fetidness", + "fetish", + "fetishism", + "fetishist", + "fetlock", + "fetlock_joint", + "fetology", + "fetometry", + "fetoprotein", + "fetor", + "fetoscope", + "fetoscopy", + "fetter", + "fetter_bone", + "fetter_bush", + "fetterbush", + "fettle", + "fettuccine", + "fettuccine_alfredo", + "fettuccini", + "fetus", + "feud", + "feudal_lord", + "feudal_lordship", + "feudal_system", + "feudalism", + "feudatory", + "fever", + "fever_blister", + "fever_pitch", + "fever_tree", + "feverfew", + "feverishness", + "feverroot", + "few", + "few-flowered_leek", + "fewness", + "feynman", + "fez", + "fha", + "fhlmc", + "fiance", + "fiancee", + "fiasco", + "fiat", + "fiat_money", + "fib", + "fibber", + "fibbing", + "fiber", + "fiber-optic_transmission_system", + "fiber_bundle", + "fiber_optic_cable", + "fiber_optics", + "fiberboard", + "fiberglass", + "fiberoptics", + "fiberscope", + "fibonacci_number", + "fibonacci_sequence", + "fibre", + "fibre-optic_transmission_system", + "fibre_bundle", + "fibre_optic_cable", + "fibre_optics", + "fibreboard", + "fibreglass", + "fibreoptics", + "fibril", + "fibrillation", + "fibrin", + "fibrinase", + "fibrinogen", + "fibrinolysin", + "fibrinolysis", + "fibrinopeptide", + "fibroadenoma", + "fibroblast", + "fibrocartilage", + "fibrocystic_breast_disease", + "fibrocystic_disease_of_the_breast", + "fibrocystic_disease_of_the_pancreas", + "fibroid", + "fibroid_tumor", + "fibroma", + "fibromyositis", + "fibrosis", + "fibrositis", + "fibrosity", + "fibrous-rooted_begonia", + "fibrous_astrocyte", + "fibrous_dysplasia_of_bone", + "fibrous_joint", + "fibrous_tissue", + "fibrousness", + "fibrovascular_bundle", + "fibula", + "fibular_vein", + "fica", + "fice", + "fichu", + "fickleness", + "fiction", + "fictional_animal", + "fictional_character", + "fictionalisation", + "fictionalization", + "fictitious_character", + "fictitious_name", + "fictitious_place", + "ficus", + "ficus_aurea", + "ficus_bengalensis", + "ficus_carica", + "ficus_carica_sylvestris", + "ficus_deltoidea", + "ficus_diversifolia", + "ficus_elastica", + "ficus_religiosa", + "ficus_rubiginosa", + "ficus_sycomorus", + "fiddle", + "fiddle-faddle", + "fiddlehead", + "fiddlehead_fern", + "fiddleneck", + "fiddler", + "fiddler_crab", + "fiddlestick", + "fidel_castro", + "fidel_castro_ruz", + "fidelity", + "fidget", + "fidgetiness", + "fiduciary", + "fiduciary_duty", + "fiduciary_relation", + "fiedler", + "fief", + "fiefdom", + "field", + "field-effect_transistor", + "field-emission_microscope", + "field-grade_officer", + "field-pea_plant", + "field-sequential_color_television", + "field-sequential_color_television_system", + "field-sequential_color_tv", + "field-sequential_color_tv_system", + "field_artillery", + "field_balm", + "field_bean", + "field_bindweed", + "field_brome", + "field_capacity", + "field_chamomile", + "field_chickweed", + "field_coil", + "field_corn", + "field_cricket", + "field_crop", + "field_day", + "field_emission", + "field_event", + "field_game", + "field_garlic", + "field_general", + "field_glass", + "field_glasses", + "field_goal", + "field_guide", + "field_gun", + "field_hand", + "field_hockey", + "field_hockey_ball", + "field_horsetail", + "field_hospital", + "field_house", + "field_hut", + "field_intensity", + "field_judge", + "field_lens", + "field_line", + "field_lupine", + "field_magnet", + "field_maple", + "field_marigold", + "field_marshal", + "field_mint", + "field_mouse", + "field_mouse-ear", + "field_mushroom", + "field_mustard", + "field_of_battle", + "field_of_fire", + "field_of_force", + "field_of_honor", + "field_of_operation", + "field_of_operations", + "field_of_regard", + "field_of_study", + "field_of_view", + "field_of_vision", + "field_officer", + "field_pansy", + "field_pea", + "field_pennycress", + "field_poppy", + "field_press_censorship", + "field_pussytoes", + "field_ration", + "field_sandbur", + "field_scabious", + "field_soybean", + "field_spaniel", + "field_sparrow", + "field_speedwell", + "field_sport", + "field_strength", + "field_strength_unit", + "field_tent", + "field_test", + "field_theory", + "field_thistle", + "field_trial", + "field_trip", + "field_winding", + "field_work", + "field_wormwood", + "fielder", + "fielder's_choice", + "fieldfare", + "fieldhand", + "fielding", + "fielding_average", + "fieldmouse", + "fields", + "fieldsman", + "fieldstone", + "fieldwork", + "fieldworker", + "fiend", + "fierceness", + "fieri_facias", + "fieriness", + "fiesta", + "fiesta_flower", + "fife", + "fife_rail", + "fifo", + "fifteen", + "fifteenth", + "fifth", + "fifth_amendment", + "fifth_avenue", + "fifth_column", + "fifth_columnist", + "fifth_cranial_nerve", + "fifth_crusade", + "fifth_lateran_council", + "fifth_part", + "fifth_wheel", + "fifties", + "fiftieth", + "fifty", + "fifty-cent_piece", + "fifty_dollar_bill", + "fifty_percent", + "fig", + "fig-bird", + "fig_leaf", + "fig_marigold", + "fig_moth", + "fig_tree", + "fig_wax", + "figeater", + "fight", + "fighter", + "fighter_aircraft", + "fighter_pilot", + "fighting", + "fighting_chair", + "fighting_cock", + "fighting_french", + "fighting_joe_hooker", + "figment", + "figural_blindness", + "figuration", + "figure", + "figure_eight", + "figure_loom", + "figure_of_eight", + "figure_of_merit", + "figure_of_speech", + "figure_skate", + "figure_skating", + "figured-fabric_loom", + "figured_bass", + "figurehead", + "figurer", + "figurine", + "figuring", + "figwort", + "figwort_family", + "fiji", + "fiji_dollar", + "fiji_islands", + "fijian", + "fijis", + "filaggrin", + "filago", + "filago_germanica", + "filagree", + "filament", + "filaree", + "filaria", + "filariasis", + "filariidae", + "filature", + "filbert", + "file", + "file_allocation_table", + "file_cabinet", + "file_clerk", + "file_folder", + "file_name", + "file_name_extension", + "file_server", + "file_system", + "file_transfer_protocol", + "filefish", + "filename", + "filename_extension", + "filer", + "filet", + "filet_de_boeuf_en_croute", + "filet_mignon", + "filial_duty", + "filial_love", + "filiation", + "filibuster", + "filibusterer", + "filicales", + "filicide", + "filicinae", + "filicopsida", + "filigree", + "filing", + "filing_cabinet", + "filing_clerk", + "filing_system", + "filipino", + "filippino_lippi", + "filippo_brunelleschi", + "fill", + "fill-in", + "fillagree", + "fille", + "fille_de_chambre", + "filler", + "fillet", + "fillet_of_sole", + "filling", + "filling_station", + "fillip", + "fillmore", + "filly", + "film", + "film_advance", + "film_clip", + "film_company", + "film_director", + "film_editing", + "film_fern", + "film_festival", + "film_industry", + "film_maker", + "film_making", + "film_noir", + "film_producer", + "film_projector", + "film_star", + "film_writer", + "filmdom", + "filming", + "filmmaker", + "filmy_fern", + "filoviridae", + "filovirus", + "fils", + "filter", + "filter-tipped_cigarette", + "filter_bed", + "filter_paper", + "filter_tip", + "filth", + "filthiness", + "filthy_lucre", + "filtrate", + "filtration", + "filtration_surgery", + "filum", + "fimbria", + "fin", + "fin_keel", + "fin_whale", + "finagler", + "final", + "final_cause", + "final_cut", + "final_decision", + "final_exam", + "final_examination", + "final_injunction", + "final_judgment", + "final_payment", + "final_period", + "final_result", + "final_solution", + "final_stage", + "finale", + "finalisation", + "finalist", + "finality", + "finalization", + "finance", + "finance_committee", + "finance_company", + "finance_minister", + "finances", + "financial_aid", + "financial_analyst", + "financial_audit", + "financial_backing", + "financial_center", + "financial_condition", + "financial_crimes_enforcement_network", + "financial_forecast", + "financial_gain", + "financial_institution", + "financial_loss", + "financial_management_service", + "financial_obligation", + "financial_officer", + "financial_organisation", + "financial_organization", + "financial_statement", + "financial_support", + "financial_year", + "financier", + "financing", + "finback", + "finback_whale", + "fincen", + "finch", + "find", + "finder", + "finder's_fee", + "finding", + "finding_of_fact", + "finding_of_law", + "findings", + "fine", + "fine-leaved_heath", + "fine-tooth_comb", + "fine-toothed_comb", + "fine_art", + "fine_arts", + "fine_print", + "fine_spray", + "fine_structure", + "fineness", + "finery", + "fines_herbes", + "finesse", + "fingal's_cave", + "finger", + "finger's_breadth", + "finger-flower", + "finger-painting", + "finger-pointing", + "finger-roll", + "finger-root", + "finger_alphabet", + "finger_bowl", + "finger_cymbals", + "finger_food", + "finger_grass", + "finger_hole", + "finger_lakes", + "finger_millet", + "finger_paint", + "finger_plate", + "finger_scan", + "finger_scanning", + "finger_spelling", + "finger_wave", + "fingerboard", + "fingerbreadth", + "fingerflower", + "fingering", + "fingerling", + "fingermark", + "fingernail", + "fingerpaint", + "fingerpointing", + "fingerpost", + "fingerprint", + "fingerprint_expert", + "fingerprint_man", + "fingerprint_specialist", + "fingerprinting", + "fingerroot", + "fingerspelling", + "fingerstall", + "fingertip", + "finial", + "finis", + "finish", + "finish_coat", + "finish_line", + "finisher", + "finishing", + "finishing_coat", + "finishing_line", + "finishing_school", + "finishing_touch", + "finiteness", + "finitude", + "fink", + "finland", + "finn", + "finnan", + "finnan_haddie", + "finnan_haddock", + "finnbogadottir", + "finnic", + "finnish", + "finnish_capital", + "finnish_mark", + "finnish_monetary_unit", + "finno-ugrian", + "finno-ugric", + "finocchio", + "fiord", + "fipple", + "fipple_flute", + "fipple_pipe", + "fir", + "fir_clubmoss", + "fir_cone", + "fir_tree", + "fire", + "fire-bellied_toad", + "fire-bush", + "fire-eater", + "fire-on-the-mountain", + "fire-raising", + "fire-swallower", + "fire-wheel", + "fire-worship", + "fire_alarm", + "fire_and_brimstone", + "fire_ant", + "fire_beetle", + "fire_bell", + "fire_blight", + "fire_brigade", + "fire_bush", + "fire_chief", + "fire_code", + "fire_company", + "fire_control", + "fire_control_radar", + "fire_control_system", + "fire_department", + "fire_door", + "fire_drill", + "fire_engine", + "fire_escape", + "fire_extinguisher", + "fire_fighter", + "fire_hook", + "fire_hose", + "fire_hydrant", + "fire_insurance", + "fire_iron", + "fire_marshal", + "fire_marshall", + "fire_opal", + "fire_pink", + "fire_pit", + "fire_salamander", + "fire_sale", + "fire_screen", + "fire_ship", + "fire_station", + "fire_thorn", + "fire_tongs", + "fire_tower", + "fire_tree", + "fire_trench", + "fire_truck", + "fire_walker", + "fire_walking", + "fire_warden", + "fire_watcher", + "fire_watching", + "fire_wheel", + "firearm", + "fireball", + "firebase", + "firebird", + "fireboat", + "firebomb", + "firebox", + "firebrand", + "firebrat", + "firebreak", + "firebrick", + "firebug", + "fireclay", + "firecracker", + "firedamp", + "firedog", + "firedrake", + "firefighter", + "firefly", + "fireguard", + "firehouse", + "firelight", + "firelighter", + "firelock", + "fireman", + "fireman's_ax", + "fireman's_axe", + "fireman's_carry", + "firenze", + "fireplace", + "fireplug", + "firepower", + "fireroom", + "fireside", + "firestone", + "firestorm", + "firethorn", + "firetrap", + "firewall", + "firewater", + "fireweed", + "firewheel_tree", + "firewood", + "firework", + "firing", + "firing_chamber", + "firing_line", + "firing_mechanism", + "firing_off", + "firing_party", + "firing_pin", + "firing_range", + "firing_squad", + "firkin", + "firm", + "firm_omelet", + "firmament", + "firmer_chisel", + "firmiana", + "firmiana_simplex", + "firmness", + "firmness_of_purpose", + "firmware", + "first", + "first-aid_kit", + "first-aid_station", + "first-class_honours_degree", + "first-class_mail", + "first-degree_burn", + "first-nighter", + "first-order_correlation", + "first-place_finish", + "first-rater", + "first_aid", + "first_amendment", + "first_appearance", + "first_balcony", + "first_baron_beveridge", + "first_baron_kelvin", + "first_baron_lytton", + "first_baron_macaulay", + "first_baron_marks_of_broughton", + "first_baron_passfield", + "first_baron_rutherford", + "first_baron_rutherford_of_nelson", + "first_baron_tennyson", + "first_base", + "first_baseman", + "first_battle_of_ypres", + "first_blush", + "first_cause", + "first_class", + "first_council_of_constantinople", + "first_council_of_lyons", + "first_council_of_nicaea", + "first_cousin", + "first_cranial_nerve", + "first_crusade", + "first_degree", + "first_derivative", + "first_duke_of_marlborough", + "first_duke_of_wellington", + "first_earl_kitchener_of_khartoum", + "first_earl_of_beaconsfield", + "first_earl_of_chatham", + "first_earl_of_orford", + "first_earl_wavell", + "first_epistle_of_john", + "first_epistle_of_paul_the_apostle_to_the_corinthians", + "first_epistle_of_paul_the_apostle_to_the_thessalonians", + "first_epistle_of_paul_the_apostle_to_timothy", + "first_epistle_of_peter", + "first_epistle_to_the_corinthians", + "first_epistle_to_the_thessalonians", + "first_epistle_to_timothy", + "first_estate", + "first_floor", + "first_gear", + "first_half", + "first_harmonic", + "first_in_first_out", + "first_lady", + "first_language", + "first_lateran_council", + "first_law_of_motion", + "first_law_of_thermodynamics", + "first_lieutenant", + "first_light", + "first_lord_of_the_treasury", + "first_marquess_cornwallis", + "first_mate", + "first_moment", + "first_mortgage", + "first_name", + "first_of_may", + "first_of_october_antifascist_resistance_group", + "first_offender", + "first_period", + "first_person", + "first_principle", + "first_quarter", + "first_reading", + "first_rudiment", + "first_sacker", + "first_sergeant", + "first_state", + "first_step", + "first_stomach", + "first_strike", + "first_team", + "first_trimester", + "first_vatican_council", + "first_viscount_haldane_of_cloan", + "first_viscount_nuffield", + "first_visual_area", + "first_water", + "first_world_war", + "firstborn", + "firth", + "firth_of_clyde", + "firth_of_forth", + "fisa", + "fisc", + "fiscal_policy", + "fiscal_year", + "fischer", + "fischer's_slime_mushroom", + "fish", + "fish-fly", + "fish-liver_oil", + "fish-worship", + "fish_and_chips", + "fish_ball", + "fish_bowl", + "fish_cake", + "fish_chowder", + "fish_doctor", + "fish_duck", + "fish_eagle", + "fish_family", + "fish_farm", + "fish_filet", + "fish_fillet", + "fish_finger", + "fish_fly", + "fish_fry", + "fish_fuddle", + "fish_genus", + "fish_geranium", + "fish_glue", + "fish_hawk", + "fish_house_punch", + "fish_joint", + "fish_knife", + "fish_ladder", + "fish_loaf", + "fish_louse", + "fish_lure", + "fish_meal", + "fish_mousse", + "fish_oil", + "fish_scale", + "fish_slice", + "fish_species", + "fish_steak", + "fish_stew", + "fish_stick", + "fish_tank", + "fishbone", + "fishbowl", + "fisher", + "fisher_cat", + "fisherman", + "fisherman's_bend", + "fisherman's_knot", + "fisherman's_lure", + "fishery", + "fisheye_lens", + "fishgig", + "fishhook", + "fishing", + "fishing_boat", + "fishing_eagle", + "fishing_expedition", + "fishing_gear", + "fishing_licence", + "fishing_license", + "fishing_line", + "fishing_net", + "fishing_permit", + "fishing_pole", + "fishing_rig", + "fishing_rod", + "fishing_season", + "fishing_smack", + "fishing_tackle", + "fishing_vessel", + "fishing_worm", + "fishmonger", + "fishnet", + "fishpaste", + "fishplate", + "fishpole_bamboo", + "fishpond", + "fishtail_bit", + "fishtail_palm", + "fishwife", + "fishworm", + "fission", + "fission_bomb", + "fissiparity", + "fissiped", + "fissiped_mammal", + "fissipedia", + "fissure", + "fissure_of_rolando", + "fissure_of_sylvius", + "fissurella", + "fissurella_apertura", + "fissurellidae", + "fist", + "fistfight", + "fistful", + "fisticuffs", + "fistmele", + "fistula", + "fistularia", + "fistulariidae", + "fistulina", + "fistulina_hepatica", + "fistulinaceae", + "fistulous_withers", + "fit", + "fitch", + "fitfulness", + "fitment", + "fitness", + "fits_and_starts", + "fitted_sheet", + "fitter", + "fitting", + "fittingness", + "fitzgerald", + "five", + "five-finger", + "five-fingered_maidenhair_fern", + "five-flowered_gentian", + "five-hitter", + "five-point_bishop's_cap", + "five-spot", + "five-star_admiral", + "five_dollar_bill", + "five_hundred", + "five_iron", + "five_nations", + "five_spice_powder", + "fivepence", + "fiver", + "fives", + "fivesome", + "fix", + "fix-it_shop", + "fixation", + "fixative", + "fixed-combination_drug", + "fixed-cycle_operation", + "fixed-point_notation", + "fixed-point_number", + "fixed-point_part", + "fixed-point_representation_system", + "fixed-width_font", + "fixed_charge", + "fixed_cost", + "fixed_costs", + "fixed_disk", + "fixed_intonation", + "fixed_investment_trust", + "fixed_oil", + "fixed_phagocyte", + "fixed_star", + "fixed_storage", + "fixedness", + "fixer", + "fixer-upper", + "fixing", + "fixing_agent", + "fixings", + "fixity", + "fixture", + "fizgig", + "fizz", + "fizzle", + "fjord", + "fl", + "flab", + "flabbiness", + "flaccid_bladder", + "flaccid_paralysis", + "flaccidity", + "flack", + "flack_catcher", + "flacourtia", + "flacourtia_family", + "flacourtia_indica", + "flacourtiaceae", + "flag", + "flag-waver", + "flag_captain", + "flag_day", + "flag_of_truce", + "flag_officer", + "flag_rank", + "flag_smut", + "flag_smut_fungus", + "flag_stop", + "flag_waving", + "flagellant", + "flagellata", + "flagellate", + "flagellate_protozoan", + "flagellated_cell", + "flagellated_protozoan", + "flagellation", + "flagellum", + "flageolet", + "flagfish", + "flagging", + "flagon", + "flagpole", + "flagroot", + "flagship", + "flagstaff", + "flagstone", + "flagyl", + "flail", + "flair", + "flak", + "flak_catcher", + "flake", + "flakiness", + "flambeau", + "flamboyance", + "flamboyant", + "flamboyant_tree", + "flame", + "flame-flower", + "flame-out", + "flame_bush", + "flame_cell", + "flame_durrajong", + "flame_fish", + "flame_flower", + "flame_nettle", + "flame_pea", + "flame_stitch", + "flame_tokay", + "flame_tree", + "flamefish", + "flameflower", + "flamen", + "flamenco", + "flamethrower", + "flaming", + "flaming_poppy", + "flamingo", + "flamingo_flower", + "flamingo_plant", + "flaminian_way", + "flaminius", + "flammability", + "flammulina", + "flammulina_velutipes", + "flan", + "flanders", + "flanders_poppy", + "flange", + "flank", + "flank_steak", + "flanker", + "flanker_back", + "flannel", + "flannel-cake", + "flannel_bush", + "flannel_cake", + "flannel_leaf", + "flannel_mullein", + "flannelbush", + "flannelette", + "flannery_o'connor", + "flap", + "flapcake", + "flapjack", + "flapper", + "flapping", + "flaps", + "flare", + "flare-up", + "flare_pass", + "flare_path", + "flare_star", + "flash", + "flash-forward", + "flash_bulb", + "flash_butt_welding", + "flash_camera", + "flash_card", + "flash_flood", + "flash_in_the_pan", + "flash_lamp", + "flash_memory", + "flash_point", + "flash_welding", + "flashback", + "flashboard", + "flashboarding", + "flashbulb", + "flashcard", + "flasher", + "flashflood", + "flashgun", + "flashiness", + "flashing", + "flashlight", + "flashlight_battery", + "flashlight_fish", + "flashover", + "flashpoint", + "flask", + "flaskful", + "flat", + "flat-coated_retriever", + "flat-leaf_parsley", + "flat-topped_white_aster", + "flat_arch", + "flat_bench", + "flat_bone", + "flat_cap", + "flat_coat", + "flat_file", + "flat_knot", + "flat_panel_display", + "flat_pea", + "flat_solid", + "flat_tip_screwdriver", + "flat_tire", + "flat_wash", + "flatbed", + "flatbed_press", + "flatboat", + "flatbread", + "flatbrod", + "flatcar", + "flatfish", + "flatfoot", + "flathead", + "flathead_catfish", + "flatiron", + "flatlet", + "flatmate", + "flatness", + "flats", + "flatterer", + "flattery", + "flattop", + "flatulence", + "flatulency", + "flatus", + "flatware", + "flatwork", + "flatworm", + "flaubert", + "flaunt", + "flautist", + "flavian_dynasty", + "flavin", + "flavius_claudius_julianus", + "flavius_josephus", + "flavius_theodosius", + "flavius_valerius_constantinus", + "flaviviridae", + "flavivirus", + "flavone", + "flavonoid", + "flavor", + "flavorer", + "flavoring", + "flavorlessness", + "flavorsomeness", + "flavour", + "flavourer", + "flavouring", + "flavourlessness", + "flavoursomeness", + "flaw", + "flawlessness", + "flax", + "flax_family", + "flax_rust", + "flax_rust_fungus", + "flaxedil", + "flaxseed", + "flaxseed_oil", + "flea", + "flea_beetle", + "flea_bite", + "flea_market", + "fleabag", + "fleabane", + "fleapit", + "fleawort", + "flecainide", + "fleck", + "flection", + "fledgeling", + "fledgling", + "fleece", + "fleer", + "fleet", + "fleet_admiral", + "fleet_ballistic_missile_submarine", + "fleet_street", + "fleetingness", + "fleetness", + "fleming", + "flemish", + "flemish_dialect", + "flesh", + "flesh_fly", + "flesh_wound", + "fleshiness", + "fletc", + "fletcher", + "fleur-de-lis", + "fleur-de-lys", + "flex", + "flexeril", + "flexibility", + "flexible_joint", + "flexible_sigmoidoscope", + "flexible_sigmoidoscopy", + "flexibleness", + "flexion", + "flexor", + "flexor_muscle", + "flexure", + "flibbertigibbet", + "flick", + "flick-knife", + "flick_knife", + "flicker", + "flickertail", + "flier", + "flies", + "flight", + "flight_attendant", + "flight_control", + "flight_deck", + "flight_engineer", + "flight_feather", + "flight_indicator", + "flight_line", + "flight_maneuver", + "flight_of_stairs", + "flight_of_steps", + "flight_path", + "flight_simulator", + "flight_strip", + "flight_surgeon", + "flightiness", + "flightless_bird", + "flimflam", + "flimsiness", + "flimsy", + "flinch", + "flinders", + "flindersia", + "flindersia_australis", + "flindersia_schottiana", + "flindosa", + "flindosy", + "fling", + "flint", + "flint_corn", + "flint_glass", + "flint_maize", + "flint_river", + "flinthead", + "flintlock", + "flintstone", + "flip", + "flip-flop", + "flip_chart", + "flip_side", + "flippancy", + "flipper", + "flirt", + "flirtation", + "flirting", + "flit", + "flitch", + "flittering_scotoma", + "flnc", + "flo_ziegfeld", + "float", + "floatation", + "floater", + "floating", + "floating-moss", + "floating-point_notation", + "floating-point_number", + "floating-point_operation", + "floating-point_representation_system", + "floating_bridge", + "floating_dock", + "floating_dry_dock", + "floating_fern", + "floating_mine", + "floating_policy", + "floating_voter", + "floatplane", + "floc", + "floccose_chanterelle", + "flocculation", + "floccule", + "flock", + "flodden", + "floe", + "flogger", + "flogging", + "flood", + "flood_control", + "flood_lamp", + "flood_plain", + "flood_tide", + "flooded_gum", + "floodgate", + "floodhead", + "flooding", + "floodlight", + "floodplain", + "floor", + "floor_board", + "floor_cover", + "floor_covering", + "floor_joist", + "floor_lamp", + "floor_leader", + "floor_plan", + "floor_show", + "floor_wax", + "floorboard", + "flooring", + "floorshow", + "floorwalker", + "floozie", + "floozy", + "flop", + "flophouse", + "floppy", + "floppy_disk", + "flora", + "floral_arrangement", + "floral_cup", + "floral_envelope", + "floral_leaf", + "floreal", + "florence", + "florence_fennel", + "florence_nightingale", + "florentine", + "florentine_iris", + "florenz_ziegfeld", + "florescence", + "florest's_cineraria", + "floret", + "florey", + "floriculture", + "florida", + "florida_arrowroot", + "florida_bean", + "florida_gallinule", + "florida_key", + "florida_pompano", + "florida_selaginella", + "florida_smoothhound", + "florida_strangler_fig", + "florida_strap_fern", + "florida_water_rat", + "florida_yew", + "floridian", + "floridity", + "floridness", + "florilegium", + "florin", + "florio", + "florist", + "florist's_chrysanthemum", + "florist's_gloxinia", + "florist's_willow", + "florist_shop", + "florists'_chrysanthemum", + "flory", + "floss", + "flotation", + "flotation_device", + "flotilla", + "flotsam", + "flounce", + "flounder", + "flour", + "flour_beetle", + "flour_bin", + "flour_corn", + "flour_mill", + "flour_weevil", + "flourish", + "flouter", + "flow", + "flow_chart", + "flow_diagram", + "flow_of_air", + "flow_rate", + "flow_sheet", + "flowage", + "flowchart", + "flower", + "flower-cup_fern", + "flower-of-an-hour", + "flower_arrangement", + "flower_bed", + "flower_bud", + "flower_chain", + "flower_child", + "flower_cluster", + "flower_garden", + "flower_gardening", + "flower_girl", + "flower_head", + "flower_people", + "flower_petal", + "flower_power", + "flower_stalk", + "flower_store", + "flowerbed", + "floweret", + "flowering", + "flowering_almond", + "flowering_ash", + "flowering_cherry", + "flowering_crab", + "flowering_fern", + "flowering_glume", + "flowering_hazel", + "flowering_maple", + "flowering_onion", + "flowering_plant", + "flowering_quince", + "flowering_raspberry", + "flowering_shrub", + "flowering_spurge", + "flowering_stone", + "flowering_tobacco", + "flowering_tree", + "flowering_wintergreen", + "flowerpot", + "flowers-of-an-hour", + "flowers_of_zinc", + "flowing", + "floxuridine", + "floyd_bennett", + "flu", + "flub", + "fluctuation", + "flue", + "flue_pipe", + "flue_stop", + "fluegelhorn", + "fluency", + "fluent_aphasia", + "fluff", + "fluffiness", + "fluffy_omelet", + "flugelhorn", + "fluid", + "fluid_drachm", + "fluid_dram", + "fluid_drive", + "fluid_flywheel", + "fluid_mechanics", + "fluid_ounce", + "fluidity", + "fluidness", + "fluidounce", + "fluidram", + "fluke", + "flume", + "flummery", + "flunitrazepan", + "flunk", + "flunkey", + "flunky", + "fluor", + "fluorapatite", + "fluorescein", + "fluorescein_isocyanate", + "fluorescein_isothiocyanate", + "fluoresceine", + "fluorescence", + "fluorescence_microscopy", + "fluorescent", + "fluorescent_dye", + "fluorescent_fixture", + "fluorescent_lamp", + "fluoridation", + "fluoride", + "fluoridisation", + "fluoridization", + "fluorine", + "fluorite", + "fluoroboric_acid", + "fluoroboride", + "fluorocarbon", + "fluorocarbon_plastic", + "fluorochrome", + "fluoroform", + "fluoroscope", + "fluoroscopy", + "fluorosis", + "fluorouracil", + "fluorspar", + "fluosilicate", + "fluosilicic_acid", + "fluoxetine", + "fluoxetine_hydrocholoride", + "fluphenazine", + "flurazepam", + "flurazepam_hydrochloride", + "flurbiprofen", + "flurry", + "flush", + "flush_toilet", + "flushless_toilet", + "fluster", + "flute", + "flute_glass", + "flute_player", + "fluting", + "flutist", + "flutter", + "flutter_kick", + "fluttering", + "fluvastatin", + "flux", + "flux_applicator", + "flux_density", + "flux_density_unit", + "flux_unit", + "fluxing_lime", + "fluxion", + "fluxmeter", + "fly", + "fly-by", + "fly-by-night", + "fly-fishing", + "fly_agaric", + "fly_ash", + "fly_ball", + "fly_bridge", + "fly_casting", + "fly_floor", + "fly_front", + "fly_gallery", + "fly_honeysuckle", + "fly_in_the_ointment", + "fly_orchid", + "fly_poison", + "fly_rod", + "fly_sheet", + "fly_tent", + "flybridge", + "flycatcher", + "flycatching_warbler", + "flyer", + "flying", + "flying_bird", + "flying_boat", + "flying_bomb", + "flying_bridge", + "flying_buttress", + "flying_carpet", + "flying_cat", + "flying_colors", + "flying_colours", + "flying_dragon", + "flying_drainpipe", + "flying_dutchman", + "flying_field", + "flying_fish", + "flying_fox", + "flying_gecko", + "flying_gurnard", + "flying_jib", + "flying_lemur", + "flying_lizard", + "flying_mare", + "flying_marmot", + "flying_mouse", + "flying_opossum", + "flying_phalanger", + "flying_reptile", + "flying_robin", + "flying_saucer", + "flying_school", + "flying_squad", + "flying_squirrel", + "flying_start", + "flying_visit", + "flyleaf", + "flyover", + "flypaper", + "flypast", + "flyspeck", + "flyswat", + "flyswatter", + "flytrap", + "flyway", + "flyweight", + "flywheel", + "fm", + "fmri", + "fnma", + "fo", + "fo'c'sle", + "foal", + "foam", + "foam_rubber", + "foamflower", + "foaminess", + "fob", + "focal_distance", + "focal_epilepsy", + "focal_infection", + "focal_length", + "focal_point", + "focal_ratio", + "focal_seizure", + "focalisation", + "focalization", + "focus", + "focusing", + "focussing", + "fodder", + "foe", + "foehn", + "foeman", + "foeniculum", + "foeniculum_dulce", + "foeniculum_vulgare", + "foeniculum_vulgare_dulce", + "foetal_circulation", + "foetal_distress", + "foetal_monitor", + "foetal_movement", + "foetid_bugbane", + "foetid_pothos", + "foetology", + "foetometry", + "foetoprotein", + "foetor", + "foetoscope", + "foetoscopy", + "foetus", + "fog", + "fogbank", + "fogey", + "fogginess", + "foggy_bottom", + "foghorn", + "foglamp", + "fogsignal", + "fogy", + "fohn", + "foible", + "foie_gras", + "foil", + "foiling", + "folacin", + "folate", + "fold", + "folder", + "folderal", + "folderol", + "folding", + "folding_chair", + "folding_door", + "folding_money", + "folding_saw", + "foldout", + "foliage", + "foliation", + "folic_acid", + "folie", + "folie_a_deux", + "folio", + "folium", + "folk", + "folk_art", + "folk_ballad", + "folk_dance", + "folk_dancer", + "folk_dancing", + "folk_etymology", + "folk_music", + "folk_poet", + "folk_singer", + "folk_song", + "folk_tale", + "folk_writer", + "folklore", + "folks", + "folksong", + "folktale", + "follicle", + "follicle-stimulating_hormone", + "folliculitis", + "follies", + "follow-on", + "follow-through", + "follow-up", + "follower", + "followers", + "followers_of_the_phrophet", + "following", + "followup", + "folly", + "folsom_culture", + "fomentation", + "fomenter", + "fomes", + "fomes_igniarius", + "fomite", + "fomor", + "fomorian", + "fond_regard", + "fonda", + "fondant", + "fondler", + "fondling", + "fondness", + "fondu", + "fondue", + "font", + "font_cartridge", + "fontanel", + "fontanelle", + "fontanne", + "fontenoy", + "fonteyn", + "food", + "food_additive", + "food_allergy", + "food_and_agriculture_organization", + "food_and_agriculture_organization_of_the_united_nations", + "food_and_drug_administration", + "food_bank", + "food_cache", + "food_chain", + "food_color", + "food_coloring", + "food_colour", + "food_colouring", + "food_company", + "food_court", + "food_cycle", + "food_elevator", + "food_faddist", + "food_fish", + "food_for_thought", + "food_grain", + "food_hamper", + "food_manufacturer", + "food_market", + "food_poisoning", + "food_processor", + "food_product", + "food_pyramid", + "food_shop", + "food_stamp", + "food_turner", + "food_waste", + "food_web", + "foodie", + "foodstuff", + "fool", + "fool's_cap", + "fool's_errand", + "fool's_gold", + "fool's_huckleberry", + "fool's_paradise", + "fool's_parsley", + "foolery", + "foolhardiness", + "foolish_woman", + "foolishness", + "foolscap", + "foot", + "foot-and-mouth_disease", + "foot-lambert", + "foot-pound", + "foot-poundal", + "foot-ton", + "foot_brake", + "foot_doctor", + "foot_lever", + "foot_pedal", + "foot_race", + "foot_rot", + "foot_rule", + "foot_soldier", + "foot_traffic", + "footage", + "football", + "football_coach", + "football_field", + "football_game", + "football_helmet", + "football_hero", + "football_league", + "football_official", + "football_play", + "football_player", + "football_score", + "football_season", + "football_stadium", + "football_team", + "football_tee", + "footballer", + "footbath", + "footboard", + "footbridge", + "footcandle", + "footedness", + "footer", + "footfall", + "footfault", + "footgear", + "foothill", + "foothold", + "footing", + "footlights", + "footlocker", + "footman", + "footmark", + "footnote", + "footpad", + "footpath", + "footplate", + "footprint", + "footprint_evidence", + "footrace", + "footrest", + "footslogger", + "footstall", + "footstep", + "footsteps-of-spring", + "footstool", + "footwall", + "footwear", + "footwork", + "fop", + "foppishness", + "forage", + "forager", + "foraging", + "foram", + "foramen", + "foramen_magnum", + "foramen_of_monro", + "foraminifer", + "foraminifera", + "foray", + "forbear", + "forbearance", + "forbiddance", + "forbidden_city", + "forbidden_fruit", + "forbidding", + "force", + "force-feed_lubricating_system", + "force-out", + "force_17", + "force_feed", + "force_field", + "force_majeure", + "force_out", + "force_per_unit_area", + "force_play", + "force_pump", + "force_unit", + "forced_feeding", + "forced_landing", + "forced_sale", + "forcefulness", + "forcemeat", + "forceps", + "forceps_delivery", + "forces_of_umar_al-mukhtar", + "forcing_out", + "ford", + "ford_hermann_hueffer", + "ford_madox_ford", + "fordhooks", + "fording", + "fore", + "fore-and-aft_rig", + "fore-and-aft_sail", + "fore-and-aft_topsail", + "fore-and-after", + "fore-topmast", + "fore-topsail", + "fore-wing", + "fore_edge", + "fore_plane", + "fore_wing", + "forearm", + "forebear", + "foreboding", + "forebrain", + "forecast", + "forecaster", + "forecasting", + "forecastle", + "foreclosure", + "forecourt", + "foredeck", + "foredge", + "forefather", + "forefinger", + "forefoot", + "forefront", + "foregone_conclusion", + "foreground", + "foreground_processing", + "foregrounding", + "forehand", + "forehand_drive", + "forehand_shot", + "forehand_stroke", + "forehead", + "foreign_agent", + "foreign_aid", + "foreign_bill", + "foreign_correspondent", + "foreign_country", + "foreign_direct_investment", + "foreign_draft", + "foreign_exchange", + "foreign_intelligence_service", + "foreign_intelligence_surveillance_act", + "foreign_intelligence_surveillance_court", + "foreign_legion", + "foreign_minister", + "foreign_mission", + "foreign_office", + "foreign_policy", + "foreign_service", + "foreign_terrorist_organization", + "foreigner", + "foreignness", + "foreknowledge", + "forelady", + "foreland", + "foreleg", + "forelimb", + "forelock", + "foreman", + "foremanship", + "foremast", + "foremilk", + "foremother", + "forename", + "forenoon", + "forensic_medicine", + "forensic_pathology", + "forensics", + "foreordination", + "forepart", + "forepaw", + "foreperson", + "foreplay", + "forequarter", + "forerunner", + "foresail", + "foreshadowing", + "foreshank", + "foreshock", + "foreshore", + "foresight", + "foresightedness", + "foresightfulness", + "foreskin", + "forest", + "forest_fire", + "forest_fire_fighter", + "forest_goat", + "forest_god", + "forest_red_gum", + "forest_tent_caterpillar", + "forestage", + "forestalling", + "forestay", + "forester", + "forestiera", + "forestiera_neomexicana", + "forestry", + "foretaste", + "foretelling", + "forethought", + "foretoken", + "foretop", + "forewarning", + "forewing", + "forewoman", + "foreword", + "forfeit", + "forfeiture", + "forficula", + "forficula_auricularia", + "forficulidae", + "forge", + "forger", + "forgery", + "forget-me-not", + "forget_me_drug", + "forgetful_person", + "forgetfulness", + "forging", + "forgiveness", + "forgiver", + "forgivingness", + "forgoing", + "forint", + "fork", + "forked_lightning", + "forking", + "forklift", + "forlorn_hope", + "forlornness", + "form", + "form_class", + "form_division", + "form_family", + "form_genus", + "form_genus_rhizoctinia", + "form_letter", + "form_of_address", + "form_of_government", + "formal", + "formal_garden", + "formal_logic", + "formal_semantics", + "formaldehyde", + "formalin", + "formalisation", + "formalism", + "formalities", + "formality", + "formalization", + "formalness", + "formalwear", + "format", + "formation", + "formative", + "formative_cell", + "formatted_capacity", + "formatting", + "former", + "former_armed_forces", + "formic_acid", + "formica", + "formica_fusca", + "formica_rufa", + "formica_sanguinea", + "formicariidae", + "formicarius", + "formicary", + "formication", + "formicidae", + "formidability", + "formol", + "formosa", + "formosan", + "formula", + "formulary", + "formulation", + "fornax", + "fornication", + "fornicator", + "fornicatress", + "fornix", + "forsaking", + "forseti", + "forssman_antibody", + "forswearing", + "forsythia", + "fort", + "fort-lamy", + "fort_george_g._meade", + "fort_george_gordon_meade", + "fort_lauderdale", + "fort_meade", + "fort_myers", + "fort_smith", + "fort_ticonderoga", + "fort_wayne", + "fort_worth", + "fortaz", + "forte", + "forte-piano", + "forth", + "forth_river", + "forthcomingness", + "forthrightness", + "forties", + "fortieth", + "fortification", + "fortified_wine", + "fortissimo", + "fortitude", + "fortnight", + "fortran", + "fortran_compiler", + "fortran_program", + "fortress", + "fortuitousness", + "fortuity", + "fortuna", + "fortune", + "fortune_cookie", + "fortune_hunter", + "fortune_teller", + "fortune_telling", + "fortunella", + "fortunella_japonica", + "fortunella_margarita", + "fortuneteller", + "fortunetelling", + "forty", + "forty-five", + "forty-niner", + "forty_winks", + "forum", + "forward", + "forward_market", + "forward_motion", + "forward_pass", + "forward_passer", + "forwarding", + "forwardness", + "foryml", + "fosamax", + "fosbury", + "fosbury_flop", + "fossa", + "fossa_cat", + "fossa_fossa", + "fosse", + "fossil", + "fossil_copal", + "fossil_fuel", + "fossil_oil", + "fossilisation", + "fossilist", + "fossilization", + "fossilology", + "fossorial_foot", + "fossorial_mammal", + "foster", + "foster-brother", + "foster-child", + "foster-daughter", + "foster-father", + "foster-mother", + "foster-nurse", + "foster-parent", + "foster-sister", + "foster-son", + "foster_brother", + "foster_care", + "foster_child", + "foster_daughter", + "foster_family", + "foster_father", + "foster_home", + "foster_mother", + "foster_parent", + "foster_sister", + "foster_son", + "fosterage", + "fostering", + "fosterling", + "fothergilla", + "fots", + "foucault", + "foucault_pendulum", + "foul", + "foul-up", + "foul-weather_gear", + "foul_ball", + "foul_line", + "foul_play", + "foul_shot", + "foulard", + "foulmart", + "foulness", + "foumart", + "found", + "foundation", + "foundation_garment", + "foundation_stone", + "founder", + "foundering", + "founding", + "founding_father", + "foundling", + "foundling_hospital", + "foundress", + "foundry", + "foundry_proof", + "fount", + "fountain", + "fountain_grass", + "fountain_of_youth", + "fountain_pen", + "fountainhead", + "fouquieria", + "fouquieria_columnaris", + "fouquieria_splendens", + "fouquieriaceae", + "four", + "four-card_monte", + "four-centered_arch", + "four-flusher", + "four-footed_butterfly", + "four-four_time", + "four-hitter", + "four-in-hand", + "four-letter_anglo-saxon_word", + "four-letter_word", + "four-lined_leaf_bug", + "four-lined_plant_bug", + "four-minute_man", + "four-o'clock_family", + "four-part_harmony", + "four-poster", + "four-pounder", + "four-spot", + "four-stroke_engine", + "four-stroke_internal-combustion_engine", + "four-tailed_bandage", + "four-wheel_drive", + "four-wheeler", + "four-wing_flying_fish", + "four_flush", + "four_horsemen", + "four_hundred", + "four_o'clock", + "fourfold_point_correlation", + "fourier", + "fourier_analysis", + "fourier_series", + "fourpence", + "fourpenny_nail", + "fourscore", + "foursome", + "foursquare", + "fourteen", + "fourteenth", + "fourteenth_amendment", + "fourth", + "fourth_council_of_constantinople", + "fourth_cranial_nerve", + "fourth_crusade", + "fourth_deck", + "fourth_dimension", + "fourth_earl_of_chesterfield", + "fourth_earl_of_orford", + "fourth_estate", + "fourth_lateran_council", + "fourth_of_july", + "fourth_part", + "fourth_power", + "fourth_stomach", + "fourth_ventricle", + "fovea", + "fovea_centralis", + "foveal_vision", + "fowl", + "fowl_cholera", + "fowl_pest", + "fowl_run", + "fowler", + "fowling_piece", + "fox", + "fox-trot", + "fox_grape", + "fox_hole", + "fox_hunter", + "fox_hunting", + "fox_river", + "fox_shark", + "fox_squirrel", + "fox_talbot", + "fox_terrier", + "foxberry", + "foxglove", + "foxglove_family", + "foxhole", + "foxhound", + "foxhunt", + "foxiness", + "foxtail", + "foxtail_barley", + "foxtail_grass", + "foxtail_millet", + "foxtail_orchid", + "foxtrot", + "foyer", + "fpd", + "fps", + "fr", + "fra_filippo_lippi", + "fracas", + "fractal", + "fractal_geometry", + "fraction", + "fractional_currency", + "fractional_distillation", + "fractional_monetary_unit", + "fractional_process", + "fractionation", + "fractiousness", + "fracture", + "fradicin", + "fragaria", + "fragaria_ananassa", + "fragaria_chiloensis", + "fragaria_vesca", + "fragaria_virginiana", + "fragile_fern", + "fragility", + "fragment", + "fragmentation", + "fragmentation_bomb", + "fragonard", + "fragrance", + "fragrancy", + "fragrant_agrimony", + "fragrant_bedstraw", + "fragrant_cliff_fern", + "fragrant_orchid", + "fragrant_shield_fern", + "fragrant_sumac", + "fragrant_water_lily", + "fragrant_wood_fern", + "fragrant_woodsia", + "frail", + "frailness", + "frailty", + "fraise", + "frambesia", + "framboesia", + "framboise", + "frame", + "frame-up", + "frame_buffer", + "frame_of_mind", + "frame_of_reference", + "framer", + "framework", + "framing", + "franc", + "franc-tireur", + "france", + "frances_eliza_hodgson_burnett", + "frances_elizabeth_caroline_willard", + "frances_hodgson_burnett", + "frances_wright", + "francesco_della_rovere", + "francesco_petrarca", + "franche-comte", + "franchise", + "franchise_tax", + "francis_albert_sinatra", + "francis_bacon", + "francis_beaumont", + "francis_crick", + "francis_drake", + "francis_edgar_stanley", + "francis_everett_townsend", + "francis_ferdinand", + "francis_ford_coppola", + "francis_galton", + "francis_henry_compton_crick", + "francis_hopkinson", + "francis_ii", + "francis_joseph", + "francis_joseph_i", + "francis_of_assisi", + "francis_peyton_rous", + "francis_poulenc", + "francis_richard_stockton", + "francis_scott_key", + "francis_scott_key_fitzgerald", + "francis_turbine", + "francis_turner_palgrave", + "franciscan", + "franciscan_order", + "francisco_de_goya", + "francisco_fernandez_cordoba", + "francisco_fernandez_de_cordova", + "francisco_franco", + "francisco_goya", + "francisco_jimenez_de_cisneros", + "francisco_jose_de_goya", + "francisco_jose_de_goya_y_lucientes", + "francisco_pizarro", + "francisco_villa", + "francisella", + "francisella_tularensis", + "francium", + "franck", + "franco", + "franco-american", + "franco-prussian_war", + "francoa", + "francoa_ramosa", + "francois-marie_arouet", + "francois_auguste_rene_rodin", + "francois_charles_mauriac", + "francois_couperin", + "francois_de_la_rochefoucauld", + "francois_duvalier", + "francois_jacob", + "francois_mansart", + "francois_marie_charles_fourier", + "francois_mauriac", + "francois_maurice_marie_mitterrand", + "francois_mitterrand", + "francois_rabelais", + "francois_rene_chateaubriand", + "francois_truffaut", + "francois_villon", + "francoise-athenais_de_rochechouart", + "francoise_d'aubigne", + "francophil", + "francophile", + "francophobe", + "frangibility", + "frangibleness", + "frangipane", + "frangipani", + "frangipanni", + "frank", + "frank_baum", + "frank_breech", + "frank_breech_delivery", + "frank_capra", + "frank_cooper", + "frank_harris", + "frank_lloyd_wright", + "frank_morrison_spillane", + "frank_norris", + "frank_philip_stella", + "frank_sinatra", + "frank_stella", + "frank_stockton", + "frank_whittle", + "frank_winfield_woolworth", + "frankenstein", + "frankenstein's_monster", + "frankfort", + "frankfurt", + "frankfurt_on_the_main", + "frankfurter", + "frankfurter_bun", + "frankincense", + "frankincense_pine", + "franking_machine", + "franklin", + "franklin_delano_roosevelt", + "franklin_pierce", + "franklin_roosevelt", + "frankliniella", + "frankliniella_fusca", + "frankness", + "frans_hals", + "franz_anton_mesmer", + "franz_ferdinand", + "franz_josef_i", + "franz_joseph", + "franz_joseph_haydn", + "franz_joseph_kline", + "franz_kafka", + "franz_kline", + "franz_lehar", + "franz_liszt", + "franz_peter_schubert", + "franz_schubert", + "franz_seraph_peter_schubert", + "franz_werfel", + "frappe", + "fraser_fir", + "frasera", + "frasera_speciosa", + "frat", + "frat_house", + "fratercula", + "fratercula_arctica", + "fratercula_corniculata", + "fraternal_twin", + "fraternisation", + "fraternity", + "fraternity_house", + "fraternization", + "fratricide", + "frau", + "fraud", + "fraud_in_fact", + "fraud_in_law", + "fraud_in_the_factum", + "fraud_in_the_inducement", + "fraudulence", + "fraudulent_scheme", + "fraulein", + "fraxinella", + "fraxinus", + "fraxinus_americana", + "fraxinus_caroliniana", + "fraxinus_cuspidata", + "fraxinus_dipetala", + "fraxinus_excelsior", + "fraxinus_latifolia", + "fraxinus_nigra", + "fraxinus_oregona", + "fraxinus_ornus", + "fraxinus_pennsylvanica", + "fraxinus_pennsylvanica_subintegerrima", + "fraxinus_quadrangulata", + "fraxinus_texensis", + "fraxinus_tomentosa", + "fraxinus_velutina", + "fray", + "frazer", + "frazzle", + "freak", + "freak_out", + "freakishness", + "freckle", + "fred_astaire", + "fred_hoyle", + "fred_sanger", + "fred_skinner", + "fred_zinnemann", + "freddie_mac", + "frederic_auguste_bartholdi", + "frederic_francois_chopin", + "frederic_goudy", + "frederic_william_goudy", + "frederic_william_maitland", + "frederick", + "frederick_barbarossa", + "frederick_carleton_lewis", + "frederick_childe_hassam", + "frederick_delius", + "frederick_douglass", + "frederick_i", + "frederick_ii", + "frederick_jackson_turner", + "frederick_james_furnivall", + "frederick_law_olmsted", + "frederick_loewe", + "frederick_moore_vinson", + "frederick_north", + "frederick_sanger", + "frederick_soddy", + "frederick_the_great", + "frederick_william", + "frederick_william_i", + "frederick_william_ii", + "frederick_william_iii", + "frederick_william_iv", + "fredericksburg", + "frederico_garcia_lorca", + "fredericton", + "free", + "free-for-all", + "free-lance", + "free-liver", + "free-reed", + "free-reed_instrument", + "free-tailed_bat", + "free_agency", + "free_agent", + "free_association", + "free_central_placentation", + "free_electron", + "free_energy", + "free_enterprise", + "free_fall", + "free_form", + "free_french", + "free_grace", + "free_hand", + "free_house", + "free_kick", + "free_lance", + "free_list", + "free_living", + "free_love", + "free_lunch", + "free_morpheme", + "free_nerve_ending", + "free_pardon", + "free_people", + "free_phagocyte", + "free_port", + "free_press", + "free_radical", + "free_rein", + "free_soil_party", + "free_spirit", + "free_state", + "free_thought", + "free_throw", + "free_throw_lane", + "free_time", + "free_trade", + "free_trader", + "free_verse", + "free_weight", + "free_will", + "free_world", + "free_zone", + "freebee", + "freebie", + "freeboard_deck", + "freebooter", + "freedman", + "freedom", + "freedom_fighter", + "freedom_from_cruel_and_unusual_punishment", + "freedom_from_discrimination", + "freedom_from_double_jeopardy", + "freedom_from_involuntary_servitude", + "freedom_from_search_and_seizure", + "freedom_from_self-incrimination", + "freedom_of_assembly", + "freedom_of_religion", + "freedom_of_speech", + "freedom_of_the_press", + "freedom_of_the_seas", + "freedom_of_thought", + "freedom_party", + "freedom_rider", + "freedom_to_bear_arms", + "freedwoman", + "freehold", + "freeholder", + "freeing", + "freelance", + "freelancer", + "freeloader", + "freemail", + "freeman", + "freemason", + "freemasonry", + "freesia", + "freestone", + "freestyle", + "freetail", + "freetailed_bat", + "freethinker", + "freethinking", + "freetown", + "freeware", + "freeway", + "freewheel", + "freewheeler", + "freewoman", + "freeze", + "freeze-drying", + "freezer", + "freezing", + "freezing_mixture", + "freezing_point", + "fregata", + "fregatidae", + "freight", + "freight_agent", + "freight_car", + "freight_elevator", + "freight_liner", + "freight_rate", + "freight_train", + "freightage", + "freighter", + "fremont", + "fremontia", + "fremontodendron", + "french", + "french-fried_potatoes", + "french_academy", + "french_and_indian_war", + "french_bean", + "french_blue", + "french_bracken", + "french_bread", + "french_bulldog", + "french_canadian", + "french_capital", + "french_chalk", + "french_congo", + "french_door", + "french_dressing", + "french_endive", + "french_foreign_legion", + "french_foreign_office", + "french_franc", + "french_fries", + "french_fritter", + "french_guinea", + "french_heel", + "french_honeysuckle", + "french_horn", + "french_indochina", + "french_kiss", + "french_knot", + "french_lavender", + "french_leave", + "french_lesson", + "french_loaf", + "french_marigold", + "french_oceania", + "french_omelet", + "french_pancake", + "french_pastry", + "french_people", + "french_person", + "french_polish", + "french_polish_shellac", + "french_polynesia", + "french_region", + "french_republic", + "french_revolution", + "french_riviera", + "french_roof", + "french_rye", + "french_sorrel", + "french_spinach", + "french_sudan", + "french_teacher", + "french_telephone", + "french_toast", + "french_ultramarine", + "french_ultramarine_blue", + "french_vermouth", + "french_weed", + "french_west_indies", + "french_window", + "frenchman", + "frenchwoman", + "frenzy", + "freon", + "frequence", + "frequency", + "frequency-response_characteristic", + "frequency-response_curve", + "frequency_band", + "frequency_distribution", + "frequency_modulation", + "frequency_response", + "frequentative", + "frequenter", + "fresco", + "fresh_bean", + "fresh_breeze", + "fresh_fish", + "fresh_food", + "fresh_foods", + "fresh_gale", + "fresh_start", + "fresh_water", + "freshener", + "fresher", + "freshet", + "freshman", + "freshman_class", + "freshness", + "freshwater", + "freshwater_bass", + "freshwater_bream", + "freshwater_clam", + "freshwater_cordgrass", + "freshwater_eel", + "freshwater_fish", + "freshwater_limpet", + "freshwater_mussel", + "fresnel", + "fresnel_lens", + "fresno", + "fret", + "fretfulness", + "fretsaw", + "fretwork", + "freud", + "freudian", + "freudian_psychology", + "freudian_slip", + "frey", + "freya", + "freyja", + "freyr", + "frg", + "fri", + "friability", + "friar", + "friar's-cowl", + "friar's_lantern", + "friar_preacher", + "friary", + "fricandeau", + "fricassee", + "fricative", + "fricative_consonant", + "frick", + "friction", + "friction_clutch", + "friction_match", + "friction_tape", + "friday", + "fridge", + "fridtjof_nansen", + "fried_egg", + "fried_rice", + "friedan", + "friedcake", + "friedman", + "friedman_test", + "friedreich's_ataxia", + "friedrich_anton_mesmer", + "friedrich_august_kekule", + "friedrich_august_kekule_von_stradonitz", + "friedrich_august_von_hayek", + "friedrich_august_wolf", + "friedrich_engels", + "friedrich_froebel", + "friedrich_gottlieb_klopstock", + "friedrich_hebbel", + "friedrich_krupp", + "friedrich_max_muller", + "friedrich_wilhelm_august_froebel", + "friedrich_wilhelm_bessel", + "friedrich_wilhelm_nietzsche", + "friend", + "friend_of_the_court", + "friendlessness", + "friendliness", + "friendly", + "friendly_fire", + "friendly_islands", + "friendly_relationship", + "friendly_takeover", + "friendship", + "friendship_plant", + "frier", + "fries", + "friesian", + "friesland", + "frieze", + "frigate", + "frigate_bird", + "frigg", + "frigga", + "fright", + "frightening", + "frightfulness", + "frigid_zone", + "frigidity", + "frigidness", + "frijol", + "frijole", + "frijoles_refritos", + "frijolillo", + "frijolito", + "frill", + "frilled_lizard", + "frimaire", + "fringe", + "fringe-toed_lizard", + "fringe_benefit", + "fringe_bush", + "fringe_cups", + "fringe_tree", + "fringed_gecko", + "fringed_gentian", + "fringed_grass_of_parnassus", + "fringed_loosestrife", + "fringed_orchid", + "fringed_orchis", + "fringed_pink", + "fringed_polygala", + "fringed_poppy_mallow", + "fringepod", + "fringilla", + "fringilla_coelebs", + "fringilla_montifringilla", + "fringillidae", + "frippery", + "frisbee", + "frisch", + "frisia", + "frisian", + "frisian_islands", + "frisk", + "friskiness", + "frisking", + "frisson", + "fritillaria", + "fritillaria_affinis", + "fritillaria_agrestis", + "fritillaria_biflora", + "fritillaria_imperialis", + "fritillaria_lanceolata", + "fritillaria_liliaceae", + "fritillaria_meleagris", + "fritillaria_micrantha", + "fritillaria_mutica", + "fritillaria_parviflora", + "fritillaria_pluriflora", + "fritillaria_recurva", + "fritillary", + "frittata", + "fritter", + "fritter_batter", + "fritz_albert_lipmann", + "fritz_haber", + "fritz_kreisler", + "fritz_w._meissner", + "friuli", + "friuli-venezia_giulia", + "friulian", + "frivolity", + "frivolousness", + "frizz", + "frobisher", + "frock", + "frock_coat", + "froebel", + "froelichia", + "frog", + "frog's-bit", + "frog's-bit_family", + "frog's_lettuce", + "frog_kick", + "frog_legs", + "frog_orchid", + "frogbit", + "frogbit_family", + "frogfish", + "froghopper", + "frogman", + "frogmouth", + "frolic", + "frolicsomeness", + "fromental_halevy", + "frond", + "front", + "front-porch_campaign", + "front-porch_campaigning", + "front-runner", + "front-stall", + "front_bench", + "front_burner", + "front_crawl", + "front_door", + "front_end", + "front_entrance", + "front_line", + "front_man", + "front_matter", + "front_porch", + "front_projector", + "front_room", + "front_tooth", + "front_yard", + "frontage", + "frontage_road", + "frontal", + "frontal_bone", + "frontal_cortex", + "frontal_eminence", + "frontal_gyrus", + "frontal_lobe", + "frontal_lobotomy", + "frontal_sinus", + "frontal_suture", + "frontbencher", + "frontier", + "frontier_settlement", + "frontiersman", + "frontierswoman", + "frontispiece", + "frontlet", + "frontstall", + "frost", + "frost's_bolete", + "frost-weed", + "frost_fish", + "frost_heave", + "frost_heaving", + "frost_mist", + "frost_snow", + "frostbite", + "frosted_bat", + "frostiness", + "frosting", + "frostweed", + "frostwort", + "froth", + "frothiness", + "frottage", + "frotteur", + "frown", + "frown_line", + "frozen_custard", + "frozen_dessert", + "frozen_food", + "frozen_foods", + "frozen_metaphor", + "frozen_orange_juice", + "frozen_pudding", + "frozen_yogurt", + "frs", + "fructidor", + "fructification", + "fructose", + "fructosuria", + "frugality", + "frugalness", + "fruit", + "fruit_bar", + "fruit_bat", + "fruit_cocktail", + "fruit_compote", + "fruit_crush", + "fruit_custard", + "fruit_drink", + "fruit_fly", + "fruit_grower", + "fruit_juice", + "fruit_machine", + "fruit_of_the_poisonous_tree", + "fruit_punch", + "fruit_salad", + "fruit_sugar", + "fruit_tree", + "fruitage", + "fruitcake", + "fruiterer", + "fruitfulness", + "fruiting_body", + "fruition", + "fruitlessness", + "fruitlet", + "fruitwood", + "frumenty", + "frump", + "frunze", + "frustration", + "frustum", + "fry", + "fry_bread", + "fry_cook", + "frye", + "fryer", + "frying", + "frying_pan", + "frypan", + "fsb", + "fsh", + "ft", + "ft-l", + "ftc", + "fthm", + "fto", + "ftp", + "fucaceae", + "fucales", + "fuchs", + "fuchsia", + "fuchsia_coccinea", + "fuchsia_excorticata", + "fuck", + "fuck_all", + "fucker", + "fuckhead", + "fucking", + "fuckup", + "fucoid", + "fucoid_algae", + "fucus", + "fucus_serratus", + "fucus_vesiculosus", + "fuddle", + "fuddy-duddy", + "fudge", + "fudge_factor", + "fudge_sauce", + "fuego", + "fuel", + "fuel-air_bomb", + "fuel-air_explosive", + "fuel_cell", + "fuel_consumption_rate", + "fuel_filter", + "fuel_gauge", + "fuel_indicator", + "fuel_injection", + "fuel_injection_system", + "fuel_level", + "fuel_line", + "fuel_oil", + "fuel_pod", + "fuel_system", + "fueling", + "fuentes", + "fuerzas_armadas_revolucionarios_de_colombia", + "fug", + "fugaciousness", + "fugacity", + "fugard", + "fugitive", + "fugitive_from_justice", + "fugleman", + "fugo", + "fugu", + "fugue", + "fuji", + "fuji-san", + "fuji_cherry", + "fujinoyama", + "fujiyama", + "fukien", + "fukkianese", + "fukuoka", + "ful", + "fula", + "fulah", + "fulani", + "fulbe", + "fulbright", + "fulcrum", + "fulfillment", + "fulfilment", + "fulgoridae", + "fulica", + "fulica_americana", + "fulica_atra", + "full", + "full-dress_uniform", + "full-of-the-moon", + "full-wave_rectifier", + "full_admiral", + "full_blood", + "full_complement", + "full_cousin", + "full_dress", + "full_employment", + "full_faith_and_credit", + "full_gainer", + "full_general", + "full_house", + "full_metal_jacket", + "full_moon", + "full_moon_maple", + "full_nelson", + "full_page", + "full_phase_of_the_moon", + "full_point", + "full_professor", + "full_radiator", + "full_service_bank", + "full_skirt", + "full_stop", + "full_term", + "full_treatment", + "fullback", + "fuller", + "fuller's_earth", + "fuller's_teasel", + "fullerene", + "fullness", + "fulmar", + "fulmar_petrel", + "fulmarus", + "fulmarus_glacialis", + "fulminate", + "fulminate_of_mercury", + "fulminating_mercury", + "fulmination", + "fulminic_acid", + "fulsomeness", + "fulton", + "fulvic_acid", + "fulvicin", + "fumaria", + "fumaria_claviculata", + "fumaria_fungosa", + "fumaria_officinalis", + "fumaria_sempervirens", + "fumariaceae", + "fumaric_acid", + "fumble", + "fumbler", + "fume", + "fumed_oak", + "fumeroot", + "fumes", + "fumewort", + "fumigant", + "fumigation", + "fumigator", + "fumimaro_konoe", + "fumimaro_konoye", + "fumitory", + "fumitory_family", + "fun", + "fun_run", + "funafuti", + "funambulism", + "funambulist", + "function", + "function_call", + "function_word", + "functional_anatomy", + "functional_calculus", + "functional_disorder", + "functional_genomics", + "functional_illiterate", + "functional_magnetic_resonance_imaging", + "functionalism", + "functionalist", + "functionality", + "functionary", + "functioning", + "fund", + "fund-raising_campaign", + "fund-raising_drive", + "fund-raising_effort", + "fundament", + "fundamental", + "fundamental_analysis", + "fundamental_frequency", + "fundamental_interaction", + "fundamental_law", + "fundamental_measure", + "fundamental_particle", + "fundamental_principle", + "fundamental_quantity", + "fundamentalism", + "fundamentalist", + "fundamentals", + "fundamentals_analysis", + "funding", + "fundraiser", + "funds", + "fundulus", + "fundulus_heteroclitus", + "fundulus_majalis", + "fundus", + "funeral", + "funeral-residence", + "funeral_chapel", + "funeral_church", + "funeral_director", + "funeral_home", + "funeral_march", + "funeral_parlor", + "funeral_parlour", + "funeral_pyre", + "funeral_undertaker", + "funfair", + "fungal_infection", + "fungi", + "fungi_imperfecti", + "fungia", + "fungibility", + "fungible", + "fungicide", + "fungus", + "fungus_family", + "fungus_genus", + "fungus_gnat", + "fungus_kingdom", + "fungus_order", + "funicle", + "funicular", + "funicular_railway", + "funiculitis", + "funiculus", + "funk", + "funk_hole", + "funka", + "funkaceae", + "funnel", + "funnel-crest_rosebud_orchid", + "funnel_shape", + "funnel_web", + "funnies", + "funniness", + "funny", + "funny_bone", + "funny_farm", + "funny_house", + "funny_remark", + "funny_story", + "funny_wagon", + "funrun", + "fuqra", + "fur", + "fur-piece", + "fur_coat", + "fur_hat", + "fur_seal", + "furan", + "furane", + "furbelow", + "furcation", + "furcula", + "furfural", + "furfuraldehyde", + "furfuran", + "furiousness", + "furlong", + "furlough", + "furnace", + "furnace_lining", + "furnace_room", + "furnariidae", + "furnarius", + "furnishing", + "furniture", + "furniture_company", + "furniture_maker", + "furnivall", + "furor", + "furore", + "furosemide", + "furrier", + "furring", + "furring_strip", + "furrow", + "furry_tongue", + "furtherance", + "furtiveness", + "furuncle", + "furunculosis", + "fury", + "furze", + "fusain", + "fusanus", + "fusanus_acuminatus", + "fusarium_wilt", + "fuschia", + "fuscoboletinus", + "fuscoboletinus_paluster", + "fuscoboletinus_serotinus", + "fuse", + "fusee", + "fusee_drive", + "fusel_oil", + "fuselage", + "fusible_metal", + "fusil", + "fusilier", + "fusillade", + "fusion", + "fusion_bomb", + "fusion_cooking", + "fusion_reactor", + "fuss", + "fuss-budget", + "fussiness", + "fusspot", + "fustian", + "futility", + "futon", + "futtock_shroud", + "future", + "future_date", + "future_perfect", + "future_perfect_tense", + "future_progressive", + "future_progressive_tense", + "future_tense", + "futures_contract", + "futures_exchange", + "futures_market", + "futurism", + "futurist", + "futuristics", + "futurity", + "futurology", + "fuze", + "fuzee", + "fuzz", + "fuzziness", + "fuzzy_logic", + "fws", + "fyodor_dostoevski", + "fyodor_dostoevsky", + "fyodor_dostoyevsky", + "fyodor_mikhailovich_dostoevski", + "fyodor_mikhailovich_dostoevsky", + "fyodor_mikhailovich_dostoyevsky", + "g", + "g-force", + "g-jo", + "g-man", + "g-string", + "g._b._shaw", + "g._e._moore", + "g._k._chesterton", + "g._l._von_blucher", + "g._r._kirchhoff", + "g._stanley_hall", + "g_clef", + "g_suit", + "ga", + "gaap", + "gab", + "gaba", + "gabapentin", + "gabardine", + "gabble", + "gabbro", + "gaberdine", + "gabfest", + "gable", + "gable_end", + "gable_roof", + "gable_wall", + "gabon", + "gabon_franc", + "gabonese", + "gabonese_republic", + "gaboon_viper", + "gabor", + "gaboriau", + "gaborone", + "gabriel", + "gabriel_daniel_fahrenheit", + "gabriel_lippmann", + "gabriel_tellez", + "gabriele_fallopius", + "gabriello_fallopio", + "gabun", + "gad", + "gadaba", + "gadabout", + "gaddafi", + "gaddi", + "gadfly", + "gadget", + "gadgeteer", + "gadgetry", + "gadidae", + "gadiformes", + "gadoid", + "gadoid_fish", + "gadolinite", + "gadolinium", + "gadsden", + "gadus", + "gadus_macrocephalus", + "gadus_merlangus", + "gadus_morhua", + "gaea", + "gael", + "gaelic", + "gaetan_vestris", + "gaetano_donizetti", + "gaff", + "gaff-headed_sail", + "gaff_topsail", + "gaffe", + "gaffer", + "gaffsail", + "gafsa", + "gag", + "gag_law", + "gag_line", + "gag_order", + "gag_reflex", + "gag_rule", + "gagarin", + "gage", + "gaggle", + "gagman", + "gagster", + "gagwriter", + "gai_choi", + "gaia", + "gaiety", + "gaillardia", + "gaillardia_pulchella", + "gain", + "gainer", + "gainesville", + "gainfulness", + "gaining_control", + "gainsborough", + "gaiseric", + "gait", + "gaiter", + "gaius", + "gaius_aurelius_valerius_diocletian", + "gaius_caesar", + "gaius_cassius_longinus", + "gaius_cornelius_tacitus", + "gaius_flaminius", + "gaius_julius_caesar", + "gaius_julius_caesar_octavianus", + "gaius_octavianus", + "gaius_petronius", + "gaius_plinius_caecilius_secundus", + "gaius_plinius_secundus", + "gaius_valerius_catullus", + "gal", + "gala", + "gala_affair", + "galactagogue", + "galactocele", + "galactose", + "galactosemia", + "galactosis", + "galago", + "galahad", + "galan", + "galangal", + "galantine", + "galanty_show", + "galapagos", + "galapagos_islands", + "galatea", + "galatia", + "galatian", + "galatians", + "galax", + "galax_urceolata", + "galaxy", + "galbanum", + "galbraith", + "galbulidae", + "galbulus", + "gale", + "galea", + "galega", + "galega_officinalis", + "galen", + "galena", + "galeocerdo", + "galeocerdo_cuvieri", + "galeopsis", + "galeopsis_tetrahit", + "galeorhinus", + "galeorhinus_zyopterus", + "galeras", + "galere", + "galicia", + "galician", + "galictis_vittatus", + "galiella_rufa", + "galilaean", + "galilean", + "galilean_satellite", + "galilean_telescope", + "galilee", + "galileo", + "galileo_galilei", + "galina_sergeevna_ulanova", + "galina_ulanova", + "galingale", + "galium", + "galium_aparine", + "galium_boreale", + "galium_lanceolatum", + "galium_mollugo", + "galium_odoratum", + "galium_verum", + "gall", + "gall-berry", + "gall_bladder", + "gall_gnat", + "gall_midge", + "gall_of_the_earth", + "gall_wasp", + "gallamine", + "gallant", + "gallant_fox", + "gallantry", + "gallaudet", + "gallberry", + "gallbladder", + "galleon", + "galleria", + "galleria_mellonella", + "gallery", + "galley", + "galley_proof", + "galley_slave", + "gallfly", + "gallia", + "galliano", + "gallic_acid", + "gallicanism", + "gallicism", + "galliformes", + "gallimaufry", + "gallina", + "gallinacean", + "gallinaceous_bird", + "gallinago", + "gallinago_gallinago", + "gallinago_gallinago_delicata", + "gallinago_media", + "gallinula", + "gallinula_chloropus", + "gallinula_chloropus_cachinnans", + "gallinule", + "gallirallus", + "gallium", + "gallon", + "gallop", + "gallop_rhythm", + "gallous", + "galloway", + "gallows", + "gallows-tree", + "gallows_bird", + "gallows_tree", + "gallstone", + "gallup", + "gallus", + "gallus_gallus", + "galois", + "galois_theory", + "galoot", + "galosh", + "galsworthy", + "galton", + "galtonia_candicans", + "galvani", + "galvanic_battery", + "galvanic_cell", + "galvanic_pile", + "galvanic_skin_response", + "galvanisation", + "galvaniser", + "galvanism", + "galvanization", + "galvanized_iron", + "galvanizer", + "galvanometer", + "galveston", + "galveston_bay", + "galveston_island", + "galway", + "galway_bay", + "gam", + "gamal_abdel_nasser", + "gamba", + "gambelia", + "gambia", + "gambian", + "gambian_monetary_unit", + "gambier_islands", + "gambist", + "gambit", + "gamble", + "gambler", + "gambling", + "gambling_casino", + "gambling_contract", + "gambling_den", + "gambling_game", + "gambling_hell", + "gambling_house", + "gambling_system", + "gamboge", + "gamboge_tree", + "gambol", + "gambrel", + "gambrel_roof", + "gambusia", + "gambusia_affinis", + "game", + "game_bird", + "game_equipment", + "game_fish", + "game_fowl", + "game_law", + "game_license", + "game_misconduct", + "game_of_chance", + "game_plan", + "game_room", + "game_show", + "game_theory", + "game_warden", + "gamebag", + "gameboard", + "gamecock", + "gamekeeper", + "gamelan", + "gameness", + "games-master", + "games-mistress", + "gamesmanship", + "gametangium", + "gamete", + "gametocyte", + "gametoecium", + "gametogenesis", + "gametophore", + "gametophyte", + "gamin", + "gamine", + "gaminess", + "gaming", + "gaming_card", + "gaming_house", + "gaming_table", + "gamma", + "gamma-interferon", + "gamma_acid", + "gamma_aminobutyric_acid", + "gamma_globulin", + "gamma_hydroxybutyrate", + "gamma_iron", + "gamma_radiation", + "gamma_ray", + "gammon", + "gammopathy", + "gamow", + "gamp", + "gamut", + "gan_jiang", + "ganapati", + "gand", + "gand_flower", + "gander", + "gandhi", + "gandy_dancer", + "ganef", + "ganesa", + "ganesh", + "ganesha", + "gang", + "gang_fight", + "gangboard", + "gangdom", + "ganger", + "ganges", + "ganges_river", + "gangland", + "gangliocyte", + "ganglion", + "ganglion_cell", + "gangplank", + "gangrene", + "gangrenous_emphysema", + "gangsaw", + "gangsta", + "gangster", + "gangster's_moll", + "gangway", + "ganja", + "gannet", + "ganof", + "ganoid", + "ganoid_fish", + "ganoidei", + "ganoin", + "ganoine", + "gansu", + "gansu_province", + "gantanol", + "gantlet", + "gantrisin", + "gantry", + "ganymede", + "gao", + "gaol", + "gaolbird", + "gaolbreak", + "gaoler", + "gap", + "gape", + "gapped_scale", + "gar", + "garage", + "garage_sale", + "garageman's_lien", + "garambulla", + "garambulla_cactus", + "garamycin", + "garand", + "garand_rifle", + "garb", + "garbage", + "garbage_can", + "garbage_carter", + "garbage_collection", + "garbage_collector", + "garbage_disposal", + "garbage_dump", + "garbage_hauler", + "garbage_heap", + "garbage_man", + "garbage_pickup", + "garbage_truck", + "garbageman", + "garbanzo", + "garbo", + "garboard", + "garboard_plank", + "garboard_strake", + "garboil", + "garbology", + "garcia_lorca", + "garcinia", + "garcinia_cambogia", + "garcinia_gummi-gutta", + "garcinia_hanburyi", + "garcinia_mangostana", + "garden", + "garden_angelica", + "garden_balm", + "garden_cart", + "garden_centipede", + "garden_chair", + "garden_cress", + "garden_current", + "garden_egg", + "garden_forget-me-not", + "garden_heliotrope", + "garden_hose", + "garden_huckleberry", + "garden_lettuce", + "garden_loosestrife", + "garden_nasturtium", + "garden_of_eden", + "garden_orache", + "garden_party", + "garden_pea", + "garden_pea_plant", + "garden_pepper_cress", + "garden_pink", + "garden_plant", + "garden_rake", + "garden_rhubarb", + "garden_rocket", + "garden_roller", + "garden_snail", + "garden_sorrel", + "garden_spade", + "garden_spider", + "garden_state", + "garden_stater", + "garden_strawberry", + "garden_symphilid", + "garden_tool", + "garden_trowel", + "garden_truck", + "garden_violet", + "garden_webworm", + "gardener", + "gardener's_delight", + "gardener's_garters", + "gardenia", + "gardenia_augusta", + "gardenia_jasminoides", + "gardening", + "gardiner", + "gardner", + "garfield", + "garfish", + "garganey", + "gargantua", + "garget", + "gargle", + "gargoyle", + "gargoylism", + "gari", + "garibaldi", + "garishness", + "garland", + "garland_crab", + "garland_flower", + "garlic", + "garlic_bread", + "garlic_butter", + "garlic_chive", + "garlic_clove", + "garlic_mustard", + "garlic_press", + "garlic_salt", + "garlic_sauce", + "garment", + "garment-worker", + "garment_bag", + "garment_cutter", + "garment_industry", + "garment_worker", + "garmentmaker", + "garner", + "garnet", + "garnet_lac", + "garnier", + "garnierite", + "garnish", + "garnishee", + "garnishment", + "garonne", + "garonne_river", + "garotte", + "garpike", + "garret", + "garrick", + "garrison", + "garrison_cap", + "garrote", + "garroter", + "garrotte", + "garrotter", + "garrulinae", + "garrulity", + "garrulousness", + "garrulus", + "garry_oak", + "garter", + "garter_belt", + "garter_snake", + "garter_stitch", + "gartner's_bacillus", + "garuda", + "garullus_garullus", + "gary", + "gary_cooper", + "gary_kasparov", + "gary_weinstein", + "gas", + "gas-cooled_reactor", + "gas-discharge_lamp", + "gas-discharge_tube", + "gas-turbine_ship", + "gas_bomb", + "gas_bracket", + "gas_burner", + "gas_chamber", + "gas_company", + "gas_constant", + "gas_cooker", + "gas_embolism", + "gas_engine", + "gas_fitter", + "gas_fitting", + "gas_fixture", + "gas_furnace", + "gas_gage", + "gas_gangrene", + "gas_gauge", + "gas_giant", + "gas_gun", + "gas_guzzler", + "gas_heat", + "gas_heater", + "gas_helmet", + "gas_holder", + "gas_jet", + "gas_lamp", + "gas_line", + "gas_main", + "gas_maser", + "gas_meter", + "gas_mileage", + "gas_oil", + "gas_oven", + "gas_pedal", + "gas_phlegmon", + "gas_plant", + "gas_pressure", + "gas_pump", + "gas_range", + "gas_ring", + "gas_service", + "gas_shell", + "gas_station", + "gas_stove", + "gas_system", + "gas_tank", + "gas_thermometer", + "gas_turbine", + "gas_well", + "gasbag", + "gascogne", + "gasconade", + "gascony", + "gaseous_nebula", + "gaseous_state", + "gaseousness", + "gasfield", + "gash", + "gasherbrum", + "gasification", + "gaskell", + "gasket", + "gaskin", + "gaslight", + "gasman", + "gasmask", + "gasohol", + "gasolene", + "gasoline", + "gasoline_bomb", + "gasoline_engine", + "gasoline_gage", + "gasoline_gauge", + "gasoline_mileage", + "gasoline_pump", + "gasoline_station", + "gasoline_tank", + "gasoline_tax", + "gasometer", + "gasp", + "gaspar", + "gassing", + "gasteromycete", + "gasteromycetes", + "gasterophilidae", + "gasterophilus", + "gasterophilus_intestinalis", + "gasteropoda", + "gasterosteidae", + "gasterosteus", + "gasterosteus_aculeatus", + "gasterosteus_pungitius", + "gaston_lachaise", + "gastralgia", + "gastrectomy", + "gastric_acid", + "gastric_antacid", + "gastric_artery", + "gastric_digestion", + "gastric_juice", + "gastric_lavage", + "gastric_mill", + "gastric_smear", + "gastric_ulcer", + "gastric_vein", + "gastrin", + "gastritis", + "gastroboletus", + "gastroboletus_scabrosus", + "gastroboletus_turbinatus", + "gastrocnemius", + "gastrocnemius_muscle", + "gastrocolic_omentum", + "gastrocybe", + "gastrocybe_lateritia", + "gastroenteritis", + "gastroenterologist", + "gastroenterology", + "gastroenterostomy", + "gastroepiploic_vein", + "gastroesophageal_reflux", + "gastrogavage", + "gastrointestinal_disorder", + "gastrointestinal_hormone", + "gastrointestinal_system", + "gastrointestinal_tract", + "gastrolobium", + "gastromy", + "gastromycete", + "gastromycetes", + "gastronome", + "gastronomy", + "gastroomental_vein", + "gastrophryne", + "gastrophryne_carolinensis", + "gastrophryne_olivacea", + "gastropod", + "gastropoda", + "gastroscope", + "gastroscopy", + "gastrostomy", + "gastrula", + "gastrulation", + "gasworks", + "gat", + "gate", + "gateau", + "gatecrasher", + "gatefold", + "gatehouse", + "gatekeeper", + "gateleg_table", + "gatepost", + "gates", + "gates_of_the_arctic_national_park", + "gateway", + "gateway_drug", + "gateway_to_the_west", + "gather", + "gathered_skirt", + "gatherer", + "gathering", + "gathering_place", + "gathic", + "gatling", + "gatling_gun", + "gator", + "gatt", + "gaucheness", + "gaucher's_disease", + "gaucherie", + "gaucho", + "gaud", + "gaudery", + "gaudi", + "gaudi_i_cornet", + "gaudiness", + "gaudy", + "gauffer", + "gauffering_iron", + "gauge", + "gauge_boson", + "gauguin", + "gaul", + "gaultheria", + "gaultheria_hispidula", + "gaultheria_procumbens", + "gaultheria_shallon", + "gauntlet", + "gauntness", + "gauntry", + "gaur", + "gauri", + "gauss", + "gaussian_curve", + "gaussian_distribution", + "gaussian_shape", + "gaussmeter", + "gautama", + "gautama_buddha", + "gautama_siddhartha", + "gauze", + "gauze_bandage", + "gavage", + "gavel", + "gavia", + "gavial", + "gavialidae", + "gavialis", + "gavialis_gangeticus", + "gavidae", + "gaviiform_seabird", + "gaviiformes", + "gavotte", + "gawain", + "gawk", + "gawker", + "gawkiness", + "gay", + "gay-feather", + "gay-lussac", + "gay-lussac's_law", + "gay_lib", + "gay_liberation_movement", + "gay_man", + "gay_woman", + "gayal", + "gayfeather", + "gaylussacia", + "gaylussacia_baccata", + "gaylussacia_brachycera", + "gaylussacia_frondosa", + "gayness", + "gaywings", + "gaza", + "gaza_strip", + "gazania", + "gazania_rigens", + "gaze", + "gazebo", + "gazella", + "gazella_subgutturosa", + "gazella_thomsoni", + "gazelle", + "gazelle_hound", + "gazette", + "gazetteer", + "gazillion", + "gazpacho", + "gb", + "gbit", + "gbu-28", + "gc", + "gca", + "gcse", + "gd", + "gdansk", + "gdp", + "ge", + "gean", + "gear", + "gear_box", + "gear_case", + "gear_lever", + "gear_mechanism", + "gear_wheel", + "gearbox", + "geared_wheel", + "gearing", + "gearset", + "gearshift", + "gearstick", + "geartrain", + "geastraceae", + "geastrum", + "geastrum_coronatum", + "geb", + "gebang_palm", + "gebhard_leberecht_von_blucher", + "gecko", + "gee", + "gee-gee", + "geebung", + "geek", + "geert_geerts", + "geezer", + "geezerhood", + "gefilte_fish", + "gegenschein", + "geglossaceae", + "gehenna", + "gehrig", + "geiger", + "geiger-muller_counter", + "geiger-muller_tube", + "geiger_counter", + "geiger_tube", + "geisel", + "geisha", + "geisha_girl", + "gekkonidae", + "gel", + "gelatin", + "gelatin_dessert", + "gelatine", + "gelatinousness", + "gelding", + "gelechia", + "gelechia_gossypiella", + "gelechiid", + "gelechiid_moth", + "gelechiidae", + "gelidity", + "gelignite", + "gell-mann", + "gelly", + "gelsemium", + "gelsemium_sempervirens", + "gelt", + "gem", + "gem_clip", + "gem_cutter", + "gem_state", + "gemara", + "gemfibrozil", + "geminate", + "gemination", + "gemini", + "gemini_program", + "gemini_the_twins", + "gemma", + "gemmation", + "gemmule", + "gemonil", + "gempylid", + "gempylidae", + "gempylus", + "gempylus_serpens", + "gemsbok", + "gemsbuck", + "gemstone", + "gen", + "gen_x", + "gendarme", + "gendarmerie", + "gendarmery", + "gender", + "gender_agreement", + "gender_identity", + "gender_role", + "gene", + "gene-splicing", + "gene_chip", + "gene_delivery_vector", + "gene_expression", + "gene_kelly", + "gene_linkage", + "gene_mutation", + "gene_sarazen", + "gene_tunney", + "genealogist", + "genealogy", + "general", + "general-purpose_bomb", + "general_agent", + "general_agreement_on_tariffs_and_trade", + "general_anaesthesia", + "general_anaesthetic", + "general_anatomy", + "general_anesthesia", + "general_anesthetic", + "general_assembly", + "general_baptist", + "general_certificate_of_secondary_education", + "general_charles_de_gaulle", + "general_custer", + "general_damages", + "general_de_gaulle", + "general_delivery", + "general_election", + "general_franco", + "general_headquarters", + "general_knowledge", + "general_ledger", + "general_lien", + "general_manager", + "general_medicine", + "general_officer", + "general_practitioner", + "general_relativity", + "general_relativity_theory", + "general_security_services", + "general_services_administration", + "general_staff", + "general_store", + "general_theory_of_relativity", + "general_verdict", + "generalcy", + "generalisation", + "generalissimo", + "generalist", + "generality", + "generalization", + "generalized_anxiety_disorder", + "generalized_epilepsy", + "generalized_seizure", + "generally_accepted_accounting_principles", + "generalship", + "generation", + "generation_gap", + "generation_x", + "generative_grammar", + "generator", + "generic", + "generic_drug", + "generic_noun", + "generic_wine", + "generosity", + "generousness", + "genesis", + "genet", + "genetic_abnormality", + "genetic_code", + "genetic_constitution", + "genetic_counseling", + "genetic_defect", + "genetic_disease", + "genetic_disorder", + "genetic_endowment", + "genetic_engineering", + "genetic_fingerprint", + "genetic_fingerprinting", + "genetic_map", + "genetic_marker", + "genetic_mutation", + "genetic_profiling", + "genetic_psychology", + "genetic_science", + "genetic_screening", + "geneticism", + "geneticist", + "genetics", + "genetta", + "genetta_genetta", + "geneva", + "geneva_convention", + "geneva_gown", + "genevan", + "geneve", + "genf", + "genghis_khan", + "geniality", + "genicular_vein", + "geniculate_body", + "genie", + "genip", + "genipa", + "genipa_americana", + "genipap", + "genipap_fruit", + "genista", + "genista_anglica", + "genista_hispanica", + "genista_raetam", + "genista_tinctoria", + "genital_herpes", + "genital_organ", + "genital_personality", + "genital_phase", + "genital_stage", + "genital_system", + "genital_torture", + "genital_wart", + "genitalia", + "genitals", + "genitive", + "genitive_case", + "genitor", + "genitourinary_apparatus", + "genitourinary_system", + "genius", + "genius_loci", + "genlisea", + "genoa", + "genocide", + "genoese", + "genoise", + "genome", + "genomics", + "genotype", + "genova", + "genre", + "genre_painter", + "genre_painting", + "gens", + "genseric", + "gent", + "gentamicin", + "genteelness", + "gentian", + "gentian_family", + "gentian_violet", + "gentiana", + "gentiana_acaulis", + "gentiana_andrewsii", + "gentiana_calycosa", + "gentiana_clausa", + "gentiana_crinita", + "gentiana_detonsa", + "gentiana_holopetala", + "gentiana_lutea", + "gentiana_pneumonanthe", + "gentiana_procera", + "gentiana_quinquefolia", + "gentiana_saponaria", + "gentiana_thermalis", + "gentiana_villosa", + "gentianaceae", + "gentianales", + "gentianella", + "gentianella_amarella", + "gentianella_quinquefolia", + "gentianopsid_procera", + "gentianopsis", + "gentianopsis_crinita", + "gentianopsis_detonsa", + "gentianopsis_holopetala", + "gentianopsis_thermalis", + "gentile", + "gentility", + "gentle_breeze", + "gentle_wind", + "gentlefolk", + "gentleman", + "gentleman's-cane", + "gentleman's_gentleman", + "gentleman-at-arms", + "gentleman_jim", + "gentleman_johnny", + "gentlemen's_agreement", + "gentleness", + "gentlewoman", + "gentrification", + "gentry", + "genu", + "genu_valgum", + "genu_varum", + "genuflection", + "genuflexion", + "genuineness", + "genus", + "genus-fenusa", + "genus-megapodius", + "genus-milvus", + "genus_abelia", + "genus_abelmoschus", + "genus_abies", + "genus_abramis", + "genus_abrocoma", + "genus_abronia", + "genus_abudefduf", + "genus_abutilon", + "genus_acacia", + "genus_acalypha", + "genus_acanthisitta", + "genus_acanthocereus", + "genus_acanthocybium", + "genus_acanthophis", + "genus_acanthoscelides", + "genus_acanthurus", + "genus_acanthus", + "genus_acarus", + "genus_accipiter", + "genus_acer", + "genus_acherontia", + "genus_acheta", + "genus_achillea", + "genus_achimenes", + "genus_achoerodus", + "genus_achras", + "genus_acinonyx", + "genus_acinos", + "genus_acipenser", + "genus_acocanthera", + "genus_acokanthera", + "genus_aconitum", + "genus_acorus", + "genus_acridotheres", + "genus_acris", + "genus_acrobates", + "genus_acrocarpus", + "genus_acrocephalus", + "genus_acroclinium", + "genus_acrocomia", + "genus_acropora", + "genus_acrostichum", + "genus_actaea", + "genus_actias", + "genus_actinia", + "genus_actinidia", + "genus_actiniopteris", + "genus_actinomeris", + "genus_actinomyces", + "genus_actitis", + "genus_adalia", + "genus_adansonia", + "genus_addax", + "genus_adelges", + "genus_adenanthera", + "genus_adenium", + "genus_adenota", + "genus_adiantum", + "genus_adlumia", + "genus_adonis", + "genus_aedes", + "genus_aegiceras", + "genus_aegilops", + "genus_aegypius", + "genus_aegyptopithecus", + "genus_aeonium", + "genus_aepyceros", + "genus_aepyornis", + "genus_aerides", + "genus_aerobacter", + "genus_aeschynanthus", + "genus_aesculus", + "genus_aethionema", + "genus_aethusa", + "genus_aetobatus", + "genus_aframomum", + "genus_afrocarpus", + "genus_afropavo", + "genus_agalinis", + "genus_agama", + "genus_agapanthus", + "genus_agapornis", + "genus_agaricus", + "genus_agastache", + "genus_agathis", + "genus_agave", + "genus_agdestis", + "genus_agelaius", + "genus_ageratina", + "genus_ageratum", + "genus_agkistrodon", + "genus_aglaomorpha", + "genus_aglaonema", + "genus_agonus", + "genus_agrimonia", + "genus_agriocharis", + "genus_agrobacterium", + "genus_agropyron", + "genus_agrostemma", + "genus_agrostis", + "genus_ailanthus", + "genus_ailuropoda", + "genus_ailurus", + "genus_aix", + "genus_ajaia", + "genus_ajuga", + "genus_alauda", + "genus_albatrellus", + "genus_albizia", + "genus_albizzia", + "genus_albuca", + "genus_albugo", + "genus_albula", + "genus_alca", + "genus_alcea", + "genus_alcedo", + "genus_alcelaphus", + "genus_alces", + "genus_aldrovanda", + "genus_alectis", + "genus_alectoria", + "genus_alectoris", + "genus_alectura", + "genus_alepisaurus", + "genus_aletris", + "genus_aleurites", + "genus_aleyrodes", + "genus_algeripithecus", + "genus_alisma", + "genus_allamanda", + "genus_alliaria", + "genus_alligator", + "genus_allionia", + "genus_allium", + "genus_allosaurus", + "genus_alnus", + "genus_alocasia", + "genus_aloe", + "genus_alopecurus", + "genus_alopex", + "genus_alopius", + "genus_alosa", + "genus_alouatta", + "genus_alpinia", + "genus_alsobia", + "genus_alsophila", + "genus_alstonia", + "genus_alstroemeria", + "genus_alternanthera", + "genus_althaea", + "genus_alyssum", + "genus_alytes", + "genus_amanita", + "genus_amaranthus", + "genus_amaryllis", + "genus_amauropelta", + "genus_amazona", + "genus_amberboa", + "genus_ambloplites", + "genus_amblyrhynchus", + "genus_ambrosia", + "genus_ambystoma", + "genus_ameiurus", + "genus_amelanchier", + "genus_amia", + "genus_amianthum", + "genus_ammobium", + "genus_ammodytes", + "genus_ammotragus", + "genus_amoeba", + "genus_amorpha", + "genus_amorphophallus", + "genus_amphibolips", + "genus_amphicarpa", + "genus_amphicarpaea", + "genus_amphioxus", + "genus_amphiprion", + "genus_amphisbaena", + "genus_amphisbaenia", + "genus_amphiuma", + "genus_amsinckia", + "genus_amsonia", + "genus_amygdalus", + "genus_anabas", + "genus_anabrus", + "genus_anacardium", + "genus_anacyclus", + "genus_anadenanthera", + "genus_anagallis", + "genus_anagasta", + "genus_anagyris", + "genus_ananas", + "genus_anaphalis", + "genus_anarhichas", + "genus_anas", + "genus_anasa", + "genus_anastatica", + "genus_anastomus", + "genus_anatotitan", + "genus_anchusa", + "genus_ancistrodon", + "genus_ancylus", + "genus_andira", + "genus_andreaea", + "genus_andrena", + "genus_andricus", + "genus_andromeda", + "genus_andropogon", + "genus_andryala", + "genus_aneides", + "genus_anemia", + "genus_anemone", + "genus_anemonella", + "genus_anemopsis", + "genus_anethum", + "genus_angelica", + "genus_angiopteris", + "genus_angraecum", + "genus_angrecum", + "genus_anguilla", + "genus_anguillula", + "genus_anguis", + "genus_anhima", + "genus_anhinga", + "genus_anigozanthus", + "genus_anisotremus", + "genus_ankylosaurus", + "genus_annona", + "genus_anoa", + "genus_anodonta", + "genus_anoectochilus", + "genus_anogramma", + "genus_anolis", + "genus_anomala", + "genus_anomalops", + "genus_anomalopteryx", + "genus_anomia", + "genus_anopheles", + "genus_anser", + "genus_antedon", + "genus_antennaria", + "genus_anthemis", + "genus_antheraea", + "genus_anthericum", + "genus_antheropeas", + "genus_anthidium", + "genus_anthoceros", + "genus_anthonomus", + "genus_anthriscus", + "genus_anthurium", + "genus_anthus", + "genus_anthyllis", + "genus_antidorcas", + "genus_antigonia", + "genus_antilocapra", + "genus_antilope", + "genus_antirrhinum", + "genus_antrodemus", + "genus_antrozous", + "genus_aotus", + "genus_apatosaurus", + "genus_apatura", + "genus_aphis", + "genus_aphriza", + "genus_aphrophora", + "genus_aphyllanthes", + "genus_apios", + "genus_apis", + "genus_apium", + "genus_aplectrum", + "genus_aplodontia", + "genus_aplysia", + "genus_apocynum", + "genus_apodemus", + "genus_apogon", + "genus_aporocactus", + "genus_appendicularia", + "genus_aptenodytes", + "genus_apteryx", + "genus_apus", + "genus_aquila", + "genus_aquilegia", + "genus_ara", + "genus_arabidopsis", + "genus_arabis", + "genus_arachis", + "genus_aralia", + "genus_aramus", + "genus_aranea", + "genus_araneus", + "genus_araucaria", + "genus_araujia", + "genus_arbutus", + "genus_arca", + "genus_arcella", + "genus_arceuthobium", + "genus_archaeopteryx", + "genus_archaeornis", + "genus_archeopteryx", + "genus_archidiskidon", + "genus_archilochus", + "genus_architeuthis", + "genus_archosargus", + "genus_arctictis", + "genus_arctium", + "genus_arctocebus", + "genus_arctocephalus", + "genus_arctonyx", + "genus_arctostaphylos", + "genus_arctotis", + "genus_ardea", + "genus_ardisia", + "genus_areca", + "genus_arenaria", + "genus_arenga", + "genus_arethusa", + "genus_argemone", + "genus_argentina", + "genus_argentinosaurus", + "genus_argiope", + "genus_argonauta", + "genus_argusianus", + "genus_argynnis", + "genus_argyranthemum", + "genus_argyreia", + "genus_argyrotaenia", + "genus_argyroxiphium", + "genus_arilus", + "genus_ariocarpus", + "genus_ariomma", + "genus_arisaema", + "genus_arisarum", + "genus_aristolochia", + "genus_aristotelia", + "genus_arius", + "genus_arizona", + "genus_armadillidium", + "genus_armeria", + "genus_armillaria", + "genus_armillariella", + "genus_armoracia", + "genus_arnica", + "genus_arnoseris", + "genus_arrhenatherum", + "genus_artamus", + "genus_artemia", + "genus_artemisia", + "genus_arthropteris", + "genus_artocarpus", + "genus_arum", + "genus_arundinaria", + "genus_arundo", + "genus_arvicola", + "genus_asarum", + "genus_ascaphus", + "genus_ascaridia", + "genus_ascaris", + "genus_asclepias", + "genus_ascophyllum", + "genus_asimina", + "genus_asio", + "genus_aspalathus", + "genus_asparagus", + "genus_aspergillus", + "genus_asperula", + "genus_asphodeline", + "genus_asphodelus", + "genus_aspidelaps", + "genus_aspidiotus", + "genus_aspidistra", + "genus_aspidophoroides", + "genus_aspis", + "genus_asplenium", + "genus_astacus", + "genus_aster", + "genus_astilbe", + "genus_astragalus", + "genus_astrantia", + "genus_astreus", + "genus_astroloma", + "genus_astronium", + "genus_astrophyton", + "genus_astropogon", + "genus_ateles", + "genus_athene", + "genus_atherinopsis", + "genus_atherurus", + "genus_athrotaxis", + "genus_athyrium", + "genus_atrichornis", + "genus_atriplex", + "genus_atropa", + "genus_attalea", + "genus_atticus", + "genus_aucuba", + "genus_aulacorhyncus", + "genus_aulostomus", + "genus_aureolaria", + "genus_auricularia", + "genus_auriparus", + "genus_australopithecus", + "genus_austrocedrus", + "genus_austrotaxus", + "genus_automeris", + "genus_avahi", + "genus_avena", + "genus_averrhoa", + "genus_avicennia", + "genus_ayapana", + "genus_aythya", + "genus_azadirachta", + "genus_azolla", + "genus_babesia", + "genus_babyrousa", + "genus_baccharis", + "genus_bacillus", + "genus_bacteroides", + "genus_baiomys", + "genus_bairdiella", + "genus_balaena", + "genus_balaeniceps", + "genus_balaenoptera", + "genus_balanus", + "genus_balistes", + "genus_ballota", + "genus_balsamorhiza", + "genus_bambusa", + "genus_bankia", + "genus_banksia", + "genus_baphia", + "genus_baptisia", + "genus_barbarea", + "genus_barosaurus", + "genus_bartle-frere", + "genus_bartramia", + "genus_basiliscus", + "genus_bassariscus", + "genus_bassia", + "genus_bathyergus", + "genus_batis", + "genus_batrachoseps", + "genus_bauhinia", + "genus_beaumontia", + "genus_begonia", + "genus_belamcanda", + "genus_bellis", + "genus_bemisia", + "genus_bennettitis", + "genus_benzoin", + "genus_berberis", + "genus_bergenia", + "genus_beroe", + "genus_berteroa", + "genus_bertholletia", + "genus_bessera", + "genus_besseya", + "genus_beta", + "genus_bettongia", + "genus_betula", + "genus_bibos", + "genus_bidens", + "genus_bignonia", + "genus_biscutella", + "genus_bison", + "genus_bitis", + "genus_blaberus", + "genus_blandfordia", + "genus_blarina", + "genus_blastocladia", + "genus_blastomyces", + "genus_blatta", + "genus_blattella", + "genus_blechnum", + "genus_blennius", + "genus_blephilia", + "genus_bletia", + "genus_bletilla", + "genus_blighia", + "genus_blissus", + "genus_bloomeria", + "genus_bocconia", + "genus_boehmeria", + "genus_bolbitis", + "genus_boletellus", + "genus_boletus", + "genus_boltonia", + "genus_bomarea", + "genus_bombax", + "genus_bombina", + "genus_bombus", + "genus_bombycilla", + "genus_bombyx", + "genus_bonasa", + "genus_borago", + "genus_borassus", + "genus_borrelia", + "genus_bos", + "genus_boselaphus", + "genus_boswellia", + "genus_botaurus", + "genus_bothrops", + "genus_botrychium", + "genus_bougainvillaea", + "genus_bougainvillea", + "genus_bouteloua", + "genus_bowiea", + "genus_boykinia", + "genus_brachinus", + "genus_brachychiton", + "genus_brachycome", + "genus_brachystegia", + "genus_bradypus", + "genus_brama", + "genus_branchiobdella", + "genus_branta", + "genus_brasenia", + "genus_brassavola", + "genus_brassia", + "genus_brassica", + "genus_brevoortia", + "genus_brickelia", + "genus_brodiaea", + "genus_bromus", + "genus_brontosaurus", + "genus_broussonetia", + "genus_browallia", + "genus_browmius", + "genus_bruchus", + "genus_bruckenthalia", + "genus_brugmansia", + "genus_brunfelsia", + "genus_brya", + "genus_bryanthus", + "genus_bryonia", + "genus_bryum", + "genus_bubalus", + "genus_bubo", + "genus_bubulcus", + "genus_bucephala", + "genus_buceros", + "genus_buchloe", + "genus_buckleya", + "genus_buddleia", + "genus_budorcas", + "genus_bufo", + "genus_bulnesia", + "genus_bumelia", + "genus_bungarus", + "genus_buphthalmum", + "genus_burhinus", + "genus_burmannia", + "genus_burmeisteria", + "genus_bursera", + "genus_butea", + "genus_buteo", + "genus_buxus", + "genus_cabassous", + "genus_cabomba", + "genus_cacajao", + "genus_cacalia", + "genus_cacatua", + "genus_cacicus", + "genus_cadra", + "genus_caenolestes", + "genus_caesalpinia", + "genus_caiman", + "genus_cairina", + "genus_cajanus", + "genus_cakile", + "genus_caladenia", + "genus_caladium", + "genus_calamagrostis", + "genus_calamintha", + "genus_calamus", + "genus_calandrinia", + "genus_calanthe", + "genus_calceolaria", + "genus_calendula", + "genus_calidris", + "genus_calla", + "genus_calliandra", + "genus_callicebus", + "genus_callimorpha", + "genus_callinectes", + "genus_calliophis", + "genus_calliphora", + "genus_callirhoe", + "genus_callisaurus", + "genus_callistephus", + "genus_callithrix", + "genus_callitriche", + "genus_callitris", + "genus_callophis", + "genus_callorhinus", + "genus_calluna", + "genus_calocarpum", + "genus_calocedrus", + "genus_calochortus", + "genus_calophyllum", + "genus_calopogon", + "genus_calosoma", + "genus_caltha", + "genus_calvatia", + "genus_calycanthus", + "genus_calycophyllum", + "genus_calymmatobacterium", + "genus_calypso", + "genus_calystegia", + "genus_camassia", + "genus_cambarus", + "genus_camelina", + "genus_camellia", + "genus_camelus", + "genus_campanula", + "genus_campephilus", + "genus_camponotus", + "genus_camptosorus", + "genus_campyloneurum", + "genus_campylorhynchus", + "genus_canachites", + "genus_cananga", + "genus_canangium", + "genus_canavalia", + "genus_cancer", + "genus_candida", + "genus_canella", + "genus_canis", + "genus_canna", + "genus_cannabis", + "genus_cantharellus", + "genus_capella", + "genus_capparis", + "genus_capra", + "genus_caprella", + "genus_capreolus", + "genus_capricornis", + "genus_caprimulgus", + "genus_capros", + "genus_capsella", + "genus_capsicum", + "genus_caragana", + "genus_caranx", + "genus_carassius", + "genus_carcharhinus", + "genus_carcharias", + "genus_carcharodon", + "genus_cardamine", + "genus_cardiospermum", + "genus_cardium", + "genus_carduelis", + "genus_carduus", + "genus_caretta", + "genus_carex", + "genus_cariama", + "genus_carica", + "genus_carissa", + "genus_carlina", + "genus_carnegiea", + "genus_carpenteria", + "genus_carphophis", + "genus_carpinus", + "genus_carpobrotus", + "genus_carpocapsa", + "genus_carpodacus", + "genus_carthamus", + "genus_carum", + "genus_carya", + "genus_caryocar", + "genus_caryota", + "genus_casmerodius", + "genus_cassia", + "genus_cassiope", + "genus_castanea", + "genus_castanopsis", + "genus_castanospermum", + "genus_castilleia", + "genus_castilleja", + "genus_castor", + "genus_castoroides", + "genus_casuarina", + "genus_casuarius", + "genus_catacala", + "genus_catalpa", + "genus_catananche", + "genus_catasetum", + "genus_catha", + "genus_catharacta", + "genus_catharanthus", + "genus_cathartes", + "genus_cathaya", + "genus_catoptrophorus", + "genus_catostomus", + "genus_cattleya", + "genus_caulophyllum", + "genus_cavia", + "genus_cebuella", + "genus_cebus", + "genus_cecropia", + "genus_cedrela", + "genus_cedrus", + "genus_ceiba", + "genus_celastrus", + "genus_celosia", + "genus_celtis", + "genus_cenchrus", + "genus_centaurea", + "genus_centaurium", + "genus_centranthus", + "genus_centrocercus", + "genus_centrolobium", + "genus_centropomus", + "genus_centropristis", + "genus_centropus", + "genus_centrosema", + "genus_centunculus", + "genus_cephalanthera", + "genus_cephalopterus", + "genus_cephalotaxus", + "genus_cephalotus", + "genus_cepphus", + "genus_cerapteryx", + "genus_cerastes", + "genus_cerastium", + "genus_ceratitis", + "genus_ceratodus", + "genus_ceratonia", + "genus_ceratopetalum", + "genus_ceratophyllum", + "genus_ceratopogon", + "genus_ceratopteris", + "genus_ceratosaurus", + "genus_ceratostomella", + "genus_ceratotherium", + "genus_ceratozamia", + "genus_cercidiphyllum", + "genus_cercidium", + "genus_cercis", + "genus_cercocebus", + "genus_cercopithecus", + "genus_cercospora", + "genus_cercosporella", + "genus_cereus", + "genus_ceroxylon", + "genus_certhia", + "genus_cervus", + "genus_ceryle", + "genus_cestrum", + "genus_cestum", + "genus_ceterach", + "genus_cetonia", + "genus_cetorhinus", + "genus_cetraria", + "genus_chaenactis", + "genus_chaenomeles", + "genus_chaenopsis", + "genus_chaetodipterus", + "genus_chaetodon", + "genus_chalcis", + "genus_chalcostigma", + "genus_chamaea", + "genus_chamaecrista", + "genus_chamaecyparis", + "genus_chamaecytisus", + "genus_chamaedaphne", + "genus_chamaeleo", + "genus_chamaeleon", + "genus_chamaemelum", + "genus_chara", + "genus_charadrius", + "genus_charina", + "genus_charronia", + "genus_chateura", + "genus_chauna", + "genus_cheilanthes", + "genus_cheiranthus", + "genus_chelidonium", + "genus_chelifer", + "genus_chelone", + "genus_chelonia", + "genus_chelydra", + "genus_chenopodium", + "genus_chilomastix", + "genus_chilomeniscus", + "genus_chilomycterus", + "genus_chilopsis", + "genus_chimaera", + "genus_chimaphila", + "genus_chimonanthus", + "genus_chinchilla", + "genus_chinchona", + "genus_chiococca", + "genus_chionanthus", + "genus_chirocephalus", + "genus_chironomus", + "genus_chiton", + "genus_chlamydera", + "genus_chlamydia", + "genus_chlamydomonas", + "genus_chlamydosaurus", + "genus_chlamyphorus", + "genus_chloranthus", + "genus_chlorella", + "genus_chloris", + "genus_chlorococcum", + "genus_chlorophis", + "genus_chlorophoneus", + "genus_chlorophyllum", + "genus_chloroxylon", + "genus_chlorura", + "genus_choeronycteris", + "genus_choloepus", + "genus_chondrus", + "genus_chordeiles", + "genus_chordospartium", + "genus_choriotis", + "genus_chorizagrotis", + "genus_chorizema", + "genus_christella", + "genus_chronoperates", + "genus_chrysanthemum", + "genus_chrysaora", + "genus_chrysemys", + "genus_chrysobalanus", + "genus_chrysochloris", + "genus_chrysolepis", + "genus_chrysolophus", + "genus_chrysophrys", + "genus_chrysophyllum", + "genus_chrysopsis", + "genus_chrysosplenium", + "genus_chrysothamnus", + "genus_chunga", + "genus_cibotium", + "genus_cicada", + "genus_cicer", + "genus_cichorium", + "genus_ciconia", + "genus_cicuta", + "genus_cimex", + "genus_cimicifuga", + "genus_cinchona", + "genus_cinclus", + "genus_cinnamomum", + "genus_circaea", + "genus_circaetus", + "genus_circus", + "genus_cirsium", + "genus_cistothorus", + "genus_cistus", + "genus_citellus", + "genus_citharichthys", + "genus_citroncirus", + "genus_citrullus", + "genus_citrus", + "genus_cladonia", + "genus_cladorhyncus", + "genus_cladrastis", + "genus_clangula", + "genus_clathrus", + "genus_claviceps", + "genus_claytonia", + "genus_cleistes", + "genus_clematis", + "genus_cleome", + "genus_clethra", + "genus_clethrionomys", + "genus_clianthus", + "genus_cliftonia", + "genus_clinopodium", + "genus_clintonia", + "genus_clitocybe", + "genus_clitoria", + "genus_clostridium", + "genus_clupea", + "genus_clusia", + "genus_cnemidophorus", + "genus_cnicus", + "genus_cnidoscolus", + "genus_coccothraustes", + "genus_cocculus", + "genus_coccus", + "genus_coccyzus", + "genus_cochlearia", + "genus_cochlearius", + "genus_cocos", + "genus_codariocalyx", + "genus_codiaeum", + "genus_coeloglossum", + "genus_coelogyne", + "genus_coelophysis", + "genus_coereba", + "genus_coffea", + "genus_cola", + "genus_colaptes", + "genus_colchicum", + "genus_coleonyx", + "genus_coleus", + "genus_colinus", + "genus_collinsia", + "genus_collinsonia", + "genus_collocalia", + "genus_colobus", + "genus_colocasia", + "genus_coluber", + "genus_colubrina", + "genus_columba", + "genus_columnea", + "genus_colutea", + "genus_comandra", + "genus_comatula", + "genus_combretum", + "genus_commelina", + "genus_commiphora", + "genus_compsognathus", + "genus_comptonia", + "genus_condylura", + "genus_conepatus", + "genus_conferva", + "genus_conilurus", + "genus_coniogramme", + "genus_conium", + "genus_connarus", + "genus_connochaetes", + "genus_conocarpus", + "genus_conoclinium", + "genus_conopodium", + "genus_conospermum", + "genus_conradina", + "genus_consolida", + "genus_contopus", + "genus_conuropsis", + "genus_convallaria", + "genus_convolvulus", + "genus_conyza", + "genus_copernicia", + "genus_coprinus", + "genus_coptis", + "genus_coracias", + "genus_coragyps", + "genus_corallorhiza", + "genus_corchorus", + "genus_cordaites", + "genus_cordia", + "genus_cordyline", + "genus_cordylus", + "genus_coregonus", + "genus_coreopsis", + "genus_coriandrum", + "genus_corixa", + "genus_cornus", + "genus_corokia", + "genus_coronilla", + "genus_corozo", + "genus_cortaderia", + "genus_corticium", + "genus_cortinarius", + "genus_corvus", + "genus_coryanthes", + "genus_corydalis", + "genus_corydalus", + "genus_corylopsis", + "genus_corylus", + "genus_corynebacterium", + "genus_corypha", + "genus_coryphantha", + "genus_corythosaurus", + "genus_coscoroba", + "genus_cosmocampus", + "genus_cosmos", + "genus_costia", + "genus_cotinga", + "genus_cotinus", + "genus_cotoneaster", + "genus_cottus", + "genus_cotula", + "genus_coturnix", + "genus_coumarouna", + "genus_cracticus", + "genus_crambe", + "genus_crangon", + "genus_craspedia", + "genus_crassostrea", + "genus_crassula", + "genus_crataegus", + "genus_crateva", + "genus_crax", + "genus_crepis", + "genus_crescentia", + "genus_crex", + "genus_cricetus", + "genus_crocethia", + "genus_crocodilus", + "genus_crocodylus", + "genus_crocus", + "genus_crocuta", + "genus_cronartium", + "genus_crotalaria", + "genus_crotalus", + "genus_crotaphytus", + "genus_croton", + "genus_crotophaga", + "genus_cryptacanthodes", + "genus_cryptobranchus", + "genus_cryptocercus", + "genus_cryptocoryne", + "genus_cryptogramma", + "genus_cryptomeria", + "genus_cryptoprocta", + "genus_cryptotermes", + "genus_cryptotis", + "genus_ctenocephalides", + "genus_ctenocephalus", + "genus_cuculus", + "genus_cucumis", + "genus_cucurbita", + "genus_culcita", + "genus_culex", + "genus_cuminum", + "genus_cuniculus", + "genus_cuon", + "genus_cupressus", + "genus_curcuma", + "genus_cursorius", + "genus_curtisia", + "genus_cuscuta", + "genus_cuterebra", + "genus_cyamopsis", + "genus_cyamus", + "genus_cyanocitta", + "genus_cyathea", + "genus_cycas", + "genus_cyclamen", + "genus_cycloloma", + "genus_cyclopes", + "genus_cyclophorus", + "genus_cyclops", + "genus_cyclopterus", + "genus_cyclosorus", + "genus_cycnoches", + "genus_cydonia", + "genus_cygnus", + "genus_cymbidium", + "genus_cynancum", + "genus_cynara", + "genus_cynips", + "genus_cynocephalus", + "genus_cynodon", + "genus_cynoglossum", + "genus_cynomys", + "genus_cynopterus", + "genus_cynoscion", + "genus_cyon", + "genus_cyperus", + "genus_cyphomandra", + "genus_cypraea", + "genus_cyprinus", + "genus_cypripedium", + "genus_cyrilla", + "genus_cyrtomium", + "genus_cystophora", + "genus_cystopteris", + "genus_cytisus", + "genus_daboecia", + "genus_dacelo", + "genus_dacrycarpus", + "genus_dacrydium", + "genus_dacrymyces", + "genus_dactylis", + "genus_dactyloctenium", + "genus_dactylopius", + "genus_dactylopterus", + "genus_dactylorhiza", + "genus_dahlia", + "genus_dalbergia", + "genus_dalea", + "genus_dama", + "genus_damaliscus", + "genus_danaea", + "genus_danaus", + "genus_daphne", + "genus_daphnia", + "genus_darlingtonia", + "genus_darmera", + "genus_dasyatis", + "genus_dasyprocta", + "genus_dasypus", + "genus_dasyurus", + "genus_datura", + "genus_daubentonia", + "genus_daucus", + "genus_davallia", + "genus_daviesia", + "genus_decapterus", + "genus_decumaria", + "genus_deinocheirus", + "genus_deinonychus", + "genus_delairea", + "genus_delichon", + "genus_delonix", + "genus_delphinapterus", + "genus_delphinium", + "genus_delphinus", + "genus_dendranthema", + "genus_dendraspis", + "genus_dendroaspis", + "genus_dendrobium", + "genus_dendrocalamus", + "genus_dendrocolaptes", + "genus_dendroctonus", + "genus_dendroica", + "genus_dendrolagus", + "genus_dendromecon", + "genus_denisonia", + "genus_dennstaedtia", + "genus_dentaria", + "genus_deparia", + "genus_dermacentor", + "genus_dermatobia", + "genus_dermochelys", + "genus_derris", + "genus_descurainia", + "genus_desmanthus", + "genus_desmidium", + "genus_desmodium", + "genus_desmodus", + "genus_desmograthus", + "genus_deutzia", + "genus_diacalpa", + "genus_diadophis", + "genus_dialeurodes", + "genus_dianthus", + "genus_diapensia", + "genus_diapheromera", + "genus_dicamptodon", + "genus_dicentra", + "genus_diceros", + "genus_dichondra", + "genus_dicksonia", + "genus_dicranopteris", + "genus_dicranum", + "genus_dicrostonyx", + "genus_dictamnus", + "genus_dictostylium", + "genus_dictyophera", + "genus_didelphis", + "genus_dieffenbachia", + "genus_diervilla", + "genus_difflugia", + "genus_digitalis", + "genus_digitaria", + "genus_dillenia", + "genus_dimetrodon", + "genus_dimocarpus", + "genus_dimorphotheca", + "genus_dinornis", + "genus_diodon", + "genus_diomedea", + "genus_dionaea", + "genus_dioon", + "genus_dioscorea", + "genus_diospyros", + "genus_diphylla", + "genus_dipladenia", + "genus_diplococcus", + "genus_diplodocus", + "genus_diplopterygium", + "genus_diplotaxis", + "genus_dipodomys", + "genus_dipogon", + "genus_dipsacus", + "genus_dipsosaurus", + "genus_dipteronia", + "genus_dipteryx", + "genus_dipus", + "genus_dirca", + "genus_disa", + "genus_discina", + "genus_dodonaea", + "genus_dolichonyx", + "genus_dolichos", + "genus_dolichotis", + "genus_doliolum", + "genus_dombeya", + "genus_doodia", + "genus_doronicum", + "genus_dorotheanthus", + "genus_doryopteris", + "genus_dovyalis", + "genus_draba", + "genus_dracaena", + "genus_draco", + "genus_dracocephalum", + "genus_dracontium", + "genus_dracula", + "genus_dracunculus", + "genus_dreissena", + "genus_drepanis", + "genus_drimys", + "genus_dromaius", + "genus_drosera", + "genus_drosophila", + "genus_drosophyllum", + "genus_dryadella", + "genus_dryas", + "genus_drymarchon", + "genus_drymoglossum", + "genus_drynaria", + "genus_dryopithecus", + "genus_dryopteris", + "genus_drypis", + "genus_dugong", + "genus_dumetella", + "genus_durio", + "genus_dusicyon", + "genus_dysdercus", + "genus_eacles", + "genus_eburophyton", + "genus_ecballium", + "genus_echeneis", + "genus_echidnophaga", + "genus_echinacea", + "genus_echinocactus", + "genus_echinocereus", + "genus_echinochloa", + "genus_echinococcus", + "genus_echinops", + "genus_echium", + "genus_ectopistes", + "genus_edaphosaurus", + "genus_edmontosaurus", + "genus_egeria", + "genus_egretta", + "genus_eichhornia", + "genus_eimeria", + "genus_eira", + "genus_elaeagnus", + "genus_elaeis", + "genus_elaeocarpus", + "genus_elagatis", + "genus_elanoides", + "genus_elanus", + "genus_elaphe", + "genus_elaphurus", + "genus_electrophorus", + "genus_eleocharis", + "genus_elephantopus", + "genus_elephas", + "genus_elettaria", + "genus_eleusine", + "genus_eleutherodactylus", + "genus_eliomys", + "genus_elodea", + "genus_elops", + "genus_elsholtzia", + "genus_elymus", + "genus_emberiza", + "genus_embothrium", + "genus_emilia", + "genus_emmanthe", + "genus_empetrum", + "genus_encelia", + "genus_enceliopsis", + "genus_encephalartos", + "genus_encyclia", + "genus_endamoeba", + "genus_engelmannia", + "genus_engraulis", + "genus_enhydra", + "genus_ensete", + "genus_ensis", + "genus_entandrophragma", + "genus_entelea", + "genus_enterobius", + "genus_enterolobium", + "genus_entoloma", + "genus_entomophthora", + "genus_eoraptor", + "genus_epacris", + "genus_ephedra", + "genus_ephestia", + "genus_ephippiorhynchus", + "genus_epidendrum", + "genus_epigaea", + "genus_epilachna", + "genus_epilobium", + "genus_epimedium", + "genus_epinephelus", + "genus_epipactis", + "genus_epiphyllum", + "genus_epipremnum", + "genus_episcia", + "genus_eptatretus", + "genus_eptesicus", + "genus_equetus", + "genus_equisetum", + "genus_equus", + "genus_eragrostis", + "genus_eranthis", + "genus_ercilla", + "genus_erechtites", + "genus_erethizon", + "genus_eretmochelys", + "genus_erianthus", + "genus_erica", + "genus_erigeron", + "genus_erignathus", + "genus_erinaceus", + "genus_eriobotrya", + "genus_eriocaulon", + "genus_eriodictyon", + "genus_eriogonum", + "genus_eriophorum", + "genus_eriophyllum", + "genus_eriosoma", + "genus_erithacus", + "genus_erodium", + "genus_erolia", + "genus_eruca", + "genus_erwinia", + "genus_eryngium", + "genus_erysimum", + "genus_erysiphe", + "genus_erythrina", + "genus_erythrocebus", + "genus_erythronium", + "genus_erythroxylon", + "genus_erythroxylum", + "genus_escherichia", + "genus_eschrichtius", + "genus_eschscholtzia", + "genus_esox", + "genus_estrilda", + "genus_etropus", + "genus_euarctos", + "genus_eucalyptus", + "genus_eucarya", + "genus_eucinostomus", + "genus_euderma", + "genus_eudyptes", + "genus_eugenia", + "genus_euglena", + "genus_eumeces", + "genus_eumenes", + "genus_eumetopias", + "genus_eumops", + "genus_eunectes", + "genus_euonymus", + "genus_eupatorium", + "genus_euphagus", + "genus_euphorbia", + "genus_euphractus", + "genus_euplectella", + "genus_euproctis", + "genus_eurotium", + "genus_euryale", + "genus_eustoma", + "genus_eutamias", + "genus_euterpe", + "genus_euthynnus", + "genus_evernia", + "genus_exacum", + "genus_exaeretodon", + "genus_fabiana", + "genus_fagopyrum", + "genus_fagus", + "genus_falcatifolium", + "genus_falco", + "genus_fasciola", + "genus_fasciolopsis", + "genus_feijoa", + "genus_felicia", + "genus_felis", + "genus_ferocactus", + "genus_festuca", + "genus_ficus", + "genus_filago", + "genus_firmiana", + "genus_fissurella", + "genus_fistularia", + "genus_fistulina", + "genus_flacourtia", + "genus_flammulina", + "genus_flindersia", + "genus_foeniculum", + "genus_fomes", + "genus_forestiera", + "genus_forficula", + "genus_formica", + "genus_formicarius", + "genus_forsythia", + "genus_fortunella", + "genus_fossa", + "genus_fothergilla", + "genus_fouquieria", + "genus_fragaria", + "genus_francisella", + "genus_francoa", + "genus_frankliniella", + "genus_frasera", + "genus_fratercula", + "genus_fraxinus", + "genus_freesia", + "genus_fregata", + "genus_fremontia", + "genus_fremontodendron", + "genus_fringilla", + "genus_fritillaria", + "genus_froelichia", + "genus_fuchsia", + "genus_fucus", + "genus_fulica", + "genus_fulmarus", + "genus_fumaria", + "genus_fundulus", + "genus_fungia", + "genus_funka", + "genus_furnarius", + "genus_fusanus", + "genus_fusarium", + "genus_fuscoboletinus", + "genus_gadus", + "genus_gaillardia", + "genus_galago", + "genus_galax", + "genus_galega", + "genus_galeocerdo", + "genus_galeopsis", + "genus_galeorhinus", + "genus_galictis", + "genus_galium", + "genus_galleria", + "genus_gallinago", + "genus_gallinula", + "genus_gallirallus", + "genus_gallus", + "genus_gambelia", + "genus_gambusia", + "genus_garcinia", + "genus_gardenia", + "genus_garrulus", + "genus_gasterophilus", + "genus_gasterosteus", + "genus_gastroboletus", + "genus_gastrocybe", + "genus_gastrolobium", + "genus_gastrophryne", + "genus_gaultheria", + "genus_gavia", + "genus_gavialis", + "genus_gaylussacia", + "genus_gazania", + "genus_gazella", + "genus_geastrum", + "genus_gelechia", + "genus_gelsemium", + "genus_gempylus", + "genus_genetta", + "genus_genipa", + "genus_genista", + "genus_genlisea", + "genus_gentiana", + "genus_gentianella", + "genus_gentianopsis", + "genus_genyonemus", + "genus_geochelone", + "genus_geococcyx", + "genus_geoffroea", + "genus_geoglossum", + "genus_geomys", + "genus_geophilus", + "genus_geothlypis", + "genus_geranium", + "genus_gerardia", + "genus_gerbera", + "genus_gerbillus", + "genus_gerea", + "genus_gerres", + "genus_gerrhonotus", + "genus_gerris", + "genus_gesneria", + "genus_geum", + "genus_giardia", + "genus_ginglymostoma", + "genus_ginkgo", + "genus_giraffa", + "genus_gladiolus", + "genus_glareola", + "genus_glaucium", + "genus_glaucomys", + "genus_glaux", + "genus_glechoma", + "genus_gleditsia", + "genus_gleichenia", + "genus_gliricidia", + "genus_glis", + "genus_globicephala", + "genus_globigerina", + "genus_gloriosa", + "genus_glossina", + "genus_glossodia", + "genus_glossopsitta", + "genus_gloxinia", + "genus_glyceria", + "genus_glycine", + "genus_glycyrrhiza", + "genus_gnaphalium", + "genus_gnetum", + "genus_gobiesox", + "genus_gobio", + "genus_gomphotherium", + "genus_gomphrena", + "genus_goniopteris", + "genus_gonorhynchus", + "genus_goodyera", + "genus_gopherus", + "genus_gorgonocephalus", + "genus_gorilla", + "genus_gossypium", + "genus_gracula", + "genus_grammatophyllum", + "genus_grampus", + "genus_graptophyllum", + "genus_grevillea", + "genus_grewia", + "genus_grias", + "genus_grindelia", + "genus_griselinia", + "genus_grison", + "genus_groenlandia", + "genus_grus", + "genus_guaiacum", + "genus_guevina", + "genus_gulo", + "genus_gutierrezia", + "genus_gymnadenia", + "genus_gymnadeniopsis", + "genus_gymnelis", + "genus_gymnocalycium", + "genus_gymnocarpium", + "genus_gymnocladus", + "genus_gymnogyps", + "genus_gymnopilus", + "genus_gymnorhina", + "genus_gymnosporangium", + "genus_gymnura", + "genus_gynura", + "genus_gypaetus", + "genus_gyps", + "genus_gypsophila", + "genus_gyromitra", + "genus_haastia", + "genus_habenaria", + "genus_hackelia", + "genus_haemanthus", + "genus_haematobia", + "genus_haematopus", + "genus_haematoxylon", + "genus_haematoxylum", + "genus_haemodorum", + "genus_haemopis", + "genus_haemoproteus", + "genus_haemulon", + "genus_hakea", + "genus_halcyon", + "genus_haldea", + "genus_halenia", + "genus_halesia", + "genus_haliaeetus", + "genus_halicoeres", + "genus_halimodendron", + "genus_haliotis", + "genus_halocarpus", + "genus_halogeton", + "genus_hamamelidanthum", + "genus_hamamelidoxylon", + "genus_hamamelis", + "genus_hamamelites", + "genus_hamelia", + "genus_haminoea", + "genus_haplopappus", + "genus_hardenbergia", + "genus_harpia", + "genus_harpullia", + "genus_harrisia", + "genus_hatiora", + "genus_hazardia", + "genus_hedeoma", + "genus_hedera", + "genus_hedysarum", + "genus_helenium", + "genus_heleodytes", + "genus_heliamphora", + "genus_helianthemum", + "genus_helianthus", + "genus_helichrysum", + "genus_helicteres", + "genus_heliobacter", + "genus_heliophila", + "genus_heliopsis", + "genus_heliothis", + "genus_helipterum", + "genus_helix", + "genus_helleborus", + "genus_helminthostachys", + "genus_heloderma", + "genus_helotium", + "genus_helvella", + "genus_helwingia", + "genus_helxine", + "genus_hemachatus", + "genus_hemerocallis", + "genus_hemigalus", + "genus_hemigrammus", + "genus_hemipteronatus", + "genus_hemitripterus", + "genus_hepatica", + "genus_heracleum", + "genus_heritiera", + "genus_hermannia", + "genus_hermissenda", + "genus_hernaria", + "genus_herpestes", + "genus_herrerasaurus", + "genus_hesperiphona", + "genus_hesperis", + "genus_heteranthera", + "genus_heterocephalus", + "genus_heterodon", + "genus_heteromeles", + "genus_heteroscelus", + "genus_heterotheca", + "genus_heuchera", + "genus_hevea", + "genus_hexagrammos", + "genus_hexalectris", + "genus_hexamita", + "genus_hexanchus", + "genus_hibbertia", + "genus_hibiscus", + "genus_hieracium", + "genus_himantoglossum", + "genus_himantopus", + "genus_hippeastrum", + "genus_hippobosca", + "genus_hippocampus", + "genus_hippocrepis", + "genus_hippodamia", + "genus_hippoglossoides", + "genus_hippoglossus", + "genus_hippopotamus", + "genus_hipposideros", + "genus_hippotragus", + "genus_hipsurus", + "genus_hirudo", + "genus_hirundo", + "genus_hoheria", + "genus_holarrhena", + "genus_holbrookia", + "genus_holcus", + "genus_holocentrus", + "genus_holothuria", + "genus_homarus", + "genus_homo", + "genus_homogyne", + "genus_homona", + "genus_hordeum", + "genus_horneophyton", + "genus_hosta", + "genus_hottonia", + "genus_houttuynia", + "genus_hovea", + "genus_hoya", + "genus_hudsonia", + "genus_hugueninia", + "genus_hulsea", + "genus_humulus", + "genus_hunnemania", + "genus_hyacinthoides", + "genus_hyacinthus", + "genus_hyaena", + "genus_hyalophora", + "genus_hyalosperma", + "genus_hybanthus", + "genus_hydnocarpus", + "genus_hydnum", + "genus_hydra", + "genus_hydrangea", + "genus_hydrastis", + "genus_hydrilla", + "genus_hydrobates", + "genus_hydrocharis", + "genus_hydrochoerus", + "genus_hydrodamalis", + "genus_hydromantes", + "genus_hydromys", + "genus_hydrophyllum", + "genus_hyemoschus", + "genus_hygrocybe", + "genus_hygrophorus", + "genus_hygrotrama", + "genus_hyla", + "genus_hylactophryne", + "genus_hylobates", + "genus_hylocereus", + "genus_hylocichla", + "genus_hylophylax", + "genus_hymenaea", + "genus_hymenanthera", + "genus_hymenophyllum", + "genus_hynerpeton", + "genus_hyoscyamus", + "genus_hypentelium", + "genus_hypericum", + "genus_hyperoglyphe", + "genus_hyperoodon", + "genus_hyphantria", + "genus_hypochaeris", + "genus_hypochoeris", + "genus_hypoderma", + "genus_hypopachus", + "genus_hypopitys", + "genus_hypoxis", + "genus_hypsiglena", + "genus_hypsiprymnodon", + "genus_hyracotherium", + "genus_hyssopus", + "genus_iberis", + "genus_ibero-mesornis", + "genus_ibis", + "genus_ichthyosaurus", + "genus_ichthyostega", + "genus_ictalurus", + "genus_icteria", + "genus_icterus", + "genus_ictiobus", + "genus_ictonyx", + "genus_idesia", + "genus_iguana", + "genus_iguanodon", + "genus_ilex", + "genus_iliamna", + "genus_illecebrum", + "genus_illicium", + "genus_impatiens", + "genus_inachis", + "genus_indigofera", + "genus_indri", + "genus_inga", + "genus_inula", + "genus_ipomoea", + "genus_irena", + "genus_iresine", + "genus_iridoprocne", + "genus_iris", + "genus_irvingia", + "genus_isatis", + "genus_ischigualastia", + "genus_isoetes", + "genus_isopyrum", + "genus_istiophorus", + "genus_isurus", + "genus_iva", + "genus_ixia", + "genus_ixobrychus", + "genus_ixodes", + "genus_jabiru", + "genus_jacksonia", + "genus_jacquinia", + "genus_jaculus", + "genus_jambos", + "genus_jamesonia", + "genus_jasminum", + "genus_jatropha", + "genus_javanthropus", + "genus_jordanella", + "genus_juglans", + "genus_junco", + "genus_juncus", + "genus_juniperus", + "genus_jynx", + "genus_kakatoe", + "genus_kalmia", + "genus_kalotermes", + "genus_katsuwonus", + "genus_kennedia", + "genus_kennedya", + "genus_kenyapithecus", + "genus_keteleeria", + "genus_khaya", + "genus_kiggelaria", + "genus_kinosternon", + "genus_kirkia", + "genus_klebsiella", + "genus_knightia", + "genus_kniphofia", + "genus_kobus", + "genus_kochia", + "genus_koellia", + "genus_kogia", + "genus_kohleria", + "genus_kolkwitzia", + "genus_kosteletzya", + "genus_krigia", + "genus_krypterophaneron", + "genus_kyphosus", + "genus_lablab", + "genus_laburnum", + "genus_laccopetalum", + "genus_lacerta", + "genus_lachnolaimus", + "genus_lactarius", + "genus_lactobacillus", + "genus_lactophrys", + "genus_lactuca", + "genus_laelia", + "genus_lagarostrobus", + "genus_lagenaria", + "genus_lagenophera", + "genus_lagerstroemia", + "genus_lagidium", + "genus_lagodon", + "genus_lagopus", + "genus_lagorchestes", + "genus_lagostomus", + "genus_lagothrix", + "genus_laguncularia", + "genus_lama", + "genus_lambertia", + "genus_lambis", + "genus_laminaria", + "genus_lamium", + "genus_lamna", + "genus_lampris", + "genus_lampropeltis", + "genus_languas", + "genus_lanius", + "genus_lansium", + "genus_lanthanotus", + "genus_laportea", + "genus_lappula", + "genus_lardizabala", + "genus_larix", + "genus_larrea", + "genus_larus", + "genus_lasiocampa", + "genus_lasiurus", + "genus_lasthenia", + "genus_lastreopsis", + "genus_lates", + "genus_lathyrus", + "genus_latimeria", + "genus_latrodectus", + "genus_laurus", + "genus_lavandula", + "genus_lavatera", + "genus_layia", + "genus_lebistes", + "genus_lecanopteris", + "genus_lecanora", + "genus_leccinum", + "genus_ledum", + "genus_leiopelma", + "genus_leiophyllum", + "genus_leipoa", + "genus_leishmania", + "genus_leitneria", + "genus_lemaireocereus", + "genus_lemmus", + "genus_lemna", + "genus_lemur", + "genus_lens", + "genus_lentinus", + "genus_leonotis", + "genus_leontideus", + "genus_leontocebus", + "genus_leontodon", + "genus_leontopodium", + "genus_leonurus", + "genus_lepas", + "genus_lepechinia", + "genus_lepidium", + "genus_lepidobotrys", + "genus_lepidochelys", + "genus_lepidocybium", + "genus_lepidothamnus", + "genus_lepiota", + "genus_lepisma", + "genus_lepisosteus", + "genus_lepomis", + "genus_leptarrhena", + "genus_leptinotarsa", + "genus_leptodactylus", + "genus_leptoglossus", + "genus_leptopteris", + "genus_leptoptilus", + "genus_leptospira", + "genus_leptotyphlops", + "genus_lepus", + "genus_lespedeza", + "genus_lesquerella", + "genus_leucadendron", + "genus_leucaena", + "genus_leucanthemum", + "genus_leuciscus", + "genus_leucocytozoan", + "genus_leucocytozoon", + "genus_leucogenes", + "genus_leucothoe", + "genus_levisticum", + "genus_lewisia", + "genus_leycesteria", + "genus_leymus", + "genus_liatris", + "genus_libocedrus", + "genus_lichanura", + "genus_ligularia", + "genus_ligustrum", + "genus_lilium", + "genus_limanda", + "genus_limax", + "genus_limenitis", + "genus_limnobium", + "genus_limnocryptes", + "genus_limnodromus", + "genus_limonium", + "genus_limosa", + "genus_limulus", + "genus_linanthus", + "genus_linaria", + "genus_lindera", + "genus_lindheimera", + "genus_linnaea", + "genus_linum", + "genus_liomys", + "genus_liopelma", + "genus_liparis", + "genus_liposcelis", + "genus_liquidambar", + "genus_liriodendron", + "genus_liriope", + "genus_listera", + "genus_listeria", + "genus_litchi", + "genus_lithocarpus", + "genus_lithophragma", + "genus_lithops", + "genus_lithospermum", + "genus_litocranius", + "genus_littorina", + "genus_livistona", + "genus_loasa", + "genus_lobelia", + "genus_lobipes", + "genus_lobotes", + "genus_lobularia", + "genus_locusta", + "genus_lofortyx", + "genus_logania", + "genus_loiseleuria", + "genus_loligo", + "genus_lolium", + "genus_lomatia", + "genus_lomogramma", + "genus_lonas", + "genus_lonchocarpus", + "genus_lonicera", + "genus_lophius", + "genus_lophodytes", + "genus_lopholatilus", + "genus_lophophora", + "genus_lophophorus", + "genus_lophosoria", + "genus_loranthus", + "genus_loris", + "genus_lota", + "genus_lotus", + "genus_lovoa", + "genus_loxia", + "genus_loxodonta", + "genus_loxoma", + "genus_loxostege", + "genus_lucilia", + "genus_lufengpithecus", + "genus_luffa", + "genus_lumpenus", + "genus_lunaria", + "genus_lunda", + "genus_lupinus", + "genus_luscinia", + "genus_lutjanus", + "genus_lutra", + "genus_luvarus", + "genus_lycaena", + "genus_lycaeon", + "genus_lychnis", + "genus_lycium", + "genus_lycoperdon", + "genus_lycopersicon", + "genus_lycopersicum", + "genus_lycopodium", + "genus_lycopus", + "genus_lycosa", + "genus_lyginopteris", + "genus_lygodium", + "genus_lygus", + "genus_lymantria", + "genus_lynx", + "genus_lyonia", + "genus_lyrurus", + "genus_lysichiton", + "genus_lysichitum", + "genus_lysiloma", + "genus_lysimachia", + "genus_lythrum", + "genus_macaca", + "genus_macadamia", + "genus_machaeranthera", + "genus_macleaya", + "genus_maclura", + "genus_macowanites", + "genus_macrocephalon", + "genus_macrocheira", + "genus_macroclemys", + "genus_macrodactylus", + "genus_macronectes", + "genus_macropus", + "genus_macrothelypteris", + "genus_macrotis", + "genus_macrotus", + "genus_macrotyloma", + "genus_macrozamia", + "genus_macrozoarces", + "genus_madia", + "genus_madoqua", + "genus_maeandra", + "genus_magicicada", + "genus_magnolia", + "genus_mahonia", + "genus_maia", + "genus_maianthemum", + "genus_maja", + "genus_majorana", + "genus_makaira", + "genus_malaclemys", + "genus_malacosoma", + "genus_malacothamnus", + "genus_malaxis", + "genus_malcolmia", + "genus_mallotus", + "genus_malope", + "genus_malopterurus", + "genus_malosma", + "genus_malpighia", + "genus_malus", + "genus_malva", + "genus_malvastrum", + "genus_malvaviscus", + "genus_mammea", + "genus_mammillaria", + "genus_mammut", + "genus_mammuthus", + "genus_mandevilla", + "genus_mandragora", + "genus_mandrillus", + "genus_manduca", + "genus_mangifera", + "genus_manglietia", + "genus_manihot", + "genus_manilkara", + "genus_manis", + "genus_manta", + "genus_mantis", + "genus_maranta", + "genus_marasmius", + "genus_marattia", + "genus_marchantia", + "genus_marmota", + "genus_marrubium", + "genus_marsilea", + "genus_martes", + "genus_martynia", + "genus_masdevallia", + "genus_masticophis", + "genus_mastigoproctus", + "genus_mastodon", + "genus_mastotermes", + "genus_matricaria", + "genus_matteuccia", + "genus_matthiola", + "genus_maxillaria", + "genus_maxostoma", + "genus_mayaca", + "genus_mayetiola", + "genus_mazama", + "genus_meconopsis", + "genus_medicago", + "genus_medinilla", + "genus_megachile", + "genus_megaderma", + "genus_megalobatrachus", + "genus_megalosaurus", + "genus_megaptera", + "genus_megatherium", + "genus_melampodium", + "genus_melampsora", + "genus_melanerpes", + "genus_melanitta", + "genus_melanogrammus", + "genus_melanoplus", + "genus_melanotis", + "genus_melastoma", + "genus_meleagris", + "genus_meles", + "genus_melia", + "genus_melicocca", + "genus_melicoccus", + "genus_melicytus", + "genus_melilotus", + "genus_melissa", + "genus_mellivora", + "genus_melocactus", + "genus_melogale", + "genus_melolontha", + "genus_melophagus", + "genus_melopsittacus", + "genus_melospiza", + "genus_melursus", + "genus_menippe", + "genus_meniscium", + "genus_menispermum", + "genus_menopon", + "genus_mentha", + "genus_menticirrhus", + "genus_mentzelia", + "genus_menura", + "genus_menyanthes", + "genus_menziesia", + "genus_mephitis", + "genus_mercenaria", + "genus_mercurialis", + "genus_mergus", + "genus_meriones", + "genus_merlangus", + "genus_merluccius", + "genus_merops", + "genus_mertensia", + "genus_meryta", + "genus_mesembryanthemum", + "genus_mesocricetus", + "genus_mesohippus", + "genus_mespilus", + "genus_mesua", + "genus_metasequoia", + "genus_metroxylon", + "genus_microcentrum", + "genus_micrococcus", + "genus_microdipodops", + "genus_microgramma", + "genus_micromeria", + "genus_micromyx", + "genus_micropogonias", + "genus_micropterus", + "genus_microsorium", + "genus_microsporum", + "genus_microstomus", + "genus_microstrobos", + "genus_microtus", + "genus_micruroides", + "genus_micrurus", + "genus_mikania", + "genus_millettia", + "genus_miltonia", + "genus_mimosa", + "genus_mimus", + "genus_minuartia", + "genus_mirabilis", + "genus_mirounga", + "genus_mitchella", + "genus_mitella", + "genus_mnium", + "genus_mobula", + "genus_moehringia", + "genus_mohria", + "genus_mola", + "genus_mollienesia", + "genus_molluga", + "genus_moloch", + "genus_molothrus", + "genus_molucella", + "genus_molva", + "genus_momordica", + "genus_momotus", + "genus_monarda", + "genus_monardella", + "genus_moneses", + "genus_monilia", + "genus_monocanthus", + "genus_monochamus", + "genus_monodon", + "genus_monomorium", + "genus_mononychus", + "genus_monotropa", + "genus_monstera", + "genus_montezuma", + "genus_montia", + "genus_morchella", + "genus_morone", + "genus_morus", + "genus_moschus", + "genus_motacilla", + "genus_mucor", + "genus_mucuna", + "genus_mugil", + "genus_muhlenbergia", + "genus_mulloidichthys", + "genus_mullus", + "genus_muntiacus", + "genus_muntingia", + "genus_mus", + "genus_musa", + "genus_musca", + "genus_muscardinus", + "genus_muscari", + "genus_muscicapa", + "genus_muscivora", + "genus_musophaga", + "genus_mustela", + "genus_mustelus", + "genus_mutinus", + "genus_mutisia", + "genus_mya", + "genus_myadestes", + "genus_mycobacterium", + "genus_mycoplasma", + "genus_mycteria", + "genus_mycteroperca", + "genus_mylodon", + "genus_myocastor", + "genus_myopus", + "genus_myosotis", + "genus_myotis", + "genus_myrciaria", + "genus_myrica", + "genus_myricaria", + "genus_myriophyllum", + "genus_myristica", + "genus_myrmecia", + "genus_myrmecobius", + "genus_myrmecophaga", + "genus_myrmeleon", + "genus_myroxylon", + "genus_myrrhis", + "genus_myrsine", + "genus_myrtillocactus", + "genus_myrtus", + "genus_mysis", + "genus_mytilus", + "genus_myxine", + "genus_myxinikela", + "genus_myxocephalus", + "genus_nabalus", + "genus_naemorhedus", + "genus_nageia", + "genus_naias", + "genus_naja", + "genus_najas", + "genus_nanomia", + "genus_napaea", + "genus_narcissus", + "genus_narthecium", + "genus_nasalis", + "genus_nasturtium", + "genus_nasua", + "genus_natrix", + "genus_nauclea", + "genus_naucrates", + "genus_nautilus", + "genus_necturus", + "genus_negaprion", + "genus_nelumbo", + "genus_nemophila", + "genus_neoceratodus", + "genus_neofiber", + "genus_neohygrophorus", + "genus_neolentinus", + "genus_neomys", + "genus_neophron", + "genus_neotoma", + "genus_nepa", + "genus_nepenthes", + "genus_nepeta", + "genus_nephelium", + "genus_nephrolepis", + "genus_nephrops", + "genus_nephthytis", + "genus_nerita", + "genus_neritina", + "genus_nerium", + "genus_nerodia", + "genus_nesokia", + "genus_nestor", + "genus_neurospora", + "genus_neurotrichus", + "genus_nicandra", + "genus_nicotiana", + "genus_nidularia", + "genus_nierembergia", + "genus_nigella", + "genus_nigroporus", + "genus_nimravus", + "genus_nipa", + "genus_nitella", + "genus_nitrobacter", + "genus_nitrosomonas", + "genus_noctiluca", + "genus_noctua", + "genus_nolina", + "genus_nomia", + "genus_nopalea", + "genus_nostoc", + "genus_notechis", + "genus_notemigonus", + "genus_nothofagus", + "genus_nothosaurus", + "genus_notomys", + "genus_notonecta", + "genus_notophthalmus", + "genus_notornis", + "genus_notoryctus", + "genus_notropis", + "genus_nucifraga", + "genus_numenius", + "genus_numida", + "genus_nuphar", + "genus_nuytsia", + "genus_nyctaginia", + "genus_nyctanassa", + "genus_nyctereutes", + "genus_nycticebus", + "genus_nycticorax", + "genus_nyctimene", + "genus_nymphaea", + "genus_nymphalis", + "genus_nymphicus", + "genus_nypa", + "genus_nyssa", + "genus_oceanites", + "genus_ochna", + "genus_ochotona", + "genus_ochroma", + "genus_ocimum", + "genus_octopus", + "genus_ocyurus", + "genus_odobenus", + "genus_odocoileus", + "genus_odontaspis", + "genus_odontoglossum", + "genus_odontophorus", + "genus_oecanthus", + "genus_oedogonium", + "genus_oenanthe", + "genus_oenothera", + "genus_oestrus", + "genus_okapia", + "genus_olea", + "genus_oleandra", + "genus_olearia", + "genus_olfersia", + "genus_oligoplites", + "genus_oligoporus", + "genus_ommastrephes", + "genus_omphalotus", + "genus_oncidium", + "genus_oncorhynchus", + "genus_ondatra", + "genus_oniscus", + "genus_onobrychis", + "genus_onoclea", + "genus_ononis", + "genus_onopordon", + "genus_onopordum", + "genus_onosmodium", + "genus_onychium", + "genus_onychogalea", + "genus_onychomys", + "genus_opheodrys", + "genus_ophiodon", + "genus_ophioglossum", + "genus_ophiophagus", + "genus_ophisaurus", + "genus_ophrys", + "genus_opisthocomus", + "genus_opuntia", + "genus_orbignya", + "genus_orchestia", + "genus_orchis", + "genus_orcinus", + "genus_oreamnos", + "genus_orectolobus", + "genus_oreopteris", + "genus_oreortyx", + "genus_origanum", + "genus_oriolus", + "genus_orites", + "genus_ormosia", + "genus_ornithogalum", + "genus_ornithorhynchus", + "genus_orontium", + "genus_ortalis", + "genus_orthilia", + "genus_orthopristis", + "genus_orthotomus", + "genus_orycteropus", + "genus_oryctolagus", + "genus_oryx", + "genus_oryza", + "genus_oryzomys", + "genus_oryzopsis", + "genus_osmanthus", + "genus_osmerus", + "genus_osmunda", + "genus_ostrea", + "genus_ostrya", + "genus_ostryopsis", + "genus_otaria", + "genus_othonna", + "genus_otis", + "genus_otus", + "genus_ouranopithecus", + "genus_ovalipes", + "genus_ovibos", + "genus_ovis", + "genus_oxalis", + "genus_oxandra", + "genus_oxybelis", + "genus_oxydendrum", + "genus_oxylebius", + "genus_oxytropis", + "genus_oxyura", + "genus_oxyuranus", + "genus_ozonium", + "genus_ozothamnus", + "genus_pachycephala", + "genus_pachyrhizus", + "genus_pachysandra", + "genus_packera", + "genus_padda", + "genus_paeonia", + "genus_pagellus", + "genus_pagophila", + "genus_pagophilus", + "genus_pagrus", + "genus_pagurus", + "genus_palaemon", + "genus_palaquium", + "genus_paleacrita", + "genus_palinurus", + "genus_paliurus", + "genus_palometa", + "genus_pan", + "genus_panax", + "genus_pandanus", + "genus_pandion", + "genus_panicum", + "genus_panonychus", + "genus_panthera", + "genus_papaver", + "genus_paphiopedilum", + "genus_papio", + "genus_paprilus", + "genus_paracheirodon", + "genus_paradoxurus", + "genus_paralichthys", + "genus_paralithodes", + "genus_paramecium", + "genus_paranthias", + "genus_paranthropus", + "genus_parascalops", + "genus_parasitaxus", + "genus_parathelypteris", + "genus_parietaria", + "genus_paris", + "genus_parkia", + "genus_parkinsonia", + "genus_parmelia", + "genus_parnassia", + "genus_parochetus", + "genus_paronychia", + "genus_parophrys", + "genus_parrotia", + "genus_parrotiopsis", + "genus_parthenium", + "genus_parthenocissus", + "genus_parula", + "genus_parus", + "genus_paspalum", + "genus_passer", + "genus_passerina", + "genus_passiflora", + "genus_pastinaca", + "genus_patella", + "genus_pavo", + "genus_pavonia", + "genus_payena", + "genus_pecari", + "genus_pecopteris", + "genus_pecten", + "genus_pediculus", + "genus_pedilanthus", + "genus_pediocactus", + "genus_pedioecetes", + "genus_pedionomus", + "genus_peireskia", + "genus_pelargonium", + "genus_pelecanus", + "genus_pellaea", + "genus_pellicularia", + "genus_peltandra", + "genus_peltiphyllum", + "genus_penelope", + "genus_peneus", + "genus_penicillium", + "genus_pennatula", + "genus_pennisetum", + "genus_penstemon", + "genus_peperomia", + "genus_perca", + "genus_percina", + "genus_perdix", + "genus_pereskia", + "genus_pericallis", + "genus_peridinium", + "genus_perilla", + "genus_periophthalmus", + "genus_peripatopsis", + "genus_peripatus", + "genus_periplaneta", + "genus_periploca", + "genus_perisoreus", + "genus_peristedion", + "genus_pernis", + "genus_perodicticus", + "genus_perognathus", + "genus_peromyscus", + "genus_peronospora", + "genus_persea", + "genus_persoonia", + "genus_pertusaria", + "genus_petasites", + "genus_petaurista", + "genus_petaurus", + "genus_petrocoptis", + "genus_petrogale", + "genus_petromyzon", + "genus_petroselinum", + "genus_petteria", + "genus_petunia", + "genus_peziza", + "genus_pezophaps", + "genus_phacelia", + "genus_phacochoerus", + "genus_phaethon", + "genus_phaius", + "genus_phalacrocorax", + "genus_phalaenopsis", + "genus_phalaenoptilus", + "genus_phalanger", + "genus_phalangium", + "genus_phalaris", + "genus_phalaropus", + "genus_phallus", + "genus_pharomacrus", + "genus_phascogale", + "genus_phascolarctos", + "genus_phaseolus", + "genus_phasianus", + "genus_phegopteris", + "genus_phellodendron", + "genus_phenacomys", + "genus_philadelphus", + "genus_philaenus", + "genus_phillyrea", + "genus_philodendron", + "genus_philohela", + "genus_philomachus", + "genus_philophylla", + "genus_phlebodium", + "genus_phlebotomus", + "genus_phleum", + "genus_phlomis", + "genus_phlox", + "genus_phoca", + "genus_phocoena", + "genus_phoenicophorium", + "genus_phoeniculus", + "genus_phoenicurus", + "genus_phoenix", + "genus_pholas", + "genus_pholidota", + "genus_pholiota", + "genus_pholis", + "genus_pholistoma", + "genus_phoradendron", + "genus_photinia", + "genus_photoblepharon", + "genus_phoxinus", + "genus_phragmipedium", + "genus_phragmites", + "genus_phrynosoma", + "genus_phthirius", + "genus_phthirus", + "genus_phthorimaea", + "genus_phyllitis", + "genus_phyllium", + "genus_phyllocladus", + "genus_phyllodoce", + "genus_phylloporus", + "genus_phyllorhynchus", + "genus_phylloscopus", + "genus_phyllostachys", + "genus_phyllostomus", + "genus_phylloxera", + "genus_physa", + "genus_physalia", + "genus_physalis", + "genus_physaria", + "genus_physeter", + "genus_physostegia", + "genus_physostigma", + "genus_phytelephas", + "genus_phytolacca", + "genus_phytophthora", + "genus_pica", + "genus_picea", + "genus_pickeringia", + "genus_picoides", + "genus_picrasma", + "genus_picris", + "genus_picumnus", + "genus_picus", + "genus_pieris", + "genus_pilea", + "genus_pilosella", + "genus_pilularia", + "genus_pimenta", + "genus_pimpinella", + "genus_pinckneya", + "genus_pinctada", + "genus_pineus", + "genus_pinguicula", + "genus_pinguinus", + "genus_pinicola", + "genus_pinnotheres", + "genus_pinus", + "genus_pipa", + "genus_piper", + "genus_pipile", + "genus_pipilo", + "genus_pipistrellus", + "genus_pipra", + "genus_piptadenia", + "genus_pipturus", + "genus_piqueria", + "genus_piranga", + "genus_piroplasma", + "genus_pisanosaurus", + "genus_piscidia", + "genus_pisonia", + "genus_pistacia", + "genus_pistia", + "genus_pisum", + "genus_pithecanthropus", + "genus_pithecellobium", + "genus_pithecia", + "genus_pithecolobium", + "genus_pitta", + "genus_pituophis", + "genus_pitymys", + "genus_pityrogramma", + "genus_placuna", + "genus_plagianthus", + "genus_planera", + "genus_planococcus", + "genus_plantago", + "genus_plasmodiophora", + "genus_plasmodium", + "genus_platalea", + "genus_platanthera", + "genus_platanus", + "genus_platichthys", + "genus_platycerium", + "genus_platylobium", + "genus_platymiscium", + "genus_platypoecilus", + "genus_platystemon", + "genus_plautus", + "genus_plecotus", + "genus_plectania", + "genus_plectorrhiza", + "genus_plectranthus", + "genus_plectrophenax", + "genus_pleione", + "genus_pleiospilos", + "genus_plesianthropus", + "genus_plesiosaurus", + "genus_plethodon", + "genus_pleurobrachia", + "genus_pleuronectes", + "genus_pleurosorus", + "genus_pleurothallis", + "genus_pleurotus", + "genus_plicatoperipatus", + "genus_ploceus", + "genus_plumbago", + "genus_plumeria", + "genus_pluteus", + "genus_pluvialis", + "genus_pluvianus", + "genus_poa", + "genus_podalyria", + "genus_podargus", + "genus_podiceps", + "genus_podilymbus", + "genus_podocarpus", + "genus_podophyllum", + "genus_poecilocapsus", + "genus_poecilogale", + "genus_poephila", + "genus_pogonia", + "genus_pogostemon", + "genus_polanisia", + "genus_polemonium", + "genus_polianthes", + "genus_polioptila", + "genus_polistes", + "genus_pollachius", + "genus_polyangium", + "genus_polyborus", + "genus_polybotria", + "genus_polybotrya", + "genus_polycirrus", + "genus_polydactylus", + "genus_polyergus", + "genus_polygala", + "genus_polygonatum", + "genus_polygonia", + "genus_polygonum", + "genus_polyodon", + "genus_polypedates", + "genus_polypodium", + "genus_polyporus", + "genus_polyprion", + "genus_polystichum", + "genus_pomacanthus", + "genus_pomacentrus", + "genus_pomaderris", + "genus_pomatomus", + "genus_pomolobus", + "genus_pomoxis", + "genus_poncirus", + "genus_pongamia", + "genus_pongo", + "genus_pontederia", + "genus_pooecetes", + "genus_popillia", + "genus_populus", + "genus_porcellio", + "genus_poronotus", + "genus_porphyra", + "genus_porphyrio", + "genus_porphyrula", + "genus_portulaca", + "genus_portunus", + "genus_porzana", + "genus_potamogale", + "genus_potamogeton", + "genus_potamophis", + "genus_potentilla", + "genus_poterium", + "genus_pothos", + "genus_potorous", + "genus_potos", + "genus_pouteria", + "genus_praunus", + "genus_prenanthes", + "genus_presbytes", + "genus_priacanthus", + "genus_primula", + "genus_prinia", + "genus_priodontes", + "genus_prionace", + "genus_prionotus", + "genus_pristis", + "genus_pritzelago", + "genus_proboscidea", + "genus_procavia", + "genus_procellaria", + "genus_prociphilus", + "genus_procnias", + "genus_proconsul", + "genus_procyon", + "genus_progne", + "genus_prosopis", + "genus_prosopium", + "genus_protea", + "genus_proteles", + "genus_proterochampsa", + "genus_proteus", + "genus_protium", + "genus_protoavis", + "genus_protoceratops", + "genus_protohippus", + "genus_prumnopitys", + "genus_prunella", + "genus_prunus", + "genus_psaltriparus", + "genus_psenes", + "genus_psephurus", + "genus_psetta", + "genus_psettichthys", + "genus_pseudacris", + "genus_pseudaletia", + "genus_pseudechis", + "genus_pseudemys", + "genus_pseudobombax", + "genus_pseudococcus", + "genus_pseudocolus", + "genus_pseudolarix", + "genus_pseudomonas", + "genus_pseudopleuronectes", + "genus_pseudoryx", + "genus_pseudotaxus", + "genus_pseudotsuga", + "genus_pseudowintera", + "genus_psidium", + "genus_psilophyton", + "genus_psilotum", + "genus_psithyrus", + "genus_psittacosaurus", + "genus_psittacula", + "genus_psittacus", + "genus_psophia", + "genus_psophocarpus", + "genus_psoralea", + "genus_psychopsis", + "genus_psychotria", + "genus_pteretis", + "genus_pteridium", + "genus_pteris", + "genus_pternohyla", + "genus_pterocarpus", + "genus_pterocarya", + "genus_pterocles", + "genus_pterocnemia", + "genus_pterodactylus", + "genus_pterois", + "genus_pteropogon", + "genus_pteropus", + "genus_pterospermum", + "genus_pterostylis", + "genus_ptilocercus", + "genus_ptilocrinus", + "genus_ptilonorhynchus", + "genus_ptloris", + "genus_ptyas", + "genus_ptychozoon", + "genus_puccinia", + "genus_pueraria", + "genus_puffinus", + "genus_pulex", + "genus_pulicaria", + "genus_pulsatilla", + "genus_punica", + "genus_pycnanthemum", + "genus_pygopus", + "genus_pygoscelis", + "genus_pylodictus", + "genus_pyracantha", + "genus_pyralis", + "genus_pyrausta", + "genus_pyrethrum", + "genus_pyrocephalus", + "genus_pyrola", + "genus_pyrophorus", + "genus_pyrrhula", + "genus_pyrrhuloxia", + "genus_pyrrosia", + "genus_pyrularia", + "genus_pyrus", + "genus_pythium", + "genus_python", + "genus_pyxidanthera", + "genus_quamassia", + "genus_quassia", + "genus_quercus", + "genus_quiscalus", + "genus_rachycentron", + "genus_radiigera", + "genus_radyera", + "genus_raffia", + "genus_raja", + "genus_ramalina", + "genus_ramphomicron", + "genus_rana", + "genus_ranatra", + "genus_rangifer", + "genus_ranunculus", + "genus_raoulia", + "genus_raphanus", + "genus_raphia", + "genus_raphicerus", + "genus_raphus", + "genus_ratibida", + "genus_rattus", + "genus_rauvolfia", + "genus_rauwolfia", + "genus_ravenala", + "genus_recurvirostra", + "genus_regalecus", + "genus_regnellidium", + "genus_regulus", + "genus_reithrodontomys", + "genus_remilegia", + "genus_reseda", + "genus_retama", + "genus_reticulitermes", + "genus_retrophyllum", + "genus_rhagoletis", + "genus_rhamnus", + "genus_rhapis", + "genus_rhea", + "genus_rheum", + "genus_rhexia", + "genus_rhincodon", + "genus_rhinoceros", + "genus_rhinonicteris", + "genus_rhinoptera", + "genus_rhipsalis", + "genus_rhizobium", + "genus_rhizoctinia", + "genus_rhizophora", + "genus_rhizopogon", + "genus_rhizopus", + "genus_rhodanthe", + "genus_rhododendron", + "genus_rhodosphaera", + "genus_rhodymenia", + "genus_rhus", + "genus_rhyacotriton", + "genus_rhynchoelaps", + "genus_rhyncostylis", + "genus_rhynia", + "genus_ribes", + "genus_richea", + "genus_richmondena", + "genus_ricinus", + "genus_rickettsia", + "genus_riparia", + "genus_rissa", + "genus_rivina", + "genus_rivulus", + "genus_robinia", + "genus_roccella", + "genus_roccus", + "genus_rodolia", + "genus_romneya", + "genus_roridula", + "genus_rorippa", + "genus_rosa", + "genus_rosellinia", + "genus_rosmarinus", + "genus_roystonea", + "genus_rubia", + "genus_rubus", + "genus_rudbeckia", + "genus_rumex", + "genus_rumohra", + "genus_rupicapra", + "genus_rupicola", + "genus_ruptiliocarpon", + "genus_ruscus", + "genus_russula", + "genus_ruta", + "genus_rutilus", + "genus_rynchops", + "genus_rypticus", + "genus_sabal", + "genus_sabbatia", + "genus_sabinea", + "genus_saccharomyces", + "genus_saccharum", + "genus_sadleria", + "genus_sagina", + "genus_sagitta", + "genus_sagittaria", + "genus_sagittarius", + "genus_saiga", + "genus_saimiri", + "genus_saintpaulia", + "genus_salamandra", + "genus_salicornia", + "genus_salix", + "genus_salmo", + "genus_salmonella", + "genus_salpa", + "genus_salpichroa", + "genus_salpiglossis", + "genus_salpinctes", + "genus_salsola", + "genus_salvadora", + "genus_salvelinus", + "genus_salvia", + "genus_salvinia", + "genus_sambucus", + "genus_samia", + "genus_samolus", + "genus_sanguinaria", + "genus_sanicula", + "genus_sansevieria", + "genus_santalum", + "genus_santolina", + "genus_sanvitalia", + "genus_sapindus", + "genus_saponaria", + "genus_saprolegnia", + "genus_sarcobatus", + "genus_sarcocephalus", + "genus_sarcochilus", + "genus_sarcocystis", + "genus_sarcodes", + "genus_sarcophaga", + "genus_sarcophilus", + "genus_sarcoptes", + "genus_sarcorhamphus", + "genus_sarcostemma", + "genus_sarda", + "genus_sardina", + "genus_sardinia", + "genus_sardinops", + "genus_sargassum", + "genus_sarracenia", + "genus_sassafras", + "genus_satureia", + "genus_satureja", + "genus_saturnia", + "genus_sauromalus", + "genus_saurosuchus", + "genus_saururus", + "genus_saussurea", + "genus_saxe-gothea", + "genus_saxegothea", + "genus_saxicola", + "genus_saxifraga", + "genus_sayornis", + "genus_scabiosa", + "genus_scaphiopus", + "genus_scaphosepalum", + "genus_scarabaeus", + "genus_scardinius", + "genus_scartella", + "genus_sceliphron", + "genus_sceloglaux", + "genus_sceloporus", + "genus_schaffneria", + "genus_schefflera", + "genus_schinus", + "genus_schistosoma", + "genus_schizachyrium", + "genus_schizaea", + "genus_schizanthus", + "genus_schizopetalon", + "genus_schizophragma", + "genus_schizosaccharomyces", + "genus_schlumbergera", + "genus_schomburgkia", + "genus_sciadopitys", + "genus_sciaena", + "genus_sciaenops", + "genus_sciara", + "genus_scilla", + "genus_scincella", + "genus_scincus", + "genus_scindapsus", + "genus_scirpus", + "genus_sciurus", + "genus_scleranthus", + "genus_scleroderma", + "genus_scleropages", + "genus_sclerotinia", + "genus_sclerotium", + "genus_scolopax", + "genus_scolopendrium", + "genus_scolymus", + "genus_scolytus", + "genus_scomber", + "genus_scomberesox", + "genus_scomberomorus", + "genus_scombresox", + "genus_scophthalmus", + "genus_scopolia", + "genus_scorpaena", + "genus_scorzonera", + "genus_scrophularia", + "genus_scutellaria", + "genus_scutigera", + "genus_scutigerella", + "genus_sebastiana", + "genus_sebastodes", + "genus_secale", + "genus_sedum", + "genus_seismosaurus", + "genus_seiurus", + "genus_selaginella", + "genus_selar", + "genus_selenarctos", + "genus_selene", + "genus_selenicereus", + "genus_selenipedium", + "genus_senecio", + "genus_senna", + "genus_sepia", + "genus_septobasidium", + "genus_sequoia", + "genus_sequoiadendron", + "genus_serenoa", + "genus_sericocarpus", + "genus_serinus", + "genus_seriola", + "genus_seriphidium", + "genus_seriphus", + "genus_serranus", + "genus_serrasalmus", + "genus_serratia", + "genus_serratula", + "genus_sertularia", + "genus_sesamum", + "genus_sesbania", + "genus_seseli", + "genus_setaria", + "genus_setophaga", + "genus_shigella", + "genus_shorea", + "genus_shortia", + "genus_sialia", + "genus_sialis", + "genus_sida", + "genus_sidalcea", + "genus_sideritis", + "genus_sigmodon", + "genus_silene", + "genus_sillago", + "genus_silphium", + "genus_silurus", + "genus_silvia", + "genus_silybum", + "genus_simarouba", + "genus_simulium", + "genus_sinanthropus", + "genus_sinapis", + "genus_sinningia", + "genus_sinornis", + "genus_siren", + "genus_sison", + "genus_sistrurus", + "genus_sisymbrium", + "genus_sisyrinchium", + "genus_sitophylus", + "genus_sitotroga", + "genus_sitta", + "genus_sium", + "genus_sivapithecus", + "genus_sloanea", + "genus_smilax", + "genus_smiledon", + "genus_smyrnium", + "genus_sobralia", + "genus_solandra", + "genus_solanopteris", + "genus_solanum", + "genus_solea", + "genus_soleirolia", + "genus_solenopsis", + "genus_solenostemon", + "genus_solidago", + "genus_somateria", + "genus_sonchus", + "genus_sonora", + "genus_sophora", + "genus_sorbus", + "genus_sorex", + "genus_sorghum", + "genus_spadella", + "genus_spalax", + "genus_sparaxis", + "genus_sparganium", + "genus_sparmannia", + "genus_spartina", + "genus_spartium", + "genus_spathiphyllum", + "genus_spergula", + "genus_spergularia", + "genus_spermophilus", + "genus_sphacele", + "genus_sphacelotheca", + "genus_sphaeralcea", + "genus_sphaerocarpos", + "genus_sphaerocarpus", + "genus_sphagnum", + "genus_sphecius", + "genus_sphecotheres", + "genus_spheniscus", + "genus_sphenodon", + "genus_sphyraena", + "genus_sphyrapicus", + "genus_sphyrna", + "genus_spilogale", + "genus_spinacia", + "genus_spinus", + "genus_spiraea", + "genus_spiranthes", + "genus_spirillum", + "genus_spirochaeta", + "genus_spirodela", + "genus_spirogyra", + "genus_spirula", + "genus_spizella", + "genus_spodoptera", + "genus_spondias", + "genus_sporobolus", + "genus_spraguea", + "genus_spyeria", + "genus_squalus", + "genus_squatina", + "genus_squilla", + "genus_stachys", + "genus_stanhopea", + "genus_stanleya", + "genus_stapelia", + "genus_staphylea", + "genus_staphylococcus", + "genus_staurikosaurus", + "genus_steatornis", + "genus_steganopus", + "genus_stegosaurus", + "genus_stelis", + "genus_stellaria", + "genus_stenocarpus", + "genus_stenochlaena", + "genus_stenopelmatus", + "genus_stenopterygius", + "genus_stenotaphrum", + "genus_stenotomus", + "genus_stenotus", + "genus_stentor", + "genus_stephanomeria", + "genus_stephanotis", + "genus_stercorarius", + "genus_sterculia", + "genus_sterna", + "genus_sternotherus", + "genus_stevia", + "genus_sticherus", + "genus_stictomys", + "genus_stictopelia", + "genus_stizolobium", + "genus_stizostedion", + "genus_stokesia", + "genus_storeria", + "genus_strekelia", + "genus_strelitzia", + "genus_strepera", + "genus_strepsiceros", + "genus_streptocarpus", + "genus_streptococcus", + "genus_streptomyces", + "genus_streptopelia", + "genus_streptosolen", + "genus_strix", + "genus_strobilomyces", + "genus_strombus", + "genus_strongylodon", + "genus_strophanthus", + "genus_stropharia", + "genus_struthio", + "genus_struthiomimus", + "genus_strymon", + "genus_sturnella", + "genus_sturnus", + "genus_stylomecon", + "genus_stylophorum", + "genus_styphelia", + "genus_styracosaurus", + "genus_styrax", + "genus_subularia", + "genus_suillus", + "genus_suksdorfia", + "genus_sula", + "genus_sundacarpus", + "genus_suricata", + "genus_surnia", + "genus_sus", + "genus_swainsona", + "genus_swertia", + "genus_swietinia", + "genus_sylvilagus", + "genus_symphalangus", + "genus_symphoricarpos", + "genus_symphytum", + "genus_symplocarpus", + "genus_symplocus", + "genus_synagrops", + "genus_synanceja", + "genus_synaptomys", + "genus_synchytrium", + "genus_synercus", + "genus_syngnathus", + "genus_syngonium", + "genus_syringa", + "genus_syrrhaptes", + "genus_syzygium", + "genus_tabernaemontana", + "genus_tacca", + "genus_tachyglossus", + "genus_tachypleus", + "genus_tadarida", + "genus_tadorna", + "genus_taenia", + "genus_tagetes", + "genus_talinum", + "genus_tamandua", + "genus_tamarindus", + "genus_tamarix", + "genus_tamias", + "genus_tamiasciurus", + "genus_tamus", + "genus_tanacetum", + "genus_tantilla", + "genus_tapirus", + "genus_taraktagenos", + "genus_taraktogenos", + "genus_taraxacum", + "genus_taricha", + "genus_tarpon", + "genus_tarrietia", + "genus_tarsius", + "genus_taurotragus", + "genus_tautoga", + "genus_tautogolabrus", + "genus_taxidea", + "genus_taxodium", + "genus_taxus", + "genus_tayassu", + "genus_tectaria", + "genus_tectona", + "genus_telanthera", + "genus_tellima", + "genus_telopea", + "genus_templetonia", + "genus_tenrec", + "genus_tephrosia", + "genus_terebella", + "genus_teredo", + "genus_termes", + "genus_terrapene", + "genus_terrietia", + "genus_testudo", + "genus_tethus", + "genus_tetraclinis", + "genus_tetragonia", + "genus_tetragonurus", + "genus_tetrahymena", + "genus_tetraneuris", + "genus_tetrao", + "genus_tetrapturus", + "genus_teucrium", + "genus_thalarctos", + "genus_thalassoma", + "genus_thalictrum", + "genus_thamnophilus", + "genus_thamnophis", + "genus_thelypteris", + "genus_theobroma", + "genus_thermobia", + "genus_thermopsis", + "genus_thespesia", + "genus_thevetia", + "genus_thielavia", + "genus_thiobacillus", + "genus_thlaspi", + "genus_thomomys", + "genus_threskiornis", + "genus_thrinax", + "genus_thrips", + "genus_thryothorus", + "genus_thuja", + "genus_thujopsis", + "genus_thunbergia", + "genus_thunnus", + "genus_thylacinus", + "genus_thylogale", + "genus_thymus", + "genus_thyrsopteris", + "genus_thysanocarpus", + "genus_tiarella", + "genus_tibicen", + "genus_tichodroma", + "genus_tilapia", + "genus_tilia", + "genus_tillandsia", + "genus_tilletia", + "genus_timalia", + "genus_tinca", + "genus_tinea", + "genus_tineola", + "genus_tipuana", + "genus_titanosaurus", + "genus_tithonia", + "genus_todea", + "genus_todus", + "genus_tofieldia", + "genus_tolmiea", + "genus_tolypeutes", + "genus_tomistoma", + "genus_toona", + "genus_torreya", + "genus_tortrix", + "genus_townsendia", + "genus_toxicodendron", + "genus_toxostoma", + "genus_toxotes", + "genus_trachelospermum", + "genus_trachinotus", + "genus_trachipterus", + "genus_trachodon", + "genus_trachurus", + "genus_tradescantia", + "genus_tragelaphus", + "genus_tragopan", + "genus_tragopogon", + "genus_tragulus", + "genus_trapa", + "genus_trautvetteria", + "genus_trema", + "genus_tremella", + "genus_treponema", + "genus_triaenodon", + "genus_trialeurodes", + "genus_triatoma", + "genus_tribolium", + "genus_tribonema", + "genus_tribulus", + "genus_triceratops", + "genus_trichecus", + "genus_trichoceros", + "genus_trichodesmium", + "genus_trichoglossus", + "genus_tricholoma", + "genus_trichomanes", + "genus_trichomonas", + "genus_trichophaga", + "genus_trichophyton", + "genus_trichostema", + "genus_trichostigma", + "genus_trichosurus", + "genus_trichys", + "genus_tridacna", + "genus_trifolium", + "genus_triga", + "genus_triglochin", + "genus_trigonella", + "genus_trilisa", + "genus_trillium", + "genus_trimorphodon", + "genus_trinectes", + "genus_tringa", + "genus_trionyx", + "genus_triops", + "genus_triostium", + "genus_tripleurospermum", + "genus_triplochiton", + "genus_triticum", + "genus_triturus", + "genus_trogium", + "genus_troglodytes", + "genus_trogon", + "genus_trollius", + "genus_trombicula", + "genus_tropaeolum", + "genus_tropidoclonion", + "genus_truncocolumella", + "genus_tsuga", + "genus_tuber", + "genus_tubercularia", + "genus_tulestoma", + "genus_tulipa", + "genus_tulostoma", + "genus_tunga", + "genus_tupaia", + "genus_tupinambis", + "genus_turbatrix", + "genus_turdus", + "genus_turnix", + "genus_turreae", + "genus_turritis", + "genus_tursiops", + "genus_tussilago", + "genus_tylenchus", + "genus_tympanuchus", + "genus_typha", + "genus_tyrannosaurus", + "genus_tyrannus", + "genus_tyto", + "genus_uca", + "genus_uintatherium", + "genus_ulex", + "genus_ulmus", + "genus_ulva", + "genus_uma", + "genus_umbellularia", + "genus_umbrina", + "genus_unio", + "genus_upupa", + "genus_urginea", + "genus_uria", + "genus_urocyon", + "genus_urocystis", + "genus_urophycis", + "genus_uropsilus", + "genus_urosaurus", + "genus_ursinia", + "genus_ursus", + "genus_urtica", + "genus_usnea", + "genus_ustilaginoidea", + "genus_ustilago", + "genus_uta", + "genus_utahraptor", + "genus_utricularia", + "genus_uvularia", + "genus_vaccaria", + "genus_vaccinium", + "genus_valeriana", + "genus_valerianella", + "genus_vallisneria", + "genus_vanda", + "genus_vanellus", + "genus_vanessa", + "genus_vangueria", + "genus_vanilla", + "genus_varanus", + "genus_vedalia", + "genus_velociraptor", + "genus_venus", + "genus_veratrum", + "genus_verbascum", + "genus_verbena", + "genus_verbesina", + "genus_vernonia", + "genus_veronica", + "genus_verticillium", + "genus_vesicaria", + "genus_vespa", + "genus_vespertilio", + "genus_vespula", + "genus_vibrio", + "genus_viburnum", + "genus_vicia", + "genus_vicugna", + "genus_vidua", + "genus_vigna", + "genus_viminaria", + "genus_vinca", + "genus_vincetoxicum", + "genus_viola", + "genus_vipera", + "genus_vireo", + "genus_virgilia", + "genus_viscum", + "genus_vitis", + "genus_vittaria", + "genus_viverra", + "genus_viverricula", + "genus_volvaria", + "genus_volvariella", + "genus_volvox", + "genus_vorticella", + "genus_vulpes", + "genus_vultur", + "genus_weigela", + "genus_welwitchia", + "genus_welwitschia", + "genus_wintera", + "genus_wisteria", + "genus_wolffia", + "genus_wolffiella", + "genus_woodsia", + "genus_woodwardia", + "genus_wyethia", + "genus_wynnea", + "genus_xanthium", + "genus_xanthomonas", + "genus_xanthorroea", + "genus_xanthosoma", + "genus_xenicus", + "genus_xenopus", + "genus_xenorhyncus", + "genus_xenosaurus", + "genus_xeranthemum", + "genus_xerobates", + "genus_xerophyllum", + "genus_xiphias", + "genus_xylaria", + "genus_xylocopa", + "genus_xylomelum", + "genus_xylopia", + "genus_xylosma", + "genus_xyphophorus", + "genus_xyris", + "genus_yucca", + "genus_zaglossus", + "genus_zalophus", + "genus_zamia", + "genus_zannichellia", + "genus_zantedeschia", + "genus_zanthoxylum", + "genus_zapus", + "genus_zea", + "genus_zenaidura", + "genus_zerumbet", + "genus_zeus", + "genus_zigadenus", + "genus_zingiber", + "genus_zinjanthropus", + "genus_zinnia", + "genus_zizania", + "genus_ziziphus", + "genus_zoarces", + "genus_zoisia", + "genus_zonotrichia", + "genus_zostera", + "genus_zoysia", + "genus_zygnema", + "genus_zygocactus", + "genus_zygophyllum", + "genyonemus", + "genyonemus_lineatus", + "geocentric_parallax", + "geochelone", + "geochemistry", + "geococcyx", + "geococcyx_californianus", + "geode", + "geodesic", + "geodesic_dome", + "geodesic_line", + "geodesy", + "geoduck", + "geoffrey_chaucer", + "geoffrey_of_monmouth", + "geoffroea", + "geoffroea_decorticans", + "geogia_holly", + "geoglossaceae", + "geoglossum", + "geographer", + "geographic_area", + "geographic_expedition", + "geographic_point", + "geographic_region", + "geographical_area", + "geographical_mile", + "geographical_point", + "geographical_region", + "geographical_zone", + "geographics", + "geography", + "geologic_process", + "geologic_time", + "geological_dating", + "geological_era", + "geological_fault", + "geological_formation", + "geological_horizon", + "geological_period", + "geological_phenomenon", + "geological_process", + "geological_time", + "geologist", + "geology", + "geomancer", + "geomancy", + "geometer", + "geometric_mean", + "geometric_pace", + "geometric_progression", + "geometric_series", + "geometrical_irregularity", + "geometrical_regularity", + "geometrician", + "geometrid", + "geometrid_moth", + "geometridae", + "geometry", + "geometry_teacher", + "geomorphology", + "geomyidae", + "geomys", + "geomys_bursarius", + "geomys_pinetis", + "geophagia", + "geophagy", + "geophilidae", + "geophilomorpha", + "geophilus", + "geophysical_science", + "geophysicist", + "geophysics", + "geophyte", + "geopolitics", + "geordie", + "georg_friedrich_bernhard_riemann", + "georg_friedrich_handel", + "georg_meissner", + "georg_philipp_telemann", + "georg_simon_ohm", + "georg_wilhelm_friedrich_hegel", + "georg_wilhelm_steller", + "george", + "george_armstrong_custer", + "george_balanchine", + "george_beadle", + "george_berkeley", + "george_bernard_shaw", + "george_boole", + "george_bryan_brummell", + "george_burns", + "george_bush", + "george_c._scott", + "george_catlett_marshall", + "george_charles_hevesy_de_hevesy", + "george_dewey", + "george_dibdin-pitt", + "george_dibdin_pitt", + "george_du_maurier", + "george_eastman", + "george_edward_moore", + "george_edward_pickett", + "george_eliot", + "george_ellery_hale", + "george_enescu", + "george_f._kennan", + "george_fox", + "george_frederick_handel", + "george_frideric_handel", + "george_frost_kennan", + "george_gamow", + "george_gershwin", + "george_gilbert_aime_murphy", + "george_gordon_meade", + "george_guess", + "george_h.w._bush", + "george_harrison", + "george_herbert_hitchings", + "george_herbert_mead", + "george_herbert_walker_bush", + "george_herman_ruth", + "george_hubert_wilkins", + "george_huntington", + "george_i", + "george_ii", + "george_iii", + "george_iv", + "george_louis_palmella_busson_du_maurier", + "george_lucas", + "george_m._cohan", + "george_macaulay_trevelyan", + "george_marshall", + "george_mason", + "george_meany", + "george_meredith", + "george_michael_cohan", + "george_orson_welles", + "george_orwell", + "george_otto_trevelyan", + "george_paget_thomson", + "george_percy_aldridge_grainger", + "george_pitt", + "george_s._kaufman", + "george_sand", + "george_segal", + "george_simon_kaufman", + "george_stephenson", + "george_stevens", + "george_szell", + "george_town", + "george_v", + "george_vancouver", + "george_vi", + "george_w._bush", + "george_walker_bush", + "george_washington", + "george_washington_bridge", + "george_washington_carver", + "george_washington_goethals", + "george_wells_beadle", + "george_westinghouse", + "george_william_russell", + "georges_bizet", + "georges_braque", + "georges_clemenceau", + "georges_cuvier", + "georges_de_la_tour", + "georges_enesco", + "georges_eugene_benjamin_clemenceau", + "georges_gilles_de_la_tourette", + "georges_henri_lemaitre", + "georges_jacques_danton", + "georges_joseph_christian_simenon", + "georges_leopold_chretien_frederic_dagobert_cuvier", + "georges_pierre_seurat", + "georges_seurat", + "georges_simenon", + "georgetown", + "georgette", + "georgi_konstantinovich_zhukov", + "georgi_zhukov", + "georgia", + "georgia_bark", + "georgia_home_boy", + "georgia_okeeffe", + "georgia_pine", + "georgian", + "georgian_monetary_unit", + "georgiana_barrymore", + "georgiana_emma_barrymore", + "geosphere", + "geostationary_orbit", + "geostrategy", + "geosynchronous_orbit", + "geothermal_energy", + "geothlypis", + "geothlypis_trichas", + "geotropism", + "geraint", + "gerald_ford", + "gerald_r._ford", + "gerald_rudolph_ford", + "geraniaceae", + "geraniales", + "geranium", + "geranium_family", + "geranium_maculatum", + "geranium_molle", + "geranium_pratense", + "geranium_richardsonii", + "geranium_robertianum", + "geranium_viscosissimum", + "gerard_depardieu", + "gerard_kuiper", + "gerard_manley_hopkins", + "gerard_peter_kuiper", + "gerardia", + "gerardia_pedicularia", + "gerardia_virginica", + "gerardus_mercator", + "gerbera", + "gerbera_jamesonii", + "gerbert", + "gerbil", + "gerbille", + "gerbillinae", + "gerbillus", + "gerea", + "gerea_canescens", + "gerenuk", + "gerfalcon", + "gerhard_gerhards", + "gerhard_herzberg", + "gerhard_kremer", + "geriatrician", + "geriatrics", + "germ", + "germ_cell", + "germ_layer", + "germ_plasm", + "germ_pore", + "germ_theory", + "germ_tube", + "germ_warfare", + "german", + "german_american", + "german_bee", + "german_capital", + "german_chamomile", + "german_cockroach", + "german_democratic_republic", + "german_iris", + "german_ivy", + "german_language", + "german_lesson", + "german_luftwaffe", + "german_mark", + "german_measles", + "german_millet", + "german_monetary_unit", + "german_nazi", + "german_pancake", + "german_police_dog", + "german_rampion", + "german_shepherd", + "german_shepherd_dog", + "german_short-haired_pointer", + "german_silver", + "german_tamarisk", + "germander", + "germander_speedwell", + "germaneness", + "germanic", + "germanic_language", + "germanism", + "germanist", + "germanite", + "germanium", + "germany", + "germicide", + "germinal", + "germinal_area", + "germinal_disc", + "germination", + "geronimo", + "gerontocracy", + "gerontologist", + "gerontology", + "gerreidae", + "gerres", + "gerres_cinereus", + "gerrhonotus", + "gerridae", + "gerrididae", + "gerris", + "gerris_lacustris", + "gerrymander", + "gershwin", + "gertrude_caroline_ederle", + "gertrude_ederle", + "gertrude_lawrence", + "gertrude_stein", + "gerund", + "geryon", + "gesell", + "gesner", + "gesneria", + "gesneria_family", + "gesneriaceae", + "gesneriad", + "gesso", + "gestalt", + "gestalt_law_of_organization", + "gestalt_principle_of_organization", + "gestalt_psychology", + "gestapo", + "gestation", + "gestation_period", + "gestational_age", + "gesticulation", + "gesture", + "get", + "get-go", + "get-up-and-go", + "get-well_card", + "get_together", + "geta", + "getaway", + "getting", + "getting_even", + "gettysburg", + "gettysburg_address", + "getulio_dornelles_vargas", + "getup", + "geum", + "geum_alleppicum_strictum", + "geum_canadense", + "geum_macrophyllum", + "geum_rivale", + "geum_strictum", + "geum_triflorum", + "geum_urbanum", + "geum_virginianum", + "gewgaw", + "geyser", + "ghana", + "ghanian", + "ghanian_monetary_unit", + "gharry", + "ghastliness", + "ghat", + "ghatti", + "ghatti_gum", + "ghb", + "ghedda_wax", + "ghee", + "gheg", + "gheg_dialect", + "ghent", + "gherkin", + "ghetto", + "ghetto_blaster", + "ghillie", + "ghost", + "ghost_dance", + "ghost_gum", + "ghost_town", + "ghost_weed", + "ghost_word", + "ghostfish", + "ghostliness", + "ghostwriter", + "ghoul", + "ghq", + "ghrelin", + "ghrf", + "ghz", + "gi", + "gi_hormones", + "gi_series", + "gi_tract", + "gia", + "giacometti", + "giacomo_della_chiesa", + "giacomo_meyerbeer", + "giacomo_puccini", + "giambattista_lulli", + "giambattista_marini", + "giambattista_marino", + "gian_carlo_menotti", + "gianbattista_bodoni", + "giannangelo_braschi", + "gianni_versace", + "giant", + "giant_anteater", + "giant_armadillo", + "giant_bamboo", + "giant_buttercup", + "giant_cane", + "giant_chinkapin", + "giant_clam", + "giant_cockroach", + "giant_conch", + "giant_coreopsis", + "giant_crab", + "giant_eland", + "giant_fern", + "giant_fir", + "giant_foxtail", + "giant_fulmar", + "giant_garlic", + "giant_granadilla", + "giant_helleborine", + "giant_hives", + "giant_hornet", + "giant_hyssop", + "giant_kangaroo", + "giant_lizard", + "giant_moa", + "giant_northwest_shipworm", + "giant_panda", + "giant_perch", + "giant_petrel", + "giant_pigfish", + "giant_potato_creeper", + "giant_puffball", + "giant_red_paintbrush", + "giant_reed", + "giant_ryegrass", + "giant_salamander", + "giant_scallop", + "giant_schnauzer", + "giant_scrambling_fern", + "giant_seaperch", + "giant_sequoia", + "giant_silkworm", + "giant_silkworm_moth", + "giant_squid", + "giant_star", + "giant_star_grass", + "giant_stock_bean", + "giant_sunflower", + "giant_taro", + "giant_timber_bamboo", + "giant_tortoise", + "giant_water_bug", + "giant_willowherb", + "giantess", + "giantism", + "giardia", + "giardiasis", + "gib", + "gibber", + "gibberellic_acid", + "gibberellin", + "gibberish", + "gibbet", + "gibbon", + "gibbosity", + "gibbousness", + "gibbs", + "gibbsite", + "gibe", + "gibibit", + "gibibyte", + "gibit", + "giblet", + "giblets", + "gibraltar", + "gibraltar_fever", + "gibraltarian", + "gibran", + "gibson", + "gibson_desert", + "gibson_girl", + "gidar", + "giddiness", + "gide", + "gideon_algernon_mantell", + "gidgee", + "gielgud", + "gift", + "gift_horse", + "gift_shop", + "gift_tax", + "gift_wrap", + "gift_wrapping", + "gig", + "gigabit", + "gigabyte", + "gigacycle", + "gigacycle_per_second", + "gigahertz", + "gigantism", + "gigartinaceae", + "giggle", + "giggler", + "gigo", + "gigolo", + "gigot", + "gigue", + "gikuyu", + "gila", + "gila_desert", + "gila_monster", + "gila_river", + "gilbert", + "gilbert_and_ellice_islands", + "gilbert_and_sullivan", + "gilbert_charles_stuart", + "gilbert_islands", + "gilbert_keith_chesterton", + "gilbert_murray", + "gilbert_stuart", + "gild", + "gilded_flicker", + "gilder", + "gildhall", + "gilding", + "gilding_metal", + "giles_lytton_strachey", + "gilgai_soil", + "gilgamesh", + "gilgamish", + "gill", + "gill-over-the-ground", + "gill_arch", + "gill_bar", + "gill_cleft", + "gill_fungus", + "gill_net", + "gill_slit", + "gilles_de_la_tourette", + "gilles_de_la_tourette_syndrome", + "gillespie", + "gillette", + "gillie", + "gillyflower", + "gilman", + "gilmer", + "giloacchino_antonio_rossini", + "gilt", + "gimbal", + "gimcrack", + "gimcrackery", + "gimel", + "gimlet", + "gimmick", + "gimmickry", + "gimp", + "gimpiness", + "gin", + "gin_and_it", + "gin_and_tonic", + "gin_mill", + "gin_rickey", + "gin_rummy", + "gin_sling", + "ginep", + "ginger", + "ginger_ale", + "ginger_beer", + "ginger_family", + "ginger_nut", + "ginger_pop", + "ginger_rogers", + "ginger_snap", + "gingerbread", + "gingerbread_man", + "gingerol", + "gingerroot", + "gingersnap", + "gingham", + "gingiva", + "gingivitis", + "gingko", + "ginglymoid_joint", + "ginglymostoma", + "ginglymostoma_cirratum", + "ginglymus", + "ginkgo", + "ginkgo_biloba", + "ginkgo_family", + "ginkgoaceae", + "ginkgoales", + "ginkgophytina", + "ginkgopsida", + "ginmill", + "ginsberg", + "ginseng", + "ginzo", + "gioacchino_pecci", + "giordano_bruno", + "giorgio_de_chirico", + "giorgio_vasari", + "giosue_carducci", + "giotto", + "giotto_di_bondone", + "giovanni_angelo_braschi", + "giovanni_battista_cibo", + "giovanni_battista_montini", + "giovanni_battista_tiepolo", + "giovanni_boccaccio", + "giovanni_cabato", + "giovanni_cimabue", + "giovanni_da_verrazano", + "giovanni_da_verrazzano", + "giovanni_de'medici", + "giovanni_di_bernardone", + "giovanni_francesco_albani", + "giovanni_jacopo_casanova", + "giovanni_jacopo_casanova_de_seingalt", + "giovanni_lorenzo_bernini", + "giovanni_maria_mastai-ferretti", + "giovanni_mastai-ferretti", + "giovanni_pierluigi_da_palestrina", + "giovanni_vincenzo_pecci", + "giovanni_virginio_schiaparelli", + "gipsy", + "gipsy_moth", + "gipsywort", + "giraffa", + "giraffa_camelopardalis", + "giraffe", + "giraffidae", + "girandola", + "girandole", + "girard", + "girasol", + "giraudoux", + "girder", + "girdle", + "giriama", + "girl", + "girl_friday", + "girl_scout", + "girl_scouts", + "girl_wonder", + "girlfriend", + "girlhood", + "girlishness", + "giro", + "giro_account", + "giro_cheque", + "girolamo_savonarola", + "gironde", + "girondin", + "girondism", + "girondist", + "girru", + "girth", + "gish", + "gismo", + "gist", + "git", + "gita", + "gitana", + "gitano", + "gittern", + "giulio_de'_medici", + "giulio_natta", + "giuseppe_balsamo", + "giuseppe_garibaldi", + "giuseppe_mazzini", + "giuseppe_melchiorre_sarto", + "giuseppe_sarto", + "giuseppe_verdi", + "give", + "give-and-go", + "give-and-take", + "giveaway", + "given", + "given_name", + "givenness", + "giver", + "giving", + "giving_birth", + "giving_medication", + "giving_up", + "giza", + "gizeh", + "gizmo", + "gizzard", + "gjellerup", + "glabella", + "glacial_boulder", + "glacial_epoch", + "glacial_period", + "glaciation", + "glacier", + "glacier_lily", + "glad", + "glad_hand", + "gladdon", + "gladdon_iris", + "glade", + "glade_fern", + "glade_mallow", + "gladfulness", + "gladiator", + "gladiola", + "gladiolus", + "gladness", + "gladsomeness", + "gladstone", + "gladstone_bag", + "gladys_smith", + "glamor", + "glamorisation", + "glamorization", + "glamour", + "glamourisation", + "glamourization", + "glance", + "gland", + "gland_disease", + "glanders", + "glandulae_cervicales_uteri", + "glandulae_sebaceae", + "glandular_cancer", + "glandular_carcinoma", + "glandular_disease", + "glandular_disorder", + "glandular_fever", + "glandular_labrador_tea", + "glandular_plague", + "glans", + "glans_clitoridis", + "glans_penis", + "glare", + "glareola", + "glareole", + "glareolidae", + "glaser", + "glasgow", + "glasnost", + "glass", + "glass-cutter", + "glass_ceiling", + "glass_cutter", + "glass_eye", + "glass_fiber", + "glass_fibre", + "glass_lizard", + "glass_snake", + "glass_sponge", + "glass_wool", + "glassblower", + "glasses", + "glasses_case", + "glassful", + "glasshouse", + "glassmaker", + "glassware", + "glasswork", + "glassworker", + "glassworks", + "glasswort", + "glaswegian", + "glauber's_salt", + "glauber's_salts", + "glaucium", + "glaucium_flavum", + "glaucoma", + "glaucomys", + "glaucomys_sabrinus", + "glaucomys_volans", + "glauconite", + "glaucous_bristlegrass", + "glaux", + "glaux_maritima", + "glaze", + "glazer", + "glazier", + "gleam", + "gleaming", + "gleaner", + "gleba", + "glebe", + "glebe_house", + "glechoma", + "glechoma_hederaceae", + "gleditsia", + "gleditsia_aquatica", + "gleditsia_triacanthos", + "glee", + "glee_club", + "gleefulness", + "gleet", + "gleichenia", + "gleichenia_flabellata", + "gleicheniaceae", + "glen", + "glen_canyon_dam", + "glen_gebhard", + "glenda_jackson", + "glendower", + "glengarry", + "glenn", + "glenn_curtiss", + "glenn_hammond_curtiss", + "glenn_miller", + "glenn_t._seaborg", + "glenn_theodore_seaborg", + "glenoid_cavity", + "glenoid_fossa", + "glia", + "glial_cell", + "glibness", + "glide", + "glide_path", + "glide_slope", + "glider", + "gliding", + "gliding_bacteria", + "gliding_joint", + "glimmer", + "glimmering", + "glimpse", + "glinka", + "glint", + "glioblastoma", + "glioma", + "glipizide", + "gliricidia", + "gliridae", + "glis", + "glis_glis", + "glissade", + "glissando", + "glisten", + "glister", + "glitch", + "glitter", + "glitz", + "gloam", + "gloaming", + "gloat", + "gloating", + "glob", + "global_aphasia", + "global_climate_change", + "global_organization", + "global_positioning_system", + "global_warming", + "globalisation", + "globalization", + "globe", + "globe_amaranth", + "globe_artichoke", + "globe_flower", + "globe_lily", + "globe_mallow", + "globe_pepper", + "globe_thistle", + "globefish", + "globeflower", + "globetrotter", + "globicephala", + "globicephala_melaena", + "globigerina", + "globigerinidae", + "globin", + "globosity", + "globular_pearlite", + "globularness", + "globule", + "globulin", + "globus_pallidus", + "glochid", + "glochidium", + "glockenspiel", + "glogg", + "glomerular_capsule", + "glomerule", + "glomerulonephritis", + "glomerulus", + "gloom", + "gloominess", + "gloomy_dean", + "gloomy_gus", + "glop", + "gloria_may_josephine_svensson", + "gloria_steinem", + "gloria_swanson", + "glorification", + "gloriole", + "gloriosa", + "gloriosa_superba", + "glorious_revolution", + "glory", + "glory_fern", + "glory_hole", + "glory_lily", + "glory_pea", + "gloss", + "glossa", + "glossalgia", + "glossarist", + "glossary", + "glossina", + "glossiness", + "glossinidae", + "glossitis", + "glossodia", + "glossodynia", + "glossodynia_exfoliativa", + "glossolalia", + "glossopharyngeal_nerve", + "glossopsitta", + "glossopsitta_versicolor", + "glossoptosis", + "glossy", + "glossy_snake", + "glottal_catch", + "glottal_plosive", + "glottal_stop", + "glottis", + "glottis_spuria", + "glottis_vera", + "glottochronology", + "gloucester", + "gloucestershire", + "glove", + "glove_anesthesia", + "glove_compartment", + "glove_doll", + "glove_leather", + "glove_puppet", + "glow", + "glow_lamp", + "glow_tube", + "glower", + "glowing", + "glowworm", + "gloxinia", + "gloxinia_perennis", + "gloxinia_spesiosa", + "glucagon", + "glucinium", + "gluck", + "glucocorticoid", + "glucophage", + "glucosamine", + "glucose", + "glucose_tolerance_test", + "glucoside", + "glucosuria", + "glucotrol", + "glue", + "glueyness", + "gluiness", + "glume", + "glumness", + "gluon", + "glut", + "glutamate", + "glutamic_acid", + "glutamic_oxalacetic_transaminase", + "glutamic_oxaloacetic_transaminase", + "glutamine", + "glutaminic_acid", + "glutathione_peroxidase", + "glute", + "gluteal_artery", + "gluteal_muscle", + "gluteal_vein", + "glutelin", + "gluten", + "gluten-free_diet", + "gluten_bread", + "glutethimide", + "gluteus", + "gluteus_maximus", + "gluteus_medius", + "gluteus_minimus", + "gluteus_muscle", + "glutinosity", + "glutinousness", + "glutton", + "gluttony", + "glyburide", + "glyceraldehyde", + "glyceria", + "glyceria_grandis", + "glyceric_acid", + "glyceric_aldehyde", + "glyceride", + "glycerin", + "glycerin_jelly", + "glycerinated_gelatin", + "glycerine", + "glycerite", + "glycerogel", + "glycerogelatin", + "glycerol", + "glycerol_trimargarate", + "glycerol_tripalmitate", + "glycerol_tristearate", + "glycerole", + "glyceryl", + "glyceryl_ester", + "glyceryl_trinitrate", + "glycine", + "glycine_max", + "glycogen", + "glycogenesis", + "glycol", + "glycolic_acid", + "glycollic_acid", + "glycolysis", + "glycoprotein", + "glycoside", + "glycosuria", + "glycyrrhiza", + "glycyrrhiza_glabra", + "glycyrrhiza_lepidota", + "glyoxaline", + "glyph", + "glyptic_art", + "glyptics", + "glyptography", + "gm", + "gmt", + "gnaeus_julius_agricola", + "gnaeus_pompeius_magnus", + "gnaphalium", + "gnaphalium_sylvaticum", + "gnarl", + "gnat", + "gnatcatcher", + "gnathion", + "gnathostomata", + "gnathostome", + "gnawer", + "gnawing_mammal", + "gneiss", + "gnetaceae", + "gnetales", + "gnetophyta", + "gnetophytina", + "gnetopsida", + "gnetum", + "gnetum_gnemon", + "gnocchi", + "gnome", + "gnomon", + "gnosis", + "gnostic", + "gnosticism", + "gnp", + "gnu", + "gnu_goat", + "go", + "go-ahead", + "go-around", + "go-between", + "go-cart", + "go-getter", + "go-kart", + "go-slow", + "go_board", + "go_fish", + "go_game", + "goa", + "goa_bean", + "goa_bean_vine", + "goa_powder", + "goad", + "goading", + "goal", + "goal-kick", + "goal_line", + "goalie", + "goalkeeper", + "goalmouth", + "goalpost", + "goaltender", + "goat", + "goat's_foot", + "goat's_rue", + "goat_antelope", + "goat_cheese", + "goat_god", + "goat_grass", + "goat_herder", + "goat_rue", + "goat_willow", + "goatee", + "goatfish", + "goatherd", + "goats'_milk", + "goatsbeard", + "goatsfoot", + "goatskin", + "goatsucker", + "gob", + "gobbet", + "gobble", + "gobbledygook", + "gobbler", + "gobi", + "gobi_desert", + "gobiesocidae", + "gobiesox", + "gobiesox_strumosus", + "gobiidae", + "gobio", + "gobio_gobio", + "goblet", + "goblet_cell", + "goblin", + "gobs", + "goby", + "god", + "god's_acre", + "god's_will", + "god's_wisdom", + "god_almighty", + "god_of_war", + "god_tree", + "godard", + "godchild", + "goddard", + "goddaughter", + "goddess", + "godel", + "godfather", + "godhead", + "godiva", + "godlessness", + "godliness", + "godmother", + "godown", + "godparent", + "godsend", + "godson", + "godspeed", + "godunov", + "godwin_austen", + "godwit", + "goebbels", + "goer", + "goering", + "goeteborg", + "goethals", + "goethe", + "goethite", + "gofer", + "goffer", + "goffering_iron", + "gog_and_magog", + "goggle-eye", + "goggle_box", + "goggles", + "gogh", + "gogol", + "goidelic", + "going", + "going-out-of-business_sale", + "going-over", + "going_ashore", + "going_away", + "going_to_jerusalem", + "going_under", + "goiter", + "goitre", + "goitrogen", + "golan", + "golan_heights", + "golconda", + "gold", + "gold-beater", + "gold-crowned_kinglet", + "gold-tail_moth", + "gold-worker", + "gold_braid", + "gold_coast", + "gold_digger", + "gold_dust", + "gold_fern", + "gold_fever", + "gold_foil", + "gold_leaf", + "gold_medal", + "gold_mine", + "gold_miner", + "gold_of_pleasure", + "gold_panner", + "gold_plate", + "gold_rush", + "gold_standard", + "golda_meir", + "goldbeater", + "goldberg", + "goldbrick", + "goldbricking", + "goldcrest", + "goldcup", + "golden-beard_penstemon", + "golden-crested_kinglet", + "golden-eyed_fly", + "golden_age", + "golden_ager", + "golden_algae", + "golden_aster", + "golden_barrel_cactus", + "golden_boy", + "golden_buttons", + "golden_calf", + "golden_calla", + "golden_chain", + "golden_chinkapin", + "golden_clematis", + "golden_club", + "golden_crown_beard", + "golden_crownbeard", + "golden_cup", + "golden_delicious", + "golden_eagle", + "golden_everlasting", + "golden_fairy_lantern", + "golden_fern", + "golden_fig", + "golden_fleece", + "golden_gate", + "golden_gate_bridge", + "golden_glow", + "golden_gram", + "golden_groundsel", + "golden_hamster", + "golden_handshake", + "golden_heather", + "golden_honey_plant", + "golden_horde", + "golden_ironweed", + "golden_larch", + "golden_maidenhair", + "golden_marguerite", + "golden_mean", + "golden_mole", + "golden_oak_mushroom", + "golden_oldie", + "golden_oriole", + "golden_parachute", + "golden_pea", + "golden_pheasant", + "golden_pholiota", + "golden_plover", + "golden_polypody", + "golden_pothos", + "golden_potto", + "golden_ragwort", + "golden_rain", + "golden_retriever", + "golden_rule", + "golden_saxifrage", + "golden_seal", + "golden_section", + "golden_shiner", + "golden_shower_tree", + "golden_spleen", + "golden_star", + "golden_stars", + "golden_state", + "golden_syrup", + "golden_thistle", + "golden_thread", + "golden_trumpet", + "golden_warbler", + "golden_wattle", + "golden_wedding_anniversary", + "golden_willow", + "golden_wonder_millet", + "golden_yarrow", + "golden_years", + "goldenbush", + "goldeneye", + "goldenrod", + "goldenseal", + "goldfield", + "goldfields", + "goldfinch", + "goldfish", + "goldfish_bowl", + "goldie's_fern", + "goldie's_shield_fern", + "goldie's_wood_fern", + "goldilocks", + "goldilocks_aster", + "golding", + "goldman", + "goldmark", + "goldmine", + "goldoni", + "goldsboro", + "goldsmith", + "goldstone", + "goldthread", + "goldworker", + "goldwyn", + "golem", + "golf", + "golf-club", + "golf-club_head", + "golf_bag", + "golf_ball", + "golf_caddie", + "golf_cap", + "golf_cart", + "golf_club", + "golf_course", + "golf_equipment", + "golf_game", + "golf_glove", + "golf_hole", + "golf_lesson", + "golf_links", + "golf_player", + "golf_pro", + "golf_range", + "golf_shot", + "golf_stroke", + "golf_tee", + "golf_widow", + "golfcart", + "golfer", + "golfing", + "golfo_de_campeche", + "golfo_de_mexico", + "golgi", + "golgi's_cell", + "golgi_apparatus", + "golgi_body", + "golgi_cell", + "golgi_complex", + "golgotha", + "goliard", + "goliath", + "goliath_frog", + "golliwog", + "golliwogg", + "golosh", + "goma", + "gombrowicz", + "gomel", + "gomorrah", + "gomorrha", + "gompers", + "gomphothere", + "gomphotheriidae", + "gomphotherium", + "gomphrena", + "gomphrena_globosa", + "gomuti", + "gomuti_palm", + "gonad", + "gonadotrophic_hormone", + "gonadotrophin", + "gonadotropic_hormone", + "gonadotropin", + "goncalo_alves", + "goncourt", + "gond", + "gondang_wax", + "gondi", + "gondola", + "gondola_car", + "gondolier", + "gondoliere", + "gondwanaland", + "goner", + "gong", + "gong_buoy", + "gongora", + "gongorism", + "gongorist", + "gonif", + "goniff", + "goniometer", + "gonion", + "goniopteris", + "gonioscopy", + "gonne", + "gonococcus", + "gonorhynchidae", + "gonorhynchus", + "gonorhynchus_gonorhynchus", + "gonorrhea", + "gonorrhoea", + "goo", + "goober", + "goober_pea", + "good", + "good-by", + "good-bye", + "good-for-naught", + "good-for-nothing", + "good-humoredness", + "good-humouredness", + "good-king-henry", + "good-naturedness", + "good-neighborliness", + "good-neighbourliness", + "good-temperedness", + "good_afternoon", + "good_authority", + "good_book", + "good_continuation", + "good_day", + "good_deal", + "good_egg", + "good_example", + "good_faith", + "good_form", + "good_fortune", + "good_friday", + "good_guy", + "good_health", + "good_humor", + "good_humour", + "good_looks", + "good_luck", + "good_luck_charm", + "good_manners", + "good_morning", + "good_nature", + "good_night", + "good_ol'_boy", + "good_old_boy", + "good_old_days", + "good_ole_boy", + "good_part", + "good_person", + "good_samaritan", + "good_sense", + "good_shepherd", + "good_speller", + "good_spirit", + "good_story", + "good_temper", + "good_time", + "good_turn", + "good_weather", + "good_will", + "good_word", + "goodall", + "goodby", + "goodbye", + "goodenia", + "goodenia_family", + "goodeniaceae", + "goodman", + "goodness", + "goodwill", + "goody", + "goody-goody", + "goodyear", + "goodyera", + "goof", + "goof-off", + "goofball", + "goofing_off", + "goofy", + "google", + "googly", + "googol", + "googolplex", + "gook", + "goon", + "gooney", + "gooney_bird", + "goonie", + "goony", + "goop", + "goora_nut", + "goosander", + "goose", + "goose-tansy", + "goose_barnacle", + "goose_bump", + "goose_down", + "goose_egg", + "goose_grass", + "goose_grease", + "goose_liver", + "goose_pimple", + "goose_plum", + "goose_skin", + "goose_step", + "gooseberry", + "gooseberry_bush", + "gooseberry_family", + "goosebump", + "goosefish", + "gooseflesh", + "goosefoot", + "goosefoot_family", + "goosefoot_maple", + "gooseneck", + "gooseneck_barnacle", + "gooseneck_loosestrife", + "gop", + "gopher", + "gopher_hole", + "gopher_snake", + "gopher_state", + "gopher_tortoise", + "gopher_turtle", + "gopherus", + "gopherus_agassizii", + "gopherus_polypemus", + "gopherwood", + "goral", + "gorbachev", + "gordian_knot", + "gordie_howe", + "gordimer", + "gordius", + "gordon_howe", + "gordon_setter", + "gore", + "gore_vidal", + "gorgas", + "gorge", + "gorger", + "gorgerin", + "gorget", + "gorgon", + "gorgonacea", + "gorgoniacea", + "gorgonian", + "gorgonian_coral", + "gorgonocephalus", + "gorgonzola", + "gorilla", + "gorilla_gorilla", + "gorilla_gorilla_beringei", + "gorilla_gorilla_gorilla", + "gorilla_gorilla_grauri", + "goring", + "gorki", + "gorkiy", + "gorky", + "gorse", + "gosainthan", + "gosan-chiku", + "goshawk", + "gosling", + "gosmore", + "gospel", + "gospel_according_to_john", + "gospel_according_to_luke", + "gospel_according_to_mark", + "gospel_according_to_matthew", + "gospel_of_luke", + "gospel_singing", + "gospel_truth", + "gospeler", + "gospeller", + "gospels", + "gossamer", + "gossip", + "gossip_columnist", + "gossiper", + "gossiping", + "gossipmonger", + "gossipmongering", + "gossypium", + "gossypium_arboreum", + "gossypium_barbadense", + "gossypium_herbaceum", + "gossypium_hirsutum", + "gossypium_peruvianum", + "gossypium_thurberi", + "gota_canal", + "goteborg", + "goth", + "gothenburg", + "gothic", + "gothic_arch", + "gothic_architecture", + "gothic_romance", + "gothic_romancer", + "gothite", + "gotterdammerung", + "gottfried_wilhelm_leibnitz", + "gottfried_wilhelm_leibniz", + "gotthold_ephraim_lessing", + "gottlieb_daimler", + "gouache", + "gouda", + "gouda_cheese", + "goudy", + "gouge", + "gouger", + "goujon", + "goulash", + "gould", + "gounod", + "gourd", + "gourd_family", + "gourd_vine", + "gourde", + "gourmand", + "gourmandism", + "gourmandizer", + "gourmet", + "gout", + "gouty_arthritis", + "gouverneur_morris", + "governador_valadares", + "governance", + "governed", + "governess", + "governing", + "governing_board", + "governing_body", + "government", + "government-in-exile", + "government_accounting_office", + "government_activity", + "government_agency", + "government_agent", + "government_bond", + "government_building", + "government_department", + "government_income", + "government_issue", + "government_man", + "government_minister", + "government_note", + "government_office", + "government_officials", + "government_printing_office", + "government_revenue", + "government_security", + "governor", + "governor's_plum", + "governor's_race", + "governor_general", + "governor_plum", + "governorship", + "gowen_cypress", + "gown", + "goy", + "goya", + "goya_y_lucientes", + "gp", + "gp_bomb", + "gpa", + "gpo", + "gps", + "graafian_follicle", + "grab", + "grab_bag", + "grab_bar", + "grab_sample", + "grabber", + "grace", + "grace_cup", + "grace_ethel_cecile_rosalie_allen", + "grace_kelly", + "grace_note", + "grace_of_god", + "grace_patricia_kelly", + "gracefulness", + "gracelessness", + "gracie", + "gracie_allen", + "gracilariid", + "gracilariid_moth", + "gracilariidae", + "gracility", + "gracillariidae", + "graciousness", + "grackle", + "gracula", + "gracula_religiosa", + "grad", + "grad_school", + "grad_student", + "gradable_opposition", + "gradation", + "grade", + "grade_crossing", + "grade_insignia", + "grade_point", + "grade_point_average", + "grade_school", + "grade_separation", + "grader", + "gradient", + "grading", + "gradual", + "graduality", + "gradualness", + "graduate", + "graduate_nurse", + "graduate_school", + "graduate_student", + "graduated_cylinder", + "graduated_table", + "graduated_tax", + "graduating_class", + "graduation", + "graduation_exercise", + "graeco-roman_deity", + "graecophile", + "graf", + "graf_zeppelin", + "graffiti", + "graffito", + "graft", + "grafting", + "graham", + "graham_bread", + "graham_cracker", + "graham_flour", + "graham_greene", + "grahame", + "grail", + "grain", + "grain_alcohol", + "grain_field", + "grain_merchant", + "grain_moth", + "grain_sorghum", + "grainfield", + "grainger", + "graininess", + "graining", + "grains_of_paradise", + "grainy_club", + "grainy_club_mushrooms", + "gram", + "gram's_method", + "gram's_procedure", + "gram's_solution", + "gram's_stain", + "gram-atomic_weight", + "gram_atom", + "gram_calorie", + "gram_method", + "gram_molecule", + "gram_stain", + "grama", + "grama_grass", + "gramicidin", + "graminaceae", + "graminaceous_plant", + "graminales", + "gramineae", + "gramineous_plant", + "gramma", + "gramma_grass", + "grammar", + "grammar_school", + "grammarian", + "grammatical_case", + "grammatical_category", + "grammatical_constituent", + "grammatical_construction", + "grammatical_gender", + "grammatical_meaning", + "grammatical_relation", + "grammatical_rule", + "grammatolatry", + "grammatophyllum", + "gramme", + "gramophone", + "gramps", + "grampus", + "grampus_griseus", + "gran", + "gran_casa", + "gran_santiago", + "granada", + "granadilla", + "granadilla_tree", + "granadilla_wood", + "granadillo", + "granary", + "grand", + "grand_canal", + "grand_canyon", + "grand_canyon_national_park", + "grand_canyon_state", + "grand_circle", + "grand_dragon", + "grand_duchess", + "grand_duchy", + "grand_duchy_of_luxembourg", + "grand_duke", + "grand_fir", + "grand_guignol", + "grand_inquisitor", + "grand_island", + "grand_jury", + "grand_lama", + "grand_larceny", + "grand_mal", + "grand_mal_epilepsy", + "grand_marnier", + "grand_mufti", + "grand_national", + "grand_opera", + "grand_piano", + "grand_prix", + "grand_rapids", + "grand_river", + "grand_slam", + "grand_teton", + "grand_teton_national_park", + "grand_theft", + "grand_total", + "grand_tour", + "grand_turk", + "grandad", + "grandaunt", + "grandchild", + "granddad", + "granddaddy", + "granddaughter", + "grande_dame", + "grandee", + "grandeur", + "grandfather", + "grandfather_clause", + "grandfather_clock", + "grandiloquence", + "grandiosity", + "grandma", + "grandma_moses", + "grandmaster", + "grandmother", + "grandnephew", + "grandness", + "grandniece", + "grandpa", + "grandparent", + "grandson", + "grandstand", + "grandstander", + "granduncle", + "grange", + "granger", + "granicus", + "granite", + "granite_state", + "granite_stater", + "graniteware", + "grannie", + "granny", + "granny's_bonnets", + "granny_knot", + "granny_smith", + "granola", + "granola_bar", + "grant", + "grant-in-aid", + "grant_wood", + "grantee", + "granter", + "granth", + "granth_sahib", + "granting_immunity", + "grantor", + "grantor_trust", + "granular_pearlite", + "granularity", + "granulated_sugar", + "granulation", + "granulation_tissue", + "granule", + "granulocyte", + "granulocytic_leukemia", + "granulocytopenia", + "granuloma", + "granuloma_inguinale", + "granuloma_venereum", + "granville-barker", + "granville_stanley_hall", + "granville_wilt", + "grape", + "grape-leaf_begonia", + "grape_arbor", + "grape_arbour", + "grape_fern", + "grape_hyacinth", + "grape_jelly", + "grape_juice", + "grape_louse", + "grape_phylloxera", + "grape_sugar", + "grape_vine", + "grapefruit", + "grapefruit_juice", + "grapefruit_peel", + "grapeshot", + "grapevine", + "grapevine_family", + "graph", + "graph_paper", + "grapheme", + "graphic", + "graphic_art", + "graphic_artist", + "graphic_design", + "graphic_designer", + "graphic_symbol", + "graphic_tellurium", + "graphical_record", + "graphical_user_interface", + "graphics", + "graphite", + "graphologist", + "graphology", + "graphospasm", + "grapnel", + "grapnel_anchor", + "grapo", + "grappa", + "grappelli", + "grapple", + "grappler", + "grappling", + "grappling_hook", + "grappling_iron", + "graptophyllum", + "graptophyllum_pictum", + "grasp", + "grasping", + "grass", + "grass-leaved_golden_aster", + "grass-of-parnassus", + "grass_bacillus", + "grass_family", + "grass_fern", + "grass_finch", + "grass_frog", + "grass_parakeet", + "grass_pea", + "grass_pink", + "grass_poly", + "grass_roots", + "grass_skirt", + "grass_snake", + "grass_tree", + "grass_tree_family", + "grass_vetch", + "grass_vetchling", + "grass_widow", + "grass_widower", + "grass_wrack", + "grassfinch", + "grassfire", + "grasshopper", + "grasshopper_mouse", + "grassland", + "grassy_death_camas", + "grate", + "grated_cheese", + "gratefulness", + "grater", + "graticule", + "gratification", + "grating", + "gratitude", + "gratuity", + "grave", + "grave_accent", + "grave_mound", + "gravedigger", + "gravel", + "gravel_pit", + "gravelweed", + "graven_image", + "graveness", + "graver", + "graverobber", + "graves", + "graves'_disease", + "gravestone", + "graveyard", + "graveyard_shift", + "graveyard_watch", + "gravida", + "gravida_i", + "gravida_ii", + "gravida_iii", + "gravidation", + "gravidity", + "gravidness", + "gravimeter", + "gravimetric_analysis", + "gravimetry", + "graving_dock", + "graving_tool", + "gravitas", + "gravitation", + "gravitation_wave", + "gravitational_attraction", + "gravitational_collapse", + "gravitational_constant", + "gravitational_field", + "gravitational_force", + "gravitational_interaction", + "gravitational_mass", + "gravitational_theory", + "graviton", + "gravity", + "gravity-assist", + "gravity_bomb", + "gravity_fault", + "gravity_gradient", + "gravity_meter", + "gravity_wave", + "gravure", + "gravy", + "gravy_boat", + "gravy_holder", + "gravy_train", + "gray", + "gray_alder", + "gray_area", + "gray_birch", + "gray_catbird", + "gray_flounder", + "gray_fox", + "gray_goldenrod", + "gray_hen", + "gray_jay", + "gray_kingbird", + "gray_lemming", + "gray_market", + "gray_matter", + "gray_mullet", + "gray_partridge", + "gray_polypody", + "gray_poplar", + "gray_sage", + "gray_sea_eagle", + "gray_skate", + "gray_snapper", + "gray_sole", + "gray_substance", + "gray_whale", + "gray_willow", + "gray_wolf", + "grayback", + "graybeard", + "grayhen", + "grayish_brown", + "graylag", + "graylag_goose", + "grayness", + "graz", + "graze", + "grazier", + "grazing", + "grazing_fire", + "grazing_land", + "grease", + "grease-gun", + "grease_monkey", + "greaseball", + "greasepaint", + "greaseproof_paper", + "greaser", + "greasewood", + "greasiness", + "greasy_spoon", + "great", + "great-aunt", + "great-leaved_macrophylla", + "great-nephew", + "great-niece", + "great-uncle", + "great_adductor_muscle", + "great_anteater", + "great_ape", + "great_arabian_desert", + "great_attractor", + "great_auk", + "great_australian_bight", + "great_australian_desert", + "great_barracuda", + "great_barrier_reef", + "great_bear", + "great_black-backed_gull", + "great_blue_heron", + "great_blue_shark", + "great_bowerbird", + "great_britain", + "great_burdock", + "great_bustard", + "great_care", + "great_cerebral_vein", + "great_circle", + "great_commoner", + "great_crested_grebe", + "great_dane", + "great_deal", + "great_depression", + "great_divide", + "great_dividing_range", + "great_dog", + "great_duckweed", + "great_elector", + "great_falls", + "great_grandchild", + "great_granddaughter", + "great_grandfather", + "great_grandmother", + "great_grandparent", + "great_grandson", + "great_gray_owl", + "great_grey_kangaroo", + "great_grey_owl", + "great_gross", + "great_hall", + "great_horned_owl", + "great_hundred", + "great_indian_desert", + "great_knapweed", + "great_lakes", + "great_lakes_state", + "great_lobelia", + "great_maple", + "great_mendenhall_glacier", + "great_millet", + "great_mother", + "great_mullein", + "great_plains", + "great_plains_of_north_america", + "great_plains_paintbrush", + "great_power", + "great_proletarian_cultural_revolution", + "great_pyramid", + "great_pyrenees", + "great_ragweed", + "great_revolt", + "great_rift_valley", + "great_russian", + "great_salt_desert", + "great_salt_lake", + "great_sandy_desert", + "great_saphenous_vein", + "great_schism", + "great_seal", + "great_seal_of_the_united_states", + "great_skua", + "great_slave_lake", + "great_smoky_mountains", + "great_smoky_mountains_national_park", + "great_snipe", + "great_solomon's-seal", + "great_st_john's_wort", + "great_toe", + "great_victoria_desert", + "great_wall", + "great_wall_of_china", + "great_war", + "great_white_heron", + "great_white_hope", + "great_white_shark", + "great_white_way", + "great_year", + "great_yellow_gentian", + "great_yellowcress", + "greatcoat", + "greater_antilles", + "greater_burdock", + "greater_butterfly_orchid", + "greater_celandine", + "greater_knapweed", + "greater_kudu", + "greater_london", + "greater_masterwort", + "greater_new_orleans_bridge", + "greater_new_york", + "greater_omentum", + "greater_pectoral_muscle", + "greater_peritoneal_sac", + "greater_pichiciego", + "greater_prairie_chicken", + "greater_rhomboid_muscle", + "greater_scaup", + "greater_spearwort", + "greater_stitchwort", + "greater_sunda_islands", + "greater_swiss_mountain_dog", + "greater_water_parsnip", + "greater_whitethroat", + "greater_yellowlegs", + "greatest_common_divisor", + "greatest_common_factor", + "greatness", + "greave", + "greaves", + "grebe", + "grecian", + "greco", + "greco-roman_architecture", + "greco-roman_deity", + "greco-roman_wrestling", + "greece", + "greed", + "greediness", + "greegree", + "greek", + "greek_alphabet", + "greek_architecture", + "greek_capital", + "greek_catholic", + "greek_chorus", + "greek_church", + "greek_clover", + "greek_cross", + "greek_deity", + "greek_drachma", + "greek_fire", + "greek_fret", + "greek_key", + "greek_mode", + "greek_monetary_unit", + "greek_mythology", + "greek_orthodox_church", + "greek_partridge", + "greek_valerian", + "greeley", + "green", + "green-blindness", + "green-eyed_monster", + "green-tailed_towhee", + "green-winged_teal", + "green_adder's_mouth", + "green_alder", + "green_algae", + "green_apple_aphid", + "green_arrow_arum", + "green_ash", + "green_bay", + "green_bean", + "green_beret", + "green_bristlegrass", + "green_broom", + "green_card", + "green_corn", + "green_dinosaur", + "green_douglas_fir", + "green_dragon", + "green_fingers", + "green_foxtail", + "green_fringed_orchis", + "green_frog", + "green_gentian", + "green_gland", + "green_goddess", + "green_gold", + "green_goods", + "green_gram", + "green_groceries", + "green_hellebore", + "green_june_beetle", + "green_lacewing", + "green_lead_ore", + "green_light", + "green_line", + "green_lizard", + "green_mamba", + "green_manure", + "green_market", + "green_mayonnaise", + "green_monkey", + "green_monkey_disease", + "green_mountain_state", + "green_mountains", + "green_mushroom_pimple", + "green_olive", + "green_onion", + "green_paper", + "green_party", + "green_pea", + "green_pea_soup", + "green_peach_aphid", + "green_peafowl", + "green_pepper", + "green_plover", + "green_revolution", + "green_river", + "green_salad", + "green_smut", + "green_smut_fungus", + "green_snake", + "green_soap", + "green_soybean", + "green_spleenwort", + "green_tea", + "green_thumb", + "green_turtle", + "green_turtle_soup", + "green_woodpecker", + "greenback", + "greenback_party", + "greenbelt", + "greenberg", + "greenbottle", + "greenbottle_fly", + "greenbrier", + "greene", + "greenery", + "greeneye", + "greenfly", + "greengage", + "greengage_plum", + "greengrocer", + "greengrocery", + "greenhood", + "greenhorn", + "greenhouse", + "greenhouse_effect", + "greenhouse_emission", + "greenhouse_gas", + "greenhouse_warming", + "greenhouse_whitefly", + "greening", + "greenish_blue", + "greenish_yellow", + "greenishness", + "greenland", + "greenland_caribou", + "greenland_sea", + "greenland_spar", + "greenland_whale", + "greenling", + "greenmail", + "greenmarket", + "greenness", + "greenockite", + "greenpeace", + "greenroom", + "greens", + "greensand", + "greensboro", + "greenshank", + "greensickness", + "greenskeeper", + "greenstick_fracture", + "greensward", + "greenville", + "greenway", + "greenweed", + "greenwich", + "greenwich_mean_time", + "greenwich_meridian", + "greenwich_time", + "greenwich_village", + "greenwing", + "greenwood", + "greeter", + "greeting", + "greeting_card", + "greg_norman", + "gregarine", + "gregarinida", + "gregariousness", + "gregor_mendel", + "gregorian_calendar", + "gregorian_calendar_month", + "gregorian_chant", + "gregorian_mode", + "gregorian_telescope", + "gregory", + "gregory_goodwin_pincus", + "gregory_i", + "gregory_john_norman", + "gregory_nazianzen", + "gregory_of_nazianzen", + "gregory_pincus", + "gregory_the_great", + "gregory_vii", + "gregory_xii", + "gregory_xiii", + "gregory_xvi", + "greisen", + "gremlin", + "grenada", + "grenada_dollar", + "grenade", + "grenade_thrower", + "grenadian", + "grenadier", + "grenadine", + "grenoble", + "gres-gris", + "gresham", + "gresham's_law", + "greta_garbo", + "greta_louisa_gustafsson", + "gretzky", + "grevillea", + "grevillea_banksii", + "grevillea_robusta", + "grevillea_striata", + "grevillela_parallela", + "grevy's_zebra", + "grewia", + "grewia_asiatica", + "grey", + "grey-leaf_pine", + "grey_alder", + "grey_area", + "grey_birch", + "grey_catbird", + "grey_flounder", + "grey_fox", + "grey_friar", + "grey_goldenrod", + "grey_hen", + "grey_jay", + "grey_kingbird", + "grey_lemming", + "grey_market", + "grey_matter", + "grey_mullet", + "grey_partridge", + "grey_polypody", + "grey_poplar", + "grey_sage", + "grey_sea_eagle", + "grey_skate", + "grey_snapper", + "grey_sole", + "grey_substance", + "grey_whale", + "grey_willow", + "grey_wolf", + "greyback", + "greybeard", + "greyhen", + "greyhound", + "greyhound_racing", + "greyish_brown", + "greylag", + "greylag_goose", + "greyness", + "gri-gri", + "grias", + "grias_cauliflora", + "grid", + "grid_metal", + "griddle", + "griddlecake", + "gridiron", + "gridiron-tailed_lizard", + "gridlock", + "grief", + "grieg", + "grievance", + "griever", + "grievous_bodily_harm", + "griffin", + "griffith", + "griffon", + "griffon_vulture", + "grifola_frondosa", + "grifter", + "grigori_aleksandrovich_potemkin", + "grigori_efimovich_rasputin", + "grigori_potemkin", + "grigori_potyokin", + "grigri", + "grill", + "grille", + "grilling", + "grillroom", + "grillwork", + "grim_reaper", + "grimace", + "grime", + "grimes'_golden", + "griminess", + "grimm", + "grimm's_law", + "grimness", + "grimoire", + "grin", + "grind", + "grind_organ", + "grindelia", + "grindelia_robusta", + "grindelia_squarrosa", + "grinder", + "grinding", + "grinding_wheel", + "grindle", + "grindstone", + "gringo", + "grinner", + "grinning", + "griot", + "grip", + "gripe", + "gripes", + "griping", + "grippe", + "gripsack", + "gris", + "grisaille", + "griselinia", + "griselinia_littoralis", + "griselinia_lucida", + "griseofulvin", + "grison", + "grison_vittatus", + "grissino", + "grist", + "gristle", + "gristmill", + "grit", + "gritrock", + "grits", + "gritstone", + "grivet", + "grizzle", + "grizzly", + "grizzly_bear", + "groan", + "groaner", + "groat", + "groats", + "grocer", + "grocery", + "grocery_bag", + "grocery_boy", + "grocery_list", + "grocery_store", + "groenendael", + "groenlandia", + "grog", + "grogginess", + "grogram", + "groin", + "groined_vault", + "grommet", + "gromwell", + "gromyko", + "gronland", + "groom", + "groom-to-be", + "grooming", + "groomsman", + "groove", + "groover", + "grooving", + "grope", + "gropius", + "gros_point", + "gros_ventre", + "grosbeak", + "groschen", + "grosgrain", + "gross", + "gross_anatomy", + "gross_domestic_product", + "gross_estate", + "gross_margin", + "gross_national_product", + "gross_profit", + "gross_profit_margin", + "gross_revenue", + "gross_sales", + "gross_ton", + "grossbeak", + "grossness", + "grossulariaceae", + "grosz", + "grot", + "grotesque", + "grotesqueness", + "grotesquerie", + "grotesquery", + "grotius", + "grotto", + "grouch", + "groucho", + "ground", + "ground-berry", + "ground-controlled_approach", + "ground-effect_machine", + "ground-emplaced_mine", + "ground-service_crew", + "ground-shaker", + "ground_almond", + "ground_attack", + "ground_bait", + "ground_ball", + "ground_bass", + "ground_beef", + "ground_beetle", + "ground_cable", + "ground_cedar", + "ground_cherry", + "ground_cloth", + "ground_control", + "ground_cover", + "ground_crew", + "ground_effect", + "ground_fir", + "ground_fire", + "ground_floor", + "ground_forces", + "ground_glass", + "ground_ivy", + "ground_level", + "ground_loop", + "ground_noise", + "ground_pine", + "ground_pink", + "ground_plan", + "ground_rattler", + "ground_rent", + "ground_roller", + "ground_rose", + "ground_rule", + "ground_sloth", + "ground_snake", + "ground_squirrel", + "ground_state", + "ground_stroke", + "ground_substance", + "ground_swell", + "ground_tackle", + "ground_water", + "ground_wave", + "ground_zero", + "groundball", + "groundberry", + "groundbreaker", + "groundbreaking", + "groundbreaking_ceremony", + "groundcover", + "grounder", + "groundfish", + "groundhog", + "groundhog_day", + "grounding", + "groundkeeper", + "groundlessness", + "groundling", + "groundmass", + "groundnut", + "groundnut_oil", + "groundnut_vine", + "grounds", + "groundsel", + "groundsel_bush", + "groundsel_tree", + "groundsheet", + "groundskeeper", + "groundsman", + "groundspeed", + "groundwater_level", + "groundwork", + "group", + "group_a", + "group_ab", + "group_action", + "group_amentiferae", + "group_b", + "group_captain", + "group_centrospermae", + "group_discussion", + "group_dynamics", + "group_insurance", + "group_meeting", + "group_o", + "group_participation", + "group_practice", + "group_psychotherapy", + "group_pteridospermae", + "group_pteridospermaphyta", + "group_theory", + "group_therapy", + "grouper", + "groupie", + "grouping", + "groupthink", + "groupware", + "grouse", + "grouse-berry", + "grouse_whortleberry", + "grouseberry", + "grout", + "grove", + "groveler", + "groveller", + "grover_cleveland", + "groves", + "grower", + "growing", + "growing_pains", + "growing_season", + "growl", + "growler", + "growling", + "grownup", + "growth", + "growth-onset_diabetes", + "growth_factor", + "growth_hormone", + "growth_hormone-releasing_factor", + "growth_industry", + "growth_rate", + "growth_regulator", + "growth_ring", + "growth_stock", + "groyne", + "grozny", + "groznyy", + "grub", + "grub_street", + "grubbiness", + "grubby", + "grubstake", + "grudge", + "gruel", + "gruesomeness", + "gruffness", + "grugru", + "grugru_nut", + "grugru_palm", + "gruidae", + "gruiformes", + "grumble", + "grumbler", + "grumbling", + "grume", + "grummet", + "grump", + "grumpiness", + "grundyism", + "grunge", + "grunt", + "grunter", + "grus", + "grus_americana", + "gruyere", + "gryllidae", + "gryphon", + "gsa", + "gspc", + "gsr", + "gu", + "guacamole", + "guacharo", + "guadalajara", + "guadalcanal", + "guadalupe_cypress", + "guadalupe_fur_seal", + "guadalupe_island", + "guadalupe_mountains", + "guadalupe_mountains_national_park", + "guadeloupe", + "guaiac", + "guaiac_wood", + "guaiacum", + "guaiacum_officinale", + "guaiacum_sanctum", + "guaiacum_wood", + "guaira", + "guaira_falls", + "guallatiri", + "guam", + "guama", + "guan", + "guanabana", + "guanabenz", + "guanaco", + "guangdong", + "guangdong_province", + "guangzhou", + "guanine", + "guano", + "guano_bat", + "guanosine", + "guantanamo", + "guantanamo_bay", + "guar", + "guar_gum", + "guarani", + "guarantee", + "guarantor", + "guaranty", + "guard", + "guard's_van", + "guard_boat", + "guard_dog", + "guard_duty", + "guard_hair", + "guard_of_honor", + "guard_ship", + "guardhouse", + "guardian", + "guardian_angel", + "guardian_spirit", + "guardianship", + "guardrail", + "guardroom", + "guardsman", + "guarneri", + "guarnerius", + "guarnieri", + "guatemala", + "guatemala_city", + "guatemalan", + "guatemalan_monetary_unit", + "guava", + "guava_bush", + "guayaquil", + "guayule", + "gubbins", + "guck", + "gudgeon", + "gudgeon_pin", + "guelder_rose", + "guenevere", + "guenon", + "guenon_monkey", + "guerdon", + "guereza", + "gueridon", + "guerilla", + "guerilla_force", + "guernsey", + "guernsey_elm", + "guerrilla", + "guerrilla_force", + "guerrilla_theater", + "guess", + "guesser", + "guessing", + "guessing_game", + "guesstimate", + "guesswork", + "guest", + "guest_night", + "guest_of_honor", + "guest_worker", + "guesthouse", + "guestimate", + "guestroom", + "guestworker", + "guevara", + "guevina", + "guevina_avellana", + "guevina_heterophylla", + "guff", + "guffaw", + "guggenheim", + "guglielmo_marconi", + "gui", + "guiana", + "guiana_highlands", + "guib", + "guibert_of_ravenna", + "guidance", + "guidance_device", + "guidance_system", + "guide", + "guide_dog", + "guide_fossil", + "guide_rope", + "guide_word", + "guidebook", + "guided_bomb_unit-28", + "guided_missile", + "guided_missile_cruiser", + "guided_missile_destroyer", + "guided_missile_frigate", + "guideline", + "guidepost", + "guideword", + "guiding_light", + "guild", + "guild_socialism", + "guilder", + "guildhall", + "guile", + "guillain-barre_syndrome", + "guillaume_apollinaire", + "guillaume_de_grimoard", + "guillemot", + "guilloche", + "guillotine", + "guilt", + "guilt_by_association", + "guilt_feelings", + "guilt_pang", + "guilt_trip", + "guiltiness", + "guiltlessness", + "guilty_conscience", + "guimpe", + "guine-bissau", + "guinea", + "guinea-bissau", + "guinea-bissau_monetary_unit", + "guinea-bissau_peso", + "guinea-hen_flower", + "guinea_corn", + "guinea_flower", + "guinea_fowl", + "guinea_gold", + "guinea_gold_vine", + "guinea_grains", + "guinea_hen", + "guinea_pepper", + "guinea_pig", + "guinea_worm", + "guinea_worm_disease", + "guinean", + "guinean_franc", + "guinean_monetary_unit", + "guinevere", + "guinness", + "guise", + "guiseppe_fortunino_francesco_verdi", + "guiseppe_guarneri", + "guitar", + "guitar_pick", + "guitar_player", + "guitarfish", + "guitarist", + "gujarat", + "gujarati", + "gujerat", + "gujerati", + "gula", + "gulag", + "gulch", + "gulden", + "gulf", + "gulf_coast", + "gulf_of_aden", + "gulf_of_aegina", + "gulf_of_akaba", + "gulf_of_alaska", + "gulf_of_antalya", + "gulf_of_aqaba", + "gulf_of_bothnia", + "gulf_of_california", + "gulf_of_campeche", + "gulf_of_carpentaria", + "gulf_of_corinth", + "gulf_of_finland", + "gulf_of_guinea", + "gulf_of_lepanto", + "gulf_of_martaban", + "gulf_of_mexico", + "gulf_of_ob", + "gulf_of_oman", + "gulf_of_riga", + "gulf_of_saint_lawrence", + "gulf_of_siam", + "gulf_of_sidra", + "gulf_of_st._lawrence", + "gulf_of_suez", + "gulf_of_tehuantepec", + "gulf_of_thailand", + "gulf_of_venice", + "gulf_states", + "gulf_stream", + "gulf_war", + "gulf_war_syndrome", + "gulfweed", + "gull", + "gullet", + "gullibility", + "gulliver", + "gully", + "gulo", + "gulo_gulo", + "gulo_luscus", + "gulp", + "gulper", + "gulping", + "gulu", + "gulyas", + "gum", + "gum-lac", + "gum_acacia", + "gum_accroides", + "gum_albanum", + "gum_ammoniac", + "gum_anime", + "gum_arabic", + "gum_ball", + "gum_benjamin", + "gum_benzoin", + "gum_boot", + "gum_butea", + "gum_dammar", + "gum_elastic", + "gum_elemi", + "gum_eurphorbium", + "gum_kino", + "gum_labdanum", + "gum_myrrh", + "gum_olibanum", + "gum_plant", + "gum_resin", + "gum_ridge", + "gum_sangapenum", + "gum_terpentine", + "gum_tree", + "gumbo", + "gumbo-limbo", + "gumbo_soil", + "gumboil", + "gumdrop", + "gumma", + "gummed_label", + "gumminess", + "gumming", + "gummite", + "gummosis", + "gumption", + "gumshield", + "gumshoe", + "gumweed", + "gumwood", + "gun", + "gun-sight", + "gun_barrel", + "gun_carriage", + "gun_case", + "gun_chamber", + "gun_control", + "gun_deck", + "gun_dog", + "gun_emplacement", + "gun_enclosure", + "gun_for_hire", + "gun_moll", + "gun_muzzle", + "gun_pendulum", + "gun_rest", + "gun_room", + "gun_smoke", + "gun_trigger", + "gun_turret", + "gunboat", + "gunboat_diplomacy", + "guncotton", + "gunfight", + "gunfire", + "gunflint", + "gunite", + "gunk", + "gunlock", + "gunman", + "gunmetal", + "gunnar_myrdal", + "gunnel", + "gunner", + "gunnery", + "gunnery_sergeant", + "gunny", + "gunny_sack", + "gunnysack", + "gunplay", + "gunpoint", + "gunpowder", + "gunpowder_plot", + "gunrunner", + "gunrunning", + "gunshot", + "gunsight", + "gunslinger", + "gunsmith", + "gunstock", + "gunter's_chain", + "gunter_grass", + "gunter_wilhelm_grass", + "gunwale", + "guomindang", + "guppy", + "gur", + "gurgle", + "gurkha", + "gurnard", + "gurney", + "guru", + "guru_nanak", + "gush", + "gusher", + "gusset", + "gusset_plate", + "gust", + "gustation", + "gustatory_cell", + "gustatory_modality", + "gustatory_organ", + "gustatory_perception", + "gustatory_sensation", + "gustav_hertz", + "gustav_klimt", + "gustav_ludwig_hertz", + "gustav_mahler", + "gustav_robert_kirchhoff", + "gustav_theodor_fechner", + "gustave_courbet", + "gustave_flaubert", + "gustavus", + "gustavus_adolphus", + "gustavus_franklin_swift", + "gustavus_i", + "gustavus_ii", + "gustavus_iii", + "gustavus_iv", + "gustavus_v", + "gustavus_vi", + "gusto", + "gut", + "gut_issue", + "gutenberg", + "guthrie", + "gutierrezia", + "gutierrezia_microcephala", + "gutierrezia_sarothrae", + "gutierrezia_texana", + "gutlessness", + "guts", + "gutsiness", + "gutta-percha", + "gutta-percha_tree", + "gutta_balata", + "gutter", + "gutter_press", + "guttersnipe", + "guttiferae", + "guttiferales", + "guttural", + "guttural_consonant", + "guvnor", + "guy", + "guy_cable", + "guy_de_maupassant", + "guy_fawkes", + "guy_fawkes_day", + "guy_fawkes_night", + "guy_of_burgundy", + "guy_rope", + "guy_wire", + "guyana", + "guyana_dollar", + "guyanese", + "guyot", + "guzzler", + "guzzling", + "gwydion", + "gwyn", + "gwynn", + "gy", + "gym", + "gym_mat", + "gym_rat", + "gym_shoe", + "gym_suit", + "gymkhana", + "gymnadenia", + "gymnadenia_conopsea", + "gymnadenia_odoratissima", + "gymnadeniopsis", + "gymnasium", + "gymnast", + "gymnastic_apparatus", + "gymnastic_exercise", + "gymnastic_horse", + "gymnastics", + "gymnelis", + "gymnelis_viridis", + "gymnocalycium", + "gymnocarpium", + "gymnocarpium_dryopteris", + "gymnocarpium_robertianum", + "gymnocladus", + "gymnocladus_dioica", + "gymnogyps", + "gymnogyps_californianus", + "gymnomycota", + "gymnophiona", + "gymnopilus", + "gymnopilus_spectabilis", + "gymnopilus_validipes", + "gymnopilus_ventricosus", + "gymnorhina", + "gymnorhina_tibicen", + "gymnosophist", + "gymnosophy", + "gymnosperm", + "gymnosperm_family", + "gymnosperm_genus", + "gymnospermae", + "gymnospermophyta", + "gymnospermous_tree", + "gymnospermous_yellowwood", + "gymnosporangium", + "gymnosporangium_juniperi-virginianae", + "gymnura", + "gymslip", + "gynaecologist", + "gynaecology", + "gynaeolatry", + "gynandromorph", + "gynarchy", + "gynecocracy", + "gynecologist", + "gynecology", + "gynecomastia", + "gyneolatry", + "gynne", + "gynobase", + "gynoecium", + "gynogenesis", + "gynophobia", + "gynophore", + "gynostegium", + "gynura", + "gynura_aurantiaca", + "gyp", + "gypaetus", + "gypaetus_barbatus", + "gyps", + "gyps_fulvus", + "gypsophila", + "gypsophila_paniculata", + "gypsum", + "gypsum_board", + "gypsy", + "gypsy_cab", + "gypsy_dancing", + "gypsy_moth", + "gypsy_rose_lee", + "gypsyweed", + "gypsywort", + "gyration", + "gyre", + "gyrfalcon", + "gyrinidae", + "gyro", + "gyro_horizon", + "gyrocompass", + "gyromitra", + "gyromitra_brunnea", + "gyromitra_californica", + "gyromitra_esculenta", + "gyromitra_fastigiata", + "gyromitra_gigas", + "gyromitra_infula", + "gyromitra_sphaerospora", + "gyroplane", + "gyroscope", + "gyrostabiliser", + "gyrostabilizer", + "gyrus", + "gyrus_cinguli", + "gywn", + "h", + "h-bomb", + "h._g._wells", + "h._h._munro", + "h._j._eysenck", + "h._l._mencken", + "h._pylori", + "h.m.s._bounty", + "h.p.", + "h2o", + "ha", + "ha'p'orth", + "ha'penny", + "ha-ha", + "haart", + "haastia", + "haastia_pulvinaris", + "habacuc", + "habakkuk", + "habanera", + "habeas_corpus", + "habenaria", + "habenaria_albiflora", + "habenaria_bifolia", + "habenaria_chlorantha", + "habenaria_dilatata", + "habenaria_elegans", + "habenaria_fimbriata", + "habenaria_greenei", + "habenaria_hookeri", + "habenaria_lacera", + "habenaria_leucophaea", + "habenaria_nivea", + "habenaria_orbiculata", + "habenaria_peramoena", + "habenaria_psycodes", + "habenaria_unalascensis", + "haber", + "haber-bosch_process", + "haber_process", + "haberdasher", + "haberdashery", + "haberdashery_store", + "habergeon", + "habiliment", + "habit", + "habitability", + "habitableness", + "habitant", + "habitat", + "habitation", + "habitual_abortion", + "habitual_criminal", + "habituation", + "habitude", + "habitue", + "habitus", + "hablot_knight_browne", + "habsburg", + "hacek", + "hachiman", + "hachure", + "hacienda", + "hack", + "hack-driver", + "hack_driver", + "hack_saw", + "hack_writer", + "hackamore", + "hackberry", + "hackbut", + "hackee", + "hackelia", + "hacker", + "hackle", + "hackles", + "hackmatack", + "hackney", + "hackney_carriage", + "hackney_coach", + "hacksaw", + "hackwork", + "had_crime", + "haddock", + "hadean", + "hadean_aeon", + "hadean_eon", + "hadean_time", + "hades", + "hadith", + "hadj", + "hadji", + "hadrian", + "hadrian's_wall", + "hadron", + "hadrosaur", + "hadrosauridae", + "hadrosaurus", + "haecceity", + "haeckel", + "haem", + "haemagglutination", + "haemal_arch", + "haemangioma", + "haemanthus", + "haemanthus_coccineus", + "haematemesis", + "haematinic", + "haematite", + "haematobia", + "haematobia_irritans", + "haematocele", + "haematochezia", + "haematocoele", + "haematocolpometra", + "haematocolpos", + "haematocrit", + "haematocytopenia", + "haematocyturia", + "haematogenesis", + "haematohiston", + "haematoidin", + "haematologist", + "haematology", + "haematolysis", + "haematoma", + "haematopodidae", + "haematopoiesis", + "haematopus", + "haematoxylon", + "haematoxylum", + "haematoxylum_campechianum", + "haematuria", + "haemitin", + "haemodialysis", + "haemodoraceae", + "haemodorum", + "haemogenesis", + "haemoglobin", + "haemoglobinemia", + "haemoglobinopathy", + "haemoglobinuria", + "haemolysin", + "haemolysis", + "haemolytic_anaemia", + "haemophile", + "haemophilia", + "haemophilia_a", + "haemophilia_b", + "haemophiliac", + "haemopis", + "haemopoiesis", + "haemoproteid", + "haemoproteidae", + "haemoprotein", + "haemoproteus", + "haemoptysis", + "haemorrhage", + "haemorrhagic_fever", + "haemorrhagic_stroke", + "haemorrhoid", + "haemorrhoidectomy", + "haemosiderin", + "haemosiderosis", + "haemosporidia", + "haemosporidian", + "haemostasia", + "haemostasis", + "haemostat", + "haemothorax", + "haemulidae", + "haemulon", + "haemulon_album", + "haemulon_aurolineatum", + "haemulon_macrostomum", + "haemulon_malanurum", + "haemulon_parra", + "hafnium", + "haft", + "haftarah", + "haftorah", + "hag", + "hagada", + "haganah", + "hagberry", + "hagberry_tree", + "hagbut", + "hageman_factor", + "hagerstown", + "hagfish", + "haggada", + "haggadah", + "haggai", + "haggard", + "haggis", + "haggle", + "haggler", + "haggling", + "hagia_sofia", + "hagia_sophia", + "hagiographa", + "hagiographer", + "hagiographist", + "hagiography", + "hagiolatry", + "hagiologist", + "hagiology", + "hahn", + "hahnium", + "haick", + "haida", + "haifa", + "haik", + "haiku", + "hail", + "hail_mary", + "haile_selassie", + "hailstone", + "hailstorm", + "haiphong", + "hair", + "hair's-breadth", + "hair-raiser", + "hair-tailed_mole", + "hair_ball", + "hair_care", + "hair_cell", + "hair_coloring", + "hair_curler", + "hair_drier", + "hair_dryer", + "hair_dye", + "hair_follicle", + "hair_gel", + "hair_grass", + "hair_grease", + "hair_mousse", + "hair_of_the_dog", + "hair_oil", + "hair_seal", + "hair_shirt", + "hair_slide", + "hair_space", + "hair_spray", + "hair_stroke", + "hair_style", + "hair_tonic", + "hair_trigger", + "hairball", + "hairbrush", + "haircare", + "haircloth", + "haircut", + "hairdo", + "hairdresser", + "hairdressing", + "hairgrip", + "hairiness", + "hairlessness", + "hairline", + "hairline_fracture", + "hairnet", + "hairpiece", + "hairpin", + "hairpin_bend", + "hairsbreadth", + "hairsplitter", + "hairsplitting", + "hairspring", + "hairstreak", + "hairstreak_butterfly", + "hairstyle", + "hairstylist", + "hairtail", + "hairweaving", + "hairy-legged_vampire_bat", + "hairy_darling_pea", + "hairy_finger_grass", + "hairy_golden_aster", + "hairy_honeysuckle", + "hairy_lip_fern", + "hairy_root", + "hairy_spurge", + "hairy_tare", + "hairy_tongue", + "hairy_vetch", + "hairy_willowherb", + "hairy_wood_mint", + "haiti", + "haitian", + "haitian_capital", + "haitian_centime", + "haitian_creole", + "haitian_monetary_unit", + "haj", + "haji", + "hajj", + "hajji", + "hake", + "hakea", + "hakea_laurina", + "hakea_leucoptera", + "hakea_lissosperma", + "hakeem", + "hakenkreuz", + "hakham", + "hakim", + "hakka", + "hakka_dialect", + "halab", + "halacha", + "halaka", + "halakah", + "halal", + "halberd", + "halberdier", + "halchidhoma", + "halcion", + "halcyon", + "haldane", + "haldea", + "haldea_striatula", + "haldol", + "hale", + "haleakala_national_park", + "haleness", + "halenia", + "haler", + "halesia", + "halesia_carolina", + "halesia_tetraptera", + "halevy", + "haley", + "half", + "half-and-half", + "half-and-half_dressing", + "half-breed", + "half-brother", + "half-caste", + "half-century", + "half-cock", + "half-free_morel", + "half-holiday", + "half-hour", + "half-intensity", + "half-length", + "half-life", + "half-light", + "half-mast", + "half-moon", + "half-pay", + "half-pint", + "half-relief", + "half-sister", + "half-slip", + "half-staff", + "half-term", + "half-truth", + "half-wit", + "half_a_dozen", + "half_binding", + "half_blood", + "half_boot", + "half_brother", + "half_cross_stitch", + "half_crown", + "half_dollar", + "half_door", + "half_eagle", + "half_gainer", + "half_hatchet", + "half_hitch", + "half_life", + "half_mask", + "half_mile", + "half_nelson", + "half_note", + "half_page", + "half_pound", + "half_rest", + "half_sister", + "half_snipe", + "half_sole", + "half_step", + "half_title", + "half_track", + "half_volley", + "halfback", + "halfbeak", + "halfpenny", + "halfpennyworth", + "halftime", + "halftone", + "halftone_engraving", + "haliaeetus", + "haliaeetus_leucocephalus", + "haliaeetus_leucorhyphus", + "haliaeetus_pelagicus", + "haliatus_albicilla", + "halibut", + "halibut-liver_oil", + "halicarnassus", + "halicoeres", + "halicoeres_bivittatus", + "halicoeres_radiatus", + "halictidae", + "halide", + "halifax", + "halimodendron", + "halimodendron_argenteum", + "halimodendron_halodendron", + "haliotidae", + "haliotis", + "haliotis_tuberculata", + "halite", + "halitosis", + "halitus", + "hall", + "hall's_honeysuckle", + "hall_of_fame", + "hall_of_residence", + "hall_pass", + "hall_porter", + "hallah", + "halle", + "halle-an-der-saale", + "hallel", + "hallelujah", + "halley", + "halliard", + "hallmark", + "halloo", + "hallowe'en", + "halloween", + "hallowmas", + "hallowmass", + "hallstand", + "hallucination", + "hallucinogen", + "hallucinogenic_drug", + "hallucinosis", + "hallux", + "hallway", + "halm", + "halma", + "halo", + "halo_blight", + "halo_spot", + "haloalkane", + "halobacter", + "halobacteria", + "halobacterium", + "halocarbon", + "halocarpus", + "halocarpus_bidwilli", + "haloform", + "halogen", + "halogeton", + "halogeton_glomeratus", + "halogeton_souda", + "halon", + "haloperidol", + "halophil", + "halophile", + "halophyte", + "haloragaceae", + "haloragidaceae", + "halothane", + "hals", + "halt", + "halter", + "haltere", + "halyard", + "ham", + "ham_actor", + "ham_and_eggs", + "ham_hock", + "ham_sandwich", + "hamadryad", + "hamamelid_dicot_family", + "hamamelid_dicot_genus", + "hamamelidaceae", + "hamamelidae", + "hamamelidanthum", + "hamamelidoxylon", + "hamamelis", + "hamamelis_vernalis", + "hamamelis_virginiana", + "hamamelites", + "haman", + "hamartia", + "hamartoma", + "hamas", + "hamate", + "hamate_bone", + "hamburg", + "hamburg_parsley", + "hamburger", + "hamburger_bun", + "hamburger_roll", + "hamburger_steak", + "hame", + "hamelia", + "hamelia_erecta", + "hamelia_patens", + "hamelin", + "hameln", + "hamilton", + "haminoea", + "hamitic", + "hamitic_language", + "hamito-semitic", + "hamlet", + "hammarskjold", + "hammer", + "hammer_and_sickle", + "hammer_nose", + "hammer_throw", + "hammerhead", + "hammerhead_shark", + "hammering", + "hammerlock", + "hammerstein", + "hammertoe", + "hammett", + "hamming", + "hammock", + "hammond_organ", + "hammurabi", + "hammurapi", + "hamper", + "hampshire", + "hampshire_down", + "hampton", + "hampton_roads", + "hamster", + "hamstring", + "hamstring_tendon", + "hamsun", + "han", + "han-gook", + "han_dynasty", + "hancock", + "hand", + "hand-held_computer", + "hand-held_microcomputer", + "hand-me-down", + "hand-schuller-christian_disease", + "hand-to-hand_struggle", + "hand_ax", + "hand_axe", + "hand_blower", + "hand_brake", + "hand_calculator", + "hand_cheese", + "hand_clapping", + "hand_cream", + "hand_drill", + "hand_fern", + "hand_glass", + "hand_grenade", + "hand_job", + "hand_line", + "hand_lotion", + "hand_luggage", + "hand_mirror", + "hand_mower", + "hand_organ", + "hand_pump", + "hand_puppet", + "hand_saw", + "hand_shovel", + "hand_throttle", + "hand_tool", + "hand_towel", + "hand_truck", + "hand_wear", + "handbag", + "handball", + "handball_court", + "handbarrow", + "handbasin", + "handbasket", + "handbell", + "handbill", + "handbook", + "handbow", + "handbreadth", + "handcar", + "handcart", + "handclap", + "handclasp", + "handcraft", + "handcuff", + "handedness", + "handel", + "handful", + "handgrip", + "handgun", + "handheld_drill", + "handhold", + "handicap", + "handicapped", + "handicapped_person", + "handicapper", + "handicraft", + "handies_peak", + "handiness", + "handing_over", + "handiwork", + "handkerchief", + "handle", + "handle-bars", + "handlebar", + "handler", + "handline", + "handling", + "handling_charge", + "handling_cost", + "handlock", + "handloom", + "handmaid", + "handmaiden", + "handoff", + "handout", + "handover", + "handrail", + "handrest", + "hands", + "handsaw", + "handsaw_fish", + "handsbreadth", + "handset", + "handshake", + "handshaking", + "handsomeness", + "handspike", + "handspring", + "handstamp", + "handstand", + "handwear", + "handwheel", + "handwork", + "handwriting", + "handwriting_expert", + "handy", + "handyman", + "hang", + "hang-up", + "hang_glider", + "hang_gliding", + "hangar", + "hangar_queen", + "hangbird", + "hangchow", + "hanger", + "hanger-on", + "hanging", + "hanging_chad", + "hanging_fly", + "hanging_gardens_of_babylon", + "hanging_geranium", + "hanging_wall", + "hangman", + "hangman's_halter", + "hangman's_rope", + "hangnail", + "hangout", + "hangover", + "hangzhou", + "hangzhou_bay", + "hani", + "hank", + "hank_aaron", + "hank_panky", + "hank_williams", + "hankering", + "hankey", + "hankie", + "hanks", + "hanky", + "hanky_panky", + "hannah_arendt", + "hannibal", + "hannover", + "hannukah", + "hanoi", + "hanover", + "hanoverian", + "hanoverian_line", + "hans_adolf_krebs", + "hans_albrecht_bethe", + "hans_arp", + "hans_bethe", + "hans_c._j._gram", + "hans_christian_andersen", + "hans_christian_oersted", + "hans_conrad_julius_reiter", + "hans_eysenck", + "hans_fischer", + "hans_geiger", + "hans_holbein", + "hans_jurgen_eysenck", + "hans_zinsser", + "hansard", + "hanseatic_league", + "hansen's_disease", + "hansom", + "hansom_cab", + "hanukah", + "hanukkah", + "hanuman", + "hao", + "haoma", + "hap", + "hapax_legomenon", + "haphazardness", + "haphtarah", + "haphtorah", + "haploid", + "haploidy", + "haplopappus", + "haplopappus_acaulis", + "haplopappus_phyllocephalus", + "haplopappus_spinulosus", + "haplosporidia", + "haplosporidian", + "haplotype", + "happening", + "happenstance", + "happiness", + "happy_chance", + "happy_event", + "happy_hour", + "hapsburg", + "haptic_sensation", + "haptoglobin", + "hara-kiri", + "harakat_al-jihad_al-islami_al-filastini", + "harakat_ul-jihad-i-islami", + "harakiri", + "harangue", + "haranguer", + "harare", + "harasser", + "harassing_fire", + "harassment", + "harbinger", + "harbor", + "harbor_patrol", + "harbor_porpoise", + "harbor_seal", + "harborage", + "harbour", + "harbourage", + "hard-boiled_egg", + "hard-cooked_egg", + "hard-on", + "hard-shell_clam", + "hard-shell_crab", + "hard-skinned_puffball", + "hard_beech", + "hard_candy", + "hard_cash", + "hard_cheese", + "hard_cider", + "hard_clam", + "hard_coal", + "hard_copy", + "hard_core", + "hard_currency", + "hard_disc", + "hard_disk", + "hard_drink", + "hard_drive", + "hard_drug", + "hard_fern", + "hard_hat", + "hard_knocks", + "hard_lead", + "hard_line", + "hard_liquor", + "hard_news", + "hard_palate", + "hard_right", + "hard_roe", + "hard_roll", + "hard_rubber", + "hard_rush", + "hard_sauce", + "hard_sell", + "hard_shoulder", + "hard_solder", + "hard_steel", + "hard_tick", + "hard_time", + "hard_times", + "hard_water", + "hard_wheat", + "hard_worker", + "hardback", + "hardbake", + "hardball", + "hardboard", + "hardcover", + "hardenbergia", + "hardenbergia_comnptoniana", + "hardening", + "hardening_of_the_arteries", + "hardheads", + "hardheartedness", + "hardihood", + "hardiness", + "harding", + "harding_grass", + "hardinggrass", + "hardliner", + "hardness", + "hardpan", + "hardship", + "hardstem_bulrush", + "hardstemmed_bulrush", + "hardtack", + "hardtop", + "hardware", + "hardware_error", + "hardware_store", + "hardwareman", + "hardwood", + "hardy", + "hare", + "hare's-foot_bristle_fern", + "hare's-foot_fern", + "hare_and_hounds", + "hare_krishna", + "hare_wallaby", + "harebell", + "haredi", + "hareem", + "harefoot", + "harelip", + "harem", + "hargeisa", + "hargreaves", + "haricot", + "haricot_vert", + "haricots_verts", + "harijan", + "harikari", + "harkat-ul-jihad-e-islami", + "harkat-ul-mujahidin", + "harkat_ul-ansar", + "harkat_ul-mujahedeen", + "harlan_f._stone", + "harlan_fisk_stone", + "harlan_fiske_stone", + "harlan_stone", + "harlean_carpenter", + "harlem", + "harlem_renaissance", + "harlem_river", + "harlequin", + "harlequin-snake", + "harlequin_opal", + "harlequinade", + "harley_granville-barker", + "harley_street", + "harlot", + "harlotry", + "harlow", + "harlow_shapley", + "harm", + "harmattan", + "harmfulness", + "harmonic", + "harmonic_analysis", + "harmonic_law", + "harmonic_mean", + "harmonic_motion", + "harmonic_progression", + "harmonica", + "harmonics", + "harmoniousness", + "harmonisation", + "harmoniser", + "harmonium", + "harmonization", + "harmonizer", + "harmony", + "harmsworth", + "harness", + "harness_horse", + "harness_race", + "harness_racing", + "harnessed_antelope", + "harold_clayton_lloyd", + "harold_clayton_urey", + "harold_harefoot", + "harold_hart_crane", + "harold_hirschsprung", + "harold_i", + "harold_ii", + "harold_kroto", + "harold_lloyd", + "harold_nicolson", + "harold_pinter", + "harold_urey", + "harold_w._kroto", + "harp", + "harp_seal", + "harper", + "harper's_ferry", + "harpers_ferry", + "harpia", + "harpia_harpyja", + "harpist", + "harpo", + "harpoon", + "harpoon_gun", + "harpoon_line", + "harpoon_log", + "harpooneer", + "harpooner", + "harpsichord", + "harpsichordist", + "harpulla", + "harpullia", + "harpullia_cupanioides", + "harpullia_pendula", + "harpy", + "harpy_bat", + "harpy_eagle", + "harquebus", + "harridan", + "harrier", + "harrier_eagle", + "harriet_beecher_stowe", + "harriet_elizabeth_beecher_stowe", + "harriet_tubman", + "harriet_wilson", + "harriman", + "harris", + "harris_tweed", + "harrisburg", + "harrisia", + "harrison", + "harrod", + "harrow", + "harry_bridges", + "harry_f._klinefelter", + "harry_fitch_kleinfelter", + "harry_hotspur", + "harry_houdini", + "harry_lauder", + "harry_lillis_crosby", + "harry_s_truman", + "harry_sinclair_lewis", + "harry_stack_sullivan", + "harry_truman", + "harshness", + "hart", + "hart's-tongue", + "hart's-tongue_fern", + "hart_crane", + "harte", + "hartebeest", + "hartford", + "hartford_fern", + "hartley", + "harum-scarum", + "harvard", + "harvard_university", + "harvery_williams_cushing", + "harvest", + "harvest-lice", + "harvest_fly", + "harvest_home", + "harvest_mite", + "harvest_moon", + "harvest_mouse", + "harvest_time", + "harvester", + "harvestfish", + "harvesting", + "harvestman", + "harvey", + "harvey_cushing", + "harvey_wallbanger", + "has-been", + "haschisch", + "hasdrubal", + "hasek", + "hash", + "hash_head", + "hash_house", + "hash_mark", + "hasheesh", + "hashemite_kingdom_of_jordan", + "hashimoto's_disease", + "hashish", + "hashmark", + "hasid", + "hasidim", + "hasidism", + "haslet", + "hasp", + "hassam", + "hassel", + "hassid", + "hassidim", + "hassidism", + "hassium", + "hassle", + "hassock", + "hastate_leaf", + "haste", + "hastinapura", + "hastiness", + "hastings", + "hasty_defence", + "hasty_defense", + "hasty_pudding", + "hat", + "hat_shop", + "hat_trick", + "hatband", + "hatbox", + "hatch", + "hatchback", + "hatchback_door", + "hatcheck_girl", + "hatchel", + "hatchery", + "hatchet", + "hatchet_job", + "hatchet_man", + "hatching", + "hatchling", + "hatchway", + "hate", + "hate_mail", + "hatefulness", + "hatemonger", + "hater", + "hatful", + "hatha_yoga", + "hathaway", + "hatiora", + "hatiora_gaertneri", + "hatmaker", + "hatpin", + "hatrack", + "hatred", + "hatter", + "hatteras_island", + "hattiesburg", + "hauberk", + "haughtiness", + "haul", + "haulage", + "hauler", + "haulier", + "hauling", + "haulm", + "haunch", + "haunt", + "hausa", + "hausen", + "hausmannite", + "haussa", + "haustorium", + "hautbois", + "hautboy", + "haute-normandie", + "haute_couture", + "haute_cuisine", + "hauteur", + "havana", + "havasupai", + "have", + "have-not", + "havel", + "havelock", + "haven", + "haverhill_fever", + "haversack", + "haversian_canal", + "havoc", + "haw", + "haw-haw", + "hawai'i", + "hawaii", + "hawaii_island", + "hawaii_standard_time", + "hawaii_time", + "hawaii_volcanoes_national_park", + "hawaiian", + "hawaiian_capital", + "hawaiian_dancing", + "hawaiian_guitar", + "hawaiian_honeycreeper", + "hawaiian_islands", + "hawala", + "hawfinch", + "hawk", + "hawk's-beard", + "hawk's-beards", + "hawk_moth", + "hawk_nose", + "hawk_owl", + "hawkbill", + "hawkbit", + "hawker", + "hawkeye_state", + "hawking", + "hawkins", + "hawkishness", + "hawkmoth", + "hawksbill", + "hawksbill_turtle", + "hawkshaw", + "hawkweed", + "hawkyns", + "haworth", + "hawse", + "hawsehole", + "hawsepipe", + "hawser", + "hawser_bend", + "hawthorn", + "hawthorne", + "hay", + "hay-scented", + "hay-scented_fern", + "hay_bacillus", + "hay_bale", + "hay_conditioner", + "hay_fever", + "hayastan", + "haycock", + "haydn", + "hayek", + "hayes", + "hayfield", + "hayfork", + "haying", + "haying_time", + "hayloft", + "haym_salomon", + "haymaker", + "haymaking", + "haymow", + "hayrack", + "hayrick", + "hayrig", + "hays", + "hayseed", + "haystack", + "hayti", + "haywire", + "haywood", + "hazan", + "hazard", + "hazard_insurance", + "hazardia", + "hazardia_cana", + "hazardousness", + "haze", + "hazel", + "hazel_alder", + "hazel_mouse", + "hazel_tree", + "hazelnut", + "hazelnut_tree", + "hazelwood", + "haziness", + "hazlitt", + "hazmat", + "hb", + "hcfc", + "hcg", + "hdl", + "hdl_cholesterol", + "hdtv", + "he", + "he-goat", + "he-huckleberry", + "he-man", + "head", + "head-shrinker", + "head_ache", + "head_blight", + "head_cabbage", + "head_cabbage_plant", + "head_cold", + "head_count", + "head_covering", + "head_crash", + "head_game", + "head_gasket", + "head_gate", + "head_honcho", + "head_lettuce", + "head_lice", + "head_linesman", + "head_louse", + "head_nurse", + "head_of_hair", + "head_of_household", + "head_of_state", + "head_register", + "head_restraint", + "head_rhyme", + "head_sea", + "head_shop", + "head_smut", + "head_start", + "head_teacher", + "head_tone", + "head_trip", + "head_voice", + "head_word", + "headache", + "headache_powder", + "headband", + "headboard", + "headcheese", + "headcount", + "headcounter", + "headdress", + "header", + "headfast", + "headfish", + "headful", + "headgear", + "headhunter", + "heading", + "headlamp", + "headland", + "headlight", + "headline", + "headliner", + "headlinese", + "headlock", + "headman", + "headmaster", + "headmastership", + "headmistress", + "headmistressship", + "headphone", + "headpiece", + "headpin", + "headquarters", + "headquarters_staff", + "headrace", + "headrest", + "headroom", + "heads-up", + "headsail", + "headscarf", + "headset", + "headshake", + "headshaking", + "headship", + "headshot", + "headsman", + "headspace", + "headspring", + "headstall", + "headstand", + "headstock", + "headstone", + "headstream", + "headwaiter", + "headwater", + "headway", + "headwind", + "headword", + "heal_all", + "healer", + "healing", + "healing_herb", + "health", + "health_and_human_services", + "health_care", + "health_care_delivery", + "health_care_provider", + "health_check", + "health_club", + "health_code", + "health_facility", + "health_food", + "health_hazard", + "health_insurance", + "health_maintenance_organization", + "health_problem", + "health_profession", + "health_professional", + "health_spa", + "healthcare", + "healthcare_delivery", + "healthcare_facility", + "healthfulness", + "healthiness", + "heap", + "heaps", + "hearer", + "hearing", + "hearing_aid", + "hearing_disorder", + "hearing_dog", + "hearing_examiner", + "hearing_impairment", + "hearing_loss", + "hearing_officer", + "hearsay", + "hearsay_evidence", + "hearsay_rule", + "hearse", + "hearst", + "heart", + "heart-leaf", + "heart-leaved_aster", + "heart-lung_machine", + "heart-to-heart", + "heart_and_soul", + "heart_attack", + "heart_block", + "heart_cherry", + "heart_disease", + "heart_failure", + "heart_line", + "heart_massage", + "heart_monitor", + "heart_murmur", + "heart_muscle", + "heart_of_dixie", + "heart_pea", + "heart_rate", + "heart_rhythm", + "heart_specialist", + "heart_surgeon", + "heart_surgery", + "heart_urchin", + "heart_valve", + "heart_ventricle", + "heartache", + "heartbeat", + "heartbreak", + "heartbreaker", + "heartburn", + "heartburning", + "hearth", + "hearth_money", + "hearthrug", + "hearthstone", + "heartiness", + "heartland", + "heartleaf", + "heartleaf_arnica", + "heartleaf_manzanita", + "heartlessness", + "heartrot", + "hearts", + "heartsease", + "heartseed", + "heartsickness", + "heartstrings", + "heartthrob", + "heartwood", + "heat", + "heat-seeking_missile", + "heat_barrier", + "heat_content", + "heat_dissipation", + "heat_energy", + "heat_engine", + "heat_exchanger", + "heat_exhaustion", + "heat_flash", + "heat_hyperpyrexia", + "heat_lamp", + "heat_lightning", + "heat_of_condensation", + "heat_of_dissociation", + "heat_of_formation", + "heat_of_fusion", + "heat_of_solidification", + "heat_of_solution", + "heat_of_sublimation", + "heat_of_transformation", + "heat_of_vaporisation", + "heat_of_vaporization", + "heat_prostration", + "heat_pump", + "heat_rash", + "heat_ray", + "heat_shield", + "heat_sink", + "heat_unit", + "heat_wave", + "heater", + "heath", + "heath_aster", + "heath_family", + "heath_hen", + "heath_pea", + "heath_violet", + "heathen", + "heathenism", + "heather", + "heather_bell", + "heather_mixture", + "heathfowl", + "heathland", + "heating", + "heating_element", + "heating_oil", + "heating_pad", + "heating_plant", + "heating_system", + "heatstroke", + "heaume", + "heave", + "heaven", + "heavenly_body", + "heavenly_city", + "heavenly_jewel", + "heavens", + "heaver", + "heaves", + "heavier-than-air_craft", + "heaviness", + "heaving", + "heaviside", + "heaviside_layer", + "heavy", + "heavy_cream", + "heavy_hitter", + "heavy_hydrogen", + "heavy_lifting", + "heavy_metal", + "heavy_metal_music", + "heavy_particle", + "heavy_spar", + "heavy_swell", + "heavy_water", + "heavy_weapon", + "heavy_whipping_cream", + "heavyheartedness", + "heavyweight", + "hebbel", + "hebdomad", + "hebe", + "hebei", + "hebei_province", + "hebephrenia", + "hebephrenic_schizophrenia", + "hebetude", + "hebraic_alphabet", + "hebraism", + "hebraist", + "hebrew", + "hebrew_alphabet", + "hebrew_calendar", + "hebrew_lesson", + "hebrew_script", + "hebrew_scripture", + "hebrews", + "hebridean_islands", + "hebridean_isles", + "hebrides", + "hecate", + "hecatomb", + "hecht", + "heckelphone", + "heckle", + "heckler", + "heckling", + "hectare", + "hectogram", + "hectograph", + "hectoliter", + "hectolitre", + "hectometer", + "hectometre", + "hector", + "hector_berlioz", + "hector_hevodidbon", + "hector_hugh_munro", + "hedeoma", + "hedeoma_oil", + "hedeoma_pulegioides", + "hedera", + "hedera_helix", + "hedge", + "hedge_bindweed", + "hedge_fund", + "hedge_garlic", + "hedge_maple", + "hedge_mustard", + "hedge_nettle", + "hedge_pink", + "hedge_sparrow", + "hedge_thorn", + "hedge_trimmer", + "hedge_violet", + "hedgefund", + "hedgehog", + "hedgehog_cactus", + "hedgehog_cereus", + "hedger", + "hedgerow", + "hedging", + "hediondilla", + "hedjaz", + "hedonism", + "hedonist", + "hedysarum", + "hedysarum_boreale", + "hedysarum_coronarium", + "hee-haw", + "heebie-jeebies", + "heed", + "heedfulness", + "heedlessness", + "heel", + "heel_counter", + "heelbone", + "hefa", + "heft", + "heftiness", + "hegari", + "hegel", + "hegelian", + "hegemon", + "hegemony", + "hegira", + "heidegger", + "heidelberg_man", + "heifer", + "height", + "heights", + "heilong", + "heilong_jiang", + "heimdal", + "heimdall", + "heimdallr", + "heimlich_maneuver", + "heimlich_manoeuvere", + "heinlein", + "heinousness", + "heinrich_boell", + "heinrich_engelhard_steinway", + "heinrich_hertz", + "heinrich_himmler", + "heinrich_rudolph_hertz", + "heinrich_schliemann", + "heinrich_theodor_boell", + "heinrich_von_kleist", + "heinz", + "heir", + "heir-at-law", + "heir_apparent", + "heir_presumptive", + "heiress", + "heirloom", + "heisenberg", + "heist", + "heitor_villa-lobos", + "hejaz", + "hejira", + "hel", + "hela", + "helen", + "helen_adams_keller", + "helen_hayes", + "helen_hunt_jackson", + "helen_keller", + "helen_laura_sumner_woodbury", + "helen_maria_fiske_hunt_jackson", + "helen_newington_wills", + "helen_of_troy", + "helen_porter_mitchell", + "helen_traubel", + "helen_wills", + "helen_wills_moody", + "helena", + "helenium", + "helenium_autumnale", + "helenium_hoopesii", + "helenium_puberulum", + "heleodytes", + "heliamphora", + "helianthemum", + "helianthemum_canadense", + "helianthemum_scoparium", + "helianthus", + "helianthus_angustifolius", + "helianthus_annuus", + "helianthus_giganteus", + "helianthus_laetiflorus", + "helianthus_maximilianii", + "helianthus_petiolaris", + "helianthus_tuberosus", + "helichrysum", + "helichrysum_bracteatum", + "helichrysum_secundiflorum", + "helicidae", + "helicon", + "helicopter", + "helicteres", + "helicteres_isora", + "heliobacter", + "heliobacter_pylori", + "heliocentric_parallax", + "heliogram", + "heliograph", + "heliogravure", + "heliolatry", + "heliometer", + "heliopause", + "heliophila", + "heliopsis", + "helios", + "heliosphere", + "heliotherapy", + "heliothis", + "heliothis_moth", + "heliothis_zia", + "heliotrope", + "heliotropism", + "heliotype", + "heliozoa", + "heliozoan", + "heliport", + "helipterum", + "helipterum_manglesii", + "helium", + "helium_group", + "helix", + "helix_angle", + "helix_aspersa", + "helix_hortensis", + "helix_pomatia", + "hell", + "hell's_half_acre", + "hell's_kitchen", + "hell-kite", + "hell-rooster", + "hell_dust", + "hell_on_earth", + "hell_raising", + "hell_to_pay", + "helladic_civilisation", + "helladic_civilization", + "helladic_culture", + "hellbender", + "hellcat", + "hellebore", + "helleborine", + "helleborus", + "helleborus_foetidus", + "helleborus_niger", + "helleborus_orientalis", + "helleborus_viridis", + "hellene", + "hellenic", + "hellenic_language", + "hellenic_republic", + "hellenism", + "heller", + "helleri", + "hellespont", + "hellfire", + "hellgrammiate", + "hellhole", + "hellhound", + "hellion", + "hellman", + "hello", + "helm", + "helmet", + "helmet_flower", + "helmet_orchid", + "helmetflower", + "helmholtz", + "helminth", + "helminthiasis", + "helminthic", + "helminthostachys", + "helminthostachys_zeylanica", + "helmsman", + "helmut_heinrich_waldemar_schmidt", + "helmut_schmidt", + "heloderma", + "heloderma_horridum", + "heloderma_suspectum", + "helodermatidae", + "heloise", + "helot", + "helotiaceae", + "helotiales", + "helotium", + "help", + "help_desk", + "helpdesk", + "helper", + "helper_cell", + "helper_t_cell", + "helpfulness", + "helping", + "helping_hand", + "helplessness", + "helpmate", + "helpmeet", + "helsingfors", + "helsinki", + "helve", + "helvella", + "helvella_acetabulum", + "helvella_crispa", + "helvella_sulcata", + "helvellaceae", + "helvetica", + "helwingia", + "helxine", + "helxine_soleirolia", + "hem", + "hemachatus", + "hemachatus_haemachatus", + "hemagglutination", + "hemal_arch", + "hemangioma", + "hemangioma_simplex", + "hematemesis", + "hematin", + "hematinic", + "hematite", + "hematocele", + "hematochezia", + "hematochrome", + "hematocoele", + "hematocolpometra", + "hematocolpos", + "hematocrit", + "hematocyst", + "hematocytopenia", + "hematocyturia", + "hematogenesis", + "hematohiston", + "hematoidin", + "hematologist", + "hematology", + "hematolysis", + "hematoma", + "hematopoeitic_stem_cell", + "hematopoiesis", + "hematuria", + "heme", + "hemeralopia", + "hemerobiid", + "hemerobiid_fly", + "hemerobiidae", + "hemerocallidaceae", + "hemerocallis", + "hemerocallis_flava", + "hemerocallis_lilio-asphodelus", + "hemiacetal", + "hemianopia", + "hemianopic_scotoma", + "hemianopsia", + "hemiascomycetes", + "hemicrania", + "hemicycle", + "hemidemisemiquaver", + "hemiepiphyte", + "hemigalus", + "hemigalus_hardwickii", + "hemigrammus", + "hemimetabola", + "hemimetabolism", + "hemimetaboly", + "hemimetamorphosis", + "hemimorphite", + "hemin", + "heming", + "hemingway", + "hemiparasite", + "hemiplegia", + "hemiplegic", + "hemipode", + "hemiprocnidae", + "hemiptera", + "hemipteran", + "hemipteron", + "hemipteronatus", + "hemipteronatus_novacula", + "hemipterous_insect", + "hemiramphidae", + "hemisphere", + "hemitripterus", + "hemitripterus_americanus", + "hemizygos_vein", + "hemizygous_vein", + "hemline", + "hemlock", + "hemlock_tree", + "hemlock_water_dropwort", + "hemming-stitch", + "hemminge", + "hemochromatosis", + "hemodialysis", + "hemodialyzer", + "hemodynamics", + "hemofil", + "hemogenesis", + "hemoglobin", + "hemoglobinemia", + "hemoglobinopathy", + "hemoglobinuria", + "hemolysin", + "hemolysis", + "hemolytic_anemia", + "hemophile", + "hemophilia", + "hemophilia_a", + "hemophilia_b", + "hemophiliac", + "hemopoiesis", + "hemoprotein", + "hemoptysis", + "hemorrhage", + "hemorrhagic_cyst", + "hemorrhagic_fever", + "hemorrhagic_septicemia", + "hemorrhagic_stroke", + "hemorrhoid", + "hemorrhoidal_vein", + "hemorrhoidectomy", + "hemosiderin", + "hemosiderosis", + "hemostasia", + "hemostasis", + "hemostat", + "hemothorax", + "hemp", + "hemp_agrimony", + "hemp_family", + "hemp_nettle", + "hemp_willow", + "hempen_necktie", + "hemstitch", + "hemstitching", + "hen", + "hen-of-the-woods", + "hen_harrier", + "hen_hawk", + "hen_of_the_woods", + "hen_party", + "hen_yard", + "henbane", + "henbit", + "henchman", + "hencoop", + "hendiadys", + "hendrik_antoon_lorentz", + "hendrik_frensch_verwoerd", + "hendrik_petrus_berlage", + "hendrik_verwoerd", + "hendrix", + "henhouse", + "henna", + "henri_becquerel", + "henri_bergson", + "henri_clemens_van_de_velde", + "henri_emile_benoit_matisse", + "henri_labrouste", + "henri_louis_bergson", + "henri_matisse", + "henri_pitot", + "henri_rene_albert_guy_de_maupassant", + "henri_rousseau", + "henri_toulouse-lautrec", + "henri_van_de_velde", + "henriette_rosine_bernard", + "henrik_ibsen", + "henrik_johan_ibsen", + "henroost", + "henry", + "henry's_law", + "henry_alfred_kissinger", + "henry_beauclerc", + "henry_bolingbroke", + "henry_cavendish", + "henry_clay", + "henry_clay_frick", + "henry_david_thoreau", + "henry_engelhard_steinway", + "henry_fielding", + "henry_fonda", + "henry_ford", + "henry_ford_ii", + "henry_graham_greene", + "henry_hobson_richardson", + "henry_hubert_turner", + "henry_hudson", + "henry_i", + "henry_ii", + "henry_iii", + "henry_iv", + "henry_james", + "henry_john_heinz", + "henry_kenneth_alfred_russell", + "henry_kissinger", + "henry_laurens", + "henry_le_chatelier", + "henry_lee", + "henry_louis_aaron", + "henry_louis_gehrig", + "henry_louis_mencken", + "henry_luce", + "henry_m._robert", + "henry_m._stanley", + "henry_martyn_robert", + "henry_miller", + "henry_moore", + "henry_morgan", + "henry_norris_russell", + "henry_of_navarre", + "henry_oscar_houghton", + "henry_purcell", + "henry_robinson_luce", + "henry_rowe_schoolcraft", + "henry_russell", + "henry_spencer_moore", + "henry_steinway", + "henry_sweet", + "henry_the_great", + "henry_tudor", + "henry_v", + "henry_valentine_miller", + "henry_vi", + "henry_vii", + "henry_viii", + "henry_villard", + "henry_wadsworth_longfellow", + "henry_ward_beecher", + "henry_watson_fowler", + "henry_wheeler_shaw", + "henson", + "hepadnavirus", + "heparin", + "hepatic", + "hepatic_artery", + "hepatic_coma", + "hepatic_duct", + "hepatic_lobe", + "hepatic_portal_vein", + "hepatic_tanager", + "hepatic_vein", + "hepatica", + "hepaticae", + "hepaticopsida", + "hepatitis", + "hepatitis_a", + "hepatitis_a_virus", + "hepatitis_b", + "hepatitis_c", + "hepatitis_delta", + "hepatocarcinoma", + "hepatocellular_carcinoma", + "hepatoflavin", + "hepatojugular_reflux", + "hepatolenticular_degeneration", + "hepatoma", + "hepatomegaly", + "hepatotoxin", + "hepburn", + "hephaestus", + "hephaistos", + "heptad", + "heptadecanoic_acid", + "heptagon", + "heptane", + "hepworth", + "hera", + "heracles", + "heracleum", + "heracleum_sphondylium", + "heraclitus", + "herakles", + "herald", + "heraldic_bearing", + "heraldry", + "herat", + "herb", + "herb_bennet", + "herb_christopher", + "herb_doctor", + "herb_garden", + "herb_mercury", + "herb_of_grace", + "herb_paris", + "herb_robert", + "herb_roberts", + "herb_simon", + "herb_tea", + "herba_impia", + "herbaceous_plant", + "herbage", + "herbal", + "herbal_medicine", + "herbal_tea", + "herbal_therapy", + "herbalist", + "herbarium", + "herbart", + "herbert", + "herbert_a._simon", + "herbert_alexander_simon", + "herbert_blythe", + "herbert_clark_hoover", + "herbert_george_wells", + "herbert_hoover", + "herbert_kitchener", + "herbert_marcuse", + "herbert_marshall_mcluhan", + "herbert_marx", + "herbert_mclean_evans", + "herbert_spencer", + "herbicide", + "herbivore", + "herbs_mercury", + "herbs_robert", + "herculaneum", + "hercules", + "hercules'-club", + "hercules'-clubs", + "hercules-club", + "herculius", + "herd", + "herd's_grass", + "herder", + "herdsman", + "here", + "here_and_now", + "hereafter", + "herediatry_spinal_ataxia", + "hereditament", + "hereditarianism", + "hereditary_cerebellar_ataxia", + "hereditary_condition", + "hereditary_disease", + "hereditary_motor_and_sensory_neuropathy", + "hereditary_pattern", + "heredity", + "hereford", + "hereness", + "herero", + "heresy", + "heretic", + "heritage", + "heritiera", + "heritiera_littoralis", + "heritiera_macrophylla", + "heritiera_trifoliolata", + "heritor", + "herm", + "herman", + "herman_hollerith", + "herman_melville", + "herman_northrop_frye", + "herman_wouk", + "hermann", + "hermann_goering", + "hermann_goring", + "hermann_hesse", + "hermann_joseph_muller", + "hermann_ludwig_ferdinand_von_helmholtz", + "hermann_maurice_saxe", + "hermann_minkowski", + "hermann_snellen", + "hermann_von_helmholtz", + "hermann_wilhelm_goring", + "hermannia", + "hermannia_verticillata", + "hermaphrodism", + "hermaphrodite", + "hermaphrodite_brig", + "hermaphroditism", + "hermaphroditus", + "hermeneutics", + "hermes", + "hermissenda", + "hermissenda_crassicornis", + "hermit", + "hermit_crab", + "hermit_thrush", + "hermitage", + "hermosillo", + "hernan_cortes", + "hernan_cortez", + "hernando_cortes", + "hernando_cortez", + "hernaria", + "hernaria_glabra", + "hernia", + "herniated_disc", + "herniation", + "hero", + "hero_of_alexandria", + "hero_sandwich", + "hero_worship", + "hero_worshiper", + "hero_worshipper", + "herod", + "herod_the_great", + "herodotus", + "heroic", + "heroic_couplet", + "heroic_meter", + "heroic_poem", + "heroic_poetry", + "heroic_stanza", + "heroic_tale", + "heroic_verse", + "heroica_puebla_de_zaragoza", + "heroics", + "heroin", + "heroin_addict", + "heroin_addiction", + "heroine", + "heroism", + "heron", + "heron's_bill", + "heronry", + "herpangia", + "herpes", + "herpes_encephalitis", + "herpes_genitalis", + "herpes_labialis", + "herpes_simplex", + "herpes_simplex_1", + "herpes_simplex_2", + "herpes_simplex_encephalitis", + "herpes_simplex_virus", + "herpes_varicella_zoster", + "herpes_varicella_zoster_virus", + "herpes_virus", + "herpes_zoster", + "herpes_zoster_virus", + "herpestes", + "herpestes_ichneumon", + "herpestes_nyula", + "herpetologist", + "herpetology", + "herr", + "herrenvolk", + "herrerasaur", + "herrerasaurus", + "herrick", + "herring", + "herring_gull", + "herring_hog", + "herring_salad", + "herringbone", + "herringbone_pattern", + "herschel", + "herschelian_telescope", + "hershey", + "hershey_bar", + "hertfordshire", + "hertha", + "hertz", + "hertzian_wave", + "herzberg", + "heshvan", + "hesiod", + "hesitance", + "hesitancy", + "hesitater", + "hesitation", + "hesitator", + "hesperides", + "hesperiphona", + "hesperiphona_vespertina", + "hesperis", + "hesperis_matronalis", + "hesperus", + "hess", + "hesse", + "hessian", + "hessian_boot", + "hessian_fly", + "hessonite", + "hestia", + "heteranthera", + "heteranthera_dubia", + "heterobasidiomycetes", + "heterocephalus", + "heterocercal_fin", + "heterocycle", + "heterocyclic", + "heterocyclic_compound", + "heterocyclic_ring", + "heterodactyl_foot", + "heterodon", + "heterodoxy", + "heterodyne_oscillator", + "heterodyne_receiver", + "heterogeneity", + "heterogeneousness", + "heterogenesis", + "heterograft", + "heterokontae", + "heterokontophyta", + "heterology", + "heteromeles", + "heteromeles_arbutifolia", + "heterometabolism", + "heterometaboly", + "heteromyidae", + "heteronym", + "heterophil_antibody", + "heterophil_test", + "heterophile_antibody", + "heteroploid", + "heteroploidy", + "heteroptera", + "heteropterous_insect", + "heteroscelus", + "heteroscelus_incanus", + "heterosexism", + "heterosexual", + "heterosexual_person", + "heterosexualism", + "heterosexuality", + "heterosis", + "heterosomata", + "heterospory", + "heterostracan", + "heterostraci", + "heterotaxy", + "heterotheca", + "heterotheca_villosa", + "heterotrichales", + "heterotroph", + "heterozygosity", + "heterozygote", + "heth", + "heuchera", + "heuchera_americana", + "heuchera_cylindrica", + "heuchera_sanguinea", + "heulandite", + "heuristic", + "heuristic_program", + "heuristic_rule", + "hevea", + "hevea_brasiliensis", + "hevesy", + "hewer", + "hex", + "hex_nut", + "hexachlorophene", + "hexacosanoic_acid", + "hexad", + "hexadecanoic_acid", + "hexadecimal_digit", + "hexadecimal_notation", + "hexadecimal_number_system", + "hexadecimal_system", + "hexadrol", + "hexagon", + "hexagram", + "hexagrammidae", + "hexagrammos", + "hexagrammos_decagrammus", + "hexahedron", + "hexalectris", + "hexalectris_spicata", + "hexalectris_warnockii", + "hexameter", + "hexamita", + "hexanchidae", + "hexanchus", + "hexanchus_griseus", + "hexane", + "hexanedioic_acid", + "hexanoic_acid", + "hexapod", + "hexapoda", + "hexenbesen", + "hexestrol", + "hexose", + "heyday", + "heyerdahl", + "heyrovsky", + "heyse", + "heyward", + "hezbollah", + "hezekiah", + "hf", + "hfc", + "hg", + "hhs", + "hi", + "hi-fi", + "hiatal_hernia", + "hiatus", + "hiatus_hernia", + "hiawatha", + "hiba_arborvitae", + "hibachi", + "hibbertia", + "hibbing", + "hibernation", + "hibernia", + "hibiscus", + "hibiscus_cannabinus", + "hibiscus_elatus", + "hibiscus_esculentus", + "hibiscus_farragei", + "hibiscus_heterophyllus", + "hibiscus_moschatus", + "hibiscus_moscheutos", + "hibiscus_mutabilis", + "hibiscus_rosa-sinensis", + "hibiscus_sabdariffa", + "hibiscus_syriacus", + "hibiscus_tiliaceus", + "hibiscus_trionum", + "hiccough", + "hiccough_nut", + "hiccup", + "hiccup_nut", + "hick", + "hickey", + "hickock", + "hickory", + "hickory_nut", + "hickory_pine", + "hickory_tree", + "hidatsa", + "hidden_reserve", + "hidden_tax", + "hiddenite", + "hiddenness", + "hide", + "hide-and-seek", + "hide_and_go_seek", + "hideaway", + "hideki_yukawa", + "hideousness", + "hideout", + "hideyo_noguchi", + "hiding", + "hiding_place", + "hidrosis", + "hieracium", + "hieracium_aurantiacum", + "hieracium_pilocella", + "hieracium_praealtum", + "hieracium_venosum", + "hierarch", + "hierarchical_classification_system", + "hierarchical_data_structure", + "hierarchical_menu", + "hierarchical_structure", + "hierarchy", + "hieratic", + "hieratic_script", + "hierocracy", + "hieroglyph", + "hieroglyphic", + "hierolatry", + "hieronymus", + "hieronymus_bosch", + "higginson", + "high", + "high-angle_fire", + "high-angle_gun", + "high-bush_blueberry", + "high-definition_television", + "high-density_lipoprotein", + "high-energy_physics", + "high-five", + "high-handedness", + "high-hat_cymbal", + "high-level_formatting", + "high-level_language", + "high-level_radioactive_waste", + "high-low", + "high-low-jack", + "high-mindedness", + "high-muck-a-muck", + "high-pass_filter", + "high-protein_diet", + "high-rise", + "high-speed_steel", + "high-spiritedness", + "high-strength_brass", + "high-up", + "high-vitamin_diet", + "high-warp_loom", + "high-water_mark", + "high-yield_bond", + "high_altar", + "high_anglican_church", + "high_anglicanism", + "high_bar", + "high_beam", + "high_blood_pressure", + "high_brass", + "high_church", + "high_colonic", + "high_comedy", + "high_command", + "high_commission", + "high_commissioner", + "high_country", + "high_court", + "high_dam", + "high_dudgeon", + "high_energy_physics", + "high_explosive", + "high_fashion", + "high_fidelity", + "high_fidelity_sound_system", + "high_finance", + "high_frequency", + "high_gear", + "high_german", + "high_ground", + "high_hat", + "high_holiday", + "high_holy_day", + "high_horse", + "high_jinks", + "high_jinx", + "high_jump", + "high_life", + "high_mallow", + "high_mass", + "high_muckamuck", + "high_noon", + "high_pitch", + "high_point", + "high_priest", + "high_profile", + "high_quality", + "high_relief", + "high_renaissance", + "high_roller", + "high_school", + "high_sea", + "high_season", + "high_sierra", + "high_sign", + "high_society", + "high_spirits", + "high_spot", + "high_status", + "high_stepper", + "high_street", + "high_style", + "high_table", + "high_tea", + "high_tech", + "high_technology", + "high_temperature", + "high_tide", + "high_time", + "high_treason", + "high_water", + "high_wind", + "high_wire", + "highball", + "highball_glass", + "highbinder", + "highboard", + "highboy", + "highbrow", + "highbush_cranberry", + "highchair", + "higher-up", + "higher_cognitive_process", + "higher_criticism", + "higher_education", + "higher_law", + "higher_national_diploma", + "higher_rank", + "higher_status", + "highest_common_factor", + "highflier", + "highflyer", + "highjack", + "highjacker", + "highjacking", + "highland", + "highland_fling", + "highland_scot", + "highlander", + "highlands", + "highlands_of_scotland", + "highlife", + "highlight", + "highlighter", + "highlighting", + "highly_active_antiretroviral_therapy", + "highness", + "highroad", + "highschool", + "highwater", + "highway", + "highway_code", + "highway_engineer", + "highway_robbery", + "highway_system", + "highwayman", + "higi", + "hijab", + "hijack", + "hijacker", + "hijacking", + "hijaz", + "hijinks", + "hike", + "hiker", + "hiking", + "hilaire_belloc", + "hilaire_germain_edgar_degas", + "hilarity", + "hilary_clinton", + "hilary_rodham_clinton", + "hilbert", + "hilbert_space", + "hildebrand", + "hill", + "hill_myna", + "hillary", + "hillbilly", + "hillbilly_music", + "hillel", + "hilliness", + "hillock", + "hillside", + "hilltop", + "hilo", + "hilt", + "hilum", + "hilus", + "himalaya", + "himalaya_honeysuckle", + "himalaya_mountains", + "himalayan_cedar", + "himalayan_lilac", + "himalayan_rhubarb", + "himalayas", + "himalayish", + "himantoglossum", + "himantoglossum_hircinum", + "himantopus", + "himantopus_himantopus", + "himantopus_himantopus_leucocephalus", + "himantopus_mexicanus", + "himantopus_novae-zelandiae", + "himantopus_stilt", + "himmler", + "hin", + "hinault", + "hinayana", + "hinayana_buddhism", + "hinayanism", + "hinayanist", + "hind", + "hind_end", + "hind_leg", + "hind_limb", + "hindbrain", + "hindemith", + "hindenburg", + "hinderance", + "hindfoot", + "hindgut", + "hindi", + "hindlimb", + "hindoo", + "hindooism", + "hindoostani", + "hindostani", + "hindquarter", + "hindquarters", + "hindrance", + "hindshank", + "hindsight", + "hindu", + "hindu-arabic_numeral", + "hindu_calendar", + "hindu_calendar_month", + "hindu_deity", + "hindu_kush", + "hindu_kush_mountains", + "hindu_numeral", + "hinduism", + "hindustan", + "hindustani", + "hinge", + "hinge_joint", + "hinging_post", + "hinny", + "hint", + "hinterland", + "hip", + "hip-hop", + "hip_bath", + "hip_boot", + "hip_joint", + "hip_pad", + "hip_pocket", + "hip_roof", + "hip_socket", + "hip_tile", + "hipbone", + "hipflask", + "hipline", + "hipparchus", + "hippeastrum", + "hippeastrum_puniceum", + "hipped_roof", + "hipped_tile", + "hippie", + "hippies", + "hippo", + "hippo_regius", + "hippobosca", + "hippobosca_equina", + "hippoboscid", + "hippoboscidae", + "hippocampus", + "hippocastanaceae", + "hippocrates", + "hippocratic_oath", + "hippocrepis", + "hippocrepis_comosa", + "hippodamia", + "hippodamia_convergens", + "hippodrome", + "hippoglossoides", + "hippoglossoides_platessoides", + "hippoglossus", + "hippoglossus_hippoglossus", + "hippoglossus_stenolepsis", + "hippolyte_jean_giraudoux", + "hippopotamidae", + "hippopotamus", + "hippopotamus_amphibius", + "hipposideridae", + "hipposideros", + "hippotragus", + "hippotragus_niger", + "hippy", + "hipster", + "hipsters", + "hipsurus", + "hipsurus_caryi", + "hiram_king_williams", + "hiram_ulysses_grant", + "hiram_williams", + "hire", + "hire-purchase", + "hire_car", + "hired_gun", + "hired_hand", + "hired_help", + "hired_man", + "hireling", + "hirer", + "hiring_freeze", + "hiring_hall", + "hirohito", + "hiroshima", + "hirschfeld", + "hirschsprung", + "hirschsprung's_disease", + "hirsuteness", + "hirsutism", + "hirudinea", + "hirudinean", + "hirudinidae", + "hirudo", + "hirudo_medicinalis", + "hirundinidae", + "hirundo", + "hirundo_nigricans", + "hirundo_pyrrhonota", + "hirundo_rustica", + "hispanic", + "hispanic_american", + "hispaniola", + "hispid_pocket_mouse", + "hiss", + "hisser", + "hissing", + "histaminase", + "histamine", + "histamine_blocker", + "histamine_headache", + "histidine", + "histiocyte", + "histiocytic_leukaemia", + "histiocytic_leukemia", + "histiocytosis", + "histocompatibility", + "histocompatibility_complex", + "histogram", + "histoincompatibility", + "histologist", + "histology", + "histone", + "historian", + "historic_period", + "historical_document", + "historical_linguistics", + "historical_paper", + "historical_present", + "historical_record", + "historical_school", + "historicalness", + "historicism", + "historiographer", + "historiography", + "history", + "history_department", + "history_lesson", + "histrion", + "histrionics", + "hit", + "hit_list", + "hit_man", + "hit_parade", + "hit_squad", + "hitch", + "hitchcock", + "hitchhiker", + "hitching_bar", + "hitching_post", + "hitchings", + "hitchiti", + "hitchrack", + "hitler", + "hitman", + "hitter", + "hitting", + "hitting_average", + "hittite", + "hiv", + "hive", + "hives", + "hizb_ut-tahrir", + "hizballah", + "hizbollah", + "hizbullah", + "hl", + "hm", + "hmg-coa_reductase", + "hmo", + "hmong", + "hmong_language", + "hn", + "hnd", + "ho", + "ho_chi_minh", + "ho_chi_minh_city", + "hoactzin", + "hoagie", + "hoagland", + "hoagland_howard_carmichael", + "hoagy", + "hoagy_carmichael", + "hoar", + "hoard", + "hoarded_wealth", + "hoarder", + "hoarding", + "hoarfrost", + "hoariness", + "hoarseness", + "hoary_alison", + "hoary_alyssum", + "hoary_golden_bush", + "hoary_marmot", + "hoary_pea", + "hoary_plantain", + "hoary_puccoon", + "hoary_willow", + "hoatzin", + "hoax", + "hoaxer", + "hob", + "hobart", + "hobbes", + "hobbit", + "hobble", + "hobble_skirt", + "hobbledehoy", + "hobbler", + "hobbs", + "hobby", + "hobbyhorse", + "hobbyism", + "hobbyist", + "hobgoblin", + "hobnail", + "hobo", + "hobo_camp", + "hobson's_choice", + "hock", + "hock-joint", + "hockey", + "hockey_clinic", + "hockey_coach", + "hockey_game", + "hockey_league", + "hockey_player", + "hockey_puck", + "hockey_season", + "hockey_skate", + "hockey_stick", + "hockey_team", + "hocus-pocus", + "hod", + "hod_carrier", + "hodeida", + "hoder", + "hodgepodge", + "hodgkin", + "hodgkin's_disease", + "hodman", + "hodometer", + "hodoscope", + "hodr", + "hodur", + "hoe", + "hoe_handle", + "hoecake", + "hoek_van_holland", + "hoenir", + "hoffa", + "hoffman", + "hoffmann", + "hoffmannsthal", + "hog", + "hog-nosed_badger", + "hog-nosed_skunk", + "hog_badger", + "hog_cholera", + "hog_cranberry", + "hog_millet", + "hog_molly", + "hog_peanut", + "hog_plum", + "hog_plum_bush", + "hog_snapper", + "hog_sucker", + "hogan", + "hogarth", + "hogback", + "hogchoker", + "hogfish", + "hogg", + "hogget", + "hoggishness", + "hogmanay", + "hognose_bat", + "hognose_snake", + "hognosed_skunk", + "hogshead", + "hogwash", + "hogweed", + "hohenlinden", + "hohenzollern", + "hohenzollern_empire", + "hoheria", + "hoheria_populnea", + "hohhot", + "hoi_polloi", + "hoisin_sauce", + "hoist", + "hoister", + "hoka", + "hokan", + "hokkaido", + "hokkianese", + "hokum", + "hokusai", + "holandric_gene", + "holarrhena", + "holarrhena_antidysenterica", + "holarrhena_pubescens", + "holbein", + "holbein_the_elder", + "holbein_the_younger", + "holbrookia", + "holcus", + "holcus_lanatus", + "holcus_mollis", + "hold", + "hold-down", + "holdall", + "holder", + "holdfast", + "holding", + "holding_cell", + "holding_company", + "holding_device", + "holding_paddock", + "holding_pattern", + "holding_pen", + "holding_yard", + "holdout", + "holdover", + "holdup", + "holdup_man", + "hole", + "hole-in-the-wall", + "hole_card", + "holibut", + "holiday", + "holiday_resort", + "holiday_season", + "holidaymaker", + "holiness", + "holism", + "holistic_medicine", + "holistic_theory", + "holla", + "holland", + "holland_gin", + "hollandaise", + "hollander", + "hollands", + "holler", + "hollering", + "hollerith", + "hollerith_card", + "hollo", + "holloa", + "hollow", + "hollow-back", + "holloware", + "hollowness", + "hollowware", + "holly", + "holly-leaf_cherry", + "holly-leaved_cherry", + "holly-leaved_oak", + "holly-leaves_barberry", + "holly_family", + "holly_fern", + "hollygrape", + "hollyhock", + "hollywood", + "holm_oak", + "holm_tree", + "holman_hunt", + "holmes", + "holmium", + "holocanthus_tricolor", + "holocaust", + "holocene", + "holocene_epoch", + "holocentridae", + "holocentrus", + "holocentrus_ascensionis", + "holocentrus_bullisi", + "holocentrus_coruscus", + "holocephalan", + "holocephali", + "holocephalian", + "holofernes", + "hologram", + "holograph", + "holography", + "holometabola", + "holometabolism", + "holometaboly", + "holonym", + "holonymy", + "holophyte", + "holothuria", + "holothuria_edulis", + "holothurian", + "holothuridae", + "holothuroidea", + "holotype", + "holstein", + "holstein-friesian", + "holster", + "holy", + "holy_city", + "holy_clover", + "holy_communion", + "holy_day", + "holy_day_of_obligation", + "holy_eucharist", + "holy_father", + "holy_ghost", + "holy_grail", + "holy_innocents'_day", + "holy_joe", + "holy_land", + "holy_man", + "holy_of_holies", + "holy_oil", + "holy_order", + "holy_person", + "holy_place", + "holy_roller", + "holy_roman_emperor", + "holy_roman_emperor_frederick_ii", + "holy_roman_empire", + "holy_sacrament", + "holy_saturday", + "holy_scripture", + "holy_see", + "holy_sepulcher", + "holy_sepulchre", + "holy_spirit", + "holy_terror", + "holy_thistle", + "holy_thursday", + "holy_trinity", + "holy_war_warriors", + "holy_water", + "holy_week", + "holy_writ", + "holy_year", + "holystone", + "homage", + "homaridae", + "homarus", + "homarus_americanus", + "homarus_capensis", + "homarus_vulgaris", + "hombre", + "homburg", + "home", + "home-builder", + "home-farm", + "home-fried_potatoes", + "home_appliance", + "home_away_from_home", + "home_banking", + "home_base", + "home_brew", + "home_buyer", + "home_computer", + "home_counties", + "home_court", + "home_ec", + "home_economics", + "home_equity_credit", + "home_equity_loan", + "home_folk", + "home_fries", + "home_from_home", + "home_front", + "home_game", + "home_ground", + "home_guard", + "home_help", + "home_invasion", + "home_key", + "home_loan", + "home_loan_bank", + "home_movie", + "home_office", + "home_page", + "home_plate", + "home_port", + "home_range", + "home_reserve", + "home_room", + "home_rule", + "home_run", + "home_secretary", + "home_stand", + "home_study", + "home_territory", + "home_theater", + "home_theatre", + "home_truth", + "homebody", + "homebound", + "homeboy", + "homebrew", + "homebuilder", + "homecoming", + "homecourt_advantage", + "homefolk", + "homegirl", + "homel", + "homeland", + "homeland_security", + "homeless", + "homeless_person", + "homelessness", + "homeliness", + "homemaker", + "homemaking", + "homeobox", + "homeobox_gene", + "homeopath", + "homeopathy", + "homeostasis", + "homeotherm", + "homeotic_gene", + "homeowner", + "homepage", + "homer", + "homer_a._thompson", + "homer_armstrong_thompson", + "homer_thompson", + "homeroom", + "homesickness", + "homespun", + "homestead", + "homestead_law", + "homesteader", + "homestretch", + "hometown", + "homework", + "homework_problem", + "homicide", + "homiletics", + "homily", + "homing_device", + "homing_pigeon", + "homing_torpedo", + "hominid", + "hominidae", + "hominoid", + "hominoidea", + "hominy", + "hominy_grits", + "hommos", + "homo", + "homo_erectus", + "homo_habilis", + "homo_heidelbergensis", + "homo_rhodesiensis", + "homo_sapiens", + "homo_sapiens_neanderthalensis", + "homo_sapiens_sapiens", + "homo_soloensis", + "homobasidiomycetes", + "homocercal_fin", + "homoeopath", + "homoeopathy", + "homoeroticism", + "homogenate", + "homogeneity", + "homogeneous_polynomial", + "homogeneousness", + "homogenisation", + "homogenization", + "homogenized_milk", + "homogentisic_acid", + "homogeny", + "homograft", + "homograph", + "homogyne", + "homogyne_alpina", + "homoiotherm", + "homology", + "homolosine_projection", + "homomorphism", + "homomorphy", + "homona", + "homona_coffearia", + "homonym", + "homonymy", + "homophile", + "homophobe", + "homophobia", + "homophone", + "homophony", + "homoptera", + "homopteran", + "homopterous_insect", + "homosexual", + "homosexualism", + "homosexuality", + "homospory", + "homotherm", + "homozygosity", + "homozygote", + "homunculus", + "homyel", + "honcho", + "hondo", + "honduran", + "honduran_capital", + "honduran_monetary_unit", + "honduras", + "honduras_mahogany", + "honduras_rosewood", + "hone", + "honegger", + "honest_woman", + "honestness", + "honesty", + "honey", + "honey-flower", + "honey_badger", + "honey_bear", + "honey_bell", + "honey_berry", + "honey_bun", + "honey_buzzard", + "honey_cake", + "honey_crisp", + "honey_eater", + "honey_fungus", + "honey_gland", + "honey_guide", + "honey_locust", + "honey_mesquite", + "honey_mushroom", + "honey_oil", + "honey_plant", + "honeybee", + "honeybells", + "honeycomb", + "honeycomb_tripe", + "honeycreeper", + "honeydew", + "honeydew_melon", + "honeyed_words", + "honeyflower", + "honeymoon", + "honeymoon_resort", + "honeymooner", + "honeypot", + "honeysucker", + "honeysuckle", + "honeysuckle_family", + "hong_kong", + "hong_kong_dollar", + "honiara", + "honk", + "honker", + "honkey", + "honkie", + "honky", + "honky-tonk", + "honkytonk", + "honolulu", + "honor", + "honor_guard", + "honor_killing", + "honor_system", + "honorable_discharge", + "honorable_mention", + "honorableness", + "honorarium", + "honorary_degree", + "honorary_society", + "honore-gabriel_victor_riqueti", + "honore_balzac", + "honore_daumier", + "honore_de_balzac", + "honoree", + "honorific", + "honoring", + "honoris_causa", + "honour", + "honourableness", + "honours", + "honours_degree", + "honours_list", + "honshu", + "hoo-ha", + "hoo-hah", + "hooch", + "hood", + "hood_latch", + "hood_ornament", + "hooded_cloak", + "hooded_coat", + "hooded_ladies'_tresses", + "hooded_merganser", + "hooded_pitcher_plant", + "hooded_seal", + "hooded_sheldrake", + "hooded_skunk", + "hoodlum", + "hoodmold", + "hoodmould", + "hoodoo", + "hoodooism", + "hooey", + "hoof", + "hoof-and-mouth_disease", + "hoof-mark", + "hoof_mark", + "hoofed_mammal", + "hoofer", + "hoofing", + "hoofprint", + "hook", + "hook_and_eye", + "hook_of_holland", + "hook_shot", + "hook_spanner", + "hook_wrench", + "hookah", + "hooke", + "hooke's_law", + "hooker", + "hooker's_green", + "hooker's_onion", + "hooker's_orchid", + "hooking", + "hooknose", + "hooks", + "hookup", + "hookworm", + "hookworm_disease", + "hooky", + "hooky_player", + "hooligan", + "hooliganism", + "hoop", + "hoop_ash", + "hoop_pine", + "hoop_snake", + "hoopla", + "hoopoe", + "hoopoo", + "hoops", + "hoopskirt", + "hooray", + "hooray_henry", + "hoosegow", + "hoosgow", + "hoosier", + "hoosier_state", + "hoot", + "hoot_owl", + "hootch", + "hooter", + "hoover", + "hoover_dam", + "hop", + "hop-picker", + "hop-step-and-jump", + "hop_clover", + "hop_field", + "hop_garden", + "hop_hornbeam", + "hop_marjoram", + "hop_pole", + "hope", + "hope_chest", + "hopeful", + "hopefulness", + "hopeh", + "hopei", + "hopelessness", + "hoper", + "hopi", + "hopkins", + "hopkinson", + "hopper", + "hops", + "hopsack", + "hopsacking", + "hopscotch", + "horace", + "horace_greeley", + "horace_mann", + "horace_walpole", + "horatian_ode", + "horatio_alger", + "horatio_herbert_kitchener", + "horatio_hornblower", + "horatio_nelson", + "horatio_walpole", + "horde", + "hordeolum", + "hordeum", + "hordeum_jubatum", + "hordeum_murinum", + "hordeum_pusillum", + "hordeum_vulgare", + "horehound", + "horizon", + "horizontal", + "horizontal_bar", + "horizontal_combination", + "horizontal_integration", + "horizontal_parallax", + "horizontal_section", + "horizontal_stabiliser", + "horizontal_stabilizer", + "horizontal_surface", + "horizontal_tail", + "horizontality", + "hormone", + "hormone-replacement_therapy", + "hormone_replacement_therapy", + "horn", + "horn_button", + "horn_fly", + "horn_of_africa", + "horn_of_plenty", + "horn_poppy", + "hornbeam", + "hornbill", + "hornblende", + "hornbook", + "horne", + "horned_asp", + "horned_chameleon", + "horned_dinosaur", + "horned_lizard", + "horned_owl", + "horned_pondweed", + "horned_poppy", + "horned_pout", + "horned_puffin", + "horned_rattlesnake", + "horned_screamer", + "horned_toad", + "horned_violet", + "horned_viper", + "horned_whiff", + "horneophyton", + "horner's_syndrome", + "hornet", + "hornet's_nest", + "hornets'_nest", + "horney", + "hornfels", + "horniness", + "hornist", + "hornpipe", + "hornpout", + "hornstone", + "hornwort", + "horny_frog", + "horny_layer", + "horny_structure", + "horologe", + "horologer", + "horologist", + "horology", + "horoscope", + "horoscopy", + "horowitz", + "horridness", + "horripilation", + "horror", + "hors_d'oeuvre", + "horse", + "horse's_foot", + "horse-brier", + "horse-cart", + "horse-chestnut_family", + "horse-drawn_vehicle", + "horse-head", + "horse-pistol", + "horse-trail", + "horse_balm", + "horse_barn", + "horse_bean", + "horse_blanket", + "horse_botfly", + "horse_breeding", + "horse_brier", + "horse_cart", + "horse_cassia", + "horse_cavalry", + "horse_chestnut", + "horse_doctor", + "horse_fancier", + "horse_fly", + "horse_gentian", + "horse_grain", + "horse_gram", + "horse_latitude", + "horse_mackerel", + "horse_manure", + "horse_mushroom", + "horse_nettle", + "horse_of_the_wood", + "horse_opera", + "horse_parsley", + "horse_pistol", + "horse_race", + "horse_racing", + "horse_radish", + "horse_sense", + "horse_thistle", + "horse_tick", + "horse_trade", + "horse_trader", + "horse_trading", + "horse_wrangler", + "horseback", + "horseback_rider", + "horseback_riding", + "horsebean", + "horsebox", + "horsecar", + "horsecloth", + "horsefish", + "horseflesh", + "horsefly", + "horsefly_weed", + "horsehair", + "horsehair_lichen", + "horsehair_wig", + "horsehead", + "horsehide", + "horselaugh", + "horseleech", + "horseless_carriage", + "horseman", + "horsemanship", + "horsemeat", + "horsemint", + "horseplay", + "horsepond", + "horsepower", + "horsepower-hour", + "horseradish", + "horseradish_peroxidase", + "horseradish_root", + "horseradish_sauce", + "horseshit", + "horseshoe", + "horseshoe_arch", + "horseshoe_bat", + "horseshoe_crab", + "horseshoe_falls", + "horseshoe_vetch", + "horseshoe_whipsnake", + "horseshoer", + "horseshoes", + "horseshow", + "horsetail", + "horsetail_family", + "horsetail_lichen", + "horsetail_milkweed", + "horseweed", + "horsewhip", + "horsewhipping", + "horsewoman", + "horsey_set", + "horst", + "horsy_set", + "horta", + "hortensia", + "horticulture", + "horticulturist", + "horus", + "hosanna", + "hose", + "hosea", + "hosepipe", + "hosier", + "hosiery", + "hosni_mubarak", + "hospice", + "hospitableness", + "hospital", + "hospital_attendant", + "hospital_bed", + "hospital_care", + "hospital_chaplain", + "hospital_occupancy", + "hospital_room", + "hospital_ship", + "hospital_train", + "hospital_ward", + "hospitalisation", + "hospitality", + "hospitalization", + "hospitalization_insurance", + "host", + "hosta", + "hostaceae", + "hostage", + "hostel", + "hosteller", + "hostelry", + "hostess", + "hostile", + "hostile_expedition", + "hostile_fire", + "hostile_takeover", + "hostile_witness", + "hostilities", + "hostility", + "hostler", + "hot-air_balloon", + "hot-button_issue", + "hot-fudge_sauce", + "hot-rock_penstemon", + "hot-rod", + "hot-water_bag", + "hot-water_bottle", + "hot-water_heater", + "hot-water_tank", + "hot-work_steel", + "hot_air", + "hot_cake", + "hot_cereal", + "hot_chocolate", + "hot_cross_bun", + "hot_dog", + "hot_flash", + "hot_issue", + "hot_jazz", + "hot_line", + "hot_pad", + "hot_pants", + "hot_pepper", + "hot_plate", + "hot_pot", + "hot_potato", + "hot_rod", + "hot_sauce", + "hot_seat", + "hot_spell", + "hot_spot", + "hot_spring", + "hot_springs", + "hot_springs_national_park", + "hot_stock", + "hot_stuff", + "hot_stuffed_tomato", + "hot_toddy", + "hot_tub", + "hot_war", + "hot_water", + "hot_water_plant", + "hot_weather", + "hotbed", + "hotbox", + "hotcake", + "hotchpotch", + "hotdog", + "hotdog_bun", + "hotei", + "hotei-chiku", + "hotel", + "hotel-casino", + "hotel_bill", + "hotel_clerk", + "hotel_desk_clerk", + "hotel_detective", + "hotel_manager", + "hotel_occupancy", + "hotel_plan", + "hotel_room", + "hotelier", + "hotelkeeper", + "hotelman", + "hotfoot", + "hoth", + "hothead", + "hothouse", + "hothr", + "hotness", + "hotplate", + "hotpot", + "hotshot", + "hotspot", + "hotspur", + "hottentot", + "hottentot's_bread", + "hottentot's_bread_vine", + "hottentot's_fig", + "hottentot_bread", + "hottentot_bread_vine", + "hottentot_fig", + "hottonia", + "hottonia_inflata", + "hottonia_palustris", + "houdah", + "houdini", + "houghton", + "houhere", + "hoummos", + "hound", + "hound's-tongue", + "hound's-tooth_check", + "hound_dog", + "houndstooth_check", + "hour", + "hour_angle", + "hour_circle", + "hour_hand", + "hourglass", + "houri", + "hours", + "housatonic", + "housatonic_river", + "house", + "house-builder", + "house-raising", + "house_agent", + "house_arrest", + "house_cat", + "house_centipede", + "house_decorator", + "house_detective", + "house_dick", + "house_finch", + "house_fly", + "house_guest", + "house_husband", + "house_martin", + "house_mouse", + "house_of_burgesses", + "house_of_cards", + "house_of_commons", + "house_of_correction", + "house_of_detention", + "house_of_god", + "house_of_hanover", + "house_of_ill_repute", + "house_of_islam", + "house_of_lancaster", + "house_of_lords", + "house_of_prayer", + "house_of_prostitution", + "house_of_representatives", + "house_of_tudor", + "house_of_war", + "house_of_windsor", + "house_of_worship", + "house_of_york", + "house_organ", + "house_paint", + "house_painter", + "house_painting", + "house_party", + "house_physician", + "house_servant", + "house_sitter", + "house_snake", + "house_sparrow", + "house_trailer", + "house_wren", + "houseboat", + "housebreaker", + "housebreaking", + "housebuilder", + "housecleaning", + "housecoat", + "housecraft", + "housedog", + "housefather", + "housefly", + "houseful", + "houseguest", + "household", + "household_appliance", + "household_arts", + "household_linen", + "householder", + "househusband", + "housekeeper", + "housekeeping", + "houselights", + "housemaid", + "housemaid's_knee", + "houseman", + "housemaster", + "housemate", + "housemother", + "housepaint", + "houseplant", + "houseroom", + "houses_of_parliament", + "housetop", + "housewarming", + "housewife", + "housewifery", + "housework", + "housewrecker", + "housing", + "housing_and_urban_development", + "housing_commissioner", + "housing_development", + "housing_estate", + "housing_industry", + "housing_project", + "housing_start", + "housman", + "houston", + "houttuynia", + "houyhnhnm", + "houyhnhnms", + "hovea", + "hovel", + "hovercraft", + "how-d'ye-do", + "how-do-you-do", + "howard", + "howard_carter", + "howard_florey", + "howard_hughes", + "howard_lindsay", + "howard_pyle", + "howard_robard_hughes", + "howdah", + "howdy", + "howe", + "howells", + "howitzer", + "howl", + "howler", + "howler_monkey", + "howling", + "hoy", + "hoya", + "hoya_carnosa", + "hoyden", + "hoydenism", + "hoyle", + "hp", + "hq", + "hr", + "hrolf", + "hrt", + "hrvatska", + "hryvnia", + "hs", + "hs1", + "hs2", + "hsian", + "hsuan_chiao", + "hsv-1", + "hsv-2", + "hsv-i", + "hsv-ii", + "htlv-1", + "html", + "http", + "hua", + "huainaputina", + "hualapai", + "hualpai", + "huamachil", + "huambo", + "huang_hai", + "huang_he", + "huarache", + "huaraches", + "huascaran", + "huayna_capac", + "hub", + "hub-and-spoke", + "hub-and-spoke_system", + "hub_of_the_universe", + "hubbard", + "hubbard_squash", + "hubble", + "hubble's_constant", + "hubble's_law", + "hubble's_parameter", + "hubble-bubble", + "hubble_constant", + "hubble_law", + "hubble_parameter", + "hubbly-bubbly", + "hubbub", + "hubby", + "hubcap", + "hubel", + "hubris", + "huck", + "huck_finn", + "huckaback", + "huckleberry", + "huckleberry_finn", + "huckleberry_oak", + "huckster", + "hud", + "huddie_leadbetter", + "huddle", + "huddler", + "hudood", + "hudson", + "hudson_bay", + "hudson_bay_collared_lemming", + "hudson_hoagland", + "hudson_river", + "hudson_river_school", + "hudson_seal", + "hudsonia", + "hudsonia_ericoides", + "hudsonia_tomentosa", + "hudsonian_godwit", + "hudud", + "hue", + "hue_and_cry", + "huff", + "huffiness", + "huffing", + "huffishness", + "hug", + "hug-me-tight", + "hug_drug", + "hugger", + "hugger-mugger", + "hugging", + "huggins", + "hugh_capet", + "hugh_dowding", + "hughes", + "hugo", + "hugo_alvar_henrik_aalto", + "hugo_de_vries", + "hugo_devries", + "hugo_grotius", + "hugo_junkers", + "hugo_von_hoffmannsthal", + "hugo_wolf", + "hugueninia", + "hugueninia_tanacetifolia", + "huguenot", + "huig_de_groot", + "huisache", + "huitre", + "huji", + "hula", + "hula-hoop", + "hula-hula", + "huldreich_zwingli", + "hulk", + "hull", + "hullabaloo", + "hullo", + "hulsea", + "hulsea_algida", + "hulsea_nana", + "hum", + "hum-vee", + "human", + "human_action", + "human_activity", + "human_being", + "human_beings", + "human_body", + "human_botfly", + "human_chorionic_gonadotrophin", + "human_chorionic_gonadotropin", + "human_death", + "human_dynamo", + "human_ecology", + "human_elbow", + "human_face", + "human_foot", + "human_gamma_globulin", + "human_genome_project", + "human_growth_hormone", + "human_head", + "human_immunodeficiency_virus", + "human_knee", + "human_language_technology", + "human_nature", + "human_palaeontology", + "human_paleontology", + "human_papilloma_virus", + "human_process", + "human_race", + "human_relationship", + "human_remains_pouch", + "human_reproductive_cloning", + "human_right", + "human_t-cell_leukemia_virus-1", + "human_waste", + "humaneness", + "humanisation", + "humanism", + "humanist", + "humanistic_discipline", + "humanitarian", + "humanitarianism", + "humanities", + "humanity", + "humanization", + "humankind", + "humanness", + "humanoid", + "humans", + "humate", + "humber", + "humber_bridge", + "humble_plant", + "humblebee", + "humbleness", + "humboldt", + "humboldt_current", + "humbug", + "humdinger", + "humdrum", + "hume", + "hume_blake_cronyn", + "hume_cronyn", + "humectant", + "humeral_veil", + "humerus", + "humic_acid", + "humic_shale", + "humic_substance", + "humidity", + "humidness", + "humification", + "humiliation", + "humility", + "humin", + "hummer", + "humming", + "humming_bird's_trumpet", + "humming_top", + "hummingbird", + "hummingbird_moth", + "hummock", + "hummus", + "humor", + "humoral_immune_response", + "humoring", + "humorist", + "humorousness", + "humour", + "humourist", + "humous", + "hump", + "humpback", + "humpback_whale", + "humperdinck", + "humphrey_bogart", + "humphrey_davy", + "humphrey_deforest_bogart", + "humphrey_gilbert", + "humpty_dumpty", + "humulin", + "humulus", + "humulus_americanus", + "humulus_japonicus", + "humulus_lupulus", + "humus", + "humvee", + "hun", + "hunan", + "hunan_province", + "hunch", + "hunchback", + "hundred", + "hundred-percenter", + "hundred_dollar_bill", + "hundred_thousand", + "hundred_years'_war", + "hundredth", + "hundredweight", + "hung_jury", + "hungarian", + "hungarian_capital", + "hungarian_goulash", + "hungarian_grass", + "hungarian_lilac", + "hungarian_monetary_unit", + "hungarian_partridge", + "hungarian_pointer", + "hungarian_sauce", + "hungary", + "hunger", + "hunger_march", + "hunger_marcher", + "hunger_strike", + "hungriness", + "hunk", + "hunkpapa", + "hunnemania_fumariifolia", + "hunnemannia", + "hunt", + "hunt_club", + "hunted_person", + "hunter", + "hunter's_chicken", + "hunter's_sauce", + "hunter-gatherer", + "hunting", + "hunting_and_gathering_society", + "hunting_and_gathering_tribe", + "hunting_crop", + "hunting_dog", + "hunting_expedition", + "hunting_ground", + "hunting_guide", + "hunting_knife", + "hunting_licence", + "hunting_license", + "hunting_lodge", + "hunting_permit", + "hunting_season", + "hunting_spider", + "hunting_watch", + "huntingdon_elm", + "huntingdon_willow", + "huntington", + "huntington's_chorea", + "huntington's_disease", + "huntress", + "huntsman", + "huntsman's_cup", + "huntsman's_cups", + "huntsman's_horn", + "huntsman's_horns", + "huntsville", + "huon_pine", + "hupa", + "hurdle", + "hurdle_race", + "hurdler", + "hurdles", + "hurdling", + "hurdy-gurdy", + "hurdy_gurdy", + "hurl", + "hurler", + "hurler's_disease", + "hurler's_syndrome", + "hurling", + "hurly_burly", + "hurok", + "huron", + "hurrah", + "hurricane", + "hurricane_deck", + "hurricane_lamp", + "hurricane_lantern", + "hurricane_roof", + "hurriedness", + "hurry", + "hurrying", + "hurt", + "hurting", + "hus", + "husain", + "husayn", + "husband", + "husband-wife_privilege", + "husbandman", + "husbandry", + "hush", + "hush_money", + "hush_puppy", + "hushing", + "hushpuppy", + "husk", + "husk_tomato", + "huskiness", + "husking", + "husking_bee", + "husky", + "huss", + "hussar", + "hussar_monkey", + "hussein", + "husserl", + "hussite", + "hussy", + "hustings", + "hustle", + "hustler", + "huston", + "hut", + "hutch", + "hutchins", + "hutchinson", + "hutment", + "hutton", + "hutu", + "hutzpah", + "huxley", + "huygens", + "huygens'_principle_of_superposition", + "hwang_ho", + "hyacinth", + "hyacinth_bean", + "hyacinthaceae", + "hyacinthoides", + "hyacinthoides_nonscripta", + "hyacinthus_candicans", + "hyacinthus_orientalis", + "hyacinthus_orientalis_albulus", + "hyades", + "hyaena", + "hyaena_brunnea", + "hyaena_hyaena", + "hyaenidae", + "hyalin", + "hyaline", + "hyaline_cartilage", + "hyaline_membrane_disease", + "hyalinisation", + "hyalinization", + "hyaloid", + "hyaloid_membrane", + "hyalophora", + "hyalophora_cecropia", + "hyaloplasm", + "hyalosperma", + "hyalospongiae", + "hyaluronic_acid", + "hyaluronidase", + "hyazyme", + "hybanthus", + "hybrid", + "hybrid_petunia", + "hybrid_tuberous_begonia", + "hybrid_vigor", + "hybridisation", + "hybridization", + "hybridizing", + "hybridoma", + "hydantoin", + "hydathode", + "hydatid", + "hydatid_disease", + "hydatid_mole", + "hydatidiform_mole", + "hydatidosis", + "hyderabad", + "hydnaceae", + "hydnocarpus", + "hydnocarpus_kurzii", + "hydnocarpus_laurifolia", + "hydnocarpus_oil", + "hydnocarpus_wightiana", + "hydnoraceae", + "hydnum", + "hydra", + "hydralazine", + "hydramnios", + "hydrangea", + "hydrangea_anomala", + "hydrangea_arborescens", + "hydrangea_family", + "hydrangea_macrophylla_hortensis", + "hydrangea_paniculata", + "hydrangea_petiolaris", + "hydrangeaceae", + "hydrant", + "hydrargyrum", + "hydrarthrosis", + "hydrastis", + "hydrastis_canadensis", + "hydrate", + "hydrated_aluminium_oxide", + "hydrated_aluminum_oxide", + "hydrated_lime", + "hydrated_oxide", + "hydration", + "hydraulic_brake", + "hydraulic_brake_cylinder", + "hydraulic_brakes", + "hydraulic_cement", + "hydraulic_engineering", + "hydraulic_press", + "hydraulic_pump", + "hydraulic_ram", + "hydraulic_system", + "hydraulic_transmission", + "hydraulic_transmission_system", + "hydraulics", + "hydrazine", + "hydrazo_group", + "hydrazo_radical", + "hydrazoic_acid", + "hydrazoite", + "hydremia", + "hydride", + "hydrilla", + "hydrilla_verticillata", + "hydriodic_acid", + "hydrobates", + "hydrobates_pelagicus", + "hydrobatidae", + "hydrobromic_acid", + "hydrocarbon", + "hydrocele", + "hydrocephalus", + "hydrocephaly", + "hydrocharidaceae", + "hydrocharis", + "hydrocharis_morsus-ranae", + "hydrocharitaceae", + "hydrochloric_acid", + "hydrochloride", + "hydrochlorofluorocarbon", + "hydrochlorothiazide", + "hydrochoeridae", + "hydrochoerus", + "hydrochoerus_hydrochaeris", + "hydrocolloid", + "hydrocortisone", + "hydrocortone", + "hydrocracking", + "hydrocyanic_acid", + "hydrodamalis", + "hydrodamalis_gigas", + "hydrodiuril", + "hydrodynamics", + "hydroelectric_turbine", + "hydroelectricity", + "hydroflumethiazide", + "hydrofluoric_acid", + "hydrofluorocarbon", + "hydrofluosilicic_acid", + "hydrofoil", + "hydrogel", + "hydrogen", + "hydrogen_atom", + "hydrogen_azide", + "hydrogen_bomb", + "hydrogen_bond", + "hydrogen_bromide", + "hydrogen_carbonate", + "hydrogen_chloride", + "hydrogen_cyanide", + "hydrogen_fluoride", + "hydrogen_iodide", + "hydrogen_ion", + "hydrogen_ion_concentration", + "hydrogen_peroxide", + "hydrogen_sulfide", + "hydrogenation", + "hydrography", + "hydroid", + "hydroiodic_acid", + "hydrokinetics", + "hydrolith", + "hydrologist", + "hydrology", + "hydrolysate", + "hydrolysis", + "hydromancer", + "hydromancy", + "hydromantes", + "hydromantes_brunus", + "hydromantes_shastae", + "hydromel", + "hydrometer", + "hydrometry", + "hydromorphone", + "hydromorphone_hydrochloride", + "hydromyinae", + "hydromys", + "hydronephrosis", + "hydropathy", + "hydrophidae", + "hydrophobia", + "hydrophobicity", + "hydrophyllaceae", + "hydrophyllum", + "hydrophyllum_virginianum", + "hydrophyte", + "hydrophytic_plant", + "hydroplane", + "hydroplane_racing", + "hydroponics", + "hydrops", + "hydrosphere", + "hydrostatic_head", + "hydrostatics", + "hydrotherapy", + "hydrothorax", + "hydroxide", + "hydroxide_ion", + "hydroxy_acid", + "hydroxyacetic_acid", + "hydroxybenzene", + "hydroxybenzoic_acid", + "hydroxybutyric_acid", + "hydroxychloroquine", + "hydroxyl", + "hydroxyl_group", + "hydroxyl_ion", + "hydroxyl_radical", + "hydroxymethyl", + "hydroxyproline", + "hydroxytetracycline", + "hydroxyzine", + "hydroxyzine_hydrochloride", + "hydrozoa", + "hydrozoan", + "hydrus", + "hyemoschus", + "hyemoschus_aquaticus", + "hyena", + "hyena_dog", + "hygeia", + "hygiene", + "hygienics", + "hygienist", + "hygrocybe", + "hygrocybe_acutoconica", + "hygrodeik", + "hygrometer", + "hygrophoraceae", + "hygrophorus", + "hygrophorus_borealis", + "hygrophorus_caeruleus", + "hygrophorus_inocybiformis", + "hygrophorus_kauffmanii", + "hygrophorus_marzuolus", + "hygrophorus_purpurascens", + "hygrophorus_russula", + "hygrophorus_sordidus", + "hygrophorus_tennesseensis", + "hygrophorus_turundus", + "hygrophyte", + "hygroscope", + "hygroton", + "hygrotrama", + "hygrotrama_foetens", + "hyla", + "hyla_arenicolor", + "hyla_crucifer", + "hyla_regilla", + "hylactophryne", + "hylactophryne_augusti", + "hylidae", + "hylobates", + "hylobates_lar", + "hylobates_syndactylus", + "hylobatidae", + "hylocereus", + "hylocichla", + "hylocichla_fuscescens", + "hylocichla_guttata", + "hylocichla_mustelina", + "hylophylax", + "hylophylax_naevioides", + "hyman_george_rickover", + "hyman_rickover", + "hymen", + "hymenaea", + "hymenaea_courbaril", + "hymenanthera", + "hymeneal", + "hymeneals", + "hymenium", + "hymenogastrales", + "hymenomycetes", + "hymenophyllaceae", + "hymenophyllum", + "hymenopter", + "hymenoptera", + "hymenopteran", + "hymenopteron", + "hymenopterous_insect", + "hymenoxys_acaulis", + "hymenoxys_grandiflora", + "hymie", + "hymn", + "hymnal", + "hymnary", + "hymnbook", + "hymnody", + "hynerpeton", + "hynerpeton_bassetti", + "hyoid", + "hyoid_bone", + "hyoscine", + "hyoscyamine", + "hyoscyamus", + "hyoscyamus_muticus", + "hyoscyamus_niger", + "hypallage", + "hypanthium", + "hypatia", + "hype", + "hypentelium", + "hypentelium_nigricans", + "hyper-eutectoid_steel", + "hyperacidity", + "hyperactivity", + "hyperacusia", + "hyperacusis", + "hyperadrenalism", + "hyperadrenocorticism", + "hyperaemia", + "hyperaldosteronism", + "hyperalimentation", + "hyperbaric_chamber", + "hyperbaton", + "hyperbetalipoproteinemia", + "hyperbilirubinemia", + "hyperbilirubinemia_of_the_newborn", + "hyperbola", + "hyperbole", + "hyperbolic_geometry", + "hyperboloid", + "hyperborean", + "hypercalcaemia", + "hypercalcemia", + "hypercalcinuria", + "hypercalciuria", + "hypercapnia", + "hypercarbia", + "hypercatalectic", + "hypercellularity", + "hypercholesteremia", + "hypercholesterolemia", + "hyperchromic_anaemia", + "hyperchromic_anemia", + "hypercoaster", + "hyperdactyly", + "hyperemesis", + "hyperemesis_gravidarum", + "hyperemia", + "hyperextension", + "hyperfocal_distance", + "hyperglycaemia", + "hyperglycemia", + "hyperglyphe_perciformis", + "hyperhidrosis", + "hypericaceae", + "hypericales", + "hypericism", + "hypericum", + "hypericum_androsaemum", + "hypericum_ascyron", + "hypericum_calycinum", + "hypericum_crux_andrae", + "hypericum_gentianoides", + "hypericum_hypericoides", + "hypericum_maculatum", + "hypericum_perforatum", + "hypericum_prolificum", + "hypericum_pyramidatum", + "hypericum_spathulatum", + "hypericum_tetrapterum", + "hypericum_virginianum", + "hyperidrosis", + "hyperion", + "hyperkalemia", + "hyperkinetic_syndrome", + "hyperlink", + "hyperlipaemia", + "hyperlipemia", + "hyperlipidaemia", + "hyperlipidemia", + "hyperlipoidaemia", + "hyperlipoidemia", + "hyperlipoproteinemia", + "hypermarket", + "hypermastigina", + "hypermastigote", + "hypermedia", + "hypermedia_system", + "hypermenorrhea", + "hypermetropia", + "hypermetropy", + "hypermotility", + "hypernatremia", + "hypernym", + "hypernymy", + "hyperoartia", + "hyperodontidae", + "hyperoglyphe", + "hyperon", + "hyperoodon", + "hyperoodon_ampullatus", + "hyperope", + "hyperopia", + "hyperotreta", + "hyperparathyroidism", + "hyperpiesia", + "hyperpiesis", + "hyperpigmentation", + "hyperpituitarism", + "hyperplasia", + "hyperpnea", + "hyperpyrexia", + "hypersecretion", + "hypersensitivity", + "hypersensitivity_reaction", + "hypersomnia", + "hypersplenism", + "hyperstat", + "hypertensin", + "hypertension", + "hypertensive", + "hypertext", + "hypertext_mark-up_language", + "hypertext_markup_language", + "hypertext_system", + "hypertext_transfer_protocol", + "hyperthermia", + "hyperthermy", + "hyperthyroidism", + "hypertonia", + "hypertonicity", + "hypertonus", + "hypertrophic_cardiomyopathy", + "hypertrophic_rosacea", + "hypertrophy", + "hypervelocity", + "hyperventilation", + "hypervitaminosis", + "hypervolaemia", + "hypervolemia", + "hypesthesia", + "hypha", + "hyphantria", + "hyphantria_cunea", + "hyphema", + "hyphen", + "hyphenation", + "hypnagogue", + "hypnoanalysis", + "hypnogenesis", + "hypnopedia", + "hypnophobia", + "hypnos", + "hypnosis", + "hypnotherapy", + "hypnotic", + "hypnotic_trance", + "hypnotiser", + "hypnotism", + "hypnotist", + "hypnotizer", + "hypo", + "hypo-eutectoid_steel", + "hypoadrenalism", + "hypoadrenocorticism", + "hypobasidium", + "hypobetalipoproteinemia", + "hypoblast", + "hypocalcaemia", + "hypocalcemia", + "hypocapnia", + "hypocellularity", + "hypochaeris", + "hypochaeris_radicata", + "hypochlorite", + "hypochlorous_acid", + "hypochoeris", + "hypochondria", + "hypochondriac", + "hypochondriasis", + "hypochondrium", + "hypochromic_anaemia", + "hypochromic_anemia", + "hypocorism", + "hypocreaceae", + "hypocreales", + "hypocrisy", + "hypocrite", + "hypocycloid", + "hypoderma", + "hypodermatidae", + "hypodermic", + "hypodermic_needle", + "hypodermic_syringe", + "hypodermis", + "hypoesthesia", + "hypogammaglobulinemia", + "hypogastric_artery", + "hypogastric_plexus", + "hypogastric_vein", + "hypoglossal", + "hypoglossal_nerve", + "hypoglycaemia", + "hypoglycaemic_agent", + "hypoglycemia", + "hypoglycemic_agent", + "hypogonadism", + "hypokalemia", + "hypolipoproteinemia", + "hyponatremia", + "hyponitrous_acid", + "hyponym", + "hyponymy", + "hypopachus", + "hypoparathyroidism", + "hypophosphoric_acid", + "hypophosphorous_acid", + "hypophyseal_stalk", + "hypophysectomy", + "hypophysial_dwarf", + "hypophysis", + "hypopigmentation", + "hypopitys", + "hypoplasia", + "hypoplastic_anaemia", + "hypoplastic_anemia", + "hypoplastic_dwarf", + "hypopnea", + "hypoproteinemia", + "hyposmia", + "hypospadias", + "hypostasis", + "hypostasis_of_christ", + "hypostatisation", + "hypostatization", + "hypotension", + "hypotensive", + "hypotenuse", + "hypothalamic_releasing_factor", + "hypothalamic_releasing_hormone", + "hypothalamus", + "hypothermia", + "hypothesis", + "hypothetical", + "hypothetical_creature", + "hypothetical_imperative", + "hypothrombinemia", + "hypothyroidism", + "hypotonia", + "hypotonicity", + "hypotonus", + "hypovitaminosis", + "hypovolaemia", + "hypovolemia", + "hypovolemic_shock", + "hypoxia", + "hypoxic_hypoxia", + "hypoxidaceae", + "hypoxis", + "hypoxis_hirsuta", + "hypozeugma", + "hypozeuxis", + "hypsiglena", + "hypsiglena_torquata", + "hypsiprymnodon", + "hypsiprymnodon_moschatus", + "hypsography", + "hypsometer", + "hypsometry", + "hyracoidea", + "hyracotherium", + "hyrax", + "hyson", + "hyssop", + "hyssop_loosestrife", + "hyssop_oil", + "hyssopus", + "hyssopus_officinalis", + "hysterectomy", + "hysteresis", + "hysteria", + "hysteric", + "hysterical_neurosis", + "hysterics", + "hysterocatalepsy", + "hysteron_proteron", + "hysterosalpingogram", + "hysteroscopy", + "hysterotomy", + "hystricidae", + "hystricomorpha", + "hytrin", + "hz", + "i", + "i-beam", + "i._a._richards", + "i._f._stone", + "i._m._pei", + "i.d.", + "i.e.d.", + "i.q.", + "i.w.w.", + "i_chronicles", + "i_corinthians", + "i_esdra", + "i_john", + "i_kings", + "i_maccabees", + "i_peter", + "i_samuel", + "i_thessalonians", + "i_timothy", + "ia", + "iaa", + "iaea", + "iago", + "iamb", + "iambic", + "iambus", + "ian_douglas_smith", + "ian_fleming", + "ian_lancaster_fleming", + "ian_smith", + "ian_wilmut", + "ianfu", + "iapetus", + "ibadan", + "ibda-c", + "iberia", + "iberian", + "iberian_peninsula", + "iberis", + "ibero-mesornis", + "ibert", + "ibex", + "ibis", + "ibis_ibis", + "ibizan_hound", + "ibizan_podenco", + "ibn-roshd", + "ibn-sina", + "ibn_al-haytham", + "ibn_talal_hussein", + "ibolium_privet", + "ibota_privet", + "ibrahim", + "ibrd", + "ibsen", + "ibuprofen", + "ic", + "icaco", + "icao", + "icarus", + "icbm", + "icc", + "ice", + "ice-cream_bean", + "ice-cream_cake", + "ice-cream_cone", + "ice-cream_float", + "ice-cream_soda", + "ice-cream_sundae", + "ice-hockey_player", + "ice-hockey_rink", + "ice-skater", + "ice-skating_rink", + "ice-wagon", + "ice_age", + "ice_ax", + "ice_axe", + "ice_bag", + "ice_bear", + "ice_cap", + "ice_chest", + "ice_coffee", + "ice_cream", + "ice_crystal", + "ice_cube", + "ice_field", + "ice_floe", + "ice_fog", + "ice_hockey", + "ice_hockey_rink", + "ice_lolly", + "ice_machine", + "ice_maker", + "ice_mass", + "ice_milk", + "ice_needle", + "ice_pack", + "ice_pick", + "ice_plant", + "ice_rink", + "ice_shelf", + "ice_show", + "ice_skate", + "ice_skating", + "ice_storm", + "ice_tea", + "ice_tongs", + "ice_wagon", + "ice_water", + "ice_yacht", + "iceberg", + "iceberg_lettuce", + "iceboat", + "icebox", + "icebox_cake", + "icebreaker", + "icecap", + "icecream", + "iced-tea_spoon", + "iced_coffee", + "iced_tea", + "icefall", + "icehouse", + "iceland", + "iceland_lichen", + "iceland_moss", + "iceland_poppy", + "iceland_spar", + "icelander", + "icelandic", + "icelandic_krona", + "icelandic_monetary_unit", + "iceman", + "icepick", + "icetray", + "ichneumon", + "ichneumon_fly", + "ichneumonidae", + "ichor", + "ichthyolatry", + "ichthyologist", + "ichthyology", + "ichthyosaur", + "ichthyosauria", + "ichthyosauridae", + "ichthyosaurus", + "ichthyosis", + "ichyostega", + "icicle", + "icicle_plant", + "iciness", + "icing", + "icing_sugar", + "icing_the_puck", + "icon", + "iconoclasm", + "iconoclast", + "iconography", + "iconolatry", + "iconology", + "iconoscope", + "icosahedron", + "icsh", + "ictalurus", + "ictalurus_punctatus", + "icteria", + "icteria_virens", + "icteridae", + "icterus", + "icterus_galbula", + "icterus_galbula_bullockii", + "icterus_galbula_galbula", + "icterus_neonatorum", + "icterus_spurius", + "ictiobus", + "ictiobus_niger", + "ictodosaur", + "ictodosauria", + "ictonyx", + "ictonyx_frenata", + "ictonyx_striata", + "ictus", + "icu", + "id", + "id_al-adha", + "id_al-fitr", + "ida", + "ida_m._tarbell", + "ida_minerva_tarbell", + "ida_tarbell", + "idaho", + "idaho_falls", + "idahoan", + "iddm", + "idea", + "ideal", + "ideal_gas", + "ideal_solid", + "idealisation", + "idealism", + "idealist", + "ideality", + "idealization", + "idealogue", + "ideation", + "identical_twin", + "identicalness", + "identification", + "identification_number", + "identification_particle", + "identifier", + "identikit", + "identikit_picture", + "identity", + "identity_card", + "identity_crisis", + "identity_element", + "identity_matrix", + "identity_operator", + "identity_theft", + "identity_verification", + "ideogram", + "ideograph", + "ideography", + "ideological_barrier", + "ideologist", + "ideologue", + "ideology", + "ides", + "idesia", + "idesia_polycarpa", + "idf", + "idiocy", + "idiolatry", + "idiolect", + "idiom", + "idiom_neutral", + "idiomatic_expression", + "idiopathic_disease", + "idiopathic_disorder", + "idiopathic_hemochromatosis", + "idiopathic_thrombocytopenic_purpura", + "idiopathy", + "idiosyncrasy", + "idiot", + "idiot_box", + "idiot_light", + "idiot_savant", + "iditarod", + "iditarod_trail", + "iditarod_trail_dog_sled_race", + "idle", + "idle_pulley", + "idle_talk", + "idle_wheel", + "idle_words", + "idleness", + "idler", + "idler_pulley", + "idling", + "ido", + "idocrase", + "idol", + "idol_worship", + "idol_worshiper", + "idolater", + "idolatress", + "idolatry", + "idolisation", + "idoliser", + "idolization", + "idolizer", + "idp", + "idria_columnaris", + "idun", + "idyl", + "idyll", + "ie", + "ied", + "ieoh_ming_pei", + "ifc", + "ig", + "iga", + "igbo", + "igd", + "ige", + "igg", + "igigi", + "iglesias", + "igloo", + "iglu", + "igm", + "ignace_jan_paderewski", + "ignace_paderewski", + "ignatius", + "ignatius_of_loyola", + "igneous_rock", + "ignis_fatuus", + "igniter", + "ignition", + "ignition_coil", + "ignition_interlock", + "ignition_key", + "ignition_lock", + "ignition_switch", + "ignition_system", + "ignitor", + "ignobility", + "ignobleness", + "ignominiousness", + "ignominy", + "ignoramus", + "ignorance", + "ignorantness", + "ignoratio_elenchi", + "igor_fyodorovich_stravinsky", + "igor_ivanovich_sikorsky", + "igor_sikorsky", + "igor_stravinsky", + "igor_tamm", + "igor_yevgeneevich_tamm", + "iguana", + "iguana_iguana", + "iguania", + "iguanid", + "iguanid_lizard", + "iguanidae", + "iguanodon", + "iguanodontidae", + "iguassu", + "iguassu_falls", + "iguazu", + "iguazu_falls", + "ii", + "ii_chronicles", + "ii_corinthians", + "ii_esdras", + "ii_john", + "ii_kings", + "ii_maccabees", + "ii_peter", + "ii_samuel", + "ii_thessalonians", + "ii_timothy", + "iii", + "iii_john", + "iis", + "ijssel", + "ijssel_river", + "ijsselmeer", + "ijtihad", + "ike", + "ikhanaton", + "ikon", + "il", + "il_duce", + "ilama", + "ilama_tree", + "ilang-ilang", + "ile-de-france", + "ile-st-louis", + "ileal_artery", + "ileitis", + "ileocecal_valve", + "ileocolic_artery", + "ileocolic_vein", + "ileostomy", + "iles_comores", + "iles_marquises", + "ileum", + "ileus", + "ilex", + "ilex_cornuta", + "ilex_decidua", + "ilex_glabra", + "ilex_paraguariensis", + "iliac_artery", + "iliac_vein", + "iliad", + "iliamna", + "iliamna_acerifolia", + "iliamna_remota", + "iliamna_ruvularis", + "ilich_ramirez_sanchez", + "ilich_sanchez", + "iliolumbar_artery", + "iliolumbar_vein", + "ilion", + "ilium", + "ilk", + "ill", + "ill-being", + "ill-breeding", + "ill-treatment", + "ill-usage", + "ill_fame", + "ill_health", + "ill_humor", + "ill_humour", + "ill_luck", + "ill_nature", + "ill_service", + "ill_temper", + "ill_turn", + "ill_will", + "illampu", + "illation", + "illecebrum", + "illecebrum_verticullatum", + "illegal_possession", + "illegality", + "illegibility", + "illegitimacy", + "illegitimate", + "illegitimate_child", + "illegitimate_enterprise", + "illiberality", + "illicitness", + "illicium", + "illicium_anisatum", + "illicium_floridanum", + "illicium_verum", + "illimani", + "illinois", + "illinois_river", + "illinoisan", + "illiteracy", + "illiterate", + "illiterate_person", + "illness", + "illogic", + "illogicality", + "illogicalness", + "illuminance", + "illuminant", + "illumination", + "illumination_unit", + "illusion", + "illusionist", + "illustration", + "illustrator", + "illustriousness", + "illyria", + "illyrian", + "ilmen", + "ilmenite", + "ilo", + "ilosone", + "ilya_ehrenberg", + "ilya_grigorievich_ehrenberg", + "ilya_ilich_metchnikov", + "image", + "image_breaker", + "image_compression", + "image_orthicon", + "image_scanner", + "imagery", + "imaginary", + "imaginary_being", + "imaginary_creature", + "imaginary_number", + "imaginary_part", + "imaginary_part_of_a_complex_number", + "imaginary_place", + "imagination", + "imagination_image", + "imaginative_comparison", + "imaginativeness", + "imaging", + "imagism", + "imago", + "imam", + "imamu_amiri_baraka", + "imaret", + "imaum", + "imavate", + "imbalance", + "imbauba", + "imbecile", + "imbecility", + "imbiber", + "imbibing", + "imbibition", + "imbrication", + "imbroglio", + "imf", + "imidazole", + "imide", + "iminazole", + "imipramine", + "imitation", + "imitation_leather", + "imitative_electronic_deception", + "imitator", + "immaculate_conception", + "immaculate_conception_of_the_virgin_mary", + "immaculateness", + "immanence", + "immanency", + "immanuel_kant", + "immateriality", + "immatureness", + "immaturity", + "immediacy", + "immediate_allergy", + "immediate_apprehension", + "immediate_constituent", + "immediate_memory", + "immediate_payment", + "immediateness", + "immenseness", + "immensity", + "immersion", + "immersion_foot", + "immersion_heater", + "immigrant", + "immigrant_class", + "immigration", + "immigration_and_naturalization_service", + "imminence", + "imminency", + "imminent_abortion", + "imminentness", + "immobilisation", + "immobility", + "immobilization", + "immobilizing", + "immoderateness", + "immoderation", + "immodesty", + "immolation", + "immorality", + "immortal", + "immortality", + "immortelle", + "immotility", + "immovability", + "immovable", + "immovable_bandage", + "immovableness", + "immune", + "immune_carrier", + "immune_gamma_globulin", + "immune_globulin", + "immune_reaction", + "immune_response", + "immune_serum_globulin", + "immune_suppressant_drug", + "immune_system", + "immunisation", + "immunity", + "immunization", + "immunizing_agent", + "immunoassay", + "immunochemical_assay", + "immunochemistry", + "immunocompetence", + "immunodeficiency", + "immunoelectrophoresis", + "immunofluorescence", + "immunogen", + "immunogenicity", + "immunoglobulin", + "immunoglobulin_a", + "immunoglobulin_d", + "immunoglobulin_e", + "immunoglobulin_g", + "immunoglobulin_m", + "immunohistochemistry", + "immunologic_response", + "immunological_disorder", + "immunologist", + "immunology", + "immunopathology", + "immunosuppressant", + "immunosuppression", + "immunosuppressive", + "immunosuppressive_drug", + "immunosuppressor", + "immunotherapy", + "immurement", + "immutability", + "immutableness", + "imo", + "imogene_coca", + "imou_pine", + "imp", + "impact", + "impact_printer", + "impacted_fracture", + "impacted_tooth", + "impaction", + "impairer", + "impairment", + "impala", + "impala_lily", + "impalement", + "impalpability", + "impartation", + "impartiality", + "imparting", + "impasse", + "impassiveness", + "impassivity", + "impasto", + "impatience", + "impatiens_capensis", + "impeachability", + "impeachment", + "impeccability", + "impecuniousness", + "impedance", + "impediment", + "impedimenta", + "impeller", + "impendence", + "impendency", + "impenetrability", + "impenetrableness", + "impenitence", + "impenitency", + "imperative", + "imperative_form", + "imperative_mood", + "imperativeness", + "imperceptibility", + "imperfect", + "imperfect_tense", + "imperfectibility", + "imperfection", + "imperfective", + "imperfective_aspect", + "imperfectness", + "imperforate_anus", + "imperforate_hymen", + "imperial", + "imperial_beard", + "imperial_capacity_unit", + "imperial_decree", + "imperial_elephant", + "imperial_gallon", + "imperial_japanese_morning_glory", + "imperial_mammoth", + "imperial_moth", + "imperialism", + "imperialist", + "imperiousness", + "imperishability", + "imperishableness", + "imperishingness", + "imperium", + "impermanence", + "impermanency", + "impermeability", + "impermeableness", + "impermissibility", + "impersonation", + "impersonator", + "impertinence", + "imperturbability", + "imperturbableness", + "imperviousness", + "impetigo", + "impetuosity", + "impetuousness", + "impetus", + "impiety", + "impingement", + "impinging", + "impiousness", + "impishness", + "implant", + "implantation", + "implausibility", + "implausibleness", + "implement", + "implementation", + "implements_of_war", + "implication", + "implicitness", + "implied_trust", + "implosion", + "implosion_therapy", + "impoliteness", + "imponderable", + "import", + "import_barrier", + "import_credit", + "import_duty", + "importance", + "important_person", + "importation", + "importee", + "importer", + "importing", + "importunity", + "imposition", + "impossibility", + "impossible", + "impossible_action", + "impossibleness", + "impost", + "imposter", + "impostor", + "imposture", + "impotence", + "impotency", + "impounding", + "impoundment", + "impoverishment", + "impracticability", + "impracticableness", + "impracticality", + "impramine_hydrochloride", + "imprecation", + "impreciseness", + "imprecision", + "impregnability", + "impregnation", + "impresario", + "impress", + "impression", + "impressionism", + "impressionist", + "impressive_aphasia", + "impressiveness", + "impressment", + "imprimatur", + "imprint", + "imprinting", + "imprisonment", + "improbability", + "improbableness", + "impromptu", + "improper_fraction", + "improperness", + "impropriety", + "improvement", + "improver", + "improvidence", + "improvisation", + "improvised_explosive_device", + "imprudence", + "impudence", + "impuissance", + "impulse", + "impulse_explosive", + "impulse_turbine", + "impulsion", + "impulsiveness", + "impunity", + "impureness", + "impurity", + "imputation", + "imu", + "imuran", + "in", + "in-basket", + "in-fighting", + "in-joke", + "in-law", + "in-line_skate", + "in-migration", + "in-tray", + "in_time", + "inability", + "inaccessibility", + "inaccuracy", + "inachis", + "inachis_io", + "inaction", + "inactivation", + "inactiveness", + "inactivity", + "inadequacy", + "inadequateness", + "inadmissibility", + "inadvertence", + "inadvertency", + "inadvisability", + "inamorata", + "inamorato", + "inanimateness", + "inanition", + "inanity", + "inanna", + "inapplicability", + "inappositeness", + "inappropriateness", + "inaptitude", + "inaptness", + "inattention", + "inattentiveness", + "inaudibility", + "inaudibleness", + "inaugural", + "inaugural_address", + "inauguration", + "inauguration_day", + "inauspiciousness", + "inborn_error_of_metabolism", + "inborn_reflex", + "inbreeding", + "inc", + "inca", + "incalescence", + "incan", + "incandescence", + "incandescent_lamp", + "incantation", + "incapability", + "incapableness", + "incapacity", + "incarceration", + "incarnation", + "incasement", + "incaution", + "incautiousness", + "incendiarism", + "incendiary", + "incendiary_bomb", + "incense", + "incense_cedar", + "incense_tree", + "incense_wood", + "incentive", + "incentive_option", + "incentive_program", + "incentive_scheme", + "incentive_stock_option", + "inception", + "incertitude", + "incessancy", + "incessantness", + "incest", + "inch", + "incheon", + "inchoative", + "inchoative_aspect", + "inchon", + "inchworm", + "incidence", + "incidence_angle", + "incident", + "incidental", + "incidental_expense", + "incidental_music", + "incienso", + "incineration", + "incinerator", + "incipience", + "incipiency", + "incision", + "incisiveness", + "incisor", + "incisura", + "incisure", + "incitation", + "incitement", + "inciter", + "incivility", + "inclemency", + "inclementness", + "inclination", + "inclination_of_an_orbit", + "incline", + "incline_bench_press", + "inclined_fault", + "inclined_plane", + "inclining", + "inclinometer", + "inclosure", + "inclusion", + "inclusion_body", + "inclusion_body_encephalitis", + "inclusion_body_myositis", + "incognizance", + "incoherence", + "incoherency", + "income", + "income_bracket", + "income_statement", + "income_tax", + "income_tax_bracket", + "income_tax_return", + "incoming", + "incommodiousness", + "incommutability", + "incompatibility", + "incompetence", + "incompetency", + "incompetent", + "incompetent_cervix", + "incompetent_person", + "incomplete_abortion", + "incomplete_fracture", + "incompleteness", + "incomprehensibility", + "incomprehension", + "incompressibility", + "inconceivability", + "inconceivableness", + "inconclusiveness", + "inconel", + "incongruity", + "incongruousness", + "inconsequence", + "inconsiderateness", + "inconsideration", + "inconsistency", + "inconspicuousness", + "inconstancy", + "incontinence", + "incontinency", + "incontrovertibility", + "incontrovertibleness", + "inconvenience", + "inconvertibility", + "incoordination", + "incorporation", + "incorporeality", + "incorrectness", + "incorruptibility", + "incorruption", + "incorruptness", + "increase", + "incredibility", + "incredibleness", + "incredulity", + "increment", + "incremental_cost", + "incrimination", + "incrustation", + "incubation", + "incubation_period", + "incubator", + "incubus", + "inculcation", + "inculpability", + "inculpableness", + "inculpation", + "incumbency", + "incumbent", + "incumbrance", + "incurability", + "incurable", + "incurableness", + "incurrence", + "incurring", + "incursion", + "incurvation", + "incurvature", + "incus", + "indaba", + "indapamide", + "indebtedness", + "indecency", + "indecent_exposure", + "indecision", + "indecisiveness", + "indecorousness", + "indecorum", + "indefatigability", + "indefatigableness", + "indefinite_article", + "indefinite_integral", + "indefinite_quantity", + "indefiniteness", + "indefinity", + "indelible_ink", + "indelicacy", + "indemnification", + "indemnity", + "indene", + "indent", + "indentation", + "indention", + "indenture", + "independence", + "independence_day", + "independence_hall", + "independency", + "independent", + "independent_agency", + "independent_clause", + "independent_state_of_papua_new_guinea", + "independent_state_of_samoa", + "independent_variable", + "inderal", + "indestructibility", + "indeterminacy", + "indeterminacy_principle", + "indeterminateness", + "indetermination", + "index", + "index_case", + "index_finger", + "index_fossil", + "index_fund", + "index_number", + "index_of_refraction", + "index_register", + "indexation", + "indexer", + "indexing", + "india", + "india-rubber_fig", + "india-rubber_plant", + "india-rubber_tree", + "india_ink", + "india_paper", + "india_rubber", + "indiaman", + "indian", + "indian_agent", + "indian_arrowroot", + "indian_banyan", + "indian_bean", + "indian_beech", + "indian_beet", + "indian_blackwood", + "indian_blanket", + "indian_breadroot", + "indian_buffalo", + "indian_button_fern", + "indian_capital", + "indian_cherry", + "indian_chickweed", + "indian_chief", + "indian_chieftain", + "indian_chocolate", + "indian_cholera", + "indian_club", + "indian_cobra", + "indian_coral_tree", + "indian_corn", + "indian_cress", + "indian_crocus", + "indian_currant", + "indian_elephant", + "indian_file", + "indian_giver", + "indian_grackle", + "indian_hemp", + "indian_lettuce", + "indian_lodge", + "indian_lotus", + "indian_madder", + "indian_mallow", + "indian_meal", + "indian_millet", + "indian_monetary_unit", + "indian_mongoose", + "indian_mustard", + "indian_mutiny", + "indian_ocean", + "indian_paint", + "indian_paintbrush", + "indian_pea", + "indian_pink", + "indian_pipe", + "indian_plantain", + "indian_poke", + "indian_pony", + "indian_potato", + "indian_python", + "indian_race", + "indian_rat_snake", + "indian_rattlebox", + "indian_red", + "indian_relish", + "indian_reservation", + "indian_rhinoceros", + "indian_rhododendron", + "indian_rhubarb", + "indian_rice", + "indian_rosewood", + "indian_rupee", + "indian_salad", + "indian_senna", + "indian_shot", + "indian_summer", + "indian_tapir", + "indian_tick_fever", + "indian_tobacco", + "indian_trail", + "indian_turnip", + "indiana", + "indianan", + "indianapolis", + "indic", + "indicant", + "indication", + "indicative", + "indicative_mood", + "indicator", + "indicator_lamp", + "indicatoridae", + "indictability", + "indiction", + "indictment", + "indie", + "indifference", + "indigen", + "indigence", + "indigene", + "indigenous_language", + "indigenousness", + "indigestibility", + "indigestibleness", + "indigestion", + "indigirka", + "indigirka_river", + "indignation", + "indignity", + "indigo", + "indigo_bird", + "indigo_broom", + "indigo_bunting", + "indigo_finch", + "indigo_plant", + "indigo_snake", + "indigo_squill", + "indigofera", + "indigofera_anil", + "indigofera_suffruticosa", + "indigofera_tinctoria", + "indigotin", + "indinavir", + "indira_gandhi", + "indira_nehru_gandhi", + "indirect_antonym", + "indirect_correlation", + "indirect_discourse", + "indirect_evidence", + "indirect_expression", + "indirect_fire", + "indirect_immunofluorescence", + "indirect_lighting", + "indirect_object", + "indirect_request", + "indirect_tax", + "indirect_transmission", + "indirection", + "indirectness", + "indiscipline", + "indiscreetness", + "indiscretion", + "indispensability", + "indispensableness", + "indisposition", + "indisputability", + "indistinctness", + "indistinguishability", + "indium", + "individual", + "individual_retirement_account", + "individualisation", + "individualism", + "individualist", + "individuality", + "individualization", + "individuation", + "indo-aryan", + "indo-european", + "indo-european_language", + "indo-hittite", + "indo-iranian", + "indo-iranian_language", + "indochina", + "indochinese_peninsula", + "indocin", + "indoctrination", + "indoleacetic_acid", + "indolebutyric_acid", + "indolence", + "indomethacin", + "indomitability", + "indonesia", + "indonesian", + "indonesian_borneo", + "indonesian_monetary_unit", + "indoor_garden", + "indorsement", + "indorser", + "indra", + "indri", + "indri_brevicaudatus", + "indri_indri", + "indriidae", + "indris", + "indubitability", + "induced_abortion", + "inducement", + "inducer", + "inducing", + "inductance", + "inductance_unit", + "inductee", + "induction", + "induction_accelerator", + "induction_coil", + "induction_heating", + "induction_of_labor", + "inductive_reasoning", + "inductor", + "indulgence", + "indulging", + "indument", + "indumentum", + "indurated_clay", + "induration", + "induration_of_the_arteries", + "indus", + "indus_civilization", + "indus_river", + "indusium", + "industrial_air_pollution", + "industrial_arts", + "industrial_bank", + "industrial_disease", + "industrial_engineering", + "industrial_enterprise", + "industrial_loan_company", + "industrial_management", + "industrial_park", + "industrial_plant", + "industrial_process", + "industrial_psychology", + "industrial_revolution", + "industrial_union", + "industrial_watercourse", + "industrial_workers_of_the_world", + "industrialisation", + "industrialism", + "industrialist", + "industrialization", + "industriousness", + "industry", + "industry_analyst", + "indweller", + "inebriant", + "inebriate", + "inebriation", + "inebriety", + "ineffectiveness", + "ineffectuality", + "ineffectualness", + "inefficaciousness", + "inefficacy", + "inefficiency", + "inelasticity", + "inelegance", + "ineligibility", + "ineluctability", + "ineptitude", + "ineptness", + "inequality", + "inequity", + "inerrancy", + "inert_gas", + "inertia", + "inertial_frame", + "inertial_guidance", + "inertial_guidance_system", + "inertial_mass", + "inertial_navigation", + "inertial_navigation_system", + "inertial_reference_frame", + "inertness", + "inessential", + "inessentiality", + "inevitability", + "inevitable", + "inevitable_accident", + "inevitableness", + "inexactitude", + "inexactness", + "inexorability", + "inexorableness", + "inexpedience", + "inexpediency", + "inexpensiveness", + "inexperience", + "inexperienced_person", + "inexplicitness", + "infallibility", + "infamy", + "infancy", + "infant", + "infant's-breath", + "infant_death", + "infant_deathrate", + "infant_feeding", + "infant_mortality", + "infant_mortality_rate", + "infant_prodigy", + "infant_school", + "infanticide", + "infantile_amaurotic_idiocy", + "infantile_autism", + "infantile_fixation", + "infantile_paralysis", + "infantilism", + "infantry", + "infantryman", + "infarct", + "infarction", + "infatuation", + "infeasibility", + "infection", + "infectious_agent", + "infectious_disease", + "infectious_hepatitis", + "infectious_mononucleosis", + "infectious_polyneuritis", + "infective_agent", + "infelicity", + "inference", + "inferior", + "inferior_alveolar_artery", + "inferior_cerebellar_artery", + "inferior_cerebral_vein", + "inferior_colliculus", + "inferior_conjunction", + "inferior_court", + "inferior_epigastric_vein", + "inferior_labial_artery", + "inferior_labial_vein", + "inferior_mesenteric_artery", + "inferior_ophthalmic_vein", + "inferior_planet", + "inferior_pulmonary_vein", + "inferior_rectus", + "inferior_rectus_muscle", + "inferior_thalamostriate_vein", + "inferior_thyroid_vein", + "inferior_vena_cava", + "inferior_vocal_cord", + "inferior_vocal_fold", + "inferiority", + "inferiority_complex", + "infernal", + "infernal_machine", + "infernal_region", + "inferno", + "infertility", + "infestation", + "infidel", + "infidelity", + "infield", + "infielder", + "infiltration", + "infiltrator", + "infinite", + "infiniteness", + "infinitesimal", + "infinitesimal_calculus", + "infinitive", + "infinitude", + "infinity", + "infirmary", + "infirmity", + "infix", + "infix_notation", + "inflaming", + "inflammability", + "inflammation", + "inflammatory_bowel_disease", + "inflammatory_disease", + "inflatable_cushion", + "inflater", + "inflation", + "inflation_rate", + "inflation_therapy", + "inflationary_spiral", + "inflator", + "inflection", + "inflectional_ending", + "inflectional_morphology", + "inflectional_suffix", + "inflexibility", + "inflexibleness", + "inflexion", + "infliction", + "infliximab", + "inflorescence", + "inflow", + "influence", + "influence_peddler", + "influential_person", + "influenza", + "influx", + "info", + "infolding", + "infomercial", + "informality", + "informant", + "informatics", + "information", + "information_age", + "information_bulletin", + "information_gathering", + "information_measure", + "information_processing", + "information_processing_system", + "information_return", + "information_science", + "information_superhighway", + "information_system", + "information_technology", + "information_theory", + "information_warfare", + "informational_rna", + "informed_consent", + "informer", + "informer's_privilege", + "informercial", + "informing", + "infotainment", + "infraction", + "infraorbital_artery", + "infrared", + "infrared_emission", + "infrared_frequency", + "infrared_lamp", + "infrared_light", + "infrared_radiation", + "infrared_ray", + "infrared_spectrum", + "infrared_therapy", + "infrastructure", + "infrequency", + "infrigidation", + "infringement", + "infringement_of_copyright", + "infructescence", + "infundibulum", + "infuriation", + "infusion", + "infusoria", + "infusorian", + "inga", + "inga_edulis", + "inga_laurina", + "ingathering", + "inge", + "ingeniousness", + "ingenue", + "ingenuity", + "ingenuousness", + "inger", + "ingerman", + "ingesta", + "ingestion", + "inglenook", + "ingmar_bergman", + "ingot", + "ingot_iron", + "ingraining", + "ingrate", + "ingratiation", + "ingratitude", + "ingredient", + "ingres", + "ingress", + "ingrian", + "ingrid_bergman", + "ingroup", + "ingrown_hair", + "ingrown_toenail", + "ingrowth", + "inguen", + "inguinal_canal", + "inguinal_hernia", + "inh", + "inhabitancy", + "inhabitant", + "inhabitation", + "inhalant", + "inhalation", + "inhalation_anaesthetic", + "inhalation_anesthesia", + "inhalation_anesthetic", + "inhalation_anthrax", + "inhalation_general_anaesthetic", + "inhalation_general_anesthetic", + "inhalator", + "inhaler", + "inharmoniousness", + "inherence", + "inherency", + "inherent_aptitude", + "inheritance", + "inheritance_tax", + "inherited_disease", + "inherited_disorder", + "inherited_wealth", + "inheritor", + "inheritress", + "inheritrix", + "inhibition", + "inhibitor", + "inhomogeneity", + "inhospitableness", + "inhospitality", + "inhuman_treatment", + "inhumaneness", + "inhumanity", + "inhumation", + "inigo_jones", + "inion", + "iniquity", + "initial", + "initial_offering", + "initial_public_offering", + "initial_rhyme", + "initialisation", + "initialization", + "initiate", + "initiation", + "initiative", + "initiator", + "injectant", + "injection", + "injector", + "injudiciousness", + "injun", + "injunction", + "injured_party", + "injuriousness", + "injury", + "injustice", + "ink", + "ink-jet_printer", + "ink_bottle", + "ink_cartridge", + "ink_eraser", + "inka", + "inkberry", + "inkblot", + "inkblot_test", + "inkiness", + "inking_pad", + "inkle", + "inkling", + "inkpad", + "inkpot", + "inkstand", + "inkwell", + "inky-cap_mushroom", + "inky_cap", + "inla", + "inland_bill", + "inland_passage", + "inland_revenue", + "inland_sea", + "inlay", + "inlet", + "inlet_manifold", + "inmarriage", + "inmate", + "inn", + "innards", + "innate_immunity", + "innate_reflex", + "innateness", + "inner_circle", + "inner_city", + "inner_ear", + "inner_hebrides", + "inner_light", + "inner_mongolia", + "inner_product", + "inner_resource", + "inner_tube", + "innersole", + "innervation", + "inning", + "innings", + "innkeeper", + "innocence", + "innocency", + "innocense", + "innocent", + "innocent_iii", + "innocent_viii", + "innocent_xi", + "innocent_xii", + "innocents'_day", + "innominate_artery", + "innominate_bone", + "innominate_vein", + "innovation", + "innovativeness", + "innovator", + "innsbruck", + "innuendo", + "innumerableness", + "inocor", + "inoculant", + "inoculating", + "inoculation", + "inoculator", + "inoculum", + "inopportuneness", + "inordinateness", + "inorganic_chemistry", + "inorganic_compound", + "inorganic_phosphate", + "inosculation", + "inosine", + "inositol", + "inpatient", + "inpour", + "inpouring", + "input", + "input_data", + "input_device", + "input_file", + "input_program", + "input_routine", + "input_signal", + "inquest", + "inquietude", + "inquirer", + "inquiring", + "inquiry", + "inquiry_agent", + "inquisition", + "inquisitiveness", + "inquisitor", + "inr", + "inroad", + "inrush", + "ins", + "insalubriousness", + "insalubrity", + "insane_asylum", + "insaneness", + "insanity", + "insanity_plea", + "inscription", + "inscrutability", + "insect", + "insect_bite", + "insect_powder", + "insect_repellant", + "insect_repellent", + "insecta", + "insecticide", + "insectifuge", + "insectivora", + "insectivore", + "insecureness", + "insecurity", + "insemination", + "insensibility", + "insensitiveness", + "insensitivity", + "insentience", + "insert", + "insertion", + "insertional_mutagenesis", + "insessores", + "inset", + "inside", + "inside_caliper", + "inside_clinch", + "inside_information", + "inside_job", + "inside_loop", + "inside_passage", + "inside_track", + "insider", + "insider_information", + "insider_trading", + "insidiousness", + "insight", + "insightfulness", + "insignia", + "insignia_of_rank", + "insignificance", + "insincerity", + "insinuation", + "insipidity", + "insipidness", + "insistence", + "insistency", + "insisting", + "insobriety", + "insolation", + "insole", + "insolence", + "insolubility", + "insolvency", + "insolvent", + "insomnia", + "insomniac", + "insouciance", + "inspection", + "inspection_and_repair", + "inspector", + "inspector_general", + "inspector_maigret", + "inspectorate", + "inspectorship", + "inspiration", + "inspirer", + "inspissation", + "instability", + "installation", + "installation_charge", + "installing", + "installment", + "installment_buying", + "installment_credit", + "installment_debt", + "installment_loan", + "installment_plan", + "installment_rate", + "instalment", + "instance", + "instancy", + "instant", + "instant_coffee", + "instant_replay", + "instantaneous_sound_pressure", + "instantaneousness", + "instantiation", + "instar", + "instauration", + "instep", + "instigant", + "instigation", + "instigator", + "instillation", + "instillator", + "instilling", + "instillment", + "instilment", + "instinct", + "instinctive_reflex", + "institute", + "institution", + "instroke", + "instruction", + "instruction_book", + "instruction_execution", + "instruction_manual", + "instructions", + "instructor", + "instructorship", + "instructress", + "instrument", + "instrument_flying", + "instrument_landing", + "instrument_of_execution", + "instrument_of_punishment", + "instrument_of_torture", + "instrument_panel", + "instrumental_conditioning", + "instrumental_music", + "instrumental_role", + "instrumentalism", + "instrumentalist", + "instrumentality", + "instrumentation", + "insubordination", + "insubstantiality", + "insufficiency", + "insufflation", + "insulant", + "insularism", + "insularity", + "insulating_material", + "insulating_tape", + "insulation", + "insulator", + "insulin", + "insulin-dependent_diabetes_mellitus", + "insulin_reaction", + "insulin_shock", + "insulin_shock_therapy", + "insulin_shock_treatment", + "insult", + "insurability", + "insurable_interest", + "insurance", + "insurance_agent", + "insurance_broker", + "insurance_claim", + "insurance_company", + "insurance_coverage", + "insurance_firm", + "insurance_policy", + "insurance_premium", + "insurance_underwriter", + "insured", + "insured_person", + "insurer", + "insurgence", + "insurgency", + "insurgent", + "insurrection", + "insurrectionism", + "insurrectionist", + "intactness", + "intaglio", + "intaglio_printing", + "intake", + "intake_manifold", + "intake_valve", + "intangibility", + "intangible", + "intangible_asset", + "intangibleness", + "integer", + "integral", + "integral_calculus", + "integrality", + "integrated_circuit", + "integrated_data_processing", + "integrated_logistic_support", + "integrating", + "integration", + "integrator", + "integrity", + "integument", + "integumentary_system", + "intellect", + "intellection", + "intellectual", + "intellectual_nourishment", + "intellectual_property", + "intellectualisation", + "intellectualization", + "intelligence", + "intelligence_activity", + "intelligence_agency", + "intelligence_agent", + "intelligence_analyst", + "intelligence_cell", + "intelligence_community", + "intelligence_information", + "intelligence_officer", + "intelligence_operation", + "intelligence_quotient", + "intelligence_service", + "intelligence_test", + "intelligentsia", + "intelligibility", + "intelnet", + "intemperance", + "intemperateness", + "intensification", + "intensifier", + "intension", + "intensity", + "intensity_level", + "intensive", + "intensive_care", + "intensive_care_unit", + "intensiveness", + "intent", + "intention", + "intentionality", + "intentness", + "inter-group_communication", + "inter-service_support", + "inter-services_intelligence", + "inter_vivos_trust", + "interaction", + "interactive_multimedia", + "interactive_multimedia_system", + "interagency_support", + "interahamwe", + "interbank_loan", + "interbrain", + "interbreeding", + "intercalary_year", + "intercalation", + "intercapitular_vein", + "intercellular_substance", + "intercept", + "interception", + "interceptor", + "intercession", + "intercessor", + "interchange", + "interchangeability", + "interchangeableness", + "intercom", + "intercom_speaker", + "intercommunication", + "intercommunication_system", + "intercommunion", + "interconnectedness", + "interconnection", + "intercontinental_ballistic_missile", + "intercostal", + "intercostal_artery", + "intercostal_muscle", + "intercostal_vein", + "intercourse", + "interdepartmental_support", + "interdependence", + "interdependency", + "interdict", + "interdiction", + "interdiction_fire", + "interest", + "interest_expense", + "interest_group", + "interest_rate", + "interestedness", + "interestingness", + "interface", + "interfacial_surface_tension", + "interfacial_tension", + "interference", + "interference_fringe", + "interferometer", + "interferon", + "intergalactic_space", + "interim", + "interim_overhaul", + "interior", + "interior_angle", + "interior_decoration", + "interior_decorator", + "interior_department", + "interior_design", + "interior_designer", + "interior_door", + "interior_live_oak", + "interior_monologue", + "interior_secretary", + "interjection", + "interlaken", + "interlanguage", + "interlayer", + "interleaf", + "interleukin", + "interlingua", + "interlingual_rendition", + "interlock", + "interlocking", + "interlocutor", + "interlocutory_injunction", + "interloper", + "interlude", + "intermarriage", + "intermaxillary_suture", + "intermediary", + "intermediate", + "intermediate_host", + "intermediate_temporal_artery", + "intermediate_vector_boson", + "intermediate_wheatgrass", + "intermediation", + "intermediator", + "interment", + "intermezzo", + "intermission", + "intermittence", + "intermittency", + "intermittent_claudication", + "intermittent_cramp", + "intermittent_tetanus", + "intermixture", + "intern", + "internal-combustion_engine", + "internal_angle", + "internal_auditor", + "internal_auditory_artery", + "internal_auditory_vein", + "internal_carotid_artery", + "internal_cerebral_vein", + "internal_combustion", + "internal_control", + "internal_drive", + "internal_ear", + "internal_iliac_artery", + "internal_iliac_vein", + "internal_jugular_vein", + "internal_maxillary_artery", + "internal_medicine", + "internal_organ", + "internal_representation", + "internal_respiration", + "internal_revenue", + "internal_revenue_agent", + "internal_revenue_service", + "internal_rhyme", + "internal_secretion", + "internal_spermatic_artery", + "internalisation", + "internality", + "internalization", + "internasal_suture", + "international", + "international_affairs", + "international_ampere", + "international_association_of_lions_clubs", + "international_atomic_energy_agency", + "international_bank_for_reconstruction_and_development", + "international_candle", + "international_civil_aviation_organization", + "international_court_of_justice", + "international_date_line", + "international_development_association", + "international_finance_corporation", + "international_flight", + "international_grandmaster", + "international_intelligence_agency", + "international_islamic_front_for_jihad_against_jews_and_crusaders", + "international_jihad", + "international_labor_organization", + "international_labour_organization", + "international_law", + "international_law_enforcement_agency", + "international_logistic_support", + "international_maritime_organization", + "international_mile", + "international_monetary_fund", + "international_morse_code", + "international_nautical_mile", + "international_organisation", + "international_organization", + "international_pitch", + "international_relations_and_security_network", + "international_scale", + "international_society_for_krishna_consciousness", + "international_system", + "international_system_of_units", + "international_terrorism", + "international_wanted_notice", + "international_waters", + "internationale", + "internationalisation", + "internationalism", + "internationalist", + "internationality", + "internationalization", + "interne", + "internee", + "internet", + "internet_explorer", + "internet_site", + "internist", + "internment", + "internment_camp", + "internode", + "internship", + "internuncio", + "interoception", + "interoceptor", + "interocular_lens_implant", + "interoperability", + "interparietal_suture", + "interpellation", + "interpenetration", + "interpersonal_chemistry", + "interphalangeal_joint", + "interphone", + "interplanetary_dust", + "interplanetary_gas", + "interplanetary_medium", + "interplanetary_space", + "interplay", + "interpol", + "interpolation", + "interposition", + "interpretation", + "interpretative_dance", + "interpretative_dancing", + "interpreter", + "interpreting", + "interpretive_dance", + "interpretive_dancing", + "interpretive_program", + "interreflection", + "interregnum", + "interrelatedness", + "interrelation", + "interrelationship", + "interrogation", + "interrogation_point", + "interrogative", + "interrogative_mood", + "interrogative_sentence", + "interrogator", + "interrogatory", + "interrupt", + "interrupted_fern", + "interrupter", + "interruption", + "intersection", + "intersection_point", + "intersex", + "interspersal", + "interspersion", + "interstate", + "interstate_commerce_commission", + "interstate_highway", + "interstellar_medium", + "interstellar_space", + "interstice", + "interstitial_cell-stimulating_hormone", + "interstitial_fluid", + "interstitial_plasma_cell_pneumonia", + "interstitial_pneumonia", + "interstitial_tissue", + "intertrigo", + "interval", + "intervenor", + "intervention", + "interventricular_foramen", + "intervertebral_disc", + "intervertebral_disk", + "intervertebral_vein", + "interview", + "interviewee", + "interviewer", + "intestacy", + "intestinal_artery", + "intestinal_bypass", + "intestinal_colic", + "intestinal_flora", + "intestinal_flu", + "intestinal_juice", + "intestinal_obstruction", + "intestine", + "inti", + "intifada", + "intifadah", + "intima", + "intimacy", + "intimate", + "intimate_apparel", + "intimation", + "intimidation", + "intolerance", + "intonation", + "intonation_pattern", + "intoxicant", + "intoxication", + "intracapsular_surgery", + "intracellular_fluid", + "intracranial_aneurysm", + "intracranial_cavity", + "intractability", + "intractableness", + "intradermal_injection", + "intradermal_test", + "intrados", + "intramuscular_injection", + "intranet", + "intransigence", + "intransigency", + "intransitive", + "intransitive_verb", + "intransitive_verb_form", + "intransitiveness", + "intransitivity", + "intraocular_lens", + "intraocular_pressure", + "intrauterine_device", + "intravasation", + "intravenous_anesthetic", + "intravenous_drip", + "intravenous_feeding", + "intravenous_injection", + "intravenous_pyelogram", + "intravenous_pyelography", + "intrenchment", + "intrepidity", + "intricacy", + "intrigue", + "intriguer", + "intrinsic_factor", + "intrinsic_fraud", + "intro", + "introduction", + "introit", + "introitus", + "introject", + "introjection", + "intromission", + "intron", + "intropin", + "introspection", + "introspectiveness", + "introversion", + "introvert", + "intruder", + "intrusion", + "intrusiveness", + "intubation", + "intuition", + "intuitionism", + "intuitive_feeling", + "intumescence", + "intumescency", + "intussusception", + "inuit", + "inula", + "inula_helenium", + "inulin", + "inunction", + "inundation", + "inutility", + "invader", + "invagination", + "invalid", + "invalidation", + "invalidator", + "invalidism", + "invalidity", + "invalidness", + "invaluableness", + "invar", + "invariability", + "invariable", + "invariableness", + "invariance", + "invariant", + "invasion", + "invasion_of_iwo", + "invasion_of_privacy", + "invective", + "invention", + "inventiveness", + "inventor", + "inventory", + "inventory-clearance_sale", + "inventory_accounting", + "inventory_control", + "inventory_item", + "inventorying", + "inverse", + "inverse_cosecant", + "inverse_cosine", + "inverse_cotangent", + "inverse_function", + "inverse_secant", + "inverse_sine", + "inverse_tangent", + "inversion", + "invert_soap", + "invert_sugar", + "invertase", + "invertebrate", + "invertebrate_foot", + "inverted_comma", + "inverted_hang", + "inverted_pleat", + "inverter", + "investigating", + "investigation", + "investigator", + "investing", + "investiture", + "investment", + "investment_adviser", + "investment_advisor", + "investment_banker", + "investment_company", + "investment_firm", + "investment_funds", + "investment_letter", + "investment_trust", + "investor", + "investors_club", + "invidia", + "invigilation", + "invigilator", + "invigoration", + "invigorator", + "invincibility", + "invincible_armada", + "invirase", + "invisibility", + "invisible_balance", + "invisibleness", + "invitation", + "invite", + "invitee", + "invocation", + "invoice", + "involucre", + "involuntariness", + "involuntary_muscle", + "involuntary_trust", + "involution", + "involutional_depression", + "involvement", + "invulnerability", + "inwardness", + "io", + "io_moth", + "iodic_acid", + "iodide", + "iodin", + "iodinated_protein", + "iodination", + "iodine", + "iodine-125", + "iodine-131", + "iodoamino_acid", + "iodochlorhydroxyquin", + "iodocompound", + "iodoform", + "iodoprotein", + "iodopsin", + "iodothyronine", + "iodotyrosine", + "iol", + "ion", + "ion_beam", + "ion_engine", + "ion_exchange", + "ion_pump", + "ionesco", + "ionia", + "ionian", + "ionian_order", + "ionian_sea", + "ionic", + "ionic_beam", + "ionic_bond", + "ionic_charge", + "ionic_dialect", + "ionic_medication", + "ionic_order", + "ionisation", + "ionization", + "ionization_chamber", + "ionization_tube", + "ionizing_radiation", + "ionophoresis", + "ionosphere", + "ionospheric_wave", + "iontophoresis", + "iontotherapy", + "iop", + "iosif_vissarionovich_dzhugashvili", + "iota", + "iou", + "iowa", + "iowa_crab", + "iowa_crab_apple", + "iowan", + "ioway", + "ip", + "ipecac", + "iphigenia", + "ipidae", + "ipo", + "ipod", + "ipomoea", + "ipomoea_alba", + "ipomoea_batatas", + "ipomoea_coccinea", + "ipomoea_fastigiata", + "ipomoea_imperialis", + "ipomoea_leptophylla", + "ipomoea_nil", + "ipomoea_orizabensis", + "ipomoea_panurata", + "ipomoea_pes-caprae", + "ipomoea_purpurea", + "ipomoea_quamoclit", + "ipomoea_tricolor", + "ipratropium_bromide", + "iproclozide", + "ipse_dixit", + "ipsedixitism", + "ipsus", + "ipv", + "iq", + "iq_test", + "ir", + "ira", + "ira_gershwin", + "irak", + "iraki", + "iran", + "iran-iraq_war", + "irani", + "iranian", + "iranian_capital", + "iranian_dinar", + "iranian_language", + "iranian_monetary_unit", + "iranian_rial", + "iraq", + "iraqi", + "iraqi_dinar", + "iraqi_intelligence_service", + "iraqi_kurdistan", + "iraqi_monetary_unit", + "iraqi_mukhabarat", + "iraqi_national_congress", + "irascibility", + "ire", + "ireland", + "irelander", + "irena", + "irenaeus", + "irene_joliot-curie", + "irenidae", + "iresine", + "iresine_herbstii", + "iresine_reticulata", + "iridaceae", + "iridaceous_plant", + "iridectomy", + "iridescence", + "iridium", + "iridocyclitis", + "iridokeratitis", + "iridoncus", + "iridoprocne", + "iridoprocne_bicolor", + "iridosmine", + "iridotomy", + "iris", + "iris_cristata", + "iris_diaphragm", + "iris_family", + "iris_filifolia", + "iris_florentina", + "iris_foetidissima", + "iris_germanica", + "iris_germanica_florentina", + "iris_kaempferi", + "iris_kochii", + "iris_murdoch", + "iris_pallida", + "iris_persica", + "iris_pseudacorus", + "iris_scanning", + "iris_tingitana", + "iris_verna", + "iris_versicolor", + "iris_virginica", + "iris_xiphioides", + "iris_xiphium", + "irish", + "irish_bull", + "irish_burgoo", + "irish_capital", + "irish_coffee", + "irish_gaelic", + "irish_gorse", + "irish_monetary_unit", + "irish_moss", + "irish_national_liberation_army", + "irish_people", + "irish_person", + "irish_potato", + "irish_pound", + "irish_punt", + "irish_republic", + "irish_republican_army", + "irish_sea", + "irish_setter", + "irish_soda_bread", + "irish_stew", + "irish_strawberry", + "irish_terrier", + "irish_water_spaniel", + "irish_whiskey", + "irish_whisky", + "irish_wolfhound", + "irishman", + "irishwoman", + "iritis", + "iron", + "iron-gray", + "iron-grey", + "iron-storage_disease", + "iron-tree", + "iron_age", + "iron_blue", + "iron_boot", + "iron_cage", + "iron_carbide", + "iron_chancellor", + "iron_collar", + "iron_curtain", + "iron_deficiency_anaemia", + "iron_deficiency_anemia", + "iron_disulfide", + "iron_duke", + "iron_filing", + "iron_fist", + "iron_foundry", + "iron_heel", + "iron_horse", + "iron_lady", + "iron_lung", + "iron_maiden", + "iron_man", + "iron_manganese_tungsten", + "iron_mold", + "iron_mould", + "iron_oak", + "iron_ore", + "iron_overload", + "iron_perchloride", + "iron_putty", + "iron_pyrite", + "iron_trap", + "iron_tree", + "ironclad", + "ironing", + "ironing_board", + "ironist", + "ironman", + "ironmonger", + "ironmonger's_shop", + "ironmongery", + "irons", + "ironside", + "ironsides", + "ironware", + "ironweed", + "ironwood", + "ironwood_tree", + "ironwork", + "ironworker", + "ironworks", + "irony", + "iroquoian", + "iroquoian_language", + "iroquois", + "iroquois_league", + "irradiation", + "irrational", + "irrational_hostility", + "irrational_impulse", + "irrational_motive", + "irrational_number", + "irrationality", + "irrawaddy", + "irrawaddy_river", + "irreality", + "irredenta", + "irredentism", + "irredentist", + "irregular", + "irregularity", + "irrelevance", + "irrelevancy", + "irreligion", + "irreligionist", + "irreligiousness", + "irreplaceableness", + "irrepressibility", + "irreproducibility", + "irresistibility", + "irresistible_impulse", + "irresistibleness", + "irresoluteness", + "irresolution", + "irresponsibility", + "irresponsibleness", + "irreverence", + "irreversibility", + "irreversible_process", + "irridenta", + "irridentism", + "irridentist", + "irrigation", + "irrigation_ditch", + "irritability", + "irritable_bowel_syndrome", + "irritant", + "irritation", + "irruption", + "irs", + "irtish", + "irtish_river", + "irtysh", + "irtysh_river", + "irula", + "irving", + "irving_berlin", + "irving_howe", + "irving_langmuir", + "irvingia", + "irvingia_gabonensis", + "isaac", + "isaac_asimov", + "isaac_bashevis_singer", + "isaac_hull", + "isaac_m._singer", + "isaac_mayer_wise", + "isaac_merrit_singer", + "isaac_newton", + "isaac_stern", + "isaac_watts", + "isabella", + "isabella_i", + "isabella_stewart_gardner", + "isabella_the_catholic", + "isadora_duncan", + "isaiah", + "isak_dinesen", + "isamu_noguchi", + "isarithm", + "isatis", + "isatis_tinctoria", + "ischaemia", + "ischaemic_stroke", + "ischemia", + "ischemic_anoxia", + "ischemic_hypoxia", + "ischemic_stroke", + "ischia", + "ischial_bone", + "ischigualastia", + "ischium", + "isere", + "isere_river", + "iseult", + "isfahan", + "isherwood", + "ishmael", + "ishtar", + "isi", + "isidor_feinstein_stone", + "isidore_auguste_marie_francois_comte", + "isinglass", + "isis", + "iskcon", + "islam", + "islam_nation", + "islamabad", + "islamic_army_of_aden", + "islamic_army_of_aden-abyan", + "islamic_calendar", + "islamic_calendar_month", + "islamic_community", + "islamic_great_eastern_raiders-front", + "islamic_group", + "islamic_group_of_uzbekistan", + "islamic_jihad", + "islamic_jihad_for_the_liberation_of_palestine", + "islamic_law", + "islamic_party_of_turkestan", + "islamic_republic_of_iran", + "islamic_republic_of_mauritania", + "islamic_republic_of_pakistan", + "islamic_resistance_movement", + "islamic_state_of_afghanistan", + "islamic_ummah", + "islamic_unity", + "islamism", + "islamist", + "islamophobia", + "island", + "island-dweller", + "island_dispenser", + "island_of_guernsey", + "island_of_jersey", + "islander", + "islands_of_langerhans", + "islay", + "isle", + "isle_of_man", + "isle_of_skye", + "isle_of_wight", + "isle_royal_national_park", + "isles_of_langerhans", + "isles_of_scilly", + "islet", + "islets_of_langerhans", + "ism", + "ismaili", + "ismailian", + "ismailism", + "isn", + "isoagglutination", + "isoagglutinin", + "isoagglutinogen", + "isoantibody", + "isobar", + "isobutyl_nitrite", + "isobutylene", + "isobutylphenyl_propionic_acid", + "isocarboxazid", + "isochrone", + "isoclinal", + "isoclinic_line", + "isocrates", + "isocyanate", + "isocyanic_acid", + "isoetaceae", + "isoetales", + "isoetes", + "isoflurane", + "isogamete", + "isogamy", + "isogon", + "isogonal_line", + "isogone", + "isogonic_line", + "isogram", + "isohel", + "isolation", + "isolationism", + "isolationist", + "isolde", + "isole_egadi", + "isoleucine", + "isomer", + "isomerase", + "isomerisation", + "isomerism", + "isomerization", + "isometric", + "isometric_exercise", + "isometric_line", + "isometrics", + "isometropia", + "isometry", + "isomorphism", + "isomorphy", + "isoniazid", + "isopleth", + "isopod", + "isopoda", + "isopropanol", + "isopropyl_alcohol", + "isoproterenol", + "isoptera", + "isoptin", + "isopyrum", + "isopyrum_biternatum", + "isordil", + "isoroku_yamamoto", + "isosceles_triangle", + "isosmotic_solution", + "isosorbide", + "isospondyli", + "isostasy", + "isotherm", + "isothiocyanate", + "isotonic_exercise", + "isotonic_solution", + "isotope", + "isotropy", + "israel", + "israel_baline", + "israel_strassberg", + "israel_zangwill", + "israeli", + "israeli_defense_force", + "israeli_monetary_unit", + "israelite", + "israelites", + "issachar", + "issuance", + "issue", + "issuer", + "issuing", + "issus", + "istanbul", + "isthmian_games", + "isthmus", + "isthmus_of_corinth", + "isthmus_of_darien", + "isthmus_of_kra", + "isthmus_of_panama", + "isthmus_of_suez", + "isthmus_of_tehuantepec", + "istiophoridae", + "istiophorus", + "istiophorus_albicans", + "isuprel", + "isuridae", + "isurus", + "isurus_glaucus", + "isurus_oxyrhincus", + "isurus_paucus", + "it", + "itaconic_acid", + "italia", + "italian", + "italian_bee", + "italian_bread", + "italian_capital", + "italian_clover", + "italian_cypress", + "italian_dressing", + "italian_greyhound", + "italian_honeysuckle", + "italian_lira", + "italian_millet", + "italian_monetary_unit", + "italian_parsley", + "italian_peninsula", + "italian_region", + "italian_renaissance", + "italian_republic", + "italian_rice", + "italian_rye", + "italian_ryegrass", + "italian_sandwich", + "italian_sonnet", + "italian_vegetable_marrow", + "italian_vermouth", + "italian_woodbine", + "italic", + "italic_language", + "italo_calvino", + "italy", + "itch", + "itch_mite", + "itchiness", + "itching", + "itchy_feet", + "item", + "itemisation", + "itemization", + "iteration", + "iterative", + "iterative_aspect", + "ithaca", + "ithaki", + "ithiel_town", + "ithunn", + "itinerant", + "itinerary", + "itineration", + "itraconazole", + "iud", + "iv", + "iva", + "iva_xanthifolia", + "ivan_iii", + "ivan_iii_vasilievich", + "ivan_iv", + "ivan_iv_vasilievich", + "ivan_lendl", + "ivan_pavlov", + "ivan_petrovich_pavlov", + "ivan_sergeevich_turgenev", + "ivan_the_great", + "ivan_the_terrible", + "ivan_turgenev", + "ivanov", + "ives", + "ivor_armstrong_richards", + "ivory", + "ivory-billed_woodpecker", + "ivory-nut_palm", + "ivory_black", + "ivory_coast", + "ivory_coast_franc", + "ivory_gull", + "ivory_nut", + "ivory_palm", + "ivory_plant", + "ivory_tower", + "ivory_tree", + "ivorybill", + "ivp", + "ivry", + "ivry_la_bataille", + "ivy", + "ivy-leaved_geranium", + "ivy_arum", + "ivy_family", + "ivy_geranium", + "ivy_league", + "ivy_leaguer", + "iw", + "iwo", + "iwo_jima", + "iww", + "ix", + "ixia", + "ixobrychus", + "ixobrychus_exilis", + "ixodes", + "ixodes_dammini", + "ixodes_dentatus", + "ixodes_neotomae", + "ixodes_pacificus", + "ixodes_persulcatus", + "ixodes_ricinus", + "ixodes_scapularis", + "ixodes_spinipalpis", + "ixodid", + "ixodidae", + "iyar", + "iyyar", + "iz_al-din_al-qassam_battalions", + "izaak_walton", + "izanagi", + "izanami", + "izar", + "izmir", + "izzard", + "j", + "j._b._rhine", + "j._b._s._haldane", + "j._c._maxwell", + "j._craig_ventner", + "j._d._salinger", + "j._e._johnston", + "j._edgar_hoover", + "j._j._hill", + "j._m._barrie", + "j._m._synge", + "j._p._morgan", + "j._r._firth", + "j.r.r._tolkien", + "j_particle", + "jab", + "jabalpur", + "jabat_al-tahrir_al-filistiniyyah", + "jabber", + "jabberer", + "jabbering", + "jabberwocky", + "jabbing", + "jabiru", + "jabiru_mycteria", + "jaboncillo", + "jabot", + "jaboticaba", + "jaboticaba_tree", + "jacamar", + "jacaranda", + "jacinth", + "jack", + "jack-a-lantern", + "jack-by-the-hedge", + "jack-in-the-box", + "jack-in-the-pulpit", + "jack-o'-lantern", + "jack-o-lantern", + "jack-o-lantern_fungus", + "jack-tar", + "jack_bean", + "jack_benny", + "jack_crevalle", + "jack_dempsey", + "jack_frost", + "jack_kennedy", + "jack_kerouac", + "jack_ladder", + "jack_lemmon", + "jack_london", + "jack_mackerel", + "jack_nicklaus", + "jack_oak", + "jack_of_all_trades", + "jack_pine", + "jack_plane", + "jack_roosevelt_robinson", + "jack_salmon", + "jack_the_ripper", + "jack_william_nicklaus", + "jackal", + "jackanapes", + "jackass", + "jackass_bat", + "jackass_penguin", + "jackboot", + "jackdaw", + "jacket", + "jacket_crown", + "jacket_potato", + "jackfruit", + "jackfruit_tree", + "jackhammer", + "jackie_robinson", + "jacking_off", + "jackknife", + "jackknife-fish", + "jackknife_clam", + "jacklight", + "jackpot", + "jackrabbit", + "jacks", + "jackscrew", + "jacksmelt", + "jacksnipe", + "jackson", + "jackson_pollock", + "jacksonia", + "jacksonian", + "jacksonian_epilepsy", + "jacksonville", + "jackstones", + "jackstraw", + "jackstraws", + "jacob", + "jacob's_ladder", + "jacob's_rod", + "jacob's_staff", + "jacob_epstein", + "jacob_harmensen", + "jacobean", + "jacobean_lily", + "jacobi", + "jacobin", + "jacobinism", + "jacobite", + "jacobs", + "jacobus_arminius", + "jaconet", + "jacopo_robusti", + "jacquard", + "jacquard_loom", + "jacqueline_cochran", + "jacquemier's_sign", + "jacques_alexandre_cesar_charles", + "jacques_anatole_francois_thibault", + "jacques_bernoulli", + "jacques_cartier", + "jacques_charles", + "jacques_costeau", + "jacques_derrida", + "jacques_etienne_montgolfier", + "jacques_francois_antoine_ibert", + "jacques_francois_fromental_elie_halevy", + "jacques_germain_soufflot", + "jacques_lipchitz", + "jacques_loeb", + "jacques_louis_david", + "jacques_lucien_monod", + "jacques_marquette", + "jacques_monod", + "jacques_offenbach", + "jacques_tati", + "jacques_tatischeff", + "jacques_yves_costeau", + "jacquinia", + "jacquinia_armillaris", + "jacquinia_keyensis", + "jactation", + "jactitation", + "jaculus", + "jaculus_jaculus", + "jade", + "jade_green", + "jade_vine", + "jadeite", + "jadestone", + "jaeger", + "jafar", + "jafar_umar_thalib", + "jaffa", + "jaffa_orange", + "jaffar", + "jaffar_umar_thalib", + "jafnea_semitosta", + "jag", + "jagannath", + "jagannatha", + "jagatai", + "jagganath", + "jaggary", + "jaggedness", + "jagger", + "jaggery", + "jaggery_palm", + "jagghery", + "jaghatai", + "jagua", + "jaguar", + "jaguarondi", + "jaguarundi", + "jaguarundi_cat", + "jahvey", + "jahweh", + "jai_alai", + "jail", + "jail_bird", + "jail_cell", + "jail_delivery", + "jailbird", + "jailbreak", + "jailer", + "jailhouse", + "jailor", + "jainism", + "jainist", + "jaish-e-muhammad", + "jaish-i-mohammed", + "jak", + "jakarta", + "jakes", + "jakob-creutzfeldt_disease", + "jakob_behmen", + "jakob_bernoulli", + "jakob_boehm", + "jakob_boehme", + "jakob_bohme", + "jakob_grimm", + "jakob_hermandszoon", + "jakob_liebmann_beer", + "jakob_ludwig_felix_mendelssohn-bartholdy", + "jakob_ludwig_karl_grimm", + "jakobson", + "jalalabad", + "jalapeno", + "jalapeno_pepper", + "jalopy", + "jalousie", + "jam", + "jam_session", + "jamaat_ul-fuqra", + "jamaica", + "jamaica_apple", + "jamaica_bayberry", + "jamaica_caper_tree", + "jamaica_dogwood", + "jamaica_honeysuckle", + "jamaica_quassia", + "jamaica_rum", + "jamaica_shorts", + "jamaica_sorrel", + "jamaican", + "jamaican_capital", + "jamaican_cherry", + "jamaican_dollar", + "jamais_vu", + "jamb", + "jambalaya", + "jambeau", + "jamberry", + "jambon", + "jamboree", + "jambos", + "jambosa", + "james", + "james_a._garfield", + "james_abbott_mcneill_whistler", + "james_abraham_garfield", + "james_agee", + "james_albert_michener", + "james_alfred_van_allen", + "james_arthur_baldwin", + "james_augustine_aloysius_joyce", + "james_augustus_henry_murray", + "james_augustus_murray", + "james_baldwin", + "james_barrie", + "james_bay", + "james_bernoulli", + "james_bond", + "james_boswell", + "james_bowie", + "james_branch_cabell", + "james_buchanan", + "james_buchanan_brady", + "james_butler_hickock", + "james_byron_dean", + "james_cagney", + "james_clark_ross", + "james_clerk_maxwell", + "james_cleveland_owens", + "james_cook", + "james_crichton", + "james_dean", + "james_dewey_watson", + "james_douglas_morrison", + "james_earl_carter", + "james_earl_carter_jr.", + "james_edmund_scripps", + "james_edward_meade", + "james_fenimore_cooper", + "james_francis_thorpe", + "james_franck", + "james_garfield", + "james_george_frazer", + "james_grover_thurber", + "james_hargreaves", + "james_harold_doolittle", + "james_harvey_robinson", + "james_henry_leigh_hunt", + "james_hogg", + "james_howard_meredith", + "james_hutton", + "james_i", + "james_ii", + "james_iv", + "james_ives", + "james_jerome_hill", + "james_john_corbett", + "james_joseph_tunney", + "james_joyce", + "james_k._polk", + "james_knox_polk", + "james_langston_hughes", + "james_leonard_farmer", + "james_madison", + "james_maitland_stewart", + "james_marshall_hendrix", + "james_mason", + "james_matthew_barrie", + "james_mckeen_cattell", + "james_meredith", + "james_merritt_ives", + "james_michener", + "james_mill", + "james_monroe", + "james_murray", + "james_naismith", + "james_neville_mason", + "james_parkinson", + "james_polk", + "james_prescott_joule", + "james_riddle_hoffa", + "james_river", + "james_scott_connors", + "james_thomas_farrell", + "james_thomas_harris", + "james_thurber", + "james_tobin", + "james_usher", + "james_ussher", + "james_watson", + "james_watt", + "james_whitcomb_riley", + "james_william_fulbright", + "james_wilson", + "james_wyatt", + "jamesonia", + "jamestown", + "jamestown_weed", + "jamison", + "jamjar", + "jammer", + "jammies", + "jamming", + "jammu_and_kashmir", + "jampan", + "jampot", + "jan", + "jan_amos_komensky", + "jan_christian_smuts", + "jan_evangelista_purkinje", + "jan_hendrix_oort", + "jan_hus", + "jan_steen", + "jan_swammerdam", + "jan_tinbergen", + "jan_van_der_meer", + "jan_van_eyck", + "jan_vermeer", + "jane_austen", + "jane_doe", + "jane_fonda", + "jane_goodall", + "jane_jacobs", + "jane_seymour", + "jangle", + "janis_joplin", + "janissary", + "janitor", + "jansen", + "jansenism", + "jansenist", + "january", + "january_1", + "january_19", + "january_20", + "january_6", + "janus", + "jap", + "jap_clover", + "japan", + "japan_allspice", + "japan_bittersweet", + "japan_cedar", + "japan_clover", + "japan_current", + "japan_tallow", + "japan_trench", + "japan_wax", + "japanese", + "japanese_allspice", + "japanese_andromeda", + "japanese_angelica_tree", + "japanese_apricot", + "japanese_archipelago", + "japanese_banana", + "japanese_barberry", + "japanese_barnyard_millet", + "japanese_beech", + "japanese_beetle", + "japanese_bittersweet", + "japanese_black_pine", + "japanese_brome", + "japanese_capital", + "japanese_carpet_grass", + "japanese_cedar", + "japanese_cherry", + "japanese_chess", + "japanese_chestnut", + "japanese_clover", + "japanese_crab", + "japanese_deer", + "japanese_deity", + "japanese_flowering_cherry", + "japanese_honeysuckle", + "japanese_hop", + "japanese_iris", + "japanese_islands", + "japanese_ivy", + "japanese_lacquer_tree", + "japanese_lawn_grass", + "japanese_leaf", + "japanese_leek", + "japanese_lilac", + "japanese_lime", + "japanese_linden", + "japanese_maple", + "japanese_medlar", + "japanese_millet", + "japanese_monetary_unit", + "japanese_morning_glory", + "japanese_oak", + "japanese_oyster", + "japanese_pagoda_tree", + "japanese_persimmon", + "japanese_pink", + "japanese_plum", + "japanese_poinsettia", + "japanese_privet", + "japanese_quince", + "japanese_radish", + "japanese_red_army", + "japanese_red_pine", + "japanese_rose", + "japanese_snowbell", + "japanese_spaniel", + "japanese_spurge", + "japanese_stranglehold", + "japanese_sumac", + "japanese_table_pine", + "japanese_tree_lilac", + "japanese_umbrella_pine", + "japanese_varnish_tree", + "japanese_wistaria", + "japanese_yew", + "jape", + "japery", + "japheth", + "japonica", + "jar", + "jarful", + "jargon", + "jargoon", + "jaroslav_hasek", + "jarrell", + "jarvik_artificial_heart", + "jarvik_heart", + "jasmine", + "jasmine_tobacco", + "jasminum", + "jasminum_mesnyi", + "jasminum_nudiflorum", + "jasminum_officinale", + "jasminum_sambac", + "jason", + "jasper", + "jasper_johns", + "jaspers", + "jassid", + "jassidae", + "jat", + "jati", + "jatropha", + "jatropha_curcus", + "jatropha_stimulosus", + "jatropha_urens", + "jaun_gris", + "jaundice", + "jaundice_of_the_newborn", + "jaunt", + "jauntiness", + "jaunting_car", + "jaunty_car", + "java", + "java_finch", + "java_man", + "java_olives", + "java_pepper", + "java_sparrow", + "javan", + "javanese", + "javanthropus", + "javel_water", + "javelin", + "javelina", + "javelle_water", + "jaw", + "jawaharlal_nehru", + "jawan", + "jawbone", + "jawbreaker", + "jawfish", + "jawless_fish", + "jawless_vertebrate", + "jaws_of_life", + "jay", + "jay_cooke", + "jay_gould", + "jaybird", + "jayshullah", + "jaywalker", + "jazz", + "jazz_age", + "jazz_band", + "jazz_festival", + "jazz_group", + "jazz_musician", + "jazzman", + "jdam", + "je_ne_sais_quoi", + "jealousy", + "jean", + "jean-baptiste_poquelin", + "jean-claude_duvalier", + "jean-frederic_joliot", + "jean-frederic_joliot-curie", + "jean-jacques_rousseau", + "jean-louis_lebris_de_kerouac", + "jean-paul_sartre", + "jean-philippe_rameau", + "jean_anouilh", + "jean_antoine_watteau", + "jean_arp", + "jean_auguste_dominique_ingres", + "jean_baptiste_camille_corot", + "jean_baptiste_de_lamarck", + "jean_baptiste_donatien_de_vimeur", + "jean_baptiste_joseph_fourier", + "jean_baptiste_lully", + "jean_baptiste_racine", + "jean_bernard_leon_foucault", + "jean_bernoulli", + "jean_caulvin", + "jean_cauvin", + "jean_chauvin", + "jean_cocteau", + "jean_de_la_fontaine", + "jean_edouard_vuillard", + "jean_francois_champollion", + "jean_francois_millet", + "jean_genet", + "jean_giraudoux", + "jean_harlow", + "jean_honore_fragonard", + "jean_laffite", + "jean_lafitte", + "jean_louis_charles_garnier", + "jean_louis_rodolphe_agassiz", + "jean_luc_godard", + "jean_martin_charcot", + "jean_monnet", + "jean_nicholas_arthur_rimbaud", + "jean_paul_marat", + "jean_piaget", + "jean_racine", + "jean_sibelius", + "jeanne_antoinette_poisson", + "jeanne_d'arc", + "jeannette_rankin", + "jebel_musa", + "jed'dah", + "jeddah", + "jeep", + "jeer", + "jeerer", + "jeering", + "jeffers", + "jefferson", + "jefferson_city", + "jefferson_davis", + "jefferson_davis'_birthday", + "jeffersonian", + "jeffrey's_pine", + "jeffrey_pine", + "jehad", + "jehovah", + "jehovah's_witness", + "jehovah's_witnesses", + "jejunal_artery", + "jejuneness", + "jejunitis", + "jejunity", + "jejunoileitis", + "jejunostomy", + "jejunum", + "jekyll_and_hyde", + "jell-o", + "jellaba", + "jello", + "jelly", + "jelly_bean", + "jelly_doughnut", + "jelly_egg", + "jelly_fungus", + "jelly_roll_morton", + "jellyfish", + "jellyleaf", + "jellyroll", + "jem", + "jemaah_islamiyah", + "jemmy", + "jena", + "jenghiz_khan", + "jenner", + "jennet", + "jenny", + "jenny_ass", + "jenny_lind", + "jenny_wren", + "jens_otto_harry_jespersen", + "jensen", + "jeopardy", + "jerboa", + "jerboa_kangaroo", + "jerboa_rat", + "jeremiad", + "jeremiah", + "jeremy_bentham", + "jerevan", + "jerez", + "jerez_de_la_frontera", + "jericho", + "jerk", + "jerk-off", + "jerked_meat", + "jerker", + "jerkin", + "jerkiness", + "jerking", + "jerking_off", + "jerky", + "jeroboam", + "jeroboam_i", + "jerom_bos", + "jerome", + "jerome_david_kern", + "jerome_david_salinger", + "jerome_kern", + "jerome_robbins", + "jerry", + "jerry-builder", + "jerry-building", + "jerry_lee_lewis", + "jersey", + "jersey_city", + "jersey_elm", + "jersey_fern", + "jersey_knapweed", + "jersey_lillie", + "jersey_pine", + "jerusalem", + "jerusalem_artichoke", + "jerusalem_artichoke_sunflower", + "jerusalem_cherry", + "jerusalem_cricket", + "jerusalem_cross", + "jerusalem_oak", + "jerusalem_sage", + "jerusalem_thorn", + "jerusalem_warriors", + "jespersen", + "jessamine", + "jesse_jackson", + "jesse_james", + "jesse_louis_jackson", + "jesse_owens", + "jessica_lucy_mitford", + "jessica_mitford", + "jessica_tandy", + "jessye_norman", + "jest", + "jester", + "jesuit", + "jesuit's_bark", + "jesuit_order", + "jesuitism", + "jesuitry", + "jesuits'_nut", + "jesus", + "jesus_christ", + "jesus_of_nazareth", + "jet", + "jet-propelled_plane", + "jet_black", + "jet_bridge", + "jet_engine", + "jet_lag", + "jet_plane", + "jet_propulsion", + "jet_set", + "jet_stream", + "jeth", + "jetliner", + "jetsam", + "jetty", + "jeu_d'esprit", + "jeune_fille", + "jevons", + "jew", + "jew's-ear", + "jew's-ears", + "jew's_harp", + "jew-baiter", + "jew-bush", + "jew_bush", + "jewbush", + "jewel", + "jewel_casket", + "jewel_orchid", + "jeweled_headdress", + "jeweler", + "jeweler's_glass", + "jeweler's_loupe", + "jewelled_headdress", + "jeweller", + "jewellery", + "jewelry", + "jewelry_dealer", + "jewelry_maker", + "jewelry_store", + "jewels-of-opar", + "jewelweed", + "jewess", + "jewfish", + "jewish_calendar", + "jewish_calendar_month", + "jewish_holy_day", + "jewish_new_year", + "jewish_orthodoxy", + "jewish_religion", + "jewish_rye", + "jewish_rye_bread", + "jewison", + "jewry", + "jews'_harp", + "jezebel", + "jfk", + "jhvh", + "ji", + "jiao", + "jib", + "jibboom", + "jibe", + "jidda", + "jiddah", + "jiffy", + "jig", + "jigaboo", + "jigger", + "jiggermast", + "jiggery-pokery", + "jiggle", + "jigsaw", + "jigsaw_puzzle", + "jihad", + "jihadist", + "jillion", + "jilt", + "jim_bowie", + "jim_corbett", + "jim_crow", + "jim_henson", + "jim_morrison", + "jim_thorpe", + "jimdandy", + "jimenez", + "jimenez_de_cisneros", + "jimhickey", + "jimi_hendrix", + "jimmies", + "jimmy", + "jimmy_cagney", + "jimmy_carter", + "jimmy_conors", + "jimmy_doolittle", + "jimmy_durante", + "jimmy_hoffa", + "jimmy_stewart", + "jimson_weed", + "jimsonweed", + "jinghis_khan", + "jinghpaw", + "jinghpo", + "jingle", + "jingo", + "jingoism", + "jingoist", + "jinja", + "jinks", + "jinnah", + "jinnee", + "jinni", + "jinrikisha", + "jinx", + "jiqui", + "jird", + "jirga", + "jirrbal", + "jitney", + "jitter", + "jitterbug", + "jitteriness", + "jitters", + "jiujitsu", + "jive", + "jnd", + "jnr", + "joachim", + "joan_crawford", + "joan_didion", + "joan_miro", + "joan_of_arc", + "joan_sutherland", + "joao_pessoa", + "job", + "job's_comforter", + "job's_tears", + "job-control_language", + "job-oriented_terminal", + "job_action", + "job_application", + "job_candidate", + "job_control", + "job_description", + "job_interview", + "job_lot", + "jobber", + "jobbery", + "jobcentre", + "jobholder", + "jocasta", + "jock", + "jock_itch", + "jockey", + "jockey_cap", + "jockey_club", + "jockey_shorts", + "jockstrap", + "jocoseness", + "jocosity", + "jocote", + "jocularity", + "jocundity", + "jodhpur", + "jodhpur_boot", + "jodhpur_breeches", + "jodhpur_shoe", + "jodhpurs", + "joe-pye_weed", + "joe_bloggs", + "joe_blow", + "joe_clark", + "joe_dimaggio", + "joe_louis", + "joel", + "joel_chandler_harris", + "joel_harris", + "joewood", + "joffre", + "joffrey", + "jog", + "jog_trot", + "jogger", + "jogging", + "joggle", + "johan_august_strindberg", + "johan_julius_christian_sibelius", + "johan_kepler", + "johann_bernoulli", + "johann_christoph_friedrich_von_schiller", + "johann_eck", + "johann_friedrich_herbart", + "johann_gottfried_von_herder", + "johann_gutenberg", + "johann_joachim_winckelmann", + "johann_ludwig_uhland", + "johann_maier", + "johann_maier_eck", + "johann_mendel", + "johann_muller", + "johann_sebastian_bach", + "johann_strauss", + "johann_winckelmann", + "johann_wolfgang_von_goethe", + "johannes_brahms", + "johannes_diderik_van_der_waals", + "johannes_eckhart", + "johannes_evangelista_purkinje", + "johannes_gutenberg", + "johannes_kepler", + "johannes_peter_muller", + "johannes_van_der_waals", + "johannes_vilhelm_jensen", + "johannesburg", + "john", + "john's_cabbage", + "john_adams", + "john_addington_symonds", + "john_amos_comenius", + "john_anthony_ciardi", + "john_augustus_roebling", + "john_bach_mcmaster", + "john_bardeen", + "john_barleycorn", + "john_barrington_wain", + "john_barrymore", + "john_barth", + "john_bartlett", + "john_bernoulli", + "john_berry_hobbs", + "john_birks_gillespie", + "john_broadus_watson", + "john_brown", + "john_bull", + "john_bunyan", + "john_burdon_sanderson_haldane", + "john_burgoyne", + "john_c._fremont", + "john_cabot", + "john_cage", + "john_calvin", + "john_cash", + "john_chapman", + "john_charles_fremont", + "john_cheever", + "john_chrysostom", + "john_churchill", + "john_ciardi", + "john_constable", + "john_copley", + "john_cowper_powys", + "john_d._rockefeller", + "john_dalton", + "john_davis", + "john_davison_rockefeller", + "john_davys", + "john_deere", + "john_dewey", + "john_doe", + "john_donald_budge", + "john_donne", + "john_dory", + "john_dos_passos", + "john_dowland", + "john_drew", + "john_dryden", + "john_duns_scotus", + "john_eccles", + "john_edgar_hoover", + "john_edward_masefield", + "john_endecott", + "john_endicott", + "john_ernst_steinbeck", + "john_fitzgerald_kennedy", + "john_fletcher", + "john_florio", + "john_ford", + "john_foster_dulles", + "john_galbraith", + "john_galsworthy", + "john_glenn", + "john_greenleaf_whittier", + "john_griffith_chaney", + "john_haldane", + "john_hancock", + "john_hanning_speke", + "john_harvard", + "john_hasbrouck_van_vleck", + "john_heming", + "john_hemminge", + "john_henry", + "john_henry_newman", + "john_henry_o'hara", + "john_herschel", + "john_herschel_glenn_jr.", + "john_hope_franklin", + "john_howard_northrop", + "john_hoyer_updike", + "john_huss", + "john_huston", + "john_irving", + "john_jacob_astor", + "john_james_audubon", + "john_james_osborne", + "john_james_rickard_macleod", + "john_jay", + "john_joseph_mcgraw", + "john_joseph_pershing", + "john_keats", + "john_keble", + "john_kenneth_galbraith", + "john_knox", + "john_l._h._down", + "john_l._lewis", + "john_lackland", + "john_le_carre", + "john_lennon", + "john_llewelly_lewis", + "john_locke", + "john_luther_jones", + "john_lyly", + "john_m._browning", + "john_macleod", + "john_major", + "john_marquand", + "john_marshall", + "john_marstan", + "john_masefield", + "john_maynard_keynes", + "john_mccormick", + "john_mcgraw", + "john_mercer", + "john_merven_carrere", + "john_mill", + "john_millington_synge", + "john_milton", + "john_milton_cage_jr.", + "john_mitchell", + "john_moses_browning", + "john_muir", + "john_napier", + "john_of_gaunt", + "john_orley_allen_tate", + "john_osborne", + "john_paul_i", + "john_paul_ii", + "john_paul_jones", + "john_philip_marquand", + "john_philip_sousa", + "john_pierpont_morgan", + "john_quincy_adams", + "john_r._major", + "john_reed", + "john_robinson_jeffers", + "john_rock", + "john_roderigo_dos_passos", + "john_roebling", + "john_ronald_reuel_tolkien", + "john_ross", + "john_rowlands", + "john_roy_major", + "john_rupert_firth", + "john_ruskin", + "john_rutledge", + "john_scopes", + "john_scott_haldane", + "john_simmons_barth", + "john_singer_sargent", + "john_singleton_copley", + "john_smith", + "john_speke", + "john_steinbeck", + "john_stuart_mill", + "john_the_baptist", + "john_the_divine", + "john_the_evangelist", + "john_thomas_scopes", + "john_tradescant", + "john_trumbull", + "john_tuzo_wilson", + "john_tyler", + "john_tyndall", + "john_uhler", + "john_updike", + "john_van_vleck", + "john_vanbrugh", + "john_venn", + "john_von_neumann", + "john_wain", + "john_walker", + "john_wanamaker", + "john_wayne", + "john_webster", + "john_wesley", + "john_wickliffe", + "john_wiclif", + "john_wilkes", + "john_wilkes_booth", + "john_william_strutt", + "john_witherspoon", + "john_wyclif", + "john_wycliffe", + "john_xxiii", + "johnny", + "johnny-jump-up", + "johnny_appleseed", + "johnny_cake", + "johnny_cash", + "johnny_reb", + "johnnycake", + "johns", + "johns_hopkins", + "johnson", + "johnson_city", + "johnson_grass", + "johnston", + "joie_de_vivre", + "join", + "joiner", + "joinery", + "joining", + "joint", + "joint-stock_company", + "joint_author", + "joint_chiefs", + "joint_chiefs_of_staff", + "joint_direct_attack_munition", + "joint_fir", + "joint_hinge", + "joint_probability", + "joint_resolution", + "joint_return", + "joint_snake", + "joint_venture", + "jointed_charlock", + "jointed_rush", + "jointer", + "jointer_plane", + "jointing_plane", + "jointure", + "jointworm", + "joist", + "joke", + "joker", + "jokester", + "joliet", + "joliot", + "joliot-curie", + "jolliet", + "jollification", + "jolliness", + "jollity", + "jolly", + "jolly_boat", + "jolly_roger", + "jolson", + "jolt", + "jomada_i", + "jomada_ii", + "jomo_kenyata", + "jonah", + "jonah_crab", + "jonas_edward_salk", + "jonas_salk", + "jonathan", + "jonathan_edwards", + "jonathan_swift", + "jonathan_trumbull", + "jones", + "jones'_penstemon", + "jonesboro", + "jong", + "jongleur", + "jonquil", + "jons_jakob_berzelius", + "jonson", + "jook", + "jook_house", + "jook_joint", + "joplin", + "joppa", + "jordan", + "jordan_almond", + "jordan_curve", + "jordan_river", + "jordanella", + "jordanella_floridae", + "jordanian", + "jordanian_dinar", + "jordanian_monetary_unit", + "jorge_borges", + "jorge_luis_borges", + "jorge_mario_pedro_vargas_llosa", + "joroslav_heyrovsky", + "jorum", + "jose_clemente_orozco", + "jose_julian_marti", + "jose_orozco", + "jose_ortega_y_gasset", + "josef_albers", + "josef_hoffmann", + "josef_michel_montgolfier", + "josef_von_sternberg", + "joseph", + "joseph's_coat", + "joseph_alois_schumpeter", + "joseph_banks_rhine", + "joseph_ben_matthias", + "joseph_black", + "joseph_campbell", + "joseph_conrad", + "joseph_deems_taylor", + "joseph_eggleston_johnston", + "joseph_emerson_worcester", + "joseph_francis_keaton", + "joseph_goebbels", + "joseph_greenberg", + "joseph_haydn", + "joseph_heller", + "joseph_henry", + "joseph_hilaire_peter_belloc", + "joseph_hooker", + "joseph_jacques_cesaire_joffre", + "joseph_joachim", + "joseph_john_thomson", + "joseph_lincoln_steffens", + "joseph_lister", + "joseph_louis_barrow", + "joseph_louis_gay-lussac", + "joseph_m._jacquard", + "joseph_mallord_william_turner", + "joseph_marie_jacquard", + "joseph_mccarthy", + "joseph_oliver", + "joseph_paul_dimaggio", + "joseph_paxton", + "joseph_priestley", + "joseph_pulitzer", + "joseph_raymond_mccarthy", + "joseph_rudyard_kipling", + "joseph_schumpeter", + "joseph_smith", + "joseph_stalin", + "joseph_warren_stilwell", + "josephus", + "josh_billings", + "joshua", + "joshua_tree", + "josiah_quincy", + "josiah_spode", + "josiah_wedgwood", + "josiah_willard_gibbs", + "josip_broz", + "joss", + "joss_house", + "joss_stick", + "jostle", + "jostling", + "josue", + "jot", + "jotter", + "jotting", + "jotun", + "jotunn", + "joule", + "jounce", + "journal", + "journal_bearing", + "journal_box", + "journalese", + "journalism", + "journalist", + "journalist's_privilege", + "journey", + "journey_cake", + "journeyer", + "journeying", + "journeyman", + "joust", + "jove", + "joviality", + "jovian_planet", + "jowett", + "jowl", + "joy", + "joyce", + "joyce_carol_oates", + "joyfulness", + "joylessness", + "joyousness", + "joyride", + "joystick", + "jr", + "jra", + "juan_carlos", + "juan_carlos_victor_maria_de_borbon_y_borbon", + "juan_domingo_peron", + "juan_ponce_de_leon", + "juan_ramon_jimenez", + "juarez", + "jubbulpore", + "jubilance", + "jubilancy", + "jubilation", + "jubilee", + "juda", + "judaea", + "judah", + "judaica", + "judaism", + "judas", + "judas_iscariot", + "judas_maccabaeus", + "judas_tree", + "jude", + "judea", + "judeo-spanish", + "judge", + "judge's_robe", + "judge_advocate", + "judge_advocate_general", + "judgement", + "judgement_by_default", + "judgement_day", + "judgement_in_personam", + "judgement_in_rem", + "judgement_of_dismissal", + "judgement_on_the_merits", + "judgement_on_the_pleadings", + "judges", + "judgeship", + "judging", + "judgment", + "judgment_by_default", + "judgment_day", + "judgment_in_personam", + "judgment_in_rem", + "judgment_lien", + "judgment_of_conviction", + "judgment_of_dismissal", + "judgment_on_the_merits", + "judgment_on_the_pleadings", + "judicatory", + "judicature", + "judicial_activism", + "judicial_admission", + "judicial_branch", + "judicial_decision", + "judicial_doctrine", + "judicial_principle", + "judicial_proceeding", + "judicial_review", + "judicial_sale", + "judicial_separation", + "judicial_system", + "judicial_torture", + "judicial_writ", + "judiciary", + "judiciousness", + "judith", + "judith_jamison", + "judo", + "judy_garland", + "jug", + "jug_band", + "jug_wine", + "jugal_bone", + "jugal_point", + "jugale", + "jugful", + "juggernaut", + "juggle", + "juggler", + "jugglery", + "juggling", + "juglandaceae", + "juglandales", + "juglans", + "juglans_californica", + "juglans_cinerea", + "juglans_nigra", + "juglans_regia", + "jugoslav", + "jugoslavian", + "jugoslavija", + "jugular", + "jugular_vein", + "juice", + "juice_reamer", + "juicer", + "juiciness", + "jujitsu", + "juju", + "jujube", + "jujube_bush", + "jujutsu", + "juke", + "juke_house", + "juke_joint", + "jukebox", + "julep", + "jules_alfred_huot_de_goncourt", + "jules_de_goncourt", + "jules_emile_frederic_massenet", + "jules_feifer", + "jules_verne", + "julia_evelina_smith", + "julia_ward_howe", + "julian", + "julian_bond", + "julian_calendar", + "julian_the_apostate", + "julienne", + "julienne_vegetable", + "julio_iglesias", + "julius_caesar", + "julius_erving", + "julius_marx", + "julius_ullman", + "julius_winfield_erving", + "july", + "july_1", + "july_4", + "jumada_i", + "jumada_ii", + "jumbal", + "jumbie_bead", + "jumble", + "jumble_sale", + "jumbo_jet", + "jumbojet", + "jumby_bead", + "jumby_bean", + "jumby_tree", + "jument", + "jump", + "jump-start", + "jump_ball", + "jump_cut", + "jump_rope", + "jump_seat", + "jump_shot", + "jump_suit", + "jumper", + "jumper_cable", + "jumper_lead", + "jumpiness", + "jumping", + "jumping-off_place", + "jumping-off_point", + "jumping_bean", + "jumping_bristletail", + "jumping_gene", + "jumping_jack", + "jumping_mouse", + "jumping_orchid", + "jumping_plant_louse", + "jumping_seed", + "jumping_up_and_down", + "jumpstart", + "jumpsuit", + "juncaceae", + "juncaginaceae", + "junco", + "junco_hyemalis", + "junction", + "junction_barrier", + "junction_rectifier", + "junction_transistor", + "juncture", + "juncus", + "juncus_articulatus", + "juncus_bufonius", + "juncus_effusus", + "juncus_inflexus", + "juncus_leseurii", + "juncus_tenuis", + "jund-ul-islam", + "june", + "june_14", + "june_21", + "june_23", + "june_24", + "june_29", + "june_3", + "june_beetle", + "june_bug", + "june_grass", + "juneau", + "juneberry", + "juneberry_holly", + "jung", + "jungermanniaceae", + "jungermanniales", + "jungian", + "jungian_psychology", + "jungle", + "jungle_cat", + "jungle_cock", + "jungle_fever", + "jungle_fowl", + "jungle_gym", + "jungle_hen", + "jungle_rot", + "junin_virus", + "junior", + "junior_class", + "junior_college", + "junior_featherweight", + "junior_high", + "junior_high_school", + "junior_lightweight", + "junior_middleweight", + "junior_school", + "junior_status", + "junior_varsity", + "junior_welterweight", + "juniper", + "juniper_berries", + "juniper_berry", + "juniper_bush", + "juniperic_acid", + "junipero_serra", + "juniperus", + "juniperus_bermudiana", + "juniperus_communis", + "juniperus_communis_depressa", + "juniperus_flaccida", + "juniperus_horizontalis", + "juniperus_procera", + "juniperus_sabina", + "juniperus_silicicola", + "juniperus_virginiana", + "junk", + "junk_bond", + "junk_dna", + "junk_e-mail", + "junk_food", + "junk_heap", + "junk_mail", + "junk_pile", + "junk_shop", + "junker", + "junkers", + "junket", + "junketing", + "junkie", + "junky", + "junkyard", + "juno", + "junta", + "junto", + "jupati", + "jupati_palm", + "jupaty", + "jupiter", + "jupiter's_beard", + "jupiter_fidius", + "jupiter_fulgur", + "jupiter_fulminator", + "jupiter_optimus_maximus", + "jupiter_pluvius", + "jupiter_tonans", + "jurassic", + "jurassic_period", + "jurisdiction", + "jurisprudence", + "jurist", + "juror", + "jury", + "jury_box", + "jury_duty", + "jury_mast", + "jury_system", + "juryman", + "jurywoman", + "jus_civile", + "jus_sanguinis", + "jus_soli", + "jussieu", + "jussive_mood", + "just-noticeable_difference", + "just_deserts", + "just_the_ticket", + "justice", + "justice_department", + "justice_of_the_peace", + "justiciar", + "justiciary", + "justification", + "justifier", + "justinian", + "justinian_code", + "justinian_i", + "justinian_the_great", + "justness", + "jut", + "jute", + "jutish", + "jutland", + "jutting", + "juvenal", + "juvenescence", + "juvenile", + "juvenile-onset_diabetes", + "juvenile_amaurotic_idiocy", + "juvenile_body", + "juvenile_court", + "juvenile_delinquency", + "juvenile_delinquent", + "juvenile_diabetes", + "juvenile_person", + "juvenile_rheumatoid_arthritis", + "juvenile_wart", + "juvenility", + "juxtaposition", + "jv", + "jyaistha", + "jylland", + "jynx", + "k", + "k'ung_futzu", + "k-dur_20", + "k-lor", + "k-lyte", + "k-meson", + "k.e.", + "k2", + "k_particle", + "k_ration", + "ka", + "kaaba", + "kabala", + "kabbala", + "kabbalah", + "kabbalism", + "kabbalist", + "kabob", + "kabolin", + "kabul", + "kach", + "kachaturian", + "kachin", + "kachina", + "kachinic", + "kadai", + "kadai_language", + "kadikoy", + "kaffir", + "kaffir_boom", + "kaffir_bread", + "kaffir_cat", + "kaffir_corn", + "kaffir_pox", + "kaffiyeh", + "kafir", + "kafir_corn", + "kafiri", + "kafka", + "kafocin", + "kaftan", + "kahane_chai", + "kahikatea", + "kahlil_gibran", + "kahlua", + "kahn", + "kahoolawe", + "kahoolawe_island", + "kai_apple", + "kail", + "kainite", + "kainogenesis", + "kaiser", + "kaiser_bill", + "kaiser_roll", + "kaiser_wilhelm", + "kakatoe", + "kakatoe_galerita", + "kakatoe_leadbeateri", + "kakemono", + "kaki", + "kakke_disease", + "kala-azar", + "kala_azar", + "kalaallit_nunaat", + "kalahari", + "kalahari_desert", + "kalamazoo", + "kalansuwa", + "kalantas", + "kalapooia", + "kalapooian", + "kalapuya", + "kalapuyan", + "kalashnikov", + "kalashnikov_culture", + "kale", + "kaleidoscope", + "kalemia", + "kali", + "kalian", + "kalif", + "kalimantan", + "kalinin", + "kaliph", + "kaliuresis", + "kalka", + "kalki", + "kallman's_syndrome", + "kalmia", + "kalmia_angustifolia", + "kalmia_latifolia", + "kalmia_polifolia", + "kalon_tripa", + "kalotermes", + "kalotermitidae", + "kalpac", + "kaluga", + "kalumpang", + "kaluresis", + "kam-sui", + "kam-tai", + "kam_muang", + "kama", + "kamarupan", + "kamasutra", + "kamba", + "kamchatka_peninsula", + "kamchatkan_sea_eagle", + "kameez", + "kamehameha_i", + "kamehameha_the_great", + "kamet", + "kami", + "kamia", + "kamikaze", + "kammon_strait_bridge", + "kampala", + "kampong", + "kampuchea", + "kampuchean", + "kan_river", + "kanaf", + "kanamycin", + "kananga", + "kanara", + "kanarese", + "kanawha", + "kanawha_river", + "kanchanjanga", + "kanchenjunga", + "kanchil", + "kandahar", + "kandinski", + "kandinsky", + "kandy", + "kangaroo", + "kangaroo's-foot", + "kangaroo's_paw", + "kangaroo-foot_plant", + "kangaroo_apple", + "kangaroo_bear", + "kangaroo_court", + "kangaroo_hare", + "kangaroo_jerboa", + "kangaroo_mouse", + "kangaroo_paw", + "kangaroo_rat", + "kannada", + "kansa", + "kansan", + "kansas", + "kansas_city", + "kansas_river", + "kansu", + "kant", + "kantrex", + "kanzu", + "kaochlor", + "kaoliang", + "kaolin", + "kaoline", + "kaolinite", + "kaon", + "kaopectate", + "kapeika", + "kaph", + "kaplan_group", + "kapok", + "kaposi's_sarcoma", + "kaposi's_varicelliform_eruption", + "kappa", + "kappa-meson", + "kapsiki", + "kapuka", + "kara_kum", + "kara_sea", + "karabiner", + "karachi", + "karaites", + "karakalpak", + "karakoram", + "karakoram_range", + "karakorum_range", + "karakul", + "karaoke", + "karat", + "karate", + "karaya_gum", + "karbala", + "karel_capek", + "karelia", + "karelian", + "karelian_isthmus", + "karen", + "karen_blixen", + "karen_danielsen_horney", + "karen_horney", + "karenic", + "karl-marx-stadt", + "karl_adolf_eichmann", + "karl_adolph_verner", + "karl_alex_muller", + "karl_augustus_menninger", + "karl_baedeker", + "karl_barth", + "karl_czerny", + "karl_friedrich_gauss", + "karl_friedrich_hieronymus_von_munchhausen", + "karl_gauss", + "karl_gjellerup", + "karl_gunnar_myrdal", + "karl_gustav_jacob_jacobi", + "karl_jaspers", + "karl_landsteiner", + "karl_linne", + "karl_marx", + "karl_menninger", + "karl_popper", + "karl_rudolf_gerd_von_rundstedt", + "karl_scheele", + "karl_theodor_jaspers", + "karl_von_clausewitz", + "karl_von_frisch", + "karl_waldemar_ziegler", + "karl_wernicke", + "karl_wilhelm_scheele", + "karl_wilhelm_siemens", + "karlfeldt", + "karloff", + "karma", + "karnataka", + "karok", + "karol_wojtyla", + "karpov", + "karsavina", + "kartik", + "kartikeya", + "karttika", + "karttikeya", + "karyokinesis", + "karyolymph", + "karyolysis", + "karyon", + "karyoplasm", + "karyotype", + "kasai", + "kasai_river", + "kasbah", + "kasha", + "kashag", + "kashmir", + "kashmir_goat", + "kashmiri", + "kaspar_friedrich_wolff", + "kasparov", + "kassite", + "kastler", + "kat", + "katabatic_wind", + "katabolism", + "katamorphism", + "katar", + "katar_peninsula", + "katari", + "kate_chopin", + "kate_o'flaherty_chopin", + "kate_smith", + "katharevusa", + "katharine_hepburn", + "katharine_houghton_hepburn", + "katharobe", + "katharometer", + "katharsis", + "katherine_anne_porter", + "katherine_cornell", + "katherine_mansfield", + "kathleen_mansfield_beauchamp", + "kathmandu", + "kathryn_elizabeth_smith", + "katmai_national_park", + "katmandu", + "katowice", + "katsina", + "katsura_tree", + "katsushika_hokusai", + "katsuwonidae", + "katsuwonus", + "katsuwonus_pelamis", + "kattegatt", + "katydid", + "katzenjammer", + "kauai", + "kauai_island", + "kaufman", + "kaunas", + "kaunda", + "kauri", + "kauri_copal", + "kauri_gum", + "kauri_pine", + "kauri_resin", + "kaury", + "kava", + "kavakava", + "kavir_desert", + "kavrin", + "kaw_river", + "kawaka", + "kawasaki_disease", + "kay_boyle", + "kayak", + "kayo", + "kayser-fleischer_ring", + "kazak", + "kazakh", + "kazakhstan", + "kazakhstani", + "kazakhstani_monetary_unit", + "kazakstan", + "kazan", + "kazimir_malevich", + "kazimir_severinovich_malevich", + "kazoo", + "kb", + "kbit", + "kbo", + "kc", + "kea", + "kean", + "keaton", + "keats", + "keb", + "kebab", + "keble", + "kechua", + "kechuan", + "kedgeree", + "keel", + "keel_arch", + "keelboat", + "keeled_garlic", + "keelson", + "keen", + "keenness", + "keep", + "keeper", + "keeping", + "keepsake", + "keeshond", + "keflex", + "keflin", + "keftab", + "keg", + "kegel_exercises", + "kegful", + "kei_apple", + "kei_apple_bush", + "keister", + "keith_rupert_murdoch", + "kekchi", + "kekule", + "kekule_formula", + "keller", + "kellogg", + "kelly", + "keloid", + "kelp", + "kelp_greenling", + "kelpie", + "kelpwort", + "kelpy", + "kelt", + "kelter", + "kelvin", + "kelvin_scale", + "kemadrin", + "kemal_ataturk", + "kemal_pasha", + "ken", + "ken_elton_kesey", + "ken_kesey", + "ken_russell", + "kenaf", + "kenai_fjords_national_park", + "kenalog", + "kendal", + "kendal_green", + "kendall", + "kendall's_tau", + "kendall_partial_rank_correlation", + "kendall_rank_correlation", + "kendall_test", + "kendrew", + "kennan", + "kennedia", + "kennedia_coccinea", + "kennedia_prostrata", + "kennedy", + "kennedy_international_airport", + "kennedy_interrnational", + "kennedya", + "kennel", + "kennelly", + "kennelly-heaviside_layer", + "kennesaw_mountain", + "kenneth_bancroft_clark", + "kenneth_clark", + "kenneth_david_kaunda", + "kenneth_grahame", + "kenneth_kaunda", + "kenneth_roberts", + "kennewick", + "kenning", + "keno", + "kenogenesis", + "kent", + "kentan", + "kentish", + "kentuckian", + "kentucky", + "kentucky_black_bass", + "kentucky_blue", + "kentucky_bluegrass", + "kentucky_coffee_tree", + "kentucky_derby", + "kentucky_wonder", + "kentucky_wonder_bean", + "kentucky_yellowwood", + "kentucy_blue_grass", + "kenya", + "kenya_fever", + "kenyan", + "kenyan_monetary_unit", + "kenyan_shilling", + "kenyapithecus", + "kenyata", + "kenzo_tange", + "keogh_plan", + "keokuk", + "kepi", + "kepler", + "kepler's_first_law", + "kepler's_law", + "kepler's_law_of_planetary_motion", + "kepler's_second_law", + "kepler's_third_law", + "kept_woman", + "kera", + "keratalgia", + "keratectasia", + "keratin", + "keratinisation", + "keratinization", + "keratitis", + "keratoacanthoma", + "keratocele", + "keratoconjunctivitis", + "keratoconus", + "keratoderma", + "keratoderma_blennorrhagica", + "keratodermia", + "keratohyalin", + "keratoiritis", + "keratomalacia", + "keratomycosis", + "keratonosis", + "keratonosus", + "keratoplasty", + "keratoscleritis", + "keratoscope", + "keratoscopy", + "keratosis", + "keratosis_blennorrhagica", + "keratosis_follicularis", + "keratosis_nigricans", + "keratosis_pilaris", + "keratotomy", + "kerb", + "kerb_crawler", + "kerbala", + "kerbela", + "kerbstone", + "kerchief", + "kerensky", + "kerfuffle", + "kerion", + "kern", + "kernel", + "kernicterus", + "kernig's_sign", + "kernite", + "kerosene", + "kerosene_heater", + "kerosene_lamp", + "kerosine", + "kerosine_heater", + "kerosine_lamp", + "kerouac", + "kerr_cell", + "kerry_blue_terrier", + "kerugma", + "kerygma", + "kesey", + "kestrel", + "ketalar", + "ketamine", + "ketamine_hydrochloride", + "ketch", + "ketchup", + "ketchup_bottle", + "keteleeria", + "ketembilla", + "ketembilla_tree", + "ketoacidosis", + "ketoacidosis-prone_diabetes", + "ketoacidosis-resistant_diabetes", + "ketoacidosis-resistant_diabetes_mellitus", + "ketoaciduria", + "ketohexose", + "ketone", + "ketone_body", + "ketone_group", + "ketonemia", + "ketonuria", + "ketoprofen", + "ketorolac", + "ketorolac_tromethamine", + "ketose", + "ketosis", + "ketosis-prone_diabetes", + "ketosis-resistant_diabetes", + "ketosis-resistant_diabetes_mellitus", + "ketosteroid", + "kettering", + "kettle", + "kettle_hole", + "kettle_of_fish", + "kettledrum", + "kettleful", + "ketubim", + "keuka_lake", + "keurboom", + "key", + "key_fruit", + "key_lime", + "key_palm", + "key_pattern", + "key_ring", + "key_signature", + "key_stroke", + "key_west", + "key_word", + "keyboard", + "keyboard_buffer", + "keyboard_instrument", + "keyboardist", + "keycard", + "keyhole", + "keyhole_limpet", + "keyhole_saw", + "keynes", + "keynesian", + "keynesianism", + "keynote", + "keynote_address", + "keynote_speech", + "keypad", + "keystone", + "keystone_state", + "keystone_stater", + "keystroke", + "kg", + "kgb", + "khabarovsk", + "khachaturian", + "khadafy", + "khaddar", + "khadi", + "khaki", + "khakis", + "khalif", + "khalifah", + "khalka", + "khalkha", + "khalsa", + "khama", + "khamsin", + "khamti", + "khan", + "khanate", + "khanty", + "kharkiv", + "kharkov", + "khartoum", + "khat", + "khaya", + "khayr_ad-din", + "khedive", + "khepera", + "khesari", + "khi", + "khimar", + "khios", + "khirghiz", + "khmer", + "khmer_rouge", + "khoikhoi", + "khoikhoin", + "khoisan", + "khoisan_language", + "khomeini", + "khoum", + "khowar", + "khrushchev", + "khuen", + "khufu", + "khukuri", + "khyber_pass", + "khz", + "ki", + "kia_quen", + "kiaat", + "kiang", + "kib", + "kibble", + "kibbutz", + "kibbutznik", + "kibe", + "kibibit", + "kibibyte", + "kibit", + "kibitzer", + "kichaga", + "kichai", + "kick", + "kick_in_the_butt", + "kick_pleat", + "kick_start", + "kick_starter", + "kick_turn", + "kick_up", + "kickapoo", + "kickback", + "kicker", + "kicking", + "kickoff", + "kickshaw", + "kicksorter", + "kickstand", + "kid", + "kid_glove", + "kidd", + "kiddie_porn", + "kiddy", + "kiddy_porn", + "kidnaper", + "kidnapper", + "kidnapping", + "kidney", + "kidney_bean", + "kidney_begonia", + "kidney_disease", + "kidney_failure", + "kidney_fern", + "kidney_pie", + "kidney_stone", + "kidney_vetch", + "kidney_wort", + "kidskin", + "kierkegaard", + "kieselguhr", + "kieserite", + "kieslowski", + "kiev", + "kigali", + "kiggelaria", + "kiggelaria_africana", + "kike", + "kikladhes", + "kildeer", + "kilderkin", + "kiley", + "kilimanjaro", + "kiliwa", + "kiliwi", + "kill", + "kill_zone", + "killarney_fern", + "killdeer", + "killdeer_plover", + "killer", + "killer_bee", + "killer_cell", + "killer_t_cell", + "killer_whale", + "killifish", + "killing", + "killing_field", + "killing_zone", + "killjoy", + "kiln", + "kilo", + "kilobit", + "kilobyte", + "kilocalorie", + "kilocycle", + "kilocycle_per_second", + "kilogram", + "kilogram-meter", + "kilogram_calorie", + "kilohertz", + "kiloliter", + "kilolitre", + "kilometer", + "kilometers_per_hour", + "kilometre", + "kilometres_per_hour", + "kiloton", + "kilovolt", + "kilovolt-ampere", + "kilowatt", + "kilowatt_hour", + "kilroy", + "kilt", + "kilter", + "kimberley", + "kimberlite", + "kimono", + "kin", + "kin_group", + "kina", + "kinaesthesia", + "kinaesthesis", + "kinanesthesia", + "kinase", + "kinchinjunga", + "kind", + "kind-heartedness", + "kindergarten", + "kindergartener", + "kindergartner", + "kindheartedness", + "kindliness", + "kindling", + "kindness", + "kindred", + "kine", + "kinematics", + "kinescope", + "kinesiology", + "kinesis", + "kinesthesia", + "kinesthesis", + "kinesthetics", + "kinetic_energy", + "kinetic_theory", + "kinetic_theory_of_gases", + "kinetic_theory_of_heat", + "kinetics", + "kinetochore", + "kinetoscope", + "kinetosis", + "kinfolk", + "king", + "king's_counsel", + "king's_english", + "king's_evil", + "king's_ransom", + "king's_spear", + "king_arthur", + "king_arthur's_round_table", + "king_begonia", + "king_camp_gilette", + "king_charles_spaniel", + "king_cobra", + "king_crab", + "king_devil", + "king_ferdinand", + "king_fern", + "king_harold_i", + "king_harold_ii", + "king_hussein", + "king_james", + "king_james_bible", + "king_james_i", + "king_james_version", + "king_john", + "king_lear", + "king_mackerel", + "king_nut", + "king_nut_hickory", + "king_oedipus", + "king_of_beasts", + "king_of_england", + "king_of_france", + "king_of_great_britain", + "king_of_swing", + "king_of_the_germans", + "king_of_the_herring", + "king_oliver", + "king_orange", + "king_penguin", + "king_post", + "king_protea", + "king_salmon", + "king_snake", + "king_vulture", + "king_whiting", + "king_william_pine", + "kingbird", + "kingbolt", + "kingcup", + "kingdom", + "kingdom_animalia", + "kingdom_come", + "kingdom_fungi", + "kingdom_monera", + "kingdom_of_belgium", + "kingdom_of_bhutan", + "kingdom_of_cambodia", + "kingdom_of_denmark", + "kingdom_of_god", + "kingdom_of_lesotho", + "kingdom_of_morocco", + "kingdom_of_nepal", + "kingdom_of_norway", + "kingdom_of_saudi_arabia", + "kingdom_of_spain", + "kingdom_of_swaziland", + "kingdom_of_sweden", + "kingdom_of_thailand", + "kingdom_of_the_netherlands", + "kingdom_of_tonga", + "kingdom_plantae", + "kingdom_prokaryotae", + "kingdom_protoctista", + "kingfish", + "kingfisher", + "kingfisher_daisy", + "kinglet", + "kingmaker", + "kingpin", + "kings_canyon_national_park", + "kingship", + "kingsnake", + "kingston", + "kingston-upon_hull", + "kingstown", + "kingwood", + "kingwood_tree", + "kinin", + "kink", + "kinkajou", + "kino", + "kino_gum", + "kinosternidae", + "kinosternon", + "kinsey", + "kinsfolk", + "kinshasa", + "kinship", + "kinship_group", + "kinship_system", + "kinsman", + "kinsperson", + "kinswoman", + "kinyarwanda", + "kiosk", + "kiowa", + "kip", + "kipling", + "kipp's_apparatus", + "kipper", + "kippered_herring", + "kippered_salmon", + "kirchhoff", + "kirchhoff's_laws", + "kirchner", + "kirghiz", + "kirghizia", + "kirghizstan", + "kirgiz", + "kirgizia", + "kirgizstan", + "kiribati", + "kiribati_dollar", + "kirk", + "kirkia", + "kirkia_wilmsii", + "kirkuk", + "kirpan", + "kirsch", + "kirtle", + "kishar", + "kishinev", + "kishke", + "kislev", + "kismat", + "kismet", + "kiss", + "kiss-me-over-the-garden-gate", + "kiss_curl", + "kiss_of_death", + "kiss_of_life", + "kiss_of_peace", + "kisser", + "kissimmee", + "kissimmee_river", + "kissing", + "kissing_bug", + "kissing_cousin", + "kissing_disease", + "kissing_kin", + "kissinger", + "kisumu", + "kiswahili", + "kit", + "kit_and_boodle", + "kit_and_caboodle", + "kit_bag", + "kit_carson", + "kit_fox", + "kitakyushu", + "kitambilla", + "kitbag", + "kitchen", + "kitchen_appliance", + "kitchen_cabinet", + "kitchen_garden", + "kitchen_help", + "kitchen_island", + "kitchen_match", + "kitchen_midden", + "kitchen_police", + "kitchen_range", + "kitchen_sink", + "kitchen_stove", + "kitchen_table", + "kitchen_utensil", + "kitchener", + "kitchenette", + "kitchenware", + "kite", + "kite_balloon", + "kite_tail", + "kitembilla", + "kith", + "kitsch", + "kittee", + "kitten", + "kitten-tails", + "kittiwake", + "kittul", + "kitty", + "kitty-cat", + "kitty_litter", + "kitul", + "kitul_tree", + "kivu", + "kiwi", + "kiwi_fruit", + "kiwi_vine", + "kizil_kum", + "kkk", + "klaipeda", + "klamath", + "klamath_falls", + "klamath_river", + "klammath_weed", + "klan", + "klansman", + "klaproth", + "klaus_fuchs", + "klavern", + "klavier", + "klaxon", + "klebs-loeffler_bacillus", + "klebsiella", + "klee", + "kleenex", + "klein", + "klein_bottle", + "kleist", + "klemens_metternich", + "kleptomania", + "kleptomaniac", + "klick", + "klieg_light", + "klimt", + "kline", + "klinefelter", + "klinefelter's_syndrome", + "klinefelter_syndrome", + "klondike", + "klopstock", + "klorvess", + "klotho", + "kludge", + "klutz", + "kluxer", + "klystron", + "klyuchevskaya", + "km", + "km/h", + "knack", + "knacker", + "knackwurst", + "knapsack", + "knapweed", + "knave", + "knavery", + "knawe", + "knawel", + "knee", + "knee-hi", + "knee-high", + "knee-jerk_reflex", + "knee_bend", + "knee_brace", + "knee_breeches", + "knee_jerk", + "knee_joint", + "knee_pad", + "knee_pants", + "knee_piece", + "kneecap", + "kneel", + "kneeler", + "kneeling", + "kneepan", + "knell", + "knesset", + "knesseth", + "knickerbockers", + "knickers", + "knickknack", + "knickknackery", + "knife", + "knife-edge", + "knife-handle", + "knife_blade", + "knife_edge", + "knife_fight", + "knife_pleat", + "knife_thrust", + "knight", + "knight's_service", + "knight-errant", + "knight_bachelor", + "knight_banneret", + "knight_errantry", + "knight_of_the_round_table", + "knight_of_the_square_flag", + "knight_templar", + "knighthood", + "knightia", + "knightliness", + "kniphofia", + "kniphofia_praecox", + "kniphofia_uvaria", + "knish", + "knit", + "knit_stitch", + "knitter", + "knitting", + "knitting_machine", + "knitting_needle", + "knitting_stitch", + "knitwear", + "knitwork", + "knob", + "knob_celery", + "knobble", + "knobcone_pine", + "knobkerrie", + "knobkerry", + "knock", + "knock-knee", + "knock-on_effect", + "knock_on", + "knock_rummy", + "knockabout", + "knockdown", + "knocker", + "knocking", + "knockoff", + "knockout", + "knockout_drops", + "knockout_punch", + "knockwurst", + "knoll", + "knossos", + "knot", + "knotgrass", + "knothole", + "knotted_marjoram", + "knottiness", + "knotty_pine", + "knout", + "know", + "know-all", + "know-how", + "know-it-all", + "know-nothing_party", + "know_nothing", + "knower", + "knowing", + "knowingness", + "knowledge", + "knowledge_base", + "knowledge_domain", + "knowledgeability", + "knowledgeableness", + "knowlton's_cactus", + "knox", + "knoxville", + "knuckle", + "knuckle_duster", + "knuckle_joint", + "knuckleball", + "knucklebones", + "knucklehead", + "knuckler", + "knuckles", + "knucks", + "knut", + "knut_hamsun", + "knut_pedersen", + "ko", + "ko_punch", + "koala", + "koala_bear", + "koan", + "koasati", + "kob", + "kobe", + "kobenhavn", + "kobo", + "kobuk_valley_national_park", + "kobus", + "kobus_kob", + "kobus_leche", + "koch", + "kochia", + "kochia_scoparia", + "kodiak", + "kodiak_bear", + "kodiak_island", + "koellia", + "koestler", + "kogia", + "kogia_breviceps", + "kogia_simus", + "kohl", + "kohleria", + "kohlrabi", + "koine", + "koinonia", + "kok-saghyz", + "kok-sagyz", + "kokka", + "kokka_shinto", + "kokoi_venom", + "kol_nidre", + "kola", + "kola_nut", + "kola_nut_tree", + "kola_peninsula", + "kolam", + "kolami", + "kolkata", + "kolkhoz", + "kolkhoznik", + "kolkwitzia", + "kolkwitzia_amabilis", + "koln", + "kolonia", + "komi", + "komodo_dragon", + "komodo_lizard", + "komondor", + "kon_tiki", + "konakri", + "kong_the_master", + "kongfuze", + "kongo", + "konini", + "konoe", + "konoye", + "konqueror", + "konrad_adenauer", + "konrad_lorenz", + "konrad_von_gesner", + "konrad_zacharias_lorenz", + "konstantin_sergeevich_alekseev", + "konstantin_sergeyevich_stanislavsky", + "konstantin_stanislavsky", + "koodoo", + "kook", + "kookaburra", + "koopmans", + "kopeck", + "kopek", + "kopiyka", + "kopje", + "koplik's_spots", + "koppie", + "kor", + "koran", + "korbut", + "korchnoi", + "korda", + "kordofan", + "kordofanian", + "kore", + "korea", + "korea_bay", + "korea_strait", + "korean", + "korean_lawn_grass", + "korean_lespedeza", + "korean_peninsula", + "korean_strait", + "korean_velvet_grass", + "korean_war", + "korinthos", + "korsakoff's_psychosis", + "korsakoff's_syndrome", + "korsakov's_psychosis", + "korsakov's_syndrome", + "koruna", + "korzybski", + "kos", + "kosciusko", + "kosciuszko", + "kosher", + "kosovo", + "kosteletzya", + "kosteletzya_virginica", + "kota", + "kotar", + "kotex", + "koto", + "koto_player", + "kotoko", + "kotow", + "koudou", + "koumiss", + "koussevitzky", + "kovna", + "kovno", + "koweit", + "kowhai", + "kowtow", + "kp", + "kph", + "kr", + "kraal", + "krafft-ebing", + "kraft", + "kraft_paper", + "krait", + "krakatao", + "krakatau", + "krakatoa", + "krakau", + "krakow", + "krasner", + "kraurosis", + "kraurosis_vulvae", + "kraut", + "krauthead", + "krebs", + "krebs_citric_acid_cycle", + "krebs_cycle", + "kreisler", + "kremlin", + "krigia", + "krigia_bulbosa", + "krigia_dandelion", + "krill", + "kris", + "krishna", + "krishnaism", + "kriss_kringle", + "kriti", + "kroeber", + "krona", + "krone", + "kronecker", + "kronecker_delta", + "kroon", + "kropotkin", + "kroto", + "krubi", + "kruger", + "krummhorn", + "krung_thep", + "krupp", + "krypterophaneron", + "krypton", + "krzysztof_kieslowski", + "ks", + "kshatriya", + "kt", + "ku-chiku", + "ku_klux_klan", + "ku_kluxer", + "kuala_lumpur", + "kuan_yin", + "kuangchou", + "kubla_khan", + "kublai_kaan", + "kublai_khan", + "kubrick", + "kuchean", + "kuchean_dialect", + "kudos", + "kudu", + "kudu_lily", + "kudzu", + "kudzu_vine", + "kuenlun", + "kuenlun_mountains", + "kuhn", + "kui", + "kuiper", + "kuiper_belt", + "kuiper_belt_object", + "kukenaam", + "kukenaam_falls", + "kuki", + "kuki-chin", + "kulanapan", + "kulun", + "kumasi", + "kumis", + "kummel", + "kumquat", + "kumquat_tree", + "kund_johan_victor_rasmussen", + "kundt's_tube", + "kung_fu", + "kunlan_shan", + "kunlun", + "kunlun_mountains", + "kunzite", + "kuomintang", + "kupffer's_cell", + "kura", + "kura_river", + "kurakkan", + "kurchee", + "kurchi", + "kurd", + "kurdish", + "kurdistan", + "kurdistan_labor_pary", + "kurdistan_workers_party", + "kuri-chiku", + "kurosawa", + "kuroshio", + "kuroshio_current", + "kurrajong", + "kurrat", + "kursk", + "kurt_godel", + "kurt_vonnegut", + "kurt_waldheim", + "kurt_weill", + "kurta", + "kuru", + "kurus", + "kurux", + "kusan", + "kussmaul's_coma", + "kutch", + "kutuzov", + "kuvasz", + "kuvi", + "kuwait", + "kuwait_city", + "kuwaiti", + "kuwaiti_dinar", + "kuwaiti_dirham", + "kuwaiti_monetary_unit", + "kuznets", + "kv", + "kvass", + "kvetch", + "kw", + "kw-hr", + "kwa", + "kwacha", + "kwai", + "kwajalein", + "kwakiutl", + "kwan-yin", + "kwangchow", + "kwangju", + "kwangtung", + "kwannon", + "kwanza", + "kwanzaa", + "kwashiorkor", + "kwazulu-natal", + "kweek", + "kwela", + "kwell", + "ky", + "kyanite", + "kyat", + "kyd", + "kylie", + "kylix", + "kymograph", + "kyo-chiku", + "kyoto", + "kyphosidae", + "kyphosis", + "kyphosus", + "kyphosus_sectatrix", + "kyrgyz_republic", + "kyrgyzstan", + "kyrgyzstani_monetary_unit", + "kyushu", + "kyyiv", + "kyzyl_kum", + "l", + "l'aquila", + "l'enfant", + "l-dopa", + "l-p", + "l-plate", + "l._m._montgomery", + "l._monocytogenes", + "l._ron_hubbard", + "l._s._lowry", + "la", + "la_crosse", + "la_fayette", + "la_fontaine", + "la_paz", + "la_plata", + "la_rochefoucauld", + "la_spezia", + "la_tour", + "laager", + "lab", + "lab_bench", + "lab_coat", + "laban", + "labanotation", + "labdanum", + "label", + "labetalol", + "labetalol_hydrochloride", + "labia_majora", + "labia_minora", + "labial", + "labial_artery", + "labial_consonant", + "labial_pipe", + "labial_stop", + "labial_vein", + "labiatae", + "labiodental", + "labiodental_consonant", + "labium", + "lablab", + "lablab_purpureus", + "lablink", + "labor", + "labor_agreement", + "labor_camp", + "labor_coach", + "labor_contract", + "labor_day", + "labor_department", + "labor_force", + "labor_leader", + "labor_market", + "labor_movement", + "labor_of_love", + "labor_organizer", + "labor_pain", + "labor_pains", + "labor_party", + "labor_pool", + "labor_resources", + "labor_secretary", + "labor_union", + "laboratory", + "laboratory_bench", + "laboratory_coat", + "laborer", + "laboriousness", + "labour", + "labour_camp", + "labour_of_love", + "labour_pains", + "labour_party", + "labourer", + "labourite", + "labrador", + "labrador-ungava_peninsula", + "labrador_peninsula", + "labrador_retriever", + "labrador_sea", + "labrador_tea", + "labridae", + "labrocyte", + "labrouste", + "laburnum", + "laburnum_alpinum", + "laburnum_anagyroides", + "labyrinth", + "labyrinth_of_minos", + "labyrinthine_artery", + "labyrinthine_sense", + "labyrinthine_vein", + "labyrinthitis", + "labyrinthodont", + "labyrinthodonta", + "labyrinthodontia", + "lac", + "lac_dye", + "lac_wax", + "laccopetalum", + "laccopetalum_giganteum", + "lace", + "lace-flower_vine", + "lace_bug", + "lace_fern", + "lace_making", + "lacebark", + "lacepod", + "lacer", + "laceration", + "lacerta", + "lacerta_agilis", + "lacerta_viridis", + "lacertid", + "lacertid_lizard", + "lacertidae", + "lacertilia", + "lacewing", + "lacewing_fly", + "lacewood", + "lacework", + "lachaise", + "lachesis", + "lachnolaimus", + "lachnolaimus_maximus", + "lachrymal_duct", + "lachrymal_gland", + "lachrymal_secretion", + "lachrymation", + "lachrymator", + "lacing", + "lack", + "lackey", + "laconia", + "laconian", + "laconicism", + "laconism", + "lacquer", + "lacquer_tree", + "lacquerware", + "lacrimal_apparatus", + "lacrimal_artery", + "lacrimal_bone", + "lacrimal_duct", + "lacrimal_gland", + "lacrimal_sac", + "lacrimal_secretion", + "lacrimal_vein", + "lacrimation", + "lacrimator", + "lacrosse", + "lacrosse_ball", + "lacrosse_player", + "lactaid", + "lactalbumin", + "lactarius", + "lactarius_delicioso", + "lactase", + "lactase_deficiency", + "lactate", + "lactation", + "lacteal", + "lactic_acid", + "lactiferous_duct", + "lactifuge", + "lactobacillaceae", + "lactobacillus", + "lactobacillus_acidophilus", + "lactobacteriaceae", + "lactoflavin", + "lactogen", + "lactogenic_hormone", + "lactophrys", + "lactophrys_quadricornis", + "lactose", + "lactose_intolerance", + "lactosuria", + "lactuca", + "lactuca_sativa", + "lactuca_sativa_asparagina", + "lactuca_sativa_capitata", + "lactuca_sativa_crispa", + "lactuca_sativa_longifolia", + "lactuca_scariola", + "lactuca_serriola", + "lacuna", + "lad", + "lad's_love", + "ladanum", + "ladder", + "ladder-back", + "ladder-back_chair", + "ladder_truck", + "laddie", + "ladies'-eardrop", + "ladies'-eardrops", + "ladies'_man", + "ladies'_room", + "ladies'_slipper", + "ladies'_tobacco", + "ladies'_tresses", + "ladin", + "lading", + "ladino", + "ladle", + "ladoga", + "ladrone_islands", + "lady", + "lady's-eardrop", + "lady's-eardrops", + "lady's-finger", + "lady's_earrings", + "lady's_laces", + "lady's_leek", + "lady's_maid", + "lady's_slipper", + "lady's_smock", + "lady's_thistle", + "lady's_tobacco", + "lady's_tresses", + "lady-in-waiting", + "lady-of-the-night", + "lady-slipper", + "lady_beetle", + "lady_chapel", + "lady_crab", + "lady_day", + "lady_diana_frances_spencer", + "lady_emma_hamilton", + "lady_fern", + "lady_friend", + "lady_godiva", + "lady_jane_grey", + "lady_killer", + "lady_of_pleasure", + "lady_of_the_house", + "lady_palm", + "lady_peel", + "lady_tulip", + "lady_with_the_lamp", + "ladybeetle", + "ladybird", + "ladybird_beetle", + "ladybug", + "ladyfinger", + "ladyfish", + "ladylikeness", + "ladylove", + "ladyship", + "laelia", + "laertes", + "laetrile", + "laevulose", + "lafayette", + "laffer", + "laffer_curve", + "laffite", + "lafitte", + "lafora's_disease", + "lag", + "lag_b'omer", + "lag_bolt", + "lag_screw", + "lagan", + "lagarostrobus", + "lagarostrobus_colensoi", + "lagarostrobus_franklinii", + "lagenaria", + "lagenaria_siceraria", + "lagend", + "lagenophera", + "lager", + "lager_beer", + "lagerphone", + "lagerstroemia", + "lagerstroemia_indica", + "lagerstroemia_speciosa", + "laggard", + "lagger", + "lagging", + "lagidium", + "lagniappe", + "lagodon", + "lagodon_rhomboides", + "lagomorph", + "lagomorpha", + "lagoon", + "lagophthalmos", + "lagopus", + "lagopus_scoticus", + "lagorchestes", + "lagos", + "lagostomus", + "lagostomus_maximus", + "lagothrix", + "laguna", + "laguncularia", + "laguncularia_racemosa", + "lagune", + "lah", + "lahar", + "lahore", + "lahu", + "laid_paper", + "lair", + "laird", + "laissez-faire_economy", + "laissez_faire", + "laissez_passer", + "laity", + "laius", + "lake", + "lake_albert", + "lake_albert_nyanza", + "lake_aral", + "lake_baikal", + "lake_balaton", + "lake_baykal", + "lake_bed", + "lake_bottom", + "lake_canandaigua", + "lake_cayuga", + "lake_chad", + "lake_champlain", + "lake_chelan", + "lake_clark_national_park", + "lake_constance", + "lake_district", + "lake_duck", + "lake_dwelling", + "lake_edward", + "lake_erie", + "lake_eyre", + "lake_geneva", + "lake_herring", + "lake_huron", + "lake_ilmen", + "lake_keuka", + "lake_kivu", + "lake_ladoga", + "lake_leman", + "lake_malawi", + "lake_mead", + "lake_michigan", + "lake_nasser", + "lake_nyasa", + "lake_okeechobee", + "lake_onega", + "lake_ontario", + "lake_poets", + "lake_powell", + "lake_saint_clair", + "lake_salmon", + "lake_seneca", + "lake_st._clair", + "lake_superior", + "lake_tahoe", + "lake_tana", + "lake_tanganyika", + "lake_trasimenus", + "lake_trout", + "lake_tsana", + "lake_urmia", + "lake_vanern", + "lake_victoria", + "lake_volta", + "lake_whitefish", + "lake_winnipeg", + "lakefront", + "lakeland", + "lakeland_terrier", + "lakeshore", + "lakeside", + "lakh", + "lakota", + "lakshmi", + "lallans", + "lallation", + "lally", + "lally_column", + "lalthyrus_tingitanus", + "lam", + "lama", + "lama_guanicoe", + "lama_pacos", + "lama_peruana", + "lamaism", + "lamaist", + "lamarck", + "lamarckian", + "lamarckism", + "lamasery", + "lamaze_method", + "lamaze_method_of_childbirth", + "lamb", + "lamb's-quarter", + "lamb's-quarters", + "lamb's_lettuce", + "lamb-chop", + "lamb_chop", + "lamb_curry", + "lamb_roast", + "lamb_succory", + "lambchop", + "lambda", + "lambda_hyperon", + "lambda_particle", + "lambdacism", + "lambency", + "lambert", + "lambert-eaton_syndrome", + "lambertia", + "lambertia_formosa", + "lambis", + "lambkill", + "lambkin", + "lamboid_suture", + "lambrequin", + "lambskin", + "lame", + "lame_duck", + "lamedh", + "lamella", + "lamellar_mixture", + "lamellate_placentation", + "lamellibranch", + "lamellibranchia", + "lamellicorn_beetle", + "lamellicornia", + "lameness", + "lament", + "lamentation", + "lamentations", + "lamenter", + "lamia", + "lamiaceae", + "lamina", + "lamina_arcus_vertebrae", + "laminar_flow", + "laminar_flow_clean_room", + "laminaria", + "laminariaceae", + "laminariales", + "laminate", + "laminated_glass", + "lamination", + "laminator", + "laminectomy", + "laminitis", + "lamisil", + "lamium", + "lamium_album", + "lamium_amplexicaule", + "lamivudine", + "lammas", + "lammas_day", + "lammastide", + "lammergeier", + "lammergeyer", + "lamna", + "lamna_nasus", + "lamnidae", + "lamp", + "lamp_chimney", + "lamp_house", + "lamp_housing", + "lamp_oil", + "lamp_shade", + "lamp_shell", + "lampblack", + "lamper_eel", + "lamphouse", + "lamplight", + "lamplighter", + "lampoon", + "lampoon_artist", + "lampooner", + "lamppost", + "lamprey", + "lamprey_eel", + "lampridae", + "lampris", + "lampris_guttatus", + "lampris_regius", + "lampropeltis", + "lampropeltis_getulus", + "lampropeltis_triangulum", + "lampshade", + "lampshell", + "lampyridae", + "lan", + "lanai", + "lanai_island", + "lancashire", + "lancaster", + "lancastrian", + "lancastrian_line", + "lance", + "lance_corporal", + "lancelet", + "lancelot", + "lanceolate_leaf", + "lanceolate_spleenwort", + "lancer", + "lancers", + "lancet", + "lancet_arch", + "lancet_fish", + "lancet_window", + "lancetfish", + "lancewood", + "lancewood_tree", + "lanchou", + "lanchow", + "land", + "land-office_business", + "land_agent", + "land_area", + "land_cress", + "land_development", + "land_grant", + "land_line", + "land_mass", + "land_mile", + "land_mine", + "land_of_enchantment", + "land_of_lincoln", + "land_of_opportunity", + "land_office", + "land_rail", + "land_reform", + "land_resources", + "land_site", + "land_tax", + "land_tenure", + "landau", + "landed_estate", + "landed_gentry", + "lander", + "landfall", + "landfill", + "landgrave", + "landholder", + "landholding", + "landing", + "landing_approach", + "landing_craft", + "landing_deck", + "landing_field", + "landing_flap", + "landing_gear", + "landing_net", + "landing_party", + "landing_place", + "landing_skid", + "landing_stage", + "landing_strip", + "landlady", + "landler", + "landline", + "landlocked_salmon", + "landlord", + "landlord's_lien", + "landlubber", + "landman", + "landmark", + "landmass", + "landowner", + "landowska", + "landrover", + "landry's_paralysis", + "landscape", + "landscape_architect", + "landscape_architecture", + "landscape_gardener", + "landscape_gardening", + "landscape_painting", + "landscaper", + "landscaping", + "landscapist", + "landside", + "landslide", + "landslip", + "landsmaal", + "landsmal", + "landsman", + "landsteiner", + "lane", + "lane's_prince_albert", + "laney", + "langbeinite", + "lange", + "langlaufer", + "langley", + "langmuir", + "langobard", + "langouste", + "langoustine", + "langsat", + "langset", + "langside", + "langston_hughes", + "langsyne", + "langtry", + "language", + "language_area", + "language_barrier", + "language_learning", + "language_lesson", + "language_requirement", + "language_school", + "language_system", + "language_teaching", + "language_unit", + "language_zone", + "languas_speciosa", + "langue_d'oc", + "langue_d'oc_french", + "langue_d'oil", + "langue_d'oil_french", + "languedoc-roussillon", + "languisher", + "languor", + "langur", + "laniard", + "laniidae", + "lanius", + "lanius_borealis", + "lanius_excubitor", + "lanius_lucovicianus", + "lanius_ludovicianus_excubitorides", + "lanius_ludovicianus_migrans", + "lankiness", + "lanolin", + "lanoxin", + "lansa", + "lansat", + "lanseh", + "lanseh_tree", + "lanset", + "lansing", + "lansium_domesticum", + "lansoprazole", + "lantana", + "lantern", + "lantern-fly", + "lantern_fly", + "lantern_jaw", + "lantern_pinion", + "lantern_slide", + "lantern_wheel", + "lanternfish", + "lanthanide", + "lanthanide_series", + "lanthanoid", + "lanthanon", + "lanthanotidae", + "lanthanotus", + "lanthanotus_borneensis", + "lanthanum", + "lanugo", + "lanyard", + "lanzhou", + "lao", + "lao-tse", + "lao-tzu", + "lao-zi", + "lao_people's_democratic_republic", + "laocoon", + "laos", + "laotian", + "laotian_capital", + "laotian_monetary_unit", + "lap", + "lap_choly", + "lap_covering", + "lap_joint", + "lap_of_honour", + "lap_of_luxury", + "lap_of_the_gods", + "laparocele", + "laparoscope", + "laparoscopic_cholecystectomy", + "laparoscopy", + "laparotomy", + "lapboard", + "lapdog", + "lapel", + "lapful", + "lapidarist", + "lapidary", + "lapidation", + "lapidator", + "lapidist", + "lapin", + "lapis_lazuli", + "laplace", + "lapland", + "laportea", + "laportea_canadensis", + "lapp", + "lappet", + "lappet_caterpillar", + "lappet_moth", + "lappic", + "lapping", + "lappish", + "lappland", + "lapplander", + "lappula", + "lapse", + "lapsing", + "laptev_sea", + "laptop", + "laptop_computer", + "laputa", + "lapwing", + "laramie", + "larboard", + "larcener", + "larcenist", + "larcenous", + "larceny", + "larch", + "larch_tree", + "lard", + "lard_oil", + "larder", + "lardizabala", + "lardizabala_family", + "lardizabalaceae", + "lardner", + "laredo", + "large", + "large-flowered_calamint", + "large-flowered_fiddleneck", + "large-flowering_magnolia", + "large-leaved_aster", + "large-leaved_cucumber_tree", + "large-leaved_magnolia", + "large-toothed_aspen", + "large_calorie", + "large_cap", + "large_civet", + "large_crabgrass", + "large_cranberry", + "large_indefinite_amount", + "large_indefinite_quantity", + "large_integer", + "large_intestine", + "large_magellanic_cloud", + "large_number", + "large_order", + "large_periwinkle", + "large_person", + "large_poodle", + "large_tooth_aspen", + "large_white", + "large_white_petunia", + "large_yellow_lady's_slipper", + "largeleaf_holly", + "largemouth", + "largemouth_bass", + "largemouth_black_bass", + "largemouthed_bass", + "largemouthed_black_bass", + "largeness", + "largess", + "largesse", + "larghetto", + "largo", + "lari", + "lariat", + "laricariidae", + "larid", + "laridae", + "larium", + "larix", + "larix_decidua", + "larix_laricina", + "larix_lyallii", + "larix_occidentalis", + "larix_russica", + "larix_siberica", + "lark", + "larkspur", + "larodopa", + "larotid", + "larousse", + "larrea", + "larrea_tridentata", + "lars_onsager", + "larus", + "larus_argentatus", + "larus_canus", + "larus_marinus", + "larus_ridibundus", + "larva", + "larvacea", + "larvacean", + "larvacide", + "larvicide", + "laryngeal_artery", + "laryngeal_vein", + "laryngectomy", + "laryngismus", + "laryngitis", + "laryngopharyngitis", + "laryngopharynx", + "laryngoscope", + "laryngospasm", + "laryngostenosis", + "laryngotracheobronchitis", + "larynx", + "las_cruces", + "las_vegas", + "lasagna", + "lasagne", + "lasalle", + "lascar", + "lascaux", + "lasciviousness", + "lasek", + "laser", + "laser-assisted_in_situ_keratomileusis", + "laser-assisted_subepithelial_keratomileusis", + "laser-guided_bomb", + "laser_beam", + "laser_printer", + "laser_trabecular_surgery", + "lash", + "lash-up", + "lasher", + "lashing", + "lashings", + "lashkar-e-jhangvi", + "lashkar-e-omar", + "lashkar-e-taiba", + "lashkar-e-tayyiba", + "lashkar-e-toiba", + "lasik", + "lasiocampa", + "lasiocampid", + "lasiocampid_moth", + "lasiocampidae", + "lasiurus", + "lasiurus_borealis", + "lasix", + "laskar_jihad", + "lass", + "lassa", + "lassa_fever", + "lassa_virus", + "lassen_volcanic_national_park", + "lassie", + "lassitude", + "lasso", + "last", + "last_day", + "last_frontier", + "last_gasp", + "last_half", + "last_hurrah", + "last_in_first_out", + "last_judgement", + "last_judgment", + "last_laugh", + "last_mile", + "last_minute", + "last_name", + "last_quarter", + "last_resort", + "last_respects", + "last_rites", + "last_straw", + "last_supper", + "last_word", + "lastex", + "lasthenia", + "lasthenia_chrysostoma", + "lastingness", + "lastreopsis", + "laszlo_lowestein", + "lat", + "latakia", + "latanier", + "latanier_palm", + "latch", + "latchet", + "latchkey", + "latchkey_child", + "latchstring", + "late-night_hour", + "late_blight", + "late_greek", + "late_latin", + "late_purple_aster", + "latecomer", + "lateen", + "lateen-rig", + "lateen_sail", + "latency", + "latency_period", + "latency_phase", + "latency_stage", + "lateness", + "latent_content", + "latent_diabetes", + "latent_heat", + "latent_hostility", + "latent_period", + "latent_schizophrenia", + "lateral", + "lateral_cerebral_sulcus", + "lateral_condyle", + "lateral_epicondyle", + "lateral_epicondylitis", + "lateral_geniculate", + "lateral_geniculate_body", + "lateral_humeral_epicondylitis", + "lateral_line", + "lateral_line_organ", + "lateral_pass", + "lateral_rectus", + "lateral_rectus_muscle", + "lateral_thinking", + "lateral_ventricle", + "lateralisation", + "laterality", + "lateralization", + "lateran", + "lateran_council", + "lateran_palace", + "lateran_treaty", + "laterite", + "lates", + "lates_calcarifer", + "latest", + "latex", + "latex_paint", + "lath", + "lath_and_plaster", + "lathe", + "lathee", + "lather", + "lathi", + "lathyrus", + "lathyrus_hirsutus", + "lathyrus_japonicus", + "lathyrus_latifolius", + "lathyrus_maritimus", + "lathyrus_niger", + "lathyrus_nissolia", + "lathyrus_odoratus", + "lathyrus_palustris", + "lathyrus_pratensis", + "lathyrus_sativus", + "lathyrus_splendens", + "lathyrus_sylvestris", + "lathyrus_tuberosus", + "lathyrus_vernus", + "laticifer", + "latimeria", + "latimeria_chalumnae", + "latimeridae", + "latin", + "latin_alphabet", + "latin_america", + "latin_american", + "latin_cross", + "latin_quarter", + "latin_square", + "latinae", + "latinesce", + "latinian_language", + "latinism", + "latinist", + "latino", + "latino_sine_flexione", + "latissimus_dorsi", + "latitude", + "latitudinarian", + "latium", + "latke", + "latona", + "latria", + "latrine", + "latrobe", + "latrodectus", + "latrodectus_mactans", + "lats", + "latte", + "latten", + "latter", + "latter-day_saint", + "lattice", + "latticework", + "latvia", + "latvian", + "latvian_monetary_unit", + "laudability", + "laudableness", + "laudanum", + "laudator", + "lauder", + "laudo", + "laugh", + "laugh_line", + "laugh_track", + "laugher", + "laughing_gas", + "laughing_gull", + "laughing_hyena", + "laughing_jackass", + "laughing_owl", + "laughingstock", + "laughter", + "laughton", + "lauhala", + "launce", + "launch", + "launch_area", + "launch_pad", + "launcher", + "launching", + "launching_pad", + "launching_site", + "launchpad", + "launderette", + "laundering", + "laundress", + "laundromat", + "laundry", + "laundry_basket", + "laundry_cart", + "laundry_detergent", + "laundry_truck", + "laundryman", + "laundrywoman", + "lauraceae", + "laurasia", + "laureate", + "laurel", + "laurel-tree", + "laurel_and_hardy", + "laurel_cherry", + "laurel_family", + "laurel_oak", + "laurel_sumac", + "laurel_willow", + "laurel_wreath", + "laurels", + "laurelwood", + "laurence_olivier", + "laurence_stephen_lowry", + "laurence_sterne", + "laurens", + "laurentian_highlands", + "laurentian_plateau", + "laurentius", + "lauric_acid", + "lauritz_lebrecht_hommel_melchior", + "lauritz_melchior", + "laurus", + "laurus_nobilis", + "lauryl_alcohol", + "lausanne", + "lautaro_faction_of_the_united_popular_action_movement", + "lautaro_popular_rebel_forces", + "lautaro_youth_movement", + "lav", + "lava", + "lavabo", + "lavage", + "lavalava", + "lavalier", + "lavaliere", + "lavalliere", + "lavandula", + "lavandula_angustifolia", + "lavandula_latifolia", + "lavandula_officinalis", + "lavandula_stoechas", + "lavatera", + "lavatera_arborea", + "lavation", + "lavatory", + "lavender", + "lavender_cotton", + "laver", + "lavishness", + "lavoisier", + "lavrenti_pavlovich_beria", + "law", + "law-breaking", + "law-makers", + "law_agent", + "law_degree", + "law_enforcement", + "law_enforcement_agency", + "law_firm", + "law_merchant", + "law_of_action_and_reaction", + "law_of_archimedes", + "law_of_areas", + "law_of_averages", + "law_of_chemical_equilibrium", + "law_of_closure", + "law_of_common_fate", + "law_of_conservation_of_energy", + "law_of_conservation_of_mass", + "law_of_conservation_of_matter", + "law_of_constant_proportion", + "law_of_continuation", + "law_of_definite_proportions", + "law_of_diminishing_returns", + "law_of_effect", + "law_of_equal_areas", + "law_of_equivalent_proportions", + "law_of_gravitation", + "law_of_independent_assortment", + "law_of_large_numbers", + "law_of_mass_action", + "law_of_moses", + "law_of_motion", + "law_of_multiple_proportions", + "law_of_nations", + "law_of_nature", + "law_of_parsimony", + "law_of_partial_pressures", + "law_of_proximity", + "law_of_reciprocal_proportions", + "law_of_segregation", + "law_of_similarity", + "law_of_the_land", + "law_of_thermodynamics", + "law_of_volumes", + "law_offender", + "law_officer", + "law_practice", + "law_school", + "law_student", + "lawbreaker", + "lawcourt", + "lawfulness", + "lawgiver", + "lawlessness", + "lawmaker", + "lawmaking", + "lawman", + "lawn", + "lawn_bowling", + "lawn_cart", + "lawn_chair", + "lawn_furniture", + "lawn_mower", + "lawn_party", + "lawn_tennis", + "lawn_tool", + "lawrence", + "lawrence_durrell", + "lawrence_george_durrell", + "lawrence_of_arabia", + "lawrence_peter_berra", + "lawrencium", + "laws", + "lawson's_cedar", + "lawson's_cypress", + "lawsuit", + "lawton", + "lawyer", + "lawyer-client_relation", + "lawyer_bush", + "lawyer_cane", + "lawyerbush", + "laxation", + "laxative", + "laxity", + "laxness", + "lay", + "lay-by", + "lay-up", + "lay_figure", + "lay_reader", + "lay_witness", + "layabout", + "layby", + "layer", + "layer_cake", + "layette", + "layia", + "layia_platyglossa", + "laying", + "laying_claim", + "laying_on", + "laying_on_of_hands", + "laying_waste", + "layman", + "layoff", + "layout", + "layover", + "layperson", + "layup", + "lazar", + "lazar_house", + "lazaret", + "lazarette", + "lazaretto", + "lazarus", + "laziness", + "lazio", + "lazuli", + "lazuline", + "lazy_daisy_stitch", + "lazy_susan", + "lazybones", + "lazzaro_spallanzani", + "lb", + "lbf.", + "lbj", + "lcd", + "lcm", + "ld.", + "ldl", + "ldl_cholesterol", + "le", + "le_carre", + "le_chatelier", + "le_chatelier's_law", + "le_chatelier's_principle", + "le_chatelier-braun_principle", + "le_chatelier_principle", + "le_corbusier", + "le_douanier_rousseau", + "le_duc_tho", + "le_gallienne", + "le_havre", + "le_notre", + "lea", + "leach", + "leaching", + "leacock", + "lead", + "lead-acid_accumulator", + "lead-acid_battery", + "lead-in", + "lead_acetate", + "lead_arsenate", + "lead_bank", + "lead_carbonate", + "lead_chromate", + "lead_colic", + "lead_glass", + "lead_line", + "lead_ore", + "lead_pencil", + "lead_plant", + "lead_poisoning", + "lead_sheet", + "lead_story", + "lead_tetraethyl", + "lead_time", + "lead_tree", + "leadbelly", + "leaded_bronze", + "leaded_gasoline", + "leaded_petrol", + "leader", + "leaders", + "leadership", + "leading", + "leading_astray", + "leading_edge", + "leading_indicator", + "leading_lady", + "leading_light", + "leading_man", + "leading_off", + "leading_question", + "leading_rein", + "leading_tone", + "leadplant", + "leadwort", + "leadwort_family", + "leaf", + "leaf-book", + "leaf-cutter", + "leaf-cutter_bee", + "leaf-cutting_bee", + "leaf-foot_bug", + "leaf-footed_bug", + "leaf-miner", + "leaf-nosed_bat", + "leaf-nosed_snake", + "leaf-roller", + "leaf_beet", + "leaf_beetle", + "leaf_blade", + "leaf_blight", + "leaf_bud", + "leaf_bug", + "leaf_cast", + "leaf_disease", + "leaf_fat", + "leaf_form", + "leaf_insect", + "leaf_lard", + "leaf_lettuce", + "leaf_miner", + "leaf_mold", + "leaf_mould", + "leaf_mustard", + "leaf_node", + "leaf_roller", + "leaf_scorch", + "leaf_shape", + "leaf_soil", + "leaf_spring", + "leafage", + "leafhopper", + "leafing", + "leaflet", + "leafnose_bat", + "leafstalk", + "leafy_liverwort", + "leafy_spurge", + "leafy_vegetable", + "league", + "league_of_iroquois", + "league_of_nations", + "leak", + "leak_fungus", + "leakage", + "leaker", + "leakey", + "leakiness", + "lean", + "lean-to", + "lean-to_tent", + "leander", + "leaner", + "leaning", + "leaning_tower", + "leaning_tower_of_pisa", + "leanness", + "leap", + "leap_day", + "leap_second", + "leap_year", + "leaper", + "leapfrog", + "leaping", + "lear", + "learned_person", + "learned_profession", + "learned_reaction", + "learned_response", + "learnedness", + "learner", + "learner's_dictionary", + "learner's_permit", + "learning", + "learning_ability", + "learning_curve", + "learning_disability", + "learning_disorder", + "leary", + "lease", + "lease-lend", + "lease_giver", + "leasehold", + "leaseholder", + "leash", + "least", + "least_bittern", + "least_common_multiple", + "least_effort", + "least_resistance", + "least_sandpiper", + "least_shrew", + "least_squares", + "leather", + "leather_carp", + "leather_fern", + "leather_flower", + "leather_soap", + "leather_strip", + "leatherback", + "leatherback_turtle", + "leatherette", + "leatherfish", + "leatherjack", + "leatherjacket", + "leatherleaf", + "leatherleaf_fern", + "leatherleaf_saxifrage", + "leatherleaf_wood_fern", + "leatherneck", + "leatherwood", + "leatherwork", + "leathery_grape_fern", + "leathery_polypody", + "leathery_turtle", + "leave", + "leave-taking", + "leave_of_absence", + "leaven", + "leavening", + "leaver", + "leaving", + "lebanese", + "lebanese_hizballah", + "lebanese_monetary_unit", + "lebanese_pound", + "lebanese_republic", + "lebanon", + "lebensraum", + "lebistes", + "lebistes_reticulatus", + "leboyer_method", + "leboyer_method_of_childbirth", + "lecanopteris", + "lecanora", + "lecanoraceae", + "leccinum", + "leccinum_fibrillosum", + "lech", + "lech_walesa", + "lechanorales", + "lechatelierite", + "lecher", + "lecherousness", + "lechery", + "lechwe", + "lecithin", + "leclanche_cell", + "lectern", + "lectin", + "lector", + "lecture", + "lecture_demonstration", + "lecture_room", + "lecturer", + "lectureship", + "lecturing", + "lecythidaceae", + "led", + "leda", + "ledbetter", + "lede", + "ledercillin_vk", + "lederhosen", + "ledge", + "ledgeman", + "ledger", + "ledger_board", + "ledger_entry", + "ledger_line", + "ledger_paper", + "ledum", + "ledum_groenlandicum", + "ledum_palustre", + "lee", + "lee's_birthday", + "lee_buck_trevino", + "lee_de_forest", + "lee_harvey_oswald", + "lee_krasner", + "lee_side", + "lee_strasberg", + "lee_tide", + "lee_trevino", + "lee_yuen_kam", + "leech", + "leechee", + "leeds", + "leek", + "leer", + "lees", + "leeuwenhoek", + "leeward", + "leeward_islands", + "leeward_side", + "leeward_tide", + "leeway", + "leflunomide", + "left", + "left-handed_pitcher", + "left-handedness", + "left-hander", + "left-luggage_office", + "left-winger", + "left_atrioventricular_valve", + "left_atrium", + "left_atrium_of_the_heart", + "left_bank", + "left_brain", + "left_coronary_artery", + "left_field", + "left_fielder", + "left_gastric_artery", + "left_gastric_vein", + "left_hand", + "left_hander", + "left_hemisphere", + "left_stage", + "left_ventricle", + "left_wing", + "lefteye_flounder", + "lefteyed_flounder", + "leftfield", + "lefthander", + "leftism", + "leftist", + "leftover", + "leftovers", + "lefty", + "leg", + "leg-pull", + "leg-pulling", + "leg_bone", + "leg_covering", + "leg_curl", + "leg_curling", + "leg_exercise", + "leg_extensor", + "leg_of_lamb", + "legacy", + "legal_action", + "legal_age", + "legal_assistant", + "legal_blindness", + "legal_brief", + "legal_code", + "legal_community", + "legal_document", + "legal_duty", + "legal_expert", + "legal_fee", + "legal_fraud", + "legal_guardian", + "legal_holiday", + "legal_injury", + "legal_instrument", + "legal_jointure", + "legal_opinion", + "legal_ouster", + "legal_philosophy", + "legal_power", + "legal_principle", + "legal_proceeding", + "legal_profession", + "legal_relation", + "legal_representation", + "legal_representative", + "legal_residence", + "legal_right", + "legal_separation", + "legal_status", + "legal_system", + "legal_tender", + "legal_transfer", + "legalese", + "legalisation", + "legalism", + "legality", + "legalization", + "legate", + "legatee", + "legateship", + "legation", + "legend", + "legendary_creature", + "leger", + "leger_line", + "legerdemain", + "legerity", + "legging", + "leghorn", + "legibility", + "leging", + "legion", + "legionary", + "legionary_ant", + "legionella", + "legionella_pneumophilia", + "legionnaire", + "legionnaires'_disease", + "legislating", + "legislation", + "legislative_act", + "legislative_assembly", + "legislative_body", + "legislative_branch", + "legislative_council", + "legislator", + "legislatorship", + "legislature", + "legitimacy", + "legitimation", + "legless_lizard", + "lego", + "lego_set", + "legs", + "legume", + "legume_family", + "leguminosae", + "leguminous_plant", + "lehar", + "lehigh_river", + "lei", + "leibnitz", + "leibniz", + "leicester", + "leicestershire", + "leichtlin's_camas", + "leiden", + "leiden_jar", + "leigh", + "leigh_hunt", + "leiomyoma", + "leiomyosarcoma", + "leiopelma", + "leiopelmatidae", + "leiophyllum", + "leiophyllum_buxifolium", + "leipoa", + "leipoa_ocellata", + "leipzig", + "leishmania", + "leishmaniasis", + "leishmaniasis_americana", + "leishmaniosis", + "leister", + "leisure", + "leisure_time", + "leisure_wear", + "leisureliness", + "leitmotif", + "leitmotiv", + "leitneria", + "leitneria_floridana", + "leitneriaceae", + "lek", + "lekvar", + "leland_stanford", + "lem", + "lemaireocereus", + "lemaireocereus_chichipe", + "lemaitre", + "lemanderin", + "lemma", + "lemming", + "lemmon", + "lemmus", + "lemmus_lemmus", + "lemmus_trimucronatus", + "lemna", + "lemna_minor", + "lemna_trisulca", + "lemnaceae", + "lemniscus", + "lemnos", + "lemon", + "lemon-scented_gum", + "lemon-wood", + "lemon-wood_tree", + "lemon_balm", + "lemon_butter", + "lemon_cheese", + "lemon_curd", + "lemon_drop", + "lemon_extract", + "lemon_geranium", + "lemon_grass", + "lemon_grove", + "lemon_juice", + "lemon_lily", + "lemon_meringue_pie", + "lemon_mint", + "lemon_oil", + "lemon_peel", + "lemon_rind", + "lemon_shark", + "lemon_sole", + "lemon_sumac", + "lemon_tree", + "lemon_yellow", + "lemon_zest", + "lemonade", + "lemonade_mix", + "lemongrass", + "lemongrass_oil", + "lemonwood", + "lemonwood_tree", + "lempira", + "lemur", + "lemur_catta", + "lemuridae", + "lemuroidea", + "lena", + "lena_calhoun_horne", + "lena_horne", + "lena_river", + "lenard", + "lend-lease", + "lender", + "lending", + "lending_institution", + "lending_library", + "lendl", + "length", + "length_of_service", + "lengthening", + "lengthiness", + "lenience", + "leniency", + "lenin", + "leningrad", + "leninism", + "lenitive", + "lenity", + "lennoaceae", + "lennon", + "lennox_robinson", + "lens", + "lens_cap", + "lens_capsule", + "lens_cortex", + "lens_cover", + "lens_culinaris", + "lens_hood", + "lens_implant", + "lens_maker", + "lens_nucleus", + "lens_of_the_eye", + "lens_system", + "lense", + "lensman", + "lent", + "lent_lily", + "lente_iletin", + "lente_insulin", + "lenten_rose", + "lententide", + "lentia", + "lentibulariaceae", + "lenticel", + "lenticular_nucleus", + "lentiform_nucleus", + "lentigo", + "lentil", + "lentil_plant", + "lentil_soup", + "lentinus", + "lentinus_edodes", + "lentinus_lepideus", + "lentisk", + "leo", + "leo_delibes", + "leo_esaki", + "leo_i", + "leo_iii", + "leo_ix", + "leo_szilard", + "leo_the_great", + "leo_the_lion", + "leo_tolstoy", + "leo_x", + "leo_xiii", + "leon", + "leon_battista_alberti", + "leon_trotsky", + "leonard", + "leonard_bernstein", + "leonard_bloomfield", + "leonard_constant_lambert", + "leonard_marx", + "leonardo", + "leonardo_da_vinci", + "leonberg", + "leoncita", + "leone", + "leonhard_euler", + "leonid_brezhnev", + "leonid_fyodorovich_myasin", + "leonid_ilyich_brezhnev", + "leonidas", + "leonide_fedorovitch_massine", + "leonotis", + "leonotis_leonurus", + "leonotis_nepetaefolia", + "leonotis_nepetifolia", + "leontief", + "leontocebus", + "leontocebus_oedipus", + "leontocebus_rosalia", + "leontodon", + "leontodon_autumnalis", + "leontopodium", + "leontopodium_alpinum", + "leontyne_price", + "leonurus", + "leonurus_cardiaca", + "leopard", + "leopard's-bane", + "leopard_cat", + "leopard_frog", + "leopard_lily", + "leopard_lizard", + "leopard_plant", + "leopardbane", + "leopardess", + "leopold_antoni_stanislaw_stokowski", + "leopold_kronecker", + "leopold_stokowski", + "leopoldville", + "leotard", + "leotards", + "leotia_lubrica", + "lepadidae", + "lepanto", + "lepas", + "lepas_fascicularis", + "lepechinia", + "lepechinia_calycina", + "leper", + "leper_lily", + "lepidium", + "lepidium_alpina", + "lepidium_sativum", + "lepidobotryaceae", + "lepidobotrys", + "lepidochelys", + "lepidochelys_kempii", + "lepidochelys_olivacea", + "lepidocrocite", + "lepidocybium", + "lepidocybium_flavobrunneum", + "lepidodendraceae", + "lepidodendrales", + "lepidolite", + "lepidomelane", + "lepidophobia", + "lepidoptera", + "lepidopteran", + "lepidopterist", + "lepidopterologist", + "lepidopterology", + "lepidopteron", + "lepidopterous_insect", + "lepidoptery", + "lepidosauria", + "lepidothamnus", + "lepidothamnus_fonkii", + "lepidothamnus_laxifolius", + "lepiota", + "lepiota_americana", + "lepiota_cepaestipes", + "lepiota_clypeolaria", + "lepiota_morgani", + "lepiota_naucina", + "lepiota_procera", + "lepiota_rhacodes", + "lepiota_rubrotincta", + "lepiotaceae", + "lepisma", + "lepisma_saccharina", + "lepismatidae", + "lepisosteidae", + "lepisosteus", + "lepisosteus_osseus", + "lepista_irina", + "lepomis", + "lepomis_gibbosus", + "lepomis_macrochirus", + "lepomis_punctatus", + "leporid", + "leporid_mammal", + "leporidae", + "leporide", + "leppy", + "leprechaun", + "lepromatous_leprosy", + "leprosy", + "leprosy_bacillus", + "leptarrhena", + "leptarrhena_pyrolifolia", + "leptinotarsa", + "leptinotarsa_decemlineata", + "leptocephalus", + "leptodactylid", + "leptodactylid_frog", + "leptodactylidae", + "leptodactylus", + "leptodactylus_pentadactylus", + "leptoglossus", + "leptomeninges", + "leptomeningitis", + "lepton", + "leptopteris", + "leptopteris_superba", + "leptoptilus", + "leptoptilus_crumeniferus", + "leptoptilus_dubius", + "leptospira", + "leptospirosis", + "leptosporangium", + "leptotene", + "leptotyphlopidae", + "leptotyphlops", + "leptotyphlops_humilis", + "lepus", + "lepus_americanus", + "lepus_arcticus", + "lepus_californicus", + "lepus_europaeus", + "lepus_townsendi", + "ler", + "leresis", + "lermontov", + "lerner", + "leroi_jones", + "lerot", + "leroy_robert_paige", + "lesbian", + "lesbianism", + "lesbos", + "lescol", + "lese_majesty", + "lesion", + "leslie_howard", + "leslie_howard_stainer", + "leslie_richard_groves", + "leslie_townes_hope", + "lesotho", + "lesotho_monetary_unit", + "lespedeza", + "lespedeza_bicolor", + "lespedeza_cuneata", + "lespedeza_sericea", + "lespedeza_stipulacea", + "lespedeza_striata", + "lesquerella", + "lessee", + "lessening", + "lesseps", + "lesser_anteater", + "lesser_antilles", + "lesser_ape", + "lesser_bullrush", + "lesser_burdock", + "lesser_butterfly_orchid", + "lesser_calamint", + "lesser_celandine", + "lesser_centaury", + "lesser_duckweed", + "lesser_galangal", + "lesser_hemlock", + "lesser_knapweed", + "lesser_kudu", + "lesser_omentum", + "lesser_panda", + "lesser_peritoneal_cavity", + "lesser_prairie_chicken", + "lesser_rhomboid_muscle", + "lesser_rorqual", + "lesser_scaup", + "lesser_scaup_duck", + "lesser_spearwort", + "lesser_sunda_islands", + "lesser_twayblade", + "lesser_whitethroat", + "lesser_wintergreen", + "lesser_yellow_trefoil", + "lesser_yellowlegs", + "lessing", + "lesson", + "lessor", + "lester_willis_young", + "lesvos", + "let", + "letch", + "letdown", + "lethal_agent", + "lethal_dose", + "lethal_gene", + "lethality", + "lethargic_encephalitis", + "lethargy", + "lethe", + "leto", + "letter", + "letter_bomb", + "letter_bond", + "letter_box", + "letter_carrier", + "letter_case", + "letter_of_credit", + "letter_of_intent", + "letter_of_jeremiah", + "letter_of_mark_and_reprisal", + "letter_of_marque", + "letter_of_the_alphabet", + "letter_opener", + "letter_paper", + "letter_security", + "letter_stock", + "letter_telegram", + "letter_writer", + "lettercard", + "letterer", + "letterhead", + "lettering", + "letterman", + "letterpress", + "letters", + "letters_of_administration", + "letters_of_marque", + "letters_patent", + "letters_testamentary", + "letterset_printing", + "letting", + "letting_down", + "lettish", + "lettre_de_cachet", + "lettuce", + "letup", + "leu", + "leucadendron", + "leucadendron_argenteum", + "leucaemia", + "leucaena", + "leucaena_glauca", + "leucaena_leucocephala", + "leucanthemum", + "leucanthemum_lacustre", + "leucanthemum_maximum", + "leucanthemum_superbum", + "leucanthemum_vulgare", + "leucine", + "leuciscus", + "leuciscus_cephalus", + "leuciscus_leuciscus", + "leucocyte", + "leucocytosis", + "leucocytozoan", + "leucocytozoon", + "leucogenes", + "leucogenes_leontopodium", + "leucoma", + "leucopenia", + "leucorrhea", + "leucothoe", + "leucothoe_editorum", + "leucothoe_fontanesiana", + "leucothoe_racemosa", + "leucotomy", + "leuctra", + "leukaemia", + "leukemia", + "leukeran", + "leukocyte", + "leukocytosis", + "leukoderma", + "leukoencephalitis", + "leukoma", + "leukopenia", + "leukorrhea", + "leukotomy", + "leuwenhoek", + "lev", + "lev_davidovich_bronstein", + "lev_davidovich_landau", + "lev_ivanov", + "levallorphan", + "levant", + "levant_cotton", + "levant_garlic", + "levant_morocco", + "levanter", + "levantine", + "levator", + "levee", + "level", + "level_best", + "level_crossing", + "leveler", + "leveling", + "leveller", + "lever", + "lever_hang", + "lever_lock", + "lever_scale", + "lever_tumbler", + "leverage", + "leveraged_buyout", + "leveraging", + "leveret", + "levi", + "levi's", + "levi-lorrain_dwarf", + "levi-strauss", + "leviathan", + "levirate", + "levis", + "levisticum", + "levisticum_officinale", + "levitation", + "levite", + "leviticus", + "levitra", + "levity", + "levodopa", + "levorotation", + "levulose", + "levy", + "levy_en_masse", + "lewdness", + "lewis", + "lewis_and_clark_expedition", + "lewis_carroll", + "lewis_henry_morgan", + "lewisia", + "lewisia_cotyledon", + "lewisia_rediviva", + "lewiston", + "lexeme", + "lexical_ambiguity", + "lexical_database", + "lexical_disambiguation", + "lexical_entry", + "lexical_meaning", + "lexical_semantics", + "lexicalisation", + "lexicalization", + "lexicalized_concept", + "lexicographer", + "lexicography", + "lexicologist", + "lexicology", + "lexicon", + "lexicostatistics", + "lexington", + "lexington_and_concord", + "lexis", + "ley", + "leycesteria", + "leycesteria_formosa", + "leyden", + "leyden_jar", + "leydig's_cell", + "leydig_cell", + "leymus", + "leymus_arenaria", + "leymus_condensatus", + "leyte", + "leyte_invasion", + "leyte_island", + "lf", + "lgb", + "lgv", + "lh", + "lhasa", + "lhasa_apso", + "lhotse", + "li", + "li_po", + "liabilities", + "liability", + "liability_insurance", + "liaison", + "liakoura", + "liam_o'flaherty", + "liana", + "liao", + "liao_dynasty", + "liaodong_bandao", + "liaodong_peninsula", + "liar", + "liatris", + "liatris_punctata", + "liatris_pycnostachya", + "libation", + "libber", + "libby", + "libel", + "libeler", + "liberal", + "liberal_arts", + "liberal_democrat_party", + "liberal_party", + "liberalisation", + "liberalism", + "liberalist", + "liberality", + "liberalization", + "liberalness", + "liberation", + "liberation_theology", + "liberation_tigers_of_tamil_eelam", + "liberator", + "liberia", + "liberian", + "liberian_capital", + "liberian_coffee", + "liberian_dollar", + "libertarian", + "libertarianism", + "libertine", + "liberty", + "liberty_bell", + "liberty_cap", + "liberty_chit", + "liberty_island", + "liberty_party", + "liberty_ship", + "libidinal_energy", + "libido", + "libocedrus", + "libocedrus_bidwillii", + "libocedrus_decurrens", + "libocedrus_plumosa", + "libra", + "libra_the_balance", + "libra_the_scales", + "librarian", + "librarianship", + "library", + "library_card", + "library_catalog", + "library_catalogue", + "library_fine", + "library_paste", + "library_program", + "library_routine", + "library_science", + "libration", + "librettist", + "libretto", + "libreville", + "libritabs", + "librium", + "libya", + "libyan", + "libyan_desert", + "libyan_dinar", + "libyan_dirham", + "libyan_fighting_group", + "libyan_islamic_fighting_group", + "libyan_islamic_group", + "libyan_monetary_unit", + "licence", + "license", + "license_fee", + "license_number", + "license_plate", + "license_tax", + "licensed_practical_nurse", + "licensee", + "licenser", + "licensing_agreement", + "licensing_fee", + "licentiate", + "licentiousness", + "lichanura", + "lichanura_trivirgata", + "lichee", + "lichen", + "lichen_planus", + "lichen_ruber_planus", + "lichenales", + "lichenes", + "lichgate", + "lichi", + "lichtenoid_eczema", + "lichtenstein", + "licinius_lucullus", + "licitness", + "lick", + "licking", + "licorice", + "licorice_fern", + "licorice_root", + "licorice_stick", + "lid", + "lidar", + "lido", + "lido_deck", + "lidocaine", + "lie", + "lie-abed", + "lie-in", + "lie_detector", + "liebfraumilch", + "liebig_condenser", + "liechtenstein", + "liechtensteiner", + "lied", + "lieder_singer", + "liederkranz", + "liege", + "liege_lord", + "liege_subject", + "liegeman", + "lien", + "lienal_artery", + "liepaja", + "lietuva", + "lieu", + "lieutenancy", + "lieutenant", + "lieutenant_colonel", + "lieutenant_commander", + "lieutenant_general", + "lieutenant_governor", + "lieutenant_jg", + "lieutenant_junior_grade", + "life", + "life-of-man", + "life-style", + "life-support_system", + "life-time", + "life_assurance", + "life_belt", + "life_buoy", + "life_class", + "life_cycle", + "life_estate", + "life_eternal", + "life_expectancy", + "life_force", + "life_form", + "life_history", + "life_imprisonment", + "life_insurance", + "life_jacket", + "life_line", + "life_mask", + "life_office", + "life_peer", + "life_preserver", + "life_principle", + "life_raft", + "life_ring", + "life_saver", + "life_science", + "life_scientist", + "life_sentence", + "life_story", + "life_style", + "life_support", + "life_tenant", + "life_vest", + "lifeblood", + "lifeboat", + "lifeguard", + "lifelessness", + "lifeline", + "lifer", + "lifesaver", + "lifesaving", + "lifespan", + "lifestyle", + "lifetime", + "lifework", + "lifo", + "lift", + "lift_bridge", + "lift_pump", + "lifter", + "lifting_device", + "liftman", + "liftoff", + "ligament", + "ligamentum_teres_uteri", + "ligan", + "ligand", + "ligation", + "ligature", + "liger", + "light", + "light-emitting_diode", + "light-mindedness", + "light-o'-love", + "light-of-love", + "light-year", + "light_adaptation", + "light_air", + "light_arm", + "light_ballast", + "light_beam", + "light_beer", + "light_bread", + "light_breeze", + "light_brown", + "light_bulb", + "light_circuit", + "light_colonel", + "light_company", + "light_cream", + "light_diet", + "light_filter", + "light_flyweight", + "light_heavyweight", + "light_hour", + "light_intensity", + "light_machine_gun", + "light_meter", + "light_microscope", + "light_middleweight", + "light_minute", + "light_opera", + "light_pen", + "light_reaction", + "light_reflex", + "light_second", + "light_show", + "light_source", + "light_speed", + "light_time", + "light_touch", + "light_unit", + "light_welterweight", + "light_whipping_cream", + "light_within", + "light_year", + "lightbulb", + "lightening", + "lighter", + "lighter-than-air_craft", + "lighterage", + "lighterman", + "lightheadedness", + "lightheartedness", + "lighthorse_harry_lee", + "lighthouse", + "lighthouse_keeper", + "lighting", + "lighting_circuit", + "lighting_fixture", + "lighting_industry", + "lightlessness", + "lightness", + "lightning", + "lightning_arrester", + "lightning_bug", + "lightning_conductor", + "lightning_hurler", + "lightning_rod", + "lights-out", + "lightship", + "lightsomeness", + "lightweight", + "lightwood", + "ligne", + "ligneous_plant", + "lignin", + "lignite", + "lignosae", + "lignum", + "lignum_vitae", + "ligularia", + "ligule", + "liguria", + "ligurian_sea", + "ligustrum", + "ligustrum_amurense", + "ligustrum_ibolium", + "ligustrum_japonicum", + "ligustrum_lucidum", + "ligustrum_obtusifolium", + "ligustrum_ovalifolium", + "ligustrum_vulgare", + "like", + "likelihood", + "likeliness", + "likeness", + "likening", + "liking", + "likuta", + "lilac", + "lilangeni", + "liliaceae", + "liliaceous_plant", + "liliales", + "lilian_alicia_marks", + "liliid_monocot_family", + "liliid_monocot_genus", + "liliidae", + "liliopsid", + "liliopsid_family", + "liliopsid_genus", + "liliopsida", + "lilith", + "lilium", + "lilium_auratum", + "lilium_canadense", + "lilium_candidum", + "lilium_catesbaei", + "lilium_columbianum", + "lilium_lancifolium", + "lilium_longiflorum", + "lilium_maritinum", + "lilium_martagon", + "lilium_michiganense", + "lilium_pardalinum", + "lilium_philadelphicum", + "lilium_superbum", + "liliuokalani", + "lille", + "lillian_gish", + "lillian_hellman", + "lillian_russell", + "lillie", + "lillie_langtry", + "lilliput", + "lilliputian", + "lilo", + "lilongwe", + "lilt", + "lily", + "lily-of-the-valley_tree", + "lily_family", + "lily_of_the_incas", + "lily_of_the_nile", + "lily_of_the_valley", + "lily_pad", + "lily_pons", + "lily_turf", + "lilyturf", + "lima", + "lima_bean", + "lima_bean_plant", + "limacidae", + "liman", + "limanda", + "limanda_ferruginea", + "limax", + "limb", + "limb-girdle_muscular_dystrophy", + "limber", + "limber_pine", + "limbers", + "limbic_brain", + "limbic_system", + "limbo", + "limburger", + "limbus", + "lime", + "lime_disease_spirochete", + "lime_hydrate", + "lime_juice", + "lime_tree", + "limeade", + "limeira", + "limekiln", + "limelight", + "limen", + "limenitis", + "limenitis_archippus", + "limenitis_arthemis", + "limenitis_astyanax", + "limenitis_camilla", + "limerick", + "limestone", + "limestone_fern", + "limestone_salamander", + "limewater", + "limey", + "limicolae", + "limicoline_bird", + "limit", + "limit_point", + "limitation", + "limited", + "limited_audit", + "limited_company", + "limited_edition", + "limited_liability", + "limited_review", + "limited_war", + "limiter", + "limiting", + "limitlessness", + "limner", + "limning", + "limnobium", + "limnocryptes", + "limnocryptes_minima", + "limnodium_spongia", + "limnodromus", + "limnodromus_griseus", + "limnodromus_scolopaceus", + "limnologist", + "limnology", + "limnos", + "limo", + "limonene", + "limonite", + "limonium", + "limosa", + "limosa_haemastica", + "limousin", + "limousine", + "limp", + "limpa", + "limper", + "limpet", + "limpidity", + "limping", + "limpkin", + "limpness", + "limpopo", + "limulidae", + "limulus", + "limulus_polyphemus", + "lin", + "linac", + "linaceae", + "linage", + "linalool", + "linanthus", + "linanthus_dianthiflorus", + "linanthus_dichotomus", + "linaria", + "linaria_canadensis", + "linaria_vulgaris", + "linchpin", + "lincocin", + "lincoln", + "lincoln's_birthday", + "lincoln_memorial", + "lincoln_steffens", + "lincolnshire", + "lincomycin", + "lind", + "lindane", + "lindbergh", + "linden", + "linden_family", + "linden_tree", + "lindera", + "lindera_benzoin", + "lindesnes", + "lindheimera", + "lindheimera_texana", + "lindsay", + "lindy", + "lindy_hop", + "line", + "line-at-a-time_printer", + "line-drive_double", + "line-drive_single", + "line-drive_triple", + "line-shooter", + "line-shooting", + "line_backer", + "line_block", + "line_coach", + "line_double", + "line_drawing", + "line_drive", + "line_engraving", + "line_feed", + "line_item", + "line_judge", + "line_management", + "line_of_battle", + "line_of_business", + "line_of_control", + "line_of_credit", + "line_of_defence", + "line_of_defense", + "line_of_descent", + "line_of_destiny", + "line_of_duty", + "line_of_fate", + "line_of_fire", + "line_of_flight", + "line_of_force", + "line_of_gab", + "line_of_heart", + "line_of_inquiry", + "line_of_latitude", + "line_of_least_resistance", + "line_of_life", + "line_of_longitude", + "line_of_march", + "line_of_merchandise", + "line_of_poetry", + "line_of_products", + "line_of_questioning", + "line_of_reasoning", + "line_of_saturn", + "line_of_scrimmage", + "line_of_sight", + "line_of_succession", + "line_of_thought", + "line_of_verse", + "line_of_vision", + "line_of_work", + "line_officer", + "line_organisation", + "line_organization", + "line_personnel", + "line_printer", + "line_roulette", + "line_score", + "line_single", + "line_spectrum", + "line_squall", + "line_storm", + "line_triple", + "line_worker", + "lineage", + "lineament", + "linear_a", + "linear_accelerator", + "linear_algebra", + "linear_b", + "linear_equation", + "linear_leaf", + "linear_measure", + "linear_operator", + "linear_perspective", + "linear_programming", + "linear_regression", + "linear_unit", + "linearity", + "lineation", + "linebacker", + "linebacker_blitzing", + "linecut", + "lined_snake", + "lineman", + "linemen", + "linen", + "linen_paper", + "linendraper", + "liner", + "liner_train", + "linesman", + "lineup", + "ling", + "ling-pao", + "ling_ko", + "lingam", + "lingberry", + "lingcod", + "lingenberry", + "lingerer", + "lingerie", + "lingering", + "lingo", + "lingonberry", + "lingua", + "lingua_franca", + "lingual", + "lingual_artery", + "lingual_vein", + "lingualumina", + "linguica", + "linguine", + "linguini", + "linguist", + "linguistic_atlas", + "linguistic_communication", + "linguistic_competence", + "linguistic_context", + "linguistic_geography", + "linguistic_performance", + "linguistic_process", + "linguistic_profiling", + "linguistic_relation", + "linguistic_rule", + "linguistic_scientist", + "linguistic_string", + "linguistic_unit", + "linguistic_universal", + "linguistics", + "linguistics_department", + "lingvo_kosmopolita", + "liniment", + "linin", + "lining", + "link", + "link-attached_station", + "link-attached_terminal", + "link_trainer", + "linkage", + "linkage_editor", + "linkage_group", + "linkboy", + "linked_genes", + "linking_verb", + "linkman", + "links", + "links_course", + "linksman", + "linkup", + "linnaea", + "linnaea_borealis", + "linnaea_borealis_americana", + "linnaeus", + "linnet", + "lino", + "linocut", + "linoleic_acid", + "linolenic_acid", + "linoleum", + "linoleum_cutter", + "linoleum_knife", + "linolic_acid", + "linosyris_vulgaris", + "linotype", + "linotype_machine", + "linseed", + "linseed_oil", + "linsey-woolsey", + "linstock", + "lint", + "lintel", + "lintwhite", + "linum", + "linuron", + "linus_carl_pauling", + "linus_pauling", + "linux", + "linz", + "liomys", + "liomys_irroratus", + "lion", + "lion's-ear", + "lion's_beard", + "lion's_foot", + "lion-hunter", + "lion-jaw_forceps", + "lion_cub", + "lion_marmoset", + "lion_monkey", + "lionel_barrymore", + "lionel_hampton", + "lionel_trilling", + "lioness", + "lionet", + "lionfish", + "lions_club", + "liopelma", + "liopelma_hamiltoni", + "liopelmidae", + "liothyronine", + "lip", + "lip-gloss", + "lip_balm", + "lip_fern", + "lip_reader", + "lip_rouge", + "lip_service", + "lip_sync", + "lip_synch", + "lip_synchronisation", + "lip_synchronization", + "lipaemia", + "liparidae", + "liparididae", + "liparis", + "liparis_liparis", + "liparis_loeselii", + "lipase", + "lipchitz", + "lipectomy", + "lipemia", + "lipfern", + "lipid", + "lipid-lowering_medication", + "lipid-lowering_medicine", + "lipid_granulomatosis", + "lipidaemia", + "lipide", + "lipidemia", + "lipidosis", + "lipitor", + "lipizzan", + "lipmann", + "lipo-hepin", + "lipo-lutin", + "lipochondrodystrophy", + "lipogram", + "lipoid", + "lipoid_granulomatosis", + "lipoidaemia", + "lipoidemia", + "lipoma", + "lipomatosis", + "lipoprotein", + "liposarcoma", + "liposcelis", + "liposcelis_divinatorius", + "liposomal_delivery_vector", + "liposome", + "liposuction", + "lipotyphla", + "lippi", + "lippizan", + "lippizaner", + "lippmann", + "lipreading", + "lipscomb", + "lipstick", + "lipstick_plant", + "liquaemin", + "liquefaction", + "liquefied_petroleum_gas", + "liqueur", + "liqueur_glass", + "liquid", + "liquid_air", + "liquid_assets", + "liquid_bleach", + "liquid_body_substance", + "liquid_crystal", + "liquid_crystal_display", + "liquid_detergent", + "liquid_diet", + "liquid_ecstasy", + "liquid_measure", + "liquid_metal_reactor", + "liquid_nitrogen", + "liquid_oxygen", + "liquid_pred", + "liquid_soap", + "liquid_state", + "liquid_unit", + "liquidambar", + "liquidambar_styraciflua", + "liquidation", + "liquidator", + "liquidiser", + "liquidity", + "liquidity_crisis", + "liquidizer", + "liquidness", + "liquor", + "liquor_licence", + "liquor_license", + "liquor_store", + "liquorice", + "lir", + "lira", + "liriodendron", + "liriodendron_tulipifera", + "liriope", + "liriope_muscari", + "lis_pendens", + "lisboa", + "lisbon", + "lise_meitner", + "lisinopril", + "lisle", + "lisle_thread", + "lisp", + "lisp_compiler", + "lisp_program", + "lisper", + "lissomeness", + "list", + "list-processing_language", + "list_price", + "list_processing", + "list_system", + "listed_security", + "listener", + "listening", + "listening_watch", + "lister", + "lister_plough", + "lister_plow", + "listera", + "listera_convallarioides", + "listera_cordata", + "listera_ovata", + "listeria", + "listeria_meningitis", + "listeria_monocytogenes", + "listeriosis", + "listing", + "listlessness", + "liston", + "lisu", + "liszt", + "lit", + "lit_crit", + "litany", + "litas", + "litchee", + "litchi", + "litchi_chinensis", + "litchi_nut", + "litchi_tree", + "liter", + "literacy", + "literal", + "literal_error", + "literal_interpretation", + "literalism", + "literalness", + "literary_agent", + "literary_argument", + "literary_composition", + "literary_critic", + "literary_criticism", + "literary_genre", + "literary_hack", + "literary_pirate", + "literary_review", + "literary_study", + "literary_work", + "literate", + "literate_person", + "literati", + "literature", + "lithane", + "litheness", + "lithia_water", + "lithiasis", + "lithium", + "lithium_carbonate", + "lithocarpus", + "lithocarpus_densiflorus", + "lithocarpus_glaber", + "lithocarpus_glabra", + "lithodidae", + "lithoglyptics", + "lithograph", + "lithograph_machine", + "lithographer", + "lithography", + "lithology", + "lithomancer", + "lithomancy", + "lithonate", + "lithophragma", + "lithophragma_affine", + "lithophragma_affinis", + "lithophragma_parviflorum", + "lithophyte", + "lithophytic_plant", + "lithops", + "lithospermum", + "lithospermum_canescens", + "lithospermum_caroliniense", + "lithospermum_officinale", + "lithosphere", + "lithotomy", + "lithotomy_position", + "lithuania", + "lithuanian", + "lithuanian_monetary_unit", + "lithuresis", + "litigant", + "litigation", + "litigator", + "litigiousness", + "litmus", + "litmus_paper", + "litmus_test", + "litocranius", + "litocranius_walleri", + "litoral", + "litotes", + "litre", + "litter", + "litter-basket", + "litter-bearer", + "litter_basket", + "litter_lout", + "litterateur", + "litterbin", + "litterbug", + "litterer", + "little", + "little-head_snakeweed", + "little-leaf_fig", + "little-league_team", + "little_auk", + "little_barley", + "little_bear", + "little_bighorn", + "little_bighorn_river", + "little_black_ant", + "little_blue_heron", + "little_brother", + "little_brown_bat", + "little_brown_myotis", + "little_chief_hare", + "little_club_moss", + "little_clubmoss", + "little_corporal", + "little_dictionary", + "little_dipper", + "little_dog", + "little_ebony_spleenwort", + "little_egret", + "little_finger", + "little_giant", + "little_girl", + "little_golden_zinnia", + "little_grebe", + "little_hand", + "little_horn", + "little_joe", + "little_john", + "little_league", + "little_leaguer", + "little_lord_fauntleroy", + "little_missouri", + "little_missouri_river", + "little_mo_connolly", + "little_office", + "little_owl", + "little_phoebe", + "little_potato", + "little_red_riding_hood", + "little_rhody", + "little_rock", + "little_sioux_river", + "little_sister", + "little_skate", + "little_slam", + "little_sparrow", + "little_spotted_skunk", + "little_terror", + "little_theater", + "little_theatre", + "little_toe", + "little_wabash", + "little_wabash_river", + "littleneck", + "littleneck_clam", + "littleness", + "littoral", + "littoral_zone", + "littorina", + "littorinidae", + "littre", + "liturgics", + "liturgiology", + "liturgist", + "liturgy", + "live-and-die", + "live-bearer", + "live-forever", + "live_axle", + "live_birth", + "live_body", + "live_load", + "live_oak", + "live_steam", + "live_wire", + "liveborn_infant", + "livedo", + "livelihood", + "liveliness", + "livelong", + "liveness", + "liver", + "liver-spotted_dalmatian", + "liver_cancer", + "liver_chestnut", + "liver_disease", + "liver_fluke", + "liver_pudding", + "liver_rot", + "liver_sausage", + "liver_spot", + "liverleaf", + "livermore", + "liverpool", + "liverpudlian", + "liverwort", + "liverwurst", + "livery", + "livery_company", + "livery_driver", + "livery_stable", + "liveryman", + "livestock", + "lividity", + "lividness", + "living", + "living-room", + "living_accommodations", + "living_arrangement", + "living_dead", + "living_death", + "living_granite", + "living_quarters", + "living_rock", + "living_room", + "living_space", + "living_stone", + "living_substance", + "living_thing", + "living_trust", + "living_wage", + "living_will", + "livingroom_set", + "livingroom_suite", + "livingston", + "livingstone", + "livingstone_daisy", + "livistona", + "livistona_australis", + "livonia", + "livonian", + "livy", + "liza", + "lizard", + "lizard's-tail", + "lizard's-tail_family", + "lizard_orchid", + "lizardfish", + "ljubljana", + "llama", + "llano", + "llano_estacado", + "llb", + "lld", + "llew_llaw_gyffes", + "llewelyn_powys", + "llm", + "lloyd", + "lloyd_webber", + "llud", + "llullaillaco", + "llyr", + "lm", + "lo/ovral", + "loach", + "load", + "load-shedding", + "load_factor", + "load_line", + "loader", + "loading", + "loading_area", + "loading_dock", + "loading_zone", + "loads", + "loadstar", + "loadstone", + "loaf", + "loaf_of_bread", + "loaf_sugar", + "loafer", + "loafing", + "loam", + "loan", + "loan-blend", + "loan_application", + "loan_approval", + "loan_collection", + "loan_office", + "loan_participation", + "loan_shark", + "loan_translation", + "loanblend", + "loaner", + "loaning", + "loanword", + "loasa", + "loasa_family", + "loasaceae", + "loather", + "loathing", + "loathsomeness", + "lob", + "lobachevsky", + "lobar_pneumonia", + "lobata", + "lobate_foot", + "lobby", + "lobbying_expense", + "lobbyism", + "lobbyist", + "lobe", + "lobe-finned_fish", + "lobe_of_the_lung", + "lobectomy", + "lobed_leaf", + "lobed_spleenwort", + "lobefin", + "lobelia", + "lobelia_cardinalis", + "lobelia_dortmanna", + "lobelia_family", + "lobelia_inflata", + "lobelia_siphilitica", + "lobeliaceae", + "lobipes", + "lobipes_lobatus", + "lobito", + "loblolly", + "loblolly_pine", + "lobotes", + "lobotes_pacificus", + "lobotes_surinamensis", + "lobotidae", + "lobotomy", + "lobscouse", + "lobscuse", + "lobster", + "lobster_a_la_newburg", + "lobster_butter", + "lobster_newburg", + "lobster_plant", + "lobster_pot", + "lobster_stew", + "lobster_tail", + "lobster_tart", + "lobster_thermidor", + "lobsterback", + "lobsterman", + "lobularia", + "lobularia_maritima", + "lobularity", + "lobule", + "lobworm", + "local", + "local_anaesthesia", + "local_anaesthetic", + "local_anesthesia", + "local_anesthetic", + "local_area_network", + "local_authority", + "local_call", + "local_department", + "local_government", + "local_option", + "local_oscillator", + "local_post_office", + "local_road", + "local_street", + "local_time", + "locale", + "localisation", + "localisation_of_function", + "localisation_principle", + "localism", + "locality", + "localization", + "localization_of_function", + "localization_principle", + "locater", + "locating", + "location", + "locative", + "locative_role", + "locator", + "loch", + "loch_achray", + "loch_linnhe", + "loch_ness", + "loch_ness_monster", + "lochaber_ax", + "lochia", + "lock", + "lock-gate", + "lock-up_option", + "lock_chamber", + "lock_ring", + "lock_washer", + "lockage", + "lockbox", + "lockdown", + "locke", + "locker", + "locker_room", + "locket", + "locking", + "locking_pliers", + "lockjaw", + "lockkeeper", + "lockman", + "lockmaster", + "locknut", + "lockout", + "lockring", + "locksmith", + "lockstep", + "lockstitch", + "lockup", + "loco_disease", + "locoism", + "locomotion", + "locomotive", + "locomotive_engine", + "locomotive_engineer", + "locomotor_ataxia", + "locoweed", + "locule", + "loculus", + "locum", + "locum_tenens", + "locus", + "locus_classicus", + "locus_niger", + "locus_of_infection", + "locust", + "locust_bean", + "locust_pod", + "locust_tree", + "locusta", + "locusta_migratoria", + "locustidae", + "locution", + "loddon_pondweed", + "lode", + "lodestar", + "lodestone", + "lodge", + "lodgement", + "lodgepole", + "lodgepole_pine", + "lodger", + "lodging", + "lodging_house", + "lodgings", + "lodgment", + "lodine", + "lodz", + "loeb", + "loess", + "loestrin", + "loewe", + "loewi", + "lofortyx", + "lofortyx_californicus", + "lofoten", + "loft", + "loft_bombing", + "loftiness", + "log", + "log_cabin", + "log_line", + "logagraphia", + "logan", + "loganberry", + "logania", + "loganiaceae", + "logarithm", + "logarithmic_scale", + "logbook", + "loge", + "logger", + "loggerhead", + "loggerhead_shrike", + "loggerhead_turtle", + "loggia", + "logginess", + "logging", + "logic", + "logic_bomb", + "logic_diagram", + "logic_element", + "logic_gate", + "logic_operation", + "logic_programing", + "logic_programming", + "logical_argument", + "logical_diagram", + "logical_fallacy", + "logical_implication", + "logical_operation", + "logical_positivism", + "logical_positivist", + "logical_proof", + "logical_quantifier", + "logical_relation", + "logical_system", + "logical_thinking", + "logical_topology", + "logicality", + "logicalness", + "logician", + "logicism", + "loginess", + "logion", + "logistic_assessment", + "logistic_assistance", + "logistic_support", + "logistician", + "logistics", + "logjam", + "logo", + "logogram", + "logograph", + "logomach", + "logomachist", + "logomachy", + "logomania", + "logorrhea", + "logos", + "logotype", + "logrolling", + "logrono", + "logwood", + "logwood_tree", + "lohan", + "loin", + "loin_of_lamb", + "loincloth", + "loins", + "loir", + "loire", + "loire_river", + "loire_valley", + "loiseleuria", + "loiseleuria_procumbens", + "loiterer", + "loki", + "lola_montez", + "loligo", + "lolita", + "lolium", + "lolium_multiflorum", + "lolium_perenne", + "lolium_temulentum", + "lollipop", + "lollipop_lady", + "lollipop_woman", + "lolly", + "lolo", + "lolo-burmese", + "loloish", + "lomariopsidaceae", + "lomatia", + "lombard", + "lombard_street", + "lombardia", + "lombardy", + "lombardy_poplar", + "lome", + "loment", + "lomogramma", + "lomotil", + "lomustine", + "lonas", + "lonas_annua", + "lonas_inodora", + "lonchocarpus", + "london", + "london_plane", + "londoner", + "lone-star_state", + "lone_hand", + "lone_wolf", + "loneliness", + "loner", + "lonesomeness", + "long-beard", + "long-billed_marsh_wren", + "long-chain_molecule", + "long-clawed_prawn", + "long-distance_call", + "long-distance_runner", + "long-eared_bat", + "long-eared_owl", + "long-fin_tunny", + "long-handled_spade", + "long-head_coneflower", + "long-horned_beetle", + "long-horned_grasshopper", + "long-legs", + "long-neck_clam", + "long-spurred_violet", + "long-staple_cotton", + "long-sufferance", + "long-suffering", + "long-tailed_porcupine", + "long-tailed_weasel", + "long-term_memory", + "long-windedness", + "long_beach", + "long_beech_fern", + "long_bone", + "long_chain", + "long_distance", + "long_division", + "long_dozen", + "long_fly", + "long_haul", + "long_horse", + "long_hundred", + "long_hundredweight", + "long_iron", + "long_island", + "long_island_sound", + "long_johns", + "long_jump", + "long_measure", + "long_moss", + "long_pants", + "long_pepper", + "long_pillow", + "long_plane", + "long_run", + "long_saphenous_vein", + "long_shot", + "long_sleeve", + "long_suit", + "long_time", + "long_tom", + "long_ton", + "long_trousers", + "long_underwear", + "long_wave", + "long_whist", + "longan", + "longanberry", + "longanimity", + "longar_palm", + "longbeard", + "longboat", + "longbow", + "longbowman", + "longcase_clock", + "longer", + "longevity", + "longfellow", + "longfin_mako", + "longhand", + "longheaded_thimbleweed", + "longhorn", + "longicorn", + "longicorn_beetle", + "longing", + "longitude", + "longleaf_pine", + "longlegs", + "longness", + "longroot", + "longshoreman", + "longshot", + "longsightedness", + "longtail_weasel", + "longueur", + "longways", + "longways_dance", + "longwool", + "longyi", + "lonicera", + "lonicera_albiflora", + "lonicera_canadensis", + "lonicera_caprifolium", + "lonicera_dioica", + "lonicera_flava", + "lonicera_hirsuta", + "lonicera_involucrata", + "lonicera_japonica", + "lonicera_japonica_halliana", + "lonicera_morrowii", + "lonicera_periclymenum", + "lonicera_sempervirens", + "lonicera_tatarica", + "lonicera_xylosteum", + "loniten", + "lontar", + "loo", + "loofa", + "loofah", + "look", + "look-alike", + "look-over", + "lookdown", + "lookdown_fish", + "looker", + "looker-on", + "looking", + "looking-glass_plant", + "looking_at", + "looking_for", + "looking_glass", + "looking_glass_tree", + "lookout", + "lookout_man", + "lookout_station", + "lookup", + "loom", + "loon", + "looney", + "loonie", + "loony", + "loony_bin", + "loony_toons", + "loop", + "loop-line", + "loop-the-loop", + "loop_gain", + "loop_knot", + "loop_topology", + "looper", + "loophole", + "looping", + "looping_ill", + "loos", + "loose-leaf_lettuce", + "loose_cannon", + "loose_end", + "loose_sentence", + "loose_smut", + "loose_woman", + "looseness", + "looseness_of_the_bowels", + "loosening", + "loosestrife", + "loosestrife_family", + "loot", + "looter", + "looting", + "lope", + "lope_de_vega", + "lope_felix_de_vega_carpio", + "lophiidae", + "lophius", + "lophius_americanus", + "lophodytes", + "lophodytes_cucullatus", + "lopholatilus", + "lopholatilus_chamaeleonticeps", + "lophophora", + "lophophora_williamsii", + "lophophorus", + "lophosoria", + "lophosoriaceae", + "lopid", + "lopper", + "lopressor", + "lopsidedness", + "loquaciousness", + "loquacity", + "loquat", + "loquat_tree", + "lorado_taft", + "loranthaceae", + "loranthus", + "loranthus_europaeus", + "lorazepam", + "lorca", + "lorchel", + "lord", + "lord's_day", + "lord's_prayer", + "lord's_resistance_army", + "lord's_supper", + "lord's_table", + "lord_britten_of_aldeburgh", + "lord_chancellor", + "lord_george_gordon_byron", + "lord_high_chancellor", + "lord_macaulay", + "lord_nelson", + "lord_of_misrule", + "lord_privy_seal", + "lord_rayleigh", + "lord_todd", + "lordliness", + "lordolatry", + "lordosis", + "lords-and-ladies", + "lords_spiritual", + "lords_temporal", + "lordship", + "lore", + "lorelei", + "loren", + "lorentz", + "lorentz_force", + "lorenz", + "lorenz_hart", + "lorenz_milton_hart", + "lorenz_oken", + "lorenz_okenfuss", + "lorenzo_de'medici", + "lorenzo_dressing", + "lorenzo_ganganelli", + "lorenzo_the_magnificent", + "loretta_young", + "lorfan", + "lorgnette", + "lorica", + "loricata", + "loriinae", + "lorikeet", + "loris_gracilis", + "lorisidae", + "lorraine", + "lorraine_cross", + "lorre", + "lorry", + "lory", + "los_alamos", + "los_angeles", + "loser", + "losing_streak", + "losings", + "loss", + "loss_leader", + "loss_of_consciousness", + "loss_ratio", + "losses", + "lost", + "lost-and-found", + "lost_cause", + "lost_tribes", + "lot", + "lot's_wife", + "lota", + "lota_lota", + "lotario_di_segni", + "lothario", + "lothian_region", + "lothringen", + "loti", + "lotion", + "lots", + "lotte", + "lottery", + "lottery_winner", + "lotto", + "lotus", + "lotus-eater", + "lotus_americanus", + "lotus_berthelotii", + "lotus_corniculatus", + "lotus_land", + "lotus_position", + "lotus_tetragonolobus", + "lotus_tree", + "lotusland", + "lou_gehrig", + "lou_gehrig's_disease", + "loud-hailer", + "loud_hailer", + "loud_pedal", + "loudmouth", + "loudness", + "loudspeaker", + "loudspeaker_system", + "loufah_sponge", + "lough", + "louis", + "louis-hector_berlioz", + "louis_agassiz", + "louis_antoine_de_bougainville", + "louis_aragon", + "louis_armstrong", + "louis_auchincloss", + "louis_b._mayer", + "louis_bleriot", + "louis_braille", + "louis_burt_mayer", + "louis_charles_alfred_de_musset", + "louis_comfort_tiffany", + "louis_d'or", + "louis_d'outremer", + "louis_eugene_felix_neel", + "louis_harold_gray", + "louis_henri_sullivan", + "louis_henry_sullivan", + "louis_i", + "louis_ii", + "louis_iii", + "louis_isadore_kahn", + "louis_iv", + "louis_ix", + "louis_jacques_mande_daguerre", + "louis_joliet", + "louis_jolliet", + "louis_le_begue", + "louis_le_faineant", + "louis_le_hutin", + "louis_leakey", + "louis_pasteur", + "louis_seymour_bazett_leakey", + "louis_stanton_auchincloss", + "louis_sullivan", + "louis_the_bruiser", + "louis_the_far", + "louis_the_german", + "louis_the_great", + "louis_the_pious", + "louis_the_quarreller", + "louis_the_stammerer", + "louis_the_wideawake", + "louis_untermeyer", + "louis_v", + "louis_vi", + "louis_victor_de_broglie", + "louis_vii", + "louis_viii", + "louis_x", + "louis_xi", + "louis_xii", + "louis_xiii", + "louis_xiv", + "louis_xv", + "louis_xvi", + "louisa_may_alcott", + "louise_nevelson", + "louisiana", + "louisiana_purchase", + "louisianan", + "louisianian", + "louisville", + "lounge", + "lounge_car", + "lounge_chair", + "lounge_lizard", + "lounge_suit", + "lounger", + "loungewear", + "lounging_jacket", + "lounging_pajama", + "lounging_pyjama", + "lounging_robe", + "loup-garou", + "loupe", + "louse", + "louse_fly", + "lousiness", + "lout", + "louvar", + "louver", + "louvered_window", + "louvre", + "louvre_museum", + "lovage", + "lovastatin", + "love", + "love-in-a-mist", + "love-in-idleness", + "love-in-winter", + "love-lies-bleeding", + "love-philter", + "love-philtre", + "love-potion", + "love-song", + "love-token", + "love_affair", + "love_apple", + "love_bite", + "love_child", + "love_feast", + "love_grass", + "love_handle", + "love_knot", + "love_letter", + "love_life", + "love_line", + "love_lyric", + "love_match", + "love_seat", + "love_song", + "love_story", + "love_tree", + "love_vine", + "lovebird", + "loved_one", + "lovelace", + "loveliness", + "lovell", + "lovely", + "lovemaking", + "lover", + "lover's_knot", + "lovers'_knot", + "loveseat", + "lovesickness", + "loving-kindness", + "loving_cup", + "lovingness", + "lovoa", + "lovoa_klaineana", + "low", + "low-birth-weight_baby", + "low-birth-weight_infant", + "low-bush_blueberry", + "low-calorie_diet", + "low-carbon_steel", + "low-density_lipoprotein", + "low-down", + "low-fat_diet", + "low-fat_milk", + "low-level_formatting", + "low-level_radioactive_waste", + "low-pass_filter", + "low-salt_diet", + "low-sodium_diet", + "low-spiritedness", + "low-warp-loom", + "low-water_mark", + "low_archipelago", + "low_beam", + "low_blow", + "low_blueberry", + "low_brass", + "low_comedy", + "low_countries", + "low_density", + "low_explosive", + "low_frequency", + "low_gallberry_holly", + "low_gear", + "low_german", + "low_latin", + "low_level_flight", + "low_mass", + "low_pitch", + "low_profile", + "low_quality", + "low_relief", + "low_spirits", + "low_st_andrew's_cross", + "low_status", + "low_sunday", + "low_temperature", + "low_tide", + "low_water", + "lowan", + "lowboy", + "lowbrow", + "lowbush_cranberry", + "lowbush_penstemon", + "lowell", + "lowell_jackson_thomas", + "lowell_thomas", + "lower", + "lower-case_letter", + "lower-normandy", + "lower_berth", + "lower_bound", + "lower_california", + "lower_cannon", + "lower_carboniferous", + "lower_carboniferous_period", + "lower_class", + "lower_court", + "lower_criticism", + "lower_deck", + "lower_egypt", + "lower_jaw", + "lower_jawbone", + "lower_limit", + "lower_mantle", + "lower_paleolithic", + "lower_peninsula", + "lower_rank", + "lower_respiratory_infection", + "lower_respiratory_tract", + "lower_respiratory_tract_smear", + "lower_saxony", + "lower_status", + "lower_tunguska", + "lowercase", + "lowerclassman", + "lowering", + "lowest_common_multiple", + "lowland", + "lowland_burrowing_treefrog", + "lowland_fir", + "lowland_scot", + "lowland_white_fir", + "lowlander", + "lowlands", + "lowlands_of_scotland", + "lowlife", + "lowliness", + "lowness", + "lowry", + "lox", + "loxapine", + "loxia", + "loxia_curvirostra", + "loxitane", + "loxodonta", + "loxodonta_africana", + "loxodrome", + "loxoma", + "loxomataceae", + "loxostege", + "loxostege_similalis", + "loya_jirga", + "loyalist", + "loyalist_volunteer_force", + "loyalty", + "loyang", + "loyola", + "lozal", + "lozenge", + "lozier", + "lp", + "lpn", + "lr", + "lsd", + "ltd.", + "ltm", + "ltte", + "lu", + "luanda", + "luau", + "luba", + "lubavitch", + "lubavitch_movement", + "lubavitcher", + "lubber", + "lubber's_hole", + "lubber's_line", + "lubber's_mark", + "lubber's_point", + "lubber_line", + "lubbock", + "lube", + "lubeck", + "lubitsch", + "lublin", + "lubricant", + "lubricating_oil", + "lubricating_substance", + "lubricating_system", + "lubrication", + "lubricator", + "lubricity", + "lubumbashi", + "lucania", + "lucanidae", + "lucas", + "luce", + "lucerne", + "luchino_visconti", + "luciano_pavarotti", + "lucidity", + "lucidness", + "lucifer", + "luciferin", + "lucilia", + "lucille_ball", + "lucite", + "lucius_annaeus_seneca", + "lucius_clay", + "lucius_cornelius_sulla_felix", + "lucius_domitius_ahenobarbus", + "lucius_dubignon_clay", + "lucius_licinius_lucullus", + "lucius_licinius_luculus", + "lucius_quinctius_cincinnatus", + "lucius_tarquinius_superbus", + "luck", + "luckiness", + "lucknow", + "lucky_dip", + "lucky_lindy", + "lucrativeness", + "lucre", + "lucretia_coffin_mott", + "lucretius", + "lucrezia_borgia", + "lucubration", + "lucullus", + "luculus", + "lucy", + "lucy_craft_laney", + "lucy_in_the_sky_with_diamonds", + "lucy_maud_montgomery", + "lucy_stone", + "luda", + "luddite", + "ludi_saeculares", + "ludian", + "ludo", + "ludwig_boltzmann", + "ludwig_josef_johan_wittgenstein", + "ludwig_mies_van_der_rohe", + "ludwig_van_beethoven", + "ludwig_wittgenstein", + "lues", + "lues_venerea", + "lufengpithecus", + "luff", + "luffa", + "luffa_acutangula", + "luffa_cylindrica", + "lufkin", + "luftwaffe", + "lug", + "lug_wrench", + "luganda", + "luge", + "luger", + "luggage", + "luggage_carousel", + "luggage_carrier", + "luggage_carrousel", + "luggage_compartment", + "luggage_rack", + "luggage_van", + "lugger", + "lugh", + "luging", + "lugosi", + "lugsail", + "lugubriousness", + "lugworm", + "luigi_barnaba_gregorio_chiaramonti", + "luigi_cherubini", + "luigi_galvani", + "luigi_pirandello", + "luik", + "luis_bunuel", + "luis_de_gongora_y_argote", + "lukasiewicz_notation", + "luke", + "lukewarmness", + "lule_burgas", + "lull", + "lullaby", + "lulli", + "lully", + "lulu", + "luluabourg", + "lumbago", + "lumbar_artery", + "lumbar_nerve", + "lumbar_pain", + "lumbar_plexus", + "lumbar_puncture", + "lumbar_vein", + "lumbar_vertebra", + "lumber", + "lumber_jacket", + "lumber_room", + "lumbering", + "lumberjack", + "lumberman", + "lumberman's_saw", + "lumbermill", + "lumberyard", + "lumbosacral_plexus", + "lumbus", + "lumen", + "luminal", + "luminance", + "luminance_unit", + "luminary", + "luminescence", + "luminism", + "luminosity", + "luminous_energy", + "luminous_flux", + "luminous_flux_unit", + "luminous_intensity_unit", + "luminousness", + "lumma", + "lummox", + "lump", + "lump_sugar", + "lump_sum", + "lumpectomy", + "lumpenproletariat", + "lumpenus", + "lumpenus_lumpretaeformis", + "lumper", + "lumpfish", + "lumpsucker", + "lumpy_jaw", + "luna", + "luna_moth", + "lunacy", + "lunar_calendar", + "lunar_caustic", + "lunar_crater", + "lunar_day", + "lunar_eclipse", + "lunar_excursion_module", + "lunar_latitude", + "lunar_module", + "lunar_month", + "lunar_time_period", + "lunar_year", + "lunaria", + "lunaria_annua", + "lunate_bone", + "lunatic", + "lunatic_fringe", + "lunation", + "lunch", + "lunch_meat", + "lunch_meeting", + "lunch_period", + "luncheon", + "luncheon_meat", + "luncheon_meeting", + "luncheon_voucher", + "luncher", + "lunching", + "lunchroom", + "lunchtime", + "lund", + "lunda", + "lunda_cirrhata", + "lunette", + "lung", + "lung-power", + "lung_cancer", + "lunge", + "lungen", + "lunger", + "lungfish", + "lungi", + "lungless_salamander", + "lungyi", + "lunisolar_calendar", + "lunitidal_interval", + "lunkhead", + "lunt", + "lunula", + "lunule", + "luo", + "luoyang", + "lupin", + "lupine", + "lupinus", + "lupinus_albus", + "lupinus_arboreus", + "lupinus_luteus", + "lupinus_perennis", + "lupinus_subcarnosus", + "lupinus_texensis", + "lupus", + "lupus_erythematosus", + "lupus_vulgaris", + "lurch", + "lurcher", + "lure", + "luridness", + "lurker", + "lurking_place", + "lusaka", + "lusatian", + "luschka's_tonsil", + "luscinia", + "luscinia_luscinia", + "luscinia_megarhynchos", + "lusciousness", + "lush", + "lushness", + "lushun", + "lusitania", + "lust", + "lust_for_learning", + "luster", + "lusterlessness", + "lusterware", + "lustfulness", + "lustiness", + "lustre", + "lustrelessness", + "lustrum", + "lusus_naturae", + "lut_desert", + "luta", + "lutanist", + "lute", + "luteal_phase", + "lutecium", + "lutefisk", + "lutein", + "luteinizing_hormone", + "lutenist", + "luteotropin", + "lutetium", + "lutfisk", + "luther", + "luther_burbank", + "lutheran", + "lutheran_church", + "lutheranism", + "luthier", + "luting", + "lutist", + "lutjanidae", + "lutjanus", + "lutjanus_analis", + "lutjanus_apodus", + "lutjanus_blackfordi", + "lutjanus_griseus", + "lutra", + "lutra_canadensis", + "lutra_lutra", + "lutrinae", + "lutyens", + "lutzen", + "luvaridae", + "luvarus", + "luvarus_imperialis", + "luvian", + "luwian", + "lux", + "luxation", + "luxembourg", + "luxembourg-ville", + "luxembourg_city", + "luxembourg_franc", + "luxembourger", + "luxemburg", + "luxemburger", + "luxor", + "luxuria", + "luxuriance", + "luxuriation", + "luxuriousness", + "luxury", + "luxury_liner", + "luyia", + "luzon", + "lwei", + "lx", + "lxx", + "lxxviii", + "lxxx", + "lyallpur", + "lycaena", + "lycaena_hypophlaeas", + "lycaenid", + "lycaenid_butterfly", + "lycaenidae", + "lycaeon", + "lycanthrope", + "lycanthropy", + "lycaon_pictus", + "lycee", + "lyceum", + "lychee", + "lychgate", + "lychins_chalcedonica", + "lychins_floscuculi", + "lychnis", + "lychnis_alba", + "lychnis_coronaria", + "lychnis_dioica", + "lychnis_flos-cuculi", + "lycia", + "lycian", + "lycium", + "lycium_barbarum", + "lycium_carolinianum", + "lycium_halimifolium", + "lycopene", + "lycoperdaceae", + "lycoperdales", + "lycoperdon", + "lycopersicon", + "lycopersicon_esculentum", + "lycopersicon_esculentum_cerasiforme", + "lycopersicum", + "lycophyta", + "lycopod", + "lycopodiaceae", + "lycopodiales", + "lycopodiate", + "lycopodineae", + "lycopodium", + "lycopodium_alopecuroides", + "lycopodium_alpinum", + "lycopodium_clavitum", + "lycopodium_complanatum", + "lycopodium_lucidulum", + "lycopodium_obscurum", + "lycopodium_selago", + "lycopsida", + "lycopus", + "lycopus_americanus", + "lycopus_europaeus", + "lycopus_virginicus", + "lycosa", + "lycosa_tarentula", + "lycosidae", + "lydia", + "lydia_kamekeha_paki_liliuokalani", + "lydian", + "lye", + "lye_hominy", + "lygaeid", + "lygaeid_bug", + "lygaeidae", + "lyginopteridales", + "lyginopteris", + "lygodium", + "lygodium_microphyllum", + "lygodium_palmatum", + "lygus", + "lygus_bug", + "lygus_lineolaris", + "lying", + "lying-in", + "lying_in_wait", + "lying_under_oath", + "lyly", + "lyman_frank_brown", + "lymantria", + "lymantria_dispar", + "lymantriid", + "lymantriidae", + "lyme_arthritis", + "lyme_disease", + "lyme_grass", + "lymph", + "lymph_cell", + "lymph_gland", + "lymph_node", + "lymph_vessel", + "lymphadenitis", + "lymphadenoma", + "lymphadenopathy", + "lymphangiectasia", + "lymphangiectasis", + "lymphangiogram", + "lymphangiography", + "lymphangioma", + "lymphangitis", + "lymphatic_system", + "lymphatic_tissue", + "lymphatic_vessel", + "lymphedema", + "lymphoblast", + "lymphoblastic_leukemia", + "lymphocyte", + "lymphocytic_choriomeningitis", + "lymphocytic_choriomeningitis_virus", + "lymphocytic_leukemia", + "lymphocytopenia", + "lymphocytosis", + "lymphogranuloma", + "lymphogranuloma_venereum", + "lymphography", + "lymphoid_tissue", + "lymphokine", + "lymphoma", + "lymphopathia_venereum", + "lymphopenia", + "lymphopoiesis", + "lymphuria", + "lynch_law", + "lynch_mob", + "lynchburg", + "lynching", + "lynchpin", + "lyndon_baines_johnson", + "lyndon_johnson", + "lynn_fontanne", + "lynx", + "lynx_canadensis", + "lynx_caracal", + "lynx_lynx", + "lynx_pardina", + "lynx_rufus", + "lyon", + "lyonia", + "lyonia_ligustrina", + "lyonia_lucida", + "lyonia_mariana", + "lyonnais", + "lyonnaise_sauce", + "lyons", + "lyophilisation", + "lyophilization", + "lypressin", + "lyra", + "lyrate_leaf", + "lyre", + "lyre-flower", + "lyre_snake", + "lyrebird", + "lyreflower", + "lyric", + "lyric_poem", + "lyricality", + "lyricism", + "lyricist", + "lyrist", + "lyrurus", + "lyrurus_mlokosiewiczi", + "lyrurus_tetrix", + "lysander", + "lysenko", + "lysergic_acid", + "lysergic_acid_diethylamide", + "lysichiton", + "lysichiton_americanum", + "lysichitum", + "lysiloma", + "lysiloma_bahamensis", + "lysiloma_latisiliqua", + "lysiloma_sabicu", + "lysimachia", + "lysimachia_ciliatum", + "lysimachia_clethroides_duby", + "lysimachia_nemorum", + "lysimachia_nummularia", + "lysimachia_quadrifolia", + "lysimachia_terrestris", + "lysimachia_vulgaris", + "lysimachus", + "lysin", + "lysine", + "lysine_intolerance", + "lysinemia", + "lysippus", + "lysis", + "lysogenicity", + "lysogenisation", + "lysogenization", + "lysogeny", + "lysol", + "lysosome", + "lysozyme", + "lyssa", + "lyssavirus", + "lythraceae", + "lythrum", + "lythrum_hyssopifolia", + "lythrum_salicaria", + "lytton", + "lytton_strachey", + "m", + "m-1", + "m-1_rifle", + "m-theory", + "m._j._schleiden", + "m.m.", + "m1", + "m2", + "m3", + "ma", + "ma'am", + "maalox", + "maar", + "maarianhamina", + "mac", + "macaca", + "macaca_irus", + "macaca_mulatta", + "macaca_radiata", + "macaca_sylvana", + "macadam", + "macadamia", + "macadamia_integrifolia", + "macadamia_nut", + "macadamia_nut_tree", + "macadamia_ternifolia", + "macadamia_tetraphylla", + "macadamia_tree", + "macamba", + "macao", + "macao_monetary_unit", + "macaque", + "macaroni", + "macaroni_and_cheese", + "macaroni_salad", + "macaroni_wheat", + "macaroon", + "macarthur", + "macau", + "macaulay", + "macaw", + "macbeth", + "macdowell", + "mace", + "macebearer", + "macedoine", + "macedon", + "macedonia", + "macedonian", + "macedonian_war", + "macer", + "maceration", + "macgregor", + "macguffin", + "mach", + "mach_number", + "machaeranthera", + "machaeranthera_bigelovii", + "machaeranthera_tanacetifolia", + "machaeranthera_tortifoloia", + "machete", + "machiavelli", + "machiavellian", + "machiavellianism", + "machicolation", + "machilid", + "machilidae", + "machination", + "machinator", + "machine", + "machine-displayable_text", + "machine-oriented_language", + "machine-readable_text", + "machine_bolt", + "machine_code", + "machine_gun", + "machine_gunner", + "machine_language", + "machine_operation", + "machine_pistol", + "machine_politician", + "machine_readable_dictionary", + "machine_rifle", + "machine_screw", + "machine_shop", + "machine_stitch", + "machine_tool", + "machine_translation", + "machinery", + "machinist", + "machinist's_vise", + "machismo", + "machmeter", + "macho", + "macho-man", + "machu_picchu", + "machupo_virus", + "macintosh", + "mack", + "mack_sennett", + "mackem", + "mackenzie", + "mackenzie_river", + "mackerel", + "mackerel_scad", + "mackerel_shad", + "mackerel_shark", + "mackerel_sky", + "mackinac_bridge", + "mackinaw", + "mackinaw_blanket", + "mackinaw_boat", + "mackinaw_coat", + "mackintosh", + "mackle", + "macleaya", + "macleaya_cordata", + "macleish", + "macleod", + "maclura", + "maclura_pomifera", + "macon", + "maconnais", + "macoun", + "macowanites", + "macowanites_americanus", + "macrame", + "macrencephaly", + "macro", + "macro_instruction", + "macrobiotic_diet", + "macrobiotics", + "macrocephalon", + "macrocephalon_maleo", + "macrocephaly", + "macrocheira", + "macrocheira_kaempferi", + "macroclemys", + "macroclemys_temmincki", + "macrocosm", + "macrocyte", + "macrocytic_anaemia", + "macrocytic_anemia", + "macrocytosis", + "macrodactylus", + "macrodactylus_subspinosus", + "macrodantin", + "macroeconomic_expert", + "macroeconomics", + "macroeconomist", + "macroevolution", + "macroglia", + "macroglossia", + "macromolecule", + "macron", + "macronectes", + "macronectes_giganteus", + "macrophage", + "macropodidae", + "macropus", + "macropus_agiles", + "macropus_giganteus", + "macrorhamphosidae", + "macroscopic_anatomy", + "macrosporangium", + "macrospore", + "macrothelypteris", + "macrotis", + "macrotis_lagotis", + "macrotus", + "macrotus_californicus", + "macrotyloma", + "macrotyloma_uniflorum", + "macrouridae", + "macrozamia", + "macrozamia_communis", + "macrozamia_spiralis", + "macrozoarces", + "macrozoarces_americanus", + "macruridae", + "macula", + "macula_lutea", + "macular_area", + "macular_degeneration", + "macular_edema", + "maculation", + "macule", + "macumba", + "macushla", + "mad-dog_skullcap", + "mad-dog_weed", + "mad_anthony_wayne", + "mad_apple", + "mad_cow_disease", + "madagascan", + "madagascar", + "madagascar_cat", + "madagascar_franc", + "madagascar_jasmine", + "madagascar_pepper", + "madagascar_periwinkle", + "madagascar_plum", + "madake", + "madam", + "madame", + "madame_curie", + "madame_de_maintenon", + "madame_de_stael", + "madame_tussaud", + "madcap", + "madder", + "madder_family", + "madderwort", + "madeira", + "madeira_cake", + "madeira_islands", + "madeira_river", + "madeira_sponge", + "madeira_winter_cherry", + "madeiras", + "mademoiselle", + "madhouse", + "madia", + "madia_elegans", + "madia_oil", + "madia_oil_plant", + "madia_sativa", + "madison", + "madman", + "madnep", + "madness", + "madonna", + "madonna_lily", + "madonna_louise_ciccone", + "madoqua", + "madras", + "madrasa", + "madrasah", + "madreporaria", + "madrepore", + "madrid", + "madrigal", + "madrigalist", + "madrilene", + "madriporian_coral", + "madrona", + "madrono", + "madwoman", + "madwort", + "mae_west", + "maeandra", + "maelstrom", + "maenad", + "maestro", + "maeterlinck", + "mafa", + "maffeo_barberini", + "maffia", + "mafia", + "mafioso", + "mag", + "mag_tape", + "magadhan", + "magazine", + "magazine_article", + "magazine_publisher", + "magazine_rack", + "magdalen", + "magdalena", + "magdalena_river", + "magellan", + "magellanic_cloud", + "magen_david", + "magenta", + "maggot", + "magh", + "magha", + "maghreb", + "magi", + "magic", + "magic_bullet", + "magic_eye", + "magic_lantern", + "magic_marker", + "magic_mushroom", + "magic_number", + "magic_realism", + "magic_spell", + "magic_square", + "magic_trick", + "magical_ability", + "magical_power", + "magical_spell", + "magician", + "magicicada", + "magicicada_septendecim", + "magilp", + "maginot", + "maginot_line", + "magistracy", + "magistrate", + "magistrature", + "maglev", + "magma", + "magna_carta", + "magna_charta", + "magna_mater", + "magnanimity", + "magnanimousness", + "magnate", + "magnesia", + "magnesite", + "magnesium", + "magnesium_bicarbonate", + "magnesium_carbonate", + "magnesium_hydroxide", + "magnesium_nitride", + "magnesium_oxide", + "magnesium_sulfate", + "magnet", + "magnetic_attraction", + "magnetic_bottle", + "magnetic_bubble_memory", + "magnetic_compass", + "magnetic_core", + "magnetic_core_memory", + "magnetic_declination", + "magnetic_dip", + "magnetic_dipole", + "magnetic_dipole_moment", + "magnetic_disc", + "magnetic_disk", + "magnetic_equator", + "magnetic_field", + "magnetic_field_strength", + "magnetic_flux", + "magnetic_flux_density", + "magnetic_flux_unit", + "magnetic_force", + "magnetic_head", + "magnetic_inclination", + "magnetic_induction", + "magnetic_ink", + "magnetic_intensity", + "magnetic_iron-ore", + "magnetic_levitation", + "magnetic_line_of_force", + "magnetic_medium", + "magnetic_meridian", + "magnetic_mine", + "magnetic_moment", + "magnetic_monopole", + "magnetic_needle", + "magnetic_north", + "magnetic_pole", + "magnetic_pyrites", + "magnetic_recorder", + "magnetic_resonance", + "magnetic_resonance_imaging", + "magnetic_storage", + "magnetic_storage_medium", + "magnetic_storm", + "magnetic_stripe", + "magnetic_tape", + "magnetic_variation", + "magnetics", + "magnetisation", + "magnetism", + "magnetite", + "magnetization", + "magneto", + "magnetoelectric_machine", + "magnetograph", + "magnetohydrodynamics", + "magnetometer", + "magnetomotive_force", + "magnetomotive_force_unit", + "magneton", + "magnetosphere", + "magnetron", + "magnificat", + "magnification", + "magnificence", + "magnifico", + "magnifier", + "magnifying_glass", + "magniloquence", + "magnitude", + "magnitude_relation", + "magnolia", + "magnolia_acuminata", + "magnolia_family", + "magnolia_fraseri", + "magnolia_grandiflora", + "magnolia_macrophylla", + "magnolia_soulangiana", + "magnolia_state", + "magnolia_stellata", + "magnolia_tripetala", + "magnolia_virginiana", + "magnoliaceae", + "magnoliid_dicot_family", + "magnoliid_dicot_genus", + "magnoliidae", + "magnoliophyta", + "magnoliopsid", + "magnoliopsid_family", + "magnoliopsid_genus", + "magnoliopsida", + "magnum", + "magnum_opus", + "magnus_hitch", + "magpie", + "magritte", + "maguey", + "magus", + "magyar", + "magyarorszag", + "mah-jongg", + "maha", + "mahabharata", + "mahabharatam", + "mahabharatum", + "mahagua", + "mahalia_jackson", + "mahan", + "maharaja", + "maharajah", + "maharanee", + "maharani", + "maharashtra", + "mahatma", + "mahatma_gandhi", + "mahayana", + "mahayana_buddhism", + "mahayanism", + "mahayanist", + "mahdi", + "mahdism", + "mahdist", + "mahernia_verticillata", + "mahgrib", + "mahican", + "mahimahi", + "mahjong", + "mahler", + "mahlstick", + "mahoe", + "mahogany", + "mahogany_family", + "mahogany_tree", + "mahomet", + "mahonia", + "mahonia_aquifolium", + "mahonia_nervosa", + "mahound", + "mahout", + "mahratta", + "mahratti", + "mahuang", + "maia", + "maianthemum", + "maianthemum_bifolium", + "maianthemum_canadense", + "maid", + "maid_of_honor", + "maiden", + "maiden_aunt", + "maiden_blue-eyed_mary", + "maiden_flight", + "maiden_name", + "maiden_over", + "maiden_pink", + "maiden_voyage", + "maidenhair", + "maidenhair_berry", + "maidenhair_fern", + "maidenhair_spleenwort", + "maidenhair_tree", + "maidenhead", + "maidenhood", + "maidenliness", + "maidhood", + "maidism", + "maidservant", + "maidu", + "maiduguri", + "maieutic_method", + "maiger", + "maigre", + "maikoa", + "mail", + "mail-order_buying", + "mail_boat", + "mail_call", + "mail_car", + "mail_carrier", + "mail_clerk", + "mail_fraud", + "mail_order", + "mail_pouch", + "mail_service", + "mail_slot", + "mail_train", + "mailbag", + "mailboat", + "mailbox", + "maildrop", + "mailer", + "mailing", + "mailing-card", + "mailing_address", + "mailing_list", + "maillol", + "maillot", + "mailman", + "mailsorter", + "maimed", + "maimer", + "maimonides", + "main", + "main-topmast", + "main-topsail", + "main_clause", + "main_course", + "main_deck", + "main_diagonal", + "main_drag", + "main_entry_word", + "main_file", + "main_line", + "main_office", + "main_road", + "main_rotor", + "main_street", + "main_yard", + "maine", + "maine_lobster", + "mainer", + "mainframe", + "mainframe_computer", + "mainland", + "mainland_china", + "mainmast", + "mainsail", + "mainsheet", + "mainspring", + "mainstay", + "mainstream", + "maintainer", + "maintenance", + "maintenance_man", + "maintenance_staff", + "maintenon", + "maiolica", + "maisonette", + "maisonnette", + "maitland", + "maitre_d'", + "maitre_d'hotel", + "maitreya", + "maize", + "maja", + "maja_squinado", + "majagua", + "majesty", + "majidae", + "majolica", + "major", + "major-domo", + "major-general", + "major-league_club", + "major-league_team", + "major_affective_disorder", + "major_axis", + "major_depressive_episode", + "major_diatonic_scale", + "major_fast_day", + "major_form_class", + "major_key", + "major_league", + "major_leaguer", + "major_lobe", + "major_mode", + "major_planet", + "major_power", + "major_premise", + "major_premiss", + "major_scale", + "major_suit", + "major_surgery", + "major_term", + "major_tranquilizer", + "major_tranquilliser", + "major_tranquillizer", + "majorana", + "majorana_hortensis", + "majorca", + "majorette", + "majority", + "majority_leader", + "majority_operation", + "majority_opinion", + "majority_rule", + "majors", + "majuscule", + "mak", + "makaira", + "makaira_albida", + "makaira_marlina", + "makaira_mazara", + "makaira_mitsukurii", + "makaira_nigricans", + "makalu", + "makarios_iii", + "makataimeshekiakiak", + "make", + "make-believe", + "make-do", + "make-peace", + "make-up", + "make-work", + "makedonija", + "makeover", + "maker", + "makeready", + "makeshift", + "makeup", + "makeweight", + "makin", + "making", + "making_known", + "making_love", + "making_water", + "mako", + "mako_shark", + "makomako", + "maksim_gorky", + "maksutov_telescope", + "maktab_al-khidmat", + "mal_de_la_rosa", + "mal_de_mer", + "mal_rosso", + "malabar_kino", + "malabo", + "malabsorption", + "malabsorption_syndrome", + "malacanthidae", + "malacca", + "malacca_cane", + "malachi", + "malachias", + "malachite", + "malacia", + "malaclemys", + "malaclemys_centrata", + "malacologist", + "malacology", + "malaconotinae", + "malacopterygian", + "malacopterygii", + "malacosoma", + "malacosoma_americana", + "malacosoma_disstria", + "malacostraca", + "malacostracan_crustacean", + "malacothamnus", + "malacothamnus_fasciculatus", + "maladjustment", + "maladroitness", + "malady", + "malaga", + "malagasy_republic", + "malahini", + "malaise", + "malamud", + "malamute", + "malanga", + "malaprop", + "malapropism", + "malar", + "malar_bone", + "malaria", + "malaria_mosquito", + "malaria_parasite", + "malarial_mosquito", + "malarkey", + "malarky", + "malathion", + "malathion_poisoning", + "malawi", + "malawi_kwacha", + "malawian", + "malawian_monetary_unit", + "malaxis", + "malaxis-unifolia", + "malaxis_ophioglossoides", + "malay", + "malay_archipelago", + "malay_peninsula", + "malaya", + "malayalam", + "malayan", + "malayan_tapir", + "malayo-polynesian", + "malaysia", + "malaysia_militant_group", + "malaysian", + "malaysian_monetary_unit", + "malaysian_mujahidin_group", + "malcolm_little", + "malcolm_lowry", + "malcolm_stock", + "malcolm_x", + "malcolmia", + "malcolmia_maritima", + "malcontent", + "maldivan", + "maldive_islands", + "maldives", + "maldivian", + "maldon", + "male", + "male-patterned_baldness", + "male_aristocrat", + "male_berry", + "male_body", + "male_bonding", + "male_chauvinism", + "male_chauvinist", + "male_chest", + "male_child", + "male_erecticle_dysfunction", + "male_fern", + "male_genital_organ", + "male_genitalia", + "male_genitals", + "male_horse", + "male_hypogonadism", + "male_internal_reproductive_organ", + "male_monarch", + "male_offspring", + "male_orchis", + "male_orgasm", + "male_parent", + "male_pattern_baldness", + "male_person", + "male_plug", + "male_reproductive_gland", + "male_reproductive_system", + "male_sibling", + "maleate", + "maleberry", + "malebranche", + "malecite", + "malediction", + "malefactor", + "maleficence", + "maleic_acid", + "malemute", + "maleness", + "maleo", + "maleseet", + "malevich", + "malevolence", + "malevolency", + "malevolent_program", + "malfeasance", + "malfeasant", + "malformation", + "malfunction", + "malheur_wire_lettuce", + "mali", + "mali_franc", + "malian", + "malice", + "malice_aforethought", + "malicious_gossip", + "malicious_mischief", + "maliciousness", + "malignance", + "malignancy", + "malignant_anaemia", + "malignant_anemia", + "malignant_hepatoma", + "malignant_hypertension", + "malignant_hyperthermia", + "malignant_melanoma", + "malignant_neoplasm", + "malignant_neoplastic_disease", + "malignant_neuroma", + "malignant_pustule", + "malignant_tumor", + "maligner", + "malignity", + "malignment", + "malik", + "malingerer", + "malingering", + "malinois", + "malinowski", + "mall", + "mallard", + "mallarme", + "malleability", + "mallee", + "mallee_fowl", + "mallee_hen", + "mallet", + "malleus", + "mallon", + "mallophaga", + "mallotus", + "mallow", + "mallow_family", + "malmo", + "malmsey", + "malnourishment", + "malnutrition", + "malocclusion", + "malodor", + "malodorousness", + "malodour", + "malone", + "malonylurea", + "malope", + "malope_trifida", + "malopterurus", + "malopterurus_electricus", + "malory", + "malosma", + "malosma_laurina", + "malpighi", + "malpighia", + "malpighia_glabra", + "malpighia_obovata", + "malpighiaceae", + "malpighian_body", + "malpighian_corpuscle", + "malpighian_layer", + "malposed_tooth", + "malposition", + "malpractice", + "malpractice_insurance", + "malraux", + "mals", + "malt", + "malt_liquor", + "malt_sugar", + "malt_whiskey", + "malt_whisky", + "malta", + "malta_fever", + "malted", + "malted_milk", + "maltese", + "maltese_cat", + "maltese_cross", + "maltese_dog", + "maltese_language", + "maltese_lira", + "maltese_monetary_unit", + "maltese_terrier", + "maltha", + "malthus", + "malthusian", + "malthusian_theory", + "malthusianism", + "malti", + "maltman", + "malto", + "maltose", + "maltreater", + "maltreatment", + "maltster", + "malus", + "malus_angustifolia", + "malus_baccata", + "malus_coronaria", + "malus_fusca", + "malus_ioensis", + "malus_pumila", + "malus_sylvestris", + "malva", + "malva_moschata", + "malva_neglecta", + "malva_sylvestris", + "malvaceae", + "malvales", + "malvasia", + "malvastrum", + "malvastrum_coccineum", + "malvaviscus", + "malversation", + "malvina_hoffman", + "mam", + "mama", + "mama's_boy", + "mamba", + "mambo", + "mamet", + "mamey", + "mamilla", + "mamillary_body", + "mamma", + "mamma's_boy", + "mammal", + "mammal_family", + "mammal_genus", + "mammal_semnopithecus", + "mammalia", + "mammalian", + "mammalogist", + "mammalogy", + "mammary_gland", + "mammea", + "mammea_americana", + "mammee", + "mammee_apple", + "mammee_tree", + "mammilla", + "mammillaria", + "mammillaria_plumosa", + "mammillary_body", + "mammogram", + "mammography", + "mammon", + "mammoth", + "mammoth_cave_national_park", + "mammothermography", + "mammut", + "mammut_americanum", + "mammuthus", + "mammuthus_columbi", + "mammuthus_primigenius", + "mammutidae", + "mammy", + "mamo", + "mamoncillo", + "man", + "man's_body", + "man's_clothing", + "man-about-town", + "man-at-arms", + "man-child", + "man-eater", + "man-eating_shark", + "man-made_fiber", + "man-made_lake", + "man-of-the-earth", + "man-of-war", + "man-of-war_bird", + "man-on-a-horse", + "man_and_wife", + "man_friday", + "man_hour", + "man_in_the_street", + "man_jack", + "man_of_action", + "man_of_affairs", + "man_of_deeds", + "man_of_letters", + "man_of_means", + "man_of_the_cloth", + "man_of_the_world", + "manacle", + "manageability", + "manageableness", + "managed_economy", + "management", + "management_consultant", + "management_consulting", + "management_control", + "management_personnel", + "manager", + "manageress", + "managership", + "managing_director", + "managing_editor", + "managua", + "manakin", + "manama", + "manana", + "manannan", + "manassa_mauler", + "manat", + "manatee", + "manawydan", + "manawyddan", + "manchester", + "manchester_terrier", + "manchu", + "manchu_dynasty", + "manchuria", + "mancunian", + "manda", + "mandaean", + "mandaeanism", + "mandala", + "mandalay", + "mandamus", + "mandara", + "mandarin", + "mandarin_chinese", + "mandarin_dialect", + "mandarin_duck", + "mandarin_orange", + "mandarin_orange_tree", + "mandatary", + "mandate", + "mandator", + "mandatory", + "mandatory_injunction", + "mande", + "mandean", + "mandeanism", + "mandela", + "mandelamine", + "mandelbrot", + "mandelbrot_set", + "mandelshtam", + "mandelstam", + "mandevilla", + "mandevilla_boliviensis", + "mandevilla_laxa", + "mandible", + "mandibula", + "mandibular_bone", + "mandibular_condyle", + "mandibular_fossa", + "mandibular_gland", + "mandibular_joint", + "mandibular_notch", + "mandioc", + "mandioca", + "mandola", + "mandolin", + "mandragora", + "mandragora_officinarum", + "mandrake", + "mandrake_root", + "mandrel", + "mandril", + "mandrill", + "mandrillus", + "mandrillus_leucophaeus", + "mandrillus_sphinx", + "manduca", + "manduca_quinquemaculata", + "manduca_sexta", + "manduction", + "mane", + "maned_sheep", + "maned_wolf", + "manes", + "manet", + "maneuver", + "maneuverability", + "maneuverer", + "manfred_eigen", + "manfulness", + "mangabey", + "manganate", + "manganese", + "manganese_bronze", + "manganese_steel", + "manganese_tetroxide", + "manganic_acid", + "manganite", + "mange", + "mangel-wurzel", + "manger", + "mangifera", + "mangifera_indica", + "manginess", + "mangle", + "mangler", + "manglietia", + "mango", + "mango_tree", + "mangold", + "mangold-wurzel", + "mangonel", + "mangosteen", + "mangosteen_tree", + "mangrove", + "mangrove_family", + "mangrove_snapper", + "manhattan", + "manhattan_clam_chowder", + "manhattan_island", + "manhattan_project", + "manhole", + "manhole_cover", + "manhood", + "manhunt", + "mania", + "maniac", + "manic-depressive", + "manic-depressive_psychosis", + "manic_depression", + "manic_depressive_illness", + "manic_disorder", + "manichaean", + "manichaeanism", + "manichaeism", + "manichean", + "manichee", + "manicotti", + "manicure", + "manicure_set", + "manicurist", + "manidae", + "manifest", + "manifest_destiny", + "manifestation", + "manifesto", + "manifold", + "manifold_paper", + "manihot", + "manihot_dulcis", + "manihot_esculenta", + "manihot_utilissima", + "manikin", + "manila", + "manila_bay", + "manila_bean", + "manila_grass", + "manila_hemp", + "manila_maguey", + "manila_paper", + "manila_tamarind", + "manilkara", + "manilkara_bidentata", + "manilkara_zapota", + "manilla", + "manilla_hemp", + "manilla_paper", + "manioc", + "manioca", + "manipulability", + "manipulation", + "manipulative_electronic_deception", + "manipulator", + "manipur", + "maniraptor", + "maniraptora", + "manis", + "manitoba", + "mankato", + "mankind", + "manliness", + "mann", + "manna", + "manna_ash", + "manna_from_heaven", + "manna_grass", + "manna_gum", + "manna_lichen", + "mannequin", + "manner", + "manner_name", + "manner_of_speaking", + "manner_of_walking", + "mannerism", + "manners", + "mannheim", + "mannikin", + "mannitol", + "manoeuvrability", + "manoeuvre", + "manoeuvrer", + "manometer", + "manor", + "manor_hall", + "manor_house", + "manpad", + "manpower", + "manroot", + "mansard", + "mansard_roof", + "mansart", + "manse", + "manservant", + "mansfield", + "mansi", + "mansion", + "mansion_house", + "manslaughter", + "manslayer", + "manson", + "manta", + "manta_birostris", + "manta_ray", + "mantegna", + "manteidae", + "mantel", + "mantelet", + "mantell", + "mantelpiece", + "manteodea", + "mantichora", + "manticora", + "manticore", + "mantid", + "mantidae", + "mantiger", + "mantilla", + "mantinea", + "mantineia", + "mantis", + "mantis_crab", + "mantis_prawn", + "mantis_religioso", + "mantis_shrimp", + "mantispid", + "mantispidae", + "mantissa", + "mantle", + "mantled_ground_squirrel", + "mantlepiece", + "mantlet", + "mantophasmatodea", + "mantoux_test", + "mantra", + "mantrap", + "mantua", + "manual", + "manual_alphabet", + "manual_dexterity", + "manual_labor", + "manual_laborer", + "manual_labour", + "manual_of_arms", + "manubrium", + "manuel_de_falla", + "manuel_rodriquez_patriotic_front", + "manufactory", + "manufacture", + "manufactured_home", + "manufacturer", + "manufacturing", + "manufacturing_business", + "manufacturing_plant", + "manul", + "manumission", + "manumitter", + "manure", + "manus", + "manuscript", + "manx", + "manx_cat", + "manx_shearwater", + "manzanilla", + "manzanita", + "manzoni", + "mao", + "mao_jacket", + "mao_tsetung", + "mao_zedong", + "maoi", + "maoism", + "maoist", + "maori", + "maori_hen", + "map", + "map-reader", + "map_collection", + "map_maker", + "map_projection", + "mapinguari", + "maple", + "maple-leaf", + "maple-leaf_begonia", + "maple-leaved_bayur", + "maple_family", + "maple_sugar", + "maple_syrup", + "maple_syrup_urine_disease", + "mapmaking", + "mapper", + "mapping", + "mapquest", + "maputo", + "maquiladora", + "maquis", + "maquisard", + "mar", + "mara", + "marabou", + "marabou_stork", + "marabout", + "maraca", + "maracaibo", + "maracan_language", + "maracay", + "maraco", + "marang", + "marang_tree", + "maranta", + "maranta_arundinaceae", + "marantaceae", + "marasca", + "marasca_cherry", + "maraschino", + "maraschino_cherry", + "maraschino_liqueur", + "marasmius", + "marasmius_oreades", + "marasmus", + "marat", + "maratha", + "marathi", + "marathon", + "marathon_runner", + "marathoner", + "marattia", + "marattia_salicina", + "marattiaceae", + "marattiales", + "maraud", + "marauder", + "maravilla", + "marble", + "marble-wood", + "marble_bones_disease", + "marble_cake", + "marbleisation", + "marbleising", + "marbleization", + "marbleizing", + "marbles", + "marblewood", + "marbling", + "marburg_disease", + "marburg_hemorrhagic_fever", + "marburg_virus", + "marc", + "marc_blitzstein", + "marc_chagall", + "marceau", + "marcel", + "marcel_duchamp", + "marcel_lajos_breuer", + "marcel_marceau", + "marcel_proust", + "marcello_malpighi", + "march", + "march_17", + "march_19", + "march_2", + "march_25", + "march_equinox", + "march_king", + "marchand_de_vin", + "marchantia", + "marchantia_polymorpha", + "marchantiaceae", + "marchantiales", + "marche", + "marcher", + "marches", + "marching", + "marching_band", + "marching_music", + "marching_order", + "marching_orders", + "marchioness", + "marchland", + "marchpane", + "marciano", + "marcionism", + "marco_polo", + "marco_polo's_sheep", + "marco_polo_sheep", + "marconi", + "marconi_rig", + "marcus_annius_verus", + "marcus_antonius", + "marcus_aurelius", + "marcus_aurelius_antoninus", + "marcus_aurelius_valerius_maximianus", + "marcus_cocceius_nerva", + "marcus_junius_brutus", + "marcus_terentius_varro", + "marcus_tullius_cicero", + "marcus_ulpius_traianus", + "marcus_vipsanius_agrippa", + "marcus_whitman", + "marcuse", + "mardi_gras", + "marduk", + "mare", + "mare's_nest", + "mare's_tail", + "mare_clausum", + "mare_liberum", + "mare_nostrum", + "marengo", + "marfan's_syndrome", + "margaret_court", + "margaret_higgins_sanger", + "margaret_hilda_thatcher", + "margaret_mead", + "margaret_mitchell", + "margaret_munnerlyn_mitchell", + "margaret_sanger", + "margaret_thatcher", + "margarete_gertrud_zelle", + "margaric_acid", + "margarin", + "margarine", + "margarita", + "margasivsa", + "margate", + "margay", + "margay_cat", + "marge", + "margin", + "margin_account", + "margin_call", + "margin_of_error", + "margin_of_profit", + "margin_of_safety", + "marginal_cost", + "marginal_placentation", + "marginal_utility", + "marginal_wood_fern", + "marginalia", + "marginalisation", + "marginality", + "marginalization", + "marginocephalia", + "marginocephalian", + "margosa", + "margrave", + "marguerite", + "marguerite_daisy", + "marguerite_radclyffe_hall", + "mari", + "maria", + "maria_callas", + "maria_luigi_carlo_zenobio_cherubini", + "maria_magdalene_von_losch", + "maria_meneghini_callas", + "maria_mitchell", + "maria_montesorri", + "maria_tallchief", + "mariachi", + "marian_anderson", + "mariana_islands", + "marianas", + "marianne_craig_moore", + "marianne_moore", + "maricopa", + "marie-strumpell_disease", + "marie_anne_charlotte_corday_d'armont", + "marie_antoinette", + "marie_charlotte_carmichael_stopes", + "marie_curie", + "marie_dolores_eliza_rosanna_gilbert", + "marie_goeppert_mayer", + "marie_grosholtz", + "marie_henri_beyle", + "marie_jean_antoine_nicolas_caritat", + "marie_jeanne_becu", + "marie_joseph_paul_yves_roch_gilbert_du_motier", + "marie_louise_elisabeth_vigee-lebrun", + "marie_stopes", + "marie_tussaud", + "mariehamn", + "marigold", + "marihuana", + "marijuana", + "marijuana_cigarette", + "marilyn_horne", + "marilyn_monroe", + "marimba", + "marina", + "marinade", + "marinara", + "marine", + "marine_animal", + "marine_archaeology", + "marine_archeology", + "marine_corps", + "marine_corps_intelligence_activity", + "marine_creature", + "marine_engineer", + "marine_glue", + "marine_iguana", + "marine_law", + "marine_mine", + "marine_museum", + "marine_mussel", + "marine_turtle", + "marineland", + "mariner", + "mariner's_compass", + "marines", + "marini", + "marino", + "mario_vargas_llosa", + "marionette", + "mariotte's_law", + "mariposa", + "mariposa_lily", + "mariposa_tulip", + "mariposan", + "marital_bed", + "marital_communications_privilege", + "marital_relationship", + "marital_status", + "mariticide", + "maritime_law", + "maritime_provinces", + "maritimes", + "marjoram", + "mark", + "mark_anthony", + "mark_antony", + "mark_clark", + "mark_hopkins", + "mark_of_cain", + "mark_rothko", + "mark_tobey", + "mark_twain", + "mark_wayne_clark", + "markaz-ud-dawa-wal-irshad", + "marker", + "market", + "market_analysis", + "market_analyst", + "market_capitalisation", + "market_capitalization", + "market_cross", + "market_day", + "market_economy", + "market_forces", + "market_garden", + "market_gardening", + "market_keeper", + "market_letter", + "market_order", + "market_penetration", + "market_place", + "market_price", + "market_research", + "market_square", + "market_strategist", + "market_town", + "market_value", + "marketer", + "marketing", + "marketing_cost", + "marketing_research", + "marketplace", + "markhoor", + "markhor", + "marking", + "marking_ink", + "markka", + "markoff", + "markoff_chain", + "markoff_process", + "markov", + "markov_chain", + "markov_process", + "markova", + "marks", + "marksman", + "marksmanship", + "markup", + "markup_language", + "markweed", + "marl", + "marlberry", + "marlene_dietrich", + "marley", + "marlin", + "marline", + "marlinespike", + "marlingspike", + "marlinspike", + "marlite", + "marlowe", + "marlstone", + "marmalade", + "marmalade_box", + "marmalade_bush", + "marmalade_orange", + "marmalade_plum", + "marmalade_tree", + "marmara", + "marmara_denizi", + "marmite", + "marmora", + "marmoset", + "marmot", + "marmota", + "marmota_caligata", + "marmota_flaviventris", + "marmota_monax", + "marne_river", + "maroc", + "marocain", + "maroon", + "marplan", + "marquand", + "marque", + "marquee", + "marquesas_islands", + "marquess", + "marqueterie", + "marquetry", + "marquette", + "marquis", + "marquis_de_condorcet", + "marquis_de_lafayette", + "marquis_de_laplace", + "marquis_de_sade", + "marquise", + "marquise_de_maintenon", + "marquise_de_montespan", + "marquise_de_pompadour", + "marrakech", + "marrakesh", + "marrano", + "marri", + "marriage", + "marriage_bed", + "marriage_broker", + "marriage_brokerage", + "marriage_ceremony", + "marriage_contract", + "marriage_counseling", + "marriage_licence", + "marriage_license", + "marriage_mart", + "marriage_of_convenience", + "marriage_offer", + "marriage_proposal", + "marriage_settlement", + "marriageability", + "married", + "married_couple", + "married_man", + "married_person", + "married_woman", + "marrow", + "marrow_squash", + "marrowbone", + "marrowfat_pea", + "marrubium", + "marrubium_vulgare", + "marruecos", + "mars", + "marsala", + "marseillaise", + "marseille", + "marseilles", + "marseilles_fever", + "marsh", + "marsh_andromeda", + "marsh_bellflower", + "marsh_buggy", + "marsh_clematis", + "marsh_cress", + "marsh_elder", + "marsh_felwort", + "marsh_fern", + "marsh_gas", + "marsh_gentian", + "marsh_hare", + "marsh_harrier", + "marsh_hawk", + "marsh_hen", + "marsh_horsetail", + "marsh_mallow", + "marsh_marigold", + "marsh_milkweed", + "marsh_orchid", + "marsh_pea", + "marsh_pink", + "marsh_plant", + "marsh_rosemary", + "marsh_st-john's_wort", + "marsh_tea", + "marsh_trefoil", + "marsh_wren", + "marshal", + "marshal_saxe", + "marshal_tito", + "marshall", + "marshall_islands", + "marshall_mcluhan", + "marshall_plan", + "marshalling_yard", + "marshals", + "marshalship", + "marshland", + "marshmallow", + "marshmallow_fluff", + "marsilea", + "marsilea_drummondii", + "marsilea_quadrifolia", + "marsileaceae", + "marstan", + "marston_moor", + "marsupial", + "marsupial_mole", + "marsupial_mouse", + "marsupial_rat", + "marsupialia", + "marsupium", + "mart", + "marta_brigit_nilsson", + "martagon", + "martello_tower", + "marten", + "marten_cat", + "martensite", + "martes", + "martes_americana", + "martes_foina", + "martes_martes", + "martes_pennanti", + "martes_zibellina", + "martha's_vineyard", + "martha_beatrice_potter_webb", + "martha_graham", + "martha_jane_burk", + "martha_jane_burke", + "marti", + "martial", + "martial_art", + "martial_law", + "martial_music", + "martian", + "martin", + "martin_buber", + "martin_cline", + "martin_heidegger", + "martin_heinrich_klaproth", + "martin_luther", + "martin_luther_king", + "martin_luther_king_day", + "martin_luther_king_jr's_birthday", + "martin_luther_king_jr.", + "martin_scorsese", + "martin_v", + "martin_van_buren", + "martina_navratilova", + "martinet", + "martingale", + "martini", + "martinique", + "martinmas", + "martynia", + "martynia_annua", + "martynia_arenaria", + "martynia_fragrans", + "martyniaceae", + "martyr", + "martyr_operation", + "martyrdom", + "martyrs_of_al-aqsa", + "marum", + "marumi", + "marumi_kumquat", + "marupa", + "marut", + "marvel", + "marvel-of-peru", + "marvell", + "marveller", + "marvin_neil_simon", + "marx", + "marx_brothers", + "marxism", + "marxism-leninism", + "marxist", + "mary", + "mary_ann_evans", + "mary_ashton_rice_livermore", + "mary_augusta_arnold_ward", + "mary_baker_eddy", + "mary_douglas_leakey", + "mary_flannery_o'connor", + "mary_godwin_wollstonecraft_shelley", + "mary_harris_jones", + "mary_i", + "mary_ii", + "mary_jane", + "mary_leakey", + "mary_leontyne_price", + "mary_ludwig_hays_mccauley", + "mary_magdalen", + "mary_magdalene", + "mary_mallon", + "mary_martin", + "mary_mccarthy", + "mary_mccauley", + "mary_mcleod_bethune", + "mary_morse_baker_eddy", + "mary_pickford", + "mary_queen_of_scots", + "mary_shelley", + "mary_stuart", + "mary_therese_mccarthy", + "mary_tudor", + "mary_wollstonecraft", + "mary_wollstonecraft_godwin", + "mary_wollstonecraft_shelley", + "marya_sklodowska", + "maryland", + "maryland_chicken", + "maryland_golden_aster", + "maryland_yellowthroat", + "marylander", + "marzipan", + "masa", + "masai", + "mascara", + "mascarene_grass", + "mascarpone", + "mascot", + "masculine", + "masculinisation", + "masculinity", + "masculinization", + "masdevallia", + "masefield", + "maser", + "maseru", + "mash", + "mashed_potato", + "masher", + "mashhad", + "mashi", + "mashie", + "mashie_niblick", + "mashriq", + "masjid", + "mask", + "mask_of_pregnancy", + "masked_ball", + "masked_shrew", + "masker", + "masking", + "masking_paper", + "masking_piece", + "masking_tape", + "masochism", + "masochist", + "mason", + "mason's_level", + "mason's_trowel", + "mason-dixon_line", + "mason_and_dixon's_line", + "mason_and_dixon_line", + "mason_bee", + "mason_city", + "mason_jar", + "mason_wasp", + "masonite", + "masonry", + "masora", + "masorah", + "masorete", + "masorite", + "masoud", + "masqat", + "masque", + "masquer", + "masquerade", + "masquerade_ball", + "masquerade_costume", + "masquerade_party", + "masquerader", + "mass", + "mass-action_principle", + "mass-energy_equivalence", + "mass_action", + "mass_card", + "mass_culture", + "mass_defect", + "mass_deficiency", + "mass_energy", + "mass_hysteria", + "mass_medium", + "mass_meeting", + "mass_murder", + "mass_murderer", + "mass_noun", + "mass_number", + "mass_production", + "mass_rapid_transit", + "mass_spectrograph", + "mass_spectrometer", + "mass_spectroscopy", + "mass_spectrum", + "mass_unit", + "massachuset", + "massachusetts", + "massachusetts_bay", + "massachusetts_bay_colony", + "massachusetts_fern", + "massachusetts_institute_of_technology", + "massacre", + "massage", + "massage_parlor", + "massager", + "massasauga", + "massasauga_rattler", + "massasoit", + "massawa", + "masse", + "masse_shot", + "massed_fire", + "massenet", + "masses", + "masseter", + "masseur", + "masseuse", + "massicot", + "massicotite", + "massif", + "massif_central", + "massine", + "massiveness", + "massorete", + "mast", + "mast_cell", + "mastaba", + "mastabah", + "mastalgia", + "mastectomy", + "master", + "master's_degree", + "master-at-arms", + "master_bedroom", + "master_class", + "master_copy", + "master_cylinder", + "master_file", + "master_in_business", + "master_in_business_administration", + "master_in_public_affairs", + "master_key", + "master_of_architecture", + "master_of_arts", + "master_of_arts_in_library_science", + "master_of_arts_in_teaching", + "master_of_ceremonies", + "master_of_divinity", + "master_of_education", + "master_of_fine_arts", + "master_of_laws", + "master_of_library_science", + "master_of_literature", + "master_of_science", + "master_of_science_in_engineering", + "master_of_theology", + "master_plan", + "master_race", + "master_sergeant", + "mastering", + "mastermind", + "masterpiece", + "masters", + "mastership", + "masterstroke", + "masterwort", + "mastery", + "masthead", + "mastic", + "mastic_tree", + "mastication", + "masticophis", + "masticophis_bilineatus", + "masticophis_flagellum", + "masticophis_lateralis", + "mastiff", + "mastiff_bat", + "mastigomycota", + "mastigomycotina", + "mastigophora", + "mastigophoran", + "mastigophore", + "mastigoproctus", + "mastigoproctus_giganteus", + "mastitis", + "mastocyte", + "mastodon", + "mastodont", + "mastoid", + "mastoid_bone", + "mastoid_process", + "mastoidal", + "mastoidale", + "mastoidectomy", + "mastoiditis", + "mastopathy", + "mastopexy", + "mastotermes", + "mastotermes_darwiniensis", + "mastotermes_electrodominicus", + "mastotermes_electromexicus", + "mastotermitidae", + "masturbation", + "masturbator", + "mat", + "mata_hari", + "matabele", + "matador", + "matai", + "matakam", + "matamoros", + "match", + "match-up", + "match_game", + "match_plane", + "match_play", + "match_point", + "matchboard", + "matchbook", + "matchbox", + "matchbush", + "matched_game", + "matcher", + "matchet", + "matching_funds", + "matchlock", + "matchmaker", + "matchmaking", + "matchstick", + "matchup", + "matchweed", + "matchwood", + "mate", + "matelote", + "mater", + "mater_turrita", + "materfamilias", + "materia_medica", + "material", + "material_body", + "material_breach", + "material_possession", + "material_resource", + "material_witness", + "materialisation", + "materialism", + "materialist", + "materiality", + "materialization", + "materials_handling", + "materiel", + "maternal-infant_bonding", + "maternal_language", + "maternal_quality", + "maternalism", + "maternity", + "maternity_hospital", + "maternity_ward", + "mates", + "math", + "math_teacher", + "mathematical_function", + "mathematical_group", + "mathematical_logic", + "mathematical_notation", + "mathematical_operation", + "mathematical_process", + "mathematical_product", + "mathematical_proof", + "mathematical_relation", + "mathematical_space", + "mathematical_statement", + "mathematical_statistician", + "mathematical_symbol", + "mathematician", + "mathematics", + "mathematics_department", + "mathematics_teacher", + "mathew_b._brady", + "mathias", + "maths", + "matilija_poppy", + "matinee", + "matinee_idol", + "mating", + "matins", + "matisse", + "matman", + "matoaka", + "matriarch", + "matriarchate", + "matriarchy", + "matric", + "matricaria", + "matricaria_chamomilla", + "matricaria_inodorum", + "matricaria_matricarioides", + "matricaria_oreades", + "matricaria_recutita", + "matricaria_tchihatchewii", + "matricide", + "matriculate", + "matriculation", + "matrikin", + "matrilineage", + "matrilineal_kin", + "matrilineal_sib", + "matrimonial_law", + "matrimony", + "matrimony_vine", + "matrisib", + "matrix", + "matrix_addition", + "matrix_algebra", + "matrix_inversion", + "matrix_multiplication", + "matrix_operation", + "matrix_printer", + "matrix_transposition", + "matron", + "matron_of_honor", + "matronymic", + "matsyendra", + "matt", + "matte", + "matter", + "matter_of_course", + "matter_of_fact", + "matter_of_law", + "matterhorn", + "matteuccia", + "matteuccia_struthiopteris", + "matthew", + "matthew_arnold", + "matthew_calbraith_perry", + "matthew_flinders", + "matthew_walker", + "matthew_walker_knot", + "matthias_schleiden", + "matthiola", + "matthiola_incana", + "matting", + "mattock", + "mattole", + "mattress", + "mattress_cover", + "mattress_pad", + "maturation", + "mature-onset_diabetes", + "maturement", + "matureness", + "maturity", + "maturity-onset_diabetes", + "maturity-onset_diabetes_mellitus", + "maturity_date", + "matzah", + "matzah_ball", + "matzah_meal", + "matzo", + "matzo_ball", + "matzo_meal", + "matzoh", + "matzoh_ball", + "matzoh_meal", + "maud_gonne", + "maugham", + "maui", + "maui_island", + "maul", + "maul_oak", + "mauldin", + "maule's_quince", + "mauler", + "maulers", + "maulstick", + "mauna_kea", + "mauna_loa", + "maund", + "maundy", + "maundy_money", + "maundy_thursday", + "maupassant", + "maureen_catherine_connolly", + "mauriac", + "maurice_barrymore", + "maurice_chevalier", + "maurice_de_vlaminck", + "maurice_hugh_frederick_wilkins", + "maurice_ravel", + "maurice_utrillo", + "maurice_wilkins", + "mauritania", + "mauritanian", + "mauritanian_monetary_unit", + "mauritanie", + "mauritian", + "mauritian_monetary_unit", + "mauritian_rupee", + "mauritius", + "maurois", + "mauser", + "mausoleum", + "mausoleum_at_halicarnasus", + "mauve", + "maven", + "maverick", + "mavik", + "mavin", + "mavis", + "maw", + "mawkishness", + "mawlamyine", + "max", + "max_beerbohm", + "max_born", + "max_bruch", + "max_delbruck", + "max_ernst", + "max_ferdinand_perutz", + "max_karl_ernst_ludwig_planck", + "max_muller", + "max_perutz", + "max_planck", + "max_weber", + "maxfield_frederick_parrish", + "maxfield_parrish", + "maxi", + "maxilla", + "maxillaria", + "maxillary", + "maxillary_artery", + "maxillary_sinus", + "maxillary_vein", + "maxim", + "maxim_gorki", + "maxim_gun", + "maximation", + "maximian", + "maximilian's_sunflower", + "maximilien_paul_emile_littre", + "maximisation", + "maximization", + "maximum", + "maximum_and_minimum_thermometer", + "maxmilien_de_bethune", + "maxmillien_marie_isidore_de_robespierre", + "maxostoma", + "maxwell", + "maxwell's_demon", + "maxwell's_equations", + "maxwell-boltzmann_distribution_law", + "maxwell_anderson", + "maxzide", + "may", + "may_1", + "may_24", + "may_apple", + "may_beetle", + "may_blob", + "may_bug", + "may_day", + "may_fish", + "may_lily", + "may_queen", + "may_wine", + "maya", + "maya_lin", + "mayaca", + "mayacaceae", + "mayakovski", + "mayan", + "mayan_language", + "mayapple", + "mayas", + "mayday", + "mayeng", + "mayenne", + "mayer", + "mayetiola", + "mayetiola_destructor", + "mayfish", + "mayflower", + "mayfly", + "mayhaw", + "mayhem", + "mayidism", + "mayo", + "mayonnaise", + "mayor", + "mayoralty", + "mayoress", + "maypole", + "maypop", + "mays", + "mayweed", + "mazama", + "mazar-i-sharif", + "mazatlan", + "mazdaism", + "maze", + "mazer", + "mazopathy", + "mazurka", + "mazzard", + "mazzard_cherry", + "mazzini", + "mb", + "mba", + "mbabane", + "mbd", + "mbeya", + "mbit", + "mbundu", + "mc", + "mcalester", + "mcallen", + "mcardle's_disease", + "mcburney's_point", + "mccarthy", + "mccarthyism", + "mccartney", + "mccauley", + "mccormick", + "mccullers", + "mcg", + "mcgraw", + "mcguffey", + "mcguffey_eclectic_readers", + "mcguffin", + "mcia", + "mcintosh", + "mckim", + "mckinley", + "mcluhan", + "mcmaster", + "mcpherson", + "md", + "mdi", + "mdiv", + "mdma", + "me", + "mea_culpa", + "mead", + "mead's_milkweed", + "meade", + "meadow", + "meadow-beauty_family", + "meadow_beauty", + "meadow_bright", + "meadow_buttercup", + "meadow_clary", + "meadow_cranesbill", + "meadow_cress", + "meadow_fern", + "meadow_fescue", + "meadow_foxtail", + "meadow_goldenrod", + "meadow_grass", + "meadow_jumping_mouse", + "meadow_leek", + "meadow_lily", + "meadow_mouse", + "meadow_mushroom", + "meadow_pea", + "meadow_pipit", + "meadow_rue", + "meadow_saffron", + "meadow_salsify", + "meadow_saxifrage", + "meadow_spikemoss", + "meadow_spittlebug", + "meadow_vole", + "meadowgrass", + "meadowlark", + "meagerness", + "meagreness", + "meal", + "meal_plan", + "meal_ticket", + "mealberry", + "mealie", + "mealtime", + "mealworm", + "mealy_bug", + "mealy_sage", + "mealybug", + "mean", + "mean_deviation", + "mean_deviation_from_the_mean", + "mean_distance", + "mean_solar_day", + "mean_solar_time", + "mean_sun", + "mean_time", + "mean_value", + "meander", + "meanie", + "meaning", + "meaningfulness", + "meaninglessness", + "meanness", + "means", + "means_grass", + "means_test", + "meantime", + "meanwhile", + "meany", + "mearstone", + "measles", + "measurability", + "measure", + "measurement", + "measurer", + "measuring", + "measuring_block", + "measuring_cup", + "measuring_device", + "measuring_instrument", + "measuring_rod", + "measuring_stick", + "measuring_system", + "measuring_unit", + "measuring_worm", + "meat", + "meat-packing_business", + "meat_and_potatoes", + "meat_cleaver", + "meat_counter", + "meat_grinder", + "meat_hook", + "meat_hooks", + "meat_house", + "meat_loaf", + "meat_market", + "meat_packer", + "meat_packing", + "meat_pie", + "meat_safe", + "meat_thermometer", + "meatball", + "meatloaf", + "meatman", + "meatpacking", + "meatus", + "mebaral", + "mebendazole", + "mebibit", + "mebibyte", + "mecca", + "meccano", + "meccano_set", + "mechanic", + "mechanic's_lien", + "mechanical_advantage", + "mechanical_device", + "mechanical_drawing", + "mechanical_energy", + "mechanical_engineer", + "mechanical_engineering", + "mechanical_man", + "mechanical_mixture", + "mechanical_phenomenon", + "mechanical_piano", + "mechanical_press", + "mechanical_system", + "mechanics", + "mechanisation", + "mechanism", + "mechanist", + "mechanization", + "mechanized_cavalry", + "mecholyl", + "meckel's_diverticulum", + "meclizine", + "meclizine_hydrochloride", + "meclofenamate", + "meclofenamate_sodium", + "meclomen", + "meconium", + "meconopsis", + "meconopsis_betonicifolia", + "meconopsis_cambrica", + "mecoptera", + "mecopteran", + "med", + "medaille_militaire", + "medal", + "medal_of_honor", + "medal_play", + "medal_winner", + "medalist", + "medallion", + "medallist", + "medan", + "medawar", + "meddler", + "meddlesomeness", + "meddling", + "medea", + "medellin", + "medellin_cartel", + "medevac", + "medfly", + "medford", + "medgar_evers", + "medgar_wiley_evers", + "media_consultant", + "media_guru", + "mediacy", + "medial_condyle", + "medial_geniculate", + "medial_geniculate_body", + "medial_rectus", + "medial_rectus_muscle", + "median", + "median_value", + "mediant", + "mediastinum", + "mediateness", + "mediation", + "mediator", + "mediatrix", + "medic", + "medicago", + "medicago_arborea", + "medicago_echinus", + "medicago_falcata", + "medicago_intertexta", + "medicago_lupulina", + "medicago_sativa", + "medicaid", + "medicaid_funds", + "medical", + "medical_aid", + "medical_assistant", + "medical_bill", + "medical_building", + "medical_care", + "medical_center", + "medical_checkup", + "medical_community", + "medical_diagnosis", + "medical_dressing", + "medical_evacuation", + "medical_exam", + "medical_examination", + "medical_examiner", + "medical_expense", + "medical_extern", + "medical_history", + "medical_institution", + "medical_instrument", + "medical_intern", + "medical_literature_analysis_and_retrieval_system", + "medical_man", + "medical_officer", + "medical_practice", + "medical_practitioner", + "medical_procedure", + "medical_profession", + "medical_prognosis", + "medical_record", + "medical_relation", + "medical_report", + "medical_school", + "medical_science", + "medical_scientist", + "medical_social_worker", + "medical_specialist", + "medical_specialty", + "medical_student", + "medicament", + "medicare", + "medicare_check", + "medicare_payment", + "medication", + "medici", + "medicinal_drug", + "medicinal_leech", + "medicine", + "medicine_ball", + "medicine_cabinet", + "medicine_chest", + "medicine_man", + "medick", + "medico", + "mediety", + "medieval_greek", + "medieval_latin", + "medieval_mode", + "medieval_schoolman", + "medina", + "medinilla", + "medinilla_magnifica", + "mediocrity", + "meditation", + "meditativeness", + "mediterranean", + "mediterranean_anaemia", + "mediterranean_anchovy", + "mediterranean_anemia", + "mediterranean_cypress", + "mediterranean_fever", + "mediterranean_flour_moth", + "mediterranean_fruit_fly", + "mediterranean_hackberry", + "mediterranean_sea", + "mediterranean_snapdragon", + "mediterranean_water_shrew", + "medium", + "medium_frequency", + "medium_of_exchange", + "medium_steel", + "medium_wave", + "medivac", + "medlar", + "medlar_tree", + "medlars", + "medley", + "medline", + "medoc", + "medroxyprogesterone", + "medulla", + "medulla_oblongata", + "medulla_spinalis", + "medullary_ray", + "medullary_sheath", + "medullated_nerve_fiber", + "medusa", + "medusa's_head", + "medusan", + "medusoid", + "meed", + "meekness", + "meerestone", + "meerkat", + "meerschaum", + "meet", + "meeter", + "meeting", + "meeting_house", + "meeting_of_minds", + "meeting_place", + "meetinghouse", + "mefenamic_acid", + "mefloquine", + "mefloquine_hydrochloride", + "mefoxin", + "meg", + "megabat", + "megabit", + "megabucks", + "megabyte", + "megacardia", + "megacephaly", + "megachile", + "megachilidae", + "megachiroptera", + "megacolon", + "megacycle", + "megacycle_per_second", + "megadeath", + "megaderma", + "megaderma_lyra", + "megadermatidae", + "megaera", + "megaflop", + "megagametophyte", + "megahertz", + "megahit", + "megakaryocyte", + "megalith", + "megalithic_structure", + "megalobatrachus", + "megalobatrachus_maximus", + "megaloblast", + "megaloblastic_anaemia", + "megaloblastic_anemia", + "megalocardia", + "megalocephaly", + "megalocyte", + "megalohepatia", + "megalomania", + "megalomaniac", + "megalonychidae", + "megalopolis", + "megaloptera", + "megalosaur", + "megalosauridae", + "megalosaurus", + "megaphone", + "megapode", + "megapodiidae", + "megapodius", + "megaptera", + "megaptera_novaeangliae", + "megasporangium", + "megaspore", + "megasporophyll", + "megathere", + "megatherian", + "megatherian_mammal", + "megatheriid", + "megatheriidae", + "megatherium", + "megaton", + "megaton_bomb", + "megavitamin_therapy", + "megawatt", + "megestrol", + "megestrol_acetate", + "megillah", + "megilp", + "megohm", + "megrim", + "megrims", + "mehemet_ali", + "mei", + "meibomian_cyst", + "meibomian_gland", + "meiji_tenno", + "meiosis", + "meir", + "meissner", + "meister_eckhart", + "meitner", + "meitnerium", + "mek", + "mekong", + "mekong_river", + "mel_columcille_gerard_gibson", + "mel_gibson", + "melaena", + "melagra", + "melagueta_pepper", + "melamine", + "melamine_resin", + "melampodium", + "melampodium_leucanthum", + "melampsora", + "melampsora_lini", + "melampsoraceae", + "melancholia", + "melancholiac", + "melancholic", + "melancholy", + "melancholy_thistle", + "melanchthon", + "melanerpes", + "melanerpes_erythrocephalus", + "melanesia", + "melange", + "melanie_klein", + "melanin", + "melanism", + "melanitta", + "melanitta_nigra", + "melanoblast", + "melanocyte", + "melanocyte-stimulating_hormone", + "melanoderma", + "melanogrammus", + "melanogrammus_aeglefinus", + "melanoma", + "melanoplus", + "melanosis", + "melanotis", + "melanotis_caerulescens", + "melanthiaceae", + "melasma", + "melastoma", + "melastoma_malabathricum", + "melastomaceae", + "melastomataceae", + "melatonin", + "melba", + "melba_toast", + "melbourne", + "melchior", + "melchite", + "meld", + "meleagrididae", + "meleagris", + "meleagris_gallopavo", + "melee", + "melena", + "meles", + "meles_meles", + "melia", + "melia_azadirachta", + "melia_azedarach", + "melia_azederach", + "meliaceae", + "melicocca", + "melicocca_bijuga", + "melicocca_bijugatus", + "melicoccus", + "melicytus", + "melilot", + "melilotus", + "melilotus_alba", + "melilotus_officinalis", + "melina_mercouri", + "melinae", + "melioration", + "meliorism", + "meliorist", + "meliphagidae", + "melissa", + "melissa_officinalis", + "melkite", + "mellaril", + "mellivora", + "mellivora_capensis", + "mellon", + "mellowing", + "mellowness", + "melocactus", + "melodic_line", + "melodic_phrase", + "melodic_theme", + "melodiousness", + "melodrama", + "melody", + "melody_pipe", + "melogale", + "meloid", + "meloidae", + "melolontha", + "melolontha_melolontha", + "melolonthid_beetle", + "melolonthidae", + "melon", + "melon_ball", + "melon_tree", + "melon_vine", + "melophagus", + "melophagus_ovinus", + "melopsittacus", + "melopsittacus_undulatus", + "melosa", + "melospiza", + "melospiza_georgiana", + "melospiza_melodia", + "melphalan", + "melpomene", + "melt", + "meltdown", + "melter", + "melting", + "melting_point", + "melting_pot", + "meltwater", + "melursus", + "melursus_ursinus", + "melvil_dewey", + "melville", + "melville_bell", + "melville_louis_kossuth_dewey", + "melville_w._fuller", + "melville_weston_fuller", + "melvin_calvin", + "mem", + "member", + "member_bank", + "member_of_parliament", + "membership", + "membership_card", + "membracidae", + "membrane", + "membrane_bone", + "membranophone", + "membranous_labyrinth", + "meme", + "memel", + "memento", + "memento_mori", + "memo", + "memoir", + "memorabilia", + "memorability", + "memoranda", + "memorandum", + "memorial", + "memorial_day", + "memorial_park", + "memorial_tablet", + "memorialisation", + "memorialization", + "memorisation", + "memoriser", + "memorization", + "memorizer", + "memory", + "memory_access", + "memory_board", + "memory_cache", + "memory_chip", + "memory_device", + "memory_image", + "memory_loss", + "memory_picture", + "memory_trace", + "memphis", + "memsahib", + "men", + "men's", + "men's_furnishings", + "men's_room", + "menace", + "menachem_begin", + "menadione", + "menage", + "menage_a_trois", + "menagerie", + "menai_strait", + "menander", + "menarche", + "mencken", + "mend", + "mendacity", + "mendel", + "mendel's_law", + "mendeleev", + "mendeleev's_law", + "mendelevium", + "mendeleyev", + "mendelian", + "mendelianism", + "mendelism", + "mendelsohn", + "mendelssohn", + "mendenhall_glacier", + "mender", + "mendicancy", + "mendicant", + "mendicity", + "mending", + "menelaus", + "menhaden", + "menhaden_oil", + "menhir", + "menial", + "meniere", + "meniere's_disease", + "meningeal_artery", + "meningeal_veins", + "meninges", + "meningioma", + "meningism", + "meningitis", + "meningocele", + "meningoencephalitis", + "meninx", + "menippe", + "menippe_mercenaria", + "meniscectomy", + "meniscium", + "meniscus", + "menispermaceae", + "menispermum", + "menispermum_canadense", + "menninger", + "mennonite", + "mennonite_church", + "mennonitism", + "meno_mosso", + "menominee", + "menominee_whitefish", + "menomini", + "menopause", + "menopon", + "menopon_gallinae", + "menopon_palladum", + "menorah", + "menorrhagia", + "menorrhea", + "menotti", + "menotyphla", + "mens_rea", + "mens_store", + "mensa", + "mensal_line", + "mensch", + "menses", + "mensh", + "menshevik", + "menstrual_blood", + "menstrual_cycle", + "menstrual_flow", + "menstrual_phase", + "menstruation", + "menstruum", + "mensuration", + "mental_ability", + "mental_abnormality", + "mental_age", + "mental_anguish", + "mental_attitude", + "mental_balance", + "mental_block", + "mental_capacity", + "mental_case", + "mental_condition", + "mental_confusion", + "mental_defectiveness", + "mental_deficiency", + "mental_dexterity", + "mental_disease", + "mental_disorder", + "mental_disturbance", + "mental_energy", + "mental_exhaustion", + "mental_faculty", + "mental_health", + "mental_home", + "mental_hospital", + "mental_hygiene", + "mental_illness", + "mental_image", + "mental_imagery", + "mental_institution", + "mental_lexicon", + "mental_measurement", + "mental_note", + "mental_object", + "mental_picture", + "mental_process", + "mental_quickness", + "mental_rejection", + "mental_representation", + "mental_reservation", + "mental_retardation", + "mental_soundness", + "mental_state", + "mental_strain", + "mental_synthesis", + "mental_telepathist", + "mental_test", + "mental_testing", + "mental_unsoundness", + "mentalism", + "mentality", + "mentally_retarded", + "mentation", + "mentha", + "mentha_aquatica", + "mentha_arvensis", + "mentha_citrata", + "mentha_longifolia", + "mentha_piperita", + "mentha_pulegium", + "mentha_rotundifolia", + "mentha_spicata", + "mentha_suaveolens", + "menthol", + "mentholated_salve", + "menticirrhus", + "menticirrhus_americanus", + "menticirrhus_littoralis", + "menticirrhus_saxatilis", + "menticirrhus_undulatus", + "mention", + "mentioner", + "mentor", + "mentum", + "mentzelia", + "mentzelia_laevicaulis", + "mentzelia_lindleyi", + "mentzelia_livicaulis", + "menu", + "menuhin", + "menura", + "menurae", + "menuridae", + "menyanthaceae", + "menyanthes", + "menyanthes_trifoliata", + "menziesia", + "menziesia_ferruginea", + "menziesia_pilosa", + "meow", + "mepacrine", + "meperidine", + "meperidine_hydrochloride", + "mephaquine", + "mephenytoin", + "mephistopheles", + "mephitinae", + "mephitis", + "mephitis_macroura", + "mephitis_mephitis", + "mephobarbital", + "meprin", + "meprobamate", + "meq", + "meralgia", + "merbromine", + "mercalli_scale", + "mercantile_agency", + "mercantile_establishment", + "mercantile_law", + "mercantile_system", + "mercantilism", + "mercaptopurine", + "mercator", + "mercator's_projection", + "mercator_projection", + "merce_cunningham", + "mercedario", + "mercenaria", + "mercenaria_mercenaria", + "mercenary", + "mercer", + "merchandise", + "merchandiser", + "merchandising", + "merchant", + "merchant-venturer", + "merchant_bank", + "merchant_marine", + "merchant_ship", + "merchant_vessels", + "merchantability", + "merchantman", + "mercifulness", + "mercilessness", + "merckx", + "mercouri", + "mercurial_ointment", + "mercurialis", + "mercurialis_annua", + "mercurialis_perennis", + "mercuric_chloride", + "mercurochrome", + "mercurous_chloride", + "mercury", + "mercury-in-glass_clinical_thermometer", + "mercury-in-glass_thermometer", + "mercury-vapor_lamp", + "mercury_barometer", + "mercury_cell", + "mercury_chloride", + "mercury_fulminate", + "mercury_poisoning", + "mercury_program", + "mercury_thermometer", + "mercy", + "mercy_killing", + "mercy_seat", + "mere", + "meredith", + "merestone", + "meretriciousness", + "merganser", + "mergenthaler", + "merger", + "merger_agreement", + "merginae", + "merging", + "mergus", + "mergus_albellus", + "mergus_merganser", + "mergus_merganser_americanus", + "mergus_serrator", + "mericarp", + "merida", + "meridian", + "meringue", + "meringue_kiss", + "merino", + "merino_sheep", + "meriones", + "meriones_longifrons", + "meriones_unguiculatus", + "meristem", + "merit", + "merit_badge", + "merit_pay", + "merit_system", + "meritocracy", + "meritoriousness", + "meriwether_lewis", + "merl", + "merlangus", + "merlangus_merlangus", + "merle", + "merlin", + "merlon", + "merlot", + "merluccius", + "merluccius_bilinearis", + "mermaid", + "merman", + "merodach", + "meromelia", + "meronym", + "meronymy", + "meropidae", + "merops", + "merostomata", + "merovingian", + "merovingian_dynasty", + "merozoite", + "merrimac", + "merrimack", + "merrimack_river", + "merriment", + "merriness", + "merry-go-round", + "merry_andrew", + "merry_bells", + "merrymaker", + "merrymaking", + "mertensia", + "mertensia_virginica", + "merthiolate", + "merton", + "meryl_streep", + "meryta", + "meryta_sinclairii", + "mesa", + "mesa_verde_national_park", + "mesabi_range", + "mesalliance", + "mesantoin", + "mesasamkranti", + "mescal", + "mescal_bean", + "mescal_button", + "mescaline", + "mesembryanthemum", + "mesembryanthemum_crystallinum", + "mesembryanthemum_edule", + "mesencephalon", + "mesenchyme", + "mesenteric_artery", + "mesenteric_plexus", + "mesenteric_vein", + "mesentery", + "mesh", + "mesh_topology", + "meshed", + "meshing", + "meshugaas", + "meshuggeneh", + "meshuggener", + "meshwork", + "mesmer", + "mesmerism", + "mesmerist", + "mesmerizer", + "mesne_lord", + "mesoamerica", + "mesoamerican", + "mesoblast", + "mesocarp", + "mesocolon", + "mesocricetus", + "mesocricetus_auratus", + "mesoderm", + "mesohippus", + "mesolithic", + "mesolithic_age", + "mesomorph", + "mesomorphy", + "meson", + "mesophyron", + "mesophyte", + "mesophytic_plant", + "mesopotamia", + "mesosphere", + "mesothelioma", + "mesothelium", + "mesotron", + "mesozoic", + "mesozoic_era", + "mespilus", + "mespilus_germanica", + "mesquit", + "mesquite", + "mesquite_gum", + "mess", + "mess-up", + "mess_hall", + "mess_jacket", + "mess_kit", + "mess_of_pottage", + "message", + "message_pad", + "messaging", + "messenger", + "messenger_boy", + "messenger_rna", + "messiah", + "messiahship", + "messidor", + "messina", + "messiness", + "messmate", + "messuage", + "mestiza", + "mestizo", + "mestranol", + "mesua", + "mesua_ferrea", + "metabola", + "metabolic_acidosis", + "metabolic_alkalosis", + "metabolic_disorder", + "metabolic_process", + "metabolic_rate", + "metabolism", + "metabolite", + "metacarpal", + "metacarpal_artery", + "metacarpal_bone", + "metacarpal_vein", + "metacarpophalangeal_joint", + "metacarpus", + "metacenter", + "metacentre", + "metacentric_chromosome", + "metacyesis", + "metadata", + "metagenesis", + "metaknowledge", + "metal", + "metal_bar", + "metal_detector", + "metal_drum", + "metal_filing", + "metal_glove", + "metal_money", + "metal_plating", + "metal_saw", + "metal_screw", + "metal_wood", + "metalanguage", + "metalepsis", + "metalhead", + "metallic", + "metallic_bond", + "metallic_element", + "metallized_dye", + "metallurgical_engineer", + "metallurgist", + "metallurgy", + "metalware", + "metalwork", + "metalworker", + "metalworking", + "metalworking_vise", + "metalworks", + "metamathematics", + "metamere", + "metamorphic_rock", + "metamorphism", + "metamorphopsia", + "metamorphosis", + "metaphase", + "metaphor", + "metaphosphoric_acid", + "metaphysics", + "metaphysis", + "metaplastic_anaemia", + "metaplastic_anemia", + "metaproterenol", + "metarule", + "metasequoia", + "metasequoia_glyptostrodoides", + "metastability", + "metastasis", + "metastatic_tumor", + "metatarsal", + "metatarsal_arch", + "metatarsal_artery", + "metatarsal_vein", + "metatarsus", + "metatheria", + "metatherian", + "metathesis", + "metaurus_river", + "metazoa", + "metazoan", + "metchnikoff", + "metchnikov", + "mete", + "metempsychosis", + "metencephalon", + "meteor", + "meteor_shower", + "meteor_stream", + "meteor_swarm", + "meteorite", + "meteoroid", + "meteorological_balloon", + "meteorological_conditions", + "meteorological_observation_post", + "meteorological_satellite", + "meteorologist", + "meteorology", + "meteortropism", + "meter", + "meter_maid", + "meter_reading", + "meterstick", + "metformin", + "meth", + "methacholine", + "methacrylic_acid", + "methadon", + "methadone", + "methadone_hydrochloride", + "methamphetamine", + "methamphetamine_hydrochloride", + "methanal", + "methane", + "methane_series", + "methanogen", + "methanol", + "methapyrilene", + "methaqualone", + "metharbital", + "methedrine", + "metheglin", + "methenamine", + "methicillin", + "methionine", + "methocarbamol", + "method", + "method_acting", + "method_of_accounting", + "method_of_choice", + "method_of_fluxions", + "method_of_least_squares", + "methodicalness", + "methodism", + "methodist", + "methodist_church", + "methodist_denomination", + "methodists", + "methodological_analysis", + "methodology", + "methotrexate", + "methotrexate_sodium", + "methuselah", + "methyl", + "methyl_alcohol", + "methyl_bromide", + "methyl_ethyl_ketone", + "methyl_group", + "methyl_orange", + "methyl_phenol", + "methyl_radical", + "methyl_salicylate", + "methylated_spirit", + "methylbenzene", + "methyldopa", + "methylene", + "methylene_blue", + "methylene_chloride", + "methylene_group", + "methylene_radical", + "methylenedioxymethamphetamine", + "methylphenidate", + "methyltestosterone", + "methylthionine_chloride", + "metic", + "metical", + "meticorten", + "meticulosity", + "meticulousness", + "metier", + "metis", + "metonym", + "metonymy", + "metopion", + "metoprolol", + "metralgia", + "metrazol", + "metrazol_shock", + "metrazol_shock_therapy", + "metrazol_shock_treatment", + "metre", + "metrestick", + "metric", + "metric_capacity_unit", + "metric_function", + "metric_grain", + "metric_hundredweight", + "metric_linear_unit", + "metric_space", + "metric_system", + "metric_ton", + "metric_unit", + "metric_weight_unit", + "metrical_foot", + "metrical_unit", + "metrication", + "metrics", + "metrification", + "metritis", + "metro", + "metrology", + "metronidazole", + "metronome", + "metronome_marking", + "metronymic", + "metropolis", + "metropolitan", + "metroptosis", + "metrorrhagia", + "metroxylon", + "metroxylon_sagu", + "metternich", + "mettle", + "mettlesomeness", + "metycaine", + "meuniere_butter", + "meuse", + "meuse-argonne", + "meuse-argonne_operation", + "meuse_river", + "mevacor", + "mew", + "mew_gull", + "mews", + "mexicali", + "mexican", + "mexican-american", + "mexican_beaded_lizard", + "mexican_bean_beetle", + "mexican_black_cherry", + "mexican_capital", + "mexican_cypress", + "mexican_fire_plant", + "mexican_flameleaf", + "mexican_freetail_bat", + "mexican_green", + "mexican_hairless", + "mexican_hat", + "mexican_husk_tomato", + "mexican_hyssop", + "mexican_jumping_bean", + "mexican_juniper", + "mexican_mint", + "mexican_monetary_unit", + "mexican_nut_pine", + "mexican_onyx", + "mexican_peso", + "mexican_pocket_mouse", + "mexican_poppy", + "mexican_revolution", + "mexican_spanish", + "mexican_standoff", + "mexican_sunflower", + "mexican_swamp_cypress", + "mexican_tea", + "mexican_tulip_poppy", + "mexican_valium", + "mexican_war", + "mexicano", + "mexico", + "mexico_city", + "mexiletine", + "mexitil", + "meyer_guggenheim", + "meyerbeer", + "meyerhof", + "mezcal", + "mezereon", + "mezereum", + "mezuza", + "mezuzah", + "mezzanine", + "mezzanine_floor", + "mezzo", + "mezzo-relievo", + "mezzo-rilievo", + "mezzo-soprano", + "mezzotint", + "mf", + "mfa", + "mflop", + "mg", + "mho", + "mhz", + "mi", + "miami", + "miami_beach", + "miao", + "miaou", + "miaow", + "miasm", + "miasma", + "miaul", + "mib", + "mibit", + "mica", + "micah", + "micawber", + "micelle", + "michael", + "michael_assat", + "michael_ellis_de_bakey", + "michael_faraday", + "michael_gerald_tyson", + "michael_jackson", + "michael_joe_jackson", + "michael_ondaatje", + "michael_philip_jagger", + "michaelmas", + "michaelmas_daisy", + "michaelmas_day", + "michaelmastide", + "micheas", + "michel_de_notredame", + "michel_eyquem_montaigne", + "michel_montaigne", + "michel_ney", + "michelangelo", + "michelangelo_buonarroti", + "michelangelo_merisi_da_caravaggio", + "michelson", + "michelson-morley_experiment", + "michener", + "michigan", + "michigan_lily", + "michigander", + "michinomiya_hirohito", + "mick", + "mick_jagger", + "mickey", + "mickey_charles_mantle", + "mickey_finn", + "mickey_mantle", + "mickey_mouse", + "mickey_spillane", + "mickle", + "micmac", + "miconazole", + "micro-organism", + "micro_chip", + "microbalance", + "microbar", + "microbat", + "microbe", + "microbiologist", + "microbiology", + "microbrachia", + "microbrewery", + "microcentrum", + "microcephalus", + "microcephaly", + "microchip", + "microchiroptera", + "microcircuit", + "micrococcaceae", + "micrococcus", + "microcode", + "microcomputer", + "microcosm", + "microcosmic_salt", + "microcyte", + "microcytic_anaemia", + "microcytic_anemia", + "microcytosis", + "microdesmidae", + "microdipodops", + "microdot", + "microeconomic_expert", + "microeconomics", + "microeconomist", + "microelectronics", + "microevolution", + "microfarad", + "microfiche", + "microfilm", + "microflora", + "microfossil", + "microgametophyte", + "microgauss", + "microglia", + "microgliacyte", + "microgram", + "microgramma", + "microgramma-piloselloides", + "microhylidae", + "micromeria", + "micromeria_chamissonis", + "micromeria_douglasii", + "micromeria_juliana", + "micrometeor", + "micrometeorite", + "micrometeoroid", + "micrometer", + "micrometer_caliper", + "micrometer_gauge", + "micrometry", + "micromicron", + "micromillimeter", + "micromillimetre", + "micromyx", + "micromyx_minutus", + "micron", + "micronase", + "micronesia", + "micronor", + "micronutrient", + "microorganism", + "micropaleontology", + "micropenis", + "microphage", + "microphallus", + "microphone", + "microphone_boom", + "microphoning", + "microphotometer", + "micropogonias", + "micropogonias_undulatus", + "microprocessor", + "microprocessor_chip", + "micropterus", + "micropterus_dolomieu", + "micropterus_pseudoplites", + "micropterus_salmoides", + "micropyle", + "microradian", + "microscope", + "microscope_slide", + "microscope_stage", + "microscopic_anatomy", + "microscopic_field", + "microscopist", + "microscopium", + "microscopy", + "microsecond", + "microseism", + "microsoft_disk_operating_system", + "microsome", + "microsorium", + "microsorium_punctatum", + "microsporangium", + "microspore", + "microsporidian", + "microsporophyll", + "microsporum", + "microstomus", + "microstomus_kitt", + "microstrobos", + "microstrobos_niphophilus", + "microsurgery", + "microtaggant", + "microtome", + "microtubule", + "microtus", + "microtus_ochrogaster", + "microtus_pennsylvaticus", + "microtus_richardsoni", + "microvolt", + "microwave", + "microwave_bomb", + "microwave_diathermy_machine", + "microwave_linear_accelerator", + "microwave_oven", + "microwave_radar", + "microwave_spectroscopy", + "microwave_spectrum", + "microzide", + "micruroides", + "micruroides_euryxanthus", + "micrurus", + "micrurus_fulvius", + "micturition", + "micturition_reflex", + "mid-april", + "mid-atlantic_ridge", + "mid-atlantic_states", + "mid-august", + "mid-calf", + "mid-december", + "mid-eighties", + "mid-february", + "mid-fifties", + "mid-forties", + "mid-january", + "mid-july", + "mid-june", + "mid-march", + "mid-may", + "mid-nineties", + "mid-november", + "mid-october", + "mid-off", + "mid-on", + "mid-september", + "mid-seventies", + "mid-sixties", + "mid-thirties", + "mid-twenties", + "mid-water", + "midafternoon", + "midair", + "midas", + "midas_touch", + "midazolam", + "midbrain", + "midday", + "midden", + "middle", + "middle-aged_man", + "middle-ear_deafness", + "middle_age", + "middle_ages", + "middle_buster", + "middle_c", + "middle_cerebral_artery", + "middle_cerebral_vein", + "middle_class", + "middle_distance", + "middle_ear", + "middle_east", + "middle_english", + "middle_finger", + "middle_greek", + "middle_high_german", + "middle_irish", + "middle_low_german", + "middle_meningeal_artery", + "middle_name", + "middle_of_the_roader", + "middle_paleolithic", + "middle_school", + "middle_temporal_vein", + "middle_term", + "middle_thyroid_vein", + "middle_watch", + "middle_west", + "middlebreaker", + "middlebrow", + "middleman", + "middleton", + "middleweight", + "middling", + "middy", + "middy_blouse", + "mideast", + "midfield", + "midgard", + "midge", + "midget", + "midgrass", + "midi", + "midi-pyrenees", + "midinette", + "midiron", + "midland", + "midline", + "midnight", + "midnight_sun", + "midplane", + "midpoint", + "midrash", + "midrib", + "midriff", + "midsection", + "midshipman", + "midst", + "midstream", + "midsummer", + "midsummer's_day", + "midsummer-men", + "midsummer_day", + "midsummer_eve", + "midsummer_night", + "midterm", + "midterm_exam", + "midterm_examination", + "midvein", + "midwatch", + "midway", + "midway_islands", + "midweek", + "midwest", + "midwestern_united_states", + "midwife", + "midwife_toad", + "midwifery", + "midwinter", + "mien", + "mierkat", + "mies_van_der_rohe", + "mifepristone", + "miff", + "might", + "might-have-been", + "mightiness", + "mighty_mouse", + "mignonette", + "mignonette_family", + "migraine", + "migrant", + "migrant_shrike", + "migration", + "migration_route", + "migrator", + "migratory_grasshopper", + "migratory_locust", + "migratory_quail", + "miguel_de_cervantes", + "miguel_de_cervantes_saavedra", + "miguel_jose_serra", + "mihrab", + "mikado", + "mikania", + "mikania_scandens", + "mike", + "mike_tyson", + "mikhail_aleksandrovich_bakunin", + "mikhail_bakunin", + "mikhail_baryshnikov", + "mikhail_glinka", + "mikhail_gorbachev", + "mikhail_ilarionovich_kutuzov", + "mikhail_ivanovich_glinka", + "mikhail_ivanovich_kalinin", + "mikhail_kalinin", + "mikhail_sergeyevich_gorbachev", + "mikhail_yurievich_lermontov", + "mikir-meithei", + "mikmaq", + "mikolaj_kopernik", + "mikvah", + "mil", + "milady", + "milage", + "milan", + "milanese", + "milano", + "milch_cow", + "milcher", + "mild_silver_protein", + "mild_steel", + "mildew", + "mildness", + "mildred_ella_didrikson", + "mildred_ella_didrikson_zaharias", + "mile", + "mile-high_city", + "mileage", + "mileometer", + "milepost", + "miler", + "miles_davis", + "miles_dewey_davis_jr.", + "miles_gloriosus", + "miles_per_gallon", + "miles_per_hour", + "miles_standish", + "milestone", + "milfoil", + "milhaud", + "miliaria", + "miliary_fever", + "miliary_tuberculosis", + "milieu", + "militainment", + "militance", + "militancy", + "militant", + "militant_tendency", + "militarisation", + "militarism", + "militarist", + "militarization", + "military", + "military-industrial_complex", + "military_academy", + "military_action", + "military_adviser", + "military_advisor", + "military_attache", + "military_band", + "military_blockade", + "military_campaign", + "military_capability", + "military_censorship", + "military_ceremony", + "military_chaplain", + "military_commission", + "military_control", + "military_court", + "military_drill", + "military_engineer", + "military_expedition", + "military_force", + "military_formation", + "military_government", + "military_governor", + "military_greeting", + "military_group", + "military_headquarters", + "military_hospital", + "military_installation", + "military_intelligence", + "military_intelligence_agency", + "military_intelligence_section_5", + "military_intelligence_section_6", + "military_issue", + "military_junta", + "military_law", + "military_leader", + "military_machine", + "military_man", + "military_march", + "military_mission", + "military_music", + "military_officer", + "military_operation", + "military_pace", + "military_personnel", + "military_plane", + "military_police", + "military_policeman", + "military_position", + "military_post", + "military_posture", + "military_press", + "military_quarters", + "military_rank", + "military_rating", + "military_recruit", + "military_reserve", + "military_science", + "military_service", + "military_strength", + "military_training", + "military_uniform", + "military_unit", + "military_vehicle", + "military_volunteer", + "militia", + "militiaman", + "milium", + "milk", + "milk-vetch", + "milk_adder", + "milk_bar", + "milk_can", + "milk_chocolate", + "milk_cow", + "milk_float", + "milk_glass", + "milk_intolerance", + "milk_leg", + "milk_of_magnesia", + "milk_powder", + "milk_pox", + "milk_punch", + "milk_river", + "milk_shake", + "milk_sickness", + "milk_snake", + "milk_sugar", + "milk_thistle", + "milk_tooth", + "milk_vetch", + "milk_wagon", + "milk_whey", + "milkcap", + "milker", + "milking_machine", + "milking_shorthorn", + "milking_stool", + "milkmaid", + "milkman", + "milkshake", + "milksop", + "milkwagon", + "milkweed", + "milkweed_butterfly", + "milkweed_family", + "milkwort", + "milkwort_family", + "milky_way", + "milky_way_galaxy", + "milky_way_system", + "mill", + "mill-girl", + "mill-hand", + "mill_agent", + "mill_wheel", + "millais", + "millard_fillmore", + "millay", + "millboard", + "milldam", + "millenarian", + "millenarianism", + "millenarism", + "millenarist", + "millenary", + "millennium", + "millenniumism", + "millepede", + "miller", + "miller's-thumb", + "millerite", + "millet", + "millettia", + "milliammeter", + "milliampere", + "milliard", + "millibar", + "millicurie", + "millidegree", + "milliequivalent", + "millifarad", + "milligram", + "millihenry", + "millikan", + "milliliter", + "millilitre", + "millime", + "millimeter", + "millimeter_of_mercury", + "millimetre", + "millimicron", + "milline", + "milliner", + "millinery", + "milling", + "milling_machine", + "milling_machinery", + "million", + "million_floating_point_operations_per_second", + "million_instructions_per_second", + "millionaire", + "millionairess", + "millionth", + "milliped", + "millipede", + "milliradian", + "millisecond", + "millivolt", + "millivoltmeter", + "milliwatt", + "millpond", + "millrace", + "millrun", + "mills", + "millstone", + "millwheel", + "millwork", + "millwright", + "milne", + "milo", + "milo_maize", + "milometer", + "milontin", + "milord", + "milquetoast", + "milt", + "miltiades", + "miltomate", + "milton", + "milton_friedman", + "milton_snavely_hershey", + "miltonia", + "miltown", + "milvus", + "milvus_migrans", + "milwaukee", + "mimamsa", + "mime", + "mimeo", + "mimeograph", + "mimeograph_machine", + "mimer", + "mimesis", + "mimic", + "mimicker", + "mimicry", + "mimidae", + "mimir", + "mimosa", + "mimosa_bush", + "mimosa_pudica", + "mimosa_sensitiva", + "mimosaceae", + "mimosoideae", + "mimus", + "mimus_polyglotktos", + "min", + "min_dialect", + "mina", + "minah", + "minamata_bay", + "minamata_disease", + "minaret", + "minato_ohashi_bridge", + "mince", + "mince_pie", + "mincemeat", + "mincer", + "mincing_machine", + "mind", + "mind's_eye", + "mind-altering_drug", + "mind-set", + "mind_game", + "mind_reader", + "mindanao", + "minden", + "minder", + "mindfulness", + "mindlessness", + "mindoro", + "mindset", + "mine", + "mine_detector", + "mine_disposal", + "mine_field", + "mine_pig", + "minefield", + "minelayer", + "minelaying", + "miner", + "miner's_cat", + "miner's_lettuce", + "mineral", + "mineral_deficiency", + "mineral_dressing", + "mineral_extraction", + "mineral_jelly", + "mineral_kingdom", + "mineral_oil", + "mineral_pitch", + "mineral_processing", + "mineral_resources", + "mineral_tar", + "mineral_vein", + "mineral_water", + "mineral_wax", + "mineral_wool", + "mineralocorticoid", + "mineralogist", + "mineralogy", + "minerva", + "mineshaft", + "minestrone", + "minesweeper", + "minesweeping", + "mineworker", + "ming", + "ming_dynasty", + "ming_tree", + "minge", + "minginess", + "mingle-mangle", + "mingling", + "mini", + "miniature", + "miniature_fan_palm", + "miniature_golf", + "miniature_pinscher", + "miniature_poodle", + "miniature_schnauzer", + "miniaturisation", + "miniaturist", + "miniaturization", + "minibar", + "minibike", + "minibus", + "minicab", + "minicar", + "minicomputer", + "miniconju", + "minim", + "minimal_art", + "minimal_brain_damage", + "minimal_brain_dysfunction", + "minimalism", + "minimalist", + "minimally_invasive_coronary_bypass_surgery", + "minimisation", + "minimization", + "minimum", + "minimum_wage", + "minimus", + "mining", + "mining_bee", + "mining_company", + "mining_engineer", + "mining_geology", + "minion", + "minipress", + "miniskirt", + "minister", + "minister_of_finance", + "minister_of_religion", + "minister_plenipotentiary", + "ministrant", + "ministration", + "ministry", + "ministry_of_transportation_test", + "minisub", + "minisubmarine", + "minium", + "minivan", + "miniver", + "mink", + "mink_coat", + "minke_whale", + "minkowski", + "minneapolis", + "minnesota", + "minnesota_multiphasic_personality_inventory", + "minnesotan", + "minnewit", + "minnie_bush", + "minnie_mouse", + "minniebush", + "minnow", + "minoan", + "minoan_civilisation", + "minoan_civilization", + "minoan_culture", + "minocin", + "minocycline", + "minor", + "minor-league_club", + "minor-league_team", + "minor_axis", + "minor_diatonic_scale", + "minor_expense", + "minor_fast_day", + "minor_key", + "minor_league", + "minor_leaguer", + "minor_mode", + "minor_planet", + "minor_premise", + "minor_premiss", + "minor_role", + "minor_scale", + "minor_suit", + "minor_surgery", + "minor_term", + "minor_tranquilizer", + "minor_tranquilliser", + "minor_tranquillizer", + "minority", + "minority_leader", + "minors", + "minos", + "minotaur", + "minoxidil", + "minsk", + "minster", + "minstrel", + "minstrel_show", + "minstrelsy", + "mint", + "mint_candy", + "mint_family", + "mint_geranium", + "mint_julep", + "mint_sauce", + "mintage", + "minter", + "mintmark", + "minuartia", + "minuend", + "minuet", + "minuit", + "minus", + "minus_sign", + "minuscule", + "minute", + "minute_book", + "minute_gun", + "minute_hand", + "minute_of_arc", + "minute_steak", + "minuteman", + "minuteness", + "minutes", + "minutia", + "minx", + "minyan", + "miocene", + "miocene_epoch", + "miosis", + "miotic", + "miotic_drug", + "miotic_eyedrop", + "mips", + "mirabeau", + "mirabilis", + "mirabilis_californica", + "mirabilis_jalapa", + "mirabilis_laevis", + "mirabilis_longiflora", + "mirabilis_multiflora", + "mirabilis_oblongifolia", + "mirabilis_uniflora", + "miracle", + "miracle-worship", + "miracle_man", + "miracle_play", + "miracle_worker", + "miraculous_food", + "mirage", + "miranda_rule", + "mirasol", + "mire", + "miri", + "mirid", + "mirid_bug", + "miridae", + "mirish", + "miro", + "mirounga", + "mirror", + "mirror-image_relation", + "mirror_carp", + "mirror_image", + "mirror_symmetry", + "mirth", + "mirthfulness", + "misadventure", + "misalignment", + "misalliance", + "misanthrope", + "misanthropist", + "misanthropy", + "misapplication", + "misapprehension", + "misappropriation", + "misbehavior", + "misbehaviour", + "misbeliever", + "miscalculation", + "miscarriage", + "miscegenation", + "miscellanea", + "miscellany", + "misch_metal", + "mischance", + "mischief", + "mischief-maker", + "mischief-making", + "mischievousness", + "misconception", + "misconduct", + "misconstrual", + "misconstruction", + "miscount", + "miscreant", + "miscreation", + "miscue", + "misdating", + "misdeal", + "misdeed", + "misdemeanor", + "misdemeanour", + "misdirection", + "mise_en_scene", + "miser", + "miserableness", + "miserliness", + "misery", + "misestimation", + "misfeasance", + "misfire", + "misfit", + "misfortune", + "misgiving", + "misgovernment", + "mishap", + "mishegaas", + "mishegoss", + "mishmash", + "mishna", + "mishnah", + "mishpachah", + "mishpocha", + "misinformation", + "misinterpretation", + "misleader", + "mismanagement", + "mismatch", + "misnomer", + "miso", + "misocainea", + "misogamist", + "misogamy", + "misogynism", + "misogynist", + "misogyny", + "misology", + "misoneism", + "misopedia", + "mispickel", + "misplaced_modifier", + "misplacement", + "misplay", + "misprint", + "mispronunciation", + "misquotation", + "misquote", + "misreading", + "misreckoning", + "misrepresentation", + "misrule", + "miss", + "missal", + "missel_thrush", + "misshapenness", + "missile", + "missile_defence_system", + "missile_defense_system", + "missing_link", + "mission", + "mission_bells", + "mission_impossible", + "missionary", + "missionary_position", + "missionary_post", + "missionary_station", + "missionary_work", + "missioner", + "missippian_period", + "missis", + "mississippi", + "mississippi_river", + "mississippian", + "missive", + "missoula", + "missouri", + "missouri_compromise", + "missouri_goldenrod", + "missouri_gourd", + "missouri_primrose", + "missouri_river", + "missourian", + "misspelling", + "misstatement", + "misstep", + "missus", + "missy", + "mist", + "mist-flower", + "mistake", + "mistaking", + "mister", + "mistflower", + "mistiming", + "mistiness", + "mistle_thrush", + "mistletoe", + "mistletoe_cactus", + "mistletoe_family", + "mistletoe_fig", + "mistletoe_rubber_plant", + "mistletoe_thrush", + "mistral", + "mistranslation", + "mistreatment", + "mistress", + "mistrial", + "mistrust", + "misunderstanding", + "misuse", + "mit", + "mitchell", + "mitchella", + "mitchella_repens", + "mitchum", + "mite", + "mite_box", + "mitella", + "mitella_diphylla", + "mitella_pentandra", + "miter", + "miter_box", + "miter_joint", + "miter_mushroom", + "miterwort", + "mitford", + "mithan", + "mithra", + "mithracin", + "mithraicism", + "mithraism", + "mithraist", + "mithramycin", + "mithras", + "mithridate_mustard", + "mithridates", + "mithridates_the_great", + "mithridates_vi", + "mitigating_circumstance", + "mitigation", + "mitochondrion", + "mitogen", + "mitomycin", + "mitosis", + "mitra", + "mitral_stenosis", + "mitral_valve", + "mitral_valve_prolapse", + "mitral_valve_stenosis", + "mitre", + "mitre_box", + "mitre_joint", + "mitrewort", + "mitrula_elegans", + "mitsvah", + "mitt", + "mittelschmerz", + "mitten", + "mitterrand", + "mitzvah", + "miwok", + "mix", + "mix-up", + "mixed-blood", + "mixed_bag", + "mixed_bud", + "mixed_drink", + "mixed_economy", + "mixed_farming", + "mixed_marriage", + "mixed_metaphor", + "mixed_nuisance", + "mixer", + "mixing", + "mixing_bowl", + "mixing_faucet", + "mixologist", + "mixology", + "mixture", + "mizen", + "mizenmast", + "mizzen", + "mizzen_course", + "mizzenmast", + "mizzle", + "mko", + "ml", + "mlitt", + "mls", + "mm", + "mm_hg", + "mmpi", + "mn", + "mnemonic", + "mnemonics", + "mnemonist", + "mnemosyne", + "mniaceae", + "mnium", + "mo", + "moa", + "moan", + "moaner", + "moat", + "mob", + "moban", + "mobcap", + "mobile", + "mobile_bay", + "mobile_canteen", + "mobile_home", + "mobile_phone", + "mobile_river", + "mobilisation", + "mobility", + "mobilization", + "mobius", + "mobius_strip", + "mobocracy", + "mobster", + "mobula", + "mobula_hypostoma", + "mobulidae", + "mobuto_lake", + "mocambique", + "mocassin", + "moccasin", + "moccasin_flower", + "mocha", + "mocha_coffee", + "mock", + "mock-heroic", + "mock-up", + "mock_azalia", + "mock_orange", + "mock_privet", + "mock_sun", + "mock_turtle_soup", + "mocker", + "mockernut", + "mockernut_hickory", + "mockery", + "mocking_thrush", + "mockingbird", + "mod", + "mod_con", + "modal", + "modal_auxiliary", + "modal_auxiliary_verb", + "modal_logic", + "modal_value", + "modal_verb", + "modality", + "mode", + "model", + "model_t", + "modeler", + "modeling", + "modeller", + "modelling", + "modem", + "moderate", + "moderate_breeze", + "moderate_gale", + "moderateness", + "moderation", + "moderationism", + "moderationist", + "moderatism", + "moderator", + "moderatorship", + "modern", + "modern_ballet", + "modern_dance", + "modern_english", + "modern_era", + "modern_font", + "modern_greek", + "modern_hebrew", + "modern_jazz", + "modern_man", + "modern_times", + "modern_world", + "modernisation", + "modernism", + "modernist", + "modernity", + "modernization", + "modernness", + "modest_moussorgsky", + "modest_mussorgsky", + "modest_petrovich_moussorgsky", + "modest_petrovich_mussorgsky", + "modestness", + "modesty", + "modicon", + "modicum", + "modification", + "modified_american_plan", + "modified_radical_mastectomy", + "modifier", + "modifier_gene", + "modigliani", + "modillion", + "modiolus", + "modishness", + "modiste", + "mods", + "modulation", + "module", + "modulus", + "modulus_of_elasticity", + "modulus_of_rigidity", + "modus_operandi", + "modus_vivendi", + "moehringia", + "moehringia_lateriflora", + "moehringia_mucosa", + "moeller's_glossitis", + "mogadiscio", + "mogadishu", + "mogdad_coffee", + "mogen_david", + "moghul", + "mogul", + "mogul_empire", + "mohair", + "mohammad", + "mohammed", + "mohammed_ali", + "mohammed_reza_pahlavi", + "mohammed_reza_pahlevi", + "mohammedan", + "mohammedan_calendar", + "mohammedanism", + "mohandas_karamchand_gandhi", + "moharram", + "mohave", + "mohave_desert", + "mohawk", + "mohawk_haircut", + "mohawk_river", + "mohican", + "moho", + "mohorovicic", + "mohorovicic_discontinuity", + "mohria", + "mohria_caffrorum", + "mohs_scale", + "moiety", + "moira_shearer", + "moirae", + "moirai", + "moire", + "moistener", + "moistening", + "moistness", + "moisture", + "mojarra", + "mojave", + "mojave_aster", + "mojave_desert", + "mojave_rattlesnake", + "mojo", + "moke", + "moksa", + "mokulu", + "mol", + "mola", + "mola_lanceolata", + "molal_concentration", + "molality", + "molar", + "molar_concentration", + "molar_pregnancy", + "molarity", + "molasses", + "molasses_cookie", + "molasses_kiss", + "molasses_taffy", + "mold", + "moldavia", + "moldboard", + "moldboard_plow", + "molded_salad", + "moldiness", + "molding", + "moldova", + "moldovan_monetary_unit", + "mole", + "mole_cricket", + "mole_plant", + "mole_rat", + "mole_salamander", + "molech", + "molecular_biologist", + "molecular_biology", + "molecular_formula", + "molecular_genetics", + "molecular_weight", + "molecule", + "molehill", + "moleskin", + "molestation", + "molester", + "molidae", + "moliere", + "molindone", + "moline", + "molisch's_test", + "molisch_reaction", + "molisch_test", + "molise", + "moll", + "mollah", + "molle", + "mollie", + "mollienesia", + "mollification", + "molluga", + "molluga_verticillata", + "mollusc", + "mollusca", + "molluscum", + "molluscum_contagiosum", + "mollusk", + "mollusk_family", + "mollusk_genus", + "molly", + "molly_miller", + "molly_pitcher", + "mollycoddle", + "mollycoddler", + "mollymawk", + "molnar", + "moloch", + "moloch_horridus", + "molokai", + "molokai_island", + "molossidae", + "molothrus", + "molotov", + "molotov_cocktail", + "molt", + "molter", + "molting", + "molucca_balm", + "moluccas", + "molucella", + "molucella_laevis", + "molva", + "molva_molva", + "molybdenite", + "molybdenum", + "molybdenum_steel", + "mom", + "mombasa", + "mombin", + "mombin_tree", + "moment", + "moment_magnitude_scale", + "moment_of_a_couple", + "moment_of_a_magnet", + "moment_of_inertia", + "moment_of_truth", + "momentousness", + "momentum", + "momism", + "momma", + "mommsen", + "mommy", + "momordica", + "momordica_balsamina", + "momordica_charantia", + "momos", + "momot", + "momotidae", + "momotus", + "momus", + "mon", + "mon-khmer", + "mona", + "monacan", + "monaco", + "monaco-ville", + "monad", + "monadic_operation", + "monal", + "monandry", + "monarch", + "monarch_butterfly", + "monarchism", + "monarchist", + "monarchy", + "monarda", + "monarda_citriodora", + "monarda_clinopodia", + "monarda_didyma", + "monarda_fistulosa", + "monarda_pectinata", + "monarda_punctata", + "monardella", + "monardella_lanceolata", + "monario", + "monas", + "monastery", + "monastic", + "monastic_habit", + "monastic_order", + "monasticism", + "monaul", + "monazite", + "monday", + "mondrian", + "monegasque", + "monel_metal", + "monell_metal", + "monera", + "moneran", + "moneron", + "moneses", + "moneses_uniflora", + "monet", + "monetarism", + "monetarist", + "monetary_fund", + "monetary_resource", + "monetary_standard", + "monetary_system", + "monetary_unit", + "monetary_value", + "monetisation", + "monetization", + "money", + "money-spinner", + "money_belt", + "money_box", + "money_changer", + "money_cowrie", + "money_dealer", + "money_handler", + "money_laundering", + "money_market", + "money_order", + "money_plant", + "money_supply", + "moneybag", + "moneyer", + "moneygrubber", + "moneylender", + "moneymaker", + "moneymaking", + "moneyman", + "moneywort", + "monger", + "mongo", + "mongol", + "mongol_dynasty", + "mongol_tatar", + "mongolia", + "mongolian", + "mongolian_monetary_unit", + "mongolian_people's_republic", + "mongolian_race", + "mongolianism", + "mongolic", + "mongolic_language", + "mongolism", + "mongoloid", + "mongoloid_race", + "mongoose", + "mongrel", + "monic_polynomial", + "monica_seles", + "moniker", + "monilia", + "monilia_albicans", + "monilia_disease", + "moniliaceae", + "moniliales", + "moniliasis", + "monism", + "monistat", + "monition", + "monitor", + "monitor_lizard", + "monitor_program", + "monitoring", + "monitoring_device", + "monitoring_program", + "monitrice", + "monk", + "monk's_cloth", + "monkey", + "monkey-bread_tree", + "monkey-wrench", + "monkey_bread", + "monkey_bridge", + "monkey_business", + "monkey_dog", + "monkey_jacket", + "monkey_ladder", + "monkey_nut", + "monkey_pinscher", + "monkey_pod", + "monkey_puzzle", + "monkey_wrench", + "monkeypod", + "monkfish", + "monkshood", + "monmouth_court_house", + "monnet", + "mono", + "mono-iodotyrosine", + "monoamine", + "monoamine_neurotransmitter", + "monoamine_oxidase", + "monoamine_oxidase_inhibitor", + "monobasic_acid", + "monoblast", + "monoblastic_leukaemia", + "monoblastic_leukemia", + "monocanthidae", + "monocanthus", + "monocarp", + "monocarpic_plant", + "monocarpous_plant", + "monochamus", + "monochromacy", + "monochromasy", + "monochromat", + "monochromatic_vision", + "monochromatism", + "monochrome", + "monochromia", + "monocle", + "monocline", + "monoclonal", + "monoclonal_antibody", + "monocot", + "monocot_family", + "monocot_genus", + "monocotyledon", + "monocotyledonae", + "monocotyledones", + "monocracy", + "monocular_vision", + "monoculture", + "monocycle", + "monocyte", + "monocytic_leukaemia", + "monocytic_leukemia", + "monocytosis", + "monod", + "monodon", + "monodon_monoceros", + "monodontidae", + "monody", + "monofocal_iol", + "monofocal_lens_implant", + "monogamist", + "monogamousness", + "monogamy", + "monogenesis", + "monogenic_disease", + "monogenic_disorder", + "monogram", + "monograph", + "monogynist", + "monogyny", + "monohybrid", + "monohybrid_cross", + "monohydrate", + "monolatry", + "monolingual", + "monolith", + "monologist", + "monologue", + "monomania", + "monomaniac", + "monomer", + "monomorium", + "monomorium_minimum", + "monomorium_pharaonis", + "mononeuropathy", + "monongahela", + "monongahela_river", + "mononuclear_phagocyte_system", + "mononucleosis", + "mononychus_olecranus", + "monophonic_music", + "monophony", + "monophthalmos", + "monophysite", + "monophysitism", + "monoplane", + "monoplane_flying_fish", + "monoplegia", + "monopolisation", + "monopoliser", + "monopolist", + "monopolization", + "monopolizer", + "monopoly", + "monopoly_board", + "monopsony", + "monorail", + "monorchidism", + "monorchism", + "monosaccharide", + "monosaccharose", + "monosemy", + "monosodium_glutamate", + "monosomy", + "monospaced_font", + "monostotic_fibrous_dysplasia", + "monosyllabic_word", + "monosyllable", + "monotheism", + "monotheist", + "monothelitism", + "monotone", + "monotony", + "monotremata", + "monotreme", + "monotropa", + "monotropa_hypopithys", + "monotropa_uniflora", + "monotropaceae", + "monotype", + "monounsaturated_fatty_acid", + "monoxide", + "monozygotic_twin", + "monozygous_twin", + "monro's_foramen", + "monroe", + "monroe_doctrine", + "monrovia", + "mons", + "mons_pubis", + "mons_veneris", + "monsieur", + "monsignor", + "monsoon", + "monster", + "monstera", + "monstera_deliciosa", + "monstrance", + "monstrosity", + "mont_blanc", + "montage", + "montagu", + "montagu's_harrier", + "montaigne", + "montan_wax", + "montana", + "montanan", + "monte", + "monte_bianco", + "monte_carlo", + "montego_bay", + "montenegro", + "monterey", + "monterey_bay", + "monterey_cypress", + "monterey_pine", + "monterrey", + "montespan", + "montesquieu", + "montessori", + "monteverdi", + "montevideo", + "montez", + "montezuma", + "montezuma's_revenge", + "montezuma_cypress", + "montezuma_ii", + "montfort", + "montgolfier", + "montgomery", + "montgomery's_tubercle", + "montgomery_ward", + "month", + "month_of_sundays", + "monthly", + "montia", + "montia_chamissoi", + "montia_cordifolia", + "montia_lamprosperma", + "montia_perfoliata", + "montmartre", + "montpelier", + "montrachet", + "montreal", + "montserrat", + "montserratian", + "monument", + "moo", + "moo-cow", + "moo_goo_gai_pan", + "mooch", + "moocher", + "mood", + "moodiness", + "moody", + "moolah", + "moon", + "moon-curser", + "moon-ray", + "moon-worship", + "moon_blindness", + "moon_carrot", + "moon_curser", + "moon_daisy", + "moon_ray", + "moon_shell", + "moon_shot", + "moon_trefoil", + "moonbeam", + "mooneye", + "moonfish", + "moonflower", + "moonie", + "moonlight", + "moonlighter", + "moonseed", + "moonseed_family", + "moonshell", + "moonshine", + "moonshiner", + "moonstone", + "moonwalk", + "moonwort", + "moor", + "moor-bird", + "moor_berry", + "moorage", + "moorbird", + "moorcock", + "moore", + "moorfowl", + "moorgame", + "moorhen", + "mooring", + "mooring_anchor", + "mooring_line", + "mooring_mast", + "mooring_tower", + "moorish", + "moorish_arch", + "moorish_architecture", + "moorland", + "moorwort", + "moose", + "moose-wood", + "moosewood", + "moot", + "moot_court", + "mop", + "mop_handle", + "mop_up", + "mopboard", + "mope", + "moped", + "mopes", + "mopper", + "moppet", + "mopping", + "moquelumnan", + "moquette", + "moraceae", + "moraine", + "moral", + "moral_certainty", + "moral_excellence", + "moral_force", + "moral_hazard", + "moral_obligation", + "moral_philosophy", + "moral_principle", + "moral_sense", + "morale", + "morale_booster", + "morale_builder", + "morale_building", + "moralisation", + "moralism", + "moralist", + "morality", + "morality_play", + "moralization", + "moralizing", + "morals", + "moranzanist_patriotic_front", + "morass", + "moratorium", + "moravia", + "moray", + "moray_eel", + "moray_firth", + "morbidity", + "morbidness", + "morbilli", + "morceau", + "morchella", + "morchella_angusticeps", + "morchella_conica", + "morchella_crassipes", + "morchella_esculenta", + "morchella_semilibera", + "morchellaceae", + "mordacity", + "mordant", + "mordecai_richler", + "mordva", + "mordvin", + "mordvinian", + "more", + "moreau_river", + "moreen", + "morel", + "morelia_spilotes_variegatus", + "morello", + "mores", + "moreton_bay", + "moreton_bay_chestnut", + "moreton_bay_pine", + "moreton_bay_tulipwood", + "morgan", + "morgan_city", + "morgan_le_fay", + "morganite", + "morgantown", + "morgen", + "morgue", + "morion", + "morlett's_crocodile", + "morley", + "mormon", + "mormon_church", + "mormon_cricket", + "mormon_state", + "mormon_tabernacle", + "mormonism", + "mormons", + "morn", + "mornay_sauce", + "morning", + "morning-after_pill", + "morning-glory_family", + "morning_coat", + "morning_dress", + "morning_glory", + "morning_prayer", + "morning_room", + "morning_sickness", + "morning_star", + "morning_time", + "moro", + "moro_islamic_liberation_front", + "moro_reflex", + "moroccan", + "moroccan_dirham", + "moroccan_monetary_unit", + "morocco", + "moron", + "morone", + "morone_americana", + "morone_interrupta", + "moronity", + "moroseness", + "morosoph", + "morphallaxis", + "morphea", + "morpheme", + "morpheus", + "morphia", + "morphine", + "morphogenesis", + "morphological_rule", + "morphology", + "morphophoneme", + "morphophonemic_system", + "morphophonemics", + "morphophysiology", + "morrigan", + "morrigu", + "morris", + "morris_chair", + "morris_dance", + "morris_dancer", + "morris_dancing", + "morrison", + "morrison_r._waite", + "morrison_remick_waite", + "morrison_waite", + "morristown", + "morrow", + "morrow's_honeysuckle", + "mors", + "morse", + "morse_code", + "morsel", + "mortal", + "mortal_enemy", + "mortal_sin", + "mortality", + "mortality_rate", + "mortality_table", + "mortar", + "mortar_fire", + "mortarboard", + "mortgage", + "mortgage-backed_security", + "mortgage_application", + "mortgage_deed", + "mortgage_holder", + "mortgage_loan", + "mortgagee", + "mortgager", + "mortgagor", + "mortice", + "mortician", + "mortification", + "mortimer", + "mortise", + "mortise-and-tenon_joint", + "mortise_joint", + "mortmain", + "morton", + "mortuary", + "morula", + "morus", + "morus_alba", + "morus_nigra", + "morus_rubra", + "mosaic", + "mosaic_culture", + "mosaic_gold", + "mosaic_law", + "mosaicism", + "mosan", + "mosander", + "moschus", + "moschus_moschiferus", + "moscow", + "moselle", + "moses", + "moses_maimonides", + "moshav", + "moshe_dayan", + "moslem", + "moslem_calendar", + "mosque", + "mosquito", + "mosquito_bite", + "mosquito_boat", + "mosquito_craft", + "mosquito_fern", + "mosquito_hawk", + "mosquito_net", + "mosquitofish", + "moss", + "moss-trooper", + "moss_agate", + "moss_animal", + "moss_campion", + "moss_family", + "moss_genus", + "moss_hart", + "moss_locust", + "moss_phlox", + "moss_pink", + "mossad", + "mossback", + "mossbauer", + "mossy-cup_oak", + "mossy_saxifrage", + "mossycup_oak", + "most_valuable_player", + "mostaccioli", + "mosul", + "mot", + "mot_juste", + "mot_test", + "motacilla", + "motacillidae", + "mote", + "motel", + "motel_room", + "motet", + "moth", + "moth_bean", + "moth_miller", + "moth_mullein", + "moth_orchid", + "moth_plant", + "mothball", + "mother", + "mother's_boy", + "mother's_daughter", + "mother's_day", + "mother's_milk", + "mother's_son", + "mother-in-law", + "mother-in-law's_tongue", + "mother-in-law_plant", + "mother-of-pearl", + "mother-of-pearl_cloud", + "mother-of-thousands", + "mother_board", + "mother_carey's_chicken", + "mother_carey's_hen", + "mother_cell", + "mother_country", + "mother_figure", + "mother_fucker", + "mother_goose", + "mother_hen", + "mother_hubbard", + "mother_jones", + "mother_lode", + "mother_of_thyme", + "mother_seton", + "mother_superior", + "mother_teresa", + "mother_theresa", + "mother_tongue", + "mother_wit", + "motherese", + "motherfucker", + "motherhood", + "motherland", + "motherliness", + "motherwell", + "motherwort", + "motif", + "motile", + "motilin", + "motility", + "motion", + "motion-picture_camera", + "motion-picture_fan", + "motion-picture_film", + "motion-picture_photography", + "motion-picture_show", + "motion_picture", + "motion_sickness", + "motion_study", + "motionlessness", + "motivating", + "motivation", + "motivator", + "motive", + "motive_power", + "motivity", + "motley", + "motley_fool", + "motmot", + "motoneuron", + "motor", + "motor_aphasia", + "motor_area", + "motor_ataxia", + "motor_city", + "motor_control", + "motor_cortex", + "motor_end_plate", + "motor_fiber", + "motor_home", + "motor_horn", + "motor_hotel", + "motor_inn", + "motor_lodge", + "motor_memory", + "motor_mower", + "motor_nerve", + "motor_nerve_fiber", + "motor_neuron", + "motor_oil", + "motor_pool", + "motor_region", + "motor_scooter", + "motor_torpedo_boat", + "motor_vehicle", + "motorbike", + "motorboat", + "motorbus", + "motorcade", + "motorcar", + "motorcoach", + "motorcycle", + "motorcycle_cop", + "motorcycle_policeman", + "motorcycling", + "motorcyclist", + "motoring", + "motorisation", + "motorist", + "motorization", + "motorized_wheelchair", + "motorman", + "motormouth", + "motortruck", + "motorway", + "motown", + "motrin", + "mott", + "mottle", + "mottling", + "motto", + "moue", + "moufflon", + "mouflon", + "moujik", + "moukden", + "mould", + "mouldboard", + "mouldboard_plough", + "moulding", + "moulmein", + "moult", + "moulter", + "moulting", + "mound", + "mound-bird", + "mound_bird", + "mound_builder", + "mount", + "mount_adams", + "mount_ararat", + "mount_asama", + "mount_athos", + "mount_bartle_frere", + "mount_carmel", + "mount_communism", + "mount_cook_lily", + "mount_elbert", + "mount_etna", + "mount_everest", + "mount_fuji", + "mount_garmo", + "mount_godwin_austen", + "mount_hubbard", + "mount_kanchenjunga", + "mount_kilimanjaro", + "mount_logan", + "mount_mckinley", + "mount_olympus", + "mount_orizaba", + "mount_parnassus", + "mount_pinatubo", + "mount_ranier", + "mount_ranier_national_park", + "mount_rushmore", + "mount_rushmore_state", + "mount_saint_helens", + "mount_shasta", + "mount_sherman", + "mount_sinai", + "mount_st._helens", + "mount_tacoma", + "mount_vernon", + "mount_vesuvius", + "mount_whitney", + "mount_wilson", + "mountain", + "mountain_alder", + "mountain_andromeda", + "mountain_anemone", + "mountain_ash", + "mountain_avens", + "mountain_azalea", + "mountain_beaver", + "mountain_bike", + "mountain_birch", + "mountain_blacksnake", + "mountain_bladder_fern", + "mountain_blue_berry", + "mountain_box", + "mountain_chain", + "mountain_chinchilla", + "mountain_clematis", + "mountain_climber", + "mountain_climbing", + "mountain_clubmoss", + "mountain_cranberry", + "mountain_daisy", + "mountain_devil", + "mountain_ebony", + "mountain_everlasting", + "mountain_fern", + "mountain_fetterbush", + "mountain_fever", + "mountain_four_o'clock", + "mountain_goat", + "mountain_gorilla", + "mountain_grape", + "mountain_heath", + "mountain_hemlock", + "mountain_hollyhock", + "mountain_lady's_slipper", + "mountain_laurel", + "mountain_lily", + "mountain_lion", + "mountain_male_fern", + "mountain_man", + "mountain_maple", + "mountain_mint", + "mountain_nyala", + "mountain_oak", + "mountain_paca", + "mountain_parsley_fern", + "mountain_partridge", + "mountain_pass", + "mountain_peak", + "mountain_phlox", + "mountain_pine", + "mountain_pride", + "mountain_quail", + "mountain_range", + "mountain_rice", + "mountain_rimu", + "mountain_rose", + "mountain_sandwort", + "mountain_sheep", + "mountain_sickness", + "mountain_skink", + "mountain_spinach", + "mountain_spleenwort", + "mountain_standard_time", + "mountain_starwort", + "mountain_state", + "mountain_sumac", + "mountain_swamp_gum", + "mountain_tea", + "mountain_tent", + "mountain_time", + "mountain_trail", + "mountain_viscacha", + "mountain_watercress", + "mountain_zebra", + "mountaineer", + "mountaineering", + "mountainside", + "mountebank", + "mounter", + "mountie", + "mounties", + "mounting", + "mourner", + "mournful_widow", + "mournfulness", + "mourning", + "mourning_band", + "mourning_cloak", + "mourning_cloak_butterfly", + "mourning_dove", + "mourning_ring", + "mouse", + "mouse's_nest", + "mouse-ear_chickweed", + "mouse-ear_cress", + "mouse-ear_hawkweed", + "mouse-eared_bat", + "mouse-tooth_forceps", + "mouse_button", + "mouse_click", + "mouse_deer", + "mouse_ear", + "mouse_eared_chickweed", + "mouse_hare", + "mouse_mat", + "mouse_nest", + "mousepad", + "mouser", + "mousetrap", + "moussaka", + "mousse", + "mousseline_de_sole", + "moussorgsky", + "moustache", + "moustache_cup", + "moustachio", + "mouth", + "mouth-to-mouth_resuscitation", + "mouth_bow", + "mouth_harp", + "mouth_hole", + "mouth_organ", + "mouthbreeder", + "mouthful", + "mouthpart", + "mouthpiece", + "mouthwash", + "mouton", + "movability", + "movable", + "movable_barrier", + "movable_feast", + "movableness", + "move", + "moveable_feast", + "movement", + "movement_for_revenge", + "movement_of_holy_warriors", + "mover", + "mover_and_shaker", + "movie", + "movie_actor", + "movie_camera", + "movie_film", + "movie_house", + "movie_industry", + "movie_maker", + "movie_making", + "movie_projector", + "movie_star", + "movie_theater", + "movie_theatre", + "moviegoer", + "moviemaking", + "movimiento_revolucionario_tupac_anaru", + "moving-coil_galvanometer", + "moving-picture_show", + "moving_company", + "moving_expense", + "moving_in", + "moving_picture", + "moving_ridge", + "moving_staircase", + "moving_stairway", + "moving_van", + "mow", + "mower", + "moxie", + "moxie_plum", + "moynihan", + "mozambican", + "mozambique", + "mozambique_channel", + "mozambique_monetary_unit", + "mozart", + "mozzarella", + "mp", + "mpeg", + "mph", + "mps", + "mr", + "mr.", + "mr._moto", + "mrd", + "mri", + "mrna", + "mrs", + "mrs.", + "mrs._gandhi", + "mrs._henry_wood", + "mrs._humphrey_ward", + "mrs._simpson", + "mrta", + "ms", + "ms-dos", + "ms.", + "msasa", + "msb", + "msc", + "msec", + "msg", + "msh", + "mst", + "mt", + "mt._ararat", + "mt._everest", + "mt._mckinley", + "mt._olympus", + "mt._ranier", + "mt._rushmore", + "mt._st._helens", + "mt._vesuvius", + "mt_etna", + "mt_orizaba", + "mu", + "mu-meson", + "muadhdhin", + "muammar_al-qaddafi", + "muammar_el-qaddafi", + "muazzin", + "mubarak", + "much", + "muchness", + "mucic_acid", + "mucilage", + "mucin", + "muck", + "muckheap", + "muckhill", + "muckle", + "muckraker", + "muckraking", + "mucocutaneous_leishmaniasis", + "mucocutaneous_lymph_node_syndrome", + "mucoid", + "mucopolysaccharide", + "mucopolysaccharidosis", + "mucor", + "mucoraceae", + "mucorales", + "mucosa", + "mucous_colitis", + "mucous_membrane", + "mucous_secretion", + "mucoviscidosis", + "mucuna", + "mucuna_aterrima", + "mucuna_deeringiana", + "mucuna_pruriens_utilis", + "mucus", + "mud", + "mud_bath", + "mud_brick", + "mud_dauber", + "mud_digger", + "mud_flat", + "mud_hen", + "mud_midget", + "mud_pie", + "mud_plantain", + "mud_puddle", + "mud_puppy", + "mud_stain", + "mud_turtle", + "mudcat", + "mudder", + "muddiness", + "muddle", + "mudguard", + "mudhif", + "mudra", + "mudskipper", + "mudslide", + "mudslinger", + "mudspringer", + "muenchen", + "muenster", + "muesli", + "muezzin", + "muff", + "muffin", + "muffin_man", + "muffle", + "muffler", + "mufti", + "mug", + "mug's_game", + "mug_book", + "mug_file", + "mug_shot", + "mugful", + "muggee", + "mugger", + "mugginess", + "mugging", + "muggins", + "mugho_pine", + "mugil", + "mugil_cephalus", + "mugil_curema", + "mugil_liza", + "mugilidae", + "mugiloidea", + "mugo_pine", + "mugshot", + "mugwort", + "mugwump", + "muhammad", + "muhammad_ali", + "muhammad_ali_jinnah", + "muhammadan", + "muhammadan_calendar", + "muhammadanism", + "muhammedan", + "muharram", + "muharrum", + "muhlenbergia", + "muhlenbergia_schreberi", + "muir", + "muishond", + "mujahadeen", + "mujahadein", + "mujahadin", + "mujahedeen", + "mujahedeen_khalq", + "mujahedeen_kompak", + "mujahedin", + "mujahid", + "mujahideen", + "mujahidin", + "mujahidin-e_khalq_organization", + "mujik", + "mujtihad", + "mukalla", + "mukataa", + "mukden", + "mulatto", + "mulberry", + "mulberry_family", + "mulberry_fig", + "mulberry_tree", + "mulch", + "mulct", + "mule", + "mule's_ears", + "mule_deer", + "mule_driver", + "mule_fat", + "mule_skinner", + "muleteer", + "muliebrity", + "mulishness", + "mull", + "mulla", + "mullah", + "mullah_mohammed_omar", + "mullah_omar", + "mulled_cider", + "mulled_wine", + "mullein", + "mullein_pink", + "muller", + "mullet", + "mullidae", + "mulligan", + "mulligan_stew", + "mulligatawny", + "mullion", + "mulloidichthys", + "mulloidichthys_martinicus", + "mulloway", + "mullus", + "mullus_auratus", + "mullus_surmuletus", + "multi-billionaire", + "multibank_holding_company", + "multichannel_recorder", + "multicollinearity", + "multiculturalism", + "multidimensional_language", + "multiengine_airplane", + "multiengine_plane", + "multifariousness", + "multiflora", + "multiflora_rose", + "multifocal_iol", + "multifocal_lens_implant", + "multimedia", + "multimedia_system", + "multinomial", + "multiple", + "multiple_correlation", + "multiple_correlation_coefficient", + "multiple_fruit", + "multiple_mononeuropathy", + "multiple_myeloma", + "multiple_neuritis", + "multiple_personality", + "multiple_regression", + "multiple_sclerosis", + "multiple_star", + "multiple_voting", + "multiplex", + "multiplex_operation", + "multiplexer", + "multiplicand", + "multiplication", + "multiplicative_inverse", + "multiplicity", + "multiplier", + "multiplier_factor", + "multiplier_onion", + "multiprocessing", + "multiprocessor", + "multiprogramming", + "multistage", + "multistage_rocket", + "multitude", + "multitudinousness", + "multivalence", + "multivalency", + "multivariate_analysis", + "multiversity", + "multivitamin", + "multivitamin_pill", + "mulwi", + "mum", + "mumbai", + "mumble", + "mumble-the-peg", + "mumbler", + "mumblety-peg", + "mumbling", + "mumbo_jumbo", + "mumification_necrosis", + "mummer", + "mummery", + "mummichog", + "mummification", + "mummy", + "mumps", + "mumpsimus", + "munch", + "munchausen", + "munchausen's_syndrome", + "munchausen_syndrome", + "munchener", + "muncher", + "munchhausen", + "muncie", + "munda", + "munda-mon-khmer", + "mundaneness", + "mundanity", + "mung", + "mung_bean", + "mungo_park", + "munich", + "munich_beer", + "municipal_bond", + "municipal_center", + "municipal_government", + "municipal_note", + "municipality", + "munificence", + "muniments", + "munition", + "munitions_industry", + "munj", + "munja", + "munjeet", + "munjuk", + "munro", + "muntiacus", + "muntingia", + "muntingia_calabura", + "muntjac", + "muntz_metal", + "muon", + "muraenidae", + "mural", + "muralist", + "muramidase", + "murder", + "murder_charge", + "murder_conviction", + "murder_indictment", + "murder_mystery", + "murder_suspect", + "murderee", + "murderer", + "murderess", + "murderousness", + "murdoch", + "muriatic_acid", + "muridae", + "muriel_sarah_spark", + "muriel_spark", + "murillo", + "murine", + "murine_typhus", + "muritaniya", + "murk", + "murkiness", + "murmansk", + "murmur", + "murmur_vowel", + "murmuration", + "murmurer", + "murmuring", + "muroidea", + "murphy", + "murphy's_law", + "murphy_bed", + "murrain", + "murray", + "murray_gell-mann", + "murray_river", + "murre", + "murrow", + "murrumbidgee", + "murrumbidgee_river", + "mus", + "mus_musculus", + "mus_rose", + "musa", + "musa_acuminata", + "musa_basjoo", + "musa_ensete", + "musa_paradisiaca", + "musa_paradisiaca_sapientum", + "musa_textilis", + "musaceae", + "musales", + "musca", + "musca_domestica", + "musca_volitans", + "muscadel", + "muscadelle", + "muscadet", + "muscadine", + "muscae_volitantes", + "muscardinus", + "muscardinus_avellanarius", + "muscari", + "muscari_comosum", + "muscari_neglectum", + "muscat", + "muscat_and_oman", + "muscat_grape", + "muscatel", + "musci", + "muscicapa", + "muscicapa_grisola", + "muscicapa_striata", + "muscicapidae", + "muscidae", + "muscivora", + "muscivora-forficata", + "muscle", + "muscle-builder", + "muscle_builder", + "muscle_building", + "muscle_cell", + "muscle_contraction", + "muscle_fiber", + "muscle_fibre", + "muscle_memory", + "muscle_relaxant", + "muscle_sense", + "muscle_spasm", + "muscle_system", + "muscle_tone", + "musclebuilder", + "musclebuilding", + "muscleman", + "muscoidea", + "muscovite", + "muscovy", + "muscovy_duck", + "muscular_contraction", + "muscular_dystrophy", + "muscular_structure", + "muscular_tissue", + "muscular_tonus", + "muscularity", + "musculature", + "musculophrenic_artery", + "musculophrenic_vein", + "musculoskeletal_system", + "musculospiral_nerve", + "musculus", + "musculus_abductor_digiti_minimi_manus", + "musculus_abductor_digiti_minimi_pedis", + "musculus_abductor_hallucis", + "musculus_abductor_pollicis", + "musculus_adductor_brevis", + "musculus_adductor_hallucis", + "musculus_adductor_longus", + "musculus_adductor_magnus", + "musculus_anconeus", + "musculus_articularis_cubiti", + "musculus_articularis_genus", + "musculus_biceps_brachii", + "musculus_biceps_femoris", + "musculus_buccinator", + "musculus_deltoideus", + "musculus_intercostalis", + "musculus_obliquus_externus_abdominis", + "musculus_pectoralis", + "musculus_pectoralis_major", + "musculus_pectoralis_minor", + "musculus_quadriceps_femoris", + "musculus_rhomboideus_major", + "musculus_rhomboideus_minor", + "musculus_sartorius", + "musculus_scalenus", + "musculus_serratus_anterior", + "musculus_serratus_posterior", + "musculus_sphincter_ani", + "musculus_sphincter_ani_externus", + "musculus_sphincter_ani_internus", + "musculus_sphincter_ductus_choledochi", + "musculus_sphincter_ductus_pancreatici", + "musculus_sphincter_pupillae", + "musculus_sphincter_pylori", + "musculus_sphincter_urethrae", + "musculus_sphincter_vesicae", + "musculus_sternocleidomastoideus", + "musculus_temporalis", + "musculus_teres_major", + "musculus_teres_minor", + "musculus_tibialis", + "musculus_transversalis_abdominis", + "musculus_trapezius", + "musculus_triceps_brachii", + "musd", + "muse", + "muser", + "musette", + "musette_pipe", + "museum", + "musgoi", + "musgu", + "mush", + "musher", + "mushiness", + "mushroom", + "mushroom-shaped_cloud", + "mushroom_anchor", + "mushroom_cloud", + "mushroom_coral", + "mushroom_pimple", + "mushroom_poisoning", + "mushroom_sauce", + "mushroom_wine_sauce", + "mushy_peas", + "musial", + "music", + "music_box", + "music_critic", + "music_department", + "music_director", + "music_genre", + "music_hall", + "music_lesson", + "music_lover", + "music_of_the_spheres", + "music_paper", + "music_rack", + "music_school", + "music_stand", + "music_stool", + "music_teacher", + "musical", + "musical_accompaniment", + "musical_arrangement", + "musical_box", + "musical_chairs", + "musical_comedy", + "musical_composition", + "musical_drama", + "musical_genre", + "musical_group", + "musical_harmony", + "musical_instrument", + "musical_instrument_digital_interface", + "musical_interval", + "musical_mode", + "musical_notation", + "musical_note", + "musical_octave", + "musical_organisation", + "musical_organization", + "musical_passage", + "musical_perception", + "musical_performance", + "musical_phrase", + "musical_rhythm", + "musical_scale", + "musical_score", + "musical_soiree", + "musical_style", + "musical_theater", + "musical_theme", + "musical_time", + "musical_time_signature", + "musicality", + "musicalness", + "musician", + "musicianship", + "musicogenic_epilepsy", + "musicologist", + "musicology", + "musing", + "musjid", + "musk", + "musk_clover", + "musk_deer", + "musk_duck", + "musk_hog", + "musk_kangaroo", + "musk_mallow", + "musk_ox", + "musk_rose", + "musk_sheep", + "musk_thistle", + "musk_turtle", + "muskat", + "muskellunge", + "musket", + "musket_ball", + "musketeer", + "musketry", + "muskhogean", + "muskhogean_language", + "muskiness", + "muskmelon", + "muskogean", + "muskogean_language", + "muskogee", + "muskrat", + "muskrat_fur", + "muskus_grass", + "muskwood", + "muslim", + "muslim_calendar", + "muslim_ummah", + "muslimah", + "muslimism", + "muslin", + "musnud", + "musophaga", + "musophagidae", + "musophobia", + "musquash", + "muss", + "mussel", + "mussel_shrimp", + "musset", + "mussiness", + "mussitation", + "mussolini", + "mussorgsky", + "must", + "mustache", + "mustache_cup", + "mustachio", + "mustafa_kemal", + "mustagh", + "mustagh_range", + "mustang", + "mustang_mint", + "mustard", + "mustard_agent", + "mustard_family", + "mustard_gas", + "mustard_greens", + "mustard_oil", + "mustard_plaster", + "mustard_sauce", + "mustard_seed", + "mustard_tree", + "mustela", + "mustela_erminea", + "mustela_frenata", + "mustela_nigripes", + "mustela_nivalis", + "mustela_putorius", + "mustela_rixosa", + "mustela_vison", + "mustelid", + "mustelidae", + "musteline", + "musteline_mammal", + "mustelus", + "mustelus_canis", + "mustelus_mustelus", + "mustelus_norrisi", + "muster", + "muster_call", + "muster_roll", + "musth", + "mustiness", + "mutability", + "mutableness", + "mutagen", + "mutagenesis", + "mutamycin", + "mutant", + "mutant_gene", + "mutation", + "mutawa", + "mutawa'een", + "mutchkin", + "mute", + "mute_swan", + "muteness", + "mutilation", + "mutilator", + "mutillidae", + "mutineer", + "mutinus", + "mutinus_caninus", + "mutiny", + "mutisia", + "mutism", + "muton", + "mutsuhito", + "mutt", + "mutter", + "mutterer", + "muttering", + "mutton", + "mutton_chop", + "mutton_quad", + "mutton_snapper", + "mutton_tallow", + "muttonfish", + "muttonhead", + "mutual_affection", + "mutual_aid", + "mutual_exclusiveness", + "mutual_fund", + "mutual_fund_company", + "mutual_inductance", + "mutual_induction", + "mutual_opposition", + "mutual_resemblance", + "mutual_savings_bank", + "mutual_understanding", + "mutualism", + "mutuality", + "mutualness", + "muumuu", + "muybridge", + "muzhik", + "muzjik", + "muztag", + "muztagh", + "muzzle", + "muzzle_loader", + "muzzle_velocity", + "muzzler", + "mv", + "mvp", + "mwanza", + "mwera", + "mx", + "mya", + "mya_arenaria", + "myaceae", + "myacidae", + "myadestes", + "myalgia", + "myanmar", + "myanmar_monetary_unit", + "myasthenia", + "myasthenia_gravis", + "myasthenic_syndrome", + "mycelia_sterilia", + "mycelium", + "mycenae", + "mycenaean_civilisation", + "mycenaean_civilization", + "mycenaean_culture", + "mycenaen", + "mycetophilidae", + "mycobacteria", + "mycobacteriaceae", + "mycobacterium", + "mycobacterium_leprae", + "mycobacterium_tuberculosis", + "mycologist", + "mycology", + "mycomycin", + "mycophage", + "mycophagist", + "mycophagy", + "mycoplasma", + "mycoplasmal_pneumonia", + "mycoplasmataceae", + "mycoplasmatales", + "mycosis", + "mycostatin", + "mycotoxin", + "mycrosporidia", + "mycteria", + "mycteria_americana", + "mycteroperca", + "mycteroperca_bonaci", + "myctophidae", + "mydriasis", + "mydriatic", + "mydriatic_drug", + "myelatelia", + "myelencephalon", + "myelin", + "myelin_sheath", + "myelinated_nerve_fiber", + "myeline", + "myelinisation", + "myelinization", + "myelitis", + "myeloblast", + "myeloblastic_leukemia", + "myelocyte", + "myelocytic_leukemia", + "myelofibrosis", + "myelogram", + "myelography", + "myeloid_leukemia", + "myeloma", + "myelomeningocele", + "myenteric_plexus", + "myg", + "myiasis", + "mylanta", + "mylar", + "myles_standish", + "myliobatidae", + "mylitta", + "mylodon", + "mylodontid", + "mylodontidae", + "mym", + "myna", + "myna_bird", + "mynah", + "mynah_bird", + "myocardial_infarct", + "myocardial_infarction", + "myocardial_inflammation", + "myocardiopathy", + "myocarditis", + "myocardium", + "myocastor", + "myocastor_coypus", + "myoclonus", + "myoclonus_epilepsy", + "myodynia", + "myofibril", + "myofibrilla", + "myoglobin", + "myoglobinuria", + "myogram", + "myology", + "myoma", + "myometritis", + "myometrium", + "myomorpha", + "myonecrosis", + "myoneural_junction", + "myopathy", + "myope", + "myopia", + "myopus", + "myosarcoma", + "myosin", + "myosis", + "myositis", + "myositis_trichinosa", + "myosotis", + "myosotis_scorpiodes", + "myosotis_sylvatica", + "myotactic_reflex", + "myotic", + "myotic_drug", + "myotis", + "myotis_leucifugus", + "myotis_velifer", + "myotomy", + "myotonia", + "myotonia_atrophica", + "myotonia_congenita", + "myotonic_dystrophy", + "myotonic_muscular_dystrophy", + "myrcia", + "myrciaria", + "myrciaria_cauliflora", + "myrdal", + "myriad", + "myriagram", + "myriameter", + "myriametre", + "myriapod", + "myriapoda", + "myrica", + "myrica_cerifera", + "myrica_gale", + "myrica_pensylvanica", + "myricaceae", + "myricales", + "myricaria", + "myricaria_germanica", + "myringa", + "myringectomy", + "myringoplasty", + "myringotomy", + "myriophyllum", + "myristic_acid", + "myristica", + "myristica_fragrans", + "myristicaceae", + "myrmecia", + "myrmecobius", + "myrmecobius_fasciatus", + "myrmecophaga", + "myrmecophaga_jubata", + "myrmecophagidae", + "myrmecophile", + "myrmecophyte", + "myrmeleon", + "myrmeleontidae", + "myrmidon", + "myrobalan", + "myrobalan_plum", + "myroxylon", + "myroxylon_balsamum", + "myroxylon_balsamum_pereirae", + "myroxylon_pereirae", + "myroxylon_toluiferum", + "myrrh", + "myrrh_tree", + "myrrhis", + "myrrhis_odorata", + "myrsinaceae", + "myrsine", + "myrsine_family", + "myrtaceae", + "myrtaceous_tree", + "myrtales", + "myrtillocactus", + "myrtillocactus_geometrizans", + "myrtle", + "myrtle_beech", + "myrtle_bird", + "myrtle_family", + "myrtle_flag", + "myrtle_oak", + "myrtle_spurge", + "myrtle_warbler", + "myrtus", + "myrtus_communis", + "mysidacea", + "mysidae", + "mysis", + "mysoline", + "mysophilia", + "mysophobia", + "mysore", + "mysore_thorn", + "mystery", + "mystery_novel", + "mystery_play", + "mystery_story", + "mystic", + "mystic_jewel", + "mysticeti", + "mysticism", + "mystification", + "mystifier", + "mystique", + "myth", + "mythical_being", + "mythical_creature", + "mythical_monster", + "mythical_place", + "mythologisation", + "mythologist", + "mythologization", + "mythology", + "mytilene", + "mytilid", + "mytilidae", + "mytilus", + "mytilus_edulis", + "myxedema", + "myxine", + "myxine_glutinosa", + "myxinidae", + "myxiniformes", + "myxinikela", + "myxinikela_siroka", + "myxinoidea", + "myxinoidei", + "myxobacter", + "myxobacterales", + "myxobacteria", + "myxobacteriaceae", + "myxobacteriales", + "myxobacterium", + "myxocephalus", + "myxocephalus_aenaeus", + "myxoedema", + "myxoma", + "myxoma_virus", + "myxomatosis", + "myxomycete", + "myxomycetes", + "myxomycota", + "myxophyceae", + "myxosporidia", + "myxosporidian", + "myxovirus", + "n", + "n'djamena", + "n-type_semiconductor", + "n._y._stock_exchange", + "n.b.", + "na", + "na-dene", + "naan", + "nabalus", + "nabalus_alba", + "nabalus_serpentarius", + "nablus", + "nabob", + "nabokov", + "naboom", + "nabothian_cyst", + "nabothian_follicle", + "nabothian_gland", + "nabu", + "nabumetone", + "nac", + "nacelle", + "nacho", + "nacimiento", + "nacre", + "nacreous_cloud", + "nad", + "nada", + "nada_daiquiri", + "nadine_gordimer", + "nadir", + "nadolol", + "nadp", + "naegele's_rule", + "naemorhedus", + "naemorhedus_goral", + "nafcil", + "nafcillin", + "nafta", + "nafud", + "nag", + "nag_hammadi", + "nag_hammadi_library", + "naga", + "nagami", + "nagami_kumquat", + "nagano", + "nagari", + "nagari_script", + "nagasaki", + "nageia", + "nageia_nagi", + "nagger", + "nagi", + "nagoya", + "naha_city", + "nahuatl", + "nahum", + "naiad", + "naiad_family", + "naiadaceae", + "naiadales", + "naias", + "naif", + "naiki", + "nail", + "nail-tailed_kangaroo", + "nail-tailed_wallaby", + "nail_enamel", + "nail_hole", + "nail_polish", + "nail_pulling", + "nail_removal", + "nail_varnish", + "nailbrush", + "nailer", + "nailfile", + "nailhead", + "nailrod", + "nainsook", + "naira", + "nairobi", + "naismith", + "naive_art", + "naive_realism", + "naiveness", + "naivete", + "naivety", + "naja", + "naja_haje", + "naja_hannah", + "naja_naja", + "naja_nigricollis", + "najadaceae", + "najas", + "najd", + "naked_eye", + "naked_lady", + "naked_mole_rat", + "naked_option", + "nakedness", + "nakedwood", + "nakuru", + "nalchik", + "nalfon", + "nalidixic_acid", + "nalline", + "nalorphine", + "naloxone", + "naltrexone", + "namby-pamby", + "name", + "name-dropping", + "name_and_address", + "name_calling", + "name_day", + "name_dropper", + "name_part", + "name_tag", + "nameko", + "namelessness", + "nameplate", + "namer", + "names", + "namesake", + "namib_desert", + "namibia", + "namibian", + "naming", + "nammad", + "nammu", + "namoi", + "namoi_river", + "nampa", + "namtar", + "namtaru", + "namur", + "nan", + "nan-chang", + "nan-ning", + "nan_ling", + "nan_river", + "nanaimo", + "nanak", + "nance", + "nancere", + "nanchang", + "nancy", + "nancy_freeman_mitford", + "nancy_mitford", + "nancy_witcher_astor", + "nand_circuit", + "nand_gate", + "nanda_devi", + "nandrolone", + "nandu", + "nanga_parbat", + "nanism", + "nanjing", + "nankeen", + "nanking", + "nanna", + "nanning", + "nanny", + "nanny-goat", + "nanocephaly", + "nanogram", + "nanometer", + "nanometre", + "nanomia", + "nanophthalmos", + "nanosecond", + "nanotechnology", + "nanotube", + "nanovolt", + "nansen", + "nantes", + "nanticoke", + "nantua", + "nantucket", + "nanus", + "naomi", + "nap", + "napa", + "napaea", + "napaea_dioica", + "napalm", + "nape", + "napery", + "naphazoline", + "naphtha", + "naphthalene", + "naphthalene_poisoning", + "naphthol", + "naphthoquinone", + "napier", + "napier's_bones", + "napier's_rods", + "napierian_logarithm", + "napkin", + "napkin_ring", + "naples", + "naples_garlic", + "napoleon", + "napoleon_bonaparte", + "napoleon_i", + "napoleon_iii", + "napoleonic_wars", + "napoli", + "nappy", + "naprapath", + "naprapathy", + "naprosyn", + "naproxen", + "naproxen_sodium", + "napu", + "naqua", + "nara", + "naranjilla", + "narc", + "narcan", + "narcism", + "narcissism", + "narcissist", + "narcissistic_personality", + "narcissus", + "narcissus_jonquilla", + "narcissus_papyraceus", + "narcissus_pseudonarcissus", + "narcist", + "narco-state", + "narcolepsy", + "narcoleptic", + "narcosis", + "narcoterrorism", + "narcotic", + "narcotic_antagonist", + "narcotics_agent", + "narcotraffic", + "nard", + "nardil", + "nardo", + "nardoo", + "nares_deep", + "narghile", + "nargileh", + "naris", + "nark", + "narragansett_bay", + "narration", + "narrative", + "narrator", + "narrow", + "narrow-body", + "narrow-body_aircraft", + "narrow-leaf_cattail", + "narrow-leaf_penstemon", + "narrow-leaved_bottletree", + "narrow-leaved_everlasting_pea", + "narrow-leaved_flame_flower", + "narrow-leaved_plantain", + "narrow-leaved_reedmace", + "narrow-leaved_spleenwort", + "narrow-leaved_strap_fern", + "narrow-leaved_water_plantain", + "narrow-leaved_white-topped_aster", + "narrow-mindedness", + "narrow_beech_fern", + "narrow_boat", + "narrow_escape", + "narrow_gauge", + "narrow_goldenrod", + "narrow_margin", + "narrow_wale", + "narrowboat", + "narrowbody_aircraft", + "narrowhead_morel", + "narrowing", + "narrowness", + "narthecium", + "narthecium_americanum", + "narthecium_ossifragum", + "narthex", + "narwal", + "narwhal", + "narwhale", + "nasa", + "nasal", + "nasal_bone", + "nasal_canthus", + "nasal_cavity", + "nasal_concha", + "nasal_consonant", + "nasal_decongestant", + "nasal_meatus", + "nasal_septum", + "nasal_sinus", + "nasal_twang", + "nasalis", + "nasalis_larvatus", + "nasalisation", + "nasality", + "nasalization", + "nascence", + "nascency", + "nasdaq", + "naseby", + "nash", + "nash_equilibrium", + "nashville", + "nasion", + "nasofrontal_vein", + "nasogastric_feeding", + "nasolacrimal_duct", + "nasopharyngeal_leishmaniasis", + "nasopharynx", + "nasotracheal_tube", + "nassau", + "nasser", + "nast", + "nastiness", + "nasturtium", + "nasturtium_amphibium", + "nasturtium_family", + "nasturtium_officinale", + "nasua", + "nasua_narica", + "nat_turner", + "natal", + "natal_day", + "natal_plum", + "natalie_wood", + "natality", + "natantia", + "natation", + "natator", + "natatorium", + "natchez", + "nates", + "nathan_bailey", + "nathan_birnbaum", + "nathan_hale", + "nathaniel_bailey", + "nathaniel_bowditch", + "nathaniel_currier", + "nathaniel_hawthorne", + "naticidae", + "nation", + "nation_of_islam", + "national", + "national_academy_of_sciences", + "national_aeronautics_and_space_administration", + "national_anthem", + "national_archives_and_records_administration", + "national_assistance", + "national_association_of_realtors", + "national_association_of_securities_dealers_automated_quotations", + "national_bank", + "national_baseball_hall_of_fame", + "national_capital", + "national_censorship", + "national_climatic_data_center", + "national_debt", + "national_debt_ceiling", + "national_flag", + "national_geospatial-intelligence_agency", + "national_guard", + "national_guard_bureau", + "national_holiday", + "national_income", + "national_institute_of_justice", + "national_institute_of_standards_and_technology", + "national_institutes_of_health", + "national_insurance", + "national_intelligence_community", + "national_labor_relations_board", + "national_leader", + "national_liberation_army", + "national_liberation_front_of_corsica", + "national_library_of_medicine", + "national_monument", + "national_oceanic_and_atmospheric_administration", + "national_park", + "national_park_service", + "national_reconnaissance_office", + "national_rifle_association", + "national_science_foundation", + "national_security_agency", + "national_security_council", + "national_service", + "national_socialism", + "national_socialist_german_workers'_party", + "national_technical_information_service", + "national_trading_policy", + "national_trust", + "national_volunteers_association", + "national_weather_service", + "nationalisation", + "nationalism", + "nationalist", + "nationalist_china", + "nationalist_leader", + "nationality", + "nationalization", + "nationhood", + "native", + "native_alaskan", + "native_american", + "native_australian", + "native_bear", + "native_beech", + "native_cat", + "native_cranberry", + "native_fuchsia", + "native_hawaiian", + "native_holly", + "native_land", + "native_language", + "native_orange", + "native_peach", + "native_pear", + "native_pomegranate", + "native_speaker", + "native_sulfur", + "native_sulphur", + "nativeness", + "nativism", + "nativist", + "nativity", + "nato", + "natriuresis", + "natrix", + "natrix_maura", + "natrix_natrix", + "natrix_sipedon", + "natrolite", + "natta", + "natterjack", + "nattiness", + "natural", + "natural_ability", + "natural_action", + "natural_childbirth", + "natural_covering", + "natural_depression", + "natural_elevation", + "natural_enclosure", + "natural_endowment", + "natural_event", + "natural_family_planning", + "natural_fiber", + "natural_fibre", + "natural_gas", + "natural_glass", + "natural_history", + "natural_immunity", + "natural_language", + "natural_language_processing", + "natural_language_processing_application", + "natural_language_processor", + "natural_law", + "natural_logarithm", + "natural_number", + "natural_object", + "natural_order", + "natural_phenomenon", + "natural_philosophy", + "natural_process", + "natural_resin", + "natural_resource", + "natural_resources", + "natural_rubber", + "natural_science", + "natural_scientist", + "natural_selection", + "natural_shape", + "natural_spring", + "natural_state", + "natural_theology", + "natural_virtue", + "naturalisation", + "naturalism", + "naturalist", + "naturalization", + "naturalness", + "nature", + "nature_study", + "nature_worship", + "naturism", + "naturist", + "naturopath", + "naturopathy", + "nauch", + "nauclea", + "nauclea_diderrichii", + "naucrates", + "naucrates_ductor", + "naught", + "naughtiness", + "naumachia", + "naumachy", + "naupathia", + "nauru", + "nauru_island", + "nauruan", + "nausea", + "nauseant", + "nauseatingness", + "naut_mi", + "nautch", + "nautch_dance", + "nautch_girl", + "nautical_chain", + "nautical_linear_unit", + "nautical_mile", + "nautical_signal_flag", + "nautilidae", + "nautilus", + "navaho", + "navajo", + "naval_academy", + "naval_air_warfare_center_weapons_division", + "naval_attache", + "naval_battle", + "naval_blockade", + "naval_brass", + "naval_campaign", + "naval_chart", + "naval_commander", + "naval_division", + "naval_engineer", + "naval_engineering", + "naval_equipment", + "naval_forces", + "naval_gun", + "naval_installation", + "naval_missile", + "naval_officer", + "naval_radar", + "naval_research_laboratory", + "naval_shipyard", + "naval_special_warfare", + "naval_surface_warfare_center", + "naval_tactical_data_system", + "naval_underwater_warfare_center", + "naval_unit", + "naval_weaponry", + "navane", + "navarino", + "nave", + "navel", + "navel-gazing", + "navel_orange", + "navel_point", + "navicular", + "navigability", + "navigation", + "navigation_light", + "navigational_chart", + "navigational_instrument", + "navigational_system", + "navigator", + "navratilova", + "navvy", + "navy", + "navy_base", + "navy_bean", + "navy_blue", + "navy_cross", + "navy_department", + "navy_man", + "navy_seal", + "navy_secretary", + "navy_yard", + "nawab", + "nawcwpns", + "nay", + "naysayer", + "naysaying", + "nazarene", + "nazareth", + "naze", + "nazi", + "nazi_germany", + "nazi_party", + "nazification", + "naziism", + "nazimova", + "nazism", + "nb", + "nbe", + "nbw", + "nc", + "ncdc", + "nd", + "ndebele", + "ndjamena", + "ne", + "ne'er-do-well", + "ne_plus_ultra", + "neandertal", + "neandertal_man", + "neanderthal", + "neanderthal_man", + "neap", + "neap_tide", + "neapolitan", + "neapolitan_ice_cream", + "near-death_experience", + "near_beer", + "near_east", + "near_gale", + "near_miss", + "near_thing", + "near_vision", + "nearness", + "nearside", + "nearsightedness", + "neat's-foot_oil", + "neatness", + "neb", + "nebbech", + "nebbish", + "nebcin", + "nebe", + "nebiim", + "nebn", + "nebo", + "nebraska", + "nebraska_fern", + "nebraskan", + "nebuchadnezzar", + "nebuchadnezzar_ii", + "nebuchadrezzar", + "nebuchadrezzar_ii", + "nebula", + "nebular_hypothesis", + "nebule", + "nebuliser", + "nebulizer", + "nec", + "necessary", + "necessitarian", + "necessity", + "neck", + "neck_bone", + "neck_brace", + "neck_exercise", + "neck_of_the_woods", + "neck_opening", + "neck_ruff", + "neck_sweetbread", + "neckar", + "neckar_river", + "neckband", + "neckcloth", + "necker", + "neckerchief", + "necking", + "necklace", + "necklace_poplar", + "necklace_tree", + "necklet", + "neckline", + "neckpiece", + "necktie", + "neckwear", + "necrobiosis", + "necrobiosis_lipoidica", + "necrobiosis_lipoidica_diabeticorum", + "necrology", + "necrolysis", + "necromancer", + "necromancy", + "necromania", + "necrophagia", + "necrophagy", + "necrophilia", + "necrophilism", + "necropolis", + "necropsy", + "necrosis", + "necrotizing_enteritis", + "necrotizing_enterocolitis", + "nectar", + "nectarine", + "nectarine_tree", + "nectary", + "necturus", + "necturus_maculosus", + "nederland", + "need", + "needer", + "neediness", + "needle", + "needle-bush", + "needle-wood", + "needle_bearing", + "needle_biopsy", + "needle_blight", + "needle_bush", + "needle_cast", + "needle_furze", + "needle_palm", + "needle_rush", + "needle_spike_rush", + "needle_wood", + "needlebush", + "needlecraft", + "needlefish", + "needlenose_pliers", + "needlepoint", + "needlepoint_embroidery", + "needlewoman", + "needlewood", + "needlework", + "needleworker", + "needy", + "neel", + "neem", + "neem_cake", + "neem_seed", + "neem_tree", + "neencephalon", + "nefariousness", + "nefazodone", + "nefertiti", + "neftali_ricardo_reyes", + "nefud", + "negaprion", + "negaprion_brevirostris", + "negara_brunei_darussalam", + "negation", + "negative", + "negative_charge", + "negative_chemotaxis", + "negative_correlation", + "negative_feedback", + "negative_feedback_circuit", + "negative_identification", + "negative_magnetic_pole", + "negative_muon", + "negative_pole", + "negative_reinforcer", + "negative_reinforcing_stimulus", + "negative_stimulation", + "negative_stimulus", + "negativeness", + "negativism", + "negativist", + "negativity", + "negatron", + "negev", + "negev_desert", + "neggram", + "neglect", + "neglect_of_duty", + "neglecter", + "neglectfulness", + "neglige", + "negligee", + "negligence", + "negotiable_instrument", + "negotiant", + "negotiation", + "negotiator", + "negotiatress", + "negotiatrix", + "negress", + "negritude", + "negro", + "negro_peach", + "negro_pepper", + "negro_race", + "negro_spiritual", + "negro_vine", + "negroid", + "negroid_race", + "negus", + "nehemiah", + "nehru", + "nei_monggol", + "neigh", + "neighbor", + "neighborhood", + "neighborliness", + "neighbour", + "neighbourhood", + "neighbourliness", + "neil_armstrong", + "neil_simon", + "neisseria_gonorrhoeae", + "nejd", + "nekton", + "nelfinavir", + "nell_gwynn", + "nell_gwynne", + "nell_gywn", + "nellie_bly", + "nellie_ross", + "nellie_tayloe_ross", + "nelson", + "nelson_algren", + "nelson_mandela", + "nelson_rolihlahla_mandela", + "nelumbo", + "nelumbo_lutea", + "nelumbo_nucifera", + "nelumbonaceae", + "nematocera", + "nematoda", + "nematode", + "nematode_worm", + "nembutal", + "nemea", + "nemean_games", + "nemean_lion", + "nemertea", + "nemertean", + "nemertina", + "nemertine", + "nemesis", + "nemophila", + "nemophila_aurita", + "nemophila_maculata", + "nemophila_menziesii", + "nenets", + "nentsi", + "nentsy", + "neo-darwinism", + "neo-lamarckism", + "neo-latin", + "neo_jazz", + "neobiotic", + "neoceratodus", + "neoceratodus_forsteri", + "neoclassicism", + "neoclassicist", + "neocolonialism", + "neocon", + "neoconservatism", + "neoconservative", + "neocortex", + "neodymium", + "neoencephalon", + "neoexpressionism", + "neofiber", + "neofiber_alleni", + "neohygrophorus", + "neohygrophorus_angelesianus", + "neolentinus", + "neolentinus_ponderosus", + "neoliberal", + "neoliberalism", + "neolith", + "neolithic", + "neolithic_age", + "neologism", + "neologist", + "neology", + "neomycin", + "neomys", + "neomys_anomalus", + "neomys_fodiens", + "neon", + "neon_induction_lamp", + "neon_lamp", + "neon_tube", + "neonatal_death", + "neonatal_hyperbilirubinemia", + "neonatal_intensive_care_unit", + "neonatal_mortality", + "neonatal_mortality_rate", + "neonatal_period", + "neonate", + "neonatology", + "neopallium", + "neophobia", + "neophron", + "neophron_percnopterus", + "neophyte", + "neoplasia", + "neoplasm", + "neoplastic_cell", + "neoplatonism", + "neoplatonist", + "neopolitan", + "neoprene", + "neoromanticism", + "neosho", + "neosho_river", + "neosporin", + "neostigmine", + "neoteny", + "neotoma", + "neotoma_cinerea", + "neotoma_floridana", + "neotoma_fuscipes", + "neotony", + "nepa", + "nepal", + "nepal_trumpet_flower", + "nepalese", + "nepalese_monetary_unit", + "nepalese_rupee", + "nepali", + "nepenthaceae", + "nepenthes", + "nepeta", + "nepeta_cataria", + "nepeta_hederaceae", + "nepheline", + "nephelinite", + "nephelite", + "nephelium", + "nephelium_lappaceum", + "nephelium_litchi", + "nephelium_longana", + "nephelium_mutabile", + "nephew", + "nephology", + "nephoscope", + "nephralgia", + "nephrectomy", + "nephrite", + "nephritis", + "nephroangiosclerosis", + "nephroblastoma", + "nephrocalcinosis", + "nephrogenic_diabetes_insipidus", + "nephrolepis", + "nephrolepis_exaltata", + "nephrolepis_exaltata_bostoniensis", + "nephrolepis_pectinata", + "nephrolith", + "nephrolithiasis", + "nephrology", + "nephron", + "nephropathy", + "nephrops", + "nephrops_norvegicus", + "nephropsidae", + "nephroptosia", + "nephroptosis", + "nephrosclerosis", + "nephrosis", + "nephrotic_syndrome", + "nephrotomy", + "nephrotoxin", + "nephthys", + "nephthytis", + "nephthytis_afzelii", + "nepidae", + "nepotism", + "nepotist", + "neptune", + "neptunium", + "nerd", + "nereid", + "nereus", + "nergal", + "nerita", + "nerita_peloronta", + "neritic_zone", + "neritid", + "neritid_gastropod", + "neritidae", + "neritina", + "nerium", + "nerium_oleander", + "nernst", + "nero", + "nero's_crown", + "nero_claudius_caesar_drusus_germanicus", + "nerodia", + "nerodia_sipedon", + "neroli_oil", + "nerthus", + "neruda", + "nerva", + "nerve", + "nerve_agent", + "nerve_block_anaesthesia", + "nerve_block_anesthesia", + "nerve_cell", + "nerve_center", + "nerve_centre", + "nerve_compression", + "nerve_deafness", + "nerve_end", + "nerve_ending", + "nerve_entrapment", + "nerve_fiber", + "nerve_fibre", + "nerve_gas", + "nerve_growth_factor", + "nerve_impulse", + "nerve_pathway", + "nerve_plexus", + "nerve_tissue", + "nerve_tract", + "nervelessness", + "nerveroot", + "nerves", + "nervi", + "nervii_olfactorii", + "nervous_breakdown", + "nervous_disorder", + "nervous_exhaustion", + "nervous_impulse", + "nervous_prostration", + "nervous_strain", + "nervous_system", + "nervous_tissue", + "nervousness", + "nervure", + "nervus", + "nervus_abducens", + "nervus_accessorius", + "nervus_coccygeus", + "nervus_facialis", + "nervus_femoralis", + "nervus_glossopharyngeus", + "nervus_hypoglosus", + "nervus_ischiadicus", + "nervus_oculomotorius", + "nervus_opticus", + "nervus_phrenicus", + "nervus_radialis", + "nervus_saphenus", + "nervus_spinalis", + "nervus_trigeminus", + "nervus_ulnaris", + "nervus_vagus", + "nervus_vestibulocochlearis", + "nescience", + "nesokia", + "ness", + "nesselrode", + "nesselrode_pudding", + "nessie", + "nest", + "nest_egg", + "nester", + "nesting_place", + "nestle", + "nestling", + "nestor", + "nestor_notabilis", + "nestor_paz_zamora_commission", + "nestorian", + "nestorian_church", + "nestorianism", + "nestorius", + "net", + "net_ball", + "net_estate", + "net_income", + "net_melon", + "net_profit", + "net_sales", + "net_ton", + "netball", + "nether_region", + "netherlander", + "netherlands", + "netherlands_antilles", + "netherlands_guiana", + "netherworld", + "netkeeper", + "netminder", + "netscape", + "netted_melon", + "netting", + "nettle", + "nettle-leaved_bellflower", + "nettle-leaved_goosefoot", + "nettle_family", + "nettle_rash", + "nettle_tree", + "nettleleaf_goosefoot", + "network", + "network_architecture", + "network_army", + "network_programming", + "network_topology", + "neumann", + "neural_arch", + "neural_impulse", + "neural_net", + "neural_network", + "neural_structure", + "neural_tube", + "neuralgia", + "neuralgy", + "neurasthenia", + "neurasthenic", + "neurectomy", + "neurilemma", + "neurilemoma", + "neurinoma", + "neuritis", + "neuroanatomy", + "neurobiologist", + "neurobiology", + "neuroblast", + "neuroblastoma", + "neurochemical", + "neurodermatitis", + "neuroepithelioma", + "neuroepithelium", + "neuroethics", + "neurofibroma", + "neurofibromatosis", + "neurogenesis", + "neurogenic_bladder", + "neuroglia", + "neurogliacyte", + "neuroglial_cell", + "neurohormone", + "neurohypophysis", + "neurolemma", + "neuroleptic", + "neuroleptic_agent", + "neuroleptic_drug", + "neurolinguist", + "neurolinguistics", + "neurological_disease", + "neurological_disorder", + "neurologist", + "neurology", + "neurolysin", + "neuroma", + "neuromuscular_blocking_agent", + "neuromuscular_junction", + "neuron", + "neurontin", + "neuropathy", + "neurophysiology", + "neuropil", + "neuropile", + "neuroplasty", + "neuropsychiatry", + "neuropsychology", + "neuroptera", + "neuropteran", + "neuropteron", + "neuropterous_insect", + "neurosarcoma", + "neuroscience", + "neuroscientist", + "neurosis", + "neurospora", + "neurosurgeon", + "neurosurgery", + "neurosyphilis", + "neurotic", + "neurotic_depression", + "neuroticism", + "neurotoxin", + "neurotransmitter", + "neurotrichus", + "neurotrichus_gibbsii", + "neurotropism", + "neuter", + "neutering", + "neutral", + "neutral_spirits", + "neutralisation", + "neutralisation_reaction", + "neutralism", + "neutralist", + "neutrality", + "neutralization", + "neutralization_fire", + "neutralization_reaction", + "neutrino", + "neutron", + "neutron_bomb", + "neutron_flux", + "neutron_radiation", + "neutron_star", + "neutropenia", + "neutrophil", + "neutrophile", + "neva", + "neva_river", + "nevada", + "nevadan", + "nevado_de_colima", + "neve", + "nevelson", + "never-never", + "never-never_land", + "nevil_shute", + "nevil_shute_norway", + "neville_chamberlain", + "nevirapine", + "nevis", + "nevoid_elephantiasis", + "nevus", + "nevus_flammeus", + "new_amsterdam", + "new_ballgame", + "new_britain", + "new_brunswick", + "new_caledonia", + "new_caledonian_pine", + "new_caledonian_yew", + "new_criticism", + "new_deal", + "new_dealer", + "new_delhi", + "new_edition", + "new_england", + "new_england_aster", + "new_england_boiled_dinner", + "new_england_clam_chowder", + "new_englander", + "new_english_bible", + "new_flower", + "new_forest", + "new_greek", + "new_guinea", + "new_hampshire", + "new_hampshirite", + "new_haven", + "new_hebrides", + "new_ireland", + "new_jazz", + "new_jersey", + "new_jerseyan", + "new_jerseyite", + "new_latin", + "new_line", + "new_london", + "new_look", + "new_mexican", + "new_mexico", + "new_moon", + "new_netherland", + "new_norwegian", + "new_orleans", + "new_penny", + "new_people's_army", + "new_phase_of_the_moon", + "new_river", + "new_river_gorge_bridge", + "new_scotland_yard", + "new_siberian_islands", + "new_south_wales", + "new_stone_age", + "new_style_calendar", + "new_testament", + "new_town", + "new_wave", + "new_waver", + "new_world", + "new_world_anteater", + "new_world_beaver", + "new_world_blackbird", + "new_world_chat", + "new_world_coral_snake", + "new_world_flycatcher", + "new_world_goldfinch", + "new_world_jay", + "new_world_least_weasel", + "new_world_leishmaniasis", + "new_world_monkey", + "new_world_mouse", + "new_world_opah", + "new_world_oriole", + "new_world_porcupine", + "new_world_sparrow", + "new_world_tapir", + "new_world_vulture", + "new_world_warbler", + "new_year", + "new_year's", + "new_year's_day", + "new_year's_eve", + "new_york", + "new_york_aster", + "new_york_bay", + "new_york_city", + "new_york_fern", + "new_york_minute", + "new_york_state", + "new_york_state_barge_canal", + "new_york_stock_exchange", + "new_york_strip", + "new_yorker", + "new_zealand", + "new_zealand_beech", + "new_zealand_cotton", + "new_zealand_dacryberry", + "new_zealand_daisybush", + "new_zealand_dollar", + "new_zealand_honeysuckle", + "new_zealand_islands", + "new_zealand_mountain_pine", + "new_zealand_spinach", + "new_zealand_white_pine", + "new_zealand_wine_berry", + "new_zealand_wren", + "new_zealander", + "newari", + "newark", + "newbie", + "newborn", + "newborn_baby", + "newborn_infant", + "newburg_sauce", + "newburgh", + "newcastle", + "newcastle-upon-tyne", + "newcastle_disease", + "newcomb", + "newcomer", + "newel", + "newel_post", + "newfoundland", + "newfoundland_and_labrador", + "newfoundland_dog", + "newfoundland_dwarf_birch", + "newgate", + "newlywed", + "newman", + "newmarket", + "newness", + "newport", + "newport_news", + "news", + "news_agency", + "news_article", + "news_bulletin", + "news_conference", + "news_event", + "news_item", + "news_leak", + "news_magazine", + "news_media", + "news_organisation", + "news_organization", + "news_photography", + "news_program", + "news_reader", + "news_report", + "news_show", + "news_story", + "newsagent", + "newsboy", + "newsbreak", + "newscast", + "newscaster", + "newsdealer", + "newsflash", + "newsletter", + "newsman", + "newsmonger", + "newspaper", + "newspaper_ad", + "newspaper_advertisement", + "newspaper_article", + "newspaper_clipping", + "newspaper_column", + "newspaper_columnist", + "newspaper_critic", + "newspaper_editor", + "newspaper_headline", + "newspaper_publisher", + "newspapering", + "newspaperman", + "newspaperwoman", + "newspeak", + "newsperson", + "newsprint", + "newsreader", + "newsreel", + "newsroom", + "newssheet", + "newsstand", + "newsstand_operator", + "newsvendor", + "newswoman", + "newsworthiness", + "newswriter", + "newt", + "newton", + "newton's_first_law", + "newton's_first_law_of_motion", + "newton's_law", + "newton's_law_of_gravitation", + "newton's_law_of_motion", + "newton's_second_law", + "newton's_second_law_of_motion", + "newton's_theory_of_gravitation", + "newton's_third_law", + "newton's_third_law_of_motion", + "newtonian", + "newtonian_mechanics", + "newtonian_reflector", + "newtonian_telescope", + "newtown_wonder", + "next_friend", + "next_of_kin", + "nexus", + "ney", + "nez_perce", + "ng", + "nga", + "ngaio_marsh", + "nganasan", + "ngb", + "ngf", + "ngo", + "ngu", + "ngultrum", + "nguni", + "nguyen_tat_thanh", + "ngwee", + "nh", + "ni", + "ni-hard", + "ni-hard_iron", + "ni-resist", + "ni-resist_iron", + "niacin", + "niagara", + "niagara_falls", + "niagara_river", + "niamey", + "nib", + "nibble", + "nibbler", + "nibelung", + "nibelungenlied", + "niblick", + "nicad", + "nicaea", + "nicandra", + "nicandra_physaloides", + "nicaragua", + "nicaraguan", + "nicaraguan_capital", + "nicaraguan_monetary_unit", + "niccolo_machiavelli", + "niccolo_paganini", + "nice", + "nicene_creed", + "niceness", + "nicety", + "niche", + "nicholas", + "nicholas_i", + "nicholas_ii", + "nicholas_v", + "nicholas_vachel_lindsay", + "nichrome", + "nick", + "nickel", + "nickel-base_alloy", + "nickel-cadmium_accumulator", + "nickel-iron_accumulator", + "nickel-iron_battery", + "nickel_alloy", + "nickel_bronze", + "nickel_note", + "nickel_silver", + "nickel_steel", + "nickelodeon", + "nicker", + "nicker_nut", + "nicker_seed", + "nicklaus", + "nicknack", + "nickname", + "nicol_prism", + "nicola_amati", + "nicola_sacco", + "nicolas_de_malebranche", + "nicolas_leonard_sadi_carnot", + "nicolas_poussin", + "nicolaus_copernicus", + "nicolo_amati", + "nicolson", + "nicosia", + "nicotiana", + "nicotiana_alata", + "nicotiana_glauca", + "nicotiana_rustica", + "nicotiana_tabacum", + "nicotinamide_adenine_dinucleotide", + "nicotinamide_adenine_dinucleotide_phosphate", + "nicotine", + "nicotine_addiction", + "nicotine_poisoning", + "nicotinic_acid", + "nictation", + "nictitating_membrane", + "nictitation", + "nicu", + "nidaros", + "nidation", + "niddm", + "nidularia", + "nidulariaceae", + "nidulariales", + "nidus", + "niebuhr", + "niece", + "niels_abel", + "niels_bohr", + "niels_henrik_abel", + "niels_henrik_david_bohr", + "nielsen", + "niemann-pick_disease", + "nierembergia", + "nierembergia_frutescens", + "nierembergia_repens", + "nierembergia_rivularis", + "nietzsche", + "nifedipine", + "niff", + "nigella", + "nigella_damascena", + "nigella_hispanica", + "nigella_sativa", + "niger", + "niger-congo", + "niger-kordofanian", + "niger-kordofanian_language", + "niger_franc", + "niger_river", + "nigeria", + "nigerian", + "nigerian_capital", + "nigerian_monetary_unit", + "nigerien", + "nigga", + "niggard", + "niggardliness", + "niggardness", + "nigger", + "niggler", + "night", + "night-blooming_cereus", + "night-light", + "night-line", + "night-robe", + "night-sight", + "night-stop", + "night_bell", + "night_bird", + "night_blindness", + "night_club", + "night_court", + "night_game", + "night_heron", + "night_jasmine", + "night_jessamine", + "night_latch", + "night_letter", + "night_life", + "night_lizard", + "night_owl", + "night_porter", + "night_raven", + "night_rider", + "night_school", + "night_shift", + "night_snake", + "night_soil", + "night_terror", + "night_vision", + "night_watch", + "night_watchman", + "nightbird", + "nightcap", + "nightclothes", + "nightclub", + "nightcrawler", + "nightdress", + "nightfall", + "nightgown", + "nighthawk", + "nightie", + "nightingale", + "nightjar", + "nightlife", + "nightmare", + "nightrider", + "nightshade", + "nightshirt", + "nightspot", + "nightstick", + "nighttime", + "nightwalker", + "nightwear", + "nightwork", + "nigra", + "nigroporus", + "nigroporus_vinosus", + "nih", + "nihau", + "nihau_island", + "nihil", + "nihil_obstat", + "nihilism", + "nihilist", + "nihilistic_delusion", + "nihility", + "nihon", + "nij", + "nijinsky", + "nijmegen", + "nike", + "nikita_khrushchev", + "nikita_sergeyevich_khrushchev", + "nikola_tesla", + "nikolaas_tinbergen", + "nikolai_andreyevich_rimski-korsakov", + "nikolai_andreyevich_rimsky-korsakov", + "nikolai_ivanovich_bukharin", + "nikolai_ivanovich_lobachevsky", + "nikolai_lenin", + "nikolai_vasilievich_gogol", + "nil", + "nile", + "nile_crocodile", + "nile_river", + "nilgai", + "nilgiri_hills", + "nilo-saharan", + "nilo-saharan_language", + "nilotic", + "nilotic_language", + "nilsson", + "nim", + "nim_tree", + "nimble_will", + "nimbleness", + "nimblewill", + "nimbus", + "nimbus_cloud", + "nimby", + "nimiety", + "nimitz", + "nimravus", + "nimrod", + "nin-sin", + "nina", + "nina_from_carolina", + "nincompoop", + "nine", + "nine-banded_armadillo", + "nine-spot", + "nine_iron", + "ninepence", + "ninepin", + "ninepin_ball", + "ninepins", + "niner", + "nineteen", + "nineteenth", + "nineteenth_amendment", + "nineties", + "ninetieth", + "ninety", + "nineveh", + "ningal", + "ningirsu", + "ningishzida", + "ninhursag", + "ninib", + "ninigi", + "ninigino-mikoto", + "ninja", + "ninjitsu", + "ninjutsu", + "ninkharsag", + "ninkhursag", + "ninny", + "ninon", + "ninth", + "ninth_cranial_nerve", + "ninth_of_ab", + "ninth_of_av", + "nintoo", + "nintu", + "ninurta", + "niobe", + "niobite", + "niobium", + "niobrara", + "niobrara_river", + "nip", + "nip_and_tuck", + "nipa", + "nipa_fruticans", + "nipa_palm", + "nipper", + "nipple", + "nipple_shield", + "nippon", + "nipponese", + "nipr", + "niqaabi", + "niqab", + "nirvana", + "nisan", + "nisei", + "nissan", + "nissen_hut", + "nist", + "nisus", + "nit", + "nitella", + "niter", + "nitpicker", + "nitramine", + "nitrate", + "nitrate_bacterium", + "nitrazepam", + "nitre", + "nitric_acid", + "nitric_bacteria", + "nitric_bacterium", + "nitric_oxide", + "nitride", + "nitrification", + "nitril", + "nitrile", + "nitrite", + "nitrite_bacterium", + "nitro_group", + "nitrobacter", + "nitrobacteria", + "nitrobacteriaceae", + "nitrobacterium", + "nitrobenzene", + "nitrocalcite", + "nitrocellulose", + "nitrochloroform", + "nitrochloromethane", + "nitrocotton", + "nitrofuran", + "nitrofurantoin", + "nitrogen", + "nitrogen_balance", + "nitrogen_cycle", + "nitrogen_dioxide", + "nitrogen_fixation", + "nitrogen_mustard", + "nitrogen_narcosis", + "nitrogen_oxide", + "nitrogen_trichloride", + "nitrogenase", + "nitroglycerin", + "nitroglycerine", + "nitrohydrochloric_acid", + "nitrosobacteria", + "nitrosomonas", + "nitrospan", + "nitrostat", + "nitrous_acid", + "nitrous_bacteria", + "nitrous_bacterium", + "nitrous_oxide", + "nitta_tree", + "nitty-gritty", + "nitweed", + "nitwit", + "nivose", + "nix", + "nixon", + "nizhni_novgorod", + "nizhnyi_novgorod", + "nj", + "njord", + "njorth", + "nlp", + "nlrb", + "nm", + "nmr", + "nne", + "nnrti", + "nnw", + "no", + "no-account", + "no-brainer", + "no-go_area", + "no-goal", + "no-hit_game", + "no-hitter", + "no-par-value_stock", + "no-par_stock", + "no-parking_zone", + "no-see-um", + "no-show", + "no-trump", + "no-win_situation", + "no.", + "no_ball", + "no_fault_automobile_insurance", + "no_fault_insurance", + "no_man's_land", + "noaa", + "noachian_deluge", + "noah", + "noah's_flood", + "noah_and_the_flood", + "noah_webster", + "noam_chomsky", + "nob", + "nob_hill", + "nobel", + "nobel_laureate", + "nobel_prize", + "nobelist", + "nobelium", + "nobility", + "noble", + "noble-mindedness", + "noble_cane", + "noble_gas", + "noble_metal", + "nobleman", + "nobleness", + "noblesse", + "noblesse_oblige", + "noblewoman", + "nobody", + "noc", + "noctambulation", + "noctambulism", + "noctambulist", + "noctiluca", + "noctiluca_miliaris", + "noctua", + "noctuid", + "noctuid_moth", + "noctuidae", + "nocturia", + "nocturnal_emission", + "nocturne", + "nod", + "nodal_rhythm", + "nodding_groundsel", + "nodding_onion", + "nodding_thistle", + "nodding_wild_onion", + "noddle", + "node", + "nodes_of_ranvier", + "nodule", + "noel", + "noel_coward", + "noemi", + "noesis", + "noether", + "nog", + "nogales", + "noggin", + "nogging", + "noguchi", + "noise", + "noise_conditions", + "noise_level", + "noise_pollution", + "noiselessness", + "noisemaker", + "noisiness", + "noisomeness", + "nol_pros", + "noli-me-tangere", + "nolina", + "nolina_microcarpa", + "nolle_prosequi", + "nolo_contendere", + "nom_de_guerre", + "nom_de_plume", + "noma", + "nomad", + "nombril", + "nome", + "nomenclature", + "nomenklatura", + "nomia", + "nomia_melanderi", + "nominal", + "nominal_aphasia", + "nominal_damages", + "nominal_head", + "nominal_phrase", + "nominal_value", + "nominalism", + "nominalist", + "nominating_address", + "nominating_speech", + "nomination", + "nominative", + "nominative_case", + "nominator", + "nominee", + "nomogram", + "nomograph", + "non-cash_expense", + "non-catholic", + "non-christian_priest", + "non-dedicated_file_server", + "non-discrimination", + "non-engagement", + "non-euclidean_geometry", + "non-flowering_plant", + "non-insulin-dependent_diabetes", + "non-insulin-dependent_diabetes_mellitus", + "non-involvement", + "non-ionic_detergent", + "non-issue", + "non-jew", + "non-market_economy", + "non-nucleoside_reverse_transcriptase_inhibitor", + "non-proliferation", + "non-resistant", + "non-standard_speech", + "non-ugric", + "non-volatile_storage", + "non_pros", + "non_prosequitur", + "non_sequitur", + "non_vult", + "nonabsorbency", + "nonacceptance", + "nonaccomplishment", + "nonachievement", + "nonachiever", + "nonage", + "nonagenarian", + "nonaggression", + "nonagon", + "nonalignment", + "nonalinement", + "nonallele", + "nonappearance", + "nonattendance", + "nonattender", + "nonbeing", + "nonbeliever", + "nonbiodegradable_pollution", + "noncallable_bond", + "noncandidate", + "nonce", + "nonce_word", + "nonchalance", + "noncitizen", + "noncoding_dna", + "noncom", + "noncombatant", + "noncommissioned_officer", + "noncompliance", + "noncompliant", + "nonconductor", + "nonconformance", + "nonconformism", + "nonconformist", + "nonconformity", + "nondepository_financial_institution", + "nondescript", + "nondevelopment", + "nondirectional_antenna", + "nondiscretionary_trust", + "nondisjunction", + "nondrinker", + "nondriver", + "none", + "nonentity", + "nonequivalence", + "nones", + "nonessential", + "nonesuch", + "nonesuch_clover", + "nonevent", + "nonexistence", + "nonfat_dry_milk", + "nonfeasance", + "nonfiction", + "nonfictional_prose", + "nonflowering_plant", + "nonfluent_aphasia", + "nongonococcal_urethritis", + "nongovernmental_organization", + "nonindulgence", + "noninterference", + "nonintervention", + "nonlinear_correlation", + "nonlinear_distortion", + "nonlinear_system", + "nonmalignant_neoplasm", + "nonmalignant_tumor", + "nonmalignant_tumour", + "nonmember", + "nonmetal", + "nonobservance", + "nonoccurrence", + "nonparametric_statistic", + "nonparametric_statistics", + "nonpareil", + "nonparticipant", + "nonparticipation", + "nonparticulate_radiation", + "nonpartisan", + "nonpartisanship", + "nonpartizan", + "nonpasserine_bird", + "nonpayment", + "nonperformance", + "nonperson", + "nonprofit", + "nonprofit_organization", + "nonproliferation", + "nonproliferation_center", + "nonrapid_eye_movement", + "nonrapid_eye_movement_sleep", + "nonreader", + "nonreligious_person", + "nonremittal", + "nonresident", + "nonresistance", + "nonrestrictive_clause", + "nonsense", + "nonsense_verse", + "nonsensicality", + "nonsingular_matrix", + "nonsmoker", + "nonsmoking_car", + "nonsocial_infection", + "nonsolid_color", + "nonsolid_colour", + "nonspecific_urethritis", + "nonstarter", + "nonsteroid", + "nonsteroidal", + "nonsteroidal_anti-inflammatory", + "nonsteroidal_anti-inflammatory_drug", + "nonstop", + "nonstop_flight", + "nonsuch", + "nontextual_matter", + "nonthrombocytopenic_purpura", + "nontricyclic", + "nontricyclic_antidepressant", + "nontricyclic_antidepressant_drug", + "nontricyclic_drug", + "nonuniformity", + "nonvascular_organism", + "nonvascular_plant", + "nonverbal_intelligence", + "nonviolence", + "nonviolent_resistance", + "nonvolatile_storage", + "nonworker", + "noodle", + "nook", + "nook_and_cranny", + "nookie", + "nooks_and_crannies", + "nooky", + "noon", + "noonan's_syndrome", + "noonday", + "noontide", + "noose", + "nootka", + "nootka_cypress", + "nopal", + "nopalea", + "nor'-east", + "nor'-nor'-east", + "nor'-nor'-west", + "nor'-west", + "nor-q-d", + "noradrenaline", + "norbert_wiener", + "nord-pas-de-calais", + "nordic", + "noreaster", + "noreg", + "norepinephrine", + "norethandrolone", + "norethindrone", + "norethindrone_acetate", + "norethynodrel", + "norflex", + "norfolk", + "norfolk_island", + "norfolk_island_pine", + "norfolk_jacket", + "norfolk_terrier", + "norfolk_wherry", + "norge", + "norgestrel", + "noria", + "norinyl", + "norlestrin", + "norlutin", + "norm", + "norma", + "norma_jean_baker", + "normal", + "normal_curve", + "normal_distribution", + "normal_dwarf", + "normal_fault", + "normal_school", + "normal_tension_glaucoma", + "normalcy", + "normalisation", + "normaliser", + "normality", + "normalization", + "normalizer", + "norman", + "norman-french", + "norman_architecture", + "norman_conquest", + "norman_french", + "norman_jewison", + "norman_mailer", + "norman_mattoon_thomas", + "norman_rockwell", + "norman_thomas", + "normandie", + "normandy", + "normodyne", + "normothermia", + "norn", + "norris", + "norrish", + "norse", + "norse_deity", + "norse_mythology", + "norseman", + "north", + "north-seeking_pole", + "north-south_direction", + "north_africa", + "north_america", + "north_american", + "north_american_country", + "north_american_free_trade_agreement", + "north_american_nation", + "north_atlantic", + "north_atlantic_council", + "north_atlantic_treaty", + "north_atlantic_treaty_organization", + "north_borneo", + "north_by_east", + "north_by_west", + "north_carolina", + "north_carolinian", + "north_cascades_national_park", + "north_celestial_pole", + "north_channel", + "north_dakota", + "north_dakotan", + "north_dravidian", + "north_equatorial_current", + "north_frigid_zone", + "north_germanic", + "north_germanic_language", + "north_island", + "north_island_edelweiss", + "north_korea", + "north_korean", + "north_korean_monetary_unit", + "north_korean_won", + "north_northeast", + "north_northwest", + "north_pacific", + "north_peak", + "north_platte", + "north_platte_river", + "north_pole", + "north_sea", + "north_side", + "north_star", + "north_star_state", + "north_temperate_zone", + "north_vietnam", + "north_wind", + "north_yorkshire", + "northampton", + "northamptonshire", + "northeast", + "northeast_by_east", + "northeast_by_north", + "northeaster", + "northeastern_united_states", + "northeastward", + "norther", + "northerly", + "northern", + "northern_alliance", + "northern_baptist", + "northern_baptist_convention", + "northern_barramundi", + "northern_bedstraw", + "northern_beech_fern", + "northern_bobwhite", + "northern_bog_lemming", + "northern_casque-headed_frog", + "northern_cricket_frog", + "northern_cross", + "northern_dewberry", + "northern_dune_tansy", + "northern_europe", + "northern_flying_squirrel", + "northern_harrier", + "northern_hemisphere", + "northern_holly_fern", + "northern_ireland", + "northern_jacob's_ladder", + "northern_lights", + "northern_lobster", + "northern_mammoth", + "northern_mariana_islands", + "northern_marianas", + "northern_oak_fern", + "northern_oriole", + "northern_parula", + "northern_phalarope", + "northern_pike", + "northern_pin_oak", + "northern_pitch_pine", + "northern_pocket_gopher", + "northern_porgy", + "northern_red_oak", + "northern_rhodesia", + "northern_scup", + "northern_sea_robin", + "northern_shrike", + "northern_snakehead", + "northern_snow_bedstraw", + "northern_spy", + "northern_storm_petrel", + "northern_territory", + "northern_white_cedar", + "northern_whiting", + "northern_woodsia", + "northerner", + "northernness", + "northland", + "northman", + "northrop", + "northrop_frye", + "northumberland", + "northumbria", + "northward", + "northwest", + "northwest_by_north", + "northwest_by_west", + "northwest_passage", + "northwest_territories", + "northwest_wind", + "northwester", + "northwestern_united_states", + "northwestward", + "nortriptyline", + "noruz", + "norvasc", + "norvir", + "norway", + "norway_lobster", + "norway_maple", + "norway_rat", + "norway_spruce", + "norwegian", + "norwegian_elkhound", + "norwegian_krone", + "norwegian_lobster", + "norwegian_monetary_unit", + "norwegian_sea", + "norwich_terrier", + "nose", + "nose_candy", + "nose_cone", + "nose_count", + "nose_dive", + "nose_drops", + "nose_flute", + "nose_job", + "nose_ring", + "nosebag", + "noseband", + "nosebleed", + "nosecount", + "nosedive", + "nosegay", + "nosepiece", + "nosewheel", + "nosey-parker", + "nosh", + "nosh-up", + "nosher", + "nosiness", + "nosology", + "nostalgia", + "nostoc", + "nostocaceae", + "nostradamus", + "nostril", + "nostrum", + "nosy-parker", + "not-for-profit", + "nota_bene", + "notability", + "notable", + "notary", + "notary_public", + "notation", + "notational_system", + "notch", + "note", + "note_of_hand", + "note_payable", + "note_receivable", + "note_value", + "notebook", + "notebook_computer", + "notebook_entry", + "notecase", + "notechis", + "notechis_scutatus", + "notemigonus", + "notemigonus_crysoleucas", + "notepad", + "notepaper", + "nothing", + "nothingness", + "nothings", + "nothofagus", + "nothofagus_cuninghamii", + "nothofagus_dombeyi", + "nothofagus_menziesii", + "nothofagus_obliqua", + "nothofagus_procera", + "nothofagus_solanderi", + "nothofagus_truncata", + "nothosaur", + "nothosauria", + "notice", + "notice_board", + "noticeability", + "noticeableness", + "noticer", + "notification", + "notion", + "notions_counter", + "notochord", + "notomys", + "notonecta", + "notonecta_undulata", + "notonectidae", + "notophthalmus", + "notophthalmus_viridescens", + "notoriety", + "notornis", + "notornis_mantelli", + "notoryctidae", + "notoryctus", + "notoryctus_typhlops", + "notostraca", + "notropis", + "notropis_atherinoides", + "notropis_cornutus", + "notturno", + "nouakchott", + "nougat", + "nougat_bar", + "nought", + "noughts_and_crosses", + "noumenon", + "noun", + "noun_phrase", + "nourishment", + "nous", + "nouveau-riche", + "nouvelle_cuisine", + "nouvelle_vague", + "nov", + "nov-esperanto", + "nov-latin", + "nova", + "nova_lisboa", + "nova_lox", + "nova_salmon", + "nova_scotia", + "nova_scotia_lox", + "nova_scotia_salmon", + "nova_scotian", + "nova_style_salmon", + "nova_zembla", + "novation", + "novaya_zemlya", + "novel", + "novelette", + "novelisation", + "novelist", + "novelization", + "novella", + "novelty", + "novelty_shop", + "november", + "november_1", + "november_11", + "november_2", + "november_5", + "novena", + "novgorod", + "novial", + "novice", + "noviciate", + "novillada", + "novillero", + "novitiate", + "novobiocin", + "novocain", + "novocaine", + "novosibirsk", + "now", + "nowadays", + "nowhere", + "nowness", + "nowrooz", + "nowruz", + "nox", + "noxiousness", + "noyes", + "nozzle", + "np", + "npa", + "npc", + "nra", + "nrc", + "nrem", + "nrem_sleep", + "nrl", + "nrna", + "nro", + "nrti", + "nsa", + "nsaid", + "nsc", + "nsf", + "nsu", + "nsw", + "nswc", + "nt", + "ntis", + "nu", + "nuance", + "nub", + "nubbin", + "nubbiness", + "nubble", + "nubia", + "nubian", + "nubian_desert", + "nucellus", + "nucha", + "nucifraga", + "nucifraga_caryocatactes", + "nucifraga_columbiana", + "nuclear-powered_ship", + "nuclear-powered_submarine", + "nuclear_cataract", + "nuclear_chemist", + "nuclear_chemistry", + "nuclear_club", + "nuclear_deterrence", + "nuclear_energy", + "nuclear_engineering", + "nuclear_explosion", + "nuclear_family", + "nuclear_fission", + "nuclear_fuel", + "nuclear_fusion", + "nuclear_fusion_reaction", + "nuclear_magnetic_resonance", + "nuclear_medicine", + "nuclear_meltdown", + "nuclear_physicist", + "nuclear_physics", + "nuclear_power", + "nuclear_propulsion", + "nuclear_reaction", + "nuclear_reactor", + "nuclear_regulatory_commission", + "nuclear_resonance", + "nuclear_rna", + "nuclear_rocket", + "nuclear_submarine", + "nuclear_terrorism", + "nuclear_transplantation", + "nuclear_warhead", + "nuclear_weapon", + "nuclear_winter", + "nuclease", + "nucleic_acid", + "nucleolar_organiser", + "nucleolar_organizer", + "nucleole", + "nucleolus", + "nucleolus_organiser", + "nucleolus_organizer", + "nucleon", + "nucleon_number", + "nucleonics", + "nucleoplasm", + "nucleoprotein", + "nucleoside", + "nucleoside_reverse_transcriptase_inhibitor", + "nucleosynthesis", + "nucleotide", + "nucleus", + "nucleus_niger", + "nuda", + "nude", + "nude_dancing", + "nude_mouse", + "nude_painting", + "nude_person", + "nude_sculpture", + "nude_statue", + "nudeness", + "nudge", + "nudger", + "nudibranch", + "nudibranchia", + "nudism", + "nudist", + "nudity", + "nudnick", + "nudnik", + "nuffield", + "nugget", + "nuisance", + "nuisance_abatement", + "nuisance_tax", + "nuisance_value", + "nuke", + "null", + "null_set", + "null_space", + "nullah", + "nullarbor_plain", + "nullification", + "nullifier", + "nullipara", + "nullity", + "numbat", + "number", + "number_1", + "number_agreement", + "number_cruncher", + "number_crunching", + "number_one", + "number_one_wood", + "number_representation_system", + "number_system", + "number_theorist", + "numbering", + "numberplate", + "numbers", + "numbers_game", + "numbers_pool", + "numbers_racket", + "numbfish", + "numbness", + "numdah", + "numdah_rug", + "numen", + "numenius", + "numenius_arquata", + "numenius_borealis", + "numeracy", + "numeral", + "numeration", + "numeration_system", + "numerator", + "numerical_analysis", + "numerical_quantity", + "numerical_value", + "numerologist", + "numerology", + "numerosity", + "numerousness", + "numida", + "numida_meleagris", + "numidia", + "numidian", + "numididae", + "numidinae", + "numismatics", + "numismatist", + "numismatologist", + "numismatology", + "nummulite", + "nummulitidae", + "numskull", + "nun", + "nun's_habit", + "nun_buoy", + "nunavut", + "nunc_dimittis", + "nuncio", + "nung", + "nunnery", + "nuphar", + "nuphar_advena", + "nuphar_lutea", + "nuphar_sagittifolium", + "nuprin", + "nuptials", + "nuptse", + "nuremberg", + "nureyev", + "nurnberg", + "nurse", + "nurse's_aide", + "nurse-midwife", + "nurse-patient_relation", + "nurse_clinician", + "nurse_log", + "nurse_practitioner", + "nurse_shark", + "nurseling", + "nursemaid", + "nurser", + "nursery", + "nursery_rhyme", + "nursery_school", + "nurseryman", + "nursing", + "nursing_aide", + "nursing_bottle", + "nursing_care", + "nursing_home", + "nursing_school", + "nursling", + "nurturance", + "nurture", + "nusa_tenggara", + "nusku", + "nut", + "nut-leaved_screw_tree", + "nut_and_bolt", + "nut_bar", + "nut_bread", + "nut_butter", + "nut_case", + "nut_grass", + "nut_house", + "nut_pine", + "nut_sedge", + "nut_tree", + "nutation", + "nutcase", + "nutcracker", + "nutgrass", + "nuthatch", + "nuthouse", + "nutlet", + "nutmeg", + "nutmeg-yew", + "nutmeg_family", + "nutmeg_flower", + "nutmeg_geranium", + "nutmeg_hickory", + "nutmeg_melon", + "nutmeg_state", + "nutmeg_tree", + "nutria", + "nutrient", + "nutrient_agar", + "nutrient_artery", + "nutriment", + "nutrition", + "nutritionist", + "nutritionist's_calorie", + "nutritiousness", + "nutritiveness", + "nuts_and_bolts", + "nutsedge", + "nutshell", + "nuttall's_oak", + "nuttall_oak", + "nutter", + "nuwc", + "nux_vomica", + "nuytsia", + "nuytsia_floribunda", + "nv", + "nw", + "nwbn", + "nwbw", + "ny", + "nyala", + "nyamuragira", + "nyamwezi", + "nyasaland", + "nybble", + "nyctaginaceae", + "nyctaginia", + "nyctaginia_capitata", + "nyctalopia", + "nyctanassa", + "nyctanassa_violacea", + "nyctereutes", + "nyctereutes_procyonides", + "nycticebus", + "nycticebus_pygmaeus", + "nycticebus_tardigradua", + "nycticorax", + "nycticorax_nycticorax", + "nyctimene", + "nyctophobia", + "nycturia", + "nydrazid", + "nyiragongo", + "nylghai", + "nylghau", + "nylon", + "nylon_stocking", + "nylons", + "nymph", + "nymphaea", + "nymphaea_alba", + "nymphaea_caerulea", + "nymphaea_lotus", + "nymphaea_odorata", + "nymphaea_stellata", + "nymphaeaceae", + "nymphalid", + "nymphalid_butterfly", + "nymphalidae", + "nymphalis", + "nymphalis_antiopa", + "nymphet", + "nymphicus", + "nymphicus_hollandicus", + "nympho", + "nympholepsy", + "nympholept", + "nymphomania", + "nymphomaniac", + "nynorsk", + "nypa", + "nyquist_frequency", + "nyquist_rate", + "nyse", + "nyssa", + "nyssa_aquatica", + "nyssa_sylvatica", + "nyssaceae", + "nystagmus", + "nystan", + "nystatin", + "nyx", + "o", + "o'brien", + "o'casey", + "o'connor", + "o'flaherty", + "o'hara", + "o'keeffe", + "o'neill", + "o'toole", + "o._henry", + "o.e.d.", + "o.k.", + "o_level", + "o_ring", + "oaf", + "oahu", + "oahu_island", + "oak", + "oak-leaved_goosefoot", + "oak_apple", + "oak_blight", + "oak_chestnut", + "oak_fern", + "oak_leaf_cluster", + "oak_tree", + "oakland", + "oakleaf_goosefoot", + "oakley", + "oakum", + "oar", + "oarfish", + "oarlock", + "oarsman", + "oarsmanship", + "oarswoman", + "oas", + "oasis", + "oast", + "oast_house", + "oat", + "oat_cell_carcinoma", + "oatcake", + "oates", + "oath", + "oatmeal", + "oatmeal_cookie", + "oaxaca", + "oaxaca_de_juarez", + "ob", + "ob_river", + "obadiah", + "obbligato", + "obduracy", + "obeah", + "obeche", + "obechi", + "obedience", + "obedience_plant", + "obedient_plant", + "obeisance", + "obelion", + "obelisk", + "oberson", + "obesity", + "obesity_diet", + "obfuscation", + "obi", + "obidoxime_chloride", + "obiism", + "obit", + "obiter_dictum", + "obituary", + "object", + "object-oriented_database", + "object-oriented_database_management_system", + "object-oriented_programing", + "object-oriented_programing_language", + "object-oriented_programming", + "object-oriented_programming_language", + "object_ball", + "object_code", + "object_glass", + "object_language", + "object_lens", + "object_lesson", + "object_of_a_preposition", + "object_of_the_verb", + "object_program", + "object_recognition", + "objectification", + "objection", + "objectionableness", + "objective", + "objective_case", + "objective_lens", + "objectiveness", + "objectivity", + "objector", + "objet_d'art", + "objurgation", + "oblanceolate_leaf", + "oblate", + "oblateness", + "oblation", + "obligate_anaerobe", + "obligation", + "obligato", + "obliger", + "obligingness", + "oblique", + "oblique_angle", + "oblique_bandage", + "oblique_case", + "oblique_triangle", + "oblique_vein_of_the_left_atrium", + "obliqueness", + "obliquity", + "obliteration", + "obliterator", + "oblivion", + "obliviousness", + "oblong", + "oblong_leaf", + "oblong_woodsia", + "oblongness", + "obloquy", + "obnoxiousness", + "oboe", + "oboe_d'amore", + "oboe_da_caccia", + "oboist", + "obolus", + "obovate_leaf", + "obscenity", + "obscurantism", + "obscurantist", + "obscureness", + "obscurity", + "obsequiousness", + "observance", + "observation", + "observation_dome", + "observation_post", + "observation_station", + "observation_tower", + "observatory", + "observed_fire", + "observer", + "observer's_meridian", + "obsession", + "obsessive", + "obsessive-compulsive", + "obsessive-compulsive_disorder", + "obsessive-compulsive_personality", + "obsessiveness", + "obsessivity", + "obsidian", + "obsolescence", + "obsoleteness", + "obstacle", + "obstacle_race", + "obstetrical_delivery", + "obstetrical_toad", + "obstetrician", + "obstetrics", + "obstinacy", + "obstinance", + "obstipation", + "obstreperousness", + "obstructer", + "obstruction", + "obstruction_of_justice", + "obstructionism", + "obstructionist", + "obstructive_shock", + "obstructor", + "obstruent", + "obtainment", + "obtention", + "obtrusiveness", + "obturator", + "obturator_vein", + "obtuse-angled_triangle", + "obtuse_angle", + "obtuse_leaf", + "obtuse_triangle", + "obtuseness", + "obverse", + "obviation", + "obviousness", + "oca", + "ocarina", + "occam", + "occam's_razor", + "occasion", + "occasions", + "occident", + "occidental", + "occidentalism", + "occipital_bone", + "occipital_cortex", + "occipital_gyrus", + "occipital_lobe", + "occipital_protuberance", + "occipital_vein", + "occipitomastoid_suture", + "occiput", + "occitan", + "occluded_front", + "occlusion", + "occlusive", + "occult", + "occult_arts", + "occultation", + "occultism", + "occultist", + "occupancy", + "occupancy_rate", + "occupant", + "occupation", + "occupation_licence", + "occupation_license", + "occupational_disease", + "occupational_group", + "occupational_hazard", + "occupational_safety_and_health_act", + "occupational_safety_and_health_administration", + "occupational_therapy", + "occupier", + "occurrence", + "occurrent", + "ocean", + "ocean_bottom", + "ocean_current", + "ocean_floor", + "ocean_liner", + "ocean_perch", + "ocean_pout", + "ocean_state", + "ocean_sunfish", + "ocean_trip", + "oceanaut", + "oceanfront", + "oceania", + "oceanic", + "oceanic_abyss", + "oceanic_bird", + "oceanic_bonito", + "oceanic_whitetip_shark", + "oceanica", + "oceanid", + "oceanites", + "oceanites_oceanicus", + "oceanographer", + "oceanography", + "oceanology", + "oceanus", + "ocellated_turkey", + "ocellus", + "ocelot", + "ocher", + "ochlocracy", + "ochna", + "ochna_family", + "ochna_serrulata", + "ochnaceae", + "ochoa", + "ochotona", + "ochotona_collaris", + "ochotona_princeps", + "ochotonidae", + "ochre", + "ochroma", + "ochroma_lagopus", + "ochronosis", + "ochs", + "ocimum", + "ocimum_basilicum", + "ockham", + "ockham's_razor", + "oconee_bells", + "ocotillo", + "oct", + "octad", + "octadecanoic_acid", + "octagon", + "octahedron", + "octal_digit", + "octal_notation", + "octal_number_system", + "octal_numeration_system", + "octameter", + "octane", + "octane_number", + "octane_rating", + "octanedioic_acid", + "octans", + "octant", + "octave", + "octavian", + "octavo", + "octet", + "octette", + "octillion", + "october", + "october_12", + "october_24", + "october_revolution", + "octoberfest", + "octogenarian", + "octonary", + "octopod", + "octopoda", + "octopodidae", + "octopus", + "octoroon", + "octosyllable", + "octroi", + "ocular", + "ocular_muscle", + "oculism", + "oculist", + "oculomotor", + "oculomotor_nerve", + "oculopharyngeal_muscular_dystrophy", + "oculus", + "oculus_dexter", + "oculus_sinister", + "ocyurus", + "ocyurus_chrysurus", + "od", + "odalisque", + "odd-even_check", + "odd-job_man", + "odd-leg_caliper", + "odd-pinnate_leaf", + "odd-toed_ungulate", + "odd_fellow", + "odd_fish", + "odd_hassel", + "odd_man_out", + "oddball", + "oddity", + "oddment", + "oddments", + "oddness", + "oddone_colonna", + "odds", + "odds-maker", + "odds_and_ends", + "ode", + "oder", + "oder_river", + "odesa", + "odessa", + "odets", + "odin", + "odiousness", + "odist", + "odium", + "odo", + "odo_of_lagery", + "odoacer", + "odobenidae", + "odobenus", + "odobenus_divergens", + "odobenus_rosmarus", + "odocoileus", + "odocoileus_hemionus", + "odocoileus_hemionus_columbianus", + "odocoileus_virginianus", + "odometer", + "odonata", + "odonate", + "odontalgia", + "odontaspididae", + "odontaspis", + "odontaspis_taurus", + "odontiasis", + "odontoceti", + "odontoglossum", + "odontoid_process", + "odontology", + "odontophorus", + "odor", + "odour", + "odovacar", + "odovakar", + "odynophagia", + "odysseus", + "odyssey", + "oecanthus", + "oecanthus_fultoni", + "oecumenism", + "oed", + "oedema", + "oedipal_complex", + "oedipus", + "oedipus_complex", + "oedipus_rex", + "oedogoniaceae", + "oedogoniales", + "oedogonium", + "oeil_de_boeuf", + "oenanthe", + "oenanthe_aquatica", + "oenanthe_crocata", + "oengus", + "oenologist", + "oenology", + "oenomel", + "oenophile", + "oenothera", + "oenothera_biennis", + "oenothera_fruticosa", + "oenothera_macrocarpa", + "oersted", + "oesophageal_reflux", + "oesophageal_veins", + "oesophagitis", + "oesophagogastric_junction", + "oesophagoscope", + "oesophagus", + "oesterreich", + "oestradiol", + "oestridae", + "oestriol", + "oestrogen", + "oestrone", + "oestrus", + "oestrus_ovis", + "oeuvre", + "off-axis_reflector", + "off-broadway", + "off-day", + "off-licence", + "off-line_equipment", + "off-line_operation", + "off-roader", + "off-season", + "off-speed_pitch", + "off-white", + "off_year", + "offal", + "offbeat", + "offenbach", + "offence", + "offender", + "offense", + "offensive", + "offensive_activity", + "offensiveness", + "offer", + "offer_price", + "offerer", + "offering", + "offeror", + "offertory", + "office", + "office-bearer", + "office_block", + "office_boy", + "office_building", + "office_furniture", + "office_of_inspector_general", + "office_of_intelligence_support", + "office_of_management_and_budget", + "office_of_naval_intelligence", + "office_of_the_dead", + "office_staff", + "officeholder", + "officer", + "officer's_mess", + "official", + "official_document", + "official_emissary", + "official_immunity", + "officialdom", + "officialese", + "officiant", + "officiating", + "officiation", + "officiousness", + "offing", + "offprint", + "offset", + "offset_lithography", + "offset_printing", + "offsetting_balance", + "offshoot", + "offshore_rig", + "offside", + "offspring", + "offstage", + "ofo", + "oftenness", + "ogalala", + "ogcocephalidae", + "ogden", + "ogden_nash", + "ogdoad", + "ogee", + "ogee_arch", + "ogive", + "oglala", + "ogler", + "ogre", + "ogress", + "oh", + "ohio", + "ohio_buckeye", + "ohio_goldenrod", + "ohio_river", + "ohio_state_university", + "ohioan", + "ohm", + "ohm's_law", + "ohmage", + "ohmic_resistance", + "ohmmeter", + "oig", + "oil", + "oil-hardened_steel", + "oil-industry_analyst", + "oil-rich_seed", + "oil-water_interface", + "oil_beetle", + "oil_burner", + "oil_business", + "oil_cake", + "oil_cartel", + "oil_change", + "oil_color", + "oil_colour", + "oil_company", + "oil_conservation", + "oil_filter", + "oil_furnace", + "oil_future", + "oil_geologist", + "oil_gland", + "oil_heater", + "oil_industry", + "oil_lamp", + "oil_meal", + "oil_nut", + "oil_of_cloves", + "oil_of_turpentine", + "oil_of_vitriol", + "oil_of_wintergreen", + "oil_paint", + "oil_painter", + "oil_painting", + "oil_palm", + "oil_pipeline", + "oil_pressure", + "oil_production", + "oil_pump", + "oil_refinery", + "oil_rig", + "oil_rigger", + "oil_shale", + "oil_slick", + "oil_stain", + "oil_tanker", + "oil_tycoon", + "oil_well", + "oilbird", + "oilcan", + "oilcloth", + "oiler", + "oilfield", + "oilfish", + "oiliness", + "oilman", + "oilpaper", + "oilrig", + "oilseed", + "oilskin", + "oilstone", + "oilstove", + "oink", + "ointment", + "oireachtas", + "ois", + "ojibwa", + "ojibway", + "ojos_del_salado", + "ok", + "oka", + "okapi", + "okapia", + "okapia_johnstoni", + "okay", + "okeechobee", + "okeechobee_waterway", + "okefenokee_swamp", + "okeh", + "oken", + "okenfuss", + "okey", + "okinawa", + "okinawa_campaign", + "oklahoma", + "oklahoma_city", + "oklahoman", + "okra", + "okra_plant", + "oktoberfest", + "ola", + "olaf_ii", + "olav_ii", + "old", + "old-age_insurance", + "old-age_pension", + "old-age_pensioner", + "old-fashionedness", + "old-field_toadflax", + "old-maid's_bonnet", + "old-man-of-the-woods", + "old-timer", + "old_age", + "old_bag", + "old_bailey", + "old_boy", + "old_boy_network", + "old_bulgarian", + "old_bullion", + "old_catholic", + "old_catholic_church", + "old_church_slavic", + "old_church_slavonic", + "old_codger", + "old_colony", + "old_country", + "old_delhi", + "old_dominion", + "old_dominion_state", + "old_english", + "old_english_sheepdog", + "old_faithful", + "old_fashioned", + "old_french", + "old_frisian", + "old_geezer", + "old_glory", + "old_gold", + "old_growth", + "old_guard", + "old_hand", + "old_hickory", + "old_high_german", + "old_icelandic", + "old_irish", + "old_ironsides", + "old_italian", + "old_lady", + "old_latin", + "old_line_state", + "old_maid", + "old_maid_flower", + "old_man", + "old_man's_beard", + "old_man_of_the_mountain", + "old_master", + "old_money", + "old_nick", + "old_norse", + "old_north_french", + "old_north_state", + "old_person", + "old_prussian", + "old_rose", + "old_salt", + "old_saxon", + "old_school", + "old_school_tie", + "old_sledge", + "old_south", + "old_squaw", + "old_stager", + "old_style", + "old_style_calendar", + "old_style_font", + "old_testament", + "old_times", + "old_witch_grass", + "old_witchgrass", + "old_wives'_tale", + "old_woman", + "old_world", + "old_world_beaver", + "old_world_buffalo", + "old_world_chat", + "old_world_coot", + "old_world_coral_snake", + "old_world_crayfish", + "old_world_flycatcher", + "old_world_hop_hornbeam", + "old_world_jay", + "old_world_least_weasel", + "old_world_leishmaniasis", + "old_world_mistletoe", + "old_world_monkey", + "old_world_oriole", + "old_world_porcupine", + "old_world_quail", + "old_world_rabbit", + "old_world_robin", + "old_world_scops_owl", + "old_world_vulture", + "old_world_warbler", + "old_world_white_pelican", + "old_world_yew", + "oldenburg", + "oldfield", + "oldie", + "oldness", + "oldster", + "oldtimer", + "olduvai_gorge", + "oldwench", + "oldwife", + "olea", + "olea_cunninghamii", + "olea_europaea", + "olea_lanceolata", + "oleaceae", + "oleaginousness", + "oleales", + "oleander", + "oleander_fern", + "oleandra", + "oleandra_mollis", + "oleandra_neriiformis", + "oleandraceae", + "olearia", + "olearia_argophylla", + "olearia_haastii", + "oleaster", + "oleaster_family", + "olecranon", + "olecranon_process", + "oled", + "olefin", + "olefine", + "oleic_acid", + "olein", + "oleo", + "oleo_oil", + "oleomargarine", + "oleoresin", + "oleoresin_capiscum", + "olfaction", + "olfactory_brain", + "olfactory_bulb", + "olfactory_impairment", + "olfactory_modality", + "olfactory_nerve", + "olfactory_organ", + "olfactory_perception", + "olfactory_property", + "olfactory_sensation", + "olfersia", + "olfersia_cervina", + "olga_korbut", + "olibanum", + "oligarch", + "oligarchy", + "oligocene", + "oligocene_epoch", + "oligochaeta", + "oligochaete", + "oligochaete_worm", + "oligoclase", + "oligodactyly", + "oligodendria", + "oligodendrocyte", + "oligodendroglia", + "oligodontia", + "oligomenorrhea", + "oligoplites", + "oligopoly", + "oligoporus", + "oligoporus_leucospongia", + "oligosaccharide", + "oligospermia", + "oliguria", + "olimbos", + "olive", + "olive-drab_uniform", + "olive-green", + "olive-tree_agaric", + "olive_branch", + "olive_brown", + "olive_drab", + "olive_family", + "olive_green", + "olive_oil", + "olive_ridley", + "olive_tree", + "olivenite", + "oliver", + "oliver_cromwell", + "oliver_ellsworth", + "oliver_goldsmith", + "oliver_hardy", + "oliver_hazard_perry", + "oliver_heaviside", + "oliver_stone", + "oliver_wendell_holmes", + "oliver_wendell_holmes_jr.", + "olivier", + "olivine", + "olla", + "olla_podrida", + "ollari", + "olm", + "olmec", + "olmsted", + "ology", + "olympia", + "olympiad", + "olympian", + "olympian_games", + "olympian_zeus", + "olympic_games", + "olympic_god", + "olympic_national_park", + "olympic_salamander", + "olympics", + "olympus", + "omaha", + "oman", + "omani", + "omani_monetary_unit", + "omani_rial", + "omar_bradley", + "omar_khayyam", + "omar_nelson_bradley", + "omasum", + "omayyad", + "omb", + "ombu", + "ombudsman", + "omdurman", + "omega", + "omega-3", + "omega-3_fatty_acid", + "omega-6", + "omega-6_fatty_acid", + "omega_centauri", + "omelet", + "omelet_pan", + "omelette", + "omelette_pan", + "omen", + "omental_bursa", + "omentum", + "omeprazole", + "omerta", + "omicron", + "omission", + "omiya", + "ommastrephes", + "ommatidium", + "ommiad", + "omnibus", + "omnidirectional_antenna", + "omnidirectional_radio_range", + "omnidirectional_range", + "omnipotence", + "omnipresence", + "omnirange", + "omniscience", + "omnium-gatherum", + "omnivore", + "omomyid", + "omomyid_group", + "omophagia", + "omotic", + "omphalocele", + "omphalos", + "omphaloskepsis", + "omphalotus", + "omphalotus_illudens", + "omphalus", + "omsk", + "on-license", + "on-line_database", + "on-off_switch", + "on/off_switch", + "on_the_qui_vive", + "on_the_road", + "on_tour", + "onager", + "onagraceae", + "onanism", + "onanist", + "once-over", + "onchocerciasis", + "oncidium", + "oncidium_papilio", + "oncidium_papilio_kramerianum", + "oncogene", + "oncologist", + "oncology", + "oncoming", + "oncorhynchus", + "oncorhynchus_keta", + "oncorhynchus_kisutch", + "oncorhynchus_nerka", + "oncorhynchus_tshawytscha", + "oncovin", + "ondaatje", + "ondatra", + "ondatra_zibethica", + "one", + "one-and-one", + "one-armed_bandit", + "one-billionth", + "one-dimensional_language", + "one-dimensionality", + "one-eighth", + "one-fifth", + "one-flowered_pyrola", + "one-flowered_wintergreen", + "one-fourth", + "one-half", + "one-hitter", + "one-hundred-millionth", + "one-hundred-thousandth", + "one-hundredth", + "one-liner", + "one-man_rule", + "one-millionth", + "one-night_stand", + "one-ninth", + "one-off", + "one-quadrillionth", + "one-quarter", + "one-quintillionth", + "one-seventh", + "one-sixteenth", + "one-sixth", + "one-sixtieth", + "one-sixty-fourth", + "one-spot", + "one-step", + "one-ten-thousandth", + "one-tenth", + "one-third", + "one-thirty-second", + "one-thousandth", + "one-trillionth", + "one-twelfth", + "one-upmanship", + "one-way_light_time", + "one-way_street", + "one_c", + "one_dollar_bill", + "one_iron", + "one_million_million", + "one_million_million_million", + "one_of_the_boys", + "one_percent", + "one_shot", + "one_thousand", + "one_thousand_million", + "one_thousand_thousand", + "onega", + "oneida", + "oneirism", + "oneiromancer", + "oneiromancy", + "oneness", + "onerousness", + "oni", + "onion", + "onion_bagel", + "onion_bread", + "onion_butter", + "onion_dome", + "onion_louse", + "onion_mildew", + "onion_plant", + "onion_roll", + "onion_salt", + "onion_smut", + "onion_stem", + "onion_thrips", + "onion_yellow-dwarf_virus", + "onion_yellow_dwarf", + "onionskin", + "oniscidae", + "oniscus", + "onlooker", + "ono", + "onobrychis", + "onobrychis_viciaefolia", + "onobrychis_viciifolia", + "onoclea", + "onoclea_sensibilis", + "onoclea_struthiopteris", + "onomancer", + "onomancy", + "onomasticon", + "onomastics", + "onomatomania", + "onomatopoeia", + "onondaga", + "ononis", + "ononis_repens", + "ononis_spinosa", + "onopordon", + "onopordon_acanthium", + "onopordum", + "onopordum_acanthium", + "onosmodium", + "onrush", + "onsager", + "onset", + "onslaught", + "ontario", + "ontogenesis", + "ontogeny", + "ontology", + "onus", + "onward_motion", + "onychium", + "onychogalea", + "onycholysis", + "onychomys", + "onychophora", + "onychophoran", + "onychosis", + "onyx", + "onyx_marble", + "onyxis", + "oocyte", + "oodles", + "oogenesis", + "oology", + "oolong", + "oom_paul_kruger", + "oomph", + "oomycetes", + "oophorectomy", + "oophoritis", + "oophorosalpingectomy", + "oort", + "oort_cloud", + "oosphere", + "oospore", + "ootid", + "ooze", + "ooze_leather", + "oozing", + "op_art", + "opacification", + "opacity", + "opah", + "opal", + "opal_glass", + "opalescence", + "opaque_gem", + "opaqueness", + "opcw", + "opec", + "opel", + "open", + "open-air_market", + "open-air_marketplace", + "open-angle_glaucoma", + "open-class_word", + "open-door_policy", + "open-end_credit", + "open-end_fund", + "open-end_investment_company", + "open-end_wrench", + "open-face_sandwich", + "open-heart_surgery", + "open-hearth_furnace", + "open-hearth_process", + "open_account", + "open_air", + "open_chain", + "open_circuit", + "open_door", + "open_fireplace", + "open_fracture", + "open_frame", + "open_house", + "open_interval", + "open_letter", + "open_marriage", + "open_order", + "open_primary", + "open_sandwich", + "open_secret", + "open_sesame", + "open_shop", + "open_sight", + "open_society", + "open_university", + "open_weave", + "openbill", + "opencast_mining", + "opener", + "openhandedness", + "opening", + "opening_line", + "opening_move", + "opening_night", + "openness", + "openside_plane", + "openwork", + "opepe", + "opera", + "opera_bouffe", + "opera_cloak", + "opera_comique", + "opera_company", + "opera_glasses", + "opera_hat", + "opera_hood", + "opera_house", + "opera_star", + "operagoer", + "operand", + "operant_conditioning", + "operatic_star", + "operating_budget", + "operating_capability", + "operating_capital", + "operating_cost", + "operating_expense", + "operating_instructions", + "operating_microscope", + "operating_procedure", + "operating_room", + "operating_statement", + "operating_surgeon", + "operating_system", + "operating_table", + "operating_theater", + "operating_theatre", + "operation", + "operation_code", + "operation_desert_storm", + "operational_casualty", + "operational_cell", + "operational_damage", + "operationalism", + "operations", + "operations_research", + "operative", + "operative_field", + "operator", + "operator_gene", + "operculum", + "operetta", + "operon", + "operoseness", + "opheodrys", + "opheodrys_aestivus", + "opheodrys_vernalis", + "ophidia", + "ophidian", + "ophidiidae", + "ophidism", + "ophiodon", + "ophiodon_elongatus", + "ophiodontidae", + "ophioglossaceae", + "ophioglossales", + "ophioglossum", + "ophioglossum_pendulum", + "ophiolatry", + "ophiophagus", + "ophiophagus_hannah", + "ophisaurus", + "ophiuchus", + "ophiurida", + "ophiuroidea", + "ophryon", + "ophrys", + "ophrys_apifera", + "ophrys_insectifera", + "ophrys_muscifera", + "ophrys_sphegodes", + "ophthalmectomy", + "ophthalmia", + "ophthalmia_neonatorum", + "ophthalmic_artery", + "ophthalmic_vein", + "ophthalmitis", + "ophthalmologist", + "ophthalmology", + "ophthalmoplegia", + "ophthalmoscope", + "ophthalmoscopy", + "opiate", + "opiliones", + "opinion", + "opinion_poll", + "opisthobranchia", + "opisthocomidae", + "opisthocomus", + "opisthocomus_hoazin", + "opisthognathidae", + "opisthorchiasis", + "opisthotonos", + "opium", + "opium_addict", + "opium_den", + "opium_poppy", + "opium_taker", + "opopanax", + "oporto", + "opossum", + "opossum_rat", + "opossum_shrimp", + "opossum_wood", + "oppenheimer", + "opponent", + "opportuneness", + "opportunism", + "opportunist", + "opportunistic_infection", + "opportunity", + "opportunity_cost", + "opposer", + "opposite", + "opposite_number", + "opposite_word", + "oppositeness", + "opposition", + "oppression", + "oppressiveness", + "oppressor", + "opprobrium", + "ops", + "opsanus_tau", + "opsin", + "opsonin", + "opsonisation", + "opsonization", + "optative", + "optative_mood", + "optez", + "optic", + "optic_axis", + "optic_chiasm", + "optic_chiasma", + "optic_cup", + "optic_disc", + "optic_disk", + "optic_nerve", + "optic_radiation", + "optic_tract", + "optical_aberration", + "optical_bench", + "optical_condenser", + "optical_crown", + "optical_crown_glass", + "optical_density", + "optical_device", + "optical_disc", + "optical_disk", + "optical_fiber", + "optical_fibre", + "optical_flint", + "optical_fusion", + "optical_glass", + "optical_illusion", + "optical_instrument", + "optical_lens", + "optical_maser", + "optical_opacity", + "optical_phenomenon", + "optical_prism", + "optical_pyrometer", + "optical_telescope", + "optician", + "optics", + "optimisation", + "optimism", + "optimist", + "optimization", + "optimum", + "option", + "optometrist", + "optometry", + "opulence", + "opuntia", + "opuntia_cholla", + "opuntia_lindheimeri", + "opuntia_tuna", + "opuntiales", + "opus", + "opv", + "or", + "or_circuit", + "or_gate", + "orach", + "orache", + "oracle", + "oracle_of_apollo", + "oracle_of_delphi", + "oradexon", + "oral", + "oral_cancer", + "oral_cavity", + "oral_communication", + "oral_contraception", + "oral_contraceptive", + "oral_contraceptive_pill", + "oral_contract", + "oral_exam", + "oral_examination", + "oral_fissure", + "oral_herpes", + "oral_personality", + "oral_phase", + "oral_poliovirus_vaccine", + "oral_presentation", + "oral_roberts", + "oral_sex", + "oral_smear", + "oral_stage", + "oran", + "orang", + "orange", + "orange-blossom_orchid", + "orange-juice_concentrate", + "orange_balsam", + "orange_bat", + "orange_daisy", + "orange_fleabane", + "orange_free_state", + "orange_grass", + "orange_group", + "orange_grove", + "orange_hawkweed", + "orange_horseshoe_bat", + "orange_juice", + "orange_liqueur", + "orange_marmalade", + "orange_milkweed", + "orange_milkwort", + "orange_mushroom_pimple", + "orange_order", + "orange_peel", + "orange_peel_fungus", + "orange_pekoe", + "orange_red", + "orange_rind", + "orange_river", + "orange_sneezeweed", + "orange_soda", + "orange_toast", + "orange_tortrix", + "orange_tree", + "orange_yellow", + "orange_zest", + "orangeade", + "orangeman", + "orangeness", + "orangery", + "orangewood", + "orangutan", + "orangutang", + "orasone", + "oration", + "orator", + "oratorio", + "oratory", + "orb", + "orb-weaver", + "orb-weaving_spider", + "orb_web", + "orbiculate_leaf", + "orbignya", + "orbignya_cohune", + "orbignya_martiana", + "orbignya_phalerata", + "orbignya_spesiosa", + "orbison", + "orbit", + "orbit_period", + "orbital_cavity", + "orbital_motion", + "orbital_plane", + "orbital_point", + "orbital_rotation", + "orbitale", + "orbiter", + "orca", + "orchard", + "orchard_apple_tree", + "orchard_grass", + "orchard_oriole", + "orchestia", + "orchestiidae", + "orchestra", + "orchestra_pit", + "orchestral_bells", + "orchestration", + "orchestrator", + "orchid", + "orchid_cactus", + "orchid_family", + "orchid_tree", + "orchidaceae", + "orchidaceous_plant", + "orchidales", + "orchidalgia", + "orchidectomy", + "orchiectomy", + "orchil", + "orchiopexy", + "orchis", + "orchis_mascula", + "orchis_papilionaceae", + "orchis_spectabilis", + "orchitis", + "orchotomy", + "orcinus", + "orcinus_orca", + "orcus", + "orczy", + "ord_kangaroo_rat", + "ordainer", + "ordeal", + "ordeal_bean", + "ordeal_tree", + "order", + "order-chenopodiales", + "order_acarina", + "order_accipitriformes", + "order_actinaria", + "order_actiniaria", + "order_actinomycetales", + "order_actinomyxidia", + "order_aepyorniformes", + "order_agaricales", + "order_alcyonaria", + "order_alismales", + "order_amoebida", + "order_amoebina", + "order_amphipoda", + "order_anacanthini", + "order_anaspida", + "order_andreaeales", + "order_anguilliformes", + "order_anoplura", + "order_anostraca", + "order_anseriformes", + "order_anthocerotales", + "order_anura", + "order_aphyllophorales", + "order_aplacophora", + "order_apodes", + "order_apodiformes", + "order_apterygiformes", + "order_arales", + "order_araneae", + "order_araneida", + "order_aristolochiales", + "order_arms", + "order_artiodactyla", + "order_aspergillales", + "order_auriculariales", + "order_batoidei", + "order_batrachia", + "order_belemnoidea", + "order_bennettitales", + "order_berycomorphi", + "order_blastocladiales", + "order_book", + "order_branchiura", + "order_bryales", + "order_campanulales", + "order_caprimulgiformes", + "order_carnivora", + "order_caryophyllales", + "order_casuariiformes", + "order_casuarinales", + "order_caudata", + "order_cestida", + "order_cetacea", + "order_charadriiformes", + "order_charales", + "order_chelonethida", + "order_chelonia", + "order_chiroptera", + "order_chlorococcales", + "order_chytridiales", + "order_ciconiiformes", + "order_cilioflagellata", + "order_coccidia", + "order_code", + "order_coleoptera", + "order_collembola", + "order_columbiformes", + "order_colymbiformes", + "order_commelinales", + "order_coniferales", + "order_conodonta", + "order_conodontophorida", + "order_coraciiformes", + "order_cordaitales", + "order_corrodentia", + "order_crocodilia", + "order_crocodylia", + "order_cuculiformes", + "order_cycadales", + "order_cycadofilicales", + "order_cyclostomata", + "order_cydippea", + "order_cydippida", + "order_cydippidea", + "order_cypriniformes", + "order_decapoda", + "order_dermaptera", + "order_dermoptera", + "order_diapensiales", + "order_dicranales", + "order_dictyoptera", + "order_dinocerata", + "order_dinoflagellata", + "order_dinornithiformes", + "order_diptera", + "order_discocephali", + "order_ebenales", + "order_edentata", + "order_embiodea", + "order_embioptera", + "order_endomycetales", + "order_entomophthorales", + "order_ephemerida", + "order_ephemeroptera", + "order_equisetales", + "order_ericales", + "order_erysiphales", + "order_eubacteriales", + "order_eubryales", + "order_euphausiacea", + "order_eurotiales", + "order_eurypterida", + "order_exocycloida", + "order_fagales", + "order_falconiformes", + "order_filicales", + "order_foraminifera", + "order_form", + "order_fucales", + "order_gadiformes", + "order_galliformes", + "order_ganoidei", + "order_gaviiformes", + "order_gentianales", + "order_geophilomorpha", + "order_geraniales", + "order_ginkgoales", + "order_gnetales", + "order_graminales", + "order_gregarinida", + "order_gruiformes", + "order_guttiferales", + "order_gymnophiona", + "order_haemosporidia", + "order_haplosporidia", + "order_heliozoa", + "order_helotiales", + "order_hemiptera", + "order_heterosomata", + "order_heterotrichales", + "order_hymenogastrales", + "order_hymenoptera", + "order_hypericales", + "order_hypermastigina", + "order_hypocreales", + "order_hyracoidea", + "order_ichthyosauria", + "order_ictodosauria", + "order_insectivora", + "order_insessores", + "order_isoetales", + "order_isopoda", + "order_isoptera", + "order_isospondyli", + "order_juglandales", + "order_jungermanniales", + "order_lagomorpha", + "order_laminariales", + "order_lechanorales", + "order_lepidodendrales", + "order_lepidoptera", + "order_lichenales", + "order_liliales", + "order_lobata", + "order_loricata", + "order_lycoperdales", + "order_lycopodiales", + "order_lyginopteridales", + "order_madreporaria", + "order_mallophaga", + "order_malvales", + "order_mantophasmatodea", + "order_marattiales", + "order_marchantiales", + "order_marsupialia", + "order_mecoptera", + "order_moniliales", + "order_monotremata", + "order_mucorales", + "order_musales", + "order_myaceae", + "order_mycelia_sterilia", + "order_mycoplasmatales", + "order_mycrosporidia", + "order_myricales", + "order_myrtales", + "order_mysidacea", + "order_myxobacterales", + "order_myxobacteria", + "order_myxobacteriales", + "order_myxosporidia", + "order_naiadales", + "order_neuroptera", + "order_nidulariales", + "order_notostraca", + "order_nudibranchia", + "order_octopoda", + "order_odonata", + "order_oedogoniales", + "order_of_business", + "order_of_magnitude", + "order_of_our_lady_of_mount_carmel", + "order_of_payment", + "order_of_saint_benedict", + "order_of_the_day", + "order_of_the_purple_heart", + "order_oleales", + "order_ophioglossales", + "order_opiliones", + "order_opuntiales", + "order_orchidales", + "order_ornithischia", + "order_orthoptera", + "order_ostariophysi", + "order_osteoglossiformes", + "order_ostracodermi", + "order_palmales", + "order_pandanales", + "order_papaverales", + "order_paper", + "order_parietales", + "order_passeriformes", + "order_pectinibranchia", + "order_pediculati", + "order_pedipalpi", + "order_pelecaniformes", + "order_pelycosauria", + "order_perciformes", + "order_percomorphi", + "order_perissodactyla", + "order_peronosporales", + "order_pezizales", + "order_phalangida", + "order_phallales", + "order_phasmatodea", + "order_phasmida", + "order_pholidota", + "order_picariae", + "order_piciformes", + "order_piperales", + "order_plantaginales", + "order_platyctenea", + "order_plecoptera", + "order_plectognathi", + "order_pleuronectiformes", + "order_plumbaginales", + "order_podicipediformes", + "order_podicipitiformes", + "order_polemoniales", + "order_polygonales", + "order_polymastigina", + "order_polypodiales", + "order_primates", + "order_primulales", + "order_proboscidea", + "order_procellariiformes", + "order_proteales", + "order_protura", + "order_pseudomonadales", + "order_pseudoscorpiones", + "order_pseudoscorpionida", + "order_psilophytales", + "order_psilotales", + "order_psittaciformes", + "order_psocoptera", + "order_pterosauria", + "order_pulmonata", + "order_pycnogonida", + "order_radiolaria", + "order_rajiformes", + "order_ranales", + "order_ranunculales", + "order_raptores", + "order_rhamnales", + "order_rheiformes", + "order_rhoeadales", + "order_rhynchocephalia", + "order_rickettsiales", + "order_rodentia", + "order_rosales", + "order_rubiales", + "order_salicales", + "order_salientia", + "order_santalales", + "order_sapindales", + "order_saprolegniales", + "order_sarcosporidia", + "order_sarraceniales", + "order_saurischia", + "order_sauropterygia", + "order_scandentia", + "order_sclerodermatales", + "order_scleroparei", + "order_scorpionida", + "order_scrophulariales", + "order_secotiales", + "order_selaginellales", + "order_siluriformes", + "order_siphonaptera", + "order_siphonophora", + "order_sirenia", + "order_solenichthyes", + "order_solenogastres", + "order_spatangoida", + "order_sphaeriales", + "order_sphaerocarpales", + "order_sphagnales", + "order_sphenisciformes", + "order_spirochaetales", + "order_squamata", + "order_stegocephalia", + "order_stereospondyli", + "order_stomatopoda", + "order_strigiformes", + "order_struthioniformes", + "order_synentognathi", + "order_taxales", + "order_temnospondyli", + "order_testacea", + "order_testudinata", + "order_testudines", + "order_tetraodontiformes", + "order_thecodontia", + "order_therapsida", + "order_thymelaeales", + "order_thysanoptera", + "order_thysanura", + "order_tinamiformes", + "order_torpediniformes", + "order_tremellales", + "order_trichoptera", + "order_trogoniformes", + "order_tuberales", + "order_tubulidentata", + "order_tulostomatales", + "order_ulvales", + "order_umbellales", + "order_uredinales", + "order_urodella", + "order_uropygi", + "order_urticales", + "order_ustilaginales", + "order_volvocales", + "order_xiphosura", + "order_xyridales", + "order_zeomorphi", + "order_zygnemales", + "order_zygnematales", + "ordered_series", + "orderer", + "ordering", + "orderliness", + "orderly", + "orderly_sergeant", + "ordinal", + "ordinal_number", + "ordinance", + "ordinand", + "ordinariness", + "ordinary", + "ordinary_annuity", + "ordinary_bicycle", + "ordinary_care", + "ordinary_life_insurance", + "ordinary_shares", + "ordinate", + "ordination", + "ordnance", + "ordnance_store", + "ordnance_survey", + "ordovician", + "ordovician_period", + "ordure", + "ore", + "ore_bed", + "ore_dressing", + "ore_processing", + "oread", + "oreamnos", + "oreamnos_americanus", + "orectolobidae", + "orectolobus", + "orectolobus_barbatus", + "oregano", + "oregon", + "oregon_alder", + "oregon_ash", + "oregon_cedar", + "oregon_crab_apple", + "oregon_fir", + "oregon_grape", + "oregon_holly_grape", + "oregon_jargon", + "oregon_larch", + "oregon_lily", + "oregon_maple", + "oregon_myrtle", + "oregon_oak", + "oregon_pine", + "oregon_white_oak", + "oregonian", + "oreide", + "oreo", + "oreo_cookie", + "oreopteris", + "oreopteris_limbosperma", + "oreortyx", + "oreortyx_picta_palmeri", + "orestes", + "orff", + "organ", + "organ-grinder", + "organ_donor", + "organ_loft", + "organ_of_corti", + "organ_of_hearing", + "organ_of_speech", + "organ_pipe", + "organ_stop", + "organ_transplant", + "organdie", + "organdy", + "organelle", + "organic", + "organic_brain_syndrome", + "organic_chemistry", + "organic_compound", + "organic_disorder", + "organic_evolution", + "organic_fertiliser", + "organic_fertilizer", + "organic_law", + "organic_light-emitting_diode", + "organic_phenomenon", + "organic_process", + "organic_structure", + "organicism", + "organification", + "organisation", + "organiser", + "organism", + "organist", + "organization", + "organization_chart", + "organization_expense", + "organization_for_the_prohibition_of_chemical_weapons", + "organization_man", + "organization_of_american_states", + "organization_of_petroleum-exporting_countries", + "organization_of_the_oppressed_on_earth", + "organized_crime", + "organized_labor", + "organized_religion", + "organizer", + "organon", + "organophosphate", + "organophosphate_nerve_agent", + "organs", + "organza", + "orgasm", + "orgy", + "oriel", + "oriel_window", + "orient", + "oriental", + "oriental_alabaster", + "oriental_arborvitae", + "oriental_beetle", + "oriental_bittersweet", + "oriental_black_mushroom", + "oriental_bush_cherry", + "oriental_cherry", + "oriental_cockroach", + "oriental_garlic", + "oriental_person", + "oriental_plane", + "oriental_poppy", + "oriental_roach", + "oriental_scops_owl", + "oriental_sore", + "oriental_spruce", + "oriental_studies", + "orientalism", + "orientalist", + "orientation", + "orientation_course", + "orifice", + "oriflamme", + "origami", + "origanum", + "origanum_dictamnus", + "origanum_majorana", + "origanum_vulgare", + "origen", + "origin", + "original", + "original_sin", + "originalism", + "originality", + "origination", + "origination_fee", + "originator", + "orinasal", + "orinasal_phone", + "orinase", + "orinoco", + "orinoco_river", + "oriole", + "oriolidae", + "oriolus", + "oriolus_oriolus", + "orion", + "orison", + "orissa", + "orites", + "orites_excelsa", + "oriya", + "orizaba", + "orkney_islands", + "orlando", + "orlando_di_lasso", + "orleanais", + "orleanism", + "orleanist", + "orleans", + "orlon", + "orlop", + "orlop_deck", + "orly", + "orly_group", + "ormandy", + "ormazd", + "ormer", + "ormolu", + "ormosia", + "ormosia_coarctata", + "ormosia_monosperma", + "ormuzd", + "ornament", + "ornamental", + "ornamentalism", + "ornamentalist", + "ornamentation", + "ornateness", + "orneriness", + "ornithine", + "ornithischia", + "ornithischian", + "ornithischian_dinosaur", + "ornithogalum", + "ornithogalum_pyrenaicum", + "ornithogalum_thyrsoides", + "ornithogalum_umbellatum", + "ornithologist", + "ornithology", + "ornithomimid", + "ornithomimida", + "ornithopod", + "ornithopod_dinosaur", + "ornithopoda", + "ornithopter", + "ornithorhynchidae", + "ornithorhynchus", + "ornithorhynchus_anatinus", + "ornithosis", + "orobanchaceae", + "orogeny", + "orography", + "oroide", + "orology", + "orono", + "orontium", + "orontium_aquaticum", + "oropharynx", + "orozco", + "orphan", + "orphan_site", + "orphanage", + "orphanhood", + "orphans'_asylum", + "orphenadrine", + "orpheus", + "orphrey", + "orpiment", + "orpin", + "orpine", + "orpington", + "orr", + "orrery", + "orris", + "orrisroot", + "orson_welles", + "ortalis", + "ortega", + "ortega_y_gasset", + "orthicon", + "orthilia", + "orthoboric_acid", + "orthochorea", + "orthochromatic_film", + "orthoclase", + "orthodontia", + "orthodontic_braces", + "orthodontic_treatment", + "orthodontics", + "orthodontist", + "orthodonture", + "orthodox_catholic_church", + "orthodox_church", + "orthodox_jew", + "orthodox_judaism", + "orthodox_sleep", + "orthodoxy", + "orthoepist", + "orthoepy", + "orthogonal_opposition", + "orthogonality", + "orthography", + "orthomorphic_projection", + "orthomyxovirus", + "orthopaedics", + "orthopaedist", + "orthopedics", + "orthopedist", + "orthophosphate", + "orthophosphoric_acid", + "orthophosphorous_acid", + "orthopnea", + "orthopristis", + "orthopristis_chrysopterus", + "orthopter", + "orthoptera", + "orthopteran", + "orthopteron", + "orthopterous_insect", + "orthoptics", + "orthoptist", + "orthoscope", + "orthostatic_hypotension", + "orthotomus", + "orthotomus_sutorius", + "orthotropous_ovule", + "ortilis_vetula_macalli", + "ortolan", + "ortolan_bunting", + "ortygan", + "orudis", + "orudis_kt", + "orumiyeh", + "oruvail", + "orville_wright", + "orwell", + "orycteropodidae", + "orycteropus", + "orycteropus_afer", + "oryctolagus", + "oryctolagus_cuniculus", + "oryx", + "oryx_gazella", + "oryza", + "oryza_sativa", + "oryzomys", + "oryzomys_palustris", + "oryzopsis", + "oryzopsis_hymenoides", + "oryzopsis_miliacea", + "orzo", + "os", + "os_breve", + "os_capitatum", + "os_frontale", + "os_hamatum", + "os_hyoideum", + "os_ischii", + "os_longum", + "os_lunatum", + "os_nasale", + "os_palatinum", + "os_pisiforme", + "os_pubis", + "os_scaphoideum", + "os_sesamoideum", + "os_sphenoidale", + "os_tarsi_fibulare", + "os_temporale", + "os_trapezium", + "os_trapezoideum", + "os_triquetrum", + "os_zygomaticum", + "osage", + "osage_orange", + "osage_river", + "osaka", + "osaka_bay", + "osama_bin_laden", + "osasco", + "osborne", + "oscan", + "oscar", + "oscar_fingal_o'flahertie_wills_wilde", + "oscar_hammerstein", + "oscar_hammerstein_ii", + "oscar_palmer_robertson", + "oscar_robertson", + "oscar_wilde", + "oscheocele", + "oscheocoele", + "oscillation", + "oscillator", + "oscillatoriaceae", + "oscillogram", + "oscillograph", + "oscilloscope", + "oscine", + "oscine_bird", + "oscines", + "oscitance", + "oscitancy", + "osco-umbrian", + "osculating_circle", + "osculation", + "osculator", + "osha", + "osier", + "osip_emilevich_mandelstam", + "osip_mandelstam", + "osiris", + "oslo", + "osman_i", + "osmanli", + "osmanthus", + "osmanthus_americanus", + "osmeridae", + "osmerus", + "osmerus_eperlanus", + "osmerus_mordax", + "osmiridium", + "osmitrol", + "osmium", + "osmoreceptor", + "osmosis", + "osmotic_pressure", + "osmund", + "osmunda_cinnamonea", + "osmunda_clatonia", + "osmunda_regalis", + "osmundaceae", + "osprey", + "osseous_labyrinth", + "osseous_tissue", + "ossete", + "ossicle", + "ossiculum", + "ossification", + "osso_buco", + "ossuary", + "ostariophysi", + "osteichthyes", + "osteitis", + "osteitis_deformans", + "ostensive_definition", + "ostensorium", + "ostentation", + "ostentatiousness", + "osteoarthritis", + "osteoblast", + "osteoblastoma", + "osteochondroma", + "osteoclasis", + "osteoclast", + "osteocyte", + "osteodystrophy", + "osteogenesis_imperfecta", + "osteogenic_sarcoma", + "osteoglossidae", + "osteoglossiformes", + "osteologer", + "osteologist", + "osteology", + "osteolysis", + "osteoma", + "osteomalacia", + "osteomyelitis", + "osteopath", + "osteopathist", + "osteopathy", + "osteopetrosis", + "osteophyte", + "osteoporosis", + "osteosarcoma", + "osteosclerosis", + "osteosclerosis_congenita", + "osteostracan", + "osteostraci", + "osteotomy", + "ostiarius", + "ostiary", + "ostinato", + "ostiole", + "ostler", + "ostomy", + "ostraciidae", + "ostracism", + "ostracod", + "ostracoda", + "ostracoderm", + "ostracodermi", + "ostrava", + "ostrea", + "ostrea_gigas", + "ostreidae", + "ostrich", + "ostrich_fern", + "ostrogoth", + "ostrya", + "ostrya_carpinifolia", + "ostrya_virginiana", + "ostryopsis", + "ostwald", + "ostwald's_theory_of_indicators", + "ostyak", + "ostyak-samoyed", + "oswald", + "oswald_spengler", + "oswald_veblen", + "oswego_tea", + "otaheite_arrowroot", + "otaheite_arrowroot_starch", + "otalgia", + "otaria", + "otaria_byronia", + "otariidae", + "otc_market", + "otc_security", + "otc_stock", + "othello", + "otherness", + "otherworld", + "otherworldliness", + "othman_i", + "otho", + "otho_i", + "otho_of_lagery", + "othonna", + "otic_ganglion", + "otides", + "otididae", + "otis", + "otis_skinner", + "otis_tarda", + "otitis", + "otitis_externa", + "otitis_interna", + "otitis_media", + "oto", + "otoe", + "otoganglion", + "otolaryngologist", + "otolaryngology", + "otologist", + "otology", + "otoplasty", + "otorhinolaryngologist", + "otorhinolaryngology", + "otorrhea", + "otosclerosis", + "otoscope", + "ottar", + "ottava_rima", + "ottawa", + "ottawa_river", + "otter", + "otter_hound", + "otter_shrew", + "otterhound", + "ottmar_mergenthaler", + "otto_frisch", + "otto_fritz_meyerhof", + "otto_hahn", + "otto_heinrich_warburg", + "otto_i", + "otto_jespersen", + "otto_loewi", + "otto_meyerhof", + "otto_neumann_sverdrup", + "otto_robert_frisch", + "otto_the_great", + "otto_von_bismarck", + "otto_wagner", + "ottoman", + "ottoman_dynasty", + "ottoman_empire", + "ottoman_turk", + "ottorino_respighi", + "ottumwa", + "otus", + "otus_asio", + "otus_scops", + "otus_sunia", + "ouachita", + "ouachita_river", + "oubliette", + "ouguiya", + "ouija", + "ouija_board", + "oujda", + "ounce", + "our_lady's_bedstraw", + "our_lady's_mild_thistle", + "our_lord's_candle", + "ouranopithecus", + "ouranos", + "ouse", + "ouse_river", + "ousel", + "ouster", + "ousting", + "out", + "out-and-outer", + "out-basket", + "out-migration", + "out-of-body_experience", + "out-of-court_settlement", + "out-of-doors", + "out-of-the-box_thinking", + "out-tray", + "out_of_bounds", + "outage", + "outaouais", + "outback", + "outboard", + "outboard_motor", + "outboard_motorboat", + "outbreak", + "outbuilding", + "outburst", + "outcast", + "outcaste", + "outcome", + "outcrop", + "outcropping", + "outcry", + "outdoor_game", + "outdoor_man", + "outdoor_sport", + "outdoor_stage", + "outdoors", + "outdoorsman", + "outdoorswoman", + "outer_boundary", + "outer_ear", + "outer_garment", + "outer_hebrides", + "outer_mongolia", + "outer_planet", + "outer_space", + "outercourse", + "outerwear", + "outfall", + "outfield", + "outfielder", + "outfit", + "outfitter", + "outfitting", + "outflow", + "outgo", + "outgoer", + "outgrowth", + "outhouse", + "outing", + "outlander", + "outlandishness", + "outlaw", + "outlawry", + "outlay", + "outlet", + "outlet_box", + "outlier", + "outline", + "outlook", + "outpatient", + "outport", + "outpost", + "outpouring", + "output", + "output-to-input_ratio", + "output_contract", + "output_device", + "output_file", + "output_program", + "output_routine", + "output_signal", + "outrage", + "outrageousness", + "outreach", + "outrider", + "outrigger", + "outrigger_canoe", + "outset", + "outside", + "outside_caliper", + "outside_clinch", + "outside_door", + "outside_loop", + "outside_mirror", + "outsider", + "outsider_art", + "outsize", + "outskirt", + "outskirts", + "outsole", + "outspokenness", + "outstation", + "outstroke", + "outtake", + "outthrust", + "outturn", + "outwardness", + "outwork", + "ouzel", + "ouzo", + "ov", + "oval", + "oval_kumquat", + "oval_office", + "oval_window", + "ovalbumin", + "ovalipes", + "ovalipes_ocellatus", + "ovarian_artery", + "ovarian_cyst", + "ovarian_pregnancy", + "ovarian_vein", + "ovariectomy", + "ovaritis", + "ovary", + "ovate_leaf", + "ovation", + "oven", + "oven_stuffer", + "oven_stuffer_roaster", + "oven_thermometer", + "ovenbird", + "ovenware", + "over", + "over-crowding", + "over-the-counter_drug", + "over-the-counter_market", + "over-the-counter_medicine", + "over-the-shoulder_bombing", + "over_the_counter_security", + "over_the_counter_stock", + "overabundance", + "overachievement", + "overachiever", + "overacting", + "overactivity", + "overage", + "overall", + "overanxiety", + "overappraisal", + "overbearingness", + "overbid", + "overbite", + "overburden", + "overcall", + "overcapitalisation", + "overcapitalization", + "overcast", + "overcasting", + "overcharge", + "overclothes", + "overcoat", + "overcoating", + "overcomer", + "overcompensation", + "overconfidence", + "overcredulity", + "overcrossing", + "overcup_oak", + "overdraft", + "overdraft_credit", + "overdrive", + "overeating", + "overemphasis", + "overestimate", + "overestimation", + "overexertion", + "overexploitation", + "overexposure", + "overfeeding", + "overflight", + "overflow", + "overflow_incontinence", + "overgarment", + "overgrowth", + "overhand_knot", + "overhand_pitch", + "overhand_stitch", + "overhang", + "overhaul", + "overhead", + "overhead_projector", + "overhead_railway", + "overheating", + "overindulgence", + "overkill", + "overlap", + "overlapping", + "overlay", + "overlayer", + "overlip", + "overload", + "overlook", + "overlord", + "overlordship", + "overmantel", + "overmuch", + "overmuchness", + "overnight_bag", + "overnight_case", + "overnighter", + "overpass", + "overpayment", + "overplus", + "overpopulation", + "overpressure", + "overprint", + "overproduction", + "overprotection", + "overrating", + "overreaction", + "overreckoning", + "overrefinement", + "override", + "overrun", + "overseas_cap", + "overseas_telegram", + "overseer", + "oversensitiveness", + "overshielding", + "overshoe", + "overshoot", + "oversight", + "oversimplification", + "overskirt", + "overspill", + "overstatement", + "overstrain", + "overstuffed_chair", + "oversupply", + "overt_operation", + "overtaking", + "overthrow", + "overthrust_fault", + "overtime", + "overtime_period", + "overtolerance", + "overtone", + "overture", + "overturn", + "overuse", + "overutilisation", + "overutilization", + "overvaluation", + "overview", + "overweight", + "overwork", + "overworking", + "ovibos", + "ovibos_moschatus", + "ovid", + "oviduct", + "oviedo", + "ovimbundu", + "ovipositor", + "oviraptorid", + "ovis", + "ovis_ammon", + "ovis_aries", + "ovis_canadensis", + "ovis_montana_dalli", + "ovis_musimon", + "ovis_poli", + "ovis_vignei", + "ovocon", + "ovoflavin", + "ovoid", + "ovolo", + "ovotestis", + "ovral", + "ovrette", + "ovulation", + "ovulation_method", + "ovulation_method_of_family_planning", + "ovule", + "ovulen", + "ovum", + "owen", + "owen_glendower", + "owen_wister", + "owens", + "owensboro", + "owl", + "owlclaws", + "owlet", + "owlet_moth", + "owlt", + "own_goal", + "own_right", + "owner", + "owner-driver", + "owner-occupier", + "ownership", + "ox", + "ox-eyed_daisy", + "oxacillin", + "oxalacetate", + "oxalacetic_acid", + "oxalate", + "oxalic_acid", + "oxalidaceae", + "oxalis", + "oxalis_acetosella", + "oxalis_caprina", + "oxalis_cernua", + "oxalis_corniculata", + "oxalis_crenata", + "oxalis_pes-caprae", + "oxalis_tuberosa", + "oxalis_violacea", + "oxaloacetate", + "oxaloacetic_acid", + "oxandra", + "oxandra_lanceolata", + "oxaprozin", + "oxazepam", + "oxblood_red", + "oxbow", + "oxbow_lake", + "oxbridge", + "oxcart", + "oxen", + "oxeye", + "oxeye_daisy", + "oxford", + "oxford_english", + "oxford_english_dictionary", + "oxford_gray", + "oxford_grey", + "oxford_movement", + "oxford_university", + "oxheart", + "oxheart_cherry", + "oxidant", + "oxidase", + "oxidation", + "oxidation-reduction", + "oxidation-reduction_indicator", + "oxidation_number", + "oxidation_state", + "oxidative_phosphorylation", + "oxide", + "oxidisation", + "oxidiser", + "oxidization", + "oxidized_ldl_cholesterol", + "oxidizer", + "oxidizing_agent", + "oxidoreductase", + "oxidoreduction", + "oxime", + "oximeter", + "oxlip", + "oxonian", + "oxtail", + "oxtail_soup", + "oxtant", + "oxtongue", + "oxyacetylene", + "oxyacetylene_torch", + "oxyacid", + "oxybelis", + "oxybenzene", + "oxybutyric_acid", + "oxycephaly", + "oxydendrum", + "oxydendrum_arboreum", + "oxygen", + "oxygen_acid", + "oxygen_debt", + "oxygen_deficit", + "oxygen_mask", + "oxygenase", + "oxygenation", + "oxyhaemoglobin", + "oxyhemoglobin", + "oxylebius", + "oxylebius_pictus", + "oxymoron", + "oxyopia", + "oxyphenbutazone", + "oxyphencyclimine", + "oxytetracycline", + "oxytetracycline_hydrochloride", + "oxytocic", + "oxytocic_drug", + "oxytocin", + "oxytone", + "oxytropis", + "oxytropis_lambertii", + "oxyura", + "oxyura_jamaicensis", + "oxyuranus", + "oxyuranus_scutellatus", + "oxyuridae", + "oyabun", + "oyster", + "oyster-fish", + "oyster_agaric", + "oyster_bank", + "oyster_bar", + "oyster_bed", + "oyster_catcher", + "oyster_crab", + "oyster_cracker", + "oyster_dressing", + "oyster_fish", + "oyster_fungus", + "oyster_mushroom", + "oyster_park", + "oyster_plant", + "oyster_shell", + "oyster_stew", + "oyster_stuffing", + "oystercatcher", + "oysterfish", + "oysters_rockefeller", + "oz.", + "ozaena", + "ozark_chinkapin", + "ozark_chinquapin", + "ozark_mountains", + "ozark_plateau", + "ozark_sundrops", + "ozarks", + "ozawa", + "ozena", + "ozocerite", + "ozokerite", + "ozone", + "ozone_hole", + "ozone_layer", + "ozone_sickness", + "ozonide", + "ozonium", + "ozonosphere", + "ozothamnus", + "ozothamnus_secundiflorus", + "p", + "p-n-p_transistor", + "p-n_junction", + "p-type_semiconductor", + "p._g._wodehouse", + "p._p._von_mauser", + "p._t._barnum", + "p.a.", + "p.a._system", + "p.e.", + "p.o.", + "p/e_ratio", + "pa", + "pa'anga", + "pa_system", + "paba", + "pabir", + "pablo_casals", + "pablo_neruda", + "pablo_picasso", + "pablum", + "pabulum", + "pac", + "pac-man_strategy", + "paca", + "pace", + "pace_car", + "pace_lap", + "pacemaker", + "pacer", + "pacesetter", + "pacha", + "pachinko", + "pachisi", + "pachouli", + "pachuco", + "pachycephala", + "pachycephalosaur", + "pachycephalosaurus", + "pachycheilia", + "pachyderm", + "pachyderma", + "pachyrhizus", + "pachyrhizus_erosus", + "pachyrhizus_tuberosus", + "pachysandra", + "pachysandra_procumbens", + "pachysandra_terminalis", + "pachytene", + "pacific", + "pacific_bonito", + "pacific_bottlenose_dolphin", + "pacific_coast", + "pacific_cod", + "pacific_giant_salamander", + "pacific_halibut", + "pacific_hemlock", + "pacific_herring", + "pacific_newt", + "pacific_northwest", + "pacific_ocean", + "pacific_plum", + "pacific_ridley", + "pacific_sardine", + "pacific_silver_fir", + "pacific_spiny_dogfish", + "pacific_standard_time", + "pacific_sturgeon", + "pacific_time", + "pacific_tree_toad", + "pacific_tripletail", + "pacific_walrus", + "pacific_yew", + "pacification", + "pacificism", + "pacificist", + "pacifier", + "pacifism", + "pacifist", + "pacing", + "pacinian_corpuscle", + "pack", + "pack_animal", + "pack_ice", + "pack_of_cards", + "pack_rat", + "pack_riding", + "pack_tent", + "package", + "package_bomb", + "package_holiday", + "package_store", + "package_tour", + "packaged_goods", + "packaging", + "packaging_company", + "packaging_concern", + "packed_cell_volume", + "packed_cells", + "packer", + "packera", + "packera_aurea", + "packet", + "packet_boat", + "packhorse", + "packing", + "packing_box", + "packing_case", + "packing_material", + "packing_needle", + "packing_nut", + "packing_plant", + "packinghouse", + "packman", + "packrat", + "packsack", + "packsaddle", + "packthread", + "pact", + "pad", + "pad_of_paper", + "padauk", + "padda", + "padda_oryzivora", + "padder", + "padding", + "paddle", + "paddle-box", + "paddle-wheeler", + "paddle_box", + "paddle_steamer", + "paddle_wheel", + "paddlefish", + "paddler", + "paddlewheel", + "paddock", + "paddy", + "paddy_field", + "paddy_wagon", + "paddymelon", + "pademelon", + "paderewski", + "padlock", + "padouk", + "padova", + "padre", + "padrone", + "padua", + "paducah", + "paean", + "paederast", + "paederasty", + "paediatrician", + "paediatrics", + "paedophile", + "paedophilia", + "paella", + "paeonia", + "paeoniaceae", + "paeony", + "pagad", + "pagan", + "pagan_religion", + "paganini", + "paganism", + "page", + "page-at-a-time_printer", + "page_number", + "page_printer", + "pageant", + "pageantry", + "pageboy", + "pagellus", + "pagellus_centrodontus", + "pager", + "paget", + "paget's_disease", + "pagination", + "paging", + "pago_pago", + "pagoda", + "pagoda_tree", + "pagophila", + "pagophila_eburnea", + "pagophilus", + "pagophilus_groenlandicus", + "pagrus", + "pagrus_pagrus", + "paguridae", + "pagurus", + "pahautea", + "pahlavi", + "pahlevi", + "pahoehoe", + "paid_vacation", + "paige", + "paigle", + "pail", + "pailful", + "paillasse", + "pain", + "pain_in_the_ass", + "pain_in_the_neck", + "pain_pill", + "pain_sensation", + "pain_threshold", + "pain_unit", + "paine", + "painful_sensation", + "painfulness", + "painkiller", + "pains", + "painstakingness", + "paint", + "paint_leaf", + "paint_roller", + "paintball", + "paintball_gun", + "paintbox", + "paintbrush", + "painted-leaf_begonia", + "painted_beauty", + "painted_cup", + "painted_daisy", + "painted_desert", + "painted_greenling", + "painted_leaf", + "painted_nettle", + "painted_sandgrouse", + "painted_terrapin", + "painted_tongue", + "painted_tortoise", + "painted_turtle", + "painter", + "painter's_colic", + "painting", + "pair", + "pair_creation", + "pair_formation", + "pair_of_pincers", + "pair_of_pliers", + "pair_of_scissors", + "pair_of_tongs", + "pair_of_tweezers", + "pair_of_virginals", + "pair_production", + "pairing", + "paisa", + "paisley", + "paiute", + "paiwanic", + "pajama", + "pak_choi", + "pakchoi", + "pakistan", + "pakistani", + "pakistani_monetary_unit", + "pakistani_rupee", + "pal", + "palace", + "palace_car", + "palace_of_versailles", + "paladin", + "palaeencephalon", + "palaemon", + "palaemon_australis", + "palaemonidae", + "palaeoanthropology", + "palaeobiology", + "palaeobotany", + "palaeoclimatology", + "palaeodendrology", + "palaeoecology", + "palaeoethnography", + "palaeogeography", + "palaeogeology", + "palaeolithic", + "palaeology", + "palaeontologist", + "palaeontology", + "palaeopathology", + "palaeornithology", + "palaeozoology", + "palaestra", + "palaetiology", + "palaic", + "palankeen", + "palanquin", + "palaquium", + "palaquium_gutta", + "palas", + "palatability", + "palatableness", + "palatal", + "palate", + "palatinate", + "palatine", + "palatine_artery", + "palatine_bone", + "palatine_raphe", + "palatine_tonsil", + "palatine_vein", + "palatopharyngoplasty", + "palau", + "palau_islands", + "palaver", + "pale", + "pale_ale", + "pale_chrysanthemum_aphid", + "pale_coral_root", + "pale_violet", + "pale_yellow", + "paleacrita", + "paleacrita_vernata", + "paleencephalon", + "paleface", + "paleness", + "paleo-american", + "paleo-american_culture", + "paleo-amerind", + "paleo-amerind_culture", + "paleo-indian", + "paleo-indian_culture", + "paleoanthropology", + "paleobiology", + "paleobotany", + "paleocene", + "paleocene_epoch", + "paleocerebellum", + "paleoclimatology", + "paleocortex", + "paleodendrology", + "paleoecology", + "paleoencephalon", + "paleoethnography", + "paleogeography", + "paleogeology", + "paleographer", + "paleographist", + "paleography", + "paleolith", + "paleolithic", + "paleolithic_age", + "paleology", + "paleomammalogy", + "paleontologist", + "paleontology", + "paleopathology", + "paleornithology", + "paleostriatum", + "paleozoic", + "paleozoic_era", + "paleozoology", + "palermo", + "palestine", + "palestine_authority", + "palestine_islamic_jihad", + "palestine_liberation_front", + "palestine_liberation_organization", + "palestine_national_authority", + "palestinian", + "palestinian_arab", + "palestinian_hizballah", + "palestinian_islamic_jihad", + "palestinian_national_authority", + "palestra", + "palestrina", + "paletiology", + "palette", + "palette_knife", + "palfrey", + "palgrave", + "pali", + "palilalia", + "palimony", + "palimpsest", + "palindrome", + "paling", + "palingenesis", + "palinuridae", + "palinurus", + "palisade", + "paliurus", + "paliurus_spina-christi", + "pall", + "pall-mall", + "pall_mall", + "palladio", + "palladium", + "pallas", + "pallas's_cat", + "pallas's_sandgrouse", + "pallas_athena", + "pallas_athene", + "pallasite", + "pallbearer", + "pallet", + "pallette", + "palliasse", + "palliation", + "palliative", + "pallid_bat", + "pallidity", + "pallidness", + "pallidum", + "pallium", + "pallone", + "pallor", + "palm", + "palm_beach", + "palm_cat", + "palm_civet", + "palm_family", + "palm_kernel", + "palm_nut", + "palm_oil", + "palm_reading", + "palm_sunday", + "palm_tree", + "palma_christ", + "palma_christi", + "palmaceae", + "palmae", + "palmales", + "palmate_leaf", + "palmature", + "palmer", + "palmer_peninsula", + "palmetto", + "palmetto_state", + "palmist", + "palmister", + "palmistry", + "palmitic_acid", + "palmitin", + "palmyra", + "palmyra_palm", + "palo_alto", + "palo_santo", + "palo_verde", + "palometa", + "palometa_simillima", + "palomino", + "palooka", + "paloverde", + "palpability", + "palpation", + "palpebra", + "palpebra_conjunctiva", + "palpebration", + "palpitation", + "palsgrave", + "palsy", + "paltering", + "paltriness", + "pamelor", + "pamir_mountains", + "pamlico", + "pampas", + "pampas_grass", + "pamperer", + "pampering", + "pamphlet", + "pamphleteer", + "pan", + "pan_american_day", + "pan_american_union", + "pan_gravy", + "pan_paniscus", + "pan_troglodytes", + "pan_troglodytes_schweinfurthii", + "pan_troglodytes_troglodytes", + "pan_troglodytes_verus", + "panacea", + "panache", + "panadol", + "panama", + "panama_canal", + "panama_canal_zone", + "panama_city", + "panama_hat", + "panama_redwood", + "panama_redwood_tree", + "panama_tree", + "panamanian", + "panamanian_capital", + "panamanian_monetary_unit", + "panamica", + "panamiga", + "panatela", + "panax", + "panax_ginseng", + "panax_pseudoginseng", + "panax_quinquefolius", + "panax_schinseng", + "pancake", + "pancake_batter", + "pancake_day", + "pancake_turner", + "pancake_turtle", + "pancarditis", + "panchayat", + "panchayet", + "panchen_lama", + "pancho_villa", + "panchromatic_film", + "pancreas", + "pancreatectomy", + "pancreatic_artery", + "pancreatic_cancer", + "pancreatic_duct", + "pancreatic_fibrosis", + "pancreatic_juice", + "pancreatic_vein", + "pancreatin", + "pancreatitis", + "pancytopenia", + "panda", + "panda_bear", + "panda_car", + "pandanaceae", + "pandanales", + "pandanus", + "pandanus_tectorius", + "pandar", + "pandean_pipe", + "pandemic", + "pandemonium", + "pander", + "panderer", + "pandiculation", + "pandion", + "pandion_haliaetus", + "pandionidae", + "pandora", + "pandora's_box", + "pandowdy", + "pandurate_leaf", + "panduriform_leaf", + "pane", + "pane_of_glass", + "panegyric", + "panegyrist", + "panel", + "panel_discussion", + "panel_heating", + "panel_light", + "panel_truck", + "paneling", + "panelist", + "panelling", + "panellist", + "panencephalitis", + "panetela", + "panetella", + "panfish", + "pang", + "panga", + "pangaea", + "pangea", + "pangloss", + "pango_pango", + "pangolin", + "panhandle", + "panhandler", + "panhysterectomy", + "panic", + "panic_attack", + "panic_button", + "panic_disorder", + "panic_grass", + "panicle", + "panicled_aster", + "panicum", + "panicum_capillare", + "panicum_miliaceum", + "panicum_texanum", + "panicum_virgatum", + "panini", + "panipat", + "panjabi", + "panjandrum", + "pannier", + "pannikin", + "panocha", + "panoche", + "panofsky", + "panonychus", + "panonychus_ulmi", + "panoply", + "panopticon", + "panorama", + "panoramic_sight", + "panoramic_view", + "panorpidae", + "panpipe", + "pansa", + "pansexual", + "pansinusitis", + "pansy", + "pansy_orchid", + "pansy_violet", + "pant", + "pant_leg", + "pantaloon", + "pantechnicon", + "pantheism", + "pantheist", + "pantheon", + "panther", + "panther_cat", + "panther_lily", + "panthera", + "panthera_leo", + "panthera_onca", + "panthera_pardus", + "panthera_tigris", + "panthera_uncia", + "pantie", + "pantile", + "panting", + "panto", + "pantograph", + "pantomime", + "pantomimer", + "pantomimist", + "pantothen", + "pantothenic_acid", + "pantotheria", + "pantry", + "pantryman", + "pants", + "pants_presser", + "pants_suit", + "pantsuit", + "panty", + "panty_girdle", + "pantyhose", + "pantywaist", + "panzer", + "paola_caliari", + "paolo_veronese", + "pap", + "pap_smear", + "pap_test", + "papa", + "papa_doc", + "papacy", + "papaia", + "papain", + "papal_bull", + "papal_cross", + "papal_infallibility", + "papal_nuncio", + "papal_states", + "papanicolaou_smear", + "papanicolaou_test", + "paparazzo", + "papaver", + "papaver_alpinum", + "papaver_argemone", + "papaver_californicum", + "papaver_heterophyllum", + "papaver_nudicaule", + "papaver_orientale", + "papaver_rhoeas", + "papaver_somniferum", + "papaveraceae", + "papaverales", + "papaverine", + "papaw", + "papaw_tree", + "papaya", + "papaya_family", + "papaya_juice", + "papaya_tree", + "papeete", + "paper", + "paper-back_book", + "paper-mache", + "paper-pusher", + "paper_bag", + "paper_birch", + "paper_chain", + "paper_chase", + "paper_chromatography", + "paper_clip", + "paper_cup", + "paper_currency", + "paper_cutter", + "paper_doll", + "paper_electrophoresis", + "paper_fastener", + "paper_feed", + "paper_flower", + "paper_gold", + "paper_knife", + "paper_loss", + "paper_mill", + "paper_money", + "paper_mulberry", + "paper_nautilus", + "paper_plant", + "paper_plate", + "paper_profit", + "paper_round", + "paper_route", + "paper_rush", + "paper_tape", + "paper_tiger", + "paper_towel", + "paper_toweling", + "paper_trail", + "paper_wasp", + "paper_white", + "paperback", + "paperback_book", + "paperbark_birch", + "paperboard", + "paperboy", + "paperclip", + "paperer", + "paperhanger", + "paperhanging", + "papering", + "paperknife", + "papermaking", + "papers", + "paperweight", + "paperwork", + "paphiopedilum", + "papier-mache", + "papilionaceae", + "papilionoideae", + "papilla", + "papillary_muscle", + "papillary_tumor", + "papillary_tumour", + "papilledema", + "papilloma", + "papillon", + "papio", + "papio_ursinus", + "papism", + "papist", + "papoose", + "papoose_root", + "papooseroot", + "papovavirus", + "pappa", + "pappataci_fever", + "pappoose", + "pappus", + "paprika", + "paprika_sauce", + "paprilus", + "paprilus_alepidotus", + "papua", + "papua_new_guinea", + "papuan", + "papuan_language", + "papuan_monetary_unit", + "papule", + "papulovesicle", + "papyrus", + "par", + "par_value", + "para", + "para_aminobenzoic_acid", + "para_i", + "para_river", + "para_rubber", + "para_rubber_tree", + "parable", + "parabola", + "parabolic_geometry", + "parabolic_mirror", + "parabolic_reflector", + "paraboloid", + "paraboloid_reflector", + "paracelsus", + "paracentesis", + "paracentral_scotoma", + "paracervical_block", + "paracheirodon", + "paracheirodon_axelrodi", + "parachute", + "parachute_jumper", + "parachuter", + "parachuting", + "parachutist", + "paraclete", + "paracosm", + "parade", + "parade_ground", + "parader", + "paradiddle", + "paradigm", + "paradisaeidae", + "paradise", + "paradise_flower", + "paradise_tree", + "paradisea_liliastrum", + "paradox", + "paradoxical_sleep", + "paradoxurus", + "paraduodenal_smear", + "paraesthesia", + "paraffin", + "paraffin_oil", + "paraffin_scale", + "paraffin_series", + "paraffin_wax", + "parafovea", + "paragliding", + "paragon", + "paragonite", + "paragraph", + "paragrapher", + "paraguay", + "paraguay_tea", + "paraguayan", + "paraguayan_monetary_unit", + "parainfluenza_virus", + "parakeet", + "paralanguage", + "paraldehyde", + "paralegal", + "paraleipsis", + "paralepsis", + "paralichthys", + "paralichthys_dentatus", + "paralichthys_lethostigmus", + "paralinguistic_communication", + "paralipomenon", + "paralipsis", + "paralithodes", + "paralithodes_camtschatica", + "parallax", + "parallel", + "parallel-veined_leaf", + "parallel_axiom", + "parallel_bars", + "parallel_circuit", + "parallel_interface", + "parallel_lives", + "parallel_of_latitude", + "parallel_operation", + "parallel_port", + "parallel_processing", + "parallelepiped", + "parallelepipedon", + "parallelism", + "parallelogram", + "parallelopiped", + "parallelopipedon", + "paralogism", + "paralysis", + "paralysis_agitans", + "paralytic", + "paralytic_abasia", + "paramagnet", + "paramagnetism", + "paramaribo", + "paramecia", + "paramecium", + "paramedic", + "paramedical", + "parameter", + "parametric_quantity", + "parametric_statistic", + "parametritis", + "paramilitary", + "paramilitary_force", + "paramilitary_organisation", + "paramilitary_organization", + "paramilitary_unit", + "paramnesia", + "paramount_issue", + "paramountcy", + "paramour", + "paramyxovirus", + "parana", + "parana_river", + "paranasal_sinus", + "parang", + "paranoia", + "paranoiac", + "paranoic_type_schizophrenia", + "paranoid", + "paranoid_schizophrenia", + "paranthias", + "paranthias_furcifer", + "paranthropus", + "paraparesis", + "parapet", + "paraph", + "paraphernalia", + "paraphilia", + "paraphrase", + "paraphrasis", + "paraphrenia", + "paraphrenic_schizophrenia", + "paraphysis", + "paraplegia", + "paraplegic", + "parapodium", + "parapraxis", + "paraprofessional", + "parapsychologist", + "parapsychology", + "paraquat", + "paraquat_poisoning", + "paraquet", + "parasail", + "parasailing", + "parascalops", + "parascalops_breweri", + "parashurama", + "parasitaemia", + "parasitaxus", + "parasitaxus_ustus", + "parasite", + "parasite_yew", + "parasitemia", + "parasitic_jaeger", + "parasitic_plant", + "parasitic_worm", + "parasitism", + "parasol", + "parasol_mushroom", + "parasympathetic", + "parasympathetic_nervous_system", + "parathelypteris", + "parathelypteris_novae-boracensis", + "parathelypteris_simulata", + "parathion", + "parathion_poisoning", + "parathormone", + "parathyroid", + "parathyroid_gland", + "parathyroid_hormone", + "paratrooper", + "paratroops", + "paratyphoid", + "paratyphoid_fever", + "paraumbilical_vein", + "parazoa", + "parazoan", + "parcae", + "parcel", + "parcel_bomb", + "parcel_of_land", + "parcel_post", + "parceling", + "parcellation", + "parcelling", + "parcheesi", + "parchesi", + "parchisi", + "parchment", + "pardner", + "pardon", + "pardoner", + "paregmenon", + "paregoric", + "parenchyma", + "parent", + "parentage", + "parental_quality", + "parenthesis", + "parenthesis-free_notation", + "parenthetical", + "parenthetical_expression", + "parenthood", + "parer", + "paresis", + "paresthesia", + "paretic", + "pareto", + "parfait", + "parfait_glass", + "parget", + "pargeting", + "pargetry", + "pargetting", + "parhelic_circle", + "parhelic_ring", + "parhelion", + "pari-mutuel_machine", + "pariah", + "pariah_dog", + "paridae", + "paries", + "parietal_bone", + "parietal_cortex", + "parietal_gyrus", + "parietal_lobe", + "parietal_pericardium", + "parietal_placentation", + "parietal_pleura", + "parietales", + "parietaria", + "parietaria_difussa", + "parieto-occipital_fissure", + "parieto-occipital_sulcus", + "parietomastoid_suture", + "parimutuel", + "paring", + "paring_knife", + "paris", + "paris_daisy", + "paris_green", + "paris_quadrifolia", + "paris_university", + "parish", + "parishioner", + "parisian", + "parisienne", + "parisology", + "parity", + "parity_bit", + "parity_check", + "parjanya", + "parji", + "park", + "park_ave.", + "park_avenue", + "park_bench", + "park_commissioner", + "parka", + "parka_squirrel", + "parker", + "parker_house_roll", + "parkeriaceae", + "parkersburg", + "parkia", + "parkia_javanica", + "parking", + "parking_area", + "parking_brake", + "parking_lot", + "parking_meter", + "parking_space", + "parking_ticket", + "parking_zone", + "parkinson", + "parkinson's", + "parkinson's_disease", + "parkinson's_law", + "parkinson's_syndrome", + "parkinsonia", + "parkinsonia_aculeata", + "parkinsonia_florida", + "parkinsonism", + "parkland", + "parks", + "parkway", + "parlance", + "parlay", + "parley", + "parliament", + "parliamentarian", + "parliamentary_agent", + "parliamentary_democracy", + "parliamentary_law", + "parliamentary_monarchy", + "parliamentary_procedure", + "parlor", + "parlor_car", + "parlor_game", + "parlor_grand", + "parlor_grand_piano", + "parlormaid", + "parlour", + "parlour_car", + "parlour_game", + "parlour_grand", + "parlour_grand_piano", + "parlourmaid", + "parmelia", + "parmeliaceae", + "parmenides", + "parmesan", + "parnahiba", + "parnaiba", + "parnassia", + "parnassia_fimbriata", + "parnassia_palustris", + "parnassus", + "parnell", + "parochetus", + "parochetus_communis", + "parochial_school", + "parochialism", + "parodist", + "parody", + "parol_evidence_rule", + "parole", + "parolee", + "paronomasia", + "paronychia", + "parophrys", + "parophrys_vitulus", + "paroquet", + "parosamia", + "parotid_gland", + "parotid_vein", + "parotitis", + "parousia", + "paroxetime", + "paroxysm", + "paroxysmal_trepidant_abasia", + "paroxytone", + "parquet", + "parquet_circle", + "parquet_floor", + "parqueterie", + "parquetry", + "parr", + "parrakeet", + "parricide", + "parrish", + "parroket", + "parroquet", + "parrot", + "parrot's_beak", + "parrot's_bill", + "parrot_disease", + "parrot_fever", + "parrotfish", + "parrotia", + "parrotiopsis", + "parry", + "parry's_penstemon", + "parry's_pinyon", + "parry_manzanita", + "pars_anterior", + "pars_distilis", + "pars_intermedia", + "pars_nervosa", + "parsec", + "parsee", + "parseeism", + "parser", + "parsi", + "parsiism", + "parsimoniousness", + "parsimony", + "parsley", + "parsley-leaved_thorn", + "parsley_haw", + "parsnip", + "parson", + "parson's_nose", + "parsonage", + "parsons", + "parsons_table", + "part", + "part-of-speech_tagger", + "part-owner", + "part-singing", + "part-timer", + "part_music", + "part_name", + "part_of_speech", + "part_to_whole_relation", + "partaker", + "parted_leaf", + "parterre", + "parthenium", + "parthenium_argentatum", + "parthenium_hysterophorus", + "parthenium_integrifolium", + "parthenocarpy", + "parthenocissus", + "parthenocissus_quinquefolia", + "parthenocissus_tricuspidata", + "parthenogenesis", + "parthenogeny", + "parthenon", + "parthenote", + "parthia", + "parthian", + "parti_pris", + "partial", + "partial_abortion", + "partial_breach", + "partial_correlation", + "partial_denture", + "partial_derivative", + "partial_differential_equation", + "partial_eclipse", + "partial_tone", + "partial_veil", + "partial_verdict", + "partiality", + "partialness", + "participant", + "participant_role", + "participation", + "participation_financing", + "participation_loan", + "participial", + "participle", + "particle", + "particle_accelerator", + "particle_beam", + "particle_board", + "particle_detector", + "particle_physics", + "particolored_buckeye", + "particular", + "particular_baptist", + "particular_date", + "particular_proposition", + "particularisation", + "particularism", + "particularity", + "particularization", + "particulate", + "particulate_matter", + "particulate_radiation", + "parting", + "partisan", + "partisanship", + "partita", + "partition", + "partitioning", + "partitionist", + "partitive", + "partiya_karkeran_kurdistan", + "partizan", + "partner", + "partner_in_crime", + "partner_relation", + "partnership", + "partnership_certificate", + "partridge", + "partridge_pea", + "partridgeberry", + "parts", + "parts_bin", + "parts_catalog", + "parts_catalogue", + "parts_department", + "parts_inventory", + "partsong", + "parturiency", + "parturition", + "party", + "party_boss", + "party_favor", + "party_favour", + "party_game", + "party_girl", + "party_line", + "party_liner", + "party_man", + "party_of_democratic_kampuchea", + "party_of_god", + "party_pooper", + "party_spirit", + "party_to_the_action", + "party_to_the_transaction", + "party_wall", + "party_whip", + "partygoer", + "parula", + "parula_americana", + "parula_warbler", + "parulidae", + "parus", + "parus_atricapillus", + "parus_bicolor", + "parus_caeruleus", + "parus_carolinensis", + "parvati", + "parvenu", + "parvis", + "parvo", + "parvovirus", + "pas", + "pas_de_calais", + "pas_de_deux", + "pas_de_quatre", + "pas_de_trois", + "pas_seul", + "pasadena", + "pasang", + "pascal", + "pascal's_law", + "pascal's_law_of_fluid_pressures", + "pascal_celery", + "pascal_compiler", + "pasch", + "pascha", + "paschal_celery", + "paschal_lamb", + "paseo", + "pasha", + "pashto", + "pashtoon", + "pashtu", + "pashtun", + "pasigraphy", + "pasiphae", + "paso_doble", + "paspalum", + "paspalum_dilatatum", + "paspalum_distichum", + "paspalum_notatum", + "pasque_flower", + "pasqueflower", + "pasquinade", + "pass", + "pass-through", + "pass_catcher", + "pass_completion", + "pass_receiver", + "passado", + "passage", + "passageway", + "passamaquody", + "passbook", + "passbook_savings_account", + "passe-partout", + "passed_ball", + "passel", + "passementerie", + "passenger", + "passenger_car", + "passenger_pigeon", + "passenger_ship", + "passenger_train", + "passenger_van", + "passenger_vehicle", + "passer", + "passer-by", + "passer_domesticus", + "passer_montanus", + "passerby", + "passeres", + "passeridae", + "passeriform_bird", + "passeriformes", + "passerina", + "passerina_cyanea", + "passerine", + "passero", + "passero_cape", + "passiflora", + "passiflora_edulis", + "passiflora_foetida", + "passiflora_incarnata", + "passiflora_laurifolia", + "passiflora_ligularis", + "passiflora_maliformis", + "passiflora_mollissima", + "passiflora_quadrangularis", + "passifloraceae", + "passing", + "passing_comment", + "passing_game", + "passing_note", + "passing_play", + "passing_shot", + "passing_tone", + "passing_water", + "passion", + "passion_fruit", + "passion_of_christ", + "passion_play", + "passion_sunday", + "passion_week", + "passionateness", + "passionflower", + "passionflower_family", + "passionflower_vine", + "passive", + "passive_air_defense", + "passive_immunity", + "passive_matrix_display", + "passive_resistance", + "passive_resister", + "passive_source", + "passive_transport", + "passive_trust", + "passive_voice", + "passiveness", + "passivism", + "passivity", + "passkey", + "passover", + "passover_supper", + "passport", + "password", + "past", + "past_master", + "past_participle", + "past_perfect", + "past_perfect_tense", + "past_progressive", + "past_progressive_tense", + "past_tense", + "past_times", + "pasta", + "pasta_salad", + "pasta_sauce", + "paste", + "paste-up", + "pasteboard", + "pastel", + "paster", + "pastern", + "pasternak", + "pasteur", + "pasteurellosis", + "pasteurisation", + "pasteurization", + "pasteurized_milk", + "pastiche", + "pastil", + "pastille", + "pastime", + "pastinaca", + "pastinaca_sativa", + "pastis", + "pastness", + "pasto", + "pastor", + "pastor_roseus", + "pastor_sturnus", + "pastoral", + "pastorale", + "pastorate", + "pastorship", + "pastrami", + "pastry", + "pastry_cart", + "pastry_cook", + "pastry_dough", + "pasturage", + "pasture", + "pasture_brake", + "pastureland", + "pasty", + "pat", + "pataca", + "patagonia", + "patagonian_desert", + "patas", + "patavium", + "patch", + "patch_pocket", + "patch_test", + "patchboard", + "patchcord", + "patchiness", + "patching", + "patchouli", + "patchouly", + "patchwork", + "patchwork_quilt", + "pate", + "pate_a_choux", + "pate_de_foie_gras", + "pate_feuillete", + "patella", + "patella_vulgata", + "patellar_reflex", + "patellidae", + "patency", + "patent", + "patent_and_trademark_office_database", + "patent_application", + "patent_ductus_arteriosus", + "patent_infringement", + "patent_law", + "patent_leather", + "patent_log", + "patent_medicine", + "patent_of_invention", + "patent_office", + "patent_right", + "patent_system", + "patentee", + "pater", + "paterfamilias", + "paternal_quality", + "paternalism", + "paternity", + "paternity_suit", + "paternity_test", + "paternoster", + "paterson", + "path", + "path_of_least_resistance", + "pathan", + "pathetic_fallacy", + "pathfinder", + "pathogen", + "pathogenesis", + "pathologic_process", + "pathological_process", + "pathological_state", + "pathologist", + "pathology", + "pathos", + "pathway", + "patience", + "patient", + "patient_role", + "patina", + "patio", + "patisserie", + "patka", + "patness", + "patois", + "paton", + "patrai", + "patras", + "patrial", + "patriarch", + "patriarchal_cross", + "patriarchate", + "patriarchy", + "patrician", + "patricide", + "patrick", + "patrick_henry", + "patrick_victor_martindale_white", + "patrick_white", + "patrikin", + "patrilineage", + "patrilineal_kin", + "patrilineal_sib", + "patrimony", + "patriot", + "patriot's_day", + "patrioteer", + "patriotism", + "patrisib", + "patristics", + "patroclus", + "patrol", + "patrol_boat", + "patrol_car", + "patrol_ship", + "patrol_wagon", + "patroller", + "patrolman", + "patrology", + "patron", + "patron_saint", + "patronage", + "patroness", + "patronne", + "patronym", + "patronymic", + "patsy", + "patten", + "patter", + "pattern", + "patterned_advance", + "patternmaker", + "patty", + "patty-pan", + "patty_shell", + "pattypan_squash", + "patwin", + "patzer", + "paucity", + "paul", + "paul_adrien_maurice_dirac", + "paul_bunyan", + "paul_bustill_robeson", + "paul_cezanne", + "paul_dukas", + "paul_ehrlich", + "paul_gauguin", + "paul_hermann_muller", + "paul_heyse", + "paul_hindemith", + "paul_iii", + "paul_johann_ludwig_von_heyse", + "paul_johannes_tillich", + "paul_john_flory", + "paul_joseph_goebbels", + "paul_klee", + "paul_leonard_newman", + "paul_ludwig_von_beneckendorff_und_von_hindenburg", + "paul_mccartney", + "paul_newman", + "paul_revere", + "paul_robeson", + "paul_simon", + "paul_the_apostle", + "paul_tillich", + "paul_verlaine", + "paul_vernier", + "paul_vi", + "paul_von_hindenburg", + "pauli", + "pauli_exclusion_principle", + "pauling", + "paulo_afonso", + "paulo_afonso_falls", + "paumotu_archipelago", + "paunch", + "paunchiness", + "pauper", + "pauperisation", + "pauperism", + "pauperization", + "pauropoda", + "pause", + "pavage", + "pavan", + "pavane", + "pavarotti", + "pave", + "paved_surface", + "pavement", + "pavement_artist", + "pavilion", + "paving", + "paving_machine", + "paving_material", + "paving_stone", + "pavior", + "paviour", + "pavis", + "pavise", + "pavlov", + "pavlova", + "pavo", + "pavo_cristatus", + "pavo_muticus", + "pavonia", + "pavor_nocturnus", + "paw", + "pawer", + "pawl", + "pawn", + "pawn_ticket", + "pawnbroker", + "pawnbroker's_shop", + "pawnee", + "pawnshop", + "pawpaw", + "pax", + "pax_romana", + "paxil", + "paxto", + "paxton", + "pay", + "pay-phone", + "pay-station", + "pay_as_you_earn", + "pay_claim", + "pay_cut", + "pay_dirt", + "pay_envelope", + "pay_packet", + "pay_rate", + "payable", + "payables", + "payback", + "paycheck", + "payday", + "paye", + "payee", + "payena", + "payer", + "paygrade", + "paying_attention", + "paying_back", + "payload", + "paymaster", + "payment", + "payment_rate", + "payne's_gray", + "payne's_grey", + "paynim", + "payoff", + "payola", + "payroll", + "payroll_check", + "payroll_department", + "pays_de_la_loire", + "paysheet", + "payslip", + "pb", + "pbit", + "pbs", + "pc", + "pc_board", + "pcp", + "pct", + "pd", + "pda", + "pdflp", + "pdl", + "pe", + "pe-tsai", + "pea", + "pea-chick", + "pea-souper", + "pea_bean", + "pea_crab", + "pea_family", + "pea_flour", + "pea_green", + "pea_jacket", + "pea_plant", + "pea_pod", + "pea_shooter", + "pea_soup", + "pea_tree", + "pea_weevil", + "peabody", + "peace", + "peace_advocacy", + "peace_corps", + "peace_garden_state", + "peace_initiative", + "peace_lily", + "peace_march", + "peace_of_mind", + "peace_of_westphalia", + "peace_offering", + "peace_officer", + "peace_pipe", + "peace_process", + "peace_treaty", + "peaceableness", + "peacefulness", + "peacekeeper", + "peacekeeping", + "peacekeeping_mission", + "peacekeeping_operation", + "peacemaker", + "peacenik", + "peacetime", + "peach", + "peach-leaved_willow", + "peach-wood", + "peach_bell", + "peach_bells", + "peach_blight", + "peach_ice_cream", + "peach_melba", + "peach_orchard", + "peach_pit", + "peach_sauce", + "peach_state", + "peach_tree", + "peachick", + "peachleaf_willow", + "peachwood", + "peacoat", + "peacock", + "peacock-throne", + "peacock_blue", + "peacock_butterfly", + "peacock_flower", + "peacock_flower_fence", + "peacock_ore", + "peafowl", + "peag", + "peahen", + "peak", + "peak_season", + "peaked_cap", + "peal", + "pealing", + "pean", + "peanut", + "peanut_bar", + "peanut_brittle", + "peanut_butter", + "peanut_gallery", + "peanut_oil", + "peanut_vine", + "peanut_worm", + "peanuts", + "pear", + "pear_blight", + "pear_haw", + "pear_hawthorn", + "pear_tree", + "pearl", + "pearl-fish", + "pearl-weed", + "pearl_ash", + "pearl_bailey", + "pearl_barley", + "pearl_buck", + "pearl_diver", + "pearl_fishery", + "pearl_harbor", + "pearl_hominy", + "pearl_mae_bailey", + "pearl_millet", + "pearl_oyster", + "pearl_river", + "pearl_sago", + "pearl_sydenstricker_buck", + "pearler", + "pearlfish", + "pearlite", + "pearlweed", + "pearlwort", + "pearly", + "pearly-shelled_mussel", + "pearly_everlasting", + "pearly_nautilus", + "pearly_razorfish", + "pearmain", + "pearson_product-moment_correlation_coefficient", + "peary", + "peasant", + "peasant's_revolt", + "peasanthood", + "peasantry", + "pease_pudding", + "peasecod", + "peat", + "peat_bog", + "peat_moss", + "peavey", + "peavy", + "peba", + "pebble", + "pebble_plant", + "pebibit", + "pebibyte", + "pecan", + "pecan_pie", + "pecan_tree", + "peccadillo", + "peccari_angulatus", + "peccary", + "peck", + "pecker", + "peckerwood", + "pecking_order", + "pecopteris", + "pecos", + "pecos_river", + "pecs", + "pecten_irradians", + "pecten_magellanicus", + "pectic_acid", + "pectin", + "pectinibranchia", + "pectinidae", + "pectoral", + "pectoral_arch", + "pectoral_fin", + "pectoral_girdle", + "pectoral_medallion", + "pectoral_muscle", + "pectoral_sandpiper", + "pectoral_vein", + "pectoralis", + "pectoralis_major", + "pectoralis_minor", + "pectus", + "peculation", + "peculator", + "peculiar_velocity", + "peculiarity", + "pecuniary_resource", + "pedagog", + "pedagogics", + "pedagogue", + "pedagogy", + "pedal", + "pedal_extremity", + "pedal_point", + "pedal_pusher", + "pedaler", + "pedaliaceae", + "pedaller", + "pedant", + "pedantry", + "pedate_leaf", + "peddler", + "peddling", + "pederast", + "pederasty", + "pedesis", + "pedestal", + "pedestal_table", + "pedestrian", + "pedestrian_bridge", + "pedestrian_crossing", + "pedestrian_traffic", + "pediamycin", + "pediapred", + "pediatric_medicine", + "pediatrician", + "pediatrics", + "pediatrist", + "pedicab", + "pedicel", + "pedicle", + "pediculati", + "pediculicide", + "pediculidae", + "pediculosis", + "pediculosis_capitis", + "pediculosis_corporis", + "pediculosis_pubis", + "pediculus", + "pediculus_capitis", + "pediculus_corporis", + "pediculus_humanus", + "pedicure", + "pedigree", + "pedilanthus", + "pedilanthus_bracteatus", + "pedilanthus_pavonis", + "pedilanthus_tithymaloides", + "pediment", + "pediocactus", + "pediocactus_knowltonii", + "pedioecetes", + "pedioecetes_phasianellus", + "pedionomus", + "pedionomus_torquatus", + "pedipalpi", + "pedlar", + "pedodontist", + "pedology", + "pedometer", + "pedophile", + "pedophilia", + "pedro_calderon_de_la_barca", + "peduncle", + "pedunculate_oak", + "pedunculated_polyp", + "pedwood", + "pee", + "pee_dee", + "pee_dee_river", + "peeing", + "peek", + "peekaboo", + "peel", + "peeler", + "peeling", + "peen", + "peep", + "peep_sight", + "peeper", + "peephole", + "peeping_tom", + "peepshow", + "peepul", + "peer", + "peer_group", + "peer_of_the_realm", + "peerage", + "peeress", + "peeve", + "peevishness", + "peewee", + "peewit", + "peg", + "peg_top", + "pegasus", + "pegboard", + "pegleg", + "pegmatite", + "pehlevi", + "pei", + "peignoir", + "peiping", + "peirce", + "peireskia", + "pekan", + "peke", + "pekinese", + "peking", + "peking_man", + "pekingese", + "pekoe", + "pel", + "pelage", + "pelagianism", + "pelagic_bird", + "pelagius", + "pelargonium", + "pelargonium_graveolens", + "pelargonium_hortorum", + "pelargonium_limoneum", + "pelargonium_odoratissimum", + "pelargonium_peltatum", + "pelecanidae", + "pelecaniform_seabird", + "pelecaniformes", + "pelecanoididae", + "pelecanus", + "pelecanus_erythrorhynchos", + "pelecanus_onocrotalus", + "pelecypod", + "peleus", + "pelew", + "pelf", + "pelham", + "pelham_grenville_wodehouse", + "pelican", + "pelican_crossing", + "pelican_state", + "peliosis", + "pelisse", + "pellaea", + "pellaea_andromedifolia", + "pellaea_atropurpurea", + "pellaea_mucronata", + "pellaea_ornithopus", + "pellaea_rotundifolia", + "pellagra", + "pellet", + "pellicle", + "pellicularia", + "pellicularia_filamentosa", + "pellicularia_koleroga", + "pellitory", + "pellitory-of-spain", + "pellitory-of-the-wall", + "pellucidity", + "pellucidness", + "pelmet", + "pelobatidae", + "peloponnese", + "peloponnesian_peninsula", + "peloponnesian_war", + "peloponnesus", + "pelota", + "pelt", + "peltandra", + "peltandra_virginica", + "peltate_leaf", + "pelter", + "pelting", + "peltiphyllum", + "peltiphyllum_peltatum", + "peludo", + "pelvic_arch", + "pelvic_cavity", + "pelvic_fin", + "pelvic_girdle", + "pelvic_inflammatory_disease", + "pelvimeter", + "pelvimetry", + "pelvis", + "pelycosaur", + "pelycosauria", + "pembroke", + "pembroke_welsh_corgi", + "pemican", + "pemmican", + "pempheridae", + "pemphigus", + "pen", + "pen-and-ink", + "pen-friend", + "pen-tail", + "pen-tailed_tree_shrew", + "pen_name", + "pen_nib", + "pen_pal", + "penal_code", + "penal_colony", + "penal_facility", + "penal_institution", + "penalisation", + "penalization", + "penalty", + "penalty_box", + "penalty_free_throw", + "penance", + "penchant", + "pencil", + "pencil_box", + "pencil_case", + "pencil_cedar", + "pencil_cedar_tree", + "pencil_eraser", + "pencil_lead", + "pencil_pusher", + "pencil_sharpener", + "pendant", + "pendant_earring", + "pendent", + "pendragon", + "pendulum", + "pendulum_clock", + "pendulum_watch", + "peneidae", + "penelope", + "peneplain", + "peneplane", + "penetrability", + "penetralia", + "penetrating_injury", + "penetrating_trauma", + "penetration", + "penetration_bomb", + "penetrator", + "peneus", + "pengo", + "penguin", + "penicillamine", + "penicillin", + "penicillin-resistant_bacteria", + "penicillin_f", + "penicillin_g", + "penicillin_o", + "penicillin_v", + "penicillin_v_potassium", + "penicillinase", + "penicillinase-resistant_antibiotic", + "penicillium", + "penile_implant", + "peninsula", + "penis", + "penis_envy", + "penitence", + "penitent", + "penitentiary", + "penknife", + "penlight", + "penman", + "penmanship", + "penn", + "penn'orth", + "pennant", + "pennatula", + "pennatulidae", + "penne", + "penni", + "pennilessness", + "pennine_chain", + "pennines", + "penning", + "pennisetum", + "pennisetum_americanum", + "pennisetum_cenchroides", + "pennisetum_glaucum", + "pennisetum_ruppelii", + "pennisetum_setaceum", + "pennistum_villosum", + "pennon", + "pennoncel", + "pennoncelle", + "pennsylvania", + "pennsylvania_dutch", + "pennsylvanian", + "pennsylvanian_period", + "penny", + "penny-pinching", + "penny_ante", + "penny_ante_poker", + "penny_arcade", + "penny_bank", + "penny_dreadful", + "penny_grass", + "penny_pincher", + "penny_stock", + "pennycress", + "pennyroyal", + "pennyroyal_oil", + "pennyweight", + "pennywhistle", + "pennyworth", + "penobscot", + "penobscot_bay", + "penobscot_river", + "penoche", + "penologist", + "penology", + "penoncel", + "penpusher", + "pensacola", + "pension", + "pension_account", + "pension_fund", + "pension_plan", + "pensionary", + "pensioner", + "pensiveness", + "penstemon", + "penstemon_barbatus", + "penstemon_centranthifolius", + "penstemon_cyananthus", + "penstemon_davidsonii", + "penstemon_deustus", + "penstemon_dolius", + "penstemon_fruticosus", + "penstemon_linarioides", + "penstemon_newberryi", + "penstemon_palmeri", + "penstemon_parryi", + "penstemon_rupicola", + "penstemon_rydbergii", + "penstemon_serrulatus", + "penstemon_whippleanus", + "penstock", + "pentacle", + "pentad", + "pentaerythritol", + "pentagon", + "pentagon_gang", + "pentagram", + "pentahedron", + "pentail", + "pentameter", + "pentamethylenetetrazol", + "pentangle", + "pentanoic_acid", + "pentastomid", + "pentastomida", + "pentateuch", + "pentathlete", + "pentathlon", + "pentatone", + "pentatonic_scale", + "pentazocine", + "pentecost", + "pentecostal", + "pentecostal_religion", + "pentecostalism", + "pentecostalist", + "penthouse", + "pentimento", + "pentlandite", + "pentobarbital", + "pentobarbital_sodium", + "pentode", + "pentose", + "pentothal", + "pentoxide", + "pentoxifylline", + "pentylenetetrazol", + "penuche", + "penuchle", + "penult", + "penultima", + "penultimate", + "penumbra", + "penuriousness", + "penury", + "penutian", + "peon", + "peonage", + "peony", + "peony_family", + "people", + "people's_liberation_army", + "people's_mujahidin_of_iran", + "people's_party", + "people's_republic_of_bangladesh", + "people's_republic_of_china", + "people's_republican_army", + "people_against_gangsterism_and_drugs", + "people_in_power", + "people_of_color", + "people_of_colour", + "peoples", + "peoria", + "pep", + "pep_pill", + "pep_rally", + "pep_talk", + "pepcid", + "peperomia", + "peperomia_argyreia", + "peperomia_sandersii", + "pepin", + "pepin_iii", + "pepin_the_short", + "peplos", + "peplum", + "peplus", + "pepper", + "pepper-and-salt", + "pepper_box", + "pepper_bush", + "pepper_family", + "pepper_grass", + "pepper_grinder", + "pepper_mill", + "pepper_pot", + "pepper_root", + "pepper_sauce", + "pepper_shaker", + "pepper_shrub", + "pepper_spray", + "pepper_steak", + "pepper_tree", + "pepper_vine", + "peppercorn", + "peppercorn_rent", + "peppered_steak", + "pepperidge", + "pepperiness", + "peppermint", + "peppermint_candy", + "peppermint_gum", + "peppermint_oil", + "peppermint_patty", + "pepperoni", + "pepperoni_pizza", + "pepperwood", + "pepperwort", + "peppiness", + "pepsi", + "pepsi_cola", + "pepsin", + "pepsinogen", + "peptic_ulcer", + "peptic_ulceration", + "peptidase", + "peptide", + "peptide_bond", + "peptide_linkage", + "peptisation", + "peptization", + "pepto-bismal", + "peptone", + "pepys", + "per_capita_income", + "per_centum", + "per_diem", + "peradventure", + "perambulation", + "perambulator", + "peramelidae", + "perboric_acid", + "perca", + "perca_flavescens", + "perca_fluviatilis", + "percale", + "perceiver", + "percent", + "percent_sign", + "percentage", + "percentage_point", + "percentage_sign", + "percentile", + "percept", + "perceptibility", + "perception", + "perceptiveness", + "perceptivity", + "perceptual_constancy", + "perceptual_experience", + "perch", + "percher", + "percheron", + "perching_bird", + "perchlorate", + "perchloric_acid", + "perchloride", + "perchloromethane", + "percidae", + "perciformes", + "percina", + "percina_tanasi", + "percipient", + "percival_lowell", + "percoid", + "percoid_fish", + "percoidea", + "percoidean", + "percolate", + "percolation", + "percolator", + "percomorphi", + "percophidae", + "percussion", + "percussion_cap", + "percussion_instrument", + "percussion_section", + "percussionist", + "percussive_instrument", + "percussor", + "percy", + "percy_aldridge_grainger", + "percy_bysshe_shelley", + "percy_grainger", + "perdicidae", + "perdicinae", + "perdition", + "perdix", + "perdix_perdix", + "perdurability", + "pere_david's_deer", + "pere_jacques_marquette", + "peregrination", + "peregrine", + "peregrine_falcon", + "perejil", + "perennation", + "perennial", + "perennial_pea", + "perennial_ragweed", + "perennial_ryegrass", + "perennial_salt_marsh_aster", + "pereskia", + "pereskia_aculeata", + "perestroika", + "perfect", + "perfect_game", + "perfect_gas", + "perfect_participle", + "perfect_pitch", + "perfect_tense", + "perfecta", + "perfecter", + "perfectibility", + "perfection", + "perfectionism", + "perfectionist", + "perfective", + "perfective_aspect", + "perfective_tense", + "perfidiousness", + "perfidy", + "perfluorocarbon", + "perfoliate_leaf", + "perforated_eardrum", + "perforating_vein", + "perforation", + "performance", + "performance_bond", + "performance_capability", + "performer", + "performing", + "performing_artist", + "performing_arts", + "perfume", + "perfumer", + "perfumery", + "perfusion", + "pergamum", + "pergola", + "peri", + "periactin", + "perianth", + "periapsis", + "periarterial_plexus", + "periarteritis", + "periarteritis_nodosa", + "pericallis", + "pericallis_cruenta", + "pericallis_hybrida", + "pericardial_cavity", + "pericardial_sac", + "pericardial_space", + "pericardial_vein", + "pericarditis", + "pericardium", + "pericarp", + "pericementoclasia", + "periclase", + "pericles", + "peridinian", + "peridiniidae", + "peridinium", + "peridium", + "peridot", + "peridotite", + "perigee", + "perigon", + "perigone", + "perigonium", + "perihelion", + "perijove", + "peril", + "perilla", + "perilla_frutescens_crispa", + "perilousness", + "perilune", + "perilymph", + "perimeter", + "perimysium", + "perinatologist", + "perinatology", + "perineal_artery", + "perineotomy", + "perineum", + "perineurium", + "period", + "period_of_play", + "period_of_time", + "period_piece", + "periodic_acid", + "periodic_apnea_of_the_newborn", + "periodic_breathing", + "periodic_edema", + "periodic_event", + "periodic_law", + "periodic_motion", + "periodic_movement", + "periodic_sentence", + "periodic_table", + "periodical", + "periodical_cicada", + "periodicity", + "periodontal_disease", + "periodontia", + "periodontics", + "periodontist", + "periodontitis", + "periophthalmus", + "periosteum", + "peripatetic", + "peripateticism", + "peripatidae", + "peripatopsidae", + "peripatopsis", + "peripatus", + "peripeteia", + "peripetia", + "peripety", + "peripheral", + "peripheral_device", + "peripheral_nervous_system", + "peripheral_vision", + "periphery", + "periphrasis", + "periplaneta", + "periplaneta_americana", + "periplaneta_australasiae", + "periploca", + "periploca_graeca", + "periscope", + "periselene", + "perishability", + "perishable", + "perishableness", + "perisher", + "perisoreus", + "perisoreus_canadensis", + "perisoreus_canadensis_capitalis", + "perisperm", + "perissodactyl", + "perissodactyl_mammal", + "perissodactyla", + "peristalsis", + "peristediinae", + "peristedion", + "peristedion_miniatum", + "peristome", + "peristyle", + "perithecium", + "perithelium", + "peritoneal_cavity", + "peritoneal_inflammation", + "peritoneum", + "peritonitis", + "peritonsillar_abscess", + "peritrate", + "periwig", + "periwinkle", + "periwinkle_plant_derivative", + "perjurer", + "perjury", + "perk", + "perkiness", + "perleche", + "perm", + "permafrost", + "permalloy", + "permanence", + "permanency", + "permanent", + "permanent_injunction", + "permanent_magnet", + "permanent_press", + "permanent_tooth", + "permanent_wave", + "permanganate", + "permanganate_of_potash", + "permanganic_acid", + "permeability", + "permeableness", + "permeation", + "permian", + "permian_period", + "permic", + "permissibility", + "permission", + "permissive_waste", + "permissiveness", + "permit", + "permutability", + "permutableness", + "permutation", + "pernambuco", + "pernambuco_wood", + "pernicious_anaemia", + "pernicious_anemia", + "perniciousness", + "pernio", + "pernis", + "pernis_apivorus", + "pernod", + "pernyi_moth", + "perodicticus", + "perodicticus_potto", + "perognathus", + "perognathus_flavescens", + "perognathus_flavus", + "perognathus_hispidus", + "peromyscus", + "peromyscus_eremicus", + "peromyscus_gossypinus", + "peromyscus_leucopus", + "peromyscus_maniculatus", + "peron", + "peroneal_vein", + "peroneus", + "peronospora", + "peronospora_destructor", + "peronospora_hyoscyami", + "peronospora_tabacina", + "peronosporaceae", + "peronosporales", + "peroration", + "peroxidase", + "peroxide", + "peroxide_blond", + "peroxide_blonde", + "perpendicular", + "perpendicular_style", + "perpendicularity", + "perpetration", + "perpetrator", + "perpetual_calendar", + "perpetual_motion", + "perpetual_motion_machine", + "perpetual_warrant", + "perpetuation", + "perpetuity", + "perphenazine", + "perplexity", + "perquisite", + "perry", + "perry_mason", + "persea", + "persea_americana", + "persea_borbonia", + "persecution", + "persecutor", + "persephone", + "persepolis", + "perseus", + "perseverance", + "perseveration", + "pershing", + "persia", + "persian", + "persian_cat", + "persian_deity", + "persian_empire", + "persian_gulf", + "persian_gulf_illness", + "persian_gulf_war", + "persian_iris", + "persian_lamb", + "persian_lilac", + "persian_melon", + "persian_violet", + "persian_walnut", + "persiflage", + "persimmon", + "persimmon_tree", + "persistence", + "persistency", + "person", + "person_agreement", + "person_hour", + "person_of_color", + "person_of_colour", + "persona", + "persona_grata", + "persona_non_grata", + "personableness", + "personage", + "personal", + "personal_appeal", + "personal_business", + "personal_care", + "personal_chattel", + "personal_check", + "personal_cheque", + "personal_computer", + "personal_credit_line", + "personal_digital_assistant", + "personal_effects", + "personal_equation", + "personal_estate", + "personal_expense", + "personal_foul", + "personal_identification_number", + "personal_identity", + "personal_income", + "personal_judgement", + "personal_judgment", + "personal_letter", + "personal_line_of_credit", + "personal_loan", + "personal_magnetism", + "personal_manner", + "personal_matters", + "personal_memory", + "personal_organiser", + "personal_organizer", + "personal_pronoun", + "personal_property", + "personal_relation", + "personal_relationship", + "personal_representative", + "personality", + "personality_assessment", + "personality_disorder", + "personality_inventory", + "personality_test", + "personalty", + "personation", + "personhood", + "personification", + "personnel", + "personnel_carrier", + "personnel_casualty", + "personnel_department", + "personnel_office", + "personnel_pouch", + "persoonia", + "perspective", + "perspex", + "perspicaciousness", + "perspicacity", + "perspicuity", + "perspicuousness", + "perspiration", + "perspirer", + "persuader", + "persuasion", + "persuasiveness", + "pertainym", + "perth", + "pertinacity", + "pertinence", + "pertinency", + "pertness", + "perturbation", + "pertusaria", + "pertusariaceae", + "pertussis", + "peru", + "peruke", + "perusal", + "perusing", + "perutz", + "peruvian", + "peruvian_balsam", + "peruvian_bark", + "peruvian_cotton", + "peruvian_current", + "peruvian_lily", + "peruvian_mastic_tree", + "peruvian_monetary_unit", + "pervaporation", + "pervasion", + "pervasiveness", + "perverseness", + "perversion", + "perversity", + "pervert", + "perviousness", + "pes", + "pes_cavus", + "pes_planus", + "pesach", + "pesah", + "pesantran", + "pesantren", + "peseta", + "pesewa", + "pesh_merga", + "peshawar", + "peshmerga", + "peso", + "pessary", + "pessimism", + "pessimist", + "pest", + "pesterer", + "pesthole", + "pesthouse", + "pesticide", + "pesticide_poisoning", + "pestilence", + "pestis", + "pestis_ambulans", + "pestis_bubonica", + "pestle", + "pesto", + "pet", + "pet-food", + "pet_food", + "pet_name", + "pet_peeve", + "pet_scanner", + "pet_shop", + "pet_sitter", + "pet_sitting", + "petabit", + "petabyte", + "petal", + "petard", + "petasites", + "petasites_fragrans", + "petasites_hybridus", + "petasites_sagitattus", + "petasites_vulgaris", + "petaurista", + "petaurista_petaurista", + "petauristidae", + "petaurus", + "petchary", + "petcock", + "pete_seeger", + "petechia", + "peter", + "peter's_gland", + "peter's_pence", + "peter_abelard", + "peter_alexander_ustinov", + "peter_behrens", + "peter_carl_faberge", + "peter_carl_goldmark", + "peter_cooper", + "peter_goldmark", + "peter_i", + "peter_ilich_tchaikovsky", + "peter_lorre", + "peter_mark_roget", + "peter_medawar", + "peter_minnewit", + "peter_minuit", + "peter_o'toole", + "peter_pan", + "peter_pan_collar", + "peter_paul_mauser", + "peter_paul_rubens", + "peter_seamus_o'toole", + "peter_seeger", + "peter_sellers", + "peter_stuyvesant", + "peter_tchaikovsky", + "peter_the_great", + "peterburg", + "petersburg", + "petersburg_campaign", + "petfood", + "petiole", + "petiolule", + "petit_bourgeois", + "petit_dejeuner", + "petit_four", + "petit_juror", + "petit_jury", + "petit_larceny", + "petit_mal", + "petit_mal_epilepsy", + "petit_point", + "petite", + "petite_bourgeoisie", + "petite_marmite", + "petiteness", + "petitio", + "petitio_principii", + "petition", + "petitioner", + "petrarca", + "petrarch", + "petrarchan_sonnet", + "petrel", + "petri_dish", + "petrifaction", + "petrification", + "petrified_forest_national_park", + "petrissage", + "petrochemical", + "petrocoptis", + "petrogale", + "petroglyph", + "petrograd", + "petrol", + "petrol_bomb", + "petrol_engine", + "petrol_gage", + "petrol_gauge", + "petrol_line", + "petrol_pump", + "petrol_station", + "petrol_tank", + "petrolatum", + "petrolatum_gauze", + "petroleum", + "petroleum_future", + "petroleum_geologist", + "petroleum_geology", + "petroleum_jelly", + "petroleum_refinery", + "petrology", + "petromyzon", + "petromyzon_marinus", + "petromyzoniformes", + "petromyzontidae", + "petronas_towers", + "petronius", + "petronius_arbiter", + "petroselinum", + "petroselinum_crispum", + "petroselinum_crispum_neapolitanum", + "petroselinum_crispum_tuberosum", + "petrus_stuyvesant", + "petter", + "petteria", + "petteria_ramentacea", + "petticoat", + "pettifogger", + "pettifoggery", + "pettiness", + "petting", + "petting_zoo", + "pettishness", + "petty", + "petty_apartheid", + "petty_bourgeoisie", + "petty_cash", + "petty_criticism", + "petty_juror", + "petty_jury", + "petty_larceny", + "petty_morel", + "petty_officer", + "petty_spurge", + "petty_whin", + "petulance", + "petunia", + "petunia_axillaris", + "petunia_hybrida", + "petunia_integrifolia", + "peul", + "pew", + "pewee", + "pewit", + "pewit_gull", + "pewter", + "peyer's_patch", + "peyote", + "peyton_rous", + "peziza", + "peziza_coccinea", + "peziza_domicilina", + "pezizaceae", + "pezizales", + "pezophaps", + "pezophaps_solitaria", + "pfalz", + "pfannkuchen", + "pfc", + "pfennig", + "pflp", + "pflp-gc", + "ph", + "ph.d.", + "ph_scale", + "phacelia", + "phacelia_campanularia", + "phacelia_minor", + "phacelia_tanacetifolia", + "phacelia_whitlavia", + "phacochoerus", + "phacoemulsification", + "phaeochromocytoma", + "phaeophyceae", + "phaeophyta", + "phaethon", + "phaethontidae", + "phaeton", + "phage", + "phagocyte", + "phagocytosis", + "phagun", + "phaius", + "phalacrocoracidae", + "phalacrocorax", + "phalacrocorax_carbo", + "phalacrosis", + "phalaenopsis", + "phalaenopsis_amabilis", + "phalaenoptilus", + "phalaenoptilus_nuttallii", + "phalanger", + "phalangeridae", + "phalangida", + "phalangiidae", + "phalangist", + "phalangitis", + "phalangium", + "phalangium_opilio", + "phalanx", + "phalaris", + "phalaris_aquatica", + "phalaris_arundinacea", + "phalaris_canariensis", + "phalaris_tuberosa", + "phalarope", + "phalaropidae", + "phalaropus", + "phalaropus_fulicarius", + "phalguna", + "phallaceae", + "phallales", + "phallic_phase", + "phallic_stage", + "phalloplasty", + "phallus", + "phallus_impudicus", + "phallus_ravenelii", + "phalsa", + "phanerogam", + "phanerogamae", + "phaneromania", + "phanerozoic", + "phanerozoic_aeon", + "phanerozoic_eon", + "phantasm", + "phantasma", + "phantasmagoria", + "phantasy", + "phantasy_life", + "phantasy_world", + "phantom", + "phantom_limb", + "phantom_limb_pain", + "phantom_limb_syndrome", + "phantom_orchid", + "pharaoh", + "pharaoh's_ant", + "pharaoh's_chicken", + "pharaoh_ant", + "pharaoh_of_egypt", + "pharisee", + "pharma", + "pharmaceutic", + "pharmaceutical", + "pharmaceutical_chemist", + "pharmaceutical_company", + "pharmaceutics", + "pharmacist", + "pharmacogenetics", + "pharmacokinetics", + "pharmacological_medicine", + "pharmacologist", + "pharmacology", + "pharmacopeia", + "pharmacopoeia", + "pharmacy", + "pharomacrus", + "pharomacrus_mocino", + "pharos", + "pharsalus", + "pharyngeal", + "pharyngeal_consonant", + "pharyngeal_recess", + "pharyngeal_reflex", + "pharyngeal_tonsil", + "pharyngeal_vein", + "pharyngitis", + "pharynx", + "phascogale", + "phascolarctos", + "phascolarctos_cinereus", + "phase", + "phase-out", + "phase_angle", + "phase_change", + "phase_i", + "phase_i_clinical_trial", + "phase_ii", + "phase_ii_clinical_trial", + "phase_iii", + "phase_iii_clinical_trial", + "phase_iv", + "phase_iv_clinical_trial", + "phase_modulation", + "phase_of_cell_division", + "phase_of_the_moon", + "phase_space", + "phase_transition", + "phaseolus", + "phaseolus_aconitifolius", + "phaseolus_acutifolius_latifolius", + "phaseolus_angularis", + "phaseolus_aureus", + "phaseolus_caracalla", + "phaseolus_coccineus", + "phaseolus_limensis", + "phaseolus_lunatus", + "phaseolus_multiflorus", + "phaseolus_vulgaris", + "phasianid", + "phasianidae", + "phasianus", + "phasianus_colchicus", + "phasmatidae", + "phasmatodea", + "phasmid", + "phasmid_insect", + "phasmida", + "phasmidae", + "phasmidia", + "phatic_communication", + "phatic_speech", + "phd", + "pheasant", + "pheasant's-eye", + "pheasant_coucal", + "pheasant_cuckoo", + "pheasant_under_glass", + "phegopteris", + "phegopteris_connectilis", + "phegopteris_hexagonoptera", + "pheidias", + "phellem", + "phellodendron", + "phellodendron_amurense", + "phenacetin", + "phenacomys", + "phenaphen", + "phenazopyridine", + "phencyclidine", + "phencyclidine_hydrochloride", + "phenelzine", + "phenergan", + "phenicia", + "pheniramine", + "pheno-safranine", + "phenobarbital", + "phenobarbitone", + "phenol", + "phenolic", + "phenolic_plastic", + "phenolic_resin", + "phenolic_urea", + "phenolphthalein", + "phenomenology", + "phenomenon", + "phenoplast", + "phenothiazine", + "phenotype", + "phenoxymethyl_penicillin", + "phensuximide", + "phentolamine", + "phenyl_salicylate", + "phenylacetamide", + "phenylalanine", + "phenylamine", + "phenylbutazone", + "phenylephrine", + "phenylethylene", + "phenylic_acid", + "phenylketonuria", + "phenylpropanolamine", + "phenyltoloxamine", + "phenytoin", + "pheochromocytoma", + "pheresis", + "pheromone", + "phi", + "phi_coefficient", + "phi_correlation", + "phial", + "phidias", + "phil_anderson", + "philadelphaceae", + "philadelphia", + "philadelphia_fleabane", + "philadelphia_pepper_pot", + "philadelphus", + "philadelphus_coronarius", + "philaenus", + "philaenus_spumarius", + "philanderer", + "philanthropic_foundation", + "philanthropic_gift", + "philanthropist", + "philanthropy", + "philatelist", + "philately", + "philemon", + "philharmonic", + "philharmonic_pitch", + "philhellene", + "philhellenism", + "philhellenist", + "philia", + "philibert_de_l'orme", + "philibert_delorme", + "philip", + "philip_anderson", + "philip_augustus", + "philip_dormer_stanhope", + "philip_ii", + "philip_ii_of_macedon", + "philip_ii_of_spain", + "philip_marlowe", + "philip_michael_ondaatje", + "philip_milton_roth", + "philip_of_valois", + "philip_roth", + "philip_v", + "philip_vi", + "philip_warren_anderson", + "philipp_lenard", + "philipp_melanchthon", + "philipp_schwarzerd", + "philippi", + "philippian", + "philippians", + "philippic", + "philippine", + "philippine_cedar", + "philippine_islands", + "philippine_mahogany", + "philippine_monetary_unit", + "philippine_peso", + "philippine_sea", + "philippines", + "philippopolis", + "philippus_aureolus_paracelsus", + "philistia", + "philistine", + "philistinism", + "phillidae", + "phillips_screw", + "phillips_screwdriver", + "phillipsite", + "phillis_wheatley", + "phillyrea", + "philodendron", + "philogyny", + "philohela", + "philohela_minor", + "philologist", + "philologue", + "philology", + "philomachus", + "philomachus_pugnax", + "philomath", + "philophylla", + "philosopher", + "philosopher's_stone", + "philosopher's_wool", + "philosophers'_stone", + "philosophers'_wool", + "philosophical_doctrine", + "philosophical_system", + "philosophical_theory", + "philosophiser", + "philosophizer", + "philosophizing", + "philosophy", + "philosophy_department", + "philter", + "philtre", + "phimosis", + "phineas_taylor_barnum", + "phintias", + "phiz", + "phlebectomy", + "phlebitis", + "phlebodium", + "phlebodium_aureum", + "phlebogram", + "phlebothrombosis", + "phlebotomist", + "phlebotomus", + "phlebotomus_papatasii", + "phlebotomy", + "phlegm", + "phlegmasia_alba_dolens", + "phleum", + "phleum_pratense", + "phloem", + "phlogiston", + "phlogopite", + "phlomis", + "phlomis_fruticosa", + "phlox", + "phlox_bifida", + "phlox_family", + "phlox_stellaria", + "phlox_subulata", + "phnom_penh", + "phobia", + "phobic_disorder", + "phobic_neurosis", + "phobophobia", + "phobos", + "phoca", + "phoca_vitulina", + "phocidae", + "phocoena", + "phocoena_phocoena", + "phocoena_sinus", + "phocomelia", + "phoebe", + "phoebe_bird", + "phoebus", + "phoebus_apollo", + "phoenicia", + "phoenician", + "phoenicophorium", + "phoenicopteridae", + "phoeniculidae", + "phoeniculus", + "phoenicurus", + "phoenix", + "phoenix_dactylifera", + "phoenix_tree", + "pholadidae", + "pholas", + "pholidae", + "pholidota", + "pholiota", + "pholiota_astragalina", + "pholiota_aurea", + "pholiota_destruens", + "pholiota_flammans", + "pholiota_flavida", + "pholiota_nameko", + "pholiota_squarrosa", + "pholiota_squarrosa-adiposa", + "pholiota_squarrosoides", + "pholis", + "pholis_gunnellus", + "pholistoma", + "pholistoma_auritum", + "phon", + "phonation", + "phone", + "phone-in", + "phone_bill", + "phone_book", + "phone_booth", + "phone_call", + "phone_card", + "phone_company", + "phone_cord", + "phone_jack", + "phone_line", + "phone_message", + "phone_number", + "phone_plug", + "phone_service", + "phone_system", + "phone_tapper", + "phonebook", + "phoneme", + "phonemic_system", + "phonemics", + "phoner", + "phonetic_alphabet", + "phonetic_symbol", + "phonetic_transcription", + "phonetician", + "phonetics", + "phoney", + "phonics", + "phonogram", + "phonograph", + "phonograph_album", + "phonograph_needle", + "phonograph_record", + "phonograph_recording", + "phonograph_recording_disk", + "phonologic_system", + "phonological_system", + "phonologist", + "phonology", + "phonophobia", + "phony", + "phoradendron", + "phoradendron_flavescens", + "phoradendron_serotinum", + "phoronid", + "phoronida", + "phoronidea", + "phosgene", + "phosphatase", + "phosphate", + "phosphate_buffer_solution", + "phosphine", + "phosphocreatine", + "phospholipid", + "phosphoprotein", + "phosphor", + "phosphor_bronze", + "phosphorescence", + "phosphoric_acid", + "phosphorous_acid", + "phosphorus", + "phot", + "photalgia", + "photinia", + "photinia_arbutifolia", + "photius", + "photo", + "photo-offset", + "photo-offset_printing", + "photo_credit", + "photo_finish", + "photo_op", + "photo_opportunity", + "photoblepharon", + "photoblepharon_palpebratus", + "photocathode", + "photocell", + "photochemical_exchange", + "photochemical_reaction", + "photochemistry", + "photocoagulation", + "photocoagulator", + "photoconduction", + "photoconductive_cell", + "photoconductivity", + "photocopier", + "photocopy", + "photoelectric_cell", + "photoelectric_emission", + "photoelectricity", + "photoelectron", + "photoemission", + "photoengraving", + "photoflash", + "photoflood", + "photogelatin_process", + "photogenic_epilepsy", + "photograph", + "photograph_album", + "photographer", + "photographer's_model", + "photographic_camera", + "photographic_density", + "photographic_emulsion", + "photographic_equipment", + "photographic_film", + "photographic_material", + "photographic_paper", + "photographic_plate", + "photographic_print", + "photography", + "photogravure", + "photojournalism", + "photojournalist", + "photolithograph", + "photolithography", + "photomechanics", + "photometer", + "photometrician", + "photometrist", + "photometry", + "photomicrograph", + "photomontage", + "photomosaic", + "photon", + "photophobia", + "photopic_vision", + "photopigment", + "photoplate_making", + "photoretinitis", + "photosensitivity", + "photosphere", + "photostat", + "photostat_machine", + "photosynthesis", + "phototherapy", + "phototrophic_bacteria", + "phototropic_bacteria", + "phototropism", + "photovoltaic_cell", + "phoxinus", + "phoxinus_phoxinus", + "phragmacone", + "phragmipedium", + "phragmites", + "phragmites_communis", + "phragmocone", + "phrasal_idiom", + "phrasal_verb", + "phrase", + "phrase_book", + "phrase_structure", + "phraseology", + "phrasing", + "phratry", + "phrenic_nerve", + "phrenic_vein", + "phrenitis", + "phrenologist", + "phrenology", + "phrontistery", + "phrygia", + "phrygian", + "phrygian_deity", + "phrynosoma", + "phrynosoma_cornutum", + "phs", + "phthalic_acid", + "phthalic_anhydride", + "phthiriidae", + "phthirius", + "phthirius_pubis", + "phthirus", + "phthisis", + "phthorimaea", + "phthorimaea_operculella", + "phycobilin", + "phycocyanin", + "phycoerythrin", + "phycology", + "phycomycetes", + "phycomycetes_group", + "phycomycosis", + "phylactery", + "phyle", + "phyllidae", + "phyllitis", + "phyllitis_scolopendrium", + "phyllium", + "phyllo", + "phylloclad", + "phyllocladaceae", + "phylloclade", + "phyllocladus", + "phyllocladus_alpinus", + "phyllocladus_asplenifolius", + "phyllocladus_trichomanoides", + "phyllode", + "phyllodoce", + "phyllodoce_breweri", + "phyllodoce_caerulea", + "phylloporus", + "phylloporus_boletinoides", + "phylloquinone", + "phyllorhynchus", + "phylloscopus", + "phylloscopus_sibilatrix", + "phyllostachys", + "phyllostachys_aurea", + "phyllostachys_bambusoides", + "phyllostachys_nigra", + "phyllostomatidae", + "phyllostomidae", + "phyllostomus", + "phyllostomus_hastatus", + "phylloxera", + "phylloxera_vitifoleae", + "phylloxeridae", + "phylogenesis", + "phylogenetic_relation", + "phylogeny", + "phylum", + "phylum_acanthocephala", + "phylum_annelida", + "phylum_arthropoda", + "phylum_aschelminthes", + "phylum_brachiopoda", + "phylum_bryozoa", + "phylum_chaetognatha", + "phylum_chordata", + "phylum_cnidaria", + "phylum_coelenterata", + "phylum_cryptophyta", + "phylum_ctenophora", + "phylum_cycliophora", + "phylum_echinodermata", + "phylum_ectoprocta", + "phylum_entoprocta", + "phylum_mollusca", + "phylum_nematoda", + "phylum_nemertea", + "phylum_nemertina", + "phylum_phoronida", + "phylum_platyhelminthes", + "phylum_pogonophora", + "phylum_porifera", + "phylum_protozoa", + "phylum_pyrrophyta", + "phylum_rotifera", + "phylum_sipuncula", + "physa", + "physalia", + "physalis", + "physalis_alkekengi", + "physalis_ixocarpa", + "physalis_peruviana", + "physalis_philadelphica", + "physalis_pruinosa", + "physalis_pubescens", + "physalis_viscosa", + "physaria", + "physeter", + "physeter_catodon", + "physeteridae", + "physiatrics", + "physic", + "physic_nut", + "physical_ability", + "physical_anthropology", + "physical_attraction", + "physical_body", + "physical_change", + "physical_chemistry", + "physical_composition", + "physical_condition", + "physical_contact", + "physical_education", + "physical_entity", + "physical_exercise", + "physical_exertion", + "physical_fitness", + "physical_geography", + "physical_object", + "physical_pendulum", + "physical_phenomenon", + "physical_process", + "physical_property", + "physical_rehabilitation", + "physical_restoration", + "physical_science", + "physical_structure", + "physical_therapist", + "physical_therapy", + "physical_topology", + "physical_value", + "physicalism", + "physicality", + "physicalness", + "physician", + "physician-assisted_suicide", + "physician-patient_privilege", + "physicist", + "physics", + "physics_department", + "physics_lab", + "physics_laboratory", + "physidae", + "physiognomy", + "physiography", + "physiological_anatomy", + "physiological_condition", + "physiological_jaundice_of_the_newborn", + "physiological_nystagmus", + "physiological_property", + "physiological_psychology", + "physiological_reaction", + "physiological_sphincter", + "physiological_state", + "physiologist", + "physiology", + "physiotherapist", + "physiotherapy", + "physique", + "physostegia", + "physostegia_virginiana", + "physostigma", + "physostigma_venenosum", + "physostigmine", + "phytelephas", + "phytelephas_macrocarpa", + "phytochemical", + "phytochemist", + "phytochemistry", + "phytohormone", + "phytolacca", + "phytolacca_acinosa", + "phytolacca_americana", + "phytolacca_dioica", + "phytolaccaceae", + "phytologist", + "phytology", + "phytomastigina", + "phytonadione", + "phytophthora", + "phytophthora_citrophthora", + "phytophthora_infestans", + "phytoplankton", + "phytotherapy", + "phytotoxin", + "pi", + "pi-meson", + "pia", + "pia_mater", + "piaf", + "piaffe", + "piaget", + "pianism", + "pianissimo", + "pianist", + "piano", + "piano_accordion", + "piano_action", + "piano_damper", + "piano_keyboard", + "piano_lesson", + "piano_maker", + "piano_music", + "piano_player", + "piano_sonata", + "piano_stool", + "piano_teacher", + "piano_tuner", + "piano_wire", + "pianoforte", + "pianola", + "piassava_palm", + "piaster", + "piastre", + "piazza", + "pib", + "pibgorn", + "pibit", + "pibroch", + "pic", + "pica", + "pica-pica", + "pica_em", + "pica_pica", + "pica_pica_hudsonia", + "picador", + "picaninny", + "picardie", + "picardy", + "picariae", + "picasso", + "piccalilli", + "piccaninny", + "piccolo", + "picea", + "picea_abies", + "picea_breweriana", + "picea_engelmannii", + "picea_glauca", + "picea_mariana", + "picea_obovata", + "picea_orientalis", + "picea_pungens", + "picea_rubens", + "picea_sitchensis", + "pichi", + "pichiciago", + "pichiciego", + "picidae", + "piciform_bird", + "piciformes", + "pick", + "pick's_disease", + "pick-me-up", + "pick-off", + "pickaback_plant", + "pickaninny", + "pickax", + "pickaxe", + "pickelhaube", + "picker", + "pickerel", + "pickerel_frog", + "pickerel_weed", + "pickerelweed", + "pickerelweed_family", + "pickeringia", + "pickeringia_montana", + "picket", + "picket_boat", + "picket_fence", + "picket_line", + "picket_ship", + "pickett", + "pickford", + "picking", + "pickings", + "pickle", + "pickle_barrel", + "pickle_relish", + "pickled_herring", + "picklepuss", + "picknicker", + "pickpocket", + "pickup", + "pickup_arm", + "pickup_truck", + "picnic", + "picnic_area", + "picnic_ground", + "picnic_ham", + "picnic_shoulder", + "picnicker", + "pico_de_orizaba", + "picofarad", + "picoides", + "picometer", + "picometre", + "picornavirus", + "picosecond", + "picot", + "picovolt", + "picrasma", + "picrasma_excelsa", + "picrasma_excelsum", + "picric_acid", + "picris", + "picris_echioides", + "pictograph", + "pictor", + "pictorial", + "pictorial_matter", + "pictorial_representation", + "picture", + "picture_book", + "picture_card", + "picture_element", + "picture_frame", + "picture_gallery", + "picture_hat", + "picture_palace", + "picture_plane", + "picture_postcard", + "picture_rail", + "picture_show", + "picture_taking", + "picture_tube", + "picture_window", + "picture_writing", + "picturesqueness", + "picturing", + "picul", + "piculet", + "picumnus", + "picus", + "picus_viridis", + "pid", + "piddle", + "piddock", + "pidgin", + "pidlimdi", + "pie", + "pie-dog", + "pie_chart", + "pie_crust", + "pie_plant", + "pie_shell", + "piece", + "piece_de_resistance", + "piece_goods", + "piece_of_ass", + "piece_of_cake", + "piece_of_cloth", + "piece_of_eight", + "piece_of_furniture", + "piece_of_ground", + "piece_of_land", + "piece_of_leather", + "piece_of_material", + "piece_of_music", + "piece_of_paper", + "piece_of_tail", + "piece_of_work", + "piece_of_writing", + "piecework", + "pied-a-terre", + "pied-billed_grebe", + "pied_lemming", + "pied_piper", + "pied_piper_of_hamelin", + "piedmont", + "piedmont_glacier", + "piedmont_type_of_glacier", + "piemonte", + "pieplant", + "pier", + "pier_arch", + "pier_glass", + "pier_luigi_nervi", + "pier_mirror", + "pier_table", + "pierce", + "pierid", + "pierid_butterfly", + "pieridae", + "pieris", + "pieris_brassicae", + "pieris_floribunda", + "pieris_japonica", + "pieris_protodice", + "pieris_rapae", + "pierre", + "pierre-paul_broca", + "pierre_abelard", + "pierre_athanase_larousse", + "pierre_auguste_renoir", + "pierre_boulez", + "pierre_charles_l'enfant", + "pierre_corneille", + "pierre_curie", + "pierre_de_fermat", + "pierre_de_terrail", + "pierre_joseph_proudhon", + "pierre_laporte_bridge", + "pierre_larousse", + "pierre_simon_de_laplace", + "pierre_teilhard_de_chardin", + "pierre_terrail", + "pierrot", + "piet_mondrian", + "pieta", + "pieter_breughel", + "pieter_bruegel", + "pieter_brueghel", + "pieter_brueghel_the_elder", + "pieter_zeeman", + "pietism", + "piety", + "piezo_effect", + "piezoelectric_crystal", + "piezoelectric_effect", + "piezoelectricity", + "piezometer", + "piffle", + "pig", + "pig's_ears", + "pig_bed", + "pig_farm", + "pig_iron", + "pig_laurel", + "pig_lead", + "pigboat", + "pigeon", + "pigeon-pea_plant", + "pigeon_berry", + "pigeon_breast", + "pigeon_droppings", + "pigeon_guillemot", + "pigeon_hawk", + "pigeon_loft", + "pigeon_pea", + "pigeon_toes", + "pigeonhole", + "pigeonholing", + "pigfish", + "piggery", + "piggishness", + "piggy", + "piggy_bank", + "piggyback", + "piggyback_plant", + "pigheadedness", + "piglet", + "pigman", + "pigment", + "pigmentation", + "pigmy", + "pigmy_talinum", + "pignolia", + "pignut", + "pignut_hickory", + "pigpen", + "pigs'_feet", + "pigs'_knuckles", + "pigs_in_blankets", + "pigskin", + "pigsticking", + "pigsty", + "pigswill", + "pigtail", + "pigwash", + "pigweed", + "pij", + "pika", + "pike", + "pike's_peak", + "pike-perch", + "pike_perch", + "pikeblenny", + "piked_reverse_hang", + "piked_whale", + "pikestaff", + "pilaf", + "pilaff", + "pilar_cyst", + "pilaster", + "pilate", + "pilau", + "pilaw", + "pilchard", + "pile", + "pile_driver", + "pile_dwelling", + "pilea", + "pilea_involucrata", + "pilea_microphylla", + "pilea_pumilla", + "piles", + "pileup", + "pileus", + "pilewort", + "pilferage", + "pilferer", + "pilgrim", + "pilgrim's_journey", + "pilgrim's_progress", + "pilgrim_father", + "pilgrimage", + "piling", + "pill", + "pill_bottle", + "pill_bug", + "pill_head", + "pill_pusher", + "pill_roller", + "pillage", + "pillager", + "pillaging", + "pillar", + "pillar_box", + "pillar_of_islam", + "pillar_of_strength", + "pillars_of_hercules", + "pillbox", + "pillion", + "pillock", + "pillory", + "pillow", + "pillow_block", + "pillow_fight", + "pillow_lace", + "pillow_lava", + "pillow_sham", + "pillow_slip", + "pillow_talk", + "pillowcase", + "pillwort", + "pilocarpine", + "pilomotor_reflex", + "pilosella", + "pilosella_aurantiaca", + "pilosella_officinarum", + "pilosity", + "pilot", + "pilot_balloon", + "pilot_biscuit", + "pilot_bit", + "pilot_blacksnake", + "pilot_boat", + "pilot_bread", + "pilot_burner", + "pilot_chart", + "pilot_cloth", + "pilot_engine", + "pilot_experiment", + "pilot_film", + "pilot_ladder", + "pilot_lamp", + "pilot_light", + "pilot_program", + "pilot_project", + "pilot_whale", + "pilotage", + "pilotfish", + "pilothouse", + "piloting", + "pilotless_aircraft", + "pilsen", + "pilsener", + "pilsner", + "piltdown_hoax", + "piltdown_man", + "pilularia", + "pilularia_globulifera", + "pilus", + "pima", + "pimenta", + "pimenta_acris", + "pimenta_dioica", + "pimenta_officinalis", + "pimento", + "pimento_butter", + "pimento_tree", + "pimiento", + "pimlico", + "pimozide", + "pimp", + "pimpernel", + "pimpinella", + "pimpinella_anisum", + "pimple", + "pin", + "pin-tailed_duck", + "pin-tailed_grouse", + "pin-tailed_sandgrouse", + "pin-up", + "pin_bone", + "pin_cherry", + "pin_clover", + "pin_curl", + "pin_grass", + "pin_money", + "pin_number", + "pin_oak", + "pin_table", + "pin_tumbler", + "pin_wrench", + "pina_cloth", + "pina_colada", + "pinaceae", + "pinafore", + "pinata", + "pinatubo", + "pinball", + "pinball_game", + "pinball_machine", + "pince-nez", + "pincer", + "pinch", + "pinch_bar", + "pinch_hitter", + "pinchas_zukerman", + "pinchbeck", + "pinche", + "pinchgut", + "pinckneya", + "pinckneya_pubens", + "pinctada", + "pinctada_margaritifera", + "pincurl_clip", + "pincus", + "pincushion", + "pincushion_flower", + "pincushion_hakea", + "pindar", + "pindaric", + "pindaric_ode", + "pindolol", + "pine", + "pine-barren_sandwort", + "pine-tar_rag", + "pine-weed", + "pine_bluff", + "pine_family", + "pine_fern", + "pine_finch", + "pine_grosbeak", + "pine_hyacinth", + "pine_knot", + "pine_leaf_aphid", + "pine_lily", + "pine_lizard", + "pine_marten", + "pine_mouse", + "pine_nut", + "pine_sawyer", + "pine_siskin", + "pine_snake", + "pine_spittlebug", + "pine_tar", + "pine_tree", + "pine_tree_state", + "pine_vole", + "pineal_body", + "pineal_eye", + "pineal_gland", + "pinealoma", + "pineapple", + "pineapple_family", + "pineapple_guava", + "pineapple_juice", + "pineapple_plant", + "pineapple_weed", + "pinecone", + "pinesap", + "pinetum", + "pineus", + "pineus_pinifoliae", + "pineweed", + "pinfish", + "pinfold", + "ping", + "ping-pong", + "ping-pong_ball", + "ping-pong_table", + "ping_river", + "pinger", + "pingpong_paddle", + "pingpong_table", + "pinguecula", + "pinguicula", + "pinguinus", + "pinguinus_impennis", + "pinhead", + "pinhole", + "pinicola", + "pinicola_enucleator", + "pining", + "pinion", + "pinion_and_crown_wheel", + "pinion_and_ring_gear", + "pinite", + "pink", + "pink-and-white_everlasting", + "pink_bollworm", + "pink_calla", + "pink_cockatoo", + "pink_disease", + "pink_disease_fungus", + "pink_elephants", + "pink_family", + "pink_fivecorner", + "pink_fritillary", + "pink_lady", + "pink_of_my_john", + "pink_paper_daisy", + "pink_sand_verbena", + "pink_shower", + "pink_shower_tree", + "pink_slip", + "pink_wine", + "pinkeye", + "pinkie", + "pinkness", + "pinko", + "pinkroot", + "pinky", + "pinna", + "pinnace", + "pinnacle", + "pinnate_leaf", + "pinnatiped", + "pinner", + "pinning", + "pinniped", + "pinniped_mammal", + "pinnipedia", + "pinnotheres", + "pinnotheres_ostreum", + "pinnotheridae", + "pinnule", + "pinny", + "pinochle", + "pinocle", + "pinocytosis", + "pinole", + "pinon", + "pinon_nut", + "pinon_pine", + "pinophytina", + "pinopsida", + "pinot", + "pinot_blanc", + "pinot_chardonnay", + "pinot_grape", + "pinot_noir", + "pinpoint", + "pinprick", + "pins_and_needles", + "pinscher", + "pinsk", + "pinstripe", + "pint", + "pintado", + "pintail", + "pinter", + "pintle", + "pinto", + "pinto_bean", + "pinus", + "pinus_albicaulis", + "pinus_aristata", + "pinus_attenuata", + "pinus_banksiana", + "pinus_californiarum", + "pinus_cembra", + "pinus_cembroides", + "pinus_contorta", + "pinus_contorta_murrayana", + "pinus_densiflora", + "pinus_echinata", + "pinus_edulis", + "pinus_flexilis", + "pinus_glabra", + "pinus_jeffreyi", + "pinus_longaeva", + "pinus_monophylla", + "pinus_monticola", + "pinus_mugo", + "pinus_muricata", + "pinus_nigra", + "pinus_palustris", + "pinus_parryana", + "pinus_pinea", + "pinus_ponderosa", + "pinus_pungens", + "pinus_quadrifolia", + "pinus_radiata", + "pinus_resinosa", + "pinus_rigida", + "pinus_serotina", + "pinus_strobiformis", + "pinus_strobus", + "pinus_sylvestris", + "pinus_taeda", + "pinus_thunbergii", + "pinus_torreyana", + "pinus_virginiana", + "pinwheel", + "pinwheel_flower", + "pinwheel_roll", + "pinwheel_wind_collector", + "pinworm", + "pinyon", + "piolet", + "pion", + "pioneer", + "pious_platitude", + "piousness", + "pip", + "pip-squeak", + "pipa", + "pipa_americana", + "pipa_pipa", + "pipage", + "pipal", + "pipal_tree", + "pipe", + "pipe_bomb", + "pipe_bowl", + "pipe_clamp", + "pipe_cleaner", + "pipe_cutter", + "pipe_dream", + "pipe_fitter", + "pipe_fitting", + "pipe_major", + "pipe_of_peace", + "pipe_organ", + "pipe_rack", + "pipe_smoker", + "pipe_vine", + "pipe_vise", + "pipe_wrench", + "pipeclay", + "pipefish", + "pipefitting", + "pipeful", + "pipeline", + "pipeline_company", + "piper", + "piper_betel", + "piper_cubeba", + "piper_longum", + "piper_nigrum", + "piperaceae", + "piperacillin", + "piperales", + "piperazine", + "piperin", + "piperine", + "piperocaine", + "piperocaine_hydrochloride", + "pipestem_clematis", + "pipet", + "pipette", + "pipework", + "pipewort", + "pipewort_family", + "pipidae", + "pipile", + "pipilo", + "pipilo_erythrophthalmus", + "piping", + "piping_crow", + "piping_crow-shrike", + "piping_guan", + "piping_plover", + "pipistrel", + "pipistrelle", + "pipistrellus", + "pipistrellus_pipistrellus", + "pipistrellus_subflavus", + "pipit", + "pippin", + "pipra", + "pipracil", + "pipridae", + "pipsissewa", + "piptadenia", + "piptadenia_macrocarpa", + "pipturus", + "pipturus_albidus", + "pipturus_argenteus", + "pipul", + "piquance", + "piquancy", + "piquantness", + "pique", + "piqueria", + "piquet", + "piracy", + "pirana", + "pirandello", + "piranga", + "piranga_flava_hepatica", + "piranga_ludoviciana", + "piranga_olivacea", + "piranga_rubra", + "piranha", + "pirate", + "pirate_flag", + "pirate_ship", + "piriform_area", + "piriform_lobe", + "pirogi", + "pirogue", + "piroplasm", + "piroshki", + "pirouette", + "piroxicam", + "pirozhki", + "pis_aller", + "pisa", + "pisang_wax", + "pisanosaur", + "pisanosaurus", + "piscary", + "pisces", + "pisces_the_fishes", + "piscidia", + "piscidia_erythrina", + "piscidia_piscipula", + "pisha_paysha", + "pisiform", + "pisiform_bone", + "pismire", + "pisonia", + "pisonia_aculeata", + "piss", + "piss-up", + "pissaba_palm", + "pisser", + "pissing", + "pissis", + "pistachio", + "pistachio_nut", + "pistachio_tree", + "pistacia", + "pistacia_lentiscus", + "pistacia_terebinthus", + "pistacia_vera", + "piste", + "pistia", + "pistia_stratiotes", + "pistia_stratoites", + "pistil", + "pistillode", + "pistol", + "pistol_grip", + "pistol_shrimp", + "pistoleer", + "piston", + "piston_chamber", + "piston_ring", + "piston_rod", + "pisum", + "pisum_arvense", + "pisum_sativum", + "pisum_sativum_arvense", + "pisum_sativum_macrocarpon", + "pit", + "pit-run_gravel", + "pit_bull_terrier", + "pit_of_the_stomach", + "pit_run", + "pit_stop", + "pit_viper", + "pita", + "pitahaya", + "pitahaya_cactus", + "pitanga", + "pitch", + "pitch_accent", + "pitch_apple", + "pitch_black", + "pitch_blackness", + "pitch_contour", + "pitch_pine", + "pitch_pipe", + "pitch_shot", + "pitchblende", + "pitched_battle", + "pitcher", + "pitcher's_mound", + "pitcher-plant_family", + "pitcher_plant", + "pitcher_sage", + "pitcherful", + "pitchfork", + "pitching", + "pitching_change", + "pitching_coach", + "pitching_wedge", + "pitchman", + "pitchstone", + "pitfall", + "pith", + "pith_hat", + "pith_helmet", + "pithead", + "pithecanthropus", + "pithecanthropus_erectus", + "pithecellobium", + "pithecellobium_dulce", + "pithecellodium_unguis-cati", + "pithecia", + "pithecolobium", + "pithiness", + "pitilessness", + "pitman", + "pitocin", + "piton", + "pitot", + "pitot-static_tube", + "pitot_head", + "pitot_tube", + "pitprop", + "pitressin", + "pitsaw", + "pitt", + "pitt_the_elder", + "pitt_the_younger", + "pitta", + "pittance", + "pitter-patter", + "pittidae", + "pitting", + "pittsburgh", + "pittsburgh_of_the_south", + "pittsfield", + "pituitary", + "pituitary_body", + "pituitary_dwarf", + "pituitary_gland", + "pituophis", + "pituophis_melanoleucus", + "pity", + "pitymys", + "pitymys_pinetorum", + "pityriasis", + "pityriasis_alba", + "pityriasis_rosea", + "pityrogramma", + "pityrogramma_argentea", + "pityrogramma_calomelanos", + "pityrogramma_calomelanos_aureoflava", + "pityrogramma_chrysophylla", + "pius_ii", + "pius_ix", + "pius_v", + "pius_vi", + "pius_vii", + "pius_x", + "pius_xi", + "pius_xii", + "piute", + "pivot", + "pivot_joint", + "pivot_man", + "pivot_shot", + "pivoting_window", + "pix", + "pix_chest", + "pixel", + "pixie", + "pixy", + "pizarro", + "pizza", + "pizza_parlor", + "pizza_pie", + "pizza_shop", + "pizzaz", + "pizzazz", + "pizzeria", + "pizzicato", + "pj's", + "pkd", + "pku", + "pku_test", + "placard", + "placation", + "place", + "place-kicker", + "place-kicking", + "place-worship", + "place_bet", + "place_kick", + "place_mat", + "place_name", + "place_of_birth", + "place_of_business", + "place_of_origin", + "place_of_worship", + "place_setting", + "placebo", + "placebo_effect", + "placeholder", + "placekicker", + "placeman", + "placement", + "placement_center", + "placement_office", + "placenta", + "placenta_previa", + "placental", + "placental_mammal", + "placentation", + "placer", + "placer_miner", + "placer_mining", + "placeseeker", + "placidity", + "placidness", + "placido_domingo", + "placidyl", + "placket", + "placoderm", + "placodermi", + "placuna", + "placuna_placenta", + "plagal_cadence", + "plage", + "plagianthus", + "plagianthus_betulinus", + "plagianthus_regius", + "plagiarisation", + "plagiariser", + "plagiarism", + "plagiarist", + "plagiarization", + "plagiarizer", + "plagiocephaly", + "plagioclase", + "plague", + "plague_pneumonia", + "plague_spot", + "plaice", + "plaid", + "plain", + "plain_clothes", + "plain_flour", + "plain_sailing", + "plain_stitch", + "plain_turkey", + "plain_wanderer", + "plain_weave", + "plainchant", + "plainclothesman", + "plainness", + "plains_indian", + "plains_lemon_monarda", + "plains_pocket_gopher", + "plains_pocket_mouse", + "plains_spadefoot", + "plainsman", + "plainsong", + "plaint", + "plaintiff", + "plaintiff_in_error", + "plaintiveness", + "plait", + "plaiter", + "plan", + "plan_of_action", + "plan_of_attack", + "planaria", + "planarian", + "planation", + "planchet", + "planchette", + "planck", + "planck's_constant", + "planck's_law", + "planck's_radiation_law", + "plane", + "plane-tree_family", + "plane_angle", + "plane_figure", + "plane_geometry", + "plane_seat", + "plane_section", + "plane_table", + "plane_ticket", + "plane_tree", + "planeness", + "planer", + "planera", + "planet", + "planet_gear", + "planet_wheel", + "planetarium", + "planetary_gear", + "planetary_house", + "planetary_nebula", + "planetesimal", + "planetesimal_hypothesis", + "planetoid", + "plangency", + "planimeter", + "planing_machine", + "plank", + "plank-bed", + "planking", + "plankton", + "planktonic_algae", + "planned_community", + "planner", + "planning", + "planning_board", + "planning_commission", + "plano", + "planococcus", + "planococcus_citri", + "planographic_printing", + "planography", + "plant", + "plant_bug", + "plant_cell", + "plant_closing", + "plant_department", + "plant_disease", + "plant_family", + "plant_fiber", + "plant_fibre", + "plant_food", + "plant_genus", + "plant_hopper", + "plant_hormone", + "plant_kingdom", + "plant_life", + "plant_louse", + "plant_material", + "plant_order", + "plant_organ", + "plant_part", + "plant_process", + "plant_product", + "plant_scientist", + "plant_structure", + "plant_substance", + "plant_tissue", + "plant_toxin", + "plant_virus", + "plantae", + "plantagenet", + "plantagenet_line", + "plantaginaceae", + "plantaginales", + "plantago", + "plantago_lanceolata", + "plantago_major", + "plantago_media", + "plantago_psyllium", + "plantago_rugelii", + "plantago_virginica", + "plantain", + "plantain-leaved_pussytoes", + "plantain_family", + "plantain_lily", + "plantain_tree", + "plantar_reflex", + "plantar_wart", + "plantation", + "plantation_owner", + "plantation_walking_horse", + "planter", + "planter's_punch", + "planthopper", + "plantigrade", + "plantigrade_mammal", + "planting", + "plantlet", + "plantlike_flagellate", + "plantsman", + "planula", + "plaque", + "plaquenil", + "plash", + "plasm", + "plasma", + "plasma_cell", + "plasma_membrane", + "plasma_physics", + "plasma_protein", + "plasma_thromboplastin_antecedent", + "plasmablast", + "plasmacyte", + "plasmacytoma", + "plasmapheresis", + "plasmid", + "plasmid_dna", + "plasmin", + "plasminogen", + "plasminogen_activator", + "plasmodial_slime_mold", + "plasmodiidae", + "plasmodiophora", + "plasmodiophora_brassicae", + "plasmodiophoraceae", + "plasmodium", + "plasmodium_vivax", + "plassey", + "plaster", + "plaster_bandage", + "plaster_cast", + "plaster_of_paris", + "plaster_saint", + "plasterboard", + "plasterer", + "plasterer's_float", + "plastering", + "plastering_trowel", + "plasterwork", + "plastic", + "plastic_art", + "plastic_bag", + "plastic_bomb", + "plastic_explosive", + "plastic_film", + "plastic_laminate", + "plastic_surgeon", + "plastic_surgery", + "plastic_wrap", + "plasticine", + "plasticiser", + "plasticity", + "plasticizer", + "plastics_industry", + "plastid", + "plastination", + "plastique", + "plastron", + "plat", + "plata_river", + "plataea", + "platalea", + "platalea_leucorodia", + "plataleidae", + "platan", + "platanaceae", + "platanistidae", + "platanthera", + "platanthera_bifolia", + "platanthera_chlorantha", + "platanthera_leucophea", + "platanus", + "platanus_acerifolia", + "platanus_occidentalis", + "platanus_orientalis", + "platanus_racemosa", + "platanus_wrightii", + "plate", + "plate_armor", + "plate_armour", + "plate_glass", + "plate_iron", + "plate_rack", + "plate_rail", + "plate_tectonic_theory", + "plate_tectonics", + "plateau", + "plateau_striped_whiptail", + "plateful", + "platelayer", + "platelet", + "plateletpheresis", + "platen", + "plater", + "platform", + "platform_bed", + "platform_rocker", + "plath", + "platichthys", + "platichthys_flesus", + "plating", + "platinum", + "platinum_black", + "platinum_blond", + "platinum_blonde", + "platinum_thermometer", + "platitude", + "platitudinarian", + "plato", + "plato's_academy", + "platonic_body", + "platonic_solid", + "platonic_year", + "platonism", + "platonist", + "platoon", + "platt_national_park", + "plattdeutsch", + "platte", + "platte_river", + "platte_river_penstemon", + "plattensee", + "platter", + "platy", + "platycephalidae", + "platycerium", + "platycerium_alcicorne", + "platycerium_andinum", + "platycerium_bifurcatum", + "platycladus_orientalis", + "platyctenea", + "platyctenean", + "platyhelminth", + "platyhelminthes", + "platylobium", + "platylobium_formosum", + "platymiscium", + "platymiscium_pinnatum", + "platymiscium_trinitatis", + "platypoecilus", + "platypoecilus_maculatus", + "platypus", + "platyrrhine", + "platyrrhini", + "platyrrhinian", + "platysma", + "platystemon", + "platystemon_californicus", + "plaudit", + "plaudits", + "plausibility", + "plausibleness", + "plautus", + "plautus_alle", + "plavix", + "play", + "play-actor", + "play-box", + "play_group", + "play_list", + "play_reading", + "play_therapy", + "playacting", + "playactor", + "playback", + "playbill", + "playbook", + "playbox", + "playboy", + "playday", + "player", + "player_piano", + "playfellow", + "playfulness", + "playgoer", + "playground", + "playground_ball", + "playground_slide", + "playhouse", + "playing", + "playing_area", + "playing_card", + "playing_field", + "playing_period", + "playlet", + "playlist", + "playlobium_obtusangulum", + "playmaker", + "playmate", + "playoff", + "playoff_game", + "playpen", + "playroom", + "playschool", + "playscript", + "playsuit", + "plaything", + "playtime", + "playwright", + "plaza", + "plea", + "plea_bargain", + "plea_bargaining", + "plea_of_insanity", + "pleader", + "pleading", + "pleading_in_the_alternative", + "pleasance", + "pleasant_island", + "pleasantness", + "pleasantry", + "pleaser", + "pleasing", + "pleasingness", + "pleasure", + "pleasure-pain_principle", + "pleasure-unpleasure_principle", + "pleasure_boat", + "pleasure_craft", + "pleasure_ground", + "pleasure_principle", + "pleasure_seeker", + "pleasure_trip", + "pleat", + "pleating", + "pleb", + "plebe", + "plebeian", + "plebiscite", + "plecoptera", + "plecopteran", + "plecotus", + "plecotus_townsendi", + "plectania", + "plectognath", + "plectognath_fish", + "plectognathi", + "plectomycetes", + "plectophera", + "plectorrhiza", + "plectranthus", + "plectranthus_amboinicus", + "plectron", + "plectrophenax", + "plectrophenax_nivalis", + "plectrum", + "pledge", + "pledge_taker", + "pledgee", + "pledger", + "pleiades", + "pleione", + "pleiospilos", + "pleistocene", + "pleistocene_epoch", + "plenipotentiary", + "plenitude", + "plenteousness", + "plentifulness", + "plentitude", + "plenty", + "plenum", + "pleochroism", + "pleomorphic_rhabdomyosarcoma", + "pleomorphic_rhabdosarcoma", + "pleomorphism", + "pleonasm", + "pleonaste", + "pleopod", + "plesianthropus", + "plesiosaur", + "plesiosauria", + "plesiosaurus", + "plessimeter", + "plessor", + "plethodon", + "plethodon_cinereus", + "plethodon_vehiculum", + "plethodont", + "plethodontidae", + "plethora", + "plethysmograph", + "pleura", + "pleural_cavity", + "pleural_space", + "pleuralgia", + "pleurisy", + "pleurisy_root", + "pleurobrachia", + "pleurobrachiidae", + "pleurocarp", + "pleurocarpous_moss", + "pleurodont", + "pleurodynia", + "pleuronectes", + "pleuronectes_platessa", + "pleuronectidae", + "pleuropneumonia", + "pleuropneumonialike_organism", + "pleurosorus", + "pleurothallis", + "pleurotus", + "pleurotus_ostreatus", + "pleurotus_phosphoreus", + "pleven", + "plevna", + "plexiglas", + "plexiglass", + "pleximeter", + "pleximetry", + "plexor", + "plexus", + "plexus_autonomici", + "plexus_brachialis", + "plexus_cardiacus", + "plexus_caroticus", + "plexus_celiacus", + "plexus_cervicalis", + "plexus_choroideus", + "plexus_coccygeus", + "plexus_dentalis", + "plexus_hypogastricus", + "plexus_lumbalis", + "plexus_mesentericus", + "plexus_myentericus", + "plexus_periarterialis", + "plexus_pulmonalis", + "plexus_sacralis", + "plf", + "pliability", + "pliancy", + "pliantness", + "plica", + "plica_vocalis", + "plication", + "plicatoperipatus", + "plicatoperipatus_jamaicensis", + "plier", + "pliers", + "plight", + "plimsoll", + "plimsoll_line", + "plimsoll_mark", + "plinian_eruption", + "plinth", + "pliny", + "pliny_the_elder", + "pliny_the_younger", + "pliocene", + "pliocene_epoch", + "plo", + "ploce", + "ploceidae", + "ploceus", + "ploceus_philippinus", + "plod", + "plodder", + "plodding", + "plonk", + "plop", + "plosion", + "plosive", + "plosive_consonant", + "plosive_speech_sound", + "plot", + "plot_element", + "plot_line", + "plot_of_ground", + "plot_of_land", + "plotinus", + "plott_hound", + "plotter", + "plough", + "plough_horse", + "ploughboy", + "ploughing", + "ploughland", + "ploughman", + "ploughman's_lunch", + "ploughshare", + "ploughwright", + "plovdiv", + "plover", + "plow", + "plow_horse", + "plowboy", + "plower", + "plowing", + "plowland", + "plowman", + "plowshare", + "plowwright", + "ploy", + "pluck", + "pluckiness", + "plug", + "plug-in", + "plug-ugly", + "plug_fuse", + "plug_hat", + "plugboard", + "plugger", + "plughole", + "plum", + "plum-fruited_yew", + "plum-yew", + "plum-yew_family", + "plum_duff", + "plum_pudding", + "plum_sauce", + "plum_tomato", + "plum_tree", + "plumage", + "plumb", + "plumb_bob", + "plumb_level", + "plumb_line", + "plumb_rule", + "plumbaginaceae", + "plumbaginales", + "plumbago", + "plumbago_europaea", + "plumber", + "plumber's_helper", + "plumber's_snake", + "plumbery", + "plumbing", + "plumbing_fixture", + "plumbing_system", + "plumbism", + "plumcot", + "plumcot_tree", + "plume", + "plume_grass", + "plume_poppy", + "plume_thistle", + "plumed_scorpionfish", + "plumed_thistle", + "plumed_tussock", + "plumeria", + "plumeria_acutifolia", + "plumeria_alba", + "plumiera", + "plummet", + "plump", + "plumpness", + "plumule", + "plunder", + "plunderage", + "plunderer", + "plundering", + "plunge", + "plunger", + "plunk", + "plunker", + "pluperfect", + "pluperfect_tense", + "plural", + "plural_form", + "pluralisation", + "pluralism", + "pluralist", + "plurality", + "pluralization", + "plus", + "plus_fours", + "plus_sign", + "plush", + "plutarch", + "pluteaceae", + "pluteus", + "pluteus_aurantiorugosus", + "pluteus_cervinus", + "pluteus_magnus", + "pluto", + "plutocracy", + "plutocrat", + "pluton", + "plutonic_rock", + "plutonium", + "plutonium_239", + "plutonium_bomb", + "plutonium_pit", + "plutonium_trigger", + "pluvialis", + "pluvianus", + "pluvianus_aegyptius", + "pluviometer", + "pluviose", + "ply", + "plyboard", + "plyer", + "plyers", + "plymouth", + "plymouth_colony", + "plymouth_rock", + "plywood", + "plzen", + "pm", + "pms", + "pneumatic_caisson", + "pneumatic_drill", + "pneumatic_hammer", + "pneumatic_tire", + "pneumatic_tyre", + "pneumatics", + "pneumatophore", + "pneumococcal_pneumonia", + "pneumococcal_vaccine", + "pneumococcus", + "pneumoconiosis", + "pneumocystis_carinii_pneumonia", + "pneumocystis_pneumonia", + "pneumocytosis", + "pneumoencephalogram", + "pneumogastric", + "pneumogastric_nerve", + "pneumonectomy", + "pneumonia", + "pneumonic_plague", + "pneumonitis", + "pneumonoconiosis", + "pneumothorax", + "pneumovax", + "pnom_penh", + "po", + "po_box", + "po_box_no", + "po_box_number", + "po_hai", + "po_river", + "poa", + "poa_nemoralis", + "poa_pratensis", + "poaceae", + "poached_egg", + "poacher", + "poaching", + "pob", + "pobeda_peak", + "pobedy_peak", + "pocahontas", + "pocatello", + "pochard", + "pock", + "pocket", + "pocket-handkerchief", + "pocket_battleship", + "pocket_billiards", + "pocket_book", + "pocket_borough", + "pocket_bread", + "pocket_calculator", + "pocket_comb", + "pocket_dictionary", + "pocket_edition", + "pocket_flap", + "pocket_flask", + "pocket_gopher", + "pocket_knife", + "pocket_lighter", + "pocket_money", + "pocket_mouse", + "pocket_rat", + "pocket_veto", + "pocket_watch", + "pocketbook", + "pocketbook_issue", + "pocketcomb", + "pocketed_bat", + "pocketed_freetail_bat", + "pocketful", + "pocketknife", + "pockmark", + "pod", + "podalgia", + "podalyria", + "podargidae", + "podargus", + "podaxaceae", + "podetium", + "podiatrist", + "podiatry", + "podiceps", + "podiceps_cristatus", + "podiceps_grisegena", + "podiceps_nigricollis", + "podiceps_ruficollis", + "podicipedidae", + "podicipediformes", + "podicipitiform_seabird", + "podicipitiformes", + "podilymbus", + "podilymbus_podiceps", + "podium", + "podocarp", + "podocarpaceae", + "podocarpus", + "podocarpus_amara", + "podocarpus_coriaceus", + "podocarpus_dacrydioides", + "podocarpus_elatus", + "podocarpus_elongatus", + "podocarpus_family", + "podocarpus_ferruginea", + "podocarpus_latifolius", + "podocarpus_nivalis", + "podocarpus_spicata", + "podocarpus_totara", + "podophyllum", + "podophyllum_peltatum", + "podsol", + "podsol_soil", + "podsolic_soil", + "podzol", + "podzol_soil", + "poe", + "poeciliid", + "poeciliid_fish", + "poeciliidae", + "poecilocapsus", + "poecilocapsus_lineatus", + "poecilogale", + "poecilogale_albinucha", + "poem", + "poenology", + "poephila", + "poephila_castanotis", + "poesy", + "poet", + "poet-singer", + "poet_laureate", + "poetess", + "poetic_justice", + "poetic_license", + "poetic_rhythm", + "poetics", + "poetiser", + "poetizer", + "poetry", + "pogey", + "pogge", + "pogo_stick", + "pogonia", + "pogonia_divaricata", + "pogonia_rosea", + "pogonion", + "pogonip", + "pogonophora", + "pogonophoran", + "pogostemon", + "pogostemon_cablin", + "pogrom", + "pogy", + "poi", + "poignance", + "poignancy", + "poikilotherm", + "poilu", + "poinciana", + "poinciana_gilliesii", + "poinciana_pulcherrima", + "poinciana_regia", + "poinsettia", + "poinsettia_strain", + "point", + "point-and-shoot_camera", + "point_after", + "point_after_touchdown", + "point_duty", + "point_in_time", + "point_lace", + "point_man", + "point_mutation", + "point_of_accumulation", + "point_of_apoapsis", + "point_of_departure", + "point_of_entry", + "point_of_honor", + "point_of_intersection", + "point_of_no_return", + "point_of_order", + "point_of_periapsis", + "point_of_reference", + "point_of_view", + "point_source", + "point_system", + "point_woman", + "pointed-leaf_maple", + "pointed_arch", + "pointedness", + "pointel", + "pointer", + "pointillism", + "pointillist", + "pointing_out", + "pointing_trowel", + "pointlessness", + "pointrel", + "pointsman", + "poise", + "poison", + "poison-berry", + "poison_arrow_plant", + "poison_ash", + "poison_bush", + "poison_camas", + "poison_dogwood", + "poison_gas", + "poison_hemlock", + "poison_ivy", + "poison_mercury", + "poison_milkweed", + "poison_oak", + "poison_parsley", + "poison_pea", + "poison_pill", + "poison_sumac", + "poisonberry", + "poisoner", + "poisoning", + "poisonous_nightshade", + "poisonous_parasol", + "poisonous_plant", + "poisonous_substance", + "poisson_distribution", + "poitier", + "poitiers", + "poitou", + "poitou-charentes", + "poitrine_d'agneau", + "poivrade", + "poke", + "poke_bonnet", + "poke_check", + "poke_milkweed", + "poker", + "poker_alumroot", + "poker_chip", + "poker_face", + "poker_game", + "poker_hand", + "poker_heuchera", + "poker_plant", + "pokeweed", + "pokeweed_family", + "pokey", + "poking", + "pokomo", + "poky", + "pol", + "polack", + "poland", + "polanisia", + "polanisia_dodecandra", + "polanisia_graveolens", + "polar_bear", + "polar_body", + "polar_circle", + "polar_coordinate", + "polar_front", + "polar_glacier", + "polar_hare", + "polar_opposition", + "polar_region", + "polar_star", + "polar_zone", + "polarimeter", + "polaris", + "polarisation", + "polariscope", + "polarity", + "polarization", + "polarography", + "polaroid", + "polaroid_camera", + "polaroid_land_camera", + "polder", + "pole", + "pole_bean", + "pole_horse", + "pole_jump", + "pole_jumper", + "pole_jumping", + "pole_position", + "pole_star", + "pole_vault", + "pole_vaulter", + "pole_vaulting", + "poleax", + "poleaxe", + "polecat", + "polecat_weed", + "polemic", + "polemicist", + "polemics", + "polemist", + "polemoniaceae", + "polemoniales", + "polemonium", + "polemonium_boreale", + "polemonium_caeruleum", + "polemonium_reptans", + "polemonium_van-bruntiae", + "polemonium_viscosum", + "polenta", + "poler", + "polestar", + "polianthes", + "polianthes_tuberosa", + "police", + "police_academy", + "police_action", + "police_blotter", + "police_boat", + "police_captain", + "police_car", + "police_chief", + "police_commissioner", + "police_constable", + "police_court", + "police_cruiser", + "police_department", + "police_detective", + "police_dog", + "police_force", + "police_headquarters", + "police_investigation", + "police_lieutenant", + "police_matron", + "police_officer", + "police_precinct", + "police_sergeant", + "police_squad", + "police_state", + "police_station", + "police_van", + "police_wagon", + "police_work", + "policeman", + "policeman_bird", + "policewoman", + "policy", + "policy_change", + "policy_maker", + "policyholder", + "polio", + "poliomyelitis", + "polioptila", + "poliosis", + "poliovirus", + "poliovirus_vaccine", + "polish", + "polish_monetary_unit", + "polish_notation", + "polished_rice", + "polisher", + "polishing", + "polistes", + "polistes_annularis", + "politburo", + "politeness", + "politesse", + "political_action_committee", + "political_arena", + "political_boss", + "political_campaign", + "political_commissar", + "political_contribution", + "political_correctitude", + "political_correctness", + "political_detainee", + "political_dissident", + "political_donation", + "political_economy", + "political_entity", + "political_hack", + "political_incorrectness", + "political_leader", + "political_liberty", + "political_machine", + "political_movement", + "political_orientation", + "political_party", + "political_platform", + "political_prisoner", + "political_program", + "political_relation", + "political_science", + "political_scientist", + "political_sphere", + "political_sympathies", + "political_system", + "political_theory", + "political_unit", + "politician", + "politico", + "politics", + "polity", + "polk", + "polka", + "polka_dot", + "poll", + "poll_parrot", + "poll_taker", + "poll_tax", + "pollachius", + "pollachius_pollachius", + "pollack", + "pollard", + "pollen", + "pollen_count", + "pollen_tube", + "pollenation", + "pollex", + "pollination", + "pollinator", + "polling_booth", + "polling_day", + "polling_place", + "polling_station", + "pollinium", + "pollinosis", + "polliwog", + "pollock", + "polls", + "pollster", + "pollucite", + "pollutant", + "polluter", + "pollution", + "pollux", + "polly_fish", + "pollyfish", + "pollywog", + "polo", + "polo-neck", + "polo-neck_collar", + "polo_ball", + "polo_mallet", + "polo_pony", + "polo_shirt", + "polo_stick", + "polonaise", + "polonium", + "polony", + "polska", + "poltergeist", + "poltroon", + "poltroonery", + "polyamide", + "polyandrist", + "polyandry", + "polyangiaceae", + "polyangium", + "polyanthus", + "polyarteritis", + "polyarteritis_nodosa", + "polyborus", + "polyborus_cheriway_audubonii", + "polyborus_plancus", + "polybotria", + "polybotria_cervina", + "polybotrya", + "polybotrya_cervina", + "polybutene", + "polybutylene", + "polycarp", + "polychaeta", + "polychaete", + "polychaete_worm", + "polychete", + "polychete_worm", + "polychrome", + "polycillin", + "polycirrus", + "polyconic_projection", + "polycystic_kidney_disease", + "polycythemia", + "polydactylus", + "polydactylus_virginicus", + "polydactyly", + "polydipsia", + "polyelectrolyte", + "polyergus", + "polyergus_rufescens", + "polyester", + "polyester_fiber", + "polyethylene", + "polyfoam", + "polygala", + "polygala_alba", + "polygala_lutea", + "polygala_paucifolia", + "polygala_senega", + "polygala_vulgaris", + "polygalaceae", + "polygamist", + "polygamy", + "polygene", + "polygenic_disease", + "polygenic_disorder", + "polyglot", + "polygon", + "polygonaceae", + "polygonal_shape", + "polygonales", + "polygonatum", + "polygonatum_biflorum", + "polygonatum_commutatum", + "polygonia", + "polygonia_comma", + "polygonum", + "polygonum_aubertii", + "polygonum_fagopyrum", + "polygonum_orientale", + "polygraph", + "polygynist", + "polygyny", + "polyhedral_angle", + "polyhedron", + "polyhidrosis", + "polyhymnia", + "polymastigina", + "polymastigote", + "polymath", + "polymer", + "polymerase", + "polymeric_amide", + "polymerisation", + "polymerization", + "polymethyl_methacrylate", + "polymonium_caeruleum_van-bruntiae", + "polymorph", + "polymorphism", + "polymox", + "polymyositis", + "polymyxin", + "polynemidae", + "polynesia", + "polynesian", + "polynesian_tattler", + "polyneuritic_psychosis", + "polyneuritis", + "polynomial", + "polynya", + "polyodon", + "polyodon_spathula", + "polyodontidae", + "polyoma", + "polyoma_virus", + "polyose", + "polyostotic_fibrous_dysplasia", + "polyp", + "polypectomy", + "polypedates", + "polypedatidae", + "polypeptide", + "polyphemus_moth", + "polyphone", + "polyphonic_letter", + "polyphonic_music", + "polyphonic_prose", + "polyphony", + "polyphosphate", + "polyphosphoric_acid", + "polyplacophora", + "polyplacophore", + "polyploid", + "polyploidy", + "polypodiaceae", + "polypodiales", + "polypodium", + "polypodium_aureum", + "polypodium_glycyrrhiza", + "polypodium_polypodioides", + "polypodium_scouleri", + "polypodium_virgianum", + "polypodium_vulgare", + "polypody", + "polyporaceae", + "polypore", + "polyporus", + "polyporus_frondosus", + "polyporus_squamosus", + "polyporus_tenuiculus", + "polyprion", + "polyprion_americanus", + "polypropene", + "polypropenonitrile", + "polypropylene", + "polyptoton", + "polypus", + "polysaccharide", + "polysemant", + "polysemantic_word", + "polysemous_word", + "polysemy", + "polysomy", + "polystichum", + "polystichum_acrostichoides", + "polystichum_aculeatum", + "polystichum_adiantiformis", + "polystichum_braunii", + "polystichum_lonchitis", + "polystichum_scopulinum", + "polystichum_setiferum", + "polystyrene", + "polysyllabic_word", + "polysyllable", + "polysyndeton", + "polytechnic", + "polytechnic_institute", + "polytetrafluoroethylene", + "polytheism", + "polytheist", + "polythene", + "polytonalism", + "polytonality", + "polyunsaturated_fat", + "polyunsaturated_fatty_acid", + "polyurethan", + "polyurethane", + "polyurethane_foam", + "polyuria", + "polyvalence", + "polyvalency", + "polyvinyl-formaldehyde", + "polyvinyl_acetate", + "polyvinyl_chloride", + "polyvinyl_resin", + "polyzoa", + "polyzoan", + "pom", + "pom-pom", + "pomacanthus", + "pomace_fly", + "pomacentridae", + "pomacentrus", + "pomacentrus_leucostictus", + "pomade", + "pomaderris", + "pomaderris_apetala", + "pomatomidae", + "pomatomus", + "pomatomus_saltatrix", + "pomatum", + "pome", + "pomegranate", + "pomegranate_tree", + "pomelo", + "pomelo_tree", + "pomeranian", + "pomfret", + "pomme_blanche", + "pomme_de_prairie", + "pommel", + "pommel_horse", + "pommy", + "pomo", + "pomolobus", + "pomolobus_pseudoharengus", + "pomologist", + "pomology", + "pomoxis", + "pomoxis_annularis", + "pomoxis_nigromaculatus", + "pomp", + "pompadour", + "pompano", + "pompeii", + "pompey", + "pompey_the_great", + "pompon", + "pomposity", + "pompousness", + "ponca", + "ponce", + "ponce_de_leon", + "poncho", + "poncirus", + "poncirus_trifoliata", + "pond", + "pond-apple_tree", + "pond-scum_parasite", + "pond-skater", + "pond_apple", + "pond_bald_cypress", + "pond_cypress", + "pond_lily", + "pond_pine", + "pond_scum", + "ponderer", + "ponderosa", + "ponderosa_pine", + "ponderosity", + "ponderousness", + "pondweed", + "pondweed_family", + "pone", + "pong", + "pongamia", + "pongamia_glabra", + "pongee", + "pongid", + "pongidae", + "pongo", + "pongo_pygmaeus", + "poniard", + "ponka", + "pons", + "pons_asinorum", + "pons_varolii", + "ponselle", + "ponstel", + "ponte_25_de_abril", + "pontederia", + "pontederia_cordata", + "pontederiaceae", + "pontiac", + "pontifex", + "pontiff", + "pontifical", + "pontificate", + "pontius_pilate", + "pontoon", + "pontoon_bridge", + "pontoon_plane", + "pontos", + "pontus", + "pony", + "pony-trekking", + "pony_cart", + "pony_express", + "ponycart", + "ponytail", + "pooch", + "pood", + "poodle", + "poodle_dog", + "pooecetes", + "pooecetes_gramineus", + "poof", + "pooh-bah", + "pool", + "pool_ball", + "pool_cue", + "pool_player", + "pool_stick", + "pool_table", + "pooler", + "pooling_of_interest", + "poolroom", + "poon", + "poop", + "poop_deck", + "poor", + "poor_box", + "poor_boy", + "poor_devil", + "poor_fish", + "poor_law", + "poor_man's_orchid", + "poor_man's_pulse", + "poor_man's_weatherglass", + "poor_people", + "poor_person", + "poor_rates", + "poor_speller", + "poor_white_trash", + "poorhouse", + "poorness", + "poorwill", + "poove", + "pop", + "pop-fly", + "pop-up", + "pop-up_book", + "pop_art", + "pop_bottle", + "pop_fly", + "pop_group", + "pop_music", + "pop_quiz", + "pop_tent", + "popcorn", + "popcorn_ball", + "pope", + "pope's_nose", + "pope_alexander_vi", + "popery", + "popgun", + "popillia", + "popillia_japonica", + "popinjay", + "poplar", + "poplar_bluff", + "poplar_tree", + "poplin", + "popliteal_artery", + "popliteal_vein", + "popover", + "popper", + "poppet", + "poppet_valve", + "popping", + "poppy", + "poppy_day", + "poppy_family", + "poppy_mallow", + "poppy_seed", + "poppycock", + "popsicle", + "populace", + "popular_democratic_front_for_the_liberation_of_palestine", + "popular_front", + "popular_front_for_the_liberation_of_palestine", + "popular_front_for_the_liberation_of_palestine-general_command", + "popular_music", + "popular_music_genre", + "popular_opinion", + "popular_struggle_front", + "popularisation", + "populariser", + "popularism", + "popularity", + "popularity_contest", + "popularization", + "popularizer", + "populated_area", + "population", + "population_commission", + "population_control", + "population_growth", + "population_profile", + "population_scientist", + "population_shift", + "populism", + "populist", + "populist_party", + "populus", + "populus_alba", + "populus_balsamifera", + "populus_canescens", + "populus_deltoides", + "populus_grandidentata", + "populus_heterophylla", + "populus_nigra", + "populus_nigra_italica", + "populus_tremula", + "populus_tremuloides", + "populus_trichocarpa", + "porbeagle", + "porc", + "porcelain", + "porcelain_clay", + "porcellio", + "porcellionidae", + "porch", + "porcupine", + "porcupine_ball", + "porcupine_fish", + "porcupine_provision", + "porcupinefish", + "porcupines", + "pore", + "pore_fungus", + "pore_mushroom", + "porgy", + "porifera", + "poriferan", + "poring_over", + "pork", + "pork-and-veal_goulash", + "pork-barreling", + "pork-fish", + "pork_and_beans", + "pork_barrel", + "pork_belly", + "pork_butcher", + "pork_loin", + "pork_pie", + "pork_roast", + "pork_sausage", + "pork_tenderloin", + "porkchop", + "porker", + "porkfish", + "porkholt", + "porkpie", + "porkpie_hat", + "porn", + "porn_merchant", + "porno", + "pornographer", + "pornography", + "poronotus", + "poronotus_triacanthus", + "poroporo", + "porosity", + "porousness", + "porphyra", + "porphyria", + "porphyrin", + "porphyrio", + "porphyrio_porphyrio", + "porphyritic_rock", + "porphyrula", + "porphyrula_martinica", + "porphyry", + "porpoise", + "porpoise_oil", + "porridge", + "porringer", + "port", + "port-access_coronary_bypass_surgery", + "port-au-prince", + "port-of-spain", + "port-wine_stain", + "port_arthur", + "port_jackson_fig", + "port_jackson_heath", + "port_jackson_pine", + "port_louis", + "port_moresby", + "port_of_call", + "port_of_entry", + "port_of_spain", + "port_orford_cedar", + "port_sudan", + "port_vila", + "port_watcher", + "port_wine", + "porta", + "porta_hepatis", + "portability", + "portable", + "portable_circular_saw", + "portable_computer", + "portable_saw", + "portacaval_shunt", + "portage", + "portal", + "portal_hypertension", + "portal_site", + "portal_system", + "portal_tomb", + "portal_vein", + "portcullis", + "porte", + "porte-cochere", + "portent", + "porter", + "porter's_beer", + "porterage", + "porterhouse", + "porterhouse_steak", + "portfolio", + "porthole", + "portia_tree", + "portico", + "portiere", + "portion", + "portland", + "portland_cement", + "portmanteau", + "portmanteau_word", + "porto", + "porto_novo", + "porto_rico", + "portrait", + "portrait_camera", + "portrait_lens", + "portrait_painter", + "portraitist", + "portraiture", + "portrayal", + "portrayer", + "portraying", + "portsmouth", + "portugal", + "portuguese", + "portuguese_cypress", + "portuguese_escudo", + "portuguese_guinea", + "portuguese_heath", + "portuguese_man-of-war", + "portuguese_monetary_unit", + "portuguese_republic", + "portulaca", + "portulaca_grandiflora", + "portulaca_oleracea", + "portulacaceae", + "portunidae", + "portunus", + "portunus_puber", + "portwatcher", + "porzana", + "porzana_porzana", + "pos_tagger", + "pose", + "poseidon", + "poser", + "poseur", + "poseuse", + "posing", + "posit", + "position", + "position_effect", + "position_paper", + "positional_notation", + "positional_representation_system", + "positioner", + "positioning", + "positive", + "positive_charge", + "positive_chemotaxis", + "positive_correlation", + "positive_degree", + "positive_feedback", + "positive_fraud", + "positive_identification", + "positive_magnetic_pole", + "positive_muon", + "positive_pole", + "positive_reinforcer", + "positive_reinforcing_stimulus", + "positive_stimulus", + "positiveness", + "positivism", + "positivist", + "positivity", + "positron", + "positron_emission_tomography", + "positron_emission_tomography_scanner", + "posology", + "posse", + "posse_comitatus", + "posseman", + "possession", + "possessive", + "possessive_case", + "possessiveness", + "possessor", + "posset", + "possibility", + "possible", + "possible_action", + "possibleness", + "possum", + "possum_haw", + "possum_oak", + "possumwood", + "post", + "post-hole_digger", + "post-horse", + "post-impressionist", + "post-it", + "post-maturity", + "post-menopause", + "post-mortem", + "post-mortem_examination", + "post-obit_bond", + "post-office_box", + "post-office_box_number", + "post-rotational_nystagmus", + "post_and_lintel", + "post_card", + "post_chaise", + "post_doc", + "post_exchange", + "post_hoc", + "post_hoc_ergo_propter_hoc", + "post_hole", + "post_horn", + "post_horse", + "post_house", + "post_oak", + "post_office", + "post_road", + "postage", + "postage_meter", + "postage_stamp", + "postal_card", + "postal_clerk", + "postal_code", + "postal_order", + "postal_rate_commission", + "postal_service", + "postbag", + "postbox", + "postcard", + "postcava", + "postcentral_gyrus", + "postcode", + "postdiluvian", + "postdoc", + "postdoctoral", + "poste_restante", + "poster", + "poster_board", + "poster_boy", + "poster_child", + "poster_color", + "poster_colour", + "poster_girl", + "poster_paint", + "posterboard", + "posterior", + "posterior_cardinal_vein", + "posterior_cerebral_artery", + "posterior_facial_vein", + "posterior_labial_veins", + "posterior_meningeal_artery", + "posterior_naris", + "posterior_pituitary", + "posterior_pituitary_gland", + "posterior_serratus_muscle", + "posterior_subcapsular_cataract", + "posterior_synechia", + "posterior_temporal_artery", + "posterior_vein_of_the_left_ventricle", + "posteriority", + "posterity", + "postern", + "postfix", + "postfix_notation", + "postgraduate", + "posthitis", + "posthole", + "posthole_digger", + "posthouse", + "posthumous_birth", + "posthypnotic_amnesia", + "posthypnotic_suggestion", + "postiche", + "postilion", + "postillion", + "postimpressionist", + "posting", + "postlude", + "postman", + "postmark", + "postmaster", + "postmaster_general", + "postmature_infant", + "postmistress", + "postmodernism", + "postmortem", + "postmortem_examination", + "postnasal_drip", + "postponement", + "postponer", + "postposition", + "postscript", + "posttraumatic_amnesia", + "posttraumatic_epilepsy", + "posttraumatic_stress_disorder", + "postulant", + "postulate", + "postulation", + "postulator", + "postum", + "postural_hypotension", + "posture", + "posturer", + "posturing", + "posy", + "pot", + "pot-au-feu", + "pot_cheese", + "pot_farm", + "pot_likker", + "pot_liquor", + "pot_marigold", + "pot_marjoram", + "pot_metal", + "pot_plant", + "pot_roast", + "potable", + "potage", + "potage_st._germain", + "potamogale", + "potamogale_velox", + "potamogalidae", + "potamogeton", + "potamogeton_americanus", + "potamogeton_crispus", + "potamogeton_gramineous", + "potamogeton_nodosus", + "potamogetonaceae", + "potamophis", + "potamophis_striatula", + "potash", + "potash_alum", + "potash_muriate", + "potassium", + "potassium-argon_dating", + "potassium_acid_carbonate", + "potassium_alum", + "potassium_bicarbonate", + "potassium_bitartrate", + "potassium_bromide", + "potassium_carbonate", + "potassium_chlorate", + "potassium_chloride", + "potassium_cyanide", + "potassium_dichromate", + "potassium_ferrocyanide", + "potassium_hydrogen_carbonate", + "potassium_hydrogen_tartrate", + "potassium_hydroxide", + "potassium_iodide", + "potassium_muriate", + "potassium_nitrate", + "potassium_permanganate", + "potassium_sodium_tartrate", + "potation", + "potato", + "potato_bean", + "potato_beetle", + "potato_blight", + "potato_bug", + "potato_chip", + "potato_disease", + "potato_family", + "potato_fern", + "potato_fungus", + "potato_mildew", + "potato_mold", + "potato_mosaic", + "potato_moth", + "potato_murrain", + "potato_nose", + "potato_pancake", + "potato_peel", + "potato_peelings", + "potato_race", + "potato_salad", + "potato_scab_bacteria", + "potato_skin", + "potato_tree", + "potato_tuber_moth", + "potato_tuberworm", + "potato_vine", + "potato_wart", + "potato_wart_fungus", + "potato_worm", + "potato_yellow-dwarf_virus", + "potato_yellow_dwarf", + "potawatomi", + "potbelly", + "potbelly_stove", + "potboiler", + "potboy", + "poteen", + "potemkin", + "potemkin_village", + "potence", + "potency", + "potentate", + "potential", + "potential_difference", + "potential_divider", + "potential_drop", + "potential_energy", + "potential_unit", + "potentiality", + "potentiation", + "potentilla", + "potentilla_anserina", + "potentiometer", + "poterium", + "poterium_sanguisorba", + "potful", + "pothead", + "pother", + "potherb", + "potholder", + "pothole", + "potholer", + "pothook", + "pothos", + "pothouse", + "pothunter", + "potion", + "potlatch", + "potluck", + "potman", + "potomac", + "potomac_river", + "potomania", + "potoroinae", + "potoroo", + "potorous", + "potos", + "potos_caudivolvulus", + "potos_flavus", + "potpie", + "potpourri", + "potsdam", + "potsdam_conference", + "potsherd", + "potshot", + "pott's_disease", + "pottage", + "potter", + "potter's_clay", + "potter's_earth", + "potter's_field", + "potter's_wheel", + "potter_bee", + "potter_wasp", + "potterer", + "pottery", + "pottle", + "potto", + "potty", + "potty_chair", + "potty_seat", + "potyokin", + "pouch", + "pouched_mammal", + "pouched_mole", + "pouched_mouse", + "pouched_rat", + "poudrin", + "pouf", + "pouf_paste", + "pouffe", + "poulenc", + "poulet", + "poulette", + "poulterer", + "poultice", + "poultry", + "poultryman", + "pounce", + "pound", + "pound_cake", + "pound_net", + "pound_sign", + "pound_sterling", + "poundage", + "poundal", + "pounder", + "pounding", + "pounds_per_square_inch", + "pourboire", + "pousse-cafe", + "poussin", + "pout", + "pouter", + "pouter_pigeon", + "pouteria", + "pouteria_campechiana_nervosa", + "pouteria_zapota", + "poverty", + "poverty_grass", + "poverty_level", + "poverty_line", + "poverty_trap", + "pow", + "pow_camp", + "powder", + "powder-post_termite", + "powder_and_shot", + "powder_blue", + "powder_compact", + "powder_flask", + "powder_horn", + "powder_keg", + "powder_magazine", + "powder_metallurgy", + "powder_method", + "powder_monkey", + "powder_photography", + "powder_room", + "powder_store", + "powder_technique", + "powdered_ginger", + "powdered_milk", + "powdered_mustard", + "powdered_sugar", + "powderer", + "powderiness", + "powderpuff", + "powdery_mildew", + "powell", + "power", + "power-assisted_steering", + "power-station_worker", + "power_brake", + "power_breakfast", + "power_broker", + "power_cable", + "power_company", + "power_cord", + "power_couple", + "power_dive", + "power_drill", + "power_failure", + "power_grid", + "power_hammer", + "power_hunger", + "power_law", + "power_line", + "power_loading", + "power_loom", + "power_meter", + "power_module", + "power_mower", + "power_of_appointment", + "power_of_attorney", + "power_outage", + "power_pack", + "power_plant", + "power_play", + "power_point", + "power_politics", + "power_pylon", + "power_saw", + "power_series", + "power_service", + "power_shovel", + "power_station", + "power_steering", + "power_structure", + "power_system", + "power_takeoff", + "power_tool", + "power_train", + "power_trip", + "power_unit", + "power_user", + "power_walking", + "power_worker", + "powerboat", + "powerbroker", + "powerfulness", + "powerhouse", + "powerlessness", + "powhatan", + "powwow", + "powys", + "pox", + "poxvirus", + "poyang", + "poyou", + "pozsony", + "ppk", + "pplo", + "ppp", + "pr", + "pr_man", + "practicability", + "practicableness", + "practical_application", + "practical_joke", + "practical_joker", + "practical_nurse", + "practical_politics", + "practicality", + "practice", + "practice_game", + "practice_of_law", + "practice_of_medicine", + "practice_range", + "practice_session", + "practice_teacher", + "practician", + "practitioner", + "praenomen", + "praesidium", + "praetor", + "praetorian", + "praetorian_guard", + "praetorium", + "praetorship", + "prag", + "pragmatic", + "pragmatic_sanction", + "pragmatics", + "pragmatism", + "pragmatist", + "prague", + "praha", + "praia", + "prairia_sabbatia", + "prairial", + "prairie", + "prairie_anemone", + "prairie_aster", + "prairie_berry", + "prairie_bird's-foot_trefoil", + "prairie_chicken", + "prairie_coneflower", + "prairie_cordgrass", + "prairie_crab", + "prairie_dock", + "prairie_dog", + "prairie_fire", + "prairie_fowl", + "prairie_fox", + "prairie_gentian", + "prairie_golden_aster", + "prairie_gourd", + "prairie_gourd_vine", + "prairie_grass", + "prairie_grouse", + "prairie_lotus", + "prairie_mallow", + "prairie_marmot", + "prairie_mimosa", + "prairie_orchid", + "prairie_rattler", + "prairie_rattlesnake", + "prairie_rocket", + "prairie_sage", + "prairie_sagewort", + "prairie_schooner", + "prairie_smoke", + "prairie_soil", + "prairie_star", + "prairie_state", + "prairie_sunflower", + "prairie_trefoil", + "prairie_trillium", + "prairie_vole", + "prairie_wagon", + "prairie_wake-robin", + "prairie_white-fringed_orchid", + "prairie_white-fringed_orchis", + "prairie_willow", + "prairie_wolf", + "praise", + "praiseworthiness", + "praisworthiness", + "prajapati", + "prakrit", + "praline", + "pram", + "prance", + "prancer", + "prang", + "prank", + "prankishness", + "prankster", + "praseodymium", + "prat", + "prate", + "prater", + "pratfall", + "pratincole", + "prattle", + "prattler", + "praunus", + "pravachol", + "pravastatin", + "prawn", + "praxis", + "praxiteles", + "praya", + "prayer", + "prayer_beads", + "prayer_book", + "prayer_mat", + "prayer_meeting", + "prayer_of_azariah_and_song_of_the_three_children", + "prayer_rug", + "prayer_service", + "prayer_shawl", + "prayer_wheel", + "prayerbook", + "praying_mantid", + "praying_mantis", + "prazosin", + "prc", + "pre-eclampsia", + "pre-empt", + "pre-emption", + "pre-emptive_strike", + "pre-emptor", + "pre-raphaelite", + "pre-socratic", + "preacher", + "preacher_man", + "preachification", + "preaching", + "preachment", + "preakness", + "preamble", + "prearrangement", + "prebend", + "prebendary", + "precambrian", + "precambrian_aeon", + "precambrian_eon", + "precambrian_period", + "precariousness", + "precaution", + "precava", + "precedence", + "precedency", + "precedent", + "precentor", + "precentorship", + "precentral_gyrus", + "precept", + "preceptor", + "preceptorship", + "precession", + "precession_of_the_equinoxes", + "prechlorination", + "precinct", + "preciosity", + "precious_coral", + "precious_metal", + "precious_stone", + "preciousness", + "precipice", + "precipitance", + "precipitancy", + "precipitant", + "precipitate", + "precipitateness", + "precipitation", + "precipitator", + "precipitin", + "precipitousness", + "precis", + "preciseness", + "precision", + "precision_cookie", + "precision_rifle", + "preclinical_phase", + "preclinical_test", + "preclinical_trial", + "preclusion", + "precocious_dentition", + "precociousness", + "precocity", + "precognition", + "preconceived_idea", + "preconceived_notion", + "preconceived_opinion", + "preconception", + "precondition", + "precordium", + "precursor", + "predation", + "predator", + "predatory_animal", + "predecessor", + "predestinarian", + "predestinarianism", + "predestination", + "predestinationist", + "predetermination", + "predicament", + "predicate", + "predicate_calculus", + "predication", + "predicator", + "predictability", + "prediction", + "predictor", + "predictor_variable", + "predilection", + "predisposition", + "prednisolone", + "prednisone", + "predominance", + "predomination", + "preeclampsia", + "preemie", + "preeminence", + "preemployment_training_program", + "preempt", + "preemption", + "preemptive_bid", + "preemptive_right", + "preemptor", + "preen_gland", + "preexistence", + "prefab", + "prefabrication", + "preface", + "prefect", + "prefecture", + "preference", + "preference_shares", + "preferment", + "preferred_shares", + "preferred_stock", + "prefiguration", + "prefix", + "prefix_notation", + "prefixation", + "preformation", + "prefrontal_cortex", + "prefrontal_leucotomy", + "prefrontal_leukotomy", + "prefrontal_lobe", + "prefrontal_lobotomy", + "pregnancy", + "pregnancy_test", + "pregnanediol", + "pregnant_chad", + "prehension", + "prehensor", + "prehistoric_culture", + "prehistory", + "preindication", + "preinvasive_cancer", + "prejudgement", + "prejudgment", + "prejudice", + "prelacy", + "prelate", + "prelature", + "prelim", + "preliminary", + "preliminary_exam", + "preliminary_examination", + "preliminary_prospectus", + "prelims", + "prelone", + "prelude", + "premature_baby", + "premature_ejaculation", + "premature_infant", + "premature_labor", + "premature_labour", + "premature_ventricular_contraction", + "prematureness", + "prematurity", + "premeditation", + "premenstrual_syndrome", + "premie", + "premier", + "premiere", + "premiership", + "premise", + "premises", + "premiss", + "premium", + "premium_bond", + "premix", + "premolar", + "premonition", + "prenanthes", + "prenanthes_alba", + "prenanthes_purpurea", + "prenanthes_serpentaria", + "prenatal_diagnosis", + "prentice", + "preoccupancy", + "preoccupation", + "preordination", + "prep", + "prep_school", + "preparation", + "preparation_fire", + "preparatory_school", + "preparedness", + "prepayment", + "preponderance", + "preposition", + "prepositional_object", + "prepositional_phrase", + "prepossession", + "prepotency", + "prepuberty", + "prepuce", + "prepyloric_vein", + "prerequisite", + "prerogative", + "pres_young", + "presage", + "presbyope", + "presbyopia", + "presbyter", + "presbyterian", + "presbyterian_church", + "presbyterianism", + "presbytery", + "presbytes", + "presbytes_entellus", + "preschool", + "preschooler", + "prescience", + "prescott", + "prescript", + "prescription", + "prescription_drug", + "prescription_medicine", + "prescriptive_grammar", + "prescriptive_linguistics", + "prescriptivism", + "preseason", + "presence", + "presence_chamber", + "presence_of_mind", + "presenile_dementia", + "present", + "present_moment", + "present_participle", + "present_perfect", + "present_perfect_tense", + "present_progressive", + "present_progressive_tense", + "present_tense", + "present_times", + "presentation", + "presenter", + "presentiment", + "presentism", + "presentist", + "presentment", + "presentness", + "preservation", + "preservationist", + "preservative", + "preserve", + "preserver", + "preserves", + "presidency", + "president", + "president_abraham_lincoln", + "president_adams", + "president_andrew_johnson", + "president_arthur", + "president_benjamin_harrison", + "president_buchanan", + "president_bush", + "president_carter", + "president_cleveland", + "president_clinton", + "president_coolidge", + "president_eisenhower", + "president_fillmore", + "president_ford", + "president_franklin_roosevelt", + "president_garfield", + "president_george_w._bush", + "president_grant", + "president_harding", + "president_harrison", + "president_hayes", + "president_hoover", + "president_jefferson", + "president_john_adams", + "president_john_f._kennedy", + "president_john_quincy_adams", + "president_johnson", + "president_kennedy", + "president_lincoln", + "president_lyndon_johnson", + "president_madison", + "president_mckinley", + "president_monroe", + "president_nixon", + "president_of_the_united_states", + "president_pierce", + "president_polk", + "president_reagan", + "president_roosevelt", + "president_taft", + "president_taylor", + "president_theodore_roosevelt", + "president_truman", + "president_tyler", + "president_van_buren", + "president_washington", + "president_william_henry_harrison", + "president_wilson", + "presidential_directive", + "presidential_term", + "presidents'_day", + "presidentship", + "presiding_officer", + "presidio", + "presidium", + "presley", + "press", + "press-up", + "press_agency", + "press_agent", + "press_association", + "press_box", + "press_clipping", + "press_conference", + "press_corps", + "press_cutting", + "press_gallery", + "press_gang", + "press_lord", + "press_of_canvas", + "press_of_sail", + "press_photographer", + "press_release", + "press_run", + "press_stud", + "pressburg", + "pressing", + "pressman", + "pressmark", + "pressor", + "pressure", + "pressure-feed_lubricating_system", + "pressure_cabin", + "pressure_cooker", + "pressure_dome", + "pressure_feed", + "pressure_gage", + "pressure_gauge", + "pressure_group", + "pressure_level", + "pressure_point", + "pressure_sensation", + "pressure_sore", + "pressure_suit", + "pressure_unit", + "pressurized_water_reactor", + "prestidigitation", + "prestidigitator", + "prestige", + "prestigiousness", + "presumption", + "presumptuousness", + "presupposition", + "preteen", + "preteenager", + "pretence", + "pretend", + "pretender", + "pretending", + "pretense", + "pretension", + "pretentiousness", + "preterist", + "preterit", + "preterite", + "preterition", + "preterm_baby", + "preterm_infant", + "pretermission", + "pretext", + "pretor", + "pretoria", + "pretorium", + "pretrial", + "pretrial_conference", + "prettiness", + "pretzel", + "preussen", + "prevacid", + "prevailing_party", + "prevailing_westerly", + "prevailing_wind", + "prevalence", + "prevarication", + "prevaricator", + "preventative", + "prevention", + "preventive", + "preventive_attack", + "preventive_medicine", + "preventive_strike", + "preview", + "previous_question", + "prevision", + "prevue", + "prexy", + "prey", + "priacanthidae", + "priacanthus", + "priacanthus_arenatus", + "priam", + "priapism", + "priapus", + "price", + "price-fixing", + "price-to-earnings_ratio", + "price_bracket", + "price_competition", + "price_control", + "price_cut", + "price_cutting", + "price_floor", + "price_freeze", + "price_gouging", + "price_increase", + "price_index", + "price_level", + "price_list", + "price_of_admission", + "price_reduction", + "price_support", + "price_tag", + "price_war", + "pricelessness", + "pricing", + "pricing_system", + "prick", + "pricker", + "pricket", + "pricking", + "prickle", + "prickle-weed", + "prickle_cell", + "prickleback", + "prickliness", + "prickling", + "prickly-edged_leaf", + "prickly-seeded_spinach", + "prickly_ash", + "prickly_custard_apple", + "prickly_heat", + "prickly_lettuce", + "prickly_pear", + "prickly_pear_cactus", + "prickly_pine", + "prickly_poppy", + "prickly_shield_fern", + "prickteaser", + "pride", + "pride-of-india", + "pride_of_barbados", + "pride_of_bolivia", + "pride_of_california", + "pride_of_place", + "pridefulness", + "prie-dieu", + "priest", + "priest-doctor", + "priest-penitent_privilege", + "priestcraft", + "priestess", + "priesthood", + "priestley", + "prig", + "priggishness", + "prilosec", + "prima", + "prima_ballerina", + "prima_donna", + "primacy", + "primality", + "primaquine", + "primary", + "primary_amenorrhea", + "primary_atypical_pneumonia", + "primary_care", + "primary_care_physician", + "primary_care_provider", + "primary_cell", + "primary_censorship", + "primary_coil", + "primary_color", + "primary_color_for_light", + "primary_color_for_pigments", + "primary_colour", + "primary_colour_for_light", + "primary_colour_for_pigments", + "primary_dentition", + "primary_dysmenorrhea", + "primary_election", + "primary_feather", + "primary_health_care", + "primary_quill", + "primary_school", + "primary_sex_character", + "primary_sex_characteristic", + "primary_sexual_characteristic", + "primary_solid_solution", + "primary_subtractive_color_for_light", + "primary_subtractive_colour_for_light", + "primary_syphilis", + "primary_tooth", + "primary_winding", + "primate", + "primates", + "primateship", + "primatology", + "primaxin", + "prime", + "prime_factor", + "prime_interest_rate", + "prime_meridian", + "prime_minister", + "prime_mover", + "prime_number", + "prime_of_life", + "prime_quantity", + "prime_time", + "primer", + "primer_coat", + "primidone", + "primigravida", + "priming", + "priming_coat", + "primipara", + "primitive", + "primitive_art", + "primitive_person", + "primitiveness", + "primitivism", + "primness", + "primo", + "primogenitor", + "primogeniture", + "primordial_dwarf", + "primordium", + "primping", + "primrose", + "primrose_family", + "primrose_jasmine", + "primrose_path", + "primula", + "primula_auricula", + "primula_elatior", + "primula_polyantha", + "primula_sinensis", + "primula_veris", + "primula_vulgaris", + "primulaceae", + "primulales", + "primum_mobile", + "primus", + "primus_stove", + "prince", + "prince's-feather", + "prince's-plume", + "prince's_pine", + "prince-of-wales'-heath", + "prince-of-wales_feather", + "prince-of-wales_fern", + "prince-of-wales_plume", + "prince_albert", + "prince_albert's_yew", + "prince_albert_yew", + "prince_charles", + "prince_charming", + "prince_consort", + "prince_edward", + "prince_edward_island", + "prince_eugene_of_savoy", + "prince_fumimaro_konoe", + "prince_fumimaro_konoye", + "prince_klemens_wenzel_nepomuk_lothar_von_metternich", + "prince_of_darkness", + "prince_of_smolensk", + "prince_of_wales", + "prince_of_wales_heath", + "prince_otto_eduard_leopold_von_bismarck", + "prince_otto_von_bismarck", + "prince_peter_kropotkin", + "prince_philip", + "prince_rupert", + "princedom", + "princeling", + "princess", + "princess_diana", + "princess_feather", + "princess_grace_of_monaco", + "princess_of_wales", + "princess_pine", + "princess_royal", + "princeton", + "princeton_university", + "princeton_wordnet", + "princewood", + "principal", + "principal_axis", + "principal_diagonal", + "principal_investigator", + "principal_sum", + "principality", + "principality_of_andorra", + "principality_of_liechtenstein", + "principality_of_monaco", + "principalship", + "principe", + "principen", + "principle", + "principle_of_equivalence", + "principle_of_liquid_displacement", + "principle_of_parsimony", + "principle_of_relativity", + "principle_of_superposition", + "prinia", + "prinival", + "print", + "print_buffer", + "print_media", + "print_run", + "print_seller", + "print_shop", + "printed_circuit", + "printed_symbol", + "printer", + "printer's_devil", + "printer's_ink", + "printer_cable", + "printing", + "printing_business", + "printing_company", + "printing_concern", + "printing_ink", + "printing_machine", + "printing_operation", + "printing_press", + "printing_process", + "printing_shop", + "printing_unit", + "printmaker", + "printmaking", + "printout", + "priodontes", + "priodontes_giganteus", + "prion", + "prionace", + "prionace_glauca", + "prionotus", + "prionotus_carolinus", + "prior", + "prioress", + "priority", + "priority_processing", + "priorship", + "priory", + "priscoan", + "priscoan_aeon", + "priscoan_eon", + "prism", + "prism_spectroscope", + "prismatoid", + "prismoid", + "prison", + "prison-breaking", + "prison_camp", + "prison_cell", + "prison_chaplain", + "prison_farm", + "prison_guard", + "prison_house", + "prison_term", + "prisonbreak", + "prisoner", + "prisoner's_base", + "prisoner_of_war", + "prisoner_of_war_camp", + "prisoner_of_war_censorship", + "pristidae", + "pristis", + "pristis_pectinatus", + "pritzelago", + "pritzelago_alpina", + "privacy", + "private", + "private_citizen", + "private_corporation", + "private_detective", + "private_enterprise", + "private_eye", + "private_foundation", + "private_instructor", + "private_investigator", + "private_line", + "private_nuisance", + "private_parts", + "private_practice", + "private_property", + "private_road", + "private_school", + "private_security_force", + "private_treaty", + "privateer", + "privateersman", + "privately_held_corporation", + "privateness", + "privates", + "privation", + "privatisation", + "privatization", + "privet", + "privet_andromeda", + "privet_hedge", + "privilege", + "privilege_against_self_incrimination", + "privilege_of_the_floor", + "privine", + "privy", + "privy_council", + "privy_purse", + "prix_de_rome", + "prix_fixe", + "prix_goncourt", + "prize", + "prize_fight", + "prize_money", + "prize_ring", + "prize_winner", + "prizefight", + "prizefighter", + "pro", + "pro-choice_faction", + "pro-life_faction", + "pro-lifer", + "proaccelerin", + "probabilism", + "probability", + "probability_theorist", + "probability_theory", + "probable", + "probable_cause", + "probate", + "probate_court", + "probate_will", + "probation", + "probation_officer", + "probationer", + "probe", + "probenecid", + "probiotic", + "probiotic_bacterium", + "probiotic_flora", + "probiotic_microflora", + "probity", + "problem", + "problem-oriented_language", + "problem_solver", + "problem_solving", + "proboscidea", + "proboscidea_arenaria", + "proboscidea_fragrans", + "proboscidea_louisianica", + "proboscidean", + "proboscidian", + "proboscis", + "proboscis_flower", + "proboscis_monkey", + "proboscis_worm", + "procaine", + "procaine_hydrochloride", + "procarbazine", + "procardia", + "procaryote", + "procavia", + "procavia_capensis", + "procaviidae", + "procedure", + "proceeding", + "proceedings", + "proceeds", + "procellaria", + "procellaria_aequinoctialis", + "procellariidae", + "procellariiform_seabird", + "procellariiformes", + "process", + "process-server", + "process_cheese", + "process_of_monition", + "process_printing", + "processed_cheese", + "processing", + "processing_time", + "procession", + "processional", + "processional_march", + "processor", + "processus_coronoideus", + "prochlorperazine", + "prociphilus", + "prociphilus_tessellatus", + "proclamation", + "proclivity", + "procnias", + "proconsul", + "proconsulate", + "proconsulship", + "proconvertin", + "procrastination", + "procrastinator", + "procreation", + "procrustean_bed", + "procrustean_rule", + "procrustean_standard", + "procrustes", + "proctalgia", + "proctitis", + "proctocele", + "proctologist", + "proctology", + "proctoplasty", + "proctor", + "proctorship", + "proctoscope", + "proctoscopy", + "procural", + "procurance", + "procurator", + "procurement", + "procurer", + "procuress", + "procursive_epilepsy", + "procyclidine", + "procyon", + "procyon_cancrivorus", + "procyon_lotor", + "procyonid", + "procyonidae", + "prod", + "prodding", + "prodigal", + "prodigality", + "prodigy", + "prodroma", + "prodrome", + "produce", + "producer", + "producer_gas", + "producer_price_index", + "product", + "product-moment_correlation_coefficient", + "product_development", + "product_introduction", + "product_line", + "product_research", + "production", + "production_cost", + "production_line", + "production_order", + "productiveness", + "productivity", + "proenzyme", + "prof", + "profanation", + "profaneness", + "profanity", + "professing", + "profession", + "professional", + "professional_association", + "professional_baseball", + "professional_basketball", + "professional_boxing", + "professional_dancer", + "professional_football", + "professional_golf", + "professional_golfer", + "professional_life", + "professional_organisation", + "professional_organization", + "professional_person", + "professional_relation", + "professional_tennis", + "professional_tennis_player", + "professional_wrestling", + "professionalisation", + "professionalism", + "professionalization", + "professor", + "professorship", + "proffer", + "proficiency", + "profile", + "profiling", + "profit", + "profit-and-loss_statement", + "profit_and_loss", + "profit_and_loss_account", + "profit_margin", + "profit_sharing", + "profit_taker", + "profitability", + "profitableness", + "profiteer", + "profiterole", + "profits", + "profligacy", + "profligate", + "profoundness", + "profundity", + "profuseness", + "profusion", + "progenitor", + "progeny", + "progeria", + "progesterone", + "progestin", + "progestogen", + "prognathism", + "progne", + "progne_subis", + "prognosis", + "prognostic", + "prognostication", + "prognosticator", + "program", + "program_library", + "program_line", + "program_music", + "program_trading", + "programing", + "programing_language", + "programma", + "programme", + "programme_music", + "programmed_cell_death", + "programmer", + "programming", + "programming_error", + "programming_language", + "progress", + "progress_report", + "progression", + "progressive", + "progressive_aspect", + "progressive_emphysematous_necrosis", + "progressive_party", + "progressive_rock", + "progressive_tax", + "progressive_tense", + "progressive_vaccinia", + "progressiveness", + "progressivism", + "progressivity", + "progymnosperm", + "prohibition", + "prohibition_era", + "prohibition_party", + "prohibitionist", + "project", + "projectile", + "projection", + "projection_screen", + "projectionist", + "projective_device", + "projective_geometry", + "projective_technique", + "projective_test", + "projector", + "prokaryote", + "prokayotae", + "prokhorov", + "prokofiev", + "prolactin", + "prolamine", + "prolapse", + "prolapsus", + "prolate_cycloid", + "prole", + "prolegomenon", + "prolepsis", + "proletarian", + "proletariat", + "proliferation", + "prolificacy", + "proline", + "prolixity", + "prolixness", + "prolog", + "prologue", + "prolongation", + "prolonge", + "prolonge_knot", + "prolonged_interrogation", + "prolusion", + "prom", + "promenade", + "promenade_deck", + "promethazine", + "prometheus", + "promethium", + "prominence", + "promiscuity", + "promiscuousness", + "promise", + "promised_land", + "promisee", + "promiser", + "promisor", + "promissory_note", + "promontory", + "promoter", + "promotion", + "promotion_system", + "promotional_expense", + "promotional_material", + "prompt", + "prompt_box", + "prompt_copy", + "promptbook", + "prompter", + "prompter's_box", + "prompting", + "promptitude", + "promptness", + "promulgation", + "promulgator", + "promycelium", + "pronation", + "pronator", + "prone_float", + "proneness", + "prong", + "prongbuck", + "pronghorn", + "pronghorn_antelope", + "pronominal", + "pronominal_phrase", + "pronoun", + "pronouncement", + "pronucleus", + "pronunciamento", + "pronunciation", + "proof", + "proof_spirit", + "proofreader", + "prop", + "prop_root", + "propaedeutic", + "propaedeutics", + "propaganda", + "propagandist", + "propagation", + "propagator", + "propanal", + "propanamide", + "propane", + "propanediol", + "propanoic_acid", + "propanol", + "propanolol", + "propanone", + "proparoxytone", + "propellant", + "propellant_explosive", + "propellent", + "propeller", + "propeller_plane", + "propellor", + "propenal", + "propene", + "propenoate", + "propenoic_acid", + "propenonitrile", + "propensity", + "propenyl_alcohol", + "proper_fraction", + "proper_name", + "proper_noun", + "properness", + "property", + "property_line", + "property_man", + "property_master", + "property_owner", + "property_right", + "property_settlement", + "property_tax", + "prophase", + "prophecy", + "prophesier", + "prophet", + "prophetess", + "prophets", + "prophylactic", + "prophylactic_device", + "prophylaxis", + "prophyll", + "propinquity", + "propionaldehyde", + "propionic_acid", + "propitiation", + "propitiousness", + "propjet", + "propman", + "proponent", + "proportion", + "proportional", + "proportional_counter", + "proportional_counter_tube", + "proportional_font", + "proportional_representation", + "proportional_sample", + "proportional_sampling", + "proportional_tax", + "proportionality", + "proportionateness", + "proposal", + "proposal_of_marriage", + "proposer", + "proposition", + "propositional_calculus", + "propositional_logic", + "propositus", + "propoxyphene", + "propoxyphene_hydrochloride", + "propping_up", + "proprietary", + "proprietary_colony", + "proprietary_drug", + "proprietor", + "proprietorship", + "proprietorship_certificate", + "proprietress", + "propriety", + "proprioception", + "proprioceptor", + "proprionamide", + "props", + "propulsion", + "propulsion_system", + "propyl", + "propyl_alcohol", + "propyl_group", + "propyl_radical", + "propylene", + "propylene_glycol", + "propylthiouracil", + "proration", + "prorogation", + "prosaicness", + "prosauropoda", + "proscenium", + "proscenium_arch", + "proscenium_wall", + "prosciutto", + "proscription", + "prose", + "prose_poem", + "prosecuting_attorney", + "prosecuting_officer", + "prosecution", + "prosecutor", + "proselyte", + "proselytism", + "prosencephalon", + "proserpina", + "proserpine", + "prosimian", + "prosimii", + "prosiness", + "prosodic_system", + "prosodion", + "prosody", + "prosom", + "prosopis", + "prosopis_glandulosa", + "prosopis_juliflora", + "prosopis_juliiflora", + "prosopis_pubescens", + "prosopium", + "prosopium_cylindraceum", + "prosopium_williamsonii", + "prosopopoeia", + "prospect", + "prospector", + "prospectus", + "prosper_meniere", + "prosperity", + "prospero_lambertini", + "prospicience", + "prostaglandin", + "prostate", + "prostate_cancer", + "prostate_gland", + "prostate_specific_antigen", + "prostatectomy", + "prostatic_adenocarcinoma", + "prostatitis", + "prostheon", + "prosthesis", + "prosthetic_device", + "prosthetics", + "prosthetist", + "prosthion", + "prosthodontia", + "prosthodontics", + "prosthodontist", + "prostigmin", + "prostitute", + "prostitution", + "prostration", + "protactinium", + "protagonism", + "protagonist", + "protamine", + "protanopia", + "protea", + "protea_cynaroides", + "protea_family", + "protea_mellifera", + "proteaceae", + "proteales", + "protease", + "protease_inhibitor", + "protection", + "protectionism", + "protectionist", + "protective_coloration", + "protective_cover", + "protective_covering", + "protective_embankment", + "protective_fold", + "protective_garment", + "protective_tariff", + "protectiveness", + "protector", + "protector_of_boundaries", + "protectorate", + "protectorship", + "protege", + "protegee", + "proteidae", + "protein", + "protein_folding", + "protein_molecule", + "proteinase", + "proteinuria", + "proteles", + "proteles_cristata", + "proteolysis", + "proteolytic_enzyme", + "proteome", + "proteomics", + "proteosome", + "proteosome_vaccine", + "proterochampsa", + "proterozoic", + "proterozoic_aeon", + "proterozoic_eon", + "protest", + "protest_march", + "protestant", + "protestant_church", + "protestant_deacon", + "protestant_denomination", + "protestant_episcopal_church", + "protestant_reformation", + "protestantism", + "protestation", + "protester", + "proteus", + "proteus_anguinus", + "prothalamion", + "prothalamium", + "prothorax", + "prothrombin", + "prothrombin_accelerator", + "prothrombinase", + "protirelin", + "protist", + "protista", + "protistan", + "protium", + "protium_guianense", + "protium_heptaphyllum", + "proto-indo_european", + "proto-norse", + "proto-oncogene", + "protoactinium", + "protoanthropology", + "protoarchaeology", + "protoarcheology", + "protoavis", + "protoceratops", + "protocol", + "protoctist", + "protoctist_family", + "protoctist_genus", + "protoctist_order", + "protoctista", + "protoheme", + "protohemin", + "protohippus", + "protohistory", + "protology", + "protomammal", + "proton", + "proton_accelerator", + "proton_magnetic_resonance", + "protoplasm", + "protoplasmic_astrocyte", + "protoplast", + "prototheria", + "prototherian", + "prototype", + "protozoa", + "protozoal_infection", + "protozoan", + "protozoologist", + "protozoology", + "protozoon", + "protraction", + "protractor", + "protriptyline", + "protropin", + "protrusion", + "protuberance", + "protura", + "proturan", + "proud_flesh", + "proudhon", + "proust", + "provability", + "provenance", + "provencal", + "provence", + "provender", + "provenience", + "proventil", + "provera", + "proverb", + "proverbs", + "providence", + "provider", + "province", + "provincial", + "provincial_capital", + "provincialism", + "proving_ground", + "provirus", + "provision", + "provisional_ira", + "provisional_irish_republican_army", + "provisioner", + "provisions", + "proviso", + "provitamin", + "provitamin_a", + "provo", + "provocateur", + "provocation", + "provoker", + "provos", + "provost", + "provost_court", + "provost_guard", + "provost_marshal", + "prow", + "prowess", + "prowl", + "prowl_car", + "prowler", + "proxemics", + "proxima", + "proxima_centauri", + "proximity", + "proxy", + "proxy_fight", + "proxy_war", + "prozac", + "prude", + "prudence", + "prudery", + "prudhoe_bay", + "prudishness", + "prumnopitys", + "prumnopitys_amara", + "prumnopitys_andina", + "prumnopitys_elegans", + "prumnopitys_ferruginea", + "prumnopitys_taxifolia", + "prune", + "prune_cake", + "prune_whip", + "prunella", + "prunella_modularis", + "prunella_vulgaris", + "prunellidae", + "pruner", + "pruning", + "pruning_hook", + "pruning_knife", + "pruning_saw", + "pruning_shears", + "pruno", + "prunus", + "prunus_alleghaniensis", + "prunus_americana", + "prunus_amygdalus", + "prunus_angustifolia", + "prunus_armeniaca", + "prunus_avium", + "prunus_besseyi", + "prunus_capuli", + "prunus_caroliniana", + "prunus_cerasifera", + "prunus_cerasus", + "prunus_cerasus_austera", + "prunus_cerasus_caproniana", + "prunus_cerasus_marasca", + "prunus_cuneata", + "prunus_dasycarpa", + "prunus_demissa", + "prunus_domestica", + "prunus_domestica_insititia", + "prunus_dulcis", + "prunus_dulcis_amara", + "prunus_glandulosa", + "prunus_ilicifolia", + "prunus_incisa", + "prunus_insititia", + "prunus_japonica", + "prunus_laurocerasus", + "prunus_lyonii", + "prunus_maritima", + "prunus_mexicana", + "prunus_mume", + "prunus_nigra", + "prunus_padus", + "prunus_pensylvanica", + "prunus_persica", + "prunus_persica_nectarina", + "prunus_pumila", + "prunus_pumilla_susquehanae", + "prunus_salicina", + "prunus_serotina", + "prunus_serrulata", + "prunus_sieboldii", + "prunus_spinosa", + "prunus_subcordata", + "prunus_subhirtella", + "prunus_susquehanae", + "prunus_tenella", + "prunus_triloba", + "prunus_virginiana", + "prunus_virginiana_demissa", + "prurience", + "pruriency", + "prurigo", + "pruritus", + "pruritus_ani", + "pruritus_vulvae", + "prussia", + "prussian", + "prussian_asparagus", + "prussian_blue", + "prussic_acid", + "pry", + "pry_bar", + "prying", + "przevalski's_horse", + "przewalski's_horse", + "ps", + "psa", + "psa_blood_test", + "psalm", + "psalmist", + "psalmody", + "psalms", + "psalter", + "psalterium", + "psaltery", + "psaltriparus", + "psammoma", + "psenes", + "psephologist", + "psephology", + "psephurus", + "psephurus_gladis", + "psetta", + "psetta_maxima", + "psettichthys", + "psettichthys_melanostichus", + "pseud", + "pseudacris", + "pseudaletia", + "pseudaletia_unipuncta", + "pseudechis", + "pseudechis_porphyriacus", + "pseudemys", + "pseudemys_concinna", + "pseudemys_rubriventris", + "pseudemys_scripta", + "pseudepigrapha", + "pseudo", + "pseudobombax", + "pseudobombax_ellipticum", + "pseudobulb", + "pseudocarp", + "pseudococcidae", + "pseudococcus", + "pseudococcus_comstocki", + "pseudococcus_fragilis", + "pseudocolus", + "pseudocolus_fusiformis", + "pseudocyesis", + "pseudoephedrine", + "pseudohallucination", + "pseudohermaphrodite", + "pseudohermaphroditism", + "pseudohypertrophic_dystrophy", + "pseudolarix", + "pseudolarix_amabilis", + "pseudomonad", + "pseudomonadales", + "pseudomonas", + "pseudomonas_pyocanea", + "pseudomonas_solanacearum", + "pseudomonodaceae", + "pseudonym", + "pseudophloem", + "pseudopleuronectes", + "pseudopleuronectes_americanus", + "pseudopod", + "pseudopodium", + "pseudorubella", + "pseudoryx", + "pseudoryx_nghetinhensis", + "pseudoscience", + "pseudoscorpion", + "pseudoscorpiones", + "pseudoscorpionida", + "pseudosmallpox", + "pseudotaxus", + "pseudotaxus_chienii", + "pseudotsuga", + "pseudotsuga_macrocarpa", + "pseudotsuga_menziesii", + "pseudovariola", + "pseudowintera", + "pseudowintera_colorata", + "psf", + "psi", + "psi_particle", + "psidium", + "psidium_cattleianum", + "psidium_guajava", + "psidium_guineense", + "psidium_littorale", + "psidium_littorale_longipes", + "psilocin", + "psilocybin", + "psilomelane", + "psilophytaceae", + "psilophytales", + "psilophyte", + "psilophyton", + "psilopsida", + "psilosis", + "psilotaceae", + "psilotales", + "psilotatae", + "psilotum", + "psilotum_nudum", + "psithyrus", + "psittacidae", + "psittaciformes", + "psittacosaur", + "psittacosaurus", + "psittacosis", + "psittacula", + "psittacula_krameri", + "psittacus", + "psittacus_erithacus", + "psoas", + "psocid", + "psocidae", + "psocoptera", + "psocopterous_insect", + "psophia", + "psophia_crepitans", + "psophiidae", + "psophocarpus", + "psophocarpus_tetragonolobus", + "psoralea", + "psoralea_esculenta", + "psoriasis", + "psoriatic_arthritis", + "pst", + "psyche", + "psychedelia", + "psychedelic_drug", + "psychedelic_rock", + "psychiatric_hospital", + "psychiatrist", + "psychiatry", + "psychic", + "psychic_communication", + "psychic_energy", + "psychic_phenomena", + "psychic_phenomenon", + "psychic_trauma", + "psychical_communication", + "psycho", + "psychoactive_drug", + "psychoactive_substance", + "psychoanalysis", + "psychoanalyst", + "psychoanalytic_process", + "psychobabble", + "psychodelic_drug", + "psychodid", + "psychodidae", + "psychodynamics", + "psychogalvanic_response", + "psychogenesis", + "psychogenic_fugue", + "psychokinesis", + "psycholinguist", + "psycholinguistics", + "psychological_condition", + "psychological_disorder", + "psychological_feature", + "psychological_medicine", + "psychological_moment", + "psychological_operation", + "psychological_science", + "psychological_state", + "psychological_warfare", + "psychologist", + "psychology", + "psychology_department", + "psychometric_test", + "psychometrics", + "psychometrika", + "psychometry", + "psychomotor_development", + "psychomotor_epilepsy", + "psychoneurosis", + "psychoneurotic", + "psychonomics", + "psychopath", + "psychopathic_personality", + "psychopathology", + "psychopathy", + "psychopharmacology", + "psychophysicist", + "psychophysics", + "psychophysiology", + "psychopomp", + "psychopsis", + "psychopsis_krameriana", + "psychopsis_papilio", + "psychosexual_development", + "psychosexuality", + "psychosis", + "psychosomatic_disorder", + "psychosurgery", + "psychotherapeutics", + "psychotherapist", + "psychotherapy", + "psychotherapy_group", + "psychotic", + "psychotic_belief", + "psychotic_depression", + "psychotic_person", + "psychotria", + "psychotria_capensis", + "psychotropic_agent", + "psychrometer", + "psylla", + "psyllid", + "psyllidae", + "psyllium", + "psyop", + "pt", + "pt_boat", + "ptah", + "ptarmigan", + "pteretis", + "pteretis_struthiopteris", + "pteridaceae", + "pteridium", + "pteridium_aquilinum", + "pteridium_esculentum", + "pteridologist", + "pteridology", + "pteridophyta", + "pteridophyte", + "pteridosperm", + "pteridospermae", + "pteridospermaphyta", + "pteridospermopsida", + "pteriidae", + "pterion", + "pteris", + "pteris_cretica", + "pteris_multifida", + "pteris_serrulata", + "pternohyla", + "pternohyla_fodiens", + "pterocarpus", + "pterocarpus_angolensis", + "pterocarpus_indicus", + "pterocarpus_macrocarpus", + "pterocarpus_marsupium", + "pterocarpus_santalinus", + "pterocarya", + "pterocarya_fraxinifolia", + "pterocles", + "pterocles_alchata", + "pterocles_indicus", + "pteroclididae", + "pterocnemia", + "pterocnemia_pennata", + "pterodactyl", + "pterodactylidae", + "pterodactylus", + "pterois", + "pteropogon", + "pteropogon_humboltianum", + "pteropsida", + "pteropus", + "pteropus_capestratus", + "pteropus_hypomelanus", + "pterosaur", + "pterosauria", + "pterospermum", + "pterospermum_acerifolium", + "pterostylis", + "pteroylglutamic_acid", + "pteroylmonoglutamic_acid", + "pterygium", + "pterygoid_muscle", + "pterygoid_plexus", + "pterygoid_process", + "ptilocercus", + "ptilocrinus", + "ptilonorhynchidae", + "ptilonorhynchus", + "ptilonorhynchus_violaceus", + "ptloris", + "ptloris_paradisea", + "pto", + "ptolemaic_dynasty", + "ptolemaic_system", + "ptolemy", + "ptolemy_i", + "ptolemy_ii", + "ptomain", + "ptomaine", + "ptomaine_poisoning", + "ptosis", + "ptsd", + "ptyalin", + "ptyalism", + "ptyalith", + "ptyas", + "ptyas_mucosus", + "ptychozoon", + "ptychozoon_homalocephalum", + "pu", + "pub", + "pub_crawl", + "puberty", + "pubes", + "pubescence", + "pubic_bone", + "pubic_hair", + "pubic_louse", + "pubic_region", + "pubis", + "public", + "public-relations_campaign", + "public-service_corporation", + "public_address_system", + "public_assistance", + "public_charity", + "public_convenience", + "public_debate", + "public_debt", + "public_defender", + "public_discussion", + "public_domain", + "public_easement", + "public_executioner", + "public_exposure", + "public_eye", + "public_figure", + "public_holiday", + "public_house", + "public_housing", + "public_knowledge", + "public_lavatory", + "public_law", + "public_lecture", + "public_library", + "public_mover", + "public_nudity", + "public_nuisance", + "public_office", + "public_opinion", + "public_opinion_poll", + "public_presentation", + "public_press", + "public_property", + "public_prosecutor", + "public_relations", + "public_relations_man", + "public_relations_person", + "public_school", + "public_security", + "public_servant", + "public_service", + "public_speaker", + "public_speaking", + "public_square", + "public_toilet", + "public_transit", + "public_transport", + "public_treasury", + "public_trust", + "public_utility", + "public_utility_company", + "public_violence", + "public_works", + "publican", + "publication", + "publiciser", + "publicist", + "publicity", + "publicity_man", + "publicizer", + "publicizing", + "publisher", + "publishing", + "publishing_company", + "publishing_conglomerate", + "publishing_empire", + "publishing_firm", + "publishing_house", + "publius_aelius_hadrianus", + "publius_cornelius_scipio", + "publius_cornelius_scipio_africanus_major", + "publius_cornelius_tacitus", + "publius_ovidius_naso", + "publius_terentius_afer", + "publius_vergilius_maro", + "pubococcygeus_exercises", + "puccini", + "puccinia", + "puccinia_graminis", + "pucciniaceae", + "puccoon", + "puce", + "puck", + "pucker", + "puckerbush", + "puckishness", + "pud", + "pudden-head", + "pudding", + "pudding-face", + "pudding-wife", + "pudding_berry", + "pudding_face", + "pudding_head", + "pudding_pipe_tree", + "pudding_stone", + "puddingwife", + "puddle", + "puddler", + "pudendal_artery", + "pudendal_block", + "pudendal_cleavage", + "pudendal_cleft", + "pudendal_slit", + "pudendal_vein", + "pudendum", + "pudge", + "pudginess", + "puebla", + "puebla_de_zaragoza", + "pueblo", + "pueraria", + "pueraria_lobata", + "puerility", + "puerpera", + "puerperal_fever", + "puerperium", + "puerto_rican", + "puerto_rico", + "puff", + "puff_adder", + "puff_batter", + "puff_of_air", + "puff_paste", + "puffball", + "puffbird", + "puffed_rice", + "puffed_wheat", + "puffer", + "pufferfish", + "puffery", + "puffin", + "puffiness", + "puffing", + "puffinus", + "puffinus_puffinus", + "pug", + "pug-dog", + "pug_nose", + "puget_sound", + "pugilism", + "pugilist", + "pugin", + "puglia", + "pugnacity", + "puissance", + "pujunan", + "puka", + "puka_inti", + "puke", + "puking", + "puku", + "pul", + "pula", + "pulasan", + "pulasan_tree", + "pulassan", + "pulchritude", + "pulex", + "pulex_irritans", + "pulicaria", + "pulicaria_dysenterica", + "pulicidae", + "pulitzer", + "pull", + "pull-in", + "pull-off", + "pull-through", + "pull-up", + "pull_chain", + "pullback", + "puller", + "pullet", + "pulley", + "pulley-block", + "pulley_block", + "pulling", + "pulling_out", + "pullman", + "pullman_car", + "pullman_porter", + "pullorum_disease", + "pullout", + "pullover", + "pullulation", + "pulmonary_anthrax", + "pulmonary_artery", + "pulmonary_circulation", + "pulmonary_congestion", + "pulmonary_embolism", + "pulmonary_emphysema", + "pulmonary_plexis", + "pulmonary_reserve", + "pulmonary_stenosis", + "pulmonary_trunk", + "pulmonary_tuberculosis", + "pulmonary_valve", + "pulmonary_vein", + "pulmonata", + "pulmonic_plague", + "pulp", + "pulp_cavity", + "pulp_magazine", + "pulpiness", + "pulpit", + "pulpwood", + "pulque", + "pulsar", + "pulsatilla", + "pulsatilla_occidentalis", + "pulsatilla_patens", + "pulsatilla_vulgaris", + "pulsation", + "pulse", + "pulse-time_modulation", + "pulse_counter", + "pulse_generator", + "pulse_height_analyzer", + "pulse_modulation", + "pulse_rate", + "pulse_timing_circuit", + "pulseless_disease", + "pulsing", + "pulverisation", + "pulverization", + "puma", + "pumice", + "pumice_stone", + "pummelo", + "pump", + "pump-and-dump_scheme", + "pump-type_pliers", + "pump_action", + "pump_house", + "pump_priming", + "pump_room", + "pump_well", + "pumpernickel", + "pumping_station", + "pumpkin", + "pumpkin_ash", + "pumpkin_pie", + "pumpkin_seed", + "pumpkin_vine", + "pumpkinseed", + "pun", + "punch", + "punch-up", + "punch_bag", + "punch_bowl", + "punch_card", + "punch_line", + "punch_pliers", + "punch_press", + "punchayet", + "punchball", + "punchboard", + "punched_card", + "puncher", + "punching_bag", + "punching_ball", + "punctilio", + "punctiliousness", + "punctuality", + "punctuated_equilibrium", + "punctuation", + "punctuation_mark", + "punctum", + "puncture", + "pundit", + "pung", + "pungapung", + "pungency", + "punic", + "punic_war", + "punica", + "punica_granatum", + "punicaceae", + "puniness", + "punishment", + "punitive_damages", + "punjab", + "punjabi", + "punk", + "punk_rock", + "punk_rocker", + "punkah", + "punkey", + "punkie", + "punks", + "punky", + "punnet", + "punning", + "punster", + "punt", + "punta_arenas", + "punter", + "punting", + "pup", + "pup_tent", + "pupa", + "pupet_regime", + "pupil", + "pupillary_reflex", + "pupillary_sphincter", + "puppet", + "puppet_government", + "puppet_leader", + "puppet_play", + "puppet_ruler", + "puppet_show", + "puppet_state", + "puppeteer", + "puppetry", + "puppis", + "puppy", + "puppy_fat", + "puppy_love", + "purace", + "purana", + "purau", + "purcell", + "purchase", + "purchase_agreement", + "purchase_contract", + "purchase_order", + "purchase_price", + "purchaser", + "purchasing", + "purchasing_agent", + "purchasing_department", + "purdah", + "pure_absence", + "pure_binary_numeration_system", + "pure_gold", + "pure_imaginary_number", + "pure_mathematics", + "pure_tone", + "pureblood", + "purebred", + "puree", + "pureness", + "purgation", + "purgative", + "purgatory", + "purge", + "purging", + "purging_cassia", + "purification", + "purifier", + "purim", + "purine", + "purinethol", + "purism", + "purist", + "puritan", + "puritanism", + "purity", + "purkinje", + "purkinje's_system", + "purkinje's_tissue", + "purkinje_cell", + "purkinje_fiber", + "purkinje_network", + "purl", + "purl_stitch", + "purlieu", + "purloo", + "purple", + "purple-flowering_raspberry", + "purple-fringed_orchid", + "purple-fringed_orchis", + "purple-hooded_orchis", + "purple-staining_cortinarius", + "purple-stemmed_aster", + "purple_amaranth", + "purple_anise", + "purple_apricot", + "purple_avens", + "purple_bacteria", + "purple_beech", + "purple_boneset", + "purple_chinese_houses", + "purple_clematis", + "purple_clover", + "purple_cress", + "purple_emperor", + "purple_finch", + "purple_fringeless_orchid", + "purple_fringeless_orchis", + "purple_gallinule", + "purple_grackle", + "purple_granadillo", + "purple_ground_cherry", + "purple_heart", + "purple_heather", + "purple_loco", + "purple_locoweed", + "purple_loosestrife", + "purple_martin", + "purple_milk_vetch", + "purple_mullein", + "purple_nightshade", + "purple_onion", + "purple_orchis", + "purple_osier", + "purple_passage", + "purple_pea", + "purple_poppy_mallow", + "purple_rock_brake", + "purple_sage", + "purple_sanicle", + "purple_saxifrage", + "purple_silkweed", + "purple_strawberry_guava", + "purple_trillium", + "purple_velvet_plant", + "purple_virgin's_bower", + "purple_willow", + "purpleness", + "purplish-red", + "purplish_blue", + "purplish_pink", + "purplish_red", + "purport", + "purpose", + "purposefulness", + "purposelessness", + "purpura", + "purpura_hemorrhagica", + "purr", + "purse", + "purse-string_operation", + "purse_seine", + "purse_string", + "purser", + "purslane", + "purslane_family", + "purslane_speedwell", + "pursual", + "pursuance", + "pursued", + "pursuer", + "pursuit", + "purulence", + "purulency", + "purulent_pleurisy", + "purus", + "purus_river", + "purveyance", + "purveyor", + "purview", + "pus", + "pus-forming_bacteria", + "pusan", + "pusey", + "puseyism", + "push", + "push-bike", + "push-button_radio", + "push-down_list", + "push-down_queue", + "push-down_stack", + "push-down_storage", + "push-down_store", + "push_back", + "push_broom", + "push_button", + "pushan", + "pushball", + "pushcart", + "pushchair", + "pusher", + "pushiness", + "pushing", + "pushkin", + "pushover", + "pushpin", + "pushtun", + "pushup", + "pusillanimity", + "pusillanimousness", + "puss", + "pussley", + "pussly", + "pussy", + "pussy's-paw", + "pussy-paw", + "pussy-paws", + "pussy_willow", + "pussycat", + "pussytoes", + "pustule", + "put", + "put-down", + "put-on", + "put-put", + "put_option", + "putamen", + "putin", + "putoff", + "putout", + "putrajaya", + "putrefaction", + "putrescence", + "putrescine", + "putridity", + "putridness", + "putsch", + "putt", + "puttee", + "putter", + "putterer", + "putting", + "putting_green", + "putting_iron", + "putting_surface", + "putting_to_death", + "putty", + "putty_knife", + "puttyroot", + "putz", + "puzzle", + "puzzlement", + "puzzler", + "pva", + "pvc", + "pwr", + "px", + "pya", + "pyaemia", + "pycnanthemum", + "pycnanthemum_virginianum", + "pycnidium", + "pycnodysostosis", + "pycnogonid", + "pycnogonida", + "pycnosis", + "pydna", + "pye-dog", + "pyelitis", + "pyelogram", + "pyelography", + "pyelonephritis", + "pyemia", + "pygmalion", + "pygmy", + "pygmy_chimpanzee", + "pygmy_cypress", + "pygmy_marmoset", + "pygmy_mouse", + "pygmy_sperm_whale", + "pygopodidae", + "pygopus", + "pygoscelis", + "pygoscelis_adeliae", + "pyinma", + "pyjama", + "pyknic_type", + "pyknosis", + "pyle", + "pylodictus", + "pylodictus_olivaris", + "pylon", + "pyloric_sphincter", + "pyloric_stenosis", + "pyloric_valve", + "pyloric_vein", + "pylorus", + "pynchon", + "pyocyanase", + "pyocyanin", + "pyongyang", + "pyorrhea", + "pyorrhea_alveolaris", + "pyorrhoea", + "pyotr_alexeyevich_kropotkin", + "pyotr_ilych_tchaikovsky", + "pyotr_tchaikovsky", + "pyracanth", + "pyracantha", + "pyralid", + "pyralid_moth", + "pyralidae", + "pyralididae", + "pyralis", + "pyramid", + "pyramid_bugle", + "pyramid_plant", + "pyramid_scheme", + "pyramidal_bone", + "pyramidal_motor_system", + "pyramidal_tent", + "pyramidal_tract", + "pyramiding", + "pyramids_of_egypt", + "pyrausta", + "pyrausta_nubilalis", + "pyre", + "pyrectic", + "pyrene", + "pyrenees", + "pyrenees_daisy", + "pyrenomycetes", + "pyrethrum", + "pyrex", + "pyrexia", + "pyridine", + "pyridium", + "pyridoxal", + "pyridoxamine", + "pyridoxine", + "pyriform_area", + "pyriform_lobe", + "pyrilamine", + "pyrimidine", + "pyrite", + "pyrites", + "pyrocellulose", + "pyrocephalus", + "pyrocephalus_rubinus_mexicanus", + "pyrochemical_process", + "pyrochemistry", + "pyroelectricity", + "pyrogallic_acid", + "pyrogallol", + "pyrogen", + "pyrograph", + "pyrographer", + "pyrography", + "pyrola", + "pyrola_americana", + "pyrola_elliptica", + "pyrola_minor", + "pyrola_rotundifolia", + "pyrola_rotundifolia_americana", + "pyrola_uniflora", + "pyrolaceae", + "pyrolatry", + "pyroligneous_acid", + "pyrolusite", + "pyrolysis", + "pyromancer", + "pyromancy", + "pyromania", + "pyromaniac", + "pyrometer", + "pyrometric_cone", + "pyromorphite", + "pyrope", + "pyrophobia", + "pyrophoric_alloy", + "pyrophorus", + "pyrophorus_noctiluca", + "pyrophosphate", + "pyrophosphoric_acid", + "pyrophyllite", + "pyroscope", + "pyrosis", + "pyrostat", + "pyrotechnic", + "pyrotechnics", + "pyrotechny", + "pyroxene", + "pyroxylin", + "pyroxyline", + "pyrrhic", + "pyrrhic_victory", + "pyrrhocoridae", + "pyrrhotine", + "pyrrhotite", + "pyrrhula", + "pyrrhula_pyrrhula", + "pyrrhuloxia", + "pyrrhuloxia_sinuata", + "pyrrhus", + "pyrrophyta", + "pyrrosia", + "pyrrosia_lingua", + "pyrularia", + "pyrularia_pubera", + "pyrus", + "pyrus_communis", + "pyruvic_acid", + "pythagoras", + "pythia", + "pythiaceae", + "pythian_games", + "pythias", + "pythium", + "pythium_debaryanum", + "pythius", + "python", + "python_molurus", + "python_reticulatus", + "python_sebae", + "python_variegatus", + "pythoness", + "pythonidae", + "pythoninae", + "pyuria", + "pyx", + "pyx_chest", + "pyxidanthera", + "pyxidanthera_barbulata", + "pyxidium", + "pyxie", + "pyxis", + "q", + "q_fever", + "qabala", + "qabalah", + "qabbala", + "qabbalah", + "qaddafi", + "qadhafi", + "qadi", + "qaeda", + "qandahar", + "qara_qum", + "qassam_brigades", + "qat", + "qatar", + "qatar_peninsula", + "qatari", + "qatari_dirham", + "qatari_monetary_unit", + "qatari_riyal", + "qcd", + "qed", + "qepiq", + "qi", + "qiang", + "qiangic", + "qibla", + "qin", + "qin_dynasty", + "qin_shi_huang_ti", + "qindarka", + "qing", + "qing_dynasty", + "qintar", + "qizil_qum", + "qoph", + "quaalude", + "quack", + "quack-quack", + "quack_grass", + "quackery", + "quackgrass", + "quad", + "quadragesima", + "quadrangle", + "quadrangular_prism", + "quadrant", + "quadrantanopia", + "quadraphonic_system", + "quadraphony", + "quadrate", + "quadratic", + "quadratic_equation", + "quadratic_polynomial", + "quadratics", + "quadrature", + "quadrennium", + "quadric", + "quadric_surface", + "quadriceps", + "quadriceps_femoris", + "quadrigesima_sunday", + "quadrilateral", + "quadrille", + "quadrillion", + "quadrillionth", + "quadripara", + "quadriphonic_system", + "quadriplegia", + "quadriplegic", + "quadrivium", + "quadroon", + "quadrumvirate", + "quadruped", + "quadruple", + "quadruple_time", + "quadruplet", + "quadruplicate", + "quadrupling", + "quaestor", + "quaff", + "quaffer", + "quag", + "quagga", + "quagmire", + "quahaug", + "quahog", + "quai_d'orsay", + "quail", + "quail_brush", + "quail_bush", + "quaintness", + "quake", + "quaker", + "quaker_gun", + "quakerism", + "quakers", + "quaking_aspen", + "qualification", + "qualifier", + "qualifying", + "qualifying_adjective", + "qualitative_analysis", + "quality", + "quality_control", + "quality_of_life", + "qualm", + "quamash", + "quamassia", + "quamoclit_pennata", + "quandang", + "quandary", + "quandong", + "quandong_nut", + "quandong_tree", + "quango", + "quantic", + "quantifiability", + "quantification", + "quantifier", + "quantisation", + "quantitative_analysis", + "quantitative_chemical_analysis", + "quantitative_relation", + "quantity", + "quantity_unit", + "quantization", + "quantong", + "quantum", + "quantum_chromodynamics", + "quantum_electrodynamics", + "quantum_field_theory", + "quantum_jump", + "quantum_leap", + "quantum_mechanics", + "quantum_physics", + "quantum_theory", + "quaoar", + "quapaw", + "quarantine", + "quark", + "quark_cheese", + "quarrel", + "quarreler", + "quarreller", + "quarrelsomeness", + "quarrier", + "quarry", + "quarrying", + "quarryman", + "quart", + "quartan", + "quarter", + "quarter-century", + "quarter-circle", + "quarter-hour", + "quarter-tone", + "quarter-vine", + "quarter_crack", + "quarter_day", + "quarter_horse", + "quarter_mile", + "quarter_note", + "quarter_plate", + "quarter_pound", + "quarter_rest", + "quarter_round", + "quarter_section", + "quarter_sessions", + "quarter_stock", + "quarter_tone", + "quarterback", + "quarterdeck", + "quarterfinal", + "quartering", + "quarterlight", + "quarterly", + "quartermaster", + "quartermaster_general", + "quartern", + "quarters", + "quarterstaff", + "quartervine", + "quartet", + "quartette", + "quartic", + "quartic_polynomial", + "quartile", + "quarto", + "quartz", + "quartz_battery", + "quartz_crystal", + "quartz_glass", + "quartz_lamp", + "quartz_mill", + "quartz_oscillator", + "quartzite", + "quasar", + "quasi-ngo", + "quasi-stellar_radio_source", + "quasi_contract", + "quasiparticle", + "quassia", + "quassia_amara", + "quassia_family", + "quat", + "quatercentenary", + "quatercentennial", + "quatern", + "quaternary", + "quaternary_ammonium_compound", + "quaternary_period", + "quaternion", + "quaternity", + "quatrain", + "quattrocento", + "quaver", + "quay", + "quayage", + "queasiness", + "quebec", + "quebec_bridge", + "quebec_city", + "quebecois", + "quechua", + "quechuan", + "quechuan_language", + "queckenstedt's_test", + "queen", + "queen's_counsel", + "queen's_crape_myrtle", + "queen's_cup", + "queen's_english", + "queen_anne's_lace", + "queen_bee", + "queen_charlotte_sound", + "queen_city", + "queen_consort", + "queen_dowager", + "queen_isabella", + "queen_maud_land", + "queen_mole_rat", + "queen_mother", + "queen_of_england", + "queen_of_the_may", + "queen_of_the_night", + "queen_post", + "queen_regent", + "queen_regnant", + "queen_triggerfish", + "queen_victoria", + "queenfish", + "queens", + "queensboro_bridge", + "queensland", + "queensland_bottletree", + "queensland_grass-cloth_plant", + "queensland_hemp", + "queensland_kauri", + "queensland_lungfish", + "queensland_nut", + "queer", + "queer_bird", + "queer_duck", + "queerness", + "quelling", + "quellung", + "quellung_reaction", + "quenched_steel", + "quenching", + "quentin_jerome_tarantino", + "quentin_tarantino", + "quercitron", + "quercitron_oak", + "quercus", + "quercus_agrifolia", + "quercus_alba", + "quercus_arizonica", + "quercus_bicolor", + "quercus_borealis", + "quercus_cerris", + "quercus_chrysolepis", + "quercus_coccinea", + "quercus_ellipsoidalis", + "quercus_falcata", + "quercus_garryana", + "quercus_grosseserrata", + "quercus_ilex", + "quercus_ilicifolia", + "quercus_imbricaria", + "quercus_incana", + "quercus_kelloggii", + "quercus_laevis", + "quercus_laurifolia", + "quercus_lobata", + "quercus_lyrata", + "quercus_macrocarpa", + "quercus_marilandica", + "quercus_michauxii", + "quercus_mongolica", + "quercus_montana", + "quercus_muehlenbergii", + "quercus_myrtifolia", + "quercus_nigra", + "quercus_nuttalli", + "quercus_palustris", + "quercus_petraea", + "quercus_phellos", + "quercus_prinoides", + "quercus_prinus", + "quercus_robur", + "quercus_rubra", + "quercus_sessiliflora", + "quercus_shumardii", + "quercus_stellata", + "quercus_suber", + "quercus_texana", + "quercus_vaccinifolia", + "quercus_variabilis", + "quercus_velutina", + "quercus_virginiana", + "quercus_wislizenii", + "quercus_wizlizenii", + "querier", + "quern", + "querulousness", + "query", + "query_language", + "quesadilla", + "quest", + "quester", + "question", + "question_mark", + "question_master", + "question_of_fact", + "question_of_law", + "question_sheet", + "question_time", + "questioner", + "questioning", + "questionnaire", + "quetzal", + "quetzal_bird", + "quetzalcoatl", + "queue", + "quezon_city", + "qui_vive", + "quiaquia", + "quibble", + "quibbler", + "quiche", + "quiche_lorraine", + "quick", + "quick-wittedness", + "quick_assets", + "quick_bread", + "quick_buck", + "quick_fix", + "quick_grass", + "quick_march", + "quick_study", + "quick_temper", + "quick_time", + "quickener", + "quickening", + "quickie", + "quicklime", + "quickness", + "quicksand", + "quickset", + "quicksilver", + "quickstep", + "quicky", + "quid", + "quid_pro_quo", + "quiddity", + "quidnunc", + "quiescence", + "quiescency", + "quiet", + "quietism", + "quietist", + "quietness", + "quietude", + "quietus", + "quiff", + "quill", + "quill_feather", + "quill_pen", + "quillwort", + "quillwort_family", + "quilt", + "quilted_bedspread", + "quilting", + "quilting_bee", + "quin", + "quinacrine", + "quinacrine_hydrochloride", + "quince", + "quince_bush", + "quincentenary", + "quincentennial", + "quincke's_edema", + "quincy", + "quine", + "quinidex", + "quinidine", + "quinine", + "quinine_water", + "quinnat_salmon", + "quinone", + "quinora", + "quinquagesima", + "quinquagesima_sunday", + "quinquefoliate_leaf", + "quinquennium", + "quinsy", + "quint", + "quintal", + "quintana_roo", + "quintessence", + "quintet", + "quintette", + "quintillion", + "quintillionth", + "quintipara", + "quintuple", + "quintuplet", + "quintupling", + "quintus_septimius_florens_tertullianus", + "quip", + "quipu", + "quira", + "quire", + "quirk", + "quirk_bead", + "quirk_molding", + "quirk_moulding", + "quirkiness", + "quirt", + "quiscalus", + "quiscalus_quiscula", + "quisling", + "quislingism", + "quitclaim", + "quitclaim_deed", + "quite_a_little", + "quito", + "quittance", + "quitter", + "quiver", + "quivering", + "quixotism", + "quiz", + "quiz_program", + "quizmaster", + "quizzer", + "qum", + "quo_warranto", + "quodlibet", + "quoin", + "quoit", + "quoits", + "quonset_hut", + "quoratean", + "quorum", + "quota", + "quotability", + "quotation", + "quotation_mark", + "quote", + "quoter", + "quotient", + "quotient_verdict", + "quran", + "qurush", + "qwerty_keyboard", + "r", + "r-2", + "r._b._cattell", + "r._buckminster_fuller", + "r._j._mitchell", + "r.v.", + "r_and_b", + "ra", + "rabat", + "rabato", + "rabbet", + "rabbet_joint", + "rabbet_plane", + "rabbi", + "rabbi_moses_ben_maimon", + "rabbinate", + "rabbit", + "rabbit's-foot_fern", + "rabbit-eared_bandicoot", + "rabbit-eye_blueberry", + "rabbit-weed", + "rabbit_bandicoot", + "rabbit_brush", + "rabbit_burrow", + "rabbit_bush", + "rabbit_ears", + "rabbit_fever", + "rabbit_food", + "rabbit_hole", + "rabbit_hutch", + "rabbit_punch", + "rabbit_test", + "rabbit_warren", + "rabbiteye", + "rabbiteye_blueberry", + "rabbitfish", + "rabbitweed", + "rabbitwood", + "rabble", + "rabble-rouser", + "rabelais", + "rabi_i", + "rabi_ii", + "rabidity", + "rabidness", + "rabies", + "rabindranath_tagore", + "raccoon", + "raccoon_dog", + "raccoon_fox", + "race", + "race_car", + "race_driver", + "race_horse", + "race_meeting", + "race_murder", + "race_problem", + "race_riot", + "race_runner", + "raceabout", + "racecard", + "racecourse", + "racehorse", + "raceme", + "racemic_acid", + "racer", + "racerunner", + "racetrack", + "racetrack_tout", + "raceway", + "rachel", + "rachel_carson", + "rachel_louise_carson", + "rachet", + "rachis", + "rachischisis", + "rachitis", + "rachmaninoff", + "rachmaninov", + "rachycentridae", + "rachycentron", + "rachycentron_canadum", + "racial_discrimination", + "racial_extermination", + "racial_immunity", + "racial_profiling", + "racial_segregation", + "racialism", + "racialist", + "racine", + "raciness", + "racing", + "racing_boat", + "racing_car", + "racing_circuit", + "racing_gig", + "racing_shell", + "racing_skate", + "racing_skiff", + "racing_start", + "racing_yacht", + "racism", + "racist", + "rack", + "rack_and_pinion", + "rack_of_lamb", + "rack_railway", + "rack_rent", + "racker", + "racket", + "racket_club", + "racketeer", + "racketeer_influenced_and_corrupt_organizations_act", + "racketeering", + "racketiness", + "racon", + "raconteur", + "racoon", + "racquet", + "racquetball", + "rad", + "radar", + "radar_beacon", + "radar_dome", + "radar_echo", + "radar_fire", + "radar_target", + "radclyffe_hall", + "raddle", + "radhakrishnan", + "radial", + "radial-ply_tire", + "radial_artery", + "radial_asymmetry", + "radial_engine", + "radial_keratotomy", + "radial_nerve", + "radial_pulse", + "radial_symmetry", + "radial_tire", + "radial_vein", + "radial_velocity", + "radian", + "radiance", + "radiancy", + "radiant_energy", + "radiant_flux", + "radiant_heating", + "radiatio_optica", + "radiation", + "radiation_diagram", + "radiation_field", + "radiation_pattern", + "radiation_pressure", + "radiation_pyrometer", + "radiation_sickness", + "radiation_syndrome", + "radiation_therapy", + "radiator", + "radiator_cap", + "radiator_grille", + "radiator_hose", + "radical", + "radical_cell", + "radical_chic", + "radical_hysterectomy", + "radical_mastectomy", + "radical_sign", + "radicalism", + "radicchio", + "radicle", + "radiculitis", + "radiigera", + "radiigera_fuscogleba", + "radio", + "radio-controlled_aircraft", + "radio-frequency_spectrum", + "radio-gramophone", + "radio-opacity", + "radio-phonograph", + "radio_aerial", + "radio_announcer", + "radio_antenna", + "radio_astronomy", + "radio_beacon", + "radio_beam", + "radio_brightness", + "radio_broadcast", + "radio_chassis", + "radio_compass", + "radio_detection_and_ranging", + "radio_emission", + "radio_frequency", + "radio_interferometer", + "radio_link", + "radio_news", + "radio_noise", + "radio_observation", + "radio_operator", + "radio_radiation", + "radio_receiver", + "radio_reflector", + "radio_set", + "radio_signal", + "radio_source", + "radio_spectrum", + "radio_station", + "radio_telescope", + "radio_transmitter", + "radio_wave", + "radioactive_dating", + "radioactive_decay", + "radioactive_dust", + "radioactive_iodine_excretion_test", + "radioactive_iodine_test", + "radioactive_iodine_uptake_test", + "radioactive_material", + "radioactive_waste", + "radioactivity", + "radioactivity_unit", + "radiobiologist", + "radiobiology", + "radiocarbon", + "radiocarbon_dating", + "radiocarpal_joint", + "radiochemist", + "radiochemistry", + "radiochlorine", + "radiocommunication", + "radiogram", + "radiograph", + "radiographer", + "radiography", + "radioimmunoassay", + "radioisotope", + "radiolaria", + "radiolarian", + "radiolocation", + "radiologic_technologist", + "radiologist", + "radiology", + "radiolysis", + "radiometer", + "radiomicrometer", + "radiopacity", + "radiopaque_dye", + "radiopharmaceutical", + "radiophone", + "radiophoto", + "radiophotograph", + "radiophotography", + "radioprotection", + "radioscopy", + "radiosensitivity", + "radiotelegraph", + "radiotelegraphic_signal", + "radiotelegraphy", + "radiotelephone", + "radiotelephony", + "radiotherapist", + "radiotherapy", + "radiotherapy_equipment", + "radiothorium", + "radish", + "radish_plant", + "radium", + "radium_therapy", + "radius", + "radius_of_curvature", + "radius_vector", + "radix", + "radome", + "radon", + "radyera", + "radyera_farragei", + "raetam", + "raf", + "raffaello_santi", + "raffaello_sanzio", + "raffia", + "raffia_farinifera", + "raffia_palm", + "raffia_ruffia", + "raffia_taedigera", + "raffia_vinifera", + "raffinose", + "raffle", + "raffles", + "rafflesiaceae", + "raft", + "raft_foundation", + "rafter", + "raftman", + "rafts", + "raftsman", + "rag", + "rag_day", + "rag_doll", + "rag_gourd", + "rag_paper", + "rag_trade", + "rag_week", + "ragamuffin", + "ragbag", + "rage", + "ragee", + "ragged-fringed_orchid", + "ragged_orchid", + "ragged_orchis", + "ragged_robin", + "raggedness", + "ragi", + "raglan", + "raglan_sleeve", + "ragnar_anton_kittil_frisch", + "ragnar_frisch", + "ragnarok", + "ragout", + "ragpicker", + "ragpicker's_disease", + "ragsorter", + "ragsorter's_disease", + "ragtag", + "ragtag_and_bobtail", + "ragtime", + "ragusa", + "ragweed", + "ragweed_pollen", + "ragwort", + "rahu", + "raid", + "raider", + "rail", + "rail-splitter", + "rail_fence", + "rail_line", + "rail_technology", + "railbird", + "railcar", + "railhead", + "railing", + "raillery", + "railroad", + "railroad_bed", + "railroad_car", + "railroad_engineer", + "railroad_flat", + "railroad_line", + "railroad_man", + "railroad_siding", + "railroad_station", + "railroad_terminal", + "railroad_ticket", + "railroad_tie", + "railroad_track", + "railroad_train", + "railroad_tunnel", + "railroad_vine", + "railroad_worm", + "railroader", + "railroading", + "rails", + "railway", + "railway_car", + "railway_junction", + "railway_line", + "railway_locomotive", + "railway_man", + "railway_station", + "railway_system", + "railway_yard", + "railwayman", + "railyard", + "raiment", + "rain", + "rain-giver", + "rain-in-the-face", + "rain-wash", + "rain_barrel", + "rain_check", + "rain_cloud", + "rain_dance", + "rain_date", + "rain_forest", + "rain_gage", + "rain_gauge", + "rain_shadow", + "rain_shower", + "rain_stick", + "rain_tree", + "rainbow", + "rainbow_cactus", + "rainbow_fish", + "rainbow_lorikeet", + "rainbow_perch", + "rainbow_pink", + "rainbow_runner", + "rainbow_seaperch", + "rainbow_shower", + "rainbow_smelt", + "rainbow_trout", + "raincoat", + "raindrop", + "rainer_maria_rilke", + "rainfall", + "rainfly", + "rainforest", + "raininess", + "rainmaker", + "rainmaking", + "rainstorm", + "rainwater", + "rainy_day", + "rainy_season", + "raise", + "raised_doughnut", + "raiser", + "raisin", + "raisin-nut_cookie", + "raisin_bran", + "raisin_bread", + "raisin_cookie", + "raisin_moth", + "raising", + "raising_hell", + "raison_d'etre", + "raita", + "raiu", + "raj", + "raja", + "raja_batis", + "raja_erinacea", + "raja_laevis", + "raja_radiata", + "rajab", + "rajah", + "rajanya", + "rajidae", + "rajiformes", + "rajpoot", + "rajput", + "rakaposhi", + "rake", + "rake-off", + "rake_handle", + "rakehell", + "rakishness", + "rale", + "ralegh", + "raleigh", + "rallidae", + "rally", + "rallying", + "rallying_cry", + "rallying_point", + "ralph_barton_perry", + "ralph_bunche", + "ralph_ellison", + "ralph_johnson_bunche", + "ralph_richardson", + "ralph_vaughan_williams", + "ralph_waldo_ellison", + "ralph_waldo_emerson", + "ram", + "ram's-head", + "ram's-head_lady's_slipper", + "ram's_horn", + "ram_disk", + "rama", + "ramachandra", + "ramadan", + "ramalina", + "ramanavami", + "ramayana", + "ramble", + "rambler", + "rambotan", + "rambouillet", + "rambutan", + "rambutan_tree", + "rameau", + "ramee", + "ramekin", + "ramequin", + "rameses", + "rameses_ii", + "rameses_the_great", + "ramesses", + "ramesses_ii", + "ramesses_the_great", + "ramie", + "ramification", + "ramipril", + "ramjet", + "ramjet_engine", + "ramman", + "rammer", + "ramon_lully", + "ramon_y_cajal", + "ramona", + "ramontchi", + "ramp", + "rampage", + "rampant_arch", + "rampart", + "ramphastidae", + "ramphomicron", + "rampion", + "rampion_bellflower", + "ramrod", + "ramsay_hunt_syndrome", + "ramses", + "ramses_ii", + "ramses_the_great", + "ramsons", + "ramus", + "rana", + "rana_cascadae", + "rana_catesbeiana", + "rana_clamitans", + "rana_goliath", + "rana_palustris", + "rana_pipiens", + "rana_sylvatica", + "rana_tarahumarae", + "rana_temporaria", + "ranales", + "ranalian_complex", + "ranatra", + "ranch", + "ranch_hand", + "ranch_house", + "rancher", + "ranching", + "rancidity", + "rancidness", + "rancor", + "rancour", + "rand", + "randall_jarrell", + "random-access_memory", + "random_access_memory", + "random_memory", + "random_number_generator", + "random_sample", + "random_sampling", + "random_variable", + "random_walk", + "randomisation", + "randomization", + "randomness", + "ranee", + "range", + "range_animal", + "range_finder", + "range_hood", + "range_of_a_function", + "range_of_mountains", + "range_pole", + "rangefinder", + "rangeland", + "ranger", + "rangifer", + "rangifer_arcticus", + "rangifer_caribou", + "rangifer_tarandus", + "ranging_pole", + "rangoon", + "rangpur", + "rangpur_lime", + "rani", + "ranid", + "ranidae", + "ranier", + "ranitidine", + "rank", + "rank-difference_correlation", + "rank-difference_correlation_coefficient", + "rank-order_correlation", + "rank-order_correlation_coefficient", + "rank_and_file", + "rank_order", + "ranker", + "rankin", + "rankine", + "rankine_scale", + "ranking", + "rankness", + "ransacking", + "ransom", + "ransom_money", + "rant", + "ranter", + "ranting", + "ranula", + "ranunculaceae", + "ranunculales", + "ranunculus", + "ranunculus_acris", + "ranunculus_aquatilis", + "ranunculus_bulbosus", + "ranunculus_ficaria", + "ranunculus_flammula", + "ranunculus_glaberrimus", + "ranunculus_lingua", + "ranunculus_lyalii", + "ranunculus_occidentalis", + "ranunculus_repens", + "ranunculus_sceleratus", + "ranvier's_nodes", + "raoul_dufy", + "raoulia", + "raoulia_australis", + "raoulia_lutescens", + "rap", + "rap_group", + "rap_music", + "rap_session", + "rap_sheet", + "rapaciousness", + "rapacity", + "rapateaceae", + "rape", + "rape_conviction", + "rape_oil", + "rape_suspect", + "raper", + "rapeseed", + "rapeseed_oil", + "raphael", + "raphanus", + "raphanus_raphanistrum", + "raphanus_sativus", + "raphanus_sativus_longipinnatus", + "raphe", + "raphia", + "raphicerus", + "raphicerus_campestris", + "raphidae", + "raphidiidae", + "raphus", + "raphus_cucullatus", + "rapid", + "rapid_city", + "rapid_climb", + "rapid_eye_movement", + "rapid_eye_movement_sleep", + "rapid_growth", + "rapid_transit", + "rapidity", + "rapidness", + "rapier", + "rapine", + "rapist", + "rappahannock", + "rappahannock_river", + "rappee", + "rappel", + "rappeller", + "rapper", + "rapport", + "rapporteur", + "rapprochement", + "rapscallion", + "raptor", + "raptores", + "raptorial_bird", + "rapture", + "raptus", + "raptus_hemorrhagicus", + "rara_avis", + "rare-earth_element", + "rare_bird", + "rare_earth", + "rarebit", + "raree-show", + "rarefaction", + "rareness", + "rariora", + "rarity", + "ras", + "ras_tafari", + "ras_tafari_makonnen", + "rascal", + "rascality", + "rash", + "rasher", + "rashness", + "rasht", + "rashtriya_swayamsevak_sangh", + "rask", + "raskolnikov", + "rasmus_christian_rask", + "rasmussen", + "rasp", + "rasp_fern", + "raspberry", + "raspberry_bush", + "rasping", + "rasputin", + "rassling", + "rasta", + "rastafari", + "rastafarian", + "rastafarianism", + "rastas", + "raster", + "raster_font", + "rat", + "rat's-tail_cactus", + "rat-a-tat", + "rat-a-tat-tat", + "rat-catcher", + "rat-tail_file", + "rat-tat", + "rat_cheese", + "rat_chinchilla", + "rat_kangaroo", + "rat_race", + "rat_snake", + "rat_terrier", + "rat_typhus", + "ratability", + "ratables", + "ratafee", + "ratafia", + "ratafia_biscuit", + "ratan", + "rataplan", + "ratatouille", + "ratbite_fever", + "ratbite_fever_bacterium", + "ratch", + "ratchet", + "ratchet_screwdriver", + "ratchet_wheel", + "rate", + "rate_of_attrition", + "rate_of_depreciation", + "rate_of_exchange", + "rate_of_flow", + "rate_of_growth", + "rate_of_inflation", + "rate_of_interest", + "rate_of_pay", + "rate_of_payment", + "rate_of_respiration", + "rate_of_return", + "rateability", + "rateables", + "ratel", + "ratepayer", + "rates", + "rathole", + "rathskeller", + "ratibida", + "ratibida_columnaris", + "ratibida_columnifera", + "ratibida_tagetes", + "ratification", + "ratifier", + "rating", + "rating_system", + "ratio", + "ratiocination", + "ratiocinator", + "ration", + "ration_card", + "rational", + "rational_motive", + "rational_number", + "rationale", + "rationalisation", + "rationalism", + "rationalist", + "rationality", + "rationalization", + "rationalness", + "rationing", + "ratitae", + "ratite", + "ratite_bird", + "ratlin", + "ratline", + "ratsbane", + "rattail", + "rattail_cactus", + "rattail_fish", + "rattan", + "rattan_cane", + "rattan_palm", + "ratter", + "rattigan", + "ratting", + "rattle", + "rattle-top", + "rattle_weed", + "rattlebox", + "rattler", + "rattlesnake", + "rattlesnake's_master", + "rattlesnake_fern", + "rattlesnake_master", + "rattlesnake_orchid", + "rattlesnake_plantain", + "rattlesnake_root", + "rattlesnake_weed", + "rattling", + "rattrap", + "rattus", + "rattus_norvegicus", + "rattus_rattus", + "rau-sed", + "raudixin", + "rauli_beech", + "raunch", + "rauvolfia", + "rauwolfia", + "rauwolfia_serpentina", + "ravage", + "ravaging", + "rave", + "rave-up", + "ravehook", + "ravel", + "raveling", + "ravelling", + "raven", + "ravenala", + "ravenala_madagascariensis", + "ravenna", + "ravenna_grass", + "ravenousness", + "raver", + "ravi_shankar", + "ravigote", + "ravigotte", + "ravine", + "raving", + "ravioli", + "ravisher", + "ravishment", + "raw", + "raw_beauty", + "raw_data", + "raw_deal", + "raw_material", + "raw_meat", + "raw_milk", + "raw_recruit", + "raw_sienna", + "raw_talent", + "raw_throat", + "raw_umber", + "raw_vegetable", + "raw_weather", + "raw_wood", + "raw_wool", + "raw_wound", + "rawalpindi", + "rawhide", + "rawness", + "ray", + "ray_bradbury", + "ray_cattell", + "ray_douglas_bradbury", + "ray_floret", + "ray_flower", + "ray_m._dolby", + "ray_of_light", + "ray_robinson", + "rayleigh", + "rayleigh_disk", + "rayless_chamomile", + "raymond_b._cattell", + "raymond_bernard_cattell", + "raymond_chandler", + "raymond_lully", + "raymond_thornton_chandler", + "raynaud's_sign", + "rayon", + "rayon_stocking", + "rayons", + "razbliuto", + "razing", + "razmataz", + "razor", + "razor-billed_auk", + "razor-fish", + "razor_clam", + "razor_edge", + "razor_fish", + "razorback", + "razorback_hog", + "razorbacked_hog", + "razorbill", + "razorblade", + "razz", + "razzing", + "razzle", + "razzle-dazzle", + "razzmatazz", + "rb", + "rbc", + "rbi", + "rcmp", + "re", + "re-afforestation", + "re-creation", + "re-echo", + "re-establishment", + "re-experiencing", + "re-formation", + "re-introduction", + "re-sentencing", + "re-uptake", + "rea_silvia", + "reabsorption", + "reach", + "reaching", + "reacquired_stock", + "reactance", + "reactant", + "reaction", + "reaction-propulsion_engine", + "reaction_engine", + "reaction_formation", + "reaction_propulsion", + "reaction_time", + "reaction_turbine", + "reactionary", + "reactionism", + "reactive_depression", + "reactive_schizophrenia", + "reactivity", + "reactor", + "read", + "read-only_file", + "read-only_memory", + "read-only_memory_chip", + "read-only_storage", + "read-out", + "read/write_head", + "read/write_memory", + "read_method", + "read_method_of_childbirth", + "readability", + "reader", + "readership", + "readiness", + "reading", + "reading_assignment", + "reading_clinic", + "reading_desk", + "reading_lamp", + "reading_material", + "reading_program", + "reading_room", + "reading_teacher", + "readjustment", + "readmission", + "readout", + "ready", + "ready-made", + "ready-mix", + "ready-to-wear", + "ready_cash", + "ready_money", + "ready_reckoner", + "readying", + "reaffiliation", + "reaffirmation", + "reagan", + "reagan_administration", + "reagent", + "reagin", + "real", + "real-estate_business", + "real-time_operation", + "real-time_processing", + "real_estate", + "real_estate_agent", + "real_estate_broker", + "real_estate_investment_trust", + "real_estate_loan", + "real_gnp", + "real_gross_national_product", + "real_ira", + "real_irish_republican_army", + "real_life", + "real_matrix", + "real_mccoy", + "real_number", + "real_presence", + "real_property", + "real_storage", + "real_stuff", + "real_tennis", + "real_thing", + "real_time", + "real_world", + "realgar", + "realisation", + "realism", + "realist", + "reality", + "reality_check", + "reality_principle", + "realization", + "reallocation", + "reallotment", + "realm", + "realness", + "realpolitik", + "realtor", + "realty", + "ream", + "reamer", + "reap_hook", + "reaper", + "reaper_binder", + "reaping_hook", + "reappearance", + "reapportionment", + "reappraisal", + "rear", + "rear_admiral", + "rear_end", + "rear_lamp", + "rear_light", + "rear_of_barrel", + "rear_of_tube", + "rear_window", + "rearguard", + "rearing", + "rearmament", + "rearrangement", + "rearview_mirror", + "rearward", + "reason", + "reasonable_care", + "reasonableness", + "reasoner", + "reasoning", + "reasoning_backward", + "reasoning_by_elimination", + "reassembly", + "reassertion", + "reassessment", + "reassignment", + "reassurance", + "reata", + "reaumur", + "reaumur_scale", + "reaumur_thermometer", + "reb", + "rebate", + "rebato", + "rebecca", + "rebecca_rolfe", + "rebecca_west", + "rebekah", + "rebel", + "rebellion", + "rebelliousness", + "rebirth", + "rebound", + "rebound_tenderness", + "reboxetine", + "rebozo", + "rebroadcast", + "rebuff", + "rebuilding", + "rebuke", + "rebuker", + "reburial", + "reburying", + "rebus", + "rebuttal", + "rebutter", + "rec_room", + "recalcitrance", + "recalcitrancy", + "recalculation", + "recall", + "recall_dose", + "recantation", + "recap", + "recapitulation", + "recapture", + "recasting", + "recce", + "recco", + "reccy", + "receding", + "receipt", + "receipts", + "receivables", + "received_pronunciation", + "receiver", + "receiver-creditor_relation", + "receivership", + "receiving_set", + "receiving_system", + "recency", + "recent", + "recent_epoch", + "recentness", + "receptacle", + "reception", + "reception_desk", + "reception_line", + "reception_room", + "receptionist", + "receptive_aphasia", + "receptiveness", + "receptivity", + "receptor", + "recess", + "recession", + "recessional", + "recessional_march", + "recessive", + "recessive_allele", + "recessive_gene", + "rechauffe", + "rechewed_food", + "recidivism", + "recidivist", + "recife", + "recipe", + "recipient", + "recipient_role", + "reciprocal", + "reciprocal-inhibition_therapy", + "reciprocal_cross", + "reciprocal_inhibition", + "reciprocal_ohm", + "reciprocal_pronoun", + "reciprocality", + "reciprocating_engine", + "reciprocating_saw", + "reciprocation", + "reciprocity", + "recirculation", + "recission", + "recital", + "recitalist", + "recitation", + "recitative", + "reciter", + "recklessness", + "reckoner", + "reckoning", + "reclamation", + "reclassification", + "recliner", + "reclining", + "reclining_chair", + "recluse", + "reclusiveness", + "recoding", + "recognisance", + "recognition", + "recognizance", + "recoil", + "recollection", + "recombinant", + "recombinant_deoxyribonucleic_acid", + "recombinant_dna", + "recombinant_dna_technology", + "recombinant_human_insulin", + "recombinant_protein", + "recombination", + "recommencement", + "recommendation", + "recompense", + "reconciler", + "reconciliation", + "reconditeness", + "reconnaissance", + "reconnaissance_by_fire", + "reconnaissance_in_force", + "reconnaissance_mission", + "reconnaissance_plane", + "reconnaissance_vehicle", + "reconnoitering", + "reconnoitring", + "reconsideration", + "reconstruction", + "reconstruction_period", + "reconstructive_memory", + "reconstructive_surgery", + "record", + "record-breaker", + "record-holder", + "record-keeper", + "record_album", + "record_book", + "record_changer", + "record_company", + "record_cover", + "record_hop", + "record_jacket", + "record_player", + "record_sleeve", + "recorder", + "recorder_player", + "recording", + "recording_equipment", + "recording_label", + "recording_machine", + "recording_studio", + "recording_system", + "recount", + "recounting", + "recourse", + "recoverer", + "recovery", + "recovery_room", + "recreant", + "recreation", + "recreation_facility", + "recreation_room", + "recreational_drug", + "recreational_facility", + "recreational_vehicle", + "recrimination", + "recrudescence", + "recruit", + "recruiter", + "recruiting-sergeant", + "recruitment", + "rectal_artery", + "rectal_reflex", + "rectal_vein", + "rectangle", + "rectangularity", + "rectification", + "rectifier", + "rectifying_tube", + "rectifying_valve", + "rectilinear_regression", + "rectitude", + "recto", + "rectocele", + "rectoplasty", + "rector", + "rectorate", + "rectorship", + "rectory", + "rectum", + "rectus", + "rectus_inferior", + "rectus_lateralis", + "rectus_medialis", + "rectus_superior", + "recuperation", + "recurrence", + "recurrent_event", + "recurrent_fever", + "recurring_decimal", + "recursion", + "recursive_definition", + "recursive_routine", + "recurvirostra", + "recurvirostridae", + "recusal", + "recusancy", + "recusant", + "recusation", + "recycling", + "recycling_bin", + "recycling_plant", + "red", + "red-backed_lemming", + "red-backed_mouse", + "red-backed_sandpiper", + "red-bellied_snake", + "red-bellied_terrapin", + "red-bellied_turtle", + "red-berried_elder", + "red-berry", + "red-blindness", + "red-breasted_merganser", + "red-breasted_nuthatch", + "red-breasted_sapsucker", + "red-breasted_snipe", + "red-eyed_vireo", + "red-flowered_silky_oak", + "red-green_color_blindness", + "red-green_colour_blindness", + "red-green_dichromacy", + "red-header", + "red-hot_poker", + "red-lead_putty", + "red-legged_partridge", + "red-letter_day", + "red-light_district", + "red-necked_grebe", + "red-shafted_flicker", + "red-shouldered_hawk", + "red-skinned_onion", + "red-spotted_purple", + "red-tailed_hawk", + "red-veined_pie_plant", + "red-winged_blackbird", + "red_admiral", + "red_alder", + "red_alert", + "red_algae", + "red_amaranth", + "red_angel's_trumpet", + "red_army_faction", + "red_ash", + "red_baneberry", + "red_bat", + "red_bay", + "red_bearberry", + "red_beech", + "red_birch", + "red_bird's_eye", + "red_blood_cell", + "red_bone_marrow", + "red_bordeaux", + "red_brass", + "red_brigades", + "red_bryony", + "red_buckeye", + "red_cabbage", + "red_campion", + "red_carpet", + "red_cedar", + "red_cent", + "red_china", + "red_clay", + "red_clintonia", + "red_cloud", + "red_clover", + "red_cole", + "red_coral", + "red_cross", + "red_currant", + "red_cypress_pine", + "red_dagga", + "red_deer", + "red_delicious", + "red_devil", + "red_dogwood", + "red_drum", + "red_dwarf", + "red_dwarf_star", + "red_eft", + "red_elm", + "red_false_mallow", + "red_fire", + "red_flag", + "red_fox", + "red_giant", + "red_giant_star", + "red_ginger", + "red_goatfish", + "red_goosefoot", + "red_gram", + "red_grouse", + "red_guard", + "red_gum", + "red_hand_defenders", + "red_haw", + "red_heat", + "red_helleborine", + "red_herring", + "red_hot", + "red_indian", + "red_ink", + "red_jungle_fowl", + "red_juniper", + "red_kauri", + "red_lauan", + "red_lauan_tree", + "red_laver", + "red_lead", + "red_light", + "red_line", + "red_maids", + "red_man", + "red_maple", + "red_marrow", + "red_meat", + "red_morning-glory", + "red_mulberry", + "red_mullet", + "red_notice", + "red_oak", + "red_onion", + "red_osier", + "red_osier_dogwood", + "red_panda", + "red_pepper", + "red_periwinkle", + "red_phalarope", + "red_pimpernel", + "red_pine", + "red_planet", + "red_poll", + "red_porgy", + "red_raspberry", + "red_rat_snake", + "red_region", + "red_river", + "red_rockfish", + "red_salmon", + "red_sandalwood", + "red_sanders", + "red_sanderswood", + "red_saunders", + "red_scare", + "red_sea", + "red_setter", + "red_shift", + "red_shrubby_penstemon", + "red_silk-cotton_tree", + "red_silk_cotton", + "red_silver_fir", + "red_siskin", + "red_snapper", + "red_sorrel", + "red_spider", + "red_spider_mite", + "red_sprites", + "red_spruce", + "red_squirrel", + "red_sun", + "red_tai", + "red_tape", + "red_tide", + "red_trillium", + "red_underwing", + "red_valerian", + "red_water", + "red_willow", + "red_wine", + "red_wolf", + "red_worm", + "redact", + "redaction", + "redactor", + "redback_vole", + "redbelly", + "redberry", + "redbird", + "redbird_cactus", + "redbird_flower", + "redbone", + "redbreast", + "redbrick_university", + "redbrush", + "redbud", + "redbug", + "redcap", + "redcoat", + "redding", + "reddish_blue", + "reddish_brown", + "reddish_orange", + "reddish_purple", + "reddle", + "rededication", + "redeemer", + "redefinition", + "redemption", + "redeployment", + "redeposition", + "redetermination", + "redevelopment", + "redevelopment_authority", + "redeye", + "redeye_flight", + "redfin_pickerel", + "redfish", + "redford", + "redhead", + "redheaded_woodpecker", + "redheader", + "redhorse", + "redhorse_sucker", + "rediffusion", + "redirect_examination", + "rediscovery", + "redisposition", + "redistribution", + "redmaids", + "redneck", + "redness", + "redolence", + "redonda", + "redoubt", + "redox", + "redpoll", + "redraft", + "redress", + "redroot", + "redshank", + "redshift", + "redskin", + "redstart", + "redstem_storksbill", + "redtail", + "reduced_instruction_set_computer", + "reduced_instruction_set_computing", + "reducer", + "reducing", + "reducing_agent", + "reducing_diet", + "reductant", + "reductase", + "reductio", + "reductio_ad_absurdum", + "reduction", + "reduction_division", + "reduction_gear", + "reductionism", + "reductivism", + "redundance", + "redundancy", + "redundancy_check", + "reduplication", + "reduviid", + "reduviidae", + "redwing", + "redwood", + "redwood_family", + "redwood_national_park", + "redwood_penstemon", + "reed", + "reed_bunting", + "reed_canary_grass", + "reed_grass", + "reed_instrument", + "reed_mace", + "reed_meadow_grass", + "reed_organ", + "reed_pipe", + "reed_rhapis", + "reed_section", + "reed_stop", + "reedbird", + "reedmace", + "reef", + "reef_knot", + "reef_squirrelfish", + "reef_whitetip_shark", + "reefer", + "reek", + "reel", + "reelection", + "reeler", + "reenactment", + "reenactor", + "reenforcement", + "reenlistment", + "reentering_angle", + "reentering_polygon", + "reentrant_angle", + "reentrant_polygon", + "reentry", + "reevaluation", + "reeve", + "reexamination", + "ref", + "refabrication", + "refection", + "refectory", + "refectory_table", + "referee", + "refereeing", + "reference", + "reference_book", + "reference_frame", + "reference_grid", + "reference_manual", + "reference_point", + "reference_system", + "reference_work", + "referendum", + "referent", + "referral", + "referred_pain", + "refill", + "refilling", + "refined_sugar", + "refinement", + "refiner", + "refinery", + "refining", + "refining_industry", + "refinisher", + "refit", + "reflation", + "reflectance", + "reflecting_telescope", + "reflection", + "reflection_factor", + "reflective_power", + "reflectiveness", + "reflectivity", + "reflectometer", + "reflector", + "reflex", + "reflex_action", + "reflex_angle", + "reflex_arc", + "reflex_camera", + "reflex_epilepsy", + "reflex_response", + "reflexion", + "reflexive", + "reflexive_pronoun", + "reflexive_verb", + "reflexiveness", + "reflexivity", + "reflexology", + "reflux", + "reflux_condenser", + "refocusing", + "reforestation", + "reform", + "reform_jew", + "reform_judaism", + "reform_movement", + "reform_school", + "reformation", + "reformatory", + "reformer", + "reformism", + "reformist", + "refracting_telescope", + "refraction", + "refractive_index", + "refractiveness", + "refractivity", + "refractometer", + "refractoriness", + "refractory", + "refractory_anaemia", + "refractory_anemia", + "refractory_period", + "refractory_pot", + "refrain", + "refresher", + "refresher_course", + "refreshment", + "refried_beans", + "refrigerant", + "refrigeration", + "refrigeration_system", + "refrigerator", + "refrigerator_car", + "refrigerator_cookie", + "refueling", + "refuge", + "refugee", + "refugee_camp", + "refulgence", + "refulgency", + "refund", + "refurbishment", + "refusal", + "refuse", + "refuse_collector", + "refuse_heap", + "refutal", + "refutation", + "refuter", + "regaining", + "regalecidae", + "regalecus_glesne", + "regalia", + "regard", + "regatta", + "regency", + "regeneration", + "regent", + "reggae", + "reggane", + "regicide", + "regime", + "regimen", + "regiment", + "regimentals", + "regimentation", + "regina", + "reginald_carey_harrison", + "reginald_joseph_mitchell", + "reginald_marsh", + "regiomontanus", + "region", + "regional_anaesthesia", + "regional_anatomy", + "regional_anesthesia", + "regional_enteritis", + "regional_ileitis", + "regionalism", + "register", + "register_language", + "registered_bond", + "registered_mail", + "registered_nurse", + "registered_post", + "registered_representative", + "registered_security", + "registrant", + "registrar", + "registration", + "registration_fire", + "registration_number", + "registry", + "regius_professor", + "reglaecus", + "regnellidium", + "regnellidium_diphyllum", + "regosol", + "regress", + "regression", + "regression_analysis", + "regression_coefficient", + "regression_curve", + "regression_equation", + "regression_line", + "regression_of_y_on_x", + "regression_toward_the_mean", + "regret", + "regrets", + "regular", + "regular_army", + "regular_convex_polyhedron", + "regular_convex_solid", + "regular_dodecahedron", + "regular_hexagon", + "regular_hexahedron", + "regular_icosahedron", + "regular_octahedron", + "regular_payment", + "regular_polygon", + "regular_polyhedron", + "regular_recurrence", + "regular_tetrahedron", + "regularisation", + "regularity", + "regularization", + "regulating", + "regulation", + "regulation_time", + "regulator", + "regulator_gene", + "regulatory_agency", + "regulatory_authority", + "regulatory_gene", + "regulatory_offence", + "regulatory_offense", + "regulus", + "regulus_calendula", + "regulus_regulus", + "regulus_satrata", + "regur", + "regur_soil", + "regurgitation", + "rehabilitation", + "rehabilitation_program", + "reharmonisation", + "reharmonization", + "rehash", + "rehearing", + "rehearsal", + "rehnquist", + "reich", + "reichstein", + "reid", + "reification", + "reign", + "reign_of_terror", + "reimbursement", + "reimposition", + "reims", + "rein", + "rein_orchid", + "rein_orchis", + "reincarnation", + "reincarnationism", + "reindeer", + "reindeer_lichen", + "reindeer_moss", + "reinforced_concrete", + "reinforcement", + "reinforcer", + "reinforcing_stimulus", + "reinhold_niebuhr", + "reinstatement", + "reinsurance", + "reinterpretation", + "reintroduction", + "reissue", + "reit", + "reiter", + "reiter's_disease", + "reiter's_syndrome", + "reiteration", + "reithrodontomys", + "reject", + "rejection", + "rejoicing", + "rejoicing_in_the_law", + "rejoicing_of_the_law", + "rejoicing_over_the_law", + "rejoinder", + "rejuvenation", + "relafen", + "relapse", + "relapsing", + "relapsing_fever", + "relatedness", + "relation", + "relation_back", + "relational_adjective", + "relational_database", + "relational_database_management_system", + "relations", + "relationship", + "relative", + "relative-in-law", + "relative_atomic_mass", + "relative_clause", + "relative_density", + "relative_frequency", + "relative_humidity", + "relative_incidence", + "relative_majority", + "relative_molecular_mass", + "relative_pronoun", + "relative_quantity", + "relativism", + "relativistic_mass", + "relativity", + "relativity_theory", + "relatum", + "relaxant", + "relaxation", + "relaxation_behavior", + "relaxation_method", + "relaxation_time", + "relaxer", + "relaxin", + "relay", + "relay_link", + "relay_race", + "relay_station", + "relay_transmitter", + "release", + "releasing_factor", + "releasing_hormone", + "relegating", + "relegation", + "relentlessness", + "relevance", + "relevancy", + "reliability", + "reliableness", + "reliance", + "relic", + "relict", + "relief", + "relief_map", + "relief_pitcher", + "relief_printing", + "relief_valve", + "reliever", + "relievo", + "religion", + "religionism", + "religionist", + "religiosity", + "religious", + "religious_belief", + "religious_ceremony", + "religious_cult", + "religious_doctrine", + "religious_festival", + "religious_holiday", + "religious_leader", + "religious_movement", + "religious_music", + "religious_mystic", + "religious_mysticism", + "religious_offering", + "religious_order", + "religious_orientation", + "religious_outcast", + "religious_person", + "religious_residence", + "religious_right", + "religious_rite", + "religious_ritual", + "religious_school", + "religious_sect", + "religious_service", + "religious_society_of_friends", + "religious_song", + "religious_text", + "religious_trance", + "religious_writing", + "religiousism", + "religiousness", + "relinquishing", + "relinquishment", + "reliquary", + "relish", + "relishing", + "relistening", + "reliving", + "relocatable_program", + "relocation", + "reluctance", + "reluctivity", + "rem", + "rem_sleep", + "remainder", + "remains", + "remake", + "remaking", + "remand", + "remark", + "remarriage", + "rematch", + "rembrandt", + "rembrandt_harmensz_van_rijn", + "rembrandt_van_rijn", + "rembrandt_van_ryn", + "remediation", + "remedy", + "remembering", + "remembrance", + "remembrance_day", + "remembrance_sunday", + "remicade", + "remilegia", + "remilegia_australis", + "remilitarisation", + "remilitarization", + "reminder", + "reminiscence", + "remise", + "remission", + "remission_of_sin", + "remissness", + "remit", + "remitment", + "remittal", + "remittance", + "remittance_man", + "remnant", + "remonstrance", + "remonstration", + "remora", + "remorse", + "remote", + "remote-access_data_processing", + "remote-control_bomb", + "remote_control", + "remote_station", + "remote_terminal", + "remoteness", + "remotion", + "remoulade_sauce", + "remount", + "removable_disk", + "removal", + "removal_company", + "removal_firm", + "remove", + "remover", + "remuda", + "remuneration", + "remunerator", + "remus", + "renaissance", + "renaissance_man", + "renal_artery", + "renal_calculus", + "renal_colic", + "renal_corpuscle", + "renal_cortex", + "renal_disorder", + "renal_failure", + "renal_insufficiency", + "renal_lithiasis", + "renal_pelvis", + "renal_vein", + "renascence", + "renata_tebaldi", + "render", + "rendering", + "rendezvous", + "rendition", + "rene-robert_cavelier", + "rene_antoine_ferchault_de_reaumur", + "rene_descartes", + "rene_magritte", + "renegade", + "renegade_state", + "renege", + "renewable_resource", + "renewal", + "reniform_leaf", + "renin", + "rennet", + "rennin", + "reno", + "renoir", + "renouncement", + "renovation", + "renovator", + "renown", + "rensselaerite", + "rent", + "rent-a-car", + "rent-rebate", + "rent-roll", + "rent_collector", + "rental", + "rental_collection", + "rental_income", + "rente", + "renter", + "rentier", + "renting", + "renunciation", + "reorder", + "reordering", + "reorganisation", + "reorganization", + "reorientation", + "reoviridae", + "reovirus", + "rep", + "repair", + "repair_shed", + "repair_shop", + "repairer", + "repairman", + "reparation", + "repartee", + "repast", + "repatriate", + "repatriation", + "repayment", + "repayment_rate", + "repeal", + "repeat", + "repeater", + "repeating", + "repeating_decimal", + "repeating_firearm", + "repechage", + "repellant", + "repellent", + "repentance", + "repercussion", + "repertoire", + "repertory", + "repertory_company", + "repetition", + "repetitiousness", + "repetitiveness", + "rephrasing", + "replaceability", + "replacement", + "replacement_cost", + "replacing", + "replay", + "replenishment", + "repletion", + "replica", + "replication", + "reply", + "report", + "report_card", + "reportage", + "reporter", + "reporting", + "reporting_weight", + "repose", + "repositing", + "reposition", + "repositioning", + "repository", + "repossession", + "repp", + "reprehensibility", + "reprehension", + "representation", + "representational_process", + "representative", + "representative_sample", + "representative_sampling", + "represser", + "repression", + "repressor", + "repressor_gene", + "reprieve", + "reprimand", + "reprint", + "reprinting", + "reprisal", + "reproach", + "reproacher", + "reprobate", + "reprobation", + "reproducer", + "reproducibility", + "reproduction", + "reproduction_cost", + "reproductive_cell", + "reproductive_cloning", + "reproductive_memory", + "reproductive_organ", + "reproductive_structure", + "reproductive_system", + "reproof", + "reproval", + "reprover", + "reptantia", + "reptile", + "reptile_family", + "reptile_genus", + "reptilia", + "reptilian", + "republic", + "republic_of_albania", + "republic_of_angola", + "republic_of_armenia", + "republic_of_austria", + "republic_of_belarus", + "republic_of_benin", + "republic_of_bolivia", + "republic_of_bosnia_and_herzegovina", + "republic_of_botswana", + "republic_of_bulgaria", + "republic_of_burundi", + "republic_of_cameroon", + "republic_of_cape_verde", + "republic_of_chad", + "republic_of_chile", + "republic_of_china", + "republic_of_colombia", + "republic_of_costa_rica", + "republic_of_cote_d'ivoire", + "republic_of_croatia", + "republic_of_cuba", + "republic_of_cyprus", + "republic_of_djibouti", + "republic_of_ecuador", + "republic_of_el_salvador", + "republic_of_equatorial_guinea", + "republic_of_estonia", + "republic_of_fiji", + "republic_of_finland", + "republic_of_ghana", + "republic_of_guatemala", + "republic_of_guinea", + "republic_of_guinea-bissau", + "republic_of_haiti", + "republic_of_honduras", + "republic_of_hungary", + "republic_of_iceland", + "republic_of_india", + "republic_of_indonesia", + "republic_of_iraq", + "republic_of_ireland", + "republic_of_kazakhstan", + "republic_of_kenya", + "republic_of_kiribati", + "republic_of_korea", + "republic_of_latvia", + "republic_of_liberia", + "republic_of_lithuania", + "republic_of_madagascar", + "republic_of_malawi", + "republic_of_maldives", + "republic_of_mali", + "republic_of_malta", + "republic_of_mauritius", + "republic_of_moldova", + "republic_of_mozambique", + "republic_of_namibia", + "republic_of_nauru", + "republic_of_nicaragua", + "republic_of_niger", + "republic_of_palau", + "republic_of_panama", + "republic_of_paraguay", + "republic_of_peru", + "republic_of_poland", + "republic_of_san_marino", + "republic_of_senegal", + "republic_of_seychelles", + "republic_of_sierra_leone", + "republic_of_singapore", + "republic_of_slovenia", + "republic_of_south_africa", + "republic_of_suriname", + "republic_of_tajikistan", + "republic_of_the_congo", + "republic_of_the_gambia", + "republic_of_the_marshall_islands", + "republic_of_the_philippines", + "republic_of_the_sudan", + "republic_of_trinidad_and_tobago", + "republic_of_tunisia", + "republic_of_turkey", + "republic_of_uganda", + "republic_of_uzbekistan", + "republic_of_vanuatu", + "republic_of_venezuela", + "republic_of_yemen", + "republic_of_zambia", + "republic_of_zimbabwe", + "republican", + "republican_guard", + "republican_party", + "republican_river", + "republicanism", + "republication", + "republishing", + "repudiation", + "repugnance", + "repulse", + "repulsion", + "repulsive_force", + "repulsiveness", + "repurchase", + "reputability", + "reputation", + "repute", + "request", + "requester", + "requiem", + "requiem_shark", + "requiescat", + "required_course", + "requirement", + "requirements_contract", + "requisite", + "requisiteness", + "requisition", + "requisition_form", + "requital", + "rerebrace", + "reredos", + "rerun", + "res", + "res_adjudicata", + "res_gestae", + "res_ipsa_loquitur", + "res_judicata", + "res_publica", + "resale", + "rescission", + "rescript", + "rescriptor", + "rescue", + "rescue_equipment", + "rescue_operation", + "rescue_party", + "rescuer", + "research", + "research_center", + "research_colloquium", + "research_director", + "research_facility", + "research_lab", + "research_laboratory", + "research_project", + "research_rocket", + "research_staff", + "research_worker", + "researcher", + "reseau", + "resection", + "reseda", + "reseda_luteola", + "reseda_odorata", + "resedaceae", + "resemblance", + "resentment", + "reserpine", + "reservation", + "reserve", + "reserve_account", + "reserve_assets", + "reserve_bank", + "reserve_clause", + "reserve_fund", + "reserve_officers_training_corps", + "reserves", + "reservist", + "reservoir", + "reset", + "reset_button", + "resettlement", + "resh", + "reshipment", + "resht", + "reshuffle", + "reshuffling", + "resid", + "residence", + "residence_hall", + "residence_time", + "residency", + "resident", + "resident_commissioner", + "resident_physician", + "residential_area", + "residential_district", + "residual", + "residual_clay", + "residual_oil", + "residual_soil", + "residue", + "residuum", + "resignation", + "resilience", + "resiliency", + "resin", + "resinoid", + "resistance", + "resistance_pyrometer", + "resistance_thermometer", + "resistance_unit", + "resister", + "resisting_arrest", + "resistivity", + "resistor", + "resoluteness", + "resolution", + "resolve", + "resolvent", + "resolving", + "resolving_power", + "resonance", + "resonant_circuit", + "resonating_chamber", + "resonator", + "resorcinol", + "resorcinolphthalein", + "resorption", + "resort", + "resort_area", + "resort_hotel", + "resource", + "resourcefulness", + "respect", + "respectability", + "respecter", + "respectfulness", + "respects", + "respighi", + "respiration", + "respirator", + "respiratory_acidosis", + "respiratory_alkalosis", + "respiratory_center", + "respiratory_disease", + "respiratory_disorder", + "respiratory_distress_syndrome", + "respiratory_distress_syndrome_of_the_newborn", + "respiratory_illness", + "respiratory_infection", + "respiratory_organ", + "respiratory_quotient", + "respiratory_rate", + "respiratory_syncytial_virus", + "respiratory_system", + "respiratory_tract", + "respiratory_tract_infection", + "respite", + "resplendence", + "resplendency", + "resplendent_quetzel", + "resplendent_trogon", + "respondent", + "responder", + "response", + "response_time", + "responsibility", + "responsibleness", + "responsiveness", + "rest", + "rest-cure", + "rest-harrow", + "rest_area", + "rest_day", + "rest_energy", + "rest_home", + "rest_house", + "rest_mass", + "rest_period", + "rest_stop", + "restatement", + "restaurant", + "restaurant_attendant", + "restaurant_chain", + "restauranter", + "restaurateur", + "rester", + "restfulness", + "restharrow", + "resting_potential", + "resting_spore", + "restitution", + "restiveness", + "restless_legs", + "restless_legs_syndrome", + "restlessness", + "restoration", + "restorative", + "restorer", + "restoril", + "restrainer", + "restraint", + "restraint_of_trade", + "restriction", + "restriction_endonuclease", + "restriction_enzyme", + "restriction_fragment", + "restriction_nuclease", + "restriction_site", + "restrictive_clause", + "restrictiveness", + "restroom", + "result", + "resultant", + "resultant_role", + "resulting_trust", + "resume", + "resumption", + "resurgence", + "resurrection", + "resurrection_fern", + "resurrection_of_christ", + "resurrection_plant", + "resurvey", + "resuscitation", + "resuscitator", + "resuspension", + "retail", + "retail_chain", + "retail_merchant", + "retail_price_index", + "retail_store", + "retailer", + "retailing", + "retained_object", + "retainer", + "retaining_wall", + "retake", + "retaking", + "retaliation", + "retaliator", + "retaliatory_eviction", + "retama", + "retama_raetam", + "retard", + "retardant", + "retardation", + "retarded", + "retarded_depression", + "retardent", + "retarding_force", + "retch", + "rete", + "rete_malpighii", + "rete_testis", + "retem", + "retention", + "retention_basin", + "retentiveness", + "retentivity", + "rethink", + "reticence", + "reticle", + "reticular_activating_system", + "reticular_formation", + "reticulated_python", + "reticulation", + "reticule", + "reticulitermes", + "reticulitermes_flanipes", + "reticulitermes_lucifugus", + "reticulocyte", + "reticuloendothelial_system", + "reticulum", + "retina", + "retinal", + "retinal_cone", + "retinal_detachment", + "retinal_purple", + "retinal_rod", + "retinal_scanning", + "retinene", + "retinitis", + "retinoblastoma", + "retinol", + "retinopathy", + "retinue", + "retired_person", + "retiree", + "retirement", + "retirement_account", + "retirement_benefit", + "retirement_check", + "retirement_community", + "retirement_complex", + "retirement_fund", + "retirement_pension", + "retirement_plan", + "retirement_program", + "retirement_savings_account", + "retirement_savings_plan", + "retort", + "retraction", + "retractor", + "retraining", + "retread", + "retreat", + "retreatant", + "retreated", + "retrenchment", + "retrial", + "retribution", + "retrieval", + "retriever", + "retro", + "retrobulbar_neuritis", + "retrofit", + "retroflection", + "retroflexion", + "retrograde_amnesia", + "retrogression", + "retromandibular_vein", + "retronym", + "retrophyllum", + "retrorocket", + "retrospect", + "retrospection", + "retrospective", + "retroversion", + "retrovir", + "retrovirus", + "retrovision", + "retsina", + "return", + "return_address", + "return_key", + "return_on_invested_capital", + "return_on_investment", + "return_ticket", + "returning_officer", + "reuben", + "reuben_lucius_goldberg", + "reunification", + "reunion", + "reuptake", + "reusable_program", + "reusable_routine", + "rev", + "revaluation", + "revealed_religion", + "revealing", + "reveille", + "revel", + "revelation", + "revelation_of_saint_john_the_divine", + "reveler", + "reveller", + "revelry", + "revenant", + "revenge", + "revenue", + "revenue_bond", + "revenue_enhancement", + "revenue_sharing", + "revenue_stamp", + "revenue_tariff", + "revenuer", + "reverberance", + "reverberation", + "reverberatory_furnace", + "revere", + "reverence", + "reverend", + "reverend_dodgson", + "reverie", + "revers", + "reversal", + "reverse", + "reverse_fault", + "reverse_gear", + "reverse_hang", + "reverse_lightning", + "reverse_osmosis", + "reverse_polish_notation", + "reverse_split", + "reverse_stock_split", + "reverse_transcriptase", + "reverse_transcriptase_inhibitor", + "reversibility", + "reversible", + "reversible_process", + "reversing_thermometer", + "reversion", + "reversionary_annuity", + "reversioner", + "reversionist", + "reverting", + "revery", + "revetement", + "revetment", + "review", + "review_article", + "review_copy", + "reviewer", + "reviewing_stand", + "revilement", + "revisal", + "revise", + "revised_standard_version", + "revised_version", + "reviser", + "revising", + "revision", + "revisionism", + "revisionist", + "revitalisation", + "revitalization", + "revival", + "revival_meeting", + "revivalism", + "revivalist", + "revivification", + "revocation", + "revoke", + "revolt", + "revolution", + "revolutionary", + "revolutionary_armed_forces_of_colombia", + "revolutionary_calendar", + "revolutionary_calendar_month", + "revolutionary_group", + "revolutionary_justice_organization", + "revolutionary_organization_17_november", + "revolutionary_organization_of_socialist_muslims", + "revolutionary_people's_liberation_front", + "revolutionary_people's_liberation_party", + "revolutionary_people's_struggle", + "revolutionary_proletarian_army", + "revolutionary_proletarian_initiative_nuclei", + "revolutionary_proletarian_nucleus", + "revolutionary_united_front", + "revolutionism", + "revolutionist", + "revolutions_per_minute", + "revolver", + "revolving_charge_account", + "revolving_credit", + "revolving_door", + "revolving_fund", + "revue", + "revulsion", + "rewa-rewa", + "reward", + "rewording", + "rewrite", + "rewrite_man", + "rewriter", + "rewriting", + "rex", + "rex_begonia", + "rex_harrison", + "reye's_syndrome", + "reyes", + "reykjavik", + "reynard", + "reynolds", + "rf", + "rfd", + "rg", + "rh", + "rh-negative_blood", + "rh-negative_blood_type", + "rh-positive_blood_type", + "rh_antibody", + "rh_factor", + "rh_incompatibility", + "rh_negative", + "rh_positive", + "rhabdomancer", + "rhabdomancy", + "rhabdomyoma", + "rhabdomyosarcoma", + "rhabdosarcoma", + "rhabdoviridae", + "rhabdovirus", + "rhadamanthus", + "rhaeto-romance", + "rhaeto-romanic", + "rhagades", + "rhagoletis", + "rhagoletis_pomonella", + "rhamnaceae", + "rhamnales", + "rhamnus", + "rhamnus_californicus", + "rhamnus_carolinianus", + "rhamnus_croceus", + "rhamnus_frangula", + "rhamnus_purshianus", + "rhaphe", + "rhapis", + "rhapis_excelsa", + "rhapis_humilis", + "rhapsody", + "rhd", + "rhea", + "rhea_americana", + "rhea_silvia", + "rheidae", + "rheiformes", + "rheims", + "rheims-douay_bible", + "rheims-douay_version", + "rhein", + "rheinland", + "rhenish", + "rhenium", + "rheology", + "rheometer", + "rheostat", + "rhesus", + "rhesus_factor", + "rhesus_monkey", + "rhetoric", + "rhetorical_device", + "rhetorical_question", + "rhetorician", + "rheum", + "rheum_australe", + "rheum_cultorum", + "rheum_emodi", + "rheum_palmatum", + "rheum_rhabarbarum", + "rheum_rhaponticum", + "rheumatic", + "rheumatic_aortitis", + "rheumatic_fever", + "rheumatic_heart_disease", + "rheumatism", + "rheumatism_weed", + "rheumatoid_arthritis", + "rheumatoid_factor", + "rheumatoid_spondylitis", + "rheumatologist", + "rheumatology", + "rhexia", + "rhibhus", + "rhincodon", + "rhincodon_typus", + "rhincodontidae", + "rhine", + "rhine_river", + "rhine_wine", + "rhineland", + "rhinencephalon", + "rhinestone", + "rhinion", + "rhinitis", + "rhino", + "rhinobatidae", + "rhinoceros", + "rhinoceros_antiquitatis", + "rhinoceros_beetle", + "rhinoceros_family", + "rhinoceros_unicornis", + "rhinocerotidae", + "rhinolaryngologist", + "rhinolaryngology", + "rhinolophidae", + "rhinonicteris", + "rhinonicteris_aurantius", + "rhinopathy", + "rhinophyma", + "rhinoplasty", + "rhinoptera", + "rhinoptera_bonasus", + "rhinorrhea", + "rhinoscope", + "rhinoscopy", + "rhinosporidiosis", + "rhinostenosis", + "rhinotermitidae", + "rhinotomy", + "rhinotracheitis", + "rhinovirus", + "rhipsalis", + "rhiptoglossa", + "rhizobiaceae", + "rhizobium", + "rhizoctinia", + "rhizoctinia_disease", + "rhizoctinia_solani", + "rhizoid", + "rhizomatous_begonia", + "rhizome", + "rhizomorph", + "rhizophora", + "rhizophora_mangle", + "rhizophoraceae", + "rhizopod", + "rhizopoda", + "rhizopodan", + "rhizopogon", + "rhizopogon_idahoensis", + "rhizopogonaceae", + "rhizopus", + "rhizopus_nigricans", + "rhizopus_stolonifer", + "rhizotomy", + "rho", + "rhodanthe", + "rhodanthe_manglesii", + "rhode_island", + "rhode_island_bent", + "rhode_island_red", + "rhode_islander", + "rhodes", + "rhodes_grass", + "rhodes_scholar", + "rhodesia", + "rhodesian_man", + "rhodesian_ridgeback", + "rhodium", + "rhodochrosite", + "rhododendron", + "rhododendron_californicum", + "rhododendron_maxima", + "rhododendron_viscosum", + "rhodolite", + "rhodomontade", + "rhodonite", + "rhodope_mountains", + "rhodophyceae", + "rhodophyta", + "rhodopsin", + "rhodosphaera", + "rhodosphaera_rhodanthema", + "rhodymenia", + "rhodymenia_palmata", + "rhodymeniaceae", + "rhoeadales", + "rhomb", + "rhombencephalon", + "rhombohedron", + "rhomboid", + "rhomboid_minor_muscle", + "rhomboid_muscle", + "rhomboideus_major_muscle", + "rhombus", + "rhonchus", + "rhone", + "rhone-alpes", + "rhone_river", + "rhone_wine", + "rhubarb", + "rhubarb_pie", + "rhubarb_plant", + "rhumb", + "rhumb_line", + "rhumba", + "rhus", + "rhus_aromatica", + "rhus_copallina", + "rhus_dermatitis", + "rhus_diversiloba", + "rhus_glabra", + "rhus_laurina", + "rhus_ovata", + "rhus_quercifolia", + "rhus_radicans", + "rhus_rhodanthema", + "rhus_toxicodenedron", + "rhus_trilobata", + "rhus_typhina", + "rhus_verniciflua", + "rhus_vernix", + "rhyacotriton", + "rhyacotriton_olympicus", + "rhyme", + "rhyme_royal", + "rhymer", + "rhymester", + "rhyming_slang", + "rhynchocephalia", + "rhynchoelaps", + "rhynchoelaps_australis", + "rhyncostylis", + "rhynia", + "rhyniaceae", + "rhyolite", + "rhythm", + "rhythm_and_blues", + "rhythm_and_blues_musician", + "rhythm_method", + "rhythm_method_of_birth_control", + "rhythm_section", + "rhythmic_pattern", + "rhythmicity", + "rhytidectomy", + "rhytidoplasty", + "ri", + "rial", + "riata", + "rib", + "rib_cage", + "rib_joint_pliers", + "rib_roast", + "ribald", + "ribaldry", + "riband", + "ribavirin", + "ribband", + "ribbed_toad", + "ribbed_vault", + "ribbing", + "ribbon", + "ribbon-leaved_water_plantain", + "ribbon_development", + "ribbon_fern", + "ribbon_grass", + "ribbon_snake", + "ribbon_tree", + "ribbon_worm", + "ribbonfish", + "ribbonwood", + "ribes", + "ribes_grossularia", + "ribes_nigrum", + "ribes_rubrum", + "ribes_sanguineum", + "ribes_sativum", + "ribes_uva-crispa", + "ribgrass", + "ribhus", + "ribier", + "riboflavin", + "ribonuclease", + "ribonucleic_acid", + "ribonucleinase", + "ribose", + "ribosome", + "ribwort", + "ricardo", + "rice", + "rice-grain_fritillary", + "rice_beer", + "rice_grass", + "rice_paddy", + "rice_paper", + "rice_rat", + "rice_weevil", + "ricebird", + "ricegrass", + "ricer", + "rich", + "rich_man", + "rich_people", + "rich_person", + "richard_adolph_zsigmondy", + "richard_august_carl_emil_erlenmeyer", + "richard_brinsley_sheridan", + "richard_buckminster_fuller", + "richard_burbage", + "richard_burdon_haldane", + "richard_burton", + "richard_coeur_de_lion", + "richard_d'oyly_carte", + "richard_d._fosbury", + "richard_e._byrd", + "richard_e._smalley", + "richard_errett_smalley", + "richard_erskine_leakey", + "richard_evelyn_byrd", + "richard_feynman", + "richard_haldane", + "richard_henry_lee", + "richard_henry_tawney", + "richard_hooker", + "richard_horatio_edgar_wallace", + "richard_i", + "richard_ii", + "richard_iii", + "richard_j._roberts", + "richard_john_roberts", + "richard_jordan_gatling", + "richard_kuhn", + "richard_leakey", + "richard_lovelace", + "richard_m._nixon", + "richard_milhous_nixon", + "richard_morris_hunt", + "richard_neville", + "richard_nixon", + "richard_phillips_feynman", + "richard_rodgers", + "richard_roe", + "richard_smalley", + "richard_starkey", + "richard_strauss", + "richard_the_lion-hearted", + "richard_the_lionheart", + "richard_trevithick", + "richard_upjohn", + "richard_von_krafft-ebing", + "richard_wagner", + "richard_wright", + "richards", + "richardson", + "richardson's_geranium", + "richardson_ground_squirrel", + "richardson_vole", + "richea", + "richea_dracophylla", + "richea_pandanifolia", + "richelieu", + "riches", + "richler", + "richmond", + "richmondena", + "richmondena_cardinalis", + "richness", + "richter_scale", + "richweed", + "ricin", + "ricin_toxin", + "ricinoleic_acid", + "ricinus", + "ricinus_communis", + "rick", + "rickenbacker", + "ricketiness", + "rickets", + "rickettsia", + "rickettsiaceae", + "rickettsial_disease", + "rickettsiales", + "rickettsialpox", + "rickettsiosis", + "rickey", + "rickover", + "rickrack", + "ricksha", + "rickshaw", + "rico", + "rico_act", + "ricochet", + "ricotta", + "ricrac", + "rictus", + "riddance", + "riddle", + "riddle_canon", + "ride", + "rider", + "rider_haggard", + "rider_plate", + "ridge", + "ridge_rope", + "ridge_tile", + "ridgel", + "ridgeline", + "ridgeling", + "ridgepole", + "ridgil", + "ridgling", + "ridicule", + "ridiculer", + "ridiculousness", + "riding", + "riding_bitt", + "riding_boot", + "riding_breeches", + "riding_crop", + "riding_habit", + "riding_horse", + "riding_lamp", + "riding_light", + "riding_master", + "riding_mower", + "riding_school", + "ridley", + "riel", + "riemann", + "riemannian_geometry", + "riesling", + "riesman", + "rifadin", + "rifampin", + "riff", + "riffian", + "riffle", + "riffraff", + "rifle", + "rifle_ball", + "rifle_butt", + "rifle_grenade", + "rifle_range", + "rifle_shot", + "riflebird", + "rifleman", + "rifleman_bird", + "rifling", + "rift", + "rift_valley", + "rift_valley_fever", + "rig", + "rig-veda", + "riga", + "rigamarole", + "rigatoni", + "rigel", + "rigger", + "rigger_brush", + "rigging", + "riggs'_disease", + "right", + "right-angled_triangle", + "right-hand_man", + "right-handed_pitcher", + "right-handedness", + "right-hander", + "right-winger", + "right_angle", + "right_ascension", + "right_atrioventricular_valve", + "right_atrium", + "right_atrium_of_the_heart", + "right_bank", + "right_brain", + "right_coronary_artery", + "right_field", + "right_fielder", + "right_gastric_artery", + "right_gastric_vein", + "right_hand", + "right_hander", + "right_hemisphere", + "right_of_action", + "right_of_election", + "right_of_entry", + "right_of_first_publication", + "right_of_offset", + "right_of_privacy", + "right_of_re-entry", + "right_of_search", + "right_of_way", + "right_stage", + "right_to_an_attorney", + "right_to_confront_accusors", + "right_to_due_process", + "right_to_liberty", + "right_to_life", + "right_to_privacy", + "right_to_speedy_and_public_trial_by_jury", + "right_to_the_pursuit_of_happiness", + "right_to_vote", + "right_triangle", + "right_ventricle", + "right_whale", + "right_wing", + "righteousness", + "righteye_flounder", + "righteyed_flounder", + "rightfield", + "rightfulness", + "righthander", + "rightism", + "rightist", + "rightness", + "rights_issue", + "rights_offering", + "rigidification", + "rigidifying", + "rigidity", + "rigidness", + "rigil", + "rigil_kent", + "rigmarole", + "rigor", + "rigor_mortis", + "rigorousness", + "rigour", + "rigourousness", + "rigout", + "rijstafel", + "rijstaffel", + "rijsttaffel", + "riksmaal", + "riksmal", + "riley", + "riley_b_king", + "rilievo", + "rilke", + "rill", + "rim", + "rim_blight", + "rima", + "rima_glottidis", + "rima_oris", + "rima_pudendi", + "rima_respiratoria", + "rima_vestibuli", + "rima_vocalis", + "rima_vulvae", + "rimactane", + "rimbaud", + "rime", + "rimski-korsakov", + "rimsky-korsakov", + "rimu", + "rind", + "rinderpest", + "ring", + "ring-a-rosy", + "ring-around-a-rosy", + "ring-around-the-rosy", + "ring-binder", + "ring-necked_parakeet", + "ring-necked_pheasant", + "ring-necked_snake", + "ring-stalked_fungus", + "ring-tailed_cat", + "ring-tailed_lemur", + "ring_armor", + "ring_armour", + "ring_blackbird", + "ring_containment", + "ring_dance", + "ring_disease", + "ring_finger", + "ring_girl", + "ring_lardner", + "ring_mail", + "ring_of_color", + "ring_ouzel", + "ring_road", + "ring_rot", + "ring_rot_bacteria", + "ring_rot_fungus", + "ring_snake", + "ring_thrush", + "ring_vaccination", + "ringdove", + "ringed_snake", + "ringer", + "ringer's_solution", + "ringer_solution", + "ringgit", + "ringgold_wilmer_lardner", + "ringhals", + "ringing", + "ringleader", + "ringlet", + "ringlet_butterfly", + "ringling", + "ringmaster", + "ringneck_snake", + "ringo_starr", + "rings", + "ringside", + "ringside_seat", + "ringtail", + "ringway", + "ringworm", + "ringworm_bush", + "ringworm_cassia", + "ringworm_shrub", + "rink", + "rinkhals", + "rinse", + "rinsing", + "rio", + "rio_bravo", + "rio_de_janeiro", + "rio_de_la_plata", + "rio_grande", + "rio_nunez_coffee", + "rioja", + "riot", + "riot_act", + "riot_control", + "riot_control_operation", + "riot_gun", + "rioter", + "rioting", + "rip", + "rip-off", + "rip_current", + "rip_van_winkle", + "riparia", + "riparia_riparia", + "riparian_forest", + "riparian_right", + "ripcord", + "ripe_olive", + "ripeness", + "ripening", + "riposte", + "ripper", + "ripping_bar", + "ripping_chisel", + "ripple", + "ripple-grass", + "ripple_mark", + "rippling", + "ripsaw", + "riptide", + "rira", + "risc", + "rise", + "rise_to_power", + "riser", + "riser_main", + "riser_pipe", + "riser_pipeline", + "risibility", + "rising", + "rising_prices", + "rising_slope", + "rising_tide", + "rising_trot", + "risk", + "risk_arbitrage", + "risk_capital", + "risk_of_exposure", + "risk_of_infection", + "risk_taker", + "riskiness", + "risklessness", + "risky_venture", + "risotto", + "riss_glaciation", + "rissa", + "rissole", + "ritalin", + "rite", + "rite_of_passage", + "ritonavir", + "rittenhouse", + "ritual", + "ritual_dance", + "ritual_dancing", + "ritual_killing", + "ritualism", + "ritualist", + "ritz", + "rival", + "rivalry", + "river", + "river_acheron", + "river_adige", + "river_aire", + "river_arno", + "river_avon", + "river_basin", + "river_birch", + "river_blindness", + "river_boat", + "river_bottom", + "river_boulder", + "river_cam", + "river_cocytus", + "river_cooter", + "river_dolphin", + "river_gum", + "river_horse", + "river_kasai", + "river_lethe", + "river_limpet", + "river_otter", + "river_pear", + "river_prawn", + "river_red_gum", + "river_severn", + "river_shad", + "river_styx", + "river_thames", + "river_trent", + "river_tyne", + "rivera", + "riverbank", + "riverbed", + "riverside", + "rivet", + "rivet_line", + "riveter", + "riveting_machine", + "rivetter", + "riviera", + "rivina", + "rivina_humilis", + "rivulet", + "rivulus", + "riyadh", + "riyal", + "riyal-omani", + "rn", + "rna", + "rna_polymerase", + "rnase", + "ro", + "roach", + "roach_clip", + "roach_holder", + "road", + "road_agent", + "road_builder", + "road_construction", + "road_game", + "road_gang", + "road_hog", + "road_map", + "road_mender", + "road_metal", + "road_rage", + "road_roller", + "road_runner", + "road_sense", + "road_show", + "road_surface", + "road_test", + "road_to_damascus", + "roadbed", + "roadblock", + "roadbook", + "roadhog", + "roadhouse", + "roadkill", + "roadman", + "roadrunner", + "roads", + "roadside", + "roadstead", + "roadster", + "roadway", + "roadworthiness", + "roald_amundsen", + "roald_hoffmann", + "roamer", + "roan", + "roanoke", + "roar", + "roarer", + "roaring", + "roast", + "roast_beef", + "roast_beef_plant", + "roast_lamb", + "roast_pork", + "roast_veal", + "roaster", + "roasting", + "rob_roy", + "robalo", + "robaxin", + "robber", + "robber_fly", + "robber_frog", + "robbery", + "robbery_conviction", + "robbery_suspect", + "robbins", + "robe", + "robe-de-chambre", + "robert", + "robert's_rules_of_order", + "robert_a._heinlein", + "robert_abram_bartlett", + "robert_adam", + "robert_alexander_schumann", + "robert_andrews_millikan", + "robert_anson_heinlein", + "robert_barany", + "robert_bartlett", + "robert_benchley", + "robert_boyle", + "robert_brown", + "robert_browning", + "robert_bruce_mathias", + "robert_bunsen", + "robert_burns", + "robert_burns_woodward", + "robert_charles_benchley", + "robert_charles_venturi", + "robert_clive", + "robert_curl", + "robert_de_niro", + "robert_e._lee", + "robert_e._peary", + "robert_e_lee's_birthday", + "robert_e_lee_day", + "robert_edward_lee", + "robert_edwin_peary", + "robert_emmet_sherwood", + "robert_f._curl", + "robert_falcon_scott", + "robert_floyd_curl_jr.", + "robert_frost", + "robert_fulton", + "robert_graves", + "robert_gray", + "robert_herrick", + "robert_hooke", + "robert_hutchings_goddard", + "robert_i", + "robert_indiana", + "robert_james_fischer", + "robert_jemison_van_de_graaff", + "robert_joffrey", + "robert_king_merton", + "robert_koch", + "robert_lee_frost", + "robert_louis_balfour_stevenson", + "robert_louis_stevenson", + "robert_lowell", + "robert_m._yerkes", + "robert_macgregor", + "robert_maynard_hutchins", + "robert_mearns_yerkes", + "robert_merton", + "robert_mills", + "robert_mitchum", + "robert_morris", + "robert_motherwell", + "robert_nesta_marley", + "robert_oppenheimer", + "robert_orr", + "robert_owen", + "robert_peary", + "robert_peel", + "robert_penn_warren", + "robert_r._livingston", + "robert_ranke_graves", + "robert_redford", + "robert_robinson", + "robert_schumann", + "robert_scott", + "robert_southey", + "robert_the_bruce", + "robert_traill_spence_lowell_jr.", + "robert_treat_paine", + "robert_tyre_jones", + "robert_van_de_graaff", + "robert_venturi", + "robert_walpole", + "robert_wilhelm_bunsen", + "robert_william_service", + "robert_woodrow_wilson", + "robert_woodward", + "roberto_francesco_romolo_bellarmine", + "roberts", + "robertson", + "robeson", + "robespierre", + "robin", + "robin's_plantain", + "robin_goodfellow", + "robin_hood", + "robin_redbreast", + "robinia", + "robinia_hispida", + "robinia_pseudoacacia", + "robinia_viscosa", + "robinson", + "robinson_crusoe", + "robinson_jeffers", + "robitussin", + "roble", + "roble_beech", + "robot", + "robot_bomb", + "robot_pilot", + "robotic_telesurgery", + "robotics", + "robotics_equipment", + "robusta_coffee", + "robustness", + "roc", + "rocambole", + "roccella", + "roccella_tinctoria", + "roccellaceae", + "rocco_marciano", + "roccus", + "roccus_saxatilis", + "rocephin", + "rochambeau", + "rochelle_powder", + "rochelle_salt", + "rochelle_salts", + "rochester", + "rochon_prism", + "rock", + "rock'n'roll", + "rock-and-roll", + "rock_'n'_roll", + "rock_'n'_roll_musician", + "rock_and_roll", + "rock_band", + "rock_barnacle", + "rock_bass", + "rock_beauty", + "rock_bit", + "rock_bottom", + "rock_brake", + "rock_cake", + "rock_candy", + "rock_climber", + "rock_climbing", + "rock_concert", + "rock_cornish", + "rock_cornish_hen", + "rock_crab", + "rock_cress", + "rock_crystal", + "rock_dove", + "rock_drill", + "rock_elm", + "rock_fever", + "rock_garden", + "rock_geranium", + "rock_group", + "rock_gunnel", + "rock_harlequin", + "rock_hind", + "rock_hopper", + "rock_hyrax", + "rock_island", + "rock_kangaroo", + "rock_lobster", + "rock_maple", + "rock_music", + "rock_of_gibraltar", + "rock_oil", + "rock_opera", + "rock_outcrop", + "rock_partridge", + "rock_penstemon", + "rock_pigeon", + "rock_pink", + "rock_plant", + "rock_polypody", + "rock_purslane", + "rock_python", + "rock_rabbit", + "rock_rattlesnake", + "rock_rose", + "rock_salmon", + "rock_salt", + "rock_sandwort", + "rock_sea_bass", + "rock_snake", + "rock_spikemoss", + "rock_springs", + "rock_squirrel", + "rock_star", + "rock_sunfish", + "rock_wallaby", + "rock_wool", + "rock_wren", + "rockabilly", + "rockchuck", + "rockcress", + "rockefeller", + "rocker", + "rocker_arm", + "rockers", + "rockery", + "rocket", + "rocket_base", + "rocket_cress", + "rocket_engine", + "rocket_engineer", + "rocket_firing", + "rocket_fuel", + "rocket_larkspur", + "rocket_launcher", + "rocket_launching", + "rocket_propellant", + "rocket_propellent", + "rocket_propulsion", + "rocket_range", + "rocket_salad", + "rocket_scientist", + "rocketry", + "rockfish", + "rockfoil", + "rockford", + "rockies", + "rockiness", + "rocking_chair", + "rocking_horse", + "rockingham", + "rockingham_podocarp", + "rockrose", + "rockrose_family", + "rockslide", + "rockweed", + "rockwell", + "rockwell_kent", + "rocky-mountain_maple", + "rocky_marciano", + "rocky_mountain_bee_plant", + "rocky_mountain_bighorn", + "rocky_mountain_bristlecone_pine", + "rocky_mountain_dogbane", + "rocky_mountain_goat", + "rocky_mountain_jay", + "rocky_mountain_national_park", + "rocky_mountain_pinon", + "rocky_mountain_sheep", + "rocky_mountain_spotted_fever", + "rocky_mountain_whitefish", + "rocky_mountains", + "rocky_mountains_cherry", + "rococo", + "rocroi", + "rod", + "rod_cell", + "rod_laver", + "rodent", + "rodentia", + "rodeo", + "rodeo_rider", + "rodgers", + "rodhos", + "rodin", + "rodney_george_laver", + "rodolia", + "rodolia_cardinalis", + "rodomontade", + "rodrigo_borgia", + "rodya_raskolnikov", + "roe", + "roe_deer", + "roebling", + "roebuck", + "roentgen", + "roentgen_ray", + "roentgenium", + "roentgenogram", + "roentgenography", + "roentgenoscope", + "rofecoxib", + "rogaine", + "rogation", + "rogation_day", + "roger_bacon", + "roger_bannister", + "roger_brooke_taney", + "roger_de_mortimer", + "roger_eliot_fry", + "roger_fry", + "roger_huntington_sessions", + "roger_sessions", + "roger_sherman", + "roger_taney", + "roger_williams", + "rogers", + "roget", + "rogue", + "rogue's_gallery", + "rogue_elephant", + "rogue_nation", + "rogue_state", + "roguery", + "roguishness", + "rohypnol", + "roi", + "roisterer", + "rolaids", + "roland_de_lassus", + "rolando's_area", + "rolando's_fissure", + "role", + "role_model", + "role_player", + "roleplaying", + "rolf", + "roll", + "roll-on", + "roll-on_roll-off", + "roll_call", + "roll_film", + "roll_in_the_hay", + "roll_of_tobacco", + "rollback", + "rolled_biscuit", + "rolled_oats", + "roller", + "roller-skater", + "roller_bandage", + "roller_bearing", + "roller_bit", + "roller_blind", + "roller_coaster", + "roller_skate", + "roller_skating", + "roller_towel", + "rollerblade", + "rollerblader", + "rollerblading", + "rolling", + "rolling_hitch", + "rolling_mill", + "rolling_paper", + "rolling_pin", + "rolling_stock", + "rolling_wave", + "rollmops", + "rollo", + "rollover", + "rolodex", + "roly-poly", + "roly-poly_pudding", + "rolypoliness", + "rom", + "roma", + "romaic", + "romaine", + "romaine_lettuce", + "roman", + "roman_a_clef", + "roman_alphabet", + "roman_arch", + "roman_architecture", + "roman_basilica", + "roman_building", + "roman_calendar", + "roman_candle", + "roman_catholic", + "roman_catholic_church", + "roman_catholic_pope", + "roman_catholicism", + "roman_church", + "roman_collar", + "roman_coriander", + "roman_deity", + "roman_emperor", + "roman_empire", + "roman_fleuve", + "roman_hyacinth", + "roman_inquisition", + "roman_jakobson", + "roman_law", + "roman_legion", + "roman_letters", + "roman_mile", + "roman_mythology", + "roman_nettle", + "roman_nose", + "roman_numeral", + "roman_osipovich_jakobson", + "roman_pace", + "roman_print", + "roman_republic", + "roman_times", + "roman_type", + "roman_wormwood", + "romanal", + "romance", + "romance_language", + "romanesque", + "romanesque_architecture", + "romani", + "romania", + "romanian", + "romanian_monetary_unit", + "romanism", + "romanoff", + "romanov", + "romans", + "romansh", + "romantic", + "romantic_movement", + "romantic_realism", + "romanticisation", + "romanticism", + "romanticist", + "romanticization", + "romany", + "romberg", + "rome", + "rome_beauty", + "romeo", + "rommany", + "rommel", + "romneya", + "romneya_coulteri", + "romp", + "romper", + "romper_suit", + "romulus", + "ron", + "ronald_george_wreyford_norrish", + "ronald_reagan", + "ronald_wilson_reagan", + "rondeau", + "rondel", + "rondelet", + "rondo", + "roneo", + "roneograph", + "rontgen", + "rood", + "rood-tree", + "rood_screen", + "roof", + "roof_garden", + "roof_mushroom", + "roof_of_the_mouth", + "roof_peak", + "roof_rack", + "roof_rat", + "roofer", + "roofing", + "roofing_material", + "roofing_paper", + "roofing_tile", + "rooftop", + "rooftree", + "roofy", + "rooibos", + "rook", + "rookery", + "rookie", + "room", + "room_access", + "room_clerk", + "room_decorator", + "room_light", + "room_rate", + "room_temperature", + "roomer", + "roomette", + "roomful", + "roomie", + "roominess", + "rooming_house", + "roommate", + "rooms", + "roomy", + "roosevelt", + "roost", + "rooster", + "root", + "root_beer", + "root_beer_float", + "root_canal", + "root_cap", + "root_celery", + "root_cellar", + "root_climber", + "root_crop", + "root_hair", + "root_rot", + "root_system", + "root_vegetable", + "root_word", + "rootage", + "rooter", + "rooter_skunk", + "rooting", + "rooting_reflex", + "rootlet", + "roots", + "rootstalk", + "rootstock", + "rope", + "rope-a-dope", + "rope-maker", + "rope_bridge", + "rope_burn", + "rope_ladder", + "rope_tow", + "rope_yard", + "rope_yarn", + "ropebark", + "ropedancer", + "ropemaker", + "roper", + "ropewalk", + "ropewalker", + "ropeway", + "rophy", + "ropiness", + "roping", + "roquefort", + "roquefort_dressing", + "roquette", + "roridula", + "roridulaceae", + "rorippa", + "rorippa_amphibia", + "rorippa_islandica", + "rorippa_nasturtium-aquaticum", + "rorqual", + "rorschach", + "rorschach_test", + "rosa", + "rosa_banksia", + "rosa_canina", + "rosa_chinensis", + "rosa_damascena", + "rosa_eglanteria", + "rosa_laevigata", + "rosa_melba_ponselle", + "rosa_moschata", + "rosa_multiflora", + "rosa_odorata", + "rosa_parks", + "rosa_pendulina", + "rosa_ponselle", + "rosa_spithamaea", + "rosacea", + "rosaceae", + "rosales", + "rosario", + "rosary", + "rose", + "rose-apple_tree", + "rose-colored_pastor", + "rose-colored_starling", + "rose-root", + "rose_acacia", + "rose_apple", + "rose_bay", + "rose_bed", + "rose_beetle", + "rose_bug", + "rose_campion", + "rose_chafer", + "rose_chestnut", + "rose_family", + "rose_garden", + "rose_geranium", + "rose_globe_lily", + "rose_gum", + "rose_hip", + "rose_leek", + "rose_louise_hovick", + "rose_mallow", + "rose_moss", + "rose_of_china", + "rose_of_jericho", + "rose_of_sharon", + "rose_oil", + "rose_periwinkle", + "rose_pink", + "rose_quartz", + "rose_water", + "rose_window", + "rose_wine", + "roseate_spoonbill", + "roseau", + "rosebay", + "rosebay_willowherb", + "rosebud", + "rosebud_cherry", + "rosebud_orchid", + "rosebush", + "rosefish", + "rosehip", + "roselle", + "rosellinia", + "rosemaling", + "rosemary", + "roseola", + "roseola_infantilis", + "roseola_infantum", + "rosetta_stone", + "rosette", + "rosewood", + "rosewood_tree", + "rosh_chodesh", + "rosh_hashana", + "rosh_hashanah", + "rosh_hashona", + "rosh_hashonah", + "rosh_hodesh", + "rosicrucian", + "rosicrucianism", + "rosid_dicot_family", + "rosid_dicot_genus", + "rosidae", + "rosilla", + "rosin", + "rosin_bag", + "rosiness", + "rosinweed", + "rosita", + "rosmarinus", + "rosmarinus_officinalis", + "ross", + "ross_sea", + "rossbach", + "rossetti", + "rossini", + "rostand", + "roster", + "rostock", + "rostov", + "rostov_na_donu", + "rostov_on_don", + "rostrum", + "roswell", + "rosy_boa", + "rot", + "rota", + "rotarian", + "rotary", + "rotary_actuator", + "rotary_club", + "rotary_converter", + "rotary_engine", + "rotary_international", + "rotary_joint", + "rotary_motion", + "rotary_press", + "rotary_wing", + "rotating_mechanism", + "rotating_shaft", + "rotation", + "rotational_latency", + "rotational_nystagmus", + "rotator_cuff", + "rotatory_joint", + "rotavirus", + "rotc", + "rote", + "rote_learning", + "rotenone", + "rotgut", + "roth", + "rothko", + "rothschild", + "rotifer", + "rotifera", + "rotisserie", + "rotl", + "rotogravure", + "rotor", + "rotor_blade", + "rotor_coil", + "rotor_head", + "rotor_shaft", + "rotten_borough", + "rottenness", + "rottenstone", + "rotter", + "rotterdam", + "rotting", + "rottweiler", + "rotunda", + "rotundity", + "rotundness", + "rouble", + "roue", + "rouge", + "rouge_et_noir", + "rouge_plant", + "rougeberry", + "rough", + "rough-and-tumble", + "rough-leaved_aster", + "rough-legged_hawk", + "rough-skinned_newt", + "rough-stemmed_goldenrod", + "rough_bindweed", + "rough_bristlegrass", + "rough_cut", + "rough_drawing", + "rough_fish", + "rough_green_snake", + "rough_horsetail", + "rough_pea", + "rough_rider", + "rough_sledding", + "rough_water", + "roughage", + "roughcast", + "roughleg", + "roughneck", + "roughness", + "roughrider", + "roughtail_stingray", + "roulade", + "rouleau", + "roulette", + "roulette_ball", + "roulette_wheel", + "roumania", + "round", + "round-bottom_flask", + "round-headed_leek", + "round-leaved_rein_orchid", + "round-spored_gyromitra", + "round-table_conference", + "round-tailed_muskrat", + "round-the-clock_patrol", + "round-trip_light_time", + "round-trip_ticket", + "round_angle", + "round_arch", + "round_bone", + "round_clam", + "round_dance", + "round_dancing", + "round_file", + "round_hand", + "round_kumquat", + "round_ligament_of_the_uterus", + "round_of_drinks", + "round_of_golf", + "round_robin", + "round_scad", + "round_shape", + "round_shot", + "round_steak", + "round_table", + "round_top", + "round_trip", + "round_whitefish", + "round_window", + "roundabout", + "roundabout_way", + "roundedness", + "roundel", + "roundelay", + "rounder", + "rounders", + "roundhead", + "roundhouse", + "rounding", + "rounding_error", + "roundness", + "roundsman", + "roundtable", + "roundup", + "roundworm", + "rous", + "rouser", + "rousing", + "rousseau", + "roustabout", + "rout", + "route", + "routemarch", + "router", + "router_plane", + "routine", + "roux", + "rove_beetle", + "rover", + "roving", + "row", + "row_house", + "row_of_bricks", + "rowan", + "rowan_tree", + "rowanberry", + "rowboat", + "rowdiness", + "rowdy", + "rowdyism", + "rowel", + "rower", + "rowing", + "rowing_boat", + "rowing_club", + "rowlock", + "rowlock_arch", + "roy_chapman_andrews", + "roy_lichtenstein", + "roy_orbison", + "roy_wilkins", + "royal", + "royal_academy", + "royal_academy_of_arts", + "royal_agaric", + "royal_air_force", + "royal_blue", + "royal_brace", + "royal_canadian_mounted_police", + "royal_casino", + "royal_charter", + "royal_court", + "royal_family", + "royal_fern", + "royal_flush", + "royal_house", + "royal_jelly", + "royal_line", + "royal_mast", + "royal_national_eisteddfod", + "royal_osmund", + "royal_palm", + "royal_poinciana", + "royal_purple", + "royal_road", + "royal_society", + "royal_society_of_london_for_improving_natural_knowledge", + "royal_stag", + "royal_tennis", + "royal_velvet_plant", + "royalism", + "royalist", + "royalty", + "roystonea", + "roystonea_oleracea", + "roystonea_regia", + "rozelle", + "rpa-abb", + "rpm", + "rtlt", + "ru", + "ru_486", + "ruanda", + "rub", + "rub-a-dub", + "rub_al-khali", + "rub_up", + "rubato", + "rubber", + "rubber-base_paint", + "rubber-necking", + "rubber_band", + "rubber_boa", + "rubber_boot", + "rubber_bullet", + "rubber_cement", + "rubber_eraser", + "rubber_plant", + "rubber_stamp", + "rubber_tire", + "rubber_tree", + "rubberneck", + "rubbernecker", + "rubbing", + "rubbing_alcohol", + "rubbish", + "rubbish_dump", + "rubbish_heap", + "rubble", + "rubdown", + "rube", + "rube_goldberg", + "rubefacient", + "rubel", + "rubella", + "rubella_panencephalitis", + "rubens", + "rubeola", + "rubia", + "rubia_cordifolia", + "rubia_tinctorum", + "rubiaceae", + "rubiaceous_plant", + "rubiales", + "rubicelle", + "rubicon", + "rubidium", + "rubidium-strontium_dating", + "rubin_test", + "rubinstein", + "ruble", + "rubor", + "rubric", + "rubus", + "rubus_australis", + "rubus_caesius", + "rubus_canadensis", + "rubus_chamaemorus", + "rubus_cissoides", + "rubus_cuneifolius", + "rubus_flagellaris", + "rubus_fruticosus", + "rubus_hispidus", + "rubus_idaeus", + "rubus_idaeus_strigosus", + "rubus_loganobaccus", + "rubus_occidentalis", + "rubus_odoratus", + "rubus_parviflorus", + "rubus_phoenicolasius", + "rubus_saxatilis", + "rubus_spectabilis", + "rubus_strigosus", + "rubus_trivialis", + "rubus_ursinus", + "rubus_ursinus_loganobaccus", + "ruby", + "ruby-crowned_kinglet", + "ruby-crowned_wren", + "ruby_spinel", + "ruby_wood", + "ruck", + "rucksack", + "ruckus", + "ruction", + "rudaceous_rock", + "rudapithecus", + "rudbeckia", + "rudbeckia_hirta", + "rudbeckia_laciniata", + "rudbeckia_laciniata_hortensia", + "rudbeckia_serotina", + "rudd", + "rudder", + "rudder_blade", + "rudderfish", + "rudderpost", + "rudderstock", + "ruddiness", + "ruddle", + "ruddles", + "ruddy_duck", + "ruddy_turnstone", + "rudeness", + "rudiment", + "rudiments", + "rudolf_bultmann", + "rudolf_christian_karl_diesel", + "rudolf_diesel", + "rudolf_hess", + "rudolf_karl_bultmann", + "rudolf_karl_virchow", + "rudolf_ludwig_mossbauer", + "rudolf_nureyev", + "rudolf_serkin", + "rudolf_steiner", + "rudolf_virchow", + "rudolf_wurlitzer", + "rudolph_laban", + "rudra", + "rudyard_kipling", + "rue", + "rue_anemone", + "rue_family", + "ruefulness", + "ruf", + "ruff", + "ruffed_grouse", + "ruffian", + "ruffianism", + "ruffle", + "rufous_rubber_cup", + "rug", + "rug_beater", + "rug_merchant", + "rug_pad", + "ruga", + "rugby", + "rugby_ball", + "rugby_football", + "rugel's_plantain", + "rugelach", + "rugged_individualism", + "ruggedisation", + "ruggedization", + "ruggedness", + "ruggelach", + "rugger", + "rugulah", + "ruholla_khomeini", + "ruhr", + "ruhr_river", + "ruhr_valley", + "ruin", + "ruination", + "ruiner", + "ruining", + "rule", + "rule_book", + "rule_of_cy_pres", + "rule_of_evidence", + "rule_of_grammar", + "rule_of_law", + "rule_of_morphology", + "rule_of_thumb", + "ruler", + "rulership", + "rules_of_order", + "ruling", + "ruling_class", + "rum", + "rum-blossom", + "rum_baba", + "rum_cherry", + "rum_cocktail", + "rum_nose", + "rum_sling", + "rumania", + "rumanian", + "rumansh", + "rumba", + "rumble", + "rumble_seat", + "rumbling", + "rumen", + "rumex", + "rumex_acetosa", + "rumex_acetosella", + "rumex_obtusifolius", + "rumex_scutatus", + "ruminant", + "ruminantia", + "rumination", + "ruminator", + "rummage", + "rummage_sale", + "rummer", + "rummy", + "rumohra", + "rumohra_adiantiformis", + "rumor", + "rumormonger", + "rumour", + "rumourmonger", + "rump", + "rump_roast", + "rump_steak", + "rumpelstiltskin", + "rumpus", + "rumpus_room", + "rumrunner", + "run", + "run-in", + "run-on_sentence", + "run-through", + "run-time", + "run-time_error", + "run-up", + "run_batted_in", + "runabout", + "runaway", + "runaway_robin", + "runch", + "runcible_spoon", + "runcinate_leaf", + "rundle", + "rundown", + "rundstedt", + "rune", + "rung", + "runic_letter", + "runnel", + "runner", + "runner-up", + "runner-up_finish", + "runner_bean", + "runniness", + "running", + "running_away", + "running_back", + "running_blackberry", + "running_board", + "running_game", + "running_hand", + "running_head", + "running_headline", + "running_light", + "running_mate", + "running_noose", + "running_pine", + "running_play", + "running_pop", + "running_postman", + "running_shoe", + "running_start", + "running_stitch", + "running_suit", + "running_time", + "running_title", + "runoff", + "runt", + "runtime_error", + "runtiness", + "runup", + "runway", + "runyon", + "rupee", + "rupert", + "rupert_brooke", + "rupert_murdoch", + "rupestral_plant", + "rupestrine_plant", + "rupiah", + "rupicapra", + "rupicapra_rupicapra", + "rupicola", + "rupicola_peruviana", + "rupicola_rupicola", + "rupicolous_plant", + "ruptiliocarpon", + "ruptiliocarpon_caracolito", + "rupture", + "ruptured_intervertebral_disc", + "rupturewort", + "rural_area", + "rural_free_delivery", + "ruralism", + "ruralist", + "rurality", + "ruritania", + "ruritanian", + "rus", + "ruscaceae", + "ruscus", + "ruscus_aculeatus", + "ruse", + "rush", + "rush-grass", + "rush_aster", + "rush_candle", + "rush_family", + "rush_grass", + "rush_hour", + "rush_nut", + "rush_rose", + "rushdie", + "rusher", + "rushing", + "rushlight", + "rushmore", + "rusk", + "ruskin", + "russel_crouse", + "russell", + "russell's_body", + "russet", + "russet_scab", + "russia", + "russia_leather", + "russian", + "russian_agency", + "russian_almond", + "russian_bank", + "russian_cactus", + "russian_capital", + "russian_dandelion", + "russian_dressing", + "russian_federation", + "russian_mayonnaise", + "russian_monetary_unit", + "russian_olive", + "russian_orthodox_church", + "russian_revolution", + "russian_river", + "russian_roulette", + "russian_soviet_federated_socialist_republic", + "russian_thistle", + "russian_tumbleweed", + "russian_vine", + "russian_wolfhound", + "russo-japanese_war", + "russula", + "russulaceae", + "rust", + "rust_fungus", + "rust_inhibitor", + "rust_mite", + "rustbelt", + "rustic", + "rustication", + "rusticism", + "rusticity", + "rustiness", + "rusting", + "rustle", + "rustler", + "rustling", + "rusty_blackbird", + "rusty_grackle", + "rusty_rig", + "rusty_woodsia", + "rut", + "ruta", + "ruta_graveolens", + "rutabaga", + "rutabaga_plant", + "rutaceae", + "ruth", + "ruth_benedict", + "ruth_fulton", + "ruth_saint_denis", + "ruth_st._denis", + "ruthenium", + "rutherford", + "rutherford_atom", + "rutherford_b._hayes", + "rutherford_birchard_hayes", + "rutherfordium", + "ruthfulness", + "ruthlessness", + "rutile", + "rutilus", + "rutilus_rutilus", + "rutland", + "rutledge", + "ruvettus_pretiosus", + "rv", + "rwanda", + "rwanda_franc", + "rwandan", + "rwandese_republic", + "rya", + "rya_rug", + "rydberg", + "rydberg's_penstemon", + "rydberg_constant", + "rydberg_unit", + "rye", + "rye_bread", + "rye_ergot", + "rye_grass", + "rye_whiskey", + "rye_whisky", + "ryegrass", + "rynchopidae", + "rynchops", + "rypticus", + "ryukyu_islands", + "ryukyuan", + "s", + "s-shape", + "s._s._van_dine", + "s._smith_stevens", + "s.t.p.", + "s.u.v.", + "s/n", + "s_wrench", + "sa", + "sa_node", + "saale", + "saale_glaciation", + "saale_river", + "saame", + "saami", + "saarinen", + "saba", + "sabah", + "sabahan", + "sabal", + "sabal_palmetto", + "sabaoth", + "sabaton", + "sabayon", + "sabbat", + "sabbatarian", + "sabbath", + "sabbath_school", + "sabbatia", + "sabbatia_angularis", + "sabbatia_campestris", + "sabbatia_stellaris", + "sabbatical", + "sabbatical_leave", + "sabbatical_year", + "sabbatum", + "sabellian", + "saber", + "saber-toothed_tiger", + "saber_rattling", + "saber_saw", + "sabertooth", + "sabicu", + "sabicu_wood", + "sabin", + "sabin_vaccine", + "sabine", + "sabine_pine", + "sabine_river", + "sabinea", + "sabinea_carinalis", + "sable", + "sable's_hair_pencil", + "sable_antelope", + "sable_brush", + "sable_coat", + "sabot", + "sabotage", + "saboteur", + "sabra", + "sabre", + "sabre_rattling", + "sac", + "sac_fungus", + "sacagawea", + "sacajawea", + "saccade", + "saccharase", + "saccharic_acid", + "saccharide", + "saccharin", + "saccharinity", + "saccharomyces", + "saccharomyces_cerevisiae", + "saccharomyces_ellipsoides", + "saccharomycetaceae", + "saccharose", + "saccharum", + "saccharum_bengalense", + "saccharum_munja", + "saccharum_officinarum", + "sacco", + "saccule", + "sacculus", + "sacerdotalism", + "saceur", + "sachem", + "sachet", + "sachs_disease", + "sachsen", + "sack", + "sack_coat", + "sack_race", + "sackbut", + "sackcloth", + "sackcloth_and_ashes", + "sackful", + "sacking", + "saclant", + "sacque", + "sacral_nerve", + "sacral_plexus", + "sacral_vein", + "sacral_vertebra", + "sacrament", + "sacrament_of_the_eucharist", + "sacramental_manduction", + "sacramental_oil", + "sacramental_wine", + "sacramento", + "sacramento_mountains", + "sacramento_river", + "sacramento_sturgeon", + "sacred_college", + "sacred_cow", + "sacred_fig", + "sacred_ibis", + "sacred_lotus", + "sacred_mushroom", + "sacred_scripture", + "sacred_text", + "sacred_trinity", + "sacred_writing", + "sacredness", + "sacrifice", + "sacrifice_fly", + "sacrifice_operation", + "sacrificer", + "sacrilege", + "sacrilegiousness", + "sacristan", + "sacristy", + "sacrum", + "sad_sack", + "sadat", + "saddam", + "saddam's_martyrs", + "saddam_bin_hussein_at-takriti", + "saddam_hussein", + "saddhu", + "saddle", + "saddle_blanket", + "saddle_block_anaesthesia", + "saddle_block_anesthesia", + "saddle_feather", + "saddle_hackle", + "saddle_horn", + "saddle_horse", + "saddle_of_lamb", + "saddle_oxford", + "saddle_oyster", + "saddle_roof", + "saddle_seat", + "saddle_shoe", + "saddle_soap", + "saddle_sore", + "saddle_stitch", + "saddleback", + "saddleback_roof", + "saddlebag", + "saddlebill", + "saddlebow", + "saddlecloth", + "saddled-shaped_false_morel", + "saddler", + "saddlery", + "sadducee", + "sade", + "sadhe", + "sadhu", + "sadi_carnot", + "sadism", + "sadist", + "sadleria", + "sadness", + "sadomasochism", + "sadomasochist", + "saek", + "safaqis", + "safar", + "safari", + "safari_park", + "safe", + "safe-conduct", + "safe-deposit", + "safe-deposit_box", + "safe_harbor", + "safe_house", + "safe_period", + "safe_sex", + "safebreaker", + "safecracker", + "safeguard", + "safehold", + "safekeeping", + "safeness", + "safety", + "safety-deposit", + "safety_arch", + "safety_belt", + "safety_bicycle", + "safety_bike", + "safety_blitz", + "safety_bolt", + "safety_catch", + "safety_curtain", + "safety_deposit_box", + "safety_device", + "safety_factor", + "safety_feature", + "safety_fuse", + "safety_glass", + "safety_harness", + "safety_hat", + "safety_island", + "safety_isle", + "safety_lamp", + "safety_lock", + "safety_margin", + "safety_match", + "safety_net", + "safety_nut", + "safety_pin", + "safety_rail", + "safety_razor", + "safety_squeeze", + "safety_squeeze_play", + "safety_valve", + "safety_zone", + "safflower", + "safflower_oil", + "safflower_seed", + "saffranine", + "saffron", + "saffron_crocus", + "safranin", + "safranine", + "sag", + "saga", + "sagaciousness", + "sagacity", + "sagamore", + "sage", + "sage_brush", + "sage_green", + "sage_grouse", + "sage_hen", + "sage_willow", + "sagebrush", + "sagebrush_buttercup", + "sagebrush_lizard", + "sagebrush_mariposa_tulip", + "sagebrush_state", + "sagina", + "saginaw", + "sagitta", + "sagittal_suture", + "sagittaria", + "sagittariidae", + "sagittarius", + "sagittarius_serpentarius", + "sagittarius_the_archer", + "sagittate-leaf", + "sagittiform_leaf", + "sago", + "sago_fern", + "sago_palm", + "saguaro", + "sahaptin", + "sahaptino", + "sahara", + "sahara_desert", + "saharan", + "sahib", + "sahuaro", + "saida", + "saiga", + "saiga_tatarica", + "saigon", + "saigon_cinnamon", + "sail", + "sailboat", + "sailcloth", + "sailfish", + "sailing", + "sailing-race", + "sailing_boat", + "sailing_master", + "sailing_ship", + "sailing_vessel", + "sailing_warship", + "sailmaker", + "sailor", + "sailor's-choice", + "sailor's_breastplate", + "sailor_boy", + "sailor_cap", + "sailor_king", + "sailor_suit", + "sailors_choice", + "sailplane", + "sailplaning", + "saimiri", + "saimiri_sciureus", + "sainfoin", + "saint", + "saint's_day", + "saint-bernard's-lily", + "saint-john's-bread", + "saint-mihiel", + "saint-saens", + "saint_agnes's_eve", + "saint_ambrose", + "saint_andrew", + "saint_andrew_the_apostle", + "saint_anselm", + "saint_anthony's_fire", + "saint_athanasius", + "saint_augustine", + "saint_baeda", + "saint_beda", + "saint_bede", + "saint_benedict", + "saint_bernard", + "saint_boniface", + "saint_bride", + "saint_bridget", + "saint_brigid", + "saint_bruno", + "saint_christopher", + "saint_christopher-nevis", + "saint_cloud", + "saint_crispin", + "saint_cyril", + "saint_david", + "saint_denis", + "saint_dominic", + "saint_edward_the_confessor", + "saint_edward_the_martyr", + "saint_elizabeth_ann_bayley_seton", + "saint_elmo's_fire", + "saint_elmo's_light", + "saint_emilion", + "saint_eustatius", + "saint_francis", + "saint_francis_of_assisi", + "saint_francis_river", + "saint_francis_xavier", + "saint_george", + "saint_gregory_i", + "saint_ignatius", + "saint_ignatius'_itch", + "saint_ignatius_of_loyola", + "saint_irenaeus", + "saint_james", + "saint_james_the_apostle", + "saint_jerome", + "saint_joan", + "saint_john", + "saint_john's", + "saint_john_river", + "saint_john_the_apostle", + "saint_johns", + "saint_johns_river", + "saint_joseph", + "saint_jude", + "saint_kitts", + "saint_kitts_and_nevis", + "saint_lawrence", + "saint_lawrence_river", + "saint_lawrence_seaway", + "saint_louis", + "saint_lucia", + "saint_luke", + "saint_maarten", + "saint_mark", + "saint_martin", + "saint_martin's_summer", + "saint_matthew", + "saint_matthew_the_apostle", + "saint_nicholas", + "saint_nick", + "saint_olaf", + "saint_olav", + "saint_patrick", + "saint_patrick's_day", + "saint_paul", + "saint_peter", + "saint_peter's_wreath", + "saint_peter_the_apostle", + "saint_petersburg", + "saint_polycarp", + "saint_teresa_of_avila", + "saint_thomas", + "saint_thomas_a_becket", + "saint_thomas_aquinas", + "saint_ulmo's_fire", + "saint_ulmo's_light", + "saint_valentine's_day", + "saint_vincent", + "saint_vincent_and_the_grenadines", + "saint_vitus_dance", + "sainthood", + "saintliness", + "saintpaulia", + "saintpaulia_ionantha", + "saints_peter_and_paul", + "saipan", + "sajama", + "sakartvelo", + "sake", + "sakharov", + "saki", + "sakkara", + "sakti", + "saktism", + "sal_ammoniac", + "sal_soda", + "sal_volatile", + "salaah", + "salaam", + "salaat", + "salability", + "salableness", + "salaciousness", + "salacity", + "salad", + "salad_bar", + "salad_bowl", + "salad_burnet", + "salad_cream", + "salad_days", + "salad_dressing", + "salad_fork", + "salad_green", + "salad_greens", + "salad_nicoise", + "salad_oil", + "salad_plate", + "salade", + "saladin", + "salafast_group_for_call_and_combat", + "salafi_movement", + "salafism", + "salafist_group", + "salah", + "salah-ad-din_yusuf_ibn-ayyub", + "salah_al-din_battalions", + "salai", + "salal", + "salamander", + "salamandra", + "salamandra_atra", + "salamandra_maculosa", + "salamandra_salamandra", + "salamandridae", + "salami", + "salary", + "salary_cut", + "salary_increase", + "salat", + "sale", + "sale_in_gross", + "salem", + "saleratus", + "salerno", + "saleroom", + "sales", + "sales_agreement", + "sales_booth", + "sales_campaign", + "sales_demonstrator", + "sales_department", + "sales_division", + "sales_event", + "sales_finance_company", + "sales_force", + "sales_incentive", + "sales_outlet", + "sales_pitch", + "sales_promotion", + "sales_rep", + "sales_representative", + "sales_resistance", + "sales_staff", + "sales_talk", + "sales_tax", + "salesclerk", + "salesgirl", + "saleslady", + "salesman", + "salesmanship", + "salesperson", + "salesroom", + "saleswoman", + "salian", + "salian_frank", + "salic_law", + "salicaceae", + "salicales", + "salicornia", + "salicornia_europaea", + "salicylate", + "salicylate_poisoning", + "salicylic_acid", + "salience", + "saliency", + "salient", + "salient_angle", + "salientia", + "salientian", + "salim", + "salina", + "saline", + "saline_solution", + "salinger", + "salinity", + "salinometer", + "salisbury", + "salisbury_steak", + "salish", + "salishan", + "saliva", + "salivary_calculus", + "salivary_duct", + "salivary_gland", + "salivation", + "salix", + "salix_alba", + "salix_alba_caerulea", + "salix_alba_sericea", + "salix_alba_vitellina", + "salix_amygdalina", + "salix_amygdaloides", + "salix_arctica", + "salix_babylonica", + "salix_blanda", + "salix_candida", + "salix_caprea", + "salix_cinerea", + "salix_discolor", + "salix_fragilis", + "salix_herbacea", + "salix_humilis", + "salix_lasiolepis", + "salix_lucida", + "salix_nigra", + "salix_pendulina", + "salix_pendulina_blanda", + "salix_pentandra", + "salix_purpurea", + "salix_pyrifolia", + "salix_repens", + "salix_sericea", + "salix_sitchensis", + "salix_triandra", + "salix_tristis", + "salix_uva-ursi", + "salix_viminalis", + "salix_vitellina", + "salk", + "salk_vaccine", + "sallet", + "sallow", + "sallowness", + "sally", + "sally_lunn", + "sallying_forth", + "salmacis", + "salmagundi", + "salman_rushdie", + "salmi", + "salmo", + "salmo_gairdneri", + "salmo_salar", + "salmo_trutta", + "salmon", + "salmon_berry", + "salmon_loaf", + "salmon_oil", + "salmon_p._chase", + "salmon_pink", + "salmon_portland_chase", + "salmon_river", + "salmon_trout", + "salmonberry", + "salmonella", + "salmonella_enteritidis", + "salmonella_typhi", + "salmonella_typhimurium", + "salmonella_typhosa", + "salmonellosis", + "salmonid", + "salmonidae", + "salmwood", + "salol", + "salome", + "salomon", + "salon", + "salonica", + "salonika", + "saloon", + "saloon_keeper", + "salp", + "salpa", + "salpichroa", + "salpichroa_organifolia", + "salpichroa_rhomboidea", + "salpidae", + "salpiglossis", + "salpiglossis_sinuata", + "salpinctes", + "salpinctes_obsoletus", + "salpingectomy", + "salpingitis", + "salpinx", + "salsa", + "salsify", + "salsilla", + "salsola", + "salsola_kali", + "salsola_kali_tenuifolia", + "salsola_soda", + "salt", + "salt-free_diet", + "salt-rising_bread", + "salt_cod", + "salt_depletion", + "salt_flat", + "salt_i", + "salt_ii", + "salt_lake_city", + "salt_lick", + "salt_marsh", + "salt_marsh_mallow", + "salt_merchant", + "salt_mine", + "salt_plain", + "salt_pork", + "salt_reed_grass", + "salt_rush", + "salt_shaker", + "salt_tree", + "saltation", + "saltbox", + "saltbush", + "saltcellar", + "salter", + "saltine", + "saltiness", + "salting", + "saltire", + "salton_sea", + "saltpan", + "saltpeter", + "saltpetre", + "saltshaker", + "saltwater", + "saltwater_fish", + "saltworks", + "saltwort", + "saltwort_family", + "salubriousness", + "salubrity", + "saluki", + "salutation", + "salutatorian", + "salutatory", + "salutatory_address", + "salutatory_oration", + "salutatory_speaker", + "salute", + "saluter", + "salvador", + "salvador_dali", + "salvadora", + "salvadora_family", + "salvadora_persica", + "salvadoraceae", + "salvadoran", + "salvadoran_capital", + "salvadorean", + "salvadorian", + "salvage", + "salvager", + "salvation", + "salvation_army", + "salve", + "salvelinus", + "salvelinus_alpinus", + "salvelinus_fontinalis", + "salvelinus_namaycush", + "salver", + "salvia", + "salvia_azurea", + "salvia_clarea", + "salvia_divinorum", + "salvia_farinacea", + "salvia_lancifolia", + "salvia_leucophylla", + "salvia_lyrata", + "salvia_officinalis", + "salvia_pratensis", + "salvia_reflexa", + "salvia_sclarea", + "salvia_spathacea", + "salvia_verbenaca", + "salvinia", + "salvinia_auriculata", + "salvinia_rotundifolia", + "salviniaceae", + "salvinorin", + "salvo", + "salvor", + "salwar", + "salyut", + "salzburg", + "sam", + "sam_adams", + "sam_browne_belt", + "sam_goldwyn", + "sam_houston", + "sam_shepard", + "sam_snead", + "sama-veda", + "saman", + "samanala", + "samara", + "samarang", + "samarcand", + "samaria", + "samaritan", + "samarium", + "samarkand", + "samarskite", + "samba", + "sambar", + "sambre", + "sambre_river", + "sambuca", + "sambucus", + "sambucus_caerulea", + "sambucus_canadensis", + "sambucus_ebulus", + "sambucus_nigra", + "sambucus_pubens", + "sambucus_racemosa", + "sambur", + "same", + "same-sex_marriage", + "samekh", + "sameness", + "samhita", + "sami", + "samia", + "samia_cynthia", + "samia_walkeri", + "samian_ware", + "samiel", + "samisen", + "samite", + "samizdat", + "samnite", + "samoa", + "samoa_i_sisifo", + "samoan", + "samoan_islands", + "samolus", + "samolus_floribundus", + "samolus_parviflorus", + "samolus_valerandii", + "samosa", + "samovar", + "samoyed", + "samoyede", + "samoyedic", + "sampan", + "samphire", + "sample", + "sample_distribution", + "sampler", + "sampling", + "sampling_frequency", + "sampling_rate", + "sampling_station", + "samsara", + "samson", + "samuel", + "samuel_adams", + "samuel_barber", + "samuel_beckett", + "samuel_butler", + "samuel_dashiell_hammett", + "samuel_de_champlain", + "samuel_f._b._morse", + "samuel_finley_breese_morse", + "samuel_goldwyn", + "samuel_gompers", + "samuel_houston", + "samuel_huntington", + "samuel_jackson_snead", + "samuel_johnson", + "samuel_langhorne_clemens", + "samuel_morse", + "samuel_pepys", + "samuel_pierpoint_langley", + "samuel_rawson_gardiner", + "samuel_rosenstock", + "samuel_taylor_coleridge", + "samuel_wiesenthal", + "samuel_wilder", + "samurai", + "san_andreas_fault", + "san_angelo", + "san_antonio", + "san_bernardino", + "san_carlos_apache", + "san_diego", + "san_diego_bay", + "san_fernando_valley", + "san_francisco", + "san_francisco_bay", + "san_joaquin_river", + "san_joaquin_valley", + "san_jose", + "san_jose_scale", + "san_juan", + "san_juan_hill", + "san_juan_mountains", + "san_luis_potosi", + "san_marinese", + "san_marino", + "san_mateo", + "san_pablo", + "san_pedro_sula", + "san_salvador", + "san_sebastian", + "sana", + "sana'a", + "sanaa", + "sanatarium", + "sanatorium", + "sanchez", + "sanctification", + "sanctimoniousness", + "sanctimony", + "sanction", + "sanctitude", + "sanctity", + "sanctuary", + "sanctum", + "sanctum_sanctorum", + "sand", + "sand_badger", + "sand_bar", + "sand_berry", + "sand_blackberry", + "sand_cat", + "sand_cherry", + "sand_crack", + "sand_cricket", + "sand_dab", + "sand_devil's_claw", + "sand_dollar", + "sand_dropseed", + "sand_dune", + "sand_eel", + "sand_flea", + "sand_fly", + "sand_grouse", + "sand_hopper", + "sand_lance", + "sand_launce", + "sand_leek", + "sand_lizard", + "sand_martin", + "sand_myrtle", + "sand_painting", + "sand_phlox", + "sand_rat", + "sand_reed", + "sand_sage", + "sand_sedge", + "sand_shark", + "sand_snake", + "sand_sole", + "sand_spurry", + "sand_stargazer", + "sand_tiger", + "sand_trap", + "sand_tumor", + "sand_verbena", + "sand_viper", + "sand_wedge", + "sandal", + "sandalwood", + "sandalwood_family", + "sandalwood_tree", + "sandarac", + "sandarac_tree", + "sandarach", + "sandbag", + "sandbagger", + "sandbank", + "sandbar", + "sandbar_shark", + "sandberry", + "sandblast", + "sandblaster", + "sandbox", + "sandboy", + "sandbur", + "sandburg", + "sander", + "sanderling", + "sandfish", + "sandfly", + "sandfly_fever", + "sandglass", + "sandgrouse", + "sandhi", + "sandhopper", + "sandiness", + "sandlot", + "sandman", + "sandor_kellner", + "sandpaper", + "sandpile", + "sandpiper", + "sandpit", + "sandril", + "sandro_botticelli", + "sands", + "sandspur", + "sandstone", + "sandstorm", + "sandwich", + "sandwich_board", + "sandwich_islands", + "sandwich_plate", + "sandwichman", + "sandwort", + "sandy_mushroom", + "saneness", + "sanfoin", + "sang", + "sang-froid", + "sangapenum", + "sangaree", + "sangay", + "sanger", + "sango", + "sangoma", + "sangraal", + "sangria", + "sanguification", + "sanguinaria", + "sanguinaria_canadensis", + "sanguinary_ant", + "sanguine", + "sanguineness", + "sanguinity", + "sanhedrin", + "sanicle", + "sanicula", + "sanicula_arctopoides", + "sanicula_bipinnatifida", + "sanicula_europaea", + "sanies", + "sanitariness", + "sanitarium", + "sanitary_code", + "sanitary_condition", + "sanitary_landfill", + "sanitary_napkin", + "sanitary_towel", + "sanitation", + "sanitation_department", + "sanitisation", + "sanitization", + "sanity", + "sannup", + "sannyasi", + "sannyasin", + "sans_serif", + "sansevieria", + "sansevieria_guineensis", + "sansevieria_trifasciata", + "sansevieria_zeylanica", + "sanskrit", + "sanskrit_literature", + "sanskritic_language", + "sanson-flamsteed_projection", + "santa", + "santa_ana", + "santa_anna", + "santa_barbara", + "santa_catalina", + "santa_clara", + "santa_claus", + "santa_cruz", + "santa_cruz_cypress", + "santa_fe", + "santa_fe_trail", + "santa_gertrudis", + "santa_lucia_fir", + "santa_maria_de_belem", + "santa_maria_del_tule", + "santa_maria_tree", + "santa_sofia", + "santa_sophia", + "santalaceae", + "santalales", + "santalum", + "santalum_album", + "santee", + "santee_dakota", + "santee_sioux", + "santiago", + "santiago_de_chile", + "santiago_de_cuba", + "santiago_de_los_caballeros", + "santiago_ramon_y_cajal", + "santims", + "santo_domingo", + "santolina", + "santolina_chamaecyparissus", + "santos", + "sanvitalia", + "sanvitalia_procumbens", + "sanwa_millet", + "sanyasi", + "sao_bernardo_do_campo", + "sao_francisco", + "sao_goncalo", + "sao_joao_de_meriti", + "sao_jose_dos_campos", + "sao_louis", + "sao_paulo", + "sao_thome_e_principe", + "sao_thome_e_principe_monetary_unit", + "sao_tiago_island", + "sao_tome", + "sao_tome_and_principe", + "sao_tome_e_principe", + "saone", + "saone_river", + "sap", + "sapele_mahogany", + "saphar", + "saphead", + "saphenous_nerve", + "saphenous_vein", + "sapidity", + "sapidness", + "sapience", + "sapiential_book", + "sapindaceae", + "sapindales", + "sapindus", + "sapindus_drumondii", + "sapindus_marginatus", + "sapindus_saponaria", + "sapir", + "sapling", + "sapodilla", + "sapodilla_family", + "sapodilla_plum", + "sapodilla_tree", + "saponaria", + "saponaria_officinalis", + "saponaria_vaccaria", + "saponification", + "saponin", + "sapota", + "sapotaceae", + "sapote", + "sapper", + "sapphic_ode", + "sapphire", + "sapphire_berry", + "sapphirine", + "sapphism", + "sappho", + "sapporo", + "sapraemia", + "sapremia", + "saprobe", + "saprolegnia", + "saprolegnia_ferax", + "saprolegniales", + "saprolite", + "sapropel", + "saprophyte", + "saprophytic_organism", + "sapsago", + "sapsucker", + "sapwood", + "saqqara", + "saqqarah", + "saquinavir", + "sara_teasdale", + "saraband", + "saracen", + "sarafem", + "saragossa", + "sarah", + "sarah_bernhardt", + "sarah_kemble_siddons", + "sarah_siddons", + "sarah_vaughan", + "sarajevo", + "saran", + "saran_wrap", + "sarape", + "sarasota", + "sarasvati", + "saratoga", + "saratoga_chip", + "saratoga_spittlebug", + "saratoga_springs", + "saratov", + "sarawak", + "sarawakian", + "sarazen", + "sarcasm", + "sarcenet", + "sarcobatus", + "sarcobatus_vermiculatus", + "sarcocephalus", + "sarcocephalus_diderrichii", + "sarcocephalus_esculentus", + "sarcocephalus_latifolius", + "sarcochilus", + "sarcochilus_falcatus", + "sarcocystidean", + "sarcocystieian", + "sarcocystis", + "sarcodes", + "sarcodes_sanguinea", + "sarcodina", + "sarcodine", + "sarcodinian", + "sarcoidosis", + "sarcolemma", + "sarcoma", + "sarcomere", + "sarcophaga", + "sarcophaga_carnaria", + "sarcophagus", + "sarcophilus", + "sarcophilus_hariisi", + "sarcoplasm", + "sarcoptes", + "sarcoptid", + "sarcoptidae", + "sarcorhamphus", + "sarcorhamphus_papa", + "sarcoscypha_coccinea", + "sarcoscyphaceae", + "sarcosine", + "sarcosomataceae", + "sarcosome", + "sarcosporidia", + "sarcosporidian", + "sarcostemma", + "sarcostemma_acidum", + "sarcostyle", + "sard", + "sarda", + "sarda_chiliensis", + "sarda_sarda", + "sardegna", + "sardina", + "sardina_pilchardus", + "sardine", + "sardine_oil", + "sardinia", + "sardinian", + "sardinops", + "sardinops_caerulea", + "sardis", + "sardius", + "sardonyx", + "saree", + "sargasso", + "sargasso_sea", + "sargassum", + "sargassum_bacciferum", + "sargassum_fish", + "sargent", + "sari", + "sarin", + "sarnoff", + "sarong", + "saronic_gulf", + "saroyan", + "sarpanitu", + "sarpedon", + "sarracenia", + "sarracenia_flava", + "sarracenia_minor", + "sarracenia_purpurea", + "sarraceniaceae", + "sarraceniales", + "sars", + "sarsaparilla", + "sarsaparilla_root", + "sarsenet", + "sartor", + "sartorius", + "sartorius_muscle", + "sartre", + "sarvepalli_radhakrishnan", + "sas", + "sash", + "sash_cord", + "sash_fastener", + "sash_line", + "sash_lock", + "sash_weight", + "sash_window", + "sashay", + "sashimi", + "saskatchewan", + "saskatoon", + "sasquatch", + "sass", + "sassaby", + "sassafras", + "sassafras_albidum", + "sassafras_laurel", + "sassafras_oil", + "sassafras_tree", + "sassenach", + "sassing", + "sat", + "satan", + "satang", + "satanism", + "satanist", + "satanophobia", + "satchel", + "satchel_paige", + "satchmo", + "sateen", + "satellite", + "satellite_receiver", + "satellite_television", + "satellite_transmitter", + "satellite_tv", + "satiation", + "satie", + "satiety", + "satin", + "satin_bird", + "satin_bowerbird", + "satin_flower", + "satin_leaf", + "satin_stitch", + "satin_walnut", + "satin_weave", + "satinet", + "satinette", + "satinleaf", + "satinpod", + "satinwood", + "satinwood_tree", + "satire", + "satirist", + "satisfaction", + "satisfactoriness", + "satisfier", + "satori", + "satrap", + "satsuma", + "satsuma_tree", + "saturated_fatty_acid", + "saturation", + "saturation_bombing", + "saturation_point", + "saturday", + "saturday_night_special", + "satureia", + "satureia_hortensis", + "satureia_montana", + "satureja", + "satureja_acinos", + "satureja_calamintha_glandulosa", + "satureja_calamintha_officinalis", + "satureja_douglasii", + "satureja_grandiflora", + "satureja_hortensis", + "satureja_montana", + "satureja_nepeta", + "satureja_vulgaris", + "saturn", + "saturnalia", + "saturnia", + "saturnia_pavonia", + "saturniid", + "saturniid_moth", + "saturniidae", + "saturnism", + "satyagraha", + "satyendra_n._bose", + "satyendra_nath_bose", + "satyr", + "satyr_orchid", + "satyr_play", + "satyriasis", + "satyridae", + "sauce", + "sauce-alone", + "sauce_albert", + "sauce_chausseur", + "sauce_espagnole", + "sauce_louis", + "sauce_verte", + "sauce_vinaigrette", + "sauceboat", + "saucepan", + "saucepot", + "saucer", + "saucer_magnolia", + "sauciness", + "saudi", + "saudi_arabia", + "saudi_arabian", + "saudi_arabian_monetary_unit", + "saudi_arabian_riyal", + "sauerbraten", + "sauerkraut", + "sauk", + "saul", + "saul_bellow", + "saul_of_tarsus", + "saul_steinberg", + "sault_sainte_marie", + "sauna", + "saunter", + "saunterer", + "saurel", + "sauria", + "saurian", + "saurischia", + "saurischian", + "saurischian_dinosaur", + "sauromalus", + "sauromalus_obesus", + "sauropod", + "sauropod_dinosaur", + "sauropoda", + "sauropodomorpha", + "sauropterygia", + "saurosuchus", + "saururaceae", + "saururus", + "saururus_cernuus", + "saury", + "sausage", + "sausage_balloon", + "sausage_curl", + "sausage_dog", + "sausage_hound", + "sausage_meat", + "sausage_pizza", + "sausage_roll", + "saussure", + "saussurea", + "saussurea_costus", + "saussurea_lappa", + "saute", + "sauteing", + "sauterne", + "sauternes", + "sauvignon_blanc", + "sauvignon_grape", + "savage", + "savageness", + "savagery", + "savanna", + "savannah", + "savannah_river", + "savant", + "savara", + "savarin", + "save", + "save-all", + "saveloy", + "saver", + "savin", + "saving", + "saving_grace", + "savings", + "savings_account", + "savings_account_trust", + "savings_and_loan", + "savings_and_loan_association", + "savings_bank", + "savings_bank_trust", + "savings_bond", + "savinien_cyrano_de_bergerac", + "savior", + "saviour", + "savitar", + "savoir-faire", + "savonarola", + "savor", + "savoriness", + "savoring", + "savorlessness", + "savory", + "savour", + "savouring", + "savourlessness", + "savoury", + "savoy", + "savoy_cabbage", + "savoyard", + "savvy", + "saw", + "saw_log", + "saw_palmetto", + "saw_set", + "sawan", + "sawbill", + "sawbones", + "sawbuck", + "sawdust", + "sawdust_doll", + "sawdust_mushroom", + "sawdust_saloon", + "sawed-off_shotgun", + "sawfish", + "sawfly", + "sawhorse", + "sawing_machine", + "sawm", + "sawmill", + "sawpit", + "sawtooth", + "sawwort", + "sawyer", + "sawyer_beetle", + "sax", + "saxe", + "saxe-coburg-gotha", + "saxe-gothea", + "saxe-gothea_conspicua", + "saxegothea", + "saxhorn", + "saxicola", + "saxicola_rubetra", + "saxicola_torquata", + "saxicolous_plant", + "saxifraga", + "saxifraga_aizoides", + "saxifraga_granulata", + "saxifraga_hypnoides", + "saxifraga_occidentalis", + "saxifraga_oppositifolia", + "saxifraga_sarmentosam", + "saxifraga_stellaris", + "saxifraga_stolonifera", + "saxifragaceae", + "saxifrage", + "saxifrage_family", + "saxist", + "saxitoxin", + "saxo_grammaticus", + "saxon", + "saxony", + "saxophone", + "saxophonist", + "say", + "say-so", + "say_hey_kid", + "sayan_mountains", + "sayanci", + "sayda", + "sayeret", + "sayeret_mat'kal", + "sayeret_matkal", + "sayers", + "saying", + "sayonara", + "sayornis", + "sayornis_phoebe", + "sazerac", + "sb", + "sba", + "sbe", + "sbw", + "sc", + "scab", + "scabbard", + "scabicide", + "scabies", + "scabiosa", + "scabiosa_arvensis", + "scabiosa_atropurpurea", + "scabious", + "scablands", + "scad", + "scads", + "scaffold", + "scaffolding", + "scag", + "scalability", + "scalage", + "scalar", + "scalar_field", + "scalar_matrix", + "scalar_product", + "scalawag", + "scald", + "scalded_milk", + "scale", + "scale_factor", + "scale_fern", + "scale_insect", + "scale_leaf", + "scale_moss", + "scale_of_c_major", + "scale_of_measurement", + "scale_value", + "scale_wax", + "scalene_muscle", + "scalene_triangle", + "scalenus", + "scalenus_syndrome", + "scaler", + "scaliness", + "scaling", + "scaling_ladder", + "scallion", + "scallop", + "scallop_shell", + "scallopine", + "scallopini", + "scallywag", + "scalp", + "scalp_lock", + "scalpel", + "scalper", + "scaly_anteater", + "scaly_fern", + "scaly_lentinus", + "scaly_pholiota", + "scaly_polypore", + "scam", + "scammer", + "scammony", + "scammonyroot", + "scamp", + "scamper", + "scampi", + "scampo", + "scan", + "scandal", + "scandalisation", + "scandalization", + "scandalmonger", + "scandalmongering", + "scandalousness", + "scandentia", + "scandinavia", + "scandinavian", + "scandinavian_country", + "scandinavian_language", + "scandinavian_lox", + "scandinavian_nation", + "scandinavian_peninsula", + "scandium", + "scanner", + "scanning", + "scansion", + "scantiness", + "scantling", + "scantness", + "scanty", + "scape", + "scapegoat", + "scapegrace", + "scaphiopus", + "scaphiopus_bombifrons", + "scaphiopus_hammondii", + "scaphiopus_multiplicatus", + "scaphocephaly", + "scaphoid_bone", + "scaphopod", + "scaphopoda", + "scaphosepalum", + "scapula", + "scapular", + "scapulary", + "scar", + "scar_tissue", + "scarab", + "scarabaean", + "scarabaeid", + "scarabaeid_beetle", + "scarabaeidae", + "scarabaeus", + "scarabaeus_sacer", + "scaramouch", + "scaramouche", + "scarceness", + "scarcity", + "scardinius", + "scardinius_erythrophthalmus", + "scare", + "scare_quote", + "scarecrow", + "scaremonger", + "scarer", + "scarf", + "scarf_bandage", + "scarf_joint", + "scarface", + "scarfpin", + "scaridae", + "scarlatina", + "scarlet", + "scarlet_bugler", + "scarlet_bush", + "scarlet_clematis", + "scarlet_cup", + "scarlet_fever", + "scarlet_fritillary", + "scarlet_hamelia", + "scarlet_haw", + "scarlet_letter", + "scarlet_lychnis", + "scarlet_maple", + "scarlet_musk_flower", + "scarlet_oak", + "scarlet_pimpernel", + "scarlet_plume", + "scarlet_runner", + "scarlet_runner_bean", + "scarlet_strawberry", + "scarlet_sumac", + "scarlet_tanager", + "scarlet_wisteria_tree", + "scarp", + "scartella", + "scartella_cristata", + "scat", + "scat_singing", + "scathe", + "scatology", + "scatophagy", + "scatter", + "scatter_pin", + "scatter_rug", + "scatterbrain", + "scattergood", + "scattergun", + "scattering", + "scaup", + "scaup_duck", + "scauper", + "scavenger", + "scavenger_cell", + "scd", + "sceliphron", + "sceloglaux", + "sceloglaux_albifacies", + "sceloporus", + "sceloporus_graciosus", + "sceloporus_occidentalis", + "sceloporus_undulatus", + "scenario", + "scenarist", + "scene", + "scene-stealer", + "scene_of_action", + "scene_painter", + "scenery", + "sceneshifter", + "scenic_artist", + "scenic_railway", + "scent", + "scented_fern", + "scented_penstemon", + "scented_wattle", + "scentless_camomile", + "scentless_false_camomile", + "scentless_hayweed", + "scentless_mayweed", + "scepter", + "sceptic", + "scepticism", + "sceptre", + "scet", + "schadenfreude", + "schaffneria", + "schaffneria_nigripes", + "schedule", + "schedule_feeding", + "scheduled_fire", + "scheduled_maintenance", + "scheduled_territories", + "scheduler", + "scheduling", + "scheele", + "scheelite", + "schefflera", + "schefflera_actinophylla", + "scheldt", + "scheldt_river", + "schema", + "schematic", + "schematic_drawing", + "schematisation", + "schematization", + "scheme", + "scheme_arch", + "schemer", + "schemozzle", + "schenectady", + "scheol", + "scherzo", + "scheuchzeriaceae", + "schiaparelli", + "schick_test", + "schiller", + "schilling", + "schinus", + "schinus_chichita", + "schinus_molle", + "schinus_terebinthifolius", + "schipperke", + "schism", + "schist", + "schistorrhachis", + "schistosoma", + "schistosomatidae", + "schistosome", + "schistosome_dermatitis", + "schistosomiasis", + "schizachyrium", + "schizachyrium_scoparium", + "schizaea", + "schizaea_pusilla", + "schizaeaceae", + "schizanthus", + "schizocarp", + "schizogony", + "schizoid", + "schizomycetes", + "schizopetalon", + "schizopetalon_walkeri", + "schizophragma", + "schizophragma_hydrangeoides", + "schizophrenia", + "schizophrenic", + "schizophrenic_disorder", + "schizophrenic_psychosis", + "schizophyceae", + "schizophyta", + "schizopoda", + "schizosaccharomyces", + "schizosaccharomycetaceae", + "schizothymia", + "schizotypal_personality", + "schleiden", + "schlemiel", + "schlemm's_canal", + "schlep", + "schlepper", + "schlesien", + "schlesinger", + "schliemann", + "schlimazel", + "schlock", + "schlockmeister", + "schlumbergera", + "schlumbergera_baridgesii", + "schlumbergera_buckleyi", + "schlumbergera_gaertneri", + "schlumbergera_truncatus", + "schmaltz", + "schmalz", + "schmear", + "schmeer", + "schmegegge", + "schmidt", + "schmidt_camera", + "schmidt_telescope", + "schmo", + "schmoose", + "schmooze", + "schmoozer", + "schmuck", + "schnabel", + "schnapps", + "schnaps", + "schnauzer", + "schnecken", + "schnittlaugh", + "schnitzel", + "schnook", + "schnorchel", + "schnorkel", + "schnorrer", + "schnoz", + "schnozzle", + "schoenberg", + "schola_cantorum", + "scholar", + "scholarly_person", + "scholarship", + "scholastic", + "scholasticism", + "scholia", + "scholiast", + "scholium", + "schomburgkia", + "schonbein", + "schonberg", + "school", + "school-age_child", + "school_assignment", + "school_bell", + "school_board", + "school_bus", + "school_crossing", + "school_day", + "school_dictionary", + "school_district", + "school_newspaper", + "school_of_dentistry", + "school_of_law", + "school_of_medicine", + "school_of_music", + "school_of_nursing", + "school_of_thought", + "school_paper", + "school_phobia", + "school_principal", + "school_ship", + "school_superintendent", + "school_system", + "school_teacher", + "school_term", + "school_text", + "school_year", + "schoolbag", + "schoolbook", + "schoolboy", + "schoolchild", + "schoolcraft", + "schooldays", + "schoolfellow", + "schoolfriend", + "schoolgirl", + "schoolhouse", + "schooling", + "schoolma'am", + "schoolman", + "schoolmarm", + "schoolmaster", + "schoolmate", + "schoolmistress", + "schoolroom", + "schoolteacher", + "schooltime", + "schoolwork", + "schoolyard", + "schooner", + "schopenhauer", + "schorl", + "schottische", + "schreiber's_aster", + "schrod", + "schrodinger", + "schrodinger_equation", + "schrodinger_wave_equation", + "schtick", + "schtickl", + "schtik", + "schtikl", + "schubert", + "schuller-christian_disease", + "schulz", + "schumann", + "schumann-heink", + "schumpeter", + "schutzstaffel", + "schwa", + "schwann", + "schwann_cell", + "schwarzwald", + "schweitzer", + "schweiz", + "sciadopityaceae", + "sciadopitys", + "sciadopitys_verticillata", + "sciaena", + "sciaena_antarctica", + "sciaena_aquila", + "sciaenid", + "sciaenid_fish", + "sciaenidae", + "sciaenops", + "sciaenops_ocellatus", + "sciara", + "sciarid", + "sciaridae", + "sciatic_nerve", + "sciatica", + "scid", + "science", + "science_fiction", + "science_lab", + "science_laboratory", + "science_museum", + "science_teacher", + "scientific_agriculture", + "scientific_discipline", + "scientific_fact", + "scientific_instrument", + "scientific_knowledge", + "scientific_method", + "scientific_research", + "scientific_theory", + "scientist", + "scientology", + "scilla", + "scilla_nonscripta", + "scilla_verna", + "scilly_islands", + "scimitar", + "scincella", + "scincid", + "scincid_lizard", + "scincidae", + "scincus", + "scindapsus", + "scindapsus_aureus", + "scintilla", + "scintillating_scotoma", + "scintillation", + "scintillation_counter", + "sciolism", + "sciolist", + "scion", + "scipio", + "scipio_africanus", + "scipio_africanus_major", + "scipio_the_elder", + "scire_facias", + "scirpus", + "scirpus_acutus", + "scirpus_cyperinus", + "scission", + "scissor_grip", + "scissor_hold", + "scissors", + "scissors_grip", + "scissors_hold", + "scissors_kick", + "scissortail", + "scissortailed_flycatcher", + "scissure", + "sciuridae", + "sciuromorpha", + "sciurus", + "sciurus_carolinensis", + "sciurus_griseus", + "sciurus_hudsonicus", + "sciurus_niger", + "sciurus_vulgaris", + "sclaff", + "sclera", + "scleral_veins", + "scleranthus", + "scleranthus_annuus", + "scleredema", + "sclerite", + "scleritis", + "scleroderma", + "scleroderma_aurantium", + "scleroderma_bovista", + "scleroderma_citrinum", + "scleroderma_flavidium", + "sclerodermataceae", + "sclerodermatales", + "sclerometer", + "scleropages", + "scleropages_jardinii", + "scleropages_leichardti", + "scleroparei", + "scleroprotein", + "sclerosing_leukoencephalitis", + "sclerosis", + "sclerotic_coat", + "sclerotinia", + "sclerotiniaceae", + "sclerotium", + "sclerotium_disease", + "sclerotium_rot", + "sclerotomy", + "sclk", + "scnt", + "scoff", + "scoffer", + "scoffing", + "scofflaw", + "scoinson_arch", + "scoke", + "scold", + "scolder", + "scolding", + "scolion", + "scoliosis", + "scollop", + "scolopacidae", + "scolopax", + "scolopax_rusticola", + "scolopendrium", + "scolopendrium_nigripes", + "scolymus", + "scolymus_hispanicus", + "scolytidae", + "scolytus", + "scolytus_multistriatus", + "scomber", + "scomber_colias", + "scomber_japonicus", + "scomber_scombrus", + "scomberesocidae", + "scomberesox", + "scomberesox_saurus", + "scomberomorus", + "scomberomorus_cavalla", + "scomberomorus_maculatus", + "scomberomorus_regalis", + "scomberomorus_sierra", + "scombresocidae", + "scombresox", + "scombridae", + "scombroid", + "scombroid_fish", + "scombroidea", + "sconce", + "sconcheon_arch", + "scone", + "scoop", + "scoop_shot", + "scoop_shovel", + "scoopful", + "scooter", + "scope", + "scopes", + "scopes_trial", + "scophthalmus", + "scophthalmus_aquosus", + "scophthalmus_rhombus", + "scopolamine", + "scopolia", + "scopolia_carniolica", + "scops_owl", + "scorbutus", + "scorch", + "scorched-earth_policy", + "scorcher", + "score", + "score_paper", + "scoreboard", + "scorecard", + "scorekeeper", + "scorer", + "scores", + "scoria", + "scoring", + "scoring_system", + "scorn", + "scorner", + "scorpaena", + "scorpaena_grandicornis", + "scorpaenid", + "scorpaenid_fish", + "scorpaenidae", + "scorpaenoid", + "scorpaenoid_fish", + "scorpaenoidea", + "scorper", + "scorpio", + "scorpio_the_scorpion", + "scorpioid_cyme", + "scorpion", + "scorpion_fish", + "scorpion_fly", + "scorpion_shell", + "scorpion_weed", + "scorpionfish", + "scorpionida", + "scorpionweed", + "scorpius", + "scorsese", + "scorzonera", + "scorzonera_hispanica", + "scot", + "scot_and_lot", + "scotch", + "scotch_and_soda", + "scotch_asphodel", + "scotch_broom", + "scotch_broth", + "scotch_egg", + "scotch_fir", + "scotch_gale", + "scotch_kiss", + "scotch_laburnum", + "scotch_malt_whiskey", + "scotch_malt_whisky", + "scotch_marigold", + "scotch_pancake", + "scotch_pine", + "scotch_tape", + "scotch_terrier", + "scotch_thistle", + "scotch_whiskey", + "scotch_whisky", + "scotch_woodcock", + "scotchman", + "scotchwoman", + "scoter", + "scotland", + "scotland_yard", + "scotoma", + "scotopic_vision", + "scots", + "scots_english", + "scots_gaelic", + "scots_heather", + "scots_pine", + "scotsman", + "scotswoman", + "scott", + "scott's_spleenwort", + "scott_joplin", + "scottie", + "scottish", + "scottish_deerhound", + "scottish_gaelic", + "scottish_highlander", + "scottish_lallans", + "scottish_lowlander", + "scottish_maple", + "scottish_reel", + "scottish_terrier", + "scoundrel", + "scour", + "scourer", + "scourge", + "scourge_of_god", + "scourge_of_the_gods", + "scourger", + "scouring", + "scouring_pad", + "scouring_rush", + "scours", + "scouse", + "scouser", + "scout", + "scout_car", + "scout_group", + "scout_troop", + "scouter", + "scouting", + "scouting_trip", + "scoutmaster", + "scow", + "scowl", + "scpo", + "scrabble", + "scrag", + "scrag_end", + "scramble", + "scrambled_eggs", + "scrambler", + "scranton", + "scrap", + "scrap_iron", + "scrap_metal", + "scrapbook", + "scrape", + "scraper", + "scrapheap", + "scrapie", + "scraping", + "scrapper", + "scrappiness", + "scrapple", + "scraps", + "scratch", + "scratch_awl", + "scratch_line", + "scratch_pad", + "scratch_paper", + "scratch_race", + "scratch_sheet", + "scratch_test", + "scratcher", + "scratchiness", + "scratching", + "scratchpad", + "scrawl", + "scrawler", + "scrawniness", + "scream", + "screamer", + "screaming", + "screaming_meemies", + "scree", + "screech", + "screech_owl", + "screecher", + "screeching", + "screed", + "screen", + "screen_actor", + "screen_background", + "screen_door", + "screen_font", + "screen_memory", + "screen_pass", + "screen_saver", + "screen_test", + "screener", + "screening", + "screenland", + "screenplay", + "screenwriter", + "screw", + "screw-pine_family", + "screw_auger", + "screw_augur", + "screw_bean", + "screw_eye", + "screw_jack", + "screw_key", + "screw_log", + "screw_pine", + "screw_propeller", + "screw_thread", + "screw_tree", + "screw_wrench", + "screwball", + "screwballer", + "screwbean", + "screwbean_mesquite", + "screwdriver", + "screwing", + "screwtop", + "screwup", + "scriabin", + "scribble", + "scribbler", + "scribbling_block", + "scribe", + "scriber", + "scribing_block", + "scrim", + "scrimmage", + "scrimmage_line", + "scrimshanker", + "scrimshaw", + "scrip", + "scripps", + "script", + "scriptorium", + "scripture", + "scriptwriter", + "scrivener", + "scrod", + "scrofula", + "scroll", + "scroll_saw", + "scrooge", + "scrophularia", + "scrophulariaceae", + "scrophulariales", + "scrotal_vein", + "scrotum", + "scrounger", + "scrub", + "scrub-bird", + "scrub_beefwood", + "scrub_bird", + "scrub_brush", + "scrub_fowl", + "scrub_nurse", + "scrub_oak", + "scrub_palmetto", + "scrub_pine", + "scrub_plane", + "scrub_typhus", + "scrubber", + "scrubbiness", + "scrubbing", + "scrubbing_brush", + "scrubbird", + "scrubland", + "scrubs", + "scruff", + "scrum", + "scrummage", + "scrumpy", + "scrunch", + "scruple", + "scruples", + "scrupulousness", + "scrutin_de_liste", + "scrutin_de_liste_system", + "scrutin_uninomial_system", + "scrutin_uninominal_voting_system", + "scrutineer", + "scrutiniser", + "scrutinizer", + "scrutiny", + "scsi", + "scuba", + "scuba_diver", + "scuba_diving", + "scud", + "scudding", + "scuff", + "scuffer", + "scuffle", + "scuffle_hoe", + "scull", + "sculler", + "scullery", + "sculling", + "scullion", + "sculpin", + "sculptor", + "sculptress", + "sculptural_relief", + "sculpture", + "sculpturer", + "scum", + "scum_bag", + "scumble", + "scunner", + "scup", + "scupper", + "scuppernong", + "scurf", + "scurrility", + "scurry", + "scurvy", + "scurvy_grass", + "scut", + "scut_work", + "scutch_grass", + "scutcheon", + "scute", + "scutellaria", + "scutellaria_lateriflora", + "scutigera", + "scutigera_coleoptrata", + "scutigerella", + "scutigerella_immaculata", + "scutigeridae", + "scuttle", + "scuttlebutt", + "scyliorhinidae", + "scylla", + "scyphozoa", + "scyphozoan", + "scyphus", + "scythe", + "scythia", + "scythian", + "scythian_lamb", + "sd", + "se", + "sea", + "sea-coast", + "sea-duty", + "sea-ear", + "sea-lavender_family", + "sea-lettuce_family", + "sea-level_pressure", + "sea-poose", + "sea-purse", + "sea-puss", + "sea-rocket", + "sea_anchor", + "sea_anemone", + "sea_animal", + "sea_ash", + "sea_aster", + "sea_bass", + "sea_bathing", + "sea_bird", + "sea_biscuit", + "sea_boat", + "sea_bottom", + "sea_bream", + "sea_breeze", + "sea_captain", + "sea_catfish", + "sea_change", + "sea_chantey", + "sea_chest", + "sea_chub", + "sea_coal", + "sea_cole", + "sea_cow", + "sea_cradle", + "sea_crawfish", + "sea_creature", + "sea_cucumber", + "sea_dahlia", + "sea_dog", + "sea_duck", + "sea_eagle", + "sea_elephant", + "sea_eryngium", + "sea_fan", + "sea_feather", + "sea_floor", + "sea_god", + "sea_gooseberry", + "sea_green", + "sea_gull", + "sea_hare", + "sea_holly", + "sea_holm", + "sea_horse", + "sea_island_cotton", + "sea_kale", + "sea_king", + "sea_ladder", + "sea_lamprey", + "sea_lane", + "sea_lavender", + "sea_lawyer", + "sea_lettuce", + "sea_level", + "sea_lily", + "sea_lion", + "sea_louse", + "sea_lyme_grass", + "sea_mat", + "sea_mew", + "sea_mile", + "sea_milkwort", + "sea_moss", + "sea_mouse", + "sea_nymph", + "sea_of_azof", + "sea_of_azoff", + "sea_of_azov", + "sea_of_cortes", + "sea_of_japan", + "sea_of_marmara", + "sea_of_marmora", + "sea_of_okhotsk", + "sea_onion", + "sea_otter", + "sea_pea", + "sea_pen", + "sea_pink", + "sea_poacher", + "sea_poker", + "sea_poppy", + "sea_power", + "sea_purse", + "sea_puss", + "sea_raven", + "sea_robber", + "sea_robin", + "sea_room", + "sea_rover", + "sea_scallop", + "sea_scooter", + "sea_scorpion", + "sea_scout", + "sea_serpent", + "sea_slater", + "sea_slug", + "sea_snail", + "sea_snake", + "sea_spider", + "sea_spray", + "sea_spurry", + "sea_squab", + "sea_squill", + "sea_squirt", + "sea_star", + "sea_starwort", + "sea_steps", + "sea_swallow", + "sea_tang", + "sea_tangle", + "sea_trifoly", + "sea_trout", + "sea_turtle", + "sea_urchin", + "sea_wolf", + "sea_wormwood", + "sea_wrack", + "seabag", + "seabeach_sandwort", + "seabed", + "seabird", + "seaboard", + "seaborg", + "seaborgium", + "seacoast", + "seafarer", + "seafaring", + "seafood", + "seafood_newburg", + "seafood_sauce", + "seafowl", + "seafront", + "seagrass", + "seagull", + "seahorse", + "seal", + "seal_bomb", + "seal_limbs", + "seal_of_approval", + "seal_oil", + "seal_ring", + "sealant", + "sealed_instrument", + "sealer", + "sealing", + "sealing_material", + "sealing_wax", + "sealskin", + "sealskin_tent", + "sealyham", + "sealyham_terrier", + "seam", + "seaman", + "seamanship", + "seamount", + "seamster", + "seamstress", + "sean_o'casey", + "seanad", + "seanad_eireann", + "seance", + "seaplane", + "seaport", + "seaquake", + "search", + "search_and_destroy_mission", + "search_and_rescue_mission", + "search_engine", + "search_language", + "search_mission", + "search_party", + "search_warrant", + "searcher", + "searcher_beetle", + "searching_fire", + "searchlight", + "searing_iron", + "searobin", + "sears_tower", + "seascape", + "seashell", + "seashore", + "seashore_mallow", + "seasickness", + "seaside", + "seaside_alder", + "seaside_centaury", + "seaside_daisy", + "seaside_goldenrod", + "seaside_mahoe", + "seaside_scrub_oak", + "seasnail", + "season", + "season_ticket", + "seasonableness", + "seasonal", + "seasonal_adjustment", + "seasonal_worker", + "seasoned_salt", + "seasoner", + "seasoning", + "seat", + "seat_belt", + "seat_cushion", + "seatbelt", + "seating", + "seating_area", + "seating_capacity", + "seating_room", + "seats", + "seattle", + "seattle_slew", + "seawall", + "seaward", + "seawater", + "seaway", + "seaweed", + "seaworthiness", + "seb", + "sebaceous_cyst", + "sebaceous_follicle", + "sebaceous_gland", + "sebacic_acid", + "sebastian_cabot", + "sebastian_vizcaino", + "sebastiana", + "sebastodes", + "sebastodes_caurinus", + "sebastodes_marinus", + "sebastodes_miniatus", + "sebastodes_ruberrimus", + "sebastopol", + "sebe", + "seborrhea", + "seborrheic_dermatitis", + "seborrheic_eczema", + "seborrheic_keratosis", + "sebs", + "sebum", + "sec", + "secale", + "secale_cereale", + "secant", + "secateurs", + "secernment", + "secession", + "secessionism", + "secessionist", + "sechuana", + "seckel", + "seckel_pear", + "seclusion", + "secobarbital", + "secobarbital_sodium", + "seconal", + "second", + "second-degree_burn", + "second-hand_speech", + "second-hand_store", + "second-in-command", + "second-place_finish", + "second-rater", + "second-stringer", + "second_advent", + "second_adventism", + "second_adventist", + "second_balcony", + "second_banana", + "second_base", + "second_baseman", + "second_battle_of_ypres", + "second_best", + "second_childhood", + "second_class", + "second_coming", + "second_coming_of_christ", + "second_council_of_constantinople", + "second_council_of_lyons", + "second_council_of_nicaea", + "second_cousin", + "second_cranial_nerve", + "second_crusade", + "second_deck", + "second_earl_grey", + "second_earl_of_chatham", + "second_earl_of_guilford", + "second_empire", + "second_epistel_of_john", + "second_epistle_of_paul_the_apostle_to_the_corinthians", + "second_epistle_of_paul_the_apostle_to_the_thessalonians", + "second_epistle_of_paul_the_apostle_to_timothy", + "second_epistle_of_peter", + "second_epistle_to_the_corinthians", + "second_epistle_to_the_thessalonians", + "second_epistle_to_timothy", + "second_estate", + "second_fiddle", + "second_gear", + "second_growth", + "second_half", + "second_hand", + "second_joint", + "second_lateran_council", + "second_law_of_motion", + "second_law_of_thermodynamics", + "second_lieutenant", + "second_marquis_of_rockingham", + "second_moment", + "second_mortgage", + "second_nature", + "second_period", + "second_person", + "second_power", + "second_reading", + "second_reich", + "second_sacker", + "second_sight", + "second_stomach", + "second_string", + "second_thought", + "second_trimester", + "second_vatican_council", + "second_wind", + "second_world_war", + "secondary", + "secondary_amenorrhea", + "secondary_cell", + "secondary_censorship", + "secondary_coil", + "secondary_dentition", + "secondary_diagonal", + "secondary_dysmenorrhea", + "secondary_education", + "secondary_emission", + "secondary_hypertension", + "secondary_modern_school", + "secondary_school", + "secondary_sex_character", + "secondary_sex_characteristic", + "secondary_sexual_characteristic", + "secondary_storage", + "secondary_syphilis", + "secondary_winding", + "seconder", + "secondhand_car", + "secondment", + "secondo", + "secotiaceae", + "secotiales", + "secpar", + "secrecy", + "secret", + "secret_agent", + "secret_approval", + "secret_ballot", + "secret_code", + "secret_intelligence_service", + "secret_plan", + "secret_police", + "secret_service", + "secret_society", + "secret_writing", + "secretaire", + "secretarial_assistant", + "secretarial_school", + "secretariat", + "secretariate", + "secretary", + "secretary_bird", + "secretary_general", + "secretary_of_agriculture", + "secretary_of_commerce", + "secretary_of_commerce_and_labor", + "secretary_of_defense", + "secretary_of_education", + "secretary_of_energy", + "secretary_of_health_and_human_services", + "secretary_of_health_education_and_welfare", + "secretary_of_housing_and_urban_development", + "secretary_of_labor", + "secretary_of_state", + "secretary_of_state_for_the_home_department", + "secretary_of_the_interior", + "secretary_of_the_navy", + "secretary_of_the_treasury", + "secretary_of_transportation", + "secretary_of_veterans_affairs", + "secretary_of_war", + "secretaryship", + "secretase", + "secreter", + "secretin", + "secretion", + "secretiveness", + "secretor", + "secretory_organ", + "secretory_phase", + "sect", + "sectarian", + "sectarianism", + "sectarist", + "sectary", + "section", + "section_eight", + "section_gang", + "section_hand", + "section_man", + "sectional", + "sectionalisation", + "sectionalism", + "sectionalization", + "sector", + "sectral", + "secular", + "secular_games", + "secular_humanism", + "secularisation", + "secularism", + "secularist", + "secularization", + "secundigravida", + "secured_bond", + "secureness", + "securer", + "securities_analyst", + "securities_and_exchange_commission", + "securities_firm", + "securities_industry", + "securities_law", + "securities_market", + "security", + "security_blanket", + "security_consultant", + "security_council", + "security_department", + "security_deposit", + "security_director", + "security_force", + "security_guard", + "security_intelligence", + "security_intelligence_review_committee", + "security_interest", + "security_measure", + "security_measures", + "security_review", + "security_service", + "security_staff", + "security_system", + "sed_rate", + "sedalia", + "sedan", + "sedan_chair", + "sedateness", + "sedation", + "sedative", + "sedative-hypnotic", + "sedative-hypnotic_drug", + "sedative_drug", + "seder", + "sedge", + "sedge_bird", + "sedge_family", + "sedge_warbler", + "sedge_wren", + "sediment", + "sedimentary_clay", + "sedimentary_rock", + "sedimentation", + "sedimentation_rate", + "sedition", + "sedna", + "seducer", + "seduction", + "seductress", + "sedulity", + "sedulousness", + "sedum", + "sedum_acre", + "sedum_rosea", + "sedum_telephium", + "see", + "seed", + "seed_beetle", + "seed_cake", + "seed_catalog", + "seed_catalogue", + "seed_coat", + "seed_corn", + "seed_fern", + "seed_grain", + "seed_lac", + "seed_leaf", + "seed_money", + "seed_oyster", + "seed_pearl", + "seed_plant", + "seed_shrimp", + "seed_stock", + "seed_vessel", + "seed_weevil", + "seedbed", + "seedcake", + "seedcase", + "seeded_player", + "seeded_raisin", + "seeder", + "seediness", + "seedless_raisin", + "seedling", + "seedman", + "seedpod", + "seedsman", + "seedtime", + "seeger", + "seeing", + "seeing_eye_dog", + "seeing_red", + "seek", + "seek_time", + "seeker", + "seeking", + "seeland", + "seemliness", + "seepage", + "seer", + "seersucker", + "seesaw", + "segal", + "segment", + "segmental_arch", + "segmentation", + "segmentation_cavity", + "segmented_worm", + "segno", + "sego_lily", + "segovia", + "segregate", + "segregation", + "segregationism", + "segregationist", + "segregator", + "segue", + "segway", + "segway_ht", + "segway_human_transporter", + "sei_whale", + "seiche", + "seidel", + "seidlitz_powder", + "seidlitz_powders", + "seif_dune", + "seigneur", + "seigneur_de_bayard", + "seigneury", + "seignior", + "seigniorage", + "seigniory", + "seiji_ozawa", + "seine", + "seine_river", + "seism", + "seismic_disturbance", + "seismogram", + "seismograph", + "seismography", + "seismologist", + "seismology", + "seismosaur", + "seismosaurus", + "seiurus", + "seiurus_aurocapillus", + "seizer", + "seizing", + "seizure", + "seizure-alert_dog", + "sekhet", + "selachian", + "selachii", + "selaginella", + "selaginella_apoda", + "selaginella_eatonii", + "selaginella_eremophila", + "selaginella_lepidophylla", + "selaginella_rupestris", + "selaginellaceae", + "selaginellales", + "selar", + "selar_crumenophthalmus", + "selcraig", + "select_committee", + "selection", + "selective-serotonin_reuptake_inhibitor", + "selective_amnesia", + "selective_information", + "selective_jamming", + "selective_lipectomy", + "selective_service", + "selective_service_system", + "selectivity", + "selectman", + "selector", + "selector_switch", + "selectwoman", + "selenarctos", + "selenarctos_thibetanus", + "selene", + "selene_setapinnis", + "selene_vomer", + "selenic_acid", + "selenicereus", + "selenicereus_grandiflorus", + "selenipedium", + "selenium", + "selenium_cell", + "selenolatry", + "selenology", + "seles", + "seleucus", + "seleucus_i", + "seleucus_i_nicator", + "self", + "self-abasement", + "self-abnegation", + "self-absorption", + "self-abuse", + "self-accusation", + "self-adapting_program", + "self-aggrandisement", + "self-aggrandizement", + "self-analysis", + "self-annihilation", + "self-assertion", + "self-assertiveness", + "self-assurance", + "self-awareness", + "self-centeredness", + "self-command", + "self-complacency", + "self-concern", + "self-condemnation", + "self-confidence", + "self-consciousness", + "self-contemplation", + "self-contradiction", + "self-control", + "self-criticism", + "self-cultivation", + "self-deceit", + "self-deception", + "self-defence", + "self-defense", + "self-denial", + "self-depreciation", + "self-destruction", + "self-determination", + "self-digestion", + "self-direction", + "self-discipline", + "self-discovery", + "self-disgust", + "self-distrust", + "self-doubt", + "self-drive", + "self-education", + "self-effacement", + "self-employed_person", + "self-esteem", + "self-evident_truth", + "self-examination", + "self-expression", + "self-feeder", + "self-fertilisation", + "self-fertilization", + "self-flagellation", + "self-fulfillment", + "self-government", + "self-gratification", + "self-hatred", + "self-heal", + "self-help", + "self-hypnosis", + "self-importance", + "self-improvement", + "self-incrimination", + "self-inductance", + "self-induction", + "self-indulgence", + "self-insurance", + "self-interest", + "self-justification", + "self-knowledge", + "self-loader", + "self-love", + "self-mortification", + "self-organisation", + "self-organization", + "self-pity", + "self-pollination", + "self-portrait", + "self-possession", + "self-praise", + "self-preservation", + "self-pride", + "self-propelled_vehicle", + "self-protection", + "self-punishment", + "self-raising_flour", + "self-realisation", + "self-realization", + "self-reformation", + "self-regard", + "self-registering_thermometer", + "self-reliance", + "self-renewal", + "self-renunciation", + "self-report_inventory", + "self-report_personality_inventory", + "self-reproach", + "self-reproof", + "self-respect", + "self-restraint", + "self-rising_flour", + "self-rule", + "self-sacrifice", + "self-satisfaction", + "self-seeker", + "self-seeking", + "self-service", + "self-starter", + "self-stimulation", + "self-sufficiency", + "self-suggestion", + "self-taught_art", + "self-torment", + "self-torture", + "self-will", + "self-worship", + "self-worth", + "self_acceptance", + "selfish_person", + "selfishness", + "selflessness", + "selfsameness", + "seljuk", + "selkirk", + "selkirk_mountains", + "selkup", + "sell", + "sell-by_date", + "seller", + "seller's_market", + "sellers", + "sellers'_market", + "selling", + "selling_agent", + "selling_point", + "selling_price", + "selling_race", + "selloff", + "sellotape", + "sellout", + "selma", + "selsyn", + "seltzer", + "selva", + "selvage", + "selvedge", + "selznick", + "semantic_error", + "semantic_memory", + "semantic_relation", + "semantic_role", + "semanticist", + "semantics", + "semaphore", + "semaphore_plant", + "semarang", + "semasiology", + "semblance", + "semen", + "semester", + "semester_hour", + "semi", + "semi-abstraction", + "semi-climber", + "semi-detached_house", + "semi-skimmed_milk", + "semi-sweet_chocolate", + "semiautomatic", + "semiautomatic_firearm", + "semiautomatic_pistol", + "semibreve", + "semicentenary", + "semicentennial", + "semicircle", + "semicircular_arch", + "semicircular_canal", + "semicolon", + "semicoma", + "semiconducting_material", + "semiconductor", + "semiconductor_device", + "semiconductor_diode", + "semiconductor_unit", + "semiconsciousness", + "semidarkness", + "semidesert", + "semidetached_house", + "semidiameter", + "semiepiphyte", + "semifinal", + "semifinalist", + "semifluidity", + "semigloss", + "semilunar_bone", + "semilunar_cartilage", + "semilunar_valve", + "semimajor_axis", + "semiminor_axis", + "semimonthly", + "seminal_duct", + "seminal_fluid", + "seminal_vesicle", + "seminar", + "seminarian", + "seminarist", + "seminary", + "seminiferous_tubule", + "seminole", + "seminole_bread", + "seminoma", + "semiology", + "semiotician", + "semiotics", + "semiparasite", + "semipermeable_membrane", + "semipro", + "semiprofessional", + "semiquaver", + "semite", + "semitic", + "semitic_deity", + "semitone", + "semitrailer", + "semitrance", + "semitransparency", + "semitropics", + "semivowel", + "semiweekly", + "semnopithecus_entellus", + "semolina", + "sempatch", + "sempiternity", + "sempstress", + "sen", + "senate", + "senate_campaign", + "senate_race", + "senator", + "senatorship", + "send-off", + "sendee", + "sender", + "sendero_luminoso", + "sending", + "sendup", + "sene", + "seneca", + "seneca_lake", + "seneca_snakeroot", + "senecio", + "senecio_aureus", + "senecio_bigelovii", + "senecio_cineraria", + "senecio_cruentus", + "senecio_doublasii", + "senecio_glabellus", + "senecio_jacobaea", + "senecio_milkanioides", + "senecio_triangularis", + "senecio_vulgaris", + "senefelder", + "senega", + "senega_root", + "senega_snakeroot", + "senegal", + "senegal_gum", + "senegalese", + "senegalese_franc", + "seneka_snakeroot", + "senescence", + "seneschal", + "senga_root", + "senhor", + "senile_dementia", + "senile_psychosis", + "senility", + "senior", + "senior_chief_petty_officer", + "senior_citizen", + "senior_class", + "senior_high", + "senior_high_school", + "senior_master_sergeant", + "senior_moment", + "senior_pilot", + "senior_status", + "senior_vice_president", + "seniority", + "seniti", + "senna", + "senna_alata", + "senna_alexandrina", + "senna_auriculata", + "senna_marilandica", + "senna_obtusifolia", + "senna_occidentalis", + "sennacherib", + "sennenhunde", + "sennett", + "sennit", + "senor", + "senora", + "senorita", + "sens", + "sensation", + "sensationalism", + "sensationalist", + "sense", + "sense_datum", + "sense_experience", + "sense_impression", + "sense_modality", + "sense_of_balance", + "sense_of_direction", + "sense_of_duty", + "sense_of_equilibrium", + "sense_of_hearing", + "sense_of_humor", + "sense_of_humour", + "sense_of_movement", + "sense_of_purpose", + "sense_of_responsibility", + "sense_of_right_and_wrong", + "sense_of_shame", + "sense_of_smell", + "sense_of_taste", + "sense_of_the_meeting", + "sense_of_touch", + "sense_organ", + "sense_tagger", + "senselessness", + "sensibility", + "sensible_horizon", + "sensibleness", + "sensing", + "sensing_element", + "sensitisation", + "sensitiser", + "sensitising", + "sensitive", + "sensitive_fern", + "sensitive_pea", + "sensitive_plant", + "sensitiveness", + "sensitivity", + "sensitization", + "sensitizer", + "sensitizing", + "sensitometer", + "sensor", + "sensorimotor_area", + "sensorimotor_region", + "sensorineural_hearing_loss", + "sensorium", + "sensory_activity", + "sensory_aphasia", + "sensory_deprivation", + "sensory_epilepsy", + "sensory_faculty", + "sensory_fiber", + "sensory_hair", + "sensory_nerve", + "sensory_neuron", + "sensory_receptor", + "sensory_system", + "sensualism", + "sensualist", + "sensuality", + "sensualness", + "sensuousness", + "sent", + "sente", + "sentence", + "sentence_stress", + "sentence_structure", + "sentential_function", + "sentience", + "sentiency", + "sentiment", + "sentimentalisation", + "sentimentalism", + "sentimentalist", + "sentimentality", + "sentimentalization", + "sentinel", + "sentry", + "sentry_box", + "sentry_duty", + "sentry_go", + "seoul", + "sep", + "sep_11", + "sepal", + "separability", + "separate", + "separateness", + "separation", + "separation_energy", + "separationism", + "separationist", + "separatism", + "separatist", + "separator", + "separatrix", + "sephardi", + "sephardic_jew", + "sepia", + "sepiidae", + "sepiolite", + "sepoy_mutiny", + "seppuku", + "sepsis", + "sept", + "sept._11", + "septal_defect", + "septation", + "septectomy", + "september", + "september_11", + "september_17", + "september_29", + "september_elm", + "september_equinox", + "septenary", + "septet", + "septette", + "septic_sore_throat", + "septic_tank", + "septicaemia", + "septicemia", + "septicemic_plague", + "septillion", + "septobasidiaceae", + "septobasidium", + "septobasidium_pseudopedicellatum", + "septuagenarian", + "septuagesima", + "septuagesima_sunday", + "septuagint", + "septum", + "sepulcher", + "sepulchre", + "sepulture", + "sequel", + "sequela", + "sequella", + "sequenator", + "sequence", + "sequencer", + "sequential_operation", + "sequestration", + "sequin", + "sequoia", + "sequoia_gigantea", + "sequoia_national_park", + "sequoia_sempervirens", + "sequoia_wellingtonia", + "sequoiadendron", + "sequoiadendron_giganteum", + "sequoya", + "sequoyah", + "seraglio", + "serail", + "serape", + "seraph", + "serax", + "serb", + "serbia", + "serbia_and_montenegro", + "serbian", + "serbo-croat", + "serbo-croatian", + "serdica", + "serenade", + "serendipity", + "sereness", + "serengeti", + "serengeti_national_park", + "serengeti_plain", + "serenity", + "serenoa", + "serenoa_repens", + "serer", + "serf", + "serfdom", + "serfhood", + "serge", + "serge_koussevitzky", + "sergeant", + "sergeant-at-law", + "sergeant_at_arms", + "sergeant_first_class", + "sergeant_fish", + "sergeant_major", + "sergei_aleksandrovich_koussevitzky", + "sergei_diaghilev", + "sergei_eisenstein", + "sergei_mikhailovich_eisenstein", + "sergei_pavlovich_diaghilev", + "sergei_rachmaninoff", + "sergei_rachmaninov", + "sergei_sergeyevich_prokofiev", + "sergei_vasilievich_rachmaninoff", + "sergei_vasilievich_rachmaninov", + "serger", + "serial", + "serial_killer", + "serial_monogamy", + "serial_murderer", + "serial_music", + "serial_operation", + "serial_port", + "serial_printer", + "serial_processing", + "serial_publication", + "serialisation", + "serialism", + "serialization", + "sericea_lespedeza", + "sericocarpus", + "sericterium", + "serictery", + "sericulture", + "sericulturist", + "seriema", + "series", + "series_circuit", + "serif", + "serigraph", + "serigraphy", + "serin", + "serine", + "serinus", + "serinus_canaria", + "seriocomedy", + "seriola", + "seriola_dorsalis", + "seriola_grandis", + "seriola_zonata", + "serious-mindedness", + "serious_music", + "seriousness", + "seriph", + "seriphidium", + "seriphidium_canum", + "seriphidium_maritimum", + "seriphidium_tridentatum", + "seriphus", + "seriphus_politus", + "serjeant", + "serjeant-at-arms", + "serjeant-at-law", + "serkin", + "sermon", + "sermon_on_the_mount", + "sermoniser", + "sermonizer", + "serologist", + "serology", + "serosa", + "serotine", + "serotonin", + "serous_membrane", + "serow", + "serpasil", + "serpens", + "serpent", + "serpent-worship", + "serpent_fern", + "serpent_star", + "serpentes", + "serra", + "serranid", + "serranid_fish", + "serranidae", + "serranus", + "serranus_subligarius", + "serrasalmus", + "serrate_leaf", + "serrated_wrack", + "serratia", + "serratia_marcescens", + "serration", + "serratula", + "serratula_tinctoria", + "serratus", + "serratus_anterior", + "serratus_magnus", + "serratus_muscles", + "serratus_posterior", + "serratus_posterior_inferior", + "serratus_posterior_superior", + "sertoli's_cell", + "sertoli_cell", + "sertraline", + "sertularia", + "sertularian", + "serum", + "serum_albumin", + "serum_disease", + "serum_globulin", + "serum_hepatitis", + "serum_sickness", + "serval", + "servant", + "servant's_entrance", + "servant_girl", + "serve", + "server", + "service", + "service_abroad", + "service_agency", + "service_area", + "service_book", + "service_break", + "service_bureau", + "service_call", + "service_cap", + "service_ceiling", + "service_charge", + "service_club", + "service_contract", + "service_cutback", + "service_department", + "service_door", + "service_elevator", + "service_entrance", + "service_fee", + "service_firm", + "service_industry", + "service_line", + "service_man", + "service_of_process", + "service_program", + "service_road", + "service_routine", + "service_staff", + "service_station", + "service_stripe", + "service_tree", + "serviceability", + "serviceableness", + "serviceberry", + "serviceman", + "services", + "servicing", + "serviette", + "servility", + "serving", + "serving_cart", + "serving_dish", + "serving_girl", + "servitor", + "servitude", + "servo", + "servomechanism", + "servosystem", + "serzone", + "sesame", + "sesame_family", + "sesame_oil", + "sesame_seed", + "sesamoid", + "sesamoid_bone", + "sesamum", + "sesamum_indicum", + "sesbania", + "sesbania_exaltata", + "sesbania_grandiflora", + "seseli", + "sesotho", + "sesquicentennial", + "sesquipedalia", + "sesquipedalian", + "sesquipedality", + "sess", + "sessile_polyp", + "sessile_trillium", + "session", + "session_cookie", + "sessions", + "sestet", + "set", + "set-back", + "set-to", + "set_chisel", + "set_decoration", + "set_gun", + "set_phrase", + "set_piece", + "set_point", + "set_shot", + "set_square", + "set_theory", + "seta", + "setaria", + "setaria_glauca", + "setaria_italica", + "setaria_italica_rubrofructa", + "setaria_italica_stramineofructa", + "setaria_viridis", + "setback", + "sete_quedas", + "seth", + "seth_thomas", + "setline", + "setoff", + "seton", + "setophaga", + "setophaga_ruticilla", + "setscrew", + "setswana", + "sett", + "settee", + "setter", + "setterwort", + "setting", + "setting_hen", + "settle", + "settlement", + "settlement_house", + "settler", + "settling", + "settlings", + "settlor", + "setubal", + "setup", + "seurat", + "sevastopol", + "seven", + "seven-spot", + "seven-up", + "seven_hills_of_rome", + "seven_iron", + "seven_seas", + "seven_wonders_of_the_ancient_world", + "seven_wonders_of_the_world", + "seven_years'_war", + "sevener", + "sevens", + "sevensome", + "seventeen", + "seventeen-year_locust", + "seventeenth", + "seventh", + "seventh-day_adventism", + "seventh_avenue", + "seventh_chord", + "seventh_cranial_nerve", + "seventh_crusade", + "seventh_heaven", + "seventies", + "seventieth", + "seventy", + "seventy-eight", + "severable_contract", + "severalty", + "severance", + "severance_agreement", + "severe_acute_respiratory_syndrome", + "severe_combined_immunodeficiency", + "severe_combined_immunodeficiency_disease", + "severeness", + "severing", + "severity", + "severn", + "severn_river", + "severo_ochoa", + "sevilla", + "seville", + "seville_orange", + "sewage", + "sewage_disposal", + "sewage_disposal_plant", + "sewage_farm", + "sewage_system", + "sewage_works", + "seward", + "seward's_folly", + "seward_peninsula", + "sewellel", + "sewer", + "sewer_gas", + "sewer_line", + "sewer_main", + "sewer_rat", + "sewer_system", + "sewer_water", + "sewerage", + "sewing", + "sewing-machine_operator", + "sewing-machine_stitch", + "sewing_basket", + "sewing_kit", + "sewing_machine", + "sewing_needle", + "sewing_room", + "sewing_stitch", + "sex", + "sex-change_operation", + "sex-linked_disorder", + "sex_act", + "sex_activity", + "sex_appeal", + "sex_bomb", + "sex_cell", + "sex_change", + "sex_character", + "sex_characteristic", + "sex_chromatin", + "sex_chromosome", + "sex_crime", + "sex_drive", + "sex_gland", + "sex_hormone", + "sex_kitten", + "sex_linkage", + "sex_manual", + "sex_object", + "sex_offender", + "sex_offense", + "sex_organ", + "sex_segregation", + "sex_symbol", + "sexadecimal_notation", + "sexadecimal_number_system", + "sexagenarian", + "sexcapade", + "sexiness", + "sexism", + "sexist", + "sexlessness", + "sexploitation", + "sexpot", + "sext", + "sextant", + "sextet", + "sextette", + "sextillion", + "sexton", + "sextuplet", + "sexual_abstention", + "sexual_abuse", + "sexual_activity", + "sexual_arousal", + "sexual_assault", + "sexual_attraction", + "sexual_characteristic", + "sexual_climax", + "sexual_congress", + "sexual_conquest", + "sexual_desire", + "sexual_discrimination", + "sexual_harassment", + "sexual_immorality", + "sexual_intercourse", + "sexual_inversion", + "sexual_love", + "sexual_morality", + "sexual_perversion", + "sexual_pleasure", + "sexual_practice", + "sexual_relation", + "sexual_relationship", + "sexual_reproduction", + "sexual_union", + "sexual_urge", + "sexuality", + "sexually_transmitted_disease", + "seychelles", + "seychelles_islands", + "seychelles_monetary_unit", + "seychelles_rupee", + "seychellois", + "seyhan", + "seyhan_river", + "seymour", + "sezession", + "sfax", + "sforzando", + "sg", + "sga_infant", + "sgml", + "sgraffito", + "sha'ban", + "shaaban", + "shabbiness", + "shabu", + "shabuoth", + "shack", + "shackle", + "shad", + "shad-flower", + "shad_roe", + "shadberry", + "shadblow", + "shadbush", + "shaddock", + "shade", + "shade_tree", + "shades", + "shades_of", + "shadflower", + "shadfly", + "shadiness", + "shading", + "shadow", + "shadow_box", + "shadow_cabinet", + "shadow_play", + "shadow_show", + "shadowboxing", + "shadower", + "shadowgraph", + "shadowiness", + "shadowing", + "shaft", + "shaft_louse", + "shaft_of_light", + "shag", + "shag_rug", + "shagbark", + "shagbark_hickory", + "shagginess", + "shaggy_cap", + "shaggy_dog_story", + "shaggymane", + "shaggymane_mushroom", + "shah", + "shah_jahan", + "shah_of_iran", + "shah_pahlavi", + "shahadah", + "shahaptian", + "shaheed", + "shahn", + "shaitan", + "shake", + "shake-up", + "shakedown", + "shakeout", + "shaker", + "shakers", + "shakespeare", + "shakespearean", + "shakespearean_sonnet", + "shakespearian", + "shakeup", + "shakiness", + "shaking", + "shaking_palsy", + "shako", + "shakspere", + "shakti", + "shaktism", + "shaktist", + "shale", + "shale_oil", + "shall-flower", + "shallon", + "shallot", + "shallow", + "shallow_fording", + "shallowness", + "shallu", + "shalom_asch", + "shalwar", + "sham", + "shaman", + "shamanism", + "shamash", + "shamble", + "shambles", + "shambling", + "shame", + "shame_plant", + "shamefacedness", + "shamefulness", + "shamelessness", + "shamisen", + "shammer", + "shammy", + "shammy_leather", + "shampoo", + "shamrock", + "shamrock_pea", + "shamus", + "shan", + "shandy", + "shandygaff", + "shang", + "shang_dynasty", + "shanghai", + "shanghai_dialect", + "shanghaier", + "shangri-la", + "shank", + "shank's_mare", + "shank's_pony", + "shankar", + "shanks'_mare", + "shanks'_pony", + "shannon", + "shanny", + "shantung", + "shanty", + "shantytown", + "shape", + "shape-up", + "shape_constancy", + "shapelessness", + "shapeliness", + "shaper", + "shaping", + "shaping_machine", + "shaping_tool", + "shapley", + "shard", + "share", + "share-out", + "sharecrop_farmer", + "sharecropper", + "shareholder", + "shareholding", + "shareowner", + "sharer", + "shareware", + "shari", + "shari_river", + "sharia", + "sharia_law", + "shariah", + "shariah_law", + "sharing", + "shark", + "shark-liver_oil", + "shark_oil", + "shark_repellent", + "sharkskin", + "sharksucker", + "sharp", + "sharp-sightedness", + "sharp-tailed_grouse", + "sharp_tongue", + "sharpener", + "sharper", + "sharpie", + "sharpness", + "sharpshooter", + "sharptail_mola", + "sharpy", + "shasta", + "shasta_daisy", + "shasta_salamander", + "shastan", + "shattering", + "shatterproof_glass", + "shave", + "shaver", + "shavian", + "shaving", + "shaving-brush_tree", + "shaving_brush", + "shaving_cream", + "shaving_foam", + "shaving_soap", + "shavous", + "shavuot", + "shavuoth", + "shaw", + "shawl", + "shawm", + "shawn", + "shawnee", + "shawnee_cake", + "shawnee_salad", + "shawny", + "shawwal", + "shay", + "shaytan", + "she-devil", + "she-goat", + "she-oak", + "sheaf", + "shear", + "shearer", + "shearing", + "shears", + "shearwater", + "sheatfish", + "sheath", + "sheath_knife", + "sheath_pile", + "sheathing", + "shebang", + "shebat", + "shebeen", + "shed", + "shedder", + "shedding", + "sheen", + "sheeny", + "sheep", + "sheep's_fescue", + "sheep's_sorrel", + "sheep-tick", + "sheep_bell", + "sheep_botfly", + "sheep_dip", + "sheep_dog", + "sheep_fescue", + "sheep_frog", + "sheep_gadfly", + "sheep_ked", + "sheep_laurel", + "sheep_pen", + "sheep_plant", + "sheep_polypore", + "sheep_rot", + "sheep_sorrel", + "sheep_tick", + "sheepcote", + "sheepdog", + "sheepfold", + "sheepherder", + "sheepishness", + "sheepman", + "sheeprun", + "sheepshank", + "sheepshead", + "sheepshead_porgy", + "sheepshearing", + "sheepskin", + "sheepskin_coat", + "sheepwalk", + "sheesha", + "sheet", + "sheet-metal_work", + "sheet_anchor", + "sheet_bend", + "sheet_glass", + "sheet_iron", + "sheet_lighting", + "sheet_metal", + "sheet_music", + "sheet_of_paper", + "sheet_pile", + "sheet_piling", + "sheet_web", + "sheeting", + "sheetrock", + "sheffield", + "shegetz", + "sheik", + "sheika", + "sheikdom", + "sheikh", + "sheikha", + "sheikhdom", + "shekel", + "shekels", + "shel_silverstein", + "shelby_silverstein", + "sheldrake", + "shelduck", + "shelf", + "shelf_bracket", + "shelf_fungus", + "shelf_ice", + "shelf_life", + "shelfful", + "shell", + "shell-flower", + "shell_bean", + "shell_bean_plant", + "shell_collecting", + "shell_corporation", + "shell_entity", + "shell_game", + "shell_ginger", + "shell_jacket", + "shell_parakeet", + "shell_plating", + "shell_shock", + "shell_stitch", + "shellac", + "shellac_varnish", + "shellac_wax", + "shellbark", + "shellbark_hickory", + "sheller", + "shelley", + "shellfire", + "shellfish", + "shellflower", + "shelling", + "shelter", + "shelter_deck", + "shelter_tent", + "shelterbelt", + "sheltered_workshop", + "shelton_jackson_lee", + "shelver", + "shem", + "shema", + "shemozzle", + "shen-pao", + "shenandoah_national_park", + "shenandoah_river", + "shenandoah_valley", + "shenanigan", + "shenyang", + "shepard", + "shepherd", + "shepherd's_clock", + "shepherd's_crook", + "shepherd's_pie", + "shepherd's_pipe", + "shepherd's_pouch", + "shepherd's_purse", + "shepherd_dog", + "shepherdess", + "sheraton", + "sherbert", + "sherbet", + "sherd", + "sheridan", + "sheriff", + "sheriff's_sale", + "sherlock", + "sherlock_holmes", + "sherman", + "sherpa", + "sherrington", + "sherry", + "sherwood", + "sherwood_anderson", + "sherwood_forest", + "shetland", + "shetland_islands", + "shetland_pony", + "shetland_sheep_dog", + "shetland_sheepdog", + "shetland_wool", + "shevat", + "shevchenko", + "shf", + "shi'ite", + "shi'ite_muslim", + "shia", + "shia_muslim", + "shiah", + "shiah_islam", + "shiatsu", + "shibah", + "shibboleth", + "shield", + "shield_fern", + "shield_of_david", + "shielder", + "shielding", + "shift", + "shift_key", + "shift_register", + "shifter", + "shiftiness", + "shifting", + "shiftlessness", + "shiga_bacillus", + "shigella", + "shigella_dysentariae", + "shigellosis", + "shih-tzu", + "shiism", + "shiitake", + "shiitake_mushroom", + "shiite", + "shiite_muslim", + "shikoku", + "shiksa", + "shikse", + "shill", + "shillalah", + "shillelagh", + "shilling", + "shillyshally", + "shiloh", + "shim", + "shimchath_torah", + "shimmer", + "shimmy", + "shin", + "shin_bet", + "shin_bone", + "shin_guard", + "shin_splints", + "shina", + "shinbone", + "shindig", + "shindy", + "shine", + "shiner", + "shingle", + "shingle_oak", + "shingle_tree", + "shingler", + "shingles", + "shingling", + "shingon", + "shininess", + "shining", + "shining_clubmoss", + "shining_path", + "shining_sumac", + "shining_willow", + "shinleaf", + "shinney", + "shinny", + "shinpad", + "shinplaster", + "shinto", + "shintoism", + "shintoist", + "shiny_lyonia", + "ship", + "ship's_bell", + "ship's_boat", + "ship's_chandler", + "ship's_company", + "ship's_galley", + "ship's_officer", + "ship's_papers", + "ship-breaker", + "ship-towed_long-range_acoustic_detection_system", + "ship_biscuit", + "ship_broker", + "ship_builder", + "ship_building", + "ship_canal", + "ship_chandler", + "ship_money", + "ship_of_the_line", + "ship_route", + "shipboard_duty", + "shipboard_soldier", + "shipboard_system", + "shipbuilder", + "shipbuilding", + "shipbuilding_industry", + "shipload", + "shipmate", + "shipment", + "shipowner", + "shipper", + "shipping", + "shipping_agent", + "shipping_articles", + "shipping_clerk", + "shipping_company", + "shipping_fever", + "shipping_office", + "shipping_pneumonia", + "shipping_room", + "shipside", + "shipway", + "shipworm", + "shipwreck", + "shipwreck_survivor", + "shipwright", + "shipyard", + "shiraz", + "shire", + "shire_horse", + "shire_town", + "shirer", + "shirker", + "shirking", + "shirley_temple", + "shirley_temple_black", + "shirodkar's_operation", + "shirred_egg", + "shirring", + "shirt", + "shirt_button", + "shirtdress", + "shirtfront", + "shirting", + "shirtlifter", + "shirtmaker", + "shirtsleeve", + "shirtsleeves", + "shirttail", + "shirtwaist", + "shirtwaister", + "shish_kebab", + "shisha", + "shit", + "shite", + "shithead", + "shitlist", + "shittah", + "shittah_tree", + "shitter", + "shittim", + "shittimwood", + "shitting", + "shitwork", + "shiv", + "shiva", + "shivah", + "shivaism", + "shivaist", + "shivaree", + "shiver", + "shivering", + "shlemiel", + "shlep", + "shlepper", + "shlimazel", + "shlock", + "shlockmeister", + "shmaltz", + "shmear", + "shmegegge", + "shmo", + "shmooze", + "shmuck", + "shnook", + "shnorrer", + "shoal", + "shoat", + "shock", + "shock_absorber", + "shock_therapy", + "shock_treatment", + "shock_troops", + "shock_wave", + "shocker", + "shockley", + "shoddiness", + "shoddy", + "shoe", + "shoe-shop", + "shoe_black", + "shoe_bomb", + "shoe_collar", + "shoe_industry", + "shoe_lace", + "shoe_leather", + "shoe_polish", + "shoe_repairing", + "shoe_shop", + "shoe_store", + "shoe_string", + "shoebill", + "shoebird", + "shoeblack", + "shoeblack_plant", + "shoebox", + "shoeful", + "shoehorn", + "shoelace", + "shoemaker", + "shoemaker's_last", + "shoemaking", + "shoes", + "shoeshine", + "shoestring", + "shoestring_catch", + "shoestring_fungus", + "shoetree", + "shofar", + "shogi", + "shogun", + "shogunate", + "shoji", + "sholem_asch", + "sholom_asch", + "shona", + "shoo-in", + "shoo_fly", + "shoofly", + "shoofly_pie", + "shook", + "shoot", + "shoot-'em-up", + "shoot-down", + "shooter", + "shooting", + "shooting_box", + "shooting_brake", + "shooting_gallery", + "shooting_iron", + "shooting_lodge", + "shooting_preserve", + "shooting_range", + "shooting_script", + "shooting_star", + "shooting_stick", + "shootout", + "shop", + "shop_assistant", + "shop_bell", + "shop_boy", + "shop_class", + "shop_clerk", + "shop_floor", + "shop_girl", + "shop_mechanic", + "shop_steward", + "shop_talk", + "shop_window", + "shopaholic", + "shopfront", + "shophar", + "shopkeeper", + "shoplifter", + "shoplifting", + "shopper", + "shopping", + "shopping_bag", + "shopping_basket", + "shopping_cart", + "shopping_center", + "shopping_centre", + "shopping_list", + "shopping_mall", + "shopwalker", + "shopwindow", + "shore", + "shore_bird", + "shore_boulder", + "shore_duty", + "shore_leave", + "shore_patrol", + "shore_pine", + "shore_station", + "shorea", + "shorea_teysmanniana", + "shorebird", + "shoreline", + "shoring", + "shoring_up", + "short", + "short's_aster", + "short-billed_marsh_wren", + "short-grass", + "short-horned_grasshopper", + "short-leaf_pine", + "short-spurred_fragrant_orchid", + "short-staple_cotton", + "short-stop", + "short-stop_bath", + "short-tailed_shrew", + "short-term_memory", + "short-toed_eagle", + "short_account", + "short_aria", + "short_bone", + "short_circuit", + "short_covering", + "short_division", + "short_gastric_artery", + "short_hundredweight", + "short_iron", + "short_letter", + "short_line", + "short_list", + "short_order", + "short_pants", + "short_ribs", + "short_sale", + "short_saphenous_vein", + "short_selling", + "short_shrift", + "short_sleep", + "short_sleeve", + "short_story", + "short_subject", + "short_temper", + "short_ton", + "short_wave", + "short_whist", + "shortage", + "shortbread", + "shortbread_cookie", + "shortcake", + "shortcoming", + "shortcut", + "shortener", + "shortening", + "shortfall", + "shortfin_mako", + "shortgrass", + "shorthand", + "shorthand_typist", + "shorthorn", + "shortia", + "shortia_galacifolia", + "shortleaf_pine", + "shortleaf_yellow_pine", + "shortlist", + "shortness", + "shortness_of_breath", + "shorts", + "shortsightedness", + "shortstop", + "shorttail_weasel", + "shortwave_diathermy_machine", + "shoshone", + "shoshonean", + "shoshonean_language", + "shoshoni", + "shoshonian", + "shoshonian_language", + "shostakovich", + "shot", + "shot_glass", + "shot_hole", + "shot_metal", + "shot_put", + "shot_putter", + "shot_tower", + "shote", + "shotgun", + "shotgun_shell", + "shoulder", + "shoulder_bag", + "shoulder_blade", + "shoulder_board", + "shoulder_bone", + "shoulder_flash", + "shoulder_girdle", + "shoulder_holster", + "shoulder_joint", + "shoulder_mark", + "shoulder_pad", + "shoulder_patch", + "shoulder_strap", + "shoulder_vise", + "shouldered_arch", + "shout", + "shouter", + "shouting", + "shove", + "shove-ha'penny", + "shove-halfpenny", + "shovel", + "shovel_board", + "shovel_hat", + "shovelboard", + "shoveler", + "shovelful", + "shovelhead", + "shoveller", + "shovelnose_catfish", + "shover", + "show", + "show-off", + "show-stopper", + "show_bill", + "show_biz", + "show_business", + "show_card", + "show_me_state", + "show_time", + "show_trial", + "show_window", + "showboat", + "showcase", + "showdown", + "shower", + "shower_bath", + "shower_cap", + "shower_curtain", + "shower_room", + "shower_stall", + "showerhead", + "showgirl", + "showiness", + "showing", + "showjumping", + "showman", + "showmanship", + "showpiece", + "showplace", + "showroom", + "showstopper", + "showtime", + "showy_daisy", + "showy_goldenrod", + "showy_lady's-slipper", + "showy_lady_slipper", + "showy_milkweed", + "showy_orchis", + "showy_sunflower", + "shrapnel", + "shred", + "shredder", + "shreveport", + "shrew", + "shrew_mole", + "shrewdness", + "shrewishness", + "shrewmouse", + "shriek", + "shrieking", + "shrift", + "shrike", + "shrilling", + "shrillness", + "shrimp", + "shrimp-fish", + "shrimp_butter", + "shrimp_cocktail", + "shrimp_newburg", + "shrimp_sauce", + "shrimper", + "shrimpfish", + "shrine", + "shrink", + "shrink-wrap", + "shrink-wrapped_software", + "shrinkage", + "shrinking", + "shrinking_violet", + "shroud", + "shrove_tuesday", + "shrovetide", + "shrub", + "shrubbery", + "shrubby_bittersweet", + "shrubby_penstemon", + "shrubby_st_john's_wort", + "shrublet", + "shrug", + "shtick", + "shtickl", + "shtik", + "shtikl", + "shtup", + "shua", + "shuck", + "shucks", + "shudder", + "shudra", + "shuffle", + "shuffleboard", + "shuffler", + "shuffling", + "shufti", + "shuha_shinto", + "shumac", + "shumard_oak", + "shumard_red_oak", + "shun_giku", + "shunning", + "shunt", + "shunt_circuit", + "shunter", + "shut-in", + "shutdown", + "shute", + "shuteye", + "shutout", + "shutter", + "shutterbug", + "shutting", + "shutting_post", + "shuttle", + "shuttle_bus", + "shuttle_diplomacy", + "shuttle_helicopter", + "shuttlecock", + "shuttlecock_fern", + "shwa", + "shy", + "shy_person", + "shylock", + "shyness", + "shyster", + "si", + "si_system", + "si_unit", + "sial", + "sialadenitis", + "sialia", + "sialidae", + "sialis", + "sialis_lutaria", + "sialolith", + "siam", + "siamang", + "siamese", + "siamese_cat", + "siamese_connection", + "siamese_twin", + "sian", + "sib", + "sibelius", + "siberia", + "siberian", + "siberian_crab", + "siberian_crab_apple", + "siberian_elm", + "siberian_husky", + "siberian_larch", + "siberian_millet", + "siberian_pea_tree", + "siberian_spruce", + "siberian_wall_flower", + "sibilant", + "sibilant_consonant", + "sibilation", + "sibine", + "sibley_tent", + "sibling", + "sibyl", + "siccative", + "sichuan", + "sicilia", + "sicilian", + "sicilian_mafia", + "sicilian_pizza", + "sicily", + "sick", + "sick_bag", + "sick_benefit", + "sick_berth", + "sick_call", + "sick_headache", + "sick_joke", + "sick_leave", + "sick_list", + "sick_parade", + "sick_pay", + "sick_person", + "sickbag", + "sickbay", + "sickbed", + "sickeningness", + "sickle", + "sickle-cell_anaemia", + "sickle-cell_anemia", + "sickle-cell_disease", + "sickle_alfalfa", + "sickle_cell", + "sickle_feather", + "sickle_lucerne", + "sickle_medick", + "sicklepod", + "sickleweed_golden_aster", + "sickness", + "sickness_benefit", + "sickroom", + "sid_caesar", + "sida", + "sida_hermaphrodita", + "sida_rhombifolia", + "sida_spinosa", + "sidalcea", + "sidalcea_malviflora", + "siddhartha", + "siddons", + "side", + "side-blotched_lizard", + "side-glance", + "side-look", + "side-wheeler", + "side-whiskers", + "side_arm", + "side_chair", + "side_chapel", + "side_dish", + "side_door", + "side_drum", + "side_effect", + "side_entrance", + "side_horse", + "side_judge", + "side_of_bacon", + "side_of_beef", + "side_of_meat", + "side_of_pork", + "side_order", + "side_pocket", + "side_road", + "side_street", + "side_view", + "side_yard", + "sidebar", + "sideboard", + "sideburn", + "sidecar", + "sidekick", + "sidelight", + "sideline", + "sidereal_day", + "sidereal_hour", + "sidereal_month", + "sidereal_time", + "sidereal_year", + "siderite", + "sideritis", + "sideroblast", + "sideroblastic_anaemia", + "sideroblastic_anemia", + "siderochrestic_anaemia", + "siderochrestic_anemia", + "siderocyte", + "sideropenia", + "siderophilin", + "siderosis", + "sidesaddle", + "sideshow", + "sideslip", + "sidesman", + "sidesplitter", + "sidestep", + "sidestroke", + "sideswipe", + "sidetrack", + "sidewalk", + "sidewall", + "sidewinder", + "siding", + "sidney", + "sidney_caesar", + "sidney_james_webb", + "sidney_poitier", + "sidney_webb", + "sidon", + "sidonie-gabrielle_claudine_colette", + "sidonie-gabrielle_colette", + "sids", + "siege", + "siege_of_orleans", + "siege_of_syracuse", + "siege_of_vicksburg", + "siege_of_yorktown", + "siege_perilous", + "siegfried", + "siegfried_line", + "siemens", + "sienna", + "sierra", + "sierra_leone", + "sierra_leone_monetary_unit", + "sierra_leonean", + "sierra_lodgepole_pine", + "sierra_madre_occidental", + "sierra_madre_oriental", + "sierra_nevada", + "sierra_nevada_mountains", + "sierra_plum", + "sierra_redwood", + "siesta", + "sieur_de_lasalle", + "sieva_bean", + "sieve", + "sieve_tube", + "sif", + "sifter", + "sifting", + "sigeh", + "sigh", + "sight", + "sight_bill", + "sight_draft", + "sight_gag", + "sight_setting", + "sightedness", + "sighting", + "sightlessness", + "sightreader", + "sights", + "sightseeing", + "sightseer", + "sigint", + "sigma", + "sigmodon", + "sigmodon_hispidus", + "sigmoid_colon", + "sigmoid_flexure", + "sigmoid_sinus", + "sigmoid_vein", + "sigmoidectomy", + "sigmoidoscope", + "sigmoidoscopy", + "sigmund_freud", + "sigmund_romberg", + "sign", + "sign_industry", + "sign_language", + "sign_manual", + "sign_of_the_cross", + "sign_of_the_zodiac", + "sign_painter", + "signage", + "signal", + "signal-to-noise", + "signal-to-noise_ratio", + "signal/noise", + "signal/noise_ratio", + "signal_box", + "signal_caller", + "signal_detection", + "signal_fire", + "signal_flag", + "signal_level", + "signal_light", + "signal_tower", + "signaler", + "signaling", + "signaling_device", + "signalisation", + "signalization", + "signaller", + "signalman", + "signals_intelligence", + "signatory", + "signature", + "signature_recognition", + "signature_tune", + "signboard", + "signer", + "signet", + "signet_ring", + "significance", + "significant_digit", + "significant_figure", + "significant_other", + "signification", + "signified", + "signifier", + "signing", + "signior", + "signor", + "signora", + "signore", + "signorina", + "signory", + "signpost", + "sigrid_undset", + "sigurd", + "sigyn", + "sihasapa", + "sika", + "sikh", + "sikhism", + "sikkim", + "sikorsky", + "silage", + "sild", + "sildenafil", + "sildenafil_citrate", + "silence", + "silencer", + "silene", + "silene_acaulis", + "silene_caroliniana", + "silene_dioica", + "silene_latifolia", + "silene_uniflora", + "silene_virginica", + "silene_vulgaris", + "silent_butler", + "silent_movie", + "silent_partner", + "silent_person", + "silent_picture", + "silent_treatment", + "silents", + "silenus", + "silesia", + "silex", + "silhouette", + "silica", + "silica_gel", + "silicate", + "silicic_acid", + "silicide", + "silicle", + "silicon", + "silicon_bronze", + "silicon_carbide", + "silicon_chip", + "silicon_dioxide", + "silicon_oxide", + "silicon_valley", + "silicone", + "silicone_polymer", + "silicone_resin", + "silicone_rubber", + "silicosis", + "siliqua", + "silique", + "silk", + "silk-cotton_tree", + "silk_cotton", + "silk_gland", + "silk_grass", + "silk_hat", + "silk_oak", + "silk_road", + "silk_screen_print", + "silk_stocking", + "silk_tree", + "silk_vine", + "silk_wood", + "silkgrass", + "silkiness", + "silks", + "silkscreen", + "silkweed", + "silkwood", + "silkworm", + "silkworm_moth", + "silkworm_seed", + "silky_anteater", + "silky_cornel", + "silky_dogwood", + "silky_elm", + "silky_oak", + "silky_pocket_mouse", + "silky_tamarin", + "silky_terrier", + "silky_willow", + "silky_wisteria", + "sill", + "sillabub", + "sillaginidae", + "sillago", + "silliness", + "sills", + "silly", + "silly_season", + "silo", + "siloxane", + "silphium", + "silphium_laciniatum", + "silt", + "siltstone", + "silurian", + "silurian_period", + "silurid", + "silurid_fish", + "siluridae", + "siluriform_fish", + "siluriformes", + "silurus", + "silurus_glanis", + "silva", + "silvan", + "silvanus", + "silver", + "silver-bell_tree", + "silver-bush", + "silver-lace", + "silver-leaved_nettle", + "silver-leaved_nightshade", + "silver-leaved_poplar", + "silver-tip", + "silver-worker", + "silver_age", + "silver_ash", + "silver_beech", + "silver_bell", + "silver_berry", + "silver_birch", + "silver_bromide", + "silver_bullet", + "silver_certificate", + "silver_chloride", + "silver_city", + "silver_cord", + "silver_dollar", + "silver_fern", + "silver_fir", + "silver_fox", + "silver_grass", + "silver_gray", + "silver_grey", + "silver_hake", + "silver_iodide", + "silver_jenny", + "silver_jubilee", + "silver_lace", + "silver_lace_vine", + "silver_lime", + "silver_linden", + "silver_lining", + "silver_maple", + "silver_medal", + "silver_mine", + "silver_nitrate", + "silver_oak", + "silver_perch", + "silver_pine", + "silver_plate", + "silver_protein", + "silver_quandong", + "silver_quandong_tree", + "silver_sage", + "silver_sagebrush", + "silver_salmon", + "silver_screen", + "silver_solder", + "silver_spoon", + "silver_spruce", + "silver_standard", + "silver_star", + "silver_star_medal", + "silver_state", + "silver_storm", + "silver_thatch", + "silver_tree", + "silver_tree_fern", + "silver_vine", + "silver_wattle", + "silver_wedding_anniversary", + "silver_whiting", + "silver_willow", + "silverback", + "silverbell_tree", + "silverberry", + "silverbush", + "silverfish", + "silverleaf_nightshade", + "silverpoint", + "silverrod", + "silverside", + "silversides", + "silversmith", + "silverspot", + "silverstein", + "silversword", + "silvertip", + "silvertop_palmetto", + "silvervine", + "silverware", + "silverweed", + "silverwork", + "silverworker", + "silvery_spleenwort", + "silvery_wormwood", + "silvex", + "silvia", + "silvia_atricapilla", + "silviculture", + "silybum", + "silybum_marianum", + "sima", + "simal", + "simarouba", + "simarouba_amara", + "simarouba_glauca", + "simaroubaceae", + "simazine", + "simchas_torah", + "simchat_torah", + "simenon", + "simeon", + "simhat_torah", + "simhath_torah", + "simian", + "similarity", + "simile", + "similitude", + "simmer", + "simmering", + "simmpleness", + "simnel", + "simoleons", + "simon", + "simon_bolivar", + "simon_de_montfort", + "simon_kuznets", + "simon_legree", + "simon_marks", + "simon_newcomb", + "simon_peter", + "simon_the_canaanite", + "simon_the_zealot", + "simon_zelotes", + "simone_de_beauvoir", + "simone_weil", + "simoniz", + "simony", + "simoom", + "simoon", + "simper", + "simperer", + "simple", + "simple_absence", + "simple_closed_curve", + "simple_eye", + "simple_fraction", + "simple_fracture", + "simple_fruit", + "simple_harmonic_motion", + "simple_interest", + "simple_leaf", + "simple_machine", + "simple_mastectomy", + "simple_microscope", + "simple_mindedness", + "simple_pendulum", + "simple_phobia", + "simple_pistil", + "simple_protein", + "simple_regression", + "simple_sentence", + "simple_sugar", + "simpleness", + "simpleton", + "simplicity", + "simplification", + "simplism", + "simpson", + "simpson_desert", + "simulacrum", + "simulated_military_operation", + "simulation", + "simulative_electronic_deception", + "simulator", + "simulcast", + "simuliidae", + "simulium", + "simultaneity", + "simultaneous_equations", + "simultaneous_operation", + "simultaneousness", + "simvastatin", + "sin", + "sinai", + "sinai_desert", + "sinai_peninsula", + "sinanthropus", + "sinapis", + "sinapis_alba", + "sinapis_arvensis", + "sinapism", + "sinatra", + "sinbad", + "sinbad_the_sailor", + "sincerity", + "sinciput", + "sinclair", + "sinclair_lewis", + "sind", + "sindhi", + "sine", + "sine_curve", + "sine_qua_non", + "sine_wave", + "sinecure", + "sinequan", + "sinew", + "sinfulness", + "sing-kwa", + "singalong", + "singan", + "singapore", + "singapore_dollar", + "singapore_island", + "singaporean", + "singe", + "singer", + "singhalese", + "singing", + "singing_voice", + "single", + "single-breasted_jacket", + "single-breasted_suit", + "single-entry_bookkeeping", + "single-foot", + "single-leaf", + "single-leaf_pine", + "single-leaf_pinyon", + "single-member_system", + "single-mindedness", + "single-propeller_plane", + "single-reed_instrument", + "single-reed_woodwind", + "single-rotor_helicopter", + "single-spacing", + "single-valued_function", + "single_bed", + "single_combat", + "single_cream", + "single_crochet", + "single_dwelling", + "single_entry", + "single_file", + "single_nucleotide_polymorphism", + "single_prop", + "single_quote", + "single_shell", + "single_stitch", + "single_supplement", + "single_tax", + "singleness", + "singles", + "singlestick", + "singlet", + "singletary_pea", + "singleton", + "singsong", + "singular", + "singular_form", + "singular_matrix", + "singularity", + "singultus", + "sinhala", + "sinhalese", + "sinistrality", + "sinitic", + "sinitic_language", + "sink", + "sinker", + "sinkhole", + "sinkiang", + "sinking", + "sinking_feeling", + "sinking_fund", + "sinking_spell", + "sinlessness", + "sinn_fein", + "sinner", + "sinning", + "sinningia", + "sinningia_speciosa", + "sino-japanese_war", + "sino-tibetan", + "sino-tibetan_language", + "sinoatrial_node", + "sinologist", + "sinology", + "sinoper", + "sinopia", + "sinopis", + "sinornis", + "sinuosity", + "sinuousness", + "sinus", + "sinus_cavernosus", + "sinus_coronarius", + "sinus_ethmoidales", + "sinus_headache", + "sinus_paranasales", + "sinus_rectus", + "sinus_sigmoideus", + "sinus_transversus", + "sinus_venosus_sclerae", + "sinusitis", + "sinusoid", + "sinusoidal_projection", + "sion", + "siouan", + "siouan_language", + "sioux", + "sioux_city", + "sioux_falls", + "sip", + "sipah-e-sahaba", + "siphon", + "siphonaptera", + "siphonophora", + "siphonophore", + "sipper", + "sipuncula", + "sipunculid", + "siqueiros", + "sir", + "sir_alan_hodgkin", + "sir_alec_guinness", + "sir_alexander_fleming", + "sir_alexander_korda", + "sir_alexander_mackenzie", + "sir_alexander_robertus_todd", + "sir_alfred_charles_bernard_lovell", + "sir_alfred_hitchcock", + "sir_angus_wilson", + "sir_anthony_hopkins", + "sir_anthony_philip_hopkins", + "sir_anthony_vandyke", + "sir_arthur_conan_doyle", + "sir_arthur_john_evans", + "sir_arthur_stanley_eddington", + "sir_arthur_sullivan", + "sir_arthur_travers_harris", + "sir_barton", + "sir_bernard_law_montgomery", + "sir_bernard_lovell", + "sir_bernard_williams", + "sir_charles_leonard_woolley", + "sir_charles_scott_sherrington", + "sir_charles_spencer_chaplin", + "sir_charles_wheatstone", + "sir_charles_william_siemens", + "sir_christopher_wren", + "sir_clive_marles_sinclair", + "sir_david_alexander_cecil_low", + "sir_david_bruce", + "sir_david_low", + "sir_edmund_hillary", + "sir_edmund_percival_hillary", + "sir_edward_elgar", + "sir_edward_victor_appleton", + "sir_edward_william_elgar", + "sir_edwin_landseer_luytens", + "sir_edwin_lutyens", + "sir_ernst_boris_chain", + "sir_francis_bacon", + "sir_francis_drake", + "sir_francis_galton", + "sir_frank_whittle", + "sir_fred_hoyle", + "sir_frederick_ashton", + "sir_frederick_gowland_hopkins", + "sir_frederick_grant_banting", + "sir_frederick_handley_page", + "sir_frederick_william_herschel", + "sir_galahad", + "sir_gawain", + "sir_geoffrey_wilkinson", + "sir_george_otto_trevelyan", + "sir_george_paget_thomson", + "sir_geraint", + "sir_hans_adolf_krebs", + "sir_harold_george_nicolson", + "sir_harold_walter_kroto", + "sir_harry_maclennan_lauder", + "sir_henry_bessemer", + "sir_henry_joseph_wood", + "sir_henry_maxmilian_beerbohm", + "sir_henry_morgan", + "sir_henry_morton_stanley", + "sir_henry_percy", + "sir_henry_rider_haggard", + "sir_henry_wood", + "sir_herbert_beerbohm_tree", + "sir_hiram_stevens_maxim", + "sir_howard_walter_florey", + "sir_humphrey_davy", + "sir_humphrey_gilbert", + "sir_isaac_newton", + "sir_isaac_pitman", + "sir_jack_hobbs", + "sir_jacob_epstein", + "sir_james_augustus_henry_murray", + "sir_james_augustus_murray", + "sir_james_clark_ross", + "sir_james_dewar", + "sir_james_george_frazer", + "sir_james_matthew_barrie", + "sir_james_murray", + "sir_james_paget", + "sir_james_paul_mccartney", + "sir_james_young_simpson", + "sir_john_carew_eccles", + "sir_john_cockcroft", + "sir_john_cowdery_kendrew", + "sir_john_douglas_cockcroft", + "sir_john_everett_millais", + "sir_john_falstaff", + "sir_john_frederick_william_herschel", + "sir_john_gielgud", + "sir_john_hawkins", + "sir_john_hawkyns", + "sir_john_herschel", + "sir_john_ross", + "sir_john_suckling", + "sir_john_tenniel", + "sir_john_vanbrigh", + "sir_joseph_banks", + "sir_joseph_john_thomson", + "sir_joseph_paxton", + "sir_joshua_reynolds", + "sir_karl_raimund_popper", + "sir_lancelot", + "sir_laurence_kerr_olivier", + "sir_leonard_hutton", + "sir_leonard_woolley", + "sir_leslie_stephen", + "sir_martin_frobisher", + "sir_matthew_flinders", + "sir_mortimer_wheeler", + "sir_noel_pierce_coward", + "sir_oliver_joseph_lodge", + "sir_oliver_lodge", + "sir_patrick_manson", + "sir_paul_gavrilovich_vinogradoff", + "sir_peter_brian_medawar", + "sir_peter_paul_rubens", + "sir_peter_ustinov", + "sir_philip_sidney", + "sir_rabindranath_tagore", + "sir_ralph_david_richardson", + "sir_rex_harrison", + "sir_richard_burton", + "sir_richard_francis_burton", + "sir_richard_owen", + "sir_richrd_steele", + "sir_robert_eric_mortimer_wheeler", + "sir_robert_peel", + "sir_robert_robinson", + "sir_robert_walpole", + "sir_roger_gilbert_bannister", + "sir_ronald_ross", + "sir_sarvepalli_radhakrishnan", + "sir_seretse_khama", + "sir_stephen_harold_spender", + "sir_terence_mervyn_rattigan", + "sir_thomas_gresham", + "sir_thomas_lawrence", + "sir_thomas_malory", + "sir_thomas_more", + "sir_thomas_raffles", + "sir_thomas_stamford_raffles", + "sir_thomas_wyat", + "sir_thomas_wyatt", + "sir_tim_rice", + "sir_tom_stoppard", + "sir_walter_norman_haworth", + "sir_walter_ralegh", + "sir_walter_raleigh", + "sir_walter_scott", + "sir_william_alexander_craigie", + "sir_william_chambers", + "sir_william_crookes", + "sir_william_gerald_golding", + "sir_william_gilbert", + "sir_william_herschel", + "sir_william_huggins", + "sir_william_rowan_hamilton", + "sir_william_turner_walton", + "sir_william_wallace", + "sir_william_walton", + "sir_winston_leonard_spenser_churchill", + "sir_yehudi_menuhin", + "sirach", + "siracusa", + "siraj-ud-daula", + "sirc", + "sirdar", + "sire", + "siren", + "siren_call", + "siren_song", + "sirenia", + "sirenian", + "sirenian_mammal", + "sirenidae", + "siriasis", + "siris", + "siris_tree", + "sirius", + "sirloin", + "sirloin_steak", + "sirloin_tip", + "sirocco", + "sirrah", + "sirup", + "sis", + "sisal", + "sisal_family", + "sisal_hemp", + "sise", + "sisham", + "siskin", + "siskiyou_lewisia", + "sison", + "sison_amomum", + "sissiness", + "sissoo", + "sissu", + "sissy", + "sister", + "sister-in-law", + "sister_ship", + "sisterhood", + "sistership", + "sistine_chapel", + "sistrurus", + "sistrurus_catenatus", + "sistrurus_miliaris", + "sisymbrium_barbarea", + "sisymbrium_officinale", + "sisymbrium_tanacetifolia", + "sisyphus", + "sisyridae", + "sisyrinchium", + "sit-down", + "sit-down_strike", + "sit-in", + "sit-up", + "sita", + "sitar", + "sitar_player", + "sitcom", + "site", + "site_visit", + "sitka", + "sitka_spruce", + "sitka_willow", + "sitophylus", + "sitophylus_oryzae", + "sitotroga", + "sitotroga_cerealella", + "sitsang", + "sitta", + "sitta_canadensis", + "sitta_carolinensis", + "sitta_europaea", + "sitter", + "sittidae", + "sitting", + "sitting_bull", + "sitting_duck", + "sitting_room", + "sitting_trot", + "situation", + "situation_comedy", + "sitwell", + "sitz_bath", + "sium", + "sium_latifolium", + "sium_sisarum", + "sium_suave", + "siva", + "sivaism", + "sivan", + "sivapithecus", + "siwan", + "six", + "six-day_war", + "six-footer", + "six-gilled_shark", + "six-gun", + "six-lined_racerunner", + "six-pack", + "six-shooter", + "six-spot", + "six_day_war", + "six_nations", + "six_pack", + "sixer", + "sixpack", + "sixpence", + "sixpenny_nail", + "sixsome", + "sixteen", + "sixteen_personality_factor_questionnaire", + "sixteenth", + "sixteenth_note", + "sixteenth_part", + "sixth", + "sixth-former", + "sixth_baron_byron_of_rochdale", + "sixth_cranial_nerve", + "sixth_crusade", + "sixth_sense", + "sixties", + "sixtieth", + "sixtus_iv", + "sixty", + "sixty-fourth", + "sixty-fourth_note", + "sixty-nine", + "size", + "size_constancy", + "size_of_it", + "size_stick", + "sizeableness", + "sizing", + "sizzle", + "sjaelland", + "sk-ampicillin", + "skag", + "skagens_odde", + "skagerak", + "skagerrak", + "skagit", + "skagway", + "skanda", + "skank", + "skate", + "skateboard", + "skateboarder", + "skateboarding", + "skater", + "skating", + "skating_rink", + "skaw", + "skeat", + "skedaddle", + "skeen_arch", + "skeet", + "skeet_shooting", + "skeeter_hawk", + "skeg", + "skein", + "skeletal_frame", + "skeletal_muscle", + "skeletal_structure", + "skeletal_system", + "skeleton", + "skeleton_fork_fern", + "skeleton_in_the_closet", + "skeleton_in_the_cupboard", + "skeleton_key", + "skeleton_shrimp", + "skene_arch", + "skep", + "skepful", + "skeptic", + "skepticism", + "sketch", + "sketch_block", + "sketch_map", + "sketch_pad", + "sketchbook", + "sketcher", + "sketchiness", + "skew_arch", + "skew_correlation", + "skewer", + "skewness", + "ski", + "ski-plane", + "ski_binding", + "ski_boot", + "ski_cap", + "ski_conditions", + "ski_jacket", + "ski_jump", + "ski_jumper", + "ski_jumping", + "ski_lift", + "ski_lodge", + "ski_mask", + "ski_parka", + "ski_pole", + "ski_race", + "ski_rack", + "ski_resort", + "ski_run", + "ski_slope", + "ski_tow", + "ski_trail", + "ski_wax", + "skiagram", + "skiagraph", + "skiagraphy", + "skibob", + "skid", + "skid_lid", + "skid_road", + "skid_row", + "skidder", + "skidpan", + "skier", + "skiff", + "skiffle", + "skiffle_group", + "skiing", + "skiing_race", + "skill", + "skilled_worker", + "skilled_workman", + "skillet", + "skillet_bread", + "skillet_cake", + "skillet_corn_bread", + "skillet_fish", + "skilletfish", + "skillfulness", + "skilly", + "skim", + "skim_milk", + "skimmed_milk", + "skimmer", + "skimming", + "skin", + "skin-dive", + "skin-diver", + "skin_and_bones", + "skin_cancer", + "skin_care", + "skin_cell", + "skin_color", + "skin_colour", + "skin_disease", + "skin_disorder", + "skin_diving", + "skin_doctor", + "skin_effect", + "skin_eruption", + "skin_flick", + "skin_graft", + "skin_patch", + "skin_perceptiveness", + "skin_rash", + "skin_sensation", + "skin_senses", + "skin_test", + "skin_tumor", + "skincare", + "skinflint", + "skinful", + "skinhead", + "skinheads", + "skink", + "skinner", + "skinnerian", + "skinniness", + "skinny", + "skinny-dip", + "skinny-dipper", + "skip", + "skip_distance", + "skip_rope", + "skipjack", + "skipjack_tuna", + "skipper", + "skipping_rope", + "skirl", + "skirmish", + "skirmisher", + "skirret", + "skirt", + "skirt_chaser", + "skirt_of_tasses", + "skirting_board", + "skit", + "skittishness", + "skittle", + "skittle_alley", + "skittle_ball", + "skittle_pin", + "skittles", + "skivvies", + "skivvy", + "skopje", + "skoplje", + "skua", + "skuld", + "skulduggery", + "skulker", + "skulking", + "skull", + "skull_and_crossbones", + "skull_practice", + "skull_session", + "skullcap", + "skullduggery", + "skunk", + "skunk-weed", + "skunk_bear", + "skunk_cabbage", + "skunkbush", + "skunkweed", + "sky", + "sky-blue", + "sky_burial", + "sky_glow", + "sky_marshal", + "sky_pilot", + "sky_wave", + "skybox", + "skycap", + "skydiver", + "skydiving", + "skye_terrier", + "skyhook", + "skylab", + "skylark", + "skylight", + "skyline", + "skyrocket", + "skysail", + "skyscraper", + "skywalk", + "skyway", + "skywriting", + "sl", + "slab", + "slack", + "slack_suit", + "slack_tide", + "slack_water", + "slackening", + "slacker", + "slacking", + "slackness", + "slacks", + "slag", + "slag_code", + "slagheap", + "slain", + "slaked_lime", + "slalom", + "slam", + "slam_dance", + "slam_dancing", + "slam_dunk", + "slammer", + "slander", + "slanderer", + "slang", + "slang_expression", + "slang_term", + "slanginess", + "slanguage", + "slant", + "slant-eye", + "slap", + "slapper", + "slapshot", + "slapstick", + "slash", + "slash_pocket", + "slasher", + "slask", + "slat", + "slate", + "slate-colored_junco", + "slate_club", + "slate_pencil", + "slate_roof", + "slater", + "slating", + "slattern", + "slatternliness", + "slaughter", + "slaughterer", + "slaughterhouse", + "slav", + "slave", + "slave-maker", + "slave-making_ant", + "slave_ant", + "slave_dealer", + "slave_driver", + "slave_market", + "slave_owner", + "slave_ship", + "slave_state", + "slave_trade", + "slave_trader", + "slave_traffic", + "slaveholder", + "slaveholding", + "slaver", + "slavery", + "slavey", + "slavic", + "slavic_language", + "slavic_people", + "slavic_race", + "slavonic", + "slavonic_language", + "slaw", + "slayer", + "slaying", + "sle", + "sleaze", + "sleaziness", + "sled", + "sled_dog", + "sledder", + "sledding", + "sledge", + "sledge_dog", + "sledgehammer", + "sleekness", + "sleep", + "sleep-learning", + "sleep_apnea", + "sleep_deprivation", + "sleep_disorder", + "sleep_talking", + "sleep_terror_disorder", + "sleeper", + "sleeper_cell", + "sleeper_goby", + "sleeper_nest", + "sleepiness", + "sleeping", + "sleeping_accommodation", + "sleeping_around", + "sleeping_bag", + "sleeping_beauty", + "sleeping_capsule", + "sleeping_car", + "sleeping_draught", + "sleeping_hibiscus", + "sleeping_partner", + "sleeping_pill", + "sleeping_room", + "sleeping_sickness", + "sleeping_tablet", + "sleepless_person", + "sleeplessness", + "sleepover", + "sleepwalker", + "sleepwalking", + "sleepwear", + "sleepy_dick", + "sleepy_sickness", + "sleepyhead", + "sleet", + "sleeve", + "sleigh", + "sleigh_bed", + "sleigh_bell", + "sleight", + "sleight_of_hand", + "slender-tailed_meerkat", + "slender_centaury", + "slender_knapweed", + "slender_lady_palm", + "slender_loris", + "slender_rush", + "slender_salamander", + "slender_spike_rush", + "slender_wheatgrass", + "slender_wild_oat", + "slenderness", + "sleuth", + "sleuthhound", + "sleuthing", + "slew", + "slews", + "slezsko", + "slice", + "slice_bar", + "slicer", + "slicing", + "slick", + "slick_magazine", + "slicker", + "slickness", + "slide", + "slide_action", + "slide_fastener", + "slide_projector", + "slide_rule", + "slide_valve", + "slider", + "slideway", + "sliding_board", + "sliding_door", + "sliding_keel", + "sliding_scale", + "sliding_seat", + "sliding_window", + "slight", + "slight_care", + "slightness", + "slim_chance", + "slime", + "slime_bacteria", + "slime_eels", + "slime_mold", + "slime_mould", + "slime_mushroom", + "sliminess", + "slimness", + "sling", + "slingback", + "slinger", + "slinger_ring", + "slinging", + "slingshot", + "slip", + "slip-joint_pliers", + "slip-on", + "slip-up", + "slip_carriage", + "slip_clutch", + "slip_coach", + "slip_friction_clutch", + "slip_noose", + "slip_of_paper", + "slip_of_the_tongue", + "slip_ring", + "slip_road", + "slip_stitch", + "slipcover", + "slipknot", + "slipover", + "slippage", + "slipped_disc", + "slipper", + "slipper_orchid", + "slipper_plant", + "slipper_spurge", + "slipperiness", + "slipperwort", + "slippery_dick", + "slippery_elm", + "slipskin_grape", + "slipstick", + "slipstream", + "slipway", + "slit", + "slit_lamp", + "slit_trench", + "sliver", + "slivovitz", + "slo-bid", + "sloanea", + "sloanea_jamaicensis", + "slob", + "slobber", + "slobberer", + "sloe", + "sloe_gin", + "slogan", + "sloganeer", + "sloganeering", + "slogger", + "sloop", + "sloop_of_war", + "slop", + "slop-seller", + "slop_basin", + "slop_bowl", + "slop_chest", + "slop_jar", + "slop_pail", + "slope", + "sloping_trough", + "sloppiness", + "sloppy_joe", + "slops", + "slopseller", + "slopseller's_shop", + "slopshop", + "slot", + "slot_machine", + "sloth", + "sloth_bear", + "slothfulness", + "slouch", + "slouch_hat", + "sloucher", + "slough", + "slough_grass", + "slough_of_despond", + "sloughing", + "slovak", + "slovak_republic", + "slovakia", + "slovakian_monetary_unit", + "sloven", + "slovene", + "slovenia", + "slovenian", + "slovenija", + "slovenliness", + "slovenly_person", + "slovenly_woman", + "slow-wittedness", + "slow_lane", + "slow_loris", + "slow_match", + "slow_motion", + "slow_time_scale", + "slow_virus", + "slowcoach", + "slowdown", + "slowing", + "slowness", + "slowpoke", + "slowworm", + "sls", + "slub", + "sludge", + "slug", + "slugabed", + "slugfest", + "sluggard", + "slugger", + "sluggishness", + "sluice", + "sluice_valve", + "sluicegate", + "sluiceway", + "slum", + "slum_area", + "slumber", + "slumber_party", + "slumberer", + "slumgullion", + "slump", + "slur", + "slurry", + "slush", + "slush_fund", + "slut", + "sluttishness", + "sluzhba_vneshney_razvedki", + "slyboots", + "slyness", + "sm", + "smack", + "smacker", + "smacking", + "small", + "small-arm", + "small-for-gestational-age_infant", + "small-leaved_lime", + "small-leaved_linden", + "small-particle_pollution", + "small_beer", + "small_boat", + "small_business_administration", + "small_businessman", + "small_calorie", + "small_cane", + "small_cap", + "small_capital", + "small_cell_carcinoma", + "small_change", + "small_civet", + "small_computer_system_interface", + "small_cranberry", + "small_farmer", + "small_fortune", + "small_fry", + "small_hours", + "small_indefinite_amount", + "small_indefinite_quantity", + "small_intestine", + "small_letter", + "small_loan_company", + "small_magellanic_cloud", + "small_person", + "small_print", + "small_ship", + "small_slam", + "small_stores", + "small_stuff", + "small_talk", + "small_town", + "small_voice", + "small_white", + "small_white_aster", + "smaller_pectoral_muscle", + "smalley", + "smalleye_hammerhead", + "smallholder", + "smallholding", + "smallmouth", + "smallmouth_bass", + "smallmouth_black_bass", + "smallmouthed_bass", + "smallmouthed_black_bass", + "smallness", + "smallpox", + "smallpox_virus", + "smalltooth_sawfish", + "smaltite", + "smarm", + "smarminess", + "smart", + "smart_aleck", + "smart_bomb", + "smart_card", + "smart_money", + "smart_set", + "smarta", + "smarting", + "smartness", + "smash", + "smash-up", + "smash_hit", + "smasher", + "smashing", + "smattering", + "smear", + "smear_test", + "smear_word", + "smegma", + "smell", + "smelling", + "smelling_bottle", + "smelling_salts", + "smelt", + "smelter", + "smeltery", + "smetana", + "smew", + "smidge", + "smidgen", + "smidgeon", + "smidgin", + "smilacaceae", + "smilax", + "smilax_aspera", + "smilax_rotundifolia", + "smile", + "smiledon", + "smiledon_californicus", + "smiler", + "smiley", + "smiling", + "smilo", + "smilo_grass", + "smirch", + "smirk", + "smirker", + "smitane", + "smith", + "smithereens", + "smithy", + "smitty_stevens", + "smock", + "smocking", + "smog", + "smogginess", + "smoke", + "smoke_alarm", + "smoke_bomb", + "smoke_bush", + "smoke_grenade", + "smoke_hole", + "smoke_screen", + "smoke_tree", + "smoked_eel", + "smoked_haddock", + "smoked_herring", + "smoked_mackerel", + "smoked_salmon", + "smokehouse", + "smokeless_powder", + "smoker", + "smokescreen", + "smokestack", + "smoking", + "smoking_car", + "smoking_carriage", + "smoking_compartment", + "smoking_gun", + "smoking_jacket", + "smoking_mixture", + "smoking_room", + "smoky_quartz", + "smolder", + "smolensk", + "smollett", + "smooch", + "smooching", + "smooth", + "smooth-haired_fox_terrier", + "smooth-leaved_elm", + "smooth_alder", + "smooth_aster", + "smooth_bark_kauri", + "smooth_crabgrass", + "smooth_darling_pea", + "smooth_dogfish", + "smooth_earthball", + "smooth_green_snake", + "smooth_hammerhead", + "smooth_lip_fern", + "smooth_muscle", + "smooth_muscle_cell", + "smooth_plane", + "smooth_softshell", + "smooth_sumac", + "smooth_winterberry_holly", + "smooth_woodsia", + "smoothbark", + "smoothbore", + "smoother", + "smoothhound", + "smoothhound_shark", + "smoothie", + "smoothing_iron", + "smoothing_plane", + "smoothness", + "smoothy", + "smorgasbord", + "smother", + "smotherer", + "smoulder", + "smsgt", + "smudge", + "smuggler", + "smuggling", + "smugness", + "smut", + "smut_fungus", + "smut_grass", + "smuts", + "smuttiness", + "smyrna", + "smyrnium", + "smyrnium_olusatrum", + "sn", + "snack", + "snack_bar", + "snack_counter", + "snack_food", + "snacker", + "snaffle", + "snaffle_bit", + "snafu", + "snag", + "snail", + "snail-flower", + "snail_bean", + "snail_butter", + "snail_darter", + "snail_flower", + "snail_mail", + "snailfish", + "snailflower", + "snake", + "snake's_head_fritillary", + "snake-fish", + "snake-head", + "snake-rail_fence", + "snake_charmer", + "snake_dance", + "snake_doctor", + "snake_eyes", + "snake_feeder", + "snake_fence", + "snake_fern", + "snake_god", + "snake_in_the_grass", + "snake_mackerel", + "snake_muishond", + "snake_oil", + "snake_palm", + "snake_pit", + "snake_plant", + "snake_polypody", + "snake_river", + "snake_venom", + "snake_wood", + "snakeberry", + "snakebird", + "snakebite", + "snakeblenny", + "snakefish", + "snakefly", + "snakehead", + "snakeroot", + "snakes_and_ladders", + "snakeweed", + "snakewood", + "snap", + "snap-brim_hat", + "snap_bean", + "snap_brim", + "snap_fastener", + "snap_line", + "snap_pea", + "snap_ring", + "snap_roll", + "snap_willow", + "snapdragon", + "snapline", + "snapper", + "snapping_beetle", + "snapping_shrimp", + "snapping_turtle", + "snappishness", + "snapshot", + "snapshot_program", + "snare", + "snare_drum", + "snarer", + "snarl", + "snarl-up", + "snatch", + "snatch_block", + "snatcher", + "snead", + "sneak", + "sneak_preview", + "sneak_thief", + "sneaker", + "sneakiness", + "sneer", + "sneerer", + "sneeze", + "sneezer", + "sneezeweed", + "sneezeweed_yarrow", + "sneezewort", + "sneezing", + "snellen", + "snellen_chart", + "snellen_test", + "snick", + "snicker", + "snickersnee", + "sniff", + "sniffer", + "sniffle", + "sniffler", + "snifter", + "snigger", + "snip", + "snipe", + "snipe_hunt", + "snipefish", + "sniper", + "sniper_rifle", + "snippet", + "snipping", + "snips", + "snit", + "snitch", + "snitcher", + "snivel", + "sniveler", + "sniveling", + "sniveller", + "sno-cat", + "snob", + "snobbery", + "snobbishness", + "snobbism", + "snoek", + "snogging", + "snood", + "snook", + "snooker", + "snooker_table", + "snoop", + "snooper", + "snoopiness", + "snoopy", + "snoot", + "snootiness", + "snooze", + "snore", + "snorer", + "snoring", + "snorkel", + "snorkel_breather", + "snorkel_diving", + "snorkeling", + "snort", + "snorter", + "snorting", + "snot", + "snout", + "snout_beetle", + "snow", + "snow-blindness", + "snow-in-summer", + "snow-on-the-mountain", + "snow_bank", + "snow_blower", + "snow_bunting", + "snow_chain", + "snow_eater", + "snow_flurry", + "snow_goose", + "snow_gum", + "snow_job", + "snow_leopard", + "snow_lily", + "snow_line", + "snow_mist", + "snow_mushroom", + "snow_orchid", + "snow_pea", + "snow_plant", + "snow_thrower", + "snow_tire", + "snow_trillium", + "snowball", + "snowbank", + "snowbell", + "snowberry", + "snowbird", + "snowblindness", + "snowboard", + "snowboarder", + "snowboarding", + "snowcap", + "snowdrift", + "snowdrop", + "snowdrop_anemone", + "snowdrop_tree", + "snowdrop_windflower", + "snowfall", + "snowfield", + "snowflake", + "snowman", + "snowmobile", + "snowplough", + "snowplow", + "snowshoe", + "snowshoe_hare", + "snowshoe_rabbit", + "snowstorm", + "snowsuit", + "snowy_egret", + "snowy_heron", + "snowy_orchid", + "snowy_tree_cricket", + "snp", + "snub", + "snuff", + "snuff-color", + "snuff-colour", + "snuff_user", + "snuffbox", + "snuffbox_fern", + "snuffer", + "snuffers", + "snuffle", + "snuffler", + "snug", + "snuggery", + "snuggle", + "snuggling", + "snugness", + "so", + "so-and-so", + "so_long", + "soak", + "soakage", + "soaker", + "soaking", + "soaking_up", + "soap", + "soap-rock", + "soap-weed", + "soap_bubble", + "soap_dish", + "soap_dispenser", + "soap_film", + "soap_flakes", + "soap_opera", + "soap_pad", + "soap_powder", + "soap_tree", + "soapberry", + "soapberry_family", + "soapberry_tree", + "soapberry_vine", + "soapbox", + "soapfish", + "soapiness", + "soaprock", + "soapstone", + "soapsuds", + "soapweed", + "soapwort", + "soapwort_gentian", + "soar", + "soaring", + "soave", + "sob", + "sob_sister", + "sob_story", + "sob_stuff", + "sobbing", + "soberness", + "sobersides", + "sobralia", + "sobriety", + "sobriquet", + "socage", + "soccer", + "soccer_ball", + "soccer_player", + "sociability", + "sociable", + "sociableness", + "social", + "social_action", + "social_activity", + "social_affair", + "social_anthropologist", + "social_anthropology", + "social_assistance", + "social_class", + "social_climber", + "social_club", + "social_contract", + "social_control", + "social_dancer", + "social_dancing", + "social_democracy", + "social_democratic_party", + "social_development_commission", + "social_disease", + "social_drinker", + "social_event", + "social_function", + "social_gathering", + "social_group", + "social_insect", + "social_insurance", + "social_intercourse", + "social_lion", + "social_movement", + "social_occasion", + "social_organisation", + "social_organization", + "social_phobia", + "social_policy", + "social_process", + "social_psychology", + "social_rank", + "social_reformer", + "social_relation", + "social_science", + "social_scientist", + "social_season", + "social_secretary", + "social_security", + "social_security_administration", + "social_security_number", + "social_service", + "social_station", + "social_status", + "social_stratification", + "social_structure", + "social_system", + "social_unit", + "social_welfare", + "social_work", + "social_worker", + "socialisation", + "socialiser", + "socialising", + "socialism", + "socialist", + "socialist_economy", + "socialist_labor_party", + "socialist_party", + "socialist_people's_libyan_arab_jamahiriya", + "socialist_republic_of_vietnam", + "socialite", + "sociality", + "socialization", + "socializer", + "socializing", + "society", + "society_islands", + "society_of_friends", + "society_of_jesus", + "socinian", + "socinus", + "socio-economic_class", + "sociobiologist", + "sociobiology", + "sociolinguist", + "sociolinguistics", + "sociologist", + "sociology", + "sociology_department", + "sociometry", + "sociopath", + "sociopathic_personality", + "sock", + "socket", + "socket_wrench", + "sockeye", + "sockeye_salmon", + "socle", + "socotra_begonia", + "socrates", + "socratic_irony", + "socratic_method", + "sod", + "sod's_law", + "sod_house", + "soda", + "soda_ash", + "soda_biscuit", + "soda_bottle", + "soda_can", + "soda_cracker", + "soda_fountain", + "soda_jerk", + "soda_jerker", + "soda_lime", + "soda_niter", + "soda_pop", + "soda_water", + "sodalist", + "sodalite", + "sodality", + "sodbuster", + "soddy", + "sodium", + "sodium-vapor_lamp", + "sodium-vapour_lamp", + "sodium_benzoate", + "sodium_bicarbonate", + "sodium_bichromate", + "sodium_carbonate", + "sodium_carboxymethyl_cellulose", + "sodium_chlorate", + "sodium_chloride", + "sodium_cyanide", + "sodium_dichromate", + "sodium_ethylmercurithiosalicylate", + "sodium_fluoride", + "sodium_hydride", + "sodium_hydrogen_carbonate", + "sodium_hydroxide", + "sodium_hypochlorite", + "sodium_iodide", + "sodium_lauryl_sulfate", + "sodium_lauryl_sulphate", + "sodium_nitrate", + "sodium_nitrite", + "sodium_orthophosphate", + "sodium_phosphate", + "sodium_pyrophosphate", + "sodium_salicylate", + "sodium_silicate", + "sodium_sulfate", + "sodium_sulphate", + "sodium_thiopental", + "sodium_thiosulfate", + "sodium_thiosulphate", + "sodium_tripolyphosphate", + "sodoku", + "sodom", + "sodomist", + "sodomite", + "sodomy", + "sofa", + "sofa_bed", + "soffit", + "sofia", + "sofia_scicolone", + "soft-cast_steel", + "soft-coated_wheaten_terrier", + "soft-cover", + "soft-cover_book", + "soft-finned_fish", + "soft-shell_clam", + "soft-shell_crab", + "soft-shelled_crab", + "soft-shelled_turtle", + "soft-shoe", + "soft-shoe_dancing", + "soft-shoe_shuffle", + "soft_coal", + "soft_copy", + "soft_corn", + "soft_diet", + "soft_drink", + "soft_drug", + "soft_flag", + "soft_glass", + "soft_goods", + "soft_ice_cream", + "soft_market", + "soft_money", + "soft_news", + "soft_option", + "soft_palate", + "soft_pedal", + "soft_pretzel", + "soft_roe", + "soft_roll", + "soft_rot", + "soft_rush", + "soft_scale", + "soft_sell", + "soft_shield_fern", + "soft_soap", + "soft_solder", + "soft_spot", + "soft_tick", + "soft_touch", + "soft_tree_fern", + "soft_water", + "soft_wheat", + "softback", + "softback_book", + "softball", + "softball_game", + "softener", + "softening", + "softheartedness", + "softie", + "softness", + "software", + "software_documentation", + "software_engineer", + "software_error", + "software_package", + "software_product", + "software_program", + "software_system", + "softwood", + "softy", + "sogginess", + "soh", + "soho", + "soil", + "soil_bank", + "soil_conditioner", + "soil_conservation", + "soil_erosion", + "soil_horizon", + "soil_pipe", + "soil_profile", + "soiling", + "soilure", + "soiree", + "soiree_musicale", + "soissons", + "soixante-neuf", + "soja", + "soja_bean", + "sojourn", + "sojourner", + "sojourner_truth", + "sokoro", + "sol", + "sol_hurok", + "sol_rojo", + "solace", + "solacement", + "solan", + "solan_goose", + "solanaceae", + "solanaceous_vegetable", + "solandra", + "solandra_guttata", + "solanopteris", + "solanopteris_bifrons", + "solant_goose", + "solanum", + "solanum_aviculare", + "solanum_burbankii", + "solanum_carolinense", + "solanum_commersonii", + "solanum_crispum", + "solanum_dulcamara", + "solanum_elaeagnifolium", + "solanum_giganteum", + "solanum_jamesii", + "solanum_jasmoides", + "solanum_macranthum", + "solanum_melanocerasum", + "solanum_melongena", + "solanum_nigrum", + "solanum_nigrum_guineese", + "solanum_pseudocapsicum", + "solanum_quitoense", + "solanum_rostratum", + "solanum_tuberosum", + "solanum_wendlandii", + "solanum_wrightii", + "solar_apex", + "solar_array", + "solar_battery", + "solar_calendar", + "solar_cell", + "solar_collector", + "solar_constant", + "solar_day", + "solar_dish", + "solar_eclipse", + "solar_energy", + "solar_flare", + "solar_furnace", + "solar_gravity", + "solar_halo", + "solar_heater", + "solar_house", + "solar_magnetic_field", + "solar_month", + "solar_panel", + "solar_parallax", + "solar_physics", + "solar_plexus", + "solar_power", + "solar_prominence", + "solar_radiation", + "solar_system", + "solar_telescope", + "solar_thermal_system", + "solar_trap", + "solar_wind", + "solar_year", + "solarisation", + "solarium", + "solarization", + "solder", + "solderer", + "soldering", + "soldering_flux", + "soldering_iron", + "soldier", + "soldier-fish", + "soldier_grainy_club", + "soldier_of_fortune", + "soldierfish", + "soldiering", + "soldiers_of_god", + "soldiership", + "soldiery", + "sole", + "solea", + "solea_lascaris", + "solea_solea", + "solecism", + "soledad", + "soledad_pine", + "soleidae", + "soleirolia", + "soleirolia_soleirolii", + "solemness", + "solemnisation", + "solemnity", + "solemnity_of_mary", + "solemnization", + "solenichthyes", + "solenidae", + "solenogaster", + "solenogastres", + "solenoid", + "solenopsis", + "solenostemon", + "solenostemon_blumei", + "solenostemon_scutellarioides", + "solent", + "soleus", + "soleus_muscle", + "solfa", + "solfa_syllable", + "solfege", + "solfeggio", + "solferino", + "solicitation", + "solicitor", + "solicitor_general", + "solicitorship", + "solicitousness", + "solicitude", + "solid", + "solid-state_physics", + "solid_angle", + "solid_body_substance", + "solid_figure", + "solid_food", + "solid_geometry", + "solid_ground", + "solid_solution", + "solid_state", + "solidago", + "solidago_bicolor", + "solidago_canadensis", + "solidago_missouriensis", + "solidago_multiradiata", + "solidago_nemoralis", + "solidago_odora", + "solidago_rugosa", + "solidago_sempervirens", + "solidago_spathulata", + "solidarity", + "solidification", + "solidifying", + "solidity", + "solidness", + "solidus", + "soliloquy", + "solingen", + "solipsism", + "solitaire", + "solitariness", + "solitary", + "solitary_confinement", + "solitary_pussytoes", + "solitary_vireo", + "solitary_wave", + "soliton", + "soliton_wave", + "solitude", + "solitudinarian", + "solleret", + "solmisation", + "solmization", + "solo", + "solo_blast", + "solo_homer", + "solo_man", + "soloist", + "solomon", + "solomon's-seal", + "solomon's_seal", + "solomon_bellow", + "solomon_guggenheim", + "solomon_hurok", + "solomon_islands", + "solomons", + "solon", + "solresol", + "solstice", + "solubility", + "soluble_glass", + "soluble_rna", + "solubleness", + "solute", + "solution", + "solvability", + "solvate", + "solvating_agent", + "solvation", + "solvay", + "solvay_process", + "solvency", + "solvent", + "solver", + "solving", + "solway_firth", + "solzhenitsyn", + "som", + "soma", + "somaesthesia", + "somaesthesis", + "somali", + "somali_peninsula", + "somalia", + "somalian", + "somalian_monetary_unit", + "somalian_shilling", + "soman", + "somataesthesis", + "somateria", + "somatesthesia", + "somatic_cell", + "somatic_cell_nuclear_transfer", + "somatic_cell_nuclear_transplantation", + "somatic_chromosome", + "somatic_delusion", + "somatic_sensation", + "somatic_sense", + "somatic_sensory_system", + "somatosense", + "somatosensory_system", + "somatotrophic_hormone", + "somatotrophin", + "somatotropic_hormone", + "somatotropin", + "somatotype", + "somberness", + "sombreness", + "sombrero", + "somebody", + "someone", + "somersault", + "somersaulting", + "somerset", + "somerset_maugham", + "somesthesia", + "somesthesis", + "somewhere", + "somite", + "somme", + "somme_river", + "sommelier", + "somnambulation", + "somnambulism", + "somnambulist", + "somniloquism", + "somniloquist", + "somniloquy", + "somnolence", + "somrai", + "son", + "son-in-law", + "son_of_a_bitch", + "sonant", + "sonar", + "sonata", + "sonata_form", + "sonatina", + "sonchus", + "sonchus_oleraceus", + "sondheim", + "sone", + "song", + "song_and_dance", + "song_dynasty", + "song_of_solomon", + "song_of_songs", + "song_sparrow", + "song_thrush", + "songbird", + "songbook", + "songfulness", + "songhai", + "songster", + "songstress", + "songwriter", + "sonic_barrier", + "sonic_boom", + "sonic_delay_line", + "sonic_depth_finder", + "sonnet", + "sonneteer", + "sonny", + "sonny_boy", + "sonny_liston", + "sonogram", + "sonograph", + "sonography", + "sonometer", + "sonora", + "sonora_gum", + "sonora_lac", + "sonora_semiannulata", + "sonoran_desert", + "sonoran_lyre_snake", + "sonoran_whipsnake", + "sonority", + "sonorousness", + "sontag", + "soochong", + "sooner", + "sooner_state", + "soot", + "soot_black", + "sooth", + "soothing_syrup", + "soothsayer", + "soothsaying", + "sootiness", + "sop", + "soph", + "sophia_loren", + "sophie_tucker", + "sophism", + "sophist", + "sophisticate", + "sophistication", + "sophistry", + "sophocles", + "sophomore", + "sophomore_class", + "sophonias", + "sophora", + "sophora_japonica", + "sophora_secundiflora", + "sophora_sinensis", + "sophora_tetraptera", + "sopor", + "soporific", + "soprano", + "soprano_clef", + "sops", + "sorb", + "sorb_apple", + "sorb_apple_tree", + "sorbate", + "sorbent", + "sorbent_material", + "sorbet", + "sorbian", + "sorbic_acid", + "sorbonne", + "sorbus", + "sorbus_americana", + "sorbus_aucuparia", + "sorbus_domestica", + "sorbus_sitchensis", + "sorbus_torminalis", + "sorcerer", + "sorceress", + "sorcery", + "sordidness", + "sordino", + "sore", + "sore_throat", + "sorehead", + "soren_aabye_kierkegaard", + "soren_kierkegaard", + "soren_peter_lauritz_sorensen", + "soreness", + "sorensen", + "sorex", + "sorex_araneus", + "sorex_cinereus", + "sorex_palustris", + "sorgho", + "sorghum", + "sorghum_bicolor", + "sorghum_halepense", + "sorghum_molasses", + "sorghum_vulgare_caudatum", + "sorghum_vulgare_rosburghii", + "sorghum_vulgare_technicum", + "sorgo", + "soricidae", + "sorority", + "sorption", + "sorrel", + "sorrel_tree", + "sorriness", + "sorrow", + "sorrower", + "sorrowfulness", + "sort", + "sort_program", + "sorter", + "sortie", + "sorting", + "sorting_algorithm", + "sorting_program", + "sortition", + "sorus", + "sos", + "sot", + "soteriology", + "sothis", + "sotho", + "sottishness", + "sou", + "sou'-east", + "sou'-sou'-east", + "sou'-sou'-west", + "sou'-west", + "sou'easter", + "sou'wester", + "souari", + "souari_nut", + "souari_tree", + "soubise", + "soubrette", + "soubriquet", + "souchong", + "soudan", + "souffle", + "soufflot", + "souk", + "soul", + "soul-searching", + "soul_brother", + "soul_food", + "soul_kiss", + "soul_mate", + "soul_patch", + "soulfulness", + "sound", + "sound_alphabet", + "sound_barrier", + "sound_bite", + "sound_bow", + "sound_camera", + "sound_effect", + "sound_film", + "sound_hole", + "sound_judgement", + "sound_judgment", + "sound_law", + "sound_perception", + "sound_pollution", + "sound_pressure", + "sound_pressure_level", + "sound_projection", + "sound_property", + "sound_ranging", + "sound_recording", + "sound_reflection", + "sound_reproduction", + "sound_spectrograph", + "sound_spectrum", + "sound_structure", + "sound_system", + "sound_truck", + "sound_unit", + "sound_wave", + "soundboard", + "soundbox", + "sounder", + "sounding", + "sounding_board", + "sounding_lead", + "sounding_line", + "sounding_rocket", + "soundlessness", + "soundman", + "soundness", + "soundtrack", + "soup", + "soup-fin", + "soup-strainer", + "soup_bowl", + "soup_du_jour", + "soup_kitchen", + "soup_ladle", + "soup_plate", + "soup_spoon", + "soupcon", + "soupfin", + "soupfin_shark", + "soupiness", + "soupspoon", + "sour", + "sour-gum_family", + "sour_bread", + "sour_cherry", + "sour_cherry_tree", + "sour_cream", + "sour_dock", + "sour_fig", + "sour_gourd", + "sour_grapes", + "sour_grass", + "sour_gum", + "sour_mash", + "sour_mash_whiskey", + "sour_milk", + "sour_orange", + "sour_salt", + "sourball", + "source", + "source_book", + "source_code", + "source_language", + "source_materials", + "source_of_illumination", + "source_program", + "sourdine", + "sourdough", + "sourdough_bread", + "soured_cream", + "souring", + "sourness", + "sourpuss", + "soursop", + "soursop_tree", + "sourwood", + "sousa", + "sousaphone", + "souse", + "sousing", + "souslik", + "sousse", + "soutache", + "soutane", + "south", + "south-african_yellowwood", + "south-central_dravidian", + "south-seeking_pole", + "south_africa", + "south_african", + "south_african_dutch", + "south_african_monetary_unit", + "south_america", + "south_american", + "south_american_bullfrog", + "south_american_country", + "south_american_indian", + "south_american_nation", + "south_american_poison_toad", + "south_american_sea_lion", + "south_american_staghorn", + "south_atlantic", + "south_australia", + "south_bend", + "south_by_east", + "south_by_west", + "south_carolina", + "south_carolinian", + "south_celestial_pole", + "south_china_sea", + "south_dakota", + "south_dakotan", + "south_dravidian", + "south_equatorial_current", + "south_frigid_zone", + "south_island", + "south_korea", + "south_korean", + "south_korean_monetary_unit", + "south_korean_won", + "south_of_houston", + "south_pacific", + "south_platte", + "south_platte_river", + "south_pole", + "south_sea", + "south_sea_islands", + "south_side", + "south_southeast", + "south_southwest", + "south_temperate_zone", + "south_vietnam", + "south_west_africa", + "south_wind", + "south_yorkshire", + "southeast", + "southeast_asia", + "southeast_by_east", + "southeast_by_south", + "southeaster", + "southeastern_pocket_gopher", + "southeastern_united_states", + "southeastward", + "souther", + "southerly", + "southern_arrow_wood", + "southern_aster", + "southern_baptist", + "southern_baptist_convention", + "southern_beech", + "southern_beech_fern", + "southern_blue_flag", + "southern_bog_lemming", + "southern_buckthorn", + "southern_cabbage_butterfly", + "southern_crab_apple", + "southern_cross", + "southern_cypress", + "southern_dewberry", + "southern_flounder", + "southern_flying_squirrel", + "southern_harebell", + "southern_hemisphere", + "southern_lights", + "southern_live_oak", + "southern_magnolia", + "southern_maidenhair", + "southern_porgy", + "southern_red_cedar", + "southern_red_oak", + "southern_rhodesia", + "southern_scup", + "southern_spadefoot", + "southern_spatterdock", + "southern_tai", + "southern_triangle", + "southern_white_cedar", + "southern_yellow_pine", + "southerner", + "southernism", + "southernness", + "southernwood", + "southey", + "southland", + "southpaw", + "southward", + "southwest", + "southwest_by_south", + "southwest_by_west", + "southwester", + "southwestern", + "southwestern_lip_fern", + "southwestern_toad", + "southwestern_united_states", + "southwestern_white_pine", + "southwestward", + "soutine", + "souvenir", + "souvlaki", + "souvlakia", + "sovereign", + "sovereign_immunity", + "sovereignty", + "soviet", + "soviet_kgb", + "soviet_russia", + "soviet_socialist_republic", + "soviet_union", + "sovietism", + "soviets", + "sow", + "sow_bug", + "sow_thistle", + "sowbane", + "sowbelly", + "sowbread", + "sower", + "soweto", + "soy", + "soy_flour", + "soy_sauce", + "soya", + "soya_bean", + "soya_milk", + "soyabean_oil", + "soybean", + "soybean_flour", + "soybean_future", + "soybean_meal", + "soybean_milk", + "soybean_oil", + "soybean_plant", + "soymilk", + "spa", + "space", + "space-reflection_symmetry", + "space-time", + "space-time_continuum", + "space_age", + "space_bar", + "space_biology", + "space_cadet", + "space_capsule", + "space_heater", + "space_helmet", + "space_laboratory", + "space_lattice", + "space_medicine", + "space_needle", + "space_platform", + "space_probe", + "space_program", + "space_rocket", + "space_shuttle", + "space_station", + "space_travel", + "space_vehicle", + "space_walk", + "space_writer", + "spacecraft", + "spacecraft_clock_time", + "spacecraft_event_time", + "spacefaring", + "spaceflight", + "spaceman", + "spaceship", + "spacesuit", + "spacewalker", + "spacing", + "spaciousness", + "spackle", + "spackling_compound", + "spade", + "spade_bit", + "spade_casino", + "spadefish", + "spadefoot", + "spadefoot_toad", + "spadeful", + "spadework", + "spadix", + "spaghetti", + "spaghetti_and_meatballs", + "spaghetti_junction", + "spaghetti_sauce", + "spaghetti_squash", + "spaghetti_western", + "spaghettini", + "spain", + "spalacidae", + "spalax", + "spall", + "spallanzani", + "spallation", + "spam", + "spammer", + "span", + "span_loading", + "spandau", + "spandex", + "spandrel", + "spandril", + "spangle", + "spaniard", + "spaniel", + "spanish", + "spanish-american_war", + "spanish_american", + "spanish_armada", + "spanish_bayonet", + "spanish_broom", + "spanish_burgoo", + "spanish_capital", + "spanish_cedar", + "spanish_cedar_tree", + "spanish_chestnut", + "spanish_civil_war", + "spanish_dagger", + "spanish_elm", + "spanish_fly", + "spanish_garlic", + "spanish_gorse", + "spanish_grunt", + "spanish_guinea", + "spanish_heath", + "spanish_inquisition", + "spanish_iris", + "spanish_lime", + "spanish_lime_tree", + "spanish_mackerel", + "spanish_monetary_unit", + "spanish_moss", + "spanish_needles", + "spanish_oak", + "spanish_onion", + "spanish_oyster_plant", + "spanish_paprika", + "spanish_people", + "spanish_peseta", + "spanish_pointer", + "spanish_psyllium", + "spanish_rice", + "spanish_sahara", + "spanish_tamarind", + "spanish_tea", + "spanish_war", + "spank", + "spanker", + "spanking", + "spanner", + "spar", + "spar_buoy", + "sparaxis", + "sparaxis_tricolor", + "spare", + "spare-time_activity", + "spare_part", + "spare_time", + "spare_tire", + "spareness", + "sparer", + "sparerib", + "spareribs", + "sparganiaceae", + "sparganium", + "sparge", + "sparge_pipe", + "sparid", + "sparid_fish", + "sparidae", + "spark", + "spark_advance", + "spark_arrester", + "spark_chamber", + "spark_coil", + "spark_counter", + "spark_gap", + "spark_lever", + "spark_plug", + "spark_transmitter", + "sparker", + "sparking_plug", + "sparkle", + "sparkle_metal", + "sparkleberry", + "sparkler", + "sparkling", + "sparkling_water", + "sparkling_wine", + "sparkplug_wrench", + "sparling", + "sparmannia", + "sparmannia_africana", + "sparring", + "sparring_match", + "sparring_mate", + "sparring_partner", + "sparrow", + "sparrow_hawk", + "sparrow_unit", + "sparseness", + "sparsity", + "sparta", + "spartan", + "spartina", + "spartina_cynosuroides", + "spartina_pectinmata", + "spartium", + "spartium_junceum", + "spasm", + "spasmodic_laryngitis", + "spasmolysis", + "spasmolytic", + "spassky", + "spastic", + "spastic_abasia", + "spastic_bladder", + "spastic_colon", + "spastic_paralysis", + "spasticity", + "spat", + "spatangoida", + "spatchcock", + "spate", + "spathe", + "spathe_flower", + "spathiphyllum", + "spatial_arrangement", + "spatial_property", + "spatial_relation", + "spatiality", + "spatter", + "spatterdock", + "spattering", + "spatula", + "spatulate_leaf", + "spavin", + "spawl", + "spawn", + "spawner", + "spaying", + "speakeasy", + "speaker", + "speaker_identification", + "speaker_system", + "speaker_unit", + "speakerphone", + "speakership", + "speaking", + "speaking_trumpet", + "speaking_tube", + "spear", + "spear-point", + "spear_carrier", + "spear_thistle", + "spear_thrower", + "spearfish", + "spearhead", + "spearmint", + "spearmint_oil", + "spearnose_bat", + "spearpoint", + "spec", + "special", + "special_act", + "special_agent", + "special_air_service", + "special_assessment", + "special_branch", + "special_contract", + "special_court-martial", + "special_delivery", + "special_drawing_rights", + "special_education", + "special_effect", + "special_forces", + "special_interest", + "special_jury", + "special_k", + "special_olympics", + "special_pleading", + "special_relativity", + "special_relativity_theory", + "special_session", + "special_theory_of_relativity", + "special_verdict", + "special_weapons_and_tactics_squad", + "special_weapons_and_tactics_team", + "specialisation", + "specialiser", + "specialism", + "specialist", + "speciality", + "specialization", + "specializer", + "specialness", + "specialty", + "specialty_store", + "speciation", + "specie", + "species", + "specific", + "specific_gravity", + "specific_heat", + "specific_performance", + "specification", + "specificity", + "specifier", + "specimen", + "specimen_bottle", + "specious_argument", + "speciousness", + "speck", + "speckle", + "speckled_alder", + "speckled_rattlesnake", + "speckled_trout", + "specs", + "spectacle", + "spectacled_caiman", + "spectacles", + "spectacular", + "spectator", + "spectator_pump", + "spectator_sport", + "specter", + "spectinomycin", + "spectral_color", + "spectral_colour", + "spectre", + "spectrogram", + "spectrograph", + "spectrographic_analysis", + "spectrometer", + "spectrometry", + "spectrophotometer", + "spectroscope", + "spectroscopic_analysis", + "spectroscopy", + "spectrum", + "spectrum_analysis", + "spectrum_line", + "speculation", + "speculativeness", + "speculator", + "speculum", + "speech", + "speech_act", + "speech_communication", + "speech_community", + "speech_day", + "speech_defect", + "speech_disorder", + "speech_intelligibility", + "speech_organ", + "speech_pattern", + "speech_perception", + "speech_production", + "speech_rhythm", + "speech_sound", + "speech_spectrum", + "speech_therapist", + "speech_therapy", + "speechifier", + "speechlessness", + "speechmaker", + "speechmaking", + "speechwriter", + "speed", + "speed-reading", + "speed_bump", + "speed_cop", + "speed_demon", + "speed_freak", + "speed_indicator", + "speed_limit", + "speed_of_light", + "speed_skate", + "speed_skater", + "speed_skating", + "speed_trap", + "speedboat", + "speeder", + "speediness", + "speeding", + "speeding_ticket", + "speedometer", + "speedskater", + "speedup", + "speedway", + "speedwell", + "speer", + "speke", + "spelaeologist", + "spelaeology", + "speleologist", + "speleology", + "spell", + "spell-checker", + "spellbinder", + "spelldown", + "speller", + "spelling", + "spelling_bee", + "spelling_checker", + "spelling_contest", + "spelt", + "spelter", + "spelunker", + "spencer", + "spencer_tracy", + "spend-all", + "spender", + "spending", + "spending_cut", + "spending_money", + "spending_spree", + "spendthrift", + "spendthrift_trust", + "spengler", + "spenser", + "spenserian_sonnet", + "spenserian_stanza", + "spergula", + "spergula_arvensis", + "spergularia", + "spergularia_rubra", + "sperm", + "sperm_bank", + "sperm_cell", + "sperm_count", + "sperm_oil", + "sperm_whale", + "spermaceti", + "spermatic_cord", + "spermatid", + "spermatocele", + "spermatocide", + "spermatocyte", + "spermatogenesis", + "spermatophyta", + "spermatophyte", + "spermatozoan", + "spermatozoid", + "spermatozoon", + "spermicide", + "spermophile", + "spermophilus", + "sperry", + "spewer", + "spf", + "sphacele", + "sphacele_calycina", + "sphacelotheca", + "sphacelotheca_reiliana", + "sphacelus", + "sphaeralcea", + "sphaeralcea_coccinea", + "sphaeralcea_fasciculata", + "sphaeralcea_remota", + "sphaeriaceae", + "sphaeriales", + "sphaerobolaceae", + "sphaerocarpaceae", + "sphaerocarpales", + "sphaerocarpos", + "sphaerocarpus", + "sphagnales", + "sphagnum", + "sphagnum_moss", + "sphalerite", + "sphecidae", + "sphecius", + "sphecius_speciosis", + "sphecoid", + "sphecoid_wasp", + "sphecoidea", + "sphecotheres", + "sphenion", + "spheniscidae", + "sphenisciform_seabird", + "sphenisciformes", + "spheniscus", + "spheniscus_demersus", + "sphenodon", + "sphenodon_punctatum", + "sphenoid", + "sphenoid_bone", + "sphenoid_fontanel", + "sphenoid_fontanelle", + "sphenoidal_fontanel", + "sphenoidal_fontanelle", + "sphenopsida", + "sphere", + "sphere_of_influence", + "spherical_aberration", + "spherical_angle", + "spherical_geometry", + "spherical_polygon", + "spherical_triangle", + "spherical_trigonometry", + "sphericalness", + "sphericity", + "spherocyte", + "spheroid", + "spheroid_joint", + "spherometer", + "spherule", + "sphincter", + "sphincter_ani", + "sphincter_muscle", + "sphingid", + "sphingidae", + "sphinx", + "sphinx_moth", + "sphygmomanometer", + "sphyraena", + "sphyraena_barracuda", + "sphyraenidae", + "sphyrapicus", + "sphyrapicus_varius", + "sphyrapicus_varius_ruber", + "sphyrna", + "sphyrna_tiburo", + "sphyrna_tudes", + "sphyrna_zygaena", + "sphyrnidae", + "spic", + "spica", + "spiccato", + "spiccato_bowing", + "spice", + "spice_bush", + "spice_cake", + "spice_cookie", + "spice_islands", + "spice_rack", + "spice_tree", + "spiceberry", + "spicebush", + "spicemill", + "spicery", + "spiciness", + "spick", + "spicule", + "spiculum", + "spider", + "spider's_web", + "spider_angioma", + "spider_brake", + "spider_crab", + "spider_fern", + "spider_flower", + "spider_mite", + "spider_monkey", + "spider_nevus", + "spider_orchid", + "spider_plant", + "spider_web", + "spiderflower", + "spiderwort", + "spiderwort_family", + "spiegel", + "spiegel_iron", + "spiegeleisen", + "spiel", + "spielberg", + "spielmeyer-vogt_disease", + "spiff", + "spigot", + "spik", + "spike", + "spike_arrester", + "spike_heath", + "spike_heel", + "spike_lavender", + "spike_lavender_oil", + "spike_lee", + "spike_mike", + "spike_moss", + "spike_oil", + "spike_rush", + "spike_suppressor", + "spiked_loosestrife", + "spikelet", + "spikemoss", + "spikenard", + "spile", + "spill", + "spillage", + "spillane", + "spiller", + "spillikin", + "spillikins", + "spillover", + "spillway", + "spilogale", + "spilogale_putorius", + "spin", + "spin-off", + "spin_doctor", + "spin_drier", + "spin_dryer", + "spin_the_bottle", + "spin_the_plate", + "spin_the_platter", + "spina_bifida", + "spinach", + "spinach_beet", + "spinach_blight", + "spinach_mustard", + "spinach_plant", + "spinacia", + "spinacia_oleracea", + "spinal", + "spinal_accessory", + "spinal_anaesthesia", + "spinal_anaesthetic", + "spinal_anesthesia", + "spinal_anesthetic", + "spinal_canal", + "spinal_column", + "spinal_cord", + "spinal_curvature", + "spinal_fluid", + "spinal_fusion", + "spinal_nerve", + "spinal_puncture", + "spinal_tap", + "spinal_vein", + "spindle", + "spindle-tree_family", + "spindle_horn", + "spindle_tree", + "spindleberry", + "spindleberry_tree", + "spindlelegs", + "spindleshanks", + "spindrift", + "spine", + "spinel", + "spinel_ruby", + "spinelessness", + "spinet", + "spininess", + "spinmeister", + "spinnability", + "spinnaker", + "spinnbarkeit", + "spinner", + "spinney", + "spinning", + "spinning_frame", + "spinning_jenny", + "spinning_machine", + "spinning_rod", + "spinning_top", + "spinning_wheel", + "spinocerebellar_disorder", + "spinoza", + "spinster", + "spinsterhood", + "spinus", + "spinus_pinus", + "spinus_tristis", + "spiny-finned_fish", + "spiny-headed_worm", + "spiny_anteater", + "spiny_dogfish", + "spiny_lizard", + "spiny_lobster", + "spiny_puffer", + "spiny_softshell", + "spiny_talinum", + "spipistrellus_hesperus", + "spiracle", + "spiraea", + "spiraea_prunifolia", + "spiral", + "spiral_bandage", + "spiral_galaxy", + "spiral_nebula", + "spiral_ratchet_screwdriver", + "spiral_spring", + "spirant", + "spiranthes", + "spiranthes_cernua", + "spiranthes_porrifolia", + "spiranthes_romanzoffiana", + "spiranthes_spiralis", + "spire", + "spirea", + "spirilla", + "spirillaceae", + "spirillum", + "spirillum_fever", + "spirillum_minus", + "spirit", + "spirit_gum", + "spirit_lamp", + "spirit_level", + "spirit_of_turpentine", + "spirit_rapper", + "spirit_rapping", + "spirit_stove", + "spirit_world", + "spiritedness", + "spiritism", + "spiritlessness", + "spirits", + "spirits_of_ammonia", + "spirits_of_wine", + "spiritual", + "spiritual_being", + "spiritual_bouquet", + "spiritual_domain", + "spiritual_jewel", + "spiritual_leader", + "spiritual_rebirth", + "spiritual_world", + "spiritualisation", + "spiritualism", + "spiritualist", + "spirituality", + "spiritualization", + "spiritualty", + "spirochaeta", + "spirochaetaceae", + "spirochaetales", + "spirochaete", + "spirochete", + "spirodela", + "spirodela_polyrrhiza", + "spirogram", + "spirograph", + "spirogyra", + "spirometer", + "spirometry", + "spironolactone", + "spirt", + "spirula", + "spirula_peronii", + "spirulidae", + "spit", + "spit_and_polish", + "spit_curl", + "spitball", + "spite", + "spitefulness", + "spitfire", + "spitsbergen", + "spitter", + "spitting", + "spitting_cobra", + "spitting_image", + "spitting_snake", + "spittle", + "spittle_insect", + "spittlebug", + "spittoon", + "spitz", + "spitzbergen", + "spiv", + "spizella", + "spizella_arborea", + "spizella_passerina", + "spizella_pusilla", + "splanchnic_nerve", + "splash", + "splash-guard", + "splash_guard", + "splashboard", + "splashdown", + "splasher", + "splashiness", + "splashing", + "splat", + "splatter", + "splattering", + "splay", + "splayfoot", + "spleen", + "spleenwort", + "splendor", + "splendour", + "splenectomy", + "splenic_artery", + "splenic_fever", + "splenic_vein", + "splenitis", + "splenius", + "splenius_muscle", + "splenomegaly", + "splice", + "splicer", + "splicing", + "spliff", + "spline", + "splint", + "splint_bone", + "splinter", + "splinter_group", + "splintering", + "splinters", + "split", + "split-brain_technique", + "split-half_correlation", + "split-pea", + "split-pea_soup", + "split_decision", + "split_down", + "split_end", + "split_infinitive", + "split_personality", + "split_rail", + "split_run", + "split_second", + "split_shift", + "split_ticket", + "split_up", + "splitsaw", + "splitsville", + "splitter", + "splitworm", + "splodge", + "splotch", + "splurge", + "splutter", + "spock", + "spode", + "spodoptera", + "spodoptera_exigua", + "spodoptera_frugiperda", + "spodumene", + "spoil", + "spoilable", + "spoilage", + "spoilation", + "spoiler", + "spoiling", + "spoils_system", + "spoilsport", + "spokane", + "spoke", + "spoken_communication", + "spoken_language", + "spoken_word", + "spokeshave", + "spokesman", + "spokesperson", + "spokeswoman", + "spoliation", + "spondee", + "spondias", + "spondias_mombin", + "spondias_purpurea", + "spondylarthritis", + "spondylitis", + "spondylolisthesis", + "sponge", + "sponge_bag", + "sponge_bath", + "sponge_cake", + "sponge_cloth", + "sponge_genus", + "sponge_gourd", + "sponge_mop", + "sponge_morel", + "sponge_mushroom", + "spongefly", + "sponger", + "spongillafly", + "sponginess", + "spongioblast", + "spongioblastoma", + "sponsor", + "sponsorship", + "spontaneity", + "spontaneous_abortion", + "spontaneous_combustion", + "spontaneous_generation", + "spontaneousness", + "spoof", + "spook", + "spool", + "spoon", + "spoon_bread", + "spoon_food", + "spoonbill", + "spoonbill_catfish", + "spoondrift", + "spoonerism", + "spoonfeeding", + "spoonflower", + "spoonful", + "spoonleaf_yucca", + "spoor", + "sporangiophore", + "sporangium", + "sporanox", + "spore", + "spore_case", + "spore_mother_cell", + "spore_sac", + "spork", + "sporobolus", + "sporobolus_cryptandrus", + "sporobolus_poiretii", + "sporocarp", + "sporophore", + "sporophyl", + "sporophyll", + "sporophyte", + "sporotrichosis", + "sporozoa", + "sporozoan", + "sporozoite", + "sporran", + "sport", + "sport_car", + "sport_coat", + "sport_fish", + "sport_jacket", + "sport_kite", + "sport_shirt", + "sport_utility", + "sport_utility_vehicle", + "sportfishing", + "sporting_chance", + "sporting_dog", + "sporting_goods", + "sporting_house", + "sporting_lady", + "sporting_life", + "sporting_man", + "sportiveness", + "sports_announcer", + "sports_arena", + "sports_car", + "sports_coat", + "sports_commentator", + "sports_desk", + "sports_editor", + "sports_equipment", + "sports_fan", + "sports_implement", + "sports_jacket", + "sports_medicine", + "sports_meeting", + "sports_page", + "sports_section", + "sports_stadium", + "sports_writer", + "sportscast", + "sportscaster", + "sportsman", + "sportsmanship", + "sportswear", + "sportswoman", + "sportswriter", + "sporulation", + "spot", + "spot-weld", + "spot-welder", + "spot-welding", + "spot_check", + "spot_jamming", + "spot_market", + "spot_pass", + "spot_price", + "spot_weld", + "spot_welder", + "spot_welding", + "spotlessness", + "spotlight", + "spots", + "spotsylvania", + "spotted_antbird", + "spotted_barramundi", + "spotted_bat", + "spotted_black_bass", + "spotted_bonytongue", + "spotted_coral_root", + "spotted_cowbane", + "spotted_crake", + "spotted_cranesbill", + "spotted_dick", + "spotted_eagle_ray", + "spotted_fever", + "spotted_flycatcher", + "spotted_gum", + "spotted_hemlock", + "spotted_hyena", + "spotted_joe-pye_weed", + "spotted_lynx", + "spotted_owl", + "spotted_ray", + "spotted_salamander", + "spotted_sandpiper", + "spotted_sea_trout", + "spotted_skunk", + "spotted_squeateague", + "spotted_sunfish", + "spotted_water_hemlock", + "spotted_weakfish", + "spotter", + "spotting", + "spousal_equivalent", + "spousal_relationship", + "spouse", + "spouse_equivalent", + "spout", + "spouter", + "sprachgefuhl", + "sprag", + "spraguea", + "spraguea_umbellatum", + "sprain", + "sprat", + "sprawl", + "sprawler", + "sprawling", + "spray", + "spray_can", + "spray_gun", + "spray_paint", + "spray_painting", + "sprayer", + "spraying", + "spread", + "spread_eagle", + "spread_head", + "spreader", + "spreadhead", + "spreading", + "spreading_bellflower", + "spreading_dogbane", + "spreading_factor", + "spreading_fleabane", + "spreading_pogonia", + "spreadsheet", + "sprechgesang", + "sprechstimme", + "spree", + "spree_killer", + "sprig", + "sprig_tail", + "sprigger", + "sprightliness", + "sprigtail", + "spring", + "spring-cleaning", + "spring_balance", + "spring_beauty", + "spring_break", + "spring_cankerworm", + "spring_chicken", + "spring_cleavers", + "spring_cress", + "spring_equinox", + "spring_frog", + "spring_gun", + "spring_heath", + "spring_mattress", + "spring_onion", + "spring_peeper", + "spring_roll", + "spring_scale", + "spring_squill", + "spring_training", + "spring_vetch", + "spring_vetchling", + "spring_water", + "springboard", + "springbok", + "springbuck", + "springer", + "springer_spaniel", + "springfield", + "springiness", + "springing_cow", + "springtail", + "springtide", + "springtime", + "sprinkle", + "sprinkler", + "sprinkler_system", + "sprinkles", + "sprinkling", + "sprint", + "sprinter", + "sprit", + "sprite", + "sprites", + "spritsail", + "spritz", + "spritzer", + "sprocket", + "sprocket_wheel", + "sprog", + "sprout", + "sprouting", + "spruce", + "spruce_bark_beetle", + "spruce_beer", + "spruce_gall_aphid", + "spruce_grouse", + "spruce_pine", + "spruce_squirrel", + "spruceness", + "sprue", + "sprung_rhythm", + "spud", + "spume", + "spun_sugar", + "spun_yarn", + "spunk", + "spur", + "spur_blight", + "spur_gear", + "spur_track", + "spur_wheel", + "spurge", + "spurge_family", + "spurge_laurel", + "spurge_nettle", + "spurious_correlation", + "spurious_wing", + "spuriousness", + "spurner", + "spurred_gentian", + "spurring", + "spurt", + "sputnik", + "sputter", + "sputtering", + "sputum", + "sputum_smear", + "spy", + "spy_satellite", + "spyeria", + "spyglass", + "spyhole", + "spying", + "spymaster", + "spyware", + "sq_ft", + "sq_in", + "sq_yd", + "squab", + "squabble", + "squabbler", + "squad", + "squad_car", + "squad_room", + "squadron", + "squalidae", + "squalidness", + "squall", + "squall_line", + "squalor", + "squalus", + "squalus_acanthias", + "squalus_suckleyi", + "squama", + "squamata", + "squamous_cell", + "squamous_cell_carcinoma", + "squamule", + "squanderer", + "squandering", + "squandermania", + "square", + "square-bashing", + "square-dance_music", + "square-rigger", + "square_and_rabbet", + "square_block", + "square_bracket", + "square_dance", + "square_dancer", + "square_dancing", + "square_deal", + "square_foot", + "square_inch", + "square_knot", + "square_matrix", + "square_meal", + "square_measure", + "square_meter", + "square_metre", + "square_mile", + "square_nut", + "square_one", + "square_root", + "square_sail", + "square_shooter", + "square_toes", + "square_yard", + "squareflipper_square_flipper", + "squareness", + "squaretail", + "squark", + "squash", + "squash_ball", + "squash_bug", + "squash_court", + "squash_pie", + "squash_racket", + "squash_rackets", + "squash_racquet", + "squash_racquets", + "squash_vine", + "squat", + "squatina", + "squatina_squatina", + "squatinidae", + "squatness", + "squatter", + "squattiness", + "squatting", + "squaw", + "squaw-bush", + "squaw_corn", + "squaw_grass", + "squaw_huckleberry", + "squaw_man", + "squaw_root", + "squawbush", + "squawk", + "squawk_box", + "squawker", + "squawroot", + "squeak", + "squeaker", + "squeal", + "squealer", + "squeamishness", + "squeegee", + "squeezability", + "squeeze", + "squeeze_box", + "squeeze_play", + "squeezer", + "squeezing", + "squelch", + "squelch_circuit", + "squelcher", + "squib", + "squid", + "squiggle", + "squill", + "squilla", + "squillidae", + "squinch", + "squint", + "squint-eye", + "squinter", + "squire", + "squirearchy", + "squirm", + "squirmer", + "squirrel", + "squirrel's-foot_fern", + "squirrel_cage", + "squirrel_corn", + "squirrel_monkey", + "squirrelfish", + "squirreltail_barley", + "squirreltail_grass", + "squirt", + "squirt_gun", + "squirter", + "squirting_cucumber", + "squish", + "sr", + "sravana", + "srbija", + "sri_lanka", + "sri_lanka_rupee", + "sri_lankan", + "sri_lankan_monetary_unit", + "ss", + "ssa", + "sse", + "sspe", + "ssri", + "sss", + "ssw", + "st.-bruno's-lily", + "st._ambrose", + "st._andrew", + "st._andrew's_cross", + "st._anselm", + "st._anthony's_cross", + "st._athanasius", + "st._augustine", + "st._augustine_grass", + "st._baeda", + "st._barbara's_herb", + "st._basil", + "st._basil_the_great", + "st._beda", + "st._bede", + "st._benedict", + "st._boniface", + "st._bride", + "st._bridget", + "st._brigid", + "st._bruno", + "st._christopher", + "st._christopher-nevis", + "st._cloud", + "st._crispin", + "st._cyril", + "st._dabeoc's_heath", + "st._david", + "st._denis", + "st._dominic", + "st._edward_the_confessor", + "st._edward_the_martyr", + "st._elias_mountains", + "st._elias_range", + "st._elmo's_fire", + "st._eustatius", + "st._francis", + "st._francis_of_assisi", + "st._francis_river", + "st._george", + "st._george's", + "st._gregory_i", + "st._gregory_of_nazianzen", + "st._ignatius", + "st._ignatius_of_loyola", + "st._irenaeus", + "st._james", + "st._james_the_apostle", + "st._jerome", + "st._john", + "st._john's", + "st._john_chrysostom", + "st._john_river", + "st._john_the_apostle", + "st._john_the_baptist", + "st._johns", + "st._johns_river", + "st._joseph", + "st._jude", + "st._kitts", + "st._kitts_and_nevis", + "st._lawrence", + "st._lawrence_river", + "st._lawrence_seaway", + "st._leo_i", + "st._louis", + "st._lucia", + "st._luke", + "st._maarten", + "st._mark", + "st._martin", + "st._mary_magdalen", + "st._mary_magdalene", + "st._mary_of_bethlehem", + "st._matthew", + "st._matthew_the_apostle", + "st._nicholas", + "st._nick", + "st._olaf", + "st._olav", + "st._patrick", + "st._paul", + "st._peter", + "st._peter's_wreath", + "st._peter_the_apostle", + "st._petersburg", + "st._polycarp", + "st._simon", + "st._thomas", + "st._thomas_a_becket", + "st._thomas_and_principe", + "st._thomas_aquinas", + "st._vincent", + "st._vincent_and_the_grenadines", + "st._vitus", + "st._vitus_dance", + "st_andrews's_cross", + "st_bernard", + "st_john's_day", + "st_john's_eve", + "st_john's_night", + "st_john's_wort", + "st_john's_wort_family", + "st_joseph", + "st_martin's_day", + "st_mihiel", + "st_patrick's_day", + "st_peter's_wort", + "st_valentine's_day", + "stab", + "stabber", + "stabile", + "stabilisation", + "stabiliser", + "stability", + "stabilization", + "stabilizer", + "stabilizer_bar", + "stable", + "stable_companion", + "stable_factor", + "stable_gear", + "stableboy", + "stableman", + "stablemate", + "stableness", + "stabling", + "stabroek", + "stachyose", + "stachys", + "stachys_palustris", + "stachys_sylvatica", + "stack", + "stacked_heel", + "stacker", + "stacks", + "stacte", + "staddle", + "stadium", + "stadium_jumping", + "stael", + "staff", + "staff-tree_family", + "staff_line", + "staff_member", + "staff_of_life", + "staff_office", + "staff_officer", + "staff_sergeant", + "staff_tree", + "staff_vine", + "staffa", + "staffer", + "staffordshire_bull_terrier", + "staffordshire_bullterrier", + "staffordshire_terrier", + "stag", + "stag's-horn_coral", + "stag's_garlic", + "stag_beetle", + "stag_party", + "stage", + "stage_business", + "stage_crew", + "stage_dancing", + "stage_direction", + "stage_director", + "stage_door", + "stage_effect", + "stage_fright", + "stage_left", + "stage_manager", + "stage_name", + "stage_right", + "stage_set", + "stage_setting", + "stage_technician", + "stage_whisper", + "stagecoach", + "stagecraft", + "stagehand", + "stager", + "stagflation", + "stagger", + "stagger_bush", + "stagger_head", + "staggerbush", + "staggered_board_of_directors", + "staggered_head", + "staggerer", + "staggers", + "staghead", + "staghorn_coral", + "staghorn_fern", + "staghorn_moss", + "staghorn_sumac", + "staghound", + "staginess", + "staging", + "staging_area", + "stagira", + "stagirus", + "stagnancy", + "stagnant_anoxia", + "stagnant_hypoxia", + "stagnation", + "staidness", + "stain", + "stainability", + "stained-glass_window", + "stained_glass", + "stainer", + "staining", + "stainless", + "stainless_steel", + "stair", + "stair-carpet", + "stair-rod", + "staircase", + "stairhead", + "stairs", + "stairway", + "stairwell", + "stake", + "stake_driver", + "stake_race", + "stakeholder", + "stakeout", + "stakes", + "stalactite", + "stalagmite", + "stalemate", + "staleness", + "stalin", + "stalin_peak", + "stalinabad", + "stalingrad", + "stalinisation", + "stalinism", + "stalinist", + "stalinization", + "stalino", + "stalk", + "stalked_puffball", + "stalker", + "stalking", + "stalking-horse", + "stall", + "stall_bar", + "stalling", + "stallion", + "stalls", + "stalwart", + "stalwartness", + "stamboul", + "stambul", + "stamen", + "stamina", + "stammel", + "stammer", + "stammerer", + "stamp", + "stamp_act", + "stamp_album", + "stamp_battery", + "stamp_collecting", + "stamp_collection", + "stamp_collector", + "stamp_dealer", + "stamp_duty", + "stamp_mill", + "stamp_pad", + "stamp_tax", + "stampede", + "stamper", + "stamping_ground", + "stamping_machine", + "stamping_mill", + "stan_laurel", + "stan_musial", + "stan_the_man", + "stance", + "stanchion", + "stand", + "stand-down", + "stand-in", + "stand_oil", + "standard", + "standard-bearer", + "standard_and_poor's", + "standard_and_poor's_index", + "standard_atmosphere", + "standard_candle", + "standard_cell", + "standard_deviation", + "standard_gauge", + "standard_generalized_markup_language", + "standard_of_life", + "standard_of_living", + "standard_of_measurement", + "standard_operating_procedure", + "standard_poodle", + "standard_pressure", + "standard_procedure", + "standard_schnauzer", + "standard_temperature", + "standard_time", + "standard_transmission", + "standardisation", + "standardiser", + "standardization", + "standardizer", + "standby", + "standdown", + "standee", + "stander", + "standing", + "standing_army", + "standing_committee", + "standing_operating_procedure", + "standing_order", + "standing_ovation", + "standing_press", + "standing_rib_roast", + "standing_room", + "standing_stone", + "standing_wave", + "standish", + "standoff", + "standoffishness", + "standpipe", + "standpoint", + "standstill", + "standup_comedian", + "stanford", + "stanford-binet_test", + "stanford_university", + "stanford_white", + "stanhope", + "stanhopea", + "stanislavsky", + "stanley", + "stanley_baldwin", + "stanley_frank_musial", + "stanley_kubrick", + "stanley_smith_stevens", + "stanley_steamer", + "stanleya", + "stanleya_pinnata", + "stannic_chloride", + "stannic_sulfide", + "stannite", + "stannous_fluoride", + "stanton", + "stanza", + "stapedectomy", + "stapelia", + "stapelias_asterias", + "stapes", + "staph", + "staphylaceae", + "staphylea", + "staphylinidae", + "staphylococcal_enterotoxin", + "staphylococcal_enterotoxin_b", + "staphylococcal_infection", + "staphylococci", + "staphylococcus", + "staple", + "staple_fiber", + "staple_fibre", + "staple_gun", + "staplegun", + "stapler", + "stapling_machine", + "star", + "star-duckweed", + "star-glory", + "star-leaf_begonia", + "star-nosed_mole", + "star-of-bethlehem", + "star-spangled_banner", + "star-thistle", + "star_anise", + "star_aniseed", + "star_apple", + "star_begonia", + "star_chamber", + "star_chart", + "star_divination", + "star_drill", + "star_earthball", + "star_fruit", + "star_grass", + "star_ipomoea", + "star_jasmine", + "star_magnolia", + "star_of_david", + "star_of_the_veldt", + "star_sapphire", + "star_saxifrage", + "star_shell", + "star_sign", + "star_topology", + "star_tulip", + "starboard", + "starch", + "starch_wheat", + "starches", + "stardom", + "stardust", + "stare", + "starer", + "starets", + "starfish", + "starfish_flower", + "starflower", + "stargazer", + "stargazing", + "starkey", + "starkness", + "starlet", + "starlight", + "starling", + "starnose_mole", + "starr", + "starry_saxifrage", + "stars_and_bars", + "stars_and_stripes", + "starship", + "start", + "start-off", + "starter", + "starter_motor", + "starting", + "starting_block", + "starting_buffer", + "starting_gate", + "starting_handle", + "starting_line", + "starting_motor", + "starting_pitcher", + "starting_point", + "starting_post", + "starting_signal", + "starting_stall", + "starting_time", + "startle", + "startle_reaction", + "startle_reflex", + "startle_response", + "startup", + "starvation", + "starvation_acidosis", + "starved_aster", + "starveling", + "starving", + "starwort", + "stash", + "stash_house", + "stasis", + "stassano_furnace", + "stat_mi", + "state", + "state's_attorney", + "state's_evidence", + "state-sponsored_terrorism", + "state_attorney", + "state_bank", + "state_boundary", + "state_capital", + "state_capitalism", + "state_change", + "state_department", + "state_government", + "state_highway", + "state_line", + "state_of_affairs", + "state_of_bahrain", + "state_of_eritrea", + "state_of_flux", + "state_of_grace", + "state_of_israel", + "state_of_katar", + "state_of_kuwait", + "state_of_matter", + "state_of_mind", + "state_of_nature", + "state_of_qatar", + "state_of_the_art", + "state_of_the_vatican_city", + "state_of_war", + "state_prison", + "state_senator", + "state_socialism", + "state_supreme_court", + "state_tax_lien", + "state_treasurer", + "state_trooper", + "statecraft", + "statehouse", + "stateless_person", + "stateliness", + "stately_home", + "statement", + "staten_island", + "stater", + "stateroom", + "states'_rights", + "states'_rights_democratic_party", + "states_general", + "statesman", + "statesmanship", + "stateswoman", + "static", + "static_electricity", + "static_line", + "static_magnet", + "static_tube", + "statice", + "statics", + "statin", + "statin_drug", + "station", + "station_agent", + "station_house", + "station_keeper", + "station_of_the_cross", + "station_waggon", + "station_wagon", + "stationariness", + "stationary_stochastic_process", + "stationary_wave", + "stationer", + "stationery", + "stationery_seller", + "stationmaster", + "stations", + "stations_of_the_cross", + "statistic", + "statistical_commission", + "statistical_distribution", + "statistical_mechanics", + "statistical_method", + "statistical_procedure", + "statistical_regression", + "statistical_table", + "statistician", + "statistics", + "stator", + "stator_coil", + "statuary", + "statue", + "statue_maker", + "statue_of_liberty", + "statuette", + "stature", + "status", + "status_asthmaticus", + "status_epilepticus", + "status_quo", + "status_seeking", + "statute", + "statute_book", + "statute_law", + "statute_mile", + "statute_of_limitations", + "statute_title", + "statutory_law", + "statutory_offence", + "statutory_offense", + "statutory_rape", + "staunchness", + "staurikosaur", + "staurikosaurus", + "stavanger", + "stave", + "stave_wood", + "stay", + "stay-at-home", + "stay_of_execution", + "stayer", + "staying_power", + "stayman", + "stayman_winesap", + "stays", + "staysail", + "std", + "stead", + "steadfastness", + "steadiness", + "steady", + "steady_state_theory", + "steak", + "steak_and_kidney_pie", + "steak_au_poivre", + "steak_knife", + "steak_sauce", + "steak_tartare", + "steakhouse", + "steal", + "stealer", + "stealing", + "stealth", + "stealth_aircraft", + "stealth_bomber", + "stealth_fighter", + "stealthiness", + "steam", + "steam_bath", + "steam_boiler", + "steam_chest", + "steam_coal", + "steam_engine", + "steam_fitting", + "steam_heat", + "steam_heating", + "steam_iron", + "steam_line", + "steam_locomotive", + "steam_organ", + "steam_pipe", + "steam_room", + "steam_shovel", + "steam_turbine", + "steam_whistle", + "steamboat", + "steamed_pudding", + "steamer", + "steamer_clam", + "steamfitter", + "steaminess", + "steamroller", + "steamship", + "steamship_company", + "steamship_line", + "stearic_acid", + "stearin", + "steatite", + "steatocystoma", + "steatopygia", + "steatornis", + "steatornis_caripensis", + "steatornithidae", + "steatorrhea", + "steed", + "steel", + "steel-wool_pad", + "steel_arch_bridge", + "steel_band", + "steel_blue", + "steel_company", + "steel_drum", + "steel_engraving", + "steel_factory", + "steel_gray", + "steel_grey", + "steel_guitar", + "steel_industry", + "steel_mill", + "steel_plant", + "steel_plate", + "steel_production", + "steel_trap", + "steel_wool", + "steele", + "steelmaker", + "steelman", + "steelworker", + "steelworks", + "steelyard", + "steen", + "steenbok", + "steep", + "steeper", + "steeple", + "steeplechase", + "steeplechaser", + "steeplejack", + "steepness", + "steer", + "steer_roping", + "steerage", + "steerageway", + "steerer", + "steering", + "steering_committee", + "steering_gear", + "steering_linkage", + "steering_mechanism", + "steering_system", + "steering_wheel", + "steersman", + "stefan_wyszynski", + "stefan_zweig", + "steffens", + "steffi_graf", + "steganography", + "steganopus", + "steganopus_tricolor", + "stegocephalia", + "stegosaur", + "stegosaur_stenops", + "stegosaurus", + "steichen", + "stein", + "steinbeck", + "steinberg", + "steinbok", + "steinem", + "steiner", + "steinert's_disease", + "steinman", + "steinmetz", + "steinway", + "stela", + "stele", + "stelis", + "stella", + "stellar's_sea_eagle", + "stellar_parallax", + "stellaria", + "stellaria_holostea", + "stellaria_media", + "stellate_venule", + "steller", + "steller's_sea_cow", + "steller's_sea_lion", + "steller_sea_lion", + "stellite", + "stem", + "stem-cell_research", + "stem-winder", + "stem_blight", + "stem_canker", + "stem_cell", + "stem_ginger", + "stem_lettuce", + "stem_turn", + "stem_vowel", + "stemless_carline_thistle", + "stemless_daisy", + "stemless_golden_weed", + "stemless_hymenoxys", + "stemma", + "stemmatics", + "stemmatology", + "stemmer", + "stemming_algorithm", + "sten_gun", + "stench", + "stench_bomb", + "stencil", + "stendhal", + "stengel", + "stenocarpus", + "stenocarpus_salignus", + "stenocarpus_sinuatus", + "stenochlaena", + "stenograph", + "stenographer", + "stenography", + "stenopelmatidae", + "stenopelmatus", + "stenopelmatus_fuscus", + "stenopterygius", + "stenopterygius_quadrisicissus", + "stenosis", + "stenotaphrum", + "stenotaphrum_secundatum", + "stenotomus", + "stenotomus_aculeatus", + "stenotomus_chrysops", + "stenotus", + "stenotus_acaulis", + "stent", + "stentor", + "step", + "step-down", + "step-down_transformer", + "step-in", + "step-up", + "step-up_transformer", + "step_dancing", + "step_ladder", + "step_rocket", + "step_stool", + "stepbrother", + "stepchild", + "stepdaughter", + "stepfather", + "stephane_grappelli", + "stephane_mallarme", + "stephanie_graf", + "stephanion", + "stephanomeria", + "stephanomeria_malheurensis", + "stephanotis", + "stephanotis_floribunda", + "stephanus_johannes_paulus_kruger", + "stephead", + "stephen", + "stephen_a._douglas", + "stephen_arnold_douglas", + "stephen_butler_leacock", + "stephen_collins_foster", + "stephen_crane", + "stephen_decatur", + "stephen_foster", + "stephen_girard", + "stephen_grover_cleveland", + "stephen_hawking", + "stephen_jay_gould", + "stephen_leacock", + "stephen_michael_reich", + "stephen_samuel_wise", + "stephen_sondheim", + "stephen_spender", + "stephen_vincent_benet", + "stephen_william_hawking", + "stephenson", + "stepladder", + "stepmother", + "stepparent", + "steppe", + "stepped_line", + "stepper", + "stepping_down", + "stepping_motor", + "stepping_stone", + "steprelationship", + "steps", + "stepsister", + "stepson", + "steradian", + "stercobilinogen", + "stercolith", + "stercorariidae", + "stercorarius", + "stercorarius_parasiticus", + "sterculia", + "sterculia_acerifolia", + "sterculia_apetala", + "sterculia_family", + "sterculia_foetida", + "sterculia_gum", + "sterculia_rupestris", + "sterculiaceae", + "stereo", + "stereo_system", + "stereophonic_system", + "stereophony", + "stereoscope", + "stereoscopic_photograph", + "stereoscopic_picture", + "stereoscopic_vision", + "stereoscopy", + "stereospondyli", + "stereotype", + "sterileness", + "sterilisation", + "steriliser", + "sterility", + "sterilization", + "sterilizer", + "sterling", + "sterling_area", + "sterling_bloc", + "sterling_silver", + "stern", + "stern_chaser", + "sterna", + "sterna_hirundo", + "sterne", + "sterninae", + "sternness", + "sternocleido_mastoideus", + "sternocleidomastoid", + "sternocleidomastoid_muscle", + "sternocleidomastoid_vein", + "sternotherus", + "sternpost", + "sternum", + "sternutation", + "sternutator", + "sternutatory", + "sternwheeler", + "steroid", + "steroid_alcohol", + "steroid_hormone", + "sterol", + "sterope", + "stertor", + "stethoscope", + "stetson", + "steuben", + "steve_martin", + "steve_reich", + "stevedore", + "steven_spielberg", + "steven_weinberg", + "stevens", + "stevens'_law", + "stevens'_power_law", + "stevenson", + "stevia", + "stew", + "stew_meat", + "steward", + "stewardess", + "stewardship", + "stewart", + "stewing", + "stewing_pan", + "stewpan", + "sth", + "sthene", + "stheno", + "stibnite", + "stichaeidae", + "sticherus", + "sticherus_flabellatus", + "stick", + "stick-in-the-mud", + "stick_cinnamon", + "stick_figure", + "stick_horse", + "stick_insect", + "stick_lac", + "stick_shift", + "stickball", + "stickball_game", + "sticker", + "stickiness", + "sticking_plaster", + "sticking_point", + "stickleback", + "stickler", + "stickpin", + "sticks_and_stone", + "sticktight", + "sticktight_flea", + "stickup", + "stickup_man", + "stickweed", + "sticky_aster", + "sticky_bun", + "sticky_end", + "sticky_geranium", + "stictomys", + "stictopelia", + "stictopelia_cuneata", + "stieglitz", + "stiff", + "stiff_aster", + "stiff_gentian", + "stiff_upper_lip", + "stiffener", + "stiffening", + "stiffness", + "stifle", + "stifler", + "stifling", + "stigma", + "stigmata", + "stigmatic", + "stigmatisation", + "stigmatism", + "stigmatist", + "stigmatization", + "stilbesterol", + "stilbestrol", + "stilboestrol", + "stile", + "stiletto", + "stiletto_heel", + "still", + "still's_disease", + "still_hunt", + "still_life", + "still_room", + "stillbirth", + "stillborn_infant", + "stillness", + "stillroom", + "stillson_wrench", + "stilt", + "stilt_plover", + "stiltbird", + "stilton", + "stilwell", + "stimulant", + "stimulant_drug", + "stimulation", + "stimulus", + "stimulus_generalisation", + "stimulus_generalization", + "sting", + "sting_operation", + "stingaree-bush", + "stinger", + "stinginess", + "stinging", + "stinging_hair", + "stinging_nettle", + "stingray", + "stink", + "stink_bell", + "stink_bomb", + "stink_fly", + "stinkbird", + "stinker", + "stinkhorn", + "stinkiness", + "stinking_bean_trefoil", + "stinking_cedar", + "stinking_chamomile", + "stinking_clover", + "stinking_elder", + "stinking_gladwyn", + "stinking_goosefoot", + "stinking_hellebore", + "stinking_horehound", + "stinking_iris", + "stinking_mayweed", + "stinking_nightshade", + "stinking_smut", + "stinking_wattle", + "stinking_weed", + "stinking_yew", + "stinkpot", + "stinkweed", + "stinky_squid", + "stint", + "stinter", + "stipe", + "stipend", + "stipendiary", + "stipendiary_magistrate", + "stippler", + "stipulation", + "stipulative_definition", + "stipule", + "stir", + "stirk", + "stirrer", + "stirring", + "stirrup", + "stirrup_cup", + "stirrup_iron", + "stirrup_pump", + "stitch", + "stitcher", + "stitchery", + "stitching", + "stitchwort", + "stizidae", + "stizolobium", + "stizolobium_deeringiana", + "stizostedion", + "stizostedion_vitreum", + "stm", + "stoat", + "stob", + "stochastic_process", + "stochastic_variable", + "stochasticity", + "stock", + "stock-in-trade", + "stock-index_futures", + "stock-purchase_warrant", + "stock-take", + "stock-taker", + "stock-taking", + "stock_breeder", + "stock_buyback", + "stock_car", + "stock_certificate", + "stock_company", + "stock_cube", + "stock_dividend", + "stock_exchange", + "stock_farmer", + "stock_index", + "stock_issue", + "stock_list", + "stock_market", + "stock_market_index", + "stock_of_record", + "stock_option", + "stock_power", + "stock_purchase_plan", + "stock_raiser", + "stock_room", + "stock_saddle", + "stock_split", + "stock_symbol", + "stock_ticker", + "stock_trader", + "stock_warrant", + "stockade", + "stockbroker", + "stockbroker_belt", + "stockcar", + "stocker", + "stockfish", + "stockholder", + "stockholder_of_record", + "stockholders_meeting", + "stockholding", + "stockholdings", + "stockholm", + "stockhorn", + "stockinet", + "stockinette", + "stockinette_stitch", + "stocking", + "stocking_cap", + "stocking_filler", + "stocking_stuffer", + "stockist", + "stockjobber", + "stockman", + "stockpile", + "stockpiling", + "stockpot", + "stockroom", + "stocks", + "stocktake", + "stocktaker", + "stocktaking", + "stockton", + "stockyard", + "stodge", + "stodginess", + "stoep", + "stogie", + "stogy", + "stoic", + "stoichiometry", + "stoicism", + "stokehold", + "stokehole", + "stoker", + "stokes'_aster", + "stokes-adams_syndrome", + "stokesia", + "stokesia_laevis", + "stokowski", + "stole", + "stolen_property", + "stolidity", + "stolidness", + "stolon", + "stoma", + "stomach", + "stomach_ache", + "stomach_exercise", + "stomach_flu", + "stomach_pump", + "stomach_sweetbread", + "stomach_upset", + "stomachache", + "stomacher", + "stomate", + "stomatitis", + "stomatopod", + "stomatopod_crustacean", + "stomatopoda", + "stomp", + "stomper", + "stone", + "stone's_throw", + "stone-face", + "stone-root", + "stone_age", + "stone_bass", + "stone_bramble", + "stone_breaker", + "stone_crab", + "stone_cress", + "stone_curlew", + "stone_drill", + "stone_facing", + "stone_fly", + "stone_fruit", + "stone_life_face", + "stone_marten", + "stone_mimicry_plant", + "stone_parsley", + "stone_pine", + "stone_pit", + "stone_plant", + "stone_root", + "stone_wall", + "stonechat", + "stonecress", + "stonecrop", + "stonecrop_family", + "stonecutter", + "stoneface", + "stonefish", + "stonefly", + "stonehenge", + "stonemason", + "stoner", + "stoneroot", + "stonewall_jackson", + "stonewaller", + "stonewalling", + "stoneware", + "stonework", + "stonewort", + "stoning", + "stony_coral", + "stony_tunguska", + "stooge", + "stool", + "stool_pigeon", + "stool_test", + "stoolie", + "stoolpigeon", + "stoop", + "stooper", + "stop", + "stop-loss_order", + "stop_bath", + "stop_consonant", + "stop_number", + "stop_order", + "stop_payment", + "stop_press", + "stop_watch", + "stopcock", + "stopes", + "stopgap", + "stoplight", + "stopover", + "stoppage", + "stoppard", + "stopper", + "stopper_knot", + "stopping", + "stopping_point", + "stopple", + "stops", + "stopwatch", + "storage", + "storage-battery_grid", + "storage_allocation", + "storage_area", + "storage_battery", + "storage_cell", + "storage_device", + "storage_locker", + "storage_medium", + "storage_ring", + "storage_room", + "storage_space", + "storage_tank", + "storage_warehouse", + "storax", + "storax_family", + "store", + "store_cheese", + "store_detective", + "stored_program", + "storefront", + "storehouse", + "storekeeper", + "storeria", + "storeria_occipitamaculata", + "storeroom", + "storey", + "stork", + "storksbill", + "storm", + "storm_cellar", + "storm_center", + "storm_centre", + "storm_cloud", + "storm_cone", + "storm_door", + "storm_lamp", + "storm_lantern", + "storm_petrel", + "storm_sash", + "storm_signal", + "storm_trooper", + "storm_troops", + "storm_window", + "storminess", + "stormy_petrel", + "story", + "storybook", + "storyline", + "storyteller", + "stotinka", + "stoup", + "stout", + "stoutheartedness", + "stoutness", + "stove", + "stove_bolt", + "stove_poker", + "stovepipe", + "stovepipe_iron", + "stovepiping", + "stover", + "stowage", + "stowaway", + "stowe", + "stowing", + "stp", + "strabismus", + "strabotomy", + "strachey", + "strad", + "stradavarius", + "straddle", + "stradivari", + "stradivarius", + "strafe", + "strafer", + "straggle", + "straggler", + "straight", + "straight-arm", + "straight-fluted_drill", + "straight-line_method", + "straight-line_method_of_depreciation", + "straight_and_narrow", + "straight_angle", + "straight_arch", + "straight_arrow", + "straight_chain", + "straight_chair", + "straight_face", + "straight_flush", + "straight_flute", + "straight_hang", + "straight_life_insurance", + "straight_line", + "straight_man", + "straight_person", + "straight_pin", + "straight_poker", + "straight_razor", + "straight_shooter", + "straight_sinus", + "straight_thrust", + "straight_ticket", + "straightaway", + "straightedge", + "straightener", + "straightforwardness", + "straightjacket", + "straightness", + "strain", + "strain_gage", + "strain_gauge", + "strainer", + "strainer_vine", + "straining", + "strait", + "strait_and_narrow", + "strait_of_calais", + "strait_of_dover", + "strait_of_georgia", + "strait_of_gibraltar", + "strait_of_hormuz", + "strait_of_magellan", + "strait_of_messina", + "strait_of_ormuz", + "straitjacket", + "straits", + "strake", + "strand", + "strand_wolf", + "strange_attractor", + "strange_particle", + "strange_quark", + "strangeness", + "stranger", + "stranglehold", + "strangler", + "strangler_fig", + "strangler_tree", + "strangles", + "strangling", + "strangulation", + "strap", + "strap_fern", + "strap_hinge", + "strapado", + "straphanger", + "strapless", + "strappado", + "strapper", + "strasberg", + "strasbourg", + "strassburg", + "stratagem", + "strategian", + "strategic_arms_limitation_talks", + "strategic_buyout", + "strategic_intelligence", + "strategic_warning", + "strategics", + "strategist", + "strategy", + "stratford-on-avon", + "stratford-upon-avon", + "stratification", + "stratified_language", + "stratified_sample", + "stratified_sampling", + "stratigraphy", + "stratocracy", + "stratosphere", + "stratum", + "stratum_basale", + "stratum_corneum", + "stratum_germinativum", + "stratum_granulosum", + "stratum_lucidum", + "stratus", + "stratus_cloud", + "strauss", + "strauss_the_elder", + "strauss_the_younger", + "stravinsky", + "straw", + "straw_boss", + "straw_foxglove", + "straw_hat", + "straw_man", + "straw_mushroom", + "straw_poll", + "straw_vote", + "straw_wine", + "strawberry", + "strawberry-shrub_family", + "strawberry_blite", + "strawberry_bush", + "strawberry_daiquiri", + "strawberry_geranium", + "strawberry_guava", + "strawberry_haemangioma", + "strawberry_hemangioma", + "strawberry_ice_cream", + "strawberry_jam", + "strawberry_mark", + "strawberry_pigweed", + "strawberry_preserves", + "strawberry_saxifrage", + "strawberry_shrub", + "strawberry_tomato", + "strawberry_tree", + "strawboard", + "strawflower", + "strawman", + "strawworm", + "stray", + "strayer", + "streak", + "streaker", + "stream", + "stream_of_consciousness", + "stream_orchid", + "streambed", + "streamer", + "streamer_fly", + "streaming", + "streamlet", + "streamline_flow", + "streamliner", + "streep", + "street", + "street_address", + "street_arab", + "street_child", + "street_cleaner", + "street_clothes", + "street_corner", + "street_cred", + "street_credibility", + "street_drug", + "street_fighter", + "street_girl", + "street_lamp", + "street_name", + "street_organ", + "street_person", + "street_sign", + "street_smarts", + "street_sweeper", + "street_theater", + "street_urchin", + "streetcar", + "streetcar_track", + "streetlight", + "streetwalker", + "streisand", + "strekelia", + "strekelia_formosissima", + "strelitzia", + "strelitzia_family", + "strelitzia_reginae", + "strelitziaceae", + "strength", + "strengthener", + "strengthening", + "strenuosity", + "strenuousness", + "strep", + "strep_throat", + "strepera", + "strepsiceros", + "strepsirhini", + "streptobacillus", + "streptocarpus", + "streptococcal_sore_throat", + "streptococci", + "streptococcus", + "streptococcus_anhemolyticus", + "streptococcus_tonsilitis", + "streptodornase", + "streptokinase", + "streptolysin", + "streptomyces", + "streptomyces_erythreus", + "streptomyces_griseus", + "streptomyces_scabies", + "streptomycetaceae", + "streptomycin", + "streptopelia", + "streptopelia_risoria", + "streptopelia_turtur", + "streptosolen", + "streptosolen_jamesonii", + "streptothricin", + "stress", + "stress_fracture", + "stress_incontinence", + "stress_mark", + "stress_test", + "stressor", + "stretch", + "stretch_mark", + "stretch_pants", + "stretch_receptor", + "stretch_reflex", + "stretchability", + "stretcher", + "stretcher-bearer", + "stretcher_party", + "stretchiness", + "stretching", + "streusel", + "strewing", + "stria", + "striate_area", + "striate_body", + "striate_cortex", + "striate_vein", + "striated_muscle", + "striated_muscle_cell", + "striated_muscle_fiber", + "striated_muscle_tissue", + "striation", + "striatum", + "strickland", + "strickle", + "strictness", + "stricture", + "stride", + "stridence", + "stridency", + "strider", + "stridor", + "stridulation", + "strife", + "strigidae", + "strigiformes", + "strike", + "strike-slip_fault", + "strike_leader", + "strike_pay", + "strike_zone", + "strikebreaker", + "strikebreaking", + "strikeout", + "striker", + "striking", + "strikingness", + "strindberg", + "string", + "string_bass", + "string_bean", + "string_cheese", + "string_line", + "string_of_beads", + "string_of_words", + "string_orchestra", + "string_quartet", + "string_quartette", + "string_section", + "string_theory", + "string_tie", + "stringed_instrument", + "stringency", + "stringer", + "strings", + "stringybark", + "stringybark_pine", + "strip", + "strip-jack-naked", + "strip_alert", + "strip_cropping", + "strip_lighting", + "strip_mall", + "strip_mine", + "strip_miner", + "strip_mining", + "strip_poker", + "strip_search", + "strip_show", + "strip_steak", + "stripe", + "stripe_blight", + "striped_bass", + "striped_button_quail", + "striped_coral_root", + "striped_dogwood", + "striped_drum", + "striped_gentian", + "striped_hyena", + "striped_killifish", + "striped_maple", + "striped_marlin", + "striped_muishond", + "striped_mullet", + "striped_racer", + "striped_skunk", + "striped_squirrel", + "striped_violet", + "striper", + "stripes", + "striping", + "stripling", + "stripper", + "stripper_well", + "stripping", + "striptease", + "striptease_artist", + "stripteaser", + "striver", + "striving", + "strix", + "strix_aluco", + "strix_nebulosa", + "strix_occidentalis", + "strix_varia", + "strizostedion_vitreum_glaucum", + "strobe", + "strobe_light", + "strobile", + "strobilomyces", + "strobilomyces_floccopus", + "strobilus", + "stroboscope", + "stroheim", + "stroke", + "stroke_play", + "stroking", + "stroll", + "stroller", + "stroma", + "stromateid", + "stromateid_fish", + "stromateidae", + "strombidae", + "strombus", + "strombus_gigas", + "strong-armer", + "strong_belief", + "strong_breeze", + "strong_drink", + "strong_force", + "strong_gale", + "strong_interaction", + "strong_point", + "strong_suit", + "strongbox", + "stronghold", + "strongman", + "strongroom", + "strongylodon", + "strongylodon_macrobotrys", + "strontianite", + "strontium", + "strontium_90", + "strop", + "strophanthin", + "strophanthus", + "strophanthus_kombe", + "stropharia", + "stropharia_ambigua", + "stropharia_hornemannii", + "stropharia_rugoso-annulata", + "strophariaceae", + "strophe", + "structural_anthropology", + "structural_formula", + "structural_gene", + "structural_genomics", + "structural_iron", + "structural_linguistics", + "structural_member", + "structural_sociology", + "structural_steel", + "structuralism", + "structure", + "strudel", + "struggle", + "struggler", + "strum", + "struma", + "strumpet", + "strut", + "struthio", + "struthio_camelus", + "struthiomimus", + "struthionidae", + "struthioniformes", + "strychnine", + "strymon", + "strymon_melinus", + "stuart", + "stuart_davis", + "stub", + "stub_nail", + "stubbiness", + "stubble", + "stubbornness", + "stubbs", + "stucco", + "stud", + "stud_farm", + "stud_finder", + "stud_mare", + "stud_poker", + "studbook", + "student", + "student_center", + "student_lamp", + "student_lodging", + "student_nurse", + "student_residence", + "student_teacher", + "student_union", + "studentship", + "studhorse", + "studio", + "studio_apartment", + "studio_couch", + "studiousness", + "study", + "study_hall", + "studying", + "stuff", + "stuff_and_nonsense", + "stuff_shot", + "stuffed_cabbage", + "stuffed_derma", + "stuffed_egg", + "stuffed_grape_leaves", + "stuffed_mushroom", + "stuffed_peppers", + "stuffed_shirt", + "stuffed_tomato", + "stuffer", + "stuffiness", + "stuffing", + "stuffing_box", + "stuffing_nut", + "stultification", + "stumble", + "stumblebum", + "stumbler", + "stumbling_block", + "stump", + "stump_speech", + "stump_spud", + "stumper", + "stumping", + "stumpknocker", + "stun_baton", + "stun_gun", + "stunner", + "stunt", + "stunt_flier", + "stunt_flying", + "stunt_kite", + "stunt_man", + "stunt_pilot", + "stunt_woman", + "stuntedness", + "stunting", + "stupa", + "stupe", + "stupefaction", + "stupid", + "stupid_person", + "stupidity", + "stupor", + "sturdiness", + "sturgeon", + "sturm_und_drang", + "sturmabteilung", + "sturnella", + "sturnella_magna", + "sturnella_neglecta", + "sturnidae", + "sturnus", + "sturnus_vulgaris", + "sturt's_desert_pea", + "sturt_pea", + "stutter", + "stutterer", + "stuttgart", + "stuyvesant", + "sty", + "stye", + "style", + "style_of_architecture", + "style_sheet", + "stylemark", + "styler", + "stylet", + "stylisation", + "stylishness", + "stylist", + "stylite", + "stylization", + "styloid_process", + "stylomastoid_vein", + "stylomecon", + "stylomecon_heterophyllum", + "stylophorum", + "stylophorum_diphyllum", + "stylopodium", + "stylostixis", + "stylus", + "stylus_printer", + "stymie", + "stymy", + "styphelia", + "styphelia_humifusum", + "styphelia_triflora", + "stypsis", + "styptic", + "styptic_weed", + "styracaceae", + "styracosaur", + "styracosaurus", + "styrax", + "styrax_family", + "styrax_japonicum", + "styrax_obassia", + "styrax_texana", + "styrene", + "styrofoam", + "styron", + "styx", + "suasion", + "suaveness", + "suavity", + "sub", + "sub-assembly", + "sub-interval", + "sub-saharan_africa", + "sub-test", + "subacute_bacterial_endocarditis", + "subacute_inclusion_body_encephalitis", + "subacute_sclerosing_leukoencephalitis", + "subacute_sclerosing_panencephalitis", + "subalpine_fir", + "subalpine_larch", + "subaltern", + "subarachnoid_space", + "subatomic_particle", + "subbase", + "subbing", + "subclass", + "subclass_acnidosporidia", + "subclass_actinopoda", + "subclass_alismatidae", + "subclass_amphineura", + "subclass_anapsida", + "subclass_archaeornithes", + "subclass_archosauria", + "subclass_arecidae", + "subclass_asteridae", + "subclass_branchiopoda", + "subclass_caryophyllidae", + "subclass_cirripedia", + "subclass_cnidosporidia", + "subclass_commelinidae", + "subclass_copepoda", + "subclass_crossopterygii", + "subclass_diapsida", + "subclass_dibranchia", + "subclass_dibranchiata", + "subclass_dilleniidae", + "subclass_dipnoi", + "subclass_discomycetes", + "subclass_elasmobranchii", + "subclass_entomostraca", + "subclass_euascomycetes", + "subclass_euryalida", + "subclass_eutheria", + "subclass_exopterygota", + "subclass_hamamelidae", + "subclass_heterobasidiomycetes", + "subclass_holocephali", + "subclass_homobasidiomycetes", + "subclass_infusoria", + "subclass_lepidosauria", + "subclass_liliidae", + "subclass_magnoliidae", + "subclass_malacostraca", + "subclass_metatheria", + "subclass_ophiurida", + "subclass_opisthobranchia", + "subclass_ostracoda", + "subclass_pantotheria", + "subclass_phytomastigina", + "subclass_prototheria", + "subclass_rhizopoda", + "subclass_rosidae", + "subclass_selachii", + "subclass_synapsida", + "subclass_teleostei", + "subclass_telosporidia", + "subclass_zoomastigina", + "subclavian_artery", + "subclavian_vein", + "subclinical_absence", + "subcommittee", + "subcompact", + "subcompact_car", + "subconscious", + "subconscious_mind", + "subconsciousness", + "subcontinent", + "subcontract", + "subcontractor", + "subculture", + "subcutaneous_injection", + "subcutaneous_test", + "subdata_base", + "subdeacon", + "subdirectory", + "subdivider", + "subdivision", + "subdivision_ascomycota", + "subdivision_ascomycotina", + "subdivision_basidiomycota", + "subdivision_basidiomycotina", + "subdivision_coniferophytina", + "subdivision_cycadophyta", + "subdivision_cycadophytina", + "subdivision_deuteromycota", + "subdivision_deuteromycotina", + "subdivision_ginkgophyta", + "subdivision_ginkgophytina", + "subdivision_gnetophytina", + "subdivision_mastigomycota", + "subdivision_mastigomycotina", + "subdivision_pinophytina", + "subdivision_pteropsida", + "subdivision_taxophytina", + "subdivision_zygomycota", + "subdivision_zygomycotina", + "subdominant", + "subduction", + "subduedness", + "subduer", + "subeditor", + "suberic_acid", + "subfamily", + "subfamily_acoraceae", + "subfamily_anserinae", + "subfamily_bassariscidae", + "subfamily_bovinae", + "subfamily_cabombaceae", + "subfamily_caesalpinioideae", + "subfamily_carduelinae", + "subfamily_carpinaceae", + "subfamily_cetoniidae", + "subfamily_corylaceae", + "subfamily_dorylinae", + "subfamily_dracaenaceae", + "subfamily_dracenaceae", + "subfamily_emberizidae", + "subfamily_emberizinae", + "subfamily_garrulinae", + "subfamily_gerbillinae", + "subfamily_hydromyinae", + "subfamily_loriinae", + "subfamily_lutrinae", + "subfamily_malaconotinae", + "subfamily_melinae", + "subfamily_melolonthidae", + "subfamily_mephitinae", + "subfamily_merginae", + "subfamily_mimosoideae", + "subfamily_nelumbonaceae", + "subfamily_numididae", + "subfamily_numidinae", + "subfamily_papilionoideae", + "subfamily_perdicidae", + "subfamily_perdicinae", + "subfamily_peristediinae", + "subfamily_petauristidae", + "subfamily_philadelphaceae", + "subfamily_potoroinae", + "subfamily_pythoninae", + "subfamily_smilacaceae", + "subfamily_sterninae", + "subfamily_sylviinae", + "subfamily_taxodiaceae", + "subfamily_triglinae", + "subfamily_turdinae", + "subfamily_uvulariaceae", + "subfigure", + "subgenus", + "subgenus_azalea", + "subgenus_azaleastrum", + "subgenus_calliopsis", + "subgenus_chen", + "subgenus_pastor", + "subgenus_poinciana", + "subgroup", + "subhead", + "subheading", + "subject", + "subject_area", + "subject_case", + "subject_field", + "subject_matter", + "subjection", + "subjectiveness", + "subjectivism", + "subjectivist", + "subjectivity", + "subjoining", + "subjugation", + "subjugator", + "subjunction", + "subjunctive", + "subjunctive_mood", + "subkingdom", + "subkingdom_metazoa", + "subkingdom_parazoa", + "sublease", + "sublet", + "sublieutenant", + "sublimate", + "sublimation", + "sublimaze", + "sublime_porte", + "sublimity", + "sublingual_gland", + "sublingual_salivary_gland", + "sublingual_vein", + "subluxation", + "submachine_gun", + "submandibular_gland", + "submandibular_salivary_gland", + "submarine", + "submarine_ball", + "submarine_earthquake", + "submarine_pitch", + "submarine_sandwich", + "submarine_torpedo", + "submariner", + "submaxilla", + "submaxillary_gland", + "submaxillary_salivary_gland", + "submediant", + "submenu", + "submergence", + "submerging", + "submersible", + "submersible_warship", + "submersion", + "submission", + "submissiveness", + "submitter", + "submucosa", + "subnormal", + "subnormality", + "suborder", + "suborder_alcyonacea", + "suborder_anisoptera", + "suborder_anseres", + "suborder_anthropoidea", + "suborder_blattaria", + "suborder_blattodea", + "suborder_blennioidea", + "suborder_brachyura", + "suborder_carnosaura", + "suborder_cephalaspida", + "suborder_ceratopsia", + "suborder_ceratosaura", + "suborder_charadrii", + "suborder_clamatores", + "suborder_euronithopoda", + "suborder_eurylaimi", + "suborder_gorgonacea", + "suborder_gorgoniacea", + "suborder_heteroptera", + "suborder_heterostraci", + "suborder_homoptera", + "suborder_hyperoartia", + "suborder_hyperotreta", + "suborder_hystricomorpha", + "suborder_lacertilia", + "suborder_lari", + "suborder_lemuroidea", + "suborder_limicolae", + "suborder_lipotyphla", + "suborder_maniraptora", + "suborder_manteodea", + "suborder_marginocephalia", + "suborder_megachiroptera", + "suborder_megaloptera", + "suborder_menotyphla", + "suborder_menurae", + "suborder_microchiroptera", + "suborder_mugiloidea", + "suborder_myomorpha", + "suborder_mysticeti", + "suborder_myxiniformes", + "suborder_myxinoidei", + "suborder_natantia", + "suborder_nematocera", + "suborder_nothosauria", + "suborder_odontoceti", + "suborder_ophidia", + "suborder_ornithomimida", + "suborder_ornithopoda", + "suborder_oscines", + "suborder_osteostraci", + "suborder_otides", + "suborder_pachycephalosaurus", + "suborder_passeres", + "suborder_percoidea", + "suborder_petromyzoniformes", + "suborder_pinnipedia", + "suborder_plesiosauria", + "suborder_prosauropoda", + "suborder_prosimii", + "suborder_reptantia", + "suborder_ruminantia", + "suborder_sauria", + "suborder_sauropoda", + "suborder_sauropodomorpha", + "suborder_sciuromorpha", + "suborder_scombroidea", + "suborder_scorpaenoidea", + "suborder_serpentes", + "suborder_strepsirhini", + "suborder_tarsioidea", + "suborder_theropoda", + "suborder_thyreophora", + "suborder_tyranni", + "suborder_xenarthra", + "suborder_zygoptera", + "subordinate", + "subordinate_clause", + "subordinate_conjunction", + "subordinate_word", + "subordinateness", + "subordinating_conjunction", + "subordination", + "subornation", + "subornation_of_perjury", + "suborner", + "subpart", + "subphylum", + "subphylum_cephalochordata", + "subphylum_craniata", + "subphylum_pentastomida", + "subphylum_tunicata", + "subphylum_urochorda", + "subphylum_urochordata", + "subphylum_vertebrata", + "subpoena", + "subpoena_ad_testificandum", + "subpoena_duces_tecum", + "subpopulation", + "subprogram", + "subrogation", + "subroutine", + "subroutine_library", + "subscriber", + "subscriber_line", + "subscript", + "subscription", + "subscription_right", + "subscription_warrant", + "subsection", + "subsequence", + "subsequentness", + "subservience", + "subservientness", + "subset", + "subshrub", + "subsidence", + "subsidiarity", + "subsidiary", + "subsidiary_company", + "subsidiary_ledger", + "subsiding", + "subsidisation", + "subsidiser", + "subsidization", + "subsidizer", + "subsidy", + "subsistence", + "subsistence_farming", + "subsister", + "subsoil", + "subspace", + "subspecies", + "substance", + "substance_abuse", + "substance_abuser", + "substantia_alba", + "substantia_grisea", + "substantia_nigra", + "substantiality", + "substantialness", + "substantiation", + "substantive", + "substantive_dye", + "substation", + "substitutability", + "substitute", + "substituting", + "substitution", + "substitution_class", + "substrate", + "substratum", + "substring", + "substructure", + "subsumption", + "subsystem", + "subterfuge", + "subthalamic_nucleus", + "subthalamus", + "subtilin", + "subtitle", + "subtlety", + "subtonic", + "subtopia", + "subtotal", + "subtracter", + "subtraction", + "subtrahend", + "subtreasury", + "subtropics", + "subularia", + "subularia_aquatica", + "subunit", + "suburb", + "suburban_area", + "suburbanite", + "suburbia", + "subvention", + "subversion", + "subversive", + "subversive_activity", + "subversiveness", + "subverter", + "subvocaliser", + "subvocalizer", + "subway", + "subway_fare", + "subway_station", + "subway_system", + "subway_token", + "subway_train", + "subwoofer", + "succade", + "succedaneum", + "succeeder", + "success", + "successfulness", + "succession", + "successiveness", + "successor", + "succinctness", + "succinic_acid", + "succinylcholine", + "succor", + "succorer", + "succory", + "succos", + "succotash", + "succoth", + "succour", + "succourer", + "succuba", + "succubus", + "succulence", + "succulency", + "succulent", + "succus", + "succussion", + "suck", + "sucker", + "sucker_punch", + "suckerfish", + "sucking", + "sucking_fish", + "sucking_louse", + "sucking_pig", + "suckling", + "suckling_pig", + "suckling_reflex", + "sucralfate", + "sucrase", + "sucre", + "sucrose", + "suction", + "suction_cup", + "suction_curettage", + "suction_lipectomy", + "suction_pump", + "suction_stop", + "sudafed", + "sudan", + "sudanese", + "sudanese_monetary_unit", + "sudanese_pound", + "sudation", + "sudatorium", + "sudatory", + "sudbury", + "sudden_death", + "sudden_infant_death_syndrome", + "suddenness", + "sudoku", + "sudor", + "sudoriferous_gland", + "sudorific", + "sudra", + "suds", + "sue", + "suede", + "suede_cloth", + "suede_glove", + "suede_leather", + "suer", + "suet", + "suet_pudding", + "suez", + "suez_canal", + "sufferance", + "sufferer", + "suffering", + "sufficiency", + "suffix", + "suffix_notation", + "suffixation", + "suffocation", + "suffragan", + "suffragan_bishop", + "suffrage", + "suffragette", + "suffragism", + "suffragist", + "suffrutex", + "suffusion", + "sufi", + "sufism", + "sugar", + "sugar-bush", + "sugar_apple", + "sugar_beet", + "sugar_bowl", + "sugar_candy", + "sugar_cane", + "sugar_cookie", + "sugar_corn", + "sugar_daddy", + "sugar_loaf", + "sugar_maple", + "sugar_of_lead", + "sugar_palm", + "sugar_pea", + "sugar_ray_robinson", + "sugar_refinery", + "sugar_shell", + "sugar_snap_pea", + "sugar_sorghum", + "sugar_spoon", + "sugar_sumac", + "sugar_syrup", + "sugar_water", + "sugarberry", + "sugarcane", + "sugariness", + "sugarloaf", + "sugarplum", + "suggester", + "suggestibility", + "suggestion", + "sugi", + "suharto", + "suicide", + "suicide_bomber", + "suicide_bombing", + "suicide_mission", + "suicide_pact", + "suicide_pill", + "suicide_squeeze", + "suicide_squeeze_play", + "suidae", + "suillus", + "suillus_albivelatus", + "suisse", + "suit", + "suit_of_armor", + "suit_of_armour", + "suit_of_clothes", + "suitability", + "suitableness", + "suitcase", + "suite", + "suiting", + "suitor", + "sukarno", + "sukiyaki", + "sukkoth", + "suksdorfia", + "suksdorfia_violaceae", + "sukur", + "sula", + "sula_bassana", + "sulamyd", + "sulawesi", + "sulcus", + "sulcus_centralis", + "sulcus_lateralis_cerebri", + "sulfa", + "sulfa_drug", + "sulfacetamide", + "sulfadiazine", + "sulfamethazine", + "sulfamethoxazole", + "sulfamezathine", + "sulfanilamide", + "sulfanilic_acid", + "sulfapyridine", + "sulfate", + "sulfide", + "sulfisoxazole", + "sulfonamide", + "sulfonate", + "sulfonic_acid", + "sulfonylurea", + "sulfur", + "sulfur_bacteria", + "sulfur_bottom", + "sulfur_butterfly", + "sulfur_dioxide", + "sulfur_hexafluoride", + "sulfur_mine", + "sulfur_mustard", + "sulfur_oxide", + "sulfur_paintbrush", + "sulfuric_acid", + "sulidae", + "sulindac", + "sulk", + "sulkiness", + "sulky", + "sulla", + "sullenness", + "sullivan", + "sully", + "sulpha", + "sulphanilic_acid", + "sulphate", + "sulphide", + "sulphonic_acid", + "sulphur", + "sulphur-crested_cockatoo", + "sulphur_bacteria", + "sulphur_butterfly", + "sulphur_dioxide", + "sulphur_hexafluoride", + "sulphur_mine", + "sulphur_oxide", + "sulphuric_acid", + "sultan", + "sultan_of_swat", + "sultana", + "sultanate", + "sultanate_of_oman", + "sultriness", + "sum", + "sum-up", + "sum_of_money", + "sum_total", + "sumac", + "sumac_family", + "sumach", + "sumatra", + "sumatran", + "sumer", + "sumerian", + "sumerology", + "summarisation", + "summarization", + "summary", + "summary_judgement", + "summary_judgment", + "summary_treatment", + "summation", + "summer", + "summer_camp", + "summer_cohosh", + "summer_crookneck", + "summer_cypress", + "summer_damask_rose", + "summer_duck", + "summer_flounder", + "summer_haw", + "summer_house", + "summer_hyacinth", + "summer_redbird", + "summer_savory", + "summer_savoury", + "summer_school", + "summer_snowflake", + "summer_solstice", + "summer_squash", + "summer_squash_vine", + "summer_stock", + "summer_sweet", + "summer_tanager", + "summercater", + "summercaters", + "summerhouse", + "summersault", + "summerset", + "summertime", + "summing_up", + "summit", + "summit_meeting", + "summoning", + "summons", + "summum_bonum", + "sumner", + "sumo", + "sumo_ring", + "sumo_wrestler", + "sump", + "sump_pump", + "sumpsimus", + "sumpter", + "sumptuosity", + "sumptuousness", + "sun", + "sun-ray", + "sun-ray_lamp", + "sun-worship", + "sun_bathing", + "sun_blocker", + "sun_city", + "sun_dance", + "sun_deck", + "sun_gear", + "sun_god", + "sun_hat", + "sun_helmet", + "sun_king", + "sun_lamp", + "sun_lounge", + "sun_marigold", + "sun_myung_moon", + "sun_parlor", + "sun_parlour", + "sun_pitcher", + "sun_plant", + "sun_porch", + "sun_protection_factor", + "sun_river", + "sun_rose", + "sun_spurge", + "sun_tea", + "sun_valley", + "sun_visor", + "sun_worshiper", + "sun_yat-sen", + "sun_yixian", + "sunbather", + "sunbeam", + "sunbelt", + "sunberry", + "sunblind", + "sunblock", + "sunbonnet", + "sunburn", + "sunburst", + "sunburst_pleat", + "sunchoke", + "sunda_islands", + "sundacarpus", + "sundacarpus_amara", + "sundae", + "sundanese", + "sunday", + "sunday_best", + "sunday_clothes", + "sunday_punch", + "sunday_school", + "sunderland", + "sundew", + "sundew_family", + "sundew_plant", + "sundial", + "sundial_lupine", + "sundog", + "sundown", + "sundowner", + "sundress", + "sundries", + "sundrops", + "sunfish", + "sunflower", + "sunflower-seed_oil", + "sunflower_oil", + "sunflower_seed", + "sunflower_state", + "sung", + "sung_dynasty", + "sunglass", + "sunglasses", + "sunhat", + "sunk_fence", + "sunken_arch", + "sunken_garden", + "sunlamp", + "sunlight", + "sunna", + "sunnah", + "sunni", + "sunni_islam", + "sunni_muslim", + "sunniness", + "sunnite", + "sunporch", + "sunray", + "sunray_lamp", + "sunray_pleat", + "sunrise", + "sunrise_industry", + "sunroof", + "sunroom", + "sunrose", + "sunscreen", + "sunset", + "sunshade", + "sunshine", + "sunshine-roof", + "sunshine_state", + "sunspot", + "sunstone", + "sunstroke", + "sunsuit", + "suntan", + "suntrap", + "sunup", + "suomi", + "sup", + "super", + "super_acid", + "super_c", + "super_heavyweight", + "superabundance", + "superannuation", + "superannuation_fund", + "superbia", + "superbug", + "supercargo", + "supercharger", + "superciliary_arch", + "superciliary_ridge", + "superciliousness", + "supercilium", + "superclass", + "superclass_agnatha", + "superclass_chelicerata", + "superclass_gnathostomata", + "superclass_myriapoda", + "supercomputer", + "superconducting_supercollider", + "superconductivity", + "superego", + "supererogation", + "superfamily", + "superfamily_aphidoidea", + "superfamily_apoidea", + "superfamily_coccoidea", + "superfamily_hominoidea", + "superfamily_lamellicornia", + "superfamily_muroidea", + "superfamily_muscoidea", + "superfamily_platyrrhini", + "superfamily_sphecoidea", + "superfamily_tineoidea", + "superfamily_tyrannidae", + "superfecta", + "superfecundation", + "superfetation", + "superficial_epigastric_vein", + "superficial_middle_cerebral_vein", + "superficial_temporal_vein", + "superficiality", + "superficies", + "superfluity", + "superfund", + "superfund_program", + "superfund_site", + "supergiant", + "supergrass", + "superhet", + "superheterodyne_receiver", + "superhigh_frequency", + "superhighway", + "superinfection", + "superintendence", + "superintendent", + "superior", + "superior_alveolar_artery", + "superior_cerebellar_artery", + "superior_cerebral_vein", + "superior_colliculus", + "superior_conjunction", + "superior_court", + "superior_epigastric_veins", + "superior_general", + "superior_labial_artery", + "superior_labial_vein", + "superior_mesenteric_artery", + "superior_ophthalmic_vein", + "superior_planet", + "superior_pulmonary_vein", + "superior_rectus", + "superior_rectus_muscle", + "superior_skill", + "superior_thalamostriate_vein", + "superior_thyroid_vein", + "superior_vena_cava", + "superior_vocal_cord", + "superiority", + "superiority_complex", + "superlative", + "superlative_degree", + "superload", + "superman", + "supermarket", + "supermarketeer", + "supermarketer", + "supermex", + "supermodel", + "supermolecule", + "supermom", + "supernatant", + "supernatural", + "supernatural_being", + "supernatural_virtue", + "supernaturalism", + "supernaturalness", + "supernova", + "supernumerary", + "superorder", + "superorder_acanthopterygii", + "superorder_labyrinthodonta", + "superorder_labyrinthodontia", + "superorder_malacopterygii", + "superorder_ratitae", + "superordinate", + "superordinate_word", + "superordination", + "superoxide", + "superoxide_anion", + "superoxide_dismutase", + "superpatriotism", + "superphylum", + "superposition", + "superposition_principle", + "superpower", + "superscript", + "superscription", + "supersedure", + "supersession", + "superslasher", + "superstar", + "superstition", + "superstitious_notion", + "superstrate", + "superstratum", + "superstring", + "superstructure", + "supersymmetry", + "supertanker", + "supertax", + "supertitle", + "supertonic", + "supertwister", + "supervention", + "supervising", + "supervision", + "supervisor", + "supervisor_call_instruction", + "supervisory_program", + "supervisory_routine", + "supervisory_software", + "supination", + "supinator", + "supper", + "supper_club", + "suppertime", + "supping", + "supplanter", + "supplanting", + "supplejack", + "supplement", + "supplementary_benefit", + "supplementation", + "suppleness", + "suppliant", + "supplicant", + "supplication", + "supplier", + "supply", + "supply-side_economics", + "supply_chamber", + "supply_closet", + "supply_line", + "supply_officer", + "supply_route", + "supply_ship", + "supplying", + "support", + "support_column", + "support_hose", + "support_level", + "support_payment", + "support_stocking", + "support_system", + "supporter", + "supporters_of_islam", + "supporting", + "supporting_fire", + "supporting_players", + "supporting_structure", + "supporting_tower", + "supposal", + "supposition", + "suppository", + "suppressant", + "suppresser", + "suppresser_gene", + "suppression", + "suppressive_fire", + "suppressor", + "suppressor_gene", + "suppurating_sore", + "suppuration", + "supra_expressionism", + "suprainfection", + "supraorbital_ridge", + "supraorbital_torus", + "supraorbital_vein", + "suprarenal_gland", + "suprarenalectomy", + "supratrochlear_vein", + "supremacism", + "supremacist", + "supremacy", + "suprematism", + "suprematist", + "supreme_allied_commander_atlantic", + "supreme_allied_commander_europe", + "supreme_authority", + "supreme_being", + "supreme_court", + "supreme_court_of_the_united_states", + "supreme_headquarters", + "supreme_headquarters_allied_powers_europe", + "supreme_truth", + "supremo", + "sur", + "sura", + "surbase", + "surcease", + "surcharge", + "surcoat", + "surd", + "sure_thing", + "sureness", + "surety", + "surety_bond", + "surf", + "surf_casting", + "surf_fish", + "surf_fishing", + "surface", + "surface-active_agent", + "surface-to-air_missile", + "surface-to-air_missile_system", + "surface_area", + "surface_assimilation", + "surface_chemistry", + "surface_fire", + "surface_gage", + "surface_gauge", + "surface_lift", + "surface_mail", + "surface_noise", + "surface_search_radar", + "surface_ship", + "surface_soil", + "surface_tension", + "surfacing", + "surfactant", + "surfbird", + "surfboard", + "surfboarder", + "surfboarding", + "surfboat", + "surfeit", + "surfer", + "surffish", + "surfing", + "surfperch", + "surfriding", + "surge", + "surge_protector", + "surge_suppressor", + "surgeon", + "surgeon's_knot", + "surgeon_general", + "surgeonfish", + "surgery", + "surgical_contraception", + "surgical_dressing", + "surgical_gown", + "surgical_incision", + "surgical_instrument", + "surgical_knife", + "surgical_operation", + "surgical_procedure", + "surgical_process", + "surgical_seam", + "surgical_spirit", + "surgical_strike", + "suricata", + "suricata_suricatta", + "suricata_tetradactyla", + "suricate", + "surinam", + "surinam_cherry", + "surinam_river", + "surinam_toad", + "suriname", + "suriname_river", + "surinamese_monetary_unit", + "surliness", + "surmisal", + "surmise", + "surmontil", + "surmounter", + "surmullet", + "surname", + "surnia", + "surnia_ulula", + "surplice", + "surplus", + "surplusage", + "surprint", + "surprisal", + "surprise", + "surprise_attack", + "surpriser", + "surprisingness", + "surrealism", + "surrealist", + "surrebuttal", + "surrebutter", + "surrejoinder", + "surrender", + "surrenderer", + "surrey", + "surrogate", + "surrogate_mother", + "surround", + "surroundings", + "sursum_corda", + "surtax", + "surtitle", + "surtout", + "surveillance", + "surveillance_of_disease", + "surveillance_system", + "survey", + "survey_mile", + "surveying", + "surveying_instrument", + "surveyor", + "surveyor's_instrument", + "surveyor's_level", + "survival", + "survival_of_the_fittest", + "survivalist", + "survivor", + "survivor_guilt", + "survivors_insurance", + "survivorship_annuity", + "surya", + "sus", + "sus_scrofa", + "susa", + "susah", + "susan_anthony", + "susan_b._anthony", + "susan_b_anthony_dollar", + "susan_brownell_anthony", + "susan_sontag", + "susanna", + "susceptibility", + "susceptibleness", + "sushi", + "sushi_bar", + "susian", + "susiana", + "suslik", + "suspect", + "suspended_animation", + "suspender", + "suspender_belt", + "suspense", + "suspense_account", + "suspension", + "suspension_bridge", + "suspension_point", + "suspension_system", + "suspensor", + "suspensory", + "suspensory_bandage", + "suspicion", + "suspiciousness", + "suspiration", + "susquehanna", + "susquehanna_river", + "sussex", + "sussex_spaniel", + "sussex_university", + "sustainability", + "sustainer", + "sustaining_pedal", + "sustaining_program", + "sustainment", + "sustenance", + "sustentation", + "susurration", + "susurrus", + "sutherland", + "sutler", + "sutra", + "suttee", + "sutura", + "sutura_coronalis", + "sutura_frontalis", + "sutura_intermaxillaris", + "sutura_internasalis", + "sutura_lamboidea", + "sutura_sagittalis", + "sutural_bone", + "suture", + "suturing", + "suv", + "suva", + "suzerain", + "suzerainty", + "svalbard", + "svante_august_arrhenius", + "svedberg", + "svengali", + "sverdrup", + "sverige", + "svizzera", + "svoboda", + "svr", + "sw", + "swab", + "swabbing", + "swad", + "swaddling_bands", + "swaddling_clothes", + "swag", + "swage", + "swage_block", + "swagger", + "swagger_stick", + "swaggerer", + "swaggie", + "swagman", + "swahili", + "swain", + "swainsona", + "swainsona_galegifolia", + "swainsona_grandiflora", + "swainsona_greyana", + "swale", + "swallow", + "swallow-tailed_coat", + "swallow-tailed_hawk", + "swallow-tailed_kite", + "swallow_dive", + "swallow_hole", + "swallow_shrike", + "swallow_wort", + "swallowtail", + "swallowwort", + "swami", + "swammerdam", + "swamp", + "swamp_ash", + "swamp_azalea", + "swamp_bay", + "swamp_birch", + "swamp_blackberry", + "swamp_blueberry", + "swamp_buggy", + "swamp_candleberry", + "swamp_candles", + "swamp_chestnut_oak", + "swamp_cottonwood", + "swamp_cypress", + "swamp_dewberry", + "swamp_fever", + "swamp_fly_honeysuckle", + "swamp_gum", + "swamp_hare", + "swamp_hickory", + "swamp_honeysuckle", + "swamp_horsetail", + "swamp_laurel", + "swamp_lily", + "swamp_locust", + "swamp_mallow", + "swamp_maple", + "swamp_milkweed", + "swamp_oak", + "swamp_pine", + "swamp_plant", + "swamp_poplar", + "swamp_rabbit", + "swamp_red_oak", + "swamp_rose_mallow", + "swamp_sparrow", + "swamp_sunflower", + "swamp_white_oak", + "swamp_willow", + "swamphen", + "swampland", + "swampy_beggar-ticks", + "swan", + "swan's_down", + "swan-flower", + "swan-neck", + "swan_dive", + "swan_orchid", + "swan_river_daisy", + "swan_river_everlasting", + "swan_song", + "swanflower", + "swank", + "swanneck", + "swansea", + "swanson", + "swap", + "swap_file", + "swap_space", + "sward", + "swarm", + "swarthiness", + "swash", + "swashbuckler", + "swashbuckling", + "swastika", + "swat", + "swat_squad", + "swat_team", + "swatch", + "swath", + "swathe", + "swathing", + "swatter", + "sway", + "swayer", + "swazi", + "swaziland", + "swaziland_monetary_unit", + "swbs", + "swbw", + "swearer", + "swearing", + "swearword", + "sweat", + "sweat_bag", + "sweat_duct", + "sweat_equity", + "sweat_gland", + "sweat_pants", + "sweat_room", + "sweat_sock", + "sweat_suit", + "sweatband", + "sweatbox", + "sweater", + "sweater_girl", + "sweating", + "sweating_sickness", + "sweatpants", + "sweats", + "sweatshirt", + "sweatshop", + "sweatsuit", + "swede", + "sweden", + "swedenborg", + "swedish", + "swedish_iron", + "swedish_krona", + "swedish_massage", + "swedish_meatball", + "swedish_mile", + "swedish_monetary_unit", + "swedish_nightingale", + "swedish_rye", + "swedish_rye_bread", + "swedish_turnip", + "sweeney_todd", + "sweep", + "sweep-second", + "sweep_hand", + "sweep_oar", + "sweeper", + "sweeping", + "sweepstakes", + "sweet", + "sweet-birch_oil", + "sweet-potato_ring_rot", + "sweet-potato_whitefly", + "sweet-scented_geranium", + "sweet_acacia", + "sweet_alison", + "sweet_almond", + "sweet_almond_oil", + "sweet_alyssum", + "sweet_balm", + "sweet_basil", + "sweet_bay", + "sweet_bells", + "sweet_birch", + "sweet_buckeye", + "sweet_calabash", + "sweet_calamus", + "sweet_cassava", + "sweet_cherry", + "sweet_chestnut", + "sweet_cicely", + "sweet_cider", + "sweet_clover", + "sweet_coltsfoot", + "sweet_corn", + "sweet_corn_plant", + "sweet_cup", + "sweet_elder", + "sweet_false_chamomile", + "sweet_fanny_adams", + "sweet_fern", + "sweet_flag", + "sweet_four_o'clock", + "sweet_gale", + "sweet_goldenrod", + "sweet_granadilla", + "sweet_grass", + "sweet_gum", + "sweet_gum_tree", + "sweet_lemon", + "sweet_lime", + "sweet_marjoram", + "sweet_melon", + "sweet_melon_vine", + "sweet_nothings", + "sweet_oil", + "sweet_orange", + "sweet_orange_tree", + "sweet_pea", + "sweet_pepper", + "sweet_pepper_plant", + "sweet_pepperbush", + "sweet_pickle", + "sweet_potato", + "sweet_potato_vine", + "sweet_reseda", + "sweet_rocket", + "sweet_roll", + "sweet_sand_verbena", + "sweet_scabious", + "sweet_shrub", + "sweet_sorghum", + "sweet_sultan", + "sweet_talk", + "sweet_talker", + "sweet_tooth", + "sweet_unicorn_plant", + "sweet_vermouth", + "sweet_vetch", + "sweet_violet", + "sweet_wattle", + "sweet_white_violet", + "sweet_william", + "sweet_woodruff", + "sweet_wormwood", + "sweetbread", + "sweetbreads", + "sweetbriar", + "sweetbrier", + "sweetener", + "sweetening", + "sweetheart", + "sweetie", + "sweetleaf", + "sweetleaf_family", + "sweetmeat", + "sweetness", + "sweetness_and_light", + "sweetpea", + "sweetsop", + "sweetsop_tree", + "sweetwood_bark", + "swell", + "swelled_head", + "swellhead", + "swelling", + "swertia", + "swertia_perennia", + "swertia_speciosa", + "swerve", + "swerving", + "swietinia", + "swietinia_macrophylla", + "swietinia_mahogani", + "swift", + "swiftlet", + "swiftness", + "swig", + "swill", + "swilling", + "swim", + "swim_bladder", + "swim_meet", + "swimmer", + "swimmer's_itch", + "swimmeret", + "swimming", + "swimming_bath", + "swimming_cap", + "swimming_costume", + "swimming_crab", + "swimming_event", + "swimming_hole", + "swimming_kick", + "swimming_meet", + "swimming_pool", + "swimming_stroke", + "swimming_trunks", + "swimsuit", + "swimwear", + "swinburne", + "swindle", + "swindler", + "swine", + "swine_flu", + "swine_influenza", + "swineherd", + "swing", + "swing_door", + "swing_music", + "swing_shift", + "swing_voter", + "swinger", + "swinging", + "swinging_chad", + "swinging_door", + "swinging_post", + "swingletree", + "swipe", + "swirl", + "swish", + "swiss", + "swiss_canton", + "swiss_chard", + "swiss_cheese", + "swiss_confederation", + "swiss_franc", + "swiss_mountain_pine", + "swiss_people", + "swiss_pine", + "swiss_roll", + "swiss_steak", + "swiss_stone_pine", + "switch", + "switch-hitter", + "switch-ivy", + "switch_cane", + "switch_engine", + "switch_grass", + "switchblade", + "switchblade_knife", + "switchboard", + "switchboard_operator", + "switcher", + "switcheroo", + "switching", + "switchman", + "swither", + "switzerland", + "swivel", + "swivel_chair", + "swivel_pin", + "swivet", + "swiz", + "swizzle", + "swizzle_stick", + "swob", + "swoon", + "swoop", + "swoosh", + "swop", + "sword", + "sword-cut", + "sword_bean", + "sword_cane", + "sword_dance", + "sword_dancing", + "sword_fern", + "sword_grass", + "sword_knot", + "sword_lily", + "sword_of_damocles", + "sword_stick", + "swordfish", + "swordplay", + "swordsman", + "swordsmanship", + "swordtail", + "swot", + "swung_dash", + "sybarite", + "sycamore", + "sycamore_fig", + "syconium", + "sycophancy", + "sycophant", + "sydenham", + "sydenham's_chorea", + "sydney", + "sydney_harbor_bridge", + "sydney_pollack", + "sydney_silky", + "syllabary", + "syllabic_script", + "syllabication", + "syllabicity", + "syllabification", + "syllable", + "syllable_structure", + "syllabub", + "syllabus", + "syllepsis", + "syllogiser", + "syllogism", + "syllogist", + "syllogizer", + "sylph", + "sylva", + "sylvan", + "sylvanite", + "sylvanus", + "sylvester_ii", + "sylvia_communis", + "sylvia_curruca", + "sylvia_plath", + "sylvian_aqueduct", + "sylvian_fissure", + "sylviidae", + "sylviinae", + "sylvilagus", + "sylvilagus_aquaticus", + "sylvilagus_floridanus", + "sylvilagus_palustris", + "sylvine", + "sylvite", + "symbion_pandora", + "symbiosis", + "symbol", + "symbol-worship", + "symbolatry", + "symbolic_logic", + "symbolic_logician", + "symbolic_representation", + "symbolisation", + "symboliser", + "symbolising", + "symbolism", + "symbolist", + "symbolization", + "symbolizer", + "symbolizing", + "symbology", + "symbololatry", + "symmetricalness", + "symmetry", + "symonds", + "symons", + "sympathectomy", + "sympathetic_nervous_system", + "sympathetic_strike", + "sympathetic_vibration", + "sympathiser", + "sympathizer", + "sympathy", + "sympathy_card", + "sympathy_strike", + "sympatry", + "symphalangus", + "symphalangus_syndactylus", + "symphilid", + "symphonic_music", + "symphonic_poem", + "symphonist", + "symphony", + "symphony_orchestra", + "symphoricarpos", + "symphoricarpos_alba", + "symphoricarpos_orbiculatus", + "symphyla", + "symphysion", + "symphysis", + "symphytum", + "symphytum_officinale", + "symplocaceae", + "symplocarpus", + "symplocarpus_foetidus", + "symploce", + "symplocus", + "symplocus_paniculata", + "symplocus_tinctoria", + "symposiarch", + "symposiast", + "symposium", + "symptom", + "synaeresis", + "synaesthesia", + "synagogue", + "synagrops", + "synagrops_bellus", + "synanceja", + "synanceja_verrucosa", + "synapse", + "synapsid", + "synapsid_reptile", + "synapsida", + "synapsis", + "synaptomys", + "synaptomys_borealis", + "synaptomys_cooperi", + "syncarp", + "syncategorem", + "syncategoreme", + "synchro", + "synchrocyclotron", + "synchroflash", + "synchromesh", + "synchroneity", + "synchronic_linguistics", + "synchronicity", + "synchronisation", + "synchroniser", + "synchronising", + "synchronism", + "synchronization", + "synchronizer", + "synchronizing", + "synchronoscope", + "synchronous_converter", + "synchronous_motor", + "synchronous_operation", + "synchrony", + "synchroscope", + "synchrotron", + "synchytriaceae", + "synchytrium", + "synchytrium_endobioticum", + "syncopation", + "syncopator", + "syncope", + "syncretism", + "syncytium", + "syndactylism", + "syndactyly", + "syndic", + "syndicalism", + "syndicalist", + "syndicate", + "syndication", + "syndicator", + "syndrome", + "synecdoche", + "synechia", + "synentognathi", + "synercus", + "synercus_caffer", + "syneresis", + "synergism", + "synergist", + "synergy", + "synesthesia", + "synesthetic_metaphor", + "synezesis", + "synge", + "syngnathidae", + "syngnathus", + "syngnathus_hildebrandi", + "syngonium", + "synizesis", + "synod", + "synodic_month", + "synodontidae", + "synonym", + "synonym_finder", + "synonymist", + "synonymity", + "synonymousness", + "synonymy", + "synopsis", + "synoptic_gospels", + "synoptics", + "synovia", + "synovial_fluid", + "synovial_joint", + "synovial_membrane", + "synovitis", + "synovium", + "synset", + "syntactic_category", + "syntactician", + "syntagm", + "syntagma", + "syntax", + "syntax_checker", + "syntax_error", + "syntax_language", + "synthesis", + "synthesiser", + "synthesist", + "synthesizer", + "synthetic", + "synthetic_cubism", + "synthetic_fiber", + "synthetic_heroin", + "synthetic_resin", + "synthetic_rubber", + "synthetic_substance", + "synthetic_thinking", + "synthetism", + "syph", + "syphilis", + "syphilitic", + "syphon", + "syracuse", + "syria", + "syrian", + "syrian_arab_republic", + "syrian_bean_caper", + "syrian_bear", + "syrian_desert", + "syrian_hamster", + "syrian_monetary_unit", + "syrian_pound", + "syringa", + "syringa_amurensis_japonica", + "syringa_emodi", + "syringa_josikaea", + "syringa_josikea", + "syringa_persica", + "syringa_reticulata", + "syringa_villosa", + "syringa_vulgaris", + "syringe", + "syrinx", + "syrrhaptes", + "syrrhaptes_paradoxus", + "syrup", + "system", + "system_administrator", + "system_call", + "system_clock", + "system_command", + "system_error", + "system_of_logic", + "system_of_macrophages", + "system_of_measurement", + "system_of_numeration", + "system_of_rules", + "system_of_weights", + "system_of_weights_and_measures", + "system_program", + "systema_alimentarium", + "systema_digestorium", + "systema_lymphaticum", + "systema_nervosum", + "systema_nervosum_centrale", + "systema_nervosum_periphericum", + "systema_respiratorium", + "systema_skeletale", + "systema_urogenitale", + "systematic_desensitisation", + "systematic_desensitization", + "systematics", + "systematisation", + "systematiser", + "systematism", + "systematist", + "systematization", + "systematizer", + "systeme_international", + "systeme_international_d'unites", + "systemic_circulation", + "systemic_lupus_erythematosus", + "systemiser", + "systemizer", + "systems_analysis", + "systems_analyst", + "systems_program", + "systems_software", + "systole", + "systolic_murmur", + "systolic_pressure", + "syzygium", + "syzygium_aromaticum", + "syzygy", + "szechuan", + "szechwan", + "szechwan_province", + "szell", + "szent-gyorgyi", + "szilard", + "t", + "t'ai_chi", + "t'ai_chi_chuan", + "t'ien-ching", + "t-bar", + "t-bar_lift", + "t-bill", + "t-bone_steak", + "t-junction", + "t-man", + "t-network", + "t-scope", + "t-shirt", + "t-square", + "t._e._lawrence", + "t._h._white", + "t._s._eliot", + "t.b.", + "t_cell", + "t_hinge", + "t_lymphocyte", + "ta", + "ta'ziyeh", + "taal", + "tab", + "tab_key", + "tabanidae", + "tabard", + "tabasco", + "tabasco_pepper", + "tabasco_plant", + "tabasco_sauce", + "tabbouleh", + "tabby", + "tabby_cat", + "tabernacle", + "tabernacles", + "tabernaemontana", + "tabernaemontana_divaricate", + "tabes", + "tabes_dorsalis", + "tabi", + "tabis", + "tablature", + "table", + "table-mountain_pine", + "table-tennis_bat", + "table-tennis_racquet", + "table-tennis_table", + "table_d'hote", + "table_game", + "table_knife", + "table_lamp", + "table_lifting", + "table_linen", + "table_mat", + "table_mustard", + "table_napkin", + "table_of_contents", + "table_rapping", + "table_salt", + "table_saw", + "table_service", + "table_talk", + "table_tapping", + "table_tennis", + "table_tilting", + "table_tipping", + "table_turning", + "table_wine", + "tableau", + "tableau_vivant", + "tablecloth", + "tablefork", + "tableland", + "tablemate", + "tablespoon", + "tablespoonful", + "tablet", + "tablet-armed_chair", + "tabletop", + "tableware", + "tabloid", + "taboo", + "tabooli", + "tabor", + "tabor_pipe", + "tabora", + "taboret", + "tabour", + "tabouret", + "tabriz", + "tabu", + "tabuk", + "tabula_rasa", + "tabular_array", + "tabular_matter", + "tabulation", + "tabulator", + "tabun", + "tacamahac", + "tacca", + "tacca_leontopetaloides", + "tacca_pinnatifida", + "taccaceae", + "tach", + "tacheometer", + "tachina_fly", + "tachinidae", + "tachistoscope", + "tachogram", + "tachograph", + "tachometer", + "tachycardia", + "tachyglossidae", + "tachyglossus", + "tachygraphy", + "tachylite", + "tachymeter", + "tachypleus", + "tacit_consent", + "taciturnity", + "tacitus", + "tack", + "tack_hammer", + "tacker", + "tackiness", + "tacking", + "tackle", + "tackler", + "taco", + "taco_sauce", + "tacoma", + "tacoma_narrows_bridge", + "taconic_mountains", + "taconite", + "tact", + "tactfulness", + "tactic", + "tactical_intelligence", + "tactical_maneuver", + "tactical_manoeuvre", + "tactical_warning", + "tactician", + "tactics", + "tactile_agnosia", + "tactile_property", + "tactile_sensation", + "tactility", + "tactlessness", + "tactual_exploration", + "tactual_sensation", + "tad", + "tadalafil", + "tadarida", + "tadarida_brasiliensis", + "tadeus_reichstein", + "tadeusz_andrzej_bonawentura_kosciuszko", + "tadirida_femorosacca", + "tadjik", + "tadorna", + "tadpole", + "tadpole_shrimp", + "tadzhik", + "tadzhikistan", + "tae_kwon_do", + "taegu", + "taekwondo", + "tael", + "taenia", + "taeniidae", + "taffeta", + "taffeta_weave", + "taffrail", + "taffrail_log", + "taffy", + "taffy_apple", + "taft", + "tag", + "tag_end", + "tag_line", + "tagalog", + "tagalong", + "tagamet", + "tagasaste", + "tagetes_erecta", + "tagetes_patula", + "tageteste", + "tagger", + "tagging_program", + "tagliatelle", + "tagore", + "taguan", + "tagus", + "tagus_river", + "tahini", + "tahiti", + "tahitian", + "tahoka_daisy", + "tai", + "tai_chi", + "tai_chi_chuan", + "tai_dam", + "tai_long", + "tai_lue", + "tai_nuea", + "tai_yuan", + "taichi", + "taichichuan", + "taichung", + "taif", + "tail", + "tail-flower", + "tail_assembly", + "tail_bone", + "tail_coat", + "tail_end", + "tail_feather", + "tail_fin", + "tail_gate", + "tail_lamp", + "tail_rotor", + "tailback", + "tailboard", + "tailcoat", + "tailed_frog", + "tailed_toad", + "tailfin", + "tailflower", + "tailgate", + "tailgater", + "tailing", + "tailless_tenrec", + "taillight", + "tailor", + "tailor's_chalk", + "tailor's_tack", + "tailor-made", + "tailorbird", + "tailoring", + "tailpiece", + "tailpipe", + "tailplane", + "tailrace", + "tails", + "tailspin", + "tailstock", + "tailwind", + "tailwort", + "taimyr_peninsula", + "taint", + "taipan", + "taipeh", + "taipei", + "taira", + "taiwan", + "taiwan_dollar", + "taiwanese", + "taiyuan", + "taj_mahal", + "tajik", + "tajiki", + "tajikistan", + "tajikistani_monetary_unit", + "taka", + "takahe", + "takakkaw", + "takayasu's_arteritis", + "take", + "take-home_pay", + "take-in", + "take-up", + "takeaway", + "takedown", + "takelma", + "takeoff", + "takeoff_booster", + "takeoff_rocket", + "takeout", + "takeout_food", + "takeover", + "takeover_arbitrage", + "takeover_attempt", + "takeover_bid", + "takeover_target", + "taker", + "takilman", + "takin", + "taking", + "taking_apart", + "taking_hold", + "taking_into_custody", + "taking_over", + "takings", + "taklamakan_desert", + "taklimakan_desert", + "tala", + "talapoin", + "talaria", + "talbot", + "talc", + "talcott_parsons", + "talcum", + "talcum_powder", + "tale", + "taleban", + "talebearer", + "talent", + "talent_agent", + "talent_scout", + "talentlessness", + "taleteller", + "taliban", + "talien", + "talinum", + "talinum_augustissimum", + "talinum_aurantiacum", + "talinum_brevifolium", + "talinum_calycinum", + "talinum_paniculatum", + "talinum_spinescens", + "talipes", + "talipes_calcaneus", + "talipes_equinus", + "talipes_valgus", + "talipot", + "talipot_palm", + "talisman", + "talk", + "talk_of_the_town", + "talk_show", + "talkativeness", + "talker", + "talker_identification", + "talkie", + "talking", + "talking_book", + "talking_head", + "talking_picture", + "talking_point", + "talking_to", + "talks", + "tall", + "tall-grass", + "tall_bellflower", + "tall_bilberry", + "tall_buttercup", + "tall_crowfoot", + "tall_cupflower", + "tall_field_buttercup", + "tall_gallberry_holly", + "tall_goldenrod", + "tall_mallow", + "tall_meadow_grass", + "tall_oat_grass", + "tall_oil", + "tall_order", + "tall_sunflower", + "tall_tale", + "tall_white_violet", + "tall_yellow-eye", + "tallahassee", + "tallapoosa", + "tallapoosa_river", + "tallboy", + "tallchief", + "talleyrand", + "tallgrass", + "tallin", + "tallinn", + "tallis", + "tallith", + "tallness", + "tallow", + "tallow_oil", + "tallulah_bankhead", + "tally", + "tally_clerk", + "tallyman", + "talmud", + "talmudic_literature", + "talon", + "talpidae", + "talus", + "talwin", + "tam", + "tam-o'-shanter", + "tam-tam", + "tamale", + "tamale_pie", + "tamandu", + "tamandua", + "tamandua_tetradactyla", + "tamanoir", + "tamara_karsavina", + "tamarack", + "tamarao", + "tamarau", + "tamaricaceae", + "tamarillo", + "tamarin", + "tamarind", + "tamarind_tree", + "tamarindo", + "tamarindus", + "tamarindus_indica", + "tamarisk", + "tamarisk_family", + "tamarisk_gerbil", + "tamarix", + "tambac", + "tambala", + "tambocor", + "tambour", + "tambourine", + "tamburlaine", + "tameness", + "tamer", + "tamerlane", + "tamias", + "tamias_striatus", + "tamiasciurus", + "tamiasciurus_douglasi", + "tamiasciurus_hudsonicus", + "tamil", + "tamil_eelam", + "tamil_nadu", + "tamil_tigers", + "tamm", + "tammany", + "tammany_hall", + "tammany_society", + "tammerfors", + "tammuz", + "tammy", + "tammy_wynette", + "tammy_wynetter_pugh", + "tamoxifen", + "tamp", + "tampa", + "tampa_bay", + "tampax", + "tamper", + "tampere", + "tampering", + "tampico", + "tamping_bar", + "tampion", + "tampon", + "tamponade", + "tamponage", + "tamus", + "tamus_communis", + "tan", + "tanacetum", + "tanacetum_balsamita", + "tanacetum_camphoratum", + "tanacetum_cinerariifolium", + "tanacetum_coccineum", + "tanacetum_douglasii", + "tanacetum_parthenium", + "tanacetum_ptarmiciflorum", + "tanacetum_vulgare", + "tanach", + "tanager", + "tanakh", + "tanbark", + "tanbark_oak", + "tancred", + "tandearil", + "tandem", + "tandem_bicycle", + "tandem_trailer", + "tandoor", + "tandy", + "tanekaha", + "taney", + "tang", + "tang_dynasty", + "tanga", + "tanganyika", + "tange", + "tangelo", + "tangelo_tree", + "tangency", + "tangent", + "tangent_plane", + "tangerine", + "tangerine_tree", + "tangibility", + "tangible_possession", + "tangibleness", + "tangier", + "tangier_pea", + "tangier_peavine", + "tangiers", + "tanginess", + "tangle", + "tangle_orchid", + "tanglebush", + "tango", + "tangor", + "tangram", + "tangshan", + "tanguy", + "tank", + "tank_car", + "tank_circuit", + "tank_destroyer", + "tank_driver", + "tank_engine", + "tank_farm", + "tank_farming", + "tank_furnace", + "tank_iron", + "tank_locomotive", + "tank_shell", + "tank_ship", + "tank_suit", + "tank_top", + "tanka", + "tankage", + "tankard", + "tanker", + "tanker_plane", + "tankful", + "tannenberg", + "tanner", + "tanner's_cassia", + "tannery", + "tannia", + "tannic_acid", + "tannin", + "tanning", + "tannoy", + "tanoan", + "tanoan_language", + "tansy", + "tansy-leaved_rocket", + "tansy_leaf_aster", + "tansy_mustard", + "tansy_ragwort", + "tantaliser", + "tantalite", + "tantalization", + "tantalizer", + "tantalum", + "tantalus", + "tantilla", + "tantra", + "tantrism", + "tantrist", + "tantrum", + "tanzania", + "tanzanian", + "tanzanian_monetary_unit", + "tanzanian_shilling", + "tanzim", + "tanzimul_fuqra", + "tao", + "taoiseach", + "taoism", + "taoist", + "taoist_trinity", + "taos", + "tap", + "tap-off", + "tap_dance", + "tap_dancer", + "tap_dancing", + "tap_house", + "tap_water", + "tap_wrench", + "tapa", + "tapa_bark", + "tape", + "tape_cartridge", + "tape_deck", + "tape_drive", + "tape_grass", + "tape_machine", + "tape_measure", + "tape_player", + "tape_recorder", + "tape_recording", + "tape_transport", + "tapeline", + "tapenade", + "taper", + "taper_file", + "tapering", + "tapestry", + "tapestry_moth", + "tapeworm", + "tapeworm_infection", + "taphephobia", + "taphouse", + "taping", + "tapioca", + "tapioca_plant", + "tapioca_pudding", + "tapir", + "tapiridae", + "tapirus", + "tapirus_indicus", + "tapirus_terrestris", + "tapis", + "tapotement", + "tappa", + "tappa_bark", + "tappan", + "tappan_zee_bridge", + "tapper", + "tappet", + "tappet_wrench", + "tapping", + "taproom", + "taproot", + "taps", + "tapster", + "tar", + "tar-wood", + "tar_heel_state", + "tar_paper", + "tar_pit", + "tara", + "tara_vine", + "tarabulus", + "tarabulus_al-gharb", + "tarabulus_ash-sham", + "taracahitian", + "taradiddle", + "tarahumara", + "tarahumara_frog", + "taraktagenos", + "taraktagenos_kurzii", + "taraktogenos", + "taraktogenos_kurzii", + "tarantella", + "tarantelle", + "tarantino", + "tarantism", + "tarantula", + "taras_grigoryevich_shevchenko", + "tarawa", + "tarawa-makin", + "taraxacum", + "taraxacum_kok-saghyz", + "taraxacum_officinale", + "taraxacum_ruderalia", + "tarbell", + "tarboosh", + "tarchanoff_phenomenon", + "tardigrada", + "tardigrade", + "tardiness", + "tardive_dyskinesia", + "tare", + "tareekh_e_kasas", + "taret_organ", + "target", + "target_acquisition_system", + "target_area", + "target_cell", + "target_company", + "target_language", + "target_organ", + "target_practice", + "target_program", + "target_range", + "tarheel", + "taricha", + "taricha_granulosa", + "taricha_torosa", + "tariff", + "tarkovsky", + "tarmac", + "tarmacadam", + "tarn", + "tarnish", + "tarnished_plant_bug", + "taro", + "taro_plant", + "taro_root", + "tarot", + "tarot_card", + "tarp", + "tarpan", + "tarpaulin", + "tarpon", + "tarpon_atlanticus", + "tarquin", + "tarquin_the_proud", + "tarquinius", + "tarquinius_superbus", + "tarradiddle", + "tarragon", + "tarriance", + "tarrietia", + "tarrietia_argyrodendron", + "tarsal", + "tarsal_bone", + "tarsal_gland", + "tarsier", + "tarsiidae", + "tarsioidea", + "tarsitis", + "tarsius", + "tarsius_glis", + "tarsius_syrichta", + "tarsus", + "tart", + "tartan", + "tartar", + "tartar_emetic", + "tartar_sauce", + "tartar_steak", + "tartare_sauce", + "tartarian_honeysuckle", + "tartaric_acid", + "tartarus", + "tartary", + "tartlet", + "tartness", + "tartrate", + "tartu", + "tartufe", + "tartuffe", + "tarweed", + "tarwood", + "tarzan", + "tarzan_of_the_apes", + "tashkent", + "tashmit", + "tashmitum", + "tashunca-uitco", + "task", + "task_force", + "taskent", + "taskmaster", + "taskmistress", + "tasman", + "tasman_dwarf_pine", + "tasman_sea", + "tasmania", + "tasmanian_devil", + "tasmanian_tiger", + "tasmanian_wolf", + "tasse", + "tassel", + "tassel_flower", + "tassel_hyacinth", + "tasset", + "tasso", + "taste", + "taste-maker", + "taste-tester", + "taste_bud", + "taste_cell", + "taste_perception", + "taste_property", + "taste_sensation", + "taste_tester", + "tastebud", + "tastefulness", + "tastelessness", + "taster", + "tastiness", + "tasting", + "tat", + "tatahumara", + "tatar", + "tatary", + "tate", + "tater", + "tati", + "tatou", + "tatouay", + "tatter", + "tatterdemalion", + "tatting", + "tattle", + "tattler", + "tattletale", + "tattletale_gray", + "tattletale_grey", + "tattoo", + "tatu", + "tatum", + "tau", + "tau-minus_particle", + "tau-plus_particle", + "tau_coefficient_of_correlation", + "tau_cross", + "taunt", + "taunting", + "tauon", + "taupe", + "taurine", + "tauromachy", + "taurotragus", + "taurotragus_derbianus", + "taurotragus_oryx", + "taurus", + "taurus_the_bull", + "tautness", + "tautog", + "tautoga", + "tautoga_onitis", + "tautogolabrus", + "tautogolabrus_adspersus", + "tautology", + "tavern", + "tavern_keeper", + "taw", + "tawdriness", + "tawney", + "tawniness", + "tawny_eagle", + "tawny_owl", + "tawse", + "tax", + "tax-exempt", + "tax-exempt_security", + "tax-increase", + "tax_advantage", + "tax_assessment", + "tax_assessor", + "tax_avoidance", + "tax_base", + "tax_benefit", + "tax_bill", + "tax_boost", + "tax_bracket", + "tax_break", + "tax_collection", + "tax_collector", + "tax_credit", + "tax_cut", + "tax_deduction", + "tax_evasion", + "tax_form", + "tax_haven", + "tax_hike", + "tax_income", + "tax_law", + "tax_liability", + "tax_lien", + "tax_policy", + "tax_program", + "tax_rate", + "tax_return", + "tax_revenue", + "tax_shelter", + "tax_system", + "tax_write-off", + "taxability", + "taxaceae", + "taxales", + "taxation", + "taxer", + "taxi", + "taxi_dancer", + "taxi_fare", + "taxi_rank", + "taxi_strip", + "taxicab", + "taxidea", + "taxidea_taxus", + "taxidermist", + "taxidermy", + "taxidriver", + "taximan", + "taximeter", + "taxis", + "taxistand", + "taxiway", + "taxman", + "taxodiaceae", + "taxodium", + "taxodium_ascendens", + "taxodium_distichum", + "taxodium_mucronatum", + "taxon", + "taxonomer", + "taxonomic_category", + "taxonomic_group", + "taxonomist", + "taxonomy", + "taxophytina", + "taxopsida", + "taxpayer", + "taxus", + "taxus_baccata", + "taxus_brevifolia", + "taxus_cuspidata", + "taxus_floridana", + "tay", + "tay-sachs", + "tay-sachs_disease", + "tayalic", + "tayassu", + "tayassu_angulatus", + "tayassu_pecari", + "tayassu_tajacu", + "tayassuidae", + "taylor", + "taymyr_peninsula", + "tayra", + "tazicef", + "tazir_crime", + "tb", + "tbilisi", + "tbit", + "tc", + "tce", + "tchad", + "tchaikovsky", + "tchotchke", + "tchotchkeleh", + "tcp", + "tcp/ip", + "tdt", + "te", + "te_deum", + "te_kanawa", + "tea", + "tea-like_drink", + "tea-strainer", + "tea_bag", + "tea_ball", + "tea_biscuit", + "tea_bread", + "tea_break", + "tea_caddy", + "tea_cart", + "tea_ceremony", + "tea_chest", + "tea_cloth", + "tea_cosy", + "tea_cozy", + "tea_family", + "tea_garden", + "tea_gown", + "tea_leaf", + "tea_maker", + "tea_napkin", + "tea_parlor", + "tea_parlour", + "tea_party", + "tea_rose", + "tea_service", + "tea_set", + "tea_table", + "tea_tortrix", + "tea_towel", + "tea_tray", + "tea_trolley", + "tea_urn", + "tea_wagon", + "teaberry", + "teacake", + "teacart", + "teach", + "teach-in", + "teacher", + "teacher's_certificate", + "teacher's_pet", + "teacher-student_relation", + "teachers_college", + "teachership", + "teaching", + "teaching_aid", + "teaching_certificate", + "teaching_fellow", + "teaching_method", + "teaching_reading", + "teacup", + "teacupful", + "teahouse", + "teak", + "teakettle", + "teakwood", + "teal", + "team", + "team_spirit", + "team_sport", + "team_teaching", + "teammate", + "teamster", + "teamsters_union", + "teamwork", + "teapot", + "teapot_dome", + "teapot_dome_scandal", + "tear", + "tear_duct", + "tear_gas", + "tear_gland", + "tear_sac", + "tear_sheet", + "tearaway", + "teardrop", + "tearfulness", + "teargas", + "tearing", + "tearing_down", + "tearjerker", + "tearoom", + "tears", + "teasdale", + "tease", + "teasel", + "teaser", + "teashop", + "teasing", + "teasle", + "teaspoon", + "teaspoonful", + "teat", + "teatime", + "teazel", + "tebaldi", + "tebet", + "tebibit", + "tebibyte", + "tec", + "tech", + "techie", + "technetium", + "technical", + "technical_analysis", + "technical_analysis_of_stock_trends", + "technical_analyst", + "technical_foul", + "technical_knockout", + "technical_school", + "technical_sergeant", + "technicality", + "technician", + "technicolor", + "technique", + "techno", + "technobabble", + "technocracy", + "technocrat", + "technological_revolution", + "technologist", + "technology", + "technology_administration", + "technophile", + "technophilia", + "technophobe", + "technophobia", + "tecophilaeacea", + "tectaria", + "tectaria_cicutaria", + "tectaria_macrodonta", + "tectona", + "tectona_grandis", + "tectonic_movement", + "tectonics", + "tecumseh", + "tecumtha", + "ted", + "ted_hughes", + "ted_shawn", + "ted_williams", + "teddy", + "teddy_bear", + "teddy_boy", + "teddy_boys", + "tediousness", + "tedium", + "tee", + "tee_hinge", + "tee_shirt", + "teeing_ground", + "teemingness", + "teen", + "teenager", + "teens", + "teeoff", + "teepee", + "teeter", + "teeter-totter", + "teeterboard", + "teetertotter", + "teeth", + "teething", + "teething_ring", + "teetotaler", + "teetotaling", + "teetotalism", + "teetotalist", + "teetotaller", + "teetotum", + "teff", + "teff_grass", + "tefillin", + "teflon", + "teg", + "tegu", + "tegucigalpa", + "tegument", + "teheran", + "tehran", + "teiid", + "teiid_lizard", + "teiidae", + "teilhard_de_chardin", + "teju", + "tekki", + "tektite", + "tel_aviv", + "tel_aviv-jaffa", + "tel_aviv-yalo", + "telamon", + "telanthera", + "telco", + "telco_building", + "telecast", + "telecaster", + "telecasting", + "telecom", + "telecom_equipment", + "telecom_hotel", + "telecom_system", + "telecommerce", + "telecommunication", + "telecommunication_equipment", + "telecommunication_system", + "telecommuting", + "teleconference", + "teleconferencing", + "telefilm", + "telegnosis", + "telegram", + "telegraph", + "telegraph_form", + "telegraph_key", + "telegraph_line", + "telegraph_operator", + "telegraph_plant", + "telegraph_pole", + "telegraph_post", + "telegraph_wire", + "telegrapher", + "telegraphese", + "telegraphic_signal", + "telegraphist", + "telegraphy", + "telekinesis", + "telemann", + "telemark", + "telemarketing", + "telemeter", + "telemetry", + "telemetry_intelligence", + "telencephalon", + "teleologist", + "teleology", + "teleost", + "teleost_fish", + "teleostan", + "teleostei", + "telepathist", + "telepathy", + "telephone", + "telephone_bell", + "telephone_bill", + "telephone_book", + "telephone_booth", + "telephone_box", + "telephone_call", + "telephone_circuit", + "telephone_company", + "telephone_conversation", + "telephone_cord", + "telephone_dial", + "telephone_directory", + "telephone_exchange", + "telephone_extension", + "telephone_interview", + "telephone_jack", + "telephone_kiosk", + "telephone_line", + "telephone_message", + "telephone_number", + "telephone_operator", + "telephone_order", + "telephone_plug", + "telephone_pole", + "telephone_receiver", + "telephone_service", + "telephone_set", + "telephone_system", + "telephone_unit", + "telephone_wire", + "telephoner", + "telephonist", + "telephony", + "telephoto", + "telephoto_lens", + "telephotograph", + "telephotography", + "teleportation", + "teleprinter", + "teleprocessing", + "teleprompter", + "telerobotics", + "telescope", + "telescope_sight", + "telescopic_sight", + "telescopium", + "telescopy", + "teleselling", + "telethermometer", + "teletype_machine", + "teletypewriter", + "televangelism", + "televangelist", + "television", + "television-camera_tube", + "television_announcer", + "television_antenna", + "television_camera", + "television_channel", + "television_equipment", + "television_monitor", + "television_news", + "television_newscaster", + "television_pickup_tube", + "television_program", + "television_receiver", + "television_reporter", + "television_room", + "television_set", + "television_show", + "television_star", + "television_station", + "television_system", + "television_transmitter", + "television_tube", + "teleworking", + "telex", + "telex_machine", + "telfer", + "telferage", + "telingo_potato", + "telint", + "teliospore", + "tell", + "teller", + "tellima", + "tellima_affinis", + "tellima_grandiflora", + "telling", + "telltale", + "tellurian", + "telluride", + "tellurium", + "tellus", + "telly", + "telocentric_chromosome", + "telomerase", + "telomere", + "telopea", + "telopea_oreades", + "telopea_speciosissima", + "telophase", + "telosporidia", + "telpher", + "telpherage", + "telsontail", + "telugu", + "temazepam", + "temblor", + "temerity", + "temnospondyli", + "temp", + "temper", + "tempera", + "temperament", + "temperance", + "temperate_rain_forest", + "temperate_zone", + "temperateness", + "temperature", + "temperature_change", + "temperature_gradient", + "temperature_reduction", + "temperature_scale", + "temperature_unit", + "tempering", + "tempest", + "tempestuousness", + "templar", + "template", + "template_rna", + "temple", + "temple_of_apollo", + "temple_of_artemis", + "temple_of_jerusalem", + "temple_of_solomon", + "temple_orange", + "temple_orange_tree", + "temple_tree", + "templet", + "templetonia", + "templetonia_retusa", + "tempo", + "temporal", + "temporal_arrangement", + "temporal_arteritis", + "temporal_artery", + "temporal_bone", + "temporal_canthus", + "temporal_ccortex", + "temporal_gyrus", + "temporal_lobe", + "temporal_lobe_epilepsy", + "temporal_muscle", + "temporal_order", + "temporal_property", + "temporal_relation", + "temporal_role", + "temporal_vein", + "temporalis", + "temporalis_muscle", + "temporality", + "temporalty", + "temporariness", + "temporary", + "temporary_expedient", + "temporary_hookup", + "temporary_injunction", + "temporary_removal", + "temporary_state", + "temporary_worker", + "temporiser", + "temporizer", + "temporomandibular_joint", + "tempra", + "temptation", + "tempter", + "temptingness", + "temptress", + "tempura", + "temuco", + "temujin", + "ten", + "ten-day_fern", + "ten-gallon_hat", + "ten-spined_stickleback", + "ten-spot", + "ten-strike", + "ten-thousandth", + "ten_commandments", + "ten_dollar_bill", + "ten_percent", + "ten_thousand", + "tenability", + "tenableness", + "tenaciousness", + "tenacity", + "tenancy", + "tenant", + "tenant_farmer", + "tenantry", + "tench", + "tendency", + "tendentiousness", + "tender", + "tender_loving_care", + "tender_offer", + "tenderfoot", + "tendergreen", + "tenderheartedness", + "tenderisation", + "tenderiser", + "tenderization", + "tenderizer", + "tenderloin", + "tenderness", + "tending", + "tendinitis", + "tendon", + "tendon_of_achilles", + "tendonitis", + "tendonous_synovitis", + "tendosynovitis", + "tendrac", + "tendril", + "tenebrionid", + "tenebrionidae", + "tenement", + "tenement_district", + "tenement_house", + "tenerife", + "tenesmus", + "tenet", + "teng_hsiao-ping", + "teng_hsiaoping", + "tenge", + "tenia", + "tenner", + "tennessean", + "tennessee", + "tennessee_river", + "tennessee_walker", + "tennessee_walking_horse", + "tennessee_williams", + "tenniel", + "tennis", + "tennis_ball", + "tennis_camp", + "tennis_club", + "tennis_coach", + "tennis_court", + "tennis_elbow", + "tennis_lesson", + "tennis_match", + "tennis_player", + "tennis_pro", + "tennis_racket", + "tennis_racquet", + "tennis_shoe", + "tennis_shot", + "tennis_stroke", + "tenno", + "tennyson", + "tenon", + "tenonitis", + "tenor", + "tenor_clef", + "tenor_drum", + "tenor_saxophonist", + "tenor_voice", + "tenoretic", + "tenorist", + "tenormin", + "tenoroon", + "tenosynovitis", + "tenpence", + "tenpenny_nail", + "tenpin", + "tenpin_bowling", + "tenpins", + "tenpounder", + "tenrec", + "tenrec_ecaudatus", + "tenrecidae", + "tense", + "tense_system", + "tenseness", + "tensile_strength", + "tensimeter", + "tensiometer", + "tension", + "tension_headache", + "tensity", + "tensor", + "tensor_tympani", + "tent", + "tent-caterpillar_moth", + "tent-fly", + "tent_caterpillar", + "tent_flap", + "tent_peg", + "tent_stitch", + "tentacle", + "tentaculata", + "tenter", + "tenterhook", + "tenth", + "tenth_cranial_nerve", + "tenth_part", + "tenthredinidae", + "tenting", + "tentmaker", + "tentorial_sinus", + "tentorium", + "tenuity", + "tenure", + "tenzing_norgay", + "teodor_josef_konrad_korzeniowski", + "tepal", + "tepary_bean", + "tepee", + "tephrosia", + "tephrosia_purpurea", + "tephrosia_virginiana", + "tepic", + "tepidity", + "tepidness", + "tequila", + "tera", + "terabit", + "terabyte", + "teraflop", + "terahertz", + "teras", + "teratogen", + "teratogenesis", + "teratology", + "teratoma", + "terazosin", + "terbinafine", + "terbium", + "terbium_metal", + "terce", + "tercel", + "tercelet", + "tercentenary", + "tercentennial", + "tercet", + "terebella", + "terebellidae", + "terebinth", + "teredinid", + "teredinidae", + "teredo", + "terence", + "terence_rattigan", + "teres", + "teres_major", + "teres_major_muscle", + "teres_minor", + "teres_minor_muscle", + "teres_muscle", + "teresa", + "teresa_of_avila", + "tereshkova", + "tergiversation", + "tergiversator", + "teriyaki", + "term", + "term_infant", + "term_insurance", + "term_of_a_contract", + "term_of_enlistment", + "term_of_office", + "term_paper", + "termagant", + "termer", + "termes", + "terminable_interest", + "terminal", + "terminal_emulation", + "terminal_figure", + "terminal_leave", + "terminal_point", + "terminal_velocity", + "termination", + "terminator", + "terminology", + "terminus", + "terminus_a_quo", + "terminus_ad_quem", + "termite", + "termitidae", + "terms", + "tern", + "ternary", + "ternion", + "terpene", + "terpsichore", + "terpsichorean", + "terra_alba", + "terra_cotta", + "terra_firma", + "terra_incognita", + "terra_sigillata", + "terrace", + "terraced_house", + "terrain", + "terrain_flight", + "terrain_intelligence", + "terramycin", + "terrapene", + "terrapene_ornata", + "terrapin", + "terrarium", + "terre_adelie", + "terreplein", + "terrestrial_dynamical_time", + "terrestrial_guidance", + "terrestrial_planet", + "terrestrial_time", + "terribleness", + "terrier", + "terrietia", + "terrietia_trifoliolata", + "terrine", + "territorial", + "territorial_army", + "territorial_division", + "territorial_dominion", + "territorial_reserve", + "territorial_waters", + "territorialisation", + "territoriality", + "territorialization", + "territory", + "terror", + "terrorisation", + "terrorism", + "terrorist", + "terrorist_act", + "terrorist_attack", + "terrorist_cell", + "terrorist_group", + "terrorist_organization", + "terrorization", + "terry", + "terry_cloth", + "terry_towel", + "terrycloth", + "terseness", + "tertiary", + "tertiary_period", + "tertiary_syphilis", + "tertigravida", + "tertium_quid", + "tertry", + "tertullian", + "terylene", + "terza_rima", + "terzetto", + "tesla", + "tesla_coil", + "tessella", + "tessellation", + "tessera", + "tesseract", + "tessin", + "test", + "test-cross", + "test-tube_baby", + "test_ban", + "test_bed", + "test_case", + "test_copy", + "test_drive", + "test_driver", + "test_equipment", + "test_instrument_vehicle", + "test_match", + "test_paper", + "test_period", + "test_pilot", + "test_range", + "test_rocket", + "test_room", + "test_suit", + "test_tube", + "testa", + "testacea", + "testacean", + "testament", + "testamentary_trust", + "testate", + "testator", + "testatrix", + "testcross", + "testee", + "tester", + "testicle", + "testicular_artery", + "testicular_cancer", + "testicular_vein", + "testiere", + "testifier", + "testimonial", + "testimonial_immunity", + "testimony", + "testiness", + "testing", + "testing_ground", + "testing_room", + "testis", + "testosterone", + "testudinata", + "testudines", + "testudinidae", + "testudo", + "testudo_graeca", + "tet", + "tetanilla", + "tetanus", + "tetanus_antitoxin", + "tetanus_immune_globulin", + "tetanus_immunoglobulin", + "tetany", + "tetartanopia", + "tetchiness", + "tete-a-tete", + "teth", + "tether", + "tetherball", + "tethyidae", + "tethys", + "teton", + "teton_dakota", + "teton_range", + "teton_sioux", + "tetra", + "tetrabasic_acid", + "tetrabromo-phenolsulfonephthalein", + "tetracaine", + "tetrachlorethylene", + "tetrachloride", + "tetrachloroethylene", + "tetrachloromethane", + "tetrachoric_correlation", + "tetrachoric_correlation_coefficient", + "tetraclinis", + "tetraclinis_articulata", + "tetracycline", + "tetrad", + "tetradecanoic_acid", + "tetraethyl_lead", + "tetrafluoroethylene", + "tetragon", + "tetragonia", + "tetragonia_expansa", + "tetragonia_tetragonioides", + "tetragoniaceae", + "tetragonurus", + "tetragram", + "tetragrammaton", + "tetrahalide", + "tetrahedron", + "tetrahydrocannabinol", + "tetrahymena", + "tetraiodothyronine", + "tetralogy", + "tetralogy_of_fallot", + "tetrameter", + "tetramethyldiarsine", + "tetraneuris", + "tetraneuris_acaulis", + "tetraneuris_grandiflora", + "tetranychid", + "tetranychidae", + "tetrao", + "tetrao_urogallus", + "tetraodontidae", + "tetraonidae", + "tetrapod", + "tetrapturus", + "tetrasaccharide", + "tetraskele", + "tetraskelion", + "tetrasodium_pyrophosphate", + "tetrasporangium", + "tetraspore", + "tetrazzini", + "tetri", + "tetrode", + "tetrodotoxin", + "tetrose", + "tetroxide", + "tetryl", + "tetterwort", + "tettigoniid", + "tettigoniidae", + "teucrium", + "teucrium_canadense", + "teucrium_chamaedrys", + "teucrium_marum", + "teucrium_scorodonia", + "teutoburger_wald", + "teuton", + "teutonic_deity", + "teutonist", + "tevere", + "tevet", + "tewkesbury", + "texan", + "texarkana", + "texas", + "texas_armadillo", + "texas_bluebonnet", + "texas_chachalaca", + "texas_fever", + "texas_horned_lizard", + "texas_independence_day", + "texas_leaguer", + "texas_longhorn", + "texas_millet", + "texas_purple_spike", + "texas_ranger", + "texas_snowbell", + "texas_snowbells", + "texas_star", + "texas_storksbill", + "texas_toad", + "texas_tortoise", + "text", + "text-matching", + "text_edition", + "text_editor", + "text_file", + "textbook", + "textile", + "textile_machine", + "textile_mill", + "textile_screw_pine", + "textual_criticism", + "textual_matter", + "texture", + "th", + "thackeray", + "thaddaeus", + "thaddeus_kosciusko", + "thai", + "thai_monetary_unit", + "thailand", + "thalamostriate_vein", + "thalamus", + "thalarctos", + "thalarctos_maritimus", + "thalassaemia", + "thalassaemia_major", + "thalassemia", + "thalassemia_major", + "thalassoma", + "thalassoma_bifasciatum", + "thales", + "thales_of_miletus", + "thalia", + "thaliacea", + "thalictrum", + "thalidomide", + "thalidone", + "thallium", + "thallophyta", + "thallophyte", + "thallus", + "thalmencephalon", + "thalweg", + "thames", + "thames_river", + "thammuz", + "thamnophilus", + "thamnophis", + "thamnophis_proximus", + "thamnophis_sauritus", + "thamnophis_sirtalis", + "thanatology", + "thanatophobia", + "thanatopsis", + "thanatos", + "thane", + "thaneship", + "thank_offering", + "thank_you", + "thankfulness", + "thankless_wretch", + "thanks", + "thanksgiving", + "thanksgiving_cactus", + "thanksgiving_day", + "thar_desert", + "tharp", + "thatch", + "thatch_palm", + "thatch_tree", + "thatched_roof", + "thatcher", + "thatcherism", + "thatcherite", + "thaumatolatry", + "thaumaturge", + "thaumaturgist", + "thaumaturgy", + "thaw", + "thawing", + "thb", + "thc", + "thd", + "the_absurd", + "the_admirable_crichton", + "the_alps", + "the_boot", + "the_city", + "the_devil", + "the_flood", + "the_gambia", + "the_great_calamity", + "the_great_charter", + "the_great_compromiser", + "the_great_hunger", + "the_great_starvation", + "the_great_unwashed", + "the_hague", + "the_halt", + "the_hill", + "the_holy_see", + "the_hots", + "the_indies", + "the_irish_famine", + "the_like", + "the_likes_of", + "the_nazarene", + "the_netherlands", + "the_pamirs", + "the_pits", + "the_shits", + "the_skinny", + "the_star-spangled_banner", + "the_states", + "the_street", + "the_tempter", + "the_three_estates", + "the_trots", + "the_true", + "the_venerable_bede", + "the_virgin", + "the_way_of_the_world", + "the_ways_of_the_world", + "thea", + "theaceae", + "theanthropism", + "theater", + "theater_company", + "theater_critic", + "theater_curtain", + "theater_director", + "theater_in_the_round", + "theater_light", + "theater_of_operations", + "theater_of_the_absurd", + "theater_of_war", + "theater_prompter", + "theater_stage", + "theater_ticket", + "theatergoer", + "theatre", + "theatre_curtain", + "theatre_director", + "theatre_of_operations", + "theatre_of_war", + "theatre_stage", + "theatre_ticket", + "theatregoer", + "theatrical", + "theatrical_agent", + "theatrical_performance", + "theatrical_poster", + "theatrical_producer", + "theatrical_production", + "theatrical_role", + "theatrical_season", + "theatricality", + "theban", + "thebe", + "thebes", + "theca", + "thecodont", + "thecodont_reptile", + "thecodontia", + "theelin", + "theft", + "theia", + "theism", + "theist", + "thelarche", + "thelephoraceae", + "thelonious_monk", + "thelonious_sphere_monk", + "thelypteridaceae", + "thelypteris", + "thelypteris_dryopteris", + "thelypteris_hexagonoptera", + "thelypteris_palustris", + "thelypteris_palustris_pubescens", + "thelypteris_phegopteris", + "thelypteris_simulata", + "thematic_apperception_test", + "thematic_vowel", + "theme", + "theme_park", + "theme_song", + "themis", + "themistocles", + "then", + "thenar", + "theobid", + "theobroma", + "theobroma_cacao", + "theocracy", + "theodicy", + "theodolite", + "theodor_mommsen", + "theodor_schwann", + "theodor_seuss_geisel", + "theodore_dreiser", + "theodore_dwight_weld", + "theodore_francis_powys", + "theodore_harold_white", + "theodore_herman_albert_dreiser", + "theodore_roosevelt", + "theodore_roosevelt_memorial_national_park", + "theodore_samuel_williams", + "theodosius", + "theodosius_i", + "theodosius_the_great", + "theogony", + "theologian", + "theological_doctrine", + "theological_system", + "theological_virtue", + "theologiser", + "theologist", + "theologizer", + "theology", + "theophany", + "theophrastaceae", + "theophrastus", + "theophrastus_philippus_aureolus_bombastus_von_hohenheim", + "theophylline", + "theorem", + "theoretical_account", + "theoretician", + "theorisation", + "theoriser", + "theorist", + "theorization", + "theorizer", + "theory", + "theory_of_dissociation", + "theory_of_electrolytic_dissociation", + "theory_of_evolution", + "theory_of_games", + "theory_of_gravitation", + "theory_of_gravity", + "theory_of_indicators", + "theory_of_inheritance", + "theory_of_organic_evolution", + "theory_of_preformation", + "theory_of_probability", + "theory_of_punctuated_equilibrium", + "theory_of_relativity", + "theosophism", + "theosophist", + "theosophy", + "theoterrorism", + "therapeutic", + "therapeutic_abortion", + "therapeutic_cloning", + "therapeutic_rehabilitation", + "therapeutics", + "theraphosidae", + "therapist", + "therapsid", + "therapsida", + "therapy", + "theravada", + "theravada_buddhism", + "there", + "theremin", + "thereness", + "theresa", + "theridiid", + "theridiidae", + "therm", + "thermal", + "thermal_barrier", + "thermal_emission", + "thermal_equilibrium", + "thermal_pollution", + "thermal_printer", + "thermal_reactor", + "thermal_resistor", + "thermal_spring", + "thermalgesia", + "thermel", + "thermic_fever", + "thermidor", + "thermion", + "thermionic_current", + "thermionic_emission", + "thermionic_tube", + "thermionic_vacuum_tube", + "thermionic_valve", + "thermionics", + "thermistor", + "thermoacidophile", + "thermobaric_bomb", + "thermobia", + "thermobia_domestica", + "thermocautery", + "thermochemistry", + "thermocoagulation", + "thermocouple", + "thermocouple_junction", + "thermodynamics", + "thermodynamics_of_equilibrium", + "thermoelectric_thermometer", + "thermoelectricity", + "thermogram", + "thermograph", + "thermography", + "thermogravimeter", + "thermogravimetry", + "thermohydrometer", + "thermojunction", + "thermometer", + "thermometrograph", + "thermometry", + "thermonuclear_bomb", + "thermonuclear_reaction", + "thermonuclear_reactor", + "thermonuclear_warhead", + "thermopile", + "thermoplastic", + "thermoplastic_resin", + "thermopsis", + "thermopsis_macrophylla", + "thermopsis_villosa", + "thermopylae", + "thermoreceptor", + "thermoregulator", + "thermos", + "thermos_bottle", + "thermos_flask", + "thermosetting_compositions", + "thermosetting_resin", + "thermosphere", + "thermostat", + "thermostatics", + "thermotherapy", + "thermotropism", + "theropod", + "theropod_dinosaur", + "theropoda", + "thesaurus", + "theseus", + "thesis", + "thespesia", + "thespesia_populnea", + "thespian", + "thespis", + "thessalia", + "thessalian", + "thessalonian", + "thessalonica", + "thessaloniki", + "thessaly", + "theta", + "theta_rhythm", + "theta_wave", + "thetis", + "theurgy", + "thevetia", + "thevetia_neriifolia", + "thevetia_peruviana", + "thiabendazole", + "thiamin", + "thiamine", + "thiamine_pyrophosphate", + "thiazide", + "thiazine", + "thibet", + "thick", + "thick-billed_murre", + "thick-footed_morel", + "thick-knee", + "thick_skin", + "thickener", + "thickening", + "thicket", + "thickhead", + "thickness", + "thief", + "thielavia", + "thielavia_basicola", + "thievery", + "thieving", + "thievishness", + "thigh", + "thigh-slapper", + "thigh_boot", + "thigh_pad", + "thighbone", + "thill", + "thimble", + "thimbleberry", + "thimbleful", + "thimblerig", + "thimbleweed", + "thimerosal", + "thin-leaved_bilberry", + "thin-leaved_stringybark", + "thin-shelled_mussel", + "thin_air", + "thin_person", + "thing", + "thing-in-itself", + "thingamabob", + "thingamajig", + "thingmabob", + "thingmajig", + "things", + "thingumabob", + "thingumajig", + "thingummy", + "think", + "think_factory", + "think_piece", + "think_tank", + "thinker", + "thinking", + "thinking_cap", + "thinner", + "thinness", + "thinning", + "thinning_shears", + "thiobacillus", + "thiobacteria", + "thiobacteriaceae", + "thiocyanate", + "thiocyanic_acid", + "thiodiphenylamine", + "thioguanine", + "thiopental", + "thiopental_sodium", + "thiopentobarbital_sodium", + "thioridazine", + "thiosulfil", + "thiotepa", + "thiothixene", + "thiouracil", + "third", + "third-class_mail", + "third-degree_burn", + "third-dimensionality", + "third-place_finish", + "third-rater", + "third_baron_rayleigh", + "third_base", + "third_baseman", + "third_battle_of_ypres", + "third_class", + "third_council_of_constantinople", + "third_cranial_nerve", + "third_crusade", + "third_deck", + "third_degree", + "third_dimension", + "third_epistel_of_john", + "third_estate", + "third_eye", + "third_eyelid", + "third_gear", + "third_house", + "third_lateran_council", + "third_law_of_motion", + "third_law_of_thermodynamics", + "third_party", + "third_person", + "third_power", + "third_rail", + "third_reich", + "third_sacker", + "third_stomach", + "third_tonsil", + "third_trimester", + "third_ventricle", + "third_world", + "thirst", + "thirst_for_knowledge", + "thirster", + "thirstiness", + "thirteen", + "thirteenth", + "thirties", + "thirtieth", + "thirty", + "thirty-second", + "thirty-second_note", + "thirty-second_part", + "thirty-something", + "thirty_years'_war", + "thistle", + "thistledown", + "thlaspi", + "thlaspi_arvense", + "thm", + "tho", + "thole", + "tholepin", + "thomas", + "thomas_a_becket", + "thomas_a_kempis", + "thomas_alva_edison", + "thomas_aquinas", + "thomas_augustus_watson", + "thomas_babington_macaulay", + "thomas_bayes", + "thomas_bowdler", + "thomas_bradley", + "thomas_carew", + "thomas_carlyle", + "thomas_chippendale", + "thomas_clayton_wolfe", + "thomas_crawford", + "thomas_de_quincey", + "thomas_decker", + "thomas_dekker", + "thomas_edison", + "thomas_edward_lawrence", + "thomas_gainsborough", + "thomas_gray", + "thomas_hardy", + "thomas_hart_benton", + "thomas_hastings", + "thomas_henry_huxley", + "thomas_higginson", + "thomas_hobbes", + "thomas_hodgkin", + "thomas_hopkins_gallaudet", + "thomas_hunt_morgan", + "thomas_huxley", + "thomas_j._hanks", + "thomas_j._jackson", + "thomas_jackson", + "thomas_jefferson", + "thomas_jonathan_jackson", + "thomas_kennerly_wolfe_jr.", + "thomas_kid", + "thomas_kyd", + "thomas_lanier_williams", + "thomas_malory", + "thomas_malthus", + "thomas_mann", + "thomas_merton", + "thomas_middleton", + "thomas_moore", + "thomas_more", + "thomas_nast", + "thomas_nelson_page", + "thomas_paine", + "thomas_pynchon", + "thomas_reid", + "thomas_robert_malthus", + "thomas_stearns_eliot", + "thomas_straussler", + "thomas_sully", + "thomas_sydenham", + "thomas_tallis", + "thomas_the_doubting_apostle", + "thomas_wentworth_storrow_higginson", + "thomas_willis", + "thomas_wolfe", + "thomas_woodrow_wilson", + "thomas_wright_waller", + "thomas_young", + "thomism", + "thomomys", + "thomomys_bottae", + "thomomys_talpoides", + "thompson", + "thompson_seedless", + "thompson_submachine_gun", + "thomsen's_disease", + "thomson", + "thomson's_gazelle", + "thong", + "thor", + "thor_hyerdahl", + "thoracentesis", + "thoracic_actinomycosis", + "thoracic_aorta", + "thoracic_cavity", + "thoracic_duct", + "thoracic_medicine", + "thoracic_nerve", + "thoracic_outlet_syndrome", + "thoracic_vein", + "thoracic_vertebra", + "thoracocentesis", + "thoracoepigastric_vein", + "thoracotomy", + "thorax", + "thorazine", + "thoreau", + "thorite", + "thorium", + "thorium-228", + "thorn", + "thorn_apple", + "thornbill", + "thorndike", + "thorniness", + "thornton", + "thornton_niven_wilder", + "thornton_wilder", + "thorny_amaranth", + "thorny_skate", + "thorough_bass", + "thoroughbred", + "thoroughbred_race", + "thoroughbred_racing", + "thoroughfare", + "thoroughness", + "thoroughwort", + "thorpe", + "thorshavn", + "thorstein_bunde_veblen", + "thorstein_veblen", + "thortveitite", + "thoth", + "thou", + "thought", + "thought-image", + "thought-reader", + "thought_process", + "thought_transference", + "thoughtfulness", + "thoughtlessness", + "thousand", + "thousand_and_one_nights", + "thousand_island_dressing", + "thousandth", + "thrace", + "thracian", + "thraco-phrygian", + "thraldom", + "thrall", + "thralldom", + "thrash", + "thrasher", + "thrashing", + "thraupidae", + "thread", + "thread-fish", + "thread_blight", + "thread_maker", + "threader", + "threadfin", + "threadfish", + "threadleaf_groundsel", + "threads", + "threadworm", + "threat", + "threatened_abortion", + "three", + "three-bagger", + "three-banded_armadillo", + "three-base_hit", + "three-card_monte", + "three-centered_arch", + "three-cornered_leek", + "three-d", + "three-day_event", + "three-day_measles", + "three-decker", + "three-dimensional_figure", + "three-dimensional_radar", + "three-dimensionality", + "three-fourths", + "three-hitter", + "three-mile_limit", + "three-piece_suit", + "three-point_landing", + "three-point_switch", + "three-point_turn", + "three-quarter_binding", + "three-quarters", + "three-ring_circus", + "three-seeded_mercury", + "three-spined_stickleback", + "three-toed_sloth", + "three-way_calling", + "three-way_switch", + "three-year-old_horse", + "three_kings'_day", + "three_year_old", + "threepence", + "threescore", + "threesome", + "threnody", + "threonine", + "thresher", + "thresher's_lung", + "thresher_shark", + "threshing", + "threshing_floor", + "threshing_machine", + "threshold", + "threshold_element", + "threshold_function", + "threshold_gate", + "threshold_level", + "threshold_operation", + "threskiornis", + "threskiornis_aethiopica", + "threskiornithidae", + "thrift", + "thrift_institution", + "thriftiness", + "thriftlessness", + "thriftshop", + "thrill", + "thriller", + "thrinax", + "thrinax_keyensis", + "thrinax_microcarpa", + "thrinax_morrisii", + "thrinax_parviflora", + "thrip", + "thripid", + "thripidae", + "thrips", + "thrips_tobaci", + "throat", + "throat_infection", + "throat_protector", + "throat_sweetbread", + "throatwort", + "throb", + "throbbing", + "throe", + "throes", + "thrombasthenia", + "thrombectomy", + "thrombin", + "thrombocyte", + "thrombocytopenia", + "thrombocytopenic_purpura", + "thrombocytosis", + "thromboembolism", + "thrombokinase", + "thrombolysis", + "thrombolytic", + "thrombolytic_agent", + "thrombolytic_therapy", + "thrombopenia", + "thrombophlebitis", + "thromboplastin", + "thrombosis", + "thrombus", + "throne", + "throng", + "throstle", + "throttle", + "throttle_valve", + "throttlehold", + "throttler", + "throttling", + "throughput", + "throughway", + "throw", + "throw-in", + "throw-weight", + "throw_pillow", + "throw_rug", + "throw_stick", + "throwaway", + "throwback", + "thrower", + "throwing_away", + "throwing_board", + "throwing_stick", + "throwster", + "thrum", + "thrush", + "thrush_nightingale", + "thrust", + "thrust_bearing", + "thrust_fault", + "thrust_stage", + "thruster", + "thrusting", + "thruway", + "thryothorus", + "thryothorus_ludovicianus", + "thucydides", + "thud", + "thug", + "thuggee", + "thuggery", + "thuja", + "thuja_occidentalis", + "thuja_orientalis", + "thuja_plicata", + "thujopsis", + "thujopsis_dolobrata", + "thule", + "thulium", + "thumb", + "thumb_index", + "thumbhole", + "thumbnail", + "thumbnut", + "thumbprint", + "thumbscrew", + "thumbstall", + "thumbtack", + "thump", + "thumping", + "thunbergia", + "thunbergia_alata", + "thunder", + "thunder_bay", + "thunder_lizard", + "thunder_mug", + "thunder_snake", + "thunderbird", + "thunderbolt", + "thunderclap", + "thundercloud", + "thunderer", + "thunderhead", + "thundershower", + "thunderstorm", + "thunk", + "thunnus", + "thunnus_alalunga", + "thunnus_albacares", + "thunnus_thynnus", + "thurber", + "thurible", + "thurifer", + "thuringia", + "thursday", + "thus", + "thwack", + "thwart", + "thwarter", + "thwarting", + "thylacine", + "thylacinus", + "thylacinus_cynocephalus", + "thylogale", + "thyme", + "thyme-leaved_sandwort", + "thyme-leaved_speedwell", + "thyme_camphor", + "thymelaeaceae", + "thymelaeales", + "thymic_acid", + "thymidine", + "thymine", + "thymol", + "thymosin", + "thymus", + "thymus_gland", + "thymus_serpyllum", + "thymus_vulgaris", + "thyreophora", + "thyreophoran", + "thyrocalcitonin", + "thyroglobulin", + "thyroid", + "thyroid-stimulating_hormone", + "thyroid_cartilage", + "thyroid_gland", + "thyroid_hormone", + "thyroid_vein", + "thyroidectomy", + "thyroiditis", + "thyromegaly", + "thyronine", + "thyroprotein", + "thyrotoxicosis", + "thyrotrophic_hormone", + "thyrotrophin", + "thyrotropic_hormone", + "thyrotropin", + "thyrotropin-releasing_factor", + "thyrotropin-releasing_hormone", + "thyroxin", + "thyroxine", + "thyrse", + "thyrsopteris", + "thyrsopteris_elegans", + "thyrsus", + "thysanocarpus", + "thysanopter", + "thysanoptera", + "thysanopteron", + "thysanopterous_insect", + "thysanura", + "thysanuran_insect", + "thysanuron", + "thz", + "ti", + "tia", + "tiamat", + "tianjin", + "tiara", + "tiarella", + "tiarella_cordifolia", + "tiarella_unifoliata", + "tib", + "tiber", + "tiberius", + "tiberius_claudius_drusus_nero_germanicus", + "tiberius_claudius_nero_caesar_augustus", + "tibet", + "tibetan", + "tibetan_buddhism", + "tibetan_mastiff", + "tibetan_terrier", + "tibeto-burman", + "tibeto-burman_language", + "tibia", + "tibia_valga", + "tibia_vara", + "tibial_vein", + "tibialis", + "tibialis_anterior", + "tibialis_anticus", + "tibialis_muscle", + "tibialis_posterior", + "tibialis_posticus", + "tibicen", + "tibit", + "tibur", + "tic", + "tic-tac-toe", + "tic_douloureux", + "tical", + "tichodroma", + "tichodroma_muriaria", + "tichodrome", + "ticino", + "tick", + "tick-tack-toe", + "tick-weed", + "tick_fever", + "tick_trefoil", + "ticker", + "ticker_tape", + "ticket", + "ticket-of-leave", + "ticket_agent", + "ticket_book", + "ticket_booth", + "ticket_collector", + "ticket_holder", + "ticket_line", + "ticket_office", + "ticket_stub", + "ticket_taker", + "ticket_tout", + "ticket_window", + "ticking", + "ticking_bomb", + "tickle", + "tickler", + "tickler_coil", + "tickler_file", + "tickling", + "tickseed", + "tickseed_sunflower", + "ticktack", + "ticktacktoe", + "ticktacktoo", + "ticktock", + "tickweed", + "ticonderoga", + "tictac", + "tidal_basin", + "tidal_bore", + "tidal_current", + "tidal_flow", + "tidal_river", + "tidal_stream", + "tidal_wave", + "tidal_zone", + "tidbit", + "tiddler", + "tiddlywinks", + "tide", + "tide_rip", + "tideland", + "tidemark", + "tidewater", + "tidewater_region", + "tidewater_river", + "tidewater_stream", + "tideway", + "tidiness", + "tidings", + "tidy", + "tidy_sum", + "tidy_tips", + "tidytips", + "tie", + "tie-in", + "tie-up", + "tie_beam", + "tie_clip", + "tie_rack", + "tie_rod", + "tie_tack", + "tieback", + "tiebreaker", + "tien-pao", + "tien_shan", + "tientsin", + "tiepin", + "tiepolo", + "tier", + "tier_up", + "tierce", + "tiercel", + "tiered_seat", + "tierra_del_fuego", + "tietze's_syndrome", + "tiff", + "tiffany", + "tiffany_glass", + "tiffin", + "tiflis", + "tiger", + "tiger_beetle", + "tiger_cat", + "tiger_cowrie", + "tiger_cub", + "tiger_lily", + "tiger_moth", + "tiger_rattlesnake", + "tiger_salamander", + "tiger_shark", + "tiger_snake", + "tigers", + "tight_end", + "tight_money", + "tightening", + "tightfistedness", + "tightness", + "tightrope", + "tightrope_walker", + "tightrope_walking", + "tights", + "tightwad", + "tiglon", + "tigon", + "tigress", + "tigris", + "tigris_river", + "tijuana", + "tike", + "tilapia", + "tilapia_nilotica", + "tilde", + "tilden", + "tile", + "tile_cutter", + "tile_roof", + "tilefish", + "tiler", + "tilia", + "tilia_americana", + "tilia_cordata", + "tilia_heterophylla", + "tilia_japonica", + "tilia_tomentosa", + "tiliaceae", + "tiling", + "tiliomycetes", + "till", + "tillage", + "tillandsia", + "tillandsia_usneoides", + "tilled_land", + "tiller", + "tilletia", + "tilletia_caries", + "tilletia_foetida", + "tilletiaceae", + "tillich", + "tilling", + "tilt", + "tilt-top_table", + "tilt_angle", + "tilter", + "tilth", + "tilting_board", + "tiltyard", + "tim_leary", + "timalia", + "timaliidae", + "timbale", + "timbale_case", + "timber", + "timber_hitch", + "timber_line", + "timber_rattlesnake", + "timber_tree", + "timber_wolf", + "timberland", + "timberline", + "timberman", + "timbre", + "timbrel", + "timbuktu", + "time", + "time-and-motion_study", + "time-ball", + "time-delay_measuring_instrument", + "time-delay_measuring_system", + "time-fuse", + "time-motion_study", + "time-out", + "time-scale_factor", + "time-switch", + "time_and_a_half", + "time_and_motion_study", + "time_being", + "time_bill", + "time_bomb", + "time_capsule", + "time_clock", + "time_constant", + "time_deposit", + "time_deposit_account", + "time_draft", + "time_exposure", + "time_frame", + "time_immemorial", + "time_interval", + "time_lag", + "time_limit", + "time_loan", + "time_machine", + "time_note", + "time_of_arrival", + "time_of_day", + "time_of_departure", + "time_of_life", + "time_of_origin", + "time_of_year", + "time_off", + "time_out", + "time_out_of_mind", + "time_period", + "time_plan", + "time_scale", + "time_series", + "time_sharing", + "time_sheet", + "time_signal", + "time_signature", + "time_slot", + "time_study", + "time_to_come", + "time_unit", + "time_value", + "time_zone", + "timecard", + "timekeeper", + "timekeeping", + "timeless_existence", + "timelessness", + "timeline", + "timeliness", + "timepiece", + "timer", + "times", + "times_square", + "timeserver", + "timetable", + "timework", + "timgad", + "timid", + "timidity", + "timidness", + "timimoun", + "timing", + "timolol", + "timor", + "timor_sea", + "timorese", + "timorousness", + "timothy", + "timothy_francis_leary", + "timothy_leary", + "timothy_miles_bindon_rice", + "timpani", + "timpanist", + "timucu", + "timur", + "timur_lenk", + "tin", + "tin-plating", + "tin_can", + "tin_disease", + "tin_ear", + "tin_foil", + "tin_hat", + "tin_opener", + "tin_pan_alley", + "tin_pest", + "tin_plague", + "tin_plate", + "tin_pyrites", + "tin_whistle", + "tinamidae", + "tinamiformes", + "tinamou", + "tinbergen", + "tinca", + "tinca_tinca", + "tincture", + "tincture_of_iodine", + "tincture_of_opium", + "tindal", + "tindale", + "tinder", + "tinderbox", + "tine", + "tine_test", + "tinea", + "tinea_barbae", + "tinea_capitis", + "tinea_corporis", + "tinea_cruris", + "tinea_pedis", + "tinea_pellionella", + "tinea_unguium", + "tineid", + "tineid_moth", + "tineidae", + "tineoid", + "tineoid_moth", + "tineoidea", + "tineola", + "tineola_bisselliella", + "tinfoil", + "ting", + "tinge", + "tingidae", + "tingle", + "tingling", + "tininess", + "tinker", + "tinker's_dam", + "tinker's_damn", + "tinker's_root", + "tinkerer", + "tinkle", + "tinned_goods", + "tinned_meat", + "tinner", + "tinnevelly_senna", + "tinning", + "tinnitus", + "tinplate", + "tinsel", + "tinsmith", + "tinsnips", + "tint", + "tintack", + "tinter", + "tinting", + "tintinnabulation", + "tintometer", + "tintoretto", + "tinware", + "tip", + "tip-off", + "tip-top_table", + "tip_in", + "tip_sheet", + "tip_table", + "tip_truck", + "tipi", + "tipper", + "tipper_lorry", + "tipper_truck", + "tippet", + "tipple", + "tippler", + "tipsiness", + "tipstaff", + "tipster", + "tipsy_cake", + "tiptoe", + "tiptop", + "tipu", + "tipu_tree", + "tipuana", + "tipulidae", + "tirade", + "tiramisu", + "tirana", + "tire", + "tire_chain", + "tire_iron", + "tire_tool", + "tiredness", + "tirelessness", + "tiresias", + "tiresomeness", + "tirich_mir", + "tiro", + "tirol", + "tirolean", + "tirso_de_molina", + "tisane", + "tisha_b'ab", + "tisha_b'av", + "tishah_b'ab", + "tishah_b'av", + "tishri", + "tisiphone", + "tissue", + "tissue_layer", + "tissue_paper", + "tissue_plasminogen_activator", + "tissue_typing", + "tit", + "tit-tat-toe", + "tit_for_tat", + "titan", + "titan_arum", + "titaness", + "titania", + "titanic_acid", + "titanic_oxide", + "titanium", + "titanium_dioxide", + "titanium_oxide", + "titanosaur", + "titanosaurian", + "titanosauridae", + "titanosaurus", + "titbit", + "titer", + "titfer", + "tithe", + "tithe_barn", + "tither", + "tithonia", + "titi", + "titi_family", + "titi_monkey", + "titian", + "titillation", + "titivation", + "titlark", + "title", + "title-holder", + "title_bar", + "title_deed", + "title_of_respect", + "title_page", + "title_role", + "titmouse", + "tito", + "titration", + "titrator", + "titre", + "titter", + "titterer", + "tittivation", + "tittle", + "tittle-tattle", + "titty", + "titus", + "titus_flavius_domitianus", + "titus_flavius_sabinus_vespasianus", + "titus_flavius_vespasianus", + "titus_livius", + "titus_lucretius_carus", + "titus_maccius_plautus", + "titus_oates", + "titus_vespasianus_augustus", + "tiu", + "tivoli", + "tiyin", + "tiziano_vecellio", + "tizzy", + "tjalling_charles_koopmans", + "tjalling_koopmans", + "tko", + "tl", + "tlc", + "tlingit", + "tm", + "tmv", + "tn", + "tnf", + "tnt", + "to-do", + "to_leeward", + "to_windward", + "toad", + "toad-in-the-hole", + "toad_frog", + "toad_lily", + "toad_rush", + "toadfish", + "toadflax", + "toadshade", + "toadstool", + "toady", + "toast", + "toast_mistress", + "toaster", + "toaster_oven", + "toasting", + "toasting_fork", + "toastmaster", + "toastrack", + "tobacco", + "tobacco_budworm", + "tobacco_hornworm", + "tobacco_industry", + "tobacco_juice", + "tobacco_mildew", + "tobacco_mosaic", + "tobacco_mosaic_virus", + "tobacco_moth", + "tobacco_pipe", + "tobacco_plant", + "tobacco_pouch", + "tobacco_shop", + "tobacco_thrips", + "tobacco_user", + "tobacco_wilt", + "tobacconist", + "tobacconist_shop", + "tobago", + "tobagonian", + "tobey", + "tobias_george_smollett", + "tobias_smollett", + "tobin", + "tobin_bronze", + "tobit", + "toboggan", + "toboggan_cap", + "tobogganing", + "tobogganist", + "tobramycin", + "toby", + "toby_fillpot_jug", + "toby_jug", + "tocainide", + "tocantins", + "tocantins_river", + "toccata", + "tocharian", + "tocktact", + "tocology", + "tocopherol", + "tocqueville", + "tocsin", + "tod", + "toda", + "today", + "todd", + "toddler", + "toddy", + "toddy_palm", + "todea", + "todea_barbara", + "todea_superba", + "todidae", + "todus", + "tody", + "toe", + "toe-in", + "toe_box", + "toe_crack", + "toe_dance", + "toe_dancing", + "toe_toe", + "toea", + "toecap", + "toehold", + "toenail", + "toetoe", + "toff", + "toffee", + "toffee_apple", + "toffy", + "tofieldia", + "tofieldia_pusilla", + "tofranil", + "tofu", + "toga", + "toga_virilis", + "togaviridae", + "togetherness", + "toggle", + "toggle_bolt", + "toggle_joint", + "toggle_switch", + "togo", + "togo_franc", + "togolese", + "togolese_republic", + "togs", + "toil", + "toiler", + "toilet", + "toilet_articles", + "toilet_bag", + "toilet_bowl", + "toilet_facility", + "toilet_kit", + "toilet_paper", + "toilet_powder", + "toilet_roll", + "toilet_seat", + "toilet_soap", + "toilet_table", + "toilet_tissue", + "toilet_training", + "toilet_water", + "toiletry", + "toilette", + "toilsomeness", + "toitoi", + "tojo", + "tojo_eiki", + "tojo_hideki", + "tokamak", + "tokay", + "toke", + "token", + "token_economy", + "token_money", + "token_payment", + "tokio", + "toklas", + "tokyo", + "tolazamide", + "tolazoline", + "tolbooth", + "tolbukhin", + "tolbutamide", + "tole", + "tolectin", + "toledo", + "tolerance", + "toleration", + "tolinase", + "tolkien", + "toll", + "toll_agent", + "toll_bridge", + "toll_call", + "toll_collector", + "toll_house_cookie", + "toll_line", + "toll_plaza", + "toll_road", + "toll_taker", + "tollbar", + "tollbooth", + "toller", + "tollgate", + "tollgatherer", + "tollhouse", + "tollkeeper", + "tollman", + "tollon", + "tolmetin_sodium", + "tolmiea", + "tolmiea_menziesii", + "tolstoy", + "toltec", + "tolu", + "tolu_balsam", + "tolu_balsam_tree", + "tolu_tree", + "toluene", + "toluic_acid", + "tolypeutes", + "tolypeutes_tricinctus", + "tom", + "tom-tom", + "tom_and_jerry", + "tom_bradley", + "tom_collins", + "tom_hanks", + "tom_paine", + "tom_sawyer", + "tom_stoppard", + "tom_thumb", + "tom_turkey", + "tom_wolfe", + "tomahawk", + "tomalley", + "tomas_de_torquemada", + "tomasso_parentucelli", + "tomatillo", + "tomato", + "tomato_blight", + "tomato_concentrate", + "tomato_fruitworm", + "tomato_hornworm", + "tomato_juice", + "tomato_ketchup", + "tomato_paste", + "tomato_plant", + "tomato_sauce", + "tomato_streak", + "tomato_worm", + "tomato_yellows", + "tomb", + "tombac", + "tombak", + "tombaugh", + "tombigbee", + "tombigbee_river", + "tombola", + "tomboy", + "tomboyishness", + "tombstone", + "tomcat", + "tome", + "tomentum", + "tomentum_cerebri", + "tomfool", + "tomfoolery", + "tomistoma", + "tomistoma_schlegeli", + "tommy_gun", + "tommyrot", + "tomograph", + "tomography", + "tomorrow", + "tompion", + "tomtate", + "tomtit", + "ton", + "tonal_language", + "tonal_pattern", + "tonal_system", + "tonality", + "tone", + "tone-beginning", + "tone_arm", + "tone_deafness", + "tone_ending", + "tone_language", + "tone_of_voice", + "tone_poem", + "tone_system", + "tonegawa_susumu", + "toner", + "tong_ho", + "tonga", + "tongan", + "tongan_monetary_unit", + "tongs", + "tongue", + "tongue-fish", + "tongue-flower", + "tongue-lashing", + "tongue_and_groove_joint", + "tongue_depressor", + "tongue_fern", + "tongue_tie", + "tongue_twister", + "tongue_worm", + "tonguefish", + "tongueflower", + "tongueless_frog", + "tonguing_and_grooving_plane", + "toni_morrison", + "tonic", + "tonic_accent", + "tonic_epilepsy", + "tonic_key", + "tonic_solfa", + "tonic_water", + "tonicity", + "tonight", + "tonka_bean", + "tonka_bean_tree", + "tonnage", + "tonnage_duty", + "tonne", + "tonocard", + "tonometer", + "tonometry", + "tons", + "tonsil", + "tonsilla", + "tonsilla_adenoidea", + "tonsilla_pharyngealis", + "tonsillectomy", + "tonsillitis", + "tonsure", + "tontine", + "tontine_insurance", + "tonus", + "tony_blair", + "tool", + "tool-and-die_work", + "tool_bag", + "tool_cabinet", + "tool_case", + "tool_chest", + "tool_kit", + "tool_steel", + "toolbox", + "toolhouse", + "toolmaker", + "toolshed", + "toon", + "toona", + "toona_calantas", + "tooshie", + "toot", + "tooth", + "tooth_decay", + "tooth_doctor", + "tooth_enamel", + "tooth_fairy", + "tooth_fungus", + "tooth_powder", + "tooth_root", + "tooth_shell", + "tooth_socket", + "toothache", + "toothache_tree", + "toothbrush", + "toothbrush_tree", + "toothed_spurge", + "toothed_sword_fern", + "toothed_whale", + "toothed_wheel", + "toothpaste", + "toothpick", + "toothpowder", + "toothsomeness", + "toothwort", + "tootle", + "toowomba_canary_grass", + "top", + "top-up", + "top_banana", + "top_billing", + "top_boot", + "top_brass", + "top_dog", + "top_dressing", + "top_executive", + "top_fermentation", + "top_fermenting_yeast", + "top_hat", + "top_lift", + "top_of_the_inning", + "top_of_the_line", + "top_onion", + "top_quark", + "top_round", + "top_side", + "topaz", + "topcoat", + "tope", + "topee", + "topeka", + "toper", + "toper's_nose", + "topgallant", + "topgallant_mast", + "topgallant_sail", + "tophus", + "topi", + "topiary", + "topic", + "topic_sentence", + "topical_anaesthesia", + "topical_anaesthetic", + "topical_anesthesia", + "topical_anesthetic", + "topical_prostaglandin_eyedrop", + "topicality", + "topicalization", + "topknot", + "topmast", + "topminnow", + "topognosia", + "topognosis", + "topographic_anatomy", + "topographic_point", + "topography", + "topolatry", + "topological_space", + "topology", + "toponomy", + "toponym", + "toponymy", + "topos", + "topper", + "topping", + "topsail", + "topside", + "topsoil", + "topspin", + "topsy-turvydom", + "topsy-turvyness", + "topv", + "toque", + "tor", + "toradol", + "torah", + "torch", + "torch_race", + "torch_singer", + "torch_song", + "torchbearer", + "torchlight", + "torchwood_family", + "tore", + "toreador", + "toreador_pants", + "torero", + "torino", + "torment", + "tormenter", + "tormentor", + "tornado", + "tornado_cellar", + "tornado_lantern", + "tornillo", + "torodal", + "toroid", + "toronto", + "torpedinidae", + "torpediniformes", + "torpedo", + "torpedo-boat_destroyer", + "torpedo_boat", + "torpedo_tube", + "torpidity", + "torpidness", + "torpor", + "torquato_tasso", + "torque", + "torque_converter", + "torque_wrench", + "torquemada", + "torr", + "torrent", + "torreon", + "torres_strait", + "torrey's_pine", + "torrey_pine", + "torrey_tree", + "torreya", + "torreya_californica", + "torreya_taxifolia", + "torricelli", + "torrid_zone", + "torridity", + "torsion", + "torsion_balance", + "torsk", + "torso", + "tort", + "tort-feasor", + "torte", + "tortellini", + "tortfeasor", + "torticollis", + "tortilla", + "tortilla_chip", + "tortoise", + "tortoise_plant", + "tortoiseshell", + "tortoiseshell-cat", + "tortoiseshell_butterfly", + "tortoiseshell_turtle", + "tortricid", + "tortricid_moth", + "tortricidae", + "tortrix", + "tortuosity", + "tortuousness", + "torture", + "torture_chamber", + "torturer", + "torturing", + "torus", + "tory", + "toscana", + "toscanini", + "tosh", + "tosk", + "tosk_dialect", + "toss", + "toss-up", + "toss_bombing", + "tossed_salad", + "tosser", + "tossup", + "tostada", + "tot", + "total", + "total_aphasia", + "total_darkness", + "total_depravity", + "total_eclipse", + "total_heat", + "total_hysterectomy", + "total_parenteral_nutrition", + "totalisator", + "totaliser", + "totalism", + "totalitarian", + "totalitarian_state", + "totalitarianism", + "totalitation_regime", + "totality", + "totalizator", + "totalizer", + "totara", + "tote", + "tote_bag", + "totem", + "totem_pole", + "totemism", + "totemist", + "toter", + "totipotence", + "totipotency", + "totten_trust", + "totterer", + "toucan", + "toucanet", + "touch", + "touch-me-not", + "touch-typist", + "touch_football", + "touch_modality", + "touch_perception", + "touch_screen", + "touch_sensation", + "touch_system", + "touch_typing", + "touchback", + "touchdown", + "toucher", + "touchiness", + "touching", + "touchline", + "touchscreen", + "touchstone", + "touchwood", + "tough", + "tough_guy", + "tough_luck", + "toughie", + "toughness", + "toulon", + "toulouse", + "toulouse-lautrec", + "toupe", + "toupee", + "tour", + "tour_de_force", + "tour_de_france", + "tour_guide", + "tour_of_duty", + "touraco", + "tourer", + "tourette", + "tourette's_syndrome", + "touring_car", + "tourism", + "tourist", + "tourist_attraction", + "tourist_class", + "tourist_court", + "touristry", + "tourmaline", + "tournament", + "tournedos", + "tourney", + "tourniquet", + "tours", + "tourtiere", + "tout", + "tout_ensemble", + "touter", + "tovarich", + "tovarisch", + "tow", + "tow-headed_snake", + "tow_car", + "tow_truck", + "towage", + "towboat", + "towel", + "towel_bar", + "towel_horse", + "towel_rack", + "towel_rail", + "towel_ring", + "toweling", + "towelling", + "tower", + "tower_block", + "tower_cress", + "tower_mustard", + "tower_of_babel", + "tower_of_london", + "tower_of_pharos", + "tower_of_strength", + "towhead", + "towhee", + "towing_line", + "towing_path", + "towing_rope", + "towline", + "town", + "town_clerk", + "town_crier", + "town_gas", + "town_hall", + "town_house", + "town_meeting", + "town_planning", + "townee", + "towner", + "townes", + "townie", + "townsend", + "townsend_harris", + "townsendia", + "townsendia_exscapa", + "townsfolk", + "township", + "townsman", + "townspeople", + "towny", + "towpath", + "towrope", + "toxaemia", + "toxaemia_of_pregnancy", + "toxemia", + "toxemia_of_pregnancy", + "toxic_condition", + "toxic_dumpsite", + "toxic_industrial_waste", + "toxic_shock", + "toxic_shock_syndrome", + "toxic_site", + "toxic_waste", + "toxic_waste_area", + "toxic_waste_dump", + "toxic_waste_site", + "toxicant", + "toxicity", + "toxicodendron", + "toxicodendron_diversilobum", + "toxicodendron_quercifolium", + "toxicodendron_radicans", + "toxicodendron_vernicifluum", + "toxicodendron_vernix", + "toxicognath", + "toxicologist", + "toxicology", + "toxin", + "toxin_antitoxin", + "toxoid", + "toxoplasmosis", + "toxostoma", + "toxostoma_rufums", + "toxotes", + "toxotes_jaculatrix", + "toxotidae", + "toy", + "toy_box", + "toy_business", + "toy_chest", + "toy_dog", + "toy_industry", + "toy_manchester", + "toy_manchester_terrier", + "toy_poodle", + "toy_soldier", + "toy_spaniel", + "toy_terrier", + "toying", + "toynbee", + "toyohashi", + "toyon", + "toyonaki", + "toyota", + "toyshop", + "tpn", + "tra-la", + "tra-la-la", + "trabecula", + "trablous", + "trace", + "trace_detector", + "trace_element", + "trace_program", + "tracer", + "tracer_bullet", + "tracery", + "trachea", + "tracheal_vein", + "tracheid", + "tracheitis", + "trachelospermum", + "trachelospermum_jasminoides", + "tracheobronchitis", + "tracheophyta", + "tracheophyte", + "tracheostomy", + "tracheotomy", + "trachinotus", + "trachinotus_carolinus", + "trachinotus_falcatus", + "trachipteridae", + "trachipterus", + "trachipterus_arcticus", + "trachodon", + "trachodont", + "trachoma", + "trachurus", + "trachurus_symmetricus", + "trachurus_trachurus", + "tracing", + "tracing_paper", + "tracing_routine", + "track", + "track-to-track_seek_time", + "track_and_field", + "track_event", + "track_meet", + "track_record", + "track_star", + "trackball", + "tracked_vehicle", + "tracker", + "tracking", + "tracklayer", + "trackless_trolley", + "tract", + "tract_house", + "tract_housing", + "tractability", + "tractableness", + "tractarian", + "tractarianism", + "traction", + "traction_engine", + "tractor", + "tractor_trailer", + "tracy", + "trad", + "trade", + "trade-in", + "trade-last", + "trade-off", + "trade_acceptance", + "trade_balance", + "trade_barrier", + "trade_bill", + "trade_book", + "trade_cycle", + "trade_deficit", + "trade_discount", + "trade_edition", + "trade_embargo", + "trade_expense", + "trade_gap", + "trade_good", + "trade_magazine", + "trade_name", + "trade_policy", + "trade_protection", + "trade_rat", + "trade_route", + "trade_school", + "trade_secret", + "trade_stoppage", + "trade_union", + "trade_union_movement", + "trade_unionism", + "trade_unionist", + "trade_wind", + "tradecraft", + "trademark", + "tradeoff", + "trader", + "trades_union", + "tradescant", + "tradescant's_aster", + "tradescantia", + "tradesman", + "tradespeople", + "trading", + "trading_card", + "trading_floor", + "trading_operations", + "trading_post", + "trading_stamp", + "tradition", + "traditional_knowledge", + "traditionalism", + "traditionalist", + "traditionality", + "traducement", + "traducer", + "trafalgar", + "trafalgar_square", + "traffic", + "traffic_circle", + "traffic_control", + "traffic_cop", + "traffic_court", + "traffic_island", + "traffic_jam", + "traffic_lane", + "traffic_light", + "traffic_pattern", + "traffic_signal", + "trafficator", + "trafficker", + "tragacanth", + "tragedian", + "tragedienne", + "tragedy", + "tragelaphus", + "tragelaphus_angasi", + "tragelaphus_buxtoni", + "tragelaphus_eurycerus", + "tragelaphus_imberbis", + "tragelaphus_scriptus", + "tragelaphus_strepsiceros", + "tragic_flaw", + "tragicomedy", + "tragopan", + "tragopogon", + "tragopogon_dubius", + "tragopogon_porrifolius", + "tragopogon_pratensis", + "tragulidae", + "tragulus", + "tragulus_javanicus", + "tragulus_kanchil", + "tragus", + "trail", + "trail_bike", + "trail_boss", + "trail_head", + "trail_riding", + "trailblazer", + "trailer", + "trailer_camp", + "trailer_park", + "trailer_truck", + "trailhead", + "trailing", + "trailing_arbutus", + "trailing_edge", + "trailing_four_o'clock", + "trailing_windmills", + "train", + "train_depot", + "train_dispatcher", + "train_fare", + "train_of_thought", + "train_oil", + "train_set", + "train_station", + "train_ticket", + "trainband", + "trainbandsman", + "trainbearer", + "trained_nurse", + "trained_worker", + "trainee", + "traineeship", + "trainer", + "training", + "training_college", + "training_program", + "training_school", + "training_ship", + "training_table", + "trainload", + "trainman", + "trainmaster", + "trait", + "traitor", + "traitorousness", + "traitress", + "trajan", + "trajectory", + "tram", + "tramcar", + "tramline", + "trammel", + "trammel_net", + "tramontana", + "tramontane", + "tramp", + "tramp's_spurge", + "tramp_steamer", + "tramper", + "trample", + "trampler", + "trampling", + "trampoline", + "tramway", + "trance", + "tranche", + "trandate", + "trandolapril", + "tranquility", + "tranquilizer", + "tranquilliser", + "tranquillity", + "tranquillizer", + "trans-alaska_pipeline", + "trans_fatty_acid", + "transactinide", + "transaction", + "transaction_file", + "transactional_immunity", + "transactions", + "transactor", + "transalpine", + "transaminase", + "transamination", + "transcaucasia", + "transcendence", + "transcendency", + "transcendental_number", + "transcendental_philosophy", + "transcendentalism", + "transcendentalist", + "transcortical_aphasia", + "transcriber", + "transcript", + "transcriptase", + "transcription", + "transdermal_patch", + "transducer", + "transducing_vector", + "transduction", + "transept", + "transexual", + "transfer", + "transfer_agent", + "transfer_of_training", + "transfer_paper", + "transfer_payment", + "transfer_rna", + "transfer_tax", + "transferability", + "transferase", + "transferee", + "transference", + "transferer", + "transferor", + "transferral", + "transferred_possession", + "transferred_property", + "transferrer", + "transferrin", + "transfiguration", + "transfiguration_day", + "transfiguration_of_jesus", + "transformation", + "transformer", + "transforming_gene", + "transfusion", + "transfusion_reaction", + "transgene", + "transgression", + "transgressor", + "transience", + "transiency", + "transient", + "transient_global_amnesia", + "transient_ischemic_attack", + "transistor", + "transit", + "transit_declinometer", + "transit_instrument", + "transit_line", + "transit_zone", + "transition", + "transitive", + "transitive_verb", + "transitive_verb_form", + "transitiveness", + "transitivity", + "transitoriness", + "translating_program", + "translation", + "translator", + "transliteration", + "translocation", + "translucence", + "translucency", + "translucent_substance", + "transmigrante", + "transmigration", + "transmission", + "transmission_channel", + "transmission_control_protocol", + "transmission_control_protocol/internet_protocol", + "transmission_density", + "transmission_line", + "transmission_mechanism", + "transmission_shaft", + "transmission_system", + "transmission_time", + "transmittal", + "transmittance", + "transmitter", + "transmitting", + "transmitting_aerial", + "transmogrification", + "transmutability", + "transmutation", + "transom", + "transom_window", + "transorbital_lobotomy", + "transparence", + "transparency", + "transparent_gem", + "transparent_quartz", + "transparent_substance", + "transparentness", + "transpiration", + "transplant", + "transplantation", + "transplanter", + "transplanting", + "transponder", + "transport", + "transport_ship", + "transportation", + "transportation_company", + "transportation_secretary", + "transportation_security_administration", + "transportation_system", + "transporter", + "transposability", + "transpose", + "transposition", + "transposon", + "transsexual", + "transsexual_surgery", + "transsexualism", + "transshipment", + "transshipment_center", + "transubstantiation", + "transudate", + "transudation", + "transuranic_element", + "transurethral_resection_of_the_prostate", + "transvaal", + "transvaal_daisy", + "transvaal_kafferboom", + "transverse_colon", + "transverse_flute", + "transverse_muscle_of_abdomen", + "transverse_process", + "transverse_sinus", + "transversus_abdominis", + "transversus_abdominis_muscle", + "transvestism", + "transvestite", + "transvestitism", + "transylvania", + "transylvanian_alps", + "tranylcypromine", + "trap", + "trap-and-drain_auger", + "trap-door_spider", + "trap_block", + "trap_door", + "trap_line", + "trap_play", + "trapa", + "trapa_bicornis", + "trapa_natans", + "trapaceae", + "trapeze", + "trapezium", + "trapezium_bone", + "trapezius", + "trapezius_muscle", + "trapezohedron", + "trapezoid", + "trapezoid_bone", + "trapper", + "trapper's_tea", + "trapping", + "trappings", + "trappist", + "trapshooter", + "trapshooting", + "trash", + "trash_barrel", + "trash_bin", + "trash_can", + "trash_collection", + "trash_dump", + "trash_heap", + "trash_pickup", + "trash_pile", + "trashiness", + "trasimeno", + "traubel", + "trauma", + "traumatic_epilepsy", + "traumatology", + "traumatophobia", + "trautvetteria", + "trautvetteria_carolinensis", + "travail", + "trave", + "travel", + "travel_agency", + "travel_agent", + "travel_allowance", + "travel_and_entertainment_account", + "travel_bargain", + "travel_expense", + "travel_guidebook", + "travel_iron", + "travel_kit", + "travel_plan", + "travel_reimbursement", + "travel_time", + "traveler", + "traveler's_check", + "traveler's_joy", + "traveler's_letter_of_credit", + "traveler's_tree", + "traveling", + "traveling_bag", + "traveling_salesman", + "traveling_wave", + "traveller", + "traveller's_check", + "traveller's_joy", + "traveller's_letter_of_credit", + "traveller's_tree", + "travelling", + "travelling_bag", + "travelling_salesman", + "travelling_wave", + "travelog", + "travelogue", + "traversal", + "traverse", + "traverse_city", + "traverser", + "travesty", + "trawl", + "trawl_line", + "trawl_net", + "trawler", + "tray", + "tray_cloth", + "trazodone", + "trazodone_hydrochloride", + "treachery", + "treacle", + "tread", + "tread-softly", + "tread-wheel", + "treading_water", + "treadle", + "treadmill", + "treadmill_test", + "treadwheel", + "treason", + "treasonist", + "treasure", + "treasure_chest", + "treasure_flower", + "treasure_house", + "treasure_hunt", + "treasure_ship", + "treasure_state", + "treasure_trove", + "treasurer", + "treasurer's_check", + "treasurer's_cheque", + "treasurership", + "treasury", + "treasury_bill", + "treasury_bond", + "treasury_department", + "treasury_note", + "treasury_obligations", + "treasury_secretary", + "treasury_shares", + "treasury_stock", + "treat", + "treater", + "treatise", + "treatment", + "treaty", + "treaty_of_versailles", + "treaty_port", + "treble", + "treble_clef", + "treble_damages", + "treble_recorder", + "treble_staff", + "trebuchet", + "trebucket", + "tree", + "tree-frog", + "tree-worship", + "tree_branch", + "tree_celandine", + "tree_clubmoss", + "tree_cotton", + "tree_creeper", + "tree_cricket", + "tree_diagram", + "tree_farm", + "tree_farmer", + "tree_farming", + "tree_fern", + "tree_frog", + "tree_fuchsia", + "tree_heath", + "tree_house", + "tree_hugger", + "tree_kangaroo", + "tree_line", + "tree_lizard", + "tree_lupine", + "tree_mallow", + "tree_martin", + "tree_of_heaven", + "tree_of_knowledge", + "tree_of_the_gods", + "tree_onion", + "tree_poppy", + "tree_shrew", + "tree_sloth", + "tree_sparrow", + "tree_squirrel", + "tree_stump", + "tree_surgeon", + "tree_surgery", + "tree_swallow", + "tree_swift", + "tree_toad", + "tree_tobacco", + "tree_tomato", + "tree_trunk", + "tree_wallaby", + "treehopper", + "treelet", + "treenail", + "treetop", + "trefoil", + "trefoil_arch", + "treillage", + "trek", + "trekker", + "trellis", + "trema", + "trematoda", + "trematode", + "trematode_worm", + "tremble", + "trembler", + "trembles", + "trembling", + "tremella", + "tremella_foliacea", + "tremella_fuciformis", + "tremella_lutescens", + "tremella_reticulata", + "tremellaceae", + "tremellales", + "tremolite", + "tremolo", + "tremor", + "trenail", + "trench", + "trench_coat", + "trench_fever", + "trench_foot", + "trench_knife", + "trench_mortar", + "trench_mouth", + "trench_warfare", + "trenchancy", + "trencher", + "trencherman", + "trenching_spade", + "trend", + "trend-setter", + "trend_analysis", + "trend_line", + "trend_setting", + "trent", + "trent_river", + "trental", + "trente-et-quarante", + "trentino-alto_adige", + "trento", + "trenton", + "trepan", + "trepang", + "trephination", + "trephine", + "trephritidae", + "trepidation", + "treponema", + "treponemataceae", + "trespass", + "trespass_de_bonis_asportatis", + "trespass_on_the_case", + "trespass_quare_clausum_fregit", + "trespass_viet_armis", + "trespasser", + "tress", + "trestle", + "trestle_bridge", + "trestle_table", + "trestlework", + "trevelyan", + "trevino", + "trevithick", + "trews", + "trey", + "trf", + "trh", + "tri-chad", + "tri-iodomethane", + "tri-iodothyronine", + "triacetate", + "triad", + "triaenodon", + "triaenodon_obseus", + "triage", + "triakidae", + "trial", + "trial_and_error", + "trial_attorney", + "trial_balance", + "trial_balloon", + "trial_by_ordeal", + "trial_court", + "trial_impression", + "trial_judge", + "trial_lawyer", + "trial_period", + "trial_run", + "trialeurodes", + "trialeurodes_vaporariorum", + "triamcinolone", + "triangle", + "triangular_bandage", + "triangular_prism", + "triangularity", + "triangulation", + "triangulum", + "triangulum_australe", + "triassic", + "triassic_period", + "triatoma", + "triavil", + "triazine", + "triazolam", + "tribade", + "tribadism", + "tribal_chief", + "tribal_sheik", + "tribal_sheikh", + "tribal_society", + "tribalisation", + "tribalism", + "tribalization", + "tribasic_acid", + "tribasic_sodium_phosphate", + "tribe", + "tribe_bambuseae", + "tribe_bovini", + "tribe_bubalus", + "tribe_synercus", + "tribes_of_israel", + "tribesman", + "tribolium", + "tribologist", + "tribology", + "tribonema", + "tribonemaceae", + "tribromoethanol", + "tribromoethyl_alcohol", + "tribromomethane", + "tribulation", + "tribulus", + "tribulus_terestris", + "tribunal", + "tribune", + "tribuneship", + "tributary", + "tribute", + "tribute_album", + "tributyrin", + "tricarboxylic_acid_cycle", + "trice", + "triceps", + "triceps_brachii", + "triceratops", + "trichechidae", + "trichechus", + "trichechus_manatus", + "trichina", + "trichinella_spiralis", + "trichiniasis", + "trichinosis", + "trichion", + "trichiuridae", + "trichloracetic_acid", + "trichloride", + "trichlormethiazide", + "trichloroacetic_acid", + "trichloroethane", + "trichloroethylene", + "trichloromethane", + "trichobezoar", + "trichoceros", + "trichodesmium", + "trichodontidae", + "trichoglossus", + "trichoglossus_moluccanus", + "tricholoma", + "tricholoma_aurantium", + "tricholoma_flavovirens", + "tricholoma_irinum", + "tricholoma_pardinum", + "tricholoma_pessundatum", + "tricholoma_populinum", + "tricholoma_sejunctum", + "tricholoma_vaccinum", + "tricholoma_venenata", + "tricholomataceae", + "trichomanes", + "trichomanes_boschianum", + "trichomanes_reniforme", + "trichomanes_speciosum", + "trichomonad", + "trichomoniasis", + "trichophaga", + "trichophaga_tapetzella", + "trichophyton", + "trichoptera", + "trichopteran", + "trichopteron", + "trichopterous_insect", + "trichostema", + "trichostema_dichotomum", + "trichostema_lanatum", + "trichostema_lanceolatum", + "trichostigma", + "trichosurus", + "trichosurus_vulpecula", + "trichotillomania", + "trichotomy", + "trichroism", + "trichromacy", + "trichuriasis", + "trichys", + "trichys_lipura", + "trick", + "trick_or_treat", + "tricker", + "trickery", + "trickiness", + "trickle", + "trickster", + "triclinium", + "tricolor", + "tricolor_television_tube", + "tricolor_tube", + "tricolour", + "tricolour_television_tube", + "tricolour_tube", + "tricorn", + "tricorne", + "tricot", + "tricuspid_valve", + "tricycle", + "tricyclic", + "tricyclic_antidepressant", + "tricyclic_antidepressant_drug", + "tridacna", + "tridacna_gigas", + "tridacnidae", + "trident", + "tridymite", + "triennial", + "trier", + "trifid_beggar-ticks", + "trifid_bur_marigold", + "trifle", + "trifler", + "trifling", + "trifluoromethane", + "trifoliata", + "trifoliate_orange", + "trifoliolate_leaf", + "trifolium", + "trifolium_alpinum", + "trifolium_dubium", + "trifolium_incarnatum", + "trifolium_pratense", + "trifolium_reflexum", + "trifolium_repens", + "trifolium_stoloniferum", + "trifurcation", + "trig", + "triga", + "trigeminal", + "trigeminal_nerve", + "trigeminal_neuralgia", + "trigeminus", + "trigger", + "triggerfish", + "triggerman", + "trigla_lucerna", + "triglidae", + "triglinae", + "triglochin", + "triglochin_maritima", + "triglyceride", + "trigon", + "trigonella", + "trigonella_foenumgraecum", + "trigonella_ornithopodioides", + "trigonometric_function", + "trigonometrician", + "trigonometry", + "trigonum_cerebrale", + "trigram", + "triiodomethane", + "triiodothyronine", + "trike", + "trilateral", + "trilby", + "trilisa", + "trilisa_odoratissima", + "trill", + "trilliaceae", + "trilling", + "trillion", + "trillion_floating_point_operations_per_second", + "trillionth", + "trillium", + "trillium_erectum", + "trillium_family", + "trillium_recurvatum", + "trillium_sessile", + "trilobite", + "trilogy", + "trim", + "trimaran", + "trimer", + "trimester", + "trimipramine", + "trimmer", + "trimmer_arch", + "trimmer_joist", + "trimming", + "trimming_capacitor", + "trimmings", + "trimness", + "trimorphodon", + "trimorphodon_lambda", + "trimox", + "trimurti", + "trine", + "trine_immersion", + "trinectes", + "trinectes_maculatus", + "tringa", + "tringa_flavipes", + "tringa_melanoleuca", + "tringa_nebularia", + "tringa_totanus", + "trinidad", + "trinidad_and_tobago", + "trinidad_and_tobago_dollar", + "trinidadian", + "trinil_man", + "trinitarian", + "trinitarianism", + "trinitroglycerin", + "trinitrotoluene", + "trinity", + "trinity_river", + "trinity_sunday", + "trinket", + "trinketry", + "trio", + "triode", + "triolein", + "trionychidae", + "trionyx", + "trionyx_muticus", + "trionyx_spiniferus", + "triopidae", + "triops", + "triose", + "triostium", + "triostium_perfoliatum", + "trioxide", + "trip", + "trip-up", + "trip_line", + "trip_wire", + "tripalmitin", + "tripe", + "triphammer", + "triphosphopyridine", + "triphosphopyridine_nucleotide", + "triphosphoric_acid", + "triple", + "triple-crown_season", + "triple-decker", + "triple-spacing", + "triple_cream", + "triple_creme", + "triple_crown", + "triple_frontier", + "triple_jump", + "triple_play", + "triple_sec", + "triple_time", + "triplet", + "triplet_code", + "tripletail", + "tripleurospermum", + "tripleurospermum_inodorum", + "tripleurospermum_oreades_tchihatchewii", + "tripleurospermum_tchihatchewii", + "triplicate", + "triplicity", + "tripling", + "triplochiton", + "triplochiton_scleroxcylon", + "tripod", + "tripoli", + "tripos", + "tripper", + "triptych", + "triquetral", + "triquetral_bone", + "triquetrous_leek", + "trireme", + "trisaccharide", + "triskaidekaphobia", + "triskele", + "triskelion", + "trismus", + "trisodium_orthophosphate", + "trisodium_phosphate", + "trisomy", + "trisomy_21", + "tristan", + "tristan_tzara", + "tristearin", + "tristram", + "trisyllable", + "tritanopia", + "triteness", + "tritheism", + "tritheist", + "triticum", + "triticum_aestivum", + "triticum_aestivum_spelta", + "triticum_dicoccum", + "triticum_dicoccum_dicoccoides", + "triticum_durum", + "triticum_spelta", + "triticum_turgidum", + "tritium", + "tritoma", + "triton", + "triturus", + "triturus_vulgaris", + "triumph", + "triumphal_arch", + "triumvir", + "triumvirate", + "trivalent_live_oral_poliomyelitis_vaccine", + "trivet", + "trivia", + "triviality", + "trivium", + "trm", + "trna", + "trochanter", + "troche", + "trochee", + "trochilidae", + "trochlear", + "trochlear_nerve", + "trochlearis", + "trofim_denisovich_lysenko", + "trogium", + "trogium_pulsatorium", + "troglodyte", + "troglodytes", + "troglodytes_aedon", + "troglodytes_troglodytes", + "troglodytidae", + "trogon", + "trogonidae", + "trogoniformes", + "troika", + "trojan", + "trojan_horse", + "trojan_war", + "troll", + "troller", + "trolley", + "trolley_car", + "trolley_coach", + "trolley_line", + "trolleybus", + "trolling", + "trollius", + "trollop", + "trollope", + "trombicula", + "trombiculiasis", + "trombiculid", + "trombiculidae", + "trombidiid", + "trombidiidae", + "trombone", + "trombone_player", + "trombonist", + "trompe_l'oeil", + "trompillo", + "trondheim", + "trondheim_fiord", + "trondheim_fjord", + "troop", + "troop_carrier", + "troop_movement", + "troop_transport", + "trooper", + "troops", + "troopship", + "tropaeolaceae", + "tropaeolum", + "tropaeolum_majus", + "tropaeolum_minus", + "tropaeolum_peregrinum", + "trope", + "trophobiosis", + "trophoblast", + "trophoblastic_cancer", + "trophotropism", + "trophozoite", + "trophy", + "trophy_case", + "trophy_wife", + "tropic", + "tropic_bird", + "tropic_of_cancer", + "tropic_of_capricorn", + "tropical_medicine", + "tropical_pitcher_plant", + "tropical_prawn", + "tropical_rain_forest", + "tropical_sore", + "tropical_sprue", + "tropical_year", + "tropical_zone", + "tropicbird", + "tropics", + "tropidoclonion", + "tropidoclonion_lineatum", + "tropism", + "troponomy", + "troponym", + "troponymy", + "tropopause", + "troposphere", + "trot", + "troth", + "trotline", + "trotsky", + "trotskyism", + "trotskyist", + "trotskyite", + "trotter", + "trotting_horse", + "trou-de-loup", + "troubadour", + "trouble", + "trouble_maker", + "trouble_shooter", + "troublemaker", + "troubler", + "troubleshooter", + "troublesomeness", + "trough", + "trouncing", + "troupe", + "trouper", + "trouser", + "trouser_clip", + "trouser_cuff", + "trouser_leg", + "trouser_press", + "trousering", + "trousseau", + "trout", + "trout_lily", + "trove", + "trowel", + "troy", + "troy_ounce", + "troy_pound", + "troy_unit", + "troy_weight", + "truancy", + "truant", + "truce", + "truck", + "truck_bed", + "truck_dealer", + "truck_driver", + "truck_farm", + "truck_farming", + "truck_garden", + "truck_stop", + "truck_traffic", + "truckage", + "trucker", + "trucking", + "trucking_company", + "trucking_industry", + "trucking_rig", + "truckle", + "truckle_bed", + "truckler", + "truckling", + "truculence", + "truculency", + "trudge", + "trudger", + "true", + "true_anomaly", + "true_bacteria", + "true_bill", + "true_blackberry", + "true_bug", + "true_cat", + "true_cedar", + "true_dwarf", + "true_fir", + "true_flycatcher", + "true_frog", + "true_fungus", + "true_glottis", + "true_guava", + "true_heath", + "true_jasmine", + "true_laurel", + "true_lobster", + "true_lover's_knot", + "true_lovers'_knot", + "true_mahogany", + "true_marmoset", + "true_pepper", + "true_pine", + "true_puffball", + "true_rib", + "true_sago_palm", + "true_sandalwood", + "true_seal", + "true_senna", + "true_slime_mold", + "true_sparrow", + "true_statement", + "true_toad", + "true_tulipwood", + "true_vampire_bat", + "true_vocal_cord", + "true_vocal_fold", + "true_warbler", + "truelove", + "truelove_knot", + "trueness", + "truffaut", + "truffle", + "truism", + "truman", + "truman_doctrine", + "trumbo", + "trumbull", + "trump", + "trump_card", + "trumpery", + "trumpet", + "trumpet-wood", + "trumpet_arch", + "trumpet_creeper", + "trumpet_flower", + "trumpet_honeysuckle", + "trumpet_section", + "trumpet_tree", + "trumpet_vine", + "trumpet_weed", + "trumpeter", + "trumpeter_swan", + "trumpetfish", + "trumpets", + "trumpetwood", + "trumping", + "truncated_cone", + "truncated_pyramid", + "truncation", + "truncation_error", + "truncheon", + "truncocolumella", + "truncocolumella_citrina", + "truncus_atrioventricularis", + "truncus_celiacus", + "truncus_pulmonalis", + "trundle", + "trundle_bed", + "trunk", + "trunk_call", + "trunk_hose", + "trunk_lid", + "trunk_line", + "trunk_road", + "trunk_route", + "trunkfish", + "trunks", + "trunnel", + "truss", + "truss_bridge", + "trust", + "trust_account", + "trust_busting", + "trust_company", + "trust_corporation", + "trust_deed", + "trust_fund", + "trust_territory", + "trustbuster", + "trustee", + "trustee-beneficiary_relation", + "trustee_account", + "trusteeship", + "trusteeship_council", + "truster", + "trustfulness", + "trustiness", + "trustingness", + "trustor", + "trustworthiness", + "trusty", + "truth", + "truth_drug", + "truth_quark", + "truth_serum", + "truthfulness", + "try", + "try-on", + "try_square", + "trygve_halvden_lie", + "trygve_lie", + "trying_on", + "tryout", + "trypetidae", + "trypsin", + "trypsinogen", + "tryptophan", + "tryptophane", + "tryst", + "tsa", + "tsar", + "tsarina", + "tsaritsa", + "tsaritsyn", + "tsatske", + "tsetse", + "tsetse_fly", + "tsh", + "tshatshke", + "tshiluba", + "tsimshian", + "tsine", + "tsoris", + "tsouic", + "tss", + "tsuga", + "tsuga_canadensis", + "tsuga_caroliniana", + "tsuga_heterophylla", + "tsuga_mertensiana", + "tsunami", + "tsung_dao_lee", + "tsuris", + "tsushima", + "tsutsugamushi_disease", + "tswana", + "tt", + "tuamotu_archipelago", + "tuareg", + "tuatara", + "tuatha_de", + "tuatha_de_danann", + "tub", + "tub-cart", + "tub-thumper", + "tub_gurnard", + "tuba", + "tuba_root", + "tubal_ligation", + "tubal_pregnancy", + "tubbiness", + "tube", + "tube-nosed_bat", + "tube-nosed_fruit_bat", + "tube-shaped_structure", + "tube_foot", + "tube_well", + "tube_wrench", + "tubeless", + "tubeless_tire", + "tuber", + "tuber_root", + "tuberaceae", + "tuberales", + "tubercle", + "tubercle_bacillus", + "tubercular", + "tubercularia", + "tuberculariaceae", + "tuberculin", + "tuberculin_skin_test", + "tuberculin_test", + "tuberculoid_leprosy", + "tuberculosis", + "tuberose", + "tuberosity", + "tuberous_begonia", + "tuberous_plant", + "tuberous_vetch", + "tubful", + "tubing", + "tubman", + "tubocurarine", + "tubuai_islands", + "tubular_cavity", + "tubule", + "tubulidentata", + "tucana", + "tuchman", + "tuck", + "tuck_box", + "tuck_shop", + "tuckahoe", + "tucker", + "tucker-bag", + "tucket", + "tucson", + "tudor", + "tudor_arch", + "tudor_architecture", + "tudung", + "tues", + "tuesday", + "tufa", + "tuff", + "tuffet", + "tuft", + "tufted_centaury", + "tufted_gentian", + "tufted_pansy", + "tufted_puffin", + "tufted_titmouse", + "tufted_vetch", + "tug", + "tug-of-war", + "tugboat", + "tugela", + "tugela_falls", + "tugger", + "tughrik", + "tugrik", + "tuileries", + "tuileries_gardens", + "tuileries_palace", + "tuille", + "tuition", + "tuition_fee", + "tularaemia", + "tularemia", + "tule_tree", + "tulestoma", + "tulip", + "tulip_bed", + "tulip_gentian", + "tulip_orchid", + "tulip_poplar", + "tulip_tree", + "tulipa", + "tulipa_armena", + "tulipa_clusiana", + "tulipa_gesneriana", + "tulipa_suaveolens", + "tulipwood", + "tulipwood_tree", + "tulle", + "tully", + "tulostoma", + "tulostomaceae", + "tulostomataceae", + "tulostomatales", + "tulsa", + "tulu", + "tum", + "tumble", + "tumble-dryer", + "tumble_drier", + "tumble_grass", + "tumblebug", + "tumbler", + "tumbler_pigeon", + "tumbleweed", + "tumbling", + "tumbrel", + "tumbril", + "tumefaction", + "tumescence", + "tumidity", + "tumidness", + "tummy", + "tummy_crunch", + "tummy_tuck", + "tumor", + "tumor_necrosis_factor", + "tumor_suppressor_gene", + "tumor_virus", + "tumour", + "tumour_necrosis_factor", + "tums", + "tumult", + "tumultuous_disturbance", + "tumultuousness", + "tumulus", + "tun", + "tuna", + "tuna_fish", + "tuna_fish_salad", + "tuna_oil", + "tuna_salad", + "tunaburger", + "tundra", + "tundra_soil", + "tundra_swan", + "tune", + "tune-up", + "tunefulness", + "tuner", + "tung", + "tung-oil_tree", + "tung_oil", + "tung_tree", + "tunga", + "tunga_penetrans", + "tungstate", + "tungsten", + "tungsten_steel", + "tungstic_acid", + "tungus", + "tungusic", + "tungusic_language", + "tunguska", + "tunguz", + "tunic", + "tunica", + "tunica_albuginea_testes", + "tunica_conjunctiva_bulbi", + "tunica_conjunctiva_palpebrarum", + "tunicata", + "tunicate", + "tuning", + "tuning_fork", + "tunis", + "tunisia", + "tunisian", + "tunisian_dinar", + "tunisian_dirham", + "tunisian_monetary_unit", + "tunker", + "tunnage", + "tunnel", + "tunnel_vision", + "tunney", + "tunny", + "tup", + "tupac_amaru_revolutionary_movement", + "tupac_katari_guerrilla_army", + "tupaia", + "tupaiidae", + "tupek", + "tupelo", + "tupelo_family", + "tupelo_tree", + "tupi", + "tupi-guarani", + "tupi-guarani_language", + "tupik", + "tupinambis", + "tuppence", + "tupungatito", + "tupungato", + "turaco", + "turacou", + "turakoo", + "turban", + "turban_squash", + "turbatrix", + "turbatrix_aceti", + "turbellaria", + "turbidity", + "turbidness", + "turbinal", + "turbinate", + "turbinate_bone", + "turbine", + "turbo-propeller_plane", + "turbofan", + "turbofan_engine", + "turbogenerator", + "turbojet", + "turbojet_engine", + "turboprop", + "turbot", + "turbulence", + "turbulency", + "turbulent_flow", + "turcoman", + "turd", + "turdidae", + "turdinae", + "turdus", + "turdus_greyi", + "turdus_iliacus", + "turdus_merula", + "turdus_migratorius", + "turdus_philomelos", + "turdus_pilaris", + "turdus_torquatus", + "turdus_viscivorus", + "tureen", + "turf", + "turf_war", + "turfan", + "turfan_dialect", + "turfing_daisy", + "turgenev", + "turgidity", + "turgidness", + "turgor", + "turgot", + "turin", + "turing", + "turing_machine", + "turk", + "turk's-cap", + "turk's_cap-lily", + "turk's_head", + "turkestan", + "turkestan_desert", + "turkey", + "turkey_buzzard", + "turkey_cock", + "turkey_drumstick", + "turkey_leg", + "turkey_oak", + "turkey_red", + "turkey_stew", + "turkey_stuffing", + "turkey_trot", + "turkey_vulture", + "turkey_wing", + "turki", + "turkic", + "turkic_language", + "turkish", + "turkish_bath", + "turkish_boxwood", + "turkish_capital", + "turkish_coffee", + "turkish_delight", + "turkish_empire", + "turkish_hizballah", + "turkish_lira", + "turkish_monetary_unit", + "turkish_tobacco", + "turkish_towel", + "turkistan", + "turkmen", + "turkmen_monetary_unit", + "turkmenia", + "turkmenistan", + "turko-tatar", + "turkoman", + "turkomen", + "turmeric", + "turmeric_root", + "turmoil", + "turn", + "turn-on", + "turn_around", + "turn_indicator", + "turn_of_events", + "turn_of_expression", + "turn_of_phrase", + "turn_of_the_century", + "turn_signal", + "turnabout", + "turnaround", + "turnaround_time", + "turnbuckle", + "turncoat", + "turncock", + "turndown", + "turner", + "turner's_syndrome", + "turnery", + "turnicidae", + "turning", + "turning_away", + "turning_point", + "turnip", + "turnip-rooted_celery", + "turnip-rooted_parsley", + "turnip_bed", + "turnip_cabbage", + "turnip_greens", + "turnip_plant", + "turnix", + "turnix_sylvatica", + "turnkey", + "turnoff", + "turnout", + "turnover", + "turnover_rate", + "turnpike", + "turnround", + "turnspit", + "turnstile", + "turnstone", + "turntable", + "turnup", + "turnverein", + "turp", + "turpentine", + "turpentine_camphor_weed", + "turpentine_weed", + "turpin", + "turpitude", + "turps", + "turquoise", + "turreae", + "turret", + "turret_clock", + "turritis", + "turritis_glabra", + "tursiops", + "tursiops_gilli", + "tursiops_truncatus", + "turtle", + "turtle_bean", + "turtle_soup", + "turtledove", + "turtlehead", + "turtleneck", + "turtleneck_collar", + "turtler", + "tuscaloosa", + "tuscan", + "tuscan_order", + "tuscany", + "tuscarora", + "tush", + "tushery", + "tusk", + "tusk_shell", + "tuskegee", + "tusker", + "tussah", + "tussaud", + "tusseh", + "tusser", + "tussilago", + "tussilago_alpina", + "tussilago_farfara", + "tussle", + "tussock", + "tussock_bellflower", + "tussock_caterpillar", + "tussock_moth", + "tussore", + "tussur", + "tutankhamen", + "tutee", + "tutelage", + "tutelo", + "tutor", + "tutorial", + "tutorship", + "tutsan", + "tutsi", + "tutti-frutti", + "tutu", + "tuvalu", + "tuvalu_dollar", + "tux", + "tuxedo", + "tuxtla_gutierrez", + "tv", + "tv-antenna", + "tv_announcer", + "tv_audience", + "tv_camera", + "tv_channel", + "tv_dinner", + "tv_monitor", + "tv_newsman", + "tv_program", + "tv_reporter", + "tv_room", + "tv_set", + "tv_show", + "tv_star", + "tv_station", + "twaddle", + "twaddler", + "twain", + "twang", + "twat", + "twayblade", + "tweak", + "tweed", + "tweediness", + "tweedledee_and_tweedledum", + "tweedledum_and_tweedledee", + "tweet", + "tweeter", + "tweezer", + "twelfth", + "twelfth_cranial_nerve", + "twelfth_day", + "twelfth_night", + "twelfth_part", + "twelfthtide", + "twelve", + "twelve-tone_music", + "twelve-tone_system", + "twelve_noon", + "twelve_tribes_of_israel", + "twelvemonth", + "twenties", + "twentieth", + "twentieth_century", + "twenty", + "twenty-eight", + "twenty-five", + "twenty-five_percent", + "twenty-four", + "twenty-four_hour_period", + "twenty-four_hours", + "twenty-nine", + "twenty-one", + "twenty-seven", + "twenty-six", + "twenty-three", + "twenty-twenty", + "twenty-two", + "twenty-two_pistol", + "twenty-two_rifle", + "twenty_dollar_bill", + "twenty_percent", + "twerp", + "twice-baked_bread", + "twice-pinnate", + "twiddle", + "twiddler", + "twig", + "twig_blight", + "twilight", + "twilight_of_the_gods", + "twilight_sleep", + "twilight_vision", + "twilight_zone", + "twill", + "twill_weave", + "twin", + "twin-aisle_airplane", + "twin-prop", + "twin-propeller-plane", + "twin_bed", + "twin_bill", + "twin_cities", + "twin_falls", + "twin_towers", + "twinberry", + "twine", + "twiner", + "twinflower", + "twinge", + "twinjet", + "twinkie", + "twinkle", + "twinkler", + "twinkling", + "twins", + "twirl", + "twirler", + "twirp", + "twist", + "twist_bit", + "twist_drill", + "twist_wood", + "twister", + "twisting", + "twistwood", + "twit", + "twitch", + "twitching", + "twitter", + "twitterer", + "two", + "two-bagger", + "two-base_hit", + "two-baser", + "two-by-four", + "two-dimensional_figure", + "two-dimensionality", + "two-eyed_violet", + "two-grain_spelt", + "two-handed_backhand", + "two-handed_saw", + "two-hitter", + "two-man_saw", + "two-man_tent", + "two-note_call", + "two-piece", + "two-piece_suit", + "two-seater", + "two-spotted_ladybug", + "two-step", + "two-thirds", + "two-tier_bid", + "two-timer", + "two-toed_anteater", + "two-toed_sloth", + "two-way_street", + "two-wing_flying_fish", + "two-winged_insects", + "two-year-old_horse", + "two_dollar_bill", + "two_dozen", + "two_iron", + "two_kettle", + "two_weeks", + "two_year_old", + "twofer", + "twopence", + "twosome", + "twyla_tharp", + "tx", + "tyan_shan", + "tyche", + "tycho_brahe", + "tycoon", + "tying", + "tying_up", + "tyiyn", + "tyke", + "tylenchidae", + "tylenchus", + "tylenchus_tritici", + "tylenol", + "tyler", + "tympan", + "tympani", + "tympanic_bone", + "tympanic_cavity", + "tympanic_membrane", + "tympanic_vein", + "tympanist", + "tympanites", + "tympanitis", + "tympanoplasty", + "tympanuchus", + "tympanuchus_cupido", + "tympanuchus_cupido_cupido", + "tympanuchus_pallidicinctus", + "tympanum", + "tyndale", + "tyndall", + "tyndall_effect", + "tyne", + "tyne_river", + "type", + "type_a", + "type_ab", + "type_b", + "type_family", + "type_genus", + "type_i_allergic_reaction", + "type_i_diabetes", + "type_ii_diabetes", + "type_iv_allergic_reaction", + "type_metal", + "type_o", + "type_of_architecture", + "type_slug", + "type_species", + "type_specimen", + "typeface", + "typescript", + "typesetter", + "typesetter's_case", + "typesetting_machine", + "typewriter", + "typewriter_carriage", + "typewriter_font", + "typewriter_keyboard", + "typewriter_paper", + "typewriter_ribbon", + "typewriting", + "typha", + "typha_angustifolia", + "typha_latifolia", + "typhaceae", + "typhlopidae", + "typhoeus", + "typhoid", + "typhoid_bacillus", + "typhoid_bacteriophage", + "typhoid_fever", + "typhoid_mary", + "typhon", + "typhoon", + "typhus", + "typhus_fever", + "typical_jerboa", + "typicality", + "typification", + "typing", + "typing_paper", + "typing_pool", + "typist", + "typo", + "typographer", + "typographical_error", + "typography", + "typology", + "tyr", + "tyramine", + "tyranni", + "tyrannicide", + "tyrannid", + "tyrannidae", + "tyrannosaur", + "tyrannosaurus", + "tyrannosaurus_rex", + "tyrannus", + "tyrannus_domenicensis_domenicensis", + "tyrannus_tyrannus", + "tyrannus_vociferans", + "tyranny", + "tyrant", + "tyrant_bird", + "tyrant_flycatcher", + "tyre", + "tyrian_purple", + "tyro", + "tyrocidin", + "tyrocidine", + "tyrol", + "tyrolean", + "tyrolean_alps", + "tyrosine", + "tyrosine_kinase_inhibitor", + "tyrosinemia", + "tyrothricin", + "tyrr", + "tyrrhenian_sea", + "tyson", + "tyto", + "tyto_alba", + "tytonidae", + "tzar", + "tzara", + "tzarina", + "tzetze", + "tzetze_fly", + "u", + "u-boat", + "u-drive", + "u-turn", + "u._s._air_force", + "u._s._army", + "u._s._army_special_forces", + "u._s._coast_guard", + "u._s._code", + "u.k.", + "u.s.", + "u.s._army_criminal_investigation_laboratory", + "u.s._congress", + "u.s._constitution", + "u.s._government", + "u.s._house", + "u.s._house_of_representatives", + "u.s._mint", + "u.s._national_library_of_medicine", + "u.s._senate", + "u.s._waters", + "u.s.a.", + "u308", + "uakari", + "ubermensch", + "ubiety", + "ubiquinone", + "ubiquitousness", + "ubiquity", + "ubykh", + "uca", + "uda", + "udder", + "udmurt", + "udometer", + "ufa", + "ufo", + "uganda", + "ugandan", + "ugandan_monetary_unit", + "ugandan_shilling", + "ugaritic", + "ugli", + "ugli_fruit", + "ugliness", + "ugly_duckling", + "ugo_buoncompagni", + "ugrian", + "ugric", + "uhf", + "uhland", + "uighur", + "uigur", + "uintathere", + "uintatheriidae", + "uintatherium", + "uk", + "ukase", + "uke", + "ukraine", + "ukrainian", + "ukranian", + "ukranian_monetary_unit", + "ukrayina", + "ukulele", + "ulaanbaatar", + "ulalgia", + "ulama", + "ulan_bator", + "ulanova", + "ulatrophia", + "ulcer", + "ulcer_diet", + "ulceration", + "ulcerative_colitis", + "ulema", + "ulemorrhagia", + "ulex", + "ulex_europaeus", + "ulfila", + "ulfilas", + "ulitis", + "ull", + "ullage", + "ullr", + "ulmaceae", + "ulmus", + "ulmus_alata", + "ulmus_americana", + "ulmus_campestris_sarniensis", + "ulmus_campestris_wheatleyi", + "ulmus_carpinifolia", + "ulmus_crassifolia", + "ulmus_glabra", + "ulmus_hollandica", + "ulmus_hollandica_vegetata", + "ulmus_laevis", + "ulmus_parvifolia", + "ulmus_procera", + "ulmus_pumila", + "ulmus_rubra", + "ulmus_sarniensis", + "ulmus_serotina", + "ulmus_thomasii", + "ulna", + "ulnar_artery", + "ulnar_nerve", + "ulnar_vein", + "ulrich_zwingli", + "ulster", + "ulster_defence_association", + "ulteriority", + "ultima", + "ultima_thule", + "ultimacy", + "ultimate", + "ultimate_frisbee", + "ultimateness", + "ultimatum", + "ultracef", + "ultracentrifugation", + "ultracentrifuge", + "ultraconservative", + "ultrahigh_frequency", + "ultramarine", + "ultramarine_blue", + "ultramicroscope", + "ultramontane", + "ultramontanism", + "ultranationalism", + "ultrasonography", + "ultrasound", + "ultrasuede", + "ultraviolet", + "ultraviolet_illumination", + "ultraviolet_lamp", + "ultraviolet_light", + "ultraviolet_radiation", + "ultraviolet_source", + "ultraviolet_spectrum", + "ulugh_muz_tagh", + "ulugh_muztagh", + "ululation", + "ulva", + "ulvaceae", + "ulvales", + "ulvophyceae", + "ulysses", + "ulysses_grant", + "ulysses_s._grant", + "ulysses_simpson_grant", + "uma", + "uma_notata", + "umar_al-mukhtar_forces", + "umayyad", + "umbel", + "umbellales", + "umbellifer", + "umbelliferae", + "umbelliferous_plant", + "umbellularia", + "umbellularia_californica", + "umber", + "umbilical", + "umbilical_cord", + "umbilical_hernia", + "umbilical_vein", + "umbilical_vesicle", + "umbilicus", + "umbo", + "umbra", + "umbrage", + "umbrella", + "umbrella_arum", + "umbrella_bird", + "umbrella_fern", + "umbrella_magnolia", + "umbrella_pine", + "umbrella_plant", + "umbrella_sedge", + "umbrella_tent", + "umbrella_tree", + "umbrellawort", + "umbria", + "umbrian", + "umbrina", + "umbrina_roncador", + "umbundu", + "umlaut", + "umma", + "umma_tameer-e-nau", + "ummah", + "ump", + "umpirage", + "umpire", + "un", + "un_agency", + "unabridged", + "unabridged_dictionary", + "unacceptability", + "unacceptableness", + "unadaptability", + "unaffectedness", + "unai", + "unalterability", + "unambiguity", + "unanimity", + "unappetisingness", + "unappetizingness", + "unapproachability", + "unary_operation", + "unassertiveness", + "unassumingness", + "unattainableness", + "unattractiveness", + "unau", + "unauthorized_absence", + "unavailability", + "unavoidability", + "unavoidable_casualty", + "unawareness", + "unbalance", + "unbecomingness", + "unbelief", + "unbeliever", + "unbounded_interval", + "unboundedness", + "unbreakableness", + "unceremoniousness", + "uncertainness", + "uncertainty", + "uncertainty_principle", + "unchangeability", + "unchangeableness", + "unchangingness", + "uncheerfulness", + "uncial", + "unciform_bone", + "uncle", + "uncle_joe", + "uncle_remus", + "uncle_sam", + "uncle_tom", + "uncleanliness", + "uncleanness", + "unclearness", + "uncloudedness", + "uncomfortableness", + "uncommonness", + "uncommunicativeness", + "uncompahgre_peak", + "unconcern", + "unconditioned_reflex", + "unconfessed", + "uncongeniality", + "unconnectedness", + "unconscientiousness", + "unconscious", + "unconscious_mind", + "unconscious_process", + "unconsciousness", + "unconstraint", + "unconventionality", + "uncouthness", + "uncovering", + "uncreativeness", + "unction", + "unctuousness", + "uncus", + "undecagon", + "undecylenic_acid", + "undependability", + "undependableness", + "underachievement", + "underachiever", + "underbelly", + "underbodice", + "underbody", + "underboss", + "underbrush", + "undercarriage", + "undercharge", + "underclass", + "underclassman", + "underclothes", + "underclothing", + "undercoat", + "undercover_agent", + "undercover_operation", + "undercover_work", + "undercurrent", + "undercut", + "underdevelopment", + "underdog", + "underdrawers", + "underestimate", + "underestimation", + "underevaluation", + "underexposure", + "underfelt", + "underframe", + "underfur", + "undergarment", + "undergrad", + "undergraduate", + "underground", + "underground_press", + "underground_railroad", + "underground_railway", + "undergrowth", + "underlay", + "underlayment", + "underline", + "underling", + "underlip", + "undernourishment", + "underpants", + "underpart", + "underpass", + "underpayment", + "underperformer", + "underproduction", + "underrating", + "underreckoning", + "underscore", + "underseal", + "undersecretary", + "underseller", + "undershirt", + "undershrub", + "underside", + "underskirt", + "undersoil", + "understandability", + "understanding", + "understatement", + "understructure", + "understudy", + "undersurface", + "undertaker", + "undertaking", + "undertide", + "undertone", + "undertow", + "undervaluation", + "underwater_archaeology", + "underwater_archeology", + "underwater_diver", + "underwear", + "underwing", + "underwood", + "underworld", + "underwriter", + "undescended_testicle", + "undescended_testis", + "undesirability", + "undesirable", + "undies", + "undine", + "undiscipline", + "undivided_interest", + "undivided_right", + "undoer", + "undoing", + "undress", + "undset", + "undulant_fever", + "undulation", + "undulatory_theory", + "undutifulness", + "unearned_income", + "unearned_increment", + "unearned_revenue", + "unearned_run", + "unease", + "uneasiness", + "uneducated_person", + "unemotional_person", + "unemotionality", + "unemployed", + "unemployed_people", + "unemployed_person", + "unemployment", + "unemployment_compensation", + "unemployment_line", + "unemployment_rate", + "unenlightenment", + "unequivocalness", + "unesco", + "uneven_bars", + "uneven_parallel_bars", + "unevenness", + "unexchangeability", + "unexpectedness", + "unfairness", + "unfaithfulness", + "unfamiliarity", + "unfastener", + "unfastening", + "unfavorable_judgment", + "unfavorable_position", + "unfavorableness", + "unfavourableness", + "unfeasibility", + "unfeelingness", + "unfinished_business", + "unfitness", + "unfolding", + "unformatted_capacity", + "unfortunate", + "unfortunate_person", + "unfriendliness", + "ungainliness", + "ungodliness", + "ungracefulness", + "ungraciousness", + "ungradable_opposition", + "ungrateful_person", + "ungratefulness", + "unguent", + "unguiculata", + "unguiculate", + "unguiculate_mammal", + "unguis", + "ungulata", + "ungulate", + "unhappiness", + "unhealthfulness", + "unhealthiness", + "unhelpfulness", + "unholiness", + "unhurriedness", + "uniat", + "uniat_church", + "uniate", + "uniate_christian", + "uniate_church", + "unicameral_script", + "unicef", + "unicorn", + "unicorn_root", + "unicycle", + "unicyclist", + "unidentified_flying_object", + "unification", + "unification_church", + "uniform", + "uniform_resource_locator", + "uniformity", + "uniformness", + "unilateral_contract", + "unilateral_descent", + "unilateral_paralysis", + "unilateralism", + "unilateralist", + "unimportance", + "uninitiate", + "uninominal_system", + "uninominal_voting_system", + "uninsurability", + "unintelligibility", + "uninterestingness", + "unio", + "uniocular_dichromat", + "union", + "union_army", + "union_card", + "union_flag", + "union_jack", + "union_member", + "union_of_burma", + "union_of_serbia_and_montenegro", + "union_of_soviet_socialist_republics", + "union_representative", + "union_shop", + "union_soldier", + "union_suit", + "unionidae", + "unionisation", + "unionism", + "unionist", + "unionization", + "unipolar_depression", + "uniqueness", + "unison", + "unit", + "unit_cell", + "unit_character", + "unit_cost", + "unit_investment_trust", + "unit_matrix", + "unit_of_ammunition", + "unit_of_measurement", + "unit_of_time", + "unit_of_viscosity", + "unit_trust", + "unitard", + "unitarian", + "unitarian_church", + "unitarianism", + "united_arab_emirate_dirham", + "united_arab_emirate_monetary_unit", + "united_arab_emirates", + "united_arab_emirates's_capital", + "united_arab_republic", + "united_church_of_christ", + "united_front", + "united_kingdom", + "united_kingdom_of_great_britain_and_northern_ireland", + "united_methodist_church", + "united_mexican_states", + "united_mine_workers", + "united_mine_workers_of_america", + "united_nations", + "united_nations_agency", + "united_nations_children's_fund", + "united_nations_crime_prevention_and_criminal_justice", + "united_nations_day", + "united_nations_educational_scientific_and_cultural_organization", + "united_nations_international_children's_emergency_fund", + "united_nations_office_for_drug_control_and_crime_prevention", + "united_nations_secretariat", + "united_republic_of_tanzania", + "united_self-defense_force_of_colombia", + "united_self-defense_group_of_colombia", + "united_society_of_believers_in_christ's_second_appearing", + "united_states", + "united_states_air_force", + "united_states_air_force_academy", + "united_states_army", + "united_states_army_criminal_investigation_laboratory", + "united_states_army_rangers", + "united_states_army_special_forces", + "united_states_attorney_general", + "united_states_border_patrol", + "united_states_cabinet", + "united_states_civil_war", + "united_states_coast_guard", + "united_states_code", + "united_states_congress", + "united_states_constitution", + "united_states_customary_system", + "united_states_department_of_defense", + "united_states_department_of_state", + "united_states_dollar", + "united_states_dry_unit", + "united_states_fish_and_wildlife_service", + "united_states_government", + "united_states_government_accounting_office", + "united_states_government_printing_office", + "united_states_house_of_representatives", + "united_states_intelligence_agency", + "united_states_intelligence_community", + "united_states_liquid_unit", + "united_states_marine_corps", + "united_states_marines", + "united_states_marshals_service", + "united_states_military_academy", + "united_states_mint", + "united_states_national_library_of_medicine", + "united_states_naval_academy", + "united_states_navy", + "united_states_of_america", + "united_states_post_office", + "united_states_postal_inspection_service", + "united_states_postal_service", + "united_states_president", + "united_states_public_health_service", + "united_states_secret_service", + "united_states_senate", + "united_states_supreme_court", + "united_states_trade_representative", + "united_states_treasury", + "united_states_virgin_islands", + "united_states_waters", + "uniting", + "unitisation", + "unitization", + "unity", + "univalve", + "universal", + "universal_agent", + "universal_donor", + "universal_gas_constant", + "universal_gravitational_constant", + "universal_joint", + "universal_product_code", + "universal_proposition", + "universal_quantifier", + "universal_resource_locator", + "universal_set", + "universal_solvent", + "universal_suffrage", + "universal_time", + "universal_veil", + "universalism", + "universality", + "universe", + "universe_of_discourse", + "university", + "university_extension", + "university_of_california_at_berkeley", + "university_of_chicago", + "university_of_michigan", + "university_of_nebraska", + "university_of_north_carolina", + "university_of_paris", + "university_of_pennsylvania", + "university_of_pittsburgh", + "university_of_sussex", + "university_of_texas", + "university_of_vermont", + "university_of_washington", + "university_of_west_virginia", + "university_of_wisconsin", + "university_student", + "unix", + "unix_guru", + "unix_operating_system", + "unix_system", + "unjustness", + "unkemptness", + "unkind_person", + "unkindness", + "unknowing", + "unknowingness", + "unknown", + "unknown_quantity", + "unknown_region", + "unknown_soldier", + "unlawful_carnal_knowledge", + "unlawfulness", + "unleaded_gasoline", + "unleaded_petrol", + "unleavened_bread", + "unlikelihood", + "unlikeliness", + "unlikeness", + "unlisted_security", + "unlisted_stock", + "unloading", + "unmalleability", + "unmanageableness", + "unmanliness", + "unmarried_man", + "unmarried_woman", + "unmasking", + "unmentionable", + "unmercifulness", + "unmindfulness", + "unnaturalness", + "unneighborliness", + "unnilquadium", + "unnoticeableness", + "unobserved_fire", + "unobtrusiveness", + "unoriginality", + "unorthodoxy", + "unpaid_worker", + "unpalatability", + "unpalatableness", + "unperceptiveness", + "unpermissiveness", + "unperson", + "unpersuasiveness", + "unpleasant_person", + "unpleasant_woman", + "unpleasantness", + "unpleasingness", + "unpointedness", + "unpopularity", + "unpredictability", + "unpretentiousness", + "unproductiveness", + "unprofitability", + "unprofitableness", + "unpropitiousness", + "unprotectedness", + "unq", + "unquestionability", + "unquestionableness", + "unraveler", + "unraveller", + "unrealism", + "unreality", + "unreason", + "unregularity", + "unrelatedness", + "unreliability", + "unreliableness", + "unrespectability", + "unresponsiveness", + "unrest", + "unrestraint", + "unrighteousness", + "unruliness", + "unsanctification", + "unsanitariness", + "unsatisfactoriness", + "unsaturated_fatty_acid", + "unsavoriness", + "unscrupulousness", + "unseasonableness", + "unsecured_bond", + "unseemliness", + "unseen", + "unselfconsciousness", + "unselfishness", + "unsightliness", + "unsimilarity", + "unskilled_person", + "unskillfulness", + "unslaked_lime", + "unsnarling", + "unsociability", + "unsociableness", + "unsolvability", + "unsoundness", + "unspoken_accusation", + "unstableness", + "unsteadiness", + "unstratified_language", + "unsuccessful_person", + "unsuitability", + "unsuitableness", + "unsusceptibility", + "untangling", + "untermeyer", + "unthoughtfulness", + "untidiness", + "untier", + "untimeliness", + "untouchable", + "untrustiness", + "untrustworthiness", + "untruth", + "untruthfulness", + "untying", + "untypicality", + "ununbium", + "ununhexium", + "ununpentium", + "ununquadium", + "ununtrium", + "unusefulness", + "unusual_person", + "unusualness", + "unvariedness", + "unveiling", + "unwariness", + "unwelcome_guest", + "unwelcome_person", + "unwellness", + "unwholesomeness", + "unwieldiness", + "unwillingness", + "unwiseness", + "unworthiness", + "unwritten_law", + "unyieldingness", + "up-bow", + "up-tick", + "up-to-dateness", + "up_quark", + "upanishad", + "upbeat", + "upbraider", + "upbraiding", + "upbringing", + "upcast", + "update", + "updating", + "updike", + "updraft", + "upending", + "upgrade", + "upheaval", + "uphill", + "upholder", + "upholsterer", + "upholstery", + "upholstery_material", + "upholstery_needle", + "upjohn", + "upkeep", + "upland", + "upland_cotton", + "upland_plover", + "upland_sandpiper", + "upland_white_aster", + "uplift", + "uplifting", + "uplink", + "upper", + "upper-case_letter", + "upper-normandy", + "upper_avon", + "upper_avon_river", + "upper_balcony", + "upper_berth", + "upper_bound", + "upper_cannon", + "upper_carboniferous", + "upper_carboniferous_period", + "upper_class", + "upper_crust", + "upper_deck", + "upper_egypt", + "upper_hand", + "upper_jaw", + "upper_jawbone", + "upper_limit", + "upper_mantle", + "upper_paleolithic", + "upper_peninsula", + "upper_respiratory_infection", + "upper_respiratory_tract", + "upper_side", + "upper_surface", + "upper_tunguska", + "upper_volta", + "uppercase", + "uppercut", + "uppishness", + "uppityness", + "uppp", + "uppsala", + "upright", + "upright_piano", + "uprightness", + "uprising", + "uproar", + "uprooter", + "upsala", + "upset", + "upset_price", + "upset_stomach", + "upsetter", + "upshot", + "upside", + "upside-down_cake", + "upsilon", + "upstage", + "upstager", + "upstairs", + "upstart", + "upstroke", + "upsurge", + "uptake", + "upthrow", + "upthrust", + "uptick", + "uptime", + "upton_beall_sinclair", + "upton_sinclair", + "uptown", + "upturn", + "upupa", + "upupa_epops", + "upupidae", + "ur", + "uracil", + "uraemia", + "ural-altaic", + "ural_mountains", + "uralic", + "uralic_language", + "urals", + "uranalysis", + "urania", + "uraninite", + "uranium", + "uranium_235", + "uranium_238", + "uranium_ore", + "uranologist", + "uranology", + "uranoplasty", + "uranoscopidae", + "uranus", + "uranyl", + "uranyl_group", + "uranyl_nitrate", + "uranyl_oxalate", + "uranyl_radical", + "urarthritis", + "urate", + "uratemia", + "uraturia", + "urban_area", + "urban_center", + "urban_guerrilla", + "urban_ii", + "urban_legend", + "urban_planning", + "urban_renewal", + "urban_sprawl", + "urban_typhus", + "urban_v", + "urban_vi", + "urban_viii", + "urbana", + "urbanisation", + "urbanity", + "urbanization", + "urceole", + "urchin", + "urd", + "urdu", + "urea", + "urea-formaldehyde_resin", + "urease", + "uredinales", + "uremia", + "ureter", + "ureteritis", + "ureterocele", + "ureterorenal_reflux", + "ureterostenosis", + "urethane", + "urethra", + "urethral_orifice", + "urethral_sphincter", + "urethritis", + "urethrocele", + "urex", + "urey", + "urga", + "urge", + "urge_incontinence", + "urgency", + "urginea", + "urginea_maritima", + "urging", + "uria", + "uria_aalge", + "uria_lomvia", + "uriah", + "urial", + "uric_acid", + "uricaciduria", + "urim_and_thummim", + "urinal", + "urinalysis", + "urinary_apparatus", + "urinary_bladder", + "urinary_calculus", + "urinary_hesitancy", + "urinary_incontinence", + "urinary_organ", + "urinary_retention", + "urinary_system", + "urinary_tract", + "urinary_tract_infection", + "urination", + "urinator", + "urine", + "uriniferous_tubule", + "url", + "urmia", + "urn", + "urn_fungus", + "urnula_craterium", + "urobilin", + "urobilinogen", + "urocele", + "urochesia", + "urochezia", + "urochord", + "urochorda", + "urochordata", + "urochordate", + "urocyon", + "urocyon_cinereoargenteus", + "urocystis", + "urocystis_cepulae", + "urocystis_tritici", + "urodele", + "urodella", + "urodynia", + "urogenital_apparatus", + "urogenital_cleft", + "urogenital_medicine", + "urogenital_system", + "urokinase", + "urolith", + "urologist", + "urology", + "uropathy", + "urophycis", + "uropsilus", + "uropsilus_soricipes", + "uropygi", + "uropygial_gland", + "uropygium", + "urosaurus", + "urosaurus_ornatus", + "ursa_major", + "ursa_minor", + "ursidae", + "ursine_dasyure", + "ursinia", + "ursus", + "ursus_americanus", + "ursus_arctos", + "ursus_arctos_horribilis", + "ursus_arctos_middendorffi", + "ursus_arctos_syriacus", + "ursus_horribilis", + "ursus_maritimus", + "ursus_middendorffi", + "ursus_thibetanus", + "ursus_ursinus", + "urth", + "urtica", + "urtica_dioica", + "urtica_pipulifera", + "urticaceae", + "urticales", + "urticaria", + "urtication", + "urubupunga", + "urubupunga_falls", + "uruguay", + "uruguay_potato", + "uruguay_potato_vine", + "uruguay_river", + "uruguayan", + "uruguayan_monetary_unit", + "uruguayan_peso", + "urus", + "us", + "us_air_force", + "us_air_force_academy", + "us_army", + "us_army_criminal_investigation_laboratory", + "us_attorney_general", + "us_border_patrol", + "us_cabinet", + "us_coast_guard", + "us_congress", + "us_constitution", + "us_fish_and_wildlife_service", + "us_government", + "us_government_printing_office", + "us_house", + "us_house_of_representatives", + "us_marine_corps", + "us_marshals_service", + "us_military_academy", + "us_mint", + "us_naval_academy", + "us_navy", + "us_post_office", + "us_postal_inspection_service", + "us_postal_service", + "us_secret_service", + "us_senate", + "us_trade_representative", + "usa", + "usability", + "usableness", + "usacil", + "usaf", + "usage", + "usama_bin_laden", + "usance", + "usbeg", + "usbek", + "uscb", + "usda", + "use", + "use_immunity", + "use_of_goods_and_services", + "useableness", + "used-car", + "used-car_lot", + "usefulness", + "uselessness", + "user", + "user_interface", + "ushas", + "usher", + "usherette", + "ushering_in", + "using", + "using_up", + "uskub", + "usmc", + "usn", + "usnea", + "usnea_barbata", + "usneaceae", + "usps", + "uss_cole", + "ussher", + "ussr", + "usss", + "ustilaginaceae", + "ustilaginales", + "ustilaginoidea", + "ustilaginoidea_virens", + "ustilago", + "ustilago_maydis", + "ustinov", + "usualness", + "usufruct", + "usufructuary", + "usuli", + "usumbura", + "usurer", + "usurpation", + "usurper", + "usury", + "ut", + "ut1", + "uta", + "uta_stansburiana", + "utah", + "utahan", + "utahraptor", + "utc", + "ute", + "utensil", + "uterine_artery", + "uterine_cavity", + "uterine_cervix", + "uterine_contraction", + "uterine_tube", + "uterine_vein", + "uterus", + "utica", + "utilisation", + "utiliser", + "utilitarian", + "utilitarianism", + "utility", + "utility_bond", + "utility_man", + "utility_program", + "utility_revenue_bond", + "utility_routine", + "utilization", + "utilizer", + "utmost", + "utn", + "utnapishtim", + "uto-aztecan", + "uto-aztecan_language", + "utopia", + "utopian", + "utopian_socialism", + "utopianism", + "utrecht", + "utricle", + "utricularia", + "utriculus", + "utrillo", + "uttar_pradesh", + "utterance", + "utterer", + "uttermost", + "utterness", + "utu", + "utug", + "uub", + "uuh", + "uup", + "uuq", + "uut", + "uv", + "uvea", + "uveitis", + "uveoscleral_pathway", + "uvula", + "uvularia", + "uvularia_grandiflora", + "uvulariaceae", + "uvulitis", + "uvulopalatopharyngoplasty", + "ux.", + "uxor", + "uxoricide", + "uxoriousness", + "uygur", + "uzbak", + "uzbeg", + "uzbek", + "uzbekistan", + "uzbekistani_monetary_unit", + "uzi", + "v", + "v-1", + "v-8_juice", + "v-day", + "v-e_day", + "v-j_day", + "v.p.", + "v_neck", + "v_sign", + "va", + "vac", + "vacancy", + "vacancy_rate", + "vacant_lot", + "vacation", + "vacation_home", + "vacation_spot", + "vacationer", + "vacationing", + "vacationist", + "vaccaria", + "vaccaria_hispanica", + "vaccaria_pyramidata", + "vaccina", + "vaccinating", + "vaccination", + "vaccinator", + "vaccine", + "vaccinee", + "vaccinia", + "vaccinia_gangrenosa", + "vaccinium", + "vaccinium_angustifolium", + "vaccinium_arboreum", + "vaccinium_ashei", + "vaccinium_caespitosum", + "vaccinium_corymbosum", + "vaccinium_macrocarpon", + "vaccinium_myrsinites", + "vaccinium_ovatum", + "vaccinium_oxycoccus", + "vaccinium_pallidum", + "vaccinium_pennsylvanicum", + "vaccinium_scoparium", + "vaccinium_stamineum", + "vaccinium_uliginosum_alpinum", + "vaccinium_vitis-idaea", + "vaccinum", + "vachel_lindsay", + "vacillation", + "vacillator", + "vaclav_havel", + "vacuity", + "vacuolation", + "vacuole", + "vacuolisation", + "vacuolization", + "vacuousness", + "vacuum", + "vacuum_aspiration", + "vacuum_bag", + "vacuum_bomb", + "vacuum_bottle", + "vacuum_chamber", + "vacuum_cleaner", + "vacuum_flask", + "vacuum_gage", + "vacuum_gauge", + "vacuum_pump", + "vacuum_tube", + "vade_mecum", + "vaduz", + "vagabond", + "vagabondage", + "vagary", + "vagina", + "vaginal_artery", + "vaginal_birth", + "vaginal_discharge", + "vaginal_smear", + "vaginismus", + "vaginitis", + "vaginocele", + "vagn_walfrid_ekman", + "vagrancy", + "vagrant", + "vagueness", + "vagus", + "vagus_nerve", + "vainglory", + "vaisakha", + "vaishnava", + "vaishnavism", + "vaisnavism", + "vaisya", + "vajra", + "valance", + "valance_board", + "valdecoxib", + "valdez", + "valdosta", + "vale", + "valediction", + "valedictorian", + "valedictory", + "valedictory_address", + "valedictory_oration", + "valedictory_speaker", + "valence", + "valence_electron", + "valencia", + "valencia_orange", + "valenciennes", + "valenciennes_lace", + "valency", + "valentina_tereshkova", + "valentina_vladmirovna_tereshkova", + "valentine", + "valentine's_day", + "valentine_day", + "valerian", + "valerian_family", + "valeriana", + "valeriana_officinalis", + "valerianaceae", + "valerianella", + "valerianella_locusta", + "valerianella_olitoria", + "valeric_acid", + "valet", + "valet_de_chambre", + "valet_parking", + "valetta", + "valetudinarian", + "valetudinarianism", + "valgus", + "valhalla", + "vali", + "valiance", + "valiancy", + "validation", + "validity", + "validness", + "valine", + "valise", + "valium", + "valkyrie", + "valle_d'aosta", + "vallecula", + "valletta", + "valley", + "valley_fever", + "valley_girl", + "valley_oak", + "valley_pocket_gopher", + "valley_white_oak", + "vallisneria", + "vallisneria_spiralis", + "valmy", + "valois", + "valor", + "valorousness", + "valour", + "valparaiso", + "valproic_acid", + "valsartan", + "valse", + "valuable", + "valuableness", + "valuation", + "valuation_account", + "valuation_reserve", + "valuator", + "value", + "value-added_tax", + "value-system", + "value_judgement", + "value_judgment", + "value_orientation", + "value_statement", + "valuelessness", + "valuer", + "values", + "valve", + "valve-in-head_engine", + "valve_rocker", + "valvelet", + "valvotomy", + "valvula", + "valvular_heart_disease", + "valvular_incompetence", + "valvule", + "valvulitis", + "valvulotomy", + "vambrace", + "vamp", + "vamper", + "vampire", + "vampire_bat", + "vampirism", + "van", + "van_allen", + "van_allen_belt", + "van_beethoven", + "van_bogaert_encephalitis", + "van_buren", + "van_de_graaff", + "van_de_graaff_generator", + "van_de_velde", + "van_der_waal's_forces", + "van_der_waals", + "van_doren", + "van_dyck", + "van_eyck", + "van_gogh", + "van_vleck", + "van_wyck_brooks", + "vanadate", + "vanadic_acid", + "vanadinite", + "vanadium", + "vanadium_pentoxide", + "vanadium_steel", + "vanbrugh", + "vancocin", + "vancomycin", + "vancouver", + "vancouver_island", + "vanda", + "vanda_caerulea", + "vandal", + "vandalism", + "vanderbilt", + "vandyke", + "vandyke_beard", + "vandyke_brown", + "vane", + "vanellus", + "vanern", + "vanessa", + "vanessa_atalanta", + "vanessa_bell", + "vanessa_stephen", + "vanessa_virginiensis", + "vanguard", + "vanguards_of_conquest", + "vangueria", + "vangueria_infausta", + "vangueria_madagascariensis", + "vanilla", + "vanilla_bean", + "vanilla_extract", + "vanilla_ice_cream", + "vanilla_orchid", + "vanilla_planifolia", + "vanilla_pudding", + "vanillin", + "vanir", + "vanisher", + "vanishing", + "vanishing_cream", + "vanishing_point", + "vanity", + "vanity_fair", + "vannevar_bush", + "vanquisher", + "vantage", + "vantage_point", + "vanua_levu", + "vanuatu", + "vanzetti", + "vapidity", + "vapidness", + "vapor", + "vapor_bath", + "vapor_density", + "vapor_lock", + "vapor_pressure", + "vaporing", + "vaporisation", + "vaporiser", + "vaporization", + "vaporizer", + "vaporousness", + "vapors", + "vapour", + "vapour_bath", + "vapour_density", + "vapour_lock", + "vapour_pressure", + "vapourousness", + "vapours", + "vaquero", + "vaquita", + "var", + "var.", + "vara", + "varan", + "varanidae", + "varanus", + "varanus_komodoensis", + "varanus_niloticus", + "vardenafil", + "varese", + "vargas", + "vargas_llosa", + "variability", + "variable", + "variable-pitch_propeller", + "variable_quantity", + "variable_resistor", + "variable_star", + "variableness", + "variance", + "variant", + "variate", + "variation", + "varicella", + "varicella_zoster_virus", + "varicocele", + "varicose_vein", + "varicosis", + "varicosity", + "varied_lorikeet", + "variedness", + "variegated_horsetail", + "variegated_scouring_rush", + "variegation", + "varietal", + "varietal_wine", + "variety", + "variety_meat", + "variety_show", + "variola", + "variola_major", + "variola_major_virus", + "variola_minor", + "variola_minor_virus", + "variola_vaccina", + "variola_vaccine", + "variola_vaccinia", + "variola_virus", + "variolation", + "variolization", + "variometer", + "variorum", + "variorum_edition", + "variously-leaved_pondweed", + "varix", + "varlet", + "varment", + "varmint", + "varna", + "varnish", + "varnish_tree", + "varnisher", + "varro", + "varsity", + "varsity_letter", + "varsity_sock", + "varuna", + "varus", + "varying_hare", + "vas", + "vas_deferens", + "vasa_brevis", + "vasa_efferentia", + "vasa_vasorum", + "vasarely", + "vasari", + "vasco_da_gamma", + "vasco_nunez_de_balboa", + "vascular_bundle", + "vascular_hemophilia", + "vascular_plant", + "vascular_ray", + "vascular_spider", + "vascular_strand", + "vascular_structure", + "vascular_system", + "vascular_tissue", + "vascularisation", + "vascularity", + "vascularization", + "vasculitis", + "vase", + "vase-fine", + "vase_vine", + "vasectomy", + "vaseline", + "vaslav_nijinsky", + "vasoconstriction", + "vasoconstrictive", + "vasoconstrictor", + "vasodilation", + "vasodilative", + "vasodilator", + "vasomax", + "vasopressin", + "vasopressor", + "vasosection", + "vasotec", + "vasotomy", + "vasovasostomy", + "vasovesiculitis", + "vassal", + "vassalage", + "vastness", + "vat", + "vat_color", + "vat_dye", + "vatican", + "vatican_city", + "vatican_council", + "vatican_i", + "vatican_ii", + "vatican_palace", + "vaticination", + "vaticinator", + "vaudeville", + "vaudeville_theater", + "vaudeville_theatre", + "vaudevillian", + "vaudois", + "vaughan", + "vaughan_williams", + "vault", + "vault_of_heaven", + "vaulter", + "vaulting", + "vaulting_horse", + "vaunt", + "vaunter", + "vaux", + "vayu", + "vcr", + "vd", + "vdu", + "veadar", + "veal", + "veal_cordon_bleu", + "veal_parmesan", + "veal_parmigiana", + "veal_roast", + "veal_scallopini", + "veau", + "veblen", + "vector", + "vector-borne_transmission", + "vector_algebra", + "vector_decomposition", + "vector_product", + "vector_sum", + "veda", + "vedalia", + "vedanga", + "vedanta", + "vedic_literature", + "vedism", + "vedist", + "veering", + "veery", + "veg", + "vega", + "vegan", + "vegetable", + "vegetable_garden", + "vegetable_hummingbird", + "vegetable_ivory", + "vegetable_marrow", + "vegetable_matter", + "vegetable_oil", + "vegetable_oyster", + "vegetable_patch", + "vegetable_sheep", + "vegetable_silk", + "vegetable_soup", + "vegetable_sponge", + "vegetable_tallow", + "vegetable_wax", + "vegetarian", + "vegetarianism", + "vegetation", + "vegetative_cell", + "veggie", + "vehemence", + "vehicle", + "vehicle-borne_transmission", + "vehicle_traffic", + "vehicular_traffic", + "veil", + "veiled_accusation", + "veiling", + "vein", + "vein_of_penis", + "vela", + "velar", + "velar_consonant", + "velazquez", + "velban", + "velcro", + "veld", + "veldt", + "velleity", + "vellication", + "vellum", + "velocipede", + "velociraptor", + "velocity", + "velodrome", + "velour", + "velours", + "veloute", + "velum", + "velveeta", + "velvet", + "velvet-leaf", + "velvet_ant", + "velvet_bean", + "velvet_bent", + "velvet_bent_grass", + "velvet_flower", + "velvet_grass", + "velvet_osier", + "velvet_plant", + "velvet_sumac", + "velvet_worm", + "velveteen", + "velvetleaf", + "velvetweed", + "vena", + "vena_anastomotica", + "vena_angularis", + "vena_appendicularis", + "vena_arcuata_renis", + "vena_auricularis", + "vena_axillaris", + "vena_azygos", + "vena_basalis", + "vena_basilica", + "vena_basivertebralis", + "vena_brachialis", + "vena_brachiocephalica", + "vena_bronchialis", + "vena_bulbi_penis", + "vena_bulbi_vestibuli", + "vena_canaliculi_cochleae", + "vena_cava", + "vena_centrales_retinae", + "vena_centralis_glandulae_suprarenalis", + "vena_cephalica", + "vena_cephalica_accessoria", + "vena_cerebellum", + "vena_cerebri", + "vena_cerebri_anterior", + "vena_cerebri_magna", + "vena_cerebri_media", + "vena_cerebrum_internus", + "vena_cerebrum_superior", + "vena_cervicalis_profunda", + "vena_choroidea", + "vena_circumflexa", + "vena_circumflexa_ilium", + "vena_circumflexus_femoris", + "vena_clitoridis", + "vena_colica", + "vena_comitans", + "vena_cutanea", + "vena_cystica", + "vena_digitalis", + "vena_diploica", + "vena_dorsalis_clitoridis_profunda", + "vena_emissaria", + "vena_epigastrica_inferior", + "vena_epigastrica_superficialis", + "vena_ethmoidalis", + "vena_facialis", + "vena_facialis_anterior", + "vena_femoralis", + "vena_gastrica", + "vena_gastrica-dextra", + "vena_gastrica_sinistra", + "vena_gastroomentalis", + "vena_genus", + "vena_gluteus", + "vena_hemiazygos_accessoria", + "vena_hemizygos", + "vena_hepatica", + "vena_ileocolica", + "vena_iliaca", + "vena_iliolumbalis", + "vena_intercapitalis", + "vena_intercostalis", + "vena_intervertebralis", + "vena_jugularis", + "vena_labialis", + "vena_labialis_inferior", + "vena_labialis_superior", + "vena_lacrimalis", + "vena_laryngea", + "vena_lienalis", + "vena_lingualis", + "vena_lumbalis", + "vena_maxillaris", + "vena_mesenterica", + "vena_metacarpus", + "vena_metatarsus", + "vena_musculophrenica", + "vena_nasalis_externa", + "vena_nasofrontalis", + "vena_obliqua_atrii_sinistri", + "vena_obturatoria", + "vena_occipitalis", + "vena_ophthalmica", + "vena_ovarica", + "vena_palatina", + "vena_paraumbilicalis", + "vena_pectoralis", + "vena_perforantis", + "vena_pericardiaca", + "vena_peroneus", + "vena_pharyngeus", + "vena_phrenica", + "vena_poplitea", + "vena_portae", + "vena_posterior_ventriculi_sinistri", + "vena_profunda_penis", + "vena_pulmanalis_inferior", + "vena_pulmonalis", + "vena_pulmonalis_superior", + "vena_pylorica", + "vena_radialis", + "vena_rectalis", + "vena_renalis", + "vena_retromandibularis", + "vena_sacralis", + "vena_saphena", + "vena_scapularis_dorsalis", + "vena_scrotalis", + "vena_sigmoideus", + "vena_spinalis", + "vena_sternocleidomastoidea", + "vena_stylomastoidea", + "vena_subclavia", + "vena_sublingualis", + "vena_supraorbitalis", + "vena_supratrochlearis", + "vena_temporalis", + "vena_testicularis", + "vena_thoracica", + "vena_thoracoepigastrica", + "vena_thyroidea", + "vena_tibialis", + "vena_trachealis", + "vena_ulnaris", + "vena_umbilicalis", + "vena_vertebralis", + "vena_vertebralis_accessoria", + "vena_vertebralis_anterior", + "vena_vesicalis", + "vena_vestibularis", + "vena_vorticosum", + "venae_centrales_hepatis", + "venae_cerebrum_inferior", + "venae_ciliares", + "venae_conjunctivales", + "venae_dorsales_clitoridis_superficiales", + "venae_dorsales_penis_profunda", + "venae_dorsales_penis_superficiales", + "venae_epigastricae_superiores", + "venae_episclerales", + "venae_esophageae", + "venae_interlobulares_hepatis", + "venae_interlobulares_renis", + "venae_labiales_anteriores", + "venae_labiales_posteriores", + "venae_meningeae", + "venae_palpebrales", + "venae_pancreatica", + "venae_profundae_clitoridis", + "venae_pudendum", + "venae_renis", + "venae_sclerales", + "venality", + "venation", + "vendee", + "vendemiaire", + "vender", + "vendetta", + "vending", + "vending_machine", + "vendition", + "vendor", + "vendue", + "veneer", + "veneering", + "venerability", + "venerableness", + "veneration", + "venerator", + "venereal_disease", + "venereal_infection", + "venereal_wart", + "veneridae", + "venesection", + "venetia", + "venetian", + "venetian_blind", + "venetian_glass", + "venetian_red", + "venetian_sumac", + "veneto", + "venezia", + "venezia-euganea", + "venezuela", + "venezuelan", + "venezuelan_monetary_unit", + "vengeance", + "vengefulness", + "venial_sin", + "venice", + "venipuncture", + "venire", + "venire_facias", + "venison", + "venn", + "venn's_diagram", + "venn_diagram", + "venogram", + "venography", + "venom", + "venomous_lizard", + "venous_blood", + "venous_blood_system", + "venous_blood_vessel", + "venous_pressure", + "venous_sinus", + "venous_thrombosis", + "vent", + "vent-hole", + "ventail", + "venter", + "venthole", + "ventilating_system", + "ventilation", + "ventilation_shaft", + "ventilation_system", + "ventilator", + "venting", + "ventner", + "ventolin", + "ventose", + "ventral_fin", + "ventral_horn", + "ventral_placentation", + "ventral_root", + "ventricle", + "ventricular_aneurysm", + "ventricular_fibrillation", + "ventricular_fold", + "ventricular_septal_defect", + "ventriculus", + "ventriloquism", + "ventriloquist", + "ventriloquist's_dummy", + "ventriloquy", + "venture", + "venture_capital", + "venture_capitalism", + "venture_capitalist", + "venturer", + "venturesomeness", + "venturi", + "venturi_tube", + "venue", + "venula", + "venule", + "venus", + "venus'-hair_fern", + "venus'_slipper", + "venus's_curse", + "venus's_flower_basket", + "venus's_flytrap", + "venus's_flytraps", + "venus's_girdle", + "venus's_shoe", + "venus's_slipper", + "venus_maidenhair", + "venus_mercenaria", + "venushair", + "veps", + "vepse", + "vepsian", + "veracity", + "veracruz", + "veranda", + "verandah", + "verapamil", + "veratrum", + "veratrum_viride", + "verb", + "verb_phrase", + "verbal_creation", + "verbal_description", + "verbal_expression", + "verbal_intelligence", + "verbal_noun", + "verbalisation", + "verbaliser", + "verbalism", + "verbalization", + "verbalizer", + "verbascum", + "verbascum_blattaria", + "verbascum_lychnitis", + "verbascum_phoeniceum", + "verbascum_thapsus", + "verbena", + "verbena_family", + "verbenaceae", + "verbesina", + "verbesina_alternifolia", + "verbesina_encelioides", + "verbesina_helianthoides", + "verbesina_virginica", + "verbiage", + "verbolatry", + "verboseness", + "verbosity", + "verd_antique", + "verdancy", + "verdandi", + "verde_antique", + "verdi", + "verdicchio", + "verdict", + "verdigris", + "verdin", + "verdolagas", + "verdun", + "verdure", + "verey_pistol", + "verge", + "verger", + "vergil", + "verification", + "verifier", + "verisimilitude", + "verity", + "verlaine", + "vermeer", + "vermicelli", + "vermicide", + "vermiculation", + "vermiculite", + "vermiform_appendix", + "vermiform_process", + "vermifuge", + "vermilion", + "vermillion_flycatcher", + "vermillion_rockfish", + "vermin", + "vermis", + "vermis_cerebelli", + "vermont", + "vermonter", + "vermouth", + "vernacular", + "vernacular_art", + "vernal_equinox", + "vernal_iris", + "vernal_witch_hazel", + "vernation", + "verne", + "verner", + "verner's_law", + "vernier", + "vernier_caliper", + "vernier_micrometer", + "vernier_scale", + "vernix", + "vernix_caseosa", + "vernonia", + "verona", + "veronal", + "veronese", + "veronica", + "veronica_agrestis", + "veronica_americana", + "veronica_anagallis-aquatica", + "veronica_arvensis", + "veronica_beccabunga", + "veronica_chamaedrys", + "veronica_michauxii", + "veronica_officinalis", + "veronica_peregrina", + "veronica_serpyllifolia", + "veronicastrum_virginicum", + "verpa", + "verpa_bohemica", + "verpa_conica", + "verrazano", + "verrazano-narrows_bridge", + "verrazano_narrows", + "verrazzano", + "verruca", + "verruca_acuminata", + "vers_libre", + "versace", + "versailles", + "versant", + "versatility", + "verse", + "verse_form", + "verse_line", + "versed", + "versicle", + "versification", + "versifier", + "version", + "verso", + "verst", + "vertebra", + "vertebral_arch", + "vertebral_artery", + "vertebral_canal", + "vertebral_column", + "vertebral_vein", + "vertebrata", + "vertebrate", + "vertebrate_foot", + "vertebrate_paleontology", + "vertex", + "verthandi", + "vertical", + "vertical_angle", + "vertical_bank", + "vertical_circle", + "vertical_combination", + "vertical_file", + "vertical_fin", + "vertical_flute", + "vertical_integration", + "vertical_section", + "vertical_stabiliser", + "vertical_stabilizer", + "vertical_surface", + "vertical_tail", + "vertical_union", + "verticality", + "verticalness", + "verticil", + "verticilliosis", + "verticillium", + "vertigo", + "vertu", + "vervain", + "vervain_family", + "vervain_sage", + "verve", + "vervet", + "vervet_monkey", + "verwoerd", + "very-light", + "very_high_frequency", + "very_important_person", + "very_light", + "very_low_density_lipoprotein", + "very_low_frequency", + "very_pistol", + "very_reverend", + "vesalius", + "vesey", + "vesica", + "vesical_vein", + "vesicant", + "vesicaria", + "vesication", + "vesicatory", + "vesicle", + "vesicopapule", + "vesicoureteral_reflux", + "vesicula_umbilicus", + "vesicular_stomatitis", + "vesiculation", + "vesiculitis", + "vesiculovirus", + "vespa", + "vespa_crabro", + "vespasian", + "vesper", + "vesper_mouse", + "vesper_sparrow", + "vespers", + "vespertilian_bat", + "vespertilio", + "vespertilio_murinus", + "vespertilionid", + "vespertilionidae", + "vespid", + "vespid_wasp", + "vespidae", + "vespucci", + "vespula", + "vespula_maculata", + "vespula_maculifrons", + "vespula_vulgaris", + "vessel", + "vest", + "vest_pocket", + "vesta", + "vestal", + "vestal_virgin", + "vested_interest", + "vestibular_apparatus", + "vestibular_fold", + "vestibular_gland", + "vestibular_sense", + "vestibular_system", + "vestibular_vein", + "vestibule", + "vestibule_of_the_ear", + "vestibule_of_the_vagina", + "vestibulocochlear_nerve", + "vestige", + "vestiture", + "vestment", + "vestris", + "vestry", + "vestryman", + "vestrywoman", + "vesture", + "vesuvian", + "vesuvianite", + "vesuvius", + "vet", + "vetch", + "vetchling", + "vetchworm", + "veteran", + "veteran_soldier", + "veterans'_day", + "veterans_day", + "veterans_of_foreign_wars", + "veterinarian", + "veterinary", + "veterinary_medicine", + "veterinary_school", + "veterinary_surgeon", + "vetluga", + "vetluga_river", + "veto", + "vexation", + "vexatious_litigation", + "vexer", + "vfw", + "vhf", + "vi", + "via_media", + "viability", + "viaduct", + "viagra", + "vial", + "viand", + "viands", + "viatical_settlement", + "viatication", + "viaticus", + "viaticus_settlement", + "vibe", + "vibes", + "vibist", + "viborg", + "vibraharp", + "vibramycin", + "vibrancy", + "vibraphone", + "vibraphonist", + "vibrating_reed", + "vibration", + "vibrato", + "vibrator", + "vibrio", + "vibrio_comma", + "vibrio_fetus", + "vibrion", + "vibrissa", + "viburnum", + "viburnum_dentatum", + "viburnum_lantana", + "viburnum_opulus", + "viburnum_prunifolium", + "viburnum_recognitum", + "viburnum_trilobum", + "vicar", + "vicar-general", + "vicar_apostolic", + "vicar_of_christ", + "vicarage", + "vicariate", + "vicarship", + "viccinium_membranaceum", + "viccinium_myrtillus", + "vice", + "vice-presidency", + "vice-presidential_term", + "vice-regent", + "vice_admiral", + "vice_chairman", + "vice_chancellor", + "vice_crime", + "vice_president", + "vice_president_of_the_united_states", + "vice_squad", + "vicegerent", + "vicente_lopez", + "vicereine", + "viceroy", + "viceroyalty", + "viceroyship", + "vichy", + "vichy_water", + "vichyssoise", + "vicia", + "vicia_cracca", + "vicia_faba", + "vicia_orobus", + "vicia_sativa", + "vicia_sepium", + "vicia_villosa", + "vicinity", + "vicious_circle", + "vicious_cycle", + "viciousness", + "vicissitude", + "vicksburg", + "vicomte_de_chateaubriand", + "vicomte_ferdinand_marie_de_lesseps", + "victim", + "victimisation", + "victimiser", + "victimization", + "victimizer", + "victimless_crime", + "victor", + "victor-marie_hugo", + "victor_emanuel_ii", + "victor_emanuel_iii", + "victor_franz_hess", + "victor_herbert", + "victor_hess", + "victor_horta", + "victor_hugo", + "victoria", + "victoria_clafin_woodhull", + "victoria_cross", + "victoria_day", + "victoria_de_durango", + "victoria_falls", + "victoria_land", + "victoria_nyanza", + "victoria_plum", + "victoria_sandwich", + "victoria_sponge", + "victorian", + "victorian_age", + "victorian_architecture", + "victoriana", + "victory", + "victory_celebration", + "victory_day", + "victory_garden", + "victory_lap", + "victrola", + "victual", + "victualer", + "victualler", + "victuals", + "vicugna", + "vicugna_vicugna", + "vicuna", + "vidal", + "vidalia", + "vidalia_onion", + "vidar", + "video", + "video_digitizing", + "video_display", + "video_equipment", + "video_game", + "video_ipod", + "video_recording", + "videocassette", + "videocassette_recorder", + "videodisc", + "videodisk", + "videotape", + "vidua", + "vienna", + "vienna_roll", + "vienna_sausage", + "vienne", + "vientiane", + "vieques", + "viet_nam", + "vietnam", + "vietnam_war", + "vietnamese", + "vietnamese_monetary_unit", + "view", + "view_angle", + "view_finder", + "viewer", + "viewers", + "viewfinder", + "viewgraph", + "viewing", + "viewing_audience", + "viewpoint", + "vigdis_finnbogadottir", + "vigee-lebrun", + "vigil", + "vigil_candle", + "vigil_light", + "vigilance", + "vigilance_committee", + "vigilance_man", + "vigilante", + "vigilantism", + "vigna", + "vigna_aconitifolia", + "vigna_angularis", + "vigna_caracalla", + "vigna_radiata", + "vigna_sesquipedalis", + "vigna_sinensis", + "vigna_unguiculata", + "vigna_unguiculata_sesquipedalis", + "vignette", + "vigor", + "vigorish", + "vigour", + "vii", + "viii", + "viking", + "viktor_korchnoi", + "viktor_lvovich_korchnoi", + "viktor_vasarely", + "vila", + "vileness", + "vilfredo_pareto", + "vilification", + "vilifier", + "villa", + "villa-lobos", + "villa_hermosa", + "village", + "village_green", + "villager", + "villahermosa", + "villain", + "villainage", + "villainess", + "villainousness", + "villainy", + "villard", + "villein", + "villeinage", + "villoma", + "villon", + "villus", + "vilna", + "vilnius", + "vilno", + "vim", + "viminaria", + "viminaria_denudata", + "viminaria_juncea", + "vin_ordinaire", + "vina_del_mar", + "vinaigrette", + "vinblastine", + "vinca", + "vinca_major", + "vinca_minor", + "vinca_rosea", + "vincent's_angina", + "vincent's_infection", + "vincent_van_gogh", + "vincenzo_bellini", + "vincetoxicum", + "vincetoxicum_hirsutum", + "vincetoxicum_negrum", + "vincristine", + "vindication", + "vindicator", + "vindictiveness", + "vine", + "vine_cactus", + "vine_maple", + "vine_snake", + "vinegar", + "vinegar_eel", + "vinegar_fly", + "vinegar_joe_stilwell", + "vinegar_tree", + "vinegar_worm", + "vinegariness", + "vinegarishness", + "vinegarroon", + "vinegarweed", + "vinery", + "vineyard", + "vingt-et-un", + "viniculture", + "vinifera", + "vinifera_grape", + "vinification", + "vino", + "vinogradoff", + "vinson", + "vintage", + "vintager", + "vintner", + "vinyl", + "vinyl_cyanide", + "vinyl_ether", + "vinyl_group", + "vinyl_polymer", + "vinyl_radical", + "vinyl_resin", + "vinylbenzene", + "vinylite", + "viocin", + "viol", + "viola", + "viola_arvensis", + "viola_blanda", + "viola_canadensis", + "viola_canina", + "viola_clef", + "viola_conspersa", + "viola_cornuta", + "viola_d'amore", + "viola_da_braccio", + "viola_da_gamba", + "viola_ocellata", + "viola_odorata", + "viola_pedata", + "viola_pubescens", + "viola_reichenbachiana", + "viola_rostrata", + "viola_striata", + "viola_sylvatica", + "viola_tricolor", + "viola_tricolor_hortensis", + "violaceae", + "violation", + "violator", + "violence", + "violent_death", + "violent_disorder", + "violent_storm", + "violent_stream", + "violet", + "violet-flowered_petunia", + "violet_family", + "violet_suksdorfia", + "violet_wood_sorrel", + "violin", + "violin_bow", + "violin_family", + "violin_lesson", + "violin_maker", + "violin_section", + "violinist", + "violist", + "violoncellist", + "violoncello", + "viomycin", + "viorna_baldwinii", + "viosterol", + "vioxx", + "vip", + "viper", + "viper's_bugloss", + "viper's_grass", + "vipera", + "vipera_aspis", + "vipera_berus", + "viperidae", + "viperine_grass_snake", + "viracept", + "viraemia", + "virago", + "viral_delivery_vector", + "viral_haemorrhagic_fever", + "viral_hemorrhagic_fever", + "viral_hepatitis", + "viral_infection", + "viral_pneumonia", + "viramune", + "virazole", + "virchow", + "viremia", + "vireo", + "vireo_olivaceous", + "vireo_solitarius", + "vireo_solitarius_solitarius", + "vireonidae", + "virga", + "virgil", + "virgil_garnett_thomson", + "virgil_thomson", + "virgilia", + "virgilia_capensis", + "virgilia_divaricata", + "virgilia_oroboides", + "virgin", + "virgin's_bower", + "virgin_birth", + "virgin_forest", + "virgin_islands", + "virgin_islands_national_park", + "virgin_mary", + "virgin_wool", + "virginal", + "virginal_membrane", + "virginia", + "virginia_beach", + "virginia_bluebell", + "virginia_chain_fern", + "virginia_cowslip", + "virginia_creeper", + "virginia_crownbeard", + "virginia_deer", + "virginia_fence", + "virginia_ham", + "virginia_katherine_mcmath", + "virginia_mallow", + "virginia_mcmath", + "virginia_oyster", + "virginia_pine", + "virginia_reel", + "virginia_serpentaria", + "virginia_serpentary", + "virginia_snakeroot", + "virginia_spring_beauty", + "virginia_stock", + "virginia_strawberry", + "virginia_thimbleweed", + "virginia_wade", + "virginia_waterleaf", + "virginia_woolf", + "virginian", + "virginian_stock", + "virginian_sumac", + "virginian_witch_hazel", + "virginity", + "virgo", + "virgo_the_virgin", + "virgule", + "viricide", + "viridity", + "virilisation", + "virilism", + "virility", + "virility_drug", + "virilization", + "virino", + "virion", + "viroid", + "virologist", + "virology", + "virtu", + "virtual_image", + "virtual_memory", + "virtual_reality", + "virtual_storage", + "virtue", + "virtuosity", + "virtuoso", + "virtuousness", + "virucide", + "virulence", + "virulency", + "virus", + "virus_infection", + "virusoid", + "vis-a-vis", + "vis_major", + "visa", + "visage", + "visayan", + "visayan_islands", + "viscaceae", + "viscacha", + "viscera", + "visceral_brain", + "visceral_leishmaniasis", + "visceral_pericardium", + "visceral_pleura", + "viscid_mushroom", + "viscidity", + "viscidness", + "viscometer", + "viscometry", + "visconti", + "viscose", + "viscose_rayon", + "viscosimeter", + "viscosimetry", + "viscosity", + "viscount", + "viscount_nelson", + "viscount_northcliffe", + "viscount_st._albans", + "viscountcy", + "viscountess", + "viscountess_astor", + "viscounty", + "viscousness", + "viscum", + "viscum_album", + "viscus", + "vise", + "vishnu", + "vishnuism", + "visibility", + "visible_balance", + "visible_horizon", + "visible_light", + "visible_radiation", + "visible_spectrum", + "visible_speech", + "visibleness", + "visigoth", + "vision", + "vision_defect", + "visionary", + "visit", + "visitant", + "visitation", + "visitation_right", + "visiting", + "visiting_card", + "visiting_fireman", + "visiting_nurse", + "visiting_professor", + "visitor", + "visken", + "visor", + "vista", + "vistaril", + "vistula", + "vistula_river", + "visual_acuity", + "visual_agnosia", + "visual_aphasia", + "visual_area", + "visual_aspect", + "visual_cell", + "visual_communication", + "visual_cortex", + "visual_defect", + "visual_disorder", + "visual_display_unit", + "visual_field", + "visual_hallucination", + "visual_image", + "visual_impairment", + "visual_joke", + "visual_modality", + "visual_percept", + "visual_perception", + "visual_property", + "visual_purple", + "visual_range", + "visual_sensation", + "visual_sense", + "visual_signal", + "visual_space", + "visual_system", + "visualisation", + "visualiser", + "visualization", + "visualizer", + "visually_impaired_person", + "vitaceae", + "vital_capacity", + "vital_force", + "vital_organ", + "vital_principle", + "vital_sign", + "vital_statistics", + "vitalisation", + "vitaliser", + "vitalism", + "vitalist", + "vitality", + "vitalization", + "vitalizer", + "vitalness", + "vitals", + "vitamin", + "vitamin-deficiency_diet", + "vitamin_a", + "vitamin_a1", + "vitamin_a2", + "vitamin_b", + "vitamin_b1", + "vitamin_b12", + "vitamin_b2", + "vitamin_b6", + "vitamin_b_complex", + "vitamin_bc", + "vitamin_c", + "vitamin_d", + "vitamin_e", + "vitamin_g", + "vitamin_h", + "vitamin_k", + "vitamin_k1", + "vitamin_k3", + "vitamin_m", + "vitamin_p", + "vitamin_pill", + "vitelline_circulation", + "vitelline_sac", + "vitellus", + "vithar", + "vitharr", + "viti_levu", + "vitiation", + "viticulture", + "viticulturist", + "vitidaceae", + "vitiligo", + "vitis", + "vitis_labrusca", + "vitis_rotundifolia", + "vitis_vinifera", + "vitrectomy", + "vitreous_body", + "vitreous_humor", + "vitreous_humour", + "vitreous_silica", + "vitrification", + "vitrine", + "vitriol", + "vittaria", + "vittaria_lineata", + "vittariaceae", + "vittorio_de_sica", + "vituperation", + "vitus", + "vitus_behring", + "vitus_bering", + "viva", + "viva_voce", + "vivacity", + "vivaldi", + "vivarium", + "viverra", + "viverra_zibetha", + "viverricula", + "viverricula_indica", + "viverricula_malaccensis", + "viverridae", + "viverrinae", + "viverrine", + "viverrine_mammal", + "vividness", + "vivien_leigh", + "vivification", + "viviparous_eelpout", + "vivisection", + "vivisectionist", + "vixen", + "viyella", + "vizcaino", + "vizier", + "viziership", + "vizor", + "vizsla", + "vladimir_horowitz", + "vladimir_ilich_lenin", + "vladimir_ilich_ulyanov", + "vladimir_ilyich_lenin", + "vladimir_ilyich_ulyanov", + "vladimir_kosma_zworykin", + "vladimir_lenin", + "vladimir_nabokov", + "vladimir_putin", + "vladimir_vladimirovich_mayakovski", + "vladimir_vladimirovich_nabokov", + "vladimir_vladimirovich_putin", + "vladivostok", + "vlaminck", + "vldl", + "vlf", + "vocable", + "vocabulary", + "vocal", + "vocal_band", + "vocal_cord", + "vocal_fold", + "vocal_music", + "vocal_organ", + "vocalisation", + "vocaliser", + "vocalism", + "vocalist", + "vocalization", + "vocalizer", + "vocalizing", + "vocation", + "vocational_education", + "vocational_program", + "vocational_rehabilitation", + "vocational_rehabilitation_program", + "vocational_school", + "vocational_training", + "vocative", + "vocative_case", + "vociferation", + "vociferator", + "vodka", + "vodka_martini", + "vodoun", + "vogue", + "vogul", + "voice", + "voice_box", + "voice_communication", + "voice_mail", + "voice_of_conscience", + "voice_over", + "voice_part", + "voiced_sound", + "voiceless_consonant", + "voicelessness", + "voicemail", + "voiceprint", + "voicer", + "voicing", + "void", + "voidance", + "voider", + "voiding", + "voile", + "voix_celeste", + "vol-au-vent", + "volaille", + "volans", + "volapuk", + "volary", + "volatile", + "volatile_oil", + "volatile_storage", + "volatility", + "volcan_de_colima", + "volcanic_crater", + "volcanic_eruption", + "volcanic_glass", + "volcanic_rock", + "volcanism", + "volcano", + "volcano_islands", + "volcanology", + "vole", + "volga", + "volga_river", + "volgaic", + "volgograd", + "volition", + "volkhov", + "volkhov_river", + "volley", + "volleyball", + "volleyball_court", + "volleyball_game", + "volleyball_net", + "volleyball_player", + "volt", + "volt-ampere", + "volta", + "voltage", + "voltage_divider", + "voltage_drop", + "voltage_regulator", + "voltaic", + "voltaic_battery", + "voltaic_cell", + "voltaic_pile", + "voltaire", + "voltaren", + "volte-face", + "voltmeter", + "volubility", + "volume", + "volume-detonation_bomb", + "volume_unit", + "volumeter", + "volumetric_analysis", + "voluminosity", + "voluminousness", + "volund", + "voluntary", + "voluntary_muscle", + "volunteer", + "volunteer_state", + "voluptuary", + "voluptuousness", + "volute", + "volute_spring", + "volution", + "volva", + "volvaria", + "volvaria_bombycina", + "volvariaceae", + "volvariella", + "volvariella_bombycina", + "volvariella_volvacea", + "volvocaceae", + "volvocales", + "volvox", + "volvulus", + "vombatidae", + "vomer", + "vomit", + "vomiter", + "vomiting", + "vomitive", + "vomitory", + "vomitus", + "von_bismarck", + "von_blucher", + "von_braun", + "von_mauser", + "von_neumann", + "von_neumann_machine", + "von_recklinghausen's_disease", + "von_rundstedt", + "von_sternberg", + "von_willebrand", + "von_willebrand's_disease", + "vonnegut", + "voodoo", + "voodooism", + "voraciousness", + "voracity", + "vortex", + "vortex_vein", + "vorticella", + "vorticose_vein", + "votary", + "vote", + "vote_counter", + "vote_of_confidence", + "voter", + "voter_turnout", + "voting", + "voting_age", + "voting_booth", + "voting_machine", + "voting_precinct", + "voting_right", + "voting_stock", + "voting_system", + "voting_trust", + "votyak", + "vouchee", + "voucher", + "vouge", + "voussoir", + "vouvray", + "vow", + "vowel", + "vowel_point", + "vowel_rhyme", + "vowel_sound", + "vowel_system", + "vower", + "vox", + "vox_angelica", + "vox_humana", + "vox_populi", + "voyage", + "voyager", + "voyageurs_national_park", + "voyeur", + "voyeurism", + "voznesenski", + "vroom", + "vt", + "vuillard", + "vulcan", + "vulcanisation", + "vulcaniser", + "vulcanite", + "vulcanization", + "vulcanized_fiber", + "vulcanizer", + "vulcanology", + "vulgar_latin", + "vulgarian", + "vulgarisation", + "vulgariser", + "vulgarism", + "vulgarity", + "vulgarization", + "vulgarizer", + "vulgate", + "vulnerability", + "vulpecula", + "vulpes", + "vulpes_fulva", + "vulpes_macrotis", + "vulpes_velox", + "vulpes_vulpes", + "vultur", + "vultur_gryphus", + "vulture", + "vulva", + "vulvar_slit", + "vulvectomy", + "vulvitis", + "vulvovaginitis", + "vx_gas", + "vyacheslav_mikhailovich_molotov", + "w", + "w._b._yeats", + "w._c._fields", + "w._c._handy", + "w._e._b._du_bois", + "w._h._auden", + "w._h._hudson", + "w._k._kellogg", + "w._somerset_maugham", + "w._v._quine", + "w._w._jacobs", + "w.c.", + "w.m.d.", + "wa", + "wabash", + "wabash_river", + "wac", + "wacko", + "waco", + "wad", + "wadding", + "waddle", + "waddler", + "wade", + "wader", + "waders", + "wadi", + "wading", + "wading_bird", + "wading_pool", + "wads", + "wafer", + "waffle", + "waffle_iron", + "waffler", + "waft", + "wafture", + "wag", + "wage", + "wage_claim", + "wage_concession", + "wage_earner", + "wage_floor", + "wage_freeze", + "wage_hike", + "wage_increase", + "wage_scale", + "wage_schedule", + "wage_setter", + "wager", + "wagerer", + "wages", + "wagga_wagga", + "waggery", + "waggishness", + "waggle", + "waggon", + "waggoner", + "waggonwright", + "wagner", + "wagnerian", + "wagon", + "wagon-lit", + "wagon_tire", + "wagon_train", + "wagon_wheel", + "wagoner", + "wagonwright", + "wagram", + "wagtail", + "wahabi", + "wahabism", + "wahhabi", + "wahhabism", + "wahoo", + "wahunsonacock", + "wahvey", + "waif", + "waikiki", + "wail", + "wailer", + "wailing", + "wailing_wall", + "wain", + "wainscot", + "wainscoting", + "wainscotting", + "wainwright", + "waist", + "waist_anchor", + "waist_pack", + "waistband", + "waistcloth", + "waistcoat", + "waistline", + "wait", + "waite", + "waiter", + "waiter's_assistant", + "waiting", + "waiting_area", + "waiting_game", + "waiting_line", + "waiting_list", + "waiting_room", + "waitress", + "waiver", + "wajda", + "wakashan", + "wakashan_language", + "wake", + "wake-robin", + "wake-up_call", + "wake-up_signal", + "wake_board", + "wake_island", + "wakeboard", + "wakefulness", + "wakening", + "waker", + "waking", + "waking_up", + "walapai", + "walbiri", + "waldenses", + "waldheim", + "waldmeister", + "waldorf_salad", + "wale", + "wales", + "walesa", + "walhalla", + "walk", + "walk-in", + "walk-on", + "walk-through", + "walk-up", + "walk-up_apartment", + "walk_of_life", + "walkabout", + "walkaway", + "walker", + "walker_foxhound", + "walker_hound", + "walker_percy", + "walker_smith", + "walkie-talkie", + "walking", + "walking_delegate", + "walking_fern", + "walking_horse", + "walking_leaf", + "walking_on_air", + "walking_papers", + "walking_shoe", + "walking_stick", + "walkingstick", + "walkman", + "walkout", + "walkover", + "walkway", + "walky-talky", + "wall", + "wall-paperer", + "wall_barley", + "wall_bracket", + "wall_clock", + "wall_creeper", + "wall_fern", + "wall_germander", + "wall_hanging", + "wall_of_silence", + "wall_painting", + "wall_panel", + "wall_pellitory", + "wall_pepper", + "wall_plate", + "wall_plug", + "wall_rock", + "wall_rocket", + "wall_rue", + "wall_rue_spleenwort", + "wall_socket", + "wall_st.", + "wall_street", + "wall_tent", + "wall_unit", + "walla_walla", + "wallaby", + "wallace", + "wallace_carothers", + "wallace_hume_carothers", + "wallace_stevens", + "wallah", + "wallboard", + "wallenstein", + "waller", + "wallet", + "walleye", + "walleyed_pike", + "wallflower", + "wallis_warfield_simpson", + "wallis_warfield_windsor", + "walloon", + "walloons", + "wallop", + "walloper", + "walloping", + "wallow", + "wallpaper", + "wallpaperer", + "wally", + "walnut", + "walnut_blight", + "walnut_family", + "walnut_oil", + "walnut_tree", + "walpole", + "walpurgis_night", + "walrus", + "walrus_moustache", + "walrus_mustache", + "walt_disney", + "walt_disney_world", + "walt_whitman", + "walt_whitman_bridge", + "walter", + "walter_de_la_mare", + "walter_elias_disney", + "walter_gropius", + "walter_hess", + "walter_john_de_la_mare", + "walter_lippmann", + "walter_mitty", + "walter_piston", + "walter_ralegh", + "walter_raleigh", + "walter_reed", + "walter_rudolf_hess", + "walter_scott", + "walter_william_skeat", + "walther_hermann_nernst", + "walther_richard_rudolf_hess", + "walton", + "waltz", + "waltzer", + "wampanoag", + "wampee", + "wampum", + "wampumpeag", + "wan", + "wanamaker", + "wand", + "wanda_landowska", + "wandala", + "wanderer", + "wandering", + "wandering_albatross", + "wandering_jew", + "wandering_nerve", + "wanderlust", + "wandflower", + "wane", + "wangle", + "wangler", + "wangling", + "waning", + "wank", + "wankel_engine", + "wankel_rotary_engine", + "wanker", + "wannabe", + "wannabee", + "wanness", + "want", + "want_ad", + "wanted_notice", + "wanted_poster", + "wanter", + "wanton", + "wantonness", + "wapiti", + "war", + "war_admiral", + "war_advocacy", + "war_baby", + "war_between_the_states", + "war_bride", + "war_chest", + "war_cloud", + "war_correspondent", + "war_crime", + "war_criminal", + "war_cry", + "war_dance", + "war_department", + "war_game", + "war_god", + "war_hawk", + "war_machine", + "war_of_1812", + "war_of_american_independence", + "war_of_greek_independence", + "war_of_nerves", + "war_of_the_austrian_succession", + "war_of_the_grand_alliance", + "war_of_the_league_of_augsburg", + "war_of_the_roses", + "war_of_the_spanish_succession", + "war_paint", + "war_party", + "war_power", + "war_room", + "war_secretary", + "war_to_end_war", + "war_vessel", + "war_whoop", + "war_widow", + "war_zone", + "waratah", + "warble", + "warble_fly", + "warbler", + "warburg", + "ward", + "ward-heeler", + "warden", + "wardenship", + "warder", + "wardership", + "wardress", + "wardrobe", + "wardroom", + "ware", + "warehouse", + "warehouseman", + "warehouseman's_lien", + "warehouser", + "warehousing", + "warfare", + "warfarin", + "warhead", + "warhol", + "warhorse", + "wariness", + "warji", + "warlock", + "warlord", + "warlpiri", + "warm-up", + "warm_front", + "warmer", + "warmheartedness", + "warming", + "warming_pan", + "warmness", + "warmonger", + "warmongering", + "warmth", + "warner", + "warning", + "warning_bell", + "warning_coloration", + "warning_device", + "warning_light", + "warning_of_attack", + "warning_of_war", + "warning_signal", + "warp", + "warpath", + "warping", + "warplane", + "warragal", + "warrant", + "warrant_officer", + "warrantee", + "warranter", + "warrantor", + "warranty", + "warren", + "warren_burger", + "warren_e._burger", + "warren_earl_burger", + "warren_gamaliel_harding", + "warren_harding", + "warrener", + "warrigal", + "warrior", + "wars_of_the_roses", + "warsaw", + "warship", + "warszawa", + "wart", + "warthog", + "wartime", + "wartweed", + "wartwort", + "warwick", + "wasabi", + "wash", + "wash-and-wear", + "wash-hand_basin", + "wash-hand_stand", + "wash_drawing", + "wash_leather", + "wash_room", + "washables", + "washbasin", + "washboard", + "washbowl", + "washcloth", + "washday", + "washer", + "washerman", + "washerwoman", + "washhouse", + "washing", + "washing-up", + "washing_day", + "washing_machine", + "washing_powder", + "washing_soda", + "washington", + "washington's_birthday", + "washington_d.c.", + "washington_irving", + "washington_monument", + "washingtonian", + "washout", + "washrag", + "washroom", + "washstand", + "washtub", + "washup", + "washwoman", + "waslaw_nijinsky", + "wasp", + "wasp's_nest", + "wasp_waist", + "wasps'_nest", + "wassail", + "wassailer", + "wasserman_reaction", + "wassermann", + "wassermann_test", + "wassily_kandinski", + "wassily_kandinsky", + "wassily_leontief", + "wastage", + "waste", + "waste-paper_basket", + "waste-yard", + "waste_basket", + "waste_material", + "waste_matter", + "waste_of_effort", + "waste_of_energy", + "waste_of_material", + "waste_of_money", + "waste_of_time", + "waste_paper", + "waste_pipe", + "waste_product", + "wastebasket", + "wastebin", + "wastefulness", + "wasteland", + "wastepaper_basket", + "waster", + "wastewater", + "wasteweir", + "wasteyard", + "wasting", + "wasting_away", + "wasting_disease", + "wastrel", + "watch", + "watch_bracelet", + "watch_cap", + "watch_case", + "watch_chain", + "watch_crystal", + "watch_fire", + "watch_glass", + "watch_guard", + "watch_key", + "watch_night", + "watch_pocket", + "watchband", + "watchdog", + "watcher", + "watchfulness", + "watching", + "watchmaker", + "watchman", + "watchstrap", + "watchtower", + "watchword", + "water", + "water-base_paint", + "water-color", + "water-colour", + "water-cooled_reactor", + "water-lily_family", + "water-milfoil_family", + "water-mint", + "water-plantain_family", + "water-rate", + "water-shield", + "water-shield_family", + "water-skiing", + "water-soluble_vitamin", + "water-target", + "water_arum", + "water_avens", + "water_back", + "water_bearer", + "water_bed", + "water_beetle", + "water_birch", + "water_bird", + "water_biscuit", + "water_bitternut", + "water_blister", + "water_boatman", + "water_bottle", + "water_boy", + "water_buffalo", + "water_bug", + "water_butt", + "water_buttercup", + "water_cabbage", + "water_caltrop", + "water_cannon", + "water_carpet", + "water_cart", + "water_chestnut", + "water_chestnut_plant", + "water_chevrotain", + "water_chickweed", + "water_chinquapin", + "water_chute", + "water_clock", + "water_closet", + "water_clover", + "water_company", + "water_conservation", + "water_cooler", + "water_crowfoot", + "water_deer", + "water_development", + "water_dog", + "water_dragon", + "water_dropwort", + "water_elm", + "water_faucet", + "water_fennel", + "water_fern", + "water_filter", + "water_finder", + "water_flaxseed", + "water_flea", + "water_fountain", + "water_gage", + "water_gap", + "water_gas", + "water_gate", + "water_gauge", + "water_gillyflower", + "water_glass", + "water_gum", + "water_gun", + "water_hammer", + "water_hazard", + "water_heater", + "water_hemlock", + "water_hen", + "water_hickory", + "water_hole", + "water_horehound", + "water_horsetail", + "water_hyacinth", + "water_ice", + "water_jacket", + "water_jug", + "water_jump", + "water_lemon", + "water_lettuce", + "water_level", + "water_lily", + "water_line", + "water_lobelia", + "water_locust", + "water_main", + "water_mat", + "water_meter", + "water_milfoil", + "water_mill", + "water_mint", + "water_moccasin", + "water_mold", + "water_nymph", + "water_oak", + "water_of_crystallisation", + "water_of_crystallization", + "water_of_hydration", + "water_on_the_knee", + "water_orchid", + "water_ouzel", + "water_ox", + "water_parsnip", + "water_parting", + "water_pill", + "water_pimpernel", + "water_pipe", + "water_pistol", + "water_plant", + "water_plantain", + "water_pollution", + "water_polo", + "water_pore", + "water_program", + "water_project", + "water_pump", + "water_rat", + "water_right", + "water_sapphire", + "water_scooter", + "water_scorpion", + "water_shamrock", + "water_shrew", + "water_skater", + "water_ski", + "water_skin", + "water_snake", + "water_softener", + "water_spaniel", + "water_speedwell", + "water_spirit", + "water_sport", + "water_sprite", + "water_star_grass", + "water_starwort", + "water_stoma", + "water_strider", + "water_supply", + "water_system", + "water_table", + "water_tank", + "water_tap", + "water_thrush", + "water_tower", + "water_travel", + "water_trumpet", + "water_turkey", + "water_under_the_bridge", + "water_vapor", + "water_vapour", + "water_vascular_system", + "water_violet", + "water_vole", + "water_waggon", + "water_wagon", + "water_wheel", + "water_wings", + "water_witch", + "water_yam", + "waterbird", + "waterbuck", + "waterbury", + "watercannon", + "watercolor", + "watercolorist", + "watercolour", + "watercolourist", + "watercourse", + "watercraft", + "watercress", + "waterdog", + "watered-silk", + "watered_stock", + "waterer", + "waterfall", + "waterfinder", + "waterford", + "waterfowl", + "waterfront", + "watergate", + "watergate_scandal", + "waterhouse-friderichsen_syndrome", + "wateriness", + "watering", + "watering_can", + "watering_cart", + "watering_hole", + "watering_place", + "watering_pot", + "waterleaf", + "waterleaf_family", + "waterlessness", + "waterline", + "waterloo", + "waterman", + "watermark", + "watermeal", + "watermelon", + "watermelon_begonia", + "watermelon_vine", + "waterpower", + "waterproof", + "waterproofing", + "waters", + "waterscape", + "watershed", + "waterside", + "waterskin", + "waterspout", + "watertown", + "waterway", + "waterweed", + "waterwheel", + "waterwheel_plant", + "waterworks", + "wats", + "wats_line", + "watson", + "watt", + "watt-hour", + "watt_second", + "wattage", + "watteau", + "wattle", + "wattle_and_daub", + "wattmeter", + "watts", + "watusi", + "watutsi", + "waugh", + "wausau", + "wave", + "wave-off", + "wave-particle_duality", + "wave_angle", + "wave_equation", + "wave_form", + "wave_front", + "wave_guide", + "wave_mechanics", + "wave_number", + "wave_shape", + "wave_theory", + "wave_theory_of_light", + "wave_train", + "waveband", + "waveform", + "wavefront", + "waveguide", + "wavelength", + "wavelet", + "wavell", + "waver", + "waverer", + "wavering", + "waviness", + "waving", + "wavy-leaved_aster", + "waw", + "wax", + "wax-chandler", + "wax-myrtle_family", + "wax_bean", + "wax_begonia", + "wax_crayon", + "wax_figure", + "wax_insect", + "wax_light", + "wax_mallow", + "wax_moth", + "wax_myrtle", + "wax_palm", + "wax_paper", + "wax_plant", + "waxberry", + "waxflower", + "waxiness", + "waxing", + "waxmallow", + "waxwing", + "waxwork", + "waxycap", + "way", + "way_of_life", + "way_out", + "way_station", + "waybill", + "wayfarer", + "wayfaring", + "wayfaring_tree", + "wayland", + "wayland_the_smith", + "wayne", + "wayne_gretzky", + "ways", + "ways_and_means", + "ways_and_means_committee", + "wayside", + "wb", + "wbc", + "wbn", + "wbs", + "weak_force", + "weak_interaction", + "weak_part", + "weak_point", + "weak_spot", + "weakener", + "weakening", + "weakfish", + "weakling", + "weakly_interacting_massive_particle", + "weakness", + "weal", + "weald", + "wealth", + "wealthiness", + "wealthy_man", + "wealthy_person", + "weaning", + "weapon", + "weapon-grade_plutonium", + "weapon_of_mass_destruction", + "weapon_system", + "weaponry", + "weapons_carrier", + "weapons_emplacement", + "weapons_platform", + "weapons_plutonium", + "weapons_system", + "wear", + "wear_and_tear", + "wearable", + "wearer", + "weariness", + "wearing", + "wearing_apparel", + "wearing_away", + "weary_willie", + "weasel", + "weasel_word", + "weather", + "weather_bureau", + "weather_chart", + "weather_condition", + "weather_deck", + "weather_eye", + "weather_forecast", + "weather_forecaster", + "weather_forecasting", + "weather_map", + "weather_outlook", + "weather_radar", + "weather_satellite", + "weather_sheet", + "weather_ship", + "weather_side", + "weather_station", + "weather_strip", + "weather_stripping", + "weather_vane", + "weatherboard", + "weatherboarding", + "weathercock", + "weatherglass", + "weatherliness", + "weatherman", + "weatherstrip", + "weatherstripping", + "weathervane", + "weave", + "weaver", + "weaver's_broom", + "weaver's_hitch", + "weaver's_knot", + "weaver_finch", + "weaverbird", + "weaving", + "web", + "web-spinning_mite", + "web-toed_salamander", + "web_browser", + "web_log", + "web_map_server", + "web_map_service", + "web_page", + "web_site", + "web_spinner", + "webb", + "webbed_foot", + "webbing", + "webbing_clothes_moth", + "webbing_moth", + "webcam", + "weber", + "weber's_law", + "weber-fechner_law", + "webfoot", + "webmaster", + "webpage", + "website", + "webster", + "webworm", + "webworm_moth", + "wed", + "weddell_sea", + "wedding", + "wedding_anniversary", + "wedding_band", + "wedding_cake", + "wedding_ceremony", + "wedding_chest", + "wedding_day", + "wedding_dress", + "wedding_gift", + "wedding_gown", + "wedding_guest", + "wedding_licence", + "wedding_license", + "wedding_march", + "wedding_night", + "wedding_party", + "wedding_picture", + "wedding_present", + "wedding_reception", + "wedding_ring", + "wedge", + "wedge_bone", + "wedge_heel", + "wedge_shape", + "wedgie", + "wedgwood", + "wedlock", + "wednesday", + "wee", + "wee_small_voice", + "weed", + "weed-whacker", + "weed_killer", + "weeder", + "weedkiller", + "weeds", + "week", + "week_from_monday", + "weekday", + "weekend", + "weekend_warrior", + "weekender", + "weekly", + "weeknight", + "weeness", + "weenie", + "weenie_roast", + "weeper", + "weepiness", + "weeping", + "weeping_beech", + "weeping_love_grass", + "weeping_spruce", + "weeping_tree_broom", + "weeping_willow", + "weevil", + "weewee", + "weft", + "wegener", + "wei", + "wei_dynasty", + "weigela", + "weigela_florida", + "weighbridge", + "weigher", + "weighing", + "weighing_machine", + "weight", + "weight_gainer", + "weight_gaining", + "weight_unit", + "weightiness", + "weighting", + "weightlessness", + "weightlift", + "weightlifter", + "weightlifting", + "weil", + "weil's_disease", + "weill", + "weimar", + "weimar_republic", + "weimaraner", + "weinberg", + "weir", + "weird", + "weird_sister", + "weirdie", + "weirdness", + "weirdo", + "weirdy", + "weisenheimer", + "weismann", + "weissbier", + "weisshorn", + "weizenbier", + "weizenbock", + "weizmann", + "weka", + "welcher", + "welcome", + "welcome_mat", + "welcome_wagon", + "welcomer", + "welcoming_committee", + "weld", + "welder", + "welder's_mask", + "welding", + "weldment", + "welfare", + "welfare_case", + "welfare_state", + "welfare_work", + "welfare_worker", + "welkin", + "well", + "well-being", + "well-wisher", + "well-wishing", + "well_point", + "well_water", + "wellbeing", + "wellerism", + "welles", + "wellhead", + "wellington", + "wellington_boot", + "wellness", + "wellpoint", + "wells", + "wellspring", + "welsh", + "welsh_black", + "welsh_corgi", + "welsh_onion", + "welsh_pony", + "welsh_poppy", + "welsh_rabbit", + "welsh_rarebit", + "welsh_springer_spaniel", + "welsh_terrier", + "welsher", + "welshman", + "welt", + "weltanschauung", + "welted_thistle", + "welter", + "welterweight", + "weltschmerz", + "welty", + "welwitschia", + "welwitschia_mirabilis", + "welwitschiaceae", + "wembley", + "wen", + "wen-ti", + "wen_ch'ang", + "wench", + "wencher", + "wendy_house", + "werdnig-hoffman_disease", + "werewolf", + "werfel", + "werlhof's_disease", + "werner_karl_heisenberg", + "wernher_magnus_maximilian_von_braun", + "wernher_von_braun", + "wernicke", + "wernicke's_aphasia", + "wernicke's_area", + "wernicke's_center", + "wernicke's_encephalopathy", + "weser", + "weser_river", + "wesley", + "wesleyan", + "wesleyan_methodist_church", + "wesleyan_methodists", + "wesleyanism", + "wesleyism", + "wessex", + "west", + "west-sider", + "west_africa", + "west_african", + "west_bank", + "west_bengal", + "west_berlin", + "west_berliner", + "west_by_north", + "west_by_south", + "west_chadic", + "west_coast", + "west_coast_hemlock", + "west_country", + "west_end", + "west_germanic", + "west_germanic_language", + "west_germany", + "west_highland_white_terrier", + "west_indian", + "west_indian_cherry", + "west_indian_jasmine", + "west_indian_satinwood", + "west_indian_smallpox", + "west_indian_snowberry", + "west_indies", + "west_malaysia", + "west_midland", + "west_nile_encephalitis", + "west_nile_encephalitis_virus", + "west_nile_virus", + "west_northwest", + "west_pakistan", + "west_palm_beach", + "west_point", + "west_saxon", + "west_side", + "west_southwest", + "west_sussex", + "west_tocharian", + "west_virginia", + "west_virginian", + "west_wind", + "west_yorkshire", + "wester", + "westerly", + "western", + "western_australia", + "western_australia_coral_pea", + "western_ax", + "western_axe", + "western_balsam_poplar", + "western_big-eared_bat", + "western_birch", + "western_black-legged_tick", + "western_blackberry", + "western_blind_snake", + "western_box_turtle", + "western_buttercup", + "western_chimpanzee", + "western_chokecherry", + "western_church", + "western_civilization", + "western_coral_snake", + "western_crab_apple", + "western_culture", + "western_dewberry", + "western_diamondback", + "western_diamondback_rattlesnake", + "western_empire", + "western_fence_lizard", + "western_gray_squirrel", + "western_grey_squirrel", + "western_hemisphere", + "western_hemlock", + "western_holly_fern", + "western_honey_mesquite", + "western_islands", + "western_isles", + "western_kingbird", + "western_ladies'_tresses", + "western_larch", + "western_lowland_gorilla", + "western_malayo-polynesian", + "western_meadowlark", + "western_mountain_ash", + "western_mugwort", + "western_narrow-mouthed_toad", + "western_omelet", + "western_paper_birch", + "western_pasqueflower", + "western_pipistrel", + "western_poison_oak", + "western_poppy", + "western_prince's_pine", + "western_ragweed", + "western_rattlesnake", + "western_red-backed_salamander", + "western_red_cedar", + "western_redbud", + "western_ribbon_snake", + "western_roman_empire", + "western_saddle", + "western_sahara", + "western_samoa", + "western_samoan_monetary_unit", + "western_sand_cherry", + "western_sandwich", + "western_saxifrage", + "western_silvery_aster", + "western_skink", + "western_spadefoot", + "western_tamarack", + "western_tanager", + "western_toad", + "western_united_states", + "western_wall_flower", + "western_wheatgrass", + "western_whiptail", + "western_white_pine", + "western_wood_pewee", + "western_yellow_pine", + "western_yew", + "westerner", + "westernisation", + "westernization", + "westinghouse", + "westland_pine", + "westminster", + "westminster_abbey", + "weston", + "weston_cell", + "westward", + "wet", + "wet-bulb_thermometer", + "wet-nurse", + "wet_bar", + "wet_blanket", + "wet_cell", + "wet_dream", + "wet_fly", + "wet_lung", + "wet_nurse", + "wet_suit", + "wetback", + "wether", + "wetland", + "wetness", + "wetnurse", + "wetter", + "wetting", + "wetting_agent", + "weymouth_pine", + "whack", + "whacker", + "whacking", + "whacko", + "whale", + "whale_louse", + "whale_oil", + "whale_shark", + "whale_sucker", + "whaleboat", + "whalebone", + "whalebone_whale", + "whaler", + "whalesucker", + "whaling_gun", + "whaling_ship", + "whammy", + "whang", + "wharf", + "wharf_rat", + "wharfage", + "wharton", + "what_for", + "whatchamacallit", + "whatchamacallum", + "whatnot", + "whatsis", + "wheal", + "wheat", + "wheat-grass", + "wheat_beer", + "wheat_berry", + "wheat_eel", + "wheat_eelworm", + "wheat_field", + "wheat_flag_smut", + "wheat_flour", + "wheat_future", + "wheat_germ", + "wheat_gluten", + "wheat_rust", + "wheat_scab", + "wheatear", + "wheately_elm", + "wheatfield", + "wheatflake", + "wheatgrass", + "wheatley", + "wheatstone", + "wheatstone_bridge", + "wheatworm", + "wheedler", + "wheedling", + "wheel", + "wheel_and_axle", + "wheel_bug", + "wheel_horse", + "wheel_lock", + "wheel_spoke", + "wheel_tree", + "wheelbarrow", + "wheelbase", + "wheelchair", + "wheeled_vehicle", + "wheeler", + "wheeler_dealer", + "wheeler_peak", + "wheelhouse", + "wheeling", + "wheelwork", + "wheelwright", + "wheeze", + "wheeziness", + "whelk", + "whelp", + "whereabouts", + "wherefore", + "wherewithal", + "wherry", + "whetstone", + "whey", + "whicker", + "whidah", + "whiff", + "whiffer", + "whiffletree", + "whig", + "whig_party", + "while", + "whim", + "whimper", + "whimsey", + "whimsicality", + "whimsy", + "whin", + "whinberry", + "whinchat", + "whine", + "whiner", + "whinny", + "whinstone", + "whip", + "whip-round", + "whip-scorpion", + "whip-snake", + "whip_hand", + "whip_scorpion", + "whip_snake", + "whip_top", + "whipcord", + "whiplash", + "whiplash_injury", + "whipped_cream", + "whipper", + "whipper-in", + "whippersnapper", + "whippet", + "whipping", + "whipping_boy", + "whipping_cream", + "whipping_post", + "whipping_top", + "whipple's_penstemon", + "whippletree", + "whippoorwill", + "whipsaw", + "whipsnake", + "whipstitch", + "whipstitching", + "whiptail", + "whiptail_lizard", + "whir", + "whirl", + "whirlaway", + "whirler", + "whirligig", + "whirligig_beetle", + "whirling", + "whirling_dervish", + "whirlpool", + "whirlwind", + "whirlybird", + "whirr", + "whirring", + "whisk", + "whisk_broom", + "whisk_fern", + "whisker", + "whisker_jack", + "whiskers", + "whiskey", + "whiskey_bottle", + "whiskey_jug", + "whiskey_neat", + "whiskey_on_the_rocks", + "whiskey_sour", + "whisky", + "whisky_neat", + "whisky_on_the_rocks", + "whisky_sour", + "whisper", + "whisperer", + "whispering", + "whispering_bells", + "whispering_campaign", + "whispering_dome", + "whispering_gallery", + "whist", + "whist_drive", + "whistle", + "whistle-blower", + "whistle-stop_tour", + "whistle_blower", + "whistle_buoy", + "whistle_stop", + "whistleblower", + "whistler", + "whistling", + "whistling_buoy", + "whistling_marmot", + "whistling_swan", + "whit", + "whit-tuesday", + "whit_leather", + "white", + "white-alder_family", + "white-bellied_swallow", + "white-berry_yew", + "white-breasted_nuthatch", + "white-chinned_petrel", + "white-coat_hypertension", + "white-crowned_sparrow", + "white-faced_hornet", + "white-footed_mouse", + "white-headed_stilt", + "white-heart_hickory", + "white-leaved_rockrose", + "white-lipped_peccary", + "white-man's_foot", + "white-pine_rust", + "white-rayed_mule's_ears", + "white-rumped_shrike", + "white-stemmed_filaree", + "white-tailed_deer", + "white-tailed_jackrabbit", + "white-tailed_kite", + "white-tailed_sea_eagle", + "white-throated_sparrow", + "white-tipped_shark", + "white-topped_aster", + "white_admiral", + "white_alder", + "white_anglo-saxon_protestant", + "white_ant", + "white_arsenic", + "white_ash", + "white_aspen", + "white_avens", + "white_backlash", + "white_baneberry", + "white_basswood", + "white_bead", + "white_bean", + "white_bedstraw", + "white_beech", + "white_beer", + "white_birch", + "white_blood_cell", + "white_blood_corpuscle", + "white_book", + "white_bread", + "white_broom", + "white_bryony", + "white_burgundy", + "white_cake", + "white_camas", + "white_campion", + "white_cedar", + "white_cell", + "white_chocolate", + "white_cinnamon", + "white_cinnamon_tree", + "white_clover", + "white_cockle", + "white_cohosh", + "white_corpuscle", + "white_crappie", + "white_croaker", + "white_currant", + "white_cypress", + "white_cypress_pine", + "white_daisy", + "white_dead_nettle", + "white_dipladenia", + "white_dog's-tooth_violet", + "white_dogtooth_violet", + "white_dwarf", + "white_dwarf_star", + "white_elephant", + "white_elm", + "white_fairy_lantern", + "white_false_indigo", + "white_feather", + "white_feldspar", + "white_fir", + "white_flag", + "white_fox", + "white_friar", + "white_fringed_orchid", + "white_fringed_orchis", + "white_fritillary", + "white_fungus", + "white_globe_lily", + "white_gold", + "white_goods", + "white_heat", + "white_heather", + "white_hellebore", + "white_honeysuckle", + "white_hope", + "white_horehound", + "white_horse", + "white_horse_nettle", + "white_house", + "white_knight", + "white_lead", + "white_lead_ore", + "white_leather", + "white_leg", + "white_lettuce", + "white_lie", + "white_lily", + "white_line", + "white_lotus", + "white_lung", + "white_lupine", + "white_madder", + "white_magic", + "white_maire", + "white_mallee", + "white_mallow", + "white_man", + "white_man's_burden", + "white_mangrove", + "white_marlin", + "white_matsutake", + "white_matter", + "white_meat", + "white_melilot", + "white_metal", + "white_milkweed", + "white_mountain_ash", + "white_mulberry", + "white_mullein", + "white_mullet", + "white_mustard", + "white_nile", + "white_noise", + "white_oak", + "white_onion_sauce", + "white_pages", + "white_paper", + "white_pelican", + "white_people", + "white_pepper", + "white_perch", + "white_person", + "white_pine", + "white_pine_blister_rust", + "white_plague", + "white_popinac", + "white_poplar", + "white_potato", + "white_potato_vine", + "white_pox", + "white_prairie_aster", + "white_race", + "white_rhinoceros", + "white_rice", + "white_river", + "white_rocket", + "white_room", + "white_russia", + "white_russian", + "white_rust", + "white_sage", + "white_sale", + "white_sanicle", + "white_sauce", + "white_sea", + "white_seabass", + "white_separatism", + "white_separatist", + "white_shark", + "white_sheep", + "white_silk-cotton_tree", + "white_slave", + "white_slaver", + "white_slime_mushroom", + "white_snakeroot", + "white_snapdragon", + "white_spanish_broom", + "white_spruce", + "white_squire", + "white_stork", + "white_stringybark", + "white_sturgeon", + "white_supremacist", + "white_supremacy", + "white_sweet_clover", + "white_tai", + "white_tail", + "white_thistle", + "white_tie", + "white_tie_and_tails", + "white_titi", + "white_trash", + "white_trumpet_lily", + "white_turnip", + "white_violet", + "white_vitriol", + "white_walnut", + "white_water", + "white_wax_tree", + "white_whale", + "white_willow", + "white_wine", + "white_wolf", + "white_woman", + "white_wood_aster", + "white_yam", + "white_zinnia", + "whitebait", + "whitebark_pine", + "whitebarked_pine", + "whitecap", + "whitecup", + "whited_sepulcher", + "whited_sepulchre", + "whiteface", + "whitefish", + "whitefly", + "whitehall", + "whitehead", + "whitehorse", + "whitelash", + "whiteman's_foot", + "whitener", + "whiteness", + "whitening", + "whiteout", + "whitetail", + "whitetail_antelope_squirrel", + "whitetail_deer", + "whitetail_jackrabbit", + "whitetail_prairie_dog", + "whitethorn", + "whitethroat", + "whitetip_shark", + "whitewash", + "whitewater", + "whitewood", + "whitey", + "whiting", + "whitlavia", + "whitlow", + "whitlow_grass", + "whitlowwort", + "whitman", + "whitmonday", + "whitney", + "whitney_moore_young_jr.", + "whitney_young", + "whitsun", + "whitsun_monday", + "whitsun_tuesday", + "whitsunday", + "whitsuntide", + "whittier", + "whittle", + "whittler", + "whitweek", + "whiz", + "whiz-kid", + "whizbang", + "whizbang_shell", + "whizz", + "whizz-kid", + "whizzbang", + "who", + "whodunit", + "whole", + "whole-word_method", + "whole_blood", + "whole_caboodle", + "whole_gale", + "whole_kit", + "whole_kit_and_boodle", + "whole_kit_and_caboodle", + "whole_life_insurance", + "whole_meal_bread", + "whole_meal_flour", + "whole_milk", + "whole_name", + "whole_note", + "whole_number", + "whole_rest", + "whole_shebang", + "whole_snipe", + "whole_step", + "whole_to_part_relation", + "whole_tone", + "whole_wheat_bread", + "whole_wheat_flour", + "whole_works", + "wholeheartedness", + "wholeness", + "wholesale", + "wholesale_house", + "wholesale_price_index", + "wholesaler", + "wholesomeness", + "whoop", + "whoopee", + "whooper", + "whooper_swan", + "whooping_cough", + "whooping_crane", + "whoosh", + "whopper", + "whore", + "whoredom", + "whorehouse", + "whoremaster", + "whoremonger", + "whoreson", + "whorl", + "whorled_aster", + "whorled_caraway", + "whorled_loosestrife", + "whorled_milkweed", + "whorlywort", + "whortleberry", + "why", + "whydah", + "wi", + "wicca", + "wiccan", + "wichita", + "wichita_falls", + "wick", + "wickedness", + "wicker", + "wicker_basket", + "wickerwork", + "wicket", + "wicket-keeper", + "wicket_door", + "wicket_gate", + "wickiup", + "wickliffe", + "wickup", + "wiclif", + "wicopy", + "widal's_test", + "widal_test", + "wide-angle_lens", + "wide-body", + "wide-body_aircraft", + "wide_area_network", + "wide_screen", + "wide_wale", + "widebody_aircraft", + "widegrip_pushup", + "wideness", + "widening", + "widgeon", + "widget", + "widow", + "widow's_peak", + "widow's_walk", + "widow's_weeds", + "widow_bird", + "widow_woman", + "widower", + "widowhood", + "widowman", + "width", + "wieland", + "wiener", + "wiener_roast", + "wiener_schnitzel", + "wienerwurst", + "wiesbaden", + "wiesel", + "wiesenboden", + "wiesenthal", + "wife", + "wiffle", + "wiffle_ball", + "wifi", + "wig", + "wig_tree", + "wigeon", + "wigging", + "wiggle", + "wiggle_nail", + "wiggle_room", + "wiggler", + "wiggliness", + "wight", + "wigmaker", + "wigner", + "wigwam", + "wikiup", + "wilbur_wright", + "wild", + "wild-goose_chase", + "wild_angelica", + "wild_apple", + "wild_ass", + "wild_basil", + "wild_bean", + "wild_bergamot", + "wild_bill_hickock", + "wild_blue_yonder", + "wild_boar", + "wild_buckwheat", + "wild_cabbage", + "wild_calla", + "wild_card", + "wild_carrot", + "wild_cavy", + "wild_celery", + "wild_chamomile", + "wild_cherry", + "wild_cherry_tree", + "wild_chervil", + "wild_china_tree", + "wild_cinnamon", + "wild_clary", + "wild_climbing_hempweed", + "wild_coffee", + "wild_cotton", + "wild_crab", + "wild_cranberry", + "wild_crocus", + "wild_dog", + "wild_duck", + "wild_emmer", + "wild_fig", + "wild_flower", + "wild_garlic", + "wild_geranium", + "wild_ginger", + "wild_goat", + "wild_hollyhock", + "wild_hop", + "wild_horse", + "wild_hyacinth", + "wild_hydrangea", + "wild_indigo", + "wild_leek", + "wild_licorice", + "wild_lily_of_the_valley", + "wild_liquorice", + "wild_lupine", + "wild_madder", + "wild_man", + "wild_mandrake", + "wild_mango", + "wild_mango_tree", + "wild_marjoram", + "wild_meadow_lily", + "wild_medlar", + "wild_medlar_tree", + "wild_morning-glory", + "wild_mustard", + "wild_oat", + "wild_oat_grass", + "wild_oats", + "wild_olive", + "wild_onion", + "wild_orange", + "wild_ox", + "wild_pansy", + "wild_parsley", + "wild_parsnip", + "wild_pea", + "wild_peach", + "wild_peanut", + "wild_pink", + "wild_pitch", + "wild_plum", + "wild_plum_tree", + "wild_potato", + "wild_potato_vine", + "wild_pumpkin", + "wild_quinine", + "wild_radish", + "wild_rape", + "wild_raspberry", + "wild_red_oat", + "wild_rice", + "wild_rosemary", + "wild_rye", + "wild_sage", + "wild_sarsaparilla", + "wild_sarsparilla", + "wild_senna", + "wild_sensitive_plant", + "wild_service_tree", + "wild_sheep", + "wild_snapdragon", + "wild_spinach", + "wild_spurge", + "wild_strawberry", + "wild_sweet_pea", + "wild_sweet_potato_vine", + "wild_tamarind", + "wild_teasel", + "wild_thyme", + "wild_tobacco", + "wild_vanilla", + "wild_water_lemon", + "wild_west", + "wild_west_show", + "wild_wheat", + "wild_wilkworm", + "wild_winterpea", + "wild_yam", + "wild_yellow_lily", + "wildcat", + "wildcat_strike", + "wildcat_well", + "wildcatter", + "wilde", + "wilde_dagga", + "wildebeest", + "wilder", + "wilderness", + "wilderness_campaign", + "wildfire", + "wildflower", + "wildfowl", + "wilding", + "wildlife", + "wildness", + "wile", + "wiley_post", + "wilfulness", + "wilhelm_apollinaris_de_kostrowitzki", + "wilhelm_eduard_weber", + "wilhelm_grimm", + "wilhelm_ii", + "wilhelm_karl_grimm", + "wilhelm_konrad_roentgen", + "wilhelm_konrad_rontgen", + "wilhelm_ostwald", + "wilhelm_reich", + "wilhelm_richard_wagner", + "wilhelm_von_opel", + "wiliness", + "wilkes", + "wilkes_land", + "wilkie_collins", + "wilkins", + "wilkins_micawber", + "wilkinson", + "will", + "will-o'-the-wisp", + "will_durant", + "will_hays", + "will_keith_kellog", + "will_power", + "will_rogers", + "willa_cather", + "willa_sibert_cather", + "willamette", + "willamette_river", + "willard", + "willard_frank_libby", + "willard_huntington_wright", + "willard_van_orman_quine", + "willebrand", + "willem_de_kooning", + "willem_de_sitter", + "willem_einthoven", + "willet", + "willful_neglect", + "willfulness", + "william_a._craigie", + "william_and_mary", + "william_ashley_sunday", + "william_augustus", + "william_averell_harriman", + "william_beaumont", + "william_benjamin_hogan", + "william_blake", + "william_bligh", + "william_bradford", + "william_bradford_shockley", + "william_burroughs", + "william_butler_yeats", + "william_butterfield", + "william_byrd", + "william_carlos_williams", + "william_caxton", + "william_chambers", + "william_christopher_handy", + "william_claire_menninger", + "william_clark", + "william_clark_gable", + "william_claude_dukenfield", + "william_congreve", + "william_cowper", + "william_crawford_gorgas", + "william_crookes", + "william_curtis", + "william_cuthbert_faulkner", + "william_dawes", + "william_dean_howells", + "william_dudley_haywood", + "william_edward_burghardt_du_bois", + "william_ewart_gladstone", + "william_f._cody", + "william_falkner", + "william_faulkner", + "william_felton_russell", + "william_franklin_graham", + "william_frederick_cody", + "william_fulbright", + "william_gilbert", + "william_gladstone", + "william_golding", + "william_graham_sumner", + "william_green", + "william_h._bonney", + "william_harrison_dempsey", + "william_harrison_hays", + "william_harvey", + "william_hazlitt", + "william_henry", + "william_henry_beveridge", + "william_henry_fox_talbot", + "william_henry_gates", + "william_henry_harrison", + "william_henry_hoover", + "william_henry_hudson", + "william_henry_mauldin", + "william_henry_pratt", + "william_henry_seward", + "william_herschel", + "william_hogarth", + "william_holman_hunt", + "william_holmes_mcguffey", + "william_hoover", + "william_howard_taft", + "william_hubbs_rehnquist", + "william_hyde_wollaston", + "william_i", + "william_ii", + "william_iii", + "william_inge", + "william_iv", + "william_james", + "william_james_durant", + "william_jefferson_clinton", + "william_jennings_bryan", + "william_john_clifton_haley_jr.", + "william_kidd", + "william_lawrence_shirer", + "william_le_baron_jenny", + "william_lloyd_garrison", + "william_makepeace_thackeray", + "william_maxwell_aitken", + "william_mckinley", + "william_menninger", + "william_mitchell", + "william_morris", + "william_nunn_lipscom_jr.", + "william_of_occam", + "william_of_ockham", + "william_of_orange", + "william_of_wykeham", + "william_patterson", + "william_penn", + "william_penn_adair_rogers", + "william_pitt", + "william_ralph_inge", + "william_randolph_hearst", + "william_rehnquist", + "william_richard_morris", + "william_rose_benet", + "william_rowan_hamilton", + "william_rufus", + "william_s._burroughs", + "william_s._gilbert", + "william_saroyan", + "william_schwenk_gilbert", + "william_seward_burroughs", + "william_shakespeare", + "william_shakspere", + "william_shockley", + "william_somerset_maugham", + "william_stanley_jevons", + "william_strickland", + "william_stubbs", + "william_styron", + "william_sydney_porter", + "william_tatem_tilden_jr.", + "william_tecumseh_sherman", + "william_tell", + "william_the_conqueror", + "william_thompson", + "william_thornton", + "william_tindal", + "william_tindale", + "william_tyndale", + "william_walton", + "william_wilkie_collins", + "william_wordsworth", + "william_wycherley", + "william_wyler", + "william_wymark_jacobs", + "williams", + "williams_syndrome", + "williamstown", + "willie_howard_mays_jr.", + "willie_mays", + "willies", + "willing", + "willingness", + "willis", + "willow", + "willow-pattern", + "willow_aster", + "willow_bell", + "willow_family", + "willow_oak", + "willow_tree", + "willowherb", + "willowware", + "willpower", + "willy_brandt", + "wilmington", + "wilms'_tumor", + "wilms_tumour", + "wilmut", + "wilno", + "wilson", + "wilson's_blackcap", + "wilson's_disease", + "wilson's_phalarope", + "wilson's_snipe", + "wilson's_thrush", + "wilson's_warbler", + "wilson_cloud_chamber", + "wilsonia_pusilla", + "wilt", + "wilt_disease", + "wilting", + "wilton", + "wilton_carpet", + "wimble", + "wimbledon", + "wimp", + "wimple", + "wimshurst_machine", + "win", + "wince", + "wincey", + "winceyette", + "winch", + "winchester", + "winchester_college", + "winchester_drive", + "winckelmann", + "wind", + "wind_bell", + "wind_cave_national_park", + "wind_chime", + "wind_cone", + "wind_deflection", + "wind_energy_facility", + "wind_exposure", + "wind_farm", + "wind_gage", + "wind_gap", + "wind_gauge", + "wind_generation", + "wind_generator", + "wind_harp", + "wind_instrument", + "wind_park", + "wind_poppy", + "wind_power", + "wind_rose", + "wind_scale", + "wind_sleeve", + "wind_sock", + "wind_tee", + "wind_tunnel", + "wind_turbine", + "wind_vane", + "windage", + "windaus", + "windbag", + "windbreak", + "windbreaker", + "windburn", + "windcheater", + "winder", + "windfall", + "windfall_profit", + "windflower", + "windhoek", + "windiness", + "winding", + "winding-clothes", + "winding-sheet", + "windjammer", + "windlass", + "windlessness", + "windmill", + "windmill_grass", + "window", + "window-washing", + "window_blind", + "window_box", + "window_cleaner", + "window_dresser", + "window_dressing", + "window_envelope", + "window_frame", + "window_glass", + "window_lock", + "window_oyster", + "window_pane", + "window_sash", + "window_screen", + "window_seat", + "window_shade", + "window_trimmer", + "window_washer", + "windowpane", + "windowpane_oyster", + "windows", + "windowsill", + "windpipe", + "windscreen", + "windscreen_wiper", + "windshield", + "windshield_wiper", + "windsock", + "windsor", + "windsor_chair", + "windsor_green", + "windsor_knot", + "windsor_tie", + "windstorm", + "windtalker", + "windup", + "windward", + "windward_islands", + "windward_isles", + "windward_passage", + "windward_side", + "windy_city", + "wine", + "wine-colored", + "wine-coloured", + "wine-maker's_yeast", + "wine_bar", + "wine_barrel", + "wine_bottle", + "wine_bucket", + "wine_cask", + "wine_cellar", + "wine_cooler", + "wine_lover", + "wine_maker", + "wine_making", + "wine_merchant", + "wine_palm", + "wine_sauce", + "wine_steward", + "wine_taster", + "wine_tasting", + "wine_vinegar", + "wine_waiter", + "wineberry", + "wineglass", + "wineglass_heel", + "winemaker", + "winemaking", + "winepress", + "winery", + "winesap", + "wineskin", + "winfield_scott", + "winfred", + "wing", + "wing-nut", + "wing_case", + "wing_chair", + "wing_commander", + "wing_elm", + "wing_flat", + "wing_loading", + "wing_nut", + "wing_screw", + "wing_shooting", + "wing_tip", + "wingback", + "winged_bean", + "winged_elm", + "winged_everlasting", + "winged_pea", + "winged_pigweed", + "winged_spindle_tree", + "winger", + "wingman", + "wings", + "wingspan", + "wingspread", + "wingstem", + "wink", + "winker", + "winking", + "winkle", + "winnebago", + "winner", + "winner's_circle", + "winning", + "winning_post", + "winning_streak", + "winnings", + "winnipeg", + "winnow", + "winnowing", + "wino", + "winslow", + "winslow_homer", + "winsomeness", + "winston-salem", + "winston_churchill", + "winston_s._churchill", + "winter", + "winter's_bark", + "winter's_bark_family", + "winter's_bark_tree", + "winter_aconite", + "winter_cherry", + "winter_cress", + "winter_crookneck", + "winter_crookneck_squash", + "winter_currant", + "winter_fern", + "winter_flounder", + "winter_flowering_cherry", + "winter_hazel", + "winter_heath", + "winter_heliotrope", + "winter_jasmine", + "winter_melon", + "winter_melon_vine", + "winter_mushroom", + "winter_olympic_games", + "winter_olympics", + "winter_purslane", + "winter_rose", + "winter_savory", + "winter_savoury", + "winter_solstice", + "winter_squash", + "winter_squash_plant", + "winter_sweet", + "winter_urn", + "winter_wren", + "wintera", + "wintera_colorata", + "winteraceae", + "winterberry", + "wintergreen", + "wintergreen_family", + "wintergreen_oil", + "wintertime", + "wintun", + "wipe", + "wipeout", + "wiper", + "wiper_arm", + "wiper_blade", + "wiper_motor", + "wire", + "wire-haired_fox_terrier", + "wire-haired_pointing_griffon", + "wire-haired_terrier", + "wire-puller", + "wire_cloth", + "wire_cutter", + "wire_gage", + "wire_gauge", + "wire_glass", + "wire_grass", + "wire_matrix_printer", + "wire_printer", + "wire_recorder", + "wire_service", + "wire_stripper", + "wire_wool", + "wirehair", + "wirehaired_terrier", + "wireless", + "wireless_fidelity", + "wireless_local_area_network", + "wireless_telegraph", + "wireless_telegraphy", + "wireless_telephone", + "wireman", + "wirer", + "wiretap", + "wiretapper", + "wirework", + "wireworm", + "wiriness", + "wiring", + "wiring_diagram", + "wisconsin", + "wisconsin_river", + "wisconsin_weeping_willow", + "wisconsinite", + "wisdom", + "wisdom_book", + "wisdom_literature", + "wisdom_of_jesus_the_son_of_sirach", + "wisdom_of_solomon", + "wisdom_tooth", + "wise", + "wise_guy", + "wise_man", + "wise_men", + "wiseacre", + "wisecrack", + "wiseness", + "wisenheimer", + "wisent", + "wish", + "wish-wash", + "wish_list", + "wishbone", + "wishful_thinker", + "wishful_thinking", + "wishfulness", + "wishing", + "wishing_bone", + "wishing_cap", + "wisp", + "wistaria", + "wister", + "wisteria", + "wisteria_chinensis", + "wisteria_floribunda", + "wisteria_frutescens", + "wisteria_venusta", + "wistfulness", + "wit", + "witch", + "witch's_brew", + "witch-hazel_family", + "witch-hunt", + "witch-hunter", + "witch_alder", + "witch_broom", + "witch_doctor", + "witch_elm", + "witch_grass", + "witch_hazel", + "witch_hazel_plant", + "witchcraft", + "witchery", + "witches'_brew", + "witches'_broom", + "witches'_broth", + "witches'_butter", + "witches'_sabbath", + "witchgrass", + "witching", + "withdrawal", + "withdrawal_method", + "withdrawal_symptom", + "withdrawer", + "withdrawing_room", + "withdrawnness", + "withe", + "withering", + "withers", + "witherspoon", + "withholder", + "withholding", + "withholding_tax", + "withstander", + "withy", + "witloof", + "witness", + "witness_box", + "witness_stand", + "witnesser", + "witold_gombrowicz", + "wits", + "wittgenstein", + "witticism", + "wittiness", + "wittol", + "witwatersrand", + "wivern", + "wiz", + "wizard", + "wizardry", + "wlan", + "wmd", + "wmo", + "wnw", + "woad", + "woadwaxen", + "wobble", + "wobbler", + "wobbly", + "wodan", + "wodehouse", + "woden", + "woe", + "woefulness", + "wog", + "wok", + "wold", + "wolf", + "wolf's_bane", + "wolf's_milk", + "wolf_bean", + "wolf_boy", + "wolf_cub", + "wolf_fish", + "wolf_pack", + "wolf_pup", + "wolf_spider", + "wolfbane", + "wolfe", + "wolff", + "wolffia", + "wolffia_columbiana", + "wolffiella", + "wolffiella_gladiata", + "wolffish", + "wolfgang_amadeus_mozart", + "wolfgang_pauli", + "wolfhound", + "wolfman", + "wolfram", + "wolfram_steel", + "wolframite", + "wolfsbane", + "wollaston", + "wollaston_prism", + "wollastonite", + "wollemi_pine", + "wollstonecraft", + "wolof", + "wolstonian_glaciation", + "wolverine", + "wolverine_state", + "woman", + "woman's_body", + "woman's_clothing", + "woman's_doctor", + "woman's_hat", + "woman-worship", + "woman_chaser", + "woman_hater", + "woman_of_the_house", + "woman_of_the_street", + "womanhood", + "womaniser", + "womanishness", + "womanizer", + "womankind", + "womanlike", + "womanliness", + "womb", + "wombat", + "women's_army_corps", + "women's_lib", + "women's_liberation_movement", + "women's_liberationist", + "women's_rightist", + "won", + "won-lost_record", + "won_ton", + "wonder", + "wonder_bean", + "wonder_boy", + "wonder_child", + "wonder_flower", + "wonder_woman", + "wonderberry", + "wonderer", + "wonderfulness", + "wonderland", + "wonderment", + "wonk", + "wont", + "wonton", + "wonton_soup", + "wood", + "wood's_alloy", + "wood's_metal", + "wood-creeper", + "wood-fern", + "wood-frog", + "wood-rat", + "wood-sorrel_family", + "wood_alcohol", + "wood_anemone", + "wood_ant", + "wood_aster", + "wood_avens", + "wood_block", + "wood_chisel", + "wood_coal", + "wood_cudweed", + "wood_drake", + "wood_duck", + "wood_engraving", + "wood_fern", + "wood_file", + "wood_frog", + "wood_garlic", + "wood_grain", + "wood_hen", + "wood_hoopoe", + "wood_horsetail", + "wood_hyacinth", + "wood_ibis", + "wood_laurel", + "wood_lily", + "wood_meadowgrass", + "wood_mint", + "wood_mouse", + "wood_nettle", + "wood_nymph", + "wood_pewee", + "wood_pigeon", + "wood_poppy", + "wood_pulp", + "wood_pussy", + "wood_rabbit", + "wood_rat", + "wood_sage", + "wood_shavings", + "wood_sorrel", + "wood_spirit", + "wood_spurge", + "wood_stork", + "wood_strawberry", + "wood_sugar", + "wood_swallow", + "wood_tar", + "wood_thrush", + "wood_tick", + "wood_vinegar", + "wood_violet", + "wood_vise", + "wood_warbler", + "wood_widgeon", + "woodbine", + "woodborer", + "woodbury", + "woodcarver", + "woodcarving", + "woodchuck", + "woodcock", + "woodcock_snipe", + "woodcraft", + "woodcreeper", + "woodcut", + "woodcutter", + "wooden_horse", + "wooden_leg", + "wooden_shoe", + "wooden_spoon", + "woodenness", + "woodenware", + "woodfern", + "woodgrain", + "woodgraining", + "woodhewer", + "woodhull", + "woodiness", + "woodland", + "woodland_caribou", + "woodland_oxeye", + "woodland_star", + "woodland_white_violet", + "woodlet", + "woodlouse", + "woodman", + "woodpecker", + "woodpile", + "woodrow_charles_herman", + "woodrow_wilson", + "woodrow_wilson_guthrie", + "woodruff", + "woods", + "woodscrew", + "woodshed", + "woodsia", + "woodsia_alpina", + "woodsia_glabella", + "woodsia_ilvensis", + "woodsiness", + "woodsman", + "woodward", + "woodwardia", + "woodwardia_virginica", + "woodwaxen", + "woodwind", + "woodwind_family", + "woodwind_instrument", + "woodwork", + "woodworker", + "woodworking", + "woodworking_plane", + "woodworking_vise", + "woodworm", + "woody_allen", + "woody_guthrie", + "woody_herman", + "woody_nightshade", + "woody_pear", + "woody_plant", + "wooer", + "woof", + "woofer", + "wooing", + "wool", + "wool_fat", + "wool_grass", + "wool_grease", + "wool_oil", + "wool_stapler", + "woolen", + "woolf", + "woolgatherer", + "woolgathering", + "woollcott", + "woollen", + "woolley", + "woolly_adelgid", + "woolly_alder_aphid", + "woolly_aphid", + "woolly_apple_aphid", + "woolly_bear", + "woolly_bear_caterpillar", + "woolly_bear_moth", + "woolly_daisy", + "woolly_indris", + "woolly_mammoth", + "woolly_manzanita", + "woolly_monkey", + "woolly_mullein", + "woolly_plant_louse", + "woolly_rhinoceros", + "woolly_sunflower", + "woolly_thistle", + "woolsorter", + "woolsorter's_disease", + "woolsorter's_pneumonia", + "woolworth", + "wooly_blue_curls", + "wooly_lip_fern", + "wop", + "worcester", + "worcester_sauce", + "worcestershire", + "worcestershire_sauce", + "word", + "word-painter", + "word-painting", + "word-splitting", + "word-worship", + "word_accent", + "word_blindness", + "word_class", + "word_deafness", + "word_division", + "word_finder", + "word_form", + "word_game", + "word_meaning", + "word_of_advice", + "word_of_farewell", + "word_of_god", + "word_of_honor", + "word_of_mouth", + "word_order", + "word_picture", + "word_play", + "word_processing", + "word_processing_system", + "word_processor", + "word_salad", + "word_sense", + "word_square", + "word_stress", + "word_string", + "word_structure", + "wordbook", + "wordfinder", + "wordiness", + "wording", + "wordmonger", + "wordnet", + "wordplay", + "words", + "words_per_minute", + "wordsmith", + "wordsworth", + "work", + "work-board", + "work-clothes", + "work-clothing", + "work-in", + "work-shirt", + "work-study_program", + "work_animal", + "work_bench", + "work_camp", + "work_day", + "work_flow", + "work_force", + "work_in_progress", + "work_load", + "work_of_art", + "work_papers", + "work_party", + "work_permit", + "work_shift", + "work_shoe", + "work_song", + "work_stoppage", + "work_study", + "work_surface", + "work_table", + "work_time", + "work_to_rule", + "work_unit", + "workaholic", + "workaholism", + "workbag", + "workbasket", + "workbench", + "workboard", + "workbook", + "workbox", + "workday", + "worker", + "worker_bee", + "workfellow", + "workflow", + "workforce", + "workhorse", + "workhouse", + "working", + "working_agreement", + "working_capital", + "working_class", + "working_day", + "working_dog", + "working_girl", + "working_group", + "working_man", + "working_memory", + "working_out", + "working_papers", + "working_party", + "working_person", + "working_principle", + "working_rule", + "workingman", + "workings", + "workload", + "workman", + "workmanship", + "workmate", + "workmen's_compensation", + "workout", + "workout_suit", + "workpiece", + "workplace", + "workroom", + "works", + "works_council", + "works_program", + "worksheet", + "workshop", + "workspace", + "workstation", + "worktable", + "workwear", + "workweek", + "world", + "world-beater", + "world-weariness", + "world_affairs", + "world_bank", + "world_council", + "world_council_of_churches", + "world_court", + "world_cup", + "world_health_organization", + "world_meteorological_organization", + "world_organisation", + "world_organization", + "world_power", + "world_premiere", + "world_record", + "world_series", + "world_tamil_association", + "world_tamil_movement", + "world_trade_center", + "world_trade_organization", + "world_traveler", + "world_view", + "world_war", + "world_war_1", + "world_war_2", + "world_war_i", + "world_war_ii", + "world_wide_web", + "worldliness", + "worldling", + "worldly_belongings", + "worldly_concern", + "worldly_good", + "worldly_goods", + "worldly_possession", + "worldly_possessions", + "worm", + "worm_family", + "worm_fence", + "worm_fish", + "worm_gear", + "worm_genus", + "worm_lizard", + "worm_salamander", + "worm_snake", + "worm_wheel", + "wormcast", + "wormhole", + "wormian_bone", + "wormseed", + "wormseed_mustard", + "wormwood", + "wormwood_oil", + "wormwood_sage", + "worn_spot", + "worrier", + "worriment", + "worry", + "worrying", + "worrywart", + "worse", + "worsening", + "worship", + "worship_of_heavenly_bodies", + "worship_of_man", + "worshiper", + "worshipper", + "worst", + "worsted", + "worsted_yarn", + "wort", + "worth", + "worthiness", + "worthlessness", + "worthwhileness", + "worthy", + "wotan", + "wouk", + "wound", + "wound_tumor_virus", + "wounded", + "wounding", + "wove_paper", + "wow", + "wpm", + "wrack", + "wraith", + "wrangell-st._elias_national_park", + "wrangle", + "wrangler", + "wrangling", + "wrap", + "wraparound", + "wrapper", + "wrapping", + "wrapping_paper", + "wrasse", + "wrath", + "wreath", + "wreck", + "wreckage", + "wrecker", + "wreckfish", + "wrecking", + "wrecking_bar", + "wren", + "wren-tit", + "wren_warbler", + "wrench", + "wrester", + "wrestle", + "wrestler", + "wrestling", + "wrestling_hold", + "wrestling_mat", + "wrestling_match", + "wrestling_ring", + "wretch", + "wretchedness", + "wrick", + "wriggle", + "wriggler", + "wright", + "wring", + "wringer", + "wrinkle", + "wrist", + "wrist_band", + "wrist_bone", + "wrist_joint", + "wrist_pad", + "wrist_pin", + "wrist_watch", + "wristband", + "wristlet", + "wristwatch", + "writ", + "writ_of_certiorari", + "writ_of_detinue", + "writ_of_election", + "writ_of_error", + "writ_of_execution", + "writ_of_habeas_corpus", + "writ_of_mandamus", + "writ_of_prohibition", + "writ_of_right", + "write-down", + "write-in", + "write-in_candidate", + "write-off", + "write_up", + "writer", + "writer's_block", + "writer's_cramp", + "writer's_name", + "writing", + "writing_arm", + "writing_assignment", + "writing_board", + "writing_desk", + "writing_implement", + "writing_ink", + "writing_pad", + "writing_paper", + "writing_style", + "writing_system", + "writing_table", + "writings", + "written_account", + "written_agreement", + "written_assignment", + "written_communication", + "written_document", + "written_language", + "written_material", + "written_matter", + "written_record", + "written_report", + "written_symbol", + "written_text", + "written_word", + "wroclaw", + "wrong", + "wrong-site_surgery", + "wrong_'un", + "wrongdoer", + "wrongdoing", + "wrongful_conduct", + "wrongful_death", + "wrongfulness", + "wrongness", + "wrought_iron", + "wry_face", + "wrymouth", + "wryneck", + "wsw", + "wtc", + "wto", + "wtv", + "wu", + "wu_dialect", + "wuerzburg", + "wuhan", + "wulfenite", + "wulfila", + "wurlitzer", + "wurtzite", + "wurzburg", + "wuss", + "wv", + "www", + "wy", + "wyat", + "wyatt", + "wych_elm", + "wych_hazel", + "wych_hazel_plant", + "wycherley", + "wyclif", + "wycliffe", + "wye", + "wyeth", + "wyethia_amplexicaulis", + "wyethia_helianthoides", + "wykeham", + "wykehamist", + "wyler", + "wylie", + "wynette", + "wynfrith", + "wynnea", + "wynnea_americana", + "wynnea_sparassoides", + "wyoming", + "wyomingite", + "wyrd", + "wystan_hugh_auden", + "wyszynski", + "wytensin", + "wyvern", + "x", + "x-axis", + "x-linked_dominant_inheritance", + "x-linked_gene", + "x-linked_recessive_inheritance", + "x-linked_scid", + "x-or_circuit", + "x-radiation", + "x-ray", + "x-ray_diffraction", + "x-ray_film", + "x-ray_machine", + "x-ray_photograph", + "x-ray_photography", + "x-ray_picture", + "x-ray_therapy", + "x-ray_tube", + "x-raying", + "x-scid", + "x_chromosome", + "x_ray", + "xanax", + "xanthate", + "xanthelasma", + "xanthemia", + "xanthic_acid", + "xanthine", + "xanthium", + "xanthoma", + "xanthoma_disseminatum", + "xanthoma_multiplex", + "xanthomatosis", + "xanthomonad", + "xanthomonas", + "xanthophyceae", + "xanthophyl", + "xanthophyll", + "xanthopsia", + "xanthorrhoeaceae", + "xanthorroea", + "xanthosis", + "xanthosoma", + "xanthosoma_atrovirens", + "xanthosoma_sagittifolium", + "xantusiidae", + "xavier", + "xc", + "xe", + "xenarthra", + "xenicidae", + "xenicus", + "xenicus_gilviventris", + "xenogenesis", + "xenograft", + "xenolith", + "xenon", + "xenophanes", + "xenophobia", + "xenophon", + "xenopodidae", + "xenopus", + "xenopus_laevis", + "xenorhyncus", + "xenorhyncus_asiaticus", + "xenosauridae", + "xenosaurus", + "xenotime", + "xenotransplant", + "xenotransplantation", + "xeranthemum", + "xeranthemum_annuum", + "xerobates", + "xeroderma", + "xeroderma_pigmentosum", + "xerodermia", + "xerographic_copier", + "xerographic_printer", + "xerography", + "xeroma", + "xerophile", + "xerophilous_plant", + "xerophthalmia", + "xerophthalmus", + "xerophyllum", + "xerophyllum_tenax", + "xerophyte", + "xerophytic_plant", + "xeroradiography", + "xerostomia", + "xerotes", + "xerox", + "xerox_copy", + "xerox_machine", + "xerxes_i", + "xerxes_the_great", + "xestobium_rufovillosum", + "xhosa", + "xi", + "xian", + "xii", + "xiii", + "ximenesia_encelioides", + "xinjiang", + "xinjiang_uighur_autonomous_region", + "xiphias", + "xiphias_gladius", + "xiphiidae", + "xiphium_iris", + "xiphoid_process", + "xiphosura", + "xiphosurus_polyphemus", + "xishuangbanna_dai", + "xiv", + "xix", + "xizang", + "xl", + "xmas", + "xor_circuit", + "xor_gate", + "xt", + "xtc", + "xv", + "xvi", + "xvii", + "xviii", + "xx", + "xxi", + "xxii", + "xxiii", + "xxiv", + "xxix", + "xxv", + "xxvi", + "xxvii", + "xxviii", + "xxx", + "xxy", + "xxy-syndrome", + "xy", + "xylaria", + "xylaria_mali", + "xylaria_polymorpha", + "xylariaceae", + "xylem", + "xylene", + "xylocaine", + "xylocopa", + "xylol", + "xylomelum", + "xylomelum_pyriforme", + "xylophone", + "xylophonist", + "xylopia", + "xylopia_aethiopica", + "xylose", + "xylosma", + "xylosma_congestum", + "xyphophorus", + "xyphophorus_helleri", + "xyridaceae", + "xyridales", + "xyris", + "xyris_operculata", + "xyy", + "y", + "y-axis", + "y-linked_gene", + "y2k", + "y_chromosome", + "yacca", + "yacca_podocarp", + "yacht", + "yacht_chair", + "yacht_club", + "yacht_race", + "yachting", + "yachting_cap", + "yachtsman", + "yachtswoman", + "yack", + "yafo", + "yagi", + "yagi_aerial", + "yahi", + "yahoo", + "yahve", + "yahveh", + "yahwe", + "yahweh", + "yajur-veda", + "yak", + "yak's_milk", + "yak_butter", + "yakety-yak", + "yakima", + "yakut", + "yakuza", + "yale", + "yale_university", + "yalta", + "yalta_conference", + "yaltopya", + "yalu", + "yalu_river", + "yam", + "yam_bean", + "yam_family", + "yam_plant", + "yama", + "yamaltu", + "yamamoto", + "yamani", + "yamoussukro", + "yana", + "yanan", + "yang", + "yang_chen_ning", + "yangon", + "yangtze", + "yangtze_kiang", + "yangtze_river", + "yank", + "yankee", + "yankee-doodle", + "yankee_corn", + "yanker", + "yanquapin", + "yaounde", + "yap", + "yard", + "yard-long_bean", + "yard_bird", + "yard_donkey", + "yard_goods", + "yard_grass", + "yard_line", + "yard_marker", + "yard_measure", + "yard_sale", + "yardage", + "yardarm", + "yardbird", + "yardbird_parker", + "yarder", + "yardgrass", + "yardie", + "yardman", + "yardmaster", + "yardstick", + "yarmelke", + "yarmulka", + "yarmulke", + "yarn", + "yarrow", + "yashmac", + "yashmak", + "yasser_arafat", + "yastrzemski", + "yataghan", + "yatobyo", + "yaupon_holly", + "yautia", + "yavapai", + "yaw", + "yawl", + "yawn", + "yawner", + "yawning", + "yaws", + "yay", + "yazoo", + "yazoo_river", + "yb", + "ybit", + "yea", + "year", + "year-end", + "year_dot", + "year_of_grace", + "yearbook", + "yearling", + "yearly", + "yearner", + "yearning", + "years", + "yeast", + "yeast_cake", + "yeats", + "yeddo", + "yedo", + "yehudi_menuhin", + "yekaterinoslav", + "yell", + "yeller", + "yelling", + "yellow", + "yellow-bellied_sapsucker", + "yellow-bellied_terrapin", + "yellow-blindness", + "yellow-blue_color_blindness", + "yellow-blue_dichromacy", + "yellow-breasted_bunting", + "yellow-breasted_chat", + "yellow-crowned_night_heron", + "yellow-dog_contract", + "yellow-eyed_grass", + "yellow-eyed_grass_family", + "yellow-fever_mosquito", + "yellow-green_algae", + "yellow-leaf_sickle_pine", + "yellow-shafted_flicker", + "yellow-throated_marten", + "yellow_adder's_tongue", + "yellow_ageratum", + "yellow_asphodel", + "yellow_avens", + "yellow_bachelor's_button", + "yellow_bass", + "yellow_bean", + "yellow_bedstraw", + "yellow_bells", + "yellow_berry", + "yellow_bile", + "yellow_birch", + "yellow_bone_marrow", + "yellow_bristle_grass", + "yellow_bristlegrass", + "yellow_bugle", + "yellow_bunting", + "yellow_cattley_guava", + "yellow_cedar", + "yellow_chamomile", + "yellow_chestnut_oak", + "yellow_cleavers", + "yellow_clintonia", + "yellow_colicroot", + "yellow_cypress", + "yellow_delicious", + "yellow_dock", + "yellow_dwarf", + "yellow_dwarf_of_potato", + "yellow_fever", + "yellow_flag", + "yellow_foxglove", + "yellow_foxtail", + "yellow_giant_hyssop", + "yellow_globe_lily", + "yellow_goatfish", + "yellow_granadilla", + "yellow_green", + "yellow_gurnard", + "yellow_hawkweed", + "yellow_henbane", + "yellow_honeysuckle", + "yellow_horned_poppy", + "yellow_hornet", + "yellow_iris", + "yellow_ironweed", + "yellow_jacaranda", + "yellow_jack", + "yellow_jacket", + "yellow_jasmine", + "yellow_jessamine", + "yellow_journalism", + "yellow_lady's_slipper", + "yellow_lady-slipper", + "yellow_light", + "yellow_locust", + "yellow_loosestrife", + "yellow_lupine", + "yellow_man", + "yellow_mariposa_tulip", + "yellow_marrow", + "yellow_metal", + "yellow_milkwort", + "yellow_mombin", + "yellow_mombin_tree", + "yellow_mountain_saxifrage", + "yellow_nutgrass", + "yellow_oak", + "yellow_ocher", + "yellow_ochre", + "yellow_oleander", + "yellow_pages", + "yellow_paper_daisy", + "yellow_parilla", + "yellow_pea", + "yellow_perch", + "yellow_peril", + "yellow_pimpernel", + "yellow_pine", + "yellow_pitcher_plant", + "yellow_pond_lily", + "yellow_poplar", + "yellow_prussiate_of_potash", + "yellow_race", + "yellow_river", + "yellow_rocket", + "yellow_root", + "yellow_salsify", + "yellow_sand_verbena", + "yellow_sea", + "yellow_spiny_daisy", + "yellow_spot", + "yellow_spot_fungus", + "yellow_spruce", + "yellow_squash", + "yellow_star-thistle", + "yellow_sweet_clover", + "yellow_trefoil", + "yellow_trumpet", + "yellow_turnip", + "yellow_twining_snapdragon", + "yellow_vetchling", + "yellow_warbler", + "yellow_water_flag", + "yellow_water_lily", + "yellow_watercress", + "yellow_woman", + "yellowbelly_marmot", + "yellowbird", + "yellowcake", + "yellowfin", + "yellowfin_croaker", + "yellowfin_mojarra", + "yellowfin_tuna", + "yellowhammer", + "yellowish_brown", + "yellowish_green", + "yellowish_pink", + "yellowknife", + "yellowlegs", + "yellowness", + "yellowstone", + "yellowstone_national_park", + "yellowstone_river", + "yellowtail", + "yellowtail_flounder", + "yellowtail_snapper", + "yellowthroat", + "yellowwood", + "yellowwood_tree", + "yelp", + "yelping", + "yemen", + "yemeni", + "yemeni_fils", + "yemeni_monetary_unit", + "yemeni_rial", + "yen", + "yenisei", + "yenisei-samoyed", + "yenisei_river", + "yeniseian", + "yenisey", + "yenisey_river", + "yenta", + "yeoman", + "yeoman_of_the_guard", + "yeomanry", + "yerba_buena", + "yerba_mansa", + "yerba_santa", + "yerevan", + "yerkes", + "yersin", + "yersinia_pestis", + "yerupaja", + "yerwa-maiduguri", + "yes", + "yes-man", + "yes-no_question", + "yeshiva", + "yeshivah", + "yesterday", + "yesteryear", + "yeti", + "yevgeni_aleksandrovich_yevtushenko", + "yevgeni_yevtushenko", + "yevtushenko", + "yew", + "yew_family", + "yezo", + "ygdrasil", + "yggdrasil", + "yhvh", + "yhwh", + "yi", + "yib", + "yibit", + "yid", + "yiddish", + "yield", + "yielder", + "yielding", + "yin", + "yip", + "yips", + "yisrael", + "ylang-ylang", + "ylem", + "ymir", + "yo-yo", + "yob", + "yobbo", + "yobibit", + "yobibyte", + "yobo", + "yodel", + "yodeling", + "yodeller", + "yodh", + "yoga", + "yogacara", + "yoghourt", + "yoghurt", + "yogi", + "yogi_berra", + "yogurt", + "yoke", + "yokel", + "yoko_ono", + "yokohama", + "yokuts", + "yolk", + "yolk_sac", + "yom_kippur", + "yom_kippur_war", + "yore", + "york", + "yorkshire", + "yorkshire_fog", + "yorkshire_pudding", + "yorkshire_terrier", + "yorktown", + "yoruba", + "yosemite", + "yosemite_falls", + "yosemite_national_park", + "yosemite_toad", + "yottabit", + "yottabyte", + "you-drive", + "young", + "young's_modulus", + "young_bird", + "young_buck", + "young_carnivore", + "young_fish", + "young_girl", + "young_lady", + "young_mammal", + "young_man", + "young_person", + "young_turk", + "young_woman", + "youngness", + "youngster", + "youngstown", + "younker", + "youth", + "youth-on-age", + "youth_crusade", + "youth_culture", + "youth_gang", + "youth_hostel", + "youth_movement", + "youth_subculture", + "youthfulness", + "yowl", + "ypres", + "yquem", + "yr", + "ytterbite", + "ytterbium", + "yttrium", + "yuan", + "yuan_dynasty", + "yucatan", + "yucatan_peninsula", + "yucatec", + "yucateco", + "yucca", + "yucca_aloifolia", + "yucca_baccata", + "yucca_brevifolia", + "yucca_carnerosana", + "yucca_elata", + "yucca_filamentosa", + "yucca_glauca", + "yucca_gloriosa", + "yucca_smalliana", + "yucca_whipplei", + "yue", + "yue_dialect", + "yugoslav", + "yugoslavia", + "yugoslavian", + "yugoslavian_dinar", + "yugoslavian_monetary_unit", + "yukawa", + "yukon", + "yukon_river", + "yukon_territory", + "yukon_time", + "yukon_white_birch", + "yule", + "yule_log", + "yuletide", + "yuma", + "yuman", + "yunnan", + "yunnan_province", + "yuppie", + "yurak-samoyed", + "yuri_alekseyevich_gagarin", + "yuri_gagarin", + "yurt", + "yves_tanguy", + "z", + "z-axis", + "zaar", + "zabaglione", + "zabrze", + "zacharias", + "zachary_taylor", + "zag", + "zaglossus", + "zagreb", + "zaharias", + "zaire", + "zaire_river", + "zairean", + "zairese", + "zairese_monetary_unit", + "zakat", + "zalcitabine", + "zalophus", + "zalophus_californianus", + "zalophus_californicus", + "zalophus_lobatus", + "zama", + "zaman", + "zamang", + "zambezi", + "zambezi_river", + "zambia", + "zambian", + "zambian_kwacha", + "zambian_monetary_unit", + "zamboni", + "zamia", + "zamia_family", + "zamia_pumila", + "zamiaceae", + "zane_grey", + "zangwill", + "zannichellia", + "zannichellia_palustris", + "zannichelliaceae", + "zantac", + "zantedeschia", + "zantedeschia_aethiopica", + "zantedeschia_rehmanii", + "zanthoxylum", + "zanthoxylum_americanum", + "zanthoxylum_clava-herculis", + "zanthoxylum_flavum", + "zanthoxylum_fraxineum", + "zanuck", + "zany", + "zanzibar", + "zanzibar_copal", + "zap", + "zapata", + "zapodidae", + "zapotec", + "zapotecan", + "zapper", + "zapus", + "zapus_hudsonius", + "zaragoza", + "zarathustra", + "zarf", + "zaria", + "zarontin", + "zarpanit", + "zarqa", + "zauschneria_californica", + "zayin", + "zb", + "zbit", + "zdv", + "zea", + "zea_mays", + "zea_mays_amylacea", + "zea_mays_everta", + "zea_mays_indentata", + "zea_mays_indurata", + "zea_mays_rugosa", + "zea_saccharata", + "zeal", + "zealand", + "zealander", + "zealot", + "zealotry", + "zeaxanthin", + "zebibit", + "zebibyte", + "zebra", + "zebra-tailed_lizard", + "zebra_crossing", + "zebra_finch", + "zebra_mussel", + "zebra_orchid", + "zebrawood", + "zebrawood_family", + "zebrawood_tree", + "zebu", + "zechariah", + "zed", + "zee", + "zeeman", + "zeidae", + "zeitgeist", + "zellig_harris", + "zellig_sabbatai_harris", + "zen", + "zen_buddhism", + "zen_buddhist", + "zenaidura", + "zenaidura_macroura", + "zend", + "zend-avesta", + "zenith", + "zeno", + "zeno_of_citium", + "zeno_of_elea", + "zeolite", + "zeomorphi", + "zep", + "zephaniah", + "zephyr", + "zeppelin", + "zeppo", + "zero", + "zero-coupon_bond", + "zero-coupon_security", + "zero-sum_game", + "zero-tolerance_policy", + "zero_coupon_bond", + "zero_coupon_security", + "zero_hour", + "zero_point", + "zero_tolerance", + "zeroth_law_of_thermodynamics", + "zest", + "zestfulness", + "zestril", + "zeta", + "zetland", + "zettabit", + "zettabyte", + "zeugma", + "zeus", + "zeus_faber", + "zhou", + "zhou_dynasty", + "zhou_en-lai", + "zhu_jiang", + "zhuang", + "zhukov", + "zib", + "zibit", + "zidovudine", + "ziegfeld", + "ziegfeld_follies", + "ziegler", + "zig", + "zigadene", + "zigadenus", + "zigadenus_elegans", + "zigadenus_glaucus", + "zigadenus_nuttalli", + "zigadenus_venenosus", + "zigadenus_venenosus_gramineus", + "ziggurat", + "zigzag", + "zigzag_goldenrod", + "zikkurat", + "zikurat", + "zilch", + "zill", + "zillion", + "zimbabwe", + "zimbabwean", + "zimbabwean_dollar", + "zimbalist", + "zimmer", + "zimmer_frame", + "zinacef", + "zinc", + "zinc_blende", + "zinc_cadmium_sulfide", + "zinc_deficiency", + "zinc_ointment", + "zinc_oxide", + "zinc_sulfate", + "zinc_sulfide", + "zinc_sulphate", + "zinc_sulphide", + "zinc_vitriol", + "zinc_white", + "zinfandel", + "zing", + "zinger", + "zingiber", + "zingiber_officinale", + "zingiberaceae", + "zinjanthropus", + "zinkenite", + "zinnemann", + "zinnia", + "zinnia_acerosa", + "zinnia_grandiflora", + "zinnwaldite", + "zinsser", + "zinzendorf", + "zion", + "zion_national_park", + "zionism", + "zionist", + "zionist_movement", + "zip", + "zip_code", + "zip_fastener", + "zip_gun", + "ziphiidae", + "zipper", + "zippo", + "zirbanit", + "zircon", + "zirconia", + "zirconium", + "zirconium_dioxide", + "zirconium_oxide", + "zirconium_silicate", + "zit", + "zither", + "zithern", + "zithromax", + "ziti", + "zizania", + "zizania_aquatica", + "ziziphus", + "ziziphus_jujuba", + "ziziphus_lotus", + "zizz", + "zloty", + "zn", + "zoanthropy", + "zoarces", + "zoarces_viviparus", + "zoarcidae", + "zocor", + "zodiac", + "zodiacal_light", + "zoisia", + "zola", + "zollinger-ellison_syndrome", + "zoloft", + "zomba", + "zombi", + "zombi_spirit", + "zombie", + "zombie_spirit", + "zona", + "zona_pellucida", + "zonal_pelargonium", + "zone", + "zone_fire", + "zone_of_interior", + "zoning", + "zoning_board", + "zoning_commission", + "zonotrichia", + "zonotrichia_albicollis", + "zonotrichia_leucophrys", + "zonula", + "zonule", + "zoo", + "zoo_keeper", + "zooerastia", + "zooerasty", + "zooflagellate", + "zooid", + "zoolatry", + "zoological_garden", + "zoological_science", + "zoologist", + "zoology", + "zoom", + "zoom_lens", + "zoomastigina", + "zoomastigote", + "zoomorphism", + "zoonosis", + "zoonotic_disease", + "zoophilia", + "zoophilism", + "zoophobia", + "zoophyte", + "zooplankton", + "zoopsia", + "zoospore", + "zoot_suit", + "zootoxin", + "zori", + "zoril", + "zoroaster", + "zoroastrian", + "zoroastrianism", + "zoster", + "zostera", + "zostera_marina", + "zosteraceae", + "zovirax", + "zoysia", + "zoysia_japonica", + "zoysia_matrella", + "zoysia_tenuifolia", + "zr", + "zsigmondy", + "zu", + "zubird", + "zucchini", + "zuider_zee", + "zukerman", + "zulu", + "zuni", + "zurich", + "zurvan", + "zurvanism", + "zweig", + "zwieback", + "zwingli", + "zworykin", + "zydeco", + "zygnema", + "zygnemales", + "zygnemataceae", + "zygnematales", + "zygocactus", + "zygocactus_truncatus", + "zygodactyl_foot", + "zygoma", + "zygomatic", + "zygomatic_arch", + "zygomatic_bone", + "zygomatic_process", + "zygomycetes", + "zygomycota", + "zygomycotina", + "zygophyllaceae", + "zygophyllum", + "zygophyllum_fabago", + "zygoptera", + "zygospore", + "zygote", + "zygotene", + "zyloprim", + "zymase", + "zymogen", + "zymology", + "zymolysis", + "zymosis", + "zymurgy", + "zyrian" + ]; + + let mut rand_num = thread_rng().gen_range(0, list_of_noun.len()); + + while &list_of_noun[rand_num][0..1] != alpha { + rand_num = thread_rng().gen_range(0, list_of_noun.len()); + } + + return String::from(list_of_noun[rand_num]); +} diff --git a/install.sh b/install.sh index f18735f..b0cfc44 100755 --- a/install.sh +++ b/install.sh @@ -1,11 +1,14 @@ -echo "Copying urlencode.py..." +echo "Installing urlencode.py..." sudo cp ./urlencode/urlencode.py /usr/bin/ -echo "Copying urldecode.py..." +echo "Installing urldecode.py..." sudo cp ./urldecode/urldecode.py /usr/bin/ -echo "Copying clearExtraLines.py..." +echo "Installing clearExtraLines.py..." sudo cp ./clearExtraLines/clearExtraLines.py /usr/bin/ -echo "Copying ascii2img..." +echo "Installing ascii2img..." sudo cp ./ascii2img/ascii2img /usr/bin/ + +echo "Installing allieration-gen..." +sudo cp ./alliteration-gen/bin/alliteration-gen /usr/bin diff --git a/uninstall.sh b/uninstall.sh index 014a2a5..a69ab3a 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -9,3 +9,6 @@ sudo rm /usr/bin/clearExtraLines.py echo "Deleting ascii2img.py..." sudo rm /usr/bin/ascii2img + +echo "Deleting alliteration-gen..." +sudo rm /usr/bin/alliteration-gen